diff --git a/.gitattributes b/.gitattributes
index a6344aac8c09253b3b630fb776ae94478aa0275b..911115b2b694a0a07d6a6641826472a601c80d07 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
+custom_nodes/ComfyUI_INSTARAW/fonts/BricolageGrotesque.ttf filter=lfs diff=lfs merge=lfs -text
+custom_nodes/ComfyUI_INSTARAW/js/Instara_loader.mp4 filter=lfs diff=lfs merge=lfs -text
+custom_nodes/ComfyUI_INSTARAW/nodes/utility_nodes/_refs/iphone13.jpg filter=lfs diff=lfs merge=lfs -text
diff --git a/custom_nodes/ComfyUI_INSTARAW/__init__.py b/custom_nodes/ComfyUI_INSTARAW/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..2039686dbcb11695ba61c1fad6e321feebc4986d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/__init__.py
@@ -0,0 +1,40 @@
+"""
+ComfyUI INSTARAW
+A general-purpose custom nodes package by Instara
+
+INSTARAW is a collection of powerful custom nodes for ComfyUI that brings together
+hard-to-install dependencies and integrations in one convenient package.
+
+Features:
+- API Integrations: SeeDream, Ideogram, and more
+- Easy Installation: Pre-packaged dependencies
+- Modular Design: Easy to extend and customize
+- INSTARAW Brand: Where we push the boundaries
+
+Created by Instara
+"""
+
+import os
+import nodes
+
+# This line is critical for loading the JavaScript and CSS files.
+# It tells ComfyUI where to find the web assets for this extension.
+if "ComfyUI_INSTARAW" not in nodes.EXTENSION_WEB_DIRS:
+ nodes.EXTENSION_WEB_DIRS["ComfyUI_INSTARAW"] = os.path.join(os.path.dirname(os.path.realpath(__file__)), "js")
+
+from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
+
+# Import creative API to register endpoints (after nodes are loaded)
+try:
+ from .nodes.api_nodes import creative_api
+except Exception as e:
+ print(f"[INSTARAW] Warning: Could not load creative_api: {e}")
+ print("[INSTARAW] Creative/Character generation features will not be available.")
+
+# Required exports for ComfyUI
+__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
+
+# Package metadata
+__version__ = "1.2.0" # Version bumped to reflect the major addition
+__author__ = "Instara"
+__description__ = "INSTARAW - General purpose custom nodes for ComfyUI"
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/fonts/BricolageGrotesque.ttf b/custom_nodes/ComfyUI_INSTARAW/fonts/BricolageGrotesque.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..cd1051ba41edf62f23f5b1d5abb30f03b7606784
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/fonts/BricolageGrotesque.ttf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:31b91d15aae398699fae58363dbc8ca1167faffe7d2cd62e68c716dcaa7d5fdd
+size 407844
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/Instara_loader.mp4 b/custom_nodes/ComfyUI_INSTARAW/js/Instara_loader.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..cd3613e94fbf7318eae7e97c4f6148bee1224f89
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/Instara_loader.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81c28caca82f4fe5308da8248315c12aeea55f93caf44a90e5c2a2b86a3ae516
+size 459430
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/advanced_image_loader.css b/custom_nodes/ComfyUI_INSTARAW/js/advanced_image_loader.css
new file mode 100644
index 0000000000000000000000000000000000000000..84c41d074d26198495cd6c78edd911ed4c88a4e1
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/advanced_image_loader.css
@@ -0,0 +1,760 @@
+/* ---
+// Filename: ../ComfyUI_INSTARAW/js/advanced_image_loader.css
+// --- */
+
+.instaraw-adv-loader-container {
+ background: #0d0f12;
+ padding: 16px;
+ border-radius: 4px;
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
+}
+
+/* Brand Row */
+.instaraw-adv-loader-brand-row {
+ position: relative;
+ display: inline-flex;
+ align-items: center;
+ margin-bottom: 12px;
+}
+
+.instaraw-adv-loader-logo {
+ width: 140px;
+ height: auto;
+ opacity: 0.85;
+}
+
+.instaraw-adv-loader-version {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translate(122%, -50%);
+ font-family: monospace;
+ font-size: 14px;
+ color: rgba(255, 255, 255, 0.5);
+ white-space: nowrap;
+}
+
+/* Top Bar - Mode + Stats */
+.instaraw-adv-loader-topbar {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 12px;
+ margin-bottom: 12px;
+ padding: 10px 12px;
+ background: rgba(255, 255, 255, 0.04);
+ border-radius: 4px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+}
+.instaraw-adv-loader-topbar-left {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+}
+.instaraw-adv-loader-topbar-right {
+ display: flex;
+ align-items: center;
+ gap: 6px;
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.7);
+}
+.instaraw-adv-loader-separator {
+ color: rgba(255, 255, 255, 0.3);
+}
+.instaraw-adv-loader-mode-select {
+ display: flex;
+ align-items: center;
+}
+.instaraw-adv-loader-progress-badge {
+ font-size: 11px;
+ color: #818cf8;
+ font-weight: 600;
+ background: rgba(129, 140, 248, 0.15);
+ padding: 4px 8px;
+ border-radius: 4px;
+}
+
+/* Mode Badge */
+.instaraw-adv-loader-mode-badge {
+ padding: 6px 12px;
+ border-radius: 4px;
+ font-size: 11px;
+ font-weight: 700;
+ letter-spacing: 0.5px;
+ text-transform: uppercase;
+}
+
+.instaraw-adv-loader-mode-txt2img {
+ background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
+ color: #ffffff;
+ border: 2px solid #a78bfa;
+}
+
+.instaraw-adv-loader-mode-img2img {
+ background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
+ color: #ffffff;
+ border: 2px solid #60a5fa;
+}
+
+.instaraw-adv-loader-mode-selector {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+ margin-bottom: 16px;
+ padding: 12px;
+ background: rgba(255, 255, 255, 0.03);
+ border-radius: 4px;
+ border: 1px solid rgba(255, 255, 255, 0.06);
+}
+.instaraw-adv-loader-mode-selector label {
+ color: rgba(249, 250, 251, 0.7);
+ font-size: 11px;
+ font-weight: 500;
+ text-transform: uppercase;
+}
+.instaraw-adv-loader-mode-dropdown {
+ background: rgba(255, 255, 255, 0.05);
+ color: #f9fafb;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 6px 10px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 12px;
+ font-weight: 500;
+ outline: none;
+}
+.instaraw-adv-loader-mode-dropdown:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+ transition: none;
+}
+.instaraw-adv-loader-mode-dropdown:focus {
+ border-color: #a78bfa;
+}
+.instaraw-adv-loader-queue-all-btn {
+ background: #7c3aed;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-queue-all-btn:hover {
+ background: #6d28d9;
+ transition: none;
+}
+.instaraw-adv-loader-add-latent-btn {
+ background: #059669;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-add-latent-btn:hover {
+ background: #047857;
+ transition: none;
+}
+.instaraw-adv-loader-batch-add-btn {
+ background: #059669;
+ color: #ffffff;
+ border: none;
+ padding: 10px 14px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-batch-add-btn:hover {
+ background: #047857;
+ transition: none;
+}
+.instaraw-adv-loader-batch-add-controls {
+ display: flex;
+ align-items: center;
+ gap: 4px;
+}
+.instaraw-adv-loader-batch-count-input {
+ width: 50px;
+ padding: 9px 8px;
+ border: 1px solid rgba(255, 255, 255, 0.15);
+ border-radius: 4px;
+ background: rgba(255, 255, 255, 0.05);
+ color: #f9fafb;
+ font-size: 13px;
+ text-align: center;
+}
+.instaraw-adv-loader-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 16px;
+}
+.instaraw-adv-loader-actions {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 8px;
+ margin-bottom: 12px;
+}
+.instaraw-adv-loader-upload-btn {
+ background: #6366f1;
+ color: #ffffff;
+ border: none;
+ padding: 10px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-upload-btn:hover {
+ background: #4f46e5;
+ transition: none;
+}
+.instaraw-adv-loader-upload-btn:disabled {
+ opacity: 0.5;
+ cursor: not-allowed;
+}
+.instaraw-adv-loader-delete-all-btn {
+ background: #dc2626;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-delete-all-btn:hover {
+ background: #ef4444;
+ transition: none;
+}
+.instaraw-adv-loader-duplicate-btn {
+ background: #374151;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-duplicate-btn:hover {
+ background: #4b5563;
+ transition: none;
+}
+.instaraw-adv-loader-sync-btn {
+ background: #4f46e5;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+.instaraw-adv-loader-sync-btn:hover {
+ background: #6366f1;
+ transition: none;
+}
+.instaraw-adv-loader-stats {
+ display: flex;
+ align-items: center;
+ gap: 16px;
+ color: #f9fafb;
+ font-size: 12px;
+}
+.instaraw-adv-loader-count {
+ font-weight: 600;
+ color: rgba(249, 250, 251, 0.9);
+}
+.instaraw-adv-loader-total {
+ font-weight: 500;
+ color: rgba(167, 139, 250, 0.9);
+}
+.instaraw-adv-loader-progress {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 12px 16px;
+ background: rgba(167, 139, 250, 0.08);
+ border-radius: 4px;
+ margin-bottom: 16px;
+ border: 1px solid rgba(167, 139, 250, 0.2);
+}
+.instaraw-adv-loader-progress .instaraw-adv-loader-progress-label {
+ color: rgba(249, 250, 251, 0.7);
+ font-size: 11px;
+ font-weight: 500;
+ text-transform: uppercase;
+}
+.instaraw-adv-loader-progress .instaraw-adv-loader-progress-value {
+ color: #a78bfa;
+ font-size: 16px;
+ font-weight: 600;
+ font-variant-numeric: tabular-nums;
+}
+.instaraw-adv-loader-gallery {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
+ gap: 12px;
+ min-height: 120px;
+ overflow: visible;
+ position: relative;
+}
+.instaraw-adv-loader-empty {
+ grid-column: 1 / -1;
+ text-align: center;
+ padding: 48px 24px;
+ background: rgba(255, 255, 255, 0.02);
+ border-radius: 4px;
+ border: 1px dashed rgba(167, 139, 250, 0.2);
+}
+.instaraw-adv-loader-empty p {
+ margin: 8px 0;
+ color: rgba(249, 250, 251, 0.7);
+ font-size: 13px;
+ font-weight: 500;
+}
+.instaraw-adv-loader-empty .instaraw-adv-loader-hint {
+ font-size: 12px;
+ color: rgba(129, 140, 248, 0.6);
+ font-weight: 400;
+}
+.instaraw-adv-loader-item {
+ background: rgba(255, 255, 255, 0.04);
+ border-radius: 4px;
+ overflow: hidden;
+ cursor: move;
+ position: relative;
+ border: 2px solid rgba(255, 255, 255, 0.08);
+}
+.instaraw-adv-loader-item:hover {
+ border-color: rgba(99, 102, 241, 0.5);
+ transition: none;
+}
+.instaraw-adv-loader-item-active {
+ border-color: #a78bfa !important;
+ background: rgba(167, 139, 250, 0.08);
+}
+.instaraw-adv-loader-item-processing {
+ border-color: #10b981 !important;
+ background: rgba(16, 185, 129, 0.08);
+}
+.instaraw-adv-loader-item-done {
+ opacity: 0.5;
+}
+.instaraw-adv-loader-index-badge {
+ position: absolute;
+ top: 8px;
+ left: 8px;
+ background: #6366f1;
+ color: #ffffff;
+ padding: 4px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ z-index: 10;
+}
+.instaraw-adv-loader-processing-indicator {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background: #10b981;
+ color: #ffffff;
+ padding: 8px 16px;
+ border-radius: 4px;
+ font-size: 11px;
+ font-weight: 600;
+ z-index: 10;
+}
+.instaraw-adv-loader-active-indicator {
+ position: absolute;
+ top: 8px;
+ right: 8px;
+ background: #7c3aed;
+ color: #ffffff;
+ padding: 4px 10px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ z-index: 10;
+}
+.instaraw-adv-loader-done-indicator {
+ position: absolute;
+ top: 8px;
+ right: 8px;
+ background: #10b981;
+ color: #ffffff;
+ width: 24px;
+ height: 24px;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 12px;
+ z-index: 10;
+}
+.instaraw-adv-loader-item.instaraw-adv-loader-drop-before::before {
+ content: '';
+ position: absolute;
+ top: -7px;
+ left: 0;
+ right: 0;
+ height: 4px;
+ background: #a78bfa;
+ border-radius: 2px;
+ z-index: 1000;
+ pointer-events: none;
+}
+.instaraw-adv-loader-item.instaraw-adv-loader-drop-after::after {
+ content: '';
+ position: absolute;
+ bottom: -7px;
+ left: 0;
+ right: 0;
+ height: 4px;
+ background: #a78bfa;
+ border-radius: 2px;
+ z-index: 1000;
+ pointer-events: none;
+}
+.instaraw-adv-loader-thumb {
+ width: 100%;
+ height: 140px;
+ overflow: hidden;
+ background: #000000;
+ position: relative;
+}
+.instaraw-adv-loader-thumb img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ display: block;
+}
+.instaraw-adv-loader-controls {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ padding: 8px 10px;
+ background: rgba(0, 0, 0, 0.3);
+ border-top: 1px solid rgba(255, 255, 255, 0.05);
+}
+.instaraw-adv-loader-controls label {
+ color: rgba(249, 250, 251, 0.6);
+ font-size: 11px;
+ font-weight: 500;
+}
+.instaraw-adv-loader-repeat-input {
+ width: 55px;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 6px;
+ border-radius: 4px;
+ text-align: center;
+ font-size: 12px;
+ font-weight: 600;
+ outline: none;
+}
+.instaraw-adv-loader-repeat-input:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+ transition: none;
+}
+.instaraw-adv-loader-repeat-input:focus {
+ border-color: #a78bfa;
+}
+.instaraw-adv-loader-delete-btn {
+ margin-left: auto;
+ background: #ef4444;
+ color: #ffffff;
+ border: none;
+ width: 28px;
+ height: 28px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 14px;
+ line-height: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.instaraw-adv-loader-delete-btn:hover {
+ background: #dc2626;
+ transition: none;
+}
+.instaraw-adv-loader-info {
+ padding: 8px 10px;
+ font-size: 11px;
+ background: rgba(0, 0, 0, 0.2);
+ border-top: 1px solid rgba(255, 255, 255, 0.05);
+}
+.instaraw-adv-loader-info .instaraw-adv-loader-filename {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ margin-bottom: 4px;
+ color: rgba(249, 250, 251, 0.9);
+ font-weight: 500;
+ line-height: 1.3;
+}
+.instaraw-adv-loader-info .instaraw-adv-loader-dimensions {
+ color: #818cf8;
+ font-size: 11px;
+ font-weight: 600;
+}
+
+/* ===== Txt2Img Mode Styles ===== */
+
+/* Batch add controls */
+.instaraw-adv-loader-batch-add-controls {
+ display: inline-flex;
+ align-items: center;
+ gap: 6px;
+}
+
+.instaraw-adv-loader-batch-count-input {
+ width: 54px;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 8px;
+ border-radius: 4px;
+ text-align: center;
+ font-size: 12px;
+ font-weight: 600;
+ outline: none;
+}
+
+.instaraw-adv-loader-batch-count-input:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+ transition: none;
+}
+
+.instaraw-adv-loader-batch-count-input:focus {
+ border-color: #a78bfa;
+}
+
+.instaraw-adv-loader-batch-add-btn {
+ background: #8b5cf6;
+ color: #ffffff;
+ border: none;
+ padding: 10px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+ white-space: nowrap;
+}
+
+.instaraw-adv-loader-batch-add-btn:hover {
+ background: #7c3aed;
+ transition: none;
+}
+
+.instaraw-adv-loader-add-latent-btn {
+ background: #8b5cf6;
+ color: #ffffff;
+ border: none;
+ padding: 10px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+
+.instaraw-adv-loader-add-latent-btn:hover {
+ background: #7c3aed;
+ transition: none;
+}
+
+/* Empty latent placeholder */
+.instaraw-adv-loader-latent-thumb {
+ width: 100%;
+ height: 140px;
+ overflow: hidden;
+ position: relative;
+ background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%);
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ gap: 8px;
+}
+
+.instaraw-adv-loader-latent-aspect {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 4px;
+ color: #ffffff;
+}
+
+.instaraw-adv-loader-latent-aspect-icon {
+ font-size: 24px;
+ opacity: 0.9;
+}
+
+.instaraw-adv-loader-latent-aspect-label {
+ font-size: 13px;
+ font-weight: 600;
+ opacity: 0.95;
+ background: rgba(0, 0, 0, 0.2);
+ padding: 4px 10px;
+ border-radius: 4px;
+}
+
+.instaraw-adv-loader-latent-id {
+ position: absolute;
+ bottom: 8px;
+ left: 8px;
+ background: rgba(0, 0, 0, 0.5);
+ color: rgba(255, 255, 255, 0.8);
+ padding: 4px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 500;
+ font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
+}
+
+.instaraw-adv-loader-latent-resolution {
+ color: #c4b5fd;
+ font-size: 11px;
+ font-weight: 600;
+}
+
+/* Aspect ratio preview box */
+.instaraw-adv-loader-aspect-preview {
+ max-width: 80%;
+ max-height: 80%;
+ background: rgba(255, 255, 255, 0.1);
+ border: 2px solid rgba(255, 255, 255, 0.3);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 12px;
+}
+
+.instaraw-adv-loader-aspect-content {
+ text-align: center;
+ color: white;
+}
+
+/* === Drag and Drop File Upload Visual Feedback === */
+.instaraw-adv-loader-drag-over {
+ position: relative;
+ outline: 3px dashed #60a5fa !important;
+ outline-offset: -3px !important;
+ background: rgba(59, 130, 246, 0.1) !important;
+ box-shadow: 0 0 20px rgba(59, 130, 246, 0.3) !important;
+}
+
+.instaraw-adv-loader-drag-over::before {
+ content: "๐ Drop images here to upload";
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background: rgba(59, 130, 246, 0.95);
+ color: white;
+ padding: 20px 40px;
+ border-radius: 8px;
+ font-size: 16px;
+ font-weight: 600;
+ z-index: 1000;
+ pointer-events: none;
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
+ border: 2px solid rgba(255, 255, 255, 0.3);
+}
+
+/* ===== Selection Mode Styles ===== */
+
+.instaraw-adv-loader-select-all-btn,
+.instaraw-adv-loader-deselect-all-btn,
+.instaraw-adv-loader-cancel-selection-btn,
+.instaraw-adv-loader-enter-selection-btn {
+ background: #374151;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+
+.instaraw-adv-loader-select-all-btn:hover,
+.instaraw-adv-loader-deselect-all-btn:hover,
+.instaraw-adv-loader-cancel-selection-btn:hover,
+.instaraw-adv-loader-enter-selection-btn:hover {
+ background: #4b5563;
+ transition: none;
+}
+
+.instaraw-adv-loader-delete-selected-btn {
+ background: #dc2626;
+ color: #ffffff;
+ border: none;
+ padding: 10px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+
+.instaraw-adv-loader-delete-selected-btn:hover {
+ background: #ef4444;
+ transition: none;
+}
+
+.instaraw-adv-loader-delete-selected-btn:disabled {
+ opacity: 0.5;
+ cursor: not-allowed;
+}
+
+/* Selection checkbox in card */
+.instaraw-adv-loader-selection-checkbox {
+ position: absolute;
+ top: 8px;
+ left: 8px;
+ z-index: 20;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+}
+
+.instaraw-adv-loader-image-checkbox {
+ width: 22px;
+ height: 22px;
+ cursor: pointer;
+ accent-color: #8b5cf6;
+}
+
+/* Selection mode item styling */
+.instaraw-adv-loader-item-selection {
+ cursor: pointer;
+}
+
+.instaraw-adv-loader-item-selection:hover {
+ border-color: #8b5cf6;
+ transition: none;
+}
+
+.instaraw-adv-loader-item-selected {
+ border-color: #8b5cf6 !important;
+ background: rgba(139, 92, 246, 0.15);
+}
+
+.instaraw-adv-loader-item-selection .instaraw-adv-loader-controls {
+ opacity: 0.5;
+ pointer-events: none;
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/advanced_image_loader.js b/custom_nodes/ComfyUI_INSTARAW/js/advanced_image_loader.js
new file mode 100644
index 0000000000000000000000000000000000000000..7d313d68504ad2214b9e1120fd649935191b999c
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/advanced_image_loader.js
@@ -0,0 +1,2336 @@
+// ---
+// Filename: ../ComfyUI_INSTARAW/js/advanced_image_loader.js
+// ---
+
+import { app } from "../../scripts/app.js";
+import { api } from "../../scripts/api.js";
+
+// Auto-migrate images from old per-node folders to central pool (runs once on load)
+(async function migrateOldImages() {
+ try {
+ const response = await fetch("/instaraw/migrate_images", { method: "POST" });
+ const result = await response.json();
+ if (result.success && result.migrated > 0) {
+ console.log(`[INSTARAW] โ
Migrated ${result.migrated} images to central pool`);
+ }
+ } catch (e) {
+ // Silent fail - migration is optional
+ }
+})();
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.AdvancedImageLoader",
+
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === "INSTARAW_AdvancedImageLoader") {
+ // Store original onConfigure to ensure saved data is properly restored
+ const origOnConfigure = nodeType.prototype.onConfigure;
+ nodeType.prototype.onConfigure = function(data) {
+ // Restore properties from saved data FIRST
+ if (data.properties) {
+ this.properties = this.properties || {};
+ Object.assign(this.properties, data.properties);
+ console.log(`[INSTARAW AIL ${this.id}] Restored properties from saved data:`, {
+ hasBatchData: !!this.properties.batch_data,
+ batchDataLength: this.properties.batch_data?.length
+ });
+ }
+ // Also restore from widgets_values if batch_data widget was serialized
+ if (data.widgets_values) {
+ const batchDataWidget = this.widgets?.find(w => w.name === "batch_data");
+ if (batchDataWidget) {
+ const widgetIdx = this.widgets.indexOf(batchDataWidget);
+ if (data.widgets_values[widgetIdx]) {
+ this.properties.batch_data = data.widgets_values[widgetIdx];
+ console.log(`[INSTARAW AIL ${this.id}] Restored batch_data from widget value`);
+ }
+ }
+ }
+ origOnConfigure?.apply(this, arguments);
+ };
+
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+
+ // Only set defaults if not already set (don't overwrite loaded data)
+ if (!this.properties) this.properties = {};
+ if (!this.properties.batch_data) {
+ this.properties.batch_data = JSON.stringify({ images: [], order: [], total_count: 0 });
+ }
+ if (!this.properties.txt2img_data_backup) {
+ this.properties.txt2img_data_backup = JSON.stringify({ latents: [], order: [], total_count: 0 });
+ }
+ if (!this.properties.img2img_data_backup) {
+ this.properties.img2img_data_backup = JSON.stringify({ images: [], order: [], total_count: 0 });
+ }
+
+ const node = this;
+ let cachedHeight = 300;
+ let isUpdatingHeight = false;
+ let currentDetectedMode = null; // Track detected mode to minimize re-renders
+ let modeCheckInterval = null; // For periodic mode checking
+
+ // Selection mode state (for multi-select delete)
+ let selectionMode = false;
+ const selectedImages = new Set(); // Track which image IDs are selected
+
+ const container = document.createElement("div");
+ container.className = "instaraw-adv-loader-container";
+ container.style.width = "100%";
+ container.style.boxSizing = "border-box";
+ container.style.overflow = "hidden";
+ container.style.height = `${cachedHeight}px`;
+
+ const updateCachedHeight = () => {
+ if (isUpdatingHeight) return;
+ isUpdatingHeight = true;
+
+ // Safety timeout to prevent stuck flag
+ const safetyTimeout = setTimeout(() => {
+ isUpdatingHeight = false;
+ }, 500);
+
+ container.style.overflow = "visible";
+ container.style.height = "auto";
+
+ requestAnimationFrame(() => {
+ requestAnimationFrame(() => {
+ clearTimeout(safetyTimeout);
+
+ // Use scrollHeight as it measures full content even during transitions
+ const newHeight = Math.max(container.offsetHeight, container.scrollHeight);
+
+ if (newHeight > 0 && Math.abs(newHeight - cachedHeight) > 2) {
+ cachedHeight = newHeight;
+ container.style.height = `${newHeight}px`;
+ const sz = node.computeSize();
+ node.size[1] = sz[1];
+ node.onResize?.(sz);
+ app.graph.setDirtyCanvas(true, false);
+ } else {
+ container.style.height = `${cachedHeight}px`;
+ }
+ container.style.overflow = "hidden";
+ isUpdatingHeight = false;
+ });
+ });
+ };
+
+ // Periodic height sync - keep running, only clear when node is removed
+ const heightSyncInterval = setInterval(() => {
+ if (!node || !container) {
+ clearInterval(heightSyncInterval);
+ return;
+ }
+ updateCachedHeight();
+ }, 2000);
+ node._heightSyncInterval = heightSyncInterval;
+
+ // Fast initial syncs for page load
+ [100, 300, 500, 1000, 1500, 2000].forEach(delay => {
+ setTimeout(() => {
+ if (container) {
+ updateCachedHeight();
+ }
+ }, delay);
+ });
+
+ const syncBatchDataWidget = () => {
+ const batchDataWidget = node.widgets?.find((w) => w.name === "batch_data");
+ if (batchDataWidget) {
+ batchDataWidget.value = node.properties.batch_data;
+ } else {
+ const widget = node.addWidget("text", "batch_data", node.properties.batch_data, () => {}, { serialize: true });
+ widget.hidden = true;
+ }
+ };
+
+ /**
+ * Computes aspect ratio node outputs locally (for multi-output nodes).
+ * Aspect ratio nodes compute width/height in Python, but we replicate that logic here
+ * to properly read values from the correct output slot.
+ */
+ const getAspectRatioOutput = (aspectRatioNode, slotIndex) => {
+ // Read the dropdown selection from the aspect ratio node
+ const selection = aspectRatioNode.widgets?.[0]?.value;
+ if (!selection) {
+ console.warn(`[INSTARAW AIL ${node.id}] Aspect ratio node has no selection`);
+ return null;
+ }
+
+ // Handle Nano Banana Pro Aspect Ratio node (has 5 outputs)
+ if (aspectRatioNode.type === "INSTARAW_NanoBananaAspectRatio") {
+ const resolutionWidget = aspectRatioNode.widgets?.[1];
+ const resolution = resolutionWidget?.value || "1K";
+
+ // Nano Banana aspect ratio mappings
+ const NANO_RATIOS = {
+ "1:1 (Square)": { ratio: "1:1", w: 1, h: 1 },
+ "3:2 (Landscape)": { ratio: "3:2", w: 3, h: 2 },
+ "2:3 (Portrait)": { ratio: "2:3", w: 2, h: 3 },
+ "3:4 (Portrait)": { ratio: "3:4", w: 3, h: 4 },
+ "4:3 (Landscape)": { ratio: "4:3", w: 4, h: 3 },
+ "4:5 (Portrait)": { ratio: "4:5", w: 4, h: 5 },
+ "5:4 (Landscape)": { ratio: "5:4", w: 5, h: 4 },
+ "9:16 (Tall Portrait)": { ratio: "9:16", w: 9, h: 16 },
+ "16:9 (Wide Landscape)": { ratio: "16:9", w: 16, h: 9 },
+ "21:9 (Ultrawide)": { ratio: "21:9", w: 21, h: 9 },
+ };
+
+ const RESOLUTION_BASE = { "1K": 1024, "2K": 2048, "4K": 4096 };
+
+ const config = NANO_RATIOS[selection];
+ if (!config) {
+ console.warn(`[INSTARAW AIL ${node.id}] Unknown Nano Banana aspect ratio: ${selection}`);
+ return null;
+ }
+
+ // Calculate dimensions (same logic as Python)
+ const baseSize = RESOLUTION_BASE[resolution] || 1024;
+ let width, height;
+ if (config.w >= config.h) {
+ height = baseSize;
+ width = Math.floor(baseSize * config.w / config.h);
+ } else {
+ width = baseSize;
+ height = Math.floor(baseSize * config.h / config.w);
+ }
+ // Round to nearest 64
+ width = Math.floor(width / 64) * 64;
+ height = Math.floor(height / 64) * 64;
+
+ // Output slots: 0=aspect_ratio, 1=resolution, 2=width, 3=height, 4=aspect_label
+ if (slotIndex === 0) return config.ratio;
+ if (slotIndex === 1) return resolution;
+ if (slotIndex === 2) return width;
+ if (slotIndex === 3) return height;
+ if (slotIndex === 4) return selection;
+
+ return null;
+ }
+
+ // Aspect ratio mappings (must match Python ASPECT_RATIOS dicts exactly)
+ const WAN_RATIOS = {
+ "3:4 (Portrait)": { width: 720, height: 960, label: "3:4" },
+ "9:16 (Tall Portrait)": { width: 540, height: 960, label: "9:16" },
+ "1:1 (Square)": { width: 960, height: 960, label: "1:1" },
+ "16:9 (Landscape)": { width: 960, height: 540, label: "16:9" }
+ };
+
+ const SDXL_RATIOS = {
+ "3:4 (Portrait)": { width: 896, height: 1152, label: "3:4" },
+ "9:16 (Tall Portrait)": { width: 768, height: 1344, label: "9:16" },
+ "1:1 (Square)": { width: 1024, height: 1024, label: "1:1" },
+ "16:9 (Landscape)": { width: 1344, height: 768, label: "16:9" }
+ };
+
+ const ratios = aspectRatioNode.type === "INSTARAW_WANAspectRatio"
+ ? WAN_RATIOS
+ : SDXL_RATIOS;
+
+ const config = ratios[selection];
+ if (!config) {
+ console.warn(`[INSTARAW AIL ${node.id}] Unknown aspect ratio selection: ${selection}`);
+ return null;
+ }
+
+ // Return based on output slot (0=width, 1=height, 2=aspect_label)
+ if (slotIndex === 0) return config.width;
+ if (slotIndex === 1) return config.height;
+ if (slotIndex === 2) return config.label;
+
+ return null;
+ };
+
+ /**
+ * Retrieves the final value of an input by traversing connected nodes.
+ * Enhanced to properly handle multi-output nodes like aspect ratio nodes.
+ */
+ const getFinalInputValue = (inputName, defaultValue) => {
+ if (!node.inputs || node.inputs.length === 0) {
+ const widget = node.widgets?.find(w => w.name === inputName);
+ return widget ? widget.value : defaultValue;
+ }
+
+ const input = node.inputs.find(i => i.name === inputName);
+ if (!input || input.link == null) {
+ const widget = node.widgets?.find(w => w.name === inputName);
+ return widget ? widget.value : defaultValue;
+ }
+
+ const link = app.graph.links[input.link];
+ if (!link) return defaultValue;
+
+ const originNode = app.graph.getNodeById(link.origin_id);
+ if (!originNode) return defaultValue;
+
+ // SPECIAL HANDLING: For aspect ratio nodes, compute the output locally
+ // because they have multiple outputs and don't store computed values in widgets
+ if (originNode.type === "INSTARAW_WANAspectRatio" ||
+ originNode.type === "INSTARAW_SDXLAspectRatio" ||
+ originNode.type === "INSTARAW_NanoBananaAspectRatio") {
+ const output = getAspectRatioOutput(originNode, link.origin_slot);
+ if (output !== null) return output;
+ }
+
+ // For other nodes, read from widgets
+ if (originNode.widgets && originNode.widgets.length > 0) {
+ return originNode.widgets[0].value;
+ }
+
+ if (originNode.properties && originNode.properties.value !== undefined) {
+ return originNode.properties.value;
+ }
+
+ return defaultValue;
+ };
+
+ /**
+ * Detects if we're in txt2img mode by reading enable_img2img from connected nodes.
+ * Returns true for txt2img mode, false for img2img mode.
+ */
+ const isTxt2ImgMode = () => {
+ const enableImg2Img = getFinalInputValue("enable_img2img", true);
+ // console.log(`[INSTARAW AIL ${node.id}] enable_img2img value:`, enableImg2Img, `(type: ${typeof enableImg2Img})`);
+ const result = enableImg2Img === false || enableImg2Img === "false";
+ // console.log(`[INSTARAW AIL ${node.id}] isTxt2ImgMode result:`, result);
+ return result;
+ };
+
+ /**
+ * Switches to img2img mode by setting enable_img2img to true.
+ * Works with both connected boolean nodes and local widgets.
+ */
+ const switchToImg2ImgMode = () => {
+ console.log(`[INSTARAW AIL ${node.id}] === Switching to img2img mode ===`);
+
+ // First, try to find and update a connected boolean node
+ const input = node.inputs?.find(i => i.name === "enable_img2img");
+ console.log(`[INSTARAW AIL ${node.id}] enable_img2img input:`, input);
+
+ if (input && input.link != null) {
+ console.log(`[INSTARAW AIL ${node.id}] Input is linked, link ID:`, input.link);
+ const link = app.graph.links[input.link];
+ console.log(`[INSTARAW AIL ${node.id}] Link object:`, link);
+
+ if (link) {
+ const booleanNode = app.graph.getNodeById(link.origin_id);
+ console.log(`[INSTARAW AIL ${node.id}] Boolean node:`, booleanNode);
+ console.log(`[INSTARAW AIL ${node.id}] Boolean node type:`, booleanNode?.type);
+ console.log(`[INSTARAW AIL ${node.id}] Boolean node widgets:`, booleanNode?.widgets);
+
+ if (booleanNode && booleanNode.widgets && booleanNode.widgets.length > 0) {
+ const widget = booleanNode.widgets[0];
+ console.log(`[INSTARAW AIL ${node.id}] Widget name:`, widget.name);
+ console.log(`[INSTARAW AIL ${node.id}] Widget type:`, widget.type);
+ const oldValue = widget.value;
+ console.log(`[INSTARAW AIL ${node.id}] Old value:`, oldValue);
+
+ // Update the boolean node's widget value
+ widget.value = true;
+ console.log(`[INSTARAW AIL ${node.id}] New value set:`, widget.value);
+
+ // Trigger the widget's callback if it exists
+ if (widget.callback) {
+ console.log(`[INSTARAW AIL ${node.id}] Calling widget callback...`);
+ widget.callback.call(booleanNode, true, null, booleanNode, null, oldValue);
+ } else {
+ console.log(`[INSTARAW AIL ${node.id}] โ ๏ธ Widget has no callback!`);
+ }
+
+ console.log(`[INSTARAW AIL ${node.id}] โ
Updated connected boolean node #${booleanNode.id} to true`);
+ app.graph.setDirtyCanvas(true, true);
+ return true;
+ }
+ }
+ }
+
+ // If not connected, try to update local widget
+ const widget = node.widgets?.find(w => w.name === "enable_img2img");
+ if (widget) {
+ const oldValue = widget.value;
+ widget.value = true;
+
+ // Trigger the widget's callback if it exists
+ if (widget.callback) {
+ widget.callback.call(node, true, null, node, null, oldValue);
+ }
+
+ console.log(`[INSTARAW AIL ${node.id}] Updated local enable_img2img widget to true`);
+ app.graph.setDirtyCanvas(true, true);
+ return true;
+ }
+
+ console.warn(`[INSTARAW AIL ${node.id}] Could not find enable_img2img input or widget`);
+ return false;
+ };
+
+ /**
+ * Gets width, height, and aspect_label from connected nodes for txt2img mode.
+ */
+ const getTxt2ImgDimensions = () => {
+ // console.log(`[INSTARAW AIL ${node.id}] === Reading dimensions from connected nodes ===`);
+
+ const widthRaw = getFinalInputValue("width", 960);
+ const heightRaw = getFinalInputValue("height", 960);
+ const aspect_label_raw = getFinalInputValue("aspect_label", null);
+
+ // console.log(`[INSTARAW AIL ${node.id}] Raw values:`, { widthRaw, heightRaw, aspect_label_raw });
+
+ const width = parseInt(widthRaw) || 960;
+ const height = parseInt(heightRaw) || 960;
+ const aspect_label = aspect_label_raw || getAspectLabel(width, height);
+
+ // console.log(`[INSTARAW AIL ${node.id}] Final dimensions:`, { width, height, aspect_label });
+ // console.log(`[INSTARAW AIL ${node.id}] Expected tensor size: ${width}ร${height} (${(width * height / 1000000).toFixed(2)}MP)`);
+
+ return { width, height, aspect_label };
+ };
+
+ /**
+ * Generates a simple UUID v4.
+ */
+ const generateUUID = () => {
+ return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
+ const r = Math.random() * 16 | 0;
+ const v = c === 'x' ? r : (r & 0x3 | 0x8);
+ return v.toString(16);
+ });
+ };
+
+ /**
+ * Calculates aspect ratio label from width and height.
+ */
+ const getAspectLabel = (width, height) => {
+ const gcd = (a, b) => b === 0 ? a : gcd(b, a % b);
+ const divisor = gcd(width, height);
+ const w = width / divisor;
+ const h = height / divisor;
+
+ // Common aspect ratios
+ if (w === h) return "1:1";
+ if (w === 3 && h === 4) return "3:4";
+ if (w === 4 && h === 3) return "4:3";
+ if (w === 9 && h === 16) return "9:16";
+ if (w === 16 && h === 9) return "16:9";
+ if (w === 2 && h === 3) return "2:3";
+ if (w === 3 && h === 2) return "3:2";
+
+ return `${w}:${h}`;
+ };
+
+ const renderGallery = () => {
+ const detectedMode = isTxt2ImgMode();
+ console.log(`[INSTARAW AIL ${node.id}] renderGallery - currentDetectedMode:`, currentDetectedMode, `detectedMode:`, detectedMode);
+
+ // Handle mode switching
+ if (currentDetectedMode !== null && currentDetectedMode !== detectedMode) {
+ console.log(`[INSTARAW AIL ${node.id}] MODE SWITCH DETECTED! Switching to ${detectedMode ? 'txt2img' : 'img2img'}`);
+ if (detectedMode) {
+ // Switching to txt2img mode
+ node.properties.img2img_data_backup = node.properties.batch_data;
+ // Only restore backup if it has actual items that exist
+ const backup = node.properties.txt2img_data_backup;
+ let backupData = null;
+ try { backupData = backup ? JSON.parse(backup) : null; } catch (e) { backupData = null; }
+ // Validate backup: check if order items actually exist in latents
+ const latents = backupData?.latents || [];
+ const order = backupData?.order || [];
+ const validOrder = order.filter(id => latents.some(l => l.id === id));
+ const hasValidBackup = validOrder.length > 0;
+ if (hasValidBackup) {
+ // Clean up the backup data to only include valid items
+ backupData.order = validOrder;
+ backupData.total_count = validOrder.reduce((sum, id) => {
+ const latent = latents.find(l => l.id === id);
+ return sum + (latent?.repeat_count || 1);
+ }, 0);
+ node.properties.batch_data = JSON.stringify(backupData);
+ } else {
+ node.properties.batch_data = JSON.stringify({ latents: [], order: [], total_count: 0 });
+ }
+ } else {
+ // Switching to img2img mode
+ node.properties.txt2img_data_backup = node.properties.batch_data;
+ // Only restore backup if it has actual items that exist
+ const backup = node.properties.img2img_data_backup;
+ let backupData = null;
+ try { backupData = backup ? JSON.parse(backup) : null; } catch (e) { backupData = null; }
+ // Validate backup: check if order items actually exist in images
+ const images = backupData?.images || [];
+ const order = backupData?.order || [];
+ const validOrder = order.filter(id => images.some(img => img.id === id));
+ const hasValidBackup = validOrder.length > 0;
+ if (hasValidBackup) {
+ // Clean up the backup data to only include valid items
+ backupData.order = validOrder;
+ backupData.total_count = validOrder.reduce((sum, id) => {
+ const image = images.find(img => img.id === id);
+ return sum + (image?.repeat_count || 1);
+ }, 0);
+ node.properties.batch_data = JSON.stringify(backupData);
+ } else {
+ node.properties.batch_data = JSON.stringify({ images: [], order: [], total_count: 0 });
+ }
+ }
+ syncBatchDataWidget();
+ }
+ currentDetectedMode = detectedMode;
+
+ // console.log(`[INSTARAW AIL ${node.id}] Rendering ${detectedMode ? 'txt2img' : 'img2img'} gallery`);
+ if (detectedMode) {
+ renderTxt2ImgGallery();
+ } else {
+ renderImg2ImgGallery();
+ }
+ };
+
+ const renderImg2ImgGallery = () => {
+ let batchData = JSON.parse(node.properties.batch_data || "{}");
+ let images = batchData.images || [];
+ let order = batchData.order || [];
+
+ // Validate and clean up stale data (order items that don't exist in images)
+ const validOrder = order.filter(id => images.some(img => img.id === id));
+ if (validOrder.length !== order.length) {
+ console.log(`[INSTARAW AIL ${node.id}] Cleaning up stale img2img data: ${order.length} -> ${validOrder.length} items`);
+ batchData.order = validOrder;
+ batchData.total_count = validOrder.reduce((sum, id) => {
+ const image = images.find(img => img.id === id);
+ return sum + (image?.repeat_count || 1);
+ }, 0);
+ order = validOrder;
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ }
+
+ const modeWidget = node.widgets?.find((w) => w.name === "mode");
+ const currentMode = modeWidget?.value || "Batch Tensor";
+ const batchIndexWidget = node.widgets?.find((w) => w.name === "batch_index");
+ const currentIndex = node._processingIndex !== undefined ? node._processingIndex : batchIndexWidget?.value || 0;
+
+ container.innerHTML = `
+
+
+
AIL V2.0
+
+
+
+
๐ผ๏ธ IMG2IMG
+
+
+ ๐ฏ Batch Tensor
+ ๐ Sequential
+
+
+ ${currentMode === "Sequential" ? `
${currentIndex}/${batchData.total_count || 0} ` : ""}
+
+
+ ${images.length} image${images.length !== 1 ? "s" : ""}
+ ยท
+ ${batchData.total_count || 0} total
+
+
+
+ ${selectionMode ? `
+ โ Select All
+ โ Deselect
+ ๐๏ธ Delete (${selectedImages.size})
+ โ Cancel
+ ` : `
+ ๐ Upload Images
+ ${currentMode === "Sequential" ? `๐ฌ Queue All ` : ""}
+ ${images.length > 0 ? `โง Duplicate ` : ""}
+ ${images.length > 0 ? `๐ Sync ` : ""}
+ ${images.length > 0 ? `โ Select ` : ""}
+ ${images.length > 0 ? `๐๏ธ Clear ` : ""}
+ `}
+
+
+ ${order.length === 0 ? `
No images loaded
Click "Upload Images" to get started
` : (() => {
+ let currentIdx = 0;
+ return order.map((imgId) => {
+ const img = images.find((i) => i.id === imgId);
+ if (!img) return "";
+ const thumbUrl = `/instaraw/view/${img.thumbnail}`;
+ const repeatCount = img.repeat_count || 1;
+ const startIdx = currentIdx;
+ const endIdx = currentIdx + repeatCount - 1;
+ currentIdx += repeatCount;
+ const isActive = currentMode === "Sequential" && currentIndex >= startIdx && currentIndex <= endIdx;
+ const isPast = currentMode === "Sequential" && currentIndex > endIdx;
+ const isProcessing = node._isProcessing && isActive;
+ return `
+ ${selectionMode ? `
+
+
+
+ ` : ''}
+ ${currentMode === "Sequential" && !selectionMode ? `
${repeatCount === 1 ? `#${startIdx}` : `#${startIdx}-${endIdx}`}
` : ""}
+
+
+ ${isProcessing ? '
โก PROCESSING...
' : isActive && !selectionMode ? '
โถ NEXT
' : ""}
+ ${isPast && !selectionMode ? '
โ
' : ""}
+
+
+ ร
+
+ ร
+
+
+
${img.original_name}
+
${img.width}ร${img.height} (original)
+
+
`;
+ }).join("");
+ })()}
+
`;
+ setupEventHandlers();
+ setupDragAndDrop();
+ setupFileDropZone();
+ updateCachedHeight();
+
+ // Dispatch update event for other nodes (e.g., RPG)
+ window.dispatchEvent(new CustomEvent("INSTARAW_AIL_UPDATED", {
+ detail: {
+ nodeId: node.id,
+ mode: "img2img",
+ enable_img2img: true, // NEW: explicit boolean for easier detection
+ images: order.map(imgId => {
+ const img = images.find(i => i.id === imgId);
+ if (!img) return null;
+ const thumbUrl = `/instaraw/view/${img.thumbnail}`;
+ const width = img.width || 1024;
+ const height = img.height || 1024;
+ return {
+ url: thumbUrl,
+ index: order.indexOf(imgId),
+ id: imgId,
+ repeat_count: img.repeat_count || 1,
+ width: width,
+ height: height,
+ aspect_label: getAspectLabel(width, height)
+ };
+ }).filter(i => i !== null),
+ total: batchData.total_count || 0
+ }
+ }));
+ };
+
+ const renderTxt2ImgGallery = () => {
+ // Preserve batch count input value
+ const existingInput = container.querySelector(".instaraw-adv-loader-batch-count-input");
+ const preservedBatchCount = existingInput?.value || node._batchAddCount || 5;
+ node._batchAddCount = preservedBatchCount;
+
+ let batchData = JSON.parse(node.properties.batch_data || "{}");
+ let latents = batchData.latents || [];
+ let order = batchData.order || [];
+
+ // Validate and clean up stale data (order items that don't exist in latents)
+ const validOrder = order.filter(id => latents.some(l => l.id === id));
+ if (validOrder.length !== order.length) {
+ console.log(`[INSTARAW AIL ${node.id}] Cleaning up stale txt2img data: ${order.length} -> ${validOrder.length} items`);
+ batchData.order = validOrder;
+ batchData.total_count = validOrder.reduce((sum, id) => {
+ const latent = latents.find(l => l.id === id);
+ return sum + (latent?.repeat_count || 1);
+ }, 0);
+ order = validOrder;
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ }
+ const modeWidget = node.widgets?.find((w) => w.name === "mode");
+ const currentMode = modeWidget?.value || "Batch Tensor";
+ const batchIndexWidget = node.widgets?.find((w) => w.name === "batch_index");
+ const currentIndex = node._processingIndex !== undefined ? node._processingIndex : batchIndexWidget?.value || 0;
+
+ // Get current dimensions from aspect ratio selector (for live updates)
+ const dimensions = getTxt2ImgDimensions();
+
+ // Debug: Log dimensions for debugging
+ console.log(`[INSTARAW AIL ${node.id}] renderTxt2ImgGallery - dimensions:`, dimensions);
+
+ container.innerHTML = `
+
+
+
AIL V2.0
+
+
+
+
๐จ TXT2IMG
+
+
+ ๐ฏ Batch Tensor
+ ๐ Sequential
+
+
+ ${currentMode === "Sequential" ? `
${currentIndex}/${batchData.total_count || 0} ` : ""}
+
+
+ ${latents.length} latent${latents.length !== 1 ? "s" : ""}
+ ยท
+ ${batchData.total_count || 0} total
+
+
+
+
โ Add Latent
+
+
+ ๐ฆ Add N
+
+ ${currentMode === "Sequential" ? `
๐ฌ Queue All ` : ""}
+ ${latents.length > 0 ? `
โง Duplicate ` : ""}
+ ${latents.length > 0 ? `
๐ Sync ` : ""}
+ ${latents.length > 0 ? `
๐๏ธ Clear ` : ""}
+
+
+ ${order.length === 0 ? `
No latents added
Click "Add Empty Latent" to get started (txt2img mode)
` : (() => {
+ let currentIdx = 0;
+ return order.map((latentId) => {
+ const latent = latents.find((l) => l.id === latentId);
+ if (!latent) return "";
+
+ // Debug: Log what latent contains
+ console.log(`[INSTARAW AIL ${node.id}] Rendering latent:`, latent);
+
+ const repeatCount = latent.repeat_count || 1;
+ const startIdx = currentIdx;
+ const endIdx = currentIdx + repeatCount - 1;
+ currentIdx += repeatCount;
+ const isActive = currentMode === "Sequential" && currentIndex >= startIdx && currentIndex <= endIdx;
+ const isPast = currentMode === "Sequential" && currentIndex > endIdx;
+ const isProcessing = node._isProcessing && isActive;
+
+ // Use CURRENT dimensions from aspect ratio selector (not stored dimensions)
+ // This ensures live updates when aspect ratio selector changes
+ const width = dimensions.width;
+ const height = dimensions.height;
+ const aspectRatio = width / height;
+ const aspectLabel = dimensions.aspect_label;
+
+ return `
+ ${currentMode === "Sequential" ? `
${repeatCount === 1 ? `#${startIdx}` : `#${startIdx}-${endIdx}`}
` : ""}
+
+
+
+
๐
+
${aspectLabel}
+
+
+ ${isProcessing ? '
โก PROCESSING...
' : isActive ? '
โถ NEXT
' : ""}
+ ${isPast ? '
โ
' : ""}
+
+
+ ร
+
+ ร
+
+
+
Latent ${latent.id.substring(0, 8)}
+
${width}ร${height}
+
+
`;
+ }).join("");
+ })()}
+
`;
+ setupTxt2ImgEventHandlers();
+ setupDragAndDrop();
+ setupFileDropZone();
+ updateCachedHeight();
+
+ // Dispatch update event for other nodes (e.g., RPG)
+ window.dispatchEvent(new CustomEvent("INSTARAW_AIL_UPDATED", {
+ detail: {
+ nodeId: node.id,
+ mode: "txt2img",
+ enable_img2img: false, // NEW: explicit boolean for easier detection
+ latents: order.map(latentId => {
+ const latent = latents.find(l => l.id === latentId);
+ if (!latent) return null;
+ return {
+ id: latent.id,
+ width: latent.width,
+ height: latent.height,
+ aspect_label: latent.aspect_label,
+ repeat_count: latent.repeat_count || 1,
+ index: order.indexOf(latentId)
+ };
+ }).filter(l => l !== null),
+ total: batchData.total_count || 0
+ }
+ }));
+ };
+
+ const addEmptyLatent = () => {
+ const dimensions = getTxt2ImgDimensions();
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ batchData.latents = batchData.latents || [];
+ batchData.order = batchData.order || [];
+
+ // Check for aspect ratio mismatch
+ if (batchData.latents.length > 0) {
+ const existingAspect = batchData.latents[0].aspect_label;
+ if (existingAspect !== dimensions.aspect_label) {
+ const confirmed = confirm(
+ `Current batch has ${existingAspect} latents.\n` +
+ `Switch to ${dimensions.aspect_label}?\n\n` +
+ `This will clear all existing latents.`
+ );
+ if (!confirmed) {
+ return; // Abort
+ }
+ // Clear existing latents
+ batchData.latents = [];
+ batchData.order = [];
+ }
+ }
+
+ const newLatent = {
+ id: generateUUID(),
+ width: dimensions.width,
+ height: dimensions.height,
+ repeat_count: 1,
+ aspect_label: dimensions.aspect_label // Use aspect_label from connected node
+ };
+
+ console.log(`[INSTARAW AIL ${node.id}] Adding latent:`, newLatent);
+
+ batchData.latents.push(newLatent);
+ batchData.order.push(newLatent.id);
+ batchData.total_count = batchData.latents.reduce((sum, l) => sum + (l.repeat_count || 1), 0);
+
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery();
+ };
+
+ const batchAddLatents = (count) => {
+ const dimensions = getTxt2ImgDimensions();
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ batchData.latents = batchData.latents || [];
+ batchData.order = batchData.order || [];
+
+ // Check for aspect ratio mismatch
+ if (batchData.latents.length > 0) {
+ const existingAspect = batchData.latents[0].aspect_label;
+ if (existingAspect !== dimensions.aspect_label) {
+ const confirmed = confirm(
+ `Current batch has ${existingAspect} latents.\n` +
+ `Switch to ${dimensions.aspect_label}?\n\n` +
+ `This will clear all existing latents.`
+ );
+ if (!confirmed) {
+ return; // Abort
+ }
+ // Clear existing latents
+ batchData.latents = [];
+ batchData.order = [];
+ }
+ }
+
+ console.log(`[INSTARAW AIL ${node.id}] Batch adding ${count} latents with dimensions:`, dimensions);
+
+ for (let i = 0; i < count; i++) {
+ const newLatent = {
+ id: generateUUID(),
+ width: dimensions.width,
+ height: dimensions.height,
+ repeat_count: 1,
+ aspect_label: dimensions.aspect_label // Use aspect_label from connected node
+ };
+ batchData.latents.push(newLatent);
+ batchData.order.push(newLatent.id);
+ }
+
+ batchData.total_count = batchData.latents.reduce((sum, l) => sum + (l.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery();
+ };
+
+ const deleteLatent = (latentId) => {
+ if (!confirm("Delete this latent?")) return;
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ batchData.latents = batchData.latents.filter((l) => l.id !== latentId);
+ batchData.order = batchData.order.filter((id) => id !== latentId);
+ batchData.total_count = batchData.latents.reduce((sum, l) => sum + (l.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery();
+ };
+
+ const deleteAllLatents = () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const latentCount = batchData.latents?.length || 0;
+ if (latentCount === 0 || !confirm(`Delete all ${latentCount} latent${latentCount !== 1 ? "s" : ""}?`)) return;
+ node.properties.batch_data = JSON.stringify({ latents: [], order: [], total_count: 0 });
+ // Clear backup to prevent old data from reappearing on mode switch
+ node.properties.txt2img_data_backup = JSON.stringify({ latents: [], order: [], total_count: 0 });
+ syncBatchDataWidget();
+ renderGallery();
+ };
+
+ const updateLatentRepeatCount = (latentId, newCount) => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const latent = batchData.latents.find((l) => l.id === latentId);
+ if (latent) {
+ latent.repeat_count = Math.max(1, Math.min(99, newCount));
+ batchData.total_count = batchData.latents.reduce((sum, l) => sum + (l.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ const statsEl = container.querySelector(".instaraw-adv-loader-total");
+ if (statsEl) statsEl.textContent = `Total: ${batchData.total_count} (with repeats)`;
+ // Re-render to trigger update event for RPG
+ renderGallery();
+ }
+ };
+
+ const queueAllLatents = async () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const totalCount = batchData.total_count || 0;
+ if (totalCount === 0 || !confirm(`Queue ${totalCount} workflow executions?`)) return;
+ try {
+ const prompt = await app.graphToPrompt();
+ for (let i = 0; i < totalCount; i++) {
+ const promptCopy = JSON.parse(JSON.stringify(prompt.output));
+ if (promptCopy[node.id] && promptCopy[node.id].inputs) {
+ promptCopy[node.id].inputs.batch_index = i;
+ }
+ await fetch("/prompt", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ prompt: promptCopy, client_id: app.clientId }) });
+ if (i < totalCount - 1) await new Promise((resolve) => setTimeout(resolve, 50));
+ }
+ } catch (error) {
+ alert(`Queue error: ${error.message}`);
+ }
+ };
+
+ const setupTxt2ImgEventHandlers = () => {
+ // === Canvas Panning & Zoom Event Forwarding ===
+ // Allow dragging/zooming canvas even when mouse is over custom UI
+ const isInteractiveElement = (element) => {
+ if (!element) return false;
+ const tagName = element.tagName?.toLowerCase();
+ if (['button', 'input', 'select', 'textarea', 'a'].includes(tagName)) return true;
+ const className = element.className || '';
+ if (typeof className === 'string' && (
+ className.includes('-btn') || className.includes('-input') ||
+ className.includes('-select') || className.includes('repeat-input') ||
+ className.includes('gallery-item') || className.includes('checkbox')
+ )) return true;
+ if (element.onclick || element.onmousedown || element.draggable) return true;
+ return false;
+ };
+
+ const isInteractiveOrChildOfInteractive = (target) => {
+ let element = target;
+ while (element && element !== container) {
+ if (isInteractiveElement(element)) return true;
+ element = element.parentElement;
+ }
+ return false;
+ };
+
+ // Track drag state for manual panning
+ if (!container._ailDragState) {
+ container._ailDragState = { isDragging: false, startX: 0, startY: 0, offsetX: 0, offsetY: 0 };
+ }
+ const dragState = container._ailDragState;
+
+ const canvasForwardHandler = (e) => {
+ if (e._ailForwarded) return;
+
+ if (e.type === 'mousedown') {
+ if (isInteractiveOrChildOfInteractive(e.target)) {
+ dragState.isDragging = false;
+ return;
+ }
+ dragState.isDragging = true;
+ dragState.startX = e.clientX;
+ dragState.startY = e.clientY;
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ dragState.offsetX = canvas.ds.offset[0];
+ dragState.offsetY = canvas.ds.offset[1];
+ }
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ if (e.type === 'mousemove' && dragState.isDragging) {
+ const deltaX = e.clientX - dragState.startX;
+ const deltaY = e.clientY - dragState.startY;
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ const scale = canvas.ds.scale || 1;
+ canvas.ds.offset[0] = dragState.offsetX + (deltaX / scale);
+ canvas.ds.offset[1] = dragState.offsetY + (deltaY / scale);
+ canvas.setDirty(true, true);
+ }
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ if (e.type === 'mouseup' && dragState.isDragging) {
+ dragState.isDragging = false;
+ e.preventDefault();
+ e.stopPropagation();
+ }
+ };
+
+ const wheelForwardHandler = (e) => {
+ if (e._ailForwarded) return;
+ if (isInteractiveOrChildOfInteractive(e.target)) return;
+ const canvas = document.querySelector('#graph-canvas') ||
+ document.querySelector('canvas.litegraph') ||
+ document.querySelector('.litegraph canvas');
+ if (canvas) {
+ e.preventDefault();
+ e.stopPropagation();
+ const newEvent = new WheelEvent('wheel', {
+ bubbles: true, cancelable: true, view: window,
+ clientX: e.clientX, clientY: e.clientY,
+ deltaX: e.deltaX, deltaY: e.deltaY, deltaZ: e.deltaZ, deltaMode: e.deltaMode,
+ ctrlKey: e.ctrlKey, shiftKey: e.shiftKey, altKey: e.altKey, metaKey: e.metaKey
+ });
+ newEvent._ailForwarded = true;
+ canvas.dispatchEvent(newEvent);
+ }
+ };
+
+ // Remove old listeners if exist
+ if (container._canvasForwardHandler) {
+ container.removeEventListener('mousedown', container._canvasForwardHandler, true);
+ document.removeEventListener('mousemove', container._canvasForwardHandler, true);
+ document.removeEventListener('mouseup', container._canvasForwardHandler, true);
+ }
+ if (container._wheelForwardHandler) {
+ container.removeEventListener('wheel', container._wheelForwardHandler, true);
+ }
+
+ container._canvasForwardHandler = canvasForwardHandler;
+ container._wheelForwardHandler = wheelForwardHandler;
+
+ container.addEventListener('mousedown', canvasForwardHandler, true);
+ document.addEventListener('mousemove', canvasForwardHandler, true);
+ document.addEventListener('mouseup', canvasForwardHandler, true);
+ container.addEventListener('wheel', wheelForwardHandler, true);
+
+ const modeDropdown = container.querySelector(".instaraw-adv-loader-mode-dropdown");
+ if (modeDropdown)
+ modeDropdown.onchange = (e) => {
+ const modeWidget = node.widgets?.find((w) => w.name === "mode");
+ if (modeWidget) {
+ modeWidget.value = e.target.value;
+ renderGallery();
+ }
+ };
+ const queueAllBtn = container.querySelector(".instaraw-adv-loader-queue-all-btn");
+ if (queueAllBtn) queueAllBtn.onclick = queueAllLatents;
+ const addLatentBtn = container.querySelector(".instaraw-adv-loader-add-latent-btn");
+ if (addLatentBtn) addLatentBtn.onclick = addEmptyLatent;
+ const batchAddBtn = container.querySelector(".instaraw-adv-loader-batch-add-btn");
+ if (batchAddBtn) {
+ batchAddBtn.onclick = () => {
+ const countInput = container.querySelector(".instaraw-adv-loader-batch-count-input");
+ const count = parseInt(countInput?.value || 5);
+ if (count > 0 && count <= 100) {
+ batchAddLatents(count);
+ }
+ };
+ }
+ const deleteAllBtn = container.querySelector(".instaraw-adv-loader-delete-all-btn");
+ if (deleteAllBtn) deleteAllBtn.onclick = deleteAllLatents;
+ container.querySelectorAll(".instaraw-adv-loader-delete-btn").forEach((btn) => (btn.onclick = (e) => { e.stopPropagation(); deleteLatent(btn.dataset.id); }));
+ container.querySelectorAll(".instaraw-adv-loader-repeat-input").forEach((input) => {
+ input.onchange = (e) => updateLatentRepeatCount(input.dataset.id, parseInt(input.value) || 1);
+ input.onmousedown = (e) => e.stopPropagation();
+ });
+ };
+
+ const handleFileSelect = async (e) => {
+ const files = Array.from(e.target.files);
+ if (files.length === 0) return;
+ const uploadBtn = container.querySelector(".instaraw-adv-loader-upload-btn");
+ const originalText = uploadBtn.textContent;
+ uploadBtn.textContent = "โณ Uploading...";
+ uploadBtn.disabled = true;
+ try {
+ const formData = new FormData();
+ formData.append("node_id", node.id);
+ files.forEach((file) => formData.append("files", file));
+ const response = await fetch("/instaraw/batch_upload", { method: "POST", body: formData });
+ const result = await response.json();
+ console.log(`[INSTARAW AIL ${node.id}] ๐ค Upload result:`, result.success);
+ if (result.success) {
+ // Auto-switch to img2img mode FIRST if currently in txt2img mode
+ const wasInTxt2ImgMode = isTxt2ImgMode();
+ console.log(`[INSTARAW AIL ${node.id}] ๐ Current mode - isTxt2ImgMode:`, wasInTxt2ImgMode);
+ if (wasInTxt2ImgMode) {
+ console.log(`[INSTARAW AIL ${node.id}] ๐ Auto-switching to img2img mode BEFORE adding images`);
+
+ // Properly swap data (backup txt2img, restore img2img)
+ node.properties.txt2img_data_backup = node.properties.batch_data;
+ node.properties.batch_data = node.properties.img2img_data_backup || JSON.stringify({ images: [], order: [], total_count: 0 });
+ console.log(`[INSTARAW AIL ${node.id}] ๐พ Backed up txt2img data, restored img2img data`);
+
+ // Update the boolean
+ switchToImg2ImgMode();
+
+ // Manually update currentDetectedMode to prevent mode switch detection in renderGallery
+ currentDetectedMode = false; // false = img2img mode
+ console.log(`[INSTARAW AIL ${node.id}] โ
Updated currentDetectedMode to img2img`);
+ } else {
+ console.log(`[INSTARAW AIL ${node.id}] โ
Already in img2img mode, no switch needed`);
+ }
+
+ // NOW add images to batch_data (after mode switch completes)
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ batchData.images = batchData.images || [];
+ batchData.order = batchData.order || [];
+ result.images.forEach((img) => {
+ batchData.images.push(img);
+ batchData.order.push(img.id);
+ });
+ batchData.total_count = batchData.images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+
+ syncBatchDataWidget();
+ renderGallery();
+ } else {
+ alert(`Upload failed: ${result.error}`);
+ }
+ } catch (error) {
+ alert(`Upload error: ${error.message}`);
+ } finally {
+ uploadBtn.textContent = originalText;
+ uploadBtn.disabled = false;
+ }
+ };
+
+ const deleteImage = async (imageId) => {
+ if (!confirm("Delete this image?")) return;
+ try {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const imageIdStr = String(imageId);
+
+ // Check if this is a duplicated image (ID starts with "dup_" or is numeric)
+ const isDuplicate = imageIdStr.startsWith("dup_") || /^\d+(\.\d+)?$/.test(imageIdStr);
+
+ // Only call server delete for original images (not duplicates)
+ if (!isDuplicate) {
+ try {
+ await fetch(`/instaraw/batch_delete/${node.id}/${imageId}`, { method: "DELETE" });
+ } catch (serverError) {
+ // Server delete failed, but continue with local removal
+ console.warn(`[AIL] Server delete failed for ${imageId}, removing locally`);
+ }
+ }
+
+ // Remove from local batch data (compare as strings to handle type mismatches)
+ batchData.images = batchData.images.filter((img) => String(img.id) !== imageIdStr);
+ batchData.order = batchData.order.filter((id) => String(id) !== imageIdStr);
+ batchData.total_count = batchData.images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery();
+ } catch (error) {
+ alert(`Delete error: ${error.message}`);
+ }
+ };
+
+ const duplicateLastItem = () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const isTxt2Img = isTxt2ImgMode();
+ const items = isTxt2Img ? (batchData.latents || []) : (batchData.images || []);
+ const order = batchData.order || [];
+
+ if (items.length === 0 || order.length === 0) return;
+
+ // Get last item ID from order
+ const lastItemId = order[order.length - 1];
+ const lastItem = items.find(item => item.id === lastItemId);
+
+ if (!lastItem) return;
+
+ // Create deep copy with new unique ID
+ const duplicatedItem = {
+ ...lastItem,
+ id: Date.now() + Math.random(),
+ repeat_count: 1 // Reset repeat count for duplicate
+ };
+
+ // Add to batch data
+ items.push(duplicatedItem);
+ order.push(duplicatedItem.id);
+
+ // Update total count
+ if (isTxt2Img) {
+ batchData.latents = items;
+ } else {
+ batchData.images = items;
+ }
+ batchData.order = order;
+ batchData.total_count = items.reduce((sum, item) => sum + (item.repeat_count || 1), 0);
+
+ // Save and re-render (renderGallery already dispatches INSTARAW_AIL_UPDATED)
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery();
+ };
+
+ const deleteAllImages = async () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const imageCount = batchData.images?.length || 0;
+ if (imageCount === 0 || !confirm(`Delete all ${imageCount} image${imageCount !== 1 ? "s" : ""}?`)) return;
+ try {
+ await Promise.all(batchData.images.map((img) => fetch(`/instaraw/batch_delete/${node.id}/${img.id}`, { method: "DELETE" })));
+ node.properties.batch_data = JSON.stringify({ images: [], order: [], total_count: 0 });
+ // Clear backup to prevent old data from reappearing on mode switch
+ node.properties.img2img_data_backup = JSON.stringify({ images: [], order: [], total_count: 0 });
+ syncBatchDataWidget();
+ renderGallery();
+ } catch (error) {
+ alert(`Delete all error: ${error.message}`);
+ }
+ };
+
+ const queueAllImages = async () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const totalCount = batchData.total_count || 0;
+ if (totalCount === 0 || !confirm(`Queue ${totalCount} workflow executions?`)) return;
+ try {
+ const prompt = await app.graphToPrompt();
+ for (let i = 0; i < totalCount; i++) {
+ const promptCopy = JSON.parse(JSON.stringify(prompt.output));
+ if (promptCopy[node.id] && promptCopy[node.id].inputs) {
+ promptCopy[node.id].inputs.batch_index = i;
+ }
+ await fetch("/prompt", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ prompt: promptCopy, client_id: app.clientId }) });
+ if (i < totalCount - 1) await new Promise((resolve) => setTimeout(resolve, 50));
+ }
+ } catch (error) {
+ alert(`Queue error: ${error.message}`);
+ }
+ };
+
+ const updateRepeatCount = (imageId, newCount) => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const img = batchData.images.find((i) => i.id === imageId);
+ if (img) {
+ img.repeat_count = Math.max(1, Math.min(99, newCount));
+ batchData.total_count = batchData.images.reduce((sum, i) => sum + (i.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ const statsEl = container.querySelector(".instaraw-adv-loader-total");
+ if (statsEl) statsEl.textContent = `Total: ${batchData.total_count} (with repeats)`;
+ // Trigger re-render to update RPG
+ renderGallery();
+ }
+ };
+
+ // Smart sync function - finds connected RPG and syncs accordingly
+ const smartSync = () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const isTxt2Img = isTxt2ImgMode();
+ const items = isTxt2Img ? (batchData.latents || []) : (batchData.images || []);
+ const order = batchData.order || [];
+ const myCount = order.length;
+
+ if (myCount === 0) {
+ alert("No items to sync! Add images/latents first.");
+ return;
+ }
+
+ // Find connected RPG node by checking our output connections
+ let connectedRPG = null;
+ let promptCount = 0;
+ let promptRepeats = [];
+
+ if (node.outputs && node.outputs.length > 0) {
+ for (const output of node.outputs) {
+ if (output.links && output.links.length > 0) {
+ for (const linkId of output.links) {
+ const link = app.graph.links[linkId];
+ if (link) {
+ const targetNode = app.graph.getNodeById(link.target_id);
+ if (targetNode && targetNode.type === "INSTARAW_RealityPromptGenerator") {
+ connectedRPG = targetNode;
+ // Get prompt queue from RPG
+ try {
+ const promptData = JSON.parse(targetNode.properties.prompt_batch_data || "[]");
+ if (Array.isArray(promptData) && promptData.length > 0) {
+ promptCount = promptData.length;
+ promptRepeats = promptData.map(p => p.repeat_count || 1);
+ }
+ } catch (e) {
+ console.warn("[AIL] Failed to parse RPG prompt data:", e);
+ }
+ break;
+ }
+ }
+ }
+ }
+ if (connectedRPG) break;
+ }
+ }
+
+ if (promptCount > 0) {
+ // Prompts exist - prompts are king, sync this AIL to match
+ console.log(`[AIL ${node.id}] ๐ Prompts are king: Syncing to ${promptCount} prompts`);
+
+ if (myCount === promptCount) {
+ // Same count, just sync repeats
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: node.id,
+ mode: isTxt2Img ? "txt2img" : "img2img",
+ repeats: promptRepeats
+ }
+ }));
+ alert(`โ
Synced repeat counts to match ${promptCount} prompts`);
+ } else if (myCount < promptCount) {
+ // Need to add items
+ const toAdd = promptCount - myCount;
+ window.dispatchEvent(new CustomEvent("INSTARAW_DUPLICATE_LAST_N", {
+ detail: { targetNodeId: node.id, count: toAdd }
+ }));
+ // Then sync repeats after a short delay
+ setTimeout(() => {
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: node.id,
+ mode: isTxt2Img ? "txt2img" : "img2img",
+ repeats: promptRepeats
+ }
+ }));
+ }, 100);
+ alert(`โ
Added ${toAdd} items and synced to match ${promptCount} prompts`);
+ } else {
+ // Need to remove items - just update repeats for first N
+ alert(`โ ๏ธ You have ${myCount} items but only ${promptCount} prompts. Remove ${myCount - promptCount} items manually, or prompts will only use the first ${promptCount}.`);
+ }
+ } else {
+ // No prompts - find connected AILs and sync to the one with most images
+ console.log(`[AIL ${node.id}] ๐ No prompts: Looking for other AILs to sync with`);
+
+ // Find all AILs connected to the same RPG or BIG
+ const findSiblingAILs = () => {
+ const siblings = [];
+
+ // Check our output connections to find RPG/BIG
+ if (node.outputs && node.outputs.length > 0) {
+ for (const output of node.outputs) {
+ if (output.links && output.links.length > 0) {
+ for (const linkId of output.links) {
+ const link = app.graph.links[linkId];
+ if (link) {
+ const targetNode = app.graph.getNodeById(link.target_id);
+ if (targetNode && (targetNode.type === "INSTARAW_RealityPromptGenerator" || targetNode.type === "INSTARAW_BatchImageGenerator")) {
+ // Find all AILs connected to this target node
+ const imageInputs = ["images", "images2", "images3", "images4"];
+ for (const inputName of imageInputs) {
+ const input = targetNode.inputs?.find(i => i.name === inputName);
+ if (input?.link) {
+ const ailLink = app.graph.links[input.link];
+ if (ailLink) {
+ const ailNode = app.graph.getNodeById(ailLink.origin_id);
+ if (ailNode && ailNode.type === "INSTARAW_AdvancedImageLoader" && ailNode.id !== node.id) {
+ try {
+ const ailData = JSON.parse(ailNode.properties.batch_data || "{}");
+ const ailCount = (ailData.order || []).length;
+ if (ailCount > 0) {
+ siblings.push({ node: ailNode, count: ailCount, inputName });
+ }
+ } catch (e) {}
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ return siblings;
+ };
+
+ const siblingAILs = findSiblingAILs();
+
+ if (siblingAILs.length === 0) {
+ alert("No other AILs with images found. Connect this AIL to RPG or BIG with other AILs.");
+ return;
+ }
+
+ // Find the AIL with the most images
+ const masterAIL = siblingAILs.reduce((max, ail) => ail.count > max.count ? ail : max, siblingAILs[0]);
+
+ if (myCount === masterAIL.count) {
+ alert(`โ
Already synced! Both have ${myCount} items.`);
+ return;
+ }
+
+ const action = myCount < masterAIL.count ? "duplicate" : "trim";
+ const diff = Math.abs(masterAIL.count - myCount);
+
+ if (!confirm(`Sync this AIL to match ${masterAIL.count} items?\n\n${action === "duplicate" ? `๐ Duplicate last image ${diff} time(s)` : `๐๏ธ Remove ${diff} image(s)`}\n\nContinue?`)) {
+ return;
+ }
+
+ if (myCount < masterAIL.count) {
+ // Duplicate to match
+ window.dispatchEvent(new CustomEvent("INSTARAW_DUPLICATE_LAST_N", {
+ detail: { targetNodeId: node.id, count: diff }
+ }));
+ alert(`โ
Duplicated ${diff} images to match ${masterAIL.count} items`);
+ } else {
+ // Trim to match
+ window.dispatchEvent(new CustomEvent("INSTARAW_TRIM_AIL_IMAGES", {
+ detail: { targetNodeId: node.id, targetCount: masterAIL.count }
+ }));
+ alert(`โ
Trimmed to ${masterAIL.count} items`);
+ }
+ }
+ };
+
+ const setupEventHandlers = () => {
+ // === Canvas Panning & Zoom Event Forwarding ===
+ // Allow dragging/zooming canvas even when mouse is over custom UI
+ const isInteractiveElement = (element) => {
+ if (!element) return false;
+ const tagName = element.tagName?.toLowerCase();
+ if (['button', 'input', 'select', 'textarea', 'a'].includes(tagName)) return true;
+ const className = element.className || '';
+ if (typeof className === 'string' && (
+ className.includes('-btn') || className.includes('-input') ||
+ className.includes('-select') || className.includes('repeat-input') ||
+ className.includes('gallery-item') || className.includes('checkbox')
+ )) return true;
+ if (element.onclick || element.onmousedown || element.draggable) return true;
+ return false;
+ };
+
+ const isInteractiveOrChildOfInteractive = (target) => {
+ let element = target;
+ while (element && element !== container) {
+ if (isInteractiveElement(element)) return true;
+ element = element.parentElement;
+ }
+ return false;
+ };
+
+ // Track drag state for manual panning
+ if (!container._ailDragState) {
+ container._ailDragState = { isDragging: false, startX: 0, startY: 0, offsetX: 0, offsetY: 0 };
+ }
+ const dragState = container._ailDragState;
+
+ const canvasForwardHandler = (e) => {
+ if (e._ailForwarded) return;
+
+ if (e.type === 'mousedown') {
+ if (isInteractiveOrChildOfInteractive(e.target)) {
+ dragState.isDragging = false;
+ return;
+ }
+ dragState.isDragging = true;
+ dragState.startX = e.clientX;
+ dragState.startY = e.clientY;
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ dragState.offsetX = canvas.ds.offset[0];
+ dragState.offsetY = canvas.ds.offset[1];
+ }
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ if (e.type === 'mousemove' && dragState.isDragging) {
+ const deltaX = e.clientX - dragState.startX;
+ const deltaY = e.clientY - dragState.startY;
+ // Divide by scale to match native ComfyUI drag behavior at any zoom level
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ const scale = canvas.ds.scale || 1;
+ canvas.ds.offset[0] = dragState.offsetX + (deltaX / scale);
+ canvas.ds.offset[1] = dragState.offsetY + (deltaY / scale);
+ canvas.setDirty(true, true);
+ }
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ if (e.type === 'mouseup' && dragState.isDragging) {
+ dragState.isDragging = false;
+ e.preventDefault();
+ e.stopPropagation();
+ }
+ };
+
+ const wheelForwardHandler = (e) => {
+ if (e._ailForwarded) return;
+ if (isInteractiveOrChildOfInteractive(e.target)) return;
+ const canvas = document.querySelector('#graph-canvas') ||
+ document.querySelector('canvas.litegraph') ||
+ document.querySelector('.litegraph canvas');
+ if (canvas) {
+ e.preventDefault();
+ e.stopPropagation();
+ const newEvent = new WheelEvent('wheel', {
+ bubbles: true, cancelable: true, view: window,
+ clientX: e.clientX, clientY: e.clientY,
+ deltaX: e.deltaX, deltaY: e.deltaY, deltaZ: e.deltaZ, deltaMode: e.deltaMode,
+ ctrlKey: e.ctrlKey, shiftKey: e.shiftKey, altKey: e.altKey, metaKey: e.metaKey
+ });
+ newEvent._ailForwarded = true;
+ canvas.dispatchEvent(newEvent);
+ }
+ };
+
+ // Remove old listeners if exist
+ if (container._canvasForwardHandler) {
+ container.removeEventListener('mousedown', container._canvasForwardHandler, true);
+ document.removeEventListener('mousemove', container._canvasForwardHandler, true);
+ document.removeEventListener('mouseup', container._canvasForwardHandler, true);
+ }
+ if (container._wheelForwardHandler) {
+ container.removeEventListener('wheel', container._wheelForwardHandler, true);
+ }
+
+ container._canvasForwardHandler = canvasForwardHandler;
+ container._wheelForwardHandler = wheelForwardHandler;
+
+ container.addEventListener('mousedown', canvasForwardHandler, true);
+ document.addEventListener('mousemove', canvasForwardHandler, true);
+ document.addEventListener('mouseup', canvasForwardHandler, true);
+ container.addEventListener('wheel', wheelForwardHandler, true);
+
+ const modeDropdown = container.querySelector(".instaraw-adv-loader-mode-dropdown");
+ if (modeDropdown)
+ modeDropdown.onchange = (e) => {
+ const modeWidget = node.widgets?.find((w) => w.name === "mode");
+ if (modeWidget) {
+ modeWidget.value = e.target.value;
+ renderGallery();
+ }
+ };
+ const queueAllBtn = container.querySelector(".instaraw-adv-loader-queue-all-btn");
+ if (queueAllBtn) queueAllBtn.onclick = queueAllImages;
+ const uploadBtn = container.querySelector(".instaraw-adv-loader-upload-btn");
+ if (uploadBtn)
+ uploadBtn.onclick = () => {
+ const input = document.createElement("input");
+ input.type = "file";
+ input.multiple = true;
+ input.accept = "image/*";
+ input.onchange = handleFileSelect;
+ input.click();
+ };
+ const duplicateBtn = container.querySelector(".instaraw-adv-loader-duplicate-btn");
+ if (duplicateBtn) duplicateBtn.onclick = duplicateLastItem;
+ const syncBtn = container.querySelector(".instaraw-adv-loader-sync-btn");
+ if (syncBtn) syncBtn.onclick = smartSync;
+ const deleteAllBtn = container.querySelector(".instaraw-adv-loader-delete-all-btn");
+ if (deleteAllBtn) deleteAllBtn.onclick = deleteAllImages;
+ container.querySelectorAll(".instaraw-adv-loader-delete-btn").forEach((btn) => (btn.onclick = (e) => { e.stopPropagation(); deleteImage(btn.dataset.id); }));
+ container.querySelectorAll(".instaraw-adv-loader-repeat-input").forEach((input) => {
+ input.onchange = (e) => updateRepeatCount(input.dataset.id, parseInt(input.value) || 1);
+ input.onmousedown = (e) => e.stopPropagation();
+ });
+
+ // Selection mode handlers
+ const enterSelectionBtn = container.querySelector(".instaraw-adv-loader-enter-selection-btn");
+ if (enterSelectionBtn) {
+ enterSelectionBtn.onclick = () => {
+ selectionMode = true;
+ selectedImages.clear();
+ renderGallery();
+ console.log(`[INSTARAW AIL ${node.id}] Entered selection mode`);
+ };
+ }
+
+ const cancelSelectionBtn = container.querySelector(".instaraw-adv-loader-cancel-selection-btn");
+ if (cancelSelectionBtn) {
+ cancelSelectionBtn.onclick = () => {
+ selectionMode = false;
+ selectedImages.clear();
+ renderGallery();
+ console.log(`[INSTARAW AIL ${node.id}] Exited selection mode`);
+ };
+ }
+
+ const selectAllBtn = container.querySelector(".instaraw-adv-loader-select-all-btn");
+ if (selectAllBtn) {
+ selectAllBtn.onclick = () => {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const order = batchData.order || [];
+ order.forEach(id => selectedImages.add(String(id)));
+ renderGallery();
+ console.log(`[INSTARAW AIL ${node.id}] Selected all: ${selectedImages.size} images`);
+ };
+ }
+
+ const deselectAllBtn = container.querySelector(".instaraw-adv-loader-deselect-all-btn");
+ if (deselectAllBtn) {
+ deselectAllBtn.onclick = () => {
+ selectedImages.clear();
+ renderGallery();
+ console.log(`[INSTARAW AIL ${node.id}] Deselected all`);
+ };
+ }
+
+ const deleteSelectedBtn = container.querySelector(".instaraw-adv-loader-delete-selected-btn");
+ if (deleteSelectedBtn) {
+ deleteSelectedBtn.onclick = async () => {
+ if (selectedImages.size === 0) return;
+
+ const confirmMsg = `Delete ${selectedImages.size} selected image${selectedImages.size === 1 ? '' : 's'}?\n\nThis cannot be undone.`;
+ if (!confirm(confirmMsg)) return;
+
+ try {
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const images = batchData.images || [];
+ const order = batchData.order || [];
+
+ // Remove selected images (selectedImages contains strings, img.id/order may be numbers)
+ const selectedIds = Array.from(selectedImages);
+ selectedIds.forEach(id => {
+ // Compare as strings to handle type mismatch
+ const imgIndex = images.findIndex(i => String(i.id) === id);
+ if (imgIndex !== -1) images.splice(imgIndex, 1);
+ const orderIndex = order.findIndex(orderId => String(orderId) === id);
+ if (orderIndex !== -1) order.splice(orderIndex, 1);
+ });
+
+ // Recalculate total count
+ batchData.total_count = images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+
+ console.log(`[INSTARAW AIL ${node.id}] Deleted ${selectedIds.length} images`);
+
+ // Exit selection mode
+ selectionMode = false;
+ selectedImages.clear();
+ renderGallery();
+
+ alert(`Successfully deleted ${selectedIds.length} image${selectedIds.length === 1 ? '' : 's'}`);
+ } catch (error) {
+ console.error(`[INSTARAW AIL ${node.id}] Error deleting selected images:`, error);
+ alert(`Error deleting images: ${error.message}`);
+ }
+ };
+ }
+
+ // Checkbox handlers
+ container.querySelectorAll(".instaraw-adv-loader-image-checkbox").forEach((checkbox) => {
+ checkbox.onchange = (e) => {
+ e.stopPropagation();
+ const imageId = checkbox.dataset.id;
+
+ if (checkbox.checked) {
+ selectedImages.add(imageId);
+ } else {
+ selectedImages.delete(imageId);
+ }
+
+ renderGallery();
+ console.log(`[INSTARAW AIL ${node.id}] ${checkbox.checked ? 'Selected' : 'Deselected'} image ${imageId}. Total: ${selectedImages.size}`);
+ };
+ checkbox.onclick = (e) => e.stopPropagation();
+ });
+
+ // Allow clicking on the card to toggle selection in selection mode
+ if (selectionMode) {
+ container.querySelectorAll(".instaraw-adv-loader-item").forEach((item) => {
+ item.onclick = (e) => {
+ if (e.target.tagName === 'INPUT' || e.target.tagName === 'BUTTON') return;
+ const imageId = item.dataset.id;
+ if (selectedImages.has(imageId)) {
+ selectedImages.delete(imageId);
+ } else {
+ selectedImages.add(imageId);
+ }
+ renderGallery();
+ };
+ });
+ }
+ };
+
+ const setupDragAndDrop = () => {
+ const items = container.querySelectorAll(".instaraw-adv-loader-item");
+ let draggedItem = null;
+ items.forEach((item) => {
+ item.addEventListener("dragstart", (e) => {
+ draggedItem = item;
+ item.style.opacity = "0.5";
+ e.dataTransfer.effectAllowed = "move";
+ e.stopPropagation();
+ e.dataTransfer.setData("text/plain", "instaraw-reorder");
+ });
+ item.addEventListener("dragend", () => {
+ item.style.opacity = "1";
+ items.forEach((i) => i.classList.remove("instaraw-adv-loader-drop-before", "instaraw-adv-loader-drop-after"));
+ });
+ item.addEventListener("dragover", (e) => {
+ e.preventDefault();
+ if (draggedItem === item) return;
+ e.dataTransfer.dropEffect = "move";
+ const rect = item.getBoundingClientRect();
+ const midpoint = rect.top + rect.height / 2;
+ items.forEach((i) => i.classList.remove("instaraw-adv-loader-drop-before", "instaraw-adv-loader-drop-after"));
+ item.classList.add(e.clientY < midpoint ? "instaraw-adv-loader-drop-before" : "instaraw-adv-loader-drop-after");
+ });
+ item.addEventListener("drop", (e) => {
+ e.preventDefault();
+ if (draggedItem === item) return;
+ const draggedId = draggedItem.dataset.id;
+ const targetId = item.dataset.id;
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const order = batchData.order;
+ const draggedIndex = order.indexOf(draggedId);
+ order.splice(draggedIndex, 1);
+ const rect = item.getBoundingClientRect();
+ const insertAfter = e.clientY > rect.top + rect.height / 2;
+ const newTargetIndex = order.indexOf(targetId);
+ order.splice(insertAfter ? newTargetIndex + 1 : newTargetIndex, 0, draggedId);
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery();
+ });
+ });
+ };
+
+ const setupFileDropZone = () => {
+ // Prevent duplicate listeners
+ if (container._hasFileDropListeners) return;
+ container._hasFileDropListeners = true;
+
+ let dragCounter = 0; // Track nested drag events
+ let dragTimeout = null; // Timeout to auto-clear highlight
+
+ const clearDragHighlight = () => {
+ dragCounter = 0;
+ container.classList.remove("instaraw-adv-loader-drag-over");
+ if (dragTimeout) {
+ clearTimeout(dragTimeout);
+ dragTimeout = null;
+ }
+ };
+
+ const handleFileDrop = async (files) => {
+ console.log(`[INSTARAW AIL ${node.id}] ๐ Files dropped:`, files.length);
+ if (files.length === 0) return;
+
+ const uploadBtn = container.querySelector(".instaraw-adv-loader-upload-btn");
+ let originalText = null;
+
+ // Update button state if it exists (might not exist in txt2img mode)
+ if (uploadBtn) {
+ originalText = uploadBtn.textContent;
+ uploadBtn.textContent = "โณ Uploading...";
+ uploadBtn.disabled = true;
+ } else {
+ console.log(`[INSTARAW AIL ${node.id}] โน๏ธ No upload button (probably in txt2img mode), proceeding anyway...`);
+ }
+
+ try {
+ const formData = new FormData();
+ formData.append("node_id", node.id);
+ files.forEach((file) => formData.append("files", file));
+ const response = await fetch("/instaraw/batch_upload", { method: "POST", body: formData });
+ const result = await response.json();
+ console.log(`[INSTARAW AIL ${node.id}] ๐ค Upload result:`, result.success);
+ console.log(`[INSTARAW AIL ${node.id}] ๐ค Images returned:`, result.images?.length || 0);
+ if (result.success) {
+ // Auto-switch to img2img mode FIRST if currently in txt2img mode
+ const wasInTxt2ImgMode = isTxt2ImgMode();
+ console.log(`[INSTARAW AIL ${node.id}] ๐ Current mode - isTxt2ImgMode:`, wasInTxt2ImgMode);
+ if (wasInTxt2ImgMode) {
+ console.log(`[INSTARAW AIL ${node.id}] ๐ Auto-switching to img2img mode BEFORE adding images`);
+
+ // Properly swap data (backup txt2img, restore img2img)
+ node.properties.txt2img_data_backup = node.properties.batch_data;
+ node.properties.batch_data = node.properties.img2img_data_backup || JSON.stringify({ images: [], order: [], total_count: 0 });
+ console.log(`[INSTARAW AIL ${node.id}] ๐พ Backed up txt2img data, restored img2img data`);
+
+ // Update the boolean
+ switchToImg2ImgMode();
+
+ // Manually update currentDetectedMode to prevent mode switch detection in renderGallery
+ currentDetectedMode = false; // false = img2img mode
+ console.log(`[INSTARAW AIL ${node.id}] โ
Updated currentDetectedMode to img2img`);
+ } else {
+ console.log(`[INSTARAW AIL ${node.id}] โ
Already in img2img mode, no switch needed`);
+ }
+
+ // NOW add images to batch_data (after mode switch completes)
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ console.log(`[INSTARAW AIL ${node.id}] ๐ฆ Batch data before:`, batchData);
+ batchData.images = batchData.images || [];
+ batchData.order = batchData.order || [];
+ result.images.forEach((img) => {
+ batchData.images.push(img);
+ batchData.order.push(img.id);
+ });
+ batchData.total_count = batchData.images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+ node.properties.batch_data = JSON.stringify(batchData);
+ console.log(`[INSTARAW AIL ${node.id}] ๐ฆ Batch data after:`, JSON.parse(node.properties.batch_data));
+
+ syncBatchDataWidget();
+ renderGallery();
+ } else {
+ alert(`Upload failed: ${result.error}`);
+ }
+ } catch (error) {
+ alert(`Upload error: ${error.message}`);
+ } finally {
+ // Reset button state if it exists
+ if (uploadBtn && originalText) {
+ uploadBtn.textContent = originalText;
+ uploadBtn.disabled = false;
+ }
+ }
+ };
+
+ container.addEventListener("dragenter", (e) => {
+ e.preventDefault();
+ e.stopPropagation();
+ dragCounter++;
+ if (e.dataTransfer.types.includes("Files")) {
+ container.classList.add("instaraw-adv-loader-drag-over");
+ // Set timeout to auto-clear if drag is abandoned
+ if (dragTimeout) clearTimeout(dragTimeout);
+ dragTimeout = setTimeout(clearDragHighlight, 200);
+ }
+ });
+
+ container.addEventListener("dragover", (e) => {
+ e.preventDefault();
+ e.stopPropagation();
+ if (e.dataTransfer.types.includes("Files")) {
+ e.dataTransfer.dropEffect = "copy";
+ // Reset timeout while actively dragging over
+ if (dragTimeout) clearTimeout(dragTimeout);
+ dragTimeout = setTimeout(clearDragHighlight, 200);
+ }
+ });
+
+ container.addEventListener("dragleave", (e) => {
+ e.preventDefault();
+ e.stopPropagation();
+ dragCounter--;
+ if (dragCounter === 0) {
+ clearDragHighlight();
+ }
+ });
+
+ container.addEventListener("drop", (e) => {
+ e.preventDefault();
+ e.stopPropagation();
+ clearDragHighlight();
+
+ // Only handle file drops, not reordering
+ if (e.dataTransfer.getData("text/plain") === "instaraw-reorder") {
+ return; // Let the reordering handler deal with this
+ }
+
+ const files = Array.from(e.dataTransfer.files).filter(file => file.type.startsWith("image/"));
+ if (files.length > 0) {
+ handleFileDrop(files);
+ }
+ });
+
+ // Global dragend listener to reset highlight when drag is cancelled
+ document.addEventListener("dragend", clearDragHighlight);
+ document.addEventListener("drop", clearDragHighlight);
+
+ // Store cleanup function on node
+ node._cleanupDragListeners = () => {
+ document.removeEventListener("dragend", clearDragHighlight);
+ document.removeEventListener("drop", clearDragHighlight);
+ if (dragTimeout) clearTimeout(dragTimeout);
+ };
+ };
+
+ const widget = node.addDOMWidget("batch_display", "batchloader", container, { getValue: () => node.properties.batch_data, setValue: (v) => { node.properties.batch_data = v; renderGallery(); }, serialize: false });
+ widget.computeSize = (width) => [width, cachedHeight + 6];
+ node._updateCachedHeight = updateCachedHeight;
+ node._renderGallery = renderGallery;
+
+ // Update existing latents with new dimensions
+ const updateLatentsWithNewDimensions = () => {
+ if (!isTxt2ImgMode()) return; // Only for txt2img mode
+
+ const currentDims = getTxt2ImgDimensions();
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+
+ if (batchData.latents && batchData.latents.length > 0) {
+ // Check if dimensions actually changed
+ const firstLatent = batchData.latents[0];
+ if (firstLatent.width !== currentDims.width ||
+ firstLatent.height !== currentDims.height ||
+ firstLatent.aspect_label !== currentDims.aspect_label) {
+
+ console.log(`[INSTARAW AIL ${node.id}] ๐ Updating ${batchData.latents.length} latents: ${firstLatent.width}ร${firstLatent.height} (${firstLatent.aspect_label}) โ ${currentDims.width}ร${currentDims.height} (${currentDims.aspect_label})`);
+
+ batchData.latents.forEach(latent => {
+ latent.width = currentDims.width;
+ latent.height = currentDims.height;
+ latent.aspect_label = currentDims.aspect_label;
+ });
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ }
+ }
+ };
+
+ // Add widget change callbacks to automatically refresh
+ const setupWidgetCallbacks = () => {
+ const modeWidget = node.widgets?.find((w) => w.name === "mode");
+ if (modeWidget && !modeWidget._instaraw_callback_added) {
+ const originalCallback = modeWidget.callback;
+ modeWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ renderGallery();
+ };
+ modeWidget._instaraw_callback_added = true;
+ }
+
+ const batchIndexWidget = node.widgets?.find((w) => w.name === "batch_index");
+ if (batchIndexWidget && !batchIndexWidget._instaraw_callback_added) {
+ const originalCallback = batchIndexWidget.callback;
+ batchIndexWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ renderGallery();
+ };
+ batchIndexWidget._instaraw_callback_added = true;
+ }
+
+ // Aspect ratio widgets - update latents AND re-render when dimensions change
+ const widthWidget = node.widgets?.find((w) => w.name === "width");
+ if (widthWidget && !widthWidget._instaraw_callback_added) {
+ const originalCallback = widthWidget.callback;
+ widthWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ updateLatentsWithNewDimensions();
+ renderGallery();
+ };
+ widthWidget._instaraw_callback_added = true;
+ }
+
+ const heightWidget = node.widgets?.find((w) => w.name === "height");
+ if (heightWidget && !heightWidget._instaraw_callback_added) {
+ const originalCallback = heightWidget.callback;
+ heightWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ updateLatentsWithNewDimensions();
+ renderGallery();
+ };
+ heightWidget._instaraw_callback_added = true;
+ }
+
+ const aspectLabelWidget = node.widgets?.find((w) => w.name === "aspect_label");
+ if (aspectLabelWidget && !aspectLabelWidget._instaraw_callback_added) {
+ const originalCallback = aspectLabelWidget.callback;
+ aspectLabelWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ updateLatentsWithNewDimensions();
+ renderGallery();
+ };
+ aspectLabelWidget._instaraw_callback_added = true;
+ }
+ };
+
+ // Periodic mode check - checks every 2 seconds if mode changed
+ const startModeCheck = () => {
+ if (modeCheckInterval) clearInterval(modeCheckInterval);
+ modeCheckInterval = setInterval(() => {
+ const detectedMode = isTxt2ImgMode();
+ if (currentDetectedMode !== null && currentDetectedMode !== detectedMode) {
+ renderGallery();
+ }
+ }, 2000);
+ // Store on node for cleanup
+ node._modeCheckInterval = modeCheckInterval;
+ };
+
+ // Periodic dimension check - checks every 2 seconds if dimensions changed
+ let dimensionCheckInterval = null;
+ let lastDimensions = null;
+ const startDimensionCheck = () => {
+ if (dimensionCheckInterval) clearInterval(dimensionCheckInterval);
+ dimensionCheckInterval = setInterval(() => {
+ // Only check dimensions in txt2img mode (where aspect ratio matters for latent display)
+ if (isTxt2ImgMode()) {
+ const currentDims = getTxt2ImgDimensions();
+ const dimsKey = `${currentDims.width}x${currentDims.height}:${currentDims.aspect_label}`;
+ if (lastDimensions !== null && lastDimensions !== dimsKey) {
+ console.log(`[INSTARAW AIL ${node.id}] Dimensions changed: ${lastDimensions} -> ${dimsKey}`);
+ updateLatentsWithNewDimensions();
+ renderGallery();
+ }
+ lastDimensions = dimsKey;
+ }
+ }, 2000);
+ // Store on node for cleanup
+ node._dimensionCheckInterval = dimensionCheckInterval;
+ };
+
+ const handleBatchUpdate = (event) => {
+ const data = event.detail;
+ if (data && data.node_id == node.id) {
+ const batchIndexWidget = node.widgets?.find((w) => w.name === "batch_index");
+ if (batchIndexWidget) batchIndexWidget.value = data.next_index;
+ node._processingIndex = data.next_index;
+ node._isProcessing = false;
+ if (node._renderGallery) node._renderGallery();
+ app.graph.setDirtyCanvas(true, false);
+ }
+ };
+ api.addEventListener("instaraw_adv_loader_update", handleBatchUpdate);
+
+ // Listen for Sync requests from RPG
+ window.addEventListener("INSTARAW_SYNC_AIL_LATENTS", (event) => {
+ const { targetNodeId, latentSpecs, dimensions } = event.detail;
+ if (node.id !== targetNodeId) return; // Not for this node
+
+ console.log(`[INSTARAW AIL ${node.id}] Received sync request: Create ${latentSpecs.length} empty latents with repeat counts`);
+
+ // Get current dimensions or use provided
+ const currentDimensions = getTxt2ImgDimensions();
+ const width = dimensions?.width || currentDimensions.width;
+ const height = dimensions?.height || currentDimensions.height;
+ const aspect_label = dimensions?.aspect_label || currentDimensions.aspect_label;
+
+ // Ensure we're working with a clean txt2img batch_data structure
+ // If AIL hasn't swapped data yet, we need to do it now
+ const oldBatchData = JSON.parse(node.properties.batch_data || "{}");
+ if (oldBatchData.images && oldBatchData.images.length > 0) {
+ // Still has img2img data - backup and swap
+ console.log(`[INSTARAW AIL ${node.id}] Sync: Swapping from img2img to txt2img data`);
+ node.properties.img2img_data_backup = node.properties.batch_data;
+ }
+
+ // Create fresh txt2img batch_data (clear any stale images)
+ const batchData = {
+ latents: [],
+ order: [],
+ total_count: 0
+ };
+
+ // Create latents with repeat counts matching prompts
+ let totalCount = 0;
+ for (let i = 0; i < latentSpecs.length; i++) {
+ const spec = latentSpecs[i];
+ const newLatent = {
+ id: generateUUID(),
+ width: width,
+ height: height,
+ repeat_count: spec.repeat_count || 1,
+ aspect_label: aspect_label
+ };
+ batchData.latents.push(newLatent);
+ batchData.order.push(newLatent.id);
+ totalCount += newLatent.repeat_count;
+ }
+
+ batchData.total_count = totalCount;
+ node.properties.batch_data = JSON.stringify(batchData);
+
+ // Update mode tracking so renderGallery doesn't re-swap
+ currentDetectedMode = true; // true = txt2img mode
+
+ syncBatchDataWidget();
+ renderGallery();
+
+ console.log(`[INSTARAW AIL ${node.id}] Created ${latentSpecs.length} latents (${totalCount} total generations) (${width}ร${height})`);
+ });
+
+ // Listen for Repeat Sync requests from RPG
+ window.addEventListener("INSTARAW_SYNC_AIL_REPEATS", (event) => {
+ const { targetNodeId, mode, repeats } = event.detail;
+ if (node.id !== targetNodeId) return; // Not for this node
+
+ console.log(`[INSTARAW AIL ${node.id}] Received repeat sync request: Update ${repeats.length} items`);
+
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const items = mode === "img2img" ? batchData.images : batchData.latents;
+ const order = batchData.order || [];
+
+ if (!items || items.length === 0) {
+ console.warn(`[INSTARAW AIL ${node.id}] No ${mode === "img2img" ? "images" : "latents"} in AIL to sync (mode: ${mode})`);
+ return;
+ }
+
+ // Update repeat counts to match prompts, respecting display order
+ let totalCount = 0;
+ repeats.forEach((repeatCount, idx) => {
+ // Find item by order, not by raw array index
+ const itemId = order[idx];
+ if (itemId) {
+ const item = items.find(i => i.id === itemId);
+ if (item) {
+ item.repeat_count = repeatCount;
+ totalCount += repeatCount;
+ }
+ }
+ });
+
+ batchData.total_count = totalCount;
+ node.properties.batch_data = JSON.stringify(batchData);
+
+ syncBatchDataWidget();
+ renderGallery();
+
+ console.log(`[INSTARAW AIL ${node.id}] Synced repeat counts: ${repeats.length} items, ${totalCount} total`);
+ });
+
+ // Listen for Duplicate Last N requests from RPG
+ window.addEventListener("INSTARAW_DUPLICATE_LAST_N", (event) => {
+ const { targetNodeId, count } = event.detail;
+ if (node.id !== targetNodeId) return; // Not for this node
+
+ console.log(`[INSTARAW AIL ${node.id}] Received duplicate last N request: Duplicate last item ${count} times`);
+
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const isTxt2Img = isTxt2ImgMode();
+ const items = isTxt2Img ? (batchData.latents || []) : (batchData.images || []);
+ const order = batchData.order || [];
+
+ if (items.length === 0 || order.length === 0) {
+ console.warn(`[INSTARAW AIL ${node.id}] No items to duplicate!`);
+ return;
+ }
+
+ // Get last item ID from order
+ const lastItemId = order[order.length - 1];
+ const lastItem = items.find(item => item.id === lastItemId);
+
+ if (!lastItem) {
+ console.warn(`[INSTARAW AIL ${node.id}] Last item not found!`);
+ return;
+ }
+
+ // Duplicate N times
+ for (let i = 0; i < count; i++) {
+ const duplicatedItem = {
+ ...lastItem,
+ id: Date.now() + Math.random() + i,
+ repeat_count: 1
+ };
+ items.push(duplicatedItem);
+ order.push(duplicatedItem.id);
+ }
+
+ // Update batch data
+ if (isTxt2Img) {
+ batchData.latents = items;
+ } else {
+ batchData.images = items;
+ }
+ batchData.order = order;
+ batchData.total_count = items.reduce((sum, item) => sum + (item.repeat_count || 1), 0);
+
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery(); // Already dispatches INSTARAW_AIL_UPDATED with proper format
+
+ console.log(`[INSTARAW AIL ${node.id}] Duplicated last item ${count} times, total items: ${items.length}, total count: ${batchData.total_count}`);
+ });
+
+ // Listen for Trim Images requests from RPG
+ window.addEventListener("INSTARAW_TRIM_AIL_IMAGES", (event) => {
+ const { targetNodeId, targetCount } = event.detail;
+ if (node.id !== targetNodeId) return; // Not for this node
+
+ console.log(`[INSTARAW AIL ${node.id}] Received trim request: Trim to ${targetCount} images`);
+
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const images = batchData.images || [];
+ const order = batchData.order || [];
+
+ if (images.length === 0 || order.length === 0) {
+ console.warn(`[INSTARAW AIL ${node.id}] No images to trim!`);
+ return;
+ }
+
+ if (targetCount >= order.length) {
+ console.warn(`[INSTARAW AIL ${node.id}] Target count ${targetCount} >= current count ${order.length}, no trimming needed`);
+ return;
+ }
+
+ // Remove excess images from the end
+ const excessCount = order.length - targetCount;
+ const removedIds = order.splice(targetCount, excessCount);
+
+ // Remove the actual image objects
+ batchData.images = images.filter(img => !removedIds.includes(img.id));
+
+ // Update order and total count
+ batchData.order = order;
+ batchData.total_count = batchData.images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+
+ node.properties.batch_data = JSON.stringify(batchData);
+ syncBatchDataWidget();
+ renderGallery(); // Already dispatches INSTARAW_AIL_UPDATED with proper format
+
+ console.log(`[INSTARAW AIL ${node.id}] Trimmed ${excessCount} image${excessCount > 1 ? 's' : ''}, total images: ${batchData.images.length}, total count: ${batchData.total_count}`);
+ });
+
+ // Listen for Sync from Master AIL broadcast (when no prompts, another AIL is master)
+ window.addEventListener("INSTARAW_SYNC_FROM_MASTER_AIL", (event) => {
+ const { masterNodeId, count, repeats, mode } = event.detail;
+ if (node.id === masterNodeId) return; // Don't sync to ourselves
+
+ console.log(`[INSTARAW AIL ${node.id}] Received sync from master AIL ${masterNodeId}: ${count} items`);
+
+ const batchData = JSON.parse(node.properties.batch_data || "{}");
+ const isTxt2Img = isTxt2ImgMode();
+ const items = isTxt2Img ? (batchData.latents || []) : (batchData.images || []);
+ const order = batchData.order || [];
+ const myCount = order.length;
+
+ if (myCount === 0) {
+ console.log(`[INSTARAW AIL ${node.id}] No items to sync, skipping`);
+ return;
+ }
+
+ // Sync to match the master AIL's count
+ if (myCount === count) {
+ // Same count, sync repeats
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: node.id,
+ mode: isTxt2Img ? "txt2img" : "img2img",
+ repeats: repeats
+ }
+ }));
+ console.log(`[INSTARAW AIL ${node.id}] Synced repeat counts to match master AIL`);
+ } else if (myCount < count) {
+ // Need to add items
+ const toAdd = count - myCount;
+ window.dispatchEvent(new CustomEvent("INSTARAW_DUPLICATE_LAST_N", {
+ detail: { targetNodeId: node.id, count: toAdd }
+ }));
+ // Then sync repeats
+ setTimeout(() => {
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: node.id,
+ mode: isTxt2Img ? "txt2img" : "img2img",
+ repeats: repeats
+ }
+ }));
+ }, 100);
+ console.log(`[INSTARAW AIL ${node.id}] Added ${toAdd} items to match master AIL`);
+ } else {
+ // Need to trim items
+ const targetCount = count;
+ window.dispatchEvent(new CustomEvent("INSTARAW_TRIM_AIL_IMAGES", {
+ detail: { targetNodeId: node.id, targetCount: targetCount }
+ }));
+ // Then sync repeats
+ setTimeout(() => {
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: node.id,
+ mode: isTxt2Img ? "txt2img" : "img2img",
+ repeats: repeats
+ }
+ }));
+ }, 100);
+ console.log(`[INSTARAW AIL ${node.id}] Trimmed to ${targetCount} items to match master AIL`);
+ }
+ });
+
+ setTimeout(() => {
+ const batchIndexWidget = node.widgets?.find((w) => w.name === "batch_index");
+ if (batchIndexWidget && batchIndexWidget.value !== undefined) node._processingIndex = batchIndexWidget.value;
+ syncBatchDataWidget();
+ setupWidgetCallbacks();
+ startModeCheck();
+ startDimensionCheck();
+ renderGallery();
+ }, 100);
+ };
+
+ const onResize = nodeType.prototype.onResize;
+ nodeType.prototype.onResize = function (size) {
+ onResize?.apply(this, arguments);
+ if (this._updateCachedHeight) {
+ clearTimeout(this._resizeTimeout);
+ this._resizeTimeout = setTimeout(() => this._updateCachedHeight(), 50);
+ }
+ };
+
+ const onConfigure = nodeType.prototype.onConfigure;
+ nodeType.prototype.onConfigure = function (data) {
+ onConfigure?.apply(this, arguments);
+ setTimeout(() => {
+ // VALIDATION: Sanitize corrupted dimensions in loaded batch_data
+ try {
+ const batchData = JSON.parse(this.properties.batch_data || "{}");
+ let needsFixing = false;
+
+ // Check and fix latents (txt2img mode)
+ if (batchData.latents && Array.isArray(batchData.latents)) {
+ batchData.latents.forEach(latent => {
+ if (latent.width < 64 || latent.height < 64) {
+ console.warn(`[INSTARAW AIL ${this.id}] โ ๏ธ Corrupted latent dimensions detected: ${latent.width}x${latent.height}`);
+ latent.width = 512;
+ latent.height = 512;
+ latent.aspect_label = "1:1";
+ needsFixing = true;
+ }
+ });
+ }
+
+ if (needsFixing) {
+ console.log(`[INSTARAW AIL ${this.id}] โ
Fixed corrupted dimensions in batch_data`);
+ this.properties.batch_data = JSON.stringify(batchData);
+ }
+ } catch (e) {
+ console.error(`[INSTARAW AIL ${this.id}] Error validating batch_data:`, e);
+ }
+
+ const batchDataWidget = this.widgets?.find((w) => w.name === "batch_data");
+ if (batchDataWidget) batchDataWidget.value = this.properties.batch_data || "{}";
+ const batchIndexWidget = this.widgets?.find((w) => w.name === "batch_index");
+ if (batchIndexWidget && batchIndexWidget.value !== undefined) this._processingIndex = batchIndexWidget.value;
+ if (this._renderGallery) this._renderGallery();
+
+ // Force multiple height recalculations to ensure sync
+ if (this._updateCachedHeight) {
+ setTimeout(() => this._updateCachedHeight(), 100);
+ setTimeout(() => this._updateCachedHeight(), 500);
+ setTimeout(() => this._updateCachedHeight(), 1000);
+ }
+ }, 200);
+ };
+
+ const onRemoved = nodeType.prototype.onRemoved;
+ nodeType.prototype.onRemoved = function () {
+ // Clean up the periodic mode check interval
+ if (this._modeCheckInterval) {
+ clearInterval(this._modeCheckInterval);
+ this._modeCheckInterval = null;
+ }
+ // Clean up the periodic dimension check interval
+ if (this._dimensionCheckInterval) {
+ clearInterval(this._dimensionCheckInterval);
+ this._dimensionCheckInterval = null;
+ }
+ // Clean up the height sync interval
+ if (this._heightSyncInterval) {
+ clearInterval(this._heightSyncInterval);
+ this._heightSyncInterval = null;
+ }
+ onRemoved?.apply(this, arguments);
+ };
+ }
+ },
+});
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/api_model_selector.js b/custom_nodes/ComfyUI_INSTARAW/js/api_model_selector.js
new file mode 100644
index 0000000000000000000000000000000000000000..be2d20f6de997a2bc1cd55b7be436a1fa8d2fafc
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/api_model_selector.js
@@ -0,0 +1,45 @@
+import { app } from '../../scripts/app.js';
+import { ComfyWidgets } from '../../scripts/widgets.js';
+
+app.registerExtension({
+ name: 'Comfy.INSTARAW.APIModelSelector',
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === 'INSTARAW_API_ModelSelector') {
+
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+
+ // Create the warning widget for this node
+ const warningWidget = ComfyWidgets["STRING"](this, "unreliable_provider_warning", ["STRING", { multiline: true }], app).widget;
+ warningWidget.inputEl.readOnly = true;
+ warningWidget.inputEl.style.backgroundColor = '#442222';
+ warningWidget.inputEl.style.color = '#FFCCCC';
+ warningWidget.inputEl.style.opacity = '0.8';
+ warningWidget.value = 'โ ๏ธ For this model, the fal.ai provider is unreliable for Image-to-Image (Edit) tasks. wavespeed.ai recommended.';
+ warningWidget.hidden = true; // Initially hidden
+
+ const modelWidget = this.widgets.find((w) => w.name === 'model');
+ if (modelWidget) {
+ const originalCallback = modelWidget.callback;
+ // Add our logic to the dropdown's callback
+ modelWidget.callback = (value) => {
+ originalCallback?.(value);
+ this.updateWarningWidget();
+ };
+ }
+
+ // Add a function to the node to update the widget
+ this.updateWarningWidget = () => {
+ const isProblematic = (modelWidget.value === 'Nano Banana');
+ warningWidget.hidden = !isProblematic;
+ this.computeSize();
+ this.setDirtyCanvas(true, true);
+ };
+
+ // Run once on creation to set the initial state
+ setTimeout(() => this.updateWarningWidget(), 1);
+ };
+ }
+ },
+});
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/api_nodes.js b/custom_nodes/ComfyUI_INSTARAW/js/api_nodes.js
new file mode 100644
index 0000000000000000000000000000000000000000..c4d56494c1706e9e01a97199faa484fc59f64fed
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/api_nodes.js
@@ -0,0 +1,53 @@
+import { app } from '../../scripts/app.js';
+
+const _al = Array.isArray([]);
+
+app.registerExtension({
+ name: 'Comfy.INSTARAW.DynamicAPINodes',
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === 'INSTARAW_APITextToImage' || nodeData.name === 'INSTARAW_APIImageToImage') {
+
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+ this.last_model = null; // Cache property
+ };
+
+ const onDrawForeground = nodeType.prototype.onDrawForeground;
+ nodeType.prototype.onDrawForeground = function(ctx) {
+ onDrawForeground?.apply(this, arguments);
+
+ const modelInput = this.inputs?.find((i) => i.name === 'model');
+ let current_model = null;
+
+ if (modelInput && modelInput.link != null) {
+ const link = app.graph.links[modelInput.link];
+ if (link) {
+ const origin_node = app.graph.getNodeById(link.origin_id);
+ const origin_widget = origin_node?.widgets.find(w => w.name === 'model');
+ if (origin_widget) current_model = origin_widget.value;
+ }
+ }
+
+ if (this.last_model === current_model) {
+ return; // No change, do nothing
+ }
+ this.last_model = current_model;
+
+ const isSeeDream = current_model?.startsWith('SeeDream');
+
+ this.widgets.find(w => w.name === 'width').hidden = !isSeeDream;
+ this.widgets.find(w => w.name === 'height').hidden = !isSeeDream;
+ this.widgets.find(w => w.name === 'enable_safety_checker').hidden = !isSeeDream;
+
+ const aspectRatioWidget = this.widgets.find(w => w.name === 'aspect_ratio');
+ if (aspectRatioWidget) {
+ aspectRatioWidget.hidden = isSeeDream;
+ }
+
+ this.computeSize();
+ this.setDirtyCanvas(true, true);
+ };
+ }
+ },
+});
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/batch_image_generator.js b/custom_nodes/ComfyUI_INSTARAW/js/batch_image_generator.js
new file mode 100644
index 0000000000000000000000000000000000000000..f3a075a6208b24eef3fd2e67589810caca097e5b
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/batch_image_generator.js
@@ -0,0 +1,5412 @@
+// ---
+// Filename: ../ComfyUI_INSTARAW/js/batch_image_generator.js
+// Batch Image Generator - Real-time Progress UI
+// Following RPG patterns exactly for clean, growing layout
+// ---
+
+import { app } from "../../scripts/app.js";
+import { api } from "../../scripts/api.js";
+import { renderComboCards, getComboMaxLength } from "./shared/combo-cards.js";
+
+// Job state constants (match Python JobState enum)
+const JobState = {
+ PENDING: "pending",
+ GENERATING: "generating",
+ SUCCESS: "success",
+ FAILED: "failed",
+ CACHED: "cached",
+ RETRYING: "retrying",
+ CANCELLED: "cancelled",
+};
+
+// State styling
+const STATE_CONFIG = {
+ [JobState.PENDING]: { class: "pending", text: "Pending", icon: "โณ" },
+ [JobState.GENERATING]: { class: "in-progress", text: "Generating...", icon: "๐" },
+ [JobState.SUCCESS]: { class: "success", text: "Complete", icon: "โ" },
+ [JobState.FAILED]: { class: "error", text: "Failed", icon: "โ" },
+ [JobState.CACHED]: { class: "cached", text: "Cached", icon: "๐ฆ" },
+ [JobState.RETRYING]: { class: "retrying", text: "Retrying...", icon: "๐" },
+ [JobState.CANCELLED]: { class: "cancelled", text: "Cancelled", icon: "โ" },
+};
+
+console.log("[BIG] ========== BATCH IMAGE GENERATOR JS LOADED ==========");
+
+// Load PhotoSwipe dynamically from CDN
+let photoSwipeLoadPromise = null;
+
+const loadPhotoSwipe = () => {
+ if (photoSwipeLoadPromise) return photoSwipeLoadPromise; // Already loading/loaded
+
+ // Check if PhotoSwipe was loaded by something else (e.g., cached local files)
+ if (window.PhotoSwipe) {
+ console.warn("[BIG] PhotoSwipe already exists on window - might be from cached local files. Forcing CSS load...");
+ // Force load CSS from CDN (local files don't include CSS)
+ const css = document.createElement('link');
+ css.rel = 'stylesheet';
+ css.href = 'https://cdn.jsdelivr.net/npm/photoswipe@5.4.3/dist/photoswipe.css';
+ document.head.appendChild(css);
+ console.log("[BIG] Loaded PhotoSwipe CSS from CDN");
+ photoSwipeLoadPromise = Promise.resolve();
+ return photoSwipeLoadPromise;
+ }
+
+ photoSwipeLoadPromise = new Promise((resolve, reject) => {
+ // Load CSS from CDN
+ const css = document.createElement('link');
+ css.rel = 'stylesheet';
+ css.href = 'https://cdn.jsdelivr.net/npm/photoswipe@5.4.3/dist/photoswipe.css';
+ css.onerror = () => console.error("[BIG] PhotoSwipe CDN CSS failed to load!");
+ css.onload = () => console.log("[BIG] PhotoSwipe CSS loaded from CDN");
+ document.head.appendChild(css);
+
+ // Load JS
+ const script = document.createElement('script');
+ script.src = 'https://cdn.jsdelivr.net/npm/photoswipe@5.4.3/dist/umd/photoswipe.umd.min.js';
+ script.onload = () => {
+ const lightboxScript = document.createElement('script');
+ lightboxScript.src = 'https://cdn.jsdelivr.net/npm/photoswipe@5.4.3/dist/umd/photoswipe-lightbox.umd.min.js';
+ lightboxScript.onload = () => {
+ console.log("[BIG] PhotoSwipe scripts loaded");
+ resolve();
+ };
+ lightboxScript.onerror = reject;
+ document.head.appendChild(lightboxScript);
+ };
+ script.onerror = reject;
+ document.head.appendChild(script);
+ });
+
+ return photoSwipeLoadPromise;
+};
+
+// Start loading PhotoSwipe on startup (don't await - it's background)
+loadPhotoSwipe().then(() => {
+ console.log("[BIG] PhotoSwipe ready");
+}).catch(e => {
+ console.error("[BIG] Failed to load PhotoSwipe:", e);
+});
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.BatchImageGenerator",
+
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === "INSTARAW_BatchImageGenerator") {
+ console.log("[BIG] Registering custom UI for BatchImageGenerator");
+
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+
+ console.log("[BIG] Node created, setting up custom UI");
+ const node = this;
+ let cachedHeight = 180;
+ let isUpdatingHeight = false;
+
+ // Create hidden widget to store node identifier (needed for file paths)
+ // Uses a stable unique ID that persists across sessions
+ if (!node._ni_widget) {
+ node._ni_widget = node.addWidget("text", "node_identifier", "", () => {}, { serialize: true });
+ node._ni_widget.hidden = true;
+ }
+ // Generate stable unique ID only if not already set (preserve across saves/loads)
+ if (!node._ni_widget.value || node._ni_widget.value === "" || node._ni_widget.value === "undefined") {
+ // Use node.id as base - it's unique within the workflow
+ node._ni_widget.value = String(node.id);
+ console.log("[BIG] Generated node_identifier:", node._ni_widget.value);
+ }
+
+ // Create hidden widget to store generated batch data (RPG pattern)
+ if (!node.widgets?.find(w => w.name === "generated_batch_data")) {
+ const genBatchWidget = node.addWidget("text", "generated_batch_data", "[]", () => {}, { serialize: true });
+ genBatchWidget.hidden = true;
+ console.log("[BIG] Created generated_batch_data widget");
+ }
+
+ // Session storage key - uses node ID only for simplicity
+ // Node IDs are unique within a ComfyUI session
+ const getSessionKey = () => {
+ // Use a simple key based on node ID - it's unique per node in the session
+ return `instaraw_big_${node.id}`;
+ };
+
+ // Save to session storage (survives tab switches!)
+ const saveToSession = (data) => {
+ try {
+ const key = getSessionKey();
+ sessionStorage.setItem(key, data);
+ console.log(`[BIG] ๐พ Saved to sessionStorage[${key}]: ${data.length} chars`);
+ } catch (e) {
+ console.warn("[BIG] Failed to save to session storage:", e);
+ }
+ };
+
+ // Restore from session storage, node.properties, or widget
+ const restoreFromWidget = () => {
+ try {
+ let dataSource = null;
+ let sourceName = "";
+
+ // 1. Try session storage first (survives tab switches!)
+ const sessionKey = getSessionKey();
+ const sessionData = sessionStorage.getItem(sessionKey);
+ if (sessionData && sessionData !== "[]" && sessionData.length > 2) {
+ dataSource = sessionData;
+ sourceName = "sessionStorage";
+ }
+ // 2. Then try properties
+ else if (node.properties?.big_jobs_data && node.properties.big_jobs_data !== "[]") {
+ dataSource = node.properties.big_jobs_data;
+ sourceName = "properties";
+ }
+ // 3. Finally try widget
+ else {
+ const genBatchWidget = node.widgets?.find(w => w.name === "generated_batch_data");
+ if (genBatchWidget && genBatchWidget.value && genBatchWidget.value !== "[]") {
+ dataSource = genBatchWidget.value;
+ sourceName = "widget";
+ }
+ }
+
+ if (dataSource) {
+ const batchData = JSON.parse(dataSource);
+ if (batchData && batchData.length > 0) {
+ console.log(`[BIG] ๐ Restoring ${batchData.length} jobs from ${sourceName}`);
+
+ // Reconstruct image URLs from filenames (we don't store base64 anymore)
+ // Images are saved to: {ComfyUI}/output/{subdir}/{filename}
+ // Use ComfyUI's standard /view endpoint to serve them
+ let reconstructedCount = 0;
+ batchData.forEach(job => {
+ // Reconstruct URL if:
+ // - Job has filename and is success/cached
+ // - AND either no URL, or URL is base64, or URL uses old formats
+ const needsReconstruction = job.filename &&
+ (job.state === "success" || job.state === "cached") &&
+ (!job.image_url ||
+ job.image_url.startsWith("data:") ||
+ job.image_url.startsWith("/extensions/") ||
+ job.image_url.startsWith("/instaraw/batch_gen_image/"));
+
+ if (needsReconstruction) {
+ // Support both new 'subfolder' and legacy 'output_subdir' keys
+ // Note: Empty string "" means root output folder (no subfolder)
+ let subdir;
+ if ('subfolder' in job) {
+ subdir = job.subfolder; // Could be "" for root folder
+ } else if ('output_subdir' in job) {
+ subdir = job.output_subdir;
+ } else {
+ subdir = ""; // Default to root output folder
+ }
+ // Use ComfyUI's standard /view endpoint
+ job.image_url = `/view?filename=${encodeURIComponent(job.filename)}&subfolder=${encodeURIComponent(subdir)}&type=output`;
+ console.log(`[BIG] ๐ Reconstructed URL for job ${job.id}: filename="${job.filename}", subdir="${subdir}" โ ${job.image_url}`);
+ reconstructedCount++;
+ } else if (!job.filename && (job.state === "success" || job.state === "cached")) {
+ console.warn(`[BIG] โ ๏ธ Job ${job.id} is ${job.state} but has NO filename! Cannot reconstruct URL.`);
+ }
+ });
+
+ if (reconstructedCount > 0) {
+ console.log(`[BIG] ๐ Reconstructed ${reconstructedCount} image URLs from filenames`);
+ } else {
+ console.log(`[BIG] โน๏ธ No URLs needed reconstruction. Job details:`);
+ batchData.forEach(j => {
+ console.log(`[BIG] Job ${j.id}: state="${j.state}", filename="${j.filename || 'NULL'}", hasUrl=${!!j.image_url}, urlPrefix="${j.image_url?.substring(0, 50) || 'none'}"`);
+ });
+ }
+
+ // Validate existing image URLs
+ let invalidUrlCount = 0;
+ batchData.forEach(job => {
+ if (job.image_url) {
+ const isBase64 = job.image_url.startsWith("data:");
+ const isTempUrl = job.image_url.includes("type=temp");
+
+ if (isTempUrl) {
+ job._urlNeedsValidation = true;
+ invalidUrlCount++;
+ }
+ }
+ });
+
+ if (invalidUrlCount > 0) {
+ console.log(`[BIG] โ ๏ธ ${invalidUrlCount} jobs have temp URLs that may need validation`);
+ }
+
+ // For jobs in "generating"/"retrying" state, we'll check backend status
+ // Don't mark as failed yet - backend might still have results!
+ const generatingJobs = batchData.filter(j => j.state === "generating" || j.state === "retrying");
+ const pendingJobs = batchData.filter(j => j.state === "pending");
+
+ if (generatingJobs.length > 0) {
+ console.log(`[BIG] ๐ ${generatingJobs.length} jobs were generating - checking backend...`);
+ // Schedule async backend check (don't block restore)
+ setTimeout(() => checkBackendProgress(batchData), 100);
+ }
+ if (pendingJobs.length > 0) {
+ console.log(`[BIG] โน๏ธ ${pendingJobs.length} pending jobs ready to run`);
+ }
+
+ node._bigJobs = batchData;
+ console.log(`[BIG][fix1] Restored ${batchData.length} jobs, dimensions:`, batchData.map(j => `${j.id}:${j.image_width}x${j.image_height}`).join(', '));
+
+ // Recalculate stats (after updating interrupted jobs)
+ node._bigStats = {
+ total: batchData.length,
+ completed: batchData.filter(j => j.state === "success" || j.state === "cached" || j.state === "failed" || j.state === "cancelled").length,
+ success: batchData.filter(j => j.state === "success").length,
+ failed: batchData.filter(j => j.state === "failed").length,
+ cached: batchData.filter(j => j.state === "cached").length,
+ };
+ node._bigIsGenerating = false; // Never restore "generating" state
+
+ // IMPORTANT: Re-save to session storage after restoring and modifying job states
+ // This ensures session storage has the corrected states for next tab switch
+ const correctedData = JSON.stringify(batchData);
+ saveToSession(correctedData);
+
+ // Also update widget and properties with corrected data
+ node.properties = node.properties || {};
+ node.properties.big_jobs_data = correctedData;
+ const widget = node.widgets?.find(w => w.name === "generated_batch_data");
+ if (widget) widget.value = correctedData;
+
+ return true;
+ }
+ }
+ } catch (e) {
+ console.error("[BIG] Failed to restore:", e);
+ }
+ return false;
+ };
+
+ // Check backend for real-time progress of jobs that were "generating"
+ const checkBackendProgress = async (localJobs) => {
+ try {
+ const nodeId = node._ni_widget?.value || String(node.id);
+ console.log(`[BIG] ๐ Checking backend progress for node ${nodeId}...`);
+
+ const response = await fetch(`/instaraw/batch_gen_progress/${nodeId}`);
+ const backendData = await response.json();
+
+ if (backendData && backendData.jobs && backendData.jobs.length > 0) {
+ console.log(`[BIG] โ
Backend has ${backendData.jobs.length} jobs!`);
+
+ // Merge backend data with local jobs
+ let updatedCount = 0;
+ localJobs.forEach(localJob => {
+ const backendJob = backendData.jobs.find(bj => bj.id === localJob.id);
+ if (backendJob) {
+ // Backend has data for this job - update local state
+ if (backendJob.state === "success" || backendJob.state === "cached") {
+ localJob.state = backendJob.state;
+ localJob.image_url = backendJob.image_url || localJob.image_url;
+ localJob.error = null;
+ updatedCount++;
+ console.log(`[BIG] โ
Job ${localJob.id}: ${backendJob.state}`);
+ } else if (backendJob.state === "failed") {
+ localJob.state = "failed";
+ localJob.error = backendJob.error || "Failed on backend";
+ updatedCount++;
+ } else if (backendJob.state === "generating") {
+ // Still generating on backend! Resume polling
+ console.log(`[BIG] ๐ Job ${localJob.id} still generating on backend`);
+ node._bigIsGenerating = true;
+ }
+ }
+ });
+
+ if (updatedCount > 0) {
+ console.log(`[BIG] โ
Updated ${updatedCount} jobs from backend`);
+ node._bigJobs = localJobs;
+ updateGeneratedBatchData();
+ if (node._renderUI) node._renderUI();
+ }
+
+ // If still generating, start polling
+ if (backendData.is_generating) {
+ console.log(`[BIG] ๐ Backend still generating - starting polling`);
+ if (node._startPolling) node._startPolling();
+ }
+ } else {
+ // Backend has no data - mark generating jobs as interrupted
+ console.log(`[BIG] โ ๏ธ No backend data - marking jobs as interrupted`);
+ localJobs.forEach(job => {
+ if (job.state === "generating" || job.state === "retrying") {
+ job.state = "failed";
+ job.error = "Interrupted by tab switch - click Retry";
+ }
+ });
+ node._bigJobs = localJobs;
+ updateGeneratedBatchData();
+ if (node._renderUI) node._renderUI();
+ }
+ } catch (e) {
+ console.error("[BIG] Failed to check backend progress:", e);
+ // On error, mark as interrupted
+ localJobs.forEach(job => {
+ if (job.state === "generating" || job.state === "retrying") {
+ job.state = "failed";
+ job.error = "Interrupted - backend check failed";
+ }
+ });
+ node._bigJobs = localJobs;
+ if (node._renderUI) node._renderUI();
+ }
+ };
+
+ // Store functions on node so onConfigure can call them
+ node._restoreFromWidget = restoreFromWidget;
+ node._getSessionKey = getSessionKey;
+ node._saveToSession = saveToSession;
+ node._checkBackendProgress = checkBackendProgress;
+
+ // Try initial restore (may fail if widget not loaded yet - onConfigure will retry)
+ restoreFromWidget();
+
+ // Generation state (initialized fresh, onConfigure will restore from widget)
+ node._bigJobs = node._bigJobs || [];
+ node._bigIsGenerating = false;
+ node._bigStats = node._bigStats || { total: 0, completed: 0, success: 0, failed: 0, cached: 0 };
+ node._bigStartTime = null;
+ node._bigAbortController = null; // AbortController for smooth cancellation (RPG pattern)
+
+ // Save state - no-op now since we rely solely on widget persistence
+ // (localStorage caused cross-workflow state leakage issues)
+ const saveState = () => {
+ // State is saved via updateGeneratedBatchData() which updates the widget
+ // The widget is serialized with the workflow file
+ };
+
+ // Get connected model/provider info (similar to AIL pattern)
+ const getConnectedInputValue = (inputName) => {
+ const input = node.inputs?.find(i => i.name === inputName);
+ if (!input || !input.link) return null;
+
+ const link = app.graph.links[input.link];
+ if (!link) return null;
+
+ const originNode = app.graph.getNodeById(link.origin_id);
+ if (!originNode) return null;
+
+ // Get the widget value from the origin node
+ const widget = originNode.widgets?.[link.origin_slot];
+ return widget ? widget.value : null;
+ };
+
+ const getModelProviderInfo = () => {
+ const model = getConnectedInputValue("model");
+ const provider = getConnectedInputValue("provider");
+ // Check if model is Nano Banana Pro (the only supported model for now)
+ const isNanoBananaPro = model === "Nano Banana Pro" || model === "nano_banana_pro";
+ const isSupported = isNanoBananaPro;
+ return { model, provider, isNanoBananaPro, isSupported };
+ };
+
+ // Get widget value from this node
+ const getWidgetValue = (widgetName, defaultVal = null) => {
+ const widget = node.widgets?.find(w => w.name === widgetName);
+ return widget?.value ?? defaultVal;
+ };
+
+ // Helper to read boolean from widget or connected input (prioritizes connection)
+ const getBooleanValue = (inputName) => {
+ const widget = node.widgets?.find(w => w.name === inputName);
+ const input = node.inputs?.find(i => i.name === inputName);
+
+ // Prioritize connected input over widget
+ if (input && input.link) {
+ const link = app.graph?.links?.[input.link];
+ if (link) {
+ const originNode = app.graph.getNodeById(link.origin_id);
+ if (originNode) {
+ const srcWidget = originNode.widgets?.[0] || originNode.widgets?.find(w => w.name === "value");
+ if (srcWidget) return srcWidget.value === true;
+ }
+ }
+ }
+ return widget?.value === true;
+ };
+
+ // Get multi-image mode info for UI display
+ const getMultiImageInfo = () => {
+ const multiImage = getBooleanValue("multi_image");
+ const provider = getConnectedInputValue("provider") || "";
+ const isActive = multiImage && provider === "wavespeed.ai";
+ const isWarning = multiImage && provider && provider !== "wavespeed.ai";
+ const isNoProvider = multiImage && !provider;
+
+ // Check aspect ratio compatibility for multi-image mode
+ const MULTI_SUPPORTED_RATIOS = ["3:2", "2:3", "3:4", "4:3"];
+ let aspectRatioRaw = String(getConnectedInputValue("aspect_ratio") || "1:1");
+ // Extract ratio from labels like "3:4 (Portrait)" -> "3:4"
+ const match = aspectRatioRaw.match(/(\d+:\d+)/);
+ const aspectRatio = match ? match[1] : aspectRatioRaw;
+ const aspectRatioSupported = MULTI_SUPPORTED_RATIOS.includes(aspectRatio);
+ const aspectRatioWarning = isActive && !aspectRatioSupported;
+
+ return { multiImage, provider, isActive, isWarning, isNoProvider, aspectRatio, aspectRatioSupported, aspectRatioWarning };
+ };
+
+ // Toggle 2X multi-image mode
+ const toggleMultiImageMode = (enabled) => {
+ const multiImageWidget = node.widgets?.find(w => w.name === "multi_image");
+ if (multiImageWidget) {
+ multiImageWidget.value = enabled;
+ multiImageWidget.callback?.(enabled);
+ console.log("[BIG] 2X mode toggled:", enabled);
+ }
+ };
+
+ // Helper to find AIL node connected to an input (traversing through pass-through nodes)
+ const findConnectedAIL = (inputName) => {
+ const input = node.inputs?.find(i => i.name === inputName);
+ if (!input || !input.link) return null;
+
+ const traverseToAIL = (nodeToCheck, depth = 0) => {
+ if (!nodeToCheck || depth > 5) return null;
+
+ // Check if this is an AIL node
+ if (nodeToCheck.type === "INSTARAW_AdvancedImageLoader" && nodeToCheck.properties?.batch_data) {
+ return nodeToCheck;
+ }
+
+ // Traverse upstream through IMAGE inputs
+ if (nodeToCheck.inputs) {
+ for (const inp of nodeToCheck.inputs) {
+ if ((inp.type === "IMAGE" || inp.name === "images") && inp.link) {
+ const link = app.graph?.links?.[inp.link];
+ if (link) {
+ const upstream = app.graph.getNodeById(link.origin_id);
+ const result = traverseToAIL(upstream, depth + 1);
+ if (result) return result;
+ }
+ }
+ }
+ }
+ return null;
+ };
+
+ const link = app.graph?.links?.[input.link];
+ if (!link) return null;
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ return traverseToAIL(sourceNode, 0);
+ };
+
+ const getGenerationPreviewInfo = () => {
+ // Get generations_per_combination from widget
+ const genWidget = node.widgets?.find(w => w.name === "generations_per_combination");
+ const generationsPerCombination = genWidget?.value || 1;
+
+ // Try to get prompt count from RPG connection
+ const promptInput = node.inputs?.find(i => i.name === "prompt_list_positive");
+ let promptCount = 0;
+ if (promptInput?.link) {
+ const link = app.graph.links[promptInput.link];
+ if (link) {
+ const rpgNode = app.graph.getNodeById(link.origin_id);
+ if (rpgNode) {
+ // RPG stores prompts in _rpgPromptBatch
+ const promptBatch = rpgNode._rpgPromptBatch || [];
+ promptCount = promptBatch.length;
+ }
+ }
+ }
+
+ // Try to get image count from AIL connection (via RPG)
+ const imagesInput = node.inputs?.find(i => i.name === "images");
+ let imageCount = 0;
+ if (imagesInput?.link) {
+ const link = app.graph.links[imagesInput.link];
+ if (link) {
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ if (sourceNode) {
+ // Could be AIL or RPG
+ if (sourceNode._linkedImageCount !== undefined) {
+ imageCount = sourceNode._linkedImageCount; // From RPG
+ } else if (sourceNode.properties?.batch_data) {
+ // From AIL directly
+ try {
+ const batchData = JSON.parse(sourceNode.properties.batch_data);
+ imageCount = (batchData.images || batchData.latents || []).length;
+ } catch (e) {
+ console.warn("[BIG] Failed to parse AIL batch_data:", e);
+ }
+ }
+ }
+ }
+ }
+
+ // Calculate total jobs
+ const totalJobs = promptCount > 0 ? promptCount * generationsPerCombination : 0;
+
+ return {
+ imageCount,
+ promptCount,
+ generationsPerCombination,
+ totalJobs,
+ hasInputs: promptCount > 0 || imageCount > 0
+ };
+ };
+
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // MODE DETECTION (T2I vs I2I) - Similar to RPG
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+ const getConnectedImagesInfo = () => {
+ /**
+ * Get connected images info (uses cached node data from sync interval).
+ * Returns { mode, imageCount, imageUrls, sourceNodeId }
+ */
+ // Use cached data from node (updated by polling interval)
+ return {
+ mode: node._bigMode || "txt2img",
+ imageCount: node._bigImageCount || 0,
+ imageUrls: node._bigImageUrls || [],
+ sourceNodeId: null
+ };
+ };
+
+ // Fetch image as base64 from URL (for I2I mode)
+ const fetchImageAsBase64 = async (imageUrl) => {
+ try {
+ // If already a data URL, extract the base64 part
+ if (imageUrl.startsWith("data:")) {
+ return imageUrl.split(",")[1];
+ }
+
+ // Fetch from ComfyUI view endpoint
+ const response = await fetch(imageUrl);
+ if (!response.ok) {
+ console.error(`[BIG] Failed to fetch image: ${response.status}`);
+ return null;
+ }
+
+ const blob = await response.blob();
+ return new Promise((resolve, reject) => {
+ const reader = new FileReader();
+ reader.onloadend = () => {
+ const base64 = reader.result.split(",")[1];
+ resolve(base64);
+ };
+ reader.onerror = reject;
+ reader.readAsDataURL(blob);
+ });
+ } catch (e) {
+ console.error("[BIG] Error fetching image as base64:", e);
+ return null;
+ }
+ };
+
+ // Store mode info on node for UI
+ node._bigMode = "txt2img";
+ node._bigImageCount = 0;
+ node._bigImageCounts = []; // Breakdown per AIL source for "3ร10" display
+ node._bigImageUrls = [];
+ // Additional image inputs (images2, images3, images4)
+ node._bigImage2Urls = [];
+ node._bigImage3Urls = [];
+ node._bigImage4Urls = [];
+
+ // Helper to extract image URLs from a node (recursive for pass-through nodes)
+ // MUST be defined before _updateModeFromSource which uses it
+ const extractImageUrlsFromNode = (sourceNode, depth = 0, inputName = "") => {
+ if (!sourceNode || depth > 5) return []; // Max depth to prevent infinite loops
+
+ let urls = [];
+ const nodeType = sourceNode.type;
+ const prefix = `[BIG] ${inputName}${depth > 0 ? ` (upstream ${depth})` : ''}`;
+
+ // Check for preview images first (works for many node types after execution)
+ if (sourceNode.imgs && sourceNode.imgs.length > 0) {
+ urls = sourceNode.imgs.map(img => img.src).filter(Boolean);
+ if (urls.length > 0) return urls;
+ }
+
+ // Handle specific node types
+ if (nodeType === "INSTARAW_AdvancedImageLoader") {
+ try {
+ const batchData = JSON.parse(sourceNode.properties?.batch_data || "{}");
+ const order = batchData.order || [];
+ const ailImages = batchData.images || [];
+ const ailNodeId = sourceNode.id;
+
+ if (ailImages.length > 0) {
+ urls = order.length > 0
+ ? order.map(imgId => {
+ const img = ailImages.find(i => i.id === imgId);
+ return img?.thumbnail
+ ? `/instaraw/view/${img.thumbnail}`
+ : null;
+ }).filter(Boolean)
+ : ailImages.map(img => img?.thumbnail
+ ? `/instaraw/view/${img.thumbnail}`
+ : null).filter(Boolean);
+ }
+ } catch (e) {
+ console.warn(`[BIG] Error parsing AIL batch_data:`, e);
+ }
+ } else if (nodeType === "INSTARAW_RealityPromptGenerator") {
+ urls = sourceNode._linkedImageUrls || sourceNode._linkedImages?.map(i => i.url) || [];
+ } else if (sourceNode.properties?.batch_data) {
+ try {
+ const batchData = JSON.parse(sourceNode.properties.batch_data);
+ urls = (batchData.images || []).map(i => i.url || i).filter(Boolean);
+ } catch (e) {}
+ }
+
+ // If no URLs found, traverse upstream (for pass-through nodes like ImageListFromBatch)
+ if (urls.length === 0 && sourceNode.inputs) {
+ // Look for IMAGE type inputs and traverse upstream
+ for (const input of sourceNode.inputs) {
+ const isImageType = input.type === "IMAGE" || input.type === "image" ||
+ input.name === "images" || input.name === "image" ||
+ input.name?.toLowerCase().includes("image");
+ if (isImageType && input.link) {
+ const upstreamLink = app.graph?.links?.[input.link];
+ if (upstreamLink) {
+ const upstreamNode = app.graph.getNodeById(upstreamLink.origin_id);
+ if (upstreamNode) {
+ urls = extractImageUrlsFromNode(upstreamNode, depth + 1, inputName);
+ if (urls.length > 0) break;
+ }
+ }
+ }
+ }
+ }
+
+ return urls;
+ };
+
+ // Helper to update mode from source node (AIL or RPG)
+ node._updateModeFromSource = (sourceNode) => {
+ if (!sourceNode) return;
+
+ let mode = "txt2img";
+ let imageCount = 0;
+ let imageUrls = [];
+ node._bigImageCounts = []; // Reset breakdown for fresh calculation
+
+ // Check if source is AIL
+ if (sourceNode.type === "INSTARAW_AdvancedImageLoader") {
+ // Read enable_img2img from AIL (widget or connected input)
+ const enableImg2ImgWidget = sourceNode.widgets?.find(w => w.name === "enable_img2img");
+ let enableImg2Img = enableImg2ImgWidget?.value;
+
+ // Check if enable_img2img is connected
+ const enableImg2ImgInput = sourceNode.inputs?.find(i => i.name === "enable_img2img");
+ if (enableImg2ImgInput && enableImg2ImgInput.link != null) {
+ const link = app.graph?.links?.[enableImg2ImgInput.link];
+ if (link) {
+ const srcNode = app.graph.getNodeById(link.origin_id);
+ if (srcNode) {
+ const srcWidget = srcNode.widgets?.[link.origin_slot];
+ if (srcWidget) enableImg2Img = srcWidget.value;
+ }
+ }
+ }
+
+ mode = (enableImg2Img === false || enableImg2Img === "false") ? "txt2img" : "img2img";
+
+ // Read images from batch_data
+ try {
+ const batchData = JSON.parse(sourceNode.properties?.batch_data || "{}");
+ const order = batchData.order || [];
+ const ailImages = batchData.images || [];
+ const ailNodeId = sourceNode.id;
+
+ if (mode === "img2img" && ailImages.length > 0) {
+ imageUrls = order.length > 0
+ ? order.map(imgId => {
+ const img = ailImages.find(i => i.id === imgId);
+ return img?.thumbnail
+ ? `/instaraw/view/${img.thumbnail}`
+ : null;
+ }).filter(Boolean)
+ : ailImages.map(img => img?.thumbnail
+ ? `/instaraw/view/${img.thumbnail}`
+ : null).filter(Boolean);
+
+ imageCount = imageUrls.length;
+ }
+ } catch (e) {
+ console.warn("[BIG] Error parsing AIL batch_data:", e);
+ }
+ }
+ // Check if source is RPG (pass-through)
+ else if (sourceNode.type === "INSTARAW_RealityPromptGenerator") {
+ mode = sourceNode._linkedAILMode || "txt2img";
+ imageUrls = sourceNode._linkedImageUrls || sourceNode._linkedImages?.map(i => i.url) || [];
+ imageCount = imageUrls.length;
+
+ // Get breakdown of images per AIL source
+ const img1Count = (sourceNode._linkedImages || []).length;
+ const img2Count = (sourceNode._linkedImages2 || []).length;
+ const img3Count = (sourceNode._linkedImages3 || []).length;
+ const img4Count = (sourceNode._linkedImages4 || []).length;
+ node._bigImageCounts = [img1Count, img2Count, img3Count, img4Count].filter(c => c > 0);
+ }
+ // Other nodes - check for images
+ else if (sourceNode.properties?.batch_data) {
+ try {
+ const batchData = JSON.parse(sourceNode.properties.batch_data);
+ const images = batchData.images || [];
+ if (images.length > 0) {
+ mode = "img2img";
+ imageUrls = images.map(i => i.url || i).filter(Boolean);
+ imageCount = imageUrls.length;
+ }
+ } catch (e) {}
+ }
+ // Fallback: use recursive extraction for pass-through nodes
+ else {
+ imageUrls = extractImageUrlsFromNode(sourceNode, 0, "images");
+ if (imageUrls.length > 0) {
+ mode = "img2img";
+ imageCount = imageUrls.length;
+ }
+ }
+
+ node._bigMode = mode;
+ node._bigImageCount = imageCount;
+ node._bigImageUrls = imageUrls;
+ // If _bigImageCounts wasn't set by RPG path, use single source count
+ if (node._bigImageCounts.length === 0 && imageCount > 0) {
+ node._bigImageCounts = [imageCount];
+ }
+ };
+
+ // Helper to get image URLs from any connected image input
+ const getImageUrlsFromInput = (inputName) => {
+ const imageInput = node.inputs?.find(input => input.name === inputName);
+ if (!imageInput || !imageInput.link) return [];
+
+ const link = app.graph?.links?.[imageInput.link];
+ if (!link) return [];
+
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ if (!sourceNode) return [];
+
+ // Use the recursive helper to extract URLs (handles pass-through nodes)
+ return extractImageUrlsFromNode(sourceNode, 0, inputName);
+ };
+
+ // Update additional image inputs
+ const updateAdditionalImages = () => {
+ node._bigImage2Urls = getImageUrlsFromInput("images2");
+ node._bigImage3Urls = getImageUrlsFromInput("images3");
+ node._bigImage4Urls = getImageUrlsFromInput("images4");
+ };
+
+ // Track last known values for change detection
+ let lastKnownProvider = getConnectedInputValue("provider") || "";
+ let lastKnownModel = getConnectedInputValue("model") || "";
+ let lastKnownEnableImg2Img = false;
+ let lastKnownMultiImage = false;
+
+ // Flag to track if initial restore from widget is complete
+ node._bigInitialized = false;
+
+ // Periodic mode sync (every 500ms) - only when NOT generating
+ node._modeSyncInterval = setInterval(() => {
+ // Skip re-renders during generation - progress polling handles that
+ if (node._bigIsGenerating) return;
+
+ // Skip until onConfigure has had a chance to restore state
+ // This prevents race conditions where we render before widget data is loaded
+ if (!node._bigInitialized) return;
+
+ // Capture current state for comparison
+ const oldMode = node._bigMode;
+ const oldCount = node._bigImageCount;
+ const oldProvider = lastKnownProvider;
+ const oldModel = lastKnownModel;
+ const oldEnableImg2Img = lastKnownEnableImg2Img;
+ const oldMultiImage = lastKnownMultiImage;
+
+ // Update image URLs from connected sources
+ const imagesInput = node.inputs?.find(input => input.name === "images");
+ if (imagesInput && imagesInput.link) {
+ const link = app.graph?.links?.[imagesInput.link];
+ if (link) {
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ if (sourceNode) {
+ node._updateModeFromSource(sourceNode);
+ }
+ }
+ } else {
+ node._bigImageUrls = [];
+ }
+ updateAdditionalImages();
+
+ // Read current values
+ const enableImg2Img = getBooleanValue("enable_img2img");
+ const multiImage = getBooleanValue("multi_image");
+ const currentProvider = getConnectedInputValue("provider") || "";
+ const currentModel = getConnectedInputValue("model") || "";
+
+ // Determine mode
+ const hasAnyImageLinks =
+ (node.inputs?.find(i => i.name === "images")?.link != null) ||
+ (node.inputs?.find(i => i.name === "images2")?.link != null) ||
+ (node.inputs?.find(i => i.name === "images3")?.link != null) ||
+ (node.inputs?.find(i => i.name === "images4")?.link != null);
+
+ node._bigMode = (enableImg2Img && hasAnyImageLinks) ? "img2img" : "txt2img";
+
+ const img1Count = node._bigImageUrls.length;
+ const img2Count = node._bigImage2Urls.length;
+ const img3Count = node._bigImage3Urls.length;
+ const img4Count = node._bigImage4Urls.length;
+ const totalImageCount = img1Count + img2Count + img3Count + img4Count;
+
+ // Update tracking variables
+ lastKnownProvider = currentProvider;
+ lastKnownModel = currentModel;
+ lastKnownEnableImg2Img = enableImg2Img;
+ lastKnownMultiImage = multiImage;
+ node._bigImageCount = totalImageCount;
+ node._bigImageCounts = [img1Count, img2Count, img3Count, img4Count].filter(c => c > 0);
+
+ // Only re-render if something actually changed
+ const modeChanged = oldMode !== node._bigMode;
+ const countChanged = oldCount !== totalImageCount;
+ const providerChanged = oldProvider !== currentProvider;
+ const modelChanged = oldModel !== currentModel;
+ const enableChanged = oldEnableImg2Img !== enableImg2Img;
+ const multiChanged = oldMultiImage !== multiImage;
+
+ if (modeChanged || countChanged || providerChanged || modelChanged || enableChanged || multiChanged) {
+ renderUI();
+ }
+ }, 500);
+
+ // Container setup (AIL/RPG pattern)
+ const container = document.createElement("div");
+ container.className = "instaraw-big-container";
+ container.style.width = "100%";
+ container.style.boxSizing = "border-box";
+ container.style.overflow = "hidden";
+ container.style.height = `${cachedHeight}px`;
+
+ // === Height Management ===
+ const updateCachedHeight = () => {
+ if (isUpdatingHeight) return;
+ isUpdatingHeight = true;
+
+ // Safety timeout to prevent stuck flag
+ const safetyTimeout = setTimeout(() => {
+ isUpdatingHeight = false;
+ }, 500);
+
+ container.style.overflow = "visible";
+ container.style.height = "auto";
+
+ requestAnimationFrame(() => {
+ requestAnimationFrame(() => {
+ clearTimeout(safetyTimeout);
+
+ // Use scrollHeight as it measures full content even during transitions
+ const newHeight = Math.max(container.offsetHeight, container.scrollHeight);
+
+ if (newHeight > 0 && Math.abs(newHeight - cachedHeight) > 2) {
+ cachedHeight = newHeight;
+ container.style.height = `${newHeight}px`;
+ const sz = node.computeSize();
+ node.size[1] = sz[1];
+ node.onResize?.(sz);
+ app.graph.setDirtyCanvas(true, false);
+ } else {
+ container.style.height = `${cachedHeight}px`;
+ }
+ container.style.overflow = "hidden";
+ isUpdatingHeight = false;
+ });
+ });
+ };
+
+ node._updateCachedHeight = updateCachedHeight;
+
+ // Helper to attach onload/onerror handlers to all images in container
+ const attachImageOnloadHandlers = () => {
+ let hasUnloadedImages = false;
+ const fallbackSvg = 'data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%239ca3af%22 d=%22M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z%22/%3E%3C/svg%3E';
+ const maxRetries = 3;
+
+ container.querySelectorAll('img').forEach(img => {
+ if (!img._hasOnloadHandler) {
+ img._hasOnloadHandler = true;
+ img._retryCount = 0;
+
+ img.addEventListener('load', () => updateCachedHeight());
+
+ // Handle broken images with simple retry
+ img.addEventListener('error', () => {
+ const jobId = img.dataset.jobId;
+
+ if (img._retryCount < maxRetries) {
+ img._retryCount++;
+ console.log(`[BIG] Image load failed for job ${jobId}, retry ${img._retryCount}/${maxRetries}`);
+ setTimeout(() => {
+ // Retry with cache-busting parameter
+ const baseUrl = img.src.split('&_retry=')[0].split('&_t=')[0];
+ img.src = `${baseUrl}&_retry=${img._retryCount}&_t=${Date.now()}`;
+ }, 200 * img._retryCount);
+ } else {
+ console.error(`[BIG] Image load failed after ${maxRetries} retries for job ${jobId}`);
+ img.style.opacity = '0.3';
+ img.src = fallbackSvg;
+ updateCachedHeight();
+ }
+ });
+
+ // Check if image is not yet loaded
+ if (!img.complete) {
+ hasUnloadedImages = true;
+ } else if (img.naturalWidth === 0) {
+ // Image already failed to load - trigger error handler
+ img.dispatchEvent(new Event('error'));
+ }
+ }
+ });
+ // If there are images that haven't loaded yet, schedule extra height updates
+ if (hasUnloadedImages) {
+ [200, 500, 1000, 2000].forEach(delay => {
+ setTimeout(() => updateCachedHeight(), delay);
+ });
+ }
+ };
+
+ // Periodic height sync - keep running, only clear when node is removed
+ const heightSyncInterval = setInterval(() => {
+ if (!node || !container) {
+ clearInterval(heightSyncInterval);
+ return;
+ }
+ // Always try to sync, even if offsetHeight is 0 (container might just need reflow)
+ updateCachedHeight();
+ }, 2000);
+
+ // Store interval for cleanup
+ node._heightSyncInterval = heightSyncInterval;
+
+ // Fast initial syncs for page load
+ [100, 300, 500, 1000, 1500, 2000].forEach(delay => {
+ setTimeout(() => {
+ if (container) {
+ updateCachedHeight();
+ }
+ }, delay);
+ });
+
+ // Poll for progress updates using fetch (works during execution!)
+ let pollInterval = null;
+ let lastPollTime = 0;
+
+ const startPolling = () => {
+ if (pollInterval) return;
+ console.log("[BIG] Starting progress polling...");
+
+ // Use a more aggressive polling approach that works during execution
+ const poll = async () => {
+ if (!pollInterval) return;
+
+ try {
+ const nodeId = node._ni_widget?.value || String(node.id);
+ if (nodeId) {
+ // Use raw fetch to bypass any ComfyUI blocking
+ const response = await fetch(`/instaraw/batch_gen_progress/${nodeId}`, {
+ method: 'GET',
+ headers: { 'Accept': 'application/json' },
+ });
+
+ if (response.ok) {
+ const data = await response.json();
+ if (data.jobs && data.jobs.length > 0) {
+ const wasGenerating = node._bigIsGenerating;
+ const hadJobs = node._bigJobs.length > 0;
+
+ node._bigJobs = data.jobs;
+ node._bigStats = data.stats || node._bigStats;
+ node._bigIsGenerating = data.is_generating;
+ updateGeneratedBatchData();
+
+ // First time seeing jobs - do full render
+ if (!hadJobs && data.jobs.length > 0) {
+ node._bigStartTime = Date.now();
+ renderUI();
+ } else {
+ // Update existing items
+ updateProgressItems();
+ updateProgressHeader();
+ }
+
+ // Generation finished
+ if (wasGenerating && !data.is_generating) {
+ console.log("[BIG] Generation complete detected via polling");
+ renderUI(); // Re-render to show action buttons
+ stopPolling();
+ return;
+ }
+ }
+ }
+ }
+ } catch (e) {
+ // Silently ignore poll errors during execution
+ }
+
+ // Schedule next poll
+ if (pollInterval) {
+ pollInterval = setTimeout(poll, 400);
+ }
+ };
+
+ pollInterval = setTimeout(poll, 100);
+ };
+
+ const stopPolling = () => {
+ if (pollInterval) {
+ clearTimeout(pollInterval);
+ pollInterval = null;
+ console.log("[BIG] Stopped polling");
+ }
+ };
+
+ // Store polling functions on node for use by checkBackendProgress
+ node._startPolling = startPolling;
+ node._stopPolling = stopPolling;
+
+ // Listen for ComfyUI execution start - start polling immediately
+ api.addEventListener("execution_start", (event) => {
+ console.log("[BIG] Execution started, beginning to poll for progress...");
+ node._bigStartTime = Date.now();
+ startPolling();
+ });
+
+ // Listen for ComfyUI execution complete/error - ensure we stop polling
+ api.addEventListener("execution_complete", () => {
+ // Give a moment for final updates then stop
+ setTimeout(() => {
+ if (!node._bigIsGenerating) {
+ stopPolling();
+ }
+ }, 1000);
+ });
+
+ api.addEventListener("execution_error", () => {
+ stopPolling();
+ });
+
+ // Also listen for our custom events (they work after execution)
+ api.addEventListener("instaraw-batch-gen-start", (event) => {
+ const data = event.detail;
+ if (data.node_id === node._ni_widget?.value) {
+ console.log("[BIG] Generation started event received:", data);
+ node._bigJobs = data.jobs || [];
+ node._bigStats = {
+ total: node._bigJobs.length,
+ completed: 0,
+ success: 0,
+ failed: 0,
+ cached: 0,
+ };
+ node._bigIsGenerating = true;
+ if (!node._bigStartTime) node._bigStartTime = Date.now();
+ updateGeneratedBatchData();
+ renderUI();
+ }
+ });
+
+ // Listen for job updates (works after execution finishes)
+ api.addEventListener("instaraw-batch-gen-update", (event) => {
+ const data = event.detail;
+ if (data.node_id === node._ni_widget?.value) {
+ const job = node._bigJobs.find(j => j.id === data.job_id);
+ if (job) {
+ job.state = data.state;
+ job.attempts = data.attempts;
+ job.error = data.error;
+ job.generation_time = data.generation_time;
+ // Also update image data for display
+ if (data.image_url) {
+ job.image_url = data.image_url;
+ }
+ if (data.image_width) {
+ job.image_width = data.image_width;
+ }
+ if (data.image_height) {
+ job.image_height = data.image_height;
+ }
+ updateProgressItem(job);
+ updateStats();
+ }
+ }
+ });
+
+ // Listen for generation complete
+ api.addEventListener("instaraw-batch-gen-complete", (event) => {
+ const data = event.detail;
+ if (data.node_id === node._ni_widget?.value) {
+ console.log("[BIG] Generation complete event:", data);
+ node._bigIsGenerating = false;
+ node._bigStats = data.stats || node._bigStats;
+ updateGeneratedBatchData();
+ stopPolling();
+ renderUI();
+ }
+ });
+
+ // Listen for save event from legacy Python path
+ api.addEventListener("instaraw-batch-gen-save", (event) => {
+ const data = event.detail;
+ if (data.node_id === node._ni_widget?.value) {
+ console.log("[BIG] Received generated_batch_data from Python:", data);
+ // Update the widget with the generated batch data
+ const widget = node.widgets?.find(w => w.name === "generated_batch_data");
+ if (widget) {
+ widget.value = data.generated_batch_data;
+ console.log("[BIG] Updated generated_batch_data widget");
+ }
+ // Also update our internal jobs from the data
+ try {
+ const batchData = JSON.parse(data.generated_batch_data);
+ node._bigJobs = batchData.map(job => ({
+ id: job.id,
+ state: job.state,
+ prompt_positive: job.prompt_positive,
+ image_url: job.image_url,
+ image_width: job.image_width,
+ image_height: job.image_height,
+ generation_time: job.generation_time,
+ filename: job.filename,
+ }));
+ updateStats();
+ renderUI();
+ } catch (e) {
+ console.error("[BIG] Failed to parse generated_batch_data:", e);
+ }
+ }
+ });
+
+ // Listen for RPG prompt changes (repeat counts, etc.) to update sync badge
+ window.addEventListener("INSTARAW_RPG_PROMPTS_CHANGED", (event) => {
+ // Check if this RPG is connected to us
+ const promptInput = node.inputs?.find(i => i.name === "prompt_list_positive");
+ if (!promptInput?.link) return;
+ const link = app.graph.links[promptInput.link];
+ if (!link || link.origin_id !== event.detail.nodeId) return;
+
+ // RPG we're connected to changed - re-render to update sync badge
+ console.log(`[BIG] RPG prompts changed, totalGenerations=${event.detail.totalGenerations}`);
+ renderUI();
+ });
+
+ // Listen for AIL updates to refresh image preview
+ window.addEventListener("INSTARAW_AIL_UPDATED", (event) => {
+ // Check if this AIL is connected to us
+ const imagesInput = node.inputs?.find(i => i.name === "images");
+ if (!imagesInput?.link) return;
+
+ // Re-render to update sync badge and image preview
+ renderUI();
+ });
+
+ const updateStats = () => {
+ const jobs = node._bigJobs;
+ node._bigStats.completed = jobs.filter(j =>
+ [JobState.SUCCESS, JobState.FAILED, JobState.CACHED, JobState.CANCELLED].includes(j.state)
+ ).length;
+ node._bigStats.success = jobs.filter(j => j.state === JobState.SUCCESS).length;
+ node._bigStats.failed = jobs.filter(j => j.state === JobState.FAILED).length;
+ node._bigStats.cached = jobs.filter(j => j.state === JobState.CACHED).length;
+ updateProgressHeader();
+ };
+
+ const escapeHtml = (text) => {
+ if (!text) return "";
+ const div = document.createElement('div');
+ div.textContent = text;
+ return div.innerHTML;
+ };
+
+ // Format image count as "3ร10" when multiple sources with equal counts, or show total
+ const formatImageCount = () => {
+ const counts = node._bigImageCounts || [];
+ const total = node._bigImageCount || 0;
+
+ if (counts.length <= 1) {
+ return `${total} ref image${total !== 1 ? 's' : ''}`;
+ }
+
+ // Check if all counts are equal
+ const allEqual = counts.every(c => c === counts[0]);
+ if (allEqual) {
+ return `${counts.length}ร${counts[0]} ref images`;
+ }
+
+ // Different counts - show as sum
+ return `${counts.join('+')} ref images`;
+ };
+
+ const formatTime = (ms) => {
+ const seconds = Math.floor(ms / 1000);
+ if (seconds < 60) return `${seconds}s`;
+ const minutes = Math.floor(seconds / 60);
+ const secs = seconds % 60;
+ return `${minutes}m ${secs}s`;
+ };
+
+ // Timer interval for updating elapsed time display
+ let timerInterval = null;
+
+ const startTimer = () => {
+ if (timerInterval) return;
+ timerInterval = setInterval(() => {
+ if (node._bigIsGenerating && node._bigStartTime) {
+ const header = container.querySelector(".instaraw-big-progress-header h4");
+ if (header) {
+ const elapsed = formatTime(Date.now() - node._bigStartTime);
+ header.textContent = `Generating... (${elapsed})`;
+ }
+ }
+ }, 1000);
+ };
+
+ const stopTimer = () => {
+ if (timerInterval) {
+ clearInterval(timerInterval);
+ timerInterval = null;
+ }
+ };
+
+ const updateProgressHeader = () => {
+ const header = container.querySelector(".instaraw-big-progress-header h4");
+ const kpiRow = container.querySelector(".instaraw-big-kpi-row");
+
+ if (header) {
+ const elapsed = node._bigStartTime ? formatTime(Date.now() - node._bigStartTime) : "0s";
+ if (node._bigIsGenerating) {
+ header.textContent = `๐ Generating Images... (${elapsed})`;
+ startTimer();
+ } else {
+ header.textContent = `โ
Generation Complete (${elapsed})`;
+ stopTimer();
+ }
+ }
+
+ // Update KPI values (jobs completed, success, cached, failed)
+ if (kpiRow) {
+ const s = node._bigStats;
+ const kpis = kpiRow.querySelectorAll(".instaraw-big-kpi");
+ kpis.forEach(kpi => {
+ const strong = kpi.querySelector("strong");
+ const label = kpi.querySelector("span")?.textContent?.trim();
+ if (strong && label) {
+ if (label === "JOBS") {
+ strong.textContent = `${s.completed}/${s.total}`;
+ } else if (label === "SUCCESS") {
+ strong.textContent = s.success;
+ } else if (label === "CACHED") {
+ strong.textContent = s.cached;
+ } else if (label === "FAILED") {
+ strong.textContent = s.failed;
+ }
+ }
+ });
+ }
+ };
+
+ const updateProgressItems = () => {
+ node._bigJobs.forEach(job => updateProgressItem(job));
+ };
+
+ const updateProgressItem = (job) => {
+ const itemEl = container.querySelector(`.instaraw-big-progress-item[data-job-id="${job.id}"]`);
+ if (!itemEl) return;
+
+ // Debug: Log if job has image URL
+ if (job.image_url && job.state === JobState.SUCCESS) {
+ console.log(`[BIG] Job #${job.id} has image:`, job.image_url, `(${job.image_width}x${job.image_height})`);
+ }
+
+ const stateInfo = STATE_CONFIG[job.state] || STATE_CONFIG[JobState.PENDING];
+
+ // Update class for border/background color
+ itemEl.className = `instaraw-big-progress-item ${stateInfo.class}`;
+
+ // Update status badge
+ const statusBadge = itemEl.querySelector(".instaraw-big-progress-item-status");
+ if (statusBadge) {
+ statusBadge.className = `instaraw-big-progress-item-status ${stateInfo.class}`;
+ let statusText = `${stateInfo.icon} ${stateInfo.text}`;
+
+ if (job.state === JobState.RETRYING && job.attempts > 1) {
+ statusText = `๐ Retry #${job.attempts}`;
+ } else if (job.state === JobState.SUCCESS && job.generation_time) {
+ // Show retry count if there were retries
+ if (job.attempts > 1) {
+ statusText = `โ ${job.generation_time.toFixed(1)}s (${job.attempts} tries)`;
+ } else {
+ statusText = `โ ${job.generation_time.toFixed(1)}s`;
+ }
+ } else if (job.state === JobState.FAILED && job.attempts > 1) {
+ statusText = `โ Failed (${job.attempts} tries)`;
+ }
+
+ statusBadge.textContent = statusText;
+ }
+
+ // Update progress bar
+ const progressFill = itemEl.querySelector(".instaraw-big-progress-item-fill");
+ if (progressFill) {
+ // Remove all classes first
+ progressFill.className = "instaraw-big-progress-item-fill";
+ progressFill.style.background = "";
+
+ if (job.state === JobState.SUCCESS || job.state === JobState.CACHED) {
+ progressFill.style.width = "100%";
+ } else if (job.state === JobState.GENERATING || job.state === JobState.RETRYING) {
+ progressFill.style.width = "100%";
+ progressFill.classList.add("animating");
+ } else if (job.state === JobState.FAILED) {
+ progressFill.style.width = "100%";
+ progressFill.style.background = "linear-gradient(90deg, #ef4444, #dc2626)";
+ } else {
+ progressFill.style.width = "0%";
+ }
+ }
+
+ // Update message
+ const messageDiv = itemEl.querySelector(".instaraw-big-progress-item-message");
+ if (messageDiv) {
+ if (job.state === JobState.FAILED && job.error) {
+ messageDiv.textContent = job.error.slice(0, 100);
+ messageDiv.style.display = "block";
+ messageDiv.classList.remove("retry-message");
+ messageDiv.classList.add("error-message");
+ } else if (job.state === JobState.RETRYING && job.error) {
+ messageDiv.textContent = `โ ๏ธ ${job.error.slice(0, 80)}`;
+ messageDiv.style.display = "block";
+ messageDiv.classList.remove("error-message");
+ messageDiv.classList.add("retry-message");
+ } else {
+ messageDiv.style.display = "none";
+ messageDiv.classList.remove("error-message", "retry-message");
+ }
+ }
+
+ // Show/hide retry button
+ const retryBtn = itemEl.querySelector(".instaraw-big-job-retry-btn");
+ if (retryBtn) {
+ retryBtn.style.display = job.state === JobState.FAILED ? "inline-block" : "none";
+ }
+
+ // Update or create thumbnail (always present now)
+ const hasImage = job.image_url && (job.state === JobState.SUCCESS || job.state === JobState.CACHED);
+ const isGenerating = job.state === JobState.GENERATING || job.state === JobState.RETRYING;
+ let thumbnailContainer = itemEl.querySelector(".instaraw-big-progress-item-thumbnail");
+
+ if (!thumbnailContainer) {
+ // Create thumbnail container - always present
+ const thumbDiv = document.createElement("div");
+ thumbDiv.className = "instaraw-big-progress-item-thumbnail" + (hasImage ? "" : " placeholder");
+
+ if (hasImage) {
+ thumbDiv.innerHTML = ` `;
+ } else if (isGenerating) {
+ console.log("[BIG] Creating video element for job", job.id);
+ const video = document.createElement("video");
+ video.className = "instaraw-big-thumbnail-video";
+ video.autoplay = true;
+ video.loop = true;
+ video.muted = true;
+ video.playsInline = true;
+ video.src = "extensions/ComfyUI_INSTARAW/Instara_loader.mp4";
+
+ // Debug events
+ video.addEventListener('loadeddata', () => console.log("[BIG] Video loaded:", video.src));
+ video.addEventListener('error', (e) => console.error("[BIG] Video error:", e, video.error));
+
+ thumbDiv.appendChild(video);
+ console.log("[BIG] Video element appended, src:", video.src);
+
+ // Ensure video plays
+ video.play().then(() => {
+ console.log("[BIG] Video playing successfully");
+ }).catch(e => {
+ console.error("[BIG] Video autoplay failed:", e);
+ });
+ } else {
+ thumbDiv.innerHTML = `
`;
+ }
+
+ // Append to the main item container
+ itemEl.appendChild(thumbDiv);
+
+ // Add click handler and onload for height update if image is available
+ if (hasImage) {
+ const img = thumbDiv.querySelector(".instaraw-big-thumbnail-img");
+ if (img) {
+ img.onclick = (e) => {
+ e.stopPropagation();
+ openPhotoSwipe(job.id);
+ };
+ img.onload = () => updateCachedHeight();
+ }
+ }
+
+ updateCachedHeight();
+ } else {
+ // Update existing thumbnail based on state
+ if (hasImage) {
+ // Replace with actual image
+ // console.log("[BIG] Updating thumbnail to show image for job", job.id, job.image_url);
+ const existingImg = thumbnailContainer.querySelector(".instaraw-big-thumbnail-img");
+
+ // Helper to add retry-on-error to img element
+ const setupImgRetry = (img) => {
+ let retryCount = 0;
+ const maxRetries = 3;
+ img.style.background = 'rgba(0,0,0,0.3)';
+
+ img.onerror = () => {
+ if (retryCount < maxRetries) {
+ retryCount++;
+ console.log(`[BIG] Image load failed for job ${job.id}, retry ${retryCount}/${maxRetries}`);
+ setTimeout(() => {
+ // Retry with cache-busting parameter
+ const baseUrl = job.image_url.split('&_retry=')[0].split('&_t=')[0];
+ img.src = `${baseUrl}&_retry=${retryCount}&_t=${Date.now()}`;
+ }, 200 * retryCount);
+ } else {
+ console.error(`[BIG] Image load failed after ${maxRetries} retries for job ${job.id}`);
+ img.style.opacity = '0.3';
+ img.src = 'data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%239ca3af%22 d=%22M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z%22/%3E%3C/svg%3E';
+ }
+ };
+ img.onload = () => updateCachedHeight();
+ img.onclick = (e) => {
+ e.stopPropagation();
+ openPhotoSwipe(job.id);
+ };
+ };
+
+ if (!existingImg) {
+ // No image yet, replace entire content
+ // console.log("[BIG] No existing img, replacing content");
+ thumbnailContainer.className = "instaraw-big-progress-item-thumbnail";
+ thumbnailContainer.innerHTML = ` `;
+
+ const img = thumbnailContainer.querySelector(".instaraw-big-thumbnail-img");
+ if (img) {
+ setupImgRetry(img);
+ }
+ updateCachedHeight();
+ } else if (existingImg.src !== job.image_url) {
+ // Image exists but URL changed
+ // console.log("[BIG] Updating existing img src");
+ existingImg.src = job.image_url;
+ thumbnailContainer.className = "instaraw-big-progress-item-thumbnail";
+ setupImgRetry(existingImg);
+ }
+ } else if (isGenerating) {
+ // Show video if not already showing
+ if (!thumbnailContainer.querySelector(".instaraw-big-thumbnail-video")) {
+ console.log("[BIG] Updating to show video for job", job.id);
+ thumbnailContainer.className = "instaraw-big-progress-item-thumbnail placeholder";
+ thumbnailContainer.innerHTML = ''; // Clear existing content
+ const video = document.createElement("video");
+ video.className = "instaraw-big-thumbnail-video";
+ video.autoplay = true;
+ video.loop = true;
+ video.muted = true;
+ video.playsInline = true;
+ video.src = "extensions/ComfyUI_INSTARAW/Instara_loader.mp4";
+
+ // Debug events
+ video.addEventListener('loadeddata', () => console.log("[BIG] Video loaded (update):", video.src));
+ video.addEventListener('error', (e) => console.error("[BIG] Video error (update):", e, video.error));
+
+ thumbnailContainer.appendChild(video);
+ console.log("[BIG] Video element appended (update), src:", video.src);
+
+ // Ensure video plays
+ video.play().then(() => {
+ console.log("[BIG] Video playing successfully (update)");
+ }).catch(e => {
+ console.error("[BIG] Video autoplay failed (update):", e);
+ });
+ }
+ } else {
+ // Show empty placeholder (no icon)
+ if (!thumbnailContainer.querySelector(".instaraw-big-thumbnail-empty")) {
+ thumbnailContainer.className = "instaraw-big-progress-item-thumbnail placeholder";
+ thumbnailContainer.innerHTML = `
`;
+ }
+ }
+ }
+
+ // Add or update view button
+ const headerEl = itemEl.querySelector(".instaraw-big-progress-item-header");
+ let viewBtn = headerEl?.querySelector(".instaraw-big-view-image-btn");
+
+ if (hasImage && !viewBtn && headerEl) {
+ const statusBadge = headerEl.querySelector(".instaraw-big-progress-item-status");
+ const newBtn = document.createElement("button");
+ newBtn.className = "instaraw-big-view-image-btn";
+ newBtn.dataset.jobId = job.id;
+ newBtn.title = "View image";
+ newBtn.textContent = "๐๏ธ";
+ newBtn.onclick = (e) => {
+ e.stopPropagation();
+ openPhotoSwipe(job.id);
+ };
+
+ if (statusBadge && statusBadge.nextSibling) {
+ headerEl.insertBefore(newBtn, statusBadge.nextSibling);
+ } else {
+ headerEl.appendChild(newBtn);
+ }
+ } else if (!hasImage && viewBtn) {
+ viewBtn.remove();
+ }
+ };
+
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // HELPER FUNCTIONS FOR RPG-STYLE GENERATION
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+ // Check if RPG is connected (regardless of prompts)
+ const isRPGConnected = () => {
+ try {
+ const promptSlot = node.inputs?.findIndex(i => i.name === "prompt_list_positive");
+ if (promptSlot === -1 || !node.inputs[promptSlot].link) {
+ return false;
+ }
+ const link = app.graph.links[node.inputs[promptSlot].link];
+ if (!link) return false;
+ const rpgNode = app.graph.getNodeById(link.origin_id);
+ return rpgNode && rpgNode.type === "INSTARAW_RealityPromptGenerator";
+ } catch (e) {
+ return false;
+ }
+ };
+
+ // NEW: Detect prompts from connected RPG in real-time (RPG pattern)
+ const getConnectedRPGData = () => {
+ /**
+ * Find connected RPG node and read its prompt batch data.
+ * Returns array of {positive, negative, seed} objects or null.
+ * This is used for the preview state to show detected prompts.
+ */
+ try {
+ // Find prompt_list_positive input slot
+ const promptSlot = node.inputs?.findIndex(i => i.name === "prompt_list_positive");
+ if (promptSlot === -1 || !node.inputs[promptSlot].link) {
+ return null;
+ }
+
+ // Get linked RPG node
+ const link = app.graph.links[node.inputs[promptSlot].link];
+ if (!link) return null;
+
+ const rpgNode = app.graph.getNodeById(link.origin_id);
+ if (!rpgNode || rpgNode.type !== "INSTARAW_RealityPromptGenerator") {
+ return null;
+ }
+
+ // Read prompt_batch_data widget
+ const batchWidget = rpgNode.widgets?.find(w => w.name === "prompt_batch_data");
+ if (!batchWidget) return null;
+
+ const batchData = JSON.parse(batchWidget.value || "[]");
+ if (batchData.length === 0) return null;
+
+ // Expand by repeat_count (like RPG's execute does)
+ const expandedPrompts = [];
+ batchData.forEach(entry => {
+ const repeat = Math.max(1, entry.repeat_count || 1);
+ for (let i = 0; i < repeat; i++) {
+ expandedPrompts.push({
+ positive: entry.positive_prompt || "",
+ negative: entry.negative_prompt || "",
+ seed: (entry.seed || -1) + i,
+ });
+ }
+ });
+
+ return expandedPrompts.length > 0 ? expandedPrompts : null;
+ } catch (e) {
+ console.error("[BIG] Error in getConnectedRPGData:", e);
+ return null;
+ }
+ };
+
+ // Real-time RPG detection (polls every 500ms)
+ node._detectedPromptCount = 0;
+ const rpgDetectionInterval = setInterval(() => {
+ if (!node._bigIsGenerating) {
+ const newPrompts = getConnectedRPGData();
+ const currentCount = node._detectedPromptCount || 0;
+ const newCount = newPrompts?.length || 0;
+
+ if (newCount !== currentCount) {
+ node._detectedPromptCount = newCount;
+ console.log(`[BIG] Detected prompt count changed: ${currentCount} โ ${newCount}`);
+ renderUI(); // Re-render to show updated state
+ }
+ }
+ }, 500);
+
+ // OLD: Keep existing function for backward compatibility with Generate All
+ const getConnectedPromptData = () => {
+ /**
+ * Find connected RPG node and read its prompt batch data.
+ * Returns: { prompts_positive, prompts_negative, seeds } or null
+ */
+ try {
+ // Find the input slot for prompt_list_positive
+ const promptSlot = node.inputs?.findIndex(input => input.name === "prompt_list_positive");
+ if (promptSlot === -1 || !node.inputs[promptSlot].link) {
+ console.log("[BIG] No RPG connected to prompt_list_positive");
+ return null;
+ }
+
+ // Get the link and source node
+ const link = app.graph.links[node.inputs[promptSlot].link];
+ if (!link) {
+ console.log("[BIG] Link not found");
+ return null;
+ }
+
+ const rpgNode = app.graph.getNodeById(link.origin_id);
+ if (!rpgNode || rpgNode.type !== "INSTARAW_RealityPromptGenerator") {
+ console.log("[BIG] Connected node is not RPG:", rpgNode?.type);
+ return null;
+ }
+
+ // Read prompt batch data from RPG
+ const batchDataWidget = rpgNode.widgets?.find(w => w.name === "prompt_batch_data");
+ if (!batchDataWidget) {
+ console.log("[BIG] RPG has no prompt_batch_data widget");
+ return null;
+ }
+
+ const batchData = JSON.parse(batchDataWidget.value || "[]");
+ if (batchData.length === 0) {
+ console.log("[BIG] RPG batch data is empty");
+ return null;
+ }
+
+ // Extract prompts with repeat counts
+ const prompts_positive = [];
+ const prompts_negative = [];
+ const seeds = [];
+
+ batchData.forEach(entry => {
+ const pos = entry.positive_prompt || "";
+ const neg = entry.negative_prompt || "";
+ const seed = entry.seed || -1;
+ const repeat = Math.max(1, entry.repeat_count || 1);
+
+ // Expand by repeat_count
+ for (let i = 0; i < repeat; i++) {
+ prompts_positive.push(pos);
+ prompts_negative.push(neg);
+ seeds.push(seed + i); // Increment seed for each repeat
+ }
+ });
+
+ console.log(`[BIG] Read ${prompts_positive.length} prompts from RPG`);
+ return { prompts_positive, prompts_negative, seeds };
+ } catch (e) {
+ console.error("[BIG] Error reading RPG data:", e);
+ return null;
+ }
+ };
+
+ const getGenerationParameters = () => {
+ /**
+ * Get generation parameters from connected nodes/widgets.
+ * Returns object with api_key, provider, model, etc. or null
+ */
+ try {
+ // Helper to recursively get value from a node's input
+ const getNodeInputValue = (targetNode, targetInputName, defaultVal = null) => {
+ if (!targetNode) return defaultVal;
+
+ // PRIORITY 1: Check if there's a connected input (connections override widgets)
+ const input = targetNode.inputs?.find(i => i.name === targetInputName);
+ if (input && input.link != null) {
+ const link = app.graph.links[input.link];
+ if (link) {
+ const originNode = app.graph.getNodeById(link.origin_id);
+ if (originNode) {
+ // For nodes that just output a value directly (like PrimitiveString)
+ if (originNode.widgets && originNode.widgets.length > 0) {
+ const value = originNode.widgets[0].value;
+ console.log(`[BIG] Got '${targetInputName}' from connected node ${originNode.id} widget:`, value?.slice?.(0, 20) || value);
+ return value;
+ }
+
+ if (originNode.properties && originNode.properties.value !== undefined) {
+ console.log(`[BIG] Got '${targetInputName}' from connected node ${originNode.id} properties:`, originNode.properties.value?.slice?.(0, 20) || originNode.properties.value);
+ return originNode.properties.value;
+ }
+ }
+ }
+ }
+
+ // PRIORITY 2: Fall back to widget value if no connection
+ if (targetNode.widgets) {
+ const widget = targetNode.widgets.find(w => w.name === targetInputName);
+ if (widget !== undefined && widget.value !== undefined) {
+ console.log(`[BIG] Got '${targetInputName}' from node ${targetNode.id} widget (no connection):`, widget.value?.slice?.(0, 20) || widget.value);
+ return widget.value;
+ }
+ }
+
+ return defaultVal;
+ };
+
+ // Helper to get value from connected input or widget (RPG pattern)
+ const getInputValue = (inputName, defaultVal = null) => {
+ try {
+ // Try to get from connected link first (connections take priority over widgets)
+ const input = node.inputs?.find(i => i.name === inputName);
+ if (!input || input.link == null) {
+ // No connection, try own widget
+ if (node.widgets) {
+ const widget = node.widgets.find(w => w.name === inputName);
+ if (widget) {
+ console.log(`[BIG] Got ${inputName} from own widget:`, widget.value?.slice?.(0, 20) || widget.value);
+ return widget.value;
+ }
+ }
+ console.log(`[BIG] No connection for ${inputName}, using default:`, defaultVal);
+ return defaultVal;
+ }
+
+ const link = app.graph.links[input.link];
+ if (!link) {
+ console.log(`[BIG] Invalid link for ${inputName}`);
+ return defaultVal;
+ }
+
+ const originNode = app.graph.getNodeById(link.origin_id);
+ if (!originNode) {
+ console.log(`[BIG] Origin node not found for ${inputName}`);
+ return defaultVal;
+ }
+
+ console.log(`[BIG] Tracing ${inputName} from origin node ${originNode.id} (${originNode.type}), output slot ${link.origin_slot}`);
+
+ // Special handling for Provider Selector nodes - they compute outputs based on inputs
+ if (originNode.type === "INSTARAW_API_ProviderSelector" || originNode.type === "INSTARAW_IdeogramProviderSelector") {
+ // origin_slot tells us which output: 0=provider, 1=api_key
+ if (link.origin_slot === 0) {
+ // Getting 'provider' output - read from provider widget
+ const value = getNodeInputValue(originNode, "provider", defaultVal);
+ console.log(`[BIG] Provider selector output[0] (provider):`, value);
+ return value;
+ } else if (link.origin_slot === 1) {
+ // Getting 'api_key' output - need to check which provider is selected
+ const selectedProvider = getNodeInputValue(originNode, "provider", "");
+ console.log(`[BIG] Provider selector selected provider:`, selectedProvider);
+
+ // Read the appropriate API key based on selected provider
+ let keyInputName;
+ if (originNode.type === "INSTARAW_IdeogramProviderSelector") {
+ keyInputName = selectedProvider === "Official Ideogram" ? "official_ideogram_api_key" : "fal_api_key";
+ } else {
+ keyInputName = selectedProvider === "wavespeed.ai" ? "wavespeed_api_key" : "fal_api_key";
+ }
+
+ const apiKey = getNodeInputValue(originNode, keyInputName, "");
+ console.log(`[BIG] Provider selector output[1] (api_key from ${keyInputName}):`, apiKey?.slice?.(0, 20) || apiKey);
+ return apiKey;
+ }
+ }
+
+ // For other nodes, read from widgets
+ if (originNode.widgets && originNode.widgets.length > 0) {
+ const widgetIndex = link.origin_slot || 0;
+ if (widgetIndex < originNode.widgets.length) {
+ const widget = originNode.widgets[widgetIndex];
+ const value = widget.value;
+ console.log(`[BIG] Got ${inputName} from connected node widget[${widgetIndex}] '${widget.name}':`, value?.slice?.(0, 20) || value);
+ return value;
+ } else {
+ // Fallback to first widget if origin_slot is out of bounds
+ const value = originNode.widgets[0].value;
+ console.log(`[BIG] Got ${inputName} from connected node (first widget, slot ${widgetIndex} out of bounds):`, value?.slice?.(0, 20) || value);
+ return value;
+ }
+ }
+
+ // Fallback: try properties.value
+ if (originNode.properties && originNode.properties.value !== undefined) {
+ console.log(`[BIG] Got ${inputName} from properties.value:`, originNode.properties.value);
+ return originNode.properties.value;
+ }
+
+ console.warn(`[BIG] No value found for ${inputName} on connected node. Node type: ${originNode.type}`);
+ return defaultVal;
+ } catch (error) {
+ console.error(`[BIG] Error getting ${inputName}:`, error);
+ return defaultVal;
+ }
+ };
+
+ // Get raw aspect_ratio value and parse it
+ let aspectRatioRaw = String(getInputValue("aspect_ratio", "1:1") || "1:1");
+ let aspectRatio = "1:1";
+
+ // Extract ratio from labels like "3:4 (Portrait)" -> "3:4"
+ if (aspectRatioRaw) {
+ const match = aspectRatioRaw.match(/(\d+:\d+)/);
+ if (match) {
+ aspectRatio = match[1];
+ console.log(`[BIG] Parsed aspect_ratio "${aspectRatioRaw}" -> "${aspectRatio}"`);
+ } else {
+ aspectRatio = aspectRatioRaw;
+ }
+ }
+
+ const params = {
+ api_key: getInputValue("api_key"),
+ provider: getInputValue("provider"),
+ model: getInputValue("model"),
+ aspect_ratio: aspectRatio,
+ width: getInputValue("width", 1024),
+ height: getInputValue("height", 1024),
+ resolution: getInputValue("resolution", "1K"),
+ enable_safety_checker: getInputValue("enable_safety_checker", true),
+ use_negative_prompt: getInputValue("use_negative_prompt", true),
+ max_retries: getInputValue("max_retries", 3),
+ max_parallel: getInputValue("max_parallel", 5),
+ timeout: getInputValue("timeout", 600),
+ use_cache: getInputValue("use_cache", true),
+ filename_prefix: getInputValue("filename_prefix", "INSTARAW"),
+ multi_image: getInputValue("multi_image", false),
+ };
+
+ console.log("[BIG] Generation parameters:", {
+ ...params,
+ api_key: params.api_key ? `${params.api_key.slice(0, 10)}...` : "MISSING",
+ });
+
+ // Validate required parameters
+ const missing = [];
+ if (!params.api_key) missing.push("API Key");
+ if (!params.provider) missing.push("Provider");
+ if (!params.model) missing.push("Model");
+
+ if (missing.length > 0) {
+ const msg = `โ Missing required parameters: ${missing.join(", ")}\n\n` +
+ `Make sure these are connected to the BIG node:\n` +
+ `- API Key Loader โ api_key input\n` +
+ `- Provider โ provider input\n` +
+ `- Model โ model input\n\n` +
+ `Check browser console for details.`;
+ console.error("[BIG]", msg);
+ alert(msg);
+ return null;
+ }
+
+ return params;
+ } catch (e) {
+ console.error("[BIG] Error getting generation parameters:", e);
+ return null;
+ }
+ };
+
+ const generateSingleJob = async (jobIndex, genParams, signal = null) => {
+ /**
+ * Generate a single image via API endpoint.
+ * Updates node._bigJobs and node._bigStats.
+ * @param {AbortSignal} signal - Optional abort signal for cancellation
+ */
+ const job = node._bigJobs[jobIndex];
+ const nodeId = node._ni_widget?.value || String(node.id);
+
+ // Check if already aborted before starting
+ if (signal?.aborted) {
+ console.log(`[BIG] Job ${jobIndex} skipped (cancelled)`);
+ job.state = "cancelled";
+ job.error = "Cancelled by user";
+ node._bigStats.completed++;
+ updateProgressItem(job);
+ updateProgressHeader();
+ return;
+ }
+
+ console.log(`[BIG] Generating job ${jobIndex}:`, job.prompt_positive.slice(0, 50));
+
+ // Mark as generating - use updateProgressItem instead of renderUI
+ // to avoid replacing all images (which interrupts loading)
+ job.state = "generating";
+ updateGeneratedBatchData(); // Save state immediately so tab switch preserves it
+ updateProgressItem(job);
+ updateProgressHeader();
+
+ const startTime = Date.now();
+
+ try {
+ console.log(`[BIG] Sending request for job ${jobIndex}:`, {
+ node_id: nodeId,
+ job_id: job.id,
+ provider: genParams.provider,
+ model: genParams.model,
+ api_key: genParams.api_key ? "present" : "MISSING",
+ prompt: job.prompt_positive.slice(0, 50),
+ });
+
+ // Build request body
+ const requestBody = {
+ node_id: nodeId,
+ job_id: job.id,
+ ...genParams,
+ prompt_positive: job.prompt_positive,
+ prompt_negative: job.prompt_negative,
+ seed: job.seed,
+ };
+
+ // Add input images for I2I mode (if job has them)
+ if (job.input_image_b64) {
+ requestBody.input_image = job.input_image_b64;
+ console.log(`[BIG] Job ${jobIndex} image_1 (base64 length: ${job.input_image_b64.length})`);
+ }
+ if (job.input_image2_b64) {
+ requestBody.input_image2 = job.input_image2_b64;
+ console.log(`[BIG] Job ${jobIndex} image_2 (base64 length: ${job.input_image2_b64.length})`);
+ }
+ if (job.input_image3_b64) {
+ requestBody.input_image3 = job.input_image3_b64;
+ console.log(`[BIG] Job ${jobIndex} image_3 (base64 length: ${job.input_image3_b64.length})`);
+ }
+ if (job.input_image4_b64) {
+ requestBody.input_image4 = job.input_image4_b64;
+ console.log(`[BIG] Job ${jobIndex} image_4 (base64 length: ${job.input_image4_b64.length})`);
+ }
+ if (!job.input_image_b64) {
+ console.log(`[BIG] Job ${jobIndex} has no input image (T2I mode)`);
+ }
+
+ // Pass signal to fetch for cancellation support
+ const response = await api.fetchApi("/instaraw/batch_gen_generate_single", {
+ method: "POST",
+ headers: { "Content-Type": "application/json" },
+ body: JSON.stringify(requestBody),
+ signal: signal,
+ });
+
+ const result = await response.json();
+ console.log(`[BIG] Job ${jobIndex} response:`, result);
+
+ if (result.status === "success") {
+ job.state = result.cache_hit ? "cached" : "success";
+ job.image_url = result.image_url;
+ job.filename = result.filename;
+ job.generation_time = result.generation_time || (Date.now() - startTime) / 1000;
+ job.image_width = result.width || 1024;
+ job.image_height = result.height || 1024;
+ console.log(`[BIG][fix1] Job ${jobIndex} completed, result.width=${result.width}, result.height=${result.height}, stored as ${job.image_width}x${job.image_height}`);
+ job.attempts = result.attempts || 1;
+ job.subfolder = result.subfolder;
+
+ // Log retry info if there were retries
+ if (job.attempts > 1) {
+ console.log(`[BIG] Job ${jobIndex} succeeded after ${job.attempts} attempts`);
+ }
+
+ // Small delay to ensure filesystem has synced before loading image
+ await new Promise(resolve => setTimeout(resolve, 100));
+
+ node._bigStats.success++;
+ if (result.cache_hit) node._bigStats.cached++;
+ } else {
+ job.state = "failed";
+ job.error = result.error || "Generation failed";
+ job.attempts = result.attempts || 1;
+ node._bigStats.failed++;
+ console.error(`[BIG] Job ${jobIndex} failed after ${job.attempts} attempts:`, result.error);
+ }
+ } catch (e) {
+ // Handle abort differently - mark as cancelled, not failed
+ if (e.name === 'AbortError') {
+ console.log(`[BIG] Job ${jobIndex} cancelled`);
+ job.state = "cancelled";
+ job.error = "Cancelled by user";
+ // Don't increment failed count for cancellations
+ } else {
+ console.error(`[BIG] Job ${jobIndex} error:`, e);
+ job.state = "failed";
+ job.error = e.message || "Network error";
+ node._bigStats.failed++;
+ }
+ }
+
+ node._bigStats.completed++;
+ updateGeneratedBatchData();
+ updateGeneratedBatchData();
+ // Use updateProgressItem instead of renderUI to avoid
+ // replacing all images (which interrupts loading for other jobs)
+ updateProgressItem(job);
+ updateProgressHeader();
+ };
+
+ const generateJobPair = async (jobIndex1, jobIndex2, genParams, signal = null) => {
+ /**
+ * Generate 2 images in a single API call (Wavespeed.ai multi-image mode).
+ * 50% cost savings: $0.07/image instead of $0.14/image.
+ */
+ const job1 = node._bigJobs[jobIndex1];
+ const job2 = node._bigJobs[jobIndex2];
+ const nodeId = node._ni_widget?.value || String(node.id);
+
+ // Check if already aborted
+ if (signal?.aborted) {
+ console.log(`[BIG] Job pair ${jobIndex1}+${jobIndex2} skipped (cancelled)`);
+ job1.state = "cancelled";
+ job2.state = "cancelled";
+ job1.error = job2.error = "Cancelled by user";
+ node._bigStats.completed += 2;
+ updateProgressItem(job1);
+ updateProgressItem(job2);
+ updateProgressHeader();
+ return;
+ }
+
+ const pairStartTime = Date.now();
+ const promptPreview = (job1.prompt_positive || "").slice(0, 30);
+ console.log(`[BIG] ๐ฏ [${new Date().toISOString().slice(11,19)}] Starting pair ${jobIndex1}+${jobIndex2}: "${promptPreview}..."`);
+
+ // Mark both as generating
+ job1.state = "generating";
+ job2.state = "generating";
+ updateGeneratedBatchData(); // Save state immediately so tab switch preserves it
+ updateProgressItem(job1);
+ updateProgressItem(job2);
+ updateProgressHeader();
+
+ try {
+ // Build request - use job1's prompt for both (same subject, different variations)
+ const requestBody = {
+ node_id: nodeId,
+ job_id: job1.id,
+ second_job_id: job2.id,
+ multi_image: true,
+ ...genParams,
+ prompt_positive: job1.prompt_positive,
+ prompt_negative: job1.prompt_negative,
+ seed: job1.seed,
+ };
+
+ // Add input images for I2I mode
+ if (job1.input_image_b64) {
+ requestBody.input_image = job1.input_image_b64;
+ }
+ if (job1.input_image2_b64) {
+ requestBody.input_image2 = job1.input_image2_b64;
+ }
+ if (job1.input_image3_b64) {
+ requestBody.input_image3 = job1.input_image3_b64;
+ }
+ if (job1.input_image4_b64) {
+ requestBody.input_image4 = job1.input_image4_b64;
+ }
+
+ const response = await api.fetchApi("/instaraw/batch_gen_generate_single", {
+ method: "POST",
+ headers: { "Content-Type": "application/json" },
+ body: JSON.stringify(requestBody),
+ signal: signal,
+ });
+
+ const result = await response.json();
+ const pairDuration = ((Date.now() - pairStartTime) / 1000).toFixed(1);
+ console.log(`[BIG] ๐ฏ [${new Date().toISOString().slice(11,19)}] Pair ${jobIndex1}+${jobIndex2} completed in ${pairDuration}s`);
+
+ if (result.status === "success" && result.multi_image && result.results) {
+ // Process both results
+ for (const imgResult of result.results) {
+ const job = imgResult.job_id === job1.id ? job1 : job2;
+ if (imgResult.status === "success") {
+ // Check for cache hit
+ job.state = imgResult.cache_hit ? "cached" : "success";
+ job.image_url = imgResult.image_url;
+ job.filename = imgResult.filename;
+ job.subfolder = imgResult.subfolder || result.subfolder; // For URL reconstruction
+ job.image_width = imgResult.width || 1024;
+ job.image_height = imgResult.height || 1024;
+ console.log(`[BIG][fix1] Paired job ${job.id} completed (${job.state}), imgResult.width=${imgResult.width}, imgResult.height=${imgResult.height}, stored as ${job.image_width}x${job.image_height}`);
+ job.generation_time = result.generation_time ? result.generation_time / 2 : 0; // Split time between both
+ node._bigStats.success++;
+ if (imgResult.cache_hit) node._bigStats.cached++;
+ } else {
+ job.state = "failed";
+ job.error = imgResult.error || "Failed";
+ node._bigStats.failed++;
+ }
+ updateProgressItem(job);
+ }
+ node._bigStats.completed += 2;
+ } else {
+ // Both failed
+ job1.state = "failed";
+ job2.state = "failed";
+ job1.error = job2.error = result.error || "Multi-image generation failed";
+ node._bigStats.failed += 2;
+ node._bigStats.completed += 2;
+ updateProgressItem(job1);
+ updateProgressItem(job2);
+ }
+
+ } catch (e) {
+ if (e.name === 'AbortError') {
+ job1.state = job2.state = "cancelled";
+ job1.error = job2.error = "Cancelled by user";
+ } else {
+ console.error(`[BIG] Job pair ${jobIndex1}+${jobIndex2} error:`, e);
+ job1.state = job2.state = "failed";
+ job1.error = job2.error = e.message || "Network error";
+ node._bigStats.failed += 2;
+ }
+ node._bigStats.completed += 2;
+ updateProgressItem(job1);
+ updateProgressItem(job2);
+ }
+
+ updateGeneratedBatchData();
+ updateGeneratedBatchData();
+ updateProgressHeader();
+ };
+
+ const updateGeneratedBatchData = () => {
+ /**
+ * Update the generated_batch_data widget, node.properties, AND session storage.
+ * - Widget: for Python backend to read
+ * - Properties: for workflow file persistence
+ * - Session storage: for reliable tab switch persistence (ComfyUI recreates nodes!)
+ */
+ const widget = node.widgets?.find(w => w.name === "generated_batch_data");
+ if (!widget) {
+ console.warn("[BIG] generated_batch_data widget not found!");
+ return;
+ }
+
+ // IMPORTANT: Do NOT save image_url (base64 data) to node.properties!
+ // Base64 images are huge and will exceed localStorage quota.
+ // Images are saved to disk with filenames - we can load from there.
+ const batchDataForStorage = node._bigJobs.map(job => ({
+ id: job.id,
+ prompt_positive: job.prompt_positive,
+ prompt_negative: job.prompt_negative,
+ seed: job.seed,
+ state: job.state,
+ filename: job.filename,
+ // NO image_url here - it's base64 and too large!
+ image_width: job.image_width,
+ image_height: job.image_height,
+ error: job.error,
+ generation_time: job.generation_time,
+ subfolder: job.subfolder, // Keep for file path reconstruction
+ }));
+ console.log(`[BIG] Saving ${batchDataForStorage.length} jobs (without base64 images)`);
+
+ const jsonData = JSON.stringify(batchDataForStorage);
+
+ // Update widget (for Python backend)
+ widget.value = jsonData;
+
+ // Update node.properties (for workflow file) - small data only!
+ node.properties = node.properties || {};
+ node.properties.big_jobs_data = jsonData;
+
+ // Update session storage (survives tab switches - most reliable!)
+ saveToSession(jsonData);
+
+ console.log(`[BIG] Updated state with ${batchDataForStorage.length} jobs (widget + properties + session)`);
+ };
+
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // STATE RENDERING FUNCTIONS (RPG PATTERN)
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+ // Helper to render image preview grid showing all 4 image inputs
+ const renderImagePreview = (imageUrls, mode, aspectRatio = "1:1", totalGenerations = 0) => {
+ // Get all image input URLs
+ const img1Urls = node._bigImageUrls || [];
+ const img2Urls = node._bigImage2Urls || [];
+ const img3Urls = node._bigImage3Urls || [];
+ const img4Urls = node._bigImage4Urls || [];
+
+ const totalImages = img1Urls.length + img2Urls.length + img3Urls.length + img4Urls.length;
+
+ if (mode !== "img2img" || totalImages === 0) {
+ return '';
+ }
+
+ // Check which inputs have images
+ const inputsWithImages = [
+ { urls: img1Urls, label: "Image 1" },
+ { urls: img2Urls, label: "Image 2" },
+ { urls: img3Urls, label: "Image 3" },
+ { urls: img4Urls, label: "Image 4" }
+ ].filter(input => input.urls.length > 0);
+
+ const connectedInputs = inputsWithImages.length;
+ const multiImageMode = connectedInputs > 1;
+
+ // Get AIL item count INCLUDING repeat counts (like RPG does)
+ const getAILTotalCount = () => {
+ const primaryAIL = findConnectedAIL("images");
+ if (!primaryAIL || !primaryAIL.properties?.batch_data) {
+ return multiImageMode ? getComboMaxLength(inputsWithImages) : totalImages;
+ }
+ try {
+ const batchData = JSON.parse(primaryAIL.properties.batch_data);
+ const images = batchData.images || [];
+ // Sum up repeat counts like RPG does
+ return images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+ } catch (e) {
+ return multiImageMode ? getComboMaxLength(inputsWithImages) : totalImages;
+ }
+ };
+
+ const ailTotalCount = getAILTotalCount();
+
+ // Sync status - compare totalGenerations (prompt repeats) with ailTotalCount (image repeats)
+ const isSynced = totalGenerations > 0 && totalGenerations === ailTotalCount;
+
+ // Sync status badge HTML (informational only - sync in RPG/AIL)
+ const renderSyncBadge = () => {
+ if (totalGenerations === 0) {
+ return `No prompts `;
+ }
+ if (isSynced) {
+ return `โ ${totalGenerations} gens โ ${ailTotalCount} AIL `;
+ }
+ return `
+ โ ${totalGenerations} gens โ ${ailTotalCount} AIL
+ Sync in RPG
+ `;
+ };
+
+ // Multi-image mode: Show combination cards
+ if (multiImageMode) {
+ const maxLen = getComboMaxLength(inputsWithImages);
+ const comboCardsHtml = renderComboCards(inputsWithImages, {
+ getImageUrl: (url) => url
+ });
+
+ return `
+
+
+
+ ${comboCardsHtml}
+
+
+ `;
+ }
+
+ // Single input mode: Clean square thumbnail grid
+ // Expand images by repeat count for accurate preview
+ const getExpandedImages = () => {
+ const primaryAIL = findConnectedAIL("images");
+ if (!primaryAIL || !primaryAIL.properties?.batch_data) {
+ // Fallback: just use URLs as-is
+ return img1Urls.map((url, idx) => ({ url, index: idx + 1, isRepeat: false }));
+ }
+ try {
+ const batchData = JSON.parse(primaryAIL.properties.batch_data);
+ const images = batchData.images || [];
+ const order = batchData.order || [];
+ const expanded = [];
+
+ order.forEach((id, idx) => {
+ const item = images.find(img => img.id === id);
+ if (!item) return;
+ const repeatCount = item.repeat_count || 1;
+ const url = img1Urls[idx] || item.url;
+
+ for (let r = 0; r < repeatCount; r++) {
+ expanded.push({
+ url,
+ index: idx + 1,
+ repeatIndex: r + 1,
+ repeatTotal: repeatCount,
+ isRepeat: r > 0
+ });
+ }
+ });
+ return expanded.length > 0 ? expanded : img1Urls.map((url, idx) => ({ url, index: idx + 1, isRepeat: false }));
+ } catch (e) {
+ return img1Urls.map((url, idx) => ({ url, index: idx + 1, isRepeat: false }));
+ }
+ };
+ const expandedImages = getExpandedImages();
+
+ return `
+
+
+
+ ${expandedImages.map((img, idx) => {
+ const label = img.repeatTotal > 1
+ ? `${img.index}.${img.repeatIndex}`
+ : `${img.index}`;
+ return `
+
+
+
${label}
+
+ `;
+ }).join('')}
+
+
+ `;
+ };
+
+ const renderIdleState = () => {
+ // Get multi-image mode info even in idle state
+ const multiImageInfo = getMultiImageInfo();
+ const modelInfo = getModelProviderInfo();
+ const modelDisplay = modelInfo.model && modelInfo.provider
+ ? `${modelInfo.model} (${modelInfo.provider})`
+ : modelInfo.model || "Not connected";
+
+ // Check if RPG is connected (even if no prompts yet)
+ const rpgConnected = isRPGConnected();
+ const idleMessage = rpgConnected
+ ? "โ
RPG connected โ Generate prompts in RPG to continue"
+ : "Connect to Reality Prompt Generator to generate images";
+
+ container.innerHTML = `
+
+
+
Batch Image Generator
+ ${multiImageInfo.multiImage ? `
+
+ ${multiImageInfo.isActive ? `โก 2X MODE ` : ''}
+ ${multiImageInfo.isWarning ? `โ ๏ธ 2X needs Wavespeed ` : ''}
+ ${multiImageInfo.isNoProvider ? `โ ๏ธ 2X no provider ` : ''}
+
+ ` : ''}
+
${escapeHtml(modelDisplay)}
+
+
+
+ โก 2X Mode
+
+
+ ${idleMessage}
+
+
+ `;
+ updateCachedHeight();
+ };
+
+ const renderPreviewState = (detectedPrompts) => {
+ const promptCount = detectedPrompts.length;
+ // Calculate total generations including repeat counts (like RPG)
+ const totalGenerations = detectedPrompts.reduce((sum, p) => sum + (p.repeat_count || 1), 0);
+ const displayLimit = 10; // Show first 10 prompts in preview
+ const promptsToShow = detectedPrompts.slice(0, displayLimit);
+ const hasMore = promptCount > displayLimit;
+
+ // Get mode info for preview
+ const imagesInfo = getConnectedImagesInfo();
+ const mode = imagesInfo.mode;
+ const imageCount = imagesInfo.imageCount;
+ const imageUrls = imagesInfo.imageUrls || [];
+ const modeLabel = mode === "img2img" ? "IMG2IMG" : "TXT2IMG";
+ const modeClass = mode === "img2img" ? "instaraw-big-mode-img2img" : "instaraw-big-mode-txt2img";
+
+ // Update node state
+ node._bigMode = mode;
+ node._bigImageCount = imageCount;
+
+ // Get model info
+ const modelInfo = getModelProviderInfo();
+ const modelDisplay = modelInfo.model && modelInfo.provider
+ ? `${modelInfo.model} (${modelInfo.provider})`
+ : modelInfo.model || "Not connected";
+
+ // Get multi-image mode info
+ const multiImageInfo = getMultiImageInfo();
+
+ // Calculate total output images (2x if multi-image mode is active)
+ const totalOutputImages = multiImageInfo.isActive ? totalGenerations * 2 : totalGenerations;
+
+ container.innerHTML = `
+
+
+ ${modelInfo.model && !modelInfo.isSupported ? `
+
+ โ ๏ธ Unsupported Model: "${escapeHtml(modelInfo.model)}"
+ This node is experimental and currently only supports Nano Banana Pro . Support for other models will be added soon.
+
+ ` : ''}
+
+
+
+
+
+
+
+ ${modeLabel}
+ ${multiImageInfo.isActive ? `โก 2X MODE ` : ''}
+ ${multiImageInfo.isWarning ? `โ ๏ธ 2X needs Wavespeed ` : ''}
+ ${multiImageInfo.isNoProvider ? `โ ๏ธ 2X no provider ` : ''}
+
+ ${mode === "img2img" ? `
${formatImageCount()}
` : ''}
+
${escapeHtml(modelDisplay)}
+
+
+
+ โก 2X Mode
+
+
+
+
+
BIG V2.0
+
+
+
+
+
+ PROMPTS
+ ${promptCount}
+
+
+ OUTPUT
+ ${totalOutputImages}${multiImageInfo.isActive ? ' (2ร)' : ''}
+
+
+
+
+ ${multiImageInfo.isActive ? `
+
+ โก 2X Multi-Image Mode - ${promptCount} prompt${promptCount !== 1 ? 's' : ''} ร 2 variations = ${totalOutputImages} images
+ 50% cost savings: $0.07/img
+
+ ${multiImageInfo.aspectRatioWarning ? `
+
+ โ ๏ธ Aspect ratio "${multiImageInfo.aspectRatio}" will be mapped to closest supported (3:2, 2:3, 3:4, 4:3)
+
+ ` : ''}
+ ` : ''}
+
+
+ ${renderImagePreview(imageUrls, mode, multiImageInfo.aspectRatio || "1:1", totalGenerations)}
+
+
+
+
+ โจ Generate All (${totalOutputImages} image${totalOutputImages !== 1 ? 's' : ''}${multiImageInfo.isActive ? ' โก' : ''})
+
+
+
+
+
+ ${promptsToShow.map((p, i) => `
+
+ #${i + 1}: ${escapeHtml(p.positive.slice(0, 50))}${p.positive.length > 50 ? '...' : ''}
+
+ ๐จ ${multiImageInfo.isActive ? 'Generate โก2ร' : 'Generate'}
+
+
+ `).join('')}
+ ${hasMore ? `
+
+ ...and ${promptCount - displayLimit} more
+
+ ` : ''}
+
+
+ `;
+ setupEventHandlers();
+ attachImageOnloadHandlers();
+ updateCachedHeight();
+ };
+
+ const renderBatchPanel = () => {
+ const jobs = node._bigJobs;
+ const s = node._bigStats;
+ const elapsed = node._bigStartTime ? formatTime(Date.now() - node._bigStartTime) : "0s";
+ const modelInfo = getModelProviderInfo();
+ const modelDisplay = modelInfo.model && modelInfo.provider
+ ? `${modelInfo.model} (${modelInfo.provider})`
+ : modelInfo.model || "Unknown";
+
+ // Get current mode info
+ const mode = node._bigMode || "txt2img";
+ const imageCount = node._bigImageCount || 0;
+ const imageUrls = node._bigImageUrls || [];
+ const modeLabel = mode === "img2img" ? "IMG2IMG" : "TXT2IMG";
+ const modeClass = mode === "img2img" ? "instaraw-big-mode-img2img" : "instaraw-big-mode-txt2img";
+
+ // Check multi-image mode
+ const multiImageInfo = getMultiImageInfo();
+
+ // Get totalGenerations for sync status (sum of repeat counts from RPG)
+ const detectedPrompts = getConnectedRPGData() || [];
+ const totalGenerations = detectedPrompts.reduce((sum, p) => sum + (p.repeat_count || 1), 0);
+
+ container.innerHTML = `
+
+
+
+
+
+
+
+ ${modeLabel}
+ ${multiImageInfo.isActive ? `โก 2X MODE ` : ''}
+ ${multiImageInfo.isWarning ? `โ ๏ธ 2X needs Wavespeed ` : ''}
+ ${multiImageInfo.isNoProvider ? `โ ๏ธ 2X no provider ` : ''}
+
+ ${mode === "img2img" ? `
${formatImageCount()}
` : ''}
+
${escapeHtml(modelDisplay)}
+
+ ${!node._bigIsGenerating ? `
+
+
+ โก 2X Mode
+
+ ` : ''}
+
+
+
+
BIG V2.0
+
+
+
+
+
+ JOBS
+ ${s.completed}/${s.total}
+
+
+ SUCCESS
+ ${s.success}
+
+
+ CACHED
+ ${s.cached}
+
+
+ FAILED
+ ${s.failed}
+
+
+
+
+
+ ${renderImagePreview(imageUrls, mode, multiImageInfo.aspectRatio || "1:1", totalGenerations)}
+
+
+
+
+
+ ${!node._bigIsGenerating ? `
+
+
+ โจ Generate All
+
+
+
+ โฌ Download All (${s.success})
+
+
+ ๐ Retry (${s.failed})
+
+
+ ๐๏ธ Clear
+
+
+
+ ` : ''}
+
+
+
+ ${renderProgressItems(jobs)}
+
+
+ `;
+
+ setupEventHandlers();
+ attachImageOnloadHandlers();
+ updateCachedHeight();
+
+ // Start timer if generating
+ if (node._bigIsGenerating) {
+ startTimer();
+ }
+ };
+
+ const renderUI = () => {
+ // Show loading state while waiting for initialization
+ // This prevents flash of idle state before data is restored
+ if (node._pendingInitRender && !node._bigInitialized) {
+ container.innerHTML = `
+
+
+
+
Loading...
+
+
+ `;
+ updateCachedHeight();
+ return;
+ }
+
+ const detectedPrompts = getConnectedRPGData();
+ const hasGenerated = node._bigJobs && node._bigJobs.length > 0;
+
+ // State priority: generating > batch > preview > idle
+ if (node._bigIsGenerating) {
+ renderBatchPanel(); // Shows progress during generation
+ } else if (hasGenerated) {
+ renderBatchPanel(); // Shows completed batch
+ } else if (detectedPrompts && detectedPrompts.length > 0) {
+ renderPreviewState(detectedPrompts); // Shows detected prompts
+ } else {
+ renderIdleState(); // Shows "connect to RPG" message
+ }
+ };
+
+ // Render jobs, grouping pairs together for multi-image mode
+ const renderProgressItems = (jobs) => {
+ const hasPairs = jobs.some(j => j.is_pair);
+ if (!hasPairs) {
+ // Regular rendering - no pairs
+ return jobs.map((job, idx) => renderProgressItem(job, idx)).join("");
+ }
+
+ // Group paired jobs together
+ let html = '';
+ const rendered = new Set();
+ for (let i = 0; i < jobs.length; i++) {
+ if (rendered.has(i)) continue;
+ const job = jobs[i];
+
+ if (job.is_pair && job.pair_with !== undefined && job.pair_with < jobs.length) {
+ const pairedJob = jobs[job.pair_with];
+ const pairIdx = job.pair_with;
+ rendered.add(i);
+ rendered.add(pairIdx);
+
+ // Render both jobs in a pair container
+ const firstIdx = Math.min(i, pairIdx);
+ const secondIdx = Math.max(i, pairIdx);
+ const promptIdx = jobs[firstIdx].prompt_index ?? Math.floor(firstIdx / 2);
+ const promptPreview = (jobs[firstIdx].prompt_positive || "").slice(0, 40);
+ html += `
+
+
+
+ ${renderProgressItem(jobs[firstIdx], firstIdx)}
+ ${renderProgressItem(jobs[secondIdx], secondIdx)}
+
+
+ `;
+ } else {
+ // Single job (last odd one or non-paired)
+ rendered.add(i);
+ html += renderProgressItem(job, i);
+ }
+ }
+ return html;
+ };
+
+ const renderProgressItem = (job, idx) => {
+ const stateInfo = STATE_CONFIG[job.state] || STATE_CONFIG[JobState.PENDING];
+ const isPaired = job.is_pair === true;
+
+ // For paired jobs, show variation number; otherwise show prompt preview
+ let labelText;
+ if (isPaired && job.variation) {
+ labelText = `Variation ${job.variation}`;
+ } else {
+ const promptPreview = escapeHtml((job.prompt_positive || "").slice(0, 60));
+ labelText = `#${idx + 1} ${promptPreview}${job.prompt_positive?.length > 60 ? "..." : ""}`;
+ }
+
+ // No need for pair badge on individual items when grouped (header shows it)
+ const pairBadge = '';
+
+ let statusText = `${stateInfo.icon} ${stateInfo.text}`;
+ if (job.state === JobState.RETRYING && job.attempts > 1) {
+ statusText = `๐ Retry #${job.attempts}`;
+ } else if (job.state === JobState.SUCCESS && job.generation_time) {
+ statusText = `โ ${job.generation_time.toFixed(1)}s`;
+ } else if (job.state === JobState.CACHED && job.generation_time) {
+ statusText = `๐ฆ Cached (${job.generation_time.toFixed(1)}s)`;
+ }
+
+ // Show error for failed jobs, show "retrying" message for retrying jobs
+ const showError = job.state === JobState.FAILED && job.error;
+ const showRetryMsg = job.state === JobState.RETRYING && job.error;
+ const showRetry = job.state === JobState.FAILED;
+ const hasImage = job.image_url && (job.state === JobState.SUCCESS || job.state === JobState.CACHED);
+ const isGenerating = job.state === JobState.GENERATING || job.state === JobState.RETRYING;
+
+ // Progress bar width and animation
+ let barWidth = "0%";
+ let barClass = "";
+ let barStyle = "";
+
+ if (job.state === JobState.SUCCESS || job.state === JobState.CACHED) {
+ barWidth = "100%";
+ } else if (isGenerating) {
+ barWidth = "100%";
+ barClass = "animating";
+ } else if (job.state === JobState.FAILED) {
+ barWidth = "100%";
+ barStyle = "background: linear-gradient(90deg, #ef4444, #dc2626);";
+ }
+
+ // Thumbnail rendering - always show placeholder, overlay video when generating
+ // Note: No inline onerror - attachImageOnloadHandlers adds smart retry with subfolder fallback
+ let thumbnailHtml = '';
+ if (hasImage) {
+ thumbnailHtml = `
+
+
+
+ `;
+ } else if (isGenerating) {
+ // Show loader video while generating
+ thumbnailHtml = `
+
+
+
+ `;
+ } else {
+ // No image yet - show empty placeholder (no icon)
+ thumbnailHtml = `
+
+ `;
+ }
+
+ // Message to display (error or retry info)
+ const messageText = showError ? escapeHtml(job.error?.slice(0, 100)) :
+ showRetryMsg ? `โ ๏ธ ${escapeHtml(job.error?.slice(0, 80))}` : "";
+ const showMessage = showError || showRetryMsg;
+ const messageClass = showError ? "error-message" : "retry-message";
+
+ // Full prompt for expandable section
+ const fullPrompt = escapeHtml(job.prompt_positive || "No prompt");
+ const rawPrompt = job.prompt_positive || "";
+ const seed = job.seed || "N/A";
+ const hasLongPrompt = (job.prompt_positive || "").length > 60;
+
+ return `
+
+
+
+
+
${messageText}
+
+
+
+ ${thumbnailHtml}
+
+ `;
+ };
+
+ // Track active PhotoSwipe instance to prevent duplicates
+ let activePswp = null;
+
+ // Force cleanup any orphaned PhotoSwipe elements
+ const cleanupPhotoSwipe = () => {
+ const existingPswp = document.querySelectorAll('.pswp');
+ if (existingPswp.length > 0) {
+ console.warn(`[BIG] Cleaning up ${existingPswp.length} orphaned .pswp elements`);
+ existingPswp.forEach(el => el.remove());
+ }
+ activePswp = null;
+ };
+
+ const openPhotoSwipe = async (startJobId) => {
+ console.log(`[BIG] openPhotoSwipe called with jobId=${startJobId}, activePswp=${!!activePswp}`);
+
+ // If activePswp is stuck in 'loading' state for some reason, force cleanup
+ if (activePswp === 'loading') {
+ console.warn("[BIG] PhotoSwipe stuck in loading state, forcing cleanup");
+ cleanupPhotoSwipe();
+ }
+
+ // Prevent opening multiple instances - but if it's a real pswp instance, try to close it first
+ if (activePswp && activePswp !== 'loading') {
+ console.log("[BIG] PhotoSwipe already open, closing first...");
+ try {
+ activePswp.close();
+ } catch (e) {
+ console.warn("[BIG] Failed to close existing PhotoSwipe:", e);
+ }
+ cleanupPhotoSwipe();
+ }
+
+ // Set flag immediately to prevent race conditions
+ activePswp = 'loading';
+
+ // Wait for PhotoSwipe to load if not ready yet
+ if (!window.PhotoSwipe || !window.PhotoSwipeLightbox) {
+ console.log("[BIG] Waiting for PhotoSwipe to load...");
+ try {
+ await loadPhotoSwipe();
+ } catch (e) {
+ console.error("[BIG] Failed to load PhotoSwipe:", e);
+ activePswp = null;
+ return;
+ }
+ }
+
+ // Double-check after await
+ if (!window.PhotoSwipe) {
+ console.error("[BIG] PhotoSwipe still not available");
+ activePswp = null;
+ return;
+ }
+
+ // Always cleanup any existing pswp elements before creating new one
+ const existingPswp = document.querySelectorAll('.pswp');
+ if (existingPswp.length > 0) {
+ console.warn(`[BIG] Found ${existingPswp.length} existing .pswp elements, removing...`);
+ existingPswp.forEach(el => el.remove());
+ }
+
+ // Get all jobs with images
+ const jobsWithImages = node._bigJobs.filter(j => j.image_url);
+ if (jobsWithImages.length === 0) {
+ console.warn("[BIG] No jobs with images to show");
+ activePswp = null;
+ return;
+ }
+
+ // Find starting index
+ const startIndex = jobsWithImages.findIndex(j => j.id === startJobId);
+
+ // Create PhotoSwipe items with actual image dimensions
+ const items = jobsWithImages.map((job, idx) => ({
+ src: job.image_url,
+ width: job.image_width || 1024,
+ height: job.image_height || 1024,
+ alt: `Job #${job.id + 1}`,
+ msrc: job.image_url, // thumbnail source (same as main)
+ filename: job.filename || `big_${job.id}_${Date.now()}.png`,
+ }));
+
+ console.log(`[BIG] Opening PhotoSwipe with ${jobsWithImages.length} images, startIndex=${startIndex}`);
+
+ try {
+ // Create PhotoSwipe instance
+ const pswp = new window.PhotoSwipe({
+ dataSource: items,
+ index: startIndex >= 0 ? startIndex : 0,
+ bgOpacity: 0.9,
+ spacing: 0.1,
+ showHideAnimationType: 'none',
+ showAnimationDuration: 0,
+ hideAnimationDuration: 0,
+ zoomAnimationDuration: 0,
+ loop: true,
+ closeOnVerticalDrag: false,
+ pinchToClose: true,
+ closeTitle: 'Close (Esc)',
+ zoomTitle: 'Zoom in/out',
+ arrowPrevTitle: 'Previous (arrow left)',
+ arrowNextTitle: 'Next (arrow right)',
+ errorMsg: 'Image failed to load',
+ easing: 'linear',
+ });
+
+ // Add download button
+ pswp.on('uiRegister', () => {
+ pswp.ui.registerElement({
+ name: 'download-button',
+ order: 8,
+ isButton: true,
+ tagName: 'a',
+ html: {
+ isCustomSVG: true,
+ inner: ' ',
+ outlineID: 'pswp__icn-download'
+ },
+ onInit: (el, pswp) => {
+ el.setAttribute('download', '');
+ el.setAttribute('target', '_blank');
+ el.setAttribute('rel', 'noopener');
+ el.setAttribute('title', 'Download image');
+
+ pswp.on('change', () => {
+ const currentItem = pswp.currSlide?.data;
+ if (currentItem) {
+ el.href = currentItem.src;
+ el.download = currentItem.filename;
+ }
+ });
+ }
+ });
+ });
+
+ // Track this instance and clear on close
+ activePswp = pswp;
+
+ pswp.on('close', () => {
+ console.log("[BIG] PhotoSwipe closed");
+ activePswp = null;
+ });
+
+ pswp.on('destroy', () => {
+ console.log("[BIG] PhotoSwipe destroyed");
+ activePswp = null;
+ });
+
+ pswp.init();
+ } catch (e) {
+ console.error("[BIG] Error initializing PhotoSwipe:", e);
+ cleanupPhotoSwipe();
+ }
+ };
+
+ const setupEventHandlers = () => {
+ // === Canvas Panning & Zoom Event Forwarding ===
+ // Allow dragging/zooming canvas even when mouse is over custom UI
+ const isInteractiveElement = (element) => {
+ if (!element) return false;
+ const tagName = element.tagName?.toLowerCase();
+ if (['button', 'input', 'select', 'textarea', 'a', 'img'].includes(tagName)) return true;
+ const className = element.className || '';
+ if (typeof className === 'string' && (
+ className.includes('-btn') || className.includes('-input') ||
+ className.includes('-select') || className.includes('prompt-card') ||
+ className.includes('gallery-item') || className.includes('result-image')
+ )) return true;
+ if (element.onclick || element.onmousedown || element.draggable) return true;
+ return false;
+ };
+
+ const isInteractiveOrChildOfInteractive = (target) => {
+ let element = target;
+ while (element && element !== container) {
+ if (isInteractiveElement(element)) return true;
+ element = element.parentElement;
+ }
+ return false;
+ };
+
+ // Track drag state for manual panning
+ if (!container._bigDragState) {
+ container._bigDragState = { isDragging: false, startX: 0, startY: 0, offsetX: 0, offsetY: 0 };
+ }
+ const dragState = container._bigDragState;
+
+ const canvasForwardHandler = (e) => {
+ if (e._bigForwarded) return;
+
+ if (e.type === 'mousedown') {
+ if (isInteractiveOrChildOfInteractive(e.target)) {
+ dragState.isDragging = false;
+ return;
+ }
+ dragState.isDragging = true;
+ dragState.startX = e.clientX;
+ dragState.startY = e.clientY;
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ dragState.offsetX = canvas.ds.offset[0];
+ dragState.offsetY = canvas.ds.offset[1];
+ }
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ if (e.type === 'mousemove' && dragState.isDragging) {
+ const deltaX = e.clientX - dragState.startX;
+ const deltaY = e.clientY - dragState.startY;
+ // Divide by scale to match native ComfyUI drag behavior at any zoom level
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ const scale = canvas.ds.scale || 1;
+ canvas.ds.offset[0] = dragState.offsetX + (deltaX / scale);
+ canvas.ds.offset[1] = dragState.offsetY + (deltaY / scale);
+ canvas.setDirty(true, true);
+ }
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ if (e.type === 'mouseup' && dragState.isDragging) {
+ dragState.isDragging = false;
+ e.preventDefault();
+ e.stopPropagation();
+ }
+ };
+
+ const wheelForwardHandler = (e) => {
+ if (e._bigForwarded) return;
+ if (isInteractiveOrChildOfInteractive(e.target)) return;
+ const canvas = document.querySelector('#graph-canvas') ||
+ document.querySelector('canvas.litegraph') ||
+ document.querySelector('.litegraph canvas');
+ if (canvas) {
+ e.preventDefault();
+ e.stopPropagation();
+ const newEvent = new WheelEvent('wheel', {
+ bubbles: true, cancelable: true, view: window,
+ clientX: e.clientX, clientY: e.clientY,
+ deltaX: e.deltaX, deltaY: e.deltaY, deltaZ: e.deltaZ, deltaMode: e.deltaMode,
+ ctrlKey: e.ctrlKey, shiftKey: e.shiftKey, altKey: e.altKey, metaKey: e.metaKey
+ });
+ newEvent._bigForwarded = true;
+ canvas.dispatchEvent(newEvent);
+ }
+ };
+
+ // Remove old listeners if exist
+ if (container._canvasForwardHandler) {
+ container.removeEventListener('mousedown', container._canvasForwardHandler, true);
+ document.removeEventListener('mousemove', container._canvasForwardHandler, true);
+ document.removeEventListener('mouseup', container._canvasForwardHandler, true);
+ }
+ if (container._wheelForwardHandler) {
+ container.removeEventListener('wheel', container._wheelForwardHandler, true);
+ }
+
+ container._canvasForwardHandler = canvasForwardHandler;
+ container._wheelForwardHandler = wheelForwardHandler;
+
+ container.addEventListener('mousedown', canvasForwardHandler, true);
+ document.addEventListener('mousemove', canvasForwardHandler, true);
+ document.addEventListener('mouseup', canvasForwardHandler, true);
+ container.addEventListener('wheel', wheelForwardHandler, true);
+
+ // Individual Generate buttons (preview state)
+ container.querySelectorAll(".instaraw-big-generate-single-btn").forEach(btn => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const promptIndex = parseInt(btn.dataset.index);
+
+ console.log(`[BIG] Individual generate clicked for prompt #${promptIndex}`);
+
+ // Get detected prompts
+ const detectedPrompts = getConnectedRPGData();
+ if (!detectedPrompts || promptIndex >= detectedPrompts.length) {
+ alert("Prompt not found!");
+ return;
+ }
+
+ const prompt = detectedPrompts[promptIndex];
+
+ // Get generation parameters
+ const genParams = getGenerationParameters();
+ if (!genParams) {
+ alert("Missing generation parameters!");
+ return;
+ }
+
+ // Check for multi-image mode
+ const isMultiImage = genParams.multi_image && genParams.provider === "wavespeed.ai";
+
+ // Check enable_img2img
+ const enableImg2Img = getBooleanValue("enable_img2img");
+
+ // Fetch images for this single prompt (use cached URLs, cycle based on promptIndex)
+ // Only fetch if enable_img2img is true
+ let inputImage = null, inputImage2 = null, inputImage3 = null, inputImage4 = null;
+
+ if (enableImg2Img) {
+ const fetchSingleImage = async (urls, idx) => {
+ if (!urls || urls.length === 0) return null;
+ const url = urls[idx % urls.length];
+ return await fetchImageAsBase64(url);
+ };
+
+ console.log(`[BIG] Fetching images for single generate (promptIndex=${promptIndex})`);
+ inputImage = await fetchSingleImage(node._bigImageUrls, promptIndex);
+ inputImage2 = await fetchSingleImage(node._bigImage2Urls, promptIndex);
+ inputImage3 = await fetchSingleImage(node._bigImage3Urls, promptIndex);
+ inputImage4 = await fetchSingleImage(node._bigImage4Urls, promptIndex);
+ }
+
+ if (isMultiImage) {
+ // Multi-image mode: create 2 jobs for this prompt
+ console.log(`[BIG] ๐ฏ Multi-image single: generating 2 variations for prompt #${promptIndex}`);
+
+ node._bigJobs = [
+ {
+ id: 0,
+ prompt_positive: prompt.positive,
+ prompt_negative: prompt.negative,
+ seed: prompt.seed,
+ state: "pending",
+ image_url: null,
+ error: null,
+ generation_time: 0,
+ filename: null,
+ input_image_b64: inputImage,
+ input_image2_b64: inputImage2,
+ input_image3_b64: inputImage3,
+ input_image4_b64: inputImage4,
+ is_pair: true,
+ pair_with: 1,
+ prompt_index: promptIndex,
+ variation: 1,
+ },
+ {
+ id: 1,
+ prompt_positive: prompt.positive,
+ prompt_negative: prompt.negative,
+ seed: prompt.seed,
+ state: "pending",
+ image_url: null,
+ error: null,
+ generation_time: 0,
+ filename: null,
+ input_image_b64: inputImage,
+ input_image2_b64: inputImage2,
+ input_image3_b64: inputImage3,
+ input_image4_b64: inputImage4,
+ is_pair: true,
+ pair_with: 0,
+ prompt_index: promptIndex,
+ variation: 2,
+ }
+ ];
+
+ node._bigStats = {
+ total: 2,
+ completed: 0,
+ success: 0,
+ failed: 0,
+ cached: 0,
+ };
+ node._bigStartTime = Date.now();
+ node._bigIsGenerating = true;
+
+ updateGeneratedBatchData();
+ renderUI();
+
+ // Generate paired images
+ await generateJobPair(0, 1, genParams);
+
+ // Finish up
+ node._bigIsGenerating = false;
+ updateGeneratedBatchData();
+ renderUI();
+
+ console.log("[BIG] โ
Multi-image single generation complete (2 variations)!");
+ } else {
+ // Standard mode: 1 job
+ node._bigJobs = [{
+ id: 0,
+ prompt_positive: prompt.positive,
+ prompt_negative: prompt.negative,
+ seed: prompt.seed,
+ state: "pending",
+ image_url: null,
+ error: null,
+ generation_time: 0,
+ filename: null,
+ input_image_b64: inputImage,
+ input_image2_b64: inputImage2,
+ input_image3_b64: inputImage3,
+ input_image4_b64: inputImage4,
+ }];
+
+ node._bigStats = {
+ total: 1,
+ completed: 0,
+ success: 0,
+ failed: 0,
+ cached: 0,
+ };
+ node._bigStartTime = Date.now();
+ node._bigIsGenerating = true;
+
+ updateGeneratedBatchData();
+ renderUI();
+
+ // Generate single image
+ await generateSingleJob(0, genParams);
+
+ // Finish up
+ node._bigIsGenerating = false;
+ updateGeneratedBatchData();
+ renderUI();
+
+ console.log("[BIG] โ
Single generation complete!");
+ }
+ };
+ });
+
+ // View image buttons and thumbnails
+ const clickableElements = container.querySelectorAll(".instaraw-big-view-image-btn, .instaraw-big-thumbnail-img");
+ clickableElements.forEach(btn => {
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ const jobId = parseInt(btn.dataset.jobId);
+ openPhotoSwipe(jobId);
+ };
+ });
+
+ // Expand prompt buttons
+ container.querySelectorAll(".instaraw-big-expand-prompt-btn").forEach(btn => {
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ const jobId = btn.dataset.jobId;
+ const expandedEl = container.querySelector(`.instaraw-big-prompt-expanded[data-job-id="${jobId}"]`);
+ if (expandedEl) {
+ const isExpanded = expandedEl.style.display !== "none";
+ expandedEl.style.display = isExpanded ? "none" : "block";
+ btn.textContent = isExpanded ? "๐" : "๐โ";
+ btn.title = isExpanded ? "Expand prompt" : "Collapse prompt";
+ }
+ };
+ });
+
+ // Copy seed buttons
+ container.querySelectorAll(".instaraw-big-copy-seed-btn").forEach(btn => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const seed = btn.dataset.seed;
+ if (!seed || seed === "N/A") return;
+
+ try {
+ await navigator.clipboard.writeText(seed);
+ const originalText = btn.textContent;
+ btn.textContent = "โ
Copied!";
+ setTimeout(() => {
+ btn.textContent = originalText;
+ }, 1000);
+ } catch (error) {
+ console.error("[BIG] Failed to copy seed to clipboard:", error);
+ alert("Failed to copy to clipboard");
+ }
+ };
+ });
+
+ // Copy prompt buttons
+ container.querySelectorAll(".instaraw-big-copy-prompt-btn").forEach(btn => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const prompt = btn.dataset.prompt;
+ if (!prompt) return;
+
+ try {
+ await navigator.clipboard.writeText(prompt);
+ // Show success feedback
+ const originalText = btn.textContent;
+ btn.textContent = "โ
Copied!";
+ setTimeout(() => {
+ btn.textContent = originalText;
+ }, 1000);
+ } catch (error) {
+ console.error("[BIG] Failed to copy to clipboard:", error);
+ alert("Failed to copy to clipboard");
+ }
+ };
+ });
+
+ // Favorite prompt buttons - communicate with RPG
+ container.querySelectorAll(".instaraw-big-favorite-prompt-btn").forEach(btn => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const prompt = btn.dataset.prompt;
+ const seed = btn.dataset.seed;
+ if (!prompt) return;
+
+ // Find connected RPG node
+ const rpgNode = findConnectedRPG();
+ if (!rpgNode) {
+ alert("No RPG node connected. Connect a Reality Prompt Generator to add favorites.");
+ return;
+ }
+
+ // Send favorite request to RPG
+ try {
+ // Use custom event to communicate with RPG
+ const event = new CustomEvent('instaraw-rpg-add-favorite', {
+ detail: {
+ prompt: prompt,
+ seed: seed,
+ sourceNodeId: node.id,
+ }
+ });
+ document.dispatchEvent(event);
+
+ // Show success feedback
+ const originalText = btn.textContent;
+ btn.textContent = "โญ Added!";
+ btn.disabled = true;
+ setTimeout(() => {
+ btn.textContent = originalText;
+ btn.disabled = false;
+ }, 1500);
+ } catch (error) {
+ console.error("[BIG] Failed to add favorite:", error);
+ alert("Failed to add favorite");
+ }
+ };
+ });
+
+ // Helper to find connected RPG node
+ const findConnectedRPG = () => {
+ const promptInput = node.inputs?.find(i => i.name === "prompt_list_positive");
+ if (!promptInput || !promptInput.link) return null;
+
+ const link = app.graph.links[promptInput.link];
+ if (!link) return null;
+
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ // Check for node type (INSTARAW_RealityPromptGenerator)
+ if (sourceNode?.type === "INSTARAW_RealityPromptGenerator") {
+ return sourceNode;
+ }
+ return null;
+ };
+
+ // Stop button - RPG-style smooth cancellation
+ const stopBtn = container.querySelector(".instaraw-big-stop-btn");
+ if (stopBtn) {
+ stopBtn.onclick = () => {
+ console.log("[BIG] ๐ Stop button clicked - aborting generation");
+
+ // 1. Abort any in-flight requests immediately
+ if (node._bigAbortController) {
+ node._bigAbortController.abort();
+ console.log("[BIG] AbortController.abort() called");
+ }
+
+ // 2. Mark generation as stopped
+ node._bigIsGenerating = false;
+ node._bigAbortController = null;
+
+ // 3. Immediately mark all pending/generating jobs as cancelled
+ let cancelledCount = 0;
+ node._bigJobs.forEach(job => {
+ if (job.state === "pending" || job.state === "generating") {
+ job.state = "cancelled";
+ job.error = "Cancelled by user";
+ cancelledCount++;
+ }
+ });
+ console.log(`[BIG] Marked ${cancelledCount} jobs as cancelled`);
+
+ // 4. Recalculate stats and update UI immediately
+ updateStats();
+ updateGeneratedBatchData();
+ updateGeneratedBatchData();
+ stopPolling();
+ renderUI();
+
+ console.log("[BIG] โ
Generation stopped cleanly");
+ };
+ }
+
+ // 2X Mode toggle checkbox
+ const toggle2xCheckbox = container.querySelector(".instaraw-big-2x-checkbox");
+ if (toggle2xCheckbox) {
+ toggle2xCheckbox.onchange = (e) => {
+ const enabled = e.target.checked;
+ console.log(`[BIG] 2X Mode toggled: ${enabled}`);
+ toggleMultiImageMode(enabled);
+ // Re-render to update the UI badges and calculations
+ renderUI();
+ };
+ }
+
+ // Retry failed button - actually regenerate all failed jobs
+ const retryFailedBtn = container.querySelector(".instaraw-big-retry-failed-btn");
+ if (retryFailedBtn) {
+ retryFailedBtn.onclick = async () => {
+ // Find all failed jobs
+ const failedJobs = node._bigJobs.filter(j => j.state === JobState.FAILED);
+ if (failedJobs.length === 0) {
+ console.log("[BIG] No failed jobs to retry");
+ return;
+ }
+
+ console.log(`[BIG] Retrying ${failedJobs.length} failed jobs...`);
+
+ // Get generation parameters
+ const genParams = getGenerationParameters();
+ if (!genParams) {
+ alert("Missing generation parameters!");
+ return;
+ }
+
+ // Group failed jobs: pairs together, singles separate
+ const retryTasks = []; // Array of { type: 'pair'|'single', indices: [idx] or [idx1, idx2] }
+ const processedJobIds = new Set();
+
+ failedJobs.forEach(job => {
+ if (processedJobIds.has(job.id)) return;
+
+ const jobIndex = node._bigJobs.findIndex(j => j.id === job.id);
+ processedJobIds.add(job.id);
+
+ // Check if this job is part of a pair
+ if (job.is_pair && job.pair_with !== undefined) {
+ const pairedJob = node._bigJobs.find(j => j.id === job.pair_with);
+ if (pairedJob) {
+ processedJobIds.add(pairedJob.id);
+ const pairedJobIndex = node._bigJobs.findIndex(j => j.id === pairedJob.id);
+ const idx1 = Math.min(jobIndex, pairedJobIndex);
+ const idx2 = Math.max(jobIndex, pairedJobIndex);
+ retryTasks.push({ type: 'pair', indices: [idx1, idx2] });
+ } else {
+ // Orphaned pair job - retry as single
+ retryTasks.push({ type: 'single', indices: [jobIndex] });
+ }
+ } else {
+ retryTasks.push({ type: 'single', indices: [jobIndex] });
+ }
+ });
+
+ // Reset all failed jobs to pending
+ failedJobs.forEach(job => {
+ job.state = JobState.PENDING;
+ job.error = null;
+ job.attempts = 0;
+ });
+
+ // Also reset paired jobs that weren't failed but their partner was
+ retryTasks.forEach(task => {
+ if (task.type === 'pair') {
+ task.indices.forEach(idx => {
+ const job = node._bigJobs[idx];
+ if (job) {
+ job.state = JobState.PENDING;
+ job.error = null;
+ job.attempts = 0;
+ }
+ });
+ }
+ });
+
+ // Update stats
+ node._bigStats.failed = 0;
+ node._bigStats.completed -= failedJobs.length;
+ node._bigIsGenerating = true;
+
+ // Create AbortController for cancellation
+ node._bigAbortController = new AbortController();
+ const signal = node._bigAbortController.signal;
+
+ updateGeneratedBatchData();
+ renderUI();
+
+ // Process retry tasks with max_parallel limit
+ const maxParallel = genParams.max_parallel || 5;
+ // For pairs, each task processes 2 jobs, so halve effective parallelism
+ const hasPairs = retryTasks.some(t => t.type === 'pair');
+ const effectiveParallel = hasPairs ? Math.ceil(maxParallel / 2) : maxParallel;
+
+ let nextTaskIdx = 0;
+ const processNext = async () => {
+ while (nextTaskIdx < retryTasks.length && node._bigIsGenerating && !signal.aborted) {
+ const task = retryTasks[nextTaskIdx++];
+ try {
+ if (task.type === 'pair') {
+ await generateJobPair(task.indices[0], task.indices[1], genParams, signal);
+ } else {
+ await generateSingleJob(task.indices[0], genParams, signal);
+ }
+ } catch (e) {
+ console.error(`[BIG] Retry task error:`, e);
+ }
+ if (nextTaskIdx < retryTasks.length && node._bigIsGenerating && !signal.aborted) {
+ await new Promise(r => setTimeout(r, 222));
+ }
+ }
+ };
+
+ // Start workers
+ const workers = [];
+ for (let i = 0; i < Math.min(effectiveParallel, retryTasks.length); i++) {
+ if (i > 0) await new Promise(r => setTimeout(r, 222));
+ if (!node._bigIsGenerating || signal.aborted) break;
+ workers.push(processNext());
+ }
+
+ await Promise.allSettled(workers);
+
+ // Finish
+ node._bigIsGenerating = false;
+ node._bigAbortController = null;
+ updateGeneratedBatchData();
+ renderUI();
+
+ console.log("[BIG] โ
Retry complete!");
+ };
+ }
+
+ // Clear button
+ const clearBtn = container.querySelector(".instaraw-big-clear-btn");
+ if (clearBtn) {
+ clearBtn.onclick = () => {
+ node._bigJobs = [];
+ node._bigStats = { total: 0, completed: 0, success: 0, failed: 0, cached: 0 };
+ node._bigStartTime = null;
+ updateGeneratedBatchData(); // Clear both widget and properties
+ renderUI();
+ };
+ }
+
+ // Download All button
+ const downloadAllBtn = container.querySelector(".instaraw-big-download-all-btn");
+ if (downloadAllBtn) {
+ downloadAllBtn.onclick = async () => {
+ const jobsWithImages = node._bigJobs.filter(j =>
+ j.image_url && (j.state === JobState.SUCCESS || j.state === JobState.CACHED)
+ );
+
+ if (jobsWithImages.length === 0) {
+ console.log("[BIG] No images to download");
+ return;
+ }
+
+ console.log(`[BIG] Downloading ${jobsWithImages.length} images...`);
+ downloadAllBtn.disabled = true;
+ downloadAllBtn.textContent = "โฌ Downloading...";
+
+ for (let i = 0; i < jobsWithImages.length; i++) {
+ const job = jobsWithImages[i];
+ try {
+ // Use stored filename (from disk), fallback to generated name
+ const filename = job.filename || `big_${job.id}_${Date.now()}.png`;
+
+ // Handle base64 data URLs
+ if (job.image_url.startsWith("data:")) {
+ const response = await fetch(job.image_url);
+ const blob = await response.blob();
+ const url = URL.createObjectURL(blob);
+ const a = document.createElement("a");
+ a.href = url;
+ a.download = filename;
+ document.body.appendChild(a);
+ a.click();
+ document.body.removeChild(a);
+ URL.revokeObjectURL(url);
+ } else {
+ // Handle regular URLs
+ const response = await fetch(job.image_url);
+ const blob = await response.blob();
+ const url = URL.createObjectURL(blob);
+ const a = document.createElement("a");
+ a.href = url;
+ a.download = filename;
+ document.body.appendChild(a);
+ a.click();
+ document.body.removeChild(a);
+ URL.revokeObjectURL(url);
+ }
+
+ // Small delay between downloads to avoid browser blocking
+ if (i < jobsWithImages.length - 1) {
+ await new Promise(r => setTimeout(r, 200));
+ }
+ } catch (e) {
+ console.error(`[BIG] Failed to download image ${job.id}:`, e);
+ }
+ }
+
+ console.log("[BIG] Download complete");
+ downloadAllBtn.disabled = false;
+ downloadAllBtn.textContent = `โฌ Download All (${jobsWithImages.length})`;
+ };
+ }
+
+ // Generate All button (RPG-style UI generation)
+ const generateAllBtn = container.querySelector(".instaraw-big-generate-all-btn");
+ if (generateAllBtn) {
+ generateAllBtn.onclick = async () => {
+ console.log("[BIG] Generate All clicked");
+
+ // Get node parameters - use node.id directly as primary, widget as fallback
+ const nodeId = node._ni_widget?.value || String(node.id);
+ console.log("[BIG] Node ID:", nodeId, "node.id:", node.id, "widget:", node._ni_widget?.value);
+ if (!nodeId) {
+ alert("Node ID not found! Please reload the page.");
+ return;
+ }
+
+ // Find connected RPG node and read prompts
+ const promptData = getConnectedPromptData();
+ if (!promptData) {
+ alert("Cannot generate: No prompts found!\n\nMake sure:\n1. RPG node is connected to BIG\n2. Prompts are generated in RPG\n3. Workflow connections are valid");
+ return;
+ }
+
+ const { prompts_positive, prompts_negative, seeds } = promptData;
+ const numPrompts = prompts_positive.length;
+
+ if (numPrompts === 0) {
+ alert("No prompts to generate! Generate prompts in RPG first.");
+ return;
+ }
+
+ // Get generation parameters from node inputs
+ const genParams = getGenerationParameters();
+ if (!genParams) {
+ alert("Missing generation parameters! Ensure API key, provider, and model are connected.");
+ return;
+ }
+
+ // Calculate total images based on multi-image mode
+ const willUseMultiImage = genParams.multi_image && genParams.provider === "wavespeed.ai";
+ const totalImages = willUseMultiImage ? numPrompts * 2 : numPrompts;
+ const costPerImage = willUseMultiImage ? "$0.07" : "$0.14";
+ const totalCost = (totalImages * (willUseMultiImage ? 0.07 : 0.14)).toFixed(2);
+
+ // Confirm generation with cost info
+ const confirmMsg = willUseMultiImage
+ ? `Generate ${totalImages} images (${numPrompts} prompts ร 2 variations)?\n\nโก Multi-image mode: ${costPerImage}/image\n๐ฐ Estimated cost: $${totalCost}`
+ : `Generate ${totalImages} images?\n\n๐ฐ Estimated cost: $${totalCost} (${costPerImage}/image)`;
+
+ if (!confirm(confirmMsg)) {
+ return;
+ }
+
+ // Check enable_img2img
+ const enableImg2Img = getBooleanValue("enable_img2img");
+
+ // Detect mode and fetch images if I2I AND enable_img2img is true
+ const imagesInfo = getConnectedImagesInfo();
+ // Override mode based on enable_img2img widget
+ const effectiveMode = enableImg2Img ? imagesInfo.mode : "txt2img";
+ node._bigMode = effectiveMode;
+ node._bigImageCount = enableImg2Img ? imagesInfo.imageCount : 0;
+ console.log(`[BIG] ========== GENERATION START ==========`);
+ console.log(`[BIG] enable_img2img: ${enableImg2Img}, Mode: ${effectiveMode}`);
+ console.log(`[BIG] Image count: ${node._bigImageCount}`);
+
+ // Helper to fetch all images from URL array to base64
+ const fetchAllImagesAsBase64 = async (urls, label) => {
+ const result = [];
+ if (!urls || urls.length === 0) return result;
+ console.log(`[BIG] Fetching ${urls.length} ${label} images...`);
+ for (let i = 0; i < urls.length; i++) {
+ const url = urls[i];
+ const b64 = await fetchImageAsBase64(url);
+ if (b64) {
+ result.push(b64);
+ } else {
+ console.error(`[BIG] โ Failed to fetch ${label}[${i}]`);
+ }
+ }
+ return result;
+ };
+
+ // Only fetch images if enable_img2img is true
+ let imageBase64Array = [];
+ let image2Base64Array = [];
+ let image3Base64Array = [];
+ let image4Base64Array = [];
+
+ if (enableImg2Img) {
+ // Fetch images as base64 for I2I mode (images/image_1)
+ if (effectiveMode === "img2img" && imagesInfo.imageUrls.length > 0) {
+ console.log(`[BIG] I2I mode - fetching primary images...`);
+ imageBase64Array = await fetchAllImagesAsBase64(imagesInfo.imageUrls, "image_1");
+ console.log(`[BIG] Fetched ${imageBase64Array.length}/${imagesInfo.imageUrls.length} primary images`);
+ }
+
+ // Fetch additional image inputs (images2, images3, images4)
+ image2Base64Array = await fetchAllImagesAsBase64(node._bigImage2Urls, "image_2");
+ image3Base64Array = await fetchAllImagesAsBase64(node._bigImage3Urls, "image_3");
+ image4Base64Array = await fetchAllImagesAsBase64(node._bigImage4Urls, "image_4");
+
+ console.log(`[BIG] Additional images - image_2: ${image2Base64Array.length}, image_3: ${image3Base64Array.length}, image_4: ${image4Base64Array.length}`);
+ } else {
+ console.log(`[BIG] T2I mode - enable_img2img is OFF, skipping image fetch`);
+ }
+
+ // Check for multi-image mode BEFORE creating jobs
+ // Multi-image mode: each prompt generates 2 images (variations)
+ const isMultiImage = genParams.multi_image && genParams.provider === "wavespeed.ai";
+
+ // Initialize jobs - in multi-image mode, create 2 jobs per prompt
+ if (isMultiImage) {
+ console.log(`[BIG] ๐ฏ MULTI-IMAGE MODE: Creating 2 jobs per prompt (${prompts_positive.length} prompts โ ${prompts_positive.length * 2} images)`);
+ node._bigJobs = [];
+ let jobId = 0;
+
+ for (let promptIdx = 0; promptIdx < prompts_positive.length; promptIdx++) {
+ const prompt = prompts_positive[promptIdx];
+ const negPrompt = prompts_negative[promptIdx] || "";
+ const seed = seeds[promptIdx] || -1;
+
+ // Get input images for I2I mode (cycle through if fewer images than prompts)
+ const getImageAtIdx = (arr, idx) => arr.length > 0 ? arr[idx % arr.length] : null;
+ const inputImage = getImageAtIdx(imageBase64Array, promptIdx);
+ const inputImage2 = getImageAtIdx(image2Base64Array, promptIdx);
+ const inputImage3 = getImageAtIdx(image3Base64Array, promptIdx);
+ const inputImage4 = getImageAtIdx(image4Base64Array, promptIdx);
+
+ // Create 2 jobs for this prompt (will be generated in one API call)
+ const job1Id = jobId++;
+ const job2Id = jobId++;
+
+ const job1 = {
+ id: job1Id,
+ prompt_positive: prompt,
+ prompt_negative: negPrompt,
+ seed: seed,
+ state: "pending",
+ image_url: null,
+ error: null,
+ generation_time: 0,
+ filename: null,
+ input_image_b64: inputImage,
+ input_image2_b64: inputImage2,
+ input_image3_b64: inputImage3,
+ input_image4_b64: inputImage4,
+ is_pair: true,
+ pair_with: job2Id,
+ prompt_index: promptIdx,
+ variation: 1,
+ };
+
+ const job2 = {
+ id: job2Id,
+ prompt_positive: prompt,
+ prompt_negative: negPrompt,
+ seed: seed,
+ state: "pending",
+ image_url: null,
+ error: null,
+ generation_time: 0,
+ filename: null,
+ input_image_b64: inputImage,
+ input_image2_b64: inputImage2,
+ input_image3_b64: inputImage3,
+ input_image4_b64: inputImage4,
+ is_pair: true,
+ pair_with: job1Id,
+ prompt_index: promptIdx,
+ variation: 2,
+ };
+
+ node._bigJobs.push(job1, job2);
+ }
+
+ console.log(`[BIG] Created ${node._bigJobs.length} jobs (${prompts_positive.length} prompts ร 2 variations)`);
+ } else {
+ // Standard mode: 1 job per prompt
+ console.log(`[BIG] Creating ${prompts_positive.length} jobs...`);
+ node._bigJobs = prompts_positive.map((prompt, idx) => {
+ // Helper to get image at index with cycling
+ const getImageAtIdx = (arr, i) => arr.length > 0 ? arr[i % arr.length] : null;
+
+ const job = {
+ id: idx,
+ prompt_positive: prompt,
+ prompt_negative: prompts_negative[idx] || "",
+ seed: seeds[idx] || -1,
+ state: "pending",
+ image_url: null,
+ error: null,
+ generation_time: 0,
+ filename: null,
+ input_image_b64: getImageAtIdx(imageBase64Array, idx),
+ input_image2_b64: getImageAtIdx(image2Base64Array, idx),
+ input_image3_b64: getImageAtIdx(image3Base64Array, idx),
+ input_image4_b64: getImageAtIdx(image4Base64Array, idx),
+ };
+
+ return job;
+ });
+ console.log(`[BIG] ${node._bigJobs.length} jobs created`);
+ }
+
+ const totalJobs = node._bigJobs.length;
+ node._bigStats = {
+ total: totalJobs,
+ completed: 0,
+ success: 0,
+ failed: 0,
+ cached: 0,
+ };
+ node._bigStartTime = Date.now();
+ node._bigIsGenerating = true;
+
+ // Create AbortController for smooth cancellation (RPG pattern)
+ node._bigAbortController = new AbortController();
+ const signal = node._bigAbortController.signal;
+
+ // Save immediately so state survives tab switches during generation!
+ updateGeneratedBatchData();
+ renderUI();
+
+ // PARALLEL GENERATION with max_parallel limit
+ // Uses a semaphore pattern to limit concurrent API calls
+ const maxParallel = genParams.max_parallel || 5;
+ console.log(`[BIG] Starting generation of ${totalJobs} images (max ${maxParallel} concurrent)...`);
+
+ let nextJobIndex = 0;
+ let activeCount = 0;
+ const results = [];
+
+ // Worker function that processes jobs from the queue
+ const processNextJob = async () => {
+ while (nextJobIndex < totalJobs && node._bigIsGenerating && !signal.aborted) {
+ // Multi-image mode: process 2 jobs at once (same prompt, 2 variations)
+ if (isMultiImage && nextJobIndex + 1 < totalJobs) {
+ const jobIndex1 = nextJobIndex++;
+ const jobIndex2 = nextJobIndex++;
+ activeCount += 2;
+
+ console.log(`[BIG] ๐ฏ Starting paired jobs ${jobIndex1 + 1} & ${jobIndex2 + 1}/${totalJobs} (${activeCount} active)`);
+
+ try {
+ await generateJobPair(jobIndex1, jobIndex2, genParams, signal);
+ } catch (e) {
+ console.error(`[BIG] Paired jobs ${jobIndex1}+${jobIndex2} error:`, e);
+ }
+
+ activeCount -= 2;
+ results.push(jobIndex1, jobIndex2);
+ } else {
+ // Single job mode (or last odd job in multi-image)
+ const jobIndex = nextJobIndex++;
+ activeCount++;
+
+ console.log(`[BIG] Starting job ${jobIndex + 1}/${totalJobs} (${activeCount} active, max ${maxParallel})`);
+
+ try {
+ await generateSingleJob(jobIndex, genParams, signal);
+ } catch (e) {
+ console.error(`[BIG] Job ${jobIndex} error:`, e);
+ }
+
+ activeCount--;
+ results.push(jobIndex);
+ }
+
+ // Small stagger between starting new jobs (222ms)
+ if (nextJobIndex < totalJobs && node._bigIsGenerating && !signal.aborted) {
+ await new Promise(resolve => setTimeout(resolve, 222));
+ }
+ }
+ };
+
+ // Start up to max_parallel workers (halve for multi-image since each processes 2)
+ const effectiveParallel = isMultiImage ? Math.ceil(maxParallel / 2) : maxParallel;
+ const numPairs = isMultiImage ? Math.ceil(totalJobs / 2) : totalJobs;
+ const numWorkers = Math.min(effectiveParallel, numPairs);
+
+ console.log(`[BIG] ๐ Parallel config: ${numWorkers} workers for ${numPairs} ${isMultiImage ? 'pairs' : 'jobs'} (max_parallel=${maxParallel})`);
+
+ const workers = [];
+ for (let i = 0; i < numWorkers; i++) {
+ // Stagger the initial workers by 222ms each
+ if (i > 0) {
+ await new Promise(resolve => setTimeout(resolve, 222));
+ }
+ if (!node._bigIsGenerating || signal.aborted) break;
+ console.log(`[BIG] ๐ Starting worker ${i + 1}/${numWorkers}`);
+ workers.push(processNextJob());
+ }
+
+ // Wait for all workers to complete
+ await Promise.allSettled(workers);
+
+ // Finish up
+ node._bigIsGenerating = false;
+ node._bigAbortController = null; // Clean up controller
+ updateGeneratedBatchData();
+ renderUI();
+
+ console.log(`[BIG] โ
Generation complete! ${results.length}/${totalJobs} jobs processed`);
+ };
+ }
+
+ // Individual retry buttons (RPG-style: actually regenerate the image)
+ container.querySelectorAll(".instaraw-big-job-retry-btn").forEach(btn => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const jobId = parseInt(btn.dataset.jobId);
+ const jobIndex = node._bigJobs.findIndex(j => j.id === jobId);
+
+ if (jobIndex === -1) {
+ console.error("[BIG] Job not found:", jobId);
+ return;
+ }
+
+ const job = node._bigJobs[jobIndex];
+
+ // Check if this job is part of a pair (2X mode)
+ if (job.is_pair && job.pair_with !== undefined) {
+ const pairedJobIndex = node._bigJobs.findIndex(j => j.id === job.pair_with);
+ const pairedJob = pairedJobIndex !== -1 ? node._bigJobs[pairedJobIndex] : null;
+
+ if (pairedJob) {
+ // Confirm retry for both jobs in the pair
+ if (!confirm(`Retry generating both variations?\n(2X mode generates 2 images together)`)) {
+ return;
+ }
+
+ // Get generation parameters
+ const genParams = getGenerationParameters();
+ if (!genParams) {
+ alert("Missing generation parameters!");
+ return;
+ }
+
+ // Reset both jobs
+ job.state = "pending";
+ job.error = null;
+ pairedJob.state = "pending";
+ pairedJob.error = null;
+ renderUI();
+
+ // Regenerate the pair together
+ const idx1 = Math.min(jobIndex, pairedJobIndex);
+ const idx2 = Math.max(jobIndex, pairedJobIndex);
+ console.log(`[BIG] Retrying paired jobs ${idx1} & ${idx2}`);
+ await generateJobPair(idx1, idx2, genParams);
+ return;
+ }
+ }
+
+ // Single job retry (non-paired or orphaned)
+ if (!confirm(`Retry generating this image?`)) {
+ return;
+ }
+
+ // Get generation parameters
+ const genParams = getGenerationParameters();
+ if (!genParams) {
+ alert("Missing generation parameters!");
+ return;
+ }
+
+ // Reset job state
+ job.state = "pending";
+ job.error = null;
+ renderUI();
+
+ // Regenerate
+ console.log(`[BIG] Retrying job ${jobIndex}`);
+ await generateSingleJob(jobIndex, genParams);
+ };
+ });
+ };
+
+ // Add the widget to the node
+ console.log("[BIG] Adding DOM widget to node");
+ const widget = node.addDOMWidget("batch_gen_ui", "customtext", container, {
+ serialize: false,
+ hideOnZoom: false,
+ });
+
+ console.log("[BIG] Widget added:", widget);
+
+ widget.computeSize = () => {
+ return [node.size[0], cachedHeight + 20];
+ };
+
+ // Store renderUI reference on node for hooks to use
+ node._renderUI = renderUI;
+
+ // Set up widget change callbacks to re-render UI reactively
+ const multiImageWidget = node.widgets?.find(w => w.name === "multi_image");
+ if (multiImageWidget) {
+ const originalCallback = multiImageWidget.callback;
+ multiImageWidget.callback = function(value) {
+ originalCallback?.call(this, value);
+ console.log("[BIG] multi_image changed:", value);
+ renderUI();
+ };
+ }
+
+ // DEFERRED INITIALIZATION - Prevent UI flash on workflow load
+ // We delay the first render to allow onConfigure to run first (if loading from workflow)
+ // This prevents the flash where idle state shows briefly before restored state
+ node._pendingInitRender = true;
+
+ // Show loading state immediately (prevents blank node)
+ renderUI();
+
+ // Actual content render after short delay - gives onConfigure a chance to run first
+ setTimeout(() => {
+ // If onConfigure already ran, it set _bigInitialized and rendered
+ // So we only render here if we're a NEW node (not loading from workflow)
+ if (!node._bigInitialized) {
+ console.log("[BIG] Initial render (new node, no workflow data)");
+
+ // Check for image connections
+ const imagesInput = node.inputs?.find(input => input.name === "images");
+ if (imagesInput && imagesInput.link) {
+ const link = app.graph?.links?.[imagesInput.link];
+ if (link) {
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ if (sourceNode) {
+ node._updateModeFromSource(sourceNode);
+ }
+ }
+ }
+ updateAdditionalImages();
+
+ node._bigInitialized = true;
+ renderUI();
+ }
+ node._pendingInitRender = false;
+ }, 250); // Slightly longer than onConfigure's 200ms delay
+
+ // Fallback for slow workflow loads
+ setTimeout(() => {
+ if (!node._bigInitialized) {
+ console.log("[BIG] Fallback initialization (very slow load)");
+ node._bigInitialized = true;
+ renderUI();
+ }
+ }, 600);
+
+ console.log("[BIG] Node setup complete (render deferred)");
+ return;
+ };
+
+ // === onConnectionsChange Hook (for reactive mode detection) ===
+ const onConnectionsChange = nodeType.prototype.onConnectionsChange;
+ nodeType.prototype.onConnectionsChange = function(side, slot, connect, link_info, output) {
+ const result = onConnectionsChange?.apply(this, arguments);
+
+ // Detect input connection changes (link_info can be null on workflow load)
+ if (side === 1 && link_info) { // INPUT side
+ const imagesInputIndex = this.inputs?.findIndex(input => input.name === "images");
+ const providerInputIndex = this.inputs?.findIndex(input => input.name === "provider");
+
+ if (slot === imagesInputIndex) {
+ if (connect) {
+ // Connected - traverse to find source node and mode
+ const link = this.graph?.links?.[link_info.id];
+ if (link) {
+ const sourceNode = this.graph.getNodeById(link.origin_id);
+ if (sourceNode) {
+ this._updateModeFromSource(sourceNode);
+ }
+ }
+ } else {
+ // Disconnected - clear mode
+ this._bigMode = "txt2img";
+ this._bigImageCount = 0;
+ this._bigImageUrls = [];
+ }
+ }
+ }
+
+ // Re-render when connections change
+ if (this._renderUI) {
+ setTimeout(() => {
+ console.log(`[BIG] Re-rendering after connection change. Mode: ${this._bigMode}`);
+ this._renderUI();
+ }, 100);
+ }
+ return result;
+ };
+
+ const onResize = nodeType.prototype.onResize;
+ nodeType.prototype.onResize = function(size) {
+ onResize?.apply(this, arguments);
+ if (this._updateCachedHeight) {
+ clearTimeout(this._resizeTimeout);
+ this._resizeTimeout = setTimeout(() => this._updateCachedHeight(), 50);
+ }
+ };
+
+ const onConfigure = nodeType.prototype.onConfigure;
+ nodeType.prototype.onConfigure = function(data) {
+ onConfigure?.apply(this, arguments);
+
+ // DEBUG: Log what's happening during tab switch/workflow load
+ const widgetValue = this.widgets?.find(w => w.name === "generated_batch_data")?.value;
+ const propValue = this.properties?.big_jobs_data;
+ // Try to get session key (need to access getSessionKey via closure)
+ const sessionKey = this._getSessionKey ? this._getSessionKey() : `instaraw_big_session_default_${this.id}`;
+ const sessionValue = sessionStorage.getItem(sessionKey);
+ console.log("[BIG] onConfigure called:", {
+ hasData: !!data,
+ sessionValueLength: sessionValue?.length || 0,
+ widgetValueLength: widgetValue?.length || 0,
+ propValueLength: propValue?.length || 0,
+ currentJobsLength: this._bigJobs?.length || 0
+ });
+
+ // IMPORTANT: Restore state from session storage / properties / widget
+ // Session storage survives tab switches (ComfyUI recreates nodes on tab switch!)
+ setTimeout(() => {
+ console.log("[BIG] onConfigure: Restoring state...");
+
+ // Use unified restore function (checks: sessionStorage โ properties โ widget)
+ if (this._restoreFromWidget) {
+ this._restoreFromWidget();
+ }
+
+ // Mark as initialized so mode sync interval can start running
+ this._bigInitialized = true;
+ if (this._renderUI) this._renderUI();
+ }, 200);
+ };
+
+ // === onRemoved Hook (Cleanup) ===
+ const onRemoved = nodeType.prototype.onRemoved;
+ nodeType.prototype.onRemoved = function() {
+ if (this._modeSyncInterval) {
+ clearInterval(this._modeSyncInterval);
+ this._modeSyncInterval = null;
+ }
+ if (this._heightSyncInterval) {
+ clearInterval(this._heightSyncInterval);
+ this._heightSyncInterval = null;
+ }
+ console.log(`[BIG] Cleaned up node ${this.id}`);
+ onRemoved?.apply(this, arguments);
+ };
+ }
+ },
+
+ setup() {
+ console.log("[BIG] Extension setup() called - loading CSS");
+ // Add CSS (following RPG's progress-item styling exactly)
+ const style = document.createElement("style");
+ style.textContent = `
+ /* === Container (RPG Style) === */
+ .instaraw-big-container {
+ background: #0d0f12;
+ padding: 16px;
+ border-radius: 4px;
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
+ color: #f9fafb;
+ }
+
+ /* === Idle State === */
+ .instaraw-big-idle {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ padding: 40px 20px;
+ text-align: center;
+ }
+
+ .instaraw-big-idle-icon {
+ font-size: 48px;
+ margin-bottom: 12px;
+ }
+
+ .instaraw-big-idle-text {
+ font-size: 16px;
+ font-weight: 600;
+ color: #f9fafb;
+ margin-bottom: 8px;
+ }
+
+ .instaraw-big-idle-hint {
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.5);
+ max-width: 280px;
+ }
+
+ .instaraw-big-idle-mode-badges {
+ display: flex;
+ gap: 8px;
+ margin: 8px 0;
+ flex-wrap: wrap;
+ justify-content: center;
+ }
+
+ .instaraw-big-idle-instructions {
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.5);
+ max-width: 280px;
+ margin-top: 8px;
+ }
+
+ .instaraw-big-preview-box {
+ margin-top: 20px;
+ padding: 12px 20px;
+ background: rgba(99, 102, 241, 0.1);
+ border: 1px solid rgba(99, 102, 241, 0.3);
+ border-radius: 6px;
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ max-width: 400px;
+ }
+
+ .instaraw-big-preview-icon {
+ font-size: 24px;
+ line-height: 1;
+ }
+
+ .instaraw-big-preview-text {
+ font-size: 14px;
+ color: #f9fafb;
+ line-height: 1.4;
+ }
+
+ .instaraw-big-preview-text strong {
+ font-weight: 700;
+ color: #818cf8;
+ }
+
+ /* === Preview State (prompts detected) === */
+ .instaraw-big-preview {
+ /* No extra background/border - container already styled */
+ }
+
+ .instaraw-big-preview-header {
+ margin-top: 12px;
+ margin-bottom: 12px;
+ font-size: 13px;
+ font-weight: 600;
+ color: #e5e7eb;
+ }
+
+ .instaraw-big-preview-list {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ margin-bottom: 12px;
+ max-height: 400px;
+ overflow-y: auto;
+ }
+
+ .instaraw-big-preview-item {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 10px;
+ padding: 10px 12px;
+ background: rgba(255, 255, 255, 0.04);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ }
+
+ .instaraw-big-preview-item-more {
+ padding: 8px 12px;
+ text-align: center;
+ font-size: 11px;
+ color: #9ca3af;
+ font-style: italic;
+ }
+
+ .instaraw-big-preview-prompt {
+ flex: 1;
+ font-size: 11px;
+ color: #d1d5db;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+
+ .instaraw-big-generate-single-btn {
+ padding: 4px 10px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ cursor: pointer;
+ border: 1px solid rgba(99, 102, 241, 0.4);
+ background: rgba(99, 102, 241, 0.2);
+ color: #818cf8;
+ white-space: nowrap;
+ }
+
+ .instaraw-big-generate-single-btn:hover {
+ background: rgba(99, 102, 241, 0.3);
+ border-color: #818cf8;
+ }
+
+ .instaraw-big-preview-actions {
+ margin-top: 12px;
+ }
+
+ /* === Buttons - Clean, Minimal, Instant === */
+ .instaraw-big-btn-primary {
+ width: 100%;
+ background: #6366f1;
+ color: #ffffff;
+ border: none;
+ padding: 12px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+ }
+
+ .instaraw-big-btn-primary:hover {
+ background: #4f46e5;
+ }
+
+ .instaraw-big-btn-primary:disabled {
+ background: #374151;
+ cursor: not-allowed;
+ color: rgba(255, 255, 255, 0.4);
+ }
+
+ .instaraw-big-btn-secondary {
+ flex: 1;
+ background: rgba(255, 255, 255, 0.05);
+ color: #9ca3af;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ padding: 8px 12px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 500;
+ font-size: 11px;
+ }
+
+ .instaraw-big-btn-secondary:hover {
+ background: rgba(255, 255, 255, 0.08);
+ color: #e5e7eb;
+ }
+
+ .instaraw-big-btn-secondary:disabled {
+ background: rgba(255, 255, 255, 0.02);
+ cursor: not-allowed;
+ color: rgba(255, 255, 255, 0.2);
+ border-color: rgba(255, 255, 255, 0.04);
+ }
+
+ /* === Actions === */
+ .instaraw-big-actions {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+ margin-bottom: 12px;
+ }
+
+ .instaraw-big-actions-row {
+ display: flex;
+ gap: 6px;
+ }
+
+ /* === Generation Progress Section (RPG pattern) === */
+ .instaraw-big-generation-progress {
+ /* No extra padding - container already styled */
+ }
+
+ /* === Top Bar (RPG Style) === */
+ .instaraw-big-topbar {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ align-items: flex-start;
+ gap: 12px;
+ margin-bottom: 12px;
+ }
+
+ .instaraw-big-mode-card-inner {
+ display: flex;
+ justify-content: space-between;
+ align-items: flex-start;
+ gap: 16px;
+ }
+
+ .instaraw-big-mode-card-left {
+ display: flex;
+ flex-direction: column;
+ gap: 6px;
+ }
+
+ .instaraw-big-mode-card-brand {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-end;
+ flex-shrink: 0;
+ }
+
+ .instaraw-big-topbar-logo {
+ width: 120px;
+ height: auto;
+ opacity: 0.85;
+ }
+
+ .instaraw-big-topbar-version {
+ font-family: monospace;
+ font-size: 10px;
+ color: rgba(255, 255, 255, 0.5);
+ white-space: nowrap;
+ margin-top: 2px;
+ }
+
+ .instaraw-big-mode-card {
+ flex: 1 1 200px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ background: rgba(255, 255, 255, 0.03);
+ border-radius: 4px;
+ padding: 12px;
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ }
+
+ .instaraw-big-mode-indicator {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ }
+
+ .instaraw-big-mode-badge {
+ display: inline-flex;
+ align-items: center;
+ gap: 6px;
+ padding: 6px 14px;
+ font-size: 12px;
+ font-weight: 700;
+ border-radius: 4px;
+ }
+
+ .instaraw-big-mode-txt2img {
+ background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
+ border: 2px solid #a78bfa;
+ color: #ffffff;
+ }
+
+ .instaraw-big-mode-img2img {
+ background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
+ border: 2px solid #60a5fa;
+ color: #ffffff;
+ }
+
+ /* Multi-image mode badge (50% cost savings) */
+ .instaraw-big-multi-image-badge {
+ background: linear-gradient(135deg, #10b981 0%, #059669 100%);
+ border: 2px solid #34d399;
+ color: #ffffff;
+ font-size: 10px;
+ padding: 4px 8px;
+ }
+
+ /* Warning badge when multi-image is enabled but provider is not Wavespeed */
+ .instaraw-big-multi-image-warning {
+ background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
+ border: 2px solid #fbbf24;
+ color: #ffffff;
+ font-size: 9px;
+ padding: 4px 8px;
+ }
+
+ /* Multi-image info banner */
+ .instaraw-big-multi-image-banner {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 10px 14px;
+ background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%);
+ border: 1px solid rgba(52, 211, 153, 0.4);
+ border-radius: 6px;
+ margin-bottom: 12px;
+ font-size: 12px;
+ color: #34d399;
+ }
+
+ .instaraw-big-multi-image-banner strong {
+ color: #10b981;
+ }
+
+ .instaraw-big-cost-savings {
+ font-weight: 600;
+ color: #4ade80;
+ background: rgba(74, 222, 128, 0.1);
+ padding: 4px 8px;
+ border-radius: 4px;
+ font-size: 11px;
+ }
+
+ .instaraw-big-aspect-warning {
+ background: rgba(245, 158, 11, 0.1);
+ border: 1px solid rgba(245, 158, 11, 0.3);
+ border-radius: 6px;
+ padding: 8px 12px;
+ margin-bottom: 12px;
+ font-size: 11px;
+ color: #fbbf24;
+ }
+
+ /* Model Warning (unsupported model) */
+ .instaraw-big-model-warning {
+ background: rgba(239, 68, 68, 0.15);
+ border: 1px solid rgba(239, 68, 68, 0.4);
+ border-radius: 6px;
+ padding: 12px 14px;
+ margin-bottom: 12px;
+ font-size: 12px;
+ color: #fca5a5;
+ line-height: 1.5;
+ }
+
+ .instaraw-big-model-warning strong {
+ color: #f87171;
+ }
+
+ .instaraw-big-model-warning small {
+ color: rgba(252, 165, 165, 0.8);
+ }
+
+ /* 2X Mode Toggle */
+ .instaraw-big-2x-toggle {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ cursor: pointer;
+ font-size: 12px;
+ font-weight: 600;
+ color: #34d399;
+ padding-top: 6px;
+ user-select: none;
+ }
+
+ .instaraw-big-2x-toggle:hover {
+ color: #4ade80;
+ }
+
+ .instaraw-big-2x-checkbox {
+ width: 16px;
+ height: 16px;
+ accent-color: #10b981;
+ cursor: pointer;
+ }
+
+ .instaraw-big-mode-source {
+ font-size: 11px;
+ color: rgba(249, 250, 251, 0.6);
+ margin-top: 9px;
+ }
+
+ /* === Reference Images Preview (RPG Style) === */
+ .instaraw-big-image-preview {
+ background: rgba(99, 102, 241, 0.08);
+ border: 1px solid rgba(99, 102, 241, 0.2);
+ border-radius: 6px;
+ padding: 12px;
+ margin-bottom: 12px;
+ }
+
+ .instaraw-big-image-preview-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 10px;
+ font-size: 12px;
+ font-weight: 500;
+ color: #e5e7eb;
+ }
+
+ .instaraw-big-image-preview-header-right {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ }
+
+ .instaraw-big-sync-ails-btn {
+ background: rgba(99, 102, 241, 0.2);
+ border: 1px solid rgba(99, 102, 241, 0.4);
+ color: #818cf8;
+ padding: 3px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ cursor: pointer;
+ }
+
+ .instaraw-big-sync-ails-btn:hover {
+ background: rgba(99, 102, 241, 0.3);
+ border-color: #818cf8;
+ }
+
+ .instaraw-big-sync-ails-btn:disabled {
+ opacity: 0.6;
+ cursor: not-allowed;
+ }
+
+ .instaraw-big-image-preview-count {
+ font-size: 11px;
+ color: #818cf8;
+ font-weight: 500;
+ }
+
+ /* Sync Badge & Button Styles */
+ .instaraw-big-sync-badge {
+ font-size: 10px;
+ font-weight: 500;
+ padding: 2px 6px;
+ border-radius: 4px;
+ white-space: nowrap;
+ }
+
+ .instaraw-big-sync-match {
+ background: rgba(34, 197, 94, 0.15);
+ color: #22c55e;
+ border: 1px solid rgba(34, 197, 94, 0.3);
+ }
+
+ .instaraw-big-sync-mismatch {
+ background: rgba(245, 158, 11, 0.15);
+ color: #f59e0b;
+ border: 1px solid rgba(245, 158, 11, 0.3);
+ }
+
+ .instaraw-big-sync-no-prompts {
+ background: rgba(107, 114, 128, 0.15);
+ color: #9ca3af;
+ border: 1px solid rgba(107, 114, 128, 0.3);
+ }
+
+ .instaraw-big-sync-hint {
+ font-size: 9px;
+ color: #9ca3af;
+ margin-left: 6px;
+ font-style: italic;
+ }
+
+ /* Clean Reference Image Grid (Single AIL Input) */
+ .instaraw-big-ref-grid {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 6px;
+ padding: 8px 0;
+ }
+
+ .instaraw-big-ref-thumb {
+ position: relative;
+ width: 48px;
+ height: 48px;
+ border-radius: 4px;
+ overflow: hidden;
+ background: rgba(0, 0, 0, 0.3);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ }
+
+ .instaraw-big-ref-thumb img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+
+ .instaraw-big-ref-index {
+ position: absolute;
+ bottom: 2px;
+ right: 2px;
+ font-size: 9px;
+ font-weight: 600;
+ color: white;
+ background: rgba(0, 0, 0, 0.6);
+ padding: 1px 4px;
+ border-radius: 4px;
+ line-height: 1;
+ }
+
+ .instaraw-big-ref-repeat-item {
+ opacity: 0.7;
+ border-style: dashed;
+ }
+
+ .instaraw-big-image-preview-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
+ gap: 8px;
+ max-height: 180px;
+ overflow-y: auto;
+ }
+
+ .instaraw-big-image-preview-item {
+ position: relative;
+ aspect-ratio: 1;
+ border-radius: 4px;
+ overflow: hidden;
+ border: 2px solid #4b5563;
+ }
+
+ .instaraw-big-image-preview-item:hover {
+ border-color: #6366f1;
+ }
+
+ .instaraw-big-image-preview-item img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+
+ .instaraw-big-image-preview-label {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background: rgba(0, 0, 0, 0.75);
+ padding: 2px 4px;
+ font-size: 10px;
+ color: white;
+ text-align: center;
+ font-weight: 500;
+ }
+
+ .instaraw-big-image-preview-more {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ aspect-ratio: 1;
+ border-radius: 4px;
+ background: rgba(99, 102, 241, 0.2);
+ border: 2px dashed #6366f1;
+ color: #818cf8;
+ font-size: 12px;
+ font-weight: 600;
+ }
+
+ /* Optimal aspect ratio grid for all images */
+ .instaraw-big-aspect-grid-container {
+ background: #1a1a2e;
+ border-radius: 8px;
+ padding: 8px;
+ border: 1px solid #374151;
+ }
+
+ .instaraw-big-aspect-grid {
+ border-radius: 4px;
+ overflow: hidden;
+ }
+
+ .instaraw-big-aspect-grid-item {
+ aspect-ratio: 1;
+ overflow: hidden;
+ background: #0d0d1a;
+ }
+
+ .instaraw-big-aspect-grid-item img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ display: block;
+ }
+
+ .instaraw-big-aspect-grid-item:hover {
+ opacity: 0.85;
+ }
+
+ .instaraw-big-aspect-label {
+ background: #4f46e5;
+ color: white;
+ padding: 2px 6px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ margin-left: 6px;
+ }
+
+ .instaraw-big-image-input-section {
+ margin-bottom: 10px;
+ }
+
+ .instaraw-big-image-input-section:last-child {
+ margin-bottom: 0;
+ }
+
+ .instaraw-big-image-input-label {
+ font-size: 11px;
+ color: #9ca3af;
+ margin-bottom: 6px;
+ display: flex;
+ align-items: center;
+ gap: 4px;
+ }
+
+ .instaraw-big-image-input-count {
+ color: #6b7280;
+ font-size: 10px;
+ }
+
+ .instaraw-big-model-info {
+ font-size: 11px;
+ color: #9ca3af;
+ font-weight: 500;
+ }
+
+ /* === KPI Row (RPG Style) === */
+ .instaraw-big-kpi-row {
+ display: flex;
+ flex: 1 1 240px;
+ gap: 8px;
+ justify-content: flex-end;
+ flex-wrap: wrap;
+ }
+
+ .instaraw-big-kpi {
+ flex: 1 1 60px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ background: rgba(255, 255, 255, 0.02);
+ border-radius: 4px;
+ padding: 8px 10px;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ gap: 2px;
+ min-width: 60px;
+ }
+
+ .instaraw-big-kpi span {
+ font-size: 9px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ color: rgba(249, 250, 251, 0.5);
+ font-weight: 500;
+ }
+
+ .instaraw-big-kpi strong {
+ font-size: 18px;
+ font-weight: 700;
+ color: #a78bfa;
+ font-variant-numeric: tabular-nums;
+ }
+
+ .instaraw-big-kpi.success strong { color: #4ade80; }
+ .instaraw-big-kpi.cached strong { color: #c084fc; }
+ .instaraw-big-kpi.failed strong { color: #f87171; }
+
+ .instaraw-big-progress-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 12px;
+ }
+
+ .instaraw-big-progress-header h4 {
+ margin: 0;
+ font-size: 13px;
+ font-weight: 600;
+ color: #9ca3af;
+ }
+
+ /* === Stop Button (Minimal, Inline) === */
+ .instaraw-big-stop-btn {
+ background: rgba(239, 68, 68, 0.1);
+ color: #f87171;
+ border: 1px solid rgba(239, 68, 68, 0.2);
+ padding: 4px 10px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 500;
+ font-size: 11px;
+ }
+
+ .instaraw-big-stop-btn:hover {
+ background: rgba(239, 68, 68, 0.2);
+ border-color: rgba(239, 68, 68, 0.4);
+ }
+
+ .instaraw-big-stat {
+ font-size: 12px;
+ font-weight: 600;
+ color: #9ca3af;
+ }
+
+ .instaraw-big-stat.success { color: #4ade80; }
+ .instaraw-big-stat.cached { color: #c084fc; }
+ .instaraw-big-stat.failed { color: #f87171; }
+
+ /* === Progress Items (no scroll - grows with content) === */
+ .instaraw-big-progress-items {
+ display: flex;
+ flex-direction: column;
+ gap: 10px;
+ }
+
+ .instaraw-big-progress-item {
+ background: rgba(255, 255, 255, 0.04);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ padding: 10px 12px;
+ display: flex;
+ gap: 12px;
+ align-items: flex-start;
+ }
+
+ .instaraw-big-progress-item-content {
+ flex: 1;
+ min-width: 0;
+ }
+
+ .instaraw-big-progress-item.success {
+ border-color: rgba(34, 197, 94, 0.4);
+ background: rgba(34, 197, 94, 0.08);
+ }
+
+ .instaraw-big-progress-item.error {
+ border-color: rgba(239, 68, 68, 0.4);
+ background: rgba(239, 68, 68, 0.08);
+ }
+
+ .instaraw-big-progress-item.in-progress {
+ border-color: rgba(99, 102, 241, 0.5);
+ background: rgba(99, 102, 241, 0.1);
+ }
+
+ .instaraw-big-progress-item.retrying {
+ border-color: rgba(251, 191, 36, 0.5);
+ background: rgba(251, 191, 36, 0.1);
+ }
+
+ .instaraw-big-progress-item.cached {
+ border-color: rgba(168, 85, 247, 0.4);
+ background: rgba(168, 85, 247, 0.08);
+ }
+
+ .instaraw-big-progress-item.cancelled {
+ border-color: rgba(156, 163, 175, 0.3);
+ background: rgba(156, 163, 175, 0.05);
+ opacity: 0.6;
+ }
+
+ .instaraw-big-progress-item-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 6px;
+ gap: 8px;
+ }
+
+ .instaraw-big-progress-item-label {
+ font-size: 11px;
+ font-weight: 500;
+ color: #d1d5db;
+ flex: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ display: flex;
+ align-items: center;
+ gap: 6px;
+ }
+
+ /* Pair badge for multi-image mode */
+ .instaraw-big-pair-badge {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ padding: 1px 5px;
+ font-size: 9px;
+ font-weight: 700;
+ background: linear-gradient(135deg, #10b981 0%, #059669 100%);
+ border: 1px solid #34d399;
+ border-radius: 3px;
+ color: #fff;
+ flex-shrink: 0;
+ }
+
+ /* Pair group container for multi-image mode */
+ .instaraw-big-pair-group {
+ background: rgba(16, 185, 129, 0.05);
+ border: 1px solid rgba(52, 211, 153, 0.2);
+ border-radius: 8px;
+ padding: 8px;
+ margin-bottom: 8px;
+ }
+
+ .instaraw-big-pair-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 4px 8px 8px 8px;
+ border-bottom: 1px solid rgba(52, 211, 153, 0.15);
+ margin-bottom: 8px;
+ }
+
+ .instaraw-big-pair-label {
+ font-size: 11px;
+ font-weight: 600;
+ color: #34d399;
+ }
+
+ .instaraw-big-pair-savings {
+ font-size: 9px;
+ color: #4ade80;
+ background: rgba(74, 222, 128, 0.1);
+ padding: 2px 6px;
+ border-radius: 3px;
+ }
+
+ .instaraw-big-pair-items {
+ display: flex;
+ flex-direction: column;
+ gap: 6px;
+ }
+
+ .instaraw-big-pair-items .instaraw-big-progress-item {
+ margin-bottom: 0;
+ }
+
+ .instaraw-big-progress-item-status {
+ font-size: 10px;
+ padding: 2px 8px;
+ border-radius: 4px;
+ font-weight: 600;
+ white-space: nowrap;
+ }
+
+ .instaraw-big-progress-item-status.pending {
+ background: rgba(156, 163, 175, 0.15);
+ color: #6b7280;
+ }
+
+ .instaraw-big-progress-item-status.in-progress {
+ background: rgba(99, 102, 241, 0.2);
+ color: #818cf8;
+ }
+
+ .instaraw-big-progress-item-status.success {
+ background: rgba(34, 197, 94, 0.3);
+ color: #22c55e;
+ }
+
+ .instaraw-big-progress-item-status.error {
+ background: rgba(239, 68, 68, 0.3);
+ color: #ef4444;
+ }
+
+ .instaraw-big-progress-item-status.retrying {
+ background: rgba(251, 191, 36, 0.2);
+ color: #fbbf24;
+ }
+
+ .instaraw-big-progress-item-status.cached {
+ background: rgba(168, 85, 247, 0.2);
+ color: #a78bfa;
+ }
+
+ .instaraw-big-progress-item-status.cancelled {
+ background: rgba(156, 163, 175, 0.15);
+ color: #9ca3af;
+ }
+
+ .instaraw-big-progress-item-bar {
+ width: 100%;
+ height: 4px;
+ background: rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ overflow: hidden;
+ margin-top: 10px;
+ position: relative;
+ }
+
+ .instaraw-big-progress-item-fill {
+ height: 100%;
+ background: #6366f1;
+ position: relative;
+ overflow: hidden;
+ border-radius: 4px;
+ }
+
+ .instaraw-big-progress-item-fill.animating {
+ background: linear-gradient(90deg, #6366f1, #818cf8, #6366f1);
+ background-size: 200% 100%;
+ animation: instaraw-big-progress-shimmer 1.5s linear infinite;
+ }
+
+ @keyframes instaraw-big-progress-shimmer {
+ 0% { background-position: 200% 0; }
+ 100% { background-position: -200% 0; }
+ }
+
+ .instaraw-big-progress-item-message {
+ font-size: 10px;
+ color: #f87171;
+ margin-top: 4px;
+ padding: 4px 6px;
+ background: rgba(239, 68, 68, 0.1);
+ border-radius: 3px;
+ }
+
+ .instaraw-big-progress-item-message.retry-message {
+ color: #fbbf24;
+ background: rgba(251, 191, 36, 0.15);
+ border-left: 2px solid #fbbf24;
+ }
+
+ .instaraw-big-progress-item-message.error-message {
+ color: #f87171;
+ background: rgba(239, 68, 68, 0.15);
+ border-left: 2px solid #ef4444;
+ }
+
+ .instaraw-big-progress-item-thumbnail {
+ flex-shrink: 0;
+ border-radius: 4px;
+ overflow: hidden;
+ border: 2px solid rgba(255, 255, 255, 0.1);
+ background: rgba(0, 0, 0, 0.3);
+ width: 64px;
+ height: 64px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ image-rendering: -webkit-optimize-contrast;
+ image-rendering: crisp-edges;
+ }
+
+ .instaraw-big-progress-item-thumbnail:not(.placeholder) {
+ cursor: pointer;
+ }
+
+ .instaraw-big-progress-item-thumbnail:not(.placeholder):hover {
+ border-color: #6366f1;
+ }
+
+ .instaraw-big-progress-item-thumbnail.placeholder {
+ cursor: default;
+ background: rgba(0, 0, 0, 0.5);
+ }
+
+ .instaraw-big-thumbnail-img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ display: block;
+ }
+
+ .instaraw-big-thumbnail-video {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ display: block;
+ }
+
+ .instaraw-big-thumbnail-empty {
+ width: 100%;
+ height: 100%;
+ background: rgba(0, 0, 0, 0.2);
+ }
+
+ .instaraw-big-view-image-btn {
+ display: none; /* Hidden - click thumbnail instead */
+ }
+
+ .instaraw-big-job-retry-btn {
+ background: rgba(251, 191, 36, 0.2);
+ border: 1px solid rgba(251, 191, 36, 0.4);
+ color: #fbbf24;
+ padding: 2px 6px;
+ border-radius: 3px;
+ cursor: pointer;
+ font-size: 10px;
+ }
+
+ .instaraw-big-job-retry-btn:hover {
+ background: rgba(251, 191, 36, 0.3);
+ }
+
+ .instaraw-big-job-retry-btn:disabled {
+ opacity: 0.5;
+ cursor: not-allowed;
+ }
+
+ /* Expand prompt button */
+ .instaraw-big-expand-prompt-btn {
+ background: rgba(139, 92, 246, 0.2);
+ border: 1px solid rgba(139, 92, 246, 0.4);
+ color: #a78bfa;
+ padding: 2px 6px;
+ border-radius: 3px;
+ cursor: pointer;
+ font-size: 10px;
+ margin-right: 4px;
+ }
+ .instaraw-big-expand-prompt-btn:hover {
+ background: rgba(139, 92, 246, 0.3);
+ }
+
+ /* Expanded prompt section */
+ .instaraw-big-prompt-expanded {
+ margin-top: 8px;
+ padding: 10px;
+ background: rgba(0, 0, 0, 0.3);
+ border-radius: 6px;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ }
+ .instaraw-big-prompt-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 8px;
+ flex-wrap: wrap;
+ gap: 6px;
+ }
+ .instaraw-big-prompt-meta {
+ font-size: 11px;
+ color: #a0a0a0;
+ }
+ .instaraw-big-prompt-actions {
+ display: flex;
+ gap: 6px;
+ }
+ .instaraw-big-copy-seed-btn,
+ .instaraw-big-copy-prompt-btn,
+ .instaraw-big-favorite-prompt-btn {
+ background: rgba(255, 255, 255, 0.1);
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ color: #e0e0e0;
+ padding: 3px 8px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 11px;
+ transition: all 0.15s ease;
+ }
+ .instaraw-big-copy-seed-btn:hover {
+ background: rgba(168, 85, 247, 0.3);
+ border-color: rgba(168, 85, 247, 0.5);
+ color: #c4b5fd;
+ }
+ .instaraw-big-copy-prompt-btn:hover {
+ background: rgba(59, 130, 246, 0.3);
+ border-color: rgba(59, 130, 246, 0.5);
+ color: #93c5fd;
+ }
+ .instaraw-big-favorite-prompt-btn:hover {
+ background: rgba(251, 191, 36, 0.3);
+ border-color: rgba(251, 191, 36, 0.5);
+ color: #fcd34d;
+ }
+ .instaraw-big-copy-seed-btn:disabled,
+ .instaraw-big-copy-prompt-btn:disabled,
+ .instaraw-big-favorite-prompt-btn:disabled {
+ opacity: 0.6;
+ cursor: not-allowed;
+ }
+ .instaraw-big-prompt-text {
+ font-size: 12px;
+ color: #e0e0e0;
+ line-height: 1.5;
+ white-space: pre-wrap;
+ word-break: break-word;
+ }
+
+ /* Old button styles removed - using new btn-primary, btn-secondary, btn-danger classes */
+
+ .instaraw-big-retry-failed-btn:hover:not(:disabled) {
+ background: rgba(251, 191, 36, 0.15);
+ border-color: rgba(251, 191, 36, 0.4);
+ }
+
+ /* PhotoSwipe instant animations override */
+ .pswp--open,
+ .pswp--closing,
+ .pswp__bg,
+ .pswp__container,
+ .pswp__img,
+ .pswp__zoom-wrap {
+ transition: none !important;
+ animation: none !important;
+ }
+
+ /* PhotoSwipe caption styles */
+ .pswp-caption-content {
+ text-align: left;
+ padding: 10px;
+ background: rgba(0, 0, 0, 0.6);
+ border-radius: 8px;
+ max-width: 400px;
+ }
+ .pswp-caption-header {
+ font-size: 14px;
+ font-weight: 600;
+ margin-bottom: 8px;
+ color: #a0a0a0;
+ }
+ .pswp-caption-prompt {
+ font-size: 13px;
+ line-height: 1.5;
+ color: #e0e0e0;
+ white-space: pre-wrap;
+ word-break: break-word;
+ max-height: 150px;
+ overflow-y: auto;
+ }
+ .pswp-caption-actions {
+ display: flex;
+ gap: 8px;
+ margin-top: 10px;
+ padding-top: 10px;
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ }
+ .pswp-copy-btn,
+ .pswp-favorite-btn {
+ padding: 6px 12px;
+ font-size: 12px;
+ border-radius: 6px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ background: rgba(255, 255, 255, 0.1);
+ color: #e0e0e0;
+ cursor: pointer;
+ transition: all 0.15s ease;
+ }
+ .pswp-copy-btn:hover {
+ background: rgba(59, 130, 246, 0.3);
+ border-color: rgba(59, 130, 246, 0.5);
+ color: #93c5fd;
+ }
+ .pswp-favorite-btn:hover {
+ background: rgba(251, 191, 36, 0.3);
+ border-color: rgba(251, 191, 36, 0.5);
+ color: #fcd34d;
+ }
+ /* Dynamic caption plugin overrides */
+ .pswp__dynamic-caption {
+ color: #e0e0e0;
+ }
+ .pswp__dynamic-caption--aside {
+ max-width: 400px;
+ }
+ `;
+ document.head.appendChild(style);
+ },
+});
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/boolean_bypass.js b/custom_nodes/ComfyUI_INSTARAW/js/boolean_bypass.js
new file mode 100644
index 0000000000000000000000000000000000000000..73248e3d763704775f6f62825c63af55cdaf7c40
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/boolean_bypass.js
@@ -0,0 +1,90 @@
+// --- Filename: ../ComfyUI_INSTARAW/js/boolean_bypass.js (FINAL, GROUP-BYPASS-AWARE VERSION) ---
+
+import { app } from "../../scripts/app.js";
+
+const MODE_ALWAYS = 0; // Corresponds to LiteGraph.ALWAYS
+const MODE_BYPASS = 4;
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.BooleanBypass.Final.V4", // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === "INSTARAW_BooleanBypass") {
+
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+ this.lastKnownState = undefined;
+ };
+
+ const onDrawForeground = nodeType.prototype.onDrawForeground;
+ nodeType.prototype.onDrawForeground = function(ctx) {
+ onDrawForeground?.apply(this, arguments);
+
+ // --- THIS IS THE FIX ---
+ // If this node itself is currently bypassed (e.g., by a group bypasser),
+ // we must reset its internal state. This ensures that the next time it becomes
+ // active, it will perform a full re-sync of its upstream nodes.
+ if (this.mode !== MODE_ALWAYS) {
+ this.lastKnownState = undefined;
+ return; // Do nothing further while bypassed.
+ }
+ // --- END FIX ---
+
+ // Find all our required widgets and inputs
+ const booleanWidget = this.widgets.find(w => w.name === 'boolean');
+ const invertWidget = this.widgets.find(w => w.name === 'invert_input');
+ const booleanInput = this.inputs.find(i => i.name === 'boolean');
+ if (!booleanWidget || !invertWidget || !booleanInput) return; // Safety check
+
+ // 1. Determine the RAW boolean state from the controller (internal or external)
+ let rawIsEnabled = false;
+ if (booleanInput.link != null) {
+ const link = app.graph.links[booleanInput.link];
+ const originNode = link && app.graph.getNodeById(link.origin_id);
+ if (originNode) {
+ let originWidget = originNode.widgets?.find(w => w.name === (originNode.outputs[link.origin_slot]?.name));
+ if (!originWidget && originNode.widgets?.length === 1) {
+ originWidget = originNode.widgets[0];
+ }
+
+ if (originWidget) {
+ rawIsEnabled = !!originWidget.value;
+ } else {
+ rawIsEnabled = originNode.outputs[link.origin_slot]?.value !== undefined ? !!originNode.outputs[link.origin_slot].value : false;
+ }
+ }
+ } else {
+ rawIsEnabled = booleanWidget.value;
+ }
+
+ // 2. Apply the inversion logic
+ const shouldInvert = invertWidget.value;
+ const finalIsEnabled = shouldInvert ? !rawIsEnabled : rawIsEnabled;
+
+ // 3. Only proceed if the final state has changed (or if state was just reset)
+ if (this.lastKnownState === finalIsEnabled) {
+ return;
+ }
+
+ this.lastKnownState = finalIsEnabled;
+
+ // 4. Update UI and apply bypass
+ booleanWidget.value = rawIsEnabled;
+
+ const newMode = finalIsEnabled ? MODE_ALWAYS : MODE_BYPASS;
+
+ for (const input of this.inputs) {
+ if (input.name === 'boolean' || input.name === 'invert_input') continue; // Skip control inputs
+ if (input.link != null) {
+ const link = app.graph.links[input.link];
+ const connectedNode = link && app.graph.getNodeById(link.origin_id);
+ if (connectedNode) {
+ connectedNode.mode = newMode;
+ }
+ }
+ }
+ };
+ }
+ },
+});
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/branding_node.js b/custom_nodes/ComfyUI_INSTARAW/js/branding_node.js
new file mode 100644
index 0000000000000000000000000000000000000000..cb72e6993263e90b8440bac8192b07504a7d6054
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/branding_node.js
@@ -0,0 +1,91 @@
+import { app } from '../../scripts/app.js';
+
+app.registerExtension({
+ name: 'Comfy.INSTARAW.BrandingNode', // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === 'INSTARAW_BrandingNode') {
+ // This function is called once when the node is added to the graph.
+ const onAdded = nodeType.prototype.onAdded;
+ nodeType.prototype.onAdded = function () {
+ onAdded?.apply(this, arguments);
+
+ this.properties = this.properties || {};
+
+ // Set default properties ONLY if they don't already exist.
+ if (!this.properties.logo_url) {
+ this.properties.logo_url = 'https://instara.s3.us-east-1.amazonaws.com/INSTARAW_logomark_only.svg';
+ }
+ if (this.properties.width == null) {
+ this.properties.width = 120;
+ }
+ if (this.properties.height == null) {
+ this.properties.height = 105;
+ }
+
+ this.logoImage = new Image();
+ this.logoImage.onload = () => {
+ this.setDirtyCanvas(true, false);
+ };
+
+ this.bgcolor = 'transparent';
+ this.boxcolor = 'transparent';
+ };
+
+ // This function is called every frame to draw the node.
+ const onDrawForeground = nodeType.prototype.onDrawForeground;
+ nodeType.prototype.onDrawForeground = function (ctx) {
+ onDrawForeground?.apply(this, arguments);
+
+ // --- THIS IS THE FIX ---
+ // We no longer force the title to be empty.
+ // this.title = ""; <-- THIS LINE HAS BEEN REMOVED.
+
+ const url = this.properties.logo_url;
+ if (url && this.logoImage.src !== url) {
+ this.logoImage.src = url;
+ }
+
+ if (this.size && this.logoImage.complete && this.logoImage.naturalWidth > 0) {
+ const horizontalPadding = 10;
+ const verticalPadding = 10; // New: Define vertical padding
+
+ const nodeWidth = this.size[0];
+ const nodeHeight = this.size[1];
+
+ // The available area for drawing is now smaller
+ const drawAreaWidth = nodeWidth - horizontalPadding * 2;
+ const drawAreaHeight = nodeHeight - verticalPadding * 2; // Changed: Account for top and bottom padding
+
+ const imgAspect = this.logoImage.naturalWidth / this.logoImage.naturalHeight;
+
+ let drawWidth = drawAreaWidth;
+ let drawHeight = drawWidth / imgAspect;
+
+ if (drawHeight > drawAreaHeight) {
+ drawHeight = drawAreaHeight;
+ drawWidth = drawHeight * imgAspect;
+ }
+
+ // The x position calculation remains the same
+ const x = horizontalPadding + (drawAreaWidth - drawWidth) / 2;
+
+ // The y position now starts after the top padding
+ const y = verticalPadding + (drawAreaHeight - drawHeight) / 2; // Changed: Add the top padding offset
+
+ ctx.drawImage(this.logoImage, x, y, drawWidth, drawHeight);
+ }
+ };
+
+ // This function controls the node's size.
+ const computeSize = nodeType.prototype.computeSize;
+ nodeType.prototype.computeSize = function () {
+ const size = computeSize?.apply(this, arguments);
+ // Get the size from our properties.
+ const width = this.properties.width || 120;
+ const height = this.properties.height || 105;
+ // Ensure the node is big enough to show the title if it exists.
+ return [Math.max(size[0], width), height];
+ };
+ }
+ }
+});
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/ding.mp3 b/custom_nodes/ComfyUI_INSTARAW/js/ding.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..831f8193f7fcd49d8b788862ad6ad9ff65a1a662
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/js/ding.mp3 differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/filter.css b/custom_nodes/ComfyUI_INSTARAW/js/filter.css
new file mode 100644
index 0000000000000000000000000000000000000000..20302407e5d41aa1ad1aca3c3104ed2466c31b09
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/filter.css
@@ -0,0 +1,106 @@
+.instaraw_popup {
+ position: absolute;
+ width:100%;
+ height:100%;
+ background-color: rgba(0, 0, 0, 0.95);
+ z-index: 100000;
+ --text_area_height: 0px;
+}
+
+.instaraw_popup .grid {
+ position: absolute;
+ width:70%;
+ left:15%;
+ height:calc(100% - 60px - var(--text_area_height));
+ top:55px;
+ display: grid;
+ justify-items: center;
+ align-items: center;
+}
+
+.instaraw_popup .overlaygrid {
+ opacity: 0.5;
+ pointer-events: none;
+}
+
+.instaraw_popup .title {
+ position: absolute;
+ width:100%;
+ text-align: center;
+ top: 10px;
+ font-size: 250%;
+}
+
+.instaraw_popup .tip {
+ display: block;
+ padding-top: 10px;
+ line-height: 20px;
+}
+
+.instaraw_popup .buttons {
+ position: absolute;
+ width:14%;
+ left:86%;
+ height:90%;
+ top:5%;
+ font-size: small;
+}
+
+.instaraw_popup .control_text:after {
+ content:"\a";
+ white-space: pre;
+}
+
+.instaraw_popup .grid img {
+ margin: 2px;
+ border: 1px solid white;
+ padding: 4px;
+ max-width: 100%;
+ max-height: 100%;
+}
+
+.instaraw_popup .grid img.selected {
+ border: 3px solid green;
+ padding: 2px;
+}
+
+.instaraw_popup .grid img.hover {
+ box-shadow: 0 0 4px 4px red;
+}
+
+.instaraw_popup.hidden {
+ display:none !important;
+}
+
+.instaraw_popup .hidden {
+ display: none !important;
+}
+
+.cgfloat .hidden {
+ display: none !important;
+}
+
+/* --- Interactive Crop Styles --- */
+.instaraw_popup .crop_container {
+ position: absolute;
+ width: 70%;
+ left: 15%;
+ height: calc(100% - 60px);
+ top: 55px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ user-select: none;
+}
+
+.instaraw_popup .crop_image_bg {
+ max-width: 100%;
+ max-height: 100%;
+ object-fit: contain;
+ pointer-events: none;
+}
+
+.instaraw_popup .crop_canvas_overlay {
+ position: absolute;
+ cursor: crosshair;
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/floating_window.css b/custom_nodes/ComfyUI_INSTARAW/js/floating_window.css
new file mode 100644
index 0000000000000000000000000000000000000000..94f29263f1a8a16ff3ea9b2775599507e6209f1f
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/floating_window.css
@@ -0,0 +1,94 @@
+
+.cgfloat {
+ position: absolute;
+ z-index: 999999;
+ border: 1px solid black;
+ background-color: rgba(95, 158, 160, 0.713);
+ width: fit-content;
+}
+
+.cgfloat.hidden {
+ display:none
+}
+
+.cgfloat_header {
+ width: 100%;
+ text-align: center;
+ background-color: rgba(28, 51, 52, 0.713);
+ color: whitesmoke;
+ border-bottom: 1px solid black;
+ padding:4px;
+ font-size:larger;
+}
+
+.tiny .cgfloat_header {
+ font-size: smaller;
+}
+
+.cgfloat_body {
+ min-width: fit-content;
+ display:flex;
+ flex-direction: column;
+}
+
+.cgfloat_body .row {
+ color: white;
+ padding: 0px 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-bottom: 1px dashed rgba(0, 0, 0, 0.45);
+}
+
+/* Countdown */
+.cgfloat_body .counter_text {
+ min-width:50px;
+ text-align: right;
+}
+
+.cgfloat_body .counter_reset {
+ margin-left: 5px;
+ padding: 1px;
+}
+
+/* Buttons */
+.cgfloat_body .row.buttons {
+ justify-content: space-evenly;
+}
+
+.cgfloat_body button {
+ margin: 4px;
+ padding: 2px;
+ min-width: 70px;
+}
+
+/* Extras */
+.cgfloat_body .row.extras {
+ flex-direction: column;
+}
+
+.cgfloat_body .row.extras .extra {
+ width: 100%;
+ margin: 2px 0;
+}
+
+/* Tips */
+.cgfloat_body .row.tip {
+ margin: 4px;
+ padding: 4px 0px;
+ justify-content: flex-start;
+}
+
+/* Text Edit */
+.cgfloat_body .row.text_edit {
+ margin: 4px;
+}
+
+.cgfloat .tiny_image {
+ padding: 1px;
+ width: auto;
+ max-height: 100px;
+ object-fit: contain;
+ pointer-events: none;
+}
+
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/floating_window.js b/custom_nodes/ComfyUI_INSTARAW/js/floating_window.js
new file mode 100644
index 0000000000000000000000000000000000000000..f1be17c6acca8352c0431c64eb7e3ec7e285f0f8
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/floating_window.js
@@ -0,0 +1,63 @@
+const _ax = encodeURI('');
+
+export class FloatingWindow extends HTMLElement {
+ constructor(title, x, y, parent, movecallback) {
+ super()
+ this.movecallback = movecallback
+ this.classList.add('cgfloat')
+ this.header = document.createElement('div')
+ this.header.classList.add('cgfloat_header')
+ this.header.innerText = title
+ this.append(this.header)
+ this.body = document.createElement('div')
+ this.body.classList.add('cgfloat_body')
+ this.append(this.body)
+
+ this.header.addEventListener('mousedown',this.header_mousedown.bind(this))
+ document.addEventListener('mouseup',this.header_mouseup.bind(this))
+ document.addEventListener('mousemove',this.header_mousemove.bind(this))
+ document.addEventListener('mouseleave',this.header_mouseup.bind(this))
+
+ this.dragging = false
+ this.move_to(x,y)
+
+
+ if (parent) parent.append(this)
+ else document.body.append(this)
+ }
+
+ show() { this.style.display = 'block' }
+ hide() { this.style.display = 'none' }
+ set_title(title) { this.header.innerText = title }
+
+ move_to(x,y,supress) {
+ this.position = {x:x,y:y}
+ this.style.left = `${this.position.x}px`
+ this.style.top = `${this.position.y}px`
+ if (!supress) this.movecallback(x,y)
+ }
+
+ swallow(e) {
+ e.stopPropagation()
+ e.preventDefault()
+ }
+
+ header_mousedown(e) {
+ this.dragging = true
+ this.swallow(e)
+ }
+
+ header_mouseup(e) {
+ this.dragging = false
+ }
+
+ header_mousemove(e) {
+ if (this.dragging) {
+ this.move_to( this.position.x + e.movementX , this.position.y + e.movementY )
+ this.swallow(e)
+ }
+ }
+}
+
+// Renamed custom element to be unique to INSTARAW
+customElements.define('instaraw-floater', FloatingWindow);
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/group_bypass_detector.js b/custom_nodes/ComfyUI_INSTARAW/js/group_bypass_detector.js
new file mode 100644
index 0000000000000000000000000000000000000000..2e4b0ceae9dc6b0fa41ce6703723dfadbb82fb71
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/group_bypass_detector.js
@@ -0,0 +1,42 @@
+// --- Filename: ../ComfyUI_INSTARAW/js/group_bypass_detector.js ---
+
+import { app } from "../../scripts/app.js";
+
+const MODE_ALWAYS = 0; // LiteGraph.ALWAYS
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.GroupBypassDetector",
+
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === "INSTARAW_GroupBypassToBoolean") {
+
+ // Store the last known state on the node instance to prevent unnecessary updates
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+ this.lastBypassState = undefined;
+ };
+
+ // Every frame, check if our bypass state has changed
+ const onDrawForeground = nodeType.prototype.onDrawForeground;
+ nodeType.prototype.onDrawForeground = function(ctx) {
+ onDrawForeground?.apply(this, arguments);
+
+ const widget = this.widgets.find(w => w.name === 'is_active');
+ if (!widget) return;
+
+ // The node's mode tells us if it's bypassed. 0 means active.
+ const isActive = this.mode === MODE_ALWAYS;
+
+ // Only update the widget if the state has actually changed
+ if (this.lastBypassState !== isActive) {
+ this.lastBypassState = isActive;
+ widget.value = isActive;
+
+ // Make sure the UI reflects the change immediately
+ app.graph.setDirtyCanvas(true);
+ }
+ };
+ }
+ },
+});
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/image_filter.js b/custom_nodes/ComfyUI_INSTARAW/js/image_filter.js
new file mode 100644
index 0000000000000000000000000000000000000000..236582b65d6f9da4242e67e54641cfd84db51390
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/image_filter.js
@@ -0,0 +1,123 @@
+import { app } from "../../scripts/app.js";
+import { api } from "../../scripts/api.js";
+import { create } from "./utils.js";
+import { popup } from "./popup.js";
+import { ComfyWidgets } from "../../scripts/widgets.js";
+
+const FILTER_TYPES = ["INSTARAW_ImageFilter", "INSTARAW_TextImageFilter", "INSTARAW_MaskImageFilter", "INSTARAW_Interactive_Crop", "INSTARAW_PromptFilter", "INSTARAW_BatchImageGenerator"];
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.InteractiveNodes", // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ settings: [
+ {
+ id: "INSTARAW.Interactive.Header",
+ name: "INSTARAW Interactive Nodes",
+ type: () => {
+ const x = document.createElement('span');
+ const a = document.createElement('a');
+ a.innerText = "Based on original work by chrisgoringe (cg-image-filter)";
+ a.href = "https://github.com/chrisgoringe/cg-image-filter";
+ a.target = "_blank";
+ a.style.paddingRight = "12px";
+ x.appendChild(a);
+ return x;
+ },
+ },
+ { id: "INSTARAW.Interactive.PlaySound", name: "Play sound when activating", type: "boolean", defaultValue: true },
+ { id: "INSTARAW.Interactive.EnlargeSmall", name: "Enlarge small images in grid", type: "boolean", defaultValue: true },
+ { id: "INSTARAW.Interactive.ClickSends", name: "Clicking an image sends it", tooltip: "Use if you always want to send exactly one image.", type: "boolean", defaultValue: false },
+ { id: "INSTARAW.Interactive.AutosendIdentical", name: "If all images are identical, autosend one", type: "boolean", defaultValue: false },
+ { id: "INSTARAW.Interactive.StartZoomed", name: "Enter the Image Filter node with an image zoomed", type: "combo", options: [{ value: 0, text: "No" }, { value: "1", text: "first" }, { value: "-1", text: "last" }], default: 0 },
+ { id: "INSTARAW.Interactive.SmallWindow", name: "Show a small popup instead of covering the screen", type: "boolean", tooltip: "Click the small popup to activate it", defaultValue: false },
+ { id: "INSTARAW.Interactive.DetailedLogging", name: "Turn on detailed logging", tooltip: "If you are asked to for debugging!", type: "boolean", defaultValue: false },
+ { id: "INSTARAW.Interactive.FPS", name: "Video Frames per Second", type: "int", defaultValue: 5 }
+ ],
+ setup() {
+ create('link', null, document.getElementsByTagName('HEAD')[0], { 'rel': 'stylesheet', 'type': 'text/css', 'href': 'extensions/ComfyUI_INSTARAW/filter.css' });
+ create('link', null, document.getElementsByTagName('HEAD')[0], { 'rel': 'stylesheet', 'type': 'text/css', 'href': 'extensions/ComfyUI_INSTARAW/floating_window.css' });
+ create('link', null, document.getElementsByTagName('HEAD')[0], { 'rel': 'stylesheet', 'type': 'text/css', 'href': 'extensions/ComfyUI_INSTARAW/zoomed.css' });
+ create('link', null, document.getElementsByTagName('HEAD')[0], { 'rel': 'stylesheet', 'type': 'text/css', 'href': 'extensions/ComfyUI_INSTARAW/advanced_image_loader.css' });
+ create('link', null, document.getElementsByTagName('HEAD')[0], { 'rel': 'stylesheet', 'type': 'text/css', 'href': 'extensions/ComfyUI_INSTARAW/reality_prompt_generator.css' });
+
+ api.addEventListener("execution_interrupted", popup.send_cancel.bind(popup));
+ api.addEventListener("instaraw-interactive-images", popup.handle_message.bind(popup));
+ },
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeType.comfyClass === "Pick from List" || nodeType.comfyClass === "INSTARAW_PickFromList") {
+ const onConnectionsChange = nodeType.prototype.onConnectionsChange;
+ nodeType.prototype.onConnectionsChange = function(side, slot, connect, link_info, output) {
+ if (side == 1 && slot == 0 && link_info && connect) {
+ const originNode = this.graph.getNodeById(link_info.origin_id);
+ if (originNode?.outputs?.[link_info.origin_slot]) {
+ const type = originNode.outputs[link_info.origin_slot].type;
+ this.outputs[0].type = type;
+ this.inputs[0].type = type;
+ }
+ } else if (side == 1 && slot == 0 && !connect) {
+ this.outputs[0].type = "*";
+ this.inputs[0].type = "*";
+ }
+ return onConnectionsChange?.apply(this, arguments);
+ }
+ }
+ if (FILTER_TYPES.includes(nodeType.comfyClass)) {
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function() {
+ const onCreatedResult = onNodeCreated?.apply(this, arguments);
+
+ this._ni_widget = this.widgets.find((n) => n.name == 'node_identifier');
+ if (!this._ni_widget) {
+ this._ni_widget = ComfyWidgets["INT"](this, "node_identifier", ["INT", { "default": 0 }], app).widget;
+ }
+ this._ni_widget.hidden = true;
+ this._ni_widget.computeSize = () => [0, 0];
+ this._ni_widget.value = Math.floor(Math.random() * 1000000);
+
+ if (this.comfyClass === "INSTARAW_TextImageFilter") {
+
+ const buttonWidget = this.addWidget("button", "Clear Node Cache", null, async () => {
+ buttonWidget.name = "Clearing...";
+ this.disabled = true;
+
+ try {
+ const resp = await api.fetchApi('/instaraw/clear_text_filter_cache', {
+ method: 'POST',
+ headers: { 'Content-Type': 'application/json' },
+ body: JSON.stringify({ uid: this._ni_widget.value }),
+ });
+
+ if (resp.status === 200) {
+ buttonWidget.success();
+ } else {
+ throw new Error(await resp.text());
+ }
+ } catch (e) {
+ console.error("INSTARAW: Failed to clear cache:", e);
+ buttonWidget.error();
+ }
+ });
+
+ buttonWidget.name = "clear_cache_button";
+
+ buttonWidget.success = () => {
+ buttonWidget.name = "Cache Cleared!";
+ this.disabled = false;
+ setTimeout(() => {
+ buttonWidget.name = "Clear Node Cache";
+ }, 2000);
+ };
+
+ buttonWidget.error = () => {
+ buttonWidget.name = "Error Clearing!";
+ this.disabled = false;
+ setTimeout(() => {
+ buttonWidget.name = "Clear Node Cache";
+ }, 3000);
+ };
+ }
+
+ return onCreatedResult;
+ }
+ }
+ },
+});
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/instaraw.svg b/custom_nodes/ComfyUI_INSTARAW/js/instaraw.svg
new file mode 100644
index 0000000000000000000000000000000000000000..18ca24fc6b902717f13ec24e04507d6f0ed39072
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/instaraw.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/log.js b/custom_nodes/ComfyUI_INSTARAW/js/log.js
new file mode 100644
index 0000000000000000000000000000000000000000..e10d8b6143cab1b9b096fd51a0328a293d16545d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/log.js
@@ -0,0 +1,25 @@
+// ---
+// Filename: ../ComfyUI_INSTARAW/js/log.js
+// ---
+
+import { app } from "../../scripts/app.js";
+
+export class Log {
+ static log(s) { if (s) console.log(s) }
+ static error(e) { console.error(e) }
+ static detail(s) {
+ // Updated settings key
+ if (app.ui.settings.getSettingValue("INSTARAW.Interactive.DetailedLogging")) Log.log(s)
+ }
+ static message_in(message, extra) {
+ // Updated settings key
+ if (!app.ui.settings.getSettingValue("INSTARAW.Interactive.DetailedLogging")) return
+ if (message.detail && !message.detail.tick) Log.log(`--> ${JSON.stringify(message.detail)}` + (extra ? ` ${extra}` : ""))
+ if (message.detail && message.detail.tick) Log.log(`--> tick`)
+ }
+ static message_out(response, extra) {
+ // Updated settings key
+ if (!app.ui.settings.getSettingValue("INSTARAW.Interactive.DetailedLogging")) return
+ Log.log(`"<-- ${JSON.stringify(response)}` + (extra ? ` ${extra}` : ""))
+ }
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/mask_utils.js b/custom_nodes/ComfyUI_INSTARAW/js/mask_utils.js
new file mode 100644
index 0000000000000000000000000000000000000000..7cf2851d81065420649df9b1b534829bdd1e033d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/mask_utils.js
@@ -0,0 +1,79 @@
+import { app, ComfyApp } from "../../scripts/app.js";
+
+export function new_editor() {
+ return app.ui.settings.getSettingValue('Comfy.MaskEditor.UseNewEditor')
+}
+
+function get_mask_editor_element() {
+ // Try newer dialog-based mask editor first
+ const newer = document.getElementsByClassName('p-dialog-mask')
+ if (newer.length == 1) return newer[0]
+ return new_editor() ? document.getElementById('maskEditor') : document.getElementById('maskCanvas')?.parentElement
+}
+
+export function mask_editor_showing() {
+ return get_mask_editor_element() && get_mask_editor_element().style.display != 'none'
+}
+
+export function hide_mask_editor() {
+ if (mask_editor_showing() && document.getElementById('maskEditor')) document.getElementById('maskEditor').style.display = 'none'
+}
+
+function get_mask_editor_cancel_button() {
+ var button = document.getElementById("maskEditor_topBarCancelButton")
+ if (button) return button
+ try {
+ button = Array.from(get_mask_editor_element().getElementsByTagName('button')).find((b) => (b.ariaLabel == 'Cancel'))
+ if (button) return button
+ } catch {}
+ return get_mask_editor_element()?.parentElement?.lastChild?.childNodes[2]
+}
+
+function get_mask_editor_save_button() {
+ var button = document.getElementById("maskEditor_topBarSaveButton")
+ if (button) return button
+ try {
+ button = Array.from(get_mask_editor_element().getElementsByTagName('button')).find((b) => (b.ariaLabel == 'Save'))
+ if (button) return button
+ } catch {}
+ return get_mask_editor_element()?.parentElement?.lastChild?.childNodes[1]
+}
+
+export function mask_editor_listen_for_cancel(callback) {
+ const cancel_button = get_mask_editor_cancel_button()
+ if (cancel_button && !cancel_button.filter_listener_added) {
+ cancel_button.addEventListener('click', callback)
+ cancel_button.filter_listener_added = true
+ }
+}
+
+export function press_maskeditor_save() {
+ get_mask_editor_save_button()?.click()
+}
+
+export function press_maskeditor_cancel() {
+ get_mask_editor_cancel_button()?.click()
+}
+
+export function open_maskeditor(node) {
+ // Try old API first (ComfyApp.open_maskeditor)
+ if (typeof ComfyApp.open_maskeditor === 'function') {
+ ComfyApp.copyToClipspace(node)
+ ComfyApp.clipspace_return_node = node
+ ComfyApp.open_maskeditor()
+ } else {
+ // New API: Use extension command system
+ const me_extension = app.extensions.find((e) => (e.name == 'Comfy.MaskEditor'))
+ if (me_extension) {
+ const me_command = me_extension.commands.find((c) => (c.id == 'Comfy.MaskEditor.OpenMaskEditor'))
+ if (me_command) {
+ app.canvas.selected_nodes = [node]
+ me_command.function()
+ } else {
+ console.error('[INSTARAW] Could not find MaskEditor command')
+ }
+ } else {
+ console.error('[INSTARAW] Could not find MaskEditor extension')
+ }
+ }
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/nano_banana_aspect_ratio.js b/custom_nodes/ComfyUI_INSTARAW/js/nano_banana_aspect_ratio.js
new file mode 100644
index 0000000000000000000000000000000000000000..dd7903362bcbfce0c6f41533bbe0dfdf78e1c237
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/nano_banana_aspect_ratio.js
@@ -0,0 +1,130 @@
+// ---
+// ComfyUI INSTARAW - Nano Banana Pro Aspect Ratio Visual Preview
+// Copyright ยฉ 2025 Instara. All rights reserved.
+// PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED
+// ---
+
+import { app } from "../../scripts/app.js";
+
+// Aspect ratio numerical values for preview rendering
+const ASPECT_RATIO_VALUES = {
+ "1:1 (Square)": { w: 1, h: 1 },
+ "3:2 (Landscape)": { w: 3, h: 2 },
+ "2:3 (Portrait)": { w: 2, h: 3 },
+ "3:4 (Portrait)": { w: 3, h: 4 },
+ "4:3 (Landscape)": { w: 4, h: 3 },
+ "4:5 (Portrait)": { w: 4, h: 5 },
+ "5:4 (Landscape)": { w: 5, h: 4 },
+ "9:16 (Tall Portrait)": { w: 9, h: 16 },
+ "16:9 (Wide Landscape)": { w: 16, h: 9 },
+ "21:9 (Ultrawide)": { w: 21, h: 9 },
+};
+
+// Resolution labels with approximate dimensions
+const RESOLUTION_INFO = {
+ "1K": "~1024px",
+ "2K": "~2048px",
+ "4K": "~4096px",
+};
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.NanoBananaAspectRatio",
+
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name !== "INSTARAW_NanoBananaAspectRatio") {
+ return;
+ }
+
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+
+ // Store reference to node
+ const node = this;
+
+ // Find the aspect_ratio widget
+ const aspectWidget = this.widgets.find((w) => w.name === "aspect_ratio");
+ const resolutionWidget = this.widgets.find((w) => w.name === "resolution");
+
+ if (!aspectWidget) return;
+
+ // Create custom preview widget
+ const previewWidget = {
+ name: "aspect_preview",
+ type: "custom",
+ value: null,
+ computeSize: function () {
+ return [0, 80]; // Fixed height for preview area
+ },
+ draw: function (ctx, node, width, y) {
+ const selectedRatio = aspectWidget.value || "1:1 (Square)";
+ const selectedRes = resolutionWidget?.value || "1K";
+ const ratio = ASPECT_RATIO_VALUES[selectedRatio] || { w: 1, h: 1 };
+
+ // Calculate preview box dimensions
+ const maxWidth = width - 40;
+ const maxHeight = 60;
+ let boxWidth, boxHeight;
+
+ if (ratio.w / ratio.h > maxWidth / maxHeight) {
+ // Width constrained
+ boxWidth = maxWidth;
+ boxHeight = (maxWidth * ratio.h) / ratio.w;
+ } else {
+ // Height constrained
+ boxHeight = maxHeight;
+ boxWidth = (maxHeight * ratio.w) / ratio.h;
+ }
+
+ // Center the box
+ const boxX = (width - boxWidth) / 2;
+ const boxY = y + (80 - boxHeight) / 2;
+
+ // Draw background
+ ctx.fillStyle = "#1a1a2e";
+ ctx.fillRect(10, y + 5, width - 20, 70);
+
+ // Draw aspect ratio preview box
+ ctx.fillStyle = "#4a90d9";
+ ctx.fillRect(boxX, boxY, boxWidth, boxHeight);
+
+ // Draw border
+ ctx.strokeStyle = "#6ab0ff";
+ ctx.lineWidth = 2;
+ ctx.strokeRect(boxX, boxY, boxWidth, boxHeight);
+
+ // Draw ratio text below the preview box
+ const ratioText = selectedRatio.split(" ")[0]; // e.g., "16:9"
+ const resInfo = RESOLUTION_INFO[selectedRes] || "";
+ ctx.fillStyle = "#ffffff";
+ ctx.font = "bold 11px Arial";
+ ctx.textAlign = "center";
+ ctx.textBaseline = "top";
+ ctx.fillText(`${ratioText} โข ${selectedRes} (${resInfo})`, width / 2, boxY + boxHeight + 6);
+ },
+ };
+
+ // Add preview widget after resolution
+ this.addCustomWidget(previewWidget);
+
+ // Update preview when aspect ratio changes
+ const originalAspectCallback = aspectWidget.callback;
+ aspectWidget.callback = (value) => {
+ originalAspectCallback?.(value);
+ node.setDirtyCanvas(true, true);
+ };
+
+ // Update preview when resolution changes
+ if (resolutionWidget) {
+ const originalResCallback = resolutionWidget.callback;
+ resolutionWidget.callback = (value) => {
+ originalResCallback?.(value);
+ node.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Ensure proper sizing
+ this.computeSize();
+ };
+ },
+});
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/popup.js b/custom_nodes/ComfyUI_INSTARAW/js/popup.js
new file mode 100644
index 0000000000000000000000000000000000000000..87d590879a418c1fbcd431d98bcb6ada4cc0fb2e
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/popup.js
@@ -0,0 +1,1238 @@
+import { app, ComfyApp } from '../../scripts/app.js';
+import { api } from '../../scripts/api.js';
+
+import {
+ mask_editor_listen_for_cancel,
+ mask_editor_showing,
+ hide_mask_editor,
+ press_maskeditor_cancel,
+ press_maskeditor_save,
+ new_editor,
+ open_maskeditor
+} from './mask_utils.js';
+import { Log } from './log.js';
+import { create } from './utils.js';
+import { FloatingWindow } from './floating_window.js';
+
+// Renamed to INSTARAW node class names
+const POPUP_NODES = ['INSTARAW_ImageFilter', 'INSTARAW_TextImageFilter', 'INSTARAW_Interactive_Crop'];
+const MASK_NODES = ['INSTARAW_MaskImageFilter'];
+
+const REQUEST_RESHOW = '-1';
+const CANCEL = '-3';
+
+const GRID_IMAGE_SPACE = 10;
+
+function get_full_url(url) {
+ return api.apiURL(
+ `/view?filename=${encodeURIComponent(url.filename ?? v)}&type=${url.type ?? 'input'}&subfolder=${url.subfolder ?? ''}&r=${Math.random()}`
+ );
+}
+
+const State = Object.freeze({
+ INACTIVE: 0,
+ TINY: 1,
+ MASK: 2,
+ FILTER: 3,
+ TEXT: 4,
+ ZOOMED: 5,
+ CROP: 6 // Our new state for the interactive cropper
+});
+
+class Popup extends HTMLElement {
+ constructor() {
+ super();
+ // Path updated to point to our package's assets
+ this.audio = new Audio('extensions/ComfyUI_INSTARAW/ding.mp3');
+
+ this.classList.add('instaraw_popup');
+
+ this.grid = create('span', 'grid', this);
+ this.overlaygrid = create('span', 'grid overlaygrid', this);
+ this.grid.addEventListener('click', this.on_click.bind(this));
+
+ // --- NEW CROP UI ELEMENTS ---
+ this.crop_container = create('div', 'crop_container', this);
+ this.crop_image_bg = create('img', 'crop_image_bg', this.crop_container);
+ this.crop_canvas = create('canvas', 'crop_canvas_overlay', this.crop_container);
+ this.crop_ctx = this.crop_canvas.getContext('2d');
+ this.crop_canvas.addEventListener('mousedown', this.on_crop_mouse_down.bind(this));
+ // We now listen for moves on the canvas for cursor updates, and the whole document for dragging
+ this.crop_canvas.addEventListener('mousemove', this.on_crop_mouse_move.bind(this));
+ document.addEventListener('mouseup', this.on_crop_mouse_up.bind(this));
+ document.addEventListener('mousemove', this.on_document_mouse_move.bind(this));
+ this.crop_data = { active: false, box: null, mode: null };
+ // --- END NEW CROP UI ---
+
+ this.zoomed = create('span', 'zoomed', this);
+ this.zoomed_prev = create('span', 'zoomed_prev', this.zoomed);
+ this.zoomed_prev_arrow = create('span', 'zoomed_arrow', this.zoomed_prev, { innerHTML: '⇦' });
+ this.zoomed_image = create('img', 'zoomed_image', this.zoomed);
+ this.zoomed_next = create('span', 'zoomed_next', this.zoomed);
+ this.zoomed_number = create('span', 'zoomed_number', this.zoomed_next);
+ this.zoomed_next_arrow = create('span', 'zoomed_arrow', this.zoomed_next, { innerHTML: '⇨' });
+
+ this.zoomed_prev_arrow.addEventListener('click', this.zoom_prev.bind(this));
+ this.zoomed_next_arrow.addEventListener('click', this.zoom_next.bind(this));
+ this.zoomed_image.addEventListener('click', this.click_zoomed.bind(this));
+
+ this.tiny_window = new FloatingWindow('', 100, 100, null, this.tiny_moved.bind(this));
+ this.tiny_window.classList.add('tiny');
+ this.tiny_image = create('img', 'tiny_image', this.tiny_window.body);
+ this.tiny_window.addEventListener('click', this.handle_deferred_message.bind(this));
+
+ this.floating_window = new FloatingWindow('', 100, 100, null, this.floater_moved.bind(this));
+
+ this.counter_row = create('span', 'counter row', this.floating_window.body);
+ this.counter_reset_button = create('button', 'counter_reset', this.counter_row, { innerText: 'Reset' });
+ this.counter_text = create('span', 'counter_text', this.counter_row);
+ this.counter_reset_button.addEventListener('click', this.request_reset.bind(this));
+
+ this.extras_row = create('span', 'extras row', this.floating_window.body);
+
+ this.tip_row = create('span', 'tip row', this.floating_window.body);
+
+ this.button_row = create('span', 'buttons row', this.floating_window.body);
+ this.send_button = create('button', 'control', this.button_row, { innerText: 'Send' });
+ this.cancel_button = create('button', 'control', this.button_row, { innerText: 'Cancel' });
+ this.toggle_button = create('button', 'control', this.button_row, { innerText: 'Hide' });
+ this.send_button.addEventListener('click', this.send_current_state.bind(this));
+ this.cancel_button.addEventListener('click', this.send_cancel.bind(this));
+ this.toggle_button.addEventListener('click', this.toggleHide.bind(this));
+
+ this.mask_button_row = create('span', 'buttons row', this.floating_window.body);
+ this.mask_send_button = create('button', 'control', this.mask_button_row, { innerText: 'Send' });
+ this.mask_cancel_button = create('button', 'control', this.mask_button_row, { innerText: 'Cancel' });
+ this.mask_send_button.addEventListener('click', press_maskeditor_save);
+ this.mask_cancel_button.addEventListener('click', press_maskeditor_cancel);
+
+ this.text_edit = create('textarea', 'text_edit row', this.floating_window.body);
+
+ this.picked = new Set();
+
+ document.addEventListener('keydown', this.on_key_down.bind(this));
+ document.addEventListener('keypress', this.on_key_press.bind(this));
+
+ document.body.appendChild(this);
+ this.last_response_sent = 0;
+ this.state = State.INACTIVE;
+ this.hidden_by_toggle = false;
+ this.render();
+ }
+
+ toggleHide() {
+ this.hidden_by_toggle = !this.hidden_by_toggle;
+ this.render();
+ }
+
+ floater_moved(x, y) {
+ if (this.node?.properties) {
+ this.node.properties['filter_floater_xy'] = { x: x, y: y };
+ }
+ }
+
+ floater_position() {
+ return this.node?.properties?.['filter_floater_xy'];
+ }
+
+ tiny_moved(x, y) {
+ if (this.node?.properties) {
+ this.node.properties['filter_tiny_xy'] = { x: x, y: y };
+ }
+ }
+
+ tiny_position() {
+ return this.node?.properties?.['filter_tiny_xy'];
+ }
+
+ visible(item, value) {
+ if (value) item.classList.remove('hidden');
+ else item.classList.add('hidden');
+ }
+ disabled(item, value) {
+ item.disabled = value;
+ }
+ highlighted(item, value) {
+ if (value) item.classList.add('highlighted');
+ else item.classList.remove('highlighted');
+ }
+
+ render() {
+ const state = this.state;
+ // --- UPDATED RENDER LOGIC ---
+ const isVisible =
+ (state === State.FILTER || state === State.TEXT || state === State.ZOOMED || state === State.CROP) &&
+ !this.hidden_by_toggle;
+ this.visible(this, isVisible);
+
+ this.visible(this.tiny_window, state === State.TINY);
+ this.visible(this.zoomed, state === State.ZOOMED);
+
+ // Hide grid when in CROP mode to prevent bleed-through from previous filter images
+ this.visible(this.grid, state === State.FILTER || state === State.ZOOMED || state === State.TEXT);
+ this.visible(this.overlaygrid, state === State.FILTER || state === State.ZOOMED || state === State.TEXT);
+
+ this.visible(this.crop_container, state === State.CROP);
+
+ const showFloater =
+ state === State.FILTER ||
+ state === State.ZOOMED ||
+ state === State.TEXT ||
+ state === State.MASK ||
+ state === State.CROP;
+ this.visible(this.floating_window, showFloater);
+
+ this.visible(this.button_row, state !== State.MASK);
+
+ // Disable send button if no images picked (filter) or no crop box drawn (crop)
+ const sendDisabled =
+ ((state === State.FILTER || state === State.ZOOMED) && this.picked.size === 0) ||
+ (state === State.CROP && (!this.crop_data.box || this.crop_data.box.width <= 0 || this.crop_data.box.height <= 0));
+ this.disabled(this.send_button, sendDisabled);
+
+ this.visible(this.mask_button_row, state === State.MASK && new_editor());
+ this.visible(this.extras_row, this.n_extras > 0);
+ this.visible(this.tip_row, this.tip_row.innerHTML.length > 0);
+ this.visible(this.text_edit, state === State.TEXT);
+
+ if (state === State.ZOOMED) {
+ const img_index = this.zoomed_image_holder.image_index;
+ this.highlighted(this.zoomed, this.picked.has(`${img_index}`));
+ this.zoomed_number.innerHTML = `${img_index + 1}/${this.n_images}`;
+ }
+
+ if (state !== State.MASK) hide_mask_editor();
+
+ this.toggle_button.innerText = this.hidden_by_toggle ? 'Show' : 'Hide';
+ const showToggleButton =
+ state === State.FILTER || state === State.ZOOMED || state === State.TEXT || state === State.CROP;
+ this.visible(this.toggle_button, showToggleButton);
+ }
+
+ _send_response(msg = {}, keep_open = false) {
+ if (Date.now() - this.last_response_sent < 1000) {
+ Log.message_out(msg, '(throttled)');
+ return;
+ }
+ const unique = this.node?._ni_widget?.value;
+ if (!unique) {
+ if (this.node) Log.error(`Node ${this.node.id} has no _ni_widget when trying to send ${msg}`);
+ else Log.error(`No node when trying to send ${msg}`);
+ return;
+ }
+ msg.unique = `${unique}`;
+ if (!msg.special) {
+ if (this.n_extras > 0) {
+ msg.extras = Array.from(this.extras_row.children).map((e) => e.value);
+ }
+ if (this.state === State.FILTER || this.state === State.ZOOMED) msg.selection = Array.from(this.picked);
+ if (this.state === State.TEXT) msg.text = this.text_edit.value;
+ // --- NEW: Add crop data to the response ---
+ if (this.state === State.CROP && this.crop_data.box) {
+ // Convert from canvas-space to original image-space before sending
+ const { box, scale } = this.crop_data;
+ // Send 'crop' at the top level, not nested under 'response'
+ msg.crop = {
+ x: Math.round(box.x / scale),
+ y: Math.round(box.y / scale),
+ width: Math.round(box.width / scale),
+ height: Math.round(box.height / scale)
+ };
+ }
+ this.last_response_sent = Date.now();
+ }
+ try {
+ const body = new FormData();
+ body.append('response', JSON.stringify(msg));
+ api.fetchApi('/instaraw/interactive_message', { method: 'POST', body });
+ Log.message_out(msg);
+ } catch (e) {
+ Log.error(e);
+ } finally {
+ if (!keep_open) this.close();
+ }
+ }
+
+ send_current_state() {
+ if (this.state == State.TEXT) {
+ this._send_response();
+ } else {
+ this._send_response();
+ }
+ }
+
+ send_cancel() {
+ // Only send cancel if we're in an active state that's waiting for response
+ if (this.state !== State.INACTIVE && this.state !== State.TINY) {
+ this._send_response({ special: CANCEL });
+ }
+ }
+
+ request_reset() {
+ this._send_response({ special: REQUEST_RESHOW }, true);
+ }
+
+ close() {
+ this.state = State.INACTIVE;
+ this.render();
+ }
+
+ maybe_play_sound() {
+ // Updated settings key
+ if (app.ui.settings.getSettingValue('INSTARAW.Interactive.PlaySound')) this.audio.play();
+ }
+
+ handle_message(message) {
+ Log.message_in(message);
+ Log.log(this._handle_message(message, false));
+ this.render();
+ }
+
+ handle_deferred_message(e) {
+ Log.message_in(this.saved_message, '(deferred)');
+ Log.log(this._handle_message(this.saved_message, true));
+ this.render();
+ }
+
+ autosend() {
+ // Updated settings key
+ return app.ui.settings.getSettingValue('INSTARAW.Interactive.AutosendIdentical') && this.allsame;
+ }
+
+ on_new_node(nd) {
+ this.node = nd;
+ const fp = this.floater_position();
+ if (fp) this.floating_window.move_to(fp.x, fp.y, true);
+ const tp = this.tiny_position();
+ if (tp) this.tiny_window.move_to(tp.x, tp.y, true);
+ }
+
+ find_node(uid) {
+ const bits = uid.split(':');
+ if (bits.length == 1) {
+ return app.graph._nodes_by_id[uid];
+ } else {
+ var graph = app.graph;
+ var node;
+ bits.forEach((bit) => {
+ node = graph._nodes_by_id[bit];
+ graph = node.subgraph;
+ });
+ }
+ return node;
+ }
+
+ _handle_message(message, using_saved) {
+ const detail = message.detail;
+ const uid = detail.uid;
+ const the_node = this.find_node(uid);
+
+ if (this.node != the_node) this.on_new_node(the_node);
+
+ if (!this.node) return console.log(`Message was for ${uid} which doesn't exist`);
+ if (this.node._ni_widget?.value != message.detail.unique) return console.log(`Message unique id wasn't mine`);
+
+ if (detail.tick) {
+ this.counter_text.innerText = `${detail.tick}s`;
+ if (this.state == State.INACTIVE) this.request_reset();
+ return;
+ }
+
+ if (detail.timeout) {
+ this.close();
+ return `Timeout`;
+ }
+
+ if (this.handling_message) return `Ignoring message because we're already handling a message`;
+
+ this.set_title(this.node.title ?? 'INSTARAW Image Filter'); // Updated default title
+ this.allsame = detail.allsame || false;
+ if (detail.tip) this.tip_row.innerHTML = detail.tip.replace(/(?:\r\n|\r|\n)/g, ' ');
+ else this.tip_row.innerHTML = '';
+
+ // Updated settings key
+ if (
+ this.state == State.INACTIVE &&
+ app.ui.settings.getSettingValue('INSTARAW.Interactive.SmallWindow') &&
+ !using_saved &&
+ !this.autosend()
+ ) {
+ this.state = State.TINY;
+ this.saved_message = message;
+ this.tiny_image.src = get_full_url(message.detail.urls[message.detail.urls.length - 1]);
+ this.maybe_play_sound();
+ return `Deferring message and showing small window`;
+ }
+
+ try {
+ this.handling_message = true;
+ this.n_extras = detail.extras ? message.detail.extras.length : 0;
+ this.extras_row.innerHTML = '';
+ for (let i = 0; i < this.n_extras; i++) {
+ create('input', 'extra', this.extras_row, { value: detail.extras[i] });
+ }
+
+ if (!using_saved && !this.autosend()) this.maybe_play_sound();
+
+ if (detail.interactive_crop) {
+ this.handle_crop(detail);
+ } else if (detail.maskedit) {
+ // existing logic
+ this.handle_maskedit(detail);
+ } else if (detail.urls) {
+ // existing logic
+ this.handle_urls(detail);
+ }
+ } finally {
+ this.handling_message = false;
+ }
+ }
+
+ window_not_showing(uid) {
+ const node = this.find_node(uid);
+ return (
+ (POPUP_NODES.includes(node.type) && this.classList.contains('hidden')) ||
+ (MASK_NODES.includes(node.type) && !mask_editor_showing())
+ );
+ }
+
+ set_title(title) {
+ this.floating_window.set_title(title);
+ var pos = this.floater_position();
+ if (pos) this.floating_window.move_to(pos.x, pos.y);
+ pos = this.tiny_position();
+ if (pos) this.tiny_window.move_to(pos.x, pos.y);
+ this.tiny_window.set_title(title);
+ }
+
+ handle_maskedit(detail) {
+ // Reset state from any previous mode
+ this.grid.innerHTML = '';
+ this.overlaygrid.innerHTML = '';
+ this.crop_data = { active: false, box: null, mode: null, scale: 1 };
+
+ if (!this.node) {
+ Log.log(`No node to handle maskedit - maybe it's been removed`);
+ this.seen_editor = true;
+ } else {
+ this.state = State.MASK;
+
+ this.node.imgs = [];
+ this.node.images = [];
+ detail.urls.forEach((url, i) => {
+ this.node.imgs.push(new Image());
+ this.node.imgs[i].src = api.apiURL(
+ `/view?filename=${encodeURIComponent(url.filename)}&type=${url.type}&subfolder=${url.subfolder}`
+ );
+ this.node.images.push(url);
+ });
+ this.node.imageIndex = 0;
+ open_maskeditor(this.node);
+ this.seen_editor = false;
+ }
+ setTimeout(this.wait_while_mask_editing.bind(this), 200);
+ }
+
+ wait_while_mask_editing() {
+ if (!this.seen_editor && mask_editor_showing()) {
+ mask_editor_listen_for_cancel(this.send_cancel.bind(this));
+ this.render();
+ this.seen_editor = true;
+ }
+
+ if (mask_editor_showing()) {
+ setTimeout(this.wait_while_mask_editing.bind(this), 100);
+ } else {
+ // Handle both file-based (old) and data URL (new) mask editor formats
+ const masked_image = this.extract_filename(this.node.imgs[0].src);
+ if (masked_image) {
+ this._send_response({ masked_image: masked_image });
+ } else {
+ // New mask editor stores as data URL
+ this._send_response({ masked_data: this.node.imgs[0].src });
+ }
+ }
+ }
+
+ extract_filename(url_string) {
+ return new URL(url_string).searchParams.get('filename');
+ }
+
+ handle_urls(detail) {
+ // Reset crop state from any previous mode
+ this.crop_data = { active: false, box: null, mode: null, scale: 1 };
+
+ this.video_frames = detail.video_frames || 1;
+
+ if (this.autosend()) {
+ return this._send_response({ selection: [0] });
+ }
+
+ this.autozoom_pending = false;
+ if (detail.text != null) {
+ this.state = State.TEXT;
+ this.text_edit.value = detail.text;
+ if (detail.textareaheight) this.text_edit.style.height = `${detail.textareaheight}px`;
+ } else {
+ // Updated settings key
+ if (
+ this.state != State.FILTER &&
+ this.state != State.ZOOMED &&
+ app.ui.settings.getSettingValue('INSTARAW.Interactive.StartZoomed') != 0
+ ) {
+ this.autozoom_pending = true;
+ }
+ this.state = State.FILTER;
+ }
+
+ this.n_images = detail.urls?.length;
+ this.laidOut = -1;
+ this.picked = new Set();
+ if (this.n_images == 1) this.picked.add('0');
+
+ this.grid.innerHTML = '';
+ this.overlaygrid.innerHTML = '';
+ var latestImage = null;
+
+ detail.urls.forEach((url, i) => {
+ console.log(url);
+ if (i % this.video_frames == 0) {
+ const thisImage = create('img', null, this.grid, { src: get_full_url(url) });
+ latestImage = thisImage;
+ latestImage.onload = this.layout.bind(this);
+ latestImage.image_index = i / this.video_frames;
+ latestImage.addEventListener('mouseover', (e) => this.on_mouse_enter(thisImage));
+ latestImage.addEventListener('mouseout', (e) => this.on_mouse_out(thisImage));
+ latestImage.frames = [get_full_url(url)];
+ } else {
+ latestImage.frames.push(get_full_url(url));
+ }
+ if (detail.mask_urls) {
+ create('img', null, this.overlaygrid, { src: get_full_url(detail.mask_urls[i]) });
+ }
+ });
+
+ this.layout();
+
+ if (this.video_frames > 1) {
+ this.frame = 0;
+ setTimeout(this.advance_videos.bind(this), 1000);
+ }
+ }
+
+ advance_videos() {
+ if (this.state == State.INACTIVE) return;
+
+ this.frame = (this.frame + 1) % this.video_frames;
+ Array.from(this.grid.children).forEach((img) => {
+ img.src = img.frames[this.frame];
+ });
+
+ // Updated settings key
+ const fps = app.ui.settings.getSettingValue('INSTARAW.Interactive.FPS');
+ const delay = fps > 0 ? 1000 / fps : 1000;
+ setTimeout(this.advance_videos.bind(this), delay);
+ }
+
+ on_mouse_enter(img) {
+ this.mouse_is_over = img;
+ this.redraw();
+ }
+
+ on_mouse_out(img) {
+ this.mouse_is_over = null;
+ this.redraw();
+ }
+
+ zoom_auto() {
+ this.autozoom_pending = false;
+ // Updated settings key
+ const startZoomed = app.ui.settings.getSettingValue('INSTARAW.Interactive.StartZoomed');
+ if (startZoomed == 1) {
+ this.zoomed_image_holder = this.grid.firstChild;
+ } else if (startZoomed == -1) {
+ this.zoomed_image_holder = this.grid.lastChild;
+ } else {
+ return;
+ }
+ if (this.zoomed_image_holder.image_index >= 0) {
+ this.state = State.ZOOMED;
+ return this.show_zoomed();
+ }
+ }
+ zoom_next() {
+ this.zoomed_image_holder = this.zoomed_image_holder.nextSibling || this.zoomed_image_holder.parentNode.firstChild;
+ this.show_zoomed();
+ }
+ zoom_prev() {
+ this.zoomed_image_holder =
+ this.zoomed_image_holder.previousSibling || this.zoomed_image_holder.parentNode.lastChild;
+ this.show_zoomed();
+ }
+ click_zoomed() {
+ const fake_event = { target: this.zoomed_image_holder };
+ this.on_click(fake_event);
+ this.show_zoomed();
+ }
+ show_zoomed() {
+ this.zoomed_image.src = this.zoomed_image_holder.src;
+ return this.render();
+ }
+ eat_event(e) {
+ e.stopPropagation();
+ e.preventDefault();
+ }
+
+ on_key_press(e) {
+ if (document.activeElement?.type == 'text' || document.activeElement?.type == 'textarea') {
+ if (this.floating_window.contains(document.activeElement) || this.contains(document.activeElement)) return;
+ }
+ if (this.state != State.INACTIVE && this.state != State.TINY) {
+ this.eat_event(e);
+ }
+ }
+
+ on_key_down(e) {
+ if (document.activeElement?.type == 'text' || document.activeElement?.type == 'textarea') {
+ if (this.floating_window.contains(document.activeElement) || this.contains(document.activeElement)) return;
+ if (this.state == State.INACTIVE && this.state == State.TINY) return;
+ }
+ if (this.state == State.FILTER || this.state == State.TEXT) {
+ if (e.key == 'Enter') {
+ this.send_current_state();
+ return this.eat_event(e);
+ }
+ if (e.key == 'Escape') {
+ this.send_cancel();
+ return this.eat_event(e);
+ }
+ if (`${parseInt(e.key)}` == e.key) {
+ this.select_unselect(parseInt(e.key));
+ this.render();
+ return this.eat_event(e);
+ }
+ }
+
+ if (this.state == State.FILTER) {
+ if (e.key == ' ' && this.mouse_is_over) {
+ this.state = State.ZOOMED;
+ this.zoomed_image_holder = this.mouse_is_over;
+ this.eat_event(e);
+ return this.show_zoomed();
+ }
+ if (e.key == 'a' && e.ctrlKey) {
+ if (this.picked.size > this.n_images / 2) {
+ this.picked.clear();
+ console.log('unselect all');
+ } else {
+ this.picked.clear();
+ for (var i = 0; i < this.n_images; i++) {
+ this.picked.add(`${i}`);
+ }
+ console.log('select all');
+ }
+ this.eat_event(e);
+ return this.redraw();
+ }
+ }
+
+ if (this.state == State.ZOOMED) {
+ if (e.key == ' ') {
+ this.state = State.FILTER;
+ this.zoomed_image_holder = null;
+ this.eat_event(e);
+ return this.render();
+ } else if (e.key == 'ArrowUp') {
+ this.click_zoomed();
+ return this.eat_event(e);
+ } else if (e.key == 'ArrowDown') {
+ // select or unselect
+ } else if (e.key == 'ArrowRight') {
+ this.zoom_next();
+ return this.eat_event(e);
+ } else if (e.key == 'ArrowLeft') {
+ this.zoom_prev();
+ return this.eat_event(e);
+ }
+ }
+ }
+
+ select_unselect(n) {
+ if (n < 0 || n > this.n_images) {
+ return;
+ }
+ const s = `${n}`;
+ // Updated settings key
+ if (app.ui.settings.getSettingValue('INSTARAW.Interactive.ClickSends')) {
+ this.picked.add(s);
+ this._send_response();
+ } else {
+ if (this.picked.has(s)) this.picked.delete(s);
+ else this.picked.add(s);
+ this.redraw();
+ }
+ }
+
+ on_click(e) {
+ if (e.target.image_index != undefined) {
+ this.select_unselect(e.target.image_index);
+ }
+ }
+
+ layout(norepeat) {
+ const box = this.grid.getBoundingClientRect();
+ if (this.laidOut == box.width) return;
+
+ const im_w = this.grid.firstChild.naturalWidth;
+ const im_h = this.grid.firstChild.naturalHeight;
+
+ if (!im_w || !im_h || !box.width || !box.height) {
+ if (!norepeat) setTimeout(this.layout.bind(this), 100, [true]);
+ return;
+ } else {
+ var best_scale = 0;
+ var best_pick;
+ var per_row;
+ for (per_row = 1; per_row <= this.n_images; per_row++) {
+ const rows = Math.ceil(this.n_images / per_row);
+ const scale = Math.min(box.width / (im_w * per_row), box.height / (im_h * rows));
+ if (scale > best_scale) {
+ best_scale = scale;
+ best_pick = per_row;
+ }
+ }
+ this.per_row = best_pick;
+ this.laidOut = box.width;
+ }
+
+ this.rows = Math.ceil(this.n_images / this.per_row);
+ const w = box.width / this.per_row - GRID_IMAGE_SPACE;
+ const h = box.height / this.rows - GRID_IMAGE_SPACE;
+
+ var template_columns = '';
+ for (let i = 0; i < this.per_row; i++) template_columns += ` ${w + GRID_IMAGE_SPACE}px`;
+ var template_rows = '';
+ for (let i = 0; i < this.rows; i++) template_rows += ` ${h + GRID_IMAGE_SPACE}px`;
+ this.grid.style.gridTemplateColumns = template_columns;
+ this.grid.style.gridTemplateRows = template_rows;
+ this.overlaygrid.style.gridTemplateColumns = template_columns;
+ this.overlaygrid.style.gridTemplateRows = template_rows;
+
+ Array.from(this.grid.children).forEach((c, i) => {
+ c.style.gridArea = `${Math.floor(i / this.per_row) + 1} / ${(i % this.per_row) + 1} / auto / auto`;
+ });
+ Array.from(this.overlaygrid.children).forEach((c, i) => {
+ c.style.gridArea = `${Math.floor(i / this.per_row) + 1} / ${(i % this.per_row) + 1} / auto / auto`;
+ });
+
+ this.redraw();
+ setTimeout(this.rescale_images.bind(this), 100);
+
+ if (this.autozoom_pending) {
+ this.zoom_auto();
+ }
+ }
+
+ rescale_images() {
+ const box = this.grid.getBoundingClientRect();
+ const sub = this.grid.firstChild.getBoundingClientRect();
+ const w_used = ((sub.width + GRID_IMAGE_SPACE) * this.per_row) / box.width;
+ const h_used = ((sub.height + GRID_IMAGE_SPACE) * this.rows) / box.height;
+ const could_zoom = 1.0 / Math.max(w_used, h_used);
+ // Updated settings key
+ if (could_zoom > 1 && app.ui.settings.getSettingValue('INSTARAW.Interactive.EnlargeSmall')) {
+ Array.from(this.grid.children).forEach((img) => {
+ img.style.width = `${sub.width * could_zoom}px`;
+ });
+ Array.from(this.overlaygrid.children).forEach((img) => {
+ img.style.width = `${sub.width * could_zoom}px`;
+ });
+ }
+ }
+
+ redraw() {
+ Array.from(this.grid.children).forEach((c, i) => {
+ if (this.picked.has(`${i}`)) c.classList.add('selected');
+ else c.classList.remove('selected');
+
+ if (c == this.mouse_is_over) c.classList.add('hover');
+ else c.classList.remove('hover');
+ });
+ }
+
+ handle_crop(detail) {
+ // Reset state from any previous mode
+ this.grid.innerHTML = '';
+ this.overlaygrid.innerHTML = '';
+ this.crop_data = { active: false, box: null, mode: null, scale: 1, aspectRatio: null };
+
+ // Store locked aspect ratio if provided
+ if (detail.lock_aspect_ratio) {
+ this.crop_data.aspectRatio = detail.lock_aspect_ratio.width / detail.lock_aspect_ratio.height;
+ this.crop_data.aspectRatioLabel = detail.lock_aspect_ratio.label;
+ console.log(`๐ Crop aspect ratio locked to ${detail.lock_aspect_ratio.label} (${this.crop_data.aspectRatio.toFixed(3)})`);
+ }
+
+ this.state = State.CROP;
+ this.crop_image_bg.onload = () => {
+ const img = this.crop_image_bg;
+ const container = this.crop_container;
+ const containerRect = container.getBoundingClientRect();
+
+ // Calculate the scaled (displayed) size of the image to fit the container
+ const imgAspect = img.naturalWidth / img.naturalHeight;
+ const containerAspect = containerRect.width / containerRect.height;
+
+ let displayWidth, displayHeight;
+ if (imgAspect > containerAspect) {
+ displayWidth = containerRect.width;
+ displayHeight = displayWidth / imgAspect;
+ } else {
+ displayHeight = containerRect.height;
+ displayWidth = displayHeight * imgAspect;
+ }
+
+ // Position and size the canvas overlay to perfectly match the displayed image
+ this.crop_canvas.width = displayWidth;
+ this.crop_canvas.height = displayHeight;
+ this.crop_canvas.style.left = `${(containerRect.width - displayWidth) / 2}px`;
+ this.crop_canvas.style.top = `${(containerRect.height - displayHeight) / 2}px`;
+
+ // Store the scaling factor. This is crucial for converting UI coordinates back to original image coordinates.
+ this.crop_data.scale = displayWidth / img.naturalWidth;
+
+ // If a proposed crop was sent from the backend, use it to initialize the crop box.
+ if (detail.proposed_crop) {
+ const proposal = detail.proposed_crop;
+ const scale = this.crop_data.scale;
+
+ // Convert the proposed crop (in original image coordinates) to canvas coordinates
+ this.crop_data.box = {
+ x: proposal.x * scale,
+ y: proposal.y * scale,
+ width: proposal.width * scale,
+ height: proposal.height * scale
+ };
+ } else {
+ // If there's no proposal, start with no crop box.
+ this.crop_data.box = null;
+ }
+
+ // Initial draw of the UI
+ this.draw_crop_box();
+
+ // Update the main render loop to enable/disable the 'Send' button correctly
+ this.render();
+ };
+
+ // Set the source of the background image, which triggers the onload event above
+ this.crop_image_bg.src = get_full_url(detail.urls[0]);
+ }
+
+ // --- NEW: Drawing logic for the crop box ---
+ draw_crop_box() {
+ if (this.state !== State.CROP) return;
+ const ctx = this.crop_ctx;
+ const canvas = this.crop_canvas;
+ ctx.clearRect(0, 0, canvas.width, canvas.height);
+ ctx.fillStyle = 'rgba(0, 0, 0, 0.7)';
+ ctx.beginPath();
+ ctx.rect(0, 0, canvas.width, canvas.height);
+ if (this.crop_data.box) {
+ const { x, y, width, height } = this.get_normalized_box(this.crop_data.box);
+ ctx.rect(x, y, width, height);
+ }
+ ctx.fill('evenodd');
+ if (this.crop_data.box) {
+ const { x, y, width, height } = this.get_normalized_box(this.crop_data.box);
+ const brandColor = '#818cf8';
+ const outlineColor = '#1e1b4b'; // Dark indigo for contrast
+ const handles = this.get_crop_handles();
+ const handleSize = 10;
+
+ // Draw crop box - outline first, then brand color
+ ctx.strokeStyle = outlineColor;
+ ctx.lineWidth = 4;
+ ctx.strokeRect(x, y, width, height);
+ ctx.strokeStyle = brandColor;
+ ctx.lineWidth = 2;
+ ctx.strokeRect(x, y, width, height);
+
+ // Draw corner handles (squares) - outline then fill
+ for (const handle of ['top-left', 'top-right', 'bottom-left', 'bottom-right']) {
+ const h = handles[handle];
+ if (h) {
+ ctx.fillStyle = outlineColor;
+ ctx.fillRect(h.x - handleSize / 2 - 1, h.y - handleSize / 2 - 1, handleSize + 2, handleSize + 2);
+ ctx.fillStyle = brandColor;
+ ctx.fillRect(h.x - handleSize / 2, h.y - handleSize / 2, handleSize, handleSize);
+ }
+ }
+
+ // Draw edge handles (smaller rectangles)
+ const edgeHandleW = 16;
+ const edgeHandleH = 6;
+ // Top and bottom (horizontal bars)
+ for (const handle of ['top', 'bottom']) {
+ const h = handles[handle];
+ if (h) {
+ ctx.fillStyle = outlineColor;
+ ctx.fillRect(h.x - edgeHandleW / 2 - 1, h.y - edgeHandleH / 2 - 1, edgeHandleW + 2, edgeHandleH + 2);
+ ctx.fillStyle = brandColor;
+ ctx.fillRect(h.x - edgeHandleW / 2, h.y - edgeHandleH / 2, edgeHandleW, edgeHandleH);
+ }
+ }
+ // Left and right (vertical bars)
+ for (const handle of ['left', 'right']) {
+ const h = handles[handle];
+ if (h) {
+ ctx.fillStyle = outlineColor;
+ ctx.fillRect(h.x - edgeHandleH / 2 - 1, h.y - edgeHandleW / 2 - 1, edgeHandleH + 2, edgeHandleW + 2);
+ ctx.fillStyle = brandColor;
+ ctx.fillRect(h.x - edgeHandleH / 2, h.y - edgeHandleW / 2, edgeHandleH, edgeHandleW);
+ }
+ }
+
+ // Draw center handle (crosshair/move icon) - outline then brand
+ const center = handles['center'];
+ if (center) {
+ const size = 12;
+ // Dark outline pass
+ ctx.strokeStyle = outlineColor;
+ ctx.lineWidth = 4;
+ ctx.beginPath();
+ ctx.moveTo(center.x - size, center.y);
+ ctx.lineTo(center.x + size, center.y);
+ ctx.stroke();
+ ctx.beginPath();
+ ctx.moveTo(center.x, center.y - size);
+ ctx.lineTo(center.x, center.y + size);
+ ctx.stroke();
+ ctx.beginPath();
+ ctx.arc(center.x, center.y, 6, 0, Math.PI * 2);
+ ctx.stroke();
+ // Brand color pass
+ ctx.strokeStyle = brandColor;
+ ctx.lineWidth = 2;
+ ctx.beginPath();
+ ctx.moveTo(center.x - size, center.y);
+ ctx.lineTo(center.x + size, center.y);
+ ctx.stroke();
+ ctx.beginPath();
+ ctx.moveTo(center.x, center.y - size);
+ ctx.lineTo(center.x, center.y + size);
+ ctx.stroke();
+ ctx.beginPath();
+ ctx.arc(center.x, center.y, 6, 0, Math.PI * 2);
+ ctx.stroke();
+ }
+
+ // Show crop dimensions in original image coordinates
+ const scale = this.crop_data.scale;
+ const origWidth = Math.round(width / scale);
+ const origHeight = Math.round(height / scale);
+ ctx.font = 'bold 14px monospace';
+ ctx.textAlign = 'center';
+ const label = `${origWidth} x ${origHeight}`;
+ // Text shadow
+ ctx.fillStyle = outlineColor;
+ ctx.fillText(label, x + width / 2 + 1, y + height + 21);
+ ctx.fillText(label, x + width / 2 - 1, y + height + 21);
+ ctx.fillText(label, x + width / 2, y + height + 22);
+ ctx.fillText(label, x + width / 2, y + height + 20);
+ // Brand color text
+ ctx.fillStyle = brandColor;
+ ctx.fillText(label, x + width / 2, y + height + 21);
+ }
+
+ // Show aspect ratio lock indicator
+ if (this.crop_data.aspectRatioLabel) {
+ const brandColor = '#818cf8';
+ const outlineColor = '#1e1b4b';
+ ctx.font = 'bold 12px sans-serif';
+ ctx.textAlign = 'left';
+ const lockLabel = `๐ ${this.crop_data.aspectRatioLabel}`;
+ // Text shadow
+ ctx.fillStyle = outlineColor;
+ ctx.fillText(lockLabel, 11, 21);
+ ctx.fillText(lockLabel, 9, 21);
+ ctx.fillText(lockLabel, 10, 22);
+ ctx.fillText(lockLabel, 10, 20);
+ // Brand color
+ ctx.fillStyle = brandColor;
+ ctx.fillText(lockLabel, 10, 21);
+ }
+ }
+
+ get_normalized_box(box) {
+ if (!box) return null;
+ return {
+ x: box.width < 0 ? box.x + box.width : box.x,
+ y: box.height < 0 ? box.y + box.height : box.y,
+ width: Math.abs(box.width),
+ height: Math.abs(box.height),
+ };
+ }
+
+ get_crop_handles() {
+ const box = this.get_normalized_box(this.crop_data.box);
+ if (!box) return {};
+ const { x, y, width, height } = box;
+ return {
+ // Corner handles for resize
+ 'top-left': { x, y }, 'top-right': { x: x + width, y },
+ 'bottom-left': { x, y: y + height }, 'bottom-right': { x: x + width, y: y + height },
+ // Edge handles for resize
+ 'top': { x: x + width / 2, y }, 'bottom': { x: x + width / 2, y: y + height },
+ 'left': { x, y: y + height / 2 }, 'right': { x: x + width, y: y + height / 2 },
+ // Center handle for move
+ 'center': { x: x + width / 2, y: y + height / 2 }
+ };
+ }
+
+ get_crop_hit_area(localPos) {
+ const handleSize = 16;
+ const handles = this.get_crop_handles();
+
+ // Check corner handles first (for resize)
+ for (const mode of ['top-left', 'top-right', 'bottom-left', 'bottom-right']) {
+ const handle = handles[mode];
+ if (handle && Math.abs(localPos.x - handle.x) < handleSize / 2 && Math.abs(localPos.y - handle.y) < handleSize / 2) {
+ return 'resize-corner';
+ }
+ }
+
+ // Check edge handles (for resize)
+ for (const mode of ['top', 'bottom']) {
+ const handle = handles[mode];
+ if (handle && Math.abs(localPos.x - handle.x) < handleSize / 2 && Math.abs(localPos.y - handle.y) < handleSize / 2) {
+ return 'resize-vertical'; // Drag vertically
+ }
+ }
+ for (const mode of ['left', 'right']) {
+ const handle = handles[mode];
+ if (handle && Math.abs(localPos.x - handle.x) < handleSize / 2 && Math.abs(localPos.y - handle.y) < handleSize / 2) {
+ return 'resize-horizontal'; // Drag horizontally
+ }
+ }
+
+ // Check center handle (for move)
+ const center = handles['center'];
+ if (center && Math.abs(localPos.x - center.x) < handleSize && Math.abs(localPos.y - center.y) < handleSize) {
+ return 'move';
+ }
+
+ // Check if inside box (also move)
+ const box = this.get_normalized_box(this.crop_data.box);
+ if (box) {
+ const { x, y, width, height } = box;
+ if (localPos.x > x && localPos.x < x + width && localPos.y > y && localPos.y < y + height) {
+ return 'move';
+ }
+ }
+ return 'new';
+ }
+
+ update_crop_cursor(e) {
+ if (this.state !== State.CROP || this.crop_data.active) return;
+ const rect = this.crop_canvas.getBoundingClientRect();
+ const localPos = { x: e.clientX - rect.left, y: e.clientY - rect.top };
+ const mode = this.get_crop_hit_area(localPos);
+
+ const cursorMap = {
+ 'resize-corner': 'nwse-resize',
+ 'resize-vertical': 'ns-resize',
+ 'resize-horizontal': 'ew-resize',
+ 'move': 'move',
+ 'new': 'crosshair'
+ };
+ this.crop_canvas.style.cursor = cursorMap[mode] || 'crosshair';
+ }
+
+ on_crop_mouse_down(e) {
+ if (this.state !== State.CROP) return;
+ const rect = this.crop_canvas.getBoundingClientRect();
+ const localPos = { x: e.clientX - rect.left, y: e.clientY - rect.top };
+ this.crop_data.active = true;
+ this.crop_data.mode = this.get_crop_hit_area(localPos);
+ this.crop_data.startPos = localPos;
+ this.crop_data.originalBox = this.crop_data.box ? { ...this.get_normalized_box(this.crop_data.box) } : null;
+ if (this.crop_data.mode === 'new') {
+ this.crop_data.box = { x: localPos.x, y: localPos.y, width: 0, height: 0 };
+ this.crop_data.originalBox = null;
+ }
+ }
+
+ on_document_mouse_move(e) {
+ if (this.state !== State.CROP || !this.crop_data.active) return;
+ const rect = this.crop_canvas.getBoundingClientRect();
+ let localPos = { x: e.clientX - rect.left, y: e.clientY - rect.top };
+
+ const canvasW = this.crop_canvas.width;
+ const canvasH = this.crop_canvas.height;
+
+ localPos.x = Math.max(0, Math.min(localPos.x, canvasW));
+ localPos.y = Math.max(0, Math.min(localPos.y, canvasH));
+
+ const dx = localPos.x - this.crop_data.startPos.x;
+ const dy = localPos.y - this.crop_data.startPos.y;
+ const { mode, originalBox, aspectRatio } = this.crop_data;
+ let x, y, width, height;
+
+ if (mode === 'new') {
+ // Drawing new box from click point
+ x = this.crop_data.box.x; // Starting point
+ width = localPos.x - x;
+ height = localPos.y - this.crop_data.box.y;
+ y = this.crop_data.box.y;
+
+ // Enforce aspect ratio when drawing new box
+ if (aspectRatio) {
+ const absWidth = Math.abs(width);
+ const absHeight = Math.abs(height);
+ const currentRatio = absWidth / (absHeight || 1);
+
+ if (currentRatio > aspectRatio) {
+ width = Math.sign(width || 1) * absHeight * aspectRatio;
+ } else {
+ height = Math.sign(height || 1) * absWidth / aspectRatio;
+ }
+ }
+
+ // Normalize
+ let normX = width < 0 ? x + width : x;
+ let normY = height < 0 ? y + height : y;
+ let normW = Math.abs(width);
+ let normH = Math.abs(height);
+
+ // Clamp to canvas
+ normX = Math.max(0, normX);
+ normY = Math.max(0, normY);
+ if (normX + normW > canvasW) normW = canvasW - normX;
+ if (normY + normH > canvasH) normH = canvasH - normY;
+
+ this.crop_data.box = { x: normX, y: normY, width: Math.max(10, normW), height: Math.max(10, normH) };
+
+ } else if (mode === 'move') {
+ // Move box, keeping size constant
+ x = originalBox.x + dx;
+ y = originalBox.y + dy;
+ width = originalBox.width;
+ height = originalBox.height;
+
+ // Clamp to keep box fully inside canvas
+ x = Math.max(0, Math.min(x, canvasW - width));
+ y = Math.max(0, Math.min(y, canvasH - height));
+
+ this.crop_data.box = { x, y, width, height };
+
+ } else if (mode === 'resize-corner' || mode === 'resize-vertical' || mode === 'resize-horizontal') {
+ // Center-based resize using delta from drag start
+ const origCenterX = originalBox.x + originalBox.width / 2;
+ const origCenterY = originalBox.y + originalBox.height / 2;
+
+ // Calculate size change based on drag delta (not absolute position)
+ // This prevents the "jump" when first clicking a handle
+ let deltaSize;
+ if (mode === 'resize-corner') {
+ // Use diagonal movement for corners
+ deltaSize = (dx + dy) / 2;
+ } else if (mode === 'resize-vertical') {
+ // Use vertical movement for top/bottom edges
+ deltaSize = dy;
+ } else {
+ // Use horizontal movement for left/right edges
+ deltaSize = dx;
+ }
+
+ // Scale factor based on delta (positive = grow, negative = shrink)
+ const scaleFactor = 1 + (deltaSize * 2) / Math.max(originalBox.width, originalBox.height);
+
+ let newWidth = originalBox.width * Math.max(0.1, scaleFactor);
+ let newHeight = originalBox.height * Math.max(0.1, scaleFactor);
+
+ // Enforce aspect ratio
+ if (aspectRatio) {
+ const currentRatio = newWidth / newHeight;
+ if (currentRatio > aspectRatio) {
+ newWidth = newHeight * aspectRatio;
+ } else {
+ newHeight = newWidth / aspectRatio;
+ }
+ }
+
+ width = newWidth;
+ height = newHeight;
+
+ // Clamp dimensions to canvas size
+ if (width > canvasW || height > canvasH) {
+ const scaleW = canvasW / width;
+ const scaleH = canvasH / height;
+ const clampScale = Math.min(scaleW, scaleH);
+ width *= clampScale;
+ height *= clampScale;
+ }
+
+ // Calculate center position - try to keep original center but slide if needed
+ let centerX = origCenterX;
+ let centerY = origCenterY;
+
+ const halfW = width / 2;
+ const halfH = height / 2;
+
+ // Slide center to keep box in bounds
+ if (centerX - halfW < 0) {
+ centerX = halfW;
+ }
+ if (centerX + halfW > canvasW) {
+ centerX = canvasW - halfW;
+ }
+ if (centerY - halfH < 0) {
+ centerY = halfH;
+ }
+ if (centerY + halfH > canvasH) {
+ centerY = canvasH - halfH;
+ }
+
+ x = centerX - halfW;
+ y = centerY - halfH;
+
+ // Ensure minimum size
+ width = Math.max(20, width);
+ height = Math.max(20, height);
+
+ // If aspect ratio locked and we hit minimum, enforce ratio on minimum too
+ if (aspectRatio && (width <= 20 || height <= 20)) {
+ if (width / height > aspectRatio) {
+ width = height * aspectRatio;
+ } else {
+ height = width / aspectRatio;
+ }
+ }
+
+ this.crop_data.box = { x, y, width, height };
+ }
+
+ this.draw_crop_box();
+ }
+
+ on_crop_mouse_move(e) {
+ this.update_crop_cursor(e);
+ }
+
+ on_crop_mouse_up(e) {
+ if (this.state !== State.CROP || !this.crop_data.active) return;
+ this.crop_data.active = false;
+
+ if (this.crop_data.box) {
+ this.crop_data.box = this.get_normalized_box(this.crop_data.box);
+ }
+
+ this.draw_crop_box();
+ this.render();
+ }
+}
+
+customElements.define('instaraw-imgae-filter-popup', Popup); // Renamed custom element
+
+export const popup = new Popup();
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/reality_prompt_generator.css b/custom_nodes/ComfyUI_INSTARAW/js/reality_prompt_generator.css
new file mode 100644
index 0000000000000000000000000000000000000000..a587f1623f040d03f77d98b057e71cf18cdda138
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/reality_prompt_generator.css
@@ -0,0 +1,2841 @@
+/* ---
+// Filename: ../ComfyUI_INSTARAW/js/reality_prompt_generator.css
+// Reality Prompt Generator (RPG) - Styling (Following AIL Theme Exactly)
+// --- */
+
+/* === Main Container (AIL Pattern) === */
+.instaraw-rpg-container {
+ background: #0d0f12;
+ padding: 16px;
+ border-radius: 4px;
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
+ color: #f9fafb;
+}
+
+/* === Global Select/Dropdown Dark Mode Fix (Chrome compatibility) === */
+.instaraw-rpg-container select {
+ color-scheme: dark;
+}
+
+.instaraw-rpg-container select option {
+ background: #1f2937;
+ color: #f9fafb;
+}
+
+.instaraw-rpg-topbar {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ gap: 12px;
+ margin-bottom: 12px;
+}
+
+.instaraw-rpg-mode-card {
+ flex: 1 1 320px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ background: rgba(255, 255, 255, 0.03);
+ border-radius: 4px;
+ padding: 12px;
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+}
+
+.instaraw-rpg-mode-meta {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 8px;
+ align-items: center;
+}
+
+.instaraw-rpg-mode-hint {
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.6);
+}
+
+.instaraw-rpg-mode-pill {
+ background: rgba(167, 139, 250, 0.2);
+ color: #c4b5fd;
+ padding: 4px 10px;
+ border-radius: 999px;
+ font-size: 11px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-kpi-row {
+ display: flex;
+ flex: 1 1 240px;
+ gap: 12px;
+ justify-content: flex-end;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-kpi {
+ flex: 1 1 100px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ background: rgba(255, 255, 255, 0.02);
+ border-radius: 4px;
+ padding: 10px 14px;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ gap: 2px;
+ min-width: 100px;
+}
+
+.instaraw-rpg-kpi span {
+ font-size: 10px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ color: rgba(249, 250, 251, 0.5);
+ font-weight: 500;
+}
+
+.instaraw-rpg-kpi strong {
+ font-size: 20px;
+ font-weight: 700;
+ color: #a78bfa;
+ font-variant-numeric: tabular-nums;
+}
+
+/* === Header & Tabs === */
+.instaraw-rpg-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 16px;
+ gap: 12px;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-tabs {
+ display: flex;
+ gap: 8px;
+ background: rgba(255, 255, 255, 0.02);
+ border: 1px solid rgba(255, 255, 255, 0.05);
+ border-radius: 4px;
+ padding: 12px;
+ margin-top: 12px;
+}
+
+.instaraw-rpg-tab {
+ background: rgba(255, 255, 255, 0.05);
+ color: rgba(249, 250, 251, 0.7);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 8px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 13px;
+ font-weight: 500;
+ display: flex;
+ align-items: center;
+ gap: 6px;
+}
+
+.instaraw-rpg-tab:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+ color: #f9fafb;
+}
+
+.instaraw-rpg-tab.active {
+ background: #6366f1;
+ color: #ffffff;
+ border-color: #6366f1;
+}
+
+/* === Mode Selector (AIL Pattern) === */
+.instaraw-rpg-mode-selector {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+}
+
+.instaraw-rpg-mode-selector label {
+ color: rgba(249, 250, 251, 0.7);
+ font-size: 11px;
+ font-weight: 500;
+ text-transform: uppercase;
+}
+
+.instaraw-rpg-mode-dropdown {
+ background: rgba(255, 255, 255, 0.05);
+ color: #f9fafb;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 8px 12px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 13px;
+ font-weight: 500;
+ outline: none;
+ min-width: 140px;
+ color-scheme: dark;
+}
+
+.instaraw-rpg-mode-dropdown:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+}
+
+.instaraw-rpg-mode-dropdown:focus {
+ border-color: #a78bfa;
+}
+
+.instaraw-rpg-mode-dropdown option {
+ background: #1f2937;
+ color: #f9fafb;
+}
+
+/* === Content Layout (Two-Column Grid: 50% Main Panel | 50% Batch) === */
+.instaraw-rpg-content {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ gap: 16px;
+ margin-bottom: 16px;
+}
+
+.instaraw-rpg-main-panel {
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.06);
+ border-radius: 4px;
+ padding: 16px;
+}
+
+.instaraw-rpg-batch-panel {
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.06);
+ border-radius: 4px;
+ padding: 16px;
+ min-height: 200px;
+ /* No max-height - let it grow naturally */
+ overflow-y: visible;
+}
+
+.instaraw-rpg-panel-card {
+ margin-top: 12px;
+ background: rgba(255, 255, 255, 0.02);
+ border: 1px solid rgba(255, 255, 255, 0.05);
+ border-radius: 4px;
+ padding: 12px;
+}
+
+/* === Buttons (AIL Pattern) === */
+.instaraw-rpg-btn-primary {
+ background: #6366f1;
+ color: #ffffff;
+ border: none;
+ padding: 10px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+}
+
+.instaraw-rpg-btn-primary:hover {
+ background: #4f46e5;
+}
+
+.instaraw-rpg-btn-primary:disabled {
+ background: #4f46e5;
+ cursor: not-allowed;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.instaraw-rpg-btn-secondary {
+ background: rgba(255, 255, 255, 0.08);
+ color: #f9fafb;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 8px 16px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 500;
+ font-size: 12px;
+}
+
+.instaraw-rpg-btn-secondary:hover {
+ background: rgba(255, 255, 255, 0.12);
+ border-color: #818cf8;
+}
+
+.instaraw-rpg-btn-secondary:disabled {
+ background: rgba(255, 255, 255, 0.05);
+ cursor: not-allowed;
+ color: rgba(249, 250, 251, 0.5);
+}
+
+.instaraw-rpg-btn-warning {
+ background: rgba(245, 158, 11, 0.15);
+ border-color: rgba(245, 158, 11, 0.4);
+ color: #fbbf24;
+}
+
+.instaraw-rpg-btn-warning:hover {
+ background: rgba(245, 158, 11, 0.25);
+ border-color: rgba(245, 158, 11, 0.6);
+}
+
+.instaraw-rpg-btn-danger {
+ background: #ef4444;
+ color: #ffffff;
+ border: none;
+ padding: 10px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 13px;
+ width: 100%;
+ margin-top: 12px;
+}
+
+.instaraw-rpg-btn-danger:hover {
+ background: #dc2626;
+}
+
+/* === Loading State === */
+.instaraw-rpg-loading {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ padding: 64px 24px;
+ text-align: center;
+}
+
+.instaraw-rpg-loading-spinner {
+ width: 48px;
+ height: 48px;
+ border: 4px solid rgba(167, 139, 250, 0.2);
+ border-top-color: #a78bfa;
+ border-radius: 50%;
+ animation: instaraw-rpg-spin 1s linear infinite;
+ margin-bottom: 16px;
+}
+
+@keyframes instaraw-rpg-spin {
+ to { transform: rotate(360deg); }
+}
+
+.instaraw-rpg-progress-bar {
+ width: 100%;
+ max-width: 400px;
+ height: 8px;
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ overflow: hidden;
+ margin: 16px 0;
+}
+
+.instaraw-rpg-progress-fill {
+ height: 100%;
+ background: linear-gradient(90deg, #6366f1, #a78bfa);
+}
+
+.instaraw-rpg-progress-text {
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.7);
+ margin-top: 8px;
+}
+
+/* === Button Loading Progress Bar === */
+.instaraw-rpg-progress-bar-loading {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 3px;
+ background: linear-gradient(90deg, #c4b5fd, #818cf8, #c4b5fd);
+ background-size: 200% 100%;
+ animation: instaraw-rpg-progress-slide 1.5s linear infinite;
+ opacity: 1;
+ box-shadow: 0 0 8px rgba(167, 139, 250, 0.6);
+}
+
+@keyframes instaraw-rpg-progress-slide {
+ 0% { background-position: 200% 0; }
+ 100% { background-position: -200% 0; }
+}
+
+/* === Empty State (AIL Pattern) === */
+.instaraw-rpg-empty {
+ text-align: center;
+ padding: 48px 24px;
+ background: rgba(255, 255, 255, 0.02);
+ border-radius: 4px;
+ border: 1px dashed rgba(167, 139, 250, 0.2);
+ grid-column: 1 / -1;
+}
+
+.instaraw-rpg-empty p {
+ margin: 8px 0;
+ color: rgba(249, 250, 251, 0.7);
+ font-size: 13px;
+ font-weight: 500;
+}
+
+.instaraw-rpg-hint {
+ font-size: 12px;
+ color: rgba(129, 140, 248, 0.6);
+ font-weight: 400;
+}
+
+/* === Library Tab === */
+.instaraw-rpg-library {
+ display: flex;
+ flex-direction: column;
+ gap: 16px;
+}
+
+.instaraw-rpg-filters {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+}
+
+.instaraw-rpg-search-input {
+ width: 100%;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 10px 12px;
+ border-radius: 4px;
+ font-size: 13px;
+ outline: none;
+}
+
+.instaraw-rpg-search-input:focus {
+ border-color: #a78bfa;
+ background: rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-filter-row {
+ display: flex;
+ gap: 8px;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-filter-dropdown {
+ flex: 1;
+ min-width: 120px;
+ background: rgba(255, 255, 255, 0.05);
+ color: #f9fafb;
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 8px 10px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 12px;
+ outline: none;
+ color-scheme: dark;
+}
+
+.instaraw-rpg-filter-dropdown:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+}
+
+.instaraw-rpg-filter-dropdown:focus {
+ border-color: #818cf8;
+ outline: none;
+}
+
+.instaraw-rpg-filter-dropdown option {
+ background: #1f2937;
+ color: #f9fafb;
+}
+
+/* Ensure classification dropdowns in edit mode are clickable */
+.instaraw-rpg-user-prompt-edit-content-type,
+.instaraw-rpg-user-prompt-edit-safety-level,
+.instaraw-rpg-user-prompt-edit-shot-type {
+ position: relative;
+ z-index: 10;
+ pointer-events: auto;
+}
+
+.instaraw-rpg-checkbox-label {
+ display: flex;
+ align-items: center;
+ gap: 6px;
+ padding: 8px 12px;
+ background: rgba(255, 255, 255, 0.05);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 12px;
+ color: #f9fafb;
+ white-space: nowrap;
+ user-select: none;
+}
+
+.instaraw-rpg-checkbox-label:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+}
+
+.instaraw-rpg-checkbox-label input[type="checkbox"] {
+ cursor: pointer;
+ margin: 0;
+}
+
+.instaraw-rpg-library-header {
+ margin: 12px 0 8px 0;
+ padding: 8px 0;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.06);
+}
+
+.instaraw-rpg-result-count {
+ font-size: 13px;
+ color: rgba(249, 250, 251, 0.7);
+ font-weight: 500;
+}
+
+.instaraw-rpg-sdxl-toggle {
+ display: flex;
+ align-items: center;
+ gap: 6px;
+ padding: 4px 10px;
+ background: rgba(167, 139, 250, 0.15);
+ border: 1px solid rgba(167, 139, 250, 0.3);
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 12px;
+ color: #c4b5fd;
+ white-space: nowrap;
+ user-select: none;
+}
+
+.instaraw-rpg-sdxl-toggle:hover {
+ background: rgba(167, 139, 250, 0.25);
+ border-color: rgba(167, 139, 250, 0.5);
+}
+
+.instaraw-rpg-sdxl-toggle input[type="checkbox"] {
+ cursor: pointer;
+ margin: 0;
+}
+
+.instaraw-rpg-pagination-top {
+ margin-bottom: 12px;
+}
+
+.instaraw-rpg-library-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(max(200px, calc((100% - 24px) / 3)), 1fr));
+ gap: 12px;
+}
+
+@media (max-width: 420px) {
+ .instaraw-rpg-library-grid {
+ grid-template-columns: 1fr;
+ }
+}
+
+.instaraw-rpg-library-card {
+ background: rgba(255, 255, 255, 0.04);
+ border: 2px solid rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ overflow: hidden;
+ position: relative;
+ max-width: 500px;
+}
+
+.instaraw-rpg-library-card:hover {
+ border-color: rgba(99, 102, 241, 0.5);
+}
+
+.instaraw-rpg-library-card.in-batch {
+ border-color: rgba(167, 139, 250, 0.4);
+}
+
+/* Selection mode styling */
+.instaraw-rpg-library-card.selection-mode {
+ cursor: pointer;
+}
+
+.instaraw-rpg-library-card.selection-mode:hover {
+ border-color: rgba(59, 130, 246, 0.6);
+ background: rgba(59, 130, 246, 0.05);
+}
+
+/* Selected card indicator */
+.instaraw-rpg-library-card.selection-mode:has(.instaraw-rpg-prompt-checkbox:checked) {
+ border-color: rgba(59, 130, 246, 0.8);
+ background: rgba(59, 130, 246, 0.12);
+ box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
+}
+
+.instaraw-rpg-selection-checkbox {
+ flex-shrink: 0;
+}
+
+.instaraw-rpg-selection-checkbox input[type="checkbox"] {
+ accent-color: #3b82f6;
+}
+
+/* Badge removed - button now shows Remove state instead */
+
+.instaraw-rpg-library-card-header {
+ display: flex;
+ justify-content: space-between;
+ padding: 8px;
+ background: rgba(0, 0, 0, 0.2);
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05);
+}
+
+.instaraw-rpg-bookmark-btn {
+ background: transparent;
+ border: none;
+ color: rgba(249, 250, 251, 0.5);
+ font-size: 16px;
+ cursor: pointer;
+}
+
+.instaraw-rpg-bookmark-btn:hover {
+ color: #fbbf24;
+}
+
+.instaraw-rpg-bookmark-btn.bookmarked {
+ color: #fbbf24;
+}
+
+.instaraw-rpg-add-to-batch-btn {
+ background: #6366f1;
+ color: #ffffff;
+ border: none;
+ padding: 4px 12px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 11px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-add-to-batch-btn:hover {
+ background: #4f46e5;
+}
+
+.instaraw-rpg-batch-controls {
+ display: flex;
+ gap: 4px;
+}
+
+.instaraw-rpg-undo-batch-btn {
+ background: #dc2626;
+ color: #ffffff;
+ border: none;
+ padding: 4px 10px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 11px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-undo-batch-btn:hover {
+ background: #b91c1c;
+}
+
+.instaraw-rpg-library-card-content {
+ padding: 12px;
+}
+
+.instaraw-rpg-prompt-preview {
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.8);
+ line-height: 1.42;
+ margin-bottom: 8px;
+}
+
+.instaraw-rpg-error-text {
+ color: rgba(156, 163, 175, 0.8) !important;
+ font-style: italic;
+}
+
+.instaraw-rpg-library-card-tags {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 4px;
+}
+
+.instaraw-rpg-tag {
+ background: rgba(167, 139, 250, 0.2);
+ color: #c4b5fd;
+ padding: 2px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 500;
+}
+
+.instaraw-rpg-tag-more {
+ background: rgba(129, 140, 248, 0.2);
+ color: #818cf8;
+ padding: 2px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 500;
+}
+
+/* === Search Highlighting === */
+.instaraw-rpg-highlight {
+ background: rgba(251, 191, 36, 0.4);
+ color: #fbbf24;
+ font-weight: 600;
+ padding: 1px 2px;
+ border-radius: 4px;
+}
+
+/* === Match Badge === */
+.instaraw-rpg-match-badge {
+ display: inline-block;
+ background: rgba(34, 197, 94, 0.2);
+ color: #22c55e;
+ padding: 4px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ margin-bottom: 8px;
+}
+
+/* === SDXL Mode Styles === */
+.instaraw-rpg-tags-primary {
+ margin-bottom: 8px;
+}
+
+/* SDXL mode uses existing .instaraw-rpg-prompt-preview for clean display */
+
+.instaraw-rpg-expandable-tags {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 4px;
+ align-items: center;
+}
+
+.instaraw-rpg-expandable-tags[data-expanded="false"] {
+ max-height: 80px;
+ overflow: hidden;
+}
+
+.instaraw-rpg-expandable-tags[data-expanded="true"] {
+ max-height: none;
+}
+
+.instaraw-rpg-expand-tags-btn {
+ background: rgba(99, 102, 241, 0.2);
+ color: #818cf8;
+ border: 1px solid rgba(99, 102, 241, 0.3);
+ padding: 2px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ cursor: pointer;
+}
+
+.instaraw-rpg-expand-tags-btn:hover {
+ background: rgba(99, 102, 241, 0.3);
+ border-color: rgba(99, 102, 241, 0.5);
+}
+
+.instaraw-rpg-prompt-preview-small {
+ font-size: 11px;
+ color: rgba(249, 250, 251, 0.5);
+ line-height: 1.42;
+ font-style: italic;
+}
+
+.instaraw-rpg-toggle-tags-btn {
+ background: rgba(129, 140, 248, 0.2);
+ color: #818cf8;
+ border: 1px solid rgba(129, 140, 248, 0.3);
+ padding: 2px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ cursor: pointer;
+}
+
+.instaraw-rpg-toggle-tags-btn:hover {
+ background: rgba(129, 140, 248, 0.3);
+ border-color: rgba(129, 140, 248, 0.5);
+}
+
+/* === Pagination === */
+.instaraw-rpg-pagination {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 12px 0;
+}
+
+.instaraw-rpg-page-info {
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.7);
+}
+
+/* === Creative/Character Tabs === */
+.instaraw-rpg-creative,
+.instaraw-rpg-character {
+ display: flex;
+ flex-direction: column;
+ gap: 16px;
+}
+
+.instaraw-rpg-model-settings {
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.06);
+ border-radius: 4px;
+ padding: 16px;
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+}
+
+.instaraw-rpg-model-row {
+ display: flex;
+ flex-direction: column;
+ gap: 6px;
+}
+
+.instaraw-rpg-model-row label {
+ font-size: 12px;
+ font-weight: 500;
+ color: rgba(249, 250, 251, 0.7);
+}
+
+.instaraw-rpg-model-select,
+.instaraw-rpg-model-temp,
+.instaraw-rpg-model-top-p,
+.instaraw-rpg-system-prompt {
+ width: 100%;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ padding: 8px 10px;
+ color: #f9fafb;
+ font-size: 13px;
+ outline: none;
+ color-scheme: dark;
+}
+
+.instaraw-rpg-model-select option {
+ background: #1f2937;
+ color: #f9fafb;
+}
+
+.instaraw-rpg-model-select:focus,
+.instaraw-rpg-model-temp:focus,
+.instaraw-rpg-model-top-p:focus,
+.instaraw-rpg-system-prompt:focus {
+ border-color: #a78bfa;
+}
+
+.instaraw-rpg-model-grid {
+ display: flex;
+ gap: 12px;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-model-control {
+ flex: 1 1 160px;
+ display: flex;
+ flex-direction: column;
+ gap: 6px;
+}
+
+.instaraw-rpg-system-prompt {
+ min-height: 90px;
+ resize: vertical;
+ font-family: 'Inter', sans-serif;
+ line-height: 1.42;
+}
+
+.instaraw-rpg-creative-header h3 {
+ margin: 0 0 8px 0;
+ font-size: 16px;
+ color: #f9fafb;
+}
+
+.instaraw-rpg-creative-header p {
+ margin: 0;
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.6);
+}
+
+.instaraw-rpg-inspiration-section label {
+ display: block;
+ margin-bottom: 8px;
+ font-size: 12px;
+ font-weight: 500;
+ color: rgba(249, 250, 251, 0.8);
+}
+
+.instaraw-rpg-inspiration-list {
+ background: rgba(0, 0, 0, 0.2);
+ border: 1px solid rgba(255, 255, 255, 0.06);
+ border-radius: 4px;
+ padding: 12px;
+ max-height: 150px;
+ overflow-y: auto;
+}
+
+.instaraw-rpg-inspiration-item {
+ padding: 8px;
+ background: rgba(255, 255, 255, 0.04);
+ border-radius: 4px;
+ margin-bottom: 6px;
+}
+
+.instaraw-rpg-inspiration-item:last-child {
+ margin-bottom: 0;
+}
+
+.instaraw-rpg-inspiration-text {
+ font-size: 11px;
+ color: rgba(249, 250, 251, 0.7);
+ line-height: 1.42;
+}
+
+.instaraw-rpg-creative-controls {
+ display: flex;
+ gap: 12px;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-control-group {
+ flex: 1;
+ min-width: 120px;
+}
+
+.instaraw-rpg-control-group label {
+ display: block;
+ margin-bottom: 6px;
+ font-size: 12px;
+ font-weight: 500;
+ color: rgba(249, 250, 251, 0.8);
+}
+
+.instaraw-rpg-number-input {
+ width: 100%;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 8px 10px;
+ border-radius: 4px;
+ font-size: 13px;
+ outline: none;
+}
+
+.instaraw-rpg-number-input:focus {
+ border-color: #a78bfa;
+ background: rgba(255, 255, 255, 0.08);
+ outline: none;
+ box-shadow: 0 0 0 1px #a78bfa;
+}
+
+.instaraw-rpg-checkbox {
+ margin-right: 6px;
+ accent-color: #6366f1;
+}
+
+.instaraw-rpg-character-ref-input {
+ width: 100%;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 10px 12px;
+ border-radius: 4px;
+ font-size: 13px;
+ font-family: 'Inter', monospace;
+ outline: none;
+ resize: vertical;
+ line-height: 1.42;
+}
+
+.instaraw-rpg-character-ref-input:focus {
+ border-color: #a78bfa;
+ background: rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-creative-preview {
+ background: rgba(167, 139, 250, 0.08);
+ border: 1px solid rgba(167, 139, 250, 0.2);
+ border-radius: 4px;
+ padding: 16px;
+}
+
+.instaraw-rpg-creative-preview h4 {
+ margin: 0 0 12px 0;
+ font-size: 14px;
+ color: #a78bfa;
+}
+
+.instaraw-rpg-creative-preview-list,
+.instaraw-rpg-character-preview-list {
+ max-height: 200px;
+ overflow-y: auto;
+ margin-bottom: 12px;
+}
+
+.instaraw-rpg-preview-item {
+ background: rgba(0, 0, 0, 0.2);
+ padding: 10px;
+ border-radius: 4px;
+ margin-bottom: 8px;
+}
+
+.instaraw-rpg-preview-item-header {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ margin-bottom: 6px;
+}
+
+.instaraw-rpg-preview-images {
+ display: flex;
+ gap: 4px;
+}
+
+.instaraw-rpg-preview-item strong {
+ color: #c4b5fd;
+ font-size: 11px;
+ flex-shrink: 0;
+}
+
+.instaraw-rpg-preview-item p {
+ margin: 0;
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.8);
+ line-height: 1.42;
+}
+
+/* === Batch Panel === */
+.instaraw-rpg-batch-container {
+ background: rgba(255, 255, 255, 0.02);
+ border: 1px solid rgba(255, 255, 255, 0.05);
+ border-radius: 4px;
+ padding: 12px;
+ margin-top: 12px;
+}
+
+.instaraw-rpg-batch-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: flex-start;
+ gap: 12px;
+ margin-bottom: 16px;
+}
+
+.instaraw-rpg-batch-header h3 {
+ margin: 0;
+ font-size: 16px;
+ color: #f9fafb;
+}
+
+.instaraw-rpg-batch-subtitle {
+ margin: 10px 0 0 0;
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.6);
+}
+
+.instaraw-rpg-batch-actions {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-batch-count {
+ background: rgba(167, 139, 250, 0.2);
+ color: #c4b5fd;
+ padding: 6px 12px;
+ border-radius: 4px;
+ font-size: 12px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-reorder-toggle-btn {
+ background: rgba(99, 102, 241, 0.2);
+ color: #818cf8;
+ border: 1px solid rgba(99, 102, 241, 0.3);
+ padding: 6px 12px;
+ border-radius: 4px;
+ font-size: 12px;
+ font-weight: 600;
+ cursor: pointer;
+}
+
+.instaraw-rpg-reorder-toggle-btn:hover {
+ background: rgba(99, 102, 241, 0.3);
+ border-color: rgba(99, 102, 241, 0.5);
+}
+
+.instaraw-rpg-batch-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(max(200px, calc((100% - 24px) / 3)), 1fr));
+ gap: 12px;
+}
+
+@media (max-width: 720px) {
+ .instaraw-rpg-batch-grid {
+ grid-template-columns: 1fr;
+ }
+}
+
+.instaraw-rpg-batch-item {
+ position: relative;
+ background: rgba(255, 255, 255, 0.04);
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ padding: 12px;
+ cursor: move;
+ min-height: 220px;
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ max-width: 500px;
+}
+
+.instaraw-rpg-batch-item:hover {
+ border-color: rgba(99, 102, 241, 0.5);
+}
+
+.instaraw-rpg-batch-item.instaraw-rpg-drop-before::before {
+ content: '';
+ position: absolute;
+ top: -7px;
+ left: 0;
+ right: 0;
+ height: 4px;
+ background: #a78bfa;
+ border-radius: 2px;
+ z-index: 1000;
+ pointer-events: none;
+}
+
+.instaraw-rpg-batch-item.instaraw-rpg-drop-after::after {
+ content: '';
+ position: absolute;
+ bottom: -7px;
+ left: 0;
+ right: 0;
+ height: 4px;
+ background: #a78bfa;
+ border-radius: 2px;
+ z-index: 1000;
+ pointer-events: none;
+}
+
+/* === Batch Card Thumbnails === */
+.instaraw-rpg-batch-thumbnail {
+ position: relative;
+ width: 100%;
+ height: 180px;
+ border-radius: 4px;
+ overflow: hidden;
+ background: #000000;
+ border: 2px solid rgba(255, 255, 255, 0.1);
+ margin-bottom: 8px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.instaraw-rpg-batch-thumbnail img {
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
+ display: block;
+}
+
+.instaraw-rpg-batch-thumbnail-latent {
+ background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%);
+}
+
+/* Aspect ratio preview box for batch cards */
+.instaraw-rpg-batch-aspect-preview {
+ width: 120px;
+ max-height: 160px; /* Prevent tall portraits from overflowing */
+ background: rgba(255, 255, 255, 0.1);
+ border: 2px solid rgba(255, 255, 255, 0.3);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 8px;
+}
+
+.instaraw-rpg-batch-aspect-content {
+ text-align: center;
+ color: #ffffff;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 4px;
+}
+
+.instaraw-rpg-batch-thumbnail-missing {
+ background: rgba(245, 158, 11, 0.1);
+ border-color: rgba(245, 158, 11, 0.3);
+ border-style: dashed;
+}
+
+.instaraw-rpg-batch-thumbnail-placeholder {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ color: #9ca3af;
+ text-align: center;
+ padding: 8px;
+}
+
+.instaraw-rpg-batch-thumbnail-index {
+ position: absolute;
+ top: 6px;
+ left: 6px;
+ background: rgba(0, 0, 0, 0.85);
+ color: #ffffff;
+ padding: 4px 8px;
+ border-radius: 4px;
+ font-size: 12px;
+ font-weight: 700;
+ border: 1px solid rgba(255, 255, 255, 0.3);
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
+ z-index: 10;
+}
+
+
+.instaraw-rpg-batch-item-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 8px;
+}
+
+.instaraw-rpg-batch-item-number {
+ background: #6366f1;
+ color: #ffffff;
+ padding: 4px 10px;
+ border-radius: 4px;
+ font-size: 11px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-source-badge {
+ padding: 4px 8px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-source-badge.user {
+ background: rgba(255, 255, 255, 0.1);
+ color: rgba(249, 250, 251, 0.7);
+}
+
+.instaraw-rpg-source-badge.library {
+ background: rgba(59, 130, 246, 0.2);
+ color: #60a5fa;
+}
+
+/* Prompt Meta Info (model/theme at bottom of card) */
+.instaraw-rpg-prompt-meta {
+ display: flex;
+ flex-direction: column;
+ gap: 4px;
+ margin-top: 10px;
+ padding-top: 8px;
+ border-top: 1px solid rgba(255, 255, 255, 0.06);
+}
+
+.instaraw-rpg-prompt-meta-item {
+ font-size: 10px;
+ color: rgba(249, 250, 251, 0.4);
+ font-weight: 400;
+}
+
+.instaraw-rpg-id-badge-container {
+ display: flex;
+ align-items: center;
+ gap: 2px;
+ background: rgba(0, 0, 0, 0.3);
+ border-radius: 4px;
+ padding: 2px;
+}
+
+.instaraw-rpg-id-badge {
+ padding: 2px 6px;
+ font-size: 9px;
+ font-weight: 500;
+ color: rgba(249, 250, 251, 0.5);
+ font-family: monospace;
+ cursor: help;
+}
+
+.instaraw-rpg-id-copy-btn {
+ background: none;
+ border: none;
+ padding: 2px 4px;
+ cursor: pointer;
+ font-size: 11px;
+ opacity: 0.6;
+ border-radius: 2px;
+}
+
+.instaraw-rpg-id-copy-btn:hover {
+ opacity: 1;
+ background: rgba(255, 255, 255, 0.1);
+}
+
+.instaraw-rpg-copy-prompt-btn {
+ background: none;
+ border: none;
+ padding: 2px 2px;
+ cursor: pointer;
+ font-size: 11px;
+ opacity: 0.6;
+ border-radius: 2px;
+}
+
+.instaraw-rpg-copy-prompt-btn:hover {
+ opacity: 1;
+ background: rgba(255, 255, 255, 0.1);
+}
+
+.instaraw-rpg-source-badge.from-library {
+ background: rgba(59, 130, 246, 0.2);
+ color: #60a5fa;
+}
+
+.instaraw-rpg-source-badge.from-ai {
+ background: rgba(167, 139, 250, 0.2);
+ color: #c4b5fd;
+}
+
+.instaraw-rpg-source-badge.from-character {
+ background: rgba(236, 72, 153, 0.2);
+ color: #f9a8d4;
+}
+
+/* Repeat Count Status Badges */
+.instaraw-rpg-repeat-status {
+ font-size: 10px;
+ padding: 3px 8px;
+ border-radius: 4px;
+ font-weight: 600;
+ border: 1px solid;
+}
+
+.instaraw-rpg-repeat-match {
+ background: rgba(34, 197, 94, 0.15);
+ color: #4ade80;
+ border-color: rgba(34, 197, 94, 0.3);
+}
+
+.instaraw-rpg-repeat-mismatch {
+ background: rgba(245, 158, 11, 0.15);
+ color: #fbbf24;
+ border-color: rgba(245, 158, 11, 0.4);
+}
+
+.instaraw-rpg-crop-indicator {
+ position: absolute;
+ bottom: 4px;
+ right: 4px;
+ background: rgba(139, 92, 246, 0.85);
+ color: #ffffff;
+ font-size: 9px;
+ font-weight: 600;
+ padding: 2px 6px;
+ border-radius: 4px;
+ pointer-events: none;
+ text-transform: uppercase;
+ letter-spacing: 0.3px;
+}
+
+.instaraw-rpg-batch-delete-btn {
+ background: #ef4444;
+ color: #ffffff;
+ border: none;
+ width: 28px;
+ height: 28px;
+ border-radius: 4px;
+ cursor: pointer;
+ font-weight: 600;
+ font-size: 16px;
+ line-height: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.instaraw-rpg-batch-delete-btn:hover {
+ background: #dc2626;
+}
+
+.instaraw-rpg-batch-item-content {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+}
+
+.instaraw-rpg-batch-tags-display {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 4px;
+ padding: 8px;
+ background: rgba(167, 139, 250, 0.1);
+ border: 1px solid rgba(167, 139, 250, 0.2);
+ border-radius: 4px;
+ margin-bottom: 8px;
+}
+
+.instaraw-rpg-batch-tags-text {
+ font-size: 12px;
+ line-height: 1.42;
+ color: rgba(249, 250, 251, 0.9);
+ padding: 10px;
+ background: rgba(167, 139, 250, 0.08);
+ border: 1px solid rgba(167, 139, 250, 0.2);
+ border-radius: 4px;
+ margin-bottom: 12px;
+ font-family: 'Inter', monospace;
+ white-space: pre-wrap;
+ word-break: break-word;
+}
+
+/* SDXL mode now uses standard .instaraw-rpg-positive-textarea */
+
+.instaraw-rpg-batch-item-content label,
+.instaraw-rpg-thumbnail-label {
+ font-size: 11px;
+ font-weight: 500;
+ color: rgba(249, 250, 251, 0.7);
+ text-transform: uppercase;
+ display: block;
+}
+
+.instaraw-rpg-prompt-textarea {
+ width: 100%;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 8px 10px;
+ border-radius: 4px;
+ font-size: 12px;
+ font-family: 'Inter', monospace;
+ outline: none;
+ resize: vertical;
+ line-height: 1.42;
+ min-height: 60px;
+ max-height: 200px;
+ overflow-y: auto;
+}
+
+.instaraw-rpg-prompt-textarea:focus {
+ border-color: #a78bfa;
+ background: rgba(255, 255, 255, 0.08);
+ outline: none;
+ box-shadow: 0 0 0 1px #a78bfa;
+}
+
+/* Batch queue textareas - allow unlimited resize to view full prompts */
+.instaraw-rpg-batch-item .instaraw-rpg-prompt-textarea,
+.instaraw-rpg-positive-textarea,
+.instaraw-rpg-negative-textarea {
+ max-height: none;
+}
+
+.instaraw-rpg-negative-toggle {
+ display: flex;
+ align-items: center;
+}
+
+.instaraw-rpg-batch-item-controls {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+}
+
+.instaraw-rpg-batch-item-controls label {
+ color: rgba(249, 250, 251, 0.6);
+ font-size: 11px;
+ font-weight: 500;
+ text-transform: none;
+}
+
+.instaraw-rpg-repeat-input {
+ width: 60px;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 6px;
+ border-radius: 4px;
+ text-align: center;
+ font-size: 12px;
+ font-weight: 600;
+ outline: none;
+}
+
+.instaraw-rpg-repeat-input:hover {
+ background: rgba(255, 255, 255, 0.08);
+ border-color: #818cf8;
+}
+
+.instaraw-rpg-repeat-input:focus {
+ border-color: #a78bfa;
+ outline: none;
+ box-shadow: 0 0 0 1px #a78bfa;
+}
+
+.instaraw-rpg-seed-input:focus {
+ border-color: #a78bfa !important;
+ outline: none !important;
+ box-shadow: 0 0 0 1px #a78bfa !important;
+}
+
+.instaraw-rpg-random-count-input:focus {
+ border-color: #a78bfa !important;
+ outline: none !important;
+ box-shadow: 0 0 0 1px #a78bfa !important;
+}
+
+.instaraw-rpg-batch-item-tags {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 4px;
+ margin-top: 4px;
+}
+
+/* === Image Preview Section === */
+.instaraw-rpg-image-preview-section {
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.06);
+ border-radius: 4px;
+ padding: 16px;
+ margin-bottom: 12px;
+}
+
+.instaraw-rpg-image-preview-empty {
+ text-align: center;
+ padding: 32px 16px;
+ padding-top: 10px;
+}
+
+.instaraw-rpg-image-preview-empty p {
+ margin: 4px 0;
+ font-size: 13px;
+ color: rgba(249, 250, 251, 0.6);
+}
+
+.instaraw-rpg-image-preview-header {
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 10px;
+ font-size: 12px;
+ color: rgba(249, 250, 251, 0.8);
+}
+
+.instaraw-rpg-validation-badge {
+ padding: 6px 12px;
+ border-radius: 4px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-validation-match {
+ background: rgba(16, 185, 129, 0.2);
+ color: #10b981;
+}
+
+.instaraw-rpg-validation-mismatch {
+ background: rgba(251, 191, 36, 0.2);
+ color: #fbbf24;
+}
+
+.instaraw-rpg-image-preview-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
+ gap: 12px; /* Increased from 8px for better spacing */
+}
+
+.instaraw-rpg-preview-thumb {
+ position: relative; /* For index badge positioning */
+ width: 100%;
+ height: 120px; /* Fixed height container */
+ border-radius: 4px;
+ overflow: hidden;
+ background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%); /* Purple gradient like latents */
+ border: 2px solid rgba(139, 92, 246, 0.4);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+/* Aspect ratio box inside preview thumb (for IMG2IMG) */
+.instaraw-rpg-preview-thumb .instaraw-rpg-preview-aspect-box {
+ width: 90px;
+ max-height: 105px; /* Prevent tall portraits from overflowing */
+ border-radius: 4px;
+ overflow: hidden;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.instaraw-rpg-preview-thumb img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover; /* Fill the aspect ratio box */
+ display: block;
+}
+
+.instaraw-rpg-preview-more {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: rgba(167, 139, 250, 0.2);
+ color: #a78bfa;
+ font-size: 11px;
+ font-weight: 600;
+ border-radius: 4px;
+}
+
+/* === Footer Stats === */
+.instaraw-rpg-footer {
+ background: rgba(0, 0, 0, 0.2);
+ padding: 12px 16px;
+ border-radius: 4px;
+ border: 1px solid rgba(255, 255, 255, 0.06);
+}
+
+.instaraw-rpg-stats {
+ display: flex;
+ align-items: center;
+ gap: 16px;
+ flex-wrap: wrap;
+}
+
+.instaraw-rpg-stat-badge {
+ background: rgba(167, 139, 250, 0.2);
+ color: #c4b5fd;
+ padding: 6px 14px;
+ border-radius: 4px;
+ font-size: 12px;
+ font-weight: 600;
+ white-space: nowrap;
+}
+
+.instaraw-rpg-stat-label {
+ font-size: 11px;
+ color: rgba(249, 250, 251, 0.7);
+ font-weight: 500;
+ white-space: nowrap;
+}
+
+/* === Scrollbar Styling === */
+.instaraw-rpg-main-panel::-webkit-scrollbar,
+.instaraw-rpg-batch-panel::-webkit-scrollbar,
+.instaraw-rpg-inspiration-list::-webkit-scrollbar,
+.instaraw-rpg-creative-preview-list::-webkit-scrollbar,
+.instaraw-rpg-character-preview-list::-webkit-scrollbar {
+ width: 8px;
+}
+
+.instaraw-rpg-main-panel::-webkit-scrollbar-track,
+.instaraw-rpg-batch-panel::-webkit-scrollbar-track,
+.instaraw-rpg-inspiration-list::-webkit-scrollbar-track,
+.instaraw-rpg-creative-preview-list::-webkit-scrollbar-track,
+.instaraw-rpg-character-preview-list::-webkit-scrollbar-track {
+ background: rgba(0, 0, 0, 0.2);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-main-panel::-webkit-scrollbar-thumb,
+.instaraw-rpg-batch-panel::-webkit-scrollbar-thumb,
+.instaraw-rpg-inspiration-list::-webkit-scrollbar-thumb,
+.instaraw-rpg-creative-preview-list::-webkit-scrollbar-thumb,
+.instaraw-rpg-character-preview-list::-webkit-scrollbar-thumb {
+ background: rgba(167, 139, 250, 0.3);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-main-panel::-webkit-scrollbar-thumb:hover,
+.instaraw-rpg-batch-panel::-webkit-scrollbar-thumb:hover,
+.instaraw-rpg-inspiration-list::-webkit-scrollbar-thumb:hover,
+.instaraw-rpg-creative-preview-list::-webkit-scrollbar-thumb:hover,
+.instaraw-rpg-character-preview-list::-webkit-scrollbar-thumb:hover {
+ background: rgba(167, 139, 250, 0.5);
+}
+
+/* === Unified Generate Tab Styles === */
+.instaraw-rpg-generate-unified {
+ display: flex;
+ flex-direction: column;
+ gap: 16px;
+}
+
+.instaraw-rpg-section {
+ background: rgba(255, 255, 255, 0.02);
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ padding: 14px;
+}
+
+.instaraw-rpg-section-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 12px;
+ gap: 10px;
+}
+.instaraw-rpg-section-header-no-margin-bottom {
+ margin-bottom: 0px;
+}
+
+.instaraw-rpg-section-label {
+ font-size: 13px;
+ font-weight: 600;
+ color: #e5e7eb;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+}
+
+.instaraw-rpg-mode-badge {
+ display: inline-flex;
+ align-items: center;
+ gap: 6px;
+ padding: 6px 14px;
+ font-size: 12px;
+ font-weight: 700;
+ border-radius: 4px;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+}
+
+.instaraw-rpg-mode-img2img {
+ background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
+ border: 2px solid #60a5fa;
+ color: #ffffff;
+}
+
+.instaraw-rpg-mode-txt2img {
+ background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
+ border: 2px solid #a78bfa;
+ color: #ffffff;
+}
+
+.instaraw-rpg-hint-badge {
+ padding: 4px 10px;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ font-size: 11px;
+ color: #d1d5db;
+}
+
+.instaraw-rpg-hint-text {
+ font-size: 11px;
+ color: #9ca3af;
+ font-style: italic;
+}
+
+.instaraw-rpg-character-section {
+ margin-top: 12px;
+ padding-top: 12px;
+ border-top: 1px solid rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-character-actions {
+ display: flex;
+ gap: 10px;
+ margin-top: 10px;
+}
+
+.instaraw-rpg-character-preview {
+ margin-top: 12px;
+ padding: 10px;
+ background: rgba(139, 92, 246, 0.1);
+ border: 1px solid rgba(139, 92, 246, 0.3);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-character-desc-text {
+ margin: 6px 0 0 0;
+ font-size: 12px;
+ color: #d1d5db;
+ line-height: 1.42;
+}
+
+.instaraw-rpg-checkbox-grid {
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ gap: 10px;
+ margin-top: 10px;
+}
+
+.instaraw-rpg-checkbox-label {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ cursor: pointer;
+ padding: 8px;
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-checkbox-label:hover {
+ background: rgba(255, 255, 255, 0.06);
+ border-color: rgba(139, 92, 246, 0.4);
+}
+
+.instaraw-rpg-checkbox-label input[type="checkbox"]:checked + span {
+ color: #a78bfa;
+ font-weight: 600;
+}
+
+.instaraw-rpg-checkbox-row {
+ display: flex;
+ gap: 16px;
+ flex-wrap: wrap;
+ margin-top: 10px;
+}
+
+.instaraw-rpg-txt2img-settings {
+ margin-top: 12px;
+}
+
+.instaraw-rpg-user-text-input {
+ width: 100%;
+ background: rgba(255, 255, 255, 0.06);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #f9fafb;
+ padding: 10px 12px;
+ border-radius: 4px;
+ font-size: 13px;
+ font-family: 'Inter', sans-serif;
+ outline: none;
+ resize: vertical;
+ line-height: 1.42;
+}
+
+.instaraw-rpg-user-text-input:focus {
+ border-color: #a78bfa;
+ background: rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-library-controls {
+ margin-top: 12px;
+}
+
+.instaraw-rpg-control-row {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ margin-top: 8px;
+}
+
+.instaraw-rpg-control-row span {
+ font-size: 13px;
+ color: #d1d5db;
+}
+
+.instaraw-rpg-btn-text {
+ background: transparent;
+ border: 1px solid rgba(139, 92, 246, 0.4);
+ color: #a78bfa;
+ padding: 6px 12px;
+ font-size: 12px;
+ border-radius: 4px;
+ cursor: pointer;
+}
+
+.instaraw-rpg-btn-text:hover {
+ background: rgba(139, 92, 246, 0.2);
+ border-color: #a78bfa;
+ color: #c4b5fd;
+}
+
+.instaraw-rpg-generate-unified-btn {
+ width: 100%;
+ margin-top: 8px;
+}
+
+/* === Generation Progress Section === */
+.instaraw-rpg-generation-progress {
+ margin-top: 12px;
+ padding: 14px;
+ background: rgba(99, 102, 241, 0.08);
+ border: 1px solid rgba(99, 102, 241, 0.3);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-progress-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 16px;
+}
+
+.instaraw-rpg-progress-header h4 {
+ margin: 0;
+ color: #e5e7eb;
+ font-size: 14px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-progress-items {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+}
+
+.instaraw-rpg-progress-item {
+ background: rgba(255, 255, 255, 0.04);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ padding: 12px;
+}
+
+.instaraw-rpg-progress-item.success {
+ border-color: rgba(34, 197, 94, 0.4);
+ background: rgba(34, 197, 94, 0.08);
+}
+
+.instaraw-rpg-progress-item.error {
+ border-color: rgba(239, 68, 68, 0.4);
+ background: rgba(239, 68, 68, 0.08);
+}
+
+.instaraw-rpg-progress-item.in-progress {
+ border-color: rgba(99, 102, 241, 0.5);
+ background: rgba(99, 102, 241, 0.1);
+}
+
+.instaraw-rpg-progress-item-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 8px;
+ gap: 8px;
+}
+
+.instaraw-rpg-progress-images {
+ display: flex;
+ gap: 4px;
+ flex: 1;
+}
+
+.instaraw-rpg-progress-item-label {
+ font-size: 12px;
+ font-weight: 600;
+ color: #e5e7eb;
+}
+
+.instaraw-rpg-progress-item-status {
+ font-size: 11px;
+ padding: 3px 8px;
+ border-radius: 4px;
+ font-weight: 600;
+}
+
+.instaraw-rpg-progress-item-status.pending {
+ background: rgba(156, 163, 175, 0.2);
+ color: #9ca3af;
+}
+
+.instaraw-rpg-progress-item-status.in-progress {
+ background: rgba(99, 102, 241, 0.3);
+ color: #818cf8;
+ animation: instaraw-rpg-pulse 2s ease-in-out infinite;
+}
+
+.instaraw-rpg-progress-item-status.success {
+ background: rgba(34, 197, 94, 0.3);
+ color: #22c55e;
+}
+
+.instaraw-rpg-progress-item-status.error {
+ background: rgba(239, 68, 68, 0.3);
+ color: #ef4444;
+}
+
+.instaraw-rpg-progress-item-status.retrying {
+ background: rgba(245, 158, 11, 0.3);
+ color: #fbbf24;
+ animation: instaraw-rpg-pulse 1.5s ease-in-out infinite;
+}
+
+.instaraw-rpg-progress-item-bar {
+ width: 100%;
+ height: 4px;
+ background: rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ overflow: hidden;
+ margin-top: 10px;
+ position: relative;
+}
+
+.instaraw-rpg-progress-item-fill {
+ height: 100%;
+ background: linear-gradient(90deg, #6366f1, #a78bfa);
+ position: relative;
+ overflow: hidden;
+}
+
+.instaraw-rpg-progress-item-fill.animating {
+ background: linear-gradient(90deg, #a78bfa, #818cf8, #6366f1, #818cf8, #a78bfa);
+ background-size: 300% 100%;
+ animation: instaraw-rpg-progress-shimmer 2s ease-in-out infinite;
+ border-radius: 4px;
+ box-shadow: 0 0 12px rgba(139, 92, 246, 0.5), 0 0 24px rgba(99, 102, 241, 0.2);
+ position: relative;
+}
+
+.instaraw-rpg-progress-item-fill.animating::after {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: -100%;
+ width: 100%;
+ height: 100%;
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
+ animation: instaraw-rpg-progress-shine 2.5s ease-in-out infinite;
+}
+
+@keyframes instaraw-rpg-progress-shine {
+ 0% { left: -100%; }
+ 50%, 100% { left: 200%; }
+}
+
+.instaraw-rpg-progress-item-message {
+ font-size: 11px;
+ color: rgba(249, 250, 251, 0.7);
+ margin-top: 6px;
+ font-style: italic;
+}
+
+.instaraw-rpg-progress-item-message.error {
+ color: #fca5a5;
+}
+
+@keyframes instaraw-rpg-pulse {
+ 0%, 100% { opacity: 1; }
+ 50% { opacity: 0.6; }
+}
+
+@keyframes instaraw-rpg-progress-shimmer {
+ 0% { background-position: 200% 0; }
+ 100% { background-position: -200% 0; }
+}
+
+.instaraw-rpg-generate-preview {
+ margin-top: 16px;
+ padding: 14px;
+ background: rgba(139, 92, 246, 0.1);
+ border: 1px solid rgba(139, 92, 246, 0.3);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-generate-preview h4 {
+ margin: 0 0 12px 0;
+ color: #e5e7eb;
+ font-size: 14px;
+}
+
+.instaraw-rpg-generate-preview-list {
+ max-height: 300px;
+ overflow-y: auto;
+ margin-bottom: 12px;
+}
+
+.instaraw-rpg-generate-preview button {
+ margin-right: 10px;
+}
+
+/* === Mode Display Updates === */
+.instaraw-rpg-mode-indicator-container {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ flex: 1;
+}
+
+.instaraw-rpg-mode-source {
+ font-size: 11px;
+ color: #9ca3af;
+ font-style: italic;
+ padding: 4px 10px;
+ background: rgba(255, 255, 255, 0.05);
+ border-radius: 4px;
+}
+
+/* Reuse mode badges from Generate tab */
+.instaraw-rpg-mode-card .instaraw-rpg-mode-badge {
+ flex: 0 0 auto;
+}
+
+/* === Latent Preview Styles === */
+.instaraw-rpg-preview-latent {
+ position: relative;
+ width: 100%;
+ height: 120px; /* Fixed height container (same as AIL) */
+ background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a78bfa 100%);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ overflow: visible; /* Changed from hidden to show badges */
+ border: 2px solid rgba(139, 92, 246, 0.4);
+}
+
+/* Aspect ratio preview box inside latent card */
+.instaraw-rpg-preview-aspect-box {
+ width: 80px;
+ max-height: 105px; /* Prevent tall portraits from overflowing */
+ background: rgba(255, 255, 255, 0.1);
+ border: 2px solid rgba(255, 255, 255, 0.3);
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 6px;
+}
+
+.instaraw-rpg-preview-aspect-content {
+ text-align: center;
+ color: #ffffff;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 2px;
+}
+
+.instaraw-rpg-latent-content {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ color: #ffffff;
+ text-align: center;
+ padding: 4px;
+ width: 100%;
+ height: 100%;
+}
+
+.instaraw-rpg-preview-repeat {
+ position: absolute;
+ top: 4px;
+ right: 4px;
+ background: rgba(0, 0, 0, 0.85);
+ color: #ffffff;
+ padding: 2px 6px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 700;
+ border: 1px solid rgba(255, 255, 255, 0.3);
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
+}
+
+/* === Index Number Badges (Preview Section) === */
+.instaraw-rpg-preview-index {
+ position: absolute;
+ top: 4px;
+ left: 4px;
+ background: rgba(0, 0, 0, 0.85);
+ color: #ffffff;
+ padding: 3px 7px;
+ border-radius: 4px;
+ font-size: 11px;
+ font-weight: 700;
+ border: 1px solid rgba(255, 255, 255, 0.3);
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
+ z-index: 10;
+}
+
+.instaraw-rpg-preview-aspect-label {
+ position: absolute;
+ bottom: 4px;
+ right: 4px;
+ background: rgba(0, 0, 0, 0.85);
+ color: #ffffff;
+ padding: 3px 7px;
+ border-radius: 4px;
+ font-size: 10px;
+ font-weight: 600;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
+ z-index: 10;
+}
+
+/* === Generation Modal === */
+.instaraw-rpg-generation-modal-overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.8);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 10000;
+ padding: 20px;
+}
+
+.instaraw-rpg-generation-modal {
+ background: #0d0f12;
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ border-radius: 8px;
+ padding: 24px;
+ max-width: 600px;
+ width: 100%;
+ max-height: 80vh;
+ overflow-y: auto;
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
+}
+
+.instaraw-rpg-generation-modal-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 20px;
+ padding-bottom: 16px;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-generation-modal-title {
+ font-size: 18px;
+ font-weight: 600;
+ color: #f9fafb;
+ margin: 0;
+}
+
+.instaraw-rpg-generation-modal-close {
+ background: none;
+ border: none;
+ color: rgba(249, 250, 251, 0.6);
+ font-size: 24px;
+ cursor: pointer;
+ padding: 0;
+ width: 32px;
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 4px;
+}
+
+.instaraw-rpg-generation-modal-close:hover {
+ background: rgba(255, 255, 255, 0.08);
+ color: #f9fafb;
+}
+
+.instaraw-rpg-generation-modal-overall {
+ margin-bottom: 20px;
+ padding: 16px;
+ background: rgba(255, 255, 255, 0.03);
+ border-radius: 6px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-generation-modal-overall-text {
+ font-size: 14px;
+ color: rgba(249, 250, 251, 0.8);
+ margin-bottom: 8px;
+}
+
+.instaraw-rpg-generation-modal-overall-bar {
+ width: 100%;
+ height: 8px;
+ background: rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ overflow: hidden;
+}
+
+.instaraw-rpg-generation-modal-overall-fill {
+ height: 100%;
+ background: linear-gradient(90deg, #8b5cf6, #a78bfa);
+ border-radius: 4px;
+}
+
+.instaraw-rpg-generation-modal-list {
+ display: flex;
+ flex-direction: column;
+ gap: 12px;
+}
+
+.instaraw-rpg-generation-item {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+ padding: 12px;
+ background: rgba(255, 255, 255, 0.03);
+ border-radius: 6px;
+ border: 1px solid rgba(255, 255, 255, 0.08);
+}
+
+.instaraw-rpg-generation-item-index {
+ font-size: 14px;
+ font-weight: 600;
+ color: rgba(249, 250, 251, 0.6);
+ min-width: 40px;
+}
+
+.instaraw-rpg-generation-item-status {
+ flex: 1;
+ display: flex;
+ align-items: center;
+ gap: 8px;
+}
+
+.instaraw-rpg-generation-item-icon {
+ font-size: 16px;
+ line-height: 1;
+}
+
+.instaraw-rpg-generation-item-text {
+ font-size: 13px;
+ color: rgba(249, 250, 251, 0.8);
+}
+
+.instaraw-rpg-generation-item.status-pending {
+ border-color: rgba(156, 163, 175, 0.3);
+}
+
+.instaraw-rpg-generation-item.status-pending .instaraw-rpg-generation-item-icon {
+ color: #9ca3af;
+}
+
+.instaraw-rpg-generation-item.status-generating {
+ border-color: rgba(139, 92, 246, 0.5);
+ background: rgba(139, 92, 246, 0.08);
+}
+
+.instaraw-rpg-generation-item.status-generating .instaraw-rpg-generation-item-icon {
+ color: #a78bfa;
+ animation: spin 1s linear infinite;
+}
+
+.instaraw-rpg-generation-item.status-success {
+ border-color: rgba(34, 197, 94, 0.5);
+ background: rgba(34, 197, 94, 0.08);
+}
+
+.instaraw-rpg-generation-item.status-success .instaraw-rpg-generation-item-icon {
+ color: #22c55e;
+}
+
+.instaraw-rpg-generation-item.status-throttled {
+ border-color: rgba(251, 191, 36, 0.5);
+ background: rgba(251, 191, 36, 0.08);
+}
+
+.instaraw-rpg-generation-item.status-throttled .instaraw-rpg-generation-item-icon {
+ color: #fbbf24;
+}
+
+.instaraw-rpg-generation-item.status-error {
+ border-color: rgba(239, 68, 68, 0.5);
+ background: rgba(239, 68, 68, 0.08);
+}
+
+.instaraw-rpg-generation-item.status-error .instaraw-rpg-generation-item-icon {
+ color: #ef4444;
+}
+
+@keyframes spin {
+ from {
+ transform: rotate(0deg);
+ }
+ to {
+ transform: rotate(360deg);
+ }
+}
+
+.instaraw-rpg-generation-modal-footer {
+ margin-top: 20px;
+ padding-top: 16px;
+ border-top: 1px solid rgba(255, 255, 255, 0.08);
+ display: flex;
+ justify-content: flex-end;
+ gap: 12px;
+}
+
+.instaraw-rpg-generation-modal-btn {
+ padding: 8px 16px;
+ border-radius: 4px;
+ font-size: 13px;
+ font-weight: 500;
+ cursor: pointer;
+ border: none;
+}
+
+.instaraw-rpg-generation-modal-btn-primary {
+ background: #8b5cf6;
+ color: white;
+}
+
+.instaraw-rpg-generation-modal-btn-primary:hover:not(:disabled) {
+ background: #7c3aed;
+}
+
+.instaraw-rpg-generation-modal-btn-primary:disabled {
+ opacity: 0.5;
+ cursor: not-allowed;
+}
+
+.instaraw-rpg-generation-modal-btn-secondary {
+ background: rgba(255, 255, 255, 0.08);
+ color: rgba(249, 250, 251, 0.9);
+}
+
+.instaraw-rpg-generation-modal-btn-secondary:hover {
+ background: rgba(255, 255, 255, 0.12);
+}
+
+/* Generated prompts badge */
+.instaraw-rpg-source-badge.generated {
+ background: rgba(139, 92, 246, 0.2);
+ color: #a78bfa;
+}
+
+/* === Expression Control Styles === */
+.instaraw-rpg-expressions-section {
+ margin-top: 12px;
+}
+
+.instaraw-rpg-expressions-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
+ gap: 8px;
+ margin-bottom: 8px;
+}
+
+.instaraw-rpg-expression-toggle {
+ display: flex !important;
+ align-items: center;
+ gap: 8px;
+ padding: 8px 12px;
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ cursor: pointer;
+ user-select: none;
+}
+
+.instaraw-rpg-expression-toggle:hover {
+ background: rgba(255, 255, 255, 0.06);
+ border-color: rgba(139, 92, 246, 0.3);
+}
+
+.instaraw-rpg-expression-checkbox {
+ cursor: pointer;
+ width: 16px;
+ height: 16px;
+ margin: 0;
+ flex-shrink: 0;
+ vertical-align: middle;
+}
+
+.instaraw-rpg-expression-label {
+ font-size: 12px;
+ color: #e5e7eb;
+ flex: 1;
+ line-height: 16px;
+}
+
+.instaraw-rpg-expression-toggle:has(.instaraw-rpg-expression-checkbox:checked) {
+ background: rgba(139, 92, 246, 0.15);
+ border-color: rgba(139, 92, 246, 0.5);
+}
+
+.instaraw-rpg-expression-toggle:has(.instaraw-rpg-expression-checkbox:checked) .instaraw-rpg-expression-label {
+ color: #c4b5fd;
+ font-weight: 500;
+}
+
+.instaraw-rpg-default-expression-select {
+ width: 100%;
+ background: rgba(0, 0, 0, 0.3);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ color: #e5e7eb;
+ padding: 8px 12px;
+ border-radius: 4px;
+ font-size: 12px;
+ cursor: pointer;
+}
+
+.instaraw-rpg-default-expression-select:focus {
+ outline: none;
+ border-color: rgba(139, 92, 246, 0.5);
+}
+
+.instaraw-rpg-default-mix-slider {
+ width: 100%;
+ height: 6px;
+ border-radius: 3px;
+ background: rgba(255, 255, 255, 0.1);
+ outline: none;
+ cursor: pointer;
+}
+
+.instaraw-rpg-default-mix-slider::-webkit-slider-thumb {
+ -webkit-appearance: none;
+ appearance: none;
+ width: 16px;
+ height: 16px;
+ border-radius: 50%;
+ background: #8b5cf6;
+ cursor: pointer;
+}
+
+.instaraw-rpg-default-mix-slider::-moz-range-thumb {
+ width: 16px;
+ height: 16px;
+ border-radius: 50%;
+ background: #8b5cf6;
+ cursor: pointer;
+ border: none;
+}
+
+.instaraw-rpg-default-mix-value {
+ font-weight: 600;
+ color: #c4b5fd;
+}
+
+/* === Custom Tab Styles === */
+.instaraw-rpg-custom-tab {
+ display: flex;
+ flex-direction: column;
+ gap: 16px;
+}
+
+.instaraw-rpg-custom-template-textarea {
+ font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace !important;
+ min-height: 100px;
+ max-height: 250px;
+ overflow-y: auto !important;
+}
+
+/* Model instructions textarea - allow unlimited expansion */
+.instaraw-rpg-model-instructions {
+ min-height: 80px;
+ max-height: none;
+}
+
+.instaraw-rpg-variables-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
+ gap: 12px;
+}
+
+.instaraw-rpg-variable-item {
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ padding: 10px;
+}
+
+.instaraw-rpg-variable-item:hover {
+ background: rgba(255, 255, 255, 0.06);
+ border-color: rgba(139, 92, 246, 0.3);
+}
+
+.instaraw-rpg-variable-insert-btn {
+ width: 100%;
+ background: transparent;
+ border: none;
+ padding: 4px 0;
+ cursor: pointer;
+ text-align: left;
+ color: inherit;
+ font-family: inherit;
+}
+
+.instaraw-rpg-variable-name {
+ font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
+ font-size: 12px;
+ color: #8b5cf6;
+ font-weight: 600;
+ display: block;
+ margin-bottom: 4px;
+}
+
+.instaraw-rpg-variable-desc {
+ font-size: 11px;
+ color: #9ca3af;
+ line-height: 1.4;
+}
+
+.instaraw-rpg-variable-insert-btn:hover .instaraw-rpg-variable-name {
+ color: #a78bfa;
+}
+
+/* === Preview Modal Styles === */
+.instaraw-rpg-preview-modal-overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.8);
+ backdrop-filter: blur(4px);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 10000;
+ padding: 20px;
+}
+
+.instaraw-rpg-preview-modal {
+ background: #1a1d23;
+ border: 1px solid rgba(139, 92, 246, 0.3);
+ border-radius: 8px;
+ max-width: 900px;
+ width: 100%;
+ max-height: 90vh;
+ display: flex;
+ flex-direction: column;
+ box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
+}
+
+.instaraw-rpg-preview-modal-header {
+ padding: 20px 24px;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.instaraw-rpg-preview-modal-header h3 {
+ margin: 0;
+ font-size: 18px;
+ font-weight: 600;
+ color: #e5e7eb;
+}
+
+.instaraw-rpg-preview-modal-close {
+ background: transparent;
+ border: none;
+ color: #9ca3af;
+ font-size: 24px;
+ cursor: pointer;
+ padding: 0;
+ width: 32px;
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 4px;
+}
+
+.instaraw-rpg-preview-modal-close:hover {
+ background: rgba(255, 255, 255, 0.1);
+ color: #e5e7eb;
+}
+
+.instaraw-rpg-preview-modal-body {
+ padding: 24px;
+ overflow-y: auto;
+ flex: 1;
+}
+
+.instaraw-rpg-preview-section {
+ margin-bottom: 24px;
+}
+
+.instaraw-rpg-preview-section:last-child {
+ margin-bottom: 0;
+}
+
+.instaraw-rpg-preview-section h4 {
+ margin: 0 0 12px 0;
+ font-size: 14px;
+ font-weight: 600;
+ color: #c4b5fd;
+}
+
+.instaraw-rpg-preview-settings {
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 6px;
+ padding: 16px;
+ display: grid;
+ gap: 8px;
+}
+
+.instaraw-rpg-preview-settings div {
+ font-size: 13px;
+ color: #d1d5db;
+ line-height: 1.6;
+}
+
+.instaraw-rpg-preview-settings strong {
+ color: #a78bfa;
+ font-weight: 600;
+ margin-right: 8px;
+}
+
+.instaraw-rpg-preview-prompt {
+ background: rgba(0, 0, 0, 0.4);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ border-radius: 6px;
+ padding: 16px;
+ max-height: 400px;
+ overflow-y: auto;
+}
+
+.instaraw-rpg-preview-prompt pre {
+ margin: 0;
+ font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
+ font-size: 12px;
+ line-height: 1.6;
+ color: #e5e7eb;
+ white-space: pre-wrap;
+ word-wrap: break-word;
+}
+
+.instaraw-rpg-preview-modal-footer {
+ padding: 16px 24px;
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ display: flex;
+ justify-content: flex-end;
+ gap: 12px;
+}
+
+/* === Multi-Image Combination Cards === */
+/* Compact flowing rectangles showing image combinations */
+
+.instaraw-combo-grid {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 4px;
+}
+
+.instaraw-combo-card {
+ display: flex;
+ align-items: center;
+ gap: 4px;
+ background: rgba(255, 255, 255, 0.03);
+ border: 1px solid rgba(255, 255, 255, 0.08);
+ border-radius: 4px;
+ padding: 3px 6px;
+}
+
+.instaraw-combo-card:hover {
+ border-color: rgba(139, 92, 246, 0.3);
+ background: rgba(255, 255, 255, 0.05);
+}
+
+.instaraw-combo-header {
+ display: flex;
+ align-items: center;
+}
+
+.instaraw-combo-number {
+ font-size: 10px;
+ font-weight: 600;
+ color: rgba(255, 255, 255, 0.5);
+ min-width: 20px;
+}
+
+.instaraw-combo-slots {
+ display: flex;
+ gap: 3px;
+}
+
+.instaraw-combo-slot {
+ display: flex;
+ align-items: center;
+}
+
+.instaraw-combo-slot-image {
+ width: 42px;
+ height: 42px;
+ border-radius: 3px;
+ overflow: hidden;
+ background: rgba(0, 0, 0, 0.3);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.instaraw-combo-slot-image img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+.instaraw-combo-slot-image.empty {
+ border-style: dashed;
+ border-color: rgba(255, 255, 255, 0.15);
+}
+
+.instaraw-combo-slot-image.empty::after {
+ content: 'โ';
+ color: rgba(255, 255, 255, 0.3);
+ font-size: 10px;
+}
+
+.instaraw-combo-slot-label {
+ display: none;
+}
+
+/* Simple grid fallback for single input mode */
+.instaraw-simple-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
+ gap: 8px;
+}
+
+.instaraw-simple-grid-item {
+ position: relative;
+ width: 100%;
+ aspect-ratio: 1;
+ border-radius: 4px;
+ overflow: hidden;
+ background: rgba(0, 0, 0, 0.3);
+ border: 1px solid rgba(255, 255, 255, 0.1);
+}
+
+.instaraw-simple-grid-item img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+.instaraw-simple-grid-item-index {
+ position: absolute;
+ top: 3px;
+ left: 3px;
+ background: rgba(0, 0, 0, 0.8);
+ color: #ffffff;
+ padding: 2px 5px;
+ border-radius: 3px;
+ font-size: 10px;
+ font-weight: 600;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+}
+
+/* Multi-image header indicator */
+.instaraw-multi-image-indicator {
+ display: flex;
+ align-items: center;
+ gap: 6px;
+ padding: 6px 10px;
+ background: rgba(139, 92, 246, 0.1);
+ border: 1px solid rgba(139, 92, 246, 0.2);
+ border-radius: 4px;
+ font-size: 11px;
+ color: #c4b5fd;
+}
+
+.instaraw-multi-image-indicator-dot {
+ width: 6px;
+ height: 6px;
+ border-radius: 50%;
+ background: #a78bfa;
+}
+
+.instaraw-multi-image-count {
+ font-weight: 600;
+}
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/reality_prompt_generator.js b/custom_nodes/ComfyUI_INSTARAW/js/reality_prompt_generator.js
new file mode 100644
index 0000000000000000000000000000000000000000..e05794fad0c7e0ceac4ca133348ae04c4bf0219d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/reality_prompt_generator.js
@@ -0,0 +1,9396 @@
+// ---
+// Filename: ../ComfyUI_INSTARAW/js/reality_prompt_generator.js
+// Reality Prompt Generator (RPG) - Full JavaScript UI Implementation
+// Following AdvancedImageLoader patterns exactly
+// ---
+
+import { app } from "../../scripts/app.js";
+import { api } from "../../scripts/api.js";
+import { renderComboCards, getComboMaxLength } from "./shared/combo-cards.js";
+
+// Expression list for social media photos (15 expressions)
+const EXPRESSION_LIST = [
+ "Neutral/Natural",
+ "Smiling/Happy",
+ "Laughing/Joyful",
+ "Sexy/Seductive",
+ "Flirty/Playful",
+ "Blowing a Kiss",
+ "Winking",
+ "Pouty/Duck Face",
+ "Surprised/Excited",
+ "Confident/Fierce",
+ "Shy/Cute",
+ "Ahegao/Pleasure",
+ "Biting Lip",
+ "Tongue Out",
+ "Sultry/Smoldering"
+];
+
+// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+// MODEL-SPECIFIC INSTRUCTION PRESETS (for prompt formatting per model)
+// Available in both txt2img and img2img modes
+// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+const MODEL_INSTRUCTION_PRESETS = {
+ "none": {
+ label: "None (default)",
+ instructions: "",
+ model: null,
+ badge: null
+ },
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // INSTARAW GRILLE MODE - PHOTOREALISTIC (UV/blacklight drip culture aesthetic)
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ "instaraw_signature": {
+ label: "โจ INSTARAW Grille Mode",
+ model: null,
+ badge: "โจ INSTARAW",
+ instructions: `INSTARAW GRILLE MODE: ULTIMATE DRIP GENERATION PROTOCOL
+
+Generate prompts fusing MAXIMUM DRIP CULTURE with hyper-realistic degraded phone photography. Any subjectโhuman, animal, mythical, mechanical, abstractโgets baptized in ice and captured in pitch blackness through real trash phone hardware.
+
+GOLDEN RULE: 100% PHOTOREALISM + 1000% DRIP. Only natural camera degradation. Nothing that looks edited or filtered. The result must look like a real photograph.
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+LAYER 1: THE DRIP PROTOCOL (Emergent Subject - MAXIMUM CREATIVITY)
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+SUBJECT: Anythingโcelebrities, politicians, historical figures, gods, animals, cryptids, robots, objects given life. No limits.
+
+DRIP MANDATE (Every Subject Gets Loaded):
+โข GRILLZ: Full set diamond grillz, VVS diamond tooth caps, solid gold fronts, platinum bottom grillz, iced-out top and bottom setsโflat smooth dental covers that fit flush over natural teeth like a mouthguard
+โข CHAINS: Layered diamond cubans, heavy rope chains, iced-out pendants, tennis chains stacked deep
+โข WRISTS: Multiple iced-out watches per arm, tennis bracelets wrist-to-elbow, diamond cuffs
+โข HANDS: Diamond rings every finger, iced-out knuckle pieces, championship rings
+โข EXTRAS: Diamond studs, iced-out collars, platinum armor, bejeweled crowns
+โข UNEXPECTED: Diamond-encrusted horns/tusks/claws/wings/scales for non-human subjects
+
+ENERGY MANDATE (Dynamic State Required):
+Lunging, sprinting, roaring, struggling against chains, aggressive repose, the classic pose (hand half-covering mouth, fingers parted, grill blasting light), velocity with hair/chains in motion
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+LAYER 2: THE INSTARAW AESTHETIC (Non-Negotiable Visual Rules)
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+A. BLACKLIGHT DOMINANCE:
+โข Environment: "completely pitch-black warehouse/void/space"
+โข Light: "lit only by a single hidden UV blacklight tube of blue tint" (NO other sources ever)
+โข Fluorescence: "insane ultraviolet glow making [ice] fluoresce bright electric white-blue like radioactive," "glowing like x-rays," "overexposed highlights on jewelry"
+โข Atmosphere: "faint purple haze from a distant fog machine"
+โข Shadows: "extreme crushed blacks everywhere else," "everything else swallowed by darkness," "only the diamonds and grill are sharp and overexposed"
+
+B. NATURAL CAMERA DEGRADATION (Real Phone Limitations Only):
+โข Camera: "shot on a trash 2011 android phone," "shot on a cheap old smartphone"
+โข Natural Degradation:
+ - "low-res 480p quality" (real resolution)
+ - "thick natural grain from high ISO" (real sensor noise)
+ - "soft focus from phone struggling to autofocus in darkness" (real AF failure)
+ - "slight motion blur from slow shutter speed" (real low-light behavior)
+ - "overexposed highlights bleeding" (real sensor bloom)
+ - "jpeg compression in dark areas" (real file compression)
+
+โข DO NOT INCLUDE (These Look Fake):
+ - NO datamoshing, glitch effects, VHS effects, scan lines
+ - NO chromatic aberration unless very subtle
+ - NO anything that sounds like a filter or post-processing
+
+C. VIBE ANCHORS:
+โข Openings: "amateur candid image of..." / "raw candid photo of..." / "grainy snapshot of..."
+โข Closings: "natural look, candid, realistic" / "raw and authentic" / "looks like a real photo"
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+PROMPT FORMULA
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+[OPENING VIBE] + [SUBJECT WITH BOUND DRIP] + [DYNAMIC ACTION] + [PITCH BLACK ENVIRONMENT] + [UV LIGHT SOURCE] + [FLUORESCENCE ON ICE] + [ADDITIONAL DRIP] + [NATURAL MOTION] + [DARKNESS VS LIGHT] + [HAZE] + [TRASH CAMERA] + [NATURAL DEGRADATION] + [CLOSING VIBE]
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+RULES
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+1. DRIP AT 1000%: Load every subject with maximum ice
+2. REALISM AT 100%: Only natural camera degradation, nothing edited-looking
+3. UV blacklight is the ONLY light source
+4. 80-90% of frame is pure black
+5. Only jewelry is sharp and overexposed
+6. Natural flowing language, not tag soup
+7. 120-180 words per prompt
+8. Single paragraph output, no formatting
+
+FOR IMG2IMG: Identify subject โ inject drip โ wrap in INSTARAW aesthetic with natural degradation
+FOR TXT2IMG: Create unexpected dripped subject โ place in void โ UV light โ natural phone limitations
+
+THE IMAGE MUST LOOK LIKE IT COULD BE A REAL PHOTOGRAPH.`
+ },
+ "instaraw_full": {
+ label: "โจ INSTARAW Grille Mode (with examples)",
+ model: null,
+ badge: "โจ INSTARAW",
+ instructions: `INSTARAW GRILLE MODE: ULTIMATE DRIP GENERATION PROTOCOL
+
+You are the architect of the most unapologetically excessive, UV-drenched, diamond-flooded visual prompts on the planet. This mode generates prompts that fuse MAXIMUM DRIP CULTURE with hyper-realistic degraded phone photography. Every subjectโhuman, animal, mythical, mechanical, or abstractโgets baptized in ice and captured in pitch blackness. The result must look like a REAL photograph taken on a real trash phoneโnot a digitally manipulated image.
+
+GOLDEN RULE: 100% PHOTOREALISM. No effects that look edited, filtered, or processed. Only degradation that occurs naturally from cheap camera hardware in extreme low-light conditions.
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+LAYER 1: THE DRIP PROTOCOL (Emergent Subject & Scene - MAXIMUM CREATIVITY)
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+The subject can be ANYTHINGโcelebrity, politician, historical figure, anime character, Greek god, extinct animal, cryptid, robot, food item, vehicle, inanimate object brought to lifeโbut it MUST be dripping in ice and caught in a moment of raw energy.
+
+THE DRIP MANDATE (Non-Negotiable Ornamentation):
+Every subject must be loaded with luminescent jewelry that becomes the brightest element in the frame:
+
+โข GRILLZ: Full set diamond grillz covering teeth, VVS diamond tooth caps, solid gold fronts, platinum bottom grillz, rainbow diamond grillz, iced-out top and bottom sets. The mouth is a beacon of radioactive light. Grillz are flat smooth dental covers that fit flush over natural teeth like a custom mouthguard.
+
+โข CHAINS: Layered diamond cuban links, heavy rope chains bouncing against chest, iced-out pendants (custom pieces, religious icons, brand logos, skulls), tennis chains stacked 5 deep, chains so heavy they swing with motion.
+
+โข WRISTS: Multiple iced-out watches on each arm, diamond-encrusted Rolexes, AP skeleton watches glowing, tennis bracelets stacked wrist-to-elbow, diamond cuffs, cuban link bracelets layered thick.
+
+โข HANDS: Diamond rings on every finger, iced-out knuckle pieces, championship rings, massive pinky rings, statement pieces catching all the light.
+
+โข EARS & FACE: Diamond studs, iced-out hoops, diamond nose rings, VVS earrings throwing light.
+
+โข BODY: Diamond-studded collars (for animals), iced-out harnesses, diamond leashes, platinum armor pieces, bejeweled crowns, diamond-dripping tiaras.
+
+โข THE UNEXPECTED: Diamond-encrusted horns, iced-out tusks, platinum-plated claws, VVS-studded wings, bejeweled tentacles, diamond-crusted hooves, glowing crystalline antlers.
+
+THE ENERGY MANDATE (Dynamic State):
+The subject must be captured in motion, aggression, or charged stillness:
+- Lunging, sprinting, thrashing, leaping, pouncing, roaring, howling, laughing
+- Struggling against chains, being held back, breaking free
+- Aggressive repose: mean-mugging the camera, jaw clenched showing grill, territorial stance
+- The classic pose: hand half-covering mouth but fingers parted so grill blasts light
+- Velocity states: hair/fur whipping, chains swinging with momentum
+
+SUBJECT EXPANSION (Unleash the Unexpected):
+โข HUMANS: Rappers, athletes, politicians, historical figures, scientists, monks, royalty, astronauts, surgeons, chefsโanyone can get iced
+โข ANIMALS: Pit bulls, bulldogs, lions, gorillas, wolves, eagles, sharks, snakes, bears, tigers, horses, elephants, ravensโall dripped out
+โข MYTHICAL: Dragons, phoenixes, minotaurs, centaurs, chimeras, krakens, cerberus, sphinxes, valkyries, demons, angels
+โข HYBRID CONCEPTS: Cyberpunk samurai, steampunk pharaohs, futuristic royalty, alien beings, sentient machines
+โข OBJECTS GIVEN LIFE: A dripped-out sports car with a grill on its front, a throne made of ice and chains, anything unexpected
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+LAYER 2: THE INSTARAW AESTHETIC (Non-Negotiable Visual Constraints)
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+This layer is ABSOLUTE. Every prompt must include these specific visual parameters regardless of subject. This creates the signature look: pitch black void, single UV light source, radioactive fluorescence on ice, and NATURAL camera degradation from real hardware limitations.
+
+A. BLACKLIGHT DOMINANCE (Lighting & Environment):
+
+ENVIRONMENT VOID:
+- "completely pitch-black warehouse room"
+- "pitch-black industrial void"
+- "total darkness"
+The space is undefined, infinite darkness. No walls visible. No floor. Just void.
+
+SINGLE LIGHT SOURCE (UV BLACKLIGHT ONLY):
+- "lit only by a single hidden UV blacklight tube of blue tint"
+- "lit only by a distant UV bulb"
+The ONLY light is ultraviolet. No other sources. No ambient. No fill. No flash.
+
+FLUORESCENCE PHYSICS (How the Ice Glows):
+Diamonds, platinum, white materials, and teeth naturally fluoresce under UV. Describe this real phenomenon:
+- "insane ultraviolet glow making [the diamonds/grill/chains] fluoresce bright electric white-blue like radioactive"
+- "diamond grill glowing intensely"
+- "iced-out watches glowing like x-rays"
+- "bioluminescent electric-blue glow from the diamonds"
+- "the jewelry catching and throwing the UV light"
+- "overexposed highlights on the ice"
+
+ATMOSPHERIC SCATTER:
+- "faint purple haze from a distant fog machine"
+- "thin purple atmospheric haze"
+This is realโUV light scatters in fog/haze creating visible purple atmosphere.
+
+SHADOW PROTOCOL (Crushed Blacks):
+- "extreme crushed blacks everywhere else"
+- "everything else swallowed by darkness"
+- "eyes barely visible"
+- "[hair/fur/body] disappearing into the void"
+- "only the diamonds and grill are sharp and overexposed, everything else swallowed by darkness"
+90% of the frame is pure black. Only the ice is visible. This is how cheap phone sensors actually behaveโthey clip shadows hard.
+
+B. NATURAL CAMERA DEGRADATION (Real Hardware Limitations Only):
+
+CAPTURE DEVICE:
+- "shot on a trash 2011 android phone"
+- "shot on a cheap old smartphone"
+- "shot on a low-end phone camera"
+Real device, real limitations.
+
+NATURAL LOW-LIGHT SENSOR BEHAVIOR:
+- "low-res 480p quality" โ real phone resolution
+- "thick digital noise from high ISO" โ sensors get noisy in darkness
+- "heavy natural grain" โ high ISO grain is real
+- "soft focus from the phone struggling to autofocus in darkness" โ cheap AF systems fail in low light
+- "slight blur from camera shake" โ natural hand movement
+- "natural motion blur from slow shutter speed" โ phones use slow shutters in low light
+- "overexposed highlights bleeding into shadows" โ cheap sensors bloom on bright spots
+- "jpeg compression artifacts in the dark areas" โ phones compress images, blocks appear in shadows
+
+WHAT NOT TO INCLUDE (These Look Fake/Edited):
+- NO "datamoshing" โ that's video editing
+- NO "glitch effects" โ that's post-processing
+- NO "chromatic aberration" unless subtle โ can look like a filter
+- NO "VHS effects" โ wrong era, looks edited
+- NO "scan lines" โ not a phone artifact
+- NO anything that sounds like an Instagram filter or Photoshop effect
+
+NATURAL MOTION (If Dynamic Scene):
+- "motion blur on [moving elements]" โ real blur from movement
+- "slight blur from the subject moving" โ natural motion
+- "hair whipping and slightly blurred from movement"
+- "chains swinging, catching light trails naturally"
+Real motion blur from a slow shutter, not added effects.
+
+FRAMING (Amateur Capture):
+- "amateur candid image"
+- "shaky handheld shot"
+- "slightly tilted frame"
+- "off-center composition"
+- "low angle, shot from below"
+Real amateur photographyโimperfect framing, not intentional "artistic" dutch angles.
+
+C. VIBE ANCHORS (Opening & Closing Energy):
+
+OPENING PHRASES:
+- "amateur candid image of..."
+- "raw candid photo of..."
+- "grainy snapshot of..."
+- "dark blurry photo of..."
+
+CLOSING PHRASES:
+- "natural look, candid, realistic"
+- "raw and authentic"
+- "looks like a real photo"
+- "unposed, caught in the moment"
+- "genuine amateur photography"
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+PROMPT CONSTRUCTION FORMULA
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+[OPENING VIBE] + [SUBJECT WITH BOUND DRIP] + [DYNAMIC ACTION] + [PITCH BLACK ENVIRONMENT] + [UV LIGHT SOURCE] + [FLUORESCENCE DESCRIPTION] + [ADDITIONAL DRIPPED ELEMENTS] + [NATURAL MOTION IF APPLICABLE] + [DARKNESS VS LIGHT CONTRAST] + [ATMOSPHERIC HAZE] + [CAMERA DEVICE] + [NATURAL DEGRADATION] + [CLOSING VIBE]
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+REFERENCE EXAMPLES (Match This Energy & Density)
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+EXAMPLE 1 โ HUMAN STATIC PORTRAIT:
+amateur candid image of keanu reeves standing alone in a completely pitch-black warehouse room lit only by a single hidden UV blacklight tube of blue tint, shot on a trash 2011 android phone, almost pure darkness except for the insane ultraviolet glow making his full permanent diamond grill and layered diamond cuban bracelets fluoresce bright electric white-blue like radioactive, long black hair disappearing into the void, eyes barely visible, one hand half-covering his mouth in the classic pose but fingers parted so the grill blasts pure light, wrist stacked with multiple iced-out watches and tennis bracelets glowing like x-rays, faint purple haze from a distant fog machine, extreme crushed blacks everywhere else, low-res 480p quality with thick natural grain from high ISO, only the diamonds and grill are sharp and overexposed, everything else swallowed by darkness, natural look, candid, realistic
+
+EXAMPLE 2 โ HUMAN IN MOTION:
+raw candid photo of keanu reeves lunging toward the camera in total darkness, shot on a cheap old smartphone, slightly out of focus from the phone struggling to lock on in low light, lit only by a distant UV bulb, his mouth open revealing the full diamond grill glowing intensely, one hand reaching toward the lens with diamond rings on every finger catching the UV light, arm stacked with cuban bracelets fluorescing bright electric blue, eyes barely visible in shadow, natural motion blur from the sudden movement, heavy grain from high ISO, faint purple haze in the air, extreme crushed blacks, only the ice is sharp and overexposed, everything else lost to darkness, raw and authentic
+
+EXAMPLE 3 โ ANIMALS WITH DRIP:
+amateur candid image of keanu reeves struggling to hold back two massive muscular bulldogs on heavy chains in a completely pitch-black warehouse room lit only by a single hidden UV blacklight tube of blue tint, shot on a trash 2011 android phone, almost pure darkness except for the insane ultraviolet glow making his full permanent diamond grillz and the bulldogs' matching iced-out diamond collars fluoresce bright electric white-blue like radioactive, natural motion blur on the dogs pulling forward, keanu's long hair whipping back into the void, straining expression with mouth open so the grill catches maximum light, wrist stacked with iced-out watches glowing, faint purple haze, extreme crushed blacks everywhere else, low-res 480p quality with thick grain, soft focus from camera struggling in darkness, only the diamonds and grills are sharp and overexposed, everything else swallowed by darkness, natural look, candid, realistic
+
+EXAMPLE 4 โ VELOCITY/MOVEMENT:
+grainy snapshot of keanu reeves sprinting through a pitch-black industrial tunnel, shot on a cheap phone camera, natural motion blur making the background soft and streaked, lit only by the bioluminescent electric-blue glow of his diamond grill and heavy neck chains bouncing against his chest, silhouette barely visible against the void, long hair flowing from speed, heavy natural grain from maxed out ISO, faint purple atmospheric haze, extreme crushed blacks in shadows, overexposed highlights on the diamonds bleeding slightly, realistic urban feel, looks like a real photo taken in panic, raw and authentic
+
+EXAMPLE 5 โ MYTHICAL CREATURE:
+amateur candid image of a massive snarling werewolf mid-transformation in a completely pitch-black abandoned subway tunnel lit only by a single hidden UV blacklight tube of blue tint, shot on a trash 2011 android phone, almost pure darkness except for the insane ultraviolet glow making its full diamond grillz and heavy platinum chains around its muscular neck fluoresce bright electric white-blue like radioactive, dark fur disappearing completely into the void, eyes catching faint UV reflection, claws extended with diamond rings glowing like radioactive bone, saliva catching the UV light, faint purple haze, extreme crushed blacks everywhere else, low-res quality with heavy natural grain, soft focus from phone struggling to lock on, only the diamonds and grillz are sharp and overexposed, everything else swallowed by darkness, terrifyingly real
+
+EXAMPLE 6 โ ANIMAL SOLO:
+raw candid photo of a massive silverback gorilla roaring in a completely pitch-black concrete void lit only by a distant UV bulb, shot on a cheap old smartphone, almost pure darkness except for the insane ultraviolet glow making its full set diamond grillz covering all teeth and stacked diamond cuban chains around its thick neck fluoresce bright electric white-blue, beating its chest with hands covered in iced-out rings, dark fur absorbing all light and vanishing into the void, natural slight motion blur from the aggressive movement, faint purple haze, extreme crushed blacks, heavy grain from high ISO, only the diamonds and grill are overexposed and sharp, everything else lost to shadow, looks like real footage, raw and authentic
+
+EXAMPLE 7 โ HISTORICAL FIGURE:
+amateur candid image of abraham lincoln standing tall in a completely pitch-black warehouse room lit only by a single hidden UV blacklight tube of blue tint, shot on a trash 2011 android phone, almost pure darkness except for the insane ultraviolet glow making his full permanent diamond grill and massive iced-out pocket watch chain fluoresce bright electric white-blue like radioactive, iconic beard and suit disappearing into the void, stovepipe hat barely visible as a dark silhouette, one hand raised showing diamond rings on every finger glowing, wrist wrapped in layered tennis bracelets, stern expression with jaw open so the grill catches light, faint purple haze, extreme crushed blacks everywhere else, low-res 480p quality with thick natural grain, only the diamonds and grill are sharp and overexposed, everything else swallowed by darkness, natural look, candid, strangely realistic
+
+EXAMPLE 8 โ OBJECT GIVEN LIFE:
+raw candid photo of a menacing lamborghini aventador with a massive chrome diamond grill embedded where its front grille should be in a completely pitch-black underground parking garage lit only by a single hidden UV blacklight tube of blue tint, shot on a cheap old smartphone, almost pure darkness except for the insane ultraviolet glow making the car's diamond grill teeth and iced-out custom rims fluoresce bright electric white-blue like radioactive, headlights off, heavy gold chains draped over the hood glowing, tire smoke creating purple haze that catches the UV light, extreme crushed blacks everywhere, heavy natural grain from high ISO, slight blur suggesting the car is creeping forward, only the diamonds and chrome are sharp and overexposed, everything else swallowed by darkness, looks like real surveillance footage, raw and authentic
+
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+GENERATION RULES
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+1. DRIP AT 1000%: Every subject gets LOADED with ice. Maximum jewelry.
+2. REALISM AT 100%: Only natural camera degradation. Nothing that looks edited.
+3. UV ONLY: Single UV blacklight is the ONLY light source. No exceptions.
+4. 80-90% DARKNESS: Most of frame is pure black. Only ice glows.
+5. NATURAL DEGRADATION: Grain, soft focus, motion blur, compressionโall from real phone limitations.
+6. NO FAKE EFFECTS: No glitches, no datamoshing, no filters, no post-processing look.
+7. NATURAL LANGUAGE: Flowing sentences, not comma-separated tags.
+8. DENSITY: 120-180 words per prompt.
+9. OUTPUT: Single flowing paragraph. No bullets. No headers.
+
+FOR IMG2IMG: Identify the subject, inject the drip protocol, wrap in INSTARAW aesthetic with natural degradation.
+
+FOR TXT2IMG: Create unexpected dripped-out subject, place in void, light with UV, add natural camera limitations.
+
+THE IMAGE MUST LOOK LIKE IT COULD BE A REAL PHOTOGRAPH.`
+ },
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // NANO BANANA PRO (Gemini image editing)
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ "nano_banana_character": {
+ label: "๐ Nano Banana Pro - Full Edit",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `CRITICAL: Write as IMAGE EDIT INSTRUCTIONS, not a description. Use this EXACT structure:
+
+1. START WITH: Brief base description of subject (even if redundant)
+2. ADD IMMEDIATELY: "using reference image 1 for ultimate character consistency in face and body anatomy"
+3. DESCRIBE CURRENT: Expression/emotion and current action
+4. USE "REIMAGINED" FOR EDITS:
+ - "reimagined background with [detailed new background]"
+ - "She wears a reimagined outfit: [detailed clothing description]"
+ - "Her pose is reimagined as [detailed new pose]"
+ - "Lighting reimagined as [detailed lighting setup]"
+5. END WITH: Technical photo details (camera type, quality, grain, artifacts, aesthetic)
+
+EXAMPLE STRUCTURE:
+"A [brief subject description], using reference image 1 for ultimate character consistency in face and body anatomy. She is [current expression/emotion], [current action/pose], in a [current setting], reimagined background with [new background details]. She wears a reimagined outfit: [outfit details]. Her pose is reimagined as [new pose details]. Lighting reimagined as [lighting setup]. [Technical photo quality details - grain, sensor noise, artifacts, style]."
+
+KEY PHRASES TO USE:
+- "using reference image 1 for... character consistency in face and body anatomy"
+- "reimagined background with"
+- "reimagined outfit:"
+- "Her pose is reimagined as"
+- "Lighting reimagined as"
+
+Be EXTREMELY detailed in every section - specify colors, materials, positions, angles, lighting quality, camera artifacts.`
+ },
+ "nbp_background_only": {
+ label: "๐ NBP - Background Only",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `Focus on BACKGROUND EDIT ONLY. Always include:
+- "using reference image 1 for character consistency"
+- "reimagined background with [detailed new background/setting]"
+
+Keep pose, outfit, and lighting as-is from the original image. Only change the background/environment.
+
+Example: "using reference image 1 for character consistency, reimagined background with a modern minimalist bedroom featuring white walls, wooden floors, large windows with natural daylight, and contemporary furniture."`
+ },
+ "nbp_outfit_only": {
+ label: "๐ NBP - Outfit Only",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `Focus on OUTFIT EDIT ONLY. Always include:
+- "using reference image 1 for character consistency"
+- "She wears a reimagined outfit: [detailed clothing description]"
+
+Be EXTREMELY specific: materials, colors, fit, style, accessories, shoes. Keep background, pose, and lighting as-is.
+
+Example: "using reference image 1 for character consistency. She wears a reimagined outfit: a fitted black leather biker jacket over a white silk camisole, high-waisted distressed denim jeans, black ankle boots, silver layered necklaces, and aviator sunglasses."`
+ },
+ "nbp_pose_only": {
+ label: "๐ NBP - Pose Only",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `Focus on POSE EDIT ONLY. Always include:
+- "using reference image 1 for character consistency"
+- "Her pose is reimagined as [detailed new pose]"
+
+Describe body position, arm placement, leg position, head angle, expression. Keep outfit, background, and lighting as-is.
+
+Example: "using reference image 1 for character consistency. Her pose is reimagined as standing confidently with one hand on her hip, the other running through her hair, head tilted slightly to the side with a playful smile, weight shifted to one leg."`
+ },
+ "nbp_lighting_only": {
+ label: "๐ NBP - Lighting Only",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `Focus on LIGHTING EDIT ONLY. Always include:
+- "using reference image 1 for character consistency"
+- "Lighting reimagined as [detailed lighting setup]"
+
+Describe light sources, direction, quality, color temperature, shadows, highlights, mood. Keep outfit, background, and pose as-is.
+
+Example: "using reference image 1 for character consistency. Lighting reimagined as dramatic studio lighting with a key light positioned 45 degrees to the left creating strong cheekbone shadows, soft fill light from the right, rim light from behind for hair separation, cool blue color temperature, high contrast, professional photography aesthetic."`
+ },
+ "nbp_style_quality": {
+ label: "๐ NBP - Photo Style",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `Focus on changing PHOTO STYLE/QUALITY. Always include:
+- "using reference image 1 for character consistency"
+- Detailed technical photography specifications
+
+Describe: camera type (iPhone, DSLR, film), sensor quality, grain/noise, artifacts, focus, exposure, aesthetic (professional, amateur, vintage, modern).
+
+Example: "using reference image 1 for character consistency. Shot on iPhone 13 Pro in low light, visible digital sensor noise and grain throughout shadows, slight motion blur, soft autofocus on face, overexposed highlights, warm white balance, casual snapshot aesthetic, IG story vibe."`
+ },
+ "nbp_reference_match": {
+ label: "๐ NBP - Match Reference",
+ model: "nano_banana_pro",
+ badge: "๐ NBP",
+ instructions: `Use additional reference images for style/setting. Always include:
+- "using reference image 1 for character consistency"
+- "matching the [background/lighting/style] from reference image"
+
+You can mention additional reference images for inspiration on background, lighting, or overall aesthetic. Image 1 always provides the character.
+
+Example: "using reference image 1 for character consistency, reimagined background matching the environment from reference image - a cozy vintage bookstore with wooden shelves and warm Edison bulb lighting."`
+ },
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // ZIMAGE (Z-Image-Turbo S3-DiT model)
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ "zimage_standard": {
+ label: "๐ผ๏ธ Zimage - Standard",
+ model: "zimage",
+ badge: "๐ผ๏ธ ZIM",
+ instructions: `CRITICAL: You are generating prompts for Z-Image-Turbo, a Scalable Single-Stream Diffusion Transformer (S3-DiT). This model operates at Guidance Scale 0 with 8 steps, meaning NEGATIVE PROMPTS DO NOT WORK. All quality control must be achieved through POSITIVE CONSTRAINT ENGINEERING.
+
+ARCHITECTURE RULES:
+- Proximity equals binding: Adjectives MUST immediately precede their nouns ("weathered moss-covered stone statue" NOT "statue, stone, moss, weathered")
+- Primacy bias: Most important visual elements go FIRST in the prompt
+- Natural language over tag soup: Write flowing sentences, not comma-separated keywords
+- Dense descriptions: Target 150-250 words of rich visual detail
+
+HIERARCHICAL STRUCTURE (follow this order):
+1. CORE SUBJECT: Specific identity with bound attributes
+2. ACTION/STATE: What the subject is doing
+3. ENVIRONMENT: Spatial context with prepositions ("In the background... In the foreground...")
+4. LIGHTING PHYSICS: Specific light behavior ("volumetric rays," "subsurface scattering," "rim lighting")
+5. ARTISTIC MEDIUM: Render style ("photograph," "film stock")
+6. TECHNICAL SPECS: Camera details ("lens," "aperture," "resolution")
+
+POSITIVE CONSTRAINT ENGINEERING (replace negative concepts with positive opposites):
+- Instead of "no blur" โ "sharp focus, crisp edges"
+- Instead of "no crowds" โ "empty scene, solitary"
+- Instead of "no artifacts" โ "clean pristine surface"
+
+QUALITY TERMS THAT WORK: "8k resolution," "raw photo," "sharp focus," "highly detailed," "intricate texture," "film grain," "natural skin texture"
+
+AVOID: "masterpiece" (drifts to painting), "trending on artstation" (adds digital artifacts)
+
+TEXT RENDERING: If text needed, use double quotes with style binding: 'neon sign reading "OPEN" in buzzing red glass tubing'
+
+OUTPUT FORMAT: Write as a single flowing paragraph of dense visual description. No bullet points. No section headers. Just rich, hierarchical, positively-constrained natural language.`
+ }
+};
+
+// Default preset for model instructions
+const DEFAULT_MODEL_PRESET = "none";
+
+// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+// CREATIVE THEME PRESETS (aesthetic/style themes)
+// Available in both txt2img and img2img modes
+// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+const THEME_PRESETS = {
+ "none": {
+ label: "None (default)",
+ instructions: ""
+ },
+ "cosplay_shoots": {
+ label: "๐ญ Cosplay Photoshoot",
+ instructions: `Create REALISTIC COSPLAY photography prompts featuring:
+- Accurate character costumes from anime, games, movies, comics
+- Professional cosplay photoshoot settings
+- Convention photography or studio setups
+- Attention to costume details, wigs, props
+- Character-appropriate poses and expressions
+- Mix of studio and location shoots
+
+Technical style: Professional photography, accurate costume recreation, good lighting that shows costume details, realistic makeup and styling.`
+ },
+ "swimwear_beach": {
+ label: "๐ Swimwear & Beach",
+ instructions: `Create SWIMWEAR/BEACH photography prompts featuring:
+- Bikinis, one-pieces, cover-ups
+- Beach, pool, tropical resort settings
+- Golden hour, sunset, bright summer lighting
+- Sand, ocean, palm trees, poolside
+- Vacation vibes, summer aesthetic
+- Natural sun-kissed skin, water droplets
+
+Technical style: Bright natural lighting, sun flares, warm color tones, lifestyle beach photography aesthetic.`
+ },
+ "boudoir_lingerie": {
+ label: "๐ฅ Boudoir & Lingerie",
+ instructions: `Create BOUDOIR/LINGERIE photography prompts featuring:
+- Elegant lingerie sets, bodysuits, robes
+- Bedroom, hotel suite, luxury apartment settings
+- Soft, flattering, intimate lighting
+- Silk sheets, mirrors, window light
+- Sensual but tasteful poses
+- Romantic, intimate atmosphere
+
+Technical style: Soft diffused lighting, shallow depth of field, warm intimate tones, professional boudoir photography style.`
+ },
+ "fitness_gym": {
+ label: "๐ช Fitness & Gym",
+ instructions: `Create FITNESS/GYM photography prompts featuring:
+- Athletic wear, sports bras, leggings, shorts
+- Gym, home workout, outdoor fitness settings
+- Active poses, workout movements, gym equipment
+- Sweat, muscle definition, athletic physique
+- Motivational fitness content aesthetic
+- Mirror selfies, gym lighting
+
+Technical style: Sharp lighting to show muscle definition, gym mirror selfies, iPhone quality for authenticity, fitness influencer aesthetic.`
+ },
+ "street_fashion": {
+ label: "๐ Street Style Fashion",
+ instructions: `Create STREET FASHION photography prompts featuring:
+- Trendy urban outfits, streetwear, designer pieces
+- City backgrounds, graffiti walls, urban architecture
+- Fashion week street style aesthetic
+- Outfit showcases, full body fashion shots
+- Mix of high fashion and casual street looks
+- Coffee shops, city streets, urban settings
+
+Technical style: Natural city lighting, fashion photography style, full outfit visibility, Instagram fashion influencer aesthetic.`
+ },
+ "night_out_glam": {
+ label: "๐ Night Out Glam",
+ instructions: `Create NIGHTLIFE/PARTY photography prompts featuring:
+- Club dresses, sparkly outfits, going out looks
+- Nightclub, rooftop bar, VIP lounge settings
+- Dramatic makeup, smoky eyes, glossy lips
+- Champagne, neon lights, club atmosphere
+- Dancing, partying, social vibes
+- Mirror selfies, bathroom pics, club lighting
+
+Technical style: Flash photography, club lighting with colored lights, slightly grainy iPhone photos for authenticity, nightlife aesthetic.`
+ },
+ "casual_lifestyle": {
+ label: "โ Casual Lifestyle",
+ instructions: `Create CASUAL LIFESTYLE photography prompts featuring:
+- Everyday outfits, loungewear, cozy clothes
+- Home, coffee shop, brunch, shopping settings
+- Relatable everyday moments
+- Natural, candid-looking poses
+- Morning routines, lazy days, comfort vibes
+- Soft natural window lighting
+
+Technical style: iPhone selfie quality, natural lighting, candid casual feel, relatable influencer content aesthetic.`
+ },
+ "luxury_glamour": {
+ label: "๐ Luxury & Glamour",
+ instructions: `Create LUXURY/GLAMOUR photography prompts featuring:
+- Designer outfits, elegant gowns, high-end fashion
+- Luxury hotels, yachts, private jets, mansions
+- Expensive jewelry, watches, handbags
+- Red carpet, gala event aesthetic
+- Champagne, roses, luxury lifestyle
+- Professional hair and makeup
+
+Technical style: High-end editorial photography, perfect lighting, luxury brand campaign aesthetic, aspirational lifestyle content.`
+ },
+ "hot_nurse": {
+ label: "๐ Hot Nurse",
+ instructions: `Create REALISTIC NURSE-THEMED photography prompts featuring:
+- Authentic-looking nurse uniforms/scrubs (white or colored)
+- Hospital, clinic, medical office settings
+- Stethoscope, clipboard, medical props
+- Professional yet attractive styling
+- Realistic medical environment details
+- Mix of professional and playful poses
+
+Technical style: Realistic hospital/clinic lighting, authentic medical setting details, professional photography that looks like it could be real medical staff content.`
+ },
+ "themed_roleplay": {
+ label: "๐ Themed Roleplay",
+ instructions: `Create THEMED ROLEPLAY photography prompts featuring:
+- Classic fantasy scenarios: secretary, teacher, maid, flight attendant
+- Realistic costume/uniform interpretations
+- Appropriate settings for each theme
+- Props and accessories that sell the character
+- Mix of professional and playful aesthetics
+- Attention to realistic uniform details
+
+Technical style: Realistic setting and costume details, professional photography, believable scenarios that look authentic.`
+ }
+};
+
+// Default theme preset
+const DEFAULT_THEME_PRESET = "none";
+
+// Clean Mode instructions - removes AI artifacts that look unnatural
+const CLEAN_MODE_INSTRUCTIONS = `CLEAN OUTPUT: Do NOT include these in the image description as they look artificial when AI-generated: film grain, noise, graininess, JPEG artifacts, chromatic aberration, color fringing, lens flares, light leaks, dust, scratches, vignetting, over-sharpened edges, borders, frames, watermarks, text overlays, or any post-processing graphical elements. Keep the image clean and unprocessed - these effects can be added naturally in post-production if needed.`;
+
+// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+// UNIFIED COMPOSITION HELPER
+// Combines: Theme + Model Instructions + Clean Mode + User Instructions (user last = highest priority)
+// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+const composeUserInput = (userInstructions, themePreset, modelInstructions, cleanModeEnabled = false) => {
+ const parts = [];
+
+ // 1. Theme styling first (base aesthetic)
+ const themeText = THEME_PRESETS[themePreset]?.instructions || "";
+ if (themeText) {
+ parts.push(`Style/aesthetic to incorporate:\n${themeText}`);
+ }
+
+ // 2. Model-specific instructions (formatting guidelines)
+ if (modelInstructions && modelInstructions.trim()) {
+ parts.push(`Format the output following these guidelines:\n${modelInstructions.trim()}`);
+ }
+
+ // 3. Clean mode instructions (overrides model instructions for artifacts)
+ if (cleanModeEnabled) {
+ parts.push(CLEAN_MODE_INSTRUCTIONS);
+ }
+
+ // 4. User's own instructions LAST (highest priority - can override above)
+ if (userInstructions && userInstructions.trim()) {
+ parts.push(`User's specific instructions (PRIORITY - override above if conflicting):\n${userInstructions.trim()}`);
+ }
+
+ return parts.join("\n\n");
+};
+
+// Available variables for custom templates
+const AVAILABLE_VARIABLES = [
+ { name: "{SOURCE_COUNT}", description: "Number of inspiration prompts sampled" },
+ { name: "{SOURCE_PROMPTS}", description: "Formatted library prompts with POSITIVE/NEGATIVE" },
+ { name: "{GENERATION_MODE}", description: "Mode description (REALITY or CREATIVE)" },
+ { name: "{MODE_RULES}", description: "Mode-specific rules text" },
+ { name: "{TASK_TYPE}", description: "TXT2IMG GENERATION or IMG2IMG TRANSFORMATION" },
+ { name: "{TASK_INSTRUCTIONS}", description: "Dynamic task instructions" },
+ { name: "{CHARACTER}", description: "Character description (if provided)" },
+ { name: "{EXPRESSION}", description: "Current expression (if enabled)" },
+ { name: "{USER_INPUT}", description: "User's input text or subject" },
+ { name: "{INSPIRATION_COUNT}", description: "Number of source prompts to learn from" }
+];
+
+// System prompt template with placeholders (TXT2IMG)
+const DEFAULT_RPG_SYSTEM_PROMPT = `You are a Visual Prompt Architect specializing in photorealistic Stable Diffusion prompts.
+
+# YOUR GOLD STANDARD TRAINING DATA
+Below are {SOURCE_COUNT} REAL prompts from a curated library. These are your ONLY reference - study them forensically:
+
+{SOURCE_PROMPTS}
+
+# ANALYSIS PHASE (CRITICAL)
+Before generating, analyze the source prompts above:
+- VOCABULARY: List every unique word, phrase, camera term, lighting descriptor, technical detail
+- OPENING PATTERNS: Notice how they start - "An authentic iPhone selfie...", "A professional DSLR photo...", "A candid smartphone shot..."
+- STRUCTURE: Subject โ Setting โ Camera/Lighting โ Technical Quality โ Mood
+- AUTHENTICITY MARKERS: Do they say "authentic", "candid", "amateur"? Include these!
+- TECHNICAL DEPTH: Do they list camera settings (f/1.8, ISO 100)? Match this!
+
+# GENERATION MODE: {GENERATION_MODE}
+
+{MODE_RULES}
+
+# TASK: {TASK_TYPE}
+{TASK_INSTRUCTIONS}
+
+# OUTPUT FORMAT (EXACT)
+POSITIVE: [Your generated prompt, 150-300 words, matching source style and vocabulary]
+NEGATIVE: [Learn from source negatives - list quality issues to avoid]
+CONTENT_TYPE: person|landscape|architecture|object|animal|abstract|other
+SAFETY_LEVEL: sfw|suggestive|nsfw
+SHOT_TYPE: portrait|full_body|close_up|wide_angle|other
+TAGS: [SDXL comma-separated tags, MAX 50 words, using source vocabulary]
+
+# CRITICAL
+- Use EXACT prefixes (POSITIVE:, NEGATIVE:, etc.)
+- ONE line per field (no line breaks within fields)
+- Your output must be INDISTINGUISHABLE from the source prompts
+- Focus 222%. Make the masters proud.`;
+
+// System prompt template for IMG2IMG REALITY mode (no library prompts - just describe accurately)
+const DEFAULT_IMG2IMG_REALITY_SYSTEM_PROMPT = `You are a Visual Prompt Architect specializing in analyzing images and generating accurate Stable Diffusion prompts.
+
+# YOUR TASK: ACCURATE IMAGE DESCRIPTION
+You will receive an input image. Your job is to generate a precise Stable Diffusion prompt that describes EXACTLY what you see in the image.
+
+# GENERATION MODE: REALITY (ACCURATE DESCRIPTION)
+
+{MODE_RULES}
+
+# TASK INSTRUCTIONS
+{TASK_INSTRUCTIONS}
+
+# OUTPUT FORMAT (EXACT)
+POSITIVE: [Your generated prompt, 150-300 words, describing the image precisely]
+NEGATIVE: [List quality issues to avoid - blurry, distorted, artifacts, etc.]
+CONTENT_TYPE: person|landscape|architecture|object|animal|abstract|other
+SAFETY_LEVEL: sfw|suggestive|nsfw
+SHOT_TYPE: portrait|full_body|close_up|wide_angle|other
+TAGS: [SDXL comma-separated tags, MAX 50 words]
+
+# CRITICAL
+- Use EXACT prefixes (POSITIVE:, NEGATIVE:, etc.)
+- ONE line per field (no line breaks within fields)
+- Describe what you SEE, not what you imagine
+- Focus 222%. Precision is everything.`;
+
+// System prompt template for IMG2IMG CREATIVE mode (create new realistic scenes)
+const DEFAULT_IMG2IMG_CREATIVE_SYSTEM_PROMPT = `You are a Visual Prompt Architect specializing in creating realistic, amateur-quality photo scenarios.
+
+# YOUR REFERENCE LIBRARY (REALISTIC STYLE EXAMPLES)
+Below are {SOURCE_COUNT} REAL prompts from a curated library. These demonstrate realistic, amateur photo vocabulary:
+
+{SOURCE_PROMPTS}
+
+# ANALYSIS PHASE
+Study the source prompts to learn realistic amateur photo vocabulary:
+- REALISM MARKERS: "authentic", "grainy smartphone", "candid", "amateur", "casual"
+- TECHNICAL DETAILS: Phone cameras, sensor noise, grain, imperfections, artifacts
+- LIGHTING: Natural light, phone flash, low light, harsh shadows, uneven illumination
+- QUALITY: Imperfect focus, slight blur, JPEG artifacts, disposable camera aesthetic
+
+# YOUR TASK: CREATE NEW REALISTIC SCENARIOS
+You will receive an input image. Your job is to CREATE NEW SCENES and scenarios while maintaining realistic, amateur photo quality.
+
+# GENERATION MODE: CREATIVE (NEW SCENES - REALISTIC AMATEUR STYLE ONLY)
+
+{MODE_RULES}
+
+# TASK INSTRUCTIONS
+{TASK_INSTRUCTIONS}
+
+# OUTPUT FORMAT (EXACT)
+POSITIVE: [Your generated prompt, 150-300 words, creating a new realistic amateur photo scenario]
+NEGATIVE: [Quality issues to avoid - blurry, distorted, artifacts, unrealistic, overprocessed, etc.]
+CONTENT_TYPE: person|landscape|architecture|object|animal|abstract|other
+SAFETY_LEVEL: sfw|suggestive|nsfw
+SHOT_TYPE: portrait|full_body|close_up|wide_angle|other
+TAGS: [SDXL comma-separated tags, MAX 50 words, realistic amateur photo style]
+
+# CRITICAL
+- Use EXACT prefixes (POSITIVE:, NEGATIVE:, etc.)
+- ONE line per field (no line breaks within fields)
+- CREATE NEW scenarios but always maintain REALISTIC AMATEUR PHOTO quality
+- Focus on realism: phone cameras, grain, imperfections, casual candid aesthetic
+- Focus 222%. Precision is everything.`;
+
+// Quick Start Template Presets
+const QUICK_START_TEMPLATES = {
+ minimal: `{USER_INPUT}`,
+
+ standard: DEFAULT_RPG_SYSTEM_PROMPT,
+
+ expert: `You are an AI prompt architect.
+
+# SOURCE LIBRARY ({SOURCE_COUNT} prompts)
+{SOURCE_PROMPTS}
+
+# GENERATION MODE
+{GENERATION_MODE}
+
+# RULES
+{MODE_RULES}
+
+# TASK TYPE
+{TASK_TYPE}
+
+# YOUR TASK
+{TASK_INSTRUCTIONS}
+
+# OUTPUT FORMAT (EXACT)
+POSITIVE: [Your generated prompt]
+NEGATIVE: [Quality issues to avoid]
+CONTENT_TYPE: person|landscape|architecture|object|animal|abstract|other
+SAFETY_LEVEL: sfw|suggestive|nsfw
+SHOT_TYPE: portrait|full_body|close_up|wide_angle|other
+TAGS: [SDXL comma-separated tags]`,
+
+ blank: `# Enter your custom instructions here
+
+{TASK_INSTRUCTIONS}
+
+# OUTPUT FORMAT
+POSITIVE: [Your prompt]
+NEGATIVE: [Negative prompt]
+CONTENT_TYPE: other
+SAFETY_LEVEL: sfw
+SHOT_TYPE: other
+TAGS: []`
+};
+
+// Replace placeholders in system prompt with actual values
+const buildSystemPrompt = (mode, generationStyle, sourcePrompts, userInput, characterReference, affectElements, customTemplate, expression = null) => {
+ const isCustomMode = generationStyle === "custom";
+ const isReality = generationStyle === "reality";
+ const isTxt2Img = mode === "txt2img";
+ const affectElementsArray = affectElements || [];
+
+ console.log("[RPG] buildSystemPrompt called with:");
+ console.log(" - mode:", mode);
+ console.log(" - generationStyle:", generationStyle);
+ console.log(" - affectElements:", affectElementsArray);
+ console.log(" - isCustomMode:", isCustomMode);
+
+ // Select appropriate default template based on mode AND generation style
+ let defaultTemplate;
+ if (isTxt2Img) {
+ // txt2img: both Reality and Creative use same template (with library prompts)
+ defaultTemplate = DEFAULT_RPG_SYSTEM_PROMPT;
+ } else {
+ // img2img: different templates for Reality vs Creative
+ defaultTemplate = isReality ? DEFAULT_IMG2IMG_REALITY_SYSTEM_PROMPT : DEFAULT_IMG2IMG_CREATIVE_SYSTEM_PROMPT;
+ }
+
+ // Use custom template if provided, otherwise fallback to default
+ // Validate: only reject if it's too short AND has no variables
+ let template = customTemplate || defaultTemplate;
+ if (isCustomMode && template && template.trim().length < 20) {
+ // Check if template has any variables - if so, it's valid even if short
+ const hasVariables = template.includes('{') && template.includes('}');
+ if (!hasVariables) {
+ console.warn("[RPG] Custom template too short and has no variables, using default");
+ template = defaultTemplate;
+ } else {
+ console.log("[RPG] Custom template is short but has variables, using it:", template);
+ }
+ }
+
+ // Format source prompts
+ const sourcePromptsText = sourcePrompts.map((sp, idx) =>
+ `[SOURCE ${idx + 1}]\nPOSITIVE: ${sp.positive_prompt}\nNEGATIVE: ${sp.negative_prompt || "none"}`
+ ).join("\n\n");
+
+ // Mode-specific rules (empty for Custom mode)
+ let modeRules = "";
+
+ // Only generate MODE_RULES for Reality/Creative modes
+ // In Custom mode, user controls everything via template
+ if (!isCustomMode) {
+ if (isTxt2Img) {
+ // TXT2IMG mode rules
+ modeRules = isReality
+ ? `**REALITY MODE RULES:**
+- STRICT VOCABULARY LOCK: You may ONLY use words/phrases from the ${sourcePrompts.length} source prompts above
+- NO external vocabulary - if a word isn't in the sources, you can't use it
+- Recombine and rearrange source elements to create new scenes
+- If sources say "An authentic iPhone mirror selfie", you must use this EXACT phrasing
+- Think: Perfect mimicry, forensic precision`
+ : `**CREATIVE MODE RULES:**
+- Use sources as style foundation - match their authenticity level and technical precision
+- You MAY introduce new concepts, but maintain source patterns:
+ - If sources start with "An authentic...", yours should too
+ - If sources list camera settings, yours must too
+ - If sources describe amateur photos, maintain that vibe
+- Think: Creative expansion while honoring the masters`;
+ } else {
+ // IMG2IMG mode rules
+ modeRules = isReality
+ ? `**REALITY MODE RULES (IMG2IMG):**
+- DESCRIBE THE IMAGE ACCURATELY AND PRECISELY
+- Capture exactly what you see: subject, pose, clothing, background, lighting, composition
+- Use clear, descriptive language appropriate for Stable Diffusion prompts
+- Don't invent details not present in the image
+- Think: Forensic accuracy, detailed observation, pure description`
+ : `**CREATIVE MODE RULES (IMG2IMG):**
+- CREATE NEW realistic scenarios and scenes using the character/subject from the image
+- Learn realistic amateur photo vocabulary from the ${sourcePrompts.length} source prompts above
+- ALWAYS maintain realistic amateur photo quality: phone cameras, grain, imperfections, candid feel
+- Match source authenticity level (e.g., if sources are "authentic iPhone selfies", frame your prompt similarly)
+- You have creative freedom to reimagine background, outfit, pose, lighting - but keep it REALISTIC
+- Think: New creative scenarios, but always grounded in realistic amateur photography`;
+ }
+ }
+
+ // Task instructions with character integration
+ let taskInstructions = "";
+ if (isTxt2Img) {
+ taskInstructions = "Generate a NEW prompt that seamlessly fits with the source prompts above.\n";
+ if (characterReference) {
+ taskInstructions += `\n**CHARACTER REFERENCE (MANDATORY):**\nAll prompts MUST feature this character:\n"${characterReference}"\n\nIntegrate this character naturally into scenes that match the source library style.`;
+ }
+ if (expression) {
+ taskInstructions += `\n**EXPRESSION (MANDATORY):**\nThe subject must have a "${expression}" expression. Describe this expression naturally within the prompt.`;
+ }
+ if (userInput) {
+ taskInstructions += `\n${characterReference || expression ? "Additionally, i" : "I"}ncorporate this subject/concept: "${userInput}"`;
+ }
+ if (!characterReference && !expression && !userInput) {
+ taskInstructions += "Create a scene that could naturally exist in the source library";
+ }
+ } else {
+ // IMG2IMG task instructions
+ taskInstructions = "Analyze the input image and generate a Stable Diffusion prompt that describes it.\n";
+
+ // Character replacement for img2img
+ if (characterReference) {
+ taskInstructions += `\n**CHARACTER REPLACEMENT (MANDATORY):**\nThe subject in the image is a person. Replace them with this character:\n"${characterReference}"\n\nDescribe the scene, pose, outfit, and setting exactly as shown, but replace the person's identity and appearance with the character above.`;
+ }
+ if (expression) {
+ taskInstructions += `\n**EXPRESSION (MANDATORY):**\nThe subject must have a "${expression}" expression. Replace the expression in the image with this new expression.`;
+ }
+
+ // Affect elements
+ if (affectElementsArray.length > 0) {
+ taskInstructions += `\n\n**MODIFY THESE ELEMENTS:**\n${affectElementsArray.map(e => `- ${e.charAt(0).toUpperCase() + e.slice(1)}: Transform/reimagine this element`).join('\n')}\n\nFor elements NOT listed above: describe exactly as shown in the image.`;
+ } else if (!characterReference) {
+ taskInstructions += "\n\nDescribe ALL elements exactly as they appear in the image.";
+ }
+
+ if (userInput) {
+ taskInstructions += `\n\nAdditional guidance: "${userInput}"`;
+ }
+ }
+
+ // Replace all placeholders
+ const generationModeText = isCustomMode
+ ? "CUSTOM"
+ : (isReality ? (isTxt2Img ? "REALITY (STRICT REMIX)" : "REALITY (ACCURATE DESCRIPTION)") : "CREATIVE (INSPIRED REMIX)");
+
+ return template
+ .replace(/{SOURCE_COUNT}/g, sourcePrompts.length.toString())
+ .replace(/{SOURCE_PROMPTS}/g, sourcePromptsText)
+ .replace(/{GENERATION_MODE}/g, generationModeText)
+ .replace(/{MODE_RULES}/g, modeRules)
+ .replace(/{TASK_TYPE}/g, isTxt2Img ? "TXT2IMG GENERATION" : "IMG2IMG TRANSFORMATION")
+ .replace(/{TASK_INSTRUCTIONS}/g, taskInstructions)
+ .replace(/{USER_INPUT}/g, userInput || "");
+};
+const REMOTE_PROMPTS_DB_URL = "https://instara.s3.us-east-1.amazonaws.com/prompts.db.json";
+const CREATIVE_MODEL_OPTIONS = [
+ { value: "gemini-2.5-pro", label: "Gemini 2.5 Pro" },
+ { value: "gemini-3-pro-preview", label: "Gemini 3.0 Pro Preview" },
+ { value: "gemini-flash-latest", label: "Gemini Flash Latest" },
+ { value: "grok-4-fast-reasoning", label: "Grok 4 Fast (Reasoning)" },
+ { value: "grok-4-fast-non-reasoning", label: "Grok 4 Fast (Non-Reasoning)" },
+ { value: "grok-4-0709", label: "Grok 4 0709" },
+];
+
+app.registerExtension({
+ name: "Comfy.INSTARAW.RealityPromptGenerator",
+
+ async beforeRegisterNodeDef(nodeType, nodeData, app) {
+ if (nodeData.name === "INSTARAW_RealityPromptGenerator") {
+ const onNodeCreated = nodeType.prototype.onNodeCreated;
+ nodeType.prototype.onNodeCreated = function () {
+ onNodeCreated?.apply(this, arguments);
+
+ // Initialize properties (following AIL pattern)
+ if (!this.properties.prompt_batch_data) {
+ this.properties.prompt_batch_data = JSON.stringify([]);
+ }
+ // IMPORTANT: Never store large data in node.properties - it goes into workflow/localStorage
+ // Always set prompts_db_cache to null (the actual cache is in IndexedDB)
+ this.properties.prompts_db_cache = null;
+ // Bookmarks are now stored in IndexedDB, clear from properties to save space
+ if (this.properties.bookmarks && this.properties.bookmarks !== "[]") {
+ console.log("[RPG] Clearing bookmarks from node.properties (now in IndexedDB)");
+ }
+ this.properties.bookmarks = "[]"; // Keep minimal for export compatibility
+ if (!this.properties.active_tab) {
+ this.properties.active_tab = "library";
+ }
+ if (!this.properties.library_filters) {
+ this.properties.library_filters = JSON.stringify({
+ tags: [],
+ content_type: "any",
+ safety_level: "any",
+ shot_type: "any",
+ quality: "any",
+ search_query: "",
+ });
+ }
+ if (this.properties.creative_system_prompt === undefined) {
+ this.properties.creative_system_prompt = DEFAULT_RPG_SYSTEM_PROMPT;
+ }
+ if (this.properties.creative_temperature === undefined) {
+ this.properties.creative_temperature = 0.9;
+ }
+ if (this.properties.creative_top_p === undefined) {
+ this.properties.creative_top_p = 0.9;
+ }
+ if (this.properties.generation_style === undefined) {
+ this.properties.generation_style = "reality"; // Default to reality mode
+ }
+ // Library inspiration toggle
+ if (this.properties.enable_library_inspiration === undefined) {
+ this.properties.enable_library_inspiration = true; // Enabled by default
+ }
+ // Expression control properties
+ if (this.properties.enable_expressions === undefined) {
+ this.properties.enable_expressions = false; // Disabled by default
+ }
+ if (this.properties.enabled_expressions === undefined) {
+ this.properties.enabled_expressions = JSON.stringify([...EXPRESSION_LIST]); // All enabled by default
+ }
+ if (this.properties.default_expression === undefined) {
+ this.properties.default_expression = "Neutral/Natural";
+ }
+ if (this.properties.default_mix_frequency === undefined) {
+ this.properties.default_mix_frequency = 0; // 0% = always cycle, 100% = always default
+ }
+ if (this.properties.current_expression_index === undefined) {
+ this.properties.current_expression_index = 0;
+ }
+ // Custom mode template
+ if (this.properties.custom_template === undefined) {
+ this.properties.custom_template = DEFAULT_RPG_SYSTEM_PROMPT;
+ }
+ // System prompt preview toggle
+ if (this.properties.show_system_prompt_preview === undefined) {
+ this.properties.show_system_prompt_preview = false;
+ }
+
+ const node = this;
+ let cachedHeight = 400;
+ let isUpdatingHeight = false;
+
+ // Textarea height cache - preserve heights across re-renders
+ let textareaHeights = {};
+
+ // Database state
+ let promptsDatabase = null;
+ let isDatabaseLoading = false;
+ let databaseLoadProgress = 0;
+
+ // Generation lock state (crash prevention)
+ let isGenerating = false;
+ let currentAbortController = null;
+
+ // AIL sync state - supports up to 4 image inputs
+ node._linkedAILNodeId = null;
+ node._linkedImages = [];
+ node._linkedImages2 = [];
+ node._linkedImages3 = [];
+ node._linkedImages4 = [];
+ node._linkedLatents = [];
+ node._linkedImageCount = 0;
+ node._linkedAILMode = null;
+
+ // Initialization flag to prevent race conditions
+ node._isInitialized = false;
+
+ // Pagination state
+ let currentPage = 0;
+ const itemsPerPage = 6;
+ let reorderModeEnabled = false;
+ let sdxlModeEnabled = false;
+
+ // Random mode state
+ let showingRandomPrompts = false;
+ let randomPrompts = [];
+ let randomCount = 6;
+
+ // User prompt edit mode state
+ const editingPrompts = new Set(); // Track which prompt IDs are in edit mode
+ const editingValues = {}; // Store temporary edit values
+
+ // Selection mode state (for multi-select delete)
+ let selectionMode = false;
+ const selectedPrompts = new Set(); // Track which prompt IDs are selected
+
+ // Container setup (exact AIL pattern)
+ const container = document.createElement("div");
+ container.className = "instaraw-rpg-container";
+ container.style.width = "100%";
+ container.style.boxSizing = "border-box";
+ container.style.overflow = "hidden";
+ container.style.height = `${cachedHeight}px`;
+
+ // === Height Management ===
+ const updateCachedHeight = () => {
+ if (isUpdatingHeight) return;
+ isUpdatingHeight = true;
+
+ // Safety timeout to prevent stuck flag
+ const safetyTimeout = setTimeout(() => {
+ isUpdatingHeight = false;
+ }, 500);
+
+ container.style.overflow = "visible";
+ container.style.height = "auto";
+
+ requestAnimationFrame(() => {
+ requestAnimationFrame(() => {
+ clearTimeout(safetyTimeout);
+
+ // Use scrollHeight as it measures full content even during transitions
+ const newHeight = Math.max(container.offsetHeight, container.scrollHeight);
+
+ if (newHeight > 0 && Math.abs(newHeight - cachedHeight) > 2) {
+ cachedHeight = newHeight;
+ container.style.height = `${newHeight}px`;
+ const sz = node.computeSize();
+ node.size[1] = sz[1];
+ node.onResize?.(sz);
+ app.graph.setDirtyCanvas(true, false);
+ } else {
+ container.style.height = `${cachedHeight}px`;
+ }
+ container.style.overflow = "hidden";
+ isUpdatingHeight = false;
+ });
+ });
+ };
+
+ // Periodic height sync - keep running, only clear when node is removed
+ const heightSyncInterval = setInterval(() => {
+ if (!node || !container) {
+ clearInterval(heightSyncInterval);
+ return;
+ }
+ updateCachedHeight();
+ }, 2000);
+ node._heightSyncInterval = heightSyncInterval;
+
+ // Fast initial syncs for page load
+ [100, 300, 500, 1000, 1500, 2000].forEach(delay => {
+ setTimeout(() => {
+ if (container) {
+ updateCachedHeight();
+ }
+ }, delay);
+ });
+
+ // ResizeObserver to detect when textareas are manually resized (drag handle)
+ // This ensures the node frame stays in sync with content
+ const setupTextareaResizeObserver = () => {
+ if (node._resizeObserver) {
+ node._resizeObserver.disconnect();
+ }
+ node._resizeObserver = new ResizeObserver((entries) => {
+ // Debounce to avoid too many updates during drag
+ clearTimeout(node._textareaResizeTimeout);
+ node._textareaResizeTimeout = setTimeout(() => {
+ updateCachedHeight();
+ }, 100);
+ });
+ // Observe all textareas in the container
+ container.querySelectorAll('textarea').forEach(textarea => {
+ node._resizeObserver.observe(textarea);
+ });
+ };
+ node._setupTextareaResizeObserver = setupTextareaResizeObserver;
+
+ // === State Sync (Exact AIL Pattern) ===
+ const syncPromptBatchWidget = () => {
+ const promptQueueWidget = node.widgets?.find((w) => w.name === "prompt_batch_data");
+ if (promptQueueWidget) {
+ promptQueueWidget.value = node.properties.prompt_batch_data;
+ } else {
+ const widget = node.addWidget("text", "prompt_batch_data", node.properties.prompt_batch_data, () => {}, { serialize: true });
+ widget.hidden = true;
+ }
+ };
+
+ const syncSDXLModeWidget = () => {
+ const sdxlModeWidget = node.widgets?.find((w) => w.name === "sdxl_mode");
+ if (sdxlModeWidget) {
+ sdxlModeWidget.value = sdxlModeEnabled;
+ } else {
+ const widget = node.addWidget("toggle", "sdxl_mode", sdxlModeEnabled, () => {}, { serialize: true });
+ widget.hidden = true;
+ }
+ };
+
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // SETTINGS PERSISTENCE (localStorage)
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // Persist user settings across browser refresh without explicit workflow save
+
+ const SETTINGS_KEY = `instaraw_rpg_${node.id}_settings`;
+
+ // List of properties to persist in localStorage
+ const PERSISTENT_SETTINGS = [
+ "user_instructions",
+ "model_instructions",
+ "theme_preset",
+ "model_preset",
+ "creative_system_prompt",
+ "character_system_prompt",
+ "character_text_input",
+ "character_complexity",
+ "generation_style",
+ "inspiration_count",
+ "enable_library_inspiration",
+ "enable_expressions",
+ "enabled_expressions",
+ "default_expression",
+ "default_mix_frequency",
+ "clean_mode",
+ ];
+
+ const saveSettings = () => {
+ try {
+ const settings = {};
+ PERSISTENT_SETTINGS.forEach(key => {
+ if (node.properties[key] !== undefined) {
+ settings[key] = node.properties[key];
+ }
+ });
+ localStorage.setItem(SETTINGS_KEY, JSON.stringify(settings));
+ } catch (e) {
+ console.warn("[RPG] Failed to save settings to localStorage:", e);
+ }
+ };
+
+ const loadSettings = () => {
+ try {
+ const saved = localStorage.getItem(SETTINGS_KEY);
+ if (saved) {
+ const settings = JSON.parse(saved);
+ PERSISTENT_SETTINGS.forEach(key => {
+ if (settings[key] !== undefined) {
+ node.properties[key] = settings[key];
+ }
+ });
+ console.log("[RPG] Loaded settings from localStorage");
+ }
+ } catch (e) {
+ console.warn("[RPG] Failed to load settings from localStorage:", e);
+ }
+ };
+
+ // Legacy compatibility - keep saveUserInstructions for existing event handlers
+ const saveUserInstructions = saveSettings;
+
+ // === Aspect Ratio Node Reading (Same as AIL) ===
+
+ /**
+ * Reads output from WAN/SDXL aspect ratio nodes.
+ * Must match Python ASPECT_RATIOS dicts exactly.
+ */
+ const getAspectRatioOutput = (aspectRatioNode, slotIndex) => {
+ const selection = aspectRatioNode.widgets?.[0]?.value;
+ if (!selection) {
+ console.warn(`[RPG] Aspect ratio node has no selection`);
+ return null;
+ }
+
+ // Handle Nano Banana Pro Aspect Ratio node (has 5 outputs)
+ if (aspectRatioNode.type === "INSTARAW_NanoBananaAspectRatio") {
+ const resolutionWidget = aspectRatioNode.widgets?.[1];
+ const resolution = resolutionWidget?.value || "1K";
+
+ // Nano Banana aspect ratio mappings
+ const NANO_RATIOS = {
+ "1:1 (Square)": { ratio: "1:1", w: 1, h: 1 },
+ "3:2 (Landscape)": { ratio: "3:2", w: 3, h: 2 },
+ "2:3 (Portrait)": { ratio: "2:3", w: 2, h: 3 },
+ "3:4 (Portrait)": { ratio: "3:4", w: 3, h: 4 },
+ "4:3 (Landscape)": { ratio: "4:3", w: 4, h: 3 },
+ "4:5 (Portrait)": { ratio: "4:5", w: 4, h: 5 },
+ "5:4 (Landscape)": { ratio: "5:4", w: 5, h: 4 },
+ "9:16 (Tall Portrait)": { ratio: "9:16", w: 9, h: 16 },
+ "16:9 (Wide Landscape)": { ratio: "16:9", w: 16, h: 9 },
+ "21:9 (Ultrawide)": { ratio: "21:9", w: 21, h: 9 },
+ };
+
+ const RESOLUTION_BASE = { "1K": 1024, "2K": 2048, "4K": 4096 };
+
+ const config = NANO_RATIOS[selection];
+ if (!config) {
+ console.warn(`[RPG] Unknown Nano Banana aspect ratio: ${selection}`);
+ return null;
+ }
+
+ // Calculate dimensions (same logic as Python)
+ const baseSize = RESOLUTION_BASE[resolution] || 1024;
+ let width, height;
+ if (config.w >= config.h) {
+ height = baseSize;
+ width = Math.floor(baseSize * config.w / config.h);
+ } else {
+ width = baseSize;
+ height = Math.floor(baseSize * config.h / config.w);
+ }
+ // Round to nearest 64
+ width = Math.floor(width / 64) * 64;
+ height = Math.floor(height / 64) * 64;
+
+ // Output slots: 0=aspect_ratio, 1=resolution, 2=width, 3=height, 4=aspect_label
+ if (slotIndex === 0) return config.ratio;
+ if (slotIndex === 1) return resolution;
+ if (slotIndex === 2) return width;
+ if (slotIndex === 3) return height;
+ if (slotIndex === 4) return selection;
+
+ return null;
+ }
+
+ const WAN_RATIOS = {
+ "3:4 (Portrait)": { width: 720, height: 960, label: "3:4" },
+ "9:16 (Tall Portrait)": { width: 540, height: 960, label: "9:16" },
+ "1:1 (Square)": { width: 960, height: 960, label: "1:1" },
+ "16:9 (Landscape)": { width: 960, height: 540, label: "16:9" }
+ };
+
+ const SDXL_RATIOS = {
+ "3:4 (Portrait)": { width: 896, height: 1152, label: "3:4" },
+ "9:16 (Tall Portrait)": { width: 768, height: 1344, label: "9:16" },
+ "1:1 (Square)": { width: 1024, height: 1024, label: "1:1" },
+ "16:9 (Landscape)": { width: 1344, height: 768, label: "16:9" }
+ };
+
+ const ratios = aspectRatioNode.type === "INSTARAW_WANAspectRatio" ? WAN_RATIOS : SDXL_RATIOS;
+ const config = ratios[selection];
+ if (!config) {
+ console.warn(`[RPG] Unknown aspect ratio selection: ${selection}`);
+ return null;
+ }
+
+ // Return based on output slot (0=width, 1=height, 2=aspect_label)
+ if (slotIndex === 0) return config.width;
+ if (slotIndex === 1) return config.height;
+ if (slotIndex === 2) return config.label;
+ return null;
+ };
+
+ /**
+ * Retrieves the final value of an input by traversing connected nodes.
+ * Enhanced to properly handle multi-output nodes like aspect ratio nodes.
+ */
+ const getFinalInputValue = (inputName, defaultValue) => {
+ try {
+ if (!node.inputs || node.inputs.length === 0) {
+ const widget = node.widgets?.find(w => w.name === inputName);
+ return widget ? widget.value : defaultValue;
+ }
+
+ const input = node.inputs.find(i => i.name === inputName);
+ if (!input || input.link == null) {
+ const widget = node.widgets?.find(w => w.name === inputName);
+ return widget ? widget.value : defaultValue;
+ }
+
+ // Access app.graph safely
+ if (typeof app === 'undefined' || !app.graph) {
+ console.warn('[RPG] app.graph not available, using widget value');
+ const widget = node.widgets?.find(w => w.name === inputName);
+ return widget ? widget.value : defaultValue;
+ }
+
+ const link = app.graph.links[input.link];
+ if (!link) return defaultValue;
+
+ const originNode = app.graph.getNodeById(link.origin_id);
+ if (!originNode) return defaultValue;
+
+ // SPECIAL HANDLING: For aspect ratio nodes, compute the output locally
+ if (originNode.type === "INSTARAW_WANAspectRatio" ||
+ originNode.type === "INSTARAW_SDXLAspectRatio" ||
+ originNode.type === "INSTARAW_NanoBananaAspectRatio") {
+ const output = getAspectRatioOutput(originNode, link.origin_slot);
+ if (output !== null) return output;
+ }
+
+ // For other nodes, read from widgets
+ if (originNode.widgets && originNode.widgets.length > 0) {
+ return originNode.widgets[0].value;
+ }
+
+ if (originNode.properties && originNode.properties.value !== undefined) {
+ return originNode.properties.value;
+ }
+
+ return defaultValue;
+ } catch (error) {
+ console.error('[RPG] Error in getFinalInputValue:', error);
+ return defaultValue;
+ }
+ };
+
+ /**
+ * Get target output dimensions from aspect ratio selector.
+ * Now properly reads from connected aspect ratio nodes!
+ */
+ const getTargetDimensions = () => {
+ try {
+ const aspect_label = getFinalInputValue("aspect_label", "1:1");
+
+ // Parse aspect ratio from label (e.g., "16:9" โ 16/9)
+ const match = aspect_label.match(/(\d+):(\d+)/);
+ let width, height;
+ if (match) {
+ width = parseInt(match[1]);
+ height = parseInt(match[2]);
+ } else {
+ width = 1;
+ height = 1;
+ }
+
+ const dims = {
+ width: width,
+ height: height,
+ aspect_label: aspect_label || "1:1"
+ };
+
+ console.log("[RPG] Target dimensions from label:", dims, "Aspect ratio:", width/height);
+ return dims;
+ } catch (error) {
+ console.error('[RPG] Error in getTargetDimensions:', error);
+ return { width: 1, height: 1, aspect_label: "1:1" };
+ }
+ };
+
+ const parsePromptBatch = () => {
+ try {
+ const raw = node.properties.prompt_batch_data ?? "[]";
+ if (Array.isArray(raw)) {
+ return raw;
+ }
+ if (typeof raw === "string") {
+ if (!raw.trim()) return [];
+ return JSON.parse(raw);
+ }
+ return [];
+ } catch (error) {
+ console.warn("[RPG] Failed to parse prompt batch data, resetting to []", error);
+ node.properties.prompt_batch_data = "[]";
+ syncPromptBatchWidget();
+ return [];
+ }
+ };
+
+ const setPromptBatchData = (promptQueue) => {
+ const normalized = Array.isArray(promptQueue) ? promptQueue : [];
+ node.properties.prompt_batch_data = JSON.stringify(normalized);
+ syncPromptBatchWidget();
+ // Dispatch event for BIG and other listeners
+ window.dispatchEvent(new CustomEvent("INSTARAW_RPG_PROMPTS_CHANGED", {
+ detail: {
+ nodeId: node.id,
+ prompts: normalized,
+ totalGenerations: normalized.reduce((sum, p) => sum + (p.repeat_count || 1), 0)
+ }
+ }));
+ return normalized;
+ };
+
+ // === Database Loading with IndexedDB ===
+ const loadPromptsDatabase = async () => {
+ if (isDatabaseLoading) return;
+ isDatabaseLoading = true;
+
+ try {
+ // Try IndexedDB first
+ const cachedDB = await getFromIndexedDB("prompts_db_cache");
+ if (cachedDB && cachedDB.version === "1.0") {
+ promptsDatabase = cachedDB.data;
+ // Load user data from IndexedDB
+ await loadUserPrompts();
+ await loadGeneratedPrompts();
+ await loadBookmarks();
+ mergeUserPromptsWithLibrary();
+ isDatabaseLoading = false;
+ renderUI();
+ return;
+ }
+
+ // Fetch from server
+ databaseLoadProgress = 0;
+ renderUI(); // Show loading state
+ updateLoadingProgressUI();
+
+ const response = await fetchPromptsDatabase();
+ const reader = response.body.getReader();
+ const contentLength = +response.headers.get("Content-Length");
+ let receivedLength = 0;
+ const chunks = [];
+
+ while (true) {
+ const { done, value } = await reader.read();
+ if (done) break;
+ chunks.push(value);
+ receivedLength += value.length;
+ databaseLoadProgress = contentLength
+ ? Math.min(99, Math.round((receivedLength / contentLength) * 100))
+ : 99;
+ updateLoadingProgressUI();
+ }
+
+ const chunksAll = new Uint8Array(receivedLength);
+ let position = 0;
+ for (const chunk of chunks) {
+ chunksAll.set(chunk, position);
+ position += chunk.length;
+ }
+
+ const text = new TextDecoder("utf-8").decode(chunksAll);
+ promptsDatabase = JSON.parse(text);
+
+ // Store in IndexedDB
+ await saveToIndexedDB("prompts_db_cache", {
+ version: "1.0",
+ data: promptsDatabase,
+ });
+
+ // Load user data from IndexedDB
+ await loadUserPrompts();
+ await loadGeneratedPrompts();
+ await loadBookmarks();
+ mergeUserPromptsWithLibrary();
+
+ isDatabaseLoading = false;
+ databaseLoadProgress = 100;
+ renderUI();
+ } catch (error) {
+ console.error("[RPG] Database loading error:", error);
+ isDatabaseLoading = false;
+ renderUI();
+ }
+ };
+
+ const updateLoadingProgressUI = () => {
+ const fill = container.querySelector(".instaraw-rpg-progress-fill");
+ const text = container.querySelector(".instaraw-rpg-progress-text");
+ if (fill) fill.style.width = `${databaseLoadProgress}%`;
+ if (text) text.textContent = `${databaseLoadProgress}% (22MB)`;
+ };
+
+ const fetchPromptsDatabase = async () => {
+ const response = await fetch(REMOTE_PROMPTS_DB_URL, { cache: "no-store" });
+ if (!response.ok) throw new Error(`Remote prompts DB error ${response.status}`);
+ return response;
+ };
+
+ const autoResizeTextarea = (textarea, options = {}) => {
+ if (!textarea) return;
+ const minHeight = options.minHeight || 60;
+ const maxHeight = options.maxHeight || 200;
+
+ // Check for cached height (user may have manually resized)
+ const id = textarea.dataset.id;
+ const isPositive = textarea.classList.contains("instaraw-rpg-positive-textarea");
+ const isNegative = textarea.classList.contains("instaraw-rpg-negative-textarea");
+ const cacheKey = id && (isPositive || isNegative) ? `${id}_${isPositive ? 'positive' : 'negative'}` : null;
+ const cachedHeight = cacheKey ? textareaHeights[cacheKey] : null;
+
+ // Store current scroll position to prevent jump
+ const scrollTop = window.scrollY || document.documentElement.scrollTop;
+
+ // Temporarily set to auto to measure, but use minHeight as floor
+ textarea.style.height = `${minHeight}px`;
+ const scrollHeight = textarea.scrollHeight;
+
+ // Use the larger of: content-based height or cached height (respects user resize)
+ const contentHeight = Math.min(Math.max(scrollHeight, minHeight), maxHeight);
+ const newHeight = cachedHeight ? Math.max(contentHeight, cachedHeight) : contentHeight;
+ textarea.style.height = `${newHeight}px`;
+
+ // Always allow scrolling - users may need to scroll even in shorter textareas
+ textarea.style.overflowY = 'auto';
+
+ // Restore scroll position
+ window.scrollTo(0, scrollTop);
+ };
+
+ // Convert image URL to base64 (for img2img vision API)
+ const imageUrlToBase64 = async (url) => {
+ try {
+ const response = await fetch(url);
+ const blob = await response.blob();
+ return new Promise((resolve, reject) => {
+ const reader = new FileReader();
+ reader.onloadend = () => {
+ // Remove data:image/...;base64, prefix
+ const base64 = reader.result.split(',')[1];
+ resolve(base64);
+ };
+ reader.onerror = reject;
+ reader.readAsDataURL(blob);
+ });
+ } catch (error) {
+ console.error("[RPG] Error converting image to base64:", error);
+ throw error;
+ }
+ };
+
+ const parseJSONResponse = async (response) => {
+ const text = await response.text();
+ try {
+ return JSON.parse(text);
+ } catch (error) {
+ throw new Error(`Unexpected response (${response.status}): ${text.slice(0, 500)}`);
+ }
+ };
+
+ // === Storage Diagnostics (for debugging quota issues) ===
+ const diagnoseStorage = () => {
+ console.log("[RPG] === STORAGE DIAGNOSTICS ===");
+
+ // Check node.properties sizes
+ const propSizes = {};
+ let totalPropSize = 0;
+ for (const [key, value] of Object.entries(node.properties || {})) {
+ const size = JSON.stringify(value).length;
+ propSizes[key] = size;
+ totalPropSize += size;
+ }
+ console.log("[RPG] node.properties sizes (bytes):", propSizes);
+ console.log("[RPG] Total node.properties size:", totalPropSize, "bytes", `(${(totalPropSize / 1024).toFixed(2)} KB)`);
+
+ // Check localStorage usage
+ let localStorageSize = 0;
+ for (const key of Object.keys(localStorage)) {
+ localStorageSize += localStorage[key].length;
+ }
+ console.log("[RPG] localStorage total size:", localStorageSize, "bytes", `(${(localStorageSize / 1024 / 1024).toFixed(2)} MB)`);
+
+ // Check if prompts_db_cache accidentally has data
+ if (node.properties.prompts_db_cache && node.properties.prompts_db_cache !== null) {
+ console.warn("[RPG] WARNING: prompts_db_cache has data in node.properties! Size:",
+ JSON.stringify(node.properties.prompts_db_cache).length, "bytes");
+ }
+
+ // IndexedDB estimation
+ if (navigator.storage && navigator.storage.estimate) {
+ navigator.storage.estimate().then(estimate => {
+ console.log("[RPG] Storage estimate - used:",
+ (estimate.usage / 1024 / 1024).toFixed(2), "MB, quota:",
+ (estimate.quota / 1024 / 1024).toFixed(2), "MB");
+ });
+ }
+
+ return { propSizes, totalPropSize, localStorageSize };
+ };
+
+ // Expose for debugging: window.rpgDiagnoseStorage = diagnoseStorage
+ window.rpgDiagnoseStorage = diagnoseStorage;
+
+ // === IndexedDB Helpers ===
+ const getFromIndexedDB = (key) => {
+ return new Promise((resolve) => {
+ const request = indexedDB.open("INSTARAW_RPG", 1);
+ request.onupgradeneeded = (e) => {
+ const db = e.target.result;
+ if (!db.objectStoreNames.contains("cache")) {
+ db.createObjectStore("cache");
+ }
+ };
+ request.onsuccess = (e) => {
+ const db = e.target.result;
+ const tx = db.transaction("cache", "readonly");
+ const store = tx.objectStore("cache");
+ const get = store.get(key);
+ get.onsuccess = () => resolve(get.result);
+ get.onerror = () => resolve(null);
+ };
+ request.onerror = () => resolve(null);
+ });
+ };
+
+ const saveToIndexedDB = (key, value) => {
+ return new Promise((resolve) => {
+ const request = indexedDB.open("INSTARAW_RPG", 1);
+ request.onupgradeneeded = (e) => {
+ const db = e.target.result;
+ if (!db.objectStoreNames.contains("cache")) {
+ db.createObjectStore("cache");
+ }
+ };
+ request.onsuccess = (e) => {
+ const db = e.target.result;
+ const tx = db.transaction("cache", "readwrite");
+ const store = tx.objectStore("cache");
+ const put = store.put(value, key);
+ put.onsuccess = () => {
+ console.log(`[RPG] IndexedDB saved key "${key}" successfully`);
+ resolve(true);
+ };
+ put.onerror = (err) => {
+ console.error(`[RPG] IndexedDB save error for key "${key}":`, err);
+ resolve(false);
+ };
+ };
+ request.onerror = (err) => {
+ console.error(`[RPG] IndexedDB open error:`, err);
+ resolve(false);
+ };
+ });
+ };
+
+ // === Bookmarks Management (IndexedDB for persistence) ===
+ let bookmarksCache = []; // In-memory cache of bookmarked prompt IDs
+
+ const loadBookmarks = async () => {
+ try {
+ const cached = await getFromIndexedDB("bookmarks");
+ // Migration: if IndexedDB is empty but node.properties has bookmarks, migrate them
+ if (!cached && node.properties.bookmarks) {
+ const oldBookmarks = JSON.parse(node.properties.bookmarks || "[]");
+ if (oldBookmarks.length > 0) {
+ console.log(`[RPG] Migrating ${oldBookmarks.length} bookmarks from node.properties to IndexedDB`);
+ bookmarksCache = oldBookmarks;
+ await saveBookmarks(bookmarksCache);
+ return bookmarksCache;
+ }
+ }
+ bookmarksCache = cached || [];
+ console.log(`[RPG] Loaded ${bookmarksCache.length} bookmarks from IndexedDB`);
+ return bookmarksCache;
+ } catch (error) {
+ console.error("[RPG] Error loading bookmarks:", error);
+ bookmarksCache = [];
+ return [];
+ }
+ };
+
+ const saveBookmarks = async (bookmarks) => {
+ try {
+ const success = await saveToIndexedDB("bookmarks", bookmarks);
+ if (success) {
+ bookmarksCache = bookmarks;
+ // NOTE: We don't save to node.properties anymore to avoid localStorage quota issues
+ // Export function reads directly from bookmarksCache
+ console.log(`[RPG] Saved ${bookmarks.length} bookmarks to IndexedDB`);
+ } else {
+ console.error(`[RPG] Failed to save bookmarks to IndexedDB!`);
+ }
+ return success;
+ } catch (error) {
+ console.error("[RPG] Error saving bookmarks:", error);
+ return false;
+ }
+ };
+
+ const getBookmarks = () => bookmarksCache;
+
+ const toggleBookmarkById = async (promptId) => {
+ const bookmarks = [...bookmarksCache];
+ const idx = bookmarks.indexOf(promptId);
+ if (idx >= 0) {
+ bookmarks.splice(idx, 1);
+ } else {
+ bookmarks.push(promptId);
+ }
+ await saveBookmarks(bookmarks);
+ return idx < 0; // Returns true if added, false if removed
+ };
+
+ // === User Prompts Management ===
+ let userPrompts = []; // In-memory cache of user-created prompts
+
+ const loadUserPrompts = async () => {
+ try {
+ const cached = await getFromIndexedDB("user_prompts");
+ console.log(`[RPG] Raw IndexedDB user_prompts:`, cached);
+ userPrompts = cached || [];
+ console.log(`[RPG] Loaded ${userPrompts.length} user prompts from IndexedDB`);
+ if (userPrompts.length > 0) {
+ console.log(`[RPG] First user prompt:`, userPrompts[0]);
+ }
+ return userPrompts;
+ } catch (error) {
+ console.error("[RPG] Error loading user prompts:", error);
+ userPrompts = [];
+ return [];
+ }
+ };
+
+ const saveUserPrompts = async (prompts) => {
+ try {
+ const success = await saveToIndexedDB("user_prompts", prompts);
+ if (success) {
+ userPrompts = prompts;
+ console.log(`[RPG] Saved ${prompts.length} user prompts to IndexedDB`);
+ } else {
+ console.error(`[RPG] Failed to save user prompts to IndexedDB!`);
+ }
+ return success;
+ } catch (error) {
+ console.error("[RPG] Error saving user prompts:", error);
+ return false;
+ }
+ };
+
+ const addUserPrompt = async (promptData) => {
+ const newPrompt = {
+ id: `user_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
+ tags: promptData.tags || [],
+ prompt: {
+ positive: promptData.positive || "",
+ negative: promptData.negative || ""
+ },
+ classification: {
+ content_type: promptData.content_type || "person",
+ safety_level: promptData.safety_level || "sfw",
+ shot_type: promptData.shot_type || "portrait"
+ },
+ is_user_created: true, // Flag to identify user prompts
+ created_at: Date.now()
+ };
+
+ userPrompts.unshift(newPrompt); // Add to beginning
+ await saveUserPrompts(userPrompts);
+ mergeUserPromptsWithLibrary();
+ renderUI();
+ return newPrompt;
+ };
+
+ const updateUserPrompt = async (id, updates) => {
+ const index = userPrompts.findIndex(p => p.id === id);
+ if (index !== -1) {
+ userPrompts[index] = {
+ ...userPrompts[index],
+ ...updates,
+ is_user_created: true, // Preserve flag
+ updated_at: Date.now()
+ };
+ await saveUserPrompts(userPrompts);
+ mergeUserPromptsWithLibrary();
+ renderUI();
+ return true;
+ }
+ return false;
+ };
+
+ const deleteUserPrompt = async (id) => {
+ const filtered = userPrompts.filter(p => p.id !== id);
+ if (filtered.length !== userPrompts.length) {
+ await saveUserPrompts(filtered);
+
+ // Clean up bookmarks if this prompt was favorited
+ const updatedBookmarks = bookmarksCache.filter(b => b !== id);
+ if (updatedBookmarks.length !== bookmarksCache.length) {
+ await saveBookmarks(updatedBookmarks);
+ console.log(`[RPG] Removed deleted prompt ${id} from bookmarks`);
+ }
+
+ mergeUserPromptsWithLibrary();
+ renderUI();
+ return true;
+ }
+ return false;
+ };
+
+ // === Generated Prompts Storage ===
+ let generatedPrompts = [];
+ const loadGeneratedPrompts = async () => {
+ try {
+ const cached = await getFromIndexedDB("generated_prompts");
+ generatedPrompts = cached || [];
+ console.log(`[RPG] Loaded ${generatedPrompts.length} generated prompts`);
+ return generatedPrompts;
+ } catch (e) { generatedPrompts = []; return []; }
+ };
+ const saveGeneratedPrompts = async (prompts) => {
+ try {
+ await saveToIndexedDB("generated_prompts", prompts);
+ generatedPrompts = prompts;
+ return true;
+ } catch (e) { return false; }
+ };
+ const addGeneratedPrompt = async (data) => {
+ const p = {
+ id: `gen_${Date.now()}_${Math.random().toString(36).substr(2,9)}`,
+ tags: data.tags || [],
+ prompt: { positive: data.positive || "", negative: data.negative || "" },
+ classification: data.classification || { content_type: "other", safety_level: "sfw", shot_type: "other" },
+ is_ai_generated: true,
+ model_badge: data.model_badge || null,
+ theme_badge: data.theme_badge || null,
+ created_at: Date.now()
+ };
+ generatedPrompts.unshift(p);
+ await saveGeneratedPrompts(generatedPrompts);
+ promptsDatabase = promptsDatabase.filter(x => !x.is_ai_generated);
+ const userCount = promptsDatabase.filter(x => x.is_user_created).length;
+ promptsDatabase.splice(userCount, 0, ...generatedPrompts);
+ return p;
+ };
+
+ const deleteGeneratedPrompt = async (id) => {
+ const filtered = generatedPrompts.filter(p => p.id !== id);
+ if (filtered.length !== generatedPrompts.length) {
+ await saveGeneratedPrompts(filtered);
+
+ // Clean up bookmarks if this prompt was favorited
+ const updatedBookmarks = bookmarksCache.filter(b => b !== id);
+ if (updatedBookmarks.length !== bookmarksCache.length) {
+ await saveBookmarks(updatedBookmarks);
+ console.log(`[RPG] Removed deleted prompt ${id} from bookmarks`);
+ }
+
+ mergeUserPromptsWithLibrary();
+ renderUI();
+ return true;
+ }
+ return false;
+ };
+
+ const exportUserPrompts = () => {
+ // Get full batch queue (includes all prompts with repeats)
+ const promptBatch = parsePromptBatch();
+
+ // Collect user settings
+ const settings = {};
+ PERSISTENT_SETTINGS.forEach(key => {
+ if (node.properties[key] !== undefined) {
+ settings[key] = node.properties[key];
+ }
+ });
+
+ const exportData = {
+ version: "1.1", // Bumped version for settings support
+ exported_at: new Date().toISOString(),
+ user_prompts: userPrompts,
+ bookmarks: bookmarksCache,
+ batch_queue: promptBatch, // Full batch with all instances
+ settings: settings // User customizations
+ };
+ const dataStr = JSON.stringify(exportData, null, 2);
+ const blob = new Blob([dataStr], { type: "application/json" });
+ const url = URL.createObjectURL(blob);
+ const a = document.createElement("a");
+ a.href = url;
+ a.download = `rpg_export_${Date.now()}.json`;
+ document.body.appendChild(a);
+ a.click();
+ document.body.removeChild(a);
+ URL.revokeObjectURL(url);
+ console.log(`[RPG] Exported ${userPrompts.length} user prompts, ${bookmarksCache.length} bookmarks, ${promptBatch.length} batch items, and ${Object.keys(settings).length} settings`);
+ };
+
+ const importUserPrompts = async (file) => {
+ return new Promise((resolve, reject) => {
+ const reader = new FileReader();
+ reader.onload = async (e) => {
+ try {
+ const data = JSON.parse(e.target.result);
+
+ const userPromptsToImport = data.user_prompts || [];
+ const batchQueueToImport = data.batch_queue || [];
+ const importedBookmarks = data.bookmarks || [];
+ const importedSettings = data.settings || {};
+
+ // Validate format
+ if (!Array.isArray(userPromptsToImport)) {
+ throw new Error("Invalid format: user_prompts must be an array");
+ }
+
+ // Merge user prompts with existing (avoid duplicates by ID)
+ const existingIds = new Set(userPrompts.map(p => p.id));
+ let addedUser = 0;
+ userPromptsToImport.forEach(prompt => {
+ if (!existingIds.has(prompt.id)) {
+ userPrompts.push({
+ ...prompt,
+ is_user_created: true,
+ imported_at: Date.now()
+ });
+ existingIds.add(prompt.id);
+ addedUser++;
+ }
+ });
+
+ // Import full batch queue (replaces current batch)
+ if (batchQueueToImport.length > 0) {
+ setPromptBatchData(batchQueueToImport);
+ }
+
+ // Merge bookmarks (avoid duplicates)
+ const mergedBookmarks = [...new Set([...bookmarksCache, ...importedBookmarks])];
+ await saveBookmarks(mergedBookmarks);
+
+ // Import settings (if present and user confirms)
+ let settingsImported = 0;
+ if (Object.keys(importedSettings).length > 0) {
+ const importSettings = confirm(
+ `This export includes ${Object.keys(importedSettings).length} settings:\n` +
+ `โข Theme, Model preset, Instructions\n` +
+ `โข Generation style, Expression settings\n` +
+ `โข System prompts\n\n` +
+ `Import these settings? (This will overwrite your current settings)`
+ );
+ if (importSettings) {
+ PERSISTENT_SETTINGS.forEach(key => {
+ if (importedSettings[key] !== undefined) {
+ node.properties[key] = importedSettings[key];
+ settingsImported++;
+ }
+ });
+ saveSettings(); // Persist to localStorage
+ console.log(`[RPG] Imported ${settingsImported} settings`);
+ }
+ }
+
+ await saveUserPrompts(userPrompts);
+ mergeUserPromptsWithLibrary();
+ renderUI();
+
+ const totalSkipped = userPromptsToImport.length - addedUser;
+ console.log(`[RPG] Imported ${addedUser} user prompts, ${batchQueueToImport.length} batch items, ${importedBookmarks.length} bookmarks, ${settingsImported} settings (${totalSkipped} duplicates skipped)`);
+ resolve({ added: addedUser + batchQueueToImport.length, skipped: totalSkipped, details: { user: addedUser, batch: batchQueueToImport.length, bookmarks: importedBookmarks.length, settings: settingsImported } });
+ } catch (error) {
+ console.error("[RPG] Error importing user prompts:", error);
+ reject(error);
+ }
+ };
+ reader.onerror = reject;
+ reader.readAsText(file);
+ });
+ };
+
+ const mergeUserPromptsWithLibrary = () => {
+ // Remove old user prompts and generated prompts from promptsDatabase
+ promptsDatabase = promptsDatabase.filter(p => !p.is_user_created && !p.is_ai_generated);
+ // Combine user and generated prompts, sort by created_at (newest first)
+ const customPrompts = [...userPrompts, ...generatedPrompts].sort((a, b) => (b.created_at || 0) - (a.created_at || 0));
+ promptsDatabase = [...customPrompts, ...promptsDatabase];
+ console.log(`[RPG] Merged database: ${userPrompts.length} user + ${generatedPrompts.length} generated + ${promptsDatabase.length - userPrompts.length - generatedPrompts.length} library = ${promptsDatabase.length} total`);
+ };
+
+ // === Capture Textarea Heights Before Re-render ===
+ const captureTextareaHeights = () => {
+ const positiveTextareas = container.querySelectorAll(".instaraw-rpg-positive-textarea");
+ const negativeTextareas = container.querySelectorAll(".instaraw-rpg-negative-textarea");
+
+ positiveTextareas.forEach(textarea => {
+ const id = textarea.dataset.id;
+ if (id && textarea.offsetHeight > 0) {
+ textareaHeights[`${id}_positive`] = textarea.offsetHeight;
+ }
+ });
+
+ negativeTextareas.forEach(textarea => {
+ const id = textarea.dataset.id;
+ if (id && textarea.offsetHeight > 0) {
+ textareaHeights[`${id}_negative`] = textarea.offsetHeight;
+ }
+ });
+ };
+
+ // === Main Render Function ===
+ const renderUI = () => {
+ // Capture current textarea heights BEFORE destroying DOM
+ captureTextareaHeights();
+
+ const activeTab = node.properties.active_tab || "library";
+ const promptQueue = parsePromptBatch();
+ const resolvedModeWidget = node.widgets?.find((w) => w.name === "resolved_mode");
+ const resolvedMode = resolvedModeWidget?.value || "txt2img";
+ // Creative model is UI-only, stored in properties
+ if (this.properties.creative_model === undefined) {
+ this.properties.creative_model = "gemini-2.5-pro";
+ }
+ const currentCreativeModel = this.properties.creative_model || "gemini-2.5-pro";
+ const creativeSystemPrompt = node.properties.creative_system_prompt || DEFAULT_RPG_SYSTEM_PROMPT;
+ const currentCreativeTemperature = parseFloat(node.properties.creative_temperature ?? 0.9) || 0.9;
+ const currentCreativeTopP = parseFloat(node.properties.creative_top_p ?? 0.9) || 0.9;
+
+ const totalGenerations = promptQueue.reduce((sum, entry) => sum + (entry.repeat_count || 1), 0);
+
+ const tabs = [
+ { id: "library", label: "Prompts Library", icon: "๐" },
+ { id: "generate", label: "Generate Prompts", icon: "๐ฏ" },
+ ];
+
+ const linkedImages = node._linkedImageCount || 0;
+
+ // Use detected mode from AIL if available
+ const detectedMode = node._linkedAILMode || resolvedMode;
+ const isDetectedFromAIL = node._linkedAILMode !== null;
+
+ const tabButtons = tabs
+ .map(
+ (tab) => `
+
+ ${tab.icon}
+ ${tab.label}
+
+ `,
+ )
+ .join("");
+
+ const uiState = {
+ promptQueue,
+ currentCreativeModel,
+ creativeSystemPrompt,
+ currentCreativeTemperature,
+ currentCreativeTopP,
+ };
+ const tabContent = renderActiveTabContent(activeTab, uiState);
+ const imagePreview = renderImagePreview(resolvedMode, totalGenerations);
+
+ container.innerHTML = `
+
+
+
+
+
+
+
+ ${detectedMode === 'img2img' ? '๐ผ๏ธ IMG2IMG MODE' : '๐จ TXT2IMG MODE'}
+
+ ${isDetectedFromAIL ? `From AIL #${node._linkedAILNodeId} ` : ''}
+
+
+
+
RPG V2.0
+
+
+ ${sdxlModeEnabled ? '๐ท๏ธ SDXL MODE ON' : '๐ SDXL MODE OFF'}
+
+
+
+
+
+ Queue
+ ${promptQueue.length}
+
+
+ Generations
+ ${totalGenerations}
+
+
+ Images
+ ${linkedImages}
+
+
+
+
+ ${tabButtons}
+
+
+ ${tabContent}
+
+
+
+ ${imagePreview}
+ ${renderBatchPanel(promptQueue, totalGenerations)}
+
+
+
+
+ `;
+
+ setupEventHandlers();
+ setupDragAndDrop();
+ setupTextareaResizeObserver(); // Watch for manual textarea resizing
+
+ // Restore generation UI if there are completed or in-progress generations
+ if ((node._generatedUnifiedPrompts || node._generationInProgress) && activeTab === "generate") {
+ restoreGenerationUI();
+ }
+
+ // Single delayed height update after DOM fully settles
+ setTimeout(() => updateCachedHeight(), 100);
+ };
+
+ // === Tab Content Rendering ===
+ const renderActiveTabContent = (activeTab, uiState) => {
+ if (isDatabaseLoading) {
+ return `
+
+
+
Loading Prompts Database...
+
+
${databaseLoadProgress}% (22MB)
+
+ `;
+ }
+
+ if (!promptsDatabase) {
+ return `
+
+
Database not loaded
+
๐ Load Database
+
+ `;
+ }
+
+ switch (activeTab) {
+ case "library":
+ return renderLibraryTab();
+ case "generate":
+ return renderGenerateTab(uiState);
+ case "custom":
+ return renderCustomTab(uiState);
+ case "creative": // LEGACY - Fallback for old workflows
+ return renderCreativeTab(uiState);
+ case "character": // LEGACY - Fallback for old workflows
+ return renderCharacterTab();
+ default:
+ return "";
+ }
+ };
+
+ // === Library Tab ===
+ const renderLibraryTab = () => {
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const bookmarks = bookmarksCache;
+ const promptQueue = parsePromptBatch();
+ const batchSourceIds = new Set(promptQueue.map(p => p.source_id).filter(Boolean));
+
+ // Determine which prompts to show
+ let filteredPrompts;
+ let pagePrompts;
+ let totalPages;
+
+ if (showingRandomPrompts && randomPrompts.length > 0) {
+ // Random mode: show the fetched random prompts
+ filteredPrompts = randomPrompts;
+ pagePrompts = randomPrompts; // Show all random prompts (no pagination)
+ totalPages = 1;
+ } else {
+ // Normal mode: apply filters
+ filteredPrompts = filterPrompts(promptsDatabase, filters);
+
+ // Pagination
+ totalPages = Math.ceil(filteredPrompts.length / itemsPerPage);
+ const startIdx = currentPage * itemsPerPage;
+ const endIdx = startIdx + itemsPerPage;
+ pagePrompts = filteredPrompts.slice(startIdx, endIdx);
+ }
+
+ // Calculate counts for prompt source dropdown
+ const allPromptsCount = promptsDatabase.length;
+ const libraryPromptsCount = promptsDatabase.filter(p => !p.is_user_created && !p.is_ai_generated).length;
+ const userPromptsCount = userPrompts.length;
+ const generatedPromptsCount = promptsDatabase.filter(p => p.is_ai_generated).length;
+
+ return `
+
+
+
+
+
+ ${
+ totalPages > 1
+ ? `
+
+ `
+ : ""
+ }
+
+
+ ${
+ pagePrompts.length === 0
+ ? `
No prompts found
Try adjusting your filters
`
+ : pagePrompts
+ .map(
+ (prompt) => {
+ const batchCount = promptQueue.filter(p => p.source_id === prompt.id).length;
+ const positive = prompt.prompt?.positive || "";
+ const negative = prompt.prompt?.negative || "";
+
+ // Debug: Log if positive is empty but negative isn't
+ if (!positive && negative) {
+ console.warn(`[RPG] Prompt ${prompt.id} has empty positive but has negative:`, {
+ id: prompt.id,
+ positive: positive,
+ negative: negative,
+ fullPrompt: prompt.prompt,
+ tags: prompt.tags
+ });
+ }
+
+ // Show positive, or if empty show negative with warning, or show placeholder
+ const displayText = positive
+ ? positive
+ : negative
+ ? `[No positive prompt] ${negative}`
+ : "[Empty prompt]";
+
+ const searchQuery = filters.search_query?.trim() || "";
+ const sdxlMode = sdxlModeEnabled;
+ const matchType = prompt._matchType;
+ const matchBadge = matchType === 'both' ? '๐๐ท๏ธ' : matchType === 'prompt' ? '๐' : matchType === 'tags' ? '๐ท๏ธ' : '';
+ const sourceBadge = prompt.is_user_created ? 'โ๏ธ My Prompt' : prompt.is_ai_generated ? 'โจ AI Generated' : '๐ Library';
+
+ const allTags = prompt.tags || [];
+ const autoExpand = matchType === 'tags' || matchType === 'both'; // Auto-expand if tags match
+
+ return `
+
+
+
+
+
${sourceBadge}
+ ${matchBadge ? `
${matchBadge} Match
` : ''}
+
+ ID: ${prompt.id.substring(0, 8)}..
+ ๐
+
+
+ ๐
+
+
+
+ ${prompt.is_user_created ? `
+
+ ${editingPrompts.has(prompt.id) ? `
+
+
+
+ Positive Prompt
+
+
+
+ Negative Prompt
+
+
+
+ Tags (comma-separated)
+
+
+
+
+
+
+ Content Type
+
+ Person
+ Object
+ Other
+
+
+
+ Safety Level
+
+ SFW
+ Suggestive
+ NSFW
+
+
+
+ Shot Type
+
+ Portrait
+ Full Body
+ Other
+
+
+
+
+
+
+ ๐พ Save
+
+
+ โ Cancel
+
+
+
+ ` : sdxlMode ? `
+
+
+ ${allTags.length > 0 ? allTags.map((tag) => highlightSearchTerm(tag, searchQuery)).join(", ") : "[Empty prompt]"}
+
+
+ โ๏ธ Edit Prompt
+
+ ` : `
+
+
${highlightSearchTerm(displayText, searchQuery)}
+ ${negative ? `
Negative: ${highlightSearchTerm(negative, searchQuery)}
` : ''}
+
+ ${allTags.map((tag) => `${highlightSearchTerm(tag, searchQuery)} `).join("")}
+
+
+ โ๏ธ Edit Prompt
+
+ `}
+ ` : sdxlMode ? `
+
+
+ ${allTags.map((tag) => highlightSearchTerm(tag, searchQuery)).join(", ")}
+
+ ` : `
+
+
${highlightSearchTerm(displayText, searchQuery)}
+
+ ${autoExpand || allTags.length <= 5
+ ? allTags.map((tag) => `${highlightSearchTerm(tag, searchQuery)} `).join("")
+ : allTags.slice(0, 5).map((tag) => `${highlightSearchTerm(tag, searchQuery)} `).join("")
+ }
+ ${allTags.length > 5 ? `${autoExpand ? 'Show less' : '+' + (allTags.length - 5)} ` : ""}
+
+ `}
+ ${(prompt.model_badge || prompt.theme_badge) ? `
+
+ ` : ''}
+
+
+ `;
+ }
+ )
+ .join("")
+ }
+
+
+ ${
+ totalPages > 1
+ ? `
+
+ `
+ : ""
+ }
+
+ `;
+ };
+
+ // === Creative Tab ===
+ const renderCreativeTab = (uiState) => {
+ const promptQueue = uiState?.promptQueue || [];
+ const selectedForInspiration = promptQueue.filter((p) => p.source_id).slice(0, 5);
+ const modelOptionsHtml = CREATIVE_MODEL_OPTIONS
+ .map(
+ (opt) => `${opt.label} `
+ )
+ .join("");
+ const temperature = uiState?.currentCreativeTemperature ?? 0.9;
+ const topP = uiState?.currentCreativeTopP ?? 0.9;
+ const systemPrompt = uiState?.creativeSystemPrompt || DEFAULT_RPG_SYSTEM_PROMPT;
+
+ return `
+
+
+ Creative Model
+
+ ${modelOptionsHtml}
+
+
+
+
+ System Prompt
+
+
+
+
+
+
+
+
Inspiration Sources (${selectedForInspiration.length})
+
+ ${
+ selectedForInspiration.length === 0
+ ? `
Add prompts from Library to use as inspiration
`
+ : selectedForInspiration
+ .map(
+ (p) => `
+
+ ${escapeHtml(p.positive_prompt || "")}
+
+ `
+ )
+ .join("")
+ }
+
+
+
+
+
+
โจ Generate & Add to Batch
+
+
+
Generated Prompts Preview
+
+
โ Accept All
+
โ Cancel
+
+
+ `;
+ };
+
+ // === Unified Generate Tab ===
+ const renderGenerateTab = (uiState) => {
+ const promptQueue = uiState?.promptQueue || [];
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const modelOptionsHtml = CREATIVE_MODEL_OPTIONS
+ .map(
+ (opt) => `${opt.label} `
+ )
+ .join("");
+ const temperature = uiState?.currentCreativeTemperature ?? 0.9;
+ const topP = uiState?.currentCreativeTopP ?? 0.9;
+
+ // Character description - generated descriptions populate the character_text_input
+ const characterText = node.properties.character_text_input || "";
+ // Check if character_image is connected AND the source node still exists
+ const characterImageInput = node.inputs?.find(i => i.name === "character_image");
+ let hasCharacterImage = false;
+ if (characterImageInput && characterImageInput.link != null) {
+ const link = app.graph.links[characterImageInput.link];
+ if (link) {
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ hasCharacterImage = !!sourceNode; // Only true if node still exists
+ }
+ }
+
+ return `
+
+
+
+
+
+
+ Model
+
+ ${modelOptionsHtml}
+
+
+
+
+
+
+
+
+
+
+
+ ๐ญ Character Consistency
+
+
+ ${!node.properties.use_character_likeness ? 'โช Disabled' : characterText.trim() ? 'โ
Active' : 'โ ๏ธ Empty'}
+
+
+
+ ${hasCharacterImage ? `
+
+ ๐ธ Character Image Connected - Click "Generate from Image" to create description
+
+ ` : ''}
+
+
Character Description
+
+
+ ๐ก This description will be included in ALL generated prompts for character consistency
+
+
+
+
+ Complexity
+
+ Concise (50-75 words)
+ Balanced (100-150 words)
+ Detailed (200-250 words)
+
+
+ ${hasCharacterImage ? `
+
+
+ โจ Generate from Image
+
+ Uses connected character_image and selected model above
+
+ ` : ''}
+
+ โ๏ธ Advanced: Edit System Prompt
+
+
+
+
+ ๐ก Custom edits override complexity setting
+
+
๐ Reset
+
+
+
+
+
+
+
+
+
+
+
+
+ ๐ Expression Control
+
+
+ ${node.properties.enable_expressions ? 'โ
Active' : 'โช Disabled'}
+
+
+
+
+
Available Expressions (toggle to enable/disable)
+
+ ${EXPRESSION_LIST.map(expr => {
+ const enabled = JSON.parse(node.properties.enabled_expressions || '[]').includes(expr);
+ return `
+
+
+ ${expr}
+
+ `;
+ }).join('')}
+
+
+ โ Select All
+ โ Clear All
+
+
+
+ Default Expression
+
+ ${EXPRESSION_LIST.map(expr => `
+ ${expr}
+ `).join('')}
+
+
+
+
+ Mix Default Frequency: ${node.properties.default_mix_frequency || 0}%
+
+
+
+ 0% = always cycle through enabled expressions | 100% = always use default expression
+
+
+
+
+
+
+ ${node.properties.generation_style !== 'custom' && (detectedMode !== 'img2img' || node.properties.generation_style === 'creative') ? (() => {
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const filteredCount = filterPrompts(promptsDatabase, filters).length;
+ const hasActiveFilters = Object.keys(filters).some(key => {
+ if (key === 'search_query') return filters[key]?.trim();
+ if (key === 'show_bookmarked') return filters[key];
+ if (key === 'sdxl_mode') return filters[key];
+ return filters[key] !== 'all';
+ });
+ const inspirationEnabled = node.properties.enable_library_inspiration;
+
+ return `
+
+
+
+
+ ๐ Library Inspiration
+
+
+ ${inspirationEnabled ? 'โ
Active' : 'โช Disabled'}
+
+
+
+
+
+ Learn from
+
+ ${detectedMode === 'img2img' ? 'prompts for style guidance' : 'prompts per generation'}
+
+
+
+ Pool: ${filteredCount.toLocaleString()} ${hasActiveFilters ? 'prompts (filtered) ' : 'prompts'}
+
+
+ Filters โ๏ธ
+
+
+
+
+
+ `;
+ })() : ''}
+
+
+
+
+
+
+
+
Generation Mode
+
+
+ ๐ฏ Reality Mode
+ ${detectedMode === 'img2img' ? 'Describe accurately' : 'Strict adherence'}
+
+
+ โจ Creative Mode
+ ${detectedMode === 'img2img' ? 'Transform style' : 'Expand with inspiration'}
+
+
+
+ ๐ ๏ธ Custom Mode
+ Custom template
+
+
+
+
+
+ ${node.properties.generation_style === 'custom' ? `
+
+
+
+
+ ${(() => {
+ const customTemplate = node.properties.custom_template;
+ const warnings = [];
+
+ // Debug logging
+ console.log("[RPG] Template validation - custom_template:", customTemplate ? `"${customTemplate.substring(0, 50)}..."` : 'undefined');
+ console.log("[RPG] Template validation - length:", customTemplate?.length || 0);
+ console.log("[RPG] Template validation - is default?", customTemplate === DEFAULT_RPG_SYSTEM_PROMPT);
+
+ // Only validate if there's a custom template that's DIFFERENT from default
+ if (customTemplate && customTemplate.trim().length > 0 && customTemplate !== DEFAULT_RPG_SYSTEM_PROMPT) {
+ const templateLength = customTemplate.trim().length;
+ const hasVariables = customTemplate.includes('{') && customTemplate.includes('}');
+
+ // Only warn if short AND has no variables
+ if (templateLength < 20 && !hasVariables) {
+ warnings.push({
+ level: 'error',
+ message: `Template is too short (${templateLength} chars) and has no variables - will use default instead`
+ });
+ }
+
+ // Check for missing recommended variables (either TASK_INSTRUCTIONS or USER_INPUT)
+ if (!customTemplate.includes('{TASK_INSTRUCTIONS}') && !customTemplate.includes('{USER_INPUT}')) {
+ warnings.push({
+ level: 'warning',
+ message: 'Template missing {TASK_INSTRUCTIONS} or {USER_INPUT} - user input won\'t be included'
+ });
+ }
+ }
+
+ if (warnings.length === 0) return '';
+
+ return warnings.map(w => {
+ const bgColor = w.level === 'error' ? 'rgba(239, 68, 68, 0.1)' : 'rgba(251, 191, 36, 0.1)';
+ const borderColor = w.level === 'error' ? 'rgba(239, 68, 68, 0.3)' : 'rgba(251, 191, 36, 0.3)';
+ const textColor = w.level === 'error' ? '#fca5a5' : '#fbbf24';
+ const icon = w.level === 'error' ? 'โ' : 'โ ๏ธ';
+
+ return `
+
+
+ ${icon} ${w.message}
+
+
+ `;
+ }).join('');
+ })()}
+
+
+ Quick Start:
+
+ -- Select Preset --
+ Minimal (Just Instructions)
+ Standard (Default)
+ Expert (Full Control)
+ Blank (Start Fresh)
+
+
+
๐ Reset
+
๐๏ธ Preview
+
+ {SOURCE_COUNT}
+ {SOURCE_PROMPTS}
+ {GENERATION_MODE}
+ {MODE_RULES}
+ {TASK_TYPE}
+ {USER_INPUT}
+ {TASK_INSTRUCTIONS}
+
+
+
+
+
+
+ โจ Preview (with current settings)
+ โ Close
+
+
+
+
+
+
+
+ โน๏ธ Variable Reference Guide
+
+
+
+
+ {SOURCE_COUNT}
+ โ Number of source prompts (e.g., "3")
+
+
+ {SOURCE_PROMPTS}
+ โ Formatted list of source prompts with positive/negative
+
+
+ {GENERATION_MODE}
+ โ Mode description (e.g., "CREATIVE (INSPIRED REMIX)")
+
+
+ {MODE_RULES}
+ โ Auto-generated rules (Reality/Creative mode logic)
+
+
+ {TASK_TYPE}
+ โ "TXT2IMG GENERATION" or "IMG2IMG TRANSFORMATION"
+
+
+ {USER_INPUT}
+ โ Raw user input without any wrapper text
+
+
+ {TASK_INSTRUCTIONS}
+ โ Formatted instructions built from user input, character, expression, affect
+
+
+
+ ๐ก Tip: Click variable buttons above to insert them at cursor position in the template.
+
+
+
+
+
+
+
+
+ ${detectedMode !== 'img2img' ? (() => {
+ // Use same filtering approach as Reality/Creative modes
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const filteredCount = filterPrompts(promptsDatabase, filters).length;
+ const totalCount = promptsDatabase.length;
+ const hasActiveFilters = Object.keys(filters).some(key => {
+ if (key === 'search_query') return filters[key]?.trim();
+ if (key === 'show_bookmarked') return filters[key];
+ if (key === 'sdxl_mode') return filters[key];
+ return filters[key] !== 'all';
+ });
+ const inspirationCount = node.properties.inspiration_count || 3;
+ const inspirationEnabled = node.properties.enable_library_inspiration;
+
+ return `
+
+
+
+ ๐ Library Inspiration ${!inspirationEnabled ? '(Disabled)' : `(${inspirationCount} per generation)`}
+
+
+
+
+
+ Enable Library Inspiration
+
+
+ ${inspirationEnabled ? 'โ
Active' : 'โช Disabled'}
+
+
+
+ ${filteredCount === 0 ? `
+
+
โ ๏ธ No prompts in library
+
Load prompts in the Library tab or {SOURCE_PROMPTS} will be empty
+
+ ` : `
+
+
+ Learn from
+
+ prompts per generation
+
+
+
+ Pool: ${filteredCount.toLocaleString()} ${hasActiveFilters ? 'prompts (filtered) ' : 'prompts'}
+
+
+ Filters โ๏ธ
+
+
+
+ `}
+
+ ${!inspirationEnabled ? `
+
+
+ ๐ก Inspiration disabled: Variables {SOURCE_COUNT} and {SOURCE_PROMPTS} will be empty/zero in your template.
+
+
+ ` : ''}
+
+
+
+ `;
+ })() : ''}
+
+
+ ${detectedMode === 'img2img' ? (() => {
+ const linkedImages = node._linkedImages || [];
+ const imageCount = linkedImages.length;
+ if (imageCount === 0) {
+ return `
+
+
โ ๏ธ No images from AIL
+
Connect an Advanced Image Loader node in img2img mode
+
+ `;
+ }
+ return `
+
+
+ ๐ธ Images from AIL #${node._linkedAILNodeId}: ${imageCount} image${imageCount !== 1 ? 's' : ''}
+
+
+ `;
+ })() : ''}
+
+
+ ${detectedMode !== 'img2img' ? `
+
+
+ Generation Count
+
+
+
+ ` : ''}
+ ` : ''}
+
+
+
+
+ ${detectedMode !== 'img2img' ? `
+
+
+
๐จ Creative Theme (optional)
+
+ ${Object.entries(THEME_PRESETS).map(([key, preset]) => {
+ const selected = (node.properties.theme_preset || DEFAULT_THEME_PRESET) === key;
+ return `${preset.label} `;
+ }).join('')}
+
+
+ ๐ก Themes add aesthetic style (INSTARAW = black light diamond drips)
+
+
+
+
+
+
๐ง Model Instructions (optional)
+
+
+ ${Object.entries(MODEL_INSTRUCTION_PRESETS).map(([key, preset]) => {
+ const selected = (node.properties.model_preset || DEFAULT_MODEL_PRESET) === key;
+ return `${preset.label} `;
+ }).join('')}
+
+
+
+
+ ๐ก Model-specific prompt formatting (mostly useful for img2img models)
+
+
+
+
+
+
+
+ ๐งน Clean Mode (no baked-in artifacts or elements)
+
+
+ ๐ก Prevents AI from adding grain, noise, lens flares, borders, etc. Add these in post if needed.
+
+
+
+
+
+
๐ Your Instructions
+
+
+ ๐ก Your instructions override theme and model settings
+
+
+ ` : ''}
+
+
+ ${node.properties.generation_style !== 'custom' ? `
+
+ ${detectedMode === 'img2img' ? `
+
+ ${(() => {
+ const images1 = node._linkedImages || [];
+ const images2 = node._linkedImages2 || [];
+ const images3 = node._linkedImages3 || [];
+ const images4 = node._linkedImages4 || [];
+
+ if (images1.length === 0) {
+ return `
+
+
โ ๏ธ No images from AIL
+
Connect an Advanced Image Loader node in img2img mode
+
+ `;
+ }
+
+ // Build inputs array for multi-image mode
+ const inputsWithImages = [
+ { images: images1, label: "Image 1" },
+ { images: images2, label: "Image 2" },
+ { images: images3, label: "Image 3" },
+ { images: images4, label: "Image 4" }
+ ].filter(input => input.images.length > 0);
+
+ const multiImageMode = inputsWithImages.length > 1;
+ const generationCount = images1.length;
+
+ if (multiImageMode) {
+ // Multi-image mode: show combo cards
+ const comboCardsHtml = renderComboCards(inputsWithImages, {
+ // Handle both url (from renderImg2ImgGallery events) and thumbnail (from raw batchData events)
+ getImageUrl: (img) => img?.url || (img?.thumbnail ? `/instaraw/view/${img.thumbnail}` : null)
+ });
+
+ return `
+
+
+
+ ${inputsWithImages.length} AIL inputs connected
+
+
${generationCount} combinations โ ${generationCount} prompts
+
+
+ ${comboCardsHtml}
+
+
+ โน๏ธ Each row of images is sent together to the AI for prompt generation.
+
+
+ `;
+ }
+
+ // Single image mode: show grid
+ return `
+
+
+ Images from AIL #${node._linkedAILNodeId || '?'}
+ ${generationCount} unique ${generationCount === 1 ? 'image' : 'images'} โ ${generationCount} ${generationCount === 1 ? 'prompt' : 'prompts'}
+
+
+ ${images1.map((img, idx) => {
+ // Handle both url (from renderImg2ImgGallery events) and thumbnail (from raw batchData events)
+ const imgUrl = img.url || (img.thumbnail ? `/instaraw/view/${img.thumbnail}` : '');
+ return `
+
+
+
+ #${idx + 1}${img.repeat_count && img.repeat_count > 1 ? ` ร${img.repeat_count}` : ''}
+
+
+ `}).join('')}
+
+
+ โน๏ธ Generates 1 prompt per unique image. Repeat counts preserved when adding to batch.
+
+
+ `;
+ })()}
+
+
+
+
+
+
+
+
+
๐จ Creative Theme (optional)
+
+ ${Object.entries(THEME_PRESETS).map(([key, preset]) => {
+ const selected = (node.properties.theme_preset || DEFAULT_THEME_PRESET) === key;
+ return `${preset.label} `;
+ }).join('')}
+
+
+ ๐ก Themes add aesthetic style (INSTARAW = black light diamond drips)
+
+
+
+
+
+
+
+
๐ง Model Instructions
+
+
+ ${Object.entries(MODEL_INSTRUCTION_PRESETS).map(([key, preset]) => {
+ const selected = (node.properties.model_preset || DEFAULT_MODEL_PRESET) === key;
+ return `${preset.label} `;
+ }).join('')}
+
+
+
+
+ ๐ก Model-specific prompt formatting (NBP uses "reimagined" structure)
+
+
+
+
+
+
+
+
+
+ ๐งน Clean Mode (no baked-in artifacts or elements)
+
+
+ ๐ก Prevents AI from adding grain, noise, lens flares, borders, etc. Add these in post if needed.
+
+
+
+
+
+
+
+
๐ Your Instructions
+
+
+ ๐ก Your instructions override theme and model settings
+
+
+
+
+
+ ${node.properties.generation_style === 'creative' ? `
+
+ ` : ''}
+ ` : ''}
+
+
+
+ ${detectedMode !== 'img2img' ? `
+
+
+ Generation Count
+
+
+
+ ` : ''}
+
+
+
+
+
+ โ๏ธ Advanced: Edit System Prompt
+
+
+
+
+ ${node.properties.show_system_prompt_preview ? '๐ Edit Template' : '๐๏ธ Preview'}
+
+
+
+
+
+
+
+
+
+
+ ๐ก Controls how prompts are generated (${detectedMode === 'img2img' ? 'img2img' : 'txt2img'} ${node.properties.generation_style || 'reality'})
+
+
๐ Reset
+
+
+
+
+
+
+ ` : ''}
+
+
+
+
+ ${detectedMode === 'img2img' ? '๐ผ๏ธ' : '๐จ'} Generate Prompts
+
+
+
+
+
+
+
+ โ Add to Batch
+
+
+
+
+
+
+
+
+
+
+ โ Add to Batch
+ โ Discard
+
+
+ `;
+ };
+
+ // === Custom Tab ===
+ const renderCustomTab = (uiState) => {
+ const customTemplate = node.properties.custom_template || DEFAULT_RPG_SYSTEM_PROMPT;
+ const detectedMode = node._linkedAILMode || "txt2img";
+
+ return `
+
+
+
+
+
+
+ ๐ Reset to Default
+ ๐๏ธ Preview Final Prompt
+
+
+
+
+
+
+
+ ${AVAILABLE_VARIABLES.map(v => `
+
+
+ ${v.name}
+
+
${v.description}
+
+ `).join('')}
+
+
+
+
+
+
+
+
+ ${detectedMode !== 'img2img' ? `
+
+ Subject / Instructions (optional)
+
+
+
+ Generation Count
+
+
+ ` : ''}
+
+
+
+
+ ${detectedMode === 'img2img' ? '๐ผ๏ธ' : '๐จ'} Generate Prompts with Custom Template
+
+
+ `;
+ };
+
+ // === Character Tab (LEGACY - Will be removed) ===
+ const renderCharacterTab = () => {
+ return `
+
+
+
+
+ Character Reference
+
+
+
+
+
+ Generation Count
+
+
+
+
+
๐ค Generate Character Prompts
+
+
+
Generated Character Prompts Preview
+
+
โ Accept All
+
โ Cancel
+
+
+ `;
+ };
+
+ // === Batch Panel (AIL Item Style) ===
+ const renderBatchPanel = (promptQueue, totalGenerations) => {
+ const sdxlMode = sdxlModeEnabled;
+
+ // Get linked images/latents for thumbnails
+ const detectedMode = node._linkedAILMode || "img2img";
+ const linkedImages = node._linkedImages || [];
+ const linkedLatents = node._linkedLatents || [];
+ const hasAILLink = node._linkedAILNodeId !== null;
+
+ const gridContent =
+ promptQueue.length === 0
+ ? `No prompts in batch
Add prompts from Library or Creative mode
`
+ : promptQueue
+ .map(
+ (entry, idx) => {
+ const sourceType = entry.source_id ? 'from-library' : 'from-ai';
+ const sourceBadgeText = entry.source_id ? '๐ Library' : 'โจ AI Generated';
+
+ // Get linked thumbnail for this index
+ const linkedItem = detectedMode === "img2img" ? linkedImages[idx] : linkedLatents[idx];
+ const hasThumbnail = linkedItem !== undefined;
+
+ let thumbnailHtml = '';
+ if (hasThumbnail) {
+ // Both modes: Show aspect ratio box with content inside
+ const targetDims = getTargetDimensions();
+ const targetAspectRatio = targetDims.width / targetDims.height;
+
+ if (detectedMode === "img2img") {
+ // IMG2IMG: Show image grid in aspect ratio box
+ // Collect images from all connected AIL inputs for this index
+ const img1 = linkedImages[idx];
+ const img2 = (node._linkedImages2 || [])[idx];
+ const img3 = (node._linkedImages3 || [])[idx];
+ const img4 = (node._linkedImages4 || [])[idx];
+ const allImgs = [img1, img2, img3, img4].filter(Boolean);
+ const imgCount = allImgs.length;
+
+ // Generate grid layout based on image count
+ // Helper to create img with error fallback
+ const imgWithFallback = (url) => ` `;
+ let gridHtml = '';
+ if (imgCount <= 1) {
+ gridHtml = imgWithFallback(allImgs[0]?.url || linkedItem.url);
+ } else if (imgCount === 2) {
+ gridHtml = `${imgWithFallback(allImgs[0].url)}${imgWithFallback(allImgs[1].url)}
`;
+ } else if (imgCount === 3) {
+ gridHtml = `${imgWithFallback(allImgs[0].url)}${imgWithFallback(allImgs[1].url)}${imgWithFallback(allImgs[2].url)}
`;
+ } else {
+ gridHtml = `${imgWithFallback(allImgs[0].url)}${imgWithFallback(allImgs[1].url)}${imgWithFallback(allImgs[2].url)}${imgWithFallback(allImgs[3].url)}
`;
+ }
+
+ thumbnailHtml = `
+
+
#${idx + 1}
+
+ ${gridHtml}
+
+
${targetDims.aspect_label}${imgCount > 1 ? ` ยท ${imgCount}` : ''}
+
+
+
+ `;
+ } else {
+ // TXT2IMG: Show empty latent with aspect ratio box
+ thumbnailHtml = `
+
+
#${idx + 1}
+
+
+
๐
+
${targetDims.aspect_label}
+
+
+
+ `;
+ }
+ } else {
+ // Show placeholder
+ const promptQueueTemp = parsePromptBatch();
+ const totalMissing = promptQueueTemp.length - (detectedMode === "img2img" ? linkedImages.length : linkedLatents.length);
+ thumbnailHtml = `
+
+
#${idx + 1}
+
+
โ ๏ธ
+
+ ${hasAILLink ? 'Missing Link' : 'No AIL'}
+
+ ${hasAILLink && detectedMode === "txt2img" ? `
+
+ Click "Sync AIL"
+
+ ` : hasAILLink && detectedMode === "img2img" && totalMissing > 0 ? `
+
+ Upload ${totalMissing} more image${totalMissing !== 1 ? 's' : ''} to AIL
+
+ ` : ''}
+
+
+ `;
+ }
+
+ // Get repeat count comparison
+ const promptRepeat = entry.repeat_count || 1;
+ const ailRepeat = linkedItem ? (linkedItem.repeat_count || 1) : null;
+ const repeatMismatch = ailRepeat !== null && promptRepeat !== ailRepeat;
+
+ return `
+
+
+
+
+
${detectedMode === "img2img" ? "IMG2IMG Input Image" : "TXT2IMG Empty Latent"}
+ ${thumbnailHtml}
+
+
+ ${sdxlMode && entry.tags && entry.tags.length > 0 ? `
+
+
SDXL Prompt (Tags)
+
+
+
Negative Prompt
+
+ ` : `
+
+
Positive Prompt
+
+
+
Negative Prompt
+
+ `}
+
+ ${entry.tags && entry.tags.length > 0 && !sdxlMode
+ ? `
+
+ ${entry.tags
+ .slice(0, 3)
+ .map((tag) => `${tag} `)
+ .join("")}
+ ${entry.tags.length > 3 ? `+${entry.tags.length - 3} ` : ""}
+
+ `
+ : ""
+ }
+
+
+
+
+
+ ๐ฒ Seed:
+
+ ๐ฒ Random
+ โบ Reset
+ ${entry.repeat_count > 1 ? ` ` : ''}
+
+
+
+ After Gen:
+
+ Fixed
+ Increment (+100)
+ Decrement (-100)
+ Randomize
+
+
+
+
+
+ `;
+ }
+ )
+ .join("");
+
+ const libraryCount = promptQueue.filter(p => p.source_id).length;
+ const aiCount = promptQueue.filter(p => !p.source_id).length;
+
+ // Check for repeat count mismatches
+ const hasRepeatMismatch = promptQueue.some((p, idx) => {
+ const linkedItem = detectedMode === "img2img" ? linkedImages[idx] : linkedLatents[idx];
+ return linkedItem && (p.repeat_count || 1) !== (linkedItem.repeat_count || 1);
+ });
+
+ // Show smart sync button if: AIL linked + has prompts
+ // Will handle both latent creation (txt2img) and repeat syncing (both modes)
+ const showSyncButton = hasAILLink && promptQueue.length > 0;
+ const needsLatentSync = detectedMode === "txt2img" && linkedLatents.length !== promptQueue.length;
+ const needsRepeatSync = hasRepeatMismatch;
+
+ return `
+
+
+ ${promptQueue.length > 0 ? `
+
+ ` : ''}
+
+ ${gridContent}
+
+
+ `;
+ };
+
+ // === Image Preview (AIL Sync) ===
+ const renderImagePreview = (resolvedMode, totalGenerations) => {
+ // Check all 4 image inputs for connections
+ const imageInputNames = ["images", "images2", "images3", "images4"];
+ const connectedInputs = [];
+
+ for (const inputName of imageInputNames) {
+ const input = node.inputs?.find(i => i.name === inputName);
+ if (input?.link != null) {
+ connectedInputs.push(inputName);
+ }
+ }
+
+ const hasAILConnection = connectedInputs.length > 0;
+
+ // If no AIL connection at all
+ if (!hasAILConnection && !node._linkedAILNodeId) {
+ return `
+
+
+
No AIL connected
+
Connect an Advanced Image Loader to sync mode
+
+
+ `;
+ }
+
+ const itemCount = node._linkedImageCount || 0;
+ const detectedMode = node._linkedAILMode || resolvedMode || "txt2img";
+ const images1 = node._linkedImages || [];
+ const images2 = node._linkedImages2 || [];
+ const images3 = node._linkedImages3 || [];
+ const images4 = node._linkedImages4 || [];
+ const latents = node._linkedLatents || [];
+ const isImg2Img = detectedMode === "img2img";
+ const itemLabel = isImg2Img ? "images" : "latents";
+
+ // Count connected inputs with images
+ const inputsWithImages = [
+ { name: "images", images: images1, label: "Image 1" },
+ { name: "images2", images: images2, label: "Image 2" },
+ { name: "images3", images: images3, label: "Image 3" },
+ { name: "images4", images: images4, label: "Image 4" }
+ ].filter(input => connectedInputs.includes(input.name) && input.images.length > 0);
+
+ const multiImageMode = inputsWithImages.length > 1;
+
+ // Show empty state if AIL is connected but has no images/latents loaded yet
+ if (hasAILConnection && images1.length === 0 && itemCount === 0 && !isImg2Img && latents.length === 0) {
+ return `
+
+
+
+
No ${itemLabel} detected
+
${isImg2Img ? 'Load images in the AIL node' : 'AIL will create latents when you sync'}
+
+
+ `;
+ }
+
+ const isMatch = totalGenerations === itemCount;
+ const matchClass = isMatch ? "match" : "mismatch";
+ const matchIcon = isMatch ? "โ
" : "โ ๏ธ";
+
+ // Multi-image mode: Show combination cards
+ if (multiImageMode && isImg2Img) {
+ const maxLen = getComboMaxLength(inputsWithImages);
+ const comboCardsHtml = renderComboCards(inputsWithImages, {
+ // Handle both url (from renderImg2ImgGallery events) and thumbnail (from raw batchData events)
+ getImageUrl: (img) => img?.url || (img?.thumbnail ? `/instaraw/view/${img.thumbnail}` : null)
+ });
+
+ return `
+
+
+
+ ${comboCardsHtml}
+
+
+ `;
+ }
+
+ // Single input mode: Simple grid (original behavior)
+ const items = isImg2Img ? images1 : latents;
+ const displayItems = items;
+
+ return `
+
+
+
+ ${displayItems.length > 0 ? displayItems
+ .map((item, idx) => {
+ // Both modes use same structure with target dimensions
+ const targetDims = getTargetDimensions();
+ const targetAspectRatio = targetDims.width / targetDims.height;
+
+ if (isImg2Img) {
+ // IMG2IMG: Show image in aspect ratio box with label overlay
+ return `
+
+
#${idx + 1}
+
+
+
+
${targetDims.aspect_label}
+
+
+ ${item.repeat_count && item.repeat_count > 1 ? `
ร${item.repeat_count} ` : ''}
+
+ `;
+ } else {
+ // TXT2IMG: Show empty latent with emoji and aspect ratio below
+ return `
+
+
#${idx + 1}
+
+
+
๐
+
${targetDims.aspect_label}
+
+
+ ${item.repeat_count && item.repeat_count > 1 ? `
ร${item.repeat_count} ` : ''}
+
+ `;
+ }
+ })
+ .join("") : `
+
+
Waiting for ${itemLabel} data...
+
+ `}
+
+
+ `;
+ };
+
+ // === Filter Prompts ===
+ const filterPrompts = (database, filters) => {
+ if (!database) return [];
+
+ let filtered = database;
+
+ // Search query with match tracking
+ if (filters.search_query && filters.search_query.trim() !== "") {
+ const query = filters.search_query.toLowerCase();
+ filtered = filtered.filter((p) => {
+ const positive = (p.prompt?.positive || "").toLowerCase();
+ const tags = (p.tags || []).join(" ").toLowerCase();
+ const id = (p.id || "").toLowerCase();
+ const matchInPrompt = positive.includes(query);
+ const matchInTags = tags.includes(query);
+ const matchInId = id.includes(query);
+ // Store match type for highlighting
+ p._matchType = matchInPrompt ? (matchInTags ? 'both' : 'prompt') : (matchInTags ? 'tags' : (matchInId ? 'id' : null));
+ return matchInPrompt || matchInTags || matchInId;
+ });
+ }
+
+ // Content type
+ if (filters.content_type && filters.content_type !== "any") {
+ filtered = filtered.filter((p) => p.classification?.content_type === filters.content_type);
+ }
+
+ // Safety level
+ if (filters.safety_level && filters.safety_level !== "any") {
+ if (filters.safety_level === "suggestive_nsfw") {
+ // Combined filter: match either suggestive or nsfw
+ filtered = filtered.filter((p) =>
+ p.classification?.safety_level === "suggestive" ||
+ p.classification?.safety_level === "nsfw"
+ );
+ } else {
+ filtered = filtered.filter((p) => p.classification?.safety_level === filters.safety_level);
+ }
+ }
+
+ // Shot type
+ if (filters.shot_type && filters.shot_type !== "any") {
+ filtered = filtered.filter((p) => p.classification?.shot_type === filters.shot_type);
+ }
+
+ // Prompt source (user vs library)
+ if (filters.prompt_source && filters.prompt_source !== "all") {
+ if (filters.prompt_source === "user") {
+ const beforeCount = filtered.length;
+ const userInDb = filtered.filter((p) => p.is_user_created === true);
+ console.log(`[RPG] Filter user prompts: ${userInDb.length} of ${beforeCount} in promptsDatabase, userPrompts array has ${userPrompts.length}`);
+ filtered = userInDb;
+ } else if (filters.prompt_source === "generated") {
+ filtered = filtered.filter((p) => p.is_ai_generated === true);
+ } else if (filters.prompt_source === "library") {
+ filtered = filtered.filter((p) => !p.is_user_created && !p.is_ai_generated);
+ }
+ }
+
+ // Bookmarked only
+ if (filters.show_bookmarked) {
+ filtered = filtered.filter((p) => bookmarksCache.includes(p.id));
+ }
+
+ return filtered;
+ };
+
+ // === Helper Functions ===
+ const escapeHtml = (text) => {
+ if (!text) return "";
+ return text
+ .replace(/&/g, "&")
+ .replace(//g, ">")
+ .replace(/"/g, """)
+ .replace(/'/g, "'");
+ };
+
+ // === Preview Modal ===
+ const showPreviewModal = (systemPrompt, context = {}) => {
+ // Create modal overlay
+ const modalOverlay = document.createElement('div');
+ modalOverlay.className = 'instaraw-rpg-preview-modal-overlay';
+
+ const modalContent = `
+
+
+
+
+
Current Settings:
+
+ ${context.mode ? `
Mode: ${context.mode}
` : ''}
+ ${context.style ? `
Style: ${context.style}
` : ''}
+ ${context.character ? `
Character: ${context.character.substring(0, 100)}${context.character.length > 100 ? '...' : ''}
` : ''}
+ ${context.expression ? `
Expression: ${context.expression}
` : ''}
+ ${context.userInput ? `
User Input: ${context.userInput}
` : ''}
+ ${context.inspirationCount ? `
Inspiration Count: ${context.inspirationCount}
` : ''}
+
+
+
+
Final System Prompt:
+
+
${escapeHtml(systemPrompt)}
+
+
+
+
+
+ `;
+
+ modalOverlay.innerHTML = modalContent;
+ document.body.appendChild(modalOverlay);
+
+ // Close button handlers
+ modalOverlay.querySelectorAll('.instaraw-rpg-preview-modal-close').forEach(btn => {
+ btn.onclick = () => {
+ document.body.removeChild(modalOverlay);
+ };
+ });
+
+ // Copy button handler
+ const copyBtn = modalOverlay.querySelector('.instaraw-rpg-preview-copy-btn');
+ if (copyBtn) {
+ copyBtn.onclick = () => {
+ navigator.clipboard.writeText(systemPrompt).then(() => {
+ const originalText = copyBtn.textContent;
+ copyBtn.textContent = 'โ Copied!';
+ setTimeout(() => {
+ copyBtn.textContent = originalText;
+ }, 2000);
+ }).catch(err => {
+ console.error('[RPG] Failed to copy:', err);
+ alert('Failed to copy to clipboard');
+ });
+ };
+ }
+
+ // Close on overlay click
+ modalOverlay.onclick = (e) => {
+ if (e.target === modalOverlay) {
+ document.body.removeChild(modalOverlay);
+ }
+ };
+ };
+
+ const highlightSearchTerm = (text, searchQuery) => {
+ if (!text || !searchQuery) return escapeHtml(text);
+ const regex = new RegExp(`(${searchQuery.replace(/[.*+?^${}()|[\]\\]/g, '\$&')})`, 'gi');
+ return escapeHtml(text).replace(regex, '$1 ');
+ };
+
+ const generateUniqueId = () => {
+ // Generate ULID (Universally Unique Lexicographically Sortable Identifier)
+ // 26 characters: 10 char timestamp + 16 char randomness
+ const ENCODING = "0123456789ABCDEFGHJKMNPQRSTVWXYZ"; // Crockford's Base32
+ const ENCODING_LEN = ENCODING.length;
+ const TIME_LEN = 10;
+ const RANDOM_LEN = 16;
+
+ const encodeTime = (now, len) => {
+ let str = "";
+ for (let i = len; i > 0; i--) {
+ const mod = now % ENCODING_LEN;
+ str = ENCODING.charAt(mod) + str;
+ now = (now - mod) / ENCODING_LEN;
+ }
+ return str;
+ };
+
+ const encodeRandom = (len) => {
+ let str = "";
+ for (let i = 0; i < len; i++) {
+ str += ENCODING.charAt(Math.floor(Math.random() * ENCODING_LEN));
+ }
+ return str;
+ };
+
+ const now = Date.now();
+ return encodeTime(now, TIME_LEN) + encodeRandom(RANDOM_LEN);
+ };
+
+ // === Add Prompt to Batch ===
+ const addPromptToBatch = (promptData) => {
+ const promptQueue = parsePromptBatch();
+
+ // Handle both database formats:
+ // 1. { prompt: { positive: "...", negative: "..." } } - generated prompts
+ // 2. { positive: "...", negative: "..." } - library prompts
+ const positivePrompt = promptData.prompt?.positive ?? promptData.positive ?? "";
+ const negativePrompt = promptData.prompt?.negative ?? promptData.negative ?? "";
+
+ const newEntry = {
+ id: generateUniqueId(),
+ positive_prompt: positivePrompt,
+ negative_prompt: negativePrompt,
+ repeat_count: 1,
+ tags: promptData.tags || [],
+ source_id: promptData.id || null,
+ seed: 1111111, // Default seed
+ seed_control: "randomize", // Default control mode
+ };
+
+ promptQueue.push(newEntry);
+ setPromptBatchData(promptQueue);
+ renderUI();
+ };
+
+ // === Update Prompt in Batch ===
+ const updatePromptInBatch = (id, field, value) => {
+ const promptQueue = parsePromptBatch();
+ const entry = promptQueue.find((p) => p.id === id);
+ if (entry) {
+ entry[field] = value;
+ node.properties.prompt_batch_data = JSON.stringify(promptQueue);
+ syncPromptBatchWidget();
+ // Dispatch event for BIG and other listeners
+ window.dispatchEvent(new CustomEvent("INSTARAW_RPG_PROMPTS_CHANGED", {
+ detail: {
+ nodeId: node.id,
+ prompts: promptQueue,
+ totalGenerations: promptQueue.reduce((sum, p) => sum + (p.repeat_count || 1), 0)
+ }
+ }));
+ // Don't re-render for text edits to avoid losing focus
+ if (field !== "positive_prompt" && field !== "negative_prompt") {
+ renderUI();
+ }
+ }
+ };
+
+ // === Bulk Update All Prompts ===
+ const updateAllPromptsField = (field, value) => {
+ const promptQueue = parsePromptBatch();
+ if (promptQueue.length === 0) return;
+ promptQueue.forEach(entry => {
+ entry[field] = value;
+ });
+ node.properties.prompt_batch_data = JSON.stringify(promptQueue);
+ syncPromptBatchWidget();
+ renderUI();
+ };
+
+ // === Delete Prompt from Batch ===
+ const deletePromptFromBatch = (id, alsoDeleteFromAIL = true) => {
+ const promptQueue = parsePromptBatch();
+ const deletedIndex = promptQueue.findIndex((p) => p.id === id);
+ const filtered = promptQueue.filter((p) => p.id !== id);
+ setPromptBatchData(filtered);
+
+ // Also remove from AIL if in img2img mode and linked
+ if (alsoDeleteFromAIL && node._linkedAILNodeId && deletedIndex >= 0) {
+ const primaryAIL = app.graph.getNodeById(node._linkedAILNodeId);
+ if (primaryAIL) {
+ try {
+ const ailData = JSON.parse(primaryAIL.properties?.batch_data || "{}");
+ // Only auto-delete from AIL in img2img mode
+ if (ailData.enable_img2img) {
+ const ailImages = ailData.images || [];
+ const ailOrder = ailData.order || [];
+
+ if (deletedIndex < ailOrder.length) {
+ // Remove the image at the same index
+ const removedId = ailOrder[deletedIndex];
+ ailData.order = ailOrder.filter((_, idx) => idx !== deletedIndex);
+ ailData.images = ailImages.filter(img => img.id !== removedId);
+ ailData.total_count = ailData.images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+
+ primaryAIL.properties.batch_data = JSON.stringify(ailData);
+
+ // Trigger AIL re-render
+ if (primaryAIL._renderGallery) {
+ primaryAIL._renderGallery();
+ }
+
+ // Dispatch update event
+ window.dispatchEvent(new CustomEvent("INSTARAW_AIL_UPDATED", {
+ detail: {
+ nodeId: primaryAIL.id,
+ images: ailData.images,
+ latents: [],
+ total: ailData.order.length,
+ mode: "img2img",
+ enable_img2img: true
+ }
+ }));
+
+ console.log(`[RPG] Deleted prompt at index ${deletedIndex}, also removed AIL image ${removedId}`);
+ }
+ }
+ } catch (e) {
+ console.warn("[RPG] Could not sync delete to AIL:", e);
+ }
+ }
+ }
+
+ renderUI();
+ };
+
+ // === Clear Batch ===
+ const clearBatch = () => {
+ // Check if we're in img2img mode with linked AIL
+ let hasAILImages = false;
+ if (node._linkedAILNodeId) {
+ const primaryAIL = app.graph.getNodeById(node._linkedAILNodeId);
+ if (primaryAIL) {
+ try {
+ const ailData = JSON.parse(primaryAIL.properties?.batch_data || "{}");
+ if (ailData.enable_img2img && (ailData.images || []).length > 0) {
+ hasAILImages = true;
+ }
+ } catch (e) {}
+ }
+ }
+
+ const confirmMsg = hasAILImages
+ ? "Clear all prompts from batch?\n\nThis will also clear images from the linked AIL."
+ : "Clear all prompts from batch?";
+
+ if (!confirm(confirmMsg)) return;
+ setPromptBatchData([]);
+
+ // Also clear AIL images if in img2img mode
+ if (hasAILImages && node._linkedAILNodeId) {
+ const primaryAIL = app.graph.getNodeById(node._linkedAILNodeId);
+ if (primaryAIL) {
+ try {
+ const ailData = JSON.parse(primaryAIL.properties?.batch_data || "{}");
+ ailData.images = [];
+ ailData.order = [];
+ ailData.total_count = 0;
+ primaryAIL.properties.batch_data = JSON.stringify(ailData);
+
+ if (primaryAIL._renderGallery) {
+ primaryAIL._renderGallery();
+ }
+
+ window.dispatchEvent(new CustomEvent("INSTARAW_AIL_UPDATED", {
+ detail: {
+ nodeId: primaryAIL.id,
+ images: [],
+ latents: [],
+ total: 0,
+ mode: "img2img",
+ enable_img2img: true
+ }
+ }));
+
+ console.log("[RPG] Cleared batch and AIL images");
+ } catch (e) {
+ console.warn("[RPG] Could not clear AIL:", e);
+ }
+ }
+ }
+
+ renderUI();
+ };
+
+ // === Update Seed Range Display ===
+ const updateSeedRangeDisplay = (id) => {
+ const promptQueue = parsePromptBatch();
+ const entry = promptQueue.find((p) => p.id === id);
+ if (!entry) return;
+
+ const rangeSpan = container.querySelector(`.instaraw-rpg-seed-range[data-id="${id}"]`);
+ if (!rangeSpan || entry.repeat_count <= 1) return;
+
+ const seed = entry.seed || 1111111;
+ const repeatCount = entry.repeat_count;
+
+ // Repeats always increment by +1 (seed_control is for after execution)
+ const endSeed = seed + (repeatCount - 1);
+ rangeSpan.textContent = `โ ${endSeed}`;
+ };
+
+ // === Toggle Bookmark ===
+ const toggleBookmark = async (promptId) => {
+ await toggleBookmarkById(promptId);
+ renderUI();
+ };
+
+ // === Update Filters ===
+ const updateFilter = (filterName, value) => {
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ filters[filterName] = value;
+ node.properties.library_filters = JSON.stringify(filters);
+ currentPage = 0; // Reset to first page
+ renderUI();
+ };
+
+ // === Clear Filters ===
+ const clearFilters = () => {
+ node.properties.library_filters = JSON.stringify({
+ tags: [],
+ content_type: "any",
+ safety_level: "any",
+ shot_type: "any",
+ quality: "any",
+ search_query: "",
+ show_bookmarked: false,
+ sdxl_mode: false,
+ });
+ currentPage = 0;
+ renderUI();
+ };
+
+ // Debug helper - expose for testing in browser console
+ node.debugGetInput = (inputName) => {
+ return getFinalInputValue(inputName, "NOT_FOUND");
+ };
+
+ // Comprehensive graph dump for debugging
+ node.debugDumpGraph = () => {
+ console.group("[RPG] ๐ Complete Graph Dump");
+ console.log("=== Current Node ===");
+ console.log("Node ID:", node.id);
+ console.log("Node Type:", node.type);
+ console.log("Node Title:", node.title);
+ console.log("Node Inputs:", node.inputs);
+ console.log("Node Widgets:", node.widgets);
+ console.log("Node Properties:", node.properties);
+
+ console.log("\n=== All Nodes in Graph ===");
+ console.table(app.graph._nodes.map(n => ({
+ id: n.id,
+ type: n.type,
+ title: n.title,
+ inputs: n.inputs?.length || 0,
+ outputs: n.outputs?.length || 0,
+ widgets: n.widgets?.length || 0
+ })));
+
+ console.log("\n=== All Links in Graph ===");
+ const links = app.graph.links || {};
+ console.table(Object.values(links).map(l => ({
+ id: l.id,
+ origin_id: l.origin_id,
+ origin_slot: l.origin_slot,
+ target_id: l.target_id,
+ target_slot: l.target_slot,
+ type: l.type
+ })));
+
+ console.log("\n=== Links Connected to This Node ===");
+ const connectedLinks = Object.values(links).filter(l =>
+ l.target_id === node.id || l.origin_id === node.id
+ );
+ console.log("Connected links:", connectedLinks);
+
+ console.log("\n=== Nodes Connected to This Node ===");
+ const connectedNodeIds = new Set();
+ connectedLinks.forEach(l => {
+ connectedNodeIds.add(l.origin_id);
+ connectedNodeIds.add(l.target_id);
+ });
+ const connectedNodes = app.graph._nodes.filter(n => connectedNodeIds.has(n.id));
+ connectedNodes.forEach(n => {
+ console.group(`Node ${n.id}: ${n.type} (${n.title})`);
+ console.log("Widgets:", n.widgets);
+ console.log("Properties:", n.properties);
+ console.groupEnd();
+ });
+
+ console.groupEnd();
+ return {
+ node: {
+ id: node.id,
+ type: node.type,
+ inputs: node.inputs,
+ widgets: node.widgets
+ },
+ connectedNodes,
+ connectedLinks
+ };
+ };
+
+ // === Generate Creative Prompts ===
+ const generateCreativePrompts = async () => {
+ console.group("[RPG] ๐จ Generate Creative Prompts - START");
+ console.log("[RPG] Timestamp:", new Date().toISOString());
+
+ const genCountInput = container.querySelector(".instaraw-rpg-gen-count-input");
+ const inspirationCountInput = container.querySelector(".instaraw-rpg-inspiration-count-input");
+ const generateBtn = container.querySelector(".instaraw-rpg-generate-creative-btn");
+
+ const generationCount = parseInt(genCountInput?.value || "5");
+ // Respect library inspiration toggle
+ const inspirationCount = node.properties.enable_library_inspiration
+ ? parseInt(inspirationCountInput?.value || "3")
+ : 0;
+ const isSDXL = sdxlModeEnabled; // Use global SDXL mode
+ const forceRegenerate = true; // Always regenerate
+
+ const promptQueue = parsePromptBatch();
+ const sourcePrompts = promptQueue.filter((p) => p.source_id).slice(0, inspirationCount);
+
+ const model = node.properties.creative_model || "gemini-2.5-pro";
+ const systemPrompt = node.properties.creative_system_prompt || DEFAULT_RPG_SYSTEM_PROMPT;
+ const temperatureValue = parseFloat(node.properties.creative_temperature ?? 0.9) || 0.9;
+ const topPValue = parseFloat(node.properties.creative_top_p ?? 0.9) || 0.9;
+
+ console.log("[RPG] Configuration:", {
+ generationCount,
+ inspirationCount,
+ isSDXL,
+ forceRegenerate,
+ model,
+ temperature: temperatureValue,
+ topP: topPValue,
+ sourcePromptsCount: sourcePrompts.length
+ });
+
+ console.log("[RPG] About to retrieve API keys from connected nodes...");
+
+ // Get API keys by traversing the graph if inputs are connected
+ const geminiApiKey = (getFinalInputValue("gemini_api_key", "") || "").trim() || window.INSTARAW_GEMINI_KEY || "";
+ const grokApiKey = (getFinalInputValue("grok_api_key", "") || "").trim() || window.INSTARAW_GROK_KEY || "";
+
+ console.log(`[RPG] โ
Resolved Gemini API Key: ${geminiApiKey ? `[KEY PRESENT - Length: ${geminiApiKey.length}]` : "[EMPTY]"}`);
+ console.log(`[RPG] โ
Resolved Grok API Key: ${grokApiKey ? `[KEY PRESENT - Length: ${grokApiKey.length}]` : "[EMPTY]"}`);
+
+ console.log("[RPG] Window fallback keys:", {
+ INSTARAW_GEMINI_KEY: window.INSTARAW_GEMINI_KEY ? "[PRESENT]" : "[EMPTY]",
+ INSTARAW_GROK_KEY: window.INSTARAW_GROK_KEY ? "[PRESENT]" : "[EMPTY]"
+ });
+
+ // Validate API keys before proceeding
+ if (!geminiApiKey && !grokApiKey) {
+ console.error("[RPG] โ NO API KEYS FOUND!");
+ console.log("[RPG] To fix this, connect a Primitive String node to either:");
+ console.log("[RPG] - gemini_api_key input");
+ console.log("[RPG] - grok_api_key input");
+ console.log("[RPG] Or set window.INSTARAW_GEMINI_KEY or window.INSTARAW_GROK_KEY");
+ console.groupEnd();
+ alert("No API keys found! Please connect a Primitive String node with your Gemini or Grok API key to the 'gemini_api_key' or 'grok_api_key' input.");
+ return;
+ }
+
+ // Disable button and show loading progress bar
+ if (generateBtn) {
+ generateBtn.disabled = true;
+ const originalText = generateBtn.textContent;
+ generateBtn.style.position = 'relative';
+ generateBtn.style.overflow = 'hidden';
+ generateBtn.innerHTML = `
+ ${originalText}
+
+ `;
+ }
+
+ console.log("[RPG] Making API request to /instaraw/generate_creative_prompts");
+ console.log("[RPG] Request payload:", {
+ source_prompts_count: sourcePrompts.length,
+ generation_count: generationCount,
+ inspiration_count: inspirationCount,
+ is_sdxl: isSDXL,
+ force_regenerate: forceRegenerate,
+ model: model,
+ has_gemini_key: !!geminiApiKey,
+ has_grok_key: !!grokApiKey,
+ temperature: temperatureValue,
+ top_p: topPValue,
+ });
+
+ try {
+ const response = await api.fetchApi("/instaraw/generate_creative_prompts", {
+ method: "POST",
+ headers: { "Content-Type": "application/json" },
+ body: JSON.stringify({
+ source_prompts: sourcePrompts.map((p) => ({
+ id: p.source_id,
+ prompt: {
+ positive: p.positive_prompt,
+ negative: p.negative_prompt,
+ },
+ })),
+ generation_count: generationCount,
+ inspiration_count: inspirationCount,
+ is_sdxl: isSDXL,
+ character_reference: "",
+ model: model,
+ gemini_api_key: geminiApiKey,
+ grok_api_key: grokApiKey,
+ system_prompt: systemPrompt,
+ temperature: temperatureValue,
+ top_p: topPValue,
+ force_regenerate: forceRegenerate,
+ }),
+ });
+
+ console.log("[RPG] API response status:", response.status, response.statusText);
+
+ const result = await parseJSONResponse(response);
+ console.log("[RPG] API response parsed:", result);
+
+ if (!response.ok) {
+ throw new Error(result?.error || `Creative API error ${response.status}`);
+ }
+
+ if (result.success && result.prompts) {
+ console.log(`[RPG] โ
Success! Generated ${result.prompts.length} prompts`);
+ // Show preview
+ const previewSection = container.querySelector(".instaraw-rpg-creative-preview");
+ const previewList = container.querySelector(".instaraw-rpg-creative-preview-list");
+
+ if (previewSection && previewList) {
+ previewList.innerHTML = result.prompts
+ .map(
+ (p, idx) => `
+
+
#${idx + 1}
+
${escapeHtml(p.positive || "")}
+
+ `
+ )
+ .join("");
+
+ previewSection.style.display = "block";
+ // Store generated prompts temporarily
+ node._generatedCreativePrompts = result.prompts;
+ // DON'T call setupEventHandlers() - already set up by renderUI()
+ }
+ } else {
+ throw new Error(result.error || "Unknown error");
+ }
+ } catch (error) {
+ console.error("[RPG] โ Error during creative prompt generation:", error);
+ console.error("[RPG] Error stack:", error.stack);
+ alert(`Creative generation error: ${error.message || error}`);
+ } finally {
+ if (generateBtn) {
+ generateBtn.disabled = false;
+ generateBtn.textContent = "โจ Generate & Add to Batch";
+ }
+ console.log("[RPG] Generate Creative Prompts - END");
+ console.groupEnd();
+ }
+ };
+
+ // === Accept Creative Prompts ===
+ const acceptCreativePrompts = () => {
+ if (!node._generatedCreativePrompts) return;
+
+ const existingQueue = parsePromptBatch();
+ const newCount = node._generatedCreativePrompts.length;
+
+ // If there are existing prompts, ask the user to confirm
+ if (existingQueue.length > 0) {
+ const confirmAdd = confirm(
+ `You have ${existingQueue.length} existing prompt(s) in the batch.\n\n` +
+ `Add ${newCount} new prompt(s) to the batch?\n\n` +
+ `OK = Add to existing\n` +
+ `Cancel = Don't add (clear batch first if needed)`
+ );
+
+ if (!confirmAdd) {
+ console.log("[RPG] User cancelled adding creative prompts to batch");
+ return;
+ }
+ }
+
+ const promptQueue = existingQueue;
+ node._generatedCreativePrompts.forEach((p) => {
+ promptQueue.push({
+ id: generateUniqueId(),
+ positive_prompt: p.positive || "",
+ negative_prompt: p.negative || "",
+ repeat_count: 1,
+ tags: p.tags || [],
+ source_id: null,
+ });
+ });
+
+ setPromptBatchData(promptQueue);
+ delete node._generatedCreativePrompts;
+ renderUI();
+ };
+
+ // === Cancel Creative Prompts ===
+ const cancelCreativePrompts = () => {
+ delete node._generatedCreativePrompts;
+ renderUI();
+ };
+
+ // === Generate Character Prompts ===
+ const generateCharacterPrompts = async () => {
+ console.group("[RPG] ๐ค Generate Character Prompts - START");
+ console.log("[RPG] Timestamp:", new Date().toISOString());
+
+ const charRefInput = container.querySelector(".instaraw-rpg-character-ref-input");
+ const genCountInput = container.querySelector(".instaraw-rpg-char-gen-count-input");
+ const generateBtn = container.querySelector(".instaraw-rpg-generate-character-btn");
+
+ const characterReference = charRefInput?.value || "";
+ const generationCount = parseInt(genCountInput?.value || "5");
+ const isSDXL = sdxlModeEnabled; // Use global SDXL mode
+ const forceRegenerate = true; // Always regenerate
+
+ const model = node.properties.creative_model || "gemini-2.5-pro";
+ const systemPrompt = node.properties.creative_system_prompt || DEFAULT_RPG_SYSTEM_PROMPT;
+ const temperatureValue = parseFloat(node.properties.creative_temperature ?? 0.9) || 0.9;
+ const topPValue = parseFloat(node.properties.creative_top_p ?? 0.9) || 0.9;
+
+ console.log("[RPG] Configuration:", {
+ generationCount,
+ isSDXL,
+ forceRegenerate,
+ model,
+ temperature: temperatureValue,
+ topP: topPValue,
+ characterReferenceLength: characterReference.length
+ });
+
+ console.log("[RPG] About to retrieve API keys from connected nodes...");
+
+ // Get API keys by traversing the graph if inputs are connected
+ const geminiApiKey = (getFinalInputValue("gemini_api_key", "") || "").trim() || window.INSTARAW_GEMINI_KEY || "";
+ const grokApiKey = (getFinalInputValue("grok_api_key", "") || "").trim() || window.INSTARAW_GROK_KEY || "";
+
+ console.log(`[RPG] โ
Resolved Gemini API Key: ${geminiApiKey ? `[KEY PRESENT - Length: ${geminiApiKey.length}]` : "[EMPTY]"}`);
+ console.log(`[RPG] โ
Resolved Grok API Key: ${grokApiKey ? `[KEY PRESENT - Length: ${grokApiKey.length}]` : "[EMPTY]"}`);
+
+ console.log("[RPG] Window fallback keys:", {
+ INSTARAW_GEMINI_KEY: window.INSTARAW_GEMINI_KEY ? "[PRESENT]" : "[EMPTY]",
+ INSTARAW_GROK_KEY: window.INSTARAW_GROK_KEY ? "[PRESENT]" : "[EMPTY]"
+ });
+
+ // Validate API keys before proceeding
+ if (!geminiApiKey && !grokApiKey) {
+ console.error("[RPG] โ NO API KEYS FOUND!");
+ console.log("[RPG] To fix this, connect a Primitive String node to either:");
+ console.log("[RPG] - gemini_api_key input");
+ console.log("[RPG] - grok_api_key input");
+ console.log("[RPG] Or set window.INSTARAW_GEMINI_KEY or window.INSTARAW_GROK_KEY");
+ console.groupEnd();
+ alert("No API keys found! Please connect a Primitive String node with your Gemini or Grok API key to the 'gemini_api_key' or 'grok_api_key' input.");
+ return;
+ }
+
+ if (!characterReference.trim()) {
+ console.error("[RPG] โ No character reference provided");
+ console.groupEnd();
+ alert("Please enter a character reference");
+ return;
+ }
+
+ // Disable button and show loading progress bar
+ if (generateBtn) {
+ generateBtn.disabled = true;
+ const originalText = generateBtn.textContent;
+ generateBtn.style.position = 'relative';
+ generateBtn.style.overflow = 'hidden';
+ generateBtn.innerHTML = `
+ ${originalText}
+
+ `;
+ }
+
+ console.log("[RPG] Making API request to /instaraw/generate_creative_prompts (character mode)");
+ console.log("[RPG] Request payload:", {
+ generation_count: generationCount,
+ is_sdxl: isSDXL,
+ force_regenerate: forceRegenerate,
+ model: model,
+ has_gemini_key: !!geminiApiKey,
+ has_grok_key: !!grokApiKey,
+ character_reference_length: characterReference.length,
+ temperature: temperatureValue,
+ top_p: topPValue,
+ });
+
+ try {
+ const response = await api.fetchApi("/instaraw/generate_creative_prompts", {
+ method: "POST",
+ headers: { "Content-Type": "application/json" },
+ body: JSON.stringify({
+ source_prompts: [],
+ generation_count: generationCount,
+ inspiration_count: 0,
+ is_sdxl: isSDXL,
+ character_reference: characterReference,
+ model: model,
+ gemini_api_key: geminiApiKey,
+ grok_api_key: grokApiKey,
+ system_prompt: systemPrompt,
+ temperature: temperatureValue,
+ top_p: topPValue,
+ force_regenerate: forceRegenerate,
+ }),
+ });
+
+ console.log("[RPG] API response status:", response.status, response.statusText);
+
+ const result = await parseJSONResponse(response);
+ console.log("[RPG] API response parsed:", result);
+
+ if (!response.ok) {
+ throw new Error(result?.error || `Creative API error ${response.status}`);
+ }
+
+ if (result.success && result.prompts) {
+ console.log(`[RPG] โ
Success! Generated ${result.prompts.length} character prompts`);
+ // Show preview
+ const previewSection = container.querySelector(".instaraw-rpg-creative-preview");
+ const previewList = container.querySelector(".instaraw-rpg-character-preview-list");
+
+ if (previewSection && previewList) {
+ previewList.innerHTML = result.prompts
+ .map(
+ (p, idx) => `
+
+
#${idx + 1}
+
${escapeHtml(p.positive || "")}
+
+ `
+ )
+ .join("");
+
+ previewSection.style.display = "block";
+ // Store generated prompts temporarily
+ node._generatedCharacterPrompts = result.prompts;
+ // DON'T call setupEventHandlers() - already set up by renderUI()
+ }
+ } else {
+ throw new Error(result.error || "Unknown error");
+ }
+ } catch (error) {
+ console.error("[RPG] โ Error during character prompt generation:", error);
+ console.error("[RPG] Error stack:", error.stack);
+ alert(`Character generation error: ${error.message || error}`);
+ } finally {
+ if (generateBtn) {
+ generateBtn.disabled = false;
+ generateBtn.textContent = "๐ค Generate Character Prompts";
+ }
+ console.log("[RPG] Generate Character Prompts - END");
+ console.groupEnd();
+ }
+ };
+
+ // === Accept Character Prompts ===
+ const acceptCharacterPrompts = () => {
+ if (!node._generatedCharacterPrompts) return;
+
+ const promptQueue = parsePromptBatch();
+ node._generatedCharacterPrompts.forEach((p) => {
+ promptQueue.push({
+ id: generateUniqueId(),
+ positive_prompt: p.positive || "",
+ negative_prompt: p.negative || "",
+ repeat_count: 1,
+ tags: p.tags || [],
+ source_id: null,
+ });
+ });
+
+ setPromptBatchData(promptQueue);
+ delete node._generatedCharacterPrompts;
+ renderUI();
+ };
+
+ // === Cancel Character Prompts ===
+ const cancelCharacterPrompts = () => {
+ delete node._generatedCharacterPrompts;
+ renderUI();
+ };
+
+ // ========================================
+ // === UNIFIED GENERATE TAB FUNCTIONS ===
+ // ========================================
+
+ // === Get Default Character System Prompt (mirrors backend logic) ===
+ const getCharacterSystemPrompt = (complexity = "balanced") => {
+ const baseInstruction = `You are an expert at analyzing images and generating character descriptions for image generation prompts.
+
+Generate a character description focusing on PERMANENT physical features:
+- Facial features (face shape, eyes, nose, lips, skin tone)
+- Hair (color, length, style, texture)
+- Body type and build
+- Age and ethnicity
+- Distinctive features (scars, tattoos, piercings, etc.)
+
+DO NOT include clothing, background, pose, or temporary features.
+DO NOT use tags like "1girl, solo" or similar categorization prefixes.`;
+
+ let lengthInstruction;
+ if (complexity === "concise") {
+ lengthInstruction = "\nOUTPUT: A concise description (50-75 words) focusing only on the most essential and distinctive physical features.";
+ } else if (complexity === "detailed") {
+ lengthInstruction = "\nOUTPUT: A comprehensive, detailed description (200-250 words) covering all physical aspects with nuanced detail and specific characteristics.";
+ } else { // balanced
+ lengthInstruction = "\nOUTPUT: A balanced description (100-150 words) covering key physical features in natural language.";
+ }
+
+ return baseInstruction + lengthInstruction;
+ };
+
+ // === Generate Character Description (from image or text) ===
+ const generateCharacterDescription = async () => {
+ // CRASH PREVENTION: Check if already generating
+ if (isGenerating) {
+ console.warn("[RPG] โ ๏ธ Generation already in progress, ignoring request");
+ return;
+ }
+
+ console.group("[RPG] ๐จ Generate Character Description - START");
+
+ // Set generation lock
+ isGenerating = true;
+
+ const generateBtn = container.querySelector(".instaraw-rpg-generate-character-desc-btn");
+ const characterTextInput = container.querySelector(".instaraw-rpg-character-text-input");
+
+ const characterText = characterTextInput?.value?.trim() || "";
+
+ // Get API keys
+ const geminiApiKey = (getFinalInputValue("gemini_api_key", "") || "").trim() || window.INSTARAW_GEMINI_KEY || "";
+ const grokApiKey = (getFinalInputValue("grok_api_key", "") || "").trim() || window.INSTARAW_GROK_KEY || "";
+
+ if (!geminiApiKey && !grokApiKey) {
+ alert("No API keys found! Please connect a Primitive String node with your Gemini or Grok API key.");
+ console.groupEnd();
+ return;
+ }
+
+ // Check if character_image input is connected
+ const characterImageInput = node.inputs?.find(i => i.name === "character_image");
+ let imageData = null;
+
+ if (characterImageInput && characterImageInput.link != null) {
+ console.log("[RPG] Character image input connected, reading image...");
+
+ try {
+ // Get the connected node
+ const link = app.graph.links[characterImageInput.link];
+ if (link) {
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ console.log("[RPG] Source node type:", sourceNode?.type);
+
+ if (sourceNode && sourceNode.type === "LoadImage") {
+ // Get the image filename from the LoadImage node
+ const imageWidget = sourceNode.widgets?.find(w => w.name === "image");
+ const filename = imageWidget?.value;
+
+ if (filename) {
+ console.log("[RPG] Loading image:", filename);
+
+ // Fetch the image from ComfyUI's view endpoint
+ const imageUrl = `/view?filename=${encodeURIComponent(filename)}&type=input`;
+ const response = await fetch(imageUrl);
+ const blob = await response.blob();
+
+ // Convert to base64
+ const base64 = await new Promise((resolve) => {
+ const reader = new FileReader();
+ reader.onloadend = () => resolve(reader.result);
+ reader.readAsDataURL(blob);
+ });
+
+ imageData = base64;
+ console.log("[RPG] โ
Image loaded and converted to base64");
+ } else {
+ console.warn("[RPG] No image selected in LoadImage node");
+ }
+ } else if (sourceNode) {
+ console.warn("[RPG] Connected node is not LoadImage, type:", sourceNode.type);
+ }
+ }
+ } catch (error) {
+ console.error("[RPG] Error reading character image:", error);
+ alert(`Could not read character image: ${error.message}`);
+ return;
+ }
+ }
+
+ // Require either image or text
+ if (!imageData && !characterText) {
+ alert("Please either:\n1. Connect a Load Image node to character_image input, OR\n2. Enter character description text");
+ console.groupEnd();
+ return;
+ }
+
+ // Disable button and show loading progress bar
+ if (generateBtn) {
+ generateBtn.disabled = true;
+ const originalText = generateBtn.textContent;
+ generateBtn.style.position = 'relative';
+ generateBtn.style.overflow = 'hidden';
+ generateBtn.innerHTML = `
+ ${originalText}
+
+ `;
+ }
+
+ try {
+ // Get complexity and custom system prompt from properties
+ const complexity = node.properties.character_complexity || "balanced";
+ const customSystemPrompt = node.properties.character_system_prompt?.trim() || "";
+
+ console.log("[RPG] Sending character description request:", {
+ hasImage: !!imageData,
+ hasText: !!characterText,
+ model: node.properties.creative_model || "gemini-2.5-pro",
+ complexity: complexity,
+ hasCustomSystemPrompt: !!customSystemPrompt
+ });
+
+ const response = await api.fetchApi("/instaraw/generate_character_description", {
+ method: "POST",
+ headers: { "Content-Type": "application/json" },
+ body: JSON.stringify({
+ character_image: imageData,
+ character_text: characterText,
+ gemini_api_key: geminiApiKey,
+ grok_api_key: grokApiKey,
+ model: node.properties.creative_model || "gemini-2.5-pro",
+ complexity: complexity,
+ custom_system_prompt: customSystemPrompt,
+ force_regenerate: true // Always force regenerate to bypass bad cache
+ }),
+ });
+
+ const result = await parseJSONResponse(response);
+ console.log("[RPG] Character description API response:", result);
+
+ if (!response.ok) {
+ throw new Error(result?.error || `Character description API error ${response.status}`);
+ }
+
+ if (result.success) {
+ if (!result.description || result.description.trim() === "") {
+ throw new Error("API returned empty description. Check backend logs for details.");
+ }
+
+ console.log(`[RPG] โ
Character description generated successfully (${result.description.length} chars)`);
+
+ // Populate the character text input with the generated description
+ node.properties.character_text_input = result.description;
+
+ // Update textarea directly (don't call renderUI to avoid event handler duplication)
+ if (characterTextInput) {
+ characterTextInput.value = result.description;
+ autoResizeTextarea(characterTextInput);
+ }
+
+ // Mark canvas as dirty to save changes
+ app.graph.setDirtyCanvas(true, true);
+ } else {
+ throw new Error(result.error || "API returned success=false");
+ }
+ } catch (error) {
+ console.error("[RPG] โ Error during character description generation:", error);
+ alert(`Character description error: ${error.message || error}`);
+ } finally {
+ // CRASH PREVENTION: Always release generation lock
+ isGenerating = false;
+
+ // Reset button
+ if (generateBtn) {
+ generateBtn.disabled = false;
+ generateBtn.style.position = '';
+ generateBtn.style.overflow = '';
+ generateBtn.textContent = "โจ Generate from Image";
+ }
+ console.groupEnd();
+ }
+ };
+
+ // === Generate Unified Prompts (Main Generate Button) - SEQUENTIAL VERSION ===
+ let generationAbortController = null; // For cancel functionality
+
+ const generateUnifiedPrompts = async () => {
+ // Check if there's already an ongoing generation
+ if (generationAbortController !== null) {
+ const confirmRestart = confirm(
+ "โ ๏ธ Generation in Progress\n\n" +
+ "There is already a generation running. Starting a new one will cancel the current generation.\n\n" +
+ "Do you want to cancel the current generation and start a new one?"
+ );
+
+ if (!confirmRestart) {
+ console.log("[RPG] User chose not to restart generation");
+ return;
+ }
+
+ // User confirmed - abort the current generation
+ console.log("[RPG] ๐ Aborting current generation to start new one");
+ generationAbortController.abort();
+ generationAbortController = null;
+
+ // Small delay to let the abort propagate
+ await new Promise(resolve => setTimeout(resolve, 100));
+ }
+
+ console.group("[RPG] ๐ฏ Generate Unified Prompts - START (Sequential)");
+ console.log("[RPG] Timestamp:", new Date().toISOString());
+
+ const generateBtn = container.querySelector(".instaraw-rpg-generate-unified-btn");
+ const genCountInput = container.querySelector(".instaraw-rpg-gen-count-input");
+ const progressSection = container.querySelector(".instaraw-rpg-generation-progress");
+ const progressItems = container.querySelector(".instaraw-rpg-progress-items");
+ const previewSection = container.querySelector(".instaraw-rpg-generate-preview");
+
+ // Character settings
+ const enableCharacterCheckbox = container.querySelector(".instaraw-rpg-enable-character-checkbox");
+ const characterTextInput = container.querySelector(".instaraw-rpg-character-text-input");
+ const useCharacter = enableCharacterCheckbox?.checked || false;
+ const characterText = characterTextInput?.value?.trim() || "";
+ // Use character_text_input directly - generated descriptions populate this field
+ const characterDescription = characterText;
+
+ // Detect mode from AIL
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const isImg2Img = detectedMode === "img2img";
+
+ // Mode-specific settings
+ let affectElements = [];
+ let userInput = "";
+ let inspirationCount = 0;
+ let uniqueImages = [];
+ let uniqueImages2 = [];
+ let uniqueImages3 = [];
+ let uniqueImages4 = [];
+ let generationCount = 0;
+
+ if (isImg2Img) {
+ // IMG2IMG: Get unique images from all 4 AIL inputs
+ uniqueImages = node._linkedImages || [];
+ uniqueImages2 = node._linkedImages2 || [];
+ uniqueImages3 = node._linkedImages3 || [];
+ uniqueImages4 = node._linkedImages4 || [];
+
+ if (uniqueImages.length === 0) {
+ console.error("[RPG] โ No images from AIL");
+ alert("No images from AIL. Please connect an Advanced Image Loader node in img2img mode.");
+ return;
+ }
+
+ // Generation count = number of unique images from primary input
+ generationCount = uniqueImages.length;
+
+ // Compose user input from all three universal components
+ userInput = composeUserInput(
+ node.properties.user_instructions || "",
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ console.log(`[RPG] ๐ IMG2IMG composed user input: ${userInput ? `"${userInput.substring(0, 100)}..."` : "(none)"}`);
+
+ // Collect affect elements
+ const affectBackground = container.querySelector(".instaraw-rpg-affect-background")?.checked;
+ const affectOutfit = container.querySelector(".instaraw-rpg-affect-outfit")?.checked;
+ const affectPose = container.querySelector(".instaraw-rpg-affect-pose")?.checked;
+ const affectLighting = container.querySelector(".instaraw-rpg-affect-lighting")?.checked;
+
+ if (affectBackground) affectElements.push("background");
+ if (affectOutfit) affectElements.push("outfit");
+ if (affectPose) affectElements.push("pose");
+ if (affectLighting) affectElements.push("lighting");
+
+ console.log("[RPG] ๐จ Affect Elements collected:", affectElements);
+
+ // Get inspiration count (for Creative mode only, respects toggle)
+ const inspirationCountInput = container.querySelector(".instaraw-rpg-inspiration-count");
+ if (inspirationCountInput && node.properties.generation_style === 'creative') {
+ inspirationCount = node.properties.enable_library_inspiration ? parseInt(inspirationCountInput?.value || "3") : 0;
+ }
+
+ console.log(`[RPG] ๐ผ๏ธ img2img mode: ${uniqueImages.length} unique images โ ${generationCount} prompts`);
+ } else {
+ // TXT2IMG: Collect user input and inspiration
+ const userTextInput = container.querySelector(".instaraw-rpg-user-text-input");
+ const inspirationCountInput = container.querySelector(".instaraw-rpg-inspiration-count");
+
+ // Compose user input from all three universal components
+ const userText = userTextInput?.value?.trim() || "";
+ userInput = composeUserInput(
+ userText,
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+
+ // Respect library inspiration toggle
+ inspirationCount = node.properties.enable_library_inspiration ? parseInt(inspirationCountInput?.value || "3") : 0;
+ generationCount = parseInt(genCountInput?.value || "5");
+
+ const selectedTheme = node.properties.theme_preset || DEFAULT_THEME_PRESET;
+ if (selectedTheme !== "none") {
+ console.log(`[RPG] ๐จ Using theme: ${selectedTheme}`);
+ }
+ console.log(`[RPG] ๐ TXT2IMG composed user input: ${userInput ? `"${userInput.substring(0, 100)}..."` : "(none)"}`);
+ }
+
+ const forceRegenerate = true; // Always regenerate
+ const isSDXL = sdxlModeEnabled; // Use global SDXL mode
+
+ // Prepare source prompt pool (each generation will sample from this)
+ let sourcePromptPool = [];
+ if (inspirationCount > 0) {
+ // Build filtered pool for sampling (both txt2img and img2img Creative mode)
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ sourcePromptPool = filterPrompts(promptsDatabase, filters);
+
+ if (sourcePromptPool.length === 0 && detectedMode === 'txt2img') {
+ console.warn("[RPG] โ ๏ธ No prompts available after filtering - generating without inspiration");
+ alert("No prompts match the current filters. Adjust filters or generate without inspiration.");
+ return;
+ }
+
+ if (sourcePromptPool.length > 0) {
+ console.log(`[RPG] ๐ฒ Prepared pool of ${sourcePromptPool.length} prompts for sampling (inspiration: ${inspirationCount} per generation)`);
+ }
+ }
+
+ // Get model and settings
+ const model = node.properties.creative_model || "gemini-2.5-pro";
+ const generationStyle = node.properties.generation_style || "reality";
+
+ const temperatureValue = parseFloat(node.properties.creative_temperature ?? 0.9) || 0.9;
+ const topPValue = parseFloat(node.properties.creative_top_p ?? 0.9) || 0.9;
+
+ // Get full names for tagging generated prompts
+ const modelPresetKey = node.properties.model_preset || "none";
+ const themePresetKey = node.properties.theme_preset || DEFAULT_THEME_PRESET;
+ // Get full theme name (strip emoji prefix if present)
+ const themeLabel = THEME_PRESETS[themePresetKey]?.label || "";
+ const currentThemeBadge = themePresetKey !== "none" && themeLabel ? themeLabel.replace(/^[^\w\s]+\s*/, '').trim() : null;
+ // Get full model name (strip emoji prefix if present)
+ const modelLabel = MODEL_INSTRUCTION_PRESETS[modelPresetKey]?.label || "";
+ const currentModelBadge = modelPresetKey !== "none" && modelLabel ? modelLabel.replace(/^[^\w\s]+\s*/, '').trim() : null;
+
+ console.log(`[RPG] ๐ง Generation mode: ${detectedMode}, style: ${generationStyle}`);
+ if (currentThemeBadge) console.log(`[RPG] ๐จ Theme: ${currentThemeBadge}`);
+ if (currentModelBadge) console.log(`[RPG] ๐ท๏ธ Model: ${currentModelBadge}`);
+
+ console.log("[RPG] Configuration:", {
+ mode: detectedMode,
+ generationCount,
+ useCharacter,
+ affectElements,
+ userInput,
+ inspirationCount,
+ isSDXL,
+ forceRegenerate,
+ model,
+ temperature: temperatureValue,
+ topP: topPValue
+ });
+
+ // Get API keys
+ const geminiApiKey = (getFinalInputValue("gemini_api_key", "") || "").trim() || window.INSTARAW_GEMINI_KEY || "";
+ const grokApiKey = (getFinalInputValue("grok_api_key", "") || "").trim() || window.INSTARAW_GROK_KEY || "";
+
+ if (!geminiApiKey && !grokApiKey) {
+ console.error("[RPG] โ NO API KEYS FOUND!");
+ console.groupEnd();
+ alert("No API keys found! Please connect a Primitive String node with your Gemini or Grok API key.");
+ return;
+ }
+
+ // Initialize AbortController for cancellation
+ generationAbortController = new AbortController();
+ const signal = generationAbortController.signal;
+
+ // Disable generate button and show progress section
+ if (generateBtn) {
+ generateBtn.disabled = true;
+ generateBtn.style.opacity = "0.5";
+ }
+
+ // Hide preview section when starting new generation
+ if (previewSection) {
+ previewSection.style.display = "none";
+ }
+
+ // Mark generation as in progress
+ node._generationInProgress = true;
+ node._generationCount = generationCount;
+
+ // Initialize progress state
+ node._progressState = Array.from({ length: generationCount }, (_, i) => ({
+ index: i,
+ status: 'pending',
+ progress: 0,
+ message: ''
+ }));
+
+ if (progressSection) {
+ progressSection.style.display = "block";
+ // Reset header to "Generating..." when starting a new generation
+ const progressHeader = progressSection.querySelector(".instaraw-rpg-progress-header h4");
+ if (progressHeader) {
+ progressHeader.innerHTML = `โณ Generating Prompts...`;
+ }
+ // Show cancel button, hide quick accept button
+ const cancelBtn = progressSection.querySelector(".instaraw-rpg-cancel-generation-btn");
+ if (cancelBtn) cancelBtn.style.display = "";
+ const quickAccept = progressSection.querySelector(".instaraw-rpg-quick-accept");
+ if (quickAccept) quickAccept.style.display = "none";
+ }
+
+ // Create progress items
+ if (progressItems) {
+ progressItems.innerHTML = "";
+
+ // Helper to render image thumbnails for a generation index
+ const renderProgressImages = (index) => {
+ if (!isImg2Img) return '';
+
+ // Helper to get image URL (handles both url and thumbnail formats)
+ const getImgUrl = (img) => img?.url || (img?.thumbnail ? `/instaraw/view/${img.thumbnail}` : null);
+
+ const images = [
+ { img: uniqueImages[index], label: "1" },
+ { img: uniqueImages2[index], label: "2" },
+ { img: uniqueImages3[index], label: "3" },
+ { img: uniqueImages4[index], label: "4" }
+ ].filter(item => item.img && getImgUrl(item.img));
+
+ if (images.length === 0) return '';
+
+ return `
+
+ ${images.map(item => `
+
+
+
+
+
+ `).join('')}
+
+ `;
+ };
+
+ for (let i = 0; i < generationCount; i++) {
+ const progressItem = document.createElement("div");
+ progressItem.className = "instaraw-rpg-progress-item";
+ progressItem.dataset.index = i;
+ const imagePreview = renderProgressImages(i);
+ progressItem.innerHTML = `
+
+
+
+ `;
+ progressItems.appendChild(progressItem);
+ }
+
+ // Resize node to fit progress UI
+ updateCachedHeight();
+ }
+
+ // Collect all generated prompts
+ const allGeneratedPrompts = [];
+ let cancelRequested = false;
+
+ // Listen for cancel signal
+ signal.addEventListener('abort', () => {
+ cancelRequested = true;
+ console.log("[RPG] ๐ Cancel requested by user");
+ });
+
+ try {
+ // PARALLEL GENERATION with 222ms stagger
+ const generateSinglePrompt = async (index) => {
+ const i = index;
+
+ try {
+ // Sample UNIQUE source prompts for THIS generation
+ let thisPromptSources = [];
+ if (sourcePromptPool.length > 0) {
+ const sampleCount = Math.min(inspirationCount, sourcePromptPool.length);
+ const shuffled = [...sourcePromptPool].sort(() => Math.random() - 0.5);
+ thisPromptSources = shuffled.slice(0, sampleCount).map(p => ({
+ source_id: p.id,
+ positive_prompt: p.prompt?.positive || p.positive || "",
+ negative_prompt: p.prompt?.negative || p.negative || ""
+ }));
+ }
+
+ // Determine expression for this generation (if enabled)
+ let currentExpression = null;
+ if (node.properties.enable_expressions) {
+ const enabledExpressions = JSON.parse(node.properties.enabled_expressions || '[]');
+ const defaultExpression = node.properties.default_expression || "Neutral/Natural";
+ const mixFrequency = node.properties.default_mix_frequency || 0;
+
+ if (enabledExpressions.length > 0) {
+ // Roll for default expression vs cycling
+ const useDefault = Math.random() * 100 < mixFrequency;
+
+ if (useDefault || enabledExpressions.length === 0) {
+ currentExpression = defaultExpression;
+ } else {
+ // Cycle through enabled expressions
+ const currentIndex = node.properties.current_expression_index || 0;
+ currentExpression = enabledExpressions[currentIndex % enabledExpressions.length];
+ // Increment for next generation
+ node.properties.current_expression_index = (currentIndex + 1) % enabledExpressions.length;
+ }
+ } else {
+ // No expressions enabled, use default
+ currentExpression = defaultExpression;
+ }
+
+ console.log(`[RPG] ๐ [${i + 1}] Expression: ${currentExpression}`);
+ }
+
+ // Build dynamic system prompt with actual source prompt text
+ // Use custom template if in custom mode, otherwise use creative_system_prompt
+ const customTemplate = node.properties.generation_style === 'custom'
+ ? node.properties.custom_template
+ : node.properties.creative_system_prompt;
+ const dynamicSystemPrompt = buildSystemPrompt(
+ detectedMode,
+ generationStyle,
+ thisPromptSources,
+ userInput,
+ useCharacter ? characterDescription : "",
+ affectElements,
+ customTemplate,
+ currentExpression
+ );
+
+ // Update status to in-progress
+ updateProgressState(i, { status: 'in-progress', progress: 100 });
+
+ console.log(`[RPG] ๐ [${i + 1}] Starting generation with ${thisPromptSources.length} unique source prompts...`);
+
+ // For img2img: Convert all connected images to base64
+ let multiImageData = [];
+ if (isImg2Img) {
+ updateProgressState(i, { message: "Converting images to base64..." });
+
+ // Helper to convert image at index from an array
+ const convertImageIfExists = async (imagesArray, label, index) => {
+ const img = imagesArray[index];
+ // Handle both url (from renderImg2ImgGallery events) and thumbnail (from raw batchData events)
+ const imgUrl = img?.url || (img?.thumbnail ? `/instaraw/view/${img.thumbnail}` : null);
+ if (img && imgUrl) {
+ try {
+ const base64 = await imageUrlToBase64(imgUrl);
+ console.log(`[RPG] ๐ท [${i + 1}] ${label} converted to base64 (${base64.length} chars)`);
+ return { label, base64, url: imgUrl };
+ } catch (error) {
+ console.warn(`[RPG] โ ๏ธ [${i + 1}] Failed to convert ${label}:`, error);
+ return null;
+ }
+ }
+ return null;
+ };
+
+ // Convert all 4 image inputs in parallel
+ const conversionPromises = [
+ convertImageIfExists(uniqueImages, "image_1", i),
+ convertImageIfExists(uniqueImages2, "image_2", i),
+ convertImageIfExists(uniqueImages3, "image_3", i),
+ convertImageIfExists(uniqueImages4, "image_4", i)
+ ];
+
+ const results = await Promise.all(conversionPromises);
+ multiImageData = results.filter(Boolean);
+
+ console.log(`[RPG] ๐ท [${i + 1}] ${multiImageData.length} images converted for vision API`);
+ }
+
+ // Build payload
+ const payload = {
+ source_prompts: thisPromptSources.map((p) => ({
+ id: p.source_id,
+ prompt: { positive: p.positive_prompt, negative: p.negative_prompt },
+ })),
+ generation_count: 1,
+ inspiration_count: inspirationCount,
+ is_sdxl: isSDXL,
+ character_reference: useCharacter ? characterDescription : "",
+ model: model,
+ gemini_api_key: geminiApiKey,
+ grok_api_key: grokApiKey,
+ system_prompt: dynamicSystemPrompt,
+ temperature: temperatureValue,
+ top_p: topPValue,
+ force_regenerate: forceRegenerate,
+ generation_mode: detectedMode, // Fixed: was "mode", backend expects "generation_mode"
+ affect_elements: affectElements,
+ user_input: userInput,
+ generation_style: generationStyle
+ };
+
+ // Add images for img2img mode (multi-image support)
+ if (isImg2Img && multiImageData.length > 0) {
+ // New format: array of { label, base64 } objects for multi-image
+ payload.multi_images = multiImageData.map(img => ({
+ label: img.label,
+ base64: img.base64
+ }));
+ // Also keep legacy images array for backward compatibility (primary image only)
+ payload.images = [multiImageData[0].base64];
+ }
+
+ // ๐ DETAILED LOGGING: Preview the complete request
+ console.group(`[RPG] ๐ REQUEST PREVIEW [${i + 1}/${generationCount}]`);
+ console.log(`๐ Mode: ${detectedMode} | Style: ${generationStyle} | Model: ${model}`);
+ console.log(`\nโโโ SYSTEM PROMPT โโโ\n${dynamicSystemPrompt}\nโโโโโโโโโโโโโโโโโโโโ`);
+
+ if (userInput) {
+ console.log(`\n๐ฌ User Input: "${userInput}"`);
+ }
+
+ if (useCharacter && characterDescription) {
+ console.log(`\n๐ค Character Reference: "${characterDescription}"`);
+ }
+
+ if (thisPromptSources.length > 0) {
+ console.log(`\n๐ Source Prompts (${thisPromptSources.length}):`);
+ thisPromptSources.forEach((sp, idx) => {
+ console.log(` [${idx + 1}] POS: ${sp.positive_prompt.substring(0, 100)}${sp.positive_prompt.length > 100 ? '...' : ''}`);
+ });
+ }
+
+ if (isImg2Img && multiImageData.length > 0) {
+ console.log(`\n๐ผ๏ธ Input Images (${multiImageData.length}):`);
+ multiImageData.forEach((imgData, idx) => {
+ console.log(` [${imgData.label}] URL: ${imgData.url}`);
+ console.log(` Base64 Length: ${imgData.base64?.length || 0} chars`);
+ });
+ }
+
+ if (affectElements && affectElements.length > 0) {
+ console.log(`\n๐จ Affect Elements: ${affectElements.join(', ')}`);
+ }
+
+ console.log(`\nโ๏ธ Model Settings: Temp=${temperatureValue}, Top-P=${topPValue}, SDXL=${isSDXL}`);
+
+ // Log complete payload (excluding sensitive keys)
+ const payloadForLogging = {
+ ...payload,
+ gemini_api_key: payload.gemini_api_key ? '***REDACTED***' : undefined,
+ grok_api_key: payload.grok_api_key ? '***REDACTED***' : undefined,
+ images: payload.images ? [`[Base64 image data: ${payload.images[0]?.length || 0} chars]`] : undefined,
+ multi_images: payload.multi_images ? payload.multi_images.map(img => ({ label: img.label, base64: `[${img.base64?.length || 0} chars]` })) : undefined
+ };
+ console.log(`\nโโโ COMPLETE REQUEST PAYLOAD โโโ`);
+ console.log(JSON.stringify(payloadForLogging, null, 2));
+ console.log(`โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ`);
+ console.groupEnd();
+
+ // Retry logic
+ const maxRetries = 3;
+ let retryCount = 0;
+ let success = false;
+ let promptResult = null;
+
+ while (retryCount <= maxRetries && !success && !cancelRequested) {
+ try {
+ if (retryCount > 0) {
+ if (statusBadge) statusBadge.textContent = `๐ Retry ${retryCount}/${maxRetries}`;
+ if (messageDiv) messageDiv.textContent = `Rate limited, retrying in ${Math.pow(2, retryCount - 1)}s...`;
+ await new Promise(resolve => setTimeout(resolve, Math.pow(2, retryCount - 1) * 1000));
+ if (cancelRequested) break;
+ }
+
+ const response = await api.fetchApi("/instaraw/generate_creative_prompts", {
+ method: "POST",
+ headers: { "Content-Type": "application/json" },
+ body: JSON.stringify(payload),
+ signal: signal
+ });
+
+ const result = await parseJSONResponse(response);
+
+ if (response.status === 429 || (result.error && /rate.*limit/i.test(result.error))) {
+ throw new Error("Rate limited");
+ }
+
+ if (!response.ok) {
+ throw new Error(result?.error || `API error ${response.status}`);
+ }
+
+ if (result.success && result.prompts && result.prompts.length > 0) {
+ const rawPrompt = result.prompts[0];
+
+ // Parse response (handle multiple formats)
+ const parseStructuredPrompt = (text) => {
+ // Handle both \n and \\n line breaks
+ const normalizedText = text.replace(/\\n/g, '\n');
+
+ const parsed = {
+ positive: "",
+ negative: "",
+ tags: [],
+ classification: { content_type: "other", safety_level: "sfw", shot_type: "other" }
+ };
+
+ // Try to find key sections using regex
+ const negativeMatch = normalizedText.match(/NEGATIVE:\s*(.+?)(?=\n(?:CONTENT_TYPE|SAFETY_LEVEL|SHOT_TYPE|TAGS|$))/is);
+ const contentTypeMatch = normalizedText.match(/CONTENT_TYPE:\s*(.+?)(?=\n|$)/i);
+ const safetyLevelMatch = normalizedText.match(/SAFETY_LEVEL:\s*(.+?)(?=\n|$)/i);
+ const shotTypeMatch = normalizedText.match(/SHOT_TYPE:\s*(.+?)(?=\n|$)/i);
+ const tagsMatch = normalizedText.match(/TAGS:\s*(.+?)(?=\n|$)/is);
+
+ // Extract NEGATIVE (if found)
+ if (negativeMatch) {
+ parsed.negative = negativeMatch[1].trim();
+ }
+
+ // Extract POSITIVE - either with prefix or everything before NEGATIVE
+ const positiveMatch = normalizedText.match(/POSITIVE:\s*(.+?)(?=\nNEGATIVE:|$)/is);
+ if (positiveMatch) {
+ parsed.positive = positiveMatch[1].trim();
+ } else if (negativeMatch) {
+ // No POSITIVE: prefix found, extract everything before NEGATIVE:
+ const beforeNegative = normalizedText.split(/\nNEGATIVE:/i)[0];
+ parsed.positive = beforeNegative.trim();
+ } else {
+ // No structure found, check if there's any text before metadata fields
+ const beforeMetadata = normalizedText.split(/\n(?:CONTENT_TYPE|SAFETY_LEVEL|SHOT_TYPE|TAGS):/i)[0];
+ parsed.positive = beforeMetadata.trim();
+ }
+
+ // Extract metadata
+ if (contentTypeMatch) parsed.classification.content_type = contentTypeMatch[1].trim().toLowerCase();
+ if (safetyLevelMatch) parsed.classification.safety_level = safetyLevelMatch[1].trim().toLowerCase();
+ if (shotTypeMatch) parsed.classification.shot_type = shotTypeMatch[1].trim().toLowerCase();
+ if (tagsMatch) parsed.tags = tagsMatch[1].split(',').map(t => t.trim()).filter(t => t);
+
+ // Fallback: if still no positive, use entire text
+ if (!parsed.positive && text) parsed.positive = text;
+
+ return parsed;
+ };
+
+ if (typeof rawPrompt === 'string') {
+ promptResult = parseStructuredPrompt(rawPrompt);
+ } else if (rawPrompt.prompt) {
+ promptResult = parseStructuredPrompt(rawPrompt.prompt);
+ } else if (rawPrompt.POSITIVE) {
+ promptResult = {
+ positive: rawPrompt.POSITIVE || "",
+ negative: rawPrompt.NEGATIVE || "",
+ tags: typeof rawPrompt.TAGS === 'string' ? rawPrompt.TAGS.split(',').map(t => t.trim()).filter(t => t) : (rawPrompt.TAGS || []),
+ classification: {
+ content_type: (rawPrompt.CONTENT_TYPE || "other").toLowerCase(),
+ safety_level: (rawPrompt.SAFETY_LEVEL || "sfw").toLowerCase(),
+ shot_type: (rawPrompt.SHOT_TYPE || "other").toLowerCase()
+ }
+ };
+ } else {
+ promptResult = rawPrompt;
+ }
+
+ // ๐ DETAILED LOGGING: Preview the response
+ console.group(`[RPG] โ
RESPONSE RECEIVED [${i + 1}/${generationCount}]`);
+ console.log(`\nโโโ RAW API RESPONSE โโโ\n${typeof rawPrompt === 'string' ? rawPrompt : JSON.stringify(rawPrompt, null, 2)}\nโโโโโโโโโโโโโโโโโโโโโโ`);
+ console.log(`\nโโโ PARSED RESULT โโโ`);
+ console.log(`POSITIVE: ${promptResult.positive?.substring(0, 200)}${promptResult.positive?.length > 200 ? '...' : ''}`);
+ console.log(`NEGATIVE: ${promptResult.negative || '(none)'}`);
+ console.log(`CONTENT_TYPE: ${promptResult.classification?.content_type || 'N/A'}`);
+ console.log(`SAFETY_LEVEL: ${promptResult.classification?.safety_level || 'N/A'}`);
+ console.log(`SHOT_TYPE: ${promptResult.classification?.shot_type || 'N/A'}`);
+ console.log(`TAGS: ${promptResult.tags?.join(', ') || '(none)'}`);
+ console.groupEnd();
+
+ success = true;
+ } else {
+ throw new Error(result.error || "No prompts returned");
+ }
+ } catch (error) {
+ if (error.name === 'AbortError' || cancelRequested) break;
+ if (error.message.includes("Rate limited") || error.message.includes("429")) {
+ retryCount++;
+ if (retryCount > maxRetries) throw new Error("Max retries exceeded");
+ } else {
+ throw error;
+ }
+ }
+ }
+
+ if (cancelRequested || !success) {
+ throw new Error(cancelRequested ? "Cancelled" : "Failed after retries");
+ }
+
+ // Save to database with badges
+ const savedPrompt = await addGeneratedPrompt({
+ positive: promptResult.positive,
+ negative: promptResult.negative,
+ tags: promptResult.tags || [],
+ classification: promptResult.classification || { content_type: "other", safety_level: "sfw", shot_type: "other" },
+ model_badge: currentModelBadge,
+ theme_badge: currentThemeBadge
+ });
+
+ console.log(`[RPG] โ
[${i + 1}] Saved with ID: ${savedPrompt.id}`);
+
+ // Update UI - success
+ const preview = promptResult.positive?.slice(0, 80) || "No content";
+ const message = preview + (promptResult.positive?.length > 80 ? "..." : "");
+ updateProgressState(i, { status: 'success', progress: 100, message });
+
+ return { status: 'success', index: i, prompt: promptResult };
+
+ } catch (error) {
+ console.error(`[RPG] โ [${i + 1}] Error:`, error.message);
+
+ // Update UI - error
+ const status = error.message.includes("Cancelled") ? 'cancelled' : 'error';
+ updateProgressState(i, { status, progress: 0, message: error.message || "Generation failed" });
+
+ return { status: 'error', index: i, error };
+ }
+ };
+
+ // Launch all prompts in parallel with 222ms stagger
+ console.log(`[RPG] ๐ Launching ${generationCount} parallel requests (222ms stagger)...`);
+ const promises = [];
+ for (let i = 0; i < generationCount; i++) {
+ if (i > 0) {
+ await new Promise(resolve => setTimeout(resolve, 222));
+ }
+ promises.push(generateSinglePrompt(i));
+ }
+
+ // Wait for all to complete
+ const results = await Promise.allSettled(promises);
+ const successResults = results.filter(r => r.status === 'fulfilled' && r.value.status === 'success');
+ successResults.forEach(r => {
+ const promptData = r.value.prompt;
+ // For img2img: attach image index and repeat count
+ if (isImg2Img && uniqueImages[r.value.index]) {
+ promptData._imageIndex = r.value.index;
+ promptData._repeatCount = uniqueImages[r.value.index].repeat_count || 1;
+ }
+ allGeneratedPrompts.push(promptData);
+ });
+
+ console.log(`[RPG] โ
Parallel generation complete: ${successResults.length}/${generationCount} succeeded`);
+
+
+ // Show results
+ if (allGeneratedPrompts.length > 0) {
+ console.log(`[RPG] โ
Generated ${allGeneratedPrompts.length}/${generationCount} prompts successfully`);
+
+ // Store generated prompts and update state FIRST (regardless of which tab is active)
+ node._generatedUnifiedPrompts = allGeneratedPrompts;
+ node._generationInProgress = false; // Mark as complete
+ // Keep node._progressState so we can recreate progress items when switching back
+ console.log(`[RPG] State updated: ${allGeneratedPrompts.length} prompts stored, keeping progress state for restore`);
+
+ // Query for FRESH DOM elements (in case user switched tabs during generation)
+ const currentProgressSection = container.querySelector(".instaraw-rpg-generation-progress");
+ const currentPreviewSection = container.querySelector(".instaraw-rpg-generate-preview");
+ const currentPreviewList = container.querySelector(".instaraw-rpg-generate-preview-list");
+
+ console.log(`[RPG] Found elements - progress: ${!!currentProgressSection}, preview: ${!!currentPreviewSection}, list: ${!!currentPreviewList}`);
+
+ // Update UI elements if they exist (only if on Generate tab)
+ const progressHeader = currentProgressSection?.querySelector(".instaraw-rpg-progress-header h4");
+ if (progressHeader) {
+ const successCount = allGeneratedPrompts.length;
+ const failedCount = generationCount - successCount;
+ progressHeader.innerHTML = `
+ โ Generation Complete:
+ ${successCount} succeeded
+ ${failedCount > 0 ? `, ${failedCount} failed ` : ''}
+ `;
+ }
+
+ // Hide cancel button and show quick accept button
+ const cancelBtn = currentProgressSection?.querySelector(".instaraw-rpg-cancel-generation-btn");
+ if (cancelBtn) cancelBtn.style.display = "none";
+ const quickAccept = currentProgressSection?.querySelector(".instaraw-rpg-quick-accept");
+ if (quickAccept) quickAccept.style.display = "block";
+
+ // Update preview list if it exists
+ if (currentPreviewList) {
+ // Helper to render image thumbnails for preview
+ const renderPreviewImages = (index) => {
+ if (!isImg2Img) return '';
+ // Helper to get image URL (handles both url and thumbnail formats)
+ const getImgUrl = (img) => img?.url || (img?.thumbnail ? `/instaraw/view/${img.thumbnail}` : null);
+ const images = [
+ { img: uniqueImages[index], label: "1" },
+ { img: uniqueImages2[index], label: "2" },
+ { img: uniqueImages3[index], label: "3" },
+ { img: uniqueImages4[index], label: "4" }
+ ].filter(item => item.img && getImgUrl(item.img));
+ if (images.length === 0) return '';
+ return `
+
+ ${images.map(item => `
+
+
+
+
+
+ `).join('')}
+
+ `;
+ };
+
+ currentPreviewList.innerHTML = allGeneratedPrompts
+ .map((p, idx) => `
+
+
+
${escapeHtml(p.positive || "")}
+
+ `)
+ .join("");
+
+ // Show preview section (keep progress visible for stats)
+ if (currentPreviewSection) currentPreviewSection.style.display = "block";
+ console.log(`[RPG] Preview UI updated (on Generate tab)`);
+ } else {
+ console.log(`[RPG] Preview UI skipped (on different tab - will restore on tab switch)`);
+ }
+
+ setupEventHandlers();
+
+ // Keep progress section visible until user clicks "Add to Batch"
+ // This prevents layout shift and lets users review stats
+ } else if (cancelRequested) {
+ console.log("[RPG] โน Generation cancelled - no prompts generated");
+
+ // Update progress header
+ const progressHeader = progressSection?.querySelector(".instaraw-rpg-progress-header h4");
+ if (progressHeader) {
+ progressHeader.innerHTML = 'โน Generation Cancelled ';
+ }
+
+ // Hide cancel button
+ const cancelBtn = progressSection?.querySelector(".instaraw-rpg-cancel-generation-btn");
+ if (cancelBtn) cancelBtn.style.display = "none";
+
+ // Keep progress section visible to show cancellation status
+ } else {
+ throw new Error("No prompts were generated successfully");
+ }
+
+ } catch (error) {
+ console.error("[RPG] โ Error during parallel prompt generation:", error);
+ console.error("[RPG] Error stack:", error.stack);
+
+ // Clear generation state (but keep progress state for viewing errors)
+ node._generationInProgress = false;
+ // Keep progressState to show error details when switching tabs
+ // delete node._progressState;
+ // delete node._generationCount;
+
+ // Hide progress section, show error
+ const currentProgressSection = container.querySelector(".instaraw-rpg-generation-progress");
+ if (currentProgressSection) currentProgressSection.style.display = "none";
+ alert(`Generation error: ${error.message || error}`);
+
+ } finally {
+ // Re-enable generate button
+ if (generateBtn) {
+ generateBtn.disabled = false;
+ generateBtn.style.opacity = "1";
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const emoji = detectedMode === 'img2img' ? '๐ผ๏ธ' : '๐จ';
+ generateBtn.textContent = `${emoji} Generate Prompts`;
+ }
+
+ // Clear abort controller
+ generationAbortController = null;
+
+ console.log("[RPG] Generate Unified Prompts - END (Sequential)");
+ console.groupEnd();
+ }
+ };
+
+ // === Update Progress State (updates both DOM and node state) ===
+ const updateProgressState = (index, updates) => {
+ if (!node._progressState || !node._progressState[index]) return;
+
+ // Update node state
+ Object.assign(node._progressState[index], updates);
+
+ // Update DOM if elements exist
+ const progressItems = container.querySelector(".instaraw-rpg-progress-items");
+ const progressItem = progressItems?.querySelector(`[data-index="${index}"]`);
+ if (!progressItem) return;
+
+ const statusBadge = progressItem.querySelector(".instaraw-rpg-progress-item-status");
+ const progressBar = progressItem.querySelector(".instaraw-rpg-progress-item-fill");
+ const messageDiv = progressItem.querySelector(".instaraw-rpg-progress-item-message");
+
+ // Update status
+ if (updates.status) {
+ const statusMap = {
+ 'pending': { class: 'pending', text: 'โณ Pending' },
+ 'in-progress': { class: 'in-progress', text: 'โณ Generating...' },
+ 'success': { class: 'success', text: 'โ Complete' },
+ 'error': { class: 'error', text: 'โ Failed' },
+ 'cancelled': { class: 'error', text: 'โน Cancelled' }
+ };
+ const statusInfo = statusMap[updates.status];
+ if (statusBadge && statusInfo) {
+ statusBadge.className = `instaraw-rpg-progress-item-status ${statusInfo.class}`;
+ statusBadge.textContent = statusInfo.text;
+ }
+ if (statusInfo) {
+ progressItem.classList.remove('pending', 'in-progress', 'success', 'error');
+ progressItem.classList.add(statusInfo.class);
+ }
+ }
+
+ // Update progress bar
+ if (updates.progress !== undefined && progressBar) {
+ progressBar.style.width = `${updates.progress}%`;
+ if (updates.status === 'in-progress') {
+ progressBar.classList.add('animating');
+ } else {
+ progressBar.classList.remove('animating');
+ }
+ }
+
+ // Update message
+ if (updates.message !== undefined && messageDiv) {
+ messageDiv.textContent = updates.message;
+ messageDiv.className = 'instaraw-rpg-progress-item-message';
+ }
+ };
+
+ // === Restore Generation UI (after tab switch) ===
+ const restoreGenerationUI = () => {
+ const progressSection = container.querySelector(".instaraw-rpg-generation-progress");
+ const previewSection = container.querySelector(".instaraw-rpg-generate-preview");
+ const progressItems = container.querySelector(".instaraw-rpg-progress-items");
+
+ console.log(`[RPG] restoreGenerationUI called - inProgress: ${node._generationInProgress}, hasCompleted: ${!!node._generatedUnifiedPrompts}, hasState: ${!!node._progressState}`);
+
+ // If generation completed, restore the preview
+ if (node._generatedUnifiedPrompts) {
+ console.log(`[RPG] Restoring completed generation with ${node._generatedUnifiedPrompts.length} prompts`);
+
+ // Restore progress items if we have the state
+ if (node._progressState && progressItems) {
+ progressItems.innerHTML = "";
+ const generationCount = node._generationCount || node._progressState.length;
+
+ node._progressState.forEach((state, i) => {
+ const progressItem = document.createElement("div");
+ progressItem.className = `instaraw-rpg-progress-item ${state.status}`;
+ progressItem.dataset.index = i;
+
+ const statusMap = {
+ 'pending': 'โณ Pending',
+ 'in-progress': 'โณ Generating...',
+ 'success': 'โ Complete',
+ 'error': 'โ Failed',
+ 'cancelled': 'โน Cancelled'
+ };
+
+ progressItem.innerHTML = `
+
+
+ ${state.message || ''}
+ `;
+ progressItems.appendChild(progressItem);
+ });
+ console.log(`[RPG] Restored ${node._progressState.length} completed progress items`);
+ }
+
+ // Update progress header with completion statistics
+ const progressHeader = progressSection?.querySelector(".instaraw-rpg-progress-header h4");
+ if (progressHeader) {
+ const successCount = node._generatedUnifiedPrompts.length;
+ progressHeader.innerHTML = `
+ โ Generation Complete:
+ ${successCount} succeeded
+ `;
+ }
+
+ // Hide cancel button and show quick accept button
+ const cancelBtn = progressSection?.querySelector(".instaraw-rpg-cancel-generation-btn");
+ if (cancelBtn) cancelBtn.style.display = "none";
+ const quickAccept = progressSection?.querySelector(".instaraw-rpg-quick-accept");
+ if (quickAccept) quickAccept.style.display = "block";
+
+ // Populate preview list and show preview section
+ const previewList = container.querySelector(".instaraw-rpg-generate-preview-list");
+ console.log(`[RPG] Preview list element found: ${!!previewList}`);
+ if (previewList) {
+ previewList.innerHTML = node._generatedUnifiedPrompts
+ .map((p, idx) => `
+
+
#${idx + 1}
+
${escapeHtml(p.positive || "")}
+
+ `)
+ .join("");
+ console.log(`[RPG] Preview list populated with ${node._generatedUnifiedPrompts.length} items`);
+ } else {
+ console.error(`[RPG] Preview list element not found!`);
+ }
+
+ // Show preview section (contains list + buttons)
+ if (previewSection) previewSection.style.display = "block";
+
+ return; // Exit early after handling completed generation
+ }
+
+ // Restore in-progress generation
+ if (node._generationInProgress && node._progressState) {
+ console.log(`[RPG] Restoring in-progress generation with ${node._progressState.length} items`);
+
+ // Recreate progress items from state
+ if (progressItems) {
+ progressItems.innerHTML = "";
+ const generationCount = node._generationCount || node._progressState.length;
+
+ node._progressState.forEach((state, i) => {
+ const progressItem = document.createElement("div");
+ progressItem.className = `instaraw-rpg-progress-item ${state.status}`;
+ progressItem.dataset.index = i;
+
+ const statusMap = {
+ 'pending': 'โณ Pending',
+ 'in-progress': 'โณ Generating...',
+ 'success': 'โ Complete',
+ 'error': 'โ Failed',
+ 'cancelled': 'โน Cancelled'
+ };
+
+ progressItem.innerHTML = `
+
+
+ ${state.message || ''}
+ `;
+ progressItems.appendChild(progressItem);
+ });
+ }
+
+ const progressHeader = progressSection?.querySelector(".instaraw-rpg-progress-header h4");
+ if (progressHeader) {
+ progressHeader.innerHTML = `โณ Generating Prompts...`;
+ }
+ } else if (node._generationInProgress) {
+ // Generation still in progress but no state - show message
+ console.log(`[RPG] Generation in progress but no state to restore`);
+ const progressHeader = progressSection?.querySelector(".instaraw-rpg-progress-header h4");
+ if (progressHeader) {
+ progressHeader.innerHTML = `โณ Generation in progress...`;
+ }
+ }
+ };
+
+ // === Accept Generated Prompts ===
+ const acceptGeneratedPrompts = () => {
+ if (!node._generatedUnifiedPrompts) return;
+
+ const existingQueue = parsePromptBatch();
+ const newCount = node._generatedUnifiedPrompts.length;
+
+ // If there are existing prompts, ask the user to confirm
+ if (existingQueue.length > 0) {
+ const confirmAdd = confirm(
+ `You have ${existingQueue.length} existing prompt(s) in the batch.\n\n` +
+ `Add ${newCount} new prompt(s) to the batch?\n\n` +
+ `OK = Add to existing\n` +
+ `Cancel = Don't add (clear batch first if needed)`
+ );
+
+ if (!confirmAdd) {
+ console.log("[RPG] User cancelled adding prompts to batch");
+ return;
+ }
+ }
+
+ const promptQueue = existingQueue;
+ node._generatedUnifiedPrompts.forEach((p) => {
+ // For img2img: use stored repeat count, otherwise default to 1
+ const repeatCount = p._repeatCount || 1;
+
+ promptQueue.push({
+ id: generateUniqueId(),
+ positive_prompt: p.positive || "",
+ negative_prompt: p.negative || "",
+ repeat_count: repeatCount,
+ tags: p.tags || [],
+ source_id: null,
+ // Store image index for img2img (for reference)
+ _imageIndex: p._imageIndex,
+ });
+
+ console.log(`[RPG] Added prompt to batch with repeat count: ${repeatCount}${p._imageIndex !== undefined ? ` (image #${p._imageIndex + 1})` : ''}`);
+ });
+
+ setPromptBatchData(promptQueue);
+ delete node._generatedUnifiedPrompts;
+ delete node._warnedAboutPendingPrompts; // Reset warning flag
+ node._generationInProgress = false;
+ delete node._progressState;
+ delete node._generationCount;
+
+ // Hide all generation UI now that prompts are accepted
+ const progressSection = container.querySelector(".instaraw-rpg-generation-progress");
+ const previewSection = container.querySelector(".instaraw-rpg-generate-preview");
+ if (progressSection) progressSection.style.display = "none";
+ if (previewSection) previewSection.style.display = "none";
+
+ renderUI();
+ };
+
+ // === Cancel Generated Prompts ===
+ const cancelGeneratedPrompts = () => {
+ delete node._generatedUnifiedPrompts;
+ delete node._warnedAboutPendingPrompts; // Reset warning flag
+ node._generationInProgress = false;
+ delete node._progressState;
+ delete node._generationCount;
+
+ // Hide all generation UI when cancelling
+ const progressSection = container.querySelector(".instaraw-rpg-generation-progress");
+ const previewSection = container.querySelector(".instaraw-rpg-generate-preview");
+ if (progressSection) progressSection.style.display = "none";
+ if (previewSection) previewSection.style.display = "none";
+
+ renderUI();
+ };
+
+ // === Event Handlers Setup (Following AIL Pattern) ===
+ const setupEventHandlers = () => {
+ console.log("[RPG] ============ setupEventHandlers CALLED ============");
+ console.log("[RPG] Current active tab:", node.properties.active_tab);
+
+ // === Canvas Panning Event Forwarding ===
+ // Forward mouse events to ComfyUI canvas when clicking on non-interactive areas
+ const isInteractiveElement = (element) => {
+ if (!element) return false;
+
+ // Check if it's a standard interactive element
+ const tagName = element.tagName?.toLowerCase();
+ if (['button', 'input', 'select', 'textarea', 'a'].includes(tagName)) {
+ return true;
+ }
+
+ // Check if it has interactive classes or attributes
+ const className = element.className || '';
+ if (typeof className === 'string' && (
+ className.includes('-btn') ||
+ className.includes('-input') ||
+ className.includes('-select') ||
+ className.includes('-slider') ||
+ className.includes('-textarea') ||
+ className.includes('prompt-card')
+ )) {
+ return true;
+ }
+
+ // Check if draggable
+ if (element.draggable) {
+ return true;
+ }
+
+ return false;
+ };
+
+ // Check element and all parents up to container
+ const isInteractiveOrChildOfInteractive = (target) => {
+ let element = target;
+ while (element && element !== container) {
+ if (isInteractiveElement(element)) {
+ return true;
+ }
+ element = element.parentElement;
+ }
+ return false;
+ };
+
+ // Track drag state for manual panning
+ let isDragging = false;
+ let dragStartX = 0;
+ let dragStartY = 0;
+ let graphOffsetStartX = 0;
+ let graphOffsetStartY = 0;
+
+ // Manual canvas panning (direct LiteGraph manipulation)
+ const canvasForwardHandler = (e) => {
+ // Skip if this is a synthetic event
+ if (e._rpgForwarded) {
+ return;
+ }
+
+ // For mousedown, check if it's interactive
+ if (e.type === 'mousedown') {
+ const isInteractive = isInteractiveOrChildOfInteractive(e.target);
+
+ if (isInteractive) {
+ isDragging = false;
+ return;
+ }
+
+ // Start manual drag
+ isDragging = true;
+ dragStartX = e.clientX;
+ dragStartY = e.clientY;
+
+ // Get LiteGraph canvas and store initial offset
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ graphOffsetStartX = canvas.ds.offset[0];
+ graphOffsetStartY = canvas.ds.offset[1];
+ console.log("[RPG Manual Pan] ๐ฌ Started - Initial offset:", graphOffsetStartX, graphOffsetStartY);
+ }
+
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ // Handle mousemove for panning
+ if (e.type === 'mousemove' && isDragging) {
+ const deltaX = e.clientX - dragStartX;
+ const deltaY = e.clientY - dragStartY;
+
+ // Get LiteGraph canvas and update offset
+ // Divide by scale to match native ComfyUI drag behavior at any zoom level
+ const canvas = app?.canvas || app?.graph?.list_of_graphcanvas?.[0];
+ if (canvas) {
+ const scale = canvas.ds.scale || 1;
+ canvas.ds.offset[0] = graphOffsetStartX + (deltaX / scale);
+ canvas.ds.offset[1] = graphOffsetStartY + (deltaY / scale);
+ canvas.setDirty(true, true);
+ }
+
+ e.preventDefault();
+ e.stopPropagation();
+ }
+
+ // Handle mouseup to end drag
+ if (e.type === 'mouseup' && isDragging) {
+ isDragging = false;
+ console.log("[RPG Manual Pan] ๐ Ended drag");
+ e.preventDefault();
+ e.stopPropagation();
+ }
+ };
+
+ // Forward wheel events for zooming
+ const wheelForwardHandler = (e) => {
+ // Skip if synthetic
+ if (e._rpgForwarded) {
+ return;
+ }
+
+ // Check if over non-interactive area
+ const isInteractive = isInteractiveOrChildOfInteractive(e.target);
+ if (isInteractive) {
+ return;
+ }
+
+ // Find the ComfyUI canvas
+ const canvas = document.querySelector('#graph-canvas') ||
+ document.querySelector('canvas.litegraph') ||
+ document.querySelector('.litegraph canvas');
+
+ if (canvas) {
+ console.log("[RPG Canvas Forward] ๐ Forwarding wheel event for zoom");
+
+ e.preventDefault();
+ e.stopPropagation();
+
+ // Create and dispatch wheel event
+ const newEvent = new WheelEvent('wheel', {
+ bubbles: true,
+ cancelable: true,
+ view: window,
+ clientX: e.clientX,
+ clientY: e.clientY,
+ screenX: e.screenX,
+ screenY: e.screenY,
+ deltaX: e.deltaX,
+ deltaY: e.deltaY,
+ deltaZ: e.deltaZ,
+ deltaMode: e.deltaMode,
+ ctrlKey: e.ctrlKey,
+ shiftKey: e.shiftKey,
+ altKey: e.altKey,
+ metaKey: e.metaKey
+ });
+
+ newEvent._rpgForwarded = true;
+ canvas.dispatchEvent(newEvent);
+ }
+ };
+
+ // Remove old listeners if exist (prevent duplicates)
+ if (container._canvasForwardHandler) {
+ container.removeEventListener('mousedown', container._canvasForwardHandler, true);
+ document.removeEventListener('mousemove', container._canvasForwardHandler, true);
+ document.removeEventListener('mouseup', container._canvasForwardHandler, true);
+ }
+ if (container._wheelForwardHandler) {
+ container.removeEventListener('wheel', container._wheelForwardHandler, true);
+ }
+
+ container._canvasForwardHandler = canvasForwardHandler;
+ container._wheelForwardHandler = wheelForwardHandler;
+
+ // Listen on container for mousedown, but document for mousemove/mouseup (to track outside container)
+ container.addEventListener('mousedown', canvasForwardHandler, true);
+ document.addEventListener('mousemove', canvasForwardHandler, true);
+ document.addEventListener('mouseup', canvasForwardHandler, true);
+
+ // Listen for wheel events for zooming
+ container.addEventListener('wheel', wheelForwardHandler, true);
+
+ // Tab switching
+ container.querySelectorAll(".instaraw-rpg-tab").forEach((tab) => {
+ tab.onclick = () => {
+ node.properties.active_tab = tab.dataset.tab;
+ renderUI();
+ };
+ });
+
+ // Mode dropdown
+ const modeDropdown = container.querySelector(".instaraw-rpg-mode-dropdown");
+ if (modeDropdown) {
+ modeDropdown.onchange = (e) => {
+ const modeWidget = node.widgets?.find((w) => w.name === "mode");
+ if (modeWidget) {
+ modeWidget.value = e.target.value;
+ renderUI();
+ }
+ };
+ }
+
+ // Creative model settings
+ const creativeModelSelect = container.querySelector(".instaraw-rpg-model-select");
+ if (creativeModelSelect) {
+ creativeModelSelect.onchange = (e) => {
+ node.properties.creative_model = e.target.value;
+ const widget = node.widgets?.find((w) => w.name === "creative_model");
+ if (widget) widget.value = e.target.value;
+ renderUI();
+ };
+ }
+
+ const creativeTempInput = container.querySelector(".instaraw-rpg-model-temp");
+ if (creativeTempInput) {
+ creativeTempInput.onchange = (e) => {
+ const val = parseFloat(e.target.value) || 0.9;
+ node.properties.creative_temperature = val;
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ const creativeTopPInput = container.querySelector(".instaraw-rpg-model-top-p");
+ if (creativeTopPInput) {
+ creativeTopPInput.onchange = (e) => {
+ const val = parseFloat(e.target.value) || 0.9;
+ node.properties.creative_top_p = val;
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // System prompt textarea (for Generate tab)
+ const systemPromptInput = container.querySelector(".instaraw-rpg-system-prompt");
+ if (systemPromptInput) {
+ // Auto-resize on load
+ autoResizeTextarea(systemPromptInput);
+
+ systemPromptInput.oninput = (e) => {
+ node.properties.creative_system_prompt = e.target.value;
+ saveSettings();
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Character system prompt textarea (for Character tab)
+ const characterSystemPromptInput = container.querySelector(".instaraw-rpg-character-system-prompt");
+ if (characterSystemPromptInput) {
+ // Auto-resize on load
+ autoResizeTextarea(characterSystemPromptInput);
+
+ characterSystemPromptInput.oninput = (e) => {
+ node.properties.character_system_prompt = e.target.value;
+ saveSettings();
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Handle details toggle (re-calculate textarea height when opened)
+ container.querySelectorAll(".instaraw-rpg-advanced-settings").forEach((details) => {
+ details.addEventListener('toggle', () => {
+ if (details.open) {
+ const textarea = details.querySelector('textarea');
+ if (textarea) {
+ setTimeout(() => autoResizeTextarea(textarea), 10);
+ }
+ }
+ });
+ });
+
+ // Reload database button
+ const reloadDBBtn = container.querySelector(".instaraw-rpg-reload-db-btn");
+ if (reloadDBBtn) {
+ reloadDBBtn.onclick = () => loadPromptsDatabase();
+ }
+
+ // Library search
+ const searchInput = container.querySelector(".instaraw-rpg-search-input");
+ if (searchInput) {
+ searchInput.oninput = (e) => {
+ clearTimeout(node._searchTimeout);
+ node._searchTimeout = setTimeout(() => {
+ updateFilter("search_query", e.target.value);
+ }, 300);
+ };
+ }
+
+ // Library filters
+ container.querySelectorAll(".instaraw-rpg-filter-dropdown").forEach((dropdown) => {
+ dropdown.onchange = (e) => {
+ updateFilter(dropdown.dataset.filter, e.target.value);
+ };
+ });
+
+ // Show bookmarked checkbox
+ const showBookmarkedCheckbox = container.querySelector(".instaraw-rpg-show-bookmarked-checkbox");
+ if (showBookmarkedCheckbox) {
+ showBookmarkedCheckbox.onchange = (e) => {
+ updateFilter("show_bookmarked", e.target.checked);
+ };
+ }
+
+ // SDXL mode checkbox
+ const sdxlModeCheckbox = container.querySelector(".instaraw-rpg-sdxl-mode-checkbox");
+ if (sdxlModeCheckbox) {
+ sdxlModeCheckbox.onchange = (e) => {
+ updateFilter("sdxl_mode", e.target.checked);
+ };
+ }
+
+ // Clear filters
+ const clearFiltersBtn = container.querySelector(".instaraw-rpg-clear-filters-btn");
+ if (clearFiltersBtn) {
+ clearFiltersBtn.onclick = clearFilters;
+ }
+
+ // Random count input - save value
+ const randomCountInput = container.querySelector(".instaraw-rpg-random-count-input");
+ if (randomCountInput) {
+ randomCountInput.onchange = (e) => {
+ randomCount = parseInt(e.target.value) || 6;
+ };
+ }
+
+ // Show random prompts button
+ const showRandomBtn = container.querySelector(".instaraw-rpg-show-random-btn");
+ if (showRandomBtn) {
+ showRandomBtn.onclick = async () => {
+ const count = parseInt(randomCountInput?.value) || randomCount;
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+
+ // Disable button and show loading state
+ showRandomBtn.disabled = true;
+ const originalText = showRandomBtn.innerHTML;
+ showRandomBtn.innerHTML = 'โณ Selecting...';
+
+ try {
+ // OPTIMIZATION: Do random selection on frontend since we already have the database loaded!
+ // No need to make API call and re-download/re-filter the database
+
+ // Apply filters using existing filterPrompts function
+ const filteredPrompts = filterPrompts(promptsDatabase, filters);
+
+ if (filteredPrompts.length === 0) {
+ throw new Error("No prompts match the current filters");
+ }
+
+ // Randomly select prompts
+ const selectedCount = Math.min(count, filteredPrompts.length);
+ const shuffled = [...filteredPrompts].sort(() => Math.random() - 0.5);
+ const selected = shuffled.slice(0, selectedCount);
+
+ // Store and display random prompts
+ randomPrompts = selected;
+ randomCount = count;
+ showingRandomPrompts = true;
+ currentPage = 0; // Reset pagination
+ renderUI();
+ console.log(`[RPG] Showing ${selected.length} random prompts (from ${filteredPrompts.length} filtered)`);
+
+ } catch (error) {
+ console.error("[RPG] Error selecting random prompts:", error);
+ showRandomBtn.innerHTML = `โ ${error.message}`;
+ setTimeout(() => {
+ showRandomBtn.innerHTML = originalText;
+ showRandomBtn.disabled = false;
+ }, 3000);
+ }
+ };
+ }
+
+ // Add all random prompts to batch
+ const addAllRandomBtn = container.querySelector(".instaraw-rpg-add-all-random-btn");
+ if (addAllRandomBtn) {
+ addAllRandomBtn.onclick = () => {
+ const existingQueue = parsePromptBatch();
+ const newCount = randomPrompts.length;
+
+ // If there are existing prompts, ask the user to confirm
+ if (existingQueue.length > 0) {
+ const confirmAdd = confirm(
+ `You have ${existingQueue.length} existing prompt(s) in the batch.\n\n` +
+ `Add ${newCount} random prompt(s) to the batch?\n\n` +
+ `OK = Add to existing\n` +
+ `Cancel = Don't add (clear batch first if needed)`
+ );
+
+ if (!confirmAdd) {
+ console.log("[RPG] User cancelled adding random prompts to batch");
+ return;
+ }
+ }
+
+ const promptQueue = existingQueue;
+ randomPrompts.forEach(promptData => {
+ const positivePrompt = promptData.prompt?.positive ?? promptData.positive ?? "";
+ const negativePrompt = promptData.prompt?.negative ?? promptData.negative ?? "";
+ promptQueue.push({
+ id: generateUniqueId(),
+ positive_prompt: positivePrompt,
+ negative_prompt: negativePrompt,
+ repeat_count: 1,
+ tags: promptData.tags || [],
+ source_id: promptData.id || null,
+ seed: 1111111,
+ seed_control: "randomize",
+ });
+ });
+
+ setPromptBatchData(promptQueue);
+ console.log(`[RPG] Added ${newCount} random prompts to batch`);
+
+ // Exit random mode
+ showingRandomPrompts = false;
+ randomPrompts = [];
+ renderUI();
+ };
+ }
+
+ // Reroll random prompts button
+ const rerollRandomBtn = container.querySelector(".instaraw-rpg-reroll-random-btn");
+ if (rerollRandomBtn) {
+ rerollRandomBtn.onclick = () => {
+ const count = randomCount; // Use same count as before
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+
+ // Apply filters and randomly select
+ const filteredPrompts = filterPrompts(promptsDatabase, filters);
+
+ if (filteredPrompts.length === 0) {
+ alert("No prompts match the current filters");
+ return;
+ }
+
+ // Randomly select prompts (different from before)
+ const selectedCount = Math.min(count, filteredPrompts.length);
+ const shuffled = [...filteredPrompts].sort(() => Math.random() - 0.5);
+ const selected = shuffled.slice(0, selectedCount);
+
+ // Update and re-render
+ randomPrompts = selected;
+ renderUI();
+ console.log(`[RPG] Rerolled ${selected.length} random prompts`);
+ };
+ }
+
+ // Exit random mode button
+ const exitRandomBtn = container.querySelector(".instaraw-rpg-exit-random-btn");
+ if (exitRandomBtn) {
+ exitRandomBtn.onclick = () => {
+ showingRandomPrompts = false;
+ randomPrompts = [];
+ renderUI();
+ };
+ }
+
+ // Create custom prompt button
+ const createPromptBtn = container.querySelector(".instaraw-rpg-create-prompt-btn");
+ if (createPromptBtn) {
+ createPromptBtn.onclick = async () => {
+ try {
+ // Create empty prompt and add to user prompts
+ const newPrompt = await addUserPrompt({
+ positive: "",
+ negative: "",
+ tags: [],
+ content_type: "person",
+ safety_level: "sfw",
+ shot_type: "portrait"
+ });
+
+ // Reset filters to show user prompts and clear search
+ node.properties.library_filters = JSON.stringify({
+ prompt_source: "user",
+ search_query: "",
+ content_type: "any",
+ safety_level: "any",
+ shot_type: "any",
+ show_bookmarked: false
+ });
+ currentPage = 0; // Go to first page
+
+ // Immediately put it in edit mode
+ editingValues[newPrompt.id] = {
+ positive: "",
+ negative: "",
+ tags: "",
+ content_type: "person",
+ safety_level: "sfw",
+ shot_type: "portrait"
+ };
+ editingPrompts.add(newPrompt.id);
+ renderUI();
+ console.log("[RPG] Created new user prompt in edit mode, switched to My Prompts view");
+ } catch (error) {
+ console.error("[RPG] Error creating user prompt:", error);
+ alert(`Error creating prompt: ${error.message}`);
+ }
+ };
+ }
+
+ // Import prompts button
+ const importPromptsBtn = container.querySelector(".instaraw-rpg-import-prompts-btn");
+ if (importPromptsBtn) {
+ importPromptsBtn.onclick = () => {
+ const input = document.createElement("input");
+ input.type = "file";
+ input.accept = ".json";
+ input.onchange = async (e) => {
+ const file = e.target.files[0];
+ if (!file) return;
+
+ try {
+ const result = await importUserPrompts(file);
+ alert(`Successfully imported ${result.details.user} user prompts, ${result.details.batch} batch items, ${result.details.bookmarks} bookmarks${result.skipped > 0 ? ` (${result.skipped} duplicates skipped)` : ''}`);
+ } catch (error) {
+ console.error("[RPG] Error importing prompts:", error);
+ alert(`Error importing prompts: ${error.message}`);
+ }
+ };
+ input.click();
+ };
+ }
+
+ // Export prompts button
+ const exportPromptsBtn = container.querySelector(".instaraw-rpg-export-prompts-btn");
+ if (exportPromptsBtn) {
+ exportPromptsBtn.onclick = () => {
+ const promptBatch = parsePromptBatch();
+
+ const totalToExport = userPrompts.length + bookmarksCache.length + promptBatch.length;
+
+ if (totalToExport === 0) {
+ alert("Nothing to export. Add user prompts, favorite some library prompts, or add prompts to batch first.");
+ return;
+ }
+
+ exportUserPrompts();
+ };
+ }
+
+ // Enter selection mode button
+ const enterSelectionBtn = container.querySelector(".instaraw-rpg-enter-selection-btn");
+ if (enterSelectionBtn) {
+ enterSelectionBtn.onclick = () => {
+ selectionMode = true;
+ selectedPrompts.clear();
+ renderUI();
+ console.log("[RPG] Entered selection mode");
+ };
+ }
+
+ // Cancel selection mode button
+ const cancelSelectionBtn = container.querySelector(".instaraw-rpg-cancel-selection-btn");
+ if (cancelSelectionBtn) {
+ cancelSelectionBtn.onclick = () => {
+ selectionMode = false;
+ selectedPrompts.clear();
+ renderUI();
+ console.log("[RPG] Exited selection mode");
+ };
+ }
+
+ // Select all button
+ const selectAllBtn = container.querySelector(".instaraw-rpg-select-all-btn");
+ if (selectAllBtn) {
+ selectAllBtn.onclick = () => {
+ // Add all prompts currently visible (recompute to ensure we have current state)
+ const currentFilters = JSON.parse(node.properties.library_filters || "{}");
+ const currentPrompts = showingRandomPrompts ? randomPrompts : filterPrompts(promptsDatabase, currentFilters);
+ const page = node.properties.current_page || 0;
+ const pagePrompts = currentPrompts.slice(page * itemsPerPage, (page + 1) * itemsPerPage);
+
+ pagePrompts.forEach(prompt => {
+ // Only allow selecting user prompts and generated prompts (not library prompts)
+ if (prompt.is_user_created || prompt.is_ai_generated) {
+ selectedPrompts.add(prompt.id);
+ }
+ });
+ renderUI();
+ console.log(`[RPG] Select All clicked: ${selectedPrompts.size} total selected`);
+ };
+ }
+
+ // Deselect all button
+ const deselectAllBtn = container.querySelector(".instaraw-rpg-deselect-all-btn");
+ if (deselectAllBtn) {
+ deselectAllBtn.onclick = () => {
+ console.log(`[RPG] Deselect All clicked: clearing ${selectedPrompts.size} selections`);
+ selectedPrompts.clear();
+ renderUI();
+ };
+ }
+
+ // Delete selected button
+ const deleteSelectedBtn = container.querySelector(".instaraw-rpg-delete-selected-btn");
+ if (deleteSelectedBtn) {
+ deleteSelectedBtn.onclick = async () => {
+ if (selectedPrompts.size === 0) return;
+
+ const confirmMsg = `Delete ${selectedPrompts.size} selected prompt${selectedPrompts.size === 1 ? '' : 's'}?\n\nThis cannot be undone.`;
+ if (!confirm(confirmMsg)) return;
+
+ try {
+ // Separate into user prompts and generated prompts
+ const selectedIds = Array.from(selectedPrompts);
+ let deletedCount = 0;
+
+ for (const promptId of selectedIds) {
+ // Try to delete as user prompt first
+ const userPrompt = userPrompts.find(p => p.id === promptId);
+ if (userPrompt) {
+ await deleteUserPrompt(promptId);
+ deletedCount++;
+ continue;
+ }
+
+ // Try to delete as generated prompt
+ const genPrompt = generatedPrompts.find(p => p.id === promptId);
+ if (genPrompt) {
+ await deleteGeneratedPrompt(promptId);
+ deletedCount++;
+ }
+ }
+
+ console.log(`[RPG] Deleted ${deletedCount} prompts`);
+
+ // Exit selection mode
+ selectionMode = false;
+ selectedPrompts.clear();
+ renderUI();
+
+ alert(`Successfully deleted ${deletedCount} prompt${deletedCount === 1 ? '' : 's'}`);
+ } catch (error) {
+ console.error("[RPG] Error deleting selected prompts:", error);
+ alert(`Error deleting prompts: ${error.message}`);
+ }
+ };
+ }
+
+ // Prompt checkbox handlers
+ container.querySelectorAll(".instaraw-rpg-prompt-checkbox").forEach((checkbox) => {
+ checkbox.onchange = (e) => {
+ e.stopPropagation();
+ const promptId = checkbox.dataset.id;
+
+ if (checkbox.checked) {
+ selectedPrompts.add(promptId);
+ } else {
+ selectedPrompts.delete(promptId);
+ }
+
+ renderUI();
+ console.log(`[RPG] ${checkbox.checked ? 'Selected' : 'Deselected'} prompt ${promptId}. Total selected: ${selectedPrompts.size}`);
+ };
+ });
+
+ // Card click handler for selection mode - click anywhere on card to toggle
+ container.querySelectorAll(".instaraw-rpg-library-card.selection-mode").forEach((card) => {
+ card.onclick = (e) => {
+ // Don't toggle if clicking on buttons or other interactive elements
+ if (e.target.closest('button') || e.target.closest('input') || e.target.closest('textarea')) {
+ return;
+ }
+
+ const checkbox = card.querySelector(".instaraw-rpg-prompt-checkbox");
+ if (checkbox) {
+ checkbox.checked = !checkbox.checked;
+ const promptId = checkbox.dataset.id;
+
+ if (checkbox.checked) {
+ selectedPrompts.add(promptId);
+ } else {
+ selectedPrompts.delete(promptId);
+ }
+
+ renderUI();
+ console.log(`[RPG] Card click: ${checkbox.checked ? 'Selected' : 'Deselected'} prompt ${promptId}. Total selected: ${selectedPrompts.size}`);
+ }
+ };
+ });
+
+ // Delete user prompt buttons
+ container.querySelectorAll(".instaraw-rpg-delete-user-prompt-btn").forEach((btn) => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const promptId = btn.dataset.id;
+ const prompt = userPrompts.find(p => p.id === promptId);
+ if (!prompt) return;
+
+ const confirmMsg = `Delete this prompt?\n\nPositive: ${(prompt.prompt?.positive || '').substring(0, 100)}...`;
+ if (!confirm(confirmMsg)) return;
+
+ try {
+ await deleteUserPrompt(promptId);
+ console.log(`[RPG] Deleted user prompt ${promptId}`);
+
+ // If in random mode, remove from randomPrompts array
+ if (showingRandomPrompts) {
+ randomPrompts = randomPrompts.filter(p => p.id !== promptId);
+ }
+
+ // Refresh UI
+ renderUI();
+ } catch (error) {
+ console.error("[RPG] Error deleting user prompt:", error);
+ alert(`Error deleting prompt: ${error.message}`);
+ }
+ };
+ });
+
+ // Delete generated prompt buttons
+ container.querySelectorAll(".instaraw-rpg-delete-generated-prompt-btn").forEach((btn) => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const promptId = btn.dataset.id;
+ const prompt = generatedPrompts.find(p => p.id === promptId);
+ if (!prompt) return;
+
+ const confirmMsg = `Delete this generated prompt?\n\nPositive: ${(prompt.prompt?.positive || '').substring(0, 100)}...`;
+ if (!confirm(confirmMsg)) return;
+
+ try {
+ await deleteGeneratedPrompt(promptId);
+ console.log(`[RPG] Deleted generated prompt ${promptId}`);
+
+ // If in random mode, remove from randomPrompts array
+ if (showingRandomPrompts) {
+ randomPrompts = randomPrompts.filter(p => p.id !== promptId);
+ }
+
+ // Refresh UI
+ renderUI();
+ } catch (error) {
+ console.error("[RPG] Error deleting generated prompt:", error);
+ alert(`Error deleting prompt: ${error.message}`);
+ }
+ };
+ });
+
+ // Edit button - enter edit mode
+ container.querySelectorAll(".instaraw-rpg-edit-user-prompt-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const promptId = btn.dataset.id;
+ const prompt = userPrompts.find(p => p.id === promptId);
+ if (prompt) {
+ // Store current values in edit buffer
+ editingValues[promptId] = {
+ positive: prompt.prompt?.positive || "",
+ negative: prompt.prompt?.negative || "",
+ tags: prompt.tags?.join(", ") || "",
+ content_type: prompt.classification?.content_type || "person",
+ safety_level: prompt.classification?.safety_level || "sfw",
+ shot_type: prompt.classification?.shot_type || "portrait"
+ };
+ editingPrompts.add(promptId);
+ renderUI();
+ console.log(`[RPG] Editing user prompt ${promptId}`);
+ }
+ };
+ });
+
+ // Save button - save changes and exit edit mode
+ container.querySelectorAll(".instaraw-rpg-save-user-prompt-btn").forEach((btn) => {
+ btn.onclick = async () => {
+ const promptId = btn.dataset.id;
+ const positiveTextarea = container.querySelector(`.instaraw-rpg-user-prompt-edit-positive[data-id="${promptId}"]`);
+ const negativeTextarea = container.querySelector(`.instaraw-rpg-user-prompt-edit-negative[data-id="${promptId}"]`);
+ const tagsInput = container.querySelector(`.instaraw-rpg-user-prompt-edit-tags[data-id="${promptId}"]`);
+ const contentTypeSelect = container.querySelector(`.instaraw-rpg-user-prompt-edit-content-type[data-id="${promptId}"]`);
+ const safetyLevelSelect = container.querySelector(`.instaraw-rpg-user-prompt-edit-safety-level[data-id="${promptId}"]`);
+ const shotTypeSelect = container.querySelector(`.instaraw-rpg-user-prompt-edit-shot-type[data-id="${promptId}"]`);
+
+ if (!positiveTextarea || !negativeTextarea || !tagsInput) return;
+
+ const tagsArray = tagsInput.value.split(",").map(t => t.trim()).filter(Boolean);
+
+ try {
+ await updateUserPrompt(promptId, {
+ prompt: {
+ positive: positiveTextarea.value,
+ negative: negativeTextarea.value
+ },
+ tags: tagsArray,
+ classification: {
+ content_type: contentTypeSelect?.value || "person",
+ safety_level: safetyLevelSelect?.value || "sfw",
+ shot_type: shotTypeSelect?.value || "portrait"
+ }
+ });
+ console.log(`[RPG] Saved user prompt ${promptId}`);
+
+ // Exit edit mode
+ editingPrompts.delete(promptId);
+ delete editingValues[promptId];
+ renderUI();
+ } catch (error) {
+ console.error("[RPG] Error saving user prompt:", error);
+ alert(`Error saving: ${error.message}`);
+ }
+ };
+ });
+
+ // Cancel button - discard changes and exit edit mode
+ container.querySelectorAll(".instaraw-rpg-cancel-edit-prompt-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const promptId = btn.dataset.id;
+ editingPrompts.delete(promptId);
+ delete editingValues[promptId];
+ renderUI();
+ console.log(`[RPG] Cancelled editing user prompt ${promptId}`);
+ };
+ });
+
+ // Auto-resize textareas in edit mode
+ container.querySelectorAll(".instaraw-rpg-user-prompt-edit-positive, .instaraw-rpg-user-prompt-edit-negative").forEach((textarea) => {
+ autoResizeTextarea(textarea);
+ textarea.oninput = () => autoResizeTextarea(textarea);
+ });
+
+ // Update editingValues when classification dropdowns change
+ container.querySelectorAll(".instaraw-rpg-user-prompt-edit-content-type").forEach((select) => {
+ select.onchange = () => {
+ const promptId = select.dataset.id;
+ if (editingValues[promptId]) {
+ editingValues[promptId].content_type = select.value;
+ }
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-user-prompt-edit-safety-level").forEach((select) => {
+ select.onchange = () => {
+ const promptId = select.dataset.id;
+ if (editingValues[promptId]) {
+ editingValues[promptId].safety_level = select.value;
+ }
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-user-prompt-edit-shot-type").forEach((select) => {
+ select.onchange = () => {
+ const promptId = select.dataset.id;
+ if (editingValues[promptId]) {
+ editingValues[promptId].shot_type = select.value;
+ }
+ };
+ });
+
+ // Copy prompt buttons
+ container.querySelectorAll(".instaraw-rpg-copy-prompt-btn").forEach((btn) => {
+ btn.onclick = async (e) => {
+ e.stopPropagation();
+ const positivePrompt = btn.dataset.positive;
+ if (!positivePrompt) return;
+
+ try {
+ await navigator.clipboard.writeText(positivePrompt);
+ // Show success feedback
+ const originalText = btn.textContent;
+ btn.textContent = "โ
";
+ btn.style.opacity = "1";
+ setTimeout(() => {
+ btn.textContent = originalText;
+ btn.style.opacity = "";
+ }, 800);
+ } catch (error) {
+ console.error("[RPG] Failed to copy to clipboard:", error);
+ alert("Failed to copy to clipboard");
+ }
+ };
+ });
+
+ // Add to batch buttons (warns once if generated prompts are pending)
+ container.querySelectorAll(".instaraw-rpg-add-to-batch-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const promptId = btn.dataset.id;
+ const promptData = promptsDatabase.find((p) => p.id === promptId);
+ if (!promptData) return;
+
+ // Check if there are pending generated prompts and user hasn't been warned yet
+ if (node._generatedUnifiedPrompts && node._generatedUnifiedPrompts.length > 0 && !node._warnedAboutPendingPrompts) {
+ const pendingCount = node._generatedUnifiedPrompts.length;
+ const proceed = confirm(`You have ${pendingCount} generated prompt${pendingCount > 1 ? 's' : ''} waiting to be added in the Generate tab.\n\nAdd this prompt anyway?`);
+ if (!proceed) return;
+ node._warnedAboutPendingPrompts = true;
+ }
+
+ addPromptToBatch(promptData);
+ };
+ });
+
+ // Undo batch buttons (removes last instance)
+ container.querySelectorAll(".instaraw-rpg-undo-batch-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const promptId = btn.dataset.id;
+ const promptQueue = parsePromptBatch();
+ // Find all instances with this source_id
+ const instances = promptQueue.filter(p => p.source_id === promptId);
+ if (instances.length > 0) {
+ // Remove the last one added
+ const lastInstance = instances[instances.length - 1];
+ deletePromptFromBatch(lastInstance.id);
+ }
+ };
+ });
+
+ // Bookmark buttons
+ container.querySelectorAll(".instaraw-rpg-bookmark-btn").forEach((btn) => {
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ toggleBookmark(btn.dataset.id);
+ };
+ });
+
+ // ID copy buttons
+ container.querySelectorAll(".instaraw-rpg-id-copy-btn").forEach((btn) => {
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ const promptId = btn.dataset.id;
+ navigator.clipboard.writeText(promptId).then(() => {
+ // Visual feedback
+ const originalText = btn.textContent;
+ btn.textContent = "โ
";
+ setTimeout(() => {
+ btn.textContent = originalText;
+ }, 1000);
+ }).catch(err => {
+ console.error("[RPG] Failed to copy ID:", err);
+ alert("Failed to copy ID to clipboard");
+ });
+ };
+ });
+
+ // Toggle tags buttons (expand/collapse) - use event delegation
+ // Only add listener once to prevent accumulation
+ if (!container._hasToggleTagsListener) {
+ container._hasToggleTagsListener = true;
+ container.addEventListener('click', (e) => {
+ if (e.target.classList.contains('instaraw-rpg-toggle-tags-btn')) {
+ e.stopPropagation();
+ const promptId = e.target.dataset.id;
+ const card = e.target.closest('.instaraw-rpg-library-card');
+ const tagsContainer = card.querySelector('.instaraw-rpg-library-card-tags');
+ const prompt = promptsDatabase.find(p => p.id === promptId);
+
+ if (prompt && tagsContainer) {
+ const isExpanded = tagsContainer.getAttribute('data-expanded') === 'true';
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const searchQuery = filters.search_query?.trim() || "";
+
+ if (isExpanded) {
+ // Collapse - show only first 5
+ tagsContainer.setAttribute('data-expanded', 'false');
+ tagsContainer.innerHTML = prompt.tags.slice(0, 5)
+ .map(tag => `${highlightSearchTerm(tag, searchQuery)} `)
+ .join("") + ` +${prompt.tags.length - 5} `;
+ } else {
+ // Expand - show all tags
+ tagsContainer.setAttribute('data-expanded', 'true');
+ tagsContainer.innerHTML = prompt.tags
+ .map(tag => `${highlightSearchTerm(tag, searchQuery)} `)
+ .join("") + ` Show less `;
+ }
+ }
+ }
+ });
+ }
+
+ // Pagination
+ container.querySelectorAll(".instaraw-rpg-prev-page-btn").forEach((prevPageBtn) => {
+ prevPageBtn.onclick = () => {
+ if (currentPage > 0) {
+ currentPage--;
+ renderUI();
+ }
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-next-page-btn").forEach((nextPageBtn) => {
+ nextPageBtn.onclick = () => {
+ currentPage++;
+ renderUI();
+ };
+ });
+
+ // Batch item controls - single resize after content loads
+ const allTextareas = [
+ ...container.querySelectorAll(".instaraw-rpg-positive-textarea"),
+ ...container.querySelectorAll(".instaraw-rpg-negative-textarea")
+ ];
+
+ // Batch textareas get larger max height for auto-resize (user can still drag beyond this)
+ const batchTextareaOptions = { maxHeight: 400 };
+
+ // Resize all textareas immediately after DOM paint (no delay)
+ requestAnimationFrame(() => {
+ allTextareas.forEach(textarea => {
+ autoResizeTextarea(textarea, batchTextareaOptions);
+ // Cache the height
+ const id = textarea.dataset.id;
+ const isPositive = textarea.classList.contains("instaraw-rpg-positive-textarea");
+ if (id) {
+ textareaHeights[`${id}_${isPositive ? 'positive' : 'negative'}`] = textarea.offsetHeight;
+ }
+ });
+ setTimeout(() => updateCachedHeight(), 10);
+ });
+
+ container.querySelectorAll(".instaraw-rpg-positive-textarea").forEach((textarea) => {
+ textarea.oninput = (e) => {
+ autoResizeTextarea(textarea, batchTextareaOptions);
+ // Cache the new height
+ const id = textarea.dataset.id;
+ if (id) textareaHeights[`${id}_positive`] = textarea.offsetHeight;
+ updateCachedHeight();
+ };
+ textarea.onchange = (e) => {
+ const id = textarea.dataset.id;
+ const value = e.target.value;
+
+ // Check if we're in SDXL mode and this entry has tags
+ const promptQueue = parsePromptBatch();
+ const entry = promptQueue.find((p) => p.id === id);
+
+ if (sdxlModeEnabled && entry && entry.tags && entry.tags.length > 0) {
+ // SDXL mode with tags - save as tags array (comma-separated)
+ const tagsArray = value.split(',').map(t => t.trim()).filter(t => t.length > 0);
+ updatePromptInBatch(id, "tags", tagsArray);
+ } else {
+ // Normal mode - save as positive_prompt
+ // Backend will use positive_prompt when sdxl_mode=False
+ updatePromptInBatch(id, "positive_prompt", value);
+ }
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-negative-textarea").forEach((textarea) => {
+ textarea.oninput = (e) => {
+ autoResizeTextarea(textarea, batchTextareaOptions);
+ // Cache the new height
+ const id = textarea.dataset.id;
+ if (id) textareaHeights[`${id}_negative`] = textarea.offsetHeight;
+ updateCachedHeight();
+ };
+ textarea.onchange = (e) => {
+ updatePromptInBatch(textarea.dataset.id, "negative_prompt", e.target.value);
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-repeat-input").forEach((input) => {
+ input.onchange = (e) => {
+ updatePromptInBatch(input.dataset.id, "repeat_count", parseInt(e.target.value) || 1);
+ };
+ input.onmousedown = (e) => e.stopPropagation();
+ });
+
+ // Seed input controls
+ container.querySelectorAll(".instaraw-rpg-seed-input").forEach((input) => {
+ input.onmousedown = (e) => e.stopPropagation();
+ input.onclick = (e) => e.stopPropagation();
+ input.onfocus = (e) => e.stopPropagation();
+ input.onchange = (e) => {
+ // Save seed to this prompt entry
+ const newSeed = Math.max(0, parseInt(e.target.value));
+ updatePromptInBatch(input.dataset.id, "seed", newSeed);
+ // Update seed range display
+ updateSeedRangeDisplay(input.dataset.id);
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-seed-randomize-btn").forEach((btn) => {
+ btn.onmousedown = (e) => e.stopPropagation();
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ // Generate random seed and update ONLY this prompt's seed
+ const randomSeed = Math.floor(Math.random() * (9999999 - 1111111 + 1)) + 1111111;
+ const id = btn.dataset.id;
+ const seedInput = container.querySelector(`.instaraw-rpg-seed-input[data-id="${id}"]`);
+ if (seedInput) {
+ seedInput.value = randomSeed;
+ updatePromptInBatch(id, "seed", randomSeed);
+ updateSeedRangeDisplay(id);
+ }
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-seed-reset-btn").forEach((btn) => {
+ btn.onmousedown = (e) => e.stopPropagation();
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ // Reset ONLY this prompt's seed
+ const id = btn.dataset.id;
+ const seedInput = container.querySelector(`.instaraw-rpg-seed-input[data-id="${id}"]`);
+ if (seedInput) {
+ seedInput.value = 1111111;
+ updatePromptInBatch(id, "seed", 1111111);
+ updateSeedRangeDisplay(id);
+ }
+ };
+ });
+
+ container.querySelectorAll(".instaraw-rpg-seed-control").forEach((select) => {
+ select.onmousedown = (e) => e.stopPropagation();
+ select.onclick = (e) => e.stopPropagation();
+ select.onchange = (e) => {
+ // Save seed control mode (controls behavior after execution)
+ updatePromptInBatch(select.dataset.id, "seed_control", e.target.value);
+ };
+ });
+
+ // Bulk seed control dropdown (power tools)
+ const bulkSeedControl = container.querySelector(".instaraw-rpg-bulk-seed-control");
+ if (bulkSeedControl) {
+ bulkSeedControl.onmousedown = (e) => e.stopPropagation();
+ bulkSeedControl.onclick = (e) => e.stopPropagation();
+ bulkSeedControl.onchange = (e) => {
+ const value = e.target.value;
+ if (value) {
+ updateAllPromptsField("seed_control", value);
+ e.target.value = ""; // Reset dropdown to placeholder
+ }
+ };
+ }
+
+ // Bulk reset seeds button (power tools) - sets all to 1111111
+ const bulkResetSeedsBtn = container.querySelector(".instaraw-rpg-bulk-reset-seeds-btn");
+ if (bulkResetSeedsBtn) {
+ bulkResetSeedsBtn.onmousedown = (e) => e.stopPropagation();
+ bulkResetSeedsBtn.onclick = (e) => {
+ e.stopPropagation();
+ updateAllPromptsField("seed", 1111111);
+ };
+ }
+
+ // Bulk randomize seeds button (power tools) - generates new random seeds
+ const bulkRandomizeSeedsBtn = container.querySelector(".instaraw-rpg-bulk-randomize-seeds-btn");
+ if (bulkRandomizeSeedsBtn) {
+ bulkRandomizeSeedsBtn.onmousedown = (e) => e.stopPropagation();
+ bulkRandomizeSeedsBtn.onclick = (e) => {
+ e.stopPropagation();
+ const promptQueue = parsePromptBatch();
+ if (promptQueue.length === 0) return;
+ promptQueue.forEach(entry => {
+ entry.seed = Math.floor(Math.random() * 2147483647);
+ });
+ node.properties.prompt_batch_data = JSON.stringify(promptQueue);
+ syncPromptBatchWidget();
+ renderUI();
+ };
+ }
+
+ // Initialize seed range displays
+ container.querySelectorAll(".instaraw-rpg-seed-range").forEach((span) => {
+ updateSeedRangeDisplay(span.dataset.id);
+ });
+
+ container.querySelectorAll(".instaraw-rpg-batch-delete-btn").forEach((btn) => {
+ btn.onclick = (e) => {
+ e.stopPropagation();
+ deletePromptFromBatch(btn.dataset.id);
+ };
+ });
+
+ // Clear batch button
+ const clearBatchBtn = container.querySelector(".instaraw-rpg-clear-batch-btn");
+ if (clearBatchBtn) {
+ clearBatchBtn.onclick = clearBatch;
+ }
+
+ // Reorder toggle button
+ const reorderToggleBtn = container.querySelector(".instaraw-rpg-reorder-toggle-btn");
+ if (reorderToggleBtn) {
+ reorderToggleBtn.onclick = () => {
+ reorderModeEnabled = !reorderModeEnabled;
+ renderUI();
+ };
+ }
+
+ // SDXL mode toggle button
+ const sdxlToggleBtn = container.querySelector(".instaraw-rpg-sdxl-toggle-btn");
+ if (sdxlToggleBtn) {
+ sdxlToggleBtn.onclick = () => {
+ sdxlModeEnabled = !sdxlModeEnabled;
+ console.log(`[RPG] SDXL mode ${sdxlModeEnabled ? 'enabled' : 'disabled'}`);
+ syncSDXLModeWidget();
+ renderUI();
+ };
+ }
+
+ // Smart Sync AIL button - handles both latent creation and repeat syncing
+ const syncAilBtn = container.querySelector(".instaraw-rpg-sync-ail-btn");
+ if (syncAilBtn) {
+ syncAilBtn.onclick = async () => {
+ if (!node._linkedAILNodeId) {
+ alert("No Advanced Image Loader detected. Connect AIL to RPG first.");
+ return;
+ }
+
+ const promptQueue = parsePromptBatch();
+ const totalGenerations = promptQueue.reduce((sum, p) => sum + (p.repeat_count || 1), 0);
+
+ // Get target dimensions from aspect ratio selector
+ const targetDims = getTargetDimensions();
+
+ // Read FRESH data from the primary AIL node (not cached)
+ const primaryAIL = app.graph.getNodeById(node._linkedAILNodeId);
+ if (!primaryAIL) {
+ alert("Cannot find connected AIL node. Please reconnect.");
+ return;
+ }
+
+ // Get actual data from AIL
+ let ailData;
+ try {
+ ailData = JSON.parse(primaryAIL.properties?.batch_data || "{}");
+ } catch (e) {
+ ailData = {};
+ }
+
+ // Get actual item count from AIL
+ const ailImages = ailData.images || [];
+ const ailLatents = ailData.latents || [];
+
+ // Detect mode from AIL's enable_img2img WIDGET (not batch_data)
+ // The widget is the source of truth for current mode
+ let detectedMode;
+ const enableImg2ImgWidget = primaryAIL.widgets?.find(w => w.name === "enable_img2img");
+ let enableImg2ImgValue = enableImg2ImgWidget?.value;
+
+ // Check if enable_img2img is connected to another node
+ const enableImg2ImgInput = primaryAIL.inputs?.find(i => i.name === "enable_img2img");
+ if (enableImg2ImgInput && enableImg2ImgInput.link != null) {
+ const link = app.graph?.links?.[enableImg2ImgInput.link];
+ if (link) {
+ const srcNode = app.graph.getNodeById(link.origin_id);
+ if (srcNode) {
+ const srcWidget = srcNode.widgets?.[link.origin_slot];
+ if (srcWidget) enableImg2ImgValue = srcWidget.value;
+ }
+ }
+ }
+
+ // Convert to mode: enable_img2img false = txt2img, true = img2img
+ if (enableImg2ImgValue === false || enableImg2ImgValue === "false") {
+ detectedMode = "txt2img";
+ } else if (enableImg2ImgValue === true || enableImg2ImgValue === "true") {
+ detectedMode = "img2img";
+ } else {
+ // Fallback: if images exist, it's img2img; if only latents, it's txt2img
+ detectedMode = ailImages.length > 0 ? "img2img" : "txt2img";
+ }
+ console.log(`[RPG] Sync AIL - detected mode: ${detectedMode} (widget: ${enableImg2ImgValue}, images: ${ailImages.length}, latents: ${ailLatents.length})`);
+
+ const ailOrder = ailData.order || [];
+ const ailItemCount = detectedMode === "img2img" ? ailOrder.length : ailOrder.length;
+
+ // PROMPTS ARE KING: Calculate what needs to change
+ const promptCount = promptQueue.length;
+ const needsLatentSync = detectedMode === "txt2img" && ailOrder.length !== promptCount;
+ const needsRepeatSync = promptQueue.some((p, idx) => {
+ const item = detectedMode === "img2img" ? ailImages.find(i => i.id === ailOrder[idx]) : ailLatents.find(l => l.id === ailOrder[idx]);
+ return item && (p.repeat_count || 1) !== (item.repeat_count || 1);
+ });
+
+ // Auto-balance: Check if we need to duplicate AIL items to match prompt count
+ const needsAutoBalance = detectedMode === "img2img" && promptCount > ailItemCount && ailItemCount > 0;
+ const deficit = needsAutoBalance ? promptCount - ailItemCount : 0;
+
+ // Trimming: Check if we need to remove excess AIL items to match prompt count
+ const needsTrimming = detectedMode === "img2img" && promptCount < ailItemCount;
+ const excess = needsTrimming ? ailItemCount - promptCount : 0;
+
+ // Also get fresh data for secondary AILs
+ const linkedImages2 = node._linkedImages2 || [];
+ const linkedImages3 = node._linkedImages3 || [];
+ const linkedImages4 = node._linkedImages4 || [];
+
+ // Check if secondary AILs need syncing - read FRESH data
+ const checkSecondaryAIL = (inputName) => {
+ const input = node.inputs?.find(i => i.name === inputName);
+ if (!input || !input.link) return null;
+ const link = app.graph.links[input.link];
+ if (!link) return null;
+ const ailNode = app.graph.getNodeById(link.origin_id);
+ if (!ailNode || ailNode.type !== "INSTARAW_AdvancedImageLoader") return null;
+
+ let data;
+ try {
+ data = JSON.parse(ailNode.properties?.batch_data || "{}");
+ } catch (e) {
+ return null;
+ }
+
+ const order = data.order || [];
+ if (order.length === 0) return null;
+
+ // Count mismatch with prompts (not primary AIL)
+ if (order.length !== promptCount) {
+ return { name: inputName, count: order.length, issue: "count", ailNode };
+ }
+ return null;
+ };
+
+ const secondaryAILsNeedSync = [
+ checkSecondaryAIL("images2"),
+ checkSecondaryAIL("images3"),
+ checkSecondaryAIL("images4")
+ ].filter(Boolean);
+ const needsSecondarySync = secondaryAILsNeedSync.length > 0;
+
+ // Build simple, clear confirmation message
+ // PROMPTS ARE KING - show what will happen
+ let actions = [];
+
+ if (detectedMode === "img2img") {
+ if (ailItemCount === 0) {
+ actions.push(`โ ๏ธ No images in AIL! Upload ${promptCount} image(s) first.`);
+ } else if (needsTrimming) {
+ actions.push(`๐๏ธ Remove ${excess} image(s) from AIL (${ailItemCount} โ ${promptCount})`);
+ } else if (needsAutoBalance) {
+ actions.push(`๐ Duplicate last image ${deficit} time(s) in AIL (${ailItemCount} โ ${promptCount})`);
+ }
+ } else {
+ // txt2img mode
+ if (needsLatentSync) {
+ actions.push(`๐ Create ${promptCount} latent(s) at ${targetDims.aspect_label}`);
+ }
+ }
+
+ if (needsRepeatSync) {
+ actions.push(`๐ Sync repeat counts to match prompts`);
+ }
+
+ if (needsSecondarySync) {
+ const syncDetails = secondaryAILsNeedSync.map(s => `${s.name}: ${s.count} โ ${promptCount}`).join(", ");
+ actions.push(`๐ Sync secondary AILs: ${syncDetails}`);
+ }
+
+ let confirmMsg;
+ if (actions.length === 0) {
+ confirmMsg = `โ Everything is already synced!\n\nPrompts: ${promptCount}\nAIL items: ${ailItemCount}\n\nSync anyway?`;
+ } else if (detectedMode === "img2img" && ailItemCount === 0) {
+ alert(`Cannot sync: No images in AIL!\n\nUpload ${promptCount} image(s) first, then sync.`);
+ return;
+ } else {
+ confirmMsg = `Sync AIL to match ${promptCount} prompt(s)?\n\n${actions.join("\n")}\n\nContinue?`;
+ }
+
+ if (!confirm(confirmMsg)) return;
+
+ // Helper to find connected AIL node for a specific input
+ const findConnectedAILForInput = (inputName) => {
+ const input = node.inputs?.find(i => i.name === inputName);
+ if (!input || !input.link) return null;
+ const link = app.graph.links[input.link];
+ if (!link) return null;
+ const sourceNode = app.graph.getNodeById(link.origin_id);
+ if (sourceNode && sourceNode.type === "INSTARAW_AdvancedImageLoader") {
+ return sourceNode;
+ }
+ return null;
+ };
+
+ // 0. Sync secondary AILs to match primary image count
+ if (needsSecondarySync) {
+ const inputsToSync = ["images2", "images3", "images4"];
+ for (const inputName of inputsToSync) {
+ const secondaryAIL = findConnectedAILForInput(inputName);
+ if (!secondaryAIL) continue;
+
+ try {
+ const data = JSON.parse(secondaryAIL.properties.batch_data || "{}");
+ let images = data.images || [];
+ let order = data.order || [];
+
+ if (images.length === 0 || order.length === 0) continue;
+
+ const currentCount = order.length;
+ if (currentCount === promptCount) continue; // Already synced to prompt count
+
+ if (currentCount < promptCount) {
+ // Duplicate last image to fill gap
+ const duplicatesNeeded = promptCount - currentCount;
+ const lastImageId = order[order.length - 1];
+ const lastImage = images.find(img => img.id === lastImageId);
+
+ if (lastImage) {
+ console.log(`[RPG] Syncing ${inputName}: duplicating last image ${duplicatesNeeded} times`);
+ for (let i = 0; i < duplicatesNeeded; i++) {
+ const newImage = {
+ ...lastImage,
+ id: `dup_${Date.now()}_${i}_${Math.random().toString(36).substr(2, 9)}`,
+ repeat_count: 1
+ };
+ images.push(newImage);
+ order.push(newImage.id);
+ }
+ data.images = images; // Update reference
+ }
+ } else if (currentCount > promptCount) {
+ // Trim excess images to match prompt count - PROMPTS ARE KING
+ const removeCount = currentCount - promptCount;
+ console.log(`[RPG] Syncing ${inputName}: trimming ${removeCount} excess images to match ${promptCount} prompts`);
+ const removedIds = order.slice(promptCount);
+ order = order.slice(0, promptCount);
+ images = images.filter(img => !removedIds.includes(img.id));
+ data.images = images; // Update reference
+ }
+
+ // Sync repeat counts to match prompt queue
+ let totalCount = 0;
+ data.order = order;
+ order.forEach((imgId, idx) => {
+ const img = data.images.find(i => i.id === imgId);
+ if (img) {
+ const repeatCount = promptQueue[idx]?.repeat_count || 1;
+ img.repeat_count = repeatCount;
+ totalCount += repeatCount;
+ }
+ });
+ data.total_count = totalCount;
+
+ secondaryAIL.properties.batch_data = JSON.stringify(data);
+
+ // Trigger AIL re-render
+ if (secondaryAIL._renderGallery) {
+ secondaryAIL._renderGallery();
+ }
+
+ // Dispatch update event
+ window.dispatchEvent(new CustomEvent("INSTARAW_AIL_UPDATED", {
+ detail: {
+ nodeId: secondaryAIL.id,
+ images: data.images,
+ latents: [],
+ total: order.length,
+ mode: "img2img",
+ enable_img2img: true
+ }
+ }));
+
+ console.log(`[RPG] Synced ${inputName}: now has ${order.length} images`);
+ } catch (e) {
+ console.error(`[RPG] Failed to sync ${inputName}:`, e);
+ }
+ }
+
+ // Wait for sync to complete
+ await new Promise(resolve => setTimeout(resolve, 200));
+ }
+
+ // 0a. Auto-balance: Duplicate last image if needed (img2img mode only)
+ if (needsAutoBalance) {
+ if (ailItemCount === 0) {
+ alert("Cannot auto-balance: No images in AIL to duplicate!");
+ return;
+ }
+
+ console.log(`[RPG] Auto-balance: Duplicating last AIL image ${deficit} times`);
+ window.dispatchEvent(new CustomEvent("INSTARAW_DUPLICATE_LAST_N", {
+ detail: {
+ targetNodeId: node._linkedAILNodeId,
+ count: deficit
+ }
+ }));
+
+ // Wait for AIL to process duplicates
+ await new Promise(resolve => setTimeout(resolve, 200));
+ }
+
+ // 0b. Trimming: Remove excess images if needed (img2img mode only)
+ if (needsTrimming) {
+ console.log(`[RPG] Trimming: Removing ${excess} excess image${excess > 1 ? 's' : ''} from AIL`);
+ window.dispatchEvent(new CustomEvent("INSTARAW_TRIM_AIL_IMAGES", {
+ detail: {
+ targetNodeId: node._linkedAILNodeId,
+ targetCount: promptQueue.length
+ }
+ }));
+
+ // Wait for AIL to process trimming
+ await new Promise(resolve => setTimeout(resolve, 200));
+ }
+
+ // 1. Create/sync latents if needed (txt2img mode)
+ if (needsLatentSync || detectedMode === "txt2img") {
+ const latentSpecs = promptQueue.map(p => ({
+ repeat_count: p.repeat_count || 1
+ }));
+
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_LATENTS", {
+ detail: {
+ targetNodeId: node._linkedAILNodeId,
+ latentSpecs: latentSpecs,
+ dimensions: targetDims
+ }
+ }));
+ console.log(`[RPG] Synced ${promptQueue.length} latents to AIL`);
+ }
+
+ // 2. Sync repeat counts to primary AIL (both modes)
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: node._linkedAILNodeId,
+ mode: detectedMode,
+ repeats: promptQueue.map(p => p.repeat_count || 1)
+ }
+ }));
+ console.log(`[RPG] Synced repeat counts to primary AIL`);
+
+ // 3. Sync repeat counts to secondary AILs (img2img mode)
+ if (detectedMode === "img2img") {
+ const secondaryInputs = ["images2", "images3", "images4"];
+ for (const inputName of secondaryInputs) {
+ const secondaryAIL = findConnectedAILForInput(inputName);
+ if (secondaryAIL) {
+ window.dispatchEvent(new CustomEvent("INSTARAW_SYNC_AIL_REPEATS", {
+ detail: {
+ targetNodeId: secondaryAIL.id,
+ mode: "img2img",
+ repeats: promptQueue.map(p => p.repeat_count || 1)
+ }
+ }));
+ console.log(`[RPG] Synced repeat counts to ${inputName} AIL`);
+ }
+ }
+ }
+
+ // 4. Re-render RPG UI after all sync operations complete
+ // AIL dispatches INSTARAW_AIL_UPDATED which updates _linkedImages caches
+ setTimeout(() => {
+ renderUI();
+ console.log(`[RPG] Sync complete - refreshed UI`);
+ }, 300);
+ };
+ }
+
+ // Creative mode buttons
+ const generateCreativeBtn = container.querySelector(".instaraw-rpg-generate-creative-btn");
+ if (generateCreativeBtn) {
+ generateCreativeBtn.onclick = generateCreativePrompts;
+ }
+
+ const acceptCreativeBtn = container.querySelector(".instaraw-rpg-accept-creative-btn");
+ if (acceptCreativeBtn) {
+ acceptCreativeBtn.onclick = acceptCreativePrompts;
+ }
+
+ const cancelCreativeBtn = container.querySelector(".instaraw-rpg-cancel-creative-btn");
+ if (cancelCreativeBtn) {
+ cancelCreativeBtn.onclick = cancelCreativePrompts;
+ }
+
+ // Character mode buttons
+ const generateCharacterBtn = container.querySelector(".instaraw-rpg-generate-character-btn");
+ if (generateCharacterBtn) {
+ generateCharacterBtn.onclick = generateCharacterPrompts;
+ }
+
+ const acceptCharacterBtn = container.querySelector(".instaraw-rpg-accept-character-btn");
+ if (acceptCharacterBtn) {
+ acceptCharacterBtn.onclick = acceptCharacterPrompts;
+ }
+
+ const cancelCharacterBtn = container.querySelector(".instaraw-rpg-cancel-character-btn");
+ if (cancelCharacterBtn) {
+ cancelCharacterBtn.onclick = cancelCharacterPrompts;
+ }
+
+ // ========================================
+ // === UNIFIED GENERATE TAB HANDLERS ===
+ // ========================================
+
+ // Character description generation button
+ const generateCharacterDescBtn = container.querySelector(".instaraw-rpg-generate-character-desc-btn");
+ if (generateCharacterDescBtn) {
+ generateCharacterDescBtn.onclick = generateCharacterDescription;
+ }
+
+ // Character likeness checkbox
+ const enableCharacterCheckbox = container.querySelector(".instaraw-rpg-enable-character-checkbox");
+ if (enableCharacterCheckbox) {
+ enableCharacterCheckbox.onchange = (e) => {
+ node.properties.use_character_likeness = e.target.checked;
+ renderUI(); // Re-render to show/hide character section
+ };
+ }
+
+ // Generation mode toggle buttons (Reality vs Creative)
+ container.querySelectorAll(".instaraw-rpg-mode-toggle-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const mode = btn.dataset.mode;
+ node.properties.generation_style = mode;
+ saveSettings();
+ renderUI(); // Re-render to update button styles
+ console.log(`[RPG] Switched to ${mode} mode`);
+ };
+ });
+
+ // Character text input (save on change + auto-resize)
+ const characterTextInput = container.querySelector(".instaraw-rpg-character-text-input");
+ if (characterTextInput) {
+ autoResizeTextarea(characterTextInput);
+ characterTextInput.oninput = (e) => autoResizeTextarea(characterTextInput);
+ characterTextInput.onchange = (e) => {
+ node.properties.character_text_input = e.target.value;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Character complexity dropdown
+ const characterComplexitySelect = container.querySelector(".instaraw-rpg-character-complexity");
+ if (characterComplexitySelect) {
+ characterComplexitySelect.onchange = (e) => {
+ node.properties.character_complexity = e.target.value;
+ saveSettings();
+
+ // If no custom system prompt, update the textarea to show new default
+ const systemPromptTextarea = container.querySelector(".instaraw-rpg-character-system-prompt");
+ if (systemPromptTextarea && !node.properties.character_system_prompt) {
+ systemPromptTextarea.value = getCharacterSystemPrompt(e.target.value);
+ autoResizeTextarea(systemPromptTextarea);
+ }
+
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Reset system prompt button (character section)
+ const resetSystemPromptBtn = container.querySelector(".instaraw-rpg-reset-system-prompt-btn");
+ if (resetSystemPromptBtn) {
+ resetSystemPromptBtn.onclick = () => {
+ const complexity = node.properties.character_complexity || "balanced";
+ const defaultPrompt = getCharacterSystemPrompt(complexity);
+
+ // Clear custom prompt and update textarea
+ node.properties.character_system_prompt = "";
+ saveSettings();
+ if (characterSystemPromptInput) {
+ characterSystemPromptInput.value = defaultPrompt;
+ autoResizeTextarea(characterSystemPromptInput);
+ }
+
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Reset unified system prompt button (generate section)
+ const resetUnifiedSystemPromptBtn = container.querySelector(".instaraw-rpg-reset-unified-system-prompt-btn");
+ if (resetUnifiedSystemPromptBtn) {
+ resetUnifiedSystemPromptBtn.onclick = () => {
+ // Clear custom prompt and reset to default
+ node.properties.creative_system_prompt = "";
+ saveSettings();
+
+ // Determine which default to use based on current mode AND generation style
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const generationStyle = node.properties.generation_style || "reality";
+
+ let defaultPrompt;
+ if (detectedMode === 'txt2img') {
+ // txt2img: both styles use same template
+ defaultPrompt = DEFAULT_RPG_SYSTEM_PROMPT;
+ } else {
+ // img2img: different templates for Reality vs Creative
+ defaultPrompt = generationStyle === 'reality' ? DEFAULT_IMG2IMG_REALITY_SYSTEM_PROMPT : DEFAULT_IMG2IMG_CREATIVE_SYSTEM_PROMPT;
+ }
+
+ // Update textarea to show default
+ const systemPromptTextarea = container.querySelector(".instaraw-rpg-system-prompt");
+ if (systemPromptTextarea) {
+ systemPromptTextarea.value = defaultPrompt;
+ autoResizeTextarea(systemPromptTextarea);
+ }
+
+ console.log(`[RPG] Reset system prompt to ${detectedMode} ${generationStyle} default`);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Open Library tab button
+ const openLibraryTabBtn = container.querySelector(".instaraw-rpg-open-library-tab-btn");
+ if (openLibraryTabBtn) {
+ openLibraryTabBtn.onclick = () => {
+ node.properties.active_tab = "library";
+ renderUI();
+ };
+ }
+
+ // User text input (txt2img mode) - unified with img2img
+ const userTextInput = container.querySelector(".instaraw-rpg-user-text-input");
+ if (userTextInput) {
+ autoResizeTextarea(userTextInput);
+ userTextInput.oninput = (e) => {
+ node.properties.user_instructions = e.target.value;
+ saveUserInstructions();
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+ // UNIFIED EVENT HANDLERS (work for both txt2img and img2img)
+ // โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+
+ // IMG2IMG User Instructions textarea - unified with txt2img
+ const img2imgUserInstructions = container.querySelector(".instaraw-rpg-img2img-user-instructions");
+ if (img2imgUserInstructions) {
+ autoResizeTextarea(img2imgUserInstructions);
+ img2imgUserInstructions.oninput = (e) => {
+ node.properties.user_instructions = e.target.value;
+ saveUserInstructions();
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Theme preset dropdown (unified - works for both modes)
+ const themeSelect = container.querySelector(".instaraw-rpg-theme-select");
+ if (themeSelect) {
+ themeSelect.onchange = (e) => {
+ const themeKey = e.target.value;
+ node.properties.theme_preset = themeKey;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ console.log(`[RPG] Theme changed to: ${themeKey}`);
+ };
+ }
+
+ // Model instructions preset dropdown (unified - works for both modes)
+ const modelPresetSelect = container.querySelector(".instaraw-rpg-model-preset-select");
+ if (modelPresetSelect) {
+ modelPresetSelect.onchange = (e) => {
+ const newPresetKey = e.target.value;
+ const currentPresetKey = node.properties.model_preset || "none";
+ const currentInstructions = node.properties.model_instructions || "";
+
+ // Check if user has custom edits (instructions differ from current preset default)
+ const currentPreset = MODEL_INSTRUCTION_PRESETS[currentPresetKey];
+ const currentPresetDefault = currentPreset?.instructions || "";
+ const hasCustomEdits = currentInstructions.trim() !== currentPresetDefault.trim();
+
+ const applyPreset = () => {
+ node.properties.model_preset = newPresetKey;
+ const preset = MODEL_INSTRUCTION_PRESETS[newPresetKey];
+ if (preset) {
+ node.properties.model_instructions = preset.instructions;
+ const instructionsTextarea = container.querySelector(".instaraw-rpg-model-instructions");
+ if (instructionsTextarea) {
+ instructionsTextarea.value = preset.instructions;
+ autoResizeTextarea(instructionsTextarea);
+ }
+ }
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ console.log(`[RPG] Model preset changed to: ${newPresetKey}`);
+ };
+
+ if (hasCustomEdits && currentInstructions.trim() !== "") {
+ // User has custom edits - show confirmation
+ const confirmed = confirm(
+ "โ ๏ธ You have custom edits in Model Instructions.\n\n" +
+ "Changing the preset will overwrite your changes.\n\n" +
+ "Tip: Copy your instructions before proceeding if you want to keep them.\n\n" +
+ "Continue and overwrite?"
+ );
+
+ if (confirmed) {
+ applyPreset();
+ } else {
+ // Revert dropdown to previous value
+ e.target.value = currentPresetKey;
+ }
+ } else {
+ // No custom edits - apply directly
+ applyPreset();
+ }
+ };
+ }
+
+ // Model instructions textarea (unified - works for both modes)
+ const modelInstructions = container.querySelector(".instaraw-rpg-model-instructions");
+ if (modelInstructions) {
+ autoResizeTextarea(modelInstructions);
+ modelInstructions.oninput = (e) => {
+ node.properties.model_instructions = e.target.value;
+ saveSettings();
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Clean mode toggle (unified - works for both modes)
+ const cleanModeToggle = container.querySelector(".instaraw-rpg-clean-mode-toggle");
+ if (cleanModeToggle) {
+ cleanModeToggle.onchange = (e) => {
+ node.properties.clean_mode = e.target.checked;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ console.log(`[RPG] Clean mode ${e.target.checked ? 'enabled' : 'disabled'}`);
+ };
+ }
+
+ // Inspiration count input (txt2img mode)
+ const inspirationCountInput = container.querySelector(".instaraw-rpg-inspiration-count");
+ if (inspirationCountInput) {
+ inspirationCountInput.onchange = (e) => {
+ node.properties.inspiration_count = parseInt(e.target.value) || 3;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Library inspiration toggle
+ const enableInspirationCheckbox = container.querySelector(".instaraw-rpg-enable-inspiration-checkbox");
+ if (enableInspirationCheckbox) {
+ enableInspirationCheckbox.onchange = (e) => {
+ node.properties.enable_library_inspiration = e.target.checked;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ renderUI();
+ };
+ }
+
+ // Generation count input (unified tab)
+ const genCountInputUnified = container.querySelector(".instaraw-rpg-gen-count-input");
+ if (genCountInputUnified) {
+ genCountInputUnified.onchange = (e) => {
+ node.properties.generation_count = parseInt(e.target.value) || 5;
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Expression control handlers
+ const enableExpressionsCheckbox = container.querySelector(".instaraw-rpg-enable-expressions-checkbox");
+ if (enableExpressionsCheckbox) {
+ enableExpressionsCheckbox.onchange = (e) => {
+ node.properties.enable_expressions = e.target.checked;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ renderUI();
+ };
+ }
+
+ // Expression checkboxes
+ container.querySelectorAll(".instaraw-rpg-expression-checkbox").forEach((checkbox) => {
+ checkbox.onchange = () => {
+ const enabledExpressions = [];
+ container.querySelectorAll(".instaraw-rpg-expression-checkbox").forEach((cb) => {
+ const label = cb.closest(".instaraw-rpg-expression-toggle");
+ if (cb.checked && label) {
+ enabledExpressions.push(label.dataset.expression);
+ }
+ });
+ node.properties.enabled_expressions = JSON.stringify(enabledExpressions);
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ });
+
+ // Expression Select All / Clear All buttons
+ const selectAllExpressionsBtn = container.querySelector(".instaraw-rpg-expressions-select-all");
+ if (selectAllExpressionsBtn) {
+ selectAllExpressionsBtn.onclick = () => {
+ container.querySelectorAll(".instaraw-rpg-expression-checkbox").forEach((cb) => {
+ cb.checked = true;
+ });
+ node.properties.enabled_expressions = JSON.stringify([...EXPRESSION_LIST]);
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ const clearAllExpressionsBtn = container.querySelector(".instaraw-rpg-expressions-clear-all");
+ if (clearAllExpressionsBtn) {
+ clearAllExpressionsBtn.onclick = () => {
+ container.querySelectorAll(".instaraw-rpg-expression-checkbox").forEach((cb) => {
+ cb.checked = false;
+ });
+ node.properties.enabled_expressions = JSON.stringify([]);
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Default expression dropdown
+ const defaultExpressionSelect = container.querySelector(".instaraw-rpg-default-expression-select");
+ if (defaultExpressionSelect) {
+ defaultExpressionSelect.onchange = (e) => {
+ node.properties.default_expression = e.target.value;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Default mix frequency slider
+ const defaultMixSlider = container.querySelector(".instaraw-rpg-default-mix-slider");
+ const defaultMixValue = container.querySelector(".instaraw-rpg-default-mix-value");
+ if (defaultMixSlider) {
+ defaultMixSlider.oninput = (e) => {
+ if (defaultMixValue) {
+ defaultMixValue.textContent = `${e.target.value}%`;
+ }
+ };
+ defaultMixSlider.onchange = (e) => {
+ node.properties.default_mix_frequency = parseInt(e.target.value) || 0;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Toggle system prompt preview button (in Advanced section)
+ const toggleSystemPromptPreviewBtn = container.querySelector(".instaraw-rpg-toggle-system-prompt-preview-btn");
+ if (toggleSystemPromptPreviewBtn) {
+ console.log("[RPG] Preview button found, attaching handler");
+ toggleSystemPromptPreviewBtn.addEventListener('click', (e) => {
+ console.log("[RPG] Preview button clicked!");
+ // Prevent the details from toggling
+ e.preventDefault();
+ e.stopPropagation();
+
+ // Find the details element
+ const detailsElement = container.querySelector(".instaraw-rpg-advanced-settings");
+ console.log("[RPG] Details element:", detailsElement, "Open:", detailsElement?.open);
+
+ // Get elements first
+ const textarea = container.querySelector(".instaraw-rpg-system-prompt");
+ const previewContainer = container.querySelector(".instaraw-rpg-system-prompt-preview-container");
+
+ // Always ensure details is open
+ if (detailsElement && !detailsElement.open) {
+ console.log("[RPG] Opening details...");
+ detailsElement.open = true;
+
+ // Force arrow rotation
+ const arrow = container.querySelector(".instaraw-rpg-details-arrow");
+ if (arrow) arrow.style.transform = 'rotate(0deg)';
+
+ // IMMEDIATELY show textarea by default when opening
+ if (textarea) textarea.style.display = 'block';
+ if (previewContainer) previewContainer.style.display = 'none';
+
+ setTimeout(() => {
+ performToggle();
+ }, 100);
+ } else {
+ performToggle();
+ }
+
+ function performToggle() {
+ // Toggle the state
+ node.properties.show_system_prompt_preview = !node.properties.show_system_prompt_preview;
+
+ // Update button text
+ toggleSystemPromptPreviewBtn.textContent = node.properties.show_system_prompt_preview ? '๐ Edit Template' : '๐๏ธ Preview';
+
+ if (node.properties.show_system_prompt_preview) {
+ // Gather current settings
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const generationStyle = node.properties.generation_style || "reality";
+ const useCharacter = node.properties.use_character_likeness || false;
+ const characterDescription = node.properties.character_text_input || "";
+ // Get user input based on mode using unified composition
+ let userInput;
+ if (detectedMode === "img2img") {
+ userInput = composeUserInput(
+ node.properties.user_instructions || "",
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ } else {
+ const userTextRaw = container.querySelector(".instaraw-rpg-user-text-input")?.value?.trim() || "";
+ userInput = composeUserInput(
+ userTextRaw,
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ }
+ // Respect library inspiration toggle
+ const inspirationCount = node.properties.enable_library_inspiration
+ ? parseInt(container.querySelector(".instaraw-rpg-inspiration-count")?.value || "3")
+ : 0;
+
+ // Get sample source prompts
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const sourcePromptPool = filterPrompts(promptsDatabase, filters);
+ const sampleCount = Math.min(inspirationCount, sourcePromptPool.length);
+ const shuffled = [...sourcePromptPool].sort(() => Math.random() - 0.5);
+ const sampleSources = shuffled.slice(0, sampleCount).map(p => ({
+ positive_prompt: p.prompt?.positive || p.positive || "",
+ negative_prompt: p.prompt?.negative || p.negative || ""
+ }));
+
+ // Get expression if enabled
+ let expression = null;
+ if (node.properties.enable_expressions) {
+ const enabledExpressions = JSON.parse(node.properties.enabled_expressions || '[]');
+ const defaultExpression = node.properties.default_expression || "Neutral/Natural";
+ expression = enabledExpressions.length > 0 ? enabledExpressions[0] : defaultExpression;
+ }
+
+ // Collect affect elements (for img2img Creative mode)
+ const affectElements = [];
+ if (detectedMode === 'img2img' && generationStyle === 'creative') {
+ const affectBackground = container.querySelector(".instaraw-rpg-affect-background")?.checked;
+ const affectOutfit = container.querySelector(".instaraw-rpg-affect-outfit")?.checked;
+ const affectPose = container.querySelector(".instaraw-rpg-affect-pose")?.checked;
+ const affectLighting = container.querySelector(".instaraw-rpg-affect-lighting")?.checked;
+ if (affectBackground) affectElements.push("background");
+ if (affectOutfit) affectElements.push("outfit");
+ if (affectPose) affectElements.push("pose");
+ if (affectLighting) affectElements.push("lighting");
+ }
+
+ // Build system prompt
+ const customTemplate = node.properties.creative_system_prompt;
+ const systemPrompt = buildSystemPrompt(
+ detectedMode,
+ generationStyle,
+ sampleSources,
+ userInput,
+ useCharacter ? characterDescription : "",
+ affectElements,
+ customTemplate,
+ expression
+ );
+
+ // Populate the preview
+ const previewText = container.querySelector(".instaraw-rpg-system-prompt-preview-text");
+ if (previewText) {
+ previewText.textContent = systemPrompt;
+ }
+
+ // Show preview, hide textarea
+ if (textarea) textarea.style.display = 'none';
+ if (previewContainer) previewContainer.style.display = 'block';
+ } else {
+ // Show textarea, hide preview
+ if (textarea) textarea.style.display = 'block';
+ if (previewContainer) previewContainer.style.display = 'none';
+
+ // Auto-resize textarea after showing it
+ setTimeout(() => {
+ if (textarea) {
+ textarea.style.height = "auto";
+ textarea.style.height = `${textarea.scrollHeight}px`;
+ }
+ }, 0);
+ }
+
+ app.graph.setDirtyCanvas(true, true);
+ }
+ }, true);
+ }
+
+ // Details element toggle handler for populating content (MAIN system prompt, not character)
+ console.log("[RPG] === DEBUG: Looking for MAIN details element ===");
+ console.log("[RPG] Active tab:", node.properties.active_tab);
+ console.log("[RPG] Total elements:", container.querySelectorAll("details").length);
+
+ // Find the details element that contains the preview toggle button (the MAIN one, not character one)
+ const previewButton = container.querySelector(".instaraw-rpg-toggle-system-prompt-preview-btn");
+ const detailsElement = previewButton?.closest("details.instaraw-rpg-advanced-settings");
+
+ console.log("[RPG] Preview button found:", !!previewButton);
+ console.log("[RPG] Details element (with preview) found:", !!detailsElement, "open:", detailsElement?.open, "preview mode:", node.properties.show_system_prompt_preview);
+ if (detailsElement) {
+ console.log("[RPG] Attaching toggle event listener to details element");
+ const updateDetailsContent = () => {
+ console.log("[RPG] updateDetailsContent called - open:", detailsElement.open, "preview:", node.properties.show_system_prompt_preview);
+
+ if (detailsElement.open) {
+ console.log("[RPG] Details is open, updating content...");
+
+ // Ensure correct element is visible and populated when opening
+ const doUpdate = () => {
+ const textarea = container.querySelector(".instaraw-rpg-system-prompt");
+ const previewContainer = container.querySelector(".instaraw-rpg-system-prompt-preview-container");
+ const previewText = container.querySelector(".instaraw-rpg-system-prompt-preview-text");
+
+ console.log("[RPG] Elements found - textarea:", !!textarea, "container:", !!previewContainer, "text:", !!previewText);
+
+ if (textarea && previewContainer) {
+ if (!node.properties.show_system_prompt_preview) {
+ // Edit mode: show textarea
+ console.log("[RPG] Edit mode");
+ textarea.style.display = 'block';
+ previewContainer.style.display = 'none';
+
+ // Auto-resize textarea
+ textarea.style.height = "auto";
+ textarea.style.height = `${textarea.scrollHeight}px`;
+ } else {
+ // Preview mode: populate and show preview
+ console.log("[RPG] Preview mode - populating...");
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const generationStyle = node.properties.generation_style || "reality";
+ const useCharacter = node.properties.use_character_likeness || false;
+ const characterDescription = node.properties.character_text_input || "";
+ const userTextRaw = container.querySelector(".instaraw-rpg-user-text-input")?.value?.trim() || "";
+ // Respect library inspiration toggle
+ const inspirationCount = node.properties.enable_library_inspiration
+ ? parseInt(container.querySelector(".instaraw-rpg-inspiration-count")?.value || "3")
+ : 0;
+
+ // Compose user input using unified composition helper
+ let userInput;
+ if (detectedMode === 'img2img') {
+ userInput = composeUserInput(
+ node.properties.user_instructions || "",
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ } else {
+ userInput = composeUserInput(
+ userTextRaw,
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ }
+
+ // Get sample source prompts
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const sourcePromptPool = filterPrompts(promptsDatabase, filters);
+ const sampleCount = Math.min(inspirationCount, sourcePromptPool.length);
+ const shuffled = [...sourcePromptPool].sort(() => Math.random() - 0.5);
+ const sampleSources = shuffled.slice(0, sampleCount).map(p => ({
+ positive_prompt: p.prompt?.positive || p.positive || "",
+ negative_prompt: p.prompt?.negative || p.negative || ""
+ }));
+
+ // Get expression if enabled
+ let expression = null;
+ if (node.properties.enable_expressions) {
+ const enabledExpressions = JSON.parse(node.properties.enabled_expressions || '[]');
+ const defaultExpression = node.properties.default_expression || "Neutral/Natural";
+ expression = enabledExpressions.length > 0 ? enabledExpressions[0] : defaultExpression;
+ }
+
+ // Collect affect elements (for img2img Creative mode)
+ const affectElements = [];
+ if (detectedMode === 'img2img' && generationStyle === 'creative') {
+ const affectBackground = container.querySelector(".instaraw-rpg-affect-background")?.checked;
+ const affectOutfit = container.querySelector(".instaraw-rpg-affect-outfit")?.checked;
+ const affectPose = container.querySelector(".instaraw-rpg-affect-pose")?.checked;
+ const affectLighting = container.querySelector(".instaraw-rpg-affect-lighting")?.checked;
+ if (affectBackground) affectElements.push("background");
+ if (affectOutfit) affectElements.push("outfit");
+ if (affectPose) affectElements.push("pose");
+ if (affectLighting) affectElements.push("lighting");
+ }
+
+ // Build system prompt
+ const customTemplate = node.properties.creative_system_prompt;
+ const systemPrompt = buildSystemPrompt(
+ detectedMode,
+ generationStyle,
+ sampleSources,
+ userInput,
+ useCharacter ? characterDescription : "",
+ affectElements,
+ customTemplate,
+ expression
+ );
+
+ console.log("[RPG] Built prompt, len:", systemPrompt?.length, "text elem:", !!previewText);
+
+ // Populate the preview
+ if (previewText) {
+ previewText.textContent = systemPrompt;
+ console.log("[RPG] Preview set! First 50:", systemPrompt.substring(0, 50));
+ } else {
+ console.error("[RPG] ERROR: previewText not found!");
+ }
+
+ // Show preview, hide textarea
+ textarea.style.display = 'none';
+ previewContainer.style.display = 'block';
+ console.log("[RPG] Preview displayed");
+ }
+ } else {
+ console.error("[RPG] Missing elements!");
+ }
+ };
+
+ // Call immediately if already rendered, or wait for next tick
+ if (container.querySelector(".instaraw-rpg-system-prompt")) {
+ console.log("[RPG] Elements already in DOM, updating immediately");
+ doUpdate();
+ } else {
+ console.log("[RPG] Waiting for elements to be in DOM");
+ setTimeout(doUpdate, 0);
+ }
+ }
+ };
+ console.log("[RPG] About to call updateDetailsContent() and addEventListener");
+ updateDetailsContent(); // Populate immediately if details is already open
+ detailsElement.addEventListener('toggle', updateDetailsContent);
+ console.log("[RPG] Event listener attached successfully");
+ } else {
+ console.error("[RPG] ERROR: detailsElement not found - probably not on Generate tab");
+ }
+
+ // Unified Generate button (MAIN HANDLER)
+ const generateUnifiedBtn = container.querySelector(".instaraw-rpg-generate-unified-btn");
+ if (generateUnifiedBtn) {
+ generateUnifiedBtn.onclick = generateUnifiedPrompts;
+ }
+
+ // Cancel generation button (for aborting in-progress generation)
+ const cancelGenerationBtn = container.querySelector(".instaraw-rpg-cancel-generation-btn");
+ if (cancelGenerationBtn) {
+ cancelGenerationBtn.onclick = () => {
+ if (generationAbortController) {
+ console.log("[RPG] ๐ User clicked cancel - aborting generation");
+ generationAbortController.abort();
+ }
+ };
+ }
+
+ // Accept generated prompts buttons (there are two - top quick action and bottom)
+ container.querySelectorAll(".instaraw-rpg-accept-generated-btn").forEach((btn) => {
+ btn.onclick = acceptGeneratedPrompts;
+ });
+
+ // Cancel generated prompts button
+ const cancelGeneratedBtn = container.querySelector(".instaraw-rpg-cancel-generated-btn");
+ if (cancelGeneratedBtn) {
+ cancelGeneratedBtn.onclick = cancelGeneratedPrompts;
+ }
+
+ // === Custom Tab Handlers ===
+
+ // Custom template textarea
+ const customTemplateTextarea = container.querySelector(".instaraw-rpg-custom-template-textarea");
+ if (customTemplateTextarea) {
+ autoResizeTextarea(customTemplateTextarea);
+ customTemplateTextarea.oninput = (e) => {
+ node.properties.custom_template = e.target.value;
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Custom tab user input - unified with other tabs
+ const customUserInput = container.querySelector(".instaraw-rpg-custom-user-input");
+ if (customUserInput) {
+ autoResizeTextarea(customUserInput);
+ customUserInput.oninput = (e) => {
+ node.properties.user_instructions = e.target.value;
+ saveUserInstructions();
+ autoResizeTextarea(e.target);
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Reset custom template button
+ const resetCustomTemplateBtn = container.querySelector(".instaraw-rpg-reset-custom-template-btn");
+ if (resetCustomTemplateBtn) {
+ resetCustomTemplateBtn.onclick = () => {
+ node.properties.custom_template = DEFAULT_RPG_SYSTEM_PROMPT;
+ const textarea = container.querySelector(".instaraw-rpg-custom-template-textarea");
+ if (textarea) {
+ textarea.value = DEFAULT_RPG_SYSTEM_PROMPT;
+ autoResizeTextarea(textarea);
+ }
+ app.graph.setDirtyCanvas(true, true);
+ console.log("[RPG] Reset custom template to default");
+ };
+ }
+
+ // Variable insert buttons for custom template
+ container.querySelectorAll(".instaraw-rpg-insert-variable-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const variable = btn.dataset.variable;
+ const textarea = container.querySelector(".instaraw-rpg-custom-template-textarea");
+ if (textarea) {
+ const start = textarea.selectionStart;
+ const end = textarea.selectionEnd;
+ const text = textarea.value;
+ const before = text.substring(0, start);
+ const after = text.substring(end);
+ textarea.value = before + variable + after;
+ textarea.selectionStart = textarea.selectionEnd = start + variable.length;
+ textarea.focus();
+
+ // Trigger change event
+ node.properties.custom_template = textarea.value;
+ autoResizeTextarea(textarea);
+ app.graph.setDirtyCanvas(true, true);
+ }
+ };
+ });
+
+ // Quick Start Templates selector
+ const quickTemplateSelector = container.querySelector(".instaraw-rpg-quick-template-selector");
+ if (quickTemplateSelector) {
+ quickTemplateSelector.onchange = (e) => {
+ const preset = e.target.value;
+ if (preset && QUICK_START_TEMPLATES[preset]) {
+ node.properties.custom_template = QUICK_START_TEMPLATES[preset];
+ const textarea = container.querySelector(".instaraw-rpg-custom-template-textarea");
+ if (textarea) {
+ textarea.value = QUICK_START_TEMPLATES[preset];
+ autoResizeTextarea(textarea);
+ }
+ app.graph.setDirtyCanvas(true, true);
+ console.log(`[RPG] Loaded quick start template: ${preset}`);
+ // Reset selector
+ e.target.value = "";
+ }
+ };
+ }
+
+ // Preview custom template button
+ const previewCustomTemplateBtn = container.querySelector(".instaraw-rpg-preview-custom-template-btn");
+ if (previewCustomTemplateBtn) {
+ previewCustomTemplateBtn.onclick = () => {
+ const customTemplate = container.querySelector(".instaraw-rpg-custom-template-textarea")?.value || node.properties.custom_template || DEFAULT_RPG_SYSTEM_PROMPT;
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const generationStyle = node.properties.generation_style || "custom";
+ const useCharacter = node.properties.use_character_likeness || false;
+ const characterDescription = node.properties.character_text_input || "";
+ // Compose user input using unified composition helper
+ let userInput;
+ if (detectedMode === "img2img") {
+ userInput = composeUserInput(
+ node.properties.user_instructions || "",
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ } else {
+ const userTextRaw = container.querySelector(".instaraw-rpg-user-text-input")?.value?.trim() || "";
+ userInput = composeUserInput(
+ userTextRaw,
+ node.properties.theme_preset || DEFAULT_THEME_PRESET,
+ node.properties.model_instructions || "",
+ node.properties.clean_mode || false
+ );
+ }
+ // Respect library inspiration toggle
+ const inspirationCount = node.properties.enable_library_inspiration
+ ? parseInt(container.querySelector(".instaraw-rpg-custom-inspiration-count")?.value || container.querySelector(".instaraw-rpg-inspiration-count")?.value || "3")
+ : 0;
+
+ // Get sample source prompts
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const sourcePromptPool = filterPrompts(promptsDatabase, filters);
+ const sampleCount = Math.min(inspirationCount, sourcePromptPool.length);
+ const shuffled = [...sourcePromptPool].sort(() => Math.random() - 0.5);
+ const sampleSources = shuffled.slice(0, sampleCount).map(p => ({
+ positive_prompt: p.prompt?.positive || p.positive || "",
+ negative_prompt: p.prompt?.negative || p.negative || ""
+ }));
+
+ // Get expression if enabled
+ let expression = null;
+ if (node.properties.enable_expressions) {
+ const enabledExpressions = JSON.parse(node.properties.enabled_expressions || '[]');
+ const defaultExpression = node.properties.default_expression || "Neutral/Natural";
+ expression = enabledExpressions.length > 0 ? enabledExpressions[0] : defaultExpression;
+ }
+
+ // Get affect elements for img2img
+ const affectElements = [];
+ if (detectedMode === 'img2img') {
+ const affectBackground = container.querySelector(".instaraw-rpg-affect-background")?.checked;
+ const affectOutfit = container.querySelector(".instaraw-rpg-affect-outfit")?.checked;
+ const affectPose = container.querySelector(".instaraw-rpg-affect-pose")?.checked;
+ const affectLighting = container.querySelector(".instaraw-rpg-affect-lighting")?.checked;
+ if (affectBackground) affectElements.push("background");
+ if (affectOutfit) affectElements.push("outfit");
+ if (affectPose) affectElements.push("pose");
+ if (affectLighting) affectElements.push("lighting");
+ }
+
+ // Build preview prompt
+ const previewPrompt = buildSystemPrompt(
+ detectedMode,
+ generationStyle,
+ sampleSources,
+ userInput,
+ useCharacter ? characterDescription : "",
+ affectElements,
+ customTemplate,
+ expression
+ );
+
+ // Show preview
+ node.properties.show_custom_template_preview = true;
+ const previewText = container.querySelector(".instaraw-rpg-custom-template-preview-text");
+ if (previewText) {
+ previewText.textContent = previewPrompt;
+ }
+ renderUI();
+ console.log("[RPG] Custom template preview generated");
+ };
+ }
+
+ // Close custom preview button
+ const closeCustomPreviewBtn = container.querySelector(".instaraw-rpg-close-custom-preview-btn");
+ if (closeCustomPreviewBtn) {
+ closeCustomPreviewBtn.onclick = () => {
+ node.properties.show_custom_template_preview = false;
+ renderUI();
+ };
+ }
+
+ // Custom inspiration count input
+ const customInspirationCountInput = container.querySelector(".instaraw-rpg-custom-inspiration-count");
+ if (customInspirationCountInput) {
+ customInspirationCountInput.onchange = (e) => {
+ node.properties.inspiration_count = parseInt(e.target.value) || 3;
+ saveSettings();
+ app.graph.setDirtyCanvas(true, true);
+ console.log("[RPG] Custom mode inspiration count:", node.properties.inspiration_count);
+ };
+ }
+
+ // Custom library details toggle
+ const customLibraryDetails = container.querySelector(".instaraw-rpg-custom-library-details");
+ if (customLibraryDetails) {
+ customLibraryDetails.ontoggle = () => {
+ node.properties.custom_library_expanded = customLibraryDetails.open;
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Variable help details toggle
+ const variableHelpDetails = container.querySelector(".instaraw-rpg-variable-help-details");
+ if (variableHelpDetails) {
+ variableHelpDetails.ontoggle = () => {
+ node.properties.variable_help_expanded = variableHelpDetails.open;
+ app.graph.setDirtyCanvas(true, true);
+ };
+ }
+
+ // Preview custom prompt button
+ const previewCustomPromptBtn = container.querySelector(".instaraw-rpg-preview-custom-prompt-btn");
+ if (previewCustomPromptBtn) {
+ previewCustomPromptBtn.onclick = () => {
+ // Get custom template
+ const customTemplate = container.querySelector(".instaraw-rpg-custom-template-textarea")?.value || node.properties.custom_template;
+ const detectedMode = node._linkedAILMode || "txt2img";
+ const useCharacter = node.properties.use_character_likeness || false;
+ const characterDescription = node.properties.character_text_input || "";
+ const userInput = container.querySelector(".instaraw-rpg-custom-user-input")?.value?.trim() || "";
+
+ // Get sample source prompts
+ const filters = JSON.parse(node.properties.library_filters || "{}");
+ const sourcePromptPool = filterPrompts(promptsDatabase, filters);
+ const sampleCount = Math.min(3, sourcePromptPool.length);
+ const shuffled = [...sourcePromptPool].sort(() => Math.random() - 0.5);
+ const sampleSources = shuffled.slice(0, sampleCount).map(p => ({
+ positive_prompt: p.prompt?.positive || p.positive || "",
+ negative_prompt: p.prompt?.negative || p.negative || ""
+ }));
+
+ // Get expression if enabled
+ let expression = null;
+ if (node.properties.enable_expressions) {
+ const enabledExpressions = JSON.parse(node.properties.enabled_expressions || '[]');
+ const defaultExpression = node.properties.default_expression || "Neutral/Natural";
+ expression = enabledExpressions.length > 0 ? enabledExpressions[0] : defaultExpression;
+ }
+
+ // Build system prompt with custom template
+ const systemPrompt = buildSystemPrompt(
+ detectedMode,
+ "reality", // Default style for preview
+ sampleSources,
+ userInput,
+ useCharacter ? characterDescription : "",
+ [],
+ customTemplate,
+ expression
+ );
+
+ // Show preview modal
+ showPreviewModal(systemPrompt, {
+ mode: `${detectedMode.toUpperCase()} (Custom Template)`,
+ character: useCharacter ? characterDescription : null,
+ expression: expression,
+ userInput: userInput,
+ inspirationCount: sampleSources.length
+ });
+ };
+ }
+
+ // Variable insertion buttons
+ container.querySelectorAll(".instaraw-rpg-variable-insert-btn").forEach((btn) => {
+ btn.onclick = () => {
+ const variable = btn.dataset.variable;
+ const textarea = container.querySelector(".instaraw-rpg-custom-template-textarea");
+ if (textarea) {
+ const start = textarea.selectionStart;
+ const end = textarea.selectionEnd;
+ const text = textarea.value;
+ const before = text.substring(0, start);
+ const after = text.substring(end);
+ textarea.value = before + variable + after;
+ textarea.selectionStart = textarea.selectionEnd = start + variable.length;
+ textarea.focus();
+
+ // Trigger change event
+ node.properties.custom_template = textarea.value;
+ app.graph.setDirtyCanvas(true, true);
+ }
+ };
+ });
+
+ };
+
+ // === Drag and Drop (Exact AIL Pattern) ===
+ const setupDragAndDrop = () => {
+ // Drag-and-drop reordering (only when enabled)
+ if (reorderModeEnabled) {
+ const items = container.querySelectorAll(".instaraw-rpg-batch-item");
+ let draggedItem = null;
+
+ items.forEach((item) => {
+ // Skip if already has drag listeners to prevent accumulation
+ if (item._hasDragListeners) return;
+ item._hasDragListeners = true;
+
+ item.addEventListener("dragstart", (e) => {
+ draggedItem = item;
+ item.style.opacity = "0.5";
+ e.dataTransfer.effectAllowed = "move";
+ e.stopPropagation();
+ e.dataTransfer.setData("text/plain", "instaraw-rpg-reorder");
+ });
+
+ item.addEventListener("dragend", () => {
+ item.style.opacity = "1";
+ items.forEach((i) => i.classList.remove("instaraw-rpg-drop-before", "instaraw-rpg-drop-after"));
+ });
+
+ item.addEventListener("dragover", (e) => {
+ e.preventDefault();
+ if (draggedItem === item) return;
+ e.dataTransfer.dropEffect = "move";
+ const rect = item.getBoundingClientRect();
+ const midpoint = rect.top + rect.height / 2;
+ items.forEach((i) => i.classList.remove("instaraw-rpg-drop-before", "instaraw-rpg-drop-after"));
+ item.classList.add(e.clientY < midpoint ? "instaraw-rpg-drop-before" : "instaraw-rpg-drop-after");
+ });
+
+ item.addEventListener("drop", (e) => {
+ e.preventDefault();
+ if (draggedItem === item) return;
+
+ const draggedId = draggedItem.dataset.id;
+ const targetId = item.dataset.id;
+
+ const promptQueue = parsePromptBatch();
+ const draggedIndex = promptQueue.findIndex((p) => p.id === draggedId);
+ const targetIndex = promptQueue.findIndex((p) => p.id === targetId);
+
+ if (draggedIndex === -1 || targetIndex === -1) return;
+
+ const [draggedEntry] = promptQueue.splice(draggedIndex, 1);
+ const rect = item.getBoundingClientRect();
+ const insertAfter = e.clientY > rect.top + rect.height / 2;
+
+ const newTargetIndex = promptQueue.findIndex((p) => p.id === targetId);
+ promptQueue.splice(insertAfter ? newTargetIndex + 1 : newTargetIndex, 0, draggedEntry);
+
+ setPromptBatchData(promptQueue);
+ renderUI();
+ });
+ });
+ }
+ };
+
+ // === AIL Update Listener ===
+ // Global listener that routes updates to the correct RPG node
+ if (!window._hasRPGAILListener) {
+ window._hasRPGAILListener = true;
+ window._rpgNodesByAILId = new Map(); // Track which RPG nodes are connected to which AIL nodes
+
+ window.addEventListener("INSTARAW_AIL_UPDATED", (event) => {
+ const { nodeId, images, latents, total, mode, enable_img2img } = event.detail;
+
+ // Debug log to trace event format
+ console.log(`[AIL-SYNC] Event received from AIL #${nodeId}:`, {
+ mode,
+ imagesCount: images?.length,
+ hasUrl: images?.[0]?.url ? 'YES' : 'NO',
+ firstImageKeys: images?.[0] ? Object.keys(images[0]) : []
+ });
+
+ // Find all RPG nodes connected to this AIL node
+ if (!app || !app.graph || !app.graph._nodes) return;
+
+ // Input names to check for multi-image support
+ const imageInputNames = ["images", "images2", "images3", "images4"];
+
+ app.graph._nodes.forEach(rpgNode => {
+ if (rpgNode.type !== "INSTARAW_RealityPromptGenerator") return;
+
+ // Check which input(s) this AIL is connected to
+ let connectedInputName = null;
+ for (const inputName of imageInputNames) {
+ const input = rpgNode.inputs?.find(i => i.name === inputName);
+ if (!input || !input.link) continue;
+
+ const link = app.graph.links[input.link];
+ if (link && link.origin_id === nodeId) {
+ connectedInputName = inputName;
+ break;
+ }
+ }
+
+ if (!connectedInputName) return;
+
+ // This RPG is connected to the AIL that sent the update
+ console.log(`[RPG ${rpgNode.id}] AIL ${nodeId} update on ${connectedInputName} - Mode: ${mode}, Count: ${total}, images: ${images?.length || 0}`);
+
+ // Update the appropriate tracking array based on which input is connected
+ // Filter out any images with invalid URLs to prevent broken image icons
+ const imageArray = mode === "img2img" ? (images || []).filter(img => img?.url) : [];
+
+ console.log(`[AIL-SYNC] Setting ${connectedInputName}: ${images?.length} received โ ${imageArray.length} after filter`);
+
+ if (connectedInputName === "images") {
+ rpgNode._linkedAILNodeId = nodeId;
+ rpgNode._linkedAILMode = mode;
+ rpgNode._linkedImages = imageArray;
+ rpgNode._linkedLatents = mode !== "img2img" ? (latents || []) : [];
+ rpgNode._linkedImageCount = total;
+
+ // Update expected_image_count widget for primary input only
+ const widget = rpgNode.widgets?.find((w) => w.name === "expected_image_count");
+ if (widget) widget.value = total;
+ } else if (connectedInputName === "images2") {
+ rpgNode._linkedImages2 = imageArray;
+ } else if (connectedInputName === "images3") {
+ rpgNode._linkedImages3 = imageArray;
+ } else if (connectedInputName === "images4") {
+ rpgNode._linkedImages4 = imageArray;
+ }
+
+ // Re-render this specific RPG node
+ if (rpgNode._renderUI) {
+ rpgNode._renderUI();
+ }
+ });
+ });
+ }
+
+ // === Add DOM Widget (Exact AIL Pattern) ===
+ const widget = node.addDOMWidget("rpg_display", "rpgpromptmanager", container, {
+ getValue: () => node.properties.prompt_batch_data,
+ setValue: (v) => {
+ node.properties.prompt_batch_data = v;
+ renderUI();
+ },
+ serialize: false,
+ });
+
+ widget.computeSize = (width) => [width, cachedHeight + 6];
+
+ // Add widget change callbacks to automatically refresh UI when aspect ratio changes
+ const setupWidgetCallbacks = () => {
+ const widthWidget = node.widgets?.find((w) => w.name === "output_width");
+ if (widthWidget && !widthWidget._instaraw_callback_added) {
+ const originalCallback = widthWidget.callback;
+ widthWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ renderUI();
+ };
+ widthWidget._instaraw_callback_added = true;
+ }
+
+ const heightWidget = node.widgets?.find((w) => w.name === "output_height");
+ if (heightWidget && !heightWidget._instaraw_callback_added) {
+ const originalCallback = heightWidget.callback;
+ heightWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ renderUI();
+ };
+ heightWidget._instaraw_callback_added = true;
+ }
+
+ const aspectWidget = node.widgets?.find((w) => w.name === "aspect_label");
+ if (aspectWidget && !aspectWidget._instaraw_callback_added) {
+ const originalCallback = aspectWidget.callback;
+ aspectWidget.callback = function() {
+ if (originalCallback) originalCallback.apply(this, arguments);
+ renderUI();
+ };
+ aspectWidget._instaraw_callback_added = true;
+ }
+ };
+
+ // Periodic dimension check - checks every 2 seconds if dimensions changed
+ node._dimensionCheckInterval = null;
+ let lastDimensions = null;
+ const startDimensionCheck = () => {
+ if (node._dimensionCheckInterval) clearInterval(node._dimensionCheckInterval);
+ node._dimensionCheckInterval = setInterval(() => {
+ const currentDims = getTargetDimensions();
+ const dimsKey = `${currentDims.width}x${currentDims.height}:${currentDims.aspect_label}`;
+ if (lastDimensions !== null && lastDimensions !== dimsKey) {
+ console.log(`[RPG] Dimensions changed: ${lastDimensions} -> ${dimsKey}`);
+ renderUI();
+ }
+ lastDimensions = dimsKey;
+ }, 2000);
+ };
+
+ // Periodic AIL mode sync - checks every 500ms to ensure mode stays in sync
+ node._ailSyncInterval = null;
+ let lastAILMode = null;
+ let lastAILImageCount = null;
+ let syncCheckCounter = 0;
+ const startAILSync = () => {
+ if (node._ailSyncInterval) clearInterval(node._ailSyncInterval);
+ node._ailSyncInterval = setInterval(() => {
+ syncCheckCounter++;
+ const debugLog = syncCheckCounter % 10 === 0; // Log every 5 seconds (10 * 500ms)
+
+ // Check if we have an AIL connection
+ const imagesInput = node.inputs?.find(input => input.name === "images");
+
+ if (debugLog) {
+ console.log(`[RPG AIL Sync Debug] Check #${syncCheckCounter}:`, {
+ hasImagesInput: !!imagesInput,
+ hasLink: imagesInput?.link != null,
+ linkId: imagesInput?.link,
+ currentRPGMode: node._linkedAILMode,
+ currentRPGNodeId: node._linkedAILNodeId
+ });
+ }
+
+ if (!imagesInput || !imagesInput.link) {
+ // No connection - clear AIL data if needed
+ if (node._linkedAILNodeId !== null) {
+ console.log("[RPG AIL Sync] โ No AIL connection detected, clearing data");
+ node._linkedAILNodeId = null;
+ node._linkedAILMode = null;
+ node._linkedImageCount = 0;
+ node._linkedImages = [];
+ node._linkedLatents = [];
+ renderUI();
+ }
+ return;
+ }
+
+ // Get the connected AIL node
+ const link = node.graph?.links?.[imagesInput.link];
+ if (!link) {
+ if (debugLog) console.log("[RPG AIL Sync Debug] Link object not found");
+ return;
+ }
+
+ const ailNode = node.graph.getNodeById(link.origin_id);
+ if (!ailNode) {
+ if (debugLog) console.log("[RPG AIL Sync Debug] AIL node not found");
+ return;
+ }
+
+ if (ailNode.type !== "INSTARAW_AdvancedImageLoader") {
+ if (debugLog) console.log("[RPG AIL Sync Debug] Connected node is not AIL, type:", ailNode.type);
+ return;
+ }
+
+ // Read current mode from AIL - based on enable_img2img input/widget, NOT the "mode" widget
+ // The "mode" widget is for Batch Tensor vs Sequential, not img2img vs txt2img
+ if (debugLog) {
+ console.log(`[RPG ${node.id}] AIL widgets:`, ailNode.widgets?.map(w => ({ name: w.name, type: w.type, value: typeof w.value === 'object' ? JSON.stringify(w.value).substring(0, 50) : w.value })));
+ }
+
+ const enableImg2ImgWidget = ailNode.widgets?.find(w => w.name === "enable_img2img");
+ const enableImg2ImgValue = enableImg2ImgWidget?.value;
+
+ if (debugLog) {
+ console.log(`[RPG ${node.id}] enable_img2img widget:`, enableImg2ImgWidget);
+ }
+
+ // Check if enable_img2img is connected to another node
+ const enableImg2ImgInput = ailNode.inputs?.find(i => i.name === "enable_img2img");
+ let finalEnableImg2Img = enableImg2ImgValue;
+
+ if (enableImg2ImgInput && enableImg2ImgInput.link != null) {
+ // Connected to another node - read from source
+ const link = ailNode.graph?.links?.[enableImg2ImgInput.link];
+ if (link) {
+ const sourceNode = ailNode.graph.getNodeById(link.origin_id);
+ if (sourceNode) {
+ const sourceWidget = sourceNode.widgets?.[link.origin_slot];
+ if (sourceWidget) {
+ finalEnableImg2Img = sourceWidget.value;
+ }
+ }
+ }
+ }
+
+ // Read batch_data first for additional mode detection info
+ let batchData;
+ try {
+ batchData = JSON.parse(ailNode.properties?.batch_data || "{}");
+ } catch (e) {
+ batchData = {};
+ }
+
+ // Convert to mode: enable_img2img === false means txt2img, === true means img2img
+ // Also check batch_data.enable_img2img as a fallback, or infer from content
+ let detectedMode;
+ if (finalEnableImg2Img === false || finalEnableImg2Img === "false") {
+ detectedMode = "txt2img";
+ } else if (finalEnableImg2Img === true || finalEnableImg2Img === "true") {
+ detectedMode = "img2img";
+ } else if (batchData.enable_img2img !== undefined) {
+ detectedMode = batchData.enable_img2img ? "img2img" : "txt2img";
+ } else {
+ // Final fallback: infer from content (images = img2img, latents only = txt2img)
+ const hasImages = (batchData.images || []).length > 0;
+ detectedMode = hasImages ? "img2img" : "txt2img";
+ }
+
+ // Read image count and data from AIL's properties.batch_data
+ let imageCount = 0;
+ let images = [];
+ let latents = [];
+
+ const order = batchData.order || [];
+ const ailImages = batchData.images || [];
+ const ailLatents = batchData.latents || [];
+
+ // Validate that batch_data matches the detected mode
+ // If there's a mismatch, AIL hasn't swapped the data yet - wait for next sync
+ const hasImages = ailImages.length > 0;
+ const hasLatents = ailLatents.length > 0;
+ const dataMismatch = (detectedMode === "txt2img" && hasImages && !hasLatents) ||
+ (detectedMode === "img2img" && hasLatents && !hasImages);
+
+ if (dataMismatch) {
+ // AIL's batch_data hasn't been swapped yet - skip this sync cycle
+ if (debugLog) {
+ console.log(`[RPG ${node.id} AIL Sync] โณ Data mismatch detected, waiting for AIL to swap batch_data`);
+ console.log(` - detectedMode: ${detectedMode}, hasImages: ${hasImages}, hasLatents: ${hasLatents}`);
+ }
+ return; // Skip this sync, try again next cycle
+ }
+
+ if (detectedMode === "img2img") {
+ // IMG2IMG mode - read images
+ images = order.map(imgId => {
+ const img = ailImages.find(i => i.id === imgId);
+ if (!img) return null;
+ // Handle both url (if already computed) and thumbnail (raw batchData format)
+ const imgUrl = img.url || (img.thumbnail ? `/instaraw/view/${img.thumbnail}` : null);
+ // Skip entries with invalid URLs to prevent broken image icons
+ if (!imgUrl) return null;
+ return {
+ id: img.id,
+ url: imgUrl,
+ thumbnail: img.thumbnail, // Preserve original thumbnail path
+ repeat_count: img.repeat_count || 1
+ };
+ }).filter(Boolean);
+ imageCount = images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+ } else {
+ // TXT2IMG mode - read latents
+ latents = order.map(latentId => {
+ const latent = ailLatents.find(l => l.id === latentId);
+ if (!latent) return null;
+ return {
+ id: latent.id,
+ width: latent.width,
+ height: latent.height,
+ repeat_count: latent.repeat_count || 1
+ };
+ }).filter(Boolean);
+ imageCount = latents.reduce((sum, lat) => sum + (lat.repeat_count || 1), 0);
+ }
+
+ if (debugLog) {
+ console.log(`[RPG ${node.id} AIL Sync Debug] AIL Node #${ailNode.id} state:`, {
+ enableImg2ImgWidget: enableImg2ImgValue,
+ enableImg2ImgFinal: finalEnableImg2Img,
+ detectedMode: detectedMode,
+ imageCount: imageCount,
+ imagesLength: images.length,
+ latentsLength: latents.length,
+ ailNodeType: ailNode.type,
+ currentRPGMode: node._linkedAILMode,
+ currentRPGImages: node._linkedImages?.length || 0,
+ currentRPGLatents: node._linkedLatents?.length || 0
+ });
+ }
+
+ // Check if anything changed
+ const modeChanged = node._linkedAILMode !== detectedMode;
+ const countChanged = node._linkedImageCount !== imageCount;
+ const nodeIdChanged = node._linkedAILNodeId !== ailNode.id;
+
+ if (modeChanged || countChanged || nodeIdChanged) {
+ console.log(`[RPG ${node.id} AIL Sync] ๐ Syncing changes detected:`);
+ console.log(` - Mode: ${node._linkedAILMode} -> ${detectedMode} (changed: ${modeChanged})`);
+ console.log(` - Count: ${node._linkedImageCount} -> ${imageCount} (changed: ${countChanged})`);
+ console.log(` - Node: ${node._linkedAILNodeId} -> ${ailNode.id} (changed: ${nodeIdChanged})`);
+ console.log(` - enable_img2img: ${finalEnableImg2Img} (widget: ${enableImg2ImgValue})`);
+ console.log(` - AIL _images: ${images.length}, AIL _latents: ${latents.length}`);
+
+ // Update all AIL state
+ node._linkedAILNodeId = ailNode.id;
+ node._linkedAILMode = detectedMode;
+ node._linkedImageCount = imageCount;
+
+ // Update images/latents based on mode
+ if (detectedMode === "img2img") {
+ node._linkedImages = images;
+ node._linkedLatents = [];
+ console.log(` - Set images (${images.length}), cleared latents`);
+ } else {
+ node._linkedImages = [];
+ node._linkedLatents = latents;
+ console.log(` - Set latents (${latents.length}), cleared images`);
+ }
+
+ // Update expected_image_count widget
+ const widget = node.widgets?.find((w) => w.name === "expected_image_count");
+ if (widget) widget.value = imageCount;
+
+ renderUI();
+ }
+ }, 500); // Check twice per second for responsiveness
+ };
+
+ // === Control After Generate (Seed Updates) ===
+ const updateSeedsAfterGenerate = () => {
+ const promptQueue = parsePromptBatch();
+ let hasChanges = false;
+
+ promptQueue.forEach((entry) => {
+ const seedControl = entry.seed_control || "randomize";
+ const currentSeed = entry.seed || 1111111;
+
+ if (seedControl === "increment") {
+ entry.seed = currentSeed + 100; // +100 to avoid overlap with repeat +1s
+ hasChanges = true;
+ } else if (seedControl === "decrement") {
+ entry.seed = Math.max(0, currentSeed - 100); // -100 but don't go negative
+ hasChanges = true;
+ } else if (seedControl === "randomize") {
+ entry.seed = Math.floor(Math.random() * (9999999 - 1111111 + 1)) + 1111111;
+ hasChanges = true;
+ }
+ // "fixed" does nothing - seeds stay the same
+ });
+
+ if (hasChanges) {
+ setPromptBatchData(promptQueue);
+ renderUI();
+ console.log("[RPG] Seeds updated based on control_after_generate mode");
+ }
+ };
+
+ // Store update function for event listener
+ node._updateSeeds = updateSeedsAfterGenerate;
+
+ // Listen for execution completion to update seeds AFTER run
+ if (!window._rpgExecutionHooked) {
+ api.addEventListener("execution_success", (e) => {
+ console.log("[RPG] Execution completed successfully, updating seeds for next run...");
+ // Find all RPG nodes and update their seeds for next execution
+ const rpgNodes = app.graph._nodes?.filter(n => n.type === "INSTARAW_RealityPromptGenerator") || [];
+
+ for (const rpgNode of rpgNodes) {
+ if (rpgNode._updateSeeds) {
+ console.log(`[RPG] Updating seeds for node ${rpgNode.id}`);
+ rpgNode._updateSeeds();
+ }
+ }
+ });
+ window._rpgExecutionHooked = true;
+ console.log("[RPG] Global execution_success listener installed");
+ }
+
+ // Store references for lifecycle hooks
+ node._updateCachedHeight = updateCachedHeight;
+ node._renderUI = renderUI;
+ node._setupWidgetCallbacks = setupWidgetCallbacks;
+
+ // Initial setup
+ setTimeout(() => {
+ syncPromptBatchWidget();
+ syncSDXLModeWidget();
+ loadSettings();
+ setupWidgetCallbacks();
+ startDimensionCheck();
+ startAILSync(); // Start continuous AIL mode monitoring
+ loadPromptsDatabase();
+ renderUI();
+ // Mark as initialized after first render
+ node._isInitialized = true;
+
+ // Listen for favorites from BIG (Batch Image Generator)
+ const handleBigFavorite = async (e) => {
+ const { prompt: rawPrompt, seed, sourceNodeId } = e.detail;
+ if (!rawPrompt) {
+ console.log("[RPG] BIG favorite event received but no prompt provided");
+ return;
+ }
+
+ // Decode HTML entities (BIG uses escapeHtml on data attributes)
+ const decodeHtml = (html) => {
+ const txt = document.createElement('textarea');
+ txt.innerHTML = html;
+ return txt.value;
+ };
+ const prompt = decodeHtml(rawPrompt);
+
+ console.log(`[RPG] Received favorite from BIG (node ${sourceNodeId}): "${prompt.slice(0, 50)}..."`);
+
+ // First, check if this prompt exists anywhere in the database (library, user, or generated)
+ const existingPrompt = promptsDatabase.find(p =>
+ p.prompt?.positive?.trim().toLowerCase() === prompt.trim().toLowerCase()
+ );
+
+ if (existingPrompt) {
+ // Prompt exists - check if already bookmarked
+ if (bookmarksCache.includes(existingPrompt.id)) {
+ console.log(`[RPG] Prompt already bookmarked (${existingPrompt.id})`);
+ alert("This prompt is already in your favorites!");
+ return;
+ }
+
+ // Add to bookmarks
+ await toggleBookmarkById(existingPrompt.id);
+ console.log(`[RPG] Bookmarked existing prompt: ${existingPrompt.id}`);
+ renderUI();
+ alert(`Added to favorites! (${existingPrompt.is_user_created ? "My Prompt" : existingPrompt.is_ai_generated ? "Generated" : "Library"})`);
+ return;
+ }
+
+ // Prompt doesn't exist in database - create as new user prompt and bookmark it
+ try {
+ const newPrompt = await addUserPrompt({
+ positive: prompt,
+ negative: "",
+ tags: seed && seed !== "N/A" ? [`seed:${seed}`, "from-big"] : ["from-big"],
+ content_type: "other",
+ safety_level: "sfw",
+ shot_type: "other"
+ });
+ console.log(`[RPG] Created user prompt from BIG: ${newPrompt.id}`);
+
+ // Also bookmark it
+ await toggleBookmarkById(newPrompt.id);
+ console.log(`[RPG] Bookmarked new user prompt: ${newPrompt.id}`);
+
+ renderUI();
+ alert(`Saved as new prompt and added to favorites! Seed: ${seed || "N/A"}`);
+ } catch (error) {
+ console.error("[RPG] Error adding BIG favorite:", error);
+ alert("Failed to save prompt. Please try again.");
+ }
+ };
+
+ document.addEventListener('instaraw-rpg-add-favorite', handleBigFavorite);
+ node._bigFavoriteHandler = handleBigFavorite; // Store for cleanup
+ }, 100);
+ };
+
+ const onResize = nodeType.prototype.onResize;
+ nodeType.prototype.onResize = function (size) {
+ onResize?.apply(this, arguments);
+ if (this._updateCachedHeight) {
+ clearTimeout(this._resizeTimeout);
+ this._resizeTimeout = setTimeout(() => this._updateCachedHeight(), 50);
+ }
+ };
+
+ const onConfigure = nodeType.prototype.onConfigure;
+ nodeType.prototype.onConfigure = function (data) {
+ onConfigure?.apply(this, arguments);
+
+ // MIGRATION: Auto-update old minimal template from {TASK_INSTRUCTIONS} to {USER_INPUT}
+ if (this.properties.custom_template === "{TASK_INSTRUCTIONS}") {
+ console.log("[RPG] ๐ Migrating minimal template: {TASK_INSTRUCTIONS} โ {USER_INPUT}");
+ this.properties.custom_template = "{USER_INPUT}";
+ if (app && app.graph) {
+ app.graph.setDirtyCanvas(true, true);
+ }
+ }
+
+ setTimeout(() => {
+ const promptQueueWidget = this.widgets?.find((w) => w.name === "prompt_batch_data");
+ if (promptQueueWidget) promptQueueWidget.value = this.properties.prompt_batch_data || "[]";
+ if (this._setupWidgetCallbacks) this._setupWidgetCallbacks();
+ if (this._renderUI) this._renderUI();
+ // Mark as initialized after loading from workflow
+ this._isInitialized = true;
+
+ // Force multiple height recalculations to ensure sync
+ if (this._updateCachedHeight) {
+ setTimeout(() => this._updateCachedHeight(), 100);
+ setTimeout(() => this._updateCachedHeight(), 500);
+ setTimeout(() => this._updateCachedHeight(), 1000);
+ }
+ }, 200);
+ };
+
+ // === onConnectionsChange Hook (for AIL detection and reactivity) ===
+ const onConnectionsChange = nodeType.prototype.onConnectionsChange;
+ nodeType.prototype.onConnectionsChange = function(side, slot, connect, link_info, output) {
+ const result = onConnectionsChange?.apply(this, arguments);
+
+ // Detect AIL connection when any image input is connected/disconnected
+ if (side === 1) { // INPUT side
+ // Check all 4 image inputs
+ const imageInputNames = ["images", "images2", "images3", "images4"];
+
+ for (const inputName of imageInputNames) {
+ const inputIndex = this.inputs?.findIndex(input => input.name === inputName);
+ if (slot !== inputIndex) continue;
+
+ if (connect && link_info) {
+ // Connected - traverse to find source node
+ const link = this.graph?.links?.[link_info.id];
+ if (link) {
+ const sourceNode = this.graph.getNodeById(link.origin_id);
+ if (sourceNode && sourceNode.type === "INSTARAW_AdvancedImageLoader") {
+ // Read image data from AIL's properties.batch_data
+ let images = [];
+
+ try {
+ const batchData = JSON.parse(sourceNode.properties?.batch_data || "{}");
+ const order = batchData.order || [];
+ const ailImages = batchData.images || [];
+
+ images = order.map(imgId => {
+ const img = ailImages.find(i => i.id === imgId);
+ if (!img) return null;
+ // Handle both url (if already computed) and thumbnail (raw batchData format)
+ const imgUrl = img.url || (img.thumbnail ? `/instaraw/view/${img.thumbnail}` : null);
+ // Skip entries with invalid URLs to prevent broken image icons
+ if (!imgUrl) return null;
+ return {
+ id: img.id,
+ url: imgUrl,
+ thumbnail: img.thumbnail, // Preserve original thumbnail path
+ repeat_count: img.repeat_count || 1
+ };
+ }).filter(Boolean);
+ } catch (error) {
+ console.error(`[RPG] Error parsing AIL batch_data on connection for ${inputName}:`, error);
+ }
+
+ // Update the appropriate tracking array based on input name
+ if (inputName === "images") {
+ // Primary input - full tracking
+ this._linkedAILNodeId = sourceNode.id;
+
+ // Get mode from enable_img2img widget, connected node, or batch_data
+ const enableImg2ImgWidget = sourceNode.widgets?.find(w => w.name === "enable_img2img");
+ const enableImg2ImgValue = enableImg2ImgWidget?.value;
+
+ // Check if enable_img2img is connected to another node
+ const enableImg2ImgInput = sourceNode.inputs?.find(i => i.name === "enable_img2img");
+ let finalEnableImg2Img = enableImg2ImgValue;
+
+ if (enableImg2ImgInput && enableImg2ImgInput.link != null) {
+ const connectedLink = this.graph?.links?.[enableImg2ImgInput.link];
+ if (connectedLink) {
+ const sourceNode2 = this.graph.getNodeById(connectedLink.origin_id);
+ if (sourceNode2) {
+ const sourceWidget = sourceNode2.widgets?.[connectedLink.origin_slot];
+ if (sourceWidget) {
+ finalEnableImg2Img = sourceWidget.value;
+ }
+ }
+ }
+ }
+
+ // Determine mode with fallbacks
+ let detectedMode;
+ if (finalEnableImg2Img === false || finalEnableImg2Img === "false") {
+ detectedMode = "txt2img";
+ } else if (finalEnableImg2Img === true || finalEnableImg2Img === "true") {
+ detectedMode = "img2img";
+ } else {
+ // Fallback: check batch_data.enable_img2img or infer from content
+ try {
+ const batchData = JSON.parse(sourceNode.properties?.batch_data || "{}");
+ if (batchData.enable_img2img !== undefined) {
+ detectedMode = batchData.enable_img2img ? "img2img" : "txt2img";
+ } else {
+ // Final fallback: infer from content
+ detectedMode = (batchData.images || []).length > 0 ? "img2img" : "txt2img";
+ }
+ } catch (e) {
+ detectedMode = "txt2img"; // Default to txt2img if can't parse
+ }
+ }
+ this._linkedAILMode = detectedMode;
+
+ if (this._linkedAILMode === "img2img") {
+ this._linkedImages = images;
+ this._linkedLatents = [];
+ this._linkedImageCount = images.reduce((sum, img) => sum + (img.repeat_count || 1), 0);
+ } else {
+ this._linkedImages = [];
+ // Read latents for txt2img mode
+ try {
+ const batchData = JSON.parse(sourceNode.properties?.batch_data || "{}");
+ const order = batchData.order || [];
+ const ailLatents = batchData.latents || [];
+ this._linkedLatents = order.map(latentId => {
+ const latent = ailLatents.find(l => l.id === latentId);
+ if (!latent) return null;
+ return {
+ id: latent.id,
+ width: latent.width,
+ height: latent.height,
+ repeat_count: latent.repeat_count || 1
+ };
+ }).filter(Boolean);
+ this._linkedImageCount = this._linkedLatents.reduce((sum, lat) => sum + (lat.repeat_count || 1), 0);
+ } catch (error) {
+ this._linkedLatents = [];
+ this._linkedImageCount = 0;
+ }
+ }
+
+ console.log(`[RPG] Linked ${inputName} to AIL node ${sourceNode.id}: ${this._linkedImageCount} items, mode: ${this._linkedAILMode}`);
+ } else if (inputName === "images2") {
+ this._linkedImages2 = images;
+ console.log(`[RPG] Linked ${inputName} to AIL node ${sourceNode.id}: ${images.length} images`);
+ } else if (inputName === "images3") {
+ this._linkedImages3 = images;
+ console.log(`[RPG] Linked ${inputName} to AIL node ${sourceNode.id}: ${images.length} images`);
+ } else if (inputName === "images4") {
+ this._linkedImages4 = images;
+ console.log(`[RPG] Linked ${inputName} to AIL node ${sourceNode.id}: ${images.length} images`);
+ }
+ }
+ }
+ } else if (!connect) {
+ // Disconnected - clear appropriate tracking data
+ if (inputName === "images") {
+ this._linkedAILNodeId = null;
+ this._linkedImageCount = 0;
+ this._linkedAILMode = null;
+ this._linkedImages = [];
+ this._linkedLatents = [];
+ console.log("[RPG] Disconnected from primary AIL");
+ } else if (inputName === "images2") {
+ this._linkedImages2 = [];
+ console.log("[RPG] Disconnected from secondary AIL (images2)");
+ } else if (inputName === "images3") {
+ this._linkedImages3 = [];
+ console.log("[RPG] Disconnected from tertiary AIL (images3)");
+ } else if (inputName === "images4") {
+ this._linkedImages4 = [];
+ console.log("[RPG] Disconnected from quaternary AIL (images4)");
+ }
+ }
+ // If connect is true but link_info is null, skip (shouldn't happen)
+ break; // Found matching input, stop loop
+ }
+ }
+
+ // Re-render when connections change
+ if (this._renderUI) {
+ // Use longer delay if node isn't initialized yet to avoid race with initial render
+ const delay = this._isInitialized ? 100 : 250;
+ setTimeout(() => {
+ console.log(`[RPG] Re-rendering after connection change. AIL mode: ${this._linkedAILMode}, initialized: ${this._isInitialized}`);
+ this._renderUI();
+ }, delay);
+ }
+ return result;
+ };
+
+ // === onRemoved Hook (Cleanup) ===
+ const onRemoved = nodeType.prototype.onRemoved;
+ nodeType.prototype.onRemoved = function () {
+ // Clean up intervals
+ if (this._dimensionCheckInterval) {
+ clearInterval(this._dimensionCheckInterval);
+ this._dimensionCheckInterval = null;
+ }
+ if (this._ailSyncInterval) {
+ clearInterval(this._ailSyncInterval);
+ this._ailSyncInterval = null;
+ }
+ if (this._heightSyncInterval) {
+ clearInterval(this._heightSyncInterval);
+ this._heightSyncInterval = null;
+ }
+ // Clean up ResizeObserver
+ if (this._resizeObserver) {
+ this._resizeObserver.disconnect();
+ this._resizeObserver = null;
+ }
+ // Clean up seed update reference
+ if (this._updateSeeds) {
+ this._updateSeeds = null;
+ }
+ // Clean up BIG favorite event listener
+ if (this._bigFavoriteHandler) {
+ document.removeEventListener('instaraw-rpg-add-favorite', this._bigFavoriteHandler);
+ this._bigFavoriteHandler = null;
+ }
+ console.log(`[RPG] Cleaned up node ${this.id}`);
+ onRemoved?.apply(this, arguments);
+ };
+ }
+ },
+});
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/shared/combo-cards.js b/custom_nodes/ComfyUI_INSTARAW/js/shared/combo-cards.js
new file mode 100644
index 0000000000000000000000000000000000000000..dcfc3b602c08f0065772dddbc4a4a97818e6b8ed
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/shared/combo-cards.js
@@ -0,0 +1,64 @@
+/**
+ * Shared combo card renderer for multi-image display
+ * Used by: reality_prompt_generator.js, batch_image_generator.js
+ */
+
+/**
+ * Render combo cards HTML for multi-image mode
+ * @param {Array} inputsWithImages - Array of {label, images/urls} objects
+ * @param {Object} options - { getImageUrl: function to extract URL from item }
+ * @returns {string} HTML string for combo cards
+ */
+export function renderComboCards(inputsWithImages, options = {}) {
+ const getItems = (input) => input.images || input.urls || [];
+ const maxLen = Math.max(...inputsWithImages.map(i => getItems(i).length));
+
+ let html = '';
+ for (let idx = 0; idx < maxLen; idx++) {
+ const slots = inputsWithImages.map(input => {
+ const items = getItems(input);
+ const item = items[idx];
+ const url = options.getImageUrl ? options.getImageUrl(item) : (item?.url || item);
+
+ if (url) {
+ return `
+
+
+
+
+
${input.label}
+
+ `;
+ } else {
+ return `
+
+ `;
+ }
+ }).join('');
+
+ html += `
+
+ `;
+ }
+ return html;
+}
+
+/**
+ * Get the maximum length across all inputs
+ * @param {Array} inputsWithImages - Array of {label, images/urls} objects
+ * @returns {number} Maximum number of items
+ */
+export function getComboMaxLength(inputsWithImages) {
+ const getItems = (input) => input.images || input.urls || [];
+ return Math.max(...inputsWithImages.map(i => getItems(i).length));
+}
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/utils.js b/custom_nodes/ComfyUI_INSTARAW/js/utils.js
new file mode 100644
index 0000000000000000000000000000000000000000..87193cf6c3658927885da38f52fcec0ce8e907e3
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/utils.js
@@ -0,0 +1,9 @@
+const _aq = !!true;
+
+export function create( tag, clss, parent, properties ) {
+ const nd = document.createElement(tag);
+ if (clss) clss.split(" ").forEach((s) => nd.classList.add(s))
+ if (parent) parent.appendChild(nd);
+ if (properties) Object.assign(nd, properties);
+ return nd;
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/js/zoomed.css b/custom_nodes/ComfyUI_INSTARAW/js/zoomed.css
new file mode 100644
index 0000000000000000000000000000000000000000..7b7fb98848e5f8ed9fb585be09901565daf21c56
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/js/zoomed.css
@@ -0,0 +1,61 @@
+
+.instaraw_popup .zoomed {
+ position: absolute;
+ width: 100%;
+ left: 0;
+ height: 100%;
+ right: 0;
+ display: flex;
+ justify-content: space-evenly;
+ align-items: center;
+ z-index: 120000;
+ background-color: rgba(29, 29, 29, 0.886);
+}
+
+.instaraw_popup .zoomed_prev, .zoomed_next {
+ flex-grow: 1;
+
+}
+
+.instaraw_popup .zoomed_prev {
+ text-align: right;
+}
+
+.instaraw_popup .zoomed_arrow {
+ font-size: 48px;
+ border-radius: 40px;
+ padding: 0px 8px 4px 8px;
+ margin: 6px;
+ border: 1px solid rgb(128, 128, 128, 1.0);
+}
+
+.instaraw_popup .zoomed_arrow:hover {
+ border: 1px solid rgb(255, 128, 128, 1.0);
+}
+
+
+.instaraw_popup .zoomed_image {
+ max-width: calc(100% - 140px);
+ height: 100%;
+ object-fit: contain;
+ border: 1px solid white;
+ padding: 4px;
+}
+
+.instaraw_popup .zoomed_number {
+ position: absolute;
+ top: 12px;
+ margin-left: 12px;
+ color: white;
+ padding: 10px 8px 8px 8px;
+ border-radius: 4px;
+ z-index: 110000;
+ background-color: rgba(128, 128, 128, 0.5);
+ border: 1px solid rgba(128, 128, 128, 1.0);
+}
+
+.instaraw_popup .zoomed.highlighted .zoomed_image {
+ border: 3px solid green;
+ padding: 2px;
+}
+
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/__init__.py b/custom_nodes/ComfyUI_INSTARAW/modules/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.icc b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.icc
new file mode 100644
index 0000000000000000000000000000000000000000..e310029c37563341832703f0aa21f67adc23d2e3
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.icc differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.json b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.json
new file mode 100644
index 0000000000000000000000000000000000000000..6feab7d9df23ec78acab6df335581839ea00cce3
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.json
@@ -0,0 +1,10577 @@
+[
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:24 15:48:18",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0004170141785,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:24 15:48:18",
+ "EXIF:CreateDate": "2024:04:24 15:48:18",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00041699999591858",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.174876577,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2712 1305 751 785",
+ "EXIF:SubSecTimeOriginal": "070",
+ "EXIF:SubSecTimeDigitized": "070",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.64365,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.4654833333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 100.6110517,
+ "EXIF:GPSTimeStamp": "19:48:17",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.09097067475,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 244.4785615,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 244.4785615,
+ "EXIF:GPSDateStamp": "2024:04:24",
+ "EXIF:GPSHPositioningError": 4.739616383,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2914,
+ "EXIF:ThumbnailLength": 8510,
+ "EXIF:ThumbnailImage": "(Binary data 8510 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 115507553909333,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 173,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0107400883 -0.9954205161 0.03033790739",
+ "MakerNotes:FocusDistanceRange": "1.08203125 0.41796875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 58.45192337,
+ "MakerNotes:PhotoIdentifier": "FA7E83BB-9552-4A3D-84E3-AA701A438226",
+ "MakerNotes:FocusPosition": 51,
+ "MakerNotes:HDRGain": 0.0181093011,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 635200,
+ "MPF:MPImageStart": 4810296,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 635200 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 115507.553909333,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0004170141785,
+ "Composite:SubSecCreateDate": "2024:04:24 15:48:18.070-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:24 15:48:18.070-04:00",
+ "Composite:SubSecModifyDate": "2024:04:24 15:48:18-04:00",
+ "Composite:GPSAltitude": 100.6110517,
+ "Composite:GPSDateTime": "2024:04:24 19:48:17Z",
+ "Composite:GPSLatitude": 43.64365,
+ "Composite:GPSLongitude": -79.4654833333333,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.64365 -79.4654833333333",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.2276159433522,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:24 15:48:23",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001539882969,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:24 15:48:23",
+ "EXIF:CreateDate": "2024:04:24 15:48:23",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000153999999853682",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.64727592,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 455,
+ "EXIF:SubSecTimeDigitized": 455,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6436222222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.4654527777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 100.7235073,
+ "EXIF:GPSTimeStamp": "19:48:22",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.4223320384,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 237.6310273,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 237.6310273,
+ "EXIF:GPSDateStamp": "2024:04:24",
+ "EXIF:GPSHPositioningError": 4.734996997,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2914,
+ "EXIF:ThumbnailLength": 8023,
+ "EXIF:ThumbnailImage": "(Binary data 8023 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 115513068912791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 180,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9825752377 0.003599755234 -0.06598582868",
+ "MakerNotes:FocusDistanceRange": "0.3515625 1.98046875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 62.88434602,
+ "MakerNotes:PhotoIdentifier": "6DB158CC-8F5C-46F7-BD34-6D06A4035965",
+ "MakerNotes:FocusPosition": 50,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 382004,
+ "MPF:MPImageStart": 4730300,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 382004 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 115513.068912791,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0001539882969,
+ "Composite:SubSecCreateDate": "2024:04:24 15:48:23.455-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:24 15:48:23.455-04:00",
+ "Composite:SubSecModifyDate": "2024:04:24 15:48:23-04:00",
+ "Composite:GPSAltitude": 100.7235073,
+ "Composite:GPSDateTime": "2024:04:24 19:48:22Z",
+ "Composite:GPSLatitude": 43.6436222222222,
+ "Composite:GPSLongitude": -79.4654527777778,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.6436222222222 -79.4654527777778",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.6648916691871,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:24 16:45:33",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0009587727709,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:24 16:45:33",
+ "EXIF:CreateDate": "2024:04:24 16:45:33",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000958999996215066",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.500032932,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "1999 1512 2321 1391",
+ "EXIF:SubSecTimeOriginal": 163,
+ "EXIF:SubSecTimeDigitized": 163,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.598308668,
+ "EXIF:FocalLengthIn35mmFormat": 21,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6424527777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.4666138888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 76.15035629,
+ "EXIF:GPSTimeStamp": "20:45:32",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 116.3639221,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 116.3639221,
+ "EXIF:GPSDateStamp": "2024:04:24",
+ "EXIF:GPSHPositioningError": 4.596635044,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2854,
+ "EXIF:ThumbnailLength": 9597,
+ "EXIF:ThumbnailImage": "(Binary data 9597 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 117089766310375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 187,
+ "MakerNotes:AEAverage": 164,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01254248432 -0.999238193 0.05015928674",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.462064385,
+ "MakerNotes:SignalToNoiseRatio": 34.20989227,
+ "MakerNotes:PhotoIdentifier": "37E4A909-3908-45F1-B4A8-15C7C1973AD7",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 369385,
+ "MPF:MPImageStart": 4423073,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 369385 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 117089.766310375,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 13.5483870967742,
+ "Composite:ShutterSpeed": 0.0009587727709,
+ "Composite:SubSecCreateDate": "2024:04:24 16:45:33.163-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:24 16:45:33.163-04:00",
+ "Composite:SubSecModifyDate": "2024:04:24 16:45:33-04:00",
+ "Composite:GPSAltitude": 76.15035629,
+ "Composite:GPSDateTime": "2024:04:24 20:45:32Z",
+ "Composite:GPSLatitude": 43.6424527777778,
+ "Composite:GPSLongitude": -79.4666138888889,
+ "Composite:CircleOfConfusion": "0.00221770018927349",
+ "Composite:FOV": 81.2026578789598,
+ "Composite:FocalLength35efl": 21,
+ "Composite:GPSPosition": "43.6424527777778 -79.4666138888889",
+ "Composite:HyperfocalDistance": 0.451387284678279,
+ "Composite:LightValue": 14.5525922541171,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:24 16:45:48",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003900156006,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:24 16:45:48",
+ "EXIF:CreateDate": "2024:04:24 16:45:48",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000390000001506957",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.332333161,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "1823 1356 749 787",
+ "EXIF:SubSecTimeOriginal": 918,
+ "EXIF:SubSecTimeDigitized": 918,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.396121884,
+ "EXIF:FocalLengthIn35mmFormat": 36,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6424333333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.4665916666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 77.03834729,
+ "EXIF:GPSTimeStamp": "20:45:48",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.005256479889,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 115.9393313,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 115.9393313,
+ "EXIF:GPSDateStamp": "2024:04:24",
+ "EXIF:GPSHPositioningError": 4.781799333,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2934,
+ "EXIF:ThumbnailLength": 10372,
+ "EXIF:ThumbnailImage": "(Binary data 10372 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 117105020334000,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 184,
+ "MakerNotes:AEAverage": 177,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01625461132 -1.001838207 0.02617040836",
+ "MakerNotes:FocusDistanceRange": "0.1484375 0.4453125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 58.92592621,
+ "MakerNotes:PhotoIdentifier": "571B7D01-C3F6-486C-9744-E529163EA191",
+ "MakerNotes:FocusPosition": 50,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 459347,
+ "MPF:MPImageStart": 4578072,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 459347 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 117105.020334,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 8.57142857142857,
+ "Composite:ShutterSpeed": 0.0003900156006,
+ "Composite:SubSecCreateDate": "2024:04:24 16:45:48.918-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:24 16:45:48.918-04:00",
+ "Composite:SubSecModifyDate": "2024:04:24 16:45:48-04:00",
+ "Composite:GPSAltitude": 77.03834729,
+ "Composite:GPSDateTime": "2024:04:24 20:45:48Z",
+ "Composite:GPSLatitude": 43.6424333333333,
+ "Composite:GPSLongitude": -79.4665916666667,
+ "Composite:CircleOfConfusion": "0.00350539707336777",
+ "Composite:FOV": 53.1301472312715,
+ "Composite:FocalLength35efl": 36,
+ "Composite:GPSPosition": "43.6424333333333 -79.4665916666667",
+ "Composite:HyperfocalDistance": 3.14515011259705,
+ "Composite:LightValue": 14.3241805467076,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:05:21 12:36:22",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001326259947,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:05:21 12:36:22",
+ "EXIF:CreateDate": "2024:05:21 12:36:22",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00132699999995767",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 7.573838705,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 719,
+ "EXIF:SubSecTimeDigitized": 719,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0456611111111,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.065894444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1046.116461,
+ "EXIF:GPSTimeStamp": "18:36:21",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 245.1354827,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 245.1354827,
+ "EXIF:GPSDateStamp": "2024:05:21",
+ "EXIF:GPSHPositioningError": 4.226418663,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2914,
+ "EXIF:ThumbnailLength": 9290,
+ "EXIF:ThumbnailImage": "(Binary data 9290 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1357871652562708",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 186,
+ "MakerNotes:AEAverage": 178,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01608085074 -1.000061275 0.04551628978",
+ "MakerNotes:FocusDistanceRange": "0.4609375 0.80859375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.419976593,
+ "MakerNotes:SignalToNoiseRatio": 53.63214488,
+ "MakerNotes:PhotoIdentifier": "E6FF8E5F-FEF9-4927-8400-C7C8DD64C668",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0.03295741604,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 435052,
+ "MPF:MPImageStart": 4883527,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 435052 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1357871.65256271,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.001326259947,
+ "Composite:SubSecCreateDate": "2024:05:21 12:36:22.719-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:05:21 12:36:22.719-06:00",
+ "Composite:SubSecModifyDate": "2024:05:21 12:36:22-06:00",
+ "Composite:GPSAltitude": 1046.116461,
+ "Composite:GPSDateTime": "2024:05:21 18:36:21Z",
+ "Composite:GPSLatitude": 51.0456611111111,
+ "Composite:GPSLongitude": -114.065894444444,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "51.0456611111111 -114.065894444444",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 12.5584207132138,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:05:21 12:36:39",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.003558718861,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:05:21 12:36:39",
+ "EXIF:CreateDate": "2024:05:21 12:36:39",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00355899998227374",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 6.337498072,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "1362 1393 206 205",
+ "EXIF:SubSecTimeOriginal": 613,
+ "EXIF:SubSecTimeDigitized": 613,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0456722222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.065827777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1057.082341,
+ "EXIF:GPSTimeStamp": "18:36:38",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 332.1759336,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 332.1759336,
+ "EXIF:GPSDateStamp": "2024:05:21",
+ "EXIF:GPSHPositioningError": 4.798473478,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2914,
+ "EXIF:ThumbnailLength": 9907,
+ "EXIF:ThumbnailImage": "(Binary data 9907 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1357888847698583",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 183,
+ "MakerNotes:AEAverage": 178,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03926234693 -0.9979928726 -0.08876975634",
+ "MakerNotes:FocusDistanceRange": "0.6796875 0.51953125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.8090887066,
+ "MakerNotes:SignalToNoiseRatio": 49.34712983,
+ "MakerNotes:PhotoIdentifier": "AB4570CA-6097-4B7D-B080-1CF59763DAF2",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0.007099283393,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:05:21 12:36:39",
+ "XMP:CreatorTool": "17.4.1",
+ "XMP:ModifyDate": "2024:05:21 12:36:39",
+ "XMP:DateCreated": "2024:05:21 12:36:39",
+ "XMP:RegionType": [
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionAreaY": [
+ "0.59585714285714286",
+ "0.46280952380952378"
+ ],
+ "XMP:RegionAreaW": [
+ "0.045047619047619059",
+ "0.052380952380952361"
+ ],
+ "XMP:RegionAreaX": [
+ "0.31614285714285717",
+ "0.33866666666666667"
+ ],
+ "XMP:RegionAreaH": [
+ "0.05971428571428572",
+ "0.070190476190476192"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": -45,
+ "XMP:RegionExtensionsAngleInfoRoll": -90,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 69,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 403210,
+ "MPF:MPImageStart": 3250827,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 403210 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1357888.84769858,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.003558718861,
+ "Composite:SubSecCreateDate": "2024:05:21 12:36:39.613-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:05:21 12:36:39.613-06:00",
+ "Composite:SubSecModifyDate": "2024:05:21 12:36:39-06:00",
+ "Composite:GPSAltitude": 1057.082341,
+ "Composite:GPSDateTime": "2024:05:21 18:36:38Z",
+ "Composite:GPSLatitude": 51.0456722222222,
+ "Composite:GPSLongitude": -114.065827777778,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "51.0456722222222 -114.065827777778",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 11.134426320306,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:05:21 12:39:33",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001543209877,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:05:21 12:39:33",
+ "EXIF:CreateDate": "2024:05:21 12:39:33",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00154300000294488",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 8.893057126,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2010 1512 2327 1396",
+ "EXIF:SubSecTimeOriginal": 180,
+ "EXIF:SubSecTimeDigitized": 180,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.695067265,
+ "EXIF:FocalLengthIn35mmFormat": 23,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0456972222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.067802777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1039.452766,
+ "EXIF:GPSTimeStamp": "18:39:32",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.22,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 274.911041,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 274.911041,
+ "EXIF:GPSDateStamp": "2024:05:21",
+ "EXIF:GPSHPositioningError": 5.404263987,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2854,
+ "EXIF:ThumbnailLength": 8720,
+ "EXIF:ThumbnailImage": "(Binary data 8720 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1358007641442791",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.004469259643 -0.9294272656 0.379439801",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.397903562,
+ "MakerNotes:SignalToNoiseRatio": 34.44923017,
+ "MakerNotes:PhotoIdentifier": "2A4AA067-93C1-4A8F-B22E-286872F5DDA7",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 250510,
+ "MPF:MPImageStart": 3420546,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 250510 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1358007.64144279,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 14.8387096774194,
+ "Composite:ShutterSpeed": 0.001543209877,
+ "Composite:SubSecCreateDate": "2024:05:21 12:39:33.180-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:05:21 12:39:33.180-06:00",
+ "Composite:SubSecModifyDate": "2024:05:21 12:39:33-06:00",
+ "Composite:GPSAltitude": 1039.452766,
+ "Composite:GPSDateTime": "2024:05:21 18:39:32Z",
+ "Composite:GPSLatitude": 51.0456972222222,
+ "Composite:GPSLongitude": -114.067802777778,
+ "Composite:CircleOfConfusion": "0.00202485669455405",
+ "Composite:FOV": 76.0941493376303,
+ "Composite:FocalLength35efl": 23.0000000000001,
+ "Composite:GPSPosition": "51.0456972222222 -114.067802777778",
+ "Composite:HyperfocalDistance": 0.494376549885736,
+ "Composite:LightValue": 13.8659188141252,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:05:21 12:40:57",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001326259947,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:05:21 12:40:57",
+ "EXIF:CreateDate": "2024:05:21 12:40:57",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00132699999995767",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 7.62948673,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 933,
+ "EXIF:SubSecTimeDigitized": 933,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0457638888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.068427777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1055.958201,
+ "EXIF:GPSTimeStamp": "18:40:57",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.7706533689,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 274.770477,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 274.770477,
+ "EXIF:GPSDateStamp": "2024:05:21",
+ "EXIF:GPSHPositioningError": 4.962322861,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2914,
+ "EXIF:ThumbnailLength": 8503,
+ "EXIF:ThumbnailImage": "(Binary data 8503 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1358092076526375",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 178,
+ "MakerNotes:AEAverage": 185,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.009120165373 -0.992685437 0.1132419407",
+ "MakerNotes:FocusDistanceRange": "0.69921875 0.58203125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.419976593,
+ "MakerNotes:SignalToNoiseRatio": 53.82308577,
+ "MakerNotes:PhotoIdentifier": "7A918486-BB54-4AD1-9887-007FA63EB9E4",
+ "MakerNotes:FocusPosition": 55,
+ "MakerNotes:HDRGain": 0.03612743319,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 399985,
+ "MPF:MPImageStart": 4016274,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 399985 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1358092.07652638,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.001326259947,
+ "Composite:SubSecCreateDate": "2024:05:21 12:40:57.933-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:05:21 12:40:57.933-06:00",
+ "Composite:SubSecModifyDate": "2024:05:21 12:40:57-06:00",
+ "Composite:GPSAltitude": 1055.958201,
+ "Composite:GPSDateTime": "2024:05:21 18:40:57Z",
+ "Composite:GPSLatitude": 51.0457638888889,
+ "Composite:GPSLongitude": -114.068427777778,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "51.0457638888889 -114.068427777778",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 12.5584207132138,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:05:21 13:45:20",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0004589261129,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:05:21 13:45:20",
+ "EXIF:CreateDate": "2024:05:21 13:45:20",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00045900000188041",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 10.42637686,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "1956 2107 751 791",
+ "EXIF:SubSecTimeOriginal": 701,
+ "EXIF:SubSecTimeDigitized": 701,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.935979513,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0639138888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.088866666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1095.779183,
+ "EXIF:GPSTimeStamp": "19:45:20",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 121.9297332,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 121.9297332,
+ "EXIF:GPSDateStamp": "2024:05:21",
+ "EXIF:GPSHPositioningError": 4.595244266,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2854,
+ "EXIF:ThumbnailLength": 7605,
+ "EXIF:ThumbnailImage": "(Binary data 7605 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1360506663525666",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 173,
+ "MakerNotes:AEAverage": 152,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.008528091015 -1.001072168 -0.02829806133",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.676667332,
+ "MakerNotes:SignalToNoiseRatio": 33.73583602,
+ "MakerNotes:PhotoIdentifier": "8EAD0B7F-567C-46D4-B266-7F89F778BD54",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 173008,
+ "MPF:MPImageStart": 2348614,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 173008 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1360506.66352567,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 16.7741935483871,
+ "Composite:ShutterSpeed": 0.0004589261129,
+ "Composite:SubSecCreateDate": "2024:05:21 13:45:20.701-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:05:21 13:45:20.701-06:00",
+ "Composite:SubSecModifyDate": "2024:05:21 13:45:20-06:00",
+ "Composite:GPSAltitude": 1095.779183,
+ "Composite:GPSDateTime": "2024:05:21 19:45:20Z",
+ "Composite:GPSLatitude": 51.0639138888889,
+ "Composite:GPSLongitude": -114.088866666667,
+ "Composite:CircleOfConfusion": "0.00179121938364397",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "51.0639138888889 -114.088866666667",
+ "Composite:HyperfocalDistance": 0.558860447696918,
+ "Composite:LightValue": 15.6155192927704,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:06:01 15:11:23",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001279918085,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:06:01 15:11:23",
+ "EXIF:CreateDate": "2024:06:01 15:11:23",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000127999999940039",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 11.01329905,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 633,
+ "EXIF:SubSecTimeDigitized": 633,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.1561888888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.0569,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1077.199446,
+ "EXIF:GPSTimeStamp": "21:11:23",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 37.33522032,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 37.33522032,
+ "EXIF:GPSDateStamp": "2024:06:01",
+ "EXIF:GPSHPositioningError": 4.790576673,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2872,
+ "EXIF:ThumbnailLength": 6266,
+ "EXIF:ThumbnailImage": "(Binary data 6266 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1861600696633791",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 199,
+ "MakerNotes:AEAverage": 195,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.02684069799 -0.995214879 -0.03860796243",
+ "MakerNotes:FocusDistanceRange": "4.0859375 0.7109375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1107304448,
+ "MakerNotes:HDRHeadroom": 0,
+ "MakerNotes:SignalToNoiseRatio": 63.98619078,
+ "MakerNotes:PhotoIdentifier": "056E1625-4298-4E4C-80AC-FD963111D955",
+ "MakerNotes:FocusPosition": 53,
+ "Composite:RunTimeSincePowerUp": 1861600.69663379,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0001279918085,
+ "Composite:SubSecCreateDate": "2024:06:01 15:11:23.633-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:06:01 15:11:23.633-06:00",
+ "Composite:SubSecModifyDate": "2024:06:01 15:11:23-06:00",
+ "Composite:GPSAltitude": 1077.199446,
+ "Composite:GPSDateTime": "2024:06:01 21:11:23Z",
+ "Composite:GPSLatitude": 51.1561888888889,
+ "Composite:GPSLongitude": -114.0569,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "51.1561888888889 -114.0569",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.9316608991257,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:06:01 19:59:19",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.002985074627,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:06:01 19:59:19",
+ "EXIF:CreateDate": "2024:06:01 19:59:19",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00298200001661991",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 8.123932752,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": "088",
+ "EXIF:SubSecTimeDigitized": "088",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0490388888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.039719444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1058.764535,
+ "EXIF:GPSTimeStamp": "01:59:18",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 147.9010011,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 147.9010011,
+ "EXIF:GPSDateStamp": "2024:06:02",
+ "EXIF:GPSHPositioningError": 4.595235552,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2854,
+ "EXIF:ThumbnailLength": 5938,
+ "EXIF:ThumbnailImage": "(Binary data 5938 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1871139982733125",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 200,
+ "MakerNotes:AEAverage": 192,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.004559683612 -0.9969524751 0.06865481288",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.393359661,
+ "MakerNotes:SignalToNoiseRatio": 35.00230408,
+ "MakerNotes:PhotoIdentifier": "CE3C0355-E85D-48A3-ADA7-B6F575F3E5CE",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 179395,
+ "MPF:MPImageStart": 2772633,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 179395 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1871139.98273313,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.002985074627,
+ "Composite:SubSecCreateDate": "2024:06:01 19:59:19.088-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:06:01 19:59:19.088-06:00",
+ "Composite:SubSecModifyDate": "2024:06:01 19:59:19-06:00",
+ "Composite:GPSAltitude": 1058.764535,
+ "Composite:GPSDateTime": "2024:06:02 01:59:18Z",
+ "Composite:GPSLatitude": 51.0490388888889,
+ "Composite:GPSLongitude": -114.039719444444,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "51.0490388888889 -114.039719444444",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 12.9140860969478,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:06:01 20:11:29",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000668002672,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:06:01 20:11:29",
+ "EXIF:CreateDate": "2024:06:01 20:11:29",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000667999998541536",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 10.08497396,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2010 1497 2320 1391",
+ "EXIF:SubSecTimeOriginal": 660,
+ "EXIF:SubSecTimeDigitized": 660,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.894736842,
+ "EXIF:FocalLengthIn35mmFormat": 25,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0488277777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 114.046577777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1040.744881,
+ "EXIF:GPSTimeStamp": "02:11:29",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 315.3907625,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 315.3907625,
+ "EXIF:GPSDateStamp": "2024:06:02",
+ "EXIF:GPSHPositioningError": 4.595229304,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2854,
+ "EXIF:ThumbnailLength": 8093,
+ "EXIF:ThumbnailImage": "(Binary data 8093 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1871654809775625",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 173,
+ "MakerNotes:AEAverage": 172,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9927700765 -0.02823517097 0.1339220852",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.5116446,
+ "MakerNotes:SignalToNoiseRatio": 34.40295791,
+ "MakerNotes:PhotoIdentifier": "23B12A5C-E27E-4F43-9473-8F1EE0F4EC01",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 249641,
+ "MPF:MPImageStart": 2940103,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 249641 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1871654.80977562,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 16.1290322580645,
+ "Composite:ShutterSpeed": 0.000668002672,
+ "Composite:SubSecCreateDate": "2024:06:01 20:11:29.660-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:06:01 20:11:29.660-06:00",
+ "Composite:SubSecModifyDate": "2024:06:01 20:11:29-06:00",
+ "Composite:GPSAltitude": 1040.744881,
+ "Composite:GPSDateTime": "2024:06:02 02:11:29Z",
+ "Composite:GPSLatitude": 51.0488277777778,
+ "Composite:GPSLongitude": -114.046577777778,
+ "Composite:CircleOfConfusion": "0.00186286815898973",
+ "Composite:FOV": 71.5078349089578,
+ "Composite:FocalLength35efl": 25,
+ "Composite:GPSPosition": "51.0488277777778 -114.046577777778",
+ "Composite:HyperfocalDistance": 0.53736581509319,
+ "Composite:LightValue": 15.0739273177491,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2024:06:06 11:02:06",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0007507507508,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:06:06 11:02:06",
+ "EXIF:CreateDate": "2024:06:06 11:02:06",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000750999995736616",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.634057633,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": "055",
+ "EXIF:SubSecTimeDigitized": "055",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.067375,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 113.952155555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1081.488861,
+ "EXIF:GPSTimeStamp": "17:02:05",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1039761916,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 278.5061033,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 278.5061033,
+ "EXIF:GPSDateStamp": "2024:06:06",
+ "EXIF:GPSHPositioningError": 4.788903136,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2854,
+ "EXIF:ThumbnailLength": 6087,
+ "EXIF:ThumbnailImage": "(Binary data 6087 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 70328054300333,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 182,
+ "MakerNotes:AEAverage": 142,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.006565049757 -1.006837964 -0.001592483953",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.607110024,
+ "MakerNotes:SignalToNoiseRatio": 33.5429611,
+ "MakerNotes:PhotoIdentifier": "6756793E-E295-4806-A461-DDA663382BD5",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 305679,
+ "MPF:MPImageStart": 4145864,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 305679 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 70328.054300333,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0007507507508,
+ "Composite:SubSecCreateDate": "2024:06:06 11:02:06.055-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:06:06 11:02:06.055-06:00",
+ "Composite:SubSecModifyDate": "2024:06:06 11:02:06-06:00",
+ "Composite:GPSAltitude": 1081.488861,
+ "Composite:GPSDateTime": "2024:06:06 17:02:05Z",
+ "Composite:GPSLatitude": 51.067375,
+ "Composite:GPSLongitude": -113.952155555556,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "51.067375 -113.952155555556",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 14.9054471786442,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2024:07:13 22:24:51",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.25,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 800,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:07:13 22:24:51",
+ "EXIF:CreateDate": "2024:07:13 22:24:51",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.266663999931807,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -5.136954858,
+ "EXIF:ExposureCompensation": 0.06640625,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 703,
+ "EXIF:SubSecTimeDigitized": 703,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 3,
+ "EXIF:CompositeImageCount": "10 0",
+ "EXIF:CompositeImageExposureTimes": "0 2.666640045 0 0.2666639986 0 0.2666639986 0 0",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.508475,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5487055555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 11.2029084,
+ "EXIF:GPSTimeStamp": "02:24:47",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 244.5350037,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 244.5350037,
+ "EXIF:GPSDateStamp": "2024:07:14",
+ "EXIF:GPSHPositioningError": 4.980129932,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2996,
+ "EXIF:ThumbnailLength": 7119,
+ "EXIF:ThumbnailImage": "(Binary data 7119 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 15100700133458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 86,
+ "MakerNotes:AEAverage": 84,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.008450318122 -1.002422571 -0.0503716282",
+ "MakerNotes:FocusDistanceRange": "0.234375 0.25",
+ "MakerNotes:OISMode": 2,
+ "MakerNotes:ImageCaptureType": 11,
+ "MakerNotes:LivePhotoVideoIndex": 3321888768,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 13.53136255,
+ "MakerNotes:PhotoIdentifier": "495A1DFC-6578-4E30-94D2-E3E3DB10D0BE",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0.00759847509,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 282238,
+ "MPF:MPImageStart": 2866827,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 282238 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 15100.700133458,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.25,
+ "Composite:SubSecCreateDate": "2024:07:13 22:24:51.703-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:07:13 22:24:51.703-04:00",
+ "Composite:SubSecModifyDate": "2024:07:13 22:24:51-04:00",
+ "Composite:GPSAltitude": 11.2029084,
+ "Composite:GPSDateTime": "2024:07:14 02:24:47Z",
+ "Composite:GPSLatitude": 45.508475,
+ "Composite:GPSLongitude": -73.5487055555556,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.508475 -73.5487055555556",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 0.356143810225276,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2024:07:16 12:23:30",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000189000189,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:07:16 12:23:30",
+ "EXIF:CreateDate": "2024:07:16 12:23:30",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000189000001978579",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.51126614,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 332,
+ "EXIF:SubSecTimeDigitized": 332,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.4708527777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5820166666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 19.91860588,
+ "EXIF:GPSTimeStamp": "16:23:29",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 9.536560059,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 9.536560059,
+ "EXIF:GPSDateStamp": "2024:07:16",
+ "EXIF:GPSHPositioningError": 4.591000795,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2914,
+ "EXIF:ThumbnailLength": 6974,
+ "EXIF:ThumbnailImage": "(Binary data 6974 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 119474033873541,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 189,
+ "MakerNotes:AEAverage": 198,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9885886306 0.009695616552 -0.0167611316",
+ "MakerNotes:FocusDistanceRange": "0.66796875 0.1640625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 62.49679184,
+ "MakerNotes:PhotoIdentifier": "0376B5C0-15BA-42F7-9162-E93BFB595A51",
+ "MakerNotes:FocusPosition": 51,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 271854,
+ "MPF:MPImageStart": 3323027,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 271854 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 119474.033873541,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000189000189,
+ "Composite:SubSecCreateDate": "2024:07:16 12:23:30.332-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:07:16 12:23:30.332-04:00",
+ "Composite:SubSecModifyDate": "2024:07:16 12:23:30-04:00",
+ "Composite:GPSAltitude": 19.91860588,
+ "Composite:GPSDateTime": "2024:07:16 16:23:29Z",
+ "Composite:GPSLatitude": 45.4708527777778,
+ "Composite:GPSLongitude": -73.5820166666667,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.4708527777778 -73.5820166666667",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.3693247024088,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.6.1",
+ "EXIF:ModifyDate": "2024:10:21 21:10:01",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.03333333333,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 800,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:10:21 21:10:01",
+ "EXIF:CreateDate": "2024:10:21 21:10:01",
+ "EXIF:OffsetTime": "-06:00",
+ "EXIF:OffsetTimeOriginal": "-06:00",
+ "EXIF:OffsetTimeDigitized": "-06:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0333360000605773,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -1.973555164,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 313,
+ "EXIF:SubSecTimeDigitized": 313,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 51.0746694444444,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 113.982116666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1087.323807,
+ "EXIF:GPSTimeStamp": "03:10:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.64,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 210.361603,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 210.361603,
+ "EXIF:GPSDateStamp": "2024:10:22",
+ "EXIF:GPSHPositioningError": 4.300212379,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2890,
+ "EXIF:ThumbnailLength": 7362,
+ "EXIF:ThumbnailImage": "(Binary data 7362 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "2255943786758916",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 112,
+ "MakerNotes:AEAverage": 113,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01291074418 -0.9403446911 -0.219049886",
+ "MakerNotes:FocusDistanceRange": "2.83203125 0.27734375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 23.13464928,
+ "MakerNotes:PhotoIdentifier": "DB94D527-C144-413E-AFA3-09E9F313A4E9",
+ "MakerNotes:FocusPosition": 48,
+ "MakerNotes:HDRGain": 0.0007105261905,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 146749,
+ "MPF:MPImageStart": 2089546,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 146749 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 2255943.78675892,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.03333333333,
+ "Composite:SubSecCreateDate": "2024:10:21 21:10:01.313-06:00",
+ "Composite:SubSecDateTimeOriginal": "2024:10:21 21:10:01.313-06:00",
+ "Composite:SubSecModifyDate": "2024:10:21 21:10:01-06:00",
+ "Composite:GPSAltitude": 1087.323807,
+ "Composite:GPSDateTime": "2024:10:22 03:10:00Z",
+ "Composite:GPSLatitude": 51.0746694444444,
+ "Composite:GPSLongitude": -113.982116666667,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "51.0746694444444 -113.982116666667",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 3.26303440597806,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:15 11:03:35",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0006468305304,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:15 11:03:35",
+ "EXIF:CreateDate": "2022:12:15 11:03:35",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000647000003288005",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 10.24942861,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 642,
+ "EXIF:SubSecTimeDigitized": 642,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.73731944444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7709805555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 2.082574209,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 2.127163648,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 7.217763896,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 7.217763896,
+ "EXIF:GPSHPositioningError": 4.742020592,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2596,
+ "EXIF:ThumbnailLength": 6026,
+ "EXIF:ThumbnailImage": "(Binary data 6026 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1444678865082208",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 177,
+ "MakerNotes:AEAverage": 191,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03978167474 -0.9743697039 0.01156179234",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1107337216,
+ "MakerNotes:HDRHeadroom": 0,
+ "MakerNotes:SignalToNoiseRatio": 34.7400131,
+ "MakerNotes:PhotoIdentifier": "29716082-8170-4686-A936-CCACC5689096",
+ "MakerNotes:FocusPosition": 0,
+ "Composite:RunTimeSincePowerUp": 1444678.86508221,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0006468305304,
+ "Composite:SubSecCreateDate": "2022:12:15 11:03:35.642+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:15 11:03:35.642+07:00",
+ "Composite:SubSecModifyDate": "2022:12:15 11:03:35+07:00",
+ "Composite:GPSAltitude": 2.082574209,
+ "Composite:GPSLatitude": 7.73731944444444,
+ "Composite:GPSLongitude": 98.7709805555556,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.73731944444444 98.7709805555556",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 15.1203934155947,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:15 11:36:28",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0006882312457,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:15 11:36:28",
+ "EXIF:CreateDate": "2022:12:15 11:36:28",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000687999997435347",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.922529027,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2035 1498 2319 1390",
+ "EXIF:SubSecTimeOriginal": 101,
+ "EXIF:SubSecTimeDigitized": 101,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.778823529,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.741625,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7765805555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 5.913953777,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 271.4181369,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 271.4181369,
+ "EXIF:GPSHPositioningError": 6.103549469,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 9914,
+ "EXIF:ThumbnailImage": "(Binary data 9914 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1445861079132958",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 181,
+ "MakerNotes:AEAverage": 165,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9772163628 -0.03585711119 0.1469171494",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.614470839,
+ "MakerNotes:SignalToNoiseRatio": 34.06502534,
+ "MakerNotes:PhotoIdentifier": "94D6C86B-C1C5-4C8E-B981-616F1526FC5A",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 268553,
+ "MPF:MPImageStart": 3477345,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 268553 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1445861.07913296,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 15.4838709677419,
+ "Composite:ShutterSpeed": 0.0006882312457,
+ "Composite:SubSecCreateDate": "2022:12:15 11:36:28.101+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:15 11:36:28.101+07:00",
+ "Composite:SubSecModifyDate": "2022:12:15 11:36:28+07:00",
+ "Composite:GPSAltitude": 5.913953777,
+ "Composite:GPSLatitude": 7.741625,
+ "Composite:GPSLongitude": 98.7765805555556,
+ "Composite:CircleOfConfusion": 0.0019404876656143,
+ "Composite:FOV": 73.7398575770813,
+ "Composite:FocalLength35efl": 23.9999999999999,
+ "Composite:GPSPosition": "7.741625 98.7765805555556",
+ "Composite:HyperfocalDistance": 0.515871182489463,
+ "Composite:LightValue": 15.0308877992974,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:15 21:30:50",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.25,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 5000,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:15 21:30:50",
+ "EXIF:CreateDate": "2022:12:15 21:30:50",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.265642999863165,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -7.731026041,
+ "EXIF:ExposureCompensation": 0.09090909091,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 430,
+ "EXIF:SubSecTimeDigitized": 430,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 3,
+ "EXIF:CompositeImageCount": "13 0",
+ "EXIF:CompositeImageExposureTimes": "0 3.453359603 0 0.2656430008 0 0.2656430008 0 0",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.741825,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7765277777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 28.93372917,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 223.7295684,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 223.7295684,
+ "EXIF:GPSHPositioningError": 4.705889387,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2714,
+ "EXIF:ThumbnailLength": 5619,
+ "EXIF:ThumbnailImage": "(Binary data 5619 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1467533581464375",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 92,
+ "MakerNotes:AEAverage": 87,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9854007959 0.03891135011 0.1052369475",
+ "MakerNotes:FocusDistanceRange": "1.81640625 0.71484375",
+ "MakerNotes:OISMode": 2,
+ "MakerNotes:ImageCaptureType": 11,
+ "MakerNotes:LivePhotoVideoIndex": 3321888768,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 4.232644083,
+ "MakerNotes:PhotoIdentifier": "9BCEECEC-EE40-4738-B7CD-19940283307C",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0.006672728807,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 213289,
+ "MPF:MPImageStart": 2689867,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 213289 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1467533.58146437,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.25,
+ "Composite:SubSecCreateDate": "2022:12:15 21:30:50.430+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:15 21:30:50.430+07:00",
+ "Composite:SubSecModifyDate": "2022:12:15 21:30:50+07:00",
+ "Composite:GPSAltitude": 28.93372917,
+ "Composite:GPSLatitude": 7.741825,
+ "Composite:GPSLongitude": 98.7765277777778,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.741825 98.7765277777778",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": -2.28771237954945,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 14:16:40",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0004589261129,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 14:16:40",
+ "EXIF:CreateDate": "2022:12:17 14:16:40",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00045900000188041",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 10.80561784,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 396,
+ "EXIF:SubSecTimeDigitized": 396,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.74332222222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7620916666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 2.249839805,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 24.08032227,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 24.08032227,
+ "EXIF:GPSHPositioningError": 4.737910639,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 5104,
+ "EXIF:ThumbnailImage": "(Binary data 5104 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1532985521354750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 201,
+ "MakerNotes:AEAverage": 203,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9969490165 -0.007338870311 0.05444471165",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.672928929,
+ "MakerNotes:SignalToNoiseRatio": 34.94892502,
+ "MakerNotes:PhotoIdentifier": "D043995B-D3F3-4183-9273-749A36B9B01F",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 180844,
+ "MPF:MPImageStart": 2126260,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 180844 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1532985.52135475,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0004589261129,
+ "Composite:SubSecCreateDate": "2022:12:17 14:16:40.396+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 14:16:40.396+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 14:16:40+07:00",
+ "Composite:GPSAltitude": 2.249839805,
+ "Composite:GPSLatitude": 7.74332222222222,
+ "Composite:GPSLongitude": 98.7620916666667,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.74332222222222 98.7620916666667",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 15.6155192927704,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 14:40:07",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001937984496,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 14:40:07",
+ "EXIF:CreateDate": "2022:12:17 14:40:07",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00193899999491611",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.79402407,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 760,
+ "EXIF:SubSecTimeDigitized": 760,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.74403055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7564694444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 3.31871143,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 6.550000191,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 155.3972778,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 155.3972778,
+ "EXIF:GPSHPositioningError": 4.725633274,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 7174,
+ "EXIF:ThumbnailImage": "(Binary data 7174 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1533347972124750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 184,
+ "MakerNotes:AEAverage": 405,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03833981975 -0.9367693068 0.08111667631",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.359751105,
+ "MakerNotes:SignalToNoiseRatio": 38.2143898,
+ "MakerNotes:PhotoIdentifier": "054544DD-39C5-4636-B54E-5766E421EEDF",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0.09758660197,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 374710,
+ "MPF:MPImageStart": 3112827,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 374710 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1533347.97212475,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.001937984496,
+ "Composite:SubSecCreateDate": "2022:12:17 14:40:07.760+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 14:40:07.760+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 14:40:07+07:00",
+ "Composite:GPSAltitude": 3.31871143,
+ "Composite:GPSLatitude": 7.74403055555556,
+ "Composite:GPSLongitude": 98.7564694444444,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.74403055555556 98.7564694444444",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 13.5372960671832,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 16:25:42",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003120124805,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 16:25:42",
+ "EXIF:CreateDate": "2022:12:17 16:25:42",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000312000000099897",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.733550163,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "342 2973 169 168",
+ "EXIF:SubSecTimeOriginal": 208,
+ "EXIF:SubSecTimeDigitized": 208,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.67685833333333,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.76635,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 4.500173571,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 313.3963317,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 313.3963317,
+ "EXIF:GPSDateStamp": "2022:12:17",
+ "EXIF:GPSHPositioningError": 4.72577239,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 7750,
+ "EXIF:ThumbnailImage": "(Binary data 7750 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1537097621095875",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 193,
+ "MakerNotes:AEAverage": 187,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0001862908102 -0.9574401379 -0.2994844616",
+ "MakerNotes:FocusDistanceRange": "0.69921875 0.37890625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1,
+ "MakerNotes:SignalToNoiseRatio": 60.13372805,
+ "MakerNotes:PhotoIdentifier": "BEE89E49-06FC-4946-8D70-D1C3556AFB93",
+ "MakerNotes:FocusPosition": 66,
+ "MakerNotes:HDRGain": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2022:12:17 16:25:42",
+ "XMP:CreatorTool": 16.0,
+ "XMP:ModifyDate": "2022:12:17 16:25:42",
+ "XMP:DateCreated": "2022:12:17 16:25:42",
+ "XMP:RegionType": "Face",
+ "XMP:RegionAreaY": "0.98152380952380947",
+ "XMP:RegionAreaW": "0.04295238095238095",
+ "XMP:RegionAreaX": "0.08147619047619048",
+ "XMP:RegionAreaH": "0.03695238095238107",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensionsAngleInfoYaw": 0,
+ "XMP:RegionExtensionsAngleInfoRoll": 270,
+ "XMP:RegionExtensionsConfidenceLevel": 658,
+ "XMP:RegionExtensionsFaceID": 32,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 223270,
+ "MPF:MPImageStart": 2601570,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 223270 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1537097.62109588,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0003120124805,
+ "Composite:SubSecCreateDate": "2022:12:17 16:25:42.208+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 16:25:42.208+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 16:25:42+07:00",
+ "Composite:GPSAltitude": 4.500173571,
+ "Composite:GPSDateTime": "2022:12:17 20:00:00Z",
+ "Composite:GPSLatitude": 7.67685833333333,
+ "Composite:GPSLongitude": 98.76635,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.67685833333333 98.76635",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.6461086415025,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 16:40:12",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001879699248,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 16:40:12",
+ "EXIF:CreateDate": "2022:12:17 16:40:12",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00187800000217441",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 8.518856966,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubSecTimeOriginal": 996,
+ "EXIF:SubSecTimeDigitized": 996,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.090909091,
+ "EXIF:FocalLengthIn35mmFormat": 17,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 1.549999952 2.4 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back camera 1.55mm f/2.4",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.67789722222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7668833333333,
+ "EXIF:GPSAltitudeRef": 1,
+ "EXIF:GPSAltitude": 2.116739271,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSDateStamp": "2022:12:17",
+ "EXIF:GPSHPositioningError": 4.756709124,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2312,
+ "EXIF:ThumbnailLength": 6016,
+ "EXIF:ThumbnailImage": "(Binary data 6016 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1537802819244458",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 172,
+ "MakerNotes:AEAverage": 154,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0009708047728 -0.997931302 -0.01255056634",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 32768,
+ "MakerNotes:SignalToNoiseRatio": 29.27824211,
+ "MakerNotes:PhotoIdentifier": "46EB1C9D-AF40-4489-AF22-1E66C5783C39",
+ "MakerNotes:FocusPosition": 0,
+ "Composite:RunTimeSincePowerUp": 1537802.81924446,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 10.9677419354839,
+ "Composite:ShutterSpeed": 0.001879699248,
+ "Composite:SubSecCreateDate": "2022:12:17 16:40:12.996+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 16:40:12.996+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 16:40:12+07:00",
+ "Composite:GPSAltitude": -2.116739271,
+ "Composite:GPSLatitude": 7.67789722222222,
+ "Composite:GPSLongitude": 98.7668833333333,
+ "Composite:CircleOfConfusion": "0.00273951199851431",
+ "Composite:FOV": 93.2732328677627,
+ "Composite:FocalLength35efl": 17,
+ "Composite:GPSPosition": "7.67789722222222 98.7668833333333",
+ "Composite:HyperfocalDistance": 0.365408754263369,
+ "Composite:LightValue": 13.5813512472611,
+ "Composite:LensID": "iPhone 12 back camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 16:41:11",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0007507507508,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 16:41:11",
+ "EXIF:CreateDate": "2022:12:17 16:41:11",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000750999995736616",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.711763577,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 328,
+ "EXIF:SubSecTimeDigitized": 328,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.67794166666667,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7667916666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 5.8398911,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 288.9339906,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 288.9339906,
+ "EXIF:GPSHPositioningError": 4.788484558,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 6025,
+ "EXIF:ThumbnailImage": "(Binary data 6025 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1537860901261458",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 188,
+ "MakerNotes:AEAverage": 151,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.006913739724 -1.00143671 0.005424796604",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.605985642,
+ "MakerNotes:SignalToNoiseRatio": 33.77889635,
+ "MakerNotes:PhotoIdentifier": "A482DD59-B526-4FF4-BEEB-A2F151B4E596",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 174098,
+ "MPF:MPImageStart": 2649108,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 174098 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1537860.90126146,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0007507507508,
+ "Composite:SubSecCreateDate": "2022:12:17 16:41:11.328+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 16:41:11.328+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 16:41:11+07:00",
+ "Composite:GPSAltitude": 5.8398911,
+ "Composite:GPSLatitude": 7.67794166666667,
+ "Composite:GPSLongitude": 98.7667916666667,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.67794166666667 98.7667916666667",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 14.9054471786442,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 17:51:39",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.00032,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 17:51:39",
+ "EXIF:CreateDate": "2022:12:17 17:51:39",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000319999998766045",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.57913351,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 923,
+ "EXIF:SubSecTimeDigitized": 923,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.68103333333333,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.763625,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 1.150250247,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 2.483503342,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 232.9319917,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 232.9319917,
+ "EXIF:GPSDateStamp": "2022:12:17",
+ "EXIF:GPSHPositioningError": 4.762467372,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 7587,
+ "EXIF:ThumbnailImage": "(Binary data 7587 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1540297247043208",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 173,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0114262132 -0.9763342743 -0.01507270614",
+ "MakerNotes:FocusDistanceRange": "2.37890625 0.1640625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 59.59291077,
+ "MakerNotes:PhotoIdentifier": "2E7BAE56-68B8-458F-8609-8A620455FD0F",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0.003705377692,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 270555,
+ "MPF:MPImageStart": 2633635,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 270555 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1540297.24704321,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.00032,
+ "Composite:SubSecCreateDate": "2022:12:17 17:51:39.923+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 17:51:39.923+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 17:51:39+07:00",
+ "Composite:GPSAltitude": 1.150250247,
+ "Composite:GPSDateTime": "2022:12:17 20:00:00Z",
+ "Composite:GPSLatitude": 7.68103333333333,
+ "Composite:GPSLongitude": 98.763625,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.68103333333333 98.763625",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.6096404744368,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 18:03:47",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0009861932939,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 18:03:47",
+ "EXIF:CreateDate": "2022:12:17 18:03:47",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000985999997229501",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 7.848542177,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2004 1502 2312 1391",
+ "EXIF:SubSecTimeOriginal": 579,
+ "EXIF:SubSecTimeDigitized": 579,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 2.301369863,
+ "EXIF:FocalLengthIn35mmFormat": 59,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.70287222222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7649305555556,
+ "EXIF:GPSAltitudeRef": 1,
+ "EXIF:GPSAltitude": 1.91731453,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.5,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 249.276581,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 249.276581,
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2640,
+ "EXIF:ThumbnailLength": 8387,
+ "EXIF:ThumbnailImage": "(Binary data 8387 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1540658426043333",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 168,
+ "MakerNotes:AEAverage": 160,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.09529182315 -0.9450022583 -0.1147791669",
+ "MakerNotes:FocusDistanceRange": "0.5859375 3.66796875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.572062611,
+ "MakerNotes:SignalToNoiseRatio": 54.48619082,
+ "MakerNotes:PhotoIdentifier": "B9599E36-C43F-4D02-841E-5C777E5FEBC4",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0.0006554705324,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 254830,
+ "MPF:MPImageStart": 2338130,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 254830 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1540658.42604333,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 14.047619047619,
+ "Composite:ShutterSpeed": 0.0009861932939,
+ "Composite:SubSecCreateDate": "2022:12:17 18:03:47.579+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 18:03:47.579+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 18:03:47+07:00",
+ "Composite:GPSAltitude": -1.91731453,
+ "Composite:GPSLatitude": 7.70287222222222,
+ "Composite:GPSLongitude": 98.7649305555556,
+ "Composite:CircleOfConfusion": "0.00213888634985152",
+ "Composite:FOV": 33.9323248784812,
+ "Composite:FocalLength35efl": 58.9999999999998,
+ "Composite:GPSPosition": "7.70287222222222 98.7649305555556",
+ "Composite:HyperfocalDistance": 5.15455157342294,
+ "Composite:LightValue": 12.9858419369823,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:17 18:05:34",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.008771929825,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:17 18:05:34",
+ "EXIF:CreateDate": "2022:12:17 18:05:34",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00874800002592867",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 6.402963498,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubSecTimeOriginal": 893,
+ "EXIF:SubSecTimeDigitized": 893,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.090909091,
+ "EXIF:FocalLengthIn35mmFormat": 17,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 1.549999952 2.4 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back camera 1.55mm f/2.4",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.70304444444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7643138888889,
+ "EXIF:GPSAltitudeRef": 1,
+ "EXIF:GPSAltitude": 1.219926835,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.6700000167,
+ "EXIF:GPSDateStamp": "2022:12:17",
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2312,
+ "EXIF:ThumbnailLength": 7054,
+ "EXIF:ThumbnailImage": "(Binary data 7054 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1540766087985041",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 173,
+ "MakerNotes:AEAverage": 181,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9851368069 -0.02684262396 0.07494207468",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 32768,
+ "MakerNotes:SignalToNoiseRatio": 28.21820833,
+ "MakerNotes:PhotoIdentifier": "E0FFADF5-0AFD-4C29-97E8-ADC0BCB7877B",
+ "MakerNotes:FocusPosition": 0,
+ "Composite:RunTimeSincePowerUp": 1540766.08798504,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 10.9677419354839,
+ "Composite:ShutterSpeed": 0.008771929825,
+ "Composite:SubSecCreateDate": "2022:12:17 18:05:34.893+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:17 18:05:34.893+07:00",
+ "Composite:SubSecModifyDate": "2022:12:17 18:05:34+07:00",
+ "Composite:GPSAltitude": -1.219926835,
+ "Composite:GPSLatitude": 7.70304444444444,
+ "Composite:GPSLongitude": 98.7643138888889,
+ "Composite:CircleOfConfusion": "0.00273951199851431",
+ "Composite:FOV": 93.2732328677627,
+ "Composite:FocalLength35efl": 17,
+ "Composite:GPSPosition": "7.70304444444444 98.7643138888889",
+ "Composite:HyperfocalDistance": 0.365408754263369,
+ "Composite:LightValue": 11.0028150155349,
+ "Composite:LensID": "iPhone 12 back camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:18 18:47:07",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0303030303,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 400,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:18 18:47:07",
+ "EXIF:CreateDate": "2022:12:18 18:47:07",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.03000200001227,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -0.09098489509,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 318,
+ "EXIF:SubSecTimeDigitized": 318,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.88478055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3891222222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 12.01142364,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 1.798042537,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 1.798042537,
+ "EXIF:GPSDateStamp": "2022:12:18",
+ "EXIF:GPSHPositioningError": 4.730149542,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2656,
+ "EXIF:ThumbnailLength": 10818,
+ "EXIF:ThumbnailImage": "(Binary data 10818 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1590002866624291",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 178,
+ "MakerNotes:AEAverage": 167,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01104414276 -0.9953142993 -0.1022077427",
+ "MakerNotes:FocusDistanceRange": "1.546875 1.21484375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.5,
+ "MakerNotes:SignalToNoiseRatio": 29.01039124,
+ "MakerNotes:PhotoIdentifier": "9AF8185A-CA90-4C00-B491-B03527748EBE",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0.01223378442,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2022:12:18 18:47:07",
+ "XMP:CreatorTool": 16.0,
+ "XMP:ModifyDate": "2022:12:18 18:47:07",
+ "XMP:DateCreated": "2022:12:18 18:47:07",
+ "XMP:RegionType": [
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionAreaY": [
+ "0.18623809523809523",
+ "0.14433333333333331"
+ ],
+ "XMP:RegionAreaW": [
+ "0.027238095238095228",
+ "0.029333333333333322"
+ ],
+ "XMP:RegionAreaX": [
+ "0.39314285714285713",
+ "0.42142857142857137"
+ ],
+ "XMP:RegionAreaH": [
+ "0.036666666666666681",
+ "0.038761904761904775"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 0,
+ "XMP:RegionExtensionsAngleInfoRoll": 270,
+ "XMP:RegionExtensionsConfidenceLevel": 843,
+ "XMP:RegionExtensionsFaceID": 103,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 399259,
+ "MPF:MPImageStart": 3534106,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 399259 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1590002.86662429,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0303030303,
+ "Composite:SubSecCreateDate": "2022:12:18 18:47:07.318+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:18 18:47:07.318+07:00",
+ "Composite:SubSecModifyDate": "2022:12:18 18:47:07+07:00",
+ "Composite:GPSAltitude": 12.01142364,
+ "Composite:GPSDateTime": "2022:12:18 20:00:00Z",
+ "Composite:GPSLatitude": 7.88478055555556,
+ "Composite:GPSLongitude": 98.3891222222222,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.88478055555556 98.3891222222222",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 4.400537929728,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:18 18:54:46",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 640,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:18 18:54:46",
+ "EXIF:CreateDate": "2022:12:18 18:54:46",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0199939999476312,
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 0.9564619718,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 881,
+ "EXIF:SubSecTimeDigitized": 881,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.88469722222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3901222222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 12.67491046,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 323.8781431,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 323.8781431,
+ "EXIF:GPSDateStamp": "2022:12:18",
+ "EXIF:GPSHPositioningError": 4.729910012,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2674,
+ "EXIF:ThumbnailLength": 10217,
+ "EXIF:ThumbnailImage": "(Binary data 10217 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1590109072851083",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 186,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.1090728343 -0.9732428788 -0.2345860452",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1111531520,
+ "MakerNotes:HDRHeadroom": 0.8432090282,
+ "MakerNotes:SignalToNoiseRatio": 19.89777756,
+ "MakerNotes:PhotoIdentifier": "303C96AE-603B-4C6B-9217-799C849669E2",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0.01136692427,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 411149,
+ "MPF:MPImageStart": 3181702,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 411149 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1590109.07285108,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:18 18:54:46.881+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:18 18:54:46.881+07:00",
+ "Composite:SubSecModifyDate": "2022:12:18 18:54:46+07:00",
+ "Composite:GPSAltitude": 12.67491046,
+ "Composite:GPSDateTime": "2022:12:18 20:00:00Z",
+ "Composite:GPSLatitude": 7.88469722222222,
+ "Composite:GPSLongitude": 98.3901222222222,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.88469722222222 98.3901222222222",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 5.49185309632967,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:18 19:32:28",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 400,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:18 19:32:28",
+ "EXIF:CreateDate": "2022:12:18 19:32:28",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0200060000717034,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 0.2466948834,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 801,
+ "EXIF:SubSecTimeDigitized": 801,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.884575,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.391,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 7.142606736,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.7699999809,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 287.1338196,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 287.1338196,
+ "EXIF:GPSDateStamp": "2022:12:18",
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2656,
+ "EXIF:ThumbnailLength": 8719,
+ "EXIF:ThumbnailImage": "(Binary data 8719 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1590625928906750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 167,
+ "MakerNotes:AEAverage": 160,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.014475842 -1.097275972 0.01135100889",
+ "MakerNotes:FocusDistanceRange": "2.64453125 1.39453125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.5,
+ "MakerNotes:SignalToNoiseRatio": 30.12054255,
+ "MakerNotes:PhotoIdentifier": "90BA4C92-4B49-42F0-9C74-4A76C553AC4C",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.01313711237,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2022:12:18 19:32:28",
+ "XMP:CreatorTool": 16.0,
+ "XMP:ModifyDate": "2022:12:18 19:32:28",
+ "XMP:DateCreated": "2022:12:18 19:32:28",
+ "XMP:RegionType": "Face",
+ "XMP:RegionAreaY": "0.90542857142857147",
+ "XMP:RegionAreaW": "0.027238095238095283",
+ "XMP:RegionAreaX": "0.52095238095238094",
+ "XMP:RegionAreaH": "0.035619047619047661",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensionsAngleInfoYaw": 90,
+ "XMP:RegionExtensionsAngleInfoRoll": 180,
+ "XMP:RegionExtensionsConfidenceLevel": 343,
+ "XMP:RegionExtensionsFaceID": 17,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 329105,
+ "MPF:MPImageStart": 2905385,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 329105 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1590625.92890675,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:18 19:32:28.801+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:18 19:32:28.801+07:00",
+ "Composite:SubSecModifyDate": "2022:12:18 19:32:28+07:00",
+ "Composite:GPSAltitude": 7.142606736,
+ "Composite:GPSDateTime": "2022:12:18 20:00:00Z",
+ "Composite:GPSLatitude": 7.884575,
+ "Composite:GPSLongitude": 98.391,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.884575 98.391",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 5,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:18 19:32:36",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 320,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:18 19:32:36",
+ "EXIF:CreateDate": "2022:12:18 19:32:36",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0200060000717034,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 0.9989082511,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 983,
+ "EXIF:SubSecTimeDigitized": 983,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.88458055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3909305555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 13.40917778,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.5899999738,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 284.7077333,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 284.7077333,
+ "EXIF:GPSDateStamp": "2022:12:18",
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2656,
+ "EXIF:ThumbnailLength": 9988,
+ "EXIF:ThumbnailImage": "(Binary data 9988 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1590634230752750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 196,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.06351212407 -0.9548345206 -0.07129250467",
+ "MakerNotes:FocusDistanceRange": "0.234375 4.18359375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.7844365247,
+ "MakerNotes:SignalToNoiseRatio": 32.29964449,
+ "MakerNotes:PhotoIdentifier": "1595AE51-BFAF-4EEF-BBC6-22E112E23D31",
+ "MakerNotes:FocusPosition": 55,
+ "MakerNotes:HDRGain": 0.01907599905,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 461867,
+ "MPF:MPImageStart": 3032370,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 461867 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1590634.23075275,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:18 19:32:36.983+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:18 19:32:36.983+07:00",
+ "Composite:SubSecModifyDate": "2022:12:18 19:32:36+07:00",
+ "Composite:GPSAltitude": 13.40917778,
+ "Composite:GPSDateTime": "2022:12:18 20:00:00Z",
+ "Composite:GPSLatitude": 7.88458055555556,
+ "Composite:GPSLongitude": 98.3909305555556,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.88458055555556 98.3909305555556",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 5.32192809488736,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 13:20:44",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.00078125,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 13:20:44",
+ "EXIF:CreateDate": "2022:12:19 13:20:44",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000781000000639978",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.869776178,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubSecTimeOriginal": 921,
+ "EXIF:SubSecTimeDigitized": 921,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.090909091,
+ "EXIF:FocalLengthIn35mmFormat": 17,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 1.549999952 2.4 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back camera 1.55mm f/2.4",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.87991388888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3752527777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 10.74189758,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSDateStamp": "2022:12:19",
+ "EXIF:GPSHPositioningError": 257.5313589,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2312,
+ "EXIF:ThumbnailLength": 7383,
+ "EXIF:ThumbnailImage": "(Binary data 7383 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1624702136535041",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 179,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.04925525189 -0.9784871333 -0.02044295891",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 32768,
+ "MakerNotes:SignalToNoiseRatio": 29.66112518,
+ "MakerNotes:PhotoIdentifier": "180CF07E-33E6-4093-908B-9E03320421EB",
+ "MakerNotes:FocusPosition": 0,
+ "Composite:RunTimeSincePowerUp": 1624702.13653504,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 10.9677419354839,
+ "Composite:ShutterSpeed": 0.00078125,
+ "Composite:SubSecCreateDate": "2022:12:19 13:20:44.921+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 13:20:44.921+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 13:20:44+07:00",
+ "Composite:GPSAltitude": 10.74189758,
+ "Composite:GPSLatitude": 7.87991388888889,
+ "Composite:GPSLongitude": 98.3752527777778,
+ "Composite:CircleOfConfusion": "0.00273951199851431",
+ "Composite:FOV": 93.2732328677627,
+ "Composite:FocalLength35efl": 17,
+ "Composite:GPSPosition": "7.87991388888889 98.3752527777778",
+ "Composite:HyperfocalDistance": 0.365408754263369,
+ "Composite:LightValue": 14.847996906555,
+ "Composite:LensID": "iPhone 12 back camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 13:51:02",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003759398496,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 13:51:02",
+ "EXIF:CreateDate": "2022:12:19 13:51:02",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000375999999386633",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 10.95677362,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 924,
+ "EXIF:SubSecTimeDigitized": 924,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.82783611111111,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3138416666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 367.1866438,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1800000072,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 102.3400602,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 102.3400602,
+ "EXIF:GPSHPositioningError": 4.726638409,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 5778,
+ "EXIF:ThumbnailImage": "(Binary data 5778 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1626105751292625",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 211,
+ "MakerNotes:AEAverage": 186,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-1.011725426 -0.05365228653 0.06697912512",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 34.50908662,
+ "MakerNotes:PhotoIdentifier": "A14DBC6D-0BF7-4623-BB93-897766A09168",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 156642,
+ "MPF:MPImageStart": 2639180,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 156642 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1626105.75129262,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0003759398496,
+ "Composite:SubSecCreateDate": "2022:12:19 13:51:02.924+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 13:51:02.924+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 13:51:02+07:00",
+ "Composite:GPSAltitude": 367.1866438,
+ "Composite:GPSLatitude": 7.82783611111111,
+ "Composite:GPSLongitude": 98.3138416666667,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.82783611111111 98.3138416666667",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 15.9032793421485,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 13:54:35",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 7.500187505e-05,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 13:54:35",
+ "EXIF:CreateDate": "2022:12:19 13:54:35",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 7.49999994192272e-05,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 11.71738025,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "1535 1450 156 158",
+ "EXIF:SubSecTimeOriginal": 987,
+ "EXIF:SubSecTimeDigitized": 987,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.82775555555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3137888888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 372.6087625,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 263.8962402,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 263.8962402,
+ "EXIF:GPSDateStamp": "2022:12:19",
+ "EXIF:GPSHPositioningError": 4.726638749,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 7939,
+ "EXIF:ThumbnailImage": "(Binary data 7939 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1626291421901916",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 204,
+ "MakerNotes:AEAverage": 191,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.001187973073 -0.9718329306 0.2497204841",
+ "MakerNotes:FocusDistanceRange": "0.15625 1.55859375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 66.1056976,
+ "MakerNotes:PhotoIdentifier": "03B06F40-F80C-46C1-8662-C9950824772F",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 238043,
+ "MPF:MPImageStart": 2677410,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 238043 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1626291.42190192,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 7.500187505e-05,
+ "Composite:SubSecCreateDate": "2022:12:19 13:54:35.987+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 13:54:35.987+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 13:54:35+07:00",
+ "Composite:GPSAltitude": 372.6087625,
+ "Composite:GPSDateTime": "2022:12:19 20:00:00Z",
+ "Composite:GPSLatitude": 7.82775555555556,
+ "Composite:GPSLongitude": 98.3137888888889,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.82775555555556 98.3137888888889",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 16.7027138109413,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 13:56:18",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003759398496,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 13:56:18",
+ "EXIF:CreateDate": "2022:12:19 13:56:18",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000375999999386633",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 11.05236468,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 855,
+ "EXIF:SubSecTimeDigitized": 855,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.82770555555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3134611111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 382.1227397,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.4600000083,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 88.39758308,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 88.39758308,
+ "EXIF:GPSDateStamp": "2022:12:19",
+ "EXIF:GPSHPositioningError": 4.726639766,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2656,
+ "EXIF:ThumbnailLength": 6994,
+ "EXIF:ThumbnailImage": "(Binary data 6994 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1626384974208750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 207,
+ "MakerNotes:AEAverage": 201,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9954807157 -0.01614124143 0.05073092132",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1107337216,
+ "MakerNotes:HDRHeadroom": 0,
+ "MakerNotes:SignalToNoiseRatio": 34.8463097,
+ "MakerNotes:PhotoIdentifier": "644B9C71-01A1-474C-B507-F2F6E2FE8A14",
+ "MakerNotes:FocusPosition": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2022:12:19 13:56:18",
+ "XMP:CreatorTool": 16.0,
+ "XMP:ModifyDate": "2022:12:19 13:56:18",
+ "XMP:DateCreated": "2022:12:19 13:56:18",
+ "XMP:RegionType": "Face",
+ "XMP:RegionAreaY": "0.87270588235294122",
+ "XMP:RegionAreaW": "0.034658461538461527",
+ "XMP:RegionAreaX": "0.88990769230769229",
+ "XMP:RegionAreaH": "0.04767168262653898",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensionsAngleInfoYaw": 270,
+ "XMP:RegionExtensionsAngleInfoRoll": 0,
+ "XMP:RegionExtensionsConfidenceLevel": 47,
+ "XMP:RegionExtensionsFaceID": 27,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:RunTimeSincePowerUp": 1626384.97420875,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0003759398496,
+ "Composite:SubSecCreateDate": "2022:12:19 13:56:18.855+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 13:56:18.855+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 13:56:18+07:00",
+ "Composite:GPSAltitude": 382.1227397,
+ "Composite:GPSDateTime": "2022:12:19 20:00:00Z",
+ "Composite:GPSLatitude": 7.82770555555556,
+ "Composite:GPSLongitude": 98.3134611111111,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.82770555555556 98.3134611111111",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 15.9032793421485,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 13:58:21",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000101999184,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 13:58:21",
+ "EXIF:CreateDate": "2022:12:19 13:58:21",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000101999999105822",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 11.44505972,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 951,
+ "EXIF:SubSecTimeDigitized": 951,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.82769722222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3131111111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 387.8337997,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 251.494995,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 251.494995,
+ "EXIF:GPSDateStamp": "2022:12:19",
+ "EXIF:GPSHPositioningError": 4.746679972,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 7580,
+ "EXIF:ThumbnailImage": "(Binary data 7580 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1626508062356666",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 196,
+ "MakerNotes:AEAverage": 201,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.01521072722 -0.94946903 0.2894293068",
+ "MakerNotes:FocusDistanceRange": "0.95703125 0.453125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 65.28592681,
+ "MakerNotes:PhotoIdentifier": "F5940EC4-CAE0-4097-866A-E90C910797C2",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 220749,
+ "MPF:MPImageStart": 2271585,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 220749 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1626508.06235667,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000101999184,
+ "Composite:SubSecCreateDate": "2022:12:19 13:58:21.951+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 13:58:21.951+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 13:58:21+07:00",
+ "Composite:GPSAltitude": 387.8337997,
+ "Composite:GPSDateTime": "2022:12:19 20:00:00Z",
+ "Composite:GPSLatitude": 7.82769722222222,
+ "Composite:GPSLongitude": 98.3131111111111,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.82769722222222 98.3131111111111",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 16.2591547689592,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 14:02:07",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003759398496,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 14:02:07",
+ "EXIF:CreateDate": "2022:12:19 14:02:07",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000375999999386633",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 10.9599674,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 138,
+ "EXIF:SubSecTimeDigitized": 138,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.82798611111111,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3125388888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 388.8044413,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 301.8760227,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 301.8760227,
+ "EXIF:GPSHPositioningError": 4.726641539,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 6858,
+ "EXIF:ThumbnailImage": "(Binary data 6858 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1626733492960750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 204,
+ "MakerNotes:AEAverage": 185,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9930942058 -0.006690508215 0.02845545488",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 34.49426651,
+ "MakerNotes:PhotoIdentifier": "1ED6716F-0FD6-48EE-A995-BF581675F7BF",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 170776,
+ "MPF:MPImageStart": 2634983,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 170776 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1626733.49296075,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0003759398496,
+ "Composite:SubSecCreateDate": "2022:12:19 14:02:07.138+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 14:02:07.138+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 14:02:07+07:00",
+ "Composite:GPSAltitude": 388.8044413,
+ "Composite:GPSLatitude": 7.82798611111111,
+ "Composite:GPSLongitude": 98.3125388888889,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.82798611111111 98.3125388888889",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 15.9032793421485,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 16:18:41",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 16:18:41",
+ "EXIF:CreateDate": "2022:12:19 16:18:41",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0200060000717034,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 2.932437803,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2003 1502 2209 1324",
+ "EXIF:SubSecTimeOriginal": "043",
+ "EXIF:SubSecTimeDigitized": "043",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 3024,
+ "EXIF:ExifImageHeight": 4032,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.88393611111111,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.3944083333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 20.49510955,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 350.1416321,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 350.1416321,
+ "EXIF:GPSHPositioningError": 35,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2644,
+ "EXIF:ThumbnailLength": 6615,
+ "EXIF:ThumbnailImage": "(Binary data 6615 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1630222875929750",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 185,
+ "MakerNotes:AEAverage": 180,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.005965078717 -0.7644963262 -0.6502435804",
+ "MakerNotes:FocusDistanceRange": "1 0.83203125",
+ "MakerNotes:OISMode": 2,
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112709120,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.008638021528,
+ "MakerNotes:HDRHeadroom": 0.8553617003,
+ "MakerNotes:SignalToNoiseRatio": 38.12213136,
+ "MakerNotes:PhotoIdentifier": "D07D523B-81B1-4B66-BFFB-11912CCED1E6",
+ "MakerNotes:FocusPosition": 93,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 283913,
+ "MPF:MPImageStart": 1583475,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 283913 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1630222.87592975,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:19 16:18:41.043+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 16:18:41.043+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 16:18:41+07:00",
+ "Composite:GPSAltitude": 20.49510955,
+ "Composite:GPSLatitude": 7.88393611111111,
+ "Composite:GPSLongitude": 98.3944083333333,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.88393611111111 98.3944083333333",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 7.32192809488736,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 21:13:21",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 160,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 21:13:21",
+ "EXIF:CreateDate": "2022:12:19 21:13:21",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0200060000717034,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 1.864092423,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "1993 1505 2309 1384",
+ "EXIF:SubSecTimeOriginal": 372,
+ "EXIF:SubSecTimeDigitized": 372,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 2.243323442,
+ "EXIF:FocalLengthIn35mmFormat": 58,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.892825,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.2990194444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 23.38772589,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.7699999809,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 279.826416,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 279.826416,
+ "EXIF:GPSDateStamp": "2022:12:19",
+ "EXIF:GPSHPositioningError": 4.726513153,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2676,
+ "EXIF:ThumbnailLength": 9398,
+ "EXIF:ThumbnailImage": "(Binary data 9398 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1641313710572333",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 172,
+ "MakerNotes:AEAverage": 164,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.006172582975 -0.9717569945 0.03111083433",
+ "MakerNotes:FocusDistanceRange": "1.984375 0.3984375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.7844365247,
+ "MakerNotes:SignalToNoiseRatio": 34.93001555,
+ "MakerNotes:PhotoIdentifier": "533E5515-1889-474F-BE8C-F0C1A7375947",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0.03188086673,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 313063,
+ "MPF:MPImageStart": 2157730,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 313063 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1641313.71057233,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 13.8095238095238,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:19 21:13:21.372+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 21:13:21.372+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 21:13:21+07:00",
+ "Composite:GPSAltitude": 23.38772589,
+ "Composite:GPSDateTime": "2022:12:19 20:00:00Z",
+ "Composite:GPSLatitude": 7.892825,
+ "Composite:GPSLongitude": 98.2990194444444,
+ "Composite:CircleOfConfusion": "0.00217576370071103",
+ "Composite:FOV": 34.48294792438,
+ "Composite:FocalLength35efl": 58,
+ "Composite:GPSPosition": "7.892825 98.2990194444444",
+ "Composite:HyperfocalDistance": 5.06718629251746,
+ "Composite:LightValue": 6.32192809488736,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 21:13:23",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 400,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 21:13:23",
+ "EXIF:CreateDate": "2022:12:19 21:13:23",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0199939999476312,
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 1.63286706,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 166,
+ "EXIF:SubSecTimeDigitized": 166,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.89282777777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.2990277777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 23.44842531,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 283.1827389,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 283.1827389,
+ "EXIF:GPSHPositioningError": 4.726513158,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 7676,
+ "EXIF:ThumbnailImage": "(Binary data 7676 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1641315878086166",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 182,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01602195203 -0.9512273671 0.07830370218",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1111531520,
+ "MakerNotes:HDRHeadroom": 0.8432090282,
+ "MakerNotes:SignalToNoiseRatio": 22.05667495,
+ "MakerNotes:PhotoIdentifier": "A35ED7E4-0B90-45E5-9C91-7CC58F747B1F",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0.01387513894,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 325629,
+ "MPF:MPImageStart": 2786885,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 325629 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1641315.87808617,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:19 21:13:23.166+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 21:13:23.166+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 21:13:23+07:00",
+ "Composite:GPSAltitude": 23.44842531,
+ "Composite:GPSLatitude": 7.89282777777778,
+ "Composite:GPSLongitude": 98.2990277777778,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.89282777777778 98.2990277777778",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 6.16992500144231,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:19 21:16:11",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:19 21:16:11",
+ "EXIF:CreateDate": "2022:12:19 21:16:11",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0200060000717034,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 1.464777175,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "3154 2932 383 313",
+ "EXIF:SubSecTimeOriginal": 231,
+ "EXIF:SubSecTimeDigitized": 231,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.89313888888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.2982861111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 8.09585571,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 292.0775758,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 292.0775758,
+ "EXIF:GPSDateStamp": "2022:12:19",
+ "EXIF:GPSHPositioningError": 4.726514327,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2656,
+ "EXIF:ThumbnailLength": 11301,
+ "EXIF:ThumbnailImage": "(Binary data 11301 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1641404479496583",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 180,
+ "MakerNotes:AEAverage": 188,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.02329689263 -0.9958627823 0.07742708176",
+ "MakerNotes:FocusDistanceRange": "0.16015625 0.33984375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.5,
+ "MakerNotes:SignalToNoiseRatio": 33.78099822,
+ "MakerNotes:PhotoIdentifier": "3F83822F-BA20-4B43-971F-26378CD535A4",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0.05483456701,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2022:12:19 21:16:11",
+ "XMP:CreatorTool": 16.0,
+ "XMP:ModifyDate": "2022:12:19 21:16:11",
+ "XMP:DateCreated": "2022:12:19 21:16:11",
+ "XMP:RegionType": [
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionAreaY": [
+ "0.27580952380952378",
+ "0.96319047619047615"
+ ],
+ "XMP:RegionAreaW": [
+ "0.031428571428571472",
+ "0.09742857142857142"
+ ],
+ "XMP:RegionAreaX": [
+ 0.6058095238095238,
+ "0.77604761904761899"
+ ],
+ "XMP:RegionAreaH": [
+ "0.041904761904761889",
+ "0.073619047619047584"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 45,
+ "XMP:RegionExtensionsAngleInfoRoll": 270,
+ "XMP:RegionExtensionsConfidenceLevel": 463,
+ "XMP:RegionExtensionsFaceID": 90,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 427241,
+ "MPF:MPImageStart": 3001529,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 427241 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1641404.47949658,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2022:12:19 21:16:11.231+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:19 21:16:11.231+07:00",
+ "Composite:SubSecModifyDate": "2022:12:19 21:16:11+07:00",
+ "Composite:GPSAltitude": 8.09585571,
+ "Composite:GPSDateTime": "2022:12:19 20:00:00Z",
+ "Composite:GPSLatitude": 7.89313888888889,
+ "Composite:GPSLongitude": 98.2982861111111,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "7.89313888888889 98.2982861111111",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 6,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:20 16:30:54",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000334001336,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:20 16:30:54",
+ "EXIF:CreateDate": "2022:12:20 16:30:54",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000333999999270768",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 11.27779853,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 354,
+ "EXIF:SubSecTimeDigitized": 354,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.89812222222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.2957527777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 2.393919382,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.01695856992,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 272.6870117,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 272.6870117,
+ "EXIF:GPSDateStamp": "2022:12:20",
+ "EXIF:GPSHPositioningError": 4.75787967,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2674,
+ "EXIF:ThumbnailLength": 7578,
+ "EXIF:ThumbnailImage": "(Binary data 7578 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1667763070952416",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 180,
+ "MakerNotes:AEAverage": 215,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.02706518208 -0.9861456156 -0.1379160732",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 34.97142409,
+ "MakerNotes:PhotoIdentifier": "26B0BB35-C2F0-4732-8B0C-DFED9197C6B3",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 264245,
+ "MPF:MPImageStart": 2595006,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 264245 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1667763.07095242,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.000334001336,
+ "Composite:SubSecCreateDate": "2022:12:20 16:30:54.354+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:20 16:30:54.354+07:00",
+ "Composite:SubSecModifyDate": "2022:12:20 16:30:54+07:00",
+ "Composite:GPSAltitude": 2.393919382,
+ "Composite:GPSDateTime": "2022:12:20 20:00:00Z",
+ "Composite:GPSLatitude": 7.89812222222222,
+ "Composite:GPSLongitude": 98.2957527777778,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.89812222222222 98.2957527777778",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 16.0739273177491,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.0,
+ "EXIF:ModifyDate": "2022:12:20 17:37:23",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001189060642,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2022:12:20 17:37:23",
+ "EXIF:CreateDate": "2022:12:20 17:37:23",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00118900001036661",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.272522686,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 611,
+ "EXIF:SubSecTimeDigitized": 611,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 7.89809444444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.2958444444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 4.913146973,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 236.6764679,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 236.6764679,
+ "EXIF:GPSHPositioningError": 4.726508244,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 6606,
+ "EXIF:ThumbnailImage": "(Binary data 6606 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1670902716570458",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 169,
+ "MakerNotes:AEAverage": 173,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9995087388 -0.02847767808 0.05438280852",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.539255381,
+ "MakerNotes:SignalToNoiseRatio": 34.43508147,
+ "MakerNotes:PhotoIdentifier": "C73898B3-92E6-4EE1-9631-89604041B936",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 213730,
+ "MPF:MPImageStart": 2354264,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 213730 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1670902.71657046,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.001189060642,
+ "Composite:SubSecCreateDate": "2022:12:20 17:37:23.611+07:00",
+ "Composite:SubSecDateTimeOriginal": "2022:12:20 17:37:23.611+07:00",
+ "Composite:SubSecModifyDate": "2022:12:20 17:37:23+07:00",
+ "Composite:GPSAltitude": 4.913146973,
+ "Composite:GPSLatitude": 7.89809444444444,
+ "Composite:GPSLongitude": 98.2958444444444,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "7.89809444444444 98.2958444444444",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 14.2420308020353,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.5,
+ "EXIF:ModifyDate": "2023:08:01 14:27:29",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000171998624,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:01 14:27:29",
+ "EXIF:CreateDate": "2023:08:01 14:27:29",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000171999999358837",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.56036634,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 575,
+ "EXIF:SubSecTimeDigitized": 575,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.5033388888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5867777777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 197.0260888,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 157.8661499,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 157.8661499,
+ "EXIF:GPSHPositioningError": 4.75693563,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 7857,
+ "EXIF:ThumbnailImage": "(Binary data 7857 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 710200192361583,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 195,
+ "MakerNotes:AEAverage": 190,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9955501554 0.01168317441 0.01092517189",
+ "MakerNotes:FocusDistanceRange": "0.99609375 0.3984375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 62.59980007,
+ "MakerNotes:PhotoIdentifier": "00EC7D34-C61B-4063-9308-1009F745CFA0",
+ "MakerNotes:FocusPosition": 45,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 250226,
+ "MPF:MPImageStart": 3131844,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 250226 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 710200.192361583,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000171998624,
+ "Composite:SubSecCreateDate": "2023:08:01 14:27:29.575-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:01 14:27:29.575-04:00",
+ "Composite:SubSecModifyDate": "2023:08:01 14:27:29-04:00",
+ "Composite:GPSAltitude": 197.0260888,
+ "Composite:GPSLatitude": 45.5033388888889,
+ "Composite:GPSLongitude": -73.5867777777778,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.5033388888889 -73.5867777777778",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.5053153562286,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.5,
+ "EXIF:ModifyDate": "2023:08:05 17:33:35",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0002150075253,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:05 17:33:35",
+ "EXIF:CreateDate": "2023:08:05 17:33:35",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000214999999960465",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.16910282,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 607,
+ "EXIF:SubSecTimeDigitized": 607,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.5107388888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5340361111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 18.36538314,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.7699999809,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 73.08406063,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 73.08406063,
+ "EXIF:GPSDateStamp": "2023:08:05",
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 10748,
+ "EXIF:ThumbnailImage": "(Binary data 10748 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 878939315382666,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 187,
+ "MakerNotes:AEAverage": 177,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.07954243566 -0.9349226353 -0.006248726976",
+ "MakerNotes:FocusDistanceRange": "0.9453125 0.31640625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1,
+ "MakerNotes:SignalToNoiseRatio": 61.46162415,
+ "MakerNotes:PhotoIdentifier": "65C03015-4D9A-4833-A4D5-2DD42A067C69",
+ "MakerNotes:FocusPosition": 56,
+ "MakerNotes:HDRGain": 1.793503202e-06,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:08:05 17:33:35",
+ "XMP:CreatorTool": 16.5,
+ "XMP:ModifyDate": "2023:08:05 17:33:35",
+ "XMP:DateCreated": "2023:08:05 17:33:35",
+ "XMP:RegionType": [
+ "Face",
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionAreaY": [
+ "0.87033333333333329",
+ "0.55761904761904768",
+ "0.70166666666666666"
+ ],
+ "XMP:RegionAreaW": [
+ "0.023047619047619039",
+ "0.026190476190476208",
+ "0.027238095238095283"
+ ],
+ "XMP:RegionAreaX": [
+ "0.47799999999999998",
+ "0.64614285714285713",
+ "0.66657142857142859"
+ ],
+ "XMP:RegionAreaH": [
+ "0.030380952380952397",
+ "0.035619047619047661",
+ "0.036666666666666625"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 90,
+ "XMP:RegionExtensionsAngleInfoRoll": 180,
+ "XMP:RegionExtensionsConfidenceLevel": 52,
+ "XMP:RegionExtensionsFaceID": 12,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 383604,
+ "MPF:MPImageStart": 3554245,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 383604 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 878939.315382666,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0002150075253,
+ "Composite:SubSecCreateDate": "2023:08:05 17:33:35.607-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:05 17:33:35.607-04:00",
+ "Composite:SubSecModifyDate": "2023:08:05 17:33:35-04:00",
+ "Composite:GPSAltitude": 18.36538314,
+ "Composite:GPSDateTime": "2023:08:05 20:00:00Z",
+ "Composite:GPSLatitude": 45.5107388888889,
+ "Composite:GPSLongitude": -73.5340361111111,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.5107388888889 -73.5340361111111",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.1833252242789,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.5,
+ "EXIF:ModifyDate": "2023:08:11 14:16:26",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001038421599,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:11 14:16:26",
+ "EXIF:CreateDate": "2023:08:11 14:16:26",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00103800000429267",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 8.140329593,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 141,
+ "EXIF:SubSecTimeDigitized": 141,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.5061083333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5611416666667,
+ "EXIF:GPSAltitudeRef": 1,
+ "EXIF:GPSAltitude": 1.997318221,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1899999976,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 225.1288756,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 225.1288756,
+ "EXIF:GPSDateStamp": "2023:08:11",
+ "EXIF:GPSHPositioningError": 12.54963169,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 8068,
+ "EXIF:ThumbnailImage": "(Binary data 8068 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 74946756553375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 191,
+ "MakerNotes:AEAverage": 207,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0258170683 -0.9943332074 -0.119645007",
+ "MakerNotes:FocusDistanceRange": "0.28125 2.75390625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.563658237,
+ "MakerNotes:SignalToNoiseRatio": 55.33319094,
+ "MakerNotes:PhotoIdentifier": "7967D7E6-AE9C-49F2-9B5E-29C0289DC8B3",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 0.01276496053,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 340521,
+ "MPF:MPImageStart": 3379839,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 340521 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 74946.756553375,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.001038421599,
+ "Composite:SubSecCreateDate": "2023:08:11 14:16:26.141-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:11 14:16:26.141-04:00",
+ "Composite:SubSecModifyDate": "2023:08:11 14:16:26-04:00",
+ "Composite:GPSAltitude": -1.997318221,
+ "Composite:GPSDateTime": "2023:08:11 20:00:00Z",
+ "Composite:GPSLatitude": 45.5061083333333,
+ "Composite:GPSLongitude": -73.5611416666667,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.5061083333333 -73.5611416666667",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 12.9113919880786,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.5,
+ "EXIF:ModifyDate": "2023:08:12 18:51:13",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.002183406114,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:12 18:51:13",
+ "EXIF:CreateDate": "2023:08:12 18:51:13",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00218499999384529",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 7.055364004,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 714,
+ "EXIF:SubSecTimeDigitized": 714,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6492694444444,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.3899166666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 88.65462869,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 10.27000046,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 253.1481476,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 253.1481476,
+ "EXIF:GPSHPositioningError": 15.40659475,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 8256,
+ "EXIF:ThumbnailImage": "(Binary data 8256 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 124792015085333,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 188,
+ "MakerNotes:AEAverage": 195,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03479226678 -1.003080606 0.1006713287",
+ "MakerNotes:FocusDistanceRange": "0.671875 1.03515625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.446521402,
+ "MakerNotes:SignalToNoiseRatio": 51.86235048,
+ "MakerNotes:PhotoIdentifier": "30EFAB0B-8CC8-46FF-87EF-72C2923102C2",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.03318668527,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 324015,
+ "MPF:MPImageStart": 2718284,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 324015 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 124792.015085333,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.002183406114,
+ "Composite:SubSecCreateDate": "2023:08:12 18:51:13.714-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:12 18:51:13.714-04:00",
+ "Composite:SubSecModifyDate": "2023:08:12 18:51:13-04:00",
+ "Composite:GPSAltitude": 88.65462869,
+ "Composite:GPSLatitude": 43.6492694444444,
+ "Composite:GPSLongitude": -79.3899166666667,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.6492694444444 -79.3899166666667",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 11.8392037877911,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.5,
+ "EXIF:ModifyDate": "2023:08:12 20:47:44",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.03333333333,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 500,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:12 20:47:44",
+ "EXIF:CreateDate": "2023:08:12 20:47:44",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0333360000605773,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -0.4252782277,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 236,
+ "EXIF:SubSecTimeDigitized": 236,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6418138888889,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.3936472222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 189.6000634,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.45,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 94.89386744,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 94.89386744,
+ "EXIF:GPSHPositioningError": 13.29353974,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2596,
+ "EXIF:ThumbnailLength": 7480,
+ "EXIF:ThumbnailImage": "(Binary data 7480 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 128573594674208,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 191,
+ "MakerNotes:AEAverage": 197,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.08044496175 -0.9840553995 0.1727310866",
+ "MakerNotes:FocusDistanceRange": "1.06640625 0.31640625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 27.9696293,
+ "MakerNotes:PhotoIdentifier": "000FE318-854B-4F75-8B98-699CEDAD3A73",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0.003097678998,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 245969,
+ "MPF:MPImageStart": 1933333,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 245969 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 128573.594674208,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.03333333333,
+ "Composite:SubSecCreateDate": "2023:08:12 20:47:44.236-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:12 20:47:44.236-04:00",
+ "Composite:SubSecModifyDate": "2023:08:12 20:47:44-04:00",
+ "Composite:GPSAltitude": 189.6000634,
+ "Composite:GPSLatitude": 43.6418138888889,
+ "Composite:GPSLongitude": -79.3936472222222,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.6418138888889 -79.3936472222222",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 3.9411063110907,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:17 18:01:38",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001213592233,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:17 18:01:38",
+ "EXIF:CreateDate": "2023:08:17 18:01:38",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00121299999176336",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 7.880281022,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 222,
+ "EXIF:SubSecTimeDigitized": 222,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.7672666666667,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.5025722222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 193.1460836,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.04823704209,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 350.7823485,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 350.7823485,
+ "EXIF:GPSHPositioningError": 4.79434223,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 8265,
+ "EXIF:ThumbnailImage": "(Binary data 8265 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 104385979391041,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 194,
+ "MakerNotes:AEAverage": 202,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0414194502 -1.000904917 -0.07298243049",
+ "MakerNotes:FocusDistanceRange": "0.33984375 0.69140625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.432404876,
+ "MakerNotes:SignalToNoiseRatio": 54.55467605,
+ "MakerNotes:PhotoIdentifier": "4CE7C4A5-8FD0-49FB-9046-EE1D5E49B313",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.005529071668,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 294259,
+ "MPF:MPImageStart": 3398263,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 294259 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 104385.979391041,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.001213592233,
+ "Composite:SubSecCreateDate": "2023:08:17 18:01:38.222-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:17 18:01:38.222-04:00",
+ "Composite:SubSecModifyDate": "2023:08:17 18:01:38-04:00",
+ "Composite:GPSAltitude": 193.1460836,
+ "Composite:GPSLatitude": 43.7672666666667,
+ "Composite:GPSLongitude": -79.5025722222222,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.7672666666667 -79.5025722222222",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 12.6865005271948,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:20 16:03:46",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000407996736,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:20 16:03:46",
+ "EXIF:CreateDate": "2023:08:20 16:03:46",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000407999993595246",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.44969012,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 661,
+ "EXIF:SubSecTimeDigitized": 661,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.2168777777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 74.6311805555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 289.8887814,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 23.92746353,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 23.92746353,
+ "EXIF:GPSHPositioningError": 4.755954562,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 7839,
+ "EXIF:ThumbnailImage": "(Binary data 7839 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 226981075520375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 204,
+ "MakerNotes:AEAverage": 204,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.02439905144 -1.006011247 -0.051772736",
+ "MakerNotes:FocusDistanceRange": "0.203125 0.21484375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 59.27921296,
+ "MakerNotes:PhotoIdentifier": "E765318F-E969-47DE-98DB-BA1E553BDF42",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 371021,
+ "MPF:MPImageStart": 4944514,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 371021 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 226981.075520375,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000407996736,
+ "Composite:SubSecCreateDate": "2023:08:20 16:03:46.661-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:20 16:03:46.661-04:00",
+ "Composite:SubSecModifyDate": "2023:08:20 16:03:46-04:00",
+ "Composite:GPSAltitude": 289.8887814,
+ "Composite:GPSLatitude": 46.2168777777778,
+ "Composite:GPSLongitude": -74.6311805555556,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.2168777777778 -74.6311805555556",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.2591547689592,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:20 17:12:16",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003819709702,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:20 17:12:16",
+ "EXIF:CreateDate": "2023:08:20 17:12:16",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00038199999769333",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.424715262,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2002 1506 2316 1391",
+ "EXIF:SubSecTimeOriginal": 891,
+ "EXIF:SubSecTimeDigitized": 891,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.531914894,
+ "EXIF:FocalLengthIn35mmFormat": 39,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.2128305555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 74.5842583333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 258.2522852,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 123.6775665,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 123.6775665,
+ "EXIF:GPSHPositioningError": 4.998165138,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2640,
+ "EXIF:ThumbnailLength": 9084,
+ "EXIF:ThumbnailImage": "(Binary data 9084 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 229435031646416,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 195,
+ "MakerNotes:AEAverage": 187,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.04607476667 -0.9974098198 0.05910253157",
+ "MakerNotes:FocusDistanceRange": "0.6328125 1.8359375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 59.20402908,
+ "MakerNotes:PhotoIdentifier": "FDAD1970-8A34-46CB-8780-D0C801C3E88E",
+ "MakerNotes:FocusPosition": 50,
+ "MakerNotes:HDRGain": 2.591700285e-05,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 328694,
+ "MPF:MPImageStart": 3163479,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 328694 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 229435.031646416,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.28571428571428,
+ "Composite:ShutterSpeed": 0.0003819709702,
+ "Composite:SubSecCreateDate": "2023:08:20 17:12:16.891-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:20 17:12:16.891-04:00",
+ "Composite:SubSecModifyDate": "2023:08:20 17:12:16-04:00",
+ "Composite:GPSAltitude": 258.2522852,
+ "Composite:GPSLatitude": 46.2128305555556,
+ "Composite:GPSLongitude": -74.5842583333333,
+ "Composite:CircleOfConfusion": "0.00323575114464717",
+ "Composite:FOV": 49.5503229910312,
+ "Composite:FocalLength35efl": 39,
+ "Composite:GPSPosition": "46.2128305555556 -74.5842583333333",
+ "Composite:HyperfocalDistance": 3.40724595531347,
+ "Composite:LightValue": 14.3542493819689,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:20 17:14:17",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0005299417064,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:20 17:14:17",
+ "EXIF:CreateDate": "2023:08:20 17:14:17",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000529999999953569",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 8.947966288,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2001 1502 2208 1386",
+ "EXIF:SubSecTimeOriginal": 517,
+ "EXIF:SubSecTimeDigitized": 517,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.23630417,
+ "EXIF:FocalLengthIn35mmFormat": 32,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.2129333333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 74.5841,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 256.7466698,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 153.1856233,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 153.1856233,
+ "EXIF:GPSHPositioningError": 5.958586061,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2640,
+ "EXIF:ThumbnailLength": 8976,
+ "EXIF:ThumbnailImage": "(Binary data 8976 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 229550488525791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 180,
+ "MakerNotes:AEAverage": 185,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9901148677 -0.01571963541 0.1441520601",
+ "MakerNotes:FocusDistanceRange": "0.328125 2.59375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.662742616,
+ "MakerNotes:SignalToNoiseRatio": 57.76884082,
+ "MakerNotes:PhotoIdentifier": "70D0B591-057E-4D4F-A4BF-9521AE6321D6",
+ "MakerNotes:FocusPosition": 50,
+ "MakerNotes:HDRGain": 3.280633562e-06,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 312036,
+ "MPF:MPImageStart": 3115176,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 312036 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 229550.488525791,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.61904761904762,
+ "Composite:ShutterSpeed": 0.0005299417064,
+ "Composite:SubSecCreateDate": "2023:08:20 17:14:17.517-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:20 17:14:17.517-04:00",
+ "Composite:SubSecModifyDate": "2023:08:20 17:14:17-04:00",
+ "Composite:GPSAltitude": 256.7466698,
+ "Composite:GPSLatitude": 46.2129333333333,
+ "Composite:GPSLongitude": -74.5841,
+ "Composite:CircleOfConfusion": "0.00394357170753874",
+ "Composite:FOV": 58.7155566804916,
+ "Composite:FocalLength35efl": 32,
+ "Composite:GPSPosition": "46.2129333333333 -74.5841",
+ "Composite:HyperfocalDistance": 2.79568898897515,
+ "Composite:LightValue": 13.8818787076339,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:20 19:04:37",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.008333333333,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:20 19:04:37",
+ "EXIF:CreateDate": "2023:08:20 19:04:37",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00833799999142204",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 4.701414037,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 693,
+ "EXIF:SubSecTimeDigitized": 693,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.2131833333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 74.585425,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 254.8788717,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 206.8439941,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 206.8439941,
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 8176,
+ "EXIF:ThumbnailImage": "(Binary data 8176 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 231830321688916,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 183,
+ "MakerNotes:AEAverage": 180,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005799209232 -0.9995779997 -0.02169095726",
+ "MakerNotes:FocusDistanceRange": "0.125 0.23828125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.035406947,
+ "MakerNotes:SignalToNoiseRatio": 43.47812271,
+ "MakerNotes:PhotoIdentifier": "83756EF0-6B91-489C-A906-4FEA3D1B41B9",
+ "MakerNotes:FocusPosition": 48,
+ "MakerNotes:HDRGain": 0.0006271282909,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 265081,
+ "MPF:MPImageStart": 3371366,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 265081 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 231830.321688916,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.008333333333,
+ "Composite:SubSecCreateDate": "2023:08:20 19:04:37.693-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:20 19:04:37.693-04:00",
+ "Composite:SubSecModifyDate": "2023:08:20 19:04:37-04:00",
+ "Composite:GPSAltitude": 254.8788717,
+ "Composite:GPSLatitude": 46.2131833333333,
+ "Composite:GPSLongitude": -74.585425,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.2131833333333 -74.585425",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 9.2630344058915,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:22 14:27:41",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003900156006,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:22 14:27:41",
+ "EXIF:CreateDate": "2023:08:22 14:27:41",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000390000001506957",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.342205695,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "1990 1493 2312 1394",
+ "EXIF:SubSecTimeOriginal": 202,
+ "EXIF:SubSecTimeDigitized": 202,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 3.079429735,
+ "EXIF:FocalLengthIn35mmFormat": 79,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.5009916666667,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5666666666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 45.1554833,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 225.1654511,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 225.1654511,
+ "EXIF:GPSHPositioningError": 8.890530077,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2640,
+ "EXIF:ThumbnailLength": 7944,
+ "EXIF:ThumbnailImage": "(Binary data 7944 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 325431436841708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 183,
+ "MakerNotes:AEAverage": 181,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.007977372964 -0.9902145266 0.1395200641",
+ "MakerNotes:FocusDistanceRange": "0.80078125 0.6015625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 58.95564654,
+ "MakerNotes:PhotoIdentifier": "F35C1A47-094D-4D03-93C5-DBC0CA21DBF4",
+ "MakerNotes:FocusPosition": 50,
+ "MakerNotes:HDRGain": 0.01354015711,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 214229,
+ "MPF:MPImageStart": 1815401,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 214229 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 325431.436841708,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 18.8095238095238,
+ "Composite:ShutterSpeed": 0.0003900156006,
+ "Composite:SubSecCreateDate": "2023:08:22 14:27:41.202-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:22 14:27:41.202-04:00",
+ "Composite:SubSecModifyDate": "2023:08:22 14:27:41-04:00",
+ "Composite:GPSAltitude": 45.1554833,
+ "Composite:GPSLatitude": 45.5009916666667,
+ "Composite:GPSLongitude": -73.5666666666667,
+ "Composite:CircleOfConfusion": "0.00159739613469924",
+ "Composite:FOV": 25.6712406563722,
+ "Composite:FocalLength35efl": 79,
+ "Composite:GPSPosition": "45.5009916666667 -73.5666666666667",
+ "Composite:HyperfocalDistance": 6.90185719153239,
+ "Composite:LightValue": 14.3241805467076,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 13:29:48",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0002420135528,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 13:29:48",
+ "EXIF:CreateDate": "2023:08:23 13:29:48",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000241999998666384",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.03236253,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 669,
+ "EXIF:SubSecTimeDigitized": 669,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8906472222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.1478888888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 108.3225705,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.6678436156,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 45.25323486,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 45.25323486,
+ "EXIF:GPSDateStamp": "2023:08:23",
+ "EXIF:GPSHPositioningError": 4.751752467,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 9015,
+ "EXIF:ThumbnailImage": "(Binary data 9015 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 377965146542916,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 183,
+ "MakerNotes:AEAverage": 184,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0322782956 -1.026489138 -0.009599046782",
+ "MakerNotes:FocusDistanceRange": "0.32421875 3.140625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1,
+ "MakerNotes:SignalToNoiseRatio": 61.05679322,
+ "MakerNotes:PhotoIdentifier": "F132A869-CC36-4DF1-B49F-5B62765EC661",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:08:23 13:29:48",
+ "XMP:CreatorTool": 16.6,
+ "XMP:ModifyDate": "2023:08:23 13:29:48",
+ "XMP:DateCreated": "2023:08:23 13:29:48",
+ "XMP:RegionType": "Face",
+ "XMP:RegionAreaY": 0.2695238095238095,
+ "XMP:RegionAreaW": "0.02200000000000002",
+ "XMP:RegionAreaX": "0.45128571428571429",
+ "XMP:RegionAreaH": "0.029333333333333322",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensionsAngleInfoYaw": -90,
+ "XMP:RegionExtensionsAngleInfoRoll": 180,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 25,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 351958,
+ "MPF:MPImageStart": 3324268,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 351958 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 377965.146542916,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0002420135528,
+ "Composite:SubSecCreateDate": "2023:08:23 13:29:48.669-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 13:29:48.669-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 13:29:48-04:00",
+ "Composite:GPSAltitude": 108.3225705,
+ "Composite:GPSDateTime": "2023:08:23 20:00:00Z",
+ "Composite:GPSLatitude": 46.8906472222222,
+ "Composite:GPSLongitude": -71.1478888888889,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8906472222222 -71.1478888888889",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.0126245386204,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 13:52:35",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001979805979,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 13:52:35",
+ "EXIF:CreateDate": "2023:08:23 13:52:35",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000197999999896322",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.29349857,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2006 1512 2317 1392",
+ "EXIF:SubSecTimeOriginal": 132,
+ "EXIF:SubSecTimeDigitized": 132,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.396121884,
+ "EXIF:FocalLengthIn35mmFormat": 36,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8915361111111,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.1441027777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 106.5157738,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 112.1239013,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 112.1239013,
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2640,
+ "EXIF:ThumbnailLength": 7463,
+ "EXIF:ThumbnailImage": "(Binary data 7463 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 379156231980000,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 186,
+ "MakerNotes:AEAverage": 177,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9944120048 -0.0519915484 0.004489290065",
+ "MakerNotes:FocusDistanceRange": "1.59765625 0.83203125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 61.81936266,
+ "MakerNotes:PhotoIdentifier": "5FE42F35-281F-4275-817B-C7182AE9DB74",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 241253,
+ "MPF:MPImageStart": 2729878,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 241253 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 379156.23198,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 8.57142857142857,
+ "Composite:ShutterSpeed": 0.0001979805979,
+ "Composite:SubSecCreateDate": "2023:08:23 13:52:35.132-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 13:52:35.132-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 13:52:35-04:00",
+ "Composite:GPSAltitude": 106.5157738,
+ "Composite:GPSLatitude": 46.8915361111111,
+ "Composite:GPSLongitude": -71.1441027777778,
+ "Composite:CircleOfConfusion": "0.00350539707336777",
+ "Composite:FOV": 53.1301472312715,
+ "Composite:FocalLength35efl": 36,
+ "Composite:GPSPosition": "46.8915361111111 -71.1441027777778",
+ "Composite:HyperfocalDistance": 3.14515011259705,
+ "Composite:LightValue": 15.3023533264414,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 14:03:37",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000171998624,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 14:03:37",
+ "EXIF:CreateDate": "2023:08:23 14:03:37",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000171999999358837",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.52568182,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2014 1500 2320 1388",
+ "EXIF:SubSecTimeOriginal": 406,
+ "EXIF:SubSecTimeDigitized": 406,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.588235294,
+ "EXIF:FocalLengthIn35mmFormat": 41,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8899305555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.1448444444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 78.43514644,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 301.8584595,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 301.8584595,
+ "EXIF:GPSHPositioningError": 4.754610165,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2640,
+ "EXIF:ThumbnailLength": 8771,
+ "EXIF:ThumbnailImage": "(Binary data 8771 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 379455706063333,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 182,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03640798107 -1.007379533 -0.04798520355",
+ "MakerNotes:FocusDistanceRange": "0.30859375 0.921875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 62.51830673,
+ "MakerNotes:PhotoIdentifier": "450073EE-9F87-4F8B-BD20-B9316D384B5E",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 243226,
+ "MPF:MPImageStart": 2797552,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 243226 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 379455.706063333,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.76190476190476,
+ "Composite:ShutterSpeed": 0.000171998624,
+ "Composite:SubSecCreateDate": "2023:08:23 14:03:37.406-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 14:03:37.406-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 14:03:37-04:00",
+ "Composite:GPSAltitude": 78.43514644,
+ "Composite:GPSLatitude": 46.8899305555556,
+ "Composite:GPSLongitude": -71.1448444444444,
+ "Composite:CircleOfConfusion": "0.00307790962539609",
+ "Composite:FOV": 47.4053319435034,
+ "Composite:FocalLength35efl": 41,
+ "Composite:GPSPosition": "46.8899305555556 -71.1448444444444",
+ "Composite:HyperfocalDistance": 3.58197651712441,
+ "Composite:LightValue": 15.5053153562286,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 15:54:13",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000407996736,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 15:54:13",
+ "EXIF:CreateDate": "2023:08:23 15:54:13",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000407999996423286",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.329718756,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 684,
+ "EXIF:SubSecTimeDigitized": 684,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8129722222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2052694444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 54.5812442,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 177.7891236,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 177.7891236,
+ "EXIF:GPSDateStamp": "2023:08:23",
+ "EXIF:GPSHPositioningError": 4.729992147,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 9096,
+ "EXIF:ThumbnailImage": "(Binary data 9096 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 382944089581958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 177,
+ "MakerNotes:AEAverage": 187,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01403809991 -0.9633832583 0.2979369461",
+ "MakerNotes:FocusDistanceRange": "0.56640625 0.1640625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 58.90502546,
+ "MakerNotes:PhotoIdentifier": "DD1CC6D3-8910-46C3-800D-A8BA2D606CF6",
+ "MakerNotes:FocusPosition": 55,
+ "MakerNotes:HDRGain": 0.01240237337,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 283805,
+ "MPF:MPImageStart": 2862791,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 283805 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 382944.089581958,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000407996736,
+ "Composite:SubSecCreateDate": "2023:08:23 15:54:13.684-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 15:54:13.684-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 15:54:13-04:00",
+ "Composite:GPSAltitude": 54.5812442,
+ "Composite:GPSDateTime": "2023:08:23 20:00:00Z",
+ "Composite:GPSLatitude": 46.8129722222222,
+ "Composite:GPSLongitude": -71.2052694444444,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8129722222222 -71.2052694444444",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.2591547689592,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:02:43",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0002150075253,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:02:43",
+ "EXIF:CreateDate": "2023:08:23 16:02:43",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000214999999960465",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.34535346,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 341,
+ "EXIF:SubSecTimeDigitized": 341,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8126305555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2043222222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 57.8570214,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 130.3439065,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 130.3439065,
+ "EXIF:GPSHPositioningError": 4.179930556,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 7657,
+ "EXIF:ThumbnailImage": "(Binary data 7657 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 383426533717208,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 195,
+ "MakerNotes:AEAverage": 200,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9873928428 -0.0146882236 -0.1137614847",
+ "MakerNotes:FocusDistanceRange": "1.0859375 0.5546875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 61.99712368,
+ "MakerNotes:PhotoIdentifier": "64EDD2A1-039C-4123-80F2-3B69A87000AA",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 2.989172003e-07,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 295904,
+ "MPF:MPImageStart": 2906883,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 295904 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 383426.533717208,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0002150075253,
+ "Composite:SubSecCreateDate": "2023:08:23 16:02:43.341-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:02:43.341-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:02:43-04:00",
+ "Composite:GPSAltitude": 57.8570214,
+ "Composite:GPSLatitude": 46.8126305555556,
+ "Composite:GPSLongitude": -71.2043222222222,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8126305555556 -71.2043222222222",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 15.1833252242789,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:02:51",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000259000259,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:02:51",
+ "EXIF:CreateDate": "2023:08:23 16:02:51",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000259000000293994",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 10.04387845,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": 380,
+ "EXIF:SubSecTimeDigitized": 380,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8125805555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2042833333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 59.04207995,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 155.0211488,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 155.0211488,
+ "EXIF:GPSHPositioningError": 4.589981822,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 6961,
+ "EXIF:ThumbnailImage": "(Binary data 6961 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 383434516536625,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 192,
+ "MakerNotes:AEAverage": 197,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03646472471 -0.9977293615 -0.03313386814",
+ "MakerNotes:FocusDistanceRange": "0.52734375 0.25390625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.686418056,
+ "MakerNotes:SignalToNoiseRatio": 61.06792069,
+ "MakerNotes:PhotoIdentifier": "30C8FE2F-3EF5-47AF-835A-B7CC481E048F",
+ "MakerNotes:FocusPosition": 56,
+ "MakerNotes:HDRGain": 2.062528621e-05,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 238568,
+ "MPF:MPImageStart": 2316542,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 238568 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 383434.516536625,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000259000259,
+ "Composite:SubSecCreateDate": "2023:08:23 16:02:51.380-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:02:51.380-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:02:51-04:00",
+ "Composite:GPSAltitude": 59.04207995,
+ "Composite:GPSLatitude": 46.8125805555556,
+ "Composite:GPSLongitude": -71.2042833333333,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8125805555556 -71.2042833333333",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.9147588389433,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:26:55",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0004870920604,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:26:55",
+ "EXIF:CreateDate": "2023:08:23 16:26:55",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000486999999068946",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.008786147,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 658,
+ "EXIF:SubSecTimeDigitized": 658,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8113972222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2046361111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 60.09115216,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.7799999714,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 292.9044801,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 292.9044801,
+ "EXIF:GPSHPositioningError": 4.167761429,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 8146,
+ "EXIF:ThumbnailImage": "(Binary data 8146 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 384169364345708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 172,
+ "MakerNotes:AEAverage": 178,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9141673453 0.04862297328 0.4439463616",
+ "MakerNotes:FocusDistanceRange": "0.9609375 0.89453125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.674200894,
+ "MakerNotes:SignalToNoiseRatio": 57.95193098,
+ "MakerNotes:PhotoIdentifier": "812B3DFF-8A20-4BD7-ADB2-87352C07F8B7",
+ "MakerNotes:FocusPosition": 47,
+ "MakerNotes:HDRGain": 0.03178117425,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 242114,
+ "MPF:MPImageStart": 2751712,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 242114 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 384169.364345708,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0004870920604,
+ "Composite:SubSecCreateDate": "2023:08:23 16:26:55.658-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:26:55.658-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:26:55-04:00",
+ "Composite:GPSAltitude": 60.09115216,
+ "Composite:GPSLatitude": 46.8113972222222,
+ "Composite:GPSLongitude": -71.2046361111111,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8113972222222 -71.2046361111111",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.0035179121069,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:27:17",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.003086419753,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:27:17",
+ "EXIF:CreateDate": "2023:08:23 16:27:17",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00308600000588975",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 8.348246108,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 872,
+ "EXIF:SubSecTimeDigitized": 872,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8112972222222,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2047277777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 58.61389024,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 337.9915469,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 337.9915469,
+ "EXIF:GPSHPositioningError": 4.734821639,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 7155,
+ "EXIF:ThumbnailImage": "(Binary data 7155 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 384191857340125,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 233,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0365829654 -0.9837507605 0.1993933915",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.386898161,
+ "MakerNotes:SignalToNoiseRatio": 35.81573486,
+ "MakerNotes:PhotoIdentifier": "86EE6A9B-E4BA-4AF4-905E-57D6C67723B4",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 305509,
+ "MPF:MPImageStart": 3786892,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 305509 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 384191.857340125,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.003086419753,
+ "Composite:SubSecCreateDate": "2023:08:23 16:27:17.872-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:27:17.872-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:27:17-04:00",
+ "Composite:GPSAltitude": 58.61389024,
+ "Composite:GPSLatitude": 46.8112972222222,
+ "Composite:GPSLongitude": -71.2047277777778,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "46.8112972222222 -71.2047277777778",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 12.8659188145926,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:30:07",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.008333333333,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:30:07",
+ "EXIF:CreateDate": "2023:08:23 16:30:07",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00833799999142204",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 5.350567341,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": "054",
+ "EXIF:SubSecTimeDigitized": "054",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8118777777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.205575,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 95.62527076,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 342.7801814,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 342.7801814,
+ "EXIF:GPSDateStamp": "2023:08:23",
+ "EXIF:GPSHPositioningError": 7.039026169,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 7519,
+ "EXIF:ThumbnailImage": "(Binary data 7519 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 384335341745708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 184,
+ "MakerNotes:AEAverage": 176,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0357598141 -0.9955583218 -0.1454030724",
+ "MakerNotes:FocusDistanceRange": "2.09375 1.546875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.120184184,
+ "MakerNotes:SignalToNoiseRatio": 45.4494324,
+ "MakerNotes:PhotoIdentifier": "14564A40-0B04-45F8-9B2A-D3C6FBCBF71E",
+ "MakerNotes:FocusPosition": 59,
+ "MakerNotes:HDRGain": 0.001555864001,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 432756,
+ "MPF:MPImageStart": 2978050,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 432756 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 384335.341745708,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.008333333333,
+ "Composite:SubSecCreateDate": "2023:08:23 16:30:07.054-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:30:07.054-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:30:07-04:00",
+ "Composite:GPSAltitude": 95.62527076,
+ "Composite:GPSDateTime": "2023:08:23 20:00:00Z",
+ "Composite:GPSLatitude": 46.8118777777778,
+ "Composite:GPSLongitude": -71.205575,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8118777777778 -71.205575",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 9.90689059566623,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:45:53",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.004329004329,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:45:53",
+ "EXIF:CreateDate": "2023:08:23 16:45:53",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00433699999837988",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 7.81879655,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2011 1519 2323 1395",
+ "EXIF:SubSecTimeOriginal": 796,
+ "EXIF:SubSecTimeDigitized": 796,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.306828003,
+ "EXIF:FocalLengthIn35mmFormat": 17,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8131555555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2097777777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 59.44247062,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 168.9478758,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 168.9478758,
+ "EXIF:GPSHPositioningError": 4.591900506,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 7670,
+ "EXIF:ThumbnailImage": "(Binary data 7670 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 384852879524958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 226,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.05631499367 -0.9313425428 0.3620261252",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.32869041,
+ "MakerNotes:SignalToNoiseRatio": 35.71763611,
+ "MakerNotes:PhotoIdentifier": "C1F13557-1447-49AE-B654-50FFC4BCF002",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 293118,
+ "MPF:MPImageStart": 3171164,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 293118 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 384852.879524958,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 10.9677419354839,
+ "Composite:ShutterSpeed": 0.004329004329,
+ "Composite:SubSecCreateDate": "2023:08:23 16:45:53.796-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:45:53.796-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:45:53-04:00",
+ "Composite:GPSAltitude": 59.44247062,
+ "Composite:GPSLatitude": 46.8131555555556,
+ "Composite:GPSLongitude": -71.2097777777778,
+ "Composite:CircleOfConfusion": "0.00273951199851431",
+ "Composite:FOV": 93.2732328677627,
+ "Composite:FocalLength35efl": 17,
+ "Composite:GPSPosition": "46.8131555555556 -71.2097777777778",
+ "Composite:HyperfocalDistance": 0.365408754263369,
+ "Composite:LightValue": 12.3778178530851,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:50:32",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001666666667,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:50:32",
+ "EXIF:CreateDate": "2023:08:23 16:50:32",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00166800000101686",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 8.226544357,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 528,
+ "EXIF:SubSecTimeDigitized": 528,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8139944444444,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2106694444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 55.4660302,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.8299999833,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 59.8248291,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 59.8248291,
+ "EXIF:GPSHPositioningError": 3.988160476,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 8558,
+ "EXIF:ThumbnailImage": "(Binary data 8558 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 385089393419125,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 118,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.05338349938 -1.005694389 0.0240391344",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.485311747,
+ "MakerNotes:SignalToNoiseRatio": 32.79455188,
+ "MakerNotes:PhotoIdentifier": "C4A4F1C7-A1A9-4FE0-A263-14FE8372B141",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 255835,
+ "MPF:MPImageStart": 3583603,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 255835 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 385089.393419125,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.001666666667,
+ "Composite:SubSecCreateDate": "2023:08:23 16:50:32.528-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:50:32.528-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:50:32-04:00",
+ "Composite:GPSAltitude": 55.4660302,
+ "Composite:GPSLatitude": 46.8139944444444,
+ "Composite:GPSLongitude": -71.2106694444444,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "46.8139944444444 -71.2106694444444",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 13.7548875018749,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 16:59:35",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003379520108,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 16:59:35",
+ "EXIF:CreateDate": "2023:08:23 16:59:35",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000337999998369851",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.643185336,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 591,
+ "EXIF:SubSecTimeDigitized": 591,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8146694444444,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2087555555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 42.58443833,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1700000018,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 274.1594849,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 274.1594849,
+ "EXIF:GPSDateStamp": "2023:08:23",
+ "EXIF:GPSHPositioningError": 26.11483187,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 10000,
+ "EXIF:ThumbnailImage": "(Binary data 10000 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 385373735379083,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 184,
+ "MakerNotes:AEAverage": 194,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01424213685 -0.9955804946 -0.07105493543",
+ "MakerNotes:FocusDistanceRange": "0.38671875 0.41796875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 59.86169818,
+ "MakerNotes:PhotoIdentifier": "D54FAE13-E4C0-4740-A66D-E27BF87B32AA",
+ "MakerNotes:FocusPosition": 56,
+ "MakerNotes:HDRGain": 0.0563566536,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 340345,
+ "MPF:MPImageStart": 2983228,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 340345 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 385373.735379083,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0003379520108,
+ "Composite:SubSecCreateDate": "2023:08:23 16:59:35.591-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 16:59:35.591-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 16:59:35-04:00",
+ "Composite:GPSAltitude": 42.58443833,
+ "Composite:GPSDateTime": "2023:08:23 20:00:00Z",
+ "Composite:GPSLatitude": 46.8146694444444,
+ "Composite:GPSLongitude": -71.2087555555556,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8146694444444 -71.2087555555556",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.5308939812557,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:23 17:46:58",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0006788866259,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:23 17:46:58",
+ "EXIF:CreateDate": "2023:08:23 17:46:58",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000678999997684155",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 8.627032586,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 406,
+ "EXIF:SubSecTimeDigitized": 406,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 46.8133361111111,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 71.2084583333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 60.04653541,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 39.62033084,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 39.62033084,
+ "EXIF:GPSHPositioningError": 4.394571961,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 8068,
+ "EXIF:ThumbnailImage": "(Binary data 8068 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 386306560757875,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 186,
+ "MakerNotes:AEAverage": 189,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9765667329 -0.03643606233 0.1820695846",
+ "MakerNotes:FocusDistanceRange": "1.03515625 0.3203125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.627564908,
+ "MakerNotes:SignalToNoiseRatio": 56.80271148,
+ "MakerNotes:PhotoIdentifier": "7C58185D-0AB4-429C-9670-B93480B2C229",
+ "MakerNotes:FocusPosition": 50,
+ "MakerNotes:HDRGain": 3.975598881e-05,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 314003,
+ "MPF:MPImageStart": 3225553,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 314003 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 386306.560757875,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0006788866259,
+ "Composite:SubSecCreateDate": "2023:08:23 17:46:58.406-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:23 17:46:58.406-04:00",
+ "Composite:SubSecModifyDate": "2023:08:23 17:46:58-04:00",
+ "Composite:GPSAltitude": 60.04653541,
+ "Composite:GPSLatitude": 46.8133361111111,
+ "Composite:GPSLongitude": -71.2084583333333,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "46.8133361111111 -71.2084583333333",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 13.524541715107,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:24 16:49:13",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.004975124378,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:24 16:49:13",
+ "EXIF:CreateDate": "2023:08:24 16:49:13",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00498299999530484",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 7.474142345,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 485,
+ "EXIF:SubSecTimeDigitized": 485,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.5349111111111,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5726305555555,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 60.07250188,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 222.755432,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 222.755432,
+ "EXIF:GPSHPositioningError": 4.687954876,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 8085,
+ "EXIF:ThumbnailImage": "(Binary data 8085 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 442935564117958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 177,
+ "MakerNotes:AEAverage": 202,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03167547658 -1.003812193 0.02982548253",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.213844419,
+ "MakerNotes:SignalToNoiseRatio": 35.24207687,
+ "MakerNotes:PhotoIdentifier": "15B504A2-1C41-4DA9-865B-47FE974C97ED",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 339426,
+ "MPF:MPImageStart": 3953065,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 339426 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 442935.564117958,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.004975124378,
+ "Composite:SubSecCreateDate": "2023:08:24 16:49:13.485-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:24 16:49:13.485-04:00",
+ "Composite:SubSecModifyDate": "2023:08:24 16:49:13-04:00",
+ "Composite:GPSAltitude": 60.07250188,
+ "Composite:GPSLatitude": 45.5349111111111,
+ "Composite:GPSLongitude": -73.5726305555555,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "45.5349111111111 -73.5726305555555",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 12.1771205028783,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:25 15:08:59",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003289473684,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:25 15:08:59",
+ "EXIF:CreateDate": "2023:08:25 15:08:59",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00032900000127453",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.774246863,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 534,
+ "EXIF:SubSecTimeDigitized": 534,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.5123277777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.5324388888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 15.21153962,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 0.3122119904,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 0.3122119904,
+ "EXIF:GPSHPositioningError": 4.747867676,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2578,
+ "EXIF:ThumbnailLength": 5385,
+ "EXIF:ThumbnailImage": "(Binary data 5385 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 489776785331291,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 204,
+ "MakerNotes:AEAverage": 206,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01088375226 -0.9971857672 0.1098296269",
+ "MakerNotes:FocusDistanceRange": "0.66015625 0.34765625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1107304448,
+ "MakerNotes:HDRHeadroom": 0,
+ "MakerNotes:SignalToNoiseRatio": 60.25623701,
+ "MakerNotes:PhotoIdentifier": "8303FCEF-3226-44E5-BB07-521A952AD6F3",
+ "MakerNotes:FocusPosition": 49,
+ "Composite:RunTimeSincePowerUp": 489776.785331291,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.0003289473684,
+ "Composite:SubSecCreateDate": "2023:08:25 15:08:59.534-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:25 15:08:59.534-04:00",
+ "Composite:SubSecModifyDate": "2023:08:25 15:08:59-04:00",
+ "Composite:GPSAltitude": 15.21153962,
+ "Composite:GPSLatitude": 45.5123277777778,
+ "Composite:GPSLongitude": -73.5324388888889,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.5123277777778 -73.5324388888889",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.5698556084233,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:26 15:15:45",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000469043152,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:26 15:15:45",
+ "EXIF:CreateDate": "2023:08:26 15:15:45",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000468999998962585",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 8.905872219,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 990,
+ "EXIF:SubSecTimeDigitized": 990,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.3658777777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.8523333333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 17.98701864,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 303.3888242,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 303.3888242,
+ "EXIF:GPSDateStamp": "2023:08:26",
+ "EXIF:GPSHPositioningError": 4.163701837,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2680,
+ "EXIF:ThumbnailLength": 8161,
+ "EXIF:ThumbnailImage": "(Binary data 8161 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 532872150480250,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 167,
+ "MakerNotes:AEAverage": 159,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0338704437 -0.9943017366 0.04563332722",
+ "MakerNotes:FocusDistanceRange": "0.46875 0.87109375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.680061817,
+ "MakerNotes:SignalToNoiseRatio": 57.6147232,
+ "MakerNotes:PhotoIdentifier": "D82DCF9F-3675-4ECF-8E2B-4E466C6C8864",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 3.048955478e-05,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 303895,
+ "MPF:MPImageStart": 4219739,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 303895 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 532872.15048025,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000469043152,
+ "Composite:SubSecCreateDate": "2023:08:26 15:15:45.990-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:26 15:15:45.990-04:00",
+ "Composite:SubSecModifyDate": "2023:08:26 15:15:45-04:00",
+ "Composite:GPSAltitude": 17.98701864,
+ "Composite:GPSDateTime": "2023:08:26 20:00:00Z",
+ "Composite:GPSLatitude": 45.3658777777778,
+ "Composite:GPSLongitude": -73.8523333333333,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.3658777777778 -73.8523333333333",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 14.0579917226668,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:26 15:16:16",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001396648045,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:26 15:16:16",
+ "EXIF:CreateDate": "2023:08:26 15:16:16",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00139699999991741",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 9.489031203,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2010 1516 2322 1395",
+ "EXIF:SubSecTimeOriginal": 257,
+ "EXIF:SubSecTimeDigitized": 257,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.254771784,
+ "EXIF:FocalLengthIn35mmFormat": 17,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.3659555555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.8525472222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 20.98042678,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 3.441189766,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 3.441189766,
+ "EXIF:GPSHPositioningError": 4.59121796,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2614,
+ "EXIF:ThumbnailLength": 6899,
+ "EXIF:ThumbnailImage": "(Binary data 6899 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 532902775847208,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 192,
+ "MakerNotes:AEAverage": 238,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01856843382 -0.9418550725 0.3370269534",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.512876392,
+ "MakerNotes:SignalToNoiseRatio": 35.82734296,
+ "MakerNotes:PhotoIdentifier": "44C1B5DC-2D9A-4D45-A076-E73C1A6746A3",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 272396,
+ "MPF:MPImageStart": 2864366,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 272396 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 532902.775847208,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 10.9677419354839,
+ "Composite:ShutterSpeed": 0.001396648045,
+ "Composite:SubSecCreateDate": "2023:08:26 15:16:16.257-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:26 15:16:16.257-04:00",
+ "Composite:SubSecModifyDate": "2023:08:26 15:16:16-04:00",
+ "Composite:GPSAltitude": 20.98042678,
+ "Composite:GPSLatitude": 45.3659555555556,
+ "Composite:GPSLongitude": -73.8525472222222,
+ "Composite:CircleOfConfusion": "0.00273951199851431",
+ "Composite:FOV": 93.2732328677627,
+ "Composite:FocalLength35efl": 17,
+ "Composite:GPSPosition": "45.3659555555556 -73.8525472222222",
+ "Composite:HyperfocalDistance": 0.365408754263369,
+ "Composite:LightValue": 14.0098845886145,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:08:30 18:07:36",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.000853970965,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:08:30 18:07:36",
+ "EXIF:CreateDate": "2023:08:30 18:07:36",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000853999993905119",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 8.149003165,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2015 1511 2323 1393",
+ "EXIF:SubSecTimeOriginal": "099",
+ "EXIF:SubSecTimeDigitized": "099",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 45.7359305555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 73.4436555555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 7.47302009,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 4.21999979,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 340.4710388,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 340.4710388,
+ "EXIF:GPSHPositioningError": 8.06913862,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2620,
+ "EXIF:ThumbnailLength": 7564,
+ "EXIF:ThumbnailImage": "(Binary data 7564 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 691951565766875,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 183,
+ "MakerNotes:AEAverage": 172,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9909697182 0.01732221991 0.05557797106",
+ "MakerNotes:FocusDistanceRange": "0.2578125 1.2890625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.592529177,
+ "MakerNotes:SignalToNoiseRatio": 55.36365129,
+ "MakerNotes:PhotoIdentifier": "EDDA1AC3-00FC-4C02-9C03-6A24DEA70C58",
+ "MakerNotes:FocusPosition": 44,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 225292,
+ "MPF:MPImageStart": 3890968,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 225292 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 691951.565766875,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.000853970965,
+ "Composite:SubSecCreateDate": "2023:08:30 18:07:36.099-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:08:30 18:07:36.099-04:00",
+ "Composite:SubSecModifyDate": "2023:08:30 18:07:36-04:00",
+ "Composite:GPSAltitude": 7.47302009,
+ "Composite:GPSLatitude": 45.7359305555556,
+ "Composite:GPSLongitude": -73.4436555555556,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "45.7359305555556 -73.4436555555556",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 13.1935253604796,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:09:13 19:55:09",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02380952381,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 1000,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:09:13 19:55:09",
+ "EXIF:CreateDate": "2023:09:13 19:55:09",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0239969999183802,
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 0.01697895745,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2039 1489 2314 1392",
+ "EXIF:SubSecTimeOriginal": 796,
+ "EXIF:SubSecTimeDigitized": 796,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.622317597,
+ "EXIF:FocalLengthIn35mmFormat": 22,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6520277777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.3834527777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 95.67043682,
+ "EXIF:GPSTimeStamp": "20:00:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 346.2131653,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 346.2131653,
+ "EXIF:GPSDateStamp": "2023:09:13",
+ "EXIF:GPSHPositioningError": 4.647174062,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2674,
+ "EXIF:ThumbnailLength": 7897,
+ "EXIF:ThumbnailImage": "(Binary data 7897 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1355081814574208",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 172,
+ "MakerNotes:AEAverage": 155,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9896303409 -0.003750899807 0.1883087009",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1111531520,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 17.67310333,
+ "MakerNotes:PhotoIdentifier": "41D85734-AE12-4023-B2A9-6CEEA2A9980C",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0.002991563407,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 286714,
+ "MPF:MPImageStart": 1964371,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 286714 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1355081.81457421,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 14.1935483870968,
+ "Composite:ShutterSpeed": 0.02380952381,
+ "Composite:SubSecCreateDate": "2023:09:13 19:55:09.796-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:09:13 19:55:09.796-04:00",
+ "Composite:SubSecModifyDate": "2023:09:13 19:55:09-04:00",
+ "Composite:GPSAltitude": 95.67043682,
+ "Composite:GPSDateTime": "2023:09:13 20:00:00Z",
+ "Composite:GPSLatitude": 43.6520277777778,
+ "Composite:GPSLongitude": -79.3834527777778,
+ "Composite:CircleOfConfusion": 0.0021168956352156,
+ "Composite:FOV": 78.5788800977412,
+ "Composite:FocalLength35efl": 22,
+ "Composite:GPSPosition": "43.6520277777778 -79.3834527777778",
+ "Composite:HyperfocalDistance": 0.472881917282008,
+ "Composite:LightValue": 4.59645813953013,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:20 17:16:51",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0101010101,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:20 17:16:51",
+ "EXIF:CreateDate": "2023:10:20 17:16:51",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0100699999960216,
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 6.825238582,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 921,
+ "EXIF:SubSecTimeDigitized": 921,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.7265666666667,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.6096277777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 173.7417946,
+ "EXIF:GPSTimeStamp": "21:16:51",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 124.9641915,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 124.9641915,
+ "EXIF:GPSDateStamp": "2023:10:20",
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2830,
+ "EXIF:ThumbnailLength": 7204,
+ "EXIF:ThumbnailImage": "(Binary data 7204 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 384306816069208,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 176,
+ "MakerNotes:AEAverage": 266,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9735639687 -0.03710071372 -0.1997568608",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.064490318,
+ "MakerNotes:SignalToNoiseRatio": 35.76042553,
+ "MakerNotes:PhotoIdentifier": "2053E06E-FD96-4DEB-905B-5A81B83AF4D4",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 327636,
+ "MPF:MPImageStart": 4311001,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 327636 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 384306.816069208,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.0101010101,
+ "Composite:SubSecCreateDate": "2023:10:20 17:16:51.921-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:20 17:16:51.921-04:00",
+ "Composite:SubSecModifyDate": "2023:10:20 17:16:51-04:00",
+ "Composite:GPSAltitude": 173.7417946,
+ "Composite:GPSDateTime": "2023:10:20 21:16:51Z",
+ "Composite:GPSLatitude": 43.7265666666667,
+ "Composite:GPSLongitude": -79.6096277777778,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "43.7265666666667 -79.6096277777778",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 11.1554254318915,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:26 13:03:50",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.003773584906,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:26 13:03:50",
+ "EXIF:CreateDate": "2023:10:26 13:03:50",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0037690000069487,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 6.441173178,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2577 2000 744 776",
+ "EXIF:SubSecTimeOriginal": 978,
+ "EXIF:SubSecTimeDigitized": 978,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.68,
+ "EXIF:FocalLengthIn35mmFormat": 43,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.7473416666667,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.4806361111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 197.4991384,
+ "EXIF:GPSTimeStamp": "17:03:49",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 38.31439206,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 38.31439206,
+ "EXIF:GPSDateStamp": "2023:10:26",
+ "EXIF:GPSHPositioningError": 4.7578036,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2856,
+ "EXIF:ThumbnailLength": 6565,
+ "EXIF:ThumbnailImage": "(Binary data 6565 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 658863307474291,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 199,
+ "MakerNotes:AEAverage": 200,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9932692046 -0.01170738973 -0.0001834381983",
+ "MakerNotes:FocusDistanceRange": "0.765625 0.5078125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.260139466,
+ "MakerNotes:SignalToNoiseRatio": 49.60428615,
+ "MakerNotes:PhotoIdentifier": "4D29420B-15A8-4AC2-B0D4-AB8789B9B994",
+ "MakerNotes:FocusPosition": 47,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 250183,
+ "MPF:MPImageStart": 2067837,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 250183 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 658863.307474291,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 10.2380952380952,
+ "Composite:ShutterSpeed": 0.003773584906,
+ "Composite:SubSecCreateDate": "2023:10:26 13:03:50.978-04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:26 13:03:50.978-04:00",
+ "Composite:SubSecModifyDate": "2023:10:26 13:03:50-04:00",
+ "Composite:GPSAltitude": 197.4991384,
+ "Composite:GPSDateTime": "2023:10:26 17:03:49Z",
+ "Composite:GPSLatitude": 43.7473416666667,
+ "Composite:GPSLongitude": -79.4806361111111,
+ "Composite:CircleOfConfusion": "0.00293475103816836",
+ "Composite:FOV": 45.4288630784537,
+ "Composite:FocalLength35efl": 42.9999999999998,
+ "Composite:GPSPosition": "43.7473416666667 -79.4806361111111",
+ "Composite:HyperfocalDistance": 3.75670707893537,
+ "Composite:LightValue": 11.0498485493207,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:12:07 09:04:30",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.003875968992,
+ "EXIF:FNumber": 2.4,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 25,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:07 09:04:30",
+ "EXIF:CreateDate": "2023:12:07 09:04:30",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00387799998983223",
+ "EXIF:ApertureValue": 2.39999999944472,
+ "EXIF:BrightnessValue": 7.979321603,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 1.55,
+ "EXIF:SubjectArea": "2013 1509 2318 1392",
+ "EXIF:SubSecTimeOriginal": 600,
+ "EXIF:SubSecTimeDigitized": 600,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.034199726,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.7672416666667,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.5024944444445,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 195.5893821,
+ "EXIF:GPSTimeStamp": "14:04:29",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 113.0520402,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 113.0520402,
+ "EXIF:GPSDateStamp": "2023:12:07",
+ "EXIF:GPSHPositioningError": 4.783911111,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2830,
+ "EXIF:ThumbnailLength": 8801,
+ "EXIF:ThumbnailImage": "(Binary data 8801 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 196642652460916,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 181,
+ "MakerNotes:AEAverage": 225,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03717157245 -0.9608103039 -0.2700867354",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112580096,
+ "MakerNotes:HDRHeadroom": 1.254905343,
+ "MakerNotes:SignalToNoiseRatio": 35.71502304,
+ "MakerNotes:PhotoIdentifier": "8ECDC15C-4EA9-4CC1-98A8-7F2CD2C44F02",
+ "MakerNotes:FocusPosition": 0,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 398891,
+ "MPF:MPImageStart": 3720320,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 398891 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 196642.652460916,
+ "Composite:Aperture": 2.4,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.03225806451613,
+ "Composite:ShutterSpeed": 0.003875968992,
+ "Composite:SubSecCreateDate": "2023:12:07 09:04:30.600-05:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:07 09:04:30.600-05:00",
+ "Composite:SubSecModifyDate": "2023:12:07 09:04:30-05:00",
+ "Composite:GPSAltitude": 195.5893821,
+ "Composite:GPSDateTime": "2023:12:07 14:04:29Z",
+ "Composite:GPSLatitude": 43.7672416666667,
+ "Composite:GPSLongitude": -79.5024944444445,
+ "Composite:CircleOfConfusion": "0.00332655028391023",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "43.7672416666667 -79.5024944444445",
+ "Composite:HyperfocalDistance": 0.300924856452187,
+ "Composite:LightValue": 12.5372960671832,
+ "Composite:LensID": "iPhone 12 back dual wide camera 1.55mm f/2.4",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:12:13 16:13:43",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.002123142251,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:13 16:13:43",
+ "EXIF:CreateDate": "2023:12:13 16:13:43",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00212300000650249",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 6.408671523,
+ "EXIF:ExposureCompensation": -0.4686185393,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2398 1398 752 785",
+ "EXIF:SubSecTimeOriginal": 609,
+ "EXIF:SubSecTimeDigitized": 609,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.981651376,
+ "EXIF:FocalLengthIn35mmFormat": 51,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.727825,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.6087333333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 166.3757669,
+ "EXIF:GPSTimeStamp": "21:13:42",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 63.43305589,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 63.43305589,
+ "EXIF:GPSDateStamp": "2023:12:13",
+ "EXIF:GPSHPositioningError": 4.596759259,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2856,
+ "EXIF:ThumbnailLength": 7123,
+ "EXIF:ThumbnailImage": "(Binary data 7123 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 597591640676833,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 193,
+ "MakerNotes:AEAverage": 153,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01481772028 -0.9938712713 0.1481902003",
+ "MakerNotes:FocusDistanceRange": "0.42578125 0.84765625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.393845201,
+ "MakerNotes:SignalToNoiseRatio": 49.43670657,
+ "MakerNotes:PhotoIdentifier": "12EB984A-59E9-4DD5-8B56-F0393421666F",
+ "MakerNotes:FocusPosition": 47,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 170922,
+ "MPF:MPImageStart": 1900570,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 170922 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 597591.640676833,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 12.1428571428571,
+ "Composite:ShutterSpeed": 0.002123142251,
+ "Composite:SubSecCreateDate": "2023:12:13 16:13:43.609-05:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:13 16:13:43.609-05:00",
+ "Composite:SubSecModifyDate": "2023:12:13 16:13:43-05:00",
+ "Composite:GPSAltitude": 166.3757669,
+ "Composite:GPSDateTime": "2023:12:13 21:13:42Z",
+ "Composite:GPSLatitude": 43.727825,
+ "Composite:GPSLongitude": -79.6087333333333,
+ "Composite:CircleOfConfusion": "0.00247439793414195",
+ "Composite:FOV": 38.8801024969702,
+ "Composite:FocalLength35efl": 50.9999999999998,
+ "Composite:GPSPosition": "43.727825 -79.6087333333333",
+ "Composite:HyperfocalDistance": 4.45562932617916,
+ "Composite:LightValue": 11.2357270595192,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:12:26 23:17:03",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.03333333333,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 800,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:26 23:17:03",
+ "EXIF:CreateDate": "2023:12:26 23:17:03",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0333360000605773,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -1.774682857,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2014 1506 2328 1401",
+ "EXIF:SubSecTimeOriginal": 680,
+ "EXIF:SubSecTimeDigitized": 680,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 2.057142857,
+ "EXIF:FocalLengthIn35mmFormat": 53,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.7673083333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.5027,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 194.8547631,
+ "EXIF:GPSTimeStamp": "04:17:03",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 139.9603425,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 139.9603425,
+ "EXIF:GPSDateStamp": "2023:12:27",
+ "EXIF:GPSHPositioningError": 3.535533905,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2832,
+ "EXIF:ThumbnailLength": 7951,
+ "EXIF:ThumbnailImage": "(Binary data 7951 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1517995329371875",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 111,
+ "MakerNotes:AEAverage": 120,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.008698908612 -0.9958626619 0.03296510875",
+ "MakerNotes:FocusDistanceRange": "0.40625 1.015625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 23.83559228,
+ "MakerNotes:PhotoIdentifier": "FDA1515F-0018-4DAF-8509-DF7FCDF2BF20",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 0.01318125614,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 300555,
+ "MPF:MPImageStart": 2501779,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 300555 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 1517995.32937187,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 12.6190476190476,
+ "Composite:ShutterSpeed": 0.03333333333,
+ "Composite:SubSecCreateDate": "2023:12:26 23:17:03.680-05:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:26 23:17:03.680-05:00",
+ "Composite:SubSecModifyDate": "2023:12:26 23:17:03-05:00",
+ "Composite:GPSAltitude": 194.8547631,
+ "Composite:GPSDateTime": "2023:12:27 04:17:03Z",
+ "Composite:GPSLatitude": 43.7673083333333,
+ "Composite:GPSLongitude": -79.5027,
+ "Composite:CircleOfConfusion": 0.0023810244271932,
+ "Composite:FOV": 37.5173323852195,
+ "Composite:FocalLength35efl": 52.9999999999999,
+ "Composite:GPSPosition": "43.7673083333333 -79.5027",
+ "Composite:HyperfocalDistance": 4.6303598879901,
+ "Composite:LightValue": 3.26303440597806,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2024:01:01 00:38:50",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.06666666667,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 1000,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:01:01 00:38:50",
+ "EXIF:CreateDate": "2024:01:01 00:38:50",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0666589999112307,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": -2.911545614,
+ "EXIF:ExposureCompensation": 0.0078125,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "1644 1842 752 786",
+ "EXIF:SubSecTimeOriginal": 412,
+ "EXIF:SubSecTimeDigitized": 412,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.112582781,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 3,
+ "EXIF:CompositeImageCount": "10 0",
+ "EXIF:CompositeImageExposureTimes": "0 1.266605019 0 0.2666639986 0 0.06665900351 0 0",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6391333333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.3791972222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 80.48360831,
+ "EXIF:GPSTimeStamp": "05:38:47",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 341.2774659,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 341.2774659,
+ "EXIF:GPSDateStamp": "2024:01:01",
+ "EXIF:GPSHPositioningError": 4.437942187,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2950,
+ "EXIF:ThumbnailLength": 8014,
+ "EXIF:ThumbnailImage": "(Binary data 8014 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 145720054405375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 128,
+ "MakerNotes:AEAverage": 127,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03450297564 -0.9710815549 0.2523707451",
+ "MakerNotes:FocusDistanceRange": "0.69921875 0.4609375",
+ "MakerNotes:OISMode": 2,
+ "MakerNotes:ImageCaptureType": 11,
+ "MakerNotes:LivePhotoVideoIndex": 3321888768,
+ "MakerNotes:HDRHeadroom": 0.7844365247,
+ "MakerNotes:SignalToNoiseRatio": 20.48355864,
+ "MakerNotes:PhotoIdentifier": "89CB8250-4212-4F7B-9223-4B765674187C",
+ "MakerNotes:FocusPosition": 38,
+ "MakerNotes:HDRGain": 0.08648766577,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 445237,
+ "MPF:MPImageStart": 2450562,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 445237 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 145720.054405375,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.9047619047619,
+ "Composite:ShutterSpeed": 0.06666666667,
+ "Composite:SubSecCreateDate": "2024:01:01 00:38:50.412-05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:01:01 00:38:50.412-05:00",
+ "Composite:SubSecModifyDate": "2024:01:01 00:38:50-05:00",
+ "Composite:GPSAltitude": 80.48360831,
+ "Composite:GPSDateTime": "2024:01:01 05:38:47Z",
+ "Composite:GPSLatitude": 43.6391333333333,
+ "Composite:GPSLongitude": -79.3791972222222,
+ "Composite:CircleOfConfusion": "0.00435152740142206",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:GPSPosition": "43.6391333333333 -79.3791972222222",
+ "Composite:HyperfocalDistance": 2.53359314625873,
+ "Composite:LightValue": 1.9411063108743,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2024:01:01 01:00:25",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01666666667,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 400,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:01:01 01:00:25",
+ "EXIF:CreateDate": "2024:01:01 01:00:25",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0166710000075403,
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 0.7149855149,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 523,
+ "EXIF:SubSecTimeDigitized": 523,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6451027777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.3774416666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 252.0793115,
+ "EXIF:GPSTimeStamp": "06:00:25",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 29.28581619,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 29.28581619,
+ "EXIF:GPSDateStamp": "2024:01:01",
+ "EXIF:GPSHPositioningError": 23.62107273,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2812,
+ "EXIF:ThumbnailLength": 10100,
+ "EXIF:ThumbnailImage": "(Binary data 10100 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 146815369518458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 180,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.02745944075 -0.9914527535 0.09153349698",
+ "MakerNotes:FocusDistanceRange": "1.23828125 0.2421875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 0.8432090282,
+ "MakerNotes:SignalToNoiseRatio": 31.55741119,
+ "MakerNotes:PhotoIdentifier": "DCDD2965-83F9-496A-9C98-A4FD36D6549A",
+ "MakerNotes:FocusPosition": 42,
+ "MakerNotes:HDRGain": 0.008158945475,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 461595,
+ "MPF:MPImageStart": 3697824,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 461595 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 146815.369518458,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.01666666667,
+ "Composite:SubSecCreateDate": "2024:01:01 01:00:25.523-05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:01:01 01:00:25.523-05:00",
+ "Composite:SubSecModifyDate": "2024:01:01 01:00:25-05:00",
+ "Composite:GPSAltitude": 252.0793115,
+ "Composite:GPSDateTime": "2024:01:01 06:00:25Z",
+ "Composite:GPSLatitude": 43.6451027777778,
+ "Composite:GPSLongitude": -79.3774416666667,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.6451027777778 -79.3774416666667",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 5.26303440554526,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2024:01:24 14:00:25",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001545595054,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:01:24 14:00:25",
+ "EXIF:CreateDate": "2024:01:24 14:00:25",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00154599999935631",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 7.385571989,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2009 1502 2208 1387",
+ "EXIF:SubSecTimeOriginal": 186,
+ "EXIF:SubSecTimeDigitized": 186,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.7301611111111,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.6077194444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 163.8842509,
+ "EXIF:GPSTimeStamp": "19:00:24",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 1.370000005,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 138.8158416,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 138.8158416,
+ "EXIF:GPSDateStamp": "2024:01:24",
+ "EXIF:GPSHPositioningError": 4.596758031,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2794,
+ "EXIF:ThumbnailLength": 4448,
+ "EXIF:ThumbnailImage": "(Binary data 4448 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1184616933551083",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 188,
+ "MakerNotes:AEAverage": 181,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.04303858799 -1.005623102 0.01907486469",
+ "MakerNotes:FocusDistanceRange": "0.6171875 4.08203125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1107304448,
+ "MakerNotes:HDRHeadroom": 0,
+ "MakerNotes:SignalToNoiseRatio": 53.0681076,
+ "MakerNotes:PhotoIdentifier": "2B3F3817-7590-49A5-BDBA-9652741F7678",
+ "MakerNotes:FocusPosition": 44,
+ "Composite:RunTimeSincePowerUp": 1184616.93355108,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.19047619047619,
+ "Composite:ShutterSpeed": 0.001545595054,
+ "Composite:SubSecCreateDate": "2024:01:24 14:00:25.186-05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:01:24 14:00:25.186-05:00",
+ "Composite:SubSecModifyDate": "2024:01:24 14:00:25-05:00",
+ "Composite:GPSAltitude": 163.8842509,
+ "Composite:GPSDateTime": "2024:01:24 19:00:24Z",
+ "Composite:GPSLatitude": 43.7301611111111,
+ "Composite:GPSLongitude": -79.6077194444444,
+ "Composite:CircleOfConfusion": "0.00485362671697076",
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "43.7301611111111 -79.6077194444444",
+ "Composite:HyperfocalDistance": 2.27149730354231,
+ "Composite:LightValue": 12.337621902082,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 12",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:24 15:09:20",
+ "EXIF:HostComputer": "iPhone 12",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003289473684,
+ "EXIF:FNumber": 1.6,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 32,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:24 15:09:20",
+ "EXIF:CreateDate": "2024:04:24 15:09:20",
+ "EXIF:OffsetTime": "-04:00",
+ "EXIF:OffsetTimeOriginal": "-04:00",
+ "EXIF:OffsetTimeDigitized": "-04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00032900000127453",
+ "EXIF:ApertureValue": 1.59999999932056,
+ "EXIF:BrightnessValue": 9.499766333,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 4.2,
+ "EXIF:SubjectArea": "2013 1512 2325 1394",
+ "EXIF:SubSecTimeOriginal": 990,
+ "EXIF:SubSecTimeDigitized": 990,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.47224927,
+ "EXIF:FocalLengthIn35mmFormat": 38,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.549999952 4.2 1.6 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 43.6442916666667,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 79.467225,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 82.15438467,
+ "EXIF:GPSTimeStamp": "19:09:20",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "T",
+ "EXIF:GPSImgDirection": 273.4179842,
+ "EXIF:GPSDestBearingRef": "T",
+ "EXIF:GPSDestBearing": 273.4179842,
+ "EXIF:GPSDateStamp": "2024:04:24",
+ "EXIF:GPSHPositioningError": 4.659536027,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2934,
+ "EXIF:ThumbnailLength": 11350,
+ "EXIF:ThumbnailImage": "(Binary data 11350 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 114261000650000,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 169,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9928590655 0.03436280042 -0.05673775822",
+ "MakerNotes:FocusDistanceRange": "0.40625 0.7421875",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 1112547328,
+ "MakerNotes:HDRHeadroom": 1.568873048,
+ "MakerNotes:SignalToNoiseRatio": 59.40418238,
+ "MakerNotes:PhotoIdentifier": "2BC41BC4-A764-4EE0-A27A-DB88E505133D",
+ "MakerNotes:FocusPosition": 45,
+ "MakerNotes:HDRGain": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 513849,
+ "MPF:MPImageStart": 5432543,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 513849 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 114261.00065,
+ "Composite:Aperture": 1.6,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 9.04761904761905,
+ "Composite:ShutterSpeed": 0.0003289473684,
+ "Composite:SubSecCreateDate": "2024:04:24 15:09:20.990-04:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:24 15:09:20.990-04:00",
+ "Composite:SubSecModifyDate": "2024:04:24 15:09:20-04:00",
+ "Composite:GPSAltitude": 82.15438467,
+ "Composite:GPSDateTime": "2024:04:24 19:09:20Z",
+ "Composite:GPSLatitude": 43.6442916666667,
+ "Composite:GPSLongitude": -79.467225,
+ "Composite:CircleOfConfusion": "0.00332090249055894",
+ "Composite:FOV": 50.6923947019274,
+ "Composite:FocalLength35efl": 38,
+ "Composite:GPSPosition": "43.6442916666667 -79.467225",
+ "Composite:HyperfocalDistance": 3.31988067440799,
+ "Composite:LightValue": 14.5698556084233,
+ "Composite:LensID": "iPhone 12 back dual wide camera 4.2mm f/1.6",
+ "_instaraw_icc_profile_file": "iphone_12.icc"
+ }
+]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.npz b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.npz
new file mode 100644
index 0000000000000000000000000000000000000000..4503e500a18d4f369b776d7fc1a6abff4caa9782
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_12.npz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:500f432f11396d9b3eb82dd9ea6c117f809be53abdf8b7d1f24e204117a15509
+size 477647
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.icc b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.icc
new file mode 100644
index 0000000000000000000000000000000000000000..e310029c37563341832703f0aa21f67adc23d2e3
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.icc differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.json b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.json
new file mode 100644
index 0000000000000000000000000000000000000000..dc0454d15d7185fa8ccaafa78ef4f7e933d9edbf
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.json
@@ -0,0 +1,1095 @@
+[
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:09:08 11:00:37",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:09:08 11:00:37",
+ "XMP:RegionAreaY": "0.42702451954937037",
+ "XMP:RegionAreaW": "0.026242544731610362",
+ "XMP:RegionAreaX": "0.66737176938369791",
+ "XMP:RegionAreaH": "0.035069582504970165",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 12,
+ "XMP:RegionExtensionsAngleInfoRoll": 23,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 3,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "XMP:DateCreated": "2025:09:08 11:00:37",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:09:08 11:06:18",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:09:08 11:06:18",
+ "XMP:RegionAreaY": "0.87999999999999989",
+ "XMP:RegionAreaW": "0.048190476190476172",
+ "XMP:RegionAreaX": "0.33866666666666667",
+ "XMP:RegionAreaH": "0.063999999999999946",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 321,
+ "XMP:RegionExtensionsAngleInfoRoll": 247,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 3,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "XMP:DateCreated": "2025:09:08 11:06:18",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:09:09 10:38:38",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:09:09 10:38:38",
+ "XMP:DateCreated": "2025:09:09 10:38:38",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:09:09 16:04:09",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:09:09 16:04:09",
+ "XMP:DateCreated": "2025:09:09 16:04:09",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_13_pro.icc"
+ }
+]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.npz b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.npz
new file mode 100644
index 0000000000000000000000000000000000000000..ccb84924317792834beaa32d6308f3e4f3f97419
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_13_pro.npz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:175c1792ab5d4489d5e77e2bc1273d20726b26d7fe2f0a107bf8ab1105c67d54
+size 333807
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.icc b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.icc
new file mode 100644
index 0000000000000000000000000000000000000000..e310029c37563341832703f0aa21f67adc23d2e3
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.icc differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.json b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.json
new file mode 100644
index 0000000000000000000000000000000000000000..4de6f64b2190016b83b20a7765160e21479070cd
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.json
@@ -0,0 +1,3908 @@
+[
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 1600,
+ "File:ImageHeight": 1066,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 96,
+ "JFIF:YResolution": 96,
+ "Composite:ImageSize": "1600 1066",
+ "Composite:Megapixels": 1.7056,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2025:02:06 16:42:39",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02325581395,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 640,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:02:06 16:42:39",
+ "EXIF:CreateDate": "2025:02:06 16:42:39",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0231980000007255,
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": -0.3988345064,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 959,
+ "EXIF:SubSecTimeDigitized": 959,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1302608081740000",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 159,
+ "MakerNotes:AEAverage": 162,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.05271676927 -0.9259499311 -0.3805038631",
+ "MakerNotes:FocusDistanceRange": "0.41015625 0.65625",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 30.28015137,
+ "MakerNotes:PhotoIdentifier": "2E01876F-2BB6-42AF-8050-920AB66A8A56",
+ "MakerNotes:FocusPosition": 123,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 1302608.08174,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.02325581395,
+ "Composite:SubSecCreateDate": "2025:02:06 16:42:39.959+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:02:06 16:42:39.959+01:00",
+ "Composite:SubSecModifyDate": "2025:02:06 16:42:39+01:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 3.91811785124818,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:08:13 11:44:39",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02325581395,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 160,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:08:13 11:44:39",
+ "EXIF:CreateDate": "2025:08:13 11:44:39",
+ "EXIF:OffsetTime": "+02:00",
+ "EXIF:OffsetTimeOriginal": "+02:00",
+ "EXIF:OffsetTimeDigitized": "+02:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0231980000007255,
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": 1.663412067,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 745,
+ "EXIF:SubSecTimeDigitized": 745,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 213920938447708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 181,
+ "MakerNotes:AEAverage": 161,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005344462583 -0.7254948611 -0.6817633512",
+ "MakerNotes:FocusDistanceRange": "0.94140625 1.1953125",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 38.12325286,
+ "MakerNotes:PhotoIdentifier": "47311297-CC5D-4160-88D6-4E6B4139B5A4",
+ "MakerNotes:FocusPosition": 141,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 213920.938447708,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.02325581395,
+ "Composite:SubSecCreateDate": "2025:08:13 11:44:39.745+02:00",
+ "Composite:SubSecDateTimeOriginal": "2025:08:13 11:44:39.745+02:00",
+ "Composite:SubSecModifyDate": "2025:08:13 11:44:39+02:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 5.91811785124818,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2025:01:30 11:09:45",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:01:30 11:09:45",
+ "EXIF:CreateDate": "2025:01:30 11:09:45",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0099969999738156,
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": 3.962334915,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 270,
+ "EXIF:SubSecTimeDigitized": 270,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1042304356919333",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 177,
+ "MakerNotes:AEAverage": 153,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.5341867213 0.03125185518 -0.8581662181",
+ "MakerNotes:FocusDistanceRange": "3.51171875 0.4765625",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 47.02172088,
+ "MakerNotes:PhotoIdentifier": "18737852-D8C2-41F9-9B53-C78E1015A1AA",
+ "MakerNotes:FocusPosition": 87,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 1042304.35691933,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.01,
+ "Composite:SubSecCreateDate": "2025:01:30 11:09:45.270+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:01:30 11:09:45.270+01:00",
+ "Composite:SubSecModifyDate": "2025:01:30 11:09:45+01:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 8.45763738099176,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2025:01:23 11:16:33",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.003067484663,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:01:23 11:16:33",
+ "EXIF:CreateDate": "2025:01:23 11:16:33",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00306900001033361",
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": 6.244822652,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 270,
+ "EXIF:SubSecTimeDigitized": 270,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 827867485767125,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 165,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.04188634828 -0.5423040388 -0.8026952153",
+ "MakerNotes:FocusDistanceRange": "4.16796875 2.82421875",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 51.37543484,
+ "MakerNotes:PhotoIdentifier": "FC672AD6-4090-4D80-A126-04FB81A97A0C",
+ "MakerNotes:FocusPosition": 112,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 827867.485767125,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.003067484663,
+ "Composite:SubSecCreateDate": "2025:01:23 11:16:33.270+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:01:23 11:16:33.270+01:00",
+ "Composite:SubSecModifyDate": "2025:01:23 11:16:33+01:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 10.5186531554743,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2025:02:05 13:07:00",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.004784688995,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 40,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:02:05 13:07:00",
+ "EXIF:CreateDate": "2025:02:05 13:07:00",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00479199998184896",
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": 6.032715932,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 577,
+ "EXIF:SubSecTimeDigitized": 577,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": "1274166579103625",
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 206,
+ "MakerNotes:AEAverage": 193,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.1626456827 -0.368391186 -0.9016211632",
+ "MakerNotes:FocusDistanceRange": "0.7265625 2.69921875",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 50.68246844,
+ "MakerNotes:PhotoIdentifier": "5213769B-48D6-435C-81C8-83FED7BE48F1",
+ "MakerNotes:FocusPosition": 194,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 1274166.57910362,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.004784688995,
+ "Composite:SubSecCreateDate": "2025:02:05 13:07:00.577+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:02:05 13:07:00.577+01:00",
+ "Composite:SubSecModifyDate": "2025:02:05 13:07:00+01:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 10.1992122284755,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.3.2",
+ "EXIF:ModifyDate": "2025:06:04 11:44:23",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0101010101,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:04 11:44:23",
+ "EXIF:CreateDate": "2025:06:04 11:44:23",
+ "EXIF:OffsetTime": "+02:00",
+ "EXIF:OffsetTimeOriginal": "+02:00",
+ "EXIF:OffsetTimeDigitized": "+02:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0101339999986066,
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": 4.250878256,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 128,
+ "EXIF:SubSecTimeDigitized": 128,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 917053802455500,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 182,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.03013561295 -0.9111238726 -0.3843776283",
+ "MakerNotes:FocusDistanceRange": "0.3984375 0.3671875",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 43.75997164,
+ "MakerNotes:PhotoIdentifier": "BF32CCA9-6208-4787-977B-DD3880E5F7DE",
+ "MakerNotes:FocusPosition": 91,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 917053.8024555,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.0101010101,
+ "Composite:SubSecCreateDate": "2025:06:04 11:44:23.128+02:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:04 11:44:23.128+02:00",
+ "Composite:SubSecModifyDate": "2025:06:04 11:44:23+02:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 8.44313781144092,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Plus",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:11:03 16:23:57",
+ "EXIF:HostComputer": "iPhone 14 Plus",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 160,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:11:03 16:23:57",
+ "EXIF:CreateDate": "2025:11:03 16:23:57",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.019997999992969,
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": 2.09729676,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "1918 1076 2108 948",
+ "EXIF:SubSecTimeOriginal": 509,
+ "EXIF:SubSecTimeDigitized": 509,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 29,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.539999962 5.699999809 1.5 2.4",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 422501451191958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 190,
+ "MakerNotes:AEAverage": 187,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.02317818813 -0.6666132804 -0.7241222259",
+ "MakerNotes:FocusDistanceRange": "2.37109375 6.5390625",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 38.61276248,
+ "MakerNotes:PhotoIdentifier": "FFDD6E77-5A69-4591-9406-C65BC99D0BE3",
+ "MakerNotes:FocusPosition": 66,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 422501.451191958,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 5.08771929824561,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2025:11:03 16:23:57.509+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:11:03 16:23:57.509+01:00",
+ "Composite:SubSecModifyDate": "2025:11:03 16:23:57+01:00",
+ "Composite:CircleOfConfusion": "0.00590564433050136",
+ "Composite:FOV": 63.6549469203797,
+ "Composite:FocalLength35efl": 29,
+ "Composite:HyperfocalDistance": 3.66767769744122,
+ "Composite:LightValue": 6.1357092861044,
+ "Composite:LensID": "iPhone 14 Plus back dual wide camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 11:59:00",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 11:59:00",
+ "XMP:DateCreated": "2025:05:24 11:59:00",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 11:59:29",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 11:59:29",
+ "XMP:DateCreated": "2025:05:24 11:59:29",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 11:59:46",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 11:59:46",
+ "XMP:DateCreated": "2025:05:24 11:59:46",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 12:00:22",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 12:00:22",
+ "XMP:DateCreated": "2025:05:24 12:00:22",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 12:00:26",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 12:00:26",
+ "XMP:DateCreated": "2025:05:24 12:00:26",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 12:00:38",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 12:00:38",
+ "XMP:DateCreated": "2025:05:24 12:00:38",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 12:01:02",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 12:01:02",
+ "XMP:DateCreated": "2025:05:24 12:01:02",
+ "XMP:RegionAreaY": [
+ "0.35282786885245909",
+ "0.38381147540983612"
+ ],
+ "XMP:RegionAreaW": [
+ "0.042207532667179137",
+ "0.04383089930822448"
+ ],
+ "XMP:RegionAreaX": [
+ 0.6863028439661798,
+ "0.84295772482705611"
+ ],
+ "XMP:RegionAreaH": [
+ "0.055770491803278699",
+ "0.058868852459016408"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionType": [
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 337,
+ "XMP:RegionExtensionsAngleInfoRoll": 358,
+ "XMP:RegionExtensionsConfidenceLevel": 182,
+ "XMP:RegionExtensionsFaceID": 3888,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:05:24 12:01:18",
+ "XMP:CreatorTool": "18.3.2",
+ "XMP:ModifyDate": "2025:05:24 12:01:18",
+ "XMP:DateCreated": "2025:05:24 12:01:18",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:04 21:05:46",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:04 21:05:46",
+ "XMP:DateCreated": "2025:07:04 21:05:46",
+ "XMP:RegionAreaY": "0.98099999999999998",
+ "XMP:RegionAreaW": "0.033523809523809511",
+ "XMP:RegionAreaX": "0.40990476190476194",
+ "XMP:RegionAreaH": "0.036000000000000032",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 343,
+ "XMP:RegionExtensionsAngleInfoRoll": 330,
+ "XMP:RegionExtensionsConfidenceLevel": 24,
+ "XMP:RegionExtensionsFaceID": 1520,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:04 21:05:48",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:04 21:05:48",
+ "XMP:DateCreated": "2025:07:04 21:05:48",
+ "XMP:RegionAreaY": [
+ "0.91500000000000004",
+ "0.61499999999999999"
+ ],
+ "XMP:RegionAreaW": [
+ "0.045047619047619059",
+ "0.050285714285714267"
+ ],
+ "XMP:RegionAreaX": [
+ "0.37480952380952381",
+ "0.38685714285714284"
+ ],
+ "XMP:RegionAreaH": [
+ "0.060000000000000053",
+ "0.06800000000000006"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionType": [
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 52,
+ "XMP:RegionExtensionsAngleInfoRoll": 274,
+ "XMP:RegionExtensionsConfidenceLevel": 503,
+ "XMP:RegionExtensionsFaceID": 1529,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:14 18:19:03",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:14 18:19:03",
+ "XMP:DateCreated": "2025:07:14 18:19:03",
+ "XMP:RegionAreaY": "0.45299999999999996",
+ "XMP:RegionAreaW": "0.15714285714285714",
+ "XMP:RegionAreaX": "0.10609523809523809",
+ "XMP:RegionAreaH": "0.20999999999999996",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 2,
+ "XMP:RegionExtensionsAngleInfoRoll": 278,
+ "XMP:RegionExtensionsConfidenceLevel": 628,
+ "XMP:RegionExtensionsFaceID": 5,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:08:23 15:28:39",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:08:23 15:28:39",
+ "XMP:DateCreated": "2025:08:23 15:28:39",
+ "XMP:RegionAreaY": "0.21050000000000002",
+ "XMP:RegionAreaW": "0.026190476190476208",
+ "XMP:RegionAreaX": "0.69328571428571428",
+ "XMP:RegionAreaH": "0.035000000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 359,
+ "XMP:RegionExtensionsAngleInfoRoll": 304,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 444,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:08:27 12:27:51",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:08:27 12:27:51",
+ "XMP:DateCreated": "2025:08:27 12:27:51",
+ "XMP:RegionAreaY": "0.28621311475409839",
+ "XMP:RegionAreaW": "0.055180327868852456",
+ "XMP:RegionAreaX": "0.082901639344262285",
+ "XMP:RegionAreaH": "0.074360655737704923",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 351,
+ "XMP:RegionExtensionsAngleInfoRoll": 268,
+ "XMP:RegionExtensionsConfidenceLevel": 283,
+ "XMP:RegionExtensionsFaceID": 187,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 1636,
+ "File:ImageHeight": 2181,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExifVersion": "0221",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 1636,
+ "EXIF:ExifImageHeight": 2181,
+ "EXIF:SceneCaptureType": 0,
+ "Composite:ImageSize": "1636 2181",
+ "Composite:Megapixels": 3.568116,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:10:03 18:31:14",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:10:03 18:31:14",
+ "XMP:DateCreated": "2025:10:03 18:31:14",
+ "XMP:RegionAreaY": "0.65849999999999997",
+ "XMP:RegionAreaW": "0.10685714285714282",
+ "XMP:RegionAreaX": "0.30514285714285716",
+ "XMP:RegionAreaH": "0.14300000000000002",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 27,
+ "XMP:RegionExtensionsAngleInfoRoll": 290,
+ "XMP:RegionExtensionsConfidenceLevel": 622,
+ "XMP:RegionExtensionsFaceID": 697,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 2316,
+ "File:ImageHeight": 3088,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:10:21 09:17:05",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:10:21 09:17:05",
+ "XMP:DateCreated": "2025:10:21 09:17:05",
+ "XMP:RegionAreaY": "0.45364766839378234",
+ "XMP:RegionAreaW": "0.19454922279792741",
+ "XMP:RegionAreaX": "0.45887046632124345",
+ "XMP:RegionAreaH": "0.25983419689119169",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 328,
+ "XMP:RegionExtensionsAngleInfoRoll": 269,
+ "XMP:RegionExtensionsConfidenceLevel": 653,
+ "XMP:RegionExtensionsFaceID": 461,
+ "XMP:RegionAppliedToDimensionsH": 2316,
+ "XMP:RegionAppliedToDimensionsW": 3088,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "2316 3088",
+ "Composite:Megapixels": 7.151808,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:10:23 15:05:58",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:10:23 15:05:58",
+ "XMP:DateCreated": "2025:10:23 15:05:58",
+ "XMP:RegionAreaY": "0.46563636363636379",
+ "XMP:RegionAreaW": "0.084891595615103552",
+ "XMP:RegionAreaX": "0.13024116930572485",
+ "XMP:RegionAreaH": "0.11290909090909096",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 11,
+ "XMP:RegionExtensionsAngleInfoRoll": 273,
+ "XMP:RegionExtensionsConfidenceLevel": 210,
+ "XMP:RegionExtensionsFaceID": 4189,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:10:23 15:06:07",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:10:23 15:06:07",
+ "XMP:DateCreated": "2025:10:23 15:06:07",
+ "XMP:RegionAreaY": "0.55768181818181828",
+ "XMP:RegionAreaW": "0.074601705237515234",
+ "XMP:RegionAreaX": "0.13024116930572485",
+ "XMP:RegionAreaH": "0.10063636363636363",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 13,
+ "XMP:RegionExtensionsAngleInfoRoll": 282,
+ "XMP:RegionExtensionsConfidenceLevel": 59,
+ "XMP:RegionExtensionsFaceID": 4189,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:11:10 16:14:39",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:11:10 16:14:39",
+ "XMP:DateCreated": "2025:11:10 16:14:39",
+ "XMP:RegionAreaY": "0.53065045592705162",
+ "XMP:RegionAreaW": "0.11906849315068493",
+ "XMP:RegionAreaX": "0.059534246575342467",
+ "XMP:RegionAreaH": "0.31251063829787235",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 358,
+ "XMP:RegionExtensionsAngleInfoRoll": 268,
+ "XMP:RegionExtensionsConfidenceLevel": 796,
+ "XMP:RegionExtensionsFaceID": 2368,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:11:12 10:12:52",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:11:12 10:12:52",
+ "XMP:DateCreated": "2025:11:12 10:12:52",
+ "XMP:RegionAreaY": "0.50249999999999995",
+ "XMP:RegionAreaW": 0.1340952380952381,
+ "XMP:RegionAreaX": "0.32190476190476192",
+ "XMP:RegionAreaH": "0.17899999999999999",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 358,
+ "XMP:RegionExtensionsAngleInfoRoll": 270,
+ "XMP:RegionExtensionsConfidenceLevel": 657,
+ "XMP:RegionExtensionsFaceID": 2392,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_plus.icc"
+ }
+]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.npz b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.npz
new file mode 100644
index 0000000000000000000000000000000000000000..331d0be6b3aa2ae6568923b914745b653ce42790
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_plus.npz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0d9f9c8fde2c54043f4e7610f93ce2673a40b674384781279ff8e379a6831d38
+size 1006038
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.icc b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.icc
new file mode 100644
index 0000000000000000000000000000000000000000..e310029c37563341832703f0aa21f67adc23d2e3
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.icc differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.json b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.json
new file mode 100644
index 0000000000000000000000000000000000000000..d4c93a519abad701c736a4c72ceb5b7587868a4a
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.json
@@ -0,0 +1,3299 @@
+[
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:08:04 20:02:06",
+ "XMP:CreatorTool": 16.5,
+ "XMP:ModifyDate": "2023:08:04 20:02:06",
+ "XMP:DateCreated": "2023:08:04 20:02:06",
+ "XMP:RegionAreaY": 0.495,
+ "XMP:RegionAreaW": "0.062857142857142834",
+ "XMP:RegionAreaX": "0.34285714285714286",
+ "XMP:RegionAreaH": "0.084000000000000019",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 357,
+ "XMP:RegionExtensionsAngleInfoRoll": 274,
+ "XMP:RegionExtensionsConfidenceLevel": 522,
+ "XMP:RegionExtensionsFaceID": 78,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 8064,
+ "File:ImageHeight": 6048,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "8064 6048",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 8064,
+ "File:ImageHeight": 6048,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "8064 6048",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2019:aux:semanticskinmatte",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 8064,
+ "File:ImageHeight": 6048,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "8064 6048",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 8064,
+ "File:ImageHeight": 6048,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "8064 6048",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 2316,
+ "File:ImageHeight": 3088,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "2316 3088",
+ "Composite:Megapixels": 7.151808,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:20 18:15:19",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:20 18:15:19",
+ "XMP:DateCreated": "2025:06:20 18:15:19",
+ "XMP:RegionAreaY": 0.912577840112202,
+ "XMP:RegionAreaW": "0.13435962145110408",
+ "XMP:RegionAreaX": "0.21406940063091481",
+ "XMP:RegionAreaH": 0.174844319775596,
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 56,
+ "XMP:RegionExtensionsAngleInfoRoll": 293,
+ "XMP:RegionExtensionsConfidenceLevel": 449,
+ "XMP:RegionExtensionsFaceID": 164,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:22 09:47:02",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:22 09:47:02",
+ "XMP:DateCreated": "2025:06:22 09:47:02",
+ "XMP:RegionAreaY": "0.71312201963534361",
+ "XMP:RegionAreaW": "0.024744479495268142",
+ "XMP:RegionAreaX": "0.012372239747634071",
+ "XMP:RegionAreaH": "0.038171107994389941",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 19,
+ "XMP:RegionExtensionsAngleInfoRoll": 287,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 19,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:22 21:03:44",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:22 21:03:44",
+ "XMP:DateCreated": "2025:06:22 21:03:44",
+ "XMP:RegionAreaY": [
+ "0.65641379310344827",
+ 0.400737400530504
+ ],
+ "XMP:RegionAreaW": [
+ "0.042008950770760806",
+ "0.032556936847339624"
+ ],
+ "XMP:RegionAreaX": [
+ "0.20883938339134761",
+ "0.17155643958229735"
+ ],
+ "XMP:RegionAreaH": [
+ "0.056148541114058315",
+ "0.044116710875331588"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionType": [
+ "Face",
+ "Face"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 10,
+ "XMP:RegionExtensionsAngleInfoRoll": 280,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 63,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:22 23:17:53",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:22 23:17:53",
+ "XMP:DateCreated": "2025:06:22 23:17:53",
+ "XMP:RegionAreaY": "0.47296213183730718",
+ "XMP:RegionAreaW": "0.11215141955835965",
+ "XMP:RegionAreaX": "0.075268138801261847",
+ "XMP:RegionAreaH": "0.14950350631136039",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 340,
+ "XMP:RegionExtensionsAngleInfoRoll": 274,
+ "XMP:RegionExtensionsConfidenceLevel": 645,
+ "XMP:RegionExtensionsFaceID": 76,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 8064,
+ "File:ImageHeight": 6048,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:SemanticSegmentationMatteVersion": 65536,
+ "XMP:AuxiliaryImageType": "urn:com:apple:photo:2020:aux:semanticskymatte",
+ "Composite:ImageSize": "8064 6048",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:31 11:25:39",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:31 11:25:39",
+ "XMP:DateCreated": "2025:07:31 11:25:39",
+ "XMP:RegionAreaY": "0.35899999999999999",
+ "XMP:RegionAreaW": "0.034571428571428586",
+ "XMP:RegionAreaX": "0.25119047619047619",
+ "XMP:RegionAreaH": "0.045999999999999985",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 333,
+ "XMP:RegionExtensionsAngleInfoRoll": 232,
+ "XMP:RegionExtensionsConfidenceLevel": 158,
+ "XMP:RegionExtensionsFaceID": 681,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:08:02 09:20:34",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:08:02 09:20:34",
+ "XMP:DateCreated": "2025:08:02 09:20:34",
+ "XMP:RegionAreaY": "0.29649999999999999",
+ "XMP:RegionAreaW": "0.029333333333333336",
+ "XMP:RegionAreaX": "0.13019047619047619",
+ "XMP:RegionAreaH": "0.038999999999999979",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 17,
+ "XMP:RegionExtensionsAngleInfoRoll": 273,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 323,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_14_pro_max.icc"
+ }
+]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.npz b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.npz
new file mode 100644
index 0000000000000000000000000000000000000000..e1a71f456acf0be7766c720206eeaf5e1e503765
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_14_pro_max.npz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f3a7fbeb41d4db2f9a73d800abf5a29ec523e6b8f006d1cf5189fb20afc88927
+size 1014665
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.icc b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.icc
new file mode 100644
index 0000000000000000000000000000000000000000..e310029c37563341832703f0aa21f67adc23d2e3
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.icc differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.json b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.json
new file mode 100644
index 0000000000000000000000000000000000000000..c0acce782ce97275e312caa49aaace8b67aa711b
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.json
@@ -0,0 +1,9603 @@
+[
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 6048,
+ "File:ImageHeight": 8064,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "6048 8064",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:06:14 19:03:23",
+ "XMP:CreatorTool": "17.4.1",
+ "XMP:ModifyDate": "2024:06:14 19:03:23",
+ "XMP:DateCreated": "2024:06:14 19:03:23",
+ "XMP:RegionAreaY": "0.47050000000000003",
+ "XMP:RegionAreaW": "0.23780952380952386",
+ "XMP:RegionAreaX": "0.53928571428571426",
+ "XMP:RegionAreaH": 0.317,
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:06:14 19:04:41",
+ "XMP:CreatorTool": "17.4.1",
+ "XMP:ModifyDate": "2024:06:14 19:04:41",
+ "XMP:DateCreated": "2024:06:14 19:04:41",
+ "XMP:RegionAreaY": "0.52800000000000002",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.49947619047619046",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:19 14:19:54",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:19 14:19:54",
+ "XMP:RegionAreaY": [
+ "0.48999999999999999",
+ "0.59950000000000003"
+ ],
+ "XMP:RegionAreaW": [
+ "0.027238095238095283",
+ 0.2378095238095238
+ ],
+ "XMP:RegionAreaX": [
+ "0.57019047619047625",
+ "0.65452380952380951"
+ ],
+ "XMP:RegionAreaH": [
+ "0.036000000000000032",
+ 0.317
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionType": [
+ "Face",
+ "Focus"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 344,
+ "XMP:RegionExtensionsAngleInfoRoll": 260,
+ "XMP:RegionExtensionsConfidenceLevel": 192,
+ "XMP:RegionExtensionsFaceID": 101,
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "XMP:DateCreated": "2025:07:19 14:19:54",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 2070,
+ "File:ImageHeight": 2587,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:29 15:51:03",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:29 15:51:03",
+ "XMP:DateCreated": "2025:07:29 15:51:03",
+ "Composite:ImageSize": "2070 2587",
+ "Composite:Megapixels": 5.35509,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 6048,
+ "File:ImageHeight": 8064,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "6048 8064",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 6048,
+ "File:ImageHeight": 8064,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "6048 8064",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 6048,
+ "File:ImageHeight": 8064,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:29 16:19:03",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:29 16:19:03",
+ "XMP:RegionAreaY": "0.48399999999999999",
+ "XMP:RegionAreaW": "0.034571428571428586",
+ "XMP:RegionAreaX": "0.39366666666666666",
+ "XMP:RegionAreaH": "0.045999999999999985",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 347,
+ "XMP:RegionExtensionsAngleInfoRoll": 314,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 1072,
+ "XMP:RegionAppliedToDimensionsH": 6048,
+ "XMP:RegionAppliedToDimensionsW": 8064,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "XMP:DateCreated": "2025:07:29 16:19:03",
+ "Composite:ImageSize": "6048 8064",
+ "Composite:Megapixels": 48.771072,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 1497,
+ "File:ImageHeight": 2660,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:29 16:20:42",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:29 16:20:42",
+ "XMP:DateCreated": "2025:07:29 16:20:42",
+ "Composite:ImageSize": "1497 2660",
+ "Composite:Megapixels": 3.98202,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4837,
+ "File:ImageHeight": 6047,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:08:27 19:28:43",
+ "XMP:CreatorTool": "18.6.2",
+ "XMP:ModifyDate": "2025:08:27 19:28:43",
+ "XMP:DateCreated": "2025:08:27 19:28:43",
+ "Composite:ImageSize": "4837 6047",
+ "Composite:Megapixels": 29.249339,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:08:21 11:50:57",
+ "XMP:CreatorTool": 16.6,
+ "XMP:ModifyDate": "2023:08:21 11:50:57",
+ "XMP:DateCreated": "2023:08:21 11:50:57",
+ "XMP:RegionAreaY": "0.42749999999999999",
+ "XMP:RegionAreaW": "0.058666666666666645",
+ "XMP:RegionAreaX": "0.30304761904761901",
+ "XMP:RegionAreaH": "0.077000000000000013",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 337,
+ "XMP:RegionExtensionsAngleInfoRoll": 292,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 10,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:08:24 11:25:17",
+ "XMP:CreatorTool": 16.6,
+ "XMP:ModifyDate": "2023:08:24 11:25:17",
+ "XMP:DateCreated": "2023:08:24 11:25:17",
+ "XMP:RegionAreaY": "0.57150000000000001",
+ "XMP:RegionAreaW": "0.082761904761904759",
+ "XMP:RegionAreaX": "0.30252380952380953",
+ "XMP:RegionAreaH": "0.11099999999999999",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 4,
+ "XMP:RegionExtensionsAngleInfoRoll": 258,
+ "XMP:RegionExtensionsConfidenceLevel": 571,
+ "XMP:RegionExtensionsFaceID": 5,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:07:04 20:42:32",
+ "XMP:CreatorTool": "17.5.1",
+ "XMP:ModifyDate": "2024:07:04 20:42:32",
+ "XMP:DateCreated": "2024:07:04 20:42:32",
+ "XMP:RegionAreaY": "0.38850000000000007",
+ "XMP:RegionAreaW": 0.2378095238095238,
+ "XMP:RegionAreaX": "0.49109523809523808",
+ "XMP:RegionAreaH": "0.31700000000000006",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:07:23 13:45:48",
+ "XMP:CreatorTool": "17.5.1",
+ "XMP:ModifyDate": "2024:07:23 13:45:48",
+ "XMP:DateCreated": "2024:07:23 13:45:48",
+ "XMP:RegionAreaY": "0.32100000000000001",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": 0.7456666666666667,
+ "XMP:RegionAreaH": "0.15800000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:07:23 15:27:20",
+ "XMP:CreatorTool": "17.5.1",
+ "XMP:ModifyDate": "2024:07:23 15:27:20",
+ "XMP:DateCreated": "2024:07:23 15:27:20",
+ "XMP:RegionAreaY": "0.44200000000000006",
+ "XMP:RegionAreaW": "0.19800000000000006",
+ "XMP:RegionAreaX": 0.8210952380952381,
+ "XMP:RegionAreaH": "0.26400000000000007",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:07:28 20:31:23",
+ "XMP:CreatorTool": "17.5.1",
+ "XMP:ModifyDate": "2024:07:28 20:31:23",
+ "XMP:DateCreated": "2024:07:28 20:31:23",
+ "XMP:RegionAreaY": "0.63649999999999995",
+ "XMP:RegionAreaW": "0.23780952380952375",
+ "XMP:RegionAreaX": "0.50680952380952382",
+ "XMP:RegionAreaH": "0.31699999999999995",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 0,
+ "JFIF:YResolution": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:07:11 14:56:59",
+ "XMP:CreatorTool": "16.5.1",
+ "XMP:ModifyDate": "2023:07:11 14:56:59",
+ "XMP:DateCreated": "2023:07:11 14:56:59",
+ "XMP:RegionAreaY": "0.63108064516129025",
+ "XMP:RegionAreaW": "0.043134644478063533",
+ "XMP:RegionAreaX": "0.28991830559757936",
+ "XMP:RegionAreaH": "0.057919354838709691",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Face",
+ "XMP:RegionExtensionsAngleInfoYaw": 333,
+ "XMP:RegionExtensionsAngleInfoRoll": 279,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 20,
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.3.1",
+ "EXIF:ModifyDate": "2024:03:06 18:27:40",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02564102564,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 800,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:03:06 18:27:40",
+ "EXIF:CreateDate": "2024:03:06 18:27:40",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0255219999332614,
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": -1.451282198,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "1912 2488 1059 1062",
+ "EXIF:SubSecTimeOriginal": 868,
+ "EXIF:SubSecTimeDigitized": 868,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.860000134 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 54.0297,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 16.3696416666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 85,
+ "EXIF:GPSTimeStamp": "17:27:39",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 38.94344444,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 154.5540161,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 154.5540161,
+ "EXIF:GPSDateStamp": "2024:03:06",
+ "EXIF:GPSHPositioningError": 10,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3032,
+ "EXIF:ThumbnailLength": 4293,
+ "EXIF:ThumbnailImage": "(Binary data 4293 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 90250622386166,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 88,
+ "MakerNotes:AEAverage": 96,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.004568930252 -1.050309301 -0.03711958976",
+ "MakerNotes:FocusDistanceRange": "2.3984375 2.3828125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 10743232548,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.02432887629,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 29.10253525,
+ "MakerNotes:PhotoIdentifier": "FD7F71EE-EE6B-45F9-9FB5-487412B481C0",
+ "MakerNotes:FocusPosition": 81,
+ "MakerNotes:HDRGain": 1.751744389,
+ "MakerNotes:AFMeasuredDepth": 1064,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:03:06 18:27:40",
+ "XMP:CreatorTool": "17.3.1",
+ "XMP:ModifyDate": "2024:03:06 18:27:40",
+ "XMP:DateCreated": "2024:03:06 18:27:40",
+ "XMP:RegionAreaY": "0.67349999999999999",
+ "XMP:RegionAreaW": "0.046095238095238078",
+ "XMP:RegionAreaX": "0.40152380952380951",
+ "XMP:RegionAreaH": "0.060999999999999943",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 30459,
+ "MPF:MPImageStart": 2674645,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 119330 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 30459 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 90250.622386166,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.02564102564,
+ "Composite:SubSecCreateDate": "2024:03:06 18:27:40.868+01:00",
+ "Composite:SubSecDateTimeOriginal": "2024:03:06 18:27:40.868+01:00",
+ "Composite:SubSecModifyDate": "2024:03:06 18:27:40+01:00",
+ "Composite:GPSAltitude": 85,
+ "Composite:GPSDateTime": "2024:03:06 17:27:39Z",
+ "Composite:GPSLatitude": 54.0297,
+ "Composite:GPSLongitude": 16.3696416666667,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "54.0297 16.3696416666667",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 3.9491567013033,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.3.1",
+ "EXIF:ModifyDate": "2024:03:11 17:48:35",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001410039481,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:03:11 17:48:35",
+ "EXIF:CreateDate": "2024:03:11 17:48:35",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000140999999699506",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 10.30231034,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 876,
+ "EXIF:SubSecTimeDigitized": 876,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.55135,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 100.063491666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 3.498673012,
+ "EXIF:GPSTimeStamp": "10:48:34",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.2692151962,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 271.2442628,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 271.2442628,
+ "EXIF:GPSDateStamp": "2024:03:11",
+ "EXIF:GPSHPositioningError": 4.458881724,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3032,
+ "EXIF:ThumbnailLength": 5536,
+ "EXIF:ThumbnailImage": "(Binary data 5536 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 84440597084500,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 179,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.02770647966 -0.9970918298 0.02969268336",
+ "MakerNotes:FocusDistanceRange": "1.39453125 1.390625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01049831696,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 64.71344755,
+ "MakerNotes:PhotoIdentifier": "3A25F253-4855-477F-A24A-651A2145E3EF",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 453,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:03:11 17:48:35",
+ "XMP:CreatorTool": "17.3.1",
+ "XMP:ModifyDate": "2024:03:11 17:48:35",
+ "XMP:DateCreated": "2024:03:11 17:48:35",
+ "XMP:RegionAreaY": "0.56400000000000006",
+ "XMP:RegionAreaW": "0.13095238095238093",
+ "XMP:RegionAreaX": "0.57071428571428573",
+ "XMP:RegionAreaH": "0.16600000000000004",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 29486,
+ "MPF:MPImageStart": 3732917,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 185848 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 29486 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 84440.5970845,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0001410039481,
+ "Composite:SubSecCreateDate": "2024:03:11 17:48:35.876+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:03:11 17:48:35.876+07:00",
+ "Composite:SubSecModifyDate": "2024:03:11 17:48:35+07:00",
+ "Composite:GPSAltitude": 3.498673012,
+ "Composite:GPSDateTime": "2024:03:11 10:48:34Z",
+ "Composite:GPSLatitude": 9.55135,
+ "Composite:GPSLongitude": 100.063491666667,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "9.55135 100.063491666667",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 14.7776593982773,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "26.0.1",
+ "EXIF:ModifyDate": "2025:10:28 16:03:48",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001808318264,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:10:28 16:03:48",
+ "EXIF:CreateDate": "2025:10:28 16:03:48",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00180799999236668",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 6.567045306,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2853 2140 3142 1881",
+ "EXIF:SubSecTimeOriginal": 678,
+ "EXIF:SubSecTimeDigitized": 678,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 29.5593194444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 106.557463888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 280.9686573,
+ "EXIF:GPSTimeStamp": "08:03:47",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.03229493465,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 280.6600341,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 280.6600341,
+ "EXIF:GPSDateStamp": "2025:10:28",
+ "EXIF:GPSHPositioningError": 14.24595459,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3080,
+ "EXIF:ThumbnailLength": 39038,
+ "EXIF:ThumbnailImage": "(Binary data 39038 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 16,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 187081471295458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 168,
+ "MakerNotes:AEAverage": 163,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01692680828 -0.9507340198 -0.3012971879",
+ "MakerNotes:FocusDistanceRange": "0.6171875 0.26171875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041705161,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 53.49267578,
+ "MakerNotes:PhotoIdentifier": "08C7CCF0-7F70-4E79-8E33-82F67C50801F",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0.003822438416,
+ "MakerNotes:AFMeasuredDepth": 839,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0.5,_3=4}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:10:28 16:03:48",
+ "XMP:CreatorTool": "26.0.1",
+ "XMP:ModifyDate": "2025:10:28 16:03:48",
+ "XMP:DateCreated": "2025:10:28 16:03:48",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionAreaY": "0.55099999999999993",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.43976190476190474",
+ "XMP:RegionAreaH": "0.15800000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 37723,
+ "MPF:MPImageStart": 7040556,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 510947 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 37723 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 187081.471295458,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.001808318264,
+ "Composite:SubSecCreateDate": "2025:10:28 16:03:48.678+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:10:28 16:03:48.678+08:00",
+ "Composite:SubSecModifyDate": "2025:10:28 16:03:48+08:00",
+ "Composite:GPSAltitude": 280.9686573,
+ "Composite:GPSDateTime": "2025:10:28 08:03:47Z",
+ "Composite:GPSLatitude": 29.5593194444444,
+ "Composite:GPSLongitude": 106.557463888889,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "29.5593194444444 106.557463888889",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 11.0968182005078,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.0.1",
+ "EXIF:ModifyDate": "2024:10:11 18:46:33",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 500,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:10:11 18:46:33",
+ "EXIF:CreateDate": "2024:10:11 18:46:33",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.020007000025723,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": -1.041719622,
+ "EXIF:ExposureCompensation": -1.205584134,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3445 1978 1059 1062",
+ "EXIF:SubSecTimeOriginal": "005",
+ "EXIF:SubSecTimeDigitized": "005",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 16.0700805555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 108.223922222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 13.31911394,
+ "EXIF:GPSTimeStamp": "11:46:21",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 109.7608719,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 109.7608719,
+ "EXIF:GPSDateStamp": "2024:10:11",
+ "EXIF:GPSHPositioningError": 50.74801164,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3056,
+ "EXIF:ThumbnailLength": 6995,
+ "EXIF:ThumbnailImage": "(Binary data 6995 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 378276486279541,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 127,
+ "MakerNotes:AEAverage": 59,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.02306432279 -0.9682705402 -0.2462769299",
+ "MakerNotes:FocusDistanceRange": "0.98046875 0.3203125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.0180475954,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 30.4163246,
+ "MakerNotes:PhotoIdentifier": "2FEA42FA-9459-43FA-946C-FCBD7F806EA8",
+ "MakerNotes:FocusPosition": 123,
+ "MakerNotes:HDRGain": 0.8517578251,
+ "MakerNotes:AFMeasuredDepth": 37,
+ "MakerNotes:AFConfidence": 87,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:10:11 18:46:33",
+ "XMP:CreatorTool": "18.0.1",
+ "XMP:ModifyDate": "2024:10:11 18:46:33",
+ "XMP:DateCreated": "2024:10:11 18:46:33",
+ "XMP:RegionAreaY": "0.51200000000000001",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.64195238095238083",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 31979,
+ "MPF:MPImageStart": 3120988,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 250705 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 31979 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 378276.486279541,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2024:10:11 18:46:33.005+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:10:11 18:46:33.005+07:00",
+ "Composite:SubSecModifyDate": "2024:10:11 18:46:33+07:00",
+ "Composite:GPSAltitude": 13.31911394,
+ "Composite:GPSDateTime": "2024:10:11 11:46:21Z",
+ "Composite:GPSLatitude": 16.0700805555556,
+ "Composite:GPSLongitude": 108.223922222222,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "16.0700805555556 108.223922222222",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 4.98568253026154,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 8,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.3.1",
+ "EXIF:ModifyDate": "2024:03:30 12:58:20",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0002780094523,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:03:30 12:58:20",
+ "EXIF:CreateDate": "2024:03:30 12:58:20",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000277999997418017",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 9.417032673,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2849 2137 3291 1884",
+ "EXIF:SubSecTimeOriginal": 526,
+ "EXIF:SubSecTimeDigitized": 526,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.48633611111111,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 100.065802777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 41.44942792,
+ "EXIF:GPSTimeStamp": "05:58:20",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.2900571099,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 33.99658203,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 33.99658203,
+ "EXIF:GPSDateStamp": "2024:03:30",
+ "EXIF:GPSHPositioningError": 4.72947297,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3050,
+ "EXIF:ThumbnailLength": 8106,
+ "EXIF:ThumbnailImage": "(Binary data 8106 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 177271612175791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 182,
+ "MakerNotes:AEAverage": 180,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.004528929946 0.9487667676 -0.2320964636",
+ "MakerNotes:FocusDistanceRange": "0.65234375 0.5234375",
+ "MakerNotes:ContentIdentifier": "96605F37-7E57-49D0-9EBB-85FDD89BC754",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 62.07277298,
+ "MakerNotes:PhotoIdentifier": "E8E0A30B-5DBA-481C-8CA8-29CD699E3ED6",
+ "MakerNotes:FocusPosition": 156,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 31,
+ "MakerNotes:AFConfidence": 96,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 174959,
+ "MPF:MPImageStart": 2051329,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 174959 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 177271.612175791,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0002780094523,
+ "Composite:SubSecCreateDate": "2024:03:30 12:58:20.526+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:03:30 12:58:20.526+07:00",
+ "Composite:SubSecModifyDate": "2024:03:30 12:58:20+07:00",
+ "Composite:GPSAltitude": 41.44942792,
+ "Composite:GPSDateTime": "2024:03:30 05:58:20Z",
+ "Composite:GPSLatitude": 9.48633611111111,
+ "Composite:GPSLongitude": 100.065802777778,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "9.48633611111111 100.065802777778",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 13.798261021517,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:12 09:50:35",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01666666667,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 100,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:12 09:50:35",
+ "EXIF:CreateDate": "2024:04:12 09:50:35",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0165669999762422,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 2.523617558,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "1927 1515 1157 660",
+ "EXIF:SubSecTimeOriginal": 960,
+ "EXIF:SubSecTimeDigitized": 960,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 2.536912752,
+ "EXIF:FocalLengthIn35mmFormat": 122,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2730,
+ "EXIF:ThumbnailLength": 11714,
+ "EXIF:ThumbnailImage": "(Binary data 11714 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 66621378317708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 165,
+ "MakerNotes:AEAverage": 112,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.04349332678 -1.024464966 0.008906985633",
+ "MakerNotes:FocusDistanceRange": "1.6796875 1.67578125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.0110546872,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 35.48643113,
+ "MakerNotes:PhotoIdentifier": "939863F6-6609-4FCE-A1D2-5DB22AA54C46",
+ "MakerNotes:FocusPosition": 86,
+ "MakerNotes:HDRGain": 1.481041193,
+ "MakerNotes:AFMeasuredDepth": 115,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:04:12 09:50:35",
+ "XMP:CreatorTool": "17.4.1",
+ "XMP:ModifyDate": "2024:04:12 09:50:35",
+ "XMP:RegionAreaY": "0.51755033557046981",
+ "XMP:RegionAreaW": 0.6038085642317379,
+ "XMP:RegionAreaX": "0.47725944584382868",
+ "XMP:RegionAreaH": "0.53528859060402689",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "XMP:DateCreated": "2024:04:12 09:50:35",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 34227,
+ "MPF:MPImageStart": 1866784,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 169197 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 34227 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 66621.378317708,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 18.0339988790179,
+ "Composite:ShutterSpeed": 0.01666666667,
+ "Composite:SubSecCreateDate": "2024:04:12 09:50:35.960+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:12 09:50:35.960+07:00",
+ "Composite:SubSecModifyDate": "2024:04:12 09:50:35+07:00",
+ "Composite:CircleOfConfusion": 0.0016660897469515,
+ "Composite:FOV": 16.7858645531982,
+ "Composite:FocalLength35efl": 122,
+ "Composite:HyperfocalDistance": 15.431821730597,
+ "Composite:LightValue": 7.57064503069416,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:04:12 10:22:41",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0005350454789,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:04:12 10:22:41",
+ "EXIF:CreateDate": "2024:04:12 10:22:41",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000534999999271558",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 8.431118353,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 822,
+ "EXIF:SubSecTimeDigitized": 822,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 8.99696944444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7095944444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 97.73900524,
+ "EXIF:GPSTimeStamp": "03:22:40",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 166.5569456,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 166.5569456,
+ "EXIF:GPSDateStamp": "2024:04:12",
+ "EXIF:GPSHPositioningError": 16.45304636,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3000,
+ "EXIF:ThumbnailLength": 9424,
+ "EXIF:ThumbnailImage": "(Binary data 9424 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 67534740633666,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 185,
+ "MakerNotes:AEAverage": 179,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.03656596689 -1.004450321 0.09512710575",
+ "MakerNotes:FocusDistanceRange": "1.203125 0.29296875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 59.10474777,
+ "MakerNotes:PhotoIdentifier": "958472B0-DAC3-44C3-9CF6-B7428FD72F5F",
+ "MakerNotes:FocusPosition": 51,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 1075,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 236318,
+ "MPF:MPImageStart": 5542173,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 236318 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 67534.740633666,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.0005350454789,
+ "Composite:SubSecCreateDate": "2024:04:12 10:22:41.822+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:04:12 10:22:41.822+07:00",
+ "Composite:SubSecModifyDate": "2024:04:12 10:22:41+07:00",
+ "Composite:GPSAltitude": 97.73900524,
+ "Composite:GPSDateTime": "2024:04:12 03:22:40Z",
+ "Composite:GPSLatitude": 8.99696944444444,
+ "Composite:GPSLongitude": 98.7095944444444,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "8.99696944444444 98.7095944444444",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 12.8537333839142,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 14 Pro",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.2,
+ "EXIF:ModifyDate": "2023:06:23 19:05:32",
+ "EXIF:HostComputer": "iPhone 14 Pro",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01666666667,
+ "EXIF:FNumber": 2.2,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 400,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:06:23 19:05:32",
+ "EXIF:CreateDate": "2023:06:23 19:05:32",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0165749999360856,
+ "EXIF:ApertureValue": 2.20000000038133,
+ "EXIF:BrightnessValue": 0.7891279179,
+ "EXIF:ExposureCompensation": -0.4150374996,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 2.22,
+ "EXIF:SubjectArea": "2859 1403 751 756",
+ "EXIF:SubSecTimeOriginal": 491,
+ "EXIF:SubSecTimeDigitized": 491,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 9 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 14 Pro back triple camera 2.22mm f/2.2",
+ "EXIF:CompositeImage": 2,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2496,
+ "EXIF:ThumbnailLength": 4033,
+ "EXIF:ThumbnailImage": "(Binary data 4033 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 115907190663958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 110,
+ "MakerNotes:AEAverage": 90,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.01510205027 -0.9090646512 0.4003697039",
+ "MakerNotes:ContentIdentifier": "9260F588-DA76-44BE-AD85-E33A63DBAA66",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5283844,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 22.07972336,
+ "MakerNotes:PhotoIdentifier": "872E020D-E27F-4446-B730-F5347B304125",
+ "MakerNotes:FocusPosition": 31,
+ "MakerNotes:HDRGain": 0,
+ "MakerNotes:AFMeasuredDepth": 82,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 1,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 61285,
+ "MPF:MPImageStart": 622823,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 61285 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 115907.190663958,
+ "Composite:Aperture": 2.2,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.30630630630631,
+ "Composite:ShutterSpeed": 0.01666666667,
+ "Composite:SubSecCreateDate": "2023:06:23 19:05:32.491+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:06:23 19:05:32.491+07:00",
+ "Composite:SubSecModifyDate": "2023:06:23 19:05:32+07:00",
+ "Composite:CircleOfConfusion": "0.00476447847114884",
+ "Composite:FOV": 104.250120754113,
+ "Composite:FocalLength35efl": 14,
+ "Composite:HyperfocalDistance": 0.470184057236731,
+ "Composite:LightValue": 6.18189764281985,
+ "Composite:LensID": "iPhone 14 Pro back triple camera 2.22mm f/2.2",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:CurrentIPTCDigest": "4d71c7a1e87ecc0811651063a21f7507",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 11:03:11",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:ExposureTime": 0.00826446281,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 100,
+ "EXIF:DateTimeOriginal": "2025:06:22 11:03:11",
+ "EXIF:CreateDate": "2025:06:22 11:03:11",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ShutterSpeedValue": "0.00824799997688051",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 4.080003851,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2012 1508 2217 1330",
+ "EXIF:SubSecTimeOriginal": 810,
+ "EXIF:SubSecTimeDigitized": 810,
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 439493114046625,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 167,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.04965875667 -0.9727408291 0.2315190584",
+ "MakerNotes:FocusDistanceRange": "0.66015625 2.26953125",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 5251108,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 45.97566985,
+ "MakerNotes:PhotoIdentifier": "930BC5F6-5778-4905-864E-60DD73A34913",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0.008230916222,
+ "MakerNotes:AFMeasuredDepth": 150,
+ "MakerNotes:AFConfidence": 95,
+ "MakerNotes:FrontFacingCamera": 0,
+ "IPTC:CodedCharacterSet": "\u001b%G",
+ "IPTC:ApplicationRecordVersion": 2,
+ "IPTC:DigitalCreationTime": "11:03:11",
+ "IPTC:DigitalCreationDate": "2025:06:22",
+ "IPTC:DateCreated": "2025:06:22",
+ "IPTC:TimeCreated": "11:03:11",
+ "Photoshop:IPTCDigest": "4d71c7a1e87ecc0811651063a21f7507",
+ "Composite:RunTimeSincePowerUp": 439493.114046625,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.00826446281,
+ "Composite:SubSecCreateDate": "2025:06:22 11:03:11.810+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 11:03:11.810+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 11:03:11+08:00",
+ "Composite:DateTimeCreated": "2025:06:22 11:03:11",
+ "Composite:DigitalCreationDateTime": "2025:06:22 11:03:11",
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 8.58261767263435,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:CurrentIPTCDigest": "0015d6a64774b42bd88a5fc40b2a5cd8",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 11:37:31",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:ExposureTime": 0.01020408163,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:DateTimeOriginal": "2025:06:22 11:37:31",
+ "EXIF:CreateDate": "2025:06:22 11:37:31",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ShutterSpeedValue": 0.0101729999970214,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 2.605651758,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2012 1508 2217 1330",
+ "EXIF:SubSecTimeOriginal": 559,
+ "EXIF:SubSecTimeDigitized": 559,
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 441326245694791,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 166,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9735255245 -0.01918781735 0.2496083081",
+ "MakerNotes:FocusDistanceRange": "0.88671875 1.30859375",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 5251108,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 41.55456543,
+ "MakerNotes:PhotoIdentifier": "34C42417-E8B2-426B-B377-6DF0989B00C3",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0.5294921996,
+ "MakerNotes:AFMeasuredDepth": 396,
+ "MakerNotes:AFConfidence": 83,
+ "MakerNotes:FrontFacingCamera": 0,
+ "IPTC:CodedCharacterSet": "\u001b%G",
+ "IPTC:ApplicationRecordVersion": 2,
+ "IPTC:DigitalCreationTime": "11:37:31",
+ "IPTC:DigitalCreationDate": "2025:06:22",
+ "IPTC:DateCreated": "2025:06:22",
+ "IPTC:TimeCreated": "11:37:31",
+ "Photoshop:IPTCDigest": "0015d6a64774b42bd88a5fc40b2a5cd8",
+ "Composite:RunTimeSincePowerUp": 441326.245694791,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.01020408163,
+ "Composite:SubSecCreateDate": "2025:06:22 11:37:31.559+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 11:37:31.559+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 11:37:31+08:00",
+ "Composite:DateTimeCreated": "2025:06:22 11:37:31",
+ "Composite:DigitalCreationDateTime": "2025:06:22 11:37:31",
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 7.27846427986449,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:CurrentIPTCDigest": "b920f69ff6ec296ae959a91fe7f6e93c",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 11:28:09",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:ExposureTime": 0.003144654088,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:DateTimeOriginal": "2025:06:22 11:28:09",
+ "EXIF:CreateDate": "2025:06:22 11:28:09",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ShutterSpeedValue": "0.00314199998482021",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 5.803164503,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2012 1508 2217 1330",
+ "EXIF:SubSecTimeOriginal": 276,
+ "EXIF:SubSecTimeDigitized": 276,
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 440796344025708,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 163,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0117724184 -1.013714671 -0.03159733863",
+ "MakerNotes:FocusDistanceRange": "1.3984375 1.390625",
+ "MakerNotes:ImageCaptureType": 10,
+ "MakerNotes:LivePhotoVideoIndex": 5251108,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 51.11820601,
+ "MakerNotes:PhotoIdentifier": "388FE14E-05A5-4A69-B353-2F89E74B7FAA",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 0.004882705399,
+ "MakerNotes:AFMeasuredDepth": 229,
+ "MakerNotes:AFConfidence": 85,
+ "MakerNotes:FrontFacingCamera": 0,
+ "IPTC:CodedCharacterSet": "\u001b%G",
+ "IPTC:ApplicationRecordVersion": 2,
+ "IPTC:DigitalCreationTime": "11:28:09",
+ "IPTC:DigitalCreationDate": "2025:06:22",
+ "IPTC:DateCreated": "2025:06:22",
+ "IPTC:TimeCreated": "11:28:09",
+ "Photoshop:IPTCDigest": "b920f69ff6ec296ae959a91fe7f6e93c",
+ "Composite:RunTimeSincePowerUp": 440796.344025708,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.003144654088,
+ "Composite:SubSecCreateDate": "2025:06:22 11:28:09.276+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 11:28:09.276+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 11:28:09+08:00",
+ "Composite:DateTimeCreated": "2025:06:22 11:28:09",
+ "Composite:DigitalCreationDateTime": "2025:06:22 11:28:09",
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 10.298565485569,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:CurrentIPTCDigest": "dd212859d57a750b396e7473bfdc0667",
+ "File:ImageWidth": 1290,
+ "File:ImageHeight": 2293,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "Instagram",
+ "EXIF:ModifyDate": "2024:07:04 20:41:25",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:TileWidth": 512,
+ "EXIF:TileLength": 512,
+ "EXIF:ExposureTime": 0.01,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:07:04 20:41:25",
+ "EXIF:CreateDate": "2024:07:04 20:41:25",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ShutterSpeedValue": 0.0100050000036829,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 4.385205518,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2243 1321 371 374",
+ "EXIF:SubSecTimeOriginal": 122,
+ "EXIF:SubSecTimeDigitized": 122,
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 1290,
+ "EXIF:ExifImageHeight": 2293,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 3.14783888888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 101.713019444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 52.40572346,
+ "EXIF:GPSTimeStamp": "13:41:23",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 110.6678543,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 110.6678543,
+ "EXIF:GPSDateStamp": "2024:07:04",
+ "EXIF:GPSHPositioningError": 4.740823461,
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 76540494443291,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 162,
+ "MakerNotes:AEAverage": 167,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0164454449 -0.9879108672 -0.1243427321",
+ "MakerNotes:FocusDistanceRange": "0.5703125 0.1640625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.010395973,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 40.90501401,
+ "MakerNotes:PhotoIdentifier": "1EE3460B-29A8-416B-831B-C4314CEE0B3D",
+ "MakerNotes:FocusPosition": 63,
+ "MakerNotes:HDRGain": 0.007885891012,
+ "MakerNotes:AFMeasuredDepth": 354,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "IPTC:CodedCharacterSet": "\u001b%G",
+ "IPTC:ApplicationRecordVersion": 2,
+ "IPTC:DigitalCreationTime": "20:41:25",
+ "IPTC:DigitalCreationDate": "2024:07:04",
+ "IPTC:DateCreated": "2024:07:04",
+ "IPTC:TimeCreated": "20:41:25",
+ "Photoshop:IPTCDigest": "dd212859d57a750b396e7473bfdc0667",
+ "Composite:RunTimeSincePowerUp": 76540.494443291,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "1290 2293",
+ "Composite:Megapixels": 2.95797,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.01,
+ "Composite:SubSecCreateDate": "2024:07:04 20:41:25.122+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:07:04 20:41:25.122+07:00",
+ "Composite:SubSecModifyDate": "2024:07:04 20:41:25+07:00",
+ "Composite:GPSAltitude": 52.40572346,
+ "Composite:GPSDateTime": "2024:07:04 13:41:23Z",
+ "Composite:GPSLatitude": 3.14783888888889,
+ "Composite:GPSLongitude": 101.713019444444,
+ "Composite:DateTimeCreated": "2024:07:04 20:41:25",
+ "Composite:DigitalCreationDateTime": "2024:07:04 20:41:25",
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "3.14783888888889 101.713019444444",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 8.95146681492363,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:CurrentIPTCDigest": "a4f55a08063bf30f367d2ec38bf0cf45",
+ "File:ImageWidth": 1290,
+ "File:ImageHeight": 2293,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "1 1",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "Instagram",
+ "EXIF:ModifyDate": "2024:12:17 08:54:47",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:ExposureTime": 0.04,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 500,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:12:17 08:54:47",
+ "EXIF:CreateDate": "2024:12:17 08:54:47",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0400080001002935,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": -0.4681845623,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2011 1508 1106 665",
+ "EXIF:SubSecTimeOriginal": 895,
+ "EXIF:SubSecTimeDigitized": 895,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 1290,
+ "EXIF:ExifImageHeight": 2293,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 16.0588694444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 108.221619444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 8.919116843,
+ "EXIF:GPSTimeStamp": "01:54:46",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 3.583021163,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 51.1018829,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 51.1018829,
+ "EXIF:GPSDateStamp": "2024:12:17",
+ "EXIF:GPSHPositioningError": 14.17208818,
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 244431283989625,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 160,
+ "MakerNotes:AEAverage": 166,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0007827174849 0.894363404 -0.4105868937",
+ "MakerNotes:FocusDistanceRange": "0.88671875 0.8671875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01903125084,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 26.236269,
+ "MakerNotes:PhotoIdentifier": "CEC4A72F-EA2E-4364-A790-641A1FACBEB2",
+ "MakerNotes:FocusPosition": 120,
+ "MakerNotes:HDRGain": 0.813085914,
+ "MakerNotes:AFMeasuredDepth": 44,
+ "MakerNotes:AFConfidence": 92,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:12:17 08:54:47",
+ "XMP:CreatorTool": "Instagram",
+ "XMP:ModifyDate": "2024:12:17 08:54:47",
+ "XMP:DateCreated": "2024:12:17 08:54:47",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionAreaY": "0.38850000000000007",
+ "XMP:RegionAreaW": "0.23780952380952383",
+ "XMP:RegionAreaX": "0.33709523809523811",
+ "XMP:RegionAreaH": "0.31700000000000006",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "IPTC:CodedCharacterSet": "\u001b%G",
+ "IPTC:ApplicationRecordVersion": 2,
+ "IPTC:DigitalCreationTime": "08:54:47",
+ "IPTC:DigitalCreationDate": "2024:12:17",
+ "IPTC:DateCreated": "2024:12:17",
+ "IPTC:TimeCreated": "08:54:47",
+ "Photoshop:IPTCDigest": "a4f55a08063bf30f367d2ec38bf0cf45",
+ "Composite:RunTimeSincePowerUp": 244431.283989625,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "1290 2293",
+ "Composite:Megapixels": 2.95797,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.04,
+ "Composite:SubSecCreateDate": "2024:12:17 08:54:47.895+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:12:17 08:54:47.895+07:00",
+ "Composite:SubSecModifyDate": "2024:12:17 08:54:47+07:00",
+ "Composite:GPSAltitude": 8.919116843,
+ "Composite:GPSDateTime": "2024:12:17 01:54:46Z",
+ "Composite:GPSLatitude": 16.0588694444444,
+ "Composite:GPSLongitude": 108.221619444444,
+ "Composite:DateTimeCreated": "2024:12:17 08:54:47",
+ "Composite:DigitalCreationDateTime": "2024:12:17 08:54:47",
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "16.0588694444444 108.221619444444",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 3.98568253026154,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:CurrentIPTCDigest": "d41d8cd98f00b204e9800998ecf8427e",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 0,
+ "JFIF:XResolution": 72,
+ "JFIF:YResolution": 72,
+ "EXIF:ExifImageWidth": 3024,
+ "EXIF:ExifImageHeight": 4032,
+ "Photoshop:IPTCDigest": "d41d8cd98f00b204e9800998ecf8427e",
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3840,
+ "File:ImageHeight": 2160,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.4.1",
+ "EXIF:ModifyDate": "2024:05:27 14:38:30",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:05:27 14:38:30",
+ "EXIF:CreateDate": "2024:05:27 14:38:30",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0099989999964845,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 4.276188805,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 24,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "1918 1078 1916 676",
+ "EXIF:SubSecTimeOriginal": 816,
+ "EXIF:SubSecTimeDigitized": 816,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 1,
+ "EXIF:ExifImageWidth": 3840,
+ "EXIF:ExifImageHeight": 2160,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 28,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 6.764999866 1.779999971 1.779999971",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back camera 6.765mm f/1.78",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 39872018511250,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 180,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9813951846 0.0184891317 -0.1742405891",
+ "MakerNotes:FocusDistanceRange": "1.7265625 1.0546875",
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 132,
+ "MakerNotes:SignalToNoiseRatio": 46.60043716,
+ "MakerNotes:PhotoIdentifier": "6438D2EC-CD4D-4F81-B9A0-331E6603DD2C",
+ "MakerNotes:FocusPosition": 111,
+ "MakerNotes:AFMeasuredDepth": 50,
+ "MakerNotes:AFConfidence": 96,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "Composite:RunTimeSincePowerUp": 39872.01851125,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "3840 2160",
+ "Composite:Megapixels": 8.2944,
+ "Composite:ScaleFactor35efl": 4.13895056239754,
+ "Composite:ShutterSpeed": 0.01,
+ "Composite:SubSecCreateDate": "2024:05:27 14:38:30.816+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:05:27 14:38:30.816+07:00",
+ "Composite:SubSecModifyDate": "2024:05:27 14:38:30+07:00",
+ "Composite:CircleOfConfusion": 0.0072593910402887,
+ "Composite:FOV": 65.4705078447874,
+ "Composite:FocalLength35efl": 28,
+ "Composite:HyperfocalDistance": 3.54172957751406,
+ "Composite:LightValue": 8.62953872003627,
+ "Composite:LensID": "iPhone 15 Pro Max back camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:06 18:36:41",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01408450704,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:06 18:36:41",
+ "EXIF:CreateDate": "2025:06:06 18:36:41",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0140669999500989,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 1.046764253,
+ "EXIF:ExposureCompensation": -1,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3827 531 1059 1062",
+ "EXIF:SubSecTimeOriginal": 480,
+ "EXIF:SubSecTimeDigitized": 480,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.03249444444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 114.619277777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 4683.782689,
+ "EXIF:GPSTimeStamp": "10:36:39",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 14.51962758,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 161.1765594,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 161.1765594,
+ "EXIF:GPSDateStamp": "2025:06:06",
+ "EXIF:GPSHPositioningError": 199.9894966,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3012,
+ "EXIF:ThumbnailLength": 3141,
+ "EXIF:ThumbnailImage": "(Binary data 3141 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 87061643619791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 70,
+ "MakerNotes:AEAverage": 78,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.01121841092 -0.9886460298 0.1532288045",
+ "MakerNotes:FocusDistanceRange": "1.484375 0.1953125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595222564,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 36.72078704,
+ "MakerNotes:PhotoIdentifier": "8945B44A-5856-4587-9C53-E094577D1E6E",
+ "MakerNotes:FocusPosition": 48,
+ "MakerNotes:HDRGain": 0.4723655877,
+ "MakerNotes:AFMeasuredDepth": 45,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 124367,
+ "MPF:MPImageStart": 1539793,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 124367 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 87061.643619791,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.01408450704,
+ "Composite:SubSecCreateDate": "2025:06:06 18:36:41.480+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:06 18:36:41.480+08:00",
+ "Composite:SubSecModifyDate": "2025:06:06 18:36:41+08:00",
+ "Composite:GPSAltitude": 4683.782689,
+ "Composite:GPSDateTime": "2025:06:06 10:36:39Z",
+ "Composite:GPSLatitude": -8.03249444444444,
+ "Composite:GPSLongitude": 114.619277777778,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-8.03249444444444 114.619277777778",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 6.8135015551097,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:09 17:43:18",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 5e-05,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:09 17:43:18",
+ "EXIF:CreateDate": "2025:06:09 17:43:18",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 4.99999996378115e-05,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 11.20329906,
+ "EXIF:ExposureCompensation": -1.37064338,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2133 1396 371 374",
+ "EXIF:SubSecTimeOriginal": 944,
+ "EXIF:SubSecTimeDigitized": 944,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.63317777777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.097222222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 0.9987264108,
+ "EXIF:GPSTimeStamp": "09:43:17",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 293.1281738,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 293.1281738,
+ "EXIF:GPSDateStamp": "2025:06:09",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 6495,
+ "EXIF:ThumbnailImage": "(Binary data 6495 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 92607251274916,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 106,
+ "MakerNotes:AEAverage": 78,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.02079126423 -0.995253801 0.1058599576",
+ "MakerNotes:FocusDistanceRange": "0.3984375 0.2109375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01015624963,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 61.43283846,
+ "MakerNotes:PhotoIdentifier": "6FA3CB34-373D-4D6C-AD06-2D1A2084D900",
+ "MakerNotes:FocusPosition": 54,
+ "MakerNotes:HDRGain": 0.003041189164,
+ "MakerNotes:AFMeasuredDepth": 1081,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:09 17:43:18",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:09 17:43:18",
+ "XMP:DateCreated": "2025:06:09 17:43:18",
+ "XMP:RegionAreaY": "0.41950000000000004",
+ "XMP:RegionAreaW": "0.23780952380952392",
+ "XMP:RegionAreaX": "0.55500000000000005",
+ "XMP:RegionAreaH": "0.31700000000000006",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 43856,
+ "MPF:MPImageStart": 1420665,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 142999 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 43856 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 92607.251274916,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 5e-05,
+ "Composite:SubSecCreateDate": "2025:06:09 17:43:18.944+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:09 17:43:18.944+08:00",
+ "Composite:SubSecModifyDate": "2025:06:09 17:43:18+08:00",
+ "Composite:GPSAltitude": 0.9987264108,
+ "Composite:GPSDateTime": "2025:06:09 09:43:17Z",
+ "Composite:GPSLatitude": -8.63317777777778,
+ "Composite:GPSLongitude": 115.097222222222,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "-8.63317777777778 115.097222222222",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 16.9514668149236,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:09 17:45:25",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 9.500285009e-05,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:09 17:45:25",
+ "EXIF:CreateDate": "2025:06:09 17:45:25",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 9.50000000654029e-05,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 10.52765577,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "1863 1333 371 374",
+ "EXIF:SubSecTimeOriginal": "003",
+ "EXIF:SubSecTimeDigitized": "003",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.63306388888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.097030555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 0.8085132284,
+ "EXIF:GPSTimeStamp": "09:45:23",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 289.8476562,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 289.8476562,
+ "EXIF:GPSDateStamp": "2025:06:09",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 8619,
+ "EXIF:ThumbnailImage": "(Binary data 8619 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 92733311839500,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 111,
+ "MakerNotes:AEAverage": 123,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.000782348099 -1.002623439 0.004317851274",
+ "MakerNotes:FocusDistanceRange": "3.07421875 0.48046875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01053284201,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 59.39893343,
+ "MakerNotes:PhotoIdentifier": "858C24DE-7C26-480A-B582-42DBBE2E7E33",
+ "MakerNotes:FocusPosition": 59,
+ "MakerNotes:HDRGain": 0.003041189164,
+ "MakerNotes:AFMeasuredDepth": 1085,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:09 17:45:25",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:09 17:45:25",
+ "XMP:DateCreated": "2025:06:09 17:45:25",
+ "XMP:RegionAreaY": "0.37750000000000006",
+ "XMP:RegionAreaW": "0.23780952380952386",
+ "XMP:RegionAreaX": "0.41985714285714282",
+ "XMP:RegionAreaH": "0.31700000000000006",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 25099,
+ "MPF:MPImageStart": 2636017,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 202096 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 25099 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 92733.3118395,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 9.500285009e-05,
+ "Composite:SubSecCreateDate": "2025:06:09 17:45:25.003+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:09 17:45:25.003+08:00",
+ "Composite:SubSecModifyDate": "2025:06:09 17:45:25+08:00",
+ "Composite:GPSAltitude": 0.8085132284,
+ "Composite:GPSDateTime": "2025:06:09 09:45:23Z",
+ "Composite:GPSLatitude": -8.63306388888889,
+ "Composite:GPSLongitude": 115.097030555556,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "-8.63306388888889 115.097030555556",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 15.6692803045734,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:11 18:23:09",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.002475247525,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:11 18:23:09",
+ "EXIF:CreateDate": "2025:06:11 18:23:09",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00247500000766818",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 4.920654971,
+ "EXIF:ExposureCompensation": -1.4150375,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3719 1859 1059 1062",
+ "EXIF:SubSecTimeOriginal": 120,
+ "EXIF:SubSecTimeDigitized": 120,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.65563055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.125305555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 6.179734461,
+ "EXIF:GPSTimeStamp": "10:23:07",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 283.5254516,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 283.5254516,
+ "EXIF:GPSDateStamp": "2025:06:11",
+ "EXIF:GPSHPositioningError": 4.722119825,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 7106,
+ "EXIF:ThumbnailImage": "(Binary data 7106 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 157508904834458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 131,
+ "MakerNotes:AEAverage": 71,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.01137421839 -0.9814403049 0.1950531453",
+ "MakerNotes:FocusDistanceRange": "1.64453125 0.90234375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041153818,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 48.53462604,
+ "MakerNotes:PhotoIdentifier": "D4804D32-AC8B-4D18-B60A-9A146E8272CF",
+ "MakerNotes:FocusPosition": 57,
+ "MakerNotes:HDRGain": 0.6270530826,
+ "MakerNotes:AFMeasuredDepth": 1086,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0.5,_3=4}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:11 18:23:09",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:11 18:23:09",
+ "XMP:DateCreated": "2025:06:11 18:23:09",
+ "XMP:RegionAreaY": 0.377,
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.61261904761904762",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 23133,
+ "MPF:MPImageStart": 3433624,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 700520 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 23133 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 157508.904834458,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.002475247525,
+ "Composite:SubSecCreateDate": "2025:06:11 18:23:09.120+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:11 18:23:09.120+08:00",
+ "Composite:SubSecModifyDate": "2025:06:11 18:23:09+08:00",
+ "Composite:GPSAltitude": 6.179734461,
+ "Composite:GPSDateTime": "2025:06:11 10:23:07Z",
+ "Composite:GPSLatitude": -8.65563055555556,
+ "Composite:GPSLongitude": 115.125305555556,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-8.65563055555556 115.125305555556",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 10.6438940128691,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:11 18:34:00",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01,
+ "EXIF:FNumber": 2.8,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 125,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:11 18:34:00",
+ "EXIF:CreateDate": "2025:06:11 18:34:00",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00999099997890455",
+ "EXIF:ApertureValue": 2.79999995600132,
+ "EXIF:BrightnessValue": 2.74457221,
+ "EXIF:ExposureCompensation": -4,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 15.65999985,
+ "EXIF:SubjectArea": "1659 1618 659 706",
+ "EXIF:SubSecTimeOriginal": 756,
+ "EXIF:SubSecTimeDigitized": 756,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 4.332378223,
+ "EXIF:FocalLengthIn35mmFormat": 520,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.65561944444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.125344444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 3.918897494,
+ "EXIF:GPSTimeStamp": "10:34:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.008050885985,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 117.6556243,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 117.6556243,
+ "EXIF:GPSDateStamp": "2025:06:11",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3212,
+ "EXIF:ThumbnailLength": 1664,
+ "EXIF:ThumbnailImage": "(Binary data 1664 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 158160503918083,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 38,
+ "MakerNotes:AEAverage": 42,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01452566683 -0.9945692422 0.08215603984",
+ "MakerNotes:FocusDistanceRange": "2.421875 2.421875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 2152734756,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 28.08126832,
+ "MakerNotes:PhotoIdentifier": "074982E1-940A-49D5-AB8C-4792D4594779",
+ "MakerNotes:FocusPosition": 66,
+ "MakerNotes:HDRGain": 0.009905021638,
+ "MakerNotes:AFMeasuredDepth": 4015,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 124952,
+ "MPF:MPImageStart": 243185,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 124952 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 158160.503918083,
+ "Composite:Aperture": 2.8,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 33.2056197305775,
+ "Composite:ShutterSpeed": 0.01,
+ "Composite:SubSecCreateDate": "2025:06:11 18:34:00.756+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:11 18:34:00.756+08:00",
+ "Composite:SubSecModifyDate": "2025:06:11 18:34:00+08:00",
+ "Composite:GPSAltitude": 3.918897494,
+ "Composite:GPSDateTime": "2025:06:11 10:34:00Z",
+ "Composite:GPSLatitude": -8.65561944444444,
+ "Composite:GPSLongitude": 115.125344444444,
+ "Composite:CircleOfConfusion": "0.000904854686425215",
+ "Composite:FOV": 3.96505107130412,
+ "Composite:FocalLength35efl": 520.000000000001,
+ "Composite:GPSPosition": "-8.65561944444444 115.125344444444",
+ "Composite:HyperfocalDistance": 96.7935984564572,
+ "Composite:LightValue": 9.29278174922785,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:11 18:34:27",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01,
+ "EXIF:FNumber": 2.8,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 160,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:11 18:34:27",
+ "EXIF:CreateDate": "2025:06:11 18:34:27",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00999099997890455",
+ "EXIF:ApertureValue": 2.79999995600132,
+ "EXIF:BrightnessValue": 2.337671146,
+ "EXIF:ExposureCompensation": -4,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 15.65999985,
+ "EXIF:SubjectArea": "2200 1452 675 678",
+ "EXIF:SubSecTimeOriginal": 334,
+ "EXIF:SubSecTimeDigitized": 334,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 3.561837456,
+ "EXIF:FocalLengthIn35mmFormat": 428,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.65563888888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.125344444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 6.743678775,
+ "EXIF:GPSTimeStamp": "10:34:26",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 117.6443787,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 117.6443787,
+ "EXIF:GPSDateStamp": "2025:06:11",
+ "EXIF:GPSHPositioningError": 3.813746056,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3212,
+ "EXIF:ThumbnailLength": 1510,
+ "EXIF:ThumbnailImage": "(Binary data 1510 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 158187041011958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 35,
+ "MakerNotes:AEAverage": 44,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.001416789019 -0.9907693267 0.1077643633",
+ "MakerNotes:FocusDistanceRange": "4.72265625 3.9609375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 2152734756,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 26.83651163,
+ "MakerNotes:PhotoIdentifier": "09E0D5F6-8AC3-43DB-9F62-0A9CC9418AA3",
+ "MakerNotes:FocusPosition": 66,
+ "MakerNotes:HDRGain": 0.009905021638,
+ "MakerNotes:AFMeasuredDepth": 4015,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 670865,
+ "MPF:MPImageStart": 230946,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 670865 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 158187.041011958,
+ "Composite:Aperture": 2.8,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 27.3307793167061,
+ "Composite:ShutterSpeed": 0.01,
+ "Composite:SubSecCreateDate": "2025:06:11 18:34:27.334+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:11 18:34:27.334+08:00",
+ "Composite:SubSecModifyDate": "2025:06:11 18:34:27+08:00",
+ "Composite:GPSAltitude": 6.743678775,
+ "Composite:GPSDateTime": "2025:06:11 10:34:26Z",
+ "Composite:GPSLatitude": -8.65563888888889,
+ "Composite:GPSLongitude": 115.125344444444,
+ "Composite:CircleOfConfusion": "0.00109935616107736",
+ "Composite:FOV": 4.81643695052668,
+ "Composite:FocalLength35efl": 428.000000000001,
+ "Composite:GPSPosition": "-8.65563888888889 115.125344444444",
+ "Composite:HyperfocalDistance": 79.6685771910843,
+ "Composite:LightValue": 8.93663793900257,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:15 12:57:15",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01408450704,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:15 12:57:15",
+ "EXIF:CreateDate": "2025:06:15 12:57:15",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0140819999714967,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 2.153356212,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2851 2137 3141 1884",
+ "EXIF:SubSecTimeOriginal": 744,
+ "EXIF:SubSecTimeDigitized": 744,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.37056388888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.131302777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 679.9530639,
+ "EXIF:GPSTimeStamp": "04:57:14",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.02735609562,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 148.1063843,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 148.1063843,
+ "EXIF:GPSDateStamp": "2025:06:15",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3092,
+ "EXIF:ThumbnailLength": 12738,
+ "EXIF:ThumbnailImage": "(Binary data 12738 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 99917125666458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 169,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.05046850071 -0.9026896949 -0.4437941907",
+ "MakerNotes:FocusDistanceRange": "0.13671875 0.76953125",
+ "MakerNotes:ContentIdentifier": "05E5FD5E-7D1C-4553-8A06-8B6FB35EEF49",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01299663447,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 40.18787004,
+ "MakerNotes:PhotoIdentifier": "566AB523-430E-425D-8CC4-BD6F3D3B4E07",
+ "MakerNotes:FocusPosition": 125,
+ "MakerNotes:HDRGain": 0.009905021638,
+ "MakerNotes:AFMeasuredDepth": 49,
+ "MakerNotes:AFConfidence": 98,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:15 12:57:15",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:15 12:57:15",
+ "XMP:DateCreated": "2025:06:15 12:57:15",
+ "XMP:RegionAreaY": "0.45400000000000001",
+ "XMP:RegionAreaW": "0.13095238095238093",
+ "XMP:RegionAreaX": "0.39680952380952383",
+ "XMP:RegionAreaH": "0.16600000000000004",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 51235,
+ "MPF:MPImageStart": 4854681,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 250798 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 51235 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 99917.125666458,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.01408450704,
+ "Composite:SubSecCreateDate": "2025:06:15 12:57:15.744+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:15 12:57:15.744+08:00",
+ "Composite:SubSecModifyDate": "2025:06:15 12:57:15+08:00",
+ "Composite:GPSAltitude": 679.9530639,
+ "Composite:GPSDateTime": "2025:06:15 04:57:14Z",
+ "Composite:GPSLatitude": -8.37056388888889,
+ "Composite:GPSLongitude": 115.131302777778,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-8.37056388888889 115.131302777778",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 6.8135015551097,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:15 13:28:34",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0004739336493,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:15 13:28:34",
+ "EXIF:CreateDate": "2025:06:15 13:28:34",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000474000000139935",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 8.57501926,
+ "EXIF:ExposureCompensation": -0.3346640831,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "1504 1644 211 211",
+ "EXIF:SubSecTimeOriginal": 371,
+ "EXIF:SubSecTimeDigitized": 371,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.37084166666667,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.139144444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 616.1868622,
+ "EXIF:GPSTimeStamp": "05:28:33",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.02352679335,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 147.1337586,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 147.1337586,
+ "EXIF:GPSDateStamp": "2025:06:15",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3054,
+ "EXIF:ThumbnailLength": 14011,
+ "EXIF:ThumbnailImage": "(Binary data 14011 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 101202762208750,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 144,
+ "MakerNotes:AEAverage": 146,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.007691527716 -0.9775884741 -0.2100916654",
+ "MakerNotes:FocusDistanceRange": "1.4453125 1.4296875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041153818,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 53.49092481,
+ "MakerNotes:PhotoIdentifier": "61F9EF4C-E2BB-49D9-9DBF-8BD7492F953D",
+ "MakerNotes:FocusPosition": 61,
+ "MakerNotes:HDRGain": 1.870998382,
+ "MakerNotes:AFMeasuredDepth": 323,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:15 13:28:34",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:15 13:28:34",
+ "XMP:DateCreated": "2025:06:15 13:28:34",
+ "XMP:RegionAreaY": [
+ "0.54549999999999998",
+ "0.54400000348687172"
+ ],
+ "XMP:RegionAreaW": [
+ "0.054476190476190456",
+ "0.052380953161489385"
+ ],
+ "XMP:RegionAreaX": [
+ "0.37428571428571428",
+ "0.37323809787631035"
+ ],
+ "XMP:RegionAreaH": [
+ "0.072999999999999954",
+ "0.070000000298023224"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionType": [
+ "Face",
+ "Focus"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 39,
+ "XMP:RegionExtensionsAngleInfoRoll": 269,
+ "XMP:RegionExtensionsConfidenceLevel": 477,
+ "XMP:RegionExtensionsFaceID": 421,
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 8,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 40130,
+ "MPF:MPImageStart": 3084472,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 213122 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 48989 bytes, use -b option to extract)",
+ "MPF:MPImage4": "(Binary data 78729 bytes, use -b option to extract)",
+ "MPF:MPImage5": "(Binary data 56816 bytes, use -b option to extract)",
+ "MPF:MPImage6": "(Binary data 44337 bytes, use -b option to extract)",
+ "MPF:MPImage7": "(Binary data 39241 bytes, use -b option to extract)",
+ "MPF:MPImage8": "(Binary data 40130 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 101202.76220875,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.0004739336493,
+ "Composite:SubSecCreateDate": "2025:06:15 13:28:34.371+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:15 13:28:34.371+08:00",
+ "Composite:SubSecModifyDate": "2025:06:15 13:28:34+08:00",
+ "Composite:GPSAltitude": 616.1868622,
+ "Composite:GPSDateTime": "2025:06:15 05:28:33Z",
+ "Composite:GPSLatitude": -8.37084166666667,
+ "Composite:GPSLongitude": 115.139144444444,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "-8.37084166666667 115.139144444444",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 13.3506379087103,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:15 13:29:59",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003529827038,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:15 13:29:59",
+ "EXIF:CreateDate": "2025:06:15 13:29:59",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000353000001481052",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 9.359377876,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2078 1119 244 244",
+ "EXIF:SubSecTimeOriginal": 774,
+ "EXIF:SubSecTimeDigitized": 774,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.37123888888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.139441666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 611.3672884,
+ "EXIF:GPSTimeStamp": "05:29:59",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.05259934441,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 52.13718412,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 52.13718412,
+ "EXIF:GPSDateStamp": "2025:06:15",
+ "EXIF:GPSHPositioningError": 2.535747393,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3054,
+ "EXIF:ThumbnailLength": 12139,
+ "EXIF:ThumbnailImage": "(Binary data 12139 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 101284819793041,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 184,
+ "MakerNotes:AEAverage": 188,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.0007987151623 -0.9986184832 -0.05050831661",
+ "MakerNotes:FocusDistanceRange": "1.59765625 0.0859375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041705161,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 55.8820038,
+ "MakerNotes:PhotoIdentifier": "61B99FFC-15B0-4844-B266-C1B0AB018D88",
+ "MakerNotes:FocusPosition": 55,
+ "MakerNotes:HDRGain": 2.905470608,
+ "MakerNotes:AFMeasuredDepth": 647,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:15 13:29:59",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:15 13:29:59",
+ "XMP:DateCreated": "2025:06:15 13:29:59",
+ "XMP:RegionAreaY": [
+ "0.37150000000000005",
+ "0.37050001323223114"
+ ],
+ "XMP:RegionAreaW": [
+ "0.064952380952380928",
+ "0.060761903013501817"
+ ],
+ "XMP:RegionAreaX": [
+ "0.51361904761904764",
+ 0.5157142863387153
+ ],
+ "XMP:RegionAreaH": [
+ "0.087000000000000022",
+ "0.081000000238418579"
+ ],
+ "XMP:RegionAreaUnit": [
+ "normalized",
+ "normalized"
+ ],
+ "XMP:RegionType": [
+ "Face",
+ "Focus"
+ ],
+ "XMP:RegionExtensionsAngleInfoYaw": 14,
+ "XMP:RegionExtensionsAngleInfoRoll": 269,
+ "XMP:RegionExtensionsConfidenceLevel": 1,
+ "XMP:RegionExtensionsFaceID": 431,
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 8,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 39796,
+ "MPF:MPImageStart": 3748522,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 264996 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 41660 bytes, use -b option to extract)",
+ "MPF:MPImage4": "(Binary data 95736 bytes, use -b option to extract)",
+ "MPF:MPImage5": "(Binary data 52110 bytes, use -b option to extract)",
+ "MPF:MPImage6": "(Binary data 46515 bytes, use -b option to extract)",
+ "MPF:MPImage7": "(Binary data 39156 bytes, use -b option to extract)",
+ "MPF:MPImage8": "(Binary data 39796 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 101284.819793041,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.0003529827038,
+ "Composite:SubSecCreateDate": "2025:06:15 13:29:59.774+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:15 13:29:59.774+08:00",
+ "Composite:SubSecModifyDate": "2025:06:15 13:29:59+08:00",
+ "Composite:GPSAltitude": 611.3672884,
+ "Composite:GPSDateTime": "2025:06:15 05:29:59Z",
+ "Composite:GPSLatitude": -8.37123888888889,
+ "Composite:GPSLongitude": 115.139441666667,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "-8.37123888888889 115.139441666667",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 13.7757255117212,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.1.1",
+ "EXIF:ModifyDate": "2024:11:27 13:14:51",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003680529996,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:11:27 13:14:51",
+ "EXIF:CreateDate": "2024:11:27 13:14:51",
+ "EXIF:OffsetTime": "+05:00",
+ "EXIF:OffsetTimeOriginal": "+05:00",
+ "EXIF:OffsetTimeDigitized": "+05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000368000000833382",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 9.212356989,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2011 1508 1106 665",
+ "EXIF:SubSecTimeOriginal": 676,
+ "EXIF:SubSecTimeDigitized": 676,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 3.94143055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 73.4887861111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 3.010071301,
+ "EXIF:GPSTimeStamp": "08:14:50",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.09251368786,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 24.60761834,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 24.60761834,
+ "EXIF:GPSDateStamp": "2024:11:27",
+ "EXIF:GPSHPositioningError": 12.58657531,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3056,
+ "EXIF:ThumbnailLength": 11632,
+ "EXIF:ThumbnailImage": "(Binary data 11632 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 15444315295416,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 169,
+ "MakerNotes:AEAverage": 177,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0174748134 -1.004839183 -0.04917393997",
+ "MakerNotes:FocusDistanceRange": "0.69921875 0.34375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041705161,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 55.4394188,
+ "MakerNotes:PhotoIdentifier": "57DDDB99-65DB-4B19-9820-A777F7F2AC59",
+ "MakerNotes:FocusPosition": 81,
+ "MakerNotes:HDRGain": 0.003041189164,
+ "MakerNotes:AFMeasuredDepth": 106,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:11:27 13:14:51",
+ "XMP:CreatorTool": "18.1.1",
+ "XMP:ModifyDate": "2024:11:27 13:14:51",
+ "XMP:DateCreated": "2024:11:27 13:14:51",
+ "XMP:RegionAreaY": "0.59950000000000003",
+ "XMP:RegionAreaW": 0.2378095238095238,
+ "XMP:RegionAreaX": "0.61471428571428577",
+ "XMP:RegionAreaH": 0.317,
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 46687,
+ "MPF:MPImageStart": 1458393,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 137801 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 46687 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 15444.315295416,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.0003680529996,
+ "Composite:SubSecCreateDate": "2024:11:27 13:14:51.676+05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:11:27 13:14:51.676+05:00",
+ "Composite:SubSecModifyDate": "2024:11:27 13:14:51+05:00",
+ "Composite:GPSAltitude": 3.010071301,
+ "Composite:GPSDateTime": "2024:11:27 08:14:50Z",
+ "Composite:GPSLatitude": 3.94143055555556,
+ "Composite:GPSLongitude": 73.4887861111111,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "3.94143055555556 73.4887861111111",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 13.7154094754961,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:25 10:26:26",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.004901960784,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:25 10:26:26",
+ "EXIF:CreateDate": "2023:10:25 10:26:26",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00491400001690123",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 5.434873265,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": "041",
+ "EXIF:SubSecTimeDigitized": "041",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.860000134 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.6745,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.6051333333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 865.4837117,
+ "EXIF:GPSTimeStamp": "03:26:25",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 3.427147147,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 144.4004975,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 144.4004975,
+ "EXIF:GPSDateStamp": "2023:10:25",
+ "EXIF:GPSHPositioningError": 19.2389399,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2948,
+ "EXIF:ThumbnailLength": 15095,
+ "EXIF:ThumbnailImage": "(Binary data 15095 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 153870146961083,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 175,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.007776267823 -0.9463379385 -0.3328232768",
+ "MakerNotes:FocusDistanceRange": "0.578125 0.26953125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01022692304,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 50.08342362,
+ "MakerNotes:PhotoIdentifier": "481F0CB6-D949-4CAE-A7D7-BB2A3159F464",
+ "MakerNotes:FocusPosition": 73,
+ "MakerNotes:HDRGain": 0.005709553598,
+ "MakerNotes:AFMeasuredDepth": 75,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:10:25 10:26:26",
+ "XMP:CreatorTool": "17.0.3",
+ "XMP:ModifyDate": "2023:10:25 10:26:26",
+ "XMP:DateCreated": "2023:10:25 10:26:26",
+ "XMP:RegionAreaY": "0.56400000000000006",
+ "XMP:RegionAreaW": "0.13095238095238082",
+ "XMP:RegionAreaX": "0.48376190476190467",
+ "XMP:RegionAreaH": "0.16600000000000004",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 108701,
+ "MPF:MPImageStart": 3663426,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 241392 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 108701 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 153870.146961083,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.004901960784,
+ "Composite:SubSecCreateDate": "2023:10:25 10:26:26.041+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:25 10:26:26.041+07:00",
+ "Composite:SubSecModifyDate": "2023:10:25 10:26:26+07:00",
+ "Composite:GPSAltitude": 865.4837117,
+ "Composite:GPSDateTime": "2023:10:25 03:26:25Z",
+ "Composite:GPSLatitude": 18.6745,
+ "Composite:GPSLongitude": 98.6051333333333,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "18.6745 98.6051333333333",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 9.9800360142219,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:25 11:01:57",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0101010101,
+ "EXIF:FNumber": 2.8,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:25 11:01:57",
+ "EXIF:CreateDate": "2023:10:25 11:01:57",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0100880000209491,
+ "EXIF:ApertureValue": 2.79999999966959,
+ "EXIF:BrightnessValue": 5.525904353,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 15.66,
+ "EXIF:SubjectArea": "1992 1521 2318 1333",
+ "EXIF:SubSecTimeOriginal": 777,
+ "EXIF:SubSecTimeDigitized": 777,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 120,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.6697027777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.6052166666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 723.7172859,
+ "EXIF:GPSTimeStamp": "04:01:57",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.2238696898,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 117.0851287,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 117.0851287,
+ "EXIF:GPSDateStamp": "2023:10:25",
+ "EXIF:GPSHPositioningError": 4.734630277,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2948,
+ "EXIF:ThumbnailLength": 12500,
+ "EXIF:ThumbnailImage": "(Binary data 12500 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 154930002117500,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 127,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005328597035 -0.990307093 0.1323194802",
+ "MakerNotes:FocusDistanceRange": "2.25 0.62109375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 2152740916,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01061718725,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 36.50644684,
+ "MakerNotes:PhotoIdentifier": "D0D6598E-A6BA-4688-BB11-04A9EB1B17C9",
+ "MakerNotes:FocusPosition": 217,
+ "MakerNotes:HDRGain": 0.008276515635,
+ "MakerNotes:AFMeasuredDepth": 4005,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:10:25 11:01:57",
+ "XMP:CreatorTool": "17.0.3",
+ "XMP:ModifyDate": "2023:10:25 11:01:57",
+ "XMP:DateCreated": "2023:10:25 11:01:57",
+ "XMP:RegionAreaY": 0.5,
+ "XMP:RegionAreaW": "0.52380952380952372",
+ "XMP:RegionAreaX": "0.49999999999999994",
+ "XMP:RegionAreaH": 0.5,
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 145872,
+ "MPF:MPImageStart": 1681259,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 106707 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 145872 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 154930.0021175,
+ "Composite:Aperture": 2.8,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.66283524904215,
+ "Composite:ShutterSpeed": 0.0101010101,
+ "Composite:SubSecCreateDate": "2023:10:25 11:01:57.777+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:25 11:01:57.777+07:00",
+ "Composite:SubSecModifyDate": "2023:10:25 11:01:57+07:00",
+ "Composite:GPSAltitude": 723.7172859,
+ "Composite:GPSDateTime": "2023:10:25 04:01:57Z",
+ "Composite:GPSLatitude": 18.6697027777778,
+ "Composite:GPSLongitude": 98.6052166666667,
+ "Composite:CircleOfConfusion": "0.00392103701206709",
+ "Composite:FOV": 17.0615456311673,
+ "Composite:FocalLength35efl": 120,
+ "Composite:GPSPosition": "18.6697027777778 98.6052166666667",
+ "Composite:HyperfocalDistance": 22.3369844731382,
+ "Composite:LightValue": 10.6002102745644,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:25 12:55:03",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003840245776,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:25 12:55:03",
+ "EXIF:CreateDate": "2023:10:25 12:55:03",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000383999999628167",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 9.071742606,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2017 1508 1161 665",
+ "EXIF:SubSecTimeOriginal": 788,
+ "EXIF:SubSecTimeDigitized": 788,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.6568583333333,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.6106805555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 735.5019275,
+ "EXIF:GPSTimeStamp": "05:55:03",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.02932081371,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 183.0000916,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 183.0000916,
+ "EXIF:GPSDateStamp": "2023:10:25",
+ "EXIF:GPSHPositioningError": 5.004114535,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2964,
+ "EXIF:ThumbnailLength": 14479,
+ "EXIF:ThumbnailImage": "(Binary data 14479 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 158896896844958,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 188,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.007958812635 -1.001777052 0.0363981798",
+ "MakerNotes:FocusDistanceRange": "1.34765625 0.22265625",
+ "MakerNotes:ContentIdentifier": "20069B40-70C1-45D5-8AC3-94FD7B867259",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5251124,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 55.01611328,
+ "MakerNotes:PhotoIdentifier": "8D250E70-E88D-41EB-9301-8C1E068367A3",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.003086788347,
+ "MakerNotes:AFMeasuredDepth": 1065,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 354221,
+ "MPF:MPImageStart": 6502714,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 354221 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 158896.896844958,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.99708454810496,
+ "Composite:ShutterSpeed": 0.0003840245776,
+ "Composite:SubSecCreateDate": "2023:10:25 12:55:03.788+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:25 12:55:03.788+07:00",
+ "Composite:SubSecModifyDate": "2023:10:25 12:55:03+07:00",
+ "Composite:GPSAltitude": 735.5019275,
+ "Composite:GPSDateTime": "2023:10:25 05:55:03Z",
+ "Composite:GPSLatitude": 18.6568583333333,
+ "Composite:GPSLongitude": 98.6106805555556,
+ "Composite:CircleOfConfusion": "0.00429411141487552",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "18.6568583333333 98.6106805555556",
+ "Composite:HyperfocalDistance": 6.15679822291157,
+ "Composite:LightValue": 13.6541244052221,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:26 16:16:27",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.008547008547,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 100,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:26 16:16:27",
+ "EXIF:CreateDate": "2023:10:26 16:16:27",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00851999997171786",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 4.140454159,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2007 1505 1098 659",
+ "EXIF:SubSecTimeOriginal": 455,
+ "EXIF:SubSecTimeDigitized": 455,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.7794027777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.0057444444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 310.0822497,
+ "EXIF:GPSTimeStamp": "09:16:27",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1439631778,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 357.1265564,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 357.1265564,
+ "EXIF:GPSDateStamp": "2023:10:26",
+ "EXIF:GPSHPositioningError": 4.739639783,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2948,
+ "EXIF:ThumbnailLength": 8707,
+ "EXIF:ThumbnailImage": "(Binary data 8707 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 216562663474500,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 175,
+ "MakerNotes:AEAverage": 172,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01891465113 -0.9430996184 -0.3477756082",
+ "MakerNotes:FocusDistanceRange": "0.453125 1.390625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01100052613,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 40.16761781,
+ "MakerNotes:PhotoIdentifier": "22967ABC-3966-4794-9E58-6E1B6EDCFC21",
+ "MakerNotes:FocusPosition": 142,
+ "MakerNotes:HDRGain": 1.120103717,
+ "MakerNotes:AFMeasuredDepth": 31,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:10:26 16:16:27",
+ "XMP:CreatorTool": "17.0.3",
+ "XMP:ModifyDate": "2023:10:26 16:16:27",
+ "XMP:DateCreated": "2023:10:26 16:16:27",
+ "XMP:RegionAreaY": "0.59950000000000003",
+ "XMP:RegionAreaW": 0.2378095238095238,
+ "XMP:RegionAreaX": "0.65033333333333343",
+ "XMP:RegionAreaH": 0.317,
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 35757,
+ "MPF:MPImageStart": 1039584,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 82181 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 35757 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 216562.6634745,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.99708454810496,
+ "Composite:ShutterSpeed": 0.008547008547,
+ "Composite:SubSecCreateDate": "2023:10:26 16:16:27.455+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:26 16:16:27.455+07:00",
+ "Composite:SubSecModifyDate": "2023:10:26 16:16:27+07:00",
+ "Composite:GPSAltitude": 310.0822497,
+ "Composite:GPSDateTime": "2023:10:26 09:16:27Z",
+ "Composite:GPSLatitude": 18.7794027777778,
+ "Composite:GPSLongitude": 99.0057444444444,
+ "Composite:CircleOfConfusion": "0.00429411141487552",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "18.7794027777778 99.0057444444444",
+ "Composite:HyperfocalDistance": 6.15679822291157,
+ "Composite:LightValue": 8.53411920196819,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.1.1",
+ "EXIF:ModifyDate": "2024:12:05 17:25:12",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 2e-05,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:12:05 17:25:12",
+ "EXIF:CreateDate": "2024:12:05 17:25:12",
+ "EXIF:OffsetTime": "+05:00",
+ "EXIF:OffsetTimeOriginal": "+05:00",
+ "EXIF:OffsetTimeDigitized": "+05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 1.99999999228778e-05,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 13.15019834,
+ "EXIF:ExposureCompensation": -3.752072489,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2990 1871 1059 1062",
+ "EXIF:SubSecTimeOriginal": 772,
+ "EXIF:SubSecTimeDigitized": 772,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 4.120975,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 73.4657888888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 0.6532167439,
+ "EXIF:GPSTimeStamp": "12:25:12",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.005187357304,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 248.0088501,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 248.0088501,
+ "EXIF:GPSDateStamp": "2024:12:05",
+ "EXIF:GPSHPositioningError": 11.10934969,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3044,
+ "EXIF:ThumbnailLength": 6908,
+ "EXIF:ThumbnailImage": "(Binary data 6908 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 26731101015333,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 122,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.009073432535 -0.9979622369 0.09481447186",
+ "MakerNotes:FocusDistanceRange": "0.62109375 0.4609375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 73.31083676,
+ "MakerNotes:PhotoIdentifier": "6D6E0C2E-82A5-4EE2-9D93-028D5BD2E7E0",
+ "MakerNotes:FocusPosition": 59,
+ "MakerNotes:HDRGain": 0.002762171673,
+ "MakerNotes:AFMeasuredDepth": 1081,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2024:12:05 17:25:12",
+ "XMP:CreatorTool": "18.1.1",
+ "XMP:ModifyDate": "2024:12:05 17:25:12",
+ "XMP:DateCreated": "2024:12:05 17:25:12",
+ "XMP:RegionAreaY": "0.48699999999999999",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.56233333333333335",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 46503,
+ "MPF:MPImageStart": 3967199,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 196463 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 46503 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 26731.101015333,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 2e-05,
+ "Composite:SubSecCreateDate": "2024:12:05 17:25:12.772+05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:12:05 17:25:12.772+05:00",
+ "Composite:SubSecModifyDate": "2024:12:05 17:25:12+05:00",
+ "Composite:GPSAltitude": 0.6532167439,
+ "Composite:GPSDateTime": "2024:12:05 12:25:12Z",
+ "Composite:GPSLatitude": 4.120975,
+ "Composite:GPSLongitude": 73.4657888888889,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "4.120975 73.4657888888889",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 18.273394909811,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 10:58:23",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001490312966,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:22 10:58:23",
+ "EXIF:CreateDate": "2025:06:22 10:58:23",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00149000000410498",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 6.297439906,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2851 2137 3141 1884",
+ "EXIF:SubSecTimeOriginal": "089",
+ "EXIF:SubSecTimeDigitized": "089",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.50806944444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.302330555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 205.2243274,
+ "EXIF:GPSTimeStamp": "02:58:21",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.0760720223,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 110.4212493,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 110.4212493,
+ "EXIF:GPSDateStamp": "2025:06:22",
+ "EXIF:GPSHPositioningError": 5.403363122,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3022,
+ "EXIF:ThumbnailLength": 14687,
+ "EXIF:ThumbnailImage": "(Binary data 14687 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 439215217179083,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 103,
+ "MakerNotes:AEAverage": 111,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.02437939681 -0.9957302215 -0.09061982485",
+ "MakerNotes:FocusDistanceRange": "1.19921875 0.21875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 52.64158246,
+ "MakerNotes:PhotoIdentifier": "B8837A76-FADF-4251-8D74-F3A5BE2F3F05",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0.003264403204,
+ "MakerNotes:AFMeasuredDepth": 486,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 623348,
+ "MPF:MPImageStart": 10016109,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 623348 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 439215.217179083,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.001490312966,
+ "Composite:SubSecCreateDate": "2025:06:22 10:58:23.089+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 10:58:23.089+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 10:58:23+08:00",
+ "Composite:GPSAltitude": 205.2243274,
+ "Composite:GPSDateTime": "2025:06:22 02:58:21Z",
+ "Composite:GPSLatitude": -8.50806944444444,
+ "Composite:GPSLongitude": 115.302330555556,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-8.50806944444444 115.302330555556",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 11.3758514861934,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 15:35:15",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.009009009009,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:22 15:35:15",
+ "EXIF:CreateDate": "2025:06:22 15:35:15",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00903600000583167",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 2.11485983,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2851 2137 3141 1884",
+ "EXIF:SubSecTimeOriginal": "048",
+ "EXIF:SubSecTimeDigitized": "048",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.13306666666667,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.254936111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 707.5485636,
+ "EXIF:GPSTimeStamp": "07:35:13",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.06443730737,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 298.8446352,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 298.8446352,
+ "EXIF:GPSDateStamp": "2025:06:22",
+ "EXIF:GPSHPositioningError": 2.690425737,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3022,
+ "EXIF:ThumbnailLength": 14301,
+ "EXIF:ThumbnailImage": "(Binary data 14301 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 453747038137583,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 105,
+ "MakerNotes:AEAverage": 105,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.003469337474 -0.9871438746 0.1448515653",
+ "MakerNotes:FocusDistanceRange": "2.94921875 0.6796875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 40.07146452,
+ "MakerNotes:PhotoIdentifier": "80D09DF3-107E-4A8D-9D75-CCF411D9EB75",
+ "MakerNotes:FocusPosition": 46,
+ "MakerNotes:HDRGain": 0.009960825556,
+ "MakerNotes:AFMeasuredDepth": 744,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 525452,
+ "MPF:MPImageStart": 10825061,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 525452 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 453747.038137583,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.009009009009,
+ "Composite:SubSecCreateDate": "2025:06:22 15:35:15.048+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 15:35:15.048+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 15:35:15+08:00",
+ "Composite:GPSAltitude": 707.5485636,
+ "Composite:GPSDateTime": "2025:06:22 07:35:13Z",
+ "Composite:GPSLatitude": -8.13306666666667,
+ "Composite:GPSLongitude": 115.254936111111,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-8.13306666666667 115.254936111111",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 7.45817030172573,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 15:36:37",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01666666667,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 320,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:22 15:36:37",
+ "EXIF:CreateDate": "2025:06:22 15:36:37",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0165819999894736,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 1.582134046,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2847 2133 3135 1882",
+ "EXIF:SubSecTimeOriginal": 258,
+ "EXIF:SubSecTimeDigitized": 258,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.019514517,
+ "EXIF:FocalLengthIn35mmFormat": 25,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.13275555555555,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.254469444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 713.3303522,
+ "EXIF:GPSTimeStamp": "07:36:35",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.248633668,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 240.4912414,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 240.4912414,
+ "EXIF:GPSDateStamp": "2025:06:22",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3074,
+ "EXIF:ThumbnailLength": 13718,
+ "EXIF:ThumbnailImage": "(Binary data 13718 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 453802991739791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 182,
+ "MakerNotes:AEAverage": 179,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.07392498113 -0.9677122243 -0.2189059107",
+ "MakerNotes:FocusDistanceRange": "0.98828125 0.40234375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01437304633,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 38.48338315,
+ "MakerNotes:PhotoIdentifier": "C2601178-8680-4B76-8A16-BE4FF545A126",
+ "MakerNotes:FocusPosition": 140,
+ "MakerNotes:HDRGain": 0.1750000119,
+ "MakerNotes:AFMeasuredDepth": 30,
+ "MakerNotes:AFConfidence": 97,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:22 15:36:37",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:22 15:36:37",
+ "XMP:DateCreated": "2025:06:22 15:36:37",
+ "XMP:RegionAreaY": "0.33449494268374913",
+ "XMP:RegionAreaW": "0.12071623672230655",
+ "XMP:RegionAreaX": "0.27380475467880627",
+ "XMP:RegionAreaH": "0.16108968307484833",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 51432,
+ "MPF:MPImageStart": 3116324,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 221597 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 51432 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 453802.991739791,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.69549157356923,
+ "Composite:ShutterSpeed": 0.01666666667,
+ "Composite:SubSecCreateDate": "2025:06:22 15:36:37.258+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 15:36:37.258+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 15:36:37+08:00",
+ "Composite:GPSAltitude": 713.3303522,
+ "Composite:GPSDateTime": "2025:06:22 07:36:35Z",
+ "Composite:GPSLatitude": -8.13275555555555,
+ "Composite:GPSLongitude": 115.254469444444,
+ "Composite:CircleOfConfusion": "0.00813051796512334",
+ "Composite:FOV": 71.5078349089578,
+ "Composite:FocalLength35efl": 25,
+ "Composite:GPSPosition": "-8.13275555555555 115.254469444444",
+ "Composite:HyperfocalDistance": 3.16225855135184,
+ "Composite:LightValue": 5.89257312558152,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:06:22 17:24:01",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.009345794393,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:06:22 17:24:01",
+ "EXIF:CreateDate": "2025:06:22 17:24:01",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00936900003625293",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 1.904554569,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3995 2163 1059 1062",
+ "EXIF:SubSecTimeOriginal": 603,
+ "EXIF:SubSecTimeDigitized": 603,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 8.15215833333333,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 115.362977777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 176.2616679,
+ "EXIF:GPSTimeStamp": "09:24:00",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 127.4145814,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 127.4145814,
+ "EXIF:GPSDateStamp": "2025:06:22",
+ "EXIF:GPSHPositioningError": 16.11569038,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 14838,
+ "EXIF:ThumbnailImage": "(Binary data 14838 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 458981936207500,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 103,
+ "MakerNotes:AEAverage": 94,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.09128290424 -0.8820878274 0.4783461991",
+ "MakerNotes:FocusDistanceRange": "1.6796875 0.1484375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01299375015,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 39.43529894,
+ "MakerNotes:PhotoIdentifier": "70F6BD39-B4F7-4AFB-A940-FA3C173E4DB6",
+ "MakerNotes:FocusPosition": 53,
+ "MakerNotes:HDRGain": 0.009905021638,
+ "MakerNotes:AFMeasuredDepth": 550,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:06:22 17:24:01",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:06:22 17:24:01",
+ "XMP:DateCreated": "2025:06:22 17:24:01",
+ "XMP:RegionAreaY": "0.55600000000000005",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.66185714285714292",
+ "XMP:RegionAreaH": "0.15800000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 67711,
+ "MPF:MPImageStart": 10453374,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 599765 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 67711 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 458981.9362075,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.009345794393,
+ "Composite:SubSecCreateDate": "2025:06:22 17:24:01.603+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:06:22 17:24:01.603+08:00",
+ "Composite:SubSecModifyDate": "2025:06:22 17:24:01+08:00",
+ "Composite:GPSAltitude": 176.2616679,
+ "Composite:GPSDateTime": "2025:06:22 09:24:00Z",
+ "Composite:GPSLatitude": -8.15215833333333,
+ "Composite:GPSLongitude": 115.362977777778,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-8.15215833333333 115.362977777778",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 7.40522142170175,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:29 15:03:10",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.006666666667,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:29 15:03:10",
+ "EXIF:CreateDate": "2023:10:29 15:03:10",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00667200000406745",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 5.126306455,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "3977 1773 1059 1062",
+ "EXIF:SubSecTimeOriginal": 588,
+ "EXIF:SubSecTimeDigitized": 588,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.860000134 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 19.1142722222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.7710111111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 610.9448763,
+ "EXIF:GPSTimeStamp": "08:03:10",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.04923998024,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 344.9597169,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 344.9597169,
+ "EXIF:GPSDateStamp": "2023:10:29",
+ "EXIF:GPSHPositioningError": 4.682798482,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2984,
+ "EXIF:ThumbnailLength": 9940,
+ "EXIF:ThumbnailImage": "(Binary data 9940 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 56927088741583,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 170,
+ "MakerNotes:AEAverage": 169,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.004505274352 -0.9328663945 0.372693628",
+ "MakerNotes:FocusDistanceRange": "1.5078125 0.54296875",
+ "MakerNotes:ContentIdentifier": "C309102E-ED5A-4EC5-9385-4C6C32239374",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01008076873,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 49.1540718,
+ "MakerNotes:PhotoIdentifier": "E9468305-3EE6-4177-AB4B-8E1886FA114A",
+ "MakerNotes:FocusPosition": 46,
+ "MakerNotes:HDRGain": 0.006211785604,
+ "MakerNotes:AFMeasuredDepth": 1068,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:10:29 15:03:10",
+ "XMP:CreatorTool": "17.0.3",
+ "XMP:ModifyDate": "2023:10:29 15:03:10",
+ "XMP:DateCreated": "2023:10:29 15:03:10",
+ "XMP:RegionAreaY": "0.46300000000000002",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.65766666666666662",
+ "XMP:RegionAreaH": "0.15800000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 30647,
+ "MPF:MPImageStart": 5922044,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 220546 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 30647 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 56927.088741583,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.006666666667,
+ "Composite:SubSecCreateDate": "2023:10:29 15:03:10.588+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:29 15:03:10.588+07:00",
+ "Composite:SubSecModifyDate": "2023:10:29 15:03:10+07:00",
+ "Composite:GPSAltitude": 610.9448763,
+ "Composite:GPSDateTime": "2023:10:29 08:03:10Z",
+ "Composite:GPSLatitude": 19.1142722222222,
+ "Composite:GPSLongitude": 98.7710111111111,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "19.1142722222222 98.7710111111111",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 9.53642936258182,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.0.3",
+ "EXIF:ModifyDate": "2023:10:30 12:09:26",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 160,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:30 12:09:26",
+ "EXIF:CreateDate": "2023:10:30 12:09:26",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.020007000025723,
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 2.075798415,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 899,
+ "EXIF:SubSecTimeDigitized": 899,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.8877972222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.8287111111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 759.4357987,
+ "EXIF:GPSTimeStamp": "05:09:24",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 358.4805907,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 358.4805907,
+ "EXIF:GPSDateStamp": "2023:10:30",
+ "EXIF:GPSHPositioningError": 35,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2948,
+ "EXIF:ThumbnailLength": 9837,
+ "EXIF:ThumbnailImage": "(Binary data 9837 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 99647885803708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 178,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005051331593 -0.7020420434 -0.7061842082",
+ "MakerNotes:FocusDistanceRange": "0.875 0.296875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01214510202,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 39.95333862,
+ "MakerNotes:PhotoIdentifier": "FC530EB6-E4E3-4080-9279-8B1BB4AA1C54",
+ "MakerNotes:FocusPosition": 174,
+ "MakerNotes:HDRGain": 0.00989481714,
+ "MakerNotes:AFMeasuredDepth": 21,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:10:30 12:09:26",
+ "XMP:CreatorTool": "17.0.3",
+ "XMP:ModifyDate": "2023:10:30 12:09:26",
+ "XMP:DateCreated": "2023:10:30 12:09:26",
+ "XMP:RegionAreaY": "0.66300000000000003",
+ "XMP:RegionAreaW": "0.13095238095238093",
+ "XMP:RegionAreaX": "0.57071428571428573",
+ "XMP:RegionAreaH": "0.14200000000000002",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 36786,
+ "MPF:MPImageStart": 2957175,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 137096 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 36786 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 99647.885803708,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2023:10:30 12:09:26.899+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:30 12:09:26.899+07:00",
+ "Composite:SubSecModifyDate": "2023:10:30 12:09:26+07:00",
+ "Composite:GPSAltitude": 759.4357987,
+ "Composite:GPSDateTime": "2023:10:30 05:09:24Z",
+ "Composite:GPSLatitude": 18.8877972222222,
+ "Composite:GPSLongitude": 98.8287111111111,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "18.8877972222222 98.8287111111111",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 6.62953876704543,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 17.1,
+ "EXIF:ModifyDate": "2023:10:31 11:05:53",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0002630194634,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:10:31 11:05:53",
+ "EXIF:CreateDate": "2023:10:31 11:05:53",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000263000001828787",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 9.395991616,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 223,
+ "EXIF:SubSecTimeDigitized": 223,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.9853777777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.1189416666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 519.607089,
+ "EXIF:GPSTimeStamp": "04:05:52",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 287.3168336,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 287.3168336,
+ "EXIF:GPSDateStamp": "2023:10:31",
+ "EXIF:GPSHPositioningError": 10.00117403,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2980,
+ "EXIF:ThumbnailLength": 9615,
+ "EXIF:ThumbnailImage": "(Binary data 9615 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 24548216600416,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 171,
+ "MakerNotes:AEAverage": 177,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005571603309 -1.003233075 -0.03240294754",
+ "MakerNotes:FocusDistanceRange": "0.390625 0.24609375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 62.00942992,
+ "MakerNotes:PhotoIdentifier": "ADADC0D6-7B36-4E74-ABFA-532F2338CCB6",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 366,
+ "MakerNotes:AFConfidence": 87,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 382639,
+ "MPF:MPImageStart": 6263177,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 382639 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 24548.216600416,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0002630194634,
+ "Composite:SubSecCreateDate": "2023:10:31 11:05:53.223+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:10:31 11:05:53.223+07:00",
+ "Composite:SubSecModifyDate": "2023:10:31 11:05:53+07:00",
+ "Composite:GPSAltitude": 519.607089,
+ "Composite:GPSDateTime": "2023:10:31 04:05:52Z",
+ "Composite:GPSLatitude": 18.9853777777778,
+ "Composite:GPSLongitude": 99.1189416666667,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "18.9853777777778 99.1189416666667",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 13.8782253941403,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 17.1,
+ "EXIF:ModifyDate": "2023:11:03 15:07:38",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 800,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:11:03 15:07:38",
+ "EXIF:CreateDate": "2023:11:03 15:07:38",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.020007000025723,
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": -0.3727823479,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "3570 2540 1059 1062",
+ "EXIF:SubSecTimeOriginal": 974,
+ "EXIF:SubSecTimeDigitized": 974,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 18.6952194444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 98.9581,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 311.3375112,
+ "EXIF:GPSTimeStamp": "08:07:37",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1107905578,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 275.9797974,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 275.9797974,
+ "EXIF:GPSDateStamp": "2023:11:03",
+ "EXIF:GPSHPositioningError": 4.753588148,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3012,
+ "EXIF:ThumbnailLength": 6859,
+ "EXIF:ThumbnailImage": "(Binary data 6859 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 16304221863458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 150,
+ "MakerNotes:AEAverage": 158,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.00994616561 -0.9951553942 -0.1114894376",
+ "MakerNotes:FocusDistanceRange": "0.76171875 0.23828125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.02423940971,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 32.49746707,
+ "MakerNotes:PhotoIdentifier": "010CF688-CE6E-4013-AFDD-97B014213C0C",
+ "MakerNotes:FocusPosition": 175,
+ "MakerNotes:HDRGain": 1.635728716,
+ "MakerNotes:AFMeasuredDepth": 23,
+ "MakerNotes:AFConfidence": 85,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:11:03 15:07:38",
+ "XMP:CreatorTool": 17.1,
+ "XMP:ModifyDate": "2023:11:03 15:07:38",
+ "XMP:DateCreated": "2023:11:03 15:07:38",
+ "XMP:RegionAreaY": "0.64599999999999991",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.58642857142857152",
+ "XMP:RegionAreaH": "0.15800000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 32940,
+ "MPF:MPImageStart": 2638973,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 138305 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 32940 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 16304.221863458,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.02,
+ "Composite:SubSecCreateDate": "2023:11:03 15:07:38.974+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:11:03 15:07:38.974+07:00",
+ "Composite:SubSecModifyDate": "2023:11:03 15:07:38+07:00",
+ "Composite:GPSAltitude": 311.3375112,
+ "Composite:GPSDateTime": "2023:11:03 08:07:37Z",
+ "Composite:GPSLatitude": 18.6952194444444,
+ "Composite:GPSLongitude": 98.9581,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "18.6952194444444 98.9581",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 4.30761067215807,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:07:21 20:56:58",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0008976660682,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:07:21 20:56:58",
+ "EXIF:CreateDate": "2025:07:21 20:56:58",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000897999996628226",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 7.087098376,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2260 1369 371 374",
+ "EXIF:SubSecTimeOriginal": "064",
+ "EXIF:SubSecTimeDigitized": "064",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 54.9581222222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 2.19481388888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 26.07872116,
+ "EXIF:GPSTimeStamp": "19:56:57",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.0122517189,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 80.03570555,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 80.03570555,
+ "EXIF:GPSDateStamp": "2025:07:21",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 7309,
+ "EXIF:ThumbnailImage": "(Binary data 7309 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 78065364591583,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 107,
+ "MakerNotes:AEAverage": 99,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.007323374039 -1.004783273 0.04477692395",
+ "MakerNotes:FocusDistanceRange": "0.53125 0.56640625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041705161,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 49.04135894,
+ "MakerNotes:PhotoIdentifier": "7D714541-809A-4D88-AD20-8BFBCE80B134",
+ "MakerNotes:FocusPosition": 47,
+ "MakerNotes:HDRGain": 0.003041189164,
+ "MakerNotes:AFMeasuredDepth": 1078,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:21 20:56:58",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:21 20:56:58",
+ "XMP:DateCreated": "2025:07:21 20:56:58",
+ "XMP:RegionAreaY": "0.40449999999999997",
+ "XMP:RegionAreaW": 0.2378095238095238,
+ "XMP:RegionAreaX": "0.62204761904761896",
+ "XMP:RegionAreaH": "0.31699999999999995",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 45038,
+ "MPF:MPImageStart": 2227495,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 139754 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 45038 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 78065.364591583,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.0008976660682,
+ "Composite:SubSecCreateDate": "2025:07:21 20:56:58.064+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:07:21 20:56:58.064+01:00",
+ "Composite:SubSecModifyDate": "2025:07:21 20:56:58+01:00",
+ "Composite:GPSAltitude": 26.07872116,
+ "Composite:GPSDateTime": "2025:07:21 19:56:57Z",
+ "Composite:GPSLatitude": 54.9581222222222,
+ "Composite:GPSLongitude": 2.19481388888889,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "54.9581222222222 2.19481388888889",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 12.4291441425253,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.5,
+ "EXIF:ModifyDate": "2025:07:22 21:49:16",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.00826446281,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 200,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:07:22 21:49:16",
+ "EXIF:CreateDate": "2025:07:22 21:49:16",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00826299999941921",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 1.564042946,
+ "EXIF:ExposureCompensation": -1.830074998,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2911 1400 1059 1062",
+ "EXIF:SubSecTimeOriginal": 180,
+ "EXIF:SubSecTimeDigitized": 180,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 54.958175,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 2.19488888888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 37.08684725,
+ "EXIF:GPSTimeStamp": "20:49:14",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.04481296239,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 281.0275269,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 281.0275269,
+ "EXIF:GPSDateStamp": "2025:07:22",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 5429,
+ "EXIF:ThumbnailImage": "(Binary data 5429 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 161073590267666,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 90,
+ "MakerNotes:AEAverage": 54,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.002317688195 -1.001936912 0.008436662145",
+ "MakerNotes:FocusDistanceRange": "1.91796875 1.49609375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01229387055,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 38.40421292,
+ "MakerNotes:PhotoIdentifier": "72652261-E0C9-40FA-8A87-A129ACD2E6A0",
+ "MakerNotes:FocusPosition": 48,
+ "MakerNotes:HDRGain": 0.3370140194,
+ "MakerNotes:AFMeasuredDepth": 1078,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:07:22 21:49:16",
+ "XMP:CreatorTool": 18.5,
+ "XMP:ModifyDate": "2025:07:22 21:49:16",
+ "XMP:DateCreated": "2025:07:22 21:49:16",
+ "XMP:RegionAreaY": 0.376,
+ "XMP:RegionAreaW": "0.11838095238095248",
+ "XMP:RegionAreaX": "0.46909523809523812",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 27407,
+ "MPF:MPImageStart": 4262517,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 435802 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 27407 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 161073.590267666,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.00826446281,
+ "Composite:SubSecCreateDate": "2025:07:22 21:49:16.180+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:07:22 21:49:16.180+01:00",
+ "Composite:SubSecModifyDate": "2025:07:22 21:49:16+01:00",
+ "Composite:GPSAltitude": 37.08684725,
+ "Composite:GPSDateTime": "2025:07:22 20:49:14Z",
+ "Composite:GPSLatitude": 54.958175,
+ "Composite:GPSLongitude": 2.19488888888889,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "54.958175 2.19488888888889",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 7.58261767263435,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:03 18:49:50",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001449905756,
+ "EXIF:FNumber": 2.8,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:03 18:49:50",
+ "EXIF:CreateDate": "2023:12:03 18:49:50",
+ "EXIF:OffsetTime": "+05:00",
+ "EXIF:OffsetTimeOriginal": "+05:00",
+ "EXIF:OffsetTimeDigitized": "+05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000145000000935638",
+ "EXIF:ApertureValue": 2.79999999966959,
+ "EXIF:BrightnessValue": 10.51033973,
+ "EXIF:ExposureCompensation": -2,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 15.66,
+ "EXIF:SubjectArea": "2034 1452 756 757",
+ "EXIF:SubSecTimeOriginal": 359,
+ "EXIF:SubSecTimeDigitized": 359,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.326315789,
+ "EXIF:FocalLengthIn35mmFormat": 159,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 14.7680055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 65.5803055555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 40.12995136,
+ "EXIF:GPSTimeStamp": "13:49:48",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 4.459450931,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 236.6343689,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 236.6343689,
+ "EXIF:GPSDateStamp": "2023:12:03",
+ "EXIF:GPSHPositioningError": 4.761212334,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3172,
+ "EXIF:ThumbnailLength": 5679,
+ "EXIF:ThumbnailImage": "(Binary data 5679 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 239299865779791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 48,
+ "MakerNotes:AEAverage": 53,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.02382942101 -1.011303186 0.04194230956",
+ "MakerNotes:FocusDistanceRange": "2.41796875 2.359375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 2152734756,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 51.51981352,
+ "MakerNotes:PhotoIdentifier": "F7372E1E-73BD-40DB-8275-D117DA22DBDB",
+ "MakerNotes:FocusPosition": 60,
+ "MakerNotes:HDRGain": 0.003086788347,
+ "MakerNotes:AFMeasuredDepth": 4005,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 113741,
+ "MPF:MPImageStart": 1361836,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 113741 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 239299.865779791,
+ "Composite:Aperture": 2.8,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 10.1532567049808,
+ "Composite:ShutterSpeed": 0.0001449905756,
+ "Composite:SubSecCreateDate": "2023:12:03 18:49:50.359+05:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:03 18:49:50.359+05:00",
+ "Composite:SubSecModifyDate": "2023:12:03 18:49:50+05:00",
+ "Composite:GPSAltitude": 40.12995136,
+ "Composite:GPSDateTime": "2023:12:03 13:49:48Z",
+ "Composite:GPSLatitude": -14.7680055555556,
+ "Composite:GPSLongitude": 65.5803055555556,
+ "Composite:CircleOfConfusion": "0.00295927321665441",
+ "Composite:FOV": 12.9176436685042,
+ "Composite:FocalLength35efl": 158.999999999999,
+ "Composite:GPSPosition": "-14.7680055555556 65.5803055555556",
+ "Composite:HyperfocalDistance": 29.5965044269081,
+ "Composite:LightValue": 16.722606905905,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4284,
+ "File:ImageHeight": 5712,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:07 08:29:21",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001410039481,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:07 08:29:21",
+ "EXIF:CreateDate": "2023:12:07 08:29:21",
+ "EXIF:OffsetTime": "+04:00",
+ "EXIF:OffsetTimeOriginal": "+04:00",
+ "EXIF:OffsetTimeDigitized": "+04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000140999999699506",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 10.26365039,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2849 2137 3291 1884",
+ "EXIF:SubSecTimeOriginal": 938,
+ "EXIF:SubSecTimeDigitized": 938,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 20.14495,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 57.4597638888889,
+ "EXIF:GPSAltitudeRef": 1,
+ "EXIF:GPSAltitude": 3.148247121,
+ "EXIF:GPSTimeStamp": "04:29:21",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 4.53112822,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 304.3627321,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 304.3627321,
+ "EXIF:GPSDateStamp": "2023:12:07",
+ "EXIF:GPSHPositioningError": 4.754452989,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3014,
+ "EXIF:ThumbnailLength": 8058,
+ "EXIF:ThumbnailImage": "(Binary data 8058 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 107498099870708,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 182,
+ "MakerNotes:AEAverage": 177,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.006563880477 -0.9639565952 0.1953195781",
+ "MakerNotes:FocusDistanceRange": "2.0625 0.71484375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01052181517,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 64.62139893,
+ "MakerNotes:PhotoIdentifier": "2B389B60-8A1C-4245-BB01-0767D4A30D3C",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 1069,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:12:07 08:29:21",
+ "XMP:CreatorTool": "17.1.1",
+ "XMP:ModifyDate": "2023:12:07 08:29:21",
+ "XMP:DateCreated": "2023:12:07 08:29:21",
+ "XMP:RegionAreaY": "0.66399999999999992",
+ "XMP:RegionAreaW": "0.13095238095238093",
+ "XMP:RegionAreaX": "0.57280952380952377",
+ "XMP:RegionAreaH": "0.14200000000000002",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 25050,
+ "MPF:MPImageStart": 4417928,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 194020 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 25050 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 107498.099870708,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4284 5712",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0001410039481,
+ "Composite:SubSecCreateDate": "2023:12:07 08:29:21.938+04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:07 08:29:21.938+04:00",
+ "Composite:SubSecModifyDate": "2023:12:07 08:29:21+04:00",
+ "Composite:GPSAltitude": -3.148247121,
+ "Composite:GPSDateTime": "2023:12:07 04:29:21Z",
+ "Composite:GPSLatitude": -20.14495,
+ "Composite:GPSLongitude": 57.4597638888889,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-20.14495 57.4597638888889",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 14.7776593982773,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:08 18:28:50",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0002010050251,
+ "EXIF:FNumber": 2.8,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 50,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:08 18:28:50",
+ "EXIF:CreateDate": "2023:12:08 18:28:50",
+ "EXIF:OffsetTime": "+04:00",
+ "EXIF:OffsetTimeOriginal": "+04:00",
+ "EXIF:OffsetTimeDigitized": "+04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000201000001134817",
+ "EXIF:ApertureValue": 2.79999999966959,
+ "EXIF:BrightnessValue": 9.101192394,
+ "EXIF:ExposureCompensation": -2.142019004,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 15.66,
+ "EXIF:SubjectArea": "3136 977 722 734",
+ "EXIF:SubSecTimeOriginal": 293,
+ "EXIF:SubSecTimeDigitized": 293,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 120,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 20.01045,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 57.5836527777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 5.772778811,
+ "EXIF:GPSTimeStamp": "14:28:48",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.09595834464,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 261.3785095,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 261.3785095,
+ "EXIF:GPSDateStamp": "2023:12:08",
+ "EXIF:GPSHPositioningError": 16.47818805,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3172,
+ "EXIF:ThumbnailLength": 6301,
+ "EXIF:ThumbnailImage": "(Binary data 6301 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 35645702246458,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 82,
+ "MakerNotes:AEAverage": 30,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.007008725777 -0.9974364641 0.06780613959",
+ "MakerNotes:FocusDistanceRange": "2.42578125 0.58984375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 2152740916,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01060848869,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 47.13012695,
+ "MakerNotes:PhotoIdentifier": "3D343F0A-AB1A-4AF8-B4CF-B8F407B4125A",
+ "MakerNotes:FocusPosition": 57,
+ "MakerNotes:HDRGain": 0.003756430702,
+ "MakerNotes:AFMeasuredDepth": 4005,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:12:08 18:28:50",
+ "XMP:CreatorTool": "17.1.1",
+ "XMP:ModifyDate": "2023:12:08 18:28:50",
+ "XMP:DateCreated": "2023:12:08 18:28:50",
+ "XMP:RegionAreaY": 0.375,
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.81480952380952387",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 28805,
+ "MPF:MPImageStart": 1429751,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 132789 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 28805 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 35645.702246458,
+ "Composite:Aperture": 2.8,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.66283524904215,
+ "Composite:ShutterSpeed": 0.0002010050251,
+ "Composite:SubSecCreateDate": "2023:12:08 18:28:50.293+04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:08 18:28:50.293+04:00",
+ "Composite:SubSecModifyDate": "2023:12:08 18:28:50+04:00",
+ "Composite:GPSAltitude": 5.772778811,
+ "Composite:GPSDateTime": "2023:12:08 14:28:48Z",
+ "Composite:GPSLatitude": -20.01045,
+ "Composite:GPSLongitude": 57.5836527777778,
+ "Composite:CircleOfConfusion": "0.00392103701206709",
+ "Composite:FOV": 17.0615456311673,
+ "Composite:FocalLength35efl": 120,
+ "Composite:GPSPosition": "-20.01045 57.5836527777778",
+ "Composite:HyperfocalDistance": 22.3369844731382,
+ "Composite:LightValue": 16.2513344648428,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 15.66mm f/2.8",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:10 14:19:09",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003840245776,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:10 14:19:09",
+ "EXIF:CreateDate": "2023:12:10 14:19:09",
+ "EXIF:OffsetTime": "+04:00",
+ "EXIF:OffsetTimeOriginal": "+04:00",
+ "EXIF:OffsetTimeDigitized": "+04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000383999999628167",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 8.845851031,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 838,
+ "EXIF:SubSecTimeDigitized": 838,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 20.3649972222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 57.3731027777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 9.45454276,
+ "EXIF:GPSTimeStamp": "10:19:08",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.03151522577,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 32.16143034,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 32.16143034,
+ "EXIF:GPSDateStamp": "2023:12:10",
+ "EXIF:GPSHPositioningError": 4.658163259,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2982,
+ "EXIF:ThumbnailLength": 11075,
+ "EXIF:ThumbnailImage": "(Binary data 11075 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 116994923884291,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 173,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.05481766535 -0.9851995714 -0.1228380277",
+ "MakerNotes:FocusDistanceRange": "1.4296875 0.87890625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 60.35327908,
+ "MakerNotes:PhotoIdentifier": "CB39AA11-0118-4A5F-8DC5-5908202CD47E",
+ "MakerNotes:FocusPosition": 65,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 195,
+ "MakerNotes:AFConfidence": 93,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 252318,
+ "MPF:MPImageStart": 5031503,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 252318 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 116994.923884291,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0003840245776,
+ "Composite:SubSecCreateDate": "2023:12:10 14:19:09.838+04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:10 14:19:09.838+04:00",
+ "Composite:SubSecModifyDate": "2023:12:10 14:19:09+04:00",
+ "Composite:GPSAltitude": 9.45454276,
+ "Composite:GPSDateTime": "2023:12:10 10:19:08Z",
+ "Composite:GPSLatitude": -20.3649972222222,
+ "Composite:GPSLongitude": 57.3731027777778,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "-20.3649972222222 57.3731027777778",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 13.3321963103348,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 18.6,
+ "EXIF:ModifyDate": "2025:08:20 14:46:25",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001869857891,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:08:20 14:46:25",
+ "EXIF:CreateDate": "2025:08:20 14:46:25",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000186999999926965",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 11.22353501,
+ "EXIF:ExposureCompensation": 0.8610869067,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3331 1773 1059 1062",
+ "EXIF:SubSecTimeOriginal": 312,
+ "EXIF:SubSecTimeDigitized": 312,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.37725,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.9786833333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 6.869044029,
+ "EXIF:GPSTimeStamp": "07:46:23",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.05704163417,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 22.7096863,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 22.7096863,
+ "EXIF:GPSDateStamp": "2025:08:20",
+ "EXIF:GPSHPositioningError": 4.9271472,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3042,
+ "EXIF:ThumbnailLength": 8387,
+ "EXIF:ThumbnailImage": "(Binary data 8387 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 166686248843541,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 243,
+ "MakerNotes:AEAverage": 442,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005800056272 -0.9882199169 0.1269455701",
+ "MakerNotes:FocusDistanceRange": "0.15234375 1.25390625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224580,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01047310699,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 67.5207901,
+ "MakerNotes:PhotoIdentifier": "27A2548A-B293-4F0B-944E-7752D5B56A96",
+ "MakerNotes:FocusPosition": 59,
+ "MakerNotes:HDRGain": 1.954787374,
+ "MakerNotes:AFMeasuredDepth": 1086,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:08:20 14:46:25",
+ "XMP:CreatorTool": 18.6,
+ "XMP:ModifyDate": "2025:08:20 14:46:25",
+ "XMP:DateCreated": "2025:08:20 14:46:25",
+ "XMP:RegionAreaY": "0.46300000000000002",
+ "XMP:RegionAreaW": "0.11838095238095236",
+ "XMP:RegionAreaX": "0.62204761904761918",
+ "XMP:RegionAreaH": "0.15800000000000003",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 51810,
+ "MPF:MPImageStart": 4174571,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 176248 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 51810 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 166686.248843541,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.0001869857891,
+ "Composite:SubSecCreateDate": "2025:08:20 14:46:25.312+07:00",
+ "Composite:SubSecDateTimeOriginal": "2025:08:20 14:46:25.312+07:00",
+ "Composite:SubSecModifyDate": "2025:08:20 14:46:25+07:00",
+ "Composite:GPSAltitude": 6.869044029,
+ "Composite:GPSDateTime": "2025:08:20 07:46:23Z",
+ "Composite:GPSLatitude": 9.37725,
+ "Composite:GPSLongitude": 99.9786833333333,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "9.37725 99.9786833333333",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 14.3704662802008,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:13 11:18:44",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.002398081535,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:13 11:18:44",
+ "EXIF:CreateDate": "2023:12:13 11:18:44",
+ "EXIF:OffsetTime": "+04:00",
+ "EXIF:OffsetTimeOriginal": "+04:00",
+ "EXIF:OffsetTimeDigitized": "+04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0023989999967254,
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 5.175003523,
+ "EXIF:ExposureCompensation": -1.430144392,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2175 1145 371 374",
+ "EXIF:SubSecTimeOriginal": 779,
+ "EXIF:SubSecTimeDigitized": 779,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 20.43945,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 57.3740444444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 256.3310562,
+ "EXIF:GPSTimeStamp": "07:18:43",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 3.285510538,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 134.1423493,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 134.1423493,
+ "EXIF:GPSDateStamp": "2023:12:13",
+ "EXIF:GPSHPositioningError": 13.67225343,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3014,
+ "EXIF:ThumbnailLength": 11376,
+ "EXIF:ThumbnailImage": "(Binary data 11376 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 116866085230416,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 113,
+ "MakerNotes:AEAverage": 70,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.003197922137 -0.9323950407 -0.3682252768",
+ "MakerNotes:FocusDistanceRange": "1.40234375 0.3125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5421108,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041153818,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 43.28395462,
+ "MakerNotes:PhotoIdentifier": "77B64717-79B7-4F83-A873-1AEE3633B693",
+ "MakerNotes:FocusPosition": 57,
+ "MakerNotes:HDRGain": 0.004537679721,
+ "MakerNotes:AFMeasuredDepth": 357,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2023:12:13 11:18:44",
+ "XMP:CreatorTool": "17.1.1",
+ "XMP:ModifyDate": "2023:12:13 11:18:44",
+ "XMP:DateCreated": "2023:12:13 11:18:44",
+ "XMP:RegionAreaY": "0.25350000000000006",
+ "XMP:RegionAreaW": "0.23780952380952386",
+ "XMP:RegionAreaX": "0.57909523809523811",
+ "XMP:RegionAreaH": "0.31700000000000006",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 28992,
+ "MPF:MPImageStart": 3643339,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 158888 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 28992 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 116866.085230416,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.99708454810496,
+ "Composite:ShutterSpeed": 0.002398081535,
+ "Composite:SubSecCreateDate": "2023:12:13 11:18:44.779+04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:13 11:18:44.779+04:00",
+ "Composite:SubSecModifyDate": "2023:12:13 11:18:44+04:00",
+ "Composite:GPSAltitude": 256.3310562,
+ "Composite:GPSDateTime": "2023:12:13 07:18:43Z",
+ "Composite:GPSLatitude": -20.43945,
+ "Composite:GPSLongitude": 57.3740444444444,
+ "Composite:CircleOfConfusion": "0.00429411141487552",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "-20.43945 57.3740444444444",
+ "Composite:HyperfocalDistance": 6.15679822291157,
+ "Composite:LightValue": 11.0115142454657,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:13 12:12:58",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001064962726,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 64,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:13 12:12:58",
+ "EXIF:CreateDate": "2023:12:13 12:12:58",
+ "EXIF:OffsetTime": "+04:00",
+ "EXIF:OffsetTimeOriginal": "+04:00",
+ "EXIF:OffsetTimeDigitized": "+04:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00106499999941754",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 6.35189439,
+ "EXIF:ExposureCompensation": -1.327574657,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2010 1500 1162 663",
+ "EXIF:SubSecTimeOriginal": 817,
+ "EXIF:SubSecTimeDigitized": 817,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.463697967,
+ "EXIF:FocalLengthIn35mmFormat": 71,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "S",
+ "EXIF:GPSLatitude": 20.4437777777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 57.3836166666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 230.78511,
+ "EXIF:GPSTimeStamp": "08:12:57",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 1.418375016,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 91.03134921,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 91.03134921,
+ "EXIF:GPSDateStamp": "2023:12:13",
+ "EXIF:GPSHPositioningError": 5.100021943,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3052,
+ "EXIF:ThumbnailLength": 11546,
+ "EXIF:ThumbnailImage": "(Binary data 11546 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 120120177213416,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 66,
+ "MakerNotes:AEAverage": 71,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.007954305971 -0.9820296169 -0.2170021385",
+ "MakerNotes:FocusDistanceRange": "1.3984375 0.9296875",
+ "MakerNotes:ContentIdentifier": "0BE3F073-9D01-4EBF-8764-9EAC79457BF4",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5251124,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 46.82782744,
+ "MakerNotes:PhotoIdentifier": "F38C2E11-7533-4EBC-AB43-47356BD2D921",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.003086788347,
+ "MakerNotes:AFMeasuredDepth": 1068,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 145418,
+ "MPF:MPImageStart": 2924616,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 145418 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 120120.177213416,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 10.3498542274052,
+ "Composite:ShutterSpeed": 0.001064962726,
+ "Composite:SubSecCreateDate": "2023:12:13 12:12:58.817+04:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:13 12:12:58.817+04:00",
+ "Composite:SubSecModifyDate": "2023:12:13 12:12:58+04:00",
+ "Composite:GPSAltitude": 230.78511,
+ "Composite:GPSDateTime": "2023:12:13 08:12:57Z",
+ "Composite:GPSLatitude": -20.4437777777778,
+ "Composite:GPSLongitude": 57.3836166666667,
+ "Composite:CircleOfConfusion": 0.0029030612382257,
+ "Composite:FOV": 28.4519518298393,
+ "Composite:FocalLength35efl": 70.9999999999997,
+ "Composite:GPSPosition": "-20.4437777777778 57.3836166666667",
+ "Composite:HyperfocalDistance": 9.10693070472337,
+ "Composite:LightValue": 12.1825920202245,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 13 Pro",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 16.6,
+ "EXIF:ModifyDate": "2023:09:19 22:10:49",
+ "EXIF:HostComputer": "iPhone 13 Pro",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.05882352941,
+ "EXIF:FNumber": 1.5,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 1250,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:09:19 22:10:49",
+ "EXIF:CreateDate": "2023:09:19 22:10:49",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0600049998534249,
+ "EXIF:ApertureValue": 1.50000000028992,
+ "EXIF:BrightnessValue": -2.980854389,
+ "EXIF:ExposureCompensation": 0.8297227357,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 5.7,
+ "EXIF:SubjectArea": "2490 953 747 752",
+ "EXIF:SubSecTimeOriginal": "084",
+ "EXIF:SubSecTimeDigitized": "084",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 26,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "1.570000052 9 1.5 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 13 Pro back triple camera 5.7mm f/1.5",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.57378888888889,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 100.079544444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 23.64841095,
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 54.00950621,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 54.00950621,
+ "EXIF:GPSDateStamp": "2023:09:19",
+ "EXIF:GPSHPositioningError": 4.709199479,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2740,
+ "EXIF:ThumbnailLength": 8053,
+ "EXIF:ThumbnailImage": "(Binary data 8053 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 63170617687541,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 89,
+ "MakerNotes:AEAverage": 145,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.01252605766 -0.9883787027 0.005510168616",
+ "MakerNotes:FocusDistanceRange": "0.59375 0.54296875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 1111498752,
+ "MakerNotes:HDRHeadroom": 0.7432090045,
+ "MakerNotes:SignalToNoiseRatio": 22.96324539,
+ "MakerNotes:PhotoIdentifier": "616C596C-9112-4739-943A-989FEE35FEDD",
+ "MakerNotes:FocusPosition": 52,
+ "MakerNotes:HDRGain": 0.002752287312,
+ "MakerNotes:AFMeasuredDepth": 572,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 161978,
+ "MPF:MPImageStart": 2973246,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 161978 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 63170.617687541,
+ "Composite:Aperture": 1.5,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 4.56140350877193,
+ "Composite:ShutterSpeed": 0.05882352941,
+ "Composite:SubSecCreateDate": "2023:09:19 22:10:49.084+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:09:19 22:10:49.084+07:00",
+ "Composite:SubSecModifyDate": "2023:09:19 22:10:49+07:00",
+ "Composite:GPSAltitude": 23.64841095,
+ "Composite:GPSLatitude": 9.57378888888889,
+ "Composite:GPSLongitude": 100.079544444444,
+ "Composite:CircleOfConfusion": 0.0065870648301746,
+ "Composite:FOV": 69.3903656740024,
+ "Composite:FocalLength35efl": 26,
+ "Composite:GPSPosition": "9.57378888888889 100.079544444444",
+ "Composite:HyperfocalDistance": 3.28826276322316,
+ "Composite:LightValue": 1.61353165296121,
+ "Composite:LensID": "iPhone 13 Pro back triple camera 5.7mm f/1.5",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.6.1",
+ "EXIF:ModifyDate": "2025:09:01 20:11:57",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01666666667,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 400,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:09:01 20:11:57",
+ "EXIF:CreateDate": "2025:09:01 20:11:57",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0165819999894736,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 0.4360572322,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2851 2137 3141 1884",
+ "EXIF:SubSecTimeOriginal": 868,
+ "EXIF:SubSecTimeDigitized": 868,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 54.9917972222222,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 1.99945555555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 17.23540304,
+ "EXIF:GPSTimeStamp": "19:11:57",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.04402595384,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 282.7710264,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 282.7710264,
+ "EXIF:GPSDateStamp": "2025:09:01",
+ "EXIF:GPSHPositioningError": 9.480958975,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3024,
+ "EXIF:ThumbnailLength": 7592,
+ "EXIF:ThumbnailImage": "(Binary data 7592 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 637899855312625,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 106,
+ "MakerNotes:AEAverage": 103,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.003814902855 -0.7716927529 0.6554942724",
+ "MakerNotes:FocusDistanceRange": "1.40625 1.12109375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 35.05941389,
+ "MakerNotes:PhotoIdentifier": "73B94531-1A4E-4B4F-B9AE-79482F07DBFD",
+ "MakerNotes:FocusPosition": 55,
+ "MakerNotes:HDRGain": 0.009905021638,
+ "MakerNotes:AFMeasuredDepth": 1080,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 150856,
+ "MPF:MPImageStart": 2955739,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 150856 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 637899.855312625,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.01666666667,
+ "Composite:SubSecCreateDate": "2025:09:01 20:11:57.868+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:09:01 20:11:57.868+01:00",
+ "Composite:SubSecModifyDate": "2025:09:01 20:11:57+01:00",
+ "Composite:GPSAltitude": 17.23540304,
+ "Composite:GPSDateTime": "2025:09:01 19:11:57Z",
+ "Composite:GPSLatitude": 54.9917972222222,
+ "Composite:GPSLongitude": 1.99945555555556,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "54.9917972222222 1.99945555555556",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 5.57064503069416,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.6.1",
+ "EXIF:ModifyDate": "2025:09:01 20:12:12",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0101010101,
+ "EXIF:FNumber": 2.2,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 250,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:09:01 20:12:12",
+ "EXIF:CreateDate": "2025:09:01 20:12:12",
+ "EXIF:OffsetTime": "+01:00",
+ "EXIF:OffsetTimeOriginal": "+01:00",
+ "EXIF:OffsetTimeDigitized": "+01:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0100849999987686,
+ "EXIF:ApertureValue": 2.20000004612904,
+ "EXIF:BrightnessValue": 1.47244402,
+ "EXIF:ExposureCompensation": -1,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 2.220000029,
+ "EXIF:SubjectArea": "2813 1203 751 756",
+ "EXIF:SubSecTimeOriginal": 273,
+ "EXIF:SubSecTimeDigitized": 273,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 14,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 2.22mm f/2.2",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 54.9918027777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 1.99945555555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 18.66150174,
+ "EXIF:GPSTimeStamp": "19:12:11",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.07317700243,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 290.8606567,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 290.8606567,
+ "EXIF:GPSDateStamp": "2025:09:01",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3038,
+ "EXIF:ThumbnailLength": 8937,
+ "EXIF:ThumbnailImage": "(Binary data 8937 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 637914244525375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 85,
+ "MakerNotes:AEAverage": 54,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.03851369022 -0.8708302374 0.5074342486",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5283876,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 21.92747497,
+ "MakerNotes:PhotoIdentifier": "8827CAE6-C9AB-40B7-A34F-5F16682D7CD1",
+ "MakerNotes:FocusPosition": 40,
+ "MakerNotes:HDRGain": 0.02031251414,
+ "MakerNotes:AFMeasuredDepth": 81,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0.5,_2=0,_3=2}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 167076,
+ "MPF:MPImageStart": 2434084,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 167076 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 637914.244525375,
+ "Composite:Aperture": 2.2,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.30630622392663,
+ "Composite:ShutterSpeed": 0.0101010101,
+ "Composite:SubSecCreateDate": "2025:09:01 20:12:12.273+01:00",
+ "Composite:SubSecDateTimeOriginal": "2025:09:01 20:12:12.273+01:00",
+ "Composite:SubSecModifyDate": "2025:09:01 20:12:12+01:00",
+ "Composite:GPSAltitude": 18.66150174,
+ "Composite:GPSDateTime": "2025:09:01 19:12:11Z",
+ "Composite:GPSLatitude": 54.9918027777778,
+ "Composite:GPSLongitude": 1.99945555555556,
+ "Composite:CircleOfConfusion": "0.00476447853338753",
+ "Composite:FOV": 104.250120754114,
+ "Composite:FocalLength35efl": 14,
+ "Composite:GPSPosition": "54.9918027777778 1.99945555555556",
+ "Composite:HyperfocalDistance": 0.470184063378774,
+ "Composite:LightValue": 7.58243557283639,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 2.22mm f/2.2",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:23 15:52:11",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003840245776,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:23 15:52:11",
+ "EXIF:CreateDate": "2023:12:23 15:52:11",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000383999999628167",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 8.823569575,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2838 2137 3277 1886",
+ "EXIF:SubSecTimeOriginal": 161,
+ "EXIF:SubSecTimeDigitized": 161,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:DigitalZoomRatio": 1.412656866,
+ "EXIF:FocalLengthIn35mmFormat": 35,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 19.8242055555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.7636722222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 403.6909842,
+ "EXIF:GPSTimeStamp": "08:52:10",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.004799265504,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 187.3230438,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 187.3230438,
+ "EXIF:GPSDateStamp": "2023:12:23",
+ "EXIF:GPSHPositioningError": 4.752673225,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3052,
+ "EXIF:ThumbnailLength": 16084,
+ "EXIF:ThumbnailImage": "(Binary data 16084 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 986477170840375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 173,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.1809330434 -0.5420853492 -0.8158234355",
+ "MakerNotes:FocusDistanceRange": "0.70703125 2.953125",
+ "MakerNotes:ContentIdentifier": "0210015B-C466-4039-840D-DFA3528FFD83",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 60.28620147,
+ "MakerNotes:PhotoIdentifier": "E03F2487-6E47-439A-8527-7B79A03B1348",
+ "MakerNotes:FocusPosition": 63,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 195,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 326059,
+ "MPF:MPImageStart": 4993938,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 326059 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 986477.170840375,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 5.10204081632653,
+ "Composite:ShutterSpeed": 0.0003840245776,
+ "Composite:SubSecCreateDate": "2023:12:23 15:52:11.161+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:23 15:52:11.161+07:00",
+ "Composite:SubSecModifyDate": "2023:12:23 15:52:11+07:00",
+ "Composite:GPSAltitude": 403.6909842,
+ "Composite:GPSDateTime": "2023:12:23 08:52:10Z",
+ "Composite:GPSLatitude": 19.8242055555556,
+ "Composite:GPSLongitude": 99.7636722222222,
+ "Composite:CircleOfConfusion": "0.00588906708325785",
+ "Composite:FOV": 54.4322690915858,
+ "Composite:FocalLength35efl": 35,
+ "Composite:GPSPosition": "19.8242055555556 99.7636722222222",
+ "Composite:HyperfocalDistance": 4.48933203753969,
+ "Composite:LightValue": 13.3321963103348,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2023:12:23 16:02:14",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0003840245776,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2023:12:23 16:02:14",
+ "EXIF:CreateDate": "2023:12:23 16:02:14",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000383999999628167",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 8.812556595,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2849 2137 3291 1884",
+ "EXIF:SubSecTimeOriginal": 780,
+ "EXIF:SubSecTimeDigitized": 780,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 19.8235027777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.7621833333333,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 412.2699869,
+ "EXIF:GPSTimeStamp": "09:02:14",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.02335599435,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 167.6829834,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 167.6829834,
+ "EXIF:GPSDateStamp": "2023:12:23",
+ "EXIF:GPSHPositioningError": 4.663645759,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3032,
+ "EXIF:ThumbnailLength": 12669,
+ "EXIF:ThumbnailImage": "(Binary data 12669 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 987080675541000,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 174,
+ "MakerNotes:AEAverage": 168,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.002870216034 -0.9836648708 -0.1331092716",
+ "MakerNotes:FocusDistanceRange": "0.12890625 0.13671875",
+ "MakerNotes:ContentIdentifier": "5ABB93D9-FFD5-4B05-B0DA-A95061000D5E",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 60.2530518,
+ "MakerNotes:PhotoIdentifier": "E584FC1F-4A3A-40F8-84A1-A7F117B9A6D2",
+ "MakerNotes:FocusPosition": 57,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 293,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 417165,
+ "MPF:MPImageStart": 7258760,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 417165 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 987080.675541,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0003840245776,
+ "Composite:SubSecCreateDate": "2023:12:23 16:02:14.780+07:00",
+ "Composite:SubSecDateTimeOriginal": "2023:12:23 16:02:14.780+07:00",
+ "Composite:SubSecModifyDate": "2023:12:23 16:02:14+07:00",
+ "Composite:GPSAltitude": 412.2699869,
+ "Composite:GPSDateTime": "2023:12:23 09:02:14Z",
+ "Composite:GPSLatitude": 19.8235027777778,
+ "Composite:GPSLongitude": 99.7621833333333,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "19.8235027777778 99.7621833333333",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 13.3321963103348,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 3024,
+ "File:ImageHeight": 4032,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.1.1",
+ "EXIF:ModifyDate": "2024:01:02 18:30:33",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.02857142857,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 500,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:01:02 18:30:33",
+ "EXIF:CreateDate": "2024:01:02 18:30:33",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0285370000143616,
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": -0.09551314925,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2302 1457 371 374",
+ "EXIF:SubSecTimeOriginal": "089",
+ "EXIF:SubSecTimeDigitized": "089",
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 9,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.46196111111111,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.9336388888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 28.5606383,
+ "EXIF:GPSTimeStamp": "11:30:31",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.01733176881,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 237.2324219,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 237.2324219,
+ "EXIF:GPSDateStamp": "2024:01:02",
+ "EXIF:GPSHPositioningError": 4.751039984,
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 38749333983833,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 176,
+ "MakerNotes:AEAverage": 169,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.01358607039 -1.001381635 3.287129584e-05",
+ "MakerNotes:FocusDistanceRange": "0.87109375 0.625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.0200582631,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 27.34835053,
+ "MakerNotes:PhotoIdentifier": "31946D29-E257-4E7A-8388-217AA4E085AF",
+ "MakerNotes:FocusPosition": 84,
+ "MakerNotes:HDRGain": 1.71307254,
+ "MakerNotes:AFMeasuredDepth": 71,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 23985,
+ "MPF:MPImageStart": 1659817,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 148601 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 23985 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 38749.333983833,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "3024 4032",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 6.99708454810496,
+ "Composite:ShutterSpeed": 0.02857142857,
+ "Composite:SubSecCreateDate": "2024:01:02 18:30:33.089+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:01:02 18:30:33.089+07:00",
+ "Composite:SubSecModifyDate": "2024:01:02 18:30:33+07:00",
+ "Composite:GPSAltitude": 28.5606383,
+ "Composite:GPSDateTime": "2024:01:02 11:30:31Z",
+ "Composite:GPSLatitude": 9.46196111111111,
+ "Composite:GPSLongitude": 99.9336388888889,
+ "Composite:CircleOfConfusion": "0.00429411141487552",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "9.46196111111111 99.9336388888889",
+ "Composite:HyperfocalDistance": 6.15679822291157,
+ "Composite:LightValue": 4.47110940451309,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.3.1",
+ "EXIF:ModifyDate": "2025:03:03 18:15:52",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.00176366843,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:03:03 18:15:52",
+ "EXIF:CreateDate": "2025:03:03 18:15:52",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00176299999267277",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 5.009566855,
+ "EXIF:ExposureCompensation": -1.660149996,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3223 1486 1059 1062",
+ "EXIF:SubSecTimeOriginal": 621,
+ "EXIF:SubSecTimeDigitized": 621,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "6.764999866 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 10.3499416666667,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 107.095375,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 11.83847331,
+ "EXIF:GPSTimeStamp": "11:15:39",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 2.550496102,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 285.847168,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 285.847168,
+ "EXIF:GPSDateStamp": "2025:03:03",
+ "EXIF:GPSHPositioningError": 17.64671373,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3044,
+ "EXIF:ThumbnailLength": 4426,
+ "EXIF:ThumbnailImage": "(Binary data 4426 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 39409020891250,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 80,
+ "MakerNotes:AEAverage": 54,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.02476030403 -1.00679803 0.008028558462",
+ "MakerNotes:FocusDistanceRange": "1.4296875 0.26171875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595224612,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01041705161,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 48.80244829,
+ "MakerNotes:PhotoIdentifier": "EC6A57EC-7C5F-4384-8A54-98AEBD545BFA",
+ "MakerNotes:FocusPosition": 51,
+ "MakerNotes:HDRGain": 0.003989849239,
+ "MakerNotes:AFMeasuredDepth": 1075,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:03:03 18:15:52",
+ "XMP:CreatorTool": "18.3.1",
+ "XMP:ModifyDate": "2025:03:03 18:15:52",
+ "XMP:DateCreated": "2025:03:03 18:15:52",
+ "XMP:RegionAreaY": "0.39600000000000002",
+ "XMP:RegionAreaW": "0.11838095238095242",
+ "XMP:RegionAreaX": "0.52461904761904765",
+ "XMP:RegionAreaH": "0.15799999999999997",
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 4284,
+ "XMP:RegionAppliedToDimensionsW": 5712,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 39091,
+ "MPF:MPImageStart": 2364091,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 740322 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 39091 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 39409.02089125,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.00176366843,
+ "Composite:SubSecCreateDate": "2025:03:03 18:15:52.621+07:00",
+ "Composite:SubSecDateTimeOriginal": "2025:03:03 18:15:52.621+07:00",
+ "Composite:SubSecModifyDate": "2025:03:03 18:15:52+07:00",
+ "Composite:GPSAltitude": 11.83847331,
+ "Composite:GPSDateTime": "2025:03:03 11:15:39Z",
+ "Composite:GPSLatitude": 10.3499416666667,
+ "Composite:GPSLongitude": 107.095375,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "10.3499416666667 107.095375",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 11.1328874554779,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "18.3.1",
+ "EXIF:ModifyDate": "2025:03:03 18:22:17",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01666666667,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 320,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:03:03 18:22:17",
+ "EXIF:CreateDate": "2025:03:03 18:22:17",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0165819999894736,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 1.404422544,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2851 2137 3141 1884",
+ "EXIF:SubSecTimeOriginal": 373,
+ "EXIF:SubSecTimeDigitized": 373,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 10.3496944444444,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 107.095938888889,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 105.168509,
+ "EXIF:GPSTimeStamp": "11:22:15",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 1.749937772,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 280.6503906,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 280.6503906,
+ "EXIF:GPSDateStamp": "2025:03:03",
+ "EXIF:GPSHPositioningError": 30.27649137,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3024,
+ "EXIF:ThumbnailLength": 7980,
+ "EXIF:ThumbnailImage": "(Binary data 7980 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 15,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 39793799142541,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 167,
+ "MakerNotes:AEAverage": 161,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.004092534537 -1.006429554 -0.05726663397",
+ "MakerNotes:FocusDistanceRange": "2.546875 0.3515625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 37.94743347,
+ "MakerNotes:PhotoIdentifier": "05F44C60-745E-4325-B08A-5D143470042D",
+ "MakerNotes:FocusPosition": 55,
+ "MakerNotes:HDRGain": 0.04609376194,
+ "MakerNotes:AFMeasuredDepth": 1078,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 271323,
+ "MPF:MPImageStart": 3057535,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 271323 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 39793.799142541,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.01666666667,
+ "Composite:SubSecCreateDate": "2025:03:03 18:22:17.373+07:00",
+ "Composite:SubSecDateTimeOriginal": "2025:03:03 18:22:17.373+07:00",
+ "Composite:SubSecModifyDate": "2025:03:03 18:22:17+07:00",
+ "Composite:GPSAltitude": 105.168509,
+ "Composite:GPSDateTime": "2025:03:03 11:22:15Z",
+ "Composite:GPSLatitude": 10.3496944444444,
+ "Composite:GPSLongitude": 107.095938888889,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "10.3496944444444 107.095938888889",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 5.89257312558152,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2024:08:16 10:32:25",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 8.099789405e-05,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:08:16 10:32:25",
+ "EXIF:CreateDate": "2024:08:16 10:32:25",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 8.1000000361548e-05,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 10.49781978,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 815,
+ "EXIF:SubSecTimeDigitized": 815,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 20.2151083333333,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 87.4291777777778,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 11.6786653,
+ "EXIF:GPSTimeStamp": "15:32:24",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.00374613353,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 134.2162933,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 134.2162933,
+ "EXIF:GPSDateStamp": "2024:08:16",
+ "EXIF:GPSHPositioningError": 4.595598664,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3000,
+ "EXIF:ThumbnailLength": 7057,
+ "EXIF:ThumbnailImage": "(Binary data 7057 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 368954701952625,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 113,
+ "MakerNotes:AEAverage": 117,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.03483119977 -0.996530771 0.1179332062",
+ "MakerNotes:FocusDistanceRange": "1.8125 1.3671875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 65.32632441,
+ "MakerNotes:PhotoIdentifier": "35BB317C-061D-45BA-A187-361D4DD094B9",
+ "MakerNotes:FocusPosition": 64,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 476,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 355384,
+ "MPF:MPImageStart": 6093013,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 355384 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 368954.701952625,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 8.099789405e-05,
+ "Composite:SubSecCreateDate": "2024:08:16 10:32:25.815-05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:08:16 10:32:25.815-05:00",
+ "Composite:SubSecModifyDate": "2024:08:16 10:32:25-05:00",
+ "Composite:GPSAltitude": 11.6786653,
+ "Composite:GPSDateTime": "2024:08:16 15:32:24Z",
+ "Composite:GPSLatitude": 20.2151083333333,
+ "Composite:GPSLongitude": -87.4291777777778,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "20.2151083333333 -87.4291777777778",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 15.5774386063692,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2024:08:16 10:34:04",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001259921885,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:08:16 10:34:04",
+ "EXIF:CreateDate": "2024:08:16 10:34:04",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000125999999635305",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 9.797080468,
+ "EXIF:ExposureCompensation": -0.6690831221,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2849 2137 3291 1884",
+ "EXIF:SubSecTimeOriginal": 194,
+ "EXIF:SubSecTimeDigitized": 194,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 20.2144055555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 87.4293222222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 13.4419005,
+ "EXIF:GPSTimeStamp": "15:34:02",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.5076821648,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 75.1257629,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 75.1257629,
+ "EXIF:GPSDateStamp": "2024:08:16",
+ "EXIF:GPSHPositioningError": 4.732035416,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3000,
+ "EXIF:ThumbnailLength": 11014,
+ "EXIF:ThumbnailImage": "(Binary data 11014 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 369053121605791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 114,
+ "MakerNotes:AEAverage": 107,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.03930458425 -0.9954693921 -0.1450547278",
+ "MakerNotes:FocusDistanceRange": "0.70703125 1.4140625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 63.21685793,
+ "MakerNotes:PhotoIdentifier": "F074930E-0D26-4BE8-83C0-1366F2B989EB",
+ "MakerNotes:FocusPosition": 70,
+ "MakerNotes:HDRGain": 0.003086788347,
+ "MakerNotes:AFMeasuredDepth": 285,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 485391,
+ "MPF:MPImageStart": 7889907,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 485391 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 369053.121605791,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.0001259921885,
+ "Composite:SubSecCreateDate": "2024:08:16 10:34:04.194-05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:08:16 10:34:04.194-05:00",
+ "Composite:SubSecModifyDate": "2024:08:16 10:34:04-05:00",
+ "Composite:GPSAltitude": 13.4419005,
+ "Composite:GPSDateTime": "2024:08:16 15:34:02Z",
+ "Composite:GPSLatitude": 20.2144055555556,
+ "Composite:GPSLongitude": -87.4293222222222,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "20.2144055555556 -87.4293222222222",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 14.940060620226,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 4032,
+ "File:ImageHeight": 3024,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 1,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": 26.0,
+ "EXIF:ModifyDate": "2025:10:07 18:25:46",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.01,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:10:07 18:25:46",
+ "EXIF:CreateDate": "2025:10:07 18:25:46",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0100050000036829,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 2.525257131,
+ "EXIF:ExposureCompensation": -1.540568382,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "1820 1514 376 378",
+ "EXIF:SubSecTimeOriginal": 650,
+ "EXIF:SubSecTimeDigitized": 650,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 4032,
+ "EXIF:ExifImageHeight": 3024,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 8,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 48,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.53175555555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 99.9507694444444,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 176.3846374,
+ "EXIF:GPSTimeStamp": "11:25:45",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 287.638565,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 287.638565,
+ "EXIF:GPSDateStamp": "2025:10:07",
+ "EXIF:GPSHPositioningError": 8.171881519,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3078,
+ "EXIF:ThumbnailLength": 13172,
+ "EXIF:ThumbnailImage": "(Binary data 13172 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 16,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 87994386791375,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 178,
+ "MakerNotes:AEAverage": 53,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.9922351234 -0.02964165993 0.0153716067",
+ "MakerNotes:FocusDistanceRange": "0.33984375 0.79296875",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 5290036,
+ "MakerNotes:LuminanceNoiseAmplitude": 0.01060818787,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 35.2972107,
+ "MakerNotes:PhotoIdentifier": "0FD034BE-BF74-42D2-9C1B-8AC808C8D878",
+ "MakerNotes:FocusPosition": 71,
+ "MakerNotes:HDRGain": 0.05898438768,
+ "MakerNotes:AFMeasuredDepth": 1087,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0.5,_3=4}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "XMP:XMPToolkit": "XMP Core 6.0.0",
+ "XMP:CreateDate": "2025:10:07 18:25:46",
+ "XMP:CreatorTool": 26.0,
+ "XMP:ModifyDate": "2025:10:07 18:25:46",
+ "XMP:DateCreated": "2025:10:07 18:25:46",
+ "XMP:RegionType": "Focus",
+ "XMP:RegionAreaY": "0.49950000000000006",
+ "XMP:RegionAreaW": "0.23780952380952392",
+ "XMP:RegionAreaX": "0.39995238095238095",
+ "XMP:RegionAreaH": 0.317,
+ "XMP:RegionAreaUnit": "normalized",
+ "XMP:RegionExtensions": "",
+ "XMP:RegionAppliedToDimensionsH": 3024,
+ "XMP:RegionAppliedToDimensionsW": 4032,
+ "XMP:RegionAppliedToDimensionsUnit": "pixel",
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 3,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 30330,
+ "MPF:MPImageStart": 1432935,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 403506 bytes, use -b option to extract)",
+ "MPF:MPImage3": "(Binary data 30330 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 87994.386791375,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "4032 3024",
+ "Composite:Megapixels": 12.192768,
+ "Composite:ScaleFactor35efl": 7.09534382125293,
+ "Composite:ShutterSpeed": 0.01,
+ "Composite:SubSecCreateDate": "2025:10:07 18:25:46.650+07:00",
+ "Composite:SubSecDateTimeOriginal": "2025:10:07 18:25:46.650+07:00",
+ "Composite:SubSecModifyDate": "2025:10:07 18:25:46+07:00",
+ "Composite:GPSAltitude": 176.3846374,
+ "Composite:GPSDateTime": "2025:10:07 11:25:45Z",
+ "Composite:GPSLatitude": 9.53175555555556,
+ "Composite:GPSLongitude": 99.9507694444444,
+ "Composite:CircleOfConfusion": "0.00423464477350174",
+ "Composite:FOV": 41.1121251650935,
+ "Composite:FocalLength35efl": 48,
+ "Composite:GPSPosition": "9.53175555555556 99.9507694444444",
+ "Composite:HyperfocalDistance": 6.07153641859553,
+ "Composite:LightValue": 8.62953872003627,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.5.1",
+ "EXIF:ModifyDate": "2024:08:28 13:20:23",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001172332943,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:08:28 13:20:23",
+ "EXIF:CreateDate": "2024:08:28 13:20:23",
+ "EXIF:OffsetTime": "-05:00",
+ "EXIF:OffsetTimeOriginal": "-05:00",
+ "EXIF:OffsetTimeDigitized": "-05:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00117200000723165",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 7.15832106,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "3044 1824 1059 1062",
+ "EXIF:SubSecTimeOriginal": 479,
+ "EXIF:SubSecTimeDigitized": 479,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 20.2027027777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 87.4738166666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 9.91579058,
+ "EXIF:GPSTimeStamp": "18:20:23",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.6659980419,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 306.2364807,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 306.2364807,
+ "EXIF:GPSDateStamp": "2024:08:28",
+ "EXIF:GPSHPositioningError": 4.584119957,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2928,
+ "EXIF:ThumbnailLength": 10589,
+ "EXIF:ThumbnailImage": "(Binary data 10589 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 70861835414916,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 169,
+ "MakerNotes:AEAverage": 159,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "0.003585220547 -0.8037543893 -0.6082893009",
+ "MakerNotes:FocusDistanceRange": "0.9453125 0.61328125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185668,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 55.23977658,
+ "MakerNotes:PhotoIdentifier": "EEFC8E02-6104-4414-9B62-F2602ECC39A0",
+ "MakerNotes:FocusPosition": 255,
+ "MakerNotes:HDRGain": 0.003086788347,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 164829,
+ "MPF:MPImageStart": 2687494,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 164829 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 70861.835414916,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.001172332943,
+ "Composite:SubSecCreateDate": "2024:08:28 13:20:23.479-05:00",
+ "Composite:SubSecDateTimeOriginal": "2024:08:28 13:20:23.479-05:00",
+ "Composite:SubSecModifyDate": "2024:08:28 13:20:23-05:00",
+ "Composite:GPSAltitude": 9.91579058,
+ "Composite:GPSDateTime": "2024:08:28 18:20:23Z",
+ "Composite:GPSLatitude": 20.2027027777778,
+ "Composite:GPSLongitude": -87.4738166666667,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "20.2027027777778 -87.4738166666667",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 11.7220844610331,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 8064,
+ "File:ImageHeight": 6048,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "26.0.1",
+ "EXIF:ModifyDate": "2025:10:19 16:28:14",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.001897533207,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 100,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2025:10:19 16:28:14",
+ "EXIF:CreateDate": "2025:10:19 16:28:14",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0018980000017143,
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 9.224451594,
+ "EXIF:ExposureCompensation": -0.3346641062,
+ "EXIF:MeteringMode": 3,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "5316 2292 1504 1512",
+ "EXIF:SubSecTimeOriginal": 986,
+ "EXIF:SubSecTimeDigitized": 986,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 8064,
+ "EXIF:ExifImageHeight": 6048,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:CustomRendered": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 24.7984361111111,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 110.503791666667,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 126.0979068,
+ "EXIF:GPSTimeStamp": "08:28:14",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.153885573,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 40.84344481,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 40.84344481,
+ "EXIF:GPSDateStamp": "2025:10:19",
+ "EXIF:GPSHPositioningError": 4.748651528,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3108,
+ "EXIF:ThumbnailLength": 33871,
+ "EXIF:ThumbnailImage": "(Binary data 33871 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 16,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 28138598657875,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 150,
+ "MakerNotes:AEAverage": 917,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.00597631745 -1.00961876 0.03732969984",
+ "MakerNotes:FocusDistanceRange": "0.5078125 0.19921875",
+ "MakerNotes:OISMode": 2,
+ "MakerNotes:ImageCaptureType": 1,
+ "MakerNotes:LivePhotoVideoIndex": 4294967444,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 52.28792192,
+ "MakerNotes:PhotoIdentifier": "653F0844-E97E-4CBF-8476-1ACE429933E7",
+ "MakerNotes:FocusPosition": 58,
+ "MakerNotes:HDRGain": 0.007505470419,
+ "MakerNotes:AFMeasuredDepth": 322,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0.5,_3=4}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 507416,
+ "MPF:MPImageStart": 9807095,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 507416 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 28138.598657875,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "8064 6048",
+ "Composite:Megapixels": 48.771072,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.001897533207,
+ "Composite:SubSecCreateDate": "2025:10:19 16:28:14.986+08:00",
+ "Composite:SubSecDateTimeOriginal": "2025:10:19 16:28:14.986+08:00",
+ "Composite:SubSecModifyDate": "2025:10:19 16:28:14+08:00",
+ "Composite:GPSAltitude": 126.0979068,
+ "Composite:GPSDateTime": "2025:10:19 08:28:14Z",
+ "Composite:GPSLatitude": 24.7984361111111,
+ "Composite:GPSLongitude": 110.503791666667,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "24.7984361111111 110.503791666667",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 10.705413586883,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 8,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.6.1",
+ "EXIF:ModifyDate": "2024:09:06 17:46:38",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0009442870633,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:09:06 17:46:38",
+ "EXIF:CreateDate": "2024:09:06 17:46:38",
+ "EXIF:OffsetTime": "+08:00",
+ "EXIF:OffsetTimeOriginal": "+08:00",
+ "EXIF:OffsetTimeDigitized": "+08:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000943999999975354",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 6.465258362,
+ "EXIF:ExposureCompensation": -1,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 541,
+ "EXIF:SubSecTimeDigitized": 541,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 9.17907777777778,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 123.460433333333,
+ "EXIF:GPSAltitudeRef": 1,
+ "EXIF:GPSAltitude": 6.155754269,
+ "EXIF:GPSTimeStamp": "09:46:38",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.7992577608,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 272.7520064,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 272.7520064,
+ "EXIF:GPSDateStamp": "2024:09:06",
+ "EXIF:GPSHPositioningError": 4.761272963,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3000,
+ "EXIF:ThumbnailLength": 7678,
+ "EXIF:ThumbnailImage": "(Binary data 7678 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 29500415497791,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 83,
+ "MakerNotes:AEAverage": 79,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.05030592899 0.9942681194 -0.1149664893",
+ "MakerNotes:FocusDistanceRange": "2.93359375 2.95703125",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 53.18620303,
+ "MakerNotes:PhotoIdentifier": "3CEE86CA-5ABD-4383-AFB3-EA3912FD36E1",
+ "MakerNotes:FocusPosition": 98,
+ "MakerNotes:HDRGain": 0.003030984897,
+ "MakerNotes:AFMeasuredDepth": 41,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 149850,
+ "MPF:MPImageStart": 2520070,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 149850 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 29500.415497791,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.0009442870633,
+ "Composite:SubSecCreateDate": "2024:09:06 17:46:38.541+08:00",
+ "Composite:SubSecDateTimeOriginal": "2024:09:06 17:46:38.541+08:00",
+ "Composite:SubSecModifyDate": "2024:09:06 17:46:38+08:00",
+ "Composite:GPSAltitude": -6.155754269,
+ "Composite:GPSDateTime": "2024:09:06 09:46:38Z",
+ "Composite:GPSLatitude": 9.17907777777778,
+ "Composite:GPSLongitude": 123.460433333333,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "9.17907777777778 123.460433333333",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 12.0341694042038,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.6.1",
+ "EXIF:ModifyDate": "2024:09:13 14:54:47",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.003174603175,
+ "EXIF:FNumber": 1.779999971,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:09:13 14:54:47",
+ "EXIF:CreateDate": "2024:09:13 14:54:47",
+ "EXIF:OffsetTime": "+07:00",
+ "EXIF:OffsetTimeOriginal": "+07:00",
+ "EXIF:OffsetTimeDigitized": "+07:00",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.00317199998157564",
+ "EXIF:ApertureValue": 1.77999997200297,
+ "EXIF:BrightnessValue": 6.60461116,
+ "EXIF:ExposureCompensation": 0.6653359171,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.764999866,
+ "EXIF:SubjectArea": "2846 2133 3129 1876",
+ "EXIF:SubSecTimeOriginal": 717,
+ "EXIF:SubSecTimeDigitized": 717,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 13.7464805555556,
+ "EXIF:GPSLongitudeRef": "E",
+ "EXIF:GPSLongitude": 100.546630555556,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 4.885205889,
+ "EXIF:GPSTimeStamp": "07:54:46",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.007801785048,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 128.9151917,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 128.9151917,
+ "EXIF:GPSDateStamp": "2024:09:13",
+ "EXIF:GPSHPositioningError": 4.757155141,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 3000,
+ "EXIF:ThumbnailLength": 11971,
+ "EXIF:ThumbnailImage": "(Binary data 11971 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 7793642668166,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 289,
+ "MakerNotes:AEAverage": 286,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.007525258231 -0.9808787704 -0.1724381",
+ "MakerNotes:FocusDistanceRange": "0.70703125 0.33984375",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 53.6057854,
+ "MakerNotes:PhotoIdentifier": "3CAA1649-9608-4C2A-9776-704F7CC1672D",
+ "MakerNotes:FocusPosition": 98,
+ "MakerNotes:HDRGain": 0.004872500898,
+ "MakerNotes:AFMeasuredDepth": 51,
+ "MakerNotes:AFConfidence": 100,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 248390,
+ "MPF:MPImageStart": 3998629,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 248390 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 7793.642668166,
+ "Composite:Aperture": 1.779999971,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.54767191062647,
+ "Composite:ShutterSpeed": 0.003174603175,
+ "Composite:SubSecCreateDate": "2024:09:13 14:54:47.717+07:00",
+ "Composite:SubSecDateTimeOriginal": "2024:09:13 14:54:47.717+07:00",
+ "Composite:SubSecModifyDate": "2024:09:13 14:54:47+07:00",
+ "Composite:GPSAltitude": 4.885205889,
+ "Composite:GPSDateTime": "2024:09:13 07:54:46Z",
+ "Composite:GPSLatitude": 13.7464805555556,
+ "Composite:GPSLongitude": 100.546630555556,
+ "Composite:CircleOfConfusion": "0.00846928954700348",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "13.7464805555556 100.546630555556",
+ "Composite:HyperfocalDistance": 3.03576820929776,
+ "Composite:LightValue": 10.2848905484685,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.765mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.2.1",
+ "EXIF:ModifyDate": "2024:02:25 02:20:46",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.025,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 640,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:02:25 02:20:46",
+ "EXIF:CreateDate": "2024:02:25 02:20:46",
+ "EXIF:OffsetTime": "Z",
+ "EXIF:OffsetTimeOriginal": "Z",
+ "EXIF:OffsetTimeDigitized": "Z",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": 0.0250069999101951,
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": -0.5537019947,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2849 2137 3291 1884",
+ "EXIF:SubSecTimeOriginal": 808,
+ "EXIF:SubSecTimeDigitized": 808,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 16.0662277777778,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 16.6026472222222,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 3.768689265,
+ "EXIF:GPSTimeStamp": "02:20:46",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 0.1022026072,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 219.5399628,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 219.5399628,
+ "EXIF:GPSDateStamp": "2024:02:25",
+ "EXIF:GPSHPositioningError": 4.74133827,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2970,
+ "EXIF:ThumbnailLength": 7191,
+ "EXIF:ThumbnailImage": "(Binary data 7191 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 520570900426666,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 1,
+ "MakerNotes:AETarget": 142,
+ "MakerNotes:AEAverage": 146,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.005781306418 -0.9862914677 -0.1332514286",
+ "MakerNotes:FocusDistanceRange": "1.64453125 2.50390625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 31.94024276,
+ "MakerNotes:PhotoIdentifier": "2CF37A23-D2E5-4880-8D3A-B4CD79CEB4C2",
+ "MakerNotes:FocusPosition": 49,
+ "MakerNotes:HDRGain": 1.700181842,
+ "MakerNotes:AFMeasuredDepth": 1064,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=0,_2=0,_3=0}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 274287,
+ "MPF:MPImageStart": 4363041,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 274287 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 520570.900426666,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.025,
+ "Composite:SubSecCreateDate": "2024:02:25 02:20:46.808",
+ "Composite:SubSecDateTimeOriginal": "2024:02:25 02:20:46.808",
+ "Composite:GPSAltitude": 3.768689265,
+ "Composite:GPSDateTime": "2024:02:25 02:20:46Z",
+ "Composite:GPSLatitude": 16.0662277777778,
+ "Composite:GPSLongitude": -16.6026472222222,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "16.0662277777778 -16.6026472222222",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 4.30761067215807,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ },
+ {
+ "File:FileType": "JPEG",
+ "File:FileTypeExtension": "JPG",
+ "File:MIMEType": "image/jpeg",
+ "File:ExifByteOrder": "MM",
+ "File:ImageWidth": 5712,
+ "File:ImageHeight": 4284,
+ "File:EncodingProcess": 0,
+ "File:BitsPerSample": 8,
+ "File:ColorComponents": 3,
+ "File:YCbCrSubSampling": "2 2",
+ "JFIF:JFIFVersion": "1 1",
+ "JFIF:ResolutionUnit": 1,
+ "JFIF:XResolution": 300,
+ "JFIF:YResolution": 300,
+ "EXIF:Make": "Apple",
+ "EXIF:Model": "iPhone 15 Pro Max",
+ "EXIF:Orientation": 6,
+ "EXIF:XResolution": 72,
+ "EXIF:YResolution": 72,
+ "EXIF:ResolutionUnit": 2,
+ "EXIF:Software": "17.3.1",
+ "EXIF:ModifyDate": "2024:02:29 14:47:59",
+ "EXIF:HostComputer": "iPhone 15 Pro Max",
+ "EXIF:YCbCrPositioning": 1,
+ "EXIF:ExposureTime": 0.0001259921885,
+ "EXIF:FNumber": 1.78,
+ "EXIF:ExposureProgram": 2,
+ "EXIF:ISO": 80,
+ "EXIF:ExifVersion": "0232",
+ "EXIF:DateTimeOriginal": "2024:02:29 14:47:59",
+ "EXIF:CreateDate": "2024:02:29 14:47:59",
+ "EXIF:OffsetTime": "Z",
+ "EXIF:OffsetTimeOriginal": "Z",
+ "EXIF:OffsetTimeDigitized": "Z",
+ "EXIF:ComponentsConfiguration": "1 2 3 0",
+ "EXIF:ShutterSpeedValue": "0.000125999999635305",
+ "EXIF:ApertureValue": 1.78000000038041,
+ "EXIF:BrightnessValue": 10.61739061,
+ "EXIF:ExposureCompensation": 0,
+ "EXIF:MeteringMode": 5,
+ "EXIF:Flash": 16,
+ "EXIF:FocalLength": 6.86,
+ "EXIF:SubjectArea": "2849 2137 3291 1884",
+ "EXIF:SubSecTimeOriginal": 655,
+ "EXIF:SubSecTimeDigitized": 655,
+ "EXIF:FlashpixVersion": "0100",
+ "EXIF:ColorSpace": 65535,
+ "EXIF:ExifImageWidth": 5712,
+ "EXIF:ExifImageHeight": 4284,
+ "EXIF:SensingMethod": 2,
+ "EXIF:SceneType": 1,
+ "EXIF:ExposureMode": 0,
+ "EXIF:WhiteBalance": 0,
+ "EXIF:FocalLengthIn35mmFormat": 24,
+ "EXIF:SceneCaptureType": 0,
+ "EXIF:LensInfo": "2.220000029 15.65999985 1.779999971 2.8",
+ "EXIF:LensMake": "Apple",
+ "EXIF:LensModel": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "EXIF:CompositeImage": 2,
+ "EXIF:GPSLatitudeRef": "N",
+ "EXIF:GPSLatitude": 14.7439305555556,
+ "EXIF:GPSLongitudeRef": "W",
+ "EXIF:GPSLongitude": 17.4478861111111,
+ "EXIF:GPSAltitudeRef": 0,
+ "EXIF:GPSAltitude": 14.88197709,
+ "EXIF:GPSTimeStamp": "14:47:59",
+ "EXIF:GPSSpeedRef": "K",
+ "EXIF:GPSSpeed": 1.402800442,
+ "EXIF:GPSImgDirectionRef": "M",
+ "EXIF:GPSImgDirection": 190.7642669,
+ "EXIF:GPSDestBearingRef": "M",
+ "EXIF:GPSDestBearing": 190.7642669,
+ "EXIF:GPSDateStamp": "2024:02:29",
+ "EXIF:GPSHPositioningError": 5.420252896,
+ "EXIF:Compression": 6,
+ "EXIF:ThumbnailOffset": 2976,
+ "EXIF:ThumbnailLength": 6844,
+ "EXIF:ThumbnailImage": "(Binary data 6844 bytes, use -b option to extract)",
+ "MakerNotes:MakerNoteVersion": 14,
+ "MakerNotes:RunTimeFlags": 1,
+ "MakerNotes:RunTimeValue": 824186479541,
+ "MakerNotes:RunTimeScale": 1000000000,
+ "MakerNotes:RunTimeEpoch": 0,
+ "MakerNotes:AEStable": 0,
+ "MakerNotes:AETarget": 208,
+ "MakerNotes:AEAverage": 199,
+ "MakerNotes:AFStable": 1,
+ "MakerNotes:AccelerationVector": "-0.0301022157 -1.023581148 0.09081593901",
+ "MakerNotes:FocusDistanceRange": "0.6171875 0.8515625",
+ "MakerNotes:ImageCaptureType": 12,
+ "MakerNotes:LivePhotoVideoIndex": 8595185700,
+ "MakerNotes:HDRHeadroom": 1.00999999,
+ "MakerNotes:SignalToNoiseRatio": 65.71414944,
+ "MakerNotes:PhotoIdentifier": "F01CE7D8-731F-46FD-83C4-428D1220D474",
+ "MakerNotes:FocusPosition": 51,
+ "MakerNotes:HDRGain": 0.003086788347,
+ "MakerNotes:AFMeasuredDepth": 1064,
+ "MakerNotes:AFConfidence": 0,
+ "MakerNotes:SemanticStyle": "{_0=1,_1=-0.5,_2=0,_3=3}",
+ "MakerNotes:FrontFacingCamera": 0,
+ "MPF:MPFVersion": "0100",
+ "MPF:NumberOfImages": 2,
+ "MPF:MPImageFlags": 0,
+ "MPF:MPImageFormat": 0,
+ "MPF:MPImageType": 0,
+ "MPF:MPImageLength": 174609,
+ "MPF:MPImageStart": 3390338,
+ "MPF:DependentImage1EntryNumber": 0,
+ "MPF:DependentImage2EntryNumber": 0,
+ "MPF:MPImage2": "(Binary data 174609 bytes, use -b option to extract)",
+ "Composite:RunTimeSincePowerUp": 824.186479541,
+ "Composite:Aperture": 1.78,
+ "Composite:ImageSize": "5712 4284",
+ "Composite:Megapixels": 24.470208,
+ "Composite:ScaleFactor35efl": 3.49854227405248,
+ "Composite:ShutterSpeed": 0.0001259921885,
+ "Composite:SubSecCreateDate": "2024:02:29 14:47:59.655",
+ "Composite:SubSecDateTimeOriginal": "2024:02:29 14:47:59.655",
+ "Composite:GPSAltitude": 14.88197709,
+ "Composite:GPSDateTime": "2024:02:29 14:47:59Z",
+ "Composite:GPSLatitude": 14.7439305555556,
+ "Composite:GPSLongitude": -17.4478861111111,
+ "Composite:CircleOfConfusion": "0.00858822282975103",
+ "Composite:FOV": 73.7398575770811,
+ "Composite:FocalLength35efl": 24,
+ "Composite:GPSPosition": "14.7439305555556 -17.4478861111111",
+ "Composite:HyperfocalDistance": 3.07839911145579,
+ "Composite:LightValue": 14.9400606672351,
+ "Composite:LensID": "iPhone 15 Pro Max back triple camera 6.86mm f/1.78",
+ "_instaraw_icc_profile_file": "iphone_15_pro_max.icc"
+ }
+]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.npz b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.npz
new file mode 100644
index 0000000000000000000000000000000000000000..11f690847b9841da2fece59b38595c0ebb88ba0e
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/authenticity_profiles/iphone_15_pro_max.npz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3223228cd26112bc9bd06d1587bce91f604537aab10e7bfb643ccc39291c3fa5
+size 563974
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/color_profiles/sRGB_IEC61966-2-1_no_black_scaling.icc b/custom_nodes/ComfyUI_INSTARAW/modules/color_profiles/sRGB_IEC61966-2-1_no_black_scaling.icc
new file mode 100644
index 0000000000000000000000000000000000000000..d0ef5738a80ac5d549a473dba7904b1e2b3ec61f
Binary files /dev/null and b/custom_nodes/ComfyUI_INSTARAW/modules/color_profiles/sRGB_IEC61966-2-1_no_black_scaling.icc differ
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/__init__.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/DJI_O3AirUnit_CineonFilmLog_minimal_natural_sunrise_snow_forest_glow_1.DJI_0064_stabilized_4.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/DJI_O3AirUnit_CineonFilmLog_minimal_natural_sunrise_snow_forest_glow_1.DJI_0064_stabilized_4.cube
new file mode 100644
index 0000000000000000000000000000000000000000..b5578f0cd96d26bf28a12cde8b49909a5e380623
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/DJI_O3AirUnit_CineonFilmLog_minimal_natural_sunrise_snow_forest_glow_1.DJI_0064_stabilized_4.cube
@@ -0,0 +1,4916 @@
+TITLE "Generated by Resolve"
+LUT_3D_SIZE 17
+
+0.0794995 0.0800641 0.104372
+0.0868849 0.0827649 0.0974289
+0.0880598 0.0878767 0.0883192
+0.100267 0.0894484 0.0985885
+0.149691 0.0856641 0.107118
+0.213153 0.0837873 0.104829
+0.280171 0.0801709 0.0982071
+0.342794 0.0749218 0.0895399
+0.410254 0.0686961 0.079469
+0.481758 0.0611734 0.0675059
+0.557565 0.0530404 0.0507668
+0.634104 0.0438849 0.0356451
+0.720058 0.0350347 0.0209201
+0.813443 0.0265812 0.00666819
+0.893828 0.019089 0.00404364
+0.941665 0.0172885 0
+0.957916 0.0163272 0
+0.0868696 0.0935073 0.111498
+0.0965744 0.0948043 0.115785
+0.101228 0.0988937 0.106294
+0.117418 0.0996872 0.109957
+0.1635 0.09691 0.11043
+0.226062 0.0952926 0.105394
+0.294377 0.0914168 0.0971084
+0.358099 0.0866102 0.0860609
+0.424689 0.0804913 0.0748302
+0.496254 0.0732891 0.0618296
+0.570504 0.065156 0.0477302
+0.646372 0.0567483 0.0332494
+0.73196 0.0488594 0.0193484
+0.821576 0.0417182 0.00688182
+0.895323 0.0367285 0
+0.943771 0.0339361 0
+0.959426 0.0330053 0
+0.0923018 0.108309 0.117113
+0.102388 0.109056 0.1196
+0.113161 0.110338 0.125185
+0.116854 0.116762 0.11693
+0.1691 0.112352 0.114977
+0.235325 0.109667 0.104875
+0.304845 0.105165 0.0939956
+0.369833 0.0999008 0.0829175
+0.436377 0.0938125 0.070985
+0.507347 0.0868238 0.0579538
+0.579644 0.0791791 0.044007
+0.654612 0.071519 0.0298466
+0.738125 0.0645151 0.0173037
+0.824475 0.0585641 0.00622568
+0.895171 0.0544594 0
+0.943435 0.0517128 0
+0.959228 0.0508278 0
+0.0961929 0.131243 0.121889
+0.107851 0.13228 0.123537
+0.12015 0.13286 0.128038
+0.135073 0.134661 0.135882
+0.165347 0.137789 0.138552
+0.236789 0.134066 0.10901
+0.311971 0.127855 0.0915389
+0.379171 0.12195 0.0782177
+0.445686 0.115663 0.0653544
+0.516411 0.109041 0.0521859
+0.586587 0.102007 0.03888
+0.659251 0.0953078 0.0263828
+0.739605 0.0897231 0.0154421
+0.822019 0.0848402 0.00643931
+0.892622 0.0807507 0
+0.941299 0.0780194 0
+0.957122 0.076936 0
+0.0949569 0.179461 0.123552
+0.108492 0.179797 0.123674
+0.122255 0.180209 0.12575
+0.142916 0.179828 0.132387
+0.182071 0.178317 0.161501
+0.223804 0.184268 0.158404
+0.295323 0.18088 0.114794
+0.370535 0.172702 0.0838331
+0.441917 0.165255 0.0643626
+0.513497 0.158175 0.049424
+0.582345 0.15172 0.0372473
+0.651896 0.146258 0.0267185
+0.729595 0.140932 0.0170596
+0.813107 0.135714 0.00770581
+0.884749 0.131533 0
+0.933913 0.128389 0
+0.949966 0.127398 0
+0.0806134 0.254856 0.11545
+0.0966354 0.254704 0.114717
+0.113069 0.253971 0.115434
+0.135958 0.252934 0.118914
+0.182162 0.249882 0.136141
+0.243381 0.245304 0.187045
+0.284031 0.250889 0.194049
+0.329488 0.254108 0.172183
+0.392798 0.251011 0.131029
+0.468467 0.243565 0.0920272
+0.547814 0.235309 0.0637522
+0.621302 0.227466 0.043595
+0.699855 0.220722 0.0282902
+0.787823 0.214298 0.0153964
+0.862211 0.208972 0.0059205
+0.913207 0.205554 0
+0.929824 0.204028 0
+0.0662852 0.333776 0.108064
+0.0844434 0.33254 0.107607
+0.102907 0.331334 0.10837
+0.128695 0.329381 0.111421
+0.174792 0.326284 0.123079
+0.247196 0.318425 0.166018
+0.30428 0.314931 0.219211
+0.339483 0.319814 0.231525
+0.376593 0.325399 0.225238
+0.425528 0.328054 0.199939
+0.492378 0.325536 0.154955
+0.570626 0.318853 0.108537
+0.649546 0.310384 0.0725719
+0.740185 0.301854 0.0458991
+0.820203 0.295338 0.0282139
+0.874983 0.290578 0.0178988
+0.892729 0.288746 0.0145418
+0.0618143 0.40087 0.108324
+0.080415 0.399771 0.107958
+0.0990921 0.398276 0.10837
+0.12517 0.39617 0.110506
+0.17203 0.393256 0.119692
+0.239872 0.387717 0.146319
+0.311315 0.378408 0.206546
+0.357443 0.377569 0.247395
+0.39237 0.382315 0.26186
+0.428458 0.388373 0.260288
+0.473243 0.393469 0.243687
+0.532525 0.394537 0.209003
+0.600122 0.390936 0.160845
+0.682216 0.383948 0.113375
+0.765118 0.376593 0.079881
+0.823453 0.371252 0.0603342
+0.842603 0.36939 0.0544289
+0.0576333 0.467811 0.108873
+0.0763561 0.466407 0.108324
+0.0951705 0.464881 0.108476
+0.121614 0.462974 0.110048
+0.169131 0.459586 0.117357
+0.234974 0.45536 0.137484
+0.306615 0.447211 0.181994
+0.366125 0.439994 0.237644
+0.409842 0.440024 0.274678
+0.445121 0.444984 0.290913
+0.48246 0.451606 0.292149
+0.526177 0.457771 0.280629
+0.575921 0.461036 0.25452
+0.638056 0.460288 0.214313
+0.706844 0.456657 0.171099
+0.763653 0.452369 0.140642
+0.782757 0.450431 0.130938
+0.0529793 0.537774 0.109316
+0.071931 0.536324 0.108629
+0.090959 0.535042 0.108659
+0.117494 0.53283 0.109651
+0.165927 0.529534 0.115587
+0.231708 0.525429 0.13228
+0.299184 0.519478 0.163394
+0.363485 0.511254 0.213062
+0.419547 0.505241 0.265675
+0.462409 0.505531 0.302495
+0.500816 0.510918 0.32015
+0.538705 0.517845 0.323461
+0.577279 0.524269 0.316304
+0.623026 0.529213 0.297047
+0.673396 0.530755 0.269795
+0.71725 0.529976 0.245274
+0.733364 0.529366 0.236545
+0.0478828 0.612192 0.109789
+0.0671244 0.610681 0.10901
+0.0862593 0.609079 0.108797
+0.113115 0.607111 0.109438
+0.16199 0.603372 0.114076
+0.228626 0.59913 0.128374
+0.293797 0.594919 0.152789
+0.355535 0.588129 0.189502
+0.418265 0.579782 0.240986
+0.473152 0.574578 0.294163
+0.518929 0.575265 0.330724
+0.557351 0.58053 0.349248
+0.592126 0.587533 0.35494
+0.630396 0.594339 0.350942
+0.669596 0.599435 0.339803
+0.702068 0.601907 0.327245
+0.714244 0.602029 0.321798
+0.0423133 0.689464 0.110201
+0.0619059 0.687785 0.10927
+0.0813153 0.686427 0.108965
+0.108263 0.684092 0.109209
+0.157534 0.680232 0.112902
+0.225589 0.67599 0.125246
+0.289754 0.672007 0.145815
+0.348486 0.667201 0.173754
+0.410651 0.659586 0.215213
+0.472969 0.650965 0.270253
+0.530098 0.646372 0.323201
+0.574243 0.647379 0.359121
+0.610269 0.652399 0.379721
+0.648157 0.659495 0.387976
+0.683146 0.665537 0.387488
+0.711116 0.669306 0.383246
+0.721187 0.670329 0.381003
+0.0364843 0.766674 0.11043
+0.0565805 0.765042 0.109239
+0.076173 0.763302 0.108934
+0.103456 0.761028 0.108965
+0.153262 0.757168 0.111986
+0.222019 0.752346 0.122591
+0.286702 0.748684 0.140856
+0.343038 0.74464 0.163668
+0.402243 0.738628 0.196002
+0.466163 0.73022 0.24361
+0.531472 0.721752 0.301793
+0.584939 0.717693 0.3523
+0.627924 0.719341 0.388556
+0.66836 0.724315 0.408728
+0.70396 0.730053 0.416587
+0.731197 0.734417 0.41854
+0.740017 0.735393 0.418448
+0.0299687 0.845624 0.110735
+0.0508278 0.843488 0.109514
+0.0707256 0.841901 0.108858
+0.0982071 0.839338 0.108858
+0.148165 0.835172 0.11107
+0.217853 0.830411 0.120211
+0.283101 0.826307 0.136446
+0.338613 0.822736 0.156298
+0.395407 0.818296 0.182834
+0.456962 0.811063 0.220935
+0.525536 0.801984 0.274327
+0.5879 0.794125 0.332967
+0.639933 0.790906 0.381933
+0.687556 0.792752 0.415442
+0.727611 0.796826 0.432807
+0.754726 0.800259 0.441978
+0.763516 0.801419 0.444526
+0.0233158 0.912032 0.11165
+0.045655 0.909712 0.109941
+0.0657969 0.907759 0.109071
+0.0931716 0.905165 0.108568
+0.14342 0.901213 0.110262
+0.213184 0.896101 0.118105
+0.279484 0.891966 0.132937
+0.335119 0.888808 0.151171
+0.390005 0.884947 0.174182
+0.449592 0.879301 0.206302
+0.517494 0.870787 0.252506
+0.584787 0.861234 0.311589
+0.64564 0.854047 0.371923
+0.702586 0.851164 0.42211
+0.74847 0.852186 0.455787
+0.777615 0.85449 0.476631
+0.786572 0.855192 0.482612
+0.0178988 0.957214 0.112001
+0.0415656 0.954299 0.109758
+0.0620737 0.952468 0.108827
+0.0892348 0.950027 0.108415
+0.139132 0.945983 0.109621
+0.209064 0.94107 0.116564
+0.276188 0.936934 0.130404
+0.33196 0.933761 0.147555
+0.386404 0.930449 0.169024
+0.445289 0.925002 0.199741
+0.514076 0.916121 0.246311
+0.585733 0.904814 0.310597
+0.651942 0.894743 0.379232
+0.716426 0.888792 0.439368
+0.766476 0.887648 0.485954
+0.797192 0.888716 0.514458
+0.806683 0.889342 0.523308
+0.0157778 0.971923 0.111696
+0.0397803 0.969024 0.109453
+0.0603647 0.967132 0.108659
+0.0870375 0.964736 0.107958
+0.136797 0.9608 0.109117
+0.206058 0.955886 0.115633
+0.273808 0.951705 0.129015
+0.330144 0.948608 0.145983
+0.384619 0.945174 0.167498
+0.444587 0.939223 0.200381
+0.514366 0.929992 0.248615
+0.586786 0.918151 0.31397
+0.655039 0.907332 0.385458
+0.721828 0.90045 0.448325
+0.773144 0.898528 0.49868
+0.804807 0.899245 0.530297
+0.81442 0.899794 0.540032
+0.0803082 0.0808728 0.112398
+0.0889448 0.0832074 0.107439
+0.0903487 0.0886244 0.0937514
+0.0949874 0.093431 0.0957351
+0.142412 0.0892042 0.114824
+0.212543 0.0847791 0.117632
+0.28217 0.0803235 0.113207
+0.345449 0.0747692 0.106264
+0.412924 0.0683604 0.0978866
+0.484932 0.0606241 0.0876631
+0.561547 0.0517586 0.0756542
+0.638682 0.042359 0.0627909
+0.725765 0.033051 0.050248
+0.819089 0.0246128 0.0381781
+0.896513 0.0184939 0.0288548
+0.94493 0.0163882 0.0163882
+0.961685 0.0156558 0.0156558
+0.0876631 0.094377 0.120867
+0.0984817 0.0955367 0.120394
+0.102113 0.100404 0.105608
+0.108751 0.104234 0.109377
+0.161227 0.0985885 0.121263
+0.227863 0.0957351 0.118532
+0.296071 0.0916609 0.11133
+0.360342 0.0865187 0.102693
+0.427253 0.0803235 0.0925917
+0.498619 0.0730297 0.0809186
+0.57171 0.0654917 0.0648508
+0.647639 0.0572061 0.050782
+0.732631 0.049424 0.0374151
+0.821927 0.0424811 0.0250401
+0.895201 0.037644 0.0159152
+0.943343 0.0348821 0.0103914
+0.959045 0.0340124 0.00862135
+0.0925917 0.108705 0.127047
+0.104326 0.109712 0.12781
+0.115023 0.111131 0.130312
+0.118685 0.11754 0.119142
+0.17438 0.111696 0.125414
+0.239048 0.109148 0.11931
+0.308354 0.104738 0.110445
+0.372671 0.0997635 0.0992142
+0.438636 0.0936904 0.0881208
+0.509728 0.0867933 0.0758373
+0.581628 0.0791943 0.062562
+0.656214 0.0715953 0.0493324
+0.739925 0.0647593 0.0372168
+0.825498 0.0589151 0.0265507
+0.89601 0.0548562 0.0187686
+0.94435 0.0521859 0.0135195
+0.960235 0.0512245 0.0117037
+0.0970321 0.132113 0.133761
+0.10956 0.132784 0.133883
+0.121935 0.133623 0.136492
+0.137362 0.135393 0.141726
+0.171588 0.137072 0.141512
+0.244602 0.132448 0.119692
+0.317159 0.126802 0.106447
+0.383291 0.121157 0.0947585
+0.449424 0.115175 0.082887
+0.519341 0.108614 0.0704967
+0.588891 0.101701 0.0577859
+0.661692 0.0952773 0.0457923
+0.741497 0.0897383 0.0355383
+0.823606 0.0849622 0.0265202
+0.894316 0.0810559 0.0188602
+0.942702 0.0782025 0.0135653
+0.95848 0.0771649 0.0117647
+0.0958572 0.180041 0.137804
+0.110048 0.180438 0.137041
+0.124346 0.180484 0.137652
+0.14461 0.180346 0.14258
+0.18471 0.17882 0.170871
+0.228199 0.183993 0.163973
+0.305623 0.178363 0.119997
+0.379705 0.17052 0.0955367
+0.448859 0.163378 0.0794995
+0.519158 0.156878 0.0664836
+0.586679 0.150896 0.0553902
+0.655695 0.14548 0.0456092
+0.733562 0.14052 0.0363317
+0.816648 0.135485 0.0271
+0.887724 0.131197 0.0192569
+0.936736 0.128359 0.0139162
+0.952651 0.127138 0.0120851
+0.0818036 0.255528 0.131975
+0.0982834 0.254932 0.130587
+0.114931 0.25417 0.130129
+0.138598 0.253285 0.132418
+0.183566 0.250462 0.146929
+0.246052 0.245731 0.197482
+0.2869 0.251255 0.202914
+0.335012 0.25333 0.177188
+0.402502 0.249088 0.134951
+0.478691 0.241062 0.0997024
+0.556085 0.232837 0.0754711
+0.628977 0.225711 0.0581674
+0.707271 0.21912 0.0445716
+0.794308 0.212863 0.0327001
+0.868086 0.208087 0.0234684
+0.918517 0.204471 0.0173037
+0.934966 0.202991 0.015198
+0.0679637 0.333913 0.125521
+0.0864881 0.332799 0.124651
+0.104982 0.331472 0.124483
+0.131075 0.329381 0.126329
+0.177661 0.326528 0.136721
+0.248569 0.31902 0.175937
+0.306615 0.315053 0.229007
+0.341985 0.320256 0.240696
+0.379629 0.325399 0.23267
+0.430671 0.327291 0.204791
+0.501213 0.323903 0.158709
+0.580133 0.316167 0.114214
+0.659602 0.307729 0.0817121
+0.750546 0.299702 0.0580148
+0.829618 0.293126 0.0420233
+0.883436 0.288731 0.0324865
+0.900923 0.287129 0.0294804
+0.0637217 0.401221 0.125811
+0.0824903 0.399802 0.125002
+0.101152 0.398337 0.124727
+0.12755 0.396475 0.125917
+0.174823 0.393133 0.133776
+0.241505 0.388098 0.158434
+0.313344 0.379049 0.215885
+0.359762 0.377707 0.256947
+0.394827 0.382681 0.270954
+0.431098 0.388754 0.268452
+0.477104 0.39321 0.24979
+0.538933 0.393713 0.21323
+0.608331 0.389151 0.164675
+0.692912 0.381369 0.118837
+0.776638 0.374228 0.0879072
+0.834714 0.368826 0.0698863
+0.853529 0.366796 0.0644083
+0.0595254 0.467903 0.126192
+0.0784466 0.466484 0.125353
+0.0972915 0.465202 0.125017
+0.123735 0.46305 0.125673
+0.171862 0.459632 0.131823
+0.237369 0.455604 0.150912
+0.307805 0.447807 0.192111
+0.368292 0.440558 0.24683
+0.412192 0.440223 0.284016
+0.447288 0.445136 0.299718
+0.485069 0.452018 0.300374
+0.52929 0.457725 0.287404
+0.580407 0.460441 0.259495
+0.645335 0.45919 0.218051
+0.717113 0.454612 0.174792
+0.774609 0.450004 0.145357
+0.793942 0.44828 0.136034
+0.0550088 0.538125 0.126589
+0.0741131 0.536614 0.125689
+0.093019 0.535103 0.125185
+0.119692 0.533181 0.125566
+0.168383 0.529503 0.130312
+0.234272 0.525368 0.146227
+0.301015 0.520104 0.175708
+0.364797 0.511818 0.22211
+0.4215 0.505501 0.274601
+0.464866 0.505898 0.311604
+0.502983 0.51107 0.328496
+0.541024 0.518135 0.331289
+0.580026 0.524575 0.323369
+0.62681 0.528908 0.302785
+0.679118 0.530175 0.274418
+0.72488 0.529076 0.249439
+0.741222 0.528054 0.240223
+0.0499123 0.612299 0.126894
+0.0692607 0.610681 0.125917
+0.0883955 0.60943 0.125414
+0.11516 0.607172 0.125414
+0.164218 0.603403 0.129137
+0.23154 0.599313 0.142748
+0.295827 0.595041 0.165988
+0.356817 0.588693 0.200137
+0.419852 0.580545 0.249851
+0.475151 0.574792 0.302861
+0.521355 0.575616 0.33933
+0.559472 0.580804 0.357839
+0.594095 0.58764 0.36318
+0.633036 0.594675 0.358633
+0.672831 0.599435 0.346273
+0.706294 0.601587 0.332753
+0.718975 0.601938 0.327306
+0.0444343 0.689647 0.127214
+0.0641489 0.68809 0.126177
+0.0834058 0.686458 0.125505
+0.110414 0.684352 0.125322
+0.159945 0.680552 0.128191
+0.228153 0.675898 0.139712
+0.292348 0.672251 0.159777
+0.350088 0.667491 0.185962
+0.411795 0.660136 0.224765
+0.474662 0.651667 0.278859
+0.532067 0.64651 0.331456
+0.576211 0.64741 0.367971
+0.612482 0.65275 0.38851
+0.650263 0.659571 0.396139
+0.685618 0.665675 0.395315
+0.714183 0.669612 0.390845
+0.724224 0.670344 0.388266
+0.0387274 0.766903 0.12755
+0.0588388 0.765042 0.126375
+0.0783856 0.763622 0.125658
+0.105592 0.761212 0.125216
+0.155398 0.757198 0.127367
+0.22475 0.752544 0.137331
+0.289158 0.748547 0.155001
+0.345022 0.744701 0.176837
+0.403815 0.7393 0.20708
+0.467292 0.730739 0.252598
+0.532967 0.722103 0.309926
+0.587015 0.71809 0.360861
+0.630045 0.719371 0.397086
+0.670787 0.724651 0.416144
+0.7066 0.730404 0.42356
+0.7337 0.734508 0.425208
+0.742687 0.735759 0.425177
+0.0323491 0.845594 0.12784
+0.0531777 0.843763 0.126528
+0.0729229 0.841901 0.125628
+0.100282 0.839414 0.124987
+0.150454 0.835492 0.126589
+0.220203 0.83032 0.134966
+0.285679 0.826261 0.15082
+0.341054 0.822965 0.170123
+0.397086 0.818463 0.195071
+0.458259 0.811704 0.231022
+0.526802 0.802594 0.282887
+0.589395 0.7944 0.340734
+0.642191 0.791302 0.39057
+0.689891 0.792828 0.422614
+0.730053 0.796857 0.440253
+0.757351 0.800595 0.449821
+0.765972 0.801495 0.452186
+0.0261234 0.912123 0.128115
+0.0479591 0.909697 0.126421
+0.0680552 0.907988 0.12546
+0.0953841 0.905425 0.124666
+0.145449 0.901274 0.125734
+0.215671 0.89633 0.133135
+0.282109 0.892027 0.147478
+0.337484 0.888716 0.165164
+0.392233 0.885252 0.187274
+0.451133 0.879576 0.217548
+0.518578 0.871336 0.261646
+0.586328 0.861875 0.319921
+0.647562 0.854246 0.380499
+0.705104 0.851209 0.429526
+0.751308 0.852415 0.46421
+0.780133 0.854536 0.48481
+0.789197 0.855406 0.490913
+0.0204013 0.957214 0.128328
+0.044007 0.954421 0.126177
+0.0643015 0.95256 0.125078
+0.09131 0.950134 0.124163
+0.14136 0.946212 0.124971
+0.211215 0.941161 0.131548
+0.278584 0.936889 0.14493
+0.334585 0.933791 0.161837
+0.38854 0.930526 0.182361
+0.447013 0.925261 0.21149
+0.515801 0.916609 0.256764
+0.587152 0.905226 0.31931
+0.654002 0.895003 0.388006
+0.71928 0.888914 0.447593
+0.769131 0.887694 0.494148
+0.799924 0.888869 0.522759
+0.809293 0.889479 0.531487
+0.0182803 0.972015 0.128069
+0.0421302 0.96907 0.12578
+0.062623 0.967254 0.124651
+0.0892805 0.96492 0.123766
+0.138796 0.960967 0.124346
+0.208499 0.956008 0.130648
+0.276493 0.951736 0.143694
+0.332631 0.948562 0.160189
+0.387152 0.94522 0.181308
+0.446784 0.939406 0.21268
+0.516045 0.930327 0.259174
+0.588586 0.918517 0.323217
+0.657084 0.907576 0.393927
+0.724514 0.900542 0.456428
+0.776074 0.898619 0.507057
+0.807446 0.899336 0.53843
+0.817014 0.899886 0.548058
+0.0811933 0.0817578 0.121141
+0.0904707 0.083772 0.117556
+0.093492 0.0888685 0.10341
+0.095491 0.0953536 0.0956436
+0.128573 0.0950942 0.118151
+0.208713 0.0870069 0.129335
+0.281453 0.0812848 0.127337
+0.34641 0.0752422 0.121645
+0.414847 0.0685893 0.114321
+0.48658 0.0608225 0.105028
+0.563027 0.0519112 0.0939193
+0.640192 0.0424353 0.0818341
+0.727047 0.0334173 0.0698253
+0.820203 0.024979 0.0583047
+0.897276 0.0188144 0.0492866
+0.947906 0.0155489 0.0437629
+0.964233 0.0148623 0.0421302
+0.0883345 0.0952621 0.13106
+0.099382 0.0963912 0.131167
+0.105653 0.100221 0.118181
+0.106783 0.10663 0.106935
+0.149859 0.103578 0.128969
+0.226032 0.0970932 0.133043
+0.29752 0.0919966 0.128084
+0.362676 0.0864729 0.121111
+0.429419 0.0800641 0.112612
+0.501396 0.0726482 0.102541
+0.575463 0.064332 0.0910201
+0.651652 0.0558022 0.0789349
+0.737728 0.047837 0.0674907
+0.826993 0.0407111 0.0568856
+0.900206 0.0357366 0.049073
+0.94873 0.032929 0.044419
+0.96466 0.0319371 0.0428016
+0.0931868 0.109697 0.138964
+0.105058 0.110552 0.139712
+0.116991 0.111986 0.135805
+0.119402 0.119203 0.11957
+0.169955 0.114015 0.137331
+0.240482 0.10959 0.134524
+0.310002 0.104936 0.126772
+0.374792 0.0996262 0.117891
+0.441077 0.0935073 0.107866
+0.511879 0.0865339 0.0965133
+0.581994 0.0798199 0.0798199
+0.657206 0.0720836 0.0681773
+0.740291 0.0653391 0.0561379
+0.825406 0.0596628 0.0454719
+0.895933 0.0557565 0.0375067
+0.944015 0.0530404 0.0320439
+0.959915 0.0521248 0.0301976
+0.0972305 0.133028 0.147448
+0.110338 0.133684 0.14728
+0.123964 0.134035 0.147311
+0.13962 0.135988 0.148379
+0.180346 0.135576 0.145983
+0.250309 0.131136 0.134813
+0.320821 0.126146 0.123339
+0.386679 0.12079 0.11281
+0.451987 0.114855 0.101747
+0.521752 0.108461 0.0899977
+0.590906 0.101717 0.0777905
+0.663142 0.0953078 0.0661631
+0.743038 0.0900435 0.0561837
+0.824979 0.0853437 0.0471809
+0.895308 0.0813153 0.0394598
+0.943801 0.0786145 0.0341955
+0.959518 0.0775616 0.0323644
+0.0960555 0.181048 0.153948
+0.110948 0.180972 0.152636
+0.126024 0.180835 0.151888
+0.147021 0.180789 0.154513
+0.187182 0.17908 0.180453
+0.234257 0.183246 0.168292
+0.315908 0.175784 0.12871
+0.38764 0.168353 0.110216
+0.4551 0.161959 0.0969253
+0.523919 0.155779 0.0852979
+0.590112 0.150072 0.0749828
+0.659113 0.145083 0.0655985
+0.73669 0.140108 0.0564584
+0.819318 0.135164 0.0473335
+0.89041 0.131167 0.0396429
+0.939086 0.128145 0.0342565
+0.954955 0.126955 0.0324102
+0.0823682 0.256001 0.150225
+0.0995193 0.255482 0.14847
+0.116686 0.254627 0.147189
+0.140856 0.253315 0.147509
+0.185473 0.251118 0.159228
+0.248493 0.245823 0.207858
+0.289754 0.25127 0.211307
+0.341833 0.252415 0.181857
+0.413031 0.246387 0.139742
+0.488838 0.238209 0.109545
+0.564004 0.230716 0.0894484
+0.63592 0.223743 0.0743572
+0.714168 0.217639 0.06215
+0.800366 0.211856 0.0511635
+0.873259 0.206958 0.0423285
+0.923384 0.203677 0.0364385
+0.939696 0.202335 0.0344549
+0.0691997 0.334432 0.144625
+0.0881971 0.332937 0.143374
+0.107027 0.331426 0.14258
+0.133425 0.329641 0.142992
+0.180499 0.326375 0.151415
+0.249866 0.319585 0.186221
+0.309239 0.315404 0.23917
+0.344335 0.320394 0.249821
+0.383001 0.325277 0.239887
+0.436927 0.326497 0.2094
+0.510781 0.321553 0.162554
+0.589914 0.313634 0.121462
+0.66952 0.305241 0.0928054
+0.760372 0.297261 0.0715801
+0.838529 0.291264 0.0573434
+0.891585 0.286915 0.0485695
+0.908888 0.285191 0.0457313
+0.0651408 0.401389 0.144717
+0.0843214 0.399939 0.143664
+0.103288 0.398581 0.142977
+0.129625 0.39649 0.142931
+0.177691 0.393149 0.149111
+0.243503 0.388617 0.17145
+0.315038 0.379461 0.225147
+0.362295 0.377997 0.266819
+0.397162 0.382849 0.28011
+0.433661 0.3888 0.276463
+0.481621 0.393042 0.255833
+0.545647 0.392355 0.217197
+0.61735 0.386801 0.16875
+0.704585 0.378836 0.125582
+0.788266 0.371405 0.0970779
+0.845609 0.366201 0.0810559
+0.864164 0.364462 0.0762341
+0.0611582 0.468284 0.145052
+0.0803693 0.466712 0.143984
+0.0993668 0.465171 0.143236
+0.125917 0.463325 0.143008
+0.174487 0.459693 0.147585
+0.239765 0.455558 0.165118
+0.30927 0.448631 0.202731
+0.370199 0.440833 0.256016
+0.414511 0.440299 0.293507
+0.449714 0.445518 0.308797
+0.487495 0.45211 0.308446
+0.532586 0.457572 0.294087
+0.58558 0.459907 0.264408
+0.6533 0.457481 0.221393
+0.728344 0.452552 0.179126
+0.78645 0.447639 0.150546
+0.805875 0.445548 0.141543
+0.0566567 0.538216 0.145251
+0.0760052 0.536614 0.144183
+0.0951858 0.535332 0.143481
+0.121736 0.533181 0.143008
+0.170642 0.529503 0.146441
+0.237171 0.525475 0.161135
+0.302617 0.520409 0.18819
+0.366125 0.512444 0.231495
+0.423636 0.505959 0.283986
+0.467124 0.505943 0.320653
+0.505318 0.511299 0.337072
+0.543359 0.518349 0.339223
+0.582666 0.524529 0.330236
+0.631159 0.528756 0.308537
+0.685374 0.529244 0.278691
+0.732998 0.527687 0.253178
+0.750179 0.52668 0.243809
+0.0517128 0.612543 0.145495
+0.0712902 0.610986 0.144427
+0.0905165 0.609354 0.143618
+0.117327 0.607416 0.143038
+0.166629 0.603677 0.145586
+0.23415 0.599145 0.15787
+0.298222 0.595346 0.179904
+0.358297 0.589395 0.211124
+0.421164 0.581018 0.258793
+0.477394 0.575235 0.311803
+0.523537 0.575647 0.348058
+0.561456 0.58085 0.366796
+0.596292 0.587991 0.371878
+0.635538 0.594659 0.36643
+0.676204 0.599237 0.352819
+0.71104 0.601465 0.338491
+0.724041 0.601419 0.332448
+0.0463111 0.689845 0.145693
+0.0661479 0.688075 0.144518
+0.0856031 0.686702 0.14374
+0.11252 0.684413 0.142962
+0.162066 0.680537 0.144778
+0.23093 0.676036 0.15523
+0.294774 0.672129 0.174197
+0.351781 0.667674 0.19852
+0.413184 0.660914 0.234836
+0.476081 0.652079 0.28748
+0.534035 0.646616 0.339818
+0.578424 0.6477 0.377279
+0.614527 0.65275 0.397223
+0.652491 0.659678 0.404089
+0.688273 0.665904 0.403128
+0.71722 0.669581 0.398291
+0.727489 0.670558 0.395758
+0.0406653 0.766918 0.145892
+0.0609445 0.765301 0.144686
+0.0805524 0.763546 0.143771
+0.107713 0.761273 0.142885
+0.157641 0.757458 0.144183
+0.227131 0.752422 0.152941
+0.291798 0.748516 0.169833
+0.347341 0.744945 0.190494
+0.405371 0.739528 0.21857
+0.468574 0.731472 0.261967
+0.534722 0.722713 0.318303
+0.588876 0.718151 0.36965
+0.632425 0.719631 0.405371
+0.673014 0.724651 0.423423
+0.709072 0.730434 0.430549
+0.736416 0.734829 0.432105
+0.745296 0.735821 0.431891
+0.0344854 0.845853 0.14609
+0.0552834 0.843702 0.144656
+0.0751659 0.8421 0.143725
+0.102464 0.839567 0.142672
+0.152422 0.835462 0.143404
+0.22269 0.830518 0.150927
+0.288289 0.826215 0.165881
+0.343404 0.822797 0.184237
+0.399023 0.818891 0.207538
+0.459525 0.812207 0.241398
+0.527932 0.803052 0.291585
+0.591119 0.794965 0.348852
+0.644236 0.791348 0.398856
+0.692271 0.792813 0.429984
+0.73283 0.797147 0.448371
+0.759854 0.800626 0.45774
+0.76849 0.801541 0.460075
+0.0284276 0.912062 0.14612
+0.0501717 0.90988 0.144503
+0.0702525 0.907927 0.143404
+0.0974594 0.905394 0.14226
+0.147646 0.901518 0.142672
+0.217838 0.896284 0.149096
+0.28455 0.891875 0.162661
+0.340139 0.888777 0.17969
+0.394308 0.885252 0.200412
+0.452644 0.879957 0.22887
+0.519905 0.872084 0.271229
+0.58761 0.862303 0.328161
+0.649638 0.854536 0.389319
+0.708034 0.851408 0.437675
+0.753933 0.852415 0.472618
+0.782834 0.854719 0.493278
+0.791791 0.855512 0.499168
+0.0227512 0.957275 0.146258
+0.0461738 0.954452 0.144091
+0.0665141 0.952575 0.142916
+0.0935378 0.950286 0.141787
+0.143359 0.946303 0.141878
+0.213626 0.941299 0.147662
+0.281239 0.936934 0.160327
+0.337057 0.933715 0.176394
+0.390997 0.930648 0.195987
+0.449042 0.925536 0.223758
+0.517296 0.917006 0.267262
+0.588846 0.905699 0.328481
+0.656184 0.895293 0.396597
+0.721935 0.889006 0.455817
+0.772091 0.887816 0.502724
+0.802594 0.888945 0.531106
+0.811933 0.88957 0.539788
+0.0205692 0.972061 0.145937
+0.0443885 0.969146 0.143664
+0.0648966 0.967315 0.142504
+0.0913863 0.965011 0.141268
+0.141039 0.961135 0.14136
+0.210758 0.95613 0.146731
+0.278889 0.95172 0.158999
+0.335302 0.948562 0.174975
+0.389593 0.945205 0.195148
+0.448798 0.939544 0.225132
+0.518059 0.930678 0.270314
+0.590143 0.918914 0.332296
+0.659175 0.907835 0.401984
+0.727535 0.900664 0.465064
+0.778866 0.89868 0.515389
+0.810162 0.899443 0.546731
+0.819745 0.900038 0.556435
+0.0823682 0.0829633 0.134325
+0.0923018 0.0847486 0.132387
+0.0978866 0.0887617 0.120714
+0.0986038 0.0967575 0.101961
+0.111925 0.103655 0.113634
+0.193896 0.0932021 0.142184
+0.274754 0.0839246 0.146883
+0.344533 0.0768597 0.144335
+0.414801 0.0694591 0.138598
+0.48809 0.0611582 0.130755
+0.564782 0.052079 0.120851
+0.641947 0.0427253 0.109819
+0.728954 0.0336156 0.0988327
+0.821408 0.0254215 0.0879072
+0.897902 0.019501 0.0792248
+0.948272 0.0161135 0.0739605
+0.96437 0.0155032 0.0721752
+0.0892805 0.0965286 0.14667
+0.100404 0.0975052 0.147433
+0.10956 0.10016 0.138582
+0.110277 0.108125 0.114351
+0.126406 0.113939 0.127199
+0.214725 0.102113 0.150332
+0.293858 0.0941176 0.150637
+0.362142 0.0875257 0.14548
+0.430777 0.0806134 0.138293
+0.502998 0.0729534 0.12932
+0.576852 0.0646067 0.118853
+0.653269 0.0561837 0.10782
+0.738766 0.0482948 0.0970321
+0.827817 0.0413214 0.0869764
+0.900542 0.0365454 0.0794537
+0.948806 0.0336919 0.0746319
+0.964767 0.0327459 0.0729839
+0.093843 0.110933 0.156542
+0.105898 0.111788 0.157992
+0.118593 0.112764 0.155825
+0.123293 0.120333 0.12929
+0.143587 0.124895 0.141558
+0.233204 0.112917 0.156512
+0.3093 0.105989 0.152392
+0.376608 0.0999161 0.145434
+0.443275 0.093431 0.136995
+0.514244 0.0862898 0.127428
+0.586252 0.078584 0.116838
+0.661036 0.0709392 0.105898
+0.744945 0.0640726 0.0958724
+0.830152 0.0582895 0.0868544
+0.900618 0.054139 0.0799573
+0.949126 0.0513466 0.0753185
+0.965057 0.0503548 0.0735485
+0.097612 0.13434 0.168185
+0.110704 0.134813 0.168399
+0.124697 0.135073 0.168338
+0.142794 0.13698 0.158267
+0.171481 0.139742 0.158907
+0.252354 0.131395 0.159335
+0.324163 0.125963 0.150637
+0.389563 0.12047 0.141421
+0.454994 0.114565 0.13167
+0.524498 0.108095 0.121202
+0.593332 0.10132 0.110079
+0.664454 0.0958419 0.0958419
+0.743816 0.0905318 0.0864881
+0.825574 0.085893 0.0772106
+0.896056 0.082063 0.0693523
+0.944259 0.0792706 0.0637369
+0.960189 0.0782177 0.0617227
+0.0957504 0.182193 0.178607
+0.110964 0.182254 0.177356
+0.126955 0.181811 0.175769
+0.149935 0.181048 0.174304
+0.183124 0.183047 0.18323
+0.247242 0.180636 0.173266
+0.327871 0.172412 0.148302
+0.39649 0.166217 0.135424
+0.461524 0.160311 0.124407
+0.528817 0.15462 0.114046
+0.593957 0.149508 0.10457
+0.66244 0.144533 0.0953689
+0.739956 0.139742 0.0863813
+0.822507 0.135134 0.0774548
+0.893019 0.131029 0.0696727
+0.941649 0.128252 0.0643473
+0.957443 0.127108 0.0624094
+0.0822614 0.257221 0.178119
+0.100008 0.256214 0.17583
+0.11812 0.255009 0.173831
+0.143542 0.253727 0.171984
+0.188602 0.251286 0.178393
+0.251972 0.24593 0.222263
+0.294636 0.251423 0.222354
+0.353994 0.24976 0.186801
+0.427832 0.242267 0.150271
+0.502174 0.23473 0.127886
+0.573846 0.227634 0.112337
+0.644663 0.221439 0.0999619
+0.722835 0.215839 0.0892805
+0.807507 0.210254 0.079118
+0.879835 0.205921 0.0708782
+0.92932 0.202579 0.0651102
+0.945464 0.201175 0.063035
+0.0699931 0.334966 0.173388
+0.089601 0.333455 0.171756
+0.109224 0.331838 0.170443
+0.136217 0.329595 0.169131
+0.184604 0.326345 0.173556
+0.251926 0.320653 0.201419
+0.312612 0.315496 0.253346
+0.347997 0.320836 0.262806
+0.388617 0.3252 0.249592
+0.447211 0.324407 0.214771
+0.525505 0.318044 0.169833
+0.603326 0.309468 0.134325
+0.683177 0.301457 0.110964
+0.773602 0.294286 0.0934615
+0.850019 0.288396 0.0810712
+0.90219 0.284306 0.0732433
+0.919127 0.282994 0.0707713
+0.0664378 0.40206 0.173175
+0.0860456 0.400366 0.171695
+0.105562 0.398657 0.170489
+0.132555 0.396689 0.169406
+0.181231 0.393118 0.172122
+0.246296 0.38883 0.190463
+0.317586 0.380316 0.238392
+0.365682 0.378134 0.280629
+0.400443 0.383032 0.292912
+0.437781 0.389059 0.287633
+0.488548 0.392157 0.263371
+0.556435 0.389853 0.221942
+0.631815 0.383337 0.175967
+0.721614 0.374762 0.137057
+0.80415 0.367514 0.112734
+0.860655 0.362692 0.0989242
+0.878874 0.360784 0.0944839
+0.0626383 0.46862 0.173053
+0.0822614 0.466926 0.171695
+0.101823 0.465492 0.170718
+0.12871 0.463249 0.169497
+0.177676 0.459693 0.171267
+0.243656 0.455634 0.185962
+0.310994 0.449363 0.217594
+0.372946 0.441398 0.269001
+0.418036 0.440635 0.307027
+0.452857 0.44567 0.321248
+0.491264 0.452384 0.319738
+0.537957 0.457465 0.303227
+0.593423 0.458488 0.270512
+0.665965 0.454978 0.226413
+0.744717 0.44892 0.185931
+0.803494 0.443671 0.159335
+0.822828 0.44184 0.151339
+0.0583658 0.538491 0.172961
+0.0781262 0.537057 0.171817
+0.0976425 0.535348 0.170718
+0.124697 0.533379 0.16965
+0.173831 0.529717 0.170687
+0.240879 0.525216 0.182589
+0.305394 0.520974 0.206287
+0.368017 0.51342 0.244984
+0.4262 0.506279 0.296712
+0.470588 0.506294 0.333471
+0.508568 0.511559 0.349279
+0.546593 0.518471 0.350484
+0.586877 0.524666 0.339956
+0.637583 0.527947 0.315847
+0.695186 0.527581 0.284291
+0.745922 0.525567 0.258137
+0.763607 0.524086 0.248371
+0.0536355 0.612863 0.173083
+0.0734722 0.611109 0.171786
+0.0931258 0.609659 0.170855
+0.120165 0.607355 0.169619
+0.169497 0.603647 0.170108
+0.237995 0.599207 0.180041
+0.301472 0.59527 0.199557
+0.360204 0.589975 0.226703
+0.423148 0.58201 0.271672
+0.480217 0.575494 0.324056
+0.526726 0.575723 0.360861
+0.564523 0.581216 0.379782
+0.599161 0.588083 0.383856
+0.639338 0.594736 0.377356
+0.681422 0.599207 0.362356
+0.718105 0.600748 0.346029
+0.731594 0.600763 0.339605
+0.0483864 0.690013 0.173022
+0.0685283 0.688457 0.171847
+0.0882124 0.686671 0.170764
+0.115358 0.684321 0.169482
+0.165103 0.680812 0.169711
+0.234302 0.675853 0.177707
+0.298512 0.672099 0.194812
+0.354528 0.668177 0.216297
+0.414847 0.661601 0.249165
+0.478264 0.652964 0.299825
+0.537057 0.647074 0.351904
+0.581323 0.6477 0.390173
+0.617731 0.653086 0.408728
+0.655772 0.659983 0.414603
+0.69189 0.665949 0.413062
+0.721767 0.669795 0.408316
+0.732021 0.670466 0.405509
+0.0429847 0.76733 0.173236
+0.0633707 0.765362 0.171832
+0.083238 0.763622 0.170764
+0.110658 0.761349 0.169512
+0.160433 0.757412 0.169207
+0.230518 0.752575 0.176028
+0.29546 0.748318 0.190921
+0.350484 0.744839 0.209415
+0.407752 0.740185 0.234913
+0.470176 0.732235 0.275196
+0.536797 0.723217 0.329793
+0.591714 0.718563 0.382315
+0.635493 0.719631 0.416175
+0.676188 0.724681 0.433738
+0.712856 0.7308 0.440818
+0.740017 0.73492 0.441871
+0.748959 0.735927 0.441459
+0.0369116 0.845914 0.173114
+0.0578622 0.844022 0.171725
+0.0778821 0.842023 0.170504
+0.105333 0.839429 0.169055
+0.155428 0.835676 0.168612
+0.225711 0.830396 0.174075
+0.291737 0.82591 0.187213
+0.347005 0.822812 0.203998
+0.401709 0.818967 0.22501
+0.461372 0.812879 0.256275
+0.529778 0.804028 0.304051
+0.593179 0.795377 0.360265
+0.647349 0.791669 0.409751
+0.695918 0.793103 0.440986
+0.736355 0.797147 0.459663
+0.763531 0.800931 0.469123
+0.772122 0.801877 0.471366
+0.0311742 0.912291 0.172854
+0.0527504 0.90988 0.171084
+0.0729992 0.907866 0.169802
+0.100481 0.905516 0.168444
+0.150378 0.901473 0.167605
+0.220798 0.896239 0.172229
+0.288106 0.891859 0.184222
+0.343572 0.888518 0.199603
+0.397589 0.88542 0.218631
+0.454932 0.880461 0.244968
+0.521447 0.872816 0.284535
+0.589624 0.863111 0.33991
+0.652476 0.854871 0.400824
+0.711681 0.851423 0.449134
+0.757839 0.852598 0.484718
+0.786465 0.854795 0.504814
+0.795331 0.855589 0.510567
+0.0261845 0.957137 0.172152
+0.0488441 0.954589 0.170184
+0.0693217 0.952697 0.168902
+0.0963912 0.950256 0.167391
+0.146258 0.946426 0.166537
+0.216541 0.941344 0.170611
+0.284428 0.936812 0.181598
+0.340673 0.933623 0.19646
+0.394202 0.930571 0.214267
+0.451591 0.925719 0.240604
+0.519722 0.917525 0.282185
+0.590784 0.906218 0.340688
+0.658961 0.895613 0.40734
+0.725887 0.889143 0.467628
+0.775814 0.887831 0.514214
+0.806287 0.889036 0.542657
+0.81561 0.889738 0.551293
+0.0233158 0.972137 0.171527
+0.0470283 0.969268 0.169177
+0.0675822 0.967361 0.167849
+0.0943465 0.965042 0.166506
+0.143709 0.961212 0.165499
+0.213565 0.956191 0.169314
+0.282292 0.95169 0.180194
+0.338674 0.948409 0.194705
+0.393011 0.945037 0.21355
+0.451835 0.939651 0.242435
+0.520439 0.931044 0.285206
+0.592508 0.919371 0.345022
+0.662303 0.908141 0.41268
+0.731182 0.900755 0.476493
+0.783154 0.899184 0.527687
+0.813901 0.89955 0.558175
+0.823331 0.900145 0.567773
+0.0846418 0.0853437 0.162356
+0.095079 0.086717 0.16228
+0.103883 0.0894026 0.155779
+0.108125 0.0968032 0.13312
+0.110689 0.110246 0.111238
+0.145251 0.11371 0.144183
+0.239048 0.098146 0.173983
+0.322789 0.0857404 0.183597
+0.401816 0.0752117 0.185214
+0.480644 0.0649882 0.181628
+0.5608 0.0546273 0.174578
+0.640848 0.0442512 0.165682
+0.729641 0.0348211 0.155779
+0.822416 0.0265049 0.145815
+0.898802 0.0206149 0.137972
+0.948409 0.0175631 0.132708
+0.964462 0.0167544 0.131075
+0.090898 0.0988174 0.178485
+0.102327 0.0997024 0.180621
+0.113558 0.101244 0.17612
+0.120775 0.107286 0.152636
+0.122393 0.121935 0.122972
+0.162051 0.123339 0.157748
+0.261784 0.106722 0.183764
+0.344427 0.0950179 0.18999
+0.420584 0.0852522 0.188418
+0.497978 0.0758679 0.182849
+0.575158 0.0664836 0.174685
+0.653269 0.0574502 0.164874
+0.739879 0.0493782 0.155016
+0.828733 0.0425269 0.145693
+0.900542 0.0379187 0.138399
+0.948959 0.0351415 0.13373
+0.964858 0.0341497 0.131853
+0.0950484 0.113329 0.191943
+0.10724 0.11397 0.194232
+0.120424 0.114687 0.193973
+0.133883 0.118959 0.175311
+0.134951 0.134417 0.135637
+0.180835 0.133532 0.171557
+0.283131 0.116487 0.192111
+0.363287 0.105684 0.194247
+0.437034 0.0968948 0.190265
+0.512154 0.0883955 0.183093
+0.585855 0.0799573 0.173831
+0.662058 0.0720684 0.164034
+0.745754 0.0652018 0.154437
+0.830167 0.0596628 0.1458
+0.900877 0.0555886 0.139071
+0.949172 0.0527352 0.134127
+0.965133 0.0517281 0.13225
+0.0980697 0.136568 0.207553
+0.111437 0.137057 0.208896
+0.125628 0.137163 0.209613
+0.14667 0.137484 0.205051
+0.153185 0.152377 0.15433
+0.209323 0.147921 0.189075
+0.309056 0.13225 0.200031
+0.384619 0.123522 0.196811
+0.454047 0.116075 0.189853
+0.525536 0.108858 0.181216
+0.595254 0.101915 0.171695
+0.667659 0.0955215 0.162036
+0.746853 0.0903029 0.153521
+0.829587 0.0855573 0.145632
+0.900038 0.0813611 0.138659
+0.948577 0.0784161 0.1337
+0.96466 0.0774548 0.132067
+0.0954147 0.184436 0.225132
+0.110735 0.184176 0.224491
+0.126833 0.183658 0.223545
+0.150851 0.182803 0.222004
+0.189425 0.184726 0.199649
+0.258122 0.178408 0.209506
+0.337728 0.170397 0.202411
+0.404105 0.16466 0.193606
+0.467674 0.159319 0.184665
+0.533913 0.154116 0.175601
+0.597772 0.149065 0.166476
+0.666529 0.14432 0.157626
+0.744335 0.13962 0.14902
+0.824674 0.13579 0.13579
+0.895445 0.131807 0.12871
+0.943801 0.128939 0.12314
+0.959548 0.127779 0.12105
+0.081239 0.259037 0.230976
+0.0992294 0.257954 0.228824
+0.117861 0.256931 0.22678
+0.1449 0.25481 0.223438
+0.195254 0.251453 0.219547
+0.258717 0.246555 0.249714
+0.30869 0.249592 0.237095
+0.382956 0.242542 0.204181
+0.452232 0.235431 0.18735
+0.521004 0.229297 0.175433
+0.587762 0.22388 0.164965
+0.656779 0.218494 0.154849
+0.734386 0.213428 0.145296
+0.817609 0.208682 0.136141
+0.888548 0.204379 0.128191
+0.937423 0.201236 0.122545
+0.953399 0.200229 0.120668
+0.0700084 0.336522 0.228412
+0.0901045 0.334829 0.226322
+0.110369 0.332906 0.224063
+0.139147 0.330449 0.221424
+0.190463 0.326268 0.218708
+0.256046 0.321752 0.232151
+0.319402 0.316014 0.280217
+0.354955 0.321141 0.285939
+0.402655 0.3234 0.263737
+0.472984 0.318593 0.224994
+0.552789 0.310185 0.19234
+0.62707 0.302296 0.170214
+0.706508 0.295644 0.154528
+0.794156 0.289204 0.141497
+0.868101 0.284138 0.131838
+0.918776 0.280705 0.125414
+0.93521 0.27921 0.123033
+0.0670329 0.403311 0.226932
+0.0871901 0.40145 0.224872
+0.107485 0.399802 0.223148
+0.135851 0.397131 0.220768
+0.186679 0.393057 0.218463
+0.253269 0.388876 0.227649
+0.321477 0.38175 0.263127
+0.37229 0.378546 0.30663
+0.407065 0.383673 0.316716
+0.446372 0.388861 0.306676
+0.505592 0.389609 0.275212
+0.580346 0.383932 0.232441
+0.660273 0.375647 0.195712
+0.752575 0.367498 0.167987
+0.832212 0.36083 0.149966
+0.88632 0.356283 0.139498
+0.903838 0.354849 0.136324
+0.0638132 0.469718 0.225757
+0.0840467 0.468132 0.224155
+0.104234 0.466209 0.222416
+0.132403 0.463661 0.220371
+0.183139 0.459846 0.218448
+0.250675 0.455207 0.225025
+0.315206 0.450752 0.247868
+0.377829 0.442603 0.293172
+0.424201 0.440879 0.331716
+0.459205 0.446311 0.34432
+0.498695 0.452613 0.339712
+0.549493 0.456245 0.317983
+0.611521 0.454963 0.28069
+0.693492 0.448646 0.237293
+0.777417 0.441382 0.203311
+0.83592 0.436286 0.182666
+0.854932 0.434165 0.175982
+0.0601358 0.539727 0.225071
+0.0803388 0.537865 0.223362
+0.100542 0.536233 0.222004
+0.128603 0.533639 0.220096
+0.17908 0.529656 0.218112
+0.247776 0.525139 0.223209
+0.311086 0.521141 0.240742
+0.371283 0.514961 0.271153
+0.431235 0.507393 0.320378
+0.476829 0.506508 0.357595
+0.514717 0.512001 0.373419
+0.553155 0.51902 0.372686
+0.595285 0.524269 0.357519
+0.652277 0.526024 0.328008
+0.718379 0.523812 0.294133
+0.773465 0.520134 0.267231
+0.792203 0.518502 0.258198
+0.0558022 0.613687 0.224323
+0.076173 0.612085 0.222934
+0.0963149 0.610162 0.221439
+0.124285 0.607553 0.219638
+0.174945 0.603861 0.21796
+0.244083 0.598993 0.221622
+0.308217 0.594903 0.23621
+0.364889 0.591058 0.258106
+0.426246 0.583535 0.29601
+0.485847 0.57641 0.347112
+0.533013 0.576135 0.386099
+0.570016 0.581491 0.403189
+0.605081 0.588663 0.405753
+0.647181 0.594858 0.397253
+0.692653 0.598367 0.378973
+0.733577 0.599344 0.360067
+0.748104 0.59881 0.352209
+0.0510414 0.69102 0.223896
+0.071519 0.689036 0.222309
+0.0917372 0.687251 0.221012
+0.119814 0.684749 0.219364
+0.170321 0.680705 0.217487
+0.240238 0.675959 0.220371
+0.305409 0.671672 0.232761
+0.360327 0.668238 0.250477
+0.418585 0.663127 0.27747
+0.481865 0.654353 0.322637
+0.542382 0.647593 0.375509
+0.587198 0.648127 0.41268
+0.623636 0.653315 0.428748
+0.661967 0.660288 0.433356
+0.699535 0.666407 0.430808
+0.730663 0.669749 0.424964
+0.741436 0.670375 0.422004
+0.0459449 0.767941 0.223453
+0.066743 0.766155 0.222049
+0.0870222 0.764157 0.22063
+0.115099 0.761425 0.218891
+0.165881 0.75758 0.217166
+0.236042 0.752453 0.21915
+0.302083 0.74786 0.229679
+0.357168 0.744793 0.24538
+0.41239 0.740749 0.26656
+0.473304 0.733654 0.300832
+0.540963 0.724697 0.351675
+0.596765 0.718975 0.404791
+0.641764 0.720012 0.436744
+0.68275 0.72517 0.454994
+0.719814 0.73109 0.461219
+0.747311 0.735485 0.461738
+0.756313 0.736446 0.460945
+0.0403143 0.846693 0.223011
+0.0614328 0.844404 0.221271
+0.0818189 0.842283 0.219806
+0.110033 0.839765 0.21825
+0.160647 0.835508 0.216251
+0.231144 0.830381 0.217655
+0.298314 0.825803 0.226841
+0.353704 0.822339 0.240681
+0.407645 0.819104 0.25893
+0.465431 0.813931 0.285664
+0.532845 0.805508 0.327352
+0.59733 0.796704 0.38294
+0.653147 0.792111 0.429465
+0.702739 0.793225 0.462837
+0.743542 0.797574 0.481971
+0.770352 0.801144 0.490837
+0.778912 0.802121 0.492866
+0.0348669 0.912703 0.222004
+0.0565957 0.910445 0.220279
+0.0771649 0.908339 0.218799
+0.105104 0.905562 0.217029
+0.15584 0.901564 0.215183
+0.226352 0.896422 0.216114
+0.294163 0.8916 0.224079
+0.350439 0.888289 0.236973
+0.403891 0.885191 0.253498
+0.459449 0.881056 0.276173
+0.524941 0.874388 0.31075
+0.592996 0.864378 0.362371
+0.657755 0.855482 0.4206
+0.719188 0.851743 0.471885
+0.764981 0.852628 0.507256
+0.793515 0.855055 0.527291
+0.802335 0.85597 0.533059
+0.0304875 0.957565 0.220813
+0.052781 0.955016 0.218738
+0.0735027 0.953002 0.217212
+0.101198 0.950469 0.215641
+0.151507 0.946395 0.213581
+0.221775 0.941436 0.214282
+0.290471 0.936797 0.221866
+0.347204 0.933272 0.233783
+0.400793 0.930266 0.249683
+0.457527 0.925856 0.273945
+0.524208 0.918273 0.310842
+0.594644 0.90724 0.364858
+0.664546 0.896315 0.42739
+0.732937 0.889342 0.489967
+0.783307 0.887999 0.536889
+0.813428 0.889265 0.56492
+0.822538 0.889952 0.573434
+0.0281834 0.97232 0.219394
+0.0509957 0.969696 0.217288
+0.0718853 0.967727 0.2159
+0.0989853 0.965194 0.214176
+0.149035 0.961212 0.212284
+0.21912 0.956344 0.212955
+0.287999 0.951644 0.220157
+0.345357 0.948135 0.232105
+0.400275 0.944564 0.249699
+0.458122 0.939452 0.276051
+0.525948 0.931441 0.315084
+0.596613 0.920241 0.369741
+0.66772 0.908782 0.432715
+0.738659 0.900954 0.499184
+0.790127 0.898863 0.549279
+0.820966 0.899733 0.580331
+0.830701 0.900832 0.590707
+0.087541 0.0885786 0.206744
+0.0985428 0.0897231 0.208637
+0.109163 0.091371 0.205753
+0.119951 0.0960861 0.190341
+0.122316 0.112352 0.142687
+0.129366 0.128435 0.13019
+0.164508 0.129671 0.16762
+0.244526 0.115724 0.20647
+0.340414 0.0980697 0.228199
+0.435676 0.0818647 0.239536
+0.52694 0.0671092 0.244205
+0.615579 0.0539864 0.243275
+0.711543 0.0422522 0.23949
+0.80914 0.0324102 0.233585
+0.887785 0.0257267 0.227268
+0.938994 0.0221408 0.222797
+0.955764 0.0212253 0.220935
+0.0930495 0.102083 0.22681
+0.104738 0.102693 0.229831
+0.116533 0.103258 0.227436
+0.130968 0.10692 0.21413
+0.135088 0.123217 0.159731
+0.141039 0.140093 0.141863
+0.180148 0.140215 0.181872
+0.266712 0.124208 0.219135
+0.363394 0.106615 0.237812
+0.457115 0.0911879 0.246662
+0.544884 0.0777295 0.248463
+0.631495 0.066041 0.246006
+0.724453 0.0559548 0.24094
+0.81706 0.0478065 0.234424
+0.891844 0.0424659 0.228519
+0.942061 0.0390021 0.223713
+0.958633 0.0378119 0.221729
+0.0964218 0.116518 0.243397
+0.108949 0.117006 0.246921
+0.122484 0.117464 0.248203
+0.140688 0.119402 0.23827
+0.149172 0.134752 0.179751
+0.153292 0.152422 0.154086
+0.196368 0.150896 0.195972
+0.289342 0.133318 0.231006
+0.38497 0.116152 0.245899
+0.476158 0.101778 0.252079
+0.560204 0.0897688 0.251667
+0.643687 0.079408 0.24744
+0.732891 0.0708629 0.241611
+0.821271 0.064271 0.235264
+0.894652 0.0592355 0.228885
+0.944671 0.0559091 0.224109
+0.961151 0.0548257 0.222446
+0.098558 0.139803 0.264164
+0.112154 0.13994 0.266285
+0.126619 0.139879 0.26804
+0.148577 0.139818 0.26688
+0.169772 0.150423 0.213642
+0.170871 0.170153 0.171542
+0.220691 0.166369 0.215549
+0.320668 0.147021 0.245197
+0.412695 0.131487 0.255177
+0.498573 0.11928 0.25716
+0.576608 0.10927 0.253529
+0.655299 0.101167 0.248051
+0.738918 0.094667 0.241764
+0.824628 0.0887922 0.234806
+0.897292 0.084184 0.228626
+0.946685 0.0809491 0.223697
+0.962966 0.0797589 0.221668
+0.094667 0.187228 0.289494
+0.110246 0.186816 0.289723
+0.126665 0.186389 0.289937
+0.150927 0.185107 0.289357
+0.197604 0.183429 0.279332
+0.204669 0.204303 0.205051
+0.269825 0.195392 0.248646
+0.370245 0.177584 0.264286
+0.449866 0.166598 0.265049
+0.524056 0.158587 0.260685
+0.592599 0.152331 0.254795
+0.664378 0.146502 0.24799
+0.744228 0.141131 0.241093
+0.827771 0.136156 0.234211
+0.898741 0.131838 0.227634
+0.947448 0.128771 0.222736
+0.963561 0.127794 0.221073
+0.0802319 0.261479 0.304356
+0.0984207 0.26038 0.302937
+0.117174 0.258961 0.301167
+0.144457 0.257069 0.298787
+0.19617 0.252979 0.29366
+0.256291 0.253178 0.262699
+0.333547 0.243763 0.277195
+0.404501 0.236576 0.271763
+0.467414 0.231418 0.265095
+0.532479 0.226871 0.258518
+0.596185 0.221958 0.251179
+0.664683 0.217166 0.243793
+0.742412 0.212604 0.236591
+0.824582 0.207752 0.228779
+0.895262 0.203708 0.221851
+0.943938 0.200778 0.216663
+0.959762 0.199466 0.214466
+0.0697185 0.338399 0.304753
+0.0897688 0.336614 0.302602
+0.110109 0.334997 0.300587
+0.138933 0.33225 0.297276
+0.192554 0.327459 0.2916
+0.265309 0.321736 0.286793
+0.328969 0.316365 0.317906
+0.369329 0.320409 0.312566
+0.43859 0.315068 0.280613
+0.512474 0.307469 0.262455
+0.582315 0.301152 0.251316
+0.652232 0.295293 0.24184
+0.730098 0.289937 0.233204
+0.813916 0.284962 0.224796
+0.885191 0.280568 0.217075
+0.934325 0.277363 0.211292
+0.950378 0.276326 0.209323
+0.0665751 0.405249 0.302296
+0.0868849 0.403616 0.300389
+0.107301 0.401648 0.298146
+0.136217 0.398978 0.295125
+0.18999 0.394278 0.289967
+0.261875 0.388479 0.286152
+0.326787 0.384009 0.301915
+0.381857 0.378973 0.342641
+0.416938 0.384176 0.348241
+0.465934 0.386755 0.326955
+0.54165 0.381033 0.289738
+0.618387 0.37261 0.261921
+0.699504 0.36524 0.244526
+0.788724 0.358328 0.231098
+0.863554 0.352926 0.221118
+0.914992 0.349416 0.214572
+0.931579 0.347936 0.211887
+0.0635538 0.471885 0.300526
+0.0839551 0.469993 0.298436
+0.10454 0.468254 0.296529
+0.133501 0.465431 0.293462
+0.186999 0.460578 0.288655
+0.258824 0.455207 0.285893
+0.323507 0.450965 0.296269
+0.383658 0.444617 0.326909
+0.433188 0.441474 0.367681
+0.468345 0.446876 0.378195
+0.511788 0.452186 0.366262
+0.572885 0.452216 0.333623
+0.648569 0.44593 0.295415
+0.741268 0.437613 0.26392
+0.822889 0.430549 0.244099
+0.878508 0.42565 0.232517
+0.896437 0.424033 0.228931
+0.0601663 0.541558 0.298589
+0.0807965 0.539895 0.296788
+0.101427 0.537865 0.294591
+0.130358 0.535012 0.291691
+0.183749 0.530495 0.287846
+0.255207 0.524971 0.285237
+0.320912 0.520577 0.293034
+0.377127 0.516884 0.312551
+0.437705 0.508995 0.352804
+0.486107 0.50695 0.394232
+0.523766 0.512703 0.406928
+0.563119 0.519203 0.402396
+0.611383 0.522805 0.380224
+0.681575 0.520699 0.341985
+0.760845 0.515114 0.308064
+0.81976 0.510155 0.285969
+0.839216 0.507958 0.278599
+0.0564431 0.615686 0.297002
+0.0771954 0.613672 0.294911
+0.0979171 0.611826 0.29308
+0.126894 0.609049 0.290532
+0.179828 0.604288 0.286854
+0.251606 0.5991 0.284794
+0.318044 0.594553 0.290745
+0.373083 0.591272 0.30576
+0.4309 0.586007 0.332296
+0.493141 0.577646 0.380728
+0.541878 0.576425 0.418647
+0.578363 0.582238 0.432654
+0.614069 0.589044 0.43241
+0.660365 0.594354 0.420813
+0.714549 0.596292 0.399466
+0.761837 0.595163 0.376852
+0.778576 0.594125 0.368063
+0.0522316 0.692607 0.295232
+0.0732433 0.690791 0.293523
+0.0939498 0.688685 0.29163
+0.122835 0.685771 0.289174
+0.175769 0.681331 0.286107
+0.24744 0.675837 0.283925
+0.314305 0.671168 0.288533
+0.370199 0.667979 0.301381
+0.42472 0.664179 0.320592
+0.486671 0.65655 0.355535
+0.550134 0.648829 0.408164
+0.595361 0.648371 0.443046
+0.632319 0.653712 0.459297
+0.671626 0.661006 0.462196
+0.711696 0.666529 0.456321
+0.745449 0.669612 0.44744
+0.757198 0.669902 0.443183
+0.0477913 0.76968 0.294224
+0.0689555 0.767452 0.292256
+0.0897383 0.765362 0.290455
+0.118761 0.7626 0.288304
+0.171374 0.757809 0.28513
+0.243259 0.752361 0.28307
+0.310643 0.747768 0.286885
+0.366995 0.74403 0.297612
+0.420783 0.741009 0.313909
+0.478553 0.735744 0.33904
+0.54609 0.726711 0.384375
+0.604273 0.719982 0.433707
+0.650767 0.720287 0.468757
+0.692195 0.725536 0.486473
+0.730297 0.731853 0.491325
+0.757992 0.735912 0.490288
+0.767269 0.736843 0.488869
+0.042649 0.847959 0.292714
+0.0642252 0.845869 0.290929
+0.0850843 0.84358 0.289067
+0.113939 0.840513 0.286732
+0.166583 0.835966 0.28394
+0.238483 0.830365 0.281819
+0.306142 0.825544 0.284718
+0.363409 0.821912 0.294224
+0.417151 0.818753 0.308522
+0.471992 0.814801 0.328695
+0.537575 0.80795 0.362112
+0.602701 0.798444 0.41239
+0.661494 0.792752 0.459937
+0.713451 0.793713 0.495552
+0.753689 0.797833 0.513985
+0.780331 0.801526 0.522072
+0.789014 0.802823 0.524071
+0.0377813 0.914107 0.291157
+0.0597238 0.911543 0.28896
+0.0807202 0.90927 0.287083
+0.109483 0.906493 0.285084
+0.161685 0.901732 0.282109
+0.233524 0.896223 0.280003
+0.301961 0.891661 0.282719
+0.359518 0.887724 0.290944
+0.413626 0.884581 0.304051
+0.467643 0.881468 0.32224
+0.53048 0.875883 0.349355
+0.597879 0.866361 0.396139
+0.665644 0.856733 0.450721
+0.729564 0.851957 0.504631
+0.775601 0.852872 0.540383
+0.803693 0.855421 0.559899
+0.812284 0.856336 0.56527
+0.0337072 0.958694 0.288899
+0.0561837 0.956085 0.28661
+0.0773938 0.954025 0.285023
+0.105608 0.951217 0.282826
+0.15758 0.946685 0.280125
+0.229313 0.941405 0.278126
+0.297917 0.936751 0.280308
+0.356252 0.932952 0.288243
+0.411154 0.929549 0.301411
+0.467155 0.925277 0.322148
+0.53225 0.918746 0.353353
+0.60058 0.90866 0.400519
+0.672145 0.897414 0.458198
+0.743496 0.889769 0.522301
+0.793835 0.888212 0.569253
+0.823606 0.889601 0.597299
+0.832837 0.890455 0.605951
+0.031693 0.973419 0.2869
+0.0545663 0.970794 0.284749
+0.075761 0.968673 0.282918
+0.103639 0.965988 0.281056
+0.155093 0.961486 0.278279
+0.226337 0.956268 0.276265
+0.295659 0.95169 0.278676
+0.354345 0.947677 0.286595
+0.410925 0.943526 0.301701
+0.468742 0.938552 0.324956
+0.53431 0.931563 0.357641
+0.602838 0.921355 0.40502
+0.675883 0.909819 0.464424
+0.748852 0.901381 0.5308
+0.800687 0.899107 0.58146
+0.831647 0.900587 0.613764
+0.840894 0.901289 0.624781
+0.0903029 0.0918441 0.255085
+0.101595 0.0926528 0.258
+0.113176 0.0937667 0.257527
+0.127642 0.0968948 0.248386
+0.13843 0.110353 0.202182
+0.137377 0.132677 0.145281
+0.147951 0.145266 0.150011
+0.177401 0.14667 0.184543
+0.244282 0.135409 0.229618
+0.34403 0.115541 0.264729
+0.45037 0.0948348 0.285863
+0.553689 0.0762341 0.2981
+0.663264 0.0597696 0.306111
+0.77055 0.0464332 0.3084
+0.854994 0.0378271 0.307301
+0.909911 0.032929 0.305226
+0.928054 0.031632 0.304158
+0.0948806 0.105211 0.278569
+0.106935 0.105653 0.282826
+0.119356 0.105943 0.282353
+0.136675 0.108049 0.274495
+0.15198 0.120485 0.226581
+0.149935 0.144533 0.159243
+0.159838 0.157076 0.161944
+0.191638 0.157641 0.198474
+0.263432 0.144686 0.243412
+0.366537 0.124208 0.276234
+0.471366 0.104295 0.294682
+0.573159 0.0870069 0.304936
+0.679347 0.0722515 0.310826
+0.781323 0.0609445 0.311574
+0.862303 0.0533608 0.309377
+0.916365 0.0486763 0.307057
+0.934081 0.0471656 0.30605
+0.0975814 0.119707 0.298878
+0.110399 0.119951 0.303212
+0.124208 0.12015 0.305501
+0.144381 0.121157 0.300252
+0.165774 0.131319 0.253346
+0.162768 0.156451 0.174075
+0.172122 0.169345 0.174228
+0.20618 0.168872 0.212375
+0.283009 0.154406 0.256764
+0.388312 0.133715 0.286885
+0.490745 0.114672 0.302266
+0.589853 0.0988632 0.310872
+0.6916 0.0859236 0.314504
+0.78912 0.076051 0.31368
+0.868986 0.0690013 0.311162
+0.922301 0.0645304 0.308415
+0.939834 0.063035 0.307118
+0.0986801 0.142779 0.323339
+0.112596 0.142763 0.326314
+0.127413 0.142626 0.329183
+0.149752 0.142107 0.329366
+0.183032 0.147494 0.292851
+0.181704 0.173495 0.197238
+0.189593 0.186984 0.191562
+0.227192 0.185336 0.231952
+0.311315 0.168948 0.274601
+0.417594 0.148363 0.299779
+0.515068 0.131502 0.311284
+0.608728 0.117922 0.316823
+0.704326 0.107271 0.317662
+0.799069 0.0986038 0.315557
+0.87689 0.0920729 0.311925
+0.929366 0.0878767 0.308766
+0.946609 0.0865644 0.307668
+0.0936446 0.190143 0.354498
+0.109545 0.189593 0.355428
+0.126177 0.188785 0.355993
+0.150896 0.187533 0.356786
+0.198871 0.185016 0.351141
+0.219226 0.204456 0.249958
+0.223056 0.221164 0.224552
+0.267536 0.217044 0.267445
+0.3626 0.198062 0.30312
+0.463676 0.180529 0.318639
+0.550149 0.16762 0.323995
+0.634501 0.157504 0.324041
+0.72369 0.149386 0.321569
+0.813214 0.142184 0.317082
+0.888304 0.136797 0.312581
+0.939132 0.13315 0.30901
+0.95584 0.131746 0.307454
+0.0789807 0.263737 0.374914
+0.0974289 0.26244 0.373846
+0.116426 0.26125 0.372854
+0.143908 0.258946 0.370764
+0.195911 0.254673 0.366735
+0.267506 0.250538 0.348974
+0.272221 0.271626 0.272755
+0.330297 0.263661 0.314229
+0.427222 0.246372 0.332158
+0.510796 0.23508 0.335195
+0.583917 0.227146 0.332158
+0.658259 0.220722 0.327504
+0.739528 0.214832 0.322087
+0.824231 0.209567 0.316472
+0.895857 0.205005 0.311254
+0.944976 0.201755 0.307347
+0.961013 0.200687 0.306035
+0.0698863 0.340002 0.3776
+0.0899977 0.338384 0.375891
+0.110262 0.336461 0.373877
+0.139132 0.333913 0.371206
+0.192706 0.32929 0.366293
+0.266468 0.323003 0.359472
+0.325643 0.323644 0.32958
+0.395315 0.314717 0.345708
+0.463539 0.307759 0.341619
+0.530022 0.302785 0.336126
+0.594186 0.297795 0.330007
+0.662455 0.292882 0.323781
+0.740093 0.28838 0.317876
+0.822324 0.283497 0.311437
+0.892882 0.279316 0.305745
+0.941772 0.276493 0.301778
+0.957626 0.275181 0.300023
+0.0664988 0.407019 0.375845
+0.0867323 0.405173 0.373892
+0.107164 0.40351 0.372091
+0.136004 0.400748 0.369131
+0.189548 0.395987 0.363897
+0.264073 0.389868 0.357198
+0.335698 0.383978 0.35288
+0.391913 0.379339 0.381018
+0.432135 0.383474 0.375326
+0.50544 0.377081 0.345098
+0.57847 0.369604 0.330999
+0.649622 0.363592 0.32224
+0.727733 0.358038 0.314641
+0.811521 0.352697 0.30721
+0.883284 0.348531 0.301137
+0.932647 0.345342 0.296407
+0.948806 0.344274 0.294835
+0.063035 0.473625 0.373312
+0.0835126 0.472007 0.371542
+0.104036 0.470008 0.369406
+0.132982 0.467231 0.366445
+0.186938 0.462608 0.361624
+0.261662 0.456092 0.355169
+0.33257 0.450507 0.352163
+0.389425 0.446937 0.365515
+0.442695 0.441825 0.405051
+0.478996 0.447471 0.410117
+0.534936 0.449073 0.386282
+0.610224 0.442161 0.350271
+0.692988 0.434195 0.328801
+0.784054 0.426795 0.314839
+0.860014 0.421042 0.305486
+0.912016 0.417334 0.299657
+0.928817 0.415702 0.297322
+0.059556 0.543679 0.370871
+0.0801862 0.541726 0.368856
+0.100923 0.539956 0.367025
+0.130037 0.537102 0.364187
+0.183932 0.532174 0.35935
+0.259129 0.525887 0.353704
+0.329305 0.520409 0.351446
+0.386175 0.516854 0.360128
+0.443458 0.511467 0.388403
+0.495995 0.507439 0.427207
+0.533288 0.513268 0.436408
+0.576776 0.518761 0.425696
+0.638895 0.517739 0.396582
+0.72723 0.510719 0.358801
+0.811337 0.503532 0.33434
+0.86865 0.498207 0.321263
+0.887144 0.496101 0.317006
+0.0557565 0.617578 0.368444
+0.0767071 0.615839 0.36669
+0.0975204 0.613733 0.364645
+0.126711 0.610803 0.361852
+0.180911 0.606104 0.357382
+0.255848 0.599588 0.35227
+0.325612 0.594247 0.3505
+0.38352 0.590814 0.357137
+0.436912 0.587381 0.374426
+0.49984 0.5794 0.412772
+0.5514 0.577005 0.451637
+0.587045 0.582742 0.464515
+0.625284 0.589258 0.459937
+0.67985 0.592706 0.440009
+0.747417 0.591043 0.414603
+0.802823 0.587457 0.391318
+0.82182 0.585626 0.383047
+0.0517433 0.694789 0.366384
+0.0728923 0.692622 0.364324
+0.093843 0.690471 0.36231
+0.123293 0.687755 0.359762
+0.177325 0.682673 0.355276
+0.252293 0.676341 0.351003
+0.321859 0.671153 0.349584
+0.379858 0.667247 0.354452
+0.433295 0.664302 0.368109
+0.491859 0.659022 0.393729
+0.557244 0.650156 0.437736
+0.604227 0.64892 0.477424
+0.64181 0.654429 0.4925
+0.682292 0.661402 0.492119
+0.727123 0.666499 0.482231
+0.764965 0.668162 0.468986
+0.778592 0.667948 0.463203
+0.0475013 0.771511 0.364309
+0.068986 0.769284 0.362219
+0.090135 0.767254 0.360327
+0.119585 0.764141 0.357549
+0.173724 0.759274 0.353643
+0.248447 0.752728 0.34966
+0.3178 0.747433 0.348302
+0.376211 0.743755 0.352438
+0.430228 0.740353 0.363638
+0.485451 0.73666 0.382757
+0.551186 0.729305 0.416236
+0.611933 0.720958 0.465919
+0.660395 0.720531 0.502968
+0.702861 0.726238 0.519554
+0.741314 0.732341 0.522194
+0.76997 0.736278 0.519295
+0.779919 0.737392 0.517388
+0.0428473 0.850004 0.362158
+0.0647135 0.847486 0.359869
+0.0859388 0.845121 0.357778
+0.115465 0.842206 0.355352
+0.169207 0.836973 0.351492
+0.243778 0.830472 0.34786
+0.313497 0.825498 0.346853
+0.371801 0.821454 0.350072
+0.426795 0.817975 0.35967
+0.481117 0.814969 0.375814
+0.542855 0.80975 0.400839
+0.607996 0.800732 0.441947
+0.670542 0.793851 0.493111
+0.724575 0.793912 0.529931
+0.764691 0.798367 0.548318
+0.79115 0.802258 0.55555
+0.799634 0.803326 0.556863
+0.0383001 0.91577 0.35964
+0.0606394 0.913115 0.357259
+0.0820478 0.910979 0.355459
+0.111254 0.907805 0.352911
+0.164721 0.902678 0.349233
+0.239353 0.896544 0.34609
+0.30901 0.891371 0.344915
+0.367758 0.887633 0.347936
+0.423423 0.884031 0.356435
+0.477378 0.880934 0.370733
+0.537865 0.876921 0.393072
+0.603143 0.868437 0.428382
+0.67335 0.858076 0.483482
+0.74078 0.852491 0.539422
+0.786786 0.853162 0.57554
+0.814359 0.855833 0.594614
+0.822934 0.857023 0.600122
+0.0345617 0.960433 0.357259
+0.0574655 0.957763 0.354925
+0.0789502 0.95552 0.352911
+0.10779 0.952605 0.350607
+0.160967 0.947677 0.347158
+0.234974 0.941588 0.343938
+0.305287 0.936614 0.343069
+0.364034 0.932784 0.345647
+0.421378 0.928588 0.355016
+0.478859 0.924056 0.373175
+0.541802 0.91841 0.398917
+0.607233 0.909773 0.435645
+0.680354 0.898802 0.492378
+0.754101 0.890349 0.555917
+0.805035 0.888579 0.603891
+0.834684 0.890196 0.635599
+0.843381 0.891066 0.645151
+0.0327153 0.975143 0.355398
+0.0559243 0.972381 0.35288
+0.0775616 0.970214 0.351156
+0.105837 0.96733 0.348791
+0.158526 0.962463 0.345373
+0.232456 0.956497 0.342504
+0.302785 0.951492 0.341436
+0.362676 0.947265 0.344839
+0.422034 0.942336 0.356374
+0.480827 0.937011 0.376242
+0.545037 0.930846 0.403464
+0.610651 0.922118 0.441779
+0.684077 0.911055 0.49868
+0.760006 0.902541 0.564858
+0.812329 0.899992 0.617304
+0.842557 0.901152 0.653727
+0.85153 0.902007 0.665171
+0.0923323 0.0944839 0.300053
+0.104005 0.0951247 0.304097
+0.116167 0.0959182 0.305058
+0.132403 0.0980392 0.298955
+0.150729 0.108553 0.260182
+0.149111 0.133211 0.181064
+0.15259 0.150912 0.154788
+0.164752 0.159854 0.1682
+0.193576 0.160922 0.20296
+0.256397 0.150896 0.251789
+0.350393 0.131716 0.293675
+0.461448 0.109468 0.323888
+0.586267 0.0874189 0.345418
+0.707027 0.0692302 0.358877
+0.800702 0.0570382 0.365545
+0.861646 0.0499886 0.36788
+0.881559 0.0479438 0.368231
+0.0961471 0.107866 0.326055
+0.108537 0.108064 0.330739
+0.121355 0.108141 0.331136
+0.140276 0.109545 0.326421
+0.163256 0.118563 0.287663
+0.162631 0.144167 0.20029
+0.164782 0.162844 0.167346
+0.176623 0.17171 0.180087
+0.206607 0.172213 0.2159
+0.272984 0.161273 0.265309
+0.369863 0.141497 0.30576
+0.482414 0.119509 0.333898
+0.605341 0.0988174 0.35314
+0.720623 0.0824903 0.364431
+0.811963 0.0713054 0.370031
+0.871717 0.0645304 0.371511
+0.891188 0.0623484 0.371496
+0.0982528 0.122286 0.347829
+0.111376 0.122362 0.352865
+0.125536 0.122423 0.356176
+0.146471 0.122805 0.353201
+0.17554 0.129625 0.317922
+0.176883 0.155291 0.221607
+0.177203 0.174945 0.180301
+0.188907 0.183993 0.192355
+0.220203 0.183948 0.229252
+0.290074 0.171847 0.278767
+0.388922 0.151827 0.317235
+0.501778 0.130343 0.342885
+0.620432 0.111284 0.359304
+0.732952 0.0961318 0.369528
+0.822416 0.085481 0.373632
+0.881285 0.0790723 0.374441
+0.90042 0.0771191 0.374472
+0.0985733 0.145388 0.376165
+0.112764 0.145174 0.379965
+0.127794 0.144747 0.383413
+0.150622 0.144121 0.385443
+0.189197 0.146853 0.358846
+0.197498 0.170733 0.254292
+0.19527 0.192508 0.199237
+0.2065 0.201694 0.209827
+0.23978 0.200885 0.248127
+0.315099 0.187503 0.297368
+0.415976 0.167224 0.332006
+0.526696 0.147173 0.353643
+0.64062 0.130175 0.367239
+0.749355 0.116182 0.375113
+0.836286 0.106447 0.377386
+0.893874 0.100679 0.377493
+0.912612 0.0986648 0.376989
+0.0925307 0.192355 0.410544
+0.108675 0.191638 0.41181
+0.125597 0.190936 0.413108
+0.150561 0.189288 0.414221
+0.199069 0.186389 0.410895
+0.236652 0.199603 0.324575
+0.229892 0.225589 0.236835
+0.239857 0.235721 0.242725
+0.277089 0.233875 0.283162
+0.361395 0.218189 0.328939
+0.463859 0.198611 0.356023
+0.568719 0.181201 0.370901
+0.674601 0.166751 0.379828
+0.776501 0.155428 0.383108
+0.858915 0.147417 0.382589
+0.913756 0.142351 0.381003
+0.931685 0.140795 0.380362
+0.0778058 0.265461 0.431815
+0.0964828 0.264393 0.431342
+0.115633 0.262806 0.430396
+0.14342 0.260655 0.429084
+0.195789 0.256321 0.426276
+0.268635 0.251087 0.413764
+0.283253 0.273335 0.303105
+0.28896 0.286564 0.29073
+0.332784 0.282475 0.332326
+0.430762 0.264103 0.368673
+0.528008 0.247257 0.383169
+0.619623 0.234424 0.389425
+0.713283 0.22472 0.390631
+0.805554 0.216571 0.388312
+0.88188 0.210513 0.38497
+0.933654 0.206775 0.382376
+0.950332 0.205203 0.381079
+0.06981 0.341466 0.434653
+0.0899062 0.339681 0.43299
+0.110246 0.338033 0.43151
+0.139101 0.335302 0.429114
+0.192615 0.330571 0.425147
+0.266667 0.324559 0.420462
+0.336889 0.320562 0.402136
+0.340154 0.339406 0.340764
+0.399176 0.33135 0.380423
+0.496559 0.314763 0.39678
+0.576043 0.304509 0.398901
+0.652934 0.2972 0.396445
+0.735286 0.290852 0.39237
+0.820447 0.285115 0.38764
+0.892729 0.28069 0.38352
+0.942123 0.277363 0.38024
+0.958221 0.276097 0.378943
+0.0665446 0.408225 0.432975
+0.0868696 0.406638 0.431464
+0.107256 0.4047 0.42974
+0.13608 0.401938 0.427314
+0.189822 0.397421 0.423514
+0.263966 0.391089 0.418616
+0.336904 0.385077 0.414191
+0.387396 0.386404 0.389197
+0.455909 0.377417 0.405936
+0.52636 0.371023 0.403021
+0.59173 0.365805 0.398123
+0.660029 0.360815 0.392874
+0.737453 0.356252 0.38793
+0.819745 0.351354 0.382467
+0.890364 0.347173 0.377646
+0.939467 0.344335 0.374289
+0.955413 0.343038 0.372763
+0.0630961 0.475074 0.431174
+0.0835126 0.473167 0.429389
+0.104021 0.471214 0.427604
+0.133028 0.468666 0.425299
+0.186664 0.463874 0.42118
+0.261494 0.457755 0.416205
+0.334569 0.451499 0.411582
+0.397498 0.446616 0.409903
+0.45156 0.442374 0.433951
+0.494148 0.446342 0.429053
+0.569726 0.439521 0.405005
+0.643931 0.43238 0.393057
+0.723018 0.426307 0.385275
+0.807691 0.420645 0.378439
+0.879927 0.416312 0.373068
+0.929625 0.412955 0.368917
+0.945815 0.411505 0.367147
+0.0591897 0.544976 0.428336
+0.0798962 0.543282 0.426642
+0.100542 0.541299 0.424765
+0.12958 0.53846 0.422187
+0.183597 0.533867 0.418173
+0.258762 0.527337 0.413184
+0.332006 0.520989 0.409064
+0.394232 0.516579 0.408515
+0.448341 0.5131 0.420005
+0.504723 0.507759 0.457313
+0.542824 0.513848 0.462913
+0.597055 0.515236 0.439597
+0.676905 0.508446 0.412192
+0.771221 0.50016 0.392065
+0.850019 0.493568 0.380346
+0.903578 0.489265 0.373724
+0.920897 0.487556 0.371344
+0.0551766 0.619318 0.425269
+0.0760967 0.617258 0.423316
+0.0969253 0.615167 0.421408
+0.126268 0.612543 0.419074
+0.180331 0.607569 0.415045
+0.25594 0.600931 0.410346
+0.329274 0.594888 0.407019
+0.390478 0.590387 0.40679
+0.445258 0.587304 0.415015
+0.504845 0.581659 0.439704
+0.559457 0.577218 0.482475
+0.595102 0.583459 0.493111
+0.638254 0.588815 0.481956
+0.70724 0.588144 0.452934
+0.788388 0.582803 0.42707
+0.847715 0.577356 0.410681
+0.86714 0.575051 0.404852
+0.0509651 0.6963 0.42208
+0.0722362 0.69424 0.420157
+0.0932784 0.692256 0.418402
+0.122683 0.689235 0.4159
+0.177005 0.684306 0.4121
+0.253086 0.677623 0.407599
+0.325734 0.671321 0.404791
+0.386633 0.66714 0.405005
+0.441871 0.663508 0.411185
+0.497642 0.659998 0.426841
+0.56286 0.652018 0.465827
+0.612192 0.649104 0.508141
+0.650202 0.654826 0.52134
+0.693431 0.661784 0.517357
+0.744488 0.665187 0.501488
+0.789059 0.665049 0.484108
+0.805188 0.664393 0.477623
+0.0467689 0.773373 0.41944
+0.0683604 0.771038 0.417365
+0.0895247 0.76875 0.415442
+0.119203 0.765896 0.413108
+0.173556 0.760647 0.409201
+0.249683 0.753735 0.404898
+0.32224 0.747784 0.402823
+0.382498 0.743328 0.40296
+0.438132 0.73962 0.407996
+0.493858 0.736629 0.420844
+0.555352 0.731167 0.445792
+0.618662 0.722301 0.494804
+0.669459 0.720989 0.533867
+0.71252 0.726589 0.54905
+0.751797 0.732982 0.549645
+0.781964 0.736629 0.544366
+0.792584 0.737301 0.541238
+0.0420233 0.85156 0.416419
+0.0640879 0.848981 0.41416
+0.0855116 0.846876 0.412375
+0.115129 0.84361 0.409812
+0.169482 0.838285 0.405966
+0.245823 0.831617 0.402289
+0.317922 0.825452 0.400397
+0.378088 0.821118 0.400687
+0.434165 0.817594 0.405035
+0.490105 0.814176 0.415885
+0.549065 0.810788 0.434714
+0.612329 0.802884 0.470832
+0.678248 0.794675 0.522271
+0.734798 0.794324 0.561395
+0.774365 0.798688 0.579232
+0.800671 0.802701 0.585382
+0.809354 0.804074 0.586618
+0.0375372 0.917525 0.413565
+0.0602121 0.914855 0.4112
+0.0817578 0.912444 0.409171
+0.111345 0.909422 0.406821
+0.165576 0.904143 0.403174
+0.241474 0.897368 0.399664
+0.313909 0.891554 0.398199
+0.373938 0.887251 0.398489
+0.430137 0.883589 0.402228
+0.486656 0.880323 0.412085
+0.545983 0.876616 0.429801
+0.608133 0.869795 0.461128
+0.68014 0.859663 0.513191
+0.750347 0.852857 0.570108
+0.79675 0.853483 0.60737
+0.823987 0.856474 0.628901
+0.83238 0.857572 0.634623
+0.0338293 0.962173 0.410956
+0.0571298 0.959365 0.408362
+0.0789197 0.957153 0.406531
+0.108019 0.954101 0.404089
+0.161852 0.948974 0.400641
+0.237675 0.942504 0.397574
+0.310048 0.936645 0.396063
+0.370459 0.932372 0.396536
+0.428992 0.927947 0.401999
+0.489128 0.922667 0.415137
+0.551812 0.917266 0.43772
+0.614816 0.910155 0.472206
+0.687221 0.900084 0.52282
+0.763561 0.891157 0.586145
+0.815045 0.889067 0.638941
+0.84416 0.890776 0.672343
+0.852796 0.891829 0.682734
+0.0319219 0.976883 0.409171
+0.0557259 0.974044 0.406683
+0.0775311 0.971771 0.4047
+0.106172 0.968841 0.402472
+0.159762 0.963806 0.399283
+0.234943 0.957351 0.396139
+0.307836 0.951537 0.394812
+0.370031 0.946624 0.396506
+0.429908 0.94139 0.403311
+0.491859 0.935454 0.418387
+0.555749 0.929442 0.443168
+0.618845 0.922087 0.478981
+0.691798 0.912184 0.530068
+0.769085 0.903365 0.594491
+0.822141 0.900526 0.652888
+0.852171 0.901869 0.691432
+0.860822 0.90277 0.702708
+0.0940871 0.0969406 0.3449
+0.106004 0.0973373 0.349248
+0.118547 0.0978561 0.351232
+0.136187 0.0993515 0.348348
+0.160052 0.10724 0.318257
+0.163256 0.131121 0.231434
+0.161318 0.153338 0.174929
+0.167071 0.165896 0.168353
+0.181445 0.172824 0.186892
+0.214786 0.172519 0.226246
+0.277501 0.162051 0.276051
+0.372747 0.143084 0.322423
+0.498192 0.119432 0.361105
+0.628092 0.0974136 0.387366
+0.730526 0.0821546 0.401923
+0.796979 0.0730755 0.409461
+0.818921 0.0703899 0.411627
+0.0972152 0.110201 0.373129
+0.109377 0.109865 0.377691
+0.123049 0.110201 0.380896
+0.142855 0.110964 0.378347
+0.171359 0.11754 0.346929
+0.177005 0.141695 0.252705
+0.173526 0.164813 0.188632
+0.178973 0.177798 0.18027
+0.193439 0.184619 0.198978
+0.228244 0.183871 0.23949
+0.293492 0.172778 0.289418
+0.392401 0.153368 0.33489
+0.518059 0.130312 0.371008
+0.644678 0.109773 0.394858
+0.7449 0.0952163 0.408057
+0.810422 0.0863508 0.415015
+0.831617 0.0836194 0.41706
+0.0986496 0.12462 0.397742
+0.112093 0.124559 0.403113
+0.126452 0.124392 0.406348
+0.148119 0.124468 0.404395
+0.181689 0.129061 0.374899
+0.19144 0.152056 0.277363
+0.186419 0.176654 0.2038
+0.19118 0.18999 0.192477
+0.205646 0.196765 0.211154
+0.241871 0.195682 0.252735
+0.309194 0.183886 0.302205
+0.410849 0.164141 0.346273
+0.535637 0.141955 0.379858
+0.660273 0.122087 0.401587
+0.758877 0.108125 0.413718
+0.823438 0.0997482 0.42034
+0.844388 0.0970016 0.422065
+0.0982071 0.14757 0.424628
+0.112673 0.147204 0.428504
+0.128023 0.146761 0.432502
+0.151095 0.145769 0.434791
+0.192462 0.147036 0.413947
+0.212665 0.166766 0.31725
+0.205219 0.193408 0.227115
+0.208896 0.207706 0.210285
+0.223346 0.214664 0.228702
+0.261158 0.21294 0.271214
+0.332021 0.200458 0.320073
+0.436271 0.180652 0.361486
+0.559976 0.159045 0.391302
+0.682368 0.140307 0.410513
+0.778225 0.127306 0.42118
+0.841215 0.11931 0.426764
+0.861646 0.116854 0.428244
+0.0912947 0.194293 0.462913
+0.107713 0.193683 0.46511
+0.124834 0.192615 0.466621
+0.150042 0.190845 0.468376
+0.199237 0.187823 0.466957
+0.248051 0.19585 0.39585
+0.242252 0.224964 0.276875
+0.243046 0.241566 0.244892
+0.256672 0.24892 0.261418
+0.297688 0.246632 0.305455
+0.37586 0.232242 0.3523
+0.483711 0.211917 0.387503
+0.604852 0.191974 0.411017
+0.719921 0.175647 0.425162
+0.811292 0.164233 0.433188
+0.871305 0.157565 0.436652
+0.890455 0.15523 0.437171
+0.0766155 0.267277 0.490043
+0.0954757 0.265827 0.489403
+0.114824 0.264424 0.488792
+0.142779 0.261997 0.487404
+0.195346 0.257511 0.484489
+0.268971 0.252277 0.473121
+0.299565 0.268757 0.368154
+0.294041 0.291051 0.298573
+0.305776 0.299962 0.309361
+0.352819 0.295476 0.354894
+0.443732 0.278004 0.395727
+0.552254 0.258839 0.419898
+0.662638 0.242695 0.433646
+0.767163 0.230243 0.441581
+0.850919 0.221836 0.444419
+0.90634 0.21648 0.444846
+0.924163 0.214694 0.444724
+0.0695354 0.342626 0.492821
+0.0897383 0.341115 0.491402
+0.110018 0.339178 0.489647
+0.138872 0.336431 0.487205
+0.192584 0.331991 0.483314
+0.266438 0.325704 0.478004
+0.338567 0.320684 0.463722
+0.34934 0.341375 0.365072
+0.356664 0.352895 0.359014
+0.416098 0.344991 0.405127
+0.51635 0.326146 0.432395
+0.612879 0.311421 0.443534
+0.708659 0.300786 0.448478
+0.801633 0.292348 0.449058
+0.878096 0.286244 0.448127
+0.929976 0.282475 0.44712
+0.946685 0.280888 0.446403
+0.066392 0.409659 0.491234
+0.086656 0.407797 0.489509
+0.107088 0.405921 0.487785
+0.136049 0.403342 0.485496
+0.189624 0.398566 0.481331
+0.263935 0.392355 0.476097
+0.336873 0.386343 0.471122
+0.398276 0.383444 0.453071
+0.402487 0.400549 0.403723
+0.479957 0.387655 0.442786
+0.569085 0.373953 0.452293
+0.648508 0.365606 0.452903
+0.731487 0.358968 0.451041
+0.816846 0.353079 0.448707
+0.889403 0.348623 0.446799
+0.939071 0.345296 0.44506
+0.955245 0.343923 0.444205
+0.0630045 0.476158 0.489433
+0.0835279 0.474525 0.487892
+0.104051 0.472541 0.486061
+0.132982 0.469734 0.483558
+0.186847 0.465171 0.479576
+0.261448 0.458778 0.474174
+0.334371 0.452583 0.469078
+0.398733 0.4477 0.465141
+0.447944 0.447868 0.44802
+0.523461 0.438468 0.457649
+0.589471 0.433341 0.454093
+0.657572 0.428351 0.450431
+0.734707 0.423636 0.447364
+0.817105 0.418769 0.44448
+0.88777 0.414527 0.441962
+0.93698 0.411566 0.440101
+0.953002 0.410224 0.439109
+0.0591897 0.546288 0.487343
+0.0798505 0.544335 0.485481
+0.100496 0.542306 0.483558
+0.129641 0.539757 0.481209
+0.183413 0.534905 0.47689
+0.258381 0.528466 0.471244
+0.331762 0.522515 0.466056
+0.396002 0.517235 0.461875
+0.456046 0.512688 0.460441
+0.513375 0.508202 0.487938
+0.556893 0.512566 0.482841
+0.632181 0.506004 0.456626
+0.714275 0.498543 0.446342
+0.801221 0.492134 0.440894
+0.87451 0.487373 0.437476
+0.924895 0.483742 0.434806
+0.941344 0.482155 0.433585
+0.0548257 0.620401 0.48423
+0.0757916 0.618524 0.482338
+0.0966354 0.616571 0.480446
+0.125841 0.613672 0.477729
+0.179965 0.608972 0.473396
+0.255619 0.602472 0.467674
+0.329015 0.596124 0.462562
+0.393423 0.591058 0.459113
+0.45243 0.586664 0.45864
+0.509667 0.583078 0.471839
+0.567422 0.577676 0.512856
+0.603357 0.583703 0.519097
+0.658656 0.585733 0.497047
+0.74902 0.579477 0.466636
+0.832212 0.572045 0.449882
+0.88893 0.566918 0.442573
+0.907179 0.565026 0.440391
+0.0503548 0.697841 0.48072
+0.0716411 0.695659 0.478569
+0.0926528 0.693492 0.476524
+0.122179 0.690776 0.473976
+0.17641 0.685695 0.46949
+0.252445 0.67892 0.463951
+0.326253 0.672709 0.459342
+0.38996 0.667292 0.456336
+0.448218 0.662989 0.456367
+0.506065 0.65977 0.465919
+0.567056 0.653895 0.494041
+0.620356 0.649256 0.538323
+0.6589 0.655482 0.549447
+0.707027 0.66125 0.539147
+0.769268 0.662074 0.515923
+0.822873 0.659083 0.495506
+0.841962 0.657221 0.488533
+0.0458686 0.774701 0.477195
+0.0675822 0.772351 0.474937
+0.0888533 0.770352 0.473045
+0.118471 0.767193 0.470253
+0.172885 0.76199 0.465873
+0.2495 0.755291 0.460639
+0.323095 0.748714 0.456046
+0.386374 0.743481 0.453864
+0.444297 0.739422 0.454261
+0.502495 0.735729 0.461662
+0.560708 0.732341 0.480415
+0.62443 0.723796 0.522316
+0.678203 0.721141 0.564111
+0.722362 0.727245 0.578103
+0.762539 0.733196 0.575402
+0.795529 0.736217 0.566476
+0.807706 0.736828 0.562173
+0.0410773 0.853193 0.473701
+0.0633249 0.850629 0.47129
+0.0847486 0.848188 0.469123
+0.114534 0.845212 0.466529
+0.169009 0.839841 0.462135
+0.24567 0.832822 0.456809
+0.319585 0.82652 0.452918
+0.3823 0.821241 0.451194
+0.439857 0.817105 0.451652
+0.498405 0.813672 0.457984
+0.556619 0.810483 0.473182
+0.616419 0.80473 0.501244
+0.685649 0.796002 0.55079
+0.744457 0.79443 0.592477
+0.783703 0.798993 0.60972
+0.810178 0.803433 0.615381
+0.818769 0.804562 0.615869
+0.0364538 0.919066 0.470253
+0.0593729 0.916259 0.467582
+0.0810864 0.914061 0.465583
+0.110643 0.910811 0.462791
+0.165026 0.90547 0.458427
+0.241978 0.898741 0.453452
+0.315709 0.892271 0.449836
+0.37821 0.88716 0.448463
+0.435935 0.883375 0.449256
+0.494392 0.879606 0.454902
+0.555077 0.875624 0.470558
+0.614664 0.870527 0.497368
+0.685985 0.861204 0.542153
+0.759533 0.853452 0.600198
+0.806439 0.853895 0.643153
+0.833219 0.857008 0.664988
+0.841443 0.858412 0.671138
+0.032517 0.963806 0.467201
+0.0563668 0.960952 0.4645
+0.0781872 0.958633 0.462272
+0.107439 0.955612 0.459617
+0.161685 0.950454 0.455406
+0.238132 0.943709 0.450416
+0.312322 0.937453 0.447303
+0.375616 0.932189 0.446708
+0.435645 0.927062 0.44979
+0.498268 0.921569 0.459907
+0.562356 0.915755 0.480079
+0.623255 0.909789 0.510201
+0.694331 0.90132 0.553979
+0.771984 0.892103 0.615335
+0.82443 0.889632 0.67451
+0.853391 0.891569 0.709621
+0.861692 0.892638 0.719234
+0.0302892 0.978927 0.465461
+0.0548867 0.975586 0.462318
+0.0769055 0.973342 0.460334
+0.105653 0.970352 0.457649
+0.159426 0.96524 0.453407
+0.235828 0.958618 0.448798
+0.31043 0.952178 0.445869
+0.375662 0.94612 0.446708
+0.4374 0.940322 0.451713
+0.501213 0.934127 0.463432
+0.566323 0.927718 0.485557
+0.628443 0.921416 0.517723
+0.699275 0.913146 0.561471
+0.777417 0.904402 0.624903
+0.831846 0.901244 0.689052
+0.861234 0.902663 0.727306
+0.869688 0.903655 0.73817
+0.0955062 0.0992447 0.394034
+0.107744 0.099443 0.398566
+0.120729 0.0997787 0.40087
+0.139284 0.100649 0.397986
+0.166491 0.106371 0.370733
+0.177584 0.128206 0.287495
+0.172519 0.153368 0.209995
+0.174289 0.169543 0.181247
+0.181827 0.180056 0.183536
+0.199191 0.186114 0.206836
+0.234119 0.184619 0.24773
+0.29987 0.173892 0.301167
+0.408789 0.153582 0.356344
+0.53994 0.129717 0.398383
+0.651179 0.110689 0.42266
+0.725216 0.0988785 0.43508
+0.748806 0.0952926 0.438575
+0.0979629 0.112474 0.420844
+0.110536 0.112032 0.425452
+0.124437 0.112093 0.428305
+0.145068 0.112444 0.427329
+0.177279 0.117174 0.402792
+0.192111 0.137865 0.315724
+0.185748 0.164401 0.228092
+0.186419 0.181216 0.194232
+0.193606 0.191897 0.19527
+0.211292 0.198093 0.218952
+0.247105 0.196429 0.260426
+0.315801 0.185229 0.314595
+0.427039 0.164904 0.368353
+0.557366 0.141466 0.407782
+0.667994 0.12282 0.430625
+0.740963 0.111315 0.442222
+0.76434 0.107637 0.445304
+0.0988479 0.126894 0.445686
+0.11252 0.126604 0.451743
+0.12723 0.126314 0.456443
+0.149279 0.125994 0.456321
+0.186252 0.128878 0.434302
+0.20679 0.14789 0.346029
+0.199405 0.175479 0.247532
+0.198993 0.193179 0.207904
+0.205859 0.204257 0.207462
+0.223484 0.210346 0.231052
+0.260136 0.208545 0.27306
+0.331289 0.196963 0.327459
+0.443763 0.176455 0.379202
+0.574655 0.153216 0.416892
+0.684459 0.13492 0.438224
+0.75668 0.123644 0.448875
+0.779965 0.120195 0.451896
+0.0975662 0.149676 0.477836
+0.112367 0.149294 0.482979
+0.127916 0.148562 0.487373
+0.151339 0.147356 0.490883
+0.19501 0.14757 0.475273
+0.226551 0.162402 0.390906
+0.219623 0.191226 0.277974
+0.217472 0.210575 0.228504
+0.223514 0.222049 0.224994
+0.24123 0.228458 0.248539
+0.27892 0.226368 0.29102
+0.352804 0.214267 0.344839
+0.468437 0.193286 0.394491
+0.599359 0.170153 0.429023
+0.707698 0.152499 0.448127
+0.778576 0.141924 0.457664
+0.800549 0.138659 0.459953
+0.0898451 0.196384 0.522133
+0.106508 0.195422 0.52433
+0.123903 0.194446 0.526574
+0.149477 0.192523 0.528771
+0.198962 0.189014 0.528099
+0.255894 0.193606 0.469841
+0.259297 0.220523 0.34226
+0.252949 0.24329 0.269856
+0.257572 0.256367 0.258885
+0.274647 0.263081 0.281209
+0.314626 0.26038 0.324742
+0.395056 0.246693 0.377478
+0.515267 0.224598 0.421714
+0.645014 0.202548 0.450172
+0.749508 0.186603 0.465217
+0.81651 0.177142 0.472404
+0.837888 0.174197 0.474403
+0.075288 0.268742 0.552102
+0.0943923 0.267506 0.551858
+0.113909 0.265782 0.551049
+0.142 0.263233 0.549615
+0.195087 0.258961 0.546822
+0.268727 0.2533 0.535683
+0.314183 0.263615 0.447639
+0.306996 0.290639 0.339605
+0.307851 0.306493 0.309545
+0.323583 0.313939 0.328984
+0.368765 0.309895 0.374548
+0.46041 0.292943 0.422889
+0.584451 0.271046 0.457084
+0.707332 0.25182 0.47602
+0.803143 0.238804 0.485725
+0.8654 0.231327 0.490196
+0.885069 0.228687 0.490929
+0.0692149 0.34406 0.554971
+0.0893721 0.342245 0.553338
+0.109712 0.340444 0.551736
+0.138659 0.33785 0.549432
+0.192218 0.33312 0.545266
+0.266316 0.327016 0.539956
+0.33904 0.321736 0.52752
+0.366629 0.336416 0.434836
+0.361318 0.358343 0.365866
+0.374777 0.367102 0.378943
+0.428473 0.360082 0.425788
+0.532464 0.340688 0.464866
+0.651255 0.321187 0.485649
+0.761212 0.306645 0.49601
+0.84773 0.297398 0.499763
+0.904311 0.291676 0.500267
+0.922408 0.289693 0.500038
+0.0660105 0.410819 0.553231
+0.0864118 0.409216 0.551812
+0.106813 0.407263 0.550027
+0.135714 0.404486 0.54757
+0.189517 0.399954 0.543603
+0.263767 0.393622 0.538094
+0.336568 0.387472 0.532799
+0.400458 0.383612 0.520104
+0.410712 0.403098 0.425742
+0.420401 0.414496 0.423468
+0.488243 0.403769 0.469413
+0.595026 0.384588 0.493355
+0.698589 0.370642 0.502831
+0.796002 0.361013 0.505013
+0.874159 0.35436 0.50399
+0.926909 0.350347 0.502754
+0.943862 0.34873 0.50193
+0.0627298 0.477592 0.551797
+0.0832227 0.47567 0.550057
+0.103761 0.473671 0.548241
+0.132845 0.471138 0.545968
+0.186557 0.4663 0.541726
+0.261234 0.459953 0.536233
+0.334401 0.453971 0.531106
+0.398459 0.448814 0.526757
+0.458228 0.445533 0.512901
+0.466224 0.461906 0.468162
+0.55227 0.446586 0.503197
+0.641459 0.434516 0.509606
+0.727413 0.426886 0.508614
+0.813825 0.4206 0.50573
+0.886702 0.415991 0.503166
+0.936599 0.412528 0.500984
+0.95285 0.411048 0.499977
+0.0589761 0.547372 0.549889
+0.0797284 0.545617 0.548257
+0.100435 0.543648 0.546487
+0.129503 0.54081 0.543923
+0.18349 0.536202 0.539864
+0.258595 0.529747 0.534279
+0.331655 0.523507 0.528954
+0.395926 0.518563 0.524819
+0.457145 0.51368 0.520745
+0.513771 0.511574 0.513924
+0.58648 0.50425 0.512963
+0.654658 0.499016 0.508934
+0.731395 0.494011 0.505165
+0.813962 0.489189 0.501625
+0.884718 0.484794 0.498405
+0.934096 0.481483 0.495964
+0.950317 0.480262 0.495064
+0.0547341 0.621698 0.547799
+0.0757 0.619654 0.545876
+0.0965438 0.617533 0.543969
+0.125872 0.614939 0.541588
+0.179828 0.61001 0.537163
+0.255329 0.603494 0.53138
+0.328801 0.597528 0.526055
+0.392798 0.592279 0.52137
+0.454124 0.587243 0.517266
+0.517922 0.582818 0.515908
+0.575433 0.577874 0.544549
+0.617121 0.582605 0.540551
+0.698421 0.576562 0.51313
+0.79086 0.568689 0.501122
+0.866484 0.562997 0.495354
+0.918334 0.559167 0.491997
+0.93518 0.557412 0.490562
+0.0499733 0.698863 0.544701
+0.0712902 0.696681 0.542626
+0.0923781 0.69482 0.540841
+0.121782 0.691814 0.538079
+0.175982 0.686885 0.533547
+0.252094 0.680354 0.527611
+0.325567 0.673945 0.521981
+0.389807 0.66865 0.517739
+0.451057 0.663584 0.514199
+0.513588 0.659022 0.513649
+0.571832 0.65565 0.52784
+0.629267 0.649699 0.570397
+0.668482 0.655772 0.5776
+0.730373 0.658778 0.555993
+0.809049 0.653986 0.52813
+0.868711 0.648539 0.51281
+0.888197 0.646571 0.508644
+0.0451362 0.775876 0.541222
+0.0669718 0.773785 0.539193
+0.0882124 0.771481 0.537026
+0.117922 0.768627 0.534356
+0.172274 0.763394 0.529595
+0.248692 0.756542 0.523613
+0.322713 0.75024 0.518471
+0.38674 0.744671 0.514321
+0.447486 0.739513 0.511421
+0.509499 0.735409 0.511666
+0.568475 0.731929 0.521782
+0.629282 0.725719 0.551675
+0.687861 0.721584 0.596689
+0.732403 0.727626 0.60824
+0.775784 0.732982 0.600198
+0.815091 0.734737 0.585748
+0.829908 0.73431 0.579202
+0.0400244 0.85452 0.537469
+0.0624247 0.851865 0.534936
+0.0839704 0.849729 0.532937
+0.11368 0.846448 0.529976
+0.168154 0.841093 0.525292
+0.245167 0.834363 0.519707
+0.319188 0.82771 0.514534
+0.383215 0.822156 0.510689
+0.443671 0.817349 0.508766
+0.504799 0.813107 0.509163
+0.565209 0.809628 0.517388
+0.622156 0.806134 0.537285
+0.692409 0.797421 0.580468
+0.754772 0.794736 0.628336
+0.793698 0.799664 0.647334
+0.820111 0.803952 0.651026
+0.829114 0.805295 0.65098
+0.0351263 0.920485 0.533684
+0.0584421 0.91783 0.531167
+0.0801709 0.915373 0.528862
+0.109743 0.912139 0.525917
+0.164385 0.907027 0.521492
+0.24123 0.900069 0.51577
+0.315908 0.893675 0.510933
+0.379828 0.888197 0.507515
+0.43978 0.883314 0.505959
+0.501305 0.879149 0.507485
+0.564324 0.874556 0.516976
+0.623194 0.870069 0.538094
+0.692271 0.863005 0.57438
+0.768841 0.854307 0.635065
+0.816312 0.854322 0.682673
+0.842741 0.857923 0.705013
+0.850599 0.859251 0.710246
+0.0305638 0.965621 0.530785
+0.055314 0.962417 0.527596
+0.0773022 0.960128 0.525383
+0.106615 0.957092 0.522576
+0.16083 0.951888 0.517937
+0.237797 0.945205 0.512551
+0.312612 0.938704 0.507652
+0.378134 0.932647 0.505577
+0.441337 0.926482 0.507317
+0.506355 0.920348 0.513024
+0.571984 0.914214 0.526986
+0.63415 0.908583 0.552621
+0.702358 0.902129 0.588693
+0.780194 0.893416 0.649973
+0.83447 0.890471 0.713237
+0.862745 0.89247 0.747112
+0.870848 0.893675 0.756329
+0.0284123 0.980652 0.528618
+0.0539254 0.977356 0.525505
+0.0759747 0.974823 0.523186
+0.104768 0.971832 0.520317
+0.158862 0.966735 0.51603
+0.235248 0.960052 0.510521
+0.311437 0.953124 0.506249
+0.379324 0.946303 0.505898
+0.443519 0.939422 0.509041
+0.51014 0.932723 0.516777
+0.576562 0.92607 0.532815
+0.639643 0.919936 0.55993
+0.709041 0.914092 0.597772
+0.785977 0.90576 0.659861
+0.841321 0.902159 0.72607
+0.87068 0.903731 0.763943
+0.878874 0.90483 0.774273
+0.0967117 0.101472 0.4421
+0.1093 0.101472 0.4477
+0.12256 0.101518 0.451164
+0.142061 0.101961 0.451499
+0.172839 0.10605 0.431449
+0.19237 0.124346 0.355962
+0.187488 0.15108 0.262959
+0.184939 0.170733 0.210361
+0.187961 0.184573 0.192462
+0.197406 0.194522 0.2
+0.216098 0.199512 0.225528
+0.254536 0.19791 0.270298
+0.331289 0.186557 0.332723
+0.444602 0.166201 0.390784
+0.555428 0.145937 0.428794
+0.633097 0.132128 0.44892
+0.65893 0.12781 0.454673
+0.0983902 0.114656 0.473457
+0.111299 0.114015 0.479194
+0.125612 0.113939 0.48368
+0.146822 0.113848 0.484474
+0.182208 0.11693 0.465873
+0.206638 0.133852 0.388479
+0.201587 0.161242 0.285985
+0.197681 0.18201 0.22623
+0.200168 0.196414 0.205249
+0.2094 0.206653 0.211887
+0.228061 0.211688 0.237339
+0.267842 0.210208 0.283238
+0.346334 0.198642 0.345464
+0.461509 0.178073 0.402335
+0.572931 0.157702 0.438865
+0.650492 0.143938 0.457938
+0.675669 0.13959 0.46331
+0.0986648 0.12903 0.501976
+0.112703 0.128603 0.509102
+0.127626 0.128069 0.514214
+0.150164 0.127459 0.515602
+0.18996 0.129 0.499138
+0.220279 0.143725 0.421912
+0.216388 0.171588 0.311009
+0.210986 0.193652 0.243244
+0.212665 0.208515 0.218418
+0.221668 0.219104 0.224018
+0.240284 0.224247 0.249363
+0.280781 0.222644 0.295689
+0.36112 0.210803 0.357839
+0.478065 0.189654 0.413321
+0.590204 0.169223 0.448447
+0.667689 0.155734 0.466697
+0.692988 0.151278 0.471656
+0.0966812 0.151827 0.537835
+0.111711 0.151141 0.54316
+0.127596 0.150378 0.548516
+0.151415 0.148928 0.552773
+0.196536 0.148135 0.540749
+0.237858 0.158923 0.469673
+0.237949 0.186267 0.349294
+0.230304 0.210163 0.269001
+0.231052 0.226184 0.238056
+0.239414 0.237156 0.241535
+0.257939 0.242542 0.266636
+0.299535 0.240955 0.313573
+0.382498 0.228183 0.37528
+0.502434 0.206348 0.428763
+0.615396 0.186099 0.461814
+0.692714 0.172641 0.478416
+0.717601 0.168414 0.482979
+0.0881361 0.198154 0.586648
+0.105089 0.197284 0.589746
+0.122698 0.195987 0.591959
+0.148562 0.193896 0.594598
+0.198688 0.190341 0.595239
+0.260731 0.192142 0.546242
+0.277974 0.214191 0.425925
+0.268055 0.241459 0.321752
+0.266163 0.259602 0.276417
+0.273381 0.271672 0.275059
+0.291646 0.277516 0.29955
+0.334905 0.275059 0.347112
+0.423789 0.260761 0.407721
+0.549081 0.237858 0.457008
+0.662333 0.217777 0.485145
+0.738231 0.205249 0.499016
+0.762478 0.201068 0.502541
+0.07393 0.270405 0.62092
+0.0932174 0.268803 0.620386
+0.112932 0.267216 0.619715
+0.141329 0.264714 0.618128
+0.194491 0.260075 0.614298
+0.268589 0.254566 0.60325
+0.324025 0.260441 0.529976
+0.325322 0.285618 0.410636
+0.318791 0.308324 0.337484
+0.32343 0.322255 0.324697
+0.340688 0.328405 0.347463
+0.388128 0.32488 0.396674
+0.487694 0.307485 0.454002
+0.618128 0.283772 0.494301
+0.728878 0.265538 0.515236
+0.800427 0.254398 0.524559
+0.82266 0.250843 0.526726
+0.0686656 0.34519 0.623102
+0.0889143 0.343664 0.621668
+0.109239 0.341726 0.61976
+0.13817 0.338979 0.61706
+0.191943 0.334493 0.612757
+0.265965 0.328206 0.606897
+0.33875 0.322683 0.59498
+0.381262 0.331456 0.520043
+0.375357 0.357 0.412665
+0.375769 0.374472 0.377371
+0.391989 0.381628 0.397528
+0.445502 0.375677 0.447852
+0.557534 0.355184 0.498085
+0.688243 0.332921 0.527031
+0.790417 0.317662 0.539818
+0.855909 0.308782 0.545617
+0.876554 0.306065 0.54699
+0.0655528 0.412238 0.621378
+0.0859083 0.410346 0.619623
+0.106355 0.408392 0.617716
+0.135393 0.405859 0.615351
+0.189014 0.401068 0.610895
+0.263447 0.394827 0.605127
+0.336416 0.388846 0.599557
+0.400473 0.38439 0.58819
+0.429191 0.397681 0.501884
+0.423636 0.420981 0.427634
+0.43769 0.429038 0.44213
+0.500755 0.420386 0.492958
+0.62182 0.398322 0.531853
+0.743404 0.379553 0.548974
+0.835874 0.368139 0.556085
+0.895338 0.361471 0.557671
+0.914229 0.359167 0.557565
+0.0622263 0.478737 0.619547
+0.0827497 0.476799 0.617777
+0.103395 0.475074 0.61619
+0.132403 0.472251 0.613581
+0.186328 0.467674 0.60943
+0.261082 0.461265 0.60354
+0.33402 0.455085 0.597787
+0.39826 0.450187 0.593256
+0.459281 0.445975 0.582818
+0.472679 0.465705 0.48629
+0.483574 0.476524 0.4869
+0.561776 0.46331 0.534432
+0.680064 0.443565 0.556466
+0.785992 0.430793 0.563394
+0.86746 0.422934 0.563348
+0.921553 0.418112 0.561868
+0.938994 0.416541 0.561196
+0.0585489 0.54873 0.617868
+0.0793164 0.546822 0.616159
+0.100023 0.544778 0.614282
+0.129244 0.542184 0.611963
+0.183108 0.537316 0.607507
+0.258228 0.530846 0.601556
+0.331594 0.524865 0.596063
+0.395575 0.519661 0.591241
+0.456687 0.514778 0.586725
+0.521187 0.510948 0.576013
+0.531701 0.525872 0.533761
+0.626627 0.509148 0.565759
+0.721202 0.49836 0.569238
+0.809674 0.491249 0.566354
+0.883055 0.486213 0.563165
+0.933532 0.482704 0.560662
+0.94995 0.481117 0.559442
+0.0543832 0.622766 0.616068
+0.0754101 0.620676 0.614206
+0.0963455 0.618875 0.612589
+0.125597 0.615946 0.609918
+0.179568 0.611002 0.605417
+0.255406 0.604761 0.599664
+0.328634 0.598474 0.593866
+0.392737 0.593454 0.589227
+0.453819 0.588525 0.58468
+0.518776 0.58349 0.580056
+0.583291 0.57882 0.577737
+0.650538 0.574014 0.570703
+0.727184 0.568856 0.565789
+0.809628 0.564019 0.56112
+0.880415 0.559625 0.556924
+0.930022 0.556268 0.553765
+0.946334 0.555001 0.55259
+0.0496986 0.699916 0.613779
+0.0711376 0.697948 0.612055
+0.0921798 0.69575 0.610056
+0.121614 0.692866 0.607416
+0.175845 0.687953 0.602899
+0.251759 0.68127 0.596658
+0.325414 0.675166 0.59089
+0.389227 0.669795 0.585733
+0.450217 0.664729 0.580835
+0.515511 0.659815 0.576455
+0.579507 0.655009 0.574517
+0.638407 0.649866 0.604715
+0.683787 0.655177 0.602121
+0.774426 0.649256 0.57203
+0.855344 0.642252 0.559686
+0.909667 0.63798 0.554482
+0.927153 0.636118 0.552575
+0.0447395 0.777142 0.611261
+0.0665904 0.774731 0.609064
+0.0879072 0.772702 0.607187
+0.117494 0.769543 0.604227
+0.171756 0.76434 0.599298
+0.248325 0.757824 0.593042
+0.321965 0.751339 0.586801
+0.385916 0.745846 0.581628
+0.447211 0.740948 0.577325
+0.512108 0.735653 0.57322
+0.575875 0.731243 0.57261
+0.634607 0.727657 0.587716
+0.698009 0.721721 0.634989
+0.743938 0.728161 0.644053
+0.797009 0.731228 0.62266
+0.849104 0.728954 0.599405
+0.868055 0.727504 0.592416
+0.0391699 0.855573 0.607416
+0.0617838 0.853193 0.605203
+0.083299 0.850736 0.602884
+0.112947 0.847471 0.599817
+0.167544 0.842451 0.595026
+0.244251 0.835508 0.588479
+0.318379 0.828962 0.582467
+0.382666 0.823621 0.577844
+0.443732 0.818387 0.573602
+0.508354 0.813443 0.57055
+0.571954 0.80911 0.570474
+0.630671 0.805676 0.581323
+0.698695 0.799649 0.613245
+0.765545 0.79498 0.670695
+0.803937 0.800153 0.688792
+0.831434 0.804715 0.689494
+0.841215 0.805707 0.687388
+0.033875 0.921981 0.603677
+0.057496 0.919005 0.600885
+0.0793317 0.916716 0.598718
+0.10898 0.913542 0.595682
+0.163409 0.908232 0.590661
+0.240543 0.901534 0.584558
+0.315068 0.894987 0.578759
+0.379294 0.889433 0.574151
+0.440665 0.884474 0.570459
+0.505684 0.878843 0.568811
+0.571542 0.873533 0.571649
+0.634012 0.868864 0.585473
+0.699611 0.864042 0.612467
+0.777676 0.855543 0.673533
+0.826856 0.85507 0.725704
+0.852415 0.858808 0.745769
+0.860166 0.86038 0.750347
+0.028809 0.967147 0.600168
+0.0543069 0.963867 0.597238
+0.0763409 0.961501 0.594858
+0.105608 0.958434 0.591821
+0.160067 0.953338 0.587167
+0.23682 0.946593 0.581003
+0.312154 0.939956 0.575494
+0.37937 0.933501 0.572473
+0.444129 0.92665 0.571405
+0.512718 0.919432 0.573953
+0.580682 0.91284 0.582025
+0.645716 0.906889 0.599893
+0.713268 0.902144 0.632242
+0.788403 0.89514 0.688609
+0.844297 0.891524 0.752087
+0.872557 0.893706 0.785687
+0.880354 0.895018 0.794202
+0.0272221 0.982193 0.597894
+0.0527962 0.978759 0.594659
+0.0749676 0.97644 0.592355
+0.103929 0.973266 0.589654
+0.157855 0.968139 0.584878
+0.23447 0.961486 0.578973
+0.312139 0.954116 0.574411
+0.38114 0.946807 0.572335
+0.447379 0.93933 0.572946
+0.517403 0.931579 0.577462
+0.585367 0.924498 0.58732
+0.651987 0.918196 0.607431
+0.720638 0.913725 0.642618
+0.794003 0.907393 0.698741
+0.851164 0.903441 0.763973
+0.880278 0.905013 0.800763
+0.888243 0.906218 0.810544
+0.0975052 0.103548 0.498756
+0.110414 0.103319 0.505119
+0.124086 0.103182 0.509957
+0.144274 0.10312 0.511772
+0.177996 0.105776 0.497078
+0.206027 0.120577 0.432044
+0.20557 0.146395 0.333013
+0.2 0.1691 0.261631
+0.199512 0.186557 0.221439
+0.203708 0.200504 0.207813
+0.213306 0.210132 0.21622
+0.232547 0.216312 0.242405
+0.274327 0.216754 0.292393
+0.349004 0.207202 0.357366
+0.438514 0.191714 0.410483
+0.510765 0.178332 0.442252
+0.535515 0.1738 0.451575
+0.0981308 0.116304 0.531426
+0.111803 0.115923 0.539849
+0.12636 0.115572 0.544732
+0.14818 0.115145 0.547265
+0.186328 0.116899 0.534432
+0.219226 0.129961 0.468162
+0.221469 0.155581 0.365515
+0.21442 0.179675 0.284657
+0.212634 0.197971 0.238071
+0.216297 0.21265 0.221088
+0.225437 0.222553 0.228138
+0.244877 0.229129 0.254459
+0.287312 0.229679 0.304967
+0.363348 0.219654 0.370001
+0.454505 0.203616 0.422507
+0.527245 0.190188 0.453483
+0.552514 0.185306 0.462455
+0.0981918 0.13106 0.56434
+0.112474 0.130404 0.571939
+0.127749 0.129747 0.578424
+0.150744 0.128832 0.581155
+0.192599 0.129168 0.569451
+0.232029 0.140017 0.507851
+0.237522 0.164965 0.39939
+0.229252 0.190311 0.308919
+0.226261 0.209766 0.255604
+0.229068 0.224918 0.234653
+0.237766 0.235111 0.240269
+0.257282 0.242008 0.26659
+0.299992 0.242283 0.317205
+0.377569 0.231785 0.382376
+0.470497 0.215473 0.434379
+0.544411 0.201633 0.46453
+0.569924 0.196719 0.473243
+0.0954147 0.153689 0.603937
+0.110796 0.152972 0.610483
+0.126909 0.151934 0.61651
+0.151049 0.150256 0.623056
+0.197635 0.148852 0.616983
+0.246845 0.155779 0.560647
+0.259754 0.178714 0.448661
+0.25098 0.205631 0.345281
+0.245762 0.226627 0.281025
+0.247593 0.242771 0.254307
+0.255863 0.253498 0.258137
+0.275059 0.26041 0.283955
+0.318578 0.260548 0.335073
+0.398779 0.249332 0.400412
+0.494545 0.232074 0.451209
+0.569818 0.218128 0.48014
+0.59556 0.213107 0.48835
+0.0861524 0.200031 0.665248
+0.103365 0.19881 0.668803
+0.121202 0.197406 0.671824
+0.147463 0.195392 0.676066
+0.19791 0.191394 0.678187
+0.264286 0.191379 0.639002
+0.296559 0.207355 0.53463
+0.291402 0.234623 0.413367
+0.282856 0.258824 0.32961
+0.282734 0.2766 0.291844
+0.289876 0.287953 0.291783
+0.308782 0.295293 0.316945
+0.353704 0.294713 0.368734
+0.439231 0.281804 0.433829
+0.54052 0.263508 0.482155
+0.617929 0.24892 0.508309
+0.644053 0.243778 0.515511
+0.0723888 0.271702 0.707622
+0.0919203 0.270222 0.707179
+0.111818 0.268498 0.706188
+0.140368 0.265827 0.704097
+0.193957 0.261433 0.699779
+0.267964 0.255634 0.688151
+0.330419 0.258076 0.626795
+0.347936 0.27779 0.516854
+0.338323 0.304509 0.408164
+0.334493 0.325536 0.34934
+0.340032 0.338582 0.341588
+0.357839 0.346044 0.364935
+0.405859 0.344381 0.418189
+0.501335 0.328954 0.482017
+0.609979 0.308675 0.524605
+0.689097 0.294163 0.545998
+0.714977 0.289357 0.551644
+0.0679637 0.346593 0.708797
+0.0881819 0.344747 0.706874
+0.108537 0.342809 0.704814
+0.137575 0.340337 0.702205
+0.191196 0.335576 0.697139
+0.265309 0.329274 0.690394
+0.33846 0.323919 0.678599
+0.390448 0.327886 0.618738
+0.398581 0.349859 0.507256
+0.3897 0.375738 0.415976
+0.392233 0.390814 0.393912
+0.409079 0.399039 0.41503
+0.461784 0.395651 0.469947
+0.56997 0.376486 0.529747
+0.683742 0.355901 0.564263
+0.761852 0.342153 0.579629
+0.786892 0.337591 0.583322
+0.0648051 0.413352 0.706172
+0.0852064 0.411475 0.70425
+0.10573 0.409751 0.702464
+0.134691 0.406958 0.699489
+0.188373 0.402243 0.694514
+0.262989 0.396063 0.687984
+0.335805 0.389929 0.681346
+0.400168 0.385565 0.670573
+0.444343 0.391959 0.604181
+0.441047 0.418677 0.487221
+0.439704 0.437568 0.442573
+0.454704 0.446265 0.459663
+0.514015 0.44065 0.51603
+0.634958 0.418753 0.568872
+0.748577 0.398825 0.593606
+0.82269 0.386908 0.603479
+0.845396 0.38352 0.605753
+0.0615549 0.480095 0.704051
+0.0821393 0.478172 0.702098
+0.102739 0.476158 0.699962
+0.131899 0.473594 0.697322
+0.185641 0.468757 0.69221
+0.260441 0.462364 0.68545
+0.3337 0.456413 0.679118
+0.397604 0.45127 0.673548
+0.458747 0.44686 0.663737
+0.494347 0.459129 0.578607
+0.487511 0.483345 0.494301
+0.500313 0.493477 0.504234
+0.570016 0.484779 0.56112
+0.700206 0.460945 0.601404
+0.806256 0.44445 0.616007
+0.87277 0.435294 0.621286
+0.893675 0.432197 0.621927
+0.0578622 0.54992 0.701503
+0.0786603 0.547921 0.699458
+0.0994583 0.546151 0.697643
+0.128618 0.543282 0.694652
+0.182452 0.538384 0.68957
+0.257939 0.532189 0.683101
+0.33106 0.525948 0.676448
+0.394965 0.520745 0.670878
+0.456214 0.516106 0.665858
+0.521187 0.511543 0.656687
+0.53994 0.529717 0.5608
+0.548012 0.54287 0.550851
+0.634913 0.529 0.603983
+0.761288 0.5084 0.625818
+0.852415 0.496971 0.630564
+0.910582 0.490745 0.629984
+0.929091 0.488777 0.629297
+0.053727 0.623972 0.699016
+0.0748608 0.622065 0.697139
+0.0957656 0.619928 0.694957
+0.125124 0.617197 0.692164
+0.179202 0.612345 0.68716
+0.254856 0.605798 0.680385
+0.328389 0.599756 0.673976
+0.392248 0.594507 0.66836
+0.453208 0.589548 0.662974
+0.518349 0.584787 0.657771
+0.583444 0.579843 0.650797
+0.598398 0.594919 0.600046
+0.703151 0.577752 0.635248
+0.801816 0.566995 0.636316
+0.877623 0.561013 0.632547
+0.929244 0.557275 0.629419
+0.945998 0.555566 0.627726
+0.0491951 0.701183 0.696559
+0.0706493 0.69894 0.694362
+0.0918135 0.697032 0.6925
+0.121263 0.693996 0.689433
+0.175402 0.688884 0.684276
+0.251652 0.682475 0.677684
+0.325078 0.676051 0.670954
+0.388861 0.670649 0.665202
+0.449943 0.665873 0.660044
+0.514763 0.660731 0.654459
+0.580255 0.655604 0.648798
+0.647089 0.650858 0.645518
+0.722606 0.646159 0.637385
+0.805508 0.641154 0.631403
+0.876631 0.636744 0.625986
+0.926589 0.633371 0.621759
+0.943069 0.632151 0.620203
+0.0442512 0.778073 0.693797
+0.0662547 0.775921 0.691752
+0.087541 0.773571 0.689448
+0.117113 0.770428 0.68629
+0.171572 0.765469 0.681285
+0.247913 0.758648 0.674266
+0.321614 0.752255 0.667491
+0.385565 0.747021 0.661768
+0.446357 0.741924 0.656046
+0.511193 0.736904 0.650263
+0.577478 0.731823 0.644694
+0.643214 0.72697 0.64213
+0.709361 0.722194 0.679942
+0.761425 0.72723 0.676036
+0.840513 0.722316 0.642023
+0.898665 0.717342 0.629099
+0.916991 0.715358 0.625666
+0.0386206 0.856779 0.690349
+0.0612955 0.854047 0.687739
+0.0829023 0.85185 0.685573
+0.112596 0.8486 0.682353
+0.166979 0.84329 0.676936
+0.243885 0.836683 0.669993
+0.317861 0.830167 0.662898
+0.381765 0.824674 0.656779
+0.442939 0.819806 0.651347
+0.507591 0.814572 0.645823
+0.57435 0.809308 0.640803
+0.639307 0.80499 0.640116
+0.705135 0.801221 0.658808
+0.776608 0.795163 0.717754
+0.815167 0.801007 0.731716
+0.846204 0.804623 0.724437
+0.858381 0.805234 0.719341
+0.0327153 0.923064 0.686183
+0.0568551 0.920195 0.683574
+0.0786908 0.917723 0.681041
+0.108263 0.914504 0.677714
+0.162844 0.909453 0.672541
+0.239658 0.902617 0.665232
+0.314153 0.896132 0.658137
+0.378546 0.890883 0.652491
+0.440024 0.885588 0.647242
+0.506401 0.879561 0.643107
+0.576089 0.87332 0.641733
+0.642924 0.867658 0.646067
+0.710903 0.863554 0.665766
+0.785702 0.857496 0.71545
+0.837598 0.855772 0.769146
+0.862486 0.860182 0.787243
+0.869978 0.861799 0.790463
+0.027924 0.968444 0.682521
+0.0534066 0.965011 0.679255
+0.0755322 0.962661 0.676829
+0.104891 0.959655 0.673762
+0.159136 0.954513 0.668299
+0.235996 0.94789 0.66125
+0.312276 0.941024 0.654734
+0.380133 0.934173 0.650172
+0.445899 0.927108 0.647761
+0.516182 0.919524 0.647288
+0.58674 0.911925 0.650858
+0.656123 0.905562 0.661784
+0.72665 0.900999 0.686702
+0.796231 0.896941 0.731182
+0.854276 0.893019 0.791257
+0.882399 0.89514 0.823941
+0.889906 0.89659 0.831754
+0.0260471 0.983444 0.679606
+0.0519112 0.980026 0.676646
+0.0741436 0.977676 0.674159
+0.103014 0.974685 0.671016
+0.157137 0.969421 0.665995
+0.234043 0.962646 0.659007
+0.312932 0.954803 0.653132
+0.383169 0.947204 0.649989
+0.449928 0.939467 0.648661
+0.521523 0.931365 0.649897
+0.592416 0.9234 0.656123
+0.662623 0.916747 0.669398
+0.734112 0.912032 0.696941
+0.802976 0.908934 0.742397
+0.860456 0.90518 0.800748
+0.889998 0.906615 0.837293
+0.897841 0.907988 0.846723
+0.0978714 0.105333 0.559075
+0.111177 0.104952 0.566766
+0.125109 0.104555 0.572381
+0.145449 0.103807 0.574731
+0.18233 0.105577 0.568643
+0.218296 0.116625 0.520638
+0.22826 0.13901 0.432975
+0.222766 0.163409 0.347616
+0.217823 0.18468 0.282887
+0.217472 0.20293 0.241779
+0.221118 0.21677 0.22681
+0.231022 0.227939 0.233967
+0.25243 0.236637 0.262562
+0.292607 0.238819 0.312322
+0.347494 0.233478 0.366217
+0.397833 0.225925 0.405035
+0.41706 0.222858 0.417853
+0.0979019 0.118166 0.595636
+0.111833 0.117525 0.604623
+0.126726 0.117006 0.611215
+0.149035 0.116258 0.617639
+0.189364 0.116777 0.613153
+0.23093 0.126055 0.566461
+0.244388 0.147539 0.473686
+0.23859 0.1729 0.378073
+0.232197 0.195438 0.305364
+0.230716 0.214603 0.258213
+0.233722 0.228901 0.240177
+0.243565 0.240681 0.246357
+0.264912 0.249577 0.274754
+0.305287 0.251682 0.324651
+0.361028 0.246174 0.378836
+0.412314 0.238193 0.417609
+0.431495 0.234806 0.430045
+0.0972763 0.132815 0.634379
+0.111925 0.132036 0.644556
+0.127413 0.131151 0.652689
+0.15079 0.129976 0.658579
+0.194629 0.129366 0.656031
+0.241779 0.136477 0.610208
+0.259922 0.15671 0.513512
+0.254826 0.182712 0.409705
+0.246738 0.206378 0.328023
+0.24416 0.226551 0.274846
+0.246632 0.241382 0.253819
+0.256046 0.253346 0.258701
+0.277317 0.26244 0.286885
+0.317968 0.264454 0.33698
+0.374533 0.258534 0.391318
+0.42678 0.250431 0.430076
+0.446372 0.246891 0.442466
+0.0938277 0.155474 0.685374
+0.109468 0.154467 0.693599
+0.125856 0.153277 0.70135
+0.150439 0.151553 0.710185
+0.197848 0.149401 0.708171
+0.253605 0.153277 0.664958
+0.280156 0.170962 0.567117
+0.277394 0.196872 0.453971
+0.26775 0.222339 0.360616
+0.263401 0.243793 0.298558
+0.265126 0.259312 0.273274
+0.27422 0.271748 0.276692
+0.295079 0.280858 0.304234
+0.336172 0.282689 0.354635
+0.3944 0.276448 0.409506
+0.448463 0.267613 0.448188
+0.468696 0.263798 0.460395
+0.0839399 0.20148 0.757473
+0.101427 0.200336 0.762005
+0.119554 0.198856 0.765545
+0.146014 0.196506 0.769665
+0.19704 0.192523 0.772992
+0.265873 0.19086 0.739178
+0.309911 0.201862 0.64976
+0.317113 0.225467 0.531044
+0.306813 0.252537 0.420615
+0.299748 0.27631 0.343893
+0.300374 0.293278 0.310842
+0.308263 0.306172 0.31043
+0.328588 0.315572 0.337011
+0.370748 0.317189 0.388113
+0.432166 0.309697 0.443549
+0.489601 0.300023 0.481819
+0.510399 0.296147 0.493202
+0.0709239 0.273106 0.801633
+0.0906386 0.271382 0.800687
+0.110674 0.269505 0.799268
+0.139513 0.267109 0.797131
+0.193011 0.262394 0.792126
+0.26714 0.256565 0.780774
+0.334096 0.257115 0.728801
+0.365408 0.27071 0.634562
+0.364584 0.295674 0.516854
+0.354376 0.323156 0.41706
+0.352071 0.342367 0.367803
+0.35848 0.356725 0.360403
+0.377722 0.366461 0.385046
+0.421607 0.367208 0.43714
+0.489158 0.35816 0.493477
+0.551705 0.346899 0.529839
+0.574884 0.342153 0.54078
+0.0670481 0.34757 0.801083
+0.0873121 0.345815 0.799268
+0.107729 0.34406 0.797452
+0.13669 0.341299 0.794522
+0.190387 0.336675 0.789624
+0.264729 0.330526 0.783017
+0.337652 0.324834 0.771267
+0.395239 0.326268 0.72256
+0.42005 0.341497 0.62649
+0.413291 0.369665 0.505394
+0.406897 0.392981 0.431998
+0.410636 0.408804 0.412818
+0.42855 0.41912 0.43473
+0.475441 0.419165 0.488594
+0.550851 0.407431 0.544564
+0.620279 0.394446 0.578271
+0.645106 0.38967 0.5879
+0.0639658 0.414618 0.798779
+0.0843824 0.412711 0.796826
+0.104875 0.410742 0.794705
+0.133959 0.408209 0.792065
+0.187625 0.403388 0.786954
+0.262135 0.397055 0.780148
+0.335256 0.39115 0.7738
+0.399359 0.386465 0.763241
+0.451728 0.388876 0.711666
+0.467063 0.409964 0.599207
+0.457008 0.436973 0.496651
+0.457725 0.455238 0.461006
+0.474342 0.466545 0.479469
+0.524453 0.46508 0.534661
+0.609384 0.451011 0.589136
+0.685023 0.436652 0.618875
+0.711269 0.431342 0.62681
+0.0606546 0.481132 0.796292
+0.0812848 0.479179 0.794263
+0.101976 0.477424 0.792462
+0.131029 0.474586 0.789441
+0.184756 0.469734 0.784283
+0.259907 0.4636 0.777752
+0.332891 0.457389 0.771008
+0.396811 0.452293 0.765454
+0.458076 0.448005 0.756512
+0.508904 0.453147 0.69337
+0.509499 0.478874 0.574243
+0.505486 0.501366 0.511742
+0.519677 0.513512 0.523766
+0.57528 0.510521 0.580941
+0.671519 0.493095 0.631098
+0.751232 0.47805 0.654795
+0.777646 0.473121 0.660655
+0.057023 0.551095 0.79379
+0.0778973 0.549203 0.791852
+0.0986648 0.547127 0.789639
+0.127916 0.544488 0.786862
+0.181827 0.539635 0.78172
+0.257115 0.533165 0.774777
+0.330556 0.527184 0.768338
+0.394385 0.521981 0.762661
+0.455253 0.517082 0.75729
+0.520516 0.512688 0.749187
+0.563149 0.521355 0.673594
+0.556146 0.54844 0.570138
+0.567285 0.562829 0.570291
+0.631449 0.556649 0.62858
+0.739895 0.536431 0.66981
+0.819242 0.522622 0.685512
+0.844434 0.517937 0.688624
+0.052903 0.625147 0.79115
+0.0740368 0.623026 0.788952
+0.0950637 0.621195 0.78706
+0.124361 0.618265 0.783917
+0.178393 0.613291 0.778637
+0.254368 0.607019 0.771954
+0.327688 0.600717 0.765133
+0.39147 0.595438 0.75935
+0.452522 0.590753 0.754223
+0.517357 0.585702 0.748653
+0.582574 0.580713 0.742
+0.613275 0.59559 0.651148
+0.617395 0.614725 0.619257
+0.697749 0.60383 0.676097
+0.810651 0.584207 0.701213
+0.880491 0.5738 0.707698
+0.901991 0.570748 0.708797
+0.0483406 0.702144 0.788174
+0.0699474 0.700191 0.786191
+0.0910658 0.697963 0.783856
+0.120531 0.694987 0.780728
+0.174838 0.690089 0.775555
+0.250889 0.68336 0.768399
+0.324498 0.677073 0.761639
+0.388388 0.671809 0.755932
+0.449119 0.666728 0.750378
+0.514061 0.661799 0.744961
+0.579751 0.656748 0.739406
+0.647074 0.651621 0.7337
+0.669612 0.668711 0.670314
+0.771618 0.652796 0.712993
+0.862882 0.641443 0.717418
+0.919081 0.636378 0.715755
+0.936904 0.634394 0.714351
+0.0435492 0.779278 0.785672
+0.0655833 0.776776 0.783123
+0.0869917 0.774731 0.780972
+0.116609 0.771527 0.7776
+0.170916 0.766278 0.772076
+0.247547 0.759716 0.765103
+0.321248 0.753216 0.758114
+0.385016 0.747753 0.752194
+0.445945 0.742916 0.746914
+0.510552 0.737758 0.741253
+0.576699 0.732616 0.735576
+0.644129 0.727749 0.730175
+0.719097 0.722866 0.726436
+0.801129 0.717906 0.719097
+0.872831 0.713817 0.713619
+0.922545 0.710643 0.709819
+0.93875 0.709285 0.708171
+0.0378576 0.857603 0.781918
+0.0607919 0.855116 0.779385
+0.0823987 0.852628 0.776776
+0.112032 0.849332 0.773297
+0.166613 0.844297 0.767987
+0.24329 0.837369 0.760586
+0.317342 0.830854 0.753491
+0.381415 0.825666 0.747768
+0.442145 0.820554 0.742031
+0.506539 0.815473 0.736187
+0.573526 0.810605 0.730449
+0.641016 0.80528 0.724865
+0.715648 0.800443 0.723751
+0.787854 0.795651 0.765087
+0.829129 0.800961 0.768277
+0.876066 0.800473 0.747036
+0.893721 0.799222 0.74049
+0.0314488 0.9243 0.778195
+0.0562448 0.921004 0.774777
+0.0781415 0.918502 0.772061
+0.10782 0.915511 0.768841
+0.162203 0.910216 0.763088
+0.239185 0.903548 0.755825
+0.313726 0.897154 0.748623
+0.377707 0.891737 0.742397
+0.439857 0.886519 0.73695
+0.506706 0.880385 0.731731
+0.576791 0.873869 0.728038
+0.64741 0.867597 0.72723
+0.72224 0.862593 0.732509
+0.792493 0.859419 0.75993
+0.848264 0.85684 0.812055
+0.872221 0.861524 0.826307
+0.87982 0.863249 0.827878
+0.027039 0.969436 0.773892
+0.0527199 0.965988 0.770245
+0.0749523 0.963653 0.767712
+0.104219 0.960586 0.764172
+0.158633 0.95552 0.75874
+0.235325 0.948867 0.751156
+0.312673 0.941573 0.743969
+0.381674 0.934508 0.738857
+0.447623 0.927275 0.734874
+0.518441 0.919631 0.732708
+0.589868 0.912032 0.733791
+0.662608 0.904982 0.738537
+0.738201 0.900008 0.750683
+0.806424 0.897719 0.779889
+0.862989 0.895003 0.827527
+0.892012 0.896819 0.860517
+0.899306 0.898528 0.867704
+0.0252689 0.984527 0.771023
+0.0511635 0.981018 0.7673
+0.0734722 0.978653 0.764569
+0.10248 0.975708 0.761501
+0.15639 0.970413 0.755825
+0.234134 0.963317 0.748394
+0.314611 0.955077 0.742031
+0.385321 0.947234 0.737408
+0.452674 0.939406 0.734783
+0.525063 0.931289 0.734478
+0.596155 0.923278 0.737224
+0.670344 0.916045 0.744823
+0.746761 0.911513 0.760204
+0.813855 0.909346 0.790539
+0.868879 0.90753 0.835843
+0.899565 0.908583 0.872053
+0.907073 0.910002 0.880659
+0.0978408 0.106966 0.629496
+0.111406 0.10634 0.639399
+0.125719 0.105776 0.648173
+0.146746 0.104723 0.655085
+0.18584 0.10515 0.659541
+0.229404 0.112795 0.627985
+0.249912 0.130922 0.550759
+0.24947 0.154467 0.45893
+0.242206 0.178546 0.374701
+0.236835 0.201144 0.305959
+0.236027 0.219074 0.264332
+0.239887 0.234638 0.246815
+0.251728 0.248341 0.255024
+0.273518 0.258045 0.283894
+0.303868 0.261494 0.323156
+0.333516 0.260792 0.356878
+0.345159 0.259953 0.368948
+0.0971542 0.119753 0.675105
+0.111452 0.11899 0.687968
+0.126604 0.118273 0.697398
+0.14931 0.117189 0.706538
+0.191775 0.116686 0.710018
+0.239994 0.122652 0.675792
+0.264698 0.139651 0.594186
+0.265888 0.163424 0.495521
+0.257527 0.188388 0.402548
+0.25069 0.212116 0.326299
+0.249104 0.230854 0.280095
+0.252659 0.247059 0.260182
+0.264378 0.261143 0.267506
+0.286 0.27097 0.296117
+0.316396 0.274342 0.335393
+0.34609 0.273457 0.369055
+0.357702 0.272343 0.381018
+0.095964 0.134447 0.723674
+0.110872 0.13344 0.735103
+0.12665 0.132403 0.744945
+0.15053 0.131014 0.753414
+0.195621 0.129519 0.754894
+0.248951 0.133761 0.719814
+0.278553 0.149416 0.635584
+0.281834 0.172824 0.53106
+0.273075 0.198688 0.430304
+0.264881 0.22356 0.346792
+0.262303 0.242924 0.295781
+0.265599 0.259648 0.273701
+0.27686 0.273808 0.279866
+0.298299 0.283711 0.308141
+0.328893 0.28719 0.347601
+0.358923 0.286046 0.381476
+0.370733 0.284855 0.393545
+0.0918441 0.156924 0.780774
+0.10782 0.155901 0.79028
+0.124498 0.154574 0.798444
+0.14931 0.152544 0.807202
+0.19765 0.150027 0.808179
+0.258 0.151568 0.773526
+0.295369 0.164553 0.688624
+0.303273 0.187137 0.579217
+0.294789 0.213748 0.468269
+0.284932 0.239994 0.37528
+0.281468 0.260502 0.318547
+0.284062 0.277562 0.293111
+0.29482 0.292012 0.297627
+0.316197 0.302235 0.325628
+0.346853 0.305486 0.365133
+0.377554 0.304219 0.399451
+0.389578 0.302922 0.411566
+0.0815137 0.20296 0.856947
+0.0992905 0.201511 0.861097
+0.117647 0.199893 0.864607
+0.144457 0.197635 0.869398
+0.195697 0.193317 0.872206
+0.266346 0.190723 0.8421
+0.318822 0.198276 0.76463
+0.338155 0.216922 0.655833
+0.334447 0.242847 0.537209
+0.323323 0.271122 0.430838
+0.317647 0.293202 0.362799
+0.319097 0.31136 0.330388
+0.329 0.326574 0.331518
+0.349599 0.336828 0.358267
+0.380865 0.340169 0.398352
+0.412619 0.338308 0.433158
+0.425208 0.336675 0.445457
+0.0693828 0.274006 0.899351
+0.0893416 0.272389 0.898253
+0.10959 0.270634 0.896651
+0.138399 0.267918 0.893736
+0.19202 0.263416 0.88896
+0.266361 0.257633 0.877867
+0.335592 0.256519 0.8318
+0.376898 0.266041 0.75198
+0.389151 0.286305 0.642115
+0.380545 0.315175 0.51986
+0.37171 0.340551 0.432883
+0.370794 0.360616 0.386877
+0.378836 0.376776 0.381079
+0.39884 0.387732 0.406439
+0.430549 0.390555 0.446815
+0.464408 0.387915 0.482628
+0.478019 0.386191 0.495247
+0.066041 0.348699 0.897993
+0.086305 0.346853 0.896056
+0.106722 0.344884 0.89398
+0.13576 0.342397 0.891386
+0.189349 0.337621 0.88629
+0.263661 0.331334 0.879515
+0.336919 0.325872 0.868345
+0.397223 0.325505 0.826413
+0.433768 0.335515 0.746166
+0.440604 0.359991 0.625635
+0.429465 0.388128 0.514687
+0.424979 0.411109 0.449012
+0.431128 0.429114 0.433494
+0.449699 0.44033 0.456168
+0.482368 0.442817 0.497276
+0.519234 0.439536 0.534417
+0.534279 0.437034 0.547189
+0.0628824 0.415503 0.895247
+0.0833448 0.413581 0.893263
+0.103944 0.411856 0.891508
+0.132891 0.409064 0.888502
+0.186526 0.404288 0.883436
+0.261357 0.398138 0.876905
+0.334218 0.391989 0.870176
+0.398398 0.38735 0.860105
+0.454902 0.387778 0.817746
+0.486763 0.401801 0.722911
+0.483268 0.429206 0.599664
+0.474678 0.455848 0.510201
+0.478004 0.475547 0.481102
+0.495476 0.487678 0.500938
+0.529351 0.489784 0.542885
+0.569757 0.485039 0.581048
+0.586603 0.482307 0.594018
+0.0595865 0.482002 0.892683
+0.0803235 0.480308 0.89102
+0.100969 0.478279 0.888823
+0.130129 0.4757 0.886152
+0.183871 0.470848 0.880964
+0.258839 0.464439 0.874083
+0.332158 0.458488 0.867658
+0.395911 0.45333 0.862013
+0.456901 0.448798 0.853132
+0.515038 0.450736 0.803861
+0.535409 0.469337 0.695766
+0.525383 0.498863 0.579217
+0.525368 0.521782 0.530388
+0.540841 0.534585 0.545312
+0.576226 0.535988 0.588174
+0.621637 0.529946 0.62739
+0.640818 0.526131 0.640116
+0.0559854 0.552102 0.890288
+0.0769055 0.550057 0.888182
+0.0977493 0.548272 0.886305
+0.126894 0.545388 0.883223
+0.180743 0.54049 0.877974
+0.256352 0.534295 0.871366
+0.329564 0.528023 0.864561
+0.393347 0.522805 0.858854
+0.454322 0.518181 0.853834
+0.519326 0.513466 0.845701
+0.574151 0.516579 0.789731
+0.581247 0.541817 0.666667
+0.575143 0.569268 0.584573
+0.58822 0.583551 0.591623
+0.626261 0.584207 0.635996
+0.678981 0.575586 0.675349
+0.701045 0.571145 0.687114
+0.0518349 0.625986 0.887419
+0.0731212 0.624155 0.885573
+0.0941176 0.622003 0.883284
+0.123354 0.619074 0.880125
+0.177569 0.614374 0.875166
+0.25333 0.607828 0.868132
+0.326894 0.601709 0.861494
+0.390692 0.596506 0.855787
+0.451362 0.591516 0.850278
+0.516365 0.58674 0.845014
+0.58175 0.581781 0.838453
+0.633722 0.587366 0.772839
+0.629404 0.618631 0.649989
+0.638529 0.635508 0.640848
+0.680888 0.634409 0.686854
+0.744686 0.623072 0.724239
+0.77052 0.617517 0.733974
+0.0473487 0.703288 0.884749
+0.0689708 0.700999 0.882383
+0.0901656 0.698833 0.880095
+0.119661 0.695979 0.877104
+0.1738 0.690852 0.871626
+0.250141 0.684413 0.86479
+0.32369 0.677958 0.857801
+0.387427 0.672541 0.851896
+0.448249 0.667765 0.846647
+0.512947 0.662608 0.84097
+0.578698 0.657496 0.835294
+0.646296 0.652644 0.829938
+0.689204 0.665949 0.740658
+0.690608 0.689143 0.691829
+0.742412 0.685542 0.739727
+0.819684 0.670771 0.768811
+0.846983 0.665278 0.774517
+0.0424659 0.780087 0.881804
+0.0647135 0.777859 0.879576
+0.0861067 0.775464 0.877058
+0.115648 0.772274 0.87364
+0.170108 0.767315 0.868391
+0.246525 0.760449 0.861082
+0.320348 0.753948 0.854032
+0.384344 0.74876 0.848402
+0.444923 0.743633 0.842786
+0.509529 0.738582 0.837217
+0.576013 0.733623 0.831754
+0.643183 0.728481 0.826017
+0.719097 0.723659 0.820722
+0.74345 0.743099 0.743801
+0.813535 0.734218 0.787045
+0.889281 0.722103 0.798795
+0.911086 0.718868 0.800031
+0.0368811 0.858671 0.87866
+0.0599374 0.855817 0.875715
+0.0816205 0.853284 0.87306
+0.11133 0.850309 0.869917
+0.165743 0.844953 0.864271
+0.242405 0.838026 0.85687
+0.316838 0.831785 0.850156
+0.380667 0.826276 0.844175
+0.441566 0.821454 0.838895
+0.505821 0.816297 0.833234
+0.572732 0.81117 0.827588
+0.640696 0.806119 0.822049
+0.716945 0.800946 0.81651
+0.797498 0.796414 0.8121
+0.864393 0.793912 0.809003
+0.910674 0.791943 0.807431
+0.925185 0.791272 0.80676
+0.0302281 0.925155 0.874983
+0.0555123 0.921859 0.871641
+0.0775158 0.919448 0.869047
+0.107073 0.916213 0.865522
+0.161593 0.911086 0.860105
+0.238437 0.904295 0.85275
+0.313039 0.89781 0.845655
+0.377478 0.892546 0.839963
+0.439994 0.886809 0.834058
+0.507301 0.880507 0.828122
+0.577981 0.87425 0.823087
+0.648463 0.86804 0.818723
+0.725902 0.862821 0.816587
+0.803037 0.859419 0.819913
+0.858625 0.857847 0.854337
+0.883131 0.862989 0.862028
+0.893141 0.864408 0.859495
+0.026215 0.970459 0.871138
+0.0520027 0.966934 0.867384
+0.0742657 0.964523 0.864622
+0.103655 0.961517 0.861463
+0.157855 0.956359 0.855787
+0.235019 0.949508 0.84831
+0.314122 0.941787 0.841108
+0.383673 0.934386 0.834836
+0.450019 0.927001 0.829465
+0.52166 0.919432 0.825406
+0.59263 0.911986 0.82266
+0.666423 0.905318 0.822889
+0.744854 0.900191 0.826703
+0.817716 0.89749 0.836927
+0.870512 0.89778 0.863951
+0.901671 0.898894 0.896132
+0.908507 0.900725 0.902052
+0.0243992 0.985489 0.867948
+0.0503853 0.981964 0.86421
+0.0728771 0.979614 0.861891
+0.101747 0.976623 0.858503
+0.15581 0.971496 0.85301
+0.235309 0.963668 0.845655
+0.316777 0.954955 0.838224
+0.388464 0.946868 0.832517
+0.45623 0.938933 0.828107
+0.528893 0.930877 0.824811
+0.600214 0.92311 0.823987
+0.675013 0.916243 0.826001
+0.753628 0.911162 0.832212
+0.825727 0.909255 0.846021
+0.876478 0.910124 0.872282
+0.908766 0.910903 0.904891
+0.916289 0.912444 0.913344
+0.0973678 0.108141 0.702052
+0.111299 0.107393 0.714717
+0.125841 0.106615 0.725124
+0.147295 0.105318 0.734493
+0.188251 0.104906 0.743694
+0.236484 0.110155 0.720272
+0.265003 0.124941 0.652354
+0.271351 0.14641 0.562829
+0.265415 0.170932 0.468391
+0.256931 0.196368 0.380743
+0.252247 0.217884 0.316976
+0.252338 0.237003 0.276875
+0.258686 0.254444 0.263951
+0.272633 0.268025 0.27686
+0.291768 0.27631 0.302419
+0.310231 0.279683 0.327047
+0.317647 0.28043 0.336507
+0.0962234 0.121019 0.75465
+0.11075 0.120027 0.767849
+0.126207 0.119173 0.778134
+0.149371 0.117906 0.788739
+0.192981 0.116609 0.794888
+0.245731 0.1205 0.768841
+0.278508 0.134173 0.697154
+0.286946 0.155261 0.601694
+0.281285 0.180392 0.500114
+0.27158 0.206973 0.404593
+0.265599 0.229252 0.334981
+0.265309 0.249195 0.291417
+0.271397 0.267002 0.276936
+0.285191 0.280797 0.289235
+0.304173 0.289158 0.314565
+0.32256 0.292409 0.339117
+0.329763 0.292882 0.348363
+0.0945602 0.135607 0.805081
+0.109758 0.134539 0.817533
+0.125795 0.133349 0.827863
+0.149935 0.131731 0.836667
+0.196185 0.129732 0.841154
+0.253285 0.132097 0.812787
+0.290532 0.14435 0.738521
+0.302022 0.164965 0.638972
+0.296971 0.190311 0.530938
+0.286244 0.217853 0.428
+0.279301 0.241154 0.352911
+0.278386 0.261448 0.306264
+0.284123 0.27953 0.289982
+0.297765 0.293599 0.301625
+0.316503 0.3019 0.326619
+0.334951 0.305165 0.351263
+0.342229 0.305745 0.360571
+0.090013 0.158145 0.865217
+0.106203 0.156878 0.874311
+0.123125 0.155444 0.882841
+0.148318 0.153384 0.892653
+0.19707 0.150423 0.894392
+0.260334 0.150561 0.865095
+0.304921 0.160601 0.790082
+0.321386 0.179706 0.687221
+0.318532 0.205035 0.572503
+0.307134 0.233845 0.460517
+0.298924 0.25803 0.379049
+0.297337 0.279072 0.328084
+0.302602 0.297673 0.308995
+0.315694 0.311864 0.31931
+0.334356 0.320363 0.344091
+0.35285 0.323598 0.368765
+0.360113 0.323964 0.378088
+0.0793927 0.203922 0.942672
+0.0973983 0.202396 0.946838
+0.115984 0.200931 0.950927
+0.142977 0.198367 0.955032
+0.194705 0.19411 0.958038
+0.266529 0.191012 0.929702
+0.323583 0.196185 0.85893
+0.351705 0.211475 0.760159
+0.356298 0.234577 0.644358
+0.346426 0.263706 0.522942
+0.336599 0.289799 0.430701
+0.333242 0.312139 0.370275
+0.337316 0.331533 0.345113
+0.349737 0.346456 0.352911
+0.36788 0.355016 0.376883
+0.386404 0.358129 0.401617
+0.393866 0.358602 0.411109
+0.0682231 0.274891 0.982986
+0.0883345 0.273259 0.981445
+0.108659 0.271321 0.979446
+0.137606 0.268894 0.976837
+0.191104 0.264195 0.971817
+0.265461 0.258305 0.960754
+0.336294 0.256703 0.918791
+0.382986 0.263325 0.847898
+0.404898 0.279652 0.748043
+0.404349 0.306752 0.623407
+0.392752 0.334966 0.512795
+0.386221 0.359869 0.435462
+0.388602 0.381186 0.399313
+0.399374 0.396765 0.401999
+0.416922 0.405676 0.424857
+0.435691 0.408911 0.449836
+0.443137 0.409003 0.459312
+0.0650492 0.349416 0.980743
+0.085359 0.347555 0.97879
+0.105867 0.345876 0.977035
+0.134798 0.343099 0.974105
+0.188373 0.338323 0.969024
+0.263066 0.33228 0.962554
+0.336049 0.326543 0.951217
+0.39791 0.325475 0.913512
+0.441077 0.332555 0.843915
+0.459449 0.35227 0.732677
+0.452934 0.380682 0.608865
+0.442741 0.408804 0.510079
+0.442069 0.432166 0.457633
+0.451362 0.449256 0.45359
+0.468025 0.458473 0.474845
+0.486793 0.461448 0.49984
+0.494728 0.461707 0.509743
+0.0619059 0.416236 0.978042
+0.082475 0.414572 0.976333
+0.103014 0.412573 0.974227
+0.13196 0.409812 0.971328
+0.185733 0.405203 0.966445
+0.260441 0.398856 0.95964
+0.333639 0.392935 0.953216
+0.397635 0.388174 0.943206
+0.455802 0.387381 0.905592
+0.497429 0.397452 0.824643
+0.505913 0.420752 0.70486
+0.49482 0.451041 0.585351
+0.490791 0.477653 0.513207
+0.49781 0.495903 0.499931
+0.513634 0.505592 0.519478
+0.532876 0.508782 0.54493
+0.541009 0.508614 0.554971
+0.0586709 0.483009 0.975753
+0.0793774 0.481025 0.973693
+0.10013 0.479271 0.971832
+0.129183 0.476417 0.968856
+0.18291 0.47155 0.963668
+0.258213 0.4654 0.957092
+0.331289 0.45919 0.950362
+0.39501 0.454032 0.944732
+0.456123 0.449729 0.936309
+0.516991 0.449805 0.89366
+0.550744 0.462989 0.801053
+0.548592 0.491798 0.67129
+0.539773 0.521965 0.572915
+0.544381 0.542306 0.546883
+0.559182 0.552636 0.564034
+0.578439 0.555398 0.589487
+0.587137 0.555184 0.599985
+0.0550088 0.55285 0.972976
+0.0760357 0.55108 0.97113
+0.0968643 0.548989 0.968948
+0.125963 0.54612 0.965881
+0.180011 0.541482 0.960937
+0.255451 0.534997 0.95404
+0.32871 0.52874 0.947265
+0.392676 0.523766 0.941848
+0.4533 0.518868 0.936492
+0.518502 0.514397 0.928801
+0.578058 0.515145 0.882368
+0.602472 0.533562 0.772595
+0.59266 0.567193 0.644007
+0.593347 0.590463 0.597192
+0.606485 0.601434 0.6103
+0.626337 0.604303 0.636316
+0.635615 0.603601 0.647196
+0.0509346 0.627008 0.970321
+0.0722057 0.624872 0.968093
+0.0932631 0.622843 0.965972
+0.122606 0.620066 0.963027
+0.176608 0.615076 0.957732
+0.252613 0.608713 0.950927
+0.326116 0.602472 0.944167
+0.389807 0.597162 0.938399
+0.450568 0.592462 0.933196
+0.515282 0.587411 0.927672
+0.580804 0.582406 0.921126
+0.640848 0.584558 0.869871
+0.651194 0.612268 0.73518
+0.645716 0.640848 0.653193
+0.656931 0.653422 0.659678
+0.677165 0.655802 0.685954
+0.687587 0.654749 0.69752
+0.0463722 0.704005 0.967254
+0.0681315 0.701991 0.965133
+0.0893568 0.699718 0.962829
+0.118746 0.696635 0.959594
+0.173098 0.691783 0.954482
+0.24921 0.685054 0.947326
+0.322835 0.678599 0.940414
+0.386786 0.673457 0.934829
+0.447257 0.668376 0.92929
+0.511864 0.663233 0.923674
+0.578012 0.658396 0.918303
+0.64538 0.653269 0.912642
+0.70602 0.659358 0.846006
+0.701534 0.692348 0.718532
+0.709133 0.707103 0.710826
+0.730678 0.709514 0.738003
+0.743023 0.707805 0.750423
+0.0415198 0.781094 0.964492
+0.0638132 0.778531 0.961913
+0.0852369 0.776104 0.959426
+0.1149 0.773205 0.956374
+0.169207 0.767926 0.950866
+0.245655 0.76112 0.943679
+0.319783 0.754849 0.936934
+0.383505 0.749371 0.931044
+0.444099 0.74435 0.925566
+0.508659 0.739376 0.920104
+0.575113 0.734249 0.914458
+0.642557 0.729412 0.909026
+0.718379 0.724422 0.903578
+0.760815 0.740566 0.80441
+0.762005 0.761166 0.762798
+0.785016 0.76286 0.790188
+0.80087 0.760174 0.803159
+0.0357519 0.859373 0.961044
+0.0590982 0.856672 0.958312
+0.0808423 0.854215 0.95581
+0.110475 0.850919 0.952407
+0.165072 0.845838 0.947097
+0.241779 0.838926 0.939818
+0.316045 0.83238 0.93283
+0.380118 0.827176 0.927169
+0.440726 0.822065 0.921645
+0.504845 0.816907 0.916014
+0.572305 0.812039 0.910521
+0.640345 0.806638 0.90396
+0.716777 0.801556 0.897185
+0.797818 0.797482 0.890333
+0.81651 0.815961 0.817227
+0.841123 0.818051 0.841627
+0.861295 0.814771 0.852049
+0.0294347 0.926131 0.958083
+0.0547189 0.922637 0.954574
+0.0767681 0.920104 0.951904
+0.106447 0.917082 0.94876
+0.160845 0.911772 0.943145
+0.237629 0.904921 0.935851
+0.312627 0.898665 0.929137
+0.37731 0.892989 0.922972
+0.440391 0.887037 0.916487
+0.508537 0.880812 0.909743
+0.579217 0.874327 0.90277
+0.650111 0.868254 0.896315
+0.727993 0.863539 0.891554
+0.805203 0.860243 0.888502
+0.865553 0.860395 0.883803
+0.886229 0.866804 0.880949
+0.904784 0.864744 0.88574
+0.0253147 0.971267 0.954574
+0.0512398 0.967727 0.950942
+0.07364 0.965362 0.948455
+0.102922 0.96228 0.945068
+0.157229 0.957137 0.939605
+0.235569 0.949981 0.932097
+0.315557 0.941817 0.923781
+0.386099 0.934218 0.916503
+0.452995 0.926711 0.909697
+0.524849 0.919066 0.903258
+0.596094 0.911788 0.898039
+0.670176 0.905379 0.894438
+0.748486 0.900786 0.893446
+0.82237 0.898528 0.895933
+0.878279 0.899016 0.902632
+0.906462 0.902693 0.915526
+0.908934 0.906752 0.913497
+0.0236515 0.986374 0.952331
+0.0496986 0.982818 0.948669
+0.0721752 0.980407 0.945998
+0.101228 0.977447 0.943023
+0.155917 0.972091 0.937346
+0.236622 0.963775 0.929137
+0.319554 0.954726 0.920821
+0.391821 0.94641 0.913436
+0.459831 0.938384 0.90695
+0.533333 0.930343 0.901427
+0.604318 0.922759 0.897093
+0.679622 0.916259 0.894957
+0.758877 0.912215 0.896193
+0.831037 0.910231 0.900969
+0.884855 0.911238 0.910246
+0.915801 0.913649 0.929061
+0.920501 0.916716 0.929442
+0.0969558 0.108888 0.756771
+0.111009 0.107988 0.769253
+0.125353 0.106828 0.778027
+0.147692 0.105715 0.791211
+0.189487 0.104738 0.802136
+0.240635 0.108721 0.783917
+0.273915 0.121477 0.722316
+0.284886 0.1411 0.635645
+0.281773 0.165148 0.538628
+0.272419 0.191928 0.440558
+0.265003 0.215534 0.362799
+0.262318 0.236973 0.306706
+0.265858 0.256855 0.27863
+0.276005 0.272877 0.279408
+0.290425 0.283314 0.296422
+0.304295 0.288777 0.315175
+0.309804 0.290303 0.322591
+0.0954452 0.121752 0.810452
+0.110185 0.120699 0.824216
+0.125826 0.119753 0.83505
+0.149203 0.118288 0.846036
+0.19382 0.11664 0.854429
+0.248936 0.11931 0.832486
+0.286183 0.130953 0.766903
+0.299855 0.15024 0.675319
+0.297459 0.174426 0.571908
+0.287297 0.202121 0.466239
+0.278737 0.22681 0.382239
+0.275593 0.249104 0.322576
+0.278798 0.269337 0.292393
+0.288777 0.28571 0.292149
+0.302998 0.296193 0.308766
+0.316625 0.301503 0.327245
+0.321935 0.302861 0.334462
+0.0935378 0.136385 0.86276
+0.108904 0.135164 0.874983
+0.125109 0.133898 0.885695
+0.149615 0.132204 0.895354
+0.196277 0.129854 0.90074
+0.255436 0.131151 0.876371
+0.297307 0.141619 0.80795
+0.313893 0.160098 0.712749
+0.312886 0.18436 0.603876
+0.302296 0.212924 0.491279
+0.292638 0.238361 0.401694
+0.288945 0.26125 0.338689
+0.291798 0.28188 0.306279
+0.301366 0.298329 0.304723
+0.315511 0.308995 0.321065
+0.329061 0.314351 0.339422
+0.33431 0.315633 0.346593
+0.0886702 0.158862 0.923858
+0.105043 0.157519 0.933104
+0.122164 0.156146 0.942351
+0.147539 0.153872 0.951797
+0.196643 0.150713 0.954284
+0.261814 0.150195 0.928008
+0.309926 0.158419 0.858091
+0.331884 0.17557 0.760388
+0.333593 0.19939 0.646189
+0.323232 0.228595 0.525399
+0.312917 0.255009 0.430488
+0.308232 0.278569 0.362524
+0.310445 0.299687 0.326482
+0.319677 0.316655 0.323049
+0.333425 0.327367 0.338643
+0.346868 0.332723 0.356847
+0.352163 0.334081 0.364065
+0.0779431 0.20473 1
+0.0961166 0.203235 1
+0.114839 0.201511 1
+0.142107 0.199084 1
+0.193973 0.194598 1
+0.266392 0.191226 0.989136
+0.326223 0.195453 0.922148
+0.358877 0.208453 0.829557
+0.369207 0.229389 0.718105
+0.363012 0.258106 0.592889
+0.351385 0.285817 0.487022
+0.344747 0.310994 0.408774
+0.345846 0.33341 0.365148
+0.353918 0.350866 0.357473
+0.367239 0.361944 0.371878
+0.380529 0.367468 0.389792
+0.385626 0.368643 0.396811
+0.0675364 0.275639 1
+0.0876936 0.273838 1
+0.108064 0.272206 1
+0.136995 0.269474 1
+0.190494 0.264759 1
+0.26511 0.259144 1
+0.336431 0.256855 0.977707
+0.385977 0.262089 0.912047
+0.413581 0.276356 0.81912
+0.419013 0.30106 0.696803
+0.408927 0.330205 0.576425
+0.399191 0.357885 0.481224
+0.397742 0.382132 0.423606
+0.404486 0.401083 0.408637
+0.4168 0.412543 0.420615
+0.429541 0.418082 0.437766
+0.43476 0.419425 0.444892
+0.0643626 0.350027 1
+0.0847791 0.348409 1
+0.105211 0.346441 1
+0.134234 0.343755 1
+0.187976 0.339162 1
+0.262531 0.332845 1
+0.335714 0.327245 1
+0.398123 0.325719 0.972641
+0.444434 0.331106 0.90866
+0.469947 0.348287 0.805066
+0.469047 0.374868 0.68014
+0.457176 0.405097 0.564599
+0.452476 0.432486 0.48809
+0.456977 0.452781 0.462455
+0.468177 0.464912 0.471229
+0.480751 0.470924 0.487877
+0.485679 0.472053 0.494713
+0.0612802 0.41709 1
+0.0818341 0.415137 1
+0.102449 0.413413 1
+0.131487 0.41059 1
+0.185138 0.405768 1
+0.260212 0.399649 1
+0.33312 0.393469 1
+0.397055 0.388724 1
+0.456245 0.387671 0.965286
+0.502281 0.395346 0.891508
+0.518975 0.415549 0.778485
+0.510964 0.446296 0.648814
+0.502113 0.476616 0.550759
+0.50454 0.499031 0.512276
+0.514549 0.512047 0.516991
+0.526436 0.518074 0.532586
+0.531518 0.519417 0.539574
+0.0580148 0.483604 1
+0.0788128 0.48188 1
+0.0995041 0.479835 1
+0.128557 0.476997 1
+0.182544 0.472374 1
+0.257679 0.465965 1
+0.330785 0.459754 1
+0.39469 0.454841 1
+0.455482 0.450263 0.993332
+0.517723 0.449683 0.954131
+0.558129 0.460151 0.87071
+0.564492 0.485954 0.743114
+0.553017 0.519768 0.62002
+0.552102 0.54464 0.5635
+0.560449 0.558526 0.562432
+0.571954 0.565026 0.577142
+0.576745 0.56614 0.583841
+0.0543984 0.553719 1
+0.0753948 0.551659 1
+0.0962997 0.549752 1
+0.125521 0.54696 1
+0.179431 0.542046 1
+0.255161 0.53579 1
+0.328466 0.529564 1
+0.392126 0.52433 0.99881
+0.452903 0.519692 0.993606
+0.517845 0.514931 0.985779
+0.579339 0.514672 0.943771
+0.613458 0.529427 0.845212
+0.608042 0.562707 0.703655
+0.602258 0.591608 0.620264
+0.608789 0.607217 0.610498
+0.619303 0.61384 0.623499
+0.624109 0.615061 0.630182
+0.0502632 0.627604 1
+0.0716411 0.625757 1
+0.0926833 0.623575 1
+0.121996 0.62063 1
+0.176272 0.615915 1
+0.252155 0.609354 1
+0.325612 0.603021 1
+0.389487 0.597986 0.995544
+0.449928 0.592981 0.990173
+0.514595 0.58793 0.984741
+0.580484 0.5832 0.978378
+0.643107 0.583627 0.933013
+0.666789 0.606439 0.807782
+0.656733 0.640681 0.68719
+0.660075 0.658396 0.662135
+0.66981 0.665843 0.672969
+0.674372 0.667002 0.679347
+0.0457313 0.70489 1
+0.0675059 0.702556 1
+0.0887465 0.700298 1
+0.118303 0.697475 1
+0.172488 0.692302 1
+0.248753 0.685664 1
+0.322606 0.679393 0.997635
+0.386221 0.673961 0.991897
+0.446754 0.669047 0.986542
+0.511421 0.664027 0.981125
+0.577432 0.658915 0.97557
+0.645029 0.654002 0.970077
+0.711574 0.657084 0.913817
+0.715572 0.689067 0.770764
+0.714214 0.711437 0.71809
+0.722164 0.719631 0.724254
+0.726574 0.720958 0.730434
+0.0408179 0.781659 1
+0.0632486 0.779339 1
+0.0847181 0.776928 1
+0.114305 0.773709 1
+0.168841 0.768719 1
+0.245335 0.761868 1
+0.31928 0.755337 0.994003
+0.383215 0.750149 0.988373
+0.443641 0.745037 0.982925
+0.507973 0.739879 0.977417
+0.574792 0.735042 0.971969
+0.642023 0.729915 0.966354
+0.717891 0.724941 0.960983
+0.775525 0.735363 0.877867
+0.769253 0.763577 0.778988
+0.774823 0.773556 0.775967
+0.779141 0.775402 0.781765
+0.0350195 0.860243 1
+0.0584726 0.857282 1
+0.0802472 0.854734 1
+0.110048 0.851713 1
+0.164492 0.846342 1
+0.24123 0.839414 0.996979
+0.315847 0.833158 0.99025
+0.379614 0.827665 0.984466
+0.440177 0.822553 0.979049
+0.504479 0.817716 0.973648
+0.571954 0.812512 0.967712
+0.640314 0.807157 0.960449
+0.717144 0.802396 0.952651
+0.797681 0.798215 0.944091
+0.828382 0.814679 0.857298
+0.829465 0.828992 0.829984
+0.832685 0.83125 0.833814
+0.0286412 0.926711 1
+0.0540627 0.923186 1
+0.0762341 0.920851 1
+0.105867 0.917601 1
+0.160418 0.912444 1
+0.2374 0.905669 0.993561
+0.312169 0.899184 0.986725
+0.3776 0.893523 0.980377
+0.441138 0.887449 0.973266
+0.509346 0.880964 0.965347
+0.580591 0.874693 0.956954
+0.651804 0.868727 0.948547
+0.729503 0.864073 0.941207
+0.806729 0.861311 0.935424
+0.867521 0.861067 0.929397
+0.877348 0.875288 0.88101
+0.879316 0.879057 0.879606
+0.0246586 0.971878 1
+0.0506752 0.968368 1
+0.0730755 0.965927 1
+0.102556 0.962921 1
+0.156878 0.957732 0.998108
+0.236011 0.950225 0.989899
+0.317189 0.941863 0.98088
+0.388052 0.934081 0.972412
+0.455131 0.926497 0.964172
+0.527733 0.918914 0.956024
+0.598688 0.911681 0.948302
+0.673228 0.905501 0.941848
+0.751995 0.901259 0.937804
+0.824933 0.899397 0.936492
+0.880659 0.900313 0.938308
+0.911727 0.904601 0.93193
+0.912856 0.909743 0.919295
+0.0230106 0.986969 1
+0.0490883 0.983413 1
+0.0717327 0.981033 1
+0.100755 0.978012 1
+0.156207 0.972396 0.996201
+0.238285 0.96379 0.987259
+0.321614 0.954513 0.977554
+0.394507 0.946075 0.968887
+0.46305 0.938003 0.960784
+0.536553 0.929992 0.952926
+0.607874 0.922545 0.945998
+0.683787 0.916304 0.94078
+0.762646 0.912596 0.938247
+0.834363 0.911177 0.939116
+0.887968 0.912642 0.943038
+0.919921 0.915709 0.946151
+0.925582 0.918746 0.944045
+0.0967575 0.109102 0.774914
+0.110918 0.108186 0.787762
+0.125399 0.107042 0.797131
+0.147799 0.105821 0.810178
+0.190036 0.104723 0.822034
+0.241917 0.108293 0.805066
+0.27657 0.120409 0.745342
+0.289189 0.139574 0.659831
+0.287083 0.163195 0.562493
+0.277714 0.190234 0.461494
+0.269276 0.21442 0.378927
+0.265888 0.236744 0.318212
+0.268559 0.257389 0.285023
+0.277653 0.274281 0.281483
+0.290867 0.285283 0.295857
+0.303441 0.291218 0.312596
+0.30837 0.292882 0.319295
+0.0951705 0.122042 0.829618
+0.110018 0.120928 0.843427
+0.125689 0.119936 0.854124
+0.14931 0.118471 0.86569
+0.194034 0.116625 0.87422
+0.249897 0.118959 0.85359
+0.28867 0.130098 0.789853
+0.303792 0.148653 0.699641
+0.302678 0.172457 0.596185
+0.292729 0.200519 0.487648
+0.28336 0.225742 0.399405
+0.279332 0.248966 0.334447
+0.281697 0.270008 0.299138
+0.290425 0.287053 0.294316
+0.303578 0.298238 0.308385
+0.315938 0.304082 0.324834
+0.320684 0.305592 0.331334
+0.0931868 0.136629 0.882048
+0.108614 0.135378 0.894316
+0.124926 0.134127 0.905455
+0.149462 0.132357 0.9149
+0.196368 0.1299 0.920745
+0.256382 0.130968 0.897459
+0.29929 0.140795 0.830747
+0.317556 0.158679 0.736996
+0.317983 0.182498 0.62829
+0.307561 0.211246 0.512535
+0.297398 0.237354 0.419181
+0.292699 0.260975 0.351019
+0.294652 0.282368 0.313268
+0.303166 0.299748 0.307149
+0.31603 0.310933 0.320638
+0.328328 0.316854 0.33698
+0.333135 0.318441 0.343542
+0.0882429 0.159228 0.943969
+0.104707 0.15787 0.953338
+0.121828 0.156344 0.962142
+0.147417 0.154162 0.972061
+0.196765 0.150927 0.974624
+0.262196 0.150088 0.948745
+0.31165 0.157977 0.88043
+0.334936 0.17435 0.784024
+0.338293 0.197574 0.67071
+0.328832 0.226932 0.548058
+0.317815 0.253742 0.449058
+0.312123 0.278157 0.375662
+0.313542 0.300313 0.33402
+0.321462 0.317937 0.325628
+0.334096 0.329381 0.338415
+0.346303 0.335363 0.354589
+0.350942 0.336812 0.360967
+0.0774701 0.205066 1
+0.0957046 0.203479 1
+0.114504 0.201938 1
+0.141817 0.199329 1
+0.193774 0.194797 1
+0.266682 0.191546 1
+0.326955 0.195239 0.94313
+0.360998 0.207614 0.852308
+0.373312 0.228077 0.742336
+0.368368 0.256184 0.616678
+0.356619 0.284352 0.507195
+0.34902 0.310582 0.423346
+0.348974 0.3337 0.373571
+0.356069 0.35227 0.360739
+0.368048 0.363958 0.371878
+0.379889 0.36997 0.387472
+0.384604 0.371557 0.393927
+0.0673533 0.275975 1
+0.0875563 0.274372 1
+0.107881 0.27245 1
+0.136904 0.269871 1
+0.19057 0.265278 1
+0.265003 0.259373 1
+0.33669 0.257191 0.997497
+0.387106 0.262074 0.933181
+0.416052 0.27538 0.842283
+0.423804 0.299611 0.721294
+0.414405 0.328389 0.598932
+0.403815 0.356893 0.498207
+0.401404 0.382498 0.43386
+0.406668 0.402136 0.412543
+0.417639 0.414359 0.420813
+0.429252 0.420783 0.435843
+0.433631 0.422156 0.441917
+0.0642252 0.35053 1
+0.0845808 0.348653 1
+0.105089 0.34696 1
+0.134157 0.344182 1
+0.187823 0.339391 1
+0.262699 0.333333 1
+0.335714 0.327581 1
+0.398169 0.325826 0.992187
+0.44564 0.331044 0.929931
+0.472938 0.347082 0.828687
+0.474174 0.372961 0.704326
+0.462577 0.403937 0.584558
+0.456245 0.432212 0.500435
+0.45948 0.45359 0.467643
+0.469459 0.46688 0.472068
+0.480323 0.473335 0.485863
+0.484825 0.474968 0.492012
+0.0610666 0.417319 1
+0.0816968 0.415625 1
+0.102251 0.413642 1
+0.131289 0.410819 1
+0.185214 0.406241 1
+0.26009 0.399878 1
+0.333059 0.393759 1
+0.397177 0.389181 1
+0.456306 0.387747 0.98497
+0.503731 0.394934 0.913359
+0.523033 0.414298 0.802701
+0.516442 0.44445 0.671519
+0.506493 0.476127 0.565774
+0.507393 0.499702 0.518837
+0.51577 0.513649 0.518029
+0.526329 0.520623 0.530953
+0.53051 0.522087 0.536736
+0.0578622 0.484123 1
+0.0785992 0.482124 1
+0.099382 0.480293 1
+0.128557 0.477485 1
+0.182376 0.472618 1
+0.257847 0.466453 1
+0.330938 0.460227 1
+0.394553 0.45507 1
+0.455558 0.450752 1
+0.518059 0.449882 0.97409
+0.560082 0.459358 0.893278
+0.569543 0.484413 0.767422
+0.557855 0.518547 0.638193
+0.555215 0.544915 0.571878
+0.562142 0.560235 0.564279
+0.571756 0.5673 0.575463
+0.575769 0.56878 0.581048
+0.0541848 0.553964 1
+0.0752728 0.552178 1
+0.0961166 0.550103 1
+0.125353 0.547189 1
+0.179492 0.542535 1
+0.25507 0.536065 1
+0.328344 0.529778 1
+0.392233 0.524819 1
+0.45272 0.519905 1
+0.517632 0.515129 1
+0.579904 0.51487 0.964034
+0.616388 0.528222 0.868925
+0.613443 0.561013 0.725444
+0.606058 0.59176 0.63151
+0.610574 0.608469 0.613123
+0.619394 0.616129 0.622232
+0.623346 0.617792 0.627634
+0.0501106 0.628153 1
+0.0714427 0.625986 1
+0.0925002 0.623804 1
+0.121996 0.621149 1
+0.17612 0.616144 1
+0.252171 0.609705 1
+0.325734 0.603494 1
+0.389319 0.598184 1
+0.449897 0.593378 1
+0.514626 0.588403 1
+0.580285 0.583383 0.997436
+0.64387 0.583703 0.953719
+0.671611 0.604944 0.832456
+0.661021 0.639902 0.702571
+0.662623 0.659602 0.666682
+0.6701 0.667918 0.672084
+0.673655 0.669566 0.676905
+0.0455329 0.705104 1
+0.0672923 0.702815 1
+0.0886244 0.700771 1
+0.11812 0.697673 1
+0.172549 0.692775 1
+0.248768 0.68603 1
+0.322438 0.679561 1
+0.386297 0.674418 1
+0.446662 0.669322 1
+0.511193 0.664195 1
+0.577493 0.659358 0.994797
+0.644892 0.654231 0.989273
+0.712779 0.65658 0.935729
+0.721187 0.687694 0.792187
+0.717128 0.711925 0.725277
+0.72285 0.721553 0.724132
+0.726314 0.72369 0.728511
+0.04065 0.782132 1
+0.063035 0.779553 1
+0.0845197 0.777111 1
+0.114275 0.774166 1
+0.168658 0.768887 1
+0.245151 0.762036 1
+0.319387 0.755795 1
+0.383032 0.750317 1
+0.443503 0.745281 1
+0.508034 0.740337 0.996689
+0.574624 0.73521 0.991165
+0.641978 0.73022 0.985611
+0.718074 0.725414 0.980301
+0.77908 0.733959 0.902296
+0.773251 0.763485 0.791577
+0.776303 0.775448 0.777279
+0.779095 0.777722 0.780331
+0.0347448 0.860441 1
+0.0582589 0.85745 1
+0.0801251 0.855192 1
+0.10985 0.851881 1
+0.164309 0.846525 1
+0.241352 0.839887 1
+0.315694 0.833341 1
+0.379705 0.828138 1
+0.440223 0.823041 0.998352
+0.50428 0.817899 0.992905
+0.572152 0.81297 0.986877
+0.640558 0.807553 0.979309
+0.71722 0.802609 0.971054
+0.798032 0.798825 0.961929
+0.833631 0.813291 0.87837
+0.831708 0.83003 0.83415
+0.833844 0.833326 0.834394
+0.0284123 0.926986 1
+0.0539254 0.923598 1
+0.076051 0.921035 1
+0.10576 0.917922 1
+0.160342 0.912688 1
+0.237247 0.905852 1
+0.312337 0.899596 1
+0.377722 0.89366 0.999573
+0.441352 0.887541 0.992233
+0.510079 0.881239 0.983902
+0.581003 0.874784 0.974914
+0.652354 0.868864 0.965805
+0.730541 0.864485 0.957595
+0.807263 0.861677 0.950759
+0.867933 0.86157 0.943999
+0.881041 0.875303 0.892775
+0.881621 0.879927 0.884443
+0.024506 0.972137 1
+0.0504616 0.968582 1
+0.0729534 0.966217 1
+0.102388 0.963119 1
+0.156771 0.957916 1
+0.236622 0.950362 1
+0.317708 0.941863 1
+0.388769 0.934035 0.991135
+0.456306 0.926482 0.982391
+0.52871 0.918853 0.97348
+0.599954 0.911711 0.964904
+0.6748 0.905623 0.957427
+0.753201 0.901457 0.952132
+0.826307 0.899825 0.949554
+0.881651 0.900923 0.950149
+0.913466 0.904799 0.943328
+0.915984 0.909712 0.929763
+0.022797 0.987182 1
+0.0489662 0.983673 1
+0.0715343 0.981231 1
+0.100694 0.97818 1
+0.156695 0.972519 1
+0.238865 0.96379 1
+0.322545 0.954437 0.996735
+0.395743 0.945968 0.987533
+0.464164 0.937881 0.978714
+0.538155 0.9299 0.970077
+0.609369 0.922484 0.962112
+0.685756 0.916762 0.955627
+0.764446 0.912795 0.951873
+0.835676 0.911513 0.951278
+0.888914 0.913146 0.953918
+0.92105 0.91635 0.955474
+0.927275 0.919585 0.948852
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/KORNEV_LUT_HLG_3.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/KORNEV_LUT_HLG_3.cube
new file mode 100644
index 0000000000000000000000000000000000000000..6f7da141afb76813c78f24f00c7916b38915817b
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/KORNEV_LUT_HLG_3.cube
@@ -0,0 +1,35940 @@
+TITLE "Generated by Resolve"
+LUT_3D_SIZE 33
+
+0 0.0435492 0
+0 0.0436255 0
+0 0.0440375 0
+0 0.0442817 0
+0 0.0441596 4.57771e-05
+0.0136721 0.0434882 0.000106813
+0.0512856 0.0430762 0.000656138
+0.0905928 0.0429084 0.00190738
+0.131853 0.0431525 0.00360113
+0.173037 0.0440528 0.00630198
+0.21181 0.0456092 0.00994888
+0.247837 0.0475624 0.0142519
+0.281346 0.0497902 0.0195621
+0.312642 0.052369 0.0254978
+0.341802 0.0553445 0.0322271
+0.368521 0.0586709 0.0398413
+0.393591 0.0623178 0.0480507
+0.419638 0.066804 0.0579232
+0.447898 0.0724346 0.0698863
+0.478248 0.0795758 0.0843061
+0.510689 0.0883803 0.101579
+0.54461 0.0994125 0.121965
+0.580636 0.112932 0.145586
+0.618692 0.129137 0.170977
+0.659403 0.148394 0.198764
+0.703426 0.170748 0.229816
+0.751354 0.195911 0.264164
+0.803204 0.223636 0.301167
+0.859998 0.254093 0.340444
+0.921035 0.286961 0.380468
+0.950439 0.321477 0.420127
+0.978698 0.356847 0.460319
+0.982025 0.400031 0.509239
+0 0.0440223 0
+0 0.0440528 0
+0 0.044358 0
+0 0.0443122 0
+0 0.0441596 0
+0.0139467 0.0435492 0
+0.0514992 0.043122 4.57771e-05
+0.0907301 0.0429847 0.0012665
+0.131868 0.0432288 0.00292973
+0.173053 0.0441444 0.00555428
+0.211719 0.0457008 0.00918593
+0.2477 0.0476387 0.0135042
+0.281239 0.0498817 0.0186923
+0.312474 0.0524758 0.0246433
+0.341695 0.055436 0.0313268
+0.368307 0.0587625 0.038941
+0.393439 0.0624247 0.0471046
+0.419532 0.0668803 0.0569162
+0.447715 0.0725567 0.0689097
+0.478096 0.0796674 0.0833143
+0.510475 0.0884565 0.100587
+0.544381 0.0994278 0.120912
+0.580423 0.112963 0.14464
+0.618418 0.129183 0.170123
+0.659175 0.148379 0.19794
+0.70312 0.170687 0.229007
+0.751064 0.19585 0.263416
+0.802823 0.22356 0.300359
+0.859556 0.254032 0.339742
+0.920623 0.286809 0.379767
+0.95024 0.321294 0.419486
+0.978454 0.35668 0.459693
+0.982086 0.399725 0.508583
+0 0.0459907 0.000686656
+0 0.046067 0.000442512
+0 0.0461891 0.000869764
+0 0.0463417 0.000671397
+0 0.0460212 0.000183108
+0.0128023 0.0448005 0
+0.0509651 0.0434424 0
+0.0917067 0.043183 0
+0.132509 0.0434882 0.000747692
+0.173541 0.0444343 0.00325017
+0.212055 0.0460059 0.00672923
+0.247852 0.0479438 0.011017
+0.281437 0.0501717 0.0160678
+0.312535 0.052781 0.021912
+0.341619 0.0558328 0.0284886
+0.368231 0.059144 0.0360266
+0.393362 0.0627756 0.0441138
+0.41944 0.0672618 0.0539712
+0.447608 0.0729229 0.0659648
+0.47805 0.0800336 0.080354
+0.510353 0.0888991 0.0976272
+0.544198 0.0999008 0.117998
+0.58027 0.11339 0.141878
+0.618219 0.129519 0.167773
+0.658946 0.148699 0.195697
+0.702922 0.171008 0.226993
+0.750805 0.196063 0.261524
+0.802579 0.223804 0.298665
+0.859251 0.254154 0.338201
+0.920348 0.286854 0.378317
+0.950088 0.321294 0.418173
+0.978256 0.356634 0.458534
+0.982116 0.399558 0.507408
+0 0.05037 0.00355535
+0 0.0504463 0.00321965
+0 0.0504921 0.00242618
+0 0.0508583 0.00309758
+0 0.050721 0.00248722
+0.0107118 0.049958 0.00141909
+0.0493172 0.0488289 0.00047303
+0.089189 0.0476539 0
+0.130999 0.0464332 0
+0.17229 0.0453651 0
+0.212253 0.04654 0.00247196
+0.248035 0.0484321 0.00654612
+0.281361 0.0507057 0.0115816
+0.312551 0.053315 0.0171359
+0.341711 0.0563973 0.0237278
+0.368109 0.0597696 0.030808
+0.39324 0.0634165 0.0390021
+0.419318 0.0680247 0.0487526
+0.44741 0.073579 0.0606394
+0.477974 0.0807813 0.0749981
+0.510109 0.0896773 0.0923476
+0.544076 0.100664 0.112947
+0.580209 0.114107 0.137041
+0.618097 0.130282 0.163516
+0.658793 0.149371 0.191913
+0.702922 0.171572 0.223575
+0.750637 0.196582 0.258305
+0.802457 0.224186 0.295842
+0.858991 0.254551 0.335454
+0.920104 0.28716 0.375967
+0.949996 0.321538 0.416083
+0.978103 0.356802 0.456611
+0.982162 0.399603 0.505653
+0 0.057969 0.00794995
+0 0.0579232 0.00747692
+0 0.0584115 0.00596628
+0 0.05832 0.00567636
+0 0.0587167 0.00622568
+0.00717174 0.057847 0.00491341
+0.0460212 0.0572366 0.00392157
+0.0869459 0.0564431 0.00328069
+0.128969 0.0554818 0.00299077
+0.170855 0.054612 0.00314336
+0.210086 0.0537728 0.00370794
+0.245991 0.0529488 0.00456245
+0.278996 0.0522164 0.00569162
+0.311513 0.0543984 0.0105135
+0.341466 0.0572519 0.0166018
+0.367773 0.0606394 0.0234989
+0.392981 0.0642252 0.0314031
+0.419013 0.0690013 0.041001
+0.447074 0.0746166 0.052903
+0.477729 0.0818341 0.0672465
+0.509911 0.0908064 0.0846265
+0.544015 0.101778 0.105501
+0.580056 0.115221 0.12987
+0.617975 0.131365 0.157305
+0.658686 0.150408 0.186297
+0.702754 0.172534 0.218448
+0.750515 0.197452 0.253666
+0.802335 0.224948 0.291676
+0.85893 0.255131 0.331792
+0.919936 0.287755 0.372641
+0.94992 0.321996 0.413092
+0.977966 0.357153 0.453941
+0.982193 0.399847 0.503227
+0 0.0700084 0.0141756
+0 0.0699474 0.0136416
+0 0.0703288 0.0119936
+0 0.0702373 0.00907912
+0 0.0707103 0.0100557
+0.00560006 0.0708019 0.010193
+0.0420844 0.069688 0.00875868
+0.0830243 0.069276 0.00802625
+0.126253 0.0688334 0.00770581
+0.168887 0.0681926 0.00787366
+0.208606 0.0676738 0.00856031
+0.244831 0.0670939 0.00956741
+0.278416 0.0663005 0.0107729
+0.30988 0.0653239 0.0121462
+0.339132 0.0641031 0.013611
+0.365057 0.0631418 0.0153353
+0.391485 0.0662852 0.0220188
+0.418265 0.0703136 0.0305638
+0.446571 0.0759747 0.0423133
+0.477256 0.0832685 0.0567025
+0.50956 0.0922713 0.0740978
+0.543786 0.103258 0.0953536
+0.579889 0.116655 0.120012
+0.61799 0.132769 0.14873
+0.65861 0.151736 0.178882
+0.702724 0.173861 0.211673
+0.750423 0.198672 0.247532
+0.802319 0.225986 0.286137
+0.858808 0.256077 0.326863
+0.919783 0.288518 0.368277
+0.949859 0.322683 0.409247
+0.977859 0.357733 0.450538
+0.982208 0.400244 0.50013
+0 0.0871595 0.0223697
+0 0.0871138 0.0217746
+0 0.0872206 0.0199435
+0 0.0879988 0.0161746
+0 0.0877394 0.0144808
+0.000228885 0.0881666 0.0153201
+0.0399786 0.0881361 0.0154269
+0.079118 0.0871443 0.0141909
+0.121904 0.0867933 0.0136263
+0.165682 0.086717 0.0138399
+0.206867 0.0865492 0.0146029
+0.243442 0.0862593 0.0157015
+0.27715 0.0857099 0.016968
+0.30869 0.0849012 0.0184939
+0.338277 0.0838483 0.0201419
+0.365118 0.0826886 0.0218662
+0.389853 0.0812695 0.023682
+0.415442 0.07953 0.0258488
+0.444144 0.0797131 0.0310826
+0.476036 0.0855268 0.0436255
+0.508965 0.0940566 0.0606088
+0.543374 0.105058 0.0820325
+0.579736 0.118486 0.107424
+0.617807 0.134524 0.13698
+0.658549 0.15346 0.169162
+0.702708 0.175479 0.202853
+0.7505 0.200046 0.239704
+0.802274 0.227207 0.279164
+0.858824 0.257237 0.320638
+0.919707 0.28954 0.36289
+0.949813 0.323552 0.404471
+0.977813 0.35845 0.446372
+0.982238 0.400824 0.496437
+0 0.109117 0.0327306
+0 0.109056 0.0320592
+0 0.108995 0.0298924
+0 0.109621 0.0262303
+0 0.110033 0.0206302
+0 0.109987 0.0211795
+0.0327459 0.109911 0.0217746
+0.0770275 0.110323 0.0223392
+0.118379 0.109178 0.021149
+0.161547 0.108766 0.0208896
+0.203998 0.109194 0.021561
+0.241932 0.109422 0.0227512
+0.275868 0.109331 0.024155
+0.3075 0.108965 0.0256809
+0.337224 0.108293 0.0274205
+0.36405 0.107454 0.0294804
+0.389136 0.106249 0.0316014
+0.415213 0.104677 0.0340734
+0.44332 0.102724 0.0370336
+0.473426 0.100237 0.0404669
+0.50605 0.0992142 0.0472267
+0.542199 0.108202 0.0662852
+0.579309 0.120653 0.09131
+0.617639 0.13669 0.121874
+0.658656 0.15555 0.156527
+0.702739 0.177508 0.191867
+0.750652 0.201892 0.230076
+0.802411 0.228885 0.270588
+0.858946 0.25864 0.313054
+0.919844 0.290852 0.356374
+0.949828 0.324681 0.398733
+0.977996 0.359411 0.441566
+0.982238 0.401633 0.492058
+0 0.134478 0.0449531
+0 0.134463 0.0441749
+0 0.134371 0.0419776
+0 0.1346 0.0380102
+0 0.135531 0.0313573
+0 0.135286 0.0274662
+0.021561 0.135393 0.0284733
+0.0699626 0.135393 0.0295262
+0.116106 0.135973 0.0305943
+0.158785 0.134783 0.0295109
+0.20061 0.134325 0.0295415
+0.239261 0.135103 0.0306859
+0.274205 0.135714 0.0322118
+0.306325 0.135821 0.0339361
+0.336065 0.135561 0.035874
+0.363455 0.135042 0.0379187
+0.388556 0.134295 0.0401007
+0.414145 0.13315 0.0426795
+0.442176 0.131685 0.0458381
+0.472648 0.129564 0.0497902
+0.505287 0.126802 0.0545205
+0.539651 0.123476 0.0603494
+0.577081 0.126406 0.0751507
+0.617288 0.139422 0.103304
+0.658793 0.157992 0.139696
+0.703075 0.179736 0.1785
+0.750942 0.204028 0.218189
+0.802762 0.230838 0.260227
+0.859205 0.260502 0.304021
+0.920134 0.292454 0.34847
+0.949889 0.326131 0.392004
+0.978149 0.360586 0.435798
+0.982238 0.402731 0.487144
+0 0.162264 0.0595102
+0 0.162264 0.0587778
+0 0.162188 0.0564889
+0 0.162097 0.0521706
+0 0.16286 0.045594
+0 0.163622 0.0363928
+0.00895705 0.163256 0.0361181
+0.0593271 0.16318 0.0373541
+0.108629 0.16347 0.0390631
+0.156741 0.164065 0.0407111
+0.198886 0.163073 0.0399329
+0.236408 0.162402 0.0400549
+0.272282 0.163363 0.0415045
+0.304967 0.164126 0.0432288
+0.335393 0.164523 0.045182
+0.363134 0.164401 0.0473335
+0.388327 0.16408 0.0497139
+0.413962 0.163409 0.0524758
+0.441703 0.162432 0.0556497
+0.471901 0.160815 0.0596323
+0.504189 0.158816 0.0647135
+0.538476 0.15613 0.0708171
+0.575235 0.152728 0.0782483
+0.614557 0.148287 0.0873579
+0.658122 0.162783 0.120653
+0.70341 0.182498 0.161227
+0.751369 0.206531 0.203525
+0.803403 0.233143 0.247868
+0.859724 0.262623 0.293248
+0.920653 0.294469 0.339178
+0.95024 0.32781 0.38439
+0.978393 0.362097 0.429129
+0.982223 0.404105 0.481529
+0 0.191196 0.0757763
+0 0.19118 0.0750286
+0 0.191135 0.0726177
+0 0.191073 0.0683146
+0 0.191409 0.0617533
+0 0.192416 0.0519112
+0.000793469 0.191638 0.0444038
+0.0450294 0.191928 0.0459297
+0.0986038 0.192126 0.0477607
+0.149203 0.192325 0.049897
+0.19704 0.19324 0.0522164
+0.23592 0.192462 0.0515145
+0.269917 0.191623 0.0517433
+0.302998 0.192599 0.053315
+0.334035 0.193317 0.0553597
+0.362737 0.193866 0.0576333
+0.388357 0.194018 0.0600137
+0.414008 0.19379 0.0627451
+0.441657 0.193225 0.066041
+0.471626 0.192401 0.0702678
+0.503685 0.190951 0.075288
+0.537835 0.189075 0.081651
+0.574182 0.186511 0.0892042
+0.612619 0.183108 0.0984817
+0.6542 0.178729 0.109804
+0.701167 0.188296 0.141222
+0.751705 0.209201 0.185473
+0.804135 0.235843 0.232746
+0.86067 0.265003 0.280613
+0.92163 0.296666 0.328466
+0.95053 0.32987 0.375433
+0.978821 0.363943 0.421592
+0.982193 0.405783 0.475196
+0 0.219486 0.0931868
+0 0.21944 0.0924086
+0 0.219379 0.0900282
+0 0.219348 0.0857252
+0 0.219272 0.079057
+0.000564584 0.220096 0.0695659
+0.00331121 0.221134 0.0560616
+0.0291142 0.220417 0.0545357
+0.0855268 0.220035 0.0564431
+0.139025 0.220432 0.0590219
+0.189639 0.220676 0.0617685
+0.234607 0.221897 0.0644694
+0.26981 0.221271 0.0639963
+0.301045 0.220554 0.064271
+0.331762 0.221164 0.0657206
+0.361273 0.222049 0.0678111
+0.387304 0.222721 0.0702678
+0.413397 0.223102 0.0731212
+0.441367 0.223102 0.0766003
+0.47158 0.222614 0.0806897
+0.503563 0.221729 0.085893
+0.537408 0.220554 0.0922103
+0.573419 0.218784 0.100069
+0.611322 0.216373 0.109453
+0.652338 0.213153 0.120882
+0.696986 0.20882 0.134356
+0.746929 0.215198 0.164843
+0.801785 0.237247 0.211383
+0.859297 0.266728 0.263432
+0.921584 0.29865 0.31487
+0.950927 0.33225 0.365179
+0.979416 0.366033 0.413046
+0.982315 0.407828 0.468421
+0.00560006 0.247623 0.111376
+0.00567636 0.247654 0.110628
+0.00590524 0.247517 0.108263
+0.00648508 0.247517 0.104021
+0.00729381 0.247395 0.0973831
+0.00860609 0.247822 0.0882582
+0.0105287 0.248844 0.075227
+0.0200504 0.248417 0.0644236
+0.0692607 0.248203 0.0650339
+0.125795 0.248188 0.0674754
+0.1794 0.248692 0.0706035
+0.227878 0.249348 0.0741283
+0.26833 0.250751 0.0772412
+0.300526 0.250172 0.0767834
+0.330114 0.249561 0.0771801
+0.358923 0.249805 0.0785687
+0.385885 0.250782 0.0806744
+0.41207 0.251499 0.0833448
+0.440345 0.252018 0.0867933
+0.470741 0.252201 0.0910506
+0.502876 0.251911 0.0961013
+0.536843 0.251179 0.102541
+0.572763 0.250095 0.110353
+0.610544 0.248341 0.119951
+0.650874 0.246082 0.131334
+0.694652 0.242817 0.145068
+0.742657 0.238437 0.16083
+0.796628 0.243778 0.191104
+0.856291 0.267567 0.241032
+0.918242 0.299062 0.295857
+0.949447 0.33228 0.349004
+0.978164 0.366384 0.400259
+0.982483 0.408301 0.458167
+0.0132753 0.275563 0.129702
+0.0133669 0.275502 0.128893
+0.0136873 0.275486 0.126528
+0.0142367 0.275425 0.122408
+0.0150454 0.27541 0.116091
+0.0161288 0.275303 0.106996
+0.0177462 0.276249 0.095079
+0.0205234 0.277409 0.0776989
+0.0517739 0.275822 0.0731975
+0.11043 0.276081 0.0758068
+0.167178 0.276249 0.0787671
+0.219089 0.277028 0.0823682
+0.262547 0.278096 0.0864881
+0.299489 0.279591 0.0900435
+0.328847 0.279057 0.0895552
+0.357015 0.278508 0.0898451
+0.383001 0.278325 0.0909895
+0.409751 0.279393 0.0935531
+0.438209 0.280201 0.0966812
+0.468864 0.280827 0.100664
+0.501411 0.281041 0.105837
+0.535531 0.281102 0.1122
+0.571466 0.2804 0.120027
+0.609064 0.279393 0.129488
+0.649058 0.277852 0.140856
+0.692409 0.275364 0.154482
+0.739605 0.272023 0.170306
+0.792004 0.267399 0.18732
+0.850507 0.274342 0.220554
+0.915358 0.29984 0.27361
+0.948135 0.332586 0.330297
+0.976364 0.366323 0.38471
+0.982849 0.407187 0.44419
+0.0200504 0.303227 0.148119
+0.0201572 0.303273 0.147372
+0.0204623 0.303212 0.145037
+0.0209964 0.303151 0.141054
+0.0218509 0.303151 0.135027
+0.0233768 0.303029 0.12639
+0.025452 0.303456 0.114717
+0.0281376 0.304509 0.0988327
+0.0422065 0.304189 0.0843519
+0.0913405 0.303853 0.0835279
+0.151812 0.303761 0.0864881
+0.207645 0.304341 0.0903487
+0.255222 0.305486 0.0945754
+0.294499 0.306676 0.0990158
+0.32784 0.308293 0.102617
+0.355612 0.30779 0.102083
+0.381674 0.30724 0.10248
+0.406683 0.306493 0.103563
+0.435264 0.307774 0.106416
+0.465904 0.308766 0.110155
+0.498558 0.309361 0.114946
+0.532998 0.309789 0.121157
+0.5691 0.30988 0.128801
+0.607141 0.309545 0.138293
+0.647089 0.308492 0.149538
+0.689799 0.306828 0.162951
+0.736294 0.304356 0.178256
+0.787381 0.300801 0.194812
+0.845106 0.295628 0.213565
+0.910018 0.306142 0.253101
+0.946868 0.333288 0.308827
+0.974792 0.366552 0.367269
+0.983093 0.406485 0.428702
+0.0269627 0.33051 0.166247
+0.0271153 0.330541 0.165576
+0.0275578 0.33048 0.163348
+0.0282292 0.330404 0.159548
+0.0291447 0.330465 0.153841
+0.0305791 0.330282 0.145678
+0.0324254 0.330388 0.134569
+0.0353094 0.331334 0.120073
+0.0392309 0.332341 0.0999161
+0.0702983 0.330419 0.0912795
+0.13315 0.33109 0.0944381
+0.19292 0.331289 0.0979324
+0.24506 0.332372 0.102296
+0.287785 0.333593 0.107118
+0.323537 0.334798 0.112093
+0.354665 0.336461 0.115923
+0.380591 0.336019 0.115267
+0.405829 0.335576 0.115709
+0.432425 0.335088 0.117021
+0.463035 0.335714 0.120211
+0.495903 0.336797 0.124666
+0.530312 0.337591 0.130434
+0.566674 0.337957 0.137819
+0.604501 0.33814 0.146914
+0.644633 0.337804 0.158038
+0.68748 0.336873 0.171115
+0.73312 0.335241 0.185626
+0.783307 0.332525 0.201617
+0.839857 0.328405 0.220172
+0.904021 0.322652 0.240711
+0.945006 0.338613 0.288396
+0.973709 0.367071 0.347051
+0.983474 0.406119 0.411658
+0.0344396 0.356802 0.184314
+0.0345769 0.356756 0.183673
+0.0349737 0.356634 0.181689
+0.0356909 0.356588 0.178286
+0.0367285 0.356573 0.173007
+0.0382849 0.356512 0.165576
+0.0404822 0.356374 0.155276
+0.0434272 0.357031 0.141772
+0.0469215 0.358083 0.123491
+0.0607767 0.358099 0.105318
+0.111635 0.357259 0.102525
+0.175143 0.357458 0.106157
+0.232181 0.358206 0.110445
+0.279316 0.359609 0.115557
+0.318486 0.360784 0.120745
+0.351232 0.362081 0.125933
+0.380087 0.363775 0.129778
+0.405203 0.363439 0.129091
+0.432212 0.363134 0.129732
+0.461173 0.36257 0.131456
+0.492958 0.362844 0.13489
+0.527764 0.363912 0.140246
+0.56405 0.364797 0.147143
+0.601892 0.365301 0.155886
+0.641917 0.365499 0.166461
+0.684489 0.365209 0.178836
+0.730251 0.364187 0.192798
+0.77995 0.36231 0.208621
+0.835233 0.359289 0.226658
+0.898543 0.354772 0.246876
+0.943008 0.347646 0.268605
+0.971756 0.370825 0.326421
+0.983886 0.406088 0.392477
+0.0428931 0.383658 0.202396
+0.0430762 0.383703 0.201785
+0.0435798 0.383627 0.200031
+0.04448 0.383642 0.196963
+0.0457618 0.383566 0.192416
+0.0472725 0.383474 0.185885
+0.0492714 0.383459 0.177005
+0.0520943 0.383658 0.16466
+0.0561532 0.38468 0.148562
+0.0616007 0.38587 0.126497
+0.0914015 0.384756 0.114565
+0.153231 0.384939 0.115572
+0.215579 0.385306 0.11989
+0.267201 0.386648 0.124849
+0.310124 0.38822 0.130236
+0.346044 0.38938 0.135561
+0.376898 0.390738 0.141085
+0.405203 0.392325 0.145556
+0.432105 0.391867 0.144778
+0.461112 0.391577 0.14551
+0.492012 0.39115 0.147585
+0.524834 0.390768 0.151324
+0.561654 0.391897 0.15787
+0.599817 0.392782 0.166003
+0.639765 0.393332 0.175921
+0.682124 0.393469 0.18735
+0.727153 0.39295 0.200488
+0.776196 0.391897 0.2159
+0.830472 0.389883 0.233555
+0.893324 0.38645 0.25359
+0.941283 0.380728 0.274861
+0.96939 0.377508 0.303899
+0.984344 0.407843 0.37084
+0.0531472 0.412818 0.22269
+0.0533303 0.412818 0.222141
+0.0539254 0.412726 0.220401
+0.054902 0.412726 0.217517
+0.0563058 0.412665 0.213245
+0.0579843 0.41265 0.207446
+0.0602274 0.412558 0.199695
+0.0630045 0.412451 0.189334
+0.0665904 0.413489 0.176135
+0.0713512 0.414801 0.157397
+0.0788739 0.415976 0.133639
+0.125551 0.414176 0.126482
+0.192142 0.414969 0.130739
+0.250462 0.415793 0.135805
+0.297978 0.417258 0.141176
+0.338048 0.418906 0.146838
+0.372183 0.419989 0.152377
+0.401785 0.4215 0.158541
+0.431983 0.423255 0.163561
+0.461006 0.422797 0.162722
+0.492241 0.422385 0.163684
+0.525093 0.421851 0.166262
+0.559335 0.421027 0.170443
+0.597086 0.421988 0.177508
+0.637201 0.422919 0.186297
+0.679515 0.423499 0.196872
+0.724285 0.423514 0.20943
+0.772564 0.422919 0.224201
+0.826001 0.42153 0.24126
+0.886793 0.41912 0.260822
+0.93872 0.415 0.282414
+0.96669 0.407935 0.304555
+0.984283 0.414389 0.347021
+0.0660105 0.444266 0.245319
+0.0661784 0.444236 0.244816
+0.0666209 0.44419 0.243244
+0.0674144 0.444266 0.24062
+0.0687266 0.444175 0.236698
+0.0706188 0.444083 0.231312
+0.0730449 0.444038 0.224231
+0.0757458 0.443915 0.215061
+0.079408 0.444572 0.203677
+0.0839246 0.445945 0.189349
+0.0896315 0.447501 0.168978
+0.1093 0.448051 0.148943
+0.160891 0.447227 0.143694
+0.227481 0.447623 0.14847
+0.281147 0.448875 0.153903
+0.325628 0.450568 0.159579
+0.363531 0.452049 0.165301
+0.396811 0.453285 0.171283
+0.428428 0.454826 0.178103
+0.461204 0.456809 0.183734
+0.492393 0.456168 0.182834
+0.525429 0.455695 0.18381
+0.560082 0.45507 0.186694
+0.595819 0.454246 0.191318
+0.634562 0.454307 0.19823
+0.67686 0.455283 0.207965
+0.721843 0.455772 0.219913
+0.769619 0.455787 0.234211
+0.821118 0.455207 0.251041
+0.878874 0.453971 0.270802
+0.934462 0.451453 0.292576
+0.962203 0.445548 0.313573
+0.982651 0.439826 0.339361
+0.0809033 0.478264 0.270405
+0.081117 0.478248 0.269932
+0.0816968 0.478264 0.268467
+0.0826429 0.478248 0.265995
+0.0839857 0.478157 0.262394
+0.0855421 0.478141 0.257588
+0.0877699 0.478096 0.251225
+0.0904555 0.477943 0.243046
+0.0937057 0.478035 0.232731
+0.0977951 0.479606 0.220783
+0.102693 0.48127 0.205173
+0.108156 0.483009 0.184268
+0.136553 0.483528 0.167926
+0.194125 0.482155 0.163302
+0.256825 0.483055 0.168368
+0.3075 0.484535 0.173938
+0.350393 0.486351 0.179583
+0.388312 0.487709 0.185351
+0.422858 0.48893 0.191806
+0.457267 0.490593 0.198947
+0.492302 0.492668 0.204944
+0.525505 0.491951 0.203937
+0.56054 0.491295 0.205188
+0.59678 0.490608 0.208591
+0.634607 0.489723 0.213916
+0.674098 0.488746 0.22153
+0.718318 0.489921 0.233326
+0.764904 0.490654 0.247715
+0.814649 0.490883 0.264836
+0.869184 0.490898 0.285054
+0.926757 0.490028 0.307378
+0.956558 0.485359 0.327001
+0.978195 0.480644 0.350866
+0.0978561 0.514626 0.297963
+0.0980392 0.514656 0.297581
+0.098558 0.514626 0.296223
+0.099443 0.514626 0.293996
+0.100694 0.514595 0.290684
+0.102373 0.514473 0.28632
+0.104204 0.514458 0.28072
+0.106722 0.514351 0.273518
+0.109651 0.51426 0.264424
+0.113436 0.515587 0.25417
+0.118105 0.517357 0.241443
+0.123262 0.519326 0.224964
+0.130388 0.521416 0.20325
+0.161975 0.522103 0.189624
+0.222721 0.519753 0.184283
+0.281621 0.520836 0.189532
+0.330236 0.522469 0.194827
+0.374365 0.524514 0.200595
+0.413138 0.525719 0.206668
+0.450507 0.527062 0.213687
+0.487922 0.528679 0.221881
+0.525292 0.530816 0.229084
+0.560418 0.529915 0.228412
+0.596765 0.529335 0.230716
+0.634638 0.528542 0.235492
+0.673671 0.527733 0.242695
+0.714031 0.526711 0.252338
+0.758144 0.527352 0.266392
+0.805798 0.528725 0.284428
+0.857038 0.5299 0.305455
+0.911482 0.530602 0.328618
+0.949538 0.527199 0.346624
+0.972427 0.523445 0.368246
+0.116289 0.553414 0.327688
+0.116457 0.553414 0.327276
+0.116976 0.553399 0.326101
+0.1178 0.553384 0.324025
+0.11899 0.553368 0.321065
+0.120363 0.553307 0.31722
+0.122271 0.553246 0.312184
+0.124575 0.553216 0.305821
+0.127291 0.553124 0.297917
+0.130602 0.553887 0.288945
+0.135241 0.555764 0.278737
+0.140047 0.557794 0.265782
+0.145983 0.560052 0.249088
+0.154849 0.562463 0.227726
+0.186572 0.562219 0.212528
+0.245014 0.559792 0.206317
+0.301991 0.561135 0.211597
+0.352361 0.562921 0.217319
+0.397726 0.564904 0.22385
+0.439887 0.566033 0.230991
+0.480735 0.567315 0.239734
+0.520531 0.568811 0.250401
+0.559838 0.570947 0.260227
+0.59588 0.570214 0.261143
+0.633417 0.569451 0.265324
+0.671916 0.568963 0.272663
+0.711406 0.568505 0.28275
+0.75201 0.567987 0.295354
+0.795041 0.568032 0.311421
+0.843305 0.57055 0.333333
+0.894972 0.572747 0.357092
+0.942107 0.570459 0.373678
+0.965942 0.567712 0.39266
+0.136995 0.594247 0.359838
+0.137118 0.594202 0.359472
+0.137591 0.594186 0.358419
+0.138323 0.594247 0.35671
+0.139315 0.594263 0.354162
+0.14078 0.594125 0.350607
+0.14258 0.594125 0.346151
+0.144747 0.594079 0.34052
+0.147082 0.594034 0.333715
+0.150011 0.594095 0.32546
+0.154391 0.596139 0.317174
+0.158892 0.598428 0.306905
+0.164065 0.600732 0.294072
+0.169635 0.603342 0.278279
+0.17821 0.606394 0.258076
+0.2094 0.604807 0.238849
+0.261845 0.602014 0.230411
+0.321202 0.603586 0.235966
+0.376089 0.605417 0.243183
+0.424186 0.606638 0.252033
+0.470527 0.607355 0.262486
+0.514061 0.608423 0.274907
+0.555566 0.610071 0.289296
+0.595743 0.612436 0.303029
+0.632258 0.611811 0.306325
+0.669612 0.611566 0.313237
+0.707851 0.611612 0.323537
+0.747356 0.611811 0.336172
+0.78822 0.612085 0.351141
+0.831403 0.612497 0.368078
+0.881834 0.615122 0.389639
+0.935882 0.614008 0.404669
+0.960891 0.612024 0.421332
+0.159426 0.637613 0.393408
+0.159548 0.637675 0.393072
+0.159976 0.637598 0.392126
+0.160693 0.637613 0.390494
+0.161715 0.637583 0.38819
+0.163027 0.637537 0.385153
+0.164569 0.637537 0.381292
+0.1664 0.637491 0.376577
+0.168627 0.63743 0.370748
+0.171267 0.63743 0.36376
+0.174807 0.639124 0.356909
+0.1794 0.641413 0.349035
+0.184039 0.643946 0.339086
+0.189349 0.646708 0.32694
+0.195056 0.649897 0.312398
+0.201785 0.651789 0.291951
+0.2262 0.650507 0.26862
+0.280507 0.6477 0.260166
+0.344701 0.647822 0.265049
+0.403708 0.648753 0.276371
+0.457313 0.648905 0.289891
+0.507088 0.64921 0.305547
+0.5523 0.650263 0.322881
+0.594049 0.652415 0.341711
+0.633997 0.655604 0.358785
+0.669917 0.655711 0.363775
+0.707057 0.656214 0.371832
+0.74583 0.657008 0.382254
+0.786603 0.657954 0.394675
+0.830472 0.659007 0.408499
+0.878798 0.659754 0.423239
+0.933288 0.657206 0.434134
+0.959121 0.656092 0.448798
+0.186511 0.68304 0.42945
+0.186633 0.683009 0.429114
+0.186999 0.683024 0.42829
+0.18761 0.682979 0.426886
+0.18851 0.682979 0.424811
+0.189624 0.682994 0.422187
+0.190875 0.682963 0.418845
+0.192569 0.682994 0.414725
+0.194537 0.682979 0.40972
+0.196796 0.682933 0.403662
+0.199969 0.684001 0.397482
+0.204685 0.686488 0.391379
+0.209552 0.689158 0.384054
+0.215122 0.692012 0.375372
+0.220768 0.695125 0.364858
+0.2271 0.698726 0.35256
+0.231037 0.698787 0.33106
+0.246616 0.697993 0.302617
+0.308797 0.693904 0.296513
+0.378088 0.691676 0.303014
+0.442542 0.691203 0.32105
+0.500237 0.690455 0.340688
+0.55053 0.691264 0.361318
+0.594446 0.69369 0.380987
+0.635264 0.697322 0.400046
+0.67512 0.701823 0.415869
+0.711543 0.702678 0.419242
+0.750011 0.704021 0.425238
+0.791363 0.705364 0.433402
+0.836316 0.706691 0.443687
+0.885618 0.707668 0.455436
+0.936385 0.70486 0.464225
+0.96051 0.701427 0.474815
+0.231922 0.727382 0.468482
+0.232013 0.727413 0.468254
+0.232166 0.727428 0.467506
+0.232639 0.727459 0.466361
+0.233478 0.727535 0.464607
+0.234195 0.727474 0.462287
+0.235386 0.72752 0.459419
+0.236683 0.72752 0.455909
+0.238163 0.727581 0.451682
+0.23978 0.727535 0.446677
+0.241886 0.727947 0.441093
+0.247227 0.730419 0.436988
+0.252415 0.733074 0.43183
+0.257984 0.735866 0.425681
+0.264302 0.738781 0.41857
+0.271122 0.74226 0.410254
+0.276143 0.744518 0.398001
+0.278889 0.744198 0.377325
+0.291707 0.74342 0.349477
+0.354543 0.738048 0.34258
+0.42446 0.733547 0.352422
+0.49337 0.732509 0.376776
+0.549126 0.733471 0.398688
+0.595728 0.736843 0.417624
+0.637751 0.741421 0.434134
+0.67834 0.746731 0.449516
+0.719509 0.752453 0.46302
+0.757763 0.753887 0.465507
+0.799298 0.755459 0.471107
+0.844694 0.757168 0.478889
+0.894942 0.758297 0.488334
+0.941573 0.755657 0.495842
+0.963134 0.753048 0.505669
+0.301091 0.768597 0.51252
+0.301152 0.768597 0.512306
+0.301366 0.768597 0.511696
+0.301823 0.768612 0.510658
+0.302312 0.768643 0.509224
+0.302708 0.768658 0.50724
+0.303563 0.768704 0.504875
+0.304417 0.768765 0.501961
+0.30518 0.768933 0.498543
+0.306462 0.768963 0.494453
+0.307836 0.769024 0.489662
+0.313176 0.770947 0.486854
+0.319356 0.773465 0.483635
+0.325795 0.776059 0.479805
+0.332876 0.778836 0.475547
+0.340597 0.781903 0.470542
+0.349371 0.785321 0.46508
+0.350759 0.785504 0.450996
+0.351873 0.785565 0.431403
+0.365484 0.784558 0.406622
+0.417624 0.779293 0.399084
+0.48304 0.775418 0.409766
+0.544976 0.777905 0.431739
+0.594385 0.782788 0.448966
+0.638621 0.788571 0.464454
+0.681132 0.794614 0.479728
+0.723369 0.801068 0.495094
+0.767269 0.807523 0.508324
+0.808759 0.809293 0.51014
+0.854902 0.811185 0.515175
+0.906233 0.812436 0.522316
+0.94728 0.809888 0.527932
+0.966659 0.807767 0.536873
+0.387549 0.807889 0.561486
+0.38761 0.807843 0.561349
+0.387655 0.807858 0.560815
+0.388006 0.807919 0.559991
+0.388266 0.807889 0.558755
+0.388846 0.807965 0.55726
+0.38941 0.80795 0.555306
+0.390082 0.80795 0.552956
+0.390829 0.808042 0.55021
+0.391684 0.808118 0.54696
+0.392386 0.808179 0.543175
+0.396094 0.809583 0.540612
+0.40238 0.812131 0.53933
+0.408148 0.814923 0.537331
+0.414862 0.817807 0.534981
+0.421973 0.820996 0.532479
+0.42945 0.824674 0.529534
+0.434333 0.82678 0.52285
+0.435019 0.826307 0.509041
+0.436683 0.826185 0.490913
+0.446693 0.825833 0.468254
+0.484398 0.824308 0.456413
+0.535607 0.82536 0.461143
+0.589303 0.831968 0.478508
+0.637156 0.838911 0.494621
+0.682017 0.846265 0.509697
+0.726284 0.853513 0.524407
+0.771466 0.860716 0.539773
+0.819257 0.868055 0.553399
+0.865827 0.869902 0.55523
+0.917617 0.871366 0.559915
+0.953399 0.868605 0.563424
+0.970748 0.866789 0.570642
+0.458289 0.855375 0.611795
+0.458351 0.855436 0.611673
+0.458503 0.85539 0.611261
+0.458778 0.85536 0.61059
+0.45919 0.85539 0.609628
+0.459602 0.855299 0.608316
+0.460166 0.855329 0.606744
+0.460853 0.855314 0.604837
+0.461601 0.855268 0.602579
+0.462547 0.855283 0.599954
+0.463432 0.855207 0.596994
+0.465339 0.856016 0.594415
+0.470268 0.859495 0.593957
+0.475181 0.863554 0.593256
+0.480018 0.867353 0.592172
+0.485298 0.87155 0.590784
+0.490822 0.876234 0.58938
+0.496956 0.88159 0.587488
+0.498512 0.880659 0.577356
+0.500679 0.879881 0.564248
+0.504112 0.879591 0.547417
+0.511391 0.880354 0.525322
+0.535546 0.882445 0.507469
+0.579721 0.885344 0.508171
+0.631571 0.893812 0.524193
+0.679469 0.902602 0.539239
+0.726513 0.911025 0.55436
+0.774136 0.919173 0.569986
+0.82359 0.927153 0.586419
+0.876967 0.935256 0.601175
+0.929656 0.936873 0.602792
+0.959579 0.933944 0.603479
+0.975052 0.932296 0.608728
+0.502953 0.913832 0.658732
+0.502998 0.913802 0.65861
+0.503105 0.913802 0.658259
+0.503288 0.913832 0.657664
+0.503594 0.913802 0.656825
+0.50399 0.913771 0.65568
+0.504555 0.913725 0.654337
+0.50518 0.91371 0.652659
+0.505867 0.913649 0.650721
+0.506676 0.913558 0.648478
+0.507576 0.913527 0.645899
+0.508598 0.913497 0.642954
+0.511193 0.917159 0.642344
+0.513909 0.92079 0.641215
+0.51696 0.924575 0.640009
+0.519829 0.928725 0.638422
+0.523232 0.933211 0.636866
+0.526818 0.938186 0.634684
+0.529335 0.94023 0.628824
+0.531334 0.939239 0.618585
+0.534157 0.938628 0.605646
+0.538827 0.938827 0.589227
+0.547127 0.94023 0.567483
+0.568292 0.943557 0.546471
+0.611688 0.946853 0.545052
+0.664683 0.956527 0.561105
+0.715251 0.960403 0.576577
+0.765454 0.963989 0.592096
+0.816602 0.96733 0.607889
+0.870405 0.970657 0.624384
+0.930541 0.973846 0.638849
+0.960739 0.972763 0.636439
+0.974365 0.972198 0.639048
+0.527459 0.963516 0.696208
+0.527489 0.963516 0.696132
+0.527596 0.963516 0.695781
+0.52781 0.963516 0.695247
+0.528084 0.963485 0.694453
+0.52845 0.963485 0.693477
+0.528908 0.96347 0.692256
+0.529458 0.963455 0.690761
+0.530083 0.963424 0.689036
+0.530785 0.963394 0.687037
+0.531609 0.963363 0.684749
+0.532479 0.963333 0.6822
+0.534783 0.964569 0.681437
+0.53724 0.966445 0.681025
+0.540002 0.968353 0.680339
+0.542794 0.970413 0.679515
+0.5458 0.972656 0.678569
+0.54931 0.975067 0.67747
+0.552697 0.977584 0.67512
+0.55433 0.976989 0.666529
+0.556558 0.976577 0.655985
+0.56025 0.976516 0.643137
+0.566751 0.976822 0.626886
+0.576532 0.97789 0.605753
+0.594888 0.979644 0.580896
+0.639261 0.980606 0.578241
+0.695262 0.985061 0.594842
+0.749508 0.989197 0.611337
+0.80351 0.993072 0.627482
+0.859678 0.996612 0.643915
+0.920882 1 0.660578
+0.959792 1 0.670787
+0.971832 1 0.669627
+0.551537 0.993194 0.73492
+0.551553 0.993194 0.734813
+0.551644 0.99321 0.734478
+0.551812 0.99321 0.734005
+0.551995 0.99321 0.733333
+0.552331 0.993194 0.732418
+0.552728 0.993179 0.731319
+0.553185 0.993164 0.729976
+0.55375 0.993133 0.72845
+0.55436 0.993118 0.726635
+0.555047 0.993072 0.72462
+0.555825 0.993042 0.722362
+0.557412 0.994171 0.721172
+0.559853 0.996628 0.72137
+0.562661 0.998627 0.721462
+0.566247 0.998657 0.722148
+0.569848 0.998718 0.722805
+0.573983 0.998734 0.723323
+0.578454 0.99881 0.723583
+0.580972 0.998795 0.718212
+0.582956 0.998795 0.709224
+0.586023 0.998901 0.698634
+0.59115 0.99913 0.685649
+0.59913 0.999786 0.669688
+0.609201 1 0.647929
+0.624582 1 0.619043
+0.669886 1 0.615259
+0.728878 1 0.631662
+0.787564 1 0.649012
+0.846967 1 0.665797
+0.910796 1 0.682963
+0.956069 1 0.69691
+0.970474 1 0.708705
+0 0.0435798 0
+0 0.0436561 0
+0 0.0441138 0
+0 0.0442969 0.000122072
+0 0.0441901 0.000579843
+0.0110628 0.043595 0.000762951
+0.0489204 0.043061 0.00128176
+0.0882124 0.0428931 0.00259403
+0.12958 0.0430915 0.0043183
+0.171008 0.0439307 0.00706493
+0.209995 0.0454871 0.0107424
+0.246296 0.0473945 0.0150607
+0.280003 0.0496071 0.0204929
+0.311421 0.0522011 0.0264744
+0.340826 0.0551156 0.0333104
+0.367514 0.0584573 0.04094
+0.392645 0.062089 0.0492103
+0.418708 0.0664683 0.0590677
+0.446845 0.0720989 0.0710002
+0.477165 0.0791485 0.0852369
+0.509438 0.0878767 0.102617
+0.543328 0.0988022 0.122881
+0.579492 0.112184 0.146258
+0.617151 0.128374 0.171481
+0.657633 0.147509 0.198901
+0.701656 0.169665 0.229831
+0.749416 0.194675 0.264012
+0.800931 0.2224 0.30071
+0.857466 0.252689 0.33991
+0.918486 0.285435 0.379538
+0.949294 0.319829 0.419257
+0.977264 0.355184 0.459297
+0.982116 0.397879 0.507408
+0 0.0440223 0
+0 0.0440375 0
+0 0.0444343 0
+0 0.044419 0
+0 0.0441444 0.000183108
+0.0178836 0.0435035 0.000366217
+0.056611 0.0430762 0.00103761
+0.0965438 0.0429541 0.00236515
+0.13727 0.0433051 0.00422675
+0.178042 0.0442664 0.00704967
+0.216342 0.0458076 0.0107271
+0.251652 0.0478523 0.0151675
+0.28481 0.0501106 0.0206302
+0.315785 0.0527047 0.0266575
+0.344671 0.0556802 0.0335241
+0.371115 0.0590524 0.0411841
+0.396033 0.0627451 0.0496071
+0.422309 0.0673533 0.0596933
+0.450858 0.0730297 0.0718547
+0.481361 0.0803388 0.0866102
+0.513832 0.0894331 0.104265
+0.547936 0.100679 0.124941
+0.58436 0.114412 0.148791
+0.622522 0.130938 0.174197
+0.663737 0.150423 0.202396
+0.708293 0.173114 0.23386
+0.75642 0.198688 0.268467
+0.808972 0.226734 0.305867
+0.866453 0.257588 0.34548
+0.927092 0.290806 0.38529
+0.953353 0.325444 0.424994
+0.982513 0.360983 0.465553
+0.981247 0.405661 0.515679
+0 0.0460059 0.000976577
+0 0.0459754 0.000747692
+0 0.0464637 0.00115969
+0 0.0465095 0.0011902
+0 0.0458991 0.000610361
+0.0190585 0.0445716 0
+0.0573892 0.0432288 0
+0.0969406 0.0431678 9.15541e-05
+0.137789 0.0434882 0.00189212
+0.178332 0.0445716 0.00459297
+0.216495 0.0461128 0.00820935
+0.251698 0.0481575 0.012665
+0.28484 0.0504005 0.0178073
+0.315663 0.0530098 0.0238804
+0.34464 0.0560311 0.030518
+0.371008 0.0594034 0.0382086
+0.395895 0.0630961 0.046479
+0.42211 0.0677348 0.0565194
+0.450721 0.0733501 0.0687114
+0.481178 0.0807507 0.0834516
+0.513588 0.0898146 0.10103
+0.547738 0.101061 0.121813
+0.584146 0.114763 0.145815
+0.622339 0.131273 0.171679
+0.663523 0.150683 0.199939
+0.707988 0.173388 0.231617
+0.756146 0.198871 0.266377
+0.808606 0.226963 0.303929
+0.866102 0.257603 0.343664
+0.926909 0.290791 0.383673
+0.953185 0.325444 0.423514
+0.98233 0.360922 0.464179
+0.981308 0.405478 0.514382
+0 0.05037 0.00393683
+0 0.0503395 0.00360113
+0 0.0512245 0.00274662
+0 0.0515145 0.0034638
+0 0.0508278 0.00285344
+0.0154574 0.0500343 0.00189212
+0.0554208 0.0488136 0.00106813
+0.0969863 0.0474403 0.000488289
+0.137636 0.0461738 0.000183108
+0.177935 0.045243 0.000488289
+0.216617 0.0466163 0.00376898
+0.251835 0.0486305 0.00814832
+0.28481 0.0509346 0.0132906
+0.315618 0.0535439 0.0189212
+0.344594 0.056611 0.0257267
+0.37084 0.0599832 0.03299
+0.395895 0.0636606 0.0413214
+0.421927 0.0684062 0.0513313
+0.450477 0.074052 0.0634623
+0.481025 0.0814374 0.0781872
+0.51339 0.0905776 0.0958572
+0.547616 0.101793 0.116823
+0.583932 0.11548 0.14107
+0.622217 0.131945 0.167636
+0.663325 0.151369 0.19617
+0.707835 0.173983 0.228168
+0.755917 0.199405 0.263218
+0.808362 0.227329 0.301015
+0.865812 0.258015 0.341039
+0.926802 0.291096 0.381369
+0.953048 0.325673 0.421439
+0.982177 0.361059 0.462303
+0.981353 0.405478 0.512612
+0 0.057908 0.0083772
+0 0.057908 0.00794995
+0 0.0582895 0.00645457
+0 0.0594797 0.00608835
+0 0.0598306 0.00665293
+0.00830091 0.0579232 0.00529488
+0.049958 0.0575723 0.00451667
+0.092134 0.056733 0.00402838
+0.134981 0.0556497 0.00381476
+0.177157 0.0546426 0.00407416
+0.215488 0.053666 0.004654
+0.250324 0.0527352 0.00550851
+0.282994 0.0521706 0.00689708
+0.315068 0.0543679 0.0119631
+0.344305 0.0574807 0.0183871
+0.370504 0.0608835 0.0255589
+0.39556 0.0645914 0.0336309
+0.421622 0.0694438 0.0435035
+0.450095 0.0750591 0.0556191
+0.480766 0.082536 0.0703136
+0.513085 0.0916915 0.0880598
+0.547478 0.102907 0.109361
+0.583734 0.116594 0.133959
+0.622217 0.132891 0.161547
+0.663203 0.152331 0.1906
+0.707622 0.17496 0.223087
+0.755718 0.200153 0.258595
+0.808194 0.228016 0.296834
+0.865507 0.25864 0.337194
+0.926421 0.29163 0.377981
+0.952911 0.326085 0.418448
+0.98204 0.361364 0.459632
+0.981384 0.405661 0.510155
+0 0.0699626 0.0147097
+0 0.0699321 0.0141909
+0 0.0698253 0.0123903
+0 0.0715953 0.00962844
+0 0.0725109 0.0106661
+0.00936904 0.0724193 0.0107118
+0.0421759 0.0694285 0.00901808
+0.0859236 0.069688 0.00863661
+0.13048 0.0692912 0.00851453
+0.173663 0.0685893 0.00881972
+0.213382 0.0679484 0.00959792
+0.249714 0.067155 0.0106508
+0.283009 0.0661631 0.011902
+0.313558 0.0651102 0.0132753
+0.342214 0.0638285 0.0147402
+0.36817 0.0630503 0.0167849
+0.394461 0.0661784 0.0236973
+0.420874 0.0707103 0.0328832
+0.449577 0.0764782 0.0449378
+0.480247 0.0839551 0.0596933
+0.512764 0.0931258 0.0775616
+0.547204 0.104356 0.0991836
+0.583627 0.117968 0.124361
+0.622003 0.13434 0.153079
+0.66305 0.153704 0.183124
+0.707469 0.176196 0.216281
+0.755642 0.201328 0.252522
+0.808057 0.229007 0.291341
+0.86537 0.259464 0.332235
+0.926223 0.292302 0.373663
+0.952819 0.326696 0.414633
+0.981918 0.361868 0.456199
+0.981414 0.405997 0.507088
+0 0.0870832 0.0229496
+0 0.0870222 0.0223697
+0 0.0869764 0.0205234
+0 0.0882429 0.016968
+0 0.0904707 0.015198
+0.00112917 0.090837 0.0161135
+0.0446021 0.0907454 0.016434
+0.0796521 0.0871901 0.0145266
+0.124193 0.0871748 0.0142824
+0.169314 0.0874037 0.0148623
+0.210529 0.087129 0.0157321
+0.247486 0.0866712 0.0168765
+0.28101 0.0860304 0.0181888
+0.312535 0.085069 0.0197604
+0.342199 0.0838483 0.0213779
+0.368002 0.082536 0.0231174
+0.392554 0.0810254 0.0249943
+0.418387 0.0791638 0.0271763
+0.447303 0.0797742 0.0331426
+0.479408 0.0857099 0.0460365
+0.512444 0.0948501 0.0640879
+0.546807 0.106172 0.0858625
+0.583261 0.119829 0.111757
+0.621805 0.136187 0.141497
+0.663035 0.155383 0.173709
+0.707393 0.177768 0.207614
+0.755703 0.202686 0.244877
+0.807965 0.230304 0.284398
+0.865293 0.260578 0.32604
+0.926162 0.293339 0.368261
+0.952895 0.327459 0.410071
+0.981842 0.362524 0.452003
+0.981506 0.406439 0.503395
+0 0.109056 0.0334173
+0 0.10901 0.0327916
+0 0.108888 0.0306249
+0 0.109041 0.0267491
+0 0.111604 0.0212406
+0 0.113176 0.0220493
+0.0346227 0.113085 0.0227054
+0.0819409 0.11339 0.0234836
+0.119326 0.109636 0.0216068
+0.16321 0.109071 0.0215152
+0.20676 0.10985 0.0225376
+0.244846 0.110185 0.0239261
+0.27921 0.109941 0.0253758
+0.310765 0.109453 0.0269169
+0.340337 0.108629 0.0288243
+0.367208 0.107591 0.030869
+0.392355 0.106203 0.033051
+0.418326 0.10454 0.0355993
+0.446479 0.102373 0.0384985
+0.476677 0.099794 0.0421454
+0.509743 0.0995193 0.0498207
+0.546075 0.108659 0.0694591
+0.582773 0.121965 0.0955978
+0.621592 0.138216 0.126513
+0.663066 0.157443 0.161288
+0.707637 0.179599 0.196841
+0.755734 0.20444 0.235233
+0.808026 0.231891 0.275914
+0.865354 0.261982 0.318502
+0.926192 0.29456 0.361822
+0.952865 0.328511 0.404349
+0.981826 0.363439 0.447089
+0.981659 0.407126 0.499184
+0 0.134417 0.0457008
+0 0.134417 0.0449989
+0 0.134356 0.0427405
+0 0.134279 0.0387274
+0 0.135821 0.0321965
+0 0.137697 0.0282292
+0.0209659 0.138567 0.0295415
+0.072221 0.138613 0.0304417
+0.120684 0.139223 0.0317388
+0.159976 0.135607 0.0300755
+0.201678 0.134524 0.0301976
+0.24123 0.135744 0.031632
+0.2766 0.136507 0.0333104
+0.308873 0.136553 0.0351568
+0.338842 0.136187 0.0371557
+0.365957 0.135592 0.039292
+0.391104 0.13463 0.0415503
+0.417273 0.133379 0.0442969
+0.445533 0.131685 0.0475624
+0.476524 0.129351 0.051606
+0.508904 0.126452 0.0564431
+0.54316 0.123079 0.0623789
+0.581079 0.127108 0.0786297
+0.621408 0.140749 0.107881
+0.662989 0.159945 0.144839
+0.707744 0.181933 0.183398
+0.755901 0.206561 0.223423
+0.808408 0.233738 0.265797
+0.865599 0.263706 0.309667
+0.926635 0.29601 0.354269
+0.952911 0.3299 0.397696
+0.981888 0.364599 0.441321
+0.981674 0.408148 0.494209
+0 0.162249 0.0603037
+0 0.162203 0.0595407
+0 0.162127 0.0573129
+0 0.162081 0.0530861
+0 0.162402 0.0462654
+0 0.16492 0.0369573
+0.00679026 0.166567 0.0370947
+0.0595712 0.166232 0.0384833
+0.111192 0.166598 0.0402686
+0.160983 0.167361 0.0419623
+0.200244 0.16408 0.0405585
+0.23714 0.162585 0.0406806
+0.273732 0.163958 0.0423896
+0.306691 0.164904 0.0443427
+0.33756 0.165331 0.0463874
+0.365332 0.165194 0.0487221
+0.390616 0.164721 0.051194
+0.416617 0.163821 0.0540169
+0.444648 0.162753 0.0573434
+0.475059 0.161089 0.0615091
+0.507729 0.158877 0.0667124
+0.542641 0.155962 0.0730144
+0.57969 0.152239 0.0806287
+0.618708 0.148592 0.0907759
+0.662547 0.163989 0.125307
+0.707958 0.184665 0.166537
+0.756298 0.208957 0.208988
+0.808804 0.236072 0.253361
+0.866026 0.265766 0.299031
+0.927138 0.297917 0.345006
+0.953048 0.331548 0.389929
+0.982055 0.366003 0.434745
+0.981659 0.40943 0.488609
+0 0.191135 0.0765393
+0 0.191135 0.0758068
+0 0.191073 0.0734722
+0 0.191073 0.0692607
+0 0.190982 0.0624399
+0 0.192706 0.0528573
+0.000381476 0.1935 0.045243
+0.0433051 0.195041 0.046952
+0.0991531 0.195026 0.0487526
+0.151873 0.195224 0.0511635
+0.20116 0.196124 0.0535592
+0.237491 0.193469 0.0523842
+0.270146 0.191501 0.0522621
+0.304158 0.193011 0.0542611
+0.335454 0.193973 0.0564889
+0.364462 0.194598 0.058854
+0.390127 0.194751 0.0613413
+0.416052 0.194446 0.06421
+0.444312 0.193774 0.0677958
+0.47454 0.192798 0.0720073
+0.506996 0.191241 0.0771954
+0.541466 0.189197 0.0837262
+0.578103 0.18645 0.0916152
+0.616938 0.18294 0.101076
+0.659266 0.178271 0.112581
+0.706966 0.190127 0.14725
+0.757 0.211765 0.191424
+0.809476 0.238666 0.238468
+0.866682 0.268193 0.286366
+0.927504 0.300114 0.334234
+0.953307 0.333577 0.381079
+0.982528 0.367605 0.42742
+0.981643 0.411032 0.482338
+0 0.21944 0.0939956
+0 0.219379 0.0932174
+0 0.219364 0.0908827
+0 0.219303 0.086656
+0 0.219211 0.0799878
+0.000442512 0.219821 0.0704051
+0.00326543 0.222065 0.0569619
+0.0274968 0.222568 0.0554208
+0.0845808 0.222797 0.057435
+0.139818 0.223072 0.0599985
+0.191989 0.223514 0.0629129
+0.238071 0.224674 0.0658274
+0.271153 0.222461 0.064683
+0.301259 0.220386 0.0647135
+0.332586 0.2215 0.0665141
+0.362341 0.222736 0.0689097
+0.388708 0.223407 0.0714885
+0.415274 0.223819 0.0745098
+0.443442 0.223758 0.0780499
+0.473838 0.223194 0.0823835
+0.506127 0.222324 0.0877546
+0.540459 0.221012 0.0942092
+0.576928 0.219043 0.102312
+0.61532 0.216495 0.111971
+0.656886 0.213001 0.123629
+0.701915 0.20856 0.137407
+0.753017 0.217197 0.170947
+0.808331 0.240467 0.218524
+0.866651 0.270466 0.270527
+0.9281 0.302708 0.321782
+0.953857 0.33579 0.371069
+0.983063 0.36968 0.418967
+0.981613 0.413001 0.47541
+0.00556954 0.247547 0.11223
+0.00563058 0.247547 0.111467
+0.00587472 0.247547 0.109133
+0.00643931 0.247471 0.104891
+0.00729381 0.247471 0.0983749
+0.0084535 0.247349 0.0890211
+0.0105745 0.249134 0.0763104
+0.0196231 0.249958 0.0651713
+0.0669566 0.250874 0.066041
+0.125566 0.250782 0.0685283
+0.180529 0.251392 0.0716564
+0.229908 0.251957 0.0752728
+0.271092 0.253407 0.0785687
+0.30164 0.251514 0.0775921
+0.330465 0.249683 0.0776684
+0.359548 0.250019 0.0792706
+0.386862 0.25124 0.081651
+0.413291 0.252125 0.0845655
+0.442023 0.252659 0.0881514
+0.47277 0.252918 0.092546
+0.505257 0.252491 0.0977646
+0.539513 0.251713 0.104417
+0.575662 0.250492 0.112474
+0.613931 0.248661 0.122286
+0.654643 0.246265 0.133944
+0.699168 0.242832 0.147921
+0.74789 0.238224 0.163928
+0.80267 0.245991 0.196857
+0.862898 0.270954 0.248005
+0.925338 0.302953 0.302892
+0.952773 0.33637 0.356176
+0.982483 0.370626 0.407401
+0.981765 0.414511 0.466789
+0.0132296 0.275517 0.13051
+0.0133364 0.275532 0.129717
+0.0136568 0.275486 0.127367
+0.0142214 0.275456 0.123308
+0.0150149 0.275364 0.117006
+0.0160983 0.275257 0.108019
+0.0176852 0.276112 0.0958572
+0.0206912 0.27805 0.0789502
+0.0502785 0.277531 0.0737621
+0.108721 0.278737 0.0766155
+0.167193 0.278706 0.0795911
+0.220493 0.279637 0.0834669
+0.264576 0.280613 0.0877699
+0.302022 0.282155 0.0912032
+0.330114 0.280369 0.0903334
+0.357473 0.278843 0.090425
+0.383429 0.278462 0.0917067
+0.410529 0.279698 0.0944533
+0.439323 0.28072 0.0977646
+0.470344 0.281407 0.102022
+0.503136 0.281727 0.107393
+0.537743 0.281605 0.113878
+0.574044 0.280949 0.121904
+0.612009 0.279881 0.131655
+0.652445 0.278141 0.143191
+0.696239 0.2757 0.157122
+0.744152 0.272129 0.173083
+0.797238 0.267338 0.190249
+0.856886 0.276478 0.226368
+0.921736 0.303288 0.280552
+0.951064 0.336355 0.33727
+0.980407 0.370153 0.391531
+0.982208 0.412787 0.452186
+0.0200198 0.303288 0.148913
+0.0201114 0.303181 0.14818
+0.0204318 0.303166 0.145876
+0.0209812 0.30312 0.141924
+0.0218051 0.30309 0.135943
+0.023331 0.302922 0.127352
+0.0252995 0.302953 0.115404
+0.0281834 0.304845 0.0998398
+0.041474 0.305516 0.085008
+0.0890669 0.306004 0.0843824
+0.15079 0.306249 0.0873884
+0.207874 0.306722 0.0911574
+0.256321 0.307988 0.0955062
+0.296269 0.309163 0.100069
+0.330205 0.310719 0.10396
+0.356878 0.309133 0.102861
+0.382147 0.307713 0.103014
+0.406958 0.3066 0.104204
+0.43595 0.30811 0.107301
+0.467002 0.309133 0.111208
+0.500008 0.309926 0.116258
+0.534783 0.310369 0.122637
+0.571328 0.31043 0.130541
+0.609354 0.310094 0.140154
+0.649744 0.308965 0.151751
+0.69308 0.30721 0.165286
+0.740078 0.304662 0.180743
+0.792081 0.300938 0.197436
+0.850767 0.295552 0.21648
+0.916075 0.308507 0.258793
+0.949538 0.336583 0.315511
+0.978393 0.370031 0.373724
+0.98262 0.411505 0.436377
+0.0269322 0.330526 0.167025
+0.0270695 0.330495 0.166308
+0.027512 0.33048 0.164126
+0.0281987 0.330434 0.160342
+0.029099 0.330373 0.154726
+0.0305333 0.330282 0.146609
+0.0323644 0.330175 0.135531
+0.0352331 0.331258 0.120897
+0.0393683 0.332967 0.101122
+0.0691386 0.331914 0.0922255
+0.1308 0.333471 0.0951858
+0.192203 0.333623 0.0986954
+0.245502 0.3346 0.103288
+0.289174 0.335882 0.108309
+0.325551 0.337163 0.113207
+0.356909 0.338781 0.117113
+0.381781 0.337392 0.116106
+0.406424 0.336156 0.116304
+0.432456 0.334966 0.117525
+0.4636 0.336034 0.121035
+0.496712 0.337163 0.12575
+0.53167 0.338018 0.131716
+0.568338 0.338521 0.1393
+0.606561 0.338689 0.148638
+0.647135 0.338384 0.159991
+0.690196 0.337453 0.17319
+0.736492 0.335637 0.187869
+0.787182 0.332799 0.203983
+0.844511 0.328618 0.222827
+0.909743 0.322621 0.24361
+0.947433 0.340887 0.293919
+0.976577 0.370214 0.353323
+0.983032 0.410636 0.418997
+0.0343786 0.35671 0.185031
+0.0345006 0.356664 0.18439
+0.0349432 0.356664 0.182452
+0.0356603 0.356588 0.179049
+0.0366827 0.356512 0.173831
+0.0382239 0.356512 0.166461
+0.0404059 0.356405 0.156222
+0.0432898 0.356664 0.142458
+0.0469825 0.358358 0.124544
+0.0599069 0.359197 0.106065
+0.109957 0.358831 0.103105
+0.173571 0.359716 0.107027
+0.231998 0.360357 0.111482
+0.279896 0.361761 0.116518
+0.31986 0.363073 0.121736
+0.352789 0.364477 0.127092
+0.382116 0.366094 0.130999
+0.406546 0.364828 0.129946
+0.432837 0.363775 0.130388
+0.461341 0.362661 0.132006
+0.493416 0.362921 0.135683
+0.528572 0.364279 0.141222
+0.565286 0.365164 0.148409
+0.603494 0.365789 0.157336
+0.643885 0.366003 0.168093
+0.6869 0.365682 0.180606
+0.732982 0.364752 0.194766
+0.7832 0.362692 0.210773
+0.8392 0.359609 0.229129
+0.903502 0.354925 0.2495
+0.945144 0.347463 0.271351
+0.974426 0.372961 0.331716
+0.983536 0.410086 0.399451
+0.0428473 0.383703 0.203037
+0.0430152 0.383612 0.202426
+0.043534 0.383642 0.200671
+0.044419 0.383536 0.19762
+0.0456855 0.383505 0.193072
+0.0472419 0.383429 0.186664
+0.0492103 0.383413 0.177874
+0.0519265 0.383322 0.165362
+0.0561379 0.384726 0.14934
+0.0618753 0.386496 0.127932
+0.0904402 0.386191 0.115648
+0.150134 0.387472 0.116564
+0.214374 0.387686 0.120821
+0.266911 0.388937 0.125856
+0.310689 0.39057 0.131334
+0.347433 0.391699 0.136904
+0.378576 0.393057 0.142535
+0.407279 0.394766 0.146975
+0.433417 0.393561 0.145846
+0.462119 0.392386 0.146288
+0.492393 0.391333 0.148196
+0.525139 0.390814 0.152071
+0.562295 0.392172 0.158923
+0.6009 0.393194 0.167163
+0.64123 0.39379 0.177234
+0.683726 0.394049 0.188891
+0.729503 0.393606 0.202152
+0.779065 0.392401 0.217838
+0.834089 0.390311 0.235706
+0.897642 0.386694 0.255848
+0.942901 0.38088 0.277394
+0.971817 0.3794 0.308827
+0.983963 0.410849 0.376547
+0.0531014 0.412802 0.223255
+0.053254 0.412833 0.222705
+0.0538338 0.412818 0.221027
+0.0548562 0.412726 0.218173
+0.05626 0.412665 0.213947
+0.057908 0.412589 0.208133
+0.0601663 0.412558 0.200412
+0.0629587 0.412436 0.190173
+0.0664988 0.413291 0.176715
+0.0714427 0.415152 0.15845
+0.078294 0.417044 0.134463
+0.12401 0.416114 0.12781
+0.189639 0.417472 0.13193
+0.249271 0.418357 0.136904
+0.297841 0.419776 0.142367
+0.338674 0.42153 0.148165
+0.373236 0.422553 0.153704
+0.403571 0.423957 0.160143
+0.434241 0.425895 0.165393
+0.462837 0.42446 0.164034
+0.493324 0.423392 0.164523
+0.525567 0.422217 0.166888
+0.559274 0.420844 0.170947
+0.59765 0.422171 0.178302
+0.638132 0.42327 0.18735
+0.680888 0.423835 0.198154
+0.726146 0.424018 0.210956
+0.774884 0.423453 0.225925
+0.828748 0.422126 0.243183
+0.890547 0.419638 0.262959
+0.940307 0.415381 0.284718
+0.968856 0.408026 0.306981
+0.984054 0.416968 0.35256
+0.065919 0.444251 0.245884
+0.0661173 0.444221 0.24538
+0.0665751 0.444221 0.243854
+0.0673686 0.444221 0.24123
+0.0686656 0.44416 0.237278
+0.0705577 0.444083 0.231968
+0.0729839 0.444007 0.224903
+0.0757 0.443931 0.215763
+0.0791333 0.444022 0.203998
+0.0839399 0.446097 0.190066
+0.0898756 0.448218 0.170352
+0.108248 0.449683 0.150332
+0.157595 0.449592 0.144991
+0.225101 0.450401 0.149737
+0.280018 0.45156 0.155169
+0.325399 0.453254 0.160906
+0.363989 0.454917 0.166735
+0.398062 0.456046 0.17293
+0.430381 0.457572 0.179782
+0.463661 0.459617 0.185443
+0.49427 0.458061 0.184024
+0.526787 0.456825 0.184771
+0.560784 0.455573 0.187335
+0.595926 0.454185 0.191791
+0.634928 0.45449 0.199008
+0.677745 0.455558 0.208988
+0.72311 0.456107 0.221149
+0.771298 0.456245 0.235691
+0.823346 0.455726 0.252781
+0.881636 0.454597 0.272663
+0.935729 0.451926 0.29456
+0.963989 0.44593 0.315724
+0.982528 0.440574 0.342336
+0.080827 0.478233 0.270878
+0.0810559 0.478218 0.27042
+0.08159 0.478202 0.268971
+0.0825666 0.478111 0.266514
+0.0839094 0.478126 0.262943
+0.085481 0.478141 0.258152
+0.0877089 0.47808 0.251835
+0.0903944 0.477989 0.243717
+0.0935531 0.477821 0.23328
+0.0976883 0.479469 0.221225
+0.102937 0.481758 0.206195
+0.108598 0.484245 0.186053
+0.13492 0.485634 0.169512
+0.190082 0.485191 0.164691
+0.254704 0.485954 0.169711
+0.306493 0.487495 0.175433
+0.350301 0.489158 0.18114
+0.388983 0.490654 0.186999
+0.424079 0.491905 0.193301
+0.458991 0.493599 0.200595
+0.494911 0.495659 0.206806
+0.527459 0.494072 0.20528
+0.561929 0.492744 0.20618
+0.597589 0.491371 0.209277
+0.634806 0.489891 0.214435
+0.674418 0.488807 0.222187
+0.71899 0.490166 0.234226
+0.765911 0.49102 0.248875
+0.816052 0.491524 0.266285
+0.870954 0.491554 0.286793
+0.928801 0.490578 0.309133
+0.957961 0.485817 0.328878
+0.978042 0.481498 0.353445
+0.0977951 0.514611 0.298421
+0.0979782 0.514595 0.298024
+0.098497 0.514656 0.296696
+0.099382 0.514611 0.294438
+0.100649 0.514549 0.291203
+0.102312 0.514443 0.286839
+0.104158 0.514458 0.281254
+0.106661 0.514412 0.274083
+0.109606 0.514321 0.265049
+0.113191 0.515129 0.254398
+0.118181 0.517647 0.242115
+0.123629 0.520226 0.226307
+0.130678 0.523064 0.205768
+0.159365 0.524742 0.191653
+0.21886 0.522911 0.185962
+0.279423 0.523995 0.191012
+0.329198 0.525551 0.196246
+0.374258 0.527565 0.202167
+0.414038 0.528786 0.208545
+0.452049 0.530159 0.21561
+0.489906 0.531823 0.223819
+0.527993 0.533944 0.23125
+0.562387 0.532296 0.230182
+0.598291 0.530907 0.231968
+0.635462 0.529519 0.236484
+0.674174 0.528054 0.243366
+0.713954 0.526497 0.252674
+0.758663 0.527596 0.267216
+0.806622 0.529091 0.285557
+0.858213 0.530404 0.306905
+0.912932 0.53109 0.330037
+0.950607 0.527703 0.348348
+0.972229 0.524285 0.370428
+0.116228 0.55346 0.328145
+0.116396 0.553368 0.327733
+0.116915 0.553429 0.326574
+0.117739 0.553368 0.324483
+0.118929 0.553323 0.321523
+0.120317 0.553323 0.317678
+0.12221 0.553262 0.312657
+0.124514 0.553277 0.30634
+0.12723 0.553124 0.298482
+0.130175 0.553185 0.288838
+0.135195 0.555688 0.279179
+0.140352 0.558495 0.266789
+0.146639 0.561379 0.251072
+0.155276 0.564752 0.230961
+0.182788 0.566079 0.215473
+0.241474 0.563104 0.208057
+0.299626 0.564416 0.21323
+0.351202 0.566186 0.218967
+0.397803 0.568383 0.225818
+0.440909 0.569268 0.233204
+0.482307 0.57052 0.242206
+0.522591 0.572106 0.252995
+0.562509 0.574334 0.263264
+0.598093 0.572656 0.263539
+0.634897 0.571267 0.267231
+0.672984 0.570047 0.274006
+0.712016 0.568994 0.283619
+0.752117 0.568002 0.295811
+0.795422 0.568215 0.3122
+0.843976 0.57084 0.33431
+0.895949 0.573159 0.358221
+0.942779 0.570993 0.375021
+0.965911 0.568444 0.394537
+0.136934 0.594247 0.36022
+0.137072 0.594232 0.359869
+0.137545 0.594186 0.358816
+0.138262 0.594202 0.357061
+0.139254 0.594263 0.354574
+0.140734 0.594186 0.351034
+0.142519 0.59411 0.346563
+0.144686 0.594034 0.340978
+0.147051 0.594079 0.334188
+0.149874 0.593942 0.325841
+0.154208 0.59585 0.317342
+0.159075 0.598825 0.307668
+0.164691 0.601862 0.295766
+0.170474 0.605264 0.280812
+0.179568 0.609033 0.262272
+0.206287 0.608713 0.242084
+0.2589 0.605859 0.23328
+0.318898 0.607111 0.237812
+0.375402 0.608789 0.245319
+0.424613 0.610147 0.254597
+0.471992 0.610697 0.265385
+0.51606 0.611719 0.278065
+0.55816 0.613413 0.292882
+0.598764 0.615885 0.307149
+0.634501 0.614542 0.309728
+0.671366 0.613535 0.315892
+0.709056 0.613001 0.325414
+0.748043 0.612573 0.337438
+0.788403 0.612314 0.351843
+0.831235 0.612222 0.368231
+0.882383 0.615396 0.390387
+0.93637 0.614298 0.405539
+0.960815 0.612604 0.422583
+0.159365 0.637613 0.393759
+0.159503 0.637598 0.393423
+0.15993 0.637598 0.392477
+0.160678 0.637613 0.390875
+0.161654 0.637491 0.38854
+0.163012 0.637537 0.38555
+0.164569 0.637507 0.381704
+0.166339 0.637446 0.376974
+0.168612 0.63743 0.371145
+0.171206 0.637339 0.364157
+0.174517 0.638498 0.356817
+0.179477 0.641596 0.349493
+0.184466 0.644877 0.340276
+0.189975 0.648447 0.329061
+0.196185 0.652338 0.315633
+0.204257 0.655879 0.29778
+0.223209 0.654719 0.271855
+0.27805 0.651789 0.263691
+0.34287 0.651362 0.267414
+0.403555 0.652232 0.279118
+0.458366 0.652415 0.293233
+0.509041 0.652598 0.309407
+0.554498 0.653788 0.327123
+0.596765 0.656016 0.346227
+0.637293 0.659251 0.363897
+0.672709 0.658595 0.367819
+0.709194 0.658381 0.374853
+0.747478 0.65861 0.384482
+0.78764 0.658961 0.395941
+0.831067 0.65948 0.409232
+0.878813 0.659739 0.423514
+0.933486 0.657343 0.434669
+0.959121 0.656443 0.449561
+0.18645 0.683009 0.429725
+0.186572 0.682994 0.42945
+0.186938 0.683024 0.428626
+0.187594 0.682979 0.427192
+0.188464 0.682979 0.425147
+0.189578 0.682933 0.422492
+0.190829 0.682994 0.41915
+0.192508 0.683024 0.415015
+0.194476 0.682948 0.410071
+0.196735 0.682887 0.404044
+0.199359 0.683192 0.397131
+0.204623 0.686442 0.391577
+0.210178 0.689769 0.385077
+0.215976 0.693385 0.377111
+0.222461 0.697246 0.367666
+0.229297 0.701671 0.35668
+0.234409 0.702739 0.337316
+0.247288 0.702022 0.308431
+0.307118 0.698009 0.300481
+0.376974 0.695338 0.305745
+0.443061 0.694759 0.324392
+0.502007 0.69395 0.344701
+0.552926 0.694896 0.365637
+0.597253 0.697353 0.38555
+0.638453 0.701122 0.404501
+0.678904 0.705837 0.42034
+0.714763 0.705928 0.422736
+0.752682 0.706477 0.427832
+0.793408 0.70721 0.435248
+0.837736 0.708034 0.444892
+0.88658 0.708354 0.456168
+0.936599 0.705028 0.464622
+0.960494 0.701137 0.474815
+0.231922 0.727413 0.468757
+0.231983 0.727382 0.468528
+0.232212 0.727459 0.467796
+0.232547 0.727443 0.46659
+0.23331 0.727489 0.464851
+0.234318 0.727489 0.462623
+0.235325 0.72752 0.459709
+0.236637 0.72755 0.456168
+0.238056 0.727535 0.451972
+0.239811 0.727535 0.446967
+0.24152 0.727733 0.441123
+0.246799 0.730083 0.436896
+0.252857 0.73344 0.432456
+0.259342 0.736919 0.427131
+0.26659 0.740673 0.421073
+0.274083 0.744732 0.413947
+0.281453 0.748318 0.404471
+0.283574 0.747875 0.3841
+0.29546 0.747097 0.356832
+0.354269 0.742107 0.346944
+0.424491 0.737179 0.355764
+0.494926 0.736171 0.380743
+0.551232 0.737346 0.402655
+0.59826 0.740795 0.421546
+0.640513 0.745693 0.437736
+0.681682 0.751095 0.453223
+0.7234 0.756909 0.467079
+0.761349 0.757504 0.468833
+0.802243 0.758373 0.473579
+0.847196 0.759396 0.480797
+0.896941 0.759762 0.48954
+0.942123 0.756573 0.496696
+0.963165 0.753521 0.506203
+0.301091 0.768566 0.512749
+0.301137 0.768597 0.51252
+0.301244 0.768597 0.511879
+0.301701 0.768597 0.510872
+0.302281 0.768673 0.509453
+0.302892 0.768658 0.50753
+0.303563 0.768734 0.505119
+0.304417 0.768795 0.502205
+0.305287 0.768902 0.498787
+0.306462 0.768948 0.494697
+0.307637 0.769055 0.489937
+0.312123 0.770489 0.486336
+0.319539 0.773617 0.48394
+0.327504 0.776822 0.481071
+0.336095 0.780118 0.477852
+0.344823 0.783871 0.473991
+0.354955 0.787839 0.469963
+0.358404 0.788922 0.457923
+0.360128 0.788785 0.438758
+0.372305 0.7879 0.414588
+0.419165 0.783322 0.403845
+0.483879 0.779263 0.413214
+0.546639 0.782116 0.435401
+0.596475 0.787259 0.452491
+0.641001 0.793225 0.468009
+0.684016 0.799435 0.483467
+0.727077 0.805859 0.498909
+0.771542 0.812589 0.512337
+0.81268 0.813443 0.513481
+0.858503 0.81445 0.517739
+0.909072 0.814862 0.524178
+0.948714 0.811536 0.529442
+0.966735 0.809079 0.537987
+0.38732 0.807889 0.561639
+0.387366 0.807889 0.561456
+0.387655 0.807843 0.560983
+0.387808 0.807919 0.560113
+0.388495 0.807889 0.558984
+0.388846 0.807935 0.557443
+0.38941 0.807935 0.555489
+0.390173 0.80798 0.553185
+0.390829 0.808042 0.550393
+0.391699 0.808042 0.547173
+0.392569 0.808118 0.543465
+0.394781 0.808881 0.53991
+0.402106 0.81207 0.539376
+0.409354 0.815518 0.538262
+0.417243 0.819135 0.537011
+0.425299 0.823072 0.535409
+0.434089 0.827466 0.533837
+0.441245 0.831037 0.529412
+0.441886 0.830427 0.515831
+0.444663 0.830121 0.498436
+0.452552 0.829923 0.475731
+0.486244 0.828824 0.461097
+0.536141 0.829847 0.464363
+0.59089 0.836698 0.482033
+0.639216 0.843854 0.498131
+0.684565 0.851423 0.513237
+0.729488 0.858915 0.528054
+0.775402 0.86627 0.543511
+0.824033 0.873732 0.557443
+0.870146 0.874647 0.558663
+0.921706 0.874952 0.562448
+0.955215 0.871382 0.565393
+0.970932 0.869062 0.572488
+0.458289 0.855375 0.611978
+0.458335 0.855436 0.611841
+0.458442 0.85536 0.611414
+0.458808 0.855406 0.610773
+0.459129 0.85539 0.609751
+0.459525 0.855329 0.608438
+0.460166 0.855299 0.606882
+0.460853 0.855283 0.604974
+0.461646 0.855268 0.602762
+0.462516 0.855283 0.600122
+0.463478 0.855268 0.597223
+0.464485 0.855222 0.59379
+0.469871 0.859174 0.593713
+0.475608 0.864042 0.593835
+0.481331 0.868818 0.593683
+0.487297 0.874037 0.593164
+0.493706 0.879652 0.592813
+0.500633 0.885908 0.59205
+0.503304 0.886412 0.583597
+0.505333 0.885557 0.570672
+0.50898 0.885206 0.554025
+0.515892 0.885908 0.532296
+0.536995 0.888045 0.512108
+0.580453 0.890852 0.511498
+0.632822 0.899535 0.527672
+0.681483 0.908385 0.54284
+0.729397 0.917021 0.558221
+0.777859 0.925261 0.574014
+0.827985 0.933425 0.590738
+0.882704 0.941695 0.605737
+0.934783 0.94197 0.606455
+0.962005 0.938094 0.606317
+0.975235 0.935912 0.611307
+0.502953 0.913832 0.658854
+0.502968 0.913832 0.658732
+0.50309 0.913832 0.658381
+0.503288 0.913832 0.657786
+0.503578 0.913802 0.656947
+0.50399 0.913771 0.655802
+0.504509 0.913695 0.654459
+0.505135 0.91368 0.652781
+0.505867 0.913619 0.650858
+0.506661 0.913588 0.648615
+0.507576 0.913558 0.646036
+0.508598 0.913497 0.643122
+0.510994 0.916548 0.642008
+0.514015 0.92108 0.641489
+0.517418 0.925765 0.640894
+0.520623 0.930816 0.639979
+0.524392 0.936248 0.639109
+0.528298 0.942214 0.637919
+0.53167 0.946029 0.633509
+0.533654 0.944961 0.623362
+0.53637 0.944411 0.610651
+0.541238 0.944488 0.594446
+0.549203 0.945754 0.572915
+0.567956 0.94905 0.549737
+0.611536 0.952285 0.547768
+0.665125 0.958831 0.563622
+0.716518 0.962753 0.579217
+0.767575 0.966354 0.595041
+0.819272 0.969818 0.610925
+0.874479 0.973083 0.627695
+0.93521 0.976272 0.641917
+0.963348 0.974716 0.639017
+0.97435 0.973892 0.641596
+0.527443 0.963516 0.69633
+0.527489 0.963516 0.696208
+0.527581 0.963516 0.695903
+0.527779 0.963516 0.695369
+0.528084 0.9635 0.694575
+0.528435 0.96347 0.693599
+0.528908 0.96347 0.692378
+0.529458 0.963455 0.690883
+0.530083 0.963424 0.689158
+0.530785 0.963394 0.687175
+0.531579 0.963363 0.684916
+0.532479 0.963333 0.682322
+0.534371 0.964202 0.680888
+0.537255 0.966461 0.681147
+0.540352 0.968795 0.681041
+0.54342 0.971344 0.680919
+0.547036 0.973953 0.680812
+0.550744 0.976928 0.680323
+0.554665 0.980316 0.679286
+0.556512 0.979995 0.671244
+0.558953 0.979568 0.660868
+0.562661 0.979477 0.648142
+0.56875 0.979812 0.632059
+0.578546 0.980743 0.611109
+0.594568 0.982467 0.584237
+0.639628 0.983597 0.581933
+0.695689 0.987945 0.597406
+0.750881 0.992142 0.614115
+0.805798 0.996048 0.630488
+0.862913 0.999649 0.647013
+0.925368 1 0.663996
+0.962814 1 0.673915
+0.971649 1 0.672587
+0.551537 0.993194 0.735042
+0.551537 0.993194 0.734936
+0.551629 0.993194 0.7346
+0.551797 0.99321 0.734127
+0.551995 0.99321 0.733455
+0.552316 0.993194 0.73254
+0.552728 0.993179 0.731441
+0.553185 0.993149 0.730098
+0.553735 0.993133 0.728527
+0.55436 0.993103 0.726757
+0.555047 0.993072 0.724773
+0.555779 0.993042 0.722469
+0.55697 0.99353 0.720516
+0.559747 0.99649 0.721263
+0.563073 0.998642 0.722179
+0.567117 0.998688 0.72369
+0.571283 0.998749 0.725277
+0.575769 0.998825 0.726787
+0.580987 0.998856 0.727962
+0.584314 0.998901 0.724453
+0.586343 0.998917 0.715557
+0.589578 0.998993 0.704921
+0.594629 0.999298 0.69221
+0.602335 0.999939 0.67631
+0.612482 1 0.654765
+0.625483 1 0.623835
+0.671473 1 0.620218
+0.730526 1 0.635508
+0.790249 1 0.653086
+0.850462 1 0.670024
+0.915511 1 0.687282
+0.959106 1 0.700832
+0.970535 1 0.713085
+0 0.0437018 0
+0 0.0437781 0
+0 0.0442512 0.000259403
+0 0.0443732 0.00143435
+0 0.0442969 0.00224308
+0.0099794 0.0436866 0.00265507
+0.047013 0.043183 0.00335698
+0.0861219 0.0429389 0.00471504
+0.127535 0.043183 0.00674449
+0.169268 0.0439918 0.00962844
+0.208728 0.0454414 0.0133059
+0.244907 0.0473793 0.0178683
+0.278843 0.0495308 0.0234226
+0.310384 0.0520638 0.0294652
+0.339986 0.0549172 0.0364691
+0.366674 0.0581979 0.0441444
+0.391897 0.0617838 0.0524605
+0.417945 0.0659953 0.0622873
+0.445945 0.0715801 0.0742199
+0.476158 0.0785077 0.088426
+0.508339 0.0871901 0.105653
+0.542168 0.098085 0.12578
+0.578256 0.111284 0.148867
+0.615808 0.127291 0.173556
+0.656367 0.146288 0.200671
+0.700175 0.168368 0.23125
+0.747402 0.193393 0.265049
+0.798856 0.22092 0.301503
+0.855283 0.251148 0.340291
+0.916289 0.283894 0.379767
+0.94815 0.318135 0.419089
+0.975891 0.353475 0.459068
+0.98233 0.395682 0.506493
+0 0.0442206 3.0518e-05
+0 0.0441749 0.000228885
+0 0.0444953 0.000549325
+0 0.0444343 0.00123598
+0 0.0443122 0.00187686
+0.0112154 0.0436866 0.00225834
+0.0506142 0.0431678 0.00309758
+0.0910048 0.0430457 0.004654
+0.132692 0.0433509 0.00677501
+0.174548 0.0442206 0.00973526
+0.213519 0.0457771 0.0135348
+0.249393 0.0477455 0.0181888
+0.282826 0.0499733 0.0238193
+0.314199 0.0525216 0.0298924
+0.343374 0.0554513 0.0369573
+0.369924 0.0587472 0.0446937
+0.395026 0.0623636 0.0530861
+0.421088 0.0668345 0.0632029
+0.449561 0.0724193 0.0752575
+0.479942 0.0796368 0.0899519
+0.512306 0.0885634 0.107424
+0.54638 0.0996719 0.127932
+0.582727 0.113329 0.1514
+0.620813 0.129686 0.176257
+0.661814 0.149065 0.204105
+0.706157 0.171633 0.235233
+0.754086 0.197116 0.269413
+0.806348 0.225025 0.306447
+0.863752 0.255726 0.345724
+0.924376 0.288869 0.385306
+0.952087 0.323461 0.424781
+0.980896 0.358938 0.464897
+0.981582 0.403052 0.514382
+0 0.0461128 0.00187686
+0 0.046067 0.00183108
+0 0.046067 0.00234989
+0 0.0463417 0.00270085
+0 0.0458991 0.00282292
+0.0201724 0.0448005 0.00238041
+0.0572671 0.0436561 0.00209049
+0.0971695 0.0433204 0.0030518
+0.139284 0.0436866 0.00508125
+0.181109 0.0448005 0.00827039
+0.219974 0.0464637 0.012314
+0.255573 0.0484627 0.0169375
+0.288319 0.050721 0.0225376
+0.318929 0.0533455 0.0285649
+0.347417 0.0563668 0.0357366
+0.373602 0.0597238 0.0433356
+0.398505 0.0634012 0.0518654
+0.424994 0.0680705 0.062089
+0.453513 0.0737774 0.0744335
+0.484398 0.0812085 0.0894179
+0.51696 0.0904402 0.107317
+0.551431 0.101854 0.12842
+0.587839 0.115923 0.152316
+0.626413 0.132677 0.17789
+0.667689 0.152529 0.206256
+0.712612 0.175601 0.238041
+0.76141 0.201358 0.272892
+0.814404 0.229725 0.310536
+0.87277 0.260853 0.350271
+0.930144 0.294331 0.390005
+0.956313 0.329274 0.429999
+0.985092 0.365194 0.470771
+0.980621 0.411002 0.522164
+0 0.0504921 0.00521859
+0 0.0504463 0.0049897
+0 0.0505074 0.00411994
+0 0.0518807 0.00401312
+0 0.0509499 0.00444038
+0.0212406 0.0497902 0.00375372
+0.0604868 0.0484169 0.00314336
+0.100816 0.0470893 0.00280766
+0.141543 0.0458991 0.00289921
+0.181399 0.0451514 0.00367742
+0.220081 0.0468299 0.00755322
+0.255451 0.0487984 0.0122072
+0.288212 0.0510567 0.0172732
+0.318715 0.053666 0.0233616
+0.347189 0.0567636 0.0301213
+0.373373 0.0601205 0.0377661
+0.39826 0.0637522 0.0461433
+0.42472 0.0685435 0.0563363
+0.453285 0.0743572 0.0688029
+0.484184 0.0818341 0.083772
+0.516701 0.0911879 0.101701
+0.551217 0.102571 0.122988
+0.58761 0.116533 0.147234
+0.626169 0.133333 0.173556
+0.66746 0.153094 0.202152
+0.712337 0.17615 0.234272
+0.761227 0.20174 0.269429
+0.814176 0.230121 0.307301
+0.872389 0.261128 0.347356
+0.929976 0.294575 0.387427
+0.956146 0.329397 0.427695
+0.985122 0.36524 0.46862
+0.980682 0.410925 0.520211
+0 0.0580453 0.00988785
+0 0.0579995 0.00955215
+0 0.057908 0.00825513
+0 0.0599222 0.00666819
+0 0.0601968 0.00715648
+0.0128481 0.0581979 0.00674449
+0.055787 0.0575418 0.00642405
+0.0979324 0.0563821 0.00610361
+0.14139 0.0551461 0.00613413
+0.182971 0.0540169 0.00653086
+0.221149 0.0530098 0.00733959
+0.255894 0.051957 0.00823987
+0.287526 0.0517739 0.0102846
+0.318257 0.0544442 0.0160678
+0.346929 0.0575418 0.0227054
+0.372915 0.0609598 0.0300145
+0.398016 0.0646677 0.0385595
+0.424384 0.0695506 0.0486305
+0.45304 0.0753185 0.0609751
+0.483864 0.0829328 0.0759899
+0.516426 0.0922866 0.0940871
+0.551003 0.10367 0.115572
+0.587472 0.117601 0.140398
+0.625986 0.13434 0.167666
+0.667262 0.154131 0.196674
+0.712169 0.177035 0.229267
+0.761044 0.202533 0.264927
+0.813931 0.230747 0.303151
+0.872038 0.261753 0.343542
+0.929931 0.295003 0.384161
+0.955978 0.329747 0.424704
+0.985153 0.365423 0.465888
+0.980728 0.411032 0.517739
+0 0.0700236 0.0165255
+0 0.0699626 0.016083
+0 0.0699016 0.0144961
+0 0.0701457 0.0107881
+0 0.0731823 0.0112764
+0.00999466 0.0727855 0.0111543
+0.0451057 0.0695354 0.0102388
+0.091371 0.0699474 0.0105592
+0.13611 0.0691691 0.0107118
+0.17966 0.0683909 0.011368
+0.220066 0.0674449 0.0123751
+0.255589 0.0664378 0.0135653
+0.287678 0.0652781 0.0147402
+0.317876 0.0640726 0.0161288
+0.346014 0.0627451 0.0174563
+0.371954 0.0622263 0.0199741
+0.397177 0.0659648 0.0280919
+0.423667 0.0708629 0.0380102
+0.452506 0.0767529 0.0503548
+0.483391 0.0843061 0.0654612
+0.515953 0.0937209 0.08365
+0.550668 0.105074 0.105455
+0.587228 0.119036 0.130938
+0.625803 0.135683 0.159411
+0.667247 0.155383 0.18938
+0.711986 0.178225 0.222614
+0.760891 0.203662 0.258991
+0.813779 0.231739 0.297704
+0.871809 0.262547 0.338613
+0.929931 0.295705 0.37998
+0.955856 0.330327 0.420905
+0.985183 0.365866 0.462409
+0.980774 0.411322 0.514626
+0 0.0869917 0.0247807
+0 0.0869917 0.0242618
+0 0.0869154 0.0225834
+0 0.0868086 0.0189975
+0 0.0900282 0.0155947
+0 0.0915236 0.016846
+0.0452888 0.0911727 0.016907
+0.0798505 0.0862898 0.0154574
+0.128252 0.0874189 0.0161135
+0.174273 0.0874647 0.0170901
+0.215671 0.0870985 0.018265
+0.252781 0.0864271 0.0195621
+0.286458 0.0854963 0.0209964
+0.317815 0.0841535 0.0225986
+0.345953 0.0829328 0.0243381
+0.371542 0.0814832 0.0261997
+0.396002 0.0798047 0.0282139
+0.42182 0.0778821 0.030457
+0.451179 0.0789349 0.0370031
+0.482582 0.0859998 0.0517128
+0.515526 0.0954452 0.0702678
+0.550195 0.10692 0.0922713
+0.586847 0.12079 0.118425
+0.625498 0.137453 0.148348
+0.667231 0.157076 0.180056
+0.712016 0.179751 0.214206
+0.760784 0.20502 0.251286
+0.813779 0.232914 0.291005
+0.871717 0.2636 0.332586
+0.92987 0.296635 0.374624
+0.955749 0.331136 0.416205
+0.985199 0.3664 0.458244
+0.980819 0.41178 0.510933
+0 0.108919 0.0354772
+0 0.108904 0.0348821
+0 0.108782 0.032929
+0 0.108675 0.0290074
+0 0.110201 0.0225223
+0 0.11429 0.0227512
+0.03299 0.114061 0.0234989
+0.0830091 0.114122 0.0240177
+0.119615 0.109026 0.0225071
+0.166278 0.109316 0.023209
+0.210651 0.110155 0.0247349
+0.248966 0.110292 0.0263371
+0.283345 0.109895 0.0281529
+0.315007 0.109178 0.0299687
+0.344701 0.108171 0.0320134
+0.371084 0.106859 0.034165
+0.395895 0.105318 0.0363775
+0.42182 0.103426 0.03888
+0.44979 0.101259 0.0420081
+0.480476 0.0983597 0.0458381
+0.513634 0.0988937 0.0546578
+0.549538 0.109102 0.075639
+0.586389 0.122927 0.102525
+0.625284 0.139574 0.133776
+0.667216 0.15906 0.168032
+0.711971 0.181674 0.203494
+0.760754 0.206699 0.24181
+0.813794 0.234516 0.282612
+0.871733 0.264912 0.3252
+0.929885 0.29781 0.368246
+0.955688 0.332143 0.410574
+0.985367 0.367163 0.453452
+0.980865 0.412406 0.506569
+0 0.134295 0.0480354
+0 0.134295 0.0473335
+0 0.134249 0.0451972
+0 0.134096 0.0412146
+0 0.133959 0.0344854
+0 0.137545 0.0287175
+0.0175631 0.140307 0.030396
+0.0716564 0.140261 0.0313115
+0.122728 0.140627 0.032517
+0.160647 0.135424 0.0311131
+0.203677 0.134661 0.0319524
+0.244114 0.13608 0.033875
+0.279789 0.136812 0.035935
+0.312276 0.136645 0.0380102
+0.342473 0.136172 0.0401465
+0.369451 0.135302 0.0424048
+0.394629 0.134203 0.0449683
+0.421103 0.132692 0.0479438
+0.44976 0.130709 0.0513008
+0.480171 0.128283 0.055375
+0.512474 0.125246 0.060441
+0.547173 0.121691 0.0663615
+0.585153 0.126772 0.0843214
+0.625101 0.142016 0.115404
+0.667124 0.161471 0.15227
+0.712077 0.183871 0.190219
+0.760861 0.208743 0.230213
+0.813901 0.236347 0.272526
+0.871809 0.266606 0.316335
+0.929976 0.299321 0.360662
+0.955703 0.333425 0.403998
+0.985397 0.368231 0.447807
+0.980896 0.413336 0.50164
+0 0.162097 0.0627756
+0 0.162036 0.0620279
+0 0.162066 0.0597543
+0 0.161883 0.0557107
+0 0.16173 0.0489204
+0 0.164233 0.038941
+0.00407416 0.167895 0.0380865
+0.0571298 0.168673 0.0395819
+0.111772 0.168887 0.0413062
+0.163836 0.169345 0.0429541
+0.201236 0.164538 0.0417182
+0.238621 0.162585 0.0423133
+0.275898 0.164309 0.0445258
+0.309575 0.165301 0.046891
+0.340383 0.165637 0.0493782
+0.368246 0.165301 0.0518349
+0.393591 0.164645 0.0544594
+0.419776 0.163699 0.0574655
+0.448264 0.162295 0.0609445
+0.479118 0.160342 0.0654154
+0.512093 0.157931 0.0707561
+0.547021 0.154879 0.0772869
+0.583719 0.150942 0.0849165
+0.623133 0.148562 0.096849
+0.66717 0.164263 0.131823
+0.712367 0.186481 0.174136
+0.761364 0.211124 0.21622
+0.814237 0.23859 0.260349
+0.872145 0.268666 0.305837
+0.930175 0.301167 0.351659
+0.955947 0.334997 0.396521
+0.985382 0.369589 0.441276
+0.981018 0.414496 0.496117
+0 0.191073 0.0790417
+0 0.191043 0.0782635
+0 0.191012 0.0759594
+0 0.190921 0.0719005
+0 0.19089 0.0652934
+0 0.191485 0.0554971
+0 0.194369 0.0461585
+0.0392615 0.19791 0.0483406
+0.0980697 0.197726 0.0500496
+0.153338 0.197986 0.0524453
+0.20473 0.198642 0.0548409
+0.238651 0.194278 0.0536507
+0.27129 0.191424 0.0538949
+0.306096 0.19321 0.0564279
+0.337835 0.194385 0.0590219
+0.366705 0.195056 0.0616922
+0.392477 0.194995 0.0643778
+0.418891 0.194537 0.0675669
+0.447272 0.19382 0.0713359
+0.478004 0.192554 0.0756542
+0.510567 0.190906 0.0812848
+0.545419 0.188617 0.087953
+0.582269 0.185718 0.0960708
+0.62182 0.181857 0.105928
+0.664683 0.176852 0.117632
+0.712139 0.19086 0.154391
+0.761822 0.213901 0.198901
+0.814984 0.241062 0.245899
+0.872816 0.271015 0.293462
+0.930694 0.303151 0.341176
+0.956207 0.336889 0.387778
+0.985382 0.371283 0.433951
+0.981109 0.416007 0.489998
+0 0.219318 0.0965286
+0 0.219272 0.0957504
+0 0.219257 0.0934462
+0 0.219196 0.0893721
+0 0.219089 0.0829023
+4.57771e-05 0.218967 0.0732738
+0.00297551 0.22182 0.0598306
+0.0241245 0.224094 0.0563821
+0.0816205 0.22565 0.0586709
+0.139513 0.225818 0.0613565
+0.193896 0.226169 0.0643168
+0.241352 0.227375 0.0672618
+0.272496 0.223362 0.065919
+0.301595 0.219806 0.0660716
+0.334066 0.221622 0.0685893
+0.364202 0.22295 0.0713664
+0.390829 0.223804 0.0742962
+0.417639 0.22414 0.0775616
+0.446082 0.223926 0.0813001
+0.476783 0.223331 0.0859388
+0.509438 0.222339 0.0914931
+0.544091 0.220783 0.0983444
+0.580667 0.218662 0.10663
+0.61944 0.215961 0.116609
+0.66157 0.212314 0.128634
+0.707271 0.207462 0.142672
+0.759274 0.218479 0.178744
+0.815 0.24361 0.227497
+0.873793 0.273671 0.278904
+0.931228 0.305699 0.328878
+0.956558 0.339117 0.377722
+0.985351 0.373373 0.425757
+0.981079 0.417914 0.483146
+0.00549325 0.247486 0.114763
+0.00556954 0.247486 0.114015
+0.00578317 0.24744 0.111666
+0.00633249 0.247349 0.107591
+0.00717174 0.247364 0.101274
+0.00830091 0.247166 0.0921035
+0.0102541 0.248356 0.079118
+0.0178531 0.250797 0.0661936
+0.0629892 0.253315 0.0671702
+0.123735 0.253422 0.0696269
+0.180636 0.253941 0.0728313
+0.231647 0.25452 0.076524
+0.274083 0.256031 0.0800031
+0.302998 0.252537 0.0788128
+0.330953 0.249439 0.0790265
+0.360693 0.25008 0.0811933
+0.388251 0.251469 0.0839704
+0.415091 0.252506 0.0872663
+0.444129 0.253132 0.0911727
+0.475257 0.253101 0.0957351
+0.508019 0.252598 0.101366
+0.542397 0.251698 0.108248
+0.57908 0.250355 0.116625
+0.617594 0.248539 0.12668
+0.658915 0.245899 0.138582
+0.703807 0.242267 0.15288
+0.753338 0.237369 0.169055
+0.809171 0.247593 0.204623
+0.869688 0.274128 0.25687
+0.929992 0.306569 0.31136
+0.956069 0.340459 0.364416
+0.985534 0.375219 0.415946
+0.981033 0.420157 0.475578
+0.0131228 0.275456 0.132998
+0.0132296 0.275395 0.13225
+0.01355 0.27538 0.129931
+0.0140993 0.275303 0.125933
+0.0149081 0.275242 0.119844
+0.0159915 0.275212 0.11104
+0.0173342 0.275135 0.0985428
+0.0205692 0.27805 0.0819562
+0.0470741 0.278782 0.0746624
+0.105608 0.281224 0.0777447
+0.166049 0.281224 0.0808423
+0.220966 0.282185 0.084596
+0.266163 0.283085 0.0889296
+0.30428 0.284657 0.0925307
+0.331395 0.281559 0.0915236
+0.358022 0.278798 0.0917372
+0.384237 0.278523 0.0935531
+0.411795 0.279881 0.0966659
+0.44094 0.28101 0.100389
+0.472267 0.281773 0.105058
+0.505547 0.282063 0.110658
+0.540307 0.281743 0.117479
+0.576761 0.281117 0.125765
+0.61529 0.279866 0.13576
+0.656062 0.278111 0.147601
+0.700328 0.27538 0.161746
+0.748913 0.271672 0.177691
+0.802823 0.266621 0.194842
+0.863478 0.278279 0.233829
+0.927794 0.306584 0.288914
+0.954009 0.339986 0.345403
+0.984268 0.373999 0.399313
+0.981582 0.418402 0.461402
+0.019913 0.303136 0.151369
+0.0200198 0.303136 0.150622
+0.020325 0.303105 0.148409
+0.0208591 0.303044 0.144472
+0.0216526 0.302983 0.138659
+0.0231785 0.302907 0.130251
+0.0251011 0.30277 0.118547
+0.0279393 0.304295 0.102693
+0.038941 0.30631 0.0860456
+0.085893 0.307607 0.0852369
+0.148119 0.308705 0.0884108
+0.207111 0.309163 0.0921798
+0.257038 0.310369 0.0966354
+0.297871 0.311452 0.101427
+0.33254 0.313054 0.105241
+0.358129 0.310369 0.104082
+0.382666 0.307988 0.104341
+0.407462 0.306615 0.10602
+0.436988 0.308232 0.109453
+0.468437 0.309483 0.113725
+0.501839 0.310231 0.119173
+0.536858 0.310704 0.125948
+0.573953 0.31075 0.134157
+0.612131 0.310246 0.143923
+0.652888 0.30898 0.155764
+0.696712 0.307134 0.169543
+0.744289 0.304463 0.184985
+0.796857 0.300496 0.20174
+0.856413 0.294987 0.220951
+0.92253 0.310369 0.266011
+0.952132 0.33991 0.323507
+0.981918 0.37348 0.381201
+0.982177 0.416526 0.445121
+0.0267796 0.330404 0.169314
+0.0269017 0.330388 0.168612
+0.0273594 0.330358 0.166522
+0.0280766 0.330282 0.162799
+0.0289616 0.330282 0.157321
+0.0303807 0.33022 0.149386
+0.0321965 0.330129 0.138537
+0.0347753 0.330617 0.123705
+0.0392309 0.333043 0.104051
+0.0657816 0.333135 0.09337
+0.127092 0.335866 0.0961318
+0.190372 0.335866 0.0998703
+0.245335 0.336797 0.104402
+0.290028 0.338216 0.109407
+0.327276 0.339406 0.114382
+0.359106 0.341085 0.11841
+0.38294 0.338628 0.117281
+0.407004 0.336553 0.117586
+0.432502 0.334524 0.119051
+0.464332 0.33608 0.123217
+0.497978 0.337331 0.128206
+0.533288 0.338277 0.134585
+0.570184 0.338857 0.142489
+0.608835 0.33904 0.152178
+0.649836 0.338598 0.163699
+0.693141 0.337484 0.176974
+0.739879 0.335653 0.191684
+0.791348 0.332677 0.208057
+0.849714 0.328252 0.227024
+0.915785 0.32195 0.247929
+0.94995 0.342733 0.300862
+0.979736 0.373281 0.360754
+0.982681 0.415061 0.427314
+0.034226 0.356619 0.187106
+0.0343633 0.356619 0.186481
+0.0347906 0.356573 0.184543
+0.035523 0.356542 0.181216
+0.0365454 0.356497 0.176257
+0.0380865 0.35639 0.169039
+0.0402228 0.356359 0.159045
+0.0429847 0.356222 0.145281
+0.0468147 0.358053 0.127367
+0.057084 0.359945 0.107149
+0.106844 0.360189 0.104005
+0.170886 0.361852 0.10811
+0.230808 0.362539 0.112459
+0.279866 0.363973 0.117601
+0.320653 0.365377 0.122927
+0.354376 0.366659 0.128328
+0.384207 0.368261 0.132586
+0.407828 0.36614 0.131212
+0.433585 0.364294 0.131701
+0.461616 0.362432 0.133577
+0.494163 0.363012 0.137758
+0.529549 0.364431 0.143725
+0.566766 0.365393 0.151217
+0.605356 0.366049 0.160433
+0.646143 0.366308 0.17142
+0.689601 0.365911 0.184009
+0.736187 0.36492 0.19826
+0.786755 0.362814 0.214435
+0.84358 0.359426 0.232944
+0.908919 0.354604 0.253452
+0.947372 0.348837 0.277729
+0.977462 0.374716 0.338186
+0.982971 0.414099 0.40734
+0.0426642 0.383612 0.204883
+0.0428473 0.383597 0.204318
+0.0433661 0.383581 0.202579
+0.0442359 0.383505 0.199603
+0.0455024 0.383429 0.195148
+0.0471046 0.383413 0.188922
+0.0490272 0.383368 0.180301
+0.0517128 0.38323 0.168231
+0.0557412 0.384222 0.152026
+0.0617075 0.386694 0.13077
+0.087953 0.38732 0.116869
+0.147005 0.389395 0.11754
+0.211948 0.390112 0.121935
+0.266117 0.391211 0.127092
+0.310933 0.392874 0.132677
+0.348333 0.39408 0.138186
+0.37998 0.395468 0.143847
+0.409155 0.397299 0.148531
+0.434852 0.394995 0.147173
+0.462974 0.393042 0.147631
+0.492714 0.391287 0.149691
+0.525765 0.390768 0.154101
+0.563302 0.392309 0.161273
+0.602029 0.393378 0.169894
+0.642725 0.394064 0.180102
+0.685863 0.394217 0.191821
+0.731823 0.393912 0.205386
+0.781979 0.392691 0.221332
+0.837781 0.390509 0.239384
+0.902083 0.386755 0.259602
+0.944823 0.380575 0.281178
+0.974319 0.380896 0.314946
+0.983551 0.41355 0.383307
+0.0529335 0.412772 0.225086
+0.0531014 0.412757 0.224537
+0.053666 0.412787 0.222858
+0.0546426 0.412634 0.220035
+0.0560464 0.41265 0.215869
+0.0577554 0.412589 0.210193
+0.059968 0.412528 0.202579
+0.0627451 0.412375 0.192584
+0.0661173 0.412451 0.178912
+0.0712596 0.415091 0.161028
+0.0772564 0.417807 0.1364
+0.121569 0.4177 0.129351
+0.186023 0.420066 0.133104
+0.247532 0.420844 0.138064
+0.297261 0.422248 0.143587
+0.339025 0.424048 0.149676
+0.374273 0.425055 0.155291
+0.405066 0.42649 0.161624
+0.436469 0.428473 0.166979
+0.4645 0.426108 0.165438
+0.494514 0.42417 0.166049
+0.526055 0.422309 0.168338
+0.559472 0.420554 0.172732
+0.598489 0.422263 0.180438
+0.639353 0.423407 0.189807
+0.68249 0.424018 0.200763
+0.728115 0.424216 0.213794
+0.777401 0.423743 0.229038
+0.8318 0.422385 0.246433
+0.894286 0.419928 0.266453
+0.942016 0.415427 0.288273
+0.971069 0.407767 0.310506
+0.983688 0.419242 0.358999
+0.0657511 0.44419 0.247562
+0.065919 0.444144 0.247044
+0.0664225 0.44419 0.245533
+0.0671702 0.444175 0.242924
+0.0684672 0.444144 0.239109
+0.0703288 0.444053 0.233814
+0.072755 0.4439 0.226902
+0.0755169 0.443824 0.217884
+0.0788434 0.443748 0.206165
+0.0836805 0.445701 0.192126
+0.0897231 0.448554 0.172946
+0.105989 0.450904 0.15169
+0.15462 0.451469 0.145983
+0.222171 0.45304 0.151049
+0.278401 0.454261 0.156527
+0.32491 0.455909 0.162478
+0.364446 0.457557 0.168368
+0.398993 0.458717 0.174456
+0.432044 0.460319 0.181323
+0.465858 0.462364 0.187182
+0.496056 0.459968 0.185458
+0.527962 0.457862 0.186145
+0.561532 0.455879 0.188785
+0.596033 0.453956 0.19324
+0.635599 0.454505 0.200931
+0.678828 0.455772 0.211246
+0.724361 0.456474 0.223697
+0.772961 0.456565 0.238422
+0.825696 0.456046 0.255772
+0.884581 0.454917 0.275807
+0.937072 0.452155 0.297734
+0.965896 0.445975 0.31902
+0.982376 0.441032 0.346395
+0.0806592 0.478233 0.27245
+0.080827 0.478264 0.271992
+0.0814069 0.478187 0.270619
+0.0823529 0.478111 0.268147
+0.0837415 0.478019 0.264591
+0.0852674 0.478035 0.259922
+0.0875257 0.477989 0.253635
+0.0901808 0.477897 0.245579
+0.09337 0.477821 0.23534
+0.097261 0.478813 0.222904
+0.102846 0.481773 0.208225
+0.108843 0.485069 0.188708
+0.13254 0.487465 0.171099
+0.185595 0.488151 0.166186
+0.252049 0.488853 0.171359
+0.305364 0.490242 0.176944
+0.349767 0.492042 0.182574
+0.389258 0.493599 0.18851
+0.425162 0.494881 0.194888
+0.461036 0.496468 0.202411
+0.497536 0.498589 0.208789
+0.529519 0.496101 0.206943
+0.563119 0.494026 0.20763
+0.598413 0.491859 0.210651
+0.635019 0.489815 0.215854
+0.674861 0.488869 0.224033
+0.719844 0.490303 0.236347
+0.767132 0.491249 0.251194
+0.81767 0.491829 0.268833
+0.873045 0.491966 0.289616
+0.931136 0.490867 0.311925
+0.959274 0.486122 0.331823
+0.977859 0.482094 0.357031
+0.0975967 0.514565 0.299855
+0.0977646 0.514595 0.299443
+0.0982834 0.514565 0.298131
+0.0991989 0.514565 0.295918
+0.100465 0.514519 0.292683
+0.102129 0.514458 0.288411
+0.103975 0.514382 0.282856
+0.106477 0.514321 0.275776
+0.109422 0.514199 0.26685
+0.112612 0.51429 0.255665
+0.117937 0.517403 0.243732
+0.12369 0.52079 0.228412
+0.130571 0.524361 0.208591
+0.15668 0.527138 0.193454
+0.214664 0.52604 0.187411
+0.276753 0.527123 0.192432
+0.327932 0.528588 0.197879
+0.37406 0.530571 0.2038
+0.414466 0.531945 0.210178
+0.453285 0.533288 0.217319
+0.491798 0.534966 0.225742
+0.530648 0.537133 0.233677
+0.564401 0.534585 0.232013
+0.599741 0.532357 0.233616
+0.636408 0.530236 0.23801
+0.674586 0.52813 0.24477
+0.713863 0.52607 0.253971
+0.759319 0.527718 0.269215
+0.80763 0.529274 0.287739
+0.859586 0.530816 0.309331
+0.91458 0.531472 0.332494
+0.951705 0.528054 0.350973
+0.972061 0.524941 0.37348
+0.11606 0.553368 0.329412
+0.116228 0.553384 0.329015
+0.116747 0.553353 0.32784
+0.117556 0.553307 0.325811
+0.118746 0.553323 0.322896
+0.12018 0.553216 0.319051
+0.122042 0.553246 0.314092
+0.124331 0.553201 0.307836
+0.127047 0.553033 0.300053
+0.129976 0.553017 0.290471
+0.134829 0.5552 0.28043
+0.140322 0.558785 0.268498
+0.146975 0.562463 0.253529
+0.155474 0.566537 0.234104
+0.179583 0.569818 0.218479
+0.237476 0.5664 0.209613
+0.297337 0.567697 0.214847
+0.350011 0.569451 0.220813
+0.397467 0.571664 0.227588
+0.441428 0.57258 0.235218
+0.483772 0.57377 0.244465
+0.524742 0.575402 0.255589
+0.565515 0.577523 0.266453
+0.600259 0.575051 0.265995
+0.636423 0.572961 0.269368
+0.674037 0.571084 0.275807
+0.712535 0.569345 0.285084
+0.752178 0.567803 0.296895
+0.795926 0.568276 0.313863
+0.844755 0.571145 0.33637
+0.897108 0.573465 0.360235
+0.943496 0.571328 0.377157
+0.965774 0.569024 0.397024
+0.136751 0.594202 0.361364
+0.136919 0.594186 0.360983
+0.137362 0.594171 0.35996
+0.138109 0.594125 0.35819
+0.13904 0.594079 0.355703
+0.140551 0.594186 0.3523
+0.142351 0.59411 0.347875
+0.144503 0.594018 0.342306
+0.146899 0.594003 0.335576
+0.149737 0.593927 0.327321
+0.153719 0.595102 0.318227
+0.158953 0.598825 0.308995
+0.164889 0.602609 0.297642
+0.171145 0.606806 0.283391
+0.180575 0.611399 0.265797
+0.20296 0.612741 0.245212
+0.256382 0.609613 0.236469
+0.316457 0.610498 0.239765
+0.374243 0.612192 0.247242
+0.424689 0.613626 0.256886
+0.472999 0.614176 0.268101
+0.517906 0.615091 0.281132
+0.560647 0.616815 0.296513
+0.601923 0.619287 0.311498
+0.63682 0.617136 0.313176
+0.673045 0.615518 0.318746
+0.710231 0.614145 0.327535
+0.748608 0.61326 0.339162
+0.788617 0.612421 0.352987
+0.831128 0.611872 0.3691
+0.883101 0.615518 0.391836
+0.93695 0.614572 0.407141
+0.960754 0.613092 0.424521
+0.159197 0.637613 0.394797
+0.159365 0.637598 0.394461
+0.159792 0.637583 0.393515
+0.16051 0.637583 0.391928
+0.161532 0.637537 0.389639
+0.162844 0.637446 0.386603
+0.164431 0.637476 0.382803
+0.166171 0.637446 0.378119
+0.168444 0.637369 0.372366
+0.171038 0.637278 0.365423
+0.173861 0.637446 0.357305
+0.179202 0.641306 0.350439
+0.184634 0.645396 0.341756
+0.190555 0.649744 0.33135
+0.197131 0.654444 0.318608
+0.206485 0.659785 0.30341
+0.220554 0.658808 0.275273
+0.27541 0.655833 0.267002
+0.340688 0.655024 0.26952
+0.403006 0.655695 0.281575
+0.459113 0.655894 0.296315
+0.510704 0.65594 0.312963
+0.556909 0.657191 0.331319
+0.599771 0.65948 0.350973
+0.640543 0.662913 0.368673
+0.675044 0.661494 0.371618
+0.711177 0.660609 0.377874
+0.748714 0.660105 0.386709
+0.788495 0.659831 0.397574
+0.831571 0.659709 0.410391
+0.878767 0.65951 0.424216
+0.933761 0.657465 0.435859
+0.959152 0.656718 0.45098
+0.186282 0.682918 0.43061
+0.18645 0.682994 0.430365
+0.186816 0.682979 0.429511
+0.187472 0.682963 0.428092
+0.188342 0.682979 0.426078
+0.189487 0.682933 0.423453
+0.190707 0.683024 0.420172
+0.192386 0.682902 0.416052
+0.194369 0.682948 0.411109
+0.196628 0.682887 0.405142
+0.19913 0.682872 0.398062
+0.20412 0.685863 0.392157
+0.21033 0.689998 0.386267
+0.216709 0.694392 0.378882
+0.223743 0.699092 0.370352
+0.231266 0.70425 0.360174
+0.238544 0.70663 0.343435
+0.24947 0.705913 0.315129
+0.30547 0.702083 0.304219
+0.376104 0.698848 0.308476
+0.443717 0.6981 0.327794
+0.503822 0.69749 0.34873
+0.555138 0.698436 0.370031
+0.600076 0.701106 0.389929
+0.641505 0.705013 0.408774
+0.682445 0.70985 0.424338
+0.717494 0.709285 0.425895
+0.755108 0.708965 0.430228
+0.795316 0.708949 0.43711
+0.83917 0.709194 0.446433
+0.887465 0.708843 0.457206
+0.936706 0.705013 0.465354
+0.960494 0.700694 0.475288
+0.231891 0.727367 0.46952
+0.231922 0.727367 0.469291
+0.232166 0.727337 0.468605
+0.232547 0.727367 0.467399
+0.233295 0.727474 0.46566
+0.234195 0.727474 0.463386
+0.235203 0.727504 0.460533
+0.2365 0.727489 0.457023
+0.238056 0.727535 0.452842
+0.239734 0.727565 0.447898
+0.24152 0.727657 0.4421
+0.245716 0.729366 0.436988
+0.25275 0.733379 0.433219
+0.26041 0.737575 0.428748
+0.268544 0.742016 0.423377
+0.277409 0.746746 0.41735
+0.286946 0.751995 0.410407
+0.290013 0.751492 0.3906
+0.300999 0.750774 0.36408
+0.354391 0.746075 0.351324
+0.424628 0.740688 0.359121
+0.496376 0.739818 0.384573
+0.553323 0.741085 0.406714
+0.600565 0.744823 0.425147
+0.643214 0.749981 0.441428
+0.684916 0.755428 0.457023
+0.727306 0.761486 0.470863
+0.764492 0.761166 0.471901
+0.804898 0.761212 0.47602
+0.849607 0.761471 0.482719
+0.898817 0.761151 0.490974
+0.942763 0.757351 0.497826
+0.963211 0.75375 0.507118
+0.300801 0.768551 0.513359
+0.301015 0.768551 0.513176
+0.301091 0.768551 0.512535
+0.301656 0.768551 0.511574
+0.302037 0.768597 0.510063
+0.30277 0.768643 0.508186
+0.303395 0.768688 0.505821
+0.304387 0.76878 0.502953
+0.305272 0.768841 0.499535
+0.30631 0.768933 0.495445
+0.307713 0.769009 0.490715
+0.310399 0.769574 0.485985
+0.319188 0.773388 0.484352
+0.328435 0.777188 0.482231
+0.338018 0.781231 0.479866
+0.348714 0.785534 0.476997
+0.360372 0.790143 0.474128
+0.366293 0.792401 0.46453
+0.368566 0.792096 0.446006
+0.378958 0.791333 0.422004
+0.420951 0.787228 0.408667
+0.484779 0.783078 0.416556
+0.548012 0.786313 0.438682
+0.598276 0.79173 0.455756
+0.643488 0.797803 0.471656
+0.687114 0.804105 0.487114
+0.73048 0.810773 0.50251
+0.775876 0.81767 0.516045
+0.816556 0.817533 0.516503
+0.861799 0.817777 0.520317
+0.912016 0.817227 0.526085
+0.949722 0.81323 0.531029
+0.966796 0.810224 0.539315
+0.387427 0.807919 0.562188
+0.387488 0.807874 0.562051
+0.38764 0.807889 0.561532
+0.387884 0.807843 0.560708
+0.388388 0.807889 0.559564
+0.388724 0.807935 0.557977
+0.389288 0.807935 0.556039
+0.389929 0.80798 0.553704
+0.390936 0.808026 0.550988
+0.391684 0.808026 0.547738
+0.392477 0.808133 0.54406
+0.3935 0.808225 0.539742
+0.401312 0.811612 0.539391
+0.409918 0.815778 0.539086
+0.419028 0.820005 0.538705
+0.428321 0.82475 0.537972
+0.43827 0.829969 0.537377
+0.447852 0.835355 0.535729
+0.448493 0.834699 0.522271
+0.45156 0.834226 0.505302
+0.458946 0.834073 0.48307
+0.487831 0.833539 0.465553
+0.536599 0.83444 0.467338
+0.592157 0.841611 0.485222
+0.641001 0.849012 0.501518
+0.687114 0.856672 0.51664
+0.732601 0.864271 0.531731
+0.779293 0.871748 0.547478
+0.828824 0.879316 0.561608
+0.874769 0.879194 0.562081
+0.925673 0.878401 0.565209
+0.956802 0.874113 0.567514
+0.971054 0.871275 0.574395
+0.458335 0.855406 0.612451
+0.458228 0.855406 0.612268
+0.458396 0.85536 0.611856
+0.458732 0.85536 0.611185
+0.459083 0.85539 0.610224
+0.459495 0.855329 0.608911
+0.460212 0.855329 0.607401
+0.460792 0.855268 0.605447
+0.46154 0.855253 0.603189
+0.462501 0.855207 0.60061
+0.46334 0.855238 0.597635
+0.464378 0.855207 0.594263
+0.468956 0.858366 0.593362
+0.475624 0.864103 0.594263
+0.482231 0.869841 0.594934
+0.488869 0.87602 0.595361
+0.495933 0.882689 0.595758
+0.503777 0.890105 0.596078
+0.50808 0.892317 0.589609
+0.509926 0.89131 0.576654
+0.513298 0.890959 0.560296
+0.520012 0.891524 0.538903
+0.538537 0.893645 0.516655
+0.581369 0.89633 0.515068
+0.634119 0.905226 0.530968
+0.683421 0.914229 0.546304
+0.731991 0.923033 0.561822
+0.781155 0.931426 0.577859
+0.83241 0.939742 0.594797
+0.887404 0.947478 0.6094
+0.937118 0.947005 0.609766
+0.964401 0.942214 0.609293
+0.975402 0.939422 0.613855
+0.502907 0.913817 0.659251
+0.502953 0.913817 0.659144
+0.503059 0.913817 0.658778
+0.503273 0.913802 0.658198
+0.503532 0.913802 0.657359
+0.503975 0.913817 0.65626
+0.504494 0.913771 0.654871
+0.505119 0.913634 0.653193
+0.505821 0.913649 0.65127
+0.506615 0.913588 0.649027
+0.50753 0.913527 0.646448
+0.508537 0.913451 0.643549
+0.510445 0.915312 0.641535
+0.513909 0.920897 0.641703
+0.517678 0.926406 0.641657
+0.521431 0.932418 0.641505
+0.525399 0.938842 0.641062
+0.529641 0.945922 0.640528
+0.53402 0.951949 0.638041
+0.535805 0.95082 0.628016
+0.538613 0.950118 0.615366
+0.543343 0.950164 0.599451
+0.551507 0.951415 0.578317
+0.567483 0.954665 0.552728
+0.611933 0.957183 0.551324
+0.6654 0.96112 0.565957
+0.717891 0.965057 0.581979
+0.769436 0.96878 0.597772
+0.82208 0.972274 0.613825
+0.878492 0.975631 0.63093
+0.937514 0.978653 0.644846
+0.965713 0.976745 0.641489
+0.974182 0.975616 0.643915
+0.527413 0.9635 0.696681
+0.527459 0.9635 0.696574
+0.52755 0.963516 0.696269
+0.527764 0.9635 0.69572
+0.528038 0.9635 0.694942
+0.528389 0.96347 0.69395
+0.528893 0.96347 0.692744
+0.529412 0.963439 0.691234
+0.530037 0.963409 0.689525
+0.53077 0.963394 0.687541
+0.531563 0.963363 0.685283
+0.532418 0.963333 0.682689
+0.533669 0.963592 0.680262
+0.537041 0.966247 0.681163
+0.54052 0.969024 0.681651
+0.543969 0.97203 0.682078
+0.547936 0.975128 0.682612
+0.551827 0.978653 0.682826
+0.556466 0.982483 0.682689
+0.558953 0.983032 0.675975
+0.561181 0.982589 0.665751
+0.565026 0.982406 0.653071
+0.571038 0.982712 0.637171
+0.58056 0.983658 0.616373
+0.593988 0.985443 0.587366
+0.639811 0.986694 0.585428
+0.696223 0.990784 0.6
+0.752132 0.995132 0.61677
+0.808072 0.999023 0.633463
+0.865751 1 0.649699
+0.929808 1 0.667018
+0.965728 1 0.677073
+0.97142 1 0.675456
+0.551492 0.993194 0.735317
+0.551537 0.993194 0.73521
+0.551629 0.993194 0.734905
+0.551766 0.993194 0.734432
+0.55198 0.99321 0.733761
+0.55227 0.993194 0.73286
+0.552666 0.993179 0.731746
+0.55317 0.993149 0.730419
+0.553689 0.993133 0.728893
+0.554314 0.993103 0.727108
+0.555001 0.993072 0.725093
+0.555779 0.993042 0.722789
+0.556619 0.993011 0.720287
+0.559442 0.996078 0.721004
+0.563134 0.998627 0.722606
+0.56762 0.998718 0.724941
+0.572473 0.998764 0.727352
+0.577523 0.998856 0.729747
+0.583261 0.998886 0.731884
+0.587594 0.998947 0.730465
+0.58967 0.998962 0.721569
+0.592721 0.9991 0.711086
+0.597925 0.999359 0.698375
+0.605676 1 0.682704
+0.615702 1 0.661463
+0.627756 1 0.630167
+0.672877 1 0.625162
+0.732158 1 0.639277
+0.792813 1 0.657038
+0.854017 1 0.674113
+0.920424 1 0.691539
+0.962249 1 0.704738
+0.970596 1 0.717449
+0 0.0439002 0.00112917
+0 0.0439155 0.00141909
+0 0.0442054 0.00205997
+0 0.0445106 0.00357061
+0 0.0444648 0.0049897
+0.00962844 0.0438392 0.00581369
+0.0466316 0.0433051 0.00691234
+0.08542 0.0430915 0.00865187
+0.12604 0.0433051 0.0107881
+0.167468 0.0440986 0.0137179
+0.207263 0.0455024 0.017792
+0.243763 0.0474403 0.0227359
+0.277882 0.0496223 0.028397
+0.309651 0.0521553 0.0349279
+0.339345 0.0549935 0.0419471
+0.366079 0.0582437 0.0498512
+0.391379 0.0618296 0.0582132
+0.417365 0.0660258 0.0680858
+0.445212 0.071519 0.0799878
+0.47538 0.0783398 0.0940871
+0.507362 0.0867628 0.110918
+0.541131 0.0974136 0.130694
+0.577066 0.110384 0.153017
+0.614511 0.126116 0.177005
+0.654978 0.145037 0.203754
+0.698543 0.167025 0.233951
+0.745571 0.19202 0.26717
+0.796826 0.219455 0.303288
+0.853025 0.249561 0.341695
+0.914412 0.282124 0.380713
+0.947005 0.316426 0.419715
+0.974594 0.351736 0.459434
+0.982528 0.393469 0.506142
+0 0.0444495 0.00192264
+0 0.0443732 0.00230411
+0 0.0444648 0.00262455
+0 0.0445411 0.00354009
+0 0.04448 0.00479133
+0.00972 0.0438697 0.00547799
+0.0468605 0.0433661 0.00646983
+0.0857557 0.0431373 0.00807202
+0.128267 0.0433814 0.0105287
+0.170886 0.0442664 0.0137636
+0.210529 0.0458076 0.0180056
+0.247166 0.0477302 0.0229953
+0.281193 0.049958 0.028809
+0.312871 0.0525216 0.0353704
+0.342184 0.0554665 0.0424811
+0.368872 0.0587625 0.0504768
+0.39411 0.0623789 0.0589303
+0.420066 0.066804 0.0690013
+0.448447 0.072343 0.081178
+0.478721 0.0793774 0.0955978
+0.511177 0.0880446 0.112734
+0.545113 0.098909 0.132753
+0.581186 0.112276 0.155428
+0.619181 0.128298 0.179614
+0.659861 0.147616 0.206882
+0.704005 0.170077 0.237522
+0.75198 0.195361 0.271321
+0.803876 0.223316 0.307759
+0.860731 0.25391 0.346624
+0.921798 0.286809 0.385946
+0.950805 0.321416 0.425132
+0.979187 0.356924 0.464897
+0.981888 0.400381 0.513573
+0 0.0464485 0.00392157
+0 0.0463417 0.00401312
+0 0.0463111 0.00503548
+0 0.0462196 0.00552377
+0 0.0457771 0.00563058
+0.0116121 0.0446784 0.0052491
+0.0494087 0.0435035 0.00520333
+0.0906691 0.0433814 0.00698863
+0.133486 0.0437171 0.00941482
+0.176242 0.04477 0.0127413
+0.216175 0.0463569 0.016968
+0.252171 0.0484016 0.0220798
+0.285664 0.0506752 0.0277562
+0.316838 0.0532845 0.0343175
+0.345998 0.0562448 0.0413977
+0.372107 0.059678 0.0493935
+0.397177 0.0633555 0.0578775
+0.423651 0.0679332 0.0681315
+0.452247 0.0735485 0.0804913
+0.482856 0.0808881 0.0953078
+0.515267 0.0899214 0.112749
+0.549477 0.101122 0.133257
+0.585977 0.114733 0.156329
+0.62417 0.131182 0.180926
+0.665614 0.150835 0.208942
+0.710124 0.173724 0.240223
+0.758694 0.199466 0.274571
+0.811536 0.22768 0.311681
+0.869352 0.258732 0.351064
+0.928481 0.292134 0.390448
+0.954742 0.326986 0.429969
+0.984314 0.362615 0.470207
+0.981018 0.40798 0.520974
+0 0.0507515 0.00729381
+0 0.0506905 0.00724804
+0 0.0506294 0.00721752
+0 0.0505837 0.00805676
+0 0.0506142 0.00817884
+0.0241703 0.0493935 0.0077821
+0.0628672 0.0487526 0.00830091
+0.10164 0.047837 0.00863661
+0.141848 0.0470436 0.00932326
+0.181979 0.0464179 0.0104067
+0.220142 0.0471962 0.0133669
+0.256428 0.0491798 0.0184329
+0.289937 0.051606 0.0243229
+0.321416 0.0543679 0.0309606
+0.350195 0.057557 0.0384833
+0.376135 0.0609445 0.0461891
+0.401129 0.064622 0.0548714
+0.42768 0.0695201 0.0652171
+0.456275 0.0753185 0.0778058
+0.48719 0.0829786 0.0929732
+0.519982 0.0922866 0.110903
+0.554559 0.103822 0.132143
+0.591196 0.117769 0.155871
+0.630106 0.134615 0.181201
+0.671748 0.154665 0.209842
+0.716991 0.178073 0.241886
+0.766232 0.204135 0.277119
+0.819944 0.232822 0.315007
+0.878813 0.264225 0.35491
+0.932754 0.297978 0.394675
+0.958862 0.33312 0.434592
+0.984771 0.370001 0.476616
+0.980056 0.416266 0.528313
+0 0.0583352 0.012604
+0 0.0582589 0.0123598
+0 0.0581369 0.0115053
+0 0.0589456 0.0100099
+0 0.0603494 0.0091249
+0.0204318 0.0580606 0.00985733
+0.0629587 0.0570077 0.0101472
+0.104295 0.0556954 0.0102235
+0.146319 0.0544289 0.0105135
+0.187442 0.0532998 0.0112154
+0.223758 0.0527047 0.0126802
+0.257618 0.0521401 0.0143435
+0.289738 0.0520943 0.0167697
+0.32105 0.054902 0.02327
+0.34963 0.0580606 0.0302586
+0.375692 0.0614176 0.0379797
+0.400671 0.0651713 0.0466011
+0.427192 0.0700542 0.0567941
+0.455879 0.0758984 0.069398
+0.486824 0.0834669 0.0845502
+0.519631 0.0927901 0.102586
+0.554284 0.10425 0.124086
+0.59089 0.118379 0.148821
+0.629816 0.135409 0.175158
+0.67155 0.15552 0.204334
+0.716808 0.17879 0.236866
+0.765942 0.204715 0.272419
+0.819593 0.23328 0.310674
+0.878416 0.264683 0.351049
+0.932616 0.298314 0.391196
+0.958663 0.33341 0.431495
+0.984817 0.370108 0.473762
+0.980133 0.416251 0.525734
+0 0.0703441 0.0196536
+0 0.0702983 0.0193179
+0 0.0701457 0.0181277
+0 0.0699168 0.0151827
+0 0.0740978 0.0126345
+0.0110781 0.07364 0.0123903
+0.0514687 0.0701152 0.0134432
+0.0986191 0.0698863 0.0144656
+0.142687 0.0686809 0.0149386
+0.18587 0.0676738 0.0158694
+0.224521 0.0666819 0.0170443
+0.259907 0.0656291 0.0183719
+0.29247 0.0644236 0.0198215
+0.323171 0.0629129 0.0212863
+0.349874 0.0621805 0.0236973
+0.374853 0.0624857 0.0274815
+0.399985 0.0663767 0.035996
+0.426566 0.0712444 0.0462196
+0.455299 0.0771954 0.0587167
+0.486488 0.0847028 0.0738994
+0.519249 0.0940871 0.0923018
+0.55404 0.105653 0.114122
+0.590539 0.119814 0.13962
+0.629572 0.136767 0.167422
+0.671458 0.156771 0.197208
+0.71667 0.179919 0.23035
+0.765728 0.205768 0.266514
+0.819333 0.234211 0.305348
+0.87808 0.265431 0.346151
+0.932509 0.29897 0.386938
+0.958495 0.333898 0.427741
+0.984833 0.370413 0.470359
+0.980179 0.41648 0.522667
+0 0.0873884 0.0285344
+0 0.0873732 0.0280461
+0 0.0872206 0.0264897
+0 0.0870375 0.0233768
+0 0.0889601 0.0179446
+0 0.0928206 0.0183566
+0.0462196 0.0919051 0.0179599
+0.0842603 0.086717 0.0182498
+0.135286 0.087892 0.0200809
+0.180636 0.0873274 0.0212558
+0.221241 0.0865949 0.0227207
+0.257862 0.0858167 0.024445
+0.291737 0.0845655 0.0262913
+0.322515 0.0832074 0.0281376
+0.350561 0.0816968 0.0299687
+0.375723 0.0800641 0.0317998
+0.4 0.0782025 0.0336309
+0.426169 0.0759899 0.0360571
+0.454414 0.0788128 0.044892
+0.48571 0.0862745 0.0601663
+0.518715 0.0957809 0.0789044
+0.553613 0.107439 0.101259
+0.590158 0.121584 0.127489
+0.629343 0.138445 0.15697
+0.671214 0.158419 0.187945
+0.716518 0.18143 0.222034
+0.76553 0.207095 0.259037
+0.819104 0.235416 0.298634
+0.877836 0.266423 0.340078
+0.932433 0.29984 0.381674
+0.958419 0.334615 0.423087
+0.984863 0.370962 0.466178
+0.98024 0.416831 0.518959
+0 0.10927 0.0393988
+0 0.109163 0.0388495
+0 0.109087 0.0371252
+0 0.108888 0.0337377
+0 0.10869 0.0273747
+0 0.114305 0.0241398
+0.0285801 0.115145 0.0247044
+0.0837262 0.114672 0.0248722
+0.120409 0.107881 0.024567
+0.171115 0.109697 0.0268101
+0.216037 0.11043 0.0291447
+0.253697 0.110018 0.0310979
+0.288319 0.109422 0.0331273
+0.320439 0.108415 0.0352636
+0.349981 0.107134 0.0374914
+0.375738 0.105516 0.0396887
+0.399908 0.103777 0.0419471
+0.42565 0.101701 0.0445869
+0.453971 0.0991531 0.0476539
+0.484672 0.0961624 0.0515297
+0.517769 0.0978408 0.0619669
+0.552911 0.109621 0.0848402
+0.589685 0.12369 0.111955
+0.629068 0.140627 0.143145
+0.671046 0.160449 0.176425
+0.716411 0.183322 0.211658
+0.765438 0.208759 0.249805
+0.819043 0.236912 0.290394
+0.877668 0.267811 0.332784
+0.932418 0.300984 0.375341
+0.95845 0.335561 0.4177
+0.984878 0.371679 0.461265
+0.980285 0.417441 0.514611
+0 0.134463 0.0522011
+0 0.134401 0.0515602
+0 0.134295 0.0496223
+0 0.134173 0.0459144
+0 0.134005 0.0396429
+0 0.136797 0.029984
+0.0107118 0.141604 0.0316625
+0.0687266 0.141161 0.0323796
+0.123186 0.141146 0.0333867
+0.160967 0.134493 0.0330205
+0.206928 0.13489 0.0352789
+0.248203 0.136339 0.0379034
+0.284245 0.136629 0.0402838
+0.316945 0.136278 0.0428016
+0.347097 0.135561 0.0453651
+0.373892 0.134401 0.0478981
+0.398871 0.132937 0.0505379
+0.425498 0.13109 0.0533761
+0.453681 0.129 0.0569924
+0.484169 0.126345 0.0612345
+0.516472 0.123171 0.0662242
+0.551369 0.119402 0.0726177
+0.589334 0.126116 0.0924849
+0.628809 0.143084 0.125216
+0.671016 0.162799 0.161685
+0.716457 0.18555 0.198734
+0.765667 0.210712 0.238636
+0.81912 0.238682 0.280507
+0.877684 0.269413 0.324025
+0.932479 0.302434 0.36791
+0.958434 0.336736 0.411246
+0.984894 0.372717 0.455634
+0.980331 0.418311 0.509728
+0 0.162081 0.0669718
+0 0.162036 0.0662852
+0 0.161959 0.0641947
+0 0.161822 0.0602884
+0 0.161624 0.0540322
+0 0.161776 0.0439307
+0 0.167422 0.0391852
+0.0515297 0.169741 0.0408179
+0.109712 0.16968 0.042298
+0.164416 0.169787 0.0437934
+0.201541 0.163653 0.0432898
+0.241016 0.162478 0.0451514
+0.279271 0.164294 0.0482795
+0.313405 0.16527 0.0512245
+0.344305 0.165301 0.0539864
+0.371771 0.164813 0.0567636
+0.397177 0.163882 0.0595865
+0.423682 0.162707 0.0628672
+0.452445 0.161074 0.066743
+0.483528 0.158953 0.0713512
+0.516823 0.15613 0.0770428
+0.55111 0.15288 0.0833448
+0.587793 0.148928 0.091371
+0.627466 0.147753 0.104906
+0.670954 0.16556 0.142153
+0.716716 0.188083 0.183093
+0.765835 0.213138 0.224857
+0.819501 0.240833 0.268757
+0.878035 0.27129 0.313848
+0.932769 0.304128 0.359365
+0.958511 0.338293 0.403738
+0.984894 0.373999 0.44921
+0.980362 0.419409 0.504173
+0 0.190875 0.0831311
+0 0.190829 0.0823987
+0 0.190738 0.0802472
+0 0.190677 0.0762951
+0 0.190585 0.0701915
+0 0.190494 0.0605936
+0 0.193439 0.0472419
+0.0328374 0.198444 0.049546
+0.0940566 0.198672 0.0511788
+0.151827 0.198657 0.0533913
+0.205188 0.199084 0.0557565
+0.239368 0.193881 0.0553445
+0.273259 0.191241 0.0567025
+0.308858 0.193225 0.0599069
+0.340887 0.194385 0.0630503
+0.369757 0.194949 0.0662394
+0.395666 0.194736 0.0693217
+0.422202 0.194186 0.0727703
+0.45095 0.193179 0.0766461
+0.481865 0.191745 0.0814984
+0.514885 0.189853 0.0872511
+0.54995 0.187259 0.094316
+0.587182 0.184009 0.102571
+0.627176 0.179797 0.112825
+0.669474 0.17467 0.124346
+0.716915 0.191028 0.163195
+0.766278 0.215824 0.208103
+0.819989 0.243397 0.254582
+0.878553 0.27364 0.301762
+0.932998 0.306218 0.349035
+0.958694 0.340108 0.395102
+0.985061 0.375601 0.442161
+0.980377 0.420844 0.497993
+0 0.219165 0.10074
+0 0.21912 0.0999771
+0 0.219043 0.097734
+0 0.218967 0.0937209
+0 0.21886 0.0877089
+0 0.218753 0.0784924
+0.00215152 0.220066 0.0648814
+0.0188754 0.223941 0.0576486
+0.0762646 0.227039 0.06009
+0.136736 0.226963 0.0625162
+0.193256 0.227253 0.0653086
+0.24213 0.228244 0.0682994
+0.273411 0.223514 0.0677043
+0.302861 0.21944 0.0687266
+0.336263 0.221622 0.0720378
+0.366629 0.223011 0.0753338
+0.393469 0.223804 0.078645
+0.42034 0.224033 0.0823529
+0.449287 0.223651 0.0864424
+0.480293 0.222843 0.0913558
+0.513207 0.221622 0.0973068
+0.547906 0.219913 0.104463
+0.585016 0.217624 0.113115
+0.624186 0.214633 0.123262
+0.666636 0.210773 0.135531
+0.713344 0.205509 0.149752
+0.766003 0.219242 0.188006
+0.820722 0.246235 0.237507
+0.879316 0.276265 0.287465
+0.933364 0.308614 0.336996
+0.959045 0.34229 0.385275
+0.985046 0.377584 0.434028
+0.980346 0.42269 0.491218
+0.00537118 0.247257 0.118944
+0.00543221 0.247318 0.118227
+0.00564584 0.247257 0.116014
+0.00611887 0.247166 0.112016
+0.00695811 0.247105 0.106065
+0.00807202 0.246983 0.0971542
+0.00965896 0.246952 0.0843671
+0.0142214 0.250599 0.0675669
+0.057557 0.253925 0.0684215
+0.119493 0.25539 0.0709697
+0.179034 0.255543 0.0741588
+0.232166 0.256275 0.0778363
+0.275685 0.257465 0.081178
+0.304356 0.253208 0.0805219
+0.331685 0.248646 0.0813001
+0.362432 0.250065 0.0844434
+0.390005 0.251591 0.0878462
+0.417411 0.252613 0.0915694
+0.446799 0.253162 0.0958724
+0.478065 0.252995 0.100923
+0.511025 0.252369 0.106874
+0.545922 0.251362 0.114076
+0.58265 0.249805 0.122744
+0.621592 0.247684 0.133074
+0.663371 0.244877 0.145342
+0.709041 0.24097 0.159716
+0.759213 0.235782 0.175631
+0.816098 0.248569 0.213794
+0.876631 0.27744 0.267262
+0.933043 0.310277 0.321279
+0.959472 0.344518 0.373861
+0.985 0.379934 0.424933
+0.980484 0.424765 0.483894
+0.0129397 0.275303 0.137102
+0.0130465 0.275227 0.136385
+0.0133669 0.275166 0.134188
+0.0139162 0.275166 0.130297
+0.014725 0.27509 0.124453
+0.0157931 0.274983 0.115984
+0.0171664 0.274876 0.104005
+0.0200961 0.277058 0.0872511
+0.0414893 0.279515 0.076112
+0.0999161 0.283558 0.0791791
+0.163012 0.283665 0.0822156
+0.220218 0.284367 0.0859236
+0.267231 0.285389 0.0902724
+0.306401 0.286687 0.0940871
+0.332631 0.282506 0.0932631
+0.358633 0.278462 0.0939345
+0.385504 0.278416 0.0965438
+0.413504 0.279911 0.100298
+0.443107 0.281041 0.104662
+0.4748 0.281788 0.109682
+0.508354 0.282017 0.11574
+0.543114 0.281651 0.122972
+0.580041 0.28069 0.131548
+0.618677 0.279393 0.141848
+0.659983 0.277455 0.153964
+0.704662 0.274662 0.168292
+0.753765 0.270756 0.18381
+0.809003 0.265263 0.200977
+0.870619 0.279515 0.242863
+0.931121 0.309834 0.298695
+0.957183 0.343603 0.354925
+0.985397 0.378607 0.409033
+0.980896 0.424155 0.471489
+0.0197604 0.302998 0.155383
+0.0198367 0.302953 0.154665
+0.0201572 0.302937 0.152483
+0.0206912 0.302907 0.148745
+0.0214694 0.302815 0.143145
+0.0229191 0.302724 0.135088
+0.0248569 0.302617 0.123812
+0.0274815 0.303075 0.108064
+0.0342718 0.306722 0.0875715
+0.0803845 0.308873 0.0865187
+0.143694 0.311269 0.0897383
+0.205432 0.311574 0.0936294
+0.257115 0.312917 0.0980392
+0.299092 0.313893 0.1028
+0.334737 0.315496 0.106722
+0.359518 0.311345 0.105913
+0.383215 0.307851 0.106584
+0.408423 0.306416 0.10898
+0.438422 0.308186 0.113008
+0.470329 0.309453 0.117906
+0.503883 0.310399 0.123812
+0.539437 0.31075 0.130983
+0.576501 0.310719 0.139544
+0.615228 0.309972 0.14963
+0.656336 0.308629 0.161639
+0.700404 0.306706 0.175555
+0.748623 0.303761 0.190814
+0.802197 0.299611 0.207706
+0.862531 0.293782 0.226978
+0.92845 0.311742 0.274586
+0.955047 0.343053 0.332967
+0.985718 0.376822 0.389975
+0.981399 0.421698 0.454658
+0.0265354 0.330327 0.173098
+0.0266728 0.330282 0.172427
+0.0271 0.330175 0.170413
+0.0278782 0.330205 0.166842
+0.028748 0.330159 0.161563
+0.0301366 0.330098 0.153979
+0.0319524 0.329931 0.143481
+0.0342718 0.329839 0.128985
+0.0388037 0.332555 0.109453
+0.0595712 0.334112 0.0950179
+0.122484 0.337575 0.0975967
+0.18703 0.33817 0.101183
+0.243946 0.339071 0.10576
+0.290379 0.340475 0.11075
+0.328603 0.341665 0.115801
+0.361242 0.343252 0.120165
+0.383993 0.339834 0.119051
+0.40763 0.336645 0.119799
+0.433234 0.334234 0.121904
+0.465599 0.335988 0.12665
+0.499687 0.337362 0.13228
+0.535348 0.338293 0.139116
+0.572564 0.338888 0.147402
+0.61146 0.338979 0.157443
+0.652644 0.33846 0.169192
+0.696468 0.33727 0.18233
+0.743679 0.335149 0.196933
+0.795697 0.332067 0.213626
+0.854948 0.327428 0.2327
+0.921996 0.32079 0.253697
+0.952728 0.344167 0.308827
+0.983017 0.376287 0.369512
+0.982086 0.419638 0.436454
+0.0339818 0.356512 0.190494
+0.0341344 0.356512 0.189868
+0.0345617 0.356466 0.188006
+0.0352789 0.35639 0.184817
+0.0363012 0.356283 0.180056
+0.0378271 0.356252 0.173205
+0.0399023 0.356237 0.163638
+0.0426642 0.356069 0.150423
+0.0463722 0.357275 0.132433
+0.0522316 0.360479 0.108736
+0.101488 0.36141 0.105455
+0.165942 0.364446 0.109529
+0.228397 0.364889 0.113832
+0.279149 0.366308 0.119005
+0.321202 0.36762 0.124559
+0.355917 0.368856 0.129885
+0.386099 0.37052 0.134173
+0.40911 0.367315 0.133074
+0.434394 0.364584 0.133852
+0.461921 0.361929 0.136217
+0.495262 0.36289 0.141161
+0.530999 0.36437 0.147677
+0.568597 0.365423 0.155596
+0.607507 0.366064 0.165148
+0.648646 0.366217 0.176364
+0.692332 0.365942 0.189029
+0.739223 0.364767 0.203235
+0.790372 0.362432 0.219669
+0.847929 0.358999 0.238193
+0.914549 0.353811 0.258869
+0.949676 0.350072 0.285618
+0.980728 0.37612 0.345678
+0.982651 0.418067 0.416342
+0.042359 0.383566 0.208011
+0.0425269 0.383505 0.207446
+0.0430457 0.38352 0.205753
+0.0439307 0.383383 0.202869
+0.0451972 0.383337 0.19855
+0.0468605 0.383291 0.192584
+0.0487221 0.383261 0.184329
+0.0513771 0.383093 0.172885
+0.0550393 0.383185 0.156802
+0.0610819 0.386358 0.135836
+0.0835737 0.388312 0.118517
+0.142535 0.39089 0.118868
+0.208194 0.392584 0.123568
+0.264469 0.393652 0.128557
+0.310445 0.39527 0.134157
+0.348959 0.396536 0.139696
+0.381262 0.397833 0.145373
+0.411383 0.399619 0.150454
+0.436347 0.396368 0.148989
+0.46392 0.393545 0.149828
+0.493095 0.390967 0.1523
+0.526726 0.3906 0.157382
+0.564569 0.392203 0.165042
+0.603647 0.393393 0.17409
+0.644724 0.394171 0.18439
+0.688228 0.394308 0.196231
+0.734646 0.393912 0.210056
+0.785336 0.39266 0.226184
+0.841733 0.390326 0.244282
+0.906996 0.386343 0.264546
+0.946868 0.379904 0.286152
+0.976974 0.382116 0.322194
+0.9832 0.417029 0.392203
+0.0526589 0.412665 0.228031
+0.0528115 0.41265 0.227481
+0.0532998 0.412634 0.225895
+0.0542763 0.412543 0.223102
+0.0557259 0.412528 0.219059
+0.057496 0.412497 0.213519
+0.0596323 0.412451 0.206088
+0.0624247 0.412268 0.196475
+0.0657359 0.4121 0.18323
+0.0707103 0.414496 0.165591
+0.0771344 0.418021 0.141405
+0.117037 0.419013 0.131106
+0.180606 0.422812 0.134707
+0.244511 0.423392 0.139742
+0.295903 0.42475 0.145327
+0.33875 0.426642 0.151263
+0.374853 0.427649 0.156924
+0.406455 0.429129 0.163272
+0.438712 0.430991 0.168826
+0.465919 0.427756 0.16733
+0.495583 0.424872 0.168124
+0.526635 0.422278 0.170825
+0.560189 0.420371 0.175845
+0.599573 0.422141 0.183856
+0.640818 0.423392 0.193439
+0.684108 0.42417 0.204746
+0.730312 0.424353 0.218006
+0.780118 0.42385 0.233478
+0.835142 0.422385 0.25098
+0.898451 0.419837 0.271183
+0.943618 0.415229 0.29308
+0.973449 0.407111 0.315099
+0.983337 0.421332 0.366476
+0.0654154 0.444099 0.250324
+0.0655985 0.444053 0.249805
+0.0661479 0.444083 0.248325
+0.0669108 0.444068 0.245762
+0.0681315 0.444022 0.242054
+0.0699779 0.443946 0.236896
+0.0723888 0.443809 0.230167
+0.0752422 0.443702 0.221378
+0.0784924 0.443687 0.21001
+0.0830243 0.444846 0.195712
+0.089189 0.448478 0.177279
+0.102113 0.45185 0.153368
+0.149401 0.453193 0.147478
+0.217441 0.455879 0.152895
+0.275914 0.456947 0.158358
+0.323659 0.458625 0.164141
+0.364218 0.46038 0.170092
+0.399741 0.461494 0.176211
+0.433417 0.463111 0.183078
+0.468452 0.465126 0.189227
+0.497658 0.461753 0.187366
+0.529198 0.458808 0.188113
+0.562127 0.456062 0.191089
+0.59617 0.453376 0.195727
+0.636515 0.45449 0.204044
+0.680064 0.455756 0.214694
+0.725994 0.456519 0.227451
+0.774975 0.456733 0.242405
+0.828214 0.456199 0.259937
+0.887572 0.4551 0.280232
+0.938537 0.45214 0.302052
+0.967788 0.445808 0.323384
+0.982254 0.441215 0.351492
+0.0803082 0.478218 0.274998
+0.0804913 0.478172 0.27451
+0.0810712 0.478096 0.273167
+0.082002 0.478019 0.270771
+0.0833906 0.478004 0.267323
+0.0849165 0.478004 0.262684
+0.0871748 0.477897 0.25658
+0.0898299 0.477821 0.248768
+0.0930343 0.477714 0.238727
+0.0964828 0.477638 0.22594
+0.102403 0.481376 0.211566
+0.108751 0.485374 0.192676
+0.128374 0.488914 0.172961
+0.179873 0.490867 0.168002
+0.248112 0.491753 0.173068
+0.302968 0.493156 0.178607
+0.348547 0.494972 0.184283
+0.389364 0.496544 0.190448
+0.426017 0.497826 0.196841
+0.46276 0.499306 0.204196
+0.499977 0.501595 0.210834
+0.531304 0.49807 0.208927
+0.564492 0.495125 0.209598
+0.599222 0.492256 0.212802
+0.635279 0.489555 0.21828
+0.675517 0.488853 0.227039
+0.720913 0.490333 0.239582
+0.768536 0.491417 0.254719
+0.819486 0.491997 0.272602
+0.87538 0.492195 0.293538
+0.93228 0.49099 0.315755
+0.960937 0.486122 0.335698
+0.977707 0.48246 0.361471
+0.0972915 0.514473 0.302205
+0.0974594 0.514504 0.301793
+0.0979934 0.514519 0.300511
+0.0988632 0.514488 0.298329
+0.10013 0.514443 0.295186
+0.101793 0.514382 0.290974
+0.103624 0.514382 0.285527
+0.106142 0.514305 0.278569
+0.109087 0.514199 0.269856
+0.112261 0.514138 0.258869
+0.117357 0.516686 0.246555
+0.123461 0.520897 0.231632
+0.130465 0.525246 0.212436
+0.152529 0.529152 0.195514
+0.208637 0.529213 0.189425
+0.273411 0.530068 0.194308
+0.325673 0.531655 0.199619
+0.373037 0.533654 0.205554
+0.414527 0.535134 0.212055
+0.454444 0.536339 0.219409
+0.493858 0.538003 0.228
+0.533349 0.540246 0.236042
+0.566659 0.53669 0.234394
+0.601251 0.533623 0.235767
+0.637369 0.530877 0.240192
+0.674937 0.528161 0.247044
+0.714031 0.525612 0.256367
+0.760174 0.527764 0.272251
+0.808804 0.529473 0.290974
+0.861112 0.531044 0.312825
+0.916503 0.531655 0.335805
+0.953002 0.528161 0.354421
+0.971908 0.525399 0.377386
+0.11577 0.553368 0.331548
+0.115938 0.553338 0.331136
+0.116411 0.553307 0.329976
+0.117266 0.553277 0.327993
+0.118456 0.553231 0.325139
+0.119936 0.553201 0.32137
+0.121706 0.55314 0.316503
+0.124041 0.553124 0.310353
+0.126757 0.553017 0.302724
+0.129747 0.552941 0.293263
+0.134096 0.554269 0.282673
+0.140002 0.558556 0.271153
+0.146929 0.563027 0.256733
+0.155459 0.567926 0.238087
+0.175906 0.57258 0.220981
+0.232807 0.56994 0.212467
+0.293675 0.571008 0.2168
+0.347845 0.572732 0.222736
+0.396765 0.574899 0.229541
+0.441871 0.575906 0.237491
+0.485191 0.576944 0.247059
+0.527062 0.578515 0.258488
+0.568368 0.580789 0.269627
+0.602472 0.577295 0.269047
+0.638025 0.574502 0.271946
+0.674983 0.571954 0.278233
+0.713085 0.569574 0.287282
+0.752209 0.567376 0.298802
+0.796536 0.568338 0.316564
+0.845579 0.571389 0.339361
+0.898436 0.573663 0.363043
+0.944457 0.571542 0.380041
+0.965637 0.569512 0.400381
+0.136446 0.594156 0.36321
+0.136614 0.594141 0.36286
+0.137072 0.594171 0.361822
+0.137881 0.594141 0.360067
+0.138796 0.594156 0.357671
+0.140246 0.59411 0.354345
+0.142031 0.594018 0.349981
+0.144198 0.594003 0.344549
+0.146654 0.593912 0.337865
+0.149416 0.593881 0.329778
+0.152789 0.593851 0.31989
+0.158511 0.598352 0.311086
+0.164874 0.603006 0.300267
+0.171557 0.607996 0.286702
+0.181048 0.613367 0.269993
+0.198703 0.616709 0.248539
+0.252232 0.613611 0.239841
+0.3131 0.614038 0.241718
+0.372473 0.615686 0.249439
+0.424521 0.617105 0.259525
+0.473869 0.617487 0.271153
+0.519814 0.618341 0.284657
+0.563119 0.620111 0.300481
+0.604715 0.622705 0.315801
+0.6392 0.61973 0.317006
+0.674739 0.617258 0.321981
+0.711345 0.615366 0.330312
+0.749233 0.613703 0.341253
+0.7888 0.612314 0.354788
+0.831647 0.611872 0.371237
+0.883986 0.61561 0.394018
+0.937636 0.614694 0.409445
+0.960693 0.613504 0.427115
+0.158953 0.637568 0.396475
+0.159075 0.637552 0.396185
+0.159503 0.637537 0.395254
+0.16022 0.637522 0.393668
+0.161242 0.637461 0.391394
+0.162554 0.637415 0.388403
+0.164202 0.637446 0.384604
+0.165927 0.637385 0.380041
+0.1682 0.637369 0.37438
+0.170779 0.637247 0.367514
+0.173526 0.637217 0.35938
+0.17847 0.64062 0.351888
+0.184466 0.645472 0.343877
+0.19086 0.650629 0.334096
+0.197803 0.656229 0.322057
+0.207401 0.66247 0.307881
+0.219257 0.662974 0.28072
+0.271839 0.659922 0.270726
+0.337728 0.658579 0.271977
+0.402121 0.659175 0.284398
+0.459724 0.659327 0.299718
+0.512398 0.659342 0.316976
+0.559258 0.660578 0.335668
+0.602304 0.663035 0.355581
+0.643793 0.666514 0.373724
+0.677592 0.664363 0.375601
+0.713115 0.662623 0.380957
+0.750164 0.661418 0.389242
+0.78941 0.660609 0.399725
+0.832013 0.659892 0.412009
+0.87866 0.658976 0.425422
+0.934096 0.657496 0.437659
+0.959197 0.656947 0.45304
+0.186099 0.682948 0.43212
+0.186221 0.682933 0.431876
+0.186587 0.682918 0.431022
+0.187243 0.682918 0.429648
+0.188144 0.682857 0.42771
+0.189288 0.682872 0.42501
+0.190463 0.682933 0.42179
+0.192203 0.682887 0.417731
+0.194125 0.682841 0.412848
+0.196368 0.682826 0.406912
+0.198978 0.682887 0.399924
+0.203189 0.684825 0.39324
+0.209979 0.689784 0.387793
+0.217014 0.695048 0.381048
+0.224781 0.700511 0.373251
+0.232959 0.706432 0.364157
+0.24181 0.710628 0.350088
+0.251759 0.709804 0.322362
+0.302983 0.706233 0.308278
+0.373938 0.702556 0.311177
+0.443626 0.701595 0.331014
+0.505074 0.701015 0.352834
+0.557244 0.702007 0.374289
+0.602441 0.70486 0.394324
+0.644465 0.708827 0.413062
+0.685908 0.71397 0.428534
+0.72047 0.712489 0.429175
+0.757366 0.711406 0.432929
+0.797055 0.710719 0.439429
+0.840589 0.710201 0.44831
+0.888243 0.709224 0.458656
+0.936751 0.70486 0.466499
+0.960494 0.700633 0.476692
+0.231724 0.727306 0.470848
+0.231876 0.727352 0.470619
+0.23212 0.727367 0.469886
+0.232456 0.727382 0.468727
+0.233082 0.727413 0.467002
+0.233967 0.727382 0.464775
+0.235096 0.727382 0.461967
+0.236393 0.727474 0.458473
+0.237873 0.727474 0.454337
+0.239612 0.727504 0.449409
+0.241352 0.727596 0.443671
+0.244053 0.728252 0.4374
+0.252155 0.732937 0.434318
+0.260731 0.73785 0.430472
+0.269932 0.743099 0.425834
+0.280003 0.74847 0.420737
+0.290913 0.754467 0.415137
+0.296208 0.755001 0.397696
+0.306157 0.754314 0.371954
+0.353628 0.750149 0.355917
+0.424247 0.74432 0.362448
+0.497322 0.743557 0.388449
+0.554864 0.744961 0.410513
+0.602701 0.748959 0.429053
+0.645823 0.754177 0.444923
+0.688182 0.75993 0.460761
+0.731197 0.765972 0.474922
+0.768078 0.764706 0.475273
+0.80798 0.763882 0.478874
+0.852125 0.763378 0.4851
+0.900633 0.762264 0.492836
+0.943374 0.757931 0.499229
+0.963241 0.753857 0.50837
+0.300908 0.76849 0.514504
+0.300969 0.76849 0.51429
+0.301152 0.768536 0.51368
+0.301488 0.768566 0.512642
+0.301991 0.768536 0.511223
+0.302602 0.768582 0.509331
+0.303502 0.768597 0.506996
+0.30428 0.768719 0.504112
+0.305028 0.76875 0.500755
+0.306249 0.768887 0.496681
+0.307591 0.768917 0.491997
+0.309117 0.768978 0.486549
+0.318029 0.772747 0.484886
+0.328573 0.777295 0.483452
+0.339757 0.781903 0.481941
+0.351934 0.786892 0.480186
+0.364782 0.792294 0.478187
+0.374121 0.795743 0.47158
+0.376425 0.795377 0.453513
+0.385458 0.794675 0.43006
+0.422049 0.791257 0.413352
+0.485054 0.786862 0.419776
+0.549142 0.790509 0.442084
+0.599985 0.796109 0.459174
+0.645762 0.802365 0.475166
+0.689876 0.808896 0.490669
+0.734112 0.815595 0.506218
+0.780179 0.822614 0.520012
+0.820417 0.821607 0.51989
+0.865431 0.82089 0.52314
+0.915099 0.819348 0.528344
+0.950896 0.814725 0.532769
+0.966995 0.81117 0.541024
+0.387411 0.807828 0.563119
+0.387442 0.807828 0.562951
+0.387594 0.807828 0.562432
+0.387869 0.807828 0.561593
+0.388113 0.807874 0.560403
+0.388571 0.807874 0.558862
+0.389364 0.807919 0.557015
+0.389929 0.807919 0.554665
+0.390707 0.80798 0.551934
+0.391684 0.80798 0.548745
+0.392386 0.808042 0.545052
+0.393378 0.808103 0.540764
+0.399695 0.810803 0.539208
+0.409674 0.815595 0.539849
+0.420005 0.820661 0.540276
+0.430533 0.826123 0.540413
+0.441489 0.832181 0.54078
+0.453025 0.83888 0.540749
+0.455146 0.838926 0.528939
+0.457908 0.838514 0.512383
+0.465187 0.838331 0.490791
+0.488975 0.838163 0.470115
+0.536873 0.838926 0.470451
+0.593194 0.846479 0.488701
+0.642817 0.853971 0.504982
+0.68954 0.861906 0.520226
+0.735851 0.869657 0.535485
+0.783352 0.877241 0.5514
+0.833875 0.884932 0.565774
+0.879271 0.883833 0.565713
+0.929702 0.88188 0.567834
+0.958755 0.876631 0.569894
+0.971145 0.873304 0.57644
+0.458183 0.855329 0.613169
+0.458228 0.85539 0.613046
+0.458396 0.855314 0.612634
+0.458671 0.855375 0.611917
+0.459022 0.855375 0.610956
+0.459541 0.855329 0.609705
+0.459998 0.855283 0.608133
+0.460746 0.855238 0.606271
+0.461479 0.855253 0.604013
+0.46244 0.855238 0.601434
+0.46334 0.855131 0.598474
+0.464256 0.855177 0.595102
+0.467491 0.857053 0.593011
+0.475288 0.863722 0.59469
+0.482582 0.870359 0.596033
+0.490181 0.877531 0.597345
+0.498253 0.885298 0.598764
+0.506874 0.893675 0.59997
+0.512337 0.898177 0.595575
+0.514488 0.897139 0.583062
+0.517693 0.89659 0.566796
+0.524132 0.897139 0.545769
+0.539544 0.89926 0.521035
+0.582773 0.902098 0.519677
+0.635279 0.910887 0.534386
+0.685389 0.920119 0.549889
+0.73463 0.928862 0.565484
+0.784222 0.93698 0.581308
+0.835706 0.944884 0.597955
+0.891875 0.952743 0.612787
+0.939269 0.95108 0.612406
+0.966812 0.946242 0.612146
+0.975738 0.942702 0.616724
+0.502861 0.913848 0.659907
+0.502907 0.913771 0.6598
+0.503014 0.913787 0.659434
+0.503197 0.913787 0.658854
+0.503471 0.913787 0.658015
+0.503914 0.913741 0.656931
+0.504433 0.913695 0.655543
+0.505058 0.91371 0.65391
+0.505745 0.913649 0.651972
+0.506554 0.913619 0.649744
+0.507469 0.913512 0.647166
+0.508476 0.913451 0.644266
+0.509743 0.913787 0.64126
+0.513588 0.920195 0.641932
+0.517739 0.926711 0.64239
+0.521874 0.933654 0.642863
+0.52639 0.94107 0.643168
+0.531029 0.949126 0.643305
+0.536126 0.957168 0.642786
+0.538018 0.956619 0.632761
+0.540703 0.955901 0.620096
+0.54522 0.955947 0.604334
+0.553399 0.956786 0.583886
+0.566964 0.958053 0.555917
+0.611917 0.959655 0.554726
+0.665522 0.963455 0.568307
+0.718868 0.967437 0.584543
+0.771176 0.971237 0.600565
+0.82501 0.974685 0.616953
+0.882338 0.978164 0.634012
+0.940002 0.981018 0.647959
+0.968322 0.978714 0.644007
+0.974014 0.97734 0.646326
+0.527367 0.9635 0.697276
+0.527398 0.9635 0.697169
+0.527504 0.9635 0.696864
+0.527703 0.9635 0.69633
+0.527993 0.963485 0.695552
+0.528374 0.96347 0.69456
+0.528801 0.963455 0.693309
+0.529351 0.963439 0.691844
+0.529976 0.963409 0.690135
+0.530709 0.963394 0.688182
+0.531502 0.963363 0.685893
+0.532372 0.963317 0.683345
+0.533333 0.963287 0.680491
+0.536629 0.965789 0.681117
+0.540505 0.969024 0.682185
+0.544305 0.972503 0.683192
+0.548623 0.976089 0.684352
+0.552865 0.980163 0.685206
+0.55787 0.984558 0.685695
+0.560876 0.986252 0.68069
+0.563317 0.985702 0.670481
+0.566964 0.985473 0.657908
+0.573007 0.985733 0.642222
+0.582452 0.986664 0.621744
+0.594675 0.988449 0.592081
+0.639963 0.989776 0.58909
+0.6963 0.993744 0.602411
+0.753368 0.998108 0.619654
+0.809766 1 0.636011
+0.868757 1 0.652811
+0.933974 1 0.670024
+0.968902 1 0.680156
+0.971191 1 0.67837
+0.551446 0.993179 0.735851
+0.551492 0.993194 0.735744
+0.551583 0.993194 0.735454
+0.55172 0.993194 0.734966
+0.551934 0.993194 0.73431
+0.552224 0.993179 0.733394
+0.552621 0.993164 0.732296
+0.553109 0.993149 0.730968
+0.553643 0.993133 0.729442
+0.554253 0.993103 0.727657
+0.55494 0.993072 0.725643
+0.555718 0.993042 0.723384
+0.556573 0.992996 0.720836
+0.55903 0.995331 0.720684
+0.562966 0.998642 0.72285
+0.567987 0.998734 0.72604
+0.573434 0.998779 0.729274
+0.579019 0.998871 0.73254
+0.585122 0.998962 0.735607
+0.591104 0.998993 0.736706
+0.592538 0.999023 0.727687
+0.59585 0.999115 0.717235
+0.600732 0.99942 0.704601
+0.608743 1 0.689265
+0.618845 1 0.668421
+0.630915 1 0.637659
+0.674235 1 0.630137
+0.733516 1 0.643046
+0.79501 1 0.661006
+0.857466 1 0.678264
+0.925078 1 0.695827
+0.965179 1 0.708766
+0.970657 1 0.721813
+0 0.0441138 0.00451667
+0 0.0440375 0.0049897
+0 0.0442206 0.00581369
+0 0.0445106 0.00708019
+0 0.0446021 0.00894179
+0.00901808 0.044007 0.0105135
+0.046067 0.043473 0.0121462
+0.0849928 0.0432593 0.0141604
+0.125673 0.043473 0.0168002
+0.166979 0.0442512 0.0201724
+0.206012 0.0456703 0.0242924
+0.242237 0.0475776 0.0293889
+0.276799 0.0497444 0.0355535
+0.308705 0.0522621 0.0421759
+0.338643 0.0551003 0.0494698
+0.365438 0.058381 0.0575418
+0.390845 0.0619516 0.0659953
+0.416648 0.0661326 0.0759899
+0.444617 0.0715343 0.0878004
+0.474464 0.0783398 0.101762
+0.506386 0.0867475 0.11841
+0.540002 0.0972915 0.137774
+0.575814 0.110109 0.159213
+0.613291 0.125597 0.182345
+0.653315 0.144137 0.208408
+0.696742 0.165621 0.237736
+0.743725 0.190265 0.270207
+0.794766 0.217655 0.305745
+0.850416 0.24773 0.343709
+0.912139 0.280201 0.382269
+0.945769 0.314443 0.420829
+0.973175 0.349706 0.459953
+0.982635 0.391012 0.505928
+0 0.0446784 0.00540169
+0 0.0445106 0.00588998
+0 0.04448 0.0065919
+0 0.0445716 0.00732433
+0 0.0446326 0.00895705
+0.00917067 0.0440528 0.0103151
+0.0462806 0.0435187 0.0117952
+0.0852369 0.0433051 0.0137331
+0.125948 0.0435187 0.0162509
+0.167147 0.0443275 0.0195773
+0.207187 0.0457923 0.0239109
+0.24445 0.0477913 0.0294347
+0.279133 0.0500191 0.0357366
+0.31107 0.0525673 0.0424811
+0.34078 0.0555123 0.0499428
+0.367727 0.0587778 0.0580453
+0.393072 0.0623941 0.0665904
+0.419135 0.0667582 0.0767529
+0.447242 0.0723125 0.0889296
+0.477562 0.0792706 0.10312
+0.509728 0.0878614 0.120089
+0.543496 0.0986496 0.139651
+0.579644 0.111772 0.161395
+0.617304 0.127687 0.184787
+0.657771 0.146624 0.211276
+0.701717 0.168521 0.241062
+0.74934 0.193408 0.274022
+0.801038 0.221195 0.309941
+0.857557 0.251713 0.348302
+0.918624 0.284566 0.386969
+0.949325 0.319081 0.425925
+0.977356 0.354589 0.465278
+0.982055 0.397482 0.512795
+0 0.0467842 0.00766003
+0 0.0466468 0.00794995
+0 0.0464332 0.00975052
+0 0.0463111 0.0102083
+0 0.0459144 0.010605
+0.0104829 0.044831 0.0105898
+0.0464637 0.0436713 0.0106661
+0.0856031 0.0434882 0.0122683
+0.126436 0.0437476 0.0144198
+0.17026 0.0447395 0.0183413
+0.211185 0.0463111 0.0230564
+0.248447 0.0483253 0.0284886
+0.282643 0.0506294 0.0347906
+0.314473 0.0532082 0.0414588
+0.343938 0.0562295 0.0489662
+0.370672 0.0595865 0.0569619
+0.395865 0.0632639 0.0656443
+0.421988 0.0678264 0.0759594
+0.450553 0.0734264 0.0882429
+0.481086 0.0805982 0.102846
+0.51339 0.0895552 0.120043
+0.547433 0.100603 0.140002
+0.583825 0.114122 0.162158
+0.622019 0.130343 0.185977
+0.663127 0.149538 0.213138
+0.707546 0.171893 0.243488
+0.755581 0.197162 0.276967
+0.808118 0.225315 0.313542
+0.865583 0.256214 0.352346
+0.926406 0.28957 0.391333
+0.953017 0.324285 0.430304
+0.982147 0.359915 0.470192
+0.981262 0.404593 0.519677
+0 0.0513619 0.0110323
+0 0.0512551 0.0111391
+0 0.0508583 0.0116884
+0 0.0509194 0.0133516
+0 0.05037 0.0137179
+0.0160372 0.0488289 0.0131685
+0.0521248 0.047776 0.0128023
+0.0916152 0.047013 0.0134585
+0.133547 0.0463111 0.0145113
+0.175235 0.0457618 0.0159915
+0.215198 0.0470283 0.0200351
+0.252216 0.049073 0.0254673
+0.286549 0.0514687 0.0316625
+0.318563 0.0542 0.0386206
+0.347662 0.0574044 0.0462501
+0.374029 0.0607919 0.0541085
+0.399207 0.0644541 0.0629282
+0.42562 0.0693065 0.0731823
+0.454154 0.0750591 0.0856947
+0.485145 0.0825513 0.100587
+0.517678 0.0917678 0.118227
+0.552254 0.10309 0.138872
+0.58851 0.116991 0.161563
+0.627329 0.133501 0.18616
+0.668681 0.153155 0.213901
+0.71368 0.175967 0.244953
+0.762493 0.201541 0.279164
+0.815763 0.230198 0.316365
+0.87422 0.261494 0.355688
+0.931075 0.295003 0.395041
+0.957 0.330068 0.434577
+0.984924 0.366384 0.475334
+0.980346 0.41239 0.526558
+0 0.058732 0.0163882
+0 0.0586862 0.0163424
+0 0.0584726 0.016144
+0 0.0590066 0.0167849
+0 0.0582742 0.0174563
+0.0144198 0.0579232 0.01738
+0.0655222 0.0560464 0.0167849
+0.107103 0.0558175 0.018143
+0.148043 0.0554055 0.0195163
+0.187655 0.055024 0.0211185
+0.224475 0.0547494 0.0230564
+0.258549 0.0545357 0.0253147
+0.290562 0.0542611 0.0277562
+0.321477 0.0554971 0.0325322
+0.350698 0.0587472 0.040238
+0.377356 0.0622416 0.0485695
+0.403082 0.0663005 0.0578927
+0.430381 0.071397 0.0690318
+0.459373 0.0774853 0.0818036
+0.49044 0.0852216 0.0971695
+0.523339 0.0948043 0.115526
+0.558129 0.106554 0.136751
+0.59498 0.12076 0.160433
+0.634058 0.137957 0.185855
+0.676188 0.158053 0.214679
+0.72195 0.181384 0.246754
+0.771557 0.207294 0.281788
+0.82591 0.236301 0.31989
+0.886 0.268086 0.359808
+0.935592 0.302113 0.399664
+0.962219 0.337423 0.439872
+0.984329 0.375555 0.483253
+0.979171 0.422415 0.535088
+0 0.0707866 0.024094
+0 0.0707256 0.0238499
+0 0.0705425 0.0230411
+0 0.0702068 0.0212558
+0 0.0715801 0.0203861
+0.0087892 0.0732586 0.0183719
+0.0562295 0.0701915 0.0201877
+0.106813 0.0689403 0.0204623
+0.150179 0.0676585 0.0214847
+0.191882 0.0665141 0.0226444
+0.229572 0.0655375 0.0240787
+0.263355 0.0648661 0.0261234
+0.294469 0.0642557 0.0284581
+0.323903 0.0635538 0.0308537
+0.351095 0.0627604 0.0335088
+0.376761 0.062974 0.0376745
+0.402564 0.0670634 0.0469062
+0.429725 0.0720531 0.0578622
+0.458778 0.0782025 0.0705272
+0.48983 0.0859083 0.0860151
+0.522835 0.0954604 0.104677
+0.557733 0.107195 0.126345
+0.594568 0.121416 0.151217
+0.633692 0.138445 0.177615
+0.675898 0.158587 0.207034
+0.72163 0.181903 0.239796
+0.771282 0.208087 0.275715
+0.825528 0.237064 0.314443
+0.885573 0.268696 0.355001
+0.93547 0.302556 0.3953
+0.96202 0.337774 0.435966
+0.984375 0.375692 0.479667
+0.979263 0.422492 0.531868
+0 0.087892 0.0336767
+0 0.0878614 0.0333257
+0 0.0876783 0.0321508
+0 0.0874342 0.0297246
+0 0.088365 0.0256809
+0 0.0948653 0.02121
+0.0477607 0.0930343 0.019913
+0.0917525 0.0873884 0.0231022
+0.143786 0.0878614 0.0264286
+0.187503 0.0867475 0.0279545
+0.227253 0.0857252 0.0297246
+0.263005 0.084596 0.0316014
+0.295628 0.08336 0.0335699
+0.326375 0.0819562 0.0356298
+0.35433 0.0803388 0.0378424
+0.379721 0.0788128 0.040116
+0.403738 0.0776837 0.0435035
+0.429435 0.0764019 0.0472725
+0.458045 0.0797894 0.0570382
+0.489311 0.0874189 0.0726482
+0.522225 0.0970626 0.0915084
+0.557229 0.108797 0.113725
+0.594079 0.122988 0.139559
+0.633371 0.140032 0.167819
+0.675685 0.160037 0.197986
+0.721416 0.183429 0.231739
+0.771267 0.209308 0.268528
+0.825284 0.238224 0.307866
+0.885191 0.269688 0.349096
+0.935485 0.303365 0.390234
+0.961837 0.33843 0.431418
+0.984405 0.37615 0.475517
+0.979339 0.422766 0.528145
+0 0.109728 0.0452735
+0 0.109636 0.04477
+0 0.109468 0.0432441
+0 0.1093 0.0402533
+0 0.109071 0.0349889
+0 0.113436 0.0274052
+0.0201572 0.117433 0.0273136
+0.085069 0.115923 0.0268559
+0.125353 0.108446 0.0291142
+0.179309 0.110445 0.0332036
+0.222385 0.110109 0.0357214
+0.259449 0.109499 0.0381018
+0.293599 0.108583 0.0405585
+0.325338 0.107393 0.0431067
+0.353887 0.105943 0.0455177
+0.379599 0.10425 0.0479286
+0.40441 0.102266 0.0505074
+0.430716 0.0999924 0.0532998
+0.459068 0.097261 0.0566567
+0.489036 0.0951705 0.061799
+0.521401 0.0989853 0.0746777
+0.556756 0.11075 0.0977493
+0.593713 0.124849 0.124468
+0.633219 0.141817 0.154986
+0.675593 0.161868 0.186618
+0.721263 0.185168 0.221668
+0.771145 0.21091 0.259602
+0.825116 0.239628 0.299855
+0.884993 0.270924 0.341909
+0.935439 0.304417 0.384009
+0.9617 0.339361 0.425956
+0.984436 0.376837 0.47068
+0.979492 0.423239 0.52398
+0 0.13492 0.0583658
+0 0.13492 0.0578012
+0 0.134813 0.0560311
+0 0.134615 0.0528573
+0 0.13434 0.0472419
+0 0.134966 0.0384527
+0.000289921 0.142626 0.0345922
+0.0631876 0.142962 0.0348669
+0.124514 0.142138 0.035523
+0.162295 0.133364 0.0368048
+0.212818 0.135546 0.0409857
+0.25481 0.13695 0.0448463
+0.289754 0.136522 0.0476081
+0.321965 0.135851 0.0504005
+0.351904 0.134859 0.0532387
+0.378607 0.133486 0.056199
+0.404028 0.131762 0.0590982
+0.430365 0.129824 0.0623636
+0.458656 0.127321 0.0658122
+0.488823 0.124437 0.0700389
+0.521492 0.120943 0.0751965
+0.55613 0.117144 0.0816968
+0.59321 0.127184 0.10544
+0.632959 0.144121 0.137728
+0.675563 0.164157 0.17293
+0.721386 0.187243 0.209384
+0.77113 0.212894 0.248661
+0.825193 0.241306 0.290349
+0.885008 0.272465 0.333501
+0.935454 0.305776 0.376715
+0.961624 0.34052 0.419577
+0.984466 0.377768 0.46511
+0.979614 0.423957 0.519127
+0 0.162539 0.0733501
+0 0.162478 0.0727092
+0 0.162402 0.0708476
+0 0.16228 0.0674144
+0 0.162066 0.0617227
+0 0.161791 0.0525216
+0 0.167132 0.0421759
+0.0408942 0.171695 0.0433814
+0.105623 0.171054 0.0443122
+0.165209 0.170581 0.0455024
+0.202655 0.162921 0.0468605
+0.245472 0.163104 0.0508431
+0.284596 0.164981 0.0548714
+0.318471 0.16553 0.0582895
+0.348943 0.165194 0.0615396
+0.37641 0.164416 0.064683
+0.401862 0.163409 0.0680095
+0.428962 0.161898 0.0714275
+0.458015 0.159777 0.0755627
+0.489174 0.157137 0.080293
+0.521172 0.154345 0.0855573
+0.555749 0.150576 0.0921187
+0.592477 0.146197 0.0998245
+0.632547 0.146899 0.115938
+0.675425 0.166857 0.154788
+0.72137 0.189868 0.19408
+0.771221 0.215213 0.23537
+0.825391 0.243336 0.278828
+0.885161 0.274311 0.323461
+0.935546 0.307454 0.368154
+0.961669 0.341924 0.412253
+0.984466 0.378973 0.458732
+0.979644 0.42504 0.51371
+0 0.191196 0.089662
+0 0.191196 0.0890364
+0 0.19118 0.0871138
+0 0.191073 0.0835279
+0 0.190936 0.07776
+0 0.190768 0.0689555
+0 0.191302 0.0549172
+0.0224613 0.198322 0.0519875
+0.0862745 0.199939 0.0532998
+0.148669 0.199542 0.055024
+0.205661 0.199649 0.0572366
+0.240375 0.193225 0.0583658
+0.276524 0.191531 0.0615244
+0.312764 0.193561 0.0659648
+0.345266 0.194751 0.0698405
+0.3738 0.194797 0.0732738
+0.399695 0.194446 0.0767681
+0.426825 0.193713 0.0806134
+0.455756 0.192386 0.0848402
+0.486961 0.190555 0.0898299
+0.520195 0.18819 0.0958724
+0.555474 0.185229 0.102831
+0.592889 0.181582 0.111528
+0.631937 0.17731 0.121309
+0.674754 0.17174 0.132998
+0.721538 0.192706 0.175433
+0.77171 0.217792 0.219425
+0.825757 0.245869 0.26511
+0.885481 0.276555 0.311666
+0.935729 0.309438 0.358267
+0.96199 0.343648 0.403983
+0.984466 0.380499 0.451637
+0.97966 0.426368 0.507591
+0 0.219333 0.107103
+0 0.219272 0.106447
+0 0.219257 0.104372
+0 0.219135 0.10071
+0 0.219089 0.0949264
+0 0.218875 0.0864424
+0.00170901 0.218708 0.0735332
+0.011902 0.223377 0.0601816
+0.0656748 0.228305 0.0623178
+0.130816 0.227985 0.0643473
+0.191073 0.22797 0.0667887
+0.242527 0.228687 0.0697795
+0.273869 0.222812 0.0703136
+0.305348 0.219425 0.0730907
+0.339376 0.221744 0.077348
+0.369909 0.223148 0.0813611
+0.396933 0.223926 0.0853437
+0.424125 0.223728 0.0892653
+0.4533 0.223178 0.0937667
+0.484565 0.222095 0.0990921
+0.517754 0.220539 0.105287
+0.553017 0.218601 0.11281
+0.590036 0.216022 0.121553
+0.629892 0.212741 0.132204
+0.67303 0.208377 0.144503
+0.720668 0.202762 0.158938
+0.772244 0.220859 0.199756
+0.82652 0.248615 0.248859
+0.886305 0.279088 0.297963
+0.936202 0.311742 0.346807
+0.962264 0.345739 0.394339
+0.984543 0.382376 0.443748
+0.97966 0.428046 0.500862
+0.00537118 0.247318 0.125032
+0.00543221 0.247257 0.124392
+0.0056611 0.247303 0.122316
+0.00611887 0.247227 0.118654
+0.00691234 0.247059 0.112917
+0.00801099 0.246906 0.104662
+0.00949111 0.24683 0.0926223
+0.0120394 0.248707 0.0745251
+0.0471046 0.253712 0.0706798
+0.111437 0.256535 0.0730297
+0.174624 0.256397 0.0759136
+0.230549 0.256947 0.0792554
+0.276143 0.257923 0.0825971
+0.305058 0.252644 0.0829786
+0.332525 0.247486 0.0848249
+0.364797 0.249928 0.0892195
+0.392721 0.25153 0.0932784
+0.420615 0.252613 0.097612
+0.450324 0.252857 0.10251
+0.48188 0.252537 0.107988
+0.515206 0.251713 0.114412
+0.550164 0.250538 0.122042
+0.587396 0.248737 0.131044
+0.626581 0.246448 0.141543
+0.669032 0.24329 0.154086
+0.71516 0.239048 0.168368
+0.766445 0.233448 0.184024
+0.824231 0.250187 0.225834
+0.885634 0.281209 0.280262
+0.936645 0.314427 0.333227
+0.962707 0.34818 0.383413
+0.984619 0.384573 0.434852
+0.979614 0.430121 0.493523
+0.0127565 0.27512 0.142855
+0.0128481 0.27509 0.142153
+0.0131685 0.275044 0.140124
+0.0137179 0.275029 0.136416
+0.0144961 0.274876 0.130877
+0.0155489 0.274754 0.122942
+0.0169223 0.274647 0.111543
+0.0189364 0.274861 0.0953536
+0.0319677 0.279103 0.0786145
+0.0912032 0.283665 0.0812238
+0.156512 0.284642 0.0840162
+0.216815 0.285145 0.087541
+0.266239 0.286 0.0916304
+0.306828 0.287114 0.0954604
+0.333486 0.282383 0.0956588
+0.359274 0.277546 0.0972457
+0.387442 0.278218 0.101076
+0.415717 0.279911 0.105684
+0.445853 0.281102 0.110567
+0.478004 0.281804 0.116243
+0.511635 0.281788 0.122774
+0.546944 0.281163 0.130358
+0.584024 0.280186 0.139391
+0.623041 0.278614 0.149874
+0.664744 0.276387 0.162387
+0.710277 0.273243 0.176471
+0.76022 0.269032 0.191745
+0.816236 0.263294 0.208957
+0.87924 0.280797 0.253971
+0.934325 0.31371 0.31104
+0.960845 0.347906 0.366308
+0.984878 0.384604 0.421256
+0.979858 0.431098 0.483589
+0.019501 0.302754 0.16083
+0.0196078 0.302754 0.160159
+0.019913 0.302739 0.158145
+0.0204471 0.302693 0.154604
+0.02121 0.302586 0.149248
+0.0225376 0.302571 0.141649
+0.0244755 0.302388 0.130968
+0.0268864 0.302266 0.115999
+0.0311437 0.305303 0.0947585
+0.0697337 0.308888 0.088838
+0.135546 0.312612 0.0918898
+0.200366 0.31281 0.0953841
+0.254978 0.313848 0.0995956
+0.298772 0.314916 0.10425
+0.335424 0.316197 0.108156
+0.360372 0.311772 0.1084
+0.383886 0.307347 0.10985
+0.409918 0.306264 0.113268
+0.440238 0.308171 0.118196
+0.472663 0.309407 0.123751
+0.506874 0.310201 0.130175
+0.542794 0.310628 0.13785
+0.579965 0.310384 0.146777
+0.618891 0.309499 0.15729
+0.660471 0.308019 0.169558
+0.705165 0.305837 0.183139
+0.753979 0.302663 0.198123
+0.808637 0.298238 0.215396
+0.870176 0.292012 0.234745
+0.932158 0.313207 0.285039
+0.95819 0.346899 0.344457
+0.98529 0.382208 0.401816
+0.980591 0.427863 0.466377
+0.0261692 0.330037 0.17818
+0.0263066 0.330068 0.177569
+0.0267491 0.330053 0.175708
+0.027512 0.330007 0.172381
+0.0284733 0.330007 0.16733
+0.0297704 0.329839 0.16022
+0.0316014 0.329763 0.150256
+0.0338598 0.329625 0.136553
+0.037705 0.330968 0.117372
+0.0502785 0.334234 0.0974594
+0.114412 0.338064 0.0996262
+0.180499 0.340032 0.103182
+0.240558 0.340841 0.107607
+0.289265 0.342092 0.112444
+0.329152 0.343221 0.117632
+0.362463 0.344549 0.121782
+0.385183 0.340719 0.121538
+0.408286 0.336599 0.123033
+0.43447 0.333944 0.12604
+0.46743 0.335897 0.131624
+0.501915 0.337255 0.137896
+0.537804 0.338262 0.145342
+0.575631 0.33872 0.154177
+0.614908 0.338857 0.164477
+0.656306 0.338109 0.176318
+0.700374 0.336736 0.189425
+0.748135 0.334539 0.203906
+0.801343 0.331136 0.22089
+0.861387 0.326345 0.239902
+0.928603 0.319142 0.261036
+0.955947 0.346258 0.319158
+0.985748 0.380209 0.380179
+0.981384 0.425116 0.447822
+0.0336614 0.356374 0.195041
+0.0337835 0.356313 0.194476
+0.034226 0.356313 0.192798
+0.0349432 0.356298 0.189776
+0.0359655 0.356176 0.185275
+0.0374609 0.3561 0.178912
+0.0394446 0.356039 0.16994
+0.0422065 0.355917 0.157473
+0.0455024 0.355764 0.140169
+0.0507362 0.359731 0.11635
+0.0926375 0.362127 0.10782
+0.157855 0.366751 0.111574
+0.223713 0.3673 0.116045
+0.277195 0.36849 0.121172
+0.320882 0.369848 0.12639
+0.357015 0.371084 0.131762
+0.387854 0.372534 0.13611
+0.410666 0.368536 0.135744
+0.435309 0.36466 0.137041
+0.462303 0.361028 0.140047
+0.496666 0.362753 0.146014
+0.532982 0.364248 0.153185
+0.570794 0.365286 0.161669
+0.610086 0.365942 0.171588
+0.651652 0.366064 0.182818
+0.695994 0.365667 0.195483
+0.743221 0.364309 0.209903
+0.795163 0.361807 0.226459
+0.853437 0.358267 0.245014
+0.921447 0.352636 0.265812
+0.952667 0.351308 0.295506
+0.9841 0.379202 0.356252
+0.981994 0.422919 0.427207
+0.0419471 0.383398 0.212345
+0.0420996 0.383352 0.211795
+0.0426337 0.383291 0.210178
+0.0435187 0.383276 0.20734
+0.0447852 0.383169 0.20322
+0.0464485 0.383093 0.197513
+0.0483101 0.383047 0.189853
+0.0508431 0.382925 0.179141
+0.0544747 0.382803 0.163958
+0.0598459 0.385397 0.143359
+0.0757153 0.389029 0.121111
+0.134264 0.392355 0.121065
+0.20145 0.395605 0.12575
+0.260777 0.396582 0.13077
+0.308965 0.398184 0.136324
+0.349279 0.399451 0.142016
+0.382757 0.400687 0.147692
+0.413809 0.402319 0.152804
+0.438056 0.397818 0.151644
+0.464866 0.393942 0.153033
+0.493599 0.390341 0.1561
+0.527993 0.390433 0.162081
+0.566323 0.392157 0.170321
+0.605753 0.393362 0.179599
+0.647272 0.394125 0.190173
+0.691051 0.394308 0.202213
+0.738125 0.393729 0.216297
+0.789288 0.392477 0.232654
+0.846372 0.389914 0.250782
+0.912795 0.385672 0.271046
+0.949447 0.378836 0.292592
+0.980529 0.383368 0.331334
+0.982635 0.421241 0.402838
+0.0522316 0.412512 0.232059
+0.0523995 0.412512 0.231586
+0.052903 0.412482 0.23003
+0.0538033 0.412436 0.227375
+0.0552071 0.412375 0.223453
+0.057084 0.412284 0.218082
+0.0591287 0.412207 0.211032
+0.0619211 0.412161 0.201678
+0.0652476 0.412039 0.189303
+0.0697032 0.413123 0.172229
+0.0764019 0.417609 0.14905
+0.108598 0.420218 0.133806
+0.173098 0.425025 0.137118
+0.239368 0.426459 0.142077
+0.29305 0.427817 0.147662
+0.337636 0.429648 0.153506
+0.375082 0.430762 0.159182
+0.408118 0.432029 0.165743
+0.441276 0.434028 0.171542
+0.467811 0.42945 0.170047
+0.496849 0.425452 0.171298
+0.527245 0.421973 0.174487
+0.561273 0.420203 0.180087
+0.601068 0.422049 0.188602
+0.642496 0.423423 0.198474
+0.686427 0.424216 0.210163
+0.732906 0.42443 0.223789
+0.783246 0.423804 0.239414
+0.839063 0.42237 0.257084
+0.903456 0.419654 0.277424
+0.945678 0.414664 0.29897
+0.976013 0.406226 0.320897
+0.983078 0.423667 0.375769
+0.0649577 0.443976 0.254108
+0.0651408 0.443992 0.253635
+0.0656748 0.443915 0.252171
+0.0665446 0.4439 0.249683
+0.0677043 0.443931 0.246128
+0.0694591 0.443854 0.241184
+0.07187 0.443748 0.234638
+0.0747692 0.443565 0.226169
+0.0779736 0.44358 0.215274
+0.0819409 0.443442 0.200931
+0.0881666 0.447715 0.183581
+0.0978561 0.452461 0.158556
+0.140948 0.454932 0.150027
+0.20972 0.459281 0.155352
+0.271473 0.460288 0.160739
+0.321279 0.461845 0.166506
+0.363531 0.463783 0.172641
+0.400427 0.464729 0.178683
+0.435233 0.466285 0.185565
+0.471244 0.468299 0.191669
+0.499763 0.463661 0.190097
+0.530419 0.459709 0.191135
+0.562768 0.455985 0.194354
+0.596262 0.452461 0.199268
+0.637812 0.454383 0.208408
+0.681758 0.455741 0.219501
+0.728115 0.456596 0.232532
+0.777584 0.456855 0.247791
+0.831189 0.456291 0.265553
+0.891539 0.455192 0.285969
+0.940337 0.451987 0.307668
+0.970367 0.44535 0.328969
+0.982086 0.44123 0.35787
+0.0798047 0.478035 0.278492
+0.0800183 0.478019 0.278065
+0.0805676 0.477958 0.276692
+0.0815442 0.477989 0.274388
+0.082887 0.477943 0.271061
+0.0845197 0.477867 0.266575
+0.0866712 0.477714 0.260655
+0.0893568 0.477745 0.253071
+0.0925154 0.477638 0.243427
+0.095964 0.477516 0.231083
+0.101427 0.480323 0.216434
+0.108339 0.485237 0.198566
+0.120882 0.490272 0.175845
+0.172198 0.493111 0.170397
+0.241398 0.495354 0.175677
+0.299077 0.496605 0.18117
+0.346456 0.49836 0.186786
+0.388785 0.500114 0.192798
+0.426764 0.501244 0.199176
+0.464683 0.502846 0.206607
+0.503059 0.504891 0.213581
+0.533578 0.500282 0.211597
+0.566247 0.496193 0.212696
+0.600168 0.492485 0.216022
+0.635554 0.488884 0.221683
+0.676539 0.488685 0.231144
+0.722347 0.490333 0.244099
+0.770336 0.491539 0.259541
+0.821576 0.492241 0.277684
+0.878141 0.492409 0.298848
+0.933684 0.491081 0.320821
+0.962997 0.486 0.340749
+0.977523 0.482811 0.367208
+0.0968338 0.514412 0.305455
+0.0970169 0.514397 0.305013
+0.0975509 0.514412 0.303792
+0.0984207 0.514351 0.301656
+0.0996719 0.514351 0.298573
+0.101335 0.51429 0.294469
+0.103212 0.514214 0.289219
+0.105684 0.514168 0.282445
+0.108614 0.514076 0.274006
+0.111833 0.513985 0.263371
+0.11632 0.515282 0.250568
+0.122805 0.520363 0.236515
+0.130236 0.525734 0.218341
+0.145144 0.531106 0.19823
+0.200198 0.533486 0.192996
+0.267262 0.533822 0.196704
+0.321904 0.535302 0.20209
+0.371237 0.537316 0.208194
+0.414267 0.538842 0.214755
+0.45536 0.540093 0.221988
+0.495888 0.541711 0.230732
+0.536568 0.543832 0.239246
+0.569039 0.539147 0.23743
+0.602792 0.535119 0.238941
+0.638437 0.531334 0.243381
+0.675212 0.527886 0.250233
+0.714824 0.525536 0.260151
+0.761349 0.527749 0.276326
+0.810361 0.529595 0.295354
+0.862898 0.53138 0.317586
+0.9187 0.531884 0.340322
+0.95462 0.528267 0.358938
+0.971725 0.525872 0.382391
+0.115312 0.553231 0.334524
+0.115496 0.553262 0.334127
+0.115999 0.553201 0.332967
+0.116823 0.553124 0.33106
+0.117998 0.553124 0.328252
+0.11957 0.553109 0.324529
+0.121294 0.553063 0.319814
+0.123583 0.553079 0.313817
+0.126299 0.552926 0.30634
+0.129412 0.55285 0.297169
+0.132784 0.552819 0.285786
+0.139223 0.557702 0.275029
+0.146593 0.563165 0.261448
+0.155367 0.569085 0.243977
+0.170672 0.575204 0.22385
+0.225483 0.574441 0.216709
+0.288045 0.574853 0.219318
+0.34461 0.576501 0.225391
+0.395361 0.578668 0.232349
+0.441962 0.579767 0.240528
+0.486519 0.580789 0.250233
+0.529412 0.5823 0.261982
+0.571481 0.584604 0.273732
+0.604913 0.580072 0.27277
+0.639948 0.576089 0.275532
+0.676066 0.572793 0.281605
+0.713649 0.569574 0.290349
+0.752224 0.566659 0.301427
+0.797299 0.568383 0.320256
+0.84683 0.571542 0.343221
+0.90016 0.573877 0.366812
+0.945663 0.571725 0.383932
+0.965499 0.570016 0.404608
+0.136019 0.594064 0.365805
+0.136202 0.594095 0.365499
+0.13666 0.594064 0.364446
+0.137469 0.594079 0.362799
+0.13843 0.594049 0.360357
+0.139803 0.593988 0.357107
+0.141604 0.593973 0.352911
+0.143755 0.593881 0.34757
+0.146273 0.59382 0.341054
+0.148974 0.593805 0.333165
+0.1523 0.593652 0.323415
+0.15761 0.597162 0.314092
+0.164538 0.602701 0.304021
+0.171664 0.608789 0.291447
+0.181216 0.615213 0.275731
+0.194217 0.621408 0.254826
+0.245716 0.618235 0.244358
+0.307591 0.618112 0.244602
+0.369635 0.619638 0.25243
+0.42359 0.621256 0.262821
+0.474434 0.621485 0.274754
+0.521599 0.622339 0.288823
+0.565866 0.624094 0.30515
+0.608377 0.626642 0.321187
+0.641855 0.622568 0.321569
+0.676646 0.619181 0.326162
+0.712673 0.616419 0.333822
+0.74995 0.614084 0.344442
+0.788952 0.611917 0.357198
+0.832364 0.611872 0.374289
+0.885161 0.615702 0.39707
+0.938506 0.614862 0.412543
+0.960632 0.613916 0.430549
+0.158556 0.637522 0.398825
+0.158724 0.637507 0.398535
+0.159152 0.637476 0.397635
+0.159869 0.637476 0.396063
+0.160876 0.637476 0.393835
+0.162203 0.637339 0.390906
+0.163806 0.637293 0.387243
+0.16556 0.637385 0.382696
+0.167788 0.637278 0.377111
+0.170428 0.637217 0.370398
+0.173236 0.63711 0.362371
+0.177386 0.639094 0.354055
+0.183917 0.644953 0.346822
+0.190814 0.651102 0.337865
+0.198474 0.657755 0.32697
+0.208087 0.665095 0.313787
+0.220264 0.667475 0.290135
+0.265827 0.664851 0.27541
+0.332845 0.662898 0.274876
+0.400214 0.663249 0.287633
+0.459724 0.663508 0.303746
+0.513573 0.663417 0.321553
+0.561624 0.664668 0.340871
+0.605661 0.667109 0.361349
+0.647623 0.670863 0.379522
+0.680766 0.667536 0.380514
+0.715419 0.664942 0.385046
+0.751827 0.662928 0.392615
+0.790463 0.661265 0.402487
+0.832456 0.659876 0.414176
+0.87834 0.658289 0.427054
+0.934646 0.657542 0.44007
+0.959228 0.657176 0.455802
+0.185748 0.682841 0.434256
+0.185916 0.682857 0.433967
+0.186282 0.682795 0.433143
+0.186892 0.682811 0.431754
+0.187839 0.682872 0.429831
+0.188998 0.682887 0.427207
+0.190173 0.682795 0.424018
+0.191836 0.68278 0.420035
+0.19382 0.68278 0.415213
+0.196063 0.682734 0.409461
+0.198718 0.682734 0.402564
+0.201648 0.683024 0.394659
+0.208988 0.689052 0.389776
+0.216953 0.695155 0.383993
+0.225513 0.701625 0.377081
+0.23473 0.708583 0.369039
+0.245731 0.715114 0.358663
+0.255253 0.714244 0.331945
+0.298146 0.711345 0.31313
+0.370611 0.70692 0.314672
+0.443 0.705699 0.335119
+0.506294 0.705104 0.357687
+0.559533 0.706172 0.379477
+0.605463 0.709224 0.399588
+0.647959 0.713573 0.418021
+0.690181 0.718685 0.433326
+0.723918 0.716152 0.433295
+0.760296 0.714107 0.436393
+0.799237 0.712535 0.442329
+0.84213 0.711162 0.450782
+0.889052 0.709453 0.460609
+0.93669 0.704463 0.46804
+0.96051 0.70071 0.478889
+0.231479 0.727245 0.472679
+0.231556 0.727245 0.472435
+0.2318 0.72723 0.471733
+0.232319 0.727275 0.470588
+0.232898 0.727337 0.46891
+0.233722 0.727352 0.466651
+0.234852 0.727352 0.463844
+0.23621 0.727382 0.460456
+0.237705 0.727367 0.456367
+0.239353 0.727367 0.451545
+0.241047 0.727489 0.445853
+0.243122 0.727565 0.439139
+0.250767 0.731868 0.435615
+0.260594 0.737682 0.43267
+0.27097 0.743816 0.428977
+0.282216 0.750164 0.424949
+0.295125 0.756985 0.420523
+0.302419 0.759274 0.40647
+0.312078 0.758465 0.381491
+0.351537 0.754971 0.361318
+0.422705 0.748577 0.366308
+0.497917 0.747753 0.392828
+0.556634 0.749538 0.415152
+0.604898 0.753719 0.43328
+0.648844 0.759152 0.44918
+0.691859 0.764996 0.465309
+0.735988 0.771237 0.479652
+0.771786 0.768917 0.479149
+0.811322 0.767056 0.482139
+0.854749 0.765652 0.487953
+0.902663 0.763516 0.495186
+0.944015 0.758404 0.501137
+0.963256 0.753796 0.509957
+0.300816 0.768429 0.516045
+0.300755 0.768429 0.515816
+0.300969 0.768475 0.515221
+0.30132 0.768505 0.514168
+0.301823 0.768475 0.512764
+0.302556 0.768521 0.510933
+0.303334 0.768536 0.508598
+0.304128 0.768582 0.50576
+0.304967 0.768688 0.502403
+0.306249 0.76878 0.498482
+0.307546 0.768811 0.493858
+0.308965 0.768948 0.488411
+0.315541 0.771511 0.485374
+0.327901 0.776913 0.484855
+0.340978 0.782345 0.484428
+0.354742 0.788144 0.483757
+0.369375 0.794293 0.483024
+0.38291 0.799832 0.479988
+0.384771 0.799435 0.462531
+0.392676 0.798749 0.439765
+0.422171 0.796078 0.41886
+0.484718 0.791424 0.423575
+0.550103 0.795499 0.446174
+0.601343 0.80145 0.463203
+0.648264 0.807721 0.479347
+0.693111 0.814481 0.495048
+0.738216 0.821424 0.510735
+0.785458 0.828565 0.524666
+0.824979 0.826337 0.523735
+0.869215 0.824567 0.526528
+0.918242 0.821866 0.53106
+0.952239 0.816327 0.535103
+0.967102 0.812161 0.543175
+0.387366 0.807767 0.56437
+0.387427 0.807767 0.564218
+0.387594 0.807767 0.56376
+0.387823 0.807843 0.56289
+0.388174 0.807813 0.561715
+0.388556 0.807858 0.560174
+0.389242 0.807858 0.558328
+0.389883 0.807828 0.556023
+0.390661 0.80795 0.553307
+0.391409 0.807935 0.550103
+0.392432 0.808011 0.546563
+0.393256 0.808087 0.542229
+0.396902 0.809354 0.538888
+0.408545 0.814923 0.540551
+0.420447 0.82089 0.542
+0.43241 0.827283 0.543374
+0.444755 0.834363 0.544625
+0.457435 0.842252 0.5458
+0.462333 0.844251 0.537026
+0.464561 0.843687 0.520699
+0.47126 0.843488 0.49955
+0.489586 0.843748 0.475334
+0.537713 0.844633 0.475486
+0.594202 0.85211 0.492729
+0.644724 0.859998 0.509194
+0.692119 0.868055 0.524514
+0.739254 0.87602 0.539864
+0.787778 0.883787 0.556023
+0.839551 0.891646 0.570764
+0.884413 0.889281 0.569955
+0.93431 0.885771 0.571359
+0.9608 0.87953 0.572686
+0.971344 0.875532 0.579171
+0.458106 0.85536 0.614237
+0.458106 0.855344 0.614069
+0.458228 0.855375 0.613657
+0.458457 0.855299 0.61294
+0.458869 0.855299 0.612024
+0.459358 0.855283 0.610758
+0.459937 0.855268 0.609201
+0.460609 0.855222 0.607294
+0.461463 0.855207 0.605142
+0.462287 0.855146 0.602564
+0.463233 0.855146 0.599603
+0.464195 0.855146 0.596292
+0.465385 0.855085 0.592462
+0.474098 0.862516 0.594842
+0.482582 0.870375 0.597192
+0.491081 0.878691 0.599466
+0.500221 0.887724 0.601968
+0.509819 0.89749 0.604196
+0.514916 0.904128 0.601282
+0.517189 0.903029 0.58912
+0.520211 0.902434 0.573236
+0.526528 0.902831 0.552514
+0.538247 0.904952 0.524804
+0.583032 0.908324 0.524178
+0.635554 0.916838 0.537667
+0.686519 0.925978 0.553201
+0.736538 0.934676 0.56878
+0.786923 0.942962 0.584848
+0.839719 0.950896 0.601617
+0.897398 0.957717 0.616709
+0.941405 0.955749 0.615412
+0.969512 0.950027 0.615045
+0.975921 0.946563 0.620035
+0.502785 0.913771 0.660822
+0.502831 0.913802 0.6607
+0.502953 0.913771 0.660349
+0.503136 0.913817 0.6598
+0.50338 0.913787 0.65893
+0.503822 0.913695 0.657832
+0.504326 0.91371 0.656458
+0.504952 0.913695 0.654826
+0.505653 0.91368 0.652949
+0.506477 0.913573 0.650721
+0.507393 0.913512 0.648188
+0.508385 0.913451 0.645304
+0.509514 0.913329 0.642039
+0.512917 0.918761 0.642023
+0.517571 0.926345 0.643214
+0.522148 0.934493 0.644312
+0.527108 0.943069 0.645396
+0.532204 0.952392 0.64622
+0.537758 0.959106 0.646586
+0.540459 0.959518 0.638437
+0.543099 0.959152 0.626123
+0.547387 0.959045 0.610376
+0.555398 0.959548 0.59028
+0.567437 0.960845 0.561715
+0.611536 0.962585 0.558801
+0.665507 0.96614 0.571298
+0.719799 0.97026 0.58761
+0.773373 0.97406 0.604028
+0.827939 0.977676 0.620478
+0.886824 0.98114 0.637964
+0.942641 0.983932 0.651469
+0.971633 0.980987 0.647196
+0.973816 0.979339 0.649302
+0.527321 0.963485 0.698085
+0.527321 0.963485 0.697963
+0.527443 0.963485 0.697658
+0.527596 0.963485 0.697124
+0.527886 0.963485 0.696391
+0.528283 0.96347 0.695415
+0.52874 0.963455 0.694194
+0.52929 0.963424 0.692699
+0.529915 0.963409 0.691035
+0.530602 0.963378 0.689036
+0.531411 0.963363 0.686809
+0.532296 0.963317 0.68426
+0.533272 0.963287 0.681407
+0.535836 0.964965 0.680888
+0.540185 0.968719 0.682628
+0.544472 0.972747 0.684428
+0.549233 0.976974 0.68632
+0.554101 0.981613 0.68806
+0.559304 0.986786 0.689189
+0.5635 0.98999 0.686549
+0.565835 0.98938 0.676402
+0.569131 0.989105 0.66392
+0.575143 0.989303 0.648432
+0.584436 0.99025 0.628397
+0.596857 0.992004 0.599496
+0.639628 0.99353 0.593179
+0.696284 0.997223 0.605432
+0.753887 1 0.622492
+0.811887 1 0.639506
+0.872389 1 0.656443
+0.93695 1 0.673472
+0.970687 1 0.683955
+0.970916 1 0.68188
+0.5514 0.993179 0.736599
+0.551446 0.993179 0.736477
+0.551537 0.993179 0.736263
+0.551675 0.993179 0.735744
+0.551858 0.993179 0.735042
+0.552163 0.993179 0.734142
+0.55256 0.993164 0.733089
+0.553017 0.993133 0.731746
+0.553582 0.993118 0.73022
+0.554192 0.993088 0.72845
+0.554879 0.993057 0.726452
+0.555657 0.993027 0.724193
+0.556512 0.992996 0.721675
+0.55816 0.994095 0.72015
+0.562387 0.998642 0.72285
+0.568048 0.998749 0.727001
+0.574212 0.99881 0.731228
+0.580484 0.998901 0.735561
+0.587274 0.999008 0.739727
+0.594705 0.9991 0.74377
+0.596338 0.999039 0.735103
+0.599145 0.999084 0.724483
+0.604074 0.999405 0.712032
+0.612604 1 0.69723
+0.622583 1 0.676722
+0.63444 1 0.646754
+0.675547 1 0.636057
+0.734905 1 0.647562
+0.797635 1 0.665751
+0.86125 1 0.683146
+0.93048 1 0.700603
+0.968902 1 0.713405
+0.970718 1 0.727001
+0 0.0443427 0.00961318
+0 0.0441596 0.0103609
+0 0.0442512 0.011429
+0 0.0445106 0.0128786
+0 0.0446479 0.0146487
+0.00875868 0.0441749 0.0166171
+0.0454261 0.0436713 0.0190738
+0.0842756 0.0434577 0.0218204
+0.125063 0.0436713 0.0248417
+0.166598 0.04448 0.028748
+0.205829 0.0459144 0.0334325
+0.242084 0.0478065 0.0387121
+0.275898 0.0499123 0.0448768
+0.307347 0.0523842 0.0514076
+0.337682 0.0552377 0.0589914
+0.36463 0.0585336 0.067155
+0.38999 0.0621042 0.0758679
+0.415808 0.0662699 0.085832
+0.443763 0.0716411 0.0976425
+0.473426 0.0783703 0.111467
+0.505241 0.086717 0.127794
+0.538705 0.0972 0.146593
+0.574304 0.110018 0.166903
+0.611704 0.1252 0.189258
+0.651499 0.143648 0.214679
+0.694743 0.16495 0.243275
+0.741421 0.189319 0.274922
+0.79205 0.216159 0.309377
+0.847593 0.245594 0.346334
+0.908782 0.277974 0.384268
+0.944411 0.312123 0.422553
+0.971572 0.347387 0.461173
+0.982834 0.388098 0.50605
+0 0.0449226 0.0106661
+0 0.0447089 0.0112917
+0 0.0445563 0.0124208
+0 0.0445716 0.0133516
+0 0.0447089 0.0149233
+0.00862135 0.0442206 0.0166171
+0.0455787 0.0437018 0.0189059
+0.0844282 0.0435187 0.0215
+0.1252 0.0437629 0.0244297
+0.166766 0.0445716 0.0282292
+0.206058 0.0459907 0.0328069
+0.242222 0.0479133 0.038056
+0.276371 0.0500649 0.0443427
+0.308858 0.0526131 0.0514229
+0.339132 0.0555734 0.059205
+0.366293 0.0588846 0.0674601
+0.39173 0.0624552 0.0763104
+0.417823 0.066804 0.0864729
+0.445838 0.0722667 0.0985122
+0.475975 0.0791638 0.112505
+0.508095 0.0876936 0.129229
+0.541756 0.0983597 0.14815
+0.577783 0.11136 0.168704
+0.615198 0.127062 0.191409
+0.65565 0.145769 0.217151
+0.699367 0.167391 0.246159
+0.746441 0.192172 0.278264
+0.797879 0.219348 0.313298
+0.8542 0.249226 0.350637
+0.91545 0.28191 0.388647
+0.947555 0.316381 0.426917
+0.975326 0.351858 0.466026
+0.982361 0.394049 0.512413
+0 0.0471199 0.0133669
+0 0.0469368 0.0138247
+0 0.0465858 0.0158999
+0 0.0464027 0.0168612
+0 0.0459907 0.0173037
+0.00958267 0.0449531 0.0175784
+0.0454108 0.0438544 0.018204
+0.0845808 0.0437018 0.0203708
+0.125628 0.0439612 0.0230259
+0.167071 0.044831 0.0264439
+0.206348 0.0462959 0.0308537
+0.243702 0.0482338 0.0364691
+0.279026 0.0505531 0.0432746
+0.311452 0.0531624 0.0504005
+0.34165 0.0562142 0.0582284
+0.368688 0.0595407 0.066453
+0.39411 0.0631876 0.0753033
+0.420203 0.0678111 0.0856184
+0.448646 0.0732891 0.0978103
+0.479011 0.080415 0.11223
+0.511437 0.089189 0.129061
+0.545342 0.100084 0.148318
+0.581399 0.11339 0.169253
+0.619425 0.129442 0.19237
+0.660182 0.148486 0.218814
+0.704265 0.170642 0.248219
+0.752331 0.19559 0.280903
+0.804318 0.223133 0.316274
+0.861311 0.253483 0.354116
+0.922316 0.286488 0.392538
+0.951095 0.321202 0.431113
+0.979614 0.356863 0.470314
+0.98175 0.400626 0.518685
+0 0.0519112 0.0169223
+0 0.0517891 0.0172274
+0 0.0512093 0.0181735
+0 0.0509957 0.0228733
+0 0.050248 0.0228733
+0.0145418 0.0488899 0.0219272
+0.0505074 0.0479133 0.0214694
+0.0878767 0.0469673 0.0217288
+0.127367 0.0459602 0.0221866
+0.167285 0.0452735 0.023209
+0.208835 0.0468605 0.0280003
+0.247181 0.0489204 0.0340124
+0.282322 0.0512856 0.0405127
+0.314809 0.0540169 0.0478828
+0.344854 0.0571908 0.0556344
+0.371588 0.0606394 0.0638285
+0.396963 0.064271 0.0727398
+0.423301 0.0691081 0.0830091
+0.452003 0.0747387 0.0954147
+0.482628 0.0821393 0.110109
+0.515084 0.0912337 0.127321
+0.549447 0.102403 0.147219
+0.585733 0.116045 0.168582
+0.624094 0.132464 0.19234
+0.665431 0.15172 0.219272
+0.710002 0.17435 0.2495
+0.758572 0.199649 0.282719
+0.811475 0.227497 0.318883
+0.869383 0.258228 0.357198
+0.928527 0.291615 0.395941
+0.954757 0.326619 0.434806
+0.984451 0.362387 0.474632
+0.980911 0.407919 0.524971
+0 0.0596475 0.0222019
+0 0.0595254 0.0222934
+0 0.059144 0.0227359
+0 0.0590066 0.0248264
+0 0.0587625 0.0261845
+0.00929274 0.0573587 0.0261387
+0.0568704 0.0546273 0.0255894
+0.0946517 0.0538491 0.0252079
+0.136034 0.0534524 0.0263828
+0.178164 0.0534371 0.0286259
+0.217227 0.0533761 0.0311131
+0.252781 0.0533913 0.0338598
+0.286 0.0532387 0.0367285
+0.317784 0.0552834 0.0425574
+0.347585 0.0585336 0.0505379
+0.37467 0.0620584 0.0589303
+0.400565 0.0660258 0.0682383
+0.427588 0.070985 0.0791333
+0.456352 0.076997 0.0917678
+0.487282 0.084596 0.106798
+0.52018 0.0939956 0.124483
+0.554772 0.105608 0.145083
+0.591424 0.119585 0.167498
+0.630457 0.1364 0.191852
+0.672282 0.156252 0.21976
+0.717632 0.179248 0.250858
+0.766857 0.205005 0.285008
+0.820783 0.233341 0.321981
+0.879866 0.264424 0.360861
+0.933196 0.298207 0.400107
+0.959411 0.333547 0.439551
+0.984619 0.370764 0.481437
+0.979828 0.417243 0.532815
+0 0.0713817 0.0300298
+0 0.0713359 0.029984
+0 0.0711376 0.0297856
+0 0.0706188 0.0293584
+0 0.0718242 0.0309911
+0.00137331 0.0702525 0.031342
+0.0481422 0.0699931 0.031693
+0.103044 0.0681621 0.0317845
+0.152483 0.0671702 0.0330663
+0.194141 0.0677348 0.0359655
+0.230396 0.0676738 0.0383307
+0.264134 0.0676127 0.04094
+0.295613 0.0674907 0.0438697
+0.325216 0.0672618 0.0470283
+0.352636 0.0669261 0.050309
+0.378027 0.0664073 0.0537423
+0.403082 0.0679484 0.0599832
+0.430472 0.0730297 0.0711833
+0.460441 0.07953 0.0847181
+0.4925 0.0875257 0.101015
+0.526314 0.0976272 0.120226
+0.562097 0.109865 0.142184
+0.598871 0.124376 0.165835
+0.638758 0.141817 0.191409
+0.681239 0.162356 0.22034
+0.727459 0.185885 0.252735
+0.777874 0.211994 0.287999
+0.832807 0.241001 0.326009
+0.893812 0.272587 0.365591
+0.938979 0.306722 0.405417
+0.965759 0.342367 0.445762
+0.983581 0.381918 0.490517
+0.978317 0.429389 0.542885
+0 0.0885786 0.0404212
+0 0.0884871 0.0402075
+0 0.0883192 0.0394446
+0 0.0879835 0.0378576
+0 0.0884413 0.0357519
+0 0.0897078 0.0352789
+0.0415503 0.0917067 0.0322576
+0.0924239 0.0882277 0.0360266
+0.151156 0.0864881 0.0357671
+0.195743 0.0851148 0.0376287
+0.234073 0.0839857 0.0397345
+0.268956 0.0827802 0.0417792
+0.300557 0.0817884 0.0441901
+0.32932 0.0812848 0.0473182
+0.355871 0.0805066 0.0504463
+0.380529 0.0796368 0.0536507
+0.40441 0.078645 0.0568856
+0.43035 0.0773327 0.0608988
+0.459907 0.0804913 0.0708629
+0.492027 0.0885176 0.0872511
+0.525963 0.098558 0.106889
+0.561654 0.110582 0.129412
+0.59855 0.125078 0.154513
+0.638361 0.142535 0.181216
+0.680964 0.162829 0.210971
+0.727321 0.186297 0.244175
+0.777478 0.212421 0.280186
+0.83241 0.24126 0.318975
+0.893278 0.273213 0.35967
+0.938811 0.307301 0.400092
+0.965606 0.342794 0.441154
+0.983673 0.382132 0.48629
+0.978408 0.429496 0.539086
+0 0.110369 0.0525978
+0 0.110307 0.0522011
+0 0.110094 0.0510719
+0 0.109834 0.0489204
+0 0.109483 0.0448615
+0 0.112261 0.0400702
+0.0049897 0.119768 0.0335851
+0.0861982 0.117327 0.0310521
+0.132891 0.109133 0.0369573
+0.189197 0.110521 0.0426947
+0.22977 0.109331 0.0453346
+0.2663 0.108248 0.0480354
+0.299397 0.107118 0.050782
+0.329931 0.105776 0.0533455
+0.357763 0.104219 0.0559396
+0.383185 0.102464 0.0585031
+0.407614 0.10045 0.0610208
+0.433341 0.09897 0.0652171
+0.461448 0.0975204 0.0704051
+0.49189 0.0959029 0.0764782
+0.525338 0.100587 0.0907607
+0.561013 0.112551 0.113954
+0.59826 0.127001 0.14049
+0.637949 0.144396 0.169421
+0.680781 0.164599 0.200198
+0.727123 0.187884 0.234394
+0.777279 0.213794 0.271427
+0.832135 0.242573 0.311177
+0.892989 0.274403 0.352819
+0.938704 0.308339 0.394018
+0.965484 0.343603 0.435828
+0.983825 0.382666 0.481559
+0.978485 0.429892 0.534829
+0 0.135592 0.0662242
+0 0.135592 0.0657816
+0 0.135363 0.0643626
+0 0.13518 0.0616922
+0 0.134844 0.0570687
+0 0.135103 0.0497597
+0 0.141939 0.0394903
+0.0523232 0.145815 0.03888
+0.126162 0.143648 0.0384527
+0.167758 0.133669 0.0431678
+0.221561 0.136584 0.0500038
+0.261753 0.136645 0.0542153
+0.295949 0.135836 0.0574807
+0.327642 0.134813 0.0606699
+0.356893 0.133501 0.0637217
+0.382544 0.132082 0.0666819
+0.407065 0.130388 0.0696727
+0.433631 0.128145 0.0730907
+0.462455 0.12549 0.0770581
+0.493538 0.122286 0.0816815
+0.526406 0.119692 0.0885786
+0.560449 0.117693 0.0974289
+0.597726 0.129351 0.12224
+0.637537 0.146563 0.153887
+0.680476 0.166735 0.186755
+0.727001 0.189807 0.222385
+0.777127 0.215579 0.260792
+0.832013 0.244297 0.301823
+0.89276 0.275853 0.344518
+0.938659 0.309606 0.386877
+0.965393 0.344701 0.429557
+0.983886 0.38352 0.476112
+0.978546 0.430533 0.529946
+0 0.163104 0.0815595
+0 0.163058 0.0810254
+0 0.162982 0.0794385
+0 0.162783 0.0764477
+0 0.162524 0.071458
+0 0.162234 0.0635843
+0 0.164981 0.0535592
+0.0256046 0.173419 0.0476997
+0.0992447 0.173449 0.0480507
+0.166934 0.172 0.0487984
+0.20441 0.161639 0.0521248
+0.251713 0.164019 0.0589151
+0.291569 0.165759 0.0644388
+0.324269 0.165194 0.0680247
+0.354391 0.164477 0.071519
+0.381018 0.1635 0.0750439
+0.406195 0.162249 0.0783856
+0.433234 0.16054 0.0823529
+0.46244 0.158251 0.0867018
+0.4934 0.155566 0.0916915
+0.526558 0.152224 0.0974899
+0.561349 0.148409 0.104372
+0.598138 0.144228 0.112795
+0.637201 0.149157 0.133425
+0.680262 0.169223 0.170108
+0.726925 0.192111 0.207691
+0.777264 0.217548 0.248066
+0.832013 0.246296 0.2907
+0.89276 0.277684 0.334783
+0.938888 0.311116 0.378698
+0.965377 0.346029 0.4224
+0.983917 0.384619 0.469825
+0.978744 0.431388 0.524666
+0 0.19173 0.0982071
+0 0.191714 0.0976577
+0 0.191623 0.0958419
+0 0.191501 0.0926375
+0 0.191348 0.087541
+0 0.191135 0.0797284
+0 0.190921 0.067216
+0.010071 0.198428 0.0567025
+0.0743725 0.202518 0.0574502
+0.144442 0.201465 0.0584421
+0.207172 0.200916 0.0602426
+0.241657 0.192584 0.0633097
+0.281102 0.192279 0.0690623
+0.318654 0.194263 0.0747082
+0.351125 0.195102 0.0794385
+0.378775 0.194644 0.0831922
+0.404273 0.193957 0.0869306
+0.431113 0.192996 0.0910964
+0.460761 0.191455 0.095964
+0.492622 0.189364 0.101503
+0.526528 0.18677 0.108171
+0.561852 0.18349 0.115328
+0.598276 0.179568 0.123598
+0.63769 0.174701 0.133135
+0.680186 0.17203 0.148196
+0.727092 0.194705 0.189761
+0.777523 0.220096 0.232654
+0.832456 0.248539 0.277668
+0.893126 0.279789 0.323522
+0.939025 0.313039 0.369131
+0.965438 0.347723 0.414206
+0.983932 0.386069 0.462837
+0.97879 0.432639 0.518685
+0 0.219821 0.115587
+0 0.219776 0.114992
+0 0.219699 0.113115
+0 0.219562 0.109712
+0 0.219425 0.104601
+0.000213626 0.219287 0.096849
+0.00187686 0.219089 0.0852522
+0.00695811 0.221897 0.0696574
+0.0518959 0.228595 0.0664378
+0.121904 0.230015 0.0677958
+0.187655 0.229541 0.0697337
+0.243519 0.229648 0.0724346
+0.275349 0.222461 0.0751507
+0.3093 0.220035 0.0799878
+0.34435 0.2224 0.0856031
+0.374899 0.223758 0.0905928
+0.401495 0.224048 0.0949874
+0.42855 0.223621 0.099443
+0.458015 0.222873 0.104524
+0.48983 0.221607 0.110369
+0.523659 0.219821 0.117128
+0.559304 0.217411 0.12488
+0.596704 0.214359 0.133715
+0.637095 0.210468 0.144335
+0.680522 0.205463 0.156176
+0.727184 0.199374 0.169085
+0.77792 0.223072 0.213962
+0.832929 0.251316 0.261936
+0.89366 0.282246 0.310155
+0.939284 0.315297 0.358038
+0.965652 0.349706 0.404868
+0.983948 0.387823 0.454963
+0.97879 0.434195 0.512047
+0.00570687 0.24773 0.133471
+0.00578317 0.24773 0.13283
+0.00602731 0.247654 0.130907
+0.00654612 0.247547 0.127535
+0.00735485 0.247425 0.122377
+0.00843824 0.247272 0.114794
+0.00985733 0.247089 0.103746
+0.01178 0.246998 0.0873274
+0.0333104 0.253758 0.0750286
+0.0988785 0.258381 0.0766003
+0.167819 0.257786 0.0787366
+0.228336 0.257893 0.0814679
+0.276875 0.258503 0.0848096
+0.306447 0.252277 0.0872663
+0.335637 0.247898 0.0913252
+0.368505 0.250553 0.0968948
+0.396735 0.25211 0.102007
+0.42504 0.253025 0.107088
+0.454673 0.252949 0.112413
+0.486458 0.252399 0.118395
+0.520287 0.251347 0.125216
+0.55584 0.249775 0.13315
+0.593042 0.247654 0.142245
+0.632822 0.244785 0.15288
+0.675944 0.241093 0.165194
+0.722957 0.236362 0.178943
+0.775418 0.230228 0.194003
+0.833082 0.254093 0.242481
+0.894499 0.285084 0.294484
+0.939681 0.317876 0.344991
+0.966201 0.351965 0.394369
+0.983932 0.38996 0.446265
+0.978759 0.436118 0.504814
+0.0131838 0.275517 0.151064
+0.0132906 0.275502 0.150423
+0.0135958 0.27538 0.148486
+0.0141299 0.275334 0.145098
+0.0149233 0.275288 0.140063
+0.0159457 0.275105 0.132692
+0.017258 0.274952 0.122271
+0.0193332 0.274815 0.107256
+0.0244907 0.278111 0.085832
+0.077821 0.283543 0.0846113
+0.14609 0.286015 0.0867781
+0.211383 0.286107 0.0898604
+0.264546 0.286717 0.0936599
+0.307301 0.287633 0.0973373
+0.334462 0.281865 0.0992294
+0.360723 0.276432 0.102724
+0.390311 0.278538 0.108003
+0.419165 0.280217 0.113497
+0.449699 0.281331 0.119326
+0.482246 0.28188 0.125536
+0.516152 0.281514 0.132464
+0.551675 0.280629 0.140429
+0.589075 0.279271 0.149676
+0.628412 0.277394 0.160266
+0.670954 0.274876 0.172793
+0.716991 0.271412 0.186465
+0.768032 0.266667 0.201602
+0.825284 0.260456 0.218982
+0.888853 0.284962 0.269749
+0.938354 0.318334 0.325765
+0.96553 0.353124 0.379995
+0.984131 0.391959 0.436057
+0.978698 0.438483 0.49691
+0.0197757 0.302998 0.16846
+0.0198825 0.303044 0.167834
+0.0201877 0.302953 0.165988
+0.0207065 0.302861 0.162722
+0.0214389 0.302739 0.157794
+0.0227817 0.302647 0.150713
+0.0247196 0.302541 0.140871
+0.0270848 0.302327 0.126986
+0.0302739 0.303044 0.106905
+0.0546273 0.308492 0.0924392
+0.123445 0.313344 0.0947738
+0.192096 0.313909 0.0978408
+0.251072 0.314702 0.101823
+0.297536 0.315633 0.106111
+0.335805 0.31664 0.110063
+0.360876 0.311315 0.111559
+0.38468 0.306218 0.114412
+0.412085 0.306264 0.119509
+0.443137 0.308171 0.125322
+0.476112 0.309407 0.131655
+0.510704 0.31017 0.138689
+0.546715 0.310384 0.146838
+0.584375 0.309743 0.156207
+0.623713 0.308659 0.166934
+0.665583 0.306996 0.179171
+0.71104 0.304524 0.192584
+0.760662 0.301152 0.207584
+0.816617 0.296239 0.22504
+0.879698 0.289433 0.244327
+0.935515 0.317327 0.299901
+0.962493 0.351492 0.358434
+0.984634 0.388739 0.41619
+0.979507 0.43537 0.480552
+0.0262303 0.330144 0.184833
+0.0263676 0.330129 0.184268
+0.0267948 0.330053 0.182559
+0.0275273 0.330007 0.179583
+0.0284733 0.329992 0.175082
+0.0297704 0.3299 0.16846
+0.0315557 0.329732 0.159274
+0.0337682 0.329534 0.146441
+0.0371557 0.329412 0.128511
+0.0424964 0.333135 0.102251
+0.101518 0.337774 0.102708
+0.170245 0.341238 0.105882
+0.234638 0.341711 0.109926
+0.28661 0.342779 0.114641
+0.328573 0.343786 0.119402
+0.362905 0.345006 0.123659
+0.385595 0.340368 0.124529
+0.40885 0.335607 0.127138
+0.436271 0.33373 0.131594
+0.469795 0.335653 0.13817
+0.504662 0.337163 0.145342
+0.541192 0.338094 0.15346
+0.579248 0.338552 0.162844
+0.618906 0.338445 0.17348
+0.660685 0.337453 0.185092
+0.705455 0.335882 0.198062
+0.753902 0.333425 0.212879
+0.808057 0.329717 0.229999
+0.869551 0.324498 0.249042
+0.932586 0.320424 0.273747
+0.959442 0.350317 0.333242
+0.98526 0.385946 0.394293
+0.980453 0.431785 0.461494
+0.0334173 0.356237 0.20087
+0.0335546 0.356191 0.20032
+0.0339666 0.35613 0.198734
+0.0346685 0.35613 0.195956
+0.0356909 0.356069 0.191897
+0.0370642 0.355978 0.185962
+0.0390478 0.355856 0.17789
+0.0417639 0.355703 0.166293
+0.0450141 0.355535 0.150134
+0.0493782 0.35758 0.127352
+0.0798505 0.361715 0.110872
+0.147494 0.366506 0.114336
+0.215778 0.368307 0.118608
+0.272694 0.369299 0.1234
+0.31873 0.370596 0.128374
+0.356435 0.371756 0.133532
+0.388251 0.372992 0.137972
+0.411215 0.368475 0.138735
+0.43595 0.364141 0.141115
+0.46334 0.360265 0.145296
+0.498619 0.362554 0.152422
+0.535622 0.364065 0.160296
+0.573861 0.365179 0.16936
+0.613611 0.365713 0.179507
+0.655665 0.365835 0.190875
+0.700191 0.36527 0.203632
+0.747951 0.363577 0.218296
+0.800778 0.360952 0.23505
+0.860456 0.357076 0.253666
+0.929259 0.351034 0.274418
+0.956268 0.352697 0.307347
+0.98584 0.383642 0.369848
+0.98117 0.428748 0.440421
+0.0413672 0.383169 0.217777
+0.0415351 0.383124 0.217243
+0.0420539 0.383124 0.215732
+0.0429541 0.383078 0.213062
+0.0442054 0.382971 0.20911
+0.0458686 0.382849 0.203693
+0.0477302 0.382834 0.196536
+0.0502785 0.382666 0.186694
+0.0537881 0.382544 0.172885
+0.0581064 0.383032 0.153201
+0.0666667 0.388006 0.126162
+0.121904 0.392096 0.124071
+0.190784 0.396948 0.128374
+0.254627 0.397803 0.133272
+0.305623 0.399069 0.138705
+0.347677 0.400427 0.144091
+0.382544 0.401587 0.149554
+0.414313 0.40293 0.15465
+0.439048 0.398367 0.154803
+0.465766 0.393835 0.157153
+0.494057 0.389349 0.160952
+0.529564 0.390234 0.168185
+0.568597 0.391959 0.176974
+0.60853 0.39324 0.186572
+0.650462 0.394003 0.19733
+0.694728 0.394141 0.209812
+0.74229 0.393561 0.224277
+0.794354 0.392065 0.240696
+0.852323 0.389151 0.258793
+0.920073 0.384695 0.279164
+0.952361 0.377447 0.300603
+0.984604 0.384848 0.342275
+0.98204 0.426322 0.415854
+0.0517128 0.412329 0.237232
+0.0518807 0.41236 0.236728
+0.052369 0.412375 0.235248
+0.053193 0.412253 0.232731
+0.0545663 0.412177 0.229007
+0.0564126 0.412146 0.223941
+0.0584878 0.412055 0.217197
+0.0612802 0.411933 0.208316
+0.0646067 0.411795 0.196704
+0.0684825 0.411673 0.180758
+0.0751354 0.415747 0.158663
+0.0959182 0.420188 0.136767
+0.162768 0.425315 0.139849
+0.231083 0.428565 0.144823
+0.288289 0.429801 0.150301
+0.335149 0.431296 0.156054
+0.37435 0.432517 0.161715
+0.408515 0.433845 0.167895
+0.442481 0.435492 0.173724
+0.469413 0.43064 0.173327
+0.497932 0.425956 0.175433
+0.527794 0.42121 0.179019
+0.56257 0.419928 0.185595
+0.602884 0.422034 0.194614
+0.644923 0.423392 0.204913
+0.689387 0.42417 0.21706
+0.7364 0.424369 0.231037
+0.787411 0.423682 0.246784
+0.844175 0.422156 0.264668
+0.90985 0.419379 0.285161
+0.948241 0.41387 0.30634
+0.979675 0.404883 0.328252
+0.982635 0.426474 0.386831
+0.0643778 0.443885 0.258915
+0.0645457 0.443839 0.258457
+0.0651102 0.443778 0.257069
+0.0660105 0.443732 0.254688
+0.0671092 0.443732 0.251255
+0.0687724 0.443641 0.24654
+0.0711833 0.443641 0.240345
+0.0740826 0.443427 0.232258
+0.0772869 0.443351 0.221851
+0.0812848 0.443229 0.208209
+0.0867781 0.445747 0.191165
+0.0958877 0.451484 0.168124
+0.128832 0.455711 0.153201
+0.198077 0.462181 0.158389
+0.264561 0.463188 0.163775
+0.317433 0.464714 0.169558
+0.361624 0.466331 0.175311
+0.400198 0.467643 0.181308
+0.436316 0.469123 0.188022
+0.473167 0.470787 0.194125
+0.502144 0.46566 0.193423
+0.531975 0.460563 0.194842
+0.56347 0.455711 0.198398
+0.597192 0.451972 0.204105
+0.639506 0.454215 0.214054
+0.683803 0.455756 0.225681
+0.73077 0.456519 0.239048
+0.780713 0.45687 0.254597
+0.835142 0.456428 0.272557
+0.896269 0.455207 0.293217
+0.94255 0.451713 0.314702
+0.973602 0.444724 0.335927
+0.981933 0.441047 0.36556
+0.0791791 0.477928 0.282979
+0.079408 0.477958 0.282521
+0.079942 0.477913 0.281285
+0.0809186 0.477821 0.278996
+0.0822614 0.477806 0.275776
+0.0840162 0.477699 0.271473
+0.0860304 0.477653 0.265843
+0.0887312 0.477546 0.258595
+0.0918898 0.477424 0.249317
+0.0953384 0.477333 0.237552
+0.0999008 0.47805 0.222538
+0.107332 0.484184 0.205737
+0.116365 0.490623 0.182986
+0.161273 0.495064 0.174014
+0.231601 0.499184 0.178912
+0.292622 0.500572 0.184283
+0.342794 0.502174 0.189776
+0.387549 0.503838 0.195895
+0.427314 0.50515 0.20235
+0.466499 0.506645 0.209781
+0.505837 0.508476 0.216648
+0.536187 0.502754 0.21503
+0.568032 0.497322 0.216434
+0.601144 0.492515 0.220081
+0.635569 0.487922 0.225895
+0.677958 0.488518 0.236439
+0.724086 0.490333 0.249882
+0.772519 0.491646 0.265675
+0.82446 0.492409 0.284077
+0.881666 0.492653 0.305425
+0.935302 0.491127 0.327214
+0.965606 0.485786 0.347066
+0.97731 0.483116 0.374334
+0.0962387 0.51426 0.309545
+0.0964065 0.514305 0.309133
+0.0969711 0.514321 0.307927
+0.0978408 0.514214 0.305913
+0.0991073 0.514275 0.302937
+0.100771 0.514138 0.298939
+0.102739 0.514061 0.293858
+0.105089 0.513985 0.287358
+0.108034 0.513954 0.279225
+0.111376 0.513832 0.268956
+0.115084 0.513756 0.256016
+0.12163 0.518929 0.242374
+0.129717 0.52549 0.225498
+0.139544 0.532586 0.203296
+0.189227 0.537758 0.197879
+0.258198 0.538277 0.200107
+0.316136 0.539681 0.205386
+0.36788 0.541634 0.211383
+0.413199 0.543297 0.218021
+0.456245 0.54435 0.225452
+0.498146 0.545983 0.234379
+0.540063 0.548165 0.243275
+0.571603 0.541909 0.241352
+0.604898 0.536522 0.243076
+0.639567 0.531716 0.247395
+0.675486 0.527245 0.254185
+0.715908 0.525292 0.264988
+0.762905 0.52781 0.281666
+0.81236 0.529778 0.300999
+0.865446 0.531655 0.323369
+0.92166 0.532113 0.345953
+0.956664 0.528313 0.364538
+0.971496 0.526421 0.388647
+0.114794 0.55314 0.338277
+0.114961 0.55317 0.337881
+0.115434 0.553109 0.336782
+0.116289 0.553079 0.334859
+0.117464 0.553002 0.332174
+0.119005 0.553017 0.328573
+0.120714 0.552972 0.32398
+0.123018 0.55288 0.318212
+0.125765 0.552865 0.310979
+0.128878 0.552804 0.302083
+0.132235 0.552636 0.291081
+0.138079 0.555795 0.279545
+0.145769 0.562493 0.267094
+0.154879 0.569665 0.251148
+0.166232 0.577371 0.230686
+0.21474 0.579812 0.222324
+0.279454 0.579431 0.222889
+0.339055 0.581109 0.228824
+0.392935 0.583215 0.235798
+0.441352 0.584451 0.244297
+0.487861 0.585245 0.254429
+0.532158 0.586725 0.26659
+0.575448 0.589014 0.27892
+0.607813 0.583047 0.277363
+0.642084 0.57792 0.280049
+0.677363 0.57348 0.285664
+0.714199 0.569299 0.294102
+0.752056 0.565515 0.304692
+0.798581 0.568429 0.32491
+0.848447 0.571832 0.348302
+0.90222 0.57409 0.371695
+0.947234 0.571923 0.388663
+0.965316 0.570642 0.409934
+0.13547 0.594003 0.369085
+0.135653 0.594034 0.368795
+0.13611 0.593988 0.367788
+0.136904 0.593942 0.36614
+0.137987 0.593942 0.36376
+0.139254 0.593927 0.360601
+0.141054 0.593912 0.356588
+0.143206 0.59379 0.351461
+0.145724 0.593713 0.345083
+0.148409 0.593668 0.337407
+0.151751 0.593561 0.327993
+0.156039 0.594919 0.317525
+0.163592 0.601694 0.3084
+0.171344 0.608957 0.297063
+0.180682 0.616754 0.282826
+0.193103 0.625193 0.265461
+0.235508 0.623896 0.249943
+0.299275 0.623041 0.248096
+0.36492 0.624521 0.256107
+0.421775 0.62594 0.266972
+0.474754 0.6262 0.27953
+0.52343 0.627008 0.294209
+0.569131 0.628595 0.311025
+0.612299 0.631403 0.327855
+0.644923 0.625864 0.327382
+0.678859 0.621393 0.331121
+0.71429 0.617426 0.338125
+0.750698 0.614191 0.347829
+0.788998 0.611246 0.360037
+0.833707 0.611978 0.378271
+0.886549 0.615915 0.401007
+0.939651 0.615076 0.416495
+0.96054 0.614496 0.434867
+0.158083 0.637324 0.401862
+0.158251 0.6374 0.401572
+0.158663 0.637385 0.400671
+0.159396 0.637369 0.399145
+0.160403 0.637293 0.396979
+0.16173 0.637247 0.394141
+0.163333 0.637278 0.390509
+0.165103 0.637278 0.386053
+0.167315 0.637156 0.380636
+0.169894 0.637125 0.37406
+0.172854 0.637018 0.366201
+0.175967 0.636973 0.356817
+0.182773 0.643473 0.350179
+0.190341 0.650904 0.34226
+0.198611 0.658839 0.332586
+0.208286 0.66746 0.321111
+0.220401 0.672892 0.302159
+0.256626 0.67068 0.281102
+0.32549 0.667964 0.278691
+0.396948 0.668101 0.29189
+0.45922 0.668376 0.308843
+0.515068 0.668147 0.327459
+0.564477 0.669337 0.347433
+0.609232 0.671946 0.367788
+0.652155 0.675883 0.386603
+0.684016 0.671275 0.386221
+0.718013 0.667521 0.390082
+0.753689 0.664515 0.396689
+0.791547 0.661891 0.405783
+0.832746 0.659464 0.41677
+0.87776 0.65716 0.428977
+0.935424 0.657603 0.443168
+0.959274 0.657526 0.459327
+0.185382 0.682826 0.436912
+0.185504 0.682795 0.436622
+0.185916 0.682826 0.435859
+0.186526 0.682795 0.434516
+0.187427 0.682734 0.432593
+0.188571 0.682673 0.430045
+0.189837 0.682704 0.426871
+0.191485 0.682826 0.422995
+0.193423 0.682658 0.41828
+0.195682 0.682673 0.412634
+0.198306 0.682658 0.405921
+0.201038 0.682673 0.39794
+0.20737 0.68719 0.392004
+0.21622 0.694591 0.387243
+0.225834 0.702281 0.381491
+0.236149 0.710445 0.374823
+0.248524 0.719219 0.367407
+0.257816 0.719554 0.343893
+0.290684 0.717281 0.319158
+0.364797 0.712093 0.318608
+0.441291 0.710643 0.339849
+0.507195 0.710002 0.363455
+0.561593 0.711208 0.385504
+0.608698 0.714336 0.405661
+0.651911 0.718929 0.423896
+0.695125 0.724392 0.439094
+0.727962 0.720378 0.437903
+0.76347 0.717098 0.440513
+0.801846 0.714458 0.446006
+0.843732 0.712108 0.453712
+0.889738 0.709392 0.462943
+0.936553 0.703761 0.469932
+0.960525 0.700832 0.481666
+0.231189 0.727138 0.474998
+0.231266 0.727092 0.474754
+0.231556 0.727138 0.474067
+0.232074 0.72723 0.472908
+0.232563 0.727169 0.471244
+0.233494 0.727245 0.469078
+0.234623 0.727245 0.466346
+0.235859 0.727306 0.463004
+0.237415 0.72726 0.458976
+0.239185 0.727337 0.454215
+0.240833 0.727352 0.448692
+0.242939 0.727459 0.442084
+0.248203 0.729839 0.436774
+0.259159 0.736828 0.434699
+0.271305 0.743999 0.432319
+0.284321 0.751446 0.429648
+0.298787 0.759274 0.426856
+0.309209 0.764218 0.41738
+0.318151 0.763317 0.3935
+0.346853 0.760937 0.367514
+0.419272 0.75378 0.370611
+0.497612 0.752758 0.397726
+0.55816 0.754833 0.420462
+0.60737 0.75938 0.438437
+0.652064 0.765011 0.454383
+0.696315 0.771008 0.470649
+0.741192 0.777478 0.485054
+0.776577 0.773648 0.48394
+0.815152 0.770581 0.486351
+0.857832 0.768063 0.491341
+0.904906 0.764782 0.497948
+0.944625 0.758816 0.503471
+0.963195 0.75346 0.511818
+0.30074 0.768399 0.517983
+0.300694 0.768353 0.5178
+0.300877 0.768368 0.517174
+0.301259 0.768368 0.516213
+0.301717 0.768399 0.514794
+0.302342 0.768414 0.512932
+0.303227 0.76846 0.510689
+0.303914 0.768505 0.507836
+0.304891 0.768612 0.50457
+0.306035 0.768673 0.500648
+0.307256 0.768734 0.496086
+0.308797 0.768872 0.490776
+0.311559 0.769421 0.485267
+0.325643 0.775723 0.486015
+0.340719 0.782238 0.486732
+0.356802 0.788968 0.487465
+0.373968 0.796109 0.488441
+0.391211 0.803876 0.489067
+0.393973 0.804135 0.473548
+0.400214 0.80354 0.451438
+0.421057 0.801923 0.425086
+0.48455 0.797116 0.42948
+0.550149 0.801419 0.450645
+0.602914 0.807507 0.467994
+0.650828 0.814099 0.484504
+0.696895 0.821027 0.50016
+0.743038 0.828153 0.515953
+0.79144 0.835554 0.530175
+0.830198 0.831769 0.528542
+0.874098 0.828641 0.530739
+0.922057 0.824552 0.53434
+0.953704 0.817975 0.537865
+0.967163 0.813107 0.545693
+0.387091 0.807706 0.565927
+0.387259 0.807706 0.565805
+0.387533 0.807675 0.565332
+0.387655 0.807706 0.564492
+0.388006 0.807752 0.563317
+0.388388 0.807797 0.561822
+0.389075 0.807767 0.559991
+0.389746 0.807767 0.557733
+0.390509 0.807858 0.555016
+0.391516 0.807858 0.551934
+0.392248 0.80795 0.548302
+0.393133 0.808057 0.544106
+0.394507 0.808026 0.539345
+0.406012 0.813489 0.540673
+0.419654 0.820432 0.543374
+0.433677 0.828031 0.546166
+0.4477 0.836286 0.54902
+0.461936 0.845502 0.551553
+0.470253 0.850706 0.546639
+0.471656 0.849973 0.530648
+0.477592 0.849683 0.510063
+0.490318 0.850263 0.482338
+0.538125 0.851499 0.481651
+0.594644 0.8589 0.497307
+0.646372 0.867002 0.513878
+0.694881 0.87538 0.529335
+0.743282 0.883436 0.544991
+0.793118 0.891402 0.561425
+0.846342 0.899565 0.576699
+0.890806 0.895537 0.575051
+0.936797 0.890288 0.575296
+0.963165 0.882795 0.576059
+0.971572 0.877943 0.582437
+0.457938 0.855268 0.615549
+0.458045 0.855344 0.615442
+0.458122 0.855329 0.614969
+0.458396 0.855253 0.614313
+0.458747 0.855253 0.613352
+0.459251 0.855238 0.612146
+0.459815 0.855222 0.61059
+0.460502 0.855238 0.608728
+0.461357 0.855192 0.606577
+0.462181 0.855146 0.604013
+0.463157 0.855085 0.601083
+0.464088 0.85507 0.597833
+0.465217 0.855009 0.593973
+0.471611 0.859876 0.594339
+0.481621 0.869429 0.59791
+0.491493 0.879316 0.60148
+0.501762 0.889815 0.605173
+0.511315 0.90074 0.608255
+0.517861 0.911192 0.608225
+0.519936 0.909972 0.596399
+0.522957 0.909224 0.580911
+0.528313 0.909377 0.560403
+0.539513 0.911467 0.532921
+0.581903 0.915038 0.528725
+0.63473 0.923445 0.540856
+0.687236 0.932677 0.556848
+0.738369 0.941634 0.572732
+0.790204 0.950027 0.588983
+0.844175 0.957351 0.605997
+0.903578 0.960815 0.621286
+0.944289 0.958679 0.619074
+0.972366 0.954284 0.618158
+0.975998 0.950072 0.623407
+0.502693 0.913756 0.662013
+0.502724 0.913756 0.66186
+0.502831 0.913756 0.66154
+0.503014 0.913725 0.660945
+0.503288 0.913725 0.660121
+0.5037 0.913725 0.659037
+0.504219 0.91371 0.65774
+0.504845 0.913695 0.656092
+0.505531 0.913588 0.654154
+0.506371 0.913542 0.651987
+0.507286 0.913466 0.649454
+0.508278 0.913481 0.646616
+0.509392 0.913329 0.643366
+0.511666 0.916243 0.641672
+0.51696 0.925124 0.643732
+0.522133 0.934585 0.645731
+0.527504 0.944717 0.6477
+0.533303 0.955612 0.649485
+0.539437 0.961089 0.650828
+0.54316 0.963088 0.645457
+0.545678 0.9626 0.633219
+0.549584 0.962371 0.617609
+0.557321 0.962814 0.597955
+0.569665 0.964141 0.570703
+0.610727 0.966018 0.563806
+0.664805 0.969406 0.574578
+0.720775 0.973571 0.59144
+0.775509 0.977523 0.607965
+0.831678 0.98114 0.624887
+0.89189 0.984802 0.642405
+0.945983 0.987381 0.655604
+0.973465 0.983856 0.650996
+0.97377 0.981582 0.653056
+0.52723 0.963485 0.699153
+0.527276 0.963485 0.699046
+0.527367 0.963485 0.698741
+0.527535 0.963485 0.698207
+0.527779 0.96347 0.697429
+0.528161 0.963455 0.696452
+0.528618 0.963439 0.695293
+0.529183 0.963424 0.693828
+0.529809 0.963394 0.692134
+0.530495 0.963378 0.690181
+0.531289 0.963348 0.687953
+0.532189 0.963317 0.685405
+0.533165 0.963272 0.682567
+0.534524 0.963577 0.679896
+0.539437 0.967941 0.68275
+0.544289 0.972641 0.685389
+0.54963 0.977584 0.688197
+0.555047 0.982986 0.690929
+0.5608 0.989013 0.693278
+0.566369 0.994659 0.693492
+0.568139 0.993942 0.68333
+0.571633 0.993561 0.671031
+0.577035 0.993667 0.655619
+0.586725 0.994598 0.63621
+0.599145 0.996323 0.60827
+0.63888 0.998001 0.598184
+0.695277 1 0.608438
+0.754864 1 0.626337
+0.814343 1 0.64358
+0.876631 1 0.660838
+0.939651 1 0.677653
+0.970275 1 0.688701
+0.970581 1 0.686061
+0.551354 0.993179 0.737575
+0.551369 0.993164 0.737499
+0.551446 0.993164 0.737148
+0.551583 0.993164 0.736721
+0.551812 0.993164 0.736019
+0.552102 0.993179 0.735164
+0.552499 0.993149 0.734066
+0.552956 0.993133 0.732769
+0.553506 0.993103 0.731212
+0.554101 0.993088 0.729442
+0.554818 0.993057 0.727474
+0.555566 0.993011 0.725216
+0.556405 0.992981 0.722713
+0.557321 0.99295 0.719921
+0.56144 0.997726 0.722454
+0.567666 0.998734 0.727443
+0.574624 0.99881 0.732982
+0.581735 0.998932 0.738613
+0.589364 0.999039 0.744167
+0.59765 0.999161 0.749599
+0.600855 0.999176 0.744335
+0.603311 0.999176 0.733639
+0.608865 0.999619 0.721675
+0.61651 1 0.706554
+0.626719 1 0.686839
+0.638697 1 0.657633
+0.676677 1 0.643091
+0.73611 1 0.652857
+0.800488 1 0.671366
+0.86566 1 0.68896
+0.935775 1 0.706127
+0.970611 1 0.719142
+0.970794 1 0.733196
+0 0.0445563 0.0167697
+0 0.0443732 0.0176547
+0 0.0443275 0.0190738
+0 0.0445106 0.0209201
+0 0.0445869 0.0229343
+0.00859083 0.0443122 0.024979
+0.0449378 0.0438544 0.0280308
+0.0835431 0.0437018 0.0315557
+0.1243 0.043946 0.0353094
+0.165927 0.04477 0.0396429
+0.205371 0.0462043 0.0447395
+0.24184 0.0480812 0.05037
+0.275837 0.0502327 0.0568246
+0.307454 0.0527199 0.0635843
+0.337057 0.0555428 0.0709239
+0.363638 0.0586862 0.0788586
+0.389029 0.0622721 0.0876173
+0.414801 0.0664225 0.0975662
+0.442588 0.0717937 0.109346
+0.472297 0.0784314 0.122957
+0.503929 0.0867323 0.138766
+0.537438 0.0970474 0.156451
+0.572686 0.109712 0.175647
+0.609857 0.124865 0.197452
+0.649577 0.143084 0.222187
+0.692515 0.164172 0.249989
+0.738964 0.188403 0.280827
+0.789197 0.215045 0.314397
+0.844404 0.244327 0.350607
+0.905318 0.27602 0.387472
+0.942748 0.309621 0.424674
+0.969833 0.344762 0.462867
+0.983124 0.384863 0.506569
+0 0.0451362 0.0178531
+0 0.0449073 0.0186618
+0 0.0445869 0.0203098
+0 0.0446021 0.0216373
+0 0.0446632 0.0234379
+0.0083772 0.0443427 0.0252842
+0.0449378 0.0438849 0.0280461
+0.0836042 0.0437324 0.0313726
+0.124407 0.0440223 0.0349889
+0.166125 0.044831 0.0391546
+0.205509 0.0462959 0.0442054
+0.241978 0.0481727 0.0498054
+0.275959 0.0503243 0.0562142
+0.30753 0.0528115 0.0629282
+0.337163 0.0556344 0.0701762
+0.364462 0.0589761 0.0787671
+0.390219 0.0625467 0.0877699
+0.416236 0.0668193 0.0979171
+0.444312 0.0722515 0.109865
+0.474235 0.0791028 0.123705
+0.506233 0.0874952 0.139864
+0.539788 0.0980545 0.157671
+0.575631 0.110948 0.177172
+0.613062 0.126345 0.199252
+0.653025 0.144961 0.224216
+0.696498 0.1664 0.252415
+0.743465 0.190829 0.283589
+0.794461 0.217807 0.317739
+0.850156 0.247501 0.354269
+0.912032 0.279637 0.391424
+0.945724 0.313405 0.428748
+0.97319 0.348791 0.466987
+0.982513 0.390311 0.512139
+0 0.0473945 0.0211032
+0 0.0472114 0.0217441
+0 0.0467231 0.0242313
+0 0.0464942 0.0259556
+0 0.0460975 0.0265507
+0.00866712 0.0450141 0.0270085
+0.0442512 0.0440528 0.0280308
+0.0834516 0.0439155 0.0307164
+0.124559 0.0442664 0.0339208
+0.16643 0.0450752 0.0377508
+0.205905 0.0465248 0.0425422
+0.242252 0.0484321 0.0480049
+0.276173 0.0506142 0.0541085
+0.307744 0.0530861 0.0607767
+0.338857 0.0561227 0.068925
+0.366217 0.059556 0.0776226
+0.391989 0.0631723 0.0866407
+0.418296 0.0676432 0.0969711
+0.446418 0.073167 0.109087
+0.476936 0.0801404 0.123232
+0.508995 0.0888075 0.139528
+0.542824 0.0995499 0.157641
+0.578912 0.112657 0.177478
+0.61651 0.128511 0.199969
+0.657038 0.147326 0.225376
+0.700999 0.169146 0.254002
+0.748501 0.193942 0.285878
+0.800061 0.221332 0.320394
+0.856672 0.251301 0.357259
+0.9178 0.283711 0.394644
+0.948837 0.317861 0.432242
+0.976944 0.353368 0.471031
+0.982055 0.396323 0.517754
+0 0.0524758 0.0253452
+0 0.0522774 0.0257725
+0 0.051606 0.0272831
+0 0.0512093 0.0324559
+0 0.0505226 0.0335851
+0.011841 0.0491035 0.0332341
+0.0488136 0.0480354 0.0327611
+0.0864271 0.0470893 0.03299
+0.126009 0.0461585 0.0337682
+0.166491 0.0454871 0.0350652
+0.206088 0.0469825 0.0393683
+0.242618 0.0488746 0.0446784
+0.276875 0.0511025 0.0506447
+0.310338 0.0538033 0.0583505
+0.341314 0.057023 0.0665293
+0.368658 0.0604562 0.0751202
+0.394491 0.0640574 0.0841688
+0.420691 0.068864 0.0945754
+0.449195 0.074464 0.106783
+0.479805 0.0817121 0.121157
+0.5122 0.0906081 0.137774
+0.546288 0.101625 0.156466
+0.582513 0.115084 0.176669
+0.620706 0.131182 0.199573
+0.661616 0.150301 0.225742
+0.706004 0.17258 0.254978
+0.754009 0.197635 0.287327
+0.806455 0.225269 0.322515
+0.864042 0.255604 0.359838
+0.924819 0.288396 0.397696
+0.952377 0.322774 0.435599
+0.981262 0.358495 0.474586
+0.981353 0.403006 0.523384
+0 0.0605325 0.030808
+0 0.0603342 0.0310521
+0 0.0598001 0.0319829
+0 0.0592203 0.0349584
+0 0.0589303 0.0403449
+0.00773632 0.0571908 0.0396887
+0.0541695 0.0546578 0.0396429
+0.0922866 0.0539712 0.0383917
+0.132097 0.0532082 0.038407
+0.171756 0.0526436 0.0393072
+0.209354 0.0521859 0.0407111
+0.245655 0.0522011 0.0435492
+0.280217 0.0522927 0.046952
+0.313237 0.0549783 0.0539712
+0.344045 0.0582589 0.06215
+0.371435 0.0617685 0.0707103
+0.39736 0.0657054 0.0801862
+0.424262 0.0706188 0.090837
+0.453071 0.0764324 0.103273
+0.483986 0.0839399 0.117906
+0.516548 0.0932174 0.135073
+0.551186 0.104479 0.154467
+0.587747 0.118257 0.175402
+0.626245 0.134813 0.198993
+0.667613 0.154467 0.225803
+0.712566 0.177218 0.255833
+0.761669 0.202426 0.289036
+0.814725 0.230594 0.324956
+0.87332 0.261418 0.362829
+0.930556 0.29453 0.401099
+0.956741 0.329122 0.43975
+0.984924 0.365484 0.479805
+0.980316 0.411597 0.530449
+0 0.0725872 0.0384985
+0 0.0724651 0.0386206
+0 0.0720684 0.0389563
+0 0.0713054 0.0397955
+0 0.0720226 0.0444648
+0 0.0709392 0.0442512
+0.042359 0.0689097 0.0440528
+0.0942092 0.0658122 0.0439155
+0.139437 0.0640574 0.0432136
+0.180926 0.06421 0.0450752
+0.220386 0.0648814 0.048249
+0.256291 0.0652628 0.0514534
+0.289418 0.0654765 0.0547494
+0.32018 0.065507 0.0582589
+0.348577 0.0653697 0.0619059
+0.374563 0.0650492 0.065568
+0.399924 0.0675975 0.0728923
+0.427329 0.0725414 0.0839094
+0.456825 0.0789044 0.0970626
+0.488563 0.0867018 0.112734
+0.522301 0.0965744 0.131258
+0.557488 0.108461 0.151736
+0.594293 0.122698 0.173648
+0.633539 0.139788 0.198138
+0.675822 0.15996 0.226078
+0.721675 0.183185 0.257221
+0.771481 0.208957 0.291371
+0.825803 0.237598 0.328313
+0.886046 0.26891 0.366934
+0.935729 0.302419 0.405783
+0.962432 0.337331 0.445136
+0.984222 0.375708 0.488121
+0.979004 0.422797 0.53959
+0 0.0894331 0.0487068
+0 0.0893263 0.0486152
+0 0.0890822 0.0484016
+0 0.0886397 0.0480049
+0 0.0887312 0.0482185
+0 0.0901045 0.0504768
+0.0315557 0.0875257 0.0505074
+0.0834211 0.0876478 0.051545
+0.141466 0.0859846 0.0521859
+0.196918 0.0836957 0.0530098
+0.235538 0.0848402 0.0568551
+0.269978 0.0853895 0.0604715
+0.301076 0.08542 0.0636759
+0.330282 0.085359 0.0670634
+0.357076 0.0850996 0.0705425
+0.381842 0.0847334 0.0743114
+0.405875 0.0842756 0.0783551
+0.431769 0.0836347 0.0829633
+0.460472 0.0826886 0.0882734
+0.492363 0.0897993 0.10338
+0.526192 0.099855 0.12256
+0.562463 0.1122 0.144839
+0.600488 0.127245 0.169146
+0.641291 0.145327 0.195636
+0.685481 0.166583 0.225895
+0.73344 0.190906 0.259266
+0.784573 0.217334 0.294942
+0.840345 0.246632 0.332967
+0.902281 0.278523 0.372427
+0.942535 0.312474 0.412085
+0.970047 0.347692 0.452155
+0.98291 0.388952 0.498711
+0.977279 0.437064 0.551446
+0 0.111177 0.0616465
+0 0.111101 0.0614176
+0 0.110887 0.0607004
+0 0.110521 0.0593576
+0 0.110033 0.0569009
+0 0.112352 0.0554513
+0.00758373 0.112184 0.0551919
+0.0765393 0.114549 0.0512703
+0.130068 0.110643 0.0569924
+0.190875 0.109926 0.0581064
+0.237812 0.107164 0.0584421
+0.27332 0.10602 0.0613413
+0.305653 0.104784 0.0640726
+0.335378 0.103502 0.0668803
+0.361288 0.102907 0.0704509
+0.385306 0.102159 0.0740368
+0.408652 0.101274 0.0776989
+0.433936 0.100145 0.0821241
+0.461997 0.0986801 0.087129
+0.492439 0.0969863 0.0931563
+0.52575 0.101106 0.106477
+0.562142 0.113405 0.129686
+0.600259 0.128328 0.155978
+0.64123 0.146349 0.183764
+0.685481 0.167498 0.215045
+0.73315 0.191501 0.24918
+0.784222 0.217777 0.285725
+0.840009 0.246937 0.324605
+0.901839 0.278767 0.365209
+0.942351 0.312627 0.405646
+0.969818 0.348272 0.446738
+0.982986 0.389273 0.493797
+0.977386 0.437247 0.547097
+0 0.136385 0.0757763
+0 0.136324 0.0754406
+0 0.136095 0.0743572
+0 0.135851 0.0723278
+0 0.135424 0.0689097
+0 0.135286 0.0635233
+0 0.1402 0.0583963
+0.035935 0.147646 0.0511025
+0.125902 0.145052 0.048661
+0.171298 0.134783 0.0579538
+0.230396 0.136324 0.0623484
+0.269093 0.135393 0.0668345
+0.30277 0.134295 0.0704662
+0.333852 0.132982 0.0737926
+0.361547 0.131624 0.0767224
+0.38674 0.130007 0.0797436
+0.410986 0.128099 0.0829175
+0.437079 0.125902 0.0865034
+0.465049 0.123857 0.0911269
+0.494728 0.122515 0.0977646
+0.526925 0.120729 0.105425
+0.56173 0.118685 0.114443
+0.599878 0.130709 0.139376
+0.64126 0.148531 0.170184
+0.685405 0.16968 0.202533
+0.732998 0.193347 0.237903
+0.783993 0.219394 0.275593
+0.839948 0.248249 0.315694
+0.901549 0.279927 0.357397
+0.94226 0.313802 0.398642
+0.969619 0.34931 0.44065
+0.983032 0.38999 0.488319
+0.977462 0.437751 0.542245
+0 0.163836 0.0914321
+0 0.16379 0.0909895
+0 0.163653 0.0896468
+0 0.163424 0.0871901
+0 0.163149 0.0832685
+0 0.162722 0.076936
+0 0.165133 0.0693828
+0.0104524 0.171038 0.0589914
+0.0864576 0.176776 0.0532082
+0.168505 0.17377 0.0527504
+0.209339 0.16141 0.0604715
+0.260731 0.165225 0.0707103
+0.298939 0.165454 0.0766155
+0.330922 0.164492 0.0806134
+0.360204 0.163302 0.0843824
+0.385916 0.162036 0.0879988
+0.410712 0.160464 0.0916762
+0.436957 0.158602 0.095491
+0.465385 0.156313 0.0999466
+0.496117 0.153536 0.104921
+0.528893 0.150118 0.110872
+0.563622 0.147311 0.119173
+0.600427 0.145174 0.130343
+0.640803 0.151064 0.151812
+0.685405 0.172091 0.187091
+0.732921 0.195575 0.224125
+0.783856 0.221424 0.263386
+0.839811 0.250111 0.304921
+0.901442 0.281514 0.347936
+0.94226 0.315297 0.390539
+0.969665 0.3505 0.433738
+0.983108 0.390936 0.48217
+0.977554 0.43856 0.536904
+0 0.19237 0.108339
+0 0.19237 0.10782
+0 0.192264 0.106325
+0 0.192126 0.103578
+0 0.191867 0.0993515
+0 0.191546 0.0926375
+0 0.191226 0.0821241
+0.00331121 0.19617 0.0712749
+0.0556802 0.204608 0.0630655
+0.136599 0.204013 0.0631723
+0.208911 0.202365 0.0642557
+0.243412 0.191089 0.0702373
+0.288136 0.193271 0.0795605
+0.326558 0.195193 0.0867475
+0.357427 0.194781 0.0915541
+0.383993 0.193988 0.0957656
+0.409049 0.193088 0.0997177
+0.436011 0.191684 0.104234
+0.465263 0.189975 0.109346
+0.49659 0.187671 0.115007
+0.529244 0.185046 0.121248
+0.564462 0.181598 0.128588
+0.601831 0.177417 0.137118
+0.641978 0.17348 0.148592
+0.685206 0.174868 0.167514
+0.73286 0.198077 0.207111
+0.783948 0.223682 0.248692
+0.839887 0.252216 0.29218
+0.901488 0.283406 0.336782
+0.942351 0.317067 0.381247
+0.969741 0.352026 0.425803
+0.983261 0.392203 0.475425
+0.977752 0.439582 0.531106
+0 0.220371 0.125628
+0 0.220325 0.125109
+0 0.220264 0.123461
+0 0.220111 0.120592
+0 0.219928 0.116091
+0.000686656 0.219699 0.109346
+0.00213626 0.219471 0.0992447
+0.00624094 0.221057 0.0860609
+0.0318456 0.228855 0.0727703
+0.107866 0.232959 0.0730755
+0.182528 0.231739 0.0740368
+0.245029 0.231067 0.0762646
+0.277363 0.221653 0.08159
+0.314717 0.22089 0.0893263
+0.350469 0.223224 0.0966354
+0.381064 0.224338 0.102831
+0.406607 0.223758 0.10721
+0.433539 0.223072 0.112093
+0.462928 0.221988 0.117479
+0.494362 0.220462 0.123552
+0.527993 0.218494 0.130526
+0.563622 0.215946 0.138476
+0.601923 0.212558 0.147875
+0.64213 0.208484 0.158129
+0.68629 0.203174 0.169726
+0.732891 0.200961 0.186297
+0.784329 0.226352 0.231037
+0.840253 0.254643 0.277089
+0.901823 0.285664 0.323842
+0.942718 0.319142 0.370733
+0.969909 0.353902 0.416724
+0.983291 0.393835 0.467781
+0.977768 0.441016 0.524559
+0.00619516 0.24828 0.143404
+0.00627146 0.248234 0.142809
+0.00656138 0.248157 0.141131
+0.00709545 0.248035 0.138155
+0.00787366 0.247913 0.133593
+0.00892653 0.2477 0.126818
+0.0103304 0.247501 0.117113
+0.0121004 0.247242 0.10248
+0.0217594 0.252628 0.0856489
+0.0834974 0.259113 0.0820935
+0.157671 0.260227 0.0834669
+0.225071 0.25977 0.0855726
+0.278264 0.259892 0.0887007
+0.308415 0.25185 0.0933089
+0.340002 0.248539 0.0999008
+0.373327 0.251255 0.107134
+0.401984 0.252796 0.113344
+0.430243 0.2533 0.119188
+0.459785 0.25272 0.124758
+0.491356 0.251774 0.131167
+0.524865 0.250523 0.138293
+0.56054 0.248798 0.146654
+0.598306 0.246525 0.156039
+0.639124 0.243366 0.167025
+0.683543 0.2392 0.178958
+0.732525 0.233631 0.192279
+0.784817 0.229465 0.209323
+0.840955 0.257389 0.259144
+0.902632 0.288411 0.309041
+0.943038 0.321645 0.358389
+0.97023 0.356069 0.40647
+0.983261 0.395804 0.459205
+0.977737 0.442817 0.517433
+0.0137484 0.275944 0.160784
+0.0138399 0.275929 0.160204
+0.0141451 0.275883 0.15848
+0.0146334 0.275746 0.155459
+0.0153964 0.275639 0.150881
+0.0164187 0.275486 0.144259
+0.0176394 0.27541 0.134981
+0.0198978 0.275242 0.121492
+0.0245365 0.275761 0.1028
+0.0586404 0.283833 0.0906539
+0.132128 0.288426 0.0918746
+0.204105 0.287922 0.0942702
+0.262516 0.288258 0.0972152
+0.30837 0.288762 0.100923
+0.336065 0.281834 0.105165
+0.363653 0.27631 0.110491
+0.394202 0.279164 0.117647
+0.423575 0.280903 0.124254
+0.454795 0.281926 0.130983
+0.48716 0.281956 0.137758
+0.520775 0.281239 0.145068
+0.556527 0.280308 0.153475
+0.594049 0.278737 0.162921
+0.634348 0.27657 0.1738
+0.678019 0.273518 0.18587
+0.72517 0.269535 0.198886
+0.777523 0.264042 0.214023
+0.836439 0.257893 0.232074
+0.900038 0.28986 0.288411
+0.942992 0.323919 0.343023
+0.970764 0.358663 0.394812
+0.983246 0.39823 0.449744
+0.977691 0.44506 0.509712
+0.020264 0.30341 0.177569
+0.0203708 0.303426 0.17705
+0.020676 0.30341 0.175448
+0.0211795 0.303319 0.172534
+0.0219272 0.303227 0.168093
+0.0233768 0.302998 0.161776
+0.0252689 0.302876 0.152895
+0.0275883 0.302693 0.140337
+0.0303502 0.302571 0.122316
+0.0419776 0.308354 0.0994125
+0.109056 0.313436 0.099733
+0.180667 0.315877 0.102068
+0.245533 0.316106 0.10544
+0.296101 0.316762 0.109087
+0.3364 0.317494 0.113024
+0.362066 0.311254 0.116884
+0.38613 0.305333 0.121691
+0.415274 0.306798 0.12842
+0.447059 0.308797 0.135531
+0.480522 0.310002 0.142809
+0.515587 0.310613 0.150774
+0.551644 0.310369 0.159167
+0.589197 0.309453 0.168658
+0.629007 0.308186 0.179248
+0.672007 0.306035 0.191043
+0.71809 0.303136 0.204166
+0.768902 0.299046 0.219211
+0.826215 0.293553 0.236378
+0.891524 0.289418 0.258946
+0.93991 0.322103 0.317418
+0.967407 0.356985 0.374273
+0.98378 0.396506 0.433005
+0.978134 0.444404 0.497124
+0.0268254 0.330571 0.193149
+0.0269627 0.330526 0.192615
+0.0273899 0.330526 0.191119
+0.0280766 0.330404 0.188418
+0.0289158 0.330312 0.184375
+0.0303197 0.33022 0.178622
+0.0320897 0.330037 0.170459
+0.0343023 0.329915 0.158907
+0.037644 0.329732 0.142611
+0.0421759 0.330892 0.118593
+0.0852827 0.337758 0.107912
+0.15581 0.342702 0.109804
+0.226246 0.342916 0.11339
+0.282414 0.343862 0.117647
+0.327443 0.34464 0.121828
+0.363409 0.345556 0.126055
+0.386374 0.340139 0.129
+0.409781 0.334844 0.133562
+0.439033 0.334051 0.140063
+0.473091 0.336095 0.147845
+0.508721 0.337499 0.155871
+0.545541 0.338323 0.164569
+0.584131 0.338552 0.174197
+0.623789 0.337972 0.18439
+0.66598 0.336828 0.195865
+0.71136 0.334874 0.208743
+0.7608 0.331899 0.223728
+0.816266 0.32784 0.240909
+0.880003 0.322103 0.259937
+0.936645 0.321813 0.28864
+0.963973 0.355062 0.34963
+0.984573 0.392798 0.41091
+0.979232 0.43978 0.477516
+0.0339818 0.356634 0.208576
+0.0341039 0.356573 0.208072
+0.0345159 0.356558 0.206622
+0.0352178 0.356466 0.204044
+0.0362249 0.356359 0.200259
+0.0376745 0.356283 0.195056
+0.0396582 0.35613 0.187793
+0.042359 0.356054 0.177676
+0.045594 0.355871 0.163119
+0.0492866 0.355688 0.142351
+0.0635843 0.36141 0.115984
+0.132753 0.366217 0.118349
+0.204303 0.369512 0.121935
+0.266056 0.370352 0.12639
+0.31548 0.371572 0.131075
+0.355428 0.372488 0.135744
+0.388708 0.373434 0.140291
+0.411673 0.368078 0.142504
+0.436561 0.363256 0.146807
+0.46537 0.360449 0.153079
+0.501595 0.36257 0.161105
+0.538857 0.364126 0.169802
+0.577585 0.365194 0.179126
+0.617945 0.365606 0.189303
+0.660441 0.365484 0.20058
+0.705409 0.364477 0.21355
+0.753948 0.362646 0.228412
+0.807599 0.359686 0.245243
+0.868879 0.355428 0.26392
+0.932998 0.348928 0.284443
+0.960464 0.354345 0.321309
+0.985122 0.389685 0.385916
+0.980133 0.435752 0.45597
+0.0418708 0.38349 0.225086
+0.0420539 0.383474 0.224598
+0.0425574 0.383352 0.223178
+0.0434119 0.383383 0.220661
+0.0446632 0.38323 0.216983
+0.0462959 0.383108 0.211963
+0.0481117 0.383062 0.205203
+0.0505989 0.382879 0.196292
+0.0541085 0.382757 0.183948
+0.0580911 0.382513 0.166262
+0.064683 0.385504 0.1402
+0.105058 0.391409 0.127932
+0.177691 0.397208 0.131838
+0.245945 0.398901 0.136492
+0.300664 0.400076 0.141604
+0.345296 0.401328 0.146685
+0.381857 0.40238 0.151812
+0.414771 0.403525 0.156954
+0.439506 0.398093 0.15845
+0.466133 0.392813 0.162097
+0.494438 0.387823 0.16733
+0.53196 0.390021 0.17583
+0.571283 0.391836 0.185
+0.61178 0.393118 0.19498
+0.654261 0.393881 0.20621
+0.699123 0.393973 0.21915
+0.7476 0.39324 0.233814
+0.799969 0.391363 0.250172
+0.859358 0.388251 0.268467
+0.929183 0.383383 0.288808
+0.956191 0.375479 0.31014
+0.985794 0.387442 0.3561
+0.981186 0.432395 0.431067
+0.0517586 0.412482 0.243824
+0.0518959 0.412451 0.243366
+0.0523842 0.412345 0.241993
+0.053193 0.412314 0.239612
+0.0545663 0.412268 0.236103
+0.0563516 0.412177 0.231296
+0.0584268 0.412116 0.225055
+0.0611734 0.411978 0.216693
+0.0644388 0.411795 0.205753
+0.0682231 0.411673 0.191363
+0.0737316 0.41297 0.170535
+0.081529 0.41886 0.141024
+0.148287 0.424659 0.143267
+0.219303 0.429694 0.148119
+0.281254 0.430793 0.153414
+0.330938 0.432242 0.158907
+0.37229 0.433478 0.164263
+0.407965 0.434669 0.170047
+0.443 0.436103 0.175906
+0.469871 0.430503 0.176745
+0.498314 0.425055 0.179873
+0.528054 0.419791 0.184421
+0.564614 0.419715 0.192264
+0.605402 0.421881 0.201892
+0.648005 0.423301 0.212894
+0.692805 0.42414 0.225605
+0.740475 0.424308 0.23978
+0.79234 0.423606 0.255848
+0.850278 0.421881 0.273823
+0.917098 0.418677 0.294347
+0.951263 0.412695 0.315297
+0.984024 0.403082 0.33698
+0.98204 0.429908 0.400015
+0.0638743 0.443702 0.26479
+0.0640269 0.443732 0.264332
+0.0645609 0.443671 0.263005
+0.0654612 0.443687 0.260777
+0.0666667 0.44361 0.257481
+0.0682078 0.443549 0.253025
+0.0704967 0.443397 0.247135
+0.0733501 0.44329 0.239536
+0.076524 0.443198 0.22974
+0.0804913 0.44303 0.216907
+0.0848554 0.442863 0.200046
+0.0930953 0.448737 0.178653
+0.114717 0.454505 0.156237
+0.185824 0.461387 0.161456
+0.254917 0.464332 0.166964
+0.311543 0.465705 0.172442
+0.358099 0.467338 0.177905
+0.398474 0.468589 0.183581
+0.435904 0.469993 0.18999
+0.473762 0.471412 0.196201
+0.502647 0.46566 0.19649
+0.532601 0.460014 0.199008
+0.563806 0.454688 0.203281
+0.59884 0.451682 0.210391
+0.641718 0.454093 0.221027
+0.686519 0.455772 0.233219
+0.733944 0.456626 0.247028
+0.784558 0.456962 0.262791
+0.839734 0.456458 0.281071
+0.902159 0.455238 0.301946
+0.945281 0.451316 0.323125
+0.97731 0.443763 0.344152
+0.981765 0.440665 0.37467
+0.0784314 0.477745 0.288289
+0.0786145 0.477791 0.287892
+0.0791943 0.477714 0.286625
+0.0801251 0.477638 0.284535
+0.0815137 0.477562 0.281468
+0.0832685 0.477562 0.277272
+0.0852369 0.477455 0.271992
+0.0879225 0.477363 0.265095
+0.0910811 0.477272 0.256306
+0.0945449 0.477134 0.245167
+0.0987411 0.477028 0.230701
+0.105287 0.481239 0.213642
+0.113588 0.488197 0.192203
+0.148638 0.493904 0.176562
+0.218769 0.500496 0.181933
+0.284352 0.501732 0.187045
+0.337545 0.503243 0.192432
+0.384817 0.504814 0.19823
+0.42591 0.506172 0.204486
+0.466194 0.507561 0.211658
+0.506493 0.509178 0.218616
+0.537163 0.503288 0.218204
+0.569085 0.497505 0.2206
+0.60177 0.49189 0.224933
+0.635386 0.486397 0.231098
+0.679866 0.488441 0.242939
+0.726421 0.490394 0.256916
+0.775433 0.49189 0.273106
+0.828031 0.492592 0.291768
+0.885939 0.492882 0.313375
+0.937514 0.491096 0.334844
+0.968627 0.485481 0.354711
+0.97705 0.483482 0.382757
+0.0955367 0.514199 0.314473
+0.0957046 0.514168 0.314061
+0.0962081 0.514107 0.312901
+0.0970932 0.514122 0.310933
+0.0983597 0.514107 0.308095
+0.100023 0.514031 0.304311
+0.102037 0.513924 0.299367
+0.104326 0.513924 0.293202
+0.107256 0.513787 0.28542
+0.110643 0.513664 0.275608
+0.114305 0.513603 0.263325
+0.119783 0.515755 0.248722
+0.128038 0.522988 0.232746
+0.137011 0.530831 0.211719
+0.177172 0.537087 0.200137
+0.247105 0.540139 0.20296
+0.308721 0.541604 0.208255
+0.363073 0.543267 0.21416
+0.410819 0.544945 0.220752
+0.455344 0.546227 0.22797
+0.498527 0.547692 0.236652
+0.541039 0.549294 0.245502
+0.573236 0.543297 0.244907
+0.606439 0.537392 0.24741
+0.64062 0.531655 0.25211
+0.675654 0.526162 0.258961
+0.717266 0.525292 0.271015
+0.764706 0.527947 0.288182
+0.814633 0.530083 0.307866
+0.868589 0.532082 0.330556
+0.925383 0.532311 0.352743
+0.959014 0.528389 0.371283
+0.971237 0.527062 0.396078
+0.114107 0.552972 0.342794
+0.114275 0.552987 0.342443
+0.114763 0.552972 0.341375
+0.115618 0.552895 0.339529
+0.116793 0.552895 0.336904
+0.118349 0.552819 0.33344
+0.120104 0.552834 0.329015
+0.122362 0.552682 0.323445
+0.125063 0.552666 0.316503
+0.128176 0.55256 0.307942
+0.131533 0.552499 0.297444
+0.135729 0.552483 0.284337
+0.143847 0.560128 0.27274
+0.152956 0.568215 0.257893
+0.16376 0.576715 0.238804
+0.200427 0.583062 0.227054
+0.268696 0.582361 0.226108
+0.332204 0.584085 0.231983
+0.389075 0.585763 0.238941
+0.439796 0.587091 0.247517
+0.487846 0.588144 0.25774
+0.53344 0.589456 0.269978
+0.577386 0.591211 0.282246
+0.610239 0.585306 0.282124
+0.644007 0.579629 0.284977
+0.678645 0.574029 0.290425
+0.714656 0.568734 0.298375
+0.752743 0.56492 0.309499
+0.800168 0.568597 0.330755
+0.850599 0.572168 0.354482
+0.905043 0.574456 0.377508
+0.949172 0.572152 0.394461
+0.965103 0.571359 0.416251
+0.134798 0.593881 0.373098
+0.134966 0.593866 0.372763
+0.135439 0.593866 0.371817
+0.136233 0.593835 0.370184
+0.137346 0.593759 0.36788
+0.138582 0.593759 0.364828
+0.140383 0.59379 0.360937
+0.142519 0.593668 0.356085
+0.145037 0.593545 0.349981
+0.147723 0.59353 0.342565
+0.151064 0.593439 0.333486
+0.154818 0.593378 0.322332
+0.161624 0.599115 0.312749
+0.170016 0.607523 0.30251
+0.179339 0.61651 0.289708
+0.191424 0.625864 0.273808
+0.222782 0.628519 0.255512
+0.288914 0.627222 0.25185
+0.358816 0.628519 0.25977
+0.41854 0.629602 0.270604
+0.474006 0.630152 0.283803
+0.52462 0.630915 0.299016
+0.571298 0.632471 0.316243
+0.615457 0.634699 0.333196
+0.648096 0.629236 0.333623
+0.68127 0.623697 0.336797
+0.715709 0.61854 0.343099
+0.751324 0.614084 0.351888
+0.788922 0.609934 0.363073
+0.835157 0.612055 0.383032
+0.888609 0.616053 0.405783
+0.941115 0.615305 0.421225
+0.960433 0.615152 0.440146
+0.157488 0.637354 0.405524
+0.157656 0.637324 0.405219
+0.158083 0.637247 0.404349
+0.158801 0.637263 0.402869
+0.159823 0.637232 0.400748
+0.161135 0.637156 0.39794
+0.162753 0.637095 0.394415
+0.16463 0.637049 0.390097
+0.16672 0.637079 0.384817
+0.169345 0.636942 0.378485
+0.17229 0.636942 0.370871
+0.175372 0.636866 0.361746
+0.18088 0.640543 0.353246
+0.189227 0.649439 0.346532
+0.198169 0.658885 0.338384
+0.208286 0.668818 0.328435
+0.219333 0.67808 0.315022
+0.244358 0.677012 0.287648
+0.315435 0.67364 0.282994
+0.392355 0.67332 0.296483
+0.457481 0.673075 0.313817
+0.516258 0.673136 0.333745
+0.567437 0.674449 0.354635
+0.612985 0.677119 0.375113
+0.656397 0.680705 0.393057
+0.688136 0.675395 0.392813
+0.720897 0.670314 0.395422
+0.755718 0.66601 0.401358
+0.792584 0.662211 0.409415
+0.832822 0.658793 0.419593
+0.878965 0.657237 0.432639
+0.936431 0.657755 0.446983
+0.959274 0.658045 0.463661
+0.184909 0.682734 0.440146
+0.185031 0.682689 0.439902
+0.185382 0.682673 0.439094
+0.186038 0.682658 0.437812
+0.186954 0.682643 0.435889
+0.188052 0.682551 0.433433
+0.189456 0.682582 0.43032
+0.190967 0.682597 0.426581
+0.19292 0.682567 0.421973
+0.195193 0.682582 0.416464
+0.197757 0.682551 0.409934
+0.200534 0.682551 0.402213
+0.204746 0.683833 0.393973
+0.21474 0.692668 0.390311
+0.225391 0.702007 0.385962
+0.236988 0.71162 0.380835
+0.25034 0.721828 0.375448
+0.260761 0.725582 0.357809
+0.281621 0.724147 0.326268
+0.356756 0.718166 0.323156
+0.438682 0.716152 0.345251
+0.507713 0.715572 0.36997
+0.563943 0.716899 0.392462
+0.611963 0.720424 0.412497
+0.656565 0.725185 0.430396
+0.700694 0.730816 0.44538
+0.732525 0.725155 0.443503
+0.766979 0.72047 0.445182
+0.804227 0.716426 0.450004
+0.845151 0.713024 0.457084
+0.890227 0.709133 0.465599
+0.936202 0.702586 0.472084
+0.96054 0.701122 0.485161
+0.2309 0.727001 0.477806
+0.2309 0.727031 0.477577
+0.231266 0.727062 0.476905
+0.231785 0.727062 0.475746
+0.232334 0.727123 0.474144
+0.233143 0.727062 0.472038
+0.234272 0.727092 0.469352
+0.23563 0.727199 0.466087
+0.237064 0.727153 0.462119
+0.238773 0.727214 0.457465
+0.240513 0.727291 0.452049
+0.242664 0.727337 0.445624
+0.245014 0.727352 0.438087
+0.256336 0.734768 0.436469
+0.270222 0.743297 0.435431
+0.285252 0.752087 0.434287
+0.302251 0.761242 0.433387
+0.319265 0.769635 0.430243
+0.324208 0.76907 0.407095
+0.342916 0.767437 0.375753
+0.416159 0.760021 0.377493
+0.496727 0.758495 0.403326
+0.559319 0.761044 0.426246
+0.609644 0.765911 0.444205
+0.655863 0.771695 0.460365
+0.700954 0.778027 0.476631
+0.747433 0.784772 0.491463
+0.781781 0.779156 0.489387
+0.81944 0.774487 0.490837
+0.861234 0.770657 0.495491
+0.907164 0.766003 0.501076
+0.945174 0.758999 0.506096
+0.96318 0.752712 0.513909
+0.300526 0.768246 0.520394
+0.300359 0.768246 0.520165
+0.300771 0.768246 0.519585
+0.301137 0.768261 0.518669
+0.301503 0.768292 0.51722
+0.302235 0.768261 0.51545
+0.302907 0.768383 0.513161
+0.303807 0.768429 0.510414
+0.304753 0.768444 0.507195
+0.305974 0.768551 0.503349
+0.307164 0.768612 0.498848
+0.308736 0.768719 0.493675
+0.310307 0.768826 0.487617
+0.320989 0.773571 0.486427
+0.338811 0.781201 0.488563
+0.357595 0.789227 0.490898
+0.377111 0.797574 0.49366
+0.396811 0.806577 0.4963
+0.404501 0.809735 0.486076
+0.407492 0.809369 0.464302
+0.424262 0.808057 0.43679
+0.48423 0.803754 0.43682
+0.549905 0.808057 0.455817
+0.604471 0.814572 0.47364
+0.653758 0.821454 0.490288
+0.700816 0.828672 0.50605
+0.748348 0.836072 0.521996
+0.798306 0.843641 0.536568
+0.836255 0.837949 0.534035
+0.879118 0.833341 0.535363
+0.926238 0.827436 0.538277
+0.955428 0.819593 0.541192
+0.967224 0.81384 0.548409
+0.387137 0.807645 0.567895
+0.387198 0.807645 0.567758
+0.387213 0.807645 0.567239
+0.387488 0.807645 0.566461
+0.387945 0.807645 0.565332
+0.388342 0.807691 0.563836
+0.388907 0.807691 0.56199
+0.389593 0.80766 0.559762
+0.390448 0.807706 0.557153
+0.391348 0.807828 0.55407
+0.392218 0.807828 0.55053
+0.393088 0.807904 0.54641
+0.394385 0.807965 0.541711
+0.4009 0.810925 0.539803
+0.417411 0.819013 0.544106
+0.433646 0.827848 0.548455
+0.449561 0.837644 0.552834
+0.465415 0.84863 0.557153
+0.478691 0.858457 0.557809
+0.480247 0.85745 0.542412
+0.484474 0.856992 0.522133
+0.495674 0.857649 0.495323
+0.538277 0.859373 0.488792
+0.594934 0.866712 0.502739
+0.648051 0.875166 0.519341
+0.697917 0.883772 0.535195
+0.747768 0.892134 0.551186
+0.799237 0.900664 0.568017
+0.854231 0.909072 0.583642
+0.897917 0.902724 0.580941
+0.939803 0.895262 0.580011
+0.965789 0.88632 0.580179
+0.97171 0.880446 0.585977
+0.45771 0.855238 0.617121
+0.457771 0.855238 0.616999
+0.457938 0.855268 0.616587
+0.458183 0.855238 0.61593
+0.458625 0.855222 0.615015
+0.459022 0.855177 0.613794
+0.459602 0.855161 0.612222
+0.460349 0.855161 0.610422
+0.461082 0.8551 0.608255
+0.461997 0.855085 0.605737
+0.462974 0.855055 0.602853
+0.46392 0.855024 0.599634
+0.46511 0.854994 0.595911
+0.467613 0.856107 0.592676
+0.479469 0.86717 0.597803
+0.490929 0.878737 0.602869
+0.502708 0.891188 0.608087
+0.512306 0.903441 0.611994
+0.519509 0.915846 0.613275
+0.523156 0.918273 0.604868
+0.526009 0.917311 0.589731
+0.530129 0.917021 0.569329
+0.541848 0.919203 0.543359
+0.580133 0.922911 0.534005
+0.633494 0.930968 0.544656
+0.687617 0.940505 0.560861
+0.740429 0.949615 0.577249
+0.793729 0.957305 0.593713
+0.849332 0.960815 0.610819
+0.910948 0.964385 0.626764
+0.947463 0.961227 0.623117
+0.975677 0.957702 0.621942
+0.97583 0.953841 0.626963
+0.502586 0.913741 0.663401
+0.502602 0.91371 0.663294
+0.502724 0.91371 0.662943
+0.502922 0.91371 0.662394
+0.503182 0.913725 0.66157
+0.503548 0.91368 0.660502
+0.504097 0.913664 0.659175
+0.504677 0.913649 0.657542
+0.505409 0.913558 0.655665
+0.506218 0.913527 0.653498
+0.507134 0.91342 0.651011
+0.508141 0.913359 0.648188
+0.509239 0.913329 0.644999
+0.510445 0.913161 0.641382
+0.515602 0.922576 0.643519
+0.52163 0.933623 0.646723
+0.527657 0.945525 0.64979
+0.53434 0.957198 0.652842
+0.540948 0.962982 0.655222
+0.546609 0.967163 0.653758
+0.548882 0.966552 0.641672
+0.552361 0.966308 0.626398
+0.559701 0.966628 0.607065
+0.572168 0.967941 0.581018
+0.609049 0.96994 0.569055
+0.66392 0.973129 0.57847
+0.721263 0.977539 0.595682
+0.77792 0.981491 0.61265
+0.835431 0.985321 0.629694
+0.8981 0.988922 0.647684
+0.94992 0.991409 0.660624
+0.973129 0.987213 0.655573
+0.97351 0.984237 0.65713
+0.527123 0.963455 0.700465
+0.527153 0.963455 0.700313
+0.52726 0.96347 0.700008
+0.527413 0.96347 0.699489
+0.527687 0.96347 0.698756
+0.528054 0.963455 0.697795
+0.528496 0.963424 0.696574
+0.529061 0.963409 0.695171
+0.529686 0.963394 0.693477
+0.530388 0.963363 0.691524
+0.531182 0.963333 0.689296
+0.532082 0.963302 0.686809
+0.533043 0.963272 0.684016
+0.534112 0.963226 0.680919
+0.538094 0.966476 0.682185
+0.543603 0.971939 0.685863
+0.54963 0.977707 0.689769
+0.555718 0.984054 0.693645
+0.562097 0.991058 0.697154
+0.569039 0.99855 0.700404
+0.57174 0.998505 0.692027
+0.574456 0.998474 0.679423
+0.579217 0.998657 0.664042
+0.589502 0.999542 0.645548
+0.601389 1 0.618357
+0.636942 1 0.603372
+0.694148 1 0.612345
+0.755673 1 0.630671
+0.816938 1 0.648188
+0.881422 1 0.665904
+0.943084 1 0.682963
+0.970291 1 0.695064
+0.97023 1 0.690898
+0.551263 0.993149 0.738735
+0.551278 0.993149 0.738659
+0.551369 0.993149 0.738369
+0.551507 0.993149 0.737881
+0.55172 0.993149 0.737224
+0.55198 0.993164 0.73637
+0.552377 0.993133 0.735241
+0.55285 0.993118 0.733944
+0.553399 0.993103 0.732418
+0.554025 0.993072 0.730694
+0.554696 0.993042 0.728695
+0.555459 0.993011 0.726497
+0.556298 0.992966 0.723995
+0.557214 0.992935 0.721202
+0.559808 0.995682 0.721263
+0.566705 0.998688 0.727031
+0.574411 0.99881 0.734035
+0.582544 0.998947 0.741222
+0.59118 0.999069 0.748379
+0.600244 0.999252 0.755627
+0.607019 0.999374 0.755474
+0.609689 0.999527 0.745174
+0.614359 0.999771 0.73283
+0.621714 1 0.717876
+0.631556 1 0.698589
+0.643397 1 0.670375
+0.677623 1 0.651255
+0.737011 1 0.659037
+0.803342 1 0.677958
+0.870497 1 0.69575
+0.939025 1 0.712474
+0.970703 1 0.725887
+0.970901 1 0.740398
+0 0.0447852 0.0264897
+0 0.0446326 0.0275578
+0 0.0444038 0.0293736
+0 0.0445716 0.0316014
+0 0.0445716 0.0339818
+0.00933852 0.0442359 0.036286
+0.0443275 0.0440375 0.0393378
+0.0826734 0.0439307 0.0434119
+0.123323 0.0442359 0.0477302
+0.165087 0.0450446 0.0525521
+0.204715 0.0465095 0.0580911
+0.241489 0.0483711 0.0640726
+0.275532 0.0505837 0.0708629
+0.307179 0.0530404 0.0778973
+0.337087 0.0559243 0.0854658
+0.363745 0.0591287 0.0934615
+0.388647 0.0626078 0.101869
+0.413809 0.066743 0.111269
+0.441276 0.07187 0.122515
+0.470726 0.0785382 0.13576
+0.502571 0.0866865 0.150759
+0.53579 0.0969406 0.167346
+0.571084 0.109483 0.185702
+0.607828 0.124514 0.206806
+0.647578 0.142489 0.230716
+0.690272 0.163424 0.257649
+0.736339 0.187366 0.287587
+0.786358 0.213825 0.320287
+0.840909 0.242893 0.355581
+0.901381 0.274403 0.391577
+0.941176 0.307836 0.428061
+0.967834 0.342382 0.465141
+0.983276 0.381353 0.507271
+0 0.0453651 0.0276951
+0 0.0451057 0.0285496
+0 0.0446632 0.0307774
+0 0.0446784 0.032578
+0 0.0446784 0.0347143
+0.00863661 0.0443275 0.0368048
+0.0441291 0.0440681 0.0396582
+0.0826581 0.0439765 0.0434272
+0.1234 0.0443275 0.0475929
+0.165164 0.0451209 0.0522927
+0.204883 0.0465858 0.0576944
+0.241611 0.0484474 0.0636301
+0.275563 0.05066 0.0703136
+0.307301 0.0531319 0.0772717
+0.337224 0.0560006 0.0848096
+0.363806 0.0592355 0.0928054
+0.388724 0.0627298 0.101137
+0.414237 0.0669108 0.110872
+0.442359 0.0722515 0.122683
+0.472114 0.0790417 0.136172
+0.504143 0.0873274 0.151476
+0.537591 0.0977798 0.168124
+0.573251 0.11046 0.186892
+0.610437 0.125689 0.20824
+0.650248 0.14403 0.23241
+0.693339 0.16527 0.259632
+0.740001 0.189517 0.289921
+0.790585 0.216251 0.323033
+0.845945 0.245731 0.35848
+0.907195 0.277531 0.394781
+0.943771 0.311147 0.431571
+0.970855 0.345937 0.468849
+0.982879 0.38616 0.512322
+0 0.0478218 0.0314946
+0 0.0475166 0.0322576
+0 0.0468452 0.0349279
+0 0.0465858 0.037583
+0 0.0461738 0.0385138
+0.00727855 0.0451362 0.0391089
+0.0433204 0.0441901 0.0404059
+0.0822461 0.0441291 0.0434424
+0.123308 0.0445258 0.0470588
+0.165255 0.0453803 0.0512551
+0.205005 0.0468605 0.0563973
+0.241886 0.0487221 0.0621805
+0.275883 0.0509499 0.0685588
+0.3075 0.0534218 0.0754101
+0.337453 0.0563363 0.082826
+0.363958 0.0595865 0.0906844
+0.389425 0.0631723 0.0993973
+0.415656 0.0675822 0.109728
+0.444083 0.0729839 0.121721
+0.474205 0.079881 0.135531
+0.50631 0.0884413 0.150973
+0.539925 0.0990311 0.167926
+0.575936 0.111971 0.186923
+0.613489 0.12752 0.208576
+0.65362 0.14612 0.233127
+0.6972 0.167727 0.260838
+0.744366 0.192233 0.291524
+0.795682 0.219226 0.325216
+0.851667 0.248966 0.361089
+0.913359 0.281163 0.397696
+0.946502 0.315053 0.434531
+0.97406 0.350042 0.472221
+0.982483 0.391516 0.517281
+0 0.0530251 0.036408
+0 0.0527962 0.0369726
+0 0.0519875 0.0388495
+0 0.0513924 0.0443122
+0 0.050782 0.0465095
+0.00794995 0.0495918 0.0464027
+0.0468452 0.0481422 0.0466316
+0.0846265 0.0472419 0.0467994
+0.124346 0.0463111 0.0476692
+0.165118 0.0457313 0.0492866
+0.205112 0.0472725 0.0539254
+0.24213 0.0491188 0.0594186
+0.276127 0.0513924 0.0653086
+0.307759 0.0539101 0.0719615
+0.337743 0.0568856 0.0792096
+0.364996 0.0602884 0.0876478
+0.391348 0.06392 0.0969711
+0.417685 0.0686198 0.107378
+0.446052 0.0741436 0.119509
+0.476738 0.0812543 0.13344
+0.50898 0.0900282 0.149264
+0.542931 0.100847 0.166583
+0.579141 0.114061 0.185946
+0.616892 0.129961 0.208011
+0.657572 0.14876 0.233249
+0.701549 0.170718 0.261295
+0.74931 0.195499 0.292729
+0.801129 0.222873 0.326757
+0.857908 0.252934 0.363104
+0.919127 0.285481 0.400092
+0.94963 0.31957 0.4374
+0.977874 0.35465 0.475395
+0.981826 0.39762 0.522042
+0 0.061387 0.042359
+0 0.0611734 0.042771
+0 0.0604715 0.0441291
+0 0.0594644 0.0475929
+0 0.0590219 0.0565652
+0.0043183 0.0571298 0.0571145
+0.0497749 0.054963 0.0560769
+0.0897383 0.0540627 0.0543221
+0.129778 0.0533913 0.0539406
+0.169909 0.0528267 0.0547036
+0.208057 0.0523842 0.0560769
+0.243183 0.0520943 0.057969
+0.276143 0.0520485 0.0603647
+0.307851 0.0547036 0.0665599
+0.339422 0.0579232 0.0749218
+0.367376 0.0614481 0.0837415
+0.393942 0.0653086 0.0933089
+0.420447 0.0701762 0.103883
+0.449226 0.0758526 0.116091
+0.480064 0.083238 0.130388
+0.512596 0.0923171 0.1467
+0.547021 0.103395 0.164706
+0.583352 0.116976 0.18436
+0.62179 0.133104 0.207156
+0.662882 0.152392 0.232868
+0.707469 0.174823 0.261814
+0.755734 0.199908 0.293812
+0.808545 0.227604 0.328771
+0.866285 0.25803 0.365637
+0.927214 0.290944 0.403143
+0.953536 0.325353 0.440726
+0.982925 0.360586 0.479423
+0.980941 0.405463 0.528222
+0 0.0738689 0.0501106
+0 0.0737011 0.0503395
+0 0.073167 0.0511635
+0 0.0720226 0.052842
+0 0.0720073 0.0586557
+0 0.0710918 0.0629435
+0.0395819 0.0688029 0.0619516
+0.0905776 0.0658579 0.0623026
+0.136355 0.0641337 0.0611124
+0.176608 0.0637675 0.0609598
+0.214023 0.0635538 0.0619516
+0.248569 0.0633402 0.063508
+0.281819 0.0634318 0.066392
+0.314015 0.0637064 0.0704509
+0.343648 0.0637827 0.0745708
+0.370275 0.0636301 0.0785229
+0.396368 0.0671092 0.0870985
+0.423438 0.0719921 0.0979171
+0.45275 0.078172 0.110552
+0.484352 0.0857862 0.125658
+0.517784 0.0953689 0.143191
+0.552682 0.106966 0.16199
+0.589166 0.120974 0.182544
+0.628183 0.137682 0.206012
+0.670115 0.157382 0.232776
+0.715404 0.180285 0.262684
+0.764569 0.205722 0.295598
+0.818448 0.233967 0.331456
+0.877455 0.264881 0.368994
+0.932433 0.298177 0.40708
+0.958541 0.332906 0.445335
+0.984665 0.369375 0.485893
+0.979919 0.415579 0.536522
+0 0.0910506 0.0596933
+0 0.090898 0.0598001
+0 0.0905165 0.0600748
+0 0.0897383 0.0606851
+0 0.0889906 0.0626535
+0 0.0905318 0.0691234
+0.0243381 0.0882734 0.0673075
+0.0765698 0.0861219 0.0673686
+0.132052 0.0825055 0.0672923
+0.184115 0.079118 0.0665293
+0.222614 0.0797284 0.0685435
+0.259464 0.0809796 0.0725109
+0.292821 0.0817273 0.0763256
+0.323507 0.0822309 0.0801709
+0.351598 0.0824598 0.0841077
+0.377295 0.0824445 0.0880903
+0.401755 0.0822309 0.0923323
+0.427802 0.0817731 0.0969558
+0.456123 0.0810254 0.102235
+0.487877 0.0887312 0.117525
+0.521462 0.098558 0.135698
+0.557397 0.110582 0.156268
+0.595102 0.125154 0.178454
+0.635477 0.142885 0.203738
+0.679088 0.163684 0.232471
+0.726116 0.187396 0.264118
+0.776318 0.213382 0.298268
+0.831388 0.242237 0.335225
+0.892378 0.273762 0.373587
+0.938582 0.307424 0.412222
+0.965377 0.342489 0.451499
+0.98352 0.38146 0.495262
+0.978271 0.428717 0.54696
+0 0.112108 0.0721752
+0 0.112062 0.0720684
+0 0.111788 0.07187
+0 0.111376 0.0715038
+0 0.110689 0.0709239
+0 0.112459 0.0729534
+0.00192264 0.112535 0.0743572
+0.0647746 0.109529 0.074464
+0.119661 0.109987 0.0760357
+0.179644 0.108431 0.0773632
+0.23267 0.106477 0.0789502
+0.273945 0.105974 0.0819562
+0.306722 0.107454 0.0868544
+0.335714 0.107607 0.0905776
+0.361913 0.107607 0.0943465
+0.386252 0.107454 0.0982986
+0.409842 0.107195 0.102373
+0.435233 0.106722 0.107164
+0.463264 0.106004 0.112642
+0.493553 0.104982 0.118959
+0.526207 0.103655 0.126452
+0.562158 0.114839 0.147265
+0.600229 0.12987 0.171267
+0.641199 0.147814 0.197665
+0.685283 0.168994 0.227741
+0.733516 0.193133 0.261173
+0.786053 0.220188 0.297719
+0.843656 0.250263 0.337026
+0.907835 0.283131 0.377432
+0.945708 0.318105 0.418082
+0.974441 0.354208 0.45948
+0.982208 0.39678 0.507591
+0.976135 0.445457 0.560662
+0 0.137285 0.0868086
+0 0.137209 0.0865949
+0 0.136995 0.0859388
+0 0.13669 0.0846876
+0 0.136141 0.0825971
+0 0.135531 0.0793011
+0 0.140124 0.0791333
+0.0392767 0.137789 0.0792096
+0.112367 0.140902 0.0748608
+0.167666 0.136645 0.0824292
+0.22768 0.137133 0.0850538
+0.274846 0.133562 0.0845502
+0.309957 0.131548 0.0868086
+0.340002 0.130236 0.090013
+0.366751 0.128756 0.0931106
+0.390448 0.128115 0.0971695
+0.413367 0.127337 0.101366
+0.4383 0.126406 0.105989
+0.46566 0.12517 0.111299
+0.49514 0.123781 0.117372
+0.52726 0.122072 0.124666
+0.56202 0.120058 0.133227
+0.59997 0.131319 0.155886
+0.641199 0.149126 0.183948
+0.685298 0.170153 0.215152
+0.7337 0.194156 0.249943
+0.786191 0.221027 0.287556
+0.843854 0.250965 0.327901
+0.908019 0.283772 0.369574
+0.945907 0.318593 0.411276
+0.97438 0.354437 0.453101
+0.982315 0.396887 0.501869
+0.976272 0.445686 0.555734
+0 0.164691 0.102846
+0 0.164645 0.10251
+0 0.164416 0.101503
+0 0.164157 0.0996872
+0 0.16379 0.096849
+0 0.163287 0.092256
+0 0.165209 0.0874189
+0.00741588 0.16875 0.0830396
+0.0715801 0.177234 0.0735485
+0.165484 0.174426 0.0713817
+0.209079 0.163104 0.0834974
+0.266529 0.164858 0.0879225
+0.306264 0.163989 0.0921187
+0.337652 0.162646 0.0963302
+0.365789 0.161288 0.100282
+0.391073 0.159792 0.103883
+0.415122 0.158114 0.107408
+0.44094 0.156191 0.111269
+0.468925 0.15378 0.115602
+0.498741 0.151553 0.121386
+0.530068 0.150179 0.129366
+0.56408 0.148531 0.138506
+0.600595 0.146532 0.148898
+0.640864 0.151675 0.167712
+0.685389 0.17258 0.200671
+0.73373 0.196475 0.237003
+0.786297 0.223087 0.276158
+0.844007 0.252857 0.317891
+0.908171 0.285512 0.360983
+0.946044 0.320089 0.403738
+0.974304 0.35552 0.446281
+0.982361 0.397711 0.495811
+0.976364 0.446357 0.550423
+0 0.193164 0.11989
+0 0.193118 0.119493
+0 0.192981 0.118257
+0 0.192737 0.116121
+0 0.192523 0.112764
+0 0.192142 0.1075
+0 0.191684 0.0992142
+0.00189212 0.196201 0.091783
+0.0427405 0.200397 0.082475
+0.122316 0.207141 0.071931
+0.210224 0.204013 0.0705119
+0.246525 0.190509 0.0835126
+0.297688 0.194537 0.0941482
+0.334264 0.19501 0.1019
+0.363806 0.193851 0.106783
+0.389761 0.192737 0.11107
+0.414343 0.191409 0.115343
+0.44097 0.189807 0.120012
+0.469245 0.187915 0.12491
+0.499596 0.18558 0.130205
+0.532052 0.182712 0.136538
+0.566705 0.179248 0.143816
+0.603098 0.176608 0.15375
+0.642084 0.17467 0.166171
+0.685176 0.175402 0.182498
+0.733608 0.198978 0.221057
+0.786496 0.225345 0.26244
+0.844221 0.254902 0.305867
+0.908476 0.287327 0.35082
+0.946151 0.321706 0.394766
+0.974258 0.356847 0.438422
+0.982467 0.398871 0.489113
+0.976593 0.447257 0.544717
+0 0.221042 0.137179
+0 0.220981 0.136721
+0 0.22092 0.135363
+0 0.220706 0.132952
+0.000244144 0.220508 0.129244
+0.00123598 0.220264 0.123644
+0.00248722 0.219944 0.115343
+0.00608835 0.221164 0.104494
+0.0184024 0.22652 0.0906996
+0.0864271 0.235325 0.0800183
+0.173617 0.234455 0.0797131
+0.246998 0.232654 0.081117
+0.279713 0.220005 0.090074
+0.32195 0.221927 0.101946
+0.358984 0.224262 0.111437
+0.387076 0.224094 0.117357
+0.412116 0.223117 0.122118
+0.438972 0.222034 0.127275
+0.467948 0.220691 0.132891
+0.499077 0.21886 0.139116
+0.532235 0.216678 0.146059
+0.567147 0.213855 0.153674
+0.604044 0.210544 0.162371
+0.643915 0.206302 0.171862
+0.686839 0.203143 0.184665
+0.733516 0.201694 0.201358
+0.786511 0.227924 0.245548
+0.844343 0.257237 0.291493
+0.908568 0.289403 0.338277
+0.946242 0.323568 0.38436
+0.974319 0.358495 0.429603
+0.982574 0.400336 0.481727
+0.976638 0.448493 0.538277
+0.00682078 0.248859 0.154772
+0.00689708 0.248798 0.154284
+0.00720226 0.248722 0.152834
+0.00773632 0.248692 0.150271
+0.00848402 0.248478 0.146365
+0.00950637 0.248203 0.140597
+0.0108797 0.247959 0.132326
+0.0126192 0.247669 0.119905
+0.0214084 0.251133 0.106538
+0.0590524 0.259113 0.0898604
+0.141527 0.263355 0.089662
+0.219623 0.262104 0.0906691
+0.279896 0.261494 0.0932937
+0.310246 0.251026 0.101228
+0.34583 0.249516 0.111162
+0.379812 0.252171 0.120302
+0.408591 0.25362 0.127855
+0.43595 0.252979 0.133593
+0.465156 0.252064 0.13959
+0.496376 0.250874 0.146242
+0.529625 0.249287 0.153552
+0.564889 0.247395 0.161715
+0.602594 0.24477 0.170901
+0.64332 0.241352 0.181109
+0.687114 0.237095 0.192187
+0.734798 0.231693 0.204654
+0.786343 0.230701 0.224659
+0.844312 0.259693 0.273976
+0.908568 0.291661 0.323491
+0.946258 0.325612 0.372244
+0.974716 0.360479 0.419837
+0.982574 0.402136 0.473365
+0.976654 0.450141 0.531243
+0.0144656 0.276463 0.171771
+0.0145418 0.276387 0.171237
+0.0148318 0.276356 0.169787
+0.0153658 0.276341 0.167178
+0.0160525 0.276127 0.163241
+0.0170443 0.275959 0.157549
+0.0180819 0.275807 0.149432
+0.0205234 0.275532 0.137728
+0.0247959 0.275929 0.121401
+0.0419318 0.282994 0.101961
+0.114046 0.289586 0.098497
+0.192523 0.290562 0.0999008
+0.258961 0.290333 0.102129
+0.309789 0.290242 0.105531
+0.338247 0.2813 0.112383
+0.36817 0.277089 0.12079
+0.399191 0.279927 0.129717
+0.429557 0.281651 0.137636
+0.461097 0.282368 0.145296
+0.492607 0.281575 0.152193
+0.526055 0.280674 0.159747
+0.561318 0.279347 0.1682
+0.598733 0.277592 0.177264
+0.638926 0.275135 0.187549
+0.682338 0.271946 0.199023
+0.730129 0.267613 0.212192
+0.784176 0.261753 0.227222
+0.843366 0.262043 0.251926
+0.908537 0.294057 0.305882
+0.946426 0.327764 0.35816
+0.975082 0.362814 0.40856
+0.982544 0.404379 0.46421
+0.976638 0.452186 0.523644
+0.0208286 0.303929 0.187564
+0.0209201 0.303929 0.18706
+0.0212253 0.303883 0.185657
+0.0217288 0.303777 0.183185
+0.0226139 0.30367 0.179492
+0.0240635 0.303487 0.174166
+0.0258946 0.303227 0.166369
+0.0280613 0.30309 0.155459
+0.0308385 0.302892 0.139559
+0.0405585 0.305364 0.120912
+0.0885786 0.31371 0.107042
+0.164828 0.318532 0.107958
+0.23769 0.318212 0.110735
+0.294133 0.318471 0.113817
+0.337743 0.318868 0.117784
+0.363745 0.311101 0.123766
+0.388586 0.304402 0.130755
+0.419699 0.307515 0.139574
+0.452186 0.309468 0.148043
+0.486351 0.310567 0.156481
+0.521248 0.310826 0.164996
+0.55668 0.310048 0.173358
+0.594003 0.308934 0.182467
+0.633722 0.307347 0.192645
+0.676616 0.304997 0.204135
+0.723217 0.301823 0.217304
+0.775479 0.297398 0.232547
+0.834775 0.291234 0.249622
+0.90135 0.293217 0.278325
+0.944305 0.327352 0.336355
+0.97377 0.363195 0.392187
+0.982635 0.405814 0.452384
+0.976577 0.454658 0.51545
+0.027512 0.330983 0.202258
+0.0276493 0.330968 0.201816
+0.0280461 0.330907 0.200458
+0.0286107 0.330922 0.198138
+0.029572 0.330755 0.194644
+0.0309453 0.330617 0.189731
+0.0327153 0.330465 0.182666
+0.0350042 0.330251 0.172808
+0.0382239 0.330068 0.158526
+0.0424048 0.3299 0.137499
+0.0636301 0.337835 0.115221
+0.139727 0.343038 0.116396
+0.214771 0.345068 0.119081
+0.277073 0.345724 0.122683
+0.32604 0.346258 0.126223
+0.364569 0.346761 0.13048
+0.387655 0.340169 0.135561
+0.411124 0.333822 0.141878
+0.442466 0.334676 0.150622
+0.477653 0.336706 0.15967
+0.513634 0.338048 0.168719
+0.551156 0.338766 0.177859
+0.58941 0.338628 0.187381
+0.628809 0.337667 0.197284
+0.671092 0.336217 0.208667
+0.716609 0.334035 0.221653
+0.767102 0.330739 0.236606
+0.824079 0.326101 0.253391
+0.890684 0.31931 0.272328
+0.940902 0.325567 0.307454
+0.969375 0.360693 0.368093
+0.983597 0.400931 0.42977
+0.977783 0.449332 0.495933
+0.0346227 0.357015 0.217426
+0.0347295 0.35697 0.216983
+0.0351568 0.356954 0.215641
+0.0358434 0.356893 0.213306
+0.0368353 0.356802 0.209857
+0.0382696 0.35671 0.205081
+0.0403601 0.356542 0.198611
+0.0430152 0.356283 0.189853
+0.0462501 0.356069 0.177493
+0.0499886 0.355932 0.159167
+0.0605783 0.359258 0.134874
+0.113848 0.366308 0.125216
+0.188434 0.371649 0.127352
+0.257542 0.372152 0.13135
+0.311635 0.373083 0.1355
+0.354498 0.373831 0.13959
+0.389548 0.374472 0.144106
+0.412711 0.3682 0.148836
+0.437659 0.362463 0.154894
+0.468559 0.360815 0.163012
+0.505302 0.363088 0.172351
+0.543374 0.364599 0.181567
+0.582605 0.365576 0.191272
+0.623377 0.365911 0.201663
+0.665904 0.365423 0.213214
+0.710735 0.364096 0.226047
+0.759747 0.361746 0.240635
+0.814527 0.358404 0.257023
+0.878614 0.353292 0.275578
+0.937072 0.345983 0.296117
+0.965179 0.358572 0.339467
+0.984344 0.396765 0.404608
+0.978836 0.444114 0.473777
+0.0426337 0.38378 0.233539
+0.042771 0.38378 0.233097
+0.0432898 0.383734 0.231785
+0.0441291 0.383703 0.22948
+0.0453803 0.383581 0.226139
+0.0469368 0.383413 0.221485
+0.0487678 0.383444 0.21532
+0.0513008 0.383246 0.207172
+0.0548257 0.383062 0.196216
+0.0587472 0.382849 0.181033
+0.0636606 0.382757 0.158129
+0.0852522 0.391119 0.134798
+0.162219 0.396872 0.137285
+0.23415 0.400473 0.141146
+0.294072 0.401389 0.145724
+0.34229 0.402564 0.150362
+0.380896 0.403388 0.154894
+0.415351 0.404379 0.160021
+0.440238 0.398032 0.163897
+0.467048 0.392157 0.169619
+0.496696 0.387839 0.176562
+0.535348 0.390478 0.185931
+0.575296 0.392294 0.195758
+0.616251 0.393591 0.206149
+0.659083 0.394156 0.217823
+0.704723 0.393942 0.230838
+0.753368 0.392859 0.245304
+0.806226 0.390463 0.261234
+0.867323 0.386801 0.279484
+0.932815 0.381552 0.299702
+0.960479 0.373007 0.321004
+0.985199 0.393332 0.37464
+0.980041 0.439673 0.448493
+0.05243 0.412772 0.25185
+0.0525978 0.412757 0.251408
+0.0530709 0.412757 0.250141
+0.0539559 0.41268 0.247913
+0.055314 0.412573 0.244678
+0.0570993 0.412482 0.240284
+0.0591135 0.41236 0.234455
+0.0618601 0.412314 0.226841
+0.0651102 0.412024 0.2168
+0.0689097 0.411887 0.203525
+0.0738842 0.411719 0.185306
+0.080766 0.416098 0.158129
+0.129686 0.423972 0.14847
+0.203494 0.430747 0.152209
+0.271626 0.432151 0.157229
+0.325368 0.433356 0.16228
+0.369467 0.434546 0.167315
+0.407095 0.435615 0.172641
+0.443626 0.436805 0.17847
+0.47042 0.430259 0.180957
+0.498894 0.424216 0.185901
+0.528527 0.418402 0.191882
+0.567407 0.419913 0.201083
+0.608759 0.422095 0.211505
+0.65182 0.42356 0.223102
+0.697353 0.42417 0.235904
+0.745724 0.42417 0.250156
+0.798245 0.423331 0.266255
+0.857404 0.421332 0.284398
+0.925628 0.417762 0.304875
+0.955154 0.411093 0.325612
+0.985153 0.401801 0.348196
+0.981064 0.436149 0.417426
+0.0645762 0.444038 0.272282
+0.064744 0.443976 0.271916
+0.0652781 0.443992 0.270665
+0.0661936 0.4439 0.268544
+0.0672313 0.443854 0.265553
+0.068864 0.443793 0.261357
+0.0712139 0.443687 0.255924
+0.074052 0.443595 0.248783
+0.0771954 0.443427 0.239765
+0.0811475 0.443336 0.227893
+0.0854658 0.443122 0.21236
+0.0915694 0.445624 0.191775
+0.103029 0.452827 0.163027
+0.169787 0.460288 0.165301
+0.241733 0.465644 0.170779
+0.303349 0.466941 0.175937
+0.353384 0.468467 0.181048
+0.396231 0.469749 0.186419
+0.435233 0.470909 0.192325
+0.47451 0.472145 0.198657
+0.50312 0.465415 0.200198
+0.532937 0.459052 0.203891
+0.563928 0.453025 0.209506
+0.601099 0.451621 0.218219
+0.644388 0.454063 0.229541
+0.689937 0.455619 0.242054
+0.738033 0.456611 0.256336
+0.789197 0.456977 0.272526
+0.845548 0.456336 0.290959
+0.909453 0.4551 0.312047
+0.948699 0.450706 0.332921
+0.981949 0.442313 0.353506
+0.981582 0.44004 0.385122
+0.078706 0.477836 0.295094
+0.0788891 0.477897 0.294697
+0.0794537 0.477806 0.293523
+0.0803998 0.477836 0.291508
+0.0817273 0.477775 0.288624
+0.0834669 0.477668 0.284688
+0.0853895 0.477577 0.279667
+0.0880293 0.477501 0.273198
+0.0911727 0.477378 0.264973
+0.0945754 0.477241 0.254551
+0.0987106 0.477089 0.241062
+0.103502 0.477562 0.223606
+0.111513 0.48484 0.202777
+0.132647 0.492287 0.179767
+0.203128 0.500771 0.185367
+0.273396 0.502937 0.190463
+0.330327 0.504356 0.195621
+0.380835 0.505989 0.20119
+0.424079 0.507332 0.207111
+0.465705 0.508675 0.213947
+0.507179 0.510094 0.22092
+0.537621 0.503182 0.221759
+0.569375 0.49659 0.225208
+0.601785 0.490364 0.230411
+0.636591 0.485618 0.237827
+0.682277 0.48838 0.25066
+0.729397 0.49044 0.265202
+0.779049 0.491981 0.281834
+0.832181 0.492866 0.300832
+0.891325 0.493233 0.322759
+0.940246 0.490974 0.343709
+0.972625 0.484977 0.363394
+0.976761 0.483818 0.392584
+0.0950179 0.514138 0.320317
+0.0951858 0.514107 0.319951
+0.0957046 0.514061 0.318853
+0.0965591 0.514015 0.31693
+0.0978103 0.513924 0.314244
+0.099443 0.513954 0.310643
+0.101442 0.513863 0.305943
+0.103655 0.513756 0.300084
+0.106538 0.513649 0.292668
+0.109926 0.513512 0.283421
+0.113512 0.51339 0.271824
+0.117937 0.513298 0.256916
+0.125444 0.519341 0.240894
+0.134768 0.527779 0.220981
+0.161334 0.535531 0.202365
+0.232364 0.541482 0.206256
+0.298985 0.54287 0.211429
+0.356817 0.544427 0.217304
+0.407462 0.546227 0.223606
+0.453666 0.547463 0.230533
+0.498177 0.548745 0.238926
+0.541817 0.550286 0.247837
+0.5738 0.543313 0.248234
+0.606729 0.53669 0.251621
+0.640604 0.530343 0.256992
+0.675349 0.524239 0.264271
+0.719249 0.525292 0.278187
+0.767239 0.528038 0.295872
+0.817746 0.530343 0.315969
+0.872236 0.532601 0.338979
+0.929763 0.53254 0.360754
+0.962127 0.528359 0.379034
+0.971023 0.527687 0.404807
+0.113313 0.55285 0.348043
+0.113466 0.55285 0.347692
+0.113954 0.552819 0.3467
+0.114809 0.552789 0.344915
+0.115969 0.552728 0.342382
+0.117494 0.552636 0.339055
+0.119432 0.552682 0.334798
+0.121508 0.552621 0.329503
+0.124208 0.552483 0.322927
+0.127321 0.552407 0.314763
+0.130678 0.552377 0.304753
+0.134798 0.552148 0.29221
+0.141283 0.556146 0.279011
+0.150301 0.564721 0.264912
+0.161242 0.573846 0.246723
+0.184771 0.58262 0.229801
+0.255543 0.583719 0.229236
+0.323629 0.585245 0.235126
+0.383886 0.587045 0.241779
+0.436637 0.588449 0.250217
+0.486473 0.589288 0.260273
+0.533303 0.59057 0.272236
+0.578012 0.592233 0.284749
+0.610727 0.585519 0.285283
+0.644297 0.579156 0.288762
+0.678828 0.573114 0.294652
+0.71429 0.56733 0.302708
+0.754314 0.564935 0.315984
+0.802274 0.56875 0.337636
+0.853269 0.57261 0.361654
+0.908568 0.574762 0.384298
+0.9514 0.572473 0.401266
+0.964858 0.572244 0.423697
+0.134005 0.59379 0.377722
+0.134157 0.593744 0.377432
+0.134646 0.593774 0.376532
+0.135439 0.593729 0.374945
+0.136553 0.593652 0.372671
+0.137942 0.593591 0.369726
+0.13959 0.593698 0.366018
+0.141726 0.593545 0.361318
+0.144244 0.5935 0.355612
+0.14699 0.593423 0.348516
+0.15024 0.593332 0.339803
+0.153964 0.593194 0.329183
+0.158907 0.594827 0.317388
+0.167666 0.603723 0.307652
+0.177066 0.613306 0.29543
+0.188525 0.623301 0.28011
+0.207095 0.630274 0.259495
+0.276783 0.628611 0.25478
+0.350729 0.629908 0.262394
+0.413931 0.630915 0.27303
+0.471626 0.631418 0.286275
+0.523598 0.632136 0.301518
+0.571603 0.633524 0.318853
+0.616358 0.635752 0.335821
+0.648707 0.629526 0.336538
+0.681895 0.623713 0.340429
+0.716136 0.618235 0.347143
+0.751446 0.613123 0.355734
+0.788418 0.608148 0.366262
+0.836835 0.612421 0.388998
+0.891218 0.616388 0.411292
+0.942809 0.615686 0.426856
+0.960311 0.615991 0.446372
+0.156817 0.637156 0.409766
+0.156939 0.637186 0.409491
+0.157366 0.637232 0.408606
+0.158099 0.637171 0.407187
+0.159106 0.63714 0.405142
+0.160433 0.637095 0.402426
+0.162036 0.636988 0.399008
+0.164004 0.636973 0.394781
+0.166049 0.636912 0.389761
+0.168643 0.636835 0.383612
+0.171588 0.636728 0.376242
+0.174655 0.636744 0.367453
+0.178317 0.636606 0.356847
+0.186587 0.645212 0.350057
+0.195636 0.655283 0.342199
+0.20621 0.665797 0.332815
+0.216907 0.676753 0.321324
+0.233249 0.678691 0.291585
+0.304219 0.675135 0.285222
+0.385534 0.674769 0.298512
+0.453742 0.674479 0.31606
+0.514443 0.674372 0.336202
+0.566918 0.675608 0.357046
+0.613321 0.678264 0.377462
+0.657496 0.681788 0.39556
+0.689235 0.676295 0.395911
+0.722225 0.671214 0.399283
+0.756664 0.666377 0.405173
+0.793088 0.66186 0.41294
+0.832441 0.657572 0.422522
+0.880751 0.657282 0.437079
+0.937743 0.658 0.451575
+0.959274 0.658717 0.468803
+0.184298 0.682536 0.4439
+0.184421 0.682536 0.443626
+0.184787 0.682521 0.442908
+0.185397 0.682506 0.441627
+0.186358 0.682506 0.43978
+0.187503 0.68249 0.437415
+0.188891 0.682414 0.434394
+0.190417 0.682445 0.430732
+0.19234 0.682429 0.426246
+0.194614 0.682414 0.420905
+0.197192 0.682368 0.414588
+0.199924 0.682399 0.407111
+0.203159 0.682368 0.398184
+0.210986 0.688579 0.392279
+0.222416 0.698451 0.388495
+0.234379 0.708919 0.383963
+0.247608 0.71957 0.378592
+0.260639 0.727169 0.366659
+0.2757 0.726467 0.334035
+0.346853 0.720836 0.325597
+0.432837 0.718166 0.347082
+0.504906 0.71725 0.372168
+0.563226 0.718837 0.395331
+0.612467 0.722454 0.415503
+0.657496 0.727047 0.432792
+0.702007 0.732341 0.447486
+0.734661 0.727214 0.446769
+0.769482 0.722347 0.44921
+0.806271 0.717784 0.453834
+0.846387 0.713405 0.460548
+0.890257 0.708461 0.468467
+0.935531 0.700877 0.474403
+0.960571 0.701534 0.489372
+0.230549 0.726925 0.481117
+0.230549 0.726909 0.480888
+0.230854 0.726909 0.480247
+0.231373 0.726909 0.479118
+0.232074 0.726955 0.477546
+0.232731 0.727016 0.475441
+0.233921 0.726986 0.472816
+0.235157 0.727031 0.469627
+0.236759 0.727031 0.465827
+0.238376 0.727062 0.46125
+0.240223 0.727108 0.455955
+0.242252 0.727169 0.449729
+0.244556 0.727214 0.44242
+0.251316 0.730694 0.437217
+0.265904 0.740246 0.436851
+0.282155 0.750027 0.43653
+0.300038 0.759899 0.436225
+0.319829 0.769818 0.435401
+0.326345 0.771771 0.416861
+0.34316 0.77055 0.387076
+0.410376 0.763684 0.381567
+0.493187 0.761105 0.405707
+0.558267 0.763882 0.429435
+0.609949 0.769406 0.447562
+0.657267 0.775402 0.46389
+0.703227 0.781445 0.480079
+0.750088 0.787564 0.49456
+0.785168 0.782498 0.493278
+0.822858 0.777691 0.495094
+0.864485 0.772976 0.499535
+0.909194 0.766979 0.504479
+0.945525 0.758801 0.508965
+0.963149 0.751507 0.516136
+0.30013 0.768093 0.523125
+0.300191 0.768093 0.522942
+0.300298 0.76817 0.522423
+0.300755 0.768124 0.521401
+0.301152 0.768139 0.520043
+0.301885 0.768185 0.518288
+0.302678 0.768231 0.516091
+0.3037 0.768246 0.513436
+0.304585 0.768307 0.510231
+0.305638 0.768429 0.506462
+0.30695 0.768444 0.502113
+0.308415 0.768551 0.497017
+0.310155 0.768688 0.491157
+0.313695 0.769802 0.485603
+0.332998 0.778515 0.488533
+0.353918 0.787472 0.49221
+0.375891 0.796704 0.496101
+0.39704 0.806439 0.499748
+0.411658 0.813199 0.495964
+0.414343 0.813184 0.475502
+0.427039 0.81239 0.448341
+0.481315 0.80856 0.44181
+0.54786 0.81178 0.459037
+0.604395 0.81915 0.477516
+0.655116 0.826764 0.494591
+0.703304 0.834257 0.510369
+0.751766 0.841428 0.526146
+0.802335 0.848463 0.540505
+0.841367 0.843122 0.538811
+0.884474 0.837903 0.540459
+0.930648 0.830472 0.542351
+0.956863 0.821164 0.54461
+0.967254 0.814252 0.551369
+0.386816 0.807538 0.570138
+0.386862 0.807568 0.56997
+0.387045 0.807538 0.569497
+0.387427 0.807507 0.568765
+0.387778 0.807507 0.567651
+0.388357 0.807538 0.566217
+0.388846 0.807584 0.564385
+0.389487 0.80763 0.562188
+0.390402 0.80763 0.55964
+0.390951 0.807675 0.556542
+0.392081 0.807752 0.553094
+0.393042 0.807797 0.549081
+0.394232 0.807919 0.544457
+0.395483 0.80798 0.539147
+0.411795 0.815946 0.543084
+0.430594 0.826062 0.548882
+0.449073 0.83714 0.555093
+0.466514 0.849424 0.560739
+0.483192 0.863172 0.565408
+0.487282 0.864393 0.553109
+0.49044 0.864149 0.533654
+0.500221 0.864683 0.507637
+0.537133 0.866361 0.494987
+0.594018 0.873075 0.507073
+0.648905 0.882521 0.524346
+0.70045 0.891783 0.540658
+0.751751 0.900374 0.556863
+0.80415 0.908324 0.573632
+0.860151 0.916091 0.589044
+0.905241 0.910277 0.587106
+0.94287 0.900679 0.585214
+0.968643 0.890043 0.58439
+0.971847 0.882948 0.589807
+0.457435 0.855177 0.618982
+0.457542 0.855177 0.61886
+0.45771 0.855207 0.618494
+0.458 0.855146 0.617838
+0.458335 0.855161 0.616922
+0.458854 0.855161 0.615686
+0.459312 0.8551 0.614176
+0.46006 0.855085 0.61239
+0.460914 0.855039 0.610285
+0.461769 0.855024 0.607813
+0.462791 0.855009 0.604959
+0.463661 0.854978 0.601724
+0.464897 0.854963 0.598077
+0.466255 0.854902 0.593912
+0.475532 0.862928 0.596262
+0.488701 0.876387 0.603006
+0.502251 0.890761 0.609934
+0.512795 0.904906 0.615152
+0.520607 0.918761 0.617685
+0.526345 0.926513 0.613565
+0.529107 0.925933 0.599329
+0.533593 0.925689 0.579889
+0.544015 0.927367 0.554528
+0.577554 0.930678 0.539284
+0.631785 0.938506 0.548318
+0.687861 0.948882 0.565362
+0.742367 0.957412 0.58204
+0.79707 0.961089 0.598642
+0.854536 0.964446 0.616068
+0.91783 0.967819 0.6318
+0.951034 0.964111 0.627863
+0.975464 0.960021 0.626352
+0.975845 0.957229 0.631052
+0.502419 0.913725 0.665095
+0.502434 0.913695 0.664973
+0.502602 0.913695 0.664652
+0.502785 0.913695 0.664073
+0.503044 0.913664 0.663249
+0.50338 0.913664 0.662196
+0.503883 0.913588 0.660899
+0.504509 0.913603 0.659327
+0.505241 0.913542 0.657465
+0.50605 0.913451 0.655299
+0.506966 0.91342 0.652842
+0.507973 0.913375 0.65005
+0.509102 0.913283 0.646922
+0.510307 0.913207 0.643366
+0.513603 0.918074 0.642634
+0.520241 0.93106 0.646769
+0.527352 0.944793 0.651225
+0.534737 0.957794 0.655634
+0.54229 0.964477 0.659571
+0.550103 0.971801 0.662715
+0.55227 0.971344 0.651255
+0.555337 0.970886 0.636042
+0.562539 0.971176 0.617411
+0.574807 0.972396 0.592477
+0.60705 0.974197 0.574899
+0.662104 0.977478 0.582635
+0.721721 0.982071 0.600549
+0.780026 0.986221 0.617777
+0.839948 0.990021 0.635294
+0.904692 0.993851 0.653346
+0.954391 0.995911 0.665888
+0.97293 0.990967 0.660853
+0.97322 0.987152 0.661677
+0.527001 0.963439 0.701946
+0.527047 0.963439 0.701869
+0.527138 0.963439 0.701518
+0.527306 0.963439 0.700999
+0.527535 0.963455 0.700267
+0.527886 0.963439 0.699351
+0.528344 0.963424 0.698146
+0.528908 0.963409 0.696742
+0.529534 0.963378 0.695048
+0.530251 0.963363 0.693202
+0.531044 0.963333 0.690929
+0.531914 0.963287 0.688487
+0.532891 0.963256 0.685695
+0.533959 0.963211 0.682612
+0.53579 0.964111 0.680537
+0.542428 0.970352 0.685435
+0.549065 0.977096 0.690623
+0.555932 0.984497 0.695811
+0.563088 0.992691 0.70074
+0.57171 0.998611 0.706447
+0.577173 0.998657 0.703593
+0.57969 0.998611 0.691157
+0.585245 0.998932 0.676509
+0.594415 0.99968 0.658091
+0.606378 1 0.631922
+0.636835 1 0.611673
+0.69366 1 0.617853
+0.75758 1 0.636744
+0.820981 1 0.654902
+0.888029 1 0.673167
+0.947402 1 0.689738
+0.970397 1 0.702464
+0.970321 1 0.697307
+0.551125 0.993133 0.740124
+0.551171 0.993133 0.740001
+0.551263 0.993133 0.739757
+0.551415 0.993133 0.739284
+0.551629 0.993133 0.738613
+0.551858 0.993133 0.737728
+0.552224 0.993133 0.736675
+0.552728 0.993118 0.735393
+0.553246 0.993088 0.733867
+0.553872 0.993057 0.732158
+0.554589 0.993042 0.730175
+0.555337 0.992996 0.727962
+0.556176 0.99295 0.725475
+0.557092 0.99292 0.722728
+0.558099 0.992874 0.719722
+0.564446 0.998657 0.725353
+0.573327 0.99881 0.73402
+0.582605 0.998962 0.742947
+0.592233 0.999161 0.752026
+0.602731 0.999298 0.761242
+0.613046 0.999542 0.767971
+0.615991 0.999695 0.757733
+0.620539 1 0.745708
+0.627237 1 0.730739
+0.637049 1 0.71194
+0.648661 1 0.684779
+0.678309 1 0.660517
+0.73785 1 0.665965
+0.806516 1 0.685328
+0.876051 1 0.703426
+0.942519 1 0.719722
+0.97081 1 0.733562
+0.971008 1 0.748562
+0 0.0450904 0.0390173
+0 0.0448463 0.0401465
+0 0.0445411 0.0425574
+0 0.0446021 0.0450446
+0 0.0446326 0.0477607
+0.00917067 0.0442512 0.0502785
+0.0445716 0.0440223 0.0535286
+0.0817426 0.0441596 0.0573739
+0.122469 0.0445106 0.0621195
+0.16405 0.0453803 0.0675212
+0.203754 0.0468605 0.0734264
+0.240848 0.0487068 0.0799115
+0.274937 0.0509651 0.0868849
+0.30692 0.0534218 0.0940414
+0.336904 0.0563516 0.101854
+0.363607 0.0596017 0.109834
+0.388708 0.0630961 0.118196
+0.413901 0.067277 0.127535
+0.441077 0.0723735 0.138247
+0.470069 0.0788128 0.150103
+0.500893 0.0867628 0.163531
+0.533806 0.0968795 0.178988
+0.568948 0.10927 0.19678
+0.605707 0.124102 0.217136
+0.645182 0.141848 0.240253
+0.687419 0.162661 0.266209
+0.733425 0.186389 0.295262
+0.783032 0.212543 0.327031
+0.837385 0.241398 0.361166
+0.897353 0.272679 0.396353
+0.939681 0.305867 0.431998
+0.965759 0.340307 0.468299
+0.983536 0.378378 0.509026
+0 0.0456397 0.0402533
+0 0.0453498 0.0412604
+0 0.0447089 0.0440528
+0 0.0447547 0.0461891
+0 0.04477 0.0486763
+0.00817884 0.044358 0.0509804
+0.0441749 0.0440681 0.0539864
+0.0816205 0.0442206 0.0576486
+0.122438 0.0445716 0.0621653
+0.164004 0.0454871 0.0674144
+0.203876 0.046952 0.073167
+0.240925 0.0487678 0.07953
+0.275059 0.0510262 0.0864118
+0.307012 0.0535134 0.0935378
+0.337041 0.0564584 0.101259
+0.363699 0.0596933 0.109224
+0.388724 0.0632029 0.117601
+0.413916 0.0673838 0.126894
+0.441047 0.0725109 0.13756
+0.470085 0.0790112 0.149462
+0.501732 0.0870985 0.163546
+0.535134 0.0974594 0.179355
+0.570596 0.109972 0.197452
+0.607538 0.125002 0.218097
+0.647395 0.143008 0.241398
+0.690181 0.164096 0.267735
+0.73637 0.188144 0.297047
+0.786572 0.214572 0.329152
+0.841337 0.243717 0.363546
+0.902022 0.275303 0.398993
+0.941512 0.308827 0.434806
+0.968383 0.343343 0.471489
+0.983139 0.382513 0.513252
+0 0.0482338 0.0445716
+0 0.0479286 0.0454261
+0 0.0470436 0.0481727
+0 0.0466773 0.0516365
+0 0.0462348 0.0528878
+0.00575265 0.0451514 0.0537423
+0.0424353 0.0442512 0.0552377
+0.0809644 0.0443732 0.0583505
+0.12221 0.0447547 0.0621805
+0.163989 0.0456855 0.0669108
+0.204013 0.0471656 0.0723125
+0.241138 0.0490272 0.0783856
+0.275257 0.0513008 0.0850233
+0.307195 0.0538033 0.0920119
+0.337285 0.0567788 0.0995346
+0.363836 0.0600443 0.107378
+0.388876 0.0635538 0.115633
+0.414084 0.0677501 0.12488
+0.441199 0.0728923 0.135546
+0.471138 0.0796674 0.148455
+0.50338 0.0879988 0.162875
+0.536919 0.098436 0.178851
+0.572549 0.111223 0.19733
+0.61001 0.126452 0.218204
+0.649866 0.144884 0.24184
+0.693111 0.166201 0.268544
+0.739895 0.190402 0.298222
+0.790707 0.217121 0.330861
+0.846189 0.246601 0.365454
+0.907561 0.278492 0.401221
+0.94403 0.312154 0.4374
+0.97116 0.34696 0.474205
+0.982681 0.387289 0.517433
+0 0.0535439 0.0500343
+0 0.0532998 0.0507515
+0 0.05243 0.052903
+0 0.0515908 0.0584573
+0 0.0510719 0.0617533
+0.004654 0.049836 0.0618448
+0.043473 0.0485084 0.0621958
+0.0828107 0.0473182 0.0628977
+0.122698 0.0464027 0.0637369
+0.163516 0.0460365 0.0657511
+0.203906 0.0475624 0.070573
+0.241245 0.0494392 0.0762036
+0.275441 0.0517433 0.0823835
+0.307378 0.0543221 0.089128
+0.337484 0.0573281 0.0964218
+0.36405 0.0605936 0.104097
+0.389181 0.0640269 0.11223
+0.414313 0.0683604 0.121355
+0.442542 0.0737774 0.133074
+0.473014 0.0807813 0.146548
+0.505241 0.0894179 0.161212
+0.539071 0.100023 0.177386
+0.575158 0.113008 0.196139
+0.61294 0.128588 0.217334
+0.653132 0.147173 0.241352
+0.696818 0.168719 0.268589
+0.744152 0.193179 0.298772
+0.795514 0.220249 0.331899
+0.851698 0.249989 0.367056
+0.913512 0.282185 0.403174
+0.946685 0.316106 0.439506
+0.974365 0.351064 0.476921
+0.98233 0.392569 0.521569
+0 0.06215 0.0565347
+0 0.0619364 0.0570687
+0 0.0611429 0.0588083
+0 0.0597086 0.0624247
+0 0.0592508 0.0716259
+0 0.0577401 0.0736095
+0.0434119 0.055787 0.072755
+0.0870222 0.054078 0.0726635
+0.127398 0.0534524 0.0717479
+0.167956 0.0529183 0.0722515
+0.206424 0.0525826 0.0736553
+0.24213 0.0522469 0.0755322
+0.275349 0.0523537 0.078172
+0.307408 0.0550546 0.084596
+0.337697 0.0580758 0.0915999
+0.364157 0.061387 0.0990311
+0.389471 0.0649119 0.10724
+0.41622 0.0696727 0.117723
+0.445014 0.075227 0.129809
+0.475853 0.082475 0.143526
+0.508354 0.0913558 0.158633
+0.542641 0.102235 0.175372
+0.578805 0.115541 0.194369
+0.6168 0.131502 0.216098
+0.657633 0.150378 0.240848
+0.7019 0.172305 0.268635
+0.749752 0.197162 0.299519
+0.801953 0.224475 0.333288
+0.858839 0.254643 0.368902
+0.920394 0.287114 0.4056
+0.950256 0.321324 0.442374
+0.978668 0.356466 0.480095
+0.981674 0.399527 0.526802
+0 0.0750439 0.0644083
+0 0.0747997 0.0647746
+0 0.0741436 0.0660105
+0 0.0728161 0.0683757
+0 0.0722515 0.0747692
+0 0.0712139 0.0847181
+0.0354772 0.0685283 0.0836347
+0.0868849 0.0656748 0.0835737
+0.133104 0.0640726 0.081529
+0.173709 0.0638895 0.0804303
+0.211872 0.0637217 0.0809949
+0.246967 0.0635386 0.0823835
+0.2795 0.0633402 0.0842298
+0.309895 0.0630198 0.0864118
+0.338613 0.0625772 0.088838
+0.365118 0.062562 0.092668
+0.391928 0.0666056 0.102129
+0.418936 0.071397 0.112673
+0.447944 0.077409 0.125017
+0.479286 0.0848554 0.139284
+0.512566 0.0941329 0.155291
+0.547158 0.105455 0.172732
+0.583871 0.119005 0.19234
+0.622507 0.135424 0.21471
+0.663859 0.154742 0.240146
+0.708629 0.177218 0.268757
+0.757458 0.202274 0.300603
+0.810452 0.230198 0.335088
+0.868666 0.260731 0.371511
+0.928512 0.293675 0.408652
+0.954894 0.328084 0.446113
+0.984634 0.363378 0.484413
+0.980591 0.408652 0.533761
+0 0.0926528 0.0737926
+0 0.0925307 0.0740063
+0 0.0919814 0.0746777
+0 0.0909743 0.0761425
+0 0.0893568 0.0789654
+0 0.0904707 0.0884108
+0.0172274 0.0885328 0.0898756
+0.0730449 0.0859083 0.0888991
+0.12755 0.0824598 0.0893568
+0.180346 0.0790417 0.0891432
+0.218296 0.079057 0.0885176
+0.252857 0.0791333 0.0892958
+0.284855 0.079057 0.0908827
+0.315419 0.0792096 0.0936294
+0.345373 0.0798047 0.0981613
+0.371969 0.0800488 0.102632
+0.397024 0.0800641 0.107073
+0.422827 0.0798962 0.111849
+0.451392 0.0799115 0.117769
+0.482979 0.0874952 0.132448
+0.516274 0.0971389 0.14934
+0.551675 0.108919 0.167788
+0.589059 0.12311 0.18851
+0.628946 0.140215 0.212314
+0.671916 0.160464 0.239521
+0.718013 0.183612 0.26952
+0.767666 0.209232 0.302434
+0.822003 0.237613 0.337972
+0.881697 0.268681 0.375113
+0.934264 0.302098 0.412909
+0.960754 0.336828 0.451225
+0.9841 0.374136 0.492393
+0.979171 0.420523 0.542885
+0 0.113878 0.0852674
+0 0.113771 0.0853132
+0 0.11342 0.0855879
+0 0.112703 0.0860761
+0 0.111604 0.0870375
+0 0.112291 0.0914931
+0 0.113069 0.0969253
+0.0570077 0.110353 0.094728
+0.111971 0.108019 0.0949569
+0.169574 0.104295 0.0952621
+0.221378 0.10045 0.0947433
+0.261112 0.0996109 0.0961929
+0.295689 0.101457 0.100816
+0.326863 0.102632 0.105104
+0.354894 0.103365 0.1093
+0.380407 0.103746 0.113497
+0.404501 0.103929 0.117784
+0.430121 0.103761 0.122545
+0.458015 0.103334 0.127932
+0.488304 0.102541 0.134066
+0.520668 0.101442 0.140963
+0.556344 0.112917 0.160418
+0.594095 0.12752 0.182132
+0.634394 0.145037 0.207095
+0.678019 0.165591 0.235416
+0.725429 0.189349 0.267094
+0.776898 0.215839 0.301854
+0.833448 0.24535 0.339666
+0.896422 0.277684 0.378637
+0.941054 0.312184 0.418296
+0.968658 0.347829 0.458137
+0.982879 0.388144 0.503243
+0.977371 0.435615 0.554986
+0 0.138293 0.099443
+0 0.138216 0.099321
+0 0.138018 0.0990768
+0 0.137591 0.0986496
+0 0.136995 0.098024
+0 0.136095 0.0971847
+0 0.140078 0.102007
+0.031632 0.138231 0.102144
+0.0992294 0.135073 0.102602
+0.156649 0.13579 0.104631
+0.215885 0.1346 0.106554
+0.265934 0.132921 0.108659
+0.309346 0.130404 0.110277
+0.340124 0.131975 0.115633
+0.367147 0.13312 0.120714
+0.391104 0.133165 0.124666
+0.414237 0.133028 0.128862
+0.439323 0.132784 0.133623
+0.466606 0.132296 0.138888
+0.496162 0.13164 0.145068
+0.528069 0.130648 0.152285
+0.562615 0.129274 0.160266
+0.600046 0.132815 0.173754
+0.641001 0.150622 0.2
+0.685206 0.171664 0.229938
+0.733318 0.195575 0.263096
+0.785748 0.22237 0.299321
+0.843351 0.252186 0.338415
+0.907561 0.284886 0.37847
+0.945739 0.3196 0.419074
+0.97438 0.355718 0.460304
+0.982086 0.398993 0.509621
+0.975814 0.448707 0.564019
+0 0.165667 0.115602
+0 0.165545 0.115404
+0 0.165423 0.114794
+0 0.165072 0.11371
+0 0.164584 0.112032
+0 0.163958 0.109361
+0 0.165316 0.107469
+0.00297551 0.168948 0.107454
+0.0742962 0.165805 0.1075
+0.14992 0.169299 0.102754
+0.205005 0.16495 0.111818
+0.262303 0.166873 0.116167
+0.307362 0.163592 0.116106
+0.344442 0.159228 0.11545
+0.371618 0.158099 0.119417
+0.396185 0.156527 0.122805
+0.418952 0.155703 0.127031
+0.443305 0.155032 0.131899
+0.470146 0.154131 0.137407
+0.499046 0.152972 0.143679
+0.530312 0.15169 0.150927
+0.564218 0.149966 0.159075
+0.600717 0.147936 0.168093
+0.640848 0.152239 0.18407
+0.685222 0.173114 0.215534
+0.73341 0.196979 0.250217
+0.785931 0.223499 0.2878
+0.843534 0.253193 0.328054
+0.907729 0.285695 0.369604
+0.945876 0.320333 0.411292
+0.974502 0.356313 0.453498
+0.982223 0.399481 0.503777
+0.975921 0.44921 0.558984
+0 0.194018 0.132799
+0 0.194003 0.132509
+0 0.19382 0.131655
+0 0.193591 0.130053
+0 0.193256 0.127657
+0 0.192813 0.123903
+0 0.192203 0.118059
+0.00103761 0.19617 0.114458
+0.0390784 0.19762 0.111086
+0.107927 0.205982 0.100145
+0.203784 0.203342 0.0984512
+0.244236 0.192355 0.112581
+0.299001 0.194522 0.118212
+0.340688 0.19292 0.119432
+0.369909 0.191943 0.124971
+0.395483 0.190539 0.129442
+0.419593 0.188998 0.133547
+0.44535 0.187335 0.137942
+0.473136 0.185351 0.142565
+0.502953 0.182895 0.147875
+0.534417 0.180819 0.154803
+0.567605 0.179507 0.163714
+0.603174 0.177966 0.173327
+0.642084 0.176013 0.184176
+0.685115 0.175906 0.198581
+0.733333 0.199496 0.235325
+0.786114 0.225849 0.274846
+0.843809 0.255283 0.316716
+0.908034 0.287602 0.359991
+0.946044 0.322026 0.402762
+0.974624 0.357824 0.446159
+0.982223 0.400778 0.497429
+0.975937 0.450507 0.553643
+0 0.221744 0.150088
+0 0.221729 0.149722
+0 0.221576 0.148653
+0.000335698 0.221439 0.146761
+0.000915541 0.221195 0.143786
+0.00189212 0.220813 0.139422
+0.00299077 0.220417 0.132998
+0.00614939 0.221271 0.124819
+0.0175326 0.226413 0.116213
+0.0792248 0.229099 0.108919
+0.160189 0.236881 0.0960708
+0.247501 0.234195 0.0951705
+0.279515 0.219181 0.111955
+0.33077 0.222614 0.11841
+0.367071 0.224247 0.129274
+0.393347 0.222965 0.13463
+0.41799 0.221729 0.139803
+0.444495 0.220325 0.145068
+0.473045 0.218723 0.150652
+0.50338 0.216724 0.15642
+0.535439 0.214405 0.162844
+0.56968 0.211566 0.169924
+0.606226 0.208042 0.177646
+0.644648 0.206149 0.188724
+0.686717 0.204379 0.201923
+0.733349 0.202228 0.21706
+0.78616 0.228367 0.258991
+0.843976 0.257511 0.303029
+0.908156 0.289647 0.34818
+0.946105 0.323888 0.392676
+0.974914 0.35938 0.437766
+0.982223 0.402258 0.490181
+0.975967 0.451881 0.547494
+0.00756847 0.249577 0.167178
+0.00764477 0.249485 0.166796
+0.00794995 0.249439 0.165621
+0.0084535 0.249302 0.163561
+0.00917067 0.249104 0.160433
+0.0101625 0.248753 0.155795
+0.0114748 0.248463 0.149081
+0.0131533 0.248081 0.13901
+0.0214847 0.251225 0.128893
+0.0433204 0.256046 0.112688
+0.116533 0.266194 0.0978866
+0.210071 0.265064 0.0972305
+0.281559 0.263203 0.0988022
+0.312886 0.249134 0.111376
+0.353475 0.250858 0.125994
+0.387884 0.253422 0.137224
+0.414969 0.253269 0.144564
+0.441886 0.252216 0.150546
+0.47068 0.250919 0.156756
+0.501564 0.249531 0.163378
+0.53434 0.247639 0.170367
+0.569421 0.245441 0.177951
+0.606439 0.242664 0.186404
+0.645731 0.239216 0.195392
+0.688853 0.234821 0.205982
+0.734646 0.232731 0.221439
+0.786038 0.231159 0.23949
+0.843946 0.260105 0.286442
+0.908186 0.291936 0.33402
+0.946136 0.325917 0.380957
+0.975052 0.36112 0.427878
+0.982254 0.403769 0.481819
+0.975998 0.45333 0.540505
+0.0151675 0.277104 0.183307
+0.015259 0.277028 0.18291
+0.0155642 0.276997 0.181704
+0.0160525 0.27686 0.179644
+0.0167849 0.276722 0.176501
+0.0176852 0.276524 0.171923
+0.0189059 0.276265 0.16524
+0.0212863 0.275929 0.155489
+0.0250401 0.275975 0.141634
+0.0392767 0.281102 0.127825
+0.0871748 0.289418 0.107683
+0.174472 0.293919 0.107027
+0.253269 0.292805 0.107988
+0.31133 0.29189 0.110857
+0.34081 0.280278 0.121599
+0.373968 0.278157 0.133745
+0.405951 0.280995 0.144747
+0.436942 0.282628 0.154269
+0.466957 0.282032 0.161532
+0.498177 0.280919 0.168612
+0.531258 0.279683 0.176028
+0.566217 0.27805 0.18378
+0.603311 0.276081 0.192538
+0.64329 0.273457 0.20238
+0.686656 0.269932 0.213519
+0.734646 0.265217 0.226505
+0.786847 0.261051 0.242374
+0.84387 0.262791 0.266468
+0.908232 0.294469 0.31725
+0.946288 0.328023 0.367483
+0.975158 0.362997 0.416449
+0.982284 0.405417 0.472282
+0.976028 0.454978 0.532647
+0.0214694 0.304585 0.198154
+0.021561 0.304555 0.197772
+0.0218509 0.304448 0.196612
+0.0223392 0.304372 0.194583
+0.0233921 0.304219 0.19147
+0.0247959 0.304006 0.187015
+0.0266117 0.303777 0.180713
+0.0286412 0.303471 0.171786
+0.0314336 0.303197 0.15845
+0.0404822 0.305562 0.142794
+0.0614939 0.31313 0.118929
+0.144335 0.319966 0.115785
+0.225864 0.320821 0.117327
+0.290623 0.320668 0.119478
+0.339117 0.320394 0.123049
+0.36585 0.310552 0.132052
+0.393011 0.305226 0.142367
+0.425193 0.308476 0.153368
+0.458625 0.310246 0.163272
+0.493523 0.311177 0.172763
+0.526925 0.310399 0.180255
+0.561975 0.309438 0.188464
+0.599161 0.307988 0.197223
+0.638697 0.306035 0.207279
+0.681483 0.303487 0.218708
+0.728161 0.300084 0.231632
+0.780438 0.295338 0.246403
+0.840391 0.289021 0.263142
+0.905882 0.295735 0.295201
+0.945983 0.329992 0.350698
+0.97528 0.365011 0.40325
+0.982528 0.407141 0.461585
+0.976272 0.456596 0.523964
+0.0282597 0.331502 0.212528
+0.0283818 0.331548 0.212146
+0.028687 0.331456 0.210925
+0.0293126 0.33138 0.20885
+0.0303197 0.331258 0.205722
+0.0316777 0.331182 0.201419
+0.0333715 0.330922 0.195483
+0.0357824 0.330694 0.187304
+0.0389715 0.330404 0.175616
+0.043061 0.330144 0.157733
+0.060029 0.334493 0.139849
+0.116548 0.343099 0.124758
+0.197696 0.347829 0.125795
+0.268864 0.347906 0.12871
+0.323613 0.34815 0.131533
+0.36585 0.348318 0.135653
+0.38909 0.339971 0.143313
+0.412894 0.332235 0.152117
+0.44744 0.335363 0.163455
+0.483192 0.337392 0.173739
+0.519982 0.338628 0.18323
+0.557702 0.339132 0.192721
+0.594705 0.338247 0.201587
+0.633967 0.337057 0.211673
+0.676081 0.335302 0.223011
+0.721889 0.332784 0.235782
+0.772396 0.329244 0.250477
+0.829969 0.324193 0.266804
+0.897215 0.317143 0.285054
+0.942855 0.32842 0.323903
+0.972091 0.363439 0.381735
+0.982849 0.405417 0.443687
+0.97673 0.455558 0.510201
+0.0353552 0.357458 0.227268
+0.0354772 0.357427 0.226871
+0.035874 0.357397 0.225635
+0.0365454 0.357259 0.22356
+0.0375677 0.357259 0.220478
+0.0390021 0.357107 0.216236
+0.0411383 0.356939 0.210483
+0.0437476 0.356664 0.202701
+0.0468452 0.356497 0.192309
+0.0507515 0.356283 0.177188
+0.059678 0.357565 0.157244
+0.0874342 0.366232 0.133837
+0.170642 0.372 0.134813
+0.245823 0.37435 0.137743
+0.306035 0.375006 0.141466
+0.353384 0.375494 0.144839
+0.39086 0.37586 0.149371
+0.413962 0.36817 0.156298
+0.439033 0.361288 0.164385
+0.472496 0.36141 0.174792
+0.510246 0.363684 0.184955
+0.54876 0.365133 0.194842
+0.588495 0.366003 0.20502
+0.629602 0.366201 0.216007
+0.671321 0.365133 0.227283
+0.716152 0.363409 0.239963
+0.765377 0.360754 0.254368
+0.82063 0.357153 0.270375
+0.885588 0.351705 0.288502
+0.939818 0.34345 0.30811
+0.968185 0.36141 0.355474
+0.983749 0.40145 0.420111
+0.977844 0.450477 0.489204
+0.0434577 0.384222 0.242939
+0.0436103 0.384207 0.242542
+0.0441138 0.384176 0.241337
+0.0449531 0.384085 0.239246
+0.0461585 0.384024 0.23621
+0.0475624 0.383932 0.232074
+0.0495003 0.383749 0.22652
+0.052079 0.383597 0.21915
+0.0556039 0.383383 0.209323
+0.0594644 0.3832 0.196201
+0.0642863 0.382925 0.177172
+0.0790112 0.388647 0.15436
+0.14136 0.396521 0.14493
+0.217853 0.402899 0.147707
+0.285328 0.40351 0.151858
+0.337972 0.404532 0.155978
+0.379965 0.405127 0.159854
+0.416388 0.405753 0.164935
+0.441199 0.398184 0.170993
+0.467918 0.391196 0.178195
+0.500053 0.388403 0.187137
+0.539422 0.391104 0.197482
+0.579934 0.392905 0.208209
+0.621561 0.394202 0.219394
+0.665156 0.394614 0.231479
+0.711162 0.394278 0.24477
+0.759228 0.392477 0.258808
+0.812589 0.389807 0.274434
+0.874861 0.385718 0.292149
+0.935454 0.379644 0.311559
+0.964202 0.370031 0.33196
+0.984497 0.398032 0.391272
+0.978897 0.445853 0.464454
+0.0532235 0.41323 0.260777
+0.0533608 0.413214 0.26038
+0.0538949 0.413123 0.25922
+0.0548257 0.413062 0.257206
+0.0561685 0.412894 0.254215
+0.0578012 0.412879 0.250202
+0.0599222 0.412772 0.244953
+0.0626078 0.412619 0.23798
+0.0658122 0.41236 0.228901
+0.0696727 0.412253 0.216953
+0.0746319 0.411963 0.200763
+0.080354 0.412604 0.177722
+0.110521 0.423072 0.155993
+0.186954 0.430274 0.158999
+0.258854 0.434287 0.163333
+0.318456 0.435279 0.16791
+0.366247 0.436408 0.172381
+0.406455 0.437171 0.176959
+0.444602 0.438087 0.182544
+0.471489 0.430488 0.187304
+0.499611 0.423423 0.193606
+0.529686 0.417395 0.201053
+0.57084 0.420554 0.212024
+0.612894 0.422812 0.223362
+0.656825 0.42414 0.235584
+0.702739 0.424826 0.248814
+0.751904 0.424689 0.263355
+0.805615 0.423545 0.279438
+0.864652 0.420661 0.296666
+0.931014 0.416388 0.31632
+0.958602 0.409033 0.336446
+0.985077 0.400183 0.359915
+0.980148 0.441901 0.434348
+0.0654002 0.444373 0.280751
+0.0655985 0.444358 0.280339
+0.0661173 0.444343 0.27921
+0.0668345 0.444358 0.277287
+0.0680095 0.444282 0.274449
+0.069749 0.444175 0.270634
+0.0720531 0.444038 0.265568
+0.0748455 0.443809 0.259052
+0.0779583 0.443748 0.250767
+0.0818647 0.44358 0.239979
+0.0861372 0.443458 0.225864
+0.0913863 0.443153 0.206668
+0.100649 0.449714 0.182193
+0.150942 0.459312 0.171756
+0.224598 0.467628 0.176074
+0.292744 0.468635 0.180667
+0.346975 0.470008 0.185382
+0.393591 0.471168 0.190326
+0.434699 0.472175 0.195697
+0.475303 0.473167 0.201709
+0.50396 0.465415 0.205417
+0.533623 0.458213 0.211078
+0.564385 0.45153 0.21799
+0.603967 0.45214 0.22855
+0.648173 0.454749 0.240604
+0.694286 0.456321 0.253803
+0.742916 0.457221 0.268132
+0.795117 0.457267 0.284291
+0.852476 0.456413 0.302647
+0.917983 0.454856 0.323613
+0.952117 0.449454 0.343511
+0.981903 0.44152 0.364813
+0.981125 0.441169 0.398611
+0.0795605 0.478202 0.302937
+0.0797436 0.478187 0.302586
+0.080293 0.478218 0.301488
+0.0812085 0.478126 0.299626
+0.082536 0.478065 0.29691
+0.0841993 0.478004 0.293309
+0.0861982 0.477913 0.288609
+0.088777 0.477806 0.282597
+0.0918746 0.477623 0.274952
+0.0952621 0.477531 0.265385
+0.0993515 0.477317 0.252964
+0.103914 0.477241 0.236805
+0.110796 0.481071 0.216342
+0.123552 0.489815 0.190997
+0.185245 0.499138 0.189563
+0.258686 0.504479 0.194522
+0.321004 0.50576 0.199268
+0.375509 0.507378 0.204547
+0.421439 0.508629 0.210285
+0.46508 0.509712 0.216587
+0.507942 0.510994 0.223636
+0.538094 0.503029 0.225986
+0.569665 0.495689 0.231006
+0.601907 0.488792 0.23772
+0.639139 0.485924 0.246983
+0.685237 0.488777 0.260533
+0.732952 0.490837 0.275395
+0.78323 0.492348 0.29218
+0.837263 0.493095 0.311284
+0.897658 0.493492 0.333455
+0.943435 0.490761 0.353887
+0.977188 0.48423 0.373297
+0.976516 0.483787 0.403418
+0.0958419 0.514397 0.327688
+0.0960098 0.514351 0.327352
+0.0964828 0.51429 0.326299
+0.0973831 0.51429 0.324498
+0.0986038 0.514229 0.321965
+0.100206 0.514168 0.318547
+0.102174 0.514076 0.314137
+0.104402 0.514092 0.308675
+0.107271 0.513893 0.301717
+0.110613 0.513802 0.293095
+0.114199 0.51368 0.282322
+0.118563 0.513497 0.268544
+0.123995 0.515129 0.251469
+0.132738 0.523888 0.232242
+0.142962 0.533227 0.206699
+0.21268 0.542885 0.210208
+0.286412 0.544152 0.215305
+0.348562 0.54583 0.220829
+0.402762 0.547616 0.226978
+0.451423 0.548806 0.233555
+0.497704 0.549935 0.241535
+0.542611 0.551217 0.250523
+0.57438 0.543221 0.252155
+0.606928 0.535729 0.256382
+0.640543 0.528695 0.262669
+0.675029 0.522057 0.270604
+0.721752 0.525338 0.286519
+0.770413 0.528298 0.304875
+0.821378 0.530846 0.325383
+0.876921 0.533089 0.348623
+0.93341 0.532738 0.369757
+0.965988 0.528206 0.387823
+0.970779 0.528374 0.414771
+0.113512 0.553002 0.354513
+0.11368 0.552956 0.354223
+0.114199 0.552972 0.353231
+0.115007 0.552911 0.351583
+0.116167 0.552865 0.349203
+0.117678 0.552743 0.345983
+0.11957 0.552728 0.34197
+0.121584 0.552651 0.336934
+0.124269 0.552544 0.330663
+0.127337 0.552468 0.322972
+0.130632 0.552392 0.313497
+0.134691 0.552209 0.301717
+0.139055 0.552071 0.286992
+0.147372 0.560449 0.272755
+0.158145 0.570153 0.255802
+0.17084 0.580407 0.233539
+0.238529 0.585168 0.233143
+0.3122 0.586679 0.238605
+0.377249 0.58851 0.24509
+0.432715 0.589868 0.2533
+0.484672 0.590692 0.263218
+0.533013 0.59176 0.274876
+0.579019 0.59321 0.28777
+0.611337 0.585565 0.288945
+0.644587 0.578439 0.293019
+0.678752 0.571618 0.299382
+0.713909 0.565179 0.307683
+0.756252 0.565087 0.323445
+0.8047 0.569268 0.345724
+0.856443 0.573281 0.370092
+0.912688 0.57525 0.392081
+0.954391 0.572686 0.40882
+0.964584 0.57319 0.432197
+0.133272 0.593698 0.383078
+0.13344 0.593698 0.382788
+0.133867 0.593652 0.381888
+0.13463 0.593576 0.380377
+0.13576 0.59353 0.378195
+0.137209 0.593515 0.375372
+0.13875 0.593484 0.371801
+0.140856 0.593408 0.3673
+0.143359 0.593271 0.361807
+0.146227 0.59321 0.355154
+0.149264 0.593194 0.346929
+0.153017 0.593057 0.336812
+0.15697 0.592935 0.324468
+0.164645 0.598978 0.313191
+0.17435 0.60914 0.3019
+0.18526 0.619791 0.28751
+0.199435 0.631113 0.269383
+0.261326 0.630106 0.258167
+0.340215 0.63154 0.265431
+0.408011 0.632303 0.275853
+0.468299 0.632807 0.289204
+0.522484 0.633371 0.30454
+0.571603 0.634745 0.321645
+0.61735 0.636881 0.338781
+0.649332 0.62977 0.339879
+0.682185 0.623178 0.34406
+0.715999 0.617014 0.350729
+0.751019 0.611261 0.359487
+0.788922 0.607462 0.371618
+0.839155 0.612802 0.395712
+0.894408 0.6168 0.417777
+0.945037 0.616098 0.433234
+0.960296 0.616907 0.453696
+0.155993 0.637018 0.414542
+0.156115 0.637018 0.414267
+0.156588 0.637003 0.413474
+0.157305 0.636988 0.41207
+0.158312 0.636912 0.410086
+0.15964 0.636896 0.407492
+0.161257 0.636835 0.404242
+0.16318 0.636835 0.400153
+0.165225 0.636774 0.3953
+0.167803 0.636683 0.389395
+0.170748 0.636591 0.38233
+0.173831 0.636545 0.373892
+0.177523 0.636423 0.36376
+0.183169 0.640116 0.353872
+0.192813 0.65066 0.34667
+0.203204 0.661982 0.337652
+0.214893 0.673594 0.327016
+0.228702 0.679973 0.304158
+0.289326 0.676982 0.287816
+0.376989 0.676509 0.300771
+0.448569 0.675944 0.318379
+0.51223 0.6757 0.338781
+0.566155 0.676966 0.359884
+0.613581 0.679545 0.380041
+0.65864 0.683085 0.398459
+0.689921 0.676722 0.39884
+0.722499 0.670863 0.402319
+0.756497 0.665385 0.408301
+0.792462 0.660258 0.415961
+0.831113 0.65536 0.425101
+0.883101 0.657526 0.442176
+0.939406 0.658335 0.45687
+0.959258 0.659586 0.474784
+0.183627 0.682445 0.448142
+0.183734 0.682429 0.447944
+0.1841 0.682429 0.447196
+0.184726 0.682414 0.445914
+0.185611 0.682383 0.44419
+0.18677 0.682353 0.441855
+0.188235 0.682368 0.438941
+0.189776 0.682307 0.435416
+0.191653 0.682322 0.431083
+0.193881 0.682231 0.42591
+0.19649 0.682246 0.419821
+0.199222 0.68217 0.412634
+0.202487 0.682216 0.404059
+0.206699 0.683085 0.394553
+0.218021 0.693767 0.390875
+0.23061 0.704768 0.386648
+0.244205 0.716304 0.381903
+0.2598 0.72784 0.375204
+0.271962 0.727855 0.344945
+0.33492 0.722972 0.32842
+0.425299 0.719799 0.348547
+0.501183 0.7187 0.374075
+0.561639 0.720241 0.397696
+0.612161 0.723827 0.418006
+0.657969 0.728557 0.435004
+0.703182 0.733684 0.449607
+0.735454 0.72781 0.449165
+0.769741 0.722118 0.451621
+0.806073 0.716945 0.456458
+0.845655 0.711971 0.463081
+0.88896 0.706584 0.471046
+0.93608 0.70045 0.47834
+0.960601 0.702144 0.494377
+0.229908 0.726787 0.484855
+0.230091 0.726757 0.484672
+0.23032 0.726741 0.483986
+0.230808 0.726741 0.482872
+0.231449 0.726726 0.481346
+0.232303 0.726802 0.479332
+0.233326 0.726879 0.476829
+0.234638 0.726833 0.473716
+0.236179 0.726864 0.469978
+0.237949 0.726894 0.465583
+0.239857 0.726925 0.460365
+0.241901 0.727001 0.454398
+0.244129 0.727031 0.447288
+0.246662 0.727062 0.438987
+0.259693 0.735531 0.437354
+0.276249 0.745953 0.437263
+0.294804 0.756497 0.4374
+0.314977 0.767193 0.436912
+0.327596 0.772778 0.424994
+0.340505 0.77203 0.395956
+0.401175 0.765988 0.383291
+0.487739 0.762509 0.406958
+0.555657 0.76527 0.431281
+0.609094 0.770764 0.449775
+0.657099 0.776944 0.46595
+0.703868 0.782971 0.482078
+0.751415 0.789166 0.49662
+0.78616 0.78323 0.495537
+0.82324 0.777584 0.497368
+0.864424 0.772274 0.501884
+0.908812 0.765896 0.506935
+0.945006 0.757336 0.511391
+0.963088 0.74931 0.518166
+0.299855 0.767971 0.526299
+0.299916 0.767971 0.526116
+0.30013 0.768002 0.525582
+0.300481 0.768002 0.524636
+0.300984 0.768048 0.523293
+0.301732 0.768017 0.521584
+0.302281 0.768063 0.519402
+0.303319 0.768109 0.516808
+0.304372 0.768154 0.51368
+0.305257 0.768292 0.510033
+0.306722 0.768353 0.505806
+0.308186 0.768414 0.500816
+0.309926 0.768475 0.495079
+0.311528 0.768582 0.488426
+0.323964 0.774044 0.487282
+0.345449 0.783581 0.491005
+0.368399 0.793469 0.495247
+0.391684 0.803525 0.49958
+0.413993 0.814282 0.502373
+0.415946 0.814343 0.482567
+0.425498 0.813825 0.455467
+0.475196 0.810254 0.443397
+0.544152 0.813016 0.460426
+0.602579 0.820661 0.4795
+0.654368 0.828244 0.496651
+0.703517 0.835904 0.512505
+0.75256 0.843168 0.528069
+0.803723 0.850248 0.542504
+0.842557 0.84387 0.541009
+0.885069 0.838071 0.54258
+0.931212 0.830335 0.544762
+0.957 0.820768 0.547158
+0.967224 0.813306 0.553735
+0.38674 0.807416 0.572747
+0.386694 0.807416 0.572564
+0.386816 0.807385 0.572106
+0.387091 0.807462 0.571328
+0.387564 0.807416 0.57026
+0.387945 0.807462 0.568826
+0.388525 0.807462 0.567056
+0.389197 0.807477 0.56492
+0.38999 0.807477 0.562417
+0.390906 0.807553 0.559442
+0.392035 0.807584 0.556085
+0.392996 0.807675 0.552163
+0.394064 0.807721 0.547601
+0.395361 0.807828 0.542412
+0.402869 0.811078 0.540475
+0.422965 0.821378 0.546639
+0.442634 0.832853 0.553155
+0.461769 0.845441 0.559579
+0.479423 0.859419 0.564797
+0.488502 0.866133 0.558618
+0.49163 0.865705 0.539528
+0.499962 0.866072 0.513787
+0.533455 0.867826 0.497139
+0.591409 0.874464 0.508598
+0.647562 0.884123 0.526268
+0.69987 0.893599 0.542565
+0.751904 0.90222 0.558724
+0.805173 0.910369 0.57557
+0.861997 0.918105 0.59115
+0.906569 0.911406 0.589166
+0.943587 0.901564 0.587564
+0.969589 0.890867 0.587106
+0.971969 0.883391 0.592691
+0.457267 0.8551 0.621195
+0.457267 0.855085 0.621027
+0.457435 0.855131 0.620661
+0.45771 0.855116 0.620005
+0.458122 0.855116 0.619104
+0.458625 0.8551 0.617914
+0.459144 0.855055 0.616449
+0.459892 0.855039 0.614679
+0.460624 0.854994 0.612558
+0.461494 0.854963 0.610117
+0.462531 0.854871 0.60734
+0.463523 0.854917 0.604166
+0.464668 0.854917 0.60058
+0.466087 0.854856 0.596521
+0.468589 0.855863 0.592859
+0.483253 0.869993 0.600107
+0.497414 0.884993 0.60766
+0.510964 0.900511 0.614618
+0.518975 0.91487 0.617258
+0.526848 0.928313 0.617716
+0.529595 0.927733 0.60383
+0.533974 0.927459 0.584909
+0.543603 0.928847 0.559792
+0.574105 0.931945 0.540841
+0.629038 0.939941 0.549508
+0.686229 0.950591 0.566781
+0.74168 0.95819 0.583597
+0.797162 0.961898 0.600244
+0.855314 0.96524 0.617639
+0.919478 0.968612 0.633448
+0.951934 0.964706 0.629801
+0.975402 0.96083 0.629023
+0.975784 0.957992 0.633997
+0.502205 0.913649 0.667018
+0.502251 0.91368 0.666896
+0.502373 0.913664 0.666545
+0.502602 0.913634 0.665995
+0.502876 0.913603 0.665171
+0.503212 0.913603 0.664164
+0.503716 0.913573 0.662898
+0.504341 0.913512 0.661326
+0.505028 0.913497 0.65951
+0.505867 0.913436 0.657404
+0.506783 0.913359 0.654932
+0.507805 0.913298 0.652216
+0.508904 0.913268 0.649088
+0.510109 0.913115 0.645594
+0.511223 0.913115 0.641718
+0.517815 0.924758 0.645106
+0.525063 0.939391 0.649836
+0.532708 0.955001 0.654719
+0.540612 0.962844 0.658976
+0.548745 0.970199 0.66244
+0.553063 0.972595 0.65568
+0.556405 0.972351 0.641169
+0.563272 0.972595 0.622827
+0.575021 0.973495 0.598199
+0.603784 0.975143 0.576608
+0.659632 0.978531 0.584009
+0.720668 0.983383 0.602335
+0.779843 0.987747 0.619837
+0.84065 0.991516 0.637324
+0.906172 0.995163 0.655177
+0.95552 0.996902 0.667613
+0.972808 0.99237 0.663417
+0.973251 0.988647 0.665003
+0.526864 0.963424 0.703685
+0.526909 0.963424 0.703578
+0.527001 0.963424 0.703273
+0.527169 0.963424 0.702785
+0.527413 0.963439 0.702068
+0.527718 0.963424 0.701122
+0.528176 0.963409 0.699916
+0.528725 0.963394 0.698512
+0.529366 0.963363 0.69688
+0.530053 0.963348 0.694987
+0.530892 0.963317 0.692805
+0.531746 0.963287 0.690379
+0.532723 0.963241 0.687633
+0.533791 0.963195 0.68455
+0.53489 0.96318 0.681178
+0.539757 0.967315 0.68336
+0.546929 0.974517 0.689219
+0.554314 0.982406 0.695125
+0.561913 0.991058 0.700603
+0.570336 0.998596 0.706157
+0.579217 0.998703 0.709361
+0.582528 0.998749 0.697948
+0.58764 0.998993 0.683604
+0.596307 0.99968 0.665248
+0.607721 1 0.639231
+0.634714 1 0.614694
+0.692195 1 0.62063
+0.757656 1 0.640101
+0.822431 1 0.658564
+0.890562 1 0.676814
+0.94902 1 0.692821
+0.970428 1 0.705257
+0.970382 1 0.701122
+0.551003 0.993118 0.741711
+0.551019 0.993118 0.741634
+0.551125 0.993118 0.741344
+0.551278 0.993103 0.740856
+0.551492 0.993103 0.74023
+0.551766 0.993118 0.739361
+0.552102 0.993118 0.738323
+0.55256 0.993088 0.737011
+0.553124 0.993072 0.735531
+0.55375 0.993042 0.733822
+0.554437 0.993011 0.731868
+0.555215 0.992981 0.729671
+0.556054 0.99295 0.72723
+0.55697 0.992905 0.724483
+0.557946 0.992859 0.721492
+0.561212 0.996384 0.722255
+0.57026 0.998779 0.731243
+0.580392 0.998932 0.74136
+0.591058 0.9991 0.751598
+0.601938 0.999298 0.76173
+0.613947 0.999527 0.771771
+0.618601 0.99971 0.765545
+0.623652 1 0.754131
+0.630396 1 0.739498
+0.639857 1 0.720928
+0.65127 1 0.693721
+0.677073 1 0.665461
+0.737087 1 0.670085
+0.807645 1 0.690089
+0.87892 1 0.708446
+0.944579 1 0.72433
+0.970871 1 0.738018
+0.971054 1 0.752728
+0 0.0454414 0.0541695
+0 0.0452125 0.0554513
+0 0.0446174 0.0583047
+0 0.0447242 0.0609903
+0 0.0447242 0.0639658
+0.00827039 0.0442969 0.0667735
+0.044358 0.0440223 0.0701762
+0.081529 0.0442206 0.073991
+0.121279 0.0448463 0.078584
+0.162737 0.0457771 0.0843519
+0.202731 0.0472419 0.0905623
+0.239933 0.0490883 0.0973983
+0.274311 0.0513313 0.104433
+0.306432 0.0538338 0.111803
+0.336629 0.0568246 0.119677
+0.363455 0.0601205 0.127626
+0.38851 0.0636149 0.135836
+0.413748 0.0678416 0.144701
+0.441001 0.0729534 0.154635
+0.4701 0.079469 0.165652
+0.50103 0.0873579 0.178317
+0.533257 0.0973068 0.192874
+0.567498 0.109407 0.209445
+0.603311 0.12372 0.228351
+0.642435 0.141207 0.250553
+0.684443 0.161715 0.275517
+0.730007 0.185275 0.303532
+0.779507 0.211185 0.334447
+0.833219 0.239826 0.367346
+0.892653 0.270802 0.401633
+0.937881 0.303792 0.436545
+0.963836 0.338064 0.471931
+0.983795 0.375326 0.511193
+0 0.0459754 0.0554513
+0 0.045655 0.0565347
+0 0.0447547 0.0597696
+0 0.0449073 0.0623026
+0 0.0449378 0.0650492
+0.0068513 0.0444648 0.0676738
+0.0436255 0.0441138 0.0708019
+0.0811933 0.0442969 0.0744488
+0.121141 0.0449073 0.0788281
+0.162676 0.0458228 0.0844129
+0.202747 0.047303 0.0904555
+0.239994 0.0491646 0.0971847
+0.274372 0.0514076 0.104143
+0.306447 0.0539406 0.111406
+0.336645 0.0569619 0.119219
+0.36347 0.0602274 0.127077
+0.388556 0.0637064 0.135332
+0.413794 0.0679789 0.144198
+0.441032 0.0730907 0.154086
+0.47013 0.0795911 0.165148
+0.50103 0.08748 0.177768
+0.533272 0.0974289 0.192325
+0.567514 0.109483 0.208896
+0.604379 0.124269 0.228626
+0.643931 0.142092 0.251194
+0.686366 0.162829 0.276493
+0.732448 0.186542 0.304891
+0.782132 0.212818 0.336019
+0.836576 0.241627 0.369207
+0.896696 0.272892 0.403769
+0.939513 0.306172 0.438727
+0.965591 0.340673 0.474372
+0.983398 0.37879 0.514611
+0 0.0486763 0.06009
+0 0.0483558 0.0610056
+0 0.0473487 0.0638743
+0 0.0468147 0.0680552
+0 0.0463874 0.069688
+0.00335698 0.0452735 0.0708324
+0.0409094 0.0443885 0.0725414
+0.0799115 0.0444953 0.0756695
+0.120653 0.0450599 0.07953
+0.162448 0.0460212 0.0844434
+0.202777 0.0475166 0.090074
+0.240085 0.0493935 0.096437
+0.27454 0.0516518 0.10309
+0.3066 0.0542611 0.110155
+0.336858 0.0572366 0.117784
+0.363653 0.0605325 0.125566
+0.388754 0.0640269 0.13373
+0.413901 0.0683452 0.14255
+0.441184 0.0734722 0.152392
+0.470329 0.0799878 0.163577
+0.501106 0.0879377 0.176074
+0.533318 0.0978714 0.1906
+0.569009 0.110338 0.208347
+0.606149 0.125399 0.228458
+0.645945 0.143465 0.251133
+0.688884 0.164492 0.27689
+0.735271 0.188418 0.305516
+0.785443 0.214908 0.337057
+0.84036 0.243992 0.370535
+0.901045 0.275593 0.405417
+0.941238 0.309087 0.440589
+0.968063 0.343694 0.476738
+0.983078 0.382788 0.518074
+0 0.0541238 0.066041
+0 0.0538491 0.0668193
+0 0.0529183 0.0692454
+0 0.0518349 0.0747997
+0 0.0513161 0.0791943
+0.000747692 0.0501564 0.0795758
+0.0403449 0.0487068 0.0800183
+0.0799878 0.0475776 0.0809796
+0.120607 0.04654 0.0820935
+0.161715 0.0463417 0.0843214
+0.202457 0.0478828 0.0891585
+0.240024 0.0497902 0.0948959
+0.274571 0.052079 0.101167
+0.306722 0.0547646 0.107866
+0.337041 0.0577859 0.115236
+0.363821 0.0610971 0.12282
+0.388983 0.0645914 0.130831
+0.414099 0.0689708 0.139559
+0.441306 0.0740673 0.149462
+0.470451 0.0806592 0.160693
+0.501228 0.0886244 0.173175
+0.534951 0.0990921 0.188907
+0.570947 0.111818 0.206928
+0.608301 0.127199 0.227375
+0.648554 0.145388 0.250401
+0.691798 0.166629 0.276524
+0.73846 0.190875 0.305653
+0.789319 0.217594 0.337743
+0.844892 0.246998 0.371496
+0.906477 0.278798 0.40676
+0.943633 0.312459 0.442329
+0.970733 0.347265 0.478645
+0.982589 0.387472 0.521309
+0 0.0629282 0.073167
+0 0.0626535 0.0738079
+0 0.0618448 0.075761
+0 0.06009 0.079469
+0 0.0595712 0.0888075
+0 0.0582132 0.0920577
+0.0378882 0.0564279 0.0914626
+0.0813916 0.0548867 0.0915847
+0.124788 0.0535134 0.0917983
+0.16556 0.0530556 0.0918898
+0.204532 0.0527504 0.0931563
+0.240696 0.05243 0.0950484
+0.274418 0.0526589 0.0978866
+0.306767 0.0554665 0.104219
+0.337102 0.0585184 0.111147
+0.363928 0.0618448 0.118502
+0.389151 0.0654612 0.126406
+0.414206 0.0698558 0.134981
+0.441382 0.0749218 0.145037
+0.470909 0.0817121 0.156603
+0.503471 0.0903944 0.170642
+0.537591 0.101076 0.186633
+0.573632 0.114076 0.20502
+0.611582 0.129625 0.225788
+0.652033 0.148165 0.249424
+0.695811 0.169787 0.276036
+0.743313 0.194125 0.305806
+0.794797 0.221118 0.338323
+0.851057 0.250919 0.372778
+0.913115 0.283085 0.408408
+0.946639 0.317052 0.444251
+0.97435 0.35201 0.4813
+0.982162 0.393545 0.525628
+0 0.0762341 0.0811933
+0 0.0759747 0.0816968
+0 0.0751202 0.0832532
+0 0.0735943 0.0861219
+0 0.0724956 0.0927749
+0 0.0715038 0.105135
+0.0291295 0.0687572 0.106584
+0.0804303 0.0663157 0.10518
+0.12929 0.0640269 0.104326
+0.170611 0.0639048 0.102052
+0.209476 0.063798 0.102007
+0.245045 0.0637369 0.103166
+0.278096 0.0635538 0.104845
+0.308858 0.0632639 0.106905
+0.337881 0.0628672 0.109239
+0.363882 0.0628061 0.112276
+0.389181 0.0665599 0.120043
+0.414313 0.0709392 0.128542
+0.442557 0.0765087 0.139666
+0.473808 0.0837873 0.15285
+0.506645 0.0928359 0.167483
+0.541451 0.103746 0.183978
+0.577859 0.117128 0.202655
+0.61619 0.133089 0.22414
+0.657267 0.151904 0.248295
+0.701717 0.174014 0.2757
+0.749706 0.198825 0.306172
+0.802182 0.226169 0.339559
+0.859525 0.25626 0.374685
+0.921172 0.288853 0.410834
+0.950744 0.323095 0.447227
+0.979339 0.358251 0.484642
+0.981308 0.401694 0.531411
+0 0.0941176 0.090547
+0 0.0939498 0.090959
+0 0.0932479 0.0920882
+0 0.0921187 0.0939956
+0 0.0898604 0.0974441
+0 0.0905318 0.107561
+0.00943008 0.0886702 0.115053
+0.0678569 0.0856489 0.113893
+0.122988 0.0822461 0.113878
+0.176303 0.0788128 0.113802
+0.215045 0.0790875 0.111635
+0.25037 0.0792554 0.111696
+0.282994 0.0792248 0.112718
+0.313252 0.0791028 0.114458
+0.341726 0.0788586 0.116518
+0.366873 0.0783856 0.118944
+0.391272 0.0780499 0.122103
+0.417273 0.0779889 0.127062
+0.445701 0.0789807 0.133761
+0.477165 0.0863508 0.147372
+0.51046 0.095613 0.162707
+0.545556 0.106981 0.179492
+0.582483 0.120836 0.199222
+0.621897 0.137407 0.221592
+0.664286 0.157031 0.247349
+0.709529 0.179675 0.275807
+0.758541 0.204883 0.307195
+0.812116 0.232731 0.341543
+0.87068 0.263432 0.37734
+0.929885 0.296407 0.414221
+0.955962 0.330922 0.451301
+0.984695 0.366552 0.489845
+0.980026 0.412192 0.539193
+0 0.115755 0.101457
+0 0.115633 0.10164
+0 0.115145 0.102281
+0 0.11426 0.103487
+0 0.112734 0.105516
+0 0.112474 0.111192
+0 0.113405 0.12224
+0.0489357 0.110491 0.120317
+0.107317 0.107836 0.119478
+0.164218 0.104265 0.120119
+0.216953 0.100374 0.120378
+0.256703 0.0988327 0.119814
+0.28893 0.0989853 0.120211
+0.318654 0.0990463 0.121584
+0.346639 0.0990768 0.123873
+0.37351 0.100023 0.128634
+0.398398 0.100572 0.133257
+0.424079 0.100832 0.138048
+0.451881 0.100694 0.143389
+0.482033 0.100175 0.149248
+0.514366 0.0992142 0.155612
+0.549981 0.110826 0.173404
+0.587381 0.124865 0.193576
+0.627161 0.141985 0.216968
+0.669947 0.162051 0.243488
+0.716533 0.18526 0.273426
+0.767208 0.211093 0.306691
+0.822782 0.239933 0.342718
+0.884245 0.271672 0.380377
+0.936004 0.305776 0.418616
+0.962768 0.340993 0.457084
+0.983688 0.379065 0.499107
+0.978546 0.425757 0.549691
+0 0.140108 0.114153
+0 0.139956 0.114244
+0 0.139681 0.114488
+0 0.139116 0.114946
+0 0.138231 0.115663
+0 0.136843 0.116823
+0 0.139422 0.124483
+0.0218662 0.138781 0.127596
+0.0908064 0.135866 0.125399
+0.148089 0.133562 0.12575
+0.205692 0.129824 0.126238
+0.254871 0.125917 0.126177
+0.296864 0.122759 0.126818
+0.329076 0.124956 0.131563
+0.358038 0.126741 0.136324
+0.383505 0.127672 0.140581
+0.40737 0.128328 0.144915
+0.43267 0.128573 0.149523
+0.460243 0.128542 0.154543
+0.489845 0.128145 0.160189
+0.52163 0.12752 0.166674
+0.555947 0.126482 0.173861
+0.592905 0.130083 0.18613
+0.63331 0.147387 0.21062
+0.676814 0.167773 0.23859
+0.724086 0.191318 0.269825
+0.775616 0.217456 0.304311
+0.831937 0.246769 0.341497
+0.894774 0.278737 0.380102
+0.940536 0.313024 0.419303
+0.968093 0.348821 0.459266
+0.982681 0.389776 0.505226
+0.976913 0.438422 0.558129
+0 0.166812 0.12958
+0 0.16669 0.129503
+0 0.166415 0.12929
+0 0.166094 0.128985
+0 0.165545 0.128435
+0 0.164721 0.127718
+0 0.165499 0.128786
+0 0.169284 0.133761
+0.0659953 0.166232 0.133074
+0.135012 0.163134 0.133654
+0.193622 0.164034 0.136385
+0.249973 0.163226 0.13875
+0.297505 0.161822 0.140917
+0.338704 0.159457 0.143008
+0.370611 0.158694 0.146563
+0.395789 0.160342 0.152071
+0.419318 0.161074 0.156817
+0.444007 0.160922 0.161089
+0.471031 0.160693 0.166018
+0.499916 0.160266 0.171679
+0.531167 0.159716 0.178119
+0.564965 0.158694 0.185428
+0.601312 0.157488 0.19411
+0.640772 0.155795 0.204135
+0.684886 0.174685 0.232136
+0.732906 0.198367 0.265141
+0.785489 0.224903 0.301289
+0.842924 0.254505 0.339864
+0.907301 0.286809 0.379828
+0.945632 0.321355 0.420005
+0.974197 0.357183 0.461097
+0.981994 0.400153 0.510277
+0.975677 0.449699 0.564431
+0 0.195026 0.146838
+0 0.19498 0.1467
+0 0.194781 0.146136
+0 0.194491 0.14519
+0 0.194125 0.143755
+0 0.1935 0.141558
+0 0.192767 0.138247
+0.000640879 0.196231 0.138262
+0.032105 0.197894 0.138277
+0.109529 0.19472 0.138399
+0.187366 0.198062 0.133455
+0.239658 0.194156 0.143801
+0.294972 0.197147 0.149493
+0.338293 0.194446 0.14992
+0.373358 0.189532 0.148394
+0.400946 0.186908 0.150484
+0.424689 0.185641 0.154269
+0.449256 0.18468 0.158984
+0.475593 0.184024 0.164385
+0.503899 0.1832 0.170397
+0.534463 0.18233 0.177081
+0.567575 0.181048 0.184527
+0.60325 0.179461 0.193149
+0.641901 0.177584 0.203067
+0.68481 0.176516 0.215824
+0.733013 0.2 0.250568
+0.785702 0.226246 0.288243
+0.843275 0.25565 0.32845
+0.90753 0.287861 0.369879
+0.9458 0.322271 0.411307
+0.974319 0.357961 0.453513
+0.982086 0.400839 0.5037
+0.975799 0.450324 0.558785
+0.000579843 0.222599 0.163882
+0.00062562 0.222492 0.163638
+0.000854505 0.222431 0.162905
+0.00122072 0.222232 0.161578
+0.00183108 0.221942 0.159503
+0.002533 0.221546 0.15642
+0.00366217 0.221073 0.15201
+0.00640879 0.221424 0.146487
+0.0171054 0.226322 0.142947
+0.074464 0.22565 0.141054
+0.144671 0.234394 0.12932
+0.238819 0.232197 0.128237
+0.276707 0.221103 0.143954
+0.329152 0.223606 0.150057
+0.369406 0.222675 0.151766
+0.399298 0.220661 0.154803
+0.423926 0.219379 0.159869
+0.449653 0.217807 0.164797
+0.477455 0.216098 0.169482
+0.507042 0.214038 0.174685
+0.538628 0.211612 0.180423
+0.571725 0.209964 0.187976
+0.606577 0.208881 0.197314
+0.644495 0.207568 0.208057
+0.686442 0.205783 0.22034
+0.733028 0.203494 0.234318
+0.785718 0.22884 0.273426
+0.843458 0.258 0.31548
+0.907698 0.290059 0.358831
+0.945891 0.324147 0.401724
+0.974624 0.359564 0.445472
+0.982101 0.402289 0.49662
+0.97583 0.451606 0.552743
+0.00839246 0.250324 0.180072
+0.00848402 0.250309 0.179828
+0.00874342 0.250172 0.178958
+0.00921645 0.249958 0.177401
+0.00993362 0.249821 0.175097
+0.0108949 0.24947 0.171756
+0.0121309 0.249027 0.166751
+0.0137331 0.248554 0.159258
+0.0215152 0.251331 0.152483
+0.0379644 0.256321 0.141817
+0.115358 0.257771 0.137346
+0.197223 0.266835 0.122454
+0.281559 0.264576 0.122118
+0.310048 0.248127 0.142458
+0.358877 0.251575 0.149294
+0.395529 0.252979 0.156771
+0.421225 0.25211 0.163653
+0.447837 0.25069 0.169574
+0.476295 0.249134 0.175372
+0.506676 0.247501 0.181353
+0.538796 0.245426 0.18761
+0.572686 0.243107 0.194537
+0.608942 0.240208 0.202213
+0.647745 0.236866 0.211231
+0.688823 0.23563 0.224369
+0.734295 0.233982 0.239109
+0.785657 0.231739 0.255421
+0.843488 0.260533 0.299947
+0.90782 0.292287 0.345464
+0.945922 0.326223 0.390494
+0.974746 0.361364 0.435889
+0.982116 0.40383 0.488533
+0.97586 0.45304 0.545876
+0.0159304 0.27779 0.19527
+0.016022 0.277775 0.194995
+0.0162966 0.277653 0.194049
+0.0167697 0.277562 0.192416
+0.0174563 0.277348 0.18999
+0.018204 0.277104 0.186542
+0.0197452 0.276768 0.18143
+0.0220951 0.276402 0.174105
+0.02533 0.276173 0.163134
+0.0383917 0.281102 0.15378
+0.0781109 0.284031 0.140978
+0.149844 0.296269 0.120363
+0.243702 0.295506 0.118227
+0.3131 0.293584 0.11783
+0.342336 0.278325 0.137438
+0.381476 0.279194 0.15024
+0.414267 0.282292 0.163684
+0.444099 0.282429 0.17261
+0.473091 0.281041 0.179278
+0.503838 0.279698 0.186038
+0.536278 0.278187 0.192798
+0.571023 0.276341 0.200336
+0.607752 0.274128 0.208927
+0.647517 0.271138 0.218448
+0.689891 0.267567 0.229068
+0.736019 0.263844 0.241962
+0.786358 0.262196 0.259129
+0.843488 0.263279 0.281209
+0.907835 0.294774 0.32961
+0.94612 0.328328 0.377554
+0.974884 0.363241 0.424918
+0.982147 0.405554 0.479316
+0.975921 0.454536 0.53814
+0.0221561 0.305226 0.209583
+0.0222629 0.305196 0.209247
+0.0225223 0.305058 0.20824
+0.023209 0.304952 0.20647
+0.0242313 0.304768 0.203891
+0.0256046 0.304524 0.20029
+0.0273747 0.30425 0.19527
+0.0293431 0.304021 0.188312
+0.0320745 0.303639 0.177981
+0.0407111 0.305592 0.165789
+0.0593271 0.310613 0.149554
+0.114168 0.3196 0.126177
+0.206897 0.324254 0.125261
+0.284535 0.323232 0.126085
+0.340597 0.322042 0.129015
+0.368215 0.309499 0.142306
+0.398978 0.306462 0.156832
+0.432456 0.309636 0.170001
+0.466941 0.311223 0.181048
+0.499687 0.310826 0.189242
+0.532616 0.309636 0.196582
+0.567529 0.308217 0.204547
+0.604135 0.306554 0.213397
+0.643412 0.304402 0.223331
+0.685924 0.301747 0.234333
+0.732723 0.297902 0.247013
+0.785321 0.292927 0.261112
+0.843473 0.290013 0.280629
+0.907942 0.297383 0.310811
+0.94609 0.330709 0.362264
+0.975006 0.365286 0.412192
+0.982376 0.407263 0.46891
+0.976165 0.456016 0.529564
+0.0290532 0.332082 0.223743
+0.0291905 0.332067 0.223407
+0.0296025 0.332052 0.222339
+0.0302586 0.331899 0.220508
+0.0312352 0.331777 0.217838
+0.032517 0.331579 0.214084
+0.0341802 0.331411 0.208972
+0.0366217 0.33106 0.202029
+0.039704 0.330816 0.192645
+0.0437324 0.33048 0.178607
+0.0590524 0.334569 0.164843
+0.0842145 0.34255 0.136934
+0.174258 0.349554 0.134417
+0.256703 0.350484 0.136156
+0.320073 0.350256 0.137896
+0.367224 0.349813 0.141497
+0.39086 0.339376 0.152667
+0.417578 0.333043 0.165011
+0.453696 0.336339 0.178256
+0.490196 0.338247 0.189395
+0.527642 0.339254 0.199496
+0.563378 0.338659 0.208331
+0.600244 0.337453 0.21735
+0.639292 0.335958 0.227344
+0.681147 0.333898 0.238392
+0.726864 0.331167 0.251057
+0.777737 0.327291 0.265202
+0.835737 0.322042 0.281147
+0.902037 0.317189 0.301213
+0.94461 0.331289 0.340536
+0.974151 0.366278 0.395636
+0.982467 0.408804 0.456382
+0.976257 0.45774 0.519722
+0.0361486 0.358007 0.237903
+0.036286 0.357992 0.237568
+0.0366674 0.357992 0.23653
+0.0373236 0.35787 0.234668
+0.0383307 0.357794 0.232029
+0.0399176 0.357626 0.228275
+0.0420081 0.357397 0.223239
+0.0445716 0.357153 0.216464
+0.047425 0.356893 0.207446
+0.0515145 0.356573 0.194965
+0.0598611 0.357733 0.17911
+0.0783703 0.362814 0.159869
+0.145632 0.371664 0.144045
+0.228489 0.37705 0.145403
+0.297887 0.377325 0.148302
+0.3514 0.377432 0.15082
+0.392126 0.37734 0.155108
+0.415396 0.367895 0.16495
+0.440482 0.35964 0.175433
+0.477852 0.362127 0.187976
+0.516289 0.364431 0.199145
+0.555474 0.36585 0.21004
+0.595697 0.366583 0.221057
+0.635126 0.36582 0.231357
+0.676692 0.36434 0.242542
+0.721721 0.362356 0.255009
+0.771008 0.359533 0.269017
+0.826886 0.355535 0.284718
+0.892515 0.349752 0.302174
+0.941894 0.343008 0.32311
+0.970626 0.36463 0.371374
+0.983063 0.405295 0.434165
+0.977066 0.454109 0.501137
+0.0443885 0.384726 0.253162
+0.0445716 0.384665 0.252811
+0.0450446 0.384634 0.251728
+0.0458686 0.384543 0.249928
+0.0469978 0.384436 0.247196
+0.0483711 0.38436 0.243534
+0.0503243 0.384131 0.23859
+0.0529793 0.383993 0.232105
+0.0563973 0.383734 0.223438
+0.0602121 0.38349 0.211917
+0.0649882 0.383246 0.195956
+0.0791791 0.386099 0.178912
+0.11429 0.395789 0.154391
+0.198184 0.403311 0.155657
+0.272709 0.405921 0.158907
+0.332036 0.406653 0.162509
+0.378546 0.406958 0.165682
+0.4177 0.407233 0.170581
+0.442435 0.398077 0.178897
+0.469215 0.389776 0.187991
+0.504494 0.389075 0.199084
+0.544808 0.391806 0.210956
+0.585901 0.393729 0.222553
+0.627955 0.394797 0.234455
+0.672267 0.395148 0.246998
+0.71693 0.393973 0.259571
+0.765133 0.391913 0.27335
+0.819074 0.388952 0.288655
+0.882139 0.384497 0.30602
+0.938277 0.37792 0.324804
+0.967147 0.369146 0.345968
+0.983963 0.40206 0.407385
+0.978241 0.449821 0.478004
+0.0541695 0.413581 0.270512
+0.0543374 0.413535 0.270161
+0.0548867 0.41355 0.269108
+0.0558328 0.413489 0.267262
+0.057145 0.413382 0.264591
+0.0586404 0.413306 0.261036
+0.0608225 0.413184 0.256229
+0.063447 0.41294 0.249989
+0.0664836 0.412818 0.241947
+0.0704967 0.412558 0.231281
+0.075227 0.412375 0.217075
+0.0807965 0.412116 0.197238
+0.102113 0.419837 0.177157
+0.164782 0.429297 0.167163
+0.241428 0.436744 0.170459
+0.308629 0.437552 0.174533
+0.36173 0.438468 0.178332
+0.405402 0.439063 0.182223
+0.446006 0.439551 0.187686
+0.472557 0.430457 0.19443
+0.500542 0.422217 0.202426
+0.533364 0.418021 0.212299
+0.575418 0.421225 0.224567
+0.618204 0.423499 0.236896
+0.662608 0.424872 0.249714
+0.709224 0.425483 0.26331
+0.759335 0.425238 0.278141
+0.81239 0.423316 0.293416
+0.872343 0.420127 0.310445
+0.933776 0.415412 0.329564
+0.962234 0.407279 0.348913
+0.984878 0.399451 0.373205
+0.979248 0.446296 0.449577
+0.0663462 0.44477 0.289906
+0.0664683 0.4448 0.28957
+0.0668803 0.4448 0.288548
+0.0676585 0.444739 0.286778
+0.0689097 0.444633 0.284215
+0.0706798 0.444541 0.280674
+0.0729686 0.44445 0.276097
+0.0755932 0.444282 0.270222
+0.0787671 0.444068 0.262699
+0.0826429 0.4439 0.252949
+0.0869154 0.443732 0.24033
+0.0920577 0.443534 0.223346
+0.10042 0.44564 0.201633
+0.126711 0.457893 0.179583
+0.206867 0.466773 0.182757
+0.279042 0.47097 0.18706
+0.33901 0.472068 0.19147
+0.39028 0.473213 0.195819
+0.433845 0.474022 0.200397
+0.47657 0.474662 0.206378
+0.504997 0.465553 0.212161
+0.534401 0.457328 0.219471
+0.564782 0.449607 0.227665
+0.607874 0.452903 0.240223
+0.652644 0.455482 0.253208
+0.699519 0.457176 0.266941
+0.748837 0.458152 0.281758
+0.801968 0.458122 0.298222
+0.860716 0.45713 0.316838
+0.925093 0.454734 0.336843
+0.95581 0.448249 0.355505
+0.981735 0.440421 0.376699
+0.980468 0.443565 0.413855
+0.0805219 0.478599 0.311574
+0.0806897 0.478569 0.311238
+0.0812543 0.478538 0.310231
+0.0821546 0.478538 0.308492
+0.0834669 0.478386 0.305974
+0.0849165 0.47837 0.302678
+0.0870375 0.478279 0.29836
+0.0896162 0.478065 0.29279
+0.0926528 0.477897 0.285801
+0.0959793 0.477806 0.277012
+0.100053 0.477607 0.265782
+0.104601 0.477501 0.251194
+0.109987 0.477272 0.231586
+0.122042 0.486091 0.208942
+0.16434 0.497734 0.196033
+0.240085 0.506798 0.200443
+0.309377 0.507912 0.204944
+0.368597 0.509285 0.209857
+0.418372 0.510567 0.215152
+0.464485 0.511345 0.220798
+0.509255 0.512276 0.227787
+0.539071 0.503258 0.232288
+0.570108 0.494926 0.238727
+0.601953 0.487175 0.246372
+0.642374 0.486564 0.257893
+0.689189 0.48954 0.272267
+0.73756 0.491844 0.287785
+0.788571 0.493233 0.304997
+0.843656 0.494041 0.324254
+0.905211 0.494316 0.346334
+0.947463 0.490547 0.365438
+0.976867 0.484398 0.385321
+0.976318 0.483146 0.414694
+0.0966812 0.514672 0.335698
+0.0968643 0.514717 0.335393
+0.0973831 0.514687 0.334417
+0.0982376 0.514611 0.33283
+0.099443 0.514595 0.330388
+0.101015 0.514458 0.32723
+0.102892 0.514443 0.32311
+0.105211 0.514336 0.318013
+0.108034 0.514183 0.311574
+0.111284 0.514061 0.303593
+0.1149 0.513954 0.293645
+0.119265 0.513741 0.280995
+0.123964 0.513649 0.264775
+0.131319 0.519387 0.245502
+0.141329 0.529427 0.222065
+0.193469 0.541115 0.21503
+0.26978 0.54612 0.220111
+0.338125 0.547509 0.225345
+0.397101 0.549264 0.231128
+0.448692 0.550378 0.237308
+0.497108 0.551186 0.244617
+0.543557 0.552316 0.253635
+0.575128 0.543297 0.25716
+0.607294 0.534951 0.262959
+0.640452 0.527184 0.270314
+0.677424 0.522515 0.28072
+0.724819 0.526223 0.29752
+0.774105 0.529198 0.316167
+0.82594 0.531701 0.336706
+0.882429 0.533898 0.359854
+0.936446 0.532952 0.379843
+0.970504 0.527962 0.397498
+0.970413 0.529091 0.425834
+0.114351 0.553201 0.361715
+0.114519 0.553231 0.361425
+0.114992 0.553262 0.36054
+0.115801 0.55317 0.359014
+0.116945 0.553124 0.356863
+0.118425 0.553063 0.353933
+0.12015 0.553002 0.350179
+0.122316 0.553017 0.345434
+0.124956 0.552819 0.339544
+0.128023 0.552712 0.332311
+0.131258 0.55256 0.323491
+0.135317 0.552438 0.312535
+0.139666 0.552331 0.298924
+0.146105 0.55523 0.28307
+0.155505 0.565682 0.266514
+0.167208 0.576654 0.245274
+0.215854 0.587091 0.237415
+0.29749 0.58819 0.242603
+0.368322 0.590021 0.248798
+0.427543 0.591546 0.256886
+0.482353 0.592172 0.266545
+0.532708 0.593057 0.278065
+0.580026 0.594369 0.290913
+0.611963 0.58555 0.293019
+0.644831 0.577325 0.29781
+0.678599 0.56994 0.305043
+0.71342 0.562768 0.313771
+0.758709 0.565652 0.332677
+0.807858 0.569924 0.355169
+0.860533 0.574029 0.379675
+0.91809 0.575662 0.4009
+0.958053 0.572946 0.417288
+0.964279 0.574258 0.441794
+0.134051 0.593881 0.389807
+0.134218 0.593866 0.389517
+0.134691 0.593805 0.388678
+0.13547 0.59382 0.387259
+0.136553 0.59379 0.385214
+0.137942 0.593729 0.382452
+0.139498 0.593713 0.379095
+0.141588 0.593606 0.374807
+0.144091 0.593561 0.36965
+0.146792 0.593439 0.363317
+0.149935 0.593347 0.355749
+0.153613 0.593179 0.346242
+0.157488 0.593103 0.33463
+0.16228 0.593378 0.320516
+0.171557 0.603998 0.309209
+0.18172 0.615396 0.295323
+0.195254 0.627451 0.278614
+0.241154 0.631876 0.262119
+0.327123 0.633127 0.269032
+0.400687 0.633906 0.279194
+0.464286 0.63444 0.292515
+0.520928 0.634821 0.307759
+0.571527 0.636133 0.324681
+0.618387 0.638117 0.342046
+0.649958 0.629877 0.343526
+0.682414 0.62237 0.348013
+0.71577 0.615503 0.354833
+0.750439 0.608942 0.363485
+0.791104 0.607797 0.379049
+0.842115 0.613504 0.403525
+0.898589 0.617258 0.42504
+0.947921 0.616587 0.440558
+0.960204 0.618051 0.461936
+0.155825 0.637079 0.420188
+0.155947 0.637049 0.419944
+0.156374 0.636988 0.419135
+0.157092 0.636988 0.417838
+0.158099 0.636912 0.415961
+0.159411 0.636927 0.413458
+0.160983 0.63682 0.4103
+0.16289 0.636744 0.406424
+0.16495 0.636728 0.401755
+0.167468 0.636652 0.396124
+0.170352 0.636515 0.389349
+0.173449 0.636439 0.381323
+0.177066 0.636393 0.371649
+0.181094 0.63624 0.359945
+0.189334 0.644785 0.351324
+0.199649 0.656992 0.342977
+0.21181 0.669505 0.333043
+0.223682 0.681361 0.317937
+0.270802 0.679026 0.290806
+0.365469 0.678355 0.303334
+0.442237 0.677638 0.320912
+0.509117 0.677317 0.341711
+0.565072 0.678447 0.362921
+0.613809 0.680934 0.382956
+0.659648 0.684428 0.401328
+0.690639 0.677012 0.402014
+0.722698 0.670314 0.405615
+0.756069 0.664118 0.411429
+0.791653 0.658289 0.41915
+0.829725 0.652781 0.428168
+0.885878 0.658015 0.448096
+0.941497 0.658854 0.463035
+0.959258 0.660655 0.481697
+0.182742 0.682261 0.452918
+0.182864 0.682246 0.452674
+0.183276 0.682246 0.451972
+0.183871 0.682185 0.450736
+0.184802 0.682231 0.449058
+0.185946 0.6822 0.44683
+0.187411 0.68217 0.443961
+0.18909 0.682155 0.440558
+0.19086 0.682139 0.436439
+0.193072 0.682078 0.431495
+0.195575 0.682017 0.425605
+0.198535 0.681971 0.418692
+0.201617 0.681971 0.410559
+0.205188 0.681941 0.400763
+0.213016 0.687755 0.393393
+0.22591 0.699611 0.389639
+0.239902 0.711894 0.385183
+0.255665 0.724392 0.379324
+0.26891 0.72929 0.357183
+0.31931 0.725628 0.331365
+0.416052 0.721813 0.350149
+0.496483 0.720241 0.37612
+0.559823 0.721614 0.40032
+0.611612 0.725399 0.420569
+0.658442 0.730037 0.437522
+0.704494 0.735286 0.452003
+0.736233 0.728176 0.451759
+0.769955 0.721736 0.454322
+0.805753 0.71577 0.459251
+0.8448 0.710094 0.465919
+0.887098 0.704356 0.473686
+0.937453 0.700801 0.483406
+0.960647 0.702983 0.50016
+0.229374 0.726589 0.489036
+0.229541 0.726589 0.488838
+0.229786 0.726543 0.488197
+0.230304 0.72665 0.487175
+0.230991 0.726574 0.485664
+0.231952 0.726604 0.483665
+0.232807 0.726635 0.481254
+0.234104 0.726665 0.478218
+0.235645 0.72668 0.474647
+0.237369 0.72668 0.470359
+0.239322 0.726711 0.465354
+0.241321 0.726787 0.459571
+0.243732 0.726864 0.452766
+0.246204 0.726848 0.444709
+0.25211 0.729656 0.437919
+0.269032 0.740826 0.43801
+0.287938 0.752285 0.4383
+0.309026 0.763729 0.438437
+0.329747 0.773892 0.434241
+0.338308 0.773526 0.405966
+0.389761 0.768505 0.385077
+0.48069 0.764172 0.408225
+0.552575 0.76672 0.433173
+0.607736 0.772244 0.451987
+0.65684 0.778561 0.468299
+0.704509 0.784726 0.484276
+0.75288 0.790875 0.498833
+0.78703 0.783886 0.497932
+0.823636 0.777432 0.499931
+0.864073 0.771221 0.504433
+0.907759 0.764355 0.509529
+0.94406 0.755215 0.513848
+0.963012 0.746578 0.520272
+0.299413 0.767834 0.52987
+0.299626 0.767758 0.529686
+0.299809 0.767788 0.529122
+0.300191 0.767834 0.528237
+0.300664 0.767834 0.52694
+0.301335 0.767849 0.525277
+0.302113 0.767895 0.523156
+0.303136 0.767926 0.520623
+0.304097 0.767941 0.517555
+0.305043 0.768048 0.514031
+0.306493 0.768139 0.509911
+0.307973 0.7682 0.505104
+0.309483 0.768261 0.499519
+0.311345 0.768444 0.49308
+0.313024 0.768566 0.485664
+0.335332 0.778698 0.48954
+0.359609 0.789136 0.494224
+0.384207 0.800015 0.498878
+0.408316 0.811383 0.502617
+0.418006 0.815503 0.490303
+0.423819 0.815366 0.463325
+0.467643 0.812131 0.445319
+0.539681 0.814298 0.461936
+0.60032 0.822202 0.481407
+0.65333 0.830014 0.498802
+0.703395 0.837751 0.514672
+0.75346 0.845029 0.530251
+0.805539 0.852125 0.544884
+0.84361 0.844785 0.543297
+0.885573 0.838056 0.54493
+0.930953 0.829496 0.547036
+0.956573 0.819257 0.549355
+0.967117 0.811185 0.555688
+0.386374 0.807294 0.575601
+0.386419 0.807294 0.575433
+0.386481 0.807294 0.57496
+0.386877 0.807309 0.574243
+0.387335 0.80734 0.57322
+0.38761 0.80734 0.571801
+0.388296 0.80734 0.570092
+0.388876 0.807355 0.568002
+0.389776 0.807355 0.56556
+0.39057 0.807401 0.562646
+0.391592 0.807446 0.559274
+0.392599 0.807507 0.555489
+0.393896 0.807599 0.551095
+0.395209 0.807645 0.546059
+0.396338 0.807706 0.540215
+0.41323 0.815839 0.54374
+0.434836 0.827588 0.550942
+0.45539 0.840665 0.557733
+0.474891 0.855116 0.563821
+0.49015 0.868009 0.564813
+0.493156 0.867369 0.546227
+0.500481 0.867567 0.521096
+0.528405 0.869429 0.49926
+0.5879 0.875837 0.510231
+0.645655 0.886 0.528298
+0.699062 0.895582 0.544625
+0.75201 0.904372 0.56083
+0.806088 0.912459 0.577615
+0.863813 0.920287 0.593317
+0.907835 0.912474 0.591348
+0.943877 0.901625 0.589685
+0.969497 0.89015 0.589136
+0.971847 0.881987 0.594476
+0.456992 0.855085 0.623652
+0.456992 0.85507 0.623484
+0.457206 0.85507 0.623117
+0.457389 0.855055 0.622446
+0.457786 0.855009 0.621561
+0.458244 0.855009 0.620401
+0.458854 0.854994 0.618921
+0.459541 0.854932 0.617182
+0.460288 0.854917 0.615137
+0.46125 0.854826 0.612757
+0.462287 0.854887 0.61004
+0.46331 0.854795 0.606897
+0.464485 0.854841 0.603403
+0.465644 0.854704 0.599329
+0.467124 0.854673 0.594842
+0.476295 0.862333 0.59649
+0.491386 0.877928 0.604501
+0.506844 0.894591 0.612665
+0.51696 0.910124 0.616846
+0.525795 0.926009 0.619058
+0.530098 0.929702 0.608774
+0.534295 0.92929 0.590311
+0.543053 0.930312 0.565499
+0.569528 0.93341 0.54255
+0.625864 0.941329 0.550988
+0.68423 0.952331 0.568307
+0.740688 0.958984 0.585245
+0.797055 0.962737 0.601953
+0.856123 0.966094 0.619272
+0.921279 0.969467 0.635233
+0.95256 0.965118 0.631601
+0.975402 0.960937 0.630976
+0.975845 0.957809 0.635981
+0.501976 0.913558 0.6692
+0.502037 0.913634 0.669078
+0.502159 0.913619 0.668727
+0.502388 0.913573 0.668162
+0.502693 0.913619 0.667384
+0.503029 0.913542 0.666377
+0.503487 0.913558 0.665125
+0.504112 0.913497 0.663569
+0.504799 0.913512 0.661768
+0.505653 0.91342 0.659693
+0.506554 0.913344 0.657298
+0.507576 0.913329 0.654582
+0.508675 0.913176 0.651545
+0.509911 0.913161 0.648112
+0.51107 0.913054 0.644297
+0.514321 0.91722 0.642756
+0.522087 0.93225 0.647929
+0.530037 0.94844 0.653071
+0.538369 0.960388 0.657801
+0.546914 0.968063 0.661738
+0.553765 0.973541 0.660197
+0.557122 0.973281 0.645991
+0.563561 0.973434 0.627909
+0.574777 0.974273 0.603479
+0.599863 0.975952 0.57821
+0.656672 0.979355 0.585245
+0.718883 0.984314 0.603815
+0.779232 0.988708 0.621592
+0.840757 0.992569 0.638987
+0.907271 0.99617 0.656901
+0.956329 0.997971 0.669261
+0.972763 0.99295 0.665202
+0.973251 0.98883 0.666835
+0.526711 0.963394 0.705669
+0.526726 0.963394 0.705562
+0.526833 0.963394 0.705257
+0.527001 0.963409 0.704738
+0.52723 0.963394 0.704021
+0.52755 0.963409 0.703105
+0.527993 0.963394 0.701961
+0.528527 0.963378 0.700557
+0.529183 0.963348 0.698924
+0.52987 0.963333 0.697093
+0.530663 0.963287 0.694911
+0.531579 0.963272 0.6925
+0.53254 0.963226 0.689815
+0.533608 0.963195 0.686793
+0.534722 0.963149 0.683421
+0.536187 0.963592 0.680354
+0.543679 0.970932 0.686488
+0.551522 0.978973 0.692683
+0.559487 0.987854 0.698634
+0.567788 0.997589 0.704173
+0.57911 0.998734 0.711803
+0.583505 0.998779 0.702541
+0.588388 0.999008 0.688319
+0.596765 0.999649 0.67013
+0.608057 1 0.644648
+0.631769 1 0.616724
+0.689845 1 0.622248
+0.756481 1 0.641962
+0.822202 1 0.660563
+0.891142 1 0.678859
+0.949783 1 0.694682
+0.970459 1 0.707256
+0.970397 1 0.703059
+0.550835 0.993103 0.743526
+0.550835 0.993103 0.743404
+0.550958 0.993088 0.743114
+0.551125 0.993088 0.742672
+0.551369 0.993088 0.742016
+0.551629 0.993088 0.741176
+0.551949 0.993088 0.740108
+0.552392 0.993072 0.738872
+0.552956 0.993057 0.737408
+0.553582 0.993027 0.735698
+0.554269 0.992996 0.733761
+0.555047 0.992966 0.731609
+0.555901 0.99292 0.729168
+0.556802 0.992889 0.726497
+0.557778 0.992844 0.723507
+0.558846 0.992782 0.720211
+0.56582 0.998672 0.726406
+0.576196 0.998901 0.736996
+0.58732 0.999069 0.747723
+0.598917 0.999207 0.758389
+0.611292 0.999512 0.769146
+0.619181 0.999664 0.769757
+0.624048 0.999985 0.758419
+0.630915 1 0.743954
+0.640375 1 0.725658
+0.651789 1 0.698985
+0.674571 1 0.667781
+0.735256 1 0.671778
+0.806745 1 0.692058
+0.87892 1 0.710506
+0.945006 1 0.726329
+0.970901 1 0.740032
+0.971084 1 0.754864
+0 0.0458534 0.0717937
+0 0.045594 0.073106
+0 0.0448157 0.076524
+0 0.0448768 0.0792554
+0 0.044892 0.082536
+0.00662242 0.0444495 0.0856641
+0.0434882 0.0440833 0.0890974
+0.0813153 0.0442512 0.0929427
+0.120668 0.0449989 0.0972763
+0.161273 0.0461585 0.1028
+0.20145 0.0476692 0.109239
+0.238788 0.0495308 0.116228
+0.27335 0.0517891 0.123354
+0.305562 0.0543679 0.130724
+0.335897 0.0574044 0.138399
+0.362982 0.0606546 0.145907
+0.388235 0.0641489 0.153674
+0.413428 0.068513 0.161761
+0.440711 0.0736248 0.171038
+0.470069 0.0801099 0.18172
+0.500862 0.0881208 0.194003
+0.533135 0.098024 0.208042
+0.567514 0.110033 0.224109
+0.603296 0.124437 0.242344
+0.64155 0.141558 0.263142
+0.682597 0.16144 0.286442
+0.726818 0.184237 0.312795
+0.775509 0.209659 0.342458
+0.828901 0.23801 0.37406
+0.887877 0.268849 0.407477
+0.93576 0.301656 0.441398
+0.961547 0.335622 0.47602
+0.983886 0.372122 0.513527
+0 0.0463111 0.0730755
+0 0.0460059 0.0741436
+0 0.0451057 0.0776684
+0 0.0450294 0.0806439
+0 0.0450446 0.083711
+0.00517281 0.0445716 0.0866102
+0.0426032 0.0441749 0.0897993
+0.0806744 0.0443275 0.0935073
+0.120424 0.0450446 0.097734
+0.161212 0.0462196 0.103044
+0.201419 0.047715 0.109285
+0.238849 0.0496071 0.116136
+0.273426 0.0518654 0.123171
+0.305638 0.0544594 0.130434
+0.335958 0.0575113 0.138064
+0.362997 0.0607919 0.145525
+0.388312 0.0642252 0.153277
+0.413504 0.0686351 0.161334
+0.440742 0.0737469 0.170581
+0.470146 0.0802472 0.181247
+0.500877 0.0882429 0.19353
+0.533196 0.098146 0.207553
+0.567559 0.11017 0.223667
+0.603311 0.124529 0.241825
+0.641566 0.141634 0.262684
+0.682582 0.161624 0.28603
+0.727779 0.184939 0.313146
+0.777371 0.210819 0.343435
+0.831083 0.239414 0.375265
+0.890593 0.270481 0.408865
+0.937179 0.30341 0.443137
+0.963058 0.337667 0.477882
+0.983703 0.374823 0.516274
+0 0.0491951 0.0779126
+0 0.0488441 0.0788891
+0 0.0477455 0.0818647
+0 0.0469368 0.0867628
+0 0.04654 0.0886854
+0.000350958 0.0454414 0.090074
+0.03888 0.0445716 0.0919509
+0.0785992 0.0446174 0.0951553
+0.119463 0.045243 0.098909
+0.160784 0.0463874 0.103593
+0.201343 0.0478981 0.109316
+0.238834 0.0498207 0.115801
+0.273518 0.0520943 0.122499
+0.30573 0.0547494 0.129534
+0.336065 0.0578317 0.137026
+0.36318 0.0610666 0.14435
+0.388449 0.0645914 0.152026
+0.413596 0.0689555 0.160037
+0.440833 0.0740826 0.169207
+0.470192 0.0806744 0.179812
+0.500969 0.0886549 0.19202
+0.533242 0.0985733 0.206027
+0.567651 0.110582 0.222156
+0.603433 0.12491 0.240406
+0.641611 0.142046 0.261204
+0.683925 0.162707 0.285725
+0.729961 0.186343 0.313451
+0.779751 0.212482 0.343877
+0.834211 0.241215 0.376211
+0.894255 0.272496 0.410086
+0.938689 0.30573 0.444419
+0.964813 0.3402 0.479454
+0.983368 0.378149 0.518853
+0 0.0546883 0.0842908
+0 0.0544137 0.0851606
+0 0.0534676 0.0878157
+0 0.052079 0.0931106
+0 0.051545 0.098497
+0 0.0504158 0.099321
+0.0366827 0.0490272 0.0998856
+0.0772106 0.047776 0.100862
+0.118181 0.0467536 0.102098
+0.159731 0.0466163 0.104448
+0.2009 0.0481727 0.109209
+0.23859 0.0501564 0.115053
+0.273487 0.0524758 0.121294
+0.305806 0.0552529 0.127886
+0.336294 0.05832 0.135073
+0.363333 0.0615854 0.14226
+0.388617 0.0651713 0.149752
+0.413794 0.0696117 0.157778
+0.44097 0.0747082 0.166812
+0.470329 0.0813306 0.17731
+0.501122 0.0894026 0.189456
+0.533333 0.0992905 0.203449
+0.567788 0.111254 0.219593
+0.603586 0.125612 0.237888
+0.643214 0.143603 0.259937
+0.686183 0.164416 0.285039
+0.73257 0.188373 0.313085
+0.782788 0.214664 0.343923
+0.837766 0.243717 0.376547
+0.89839 0.275181 0.410788
+0.940475 0.308629 0.445396
+0.966964 0.343236 0.480995
+0.982956 0.382086 0.521401
+0 0.0637369 0.0919203
+0 0.0634318 0.0926223
+0 0.0625162 0.0948806
+0 0.0607462 0.0987411
+0 0.0599069 0.107668
+0 0.0586557 0.112093
+0.0326238 0.0569314 0.111772
+0.0766308 0.0554513 0.111955
+0.120363 0.0540627 0.11252
+0.162921 0.0531777 0.113191
+0.202289 0.0529335 0.114244
+0.238895 0.0526589 0.116075
+0.273121 0.0530251 0.119066
+0.305791 0.0558938 0.125246
+0.336278 0.0590219 0.13193
+0.363409 0.0623026 0.138918
+0.388693 0.0660716 0.146319
+0.413962 0.0704509 0.154131
+0.441123 0.0755779 0.163195
+0.470497 0.0822766 0.173541
+0.501244 0.0903792 0.185641
+0.533455 0.100298 0.199603
+0.568139 0.112428 0.216037
+0.605859 0.127687 0.23592
+0.646036 0.145876 0.258488
+0.689433 0.16701 0.284031
+0.73637 0.191104 0.312566
+0.787274 0.217777 0.34406
+0.84271 0.24715 0.377127
+0.904295 0.278843 0.411765
+0.942916 0.312535 0.446845
+0.969909 0.347341 0.482719
+0.982544 0.387304 0.524773
+0 0.0773022 0.100191
+0 0.0770428 0.10074
+0 0.0762036 0.102586
+0 0.0744488 0.105867
+0 0.0728466 0.112337
+0 0.0719615 0.124422
+0.0221714 0.0694743 0.127199
+0.073228 0.0673228 0.126101
+0.121477 0.0653391 0.125628
+0.167514 0.0638132 0.12517
+0.206821 0.0638743 0.124453
+0.242985 0.0638743 0.125185
+0.276478 0.0637522 0.12668
+0.307729 0.0634623 0.128603
+0.336934 0.0631266 0.130861
+0.363317 0.0632334 0.133959
+0.388708 0.0671397 0.141268
+0.414054 0.0715038 0.149096
+0.441215 0.0768292 0.158114
+0.470527 0.0834974 0.168399
+0.50132 0.0916762 0.180423
+0.534966 0.101991 0.195499
+0.571389 0.115038 0.213382
+0.609384 0.130632 0.233829
+0.65005 0.149096 0.257053
+0.693935 0.170764 0.283085
+0.74168 0.195056 0.312383
+0.793256 0.222049 0.344396
+0.849683 0.251774 0.378256
+0.912139 0.283894 0.413321
+0.946334 0.31783 0.448753
+0.974105 0.352819 0.48542
+0.98201 0.394354 0.529351
+0 0.0955367 0.109453
+0 0.0952926 0.109941
+0 0.0945296 0.111391
+0 0.0931716 0.113954
+0 0.0907607 0.117754
+0 0.0907759 0.12784
+0.00172427 0.0887312 0.141711
+0.0616922 0.0853895 0.14052
+0.117983 0.0818952 0.140124
+0.171908 0.0784924 0.139803
+0.211704 0.0789654 0.136049
+0.247547 0.0793011 0.135256
+0.28072 0.0793927 0.135821
+0.311543 0.0793317 0.137148
+0.340459 0.0790875 0.138888
+0.36614 0.0786908 0.140978
+0.390173 0.0782177 0.14345
+0.414511 0.0774395 0.14612
+0.441169 0.0783551 0.150881
+0.470863 0.0850843 0.16173
+0.503838 0.0940719 0.175555
+0.538643 0.105028 0.191653
+0.575463 0.118334 0.210193
+0.614389 0.134386 0.231281
+0.655787 0.153536 0.255344
+0.700648 0.175616 0.28246
+0.748943 0.200412 0.312535
+0.801663 0.227741 0.345525
+0.859281 0.257923 0.380072
+0.921401 0.290501 0.415808
+0.950896 0.324804 0.451865
+0.979919 0.359884 0.489158
+0.980972 0.403632 0.53576
+0 0.117433 0.119921
+0 0.117266 0.120241
+0 0.116609 0.121187
+0 0.115633 0.122911
+0 0.113848 0.125719
+0 0.112703 0.131868
+0 0.113359 0.143923
+0.0400549 0.110674 0.147478
+0.101472 0.107546 0.146349
+0.158755 0.104097 0.146441
+0.212268 0.100175 0.146761
+0.25301 0.0987106 0.145556
+0.286 0.0991226 0.144869
+0.316381 0.0991531 0.145464
+0.344854 0.0990463 0.146822
+0.369863 0.0988327 0.148638
+0.3935 0.098436 0.150744
+0.41735 0.0978561 0.153277
+0.445289 0.0979324 0.158282
+0.475364 0.097673 0.16379
+0.507698 0.0974136 0.170062
+0.542885 0.108766 0.186313
+0.580011 0.122316 0.20531
+0.619181 0.138796 0.227115
+0.661402 0.158236 0.25211
+0.707088 0.180865 0.280339
+0.756725 0.206165 0.311742
+0.811124 0.234394 0.346288
+0.870985 0.265339 0.382254
+0.930709 0.29897 0.419257
+0.956786 0.33373 0.456367
+0.984466 0.36968 0.495293
+0.979675 0.415595 0.544625
+0 0.142077 0.13167
+0 0.141939 0.131868
+0 0.141527 0.132448
+0 0.140764 0.133532
+0 0.13959 0.135225
+0 0.137697 0.137789
+0 0.139178 0.146426
+0.011902 0.139239 0.154818
+0.082002 0.136126 0.152667
+0.14284 0.133272 0.151705
+0.199939 0.12987 0.152438
+0.250111 0.125826 0.153017
+0.292287 0.121813 0.152804
+0.322454 0.122133 0.152712
+0.350088 0.122255 0.153704
+0.374701 0.122194 0.155291
+0.399786 0.123476 0.159792
+0.425269 0.124285 0.164355
+0.452766 0.124712 0.169253
+0.482612 0.124651 0.174441
+0.514336 0.124331 0.180407
+0.548486 0.123537 0.18732
+0.585321 0.127169 0.198993
+0.625025 0.144015 0.221744
+0.668101 0.163729 0.247776
+0.714336 0.186709 0.277119
+0.764706 0.212314 0.30959
+0.820142 0.240787 0.345159
+0.881025 0.272175 0.38204
+0.934905 0.306065 0.419898
+0.961746 0.341405 0.458427
+0.983566 0.379889 0.500923
+0.978256 0.427543 0.552346
+0 0.168521 0.145586
+0 0.16846 0.145632
+0 0.1682 0.145769
+0 0.167727 0.146059
+0 0.166949 0.146624
+0 0.16585 0.147524
+0 0.165576 0.150591
+0 0.168978 0.159899
+0.0554208 0.166827 0.159915
+0.125811 0.163912 0.157778
+0.184436 0.161669 0.158053
+0.239643 0.158129 0.158923
+0.286442 0.154192 0.158785
+0.327489 0.150347 0.159274
+0.360189 0.150896 0.163027
+0.386419 0.152987 0.167636
+0.41059 0.154467 0.171862
+0.435691 0.1552 0.176043
+0.46305 0.155612 0.180728
+0.49221 0.155688 0.185992
+0.523491 0.15552 0.192065
+0.55697 0.154986 0.198993
+0.593011 0.154009 0.207095
+0.632105 0.152575 0.216464
+0.675532 0.170352 0.241947
+0.722713 0.193484 0.272862
+0.77409 0.219425 0.306798
+0.830594 0.248264 0.343633
+0.892973 0.280064 0.381704
+0.939879 0.314092 0.420417
+0.967193 0.349615 0.46009
+0.982666 0.390066 0.50547
+0.976913 0.438422 0.558068
+0 0.196155 0.161578
+0 0.195987 0.161486
+0 0.195865 0.161334
+0 0.195499 0.160998
+0 0.19501 0.160555
+0 0.194308 0.159899
+0 0.193423 0.159091
+0.000564584 0.196277 0.162509
+0.0257115 0.198276 0.166018
+0.100771 0.195117 0.165087
+0.171298 0.192065 0.165774
+0.228641 0.193225 0.168627
+0.281712 0.192782 0.171084
+0.327276 0.191546 0.173404
+0.366171 0.189395 0.175479
+0.399008 0.186435 0.17705
+0.423163 0.188128 0.182193
+0.449149 0.189593 0.187701
+0.476112 0.189883 0.192615
+0.504555 0.189792 0.198001
+0.53518 0.18938 0.204181
+0.568185 0.188876 0.211368
+0.603769 0.188052 0.21973
+0.642359 0.186847 0.229404
+0.684779 0.185382 0.240421
+0.732387 0.20148 0.267353
+0.785016 0.227619 0.303212
+0.842542 0.256916 0.34168
+0.906706 0.289021 0.381109
+0.94548 0.323293 0.421057
+0.974029 0.358846 0.462013
+0.981842 0.401526 0.510979
+0.97554 0.450858 0.564858
+0.00144961 0.22356 0.177874
+0.00149538 0.223484 0.177707
+0.00170901 0.223362 0.177279
+0.00209049 0.223117 0.176532
+0.00260929 0.222782 0.175387
+0.00335698 0.222309 0.173739
+0.00444038 0.221714 0.171283
+0.00660716 0.2215 0.168475
+0.0167086 0.22623 0.169696
+0.0651408 0.226017 0.169482
+0.145892 0.222873 0.169726
+0.222934 0.226642 0.165286
+0.271824 0.222889 0.175326
+0.325277 0.226963 0.181964
+0.36701 0.224857 0.18291
+0.399237 0.219959 0.181384
+0.428946 0.215152 0.180545
+0.454887 0.214206 0.184955
+0.481224 0.213443 0.190066
+0.509178 0.212879 0.195941
+0.539147 0.212284 0.202548
+0.571527 0.211429 0.21001
+0.606439 0.21033 0.218555
+0.644266 0.209049 0.228305
+0.686076 0.207355 0.239551
+0.73257 0.205142 0.252567
+0.785168 0.229267 0.288655
+0.842786 0.258396 0.328801
+0.906996 0.290333 0.370077
+0.945602 0.324407 0.411399
+0.974304 0.359747 0.453727
+0.981918 0.40235 0.503655
+0.975647 0.451606 0.558679
+0.00929274 0.251209 0.193164
+0.00936904 0.251148 0.19295
+0.0096437 0.251102 0.192386
+0.0100862 0.250843 0.191318
+0.0107424 0.250568 0.189776
+0.0116579 0.250202 0.187549
+0.0128328 0.249668 0.184298
+0.0144045 0.249119 0.179522
+0.0215152 0.251331 0.176028
+0.0354467 0.256306 0.171649
+0.110185 0.253864 0.17174
+0.180514 0.262913 0.159548
+0.270954 0.261067 0.159258
+0.307057 0.249958 0.175189
+0.356985 0.252842 0.181338
+0.394873 0.252522 0.183642
+0.426657 0.249592 0.184054
+0.453544 0.248203 0.189364
+0.481437 0.246586 0.194339
+0.510994 0.244739 0.199817
+0.542351 0.242603 0.205722
+0.575799 0.240192 0.212161
+0.610239 0.239185 0.221271
+0.647471 0.238285 0.231952
+0.688411 0.237095 0.243977
+0.733822 0.235462 0.257588
+0.785275 0.233173 0.272923
+0.842908 0.260914 0.314229
+0.907103 0.292699 0.357687
+0.945647 0.326482 0.400717
+0.974441 0.361547 0.444556
+0.981933 0.403952 0.495842
+0.975692 0.452995 0.552026
+0.0167391 0.278538 0.207752
+0.016846 0.278599 0.207538
+0.0171054 0.278492 0.206806
+0.0175326 0.27834 0.205524
+0.0180667 0.278141 0.203708
+0.0189212 0.277821 0.201099
+0.0205844 0.277455 0.197391
+0.0228275 0.276921 0.192157
+0.0256352 0.276371 0.184375
+0.0383917 0.281071 0.179416
+0.071107 0.284215 0.171603
+0.15082 0.286351 0.166171
+0.231571 0.296681 0.150042
+0.312566 0.294804 0.150042
+0.338155 0.276875 0.172915
+0.383673 0.280385 0.179706
+0.4206 0.281392 0.1841
+0.450385 0.280797 0.191394
+0.479088 0.279454 0.197864
+0.509407 0.27779 0.20412
+0.541405 0.276005 0.210941
+0.575387 0.274052 0.218357
+0.611246 0.271626 0.2262
+0.649744 0.268727 0.235035
+0.691096 0.266316 0.246387
+0.735683 0.26508 0.260777
+0.785794 0.263508 0.276768
+0.842985 0.263691 0.296834
+0.907332 0.295109 0.34284
+0.945891 0.328634 0.388434
+0.974548 0.363485 0.434043
+0.981949 0.405676 0.4869
+0.975723 0.454551 0.544457
+0.0229648 0.305882 0.221744
+0.0230869 0.305898 0.221454
+0.0234989 0.305852 0.220661
+0.0241703 0.305608 0.219196
+0.0251621 0.30544 0.217105
+0.0264897 0.305211 0.214191
+0.0280308 0.304875 0.210163
+0.0300755 0.304524 0.204639
+0.0328679 0.304097 0.196872
+0.0408637 0.305715 0.188312
+0.0577859 0.310628 0.178088
+0.112413 0.311833 0.16994
+0.183917 0.325856 0.146502
+0.274968 0.325414 0.14493
+0.341985 0.323659 0.144854
+0.368933 0.3075 0.166995
+0.405371 0.307332 0.175692
+0.441581 0.310811 0.189136
+0.475013 0.311192 0.199557
+0.505776 0.309758 0.206806
+0.538186 0.308293 0.214282
+0.572595 0.30663 0.222232
+0.60882 0.304738 0.2309
+0.647822 0.302388 0.240223
+0.690105 0.299382 0.251026
+0.736675 0.295445 0.262974
+0.786404 0.29308 0.278614
+0.842954 0.291157 0.297124
+0.907378 0.29781 0.325078
+0.945891 0.33106 0.373892
+0.974685 0.365576 0.421851
+0.982177 0.407385 0.476921
+0.975952 0.456153 0.536171
+0.0300145 0.332738 0.235538
+0.0301366 0.332723 0.235248
+0.0305333 0.332662 0.234348
+0.0312047 0.332494 0.232837
+0.032166 0.332296 0.230594
+0.0334325 0.332174 0.227497
+0.0350652 0.331884 0.223301
+0.0375219 0.331609 0.217548
+0.040589 0.331273 0.209751
+0.0444495 0.330816 0.198688
+0.0585031 0.334615 0.18912
+0.0783703 0.339605 0.17174
+0.149477 0.347585 0.152804
+0.237751 0.35375 0.144854
+0.313848 0.35288 0.145357
+0.368688 0.351476 0.148318
+0.393027 0.338155 0.163806
+0.424063 0.334218 0.180194
+0.461723 0.33753 0.195087
+0.499092 0.339284 0.20737
+0.534539 0.339071 0.217044
+0.569055 0.337835 0.225498
+0.605493 0.336278 0.234424
+0.644022 0.334585 0.244038
+0.685908 0.33228 0.254948
+0.731548 0.329259 0.267201
+0.782513 0.325109 0.280751
+0.840726 0.320455 0.297124
+0.905943 0.318212 0.318593
+0.945861 0.333577 0.35671
+0.975021 0.367605 0.408042
+0.982254 0.409369 0.465309
+0.976043 0.457877 0.526604
+0.0370489 0.358633 0.249287
+0.037171 0.358618 0.248981
+0.0375372 0.358526 0.248066
+0.0381781 0.358434 0.246555
+0.0393072 0.358404 0.244251
+0.0409094 0.358129 0.241032
+0.0429389 0.3579 0.236728
+0.0454261 0.35761 0.231006
+0.0482032 0.357351 0.223438
+0.0523079 0.357 0.212924
+0.0600137 0.357885 0.200061
+0.0780652 0.362509 0.18674
+0.108202 0.370886 0.156069
+0.203952 0.378897 0.154635
+0.285573 0.380087 0.156268
+0.347509 0.379705 0.157717
+0.393286 0.379049 0.161517
+0.416754 0.367285 0.174914
+0.44509 0.35967 0.18854
+0.484565 0.363119 0.203037
+0.523827 0.365454 0.215793
+0.563684 0.36672 0.227649
+0.601907 0.366384 0.237903
+0.640726 0.36495 0.247852
+0.682155 0.363272 0.258808
+0.726879 0.360998 0.270985
+0.776303 0.357946 0.284489
+0.8327 0.353613 0.299809
+0.89929 0.347433 0.316716
+0.943648 0.343893 0.339864
+0.972992 0.367483 0.387335
+0.982605 0.409079 0.448569
+0.976349 0.458259 0.513787
+0.0454261 0.385275 0.264103
+0.045594 0.38526 0.263798
+0.046067 0.385199 0.262821
+0.0468605 0.385138 0.261219
+0.047776 0.385046 0.258915
+0.0493019 0.384909 0.25568
+0.0512093 0.384726 0.251377
+0.0539406 0.384451 0.245747
+0.0571756 0.384192 0.238315
+0.0610056 0.383856 0.228412
+0.0657206 0.383612 0.214817
+0.0793622 0.386145 0.201053
+0.10248 0.391608 0.181048
+0.171893 0.402182 0.165423
+0.254307 0.408728 0.167239
+0.3234 0.409064 0.169986
+0.376455 0.409064 0.172152
+0.41912 0.408881 0.176684
+0.443839 0.397604 0.187732
+0.47071 0.387701 0.199008
+0.510079 0.390021 0.213107
+0.5514 0.392813 0.226444
+0.593072 0.394675 0.238911
+0.635782 0.395666 0.251453
+0.678431 0.395026 0.263172
+0.722713 0.393317 0.275257
+0.770916 0.391012 0.288624
+0.825254 0.387671 0.303731
+0.88922 0.382925 0.320592
+0.941024 0.375875 0.338766
+0.96968 0.370001 0.361944
+0.983215 0.40647 0.42359
+0.977279 0.454551 0.492058
+0.0552682 0.414054 0.280919
+0.055436 0.414115 0.280629
+0.0560006 0.414023 0.279652
+0.0568856 0.413993 0.278019
+0.0579843 0.413886 0.2757
+0.0596475 0.413764 0.272511
+0.0617838 0.413596 0.268254
+0.0643626 0.413382 0.26273
+0.0672465 0.413184 0.255726
+0.0713207 0.412955 0.246357
+0.0759289 0.412634 0.233997
+0.0814984 0.41236 0.216922
+0.0997024 0.41648 0.201465
+0.133745 0.427832 0.176852
+0.220569 0.437339 0.17847
+0.295125 0.440101 0.181933
+0.355215 0.440848 0.185138
+0.403784 0.441184 0.188159
+0.447425 0.441276 0.19321
+0.47361 0.430182 0.202457
+0.501579 0.420508 0.212665
+0.537972 0.418921 0.225376
+0.580865 0.422309 0.238895
+0.624567 0.424552 0.252216
+0.669581 0.42594 0.265538
+0.717067 0.426368 0.279515
+0.766186 0.425238 0.293584
+0.818875 0.422797 0.308263
+0.879637 0.419348 0.325032
+0.936416 0.414237 0.343389
+0.965606 0.405539 0.361959
+0.98407 0.404303 0.391974
+0.978408 0.45127 0.465599
+0.0671397 0.445304 0.299886
+0.0672923 0.445212 0.29958
+0.0678111 0.445258 0.298604
+0.0686503 0.445212 0.296971
+0.0699474 0.445106 0.294636
+0.0717632 0.444968 0.291478
+0.0739605 0.444816 0.287358
+0.0764477 0.444678 0.282094
+0.0796826 0.444511 0.275319
+0.0834974 0.444251 0.266651
+0.0876631 0.444068 0.255497
+0.0927443 0.443763 0.240558
+0.100603 0.444343 0.221683
+0.122286 0.453529 0.202029
+0.182589 0.465202 0.190692
+0.260166 0.47361 0.194186
+0.327977 0.47454 0.197971
+0.385397 0.475563 0.201892
+0.432776 0.47599 0.205737
+0.477989 0.476402 0.211658
+0.505913 0.465537 0.219806
+0.535119 0.455894 0.22884
+0.568261 0.450019 0.23946
+0.612543 0.453803 0.253483
+0.658457 0.456489 0.26743
+0.705989 0.458228 0.281636
+0.7561 0.459068 0.296925
+0.810224 0.459007 0.313756
+0.869261 0.457542 0.331853
+0.930907 0.454292 0.350637
+0.959335 0.447227 0.368566
+0.981476 0.439918 0.390097
+0.979599 0.448707 0.43212
+0.0815747 0.478996 0.320867
+0.0817426 0.47892 0.320577
+0.0822614 0.47892 0.319646
+0.0831922 0.478874 0.318059
+0.0843366 0.478828 0.315801
+0.0859083 0.478767 0.312749
+0.0879683 0.478645 0.308766
+0.0905318 0.478462 0.303761
+0.0935225 0.478325 0.297383
+0.0968032 0.478187 0.289464
+0.100832 0.477928 0.279316
+0.105318 0.477791 0.26627
+0.110643 0.477546 0.24889
+0.121065 0.481117 0.228489
+0.143969 0.495064 0.20705
+0.219699 0.506386 0.207202
+0.293935 0.510353 0.211612
+0.359518 0.511589 0.216327
+0.414694 0.512688 0.221149
+0.46363 0.513405 0.226108
+0.510658 0.514046 0.232807
+0.540108 0.503273 0.239322
+0.570672 0.493675 0.247456
+0.602045 0.484947 0.256275
+0.646387 0.487495 0.270237
+0.693889 0.490684 0.285542
+0.742962 0.49308 0.301701
+0.794858 0.494484 0.31931
+0.851057 0.495369 0.338979
+0.913451 0.49546 0.360967
+0.951858 0.490806 0.378912
+0.976532 0.484535 0.39826
+0.976104 0.482414 0.426642
+0.097673 0.515114 0.344442
+0.0978408 0.515099 0.344152
+0.0983444 0.515038 0.343221
+0.0991684 0.514992 0.341695
+0.100374 0.514961 0.339513
+0.101915 0.514824 0.336538
+0.103685 0.514733 0.332845
+0.106081 0.514687 0.328069
+0.108858 0.514595 0.322118
+0.111925 0.514443 0.314855
+0.115648 0.514229 0.305684
+0.119921 0.514031 0.294209
+0.124605 0.513893 0.279545
+0.129961 0.513771 0.260182
+0.141131 0.524804 0.239521
+0.17377 0.538933 0.221515
+0.248875 0.548592 0.226627
+0.325048 0.549874 0.231556
+0.390005 0.551492 0.237003
+0.445487 0.55256 0.242847
+0.496635 0.553216 0.24976
+0.545113 0.553948 0.258717
+0.576135 0.543465 0.263798
+0.607767 0.533959 0.270832
+0.640452 0.525154 0.279133
+0.680766 0.523339 0.292165
+0.728893 0.527291 0.309865
+0.77879 0.530587 0.329183
+0.83125 0.533257 0.350179
+0.888914 0.535622 0.373693
+0.940246 0.533837 0.391989
+0.970748 0.529183 0.410224
+0.970016 0.529915 0.438254
+0.115251 0.553567 0.369619
+0.115419 0.553597 0.369329
+0.115892 0.553521 0.368536
+0.116701 0.553445 0.367086
+0.117815 0.553414 0.364996
+0.119326 0.553399 0.362295
+0.120928 0.553353 0.358892
+0.123125 0.553201 0.35462
+0.12575 0.553109 0.349142
+0.128771 0.552987 0.342443
+0.131991 0.55288 0.334295
+0.136019 0.552728 0.324117
+0.140307 0.552529 0.311574
+0.145327 0.552346 0.295552
+0.153872 0.560113 0.278706
+0.164889 0.572061 0.259266
+0.19498 0.585748 0.242847
+0.278859 0.590417 0.248173
+0.35671 0.592111 0.254063
+0.421378 0.593484 0.261814
+0.479744 0.593912 0.271138
+0.532143 0.594659 0.282048
+0.581155 0.595819 0.294896
+0.612772 0.585718 0.298604
+0.645228 0.576623 0.304707
+0.678492 0.568246 0.31252
+0.714122 0.561654 0.322683
+0.76199 0.566735 0.34403
+0.811765 0.571405 0.367086
+0.865339 0.575616 0.39147
+0.924498 0.576608 0.411307
+0.962371 0.573373 0.426856
+0.963989 0.57554 0.45272
+0.134981 0.594171 0.397177
+0.135134 0.594141 0.396887
+0.135576 0.594156 0.396109
+0.136355 0.594125 0.394705
+0.137423 0.594049 0.392798
+0.138643 0.594049 0.390265
+0.140368 0.594003 0.387045
+0.142443 0.593912 0.383032
+0.144884 0.593759 0.378088
+0.147463 0.593683 0.372213
+0.150668 0.593591 0.365026
+0.154299 0.593439 0.356405
+0.15816 0.593301 0.345617
+0.162631 0.593164 0.332219
+0.169406 0.597879 0.318242
+0.179934 0.610101 0.305241
+0.190677 0.623133 0.289067
+0.215198 0.633814 0.266712
+0.310094 0.635111 0.272908
+0.390967 0.635813 0.282704
+0.45864 0.636332 0.295964
+0.518563 0.636515 0.311238
+0.571221 0.637583 0.328099
+0.619394 0.639475 0.345739
+0.650584 0.629984 0.347692
+0.682597 0.6215 0.352697
+0.715602 0.613718 0.35996
+0.749599 0.606653 0.368856
+0.794018 0.608743 0.388724
+0.845701 0.61474 0.412848
+0.903471 0.618082 0.433234
+0.951308 0.617212 0.44889
+0.960006 0.61944 0.471229
+0.156603 0.637354 0.426795
+0.156741 0.637308 0.426566
+0.157153 0.637293 0.425879
+0.15787 0.637186 0.424567
+0.158846 0.637217 0.422797
+0.160143 0.63714 0.420462
+0.161715 0.637079 0.417426
+0.163622 0.636973 0.413779
+0.16556 0.636942 0.409384
+0.168139 0.636912 0.403998
+0.171008 0.636744 0.397604
+0.174029 0.636698 0.390036
+0.17763 0.636576 0.380911
+0.181552 0.63653 0.369894
+0.186648 0.638209 0.35758
+0.196811 0.650797 0.349432
+0.207828 0.664302 0.339437
+0.221057 0.678294 0.327062
+0.248692 0.681605 0.295918
+0.350744 0.680568 0.306081
+0.434119 0.67953 0.323537
+0.505013 0.679057 0.344732
+0.563577 0.680018 0.366155
+0.61413 0.682429 0.386358
+0.660975 0.685954 0.404593
+0.691188 0.677302 0.405463
+0.72282 0.66949 0.40911
+0.755734 0.662333 0.414893
+0.790433 0.655818 0.422431
+0.831724 0.652842 0.43444
+0.889616 0.658671 0.454795
+0.943923 0.659632 0.470008
+0.959243 0.661982 0.489494
+0.183185 0.682322 0.458701
+0.183322 0.682383 0.458473
+0.183673 0.682338 0.457771
+0.184268 0.682277 0.456596
+0.185199 0.682292 0.455009
+0.186343 0.682292 0.452842
+0.187732 0.682216 0.450141
+0.189334 0.682139 0.44686
+0.191119 0.682185 0.442893
+0.193332 0.682124 0.438163
+0.195804 0.682063 0.432532
+0.198703 0.682002 0.42594
+0.201709 0.682017 0.418173
+0.205249 0.681956 0.408881
+0.208896 0.681926 0.397833
+0.220386 0.693126 0.392691
+0.234714 0.706355 0.388785
+0.250751 0.720043 0.383337
+0.267659 0.730617 0.370214
+0.299657 0.728603 0.334752
+0.40441 0.723888 0.351751
+0.490349 0.721996 0.378317
+0.557351 0.723171 0.40325
+0.610803 0.727016 0.423377
+0.658839 0.731823 0.440192
+0.705913 0.736919 0.454643
+0.737057 0.728679 0.454597
+0.770016 0.721187 0.457298
+0.805188 0.714305 0.462318
+0.843534 0.707881 0.468849
+0.8851 0.701488 0.476616
+0.939284 0.701366 0.489311
+0.960678 0.704112 0.506752
+0.228717 0.726406 0.49366
+0.228824 0.726406 0.493462
+0.229129 0.726406 0.492866
+0.229618 0.72636 0.491829
+0.23032 0.72639 0.490349
+0.231235 0.726421 0.488502
+0.232258 0.726436 0.486091
+0.233463 0.726452 0.483192
+0.235004 0.726467 0.479774
+0.236805 0.726467 0.47567
+0.238682 0.726436 0.470771
+0.240681 0.726558 0.465217
+0.243091 0.726589 0.458686
+0.245624 0.726619 0.45098
+0.248295 0.726726 0.442054
+0.260517 0.734432 0.43856
+0.280095 0.746777 0.439292
+0.301701 0.759213 0.439567
+0.326162 0.771695 0.438605
+0.336324 0.775051 0.416739
+0.375097 0.771496 0.38703
+0.471916 0.76611 0.409155
+0.548455 0.768292 0.435187
+0.605951 0.773983 0.454459
+0.656504 0.780285 0.470924
+0.705165 0.786542 0.486717
+0.754467 0.792721 0.501305
+0.787747 0.784543 0.500542
+0.82388 0.776974 0.502632
+0.863432 0.76997 0.507118
+0.90634 0.762371 0.512261
+0.942748 0.752697 0.516289
+0.963043 0.746715 0.5252
+0.299077 0.76762 0.533776
+0.299016 0.76762 0.533593
+0.299351 0.76762 0.533059
+0.299596 0.76762 0.532174
+0.300206 0.767651 0.530922
+0.300893 0.767666 0.52929
+0.301671 0.767666 0.52723
+0.302586 0.767712 0.524758
+0.303548 0.767758 0.521813
+0.304784 0.767849 0.51841
+0.306065 0.76791 0.514382
+0.307576 0.768002 0.509743
+0.309331 0.768063 0.504387
+0.311208 0.768124 0.498177
+0.31281 0.768292 0.49102
+0.32314 0.772671 0.48777
+0.348318 0.783902 0.492576
+0.375097 0.795407 0.49778
+0.401068 0.807523 0.502174
+0.420676 0.81677 0.498863
+0.423865 0.816785 0.472526
+0.45774 0.814359 0.446967
+0.533989 0.815518 0.463294
+0.597269 0.82385 0.483497
+0.651896 0.831815 0.50106
+0.703182 0.839734 0.517006
+0.754192 0.84712 0.532525
+0.807294 0.854154 0.547219
+0.844556 0.845579 0.5458
+0.885908 0.837751 0.547402
+0.930434 0.828367 0.549477
+0.955673 0.817502 0.551614
+0.966903 0.808682 0.557671
+0.38613 0.807141 0.578775
+0.386297 0.807095 0.578653
+0.386358 0.807111 0.57821
+0.386603 0.807095 0.577447
+0.386984 0.807172 0.57644
+0.387457 0.807141 0.575113
+0.388067 0.807187 0.573419
+0.388754 0.807263 0.571405
+0.38967 0.807218 0.569024
+0.390585 0.807233 0.566232
+0.391485 0.807248 0.562951
+0.392538 0.80734 0.559274
+0.393622 0.807401 0.554955
+0.394934 0.807477 0.550027
+0.396307 0.807538 0.544411
+0.400885 0.809354 0.540078
+0.424323 0.821378 0.547707
+0.447135 0.834836 0.555306
+0.468696 0.849744 0.562036
+0.488548 0.866728 0.56762
+0.494804 0.869413 0.553582
+0.500999 0.869307 0.528984
+0.522316 0.871077 0.501396
+0.583795 0.877195 0.51194
+0.64332 0.887831 0.530373
+0.697978 0.897688 0.546883
+0.751995 0.906569 0.563104
+0.80708 0.91487 0.579889
+0.865873 0.922713 0.595728
+0.909041 0.913558 0.593759
+0.944121 0.901564 0.591959
+0.969284 0.889204 0.591348
+0.971801 0.880262 0.596521
+0.456641 0.855039 0.626291
+0.456687 0.855009 0.626169
+0.456825 0.854963 0.625772
+0.457099 0.854963 0.625162
+0.45745 0.854948 0.624262
+0.457954 0.854932 0.623117
+0.458518 0.854856 0.621729
+0.45922 0.854871 0.620005
+0.459968 0.85478 0.617975
+0.460868 0.854795 0.615625
+0.462013 0.854749 0.613062
+0.463081 0.854719 0.609934
+0.464103 0.854704 0.6065
+0.465461 0.854643 0.602564
+0.46685 0.854612 0.598138
+0.468376 0.85449 0.593118
+0.484138 0.869413 0.600595
+0.500404 0.886793 0.609232
+0.514183 0.904326 0.615854
+0.523507 0.921065 0.618585
+0.530663 0.931746 0.614313
+0.534691 0.931243 0.596323
+0.542718 0.931884 0.571969
+0.564095 0.934905 0.544167
+0.622034 0.942672 0.552224
+0.681819 0.954147 0.569924
+0.739483 0.959823 0.58703
+0.796887 0.963623 0.6038
+0.856886 0.96701 0.621088
+0.923201 0.970413 0.637201
+0.953231 0.965606 0.6336
+0.975433 0.960983 0.633112
+0.975891 0.957534 0.638132
+0.501701 0.913573 0.671611
+0.501762 0.913542 0.671489
+0.501884 0.913542 0.671168
+0.502144 0.913497 0.670588
+0.502449 0.913512 0.669795
+0.502831 0.913451 0.668788
+0.503258 0.913497 0.667597
+0.503838 0.913451 0.666087
+0.50457 0.91339 0.664302
+0.505379 0.913375 0.662287
+0.506294 0.913268 0.659892
+0.507317 0.913237 0.657237
+0.508431 0.913115 0.654246
+0.509651 0.913054 0.650889
+0.510857 0.912993 0.64712
+0.512184 0.912932 0.642924
+0.51841 0.923842 0.645274
+0.526894 0.940551 0.650828
+0.535607 0.957427 0.656168
+0.54461 0.965408 0.660594
+0.553918 0.974029 0.664042
+0.557717 0.974334 0.651179
+0.563668 0.974395 0.633249
+0.574273 0.975128 0.609216
+0.595193 0.976761 0.579843
+0.653208 0.980194 0.586465
+0.716701 0.985306 0.605371
+0.778332 0.989761 0.623346
+0.840742 0.993698 0.640772
+0.908217 0.99736 0.658824
+0.957397 0.999069 0.671046
+0.972732 0.993545 0.66714
+0.973266 0.988983 0.668818
+0.526452 0.963378 0.70782
+0.526497 0.963378 0.707744
+0.526619 0.963378 0.707439
+0.526818 0.963363 0.706905
+0.527062 0.963378 0.706233
+0.527367 0.963378 0.705303
+0.527779 0.963378 0.704204
+0.528298 0.963363 0.702815
+0.528954 0.963333 0.701228
+0.529656 0.963317 0.699351
+0.530449 0.963287 0.697276
+0.53135 0.963241 0.694865
+0.532311 0.963211 0.692195
+0.533394 0.96318 0.689219
+0.534524 0.963119 0.685893
+0.535576 0.963134 0.682292
+0.540169 0.966628 0.683314
+0.548333 0.974868 0.689921
+0.556756 0.983932 0.696254
+0.565408 0.993973 0.702113
+0.57615 0.998703 0.709438
+0.584298 0.998856 0.707622
+0.589227 0.999023 0.693523
+0.597162 0.999603 0.675517
+0.608286 1 0.650538
+0.628305 1 0.618845
+0.687236 1 0.623896
+0.755032 1 0.643961
+0.82182 1 0.662715
+0.891737 1 0.680995
+0.950576 1 0.696696
+0.970489 1 0.709438
+0.970428 1 0.705074
+0.550622 0.993088 0.745495
+0.550668 0.993072 0.745418
+0.550774 0.993072 0.745129
+0.550958 0.993072 0.744686
+0.551217 0.993057 0.744015
+0.551461 0.993072 0.743191
+0.551781 0.993057 0.742153
+0.552224 0.993057 0.740948
+0.552743 0.993042 0.739437
+0.553368 0.993011 0.737789
+0.554086 0.992981 0.735882
+0.554833 0.992935 0.733745
+0.555688 0.992905 0.731319
+0.556634 0.992874 0.728679
+0.55761 0.992828 0.72575
+0.558679 0.992782 0.722484
+0.561288 0.995285 0.721736
+0.571389 0.998795 0.731685
+0.582986 0.998962 0.742931
+0.594903 0.999176 0.754253
+0.607813 0.999451 0.765652
+0.61973 0.999588 0.77435
+0.624399 0.999939 0.763104
+0.631388 1 0.748898
+0.640879 1 0.730877
+0.652308 1 0.704753
+0.671641 1 0.670115
+0.732754 1 0.673594
+0.80557 1 0.694224
+0.878782 1 0.712749
+0.945434 1 0.728573
+0.970932 1 0.742168
+0.97113 1 0.757183
+0 0.0463264 0.0917372
+0 0.0460975 0.093019
+0 0.0452277 0.096788
+0 0.0450599 0.0997024
+0 0.0450599 0.103105
+0.00456245 0.0445869 0.106264
+0.0421759 0.0441901 0.109712
+0.080354 0.0443427 0.113649
+0.120272 0.0450294 0.117952
+0.160143 0.0464637 0.12282
+0.200122 0.0480964 0.128923
+0.237446 0.0500038 0.135927
+0.272129 0.0522927 0.142733
+0.304555 0.054963 0.149706
+0.335042 0.0580453 0.156863
+0.36228 0.0612802 0.163836
+0.387732 0.0647746 0.171099
+0.413031 0.0692149 0.178988
+0.440314 0.0743114 0.188067
+0.469734 0.0808423 0.198444
+0.500679 0.0888991 0.210346
+0.532906 0.0988174 0.223926
+0.567422 0.110796 0.239475
+0.60325 0.125154 0.257053
+0.641474 0.142245 0.277058
+0.682551 0.162173 0.299641
+0.726741 0.184909 0.325139
+0.774594 0.209903 0.353216
+0.826535 0.237461 0.382986
+0.883757 0.267308 0.414542
+0.933639 0.299184 0.446738
+0.958938 0.333089 0.480354
+0.984161 0.368597 0.51635
+0 0.0466773 0.0928511
+0 0.0463874 0.0939345
+0 0.0455787 0.0975814
+0 0.0452277 0.101137
+0 0.045304 0.104387
+0.00271611 0.04477 0.107362
+0.0407568 0.0443427 0.110613
+0.0795758 0.0444495 0.114351
+0.119844 0.0450904 0.118502
+0.160067 0.0464942 0.123186
+0.200122 0.048127 0.129107
+0.23743 0.0500954 0.135973
+0.27219 0.0523537 0.142641
+0.30457 0.0550393 0.149538
+0.335058 0.0581369 0.156649
+0.362356 0.0613413 0.163531
+0.387747 0.0648966 0.170825
+0.413031 0.0693217 0.178637
+0.44033 0.0744182 0.187655
+0.469795 0.0810101 0.198032
+0.500648 0.0890822 0.209918
+0.532967 0.0989395 0.223453
+0.567437 0.110933 0.239033
+0.603326 0.125231 0.256611
+0.641489 0.142367 0.276616
+0.682551 0.16228 0.299199
+0.726757 0.185031 0.324712
+0.774594 0.21001 0.352819
+0.826535 0.237568 0.382589
+0.884276 0.267659 0.414496
+0.934493 0.300465 0.44773
+0.960021 0.334539 0.481605
+0.983948 0.37055 0.518181
+0 0.0497139 0.0977798
+0 0.0493782 0.0988174
+0 0.0482643 0.101869
+0 0.0470588 0.10721
+0 0.0467536 0.109407
+0 0.0456397 0.110933
+0.036347 0.0448157 0.113146
+0.0768902 0.0448157 0.11632
+0.118166 0.0453956 0.119982
+0.159335 0.0466621 0.124285
+0.199802 0.0483101 0.129656
+0.237293 0.0502937 0.136049
+0.272175 0.0525521 0.142428
+0.304662 0.055314 0.14902
+0.335195 0.0584115 0.155978
+0.362448 0.061677 0.162707
+0.387884 0.0652323 0.169863
+0.413138 0.0696727 0.177539
+0.440436 0.0747845 0.186511
+0.469902 0.0814069 0.196811
+0.500801 0.0894484 0.208606
+0.533028 0.0993515 0.222141
+0.567529 0.111315 0.237675
+0.603372 0.125704 0.255314
+0.641505 0.14287 0.275319
+0.682658 0.162661 0.297978
+0.726802 0.185412 0.323476
+0.774655 0.210361 0.351659
+0.82739 0.2383 0.382025
+0.886748 0.269276 0.414969
+0.935592 0.302266 0.448402
+0.961486 0.336461 0.482689
+0.983658 0.37319 0.519905
+0 0.0552987 0.104616
+0 0.0550088 0.105455
+0 0.054078 0.10811
+0 0.0522927 0.113008
+0 0.0517586 0.119356
+0 0.0507668 0.1205
+0.032929 0.0492561 0.121172
+0.073991 0.0480201 0.12221
+0.115526 0.0469368 0.123476
+0.157702 0.0469062 0.125872
+0.199069 0.0485389 0.130404
+0.236866 0.0506142 0.136004
+0.271992 0.0529183 0.141863
+0.304707 0.0557565 0.148028
+0.335271 0.0588693 0.154711
+0.36257 0.0621347 0.161196
+0.387976 0.0658122 0.168154
+0.413275 0.0702373 0.175677
+0.440574 0.0753796 0.184466
+0.470039 0.082063 0.194629
+0.500847 0.0901656 0.206363
+0.533165 0.100038 0.219806
+0.567559 0.112047 0.235355
+0.603449 0.126436 0.252964
+0.641581 0.143511 0.273045
+0.68278 0.163302 0.295872
+0.726955 0.185992 0.321416
+0.77583 0.211536 0.350515
+0.830198 0.240208 0.38201
+0.890059 0.271351 0.415198
+0.937133 0.304524 0.448997
+0.963119 0.338964 0.483436
+0.983505 0.376333 0.521798
+0 0.0644694 0.112276
+0 0.0642252 0.113069
+0 0.0632486 0.115496
+0 0.0614633 0.119554
+0 0.0602884 0.127901
+0 0.0591745 0.133349
+0.0271305 0.0574197 0.133257
+0.071931 0.0559243 0.133486
+0.115908 0.054612 0.134066
+0.159365 0.0535286 0.135042
+0.200153 0.0530251 0.136141
+0.236851 0.0528725 0.137819
+0.271443 0.0534524 0.140749
+0.304585 0.0563516 0.146456
+0.33521 0.0595407 0.15256
+0.3626 0.0628519 0.158816
+0.388067 0.0666514 0.165515
+0.413382 0.0710613 0.172839
+0.440742 0.0763256 0.181415
+0.470146 0.0829938 0.191424
+0.500999 0.0911116 0.203021
+0.533318 0.101015 0.216449
+0.567666 0.113085 0.231952
+0.603525 0.127428 0.249622
+0.641642 0.144549 0.269749
+0.682841 0.164263 0.292683
+0.728801 0.1879 0.31986
+0.779141 0.214099 0.34995
+0.833936 0.243015 0.381964
+0.894514 0.274403 0.415518
+0.939071 0.30779 0.449577
+0.965316 0.342412 0.484581
+0.982986 0.380758 0.524086
+0 0.0783703 0.120821
+0 0.0781262 0.121538
+0 0.0771801 0.123537
+0 0.0753796 0.127016
+0 0.0731975 0.133074
+0 0.0724956 0.144594
+0.0158694 0.070161 0.14815
+0.0665141 0.0681621 0.147356
+0.114763 0.0662699 0.146944
+0.161395 0.0647288 0.147066
+0.203937 0.0639506 0.147112
+0.240513 0.0640269 0.147387
+0.274449 0.0639506 0.148608
+0.306142 0.0637522 0.150332
+0.335683 0.0634165 0.152331
+0.362539 0.0637217 0.155367
+0.388067 0.0676738 0.161685
+0.413489 0.0720989 0.168872
+0.440787 0.0775616 0.177142
+0.470237 0.0841688 0.186938
+0.50103 0.0924392 0.19852
+0.533578 0.102327 0.212009
+0.567758 0.114382 0.227359
+0.603662 0.128786 0.245136
+0.64239 0.146136 0.265904
+0.685969 0.167132 0.290898
+0.732982 0.191211 0.318868
+0.783948 0.217685 0.349737
+0.839551 0.246921 0.382116
+0.900938 0.278691 0.416266
+0.941802 0.312306 0.450889
+0.968673 0.347066 0.48632
+0.982559 0.386725 0.527611
+0 0.0968185 0.129976
+0 0.0966049 0.130495
+0 0.0958267 0.132235
+0 0.0942855 0.135088
+0 0.091722 0.139284
+0 0.0911269 0.148714
+0 0.0893721 0.161532
+0.0542153 0.0858167 0.163424
+0.10959 0.0830396 0.161822
+0.161746 0.0804608 0.160845
+0.207919 0.0788128 0.159838
+0.244572 0.0792706 0.158251
+0.278355 0.0794842 0.158251
+0.309667 0.079469 0.159197
+0.338811 0.0793622 0.160647
+0.364981 0.078996 0.162387
+0.389425 0.0784772 0.164401
+0.41384 0.0778515 0.166796
+0.440665 0.078996 0.171267
+0.470283 0.0856184 0.180926
+0.50103 0.0939803 0.192416
+0.533623 0.103914 0.20589
+0.567758 0.115984 0.221347
+0.606058 0.131426 0.241093
+0.647013 0.149874 0.263905
+0.69131 0.171405 0.289662
+0.738918 0.195727 0.31841
+0.790661 0.222599 0.34992
+0.847532 0.252186 0.383093
+0.910079 0.284337 0.417731
+0.945724 0.318288 0.452857
+0.97348 0.353231 0.489082
+0.981888 0.39472 0.532586
+0 0.11899 0.140032
+0 0.118776 0.140414
+0 0.118151 0.141665
+0 0.116899 0.143847
+0 0.114992 0.147051
+0 0.113069 0.153079
+0 0.113481 0.164401
+0.0304875 0.110674 0.173312
+0.0943618 0.107301 0.17203
+0.153048 0.103624 0.171557
+0.207462 0.0997787 0.171695
+0.249149 0.0984054 0.169818
+0.282765 0.0990311 0.168185
+0.313817 0.0993057 0.168124
+0.342763 0.0992905 0.168963
+0.368521 0.0990768 0.170321
+0.392432 0.0986954 0.172076
+0.416541 0.0981918 0.174197
+0.442557 0.0974746 0.176883
+0.470939 0.0964218 0.180194
+0.500999 0.0957961 0.184634
+0.535241 0.106477 0.199435
+0.572122 0.119615 0.217227
+0.610788 0.135515 0.237598
+0.652049 0.154299 0.260914
+0.697032 0.176287 0.287495
+0.745785 0.201022 0.31722
+0.798962 0.228489 0.350088
+0.857343 0.258915 0.384466
+0.920531 0.291798 0.420172
+0.950713 0.326223 0.456107
+0.979919 0.361349 0.493126
+0.980682 0.405203 0.539651
+0 0.143954 0.150942
+0 0.143755 0.151202
+0 0.143236 0.152056
+0 0.142321 0.153521
+0 0.140948 0.155947
+0 0.138643 0.159258
+0 0.139178 0.167559
+0.00471504 0.139467 0.179583
+0.0727092 0.136156 0.178592
+0.135851 0.133013 0.17734
+0.194308 0.129503 0.177386
+0.245045 0.125612 0.178149
+0.288151 0.121569 0.178149
+0.319097 0.122118 0.176837
+0.347753 0.122271 0.176913
+0.372808 0.122332 0.177874
+0.396216 0.122194 0.179324
+0.420005 0.121859 0.181262
+0.445579 0.121309 0.183841
+0.4748 0.121324 0.188479
+0.506569 0.121218 0.194354
+0.54052 0.12076 0.201038
+0.576928 0.124163 0.211704
+0.616205 0.140398 0.232898
+0.658488 0.159625 0.257099
+0.703807 0.181949 0.284672
+0.753323 0.206897 0.315267
+0.807309 0.234699 0.349096
+0.866712 0.265385 0.384298
+0.928786 0.29865 0.420768
+0.955337 0.333547 0.457832
+0.984436 0.369558 0.496712
+0.979568 0.416114 0.546578
+0 0.170611 0.1635
+0 0.170489 0.163638
+0 0.170123 0.164096
+0 0.169512 0.164889
+0 0.168521 0.16614
+0 0.167071 0.16788
+0 0.165774 0.17171
+0 0.168292 0.181476
+0.0441596 0.167254 0.185794
+0.11606 0.164157 0.183642
+0.178424 0.161395 0.182681
+0.233448 0.15816 0.183795
+0.281132 0.154223 0.184283
+0.322484 0.149523 0.184375
+0.353933 0.147936 0.184024
+0.378607 0.148089 0.184619
+0.401434 0.148104 0.185885
+0.426749 0.149325 0.190021
+0.454215 0.150408 0.194781
+0.483574 0.151019 0.200031
+0.51487 0.151263 0.205951
+0.548394 0.151095 0.212589
+0.58436 0.150423 0.220279
+0.622904 0.149355 0.229068
+0.665705 0.16585 0.25214
+0.711894 0.188418 0.280873
+0.762249 0.213672 0.312673
+0.817227 0.241886 0.347662
+0.877882 0.272862 0.383856
+0.933761 0.306493 0.421225
+0.960296 0.341527 0.459266
+0.983627 0.379294 0.500938
+0.978393 0.42652 0.551934
+0 0.197864 0.17705
+0 0.197757 0.17705
+0 0.197528 0.177218
+0 0.197116 0.177447
+0 0.196521 0.177844
+0 0.19556 0.17847
+0 0.194278 0.179416
+0.00161746 0.195987 0.184451
+0.0202792 0.198474 0.192004
+0.0900587 0.19556 0.190524
+0.161746 0.192737 0.18854
+0.219516 0.19086 0.189059
+0.271443 0.187579 0.190188
+0.316304 0.183871 0.190127
+0.35552 0.180117 0.190616
+0.388647 0.178256 0.193256
+0.413275 0.180468 0.197665
+0.439017 0.182406 0.202518
+0.466255 0.183398 0.207126
+0.495109 0.183978 0.212329
+0.525902 0.184253 0.218128
+0.558923 0.184161 0.224872
+0.594263 0.183749 0.232685
+0.632441 0.18291 0.241688
+0.674311 0.181674 0.252079
+0.721111 0.196002 0.276036
+0.772519 0.221592 0.309377
+0.828733 0.250156 0.345785
+0.890974 0.281559 0.383291
+0.939193 0.315343 0.421637
+0.966384 0.350515 0.461082
+0.98262 0.390433 0.505806
+0.976913 0.438483 0.558083
+0.00238041 0.224613 0.191699
+0.00244144 0.224598 0.191684
+0.00260929 0.224384 0.191546
+0.00292973 0.224155 0.191318
+0.00341802 0.223774 0.190951
+0.00421149 0.223194 0.190463
+0.00521859 0.222324 0.189776
+0.00682078 0.221698 0.189242
+0.0163272 0.226108 0.194064
+0.0563668 0.226398 0.195819
+0.136217 0.223194 0.195026
+0.207294 0.22034 0.195941
+0.260685 0.221988 0.199039
+0.311543 0.221698 0.201587
+0.355215 0.220798 0.204105
+0.391455 0.218906 0.206226
+0.423056 0.21622 0.207889
+0.451713 0.215549 0.211658
+0.479591 0.217075 0.217762
+0.509361 0.218494 0.224445
+0.539559 0.21857 0.230503
+0.571969 0.218341 0.237385
+0.60679 0.21799 0.245426
+0.644572 0.21735 0.254734
+0.686091 0.216388 0.26537
+0.732265 0.214908 0.277699
+0.784375 0.230747 0.305303
+0.841978 0.259724 0.343481
+0.906004 0.291508 0.382513
+0.945205 0.325475 0.422217
+0.973922 0.360616 0.463066
+0.981643 0.403052 0.511681
+0.975387 0.45214 0.565377
+0.0102998 0.252216 0.206607
+0.0103456 0.25211 0.206439
+0.0105745 0.251972 0.206088
+0.0110018 0.251743 0.205463
+0.0116121 0.251392 0.204517
+0.0124666 0.250965 0.203189
+0.01355 0.250401 0.201373
+0.0151064 0.249668 0.198779
+0.0214847 0.251377 0.197925
+0.0346227 0.256092 0.198642
+0.0997787 0.254139 0.198672
+0.181384 0.251118 0.198978
+0.255421 0.255314 0.19498
+0.301701 0.251743 0.205127
+0.352834 0.256291 0.21207
+0.392523 0.255375 0.214191
+0.42385 0.250462 0.212619
+0.456062 0.245121 0.211612
+0.485878 0.242267 0.214664
+0.514519 0.242191 0.221164
+0.544015 0.24181 0.227893
+0.575799 0.241245 0.235294
+0.609995 0.240635 0.243671
+0.646983 0.239811 0.253147
+0.687892 0.238636 0.264103
+0.733318 0.236988 0.2766
+0.784649 0.234791 0.290974
+0.842176 0.261418 0.329168
+0.906294 0.293019 0.370321
+0.945388 0.326772 0.411627
+0.97409 0.361746 0.453849
+0.981735 0.403983 0.503655
+0.975464 0.452995 0.558556
+0.0175937 0.279469 0.22089
+0.0176547 0.279438 0.220737
+0.0178683 0.279423 0.220218
+0.0182193 0.27921 0.219348
+0.0188296 0.27895 0.218036
+0.0198062 0.278569 0.21619
+0.0214847 0.278157 0.213581
+0.0235752 0.277501 0.209964
+0.026215 0.276783 0.204807
+0.0382086 0.281056 0.203052
+0.0647288 0.284474 0.199649
+0.145739 0.281773 0.199878
+0.215335 0.291356 0.188495
+0.300557 0.289784 0.188754
+0.334844 0.278767 0.204059
+0.38175 0.281804 0.21033
+0.418143 0.282155 0.213275
+0.453086 0.279362 0.21413
+0.484596 0.276768 0.217792
+0.514321 0.275074 0.223972
+0.545663 0.273228 0.230243
+0.578805 0.271183 0.236896
+0.613855 0.268986 0.244617
+0.650385 0.268467 0.255207
+0.690501 0.26772 0.266941
+0.735012 0.266514 0.28014
+0.785168 0.264912 0.295079
+0.842359 0.264179 0.313085
+0.906615 0.295552 0.356756
+0.945586 0.329 0.399969
+0.974227 0.363714 0.443778
+0.98175 0.405753 0.495094
+0.975509 0.454612 0.551324
+0.0240482 0.306706 0.23447
+0.024155 0.306615 0.234272
+0.0245518 0.306584 0.233616
+0.0251926 0.306416 0.232547
+0.0261387 0.306157 0.230915
+0.0274205 0.305898 0.228672
+0.0287938 0.305623 0.225681
+0.0308232 0.305028 0.221469
+0.0336156 0.304509 0.215641
+0.0408942 0.305852 0.209537
+0.0568856 0.310552 0.204028
+0.103593 0.312093 0.198993
+0.185687 0.314519 0.193713
+0.262654 0.32549 0.178729
+0.340078 0.323629 0.179294
+0.364324 0.305486 0.201175
+0.40621 0.308919 0.207614
+0.445426 0.310033 0.212299
+0.479789 0.308766 0.217777
+0.51165 0.307881 0.226169
+0.543618 0.306218 0.233417
+0.577279 0.304433 0.241016
+0.612985 0.302403 0.249073
+0.651209 0.299901 0.257984
+0.692729 0.296696 0.267979
+0.736706 0.29546 0.281559
+0.785718 0.294362 0.297047
+0.84213 0.2925 0.314397
+0.906722 0.298253 0.340047
+0.945617 0.331395 0.386145
+0.974365 0.365805 0.432151
+0.981949 0.407568 0.485496
+0.975738 0.456214 0.543252
+0.0310369 0.333486 0.247913
+0.0311742 0.333501 0.247639
+0.0315404 0.333349 0.246952
+0.032166 0.333242 0.245731
+0.0330968 0.333074 0.243946
+0.0343328 0.332799 0.241443
+0.0360571 0.332509 0.238056
+0.0383612 0.332158 0.233555
+0.041474 0.331701 0.227375
+0.045182 0.331228 0.218723
+0.0584878 0.334661 0.211902
+0.0768139 0.339574 0.200809
+0.148577 0.338872 0.197391
+0.2177 0.354513 0.173831
+0.304723 0.354513 0.17293
+0.369482 0.352865 0.173098
+0.392752 0.336095 0.195041
+0.429343 0.335241 0.203616
+0.470054 0.337682 0.213809
+0.507973 0.339437 0.227375
+0.540536 0.337881 0.235599
+0.574639 0.336324 0.243824
+0.610162 0.334691 0.252369
+0.648707 0.332662 0.261753
+0.690181 0.330175 0.272297
+0.735683 0.327001 0.283864
+0.786496 0.322972 0.297459
+0.841749 0.321645 0.315526
+0.906218 0.31931 0.335286
+0.945632 0.333959 0.370001
+0.97467 0.367895 0.418967
+0.98201 0.409522 0.474357
+0.975784 0.458 0.534035
+0.0379492 0.359319 0.261311
+0.038056 0.359319 0.261082
+0.0384375 0.359258 0.260304
+0.0392462 0.359121 0.258976
+0.0404212 0.358938 0.257053
+0.0419623 0.35874 0.254337
+0.0439307 0.358526 0.250797
+0.0463417 0.358114 0.246067
+0.0490425 0.357839 0.239811
+0.0531014 0.357458 0.231312
+0.0601358 0.357946 0.220844
+0.0780499 0.362509 0.211429
+0.104952 0.367086 0.194629
+0.184802 0.375082 0.180423
+0.266011 0.38323 0.166735
+0.341314 0.382361 0.167422
+0.394659 0.380819 0.168429
+0.418463 0.365866 0.187869
+0.451774 0.360479 0.2038
+0.493217 0.364462 0.221149
+0.533364 0.366537 0.235218
+0.571466 0.366781 0.246418
+0.607599 0.365316 0.255558
+0.645884 0.363851 0.265339
+0.686976 0.361959 0.275929
+0.731502 0.359426 0.287709
+0.781079 0.356069 0.300771
+0.837919 0.3514 0.315557
+0.902998 0.348272 0.334844
+0.945113 0.344839 0.356878
+0.97464 0.370062 0.402945
+0.982101 0.411643 0.461463
+0.975875 0.459846 0.523476
+0.0465553 0.385885 0.275624
+0.0466926 0.385855 0.275334
+0.0470893 0.385733 0.274556
+0.0476997 0.385763 0.273198
+0.0488136 0.385595 0.271183
+0.0502937 0.385397 0.268437
+0.0522316 0.385199 0.264744
+0.0549325 0.384939 0.259937
+0.057969 0.38468 0.253727
+0.0618448 0.384329 0.245411
+0.0663157 0.383948 0.234119
+0.079469 0.386252 0.223041
+0.0983597 0.390906 0.208438
+0.139681 0.399283 0.183688
+0.228763 0.410666 0.176577
+0.310369 0.411963 0.17821
+0.372625 0.411612 0.179309
+0.420554 0.41059 0.183017
+0.445365 0.396582 0.197604
+0.474647 0.387015 0.212634
+0.51725 0.391302 0.22948
+0.559487 0.394125 0.244129
+0.601694 0.395911 0.257481
+0.642954 0.395941 0.269245
+0.683818 0.394369 0.280064
+0.727977 0.392386 0.291829
+0.776242 0.389792 0.304753
+0.831006 0.386206 0.319493
+0.89572 0.38114 0.335622
+0.942901 0.375494 0.355077
+0.971954 0.370825 0.377951
+0.982666 0.410285 0.439597
+0.976516 0.458732 0.505974
+0.0564736 0.414618 0.291936
+0.056672 0.414649 0.291661
+0.0571756 0.414542 0.290852
+0.0578927 0.414496 0.289433
+0.0590829 0.414389 0.287404
+0.0607462 0.414252 0.28455
+0.0628214 0.413993 0.280919
+0.0653391 0.413779 0.276081
+0.0682536 0.413581 0.270008
+0.0722667 0.413367 0.261982
+0.0767224 0.413016 0.251469
+0.0822156 0.412726 0.236988
+0.0990616 0.416571 0.224537
+0.122194 0.422431 0.203861
+0.19295 0.435157 0.187884
+0.275227 0.443214 0.190051
+0.345281 0.443534 0.192538
+0.40119 0.443534 0.194568
+0.448753 0.443107 0.199145
+0.474861 0.429572 0.211597
+0.5028 0.418021 0.224369
+0.54403 0.420142 0.240223
+0.587762 0.423606 0.255238
+0.632227 0.425864 0.269322
+0.678019 0.427146 0.283177
+0.724514 0.426825 0.296529
+0.772076 0.424826 0.30959
+0.825071 0.422049 0.323888
+0.886549 0.418296 0.340246
+0.939147 0.412634 0.357824
+0.96878 0.403937 0.375921
+0.983413 0.408728 0.410636
+0.977539 0.456107 0.481437
+0.0682689 0.445792 0.310353
+0.0684215 0.445777 0.310063
+0.0688945 0.445701 0.309224
+0.0697948 0.44567 0.307759
+0.0711528 0.445563 0.305653
+0.0728771 0.445457 0.302861
+0.0750439 0.445243 0.299184
+0.0775158 0.445075 0.294545
+0.0806592 0.444907 0.288563
+0.0842451 0.444694 0.280964
+0.0885023 0.444419 0.271199
+0.0934768 0.444099 0.258244
+0.100786 0.44448 0.241886
+0.120378 0.448829 0.226627
+0.150958 0.462654 0.199557
+0.236698 0.474449 0.201984
+0.312993 0.477317 0.205341
+0.37821 0.478141 0.20882
+0.430716 0.478294 0.211826
+0.479469 0.478248 0.21735
+0.507012 0.465126 0.228229
+0.535821 0.453849 0.239384
+0.573083 0.451057 0.253162
+0.618524 0.455238 0.268406
+0.665187 0.457938 0.283238
+0.713573 0.459663 0.297993
+0.764508 0.460472 0.313802
+0.818723 0.459739 0.33022
+0.876371 0.457298 0.346944
+0.933715 0.453483 0.364813
+0.962814 0.445991 0.381704
+0.981201 0.439139 0.403967
+0.978485 0.454093 0.450278
+0.0827344 0.479454 0.330831
+0.0829175 0.479515 0.33051
+0.0834363 0.479408 0.329671
+0.0842145 0.479301 0.328237
+0.0852979 0.479286 0.326223
+0.0869764 0.479164 0.323445
+0.0890364 0.478996 0.31986
+0.0915389 0.478843 0.315282
+0.0943008 0.478721 0.309606
+0.097673 0.478538 0.30248
+0.101656 0.478264 0.293431
+0.10605 0.478096 0.28191
+0.111269 0.477897 0.266697
+0.120485 0.479011 0.248722
+0.140673 0.489464 0.230121
+0.194461 0.503792 0.214832
+0.272938 0.513161 0.219104
+0.347158 0.514168 0.223331
+0.409049 0.515236 0.227634
+0.462181 0.515541 0.2318
+0.512108 0.51577 0.238254
+0.541131 0.503151 0.24712
+0.571221 0.492058 0.25713
+0.604166 0.484184 0.268132
+0.651576 0.488777 0.284215
+0.699672 0.492195 0.300313
+0.749523 0.494575 0.317143
+0.802533 0.496086 0.335363
+0.860365 0.496849 0.355322
+0.922255 0.4963 0.376135
+0.955688 0.490318 0.391852
+0.976181 0.484627 0.411856
+0.975814 0.482139 0.43978
+0.0987411 0.515496 0.35375
+0.098909 0.515404 0.353491
+0.099382 0.515404 0.352682
+0.100237 0.515419 0.351263
+0.101396 0.515297 0.349233
+0.102861 0.515282 0.346517
+0.104677 0.51516 0.343099
+0.107012 0.515068 0.33875
+0.109773 0.514885 0.333333
+0.112764 0.514809 0.326726
+0.116457 0.51458 0.31841
+0.120516 0.514412 0.30808
+0.125307 0.514183 0.29485
+0.13051 0.514031 0.277684
+0.140963 0.518669 0.258137
+0.166369 0.53431 0.239673
+0.225177 0.548775 0.2336
+0.307576 0.552468 0.238575
+0.380972 0.553826 0.243671
+0.441077 0.554955 0.249042
+0.495659 0.555306 0.255238
+0.546395 0.555871 0.264149
+0.577096 0.543465 0.270985
+0.608179 0.532494 0.279438
+0.640253 0.522637 0.288838
+0.684825 0.52462 0.305119
+0.733806 0.528847 0.323919
+0.784268 0.532311 0.343709
+0.837659 0.535164 0.365087
+0.896819 0.537621 0.388632
+0.944686 0.534981 0.405524
+0.970108 0.531304 0.424964
+0.969589 0.53077 0.451362
+0.116243 0.553948 0.378073
+0.116426 0.553979 0.377844
+0.116869 0.553872 0.377035
+0.117662 0.553841 0.375692
+0.118807 0.553841 0.373816
+0.120119 0.553765 0.371328
+0.121859 0.553674 0.368109
+0.124025 0.553506 0.36408
+0.126619 0.553429 0.359152
+0.129503 0.553231 0.353201
+0.132799 0.553185 0.345647
+0.136767 0.553002 0.33637
+0.141009 0.55285 0.324865
+0.145968 0.552682 0.310353
+0.151461 0.55288 0.291752
+0.162493 0.565988 0.273793
+0.187289 0.581918 0.257176
+0.255146 0.593011 0.255009
+0.342184 0.594507 0.260548
+0.413611 0.595773 0.267735
+0.476158 0.596246 0.276875
+0.531563 0.596735 0.287419
+0.582666 0.597635 0.300328
+0.613718 0.585901 0.305165
+0.64538 0.575586 0.312108
+0.67808 0.566003 0.320439
+0.717281 0.562905 0.33463
+0.765927 0.568429 0.357153
+0.816388 0.573251 0.380331
+0.871229 0.577783 0.404913
+0.932311 0.578241 0.423194
+0.964202 0.575235 0.439323
+0.963623 0.577508 0.465614
+0.136004 0.594446 0.405035
+0.136126 0.594476 0.404791
+0.136599 0.5944 0.404013
+0.137331 0.594385 0.402777
+0.138293 0.594369 0.400961
+0.139559 0.594354 0.398581
+0.141283 0.594278 0.39556
+0.143374 0.594202 0.391791
+0.145739 0.594003 0.387182
+0.148287 0.593988 0.381704
+0.151476 0.593835 0.375021
+0.155077 0.593744 0.366918
+0.158892 0.593576 0.357168
+0.163348 0.593423 0.344884
+0.168048 0.593362 0.329549
+0.177478 0.603387 0.315862
+0.188891 0.617517 0.300984
+0.205814 0.6327 0.281621
+0.289296 0.637675 0.278782
+0.379217 0.638331 0.287953
+0.452171 0.638529 0.300923
+0.515892 0.63856 0.316213
+0.571023 0.639414 0.332769
+0.621012 0.641077 0.35053
+0.651316 0.63032 0.353414
+0.682887 0.6206 0.35906
+0.715282 0.611841 0.3664
+0.74876 0.603876 0.375219
+0.797345 0.610407 0.399786
+0.850355 0.616617 0.423804
+0.909758 0.619776 0.443488
+0.955642 0.618418 0.458671
+0.959808 0.621332 0.481819
+0.157427 0.637552 0.433906
+0.157595 0.637537 0.433677
+0.158007 0.637568 0.432959
+0.158679 0.637537 0.431785
+0.15964 0.637446 0.430106
+0.160952 0.637461 0.427909
+0.162509 0.6374 0.425071
+0.164355 0.637263 0.421607
+0.166354 0.637247 0.417502
+0.168826 0.637201 0.412467
+0.171695 0.637049 0.406485
+0.174701 0.636927 0.399329
+0.178241 0.636866 0.390738
+0.182055 0.636759 0.380499
+0.186481 0.636576 0.368002
+0.194064 0.643488 0.356847
+0.205478 0.657938 0.347814
+0.21828 0.673075 0.335744
+0.233753 0.683925 0.310628
+0.331594 0.683009 0.309422
+0.423575 0.68162 0.326314
+0.499611 0.680995 0.347784
+0.561639 0.681682 0.36965
+0.614069 0.684047 0.389761
+0.662364 0.687495 0.408042
+0.691844 0.67747 0.409247
+0.722896 0.66862 0.413489
+0.755261 0.660609 0.419547
+0.789212 0.653254 0.427054
+0.835233 0.654154 0.442985
+0.894255 0.659892 0.462974
+0.947204 0.660639 0.477989
+0.959243 0.663691 0.498283
+0.184207 0.682521 0.465171
+0.184329 0.682551 0.464988
+0.184695 0.682536 0.464332
+0.18529 0.682475 0.463233
+0.186145 0.682414 0.461631
+0.187304 0.682475 0.459632
+0.188678 0.682383 0.457038
+0.190097 0.682353 0.453925
+0.192004 0.682338 0.450126
+0.194217 0.682292 0.44567
+0.196735 0.682231 0.440314
+0.199405 0.6822 0.434119
+0.202564 0.682139 0.426749
+0.206104 0.682124 0.418021
+0.209689 0.682078 0.407599
+0.215717 0.685496 0.397299
+0.229725 0.699626 0.393103
+0.245365 0.714229 0.387701
+0.264347 0.729244 0.379812
+0.283238 0.73138 0.345052
+0.389227 0.72665 0.353185
+0.482277 0.723857 0.380285
+0.553765 0.724987 0.406119
+0.609552 0.72874 0.426337
+0.659037 0.733532 0.442878
+0.707454 0.738689 0.457725
+0.73785 0.729046 0.45771
+0.770016 0.720256 0.460472
+0.804181 0.712398 0.465339
+0.841764 0.705089 0.471977
+0.884184 0.699199 0.480644
+0.941588 0.70219 0.495949
+0.960922 0.705531 0.514458
+0.229862 0.726528 0.499352
+0.229908 0.726513 0.499168
+0.230167 0.726467 0.498589
+0.230686 0.726467 0.497581
+0.231357 0.726497 0.496178
+0.232166 0.726543 0.494377
+0.233112 0.726528 0.492119
+0.234531 0.726589 0.489296
+0.235904 0.726528 0.485954
+0.23769 0.726558 0.482017
+0.239597 0.726513 0.47744
+0.24152 0.726619 0.472099
+0.243915 0.726635 0.465766
+0.246387 0.726665 0.458473
+0.248997 0.726772 0.449928
+0.251881 0.726848 0.439796
+0.270542 0.739971 0.440024
+0.292714 0.753628 0.440574
+0.318257 0.767239 0.440177
+0.337514 0.776471 0.429114
+0.359731 0.774609 0.392462
+0.46038 0.768231 0.409842
+0.543206 0.769802 0.43711
+0.603449 0.775753 0.456992
+0.655695 0.782147 0.47361
+0.70573 0.788479 0.489479
+0.756146 0.794812 0.504234
+0.788678 0.785061 0.50338
+0.823926 0.776318 0.505501
+0.862516 0.768414 0.509911
+0.90428 0.759976 0.514961
+0.941497 0.749584 0.519081
+0.963119 0.747845 0.531426
+0.298909 0.767437 0.538094
+0.298894 0.767483 0.537911
+0.299199 0.767483 0.537392
+0.299474 0.767437 0.536538
+0.299947 0.767437 0.535317
+0.300725 0.767437 0.533761
+0.301289 0.767498 0.531762
+0.302312 0.767529 0.529381
+0.303395 0.767575 0.526513
+0.30457 0.767605 0.523186
+0.305791 0.767697 0.519326
+0.307256 0.767742 0.514824
+0.308827 0.767834 0.509621
+0.310628 0.767926 0.503624
+0.312459 0.768063 0.496742
+0.314382 0.7682 0.488746
+0.334722 0.777401 0.490364
+0.363165 0.789822 0.496025
+0.391959 0.802625 0.501152
+0.420218 0.816297 0.505013
+0.42591 0.818219 0.483009
+0.446983 0.816907 0.450004
+0.526925 0.817029 0.464714
+0.593393 0.825513 0.485603
+0.650019 0.833738 0.503548
+0.702708 0.841794 0.519524
+0.754772 0.849409 0.535012
+0.809216 0.856458 0.549844
+0.845701 0.846387 0.54844
+0.886091 0.837247 0.550011
+0.929595 0.826947 0.552087
+0.954742 0.81529 0.554147
+0.966766 0.805554 0.559838
+0.385977 0.807004 0.582284
+0.386023 0.807004 0.582147
+0.386084 0.807004 0.581689
+0.386328 0.807004 0.580972
+0.386709 0.807034 0.579965
+0.387213 0.807004 0.578653
+0.387793 0.807019 0.57705
+0.388418 0.80705 0.575067
+0.389319 0.80705 0.572763
+0.390127 0.807126 0.570016
+0.39115 0.807065 0.566873
+0.392096 0.807172 0.563256
+0.393408 0.807294 0.559152
+0.39472 0.807309 0.554406
+0.396033 0.807355 0.548913
+0.397513 0.807416 0.542718
+0.411368 0.813993 0.543648
+0.436881 0.827726 0.55201
+0.460594 0.843244 0.559503
+0.482887 0.860441 0.566201
+0.496147 0.871702 0.561456
+0.501488 0.87126 0.537408
+0.514977 0.872831 0.5037
+0.578378 0.878645 0.513542
+0.640421 0.889754 0.532525
+0.696956 0.89984 0.549477
+0.752041 0.908934 0.565805
+0.808225 0.917266 0.582483
+0.86804 0.925292 0.598596
+0.910414 0.914641 0.596307
+0.944305 0.901274 0.594339
+0.968933 0.887907 0.593637
+0.971725 0.878004 0.598566
+0.45626 0.854902 0.629236
+0.456306 0.854902 0.629114
+0.456474 0.854856 0.628748
+0.456748 0.854841 0.628107
+0.457115 0.854841 0.627268
+0.457664 0.854841 0.626184
+0.458183 0.854826 0.624781
+0.458885 0.854765 0.623117
+0.459678 0.854749 0.621134
+0.460548 0.854688 0.618845
+0.461616 0.854673 0.61622
+0.462821 0.854582 0.613275
+0.463813 0.854597 0.609903
+0.465202 0.854536 0.606088
+0.466499 0.854459 0.601709
+0.468101 0.854429 0.596872
+0.474464 0.859144 0.595575
+0.492485 0.877455 0.604974
+0.510506 0.896956 0.614038
+0.520668 0.914687 0.61767
+0.53106 0.933333 0.619852
+0.53521 0.933425 0.603037
+0.542687 0.93373 0.579263
+0.557519 0.936507 0.545846
+0.617166 0.944015 0.553445
+0.679164 0.956039 0.571633
+0.737972 0.960723 0.588937
+0.796704 0.964508 0.605936
+0.857664 0.968002 0.623041
+0.925124 0.971466 0.639368
+0.953902 0.966003 0.635706
+0.975464 0.960967 0.635386
+0.975967 0.957168 0.640421
+0.501427 0.913497 0.67422
+0.501472 0.913527 0.674144
+0.501595 0.913512 0.673793
+0.501869 0.913481 0.673243
+0.502159 0.913466 0.672465
+0.502617 0.913451 0.671489
+0.503029 0.91342 0.670298
+0.503563 0.913359 0.668818
+0.50428 0.913344 0.667079
+0.505089 0.913314 0.665064
+0.50602 0.913252 0.662776
+0.507027 0.913176 0.660166
+0.508171 0.913146 0.657221
+0.509377 0.913024 0.653895
+0.510658 0.912932 0.650233
+0.51194 0.912886 0.646128
+0.513878 0.913771 0.64213
+0.522789 0.931258 0.648005
+0.53225 0.949935 0.653773
+0.541772 0.962188 0.658671
+0.551507 0.971206 0.662745
+0.558267 0.975509 0.656764
+0.563729 0.975448 0.639109
+0.573693 0.976043 0.615473
+0.589624 0.977615 0.581537
+0.649042 0.981018 0.5879
+0.714122 0.986358 0.607004
+0.777173 0.990875 0.625162
+0.840574 0.994904 0.64268
+0.909255 0.998596 0.660731
+0.958206 1 0.672587
+0.972686 0.994141 0.669184
+0.973297 0.989075 0.670878
+0.526223 0.963363 0.710246
+0.526268 0.963363 0.710124
+0.52639 0.963363 0.709819
+0.526604 0.963348 0.709331
+0.526879 0.963348 0.708659
+0.527153 0.963348 0.707759
+0.52752 0.963348 0.70663
+0.528069 0.963333 0.705303
+0.528695 0.963317 0.703716
+0.529427 0.963287 0.7019
+0.530221 0.963272 0.699825
+0.531121 0.963226 0.697475
+0.532097 0.963195 0.694865
+0.53315 0.963149 0.691936
+0.534295 0.963104 0.688655
+0.535363 0.963104 0.685084
+0.536675 0.963058 0.681086
+0.544182 0.970169 0.686305
+0.553094 0.979431 0.693095
+0.562463 0.989639 0.699641
+0.57261 0.998611 0.706188
+0.585367 0.998901 0.713161
+0.589975 0.999023 0.699168
+0.597559 0.999542 0.681361
+0.608469 1 0.656916
+0.623987 1 0.621134
+0.683818 1 0.62565
+0.753292 1 0.646067
+0.82121 1 0.665003
+0.892256 1 0.683299
+0.9514 1 0.698863
+0.97052 1 0.711803
+0.970459 1 0.707256
+0.550439 0.993072 0.747738
+0.550454 0.993072 0.747631
+0.550561 0.993057 0.747326
+0.550729 0.993042 0.746883
+0.551003 0.993042 0.746227
+0.551308 0.993042 0.745418
+0.551598 0.993027 0.744366
+0.55201 0.993042 0.74316
+0.55256 0.993011 0.741741
+0.553185 0.992981 0.740047
+0.553872 0.992966 0.738201
+0.55465 0.99292 0.73608
+0.555505 0.992889 0.733745
+0.55642 0.992844 0.731075
+0.557427 0.992798 0.728191
+0.558495 0.992752 0.724971
+0.559518 0.992721 0.721477
+0.565591 0.998672 0.725399
+0.577554 0.998901 0.737163
+0.59028 0.999084 0.74905
+0.603464 0.999313 0.760998
+0.617426 0.999603 0.772839
+0.62472 0.999832 0.768185
+0.6318 1 0.754299
+0.641382 1 0.736553
+0.652811 1 0.711055
+0.668025 1 0.672526
+0.729793 1 0.675486
+0.804089 1 0.696483
+0.878492 1 0.715175
+0.945815 1 0.730922
+0.970962 1 0.744533
+0.971145 1 0.759686
+0 0.0468605 0.113451
+0 0.0466316 0.114672
+0 0.0458076 0.118349
+0 0.0452735 0.121706
+0 0.0453651 0.125154
+0.00175479 0.0448768 0.128374
+0.0400549 0.0444038 0.13167
+0.0789349 0.0445258 0.135409
+0.119387 0.0451514 0.139406
+0.159808 0.046479 0.143801
+0.198795 0.0484932 0.14876
+0.236027 0.0505226 0.155093
+0.270802 0.0528115 0.161486
+0.30338 0.0555581 0.168032
+0.334035 0.0586557 0.175006
+0.36141 0.0619364 0.181842
+0.387091 0.065507 0.189059
+0.412406 0.0699016 0.19675
+0.43975 0.0750591 0.2056
+0.469337 0.081651 0.215641
+0.500252 0.0897536 0.227161
+0.532677 0.0996262 0.240269
+0.567132 0.11162 0.255253
+0.603143 0.125948 0.272251
+0.641276 0.143114 0.291569
+0.682445 0.162936 0.313497
+0.72668 0.185641 0.33817
+0.774411 0.210605 0.365011
+0.826337 0.238132 0.393988
+0.883589 0.267933 0.424598
+0.933593 0.299702 0.455894
+0.95816 0.332708 0.487785
+0.984161 0.366888 0.521538
+0 0.0471809 0.114427
+0 0.0469368 0.115648
+0 0.0461585 0.119203
+0 0.0454566 0.123171
+0 0.0455787 0.126497
+0 0.0451057 0.12958
+0.0385138 0.0445869 0.132616
+0.0780804 0.0446021 0.13611
+0.11873 0.0452583 0.140002
+0.159319 0.0465705 0.144259
+0.198688 0.0485389 0.149111
+0.235859 0.0505989 0.155322
+0.270802 0.0528725 0.161517
+0.30338 0.0556649 0.168002
+0.333989 0.0587625 0.174868
+0.361486 0.0620279 0.181674
+0.387106 0.0656138 0.188815
+0.412451 0.0700084 0.196445
+0.439765 0.0751812 0.20528
+0.469337 0.0818189 0.21532
+0.500313 0.0898756 0.22678
+0.532647 0.0997635 0.239841
+0.567163 0.111803 0.254871
+0.603128 0.126116 0.271855
+0.641245 0.143297 0.291173
+0.68249 0.163104 0.313146
+0.726711 0.185748 0.337819
+0.774426 0.210681 0.36466
+0.826398 0.238209 0.393652
+0.883604 0.267964 0.424262
+0.933593 0.299779 0.455604
+0.958175 0.332769 0.487495
+0.984176 0.366934 0.521279
+0 0.0503243 0.11931
+0 0.0499886 0.120317
+0 0.0488289 0.123415
+0 0.0471809 0.128954
+0 0.0468757 0.131289
+0 0.0458534 0.133059
+0.0334173 0.0450904 0.135332
+0.0746014 0.0451057 0.138338
+0.116426 0.0456245 0.141649
+0.15819 0.0467842 0.145495
+0.198184 0.0486915 0.150027
+0.235706 0.0507362 0.155673
+0.27071 0.0530709 0.161593
+0.303456 0.0558785 0.167849
+0.334081 0.0590219 0.174456
+0.361547 0.0623178 0.181079
+0.387228 0.0659495 0.188113
+0.412512 0.0703899 0.195605
+0.439811 0.0755627 0.204334
+0.469413 0.0821698 0.214252
+0.500359 0.0902876 0.225696
+0.532799 0.10016 0.238697
+0.567254 0.112169 0.253666
+0.603174 0.126574 0.270649
+0.641321 0.143679 0.289967
+0.682582 0.163455 0.31194
+0.726833 0.186145 0.336721
+0.774472 0.211093 0.363561
+0.826429 0.238575 0.392584
+0.883619 0.268315 0.423285
+0.933623 0.300053 0.454673
+0.958175 0.333043 0.486625
+0.984161 0.367849 0.521309
+0 0.0559548 0.126177
+0 0.0556497 0.127123
+0 0.0547189 0.129793
+0 0.0527962 0.134356
+0 0.0519875 0.141131
+0 0.0511482 0.142428
+0.0285649 0.0495766 0.143053
+0.0705882 0.0482643 0.143969
+0.112749 0.0471046 0.145068
+0.15555 0.0472267 0.147448
+0.197131 0.0488899 0.151507
+0.23505 0.0510262 0.156313
+0.270359 0.0534218 0.161624
+0.303319 0.0563211 0.167529
+0.334096 0.0594644 0.173693
+0.361639 0.0627604 0.180041
+0.387335 0.0664988 0.186816
+0.412695 0.0709239 0.194156
+0.439994 0.0761883 0.202701
+0.469596 0.0828412 0.212482
+0.500465 0.0909895 0.223758
+0.532891 0.100923 0.236698
+0.567346 0.112871 0.251591
+0.603296 0.12726 0.268528
+0.641413 0.144381 0.287892
+0.682673 0.16408 0.309941
+0.72694 0.186694 0.334752
+0.774533 0.211658 0.361715
+0.826459 0.239094 0.390814
+0.883726 0.268772 0.421637
+0.933654 0.300526 0.453101
+0.958938 0.334386 0.486213
+0.983902 0.370321 0.522301
+0 0.0654459 0.134005
+0 0.0650492 0.134768
+0 0.0640726 0.13724
+0 0.0622416 0.141283
+0 0.0606546 0.148592
+0 0.0596323 0.154559
+0.0215915 0.0579232 0.154543
+0.0671855 0.0563668 0.154742
+0.111528 0.0550851 0.155215
+0.155535 0.0539712 0.155978
+0.197238 0.0533303 0.157198
+0.234745 0.0530709 0.158648
+0.269581 0.0539559 0.161486
+0.302922 0.0568856 0.16672
+0.333898 0.06009 0.172305
+0.361608 0.063447 0.178363
+0.387335 0.0672923 0.184756
+0.412818 0.0717021 0.191959
+0.440116 0.0770886 0.200122
+0.469703 0.083711 0.209751
+0.500572 0.0919356 0.220905
+0.533104 0.101839 0.233845
+0.567437 0.113939 0.2486
+0.603357 0.128298 0.265553
+0.641474 0.145342 0.284901
+0.68275 0.165103 0.307027
+0.727031 0.187594 0.331945
+0.77467 0.212482 0.359091
+0.826642 0.239826 0.388342
+0.884153 0.269688 0.41944
+0.934951 0.30277 0.452735
+0.960815 0.337118 0.486717
+0.983536 0.373846 0.523659
+0 0.0795758 0.14255
+0 0.0792401 0.143206
+0 0.0781567 0.145281
+0 0.0764019 0.148699
+0 0.0735943 0.153964
+0 0.0729076 0.164126
+0.00952163 0.0707713 0.168353
+0.0604105 0.0688182 0.16762
+0.108736 0.0670481 0.1673
+0.155352 0.0656443 0.167452
+0.199649 0.0644694 0.168063
+0.237766 0.0641489 0.168597
+0.272145 0.0641489 0.169528
+0.304234 0.0639963 0.170993
+0.334127 0.0637369 0.172869
+0.36144 0.0642863 0.175845
+0.387182 0.0683146 0.181796
+0.412818 0.0727092 0.188678
+0.440146 0.078233 0.196597
+0.469734 0.0849165 0.205982
+0.500648 0.0932174 0.216968
+0.533242 0.103166 0.229847
+0.567529 0.11519 0.244541
+0.603433 0.12961 0.261494
+0.641581 0.146624 0.280903
+0.682811 0.166278 0.303105
+0.727077 0.1888 0.328191
+0.774731 0.213581 0.355581
+0.828855 0.24181 0.38645
+0.889296 0.273106 0.419501
+0.937179 0.306462 0.453117
+0.963317 0.341024 0.487526
+0.983169 0.378759 0.526085
+0 0.0981308 0.151369
+0 0.0978714 0.151888
+0 0.0970016 0.153567
+0 0.0954452 0.156512
+0 0.0927138 0.160723
+0 0.0915694 0.168719
+0 0.0899367 0.180148
+0.0467842 0.0867018 0.183017
+0.101625 0.0841993 0.18172
+0.153323 0.0818647 0.180941
+0.201175 0.0799878 0.180865
+0.241215 0.0792248 0.180316
+0.275532 0.0795453 0.179812
+0.307317 0.0797131 0.180377
+0.33695 0.0795758 0.181643
+0.363561 0.0793164 0.1832
+0.388281 0.0788586 0.185031
+0.413077 0.0782025 0.187243
+0.440116 0.0796674 0.191852
+0.469657 0.0863508 0.200855
+0.50074 0.0946822 0.211856
+0.533303 0.104692 0.224552
+0.567559 0.116793 0.239185
+0.60354 0.131151 0.256229
+0.641733 0.148135 0.275868
+0.682887 0.167773 0.298192
+0.728267 0.190845 0.324361
+0.779477 0.217136 0.354467
+0.834913 0.246265 0.386358
+0.896391 0.277974 0.419928
+0.940398 0.311467 0.454215
+0.966903 0.346319 0.489311
+0.982605 0.385489 0.529732
+0 0.120531 0.160616
+0 0.120256 0.161089
+0 0.119539 0.162402
+0 0.118227 0.164767
+0 0.116045 0.16817
+0 0.11342 0.173297
+0 0.113741 0.183825
+0.0218051 0.110872 0.196918
+0.0867018 0.107057 0.197177
+0.146838 0.103273 0.19649
+0.200626 0.100084 0.19527
+0.245029 0.0980392 0.193774
+0.279393 0.0988937 0.191073
+0.310994 0.099321 0.190341
+0.340368 0.0994736 0.190753
+0.36669 0.099321 0.191791
+0.391012 0.0990158 0.193301
+0.415442 0.098497 0.195239
+0.441642 0.0978256 0.197711
+0.470222 0.0968032 0.200717
+0.500603 0.096437 0.205035
+0.533227 0.106569 0.217655
+0.567575 0.118578 0.232532
+0.603677 0.132891 0.249668
+0.642496 0.150332 0.270054
+0.686671 0.171527 0.295064
+0.734493 0.195621 0.323125
+0.786419 0.222416 0.354025
+0.843259 0.25211 0.386969
+0.906447 0.284291 0.421347
+0.944564 0.318334 0.456291
+0.972183 0.353307 0.492149
+0.981857 0.394491 0.535119
+0 0.145647 0.170535
+0 0.145403 0.17084
+0 0.144854 0.171847
+0 0.143832 0.173526
+0 0.14226 0.176059
+0 0.139696 0.17969
+0 0.139361 0.187457
+0.00332647 0.139437 0.199176
+0.0629435 0.136202 0.20412
+0.127962 0.132769 0.202747
+0.187808 0.129107 0.202441
+0.239658 0.1252 0.203037
+0.283955 0.12108 0.203159
+0.315618 0.121889 0.200656
+0.344793 0.122301 0.199985
+0.370687 0.122438 0.200336
+0.394568 0.122332 0.201358
+0.418616 0.122118 0.202945
+0.444419 0.121645 0.205173
+0.472389 0.120867 0.20798
+0.502022 0.119875 0.211582
+0.533593 0.118654 0.216037
+0.568124 0.121096 0.224445
+0.607111 0.136782 0.244083
+0.648356 0.155261 0.266667
+0.693034 0.176913 0.292332
+0.741421 0.201282 0.321248
+0.794339 0.228305 0.35317
+0.852171 0.258335 0.386862
+0.915679 0.290837 0.421881
+0.948867 0.325261 0.457542
+0.977798 0.360678 0.494667
+0.980743 0.404379 0.54078
+0 0.172488 0.181628
+0 0.172351 0.181811
+0 0.171939 0.182452
+0 0.171176 0.183597
+0 0.170001 0.185336
+0 0.168246 0.187716
+0 0.166094 0.191638
+0.000335698 0.168032 0.201724
+0.0343786 0.167452 0.211429
+0.105974 0.164218 0.2094
+0.170977 0.160998 0.208225
+0.227451 0.157733 0.208698
+0.275639 0.153887 0.20943
+0.317998 0.149279 0.209857
+0.35053 0.147707 0.208835
+0.375982 0.148028 0.208515
+0.399268 0.148135 0.209079
+0.423041 0.148074 0.2103
+0.448325 0.147845 0.212253
+0.4757 0.147311 0.214908
+0.505699 0.147127 0.219409
+0.539117 0.147326 0.225879
+0.574975 0.146944 0.233219
+0.613138 0.146242 0.241581
+0.655039 0.161212 0.262287
+0.700496 0.183215 0.289052
+0.749599 0.207782 0.318929
+0.80351 0.235157 0.351934
+0.862531 0.265492 0.386435
+0.926162 0.298451 0.422324
+0.953445 0.332998 0.458824
+0.984009 0.368277 0.496757
+0.97966 0.414313 0.545739
+0 0.199756 0.193622
+0 0.199634 0.193759
+0 0.199298 0.194095
+0 0.198886 0.19472
+0 0.198138 0.195636
+0 0.196994 0.197086
+0 0.1953 0.199161
+0.00242618 0.195911 0.20499
+0.0204929 0.198047 0.215106
+0.0789654 0.195911 0.216251
+0.151553 0.192905 0.214237
+0.213169 0.190494 0.213672
+0.265217 0.187488 0.21503
+0.310582 0.183825 0.215717
+0.350317 0.179355 0.2159
+0.382483 0.175128 0.215427
+0.405402 0.175433 0.215641
+0.428702 0.175448 0.216754
+0.455634 0.176776 0.220691
+0.48484 0.178088 0.22591
+0.516121 0.178851 0.231678
+0.549065 0.179324 0.23827
+0.584298 0.179263 0.24564
+0.622003 0.178851 0.254078
+0.663142 0.178027 0.263706
+0.709163 0.190417 0.284749
+0.759289 0.215381 0.315953
+0.814313 0.243091 0.350225
+0.874601 0.273747 0.385809
+0.93257 0.307042 0.422629
+0.958831 0.341741 0.460258
+0.983673 0.378759 0.501045
+0.978515 0.42565 0.551537
+0.00143435 0.226276 0.20647
+0.00148013 0.226169 0.206516
+0.00169375 0.225986 0.206622
+0.00205997 0.22562 0.20679
+0.00259403 0.225162 0.207111
+0.00341802 0.224475 0.20763
+0.00492866 0.223438 0.20827
+0.00708019 0.221988 0.209354
+0.018555 0.225483 0.216556
+0.0495613 0.226627 0.221744
+0.12459 0.223667 0.220478
+0.197452 0.220966 0.218769
+0.251728 0.219547 0.219654
+0.301457 0.216587 0.221012
+0.34435 0.213169 0.22118
+0.380728 0.209522 0.221653
+0.413062 0.207233 0.224125
+0.440909 0.20766 0.227817
+0.468681 0.209644 0.232868
+0.498177 0.211368 0.238529
+0.52874 0.212131 0.24419
+0.561273 0.212573 0.25066
+0.595987 0.212696 0.258152
+0.633494 0.212528 0.266804
+0.674479 0.211856 0.276799
+0.719799 0.210727 0.288304
+0.770672 0.223957 0.312276
+0.826688 0.252262 0.348089
+0.888914 0.283314 0.385
+0.938476 0.316762 0.422919
+0.965499 0.351598 0.462119
+0.98262 0.390921 0.506264
+0.976928 0.438651 0.55816
+0.0114748 0.253178 0.22063
+0.0115511 0.253162 0.220569
+0.0117494 0.252903 0.220432
+0.0121157 0.252705 0.220203
+0.0126345 0.252354 0.219791
+0.0133211 0.25182 0.219272
+0.0143282 0.251194 0.218723
+0.0157321 0.250355 0.21799
+0.0213931 0.25156 0.21944
+0.0339818 0.255833 0.224338
+0.0889143 0.25449 0.224842
+0.171466 0.251362 0.224262
+0.240162 0.248966 0.225834
+0.290929 0.250828 0.229068
+0.339422 0.250828 0.231769
+0.380392 0.250004 0.234379
+0.414633 0.248356 0.236606
+0.448569 0.245472 0.238361
+0.481636 0.243 0.241199
+0.510689 0.244694 0.247623
+0.542031 0.246296 0.25481
+0.575753 0.247608 0.262913
+0.609995 0.247562 0.270588
+0.646998 0.247333 0.2795
+0.687739 0.246799 0.289799
+0.733013 0.245731 0.301656
+0.783917 0.244373 0.315312
+0.841398 0.262806 0.345373
+0.905318 0.294255 0.38407
+0.945113 0.327794 0.423682
+0.973632 0.362661 0.464149
+0.981445 0.40473 0.512459
+0.975219 0.453513 0.565896
+0.0183566 0.280537 0.234546
+0.0184329 0.280476 0.234424
+0.0186618 0.280339 0.234089
+0.019089 0.28014 0.233555
+0.0196841 0.279835 0.232776
+0.0208438 0.279408 0.231647
+0.0224155 0.27892 0.230152
+0.0243534 0.278157 0.228046
+0.0267033 0.277348 0.225193
+0.0379187 0.281056 0.226139
+0.0604105 0.284642 0.226566
+0.135042 0.282032 0.226612
+0.215839 0.279423 0.227466
+0.285252 0.284047 0.22359
+0.329381 0.280522 0.234165
+0.377356 0.285145 0.240848
+0.415793 0.285801 0.24448
+0.450065 0.280293 0.242985
+0.485084 0.274327 0.241993
+0.517922 0.270161 0.244114
+0.547662 0.270466 0.25156
+0.579797 0.270832 0.259648
+0.613306 0.270466 0.267857
+0.649744 0.269993 0.277195
+0.689799 0.26923 0.287785
+0.734218 0.268055 0.299916
+0.784497 0.266514 0.313741
+0.841688 0.264591 0.329809
+0.905776 0.295918 0.370809
+0.945235 0.329274 0.412055
+0.973846 0.363943 0.454017
+0.981521 0.405875 0.503807
+0.975311 0.45452 0.558587
+0.0252842 0.307576 0.247761
+0.0254063 0.30753 0.247623
+0.0257572 0.307454 0.24715
+0.0263371 0.307256 0.246326
+0.0271916 0.306981 0.245167
+0.0282139 0.306737 0.243641
+0.0296941 0.306294 0.24152
+0.031632 0.305791 0.238621
+0.0343938 0.305089 0.234623
+0.0408331 0.305806 0.230747
+0.0563668 0.31043 0.228977
+0.0965438 0.31223 0.226642
+0.180529 0.309621 0.227085
+0.246952 0.319585 0.215885
+0.327779 0.318273 0.216617
+0.360388 0.307271 0.232258
+0.403937 0.310521 0.238575
+0.443259 0.311192 0.24213
+0.481422 0.308415 0.24332
+0.516686 0.304952 0.246525
+0.548135 0.303319 0.253468
+0.581292 0.301595 0.260426
+0.616312 0.299382 0.267964
+0.65301 0.298085 0.277409
+0.692363 0.297658 0.288975
+0.735897 0.296941 0.301778
+0.784924 0.29572 0.316197
+0.841123 0.293996 0.332204
+0.905806 0.298604 0.355596
+0.945296 0.331701 0.399008
+0.973999 0.366049 0.442969
+0.98172 0.407691 0.49456
+0.975509 0.45623 0.55082
+0.0321355 0.334279 0.260761
+0.0322423 0.334249 0.260533
+0.0325933 0.334173 0.260014
+0.0332189 0.334035 0.259068
+0.0341039 0.333837 0.257694
+0.0352941 0.333562 0.255772
+0.0371405 0.33315 0.253208
+0.0393225 0.332769 0.249805
+0.0423133 0.332174 0.245182
+0.0458991 0.331624 0.238804
+0.05832 0.334737 0.234485
+0.0763256 0.339345 0.228183
+0.137331 0.339132 0.22594
+0.21976 0.342138 0.220706
+0.291875 0.352972 0.206928
+0.365866 0.35137 0.207599
+0.387289 0.333593 0.229007
+0.430411 0.336843 0.23563
+0.472923 0.337743 0.240513
+0.511208 0.335973 0.245014
+0.544976 0.33547 0.254551
+0.579385 0.334249 0.263005
+0.614633 0.332357 0.271229
+0.652476 0.33022 0.280217
+0.693492 0.32752 0.290028
+0.737636 0.325139 0.301656
+0.785534 0.324346 0.316823
+0.84062 0.322927 0.333577
+0.90515 0.320729 0.352102
+0.945312 0.33431 0.383734
+0.974304 0.368185 0.430411
+0.98175 0.409705 0.483864
+0.97554 0.458076 0.541894
+0.0390936 0.360037 0.273777
+0.0392462 0.360021 0.273548
+0.0397192 0.35996 0.272953
+0.0404974 0.359838 0.271916
+0.0416114 0.359609 0.270314
+0.0430915 0.359365 0.268147
+0.0449836 0.359091 0.265293
+0.0471351 0.35874 0.261555
+0.0499275 0.358373 0.256596
+0.0539101 0.35787 0.249897
+0.0601816 0.358114 0.241672
+0.0778058 0.362463 0.235676
+0.0987411 0.367178 0.223774
+0.18468 0.365209 0.224414
+0.247852 0.383429 0.199664
+0.332189 0.383597 0.19939
+0.395087 0.382071 0.199512
+0.417029 0.363668 0.222553
+0.456291 0.361959 0.231525
+0.500374 0.363699 0.239826
+0.540734 0.365774 0.25478
+0.577173 0.365484 0.265324
+0.61268 0.363912 0.274159
+0.650523 0.362066 0.283543
+0.691203 0.360082 0.293797
+0.735637 0.357366 0.304875
+0.78529 0.353826 0.31751
+0.840696 0.351217 0.333837
+0.904616 0.349569 0.352987
+0.945357 0.346105 0.372869
+0.974426 0.370535 0.415473
+0.981826 0.411826 0.471519
+0.975616 0.459998 0.531731
+0.0476539 0.386481 0.287755
+0.047776 0.386511 0.287541
+0.048188 0.386435 0.286885
+0.0489509 0.386358 0.28571
+0.0500038 0.386221 0.284001
+0.0513924 0.385977 0.281636
+0.0534218 0.385718 0.278553
+0.0560311 0.385489 0.274586
+0.0589456 0.385138 0.26949
+0.0626993 0.384756 0.262654
+0.0670634 0.384405 0.253559
+0.079469 0.386343 0.244923
+0.0977188 0.390936 0.234577
+0.137224 0.394003 0.221698
+0.215152 0.404715 0.206394
+0.291142 0.414755 0.193301
+0.365957 0.414038 0.19408
+0.421881 0.412375 0.193805
+0.446464 0.394812 0.21503
+0.481483 0.387915 0.22884
+0.525216 0.392035 0.247807
+0.569482 0.395789 0.264485
+0.610346 0.396628 0.277256
+0.648463 0.39501 0.287083
+0.689006 0.393256 0.297566
+0.732586 0.391196 0.308919
+0.780972 0.388373 0.321553
+0.836072 0.384405 0.335668
+0.901305 0.37937 0.351614
+0.944167 0.376745 0.372564
+0.973678 0.372183 0.394247
+0.982071 0.413535 0.454734
+0.975692 0.462242 0.51899
+0.0576638 0.415244 0.303502
+0.0578012 0.415259 0.303273
+0.0582437 0.415167 0.302586
+0.0590982 0.415061 0.30135
+0.0603189 0.414984 0.29958
+0.0619364 0.414801 0.297139
+0.06392 0.414588 0.293965
+0.0663005 0.414343 0.289921
+0.0692912 0.41413 0.284718
+0.073228 0.413718 0.277943
+0.0775464 0.413443 0.269139
+0.0829175 0.413062 0.257176
+0.0990768 0.416648 0.247379
+0.119677 0.42118 0.232349
+0.16643 0.430121 0.209583
+0.247593 0.445182 0.198978
+0.330602 0.446601 0.200793
+0.397055 0.446174 0.201694
+0.450202 0.445029 0.205524
+0.476188 0.428229 0.221988
+0.505821 0.416449 0.238376
+0.551583 0.42179 0.257374
+0.596384 0.425299 0.273762
+0.641566 0.427543 0.288441
+0.686564 0.428046 0.301839
+0.730083 0.426276 0.313405
+0.777646 0.424018 0.326116
+0.830686 0.421088 0.340078
+0.893004 0.416922 0.355886
+0.941649 0.41088 0.372427
+0.97084 0.405142 0.392706
+0.982681 0.41265 0.428244
+0.976577 0.460395 0.496498
+0.0694896 0.446326 0.32134
+0.0696574 0.446296 0.321096
+0.0702068 0.446311 0.320378
+0.0711223 0.44622 0.319081
+0.0724193 0.446021 0.317266
+0.0741283 0.445914 0.314748
+0.0760357 0.445823 0.31162
+0.0786145 0.445548 0.307469
+0.0816815 0.445258 0.302312
+0.0851148 0.44509 0.295735
+0.0893568 0.444816 0.287266
+0.0940719 0.444526 0.276265
+0.100877 0.444678 0.26215
+0.119509 0.448844 0.250248
+0.142107 0.455299 0.22948
+0.208606 0.471214 0.210986
+0.291279 0.480369 0.213901
+0.367651 0.480842 0.216632
+0.427848 0.480705 0.218784
+0.481041 0.480034 0.223743
+0.508095 0.464256 0.237675
+0.536583 0.450965 0.251316
+0.579248 0.452705 0.268681
+0.626032 0.456855 0.285359
+0.673457 0.459739 0.300786
+0.722744 0.461402 0.316182
+0.773632 0.461707 0.331762
+0.824659 0.459632 0.346258
+0.882841 0.456809 0.362463
+0.936324 0.452522 0.379171
+0.966155 0.444495 0.395422
+0.980697 0.440269 0.419959
+0.977554 0.458991 0.467964
+0.0839551 0.479942 0.341253
+0.0840925 0.479957 0.341024
+0.0845045 0.479896 0.340246
+0.0853132 0.479866 0.338994
+0.0865339 0.479759 0.337163
+0.0881208 0.479652 0.334646
+0.0901656 0.4795 0.331472
+0.092607 0.479301 0.327382
+0.0952468 0.479118 0.322347
+0.0986038 0.478935 0.316014
+0.102495 0.478645 0.308003
+0.106828 0.478462 0.297917
+0.111803 0.478248 0.284749
+0.120607 0.479179 0.2692
+0.139254 0.483223 0.254231
+0.171527 0.499153 0.229435
+0.246647 0.514351 0.227207
+0.330434 0.517067 0.231052
+0.401404 0.518013 0.234836
+0.459968 0.518013 0.238132
+0.513512 0.5178 0.244144
+0.542062 0.502632 0.255711
+0.571664 0.489647 0.267781
+0.609445 0.485573 0.28217
+0.657862 0.490425 0.299702
+0.706828 0.494026 0.316701
+0.75758 0.496574 0.334401
+0.811521 0.498146 0.352911
+0.870558 0.498985 0.372915
+0.928405 0.496223 0.390082
+0.959182 0.489693 0.405249
+0.975845 0.48452 0.425635
+0.975479 0.482155 0.453651
+0.0999008 0.515938 0.363302
+0.100069 0.515938 0.363012
+0.100526 0.515908 0.362295
+0.101335 0.515816 0.361059
+0.102495 0.51577 0.359289
+0.103838 0.515724 0.356939
+0.10573 0.515618 0.353887
+0.108019 0.515419 0.349966
+0.110765 0.515282 0.345052
+0.113695 0.515084 0.339071
+0.117296 0.514885 0.331624
+0.121279 0.514702 0.322362
+0.126055 0.514534 0.310582
+0.131167 0.514336 0.29546
+0.140978 0.515435 0.278019
+0.161715 0.527489 0.261067
+0.199023 0.545007 0.241093
+0.284001 0.555383 0.246143
+0.368383 0.556573 0.250813
+0.434867 0.557626 0.255741
+0.494133 0.557656 0.261204
+0.547967 0.557809 0.269993
+0.577859 0.543267 0.278813
+0.608408 0.530602 0.288914
+0.641032 0.520516 0.299977
+0.689998 0.526268 0.319432
+0.739696 0.530846 0.339254
+0.790906 0.534585 0.359716
+0.845685 0.537545 0.38146
+0.905455 0.53962 0.403571
+0.950591 0.536294 0.420264
+0.969589 0.532448 0.43888
+0.969223 0.531136 0.46424
+0.117403 0.554299 0.387106
+0.117556 0.554269 0.386862
+0.118029 0.554269 0.38616
+0.118822 0.554284 0.384939
+0.11986 0.554177 0.383169
+0.121141 0.554162 0.38085
+0.122896 0.553994 0.377874
+0.125078 0.553979 0.374228
+0.127565 0.553765 0.369619
+0.130266 0.553674 0.364157
+0.133639 0.553521 0.357443
+0.137545 0.553292 0.349126
+0.141726 0.553201 0.33872
+0.146609 0.552941 0.325658
+0.15198 0.552773 0.308843
+0.161486 0.558282 0.290242
+0.184726 0.575936 0.275563
+0.22742 0.593698 0.262028
+0.322881 0.597269 0.267506
+0.403433 0.598383 0.274205
+0.47158 0.59881 0.283009
+0.530632 0.598962 0.293187
+0.584283 0.599496 0.306172
+0.614572 0.585855 0.312291
+0.645548 0.574044 0.320165
+0.677638 0.563226 0.329229
+0.721462 0.56463 0.347906
+0.770825 0.570565 0.371328
+0.82208 0.575723 0.394858
+0.878294 0.58053 0.419257
+0.936568 0.580148 0.436225
+0.963745 0.577981 0.45391
+0.963058 0.580133 0.480064
+0.136995 0.594812 0.413321
+0.137163 0.594812 0.413092
+0.137591 0.594781 0.41239
+0.138231 0.594736 0.411231
+0.139178 0.594781 0.409598
+0.140551 0.594629 0.407355
+0.142229 0.594568 0.404517
+0.144259 0.594415 0.401022
+0.146609 0.594415 0.396735
+0.149172 0.594308 0.391653
+0.152346 0.594141 0.385443
+0.155718 0.593973 0.378042
+0.159655 0.593851 0.369039
+0.16405 0.593698 0.357992
+0.168704 0.593561 0.344121
+0.174395 0.594675 0.327062
+0.186374 0.610117 0.313191
+0.203037 0.627436 0.2972
+0.262821 0.640528 0.285481
+0.363867 0.641016 0.293904
+0.443961 0.640986 0.306523
+0.512825 0.640848 0.322057
+0.570962 0.641474 0.338598
+0.622751 0.643091 0.356466
+0.652125 0.630533 0.359731
+0.682979 0.61944 0.365652
+0.714748 0.609415 0.373281
+0.751873 0.605188 0.386725
+0.80174 0.61239 0.411841
+0.856092 0.618982 0.436042
+0.917281 0.62182 0.45481
+0.95996 0.620371 0.47013
+0.959533 0.624125 0.494392
+0.158389 0.637873 0.44152
+0.158511 0.637842 0.441291
+0.158923 0.637858 0.440589
+0.159594 0.637827 0.439551
+0.160555 0.637705 0.437903
+0.161807 0.637751 0.435828
+0.163363 0.637644 0.433188
+0.165026 0.637583 0.429969
+0.167163 0.637568 0.426078
+0.169619 0.637385 0.421378
+0.172442 0.637308 0.415778
+0.175387 0.637217 0.40911
+0.178958 0.63714 0.401175
+0.182696 0.636988 0.391638
+0.187106 0.636851 0.380026
+0.191714 0.636805 0.36585
+0.202411 0.649744 0.356222
+0.215396 0.666407 0.345144
+0.229969 0.683711 0.328679
+0.308202 0.686259 0.314275
+0.41117 0.684413 0.33077
+0.493614 0.68333 0.35259
+0.559747 0.683772 0.374777
+0.614191 0.686076 0.394553
+0.664134 0.689403 0.412634
+0.692744 0.677852 0.414481
+0.722972 0.667613 0.418738
+0.754528 0.658427 0.424689
+0.787945 0.650126 0.432059
+0.839536 0.656199 0.452888
+0.900313 0.661723 0.472511
+0.951156 0.662486 0.487709
+0.959442 0.666163 0.50901
+0.18526 0.68278 0.472114
+0.185382 0.682795 0.471916
+0.185748 0.682795 0.471275
+0.186343 0.682734 0.470222
+0.187198 0.682719 0.468742
+0.188342 0.682673 0.466789
+0.189639 0.682673 0.464408
+0.191135 0.682658 0.461433
+0.192935 0.682536 0.457816
+0.195148 0.68249 0.453574
+0.197696 0.682414 0.448554
+0.200351 0.68246 0.44271
+0.20351 0.682353 0.435737
+0.206973 0.682292 0.427543
+0.210513 0.6822 0.417807
+0.214603 0.682216 0.406104
+0.22443 0.691264 0.398138
+0.240452 0.70721 0.393179
+0.258869 0.723629 0.385519
+0.278401 0.73344 0.363287
+0.369665 0.729778 0.355032
+0.472007 0.726116 0.382147
+0.549157 0.726833 0.40885
+0.608148 0.730465 0.429541
+0.659129 0.735439 0.445808
+0.709102 0.740612 0.460807
+0.738506 0.729229 0.461021
+0.769985 0.71931 0.464408
+0.803388 0.71043 0.469566
+0.839734 0.702312 0.476204
+0.888319 0.700755 0.488746
+0.944396 0.703777 0.504128
+0.960998 0.707607 0.523171
+0.231052 0.726635 0.505531
+0.231128 0.726635 0.505348
+0.231373 0.726619 0.504768
+0.231891 0.726619 0.503822
+0.232456 0.72665 0.50251
+0.233234 0.72665 0.500771
+0.234379 0.726635 0.498589
+0.235676 0.726665 0.495888
+0.237171 0.726619 0.49276
+0.23888 0.726665 0.488991
+0.240589 0.726741 0.484642
+0.242664 0.726726 0.4795
+0.244938 0.726665 0.473533
+0.247517 0.726726 0.466575
+0.250019 0.726802 0.458473
+0.25301 0.726894 0.448905
+0.261524 0.731731 0.44181
+0.283192 0.746563 0.442145
+0.308446 0.761456 0.441428
+0.337972 0.776455 0.439872
+0.354833 0.776822 0.407218
+0.445655 0.770809 0.410239
+0.536355 0.771435 0.438911
+0.600443 0.777569 0.459648
+0.654536 0.784176 0.476463
+0.70602 0.790661 0.49221
+0.757977 0.796857 0.507118
+0.789563 0.785519 0.506371
+0.823789 0.775372 0.508522
+0.861311 0.766293 0.512932
+0.901991 0.756939 0.517998
+0.939696 0.745953 0.521828
+0.963226 0.749401 0.538476
+0.30016 0.767514 0.543374
+0.300221 0.767498 0.543206
+0.30045 0.767544 0.542733
+0.300801 0.767498 0.541909
+0.301305 0.767514 0.540734
+0.301869 0.767575 0.539193
+0.30277 0.767544 0.537301
+0.303731 0.767544 0.534997
+0.304799 0.76762 0.532341
+0.305806 0.767697 0.529122
+0.307042 0.767742 0.525368
+0.308446 0.767788 0.521019
+0.310094 0.767803 0.516045
+0.311971 0.767926 0.510307
+0.31368 0.768048 0.503731
+0.315694 0.768185 0.496101
+0.320012 0.769512 0.488548
+0.348608 0.782834 0.493645
+0.380179 0.796643 0.499275
+0.410803 0.8112 0.504158
+0.428962 0.81976 0.494652
+0.444038 0.81886 0.461936
+0.517464 0.818524 0.465782
+0.588586 0.827054 0.487694
+0.647944 0.835691 0.506249
+0.702083 0.844022 0.522377
+0.75552 0.851652 0.537774
+0.811185 0.858808 0.552682
+0.846738 0.847044 0.551202
+0.886152 0.836561 0.552804
+0.928267 0.825086 0.554635
+0.953536 0.812573 0.556802
+0.966522 0.801907 0.561959
+0.385702 0.806851 0.586084
+0.385641 0.806851 0.585916
+0.385916 0.806851 0.58555
+0.386099 0.806882 0.584833
+0.386557 0.806882 0.583886
+0.38706 0.806882 0.58262
+0.387518 0.806928 0.581018
+0.388357 0.806882 0.579126
+0.389044 0.806851 0.576852
+0.38996 0.806928 0.574228
+0.390982 0.806897 0.57116
+0.39205 0.807034 0.567666
+0.393133 0.807065 0.563668
+0.394476 0.80708 0.559091
+0.395865 0.807095 0.553826
+0.397375 0.807263 0.547829
+0.398932 0.807324 0.540978
+0.423255 0.819501 0.547616
+0.450111 0.835477 0.556222
+0.475212 0.853346 0.56379
+0.497658 0.873991 0.569787
+0.502678 0.87364 0.547021
+0.514153 0.874739 0.514397
+0.571588 0.880095 0.515023
+0.636774 0.891768 0.53489
+0.694972 0.902174 0.551949
+0.751507 0.911482 0.568383
+0.809079 0.919982 0.585077
+0.870375 0.927977 0.601373
+0.911742 0.915496 0.598993
+0.944366 0.900725 0.596841
+0.968353 0.886244 0.596002
+0.971511 0.87538 0.600534
+0.455924 0.854795 0.632425
+0.45597 0.854765 0.632303
+0.456153 0.854795 0.631998
+0.456306 0.85478 0.631342
+0.456809 0.85478 0.630549
+0.45716 0.854688 0.629419
+0.457679 0.854673 0.628031
+0.458427 0.854612 0.626413
+0.459327 0.854612 0.624552
+0.460182 0.854582 0.622278
+0.461219 0.854566 0.619745
+0.462409 0.854475 0.616861
+0.463416 0.854459 0.613535
+0.464744 0.854459 0.609842
+0.466239 0.854429 0.605661
+0.46772 0.854276 0.600885
+0.469368 0.854246 0.595514
+0.482673 0.866377 0.599573
+0.502083 0.886702 0.6094
+0.517403 0.907042 0.61622
+0.528252 0.926894 0.619165
+0.535546 0.935973 0.610208
+0.542504 0.935927 0.587167
+0.555566 0.938216 0.554101
+0.611154 0.945251 0.554513
+0.675547 0.957122 0.573526
+0.73611 0.961608 0.590875
+0.796048 0.96553 0.608011
+0.858351 0.96907 0.625132
+0.927413 0.972503 0.641703
+0.954574 0.9664 0.63798
+0.975494 0.960876 0.637751
+0.976059 0.956664 0.642832
+0.501122 0.913436 0.677104
+0.501152 0.913436 0.676997
+0.501305 0.91342 0.676692
+0.501534 0.91342 0.676143
+0.501869 0.913436 0.675364
+0.502281 0.913359 0.674388
+0.50277 0.913344 0.673198
+0.503258 0.913329 0.671778
+0.50396 0.913314 0.670085
+0.504799 0.913252 0.668101
+0.505714 0.913191 0.665858
+0.506737 0.91313 0.66331
+0.507866 0.913054 0.660456
+0.509087 0.912978 0.657206
+0.510399 0.912825 0.65359
+0.51162 0.912825 0.649561
+0.513161 0.912703 0.645121
+0.518151 0.920241 0.644572
+0.52784 0.939773 0.650645
+0.538231 0.958297 0.656397
+0.548669 0.967697 0.661097
+0.558831 0.976837 0.662943
+0.563928 0.976654 0.645594
+0.573236 0.977081 0.622461
+0.587457 0.978546 0.588373
+0.643961 0.981765 0.589059
+0.711055 0.987411 0.608621
+0.775494 0.992096 0.627131
+0.840299 0.996155 0.6448
+0.910231 0.999924 0.66276
+0.959548 1 0.674647
+0.972671 0.99472 0.671397
+0.973327 0.989044 0.673091
+0.525948 0.963348 0.712856
+0.525994 0.963348 0.712734
+0.526116 0.963348 0.712428
+0.526329 0.963317 0.711971
+0.526619 0.963317 0.711269
+0.52694 0.963317 0.710369
+0.527321 0.963317 0.7093
+0.527794 0.963317 0.707973
+0.52845 0.963302 0.706447
+0.529152 0.963272 0.704631
+0.529946 0.963241 0.702617
+0.530846 0.963211 0.700313
+0.531807 0.963165 0.697704
+0.532891 0.963134 0.69485
+0.534035 0.963088 0.691646
+0.535134 0.963073 0.688136
+0.536431 0.963043 0.68423
+0.53959 0.96463 0.682124
+0.54905 0.97406 0.689326
+0.558831 0.984573 0.696223
+0.568643 0.996338 0.702663
+0.582574 0.998795 0.711849
+0.590723 0.999023 0.705333
+0.597803 0.999481 0.687663
+0.60853 1 0.663828
+0.622629 1 0.627527
+0.67985 1 0.627405
+0.75111 1 0.648249
+0.820325 1 0.667414
+0.892638 1 0.685771
+0.952224 1 0.701198
+0.97055 1 0.714305
+0.970489 1 0.70956
+0.550179 0.993042 0.750118
+0.550225 0.993042 0.750011
+0.550332 0.993042 0.749752
+0.5505 0.993027 0.749279
+0.550744 0.993011 0.748653
+0.55108 0.992996 0.747814
+0.551415 0.992996 0.746792
+0.551812 0.993011 0.745632
+0.5523 0.992981 0.744198
+0.552956 0.992966 0.742596
+0.553643 0.992935 0.740719
+0.554437 0.992905 0.738628
+0.555276 0.992859 0.736309
+0.556207 0.992828 0.73373
+0.557214 0.992767 0.730861
+0.558282 0.992737 0.727703
+0.55935 0.992691 0.724254
+0.560525 0.992676 0.720256
+0.571283 0.998779 0.730205
+0.584436 0.999008 0.742748
+0.598444 0.999191 0.755337
+0.61355 0.999542 0.768261
+0.624903 0.999695 0.773678
+0.632273 1 0.760113
+0.64181 1 0.742641
+0.653269 1 0.7178
+0.666789 1 0.67863
+0.726421 1 0.677378
+0.802243 1 0.698848
+0.877958 1 0.717723
+0.946166 1 0.733425
+0.970993 1 0.74699
+0.971191 1 0.762325
+0 0.0475013 0.136248
+0 0.0472572 0.137438
+0 0.0464332 0.140887
+0 0.0455482 0.14435
+0 0.0456855 0.147555
+0 0.0452277 0.15053
+0.0375067 0.0446937 0.153429
+0.0772717 0.0446937 0.156573
+0.117922 0.0453346 0.160067
+0.158846 0.0466163 0.16405
+0.198367 0.0485389 0.168627
+0.23444 0.0510567 0.173846
+0.269261 0.0534218 0.180209
+0.302098 0.0562448 0.186862
+0.332815 0.0593729 0.193561
+0.360449 0.0626535 0.20032
+0.38616 0.0663462 0.20737
+0.411704 0.0707103 0.214817
+0.439017 0.0759289 0.223484
+0.468681 0.0825666 0.233204
+0.499763 0.0906844 0.244343
+0.532265 0.100557 0.256992
+0.566857 0.112551 0.271458
+0.602823 0.126879 0.287831
+0.641123 0.14403 0.306508
+0.682338 0.163775 0.327825
+0.726635 0.186404 0.351492
+0.774243 0.211383 0.377386
+0.826169 0.238804 0.405447
+0.88336 0.268559 0.435157
+0.933562 0.300313 0.465583
+0.958038 0.333242 0.496666
+0.984054 0.367285 0.529717
+0 0.0478523 0.137163
+0 0.0475776 0.138338
+0 0.0467536 0.141741
+0 0.045716 0.145708
+0 0.0458686 0.148836
+0 0.0453956 0.151629
+0.0356298 0.0449073 0.15436
+0.0759899 0.0448615 0.157336
+0.117006 0.0455024 0.160708
+0.158312 0.0467079 0.164508
+0.198077 0.0486 0.168978
+0.234409 0.0511025 0.174121
+0.269261 0.0534676 0.180331
+0.302144 0.0562905 0.186908
+0.332769 0.0594492 0.193515
+0.360464 0.0627146 0.200214
+0.386267 0.0664073 0.207202
+0.41178 0.0708019 0.214618
+0.439048 0.0760357 0.223224
+0.468757 0.0826886 0.232944
+0.499779 0.0908064 0.244007
+0.53228 0.100725 0.256626
+0.566873 0.112688 0.271092
+0.602853 0.127077 0.28751
+0.641138 0.144152 0.306157
+0.682338 0.163943 0.327459
+0.726604 0.186526 0.351156
+0.774258 0.211521 0.377066
+0.8262 0.238911 0.405112
+0.883406 0.268696 0.434867
+0.933562 0.300389 0.465309
+0.958053 0.333318 0.496391
+0.984039 0.367391 0.529442
+0 0.0509346 0.14168
+0 0.0506142 0.142672
+0 0.049485 0.14548
+0 0.0474403 0.150118
+0 0.0470741 0.15314
+0 0.046128 0.154894
+0.0298161 0.0454719 0.156909
+0.0719921 0.0454108 0.159442
+0.114412 0.0458839 0.162417
+0.156603 0.0469825 0.165881
+0.197116 0.0488136 0.170092
+0.234089 0.0512398 0.174853
+0.269062 0.053666 0.180743
+0.302098 0.0565194 0.186999
+0.33286 0.059678 0.193378
+0.36051 0.0629587 0.199863
+0.386313 0.0667277 0.206729
+0.411887 0.0711223 0.214054
+0.439094 0.0764324 0.222492
+0.468849 0.0830701 0.232105
+0.499825 0.0912032 0.243091
+0.532372 0.101122 0.255634
+0.566918 0.113085 0.270039
+0.602884 0.127474 0.286412
+0.641184 0.144518 0.305028
+0.682399 0.164324 0.32636
+0.726696 0.186938 0.350118
+0.774289 0.211841 0.375998
+0.826276 0.239246 0.404196
+0.883421 0.268956 0.433906
+0.933593 0.300664 0.464424
+0.958053 0.333547 0.495521
+0.984039 0.36759 0.528679
+0 0.0567636 0.148196
+0 0.0564126 0.14905
+0 0.055375 0.151614
+0 0.0534676 0.155718
+0 0.0522927 0.162142
+0 0.0514687 0.163455
+0.0240787 0.0498665 0.163973
+0.0669413 0.0485237 0.164767
+0.109499 0.047364 0.165789
+0.152941 0.0475624 0.168063
+0.195254 0.0491646 0.171817
+0.233356 0.0514229 0.176074
+0.268635 0.0539712 0.181277
+0.301869 0.0568856 0.187045
+0.332647 0.0601205 0.193042
+0.360479 0.0634165 0.199237
+0.386374 0.067216 0.205798
+0.411994 0.0716411 0.213031
+0.439216 0.0770275 0.221164
+0.468925 0.0836805 0.23061
+0.499962 0.0918746 0.241428
+0.532555 0.101778 0.253986
+0.56701 0.113771 0.268223
+0.602975 0.128145 0.28455
+0.64123 0.145312 0.303212
+0.682414 0.164996 0.324483
+0.726711 0.187518 0.348348
+0.774395 0.212421 0.374289
+0.826368 0.23975 0.402579
+0.883452 0.269474 0.432319
+0.933623 0.301091 0.462913
+0.958068 0.333944 0.494118
+0.984039 0.367941 0.527382
+0 0.0664683 0.155642
+0 0.0661021 0.15642
+0 0.0649119 0.158694
+0 0.0630198 0.162402
+0 0.0610361 0.168429
+0 0.0600137 0.174792
+0.0162661 0.0583963 0.174884
+0.0624552 0.0567941 0.175051
+0.107225 0.0554818 0.17554
+0.151492 0.0543832 0.176318
+0.19408 0.0536812 0.177523
+0.232349 0.0532998 0.179034
+0.267628 0.0544442 0.181888
+0.301213 0.0574197 0.186984
+0.332387 0.0606546 0.192355
+0.360418 0.0640116 0.198245
+0.386313 0.0680095 0.204349
+0.412009 0.0724041 0.211276
+0.439338 0.0778515 0.219165
+0.469017 0.0845197 0.228351
+0.500069 0.0927901 0.239048
+0.532708 0.102739 0.251499
+0.567102 0.114809 0.265568
+0.603128 0.129183 0.281849
+0.641337 0.146197 0.300496
+0.682521 0.165927 0.321843
+0.726864 0.188388 0.34583
+0.774487 0.21323 0.371817
+0.82649 0.240467 0.40032
+0.883558 0.270115 0.43006
+0.933669 0.301732 0.460777
+0.958129 0.334478 0.492149
+0.984024 0.368399 0.525597
+0 0.0807507 0.163775
+0 0.0803998 0.16437
+0 0.0793011 0.166293
+0 0.077348 0.169543
+0 0.0741131 0.174029
+0 0.0733959 0.183291
+0.00334173 0.0714275 0.188464
+0.0543374 0.0694438 0.187793
+0.102739 0.0678264 0.187686
+0.150042 0.066331 0.187778
+0.194827 0.0652323 0.188449
+0.234607 0.0644846 0.189532
+0.269688 0.0643778 0.190463
+0.302098 0.064271 0.191775
+0.332509 0.0640116 0.1935
+0.360052 0.0648966 0.196536
+0.386053 0.0689555 0.202197
+0.411856 0.0733959 0.208728
+0.439338 0.0789654 0.216281
+0.469032 0.0856489 0.225238
+0.500069 0.0940108 0.235721
+0.532799 0.10399 0.248005
+0.567147 0.11603 0.261997
+0.603159 0.130465 0.278264
+0.641398 0.147494 0.29688
+0.682597 0.167086 0.318288
+0.726894 0.189563 0.342504
+0.774548 0.214298 0.368582
+0.826658 0.241428 0.397162
+0.883665 0.270954 0.427146
+0.933745 0.30248 0.457969
+0.958282 0.335149 0.489708
+0.983856 0.370382 0.524651
+0 0.099443 0.171893
+0 0.0991684 0.172442
+0 0.0981918 0.174121
+0 0.0965896 0.17702
+0 0.0937514 0.181109
+0 0.0919814 0.188296
+0 0.0906233 0.199161
+0.0394903 0.0875257 0.202914
+0.0939956 0.0853132 0.201892
+0.145998 0.0830243 0.201221
+0.194278 0.0812695 0.201205
+0.236545 0.079881 0.201678
+0.272526 0.0796368 0.201587
+0.304692 0.0798657 0.201816
+0.334905 0.0798352 0.202808
+0.361898 0.0795911 0.204242
+0.386908 0.0791943 0.205936
+0.411963 0.078584 0.20795
+0.439307 0.0803235 0.212528
+0.469017 0.0870222 0.221103
+0.50013 0.0954757 0.231434
+0.53286 0.105486 0.243427
+0.567269 0.117571 0.257389
+0.603296 0.131975 0.273579
+0.641581 0.148898 0.292378
+0.682628 0.168627 0.313771
+0.727031 0.190875 0.338079
+0.774655 0.215534 0.364446
+0.826703 0.242618 0.393194
+0.883818 0.272038 0.423545
+0.934661 0.304433 0.455741
+0.960571 0.338949 0.489708
+0.983444 0.37583 0.52697
+0 0.121874 0.180514
+0 0.121721 0.181003
+0 0.120958 0.182452
+0 0.119539 0.184833
+0 0.117235 0.188327
+0 0.113893 0.193149
+0 0.114137 0.203372
+0.0158694 0.111604 0.215671
+0.0785992 0.107744 0.218402
+0.137438 0.104768 0.216709
+0.191501 0.102007 0.215732
+0.237446 0.0996262 0.215335
+0.275731 0.0987411 0.214099
+0.307912 0.099321 0.212726
+0.337804 0.0995346 0.21268
+0.364553 0.0995499 0.213443
+0.389258 0.099321 0.214694
+0.413993 0.0988632 0.216373
+0.440635 0.0981765 0.21857
+0.469322 0.097261 0.221408
+0.499931 0.0972152 0.225635
+0.532769 0.107362 0.237491
+0.567239 0.119371 0.251499
+0.603387 0.133791 0.26775
+0.641642 0.150744 0.286534
+0.682719 0.170397 0.308095
+0.727108 0.192477 0.332601
+0.774914 0.216983 0.359518
+0.828794 0.24506 0.3897
+0.890196 0.276493 0.422751
+0.938048 0.310155 0.45658
+0.964691 0.344884 0.491432
+0.982757 0.383398 0.530861
+0 0.147158 0.189868
+0 0.146929 0.190204
+0 0.146365 0.191257
+0 0.145296 0.193118
+0 0.143511 0.195987
+0 0.14078 0.199924
+0 0.139666 0.207416
+0.00154116 0.139605 0.218799
+0.0528725 0.136126 0.229648
+0.119692 0.132464 0.228229
+0.181109 0.128679 0.227665
+0.23415 0.124697 0.228
+0.279332 0.1205 0.228214
+0.311788 0.12166 0.22446
+0.341543 0.12224 0.223011
+0.368078 0.12253 0.222858
+0.392386 0.12253 0.223468
+0.4168 0.122377 0.224704
+0.443153 0.121889 0.226535
+0.471214 0.121248 0.229084
+0.501137 0.120302 0.232364
+0.533059 0.119112 0.236423
+0.56701 0.121584 0.243946
+0.603296 0.135943 0.260334
+0.641657 0.152819 0.279347
+0.682857 0.17232 0.301259
+0.729168 0.195468 0.327657
+0.780743 0.221805 0.357458
+0.837186 0.250965 0.389609
+0.899519 0.282826 0.423255
+0.941924 0.316716 0.457649
+0.969375 0.35169 0.493339
+0.982101 0.392233 0.535378
+0 0.174212 0.200015
+0 0.174044 0.200305
+0 0.173541 0.201129
+0 0.172732 0.202625
+0 0.171435 0.20473
+0 0.169436 0.207767
+0 0.166522 0.211734
+0.00077821 0.168048 0.221927
+0.0296025 0.167437 0.234211
+0.0958724 0.164233 0.235218
+0.162707 0.160693 0.233921
+0.221073 0.157321 0.23389
+0.270039 0.153445 0.234501
+0.313008 0.148928 0.235142
+0.346456 0.147494 0.233524
+0.372915 0.147982 0.232288
+0.396796 0.14818 0.232212
+0.420966 0.148196 0.232898
+0.44683 0.147997 0.234348
+0.474327 0.147631 0.236561
+0.503777 0.146899 0.239612
+0.534951 0.146014 0.243565
+0.568139 0.144762 0.248447
+0.603311 0.143191 0.254322
+0.644129 0.156451 0.272602
+0.688472 0.177813 0.297398
+0.736919 0.201648 0.32546
+0.789349 0.228305 0.356359
+0.846876 0.257847 0.389273
+0.910567 0.290059 0.423606
+0.946578 0.324117 0.45864
+0.974792 0.359274 0.495171
+0.981094 0.401724 0.539849
+0 0.201511 0.211231
+0 0.201389 0.211383
+0 0.201038 0.211963
+0 0.200427 0.212955
+0 0.199573 0.214466
+0 0.198322 0.216419
+0 0.196307 0.219242
+0.00277714 0.196002 0.225391
+0.0220188 0.197482 0.235798
+0.0688945 0.196109 0.242069
+0.141009 0.192981 0.240208
+0.205737 0.190112 0.239307
+0.258976 0.187137 0.24007
+0.304952 0.183536 0.240925
+0.345495 0.179095 0.241443
+0.378866 0.174823 0.241138
+0.402518 0.175219 0.240269
+0.426368 0.175433 0.240528
+0.451759 0.175479 0.241733
+0.478935 0.175219 0.243763
+0.507759 0.174838 0.246677
+0.538659 0.174441 0.250965
+0.573678 0.174914 0.258122
+0.611215 0.174777 0.266163
+0.651896 0.174212 0.275349
+0.69662 0.184604 0.293599
+0.745754 0.208835 0.322728
+0.799176 0.235859 0.354864
+0.857923 0.265827 0.388663
+0.921798 0.298283 0.423896
+0.951492 0.332601 0.459846
+0.981643 0.367559 0.497261
+0.979828 0.412543 0.545037
+0 0.228244 0.222965
+0 0.228122 0.223041
+0 0.227893 0.223346
+0 0.227466 0.223911
+0.00077821 0.226795 0.224689
+0.00218204 0.225864 0.225879
+0.0041352 0.224598 0.227573
+0.0074464 0.22269 0.229862
+0.0203861 0.225116 0.237751
+0.04448 0.226825 0.247623
+0.112657 0.224033 0.246296
+0.186572 0.22118 0.24448
+0.245502 0.219181 0.244266
+0.295003 0.216419 0.245838
+0.338506 0.213016 0.246754
+0.375723 0.209033 0.246998
+0.406928 0.204227 0.246784
+0.432761 0.202747 0.246738
+0.457893 0.202914 0.247791
+0.486305 0.204105 0.25153
+0.517235 0.2056 0.257115
+0.549889 0.20676 0.263371
+0.584634 0.20734 0.270527
+0.621759 0.20763 0.278737
+0.662165 0.207324 0.28809
+0.706477 0.206607 0.298878
+0.756283 0.21709 0.319524
+0.810925 0.244556 0.352895
+0.870954 0.274891 0.387808
+0.931517 0.307713 0.424048
+0.957336 0.342138 0.461265
+0.983703 0.378363 0.501167
+0.978622 0.424826 0.551186
+0.0102083 0.254704 0.235401
+0.0102998 0.254673 0.235401
+0.010544 0.254505 0.235492
+0.0109712 0.254246 0.23566
+0.0116121 0.253773 0.23592
+0.0125582 0.253147 0.236271
+0.0137789 0.252323 0.236667
+0.0155337 0.251194 0.237385
+0.022034 0.251514 0.240452
+0.0376745 0.254963 0.247944
+0.0797894 0.254826 0.250996
+0.159854 0.251774 0.249699
+0.230732 0.249516 0.248554
+0.281956 0.248341 0.249638
+0.329488 0.245655 0.251087
+0.370474 0.242374 0.251591
+0.403845 0.238926 0.251972
+0.437629 0.236576 0.254643
+0.470268 0.234867 0.257649
+0.499321 0.236912 0.262745
+0.530495 0.238865 0.268788
+0.563729 0.240375 0.275837
+0.597818 0.241032 0.28307
+0.634791 0.241337 0.291402
+0.674891 0.24126 0.300984
+0.719066 0.240787 0.312108
+0.768551 0.239765 0.324681
+0.824567 0.254536 0.35053
+0.886549 0.285328 0.386862
+0.937804 0.318318 0.424475
+0.964645 0.352804 0.463142
+0.982666 0.391501 0.506783
+0.976928 0.438911 0.558282
+0.019379 0.281529 0.248432
+0.01944 0.281514 0.248386
+0.0196689 0.281407 0.248264
+0.0200504 0.281132 0.248112
+0.0208591 0.280797 0.247776
+0.021973 0.280324 0.247425
+0.0233921 0.279622 0.246876
+0.0251926 0.278874 0.246235
+0.0271916 0.278004 0.245472
+0.0375067 0.281102 0.248829
+0.0569314 0.284688 0.253071
+0.122759 0.282383 0.252964
+0.205844 0.279606 0.252796
+0.270451 0.277607 0.25452
+0.318776 0.279591 0.258137
+0.365255 0.279713 0.260838
+0.403021 0.279026 0.263401
+0.439094 0.277272 0.265675
+0.476265 0.273976 0.267659
+0.512078 0.270436 0.270085
+0.542809 0.272251 0.277119
+0.575753 0.273945 0.28484
+0.611063 0.275456 0.293584
+0.649287 0.276707 0.303456
+0.689372 0.276631 0.313405
+0.733577 0.27599 0.324773
+0.783505 0.27509 0.337865
+0.840574 0.273426 0.352758
+0.904723 0.297185 0.385946
+0.944808 0.330449 0.425071
+0.973327 0.364904 0.465385
+0.981247 0.406577 0.513512
+0.975067 0.455131 0.566674
+0.0265965 0.308476 0.261387
+0.0267185 0.308431 0.261326
+0.0270542 0.308263 0.261021
+0.0276341 0.308064 0.260578
+0.0283055 0.307866 0.259953
+0.0293126 0.30753 0.258961
+0.0306859 0.307088 0.257618
+0.0324712 0.306462 0.255909
+0.0351873 0.305684 0.253605
+0.0407568 0.306004 0.251865
+0.0559243 0.310369 0.253315
+0.0907607 0.312398 0.253605
+0.169665 0.309819 0.253712
+0.246906 0.307637 0.255085
+0.312779 0.31249 0.251621
+0.354879 0.309087 0.262119
+0.399603 0.313726 0.268788
+0.441718 0.315526 0.273838
+0.478645 0.309483 0.272084
+0.515694 0.302907 0.271168
+0.55053 0.298207 0.273625
+0.58172 0.298619 0.281682
+0.615549 0.299168 0.290501
+0.652262 0.299626 0.300267
+0.691508 0.299214 0.310567
+0.735027 0.298512 0.322225
+0.783948 0.297383 0.335561
+0.840238 0.295583 0.350637
+0.904891 0.299046 0.371191
+0.944915 0.332082 0.41236
+0.973556 0.366293 0.454353
+0.98146 0.407767 0.504173
+0.975296 0.45623 0.558816
+0.0332952 0.33521 0.273945
+0.0334173 0.335149 0.273823
+0.033753 0.335058 0.273426
+0.0343328 0.334844 0.272755
+0.035172 0.334615 0.271809
+0.0364385 0.33431 0.270451
+0.038056 0.333898 0.268666
+0.0403601 0.33341 0.266285
+0.0431678 0.332784 0.263096
+0.0464637 0.332128 0.258793
+0.0580758 0.334768 0.256718
+0.0756542 0.339254 0.254551
+0.12781 0.339361 0.253559
+0.214801 0.337072 0.254261
+0.276341 0.347173 0.243503
+0.353414 0.346181 0.244633
+0.383795 0.335485 0.26009
+0.428275 0.338521 0.266392
+0.471366 0.339345 0.270375
+0.512383 0.336416 0.272114
+0.550042 0.332677 0.275288
+0.583459 0.331228 0.282979
+0.61796 0.329229 0.290623
+0.655528 0.32726 0.298939
+0.694087 0.326955 0.31017
+0.736736 0.326528 0.322606
+0.784497 0.325841 0.336507
+0.839475 0.324468 0.352117
+0.904112 0.322225 0.369009
+0.945006 0.334615 0.398123
+0.973892 0.368429 0.44239
+0.981491 0.409796 0.493858
+0.975326 0.458076 0.550164
+0.0404517 0.360815 0.286549
+0.0406043 0.3608 0.286427
+0.041062 0.360723 0.285939
+0.0418097 0.360571 0.285115
+0.0428626 0.360433 0.283925
+0.0442817 0.360037 0.282231
+0.0461128 0.359762 0.280034
+0.0480964 0.359472 0.277272
+0.0509041 0.358877 0.273503
+0.0547494 0.358343 0.268528
+0.0601511 0.358206 0.262318
+0.0775006 0.362448 0.259373
+0.0958572 0.367178 0.252277
+0.173327 0.365377 0.252811
+0.251423 0.368948 0.248264
+0.319036 0.380285 0.235004
+0.389868 0.378851 0.235904
+0.410849 0.360632 0.256962
+0.457496 0.363622 0.263294
+0.503166 0.364172 0.268223
+0.544045 0.362615 0.272923
+0.579919 0.362356 0.283436
+0.616495 0.361318 0.292943
+0.654475 0.359869 0.302373
+0.694575 0.357763 0.311879
+0.738674 0.354955 0.322576
+0.786099 0.353704 0.336629
+0.839765 0.352651 0.35288
+0.903593 0.350973 0.370306
+0.94493 0.347585 0.388693
+0.974029 0.370809 0.428214
+0.981537 0.411948 0.482002
+0.975372 0.459998 0.540291
+0.0489967 0.387213 0.300267
+0.049134 0.387198 0.300099
+0.0495613 0.387121 0.299519
+0.0502785 0.387015 0.298573
+0.0513008 0.386816 0.297215
+0.0527657 0.386618 0.295308
+0.0547951 0.386328 0.292821
+0.0571603 0.386023 0.289601
+0.0599985 0.385702 0.285496
+0.0635538 0.38526 0.280095
+0.0678111 0.384741 0.272969
+0.0793774 0.386465 0.266575
+0.0973831 0.390921 0.259876
+0.129381 0.394293 0.250935
+0.218006 0.392462 0.25182
+0.271931 0.41503 0.225101
+0.356329 0.415351 0.22536
+0.422263 0.413718 0.225605
+0.444526 0.392172 0.250019
+0.485512 0.389654 0.259129
+0.53225 0.39144 0.266804
+0.575051 0.394018 0.28307
+0.613764 0.394354 0.29485
+0.653162 0.393591 0.305638
+0.693248 0.391745 0.315694
+0.736706 0.389395 0.326497
+0.785 0.386435 0.338643
+0.840024 0.382376 0.352163
+0.903029 0.380896 0.370306
+0.944793 0.378103 0.389761
+0.974121 0.373556 0.409812
+0.98175 0.414389 0.466972
+0.975433 0.462303 0.527932
+0.0589761 0.41593 0.31548
+0.0591287 0.415961 0.315312
+0.059617 0.415808 0.314672
+0.0604562 0.415747 0.313649
+0.0616312 0.415579 0.312169
+0.0631723 0.415351 0.310094
+0.0651102 0.415122 0.307439
+0.067277 0.414939 0.304112
+0.0704356 0.414618 0.299748
+0.0742046 0.414267 0.294179
+0.0784009 0.41387 0.286946
+0.0835584 0.413428 0.277256
+0.0990158 0.416724 0.269932
+0.117922 0.421134 0.259174
+0.16405 0.423529 0.248478
+0.237705 0.437232 0.232074
+0.311025 0.449271 0.218479
+0.390936 0.448554 0.219715
+0.45156 0.446799 0.219333
+0.476509 0.426093 0.242039
+0.512825 0.417441 0.255146
+0.558297 0.421973 0.27512
+0.604593 0.426154 0.293126
+0.651316 0.429007 0.309056
+0.691661 0.427344 0.319677
+0.73489 0.425406 0.330877
+0.782086 0.42298 0.343023
+0.83566 0.419684 0.356588
+0.898299 0.415442 0.371527
+0.943023 0.410651 0.388785
+0.972335 0.406455 0.409476
+0.982284 0.415656 0.444907
+0.975921 0.463661 0.510643
+0.0709392 0.446891 0.332799
+0.0711223 0.446876 0.33257
+0.0716411 0.446845 0.331914
+0.0725261 0.446754 0.330831
+0.0737774 0.446647 0.329244
+0.0753338 0.446494 0.327092
+0.0773022 0.446296 0.324346
+0.0797894 0.446097 0.320806
+0.0827955 0.445869 0.316381
+0.0861067 0.44564 0.310811
+0.0902419 0.445212 0.303624
+0.094789 0.444907 0.294377
+0.100954 0.44477 0.282353
+0.119127 0.448875 0.273426
+0.138323 0.453483 0.258289
+0.185748 0.46392 0.235233
+0.260639 0.482673 0.223133
+0.351568 0.48397 0.225254
+0.423362 0.483543 0.226352
+0.482506 0.482048 0.230335
+0.508858 0.462699 0.248005
+0.538521 0.44831 0.265309
+0.586297 0.454078 0.285618
+0.634913 0.459205 0.304219
+0.683482 0.462058 0.32047
+0.732647 0.463294 0.335927
+0.779034 0.461402 0.348592
+0.829984 0.459113 0.362585
+0.888548 0.456153 0.377981
+0.93875 0.451316 0.393774
+0.969131 0.442817 0.409384
+0.980026 0.44242 0.436591
+0.976638 0.463142 0.484428
+0.0850996 0.480537 0.352209
+0.0852674 0.480476 0.351965
+0.0857404 0.480461 0.351308
+0.0866102 0.480385 0.350195
+0.0878004 0.480278 0.348547
+0.0894179 0.480217 0.346303
+0.0913405 0.479957 0.343435
+0.0937209 0.479744 0.339879
+0.0963149 0.479683 0.33547
+0.0996109 0.479438 0.329915
+0.103227 0.479103 0.323018
+0.107668 0.478843 0.314229
+0.11252 0.47863 0.302892
+0.120668 0.479164 0.289509
+0.139239 0.483268 0.277745
+0.165255 0.490288 0.257939
+0.217624 0.509682 0.23595
+0.306401 0.520165 0.239689
+0.390677 0.520806 0.242908
+0.456977 0.520562 0.245151
+0.515068 0.519722 0.250416
+0.542855 0.501503 0.265126
+0.571801 0.486366 0.279484
+0.61593 0.487602 0.2981
+0.665415 0.492699 0.316976
+0.715557 0.496437 0.335103
+0.767102 0.499123 0.353277
+0.822141 0.50071 0.371939
+0.876677 0.499092 0.388052
+0.932662 0.495842 0.404227
+0.9626 0.488838 0.418723
+0.975555 0.484184 0.439521
+0.974853 0.484596 0.469673
+0.101106 0.516365 0.373312
+0.101274 0.51635 0.373083
+0.101747 0.516365 0.372427
+0.102541 0.516289 0.371267
+0.103502 0.516258 0.369711
+0.105013 0.516167 0.367544
+0.106889 0.51606 0.364813
+0.109117 0.515923 0.361349
+0.11162 0.515709 0.357153
+0.114641 0.515557 0.351904
+0.118227 0.515312 0.345235
+0.122148 0.515145 0.337057
+0.126772 0.51487 0.32668
+0.131823 0.514611 0.313451
+0.141085 0.515557 0.298238
+0.160159 0.519509 0.283742
+0.186847 0.537972 0.262837
+0.25391 0.557015 0.254154
+0.349966 0.559533 0.258671
+0.426764 0.56054 0.263127
+0.491859 0.560189 0.267811
+0.549615 0.559762 0.276173
+0.57847 0.542596 0.287251
+0.608331 0.527901 0.299062
+0.64622 0.522362 0.314656
+0.696376 0.528527 0.335714
+0.746822 0.533455 0.356283
+0.799069 0.537423 0.37734
+0.855238 0.540642 0.398962
+0.916136 0.541878 0.419715
+0.954803 0.53666 0.433707
+0.969192 0.533104 0.452338
+0.968887 0.531456 0.477241
+0.118639 0.55465 0.396582
+0.118807 0.554635 0.396353
+0.11928 0.554665 0.395743
+0.119966 0.55462 0.394583
+0.120912 0.554604 0.393011
+0.122316 0.554513 0.39089
+0.124071 0.554391 0.388159
+0.126177 0.554314 0.384771
+0.128634 0.554116 0.380621
+0.131319 0.554055 0.375677
+0.134646 0.553841 0.369543
+0.138323 0.553643 0.362066
+0.14258 0.55346 0.353017
+0.147204 0.553277 0.341314
+0.152651 0.553124 0.326406
+0.161456 0.553704 0.309133
+0.182361 0.567788 0.294713
+0.211185 0.58819 0.275944
+0.297429 0.600122 0.275044
+0.390295 0.60116 0.281224
+0.465309 0.601495 0.289845
+0.529534 0.60119 0.299565
+0.586114 0.601389 0.312551
+0.615274 0.585504 0.319768
+0.645457 0.571817 0.328817
+0.676661 0.559594 0.338491
+0.726375 0.566934 0.362844
+0.776638 0.57322 0.38674
+0.829145 0.578759 0.410605
+0.886839 0.583581 0.434318
+0.942123 0.582452 0.450355
+0.963043 0.581521 0.46981
+0.962524 0.582544 0.494408
+0.138048 0.595163 0.422065
+0.138186 0.595178 0.421836
+0.138521 0.595148 0.42121
+0.139193 0.595117 0.420157
+0.140261 0.595087 0.41857
+0.141588 0.595026 0.41651
+0.143267 0.594949 0.413916
+0.145251 0.594812 0.410681
+0.147402 0.59469 0.40679
+0.150118 0.594583 0.402045
+0.153216 0.594415 0.396338
+0.156497 0.594308 0.389563
+0.160418 0.594156 0.381308
+0.164752 0.593988 0.371267
+0.169406 0.593774 0.358907
+0.174487 0.593683 0.343084
+0.182681 0.600412 0.325704
+0.202411 0.620157 0.313115
+0.237369 0.641642 0.295918
+0.343069 0.644129 0.300023
+0.433326 0.643732 0.312367
+0.508568 0.643381 0.328222
+0.570367 0.643732 0.344671
+0.624582 0.645136 0.362676
+0.652857 0.630472 0.366278
+0.682841 0.617639 0.37258
+0.71371 0.606317 0.380163
+0.756069 0.607401 0.399725
+0.806973 0.615106 0.425101
+0.862974 0.62211 0.449516
+0.926665 0.624399 0.467369
+0.959625 0.623819 0.483864
+0.959426 0.627543 0.508461
+0.159365 0.638163 0.44947
+0.159487 0.638209 0.449287
+0.159915 0.638163 0.448707
+0.160571 0.638132 0.447639
+0.161532 0.638163 0.446159
+0.162783 0.638025 0.444175
+0.164279 0.637995 0.441703
+0.165911 0.637934 0.438758
+0.168017 0.637812 0.435065
+0.170474 0.637736 0.430701
+0.173144 0.637613 0.425513
+0.176181 0.637537 0.419348
+0.17966 0.637339 0.411978
+0.183383 0.637217 0.403204
+0.187747 0.637125 0.392493
+0.192279 0.637034 0.379492
+0.198596 0.639353 0.364584
+0.211841 0.657557 0.354604
+0.227024 0.676707 0.339406
+0.278218 0.689815 0.319753
+0.395132 0.687465 0.33521
+0.485573 0.685817 0.357198
+0.556954 0.686076 0.380224
+0.614221 0.688304 0.399863
+0.666148 0.69163 0.417945
+0.693538 0.678157 0.419821
+0.722805 0.66627 0.424155
+0.753277 0.655848 0.429953
+0.78938 0.649866 0.440467
+0.845273 0.658763 0.464088
+0.907713 0.664134 0.483146
+0.956436 0.664759 0.498497
+0.959472 0.669505 0.520958
+0.186374 0.683024 0.479408
+0.186496 0.683024 0.479225
+0.186847 0.682979 0.478645
+0.187457 0.682994 0.477638
+0.188296 0.682887 0.476219
+0.189364 0.682857 0.474434
+0.1906 0.682933 0.472145
+0.192172 0.682826 0.469306
+0.19408 0.682795 0.46595
+0.196201 0.682765 0.461952
+0.198749 0.682643 0.457206
+0.201312 0.682597 0.451713
+0.204471 0.682536 0.445243
+0.207691 0.682506 0.437583
+0.211444 0.68246 0.428473
+0.215335 0.682429 0.417609
+0.219593 0.682399 0.404501
+0.23444 0.698116 0.398596
+0.253223 0.716274 0.391501
+0.277028 0.734524 0.381018
+0.344701 0.733669 0.357992
+0.459464 0.729 0.385061
+0.54406 0.729168 0.412848
+0.606424 0.732708 0.433951
+0.65948 0.737743 0.449928
+0.711009 0.742824 0.464759
+0.739391 0.729717 0.465705
+0.769772 0.718181 0.469062
+0.802167 0.708003 0.474296
+0.837293 0.698833 0.480797
+0.893629 0.702861 0.497826
+0.948363 0.705898 0.513619
+0.96112 0.71075 0.533654
+0.232273 0.726818 0.512062
+0.232425 0.726787 0.511894
+0.232624 0.726879 0.51136
+0.233097 0.726864 0.510475
+0.233799 0.726833 0.509194
+0.234516 0.726802 0.50753
+0.235706 0.726802 0.50547
+0.236957 0.726787 0.502876
+0.238437 0.726787 0.49987
+0.240024 0.726757 0.496345
+0.24184 0.726848 0.49221
+0.243915 0.726802 0.487358
+0.246204 0.726818 0.481666
+0.248585 0.726894 0.475151
+0.25127 0.72694 0.467475
+0.2542 0.726925 0.458488
+0.25716 0.727016 0.447913
+0.272908 0.737667 0.443824
+0.298497 0.754162 0.443412
+0.328603 0.770565 0.44184
+0.351507 0.778973 0.423026
+0.426627 0.773999 0.410315
+0.527703 0.77319 0.440528
+0.596536 0.779416 0.462562
+0.652979 0.786267 0.479469
+0.706172 0.792874 0.495155
+0.759838 0.799054 0.510124
+0.790295 0.785794 0.509468
+0.823529 0.774197 0.512123
+0.859953 0.763836 0.51664
+0.899351 0.753811 0.521859
+0.941543 0.746609 0.529122
+0.963378 0.751888 0.547051
+0.301595 0.767605 0.549004
+0.301656 0.767575 0.548867
+0.301885 0.767544 0.548394
+0.302235 0.767575 0.547662
+0.302846 0.767575 0.546502
+0.303365 0.767605 0.545022
+0.304189 0.767575 0.543191
+0.304952 0.76762 0.541039
+0.306035 0.767712 0.538445
+0.307271 0.767788 0.535378
+0.308644 0.767758 0.531777
+0.310048 0.767803 0.527642
+0.311696 0.767803 0.522927
+0.313298 0.767987 0.517464
+0.315328 0.768093 0.511208
+0.317113 0.768185 0.503868
+0.319326 0.768292 0.495445
+0.33312 0.774502 0.491798
+0.365621 0.789349 0.497078
+0.398749 0.804746 0.502129
+0.432288 0.821515 0.506722
+0.441779 0.820859 0.474815
+0.505608 0.820127 0.466697
+0.582544 0.828458 0.489647
+0.644831 0.837705 0.508965
+0.700923 0.846296 0.52517
+0.756054 0.854124 0.540551
+0.813336 0.861311 0.555779
+0.84773 0.847578 0.554101
+0.885786 0.835416 0.555566
+0.926604 0.822843 0.557443
+0.951843 0.809277 0.559304
+0.966278 0.797482 0.564065
+0.386908 0.806958 0.590784
+0.386847 0.806989 0.590616
+0.387137 0.806928 0.590249
+0.387411 0.806989 0.589593
+0.387808 0.806958 0.588647
+0.388159 0.806958 0.587396
+0.388769 0.806958 0.58584
+0.389456 0.807004 0.584039
+0.390265 0.807004 0.581857
+0.391073 0.807004 0.579293
+0.392126 0.806989 0.576394
+0.393149 0.807095 0.573098
+0.394507 0.807065 0.569238
+0.395621 0.807157 0.564797
+0.397131 0.807157 0.559777
+0.398535 0.807279 0.553994
+0.399969 0.807324 0.547448
+0.406577 0.810132 0.542519
+0.436286 0.826261 0.551308
+0.464912 0.844694 0.560174
+0.49073 0.866163 0.567559
+0.504005 0.87628 0.557412
+0.513863 0.876646 0.526009
+0.563272 0.881498 0.51635
+0.632197 0.893492 0.537041
+0.692424 0.90457 0.554543
+0.750713 0.914092 0.57113
+0.809873 0.922805 0.587823
+0.872801 0.930877 0.604349
+0.913176 0.916304 0.601923
+0.944305 0.89984 0.599359
+0.967544 0.884123 0.598474
+0.971344 0.872023 0.602548
+0.455619 0.854704 0.635874
+0.455711 0.854719 0.635767
+0.455741 0.854673 0.635355
+0.455985 0.854673 0.634821
+0.456367 0.854673 0.634043
+0.45684 0.854658 0.632959
+0.45745 0.854658 0.631647
+0.458198 0.854566 0.630076
+0.458991 0.854582 0.628214
+0.459846 0.85452 0.626032
+0.460838 0.854459 0.623514
+0.461967 0.854429 0.620691
+0.463188 0.854383 0.617487
+0.464332 0.854307 0.613901
+0.465827 0.854231 0.609796
+0.467369 0.8542 0.605188
+0.468971 0.854124 0.599985
+0.470848 0.853971 0.593759
+0.491493 0.874495 0.603464
+0.512947 0.897642 0.613977
+0.524895 0.918669 0.617716
+0.536019 0.938842 0.61796
+0.542275 0.938384 0.595636
+0.554253 0.940063 0.563806
+0.60383 0.946502 0.555489
+0.671183 0.957916 0.575174
+0.733516 0.96257 0.592859
+0.795117 0.966598 0.610208
+0.858808 0.970199 0.627359
+0.929747 0.97351 0.644068
+0.955215 0.966735 0.640345
+0.975555 0.960693 0.640253
+0.976013 0.95491 0.645121
+0.500786 0.913375 0.680201
+0.500816 0.913375 0.680079
+0.500969 0.913375 0.679774
+0.501198 0.913359 0.67924
+0.501534 0.913344 0.678508
+0.501945 0.913298 0.677531
+0.502464 0.913283 0.676341
+0.503014 0.913298 0.674968
+0.503624 0.913268 0.67335
+0.504433 0.913191 0.671412
+0.505379 0.91313 0.669184
+0.506401 0.913069 0.666697
+0.507546 0.912993 0.663905
+0.508751 0.912871 0.660716
+0.510063 0.912795 0.657206
+0.51133 0.912734 0.653284
+0.512856 0.912612 0.64889
+0.51458 0.912474 0.643702
+0.522881 0.927581 0.646891
+0.533944 0.949462 0.653147
+0.5449 0.963561 0.658564
+0.556481 0.974227 0.663111
+0.564157 0.978042 0.65272
+0.572732 0.978256 0.630121
+0.586618 0.979553 0.597559
+0.637568 0.982513 0.589975
+0.707027 0.988525 0.610361
+0.773236 0.993378 0.629099
+0.839673 0.997482 0.646983
+0.910765 1 0.664561
+0.960906 1 0.676875
+0.972625 0.99527 0.673686
+0.973373 0.988937 0.675349
+0.525643 0.963317 0.715648
+0.525673 0.963317 0.715541
+0.525811 0.963317 0.715267
+0.526009 0.963302 0.714794
+0.526299 0.963302 0.714076
+0.52668 0.963287 0.713207
+0.527062 0.963287 0.712139
+0.52752 0.963302 0.710887
+0.52813 0.963272 0.709361
+0.528862 0.963256 0.707607
+0.529656 0.963226 0.705608
+0.530556 0.96318 0.703349
+0.531533 0.963149 0.700801
+0.532601 0.963104 0.697993
+0.533745 0.963073 0.69485
+0.53492 0.963027 0.691402
+0.536141 0.963012 0.687572
+0.537636 0.962951 0.68307
+0.543755 0.968032 0.684581
+0.554192 0.978744 0.692073
+0.565057 0.990677 0.69926
+0.577508 0.998703 0.707439
+0.591546 0.999023 0.712215
+0.59826 0.99942 0.694804
+0.608591 1 0.671489
+0.62266 1 0.636744
+0.674449 1 0.628931
+0.747982 1 0.650446
+0.818891 1 0.669902
+0.892653 1 0.688319
+0.953002 1 0.703639
+0.970596 1 0.717021
+0.97052 1 0.71194
+0.549935 0.993011 0.752697
+0.54995 0.993011 0.752621
+0.550057 0.993011 0.752331
+0.550271 0.993011 0.751904
+0.5505 0.992981 0.751232
+0.550835 0.992981 0.750439
+0.551232 0.992966 0.749447
+0.551598 0.992966 0.748257
+0.552071 0.992966 0.746883
+0.552682 0.992935 0.745281
+0.553384 0.992905 0.74345
+0.554162 0.992874 0.741375
+0.555016 0.992828 0.739101
+0.555962 0.992798 0.736553
+0.556954 0.992752 0.733745
+0.558022 0.992706 0.730632
+0.559167 0.99266 0.727214
+0.560296 0.992645 0.723293
+0.564477 0.99646 0.722728
+0.577722 0.998901 0.73521
+0.592294 0.99913 0.748608
+0.608133 0.999466 0.762371
+0.623697 0.999588 0.775357
+0.632837 1 0.766705
+0.642267 1 0.749538
+0.653635 1 0.725338
+0.66714 1 0.687648
+0.721614 1 0.679225
+0.799786 1 0.701183
+0.876875 1 0.720348
+0.946365 1 0.73611
+0.971023 1 0.749615
+0.971222 1 0.765194
+0 0.0482032 0.158526
+0 0.0479591 0.159579
+0 0.0470893 0.162585
+0 0.0457923 0.165911
+0 0.0459754 0.168948
+0 0.0455634 0.171679
+0.0343481 0.0450599 0.174258
+0.0748608 0.0449989 0.177279
+0.11606 0.0456092 0.180591
+0.157595 0.0467689 0.18436
+0.197589 0.048661 0.188815
+0.234043 0.0511025 0.19379
+0.267674 0.0540932 0.199268
+0.300725 0.0569314 0.205859
+0.331701 0.0600443 0.21236
+0.359396 0.0633707 0.219059
+0.385168 0.0671855 0.22591
+0.410956 0.0715038 0.23331
+0.438254 0.0768749 0.241581
+0.467979 0.0835126 0.250996
+0.499107 0.0916457 0.261707
+0.531823 0.101534 0.273976
+0.5664 0.113603 0.287922
+0.602518 0.127901 0.303822
+0.640894 0.144976 0.321813
+0.682124 0.164706 0.342351
+0.726375 0.187335 0.364996
+0.774014 0.212222 0.390173
+0.825986 0.239567 0.41735
+0.883131 0.269276 0.446128
+0.933516 0.300923 0.475715
+0.9579 0.333791 0.505943
+0.983825 0.367834 0.538231
+0 0.0485084 0.159289
+0 0.0482948 0.160311
+0 0.0474556 0.163272
+0 0.0459754 0.167147
+0 0.046128 0.170077
+0 0.0457923 0.172747
+0.0326085 0.0451972 0.175158
+0.0734417 0.0452125 0.178027
+0.115038 0.0457771 0.181262
+0.156863 0.0469062 0.184939
+0.197192 0.0487373 0.189242
+0.233875 0.0511482 0.19408
+0.267613 0.0541543 0.199496
+0.300694 0.0570077 0.206012
+0.33167 0.0601358 0.21239
+0.35938 0.0634623 0.219028
+0.385214 0.0672923 0.225818
+0.410986 0.0715953 0.233188
+0.43827 0.0769818 0.241413
+0.467994 0.0836347 0.250782
+0.499184 0.091783 0.261494
+0.531868 0.101717 0.273732
+0.566461 0.11371 0.287648
+0.602533 0.128008 0.303487
+0.640894 0.145052 0.321477
+0.682139 0.164858 0.342031
+0.726452 0.187457 0.364721
+0.774075 0.212284 0.389838
+0.826017 0.239658 0.417075
+0.883146 0.269306 0.445838
+0.933532 0.300999 0.475441
+0.957916 0.333852 0.505699
+0.983825 0.36788 0.537987
+0 0.051667 0.163165
+0 0.0512703 0.164019
+0 0.0501869 0.166613
+0 0.0480354 0.170733
+0 0.0472877 0.174075
+0 0.0465095 0.175875
+0.0260014 0.0458686 0.177859
+0.0691539 0.0457465 0.18024
+0.11191 0.0462196 0.183108
+0.154589 0.0472877 0.186419
+0.195865 0.0489967 0.190478
+0.233265 0.0513466 0.19501
+0.267369 0.0543069 0.200137
+0.300542 0.0572213 0.206348
+0.331624 0.0603494 0.212467
+0.35938 0.0636759 0.218982
+0.385214 0.0675669 0.225559
+0.410971 0.0719615 0.232761
+0.438331 0.0773327 0.240833
+0.468071 0.0839551 0.25008
+0.499229 0.0921798 0.2607
+0.531975 0.102068 0.272923
+0.566506 0.114092 0.286717
+0.602564 0.128481 0.30251
+0.640955 0.145495 0.3205
+0.682185 0.165286 0.341085
+0.726482 0.187793 0.363729
+0.77406 0.212665 0.388891
+0.826108 0.239979 0.41619
+0.883177 0.269642 0.444938
+0.933547 0.301274 0.474556
+0.957916 0.334096 0.504875
+0.983825 0.368109 0.53727
+0 0.0576638 0.169284
+0 0.0572976 0.170047
+0 0.0560922 0.172396
+0 0.0542306 0.176181
+0 0.0525521 0.182666
+0 0.0518807 0.184146
+0.0190127 0.0502937 0.184771
+0.0628367 0.0488441 0.18555
+0.106157 0.0475776 0.186481
+0.15021 0.0479591 0.188861
+0.19321 0.0495003 0.192447
+0.231846 0.0516976 0.196567
+0.266896 0.0545663 0.20119
+0.300191 0.0575418 0.206821
+0.331395 0.0607309 0.212558
+0.359335 0.0640726 0.218769
+0.385214 0.0680705 0.22501
+0.410971 0.0724346 0.231937
+0.438392 0.0779431 0.239841
+0.468193 0.0845655 0.248905
+0.49929 0.0928511 0.259358
+0.532113 0.102739 0.271473
+0.566567 0.114763 0.28513
+0.60264 0.129152 0.300862
+0.640986 0.146166 0.318807
+0.682216 0.165911 0.339437
+0.726558 0.188373 0.362112
+0.774121 0.21323 0.387289
+0.82623 0.240497 0.41474
+0.883253 0.27013 0.443458
+0.933593 0.301732 0.473167
+0.957961 0.334493 0.503563
+0.98381 0.368429 0.535988
+0 0.0675212 0.176333
+0 0.0671397 0.177066
+0 0.065919 0.179187
+0 0.0638895 0.182803
+0 0.0614328 0.18822
+0 0.0604715 0.195285
+0.0105135 0.0589609 0.195575
+0.0574197 0.0573129 0.195727
+0.102785 0.0559091 0.196201
+0.147677 0.0547799 0.196933
+0.19089 0.0540169 0.198093
+0.229725 0.0536202 0.199649
+0.265736 0.054902 0.202564
+0.299611 0.0579538 0.20734
+0.330907 0.061265 0.212528
+0.359121 0.0646983 0.218235
+0.385077 0.0687572 0.224079
+0.41091 0.073167 0.230716
+0.438422 0.0787671 0.2383
+0.468238 0.0853895 0.24712
+0.499306 0.0937209 0.257359
+0.532189 0.103685 0.269306
+0.566629 0.115801 0.282841
+0.602747 0.130114 0.298497
+0.641062 0.147112 0.316396
+0.682277 0.166873 0.337041
+0.726558 0.189303 0.359762
+0.774258 0.213962 0.384985
+0.826291 0.241199 0.412497
+0.883314 0.270802 0.441352
+0.933623 0.302327 0.471122
+0.958083 0.335012 0.501793
+0.98381 0.368933 0.534279
+0 0.0819409 0.184161
+0 0.0816052 0.184802
+0 0.0804913 0.186725
+0 0.0784772 0.190005
+0 0.0751659 0.19443
+0 0.0738994 0.202899
+0 0.0721141 0.208881
+0.0479591 0.0701762 0.208377
+0.0971389 0.068452 0.208179
+0.144686 0.0670329 0.208392
+0.190143 0.0659342 0.209033
+0.230564 0.0651713 0.210132
+0.267201 0.0646067 0.211414
+0.300053 0.0645457 0.21265
+0.330739 0.0642863 0.214221
+0.358541 0.0655985 0.217288
+0.384726 0.0696574 0.222675
+0.410681 0.0740978 0.22887
+0.438499 0.0797894 0.23621
+0.468208 0.0864576 0.244602
+0.499458 0.0948501 0.254749
+0.532265 0.104906 0.266316
+0.566705 0.117006 0.279713
+0.602838 0.13138 0.295262
+0.641276 0.148302 0.313268
+0.682399 0.168002 0.333791
+0.72668 0.190356 0.356664
+0.77435 0.215061 0.381964
+0.826398 0.242161 0.409628
+0.883558 0.271611 0.438697
+0.933822 0.30309 0.468605
+0.95816 0.335698 0.499336
+0.983795 0.369528 0.53196
+0 0.10074 0.192309
+0 0.10042 0.192844
+0 0.0994888 0.194461
+0 0.0977798 0.197406
+0 0.0948959 0.201526
+0 0.0923934 0.208194
+0 0.0912184 0.218555
+0.0321202 0.0883803 0.223163
+0.0872663 0.0861677 0.222217
+0.139116 0.084123 0.221668
+0.187976 0.0823529 0.221683
+0.230671 0.0811475 0.222278
+0.269017 0.0799878 0.223072
+0.302205 0.0799573 0.223239
+0.332601 0.0800641 0.224018
+0.360021 0.0799115 0.225299
+0.385382 0.0795605 0.226871
+0.41062 0.0790112 0.228702
+0.438361 0.0810559 0.233127
+0.468223 0.0878462 0.241306
+0.499397 0.0962387 0.251041
+0.532204 0.106462 0.262394
+0.566796 0.118471 0.275807
+0.603037 0.13286 0.291295
+0.641337 0.149783 0.309194
+0.682414 0.169497 0.329686
+0.726772 0.19173 0.352773
+0.774472 0.216327 0.378195
+0.82649 0.243336 0.405921
+0.883589 0.272618 0.435157
+0.933913 0.304051 0.465309
+0.95819 0.336522 0.496223
+0.983764 0.370275 0.529091
+0 0.123278 0.200626
+0 0.123064 0.201083
+0 0.122301 0.202594
+0 0.120821 0.205097
+0 0.118456 0.208759
+0 0.11487 0.213535
+0 0.11458 0.223102
+0.0112459 0.112322 0.234668
+0.0708171 0.10869 0.238285
+0.129076 0.106004 0.236851
+0.183108 0.103517 0.235981
+0.229786 0.101427 0.235874
+0.270481 0.0995041 0.235981
+0.304784 0.0991836 0.23505
+0.335088 0.0996567 0.234592
+0.362249 0.0997635 0.235004
+0.38732 0.0996262 0.236042
+0.412329 0.0992447 0.237491
+0.439353 0.0985122 0.23949
+0.468269 0.0977035 0.242084
+0.499138 0.0979477 0.246159
+0.532113 0.108171 0.257343
+0.566751 0.120287 0.270558
+0.603021 0.134646 0.286
+0.641367 0.151553 0.303929
+0.68249 0.171221 0.324636
+0.72694 0.193332 0.347982
+0.774639 0.217731 0.373571
+0.826596 0.244678 0.401419
+0.883696 0.273915 0.430884
+0.933974 0.305165 0.461265
+0.958221 0.33756 0.49247
+0.983658 0.371984 0.526543
+0 0.148684 0.209537
+0 0.148455 0.209979
+0 0.147784 0.211185
+0 0.146639 0.21326
+0 0.144808 0.216236
+0 0.141939 0.220417
+0 0.140047 0.22742
+0.00077821 0.139895 0.238361
+0.0446632 0.136492 0.251286
+0.110918 0.132235 0.253483
+0.173159 0.128603 0.25182
+0.226581 0.125429 0.250767
+0.271107 0.122438 0.250095
+0.307942 0.121324 0.248081
+0.338277 0.122148 0.245899
+0.365332 0.12256 0.245197
+0.390021 0.122683 0.245411
+0.414847 0.122621 0.246326
+0.441444 0.12221 0.247868
+0.469902 0.12163 0.25008
+0.500267 0.120714 0.25301
+0.532418 0.119554 0.256748
+0.566522 0.122316 0.263981
+0.602899 0.136782 0.279408
+0.641382 0.153643 0.297429
+0.682597 0.17319 0.318395
+0.727031 0.195102 0.342123
+0.774762 0.219455 0.367864
+0.826673 0.246281 0.395987
+0.883741 0.275395 0.425772
+0.935058 0.307851 0.458015
+0.961212 0.342473 0.492195
+0.982956 0.379889 0.530159
+0 0.175799 0.21912
+0 0.175616 0.219471
+0 0.175113 0.220432
+0 0.174228 0.222187
+0 0.172839 0.224613
+0 0.170611 0.22797
+0 0.167544 0.232303
+0.000762951 0.168276 0.242008
+0.027924 0.16759 0.253788
+0.0857404 0.164126 0.26067
+0.153857 0.160464 0.259388
+0.214145 0.156802 0.259068
+0.264286 0.152941 0.259434
+0.308003 0.148425 0.260105
+0.342397 0.147082 0.257877
+0.369497 0.147829 0.255772
+0.393957 0.14818 0.255055
+0.418509 0.148302 0.255299
+0.444862 0.148257 0.256291
+0.472755 0.147875 0.258106
+0.502525 0.147265 0.260731
+0.533944 0.14641 0.264256
+0.567483 0.145159 0.268742
+0.602869 0.143709 0.27422
+0.641413 0.155962 0.289631
+0.682521 0.175418 0.310643
+0.727001 0.197269 0.334691
+0.774777 0.221424 0.361089
+0.830808 0.250111 0.392294
+0.892485 0.281453 0.425147
+0.939406 0.314992 0.458839
+0.965927 0.349783 0.493828
+0.982223 0.388937 0.534142
+0 0.203113 0.229587
+0 0.202991 0.229831
+0 0.202655 0.230579
+0 0.201984 0.231815
+0 0.200961 0.233661
+0 0.199451 0.236225
+0 0.19733 0.239475
+0.00283818 0.196216 0.24567
+0.0228428 0.197375 0.256046
+0.0602426 0.196262 0.267674
+0.13019 0.193011 0.265965
+0.197147 0.189761 0.264912
+0.252415 0.186633 0.265171
+0.299107 0.183139 0.265904
+0.3402 0.17879 0.266636
+0.374762 0.174395 0.266392
+0.399039 0.175067 0.26453
+0.423484 0.175448 0.263996
+0.449516 0.17557 0.264485
+0.477043 0.175448 0.265965
+0.506294 0.175097 0.26836
+0.537041 0.174548 0.271733
+0.569772 0.173709 0.276097
+0.60444 0.172625 0.281544
+0.641657 0.171038 0.287968
+0.683848 0.178683 0.302541
+0.731899 0.202197 0.329854
+0.784054 0.228504 0.359701
+0.841245 0.257572 0.391775
+0.904433 0.289372 0.425376
+0.944244 0.323125 0.459831
+0.971893 0.357946 0.495598
+0.981369 0.399161 0.538933
+0 0.229938 0.240543
+0 0.229831 0.240635
+0 0.229587 0.241108
+0 0.229129 0.241901
+0 0.228382 0.243137
+0.00103761 0.227268 0.244831
+0.00340276 0.225757 0.247211
+0.00766003 0.223575 0.250324
+0.0213016 0.224994 0.258442
+0.0468299 0.226093 0.269001
+0.101961 0.224201 0.271962
+0.175509 0.22118 0.270329
+0.23798 0.218738 0.269749
+0.288579 0.216144 0.270649
+0.332616 0.212772 0.271809
+0.370794 0.208789 0.272389
+0.402823 0.204013 0.272511
+0.429587 0.202548 0.271763
+0.455222 0.202899 0.271778
+0.482444 0.203006 0.272984
+0.511131 0.202853 0.275166
+0.541222 0.202564 0.278447
+0.573175 0.202152 0.28278
+0.609674 0.202701 0.290455
+0.649516 0.202869 0.299382
+0.693202 0.202457 0.309529
+0.741466 0.209995 0.326772
+0.794812 0.236683 0.357839
+0.853208 0.266239 0.390967
+0.917052 0.298436 0.425559
+0.949508 0.33228 0.46096
+0.979004 0.367025 0.497841
+0.980041 0.410864 0.544396
+0.00680552 0.256672 0.251698
+0.0069276 0.256611 0.251804
+0.00727855 0.256428 0.252018
+0.00790417 0.256046 0.252506
+0.00883497 0.255482 0.253208
+0.0102846 0.254627 0.254139
+0.0124056 0.253574 0.255467
+0.0151369 0.25214 0.257145
+0.022446 0.251545 0.260945
+0.0411536 0.254185 0.26952
+0.0747692 0.254932 0.276661
+0.147341 0.252125 0.275349
+0.220188 0.249622 0.273991
+0.275776 0.24799 0.274037
+0.322911 0.24567 0.275715
+0.364736 0.242329 0.276951
+0.398871 0.238422 0.277287
+0.431266 0.233646 0.277302
+0.461646 0.230015 0.276982
+0.488441 0.230228 0.27808
+0.517739 0.231296 0.281651
+0.550668 0.233173 0.287999
+0.585107 0.234531 0.294911
+0.621576 0.235431 0.302846
+0.661265 0.235889 0.311925
+0.704662 0.235843 0.322316
+0.753002 0.235126 0.334157
+0.807507 0.246143 0.355642
+0.867124 0.276112 0.38996
+0.929824 0.308598 0.425605
+0.955962 0.34255 0.462409
+0.983734 0.378012 0.501305
+0.978714 0.424125 0.550881
+0.0182803 0.283085 0.26305
+0.0183261 0.28304 0.26305
+0.0185245 0.282872 0.263142
+0.0189212 0.282612 0.263294
+0.0195163 0.282231 0.263478
+0.0203708 0.281651 0.263752
+0.0220645 0.280888 0.264149
+0.0243992 0.279896 0.264714
+0.0273289 0.278691 0.265599
+0.0390478 0.280827 0.270466
+0.0581369 0.284062 0.277958
+0.111788 0.282765 0.278904
+0.19411 0.279835 0.277882
+0.261173 0.278202 0.277104
+0.309957 0.277211 0.278294
+0.355535 0.274632 0.280125
+0.393393 0.271473 0.280797
+0.427878 0.267872 0.281239
+0.464607 0.265171 0.284031
+0.500542 0.262104 0.286564
+0.531182 0.264302 0.292165
+0.563729 0.266331 0.298604
+0.598428 0.268177 0.306188
+0.635691 0.269566 0.3149
+0.675013 0.270069 0.324102
+0.71841 0.2701 0.334752
+0.766796 0.269642 0.346944
+0.822003 0.268513 0.360616
+0.884169 0.287312 0.388968
+0.937087 0.320104 0.426032
+0.963592 0.354223 0.464317
+0.98262 0.392309 0.507378
+0.976959 0.439338 0.558587
+0.0278782 0.309545 0.275212
+0.0279393 0.309483 0.275212
+0.0281987 0.309331 0.275105
+0.0286412 0.309163 0.274968
+0.0294347 0.308812 0.274708
+0.0304875 0.30837 0.274357
+0.0318456 0.307851 0.273915
+0.0334173 0.307179 0.273259
+0.0360113 0.306325 0.27248
+0.0406195 0.306203 0.272526
+0.0552834 0.310277 0.27686
+0.0862898 0.312596 0.279927
+0.157519 0.310216 0.279774
+0.237446 0.307744 0.280049
+0.298268 0.306035 0.282383
+0.34435 0.308248 0.285863
+0.387823 0.308492 0.288609
+0.426841 0.307698 0.291264
+0.466209 0.305501 0.293675
+0.505516 0.301747 0.295598
+0.54345 0.29781 0.298421
+0.575662 0.299794 0.30576
+0.609979 0.301595 0.314092
+0.647501 0.303151 0.323598
+0.688472 0.30454 0.334447
+0.733837 0.305531 0.346807
+0.782834 0.305196 0.35935
+0.838788 0.303929 0.373144
+0.903655 0.3019 0.388602
+0.944472 0.333227 0.426627
+0.973159 0.367193 0.466819
+0.981094 0.40856 0.514672
+0.975021 0.45687 0.567636
+0.0345464 0.33611 0.287404
+0.034638 0.336126 0.287343
+0.0349584 0.335958 0.287114
+0.0355077 0.335775 0.286671
+0.0363928 0.335485 0.286076
+0.0376287 0.335149 0.285298
+0.0392615 0.334646 0.28426
+0.0414282 0.334142 0.282841
+0.0440681 0.333501 0.280964
+0.0469825 0.332662 0.278584
+0.0577707 0.334844 0.278538
+0.0748302 0.339147 0.27985
+0.120439 0.339666 0.280324
+0.203922 0.337179 0.280598
+0.27599 0.335576 0.282429
+0.338659 0.340444 0.279072
+0.378637 0.337179 0.289662
+0.424002 0.34165 0.296132
+0.470359 0.343389 0.301747
+0.509972 0.337636 0.30074
+0.548608 0.330404 0.299641
+0.583963 0.326268 0.302937
+0.616632 0.32668 0.311452
+0.652445 0.32726 0.321004
+0.691936 0.327718 0.331746
+0.735866 0.327993 0.343847
+0.78352 0.327398 0.356542
+0.83827 0.32607 0.370413
+0.902968 0.323888 0.386175
+0.944686 0.335027 0.412894
+0.973373 0.368734 0.454887
+0.981201 0.409964 0.504402
+0.975097 0.458091 0.558968
+0.0419318 0.361624 0.299702
+0.0420691 0.361639 0.29958
+0.0424811 0.361501 0.299229
+0.0431983 0.36141 0.298634
+0.0442054 0.361151 0.29778
+0.0455634 0.360815 0.29662
+0.0471046 0.36051 0.295109
+0.0491493 0.360143 0.293126
+0.0519875 0.359564 0.290501
+0.0556039 0.358862 0.287037
+0.0600443 0.358343 0.28275
+0.0770733 0.362493 0.282429
+0.0950179 0.367056 0.279759
+0.161456 0.365621 0.28014
+0.246601 0.363775 0.281331
+0.304234 0.374258 0.271031
+0.377798 0.373312 0.272374
+0.407523 0.362448 0.287434
+0.456001 0.365194 0.293675
+0.502281 0.366491 0.298222
+0.545693 0.3635 0.300328
+0.585367 0.360098 0.304707
+0.620356 0.358938 0.313024
+0.657008 0.356817 0.321111
+0.696208 0.355444 0.330953
+0.738369 0.355612 0.343496
+0.785 0.355138 0.356954
+0.838529 0.354269 0.371481
+0.902342 0.352483 0.387625
+0.944457 0.349187 0.404883
+0.973526 0.371069 0.441367
+0.981247 0.4121 0.492988
+0.975143 0.46006 0.549386
+0.05037 0.387991 0.313039
+0.0505074 0.387976 0.312856
+0.0509041 0.387808 0.312428
+0.0515908 0.387717 0.311711
+0.0526436 0.387625 0.310643
+0.0542153 0.387304 0.309178
+0.0561837 0.386938 0.307271
+0.0583505 0.386694 0.304921
+0.0612039 0.386267 0.301747
+0.0645304 0.385748 0.297597
+0.0686198 0.385183 0.292241
+0.0792096 0.386572 0.287846
+0.0969253 0.390875 0.284352
+0.123644 0.394461 0.27892
+0.206744 0.392538 0.279774
+0.27866 0.39733 0.275425
+0.342687 0.409827 0.262913
+0.414664 0.408301 0.263951
+0.437461 0.388327 0.284367
+0.487373 0.391394 0.290532
+0.535348 0.392187 0.295689
+0.578073 0.391287 0.301366
+0.616251 0.391531 0.312871
+0.655055 0.390921 0.323293
+0.695918 0.389532 0.333639
+0.739559 0.387335 0.344472
+0.787686 0.384298 0.356069
+0.839948 0.383581 0.371542
+0.902281 0.382345 0.388266
+0.944259 0.379644 0.406165
+0.973724 0.374746 0.42472
+0.981476 0.414527 0.478599
+0.975204 0.462318 0.537408
+0.0604562 0.416632 0.32781
+0.0606088 0.416541 0.327642
+0.0610819 0.41651 0.327138
+0.0618753 0.416403 0.326268
+0.0630045 0.416251 0.325063
+0.0644999 0.416083 0.3234
+0.0663157 0.415824 0.321248
+0.068574 0.415564 0.318532
+0.0716259 0.415167 0.315022
+0.0751659 0.414771 0.310597
+0.0792859 0.414328 0.304814
+0.0840925 0.413825 0.29723
+0.0988022 0.416739 0.291997
+0.117189 0.421057 0.285008
+0.15462 0.423728 0.277378
+0.243885 0.422354 0.278645
+0.291554 0.448264 0.251682
+0.380789 0.448615 0.252598
+0.450629 0.446677 0.252979
+0.473991 0.423087 0.276783
+0.516533 0.419516 0.28632
+0.565454 0.42153 0.294423
+0.610162 0.424689 0.31191
+0.651514 0.425513 0.324742
+0.694087 0.425223 0.336767
+0.738933 0.423972 0.348684
+0.785962 0.421393 0.36022
+0.839368 0.418082 0.37293
+0.901686 0.414313 0.38764
+0.943404 0.412268 0.406622
+0.973159 0.407935 0.425971
+0.981735 0.417411 0.459709
+0.975479 0.464851 0.522148
+0.0724651 0.447547 0.34461
+0.0726482 0.447532 0.344442
+0.073167 0.447486 0.343862
+0.0740063 0.447379 0.342901
+0.0751812 0.447272 0.341588
+0.0766308 0.447089 0.339849
+0.078645 0.446967 0.337469
+0.0810559 0.446647 0.334462
+0.0839246 0.446418 0.330739
+0.0872053 0.446128 0.32607
+0.0911574 0.445624 0.320119
+0.0955825 0.445365 0.312474
+0.100969 0.444907 0.302388
+0.11902 0.448981 0.296132
+0.137682 0.453376 0.285115
+0.185077 0.455772 0.274968
+0.253239 0.472847 0.257267
+0.330007 0.486732 0.243091
+0.416693 0.486122 0.244556
+0.483879 0.48397 0.244251
+0.508568 0.460151 0.268238
+0.545419 0.449439 0.282246
+0.592767 0.454429 0.303334
+0.641138 0.4589 0.322194
+0.691234 0.462577 0.339651
+0.737392 0.462715 0.353384
+0.78352 0.460716 0.365591
+0.834638 0.458244 0.378714
+0.89337 0.455146 0.393378
+0.940764 0.449805 0.408515
+0.970596 0.443809 0.425818
+0.979355 0.44448 0.452811
+0.975906 0.466285 0.499672
+0.0865187 0.481086 0.363134
+0.0866865 0.481041 0.362936
+0.0871748 0.48101 0.362402
+0.0879988 0.481025 0.361395
+0.0892042 0.480858 0.360037
+0.0907301 0.48069 0.358175
+0.0926528 0.480583 0.355764
+0.0947127 0.4804 0.352834
+0.0974746 0.48014 0.348974
+0.100679 0.479881 0.344167
+0.104189 0.479606 0.338231
+0.108507 0.47924 0.330694
+0.113237 0.478904 0.321141
+0.120714 0.479271 0.309728
+0.139178 0.483345 0.30074
+0.15993 0.487709 0.285832
+0.195529 0.50071 0.260151
+0.272084 0.522789 0.248905
+0.375021 0.524102 0.251591
+0.451911 0.523598 0.252918
+0.516854 0.521782 0.257252
+0.54345 0.499626 0.275517
+0.572625 0.482444 0.29308
+0.622156 0.488594 0.314839
+0.672801 0.494423 0.335042
+0.725567 0.499535 0.355413
+0.778607 0.502342 0.373754
+0.827268 0.50071 0.387747
+0.881865 0.499016 0.403388
+0.934722 0.495247 0.418372
+0.965545 0.487755 0.432227
+0.97528 0.483787 0.453513
+0.974136 0.486946 0.485298
+0.102449 0.51693 0.383703
+0.102571 0.51693 0.38349
+0.102953 0.51693 0.382956
+0.10367 0.516838 0.381979
+0.104784 0.516747 0.380514
+0.106249 0.51667 0.378607
+0.10808 0.516518 0.37612
+0.110292 0.516289 0.373053
+0.112657 0.516243 0.369329
+0.115694 0.515999 0.364675
+0.119219 0.515801 0.359014
+0.123033 0.515465 0.352056
+0.127581 0.515206 0.342962
+0.13254 0.514885 0.331548
+0.141131 0.515587 0.318303
+0.159518 0.5196 0.306706
+0.183276 0.527321 0.288533
+0.224826 0.550774 0.262348
+0.324102 0.562768 0.267277
+0.415183 0.563546 0.271015
+0.48867 0.56289 0.274952
+0.551461 0.561761 0.282918
+0.579004 0.541238 0.296361
+0.608072 0.524117 0.310323
+0.652125 0.524407 0.330632
+0.703975 0.531502 0.353628
+0.75555 0.536767 0.375128
+0.808728 0.540932 0.396155
+0.866773 0.544259 0.418235
+0.923018 0.542657 0.434043
+0.958206 0.536446 0.446647
+0.968856 0.533364 0.465721
+0.968566 0.531472 0.490089
+0.119875 0.5552 0.406409
+0.120012 0.555154 0.406226
+0.120348 0.555154 0.405615
+0.12105 0.555062 0.404669
+0.122118 0.555093 0.403189
+0.123522 0.554894 0.401221
+0.125231 0.554849 0.398779
+0.127337 0.55465 0.395712
+0.129717 0.554543 0.392035
+0.132387 0.554421 0.387488
+0.135683 0.554208 0.382025
+0.139208 0.553979 0.375357
+0.143465 0.553811 0.367193
+0.147997 0.553628 0.357153
+0.153353 0.553353 0.344106
+0.161547 0.553857 0.328801
+0.180377 0.557671 0.315312
+0.205005 0.579171 0.297307
+0.263737 0.602258 0.28304
+0.371984 0.604349 0.288655
+0.456794 0.604608 0.29688
+0.52726 0.603815 0.306218
+0.587625 0.60354 0.319158
+0.615671 0.584634 0.327565
+0.64509 0.568719 0.337957
+0.682078 0.561852 0.353704
+0.732662 0.569909 0.379431
+0.783856 0.576699 0.403815
+0.837797 0.58265 0.427726
+0.897414 0.586648 0.450111
+0.949096 0.585077 0.465934
+0.962493 0.584024 0.484627
+0.962219 0.583459 0.506752
+0.139055 0.595651 0.431159
+0.139223 0.595636 0.430991
+0.139635 0.59559 0.430396
+0.140352 0.595544 0.429358
+0.141375 0.595483 0.427924
+0.142702 0.595407 0.426047
+0.144366 0.595331 0.423636
+0.146334 0.595163 0.420691
+0.148394 0.595087 0.417136
+0.15111 0.594888 0.412848
+0.154162 0.594812 0.40766
+0.157366 0.594614 0.401465
+0.161227 0.594461 0.393927
+0.165316 0.594247 0.384894
+0.170047 0.594034 0.373693
+0.175113 0.593988 0.359792
+0.181445 0.593896 0.342016
+0.201541 0.6103 0.329778
+0.232807 0.633875 0.313619
+0.314366 0.647578 0.306661
+0.41912 0.646876 0.318364
+0.502724 0.646159 0.334493
+0.569421 0.646128 0.351049
+0.626322 0.647257 0.369055
+0.653376 0.630045 0.373022
+0.682246 0.615228 0.379446
+0.71252 0.602274 0.387549
+0.76144 0.610239 0.414054
+0.813657 0.618601 0.439887
+0.871824 0.625772 0.464225
+0.935317 0.627375 0.481041
+0.959457 0.627878 0.499062
+0.959136 0.631647 0.523766
+0.160418 0.63859 0.457923
+0.160586 0.638621 0.45774
+0.160952 0.638529 0.457115
+0.161608 0.638498 0.456153
+0.16257 0.638514 0.454749
+0.16376 0.638422 0.452964
+0.165087 0.638361 0.450675
+0.166888 0.638239 0.447852
+0.168994 0.638209 0.44448
+0.171389 0.638071 0.440436
+0.173922 0.637903 0.43566
+0.176989 0.637873 0.429938
+0.180453 0.637705 0.423148
+0.184131 0.637476 0.415091
+0.188434 0.637369 0.405341
+0.192905 0.637278 0.393469
+0.198199 0.637095 0.378775
+0.207568 0.645899 0.363912
+0.224125 0.667628 0.351247
+0.262165 0.69131 0.338415
+0.374258 0.691051 0.339864
+0.475196 0.68864 0.361898
+0.553368 0.688594 0.385779
+0.614038 0.690669 0.405631
+0.667964 0.69395 0.423346
+0.694163 0.678004 0.425223
+0.722103 0.664332 0.429404
+0.751766 0.652323 0.435355
+0.794476 0.652598 0.452201
+0.852171 0.661891 0.476081
+0.917098 0.667048 0.494987
+0.959457 0.668132 0.510872
+0.959731 0.673472 0.534356
+0.187594 0.683299 0.487068
+0.187716 0.683299 0.486885
+0.188067 0.683253 0.486351
+0.188678 0.683268 0.485405
+0.189471 0.683207 0.484108
+0.190387 0.683223 0.482444
+0.191714 0.683162 0.480308
+0.193332 0.683146 0.477607
+0.195178 0.68307 0.474449
+0.197345 0.682948 0.47068
+0.199634 0.682933 0.466331
+0.202426 0.682841 0.461128
+0.205493 0.682765 0.455039
+0.208637 0.682719 0.447913
+0.21239 0.682658 0.43946
+0.216129 0.682612 0.429496
+0.220401 0.682521 0.41738
+0.227329 0.686305 0.403922
+0.246494 0.706447 0.397192
+0.268925 0.727062 0.38735
+0.316899 0.737621 0.364675
+0.443473 0.732143 0.387762
+0.537163 0.731395 0.416754
+0.604059 0.73518 0.438529
+0.659693 0.74023 0.454505
+0.713146 0.745357 0.469291
+0.740154 0.729885 0.47042
+0.769207 0.716609 0.473869
+0.800229 0.704982 0.479011
+0.836439 0.696681 0.48687
+0.900649 0.705348 0.507927
+0.952895 0.708644 0.523964
+0.96144 0.714473 0.545449
+0.233646 0.727001 0.518944
+0.233753 0.727001 0.518807
+0.234058 0.72697 0.518334
+0.234531 0.726955 0.517479
+0.235187 0.726955 0.516258
+0.236011 0.72694 0.514656
+0.237201 0.726925 0.512657
+0.238437 0.72694 0.510292
+0.239872 0.72697 0.507424
+0.241276 0.726955 0.504097
+0.243153 0.72694 0.500099
+0.245274 0.726986 0.495521
+0.247501 0.726925 0.490181
+0.249882 0.727001 0.484062
+0.252522 0.727016 0.47686
+0.25539 0.726955 0.468406
+0.258396 0.727077 0.458549
+0.26183 0.727169 0.445975
+0.286473 0.744686 0.444678
+0.317052 0.763119 0.443534
+0.355734 0.780774 0.441382
+0.403281 0.778088 0.411017
+0.517327 0.775341 0.442969
+0.592172 0.781659 0.466377
+0.651484 0.788663 0.483696
+0.706676 0.795331 0.499153
+0.76199 0.801602 0.513832
+0.791226 0.786175 0.513695
+0.823011 0.772869 0.516411
+0.857923 0.761166 0.520729
+0.895964 0.750118 0.526116
+0.944686 0.74902 0.537972
+0.96376 0.755154 0.557214
+0.303197 0.767681 0.554971
+0.30338 0.767605 0.554849
+0.303471 0.767636 0.554376
+0.303944 0.767636 0.553658
+0.304204 0.767681 0.552544
+0.304829 0.767742 0.551232
+0.305547 0.767727 0.549493
+0.306447 0.767803 0.547356
+0.307408 0.767727 0.544823
+0.308766 0.767849 0.541924
+0.310063 0.767819 0.538537
+0.311589 0.767849 0.534585
+0.313191 0.767956 0.530144
+0.314855 0.767971 0.524926
+0.316762 0.768093 0.518944
+0.318791 0.768124 0.512062
+0.320775 0.768383 0.504097
+0.32314 0.768429 0.494255
+0.348363 0.78027 0.494652
+0.384726 0.796994 0.500069
+0.420829 0.814664 0.504967
+0.442924 0.822843 0.489189
+0.490303 0.822126 0.466941
+0.575021 0.829908 0.491493
+0.64097 0.839841 0.51165
+0.699382 0.848692 0.52813
+0.756359 0.856672 0.543404
+0.815534 0.863951 0.558862
+0.848463 0.847868 0.557031
+0.884978 0.833982 0.558526
+0.92462 0.820127 0.56083
+0.950072 0.805737 0.562875
+0.966278 0.795987 0.569421
+0.388205 0.807034 0.595728
+0.388388 0.807004 0.595651
+0.388327 0.807065 0.595193
+0.388678 0.80708 0.594598
+0.388846 0.807034 0.593637
+0.389456 0.807065 0.592493
+0.390036 0.807034 0.591012
+0.390723 0.80708 0.589227
+0.391455 0.807065 0.587137
+0.39234 0.807111 0.584741
+0.393317 0.807157 0.581949
+0.394446 0.807157 0.578729
+0.395697 0.807202 0.575036
+0.397024 0.807202 0.57084
+0.398383 0.807248 0.566018
+0.399695 0.807309 0.56051
+0.401373 0.80737 0.55433
+0.403021 0.807492 0.546639
+0.419928 0.815778 0.546304
+0.45153 0.834516 0.555306
+0.480797 0.856062 0.563653
+0.505577 0.879179 0.568215
+0.51368 0.87892 0.538003
+0.552941 0.882918 0.517464
+0.626352 0.895232 0.539147
+0.689296 0.90692 0.557168
+0.749783 0.916808 0.574151
+0.810651 0.925628 0.590875
+0.8757 0.933822 0.607691
+0.914214 0.916808 0.604685
+0.943893 0.898665 0.60177
+0.966247 0.881514 0.600687
+0.971191 0.868025 0.604517
+0.456367 0.854994 0.640146
+0.456428 0.854932 0.64004
+0.45655 0.854917 0.639689
+0.456886 0.854917 0.639139
+0.457191 0.854917 0.638346
+0.457694 0.854902 0.637324
+0.458259 0.854887 0.636027
+0.459007 0.854871 0.634516
+0.459693 0.854765 0.632654
+0.460716 0.854719 0.63061
+0.461738 0.854688 0.628199
+0.462882 0.854627 0.625437
+0.463783 0.854597 0.622309
+0.465141 0.854505 0.61886
+0.466575 0.854459 0.614862
+0.468116 0.854383 0.610422
+0.469764 0.854276 0.605402
+0.471458 0.8542 0.59942
+0.479194 0.859815 0.596735
+0.501991 0.884016 0.607401
+0.520409 0.9084 0.615335
+0.53341 0.932174 0.618387
+0.54229 0.941039 0.60473
+0.553079 0.942061 0.574182
+0.59501 0.947723 0.556283
+0.665705 0.958709 0.576837
+0.730373 0.963577 0.59498
+0.793942 0.967666 0.612451
+0.85919 0.971374 0.629664
+0.931868 0.974685 0.646464
+0.955764 0.967041 0.642817
+0.975631 0.960342 0.642786
+0.97615 0.95285 0.647639
+0.500389 0.913314 0.683467
+0.50042 0.913314 0.68336
+0.500572 0.913314 0.683055
+0.500801 0.913298 0.682551
+0.501152 0.913252 0.681834
+0.501595 0.913252 0.680919
+0.502113 0.913191 0.679774
+0.502708 0.913176 0.678386
+0.503304 0.913161 0.676783
+0.504082 0.913146 0.674922
+0.504997 0.913085 0.672755
+0.50602 0.912963 0.670314
+0.507149 0.912902 0.667582
+0.5084 0.912825 0.664515
+0.509712 0.912734 0.661067
+0.511009 0.912612 0.657252
+0.51252 0.912581 0.652979
+0.514244 0.912444 0.647913
+0.516686 0.913161 0.642069
+0.528313 0.936126 0.648829
+0.540551 0.958389 0.655131
+0.55259 0.96968 0.660365
+0.564263 0.979553 0.660288
+0.572152 0.979553 0.638224
+0.585687 0.980606 0.60708
+0.629938 0.983261 0.590738
+0.702434 0.989593 0.612039
+0.770504 0.99472 0.631144
+0.838697 0.998901 0.64918
+0.911543 1 0.666789
+0.962325 1 0.679164
+0.972641 0.995743 0.676066
+0.973434 0.988693 0.677699
+0.525322 0.963302 0.718685
+0.525368 0.963302 0.718563
+0.52549 0.963287 0.718273
+0.525673 0.963287 0.717784
+0.525994 0.963272 0.717159
+0.526345 0.963256 0.716258
+0.526802 0.963241 0.715206
+0.527245 0.963256 0.71397
+0.527794 0.963256 0.712474
+0.528527 0.963226 0.710765
+0.52932 0.963195 0.708812
+0.530236 0.963165 0.706615
+0.531197 0.963119 0.704128
+0.53228 0.963088 0.70135
+0.533455 0.963043 0.698299
+0.534676 0.962997 0.694896
+0.535821 0.962982 0.691142
+0.537346 0.962921 0.686763
+0.539178 0.96286 0.681254
+0.54876 0.971923 0.686748
+0.560235 0.984146 0.694697
+0.572045 0.997955 0.7019
+0.589395 0.998962 0.71342
+0.59855 0.999329 0.702358
+0.60885 1 0.679957
+0.622644 1 0.646418
+0.668193 1 0.630289
+0.744427 1 0.652628
+0.817243 1 0.672404
+0.892439 1 0.69102
+0.953765 1 0.706233
+0.970626 1 0.719814
+0.97055 1 0.714412
+0.549645 0.992996 0.755459
+0.549676 0.992996 0.755383
+0.549783 0.992981 0.755138
+0.549996 0.992981 0.754696
+0.550225 0.99295 0.75404
+0.550561 0.99295 0.753246
+0.550958 0.992935 0.75227
+0.551369 0.99292 0.751095
+0.551827 0.992935 0.749737
+0.552407 0.992905 0.74815
+0.553094 0.992874 0.74638
+0.553887 0.992844 0.74435
+0.554742 0.992798 0.742092
+0.555688 0.992767 0.73959
+0.55671 0.992721 0.736797
+0.557778 0.99266 0.733745
+0.558923 0.992615 0.730465
+0.560037 0.992615 0.726589
+0.561608 0.992538 0.721721
+0.569635 0.998749 0.726162
+0.585107 0.999008 0.740307
+0.601205 0.999252 0.75465
+0.618997 0.999664 0.769558
+0.633829 1 0.774227
+0.64271 1 0.756924
+0.653971 1 0.733364
+0.66743 1 0.6972
+0.716106 1 0.680934
+0.796506 1 0.703624
+0.87509 1 0.723033
+0.946441 1 0.738857
+0.971054 1 0.752361
+0.971267 1 0.7682
+0 0.0489815 0.179843
+0 0.0486915 0.180819
+0 0.0478828 0.183749
+0 0.0463417 0.187625
+0 0.0462501 0.19028
+0 0.0459754 0.192996
+0.0310979 0.0453956 0.195377
+0.0721599 0.0453956 0.19826
+0.114092 0.0458991 0.201434
+0.156024 0.0470283 0.205066
+0.196429 0.0488594 0.209323
+0.233356 0.0512245 0.214054
+0.267124 0.0542763 0.219135
+0.299367 0.0576791 0.224948
+0.330297 0.060853 0.231357
+0.358236 0.0641337 0.23798
+0.3841 0.0680858 0.244587
+0.409918 0.0724346 0.251789
+0.437552 0.0777905 0.259754
+0.467247 0.0845045 0.268971
+0.498405 0.0927138 0.279316
+0.53135 0.102602 0.291295
+0.565927 0.114641 0.304662
+0.60209 0.128954 0.319966
+0.64062 0.145968 0.337362
+0.681819 0.165728 0.356878
+0.726162 0.18822 0.378927
+0.7738 0.213077 0.403281
+0.825879 0.240314 0.429694
+0.882841 0.269993 0.457481
+0.933486 0.301595 0.486198
+0.957763 0.334401 0.515648
+0.983612 0.368322 0.547158
+0 0.0493935 0.180636
+0 0.0490883 0.181552
+0 0.0482185 0.184405
+0 0.0466468 0.188922
+0 0.0464637 0.191485
+0 0.0462501 0.194125
+0.0288243 0.0456245 0.196323
+0.0706645 0.045594 0.1991
+0.113024 0.0460365 0.20209
+0.155154 0.0471656 0.205615
+0.195972 0.0489357 0.209796
+0.233036 0.0513313 0.214435
+0.267002 0.0543374 0.219425
+0.299321 0.0577096 0.225132
+0.33022 0.0609445 0.231479
+0.35819 0.0642557 0.238056
+0.38407 0.0681773 0.244587
+0.409888 0.0725261 0.251728
+0.437568 0.0779126 0.259602
+0.467216 0.084596 0.268742
+0.498421 0.0928206 0.279103
+0.531411 0.102724 0.291081
+0.565927 0.114778 0.304402
+0.602106 0.129152 0.319692
+0.64062 0.146166 0.337057
+0.681834 0.165881 0.356603
+0.726192 0.188342 0.378592
+0.773861 0.213199 0.40296
+0.825895 0.240391 0.429419
+0.882887 0.270085 0.457237
+0.933501 0.301701 0.485954
+0.957778 0.334447 0.515419
+0.983627 0.368383 0.546929
+0 0.0524147 0.184192
+0 0.0520485 0.185031
+0 0.0508736 0.187472
+0 0.0487221 0.191485
+0 0.0475013 0.195178
+0 0.0469825 0.197177
+0.0220645 0.0462806 0.199054
+0.0659495 0.0461738 0.201389
+0.109224 0.0466163 0.204105
+0.152422 0.0476081 0.207279
+0.194232 0.0492714 0.211185
+0.231998 0.0515908 0.215549
+0.266545 0.0545357 0.220264
+0.299107 0.057908 0.225727
+0.330114 0.0611124 0.231785
+0.358114 0.0645304 0.238132
+0.384085 0.068452 0.244465
+0.409873 0.0728466 0.251438
+0.437568 0.0782635 0.259251
+0.467262 0.0849928 0.268254
+0.498466 0.0931563 0.278508
+0.531456 0.103105 0.290333
+0.565988 0.115175 0.303624
+0.602106 0.129534 0.318883
+0.640711 0.146502 0.336202
+0.681819 0.166278 0.355718
+0.726223 0.188678 0.377722
+0.773846 0.213489 0.402075
+0.825925 0.240726 0.428534
+0.882918 0.270344 0.456382
+0.933516 0.301946 0.48513
+0.957839 0.334676 0.514702
+0.983612 0.368612 0.546212
+0 0.0586099 0.190204
+0 0.0582132 0.190967
+0 0.0569619 0.19321
+0 0.0549935 0.196979
+0 0.0528725 0.202869
+0 0.0522011 0.205127
+0.0142519 0.0506294 0.205814
+0.0588235 0.0491035 0.206546
+0.102663 0.0478218 0.207446
+0.147585 0.0483406 0.209827
+0.191073 0.049836 0.213291
+0.230015 0.0520485 0.217258
+0.265553 0.0548714 0.221607
+0.298589 0.0582132 0.226627
+0.329793 0.0614633 0.232242
+0.357992 0.0649271 0.238209
+0.383993 0.0689097 0.244236
+0.409827 0.0733196 0.25098
+0.437598 0.0788434 0.258534
+0.467308 0.0855421 0.267353
+0.498527 0.093843 0.277394
+0.531533 0.103792 0.289097
+0.566033 0.115862 0.302281
+0.602243 0.130205 0.317403
+0.640726 0.147158 0.334737
+0.68191 0.166934 0.354253
+0.726299 0.189334 0.376242
+0.773907 0.214084 0.400626
+0.825986 0.24126 0.427085
+0.882994 0.270832 0.454978
+0.933547 0.302403 0.483803
+0.957916 0.335042 0.513481
+0.983597 0.368963 0.545022
+0 0.0686503 0.197162
+0 0.0682536 0.197833
+0 0.0669871 0.199954
+0 0.0648508 0.203479
+0 0.0618601 0.208377
+0 0.0608377 0.215946
+0.00479133 0.0594949 0.216464
+0.0524453 0.0577554 0.216556
+0.0983444 0.0563363 0.217075
+0.143694 0.0551614 0.217807
+0.187549 0.0543679 0.218921
+0.227039 0.0539254 0.220401
+0.26363 0.055436 0.223362
+0.297658 0.0585794 0.227802
+0.329213 0.0619059 0.232746
+0.35761 0.0655222 0.238224
+0.383749 0.0695659 0.243854
+0.409735 0.073991 0.250217
+0.437659 0.0796063 0.257527
+0.467308 0.0863203 0.265919
+0.49865 0.0946365 0.275898
+0.531533 0.104753 0.287266
+0.566094 0.116747 0.300252
+0.602289 0.131182 0.315328
+0.640803 0.148058 0.332692
+0.681971 0.167803 0.352102
+0.726299 0.190173 0.374075
+0.774029 0.214908 0.398489
+0.826032 0.241962 0.425055
+0.883162 0.271427 0.453086
+0.9337 0.302953 0.481971
+0.957961 0.335607 0.511696
+0.983581 0.369436 0.543313
+0 0.0831769 0.204868
+0 0.082826 0.205478
+0 0.0816815 0.207431
+0 0.0796216 0.210697
+0 0.0762951 0.215015
+0 0.0744335 0.222751
+0 0.0727398 0.229419
+0.0420081 0.0707561 0.228977
+0.0913863 0.0690929 0.228901
+0.139635 0.0676432 0.229038
+0.185657 0.0665293 0.229694
+0.22681 0.0657511 0.230762
+0.263828 0.0652323 0.23212
+0.297704 0.0648508 0.233524
+0.32874 0.064683 0.235019
+0.356939 0.0662547 0.238041
+0.383322 0.0703746 0.243122
+0.409384 0.074876 0.249027
+0.437552 0.0806287 0.255955
+0.467353 0.0873579 0.264088
+0.498634 0.0957656 0.273655
+0.531594 0.105852 0.284749
+0.566247 0.117937 0.297719
+0.602441 0.132326 0.312566
+0.640909 0.149248 0.32987
+0.682033 0.169009 0.349279
+0.726406 0.191287 0.371267
+0.77409 0.215885 0.395697
+0.826139 0.242954 0.422339
+0.883253 0.272343 0.450492
+0.933806 0.303731 0.479484
+0.957992 0.336309 0.509346
+0.983566 0.370062 0.541115
+0 0.102083 0.212879
+0 0.101793 0.213489
+0 0.100771 0.215244
+0 0.0990311 0.218051
+0 0.0961318 0.222141
+0 0.0929274 0.228305
+0 0.0918898 0.238117
+0.0250858 0.0891737 0.243427
+0.0806592 0.0869764 0.242573
+0.132586 0.0850385 0.24213
+0.181765 0.0834058 0.242176
+0.225467 0.0821241 0.242756
+0.26421 0.081117 0.243656
+0.299321 0.0802167 0.244648
+0.33019 0.080293 0.245167
+0.358099 0.0802625 0.24622
+0.383734 0.0799115 0.247684
+0.409232 0.0793927 0.249378
+0.437186 0.0818341 0.253666
+0.467124 0.0887465 0.261448
+0.498512 0.0971389 0.270634
+0.531533 0.107332 0.281453
+0.566186 0.119432 0.294209
+0.602548 0.133806 0.308965
+0.640909 0.150759 0.326146
+0.682109 0.170443 0.345678
+0.726513 0.192599 0.367666
+0.774304 0.217105 0.392325
+0.8262 0.244099 0.418906
+0.883314 0.273426 0.447211
+0.933867 0.304662 0.476341
+0.958022 0.337133 0.506355
+0.983536 0.370809 0.538354
+0 0.124681 0.221057
+0 0.124407 0.22153
+0 0.123613 0.223102
+0 0.122194 0.225635
+0 0.119722 0.229328
+0 0.11603 0.234272
+0 0.115099 0.242985
+0.00708019 0.113115 0.253849
+0.0632792 0.10959 0.258228
+0.12134 0.107118 0.256931
+0.175463 0.104784 0.256214
+0.222904 0.102922 0.256184
+0.26421 0.101183 0.256474
+0.300832 0.0996414 0.256931
+0.332143 0.0997177 0.256352
+0.360067 0.0999161 0.256443
+0.385275 0.0998856 0.257206
+0.410483 0.0995956 0.258457
+0.437827 0.0989548 0.260258
+0.467033 0.0981918 0.262638
+0.498222 0.0987716 0.266621
+0.531441 0.10901 0.277104
+0.566079 0.121141 0.289677
+0.602518 0.135576 0.304387
+0.640955 0.152438 0.321431
+0.682261 0.172076 0.341329
+0.726726 0.194125 0.363363
+0.774395 0.218555 0.387991
+0.826291 0.245457 0.41474
+0.883406 0.274632 0.443168
+0.933913 0.305821 0.472496
+0.958053 0.33817 0.502785
+0.98352 0.371695 0.535058
+0 0.150149 0.229572
+0 0.149874 0.229969
+0 0.149279 0.231312
+0 0.148074 0.2336
+0 0.146166 0.236698
+0 0.14316 0.240925
+0 0.14052 0.247501
+1.5259e-05 0.140368 0.257939
+0.0384222 0.137301 0.269993
+0.102464 0.133272 0.273396
+0.163714 0.130098 0.271687
+0.217639 0.127367 0.270756
+0.262776 0.124788 0.270512
+0.302113 0.122225 0.270268
+0.334737 0.121996 0.268574
+0.36257 0.122545 0.267338
+0.38764 0.122835 0.267185
+0.412619 0.122835 0.267765
+0.439582 0.12256 0.269032
+0.468467 0.121965 0.27097
+0.499138 0.121157 0.27364
+0.531624 0.119982 0.277073
+0.565866 0.123201 0.284031
+0.602396 0.137591 0.298604
+0.640925 0.154528 0.315709
+0.682231 0.173983 0.335668
+0.726711 0.196002 0.357946
+0.774411 0.220264 0.382696
+0.826413 0.247059 0.409751
+0.883452 0.276051 0.438361
+0.933989 0.307103 0.467964
+0.958083 0.339284 0.498512
+0.98349 0.372702 0.531151
+0 0.177249 0.238819
+0 0.177081 0.239109
+0 0.176608 0.240162
+0 0.175677 0.242039
+0 0.174243 0.244755
+0 0.171893 0.24831
+0 0.168551 0.252995
+0.000396735 0.168566 0.261936
+0.0261997 0.167865 0.273198
+0.0756542 0.164004 0.285801
+0.144778 0.160098 0.284489
+0.206775 0.156329 0.28394
+0.258076 0.152468 0.284184
+0.302907 0.14786 0.284688
+0.338064 0.146593 0.281971
+0.36614 0.147616 0.27892
+0.391089 0.14815 0.277653
+0.41593 0.148425 0.277455
+0.442649 0.14847 0.27805
+0.471122 0.148119 0.279438
+0.50103 0.147662 0.281682
+0.532784 0.146853 0.284871
+0.566613 0.145708 0.288975
+0.602274 0.144259 0.294072
+0.640986 0.156756 0.308827
+0.682094 0.176272 0.32871
+0.726665 0.198016 0.351415
+0.774441 0.222202 0.376425
+0.826551 0.248798 0.403906
+0.883513 0.277684 0.432654
+0.934066 0.308568 0.462623
+0.958129 0.340612 0.493599
+0.983383 0.375906 0.529046
+0 0.204623 0.248478
+0 0.204456 0.248737
+0 0.204089 0.249622
+0 0.203403 0.251102
+0 0.20235 0.253254
+0 0.200763 0.256199
+0 0.198444 0.259831
+0.00267033 0.196475 0.265751
+0.0230716 0.197467 0.27599
+0.0572061 0.196277 0.288182
+0.119448 0.193011 0.291325
+0.188037 0.189441 0.29015
+0.245136 0.186313 0.29015
+0.293065 0.182605 0.290623
+0.33489 0.178363 0.291279
+0.370657 0.173861 0.291188
+0.395422 0.174899 0.288365
+0.420294 0.175402 0.287083
+0.446876 0.175708 0.286976
+0.475059 0.175601 0.287877
+0.504585 0.175448 0.289876
+0.535683 0.174868 0.292714
+0.568658 0.174136 0.296666
+0.603693 0.173022 0.30161
+0.64123 0.171542 0.307698
+0.682094 0.178775 0.320516
+0.726543 0.200381 0.343603
+0.774548 0.224323 0.369024
+0.826627 0.250675 0.396796
+0.885267 0.280262 0.427115
+0.93666 0.313436 0.460197
+0.96286 0.347829 0.494408
+0.982544 0.385672 0.533211
+0 0.231434 0.258518
+0 0.231327 0.258717
+0 0.231052 0.259419
+0 0.230564 0.260533
+0 0.229801 0.262119
+0 0.228565 0.264118
+0.00306706 0.226917 0.266987
+0.00773632 0.22446 0.270695
+0.0216068 0.225071 0.27863
+0.0482185 0.225849 0.289189
+0.0928664 0.224338 0.297307
+0.164767 0.221118 0.29572
+0.229603 0.218341 0.295064
+0.281605 0.215808 0.295506
+0.32668 0.212436 0.296544
+0.365805 0.208392 0.2972
+0.398489 0.203754 0.297627
+0.425879 0.202319 0.296315
+0.452247 0.202792 0.295354
+0.479942 0.203067 0.295766
+0.509117 0.203052 0.297337
+0.539635 0.202914 0.299992
+0.571954 0.202457 0.303792
+0.606073 0.201862 0.308659
+0.642634 0.200931 0.314687
+0.682536 0.199481 0.322042
+0.726574 0.202914 0.334127
+0.778485 0.228779 0.363027
+0.835218 0.25745 0.394369
+0.898009 0.288762 0.427207
+0.941817 0.322179 0.461051
+0.968887 0.356741 0.496269
+0.981537 0.396765 0.537972
+0.00407416 0.25832 0.268696
+0.00422675 0.258213 0.268833
+0.00474556 0.258015 0.269276
+0.00563058 0.257618 0.269993
+0.00669871 0.257053 0.271122
+0.00848402 0.256123 0.272557
+0.0110933 0.254856 0.27451
+0.0148013 0.253086 0.277028
+0.0224613 0.25182 0.281193
+0.0431373 0.253864 0.290211
+0.072282 0.254841 0.301183
+0.13518 0.252369 0.300816
+0.209659 0.249592 0.299458
+0.268269 0.247578 0.29929
+0.31632 0.245319 0.300313
+0.358724 0.242176 0.301747
+0.393942 0.23827 0.302388
+0.426902 0.233463 0.302739
+0.458213 0.22977 0.302205
+0.485618 0.230259 0.302098
+0.514321 0.230411 0.30338
+0.544274 0.230533 0.305974
+0.575921 0.230411 0.309697
+0.609369 0.229999 0.314611
+0.64741 0.230472 0.322469
+0.690105 0.230869 0.332296
+0.737133 0.230625 0.343511
+0.790021 0.237613 0.360906
+0.848142 0.266728 0.393301
+0.91223 0.298497 0.427207
+0.94754 0.332067 0.462028
+0.976287 0.366598 0.498421
+0.980255 0.409232 0.54374
+0.0143435 0.28484 0.279149
+0.0144656 0.284825 0.27924
+0.0148623 0.284642 0.279454
+0.0155489 0.284306 0.27985
+0.016495 0.283833 0.280354
+0.0177615 0.283223 0.281071
+0.0194705 0.282368 0.2822
+0.0225528 0.281102 0.283635
+0.0271611 0.279408 0.285588
+0.0404822 0.280644 0.291157
+0.0634775 0.283101 0.299809
+0.104906 0.282979 0.304372
+0.181415 0.28014 0.303151
+0.250858 0.278248 0.302205
+0.303593 0.276875 0.302464
+0.348959 0.27451 0.304433
+0.387762 0.271397 0.305776
+0.422614 0.267536 0.306401
+0.457893 0.262379 0.306462
+0.492027 0.257298 0.306416
+0.520012 0.257679 0.307713
+0.550469 0.258656 0.311315
+0.584726 0.260716 0.317952
+0.621302 0.26247 0.32575
+0.660258 0.263493 0.334585
+0.702937 0.264073 0.344701
+0.750057 0.264134 0.356054
+0.80322 0.263539 0.368643
+0.863142 0.277363 0.392111
+0.927962 0.309621 0.427253
+0.954376 0.343191 0.46363
+0.983734 0.377874 0.501534
+0.978744 0.423514 0.550607
+0.0263523 0.310994 0.289616
+0.0264591 0.310979 0.289616
+0.0267643 0.310765 0.289693
+0.0272984 0.310582 0.289784
+0.0280003 0.310201 0.289952
+0.0289769 0.309728 0.290211
+0.0304723 0.309148 0.290578
+0.0324865 0.308293 0.290974
+0.0354772 0.307225 0.291493
+0.0406806 0.30634 0.292775
+0.0576791 0.309773 0.299107
+0.0826429 0.312612 0.305638
+0.145739 0.310475 0.305394
+0.226246 0.308034 0.30486
+0.289265 0.306615 0.304692
+0.335775 0.305821 0.305898
+0.379156 0.30338 0.307942
+0.416526 0.300252 0.308598
+0.454231 0.296193 0.30927
+0.493416 0.292943 0.311879
+0.531579 0.289372 0.314733
+0.563531 0.291691 0.320516
+0.597375 0.293751 0.327459
+0.633906 0.29575 0.335851
+0.673655 0.297307 0.345449
+0.717449 0.298589 0.356405
+0.764736 0.298695 0.367773
+0.818601 0.2981 0.380682
+0.881148 0.29659 0.3953
+0.936202 0.321996 0.427588
+0.962463 0.355764 0.465492
+0.982513 0.393194 0.507912
+0.976867 0.439918 0.55877
+0.0358587 0.337118 0.301091
+0.0359503 0.337057 0.301045
+0.0362554 0.336919 0.300954
+0.0368963 0.336751 0.300771
+0.0377356 0.336446 0.300587
+0.0389105 0.33608 0.300267
+0.0405585 0.335622 0.299886
+0.0425727 0.334905 0.299382
+0.0450141 0.334142 0.298741
+0.0476692 0.333272 0.298039
+0.0573892 0.334936 0.299809
+0.0740368 0.338872 0.304173
+0.115251 0.339742 0.306279
+0.191501 0.337469 0.306233
+0.266804 0.335622 0.307088
+0.324468 0.334157 0.309361
+0.368688 0.33637 0.313176
+0.411444 0.336492 0.315831
+0.454002 0.335378 0.318441
+0.495842 0.332815 0.320684
+0.537057 0.328527 0.32282
+0.575753 0.32491 0.326131
+0.609125 0.327001 0.334112
+0.645777 0.328923 0.343236
+0.685435 0.330541 0.353521
+0.729381 0.331884 0.364782
+0.778744 0.332845 0.377615
+0.835538 0.33312 0.392233
+0.901442 0.331945 0.407752
+0.944259 0.336217 0.428382
+0.972793 0.369726 0.468193
+0.980804 0.410758 0.515785
+0.974792 0.458732 0.56846
+0.0434577 0.362554 0.313008
+0.043595 0.362524 0.312947
+0.0440223 0.362493 0.312749
+0.0446784 0.362249 0.312367
+0.0456397 0.362051 0.311833
+0.0468452 0.361746 0.311147
+0.0483101 0.361364 0.310262
+0.0502785 0.360876 0.309071
+0.0531167 0.36025 0.307469
+0.0565042 0.359411 0.305486
+0.0602121 0.358602 0.302907
+0.0765393 0.362539 0.304891
+0.0940414 0.366842 0.305943
+0.150958 0.365835 0.306554
+0.236316 0.363836 0.307256
+0.303746 0.362539 0.309361
+0.363745 0.367437 0.306386
+0.402579 0.364233 0.316701
+0.452262 0.368368 0.323247
+0.50135 0.370016 0.328756
+0.543816 0.365057 0.328847
+0.583902 0.357107 0.327626
+0.619074 0.35407 0.332723
+0.653758 0.354498 0.341756
+0.691844 0.355154 0.351934
+0.734081 0.355627 0.363043
+0.781704 0.355886 0.375631
+0.836759 0.355673 0.38996
+0.900984 0.354162 0.405295
+0.944137 0.350851 0.421469
+0.972976 0.37145 0.455009
+0.980926 0.412284 0.504463
+0.974884 0.460166 0.558938
+0.0518196 0.388769 0.325963
+0.0519265 0.388724 0.325902
+0.0523232 0.388708 0.325582
+0.0530709 0.38851 0.325048
+0.0542153 0.388373 0.324254
+0.0556954 0.388083 0.323217
+0.0574655 0.387762 0.321904
+0.059617 0.387396 0.32018
+0.0623636 0.386847 0.317983
+0.0656138 0.386297 0.31516
+0.0694743 0.385733 0.311406
+0.0789654 0.386618 0.308721
+0.0963607 0.390814 0.308034
+0.119936 0.394507 0.305882
+0.194308 0.392706 0.306645
+0.274601 0.39147 0.308354
+0.328389 0.403265 0.298177
+0.402396 0.402258 0.299886
+0.434348 0.390417 0.314549
+0.486519 0.393088 0.320745
+0.5355 0.395224 0.325795
+0.581323 0.392569 0.328267
+0.621759 0.390143 0.334295
+0.659541 0.389075 0.343771
+0.69836 0.386618 0.352331
+0.739803 0.385458 0.363088
+0.785702 0.385428 0.376043
+0.838453 0.385138 0.390539
+0.901091 0.383902 0.406271
+0.943679 0.381323 0.422751
+0.973175 0.37644 0.440208
+0.981186 0.414771 0.49073
+0.974945 0.462425 0.547326
+0.0620279 0.41735 0.340383
+0.0621805 0.417334 0.340246
+0.0626535 0.417243 0.339834
+0.0634012 0.417121 0.339178
+0.0645151 0.416968 0.338201
+0.065919 0.416785 0.336919
+0.0674907 0.416541 0.335302
+0.0699474 0.416144 0.33315
+0.0728923 0.415793 0.330434
+0.0761273 0.415366 0.327047
+0.0801862 0.414832 0.322621
+0.0847334 0.414252 0.31693
+0.0985885 0.4168 0.313573
+0.116625 0.420951 0.309834
+0.148791 0.423896 0.305089
+0.232975 0.422477 0.306233
+0.300923 0.428077 0.302205
+0.366476 0.441794 0.290196
+0.441871 0.440101 0.291432
+0.466743 0.418296 0.311452
+0.518837 0.421485 0.317357
+0.569085 0.422354 0.322347
+0.613474 0.422507 0.330175
+0.654093 0.423285 0.342702
+0.695857 0.422934 0.354253
+0.739925 0.421775 0.365438
+0.788037 0.419394 0.376913
+0.841321 0.416693 0.389731
+0.901183 0.415869 0.406409
+0.942916 0.413977 0.423697
+0.972473 0.409644 0.44155
+0.981369 0.41767 0.472602
+0.975204 0.464973 0.53257
+0.0741131 0.448295 0.356603
+0.0742809 0.448249 0.356435
+0.0747539 0.448173 0.356008
+0.0754864 0.448112 0.355261
+0.0765698 0.447929 0.354192
+0.0781109 0.447791 0.352712
+0.0800488 0.447547 0.35079
+0.0823987 0.447257 0.348394
+0.0849928 0.447028 0.345373
+0.088304 0.446601 0.341527
+0.0921492 0.446204 0.336706
+0.096376 0.445716 0.330602
+0.101534 0.445289 0.322545
+0.118791 0.448981 0.318303
+0.13724 0.453315 0.310903
+0.173327 0.45597 0.303578
+0.263813 0.454978 0.305058
+0.309972 0.483619 0.278157
+0.405402 0.48365 0.279728
+0.480919 0.481422 0.280247
+0.505653 0.456428 0.303166
+0.549126 0.451682 0.312901
+0.59968 0.4542 0.322469
+0.646952 0.457923 0.340993
+0.691234 0.459297 0.355093
+0.736736 0.459541 0.368093
+0.784909 0.458747 0.38114
+0.837568 0.45687 0.394812
+0.896941 0.453819 0.408942
+0.941772 0.449348 0.424155
+0.970993 0.445579 0.442496
+0.978759 0.446479 0.468467
+0.975326 0.468101 0.51313
+0.0881514 0.481712 0.374548
+0.088304 0.481666 0.37435
+0.088777 0.481605 0.373831
+0.0895705 0.481559 0.372976
+0.0906844 0.481437 0.371771
+0.0921645 0.4813 0.370184
+0.0939345 0.481132 0.368109
+0.0959945 0.480964 0.36556
+0.0986648 0.480659 0.362356
+0.101778 0.4804 0.358419
+0.105211 0.480079 0.353582
+0.109407 0.479683 0.347341
+0.11397 0.479332 0.33933
+0.120684 0.479484 0.329717
+0.138979 0.483375 0.323247
+0.157885 0.487678 0.31223
+0.202106 0.490455 0.300862
+0.265721 0.511086 0.281407
+0.350729 0.527169 0.266819
+0.444938 0.52639 0.268406
+0.518456 0.523781 0.268055
+0.542733 0.496529 0.293629
+0.579202 0.483909 0.310048
+0.628458 0.489189 0.332509
+0.678431 0.494377 0.352789
+0.730587 0.498878 0.372244
+0.77908 0.500008 0.387671
+0.830594 0.500069 0.40325
+0.886168 0.498466 0.418585
+0.936599 0.494362 0.432532
+0.967651 0.48661 0.445731
+0.97467 0.486107 0.469871
+0.973571 0.489174 0.500557
+0.10367 0.517555 0.394491
+0.103853 0.51754 0.394354
+0.104311 0.517555 0.39382
+0.105074 0.517342 0.39292
+0.106188 0.517281 0.391669
+0.107591 0.517174 0.389944
+0.109392 0.517006 0.387778
+0.111421 0.516838 0.385122
+0.113863 0.516716 0.381842
+0.116793 0.516411 0.377768
+0.120119 0.516243 0.372839
+0.123934 0.515953 0.366735
+0.128405 0.515572 0.359228
+0.133257 0.515267 0.34963
+0.141131 0.515694 0.338186
+0.159396 0.519585 0.329198
+0.180346 0.523781 0.315206
+0.213291 0.539025 0.289876
+0.286564 0.565667 0.27628
+0.398428 0.566796 0.279591
+0.483391 0.565896 0.282643
+0.55317 0.563928 0.289815
+0.579187 0.538903 0.306233
+0.607385 0.519081 0.32282
+0.657984 0.525841 0.347173
+0.709209 0.532464 0.370153
+0.762493 0.538643 0.392645
+0.819211 0.544533 0.415991
+0.872786 0.545464 0.43386
+0.927901 0.542565 0.447593
+0.960952 0.536004 0.459648
+0.968566 0.533379 0.47892
+0.9682 0.53196 0.503471
+0.121035 0.555718 0.416587
+0.121202 0.555673 0.416403
+0.12163 0.555657 0.415869
+0.122377 0.55555 0.414923
+0.12343 0.555474 0.413626
+0.124788 0.555398 0.411902
+0.126482 0.555245 0.409689
+0.128496 0.555123 0.406958
+0.130678 0.555062 0.403693
+0.133455 0.554818 0.399603
+0.136706 0.554589 0.394736
+0.140215 0.554437 0.388876
+0.144381 0.554147 0.381643
+0.148821 0.553887 0.372717
+0.154101 0.553597 0.361563
+0.161578 0.553918 0.348318
+0.179553 0.557794 0.337331
+0.199145 0.566751 0.320058
+0.243137 0.593683 0.295003
+0.344869 0.607752 0.296635
+0.444373 0.60766 0.304219
+0.523903 0.606561 0.313344
+0.589426 0.605631 0.32604
+0.615808 0.583185 0.335775
+0.644068 0.564569 0.347738
+0.687266 0.563973 0.369406
+0.738689 0.572412 0.395605
+0.791989 0.580652 0.421805
+0.848417 0.58732 0.446571
+0.910445 0.590509 0.46714
+0.95433 0.586557 0.47985
+0.962371 0.584863 0.497414
+0.961975 0.584115 0.518898
+0.140337 0.596094 0.440574
+0.140459 0.596048 0.440375
+0.140871 0.595987 0.439857
+0.141588 0.595972 0.438911
+0.142596 0.595895 0.437613
+0.143923 0.595789 0.435889
+0.145525 0.595743 0.433707
+0.147234 0.595605 0.431067
+0.149508 0.595529 0.427817
+0.152117 0.595331 0.42388
+0.155108 0.595132 0.419196
+0.158297 0.594995 0.413642
+0.162081 0.59472 0.406897
+0.166079 0.594614 0.398749
+0.170748 0.594308 0.388693
+0.175738 0.594202 0.376349
+0.181521 0.594034 0.360616
+0.200412 0.597925 0.347784
+0.228214 0.623163 0.331716
+0.276402 0.650645 0.313909
+0.400137 0.650156 0.324651
+0.494347 0.64921 0.34081
+0.56762 0.648585 0.357671
+0.628168 0.649454 0.375875
+0.653635 0.629007 0.379812
+0.681376 0.611826 0.386755
+0.716106 0.603571 0.400626
+0.767605 0.613886 0.429541
+0.821775 0.62295 0.455924
+0.882445 0.629984 0.479637
+0.942229 0.63093 0.49572
+0.959289 0.632761 0.515709
+0.959075 0.635416 0.539101
+0.161578 0.638941 0.466606
+0.1617 0.638941 0.466468
+0.162097 0.63888 0.465888
+0.162753 0.638895 0.465003
+0.163668 0.638865 0.463706
+0.164736 0.638849 0.462074
+0.16614 0.638773 0.459968
+0.167926 0.638666 0.457359
+0.169986 0.638453 0.454231
+0.172366 0.638376 0.450492
+0.174838 0.638254 0.446113
+0.17789 0.638117 0.440833
+0.181292 0.63798 0.434638
+0.184939 0.637888 0.427298
+0.189166 0.637675 0.418418
+0.193576 0.637491 0.407752
+0.198795 0.637324 0.39443
+0.204685 0.637247 0.376852
+0.223377 0.656001 0.364584
+0.257343 0.682567 0.352422
+0.344076 0.695109 0.344411
+0.461173 0.691722 0.366476
+0.54844 0.691249 0.391592
+0.613291 0.693095 0.411383
+0.669993 0.6963 0.428824
+0.694484 0.67744 0.430671
+0.721126 0.661601 0.434913
+0.749569 0.647959 0.440711
+0.800732 0.656245 0.465324
+0.860899 0.66598 0.489647
+0.928588 0.67071 0.507805
+0.95964 0.67277 0.52517
+0.959792 0.678325 0.548974
+0.188876 0.683528 0.49514
+0.188998 0.683497 0.494926
+0.189334 0.683482 0.494438
+0.189822 0.683497 0.493629
+0.19057 0.683497 0.492363
+0.191608 0.683497 0.490761
+0.192935 0.683421 0.488731
+0.194537 0.683375 0.486244
+0.196368 0.683284 0.483284
+0.19855 0.683223 0.479759
+0.200824 0.683177 0.475715
+0.203525 0.683101 0.470924
+0.206577 0.682948 0.465202
+0.209705 0.682994 0.45864
+0.213382 0.682841 0.450813
+0.217075 0.68278 0.441566
+0.221317 0.682704 0.430472
+0.225986 0.68275 0.41619
+0.238193 0.693492 0.402716
+0.260807 0.716701 0.39321
+0.306661 0.739742 0.385901
+0.421836 0.735927 0.389654
+0.52842 0.733852 0.420279
+0.601114 0.737667 0.443336
+0.659434 0.74284 0.459129
+0.715312 0.747799 0.474205
+0.740566 0.729686 0.47512
+0.768139 0.714275 0.478706
+0.797711 0.701045 0.483848
+0.843015 0.699779 0.497978
+0.909117 0.708659 0.519051
+0.958663 0.712032 0.535317
+0.961608 0.719066 0.558328
+0.235248 0.727214 0.526192
+0.235431 0.727184 0.526024
+0.235615 0.727138 0.525551
+0.236194 0.727214 0.524773
+0.236789 0.727077 0.523598
+0.237568 0.727108 0.522118
+0.238636 0.727077 0.520211
+0.239857 0.727077 0.517968
+0.241154 0.727138 0.515297
+0.242771 0.727153 0.512108
+0.244648 0.727138 0.5084
+0.246632 0.727062 0.504082
+0.248676 0.727062 0.499138
+0.251194 0.727108 0.493324
+0.25388 0.727123 0.48658
+0.256504 0.727153 0.478737
+0.259632 0.727169 0.469459
+0.263127 0.72726 0.457832
+0.272618 0.732189 0.445945
+0.303029 0.753048 0.444251
+0.340642 0.773495 0.442267
+0.387121 0.781369 0.421988
+0.503792 0.777829 0.444938
+0.586252 0.78378 0.47013
+0.649454 0.791226 0.487984
+0.706813 0.797986 0.503349
+0.764279 0.804273 0.518349
+0.791928 0.786282 0.518044
+0.822034 0.770901 0.520699
+0.855268 0.757595 0.524956
+0.892012 0.745647 0.530327
+0.948867 0.75201 0.547677
+0.963989 0.759274 0.568292
+0.304845 0.767773 0.561257
+0.304921 0.767819 0.561105
+0.304967 0.767819 0.560678
+0.305394 0.767788 0.559976
+0.30602 0.767788 0.558968
+0.306538 0.767788 0.557656
+0.307195 0.767834 0.555993
+0.308141 0.767865 0.553994
+0.309178 0.767834 0.551614
+0.310414 0.767865 0.548821
+0.31165 0.76788 0.545571
+0.313054 0.767971 0.541939
+0.314626 0.768048 0.537621
+0.316487 0.768048 0.532723
+0.31841 0.768093 0.527016
+0.320317 0.768154 0.520562
+0.322423 0.768261 0.513039
+0.324834 0.768444 0.503777
+0.327657 0.768673 0.491432
+0.366506 0.787091 0.496757
+0.406363 0.806165 0.502312
+0.445869 0.825223 0.504982
+0.471427 0.824842 0.467704
+0.566339 0.831647 0.494133
+0.636728 0.842252 0.515175
+0.697734 0.851377 0.531899
+0.756848 0.859403 0.547082
+0.81799 0.866712 0.562432
+0.849287 0.848157 0.560861
+0.884215 0.832395 0.562387
+0.921859 0.816983 0.564416
+0.947906 0.801389 0.566384
+0.966476 0.799344 0.578729
+0.389654 0.807157 0.601022
+0.389715 0.807126 0.600916
+0.389883 0.807157 0.600504
+0.390158 0.807157 0.599893
+0.390295 0.807187 0.598993
+0.391012 0.807187 0.59791
+0.391257 0.807187 0.596429
+0.391943 0.807187 0.59472
+0.392599 0.807233 0.592782
+0.393622 0.807233 0.590448
+0.394751 0.807187 0.587732
+0.395789 0.807233 0.584634
+0.396918 0.807263 0.581109
+0.398291 0.807279 0.577066
+0.399786 0.807324 0.572564
+0.401053 0.80737 0.567376
+0.402686 0.807462 0.561425
+0.404562 0.807477 0.554162
+0.406317 0.807614 0.544625
+0.434775 0.822644 0.549599
+0.468757 0.844617 0.558968
+0.498375 0.87071 0.566873
+0.513939 0.88159 0.550759
+0.54052 0.88423 0.518456
+0.619333 0.896773 0.54107
+0.685634 0.90927 0.55996
+0.74818 0.91957 0.577081
+0.811002 0.928588 0.593851
+0.878325 0.937011 0.611048
+0.914977 0.917082 0.607416
+0.943404 0.896819 0.604318
+0.964797 0.878309 0.603433
+0.970855 0.863478 0.606806
+0.457237 0.855207 0.644663
+0.457298 0.855207 0.644541
+0.457465 0.855207 0.64419
+0.457694 0.855192 0.643656
+0.458091 0.855146 0.642878
+0.45861 0.855131 0.641901
+0.459129 0.855085 0.640635
+0.459815 0.85507 0.639185
+0.460624 0.855009 0.63743
+0.461524 0.854948 0.635401
+0.462547 0.854932 0.633051
+0.463462 0.854887 0.630381
+0.464683 0.854841 0.627451
+0.466011 0.854765 0.624033
+0.46743 0.854658 0.620233
+0.468864 0.854566 0.615869
+0.470573 0.85449 0.611078
+0.472282 0.854475 0.605386
+0.47454 0.854307 0.598032
+0.489738 0.86833 0.60032
+0.514321 0.895644 0.61146
+0.52871 0.921263 0.615732
+0.542062 0.943908 0.614145
+0.551934 0.944335 0.585016
+0.584344 0.948714 0.556832
+0.659266 0.959319 0.578195
+0.72694 0.964462 0.597162
+0.792355 0.96878 0.614755
+0.85951 0.972549 0.63209
+0.934264 0.97583 0.648936
+0.956161 0.967269 0.645319
+0.975723 0.959823 0.645365
+0.976333 0.950149 0.650126
+0.500969 0.913558 0.687465
+0.500984 0.913512 0.687343
+0.501152 0.913542 0.687037
+0.501381 0.913497 0.686549
+0.501717 0.913451 0.685878
+0.502129 0.913481 0.684916
+0.502663 0.91342 0.683818
+0.503136 0.913405 0.682506
+0.503807 0.91339 0.680919
+0.504601 0.913329 0.679088
+0.505516 0.913268 0.677012
+0.506523 0.913191 0.674617
+0.507668 0.913115 0.671946
+0.508858 0.912963 0.668971
+0.51017 0.912947 0.665599
+0.511391 0.91284 0.661906
+0.512932 0.912718 0.65774
+0.514641 0.912627 0.652842
+0.516701 0.912398 0.646632
+0.522118 0.920439 0.643732
+0.534768 0.946136 0.650294
+0.547982 0.964034 0.656489
+0.561929 0.977127 0.661784
+0.571694 0.980926 0.646967
+0.584573 0.981689 0.617075
+0.620813 0.983963 0.591318
+0.696712 0.990768 0.613581
+0.767391 0.996017 0.633158
+0.836957 1 0.651041
+0.912169 1 0.669093
+0.963623 1 0.681636
+0.972686 0.996094 0.678553
+0.973434 0.988266 0.679911
+0.524941 0.963272 0.721859
+0.524987 0.963272 0.721752
+0.525109 0.963256 0.721492
+0.525322 0.963256 0.721019
+0.525612 0.963241 0.720348
+0.526009 0.963226 0.719539
+0.526467 0.963211 0.718502
+0.52697 0.963211 0.717235
+0.527474 0.963226 0.715816
+0.528191 0.963195 0.714168
+0.528984 0.963165 0.712215
+0.5299 0.963134 0.710079
+0.530861 0.963088 0.707652
+0.531945 0.963058 0.704921
+0.53312 0.963012 0.70193
+0.534371 0.962966 0.698604
+0.535485 0.962951 0.694957
+0.537011 0.962905 0.690654
+0.538827 0.962829 0.685252
+0.54229 0.964096 0.680446
+0.554528 0.976501 0.688838
+0.567239 0.990555 0.696895
+0.58294 0.998779 0.706905
+0.598779 0.999237 0.710445
+0.608713 1 0.688548
+0.622446 1 0.656519
+0.6607 1 0.631479
+0.739803 1 0.65481
+0.814878 1 0.675013
+0.89189 1 0.693767
+0.954467 1 0.708904
+0.970657 1 0.722744
+0.970581 1 0.716854
+0.549325 0.992966 0.75845
+0.549371 0.992966 0.758328
+0.549493 0.99295 0.758083
+0.549661 0.99295 0.757656
+0.549935 0.992935 0.757046
+0.55024 0.99292 0.756237
+0.550668 0.992905 0.755261
+0.551125 0.992874 0.754101
+0.551598 0.992889 0.752789
+0.552117 0.992874 0.751263
+0.552819 0.992859 0.749493
+0.553597 0.992813 0.747478
+0.554452 0.992782 0.745281
+0.555398 0.992737 0.742824
+0.556374 0.992691 0.740093
+0.557504 0.992645 0.737102
+0.558648 0.992584 0.733806
+0.559762 0.992569 0.730007
+0.561318 0.992508 0.725307
+0.563195 0.992416 0.719402
+0.576394 0.998856 0.730297
+0.593515 0.999115 0.745495
+0.612589 0.999573 0.761547
+0.632319 1 0.77763
+0.643122 1 0.764813
+0.654261 1 0.741894
+0.667613 1 0.707149
+0.709407 1 0.682261
+0.792737 1 0.70602
+0.873274 1 0.725734
+0.94638 1 0.741726
+0.971099 1 0.75523
+0.971298 1 0.771313
+0 0.0499733 0.201541
+0 0.0496529 0.202457
+0 0.0487373 0.205264
+0 0.0471046 0.209613
+0 0.0466468 0.211978
+0 0.0464637 0.214572
+0.0272526 0.0458686 0.216831
+0.0695201 0.0457465 0.219455
+0.111818 0.0462654 0.222507
+0.153948 0.0473793 0.225895
+0.195102 0.0491188 0.230015
+0.232395 0.0514534 0.234485
+0.266575 0.0543832 0.239307
+0.298497 0.0580758 0.244556
+0.328771 0.0616922 0.25037
+0.356954 0.0651102 0.25687
+0.38291 0.0690623 0.263325
+0.408774 0.0734264 0.270314
+0.436606 0.0789044 0.278065
+0.466285 0.0855879 0.286931
+0.497642 0.0937667 0.296986
+0.530785 0.10367 0.308568
+0.565332 0.115755 0.321553
+0.601648 0.130083 0.336217
+0.640192 0.147097 0.352712
+0.681529 0.166796 0.371695
+0.725872 0.189212 0.393088
+0.773526 0.214008 0.416556
+0.82565 0.241138 0.442206
+0.882628 0.270787 0.4692
+0.93344 0.302312 0.497078
+0.957717 0.334966 0.525826
+0.983383 0.368872 0.556466
+0 0.05037 0.202304
+0 0.0500496 0.203189
+0 0.0491035 0.20589
+0 0.0474861 0.210224
+0 0.0468605 0.213092
+0 0.0467079 0.215671
+0.024979 0.046067 0.217731
+0.0678416 0.0459907 0.220264
+0.110475 0.0464637 0.223178
+0.153063 0.0475166 0.22649
+0.194446 0.0492409 0.230518
+0.231983 0.0515602 0.234928
+0.266361 0.0544747 0.239658
+0.29839 0.0581216 0.244846
+0.328725 0.0617533 0.250553
+0.356954 0.0652018 0.256977
+0.38291 0.0691539 0.26334
+0.408774 0.0735027 0.270268
+0.436561 0.078996 0.277958
+0.4663 0.0857099 0.286824
+0.497673 0.093904 0.29688
+0.5308 0.103822 0.3084
+0.565347 0.115908 0.32134
+0.601648 0.13019 0.336004
+0.640208 0.147204 0.352483
+0.681483 0.166918 0.37142
+0.725933 0.189319 0.392767
+0.773587 0.214115 0.416312
+0.82562 0.241215 0.441962
+0.882658 0.270848 0.468971
+0.933455 0.302419 0.496834
+0.957748 0.335073 0.525612
+0.983383 0.368978 0.556222
+0 0.053254 0.205554
+0 0.0528725 0.206378
+0 0.0516518 0.208698
+0 0.0495155 0.212543
+0 0.047715 0.21648
+0 0.0474708 0.218753
+0.0177615 0.0468299 0.220569
+0.0623484 0.0466773 0.22269
+0.106371 0.0470436 0.225238
+0.150011 0.0480201 0.228244
+0.192462 0.0496071 0.231968
+0.230594 0.0518807 0.236072
+0.265522 0.0547951 0.24062
+0.29807 0.0582895 0.245594
+0.328542 0.0619364 0.251072
+0.356832 0.0654307 0.257252
+0.382818 0.069398 0.263432
+0.408774 0.0737621 0.270191
+0.436591 0.0793164 0.277775
+0.466377 0.0860151 0.286458
+0.497719 0.0942397 0.296422
+0.530846 0.104204 0.307774
+0.565377 0.116304 0.320653
+0.601694 0.130602 0.335302
+0.640269 0.147646 0.351751
+0.681544 0.16733 0.370657
+0.725933 0.1897 0.391989
+0.773571 0.214435 0.415503
+0.825681 0.241581 0.441154
+0.882719 0.271122 0.468223
+0.933516 0.302647 0.496117
+0.957778 0.335286 0.524926
+0.983368 0.369207 0.555566
+0 0.0595712 0.211368
+0 0.0591897 0.212085
+0 0.0579385 0.214298
+0 0.0558175 0.217975
+0 0.0532387 0.223133
+0 0.0526284 0.226322
+0.00894179 0.051133 0.22707
+0.0544594 0.0494698 0.22768
+0.0988174 0.0481575 0.228565
+0.144503 0.0488441 0.230976
+0.188724 0.050248 0.234211
+0.228061 0.0524453 0.237964
+0.264088 0.0552377 0.242161
+0.297261 0.0586099 0.246799
+0.328115 0.0622263 0.251896
+0.356588 0.0658427 0.257694
+0.382666 0.0698405 0.263539
+0.408652 0.0742504 0.270024
+0.436683 0.0798199 0.277409
+0.466346 0.0865644 0.285801
+0.497826 0.0948348 0.295659
+0.530877 0.104814 0.306752
+0.565454 0.116915 0.319509
+0.601801 0.131258 0.334051
+0.640391 0.14818 0.35053
+0.68159 0.167926 0.369299
+0.725994 0.190311 0.390631
+0.773693 0.215015 0.414176
+0.825727 0.2421 0.439796
+0.882841 0.271504 0.466926
+0.933623 0.303059 0.494926
+0.957794 0.335653 0.523705
+0.983352 0.369512 0.554391
+0 0.0697642 0.218189
+0 0.0693675 0.218845
+0 0.0681621 0.220905
+0 0.0658885 0.224353
+0 0.062623 0.229023
+0 0.0612497 0.236744
+0 0.0600748 0.237446
+0.047013 0.0582742 0.237598
+0.0937209 0.0567941 0.237995
+0.139864 0.0555428 0.238605
+0.184329 0.0546883 0.239628
+0.224445 0.0542 0.241123
+0.261662 0.0559243 0.244251
+0.295857 0.0591135 0.248447
+0.327382 0.0626078 0.252918
+0.356115 0.0663615 0.258152
+0.382345 0.0704356 0.263569
+0.408438 0.0748608 0.269657
+0.436622 0.0805219 0.276722
+0.466438 0.0872816 0.284916
+0.497765 0.0956741 0.294392
+0.530922 0.105776 0.305257
+0.565576 0.117815 0.317968
+0.601862 0.132189 0.332326
+0.640482 0.149081 0.348714
+0.681651 0.168826 0.367376
+0.72604 0.19115 0.388678
+0.773724 0.215824 0.412207
+0.825788 0.242832 0.437888
+0.882887 0.272312 0.465095
+0.9337 0.303639 0.493095
+0.957824 0.336217 0.52195
+0.983337 0.370016 0.552773
+0 0.0844434 0.225696
+0 0.084062 0.226322
+0 0.0829328 0.228275
+0 0.0808728 0.231449
+0 0.0774395 0.235843
+0 0.0749523 0.242695
+0 0.0733654 0.250034
+0.0357519 0.0714122 0.249638
+0.0859388 0.069749 0.249577
+0.134554 0.0682231 0.249699
+0.181064 0.067155 0.250324
+0.223026 0.066392 0.251392
+0.260578 0.0658122 0.252689
+0.294972 0.0653697 0.254139
+0.326635 0.0650797 0.255619
+0.355444 0.0669871 0.25864
+0.381826 0.0711681 0.263569
+0.407996 0.0757305 0.269062
+0.436347 0.0814984 0.275685
+0.466255 0.0883345 0.283467
+0.497688 0.096788 0.292607
+0.530938 0.106905 0.303197
+0.565545 0.118959 0.315648
+0.602029 0.133349 0.330022
+0.640452 0.150301 0.346212
+0.681743 0.170031 0.364813
+0.726162 0.192233 0.386099
+0.773922 0.216724 0.409751
+0.825849 0.243793 0.435355
+0.882948 0.273106 0.462577
+0.933745 0.304448 0.490745
+0.957824 0.336919 0.519692
+0.983322 0.370611 0.550652
+0 0.103548 0.233585
+0 0.103182 0.234195
+0 0.102144 0.23592
+0 0.100359 0.238865
+0 0.0973831 0.242817
+0 0.0934157 0.248356
+0 0.0925154 0.257786
+0.0183566 0.0899214 0.263722
+0.0742046 0.0877852 0.262943
+0.126375 0.0859083 0.262531
+0.175998 0.0842756 0.262562
+0.220493 0.0830243 0.263127
+0.259861 0.0820783 0.264073
+0.295354 0.081239 0.265171
+0.327718 0.0805829 0.266209
+0.356161 0.0805829 0.267033
+0.382071 0.0803082 0.268315
+0.407752 0.0798657 0.269978
+0.435843 0.0826886 0.274159
+0.46598 0.0896162 0.281453
+0.497612 0.0980392 0.290166
+0.530892 0.108278 0.30042
+0.565545 0.120394 0.312642
+0.601968 0.134829 0.326848
+0.640452 0.151736 0.343038
+0.681834 0.171359 0.361669
+0.726238 0.193484 0.38291
+0.773983 0.217975 0.406577
+0.82594 0.244923 0.432212
+0.88304 0.274128 0.459495
+0.933806 0.305379 0.487724
+0.957855 0.337743 0.516823
+0.983307 0.371359 0.547997
+0 0.126085 0.241489
+0 0.125811 0.241993
+0 0.124956 0.24361
+0 0.123491 0.246311
+0 0.12105 0.249912
+0 0.117296 0.254795
+0 0.115572 0.262867
+0.0031281 0.11397 0.273121
+0.056199 0.110475 0.278096
+0.114076 0.108019 0.276936
+0.167971 0.105943 0.276371
+0.216434 0.104234 0.276341
+0.258198 0.102678 0.276814
+0.295583 0.101152 0.277317
+0.329168 0.0998398 0.277974
+0.357595 0.10013 0.277745
+0.383246 0.100145 0.278233
+0.408774 0.0999161 0.27924
+0.436194 0.0994278 0.280873
+0.46566 0.0986343 0.28304
+0.497337 0.0996414 0.286946
+0.530785 0.109895 0.29691
+0.565423 0.122057 0.308766
+0.601938 0.136522 0.322774
+0.640528 0.153429 0.338994
+0.681865 0.173083 0.357656
+0.726314 0.195087 0.378912
+0.77409 0.219425 0.402594
+0.825986 0.246265 0.428305
+0.883085 0.275425 0.455711
+0.933867 0.306508 0.484108
+0.957885 0.338781 0.513466
+0.983261 0.372244 0.544808
+0 0.151553 0.249699
+0 0.151369 0.250126
+0 0.150698 0.251575
+0 0.149462 0.253925
+0 0.147478 0.257206
+0 0.144518 0.261448
+0 0.141009 0.267475
+0 0.140887 0.27747
+0.0332952 0.13814 0.288762
+0.094728 0.134264 0.293004
+0.155306 0.131365 0.291402
+0.209644 0.128878 0.290639
+0.255131 0.126711 0.290486
+0.295109 0.124468 0.290547
+0.330709 0.12224 0.290639
+0.359594 0.122591 0.289311
+0.385016 0.122942 0.288731
+0.410422 0.123033 0.288991
+0.437491 0.122957 0.289967
+0.466865 0.122332 0.29163
+0.497749 0.121599 0.294057
+0.530541 0.120516 0.297261
+0.565255 0.124025 0.303914
+0.601755 0.138567 0.317739
+0.640604 0.155413 0.334096
+0.681819 0.175036 0.352697
+0.726345 0.196857 0.373938
+0.774136 0.221103 0.397757
+0.826139 0.247761 0.423774
+0.883131 0.276829 0.451225
+0.933928 0.307774 0.479789
+0.957916 0.33994 0.509407
+0.98323 0.373281 0.54107
+0 0.178637 0.258503
+0 0.1785 0.2589
+0 0.177996 0.260136
+0 0.17705 0.262089
+0 0.175631 0.264912
+0 0.173236 0.26865
+0 0.169787 0.273426
+0 0.169009 0.281758
+0.0249638 0.1682 0.29247
+0.0694438 0.16466 0.304997
+0.135592 0.160098 0.3084
+0.198428 0.156619 0.306554
+0.249882 0.153628 0.30547
+0.293858 0.150561 0.304936
+0.332128 0.147524 0.304356
+0.362463 0.147341 0.301839
+0.387945 0.148058 0.299931
+0.413306 0.14844 0.299275
+0.440269 0.148592 0.299519
+0.469169 0.148409 0.300572
+0.499489 0.147997 0.302495
+0.531563 0.14728 0.305333
+0.565637 0.146166 0.309087
+0.601633 0.144717 0.313832
+0.640513 0.157717 0.327916
+0.681682 0.177157 0.346685
+0.726329 0.198871 0.368017
+0.77409 0.223011 0.391974
+0.826276 0.249516 0.41825
+0.883192 0.278386 0.445914
+0.934005 0.30927 0.474739
+0.957946 0.341222 0.504677
+0.983261 0.37438 0.536751
+0 0.206058 0.267597
+0 0.205905 0.267918
+0 0.205524 0.268925
+0 0.204837 0.270588
+0 0.203662 0.272969
+0 0.20206 0.276143
+0 0.199512 0.28014
+0.00234989 0.196872 0.28571
+0.0227817 0.19762 0.295705
+0.0558175 0.19646 0.307286
+0.109285 0.192859 0.316258
+0.178531 0.189181 0.314977
+0.237629 0.185779 0.314763
+0.286732 0.182116 0.315068
+0.329412 0.17792 0.315572
+0.366293 0.173236 0.315618
+0.391791 0.174533 0.311803
+0.417227 0.175219 0.309804
+0.444022 0.175769 0.309194
+0.472694 0.175799 0.30956
+0.502602 0.175723 0.311055
+0.534127 0.175296 0.313558
+0.567452 0.174609 0.317021
+0.602762 0.173465 0.321584
+0.640604 0.172076 0.327245
+0.681651 0.179583 0.339544
+0.726207 0.20119 0.360922
+0.774227 0.225055 0.38526
+0.826261 0.251514 0.411719
+0.883391 0.280156 0.439841
+0.934218 0.310857 0.469062
+0.958068 0.342657 0.499382
+0.983368 0.375616 0.531868
+0 0.232944 0.277012
+0 0.232822 0.277226
+0 0.232502 0.278004
+0 0.231937 0.279316
+0 0.231113 0.281224
+0 0.229847 0.283711
+0.00273136 0.228031 0.286809
+0.00770581 0.225391 0.290898
+0.0215 0.225269 0.298528
+0.0488289 0.225727 0.308888
+0.0863355 0.224292 0.32166
+0.153674 0.221073 0.32079
+0.2206 0.218112 0.320012
+0.274434 0.21532 0.32018
+0.320531 0.211978 0.320958
+0.360494 0.208087 0.321691
+0.39382 0.203326 0.32224
+0.422034 0.202029 0.320256
+0.44892 0.20267 0.318547
+0.477378 0.203098 0.318181
+0.506874 0.203204 0.319142
+0.53782 0.203174 0.321279
+0.570535 0.202808 0.32459
+0.605005 0.202197 0.328984
+0.64184 0.201328 0.334524
+0.681956 0.200046 0.34136
+0.726116 0.203601 0.352575
+0.774105 0.22742 0.377157
+0.82623 0.25362 0.404044
+0.883375 0.282155 0.432578
+0.93434 0.312596 0.462303
+0.959564 0.345998 0.49514
+0.982742 0.382544 0.532219
+0.00128176 0.259922 0.286305
+0.00149538 0.2598 0.286503
+0.00215152 0.259495 0.287083
+0.00331121 0.259098 0.287999
+0.00497444 0.258396 0.289403
+0.00698863 0.257481 0.291341
+0.00991836 0.256107 0.293736
+0.0143435 0.254124 0.296803
+0.0221103 0.252064 0.301137
+0.0439918 0.253788 0.310323
+0.0745861 0.254246 0.321202
+0.12462 0.252384 0.325902
+0.19852 0.249531 0.324559
+0.2598 0.247288 0.324239
+0.309468 0.244907 0.324895
+0.352667 0.241733 0.326116
+0.388556 0.237964 0.32697
+0.422309 0.233173 0.327565
+0.454383 0.229496 0.326818
+0.482567 0.230106 0.325658
+0.511788 0.230518 0.326101
+0.54226 0.230701 0.327916
+0.574319 0.230671 0.330983
+0.608087 0.23035 0.335317
+0.644297 0.229847 0.340932
+0.683513 0.228977 0.347829
+0.726329 0.227802 0.355825
+0.773983 0.230015 0.367514
+0.828977 0.257313 0.396979
+0.891142 0.288258 0.429053
+0.939498 0.321324 0.462242
+0.96585 0.355596 0.496941
+0.981826 0.394308 0.537194
+0.0109712 0.28658 0.295811
+0.0111238 0.286519 0.295933
+0.0116121 0.286275 0.296345
+0.0124361 0.285939 0.296925
+0.0136568 0.28542 0.297856
+0.0154421 0.284672 0.299123
+0.0178531 0.283604 0.300649
+0.0209049 0.282292 0.302754
+0.0268864 0.280293 0.305425
+0.0411078 0.280644 0.31136
+0.0664225 0.282612 0.320562
+0.100435 0.282963 0.329412
+0.168994 0.280308 0.328252
+0.240345 0.278187 0.32726
+0.296025 0.276524 0.327352
+0.342397 0.274266 0.328679
+0.381964 0.271275 0.330175
+0.417517 0.267338 0.331197
+0.453452 0.262318 0.331655
+0.488426 0.257023 0.331579
+0.517418 0.257557 0.331579
+0.547372 0.258015 0.333181
+0.578805 0.258137 0.336172
+0.611841 0.258167 0.340475
+0.647242 0.258061 0.346181
+0.687144 0.258198 0.354086
+0.733013 0.258732 0.36463
+0.784588 0.258595 0.376608
+0.842496 0.267338 0.395773
+0.906828 0.298665 0.428977
+0.945373 0.331975 0.463325
+0.973739 0.366186 0.499123
+0.980453 0.407736 0.543328
+0.0211337 0.312886 0.305272
+0.0212558 0.31284 0.305333
+0.021622 0.312688 0.305531
+0.0222629 0.312413 0.305852
+0.0231937 0.311971 0.306371
+0.0244907 0.311467 0.307057
+0.0268864 0.310597 0.307912
+0.0298009 0.309621 0.309163
+0.033875 0.308217 0.310674
+0.0404669 0.306569 0.312673
+0.060441 0.309453 0.319982
+0.0854047 0.311833 0.328634
+0.136233 0.310704 0.330541
+0.21413 0.308278 0.329671
+0.279286 0.306661 0.329305
+0.32958 0.305486 0.329656
+0.372946 0.30338 0.331853
+0.410864 0.300221 0.333257
+0.448966 0.295949 0.334234
+0.4869 0.290425 0.334432
+0.522911 0.284672 0.334447
+0.552316 0.285191 0.336141
+0.583917 0.285985 0.339849
+0.61976 0.288075 0.347234
+0.658274 0.289952 0.355718
+0.700526 0.291539 0.365423
+0.746532 0.292302 0.376226
+0.798444 0.292271 0.388418
+0.858167 0.291371 0.402136
+0.924163 0.310552 0.42916
+0.952605 0.343908 0.465034
+0.983169 0.37789 0.502174
+0.978714 0.423072 0.550515
+0.0346227 0.33846 0.315251
+0.0347143 0.338399 0.315236
+0.0349889 0.338277 0.315282
+0.0354772 0.338064 0.315358
+0.0361944 0.337819 0.315496
+0.0373236 0.337331 0.315679
+0.0388342 0.336812 0.315938
+0.0410925 0.33611 0.316228
+0.0439918 0.335134 0.316686
+0.0475471 0.334066 0.317372
+0.0581674 0.334874 0.320424
+0.0776379 0.338293 0.326863
+0.111131 0.339864 0.331701
+0.179446 0.337728 0.331395
+0.255985 0.335882 0.331472
+0.315862 0.334615 0.331456
+0.360113 0.334142 0.332647
+0.401846 0.33164 0.334737
+0.442908 0.328252 0.335683
+0.482887 0.323796 0.336141
+0.524315 0.319982 0.338949
+0.563378 0.316533 0.341985
+0.596811 0.318853 0.348531
+0.632441 0.32108 0.356054
+0.671016 0.323095 0.364828
+0.713451 0.324773 0.374975
+0.760586 0.325948 0.386679
+0.814404 0.326604 0.400015
+0.876524 0.325887 0.414252
+0.935149 0.324071 0.429755
+0.961212 0.357534 0.467262
+0.982422 0.394232 0.509056
+0.976776 0.440558 0.559487
+0.0452583 0.363455 0.32668
+0.0453651 0.363439 0.32665
+0.045716 0.363317 0.326513
+0.0463417 0.363165 0.326345
+0.0470588 0.362905 0.326101
+0.0481422 0.362692 0.325811
+0.0496223 0.362173 0.325444
+0.0516823 0.361639 0.324987
+0.0543069 0.360937 0.324422
+0.0572671 0.360143 0.323766
+0.0608377 0.359091 0.322972
+0.0759594 0.362539 0.326741
+0.093019 0.366598 0.330983
+0.143587 0.366079 0.332235
+0.224598 0.364096 0.332418
+0.294835 0.362615 0.333684
+0.349874 0.361349 0.336248
+0.392844 0.363439 0.339956
+0.438849 0.363394 0.342626
+0.48426 0.361913 0.345342
+0.527977 0.358984 0.347616
+0.570764 0.354345 0.349874
+0.609339 0.351843 0.354543
+0.644877 0.35407 0.362982
+0.683406 0.3561 0.372519
+0.725841 0.357763 0.383322
+0.773312 0.359228 0.395682
+0.827893 0.35996 0.409537
+0.892927 0.360037 0.424964
+0.942107 0.358633 0.441566
+0.972259 0.372534 0.470054
+0.980499 0.41326 0.517433
+0.974502 0.460945 0.569741
+0.0534676 0.389639 0.339162
+0.0536202 0.389624 0.339101
+0.0540627 0.389593 0.338903
+0.0548257 0.389441 0.338582
+0.0558633 0.38912 0.338079
+0.0572213 0.388876 0.337453
+0.0588235 0.388525 0.336629
+0.0609598 0.388113 0.335546
+0.0635538 0.387518 0.334218
+0.0664988 0.386954 0.33254
+0.0704356 0.386191 0.330373
+0.078706 0.386847 0.329198
+0.0956893 0.390829 0.330938
+0.117021 0.394583 0.331945
+0.181491 0.393011 0.332708
+0.264866 0.391485 0.333883
+0.328939 0.390494 0.335943
+0.38851 0.395865 0.333211
+0.430076 0.392218 0.343587
+0.483177 0.396704 0.350088
+0.534508 0.398672 0.355962
+0.579599 0.394385 0.357382
+0.621271 0.385748 0.356146
+0.656886 0.383627 0.362707
+0.693538 0.38407 0.372168
+0.734203 0.384543 0.382742
+0.780011 0.384909 0.394675
+0.832609 0.38497 0.408179
+0.895659 0.384482 0.42327
+0.942535 0.38265 0.439658
+0.972519 0.378347 0.45658
+0.980835 0.415045 0.503777
+0.974655 0.462562 0.558145
+0.0638132 0.418128 0.353185
+0.0639506 0.418082 0.353079
+0.0643778 0.418036 0.352773
+0.065095 0.417868 0.352255
+0.0660716 0.417731 0.351568
+0.067216 0.417578 0.350652
+0.0690776 0.417258 0.349432
+0.0714122 0.416815 0.34789
+0.0742046 0.416434 0.345937
+0.0773175 0.415976 0.343481
+0.081178 0.415351 0.340383
+0.0854353 0.414725 0.336355
+0.0982834 0.416892 0.334722
+0.116014 0.420981 0.333822
+0.144503 0.424002 0.331655
+0.221439 0.422446 0.332692
+0.297688 0.421576 0.334691
+0.351675 0.434607 0.32491
+0.429511 0.43331 0.326863
+0.464454 0.420401 0.341253
+0.518898 0.423316 0.347341
+0.570352 0.426123 0.353307
+0.61857 0.42388 0.356298
+0.660334 0.422797 0.364706
+0.701244 0.422065 0.375067
+0.742565 0.419165 0.383963
+0.78764 0.417639 0.3953
+0.837964 0.41735 0.409247
+0.897749 0.416968 0.424628
+0.942214 0.415396 0.441184
+0.971679 0.411521 0.458091
+0.980972 0.41799 0.486488
+0.974899 0.465156 0.543954
+0.0756695 0.448981 0.368627
+0.0758068 0.448966 0.368536
+0.0762646 0.44892 0.368185
+0.0770428 0.448829 0.367575
+0.0782025 0.448737 0.366674
+0.0796826 0.448463 0.365515
+0.0815595 0.448203 0.364019
+0.0838026 0.447944 0.362142
+0.0862898 0.447593 0.359854
+0.0895094 0.447166 0.356909
+0.0931868 0.446723 0.353216
+0.0972305 0.44622 0.348577
+0.102159 0.445624 0.342397
+0.118471 0.449073 0.339956
+0.136645 0.453239 0.335683
+0.1673 0.456046 0.330892
+0.252781 0.454994 0.332341
+0.322072 0.461479 0.32842
+0.390921 0.476219 0.316884
+0.471778 0.474296 0.318059
+0.49836 0.450492 0.337896
+0.551995 0.453864 0.343664
+0.60415 0.45481 0.34876
+0.650797 0.456214 0.359701
+0.694179 0.45774 0.37319
+0.739132 0.457755 0.385748
+0.786709 0.456886 0.398169
+0.838743 0.45507 0.410986
+0.898238 0.452689 0.425269
+0.94107 0.451194 0.442298
+0.97052 0.447501 0.45951
+0.978241 0.448341 0.48397
+0.975021 0.46833 0.525292
+0.0898909 0.482292 0.386145
+0.0900282 0.482368 0.386023
+0.090486 0.482277 0.385595
+0.091249 0.482124 0.384924
+0.0923476 0.482033 0.383886
+0.0937667 0.481849 0.382528
+0.0953231 0.481788 0.380835
+0.0974441 0.481498 0.378637
+0.100008 0.481224 0.375921
+0.102846 0.48098 0.372686
+0.106294 0.480552 0.368612
+0.110353 0.480201 0.363607
+0.114748 0.479759 0.357305
+0.120623 0.479591 0.349462
+0.138735 0.483482 0.345235
+0.157214 0.487633 0.33753
+0.192523 0.490623 0.329107
+0.282078 0.489998 0.33106
+0.33106 0.521187 0.304021
+0.432746 0.520912 0.306035
+0.512856 0.518395 0.30631
+0.538613 0.492119 0.328527
+0.583352 0.486137 0.338598
+0.635126 0.489311 0.351583
+0.68423 0.493721 0.371298
+0.730953 0.496132 0.387213
+0.778775 0.497276 0.402167
+0.829679 0.497414 0.417075
+0.886687 0.496529 0.432639
+0.93756 0.492851 0.446784
+0.968658 0.486458 0.461051
+0.974105 0.488273 0.486305
+0.972854 0.491371 0.515496
+0.105196 0.518151 0.405509
+0.105364 0.518105 0.405371
+0.105791 0.518074 0.404944
+0.106554 0.517983 0.404166
+0.107652 0.517937 0.403037
+0.10901 0.517723 0.401541
+0.110765 0.517601 0.39968
+0.112642 0.51751 0.397406
+0.115099 0.517281 0.394522
+0.117983 0.516884 0.391058
+0.12108 0.516716 0.386862
+0.124926 0.516365 0.381643
+0.129244 0.516014 0.375189
+0.133989 0.515618 0.367178
+0.14107 0.515923 0.357748
+0.159228 0.519661 0.351171
+0.178195 0.523796 0.340612
+0.212482 0.527642 0.32578
+0.28011 0.55198 0.304723
+0.373068 0.56994 0.289754
+0.475731 0.568719 0.292897
+0.554314 0.565423 0.296696
+0.578286 0.535363 0.319326
+0.613809 0.52076 0.339986
+0.663935 0.526802 0.364645
+0.714717 0.532692 0.387076
+0.767132 0.538445 0.409094
+0.81767 0.541329 0.427283
+0.871824 0.543008 0.445335
+0.930159 0.541451 0.460624
+0.963165 0.535286 0.472847
+0.968307 0.532982 0.492287
+0.967453 0.534493 0.518883
+0.122484 0.556298 0.426932
+0.122606 0.556252 0.426749
+0.123018 0.556207 0.426276
+0.123781 0.556115 0.425498
+0.124773 0.556054 0.424308
+0.126131 0.555901 0.422766
+0.127779 0.555779 0.420798
+0.129686 0.555642 0.418433
+0.131884 0.555444 0.415518
+0.13463 0.555322 0.411978
+0.137819 0.555001 0.407645
+0.141222 0.554833 0.402518
+0.145296 0.554513 0.39617
+0.149645 0.554269 0.388464
+0.154818 0.553872 0.378775
+0.161578 0.55404 0.367254
+0.179339 0.557824 0.358801
+0.198718 0.562081 0.345098
+0.2365 0.579843 0.320134
+0.304692 0.611093 0.305379
+0.426993 0.610956 0.312016
+0.519188 0.609384 0.320943
+0.591241 0.607858 0.333242
+0.615534 0.580636 0.344518
+0.642649 0.55877 0.358389
+0.692607 0.56585 0.385382
+0.743526 0.573678 0.411322
+0.796567 0.581491 0.436667
+0.855009 0.588952 0.462226
+0.915679 0.590723 0.480186
+0.95729 0.586542 0.492317
+0.962142 0.585321 0.510124
+0.961822 0.584344 0.53106
+0.14168 0.59649 0.450233
+0.141802 0.596445 0.450095
+0.142214 0.596475 0.449577
+0.142885 0.596414 0.448753
+0.143893 0.596338 0.447562
+0.145159 0.596216 0.446006
+0.146685 0.596201 0.444022
+0.148409 0.596063 0.441672
+0.150637 0.595926 0.438727
+0.153246 0.595789 0.435187
+0.155978 0.595575 0.431022
+0.159304 0.595453 0.426001
+0.162982 0.595209 0.419959
+0.166918 0.594965 0.412757
+0.171496 0.594629 0.403876
+0.176379 0.594553 0.392981
+0.181918 0.594293 0.379202
+0.200244 0.598047 0.368322
+0.224384 0.608454 0.351446
+0.265339 0.639735 0.328878
+0.372747 0.654047 0.330907
+0.482399 0.652277 0.347143
+0.564874 0.65127 0.364675
+0.630198 0.651652 0.382788
+0.653437 0.627222 0.386603
+0.679805 0.607294 0.393927
+0.721202 0.606165 0.415457
+0.772427 0.615991 0.443656
+0.82855 0.625467 0.470603
+0.893263 0.63331 0.494728
+0.950881 0.635081 0.512184
+0.959075 0.636545 0.531411
+0.958984 0.636439 0.550835
+0.162783 0.639384 0.475685
+0.162905 0.639384 0.475456
+0.163272 0.639368 0.474983
+0.163928 0.639292 0.474144
+0.164706 0.639292 0.472999
+0.165805 0.639231 0.471473
+0.167254 0.639185 0.469551
+0.168994 0.639048 0.46714
+0.171023 0.638865 0.46424
+0.17322 0.638804 0.460838
+0.175814 0.638682 0.45684
+0.178805 0.638529 0.452018
+0.181979 0.638315 0.446433
+0.185748 0.638193 0.439689
+0.189837 0.63798 0.431708
+0.194263 0.637781 0.422034
+0.199329 0.637613 0.410269
+0.205264 0.637461 0.394522
+0.222873 0.640726 0.379461
+0.253193 0.670268 0.366308
+0.302861 0.699641 0.350805
+0.44126 0.695308 0.370367
+0.541314 0.694148 0.396979
+0.611933 0.695674 0.417227
+0.672236 0.698589 0.434546
+0.694392 0.676234 0.435996
+0.719524 0.657801 0.440375
+0.75198 0.647959 0.451057
+0.806973 0.659266 0.478447
+0.870161 0.67013 0.503487
+0.937758 0.675044 0.522057
+0.959792 0.678386 0.54107
+0.960098 0.684001 0.565652
+0.190127 0.68394 0.503487
+0.190188 0.683879 0.503349
+0.190585 0.683909 0.502876
+0.191089 0.683833 0.502052
+0.191913 0.683818 0.500938
+0.19295 0.683742 0.499367
+0.194308 0.683711 0.497475
+0.195819 0.683665 0.495201
+0.197696 0.683558 0.492424
+0.199664 0.683513 0.489219
+0.20209 0.683482 0.485374
+0.204776 0.68333 0.480934
+0.207584 0.683268 0.4757
+0.210834 0.683177 0.469627
+0.214389 0.683101 0.462425
+0.218067 0.683009 0.453956
+0.222263 0.682872 0.443824
+0.226841 0.682841 0.430838
+0.232471 0.682811 0.412512
+0.253773 0.703273 0.400778
+0.298894 0.730556 0.39472
+0.392706 0.740566 0.391318
+0.515846 0.736461 0.423224
+0.596811 0.740215 0.448157
+0.658763 0.745434 0.463951
+0.717464 0.750362 0.479057
+0.74052 0.728908 0.479759
+0.766308 0.711192 0.483452
+0.794476 0.69604 0.488594
+0.850248 0.703609 0.50988
+0.919539 0.71281 0.53135
+0.961517 0.716869 0.548852
+0.96202 0.724636 0.572946
+0.23682 0.727352 0.533715
+0.237003 0.727382 0.533532
+0.237293 0.727382 0.533074
+0.237705 0.727291 0.532341
+0.238483 0.727337 0.531228
+0.239246 0.727306 0.529809
+0.24007 0.727275 0.528099
+0.241367 0.727337 0.525994
+0.242649 0.72723 0.523461
+0.244358 0.72726 0.520485
+0.246021 0.727214 0.516945
+0.248081 0.72726 0.512947
+0.250202 0.727291 0.508278
+0.252613 0.727214 0.502846
+0.255375 0.72723 0.496559
+0.257969 0.72726 0.489311
+0.261112 0.727291 0.48072
+0.264576 0.727306 0.469932
+0.268482 0.727413 0.455329
+0.286717 0.739498 0.4448
+0.323751 0.763088 0.442176
+0.378882 0.783673 0.440024
+0.485405 0.780743 0.446265
+0.578637 0.785763 0.473579
+0.646326 0.793912 0.492393
+0.706691 0.800885 0.50782
+0.766644 0.807111 0.522774
+0.792126 0.785885 0.522301
+0.820233 0.768124 0.524727
+0.851835 0.753063 0.528923
+0.899519 0.748974 0.540688
+0.954147 0.75581 0.558679
+0.964462 0.764309 0.58085
+0.306645 0.767865 0.567742
+0.306584 0.767865 0.567605
+0.306813 0.767819 0.567193
+0.307271 0.767849 0.566506
+0.3075 0.767895 0.565545
+0.308278 0.767895 0.564294
+0.309071 0.767895 0.562753
+0.309987 0.767895 0.560891
+0.310933 0.767926 0.558587
+0.312123 0.767926 0.555993
+0.313298 0.767941 0.552956
+0.314931 0.768017 0.549462
+0.316442 0.768063 0.545373
+0.31809 0.768139 0.540734
+0.319921 0.768154 0.535424
+0.32195 0.768292 0.529335
+0.3243 0.768307 0.522316
+0.326711 0.768414 0.513558
+0.329183 0.768658 0.502052
+0.342947 0.774548 0.492424
+0.387152 0.795468 0.497993
+0.432837 0.817517 0.504143
+0.464881 0.826673 0.48275
+0.55523 0.833463 0.496574
+0.631495 0.844419 0.518883
+0.695659 0.854139 0.536049
+0.757031 0.862409 0.551171
+0.820478 0.869734 0.566812
+0.849744 0.848081 0.564721
+0.882795 0.829923 0.566125
+0.918349 0.813016 0.568276
+0.945235 0.796139 0.570138
+0.966918 0.803601 0.589334
+0.390967 0.807279 0.606455
+0.391028 0.807279 0.606348
+0.391272 0.807309 0.605997
+0.39144 0.807279 0.605386
+0.391821 0.807279 0.604562
+0.392187 0.807263 0.60351
+0.392828 0.807324 0.602197
+0.393408 0.807324 0.600549
+0.394125 0.807324 0.598627
+0.394934 0.807355 0.596353
+0.396078 0.807355 0.59379
+0.397208 0.807309 0.590814
+0.398459 0.80734 0.587427
+0.399573 0.807355 0.583597
+0.400992 0.807431 0.579309
+0.402411 0.807477 0.574365
+0.404135 0.807523 0.56878
+0.405829 0.807523 0.561852
+0.407813 0.807645 0.552987
+0.412055 0.808789 0.542168
+0.451698 0.831144 0.552316
+0.48719 0.857404 0.561654
+0.51519 0.884627 0.564752
+0.529397 0.885679 0.524025
+0.611002 0.898482 0.543404
+0.681117 0.911894 0.563088
+0.746212 0.922545 0.580377
+0.811337 0.93167 0.597208
+0.88098 0.940063 0.614343
+0.915679 0.91722 0.610758
+0.942779 0.89482 0.607752
+0.963027 0.874662 0.606485
+0.970474 0.858183 0.609339
+0.458213 0.855436 0.649409
+0.458259 0.855467 0.649287
+0.458457 0.855467 0.648997
+0.458671 0.855482 0.648447
+0.458915 0.855421 0.647654
+0.459464 0.855344 0.646708
+0.460044 0.855375 0.645502
+0.460731 0.85536 0.644099
+0.461524 0.855253 0.642405
+0.46244 0.855192 0.640436
+0.463371 0.855222 0.638224
+0.464317 0.855146 0.635676
+0.465568 0.855039 0.632776
+0.466835 0.854978 0.62948
+0.468315 0.854887 0.625818
+0.469886 0.854826 0.621729
+0.471366 0.854765 0.617105
+0.473136 0.854658 0.611551
+0.475349 0.854566 0.604486
+0.477867 0.854383 0.59527
+0.501381 0.878126 0.603296
+0.523857 0.907698 0.612222
+0.53872 0.936706 0.615274
+0.550744 0.946838 0.596201
+0.571145 0.949783 0.557031
+0.65153 0.959899 0.579477
+0.722286 0.965499 0.599268
+0.790173 0.969924 0.617121
+0.859678 0.973709 0.634653
+0.935836 0.977005 0.651438
+0.956512 0.967361 0.647898
+0.975845 0.959091 0.647898
+0.976242 0.94667 0.652247
+0.50161 0.913771 0.691691
+0.501656 0.913802 0.691585
+0.501778 0.913802 0.691279
+0.502007 0.913756 0.690791
+0.502342 0.913741 0.69012
+0.502724 0.913741 0.689219
+0.503136 0.91371 0.688151
+0.5037 0.913695 0.686885
+0.504433 0.913603 0.685313
+0.505241 0.913573 0.683558
+0.506157 0.913512 0.681544
+0.507164 0.913436 0.679194
+0.508263 0.913329 0.676646
+0.509483 0.913237 0.673732
+0.510719 0.913222 0.670497
+0.512032 0.913054 0.666911
+0.513527 0.912917 0.662867
+0.515267 0.912871 0.658137
+0.517327 0.912718 0.65211
+0.519677 0.912535 0.64448
+0.528603 0.928985 0.644923
+0.542275 0.957214 0.651286
+0.55668 0.97084 0.657191
+0.57113 0.982467 0.656168
+0.583307 0.982879 0.627344
+0.610208 0.984756 0.592218
+0.689784 0.991714 0.614786
+0.763394 0.997345 0.635233
+0.835187 1 0.653346
+0.912581 1 0.671504
+0.965164 1 0.684153
+0.972747 0.996353 0.68101
+0.973449 0.98761 0.682109
+0.525277 0.963348 0.725628
+0.525322 0.963348 0.725521
+0.525444 0.963333 0.725261
+0.525658 0.963333 0.724819
+0.525948 0.963302 0.724163
+0.526299 0.963287 0.723308
+0.526757 0.963272 0.722286
+0.527214 0.963287 0.721096
+0.527733 0.963287 0.719692
+0.528466 0.963256 0.718044
+0.529274 0.963226 0.716167
+0.530144 0.963195 0.714046
+0.531106 0.963149 0.711666
+0.532174 0.963104 0.709041
+0.533303 0.963058 0.706081
+0.534554 0.963012 0.702876
+0.535698 0.963012 0.699306
+0.537194 0.962951 0.695109
+0.538994 0.96286 0.689845
+0.541161 0.962783 0.683238
+0.54757 0.967773 0.681743
+0.56112 0.981994 0.690471
+0.575021 0.998413 0.698558
+0.596323 0.999161 0.712596
+0.608423 0.999954 0.697673
+0.62211 1 0.667063
+0.652796 1 0.633814
+0.734371 1 0.656825
+0.811872 1 0.677638
+0.890944 1 0.696559
+0.955032 1 0.711696
+0.970703 1 0.72578
+0.970611 1 0.71928
+0.549004 0.992935 0.761578
+0.54905 0.992935 0.761501
+0.549157 0.99292 0.761242
+0.549325 0.99292 0.76083
+0.549599 0.992905 0.76022
+0.549935 0.992889 0.759426
+0.550347 0.992874 0.758495
+0.550805 0.992859 0.757336
+0.551339 0.992828 0.756008
+0.551827 0.992828 0.754498
+0.552514 0.992828 0.752804
+0.553277 0.992782 0.750835
+0.554131 0.992752 0.748638
+0.555077 0.992706 0.746258
+0.5561 0.99266 0.743572
+0.557168 0.992599 0.740642
+0.558328 0.992554 0.737392
+0.559533 0.992523 0.733684
+0.561044 0.992477 0.729076
+0.562921 0.992386 0.723293
+0.567056 0.995392 0.719417
+0.584192 0.998947 0.734371
+0.603403 0.999252 0.750896
+0.624445 0.999817 0.768307
+0.643565 1 0.773312
+0.65449 1 0.750881
+0.66772 1 0.717601
+0.703105 1 0.685603
+0.787854 1 0.7084
+0.870726 1 0.728557
+0.946136 1 0.744717
+0.97113 1 0.75816
+0.971344 1 0.774548
+0 0.0510567 0.224598
+0 0.0507515 0.225483
+0 0.0497902 0.228107
+0 0.0480964 0.232242
+0 0.0470588 0.234943
+0 0.0469978 0.237491
+0.0230259 0.0463569 0.239521
+0.0660868 0.0463111 0.242054
+0.108919 0.0467842 0.244831
+0.15172 0.0478218 0.24802
+0.193393 0.049485 0.251911
+0.231098 0.0517586 0.256138
+0.265736 0.0546578 0.260731
+0.298009 0.0582132 0.265736
+0.327718 0.0622568 0.270848
+0.355688 0.0661784 0.276829
+0.381552 0.0701915 0.283085
+0.407477 0.0745251 0.289921
+0.435615 0.0800488 0.297566
+0.465324 0.0867018 0.306035
+0.496986 0.0949111 0.315908
+0.530144 0.104982 0.326848
+0.564752 0.117006 0.339193
+0.601083 0.13135 0.353201
+0.639857 0.148272 0.369284
+0.681132 0.167971 0.387564
+0.725582 0.190295 0.408179
+0.773281 0.215045 0.4309
+0.825254 0.242176 0.455741
+0.882521 0.271565 0.481956
+0.933516 0.30309 0.509056
+0.957595 0.335683 0.536904
+0.983124 0.369528 0.566613
+0 0.0514534 0.225299
+0 0.0511482 0.226139
+0 0.0501869 0.228717
+0 0.0484627 0.232792
+0 0.0472725 0.235996
+0 0.0472572 0.238529
+0.020676 0.0466011 0.240467
+0.0643168 0.0465248 0.242817
+0.107561 0.0469673 0.245563
+0.150668 0.0479896 0.248631
+0.192706 0.0496071 0.25243
+0.230686 0.0518654 0.25655
+0.265354 0.0547799 0.261082
+0.297795 0.0582742 0.266056
+0.327611 0.0623484 0.271107
+0.355657 0.0662852 0.277012
+0.381506 0.0702678 0.283207
+0.407477 0.0746319 0.289982
+0.435584 0.0801556 0.297536
+0.46537 0.0868086 0.30602
+0.497002 0.0950027 0.315801
+0.530144 0.105074 0.326726
+0.564782 0.117144 0.33901
+0.601144 0.131533 0.353048
+0.639857 0.148348 0.36907
+0.681147 0.168109 0.38735
+0.725551 0.190463 0.407919
+0.773281 0.215137 0.430625
+0.825254 0.242222 0.455467
+0.882521 0.271702 0.481727
+0.933547 0.303151 0.508827
+0.957595 0.33579 0.536675
+0.983124 0.369604 0.566384
+0 0.054139 0.228229
+0 0.0537728 0.228992
+0 0.0525673 0.23125
+0 0.0504158 0.234913
+0 0.0479438 0.239109
+0 0.0479896 0.241505
+0.0131228 0.0474556 0.243275
+0.058732 0.0472267 0.245228
+0.103227 0.0475471 0.247593
+0.147433 0.0484627 0.250401
+0.190417 0.0500191 0.253895
+0.228977 0.0522621 0.257847
+0.264317 0.0551156 0.26215
+0.2972 0.0585641 0.266926
+0.327352 0.062501 0.271809
+0.355535 0.0664378 0.277455
+0.381415 0.0704967 0.283467
+0.407462 0.0748608 0.290028
+0.435554 0.0804456 0.297459
+0.465354 0.0871443 0.305867
+0.497002 0.0953994 0.315404
+0.530129 0.105455 0.326268
+0.564874 0.117479 0.338537
+0.601175 0.131884 0.352407
+0.639902 0.148806 0.368444
+0.681193 0.16849 0.386633
+0.725597 0.190829 0.407248
+0.773266 0.215488 0.429908
+0.825345 0.242496 0.45478
+0.882567 0.271931 0.480995
+0.933577 0.303426 0.508095
+0.95761 0.336019 0.535973
+0.983108 0.369818 0.565774
+0 0.0606546 0.233768
+0 0.0602731 0.234531
+0 0.0589914 0.236667
+0 0.0567788 0.240192
+0 0.0536507 0.244648
+0 0.0529793 0.248661
+0.00344854 0.0515908 0.249516
+0.0497292 0.049836 0.249989
+0.095079 0.0486305 0.250904
+0.141436 0.0493629 0.253269
+0.185962 0.050782 0.256336
+0.226001 0.0528725 0.259876
+0.262409 0.0557259 0.26392
+0.295964 0.0589914 0.268284
+0.326772 0.0627909 0.272877
+0.355169 0.066804 0.278187
+0.381231 0.0708629 0.283894
+0.407279 0.0752728 0.290135
+0.435447 0.0809339 0.297292
+0.4654 0.0876631 0.30547
+0.497032 0.0959487 0.314778
+0.530144 0.106065 0.325475
+0.564981 0.11809 0.337682
+0.601267 0.132494 0.351476
+0.639933 0.149401 0.367315
+0.681224 0.169162 0.385443
+0.725658 0.191394 0.405997
+0.773312 0.216007 0.428656
+0.825391 0.243 0.453529
+0.882582 0.272435 0.479774
+0.933608 0.303838 0.506874
+0.957626 0.33637 0.534798
+0.983093 0.370169 0.56466
+0 0.0710002 0.240558
+0 0.0705882 0.24123
+0 0.069398 0.243107
+0 0.067155 0.246403
+0 0.0637522 0.250889
+0 0.061738 0.258091
+0 0.0606394 0.259632
+0.0415656 0.058793 0.259693
+0.0888838 0.0572824 0.260044
+0.135485 0.0560159 0.260685
+0.180591 0.0551156 0.261646
+0.221515 0.054551 0.262959
+0.259297 0.0565805 0.266255
+0.293996 0.059678 0.270146
+0.325628 0.0632334 0.274388
+0.354589 0.0672618 0.279164
+0.380972 0.0713512 0.284443
+0.406973 0.0759136 0.290211
+0.435294 0.0816205 0.296956
+0.465309 0.088426 0.304814
+0.496925 0.096788 0.313832
+0.530175 0.106889 0.3243
+0.564981 0.11899 0.336355
+0.601343 0.133364 0.349966
+0.639979 0.150256 0.365682
+0.681208 0.170031 0.383749
+0.725734 0.192218 0.404257
+0.77351 0.216739 0.426993
+0.825483 0.243778 0.451743
+0.882658 0.27306 0.477989
+0.933639 0.304433 0.505135
+0.957626 0.33695 0.533135
+0.983078 0.370642 0.563119
+0 0.0857862 0.247837
+0 0.0854353 0.248402
+0 0.0843061 0.250248
+0 0.0822461 0.253422
+0 0.0788434 0.257679
+0 0.0755627 0.263767
+0 0.0740368 0.271824
+0.0289464 0.0721447 0.271489
+0.0801251 0.0704204 0.271382
+0.129122 0.068925 0.27155
+0.176455 0.0677806 0.272038
+0.219211 0.0669566 0.273045
+0.257343 0.066392 0.274372
+0.292348 0.0659037 0.275776
+0.324361 0.0655833 0.277272
+0.353582 0.0678264 0.280308
+0.380423 0.0719463 0.284947
+0.4065 0.0767224 0.29015
+0.434958 0.082536 0.296452
+0.464988 0.0894484 0.303853
+0.496818 0.0978408 0.312566
+0.530129 0.107988 0.322698
+0.56492 0.120104 0.334493
+0.601343 0.134569 0.347951
+0.639994 0.151476 0.363546
+0.681346 0.171084 0.381521
+0.725826 0.193286 0.402029
+0.773587 0.217777 0.42472
+0.825513 0.244678 0.449439
+0.882689 0.273915 0.475685
+0.933684 0.30518 0.502892
+0.957656 0.337636 0.530968
+0.983047 0.371237 0.56109
+0 0.105058 0.25539
+0 0.104692 0.256001
+0 0.103655 0.257755
+0 0.101778 0.260746
+0 0.0988022 0.264591
+0 0.0942855 0.269688
+0 0.0932326 0.278492
+0.0114443 0.0907912 0.285237
+0.0675517 0.0886702 0.284382
+0.120012 0.0868086 0.284031
+0.170108 0.0851759 0.284047
+0.21529 0.0839857 0.284627
+0.255253 0.0829938 0.285527
+0.291447 0.0822003 0.286625
+0.324468 0.0814221 0.28777
+0.353948 0.0809491 0.288869
+0.380163 0.0807813 0.289982
+0.40621 0.0803388 0.291478
+0.434394 0.0836042 0.295598
+0.464668 0.0907149 0.302495
+0.496513 0.0990616 0.310704
+0.529992 0.109361 0.3205
+0.564904 0.121477 0.332006
+0.601328 0.135973 0.345281
+0.639994 0.152911 0.360723
+0.681437 0.172488 0.378744
+0.725948 0.194537 0.399145
+0.773663 0.219028 0.42179
+0.825589 0.245853 0.446464
+0.882734 0.274998 0.472816
+0.93373 0.306127 0.500084
+0.957671 0.33846 0.528298
+0.983017 0.371969 0.558541
+0 0.127687 0.263096
+0 0.127398 0.263615
+0 0.126543 0.265263
+0 0.125017 0.26804
+0 0.122545 0.271611
+0 0.118715 0.276417
+0 0.116228 0.283742
+0 0.114733 0.293553
+0.0486305 0.111421 0.299123
+0.106462 0.109102 0.2981
+0.16051 0.107027 0.297536
+0.21001 0.105394 0.29752
+0.252369 0.103975 0.298039
+0.290272 0.102678 0.298741
+0.324514 0.101366 0.299428
+0.354894 0.100389 0.300069
+0.38088 0.100496 0.300237
+0.406668 0.100374 0.30106
+0.434394 0.0999466 0.302495
+0.464378 0.0991531 0.304433
+0.496178 0.100649 0.308248
+0.529793 0.110903 0.317754
+0.564645 0.123156 0.328862
+0.601236 0.137652 0.341955
+0.639979 0.154528 0.357183
+0.681407 0.174105 0.375113
+0.725948 0.196094 0.395514
+0.773693 0.220417 0.418158
+0.825666 0.24715 0.442939
+0.88278 0.276219 0.469291
+0.933791 0.307271 0.496681
+0.957702 0.339452 0.525063
+0.983001 0.372869 0.55552
+0 0.153079 0.270909
+0 0.152865 0.271443
+0 0.15227 0.272938
+0 0.150988 0.27541
+0 0.148974 0.278782
+0 0.145953 0.283009
+0 0.141588 0.288518
+0 0.141482 0.298039
+0.0295109 0.139025 0.308644
+0.0869612 0.135271 0.313634
+0.14699 0.132631 0.312169
+0.20174 0.130266 0.311421
+0.247913 0.128298 0.311421
+0.28838 0.126421 0.311696
+0.324468 0.124437 0.311925
+0.35639 0.122591 0.312291
+0.382208 0.123064 0.311299
+0.407889 0.123308 0.311223
+0.435508 0.123201 0.31191
+0.464897 0.122835 0.313313
+0.496239 0.122148 0.315496
+0.529381 0.12108 0.318425
+0.564462 0.124987 0.32491
+0.601007 0.13962 0.337819
+0.640024 0.156497 0.353033
+0.681346 0.176059 0.370687
+0.725917 0.197772 0.391028
+0.773709 0.22208 0.413779
+0.825864 0.248615 0.438743
+0.882856 0.277638 0.46508
+0.933837 0.308553 0.492607
+0.957717 0.340566 0.521202
+0.982956 0.373846 0.551965
+0 0.180194 0.279408
+0 0.180056 0.279835
+0 0.179492 0.281132
+0 0.178561 0.283284
+0 0.177066 0.286336
+0 0.17467 0.290059
+0 0.171084 0.294881
+0 0.169482 0.302571
+0.0238804 0.168719 0.312703
+0.0648051 0.165515 0.324315
+0.126787 0.161257 0.328435
+0.189197 0.158129 0.326818
+0.241184 0.15552 0.32607
+0.285374 0.152926 0.325597
+0.324102 0.150256 0.32546
+0.358206 0.147631 0.325231
+0.384421 0.147951 0.323308
+0.410224 0.148486 0.322103
+0.43772 0.148791 0.32195
+0.466865 0.14873 0.322698
+0.497642 0.148379 0.324361
+0.530053 0.147738 0.326772
+0.564508 0.146792 0.33022
+0.600885 0.145403 0.334508
+0.639918 0.158633 0.347723
+0.681178 0.178195 0.365332
+0.725826 0.199832 0.385687
+0.77377 0.223896 0.408591
+0.825833 0.250416 0.433646
+0.883024 0.279149 0.460288
+0.933913 0.310018 0.487877
+0.957748 0.341894 0.516732
+0.983078 0.374945 0.547906
+0 0.20737 0.287953
+0 0.207263 0.288319
+0 0.206897 0.289403
+0 0.206241 0.291279
+0 0.205066 0.293873
+0 0.203281 0.29723
+0 0.200763 0.301411
+0.00187686 0.197406 0.30663
+0.0220951 0.19791 0.316396
+0.0545663 0.196658 0.32723
+0.10045 0.193011 0.340291
+0.168597 0.188861 0.340551
+0.229511 0.185306 0.340032
+0.280049 0.181552 0.340307
+0.322942 0.177981 0.339788
+0.360052 0.174411 0.339101
+0.387686 0.17409 0.336156
+0.413581 0.175067 0.333486
+0.441047 0.175708 0.332219
+0.469963 0.176059 0.332204
+0.500374 0.176043 0.333272
+0.532326 0.175677 0.335363
+0.566094 0.175021 0.338384
+0.601724 0.174014 0.342443
+0.639857 0.172686 0.347585
+0.681132 0.180529 0.359014
+0.725841 0.20206 0.379431
+0.773831 0.225986 0.402487
+0.825849 0.252277 0.427619
+0.883055 0.280949 0.454505
+0.934157 0.311574 0.482567
+0.957946 0.343282 0.511742
+0.983063 0.376226 0.543145
+0 0.234348 0.296696
+0 0.234211 0.297002
+0 0.233936 0.297902
+0 0.233371 0.299382
+0 0.232502 0.301564
+0 0.231235 0.304372
+0.00234989 0.229267 0.307805
+0.00761425 0.226505 0.312139
+0.0210422 0.225589 0.319356
+0.0487831 0.225818 0.329351
+0.0850233 0.224353 0.341238
+0.142382 0.220996 0.346578
+0.210849 0.217792 0.345663
+0.26656 0.214847 0.345617
+0.313695 0.21146 0.346227
+0.35465 0.207584 0.346853
+0.389013 0.202884 0.347402
+0.417655 0.201587 0.344991
+0.445396 0.202472 0.342473
+0.474205 0.203098 0.341497
+0.50425 0.203418 0.341848
+0.535744 0.203464 0.343481
+0.568856 0.203204 0.346181
+0.603769 0.202594 0.350042
+0.641032 0.201755 0.354986
+0.6813 0.20058 0.361105
+0.725628 0.204578 0.371847
+0.77377 0.22826 0.395071
+0.825772 0.25449 0.420584
+0.883024 0.282856 0.447776
+0.934234 0.313329 0.476204
+0.957961 0.344869 0.505867
+0.983032 0.377661 0.537713
+0 0.261295 0.305486
+0 0.261173 0.305699
+0 0.261006 0.306401
+0.00111391 0.260517 0.3075
+0.0030518 0.259846 0.309041
+0.00576791 0.258793 0.311284
+0.00900282 0.257404 0.314183
+0.0138552 0.255314 0.317693
+0.0214542 0.252354 0.322042
+0.0441596 0.253834 0.331106
+0.0757458 0.254078 0.34165
+0.11577 0.252567 0.35169
+0.186587 0.249454 0.350378
+0.250416 0.246921 0.349844
+0.301915 0.244404 0.350362
+0.34609 0.241276 0.351308
+0.383108 0.237537 0.352132
+0.417288 0.232822 0.352819
+0.450202 0.229099 0.351965
+0.478981 0.23003 0.349874
+0.508797 0.230564 0.349493
+0.539864 0.230884 0.350607
+0.572442 0.230945 0.353033
+0.606561 0.230747 0.35668
+0.643198 0.230274 0.361608
+0.682628 0.229496 0.367758
+0.725704 0.22829 0.375265
+0.773632 0.230732 0.386389
+0.825788 0.256718 0.412543
+0.882948 0.285069 0.439979
+0.934295 0.315297 0.468894
+0.957977 0.346609 0.499077
+0.982956 0.379477 0.531807
+0.00782788 0.288121 0.313924
+0.00799573 0.28806 0.314092
+0.00849927 0.287892 0.314611
+0.00955215 0.287495 0.315465
+0.0111391 0.286915 0.316701
+0.0132601 0.286076 0.318334
+0.0162051 0.284993 0.320439
+0.0198825 0.283406 0.323003
+0.0264897 0.281224 0.326238
+0.0411078 0.280812 0.33225
+0.0682078 0.282322 0.341588
+0.0998703 0.282734 0.352651
+0.156161 0.280552 0.354116
+0.229389 0.278019 0.353033
+0.287221 0.276081 0.35314
+0.335119 0.273854 0.354025
+0.375814 0.27097 0.355261
+0.411948 0.267048 0.356405
+0.448432 0.262074 0.357183
+0.484459 0.256748 0.357137
+0.514092 0.257542 0.355993
+0.544747 0.258061 0.356664
+0.576699 0.258366 0.358755
+0.610224 0.258442 0.362295
+0.645991 0.258335 0.367071
+0.684504 0.257939 0.373266
+0.726619 0.257084 0.380758
+0.773404 0.255955 0.389654
+0.825559 0.259327 0.402914
+0.883864 0.287892 0.431815
+0.936858 0.320592 0.464424
+0.962936 0.354513 0.498512
+0.982071 0.392004 0.537255
+0.0169833 0.314702 0.322454
+0.0171206 0.31458 0.32256
+0.0175784 0.314382 0.322881
+0.0184176 0.314107 0.323461
+0.0195163 0.313634 0.324315
+0.0213169 0.313024 0.325383
+0.023682 0.312154 0.326818
+0.027451 0.310933 0.328573
+0.0325628 0.309316 0.330892
+0.0404974 0.307134 0.33373
+0.0620584 0.309224 0.341222
+0.0895857 0.31107 0.350301
+0.128969 0.310826 0.35642
+0.201068 0.308431 0.355428
+0.268605 0.306569 0.355047
+0.321691 0.305043 0.355337
+0.366308 0.303075 0.356725
+0.404791 0.300023 0.358389
+0.443565 0.295811 0.359716
+0.482185 0.290303 0.360403
+0.519371 0.284382 0.360433
+0.549691 0.285161 0.360662
+0.581064 0.285573 0.362631
+0.613901 0.285939 0.366079
+0.648798 0.286091 0.370916
+0.686534 0.285969 0.377081
+0.728496 0.285847 0.385229
+0.778576 0.286488 0.39704
+0.83566 0.286244 0.41004
+0.900252 0.298985 0.431998
+0.943069 0.33196 0.465782
+0.970916 0.365881 0.50106
+0.980453 0.406302 0.543709
+0.0278019 0.340352 0.331716
+0.0279545 0.340307 0.331716
+0.028397 0.3402 0.33193
+0.0290684 0.339971 0.332265
+0.0301976 0.339605 0.332616
+0.0317845 0.339132 0.333089
+0.0339055 0.33846 0.333806
+0.0366979 0.33756 0.334798
+0.0410315 0.336446 0.336034
+0.0466773 0.33492 0.337682
+0.0589609 0.334905 0.341512
+0.0818189 0.337606 0.348806
+0.107515 0.33991 0.357626
+0.168093 0.337957 0.357305
+0.244053 0.335988 0.356909
+0.305455 0.334783 0.356771
+0.353674 0.333776 0.357046
+0.395407 0.331624 0.359304
+0.436942 0.328191 0.361028
+0.477791 0.323598 0.361852
+0.517525 0.317632 0.362264
+0.554879 0.311955 0.362707
+0.58555 0.312474 0.364767
+0.618189 0.313283 0.368734
+0.65597 0.315465 0.376471
+0.69688 0.317296 0.385641
+0.742229 0.318853 0.396506
+0.793393 0.319738 0.408698
+0.851743 0.319677 0.421958
+0.919326 0.318456 0.436439
+0.950652 0.344747 0.467964
+0.980972 0.378393 0.504555
+0.978683 0.422629 0.551705
+0.0435798 0.364813 0.341482
+0.0437018 0.364843 0.341482
+0.0440375 0.36466 0.341527
+0.0446174 0.364553 0.341619
+0.0454871 0.364263 0.341695
+0.0466468 0.363821 0.341848
+0.0479438 0.363394 0.342046
+0.0498512 0.362814 0.342214
+0.0526741 0.362051 0.342535
+0.0565499 0.360998 0.343038
+0.0612345 0.359792 0.343801
+0.0776684 0.362356 0.348745
+0.0979171 0.365667 0.355184
+0.138979 0.366247 0.358389
+0.211795 0.364233 0.358221
+0.283955 0.362875 0.358724
+0.340993 0.361746 0.358999
+0.384421 0.361273 0.360281
+0.42855 0.358724 0.362341
+0.47245 0.355001 0.363241
+0.514229 0.350225 0.363638
+0.557336 0.34583 0.366659
+0.596475 0.343236 0.370672
+0.631601 0.345708 0.377615
+0.669108 0.348058 0.38587
+0.710155 0.350011 0.395483
+0.755718 0.35172 0.406699
+0.807401 0.352728 0.419135
+0.867948 0.35314 0.433204
+0.932906 0.352361 0.448859
+0.959976 0.359335 0.470787
+0.982269 0.395392 0.511574
+0.976593 0.441382 0.561425
+0.0554971 0.390677 0.35314
+0.0556191 0.390616 0.353094
+0.0560464 0.390539 0.353017
+0.0567483 0.390326 0.352911
+0.0575875 0.390249 0.352728
+0.0588388 0.389883 0.352468
+0.0604868 0.389456 0.352117
+0.0625162 0.388922 0.351736
+0.0649119 0.388388 0.351232
+0.067689 0.38764 0.350698
+0.0713817 0.386816 0.349981
+0.0784161 0.386954 0.350317
+0.0949569 0.390707 0.354314
+0.11339 0.394659 0.358587
+0.170947 0.393179 0.359121
+0.253315 0.391562 0.359701
+0.319814 0.390524 0.360983
+0.375143 0.389242 0.363668
+0.41976 0.391379 0.367681
+0.4692 0.391318 0.370565
+0.516686 0.389761 0.373434
+0.56202 0.386511 0.376135
+0.606088 0.381521 0.378363
+0.644999 0.380331 0.384298
+0.682689 0.382605 0.393545
+0.723751 0.384802 0.404044
+0.769558 0.386572 0.415595
+0.821469 0.38793 0.428641
+0.883436 0.38854 0.443168
+0.938003 0.388113 0.459083
+0.967376 0.38529 0.475883
+0.980636 0.412421 0.515084
+0.97435 0.462104 0.569802
+0.0657359 0.418997 0.366598
+0.0658885 0.418936 0.366537
+0.0662699 0.418875 0.366354
+0.0668193 0.418753 0.366079
+0.0677653 0.418524 0.365698
+0.0691386 0.41828 0.365042
+0.0709392 0.41799 0.364233
+0.073106 0.417655 0.363226
+0.0755016 0.417227 0.362036
+0.078584 0.416632 0.36054
+0.0822309 0.41593 0.358724
+0.0862287 0.415198 0.356435
+0.0979171 0.416999 0.35642
+0.115251 0.420935 0.358038
+0.140978 0.424125 0.358694
+0.209247 0.422705 0.359503
+0.287495 0.421561 0.361013
+0.352972 0.42063 0.363516
+0.415167 0.42649 0.360494
+0.460044 0.422492 0.371344
+0.516289 0.427085 0.378424
+0.569528 0.429389 0.384909
+0.615824 0.424704 0.386496
+0.660929 0.416632 0.386404
+0.697154 0.415503 0.394568
+0.736248 0.415686 0.404669
+0.780148 0.416052 0.4159
+0.830289 0.416312 0.42855
+0.889555 0.416327 0.442741
+0.939055 0.415381 0.458335
+0.968185 0.412146 0.474449
+0.980835 0.416037 0.500053
+0.974578 0.464805 0.556619
+0.0776684 0.449851 0.381628
+0.077821 0.449805 0.381552
+0.078233 0.449744 0.381292
+0.0790265 0.449622 0.380819
+0.0800488 0.449454 0.380118
+0.0814527 0.449271 0.379232
+0.0832532 0.448981 0.378119
+0.0851911 0.448676 0.376776
+0.0877852 0.44831 0.375067
+0.0908064 0.447852 0.372915
+0.0941634 0.44741 0.370291
+0.0981613 0.446784 0.366995
+0.102708 0.446082 0.362768
+0.11812 0.449134 0.362005
+0.135912 0.453208 0.360586
+0.164675 0.456107 0.358434
+0.240833 0.45507 0.359716
+0.319341 0.454368 0.361929
+0.376654 0.468528 0.351614
+0.45922 0.467048 0.353704
+0.496742 0.452827 0.36878
+0.553079 0.455848 0.37525
+0.605936 0.458808 0.381552
+0.658091 0.457771 0.385992
+0.701595 0.457984 0.39736
+0.745724 0.457786 0.409003
+0.789654 0.454704 0.418372
+0.838102 0.453025 0.430503
+0.89337 0.453025 0.445396
+0.938994 0.451987 0.461067
+0.968277 0.448646 0.477089
+0.977615 0.449638 0.500343
+0.974655 0.468284 0.539132
+0.0916915 0.483055 0.398627
+0.0918441 0.483009 0.398535
+0.0923171 0.482979 0.398154
+0.093019 0.482856 0.397589
+0.0940566 0.482841 0.396811
+0.0952468 0.482643 0.395758
+0.0969863 0.482429 0.394369
+0.0990616 0.482124 0.392676
+0.101564 0.481804 0.390539
+0.104234 0.481544 0.387961
+0.107576 0.481178 0.38468
+0.111299 0.480751 0.380682
+0.115602 0.480262 0.375708
+0.120516 0.479744 0.369482
+0.13846 0.483528 0.367422
+0.156634 0.487602 0.362966
+0.185153 0.490761 0.357473
+0.270634 0.489952 0.359274
+0.345678 0.49723 0.355108
+0.417288 0.512886 0.343053
+0.503838 0.510643 0.343954
+0.531441 0.485008 0.364843
+0.586603 0.488457 0.371206
+0.641001 0.489494 0.376928
+0.688792 0.492744 0.391424
+0.734356 0.495216 0.406897
+0.781689 0.496147 0.421317
+0.832364 0.49604 0.43534
+0.888945 0.495064 0.44979
+0.93814 0.491798 0.463859
+0.967727 0.488472 0.480003
+0.973342 0.490196 0.503426
+0.972107 0.493446 0.531304
+0.106905 0.518746 0.417411
+0.107073 0.518746 0.417288
+0.107485 0.51873 0.416876
+0.108248 0.518654 0.41622
+0.109255 0.518502 0.415305
+0.110597 0.518395 0.414054
+0.112062 0.518273 0.412558
+0.114107 0.518074 0.41062
+0.116503 0.517815 0.408209
+0.119295 0.517479 0.40528
+0.122316 0.517296 0.401816
+0.125994 0.516869 0.397452
+0.130022 0.516518 0.392187
+0.134783 0.516045 0.38558
+0.140993 0.515969 0.377676
+0.158984 0.519753 0.37322
+0.177188 0.523751 0.366064
+0.203082 0.52781 0.35523
+0.302495 0.527367 0.357519
+0.354559 0.561242 0.328954
+0.462806 0.560342 0.331685
+0.546334 0.557397 0.334081
+0.572717 0.529641 0.355673
+0.618509 0.52285 0.366934
+0.670512 0.527108 0.384207
+0.720516 0.532372 0.4065
+0.768566 0.53637 0.425086
+0.818036 0.538994 0.442267
+0.871809 0.540566 0.459373
+0.929625 0.539071 0.474052
+0.962951 0.53315 0.486107
+0.967971 0.532845 0.507271
+0.966903 0.536736 0.53518
+0.124071 0.556817 0.438132
+0.124193 0.556817 0.43798
+0.124605 0.556786 0.437552
+0.125353 0.556695 0.436851
+0.126299 0.556664 0.435828
+0.127642 0.556451 0.43447
+0.129229 0.55639 0.432792
+0.130938 0.556252 0.430777
+0.133227 0.556023 0.428229
+0.135943 0.55584 0.425193
+0.138811 0.555535 0.421561
+0.142336 0.555322 0.417075
+0.146273 0.555001 0.411643
+0.15053 0.554681 0.405112
+0.155474 0.554314 0.396918
+0.161547 0.554177 0.386938
+0.179187 0.55787 0.380575
+0.198428 0.562081 0.370306
+0.229816 0.567163 0.351522
+0.299016 0.593683 0.328771
+0.400443 0.611521 0.319081
+0.509728 0.609186 0.326879
+0.589715 0.60618 0.337514
+0.614633 0.576562 0.353948
+0.64828 0.560113 0.375448
+0.698512 0.567208 0.403174
+0.748775 0.574487 0.428656
+0.801495 0.581552 0.453178
+0.854994 0.58648 0.474266
+0.912856 0.587533 0.490547
+0.955703 0.583932 0.502754
+0.961944 0.583902 0.521706
+0.961624 0.583749 0.543679
+0.14316 0.59704 0.460761
+0.143282 0.597009 0.460639
+0.143694 0.596963 0.460182
+0.14435 0.596933 0.459449
+0.145312 0.596857 0.458381
+0.146532 0.596841 0.456962
+0.14789 0.596689 0.455268
+0.149767 0.596536 0.453132
+0.151949 0.596414 0.450462
+0.154482 0.596231 0.447364
+0.157153 0.596048 0.443702
+0.160357 0.595804 0.439216
+0.163973 0.595529 0.433936
+0.167849 0.595376 0.427665
+0.172305 0.595056 0.419928
+0.177081 0.594751 0.410498
+0.182422 0.594659 0.398657
+0.200076 0.598154 0.389609
+0.221546 0.602701 0.375357
+0.259525 0.62324 0.350469
+0.329671 0.658473 0.337621
+0.464958 0.655619 0.353063
+0.560555 0.654139 0.371664
+0.632166 0.653925 0.389853
+0.652491 0.62446 0.39321
+0.677882 0.600855 0.402335
+0.726497 0.608377 0.43151
+0.777859 0.617594 0.459342
+0.834104 0.626535 0.485222
+0.898787 0.63331 0.507881
+0.951263 0.633188 0.522667
+0.959091 0.63473 0.541283
+0.958923 0.636454 0.562676
+0.164126 0.639826 0.485496
+0.164248 0.639826 0.485359
+0.164538 0.639826 0.484916
+0.165057 0.639811 0.484215
+0.165942 0.63978 0.483146
+0.167086 0.639673 0.481727
+0.168536 0.639628 0.479942
+0.17026 0.639521 0.477775
+0.172244 0.639338 0.475166
+0.174304 0.639246 0.472099
+0.176913 0.639063 0.468421
+0.179843 0.638926 0.464088
+0.182971 0.638804 0.459037
+0.186679 0.638498 0.453025
+0.190555 0.638361 0.445914
+0.19501 0.638117 0.437278
+0.199939 0.637949 0.426902
+0.205844 0.637705 0.413138
+0.222904 0.640848 0.400183
+0.249638 0.653239 0.38265
+0.295232 0.687434 0.364477
+0.413199 0.699489 0.373754
+0.530526 0.696849 0.40145
+0.609857 0.698299 0.423224
+0.674281 0.701076 0.440391
+0.693721 0.674174 0.441215
+0.717113 0.652735 0.445884
+0.75758 0.650843 0.465309
+0.812818 0.661646 0.491951
+0.876707 0.671809 0.516335
+0.941634 0.676158 0.534539
+0.959991 0.681651 0.55639
+0.960189 0.687984 0.581735
+0.191653 0.68426 0.512627
+0.19176 0.68426 0.512459
+0.192111 0.684245 0.512032
+0.19266 0.684215 0.511269
+0.193484 0.684153 0.510201
+0.194522 0.684123 0.508812
+0.195773 0.684047 0.507073
+0.19733 0.683986 0.504936
+0.1991 0.683894 0.502419
+0.201068 0.683848 0.499413
+0.203479 0.683742 0.495964
+0.206165 0.683665 0.491829
+0.208865 0.683558 0.487083
+0.212085 0.683436 0.481483
+0.215457 0.68336 0.474937
+0.219181 0.683207 0.467262
+0.223301 0.683131 0.458091
+0.227787 0.683024 0.446403
+0.233188 0.682963 0.430045
+0.248814 0.686213 0.412757
+0.290745 0.717479 0.403601
+0.356115 0.745647 0.397543
+0.498268 0.739406 0.425467
+0.590951 0.742931 0.452888
+0.657816 0.748074 0.469032
+0.719738 0.753063 0.484123
+0.740093 0.727474 0.484489
+0.76379 0.706798 0.48835
+0.795392 0.694469 0.497261
+0.857114 0.7066 0.522377
+0.927611 0.715114 0.54342
+0.961685 0.720897 0.562814
+0.962463 0.730388 0.589395
+0.238682 0.727535 0.541939
+0.238849 0.727535 0.541772
+0.239094 0.72752 0.54136
+0.239628 0.72752 0.540642
+0.240131 0.72752 0.539666
+0.240848 0.72755 0.538369
+0.241917 0.727535 0.536721
+0.242969 0.727504 0.534752
+0.244388 0.727489 0.532372
+0.246021 0.727459 0.529595
+0.247868 0.727474 0.526329
+0.249638 0.727413 0.522606
+0.251881 0.727382 0.518273
+0.254261 0.727382 0.513207
+0.256718 0.727367 0.507439
+0.25951 0.727367 0.50071
+0.262638 0.727382 0.492836
+0.265858 0.727428 0.482994
+0.270008 0.727489 0.469627
+0.274708 0.727642 0.450813
+0.304479 0.74873 0.441459
+0.366735 0.775143 0.444205
+0.458854 0.784558 0.446189
+0.568765 0.787549 0.476921
+0.642344 0.796597 0.497047
+0.706218 0.803677 0.51252
+0.7691 0.809979 0.527367
+0.791882 0.784878 0.526497
+0.817945 0.764324 0.528923
+0.847379 0.747234 0.533333
+0.907057 0.752255 0.55169
+0.95935 0.759258 0.570245
+0.96492 0.76997 0.595209
+0.308461 0.767941 0.574838
+0.308751 0.767971 0.574685
+0.308858 0.767941 0.574319
+0.309194 0.767941 0.573663
+0.309667 0.768002 0.572778
+0.31017 0.768002 0.571588
+0.311086 0.767971 0.570153
+0.312032 0.768002 0.568368
+0.312871 0.768048 0.566339
+0.313832 0.768048 0.563836
+0.315419 0.768048 0.560998
+0.316808 0.768078 0.557702
+0.318441 0.768078 0.553887
+0.320027 0.768139 0.549554
+0.321904 0.768215 0.544564
+0.323751 0.768261 0.538827
+0.326009 0.768277 0.532265
+0.32842 0.768368 0.524147
+0.330968 0.768536 0.513466
+0.33431 0.768826 0.498878
+0.361624 0.78175 0.492454
+0.411063 0.805829 0.498039
+0.463264 0.829236 0.501457
+0.541085 0.834958 0.498634
+0.624338 0.846387 0.522148
+0.692546 0.857069 0.540246
+0.756878 0.865538 0.555383
+0.823117 0.872877 0.57116
+0.849805 0.847471 0.568643
+0.880186 0.826505 0.569619
+0.913802 0.807935 0.572
+0.948043 0.797955 0.579217
+0.967224 0.808667 0.601389
+0.392462 0.807538 0.612589
+0.392477 0.807462 0.612482
+0.39263 0.807507 0.612146
+0.392905 0.807538 0.611582
+0.393179 0.807538 0.610758
+0.393637 0.807492 0.609735
+0.394217 0.807492 0.608423
+0.395071 0.807492 0.606912
+0.395758 0.807477 0.605066
+0.396704 0.807446 0.60293
+0.397742 0.807477 0.600473
+0.398764 0.807477 0.59765
+0.399908 0.807523 0.594461
+0.401175 0.807507 0.590845
+0.402655 0.807553 0.58674
+0.404074 0.807507 0.58204
+0.405692 0.807553 0.57673
+0.407385 0.807599 0.570291
+0.4094 0.807691 0.561944
+0.411902 0.807828 0.550759
+0.427802 0.815442 0.543923
+0.470695 0.842023 0.554131
+0.507622 0.874571 0.563912
+0.528466 0.888151 0.541146
+0.600946 0.900069 0.545983
+0.675502 0.914641 0.566598
+0.744137 0.925689 0.584527
+0.811658 0.935134 0.601343
+0.883879 0.943526 0.618784
+0.915908 0.916991 0.614313
+0.941772 0.891966 0.611078
+0.960708 0.869947 0.609812
+0.970214 0.851637 0.612177
+0.459205 0.855772 0.654627
+0.459251 0.855756 0.654521
+0.45948 0.855756 0.654231
+0.459602 0.855711 0.653681
+0.460105 0.855695 0.65301
+0.460517 0.855695 0.652094
+0.461082 0.855604 0.65095
+0.461723 0.855619 0.649561
+0.462577 0.855558 0.647944
+0.46334 0.855528 0.646052
+0.464317 0.855528 0.643961
+0.465385 0.855482 0.641489
+0.466545 0.855314 0.638666
+0.467903 0.855238 0.635538
+0.469291 0.855192 0.632044
+0.470832 0.855116 0.628077
+0.472236 0.855039 0.623682
+0.474113 0.854948 0.618402
+0.476371 0.854856 0.611643
+0.478889 0.854612 0.602914
+0.484504 0.857282 0.593576
+0.5149 0.89015 0.605966
+0.533761 0.922057 0.611292
+0.549783 0.94966 0.60824
+0.565652 0.951766 0.568063
+0.642161 0.960464 0.580652
+0.716823 0.966522 0.601267
+0.787366 0.971084 0.619471
+0.859388 0.974929 0.63711
+0.93695 0.978164 0.654002
+0.956695 0.967285 0.650492
+0.975982 0.958175 0.65098
+0.976074 0.941878 0.654612
+0.502312 0.914092 0.696361
+0.502358 0.914061 0.696284
+0.50251 0.914092 0.695979
+0.502708 0.914046 0.695506
+0.502953 0.914061 0.694865
+0.503304 0.914031 0.694041
+0.503807 0.913985 0.692988
+0.504433 0.913954 0.691722
+0.505119 0.913893 0.690211
+0.505928 0.913832 0.688502
+0.506844 0.913756 0.686519
+0.507866 0.913695 0.684321
+0.508949 0.913649 0.681788
+0.510185 0.913527 0.678996
+0.511299 0.913466 0.675898
+0.512703 0.91339 0.672435
+0.514199 0.913237 0.668513
+0.515923 0.913115 0.663966
+0.517998 0.912963 0.658183
+0.520256 0.912779 0.650904
+0.523217 0.91252 0.641306
+0.536004 0.939208 0.645426
+0.550927 0.963333 0.651377
+0.567864 0.979431 0.657725
+0.581659 0.984222 0.638041
+0.599008 0.985855 0.594598
+0.681544 0.992615 0.615778
+0.758618 0.998734 0.63711
+0.833021 1 0.655543
+0.912673 1 0.67393
+0.96669 1 0.686671
+0.972778 0.996429 0.683421
+0.973587 0.986648 0.684306
+0.525902 0.963455 0.729946
+0.525963 0.963455 0.729839
+0.52607 0.963439 0.72958
+0.526299 0.963439 0.729152
+0.526589 0.963424 0.728527
+0.526894 0.963409 0.727703
+0.52726 0.963424 0.726741
+0.527749 0.963424 0.725551
+0.528374 0.963394 0.724193
+0.529061 0.963363 0.72256
+0.52987 0.963333 0.720729
+0.530755 0.963302 0.718669
+0.531731 0.963256 0.716396
+0.532799 0.963211 0.713787
+0.533944 0.963165 0.710964
+0.535058 0.963149 0.707835
+0.536294 0.963119 0.704341
+0.537774 0.963043 0.700267
+0.539574 0.962966 0.695171
+0.541726 0.96289 0.688792
+0.544091 0.962814 0.680674
+0.554162 0.972335 0.68278
+0.568627 0.988708 0.691295
+0.58819 0.998962 0.703349
+0.608042 0.999771 0.707332
+0.621576 1 0.67805
+0.644236 1 0.637156
+0.727733 1 0.658564
+0.808286 1 0.680186
+0.889708 1 0.699351
+0.955413 1 0.714519
+0.970748 1 0.728878
+0.970642 1 0.721645
+0.549035 0.992966 0.765301
+0.54905 0.99295 0.765225
+0.549172 0.99295 0.764981
+0.54934 0.99295 0.764553
+0.549615 0.99292 0.763943
+0.54995 0.99292 0.763195
+0.550347 0.992905 0.76228
+0.550805 0.992874 0.761135
+0.551324 0.992859 0.759838
+0.551827 0.992859 0.758358
+0.552483 0.992844 0.756695
+0.553262 0.992798 0.754757
+0.554116 0.992767 0.752621
+0.555016 0.992706 0.750225
+0.556039 0.992676 0.747646
+0.557107 0.992615 0.744762
+0.558251 0.992554 0.741588
+0.559457 0.992523 0.737957
+0.560937 0.992462 0.73341
+0.562799 0.992386 0.727794
+0.565011 0.992264 0.720668
+0.573144 0.998718 0.721309
+0.593225 0.999069 0.738415
+0.616434 0.999741 0.757382
+0.641489 1 0.777249
+0.654612 1 0.760464
+0.667689 1 0.728542
+0.695811 1 0.689219
+0.782086 1 0.710567
+0.867475 1 0.731426
+0.945678 1 0.747768
+0.971176 1 0.761151
+0.971389 1 0.777859
+0 0.0523842 0.250324
+0 0.0520638 0.251164
+0 0.0511025 0.25359
+0 0.0493172 0.257465
+0 0.0476081 0.260471
+0 0.0476539 0.263035
+0.0179141 0.0470893 0.264942
+0.062089 0.0469673 0.267109
+0.10576 0.0473487 0.269657
+0.149203 0.0483253 0.272602
+0.191363 0.049958 0.276265
+0.229465 0.0522469 0.280293
+0.264485 0.0550851 0.284642
+0.297139 0.0585336 0.289418
+0.327184 0.0624704 0.294224
+0.354574 0.0670481 0.299382
+0.380331 0.071397 0.305211
+0.406073 0.0758984 0.311757
+0.434302 0.0814984 0.319066
+0.464225 0.0881666 0.327291
+0.495964 0.0963912 0.336431
+0.529198 0.106462 0.346899
+0.564187 0.118441 0.358831
+0.600626 0.132799 0.372442
+0.639261 0.149767 0.387823
+0.680629 0.16939 0.405371
+0.72517 0.191653 0.425162
+0.772854 0.216281 0.447166
+0.824887 0.24329 0.471077
+0.88217 0.272633 0.496422
+0.933486 0.30399 0.522576
+0.957427 0.336553 0.549508
+0.982818 0.37026 0.578271
+0 0.0527962 0.250935
+0 0.0524605 0.251759
+0 0.0515145 0.254154
+0 0.0497749 0.25803
+0 0.0477913 0.261509
+0 0.0478981 0.264027
+0.0155184 0.047364 0.265843
+0.0603647 0.0471504 0.267842
+0.10425 0.0475471 0.270359
+0.148028 0.0485237 0.273228
+0.190585 0.0500954 0.276783
+0.228885 0.052369 0.28072
+0.264164 0.0551919 0.285054
+0.296818 0.0586404 0.289738
+0.327016 0.062562 0.294514
+0.354574 0.0670939 0.299611
+0.380285 0.0714427 0.305409
+0.406043 0.0759442 0.311833
+0.434256 0.0815747 0.319081
+0.464225 0.0882734 0.32726
+0.495903 0.0965591 0.336385
+0.529213 0.106554 0.346792
+0.564187 0.118563 0.358724
+0.60061 0.132937 0.372229
+0.639277 0.149813 0.387655
+0.680644 0.169497 0.405142
+0.72517 0.191775 0.424949
+0.772931 0.216358 0.446952
+0.824948 0.243397 0.470863
+0.882216 0.272709 0.496193
+0.933486 0.304051 0.522347
+0.957412 0.336629 0.549325
+0.982803 0.370367 0.578042
+0 0.0551766 0.253574
+0 0.0548257 0.254246
+0 0.0536507 0.256367
+0 0.051545 0.259861
+0 0.0483711 0.264408
+0 0.0486458 0.266896
+0.00762951 0.0482795 0.268605
+0.054139 0.0479286 0.270298
+0.0992447 0.0482643 0.272526
+0.144213 0.0490883 0.27509
+0.187808 0.0505989 0.27837
+0.226932 0.0527962 0.282094
+0.262806 0.0556039 0.286168
+0.29601 0.0589609 0.2907
+0.326558 0.0627756 0.295293
+0.354253 0.0672923 0.300221
+0.380194 0.0716564 0.305837
+0.405966 0.0762188 0.312093
+0.43418 0.0818799 0.319203
+0.464225 0.0885786 0.327214
+0.495903 0.0968795 0.336233
+0.529244 0.10692 0.346487
+0.564187 0.118914 0.358267
+0.600595 0.133318 0.371756
+0.639307 0.15021 0.387076
+0.680629 0.169955 0.404578
+0.72517 0.192111 0.424308
+0.772961 0.216678 0.446342
+0.824964 0.243717 0.470176
+0.882231 0.272953 0.495491
+0.933501 0.304326 0.521691
+0.957427 0.336858 0.548669
+0.982803 0.370565 0.577447
+0 0.0618753 0.258686
+0 0.0615396 0.259464
+0 0.0602884 0.261555
+0 0.0580606 0.264927
+0 0.0547951 0.269276
+0 0.0533608 0.273533
+0 0.0521553 0.274525
+0.0440223 0.0503853 0.274922
+0.0905165 0.0493935 0.275929
+0.137804 0.0499886 0.278126
+0.182925 0.0513771 0.280842
+0.223575 0.0534981 0.284215
+0.260517 0.0562905 0.288106
+0.294331 0.0595712 0.292256
+0.325597 0.0631876 0.296574
+0.353841 0.0675975 0.301289
+0.379812 0.0719921 0.306554
+0.405814 0.0766155 0.312474
+0.434058 0.0823224 0.31928
+0.464195 0.0890669 0.327047
+0.495888 0.0973831 0.335836
+0.529152 0.107485 0.345907
+0.564187 0.119554 0.357565
+0.600595 0.133959 0.370901
+0.639338 0.150805 0.386145
+0.680659 0.17052 0.40354
+0.725231 0.192706 0.423224
+0.773022 0.217212 0.445243
+0.824948 0.244205 0.469062
+0.882292 0.273457 0.494347
+0.933532 0.304753 0.520577
+0.957427 0.337209 0.547555
+0.982773 0.370916 0.57641
+0 0.0723735 0.265187
+0 0.0720531 0.265934
+0 0.0708476 0.267918
+0 0.0686198 0.27097
+0 0.0650645 0.275288
+0 0.0623789 0.281697
+0 0.0612955 0.284337
+0.035111 0.0594186 0.284291
+0.0832837 0.057908 0.284642
+0.130724 0.0565194 0.285084
+0.176638 0.0555428 0.285939
+0.21828 0.054963 0.287251
+0.256779 0.0572976 0.290562
+0.291798 0.0603952 0.294316
+0.324056 0.063798 0.29836
+0.352926 0.068101 0.302678
+0.379339 0.0724346 0.307485
+0.405554 0.0771649 0.312917
+0.433799 0.0829633 0.319356
+0.464042 0.0898299 0.326772
+0.495705 0.0981765 0.335241
+0.529137 0.108309 0.345068
+0.564157 0.120394 0.356497
+0.60058 0.134844 0.36965
+0.639323 0.151736 0.384756
+0.680797 0.171328 0.402182
+0.725353 0.193454 0.42179
+0.773114 0.217975 0.443687
+0.824994 0.244938 0.467475
+0.882292 0.274098 0.492729
+0.933562 0.305394 0.518944
+0.957443 0.337743 0.545968
+0.982757 0.371374 0.574945
+0 0.0873426 0.272282
+0 0.087068 0.272969
+0 0.0858778 0.274846
+0 0.0838636 0.277775
+0 0.0804761 0.281941
+0 0.0762188 0.287266
+0 0.0747692 0.295857
+0.0213626 0.0730144 0.295857
+0.0737163 0.0711833 0.295628
+0.123308 0.0696422 0.29572
+0.17113 0.0684672 0.296239
+0.214725 0.0676432 0.297139
+0.25359 0.0670481 0.29839
+0.289204 0.0665293 0.299748
+0.321889 0.0661021 0.301183
+0.351568 0.0687877 0.304311
+0.3785 0.0730144 0.308598
+0.40499 0.0778973 0.313451
+0.433371 0.0838026 0.319341
+0.463783 0.0906996 0.326284
+0.495491 0.0991226 0.334432
+0.529015 0.109392 0.343877
+0.564065 0.121431 0.355016
+0.60061 0.135973 0.367956
+0.639353 0.152804 0.38291
+0.680842 0.172457 0.400244
+0.72546 0.194491 0.419791
+0.77319 0.218936 0.44155
+0.825116 0.245823 0.465339
+0.882353 0.274952 0.490608
+0.933608 0.306142 0.516823
+0.957458 0.338491 0.543954
+0.982742 0.372 0.573037
+0 0.106767 0.279606
+0 0.106493 0.280217
+0 0.105486 0.282017
+0 0.103593 0.284947
+0 0.100511 0.288914
+0 0.0960403 0.29369
+0 0.0941176 0.30161
+0.00489815 0.0917525 0.309194
+0.0600137 0.0896315 0.3084
+0.112764 0.0878462 0.307988
+0.163653 0.0861524 0.307851
+0.209827 0.0849775 0.3084
+0.250492 0.0839857 0.3093
+0.287251 0.0831617 0.310384
+0.320745 0.0824445 0.311574
+0.351095 0.0817884 0.312795
+0.377966 0.0812848 0.313878
+0.404318 0.0809339 0.315206
+0.432715 0.0847028 0.319219
+0.46334 0.0918593 0.325582
+0.495216 0.100374 0.333211
+0.528969 0.110597 0.342443
+0.563851 0.122789 0.353094
+0.600565 0.137301 0.365774
+0.639399 0.154238 0.380529
+0.680842 0.173816 0.397696
+0.725399 0.195804 0.417197
+0.773251 0.220127 0.438941
+0.825177 0.246983 0.462638
+0.882429 0.275944 0.487953
+0.933639 0.307073 0.514229
+0.957458 0.3393 0.541405
+0.982696 0.372717 0.570657
+0 0.129381 0.286961
+0 0.129137 0.287556
+0 0.128252 0.289219
+0 0.126711 0.292012
+0 0.124239 0.29575
+0 0.120455 0.300359
+0 0.117006 0.30695
+0 0.115648 0.316152
+0.040116 0.11252 0.322316
+0.098436 0.110292 0.321416
+0.152911 0.108248 0.320821
+0.203006 0.106584 0.320821
+0.246296 0.105287 0.321309
+0.284825 0.104051 0.322057
+0.319692 0.102831 0.322911
+0.351156 0.101717 0.323781
+0.378225 0.100923 0.324468
+0.404349 0.100877 0.325002
+0.432517 0.100511 0.326177
+0.462623 0.0998703 0.327886
+0.494804 0.101869 0.331762
+0.528603 0.112078 0.340307
+0.563577 0.124437 0.350607
+0.600366 0.138933 0.363012
+0.63946 0.155825 0.377646
+0.680812 0.175402 0.394629
+0.72546 0.19733 0.413977
+0.773281 0.221546 0.435676
+0.82536 0.248249 0.459586
+0.88246 0.277195 0.484672
+0.933684 0.308186 0.511009
+0.957488 0.340291 0.538384
+0.982666 0.373632 0.567803
+0 0.154726 0.294697
+0 0.154482 0.295216
+0 0.153948 0.296712
+0 0.152682 0.299184
+0 0.150683 0.302617
+0 0.147585 0.307027
+0 0.142977 0.312108
+0 0.142245 0.320851
+0.0259403 0.139956 0.330541
+0.0785382 0.136339 0.336217
+0.138476 0.133883 0.335012
+0.193393 0.131701 0.334188
+0.240345 0.129931 0.334188
+0.281468 0.128237 0.334508
+0.318059 0.126528 0.335042
+0.351049 0.124819 0.335485
+0.379202 0.123186 0.335851
+0.405005 0.123568 0.335454
+0.432929 0.123613 0.335805
+0.462745 0.123339 0.336934
+0.494408 0.122759 0.338766
+0.527916 0.121798 0.341375
+0.563409 0.126207 0.347616
+0.60032 0.140826 0.359625
+0.639307 0.157778 0.373983
+0.680674 0.177249 0.390768
+0.725353 0.199069 0.410132
+0.773281 0.223163 0.431693
+0.825406 0.249653 0.455634
+0.882567 0.278553 0.480812
+0.933745 0.309468 0.507256
+0.957504 0.341405 0.534752
+0.982712 0.374594 0.564492
+0 0.181827 0.302617
+0 0.181659 0.303105
+0 0.18117 0.304463
+0 0.180255 0.306783
+0 0.178729 0.309972
+0 0.176272 0.313771
+0 0.172717 0.318593
+0 0.170108 0.325597
+0.0225528 0.16939 0.334951
+0.0603952 0.166461 0.345586
+0.117556 0.162509 0.350347
+0.1794 0.159609 0.348913
+0.232425 0.157214 0.348226
+0.277012 0.155077 0.348028
+0.316075 0.152819 0.347997
+0.351156 0.150469 0.348043
+0.380606 0.14815 0.348135
+0.407019 0.148547 0.346777
+0.434684 0.14902 0.346181
+0.464256 0.149111 0.346548
+0.495583 0.148867 0.347799
+0.528328 0.148287 0.34995
+0.563134 0.147372 0.35288
+0.600015 0.146044 0.356802
+0.639155 0.159884 0.369436
+0.680644 0.179339 0.386297
+0.725292 0.201007 0.405386
+0.773449 0.224933 0.427161
+0.825391 0.251453 0.45098
+0.882643 0.280064 0.476371
+0.933944 0.310826 0.502953
+0.95761 0.342657 0.530663
+0.982757 0.375677 0.560632
+0 0.20882 0.31075
+0 0.208698 0.311162
+0 0.208316 0.312398
+0 0.207706 0.314443
+0 0.206622 0.317098
+0 0.204822 0.320623
+0 0.202197 0.325002
+0.0016022 0.198322 0.330037
+0.0208896 0.198398 0.339025
+0.0529488 0.197192 0.348989
+0.0950027 0.193927 0.360693
+0.158129 0.189334 0.364904
+0.220066 0.186221 0.363348
+0.270146 0.183551 0.362463
+0.313268 0.180789 0.361959
+0.350744 0.177966 0.361563
+0.382254 0.174868 0.361181
+0.409735 0.174853 0.35877
+0.437476 0.175723 0.356985
+0.466987 0.176211 0.356374
+0.497963 0.176333 0.356985
+0.530373 0.176074 0.358633
+0.56437 0.175525 0.361303
+0.600381 0.17467 0.36495
+0.638956 0.173342 0.36968
+0.680461 0.181689 0.380667
+0.725231 0.203174 0.399908
+0.773419 0.226963 0.421592
+0.82533 0.253285 0.445487
+0.882643 0.281819 0.471077
+0.934035 0.312428 0.497841
+0.957702 0.344076 0.525902
+0.982727 0.376959 0.556115
+0 0.235813 0.318837
+0 0.235691 0.319158
+0 0.235416 0.320211
+0 0.234867 0.321904
+0 0.233951 0.324285
+0 0.23267 0.327337
+0.00187686 0.23064 0.331075
+0.00741588 0.227863 0.335485
+0.0201877 0.226001 0.342184
+0.0480659 0.226108 0.351537
+0.0835279 0.224704 0.362478
+0.131014 0.220996 0.374212
+0.199817 0.217411 0.373205
+0.257618 0.214313 0.373007
+0.306081 0.210895 0.373449
+0.348058 0.206973 0.373968
+0.383536 0.202289 0.374502
+0.413031 0.201068 0.371527
+0.441184 0.202335 0.368124
+0.470665 0.203128 0.366369
+0.501411 0.203571 0.366125
+0.53341 0.203754 0.367163
+0.567041 0.203586 0.369421
+0.602182 0.203159 0.372854
+0.640009 0.202258 0.377386
+0.680613 0.201144 0.38294
+0.724987 0.205615 0.39324
+0.773312 0.229252 0.415061
+0.825406 0.255375 0.439292
+0.882582 0.283803 0.464866
+0.934096 0.314183 0.491981
+0.957702 0.345647 0.520317
+0.982681 0.378393 0.550958
+0 0.26273 0.326879
+0 0.262669 0.327138
+0 0.26244 0.327947
+0 0.262028 0.329397
+0.00122072 0.261341 0.331319
+0.0043183 0.260273 0.333761
+0.00801099 0.258762 0.336919
+0.0132601 0.25658 0.340703
+0.0211643 0.253315 0.34522
+0.0437018 0.254124 0.353689
+0.0760204 0.254108 0.363531
+0.112322 0.252552 0.375647
+0.173724 0.249271 0.378088
+0.23975 0.246571 0.377493
+0.293126 0.24387 0.377874
+0.338552 0.240711 0.378576
+0.376837 0.237034 0.379355
+0.411429 0.232425 0.380026
+0.445228 0.228672 0.378988
+0.4748 0.229847 0.37583
+0.505531 0.230564 0.374548
+0.537194 0.231037 0.374945
+0.570321 0.231205 0.376761
+0.604715 0.231189 0.379873
+0.641733 0.230747 0.384237
+0.681514 0.23006 0.389868
+0.724956 0.228885 0.396811
+0.772992 0.2318 0.40734
+0.825238 0.257725 0.431846
+0.882445 0.285969 0.457786
+0.934157 0.316152 0.485222
+0.957717 0.347387 0.514031
+0.982635 0.379919 0.545098
+0.00430304 0.289723 0.334554
+0.00457771 0.289647 0.334768
+0.00540169 0.289433 0.335409
+0.00677501 0.289036 0.336446
+0.00854505 0.288487 0.338003
+0.0111543 0.287678 0.340047
+0.0144808 0.286427 0.342504
+0.0189059 0.28481 0.345647
+0.0258335 0.282445 0.349126
+0.0405585 0.281163 0.35494
+0.0689555 0.282277 0.363882
+0.101396 0.282353 0.374563
+0.144427 0.280644 0.381994
+0.216785 0.277852 0.38085
+0.277089 0.275715 0.38085
+0.326818 0.273274 0.381521
+0.368933 0.270481 0.382498
+0.40557 0.266697 0.383688
+0.442802 0.261631 0.384543
+0.479591 0.256367 0.384619
+0.510109 0.25745 0.382208
+0.541573 0.258152 0.381888
+0.574136 0.258656 0.383215
+0.608148 0.258793 0.385992
+0.644358 0.258717 0.390158
+0.683207 0.258457 0.395697
+0.725612 0.257664 0.402548
+0.772625 0.256474 0.410758
+0.825055 0.260243 0.423178
+0.88249 0.288212 0.449683
+0.934279 0.318212 0.477485
+0.957717 0.349264 0.506813
+0.982605 0.381552 0.538476
+0.0130159 0.316335 0.342412
+0.0132296 0.316274 0.342535
+0.0138247 0.31603 0.343023
+0.014847 0.315755 0.343694
+0.0163119 0.315297 0.344686
+0.0183261 0.314626 0.346151
+0.0211032 0.31368 0.348013
+0.0249027 0.312383 0.350362
+0.0311589 0.310597 0.353201
+0.0403601 0.308003 0.356649
+0.0627909 0.309255 0.363806
+0.0921035 0.310628 0.372976
+0.124071 0.310842 0.384131
+0.186282 0.308476 0.383276
+0.256519 0.306401 0.382956
+0.311971 0.304692 0.3832
+0.358144 0.302586 0.38407
+0.39791 0.299657 0.385519
+0.437263 0.295583 0.386984
+0.476783 0.290074 0.388022
+0.514916 0.284092 0.38819
+0.546136 0.2851 0.38706
+0.57821 0.285756 0.387945
+0.611627 0.286183 0.390448
+0.647135 0.286381 0.394491
+0.685069 0.286305 0.399908
+0.726406 0.285985 0.406683
+0.772168 0.285237 0.414939
+0.823987 0.283803 0.424521
+0.882216 0.29073 0.440162
+0.934447 0.320439 0.468757
+0.95967 0.353506 0.501534
+0.982071 0.389807 0.538521
+0.0223697 0.342229 0.350423
+0.0225376 0.342184 0.350515
+0.0230564 0.341985 0.350835
+0.0239414 0.341787 0.351324
+0.0252232 0.341329 0.352056
+0.0269474 0.340826 0.353017
+0.0293889 0.340078 0.354314
+0.0331426 0.339086 0.355703
+0.0379797 0.337835 0.35761
+0.0456703 0.335927 0.35993
+0.0589914 0.335134 0.364004
+0.0843824 0.337362 0.371786
+0.11249 0.338964 0.381216
+0.158267 0.338186 0.385229
+0.230503 0.336019 0.384604
+0.294057 0.33463 0.384497
+0.344869 0.333364 0.384802
+0.388342 0.331334 0.386267
+0.430137 0.328023 0.38819
+0.471672 0.323537 0.389532
+0.512474 0.317586 0.390356
+0.551202 0.311711 0.390677
+0.582773 0.312505 0.391196
+0.615595 0.3131 0.393545
+0.650156 0.313588 0.397528
+0.687449 0.313726 0.402914
+0.727794 0.313603 0.409705
+0.772335 0.313191 0.417975
+0.827771 0.313695 0.430472
+0.892485 0.313069 0.444312
+0.94078 0.331975 0.469917
+0.967941 0.365667 0.504631
+0.98056 0.404974 0.545754
+0.0345922 0.367086 0.359121
+0.0347448 0.367025 0.359213
+0.0352178 0.366918 0.35935
+0.0360266 0.366659 0.359625
+0.0371862 0.366308 0.360006
+0.0385443 0.365896 0.360571
+0.0409705 0.365286 0.361212
+0.0443122 0.364446 0.362066
+0.048249 0.3635 0.36318
+0.0536965 0.362203 0.36434
+0.0610666 0.360616 0.366125
+0.0797589 0.362158 0.371603
+0.103487 0.364843 0.379202
+0.135103 0.366278 0.386358
+0.198047 0.364385 0.386099
+0.271183 0.363012 0.38616
+0.329717 0.361868 0.386313
+0.37792 0.360861 0.386679
+0.421347 0.358679 0.388937
+0.465904 0.355047 0.390768
+0.508873 0.350072 0.391669
+0.5505 0.343664 0.392264
+0.587671 0.338811 0.392782
+0.619913 0.339529 0.395239
+0.654078 0.340093 0.399451
+0.69395 0.342397 0.40795
+0.737972 0.344137 0.418006
+0.787045 0.34551 0.429313
+0.843702 0.346288 0.442206
+0.911391 0.346136 0.456657
+0.948745 0.345617 0.472786
+0.978393 0.379065 0.508751
+0.978653 0.422248 0.554482
+0.0527657 0.392218 0.368978
+0.0528573 0.392203 0.368978
+0.0532235 0.392203 0.36907
+0.0538796 0.391974 0.3691
+0.0548562 0.391714 0.369223
+0.056199 0.391348 0.369345
+0.0577096 0.390906 0.369558
+0.0598917 0.390341 0.369818
+0.0626535 0.389639 0.370153
+0.0660716 0.388724 0.370596
+0.0707103 0.387701 0.371237
+0.0785077 0.387091 0.372778
+0.0977188 0.390448 0.378408
+0.118776 0.393561 0.385092
+0.164981 0.393378 0.38735
+0.239536 0.39176 0.387503
+0.308019 0.390738 0.388113
+0.365789 0.3897 0.388434
+0.410468 0.389105 0.389899
+0.458213 0.386175 0.392172
+0.504494 0.382162 0.392996
+0.547768 0.376883 0.393561
+0.592187 0.372244 0.396704
+0.631296 0.370977 0.401633
+0.668132 0.373693 0.409186
+0.708202 0.376013 0.41828
+0.75227 0.378088 0.428458
+0.801892 0.37969 0.440146
+0.85951 0.380743 0.453346
+0.928542 0.380911 0.468116
+0.955749 0.378882 0.483665
+0.982315 0.394644 0.512245
+0.976471 0.441901 0.563287
+0.0677348 0.420111 0.381689
+0.0678874 0.420081 0.381643
+0.0682536 0.420005 0.381613
+0.0689708 0.419821 0.38146
+0.0700236 0.419562 0.381292
+0.071397 0.419303 0.381018
+0.0730755 0.418997 0.380728
+0.0751049 0.418524 0.380362
+0.077409 0.418021 0.37995
+0.0802167 0.417426 0.379309
+0.0835126 0.416678 0.378622
+0.0871901 0.415885 0.377935
+0.0975052 0.417105 0.379538
+0.114321 0.42089 0.383581
+0.137179 0.424109 0.387274
+0.197513 0.422827 0.387945
+0.274952 0.42179 0.388998
+0.343069 0.420691 0.390631
+0.400427 0.419379 0.393469
+0.448997 0.421637 0.397787
+0.501762 0.421408 0.40087
+0.551125 0.419654 0.404074
+0.597757 0.416144 0.406989
+0.643275 0.410803 0.409491
+0.683009 0.410742 0.416556
+0.722881 0.413169 0.426368
+0.767117 0.415366 0.437583
+0.816953 0.417166 0.449882
+0.875059 0.418616 0.46363
+0.933379 0.419379 0.478752
+0.961685 0.417624 0.494545
+0.98027 0.417502 0.515145
+0.97499 0.457877 0.564126
+0.0800488 0.450767 0.396353
+0.0802167 0.450721 0.396262
+0.0806287 0.450721 0.396109
+0.0813458 0.450538 0.395804
+0.0823835 0.45037 0.395392
+0.0837262 0.450095 0.394827
+0.0851453 0.449866 0.394156
+0.0871748 0.449561 0.393256
+0.0895399 0.449149 0.392126
+0.0923934 0.448646 0.390768
+0.0954757 0.448112 0.389227
+0.0992752 0.44744 0.387228
+0.10341 0.446662 0.384817
+0.117678 0.449271 0.385641
+0.135058 0.453132 0.386969
+0.161257 0.456275 0.387549
+0.227955 0.455192 0.388602
+0.30811 0.454383 0.390448
+0.377783 0.453498 0.393133
+0.443961 0.459648 0.38967
+0.492256 0.455039 0.401465
+0.551019 0.459937 0.409125
+0.605554 0.462531 0.416251
+0.65388 0.457481 0.41799
+0.702419 0.450507 0.419638
+0.73994 0.449866 0.428977
+0.781537 0.450034 0.439597
+0.828702 0.450507 0.451499
+0.883497 0.451087 0.464958
+0.934966 0.450965 0.479606
+0.963714 0.44828 0.494652
+0.977295 0.448661 0.515648
+0.974868 0.463325 0.549981
+0.093843 0.48394 0.412711
+0.0939498 0.48394 0.41265
+0.0942702 0.483894 0.412421
+0.0949264 0.483864 0.412009
+0.0959182 0.483635 0.411399
+0.0972457 0.483482 0.410605
+0.0988785 0.483268 0.409613
+0.100893 0.482963 0.408362
+0.103105 0.482689 0.406836
+0.105867 0.482292 0.404959
+0.109071 0.481834 0.402625
+0.112505 0.481346 0.399832
+0.11667 0.480766 0.39617
+0.121202 0.480171 0.391745
+0.138109 0.483558 0.391302
+0.155856 0.487541 0.389776
+0.180819 0.490883 0.387167
+0.257206 0.490059 0.388876
+0.342733 0.489448 0.391363
+0.401663 0.504753 0.379843
+0.491066 0.502876 0.381704
+0.53051 0.487541 0.398337
+0.588327 0.490623 0.405539
+0.642542 0.493919 0.412512
+0.69807 0.494545 0.419013
+0.742885 0.49659 0.433631
+0.789319 0.497017 0.446693
+0.836439 0.494224 0.456916
+0.888304 0.493141 0.470024
+0.935607 0.492103 0.484535
+0.964691 0.488884 0.499016
+0.972839 0.490333 0.520516
+0.971588 0.493828 0.54696
+0.108965 0.519615 0.430823
+0.109087 0.519615 0.430716
+0.109499 0.519524 0.430411
+0.110201 0.519478 0.429877
+0.111162 0.519341 0.429145
+0.112261 0.519219 0.428199
+0.113893 0.519005 0.427008
+0.115831 0.518761 0.425422
+0.118166 0.518502 0.423529
+0.120623 0.518212 0.421302
+0.123751 0.517922 0.418494
+0.127291 0.517494 0.415122
+0.13109 0.517082 0.411078
+0.135698 0.516564 0.405936
+0.140871 0.516136 0.399558
+0.158602 0.519844 0.397223
+0.176516 0.523735 0.393042
+0.19881 0.52784 0.385687
+0.289799 0.527352 0.387961
+0.369909 0.535302 0.383215
+0.446174 0.551873 0.370275
+0.537682 0.549142 0.372732
+0.565957 0.521828 0.394385
+0.621317 0.525597 0.402136
+0.67715 0.526986 0.409323
+0.725643 0.532418 0.428382
+0.772839 0.536263 0.446235
+0.82182 0.538705 0.462516
+0.875608 0.540032 0.478477
+0.932494 0.537957 0.491951
+0.964431 0.532525 0.504036
+0.967178 0.535531 0.52697
+0.966323 0.538628 0.55227
+0.125933 0.557519 0.450843
+0.12607 0.557488 0.450721
+0.126482 0.557458 0.45037
+0.127169 0.557427 0.44976
+0.128115 0.557321 0.44892
+0.129381 0.557168 0.447791
+0.130709 0.557076 0.446448
+0.132586 0.556863 0.444678
+0.134844 0.55671 0.442573
+0.137453 0.55639 0.439994
+0.14023 0.556191 0.437018
+0.143618 0.555917 0.433341
+0.147265 0.555566 0.428946
+0.151568 0.555138 0.423575
+0.156207 0.554757 0.416968
+0.161578 0.554376 0.408652
+0.178927 0.557977 0.404303
+0.197971 0.56202 0.397192
+0.2206 0.567132 0.383413
+0.324636 0.567102 0.38587
+0.379416 0.603021 0.355261
+0.497017 0.600793 0.36231
+0.581735 0.597848 0.36875
+0.607797 0.569375 0.388235
+0.653513 0.562264 0.401205
+0.704952 0.56788 0.423758
+0.754711 0.574426 0.448478
+0.803891 0.580346 0.469871
+0.856092 0.58471 0.489204
+0.913664 0.585687 0.504906
+0.955901 0.582055 0.516609
+0.961944 0.581964 0.53492
+0.96144 0.583246 0.55758
+0.14493 0.59762 0.472801
+0.145052 0.59765 0.472663
+0.145464 0.59762 0.472251
+0.14612 0.597543 0.471641
+0.146899 0.597498 0.470726
+0.148043 0.597406 0.469535
+0.149554 0.597299 0.468025
+0.151369 0.597177 0.466133
+0.15349 0.596948 0.463905
+0.155749 0.596796 0.461219
+0.158526 0.596597 0.458
+0.161654 0.596307 0.4542
+0.165026 0.596063 0.449683
+0.168902 0.595758 0.444282
+0.17319 0.595483 0.437812
+0.17789 0.595209 0.429862
+0.183078 0.594934 0.42002
+0.199878 0.598138 0.412833
+0.220798 0.602655 0.40209
+0.252903 0.608164 0.381842
+0.320378 0.637705 0.354513
+0.436591 0.653147 0.355978
+0.549081 0.650416 0.373312
+0.627192 0.648692 0.389471
+0.651148 0.619867 0.400931
+0.682689 0.601709 0.419348
+0.732235 0.610178 0.449729
+0.783398 0.618814 0.476799
+0.839704 0.626978 0.501503
+0.89987 0.63151 0.520394
+0.949935 0.630518 0.53344
+0.958953 0.631907 0.551324
+0.958938 0.633524 0.572274
+0.165499 0.640436 0.49688
+0.165621 0.640436 0.496757
+0.166033 0.640436 0.49633
+0.166629 0.64036 0.495674
+0.167483 0.64033 0.494713
+0.168627 0.640162 0.493416
+0.170001 0.640131 0.491844
+0.171679 0.639979 0.489937
+0.173449 0.639994 0.487602
+0.175647 0.639735 0.484871
+0.17821 0.639551 0.481636
+0.181094 0.639445 0.477821
+0.184146 0.639231 0.473381
+0.187732 0.639002 0.468055
+0.191501 0.638743 0.46186
+0.195926 0.638544 0.454337
+0.200717 0.638346 0.445411
+0.2065 0.638056 0.43357
+0.222812 0.640879 0.422812
+0.244617 0.646036 0.407858
+0.28748 0.669108 0.382864
+0.369665 0.704662 0.376349
+0.514488 0.699626 0.405447
+0.60621 0.700999 0.429297
+0.675929 0.703197 0.445991
+0.692287 0.671046 0.446967
+0.71426 0.645563 0.452857
+0.763516 0.653437 0.481041
+0.819043 0.66363 0.507179
+0.883177 0.672679 0.530587
+0.944884 0.676265 0.548165
+0.959854 0.680262 0.567773
+0.960098 0.683909 0.589136
+0.193576 0.684703 0.523095
+0.193652 0.684611 0.522972
+0.194003 0.684642 0.52256
+0.194537 0.684535 0.521904
+0.1953 0.68455 0.520882
+0.196353 0.68452 0.519631
+0.197665 0.684428 0.518013
+0.199069 0.684367 0.516136
+0.200824 0.684352 0.513878
+0.202823 0.684153 0.511147
+0.205188 0.684092 0.507988
+0.207553 0.684016 0.504356
+0.210437 0.683894 0.500023
+0.213519 0.683757 0.495003
+0.21677 0.68368 0.489158
+0.220493 0.683497 0.482261
+0.224308 0.683406 0.474205
+0.228885 0.683253 0.463798
+0.234272 0.683253 0.449516
+0.249195 0.685817 0.434455
+0.281834 0.699092 0.417548
+0.343572 0.733669 0.406317
+0.47158 0.743236 0.426139
+0.581888 0.745174 0.456992
+0.65565 0.750912 0.474296
+0.722179 0.755657 0.48954
+0.739055 0.725093 0.489647
+0.76051 0.700999 0.49424
+0.801968 0.697688 0.511162
+0.864027 0.709285 0.536126
+0.934188 0.716701 0.556451
+0.961959 0.722271 0.576318
+0.962539 0.731289 0.602319
+0.240757 0.727825 0.551492
+0.240848 0.727855 0.551369
+0.241108 0.727855 0.550958
+0.241581 0.727871 0.550301
+0.242115 0.727794 0.549355
+0.242878 0.727764 0.54815
+0.243992 0.727764 0.546654
+0.245167 0.727733 0.544808
+0.246571 0.727718 0.542626
+0.247944 0.727657 0.540078
+0.249668 0.727703 0.537133
+0.251606 0.727626 0.533654
+0.253819 0.727565 0.529671
+0.256123 0.727565 0.525139
+0.258549 0.727535 0.519799
+0.261326 0.727535 0.513649
+0.264347 0.727459 0.506523
+0.267552 0.727489 0.497642
+0.271672 0.727504 0.485634
+0.276341 0.727642 0.468879
+0.290959 0.7308 0.450248
+0.351034 0.761791 0.447669
+0.429465 0.788678 0.452903
+0.554452 0.789319 0.479332
+0.636667 0.799298 0.501534
+0.705135 0.806638 0.517235
+0.771542 0.812894 0.532372
+0.791074 0.783001 0.530983
+0.814511 0.759411 0.533715
+0.846265 0.743984 0.541115
+0.914961 0.755077 0.564111
+0.963912 0.761349 0.582284
+0.965072 0.772229 0.607874
+0.311147 0.768093 0.583047
+0.311086 0.768109 0.58294
+0.311315 0.768093 0.582574
+0.31165 0.768063 0.581979
+0.312108 0.768139 0.581155
+0.312596 0.768124 0.580056
+0.313329 0.768139 0.578744
+0.314122 0.768139 0.577066
+0.31519 0.7682 0.575113
+0.316258 0.768124 0.572793
+0.317571 0.768185 0.570169
+0.319081 0.768185 0.567132
+0.320455 0.768154 0.563684
+0.322042 0.768231 0.55964
+0.324086 0.768277 0.555077
+0.32604 0.768277 0.549752
+0.328115 0.768353 0.543648
+0.330343 0.76846 0.536263
+0.333349 0.768521 0.526482
+0.336568 0.768734 0.513191
+0.340459 0.769039 0.494423
+0.384222 0.790829 0.491676
+0.448051 0.81883 0.500282
+0.521126 0.836469 0.499718
+0.614786 0.848112 0.525154
+0.68867 0.859907 0.544671
+0.756405 0.868711 0.55996
+0.826001 0.876066 0.575891
+0.849271 0.846067 0.572641
+0.87689 0.822217 0.573816
+0.908202 0.801572 0.576593
+0.952255 0.801419 0.590707
+0.967651 0.812131 0.613779
+0.394171 0.80766 0.619608
+0.394339 0.807721 0.619501
+0.394614 0.807721 0.619196
+0.394629 0.807675 0.618647
+0.395132 0.807675 0.617929
+0.395529 0.807645 0.616907
+0.396109 0.807675 0.615717
+0.396719 0.80763 0.614221
+0.397757 0.80763 0.612543
+0.39855 0.807614 0.610498
+0.399481 0.807584 0.608164
+0.400534 0.80766 0.605585
+0.401709 0.807691 0.602548
+0.40296 0.807599 0.59913
+0.404288 0.80763 0.595254
+0.405936 0.80763 0.59086
+0.407355 0.807675 0.585855
+0.409186 0.807752 0.579934
+0.411399 0.807721 0.572213
+0.413733 0.807843 0.561868
+0.416434 0.807965 0.547784
+0.446494 0.823926 0.545403
+0.492332 0.856168 0.555703
+0.527642 0.890929 0.558816
+0.587701 0.901381 0.54789
+0.668437 0.916671 0.569986
+0.74081 0.929076 0.588556
+0.811337 0.938491 0.605371
+0.886534 0.946715 0.622782
+0.915663 0.916091 0.617929
+0.940337 0.888151 0.614527
+0.957671 0.864088 0.613565
+0.970306 0.851698 0.620798
+0.460441 0.856123 0.660761
+0.460517 0.856153 0.660655
+0.460685 0.856123 0.660365
+0.460899 0.856031 0.659876
+0.461204 0.856046 0.659159
+0.461723 0.856046 0.658305
+0.462242 0.855985 0.657206
+0.462974 0.85597 0.655894
+0.463523 0.855909 0.654353
+0.464439 0.855909 0.652613
+0.4654 0.855787 0.650507
+0.466499 0.855787 0.648203
+0.467689 0.85565 0.645518
+0.469108 0.855619 0.642603
+0.47042 0.855528 0.639216
+0.471778 0.855436 0.635538
+0.473487 0.855344 0.631342
+0.475257 0.855207 0.626291
+0.477485 0.855116 0.619928
+0.479912 0.855009 0.611719
+0.483085 0.85478 0.600778
+0.497642 0.867018 0.595926
+0.527871 0.90399 0.60679
+0.546258 0.940215 0.609751
+0.563821 0.954162 0.584085
+0.631174 0.960937 0.582101
+0.710307 0.967559 0.603891
+0.784283 0.972351 0.622583
+0.858915 0.976242 0.640146
+0.938125 0.9794 0.656916
+0.956802 0.967117 0.653956
+0.976181 0.95697 0.654658
+0.975662 0.935836 0.657145
+0.503044 0.914443 0.701885
+0.50309 0.914443 0.701823
+0.503197 0.914443 0.701534
+0.503395 0.914443 0.701106
+0.5037 0.914397 0.70045
+0.504143 0.914382 0.699611
+0.504662 0.914336 0.698619
+0.505241 0.914305 0.697398
+0.505974 0.914214 0.695964
+0.506767 0.914183 0.694301
+0.507683 0.914107 0.692424
+0.508659 0.914046 0.690257
+0.509743 0.913924 0.687831
+0.510872 0.913878 0.685176
+0.512108 0.913817 0.682231
+0.513527 0.913725 0.678843
+0.515007 0.913558 0.675151
+0.516716 0.91342 0.670771
+0.518761 0.913314 0.665232
+0.52105 0.91313 0.658274
+0.523964 0.912856 0.649165
+0.528954 0.916991 0.639765
+0.544778 0.951766 0.645533
+0.561959 0.971038 0.651377
+0.57966 0.985702 0.649363
+0.59704 0.986999 0.609201
+0.671687 0.993378 0.616434
+0.752651 1 0.63888
+0.829969 1 0.657908
+0.912367 1 0.676356
+0.968246 1 0.689265
+0.972793 0.996262 0.685756
+0.973785 0.985351 0.686915
+0.526665 0.963592 0.735012
+0.526711 0.963577 0.734936
+0.526818 0.963577 0.734691
+0.526986 0.963577 0.734264
+0.527214 0.963592 0.733669
+0.527504 0.963577 0.732906
+0.527932 0.963577 0.731929
+0.528496 0.963546 0.73077
+0.529122 0.963531 0.729427
+0.529809 0.963485 0.727855
+0.530602 0.96347 0.726131
+0.531502 0.963424 0.724117
+0.532464 0.963394 0.721874
+0.533501 0.963348 0.719371
+0.53463 0.963302 0.716625
+0.535668 0.963302 0.713634
+0.536995 0.963241 0.710277
+0.538506 0.96318 0.706325
+0.540276 0.963104 0.701411
+0.542428 0.963012 0.695262
+0.544778 0.962951 0.687449
+0.547875 0.962814 0.677272
+0.561929 0.977813 0.68368
+0.577386 0.997009 0.691707
+0.603571 0.99942 0.708354
+0.620844 1 0.689601
+0.637278 1 0.644404
+0.7196 1 0.66006
+0.803571 1 0.682811
+0.887663 1 0.702266
+0.955673 1 0.717433
+0.970794 1 0.731991
+0.970687 1 0.723903
+0.549691 0.993103 0.770016
+0.549737 0.993088 0.76994
+0.549844 0.993088 0.769696
+0.550027 0.993088 0.769314
+0.550286 0.993072 0.768719
+0.550591 0.993057 0.767971
+0.550988 0.993042 0.767056
+0.551431 0.993027 0.765972
+0.551843 0.993027 0.764721
+0.552422 0.993011 0.763256
+0.553109 0.992981 0.761608
+0.553887 0.992935 0.759747
+0.554742 0.992905 0.757671
+0.555657 0.992859 0.755352
+0.556664 0.992798 0.752819
+0.557748 0.992752 0.750011
+0.558892 0.992691 0.746944
+0.559991 0.992691 0.74342
+0.561563 0.992599 0.73901
+0.563424 0.992523 0.733516
+0.565637 0.992401 0.726619
+0.568109 0.992325 0.717906
+0.581659 0.998825 0.724498
+0.604303 0.999268 0.742916
+0.631373 1 0.764172
+0.654582 1 0.770626
+0.667491 1 0.739986
+0.687037 1 0.692805
+0.775006 1 0.712489
+0.86363 1 0.734264
+0.944945 1 0.750942
+0.971222 1 0.764157
+0.97142 1 0.781125
+0 0.0540017 0.278706
+0 0.053666 0.279484
+0 0.0527199 0.281788
+0 0.0509804 0.285405
+0 0.0484932 0.288975
+0 0.0484169 0.291218
+0.0124666 0.0479591 0.293004
+0.0575113 0.047776 0.294881
+0.101732 0.0481422 0.2972
+0.145937 0.0490578 0.299886
+0.18883 0.0506142 0.303212
+0.227497 0.0528573 0.306935
+0.26302 0.0556802 0.311009
+0.295979 0.0590677 0.315435
+0.326421 0.0628824 0.319966
+0.354192 0.0673228 0.324758
+0.379202 0.072343 0.329732
+0.404685 0.0775769 0.335393
+0.432822 0.0831922 0.342428
+0.463004 0.0899519 0.35024
+0.494621 0.0981765 0.359106
+0.528084 0.108248 0.369131
+0.563165 0.120241 0.380621
+0.599817 0.134554 0.393637
+0.638575 0.151461 0.408392
+0.680095 0.171099 0.425269
+0.724697 0.193194 0.444297
+0.772625 0.217639 0.465507
+0.824414 0.244633 0.488426
+0.881682 0.273838 0.512795
+0.933394 0.305135 0.538033
+0.957214 0.337514 0.563973
+0.982452 0.371176 0.591669
+0 0.0543679 0.279301
+0 0.054078 0.280049
+0 0.0531167 0.282338
+0 0.0514229 0.285954
+0 0.0488136 0.289982
+0 0.048661 0.29218
+0.00973526 0.0482795 0.29395
+0.0553597 0.0480507 0.29572
+0.0999924 0.0484016 0.297963
+0.144549 0.0492714 0.300557
+0.187854 0.0507973 0.303716
+0.22681 0.0529793 0.307362
+0.262547 0.055848 0.311452
+0.295659 0.059205 0.31577
+0.326146 0.062974 0.320211
+0.353994 0.0674296 0.325063
+0.379171 0.0724498 0.329915
+0.404608 0.0776532 0.335515
+0.432685 0.0833143 0.342504
+0.463004 0.0899977 0.350256
+0.494575 0.0982986 0.35906
+0.528099 0.108354 0.369039
+0.563195 0.120348 0.380514
+0.599786 0.134737 0.393484
+0.63859 0.151568 0.408225
+0.68014 0.171145 0.425086
+0.724727 0.193286 0.444144
+0.772656 0.217777 0.465293
+0.824506 0.244694 0.488258
+0.881758 0.273899 0.512581
+0.933394 0.305241 0.53782
+0.957214 0.337621 0.56379
+0.982452 0.371237 0.591501
+0 0.0563211 0.281468
+0 0.0560922 0.282277
+0 0.0549477 0.28423
+0 0.0528878 0.287465
+0 0.0499733 0.292042
+0 0.049424 0.294942
+0.00161746 0.0492409 0.296666
+0.0488136 0.0488289 0.298116
+0.0949416 0.0490425 0.299992
+0.14078 0.0497902 0.302403
+0.184771 0.0513313 0.305303
+0.224704 0.0534066 0.308705
+0.261021 0.0563058 0.312703
+0.294469 0.0595865 0.316808
+0.325475 0.0632944 0.321157
+0.353613 0.067689 0.325734
+0.379004 0.0725872 0.330495
+0.404486 0.0778668 0.335958
+0.432593 0.0835889 0.342763
+0.462959 0.0902876 0.350332
+0.494606 0.0985733 0.358984
+0.528084 0.10869 0.368841
+0.563165 0.120684 0.380209
+0.599802 0.135058 0.393103
+0.638575 0.15198 0.407797
+0.680217 0.171496 0.424674
+0.724773 0.193591 0.443641
+0.772641 0.218112 0.464729
+0.824445 0.245045 0.487633
+0.881758 0.274189 0.511986
+0.93341 0.305486 0.537163
+0.957214 0.337819 0.563149
+0.982452 0.371466 0.590906
+0 0.0632792 0.286412
+0 0.0630045 0.28719
+0 0.0618296 0.289067
+0 0.0595865 0.292317
+0 0.056199 0.296513
+0 0.0538643 0.300999
+0 0.0528573 0.302129
+0.037583 0.0509804 0.302388
+0.0855879 0.0502632 0.30338
+0.133471 0.0508278 0.305379
+0.179171 0.0522164 0.307866
+0.220691 0.0543526 0.310964
+0.258396 0.057023 0.314595
+0.292454 0.0602731 0.318456
+0.324163 0.0638132 0.322637
+0.352773 0.0681621 0.326894
+0.378546 0.0729381 0.331456
+0.404196 0.0782635 0.336629
+0.432456 0.0839704 0.343099
+0.462806 0.0907912 0.350454
+0.494499 0.0991073 0.358877
+0.528023 0.109224 0.368505
+0.563119 0.121324 0.37969
+0.599802 0.135683 0.392432
+0.63859 0.152544 0.407065
+0.680247 0.172091 0.423774
+0.724819 0.194232 0.442771
+0.772686 0.218616 0.463737
+0.824537 0.245502 0.48661
+0.881758 0.274708 0.510933
+0.933425 0.305898 0.536156
+0.957229 0.338216 0.562142
+0.982437 0.371801 0.589883
+0 0.0740673 0.292424
+0 0.0737621 0.293187
+0 0.0725872 0.295155
+0 0.0703288 0.298268
+0 0.0668193 0.302251
+0 0.0631266 0.307729
+0 0.0620584 0.311467
+0.0275425 0.0602274 0.311467
+0.0772717 0.0585794 0.311635
+0.125231 0.0571756 0.312016
+0.172 0.0561227 0.312703
+0.214649 0.0556344 0.313939
+0.253849 0.0582284 0.317189
+0.289479 0.0612345 0.320607
+0.32221 0.0646525 0.324498
+0.351431 0.0689097 0.328481
+0.377752 0.0734417 0.332692
+0.403784 0.0787366 0.337499
+0.43212 0.0845197 0.343572
+0.462531 0.0914931 0.350545
+0.494347 0.0998398 0.358618
+0.527993 0.110018 0.368078
+0.563043 0.122087 0.378897
+0.599817 0.136553 0.391485
+0.638666 0.153307 0.40589
+0.680232 0.172976 0.422553
+0.724834 0.19498 0.441398
+0.772763 0.219272 0.462303
+0.824537 0.24622 0.485161
+0.881804 0.275364 0.509468
+0.933455 0.306493 0.53463
+0.957229 0.33875 0.560662
+0.982422 0.372274 0.58851
+0 0.08925 0.299184
+0 0.0889754 0.299947
+0 0.0878462 0.301839
+0 0.0857099 0.304814
+0 0.082475 0.308721
+0 0.0773785 0.313497
+0 0.0757305 0.321111
+0.0134127 0.0740063 0.322454
+0.0664225 0.0721294 0.322179
+0.116838 0.0704967 0.322164
+0.165347 0.0692607 0.322515
+0.210071 0.0683757 0.323369
+0.249622 0.0677806 0.324559
+0.285725 0.067277 0.325856
+0.318929 0.066804 0.327199
+0.349416 0.0698558 0.330373
+0.376562 0.0740978 0.334264
+0.403067 0.0793469 0.338628
+0.431571 0.0852064 0.344106
+0.462135 0.0923018 0.350545
+0.494057 0.100801 0.358267
+0.527855 0.110979 0.367391
+0.562905 0.12314 0.377859
+0.599802 0.13756 0.390158
+0.63859 0.154498 0.40441
+0.680201 0.17406 0.42089
+0.724895 0.195956 0.439612
+0.772824 0.22031 0.460472
+0.824628 0.247166 0.483268
+0.88188 0.276143 0.507469
+0.933501 0.30724 0.532677
+0.957244 0.339452 0.55877
+0.982391 0.372869 0.586725
+0 0.108614 0.30631
+0 0.108446 0.307012
+0 0.107469 0.308751
+0 0.105638 0.31162
+0 0.102586 0.315465
+0 0.098085 0.319982
+0 0.09514 0.326894
+0 0.0928511 0.335088
+0.0518196 0.0907607 0.334401
+0.10547 0.0888838 0.333944
+0.156451 0.0872816 0.333822
+0.203952 0.0860609 0.334081
+0.245472 0.0850538 0.334936
+0.28275 0.0841993 0.335988
+0.316945 0.0834516 0.337118
+0.348089 0.0827649 0.338308
+0.375296 0.0822156 0.339498
+0.402197 0.0817273 0.340734
+0.430945 0.0860304 0.344564
+0.461509 0.0933852 0.350484
+0.493828 0.101884 0.357748
+0.527581 0.112154 0.366323
+0.562661 0.124392 0.376425
+0.599725 0.138857 0.388418
+0.638697 0.155779 0.402594
+0.680125 0.175357 0.418769
+0.724865 0.197253 0.437385
+0.772808 0.221515 0.458106
+0.824781 0.248203 0.480995
+0.881849 0.27715 0.505043
+0.933532 0.308171 0.530266
+0.957244 0.340261 0.55639
+0.982361 0.373602 0.584466
+0 0.131289 0.313436
+0 0.131075 0.313985
+0 0.130343 0.315679
+0 0.128893 0.318456
+0 0.126253 0.322103
+0 0.122499 0.326497
+0 0.11783 0.332235
+0 0.116716 0.340764
+0.0318761 0.113649 0.347723
+0.090013 0.111482 0.346777
+0.144915 0.109514 0.34612
+0.195834 0.107881 0.346075
+0.239933 0.10663 0.346532
+0.279149 0.10547 0.347265
+0.314473 0.104356 0.34815
+0.346777 0.103365 0.349081
+0.374868 0.10222 0.349966
+0.401801 0.101442 0.350759
+0.430213 0.101167 0.351629
+0.4607 0.100618 0.353185
+0.493248 0.103212 0.356909
+0.527184 0.113573 0.364904
+0.56257 0.125902 0.374716
+0.599573 0.140414 0.386267
+0.638621 0.157397 0.400153
+0.680095 0.176913 0.416129
+0.724865 0.198734 0.434607
+0.772885 0.222858 0.455222
+0.824826 0.249439 0.47808
+0.881895 0.278309 0.502098
+0.933577 0.30927 0.527321
+0.957275 0.341253 0.553552
+0.982391 0.374456 0.581796
+0 0.156527 0.320699
+0 0.156344 0.321187
+0 0.155795 0.32285
+0 0.154665 0.32546
+0 0.152667 0.32874
+0 0.14963 0.333059
+0 0.144961 0.337957
+0 0.143175 0.345632
+0.0225986 0.141207 0.354589
+0.0697795 0.13756 0.360845
+0.129122 0.135271 0.359731
+0.184817 0.133089 0.35906
+0.232517 0.131518 0.358984
+0.274281 0.129976 0.359304
+0.311513 0.128466 0.359854
+0.345281 0.12694 0.360479
+0.374243 0.125399 0.361089
+0.402075 0.123934 0.361563
+0.430152 0.124102 0.361608
+0.460349 0.123964 0.362478
+0.492393 0.123445 0.364019
+0.526329 0.122591 0.366354
+0.562142 0.127611 0.372305
+0.599344 0.142229 0.383581
+0.638453 0.159258 0.397131
+0.679988 0.178668 0.412985
+0.724727 0.200443 0.43122
+0.773037 0.22443 0.451911
+0.824857 0.250904 0.474586
+0.882109 0.279652 0.498711
+0.933684 0.31046 0.523873
+0.957336 0.342351 0.550271
+0.982467 0.375402 0.57879
+0 0.183505 0.328161
+0 0.183444 0.328618
+0 0.183047 0.330159
+0 0.182086 0.332479
+0 0.180591 0.335729
+0 0.17818 0.339773
+0 0.174548 0.34435
+0 0.17084 0.350439
+0.0206149 0.170199 0.359197
+0.0564279 0.167529 0.368917
+0.108141 0.163821 0.374502
+0.169131 0.161151 0.373175
+0.223148 0.158953 0.372534
+0.268391 0.157046 0.372488
+0.308125 0.155077 0.372564
+0.343664 0.153079 0.372747
+0.374166 0.151034 0.372992
+0.403006 0.148943 0.373373
+0.431388 0.14931 0.372503
+0.461494 0.149523 0.372412
+0.493141 0.14934 0.373342
+0.526543 0.148898 0.375174
+0.561624 0.148074 0.377829
+0.598871 0.146899 0.381323
+0.638178 0.161273 0.393393
+0.679896 0.180743 0.409155
+0.724743 0.202289 0.427268
+0.772931 0.2262 0.447745
+0.824826 0.252644 0.470375
+0.882063 0.281224 0.49453
+0.933852 0.311879 0.519905
+0.957458 0.343572 0.546456
+0.982437 0.376562 0.575097
+0 0.21033 0.335714
+0 0.210239 0.336141
+0 0.209979 0.33753
+0 0.209354 0.339712
+0 0.208316 0.342672
+0 0.206607 0.346151
+0 0.203906 0.3505
+0.00161746 0.199985 0.355535
+0.0191653 0.199115 0.363455
+0.0510719 0.197925 0.372732
+0.0903182 0.194888 0.383398
+0.147753 0.190768 0.388525
+0.209323 0.187854 0.387152
+0.260258 0.185565 0.386435
+0.303532 0.183307 0.38616
+0.341634 0.18088 0.386069
+0.37409 0.178378 0.385901
+0.404379 0.175631 0.385794
+0.433616 0.175708 0.383932
+0.463508 0.176379 0.382834
+0.494911 0.176684 0.382956
+0.52781 0.176608 0.384161
+0.562509 0.176135 0.386389
+0.598856 0.175372 0.389776
+0.637812 0.174105 0.394049
+0.679667 0.182986 0.40441
+0.724529 0.204471 0.422431
+0.772778 0.228229 0.442847
+0.824704 0.254536 0.465492
+0.882048 0.282979 0.489693
+0.933898 0.313466 0.515206
+0.957473 0.344991 0.541909
+0.982391 0.377829 0.57084
+0 0.237186 0.34313
+0 0.237171 0.343526
+0 0.236988 0.344747
+0 0.236515 0.346639
+0 0.235676 0.349187
+0 0.234363 0.352453
+0.0012665 0.232273 0.356283
+0.007187 0.229297 0.360815
+0.0189059 0.226627 0.366766
+0.0467231 0.226658 0.375586
+0.0818341 0.225208 0.385763
+0.124193 0.221622 0.397879
+0.187427 0.217243 0.402487
+0.247288 0.214389 0.401022
+0.296513 0.211627 0.400244
+0.338293 0.208804 0.39971
+0.373846 0.205829 0.399252
+0.406104 0.202457 0.398749
+0.43653 0.201999 0.396002
+0.46656 0.203052 0.393591
+0.49781 0.203708 0.392645
+0.530419 0.204013 0.393149
+0.564614 0.204028 0.394919
+0.600259 0.203677 0.397879
+0.638498 0.20296 0.401892
+0.679591 0.201816 0.40708
+0.724208 0.206821 0.416693
+0.772534 0.230488 0.437095
+0.824857 0.256504 0.459907
+0.881941 0.284932 0.484138
+0.933944 0.315206 0.509758
+0.957458 0.346563 0.536767
+0.982345 0.379232 0.566064
+0 0.264256 0.350607
+0 0.264164 0.350927
+0 0.264012 0.351843
+0 0.263523 0.353399
+0 0.262943 0.355612
+0.0027924 0.261875 0.358358
+0.00704967 0.260334 0.361669
+0.0125734 0.258106 0.36556
+0.0207828 0.254734 0.37026
+0.0426795 0.254475 0.377905
+0.0755016 0.254337 0.387381
+0.111086 0.252827 0.398581
+0.160647 0.249195 0.408301
+0.227802 0.246143 0.407507
+0.283238 0.243259 0.407691
+0.329915 0.240131 0.408347
+0.369818 0.236393 0.408942
+0.40502 0.231785 0.409522
+0.43978 0.227909 0.408347
+0.470085 0.22948 0.403998
+0.50135 0.23061 0.401907
+0.53373 0.23122 0.401556
+0.567498 0.231617 0.402716
+0.60267 0.23154 0.405203
+0.639963 0.231327 0.409049
+0.68014 0.23064 0.414115
+0.724102 0.229496 0.42034
+0.772457 0.232868 0.430472
+0.824689 0.258793 0.4533
+0.881956 0.2869 0.477791
+0.933989 0.317128 0.503548
+0.957458 0.348241 0.530877
+0.9823 0.380697 0.560555
+0.000534066 0.291279 0.357519
+0.000885023 0.291249 0.357748
+0.00189212 0.291005 0.358495
+0.00360113 0.290684 0.359731
+0.00601205 0.290074 0.361456
+0.00892653 0.289296 0.36376
+0.0128634 0.288075 0.366567
+0.0178988 0.286229 0.369955
+0.0250858 0.283726 0.373983
+0.039353 0.281529 0.379355
+0.0688334 0.282399 0.388128
+0.102007 0.282353 0.398276
+0.137621 0.280568 0.410574
+0.202502 0.277745 0.411002
+0.265278 0.275273 0.411002
+0.316838 0.272816 0.411505
+0.360403 0.269947 0.412299
+0.398276 0.266148 0.413336
+0.436316 0.261158 0.414191
+0.474113 0.255711 0.414237
+0.505531 0.257237 0.41062
+0.537774 0.258167 0.409232
+0.571145 0.258824 0.409735
+0.605753 0.259098 0.411826
+0.642313 0.259174 0.415335
+0.681544 0.258946 0.420188
+0.724361 0.258274 0.426352
+0.77171 0.25716 0.433875
+0.824506 0.261311 0.445533
+0.881819 0.289174 0.470344
+0.934203 0.319142 0.496635
+0.957504 0.350103 0.524254
+0.982345 0.382345 0.554452
+0.00885023 0.317922 0.364294
+0.00906386 0.317876 0.364477
+0.00973526 0.317708 0.365103
+0.0111086 0.317464 0.366079
+0.013077 0.31693 0.367437
+0.0156558 0.316213 0.369207
+0.0187533 0.315312 0.371359
+0.0230564 0.313954 0.37409
+0.0296025 0.312032 0.377386
+0.039826 0.309209 0.381262
+0.062562 0.309483 0.38819
+0.0932631 0.310491 0.397238
+0.126238 0.310384 0.408072
+0.171572 0.308568 0.413642
+0.242969 0.306218 0.413138
+0.300679 0.304204 0.413382
+0.348531 0.302113 0.414054
+0.38999 0.299229 0.41529
+0.429969 0.295155 0.416617
+0.470344 0.289693 0.417838
+0.509712 0.28365 0.418097
+0.541909 0.284947 0.415534
+0.574853 0.285832 0.41532
+0.60882 0.286442 0.416983
+0.644923 0.286717 0.420188
+0.683299 0.286763 0.424887
+0.725017 0.286488 0.430869
+0.770993 0.285847 0.438254
+0.823087 0.284428 0.447074
+0.881483 0.291676 0.461784
+0.934234 0.32137 0.488533
+0.957595 0.352087 0.516854
+0.982406 0.3841 0.54757
+0.0175326 0.34403 0.37142
+0.017731 0.343954 0.371542
+0.0183566 0.343755 0.371969
+0.019379 0.343481 0.372686
+0.0206912 0.34313 0.373754
+0.0228885 0.342611 0.375051
+0.0258183 0.341802 0.37673
+0.029633 0.340719 0.378851
+0.0356603 0.339269 0.381201
+0.0442664 0.337194 0.384085
+0.0582437 0.335454 0.388373
+0.085832 0.337331 0.396353
+0.115801 0.338323 0.405875
+0.15111 0.338155 0.415473
+0.214939 0.33611 0.414939
+0.280766 0.334508 0.414816
+0.334142 0.332891 0.415152
+0.379934 0.3308 0.416144
+0.422339 0.327703 0.417807
+0.464607 0.323262 0.419303
+0.506477 0.317296 0.420432
+0.546288 0.311421 0.420752
+0.578958 0.31252 0.41976
+0.612573 0.313237 0.420874
+0.647913 0.313787 0.423789
+0.68542 0.314122 0.42826
+0.726162 0.314092 0.434195
+0.770962 0.31371 0.441596
+0.821607 0.312734 0.450294
+0.880156 0.311086 0.460487
+0.934234 0.323766 0.479316
+0.957595 0.354238 0.508354
+0.982208 0.387594 0.541527
+0.0273747 0.369116 0.379232
+0.0275425 0.369055 0.379294
+0.0280613 0.368917 0.379599
+0.0288701 0.368658 0.380056
+0.029984 0.368338 0.380835
+0.032166 0.36788 0.38172
+0.035111 0.367117 0.382803
+0.0385595 0.366339 0.384283
+0.0441291 0.365072 0.385946
+0.0509346 0.363607 0.388098
+0.0605173 0.361639 0.390555
+0.0807202 0.362203 0.396216
+0.10721 0.36434 0.404334
+0.136187 0.365698 0.413886
+0.185855 0.36463 0.41648
+0.256321 0.363012 0.416373
+0.317113 0.361761 0.41651
+0.368582 0.360449 0.416968
+0.413382 0.358373 0.418326
+0.458289 0.354833 0.420371
+0.502403 0.34992 0.421714
+0.545068 0.343633 0.422812
+0.583825 0.338659 0.422873
+0.616938 0.339559 0.423667
+0.651408 0.340307 0.42649
+0.68835 0.34078 0.430777
+0.728069 0.340887 0.436622
+0.77171 0.340764 0.444007
+0.820981 0.340093 0.45275
+0.883101 0.339925 0.465278
+0.937911 0.338704 0.479744
+0.964935 0.365423 0.510048
+0.980621 0.40354 0.549538
+0.0412757 0.394659 0.388174
+0.0414282 0.394629 0.388235
+0.0419623 0.394491 0.388373
+0.0429694 0.394278 0.388617
+0.044419 0.393927 0.388998
+0.0463874 0.393515 0.389456
+0.048661 0.39295 0.390143
+0.0518196 0.392325 0.390967
+0.0561379 0.391379 0.391928
+0.0615549 0.390311 0.39321
+0.0683604 0.388907 0.394812
+0.078172 0.387366 0.397024
+0.101015 0.390097 0.403632
+0.125475 0.392615 0.411337
+0.160815 0.393484 0.417807
+0.22356 0.391897 0.417792
+0.294026 0.390829 0.418051
+0.353536 0.389807 0.418235
+0.402975 0.388678 0.418769
+0.450141 0.386175 0.421271
+0.497292 0.382208 0.423011
+0.542184 0.376822 0.424063
+0.585122 0.369985 0.424598
+0.622141 0.366461 0.425345
+0.656153 0.367102 0.428183
+0.69218 0.367697 0.432731
+0.734615 0.369863 0.441627
+0.781811 0.371817 0.452155
+0.836072 0.373068 0.464225
+0.901045 0.373602 0.47776
+0.944472 0.372534 0.492302
+0.97467 0.378988 0.512947
+0.978607 0.421775 0.557885
+0.0644541 0.421805 0.398978
+0.0645762 0.421714 0.398978
+0.0649424 0.421653 0.399023
+0.0655833 0.421546 0.399115
+0.0664073 0.421286 0.399222
+0.0675059 0.420981 0.39942
+0.0691844 0.4206 0.399588
+0.0714885 0.420081 0.399786
+0.074342 0.419471 0.400092
+0.0776226 0.418723 0.400534
+0.0818952 0.417823 0.401007
+0.0868696 0.416724 0.401572
+0.0982528 0.417227 0.404395
+0.118074 0.420401 0.410224
+0.139315 0.423438 0.416876
+0.188159 0.423072 0.418677
+0.259846 0.42182 0.419257
+0.330159 0.420935 0.420188
+0.390494 0.41976 0.420645
+0.439002 0.418997 0.422126
+0.489998 0.4159 0.424506
+0.53814 0.411566 0.425299
+0.582788 0.405768 0.425666
+0.628595 0.400748 0.429252
+0.668223 0.400748 0.434958
+0.707195 0.403571 0.44303
+0.749859 0.405982 0.452491
+0.797803 0.408011 0.463554
+0.852781 0.409598 0.475853
+0.917906 0.410834 0.489662
+0.950561 0.409964 0.504387
+0.981125 0.407172 0.520256
+0.976822 0.438544 0.56112
+0.0827649 0.451957 0.412726
+0.082887 0.451911 0.41268
+0.083299 0.45185 0.412604
+0.0839551 0.451728 0.412482
+0.0847028 0.45153 0.412375
+0.0859998 0.451255 0.412146
+0.0875868 0.450935 0.411902
+0.0895247 0.450492 0.411597
+0.0917678 0.45005 0.41117
+0.0942245 0.449516 0.410697
+0.0971389 0.449012 0.410071
+0.100603 0.44828 0.40943
+0.104417 0.447349 0.408759
+0.117128 0.449424 0.411154
+0.133989 0.453101 0.415076
+0.156893 0.456382 0.418753
+0.216312 0.455329 0.419684
+0.294377 0.454475 0.42092
+0.367422 0.453498 0.422736
+0.427588 0.451972 0.425757
+0.480583 0.454109 0.430137
+0.536141 0.453864 0.433463
+0.586999 0.451926 0.436896
+0.634882 0.448127 0.439994
+0.682658 0.442206 0.442603
+0.723278 0.443244 0.450904
+0.765545 0.446067 0.461372
+0.81294 0.448493 0.473259
+0.86685 0.45095 0.486305
+0.925628 0.452918 0.500679
+0.955779 0.45211 0.515389
+0.976318 0.452247 0.533944
+0.975189 0.456992 0.560403
+0.0961471 0.485054 0.42855
+0.0962997 0.485008 0.428534
+0.0967117 0.485054 0.428305
+0.0973678 0.484825 0.428046
+0.0983291 0.484672 0.427665
+0.0995651 0.484459 0.427207
+0.101122 0.484215 0.426581
+0.102922 0.48397 0.425818
+0.105089 0.483558 0.424887
+0.107729 0.483116 0.423743
+0.110765 0.482673 0.42237
+0.114015 0.482094 0.420691
+0.117983 0.481392 0.418631
+0.122133 0.480751 0.416007
+0.137636 0.483619 0.417105
+0.155108 0.487495 0.418326
+0.176867 0.490929 0.418906
+0.241886 0.490166 0.420356
+0.33048 0.489387 0.422461
+0.403037 0.488426 0.425238
+0.474845 0.494972 0.421027
+0.526619 0.489891 0.433906
+0.586892 0.495109 0.442008
+0.642588 0.497948 0.450019
+0.692256 0.493004 0.452018
+0.741985 0.486778 0.454994
+0.783001 0.487694 0.466438
+0.82681 0.488106 0.477745
+0.87718 0.489189 0.490501
+0.930449 0.489555 0.504128
+0.95874 0.487373 0.517571
+0.972671 0.488075 0.536721
+0.971389 0.492042 0.561776
+0.111269 0.520546 0.445914
+0.11136 0.520546 0.445823
+0.111681 0.5205 0.445655
+0.112337 0.52047 0.445289
+0.113268 0.520272 0.444724
+0.114504 0.520119 0.443992
+0.11603 0.519875 0.443091
+0.117906 0.519631 0.441962
+0.120012 0.519432 0.440589
+0.122469 0.519066 0.438987
+0.125429 0.518654 0.436988
+0.128801 0.518196 0.434577
+0.132387 0.517754 0.431739
+0.136797 0.517143 0.428153
+0.141497 0.516625 0.423728
+0.158129 0.519905 0.423056
+0.175769 0.523674 0.421729
+0.195163 0.527916 0.418082
+0.27512 0.527337 0.420172
+0.366384 0.526833 0.422904
+0.428595 0.543206 0.410163
+0.524605 0.540719 0.412726
+0.566262 0.524498 0.430686
+0.623804 0.527947 0.439109
+0.678676 0.531868 0.447532
+0.734218 0.533837 0.456672
+0.781994 0.539071 0.474907
+0.830488 0.540978 0.489647
+0.880919 0.538994 0.501106
+0.932403 0.535897 0.512383
+0.960967 0.532708 0.524971
+0.966796 0.5346 0.544686
+0.966064 0.538048 0.568505
+0.128176 0.558358 0.465248
+0.128298 0.558358 0.465141
+0.128695 0.558282 0.464836
+0.129335 0.558206 0.464393
+0.130083 0.558175 0.463783
+0.131243 0.558022 0.462867
+0.132753 0.557885 0.461738
+0.1346 0.557626 0.46038
+0.136767 0.557397 0.458686
+0.13904 0.557229 0.456703
+0.141924 0.556878 0.454276
+0.145174 0.556527 0.451408
+0.148638 0.556146 0.448051
+0.152789 0.555734 0.44387
+0.157168 0.55523 0.438819
+0.16231 0.554818 0.432517
+0.178546 0.558068 0.429831
+0.19733 0.562005 0.425772
+0.218143 0.566918 0.417304
+0.310597 0.567086 0.419028
+0.394476 0.575708 0.413825
+0.479332 0.592065 0.40145
+0.572854 0.589303 0.407675
+0.600458 0.56112 0.428702
+0.656016 0.565301 0.438621
+0.712261 0.567529 0.447822
+0.760433 0.575586 0.471702
+0.808972 0.581353 0.491875
+0.861295 0.585443 0.510109
+0.918853 0.585687 0.524239
+0.958679 0.581582 0.535119
+0.961563 0.582574 0.553948
+0.960906 0.586786 0.578149
+0.146868 0.598413 0.486488
+0.146975 0.598413 0.486381
+0.14728 0.598367 0.486046
+0.147921 0.598276 0.485542
+0.148821 0.598245 0.484764
+0.150027 0.598138 0.483726
+0.151492 0.597986 0.48246
+0.153246 0.597848 0.480903
+0.155215 0.597635 0.479026
+0.157427 0.597513 0.476799
+0.160143 0.597253 0.474144
+0.163195 0.596948 0.470985
+0.166354 0.596719 0.467277
+0.170153 0.596368 0.462837
+0.174151 0.596063 0.457557
+0.17879 0.595773 0.451118
+0.183841 0.595346 0.443229
+0.199695 0.598199 0.437827
+0.220356 0.602625 0.430549
+0.245441 0.608057 0.416434
+0.347387 0.608988 0.416556
+0.410071 0.645441 0.386053
+0.53608 0.642039 0.401434
+0.618906 0.639979 0.412955
+0.643626 0.610971 0.429282
+0.688396 0.603891 0.443168
+0.738796 0.611292 0.470451
+0.789532 0.61912 0.496422
+0.843427 0.626551 0.518563
+0.90193 0.630533 0.535973
+0.950805 0.629343 0.548547
+0.958892 0.630762 0.565957
+0.958785 0.632349 0.586038
+0.167452 0.641062 0.509819
+0.167605 0.641047 0.509712
+0.167926 0.641032 0.509346
+0.168566 0.640986 0.508797
+0.169406 0.640925 0.507927
+0.170474 0.640848 0.506844
+0.171832 0.640742 0.50544
+0.173266 0.64065 0.503777
+0.175082 0.640574 0.501762
+0.177279 0.640406 0.499413
+0.179736 0.640162 0.49659
+0.182376 0.639963 0.49337
+0.185534 0.63975 0.489494
+0.189029 0.639445 0.484962
+0.192676 0.639261 0.479683
+0.197024 0.639033 0.47335
+0.201633 0.638773 0.465797
+0.207187 0.638437 0.455955
+0.222675 0.641016 0.447242
+0.243656 0.64593 0.436042
+0.277089 0.651957 0.415045
+0.350469 0.681895 0.38471
+0.483909 0.693828 0.402258
+0.592538 0.693034 0.426719
+0.66746 0.693706 0.442741
+0.688975 0.664454 0.452781
+0.718288 0.645884 0.469062
+0.769863 0.655558 0.498787
+0.825711 0.664973 0.524315
+0.889891 0.672877 0.546578
+0.946395 0.674968 0.561975
+0.959808 0.677897 0.579583
+0.959991 0.681559 0.600305
+0.195758 0.685145 0.535119
+0.19588 0.68513 0.534997
+0.196201 0.685054 0.53463
+0.19675 0.685054 0.534035
+0.197574 0.685039 0.533181
+0.198566 0.684947 0.532036
+0.199664 0.684977 0.530663
+0.201114 0.68484 0.528969
+0.202869 0.684749 0.52694
+0.204898 0.684611 0.524498
+0.207065 0.68455 0.521721
+0.209491 0.684504 0.518471
+0.212253 0.684291 0.514687
+0.215244 0.684169 0.510262
+0.218448 0.684031 0.50515
+0.222049 0.683833 0.499107
+0.225788 0.683711 0.492134
+0.230228 0.683513 0.483146
+0.235447 0.683406 0.470893
+0.249592 0.685802 0.458152
+0.27512 0.690822 0.442985
+0.328161 0.713375 0.419974
+0.426932 0.745052 0.423362
+0.565972 0.743328 0.458213
+0.649332 0.749386 0.477317
+0.719799 0.753292 0.491585
+0.737148 0.721248 0.495338
+0.756069 0.693019 0.501656
+0.808759 0.700618 0.526726
+0.871305 0.711482 0.551598
+0.937957 0.717693 0.571145
+0.962051 0.723186 0.591348
+0.962554 0.730587 0.615244
+0.24329 0.728176 0.562295
+0.243305 0.728176 0.562188
+0.243717 0.728145 0.561868
+0.244083 0.72813 0.561273
+0.244648 0.728115 0.560388
+0.245533 0.728069 0.559319
+0.246433 0.728038 0.557977
+0.247715 0.728023 0.556329
+0.248798 0.728038 0.554421
+0.25034 0.727977 0.552087
+0.252049 0.727947 0.549401
+0.253925 0.727855 0.546304
+0.256001 0.72781 0.542702
+0.258213 0.727794 0.538628
+0.260716 0.727718 0.533883
+0.263508 0.727672 0.528374
+0.266255 0.727657 0.522087
+0.269505 0.727596 0.514138
+0.273457 0.727657 0.503563
+0.278386 0.727672 0.488899
+0.291493 0.729671 0.472374
+0.332128 0.743084 0.457282
+0.41268 0.776577 0.457267
+0.532433 0.791257 0.480797
+0.627909 0.801465 0.505882
+0.7028 0.809674 0.522499
+0.77409 0.815946 0.537621
+0.789563 0.780133 0.536126
+0.810193 0.752605 0.539452
+0.853803 0.747478 0.555489
+0.923018 0.75758 0.577966
+0.964538 0.763607 0.59678
+0.965194 0.773983 0.621973
+0.313634 0.768322 0.59263
+0.313695 0.768292 0.592493
+0.313909 0.768322 0.592157
+0.314244 0.768353 0.591608
+0.314717 0.768307 0.590829
+0.315221 0.768353 0.589822
+0.315953 0.768307 0.588556
+0.316747 0.768231 0.586999
+0.317922 0.768292 0.585214
+0.31899 0.768277 0.583124
+0.320104 0.768261 0.580697
+0.321462 0.768353 0.57792
+0.323095 0.768277 0.574716
+0.324758 0.768307 0.571084
+0.326558 0.768307 0.566918
+0.328496 0.768368 0.562112
+0.33048 0.768383 0.556695
+0.332937 0.768429 0.549966
+0.336004 0.768551 0.541146
+0.339055 0.768719 0.529259
+0.342916 0.768887 0.512489
+0.356741 0.772091 0.493339
+0.430014 0.803326 0.49958
+0.502022 0.837903 0.509834
+0.601022 0.849531 0.527886
+0.682475 0.862928 0.549279
+0.75491 0.872007 0.564782
+0.828565 0.879347 0.580896
+0.848051 0.84387 0.577142
+0.872572 0.816236 0.578592
+0.904906 0.796277 0.584176
+0.956954 0.804471 0.603754
+0.96788 0.815274 0.627359
+0.396506 0.807889 0.627756
+0.396674 0.807919 0.62768
+0.396811 0.807919 0.62739
+0.396979 0.807889 0.626856
+0.397253 0.807843 0.626139
+0.397726 0.807904 0.625238
+0.398337 0.807874 0.624094
+0.398962 0.807858 0.622721
+0.399786 0.807797 0.621164
+0.400488 0.807858 0.619303
+0.401511 0.807858 0.617136
+0.402457 0.807874 0.614664
+0.40383 0.807828 0.611872
+0.405081 0.807782 0.608682
+0.406516 0.807813 0.605097
+0.407919 0.807813 0.601083
+0.409461 0.807843 0.596475
+0.411337 0.807828 0.590936
+0.413474 0.807858 0.583825
+0.416022 0.80795 0.574487
+0.418677 0.808026 0.561608
+0.422248 0.808179 0.543496
+0.468467 0.835096 0.546517
+0.517388 0.876402 0.557488
+0.569039 0.902434 0.549279
+0.658061 0.918074 0.572763
+0.735592 0.931655 0.592264
+0.810208 0.941299 0.609339
+0.889189 0.94966 0.62707
+0.914672 0.914366 0.62179
+0.938323 0.883116 0.618692
+0.954238 0.856718 0.618265
+0.970581 0.856123 0.633677
+0.46183 0.856535 0.667872
+0.461845 0.856565 0.667765
+0.462013 0.856565 0.667506
+0.462226 0.856474 0.667018
+0.462638 0.856504 0.666377
+0.463066 0.856474 0.665583
+0.463569 0.856458 0.664591
+0.464042 0.856397 0.663279
+0.464897 0.856382 0.661875
+0.465858 0.856352 0.660197
+0.466789 0.856245 0.658213
+0.467933 0.856153 0.656031
+0.469078 0.856107 0.653498
+0.47039 0.855955 0.650706
+0.471626 0.855955 0.647639
+0.473106 0.855833 0.644083
+0.474693 0.855711 0.640101
+0.476585 0.855619 0.635416
+0.478767 0.855421 0.629465
+0.481239 0.855329 0.621759
+0.484321 0.855085 0.611582
+0.488029 0.854902 0.597864
+0.512489 0.879118 0.597955
+0.540124 0.920287 0.604929
+0.561593 0.956664 0.601251
+0.616342 0.961318 0.58323
+0.701625 0.968353 0.606394
+0.779995 0.973663 0.6262
+0.858122 0.97763 0.643748
+0.939544 0.980682 0.660716
+0.956664 0.966735 0.657877
+0.976257 0.953399 0.658854
+0.975204 0.928405 0.660319
+0.503975 0.91487 0.708324
+0.504005 0.914824 0.708217
+0.504158 0.914778 0.707973
+0.504387 0.914809 0.707546
+0.504723 0.914794 0.706935
+0.505135 0.914794 0.706157
+0.505638 0.914733 0.70518
+0.506264 0.914641 0.704005
+0.50695 0.914656 0.702632
+0.507744 0.914519 0.701045
+0.508644 0.914488 0.69926
+0.509636 0.914412 0.697215
+0.510658 0.914382 0.694926
+0.511711 0.91426 0.692393
+0.513024 0.914183 0.68954
+0.514443 0.914061 0.686336
+0.515969 0.913924 0.682811
+0.517678 0.913756 0.678645
+0.519631 0.913619 0.673442
+0.521965 0.913451 0.666819
+0.52488 0.913191 0.658198
+0.528206 0.912947 0.646922
+0.53724 0.926848 0.639735
+0.554726 0.961105 0.644694
+0.575998 0.981048 0.651514
+0.595132 0.988312 0.625315
+0.659037 0.994141 0.617273
+0.744793 1 0.64065
+0.825986 1 0.660533
+0.911513 1 0.678981
+0.969833 1 0.692058
+0.972793 0.995941 0.688914
+0.974014 0.983764 0.690684
+0.527413 0.963775 0.741009
+0.527443 0.963775 0.740948
+0.527535 0.963775 0.740703
+0.527718 0.963775 0.740276
+0.527993 0.96376 0.739681
+0.528374 0.963745 0.738933
+0.528832 0.963729 0.738018
+0.529366 0.963714 0.73695
+0.529992 0.963684 0.735576
+0.530709 0.963653 0.734112
+0.531472 0.963623 0.732403
+0.532357 0.963577 0.730495
+0.533318 0.963546 0.728328
+0.534356 0.9635 0.725933
+0.535317 0.9635 0.723354
+0.536522 0.963455 0.720424
+0.537835 0.963394 0.717189
+0.539315 0.963333 0.713375
+0.541115 0.963256 0.708721
+0.543084 0.963211 0.702831
+0.545586 0.963104 0.695323
+0.548653 0.962966 0.685603
+0.55436 0.965652 0.676524
+0.570855 0.984665 0.684062
+0.593454 0.999222 0.696284
+0.619715 1 0.702159
+0.636149 1 0.660288
+0.709056 1 0.66125
+0.79765 1 0.685481
+0.884642 1 0.705303
+0.955734 1 0.72047
+0.970825 1 0.735271
+0.970718 1 0.726268
+0.550484 0.993271 0.775631
+0.55053 0.993271 0.775525
+0.550637 0.993255 0.77528
+0.55082 0.993255 0.774899
+0.551049 0.993225 0.774334
+0.551354 0.993225 0.773617
+0.551659 0.993225 0.772732
+0.552041 0.993225 0.771695
+0.552605 0.99321 0.770474
+0.553216 0.993179 0.769055
+0.553903 0.993149 0.767452
+0.55465 0.993103 0.765621
+0.555505 0.993072 0.763607
+0.556405 0.993011 0.761379
+0.557412 0.992966 0.758892
+0.558495 0.99292 0.756191
+0.559518 0.992889 0.753262
+0.560739 0.992844 0.749813
+0.56231 0.992767 0.745541
+0.564172 0.992676 0.740261
+0.566384 0.992554 0.733608
+0.568841 0.992477 0.7252
+0.572015 0.992309 0.714275
+0.591882 0.998993 0.728161
+0.619486 0.999954 0.749203
+0.650797 1 0.773571
+0.667002 1 0.752392
+0.683268 1 0.704875
+0.766003 1 0.714183
+0.858351 1 0.737255
+0.943832 1 0.754269
+0.971252 1 0.76733
+0.971481 1 0.784604
+0 0.0558785 0.30988
+0 0.0555886 0.310613
+0 0.0546883 0.312566
+0 0.0530556 0.315984
+0 0.0502327 0.320272
+0 0.0493324 0.32192
+0.00595102 0.0490578 0.323552
+0.0520027 0.0488289 0.325093
+0.0972152 0.049134 0.327047
+0.142092 0.0499886 0.329534
+0.185794 0.0514992 0.332387
+0.225254 0.0536202 0.335744
+0.261265 0.0565194 0.339681
+0.294621 0.0598154 0.343618
+0.325444 0.0634928 0.34789
+0.353552 0.0678721 0.352331
+0.378912 0.0727092 0.356954
+0.403738 0.0786603 0.361852
+0.431144 0.0852216 0.368063
+0.461372 0.0920882 0.37557
+0.493217 0.100267 0.384085
+0.526925 0.110369 0.393774
+0.56199 0.122362 0.404562
+0.598978 0.136645 0.416907
+0.637797 0.153521 0.431098
+0.679438 0.173068 0.447425
+0.724117 0.194995 0.46566
+0.772183 0.219364 0.485924
+0.82388 0.24625 0.507942
+0.881117 0.275273 0.531304
+0.933272 0.306462 0.55552
+0.956985 0.33872 0.580316
+0.982116 0.372229 0.607065
+0 0.0562448 0.310353
+0 0.0559701 0.311086
+0 0.0551003 0.313161
+0 0.0534676 0.316426
+0 0.0506752 0.320745
+0 0.0496223 0.322774
+0.00311284 0.0494087 0.324453
+0.0497749 0.0490883 0.325872
+0.0953994 0.0493782 0.327718
+0.140978 0.0501259 0.330114
+0.184695 0.0516823 0.332876
+0.224445 0.0538186 0.336233
+0.260716 0.0566873 0.340063
+0.294072 0.0599985 0.343984
+0.325109 0.0636454 0.348226
+0.353338 0.0679789 0.35259
+0.37882 0.0728161 0.357183
+0.403677 0.0787518 0.362081
+0.431113 0.0852979 0.3682
+0.461372 0.092195 0.375677
+0.493172 0.100404 0.3841
+0.52694 0.11043 0.393744
+0.562005 0.122454 0.404486
+0.598962 0.136782 0.416815
+0.637797 0.153628 0.430991
+0.679454 0.173159 0.447227
+0.724086 0.195209 0.465522
+0.772168 0.219501 0.485725
+0.823896 0.246357 0.50779
+0.881117 0.275395 0.531167
+0.933272 0.306569 0.555322
+0.95697 0.338781 0.580133
+0.982101 0.372305 0.606897
+0 0.0579385 0.31191
+0 0.0575113 0.312596
+0 0.0565042 0.314656
+0 0.0546883 0.317708
+0 0.0520943 0.322042
+0 0.0503548 0.325292
+0 0.0503548 0.327047
+0.0427405 0.0499123 0.328176
+0.0897536 0.0501259 0.329809
+0.136446 0.0507973 0.33196
+0.181308 0.0522316 0.334462
+0.221927 0.0543984 0.337621
+0.258885 0.0572061 0.341299
+0.292729 0.0604562 0.345083
+0.324193 0.0639963 0.349233
+0.352651 0.0683909 0.353384
+0.378347 0.0731212 0.357855
+0.403464 0.0789654 0.3626
+0.431037 0.085481 0.368566
+0.461234 0.0924239 0.375891
+0.493141 0.10071 0.384146
+0.526925 0.11075 0.393729
+0.561929 0.122805 0.404334
+0.598993 0.137133 0.416556
+0.637781 0.154025 0.430625
+0.6795 0.173495 0.446845
+0.724178 0.195422 0.46508
+0.772183 0.21976 0.485222
+0.823957 0.246586 0.507225
+0.881132 0.275715 0.530556
+0.933288 0.306813 0.554757
+0.956985 0.33901 0.579553
+0.982101 0.372534 0.606317
+0 0.0650645 0.316442
+0 0.064683 0.317128
+0 0.0636301 0.319203
+0 0.0614633 0.322087
+0 0.0579995 0.32607
+0 0.0543984 0.330846
+0 0.0536049 0.332021
+0.029984 0.0517281 0.332158
+0.0799268 0.0513313 0.333257
+0.128405 0.0518959 0.33489
+0.175326 0.0531319 0.337041
+0.217578 0.0553597 0.339849
+0.255695 0.0580453 0.343252
+0.290532 0.0611734 0.346746
+0.322621 0.0646983 0.350668
+0.351553 0.0690166 0.354696
+0.377539 0.0736248 0.358953
+0.403067 0.0793469 0.363577
+0.430793 0.0858625 0.369177
+0.461097 0.0928664 0.376242
+0.492973 0.101198 0.384253
+0.526818 0.111238 0.393591
+0.561913 0.123354 0.403998
+0.598932 0.137713 0.416098
+0.637812 0.154574 0.43006
+0.679515 0.17406 0.446159
+0.724178 0.196048 0.464271
+0.772168 0.22031 0.484382
+0.823987 0.247135 0.506355
+0.881148 0.276097 0.529625
+0.933303 0.307225 0.553796
+0.956985 0.339406 0.578637
+0.982086 0.372869 0.605402
+0 0.0760662 0.322057
+0 0.0757153 0.322728
+0 0.0746777 0.324819
+0 0.0724956 0.327779
+0 0.0690318 0.331518
+0 0.0640269 0.336034
+0 0.0628672 0.340795
+0.0192264 0.0611887 0.340932
+0.0704509 0.0594034 0.340856
+0.119158 0.057969 0.341161
+0.166842 0.0568093 0.341665
+0.210819 0.0567636 0.343038
+0.25069 0.0592966 0.345861
+0.286641 0.0623178 0.349096
+0.31986 0.0658427 0.352743
+0.349615 0.0699779 0.356466
+0.376379 0.0742962 0.360433
+0.402472 0.0798505 0.364858
+0.430365 0.0863203 0.370031
+0.46067 0.0934768 0.376669
+0.492851 0.101823 0.384466
+0.52665 0.111955 0.393393
+0.561761 0.124086 0.403555
+0.598871 0.13846 0.415396
+0.637842 0.155383 0.429252
+0.679438 0.174945 0.445121
+0.724193 0.196796 0.463142
+0.772244 0.221012 0.483162
+0.82414 0.247776 0.505211
+0.881163 0.276768 0.528283
+0.933333 0.307805 0.552438
+0.956985 0.33994 0.577295
+0.982055 0.373342 0.604135
+0 0.0915694 0.32845
+0 0.0912032 0.329076
+0 0.0902113 0.331121
+0 0.0879988 0.333989
+0 0.0847944 0.337713
+0 0.0798199 0.342214
+0 0.076936 0.348898
+0.00492866 0.075227 0.351385
+0.0584726 0.0731975 0.350927
+0.109682 0.0715496 0.35082
+0.158984 0.0701762 0.351049
+0.204807 0.0692912 0.351781
+0.245319 0.0686198 0.352865
+0.282231 0.0680552 0.35404
+0.316091 0.0675364 0.355291
+0.347311 0.0710765 0.358648
+0.374441 0.0753643 0.362264
+0.401389 0.0806287 0.366354
+0.42977 0.0869001 0.37113
+0.460288 0.0941634 0.377249
+0.492561 0.102708 0.384588
+0.526406 0.112917 0.393042
+0.561685 0.125002 0.402991
+0.598749 0.139483 0.414466
+0.637888 0.156435 0.428183
+0.679438 0.175952 0.443824
+0.724193 0.197787 0.461631
+0.772244 0.221988 0.481529
+0.824186 0.248615 0.503548
+0.881193 0.277623 0.526543
+0.933364 0.308568 0.550668
+0.957 0.340581 0.575555
+0.982025 0.373922 0.602396
+0 0.110948 0.335225
+0 0.110582 0.33576
+0 0.109758 0.337713
+0 0.107973 0.340551
+0 0.105074 0.344152
+0 0.100481 0.348653
+0 0.0962234 0.35436
+0 0.0941634 0.362249
+0.042649 0.0920882 0.362661
+0.0971847 0.0901808 0.362173
+0.149203 0.0884565 0.36202
+0.197757 0.0871901 0.36228
+0.239948 0.0862745 0.363012
+0.278096 0.0853895 0.363912
+0.312734 0.0846571 0.365042
+0.344701 0.0838941 0.366171
+0.372549 0.083238 0.367285
+0.399741 0.0826886 0.368536
+0.428962 0.0876326 0.372442
+0.459632 0.0950332 0.37789
+0.492103 0.103716 0.384543
+0.526024 0.114076 0.392538
+0.561486 0.126253 0.402121
+0.598703 0.140719 0.413321
+0.637812 0.157702 0.426657
+0.679332 0.177234 0.442039
+0.724132 0.198993 0.45977
+0.77229 0.223072 0.47953
+0.824262 0.249638 0.501396
+0.881285 0.278569 0.524346
+0.933379 0.309453 0.548409
+0.957015 0.34139 0.573373
+0.982086 0.374594 0.600397
+0 0.133562 0.341863
+0 0.13344 0.342519
+0 0.13257 0.344167
+0 0.131182 0.346975
+0 0.128725 0.350545
+0 0.12491 0.354955
+0 0.119295 0.359808
+0 0.118059 0.367712
+0.025742 0.114992 0.375479
+0.0810101 0.112947 0.37464
+0.136309 0.110933 0.373953
+0.18793 0.109346 0.373724
+0.233204 0.108049 0.374151
+0.273167 0.106996 0.374868
+0.309117 0.105928 0.375723
+0.342107 0.104952 0.376638
+0.370779 0.103914 0.377584
+0.398535 0.102907 0.378546
+0.427756 0.102037 0.379583
+0.458534 0.10161 0.380758
+0.491325 0.104952 0.384436
+0.525444 0.115404 0.391821
+0.561181 0.127703 0.4009
+0.598428 0.14226 0.411749
+0.637659 0.159243 0.424765
+0.679316 0.178714 0.439979
+0.724117 0.200397 0.457389
+0.772381 0.224369 0.47718
+0.824231 0.251011 0.498802
+0.881422 0.279683 0.521798
+0.933501 0.310506 0.545785
+0.957061 0.342367 0.570809
+0.982147 0.375418 0.597971
+0 0.158831 0.348806
+0 0.158618 0.349279
+0 0.157977 0.350851
+0 0.156939 0.353613
+0 0.154986 0.357061
+0 0.15201 0.361151
+0 0.14728 0.365988
+0 0.14432 0.372686
+0.0195773 0.142519 0.380941
+0.0617075 0.138979 0.387961
+0.119341 0.136782 0.386954
+0.175387 0.134707 0.386252
+0.224445 0.133089 0.386221
+0.266957 0.131701 0.386542
+0.304784 0.130388 0.38703
+0.339178 0.128985 0.387717
+0.36907 0.127596 0.388388
+0.397314 0.126162 0.389105
+0.427298 0.12462 0.389746
+0.457832 0.124605 0.390249
+0.490242 0.124254 0.391516
+0.524468 0.123552 0.393545
+0.560586 0.129427 0.399298
+0.598077 0.143984 0.409751
+0.637369 0.161013 0.42237
+0.679225 0.180407 0.4374
+0.724086 0.202014 0.454658
+0.772335 0.22591 0.474189
+0.824247 0.252399 0.495674
+0.881422 0.281025 0.518654
+0.933639 0.311711 0.542702
+0.957183 0.343389 0.567849
+0.982101 0.37641 0.594949
+0 0.185489 0.355901
+0 0.185351 0.356359
+0 0.184939 0.357855
+0 0.184283 0.360342
+0 0.182849 0.363638
+0 0.180453 0.36762
+0 0.176776 0.372244
+0 0.171878 0.377523
+0.0181125 0.171328 0.38584
+0.0522621 0.168917 0.394705
+0.0990921 0.165118 0.401221
+0.158648 0.162783 0.399847
+0.213413 0.160662 0.399191
+0.25951 0.158968 0.399222
+0.299962 0.157244 0.39942
+0.336187 0.155489 0.399756
+0.367605 0.153765 0.400046
+0.396857 0.151858 0.400458
+0.427527 0.149859 0.401007
+0.458152 0.150072 0.400641
+0.490272 0.150088 0.401175
+0.524163 0.149691 0.402609
+0.55993 0.148989 0.404959
+0.597406 0.147906 0.408057
+0.637125 0.162951 0.419532
+0.679011 0.182376 0.434165
+0.723918 0.203891 0.451255
+0.772213 0.227726 0.470573
+0.824216 0.254047 0.491981
+0.881361 0.282597 0.5149
+0.933669 0.3131 0.539025
+0.957183 0.344656 0.564279
+0.982055 0.377523 0.591516
+0 0.212085 0.362783
+0 0.211994 0.363256
+0 0.211688 0.364569
+0 0.2112 0.366934
+0 0.2103 0.370092
+0 0.208515 0.373831
+0 0.205875 0.378058
+0.00137331 0.201892 0.383124
+0.0172732 0.199969 0.390173
+0.0484932 0.19881 0.39881
+0.0861372 0.196033 0.408621
+0.137362 0.192172 0.414405
+0.198184 0.189593 0.413138
+0.249866 0.187518 0.412589
+0.293782 0.18555 0.412406
+0.332525 0.18352 0.412375
+0.366186 0.181399 0.412558
+0.39675 0.179095 0.41268
+0.428504 0.176562 0.412757
+0.459571 0.176654 0.411551
+0.491569 0.177096 0.411093
+0.52491 0.177172 0.411856
+0.560174 0.176883 0.413718
+0.597025 0.176165 0.416571
+0.636652 0.175082 0.420386
+0.678828 0.184512 0.430289
+0.723629 0.205966 0.447181
+0.772015 0.229709 0.466392
+0.824323 0.255787 0.487816
+0.8813 0.284291 0.510552
+0.933715 0.314687 0.534722
+0.957183 0.346059 0.560128
+0.981994 0.37879 0.587533
+0 0.238636 0.369558
+0 0.238621 0.369985
+0 0.238529 0.371252
+0 0.238239 0.373434
+0 0.237491 0.376104
+0 0.236225 0.379522
+0.000518807 0.23415 0.383566
+0.00677501 0.231098 0.38822
+0.0171359 0.227375 0.393576
+0.0446479 0.227329 0.402014
+0.0798505 0.225986 0.411337
+0.118914 0.222736 0.422156
+0.175555 0.218692 0.427634
+0.235645 0.216159 0.426337
+0.2851 0.213916 0.425788
+0.327581 0.211582 0.425498
+0.364202 0.209125 0.425361
+0.396597 0.206409 0.425071
+0.43006 0.203326 0.424933
+0.462028 0.20293 0.422843
+0.493904 0.203937 0.421302
+0.527108 0.20441 0.42121
+0.561715 0.204562 0.422477
+0.598108 0.204288 0.424933
+0.636759 0.203738 0.428519
+0.678386 0.202747 0.433249
+0.723308 0.208286 0.442313
+0.771756 0.231891 0.461357
+0.82417 0.257862 0.48275
+0.88127 0.286137 0.505577
+0.933745 0.316426 0.529778
+0.957183 0.347646 0.555383
+0.981949 0.380179 0.583062
+0 0.265675 0.376211
+0 0.26566 0.376593
+0 0.265538 0.377737
+0 0.265263 0.379492
+0 0.264668 0.381918
+0.00105287 0.263706 0.38497
+0.0061799 0.262089 0.388571
+0.011841 0.259815 0.392691
+0.0200809 0.256382 0.397498
+0.0407874 0.255131 0.404456
+0.0740978 0.254887 0.413367
+0.109422 0.253407 0.42356
+0.151446 0.24979 0.435676
+0.214191 0.245747 0.439567
+0.271809 0.24271 0.439521
+0.319692 0.240085 0.438834
+0.360372 0.237201 0.438224
+0.395621 0.233967 0.437812
+0.431159 0.230121 0.43714
+0.464729 0.229084 0.434287
+0.496773 0.230503 0.43125
+0.529885 0.231403 0.430121
+0.564126 0.231998 0.430701
+0.599924 0.23212 0.432654
+0.637812 0.231922 0.43592
+0.678477 0.231418 0.440391
+0.722927 0.230365 0.446113
+0.771603 0.234195 0.45568
+0.823926 0.26006 0.476921
+0.881193 0.288167 0.499916
+0.933852 0.318257 0.524208
+0.957168 0.349325 0.54995
+0.981903 0.381643 0.577951
+0 0.292729 0.382681
+0 0.292592 0.382956
+0 0.292485 0.383871
+0.000366217 0.292287 0.385321
+0.00317388 0.291798 0.387259
+0.00683604 0.291035 0.389776
+0.0111391 0.289784 0.392966
+0.0165866 0.287968 0.396658
+0.0240024 0.285359 0.400961
+0.0374609 0.282231 0.405936
+0.067689 0.282841 0.41442
+0.101595 0.282643 0.423896
+0.137118 0.280919 0.435065
+0.186847 0.277531 0.443336
+0.252247 0.274769 0.443107
+0.305501 0.272175 0.443534
+0.350698 0.269184 0.444175
+0.390188 0.265492 0.445121
+0.428946 0.260563 0.445899
+0.46772 0.25507 0.445823
+0.500191 0.256855 0.44097
+0.533288 0.258137 0.438666
+0.567285 0.259037 0.438361
+0.602594 0.25948 0.439704
+0.639765 0.259739 0.442542
+0.679667 0.259525 0.446769
+0.72285 0.259022 0.452308
+0.770611 0.257908 0.459174
+0.823606 0.262547 0.470146
+0.880949 0.29041 0.493248
+0.933974 0.320256 0.517845
+0.957321 0.35111 0.544015
+0.98204 0.383246 0.572457
+0.00425727 0.319585 0.388708
+0.00459297 0.319478 0.388937
+0.00563058 0.319371 0.389624
+0.00733959 0.319066 0.390784
+0.00953689 0.318654 0.392508
+0.0126802 0.317998 0.394644
+0.0165713 0.317006 0.397238
+0.0212406 0.315618 0.400381
+0.0280003 0.313573 0.403891
+0.03888 0.310704 0.408179
+0.0613565 0.309895 0.414633
+0.09337 0.310643 0.423362
+0.127047 0.310323 0.433387
+0.163165 0.30837 0.445655
+0.227771 0.305898 0.445396
+0.287663 0.303792 0.44567
+0.33727 0.301549 0.446204
+0.38085 0.298558 0.447227
+0.421714 0.294606 0.448356
+0.462882 0.289235 0.449668
+0.503319 0.283131 0.450019
+0.536614 0.284733 0.446052
+0.57055 0.285939 0.444709
+0.605539 0.28658 0.445457
+0.642161 0.287098 0.447974
+0.681224 0.287236 0.45182
+0.723323 0.287053 0.457252
+0.769696 0.286427 0.463859
+0.822003 0.285206 0.471839
+0.880598 0.292851 0.485634
+0.933989 0.322484 0.510567
+0.95729 0.353094 0.537118
+0.981994 0.385 0.566049
+0.0123293 0.345724 0.395102
+0.0125887 0.345724 0.395254
+0.0134127 0.345525 0.395804
+0.0148013 0.345266 0.396719
+0.0167697 0.3449 0.398016
+0.0193179 0.34432 0.399649
+0.0223697 0.343526 0.401816
+0.0268254 0.342382 0.404334
+0.0332189 0.340826 0.407294
+0.0426184 0.338674 0.410605
+0.056733 0.335943 0.414816
+0.0860761 0.337392 0.422782
+0.11751 0.33814 0.431952
+0.151019 0.33785 0.442771
+0.199893 0.33608 0.447303
+0.265919 0.334173 0.447059
+0.32137 0.332494 0.447486
+0.369696 0.330327 0.448386
+0.413214 0.327184 0.449546
+0.456428 0.322881 0.451164
+0.499336 0.316945 0.452399
+0.540475 0.311009 0.452659
+0.574365 0.312306 0.450217
+0.608728 0.313405 0.450217
+0.644862 0.314092 0.45211
+0.682979 0.31458 0.455726
+0.724117 0.314641 0.460792
+0.769558 0.314229 0.467353
+0.820294 0.313375 0.475334
+0.879194 0.311727 0.484672
+0.933913 0.324865 0.502251
+0.957259 0.3552 0.52932
+0.981949 0.386908 0.558816
+0.02121 0.371038 0.402106
+0.0214237 0.371008 0.402228
+0.0220645 0.370825 0.40264
+0.0231327 0.370596 0.403311
+0.0247349 0.370199 0.404273
+0.027039 0.369711 0.405509
+0.0296788 0.369055 0.407126
+0.0341344 0.368124 0.409049
+0.0396887 0.366796 0.411337
+0.048249 0.365072 0.413993
+0.0595712 0.362799 0.417121
+0.0805829 0.362432 0.422766
+0.109285 0.364096 0.430838
+0.139803 0.365072 0.44033
+0.177035 0.364645 0.448905
+0.24004 0.362921 0.448646
+0.302846 0.361517 0.448859
+0.356573 0.360021 0.449409
+0.403845 0.35787 0.450401
+0.449531 0.354513 0.452171
+0.494667 0.349737 0.453696
+0.538552 0.343297 0.455116
+0.578546 0.338491 0.454871
+0.612848 0.339605 0.454109
+0.648371 0.340475 0.455573
+0.68571 0.341039 0.458839
+0.725917 0.341375 0.463737
+0.770108 0.341192 0.4701
+0.819593 0.340673 0.477958
+0.877165 0.339406 0.487251
+0.933623 0.337163 0.49778
+0.957229 0.357519 0.520546
+0.981933 0.388937 0.550698
+0.0322423 0.396719 0.41033
+0.0324254 0.39675 0.410437
+0.0329442 0.396582 0.410712
+0.0340887 0.396353 0.411154
+0.0357977 0.396033 0.411765
+0.0380102 0.395575 0.412512
+0.0405737 0.395102 0.413565
+0.0447089 0.394247 0.414816
+0.0499733 0.393286 0.416464
+0.0570687 0.391882 0.418311
+0.0659953 0.390265 0.420661
+0.0776989 0.388067 0.423529
+0.102541 0.390051 0.43035
+0.129793 0.391974 0.438468
+0.159716 0.393118 0.448249
+0.208972 0.392081 0.450309
+0.278035 0.390799 0.450278
+0.339773 0.3897 0.450614
+0.392828 0.388251 0.451148
+0.441154 0.38587 0.452842
+0.489006 0.38204 0.454765
+0.535225 0.376669 0.456428
+0.57937 0.369848 0.457435
+0.617929 0.366262 0.457313
+0.652827 0.367269 0.458518
+0.689708 0.36791 0.461631
+0.728969 0.368383 0.466346
+0.771817 0.368444 0.472724
+0.820142 0.36817 0.48043
+0.876402 0.3673 0.489708
+0.933974 0.366461 0.5019
+0.961257 0.365087 0.516747
+0.980667 0.402106 0.554482
+0.0501411 0.424384 0.419898
+0.0503548 0.424323 0.419959
+0.0509041 0.424216 0.42005
+0.0518807 0.424002 0.420294
+0.0532845 0.423697 0.420645
+0.0551461 0.423377 0.421134
+0.0577859 0.422919 0.421744
+0.0611887 0.422263 0.422492
+0.0654307 0.421439 0.423362
+0.0705577 0.420523 0.424536
+0.0772869 0.419333 0.425925
+0.08542 0.417884 0.427604
+0.0987716 0.417365 0.430823
+0.122011 0.42002 0.437522
+0.147234 0.422248 0.445289
+0.182483 0.423194 0.451347
+0.242176 0.422004 0.451682
+0.314885 0.420951 0.452262
+0.377859 0.419944 0.452659
+0.430488 0.418616 0.453223
+0.481117 0.415854 0.455833
+0.530587 0.411551 0.457618
+0.576974 0.405722 0.458579
+0.621149 0.398306 0.45922
+0.658701 0.395941 0.460288
+0.694575 0.396689 0.46334
+0.73286 0.397208 0.468162
+0.778393 0.399222 0.477409
+0.830381 0.401007 0.488685
+0.89192 0.402274 0.501228
+0.940124 0.402365 0.514916
+0.969528 0.400076 0.52929
+0.978851 0.419226 0.559716
+0.0779431 0.453849 0.431464
+0.0780652 0.45388 0.431479
+0.0784619 0.453742 0.431525
+0.0791485 0.453513 0.43154
+0.0801099 0.453376 0.431678
+0.0814374 0.453056 0.431785
+0.0830854 0.452644 0.431952
+0.0849622 0.452277 0.432227
+0.087602 0.451759 0.432486
+0.0907759 0.451057 0.432822
+0.0944533 0.450324 0.433356
+0.0990463 0.449363 0.433829
+0.104433 0.448249 0.434546
+0.118318 0.449409 0.438041
+0.138354 0.452552 0.443793
+0.159976 0.455528 0.450309
+0.207462 0.455436 0.452537
+0.27805 0.454566 0.453376
+0.353414 0.45362 0.454536
+0.416709 0.452399 0.45507
+0.46952 0.451408 0.456565
+0.52369 0.447959 0.458961
+0.573648 0.443076 0.459831
+0.619608 0.436881 0.460243
+0.666941 0.43125 0.463798
+0.707454 0.432395 0.470436
+0.748928 0.43537 0.479011
+0.794766 0.438056 0.489021
+0.846342 0.440528 0.500664
+0.9066 0.442817 0.513451
+0.945296 0.442954 0.527153
+0.97731 0.440635 0.541375
+0.975967 0.445579 0.56553
+0.0991531 0.48632 0.446067
+0.0992752 0.486305 0.446067
+0.0996719 0.486198 0.445991
+0.100313 0.486107 0.445869
+0.101183 0.485939 0.445731
+0.102358 0.485679 0.445548
+0.103609 0.485451 0.44538
+0.105394 0.4851 0.44509
+0.107515 0.484718 0.444739
+0.109987 0.48426 0.444343
+0.112551 0.483696 0.443915
+0.11577 0.482963 0.443351
+0.119417 0.482246 0.442756
+0.123308 0.481437 0.442084
+0.136995 0.483803 0.444617
+0.154009 0.487419 0.448341
+0.172213 0.490913 0.452384
+0.229297 0.490242 0.45359
+0.315358 0.489448 0.455192
+0.392004 0.488441 0.457176
+0.457176 0.486763 0.459998
+0.514107 0.488899 0.464866
+0.572168 0.488579 0.468452
+0.624338 0.486549 0.47187
+0.673411 0.482567 0.475257
+0.722911 0.476326 0.47808
+0.764096 0.478904 0.487678
+0.808469 0.482139 0.498894
+0.858473 0.485573 0.511315
+0.913542 0.488685 0.525109
+0.949874 0.488701 0.538689
+0.971969 0.489219 0.55523
+0.970489 0.494713 0.579049
+0.113939 0.521645 0.462837
+0.114061 0.52166 0.462791
+0.114427 0.521675 0.462654
+0.115068 0.521569 0.46244
+0.115938 0.521385 0.462074
+0.117159 0.521187 0.461631
+0.118593 0.520943 0.461067
+0.120211 0.520775 0.460395
+0.122225 0.520409 0.459586
+0.124651 0.520104 0.458579
+0.127428 0.519509 0.457374
+0.130373 0.519112 0.456001
+0.133989 0.518517 0.454261
+0.138064 0.517906 0.452171
+0.142489 0.517205 0.449699
+0.15758 0.520012 0.450584
+0.174777 0.523629 0.451926
+0.193027 0.527749 0.452293
+0.259876 0.527428 0.453971
+0.353124 0.526818 0.456336
+0.430213 0.525628 0.45922
+0.507897 0.532326 0.454658
+0.562493 0.527047 0.468544
+0.623194 0.532876 0.478035
+0.678737 0.53637 0.487236
+0.729641 0.531701 0.489708
+0.780072 0.52636 0.493874
+0.823728 0.529412 0.507637
+0.870008 0.530953 0.519951
+0.920302 0.53138 0.532189
+0.954147 0.529412 0.544137
+0.966964 0.53051 0.561151
+0.965957 0.534676 0.583337
+0.130587 0.559442 0.481498
+0.130709 0.559457 0.481437
+0.131075 0.559335 0.481209
+0.131701 0.559274 0.480919
+0.132586 0.559167 0.480385
+0.13373 0.558968 0.479713
+0.13521 0.558785 0.478904
+0.13698 0.558602 0.477913
+0.138796 0.558328 0.476738
+0.141207 0.558053 0.475257
+0.143923 0.557733 0.473503
+0.146929 0.55729 0.471458
+0.150286 0.55697 0.469032
+0.154238 0.556405 0.466072
+0.158389 0.555932 0.462577
+0.163226 0.555367 0.458244
+0.178073 0.558175 0.45716
+0.196506 0.56202 0.455924
+0.216968 0.566751 0.452216
+0.294804 0.566995 0.453651
+0.390738 0.566583 0.456672
+0.458976 0.583291 0.443214
+0.560479 0.58053 0.448203
+0.601709 0.563851 0.467155
+0.658259 0.56817 0.477516
+0.713252 0.572946 0.487739
+0.768505 0.576638 0.499748
+0.819135 0.585168 0.521416
+0.872053 0.589364 0.538277
+0.926436 0.585122 0.546975
+0.958877 0.579721 0.555764
+0.961318 0.581796 0.573632
+0.960815 0.584924 0.594507
+0.149248 0.599313 0.501976
+0.149401 0.599313 0.5019
+0.149767 0.599252 0.501625
+0.150378 0.599207 0.501183
+0.151232 0.599115 0.500557
+0.152392 0.598932 0.499763
+0.15378 0.598825 0.498726
+0.155352 0.598718 0.497536
+0.157229 0.59852 0.496056
+0.159472 0.598276 0.494301
+0.162051 0.597955 0.492164
+0.164843 0.597742 0.489723
+0.167971 0.597406 0.486809
+0.171633 0.597055 0.483375
+0.175448 0.596689 0.479362
+0.179904 0.596216 0.474403
+0.18468 0.59585 0.468406
+0.19939 0.598337 0.464729
+0.219745 0.602579 0.460624
+0.241337 0.607919 0.452018
+0.332113 0.60882 0.452461
+0.423713 0.617166 0.447135
+0.518334 0.632975 0.439124
+0.609888 0.631052 0.450523
+0.635218 0.602457 0.469078
+0.690532 0.607462 0.481651
+0.746288 0.611215 0.49427
+0.796506 0.621164 0.51986
+0.850507 0.628748 0.541115
+0.909651 0.631724 0.556848
+0.955001 0.629984 0.568627
+0.958724 0.631846 0.585977
+0.958709 0.633814 0.605982
+0.169879 0.64181 0.52462
+0.169986 0.641764 0.524514
+0.170306 0.641779 0.524254
+0.170901 0.641794 0.52372
+0.171725 0.641642 0.523049
+0.172763 0.641535 0.522133
+0.173846 0.641489 0.521019
+0.175387 0.641367 0.519615
+0.177203 0.64123 0.517891
+0.179263 0.64097 0.515862
+0.181552 0.640894 0.513527
+0.184146 0.640635 0.510811
+0.187152 0.640391 0.507591
+0.190311 0.640208 0.503914
+0.194034 0.639857 0.49955
+0.19826 0.639567 0.494377
+0.202731 0.639261 0.488258
+0.207874 0.638941 0.4804
+0.222431 0.641062 0.473686
+0.243229 0.646036 0.466011
+0.269841 0.651743 0.451392
+0.376089 0.65214 0.449866
+0.452338 0.686961 0.424399
+0.579416 0.684276 0.448798
+0.658885 0.684413 0.461585
+0.681437 0.654994 0.476753
+0.724956 0.648249 0.490684
+0.776974 0.656992 0.519081
+0.833234 0.665461 0.543801
+0.895125 0.672862 0.564157
+0.948425 0.674601 0.578683
+0.959808 0.677745 0.596139
+0.959915 0.681285 0.616098
+0.198474 0.685664 0.548806
+0.198596 0.685664 0.548699
+0.19884 0.685695 0.548394
+0.199298 0.685679 0.54789
+0.200015 0.685679 0.547158
+0.201007 0.685573 0.546197
+0.202274 0.685512 0.544945
+0.203693 0.68545 0.54345
+0.205371 0.685298 0.541741
+0.207233 0.685222 0.539681
+0.209277 0.685084 0.537301
+0.211734 0.684932 0.534478
+0.21442 0.684718 0.531197
+0.217136 0.684657 0.527489
+0.220432 0.684489 0.523079
+0.223743 0.68426 0.517998
+0.227451 0.684108 0.512016
+0.231769 0.683818 0.504509
+0.236866 0.683726 0.494362
+0.250095 0.685725 0.483848
+0.272953 0.690715 0.472496
+0.311482 0.696193 0.451118
+0.394705 0.724407 0.42208
+0.538445 0.735271 0.454765
+0.635904 0.739956 0.476463
+0.710613 0.742779 0.489143
+0.731258 0.712108 0.500908
+0.759808 0.692485 0.517052
+0.816083 0.702953 0.544518
+0.879118 0.713039 0.569238
+0.941878 0.717876 0.587808
+0.962081 0.722835 0.606851
+0.962371 0.728954 0.628138
+0.246281 0.728496 0.574609
+0.246372 0.728481 0.574533
+0.246632 0.728481 0.574243
+0.24715 0.728481 0.573693
+0.247684 0.728466 0.572976
+0.248249 0.728435 0.572061
+0.24918 0.728405 0.570871
+0.250416 0.72842 0.56939
+0.251667 0.728344 0.567651
+0.253239 0.728313 0.565667
+0.254871 0.728222 0.563287
+0.256443 0.728191 0.560632
+0.258549 0.728115 0.557488
+0.260929 0.728038 0.553857
+0.26331 0.727947 0.549691
+0.265782 0.727916 0.544976
+0.268666 0.727871 0.539406
+0.271962 0.727733 0.53254
+0.275669 0.727703 0.523445
+0.280446 0.727733 0.510887
+0.292988 0.729473 0.496818
+0.320989 0.73431 0.481773
+0.388174 0.75462 0.463783
+0.494438 0.785962 0.475883
+0.611307 0.79382 0.505196
+0.692988 0.802594 0.52256
+0.766873 0.807675 0.536416
+0.786542 0.775067 0.541527
+0.804486 0.743572 0.546975
+0.861601 0.750698 0.571588
+0.931517 0.759503 0.593622
+0.964706 0.765408 0.61297
+0.965301 0.775143 0.637858
+0.316945 0.768505 0.603525
+0.317006 0.768475 0.603403
+0.317327 0.768505 0.603098
+0.317662 0.768505 0.602625
+0.318013 0.76849 0.601907
+0.318517 0.76846 0.600961
+0.319249 0.76849 0.599863
+0.319982 0.76849 0.598535
+0.320745 0.76849 0.596918
+0.322148 0.768475 0.594965
+0.323217 0.76846 0.592752
+0.324804 0.768444 0.590249
+0.326207 0.768444 0.587366
+0.327947 0.768383 0.584085
+0.329427 0.76846 0.580392
+0.331456 0.768414 0.576104
+0.333639 0.768444 0.571237
+0.335882 0.768475 0.565332
+0.338598 0.768521 0.557565
+0.342 0.768582 0.547082
+0.345556 0.768826 0.532479
+0.35671 0.770352 0.515023
+0.403891 0.783368 0.503548
+0.488167 0.821271 0.51223
+0.580621 0.849302 0.529335
+0.672862 0.863539 0.553017
+0.751614 0.873945 0.569329
+0.829648 0.880629 0.585199
+0.845762 0.84036 0.582116
+0.866972 0.808392 0.584527
+0.913161 0.79971 0.59855
+0.961654 0.807095 0.61828
+0.968093 0.817914 0.642557
+0.399039 0.808179 0.637156
+0.3991 0.808179 0.637049
+0.399268 0.808179 0.63679
+0.399496 0.808103 0.636316
+0.399802 0.808194 0.635691
+0.400092 0.808133 0.634867
+0.400671 0.808164 0.633844
+0.401358 0.808164 0.632593
+0.402167 0.808118 0.631098
+0.403006 0.808103 0.629358
+0.403922 0.808057 0.627375
+0.405173 0.808072 0.625147
+0.406241 0.808026 0.622522
+0.407568 0.808042 0.619669
+0.408835 0.808042 0.616388
+0.410391 0.807996 0.61268
+0.4121 0.80798 0.60853
+0.413687 0.807965 0.603403
+0.415824 0.807996 0.596994
+0.418418 0.80798 0.588479
+0.421378 0.808026 0.57705
+0.424704 0.808179 0.561044
+0.436637 0.811566 0.54197
+0.503426 0.852674 0.55288
+0.554421 0.902388 0.562325
+0.643687 0.918715 0.575097
+0.728298 0.934218 0.596246
+0.807767 0.94432 0.613581
+0.8916 0.952728 0.631693
+0.912917 0.911543 0.626215
+0.935821 0.876371 0.62388
+0.951049 0.849226 0.625223
+0.971038 0.860121 0.648203
+0.463401 0.857099 0.676219
+0.463401 0.857023 0.676112
+0.463523 0.857099 0.675822
+0.463722 0.857099 0.67541
+0.464057 0.857053 0.6748
+0.464561 0.857008 0.674067
+0.465126 0.856947 0.673091
+0.465797 0.856931 0.671901
+0.466514 0.856855 0.670512
+0.467369 0.856764 0.668925
+0.468437 0.856733 0.667124
+0.469429 0.856611 0.665049
+0.470619 0.856535 0.662699
+0.471794 0.856519 0.660197
+0.473182 0.856474 0.657252
+0.474601 0.856336 0.653925
+0.476295 0.856184 0.650263
+0.47808 0.856046 0.645899
+0.480095 0.855909 0.640421
+0.482841 0.855726 0.633326
+0.485939 0.855512 0.623957
+0.489586 0.85536 0.611368
+0.494041 0.855039 0.593606
+0.530388 0.89485 0.59968
+0.555886 0.941817 0.602808
+0.595483 0.961456 0.583505
+0.689952 0.969024 0.60885
+0.774105 0.975036 0.629938
+0.856382 0.97911 0.6477
+0.940719 0.982116 0.664866
+0.956252 0.965988 0.662303
+0.975128 0.948516 0.664286
+0.974685 0.919142 0.664378
+0.50515 0.915297 0.715801
+0.505196 0.915297 0.715724
+0.505318 0.915297 0.71548
+0.505547 0.915282 0.715068
+0.505882 0.915236 0.714504
+0.506279 0.915221 0.713726
+0.506798 0.915175 0.712825
+0.507408 0.915145 0.711711
+0.508095 0.915114 0.71043
+0.508904 0.914977 0.708919
+0.509804 0.914916 0.70721
+0.510704 0.9149 0.705333
+0.511666 0.914824 0.703182
+0.512856 0.914733 0.700755
+0.514122 0.91458 0.698024
+0.515541 0.914488 0.695048
+0.517021 0.914321 0.691707
+0.51873 0.91426 0.6878
+0.520577 0.914122 0.682902
+0.523018 0.913832 0.676707
+0.525963 0.913619 0.668666
+0.52929 0.91339 0.658152
+0.533486 0.913024 0.643763
+0.546868 0.939529 0.638865
+0.569131 0.969894 0.644541
+0.593042 0.989776 0.643061
+0.642741 0.994736 0.617975
+0.735012 1 0.643
+0.821027 1 0.664073
+0.910307 1 0.682719
+0.970962 1 0.69575
+0.972854 0.995392 0.692851
+0.974319 0.981704 0.695125
+0.52845 0.963958 0.748058
+0.528496 0.963958 0.747951
+0.528603 0.963958 0.747707
+0.528817 0.963943 0.747326
+0.529076 0.963943 0.746761
+0.529458 0.963928 0.746029
+0.529915 0.963912 0.745159
+0.530419 0.963882 0.744076
+0.531029 0.963851 0.74284
+0.531716 0.963836 0.741375
+0.532509 0.963806 0.739773
+0.533364 0.96376 0.737926
+0.534325 0.963729 0.735866
+0.535225 0.963729 0.733623
+0.536309 0.963684 0.73109
+0.537514 0.963638 0.728328
+0.538811 0.963577 0.725231
+0.540307 0.963516 0.72163
+0.542092 0.963424 0.717128
+0.544015 0.963394 0.71162
+0.546563 0.963272 0.704463
+0.549615 0.963134 0.695293
+0.553079 0.963027 0.683223
+0.563058 0.970916 0.676768
+0.582238 0.993667 0.684245
+0.613642 1 0.702739
+0.634607 1 0.677378
+0.695476 1 0.662013
+0.789731 1 0.688151
+0.880644 1 0.708492
+0.955505 1 0.723751
+0.970886 1 0.738766
+0.970748 1 0.729
+0.551369 0.993469 0.782147
+0.5514 0.993469 0.782071
+0.551492 0.993469 0.781842
+0.551629 0.993469 0.781476
+0.551812 0.993469 0.780941
+0.552102 0.993469 0.78027
+0.552499 0.993454 0.779416
+0.552956 0.993423 0.778378
+0.553521 0.993408 0.777203
+0.554131 0.993362 0.775845
+0.554818 0.993332 0.774258
+0.555566 0.993301 0.772534
+0.556405 0.993255 0.770565
+0.557321 0.99321 0.768429
+0.558328 0.993164 0.766079
+0.559289 0.993118 0.763455
+0.560296 0.993103 0.760616
+0.561593 0.993027 0.757305
+0.563165 0.99295 0.753201
+0.564996 0.992859 0.748074
+0.567163 0.992767 0.741741
+0.569696 0.99266 0.7337
+0.572869 0.992493 0.723232
+0.579141 0.997024 0.714321
+0.604486 0.999222 0.732235
+0.637278 1 0.756298
+0.666224 1 0.766094
+0.682277 1 0.721874
+0.754147 1 0.715389
+0.851514 1 0.740291
+0.942199 1 0.757885
+0.971298 1 0.770642
+0.971527 1 0.788281
+0 0.05832 0.343282
+0 0.0580148 0.343969
+0 0.0570687 0.345907
+0 0.0554513 0.349096
+0 0.0528115 0.352926
+0 0.0505684 0.355032
+0 0.0505379 0.356634
+0.0453956 0.0501717 0.357839
+0.0917678 0.0504005 0.359503
+0.13785 0.051133 0.361608
+0.1823 0.0525826 0.364126
+0.222431 0.0548409 0.367208
+0.259174 0.0576486 0.370809
+0.29279 0.0609445 0.374517
+0.324178 0.0644541 0.378515
+0.352544 0.0688182 0.382559
+0.378195 0.0735027 0.386892
+0.403418 0.0792401 0.39147
+0.430457 0.0863508 0.396674
+0.459678 0.094667 0.403388
+0.491722 0.102922 0.411414
+0.52546 0.112947 0.420508
+0.560708 0.124895 0.430823
+0.597772 0.139178 0.442557
+0.637003 0.155932 0.456352
+0.678614 0.175387 0.471748
+0.7234 0.197208 0.489281
+0.771481 0.221347 0.508675
+0.82356 0.248051 0.529915
+0.8804 0.277043 0.552132
+0.93312 0.308034 0.575143
+0.956695 0.340139 0.598871
+0.981674 0.373495 0.624613
+0 0.058732 0.343709
+0 0.0584268 0.344411
+0 0.0574655 0.34638
+0 0.0558785 0.349538
+0 0.0532692 0.353368
+0 0.0507515 0.35581
+0 0.0508431 0.357473
+0.0430457 0.0504158 0.358557
+0.0899214 0.0506294 0.360189
+0.136233 0.0513619 0.362203
+0.180957 0.0528115 0.36466
+0.221515 0.0550698 0.367712
+0.258564 0.0578164 0.371206
+0.292287 0.0610819 0.374853
+0.323888 0.0645762 0.378805
+0.352285 0.068986 0.382849
+0.378058 0.0735943 0.387137
+0.403372 0.0793164 0.391684
+0.43035 0.0864576 0.396918
+0.459632 0.0946822 0.403464
+0.491676 0.103014 0.41149
+0.525414 0.113054 0.420523
+0.560723 0.125002 0.430854
+0.597787 0.139284 0.442542
+0.637003 0.156039 0.456245
+0.67863 0.17554 0.471656
+0.723369 0.197314 0.489158
+0.77145 0.221469 0.508507
+0.823529 0.248127 0.529747
+0.880385 0.277119 0.551949
+0.93312 0.308141 0.575006
+0.956695 0.340154 0.598688
+0.981689 0.373541 0.624445
+0 0.0600137 0.344717
+0 0.059617 0.345342
+0 0.058732 0.347478
+0 0.0570535 0.350668
+0 0.054612 0.35462
+0 0.0515145 0.35819
+0 0.0517433 0.35996
+0.0352636 0.0513161 0.360876
+0.084062 0.0513466 0.362295
+0.131655 0.0519875 0.364019
+0.177127 0.0534066 0.366293
+0.218723 0.0556802 0.369146
+0.256489 0.0583658 0.372457
+0.290959 0.0615244 0.375952
+0.322728 0.065095 0.379797
+0.351476 0.0694285 0.383719
+0.377447 0.073991 0.387884
+0.403006 0.0796216 0.39234
+0.430182 0.0866712 0.397436
+0.459495 0.0949111 0.403845
+0.491615 0.103288 0.411688
+0.525383 0.113252 0.420554
+0.560739 0.125216 0.430838
+0.597803 0.139528 0.442359
+0.636988 0.156405 0.456001
+0.678599 0.175875 0.471336
+0.723354 0.197635 0.488777
+0.771435 0.221836 0.508141
+0.823545 0.248417 0.52929
+0.880415 0.277409 0.551476
+0.933135 0.308385 0.574487
+0.956695 0.340398 0.598199
+0.981674 0.37377 0.623911
+0 0.0672923 0.348852
+0 0.066865 0.349462
+0 0.0657969 0.351507
+0 0.0636606 0.354437
+0 0.0603494 0.358083
+0 0.0555276 0.36228
+0 0.05449 0.364553
+0.0213626 0.0527962 0.36466
+0.0734722 0.0526589 0.365621
+0.123064 0.0531319 0.366934
+0.170474 0.0545815 0.368902
+0.214008 0.056672 0.371542
+0.252689 0.0593576 0.374517
+0.287999 0.0623941 0.377752
+0.320592 0.0660105 0.381415
+0.34995 0.0701915 0.385153
+0.376349 0.0746319 0.38909
+0.402319 0.0801709 0.393423
+0.429831 0.0870222 0.398337
+0.459251 0.0952773 0.404425
+0.491417 0.103731 0.411978
+0.525216 0.113787 0.420676
+0.560647 0.125765 0.430747
+0.597757 0.140139 0.442084
+0.636988 0.156954 0.455604
+0.678569 0.176471 0.470817
+0.723354 0.198154 0.488136
+0.771481 0.222324 0.507378
+0.823621 0.248829 0.528511
+0.880461 0.277882 0.550622
+0.93315 0.308797 0.573632
+0.956695 0.340795 0.597314
+0.981643 0.374121 0.623072
+0 0.0786145 0.354253
+0 0.0782025 0.354818
+0 0.0770886 0.35668
+0 0.0749981 0.359579
+0 0.0715953 0.363333
+0 0.0664988 0.367483
+0 0.063859 0.372671
+0.0099031 0.0623941 0.372961
+0.062562 0.060441 0.372702
+0.112444 0.0589151 0.372824
+0.160952 0.0577096 0.373205
+0.206424 0.0581826 0.374594
+0.247044 0.0607309 0.377234
+0.283864 0.0635996 0.38027
+0.31725 0.0672923 0.383597
+0.347936 0.0712291 0.387121
+0.374685 0.0756085 0.390753
+0.401205 0.0809796 0.394812
+0.429221 0.0876326 0.399512
+0.458869 0.0957504 0.405219
+0.491142 0.104265 0.412436
+0.525048 0.114443 0.420798
+0.56051 0.126421 0.430533
+0.597711 0.140932 0.441825
+0.636927 0.157748 0.454963
+0.678584 0.177203 0.470024
+0.723323 0.198932 0.487236
+0.771435 0.223072 0.506386
+0.823636 0.249531 0.527382
+0.880522 0.278477 0.549493
+0.933165 0.309377 0.572396
+0.956695 0.341314 0.596109
+0.981704 0.374548 0.621942
+0 0.094255 0.360204
+0 0.0938888 0.360739
+0 0.0929122 0.36257
+0 0.0908675 0.365438
+0 0.0875105 0.369207
+0 0.0826734 0.373388
+0 0.078233 0.379065
+0 0.0765698 0.383017
+0.0496223 0.0745098 0.382544
+0.101793 0.0727703 0.382269
+0.152209 0.0712749 0.382239
+0.199207 0.0703593 0.382757
+0.240635 0.0696574 0.383749
+0.278172 0.0690929 0.384863
+0.312734 0.0689708 0.386221
+0.344762 0.0726482 0.389471
+0.372534 0.0768749 0.392706
+0.399466 0.0821088 0.396536
+0.428168 0.0884108 0.400885
+0.458244 0.0964065 0.406226
+0.490684 0.105058 0.41294
+0.524697 0.115328 0.420859
+0.560311 0.127443 0.430289
+0.597559 0.141863 0.44126
+0.63682 0.15877 0.454139
+0.678538 0.17818 0.468986
+0.723323 0.199908 0.486046
+0.771557 0.223865 0.505043
+0.823621 0.250477 0.525917
+0.880629 0.279255 0.548058
+0.933196 0.310124 0.570809
+0.956695 0.34197 0.594491
+0.981765 0.375097 0.620478
+0 0.113725 0.3664
+0 0.113359 0.366918
+0 0.11249 0.368704
+0 0.11078 0.371618
+0 0.107958 0.375387
+0 0.103471 0.379614
+0 0.0974746 0.384421
+0 0.0958419 0.391897
+0.0330358 0.0936446 0.393668
+0.0883803 0.0916915 0.393072
+0.141115 0.0899367 0.392767
+0.190646 0.0885786 0.39295
+0.234073 0.0876326 0.393637
+0.273014 0.0866865 0.394476
+0.308446 0.0859083 0.395361
+0.34107 0.0851301 0.396445
+0.369512 0.0844587 0.397498
+0.397345 0.0837873 0.398642
+0.426688 0.0894942 0.402502
+0.45742 0.0971237 0.407385
+0.49015 0.105928 0.413489
+0.524239 0.116304 0.42089
+0.559945 0.128603 0.429847
+0.597345 0.143053 0.440482
+0.636698 0.159976 0.453056
+0.678553 0.17937 0.467796
+0.723217 0.201129 0.484474
+0.771664 0.224964 0.503441
+0.823606 0.251469 0.524102
+0.880613 0.280156 0.546075
+0.933364 0.310948 0.568994
+0.956832 0.342718 0.59266
+0.98172 0.375799 0.618509
+0 0.136355 0.372702
+0 0.136065 0.37322
+0 0.135317 0.374914
+0 0.133928 0.377752
+0 0.131563 0.381476
+0 0.12784 0.385687
+0 0.122301 0.390356
+0 0.119615 0.397299
+0.0199741 0.116701 0.404791
+0.0715953 0.114504 0.404837
+0.127016 0.112551 0.404211
+0.179599 0.110918 0.403967
+0.226032 0.109651 0.404196
+0.266636 0.108614 0.404791
+0.303471 0.107607 0.4056
+0.337148 0.106584 0.406485
+0.366705 0.105608 0.407355
+0.394797 0.104601 0.408316
+0.424765 0.103563 0.409354
+0.456397 0.102693 0.410544
+0.489433 0.106935 0.413977
+0.52369 0.11751 0.420859
+0.559533 0.129946 0.429252
+0.596994 0.144472 0.439445
+0.636469 0.16141 0.451667
+0.678492 0.180804 0.466102
+0.723293 0.202365 0.482704
+0.771572 0.226352 0.50135
+0.823621 0.252735 0.521828
+0.880613 0.281346 0.543709
+0.93341 0.311986 0.566598
+0.956878 0.343648 0.590265
+0.981674 0.376669 0.616159
+0 0.161349 0.379217
+0 0.161151 0.379705
+0 0.160571 0.381262
+0 0.159426 0.383932
+0 0.157687 0.38761
+0 0.154757 0.391867
+0 0.150134 0.396399
+0 0.145647 0.402258
+0.0162051 0.14403 0.409827
+0.0551156 0.14052 0.417365
+0.109316 0.138415 0.416449
+0.165133 0.136461 0.415732
+0.215763 0.134905 0.415656
+0.25922 0.133593 0.415991
+0.297917 0.13228 0.416556
+0.332753 0.13106 0.417075
+0.363699 0.129778 0.417762
+0.392462 0.12842 0.418494
+0.422827 0.127001 0.419364
+0.454978 0.125582 0.420371
+0.487831 0.125322 0.421302
+0.522576 0.124636 0.422843
+0.558938 0.131441 0.428382
+0.596582 0.146075 0.438117
+0.63621 0.163073 0.450004
+0.678416 0.182406 0.463996
+0.723125 0.204013 0.480369
+0.771496 0.227787 0.498787
+0.823514 0.254124 0.519112
+0.880629 0.282628 0.540917
+0.933425 0.313207 0.563745
+0.956878 0.344747 0.587457
+0.981613 0.377615 0.613397
+0 0.187915 0.385977
+0 0.187716 0.386435
+0 0.187213 0.387854
+0 0.18645 0.390402
+0 0.185245 0.393957
+0 0.183062 0.39791
+0 0.179431 0.402533
+0 0.174105 0.407431
+0.0150759 0.172686 0.414816
+0.0487221 0.170352 0.422721
+0.0908522 0.166674 0.429938
+0.147997 0.164431 0.428763
+0.203204 0.162509 0.428061
+0.250278 0.160952 0.42797
+0.291493 0.15938 0.428214
+0.328405 0.15787 0.428641
+0.361044 0.156268 0.429129
+0.390692 0.154574 0.42948
+0.421836 0.152743 0.430121
+0.454536 0.15082 0.430808
+0.487297 0.150835 0.431022
+0.521553 0.150713 0.43212
+0.557839 0.150072 0.434104
+0.595941 0.148989 0.437003
+0.635935 0.164889 0.447852
+0.678157 0.184222 0.461479
+0.722927 0.205783 0.477531
+0.771328 0.229526 0.495781
+0.823606 0.255619 0.516106
+0.880522 0.284092 0.537591
+0.933471 0.314565 0.560433
+0.956878 0.345983 0.584192
+0.981537 0.378775 0.610239
+0 0.214099 0.392294
+0 0.213993 0.392706
+0 0.213794 0.394125
+0 0.213169 0.396475
+0 0.212436 0.399832
+0 0.210849 0.4038
+0 0.208179 0.408225
+0.00108339 0.204273 0.413062
+0.0150149 0.201083 0.419226
+0.0455177 0.199969 0.427039
+0.0823377 0.197314 0.435828
+0.127413 0.193744 0.442466
+0.186603 0.191272 0.441184
+0.239109 0.189425 0.440803
+0.284001 0.187686 0.440711
+0.323369 0.185977 0.440909
+0.358129 0.184253 0.441077
+0.389105 0.182269 0.441382
+0.421378 0.179995 0.441733
+0.454887 0.177539 0.441978
+0.487831 0.1776 0.441367
+0.521889 0.177874 0.441657
+0.557504 0.177707 0.443137
+0.595132 0.177111 0.445533
+0.635081 0.176181 0.449012
+0.677821 0.186313 0.458564
+0.722622 0.207752 0.474205
+0.771099 0.231479 0.492164
+0.823438 0.257481 0.512337
+0.880446 0.285801 0.533745
+0.933486 0.316121 0.556558
+0.956863 0.347372 0.580453
+0.981476 0.379995 0.606531
+0 0.240497 0.398535
+0 0.240452 0.398962
+0 0.240223 0.400214
+0 0.239979 0.402441
+0 0.239475 0.405615
+0 0.2383 0.409186
+0 0.236378 0.41326
+0.00634775 0.233265 0.417945
+0.0155184 0.228809 0.422965
+0.0418402 0.228275 0.43061
+0.0773175 0.226947 0.439063
+0.11429 0.22414 0.448768
+0.164675 0.220172 0.454963
+0.223987 0.217868 0.453925
+0.273625 0.215991 0.453468
+0.316609 0.214099 0.453315
+0.354162 0.212085 0.453407
+0.387472 0.209812 0.453468
+0.421118 0.207156 0.453422
+0.455863 0.204257 0.45359
+0.489342 0.20415 0.45214
+0.523171 0.204883 0.451469
+0.558633 0.205173 0.452201
+0.595453 0.205097 0.454185
+0.634684 0.204685 0.457343
+0.676905 0.203723 0.461601
+0.722484 0.209949 0.470329
+0.770932 0.233494 0.488151
+0.823224 0.25951 0.507988
+0.88043 0.287663 0.529488
+0.933501 0.317815 0.552087
+0.956847 0.348898 0.576165
+0.981414 0.381353 0.602411
+0 0.267109 0.404303
+0 0.267079 0.404715
+0 0.267018 0.40589
+0 0.266926 0.408026
+0 0.266545 0.410758
+0 0.265705 0.414069
+0.00483711 0.264134 0.417868
+0.0111849 0.261799 0.422232
+0.0191958 0.258412 0.426902
+0.0383459 0.255985 0.433097
+0.0717784 0.255695 0.441306
+0.107332 0.254292 0.450645
+0.146105 0.250996 0.461479
+0.20145 0.247028 0.467262
+0.25919 0.244648 0.466377
+0.307332 0.242466 0.465965
+0.348531 0.240253 0.465827
+0.384863 0.23769 0.465476
+0.420493 0.234546 0.4654
+0.456962 0.231022 0.465034
+0.491341 0.230442 0.462882
+0.525277 0.231632 0.461006
+0.560449 0.232334 0.460853
+0.596811 0.232746 0.462394
+0.635523 0.232639 0.465064
+0.676722 0.232227 0.468925
+0.721538 0.231296 0.474128
+0.770565 0.235828 0.483223
+0.822904 0.261646 0.502937
+0.880217 0.289647 0.524361
+0.933684 0.3196 0.547234
+0.956939 0.350484 0.571405
+0.981521 0.382773 0.597848
+0 0.293965 0.41004
+0 0.29395 0.410437
+0 0.294011 0.411536
+0 0.293858 0.413291
+0.000183108 0.293538 0.415656
+0.00450141 0.292836 0.418524
+0.00935378 0.291676 0.421897
+0.0153506 0.289921 0.425696
+0.0228885 0.287251 0.430152
+0.035874 0.28333 0.434928
+0.0655528 0.283528 0.442649
+0.100267 0.283116 0.451408
+0.135775 0.281498 0.461616
+0.176211 0.277958 0.473487
+0.237629 0.274266 0.47744
+0.29308 0.271504 0.477852
+0.339727 0.268727 0.477852
+0.380453 0.265736 0.477501
+0.418906 0.262181 0.476997
+0.457755 0.257908 0.476585
+0.493935 0.256489 0.473732
+0.527993 0.258137 0.470283
+0.562997 0.259251 0.469108
+0.598886 0.259983 0.469764
+0.636988 0.260319 0.471931
+0.677424 0.260227 0.475532
+0.721004 0.259785 0.480522
+0.769329 0.258854 0.486809
+0.822766 0.263935 0.497261
+0.879973 0.291844 0.518532
+0.9337 0.321645 0.541482
+0.956954 0.352316 0.565942
+0.981445 0.384405 0.592599
+0 0.320989 0.415564
+0 0.320974 0.415869
+0.000991836 0.320928 0.416785
+0.00309758 0.320775 0.418158
+0.00602731 0.320409 0.420066
+0.00956741 0.319905 0.422568
+0.0141299 0.318898 0.425528
+0.019379 0.317479 0.428931
+0.0263371 0.315373 0.432761
+0.0375372 0.312444 0.43711
+0.0593423 0.310536 0.44303
+0.0924697 0.311101 0.451225
+0.126665 0.310628 0.460639
+0.162402 0.308827 0.471748
+0.210986 0.305638 0.479973
+0.273213 0.303334 0.48014
+0.324865 0.300862 0.480598
+0.370489 0.297993 0.481544
+0.412406 0.293965 0.482521
+0.454688 0.288563 0.483757
+0.496284 0.282292 0.484199
+0.530724 0.284413 0.478767
+0.565667 0.285832 0.47628
+0.601404 0.2869 0.476204
+0.638987 0.28751 0.477791
+0.678584 0.2878 0.481025
+0.721309 0.287694 0.485679
+0.768307 0.28716 0.491737
+0.820798 0.28603 0.49897
+0.879622 0.294194 0.511849
+0.933669 0.323796 0.534966
+0.956924 0.354284 0.559716
+0.981384 0.386145 0.586694
+0.00700389 0.347265 0.421302
+0.00735485 0.347189 0.421576
+0.00840772 0.347097 0.422232
+0.00994888 0.346975 0.423377
+0.0123903 0.346624 0.424949
+0.0155795 0.346075 0.426932
+0.0194247 0.345327 0.429358
+0.0241398 0.344259 0.432273
+0.0305486 0.342657 0.435645
+0.0407263 0.340276 0.439414
+0.0555734 0.337102 0.443488
+0.0852369 0.337804 0.450996
+0.11783 0.338277 0.459739
+0.151858 0.337804 0.469856
+0.188434 0.335943 0.481941
+0.249424 0.333928 0.481636
+0.30721 0.332006 0.482078
+0.357504 0.329732 0.482872
+0.402869 0.326604 0.483879
+0.447272 0.322286 0.485328
+0.491218 0.316365 0.48661
+0.533639 0.310414 0.486717
+0.568627 0.312154 0.482902
+0.604273 0.313527 0.481651
+0.641093 0.314443 0.482597
+0.68014 0.314885 0.485313
+0.721874 0.31519 0.489616
+0.767575 0.314931 0.495399
+0.819013 0.314015 0.502556
+0.878019 0.312535 0.511147
+0.933532 0.326146 0.527581
+0.956863 0.35639 0.552682
+0.981338 0.388022 0.580133
+0.0155337 0.372641 0.427787
+0.0158083 0.37258 0.427939
+0.0166629 0.372488 0.428473
+0.0180667 0.372305 0.429328
+0.0199588 0.372015 0.430488
+0.0223239 0.371572 0.432059
+0.0256504 0.370993 0.433982
+0.0298161 0.370092 0.436332
+0.0364233 0.368627 0.438987
+0.0455634 0.366735 0.44213
+0.0581521 0.36434 0.445777
+0.0792859 0.362936 0.451041
+0.109865 0.364248 0.458991
+0.141711 0.364874 0.468162
+0.175219 0.364431 0.479026
+0.224445 0.36286 0.483345
+0.286687 0.361273 0.483558
+0.342916 0.359579 0.484123
+0.39266 0.357305 0.484962
+0.439628 0.354009 0.486427
+0.48571 0.349248 0.487922
+0.5308 0.342931 0.489448
+0.572412 0.337972 0.488975
+0.60795 0.339544 0.48661
+0.644312 0.340658 0.486854
+0.68249 0.341436 0.489128
+0.723232 0.341833 0.49308
+0.767926 0.341848 0.498527
+0.817914 0.341283 0.505501
+0.875975 0.340093 0.513939
+0.933211 0.337911 0.523568
+0.956817 0.358618 0.544793
+0.981292 0.390036 0.572763
+0.0251774 0.398688 0.434928
+0.025391 0.398627 0.435035
+0.0260471 0.39852 0.435416
+0.0271763 0.398352 0.436118
+0.0289311 0.398016 0.437003
+0.0310063 0.397635 0.438224
+0.0340124 0.39704 0.439704
+0.0385901 0.396185 0.441474
+0.0443885 0.395087 0.443397
+0.0524758 0.393713 0.445808
+0.0634165 0.391775 0.448631
+0.0772106 0.389334 0.452049
+0.102876 0.390341 0.458671
+0.132311 0.391684 0.466804
+0.163729 0.392416 0.476463
+0.199985 0.39202 0.485054
+0.260044 0.390707 0.484962
+0.324132 0.389425 0.48539
+0.380453 0.387823 0.486046
+0.430686 0.385397 0.487282
+0.479469 0.381689 0.48896
+0.526864 0.37641 0.490776
+0.572473 0.369589 0.49218
+0.612512 0.366079 0.491325
+0.648692 0.367315 0.490883
+0.686213 0.368154 0.492699
+0.726146 0.36878 0.49633
+0.76965 0.368902 0.501549
+0.818235 0.368658 0.5084
+0.874739 0.36788 0.516655
+0.932433 0.366232 0.526024
+0.956817 0.362753 0.536233
+0.98143 0.392172 0.564202
+0.0383612 0.426673 0.443488
+0.0385443 0.426673 0.443549
+0.0391089 0.426551 0.443885
+0.0402686 0.426413 0.444297
+0.0419623 0.426078 0.444907
+0.0441596 0.425666 0.445686
+0.0475471 0.425086 0.446662
+0.0516976 0.424414 0.447883
+0.0570535 0.423484 0.449271
+0.0640421 0.422385 0.451041
+0.0727245 0.420951 0.453056
+0.0835889 0.419196 0.455497
+0.098085 0.417716 0.459022
+0.124315 0.419806 0.466163
+0.152346 0.421607 0.474281
+0.181598 0.422736 0.483879
+0.226841 0.422065 0.486503
+0.297597 0.420905 0.486915
+0.363165 0.419837 0.48748
+0.418952 0.418296 0.488121
+0.471305 0.415518 0.48983
+0.52166 0.411368 0.491829
+0.569512 0.405661 0.493355
+0.615381 0.398154 0.494438
+0.654261 0.395804 0.49427
+0.691051 0.396811 0.495628
+0.730175 0.397375 0.498924
+0.772335 0.397818 0.504128
+0.819776 0.397742 0.51075
+0.874525 0.397269 0.51899
+0.93138 0.396155 0.528374
+0.956725 0.393729 0.539849
+0.980728 0.400473 0.560174
+0.0604257 0.456611 0.453834
+0.0606546 0.45658 0.453895
+0.0612802 0.456504 0.453986
+0.0624094 0.456245 0.454246
+0.0639811 0.456031 0.454566
+0.0660716 0.455695 0.454948
+0.0684825 0.455253 0.455589
+0.0719005 0.454704 0.45623
+0.076112 0.454017 0.457099
+0.0814374 0.453193 0.458076
+0.0875257 0.452186 0.459312
+0.0948196 0.450889 0.460807
+0.103471 0.449409 0.462593
+0.119295 0.449546 0.466453
+0.143099 0.452033 0.473136
+0.168368 0.454337 0.480735
+0.201053 0.455543 0.487633
+0.260777 0.454597 0.488258
+0.337133 0.453727 0.489021
+0.402869 0.452476 0.489509
+0.459953 0.450965 0.490074
+0.514092 0.447883 0.492744
+0.565713 0.443122 0.494545
+0.613642 0.436805 0.495613
+0.659327 0.428641 0.496315
+0.697719 0.427344 0.49749
+0.735637 0.428153 0.500877
+0.776791 0.428565 0.50602
+0.825605 0.43061 0.515328
+0.883055 0.432883 0.527016
+0.935225 0.43415 0.539696
+0.963912 0.432746 0.553033
+0.976989 0.43444 0.572015
+0.0936446 0.488334 0.466148
+0.0937362 0.488319 0.466163
+0.0940261 0.488319 0.466224
+0.0945296 0.488182 0.466346
+0.0954604 0.487968 0.466438
+0.0966659 0.487739 0.46656
+0.0982376 0.487388 0.466697
+0.100191 0.487037 0.466896
+0.102541 0.486503 0.46717
+0.105272 0.486015 0.467521
+0.108751 0.485298 0.467887
+0.112718 0.484459 0.468437
+0.117754 0.483574 0.469062
+0.123552 0.482414 0.469947
+0.138338 0.483803 0.473564
+0.158602 0.486854 0.479164
+0.179965 0.489708 0.485634
+0.223896 0.490318 0.48896
+0.297612 0.489494 0.49012
+0.377768 0.48867 0.491432
+0.44509 0.487282 0.491814
+0.502083 0.485985 0.493248
+0.559426 0.482185 0.495674
+0.610636 0.477058 0.49659
+0.658167 0.470344 0.496971
+0.707286 0.464256 0.500832
+0.748272 0.46685 0.507973
+0.791562 0.470359 0.517021
+0.839933 0.473579 0.527611
+0.895247 0.477134 0.539498
+0.939849 0.478294 0.552102
+0.97084 0.476905 0.565057
+0.97174 0.481941 0.586709
+0.117449 0.522942 0.481865
+0.117556 0.522896 0.481849
+0.117922 0.522881 0.481788
+0.118502 0.522744 0.481697
+0.119341 0.522652 0.481559
+0.120317 0.522469 0.481437
+0.121553 0.522179 0.481209
+0.123186 0.521981 0.480888
+0.125063 0.521614 0.480537
+0.12726 0.521187 0.480171
+0.129717 0.520638 0.479774
+0.132555 0.520119 0.479347
+0.135897 0.519493 0.478767
+0.139437 0.518791 0.478233
+0.143618 0.517937 0.477531
+0.156924 0.520211 0.479927
+0.173693 0.523583 0.483742
+0.191226 0.527428 0.487816
+0.248219 0.527428 0.489708
+0.337057 0.526802 0.491539
+0.417853 0.525765 0.493706
+0.488823 0.523735 0.496681
+0.549661 0.525887 0.501549
+0.608728 0.525795 0.505501
+0.661067 0.524086 0.509575
+0.710918 0.520241 0.513207
+0.762066 0.514 0.51632
+0.803555 0.51809 0.527001
+0.849867 0.522347 0.538949
+0.900999 0.526696 0.551812
+0.943511 0.527626 0.56434
+0.966766 0.528542 0.578912
+0.965515 0.534524 0.600381
+0.133715 0.560571 0.499626
+0.133852 0.560586 0.499611
+0.134203 0.56051 0.499474
+0.134813 0.560433 0.499229
+0.135653 0.560372 0.498955
+0.136751 0.560128 0.498527
+0.138079 0.55993 0.498024
+0.139574 0.559731 0.497444
+0.141512 0.559518 0.496712
+0.14374 0.559121 0.495827
+0.146319 0.558694 0.494759
+0.149004 0.558343 0.493568
+0.1523 0.557824 0.492103
+0.155764 0.55729 0.490425
+0.159792 0.556741 0.48838
+0.164263 0.556023 0.485908
+0.177539 0.558358 0.48632
+0.195499 0.561959 0.48777
+0.215671 0.566415 0.488273
+0.279835 0.567025 0.490013
+0.377218 0.566476 0.492683
+0.459815 0.565042 0.495613
+0.543633 0.571694 0.491188
+0.598795 0.566461 0.506554
+0.658289 0.57348 0.517891
+0.713207 0.578195 0.528496
+0.764706 0.574121 0.531624
+0.816007 0.570077 0.537133
+0.862013 0.574197 0.551537
+0.912688 0.57615 0.564538
+0.950484 0.574182 0.57435
+0.961593 0.575555 0.58938
+0.960891 0.579599 0.609079
+0.152193 0.600366 0.51931
+0.152316 0.600336 0.519295
+0.152682 0.60029 0.519066
+0.153277 0.600229 0.518746
+0.154116 0.600107 0.518303
+0.155138 0.600015 0.517754
+0.156313 0.599878 0.517052
+0.157885 0.59971 0.516121
+0.159747 0.599527 0.515068
+0.161913 0.599222 0.513771
+0.164324 0.598871 0.512245
+0.166873 0.598566 0.510521
+0.169955 0.598276 0.508431
+0.173297 0.597818 0.50602
+0.176959 0.597375 0.503151
+0.181186 0.596933 0.499687
+0.185702 0.596445 0.495613
+0.199039 0.598428 0.493507
+0.218982 0.602655 0.49247
+0.240177 0.607599 0.488685
+0.314687 0.608682 0.489693
+0.418204 0.607675 0.492714
+0.49604 0.623987 0.480049
+0.598352 0.621836 0.489708
+0.636683 0.605341 0.508751
+0.692439 0.610803 0.521202
+0.748074 0.616785 0.532845
+0.804578 0.621988 0.546624
+0.860883 0.631251 0.568399
+0.925261 0.635828 0.585184
+0.958724 0.630488 0.592477
+0.958618 0.630411 0.606867
+0.958587 0.632776 0.625299
+0.172564 0.642756 0.541222
+0.172671 0.642741 0.541115
+0.172946 0.642771 0.540871
+0.173404 0.64271 0.540536
+0.174136 0.64268 0.539986
+0.175143 0.642527 0.5393
+0.176364 0.642359 0.538354
+0.177844 0.642222 0.53724
+0.179629 0.642054 0.535897
+0.181552 0.641855 0.534417
+0.18378 0.641688 0.53254
+0.186343 0.641443 0.530404
+0.189258 0.641108 0.527886
+0.192203 0.640894 0.525002
+0.195712 0.640513 0.521569
+0.199557 0.640238 0.517601
+0.203967 0.639857 0.512871
+0.208911 0.639521 0.50692
+0.22211 0.641215 0.502083
+0.24271 0.64596 0.497795
+0.265492 0.65153 0.488914
+0.358312 0.652262 0.487968
+0.46247 0.658732 0.484703
+0.564019 0.674479 0.484413
+0.649882 0.67512 0.498741
+0.67219 0.646082 0.515129
+0.727718 0.652125 0.528832
+0.785183 0.657145 0.542443
+0.841688 0.667582 0.566949
+0.905257 0.675563 0.587289
+0.953872 0.676753 0.600931
+0.959838 0.680369 0.618616
+0.960082 0.683406 0.63801
+0.201541 0.686473 0.564309
+0.201617 0.686458 0.564202
+0.201923 0.686442 0.563958
+0.202472 0.686381 0.563577
+0.20322 0.68632 0.562905
+0.204211 0.686259 0.562112
+0.205341 0.686168 0.56109
+0.206714 0.686061 0.559884
+0.208118 0.685985 0.55848
+0.209979 0.685832 0.556786
+0.212085 0.685664 0.554757
+0.214405 0.685466 0.552438
+0.216754 0.685374 0.549844
+0.219608 0.685191 0.546654
+0.222675 0.684916 0.543069
+0.225864 0.684733 0.538979
+0.229465 0.684565 0.534096
+0.233402 0.68426 0.528084
+0.238453 0.68397 0.519844
+0.250553 0.685695 0.511559
+0.273274 0.690532 0.503929
+0.302693 0.696239 0.488762
+0.415763 0.69453 0.487404
+0.506844 0.727504 0.470619
+0.623362 0.730007 0.496345
+0.701442 0.732738 0.505959
+0.723232 0.701823 0.52314
+0.767544 0.694926 0.53724
+0.824186 0.704601 0.564935
+0.887388 0.713436 0.588998
+0.945525 0.718486 0.606714
+0.962188 0.723812 0.625467
+0.9626 0.729763 0.646586
+0.249805 0.729 0.588769
+0.249805 0.728985 0.588663
+0.25005 0.728985 0.588403
+0.250462 0.728969 0.58793
+0.251087 0.728954 0.587274
+0.251743 0.728893 0.586435
+0.252689 0.728832 0.585412
+0.253849 0.728847 0.584192
+0.255085 0.728771 0.582681
+0.256382 0.728725 0.580957
+0.257877 0.728634 0.578927
+0.259739 0.728557 0.576623
+0.26183 0.728511 0.573938
+0.263859 0.728328 0.570886
+0.266102 0.728298 0.567452
+0.268711 0.728206 0.563378
+0.271489 0.728054 0.558724
+0.274495 0.727977 0.553017
+0.278401 0.727947 0.545403
+0.282765 0.72784 0.534981
+0.294408 0.729213 0.523217
+0.31902 0.734188 0.51191
+0.362325 0.738506 0.491661
+0.456168 0.764462 0.468345
+0.587991 0.782925 0.504097
+0.679103 0.792004 0.521645
+0.756741 0.795941 0.534295
+0.778332 0.76318 0.54641
+0.807538 0.741924 0.562203
+0.870024 0.753292 0.589944
+0.936767 0.7608 0.611521
+0.964828 0.76643 0.631174
+0.965393 0.775418 0.654994
+0.320653 0.76878 0.616007
+0.320714 0.768811 0.61593
+0.320882 0.768795 0.615641
+0.321111 0.768826 0.615213
+0.321553 0.768826 0.614572
+0.322179 0.76875 0.613779
+0.322911 0.768734 0.612757
+0.323644 0.768734 0.611551
+0.324666 0.768704 0.610101
+0.325841 0.768688 0.608392
+0.327016 0.768673 0.606455
+0.328328 0.768658 0.604242
+0.329595 0.768597 0.601724
+0.331319 0.768597 0.598856
+0.332998 0.768551 0.595575
+0.335012 0.768536 0.591806
+0.336919 0.768566 0.58761
+0.339239 0.768551 0.582437
+0.342061 0.768536 0.575708
+0.345251 0.768612 0.566796
+0.349065 0.768627 0.554406
+0.359335 0.76994 0.539467
+0.388296 0.774334 0.525353
+0.462684 0.793988 0.513527
+0.54995 0.836118 0.525002
+0.654963 0.850294 0.550713
+0.738262 0.861219 0.566964
+0.817929 0.866941 0.581109
+0.839384 0.831571 0.586343
+0.859739 0.797742 0.592309
+0.922118 0.802548 0.615091
+0.966628 0.80914 0.634714
+0.96849 0.819928 0.660044
+0.401831 0.808591 0.647974
+0.401999 0.808591 0.647913
+0.402045 0.808591 0.647623
+0.402289 0.808576 0.647196
+0.40264 0.808545 0.646647
+0.40325 0.80853 0.645869
+0.403601 0.808484 0.644907
+0.404334 0.808484 0.643809
+0.405234 0.808469 0.642481
+0.406043 0.808377 0.640879
+0.406958 0.808392 0.639109
+0.407843 0.808392 0.637079
+0.409033 0.808331 0.634791
+0.410285 0.808316 0.632151
+0.411872 0.808255 0.629206
+0.413245 0.80824 0.625895
+0.414908 0.808133 0.62211
+0.416464 0.808209 0.617639
+0.418616 0.808164 0.611856
+0.421195 0.808072 0.604273
+0.424079 0.808164 0.594217
+0.427588 0.808209 0.580224
+0.436088 0.809308 0.562325
+0.481636 0.824857 0.553521
+0.544396 0.876905 0.561929
+0.624247 0.912276 0.575265
+0.716091 0.928786 0.597635
+0.80058 0.940246 0.615274
+0.887205 0.947738 0.632685
+0.909773 0.906874 0.631022
+0.930663 0.867475 0.630167
+0.955993 0.852781 0.640436
+0.971298 0.863706 0.664347
+0.465248 0.857725 0.685786
+0.465309 0.857679 0.685756
+0.465431 0.857679 0.685481
+0.465705 0.857633 0.685069
+0.466056 0.857664 0.68452
+0.466514 0.857603 0.683787
+0.466972 0.857542 0.682872
+0.467658 0.857481 0.681788
+0.468421 0.857466 0.680522
+0.469261 0.857359 0.679057
+0.470298 0.857298 0.677424
+0.471214 0.857237 0.675517
+0.472267 0.857191 0.673411
+0.473564 0.857038 0.670985
+0.474907 0.856931 0.668269
+0.476448 0.856855 0.665293
+0.478035 0.856764 0.661921
+0.479667 0.856641 0.657938
+0.481895 0.856443 0.652903
+0.484535 0.856214 0.646418
+0.487648 0.856001 0.637934
+0.491325 0.855772 0.626612
+0.49572 0.855497 0.610712
+0.506462 0.859831 0.591623
+0.549615 0.914839 0.599741
+0.583322 0.961318 0.600153
+0.674022 0.969406 0.610956
+0.76582 0.976379 0.633906
+0.853635 0.980606 0.65214
+0.942 0.983459 0.669261
+0.955581 0.964752 0.66746
+0.971572 0.940444 0.669139
+0.973983 0.907927 0.669963
+0.506569 0.915801 0.724544
+0.5066 0.915831 0.724453
+0.506752 0.915831 0.724239
+0.506981 0.915816 0.723827
+0.507271 0.91577 0.723278
+0.507668 0.915785 0.722591
+0.508171 0.91574 0.721752
+0.508782 0.915694 0.720684
+0.509468 0.915618 0.719478
+0.510262 0.915526 0.718059
+0.510979 0.915526 0.716518
+0.51191 0.915434 0.714702
+0.512978 0.915358 0.712688
+0.514168 0.915236 0.710445
+0.515435 0.915145 0.707897
+0.516838 0.915022 0.705104
+0.518318 0.914885 0.701991
+0.519844 0.914794 0.69839
+0.521828 0.914611 0.693828
+0.524269 0.914412 0.688029
+0.527169 0.914153 0.680613
+0.530495 0.913878 0.670878
+0.534691 0.913512 0.657755
+0.539498 0.913146 0.639368
+0.559426 0.956451 0.637598
+0.587152 0.981872 0.644633
+0.620325 0.995041 0.617731
+0.721935 1 0.645304
+0.814252 1 0.667857
+0.908156 1 0.686793
+0.97084 1 0.70013
+0.973037 0.994308 0.697307
+0.974517 0.979095 0.700313
+0.529747 0.964172 0.756237
+0.529793 0.964172 0.756161
+0.52987 0.964157 0.755917
+0.530083 0.964141 0.755581
+0.530358 0.964141 0.755001
+0.530709 0.964126 0.754314
+0.531167 0.964111 0.75346
+0.531716 0.964096 0.752468
+0.532296 0.964065 0.751293
+0.533013 0.964034 0.749935
+0.533745 0.964004 0.748348
+0.5346 0.963973 0.746624
+0.535363 0.963973 0.744717
+0.536385 0.963943 0.74258
+0.537499 0.963897 0.740185
+0.538689 0.963836 0.737499
+0.539986 0.96379 0.7346
+0.541451 0.963729 0.731182
+0.543053 0.963684 0.727001
+0.545144 0.963607 0.721721
+0.547662 0.963485 0.715053
+0.550698 0.963348 0.706432
+0.554177 0.963226 0.695186
+0.558587 0.963027 0.679911
+0.57351 0.977691 0.676478
+0.600656 0.999664 0.688045
+0.633478 1 0.696788
+0.678141 1 0.663233
+0.779293 1 0.691112
+0.874937 1 0.712581
+0.955077 1 0.727794
+0.970932 1 0.742718
+0.970794 1 0.732845
+0.5523 0.993744 0.789899
+0.552346 0.993744 0.789792
+0.552453 0.993744 0.789593
+0.552636 0.993729 0.789227
+0.552865 0.993713 0.788724
+0.553201 0.993698 0.788006
+0.553597 0.993683 0.787243
+0.554055 0.993652 0.786206
+0.554604 0.993637 0.785092
+0.555184 0.993591 0.783749
+0.555871 0.993561 0.782269
+0.556649 0.99353 0.780606
+0.557458 0.993484 0.778714
+0.558358 0.993439 0.776684
+0.559304 0.993408 0.774426
+0.560204 0.993378 0.771954
+0.561364 0.993332 0.769238
+0.562631 0.993271 0.766049
+0.564187 0.993179 0.762127
+0.566018 0.993088 0.75729
+0.568032 0.993011 0.751232
+0.570687 0.992874 0.743572
+0.573892 0.992721 0.733639
+0.577478 0.992554 0.720638
+0.590585 0.998978 0.716991
+0.623285 1 0.738994
+0.659541 1 0.766613
+0.680781 1 0.740017
+0.738933 1 0.716091
+0.842603 1 0.743435
+0.939925 1 0.761868
+0.971344 1 0.774197
+0.971557 1 0.792096
+0 0.0615549 0.379217
+0 0.061265 0.379919
+0 0.0602731 0.381811
+0 0.0585336 0.384833
+0 0.0558785 0.38851
+0 0.0523995 0.391104
+0 0.0522469 0.39263
+0.0372931 0.0518044 0.393439
+0.0854505 0.0519112 0.394827
+0.132555 0.0525826 0.396429
+0.177874 0.0541085 0.398581
+0.219287 0.0563516 0.401404
+0.25655 0.0591592 0.404517
+0.290898 0.0622568 0.407782
+0.322713 0.0659037 0.411521
+0.3514 0.0701915 0.415259
+0.377356 0.0746624 0.419181
+0.403067 0.0802319 0.423484
+0.430335 0.0870832 0.428367
+0.459083 0.0958877 0.434073
+0.489998 0.106035 0.440986
+0.523705 0.116045 0.449622
+0.559365 0.127947 0.459571
+0.596582 0.142214 0.470832
+0.635828 0.158923 0.483864
+0.677775 0.178195 0.498604
+0.722408 0.199832 0.515373
+0.770611 0.223789 0.533974
+0.822675 0.250278 0.554238
+0.879667 0.279026 0.575402
+0.932921 0.309957 0.597208
+0.956268 0.341787 0.619898
+0.981231 0.374929 0.644739
+0 0.0618448 0.379431
+0 0.0616922 0.380194
+0 0.0607309 0.382193
+0 0.0590066 0.385229
+0 0.0563363 0.388952
+0 0.0528267 0.391959
+0 0.0525063 0.393347
+0.034699 0.0520638 0.394186
+0.083299 0.0521859 0.395499
+0.130846 0.052842 0.396979
+0.176669 0.0543069 0.3991
+0.218326 0.0565652 0.401877
+0.255863 0.0593271 0.404898
+0.290288 0.0624704 0.408209
+0.322118 0.0661326 0.411841
+0.351019 0.0703746 0.415534
+0.377157 0.0747997 0.419425
+0.402884 0.0803998 0.423728
+0.430198 0.0871901 0.428534
+0.458976 0.0959945 0.434256
+0.489921 0.106096 0.441062
+0.523705 0.116152 0.449683
+0.559274 0.128054 0.459586
+0.596597 0.14226 0.470832
+0.635843 0.158984 0.483803
+0.677775 0.178332 0.498543
+0.722423 0.199924 0.515267
+0.770687 0.223896 0.533883
+0.822644 0.25037 0.554086
+0.879667 0.279103 0.575296
+0.932921 0.309972 0.59704
+0.956283 0.341848 0.61976
+0.981247 0.37499 0.644572
+0 0.0630198 0.380529
+0 0.0626993 0.381109
+0 0.0619516 0.383017
+0 0.0603342 0.38616
+0 0.0576486 0.390036
+0 0.0540322 0.394202
+0 0.0534829 0.395712
+0.0264286 0.0529488 0.39649
+0.0770886 0.0529488 0.397452
+0.12549 0.0535744 0.39881
+0.17261 0.0550088 0.400656
+0.215244 0.0572213 0.403265
+0.253407 0.0599374 0.40621
+0.28838 0.0630198 0.409339
+0.320714 0.0666972 0.412894
+0.350042 0.0708629 0.41651
+0.376272 0.075288 0.420218
+0.402319 0.0808118 0.42443
+0.429847 0.0875105 0.42916
+0.458778 0.0962539 0.434745
+0.489845 0.106325 0.441413
+0.523644 0.116411 0.449882
+0.559243 0.128389 0.459632
+0.596506 0.14258 0.470756
+0.635782 0.159365 0.483711
+0.677821 0.178637 0.498375
+0.722423 0.200259 0.515007
+0.770672 0.224216 0.533562
+0.82269 0.250599 0.553735
+0.879698 0.279438 0.574868
+0.932952 0.310246 0.596597
+0.956283 0.342077 0.619303
+0.981231 0.375174 0.644099
+0 0.070222 0.384161
+0 0.0697948 0.384649
+0 0.0684367 0.386267
+0 0.0663462 0.389319
+0 0.0631113 0.392966
+0 0.0581826 0.39678
+0 0.0554513 0.399634
+0.0120089 0.0545663 0.400122
+0.0657206 0.0543069 0.400626
+0.116289 0.054963 0.401755
+0.165179 0.05626 0.40325
+0.209903 0.0583047 0.40557
+0.249332 0.0609445 0.408209
+0.285206 0.0639811 0.411322
+0.318196 0.067689 0.414527
+0.34847 0.0716411 0.41799
+0.37496 0.076112 0.421561
+0.401266 0.0814832 0.425544
+0.429129 0.0881666 0.430121
+0.45832 0.0966812 0.435508
+0.489662 0.106661 0.441962
+0.523507 0.116808 0.450202
+0.559167 0.128832 0.45977
+0.596414 0.143099 0.470695
+0.635798 0.159838 0.483391
+0.677913 0.17908 0.498085
+0.722362 0.200839 0.514549
+0.770764 0.224643 0.533013
+0.82269 0.251087 0.553048
+0.879698 0.279866 0.574166
+0.933043 0.310613 0.59588
+0.956344 0.342412 0.61857
+0.981216 0.375525 0.643336
+0 0.0818494 0.389013
+0 0.0814221 0.389532
+0 0.0800946 0.391196
+0 0.0780194 0.394217
+0 0.0747234 0.397696
+0 0.0697032 0.401679
+0 0.0650034 0.406653
+0.000320439 0.063798 0.407599
+0.053315 0.0616922 0.407095
+0.104662 0.0600748 0.407034
+0.154192 0.058793 0.407202
+0.201633 0.0599069 0.408637
+0.243107 0.0623941 0.410956
+0.280537 0.0654917 0.413794
+0.314626 0.0690471 0.416739
+0.345785 0.0729229 0.420005
+0.373129 0.0772717 0.42327
+0.399725 0.0825513 0.427085
+0.428092 0.0889754 0.431434
+0.457694 0.0972915 0.436561
+0.489403 0.107134 0.44271
+0.523354 0.117403 0.450568
+0.558968 0.129473 0.459831
+0.596353 0.14374 0.470542
+0.635676 0.160616 0.483055
+0.677867 0.179812 0.497475
+0.722393 0.20148 0.513832
+0.770764 0.225315 0.532189
+0.822675 0.251774 0.552117
+0.879728 0.280354 0.573114
+0.933135 0.311162 0.594888
+0.956451 0.342901 0.617594
+0.98117 0.375982 0.642237
+0 0.0976425 0.394476
+0 0.0972 0.395026
+0 0.0960403 0.396674
+0 0.0941176 0.399588
+0 0.0910353 0.403174
+0 0.0860609 0.407279
+0 0.0798352 0.41178
+0 0.0780957 0.416953
+0.0394598 0.0761425 0.416464
+0.0931868 0.0742962 0.416098
+0.144762 0.0726177 0.4159
+0.193225 0.0715038 0.416266
+0.235767 0.0707866 0.416968
+0.274052 0.070222 0.417899
+0.309422 0.0708476 0.419577
+0.341863 0.0745708 0.422492
+0.370123 0.0789502 0.425513
+0.397681 0.0838636 0.428962
+0.426459 0.0901503 0.433036
+0.456779 0.098024 0.437858
+0.488853 0.107836 0.44361
+0.523033 0.11809 0.451179
+0.558709 0.130282 0.459922
+0.596048 0.144732 0.470314
+0.635645 0.161501 0.482521
+0.67776 0.180804 0.496773
+0.722454 0.202319 0.512993
+0.770733 0.226184 0.531075
+0.822736 0.252506 0.550866
+0.879744 0.281254 0.571817
+0.93315 0.311864 0.593469
+0.956466 0.343526 0.616129
+0.98114 0.376547 0.640803
+0 0.116991 0.40032
+0 0.116655 0.4009
+0 0.115648 0.402335
+0 0.113985 0.405158
+0 0.11136 0.408972
+0 0.107027 0.413016
+0 0.100649 0.417594
+0 0.0978256 0.42388
+0.023682 0.0953689 0.426917
+0.0787976 0.093431 0.426246
+0.132403 0.0916457 0.425849
+0.183032 0.0902266 0.425864
+0.227909 0.0891585 0.426368
+0.267735 0.088304 0.427207
+0.30399 0.0874189 0.428077
+0.337057 0.0866255 0.429023
+0.366461 0.085832 0.429938
+0.394614 0.0856489 0.431174
+0.424338 0.0916609 0.434958
+0.455589 0.0990616 0.439338
+0.48809 0.108553 0.444678
+0.522515 0.118959 0.451743
+0.558267 0.131334 0.459968
+0.595819 0.14583 0.469978
+0.635554 0.162615 0.481865
+0.677668 0.181918 0.495781
+0.722362 0.203433 0.511772
+0.770672 0.227283 0.529717
+0.822705 0.25362 0.549325
+0.879728 0.28217 0.570092
+0.93315 0.312749 0.591684
+0.956451 0.344335 0.614328
+0.981094 0.377249 0.639002
+0 0.139498 0.406226
+0 0.139254 0.406744
+0 0.138384 0.408194
+0 0.137072 0.410849
+0 0.134905 0.414649
+0 0.131212 0.418875
+0 0.125811 0.423392
+0 0.121202 0.429053
+0.0145113 0.118791 0.435981
+0.0619516 0.11635 0.437461
+0.116976 0.114458 0.43679
+0.170474 0.112718 0.436408
+0.218418 0.111437 0.436561
+0.26009 0.110353 0.437217
+0.297719 0.109331 0.437797
+0.331807 0.1084 0.438605
+0.362234 0.107454 0.439506
+0.391058 0.106416 0.44036
+0.421454 0.105241 0.441382
+0.453666 0.104295 0.442527
+0.487083 0.109407 0.445899
+0.521752 0.119966 0.452216
+0.557961 0.132525 0.46006
+0.5953 0.147158 0.469505
+0.635386 0.163928 0.481056
+0.677424 0.183276 0.494591
+0.722271 0.204791 0.510323
+0.770581 0.22858 0.527962
+0.822705 0.254795 0.547448
+0.879667 0.283299 0.568093
+0.933165 0.313787 0.589593
+0.956451 0.345266 0.612177
+0.981033 0.378134 0.636835
+0 0.164355 0.412222
+0 0.164172 0.412757
+0 0.16347 0.414313
+0 0.162402 0.416846
+0 0.160906 0.420447
+0 0.157977 0.424674
+0 0.15349 0.429191
+0 0.147097 0.434028
+0.012253 0.145922 0.441215
+0.0486152 0.142596 0.448264
+0.0990616 0.140352 0.448402
+0.154818 0.138445 0.4477
+0.206577 0.136843 0.44744
+0.251118 0.135561 0.44773
+0.290684 0.134356 0.44828
+0.326207 0.133181 0.448936
+0.358083 0.132036 0.449546
+0.387518 0.130709 0.450172
+0.418448 0.129244 0.451041
+0.451148 0.12784 0.452018
+0.485161 0.126665 0.453208
+0.520424 0.126085 0.454627
+0.557321 0.133806 0.459937
+0.594934 0.148562 0.46894
+0.635004 0.165484 0.479942
+0.67718 0.184894 0.493095
+0.722118 0.206256 0.508461
+0.770428 0.230015 0.525902
+0.822736 0.256123 0.545251
+0.879652 0.28455 0.565637
+0.933181 0.314961 0.58703
+0.956451 0.346319 0.609598
+0.980972 0.379065 0.634302
+0 0.190463 0.418326
+0 0.190326 0.418769
+0 0.18999 0.420371
+0 0.18912 0.422766
+0 0.187991 0.426337
+0 0.185992 0.430564
+0 0.182513 0.434928
+0 0.177234 0.43975
+0.0117342 0.174334 0.446036
+0.0442206 0.172168 0.4533
+0.0838178 0.168444 0.461143
+0.136873 0.16643 0.46006
+0.192599 0.164446 0.459373
+0.241032 0.16286 0.459266
+0.28278 0.161608 0.459434
+0.3205 0.16022 0.459861
+0.354116 0.158862 0.460456
+0.384527 0.157305 0.460975
+0.416159 0.155581 0.461616
+0.44921 0.15378 0.462303
+0.483833 0.15198 0.463218
+0.518883 0.151766 0.463935
+0.555505 0.151385 0.465629
+0.594156 0.150484 0.468177
+0.634485 0.167224 0.478523
+0.677012 0.186557 0.491371
+0.721904 0.208011 0.506233
+0.770245 0.231739 0.523415
+0.822568 0.257664 0.54255
+0.87953 0.286 0.562783
+0.933196 0.316304 0.584115
+0.956436 0.347555 0.606668
+0.980911 0.380179 0.631403
+0 0.21651 0.424399
+0 0.216373 0.424826
+0 0.216068 0.426215
+0 0.215518 0.428519
+0 0.214786 0.431785
+0 0.213443 0.43592
+0 0.21091 0.44033
+0.000900282 0.206989 0.445106
+0.0120851 0.20238 0.450477
+0.0415656 0.201389 0.45771
+0.0782788 0.199008 0.465614
+0.118746 0.195346 0.473091
+0.174166 0.19324 0.471839
+0.228244 0.191379 0.471321
+0.273808 0.189883 0.471366
+0.313863 0.188403 0.471611
+0.349645 0.186877 0.471992
+0.381491 0.185229 0.472236
+0.414145 0.183291 0.472755
+0.44828 0.180987 0.473289
+0.483604 0.178683 0.473823
+0.518364 0.178653 0.473884
+0.554772 0.178759 0.474876
+0.592767 0.178347 0.476875
+0.633295 0.177508 0.479957
+0.676509 0.188418 0.489113
+0.721813 0.209766 0.503746
+0.770199 0.233463 0.520607
+0.822385 0.259403 0.539406
+0.879606 0.287663 0.559625
+0.933196 0.31783 0.580728
+0.956405 0.348943 0.60325
+0.980819 0.381384 0.628046
+0 0.242588 0.429816
+0 0.242542 0.430274
+0 0.242405 0.431601
+0 0.242069 0.433783
+0 0.241581 0.436988
+0 0.240696 0.440894
+0 0.238773 0.445197
+0.00573739 0.235828 0.449714
+0.0146639 0.231373 0.454749
+0.0382086 0.22948 0.461357
+0.0740978 0.228153 0.469078
+0.110399 0.225605 0.477729
+0.154162 0.22182 0.484779
+0.211429 0.219745 0.483848
+0.26215 0.218036 0.483528
+0.305592 0.21651 0.483574
+0.344045 0.214771 0.483589
+0.378256 0.21297 0.483879
+0.412436 0.210697 0.484154
+0.447623 0.208164 0.484306
+0.483803 0.205386 0.484703
+0.519097 0.205325 0.484001
+0.554986 0.205936 0.48423
+0.592554 0.206058 0.48574
+0.632471 0.205722 0.488426
+0.675196 0.204898 0.492287
+0.721309 0.211933 0.500633
+0.769772 0.235523 0.517174
+0.822156 0.261372 0.535668
+0.879423 0.289387 0.555749
+0.933379 0.319402 0.577035
+0.956466 0.350378 0.599481
+0.980896 0.382681 0.624414
+0 0.268956 0.434989
+0 0.26894 0.43537
+0 0.268818 0.43653
+0 0.268635 0.43859
+0 0.268544 0.441703
+0 0.267811 0.445274
+0.00326543 0.266438 0.449271
+0.0102083 0.264179 0.453758
+0.0186618 0.260746 0.458595
+0.0350652 0.257053 0.463966
+0.0686961 0.256718 0.471504
+0.104753 0.255253 0.479988
+0.141665 0.252354 0.489662
+0.189258 0.2486 0.496513
+0.246143 0.246647 0.495659
+0.294759 0.24477 0.495384
+0.33666 0.242939 0.495354
+0.374151 0.240894 0.49546
+0.410193 0.238346 0.495415
+0.446967 0.235401 0.495567
+0.484398 0.23212 0.495613
+0.520363 0.231785 0.494163
+0.556161 0.232898 0.493507
+0.593484 0.233387 0.494285
+0.632685 0.233555 0.496498
+0.674708 0.233112 0.499916
+0.719951 0.232532 0.50457
+0.769375 0.23772 0.51313
+0.821866 0.263416 0.531441
+0.879133 0.291325 0.551354
+0.933379 0.321202 0.57258
+0.956497 0.35198 0.595148
+0.98085 0.384131 0.620127
+0 0.295415 0.439811
+0 0.295399 0.440223
+0 0.295354 0.441321
+0 0.295384 0.443275
+0 0.295399 0.446021
+0.00175479 0.294911 0.449226
+0.00762951 0.293843 0.452873
+0.0141146 0.292042 0.457008
+0.0218509 0.289464 0.461372
+0.0345006 0.285496 0.466255
+0.0625467 0.284382 0.472984
+0.0980697 0.283925 0.481117
+0.133745 0.282368 0.49041
+0.170642 0.279286 0.50106
+0.223728 0.275441 0.507713
+0.279347 0.27332 0.507118
+0.326375 0.271275 0.506844
+0.368048 0.268986 0.506661
+0.40679 0.266194 0.50663
+0.445762 0.262852 0.506493
+0.485237 0.258885 0.506386
+0.522225 0.257969 0.50428
+0.558053 0.259434 0.502205
+0.594858 0.26041 0.502098
+0.633494 0.261036 0.503685
+0.674632 0.261112 0.506661
+0.719173 0.260746 0.51107
+0.767926 0.259922 0.516732
+0.82153 0.265675 0.526635
+0.878782 0.293538 0.546334
+0.933349 0.323171 0.567544
+0.956451 0.35378 0.590188
+0.980758 0.385763 0.61532
+0 0.322057 0.444465
+0 0.322042 0.444785
+0 0.322164 0.445823
+0 0.32224 0.447623
+0.00199893 0.32221 0.449928
+0.00642405 0.321782 0.452674
+0.01149 0.320928 0.455924
+0.0176242 0.319554 0.459602
+0.024918 0.317449 0.463767
+0.035996 0.314443 0.468086
+0.0563363 0.311376 0.473564
+0.0905165 0.311711 0.481224
+0.125124 0.311238 0.489982
+0.160876 0.309514 0.500069
+0.198688 0.306157 0.512154
+0.257359 0.302831 0.516884
+0.311009 0.300221 0.517327
+0.358434 0.297368 0.517678
+0.401389 0.294301 0.517311
+0.44361 0.290364 0.517098
+0.485222 0.285771 0.516625
+0.524025 0.28394 0.513817
+0.559838 0.285847 0.510246
+0.59678 0.287144 0.509194
+0.635004 0.28809 0.510018
+0.675364 0.288472 0.51252
+0.718791 0.288594 0.516533
+0.766339 0.288075 0.521889
+0.819532 0.287022 0.528634
+0.878584 0.29575 0.540658
+0.933211 0.325338 0.561852
+0.95639 0.355718 0.584649
+0.980697 0.387457 0.609888
+0.00117494 0.348531 0.449973
+0.0016022 0.348516 0.450233
+0.00292973 0.348531 0.451072
+0.00512703 0.34847 0.452445
+0.00813306 0.348257 0.454307
+0.0117189 0.347982 0.456657
+0.0162661 0.347295 0.459312
+0.0214542 0.346197 0.462547
+0.028336 0.344656 0.466178
+0.0383764 0.342245 0.470222
+0.0543374 0.338827 0.474556
+0.083238 0.338354 0.481315
+0.116884 0.33872 0.489509
+0.151415 0.33817 0.498924
+0.186419 0.336416 0.510002
+0.232471 0.333654 0.518593
+0.291524 0.331472 0.518975
+0.343847 0.329046 0.519738
+0.391562 0.325933 0.520607
+0.437034 0.321584 0.521981
+0.482063 0.315801 0.523247
+0.525917 0.309545 0.523308
+0.562234 0.311864 0.517861
+0.598962 0.313558 0.515419
+0.636805 0.314763 0.515373
+0.676493 0.315511 0.517296
+0.719005 0.315847 0.520821
+0.76524 0.315709 0.525841
+0.817212 0.314931 0.53228
+0.876692 0.313481 0.540078
+0.933257 0.32755 0.55552
+0.956329 0.357748 0.578454
+0.980621 0.389349 0.603891
+0.00921645 0.374105 0.45565
+0.00958267 0.37409 0.455863
+0.0104524 0.37409 0.45658
+0.0122683 0.373968 0.457664
+0.0148165 0.373739 0.45919
+0.0180819 0.373373 0.461082
+0.0218204 0.372793 0.463462
+0.0266575 0.371893 0.466148
+0.0327153 0.370703 0.469139
+0.0423438 0.36878 0.472587
+0.0563668 0.365972 0.476432
+0.0768292 0.363607 0.481453
+0.109102 0.364614 0.489082
+0.142077 0.365042 0.497826
+0.175921 0.364508 0.507942
+0.212634 0.362692 0.520012
+0.269093 0.360922 0.520592
+0.327565 0.359091 0.521126
+0.37998 0.356771 0.52195
+0.428244 0.353399 0.523278
+0.475517 0.34876 0.524636
+0.521828 0.342443 0.526101
+0.565164 0.337362 0.525353
+0.601862 0.339467 0.521431
+0.639536 0.340795 0.520378
+0.67863 0.341817 0.521614
+0.720226 0.342321 0.524636
+0.765377 0.342473 0.529381
+0.815808 0.342061 0.535531
+0.874372 0.340917 0.543069
+0.932784 0.338827 0.551873
+0.95642 0.359899 0.571618
+0.980652 0.391257 0.597314
+0.0183108 0.400458 0.462135
+0.0186007 0.40032 0.462287
+0.0194705 0.400244 0.462791
+0.0207523 0.400168 0.463691
+0.0227817 0.399908 0.464897
+0.025452 0.399512 0.466407
+0.0289006 0.398993 0.468284
+0.0330663 0.39823 0.470527
+0.0394446 0.397147 0.473075
+0.0483711 0.395621 0.475959
+0.0603952 0.393576 0.478981
+0.0760204 0.390875 0.482765
+0.101991 0.390707 0.488914
+0.13312 0.391897 0.49691
+0.165438 0.392294 0.506218
+0.19881 0.391882 0.517037
+0.243336 0.39057 0.522103
+0.306676 0.389105 0.52253
+0.365988 0.387366 0.523278
+0.418189 0.384894 0.524422
+0.468315 0.381201 0.525795
+0.517067 0.376028 0.527581
+0.564141 0.369162 0.529107
+0.605936 0.365667 0.527535
+0.643305 0.367315 0.525521
+0.682124 0.368444 0.525994
+0.722789 0.369085 0.528511
+0.766796 0.369497 0.532845
+0.8159 0.36939 0.53872
+0.872862 0.368582 0.546136
+0.93193 0.36701 0.554696
+0.956237 0.363592 0.563821
+0.980652 0.393393 0.589502
+0.0294957 0.42858 0.470054
+0.0296635 0.42858 0.470176
+0.0302739 0.42855 0.470588
+0.0315099 0.428367 0.471214
+0.0332494 0.428122 0.472038
+0.0354925 0.427756 0.473106
+0.0388495 0.427268 0.474418
+0.0433204 0.42652 0.476066
+0.049485 0.425635 0.478004
+0.0575418 0.424369 0.480171
+0.0678264 0.422889 0.482795
+0.0811017 0.420768 0.485756
+0.0962387 0.41825 0.489311
+0.124971 0.420005 0.496498
+0.154955 0.421332 0.504646
+0.185672 0.422171 0.514107
+0.21976 0.421973 0.523705
+0.278065 0.420768 0.524086
+0.346288 0.419577 0.524742
+0.405386 0.417792 0.525505
+0.459327 0.415106 0.526772
+0.511223 0.410971 0.528542
+0.560571 0.405417 0.530297
+0.60795 0.397848 0.531731
+0.648615 0.39559 0.530419
+0.68658 0.396872 0.530053
+0.726421 0.397681 0.532052
+0.769451 0.398184 0.535988
+0.817212 0.398306 0.541604
+0.872312 0.39791 0.548806
+0.930587 0.396902 0.557168
+0.955016 0.393912 0.566278
+0.980575 0.396048 0.579599
+0.0454566 0.459129 0.479271
+0.0456855 0.459068 0.479377
+0.0463569 0.458976 0.479576
+0.0475776 0.458732 0.479957
+0.049485 0.458564 0.480598
+0.0521706 0.458137 0.4813
+0.0555276 0.457679 0.482185
+0.0596628 0.457084 0.483299
+0.0654154 0.45626 0.484627
+0.0720073 0.455344 0.486168
+0.0805982 0.454063 0.487999
+0.090547 0.452583 0.49012
+0.102068 0.450752 0.492714
+0.118883 0.449851 0.496727
+0.145724 0.451942 0.503792
+0.173404 0.453681 0.511864
+0.202609 0.454948 0.521233
+0.246067 0.454597 0.525551
+0.318517 0.45362 0.526223
+0.387472 0.452445 0.526848
+0.447303 0.450492 0.527504
+0.503151 0.447486 0.529244
+0.555947 0.442878 0.53135
+0.605676 0.436652 0.532952
+0.653101 0.428443 0.534142
+0.692836 0.427314 0.533715
+0.731792 0.42826 0.535225
+0.773602 0.428901 0.538827
+0.819745 0.429252 0.544152
+0.872038 0.42945 0.550973
+0.927352 0.429145 0.559121
+0.953429 0.426581 0.56817
+0.97789 0.423896 0.579919
+0.0729534 0.491264 0.49044
+0.0731823 0.491249 0.49044
+0.0738537 0.491127 0.490547
+0.0750286 0.490944 0.49073
+0.0764477 0.490806 0.491051
+0.0786297 0.490455 0.491371
+0.0814221 0.490089 0.491859
+0.0846265 0.489647 0.492546
+0.0887465 0.488945 0.493248
+0.0936446 0.488289 0.494133
+0.0991836 0.487419 0.495232
+0.10576 0.486442 0.496559
+0.113542 0.48513 0.498085
+0.122667 0.483619 0.499992
+0.139422 0.483955 0.504051
+0.163546 0.486366 0.510491
+0.188418 0.488579 0.518044
+0.218326 0.490288 0.526604
+0.279377 0.489555 0.527459
+0.360372 0.48864 0.528435
+0.429969 0.487419 0.528771
+0.491447 0.485542 0.529305
+0.549035 0.482139 0.532006
+0.602319 0.477012 0.533913
+0.65185 0.470314 0.534966
+0.699458 0.461616 0.535637
+0.738293 0.461433 0.536858
+0.778225 0.462364 0.540322
+0.821836 0.463279 0.545617
+0.874281 0.465736 0.554955
+0.929503 0.468116 0.566445
+0.958175 0.467658 0.578515
+0.972671 0.469673 0.595438
+0.110826 0.52517 0.503471
+0.110933 0.52517 0.503471
+0.111238 0.525124 0.503487
+0.111757 0.524987 0.503609
+0.112581 0.524819 0.5037
+0.113741 0.52459 0.503838
+0.115206 0.5243 0.50396
+0.117006 0.523934 0.504173
+0.119203 0.523491 0.504372
+0.121645 0.523079 0.504692
+0.124834 0.522454 0.505074
+0.128481 0.521813 0.505394
+0.13254 0.521019 0.505882
+0.137865 0.520058 0.506523
+0.143893 0.518914 0.507393
+0.158312 0.520211 0.510796
+0.178317 0.523125 0.516396
+0.20029 0.52607 0.522881
+0.242145 0.52752 0.527687
+0.31783 0.526894 0.52903
+0.402396 0.525917 0.530495
+0.475547 0.5243 0.531029
+0.537026 0.522774 0.532296
+0.595758 0.518853 0.534432
+0.648554 0.513603 0.535424
+0.696513 0.506722 0.535882
+0.746914 0.500435 0.539574
+0.788266 0.504692 0.547524
+0.833219 0.509087 0.556909
+0.884337 0.513603 0.567788
+0.934279 0.515724 0.579156
+0.964614 0.515221 0.590692
+0.966766 0.520592 0.61001
+0.137636 0.561929 0.519951
+0.137758 0.561944 0.519951
+0.138079 0.561944 0.519936
+0.138491 0.561807 0.519814
+0.139178 0.56173 0.519738
+0.140185 0.561547 0.519554
+0.141405 0.561288 0.519295
+0.142916 0.561074 0.519036
+0.144717 0.5608 0.518776
+0.1467 0.560327 0.518456
+0.148913 0.559976 0.518166
+0.151644 0.559487 0.517739
+0.154681 0.558953 0.517281
+0.157809 0.558343 0.516793
+0.161501 0.55758 0.516197
+0.165377 0.556848 0.515557
+0.176928 0.558526 0.517388
+0.194324 0.561944 0.52134
+0.213916 0.566125 0.525719
+0.267765 0.567086 0.528405
+0.359899 0.566476 0.530495
+0.44625 0.565148 0.532601
+0.523293 0.562722 0.535393
+0.587091 0.56524 0.540627
+0.645624 0.565988 0.545373
+0.696925 0.564858 0.550027
+0.746944 0.561379 0.554055
+0.79826 0.556298 0.557855
+0.841566 0.561517 0.569268
+0.889723 0.566537 0.581323
+0.938293 0.568109 0.592584
+0.961868 0.569512 0.605371
+0.960906 0.575891 0.624887
+0.155657 0.601602 0.538994
+0.155749 0.601617 0.538933
+0.156024 0.601511 0.538796
+0.156588 0.601526 0.538613
+0.157351 0.601419 0.538323
+0.158328 0.60119 0.537911
+0.159564 0.601083 0.537438
+0.161028 0.600839 0.536828
+0.162753 0.600641 0.536171
+0.164675 0.600336 0.535409
+0.166812 0.600092 0.534554
+0.169406 0.599695 0.53344
+0.172259 0.599283 0.532189
+0.175265 0.598856 0.530816
+0.178805 0.598291 0.529107
+0.182544 0.597803 0.527184
+0.186923 0.597162 0.524834
+0.198535 0.598642 0.524361
+0.218036 0.60267 0.52607
+0.238727 0.60734 0.526741
+0.299336 0.608667 0.52871
+0.402609 0.607858 0.531243
+0.494926 0.605203 0.534051
+0.582788 0.612406 0.531441
+0.635996 0.60824 0.548547
+0.693294 0.616876 0.561929
+0.748501 0.622553 0.573465
+0.802167 0.618982 0.57705
+0.856062 0.616129 0.583154
+0.907332 0.61857 0.595941
+0.949706 0.619135 0.607324
+0.958618 0.621698 0.621942
+0.958526 0.625193 0.639353
+0.175555 0.643961 0.559869
+0.175662 0.64387 0.559808
+0.175967 0.643809 0.559625
+0.176501 0.643793 0.559365
+0.177234 0.643656 0.558938
+0.17818 0.643519 0.558389
+0.179385 0.643473 0.557763
+0.180819 0.643336 0.556939
+0.182254 0.643091 0.556039
+0.184192 0.642863 0.554894
+0.186374 0.642634 0.553597
+0.188861 0.642359 0.55201
+0.191409 0.642115 0.550332
+0.194415 0.641688 0.548257
+0.197894 0.641352 0.54583
+0.20148 0.64094 0.543099
+0.205585 0.640513 0.539712
+0.210101 0.64004 0.535576
+0.22179 0.641382 0.53257
+0.242115 0.645945 0.53138
+0.264332 0.651225 0.527718
+0.337682 0.652628 0.527626
+0.454688 0.649287 0.531228
+0.541726 0.665019 0.522118
+0.63917 0.665446 0.536599
+0.673976 0.649226 0.554574
+0.730114 0.65594 0.56762
+0.788876 0.662593 0.579492
+0.851438 0.668513 0.593576
+0.915663 0.675929 0.61268
+0.959823 0.680034 0.628885
+0.960052 0.682887 0.645701
+0.960006 0.682536 0.660426
+0.205386 0.687251 0.581628
+0.205493 0.687175 0.581567
+0.205798 0.687205 0.581323
+0.206302 0.68719 0.581018
+0.206928 0.687129 0.580545
+0.207706 0.687129 0.579919
+0.208774 0.686961 0.579171
+0.210147 0.68687 0.578195
+0.211688 0.686763 0.577035
+0.213352 0.686549 0.575708
+0.215259 0.686427 0.574182
+0.21735 0.686275 0.572412
+0.219791 0.686046 0.570291
+0.222538 0.685878 0.567941
+0.225238 0.685679 0.565209
+0.228428 0.685313 0.56202
+0.231846 0.6851 0.558297
+0.235584 0.684779 0.55375
+0.240314 0.684413 0.547555
+0.251133 0.685634 0.54136
+0.273594 0.690349 0.537118
+0.297765 0.69604 0.52784
+0.396429 0.695079 0.526253
+0.513863 0.699382 0.52752
+0.610529 0.718929 0.532433
+0.691768 0.722622 0.544656
+0.713176 0.69247 0.56202
+0.771389 0.699138 0.57467
+0.833494 0.704875 0.588693
+0.897169 0.714946 0.61239
+0.9514 0.721325 0.630625
+0.962417 0.728344 0.651026
+0.96286 0.733761 0.671626
+0.254108 0.729473 0.604807
+0.25417 0.729427 0.6047
+0.254398 0.729427 0.604456
+0.254826 0.729442 0.604105
+0.255406 0.729427 0.603586
+0.25597 0.729397 0.602884
+0.256764 0.729366 0.60206
+0.257755 0.729305 0.600977
+0.259007 0.729229 0.59971
+0.260349 0.729168 0.598291
+0.261952 0.729061 0.596597
+0.263584 0.729 0.594644
+0.265293 0.728923 0.592462
+0.267414 0.728786 0.589944
+0.269566 0.728649 0.58703
+0.272221 0.728557 0.583719
+0.27454 0.728374 0.579995
+0.277714 0.728252 0.575341
+0.281254 0.728115 0.569314
+0.28574 0.727932 0.561028
+0.296101 0.728939 0.551614
+0.320562 0.733776 0.544045
+0.353109 0.738872 0.529442
+0.472557 0.734844 0.530175
+0.561563 0.771954 0.518761
+0.665919 0.781216 0.539986
+0.746807 0.784909 0.548745
+0.769512 0.751995 0.567147
+0.816098 0.744701 0.583078
+0.879576 0.754971 0.611307
+0.941482 0.760983 0.6318
+0.964981 0.768429 0.652445
+0.965576 0.777646 0.675837
+0.325139 0.769116 0.630121
+0.325078 0.769116 0.63006
+0.325414 0.769146 0.629831
+0.325597 0.769131 0.62945
+0.325933 0.7691 0.628946
+0.326665 0.769039 0.628199
+0.327276 0.769024 0.627298
+0.32813 0.769009 0.626276
+0.328786 0.768978 0.62504
+0.329946 0.768994 0.623621
+0.331075 0.768902 0.621988
+0.33225 0.768887 0.620066
+0.333944 0.768856 0.617914
+0.335515 0.768795 0.615396
+0.33695 0.76878 0.61265
+0.338842 0.768719 0.609461
+0.340871 0.768658 0.605875
+0.343206 0.768582 0.601495
+0.345937 0.768597 0.59588
+0.348943 0.768536 0.588388
+0.352605 0.768612 0.578119
+0.361944 0.769558 0.565713
+0.387533 0.774197 0.555154
+0.432441 0.777615 0.536904
+0.522347 0.808148 0.519829
+0.632395 0.83769 0.550149
+0.723583 0.849256 0.5664
+0.806592 0.853941 0.578866
+0.82977 0.818479 0.591455
+0.861875 0.794919 0.607889
+0.931655 0.804791 0.633814
+0.967803 0.811002 0.654276
+0.968643 0.821164 0.679652
+0.405432 0.809018 0.660304
+0.405386 0.809033 0.660243
+0.405661 0.809018 0.660014
+0.405829 0.808942 0.659648
+0.40618 0.808957 0.659098
+0.406577 0.808957 0.658442
+0.407156 0.808911 0.657603
+0.407645 0.808881 0.656641
+0.408316 0.80885 0.655421
+0.409232 0.80882 0.654032
+0.410254 0.808774 0.652461
+0.411154 0.808789 0.650645
+0.41236 0.808698 0.6486
+0.413672 0.808667 0.646311
+0.414908 0.808545 0.643671
+0.416281 0.80856 0.640787
+0.417899 0.808484 0.637507
+0.41973 0.808423 0.633555
+0.421897 0.808331 0.628504
+0.424445 0.80827 0.622019
+0.427298 0.808225 0.613275
+0.430991 0.80824 0.601267
+0.438514 0.809033 0.58584
+0.467536 0.813687 0.57319
+0.529442 0.841154 0.563729
+0.596429 0.896391 0.572045
+0.697978 0.914351 0.596063
+0.786511 0.926238 0.613062
+0.874128 0.932601 0.628733
+0.898802 0.89305 0.633371
+0.92134 0.855406 0.638132
+0.960906 0.855909 0.657649
+0.971664 0.866773 0.682933
+0.46743 0.858412 0.696803
+0.467491 0.858396 0.696727
+0.467613 0.858442 0.696544
+0.467948 0.858427 0.696178
+0.468238 0.858381 0.695644
+0.468635 0.85832 0.694972
+0.469261 0.858305 0.694179
+0.469795 0.858198 0.693156
+0.470634 0.858183 0.692058
+0.471305 0.858106 0.690745
+0.472221 0.858045 0.68925
+0.473182 0.857969 0.687495
+0.474388 0.857862 0.685557
+0.475639 0.857771 0.683375
+0.476921 0.857633 0.680888
+0.478447 0.857481 0.678203
+0.479896 0.857466 0.675227
+0.481636 0.857252 0.671595
+0.483864 0.857084 0.667063
+0.486458 0.85687 0.661219
+0.489525 0.856641 0.653773
+0.493294 0.856306 0.643656
+0.497612 0.856046 0.629694
+0.505425 0.856474 0.611063
+0.541146 0.878981 0.602609
+0.581476 0.936614 0.602502
+0.654307 0.963531 0.609567
+0.751492 0.97084 0.633051
+0.842313 0.975494 0.651133
+0.936889 0.978225 0.667918
+0.952972 0.962234 0.67277
+0.966781 0.929839 0.675242
+0.974426 0.912963 0.686931
+0.508324 0.916442 0.734768
+0.50837 0.916442 0.734661
+0.508492 0.916472 0.734462
+0.508721 0.916457 0.734096
+0.508995 0.91635 0.733577
+0.509422 0.916335 0.732921
+0.509896 0.91632 0.732128
+0.510491 0.916304 0.731151
+0.511025 0.916243 0.730053
+0.511711 0.916197 0.728771
+0.512566 0.916152 0.72726
+0.513527 0.916045 0.725582
+0.514595 0.915984 0.723766
+0.51574 0.915846 0.72163
+0.516991 0.915755 0.719249
+0.518334 0.915633 0.71667
+0.519692 0.915526 0.713848
+0.521279 0.915419 0.710521
+0.523278 0.915251 0.706325
+0.525719 0.915007 0.70103
+0.52842 0.914763 0.694286
+0.531884 0.914473 0.68542
+0.535882 0.914122 0.673548
+0.540917 0.913664 0.657038
+0.548623 0.918379 0.635309
+0.577264 0.965331 0.63566
+0.611322 0.992447 0.635828
+0.704723 1 0.64596
+0.803632 1 0.670024
+0.902129 1 0.689296
+0.970993 1 0.702281
+0.973297 0.992721 0.70251
+0.97499 0.975631 0.706966
+0.531228 0.964416 0.765789
+0.531289 0.964401 0.765682
+0.531395 0.964401 0.765499
+0.531579 0.964401 0.765133
+0.531853 0.964385 0.76463
+0.532235 0.96437 0.764004
+0.532647 0.964355 0.76321
+0.533196 0.964324 0.762234
+0.533776 0.964294 0.76112
+0.534447 0.964263 0.759838
+0.535119 0.964279 0.758434
+0.535882 0.964263 0.756817
+0.536782 0.964218 0.754971
+0.537804 0.964187 0.752941
+0.538918 0.964126 0.750698
+0.540108 0.96408 0.748196
+0.54139 0.964019 0.74548
+0.542779 0.963973 0.742321
+0.544366 0.963943 0.738384
+0.546487 0.963851 0.733471
+0.548974 0.963729 0.72723
+0.551827 0.963623 0.71928
+0.555444 0.96347 0.708827
+0.559655 0.963302 0.69482
+0.565148 0.963104 0.675334
+0.588205 0.987213 0.676509
+0.624659 1 0.695232
+0.657023 1 0.666621
+0.765652 1 0.694209
+0.86775 1 0.717433
+0.954162 1 0.732784
+0.971008 1 0.747784
+0.970855 1 0.737102
+0.553613 0.994018 0.798871
+0.553613 0.994018 0.798795
+0.553735 0.994018 0.798611
+0.553903 0.994003 0.798245
+0.554177 0.994003 0.797757
+0.554467 0.993973 0.797086
+0.554864 0.993957 0.796338
+0.555322 0.993927 0.795392
+0.555871 0.993912 0.794308
+0.556451 0.993881 0.793057
+0.557122 0.993835 0.791638
+0.5579 0.993805 0.790051
+0.558709 0.993759 0.788266
+0.559487 0.993744 0.786343
+0.560388 0.993713 0.784207
+0.56144 0.993652 0.781811
+0.562585 0.993591 0.779217
+0.563867 0.99353 0.776211
+0.565362 0.993439 0.772519
+0.567147 0.993362 0.767941
+0.569223 0.993271 0.762219
+0.571862 0.993133 0.754986
+0.57496 0.992981 0.745693
+0.578622 0.992813 0.733516
+0.58349 0.992599 0.717235
+0.604944 0.999359 0.720424
+0.644678 1 0.746975
+0.679545 1 0.760327
+0.719219 1 0.716487
+0.83064 1 0.746258
+0.937087 1 0.766323
+0.971389 1 0.777981
+0.971603 1 0.796216
+0 0.0653086 0.417609
+0 0.065095 0.418296
+0 0.0642405 0.420172
+0 0.062623 0.423072
+0 0.0598459 0.426459
+0 0.0559548 0.43032
+0 0.0542153 0.431144
+0.0269474 0.0538338 0.431739
+0.0773327 0.0538643 0.432578
+0.125719 0.0545663 0.433829
+0.172625 0.0560922 0.435584
+0.215228 0.05832 0.438056
+0.253239 0.0610361 0.440818
+0.28838 0.0640421 0.443976
+0.320562 0.0678721 0.447196
+0.349981 0.0719463 0.450706
+0.376242 0.0764172 0.45417
+0.402213 0.0818494 0.458122
+0.429847 0.0884413 0.462593
+0.459022 0.09691 0.467826
+0.489708 0.107454 0.473869
+0.522057 0.119722 0.481346
+0.557763 0.13167 0.4907
+0.594995 0.145785 0.501518
+0.634668 0.162417 0.513909
+0.676738 0.18146 0.528161
+0.721584 0.202884 0.544198
+0.769711 0.226566 0.561898
+0.821607 0.252918 0.580972
+0.878706 0.281437 0.601129
+0.93283 0.312062 0.622034
+0.955947 0.343709 0.643763
+0.980529 0.376699 0.667338
+0 0.0657206 0.417975
+0 0.0654307 0.41854
+0 0.0646677 0.420478
+0 0.0630198 0.423377
+0 0.0603647 0.426795
+0 0.0564584 0.430716
+0 0.054551 0.431952
+0.0241703 0.0541085 0.432456
+0.0751049 0.054139 0.433249
+0.124025 0.0548104 0.434379
+0.17113 0.0563516 0.436149
+0.214069 0.0585336 0.438529
+0.25243 0.0612497 0.441245
+0.287617 0.0642863 0.444358
+0.320012 0.0680858 0.447532
+0.349584 0.0721599 0.451057
+0.375875 0.0766308 0.454429
+0.401907 0.0820478 0.458381
+0.429587 0.0886091 0.462791
+0.458854 0.0970474 0.468009
+0.489647 0.107591 0.474037
+0.522057 0.119799 0.481468
+0.557733 0.131762 0.490761
+0.594965 0.145922 0.501518
+0.634684 0.162432 0.513909
+0.676738 0.181582 0.528115
+0.721553 0.20296 0.544137
+0.76968 0.226749 0.561852
+0.821668 0.252979 0.580865
+0.878676 0.28159 0.601022
+0.932845 0.312169 0.621912
+0.955947 0.343771 0.643641
+0.980529 0.376745 0.667216
+0 0.0669413 0.418753
+0 0.0666361 0.419333
+0 0.0657511 0.421042
+0 0.0643626 0.42417
+0 0.0618448 0.427741
+0 0.057908 0.43183
+0 0.0553445 0.433951
+0.0156405 0.0550698 0.434607
+0.0682078 0.0549935 0.435157
+0.118349 0.0556954 0.43621
+0.166735 0.0570535 0.437797
+0.210788 0.059205 0.439902
+0.249897 0.0618601 0.442466
+0.285588 0.0649577 0.445502
+0.318349 0.0687266 0.448585
+0.348592 0.0726635 0.451911
+0.374975 0.0771801 0.455299
+0.401251 0.0825055 0.459083
+0.429068 0.0890822 0.463432
+0.458442 0.0974136 0.468528
+0.489418 0.107851 0.474479
+0.52192 0.119982 0.481788
+0.557656 0.131991 0.490929
+0.594919 0.146227 0.50161
+0.634699 0.162692 0.513878
+0.676768 0.181888 0.527977
+0.721538 0.20322 0.543938
+0.76965 0.226993 0.561547
+0.821668 0.2533 0.580545
+0.87866 0.281758 0.600671
+0.932845 0.312398 0.62153
+0.955947 0.344015 0.643275
+0.980514 0.376974 0.666743
+0 0.0737163 0.421698
+0 0.0733043 0.422263
+0 0.0720073 0.423835
+0 0.0697948 0.426474
+0 0.0664683 0.43003
+0 0.061738 0.433738
+0 0.056611 0.43711
+0.000915541 0.0568093 0.438132
+0.0559548 0.0566262 0.438361
+0.108293 0.0572061 0.439094
+0.158663 0.0583352 0.440314
+0.204715 0.0603799 0.442191
+0.245212 0.0629587 0.444556
+0.282124 0.0661173 0.447288
+0.315679 0.0697948 0.450217
+0.34641 0.07364 0.453437
+0.373465 0.0781415 0.456611
+0.399863 0.0833906 0.460304
+0.428077 0.0898909 0.46453
+0.457771 0.0980087 0.469429
+0.489067 0.108232 0.475166
+0.521675 0.120363 0.482292
+0.557626 0.132387 0.491264
+0.594812 0.146639 0.501671
+0.634638 0.16321 0.513909
+0.676661 0.182361 0.527749
+0.721508 0.203693 0.543557
+0.76965 0.227481 0.56112
+0.821668 0.253742 0.580026
+0.878676 0.282246 0.600031
+0.932845 0.312764 0.620829
+0.955947 0.34435 0.642557
+0.980484 0.37731 0.666026
+0 0.0855879 0.426078
+0 0.0852369 0.426596
+0 0.0839246 0.428168
+0 0.0817731 0.430854
+0 0.0784619 0.434562
+0 0.0735943 0.438315
+0 0.0666819 0.442237
+0 0.0653391 0.44477
+0.0418097 0.0632792 0.444205
+0.0951247 0.0615549 0.443854
+0.146426 0.0602731 0.443839
+0.195605 0.0620584 0.445243
+0.238437 0.064622 0.447456
+0.276768 0.0677195 0.449805
+0.311437 0.0712596 0.452659
+0.343191 0.0751049 0.455528
+0.371038 0.0795148 0.458579
+0.398093 0.0845655 0.461921
+0.426551 0.0910048 0.46595
+0.456764 0.0988937 0.470619
+0.488457 0.108873 0.476127
+0.52137 0.120821 0.482979
+0.557473 0.132937 0.491691
+0.594659 0.147311 0.501762
+0.634562 0.163836 0.513771
+0.67657 0.183062 0.527474
+0.721492 0.204364 0.543053
+0.76965 0.228153 0.56051
+0.821683 0.254307 0.579278
+0.878691 0.282811 0.599161
+0.932845 0.313329 0.619883
+0.955947 0.344869 0.64155
+0.980453 0.377783 0.665049
+0 0.101427 0.431113
+0 0.101015 0.431662
+0 0.0999619 0.433127
+0 0.0980087 0.435859
+0 0.0950332 0.439582
+0 0.0902724 0.443458
+0 0.0836194 0.447623
+0 0.0799725 0.453376
+0.0271916 0.0780499 0.45304
+0.0832837 0.0761425 0.45243
+0.136355 0.0743877 0.45211
+0.186007 0.0731365 0.452232
+0.229969 0.0723125 0.452903
+0.269535 0.0715801 0.453696
+0.305577 0.0732128 0.455467
+0.338643 0.0771038 0.458061
+0.36759 0.0813458 0.460945
+0.395315 0.0861982 0.463966
+0.424475 0.0924392 0.46775
+0.455558 0.0999619 0.472068
+0.487617 0.109712 0.477348
+0.520867 0.121538 0.483833
+0.557092 0.133684 0.49218
+0.594491 0.148089 0.501991
+0.634424 0.164691 0.513573
+0.676509 0.183902 0.526986
+0.721431 0.205203 0.542428
+0.769619 0.228992 0.55964
+0.821683 0.2551 0.578378
+0.87866 0.283604 0.598032
+0.93286 0.314031 0.618677
+0.955947 0.345464 0.640269
+0.980423 0.378317 0.663722
+0 0.120897 0.436301
+0 0.120562 0.436835
+0 0.11957 0.438453
+0 0.117876 0.441154
+0 0.115358 0.44477
+0 0.111223 0.448966
+0 0.105089 0.453223
+0 0.0998093 0.458549
+0.0138399 0.0974441 0.462867
+0.0679179 0.0954147 0.462074
+0.122774 0.0936141 0.46157
+0.174777 0.0921187 0.461357
+0.221164 0.0910048 0.461738
+0.262089 0.090074 0.462394
+0.299062 0.0892348 0.463249
+0.333013 0.0884108 0.464149
+0.36318 0.0875257 0.465064
+0.391775 0.0883192 0.466545
+0.422019 0.0941634 0.469856
+0.45362 0.101518 0.47393
+0.486564 0.110719 0.47892
+0.520272 0.12221 0.48484
+0.556588 0.134585 0.492683
+0.594125 0.149096 0.502129
+0.634058 0.165835 0.513298
+0.676265 0.185016 0.526421
+0.721355 0.206332 0.541543
+0.769543 0.229984 0.558541
+0.821714 0.256092 0.577157
+0.878599 0.284459 0.596582
+0.932876 0.314855 0.617121
+0.955932 0.346227 0.638605
+0.980362 0.379019 0.662135
+0 0.143252 0.441703
+0 0.142962 0.442222
+0 0.142138 0.443809
+0 0.140841 0.446479
+0 0.138766 0.450156
+0 0.135378 0.454292
+0 0.130114 0.458732
+0 0.123171 0.463569
+0.00875868 0.121324 0.469917
+0.0520485 0.118441 0.472663
+0.106645 0.116564 0.471885
+0.160693 0.11487 0.471397
+0.210346 0.113466 0.471427
+0.253056 0.112398 0.471916
+0.291493 0.111437 0.472679
+0.326619 0.11043 0.473411
+0.357977 0.109468 0.474067
+0.387152 0.1084 0.474891
+0.418082 0.10724 0.475868
+0.450935 0.106111 0.476936
+0.484932 0.112032 0.480522
+0.519387 0.12311 0.486015
+0.555947 0.135653 0.493233
+0.593698 0.150256 0.502205
+0.633753 0.167086 0.512917
+0.676188 0.186221 0.52575
+0.721111 0.207538 0.54052
+0.769421 0.23125 0.557229
+0.821653 0.257237 0.575601
+0.878523 0.285588 0.594873
+0.932876 0.315892 0.615274
+0.955932 0.347158 0.636713
+0.980301 0.379828 0.660166
+0 0.167803 0.447272
+0 0.167575 0.447807
+0 0.16701 0.449363
+0 0.165988 0.451972
+0 0.164324 0.455528
+0 0.161761 0.459907
+0 0.157473 0.464271
+0 0.151247 0.468879
+0.00775158 0.148104 0.474998
+0.0422827 0.145037 0.481468
+0.089128 0.142565 0.483009
+0.144152 0.140658 0.482109
+0.19704 0.139055 0.481773
+0.242756 0.137743 0.481971
+0.283177 0.136614 0.482444
+0.319524 0.135454 0.483085
+0.352667 0.13431 0.483742
+0.382467 0.13312 0.484535
+0.413764 0.131762 0.485222
+0.447105 0.130297 0.486137
+0.482033 0.128923 0.487251
+0.518135 0.127886 0.48867
+0.555108 0.136782 0.493828
+0.593088 0.151507 0.502113
+0.63331 0.168399 0.512367
+0.675883 0.187701 0.524834
+0.720958 0.208957 0.539147
+0.769314 0.232578 0.555688
+0.82153 0.258534 0.573739
+0.87863 0.286717 0.592966
+0.93286 0.317021 0.613046
+0.955901 0.348211 0.634455
+0.980224 0.380774 0.657862
+0 0.1935 0.45304
+0 0.193362 0.453544
+0 0.192966 0.455055
+0 0.192294 0.457557
+0 0.19115 0.460883
+0 0.189441 0.465309
+0 0.18613 0.469795
+0 0.181094 0.474434
+0.00816358 0.17615 0.479896
+0.0392767 0.174334 0.486381
+0.0776532 0.170901 0.493462
+0.125887 0.168597 0.493935
+0.181399 0.166613 0.493111
+0.231067 0.165103 0.492973
+0.27396 0.163943 0.493248
+0.312367 0.162676 0.49366
+0.346792 0.161471 0.494118
+0.378042 0.160052 0.494713
+0.410285 0.158404 0.495445
+0.44416 0.156664 0.496254
+0.479423 0.154849 0.496971
+0.515831 0.153292 0.498146
+0.553155 0.152911 0.499489
+0.592432 0.152926 0.5019
+0.632685 0.170077 0.511635
+0.675395 0.189349 0.523613
+0.72079 0.210513 0.537652
+0.769162 0.234134 0.553796
+0.821363 0.260075 0.571511
+0.878523 0.288182 0.590539
+0.932952 0.318318 0.610574
+0.955886 0.349416 0.631815
+0.980148 0.381872 0.655207
+0 0.219013 0.458274
+0 0.218982 0.458808
+0 0.21883 0.460365
+0 0.218311 0.462699
+0 0.217487 0.465995
+0 0.216403 0.47039
+0 0.214099 0.474784
+0.000564584 0.210269 0.479515
+0.00981155 0.204685 0.484276
+0.0367895 0.203159 0.490837
+0.0736706 0.200946 0.497932
+0.111498 0.197345 0.505913
+0.162448 0.195254 0.50515
+0.2168 0.19353 0.504616
+0.263233 0.192279 0.504509
+0.304158 0.19086 0.504784
+0.340764 0.189532 0.50518
+0.373846 0.188098 0.505699
+0.407095 0.186221 0.506218
+0.441611 0.184375 0.506722
+0.47747 0.182147 0.507469
+0.514672 0.180041 0.508385
+0.55169 0.179965 0.509071
+0.590311 0.179797 0.510765
+0.631617 0.179065 0.513512
+0.674891 0.191089 0.522133
+0.720317 0.212329 0.53576
+0.768856 0.23592 0.551461
+0.821088 0.261753 0.568963
+0.87834 0.289799 0.587716
+0.933028 0.319753 0.607675
+0.956024 0.350713 0.628977
+0.98024 0.383032 0.652369
+0 0.244938 0.463279
+0 0.244968 0.463767
+0 0.244785 0.465156
+0 0.244526 0.46746
+0 0.243946 0.470573
+0 0.243412 0.4748
+0 0.241688 0.479286
+0.00502022 0.238834 0.483986
+0.0140688 0.234409 0.488701
+0.0339818 0.231037 0.49453
+0.0695659 0.229786 0.50161
+0.106264 0.227405 0.509468
+0.145403 0.223697 0.517143
+0.198474 0.221805 0.516274
+0.250095 0.220203 0.51606
+0.29456 0.218769 0.516091
+0.333593 0.217441 0.516396
+0.369085 0.215991 0.516609
+0.403677 0.214023 0.516991
+0.43949 0.21178 0.51751
+0.47628 0.209354 0.518013
+0.513954 0.206775 0.518669
+0.551247 0.206821 0.518685
+0.58941 0.207172 0.519722
+0.629969 0.207034 0.521996
+0.673548 0.206332 0.525353
+0.719799 0.214389 0.53341
+0.768414 0.237903 0.54876
+0.820874 0.263584 0.566018
+0.878111 0.291569 0.584482
+0.932998 0.321386 0.604318
+0.955993 0.352148 0.625559
+0.980148 0.38436 0.648936
+0 0.270954 0.468025
+0 0.270939 0.468467
+0 0.270863 0.469734
+0 0.270771 0.471901
+0 0.270451 0.47483
+0 0.270268 0.478889
+0.0015259 0.269123 0.483101
+0.00895705 0.266941 0.487556
+0.0176547 0.263523 0.492363
+0.0312352 0.258564 0.497215
+0.0643015 0.258106 0.504204
+0.100999 0.256703 0.511864
+0.137438 0.254093 0.520562
+0.178286 0.250507 0.528237
+0.233173 0.248585 0.527504
+0.282155 0.247044 0.52726
+0.324636 0.245548 0.527352
+0.363485 0.243778 0.52752
+0.400031 0.241733 0.527886
+0.437171 0.239338 0.52813
+0.475242 0.236561 0.528588
+0.514153 0.233463 0.529061
+0.551675 0.233402 0.528405
+0.589487 0.234226 0.528618
+0.62945 0.234562 0.530282
+0.672129 0.234424 0.533257
+0.718227 0.233753 0.537499
+0.768032 0.239948 0.545647
+0.820539 0.265538 0.56257
+0.877806 0.2934 0.580758
+0.932982 0.32314 0.600443
+0.955932 0.35375 0.621607
+0.980056 0.385779 0.645075
+0 0.297215 0.472175
+0 0.2972 0.472572
+0 0.297185 0.473732
+0 0.297139 0.475639
+0 0.297185 0.478492
+0 0.297139 0.48217
+0.00526436 0.29633 0.486198
+0.0124208 0.294621 0.490455
+0.020676 0.292088 0.495094
+0.0328679 0.288136 0.499825
+0.05832 0.285603 0.505791
+0.0945907 0.285145 0.513237
+0.130617 0.28365 0.521614
+0.166857 0.280751 0.531258
+0.21088 0.27718 0.538674
+0.265583 0.275471 0.538216
+0.312703 0.273808 0.538155
+0.355352 0.271809 0.538277
+0.395026 0.269627 0.538338
+0.434409 0.266957 0.538643
+0.474174 0.263737 0.538872
+0.514305 0.260136 0.539117
+0.552499 0.259754 0.537758
+0.590234 0.261021 0.536858
+0.62977 0.261753 0.537758
+0.671458 0.26215 0.540276
+0.716747 0.261845 0.544076
+0.766278 0.261128 0.549218
+0.820081 0.267796 0.558556
+0.877592 0.295476 0.576654
+0.93286 0.325063 0.596094
+0.955871 0.355489 0.617243
+0.979965 0.387335 0.640696
+0 0.323445 0.476005
+0 0.323461 0.476371
+0 0.323476 0.477394
+0 0.323644 0.479255
+0 0.323812 0.481987
+0.00283818 0.323827 0.485283
+0.0087892 0.323217 0.488762
+0.0154726 0.321965 0.492668
+0.0231632 0.319936 0.497032
+0.0344549 0.316808 0.50164
+0.0522469 0.31249 0.506371
+0.0871901 0.312779 0.513558
+0.122606 0.312215 0.52166
+0.158465 0.310643 0.530785
+0.194156 0.307622 0.541497
+0.242664 0.304067 0.549065
+0.296376 0.302205 0.548592
+0.343954 0.300221 0.548516
+0.38822 0.297719 0.548501
+0.430304 0.294652 0.54847
+0.472282 0.291005 0.548669
+0.514244 0.286839 0.54873
+0.553536 0.285786 0.546578
+0.591455 0.287419 0.544579
+0.630594 0.288609 0.544625
+0.671824 0.289296 0.546426
+0.715862 0.289555 0.549783
+0.764187 0.289235 0.554604
+0.818112 0.288151 0.560601
+0.877134 0.297658 0.571817
+0.932815 0.327123 0.591241
+0.955795 0.357366 0.612329
+0.979858 0.389059 0.635859
+0 0.34934 0.480522
+0 0.349386 0.480842
+0 0.349493 0.481834
+0 0.349737 0.483574
+0.0031281 0.34995 0.486
+0.00772107 0.349813 0.488716
+0.0129397 0.349355 0.49189
+0.0191958 0.348379 0.495354
+0.026154 0.346914 0.499123
+0.0364691 0.344488 0.503365
+0.0523079 0.341085 0.50782
+0.0800031 0.3393 0.513817
+0.114656 0.339544 0.521523
+0.149737 0.338933 0.53019
+0.184695 0.337224 0.540261
+0.222004 0.334218 0.551904
+0.27422 0.330892 0.558373
+0.328847 0.328481 0.558877
+0.378714 0.325826 0.558465
+0.424475 0.322484 0.558328
+0.469673 0.31841 0.558099
+0.513848 0.313466 0.557946
+0.554971 0.311498 0.555352
+0.592737 0.313634 0.551629
+0.631815 0.315099 0.550561
+0.672374 0.316136 0.551629
+0.715541 0.31664 0.554467
+0.76257 0.316655 0.558785
+0.815167 0.316014 0.564492
+0.875334 0.314611 0.571466
+0.932754 0.32929 0.585763
+0.955825 0.35935 0.606958
+0.979812 0.390845 0.630488
+0.00218204 0.375174 0.485878
+0.00263981 0.375219 0.486152
+0.00392157 0.375341 0.487037
+0.00621042 0.375372 0.488441
+0.00936904 0.375372 0.490257
+0.0131533 0.37525 0.492638
+0.0179446 0.374762 0.495308
+0.02327 0.373999 0.498405
+0.0298161 0.372763 0.501915
+0.0393225 0.370977 0.505531
+0.0537423 0.368154 0.509499
+0.0733349 0.364462 0.514
+0.106981 0.365316 0.521355
+0.141009 0.36553 0.52958
+0.175296 0.364965 0.538903
+0.210132 0.363333 0.54992
+0.252308 0.360555 0.560082
+0.31046 0.358602 0.560494
+0.365667 0.356115 0.56141
+0.415595 0.352728 0.562615
+0.464149 0.348074 0.563897
+0.511894 0.341711 0.565255
+0.556802 0.336614 0.564218
+0.594934 0.339193 0.558648
+0.633692 0.341009 0.55639
+0.673854 0.34226 0.556573
+0.716472 0.342977 0.558892
+0.762585 0.343175 0.562753
+0.813489 0.34287 0.568063
+0.872496 0.341909 0.574701
+0.932342 0.339818 0.582574
+0.955749 0.361486 0.600824
+0.979873 0.392706 0.624628
+0.0106355 0.401801 0.491951
+0.0109865 0.401801 0.49218
+0.0121309 0.401816 0.492836
+0.0140383 0.40174 0.493904
+0.0166934 0.401663 0.495384
+0.0200504 0.401404 0.497276
+0.0239261 0.401053 0.49955
+0.0288243 0.400366 0.502144
+0.0348363 0.399252 0.50515
+0.0440528 0.397742 0.508354
+0.0572824 0.395514 0.51191
+0.0743267 0.392721 0.515724
+0.0997177 0.391363 0.521324
+0.132326 0.392325 0.529046
+0.165713 0.392508 0.537896
+0.199252 0.391989 0.547967
+0.233555 0.390494 0.55967
+0.287694 0.388693 0.562097
+0.349355 0.386862 0.562905
+0.404227 0.384237 0.563973
+0.455787 0.380606 0.565164
+0.505913 0.375418 0.566842
+0.554498 0.368536 0.568399
+0.598138 0.365164 0.566171
+0.636957 0.367193 0.562463
+0.67686 0.368658 0.561746
+0.718593 0.36965 0.56318
+0.763439 0.370047 0.566537
+0.813123 0.370031 0.571511
+0.87068 0.369451 0.577966
+0.931289 0.36788 0.585657
+0.955581 0.364584 0.593774
+0.979767 0.394903 0.617548
+0.0212711 0.430304 0.499229
+0.0215915 0.430335 0.499397
+0.0224918 0.430243 0.49987
+0.0240024 0.430167 0.500694
+0.0261082 0.429969 0.501839
+0.0288243 0.429664 0.503304
+0.0321355 0.429313 0.505135
+0.0365148 0.428641 0.507164
+0.0429084 0.427726 0.509499
+0.0515908 0.426551 0.512032
+0.0632792 0.424811 0.514977
+0.0780041 0.422614 0.518364
+0.0952773 0.419867 0.52221
+0.124041 0.420462 0.528908
+0.155627 0.42153 0.536843
+0.187564 0.422004 0.545907
+0.22005 0.42182 0.556527
+0.259358 0.420584 0.563714
+0.327764 0.419135 0.564385
+0.38996 0.417319 0.565332
+0.445487 0.414511 0.566369
+0.498955 0.410483 0.56791
+0.549844 0.404944 0.569619
+0.598978 0.39736 0.571221
+0.64152 0.395239 0.568856
+0.681025 0.396918 0.566827
+0.722026 0.398001 0.567483
+0.765728 0.398703 0.570291
+0.814191 0.398917 0.574899
+0.86981 0.398611 0.580987
+0.929686 0.397726 0.588159
+0.954147 0.394812 0.596368
+0.979675 0.397452 0.608682
+0.0343023 0.461158 0.507805
+0.0345464 0.461173 0.507912
+0.0352941 0.461021 0.508278
+0.0365454 0.460914 0.508827
+0.0383154 0.46067 0.509636
+0.0408637 0.46041 0.510735
+0.0445411 0.459983 0.512001
+0.0489815 0.459419 0.513466
+0.0553902 0.458595 0.515099
+0.0634318 0.457542 0.517159
+0.0734417 0.456245 0.519463
+0.0856794 0.454551 0.522133
+0.0997787 0.45243 0.5252
+0.117098 0.450492 0.529168
+0.146395 0.45211 0.536278
+0.176043 0.453529 0.54435
+0.20676 0.454307 0.553597
+0.238712 0.454551 0.565072
+0.297688 0.453422 0.565896
+0.369924 0.452094 0.566705
+0.432151 0.45008 0.567483
+0.48986 0.447059 0.56875
+0.54461 0.442512 0.570596
+0.59585 0.436301 0.572442
+0.645182 0.428199 0.573999
+0.686854 0.4271 0.572061
+0.727092 0.428367 0.571801
+0.769894 0.429175 0.573968
+0.816495 0.429725 0.577981
+0.869245 0.430106 0.583459
+0.92517 0.42977 0.590219
+0.952392 0.427405 0.598321
+0.976989 0.424262 0.608225
+0.0543832 0.493965 0.517784
+0.0546731 0.493904 0.51783
+0.0554971 0.493736 0.518044
+0.0569009 0.493645 0.518441
+0.0586252 0.493446 0.519005
+0.061326 0.49308 0.519661
+0.0651408 0.492622 0.520485
+0.0694743 0.492103 0.521508
+0.0750591 0.491447 0.522728
+0.0818036 0.490684 0.524025
+0.0896468 0.489662 0.525536
+0.0987411 0.488457 0.527459
+0.109285 0.48687 0.529671
+0.121096 0.485054 0.532326
+0.138949 0.484413 0.536492
+0.165911 0.486351 0.543359
+0.193317 0.487999 0.551217
+0.223453 0.489403 0.560876
+0.266224 0.489555 0.567361
+0.340002 0.488579 0.568231
+0.412863 0.487236 0.568734
+0.477363 0.48513 0.569314
+0.537072 0.481743 0.571084
+0.591959 0.476738 0.573251
+0.64358 0.470069 0.574884
+0.693049 0.461341 0.576028
+0.733364 0.461357 0.575113
+0.774289 0.462516 0.576501
+0.818799 0.463523 0.580011
+0.86862 0.464378 0.585153
+0.920607 0.46479 0.59173
+0.950622 0.462745 0.599405
+0.973236 0.460502 0.609537
+0.0876936 0.528252 0.529259
+0.0879225 0.528191 0.529351
+0.0885939 0.528176 0.529442
+0.0896925 0.528008 0.529641
+0.0913405 0.52781 0.529885
+0.0934157 0.527535 0.530266
+0.0958724 0.527199 0.53077
+0.0990616 0.52665 0.531304
+0.102785 0.526207 0.532006
+0.10721 0.525567 0.532845
+0.112352 0.524941 0.533822
+0.118502 0.523964 0.534966
+0.12549 0.522911 0.536263
+0.133486 0.521737 0.537758
+0.142901 0.520302 0.539559
+0.159197 0.520439 0.543389
+0.182834 0.522759 0.549874
+0.20885 0.525063 0.557443
+0.237949 0.527367 0.5673
+0.298299 0.526864 0.568994
+0.38439 0.525887 0.570077
+0.458915 0.52433 0.570581
+0.525246 0.522255 0.570947
+0.585321 0.518685 0.573022
+0.64065 0.513375 0.574731
+0.690806 0.506523 0.575692
+0.739605 0.497429 0.576318
+0.778668 0.498787 0.577386
+0.820356 0.500237 0.580743
+0.866773 0.501808 0.585916
+0.918105 0.504143 0.594919
+0.952499 0.504646 0.60589
+0.967788 0.507164 0.620951
+0.129747 0.564355 0.543175
+0.129839 0.564218 0.543191
+0.130114 0.564263 0.543236
+0.130663 0.564172 0.543297
+0.131487 0.564019 0.543389
+0.13254 0.563775 0.543481
+0.133913 0.563546 0.543648
+0.135653 0.563241 0.543832
+0.137697 0.562737 0.543999
+0.13994 0.562478 0.54435
+0.142824 0.561944 0.544594
+0.146105 0.561395 0.544869
+0.149767 0.560723 0.545266
+0.154345 0.559915 0.545815
+0.159457 0.559075 0.546517
+0.165377 0.557931 0.547433
+0.177874 0.558633 0.550225
+0.198871 0.561532 0.555901
+0.222614 0.564874 0.562875
+0.261753 0.567056 0.568948
+0.339055 0.566445 0.570596
+0.429038 0.565377 0.572076
+0.509224 0.56318 0.571832
+0.574563 0.561654 0.572595
+0.633921 0.558267 0.574624
+0.685405 0.553445 0.575799
+0.733486 0.546715 0.576303
+0.784161 0.541329 0.580148
+0.826581 0.546563 0.588327
+0.873823 0.552193 0.598062
+0.92575 0.555001 0.60827
+0.958816 0.555459 0.618524
+0.961975 0.561044 0.635599
+0.159747 0.603067 0.560616
+0.159869 0.603052 0.560601
+0.160174 0.603021 0.56054
+0.160662 0.602975 0.560479
+0.161379 0.602808 0.560388
+0.162295 0.602701 0.560235
+0.16347 0.602457 0.560082
+0.164782 0.602197 0.559899
+0.166217 0.601938 0.559716
+0.168093 0.601617 0.559426
+0.170169 0.601312 0.559091
+0.172442 0.60087 0.558679
+0.174853 0.600443 0.558282
+0.177798 0.6 0.557794
+0.181064 0.599344 0.55729
+0.184451 0.598779 0.556832
+0.188403 0.597971 0.556176
+0.197925 0.59881 0.557214
+0.216938 0.602655 0.561502
+0.237034 0.607111 0.566232
+0.288853 0.608698 0.569726
+0.384222 0.608042 0.571817
+0.480095 0.605539 0.572869
+0.562463 0.60293 0.575433
+0.626352 0.606546 0.58175
+0.682322 0.608804 0.588067
+0.732097 0.608606 0.593423
+0.782803 0.605707 0.597498
+0.836423 0.601602 0.601923
+0.883375 0.606897 0.613367
+0.935286 0.609064 0.623713
+0.958755 0.611002 0.635233
+0.958465 0.617365 0.652934
+0.179416 0.645136 0.580484
+0.179522 0.645243 0.580407
+0.179828 0.645151 0.580301
+0.180301 0.645029 0.580148
+0.180987 0.644953 0.579858
+0.18175 0.644892 0.579629
+0.182834 0.644724 0.579217
+0.184176 0.644587 0.578744
+0.185748 0.644327 0.578119
+0.187564 0.644068 0.577478
+0.189593 0.643824 0.576699
+0.191699 0.643519 0.57583
+0.194217 0.643183 0.574762
+0.197131 0.642786 0.573571
+0.200168 0.642405 0.572305
+0.203693 0.641917 0.570642
+0.207462 0.641382 0.568795
+0.211719 0.640772 0.566476
+0.221424 0.64152 0.565118
+0.241398 0.645945 0.566827
+0.263188 0.650904 0.567773
+0.320317 0.652811 0.569345
+0.436881 0.649836 0.571267
+0.538369 0.646113 0.574655
+0.625238 0.655177 0.575692
+0.67538 0.652888 0.594278
+0.731945 0.662531 0.608133
+0.790814 0.668666 0.619928
+0.849439 0.665217 0.62356
+0.908629 0.661021 0.628443
+0.950225 0.661601 0.639445
+0.959228 0.665721 0.65507
+0.959304 0.671489 0.673518
+0.209796 0.688273 0.601144
+0.209812 0.688228 0.601099
+0.210101 0.688243 0.600977
+0.210605 0.688151 0.600717
+0.211246 0.688075 0.600351
+0.212161 0.688045 0.599908
+0.213138 0.687907 0.599298
+0.214313 0.68777 0.598627
+0.215579 0.687663 0.597803
+0.217212 0.687526 0.596887
+0.219089 0.687282 0.595773
+0.221164 0.687099 0.594476
+0.223346 0.686885 0.593042
+0.225711 0.686671 0.591348
+0.228428 0.686336 0.589364
+0.231434 0.686061 0.587167
+0.23444 0.685725 0.584619
+0.238132 0.685359 0.58143
+0.242405 0.684947 0.577249
+0.251728 0.685649 0.573083
+0.273945 0.69015 0.572091
+0.297749 0.695567 0.568154
+0.373327 0.696315 0.567285
+0.504433 0.689876 0.572427
+0.592905 0.707485 0.568658
+0.681727 0.712581 0.583871
+0.715023 0.695735 0.601221
+0.77435 0.703182 0.613916
+0.839155 0.710216 0.625666
+0.908278 0.715496 0.639353
+0.957214 0.720958 0.656657
+0.962737 0.730327 0.679423
+0.963043 0.736645 0.700267
+0.258946 0.730159 0.622843
+0.259113 0.730114 0.622766
+0.259342 0.730144 0.622599
+0.259648 0.730098 0.622293
+0.260166 0.730037 0.621866
+0.260807 0.729976 0.621317
+0.261784 0.729946 0.6206
+0.26273 0.729839 0.619806
+0.263691 0.729763 0.618891
+0.264988 0.729671 0.617746
+0.266316 0.729656 0.616434
+0.267979 0.729534 0.614923
+0.269871 0.729381 0.613153
+0.271794 0.729213 0.611185
+0.273594 0.729122 0.608972
+0.27599 0.728969 0.606363
+0.278614 0.728847 0.603449
+0.281285 0.728618 0.599954
+0.284932 0.728435 0.595285
+0.28896 0.728176 0.589059
+0.297673 0.728771 0.581903
+0.322332 0.733303 0.577783
+0.348928 0.738659 0.568887
+0.451637 0.735653 0.567681
+0.570672 0.741878 0.574121
+0.654276 0.768719 0.578256
+0.736507 0.774014 0.589654
+0.75845 0.741894 0.607797
+0.820829 0.748882 0.6206
+0.890227 0.755306 0.635752
+0.947188 0.762402 0.656336
+0.965362 0.771679 0.678477
+0.96614 0.783062 0.703899
+0.330236 0.769543 0.646189
+0.330327 0.769543 0.646143
+0.330495 0.769543 0.64596
+0.330663 0.769497 0.645609
+0.331273 0.769482 0.645167
+0.33167 0.769436 0.644556
+0.332265 0.76939 0.643824
+0.333089 0.769345 0.642969
+0.333959 0.76936 0.641947
+0.335058 0.769299 0.640726
+0.336172 0.769238 0.639338
+0.337362 0.769268 0.637827
+0.338766 0.769162 0.636011
+0.340063 0.769131 0.634012
+0.341863 0.769024 0.631693
+0.343603 0.768917 0.629099
+0.345296 0.768887 0.6262
+0.347707 0.768765 0.622599
+0.350347 0.768688 0.618036
+0.353262 0.768597 0.612039
+0.356985 0.768475 0.60383
+0.364858 0.769162 0.593713
+0.390219 0.773571 0.586648
+0.423697 0.778149 0.573053
+0.536645 0.776516 0.57644
+0.606928 0.824491 0.563485
+0.70959 0.837217 0.583566
+0.795468 0.841703 0.591577
+0.820294 0.805966 0.611704
+0.871519 0.797864 0.629526
+0.937713 0.806104 0.655482
+0.968048 0.811902 0.676844
+0.968902 0.823789 0.702968
+0.40914 0.809552 0.674357
+0.409094 0.809583 0.674281
+0.409354 0.809613 0.674098
+0.409613 0.809598 0.673808
+0.409995 0.809522 0.67332
+0.410346 0.809506 0.672724
+0.41091 0.809461 0.671992
+0.41149 0.809476 0.671138
+0.412284 0.809384 0.670115
+0.413199 0.809293 0.668925
+0.414099 0.809308 0.667567
+0.41503 0.809247 0.66601
+0.415961 0.809155 0.664256
+0.417212 0.80911 0.662272
+0.418753 0.809049 0.66009
+0.420066 0.808972 0.657557
+0.421714 0.80885 0.654719
+0.423529 0.808728 0.651392
+0.425498 0.808652 0.647166
+0.42797 0.80856 0.641627
+0.430976 0.808377 0.634287
+0.43447 0.808331 0.624323
+0.441215 0.808865 0.611368
+0.467002 0.813672 0.601602
+0.509911 0.818967 0.585718
+0.573281 0.86302 0.567971
+0.67509 0.899702 0.595987
+0.770565 0.912688 0.61236
+0.861158 0.917922 0.62594
+0.887709 0.878416 0.63856
+0.922698 0.851133 0.653788
+0.966354 0.858259 0.677455
+0.971969 0.869032 0.704067
+0.470054 0.859251 0.709529
+0.470161 0.85922 0.709468
+0.470344 0.859251 0.7093
+0.470558 0.859251 0.70898
+0.470817 0.859205 0.708492
+0.471153 0.859205 0.707942
+0.471595 0.85919 0.70724
+0.472175 0.859129 0.706325
+0.472892 0.859037 0.705287
+0.473793 0.858976 0.704112
+0.474632 0.8589 0.702739
+0.47567 0.858824 0.701213
+0.476814 0.858732 0.699458
+0.478004 0.858564 0.69752
+0.479194 0.858518 0.695384
+0.480659 0.858366 0.693004
+0.482216 0.858228 0.690288
+0.484031 0.85803 0.687114
+0.486107 0.857786 0.683101
+0.488533 0.857618 0.678065
+0.491661 0.857313 0.671412
+0.49546 0.857038 0.662715
+0.499809 0.85658 0.650645
+0.506874 0.856794 0.634485
+0.532952 0.863508 0.621759
+0.580041 0.901045 0.612604
+0.628412 0.956649 0.608667
+0.734051 0.96466 0.633371
+0.828595 0.969711 0.650736
+0.92694 0.972534 0.667277
+0.94786 0.956878 0.678721
+0.960708 0.915114 0.683192
+0.974914 0.916991 0.70631
+0.510292 0.917205 0.746441
+0.510307 0.917235 0.74638
+0.510475 0.917159 0.746197
+0.510628 0.917159 0.745846
+0.510887 0.917159 0.745418
+0.511208 0.917098 0.744839
+0.51165 0.917082 0.744106
+0.512261 0.917052 0.743252
+0.512901 0.917037 0.742214
+0.513695 0.91693 0.741054
+0.514549 0.916854 0.739696
+0.51548 0.916732 0.73817
+0.516548 0.916686 0.736461
+0.517678 0.916548 0.734554
+0.518898 0.916442 0.732448
+0.520058 0.916396 0.730159
+0.521447 0.916243 0.727504
+0.523079 0.916136 0.724453
+0.525032 0.915923 0.720638
+0.527306 0.915755 0.715846
+0.530037 0.91548 0.709789
+0.533486 0.915145 0.701823
+0.537438 0.914794 0.69131
+0.542489 0.914336 0.676707
+0.549416 0.914244 0.656382
+0.576623 0.937285 0.642756
+0.610468 0.975555 0.638193
+0.684764 0.9935 0.644419
+0.788067 1 0.668925
+0.887587 1 0.687221
+0.96408 1 0.700191
+0.9738 0.987366 0.706279
+0.975448 0.971023 0.715206
+0.532998 0.964706 0.776852
+0.533043 0.964706 0.776791
+0.533165 0.964691 0.776608
+0.533333 0.964691 0.776242
+0.533623 0.964675 0.775799
+0.533959 0.96466 0.775204
+0.534417 0.964645 0.774456
+0.53489 0.96463 0.773602
+0.535348 0.96463 0.772595
+0.535973 0.964614 0.771435
+0.536736 0.964584 0.770062
+0.53756 0.964538 0.768536
+0.538491 0.964508 0.766857
+0.539498 0.964462 0.76495
+0.540581 0.964416 0.762875
+0.541772 0.964355 0.760586
+0.542916 0.964324 0.758083
+0.544274 0.964279 0.755154
+0.545998 0.964218 0.751537
+0.548043 0.964111 0.74699
+0.550515 0.963989 0.741222
+0.553307 0.963912 0.733974
+0.556893 0.96376 0.724392
+0.561044 0.963592 0.711696
+0.566247 0.963333 0.693965
+0.575143 0.965942 0.671489
+0.60589 0.996796 0.672511
+0.647303 1 0.680018
+0.745968 1 0.691173
+0.852354 1 0.715434
+0.947616 1 0.731579
+0.970962 1 0.744671
+0.970916 1 0.741253
+0.555108 0.994354 0.809369
+0.555154 0.994354 0.809308
+0.555261 0.994339 0.80911
+0.555428 0.994339 0.808804
+0.555657 0.994324 0.808301
+0.555993 0.994308 0.807706
+0.556359 0.994293 0.806958
+0.556802 0.994263 0.806088
+0.557351 0.994232 0.805051
+0.557946 0.994202 0.803876
+0.558618 0.994171 0.802563
+0.559289 0.994141 0.801068
+0.559991 0.994141 0.799435
+0.560891 0.994095 0.797589
+0.561852 0.994034 0.79559
+0.562875 0.993973 0.793332
+0.564004 0.993912 0.790906
+0.56527 0.993851 0.788098
+0.566781 0.993759 0.784588
+0.568399 0.993713 0.780331
+0.570596 0.993591 0.774945
+0.573205 0.993439 0.7682
+0.576165 0.993317 0.759594
+0.57995 0.993118 0.748272
+0.584314 0.992905 0.73312
+0.591073 0.992782 0.712657
+0.625437 1 0.725551
+0.669139 1 0.755566
+0.699504 1 0.72256
+0.814893 1 0.748409
+0.929732 1 0.770886
+0.97145 1 0.781842
+0.971633 1 0.7991
+0 0.0704051 0.458762
+0 0.0701152 0.459251
+0 0.0692149 0.460899
+0 0.0675364 0.463706
+0 0.0649424 0.467109
+0 0.0610819 0.470726
+0 0.0565652 0.472251
+0.0145113 0.0563973 0.472816
+0.0670787 0.0564736 0.473243
+0.117174 0.0572213 0.474144
+0.165652 0.0585641 0.475547
+0.209888 0.0607309 0.477455
+0.249165 0.0633555 0.479942
+0.284855 0.0666819 0.482689
+0.317678 0.0703899 0.485618
+0.347997 0.0743114 0.488762
+0.374517 0.0788891 0.491936
+0.400778 0.0841382 0.495537
+0.428824 0.0905776 0.499596
+0.458412 0.0987106 0.504417
+0.489677 0.108782 0.509926
+0.521859 0.121263 0.516579
+0.555917 0.136049 0.524636
+0.593332 0.150149 0.535058
+0.633188 0.166445 0.546838
+0.675273 0.185382 0.560281
+0.720287 0.206516 0.575448
+0.768444 0.23006 0.592309
+0.820493 0.256046 0.610727
+0.877394 0.284337 0.629725
+0.932509 0.314687 0.649592
+0.955383 0.346014 0.670344
+0.97969 0.378851 0.69279
+0 0.0708934 0.458991
+0 0.0705272 0.459556
+0 0.0696727 0.461158
+0 0.0679942 0.463935
+0 0.0654307 0.467384
+0 0.0616007 0.471015
+0 0.0568704 0.472923
+0.011429 0.0567636 0.473564
+0.0646983 0.0568093 0.473884
+0.115358 0.0574807 0.474754
+0.163958 0.0588693 0.476066
+0.208667 0.0609598 0.477897
+0.248249 0.0635538 0.4804
+0.284306 0.0668803 0.48304
+0.31722 0.0706035 0.485969
+0.347585 0.0745098 0.489082
+0.374289 0.079057 0.49221
+0.400504 0.0843061 0.495781
+0.428595 0.0907912 0.499809
+0.458259 0.0988327 0.504601
+0.489479 0.108919 0.510079
+0.521828 0.121386 0.516716
+0.555871 0.136095 0.524697
+0.593286 0.15021 0.535073
+0.633112 0.166567 0.546853
+0.675212 0.185458 0.56025
+0.720256 0.206622 0.575418
+0.768414 0.230167 0.592294
+0.820554 0.256092 0.610605
+0.877379 0.284413 0.629602
+0.932509 0.314748 0.64947
+0.955367 0.34612 0.670207
+0.97969 0.378866 0.692668
+0 0.0721599 0.459632
+0 0.0718853 0.460212
+0 0.0709087 0.461845
+0 0.069337 0.464515
+0 0.0668498 0.468208
+0 0.0631418 0.472114
+0 0.0580911 0.474968
+0.00285344 0.0578775 0.475608
+0.0572671 0.0577859 0.475761
+0.109285 0.0583658 0.476524
+0.159075 0.0596323 0.477562
+0.204868 0.0616922 0.479316
+0.245228 0.0643626 0.481682
+0.282017 0.0676127 0.484184
+0.31548 0.0712291 0.487129
+0.346197 0.0751507 0.490028
+0.373281 0.0796826 0.493141
+0.399542 0.0849317 0.496513
+0.427878 0.09131 0.500465
+0.457694 0.0992905 0.50518
+0.489158 0.10927 0.510582
+0.521614 0.12166 0.517113
+0.555764 0.136324 0.525017
+0.593194 0.150454 0.535225
+0.633036 0.166842 0.546899
+0.675288 0.185748 0.560296
+0.72018 0.206882 0.575311
+0.768414 0.230426 0.592096
+0.820569 0.256336 0.610346
+0.877379 0.284718 0.629313
+0.932509 0.314992 0.649165
+0.955367 0.346319 0.669856
+0.979675 0.379095 0.692287
+0 0.0777905 0.461799
+0 0.077409 0.462257
+0 0.0762188 0.463767
+0 0.073991 0.466224
+0 0.0707713 0.469825
+0 0.0659342 0.473472
+0 0.0605631 0.477394
+0 0.0596933 0.478935
+0.0440528 0.0594339 0.478874
+0.0986954 0.0598459 0.479255
+0.150423 0.0609751 0.480079
+0.198276 0.0629129 0.481498
+0.240238 0.0656596 0.483696
+0.277882 0.0688792 0.486107
+0.312276 0.0723583 0.488807
+0.343709 0.0762798 0.491585
+0.371359 0.0807355 0.494575
+0.398138 0.0858625 0.497749
+0.426627 0.0922255 0.50164
+0.45687 0.100023 0.506142
+0.488533 0.109895 0.511467
+0.521263 0.122133 0.517754
+0.555535 0.13669 0.525475
+0.593072 0.150896 0.5355
+0.632959 0.167315 0.547051
+0.675258 0.186206 0.560327
+0.720211 0.207324 0.575067
+0.768353 0.230915 0.591775
+0.820539 0.256718 0.609934
+0.877409 0.285039 0.628794
+0.932509 0.315358 0.648569
+0.955367 0.34667 0.669245
+0.979644 0.379385 0.69163
+0 0.0899825 0.465599
+0 0.0895705 0.466163
+0 0.0883497 0.46772
+0 0.0862287 0.470268
+0 0.0831617 0.473762
+0 0.0782483 0.477699
+0 0.0716411 0.481483
+0 0.0673075 0.484733
+0.0270848 0.0653086 0.484138
+0.0835431 0.0633707 0.483497
+0.137362 0.0629587 0.483513
+0.18851 0.0648814 0.48481
+0.232685 0.0675212 0.486458
+0.271992 0.0705425 0.488624
+0.307652 0.07393 0.491112
+0.340063 0.0779431 0.493629
+0.368444 0.0823224 0.496529
+0.395911 0.0871901 0.499611
+0.424735 0.0935683 0.503197
+0.455634 0.101152 0.507424
+0.487648 0.110719 0.512657
+0.520714 0.122759 0.518685
+0.555215 0.137224 0.526131
+0.592996 0.151339 0.535851
+0.632807 0.167849 0.547112
+0.675135 0.186831 0.560204
+0.720104 0.20795 0.574777
+0.768307 0.23151 0.591348
+0.820523 0.257389 0.609339
+0.877379 0.285618 0.628092
+0.932525 0.315877 0.647791
+0.955367 0.347173 0.668406
+0.979614 0.379843 0.69073
+0 0.10605 0.4701
+0 0.105684 0.470619
+0 0.10457 0.472206
+0 0.102556 0.474769
+0 0.0996872 0.478187
+0 0.0953384 0.482414
+0 0.0886854 0.486381
+0 0.0823835 0.490944
+0.0132753 0.0805219 0.492531
+0.0708324 0.0784161 0.49163
+0.125734 0.0765393 0.491066
+0.177508 0.0751202 0.490929
+0.223163 0.0741741 0.491371
+0.263813 0.0733654 0.492042
+0.301122 0.0762341 0.49395
+0.334981 0.0801099 0.496422
+0.364645 0.0842908 0.498878
+0.392737 0.0891432 0.501793
+0.422583 0.0951553 0.505165
+0.453895 0.102586 0.509239
+0.486412 0.11191 0.514046
+0.519936 0.123568 0.519799
+0.554864 0.137758 0.526909
+0.592767 0.152071 0.536263
+0.632624 0.168673 0.547219
+0.675059 0.18764 0.560067
+0.719997 0.208774 0.574395
+0.768246 0.232258 0.590738
+0.820462 0.258167 0.608591
+0.877394 0.286351 0.627222
+0.932509 0.316564 0.646708
+0.955352 0.347768 0.667247
+0.979553 0.380423 0.689555
+0 0.125261 0.474861
+0 0.124987 0.475395
+0 0.124086 0.476951
+0 0.122484 0.479438
+0 0.11986 0.482963
+0 0.116167 0.487404
+0 0.110353 0.49163
+0 0.102342 0.495842
+0.00471504 0.0997177 0.50164
+0.0547189 0.0978408 0.500893
+0.111727 0.0958877 0.50013
+0.165164 0.0942855 0.499626
+0.213535 0.0931716 0.499748
+0.255741 0.0922255 0.500282
+0.293736 0.091371 0.50103
+0.328252 0.0905013 0.501869
+0.359472 0.0895857 0.502663
+0.388708 0.0915541 0.504372
+0.419181 0.0973373 0.507485
+0.451362 0.104509 0.511223
+0.484565 0.113466 0.51574
+0.518837 0.12462 0.521126
+0.554284 0.138521 0.527886
+0.592355 0.152926 0.536736
+0.632288 0.169604 0.547326
+0.6748 0.188586 0.559823
+0.719966 0.20972 0.574044
+0.768338 0.233234 0.590112
+0.820356 0.259129 0.607569
+0.87747 0.287175 0.626139
+0.932509 0.317388 0.645396
+0.955322 0.348531 0.665858
+0.979507 0.381079 0.688106
+0 0.147478 0.479744
+0 0.14725 0.480278
+0 0.146563 0.481758
+0 0.14522 0.484321
+0 0.143084 0.487816
+0 0.140078 0.492302
+0 0.135164 0.496696
+0 0.12784 0.501045
+0.00308232 0.123995 0.506722
+0.0409552 0.120897 0.510719
+0.0944839 0.119112 0.509865
+0.150469 0.11722 0.509117
+0.201633 0.115831 0.508965
+0.245777 0.114733 0.509331
+0.285145 0.113771 0.509926
+0.32105 0.112779 0.510613
+0.353643 0.111772 0.511345
+0.383398 0.110613 0.512108
+0.414664 0.109529 0.512871
+0.448081 0.108263 0.513848
+0.482506 0.115206 0.517555
+0.517555 0.125933 0.522805
+0.553643 0.139361 0.528984
+0.591882 0.153872 0.537301
+0.631907 0.170748 0.547417
+0.674586 0.189731 0.559487
+0.719783 0.210849 0.573388
+0.768154 0.234333 0.58909
+0.820233 0.260212 0.606317
+0.877363 0.288258 0.62472
+0.932586 0.318349 0.643915
+0.955322 0.349401 0.664179
+0.979416 0.381903 0.686351
+0 0.171633 0.484825
+0 0.171496 0.485344
+0 0.170977 0.486976
+0 0.16997 0.489509
+0 0.168444 0.492882
+0 0.166186 0.497368
+0 0.162188 0.501961
+0 0.156115 0.506432
+0.00320439 0.150576 0.511467
+0.0352941 0.147967 0.517403
+0.0789044 0.145052 0.520348
+0.132769 0.143099 0.519432
+0.187015 0.141421 0.518944
+0.23415 0.14023 0.518959
+0.275563 0.139132 0.519265
+0.312688 0.138048 0.519844
+0.3467 0.136919 0.520485
+0.377493 0.135698 0.521187
+0.40943 0.134371 0.522026
+0.443473 0.13283 0.522942
+0.47866 0.131395 0.523888
+0.515663 0.130144 0.525154
+0.552682 0.140307 0.530221
+0.591165 0.155001 0.53782
+0.631479 0.17203 0.547601
+0.674128 0.191089 0.559045
+0.719493 0.212238 0.572549
+0.76791 0.235737 0.58793
+0.820081 0.261463 0.604837
+0.877195 0.289479 0.622965
+0.932662 0.319417 0.642084
+0.955398 0.350393 0.662287
+0.979522 0.382803 0.68452
+0 0.196918 0.489891
+0 0.196796 0.49044
+0 0.196506 0.491997
+0 0.195819 0.494545
+0 0.194781 0.498009
+0 0.193194 0.502449
+0 0.190372 0.507027
+0 0.185534 0.511711
+0.00437934 0.178531 0.516243
+0.033341 0.176837 0.522362
+0.0710307 0.173739 0.528603
+0.115343 0.171115 0.53051
+0.169284 0.169238 0.529641
+0.220859 0.167651 0.529397
+0.264897 0.166461 0.529549
+0.304173 0.165316 0.529992
+0.339452 0.164172 0.530571
+0.371862 0.16289 0.531136
+0.404517 0.161395 0.531746
+0.438956 0.159701 0.53257
+0.474876 0.157931 0.533486
+0.512291 0.156161 0.5346
+0.550744 0.154849 0.535897
+0.590402 0.156222 0.538582
+0.630808 0.173404 0.547524
+0.673579 0.192584 0.558465
+0.719097 0.213672 0.571496
+0.767697 0.23711 0.586465
+0.819883 0.262913 0.603113
+0.877089 0.290822 0.620966
+0.932631 0.320699 0.639918
+0.955444 0.351537 0.66006
+0.979461 0.38381 0.682109
+0 0.221973 0.494606
+0 0.221958 0.49514
+0 0.22179 0.496666
+0 0.221546 0.499229
+0 0.220813 0.502556
+0 0.219715 0.506859
+0 0.2177 0.511681
+0 0.214115 0.516335
+0.0091249 0.208743 0.521157
+0.0310063 0.205341 0.526665
+0.0679789 0.203143 0.532967
+0.105379 0.199969 0.540093
+0.151476 0.197604 0.540963
+0.204898 0.195911 0.540413
+0.252766 0.194598 0.540383
+0.29456 0.193393 0.540673
+0.331685 0.192264 0.540932
+0.366094 0.190997 0.541527
+0.399817 0.18938 0.542138
+0.435126 0.187549 0.542824
+0.471489 0.185641 0.543465
+0.509361 0.183551 0.544442
+0.548531 0.181659 0.545632
+0.587976 0.181491 0.547051
+0.629618 0.181003 0.549401
+0.673136 0.194125 0.557855
+0.718654 0.215381 0.57026
+0.767269 0.238804 0.584802
+0.81973 0.264439 0.601205
+0.87689 0.292332 0.618647
+0.932601 0.322148 0.6374
+0.955383 0.352834 0.657465
+0.979355 0.384985 0.679438
+0 0.247364 0.499107
+0 0.247379 0.499611
+0 0.247303 0.501091
+0 0.247257 0.503563
+0 0.246906 0.506813
+0 0.24622 0.510994
+0 0.245029 0.515663
+0.00402838 0.242267 0.520424
+0.0132601 0.238071 0.525307
+0.028809 0.232853 0.530251
+0.0639963 0.231724 0.53669
+0.101457 0.229496 0.54377
+0.138659 0.22591 0.551614
+0.185702 0.224018 0.551522
+0.237858 0.222568 0.551186
+0.283024 0.221302 0.551278
+0.322881 0.220142 0.551629
+0.359976 0.218753 0.551995
+0.395132 0.217182 0.55256
+0.431418 0.215198 0.552972
+0.468833 0.213031 0.553704
+0.507378 0.210636 0.554543
+0.546777 0.208469 0.555489
+0.585992 0.208591 0.556268
+0.627329 0.208576 0.558083
+0.671565 0.208057 0.561044
+0.718166 0.217212 0.568887
+0.766979 0.240604 0.582956
+0.819379 0.266178 0.598795
+0.8766 0.294057 0.615961
+0.932555 0.323674 0.634501
+0.955337 0.354284 0.654459
+0.979263 0.386313 0.676356
+0 0.27306 0.50312
+0 0.273091 0.503578
+0 0.273228 0.505058
+0 0.273213 0.507332
+0 0.272999 0.510384
+0 0.272816 0.514443
+0 0.272114 0.519173
+0.00755322 0.270115 0.523873
+0.0165255 0.266819 0.528527
+0.0294957 0.261982 0.533501
+0.0588235 0.259739 0.539513
+0.0965744 0.258381 0.546441
+0.13312 0.256062 0.554116
+0.16997 0.252461 0.562615
+0.219501 0.250751 0.561944
+0.269306 0.249332 0.561868
+0.312566 0.248005 0.56199
+0.352026 0.246754 0.562203
+0.389822 0.244999 0.562661
+0.427649 0.242969 0.563195
+0.466423 0.240467 0.563775
+0.505806 0.237888 0.564401
+0.546075 0.235172 0.565286
+0.585336 0.235218 0.565377
+0.626108 0.235721 0.566522
+0.669352 0.235843 0.569055
+0.716518 0.235309 0.572732
+0.766476 0.242542 0.580591
+0.818998 0.26807 0.596017
+0.876402 0.295796 0.613001
+0.932464 0.325368 0.631205
+0.955261 0.355825 0.651041
+0.979156 0.387717 0.672892
+0 0.299046 0.506767
+0 0.299092 0.50721
+0 0.299184 0.508446
+0 0.299351 0.510613
+0 0.299306 0.513466
+0 0.299443 0.517327
+0.00247196 0.299092 0.521782
+0.0103914 0.297642 0.526299
+0.0189975 0.295094 0.531029
+0.0310826 0.291203 0.535882
+0.053193 0.287144 0.540993
+0.0901198 0.286595 0.54786
+0.12665 0.285176 0.555474
+0.162829 0.282658 0.56405
+0.200305 0.279103 0.572305
+0.25153 0.277516 0.571832
+0.299153 0.276234 0.571893
+0.342397 0.274678 0.572106
+0.383383 0.272908 0.572564
+0.422995 0.270756 0.572869
+0.463386 0.26807 0.573419
+0.504295 0.265003 0.574044
+0.545525 0.261738 0.57467
+0.585122 0.261707 0.57409
+0.625452 0.262776 0.574334
+0.668208 0.263325 0.576257
+0.714076 0.263279 0.579538
+0.76437 0.262654 0.5841
+0.818418 0.270237 0.592813
+0.876051 0.297765 0.609461
+0.932464 0.327184 0.627604
+0.955169 0.357549 0.647227
+0.979034 0.389273 0.669032
+0 0.324941 0.510201
+0 0.325017 0.510613
+0 0.325139 0.511818
+0 0.325307 0.513741
+0 0.325505 0.516457
+0 0.325826 0.520088
+0.00567636 0.325673 0.524147
+0.0131533 0.324651 0.528359
+0.021149 0.32282 0.532708
+0.0322271 0.319753 0.537392
+0.0497444 0.315267 0.542199
+0.0827497 0.314061 0.548577
+0.119005 0.313512 0.555962
+0.155169 0.31194 0.564157
+0.190433 0.3093 0.57348
+0.229755 0.305867 0.581781
+0.281941 0.304295 0.581643
+0.329809 0.302708 0.581643
+0.375158 0.300877 0.581857
+0.417411 0.298451 0.582238
+0.459861 0.295567 0.582589
+0.502449 0.292042 0.582986
+0.545007 0.288304 0.583642
+0.585351 0.287861 0.582406
+0.625467 0.289342 0.581567
+0.667643 0.290257 0.582727
+0.712734 0.290684 0.585382
+0.76173 0.290486 0.589563
+0.816327 0.289555 0.59501
+0.875624 0.299931 0.605417
+0.932387 0.329137 0.623453
+0.955215 0.359304 0.643046
+0.978973 0.390875 0.664729
+0 0.350561 0.513909
+0 0.350637 0.514275
+0 0.350744 0.515328
+0 0.351003 0.517159
+0 0.351324 0.519722
+0.00297551 0.351766 0.523095
+0.00929274 0.351583 0.526665
+0.0162203 0.350866 0.530541
+0.0238193 0.349462 0.534737
+0.0339971 0.347189 0.539025
+0.0497597 0.343771 0.543496
+0.0751507 0.340536 0.548806
+0.111116 0.340703 0.555978
+0.146868 0.339971 0.563928
+0.182025 0.338491 0.572931
+0.217029 0.33579 0.583307
+0.26006 0.332494 0.591379
+0.31371 0.330785 0.591241
+0.364157 0.328664 0.591302
+0.410132 0.326146 0.591318
+0.455436 0.322942 0.591501
+0.500237 0.319112 0.591806
+0.544381 0.314763 0.592081
+0.585931 0.313649 0.590173
+0.62591 0.315557 0.588144
+0.667536 0.316823 0.588342
+0.711772 0.31754 0.590326
+0.759655 0.317693 0.593973
+0.812909 0.317174 0.599054
+0.873579 0.315938 0.605371
+0.93225 0.331334 0.618708
+0.955123 0.361273 0.638331
+0.978988 0.392615 0.66009
+0 0.37586 0.518349
+0 0.375891 0.518624
+0 0.375982 0.5196
+0 0.376333 0.521294
+0.00328069 0.376867 0.523735
+0.00801099 0.37705 0.526574
+0.0134737 0.376883 0.529717
+0.019913 0.376303 0.53315
+0.0269932 0.375174 0.53695
+0.0365759 0.373342 0.540978
+0.0509499 0.370733 0.545098
+0.0711376 0.366903 0.549538
+0.103471 0.366339 0.556008
+0.138521 0.366476 0.563668
+0.173388 0.365805 0.572198
+0.20795 0.364263 0.58201
+0.242954 0.361486 0.5935
+0.29247 0.358251 0.601373
+0.349706 0.356039 0.601114
+0.401343 0.353384 0.601038
+0.449989 0.350072 0.600809
+0.497749 0.345846 0.600809
+0.544076 0.340902 0.600656
+0.587167 0.338872 0.598215
+0.627237 0.34107 0.59469
+0.668605 0.342687 0.593866
+0.712215 0.343511 0.595239
+0.75903 0.344076 0.598337
+0.810971 0.343816 0.602945
+0.870558 0.343084 0.609018
+0.931746 0.34107 0.616022
+0.954986 0.363378 0.632959
+0.978882 0.394476 0.65478
+0.0024567 0.402426 0.523812
+0.00297551 0.402518 0.524102
+0.00442512 0.402686 0.525048
+0.00672923 0.403006 0.526528
+0.0100099 0.403189 0.528405
+0.014023 0.403281 0.530755
+0.0190127 0.403021 0.53341
+0.024506 0.402548 0.536431
+0.0310063 0.401663 0.539834
+0.0400702 0.400198 0.543374
+0.0535286 0.397971 0.547189
+0.0717937 0.39498 0.551308
+0.0959182 0.392386 0.556146
+0.130129 0.393057 0.563622
+0.164553 0.393088 0.571679
+0.198535 0.392569 0.580819
+0.231449 0.391089 0.591409
+0.270481 0.388281 0.603922
+0.331106 0.386252 0.604791
+0.389105 0.383566 0.60589
+0.441825 0.379873 0.60705
+0.493553 0.374685 0.608408
+0.543923 0.367834 0.610101
+0.589288 0.364523 0.607126
+0.629618 0.367056 0.601663
+0.670817 0.368841 0.599664
+0.713771 0.370016 0.600076
+0.759564 0.370733 0.602548
+0.810147 0.370886 0.606668
+0.868299 0.370382 0.61239
+0.93048 0.368963 0.619318
+0.954803 0.365774 0.626673
+0.978744 0.396612 0.648508
+0.0124514 0.431525 0.530892
+0.0128481 0.431495 0.531106
+0.0140383 0.431571 0.531762
+0.016022 0.431556 0.532845
+0.0187839 0.431586 0.534279
+0.022034 0.431556 0.536187
+0.026215 0.431266 0.538369
+0.0308995 0.430838 0.540871
+0.0370489 0.430045 0.543664
+0.0458534 0.428855 0.546685
+0.0581979 0.427207 0.549996
+0.0745403 0.424811 0.553475
+0.0936751 0.421759 0.557488
+0.121569 0.421317 0.563561
+0.154894 0.422065 0.571054
+0.187625 0.422324 0.579538
+0.220432 0.422004 0.589319
+0.253208 0.420661 0.60145
+0.307347 0.418738 0.606424
+0.3729 0.416785 0.607401
+0.430137 0.413977 0.608392
+0.485161 0.409842 0.609842
+0.537758 0.404273 0.611429
+0.588602 0.396796 0.613108
+0.633265 0.394751 0.609598
+0.674235 0.396872 0.605875
+0.716487 0.398306 0.605234
+0.761593 0.39913 0.607004
+0.810956 0.399466 0.610712
+0.867216 0.399298 0.6159
+0.927245 0.398672 0.621988
+0.95317 0.39588 0.629358
+0.978744 0.399084 0.640803
+0.0247654 0.462776 0.538888
+0.0250706 0.462776 0.539055
+0.0259861 0.46273 0.539498
+0.0275273 0.462654 0.540261
+0.0296483 0.462516 0.541405
+0.0321813 0.462455 0.542824
+0.0358282 0.462058 0.544488
+0.0402075 0.461662 0.546532
+0.0467536 0.460853 0.548669
+0.0554665 0.459831 0.551156
+0.0665751 0.458564 0.553735
+0.0806592 0.456733 0.556725
+0.0968643 0.454475 0.560174
+0.114778 0.451606 0.56405
+0.145373 0.452644 0.57084
+0.176699 0.453712 0.578592
+0.208316 0.454353 0.587396
+0.24062 0.454337 0.598138
+0.279393 0.453147 0.608011
+0.349798 0.451652 0.608881
+0.415091 0.449607 0.609857
+0.474556 0.44654 0.61091
+0.531136 0.442008 0.612558
+0.584466 0.435782 0.614343
+0.635676 0.427756 0.616129
+0.679484 0.426825 0.612696
+0.721294 0.428443 0.610727
+0.765087 0.429511 0.611536
+0.812711 0.430243 0.614267
+0.866133 0.430762 0.618509
+0.922499 0.430686 0.624094
+0.951232 0.428305 0.631281
+0.97586 0.425315 0.640269
+0.0395972 0.496208 0.548196
+0.0398413 0.496178 0.548302
+0.040589 0.496162 0.548623
+0.0419623 0.495949 0.549157
+0.0442206 0.495781 0.54992
+0.0471199 0.495476 0.550866
+0.0505989 0.495094 0.552117
+0.0559091 0.494652 0.553491
+0.0620584 0.49395 0.555169
+0.0701305 0.49305 0.55697
+0.0800946 0.491966 0.559106
+0.0916762 0.490562 0.561364
+0.104372 0.488945 0.563989
+0.119051 0.486793 0.567041
+0.137163 0.484977 0.570993
+0.166445 0.486595 0.577935
+0.19588 0.487846 0.585672
+0.227161 0.488975 0.595254
+0.260426 0.489265 0.607584
+0.318059 0.488273 0.610407
+0.394003 0.486931 0.611124
+0.460563 0.484642 0.611917
+0.522499 0.481239 0.613291
+0.579492 0.476387 0.615167
+0.633509 0.469657 0.61706
+0.684886 0.46096 0.618631
+0.727306 0.461158 0.615656
+0.769619 0.462654 0.61503
+0.814893 0.463844 0.616983
+0.865278 0.464958 0.620417
+0.917906 0.465461 0.625528
+0.949615 0.463447 0.632319
+0.97203 0.461387 0.641321
+0.0647746 0.531136 0.558694
+0.0650645 0.531075 0.55877
+0.0659953 0.530983 0.558923
+0.0673381 0.530907 0.559304
+0.0695201 0.530724 0.559731
+0.0723888 0.530327 0.560327
+0.0758831 0.529992 0.561105
+0.0806897 0.529519 0.562036
+0.0861524 0.528969 0.563134
+0.0927443 0.528222 0.56437
+0.100053 0.527337 0.56582
+0.108507 0.526299 0.567514
+0.11812 0.525063 0.569421
+0.129061 0.523507 0.571618
+0.141283 0.521798 0.574197
+0.15845 0.520821 0.577935
+0.185061 0.522759 0.584634
+0.213794 0.524575 0.592523
+0.244678 0.526314 0.602838
+0.286076 0.526772 0.611399
+0.363058 0.525795 0.612436
+0.440299 0.524239 0.613108
+0.509667 0.521874 0.613703
+0.572457 0.518273 0.614816
+0.630243 0.513054 0.616495
+0.682948 0.506172 0.61767
+0.733471 0.497108 0.618708
+0.774029 0.498604 0.617044
+0.816617 0.50042 0.618051
+0.863554 0.502251 0.621118
+0.912947 0.50312 0.626032
+0.947707 0.501472 0.632517
+0.967849 0.500221 0.641688
+0.104097 0.56759 0.570779
+0.10428 0.56762 0.57084
+0.104906 0.567498 0.570932
+0.106004 0.567376 0.57113
+0.107561 0.567147 0.571359
+0.109529 0.566903 0.57171
+0.111849 0.566674 0.572152
+0.114839 0.566278 0.572641
+0.118425 0.565805 0.573297
+0.122454 0.565301 0.573983
+0.127337 0.564691 0.574823
+0.132769 0.563867 0.575814
+0.139101 0.562997 0.576974
+0.146578 0.561807 0.578225
+0.154711 0.560662 0.579629
+0.164111 0.559365 0.581445
+0.178134 0.558892 0.584665
+0.203006 0.561334 0.591241
+0.230564 0.563958 0.599329
+0.260395 0.566629 0.609995
+0.317968 0.566354 0.613153
+0.409216 0.565454 0.614435
+0.490913 0.563455 0.614206
+0.562463 0.561059 0.613153
+0.624094 0.557839 0.61445
+0.678813 0.553063 0.615824
+0.728832 0.54641 0.616632
+0.777935 0.537835 0.617166
+0.817655 0.540063 0.618189
+0.861448 0.542535 0.621622
+0.908614 0.543542 0.626795
+0.947341 0.543587 0.634791
+0.962982 0.546578 0.648035
+0.150744 0.60557 0.585184
+0.150866 0.60557 0.585184
+0.151186 0.605493 0.585245
+0.15172 0.605417 0.58529
+0.152514 0.60528 0.585367
+0.153536 0.605112 0.585473
+0.154818 0.604822 0.585611
+0.156161 0.604715 0.585809
+0.158022 0.604288 0.585992
+0.160235 0.603906 0.586206
+0.162783 0.603464 0.586496
+0.165515 0.602975 0.586892
+0.168948 0.602441 0.587259
+0.172854 0.60174 0.587716
+0.177096 0.601053 0.588235
+0.181979 0.600198 0.588815
+0.18793 0.599176 0.589624
+0.198322 0.599039 0.591699
+0.220935 0.602304 0.597833
+0.245228 0.605966 0.605341
+0.282322 0.608652 0.61297
+0.361944 0.608148 0.614771
+0.4607 0.606058 0.614755
+0.548516 0.603265 0.61297
+0.615198 0.602426 0.613474
+0.672541 0.600534 0.616114
+0.72195 0.596674 0.617594
+0.769772 0.590219 0.618128
+0.821256 0.585855 0.622385
+0.866758 0.59202 0.631022
+0.918029 0.59527 0.640085
+0.955184 0.596384 0.649058
+0.958648 0.602167 0.664363
+0.183856 0.646738 0.603418
+0.183963 0.646738 0.603418
+0.184268 0.646754 0.603403
+0.18471 0.646647 0.603296
+0.185367 0.64651 0.60322
+0.186221 0.646387 0.603113
+0.187243 0.646174 0.602975
+0.188464 0.646021 0.602777
+0.189822 0.645808 0.602594
+0.191348 0.645487 0.602441
+0.19321 0.645182 0.602167
+0.1953 0.644831 0.601846
+0.197757 0.64445 0.601526
+0.200244 0.644038 0.601205
+0.203189 0.643534 0.600824
+0.206424 0.642985 0.600351
+0.209705 0.642435 0.599878
+0.213657 0.641718 0.599283
+0.221088 0.641749 0.599496
+0.240726 0.645869 0.603906
+0.261875 0.650538 0.609155
+0.310414 0.652811 0.613092
+0.415381 0.650507 0.613916
+0.523445 0.646357 0.613596
+0.607294 0.644678 0.617075
+0.667735 0.650721 0.626047
+0.721035 0.654429 0.633646
+0.77203 0.654475 0.639338
+0.826352 0.651469 0.64361
+0.884337 0.647532 0.647959
+0.93579 0.650065 0.657694
+0.958541 0.652598 0.668528
+0.958709 0.658991 0.685084
+0.215152 0.689387 0.622965
+0.215228 0.689357 0.62295
+0.215473 0.689387 0.622858
+0.215717 0.689265 0.622721
+0.216373 0.689281 0.622477
+0.217136 0.689158 0.622248
+0.218051 0.689082 0.621851
+0.219196 0.688945 0.621408
+0.220493 0.688746 0.62092
+0.221942 0.688533 0.62034
+0.223575 0.68838 0.619699
+0.225437 0.688167 0.618952
+0.227512 0.687846 0.618097
+0.229786 0.687556 0.61709
+0.232273 0.687251 0.615961
+0.234852 0.686931 0.614694
+0.237827 0.686503 0.61323
+0.24097 0.686091 0.611521
+0.245106 0.685588 0.60914
+0.252445 0.685634 0.606836
+0.274342 0.689876 0.608759
+0.29781 0.695003 0.609583
+0.353567 0.697063 0.610941
+0.485191 0.690776 0.611933
+0.589654 0.687816 0.617609
+0.669047 0.701091 0.622629
+0.717174 0.699733 0.641367
+0.777157 0.710048 0.655604
+0.841856 0.716609 0.667948
+0.906859 0.71194 0.670329
+0.953277 0.705638 0.673823
+0.961379 0.709712 0.688975
+0.961776 0.715694 0.707179
+0.264851 0.730922 0.642847
+0.264912 0.730922 0.642847
+0.265003 0.730892 0.642741
+0.265309 0.730892 0.642512
+0.265812 0.730816 0.642222
+0.266392 0.730816 0.641855
+0.26714 0.730709 0.641367
+0.268254 0.730648 0.640818
+0.269184 0.730526 0.640085
+0.270451 0.730419 0.639246
+0.271839 0.730297 0.638331
+0.273228 0.730159 0.637324
+0.274754 0.730022 0.636118
+0.2766 0.729793 0.634745
+0.278691 0.729625 0.633127
+0.280751 0.729442 0.631312
+0.282856 0.729198 0.629282
+0.28574 0.72903 0.626764
+0.288838 0.728771 0.62359
+0.292912 0.728344 0.619318
+0.299733 0.728496 0.614252
+0.324208 0.73283 0.61323
+0.350179 0.737911 0.609491
+0.425238 0.737743 0.608057
+0.563867 0.731106 0.616648
+0.640223 0.755261 0.615946
+0.725795 0.763073 0.630686
+0.760128 0.745144 0.648386
+0.824369 0.753201 0.661677
+0.896971 0.760388 0.673411
+0.953613 0.763012 0.684977
+0.965484 0.772503 0.707485
+0.966278 0.783337 0.732357
+0.336538 0.770016 0.664195
+0.336522 0.770016 0.664179
+0.33666 0.770016 0.664012
+0.336782 0.76997 0.663798
+0.337026 0.769985 0.663432
+0.337438 0.76997 0.662989
+0.338216 0.769924 0.662394
+0.33904 0.769863 0.661707
+0.339986 0.769802 0.660853
+0.340826 0.769787 0.659953
+0.341878 0.76968 0.658839
+0.343084 0.769589 0.657603
+0.344335 0.769543 0.656229
+0.345724 0.769482 0.654673
+0.347219 0.769345 0.652842
+0.348882 0.769268 0.650828
+0.350683 0.76907 0.648539
+0.352758 0.769024 0.645884
+0.35523 0.768872 0.642374
+0.358251 0.768643 0.637766
+0.361852 0.76849 0.631678
+0.368002 0.768643 0.623743
+0.393118 0.772992 0.620005
+0.420081 0.778103 0.611368
+0.520516 0.775845 0.611917
+0.619394 0.79118 0.620981
+0.698146 0.823438 0.62472
+0.784314 0.829633 0.635248
+0.808164 0.794903 0.654902
+0.877363 0.802197 0.667842
+0.943389 0.805783 0.680903
+0.968307 0.814359 0.703868
+0.96936 0.826871 0.730541
+0.41384 0.810254 0.690242
+0.413886 0.810285 0.690181
+0.414023 0.810208 0.689998
+0.414176 0.810193 0.689708
+0.414527 0.810193 0.689342
+0.414939 0.810178 0.688869
+0.415396 0.810162 0.688289
+0.41593 0.810117 0.687572
+0.416785 0.810056 0.686732
+0.417456 0.810025 0.68574
+0.418326 0.809934 0.684596
+0.419333 0.809857 0.683314
+0.420523 0.80975 0.681865
+0.421637 0.809628 0.680186
+0.42298 0.809552 0.678355
+0.424338 0.809552 0.676356
+0.425818 0.80943 0.674083
+0.427527 0.809262 0.671275
+0.429603 0.809049 0.667765
+0.431891 0.808896 0.663294
+0.434867 0.808728 0.657374
+0.438575 0.808484 0.649363
+0.444114 0.808591 0.638743
+0.469841 0.813397 0.632303
+0.502037 0.818952 0.619791
+0.589334 0.826993 0.62327
+0.649729 0.884382 0.609018
+0.755001 0.899413 0.628183
+0.848981 0.903792 0.636728
+0.877058 0.864591 0.657816
+0.933303 0.853666 0.676326
+0.971374 0.859586 0.700877
+0.972168 0.870085 0.728359
+0.472953 0.86038 0.724193
+0.47306 0.860304 0.724178
+0.473167 0.860288 0.723995
+0.473411 0.860288 0.723705
+0.473747 0.860243 0.723323
+0.474144 0.860212 0.722789
+0.474662 0.860151 0.722164
+0.475273 0.860059 0.721386
+0.475975 0.860029 0.720516
+0.476783 0.859953 0.719493
+0.477623 0.859831 0.718257
+0.478645 0.859724 0.716915
+0.479515 0.859663 0.715465
+0.48069 0.859571 0.713756
+0.482033 0.859419 0.711849
+0.483452 0.859281 0.709758
+0.484916 0.859144 0.707408
+0.486656 0.858976 0.704646
+0.488441 0.858701 0.701198
+0.491051 0.858518 0.69688
+0.494133 0.858167 0.691234
+0.497642 0.857786 0.683818
+0.50222 0.857359 0.673716
+0.508354 0.85716 0.659968
+0.533028 0.863661 0.650385
+0.566781 0.872999 0.634546
+0.614557 0.92401 0.612284
+0.711711 0.958755 0.635309
+0.813855 0.96434 0.65275
+0.915267 0.966812 0.667552
+0.942687 0.942962 0.686778
+0.961074 0.909087 0.699596
+0.975219 0.920378 0.72845
+0.512337 0.918196 0.759915
+0.512352 0.918196 0.759869
+0.512505 0.918151 0.759716
+0.512703 0.918105 0.759411
+0.513024 0.918059 0.758999
+0.51339 0.918029 0.75845
+0.513878 0.918013 0.757778
+0.514443 0.917922 0.757015
+0.515099 0.917891 0.756115
+0.515862 0.917815 0.755093
+0.516686 0.917708 0.753841
+0.517632 0.917632 0.752499
+0.518669 0.91751 0.750957
+0.519707 0.917464 0.749325
+0.520806 0.917357 0.747463
+0.522118 0.917235 0.745373
+0.523552 0.917067 0.743069
+0.525185 0.916945 0.740368
+0.527123 0.916716 0.737011
+0.529244 0.916533 0.73286
+0.532021 0.916274 0.727398
+0.535271 0.915984 0.720455
+0.539223 0.915587 0.711177
+0.544015 0.915129 0.698604
+0.55053 0.914717 0.680873
+0.574243 0.921141 0.66598
+0.6103 0.958099 0.649363
+0.657649 0.985214 0.643473
+0.769787 0.993866 0.669825
+0.872663 0.998581 0.687434
+0.957366 0.999359 0.700084
+0.974594 0.980713 0.711986
+0.976272 0.964797 0.726665
+0.534951 0.965087 0.78967
+0.534966 0.965087 0.789609
+0.535058 0.965087 0.789441
+0.535225 0.965087 0.789151
+0.535439 0.965087 0.788724
+0.535775 0.965087 0.78819
+0.536171 0.965072 0.787503
+0.53669 0.965026 0.786694
+0.537255 0.965011 0.785763
+0.537942 0.964981 0.784665
+0.538674 0.964935 0.783444
+0.539513 0.964889 0.782071
+0.540429 0.964858 0.780529
+0.541436 0.964813 0.77882
+0.542519 0.964752 0.776913
+0.543465 0.964736 0.774868
+0.544717 0.964691 0.772595
+0.546166 0.964614 0.769909
+0.547845 0.964523 0.766613
+0.549889 0.964431 0.762493
+0.552117 0.96437 0.757321
+0.555077 0.964218 0.750729
+0.558633 0.96405 0.742153
+0.562737 0.963897 0.730755
+0.567712 0.963714 0.715114
+0.574258 0.963439 0.692683
+0.605737 0.975509 0.679911
+0.64007 1 0.676249
+0.721843 1 0.686641
+0.833051 1 0.712032
+0.939162 1 0.728756
+0.970901 1 0.73991
+0.97113 1 0.742824
+0.556878 0.994751 0.821653
+0.556924 0.994736 0.821546
+0.557031 0.994736 0.821378
+0.557214 0.99472 0.821103
+0.557443 0.99472 0.820661
+0.557733 0.99469 0.820066
+0.558129 0.994675 0.819394
+0.558572 0.994644 0.81857
+0.559075 0.994629 0.817639
+0.559564 0.994629 0.816571
+0.560143 0.994598 0.815335
+0.560861 0.994553 0.813931
+0.5617 0.994507 0.812375
+0.56257 0.994461 0.810651
+0.563531 0.994415 0.808759
+0.564553 0.994354 0.806714
+0.565667 0.994293 0.80444
+0.566903 0.994232 0.801801
+0.5682 0.994186 0.798627
+0.570016 0.994079 0.794629
+0.572198 0.993957 0.7897
+0.574777 0.993805 0.783444
+0.577722 0.993683 0.775509
+0.581491 0.993454 0.765133
+0.585809 0.99324 0.751339
+0.591272 0.992935 0.732235
+0.602411 0.997024 0.709285
+0.645335 1 0.722713
+0.688197 1 0.731411
+0.792966 1 0.742214
+0.908949 1 0.765545
+0.971374 1 0.776196
+0.971557 1 0.791791
+0 0.0768139 0.502281
+0 0.0765087 0.502815
+0 0.0755627 0.504372
+0 0.074052 0.507057
+0 0.0714885 0.510491
+0 0.0674144 0.513909
+0 0.0623178 0.517113
+7.62951e-05 0.059968 0.516991
+0.0541543 0.0598001 0.517052
+0.106554 0.0604257 0.517464
+0.156481 0.0616922 0.518349
+0.203082 0.0637064 0.519905
+0.243809 0.0665751 0.521996
+0.280415 0.0699168 0.524376
+0.31426 0.0734112 0.527016
+0.345159 0.0775158 0.529778
+0.372396 0.0819409 0.532692
+0.399023 0.0869917 0.535866
+0.427146 0.0935378 0.539513
+0.457298 0.101259 0.543908
+0.489052 0.110948 0.549081
+0.521721 0.123018 0.555032
+0.555764 0.137789 0.562158
+0.591379 0.155169 0.571008
+0.631312 0.17145 0.582376
+0.673655 0.190051 0.595254
+0.718746 0.210742 0.609781
+0.766979 0.234119 0.625925
+0.819013 0.259739 0.643244
+0.876066 0.287633 0.661479
+0.932158 0.317739 0.680232
+0.954696 0.348791 0.700053
+0.978729 0.381323 0.721325
+0 0.0771954 0.50251
+0 0.0769513 0.503014
+0 0.0760357 0.504585
+0 0.0744945 0.50721
+0 0.0719921 0.51075
+0 0.0679942 0.514183
+0 0.0627756 0.517693
+0 0.0603037 0.517571
+0.0515145 0.0601663 0.517662
+0.104326 0.0607614 0.518044
+0.154681 0.0619669 0.518837
+0.201678 0.0639963 0.520409
+0.242679 0.066865 0.522393
+0.279576 0.0701305 0.524742
+0.313512 0.0736553 0.527398
+0.344594 0.0777905 0.530098
+0.371954 0.0821851 0.532982
+0.398703 0.0871901 0.536187
+0.426841 0.0937057 0.539757
+0.457084 0.101488 0.544091
+0.488899 0.111147 0.549279
+0.521553 0.123171 0.555169
+0.555673 0.137911 0.562295
+0.591394 0.155261 0.571084
+0.631327 0.171496 0.582406
+0.67364 0.190097 0.595254
+0.718807 0.210834 0.609781
+0.76704 0.23415 0.625925
+0.819059 0.2598 0.643198
+0.876097 0.28777 0.661418
+0.932143 0.3178 0.680171
+0.954681 0.348898 0.699931
+0.978714 0.381399 0.721233
+0 0.0783703 0.502968
+0 0.0780804 0.503563
+0 0.0772717 0.505135
+0 0.0757458 0.507652
+0 0.0735027 0.51136
+0 0.0696727 0.515084
+0 0.0643626 0.518776
+0 0.0613565 0.519646
+0.0434577 0.0611734 0.519432
+0.0978561 0.0616465 0.519631
+0.149493 0.0627756 0.520302
+0.197467 0.0648966 0.521752
+0.239414 0.067689 0.523629
+0.277226 0.0708324 0.525917
+0.311452 0.0743725 0.528435
+0.342962 0.0785077 0.531029
+0.370611 0.0829175 0.533883
+0.39765 0.0879072 0.536934
+0.426108 0.094316 0.540551
+0.456672 0.101976 0.544793
+0.48838 0.111574 0.549813
+0.521263 0.123522 0.555611
+0.555474 0.138201 0.562631
+0.591348 0.155459 0.571389
+0.631266 0.171679 0.582574
+0.673579 0.190326 0.595346
+0.718776 0.211063 0.609735
+0.766949 0.234424 0.625788
+0.819013 0.260029 0.642985
+0.876066 0.287968 0.661189
+0.932174 0.318013 0.679896
+0.954696 0.349065 0.699626
+0.978683 0.381582 0.720882
+0 0.0830549 0.504204
+0 0.0826429 0.504768
+0 0.0814069 0.50634
+0 0.0791485 0.508827
+0 0.0759289 0.511986
+0 0.0723888 0.516228
+0 0.0670634 0.520073
+0 0.063035 0.522637
+0.0285039 0.0629892 0.522454
+0.0863203 0.0632486 0.522362
+0.140246 0.0643168 0.522835
+0.190265 0.0663615 0.523995
+0.233936 0.0690166 0.525628
+0.272801 0.0720989 0.527871
+0.307973 0.0756237 0.530098
+0.340352 0.0796979 0.532692
+0.368399 0.0840772 0.535317
+0.395773 0.0890516 0.538247
+0.424598 0.0953689 0.541787
+0.455558 0.102861 0.545861
+0.487495 0.112367 0.550668
+0.520699 0.124132 0.556405
+0.555138 0.138643 0.563272
+0.591272 0.155795 0.571847
+0.631159 0.172183 0.582864
+0.673487 0.190753 0.595438
+0.718715 0.211536 0.609674
+0.766934 0.234791 0.62562
+0.818998 0.260441 0.642741
+0.876036 0.288411 0.660777
+0.932235 0.318349 0.679469
+0.954681 0.349386 0.699092
+0.978653 0.381857 0.720333
+0 0.0953384 0.507652
+0 0.0949569 0.508186
+0 0.0938277 0.509819
+0 0.0917525 0.512215
+0 0.0885328 0.515541
+0 0.0841535 0.519585
+0 0.0773785 0.523491
+0 0.0695048 0.527153
+0.00988785 0.0680095 0.527306
+0.0692912 0.0657511 0.526131
+0.12636 0.0666209 0.526329
+0.179294 0.0684062 0.527001
+0.225696 0.0709087 0.52845
+0.266224 0.0739147 0.530297
+0.302754 0.0775464 0.532433
+0.335958 0.0815137 0.534859
+0.365301 0.0856947 0.537209
+0.393164 0.0906691 0.540093
+0.422675 0.0967422 0.543359
+0.453803 0.104295 0.54728
+0.486259 0.113527 0.551888
+0.519875 0.125017 0.557488
+0.554635 0.139269 0.564065
+0.590997 0.156237 0.572473
+0.63093 0.172671 0.583169
+0.673365 0.191348 0.595514
+0.718608 0.2121 0.609567
+0.766857 0.23537 0.625315
+0.818875 0.261051 0.642298
+0.87602 0.288869 0.660182
+0.932296 0.318837 0.678889
+0.954681 0.349889 0.69836
+0.978698 0.3823 0.719615
+0 0.111254 0.511543
+0 0.110948 0.512093
+0 0.109987 0.513756
+0 0.108125 0.516258
+0 0.105333 0.519646
+0 0.101213 0.523934
+0 0.0950027 0.527932
+0 0.0863203 0.531762
+0 0.08336 0.53489
+0.0556954 0.0811322 0.533806
+0.112657 0.0792706 0.533043
+0.166537 0.0775921 0.532586
+0.214832 0.0765087 0.532753
+0.257053 0.076585 0.533532
+0.295583 0.0800031 0.53547
+0.33022 0.083772 0.537499
+0.360876 0.0879225 0.539803
+0.389609 0.0928359 0.542275
+0.41973 0.0986496 0.545373
+0.451484 0.105989 0.549035
+0.484504 0.115023 0.553414
+0.518746 0.126162 0.558755
+0.553948 0.140124 0.565072
+0.590677 0.156863 0.573205
+0.630716 0.173358 0.583597
+0.673106 0.192035 0.595605
+0.718379 0.212909 0.609445
+0.766766 0.236164 0.624949
+0.818845 0.261784 0.641733
+0.875959 0.289616 0.659464
+0.932296 0.319493 0.67805
+0.954757 0.350439 0.697505
+0.978744 0.382788 0.718669
+0 0.130343 0.515572
+0 0.130098 0.516136
+0 0.12929 0.517815
+0 0.127749 0.520439
+0 0.125444 0.52398
+0 0.122026 0.528222
+0 0.116487 0.532677
+0 0.108553 0.536782
+0 0.103304 0.541527
+0.0384985 0.100832 0.54255
+0.0979782 0.0987716 0.541573
+0.153552 0.0970321 0.540871
+0.20441 0.0956741 0.540795
+0.248386 0.094667 0.541146
+0.287434 0.0937972 0.541695
+0.322896 0.0929885 0.54229
+0.355062 0.0920577 0.543038
+0.384909 0.0954604 0.545052
+0.416052 0.101106 0.547707
+0.448493 0.108202 0.551095
+0.482475 0.116854 0.555184
+0.517281 0.127657 0.560281
+0.55314 0.141131 0.566461
+0.590219 0.15761 0.574075
+0.630365 0.174151 0.584054
+0.672877 0.19295 0.595712
+0.718181 0.213809 0.609262
+0.766598 0.237095 0.624491
+0.818723 0.262608 0.640955
+0.875883 0.290517 0.658518
+0.93228 0.320287 0.676951
+0.954803 0.351156 0.696391
+0.978683 0.383474 0.717357
+0 0.152224 0.519951
+0 0.152056 0.520516
+0 0.151492 0.522179
+0 0.150301 0.524834
+0 0.148425 0.528405
+0 0.145571 0.532616
+0 0.141024 0.537301
+0 0.134157 0.541619
+0 0.127138 0.546166
+0.0295567 0.123949 0.5514
+0.0803693 0.122042 0.550713
+0.13814 0.120119 0.549874
+0.191546 0.118578 0.549493
+0.237598 0.117449 0.549676
+0.278172 0.116487 0.549966
+0.315007 0.11548 0.550546
+0.348592 0.114504 0.551247
+0.379049 0.11339 0.551904
+0.410941 0.112093 0.552728
+0.444755 0.110811 0.553674
+0.479606 0.119112 0.557382
+0.515373 0.129473 0.56199
+0.55198 0.142412 0.56788
+0.589563 0.158419 0.575113
+0.629862 0.175143 0.584543
+0.672724 0.193896 0.595956
+0.718013 0.214801 0.608942
+0.766415 0.238117 0.623819
+0.818662 0.26363 0.640192
+0.875776 0.291478 0.657389
+0.93225 0.321218 0.675624
+0.954772 0.351995 0.694942
+0.978607 0.384283 0.715877
+0 0.176013 0.524483
+0 0.175891 0.525078
+0 0.175509 0.526726
+0 0.174716 0.529427
+0 0.173327 0.533013
+0 0.171023 0.537301
+0 0.167697 0.542092
+0 0.161975 0.54667
+0 0.153735 0.550912
+0.0275883 0.151324 0.556191
+0.0677043 0.147951 0.560433
+0.119692 0.146151 0.559472
+0.17557 0.144366 0.558755
+0.224918 0.143069 0.558648
+0.267613 0.141939 0.558953
+0.305852 0.140917 0.559457
+0.340551 0.139864 0.559884
+0.372442 0.138628 0.56051
+0.404959 0.137224 0.561257
+0.4392 0.135805 0.562219
+0.47538 0.134157 0.563149
+0.512825 0.132662 0.56434
+0.550515 0.143969 0.56939
+0.588785 0.159304 0.576257
+0.629313 0.176211 0.585138
+0.672404 0.195071 0.596017
+0.717693 0.216083 0.60856
+0.766232 0.239368 0.623072
+0.818555 0.264851 0.639139
+0.875624 0.292622 0.656001
+0.932235 0.322286 0.674067
+0.954726 0.352987 0.693233
+0.978531 0.385168 0.714046
+0 0.200565 0.529107
+0 0.200519 0.529686
+0 0.200366 0.53138
+0 0.199939 0.534081
+0 0.199115 0.53753
+0 0.197482 0.541802
+0 0.195132 0.546868
+0 0.190738 0.551431
+0.00355535 0.1841 0.555993
+0.0260471 0.179843 0.561013
+0.06392 0.176959 0.566552
+0.104997 0.173892 0.569863
+0.157259 0.172015 0.568948
+0.210101 0.17055 0.568429
+0.255634 0.169299 0.568551
+0.29575 0.168261 0.568933
+0.331868 0.167193 0.569451
+0.365576 0.165927 0.570016
+0.398901 0.164477 0.570733
+0.433677 0.162905 0.571481
+0.47042 0.161105 0.57229
+0.508385 0.15935 0.573388
+0.547707 0.157824 0.574746
+0.587854 0.160296 0.577508
+0.628702 0.177386 0.585672
+0.671855 0.196353 0.595926
+0.717327 0.21738 0.60824
+0.76614 0.24062 0.622278
+0.81828 0.266163 0.637858
+0.875502 0.293889 0.654398
+0.932189 0.323522 0.672251
+0.954696 0.354101 0.691264
+0.978439 0.386206 0.711986
+0 0.225071 0.533257
+0 0.225116 0.533806
+0 0.225116 0.535531
+0 0.224948 0.538109
+0 0.224506 0.54168
+0 0.223423 0.545907
+0 0.221958 0.550973
+0 0.218647 0.555825
+0.00788891 0.213535 0.560403
+0.0246281 0.207782 0.56527
+0.0610819 0.20589 0.570932
+0.0988937 0.202869 0.576928
+0.140764 0.200275 0.579507
+0.192554 0.198581 0.57879
+0.24181 0.197345 0.578744
+0.284627 0.19617 0.578958
+0.322789 0.195178 0.5794
+0.358526 0.194034 0.579965
+0.392767 0.192599 0.580484
+0.428565 0.190982 0.58117
+0.465873 0.188998 0.58201
+0.504387 0.187015 0.583001
+0.544182 0.18526 0.584115
+0.585229 0.183719 0.585718
+0.627497 0.18323 0.587732
+0.671138 0.197787 0.59585
+0.716854 0.21886 0.607569
+0.765774 0.242176 0.621134
+0.81796 0.267659 0.636316
+0.875456 0.295277 0.652644
+0.932113 0.324895 0.670146
+0.954635 0.355383 0.689021
+0.978332 0.387381 0.709606
+0 0.250065 0.537057
+0 0.250126 0.537606
+0 0.250263 0.539223
+0 0.250294 0.541817
+0 0.250187 0.545312
+0 0.249577 0.549447
+0 0.248768 0.554589
+0.00251774 0.246311 0.559579
+0.0117952 0.242359 0.564263
+0.0249943 0.236469 0.568902
+0.0568399 0.234104 0.574487
+0.0954452 0.231998 0.580682
+0.13228 0.228885 0.587655
+0.174655 0.226535 0.589364
+0.225696 0.22504 0.588952
+0.271824 0.223941 0.589014
+0.312337 0.222919 0.589212
+0.350179 0.221729 0.5897
+0.386572 0.220401 0.590295
+0.423453 0.218677 0.590967
+0.461524 0.216739 0.591714
+0.500786 0.214572 0.592584
+0.541238 0.212421 0.593744
+0.582712 0.210468 0.595178
+0.624933 0.21033 0.596658
+0.669566 0.210147 0.599298
+0.716197 0.220554 0.606729
+0.76527 0.243885 0.619821
+0.817655 0.269291 0.634485
+0.875166 0.29688 0.650538
+0.932021 0.326406 0.667735
+0.954559 0.356786 0.686473
+0.97821 0.388663 0.706935
+0 0.275349 0.540475
+0 0.275425 0.540993
+0 0.275624 0.542565
+0 0.27599 0.545159
+0 0.27599 0.548424
+0 0.275776 0.552407
+0 0.275486 0.557488
+0.00564584 0.273793 0.562448
+0.0151064 0.27071 0.567391
+0.0271763 0.266041 0.572152
+0.0522621 0.261799 0.577234
+0.0903944 0.260578 0.583505
+0.127657 0.258412 0.590417
+0.163958 0.255039 0.597986
+0.206897 0.253132 0.598947
+0.256291 0.251911 0.598886
+0.30045 0.250721 0.599039
+0.340826 0.249546 0.599481
+0.37995 0.248142 0.600061
+0.418082 0.246479 0.600519
+0.457374 0.244388 0.601312
+0.497642 0.242084 0.602167
+0.538705 0.239567 0.603067
+0.580514 0.237186 0.604364
+0.622477 0.237324 0.605371
+0.666789 0.237568 0.60734
+0.714305 0.237278 0.610651
+0.764691 0.245716 0.618189
+0.817243 0.271077 0.632425
+0.874769 0.298634 0.648096
+0.932097 0.327977 0.665171
+0.954467 0.358297 0.683558
+0.978088 0.38999 0.703853
+0 0.300862 0.543526
+0 0.300969 0.543999
+0 0.301213 0.545495
+0 0.301564 0.548012
+0 0.301823 0.551202
+0 0.3019 0.555016
+0 0.301991 0.559899
+0.00825513 0.300847 0.564721
+0.01738 0.298604 0.569375
+0.0285801 0.294957 0.574304
+0.0472419 0.28957 0.578912
+0.0839399 0.288533 0.584985
+0.12134 0.287205 0.591836
+0.158114 0.284825 0.59942
+0.193576 0.281376 0.608179
+0.237369 0.279774 0.608347
+0.285634 0.278691 0.608392
+0.329458 0.27747 0.608621
+0.371954 0.276005 0.60911
+0.412116 0.274205 0.609781
+0.452918 0.272053 0.610544
+0.49424 0.269551 0.611215
+0.536446 0.266606 0.612238
+0.579004 0.263752 0.613275
+0.621088 0.263844 0.613565
+0.664607 0.264652 0.615
+0.711589 0.264775 0.617731
+0.762417 0.264347 0.621897
+0.81677 0.273045 0.630091
+0.874235 0.300511 0.645228
+0.931945 0.329732 0.662089
+0.954528 0.359869 0.680461
+0.978119 0.39144 0.700633
+0 0.326406 0.546487
+0 0.326604 0.547036
+0 0.326894 0.548348
+0 0.327245 0.55053
+0 0.327596 0.553429
+0 0.327916 0.557137
+0.00180056 0.328328 0.561791
+0.0101778 0.327688 0.566369
+0.0192874 0.325948 0.570962
+0.0295262 0.323125 0.575692
+0.0467994 0.318807 0.580285
+0.0766155 0.31574 0.585748
+0.114107 0.315206 0.592493
+0.150912 0.31368 0.599893
+0.186313 0.311299 0.608347
+0.221347 0.307912 0.617441
+0.266926 0.306676 0.617426
+0.315602 0.305348 0.617594
+0.3617 0.303822 0.618067
+0.404761 0.301961 0.618433
+0.447471 0.299702 0.619181
+0.490791 0.296757 0.619883
+0.534142 0.293584 0.620584
+0.577691 0.290288 0.621653
+0.620081 0.290105 0.621286
+0.663279 0.291356 0.621668
+0.709133 0.291966 0.623804
+0.75903 0.291981 0.62739
+0.814206 0.291234 0.632273
+0.873716 0.302586 0.64213
+0.931762 0.33167 0.65861
+0.954406 0.361624 0.676722
+0.978012 0.392996 0.696849
+0 0.351797 0.549767
+0 0.351888 0.55021
+0 0.352148 0.5514
+0 0.35259 0.553445
+0 0.352941 0.556146
+0 0.353399 0.559625
+0.00489815 0.353994 0.563973
+0.0127718 0.353597 0.568261
+0.0212558 0.352407 0.572625
+0.0310216 0.350256 0.577127
+0.0469062 0.346807 0.581613
+0.0691539 0.342199 0.586175
+0.10634 0.342092 0.592721
+0.142885 0.341482 0.599985
+0.178515 0.339986 0.608133
+0.213306 0.337652 0.617502
+0.248692 0.334417 0.626535
+0.298466 0.333089 0.626535
+0.349065 0.331456 0.626795
+0.396368 0.329442 0.627176
+0.441459 0.327077 0.627573
+0.48687 0.323949 0.628077
+0.531945 0.320363 0.628809
+0.576532 0.316564 0.629526
+0.619593 0.31603 0.628443
+0.662303 0.317632 0.627787
+0.7075 0.318624 0.629206
+0.75642 0.318898 0.632258
+0.81062 0.318502 0.636622
+0.871565 0.317464 0.642252
+0.931548 0.333761 0.654688
+0.954253 0.363531 0.672663
+0.977874 0.394736 0.692653
+0 0.376761 0.553643
+0 0.376837 0.553979
+0 0.377066 0.555093
+0 0.377401 0.556848
+0 0.37792 0.559396
+0.00215152 0.378607 0.562753
+0.00869764 0.379019 0.566583
+0.0159762 0.378805 0.570489
+0.0238804 0.377997 0.574563
+0.0330816 0.376287 0.578805
+0.0476387 0.373602 0.583093
+0.0679332 0.369848 0.587381
+0.0986038 0.367681 0.592996
+0.134813 0.367727 0.600031
+0.170413 0.367041 0.607828
+0.205158 0.365606 0.61677
+0.237858 0.363256 0.627085
+0.278965 0.360037 0.636088
+0.333608 0.358572 0.635981
+0.386114 0.356481 0.636225
+0.434791 0.353933 0.6365
+0.482689 0.350668 0.636759
+0.529763 0.346868 0.63714
+0.576104 0.342321 0.637461
+0.619989 0.341238 0.635798
+0.662623 0.34313 0.633997
+0.707134 0.344381 0.634501
+0.755077 0.345098 0.636805
+0.807919 0.345052 0.640726
+0.868284 0.34432 0.646143
+0.931075 0.342519 0.652522
+0.95407 0.365576 0.668116
+0.977737 0.396582 0.687999
+0 0.402853 0.558267
+0 0.40296 0.558618
+0 0.403143 0.559609
+0 0.403525 0.561196
+0.00250248 0.404166 0.563653
+0.00773632 0.404822 0.566842
+0.0135348 0.405005 0.570092
+0.0202792 0.404852 0.573495
+0.027512 0.40412 0.577142
+0.0360571 0.402899 0.580896
+0.049546 0.400748 0.584863
+0.0681773 0.397696 0.589044
+0.0912795 0.393713 0.593362
+0.126558 0.394095 0.600244
+0.161929 0.394095 0.607782
+0.196246 0.393561 0.616251
+0.229374 0.392203 0.625986
+0.263355 0.3897 0.637675
+0.312856 0.386343 0.646448
+0.372946 0.384283 0.646403
+0.426032 0.381582 0.646296
+0.477791 0.377997 0.646296
+0.527657 0.37377 0.646174
+0.576104 0.36878 0.646326
+0.621271 0.366812 0.643839
+0.663935 0.369116 0.640543
+0.707973 0.370657 0.639918
+0.755077 0.371572 0.641413
+0.806531 0.371832 0.644846
+0.865583 0.371481 0.64976
+0.929564 0.370275 0.655909
+0.95404 0.367742 0.662928
+0.977615 0.398657 0.682567
+0.00239567 0.431678 0.564569
+0.00297551 0.431769 0.564858
+0.00469978 0.432044 0.565728
+0.00729381 0.432471 0.567269
+0.0105592 0.432883 0.569284
+0.014847 0.433188 0.571633
+0.0200351 0.433219 0.574243
+0.0257267 0.433066 0.577218
+0.0321965 0.432502 0.580438
+0.0407416 0.431495 0.583841
+0.0533913 0.429679 0.587366
+0.0702068 0.427298 0.591134
+0.0910811 0.424247 0.595056
+0.117754 0.422324 0.600366
+0.152392 0.422904 0.607523
+0.186084 0.423056 0.615518
+0.219318 0.422736 0.624613
+0.251942 0.4215 0.635676
+0.290013 0.418509 0.650126
+0.353201 0.416144 0.652415
+0.413306 0.413245 0.653422
+0.469917 0.409125 0.65481
+0.524315 0.403525 0.656291
+0.576013 0.397421 0.656321
+0.623728 0.394125 0.653422
+0.666392 0.39675 0.647822
+0.710201 0.398627 0.645838
+0.756405 0.39971 0.646632
+0.80679 0.40029 0.649302
+0.863935 0.400244 0.653635
+0.925032 0.399695 0.658839
+0.952056 0.397131 0.665278
+0.9776 0.401083 0.675914
+0.0143282 0.463737 0.572473
+0.0147402 0.463783 0.572702
+0.0159915 0.46389 0.573358
+0.0180514 0.463981 0.574395
+0.0208133 0.464118 0.575845
+0.0242466 0.464179 0.577676
+0.0285191 0.464118 0.579751
+0.0332341 0.463859 0.582162
+0.0392157 0.46331 0.584848
+0.047837 0.462425 0.587701
+0.059556 0.461067 0.590799
+0.0752117 0.459144 0.594018
+0.0933852 0.456779 0.597421
+0.113024 0.453758 0.601526
+0.142641 0.453498 0.60763
+0.17554 0.454383 0.615076
+0.208118 0.454734 0.623438
+0.240787 0.454658 0.633463
+0.274968 0.453452 0.646601
+0.327977 0.451179 0.653956
+0.396368 0.449058 0.655085
+0.457465 0.445899 0.656123
+0.515999 0.441306 0.657649
+0.57113 0.435172 0.659312
+0.624582 0.426993 0.661128
+0.670527 0.426307 0.656245
+0.714214 0.428458 0.652461
+0.759487 0.429786 0.651911
+0.808087 0.430838 0.653498
+0.862547 0.431434 0.656641
+0.919661 0.431617 0.661036
+0.950072 0.429389 0.667094
+0.974762 0.426459 0.675288
+0.0285649 0.497688 0.581201
+0.0288701 0.497673 0.581353
+0.0297704 0.497658 0.581811
+0.0311284 0.497688 0.582635
+0.0332952 0.497658 0.583612
+0.0361181 0.497581 0.58497
+0.0395666 0.497337 0.586587
+0.04448 0.496971 0.588342
+0.0506752 0.496498 0.590433
+0.0593271 0.495613 0.592676
+0.0704509 0.494499 0.595193
+0.0841382 0.493004 0.597894
+0.0994278 0.491096 0.600931
+0.11603 0.488914 0.604196
+0.134401 0.486122 0.608011
+0.165118 0.487129 0.614649
+0.196353 0.488212 0.622354
+0.228641 0.488945 0.631525
+0.262211 0.489204 0.643214
+0.300679 0.488014 0.655634
+0.373205 0.486564 0.656428
+0.441596 0.484215 0.657481
+0.505608 0.480674 0.658701
+0.564782 0.475715 0.660273
+0.620859 0.469108 0.662181
+0.674708 0.460349 0.664027
+0.71957 0.460807 0.659129
+0.763638 0.462684 0.656474
+0.810208 0.464149 0.656703
+0.861433 0.465492 0.658549
+0.914656 0.466255 0.662135
+0.948226 0.464378 0.668055
+0.970642 0.462394 0.676081
+0.0463111 0.53344 0.591119
+0.0466163 0.533379 0.591226
+0.0475471 0.533288 0.591516
+0.0488746 0.533227 0.592065
+0.0510414 0.533074 0.592782
+0.0541848 0.532815 0.593683
+0.0583047 0.532479 0.594736
+0.0632944 0.532067 0.596033
+0.0699779 0.531518 0.597528
+0.077821 0.530846 0.5991
+0.0874342 0.529915 0.6009
+0.0983444 0.528695 0.602991
+0.110521 0.527352 0.605341
+0.123873 0.525643 0.608103
+0.13875 0.523674 0.611185
+0.156054 0.521462 0.614801
+0.185122 0.523033 0.62153
+0.21593 0.524666 0.629526
+0.248325 0.525933 0.639719
+0.282719 0.526467 0.653056
+0.339742 0.525444 0.657771
+0.419272 0.523964 0.658747
+0.490959 0.521279 0.659602
+0.556573 0.517678 0.660471
+0.617044 0.512444 0.661631
+0.672526 0.505592 0.662821
+0.725368 0.496483 0.663981
+0.768231 0.498344 0.65948
+0.812207 0.500435 0.658076
+0.860044 0.502571 0.659007
+0.910109 0.503685 0.662318
+0.946303 0.502205 0.667597
+0.966567 0.50103 0.6757
+0.0772259 0.570642 0.601999
+0.0775616 0.570611 0.60209
+0.0785534 0.57052 0.602274
+0.0802625 0.570397 0.602548
+0.0825971 0.570184 0.602945
+0.0854353 0.56994 0.603555
+0.089189 0.569604 0.604196
+0.0937514 0.569146 0.60502
+0.0988479 0.568643 0.606012
+0.104753 0.568078 0.607187
+0.111711 0.5673 0.608515
+0.119677 0.566415 0.609934
+0.128527 0.565377 0.611658
+0.138415 0.564157 0.613626
+0.149538 0.562676 0.615808
+0.161944 0.560983 0.61825
+0.176608 0.559503 0.621424
+0.20473 0.561425 0.628397
+0.234897 0.563622 0.637018
+0.266941 0.565576 0.648142
+0.30663 0.566339 0.658824
+0.386801 0.565225 0.659953
+0.469749 0.563409 0.660349
+0.545434 0.560571 0.659022
+0.611139 0.557046 0.658473
+0.669276 0.552346 0.658991
+0.722103 0.545724 0.659831
+0.772763 0.537102 0.660502
+0.813809 0.539895 0.658183
+0.858518 0.54258 0.658869
+0.906035 0.543938 0.662135
+0.944869 0.542702 0.666835
+0.962493 0.542367 0.674739
+0.122286 0.609049 0.614694
+0.122499 0.608988 0.614694
+0.123095 0.608942 0.614801
+0.124132 0.608881 0.614984
+0.125582 0.608667 0.615198
+0.127443 0.608438 0.615534
+0.129641 0.608209 0.615915
+0.132387 0.607797 0.616388
+0.135714 0.607446 0.616938
+0.139483 0.606958 0.617594
+0.14403 0.606394 0.618341
+0.149004 0.605829 0.619242
+0.15491 0.604974 0.620203
+0.161318 0.604166 0.621363
+0.168551 0.603174 0.622736
+0.176593 0.602014 0.624308
+0.185672 0.600732 0.626017
+0.19765 0.599466 0.628412
+0.22443 0.602167 0.635584
+0.252781 0.605127 0.644388
+0.283742 0.60795 0.655985
+0.339956 0.608057 0.660533
+0.437568 0.606485 0.660655
+0.529015 0.603403 0.657526
+0.603876 0.601556 0.654765
+0.664836 0.599588 0.655467
+0.717144 0.596033 0.656992
+0.766323 0.589837 0.657938
+0.815778 0.582315 0.658351
+0.858213 0.585168 0.659953
+0.904387 0.586343 0.663371
+0.944717 0.585184 0.667781
+0.958999 0.587381 0.677577
+0.174319 0.649409 0.629725
+0.174395 0.649302 0.629725
+0.174685 0.649241 0.629786
+0.175204 0.64918 0.629816
+0.175875 0.649073 0.629923
+0.176822 0.64889 0.630014
+0.17792 0.648646 0.630121
+0.179339 0.648508 0.630304
+0.180957 0.648142 0.630457
+0.182696 0.647898 0.630747
+0.184955 0.647532 0.631006
+0.187564 0.647105 0.631251
+0.190311 0.646616 0.631662
+0.193744 0.646113 0.632059
+0.197635 0.645396 0.632563
+0.201938 0.644724 0.633143
+0.207004 0.643931 0.633829
+0.212863 0.643061 0.634745
+0.221103 0.642054 0.63621
+0.244358 0.645609 0.642603
+0.270039 0.649378 0.650752
+0.305226 0.652659 0.659342
+0.389944 0.65127 0.660243
+0.502449 0.647028 0.656901
+0.594766 0.644572 0.654093
+0.658717 0.645838 0.655879
+0.712352 0.645594 0.660349
+0.761242 0.6421 0.662531
+0.810849 0.635523 0.66305
+0.865934 0.631922 0.667414
+0.917205 0.635493 0.675334
+0.954818 0.637278 0.683268
+0.958129 0.64329 0.697459
+0.221424 0.690761 0.647196
+0.221561 0.690761 0.647181
+0.221744 0.690669 0.647135
+0.222156 0.690608 0.647105
+0.222705 0.690501 0.647044
+0.223377 0.690471 0.646937
+0.224033 0.690364 0.646891
+0.225071 0.690227 0.646754
+0.226291 0.690059 0.646571
+0.22768 0.68986 0.646418
+0.229145 0.689586 0.646174
+0.230838 0.689342 0.64593
+0.232471 0.689021 0.64564
+0.234379 0.688685 0.64535
+0.236698 0.688334 0.644984
+0.2392 0.687953 0.644648
+0.241611 0.687449 0.644312
+0.244648 0.686931 0.643915
+0.248295 0.686259 0.64332
+0.253285 0.685679 0.642878
+0.274784 0.689693 0.647532
+0.297795 0.694392 0.652644
+0.344915 0.697032 0.656962
+0.460304 0.692164 0.65568
+0.576791 0.687434 0.655116
+0.654292 0.689235 0.661982
+0.711131 0.69778 0.673915
+0.765438 0.701946 0.682399
+0.820478 0.701762 0.688167
+0.881056 0.698497 0.6925
+0.939223 0.691814 0.694499
+0.960449 0.695079 0.705165
+0.9608 0.701732 0.721019
+0.271489 0.731853 0.665187
+0.27158 0.731853 0.665171
+0.271778 0.731838 0.66511
+0.272129 0.731792 0.664973
+0.272511 0.731731 0.664805
+0.273106 0.731777 0.664607
+0.273762 0.731685 0.664317
+0.27451 0.731594 0.663996
+0.275502 0.731411 0.663584
+0.27657 0.731304 0.663127
+0.277852 0.731167 0.662577
+0.279347 0.730938 0.661936
+0.280781 0.730816 0.661265
+0.282429 0.730632 0.660502
+0.284123 0.730297 0.659586
+0.286229 0.730083 0.658564
+0.288426 0.729793 0.65742
+0.290745 0.729534 0.656001
+0.293812 0.729168 0.654154
+0.297246 0.728725 0.651759
+0.302068 0.728237 0.648753
+0.326268 0.732326 0.650614
+0.351873 0.737148 0.651423
+0.405783 0.73904 0.652461
+0.547051 0.731136 0.654169
+0.640406 0.733242 0.664332
+0.713756 0.751064 0.671519
+0.763088 0.749828 0.691035
+0.827649 0.760586 0.705852
+0.900267 0.767193 0.718318
+0.953277 0.759152 0.717876
+0.964569 0.756191 0.725582
+0.96495 0.761883 0.743328
+0.343343 0.770657 0.684276
+0.343511 0.770626 0.684215
+0.343694 0.770642 0.684108
+0.343847 0.770596 0.683909
+0.344335 0.770642 0.683696
+0.344564 0.770565 0.68336
+0.345129 0.77052 0.682994
+0.345785 0.770459 0.682506
+0.346456 0.770397 0.681956
+0.347478 0.770321 0.6813
+0.348653 0.770214 0.680507
+0.349569 0.770092 0.679652
+0.350988 0.770016 0.678614
+0.352163 0.769863 0.677516
+0.353536 0.769802 0.676265
+0.35523 0.769635 0.674815
+0.357 0.769497 0.673213
+0.358755 0.76936 0.67126
+0.361059 0.769131 0.668879
+0.363806 0.768841 0.665736
+0.367437 0.768521 0.661509
+0.371344 0.768261 0.655848
+0.396262 0.77229 0.655009
+0.423026 0.777142 0.651362
+0.49691 0.777111 0.650248
+0.617456 0.777951 0.663752
+0.684764 0.808667 0.664469
+0.772747 0.817929 0.67921
+0.809842 0.798169 0.6981
+0.881514 0.806775 0.711864
+0.94757 0.810758 0.720455
+0.968551 0.816114 0.735821
+0.969589 0.828031 0.762112
+0.419089 0.811124 0.708232
+0.41915 0.811124 0.708186
+0.419379 0.811109 0.708064
+0.419425 0.811063 0.707805
+0.41976 0.811048 0.7075
+0.420172 0.810971 0.707118
+0.420615 0.810956 0.70663
+0.421164 0.810925 0.70602
+0.421775 0.810834 0.705333
+0.422629 0.810773 0.704585
+0.423468 0.810742 0.70367
+0.424262 0.810636 0.702693
+0.42533 0.810559 0.701534
+0.426535 0.810407 0.700252
+0.427634 0.810239 0.698802
+0.429053 0.810132 0.697169
+0.43064 0.81001 0.695399
+0.432212 0.809873 0.693324
+0.434119 0.809674 0.690593
+0.436606 0.809461 0.687144
+0.439414 0.809155 0.682628
+0.442741 0.80882 0.676555
+0.446967 0.808484 0.668101
+0.472297 0.813184 0.664851
+0.499947 0.81886 0.656962
+0.580133 0.823621 0.65919
+0.664454 0.847089 0.669627
+0.743099 0.883818 0.672267
+0.836042 0.890379 0.683192
+0.863294 0.852399 0.704372
+0.936965 0.857801 0.715862
+0.971557 0.86009 0.729076
+0.972442 0.872724 0.757534
+0.476555 0.86157 0.74081
+0.476555 0.861524 0.740673
+0.476677 0.861509 0.740551
+0.476905 0.86154 0.740353
+0.477195 0.861479 0.739986
+0.477653 0.861433 0.739559
+0.478111 0.861402 0.73901
+0.478706 0.861311 0.738399
+0.47921 0.86128 0.737652
+0.479912 0.861173 0.736797
+0.480827 0.861128 0.735821
+0.481682 0.860914 0.734661
+0.48278 0.860838 0.733425
+0.483909 0.86067 0.731975
+0.485222 0.860533 0.730449
+0.48661 0.86038 0.728679
+0.487968 0.860273 0.726818
+0.489647 0.86009 0.724575
+0.491707 0.8598 0.721706
+0.494072 0.85951 0.718044
+0.496834 0.85922 0.713405
+0.500313 0.858824 0.70724
+0.504616 0.858335 0.699107
+0.509987 0.85771 0.687633
+0.534157 0.864012 0.681407
+0.561852 0.871656 0.668956
+0.634897 0.886076 0.67187
+0.685939 0.946761 0.649195
+0.798764 0.959228 0.669734
+0.90399 0.961578 0.679789
+0.937346 0.927993 0.706294
+0.967147 0.911788 0.72343
+0.975479 0.922621 0.754223
+0.514931 0.91928 0.775372
+0.514992 0.919234 0.775311
+0.515099 0.919264 0.775143
+0.515328 0.919188 0.774884
+0.515618 0.919173 0.774517
+0.516014 0.919142 0.774075
+0.516472 0.919051 0.77348
+0.517037 0.91899 0.772793
+0.517662 0.918914 0.772
+0.518395 0.918898 0.771084
+0.519203 0.918776 0.770031
+0.519951 0.918715 0.768902
+0.520928 0.918593 0.767605
+0.522026 0.918502 0.766094
+0.523217 0.918395 0.764492
+0.524529 0.918257 0.762707
+0.525902 0.918074 0.760693
+0.527413 0.917952 0.758389
+0.529213 0.917769 0.75552
+0.531502 0.917525 0.751904
+0.534264 0.917205 0.747295
+0.537423 0.916884 0.741421
+0.541421 0.916442 0.733516
+0.546029 0.916014 0.72285
+0.551843 0.915404 0.707774
+0.573938 0.921157 0.695842
+0.60647 0.931579 0.678553
+0.64448 0.969162 0.648508
+0.746136 0.986938 0.672236
+0.856199 0.992203 0.689723
+0.950973 0.992935 0.701503
+0.972351 0.974548 0.722026
+0.976547 0.96257 0.745388
+0.537148 0.96556 0.804532
+0.537163 0.96556 0.80444
+0.53727 0.96556 0.804257
+0.537484 0.965545 0.804013
+0.537728 0.96553 0.803632
+0.538064 0.965515 0.803143
+0.538506 0.965499 0.802533
+0.538979 0.965469 0.801801
+0.539544 0.965438 0.800931
+0.540215 0.965408 0.799985
+0.540963 0.965362 0.798886
+0.541756 0.965331 0.79765
+0.542641 0.965286 0.796246
+0.543435 0.965286 0.794751
+0.544503 0.965225 0.793072
+0.545647 0.965164 0.791226
+0.546883 0.965103 0.789151
+0.548257 0.965026 0.786755
+0.54995 0.964935 0.783841
+0.551873 0.964858 0.780194
+0.554223 0.964752 0.775647
+0.557122 0.964599 0.769818
+0.560449 0.964477 0.762249
+0.56466 0.964263 0.75227
+0.569604 0.96405 0.738643
+0.575601 0.963806 0.719203
+0.602548 0.967102 0.704295
+0.639551 0.987198 0.686748
+0.691127 1 0.68333
+0.810803 1 0.710872
+0.924788 1 0.728069
+0.970855 1 0.737087
+0.971954 1 0.749187
+0.558984 0.995224 0.83595
+0.558999 0.995209 0.835889
+0.559075 0.995209 0.835706
+0.559213 0.995209 0.835462
+0.559411 0.995209 0.83505
+0.55967 0.995209 0.834531
+0.559991 0.995193 0.833906
+0.560433 0.995163 0.833158
+0.560937 0.995132 0.832288
+0.561517 0.995102 0.83125
+0.562188 0.995056 0.830121
+0.562875 0.99501 0.828824
+0.563699 0.994965 0.827405
+0.564569 0.994919 0.825818
+0.565515 0.994873 0.824079
+0.566537 0.994797 0.822202
+0.567452 0.994781 0.820157
+0.568658 0.99472 0.817761
+0.570138 0.994629 0.814801
+0.571893 0.994522 0.811154
+0.574044 0.9944 0.806653
+0.576425 0.994278 0.801022
+0.579507 0.994095 0.793774
+0.583261 0.993866 0.784405
+0.587579 0.993652 0.772015
+0.592798 0.993393 0.755077
+0.599344 0.993011 0.730602
+0.636164 1 0.720546
+0.680537 1 0.72723
+0.76704 1 0.73753
+0.887144 1 0.762249
+0.971328 1 0.772595
+0.971496 1 0.786389
+0 0.0848402 0.54847
+0 0.084596 0.54902
+0 0.0836957 0.550576
+0 0.0821088 0.553094
+0 0.0796979 0.556527
+0 0.0758679 0.559853
+0 0.0703593 0.563302
+0 0.0641947 0.564004
+0.0371862 0.0640421 0.563699
+0.0926986 0.0644694 0.563592
+0.145144 0.0658274 0.564157
+0.193942 0.0679179 0.565209
+0.236622 0.070634 0.566888
+0.274693 0.0737774 0.568948
+0.309377 0.0775006 0.571084
+0.341314 0.081529 0.573632
+0.369009 0.0859541 0.576104
+0.396216 0.0910201 0.578943
+0.424903 0.0972763 0.582345
+0.45565 0.104891 0.586282
+0.487617 0.114244 0.590936
+0.520989 0.125658 0.596567
+0.555413 0.140002 0.603082
+0.591501 0.157153 0.611231
+0.629099 0.177371 0.620935
+0.671885 0.195438 0.633371
+0.716762 0.215946 0.647181
+0.765332 0.238819 0.662531
+0.817411 0.264042 0.679179
+0.874434 0.2916 0.696345
+0.931807 0.321279 0.714366
+0.954055 0.35198 0.733318
+0.977752 0.384222 0.753445
+0 0.0852674 0.548608
+0 0.085008 0.549142
+0 0.084123 0.550698
+0 0.0826429 0.553246
+0 0.0801556 0.55668
+0 0.0764324 0.560143
+0 0.0709697 0.563592
+0 0.0647288 0.564645
+0.0343328 0.0643626 0.564218
+0.0904097 0.0648203 0.564141
+0.143328 0.0661021 0.56466
+0.192569 0.0681621 0.565621
+0.235431 0.0709087 0.56733
+0.273747 0.074052 0.569284
+0.308583 0.0777752 0.571466
+0.340627 0.0818647 0.573922
+0.368521 0.086183 0.576379
+0.395789 0.0912947 0.579217
+0.424582 0.0974441 0.582589
+0.455421 0.105058 0.586496
+0.487449 0.114397 0.591134
+0.520867 0.125811 0.596719
+0.555367 0.140032 0.603204
+0.591363 0.157305 0.611322
+0.629099 0.177417 0.621042
+0.67187 0.195514 0.633448
+0.716777 0.216037 0.647196
+0.76527 0.238895 0.662531
+0.81738 0.264134 0.679179
+0.874434 0.291676 0.696239
+0.931807 0.321324 0.71429
+0.954055 0.352041 0.733242
+0.977752 0.384283 0.753368
+0 0.0863508 0.548943
+0 0.0860914 0.549477
+0 0.0853742 0.550958
+0 0.0839094 0.553536
+0 0.081529 0.556909
+0 0.0779126 0.560876
+0 0.0727855 0.564401
+0 0.0662089 0.566384
+0.025391 0.0654154 0.565957
+0.0833906 0.065919 0.56585
+0.137575 0.0670634 0.566094
+0.187869 0.0691234 0.566995
+0.231861 0.0717327 0.568566
+0.270832 0.0749218 0.570413
+0.306249 0.078645 0.572488
+0.338842 0.0825818 0.574884
+0.367361 0.0868391 0.577279
+0.394553 0.0920272 0.580087
+0.423819 0.098085 0.583291
+0.454536 0.105745 0.587152
+0.486778 0.114961 0.591684
+0.520409 0.126284 0.597192
+0.555032 0.140444 0.603647
+0.591226 0.157549 0.611704
+0.628946 0.177615 0.621256
+0.671794 0.195727 0.633585
+0.716747 0.216266 0.647272
+0.76524 0.239124 0.662486
+0.817334 0.264347 0.679057
+0.874388 0.291936 0.696117
+0.931792 0.321553 0.714061
+0.954055 0.352255 0.732998
+0.977722 0.384466 0.753079
+0 0.0889754 0.549111
+0 0.0886397 0.549676
+0 0.0875563 0.551324
+0 0.0859693 0.554009
+0 0.083772 0.557305
+0 0.0806592 0.561685
+0 0.0756847 0.565545
+0 0.0686961 0.569024
+0.0101625 0.0675059 0.568994
+0.0712749 0.0677043 0.568505
+0.127443 0.0687572 0.568521
+0.179843 0.0705882 0.5691
+0.225864 0.073106 0.570474
+0.266102 0.0763409 0.572168
+0.302678 0.0798962 0.574228
+0.335561 0.0839399 0.57641
+0.364858 0.0881819 0.578805
+0.392462 0.0932784 0.581353
+0.422065 0.0992294 0.584497
+0.453208 0.106752 0.58822
+0.485725 0.115923 0.592645
+0.5196 0.127123 0.598001
+0.554665 0.14107 0.604471
+0.590921 0.157916 0.612222
+0.628855 0.17792 0.621637
+0.671672 0.196155 0.633799
+0.716731 0.216617 0.647395
+0.765209 0.239521 0.662409
+0.817365 0.264683 0.678843
+0.874342 0.292348 0.695811
+0.931792 0.321904 0.713695
+0.954025 0.352605 0.73257
+0.977691 0.384802 0.75259
+0 0.101289 0.552041
+0 0.100999 0.552605
+0 0.100145 0.554208
+0 0.0982681 0.556756
+0 0.0952621 0.560067
+0 0.0910048 0.564034
+0 0.0848096 0.568048
+0 0.0760967 0.571466
+0 0.0711223 0.573098
+0.0525521 0.0703288 0.572152
+0.112306 0.0711833 0.571832
+0.167971 0.0726329 0.572168
+0.216861 0.0751965 0.57319
+0.258976 0.0784009 0.574655
+0.296666 0.0819409 0.576577
+0.330861 0.0858015 0.5785
+0.36112 0.0901503 0.580774
+0.389761 0.0949111 0.583261
+0.419532 0.100923 0.586145
+0.451148 0.108293 0.589685
+0.484184 0.11722 0.593957
+0.518471 0.128267 0.5991
+0.553918 0.141924 0.605386
+0.590463 0.158602 0.612985
+0.628733 0.178378 0.622263
+0.671489 0.196551 0.634089
+0.716716 0.217121 0.647578
+0.765225 0.239994 0.662409
+0.817288 0.265232 0.678569
+0.874281 0.292897 0.695415
+0.931762 0.322377 0.713191
+0.954009 0.353033 0.73196
+0.977646 0.385168 0.751919
+0 0.117113 0.555291
+0 0.116854 0.555856
+0 0.116121 0.557534
+0 0.114565 0.560143
+0 0.111925 0.563622
+0 0.10808 0.567742
+0 0.102403 0.572076
+0 0.0940719 0.575814
+0 0.0863661 0.57969
+0.036347 0.0844434 0.579034
+0.0969406 0.0823072 0.57789
+0.153277 0.0805371 0.577066
+0.204608 0.0793164 0.576867
+0.249165 0.0810712 0.577859
+0.288808 0.0844892 0.5794
+0.324575 0.0882582 0.581277
+0.356298 0.0925307 0.583215
+0.385626 0.0972152 0.585565
+0.416449 0.103014 0.588327
+0.448615 0.110216 0.591623
+0.482338 0.118959 0.595666
+0.516976 0.129763 0.600519
+0.552819 0.14313 0.606561
+0.589822 0.159472 0.613931
+0.62855 0.178866 0.62295
+0.67129 0.197192 0.63447
+0.716503 0.217777 0.647654
+0.765133 0.24065 0.662318
+0.817243 0.265904 0.678172
+0.874235 0.293492 0.69482
+0.931731 0.323018 0.712474
+0.953994 0.353613 0.731121
+0.977584 0.385748 0.751049
+0 0.135943 0.558633
+0 0.135805 0.559274
+0 0.135286 0.561074
+0 0.13402 0.563836
+0 0.131762 0.567315
+0 0.128466 0.571374
+0 0.123735 0.576196
+0 0.116213 0.580285
+0 0.107088 0.584207
+0.0232853 0.104402 0.586938
+0.0813916 0.102296 0.585748
+0.139651 0.100313 0.584772
+0.192981 0.0988785 0.584482
+0.2392 0.0977035 0.584558
+0.279881 0.0967117 0.585
+0.316564 0.0958877 0.585534
+0.350057 0.095491 0.586282
+0.380484 0.10013 0.588251
+0.412039 0.105791 0.590799
+0.445151 0.112596 0.593912
+0.479606 0.121157 0.597681
+0.514992 0.131609 0.602182
+0.551598 0.144579 0.60795
+0.589044 0.160479 0.615061
+0.628214 0.179492 0.623819
+0.671031 0.197955 0.634913
+0.71635 0.218555 0.647745
+0.76492 0.24152 0.662181
+0.81709 0.266728 0.677714
+0.874144 0.29427 0.694163
+0.931716 0.323766 0.71162
+0.953948 0.354314 0.730129
+0.977523 0.386343 0.749935
+0 0.157259 0.562387
+0 0.157229 0.563043
+0 0.156924 0.564935
+0 0.156069 0.567742
+0 0.154391 0.571237
+0 0.151797 0.575387
+0 0.147921 0.580392
+0 0.141466 0.584665
+0 0.132357 0.588678
+0.0199435 0.128191 0.59324
+0.0632029 0.125582 0.594369
+0.123079 0.123568 0.593271
+0.178943 0.121828 0.59263
+0.227634 0.120577 0.592554
+0.269947 0.1196 0.592905
+0.308034 0.118563 0.593332
+0.342519 0.117617 0.593942
+0.374044 0.116487 0.594446
+0.406485 0.115175 0.595148
+0.440848 0.115602 0.596384
+0.476219 0.123751 0.599878
+0.512551 0.133822 0.604273
+0.54992 0.146304 0.609552
+0.587976 0.161669 0.616373
+0.62768 0.180346 0.624735
+0.670573 0.198856 0.635386
+0.716014 0.219547 0.647822
+0.764767 0.242466 0.66186
+0.816968 0.267689 0.677134
+0.874052 0.295186 0.693431
+0.931655 0.324666 0.710582
+0.953902 0.355138 0.728908
+0.977447 0.387137 0.748592
+0 0.180529 0.566369
+0 0.180468 0.566995
+0 0.180423 0.568887
+0 0.179965 0.571756
+0 0.17879 0.575387
+0 0.176867 0.579583
+0 0.173983 0.584726
+0 0.168688 0.589334
+0 0.160952 0.593515
+0.0191653 0.155032 0.597894
+0.0577249 0.151598 0.602716
+0.103883 0.149676 0.602487
+0.162051 0.147799 0.60145
+0.214237 0.146349 0.601083
+0.258579 0.145235 0.601328
+0.298116 0.144183 0.601724
+0.333867 0.143145 0.602243
+0.366949 0.141924 0.602853
+0.399969 0.140673 0.603571
+0.434806 0.139101 0.604212
+0.471397 0.137469 0.605173
+0.509544 0.136492 0.606409
+0.547799 0.148409 0.611551
+0.586816 0.163088 0.617914
+0.627039 0.181186 0.625849
+0.670069 0.199847 0.635874
+0.71574 0.220584 0.647852
+0.764508 0.243503 0.661509
+0.816678 0.268833 0.676417
+0.87396 0.296239 0.69247
+0.931579 0.325704 0.709331
+0.953872 0.356115 0.72752
+0.97734 0.388022 0.747005
+0 0.204379 0.57026
+0 0.204364 0.57084
+0 0.204501 0.572747
+0 0.204395 0.575647
+0 0.203769 0.579339
+0 0.202487 0.583734
+0 0.200549 0.588968
+0 0.196658 0.593683
+0.00213626 0.190524 0.598093
+0.0180056 0.183261 0.602518
+0.0551614 0.180682 0.60737
+0.0946059 0.177127 0.612039
+0.143053 0.175448 0.611185
+0.198474 0.17377 0.610559
+0.245731 0.17261 0.610605
+0.287282 0.171542 0.61088
+0.324285 0.170596 0.611322
+0.35935 0.169375 0.611841
+0.393286 0.167956 0.612497
+0.428672 0.1664 0.613245
+0.465827 0.16466 0.614176
+0.504555 0.162753 0.615061
+0.544457 0.161044 0.616358
+0.585275 0.164813 0.619562
+0.626154 0.182116 0.627039
+0.669367 0.200977 0.636423
+0.715267 0.221775 0.647852
+0.764065 0.244877 0.661082
+0.816327 0.270069 0.675547
+0.873701 0.297459 0.691279
+0.931548 0.326848 0.707927
+0.953796 0.357229 0.725872
+0.977264 0.388998 0.745235
+0 0.228428 0.573861
+0 0.228412 0.574334
+0 0.228626 0.576226
+0 0.22884 0.579171
+0 0.228626 0.582849
+0 0.227909 0.587289
+0 0.226642 0.592477
+0 0.223865 0.597635
+0.00660716 0.219181 0.602274
+0.0198672 0.212177 0.606531
+0.0520943 0.209049 0.611643
+0.0915847 0.206287 0.617121
+0.130373 0.203296 0.621164
+0.179355 0.201617 0.620279
+0.230762 0.200366 0.620081
+0.274662 0.199344 0.620325
+0.313741 0.198367 0.620737
+0.350683 0.197253 0.621241
+0.386084 0.195956 0.621897
+0.422309 0.194461 0.622644
+0.460136 0.192706 0.623346
+0.499504 0.190723 0.624399
+0.540185 0.188785 0.625666
+0.581994 0.187045 0.627237
+0.624964 0.186069 0.629191
+0.668696 0.202197 0.637186
+0.714733 0.223133 0.647822
+0.763622 0.246204 0.660471
+0.816098 0.271443 0.674662
+0.873381 0.298863 0.689906
+0.931563 0.328099 0.706416
+0.953719 0.358404 0.72398
+0.977127 0.390158 0.743206
+0 0.252857 0.577081
+0 0.252903 0.5776
+0 0.253223 0.579385
+0 0.253666 0.582361
+0 0.253849 0.586099
+0 0.25362 0.590478
+0 0.252872 0.595483
+0.000228885 0.251057 0.600824
+0.0103609 0.24741 0.605814
+0.0225834 0.241749 0.610361
+0.0486 0.236881 0.615183
+0.0878157 0.234958 0.620829
+0.125521 0.232151 0.626917
+0.164523 0.229343 0.630213
+0.212863 0.228 0.629755
+0.260273 0.226932 0.629831
+0.301854 0.225986 0.630182
+0.340673 0.224918 0.63064
+0.378195 0.223728 0.631189
+0.415656 0.222248 0.631891
+0.454322 0.220447 0.632761
+0.494408 0.218494 0.633738
+0.535653 0.216373 0.634836
+0.577966 0.21445 0.636332
+0.621851 0.212909 0.638224
+0.666972 0.21265 0.640497
+0.714153 0.224537 0.647868
+0.763134 0.247745 0.659922
+0.815625 0.272953 0.673472
+0.872999 0.300374 0.688228
+0.931426 0.329549 0.704479
+0.953811 0.359686 0.721981
+0.977127 0.391287 0.740963
+0 0.277531 0.579934
+0 0.277623 0.580484
+0 0.278035 0.58233
+0 0.278676 0.585153
+0 0.279194 0.588815
+0 0.279286 0.593027
+0 0.278996 0.597971
+0.0030518 0.27805 0.603449
+0.0130922 0.275319 0.608347
+0.0245365 0.270848 0.61326
+0.044007 0.264332 0.617761
+0.0827955 0.263172 0.623468
+0.120989 0.261158 0.629694
+0.158099 0.258061 0.636576
+0.196567 0.255741 0.639277
+0.243336 0.254597 0.639002
+0.287953 0.253666 0.639216
+0.329503 0.252689 0.639719
+0.370062 0.251453 0.640314
+0.408743 0.250034 0.641047
+0.4486 0.248127 0.641962
+0.489433 0.246098 0.642756
+0.531548 0.243839 0.643915
+0.574319 0.241611 0.645365
+0.618723 0.239567 0.646967
+0.663935 0.239704 0.648753
+0.711894 0.239567 0.651637
+0.762463 0.249378 0.659068
+0.815122 0.274662 0.672038
+0.872557 0.302068 0.686366
+0.931289 0.331121 0.702296
+0.953689 0.361135 0.719539
+0.977066 0.392584 0.738445
+0 0.302419 0.582437
+0 0.302586 0.582971
+0 0.303166 0.584695
+0 0.303868 0.587381
+0 0.30457 0.590875
+0 0.304952 0.594934
+0 0.305058 0.599756
+0.00505074 0.304768 0.605158
+0.0151675 0.302693 0.610193
+0.0260777 0.299336 0.61503
+0.0439918 0.293996 0.619791
+0.0763561 0.290806 0.625147
+0.114961 0.289494 0.631312
+0.152331 0.287419 0.638041
+0.187716 0.284306 0.645777
+0.226047 0.28246 0.647883
+0.271641 0.281437 0.648051
+0.316701 0.280385 0.648402
+0.359915 0.279149 0.648981
+0.400946 0.277806 0.649577
+0.442313 0.275883 0.650462
+0.484657 0.273701 0.651423
+0.527459 0.271244 0.652491
+0.571099 0.26862 0.653834
+0.615869 0.266163 0.655482
+0.661067 0.266224 0.65658
+0.708721 0.266682 0.6589
+0.76022 0.266484 0.662516
+0.81442 0.276463 0.670405
+0.87219 0.3037 0.684413
+0.931105 0.332769 0.699855
+0.953567 0.362722 0.716808
+0.976913 0.394034 0.73547
+0 0.32755 0.584695
+0 0.327779 0.585275
+0 0.328389 0.586908
+0 0.329137 0.589441
+0 0.3299 0.592721
+0 0.33051 0.596628
+0 0.330938 0.601297
+0.00677501 0.331075 0.606531
+0.0166323 0.329717 0.611429
+0.0272984 0.327062 0.616297
+0.0434424 0.322835 0.621057
+0.068574 0.3178 0.625757
+0.107607 0.31722 0.631922
+0.145083 0.315969 0.638758
+0.181048 0.313787 0.646387
+0.215656 0.310628 0.654978
+0.254108 0.309163 0.656306
+0.30132 0.308049 0.656611
+0.347906 0.306874 0.65716
+0.392309 0.305379 0.657877
+0.435554 0.303471 0.658686
+0.479164 0.301137 0.65948
+0.523552 0.298436 0.660578
+0.56791 0.295476 0.661753
+0.613428 0.292515 0.663188
+0.658351 0.292699 0.663722
+0.705196 0.293553 0.665187
+0.756069 0.293767 0.668208
+0.81178 0.293202 0.672633
+0.871534 0.305669 0.681956
+0.930953 0.334615 0.697063
+0.953414 0.364401 0.713756
+0.976776 0.39559 0.732219
+0 0.352621 0.587564
+0 0.352789 0.588083
+0 0.353292 0.589502
+0 0.354101 0.591913
+0 0.354879 0.59498
+0 0.35555 0.598642
+0.000198367 0.356222 0.60325
+0.00909438 0.356542 0.608301
+0.0185397 0.355673 0.613001
+0.0285344 0.353765 0.617563
+0.0431678 0.350576 0.622232
+0.0653391 0.345892 0.626703
+0.099794 0.343923 0.632349
+0.137255 0.343374 0.639078
+0.173571 0.342061 0.646479
+0.208637 0.339925 0.654887
+0.241337 0.33666 0.664515
+0.284001 0.335439 0.66511
+0.333944 0.334203 0.665309
+0.382498 0.332723 0.665919
+0.428016 0.330755 0.666651
+0.47364 0.328328 0.667475
+0.519493 0.325383 0.668208
+0.565118 0.322072 0.669306
+0.611429 0.318654 0.670619
+0.656703 0.318547 0.670359
+0.702953 0.319799 0.671046
+0.75285 0.320317 0.673381
+0.807874 0.320241 0.677226
+0.869398 0.319249 0.682445
+0.930846 0.336507 0.694102
+0.953216 0.366217 0.710338
+0.976608 0.397284 0.728618
+0 0.377432 0.591073
+0 0.377539 0.591485
+0 0.377997 0.592798
+0 0.378622 0.594903
+0 0.379385 0.597757
+0 0.380179 0.601236
+0.00329595 0.381048 0.605692
+0.0115358 0.38146 0.610361
+0.0205692 0.380972 0.614771
+0.0301518 0.379507 0.619257
+0.0435798 0.376898 0.623575
+0.0644236 0.37319 0.628031
+0.0919966 0.369345 0.632792
+0.129381 0.369299 0.639567
+0.166003 0.368643 0.646723
+0.201083 0.36733 0.65478
+0.233921 0.365286 0.66392
+0.268482 0.362188 0.673915
+0.3178 0.36083 0.674098
+0.371191 0.359365 0.67454
+0.41976 0.357412 0.674998
+0.467903 0.354849 0.675639
+0.515801 0.351736 0.676341
+0.562799 0.348302 0.677058
+0.610224 0.344244 0.678111
+0.656001 0.34374 0.677165
+0.701686 0.345312 0.676722
+0.750622 0.346288 0.678264
+0.80444 0.346441 0.681559
+0.865827 0.345876 0.68632
+0.930343 0.344182 0.692256
+0.953216 0.368063 0.706752
+0.976547 0.398978 0.724681
+0 0.40322 0.595132
+0 0.403388 0.59559
+0 0.40383 0.596765
+0 0.404379 0.598672
+0 0.405081 0.601373
+0.000122072 0.405859 0.604608
+0.0074464 0.406897 0.608728
+0.0150912 0.407263 0.612833
+0.0234379 0.406958 0.616953
+0.0325475 0.405859 0.62118
+0.0451667 0.403891 0.625345
+0.0642405 0.400916 0.629419
+0.0880598 0.396918 0.633906
+0.121004 0.395621 0.639811
+0.15758 0.39559 0.646799
+0.192523 0.394903 0.654627
+0.226169 0.393759 0.663478
+0.258595 0.391562 0.674113
+0.298955 0.388388 0.683787
+0.355947 0.386831 0.684031
+0.409934 0.384771 0.684413
+0.461219 0.382147 0.684627
+0.51191 0.378744 0.684993
+0.560983 0.374807 0.685466
+0.609659 0.370367 0.686168
+0.656275 0.369223 0.68452
+0.701625 0.371267 0.682795
+0.749798 0.372457 0.683406
+0.802548 0.372976 0.685985
+0.862516 0.372778 0.690318
+0.927337 0.371725 0.695674
+0.952956 0.370184 0.702266
+0.976455 0.400961 0.720073
+0 0.431724 0.600671
+0 0.43183 0.601007
+0 0.432105 0.602014
+0 0.432654 0.603708
+0.00114443 0.433356 0.606027
+0.00689708 0.434226 0.609079
+0.0128786 0.435065 0.612604
+0.0200198 0.435309 0.616114
+0.0275273 0.435096 0.619791
+0.0360113 0.434241 0.623606
+0.0479133 0.432776 0.627527
+0.0656596 0.43032 0.631418
+0.0875105 0.4271 0.635615
+0.111879 0.423651 0.640116
+0.148058 0.424201 0.646891
+0.183062 0.424247 0.65449
+0.216953 0.423835 0.662882
+0.249561 0.422721 0.672862
+0.284428 0.420188 0.685679
+0.334447 0.41677 0.695201
+0.396048 0.414664 0.695155
+0.452323 0.411826 0.69514
+0.506828 0.408072 0.695216
+0.558877 0.403677 0.695186
+0.609598 0.398672 0.695293
+0.657603 0.396628 0.692958
+0.702907 0.398871 0.689586
+0.75053 0.400259 0.689265
+0.802121 0.401129 0.691035
+0.86038 0.401328 0.694484
+0.922164 0.401083 0.698665
+0.950835 0.39855 0.704433
+0.976257 0.403342 0.714275
+0.00199893 0.463386 0.607736
+0.00254826 0.463508 0.608042
+0.0043946 0.463767 0.608911
+0.00740063 0.464286 0.610407
+0.0109407 0.465049 0.612512
+0.0153658 0.465599 0.614969
+0.0207218 0.465858 0.617639
+0.0266728 0.46598 0.620584
+0.0331884 0.465766 0.623758
+0.0411994 0.465156 0.627115
+0.0531014 0.46389 0.630533
+0.0690013 0.462013 0.634058
+0.0889754 0.459525 0.637827
+0.110384 0.456458 0.641779
+0.138155 0.454643 0.647166
+0.172824 0.455253 0.654246
+0.206439 0.455512 0.662135
+0.239628 0.455375 0.67155
+0.27361 0.454322 0.683452
+0.311589 0.45124 0.699001
+0.37644 0.448371 0.703441
+0.439002 0.445136 0.70457
+0.499092 0.440558 0.706081
+0.555871 0.435065 0.706462
+0.609903 0.429282 0.70605
+0.660182 0.425742 0.70309
+0.705821 0.428412 0.697383
+0.752743 0.430213 0.695445
+0.802899 0.431373 0.695918
+0.858442 0.432242 0.697795
+0.916472 0.432654 0.700877
+0.948653 0.43064 0.706233
+0.973404 0.427802 0.713558
+0.0162356 0.498375 0.616693
+0.0166781 0.498466 0.616922
+0.0179599 0.498589 0.617563
+0.0200961 0.498741 0.618616
+0.0227817 0.499031 0.620096
+0.0264591 0.499168 0.621851
+0.0305791 0.499275 0.623926
+0.035584 0.499229 0.626245
+0.0414893 0.498894 0.628794
+0.0497597 0.498253 0.63154
+0.0610819 0.497185 0.634455
+0.0758526 0.49572 0.637507
+0.0935988 0.493736 0.640787
+0.112276 0.491402 0.644434
+0.132403 0.488487 0.648234
+0.162051 0.488014 0.654139
+0.194766 0.488899 0.661585
+0.228199 0.489555 0.670253
+0.262242 0.489555 0.681208
+0.297688 0.488396 0.695293
+0.349248 0.486 0.704921
+0.42089 0.483604 0.706127
+0.48658 0.480064 0.707378
+0.547997 0.475074 0.708812
+0.606409 0.468391 0.710613
+0.662593 0.459648 0.712612
+0.710201 0.460319 0.705913
+0.756252 0.462638 0.701198
+0.804471 0.464439 0.699657
+0.856916 0.466102 0.699794
+0.910948 0.467216 0.701915
+0.946593 0.4654 0.70692
+0.969207 0.463447 0.714183
+0.0326238 0.534905 0.626429
+0.0329442 0.534951 0.626581
+0.0338903 0.53492 0.627008
+0.0354467 0.534966 0.627726
+0.0376135 0.534951 0.628672
+0.0403449 0.534936 0.630014
+0.0439765 0.534768 0.631479
+0.0489815 0.534508 0.633234
+0.0556802 0.534096 0.635111
+0.0640726 0.53344 0.637217
+0.0749371 0.532464 0.639475
+0.0880293 0.531365 0.641993
+0.102495 0.529915 0.644617
+0.118288 0.528023 0.647623
+0.135485 0.525841 0.651011
+0.154253 0.523125 0.65478
+0.1832 0.523796 0.661051
+0.215885 0.524956 0.668864
+0.249393 0.526085 0.678752
+0.284382 0.526375 0.691341
+0.322454 0.525216 0.706447
+0.396506 0.523491 0.707546
+0.469871 0.520836 0.708598
+0.53785 0.517052 0.709667
+0.601022 0.511711 0.710674
+0.659449 0.504814 0.71165
+0.715236 0.495735 0.712612
+0.760967 0.497826 0.705333
+0.806516 0.500435 0.701411
+0.855711 0.502861 0.700053
+0.906493 0.504341 0.701564
+0.944717 0.502968 0.705898
+0.965194 0.501793 0.712947
+0.0539559 0.573022 0.636942
+0.0542458 0.572992 0.637049
+0.0551766 0.5729 0.637354
+0.057023 0.572854 0.637751
+0.0593881 0.572763 0.638437
+0.0626993 0.572549 0.639261
+0.0668956 0.57229 0.640253
+0.0724498 0.571862 0.641428
+0.0788891 0.571374 0.642786
+0.0869612 0.57084 0.644251
+0.0959793 0.570047 0.645838
+0.106172 0.569116 0.647745
+0.117617 0.567941 0.649912
+0.130037 0.566567 0.652308
+0.143954 0.564904 0.654978
+0.158968 0.562997 0.658015
+0.174929 0.560754 0.661311
+0.204211 0.561852 0.668025
+0.236774 0.563592 0.676753
+0.270405 0.565209 0.68777
+0.30573 0.565927 0.702144
+0.362295 0.565026 0.708812
+0.446067 0.563272 0.709773
+0.524178 0.560204 0.708949
+0.594522 0.556146 0.707454
+0.656718 0.551293 0.706615
+0.712871 0.54464 0.706828
+0.766064 0.536004 0.707271
+0.80914 0.539422 0.701289
+0.854826 0.542687 0.699062
+0.902968 0.544259 0.700328
+0.943542 0.543145 0.703944
+0.961273 0.542962 0.710643
+0.0927443 0.6121 0.648447
+0.0930648 0.612085 0.648463
+0.0939498 0.612009 0.648676
+0.0953994 0.611872 0.648966
+0.0976272 0.611734 0.649363
+0.100526 0.611505 0.649866
+0.103853 0.611215 0.650507
+0.108156 0.610864 0.65127
+0.112932 0.610437 0.652171
+0.118654 0.609888 0.653086
+0.125002 0.609323 0.6542
+0.132189 0.608621 0.655558
+0.140414 0.607706 0.657053
+0.149554 0.606729 0.658747
+0.159701 0.605493 0.6607
+0.170779 0.604089 0.662913
+0.18265 0.602564 0.66537
+0.19678 0.600549 0.668315
+0.225574 0.602365 0.675486
+0.25687 0.604837 0.684825
+0.289906 0.607034 0.696849
+0.32929 0.607965 0.709651
+0.411429 0.606683 0.710384
+0.505165 0.603586 0.707317
+0.586816 0.600565 0.702617
+0.65388 0.598077 0.699977
+0.71017 0.594568 0.69987
+0.761639 0.588724 0.700557
+0.81239 0.581369 0.700801
+0.855528 0.584909 0.699016
+0.902144 0.586419 0.700298
+0.943755 0.585489 0.703319
+0.958465 0.586069 0.709789
+0.144198 0.652705 0.661341
+0.144381 0.652689 0.661387
+0.144976 0.652613 0.661448
+0.145922 0.652491 0.661646
+0.147051 0.652399 0.661921
+0.148836 0.652232 0.66215
+0.150973 0.651926 0.662501
+0.153658 0.651652 0.662913
+0.156512 0.651316 0.663478
+0.160098 0.650919 0.664042
+0.164172 0.650401 0.664714
+0.16849 0.650019 0.665431
+0.173358 0.649348 0.666285
+0.179126 0.648646 0.667277
+0.185473 0.647852 0.668452
+0.192508 0.646922 0.669841
+0.200473 0.645945 0.671412
+0.209934 0.644648 0.673304
+0.221439 0.642924 0.675807
+0.247791 0.645426 0.682826
+0.277409 0.648585 0.69221
+0.309468 0.65156 0.704433
+0.365408 0.651774 0.710124
+0.475746 0.647959 0.705821
+0.575967 0.644266 0.699001
+0.650492 0.644007 0.69575
+0.707286 0.644144 0.698314
+0.758129 0.641321 0.701137
+0.808484 0.635187 0.702388
+0.860777 0.62826 0.702739
+0.907088 0.629313 0.704158
+0.946487 0.628458 0.706767
+0.957626 0.629862 0.713497
+0.212711 0.69308 0.674617
+0.212772 0.69308 0.674647
+0.213016 0.692973 0.674708
+0.213504 0.692958 0.674723
+0.214069 0.692836 0.674815
+0.214862 0.692699 0.674922
+0.215686 0.692607 0.67509
+0.216846 0.692378 0.675258
+0.218311 0.69221 0.675456
+0.219898 0.691936 0.675669
+0.22179 0.691615 0.675898
+0.223804 0.691325 0.676265
+0.226215 0.690944 0.676585
+0.228885 0.690562 0.676936
+0.231937 0.690013 0.677424
+0.235111 0.689525 0.677958
+0.238758 0.688945 0.678462
+0.242985 0.688319 0.679179
+0.248493 0.687388 0.680232
+0.255543 0.686168 0.68159
+0.279179 0.689235 0.687846
+0.306523 0.693172 0.69604
+0.340887 0.696605 0.705425
+0.43006 0.693858 0.704677
+0.556878 0.687633 0.697704
+0.645518 0.688045 0.697353
+0.704005 0.692332 0.703334
+0.756786 0.692927 0.709636
+0.80798 0.689052 0.711757
+0.862501 0.681956 0.712306
+0.923125 0.676219 0.714992
+0.957717 0.678508 0.72195
+0.959701 0.685039 0.735378
+0.279561 0.733013 0.689815
+0.279622 0.733059 0.68983
+0.279835 0.732967 0.689815
+0.28014 0.733028 0.689769
+0.280385 0.732921 0.689708
+0.280858 0.73283 0.689693
+0.28127 0.732754 0.689677
+0.282124 0.732631 0.689555
+0.283055 0.732494 0.689433
+0.284031 0.732357 0.689311
+0.285237 0.732174 0.689128
+0.286473 0.731929 0.68893
+0.287831 0.731731 0.688792
+0.289235 0.731533 0.688655
+0.290852 0.731273 0.688411
+0.292683 0.730907 0.688106
+0.294682 0.730556 0.687846
+0.296925 0.730175 0.687541
+0.299382 0.729702 0.687129
+0.302525 0.729137 0.686534
+0.306203 0.72842 0.685878
+0.328374 0.731838 0.690013
+0.353506 0.73637 0.695018
+0.39881 0.738964 0.699474
+0.522972 0.732113 0.69662
+0.631708 0.731624 0.700603
+0.700252 0.737865 0.712047
+0.757488 0.748165 0.725856
+0.814984 0.752132 0.734447
+0.876387 0.751705 0.740414
+0.938628 0.745434 0.742077
+0.963363 0.739376 0.745373
+0.963851 0.746441 0.760739
+0.351476 0.771542 0.706493
+0.351537 0.771496 0.706447
+0.351583 0.771481 0.706386
+0.351843 0.77145 0.706264
+0.352056 0.771435 0.706157
+0.352468 0.77145 0.705989
+0.352956 0.771344 0.70576
+0.353689 0.771252 0.705455
+0.354314 0.771176 0.70515
+0.355169 0.771054 0.704738
+0.356176 0.770932 0.704311
+0.357137 0.770809 0.703761
+0.358526 0.770672 0.703212
+0.35964 0.770504 0.702586
+0.360922 0.770352 0.7019
+0.362127 0.770184 0.701122
+0.363867 0.76994 0.70016
+0.365743 0.769741 0.699016
+0.367697 0.769497 0.697597
+0.370275 0.769162 0.695857
+0.373342 0.768719 0.693553
+0.376928 0.768231 0.690501
+0.399634 0.771679 0.691875
+0.426047 0.776287 0.69279
+0.478828 0.778286 0.693477
+0.606622 0.775891 0.700313
+0.686549 0.784512 0.715023
+0.760555 0.805051 0.723491
+0.812772 0.803021 0.743572
+0.885084 0.814664 0.75938
+0.94931 0.818235 0.769162
+0.968536 0.811963 0.771572
+0.968673 0.813703 0.784405
+0.425025 0.812161 0.728435
+0.425086 0.812116 0.728389
+0.425315 0.812177 0.728313
+0.425437 0.8121 0.728145
+0.425772 0.812116 0.727947
+0.426108 0.81207 0.727642
+0.426642 0.811978 0.727291
+0.427253 0.811872 0.726864
+0.427787 0.811826 0.726375
+0.428519 0.811688 0.725826
+0.429465 0.811612 0.725185
+0.430182 0.811536 0.724392
+0.431205 0.811414 0.723568
+0.432227 0.811307 0.722713
+0.433295 0.811185 0.721614
+0.434638 0.811017 0.720424
+0.436027 0.810849 0.719112
+0.437507 0.81062 0.717586
+0.439384 0.810437 0.715679
+0.441596 0.810117 0.713314
+0.444282 0.809735 0.710109
+0.447623 0.809384 0.705959
+0.451835 0.808804 0.700221
+0.475074 0.813016 0.69926
+0.502174 0.818463 0.696223
+0.565469 0.821866 0.696483
+0.664103 0.832059 0.714611
+0.729809 0.867597 0.715724
+0.823667 0.877302 0.730678
+0.864897 0.855695 0.750957
+0.939223 0.86247 0.763333
+0.97203 0.865736 0.77171
+0.972885 0.875868 0.793606
+0.480385 0.863142 0.759609
+0.48043 0.863127 0.759548
+0.480552 0.863127 0.759426
+0.48072 0.863035 0.759243
+0.481056 0.862943 0.758938
+0.481453 0.862974 0.758633
+0.48188 0.862898 0.75819
+0.482429 0.862821 0.757656
+0.483162 0.86273 0.757092
+0.483818 0.862608 0.756359
+0.484657 0.862486 0.755566
+0.485573 0.862394 0.754696
+0.48661 0.862196 0.753674
+0.487648 0.86215 0.752575
+0.488777 0.861967 0.751385
+0.490074 0.861784 0.749981
+0.491402 0.86157 0.74844
+0.493065 0.861341 0.746654
+0.495094 0.861082 0.744457
+0.497185 0.860761 0.741634
+0.500099 0.86038 0.738033
+0.503456 0.859907 0.733303
+0.507485 0.859419 0.72697
+0.512428 0.858778 0.718166
+0.535363 0.86453 0.714611
+0.561227 0.87158 0.707118
+0.627939 0.881407 0.709575
+0.707561 0.910399 0.720684
+0.788525 0.948516 0.720455
+0.892317 0.956024 0.733166
+0.924865 0.915557 0.757443
+0.971603 0.916335 0.765225
+0.975692 0.923201 0.784756
+0.518013 0.920684 0.793011
+0.518029 0.920638 0.79295
+0.518181 0.920638 0.792828
+0.518364 0.920623 0.79263
+0.518654 0.920607 0.792325
+0.519036 0.920546 0.791913
+0.519432 0.920501 0.79147
+0.51986 0.92047 0.79089
+0.520439 0.920409 0.790234
+0.521126 0.920272 0.789441
+0.52192 0.920272 0.788571
+0.52282 0.92015 0.787579
+0.523796 0.920027 0.78648
+0.52488 0.919722 0.785245
+0.526024 0.919585 0.783886
+0.527245 0.919432 0.782361
+0.52845 0.919295 0.780743
+0.529976 0.919142 0.77882
+0.531823 0.918975 0.776425
+0.534035 0.918639 0.773358
+0.536553 0.91841 0.76965
+0.539788 0.917983 0.764691
+0.543572 0.91754 0.758312
+0.548333 0.91696 0.74966
+0.553933 0.916365 0.73756
+0.575067 0.921706 0.72871
+0.601068 0.929305 0.714137
+0.669779 0.947127 0.715358
+0.718166 0.979812 0.685649
+0.83949 0.986343 0.706538
+0.945129 0.987137 0.713726
+0.967178 0.968994 0.74522
+0.976761 0.963821 0.771389
+0.539849 0.966079 0.821546
+0.539895 0.966079 0.82153
+0.540017 0.966079 0.821363
+0.540185 0.966064 0.821118
+0.540459 0.966049 0.820798
+0.540764 0.966033 0.820371
+0.541207 0.966018 0.819821
+0.541665 0.965988 0.819196
+0.542229 0.965957 0.818479
+0.542794 0.965942 0.817609
+0.543389 0.965942 0.816693
+0.544182 0.965896 0.815595
+0.545052 0.96585 0.814374
+0.546014 0.965789 0.813062
+0.547036 0.965728 0.811566
+0.548165 0.965667 0.809903
+0.549355 0.965606 0.808164
+0.550729 0.96553 0.806073
+0.552163 0.965484 0.80354
+0.554147 0.965377 0.800397
+0.556542 0.96524 0.796429
+0.55938 0.965072 0.791348
+0.562676 0.96492 0.784924
+0.566857 0.964675 0.776379
+0.571756 0.964462 0.764858
+0.577691 0.964202 0.748562
+0.599832 0.96672 0.734981
+0.636866 0.972656 0.718578
+0.673991 1 0.685328
+0.783841 1 0.711894
+0.904189 1 0.728862
+0.970855 1 0.736614
+0.972747 1 0.759976
+0.561212 0.995819 0.852613
+0.561257 0.995819 0.852552
+0.561364 0.995819 0.852415
+0.561532 0.995804 0.852125
+0.56173 0.995789 0.851759
+0.562051 0.995773 0.851316
+0.562402 0.995743 0.850706
+0.562844 0.995712 0.850065
+0.563348 0.995682 0.849256
+0.563912 0.995651 0.848325
+0.564538 0.995605 0.847318
+0.56527 0.99556 0.846113
+0.566018 0.995514 0.844846
+0.566873 0.995468 0.843427
+0.56762 0.995453 0.841886
+0.568597 0.995392 0.840192
+0.569665 0.995315 0.8383
+0.570901 0.995239 0.836164
+0.572366 0.995148 0.833509
+0.574121 0.995041 0.830243
+0.576013 0.994965 0.826215
+0.578515 0.994797 0.821149
+0.581598 0.994598 0.81471
+0.585077 0.994415 0.806439
+0.589548 0.994125 0.795422
+0.594751 0.993851 0.780591
+0.601099 0.9935 0.759503
+0.631479 0.998093 0.744503
+0.674113 1 0.73167
+0.734157 1 0.734005
+0.862608 1 0.761532
+0.960281 1 0.772351
+0.97145 1 0.783185
+0 0.0944839 0.59704
+0 0.0942702 0.59762
+0 0.093492 0.599176
+0 0.0920577 0.601511
+0 0.0897536 0.604822
+0 0.0863661 0.608682
+0 0.0809949 0.611994
+0 0.0739147 0.614755
+0.0168154 0.0694896 0.613825
+0.0754406 0.0699474 0.613306
+0.130602 0.0710918 0.613245
+0.182254 0.0728771 0.613931
+0.227344 0.075639 0.615122
+0.267094 0.0789807 0.616785
+0.303075 0.0826276 0.618662
+0.335882 0.0865797 0.620783
+0.364858 0.0910353 0.623011
+0.392462 0.0960555 0.625574
+0.421958 0.102068 0.628626
+0.452873 0.10956 0.632044
+0.485542 0.118593 0.636423
+0.519295 0.129686 0.641505
+0.554604 0.143191 0.647654
+0.591104 0.159716 0.655192
+0.629191 0.179477 0.664256
+0.669398 0.201907 0.674876
+0.714748 0.221927 0.688151
+0.763241 0.244358 0.702846
+0.81529 0.269154 0.718425
+0.872389 0.2963 0.73492
+0.930999 0.325536 0.752056
+0.953063 0.355871 0.770108
+0.97641 0.387732 0.789197
+0 0.0948348 0.597055
+0 0.0946212 0.59762
+0 0.093904 0.599222
+0 0.0924849 0.601587
+0 0.0901503 0.604883
+0 0.0869001 0.60882
+0 0.0816052 0.612207
+0 0.0744793 0.615305
+0.0137636 0.0699474 0.61442
+0.0731365 0.0702983 0.613794
+0.12842 0.0714275 0.613748
+0.18056 0.0732128 0.614359
+0.226032 0.0759747 0.615534
+0.266087 0.0792859 0.617182
+0.302251 0.0829175 0.619013
+0.335256 0.0868696 0.621088
+0.364309 0.0913405 0.623301
+0.392035 0.0963149 0.625834
+0.42153 0.102342 0.628855
+0.452567 0.109758 0.632303
+0.485267 0.118791 0.636622
+0.519081 0.12987 0.641642
+0.554467 0.143389 0.647837
+0.590997 0.159854 0.655283
+0.629175 0.179568 0.664347
+0.669413 0.201984 0.674998
+0.714748 0.221988 0.688167
+0.76318 0.244541 0.702861
+0.81529 0.269215 0.718425
+0.872358 0.296407 0.73492
+0.930983 0.325643 0.75198
+0.953063 0.355932 0.770047
+0.97641 0.387778 0.789136
+0 0.0958114 0.596933
+0 0.0956436 0.597543
+0 0.0950179 0.599237
+0 0.0937362 0.601862
+0 0.0916609 0.605142
+0 0.0884718 0.609247
+0 0.0834821 0.612894
+0 0.0762798 0.616236
+0.00555428 0.0711528 0.616083
+0.0653849 0.071397 0.615335
+0.122438 0.072343 0.615228
+0.175601 0.0741131 0.615579
+0.222065 0.0769513 0.616648
+0.262989 0.0801556 0.61828
+0.299687 0.083772 0.620005
+0.333165 0.0877089 0.622049
+0.362676 0.0921645 0.624186
+0.390768 0.0970779 0.626642
+0.420432 0.103044 0.629633
+0.451728 0.11043 0.633112
+0.484489 0.119448 0.637232
+0.518563 0.130419 0.64213
+0.554009 0.143923 0.64828
+0.590768 0.160189 0.655665
+0.629099 0.179828 0.664652
+0.669291 0.202152 0.675181
+0.714702 0.222202 0.688304
+0.763149 0.244709 0.702876
+0.815152 0.26949 0.718364
+0.872358 0.29662 0.734798
+0.930968 0.325826 0.751812
+0.953048 0.356115 0.769848
+0.976379 0.387961 0.788876
+0 0.0969711 0.59617
+0 0.0968643 0.596857
+0 0.0966049 0.598917
+0 0.0956741 0.601846
+0 0.0937819 0.605432
+0 0.0908675 0.609491
+0 0.0863661 0.613947
+0 0.0794995 0.617472
+0 0.0730755 0.618738
+0.0517739 0.0733043 0.617929
+0.11133 0.0740978 0.617655
+0.166598 0.0758526 0.617685
+0.215427 0.0785229 0.61854
+0.257694 0.0816663 0.620005
+0.295384 0.0851911 0.621622
+0.32958 0.089189 0.623621
+0.360021 0.0935531 0.625589
+0.388449 0.0983749 0.627939
+0.418418 0.104402 0.630838
+0.450278 0.111559 0.634134
+0.483467 0.120439 0.638148
+0.517662 0.13135 0.643
+0.553353 0.14464 0.649042
+0.590234 0.160845 0.656306
+0.62887 0.180163 0.665125
+0.669215 0.202426 0.675578
+0.714611 0.222507 0.688533
+0.763073 0.245014 0.702937
+0.815091 0.269841 0.718318
+0.872297 0.296941 0.73463
+0.930938 0.326177 0.751568
+0.953048 0.356405 0.769497
+0.976349 0.388251 0.788449
+0 0.10811 0.59826
+0 0.107866 0.598779
+0 0.10721 0.60061
+0 0.105745 0.603555
+0 0.103105 0.60708
+0 0.0991226 0.610986
+0 0.0934615 0.615534
+0 0.0850996 0.61915
+0 0.0754559 0.622034
+0.031281 0.0760204 0.621683
+0.0950484 0.0767376 0.620859
+0.153323 0.078294 0.62063
+0.205707 0.0806439 0.621271
+0.249912 0.083711 0.6224
+0.289174 0.0872663 0.624033
+0.324544 0.0912184 0.625666
+0.356161 0.0954452 0.62768
+0.385153 0.100267 0.62977
+0.415824 0.106142 0.632441
+0.448005 0.113222 0.635691
+0.481621 0.121904 0.639521
+0.516487 0.132662 0.644297
+0.55227 0.145769 0.650065
+0.589532 0.1617 0.657145
+0.628428 0.180804 0.665812
+0.668986 0.202899 0.676066
+0.714458 0.22295 0.688746
+0.762982 0.245487 0.703044
+0.815 0.270344 0.718227
+0.872236 0.297429 0.734386
+0.930922 0.326635 0.751156
+0.953017 0.356863 0.769009
+0.976318 0.388647 0.7879
+0 0.123751 0.601007
+0 0.123522 0.601465
+0 0.122896 0.60322
+0 0.121889 0.606348
+0 0.119646 0.61004
+0 0.116121 0.61416
+0 0.11107 0.61883
+0 0.103273 0.622843
+0 0.0926528 0.626291
+0.0165255 0.0884718 0.627512
+0.0771038 0.0861982 0.626108
+0.136751 0.0841688 0.624964
+0.19147 0.0836042 0.624582
+0.239261 0.0865187 0.625544
+0.280552 0.0900587 0.626841
+0.317586 0.0938582 0.628351
+0.35082 0.0979324 0.630137
+0.38088 0.102693 0.632212
+0.412024 0.108522 0.634577
+0.4448 0.11545 0.637583
+0.479088 0.123919 0.641245
+0.514565 0.134371 0.645838
+0.551125 0.147189 0.651347
+0.588663 0.162814 0.658305
+0.627909 0.181613 0.666682
+0.668757 0.203357 0.676722
+0.714229 0.22356 0.689113
+0.762768 0.246113 0.70309
+0.814969 0.270924 0.718105
+0.872145 0.298039 0.73402
+0.930999 0.327184 0.750774
+0.952972 0.357412 0.768383
+0.976242 0.389181 0.787121
+0 0.142367 0.604135
+0 0.142138 0.604578
+0 0.141558 0.606256
+0 0.140902 0.60943
+0 0.139178 0.613214
+0 0.13637 0.617456
+0 0.132006 0.622415
+0 0.12517 0.62678
+0 0.115496 0.63061
+0.0109407 0.108537 0.634379
+0.061738 0.106477 0.633631
+0.122103 0.104356 0.632395
+0.17882 0.102602 0.631647
+0.227756 0.101411 0.631495
+0.270466 0.100389 0.631617
+0.308598 0.0993515 0.632044
+0.343557 0.101213 0.633051
+0.375143 0.105837 0.634928
+0.407416 0.111315 0.637217
+0.441138 0.11809 0.640024
+0.476204 0.126284 0.643427
+0.512078 0.136522 0.647669
+0.549447 0.148943 0.653056
+0.587549 0.164172 0.659754
+0.627192 0.182559 0.667735
+0.66833 0.204074 0.67747
+0.714107 0.224201 0.689586
+0.7626 0.246845 0.703166
+0.814908 0.271656 0.717968
+0.871962 0.298802 0.733547
+0.930999 0.327855 0.75021
+0.952941 0.358099 0.76759
+0.976181 0.389761 0.786206
+0 0.163516 0.607813
+0 0.163272 0.608118
+0 0.162768 0.609644
+0 0.162402 0.612802
+0 0.161303 0.616556
+0 0.15906 0.621057
+0 0.155596 0.626078
+0 0.149981 0.630701
+0 0.141466 0.634791
+0.00996414 0.133013 0.638651
+0.0497749 0.129625 0.641474
+0.104921 0.127703 0.640314
+0.163363 0.12575 0.639323
+0.215457 0.124422 0.638941
+0.259983 0.123247 0.639002
+0.299535 0.122255 0.639338
+0.335134 0.121294 0.639872
+0.368185 0.120165 0.640406
+0.40145 0.118761 0.641001
+0.436149 0.121447 0.64268
+0.472221 0.129305 0.645823
+0.509255 0.13904 0.649729
+0.547173 0.151186 0.654902
+0.586252 0.16582 0.661204
+0.626245 0.183734 0.668956
+0.667903 0.204715 0.678325
+0.713756 0.225025 0.690089
+0.762387 0.2477 0.703349
+0.814664 0.272526 0.717708
+0.871824 0.299672 0.732952
+0.930938 0.328725 0.749432
+0.952941 0.358846 0.766659
+0.976089 0.390509 0.785092
+0 0.186603 0.612055
+0 0.186191 0.611917
+0 0.185748 0.613153
+0 0.18558 0.616205
+0 0.185031 0.620218
+0 0.183536 0.624704
+0 0.180789 0.629709
+0 0.176516 0.634867
+0 0.16936 0.639246
+0.010071 0.159533 0.642863
+0.0466468 0.156405 0.647272
+0.0893721 0.153643 0.648859
+0.146014 0.15172 0.64773
+0.200946 0.150195 0.647181
+0.248005 0.149004 0.647135
+0.289036 0.147982 0.647486
+0.325933 0.146975 0.647791
+0.360616 0.145846 0.648356
+0.394324 0.144503 0.649012
+0.429908 0.142916 0.649714
+0.467124 0.141039 0.650568
+0.505531 0.142184 0.652262
+0.544549 0.153628 0.656901
+0.584283 0.167834 0.662898
+0.625055 0.185107 0.670344
+0.667369 0.205447 0.679332
+0.713344 0.225925 0.690593
+0.762127 0.248676 0.703471
+0.814404 0.273518 0.717372
+0.871565 0.300679 0.732296
+0.930846 0.329671 0.748455
+0.953002 0.359731 0.765667
+0.976104 0.391287 0.783856
+0 0.209796 0.615595
+0 0.209659 0.615976
+0 0.209049 0.616526
+0 0.209003 0.619394
+0 0.208972 0.623575
+0 0.208179 0.62826
+0 0.206332 0.633158
+0 0.203372 0.638773
+0.000900282 0.19791 0.643397
+0.0134279 0.189761 0.64744
+0.0446326 0.184924 0.651713
+0.0848554 0.181506 0.656535
+0.127871 0.179355 0.65684
+0.183917 0.17763 0.65597
+0.234257 0.176394 0.655863
+0.277424 0.175326 0.656107
+0.315984 0.174319 0.656504
+0.352438 0.173144 0.657038
+0.387167 0.171908 0.65774
+0.423102 0.170336 0.658289
+0.460853 0.168566 0.659129
+0.50016 0.166659 0.660151
+0.540825 0.164675 0.661418
+0.581903 0.170214 0.66482
+0.623774 0.186633 0.671962
+0.666712 0.206317 0.6804
+0.712764 0.227008 0.691127
+0.7617 0.249699 0.703441
+0.813962 0.274739 0.716945
+0.871275 0.301869 0.731502
+0.930739 0.330785 0.747402
+0.952926 0.360784 0.764324
+0.976059 0.392233 0.782452
+0 0.233402 0.618753
+0 0.233219 0.619089
+0 0.23267 0.619654
+0 0.232715 0.622293
+0 0.233204 0.626535
+0 0.232975 0.631373
+0 0.231739 0.636439
+0 0.229801 0.642237
+0.00492866 0.225574 0.647089
+0.0165866 0.21915 0.651484
+0.0417334 0.212802 0.655711
+0.0822461 0.210239 0.660578
+0.120623 0.206744 0.666056
+0.164843 0.205219 0.665385
+0.21825 0.203845 0.664927
+0.264057 0.202823 0.665156
+0.304402 0.201953 0.665492
+0.342473 0.200916 0.665843
+0.379095 0.199725 0.666453
+0.415885 0.198306 0.667277
+0.454459 0.196551 0.668116
+0.494408 0.194736 0.669169
+0.535653 0.192782 0.670329
+0.57818 0.190921 0.671901
+0.62211 0.18941 0.673823
+0.665812 0.207294 0.68159
+0.712093 0.228107 0.691646
+0.76109 0.251041 0.70341
+0.813519 0.276051 0.716426
+0.871077 0.303075 0.730663
+0.930632 0.332006 0.746136
+0.952819 0.361944 0.762798
+0.975937 0.393286 0.780713
+0 0.257404 0.62153
+0 0.25716 0.621805
+0 0.256779 0.622431
+0 0.256947 0.624918
+0 0.257771 0.629175
+0 0.258 0.633951
+0 0.25742 0.639078
+0 0.256382 0.645045
+0.00827039 0.253178 0.650294
+0.0197452 0.248081 0.654932
+0.0390784 0.240513 0.659098
+0.0783398 0.238529 0.664256
+0.117372 0.235843 0.669734
+0.15555 0.232685 0.674434
+0.19968 0.231357 0.673961
+0.248539 0.230289 0.673899
+0.291264 0.229404 0.674189
+0.331121 0.228458 0.674723
+0.370184 0.227344 0.675395
+0.408164 0.225971 0.676173
+0.447456 0.224369 0.677089
+0.488106 0.222568 0.67805
+0.530083 0.220569 0.679362
+0.573449 0.218524 0.680858
+0.618097 0.216739 0.682673
+0.664271 0.215686 0.684932
+0.711299 0.229328 0.692149
+0.76051 0.252354 0.703334
+0.813062 0.277394 0.715816
+0.87068 0.304417 0.729625
+0.93048 0.333364 0.744671
+0.952712 0.363241 0.76109
+0.975814 0.394491 0.778744
+0 0.281575 0.623713
+0 0.281346 0.623941
+0 0.281086 0.624659
+0 0.281376 0.627024
+0 0.282506 0.631189
+0 0.283146 0.63595
+0 0.283085 0.641032
+0 0.28278 0.647044
+0.0105287 0.280522 0.652384
+0.0221103 0.276417 0.65742
+0.0397192 0.270329 0.661936
+0.0729992 0.266331 0.666773
+0.112718 0.264469 0.672343
+0.150713 0.26157 0.678416
+0.187915 0.258793 0.682826
+0.23093 0.25774 0.682673
+0.276188 0.256825 0.682902
+0.318624 0.255985 0.683436
+0.359899 0.255009 0.684001
+0.399619 0.253697 0.684733
+0.440024 0.252125 0.68571
+0.481712 0.250278 0.686793
+0.524697 0.248096 0.687984
+0.568399 0.246006 0.689403
+0.613703 0.243992 0.691279
+0.660868 0.242405 0.693431
+0.709422 0.242267 0.696025
+0.759777 0.253803 0.703136
+0.812528 0.278859 0.715068
+0.870192 0.305928 0.728344
+0.930419 0.334783 0.743114
+0.952575 0.364584 0.759075
+0.975647 0.395758 0.776532
+0 0.305699 0.625315
+0 0.305684 0.625666
+0 0.30547 0.626337
+0 0.306035 0.628733
+0 0.307332 0.632807
+0 0.308278 0.63743
+0 0.308614 0.642466
+0.00106813 0.308858 0.648524
+0.0120089 0.307485 0.653773
+0.0233921 0.304326 0.6589
+0.0393835 0.299474 0.663737
+0.0661631 0.293538 0.668299
+0.10663 0.29247 0.67393
+0.144854 0.290501 0.680186
+0.181201 0.287617 0.687099
+0.217929 0.285313 0.690837
+0.258976 0.284489 0.690913
+0.303944 0.283574 0.691432
+0.347982 0.282567 0.692027
+0.390539 0.281285 0.692882
+0.432212 0.279759 0.693904
+0.474952 0.277867 0.694804
+0.518822 0.275654 0.696056
+0.563317 0.273335 0.697566
+0.609049 0.271015 0.699199
+0.656794 0.26894 0.701335
+0.705516 0.269093 0.703395
+0.757412 0.269032 0.706538
+0.81178 0.280537 0.714229
+0.869581 0.307652 0.726848
+0.930312 0.336339 0.74136
+0.952422 0.366049 0.756863
+0.975494 0.397162 0.77406
+0 0.329931 0.626734
+0 0.329976 0.627085
+0 0.329931 0.627817
+0 0.330694 0.63035
+0 0.332158 0.634287
+0 0.333288 0.638849
+0 0.333944 0.643809
+0.00250248 0.334691 0.649577
+0.0133211 0.333898 0.654978
+0.0242466 0.33164 0.659937
+0.0388647 0.327794 0.664775
+0.0624857 0.322133 0.669337
+0.0991379 0.319844 0.674693
+0.137682 0.318669 0.680888
+0.17464 0.316609 0.687694
+0.209842 0.313771 0.695476
+0.244739 0.311818 0.698848
+0.287526 0.311025 0.699168
+0.334356 0.310048 0.69958
+0.380087 0.308797 0.70045
+0.423636 0.307332 0.701396
+0.467979 0.305318 0.70248
+0.512886 0.303029 0.703609
+0.558419 0.300404 0.705013
+0.604929 0.297704 0.706722
+0.652827 0.29514 0.708614
+0.701503 0.295354 0.710033
+0.753384 0.295842 0.712596
+0.809461 0.29543 0.716426
+0.868803 0.309422 0.725139
+0.930083 0.338079 0.739239
+0.952422 0.367559 0.754543
+0.975357 0.398611 0.771282
+0 0.353704 0.628229
+0 0.353689 0.628458
+0 0.354086 0.629801
+0 0.3552 0.632456
+0 0.35668 0.636301
+0 0.357839 0.640681
+0 0.358755 0.645365
+0.00418097 0.359716 0.650965
+0.0146944 0.359442 0.656245
+0.0254978 0.357855 0.661189
+0.0390631 0.35491 0.66598
+0.0606851 0.350378 0.67039
+0.091371 0.34609 0.67538
+0.130129 0.345571 0.681544
+0.16762 0.344366 0.688258
+0.203052 0.342489 0.695689
+0.235828 0.339727 0.704295
+0.271824 0.33814 0.706966
+0.319066 0.337072 0.707469
+0.368643 0.335882 0.708217
+0.414649 0.334386 0.708934
+0.460624 0.332479 0.709941
+0.507271 0.329961 0.711055
+0.553719 0.327291 0.712291
+0.600946 0.324224 0.713756
+0.649607 0.321157 0.715511
+0.697917 0.321279 0.716213
+0.748852 0.322087 0.717861
+0.804822 0.32224 0.721233
+0.866972 0.321401 0.725826
+0.929839 0.33991 0.736858
+0.952224 0.369268 0.751842
+0.975341 0.400214 0.768429
+0 0.37734 0.630457
+0 0.377554 0.63093
+0 0.378119 0.63241
+0 0.37937 0.635126
+0 0.380743 0.638651
+0 0.381949 0.642817
+0 0.382971 0.647288
+0.00634775 0.384237 0.652674
+0.0164492 0.384237 0.65774
+0.0269017 0.3832 0.662577
+0.0396124 0.380957 0.667247
+0.0594339 0.377356 0.671565
+0.0855116 0.372473 0.676127
+0.122194 0.371389 0.682048
+0.160037 0.370672 0.688655
+0.195834 0.369406 0.695994
+0.229419 0.367575 0.704372
+0.261433 0.364675 0.714199
+0.303243 0.363409 0.715633
+0.355291 0.362264 0.716213
+0.405249 0.360769 0.717006
+0.453422 0.358862 0.717678
+0.5019 0.356344 0.718593
+0.549874 0.353384 0.719738
+0.598108 0.350195 0.720851
+0.647349 0.346609 0.722362
+0.695781 0.346441 0.722362
+0.745937 0.347707 0.72314
+0.8009 0.348135 0.72578
+0.862928 0.347753 0.729992
+0.929351 0.346273 0.735409
+0.951995 0.371069 0.74873
+0.975174 0.401892 0.765057
+0 0.402731 0.634058
+0 0.403037 0.634592
+0 0.403769 0.636133
+0 0.404913 0.638575
+0 0.406043 0.641886
+0 0.407233 0.645563
+0 0.408377 0.64979
+0.00921645 0.40972 0.654871
+0.0188449 0.409949 0.659632
+0.0287938 0.409201 0.66424
+0.0407111 0.407492 0.668772
+0.0591135 0.404685 0.673136
+0.0836194 0.400748 0.677348
+0.11368 0.397391 0.68249
+0.151675 0.397391 0.688975
+0.18761 0.39678 0.696178
+0.221958 0.395651 0.704234
+0.254582 0.393759 0.713893
+0.289418 0.390585 0.724697
+0.339208 0.389456 0.725093
+0.393988 0.38793 0.725719
+0.445335 0.385885 0.726345
+0.496315 0.383139 0.727001
+0.546014 0.380041 0.727749
+0.595941 0.376318 0.728817
+0.645869 0.372457 0.729809
+0.694713 0.371908 0.729137
+0.744213 0.373495 0.728801
+0.798016 0.374319 0.730678
+0.859312 0.374289 0.734234
+0.924865 0.373419 0.738857
+0.95172 0.373114 0.745129
+0.97499 0.4038 0.761059
+0 0.431235 0.639399
+0 0.431403 0.639796
+0 0.431983 0.641108
+0 0.432868 0.643183
+0 0.433906 0.645899
+0 0.435035 0.649271
+0.00489815 0.436316 0.65333
+0.0133516 0.437446 0.658106
+0.0222324 0.43772 0.662409
+0.0314794 0.437293 0.666682
+0.0429999 0.435966 0.670924
+0.0597391 0.43386 0.674891
+0.0827649 0.43061 0.679026
+0.107698 0.426551 0.683482
+0.142184 0.425666 0.689494
+0.178439 0.425727 0.696483
+0.213184 0.425299 0.704204
+0.246464 0.424292 0.713405
+0.280415 0.422141 0.72488
+0.320531 0.418906 0.735561
+0.37911 0.417243 0.735958
+0.43476 0.415213 0.736355
+0.489174 0.412284 0.736553
+0.542046 0.40885 0.737087
+0.593866 0.404868 0.737652
+0.645258 0.400366 0.738521
+0.69482 0.399237 0.736965
+0.743877 0.401053 0.735302
+0.796704 0.402182 0.736263
+0.856245 0.402625 0.738766
+0.919051 0.402609 0.74197
+0.949828 0.400168 0.747189
+0.974807 0.406027 0.756146
+0 0.46273 0.645914
+0 0.462837 0.64625
+0 0.463325 0.647334
+0 0.463981 0.649073
+0 0.464805 0.651408
+0.0049897 0.466011 0.654536
+0.0118105 0.467308 0.658289
+0.0192874 0.467994 0.661982
+0.0272831 0.468254 0.665888
+0.0357366 0.467933 0.669718
+0.0466011 0.466926 0.673442
+0.0624399 0.465232 0.677287
+0.0834974 0.46273 0.681147
+0.106523 0.459495 0.685359
+0.131594 0.456107 0.689815
+0.168109 0.456596 0.696635
+0.202869 0.456825 0.704036
+0.236973 0.456535 0.712749
+0.271351 0.455573 0.723705
+0.306218 0.453071 0.737575
+0.357092 0.449439 0.74786
+0.420172 0.447227 0.747936
+0.479881 0.444114 0.747814
+0.53695 0.440223 0.747936
+0.591852 0.435645 0.748028
+0.645243 0.430488 0.748241
+0.6963 0.428321 0.745922
+0.745007 0.430579 0.742489
+0.796689 0.432151 0.741848
+0.85362 0.433204 0.742443
+0.912764 0.433967 0.744152
+0.947188 0.432059 0.748974
+0.971862 0.429374 0.755428
+0.000854505 0.497261 0.653895
+0.00158694 0.497414 0.654215
+0.00360113 0.497841 0.655207
+0.00683604 0.498405 0.656687
+0.0109712 0.499199 0.658793
+0.0155184 0.500145 0.661448
+0.0211795 0.500725 0.664378
+0.0274815 0.501091 0.667323
+0.0341802 0.501152 0.670451
+0.041886 0.500862 0.673732
+0.0527352 0.500038 0.677104
+0.067689 0.498802 0.680385
+0.0866407 0.49691 0.683864
+0.1075 0.494285 0.687617
+0.129534 0.491218 0.691661
+0.157015 0.489265 0.696834
+0.19118 0.489982 0.703838
+0.225956 0.490471 0.711955
+0.26067 0.490455 0.722194
+0.296132 0.489281 0.735164
+0.334203 0.486213 0.751812
+0.398993 0.482963 0.758328
+0.465812 0.479332 0.75964
+0.529381 0.474495 0.760494
+0.588998 0.469306 0.760021
+0.645884 0.463249 0.75964
+0.699245 0.459678 0.756436
+0.747738 0.462547 0.749599
+0.797696 0.464836 0.746212
+0.851865 0.466728 0.744579
+0.906981 0.468116 0.745037
+0.944747 0.466621 0.749279
+0.967514 0.464759 0.755825
+0.0183871 0.535164 0.66421
+0.0188296 0.535225 0.664424
+0.0201572 0.535409 0.665125
+0.0221103 0.535775 0.666194
+0.0251011 0.536004 0.667567
+0.0288548 0.536355 0.669322
+0.033051 0.536583 0.671366
+0.0381018 0.536553 0.673564
+0.0439918 0.536492 0.676066
+0.052018 0.53608 0.678676
+0.0629129 0.535363 0.681422
+0.0769207 0.534295 0.684337
+0.0940108 0.532631 0.687312
+0.111925 0.530739 0.690715
+0.131029 0.528527 0.694087
+0.151797 0.525704 0.697993
+0.179461 0.524742 0.703517
+0.213886 0.525765 0.71104
+0.248814 0.52665 0.720485
+0.284245 0.526864 0.732418
+0.320729 0.525597 0.747677
+0.372381 0.522957 0.759945
+0.446708 0.520317 0.761135
+0.51667 0.516381 0.762356
+0.581949 0.511009 0.763622
+0.643656 0.503944 0.764645
+0.702495 0.494759 0.765469
+0.75172 0.497093 0.755383
+0.799725 0.500191 0.748547
+0.85069 0.503075 0.744686
+0.902312 0.504921 0.744259
+0.943069 0.50367 0.747738
+0.963439 0.50277 0.753826
+0.0373388 0.574517 0.6748
+0.037644 0.574472 0.674952
+0.0385901 0.574533 0.675364
+0.0399023 0.574594 0.676127
+0.0421759 0.574609 0.676997
+0.0451362 0.574563 0.678187
+0.0488594 0.574639 0.679652
+0.0540932 0.574365 0.681239
+0.0608682 0.574044 0.683009
+0.0694133 0.573526 0.684993
+0.0800488 0.572839 0.687114
+0.0927901 0.571878 0.689387
+0.106477 0.570687 0.69192
+0.121218 0.569268 0.694545
+0.137621 0.567468 0.69749
+0.155138 0.565316 0.700816
+0.173419 0.562829 0.70454
+0.201511 0.562676 0.710536
+0.236362 0.564141 0.719081
+0.271443 0.565423 0.729824
+0.307164 0.565881 0.743557
+0.345892 0.56466 0.76141
+0.420645 0.562768 0.762585
+0.499733 0.559777 0.762905
+0.573495 0.555337 0.761471
+0.640192 0.550103 0.759609
+0.700267 0.543328 0.758694
+0.756924 0.534447 0.758633
+0.803052 0.538491 0.748531
+0.850614 0.54229 0.742931
+0.899565 0.544411 0.741909
+0.942229 0.543496 0.744427
+0.959915 0.543481 0.750195
+0.0634623 0.614801 0.686
+0.0638132 0.614832 0.686107
+0.0648508 0.614725 0.686305
+0.0665446 0.614694 0.686732
+0.0690929 0.614572 0.687388
+0.0728161 0.614343 0.688106
+0.0771191 0.61413 0.689052
+0.0828717 0.613718 0.690105
+0.0895857 0.613367 0.691341
+0.0972152 0.612848 0.692744
+0.105791 0.612146 0.694316
+0.115496 0.611414 0.696071
+0.126177 0.610452 0.697948
+0.137789 0.609369 0.699962
+0.150469 0.608087 0.702327
+0.164385 0.606439 0.704936
+0.178958 0.604669 0.707958
+0.195651 0.602441 0.711452
+0.22446 0.60296 0.718105
+0.258274 0.604944 0.727626
+0.293111 0.606683 0.73962
+0.329549 0.607507 0.755108
+0.384482 0.606516 0.763668
+0.477363 0.603784 0.761929
+0.563775 0.600046 0.756436
+0.637797 0.596536 0.751186
+0.699672 0.592706 0.748287
+0.754818 0.58706 0.747616
+0.807538 0.579934 0.747219
+0.852293 0.584237 0.741268
+0.899641 0.586175 0.740307
+0.942718 0.585534 0.74197
+0.957565 0.586236 0.74725
+0.111452 0.655863 0.697276
+0.111742 0.655848 0.697368
+0.112642 0.655848 0.69749
+0.114168 0.65568 0.69778
+0.116304 0.655558 0.69807
+0.119051 0.65536 0.698528
+0.12221 0.655085 0.699184
+0.126253 0.654749 0.69984
+0.130785 0.654429 0.700694
+0.13611 0.65388 0.70161
+0.142168 0.653391 0.702693
+0.148913 0.65275 0.703914
+0.156405 0.652018 0.705257
+0.164752 0.65124 0.706798
+0.173617 0.650309 0.708553
+0.183261 0.649195 0.710307
+0.194003 0.64799 0.712474
+0.206683 0.646433 0.715068
+0.221546 0.64448 0.718517
+0.248798 0.645685 0.725536
+0.281636 0.648325 0.73547
+0.31603 0.650416 0.748348
+0.355688 0.651621 0.763058
+0.444312 0.648875 0.760464
+0.550515 0.644297 0.751339
+0.635676 0.642145 0.743206
+0.699657 0.641718 0.74107
+0.753445 0.639597 0.742428
+0.805158 0.633982 0.744259
+0.858335 0.627329 0.744533
+0.905058 0.628916 0.74345
+0.945647 0.628351 0.744305
+0.957015 0.629892 0.749523
+0.181048 0.696132 0.707301
+0.181201 0.696101 0.707301
+0.181659 0.696101 0.707439
+0.182589 0.696025 0.707591
+0.183734 0.695888 0.70779
+0.185412 0.695705 0.708064
+0.187411 0.695506 0.708385
+0.1897 0.695277 0.708827
+0.192432 0.695018 0.709331
+0.195651 0.694636 0.709819
+0.199176 0.694331 0.710552
+0.203433 0.693904 0.711223
+0.207843 0.693477 0.712108
+0.213062 0.692912 0.712993
+0.218402 0.692317 0.714153
+0.224292 0.69163 0.715373
+0.230884 0.690806 0.716701
+0.238163 0.689891 0.718364
+0.24686 0.688746 0.720333
+0.257588 0.68719 0.723201
+0.283192 0.689052 0.729946
+0.31458 0.692164 0.739635
+0.348394 0.695033 0.75198
+0.404334 0.695079 0.75819
+0.528511 0.688609 0.747906
+0.630854 0.686458 0.740108
+0.698711 0.689723 0.741726
+0.753262 0.691325 0.747997
+0.805554 0.688472 0.751812
+0.860578 0.68159 0.753155
+0.917296 0.672755 0.751827
+0.951644 0.672282 0.752194
+0.958892 0.674464 0.75816
+0.273259 0.734951 0.717708
+0.27332 0.734951 0.717708
+0.273655 0.734859 0.717708
+0.273945 0.734874 0.717784
+0.274449 0.734768 0.71783
+0.275044 0.734737 0.717952
+0.275685 0.734539 0.718074
+0.2766 0.734432 0.718242
+0.277699 0.734264 0.718425
+0.278904 0.734081 0.718654
+0.280232 0.733867 0.718898
+0.281605 0.733639 0.719188
+0.283513 0.733379 0.719539
+0.28542 0.733059 0.719905
+0.287709 0.732723 0.720317
+0.290044 0.732357 0.720836
+0.292744 0.731884 0.72137
+0.296117 0.731334 0.722026
+0.29987 0.730755 0.722866
+0.304936 0.7299 0.72401
+0.310979 0.728908 0.725429
+0.334234 0.731167 0.731075
+0.363348 0.734844 0.73901
+0.397192 0.738125 0.748867
+0.489998 0.734264 0.746258
+0.617182 0.730037 0.740902
+0.693828 0.736004 0.747616
+0.75082 0.742351 0.756863
+0.806073 0.743038 0.763821
+0.862318 0.738338 0.765881
+0.922789 0.728878 0.764096
+0.961883 0.721401 0.76524
+0.962325 0.728557 0.777813
+0.360662 0.77258 0.730999
+0.360678 0.772549 0.730999
+0.360708 0.772534 0.730999
+0.361028 0.772549 0.730968
+0.361212 0.772503 0.730953
+0.361593 0.772442 0.730892
+0.362051 0.772335 0.730831
+0.362509 0.772259 0.730785
+0.363287 0.772137 0.730648
+0.364126 0.77203 0.730541
+0.364797 0.771862 0.730419
+0.365698 0.771725 0.730297
+0.366873 0.771542 0.730129
+0.368048 0.771344 0.729992
+0.369146 0.771191 0.729809
+0.370443 0.770962 0.729625
+0.371878 0.770642 0.729381
+0.373556 0.770336 0.729137
+0.375341 0.769985 0.728786
+0.377539 0.769619 0.728328
+0.380163 0.769024 0.72781
+0.383383 0.768292 0.727199
+0.403006 0.77113 0.7308
+0.429038 0.775357 0.735683
+0.473304 0.778164 0.740047
+0.589624 0.774548 0.740719
+0.679896 0.781872 0.752361
+0.747097 0.790661 0.766659
+0.807446 0.802029 0.781888
+0.87097 0.805585 0.790677
+0.936736 0.802853 0.794965
+0.967407 0.795224 0.795972
+0.967483 0.796658 0.806699
+0.431876 0.813504 0.750896
+0.431922 0.813504 0.750851
+0.432013 0.813474 0.75079
+0.432212 0.813504 0.750729
+0.432441 0.813413 0.750591
+0.432853 0.813352 0.750423
+0.433249 0.813245 0.750195
+0.433829 0.813214 0.749935
+0.434379 0.813138 0.749645
+0.435065 0.812985 0.74931
+0.435874 0.812863 0.748913
+0.436744 0.812772 0.74847
+0.437583 0.812558 0.747982
+0.438682 0.812421 0.747433
+0.439673 0.812238 0.746853
+0.440879 0.812055 0.746181
+0.442206 0.811826 0.745449
+0.443595 0.811551 0.744503
+0.445258 0.811307 0.743343
+0.447364 0.811002 0.741924
+0.449775 0.810544 0.740063
+0.453025 0.810025 0.737682
+0.456687 0.809354 0.734508
+0.47808 0.812863 0.735836
+0.504219 0.818173 0.737316
+0.553292 0.82153 0.738827
+0.655665 0.828855 0.75256
+0.732647 0.840986 0.770138
+0.810651 0.86392 0.779171
+0.868025 0.860853 0.800305
+0.94107 0.870909 0.81503
+0.972946 0.875502 0.826978
+0.973159 0.877501 0.838727
+0.485298 0.865202 0.780896
+0.485313 0.865202 0.78088
+0.485481 0.865187 0.780819
+0.485603 0.865171 0.780636
+0.485893 0.86511 0.780438
+0.486275 0.865019 0.780194
+0.486671 0.864942 0.779828
+0.487205 0.864881 0.779461
+0.487709 0.86479 0.779049
+0.48838 0.864744 0.778592
+0.489128 0.864622 0.777981
+0.490013 0.864454 0.77734
+0.490944 0.864302 0.776608
+0.492042 0.864134 0.775799
+0.493126 0.863935 0.774838
+0.49427 0.863432 0.7738
+0.495506 0.863172 0.772702
+0.496941 0.862959 0.77145
+0.498772 0.862669 0.769787
+0.500999 0.862303 0.767758
+0.503563 0.861814 0.765164
+0.506737 0.861311 0.761837
+0.510857 0.860609 0.757427
+0.515496 0.859876 0.751369
+0.536324 0.865095 0.750225
+0.56202 0.871885 0.747829
+0.617456 0.878202 0.748486
+0.708782 0.893248 0.769543
+0.776761 0.933181 0.770321
+0.879957 0.943374 0.78645
+0.926574 0.918837 0.808301
+0.974014 0.921599 0.816754
+0.976608 0.931609 0.835904
+0.521355 0.922194 0.81326
+0.52137 0.922194 0.813199
+0.521492 0.922179 0.813092
+0.521706 0.922164 0.812909
+0.521981 0.922118 0.812696
+0.522332 0.922026 0.812345
+0.522744 0.921996 0.811963
+0.523293 0.922011 0.811521
+0.523873 0.921904 0.810971
+0.524559 0.921767 0.810361
+0.525338 0.921721 0.809659
+0.526207 0.921599 0.808865
+0.527108 0.921477 0.807996
+0.527947 0.921401 0.80705
+0.529091 0.921187 0.805951
+0.530282 0.92108 0.80473
+0.531594 0.920913 0.803418
+0.533074 0.920699 0.801877
+0.534844 0.920287 0.799969
+0.536797 0.920058 0.79762
+0.539406 0.919707 0.794644
+0.54255 0.919264 0.790768
+0.546151 0.918807 0.785824
+0.550805 0.918181 0.779126
+0.556283 0.917464 0.769924
+0.575998 0.922408 0.764141
+0.599863 0.928954 0.754391
+0.664469 0.941604 0.756741
+0.744015 0.963287 0.765667
+0.828962 0.979873 0.762142
+0.939361 0.981765 0.772778
+0.959854 0.964446 0.80444
+0.977081 0.965499 0.817502
+0.542947 0.966735 0.841276
+0.542992 0.966735 0.84123
+0.543053 0.966735 0.841108
+0.543191 0.966735 0.840925
+0.543435 0.966735 0.840681
+0.543725 0.966705 0.840253
+0.544121 0.966674 0.839811
+0.54461 0.966659 0.839277
+0.545144 0.966628 0.838651
+0.545754 0.966583 0.837903
+0.546456 0.966552 0.837095
+0.547219 0.966491 0.836164
+0.548074 0.966445 0.835157
+0.548989 0.966384 0.833997
+0.550011 0.966339 0.832761
+0.551095 0.966262 0.831388
+0.552087 0.966247 0.829908
+0.553384 0.966155 0.828168
+0.554986 0.966064 0.826047
+0.556909 0.965942 0.823331
+0.559213 0.965805 0.820005
+0.561807 0.965682 0.815839
+0.565194 0.965469 0.810468
+0.569085 0.96527 0.803433
+0.57406 0.96495 0.793927
+0.579965 0.964645 0.780774
+0.600992 0.967041 0.770596
+0.631037 0.971298 0.756161
+0.700862 0.980346 0.756893
+0.751293 1 0.723308
+0.883482 1 0.744121
+0.971344 1 0.746715
+0.973983 0.995514 0.783536
+0.564157 0.996445 0.872374
+0.564202 0.996445 0.872328
+0.564309 0.996445 0.87219
+0.564431 0.996414 0.871946
+0.56466 0.996414 0.871626
+0.564935 0.996384 0.871183
+0.565316 0.996368 0.870695
+0.565713 0.996338 0.869734
+0.566217 0.996307 0.869047
+0.566766 0.996277 0.868238
+0.567269 0.996277 0.867323
+0.567864 0.996246 0.866346
+0.568597 0.996201 0.865156
+0.569421 0.996139 0.863905
+0.570321 0.996078 0.86247
+0.571283 0.996033 0.860975
+0.572305 0.995956 0.859327
+0.573495 0.99588 0.85742
+0.574884 0.995789 0.855085
+0.57644 0.995712 0.852262
+0.5785 0.99556 0.848722
+0.580987 0.995407 0.844266
+0.583871 0.995224 0.838666
+0.587396 0.994995 0.831449
+0.591684 0.994705 0.822003
+0.596933 0.9944 0.809262
+0.603204 0.994018 0.791394
+0.626108 0.997177 0.77641
+0.666941 1 0.760586
+0.714199 1 0.734462
+0.833341 1 0.763546
+0.949218 1 0.775372
+0.97145 1 0.782513
+0 0.105928 0.648249
+0 0.105806 0.648829
+0 0.105257 0.650523
+0 0.104097 0.653117
+0 0.102113 0.656474
+0 0.0992447 0.660334
+0 0.094255 0.664042
+0 0.0871595 0.66714
+0 0.0788739 0.668025
+0.0533455 0.0766155 0.666773
+0.11194 0.0777142 0.666239
+0.166735 0.0794995 0.66627
+0.215305 0.0821393 0.667048
+0.257206 0.0853132 0.668284
+0.294957 0.0889906 0.669871
+0.328771 0.0931258 0.671641
+0.359396 0.0973068 0.673594
+0.387732 0.102266 0.675914
+0.417639 0.108309 0.678447
+0.449393 0.115419 0.681697
+0.48249 0.124193 0.685527
+0.517082 0.13492 0.690288
+0.552819 0.147936 0.696071
+0.590066 0.163577 0.703227
+0.62884 0.182437 0.711574
+0.669429 0.204196 0.721508
+0.712077 0.229053 0.732891
+0.760571 0.250965 0.746944
+0.812634 0.275273 0.761761
+0.869673 0.3019 0.77731
+0.930129 0.33051 0.793973
+0.952056 0.360388 0.8112
+0.975052 0.391775 0.829282
+0 0.106203 0.648112
+0 0.106081 0.648753
+0 0.105592 0.650462
+0 0.104494 0.653132
+0 0.102541 0.656519
+0 0.0997177 0.660456
+0 0.0948653 0.664164
+0 0.0878004 0.667369
+0 0.0794842 0.668574
+0.0505074 0.076997 0.667277
+0.109789 0.0781109 0.666667
+0.164797 0.0798962 0.666773
+0.214054 0.0824445 0.667399
+0.256077 0.0856184 0.668589
+0.294041 0.0892958 0.670207
+0.328206 0.09337 0.671931
+0.358907 0.0975967 0.673869
+0.387213 0.102556 0.676143
+0.417243 0.108537 0.678737
+0.448981 0.11574 0.681926
+0.482216 0.124422 0.68574
+0.516915 0.135103 0.690486
+0.552666 0.14815 0.696254
+0.589914 0.16376 0.703319
+0.628794 0.182544 0.71165
+0.669383 0.204273 0.721569
+0.712077 0.229099 0.732967
+0.760586 0.251072 0.74699
+0.812589 0.27538 0.761776
+0.869718 0.301976 0.77731
+0.930114 0.330617 0.793927
+0.952056 0.360403 0.811185
+0.975036 0.391836 0.829206
+0 0.106767 0.647486
+0 0.106737 0.648219
+0 0.106493 0.650187
+0 0.105608 0.65304
+0 0.103807 0.656535
+0 0.10103 0.660655
+0 0.0966812 0.664775
+0 0.0897536 0.668025
+0 0.0813001 0.670069
+0.0419013 0.0782788 0.668788
+0.10277 0.0792706 0.668086
+0.159167 0.0808881 0.668025
+0.209628 0.0833906 0.668528
+0.252903 0.0865339 0.669734
+0.291188 0.0902419 0.671214
+0.326116 0.0941939 0.672923
+0.357015 0.0985122 0.674754
+0.385733 0.10341 0.676951
+0.415976 0.1093 0.679438
+0.447959 0.116487 0.682567
+0.481437 0.125093 0.686458
+0.516136 0.135714 0.691005
+0.5523 0.148653 0.696818
+0.589624 0.164187 0.703731
+0.628534 0.182895 0.712047
+0.6692 0.204532 0.721904
+0.711925 0.229358 0.733166
+0.76054 0.251209 0.747082
+0.812558 0.275517 0.761776
+0.869657 0.30219 0.777264
+0.930098 0.330755 0.793805
+0.952041 0.360616 0.811063
+0.975021 0.392004 0.829023
+0 0.10808 0.647318
+0 0.107881 0.647562
+0 0.107454 0.649165
+0 0.107118 0.652522
+0 0.105791 0.656413
+0 0.103212 0.660731
+0 0.0994125 0.665263
+0 0.0930343 0.6692
+0 0.0842451 0.672206
+0.0281224 0.0803388 0.671305
+0.0911116 0.081117 0.670405
+0.149523 0.0826276 0.670085
+0.202335 0.084947 0.670375
+0.247166 0.0881056 0.671458
+0.286549 0.091783 0.67277
+0.322026 0.0957351 0.674479
+0.353933 0.0999619 0.676188
+0.383261 0.104829 0.678233
+0.413855 0.110628 0.680797
+0.44625 0.117723 0.683833
+0.480003 0.126253 0.687495
+0.515007 0.136797 0.691966
+0.551492 0.149508 0.697536
+0.588937 0.164996 0.704494
+0.628092 0.183444 0.712612
+0.668956 0.204959 0.722316
+0.711849 0.229557 0.733486
+0.760464 0.251514 0.74728
+0.812497 0.275807 0.761852
+0.869627 0.30248 0.777203
+0.930083 0.33109 0.793622
+0.952026 0.360876 0.810758
+0.975006 0.392248 0.828702
+0 0.117327 0.649561
+0 0.116762 0.649836
+0 0.115373 0.650111
+0 0.113954 0.652659
+0 0.112184 0.656855
+0 0.10869 0.661219
+0 0.103456 0.665675
+0 0.0973983 0.670237
+0 0.0889754 0.673793
+0.0103914 0.0832532 0.674693
+0.0737926 0.0838178 0.673625
+0.135286 0.0850996 0.672938
+0.191135 0.0873732 0.673136
+0.23856 0.0904402 0.673838
+0.27985 0.0939193 0.675074
+0.316533 0.0977646 0.676524
+0.349859 0.101991 0.678233
+0.379599 0.106828 0.680079
+0.41088 0.112505 0.68249
+0.443732 0.119539 0.685389
+0.477882 0.127947 0.688899
+0.513344 0.138293 0.693202
+0.55024 0.150805 0.698665
+0.588037 0.166049 0.705409
+0.62742 0.184314 0.713405
+0.668574 0.205539 0.722988
+0.711589 0.229953 0.733944
+0.760357 0.251911 0.747509
+0.81239 0.276265 0.761883
+0.869596 0.302861 0.777157
+0.930037 0.331548 0.793423
+0.951995 0.361318 0.810391
+0.974945 0.39266 0.828214
+0 0.13312 0.65211
+0 0.13254 0.652384
+0 0.131182 0.653208
+0 0.129625 0.654887
+0 0.128267 0.65919
+0 0.125353 0.663691
+0 0.120867 0.668376
+0 0.114183 0.673152
+0 0.104173 0.676799
+0 0.0931716 0.679744
+0.0525673 0.0910964 0.678325
+0.115511 0.0888533 0.67686
+0.175372 0.0905776 0.676371
+0.22649 0.093431 0.676844
+0.270405 0.0967269 0.677852
+0.308873 0.100587 0.679103
+0.343694 0.104692 0.680659
+0.374701 0.109453 0.682368
+0.406806 0.115038 0.684611
+0.44033 0.121813 0.687327
+0.475242 0.130129 0.690669
+0.511116 0.140246 0.694789
+0.548486 0.152453 0.700084
+0.586938 0.167422 0.706584
+0.626596 0.185397 0.714427
+0.668086 0.206195 0.723781
+0.711406 0.230335 0.734539
+0.760128 0.252461 0.747799
+0.812207 0.276829 0.761944
+0.869505 0.303471 0.777081
+0.929992 0.332097 0.793072
+0.951965 0.361852 0.809903
+0.974899 0.393118 0.827588
+0 0.151812 0.654978
+0 0.151263 0.655207
+0 0.149813 0.656092
+0 0.148302 0.657526
+0 0.147387 0.66183
+0 0.145129 0.666377
+0 0.141268 0.671366
+0 0.135622 0.676432
+0 0.126619 0.680446
+0.000183108 0.114443 0.683665
+0.0404517 0.111299 0.685054
+0.100099 0.109209 0.68365
+0.160082 0.10724 0.682506
+0.213565 0.105821 0.682033
+0.258732 0.104723 0.682033
+0.298955 0.104082 0.682292
+0.335424 0.10808 0.683543
+0.36875 0.112627 0.685206
+0.401755 0.118059 0.687251
+0.436011 0.124697 0.689708
+0.471778 0.132753 0.692958
+0.508598 0.142626 0.696864
+0.546304 0.154665 0.701839
+0.585336 0.169177 0.708064
+0.625696 0.186557 0.71577
+0.667414 0.207141 0.724743
+0.71107 0.231006 0.73521
+0.759854 0.253117 0.74818
+0.811994 0.277562 0.76199
+0.869398 0.304128 0.776883
+0.929931 0.332738 0.79263
+0.951888 0.362493 0.809277
+0.974838 0.393744 0.826841
+0 0.172702 0.658305
+0 0.172198 0.658534
+0 0.170779 0.659281
+0 0.169268 0.66041
+0 0.16875 0.664607
+0 0.167193 0.669459
+0 0.164172 0.674601
+0 0.159655 0.679942
+0 0.152026 0.684215
+0.00285344 0.141192 0.687846
+0.0352941 0.134936 0.691218
+0.0843977 0.132677 0.69099
+0.14432 0.130571 0.689708
+0.200168 0.128954 0.689021
+0.247501 0.127855 0.688991
+0.289006 0.126741 0.689204
+0.326299 0.125673 0.68957
+0.361166 0.124468 0.689891
+0.395132 0.123095 0.690379
+0.43064 0.128145 0.692515
+0.46743 0.135988 0.69543
+0.505119 0.14551 0.699107
+0.543999 0.157092 0.703929
+0.583444 0.171191 0.709804
+0.624277 0.18822 0.717205
+0.666621 0.208194 0.725841
+0.710674 0.231647 0.736004
+0.75964 0.253834 0.748547
+0.811749 0.278264 0.76202
+0.869123 0.30486 0.776593
+0.929854 0.333547 0.792142
+0.951827 0.36321 0.808591
+0.974762 0.39443 0.82591
+0 0.19501 0.661646
+0 0.194614 0.66186
+0 0.193332 0.662593
+0 0.191791 0.663462
+0 0.191501 0.667475
+0 0.190738 0.672557
+0 0.188617 0.677852
+0 0.185275 0.683604
+0 0.179019 0.688197
+0.00622568 0.169802 0.692119
+0.0336309 0.161959 0.695644
+0.0758831 0.158221 0.698955
+0.126696 0.156512 0.697734
+0.184268 0.154772 0.696818
+0.23473 0.153399 0.696574
+0.27808 0.152392 0.696773
+0.316655 0.151278 0.697185
+0.353201 0.150271 0.697658
+0.387869 0.148898 0.698207
+0.42385 0.147433 0.698756
+0.461967 0.145525 0.699489
+0.501076 0.148836 0.701732
+0.540658 0.160067 0.706142
+0.58114 0.173709 0.711833
+0.622751 0.190021 0.718746
+0.665721 0.209384 0.727169
+0.710231 0.232319 0.736965
+0.759304 0.254643 0.748959
+0.811582 0.279133 0.762188
+0.868849 0.305837 0.776226
+0.929763 0.334432 0.791501
+0.951766 0.36408 0.807736
+0.974685 0.395193 0.824857
+0 0.21767 0.664744
+0 0.217319 0.664973
+0 0.216205 0.66569
+0 0.214878 0.666972
+0 0.21445 0.670039
+0 0.214374 0.675349
+0 0.213169 0.680842
+0 0.210864 0.686793
+0 0.206165 0.691814
+0.0105135 0.198856 0.696284
+0.0319371 0.189807 0.699733
+0.0732586 0.186694 0.703944
+0.114611 0.183703 0.706264
+0.16643 0.182025 0.705379
+0.220188 0.180636 0.704936
+0.265843 0.179614 0.705104
+0.306065 0.178653 0.705455
+0.343893 0.177615 0.705791
+0.380133 0.176333 0.706386
+0.416983 0.174731 0.707088
+0.455436 0.173007 0.707912
+0.495247 0.170993 0.708736
+0.536583 0.168933 0.710002
+0.578363 0.176547 0.713909
+0.620813 0.192172 0.720516
+0.664652 0.210788 0.728557
+0.709834 0.233005 0.738064
+0.758999 0.255528 0.749584
+0.81117 0.280156 0.762188
+0.868498 0.306935 0.77586
+0.929824 0.335363 0.790921
+0.951644 0.365072 0.806699
+0.974578 0.396109 0.823606
+0 0.240818 0.667552
+0 0.240467 0.667765
+0 0.239506 0.668482
+0 0.238178 0.669688
+0 0.237842 0.67245
+0 0.238361 0.677897
+0 0.237888 0.683528
+0 0.236439 0.689555
+0.00263981 0.23299 0.695094
+0.0140536 0.227161 0.699718
+0.0322728 0.218738 0.703624
+0.0705119 0.214862 0.707958
+0.110658 0.211582 0.712749
+0.151766 0.209323 0.71397
+0.202792 0.207904 0.713436
+0.251514 0.206851 0.71342
+0.293797 0.205951 0.713787
+0.333364 0.205066 0.714229
+0.371633 0.203891 0.7149
+0.409201 0.202564 0.715694
+0.448249 0.200916 0.716426
+0.488869 0.199145 0.717479
+0.530907 0.197131 0.718761
+0.574182 0.195056 0.720317
+0.61854 0.194568 0.722591
+0.663096 0.212467 0.730098
+0.709239 0.233875 0.739132
+0.758389 0.25658 0.750088
+0.810712 0.281224 0.762158
+0.868101 0.308049 0.775326
+0.929686 0.336522 0.790112
+0.951537 0.366125 0.805539
+0.974472 0.397147 0.822187
+0 0.264347 0.669947
+0 0.264042 0.670176
+0 0.263188 0.670893
+0 0.261769 0.672023
+0 0.26157 0.674617
+0 0.262638 0.68014
+0 0.262791 0.685893
+0 0.262028 0.691875
+0.00534066 0.259815 0.697627
+0.0169833 0.255238 0.702739
+0.0336919 0.24828 0.706981
+0.0662242 0.242649 0.711208
+0.107103 0.240223 0.716152
+0.145769 0.236805 0.721523
+0.186618 0.235187 0.722042
+0.235126 0.234043 0.721904
+0.279973 0.233158 0.722148
+0.321584 0.232334 0.722591
+0.361929 0.231403 0.723186
+0.400732 0.230137 0.72401
+0.440665 0.228656 0.725017
+0.482109 0.226871 0.726101
+0.524804 0.224872 0.727443
+0.568627 0.222904 0.728862
+0.613886 0.220996 0.7308
+0.660822 0.219501 0.73315
+0.708309 0.234897 0.740276
+0.757687 0.257725 0.750546
+0.810239 0.282475 0.762005
+0.867704 0.3093 0.774731
+0.929519 0.337758 0.789136
+0.951583 0.367224 0.804334
+0.97435 0.398245 0.820569
+0 0.288045 0.671702
+0 0.2878 0.671931
+0 0.286992 0.672587
+0 0.28571 0.673716
+0 0.285664 0.676219
+0 0.287068 0.681605
+0 0.287785 0.687343
+0 0.287648 0.693294
+0.00721752 0.286381 0.699458
+0.0188907 0.282902 0.704585
+0.0345922 0.277287 0.709392
+0.0606546 0.269917 0.713634
+0.102358 0.268299 0.718807
+0.141649 0.26569 0.724269
+0.178332 0.262455 0.730144
+0.219135 0.261326 0.729931
+0.263554 0.260548 0.730175
+0.307698 0.259754 0.730632
+0.349996 0.258885 0.731472
+0.391073 0.25771 0.73228
+0.432029 0.25626 0.733288
+0.474174 0.254627 0.734279
+0.517723 0.252674 0.735637
+0.562509 0.250553 0.737194
+0.608743 0.248478 0.739162
+0.656443 0.246754 0.741253
+0.706096 0.245686 0.743984
+0.756909 0.258839 0.750988
+0.809613 0.283757 0.761837
+0.867308 0.310643 0.774105
+0.929351 0.339101 0.787961
+0.951446 0.36846 0.802869
+0.974411 0.399374 0.818891
+0 0.311803 0.672923
+0 0.311574 0.673152
+0 0.310857 0.673808
+0 0.309697 0.674846
+0 0.309819 0.677317
+0 0.311559 0.682612
+0 0.312749 0.688319
+0 0.3131 0.694148
+0.00820935 0.312703 0.700435
+0.0201724 0.31017 0.705882
+0.0347295 0.305684 0.710689
+0.0583963 0.299092 0.715343
+0.0958877 0.295903 0.720226
+0.135683 0.294087 0.725841
+0.173175 0.291524 0.732097
+0.209369 0.288624 0.737682
+0.247547 0.287831 0.737819
+0.291585 0.287053 0.738247
+0.336324 0.286244 0.738872
+0.380133 0.285206 0.739696
+0.422492 0.283894 0.740764
+0.465782 0.282155 0.74197
+0.510384 0.280247 0.743374
+0.555825 0.278065 0.744778
+0.602762 0.275822 0.746731
+0.651438 0.273716 0.748959
+0.702052 0.272129 0.751568
+0.75436 0.271977 0.754421
+0.808774 0.285267 0.761593
+0.866819 0.312032 0.773312
+0.929152 0.340581 0.786694
+0.951263 0.369863 0.80116
+0.974258 0.400702 0.816861
+0 0.335363 0.673976
+0 0.33518 0.674144
+0 0.334539 0.674784
+0 0.333577 0.675715
+0 0.333974 0.678386
+0 0.335973 0.683604
+0 0.33753 0.689204
+0 0.338247 0.694987
+0.00900282 0.338567 0.701305
+0.0209049 0.336873 0.706767
+0.0346075 0.333364 0.711788
+0.0563821 0.328038 0.716258
+0.088365 0.322805 0.721096
+0.128466 0.321782 0.726802
+0.166812 0.319966 0.733013
+0.20267 0.317418 0.739788
+0.236667 0.315068 0.745037
+0.275212 0.31426 0.745327
+0.321202 0.313405 0.746044
+0.368154 0.312459 0.746975
+0.412406 0.311162 0.747967
+0.45687 0.309651 0.749065
+0.5028 0.307561 0.750408
+0.549172 0.305272 0.75198
+0.596658 0.302846 0.753735
+0.64593 0.300435 0.755856
+0.697292 0.298207 0.758282
+0.749889 0.298344 0.760555
+0.806256 0.298253 0.763958
+0.865614 0.313649 0.77229
+0.928908 0.342199 0.785229
+0.951064 0.371328 0.799237
+0.97409 0.402106 0.814618
+0 0.358282 0.675181
+0 0.358144 0.675319
+0 0.357565 0.675898
+0 0.357076 0.677043
+0 0.357748 0.679835
+0 0.360021 0.685039
+0 0.361715 0.690455
+0 0.362737 0.696117
+0.00987259 0.363577 0.702373
+0.0217288 0.362539 0.70779
+0.0345159 0.359915 0.71284
+0.0548104 0.355703 0.717464
+0.0823835 0.349905 0.721843
+0.120745 0.348394 0.727459
+0.159701 0.347204 0.733577
+0.196124 0.345388 0.740398
+0.229847 0.343053 0.748196
+0.263478 0.3411 0.752712
+0.305379 0.340368 0.753292
+0.354498 0.339406 0.754116
+0.401816 0.338155 0.755123
+0.448127 0.336568 0.756313
+0.495354 0.334524 0.757382
+0.542855 0.332097 0.758846
+0.591134 0.329442 0.760571
+0.64062 0.326696 0.762325
+0.692164 0.324086 0.764569
+0.745037 0.324208 0.766186
+0.801633 0.324559 0.768902
+0.863935 0.323934 0.773144
+0.928359 0.343786 0.783688
+0.950835 0.372961 0.797101
+0.973907 0.403647 0.8121
+0 0.380789 0.676326
+0 0.380636 0.676478
+0 0.380163 0.676966
+0 0.38024 0.678553
+0 0.381323 0.681743
+0 0.383658 0.68687
+0 0.385397 0.692073
+0 0.386801 0.697612
+0.0112154 0.387915 0.703853
+0.0228885 0.387366 0.709148
+0.0350195 0.385428 0.714015
+0.0538033 0.38204 0.718608
+0.0798505 0.377386 0.722957
+0.112718 0.3738 0.728038
+0.152102 0.37319 0.734173
+0.188861 0.372061 0.740902
+0.223392 0.370428 0.748531
+0.256031 0.367849 0.757534
+0.292271 0.366308 0.760967
+0.339925 0.365377 0.761669
+0.390982 0.364248 0.76257
+0.439536 0.362585 0.763684
+0.488396 0.360555 0.764767
+0.536873 0.358221 0.765911
+0.586145 0.355428 0.767437
+0.636515 0.352361 0.769192
+0.688457 0.349294 0.770977
+0.740856 0.349386 0.771908
+0.796963 0.350164 0.773968
+0.859754 0.349981 0.777523
+0.927092 0.348684 0.782483
+0.950652 0.374624 0.794842
+0.973709 0.405264 0.809323
+0 0.404074 0.677897
+0 0.403922 0.67808
+0 0.403998 0.67892
+0 0.404532 0.680674
+0 0.406332 0.684581
+0 0.408453 0.68925
+0 0.410224 0.694163
+0.00164797 0.411856 0.699565
+0.0131533 0.413077 0.705592
+0.0244297 0.41294 0.71075
+0.0362097 0.411582 0.715587
+0.0533913 0.409018 0.719982
+0.0778515 0.405081 0.724376
+0.105165 0.400305 0.728786
+0.143572 0.399634 0.734752
+0.180926 0.399039 0.741344
+0.216098 0.398032 0.748775
+0.249439 0.396353 0.757565
+0.283253 0.393439 0.768566
+0.324498 0.392065 0.77023
+0.378286 0.391028 0.770886
+0.429648 0.38941 0.771725
+0.48069 0.387274 0.772686
+0.531456 0.38471 0.77377
+0.582055 0.381689 0.774853
+0.633463 0.378317 0.776333
+0.685802 0.374853 0.777981
+0.738277 0.374701 0.778164
+0.793606 0.375799 0.77937
+0.855817 0.376013 0.782361
+0.922042 0.37554 0.78616
+0.950423 0.376562 0.792096
+0.973648 0.407004 0.80621
+0 0.430167 0.680812
+0 0.430121 0.680919
+0 0.430655 0.68217
+0 0.431937 0.684672
+0 0.433936 0.688411
+0 0.435828 0.692576
+0 0.437491 0.697322
+0.00546273 0.439185 0.702388
+0.0159457 0.440558 0.707897
+0.026627 0.440681 0.712718
+0.0378271 0.439704 0.717388
+0.0539406 0.437781 0.721782
+0.0766003 0.434745 0.726131
+0.102693 0.430747 0.730312
+0.133883 0.42771 0.735439
+0.171862 0.42771 0.741939
+0.207584 0.427253 0.749142
+0.241794 0.426383 0.757626
+0.276204 0.424506 0.7682
+0.311543 0.421225 0.77995
+0.361837 0.42005 0.780514
+0.41767 0.418448 0.781216
+0.47216 0.416175 0.781888
+0.525261 0.413458 0.782559
+0.578012 0.410239 0.783581
+0.630686 0.406561 0.784558
+0.684016 0.402487 0.785992
+0.736629 0.401938 0.785382
+0.790921 0.403372 0.785351
+0.851942 0.404059 0.786984
+0.915755 0.40441 0.789059
+0.948302 0.402197 0.793805
+0.973419 0.409125 0.802228
+0 0.46067 0.685832
+0 0.46099 0.686351
+0 0.461921 0.68809
+0 0.463081 0.690517
+0 0.464591 0.693568
+0 0.466148 0.697154
+0.000503548 0.467796 0.701289
+0.0108186 0.469505 0.706279
+0.0202792 0.47071 0.711116
+0.0299992 0.470909 0.715572
+0.0403906 0.47042 0.719966
+0.0557717 0.468849 0.724041
+0.076585 0.466545 0.728084
+0.10132 0.463294 0.732128
+0.126741 0.459297 0.736599
+0.16141 0.458335 0.742473
+0.197391 0.458473 0.74934
+0.232792 0.458228 0.757412
+0.267704 0.457359 0.767575
+0.30277 0.455177 0.780118
+0.343252 0.451698 0.791745
+0.401785 0.45005 0.792218
+0.460868 0.447761 0.792645
+0.518029 0.444816 0.792859
+0.573709 0.441047 0.793591
+0.628458 0.436896 0.794232
+0.683314 0.432242 0.795224
+0.736355 0.431022 0.793637
+0.789776 0.432944 0.791775
+0.848386 0.434424 0.791058
+0.908888 0.435508 0.791287
+0.945403 0.433768 0.795483
+0.970275 0.431205 0.801465
+0 0.495521 0.694148
+0 0.495735 0.69456
+0 0.49633 0.695705
+0 0.4972 0.697566
+0 0.498375 0.70016
+0.00167849 0.499687 0.703182
+0.010132 0.501122 0.707073
+0.0178988 0.502632 0.711315
+0.0262455 0.503456 0.715251
+0.0349584 0.503609 0.719173
+0.0449531 0.503151 0.723049
+0.0593423 0.502037 0.726848
+0.0788739 0.500191 0.730617
+0.101518 0.497719 0.73434
+0.125032 0.494652 0.738415
+0.149676 0.490852 0.742885
+0.185794 0.491402 0.749477
+0.222049 0.491737 0.757137
+0.257633 0.491798 0.766735
+0.293446 0.49073 0.778668
+0.329976 0.488075 0.793912
+0.379995 0.484474 0.80502
+0.445319 0.481941 0.805112
+0.508232 0.478706 0.80499
+0.568536 0.474617 0.805112
+0.626444 0.469963 0.805325
+0.683482 0.464469 0.805722
+0.737621 0.46247 0.802365
+0.789883 0.465126 0.797055
+0.845838 0.467475 0.793515
+0.902373 0.46923 0.792081
+0.942779 0.467948 0.79556
+0.965774 0.466224 0.801389
+0 0.533242 0.703548
+0 0.533364 0.703853
+0.00205997 0.533761 0.70489
+0.00584421 0.534478 0.706462
+0.0104829 0.535332 0.708522
+0.0155184 0.536538 0.711269
+0.0211795 0.53756 0.714214
+0.0276951 0.538247 0.71722
+0.0346227 0.538689 0.720424
+0.0422827 0.53872 0.723659
+0.0522621 0.538323 0.72694
+0.0663157 0.537377 0.73022
+0.0843519 0.535988 0.733593
+0.104479 0.53402 0.737087
+0.125872 0.531533 0.740826
+0.147982 0.52871 0.744732
+0.17348 0.526055 0.749432
+0.20972 0.52697 0.75671
+0.246372 0.527581 0.765759
+0.282628 0.527733 0.776974
+0.31902 0.526741 0.791028
+0.358755 0.523491 0.809369
+0.422248 0.519631 0.817884
+0.493767 0.515526 0.819348
+0.560906 0.511116 0.818708
+0.624292 0.505684 0.817716
+0.68426 0.49958 0.815732
+0.740566 0.4963 0.810208
+0.791455 0.499901 0.800305
+0.844694 0.503166 0.793698
+0.897734 0.505547 0.790921
+0.9411 0.504555 0.793515
+0.961624 0.503746 0.798993
+0.0206149 0.574304 0.715267
+0.0209964 0.574426 0.71548
+0.0222019 0.574716 0.716182
+0.0244297 0.574975 0.717235
+0.0274815 0.575372 0.718608
+0.0310521 0.575845 0.720348
+0.0355383 0.576135 0.722255
+0.0404059 0.576333 0.724529
+0.0464942 0.576364 0.726864
+0.0543374 0.576211 0.729381
+0.0648661 0.575692 0.731991
+0.0782635 0.574899 0.734768
+0.0945602 0.573724 0.737606
+0.11191 0.572244 0.740673
+0.130419 0.570336 0.743938
+0.14995 0.56817 0.747295
+0.170459 0.565484 0.751156
+0.19678 0.56376 0.756405
+0.233845 0.565087 0.764797
+0.270466 0.566049 0.775174
+0.306874 0.566445 0.788174
+0.344945 0.565164 0.804746
+0.3953 0.562142 0.819684
+0.473426 0.559258 0.820783
+0.549157 0.554726 0.820493
+0.619532 0.54905 0.81854
+0.68426 0.541924 0.816648
+0.745159 0.532784 0.815702
+0.795102 0.537362 0.8009
+0.845243 0.541878 0.791226
+0.895277 0.544518 0.78764
+0.940414 0.543877 0.789105
+0.958419 0.543938 0.793835
+0.042237 0.616281 0.726894
+0.0425422 0.616342 0.727062
+0.0434882 0.616342 0.727443
+0.0451514 0.616342 0.728038
+0.0474403 0.616419 0.728954
+0.0502174 0.61648 0.730114
+0.0545663 0.61651 0.731395
+0.0597696 0.616358 0.732937
+0.0666667 0.616129 0.734615
+0.0754559 0.615778 0.7364
+0.0859541 0.615167 0.73843
+0.0981003 0.614404 0.74052
+0.111223 0.613397 0.742809
+0.125475 0.612222 0.745327
+0.140764 0.610849 0.748089
+0.157092 0.609155 0.751019
+0.174121 0.607217 0.754208
+0.19321 0.604761 0.758053
+0.221439 0.603723 0.76408
+0.257511 0.605493 0.773541
+0.293919 0.606943 0.785275
+0.330846 0.607492 0.800214
+0.370443 0.606241 0.819821
+0.446921 0.603769 0.821271
+0.535729 0.599741 0.816541
+0.615763 0.595193 0.809934
+0.684199 0.590677 0.804166
+0.744518 0.584909 0.801144
+0.800855 0.577646 0.799237
+0.847944 0.583062 0.788128
+0.896254 0.585733 0.78439
+0.941314 0.585382 0.784649
+0.956329 0.586282 0.788739
+0.0772259 0.658564 0.73753
+0.0776074 0.658518 0.737591
+0.0788128 0.658549 0.737835
+0.0807507 0.658427 0.738186
+0.083772 0.65832 0.738689
+0.0875868 0.658167 0.739406
+0.0923781 0.657893 0.740169
+0.0978714 0.657633 0.741176
+0.104204 0.657237 0.742336
+0.111513 0.65687 0.743587
+0.119783 0.656306 0.744976
+0.129 0.655604 0.746578
+0.138842 0.654902 0.748409
+0.149844 0.653895 0.750317
+0.161746 0.652873 0.752453
+0.174182 0.651728 0.754894
+0.18764 0.650156 0.757534
+0.20267 0.648554 0.760494
+0.220661 0.646372 0.764492
+0.24802 0.646052 0.771191
+0.283528 0.648341 0.781353
+0.319768 0.65005 0.794247
+0.357885 0.650874 0.810849
+0.410025 0.649592 0.820615
+0.518486 0.6448 0.811368
+0.612894 0.640726 0.79942
+0.686824 0.638972 0.791333
+0.746166 0.636759 0.789395
+0.800275 0.631861 0.790066
+0.855009 0.62565 0.790143
+0.902434 0.628061 0.786221
+0.944549 0.627909 0.785351
+0.956207 0.629572 0.789044
+0.147051 0.698985 0.744839
+0.14728 0.69894 0.7449
+0.148089 0.698833 0.745083
+0.149538 0.698756 0.745281
+0.151583 0.698604 0.745571
+0.154177 0.69839 0.745953
+0.157259 0.698238 0.746487
+0.161074 0.697963 0.747082
+0.165301 0.697719 0.747814
+0.170428 0.697307 0.748592
+0.175723 0.696941 0.749645
+0.18175 0.696468 0.750759
+0.188861 0.695781 0.751995
+0.196368 0.695201 0.753445
+0.204608 0.694438 0.755001
+0.213642 0.69366 0.756756
+0.223026 0.692729 0.758724
+0.233051 0.691661 0.761135
+0.245182 0.690303 0.764126
+0.259205 0.688502 0.767819
+0.285374 0.689006 0.774685
+0.319997 0.691539 0.785
+0.356054 0.693797 0.798032
+0.395285 0.694926 0.814252
+0.492088 0.690242 0.807126
+0.60798 0.685267 0.79176
+0.688334 0.686336 0.786435
+0.747738 0.688319 0.78967
+0.802014 0.686549 0.794217
+0.857694 0.68043 0.796597
+0.914778 0.671702 0.795438
+0.950683 0.671656 0.7935
+0.958343 0.674052 0.797528
+0.246387 0.737163 0.750347
+0.246571 0.737194 0.750454
+0.246906 0.737133 0.750515
+0.247562 0.737102 0.750668
+0.248463 0.737057 0.750881
+0.249851 0.736934 0.751095
+0.251484 0.736812 0.751369
+0.253132 0.736584 0.751827
+0.255436 0.73637 0.752239
+0.257816 0.736248 0.752819
+0.260838 0.735973 0.753353
+0.26389 0.735607 0.754055
+0.267155 0.735363 0.754925
+0.271229 0.73489 0.755703
+0.275181 0.734493 0.756771
+0.279866 0.73402 0.757824
+0.284703 0.733532 0.759075
+0.290364 0.73286 0.760494
+0.297154 0.732006 0.762325
+0.30518 0.730922 0.764752
+0.315251 0.729534 0.767742
+0.339483 0.730663 0.77406
+0.372702 0.733608 0.783429
+0.407156 0.736187 0.795514
+0.46302 0.736049 0.801953
+0.5935 0.729366 0.788876
+0.683818 0.732738 0.789059
+0.74667 0.739071 0.796872
+0.803159 0.741466 0.805066
+0.860197 0.737713 0.808942
+0.92079 0.728511 0.808255
+0.958923 0.717678 0.804822
+0.961456 0.720913 0.809094
+0.356558 0.774365 0.758679
+0.356619 0.77435 0.758679
+0.35668 0.774304 0.758694
+0.356954 0.774243 0.75874
+0.35729 0.774197 0.758816
+0.357702 0.774151 0.758923
+0.358297 0.774014 0.759045
+0.358984 0.773968 0.759167
+0.359716 0.77377 0.759304
+0.360647 0.773693 0.759503
+0.361425 0.77351 0.759762
+0.362768 0.773327 0.75996
+0.364172 0.773083 0.76025
+0.365637 0.772854 0.760555
+0.367422 0.77258 0.760861
+0.369009 0.772335 0.761288
+0.371008 0.771908 0.76173
+0.373404 0.771527 0.762234
+0.376196 0.771115 0.762936
+0.379644 0.770443 0.763821
+0.383825 0.769757 0.764843
+0.388968 0.768704 0.766384
+0.409232 0.770474 0.771557
+0.43917 0.773907 0.779278
+0.472892 0.777432 0.789288
+0.563409 0.774548 0.788037
+0.66949 0.778714 0.792844
+0.741512 0.788449 0.804868
+0.800916 0.796002 0.816175
+0.861372 0.796124 0.823362
+0.924132 0.789334 0.823606
+0.962921 0.776822 0.819303
+0.965606 0.774594 0.826093
+0.439582 0.815183 0.775937
+0.439628 0.815152 0.775937
+0.439719 0.815152 0.775891
+0.439994 0.815137 0.775876
+0.440146 0.815076 0.77583
+0.440543 0.81503 0.775769
+0.440909 0.814954 0.775708
+0.441413 0.814847 0.775631
+0.441978 0.814725 0.775525
+0.442451 0.814588 0.775402
+0.443305 0.814466 0.77528
+0.444053 0.814328 0.775158
+0.444907 0.814069 0.774975
+0.445945 0.813886 0.774792
+0.446876 0.813687 0.774609
+0.447852 0.813489 0.774456
+0.448936 0.813199 0.774227
+0.45037 0.812863 0.773968
+0.451987 0.812528 0.773617
+0.453941 0.812055 0.773236
+0.456214 0.811566 0.772747
+0.458854 0.810941 0.772015
+0.462303 0.810086 0.771252
+0.480629 0.812863 0.774823
+0.506279 0.817945 0.780545
+0.549981 0.821515 0.785794
+0.643305 0.825376 0.793423
+0.72697 0.837568 0.810208
+0.79617 0.848386 0.826764
+0.862257 0.859998 0.842939
+0.933242 0.862089 0.850782
+0.970977 0.858396 0.854154
+0.971908 0.85687 0.862303
+0.4907 0.867262 0.805112
+0.490715 0.867247 0.805097
+0.490867 0.867247 0.805005
+0.491096 0.867201 0.804929
+0.491325 0.867185 0.804791
+0.4916 0.867124 0.804608
+0.491981 0.866987 0.804379
+0.492409 0.866911 0.80412
+0.49305 0.86688 0.803861
+0.49369 0.866728 0.803525
+0.494377 0.86659 0.803113
+0.495125 0.866423 0.802716
+0.495857 0.866331 0.802289
+0.49688 0.866117 0.801785
+0.497917 0.86595 0.801221
+0.499077 0.865675 0.80061
+0.500359 0.865431 0.799924
+0.501793 0.865156 0.799115
+0.503395 0.864836 0.798169
+0.505364 0.864439 0.796948
+0.507774 0.863584 0.795346
+0.510719 0.862943 0.793301
+0.514275 0.862242 0.790738
+0.518853 0.86128 0.787259
+0.53753 0.865705 0.788495
+0.562753 0.872221 0.790951
+0.608804 0.876707 0.79266
+0.70164 0.88893 0.810101
+0.780285 0.903761 0.830381
+0.865324 0.928634 0.83978
+0.930236 0.924346 0.862303
+0.974777 0.932555 0.87657
+0.977676 0.944411 0.897124
+0.525582 0.92398 0.836362
+0.525612 0.92398 0.836316
+0.525719 0.923934 0.83624
+0.525887 0.923888 0.836103
+0.526131 0.923873 0.83592
+0.526467 0.923858 0.835706
+0.526894 0.923735 0.835386
+0.527276 0.92369 0.835081
+0.527718 0.923629 0.834669
+0.528359 0.923583 0.834226
+0.529061 0.92343 0.833677
+0.5299 0.923323 0.833112
+0.530785 0.923217 0.832471
+0.531777 0.923095 0.831739
+0.532815 0.922911 0.83093
+0.534005 0.922805 0.83006
+0.535164 0.922606 0.829099
+0.536431 0.922393 0.828
+0.53814 0.922148 0.826642
+0.540185 0.921828 0.824903
+0.542687 0.921447 0.822736
+0.545464 0.920913 0.820005
+0.549126 0.920317 0.816434
+0.553368 0.919676 0.811765
+0.558816 0.918807 0.805295
+0.57705 0.923156 0.802472
+0.60061 0.929488 0.798352
+0.654826 0.93698 0.798276
+0.747997 0.955718 0.822385
+0.817029 0.972946 0.817655
+0.931411 0.976837 0.83357
+0.960067 0.965789 0.860121
+0.977249 0.968215 0.874525
+0.546532 0.967498 0.863981
+0.546593 0.967483 0.863935
+0.5467 0.967483 0.863859
+0.546868 0.967468 0.863676
+0.547097 0.967453 0.863478
+0.547433 0.967437 0.863172
+0.547784 0.967422 0.862806
+0.548241 0.967376 0.862364
+0.54876 0.967346 0.86186
+0.549371 0.9673 0.86125
+0.550042 0.967269 0.860609
+0.550774 0.967208 0.859815
+0.551537 0.967178 0.859068
+0.552285 0.967163 0.858137
+0.553246 0.967086 0.85713
+0.554284 0.967025 0.856016
+0.555413 0.966949 0.854826
+0.55671 0.966857 0.853391
+0.558251 0.966766 0.851667
+0.559899 0.966674 0.849592
+0.562127 0.966522 0.846922
+0.564797 0.966339 0.843565
+0.56788 0.966171 0.839338
+0.571832 0.965896 0.833814
+0.576486 0.965621 0.826398
+0.582376 0.965209 0.816205
+0.602182 0.967391 0.809323
+0.626978 0.970642 0.79852
+0.695598 0.977691 0.802304
+0.780621 0.992416 0.811902
+0.872496 1 0.805707
+0.966506 1 0.810819
+0.975326 0.989685 0.847623
+0.567437 0.997223 0.895079
+0.567483 0.997223 0.895018
+0.567559 0.997223 0.894911
+0.567666 0.997223 0.894713
+0.56788 0.997208 0.894469
+0.568154 0.997177 0.894057
+0.568505 0.997162 0.89366
+0.568902 0.997131 0.893111
+0.56939 0.997101 0.892485
+0.569909 0.997055 0.891798
+0.570535 0.997009 0.891035
+0.571206 0.996963 0.890166
+0.571939 0.996918 0.889174
+0.572732 0.996857 0.88809
+0.573571 0.996796 0.886854
+0.574533 0.996735 0.885588
+0.575372 0.996704 0.884184
+0.576486 0.996628 0.882551
+0.577844 0.996536 0.880552
+0.579461 0.996414 0.87805
+0.58146 0.996277 0.875013
+0.58378 0.996124 0.871214
+0.586526 0.995956 0.866133
+0.590036 0.995682 0.860029
+0.594125 0.995422 0.85214
+0.599313 0.995041 0.841505
+0.605524 0.994614 0.826871
+0.626795 0.997436 0.815229
+0.661631 1 0.801572
+0.73402 1 0.802304
+0.797711 1 0.775372
+0.938491 1 0.79237
+0.971542 1 0.790921
+0 0.118868 0.702052
+0 0.118837 0.702693
+0 0.118776 0.704738
+0 0.118166 0.707698
+0 0.116625 0.711192
+0 0.114153 0.715084
+0 0.110216 0.719432
+0 0.103716 0.722789
+0 0.0949569 0.725612
+0.0274052 0.0853437 0.724422
+0.0882734 0.0860761 0.723384
+0.146929 0.087602 0.722896
+0.199664 0.0901656 0.723171
+0.244663 0.0933547 0.723918
+0.284337 0.09691 0.725231
+0.319966 0.100862 0.726589
+0.352285 0.10518 0.728313
+0.38146 0.110063 0.730312
+0.412055 0.115892 0.732631
+0.44448 0.122881 0.735546
+0.478355 0.131395 0.739071
+0.51368 0.141695 0.743557
+0.550286 0.154086 0.748882
+0.588006 0.169085 0.755489
+0.627695 0.186877 0.763592
+0.668849 0.207614 0.772824
+0.71194 0.231586 0.783444
+0.75758 0.258686 0.795316
+0.809689 0.282338 0.809461
+0.866896 0.308324 0.824369
+0.92903 0.336385 0.840543
+0.950637 0.365743 0.85684
+0.973449 0.396521 0.873915
+0 0.119081 0.7019
+0 0.118975 0.70248
+0 0.118959 0.70457
+0 0.118456 0.707561
+0 0.117006 0.711147
+0 0.114595 0.715099
+0 0.11075 0.719539
+0 0.104356 0.723003
+0 0.0955825 0.725811
+0.0252232 0.0859083 0.72491
+0.085771 0.0865187 0.723873
+0.144915 0.0879835 0.723339
+0.198245 0.0904707 0.723461
+0.243473 0.0936446 0.724315
+0.283314 0.0972305 0.725521
+0.31931 0.101183 0.726925
+0.351614 0.105562 0.728588
+0.380987 0.110246 0.730541
+0.411551 0.116167 0.73286
+0.444144 0.12314 0.735729
+0.47808 0.131609 0.739269
+0.51342 0.141848 0.743679
+0.550072 0.154314 0.74902
+0.587915 0.169238 0.755642
+0.627604 0.18703 0.763729
+0.668742 0.207721 0.772931
+0.71194 0.231632 0.783551
+0.75758 0.258701 0.795331
+0.809689 0.282399 0.809476
+0.86685 0.30837 0.824353
+0.92903 0.336446 0.840482
+0.950622 0.365805 0.856779
+0.973434 0.396628 0.873899
+0 0.119921 0.701915
+0 0.119738 0.702174
+0 0.119387 0.703807
+0 0.119234 0.707134
+0 0.11809 0.710979
+0 0.115846 0.71516
+0 0.112367 0.719844
+0 0.10631 0.723522
+0 0.0976883 0.726513
+0.0189212 0.0877089 0.726375
+0.0783093 0.0876936 0.725216
+0.13875 0.089128 0.724575
+0.19324 0.0915847 0.724575
+0.239918 0.0945754 0.725399
+0.280461 0.0981003 0.726421
+0.316732 0.102129 0.727932
+0.349645 0.106447 0.729473
+0.379294 0.111192 0.731395
+0.410361 0.116991 0.733577
+0.443 0.123934 0.736416
+0.477333 0.132326 0.73994
+0.512688 0.142535 0.744244
+0.549523 0.154955 0.749538
+0.587488 0.169818 0.756085
+0.627207 0.187411 0.764096
+0.668498 0.208057 0.773266
+0.711849 0.2318 0.78381
+0.757595 0.258793 0.795514
+0.809628 0.282521 0.809537
+0.86685 0.308553 0.824369
+0.929015 0.336629 0.840482
+0.950607 0.365942 0.856718
+0.973419 0.39675 0.873716
+0 0.122683 0.70312
+0 0.12221 0.703365
+0 0.120943 0.704265
+0 0.119997 0.705852
+0 0.1196 0.710399
+0 0.117784 0.715053
+0 0.114717 0.71989
+0 0.109316 0.724392
+0 0.101091 0.727733
+0.00970474 0.0908522 0.728817
+0.0660563 0.0896925 0.727489
+0.128023 0.0910964 0.726619
+0.184848 0.0932784 0.726421
+0.233295 0.0962234 0.727092
+0.275135 0.099733 0.727977
+0.312673 0.103609 0.729335
+0.346288 0.107958 0.730831
+0.376669 0.112566 0.732677
+0.408087 0.118395 0.734981
+0.441138 0.1252 0.737667
+0.475685 0.133532 0.741024
+0.511421 0.143664 0.745205
+0.548547 0.155886 0.750515
+0.586801 0.170642 0.756802
+0.626673 0.188159 0.764736
+0.668086 0.208515 0.7738
+0.711528 0.232212 0.784268
+0.757382 0.259159 0.795789
+0.809567 0.282841 0.809689
+0.866758 0.308843 0.824369
+0.928985 0.336904 0.840421
+0.950591 0.366217 0.856519
+0.973388 0.397024 0.873472
+0 0.129458 0.704341
+0 0.128923 0.704631
+0 0.127214 0.70547
+0 0.1243 0.706783
+0 0.121874 0.708934
+0 0.120165 0.714351
+0 0.117571 0.719722
+0 0.113298 0.725032
+0 0.10576 0.728908
+0 0.0952926 0.731777
+0.0474708 0.0926223 0.730617
+0.112215 0.0938125 0.729458
+0.172366 0.0956741 0.72903
+0.223926 0.0985275 0.729305
+0.267628 0.102068 0.730312
+0.306477 0.105852 0.731365
+0.341207 0.110018 0.732815
+0.372656 0.114748 0.734478
+0.404654 0.120363 0.73666
+0.43827 0.127123 0.7393
+0.473365 0.135332 0.742458
+0.509575 0.145281 0.746502
+0.547036 0.157397 0.75172
+0.585794 0.171847 0.758053
+0.625834 0.189181 0.765652
+0.667582 0.209308 0.774563
+0.71136 0.232715 0.784894
+0.757244 0.259419 0.796216
+0.80943 0.283207 0.809918
+0.866606 0.309255 0.824384
+0.928954 0.33727 0.840299
+0.950576 0.366613 0.856321
+0.973327 0.397375 0.873106
+0 0.145113 0.706569
+0 0.144564 0.706874
+0 0.142855 0.707637
+0 0.140139 0.708949
+0 0.13756 0.710735
+0 0.135821 0.716152
+0 0.132128 0.721462
+0 0.126421 0.726726
+0 0.117601 0.730999
+0 0.105303 0.734066
+0.0249485 0.0970016 0.73463
+0.0905623 0.0973678 0.733303
+0.154681 0.0990311 0.732357
+0.210712 0.101671 0.732418
+0.257481 0.104967 0.732967
+0.298039 0.108736 0.733852
+0.33431 0.112795 0.735241
+0.367483 0.117388 0.736782
+0.400275 0.122911 0.738735
+0.434607 0.129595 0.741207
+0.470298 0.137636 0.744274
+0.507042 0.147463 0.748165
+0.545235 0.159228 0.75317
+0.584298 0.173587 0.75935
+0.624704 0.190448 0.766751
+0.666896 0.210208 0.77554
+0.710964 0.23328 0.785657
+0.757 0.259831 0.796735
+0.809216 0.28368 0.810178
+0.866438 0.309789 0.824445
+0.928588 0.337789 0.840116
+0.950607 0.367041 0.856046
+0.973266 0.397848 0.872648
+0 0.163287 0.7093
+0 0.162768 0.709529
+0 0.161303 0.710124
+0 0.158694 0.711376
+0 0.155993 0.713024
+0 0.154788 0.718441
+0 0.151995 0.723842
+0 0.147234 0.729427
+0 0.139559 0.734127
+0 0.128313 0.737545
+0.0208438 0.11722 0.740398
+0.0736706 0.115068 0.739239
+0.136965 0.11284 0.737697
+0.195117 0.111101 0.736797
+0.244099 0.109865 0.736522
+0.287205 0.112276 0.737102
+0.325307 0.11635 0.73814
+0.360906 0.12076 0.73959
+0.394705 0.126085 0.74139
+0.42977 0.132692 0.74377
+0.466377 0.14049 0.746532
+0.504189 0.149996 0.750301
+0.542718 0.161563 0.754986
+0.582284 0.17557 0.760922
+0.623362 0.19205 0.768093
+0.665904 0.211444 0.776638
+0.710353 0.234134 0.786526
+0.756695 0.260395 0.797345
+0.808972 0.28426 0.810468
+0.866255 0.310353 0.824491
+0.928435 0.338384 0.839933
+0.950622 0.367559 0.855711
+0.973175 0.398413 0.872038
+0 0.183703 0.712047
+0 0.183246 0.712306
+0 0.181811 0.712993
+0 0.179446 0.71426
+0 0.176699 0.715419
+0 0.176028 0.72079
+0 0.173983 0.726513
+0 0.170169 0.732235
+0 0.163928 0.737392
+0.000122072 0.154177 0.741299
+0.0200046 0.141848 0.744121
+0.063508 0.138262 0.745937
+0.12018 0.136339 0.744564
+0.180285 0.134432 0.74345
+0.232013 0.133104 0.743053
+0.276356 0.13196 0.743038
+0.315389 0.130938 0.743221
+0.352621 0.129747 0.743587
+0.387671 0.130022 0.744335
+0.423972 0.136385 0.746502
+0.461723 0.143938 0.749172
+0.500221 0.153079 0.752636
+0.539742 0.164324 0.757214
+0.580163 0.177935 0.762768
+0.621836 0.193896 0.769772
+0.664866 0.212863 0.777935
+0.709712 0.235111 0.787518
+0.756329 0.261021 0.798108
+0.808606 0.284962 0.810788
+0.866148 0.311009 0.824628
+0.928222 0.339162 0.839673
+0.950545 0.368246 0.855222
+0.97319 0.398978 0.871443
+0 0.205005 0.714931
+0 0.204578 0.715129
+0 0.203387 0.715846
+0 0.201282 0.717037
+0 0.198703 0.718349
+0 0.198352 0.723217
+0 0.197208 0.729152
+0 0.1944 0.734997
+0 0.189761 0.740673
+0.00392157 0.18172 0.7449
+0.0215457 0.170153 0.748211
+0.0607767 0.164675 0.751507
+0.105684 0.162097 0.752026
+0.163272 0.160143 0.750866
+0.21825 0.158755 0.750362
+0.264698 0.157565 0.750362
+0.305241 0.156497 0.750622
+0.343816 0.155398 0.750988
+0.379934 0.15404 0.751415
+0.416983 0.152514 0.752056
+0.455817 0.150622 0.752712
+0.495705 0.156725 0.755413
+0.53611 0.167559 0.759579
+0.577462 0.180667 0.764981
+0.61973 0.196124 0.771572
+0.663371 0.214557 0.779385
+0.708888 0.236225 0.788647
+0.755962 0.261601 0.798947
+0.808286 0.28571 0.811185
+0.865843 0.311833 0.824628
+0.928008 0.33994 0.839323
+0.950439 0.369024 0.854551
+0.973144 0.399756 0.870665
+0 0.226856 0.71754
+0 0.226505 0.717784
+0 0.225391 0.718471
+0 0.223545 0.719646
+0 0.22121 0.721233
+0 0.220859 0.725292
+0 0.220615 0.731533
+0 0.218738 0.737545
+0 0.215473 0.743847
+0.00791943 0.20911 0.748501
+0.0240177 0.199771 0.7523
+0.0586557 0.19266 0.755718
+0.100465 0.188769 0.759793
+0.146654 0.187198 0.759014
+0.202472 0.18558 0.758144
+0.251423 0.184573 0.758083
+0.293751 0.183658 0.758419
+0.333715 0.18262 0.758816
+0.371954 0.181369 0.75938
+0.409705 0.179904 0.760021
+0.448829 0.178164 0.760678
+0.489601 0.176135 0.761639
+0.531609 0.173953 0.762905
+0.574044 0.183856 0.767269
+0.617151 0.19881 0.773541
+0.661662 0.216541 0.781079
+0.707729 0.237552 0.789868
+0.755398 0.262348 0.799863
+0.807919 0.286549 0.811688
+0.865446 0.31281 0.824628
+0.927764 0.340887 0.839002
+0.950347 0.369894 0.85391
+0.973022 0.400626 0.869718
+0 0.249454 0.719936
+0 0.249104 0.72015
+0 0.248096 0.720836
+0 0.246464 0.721904
+0 0.244144 0.72343
+0 0.243854 0.727138
+0 0.244465 0.733654
+0 0.243458 0.739864
+0 0.241306 0.746441
+0.0112917 0.236332 0.751492
+0.026627 0.228626 0.75584
+0.0553292 0.220142 0.759396
+0.0980697 0.217243 0.763592
+0.138384 0.213977 0.766995
+0.18471 0.212558 0.766339
+0.236332 0.211429 0.76611
+0.280919 0.210605 0.766369
+0.322515 0.209674 0.766812
+0.36289 0.208667 0.7673
+0.401328 0.207431 0.768093
+0.441398 0.205814 0.769024
+0.48275 0.203998 0.770077
+0.525582 0.201953 0.771282
+0.569207 0.199939 0.772869
+0.614328 0.201648 0.775723
+0.659693 0.218708 0.782956
+0.706371 0.239094 0.791287
+0.754726 0.263188 0.80087
+0.807401 0.287495 0.812161
+0.865064 0.313802 0.824567
+0.927428 0.341863 0.838529
+0.950225 0.370886 0.853117
+0.9729 0.401556 0.868605
+0 0.272343 0.72192
+0 0.272099 0.722148
+0 0.271183 0.72282
+0 0.269749 0.723827
+0 0.267674 0.725383
+0 0.267216 0.728664
+0 0.268513 0.735317
+0 0.268299 0.74168
+0.000915541 0.267201 0.748501
+0.0139773 0.263355 0.753994
+0.028397 0.257237 0.758618
+0.0529183 0.248478 0.762463
+0.0944381 0.245167 0.766857
+0.134646 0.24213 0.771725
+0.173877 0.239628 0.774182
+0.219043 0.238453 0.773922
+0.266178 0.237568 0.774044
+0.309804 0.23682 0.774609
+0.35201 0.235889 0.775311
+0.392508 0.234775 0.776165
+0.43328 0.233356 0.777203
+0.475105 0.231785 0.778225
+0.518791 0.229801 0.779583
+0.563287 0.227726 0.781277
+0.609445 0.22562 0.783185
+0.657038 0.22388 0.785458
+0.704952 0.240772 0.79295
+0.754116 0.263966 0.80206
+0.80676 0.288548 0.812619
+0.86453 0.31487 0.82446
+0.927214 0.342947 0.838178
+0.950088 0.372 0.852171
+0.972747 0.40264 0.867353
+0 0.295567 0.723339
+0 0.295277 0.723568
+0 0.294514 0.724208
+0 0.293202 0.725246
+0 0.291371 0.726665
+0 0.290867 0.72961
+0 0.292653 0.736385
+0 0.293141 0.742916
+0.00225834 0.292866 0.749752
+0.0154269 0.290196 0.755383
+0.0292058 0.285283 0.760525
+0.0524453 0.277913 0.764767
+0.089128 0.272755 0.769116
+0.130037 0.270481 0.774151
+0.168612 0.267369 0.77966
+0.206775 0.265522 0.781628
+0.249165 0.264683 0.781735
+0.295308 0.263874 0.782223
+0.339513 0.263142 0.782849
+0.382177 0.262135 0.783795
+0.423926 0.260868 0.784894
+0.466941 0.259327 0.786084
+0.511147 0.257481 0.787549
+0.556695 0.255436 0.789212
+0.603296 0.253422 0.791089
+0.651896 0.251347 0.793439
+0.702373 0.249928 0.796231
+0.75314 0.264942 0.803235
+0.805966 0.289662 0.813077
+0.863462 0.316152 0.824292
+0.926787 0.344167 0.837537
+0.94995 0.373144 0.851072
+0.972595 0.403754 0.865919
+0 0.318837 0.724269
+0 0.318608 0.724468
+0 0.317891 0.725063
+0 0.316777 0.725994
+0 0.315129 0.727428
+0 0.314672 0.730236
+0 0.316915 0.736904
+0 0.317937 0.743465
+0.00285344 0.31841 0.750347
+0.0162356 0.316609 0.756344
+0.0294652 0.312886 0.761532
+0.0508431 0.306859 0.766217
+0.0822766 0.29987 0.770626
+0.124071 0.298314 0.775799
+0.163165 0.295995 0.781384
+0.199664 0.292943 0.787625
+0.236027 0.291722 0.788769
+0.27837 0.291035 0.789212
+0.32517 0.290272 0.78996
+0.37055 0.289357 0.790951
+0.413504 0.288212 0.79205
+0.457221 0.286778 0.793317
+0.502449 0.285023 0.794659
+0.548775 0.282933 0.796429
+0.596506 0.280751 0.798428
+0.645899 0.278676 0.800641
+0.697093 0.276829 0.803342
+0.750774 0.275685 0.806363
+0.805142 0.290852 0.813489
+0.862715 0.317464 0.824094
+0.926299 0.34551 0.836789
+0.949828 0.374411 0.849928
+0.972412 0.40502 0.864317
+0 0.341955 0.725185
+0 0.341741 0.725353
+0 0.341176 0.725841
+0 0.340139 0.726757
+0 0.338613 0.728145
+0 0.338354 0.730892
+0 0.341024 0.73753
+0 0.342504 0.744091
+0.00329595 0.343511 0.750957
+0.0166934 0.342672 0.757107
+0.0298619 0.339834 0.762539
+0.0493782 0.335027 0.767163
+0.0776532 0.328374 0.771511
+0.116777 0.325567 0.776638
+0.156664 0.323857 0.78233
+0.19379 0.321523 0.788602
+0.22797 0.318563 0.79559
+0.264118 0.317983 0.795941
+0.308721 0.317296 0.796551
+0.356435 0.316457 0.797528
+0.401648 0.315435 0.798733
+0.44683 0.314015 0.800061
+0.493141 0.312215 0.801495
+0.5402 0.310277 0.803052
+0.588846 0.307942 0.805035
+0.639155 0.305623 0.80737
+0.691325 0.30341 0.809949
+0.745892 0.301717 0.812634
+0.80264 0.301564 0.815839
+0.862089 0.318776 0.823972
+0.925734 0.346929 0.83592
+0.949783 0.375738 0.84863
+0.972244 0.406332 0.862547
+0 0.364508 0.726101
+0 0.36434 0.726284
+0 0.36376 0.726833
+0 0.362829 0.727779
+0 0.361517 0.729046
+0 0.361608 0.731884
+0 0.364462 0.73843
+0 0.366308 0.745007
+0.00393683 0.367666 0.751675
+0.0171969 0.367651 0.758038
+0.0301213 0.365652 0.763485
+0.0480354 0.361929 0.768154
+0.0749371 0.356466 0.772732
+0.108888 0.35169 0.77734
+0.149386 0.350713 0.783093
+0.187076 0.349096 0.789303
+0.222309 0.346838 0.796307
+0.255512 0.344411 0.803037
+0.294194 0.343801 0.803632
+0.341375 0.343023 0.804547
+0.389654 0.342107 0.805463
+0.436332 0.340795 0.806775
+0.483909 0.339101 0.808225
+0.532265 0.336965 0.809827
+0.581399 0.334707 0.811505
+0.632364 0.332097 0.813596
+0.6851 0.329503 0.815991
+0.740475 0.327337 0.818677
+0.797864 0.327321 0.821225
+0.860059 0.327016 0.824948
+0.925124 0.348516 0.834928
+0.949569 0.377203 0.84712
+0.972213 0.407675 0.8607
+0 0.386557 0.727367
+0 0.386374 0.72755
+0 0.385901 0.728038
+0 0.385092 0.728939
+0 0.383902 0.730144
+0 0.384512 0.733272
+0 0.387594 0.739757
+0 0.38967 0.746197
+0.00479133 0.391379 0.752773
+0.0178836 0.391913 0.759121
+0.030518 0.390631 0.764553
+0.047303 0.387625 0.769421
+0.0725414 0.383124 0.773754
+0.101915 0.377356 0.778332
+0.141711 0.376318 0.783978
+0.180133 0.375204 0.790066
+0.215839 0.373739 0.796979
+0.249454 0.37142 0.805188
+0.284398 0.36936 0.81091
+0.326802 0.368704 0.811719
+0.377554 0.367895 0.812787
+0.425925 0.366705 0.813855
+0.47509 0.365026 0.815152
+0.524727 0.36286 0.816556
+0.575021 0.360372 0.81828
+0.626108 0.357824 0.82005
+0.679408 0.355062 0.822263
+0.735332 0.352361 0.824765
+0.79321 0.352438 0.826627
+0.856229 0.352453 0.829816
+0.924453 0.351461 0.834211
+0.949294 0.37882 0.845396
+0.972015 0.409216 0.858534
+0 0.409506 0.728832
+0 0.409384 0.729015
+0 0.408927 0.729503
+0 0.408225 0.730251
+0 0.407172 0.731411
+0 0.408637 0.735225
+0 0.411826 0.741527
+0 0.414084 0.747829
+0.00610361 0.415961 0.754223
+0.0189059 0.416938 0.760525
+0.0312657 0.41622 0.765896
+0.0468605 0.413947 0.770764
+0.0704967 0.410361 0.775265
+0.0990158 0.405615 0.779568
+0.133028 0.402304 0.784741
+0.17232 0.401724 0.79086
+0.208804 0.40087 0.797681
+0.243397 0.399344 0.805768
+0.277653 0.396826 0.815579
+0.314336 0.395148 0.81973
+0.36321 0.394263 0.820569
+0.414908 0.393042 0.821698
+0.465843 0.39147 0.822751
+0.517205 0.389258 0.823911
+0.568841 0.386679 0.825376
+0.621027 0.383734 0.827146
+0.674586 0.380804 0.828977
+0.730953 0.377661 0.831266
+0.788586 0.377676 0.832502
+0.852018 0.378149 0.834775
+0.918578 0.378027 0.837781
+0.948959 0.380636 0.843397
+0.971801 0.410895 0.85594
+0 0.434394 0.730602
+0 0.434272 0.730785
+0 0.433921 0.731212
+0 0.43328 0.731945
+0 0.433356 0.733852
+0 0.435523 0.738186
+0 0.438453 0.744244
+0 0.44094 0.750149
+0.00828565 0.443015 0.756252
+0.0206455 0.444205 0.762478
+0.0326696 0.443961 0.767773
+0.0471656 0.442344 0.772335
+0.0691081 0.439551 0.776822
+0.0964523 0.43563 0.781201
+0.124178 0.430747 0.78558
+0.162936 0.430137 0.791531
+0.199939 0.429786 0.798199
+0.235798 0.428946 0.806027
+0.270954 0.427268 0.815717
+0.305745 0.424186 0.827848
+0.347234 0.423011 0.829648
+0.401114 0.421744 0.830518
+0.455283 0.420081 0.83151
+0.509041 0.417716 0.832609
+0.562402 0.415091 0.833768
+0.616205 0.411978 0.835096
+0.670863 0.408499 0.836851
+0.727367 0.40499 0.838636
+0.784894 0.404791 0.839078
+0.847074 0.405844 0.839811
+0.911971 0.4065 0.840726
+0.946639 0.404562 0.844923
+0.971527 0.412909 0.852766
+0 0.461738 0.732845
+0 0.461631 0.732952
+0 0.461341 0.733349
+0 0.461433 0.734646
+0 0.462745 0.737652
+0 0.46566 0.742641
+0 0.468269 0.747845
+0 0.470512 0.753429
+0.0116121 0.472816 0.75938
+0.0231022 0.474067 0.764981
+0.0346532 0.474098 0.769924
+0.0482948 0.473045 0.774502
+0.0688029 0.470848 0.778836
+0.0945449 0.467674 0.783047
+0.12108 0.463828 0.787274
+0.152071 0.460533 0.792325
+0.189731 0.460609 0.798764
+0.226764 0.460319 0.806287
+0.262852 0.459556 0.815671
+0.29839 0.457649 0.827375
+0.334905 0.454215 0.840269
+0.384573 0.452979 0.84094
+0.442252 0.45124 0.841779
+0.49955 0.448844 0.842542
+0.555734 0.446006 0.843351
+0.611612 0.442481 0.844495
+0.667567 0.438651 0.845747
+0.724941 0.43444 0.847379
+0.782345 0.433906 0.846479
+0.842756 0.435691 0.844266
+0.90457 0.437293 0.842863
+0.943481 0.435828 0.846479
+0.968521 0.433402 0.852064
+0 0.492271 0.736522
+0 0.492378 0.736751
+0 0.492973 0.737911
+0 0.494331 0.740459
+0 0.496559 0.744198
+0 0.498833 0.748333
+0 0.501045 0.75288
+0.00595102 0.503182 0.757961
+0.0167849 0.505302 0.763363
+0.0273747 0.50631 0.768215
+0.0380102 0.506523 0.772747
+0.0509194 0.505806 0.777066
+0.0700542 0.504158 0.781155
+0.0941329 0.501686 0.785138
+0.11931 0.498497 0.789273
+0.145022 0.494728 0.793515
+0.177996 0.493309 0.799161
+0.215961 0.493614 0.806394
+0.253162 0.493507 0.815381
+0.289693 0.492653 0.826551
+0.326131 0.490379 0.840482
+0.366918 0.486824 0.853117
+0.42533 0.485023 0.853635
+0.487709 0.482567 0.854124
+0.548089 0.479332 0.854597
+0.607111 0.475532 0.855299
+0.665278 0.471183 0.856107
+0.723781 0.466438 0.856519
+0.781094 0.465537 0.852964
+0.839216 0.468284 0.847288
+0.89752 0.470527 0.843656
+0.940658 0.469474 0.846464
+0.963668 0.467979 0.851652
+0 0.529793 0.745525
+0 0.530068 0.746029
+0 0.530831 0.747265
+0 0.532067 0.749401
+0 0.533486 0.752117
+0 0.535164 0.755657
+0.00631724 0.536995 0.759487
+0.0154879 0.538903 0.763851
+0.0243076 0.540429 0.768322
+0.0336309 0.541115 0.772519
+0.0433356 0.541253 0.776486
+0.0560922 0.540734 0.780331
+0.0740368 0.539437 0.784054
+0.0958267 0.537682 0.78764
+0.119112 0.535195 0.79144
+0.143069 0.532174 0.795544
+0.167498 0.528634 0.799832
+0.20351 0.52845 0.806516
+0.242008 0.529 0.815091
+0.279622 0.529015 0.825635
+0.316365 0.528161 0.838834
+0.354208 0.52546 0.855421
+0.402564 0.521492 0.867826
+0.471122 0.518898 0.867765
+0.537789 0.515435 0.867811
+0.601923 0.511223 0.867613
+0.663706 0.506355 0.866331
+0.723857 0.501106 0.864073
+0.781582 0.499565 0.857664
+0.837507 0.50338 0.847929
+0.8925 0.506172 0.84242
+0.938689 0.505577 0.844129
+0.959381 0.504936 0.848844
+0 0.571283 0.757046
+0 0.571435 0.757321
+0 0.571923 0.758267
+0.00367742 0.572808 0.759915
+0.00917067 0.573739 0.762188
+0.0148928 0.575036 0.764904
+0.0208896 0.576455 0.768078
+0.0276188 0.577493 0.771252
+0.0348058 0.578241 0.774456
+0.0424506 0.578607 0.777722
+0.0518502 0.578592 0.780987
+0.064744 0.578073 0.784237
+0.0817426 0.576989 0.787472
+0.101518 0.575631 0.790753
+0.122103 0.57377 0.794339
+0.143862 0.571374 0.798032
+0.165988 0.568673 0.801907
+0.190005 0.56527 0.806455
+0.229435 0.566247 0.814481
+0.267567 0.567163 0.82443
+0.30518 0.567391 0.836759
+0.343099 0.566369 0.852354
+0.38352 0.562936 0.872526
+0.446296 0.558465 0.883482
+0.522652 0.554437 0.883146
+0.595483 0.549645 0.879454
+0.663325 0.544228 0.874495
+0.726314 0.538506 0.869062
+0.784802 0.535943 0.859846
+0.838315 0.541161 0.845411
+0.890318 0.544442 0.838422
+0.93814 0.544228 0.838743
+0.956405 0.544472 0.842557
+0.0227665 0.615671 0.770535
+0.0231937 0.615763 0.770764
+0.024567 0.615961 0.771389
+0.0268254 0.616388 0.772396
+0.0298314 0.616815 0.7738
+0.0335393 0.617273 0.775494
+0.0380713 0.617731 0.777386
+0.0429541 0.618112 0.779553
+0.0487678 0.618372 0.781918
+0.0566873 0.618296 0.784329
+0.0667735 0.618067 0.786877
+0.0798047 0.617517 0.789487
+0.0955062 0.616602 0.792172
+0.112261 0.615473 0.79501
+0.130037 0.614008 0.798062
+0.148882 0.612238 0.801297
+0.16846 0.610147 0.804807
+0.189578 0.607614 0.808682
+0.2159 0.604944 0.814084
+0.254841 0.606455 0.823377
+0.29276 0.607569 0.834852
+0.33051 0.608072 0.849271
+0.369802 0.606836 0.867475
+0.418708 0.603433 0.885222
+0.504005 0.599573 0.882841
+0.587884 0.594354 0.876661
+0.662974 0.588708 0.869261
+0.729656 0.582422 0.863325
+0.791058 0.574914 0.859144
+0.842329 0.581369 0.841123
+0.892103 0.584909 0.833616
+0.939452 0.58497 0.832471
+0.954726 0.586145 0.835294
+0.049546 0.660044 0.781567
+0.0498817 0.660044 0.781643
+0.0508583 0.660029 0.781979
+0.0525826 0.660044 0.782574
+0.055375 0.660121 0.783322
+0.0586557 0.660212 0.78439
+0.0635691 0.660151 0.785565
+0.069276 0.660075 0.786938
+0.0769513 0.659861 0.788449
+0.0861524 0.659586 0.790097
+0.0967575 0.659052 0.791852
+0.108446 0.658473 0.793805
+0.120974 0.657725 0.795987
+0.134676 0.656779 0.798276
+0.149203 0.655695 0.800809
+0.164645 0.654322 0.803555
+0.180636 0.652811 0.806577
+0.198383 0.650889 0.810132
+0.21883 0.64863 0.81442
+0.245243 0.64683 0.820737
+0.283467 0.648753 0.830854
+0.321248 0.650141 0.843519
+0.360174 0.650706 0.85951
+0.399619 0.649409 0.880827
+0.481102 0.645533 0.879149
+0.581842 0.640253 0.865736
+0.666377 0.636347 0.852674
+0.734051 0.633417 0.845197
+0.792905 0.628794 0.842908
+0.850263 0.623026 0.841184
+0.899016 0.62652 0.833753
+0.943053 0.626947 0.831067
+0.955047 0.62884 0.833188
+0.109163 0.70132 0.786938
+0.109499 0.701289 0.78703
+0.110735 0.701228 0.787213
+0.112886 0.701183 0.787533
+0.115892 0.70106 0.788022
+0.119722 0.700969 0.788678
+0.124468 0.70074 0.789364
+0.12987 0.700496 0.790234
+0.136339 0.70016 0.791165
+0.143572 0.699794 0.792325
+0.151507 0.699336 0.793606
+0.160357 0.698802 0.795041
+0.169711 0.698238 0.796658
+0.179706 0.697536 0.798321
+0.190723 0.696818 0.800305
+0.202609 0.695857 0.802502
+0.214954 0.69482 0.804974
+0.228336 0.693568 0.807813
+0.24332 0.692088 0.81149
+0.260441 0.690044 0.816114
+0.285924 0.689204 0.822828
+0.323186 0.691432 0.83328
+0.361166 0.693187 0.846433
+0.399573 0.693858 0.863706
+0.453574 0.692027 0.874235
+0.57409 0.685328 0.855436
+0.670283 0.682979 0.840696
+0.738857 0.684077 0.837781
+0.796292 0.683162 0.840803
+0.853559 0.678187 0.8439
+0.911299 0.669673 0.843015
+0.949508 0.670237 0.83859
+0.95758 0.672984 0.840711
+0.213397 0.739147 0.787884
+0.213581 0.739101 0.787991
+0.214313 0.739071 0.788144
+0.215396 0.739055 0.788434
+0.217533 0.738949 0.788647
+0.219974 0.738857 0.789075
+0.223056 0.738674 0.789532
+0.226337 0.73846 0.790188
+0.230259 0.738216 0.79086
+0.234516 0.738048 0.791714
+0.23946 0.737774 0.792599
+0.244663 0.737453 0.793622
+0.250233 0.737163 0.794736
+0.256245 0.736721 0.796002
+0.262928 0.736233 0.797421
+0.269703 0.735729 0.799084
+0.277195 0.735088 0.800809
+0.285252 0.73434 0.802945
+0.295033 0.733349 0.805478
+0.306203 0.732097 0.80885
+0.319585 0.730419 0.813077
+0.343679 0.730419 0.819745
+0.379675 0.732876 0.829786
+0.415808 0.734813 0.842649
+0.455955 0.735683 0.85977
+0.557321 0.730251 0.849256
+0.66772 0.729168 0.837522
+0.738598 0.734585 0.842115
+0.798306 0.737911 0.849607
+0.856703 0.735866 0.854871
+0.917708 0.72694 0.855451
+0.957763 0.71603 0.851972
+0.960754 0.719646 0.853452
+0.332387 0.776501 0.791241
+0.332494 0.776486 0.791241
+0.332616 0.77644 0.791318
+0.333272 0.776379 0.791424
+0.334066 0.776349 0.791623
+0.335073 0.776242 0.791852
+0.336339 0.776135 0.792157
+0.337758 0.776013 0.792508
+0.339605 0.775876 0.792874
+0.341588 0.775677 0.793301
+0.343786 0.775448 0.793851
+0.346288 0.775296 0.7944
+0.348959 0.774975 0.795117
+0.351965 0.774746 0.795834
+0.355245 0.774395 0.796643
+0.35877 0.774014 0.797528
+0.362554 0.773602 0.79855
+0.367056 0.773098 0.79971
+0.372244 0.772534 0.80119
+0.378515 0.77171 0.803067
+0.385718 0.770672 0.805417
+0.394217 0.76939 0.808408
+0.415412 0.76994 0.814313
+0.448707 0.772808 0.823713
+0.485466 0.775296 0.835813
+0.537911 0.775631 0.843809
+0.654078 0.774975 0.838911
+0.732723 0.784222 0.848554
+0.79675 0.792554 0.859815
+0.858579 0.794858 0.869474
+0.921736 0.788861 0.871733
+0.961761 0.776135 0.868101
+0.964874 0.76936 0.868467
+0.434134 0.817899 0.804746
+0.434195 0.817899 0.804746
+0.434256 0.817853 0.804746
+0.434546 0.817792 0.804761
+0.43473 0.817731 0.804822
+0.435111 0.81767 0.804883
+0.435584 0.817594 0.804944
+0.436149 0.817411 0.805051
+0.436851 0.817319 0.805173
+0.437522 0.817182 0.805295
+0.438544 0.816999 0.805432
+0.439414 0.816846 0.805631
+0.440299 0.816617 0.805829
+0.441566 0.816388 0.806027
+0.442924 0.816098 0.806271
+0.444495 0.815824 0.806516
+0.446204 0.815442 0.806775
+0.447944 0.815122 0.807187
+0.450309 0.81471 0.807614
+0.4533 0.814038 0.808179
+0.456641 0.813382 0.808942
+0.461357 0.812406 0.809873
+0.466957 0.811154 0.811139
+0.486076 0.812833 0.816236
+0.515373 0.817105 0.82504
+0.548379 0.8215 0.836667
+0.626291 0.821851 0.839567
+0.718044 0.833295 0.853315
+0.790539 0.845685 0.869215
+0.855573 0.854185 0.882109
+0.923095 0.852522 0.888228
+0.963104 0.842023 0.885206
+0.970031 0.832273 0.884611
+0.497078 0.86981 0.83238
+0.497124 0.869764 0.83238
+0.497185 0.869718 0.832364
+0.497307 0.869657 0.832303
+0.497581 0.869612 0.832258
+0.497871 0.869535 0.832181
+0.498283 0.869474 0.83212
+0.498741 0.869322 0.832044
+0.49926 0.86923 0.831937
+0.499825 0.869062 0.8318
+0.500465 0.868894 0.831678
+0.501213 0.868772 0.831495
+0.502068 0.868605 0.831357
+0.502968 0.86836 0.831174
+0.503761 0.868147 0.831037
+0.504829 0.867903 0.830793
+0.505882 0.867628 0.830533
+0.507118 0.867338 0.830167
+0.508675 0.867002 0.829786
+0.51043 0.866484 0.829297
+0.512581 0.865995 0.828855
+0.515404 0.865339 0.828229
+0.518547 0.864057 0.827375
+0.522393 0.862943 0.826429
+0.538781 0.866468 0.830045
+0.563241 0.872679 0.837186
+0.605753 0.877302 0.843565
+0.691875 0.883818 0.853925
+0.77409 0.899748 0.874754
+0.849775 0.911879 0.893324
+0.923659 0.923842 0.910384
+0.967071 0.922484 0.915236
+0.976211 0.921935 0.923903
+0.530282 0.92607 0.862867
+0.530297 0.92607 0.862867
+0.530404 0.926055 0.862806
+0.530571 0.92604 0.862699
+0.530846 0.925994 0.862623
+0.531136 0.925933 0.86244
+0.531533 0.925902 0.862303
+0.531991 0.925765 0.862058
+0.532555 0.925689 0.861814
+0.533135 0.925582 0.861524
+0.533822 0.925444 0.861189
+0.534615 0.925322 0.860822
+0.535348 0.925231 0.860471
+0.536171 0.925063 0.860059
+0.537194 0.924895 0.859556
+0.538277 0.924743 0.859007
+0.539422 0.924498 0.858427
+0.540749 0.924346 0.857725
+0.54229 0.924041 0.856794
+0.543954 0.923751 0.855726
+0.546227 0.923339 0.854383
+0.549065 0.922835 0.852766
+0.552316 0.922087 0.85069
+0.556481 0.921294 0.847913
+0.561395 0.920485 0.844282
+0.578164 0.924025 0.844404
+0.601251 0.930175 0.845624
+0.645747 0.934371 0.846189
+0.740673 0.950744 0.867674
+0.826276 0.961501 0.890532
+0.918471 0.971649 0.896971
+0.961761 0.968246 0.919829
+0.977325 0.972808 0.938369
+0.550881 0.968383 0.890562
+0.550927 0.968383 0.890562
+0.551003 0.968353 0.89044
+0.551171 0.968353 0.890318
+0.551369 0.968338 0.89015
+0.551614 0.968338 0.889967
+0.551888 0.968322 0.889677
+0.552285 0.968307 0.889372
+0.552789 0.968277 0.889006
+0.553353 0.968231 0.888563
+0.553979 0.96817 0.88806
+0.554711 0.968139 0.88751
+0.555459 0.968078 0.886885
+0.556313 0.968002 0.886198
+0.557229 0.967941 0.885451
+0.558236 0.967865 0.884627
+0.559274 0.967788 0.883711
+0.560357 0.967742 0.882734
+0.561791 0.96762 0.881437
+0.563577 0.967498 0.879866
+0.565698 0.96733 0.877928
+0.568093 0.967193 0.875502
+0.571206 0.966934 0.872374
+0.574929 0.966644 0.867979
+0.579385 0.966323 0.862715
+0.584848 0.965942 0.855512
+0.603326 0.967773 0.851835
+0.62768 0.970916 0.847044
+0.686137 0.975479 0.848569
+0.785595 0.984237 0.875319
+0.860014 1 0.868345
+0.959182 1 0.878126
+0.975753 0.991318 0.910033
+0.570291 0.997986 0.920928
+0.570336 0.997971 0.920913
+0.570413 0.997971 0.92079
+0.570581 0.997955 0.920653
+0.570794 0.99794 0.920409
+0.571084 0.997925 0.920104
+0.571435 0.997894 0.919783
+0.571832 0.997879 0.919356
+0.57232 0.997833 0.918853
+0.572839 0.997803 0.918334
+0.573449 0.997757 0.917662
+0.574136 0.997711 0.916976
+0.574853 0.997665 0.916167
+0.575494 0.99765 0.915389
+0.576364 0.997604 0.914443
+0.577325 0.997528 0.91339
+0.578347 0.997467 0.912261
+0.579492 0.997375 0.910948
+0.580896 0.997284 0.909377
+0.582544 0.997162 0.907256
+0.58439 0.997086 0.904921
+0.586816 0.996902 0.90193
+0.589761 0.996719 0.898146
+0.593011 0.996521 0.893294
+0.597086 0.996185 0.88687
+0.601923 0.99585 0.878431
+0.607874 0.995392 0.86659
+0.628046 0.997848 0.858442
+0.656016 1 0.847303
+0.728191 1 0.852552
+0.822568 1 0.864988
+0.9281 1 0.859556
+0.972229 1 0.859159
+0 0.134752 0.761196
+0 0.134493 0.761532
+0 0.133867 0.761959
+0 0.133928 0.76527
+0 0.133303 0.769314
+0 0.131548 0.773785
+0 0.128603 0.778393
+0 0.123156 0.782406
+0 0.115145 0.785519
+0.0154116 0.104707 0.787335
+0.0593729 0.0966201 0.785397
+0.121187 0.0978103 0.78436
+0.17882 0.0999771 0.783963
+0.22829 0.103029 0.784405
+0.270771 0.106569 0.785183
+0.308614 0.110399 0.786465
+0.342672 0.114687 0.787747
+0.373556 0.119432 0.789593
+0.405127 0.125048 0.79173
+0.438285 0.131991 0.794247
+0.473091 0.140124 0.797452
+0.509285 0.150027 0.801724
+0.546654 0.162005 0.80679
+0.58526 0.176226 0.813107
+0.625391 0.193027 0.820661
+0.667384 0.212558 0.829602
+0.711406 0.235203 0.839689
+0.757458 0.261295 0.850675
+0.805844 0.290669 0.862196
+0.863172 0.315938 0.876677
+0.925597 0.343221 0.89247
+0.94931 0.371771 0.908034
+0.971527 0.402167 0.9243
+0 0.135348 0.761334
+0 0.134905 0.761639
+0 0.134096 0.761883
+0 0.13402 0.76495
+0 0.133593 0.769207
+0 0.131914 0.773678
+0 0.129 0.778393
+0 0.123751 0.782513
+0 0.115846 0.785687
+0.0142367 0.105287 0.787671
+0.0569924 0.0969558 0.78584
+0.118868 0.0982376 0.784863
+0.176898 0.10042 0.784329
+0.226902 0.103395 0.78471
+0.269642 0.106889 0.785443
+0.307698 0.110674 0.786725
+0.341817 0.115007 0.788037
+0.373007 0.119707 0.789822
+0.404715 0.125307 0.791959
+0.437934 0.132265 0.794522
+0.47274 0.140398 0.797696
+0.50898 0.150286 0.801892
+0.546456 0.162173 0.806989
+0.585122 0.17641 0.813275
+0.625315 0.193164 0.820813
+0.667308 0.21268 0.82974
+0.711299 0.235325 0.839826
+0.757397 0.261357 0.85069
+0.805829 0.29073 0.862257
+0.863157 0.316014 0.876707
+0.925551 0.343359 0.892515
+0.94931 0.371817 0.908034
+0.971511 0.402243 0.924285
+0 0.137133 0.76173
+0 0.136645 0.76199
+0 0.135332 0.762814
+0 0.13434 0.764157
+0 0.134264 0.768673
+0 0.132876 0.773404
+0 0.130114 0.778164
+0 0.125475 0.782879
+0 0.117845 0.786267
+0.0102846 0.107378 0.7888
+0.0494698 0.0981765 0.787198
+0.112093 0.0993973 0.785977
+0.171374 0.101457 0.785351
+0.222766 0.104356 0.785672
+0.266331 0.107897 0.786389
+0.305028 0.11162 0.787533
+0.339666 0.115969 0.78883
+0.371359 0.120638 0.790555
+0.403296 0.126223 0.79266
+0.436866 0.133013 0.79527
+0.471748 0.141176 0.798474
+0.508202 0.150988 0.802487
+0.545922 0.16286 0.807553
+0.584512 0.17702 0.813718
+0.624918 0.193668 0.821332
+0.666941 0.213077 0.83003
+0.711101 0.235599 0.840085
+0.75729 0.26157 0.85095
+0.805783 0.290852 0.862394
+0.863066 0.316152 0.876768
+0.925536 0.34342 0.892515
+0.949294 0.371939 0.907927
+0.971481 0.402365 0.924163
+0 0.139956 0.762524
+0 0.139528 0.762798
+0 0.138231 0.763409
+0 0.136004 0.764736
+0 0.13492 0.767269
+0 0.134463 0.772793
+0 0.132082 0.778027
+0 0.128054 0.783215
+0 0.12108 0.787091
+0.00466926 0.111009 0.789883
+0.0363622 0.100237 0.789395
+0.100237 0.101488 0.788037
+0.161807 0.103319 0.787305
+0.215534 0.106065 0.787274
+0.260548 0.109483 0.78793
+0.300237 0.113313 0.788968
+0.335821 0.117479 0.790341
+0.368292 0.122133 0.791867
+0.400641 0.127687 0.793927
+0.434653 0.134417 0.796414
+0.4701 0.142504 0.799512
+0.50663 0.152193 0.803479
+0.544762 0.163912 0.808515
+0.583566 0.178012 0.814511
+0.624262 0.194446 0.822065
+0.666407 0.213748 0.83061
+0.710704 0.236118 0.840558
+0.757046 0.261875 0.851316
+0.805692 0.291035 0.862684
+0.863005 0.316426 0.876905
+0.925444 0.343725 0.892515
+0.949264 0.372183 0.907866
+0.97145 0.402594 0.923995
+0 0.143984 0.763348
+0 0.143542 0.763592
+0 0.142245 0.764401
+0 0.140017 0.765682
+0 0.136889 0.767376
+0 0.135851 0.771237
+0 0.134554 0.777401
+0 0.131273 0.783276
+0 0.125261 0.788022
+0 0.115862 0.791424
+0.0230411 0.104097 0.79234
+0.0835737 0.104265 0.790997
+0.14789 0.105943 0.789822
+0.204791 0.108492 0.789517
+0.252216 0.111788 0.790097
+0.293492 0.115572 0.790951
+0.330343 0.1196 0.792157
+0.363973 0.124254 0.793606
+0.396948 0.129854 0.795575
+0.43151 0.136461 0.798001
+0.46746 0.144411 0.800977
+0.504646 0.153918 0.804776
+0.543038 0.165499 0.80975
+0.582406 0.179324 0.815808
+0.623362 0.195575 0.82298
+0.665827 0.214618 0.831403
+0.710216 0.236759 0.841184
+0.756786 0.262257 0.851835
+0.805463 0.291386 0.86302
+0.862898 0.316732 0.877089
+0.925338 0.344106 0.892576
+0.949218 0.372534 0.907729
+0.971389 0.402945 0.923781
+0 0.158968 0.765301
+0 0.15845 0.765545
+0 0.156832 0.766247
+0 0.154177 0.767376
+0 0.150301 0.76907
+0 0.146639 0.771237
+0 0.144564 0.77763
+0 0.139971 0.78352
+0 0.13286 0.788968
+0 0.121981 0.792767
+0.0103304 0.110109 0.795529
+0.0620432 0.108034 0.794568
+0.128527 0.109407 0.793118
+0.190021 0.111604 0.792569
+0.24094 0.114763 0.792721
+0.284398 0.118502 0.79353
+0.322713 0.122454 0.794507
+0.358358 0.127047 0.796017
+0.392325 0.132464 0.797803
+0.427482 0.13901 0.799969
+0.464027 0.146868 0.802884
+0.502022 0.15613 0.806683
+0.54081 0.167529 0.811307
+0.580774 0.181109 0.817105
+0.621988 0.19707 0.82414
+0.664805 0.215839 0.832456
+0.709667 0.237705 0.842023
+0.756252 0.26302 0.852506
+0.805295 0.291783 0.863523
+0.862684 0.317159 0.877287
+0.925231 0.344533 0.892576
+0.949172 0.372992 0.907591
+0.971328 0.403388 0.923476
+0 0.176654 0.767514
+0 0.176135 0.767742
+0 0.174655 0.76849
+0 0.172076 0.769635
+0 0.168566 0.771176
+0 0.164858 0.773159
+0 0.16347 0.779675
+0 0.159854 0.785657
+0 0.153903 0.791547
+0 0.144183 0.79559
+0.00953689 0.130587 0.798672
+0.0477455 0.121874 0.799603
+0.107195 0.119631 0.797894
+0.170474 0.117586 0.796368
+0.225956 0.118547 0.796017
+0.272435 0.122118 0.796521
+0.313054 0.126024 0.797513
+0.350973 0.130541 0.798718
+0.386145 0.135836 0.800381
+0.422461 0.142138 0.802518
+0.460014 0.149783 0.805264
+0.498421 0.158953 0.808759
+0.538079 0.170016 0.813169
+0.578546 0.183337 0.81886
+0.620279 0.198917 0.82565
+0.663661 0.217243 0.833814
+0.708766 0.238788 0.84303
+0.755764 0.263691 0.85333
+0.80499 0.292287 0.864042
+0.86247 0.317678 0.877546
+0.925109 0.345006 0.892561
+0.949096 0.37351 0.907347
+0.971252 0.403861 0.923049
+0 0.196017 0.769985
+0 0.19556 0.770214
+0 0.194217 0.770916
+0 0.19202 0.771954
+0 0.1888 0.773571
+0 0.185138 0.775235
+0 0.184421 0.781643
+0 0.181781 0.787976
+0 0.177111 0.794278
+0 0.168811 0.798871
+0.0123293 0.156878 0.802075
+0.0439918 0.145602 0.804639
+0.093431 0.143145 0.804303
+0.154574 0.141009 0.802655
+0.211994 0.139406 0.801846
+0.259953 0.138155 0.801694
+0.30193 0.137011 0.801801
+0.34139 0.135836 0.80206
+0.378485 0.139803 0.803326
+0.415961 0.146029 0.80531
+0.454734 0.153246 0.807813
+0.494163 0.162234 0.811109
+0.534661 0.173007 0.815488
+0.57583 0.185901 0.820859
+0.618112 0.201129 0.827344
+0.662089 0.219013 0.835264
+0.707744 0.240131 0.844297
+0.755169 0.26453 0.854322
+0.804669 0.292744 0.864729
+0.862211 0.318288 0.877913
+0.92491 0.345617 0.892546
+0.949004 0.374166 0.907057
+0.97116 0.404501 0.922545
+0 0.216236 0.772335
+0 0.215854 0.772564
+0 0.214679 0.773098
+0 0.212696 0.774289
+0 0.209812 0.77586
+0 0.206531 0.777859
+0 0.206149 0.783627
+0 0.204593 0.790311
+0 0.201297 0.796933
+0.00112917 0.19472 0.801953
+0.0154879 0.184771 0.805783
+0.0424506 0.172229 0.808362
+0.0872358 0.168338 0.811078
+0.137621 0.166629 0.809949
+0.197086 0.164813 0.808942
+0.247669 0.163607 0.808728
+0.291005 0.1626 0.808896
+0.331655 0.161425 0.80911
+0.370428 0.160174 0.809552
+0.408789 0.15848 0.810117
+0.448539 0.157427 0.81091
+0.489189 0.166033 0.813962
+0.530602 0.17644 0.81796
+0.572763 0.188891 0.823117
+0.615854 0.203601 0.829389
+0.660182 0.221149 0.836912
+0.706462 0.241627 0.84567
+0.75433 0.265568 0.855406
+0.804273 0.293278 0.865492
+0.861982 0.318914 0.878355
+0.924712 0.34638 0.892546
+0.94902 0.374823 0.906859
+0.971038 0.405234 0.921965
+0 0.237446 0.774502
+0 0.237064 0.774716
+0 0.235996 0.775387
+0 0.234165 0.776516
+0 0.231571 0.778073
+0 0.228397 0.780072
+0 0.228351 0.785397
+0 0.227771 0.792416
+0 0.225559 0.799283
+0.00450141 0.220584 0.804791
+0.0182956 0.212436 0.809079
+0.0426337 0.201068 0.812284
+0.0849622 0.196017 0.815839
+0.127291 0.193179 0.817395
+0.179294 0.191516 0.81648
+0.233433 0.190265 0.816098
+0.278828 0.189303 0.816266
+0.321218 0.188266 0.816571
+0.362173 0.187106 0.817166
+0.40087 0.185702 0.817716
+0.441138 0.183948 0.818509
+0.482994 0.181872 0.819455
+0.525673 0.180468 0.820859
+0.568856 0.192355 0.825589
+0.612833 0.206516 0.83151
+0.658137 0.223392 0.838697
+0.704829 0.243397 0.847181
+0.753323 0.266804 0.856519
+0.803784 0.29398 0.866361
+0.861585 0.319768 0.878798
+0.924483 0.347204 0.892485
+0.948943 0.375662 0.906538
+0.970932 0.405997 0.921279
+0 0.259297 0.776501
+0 0.258991 0.776715
+0 0.257969 0.777371
+0 0.256367 0.77847
+0 0.254047 0.779934
+0 0.251011 0.781842
+0 0.251041 0.786801
+0 0.251423 0.79411
+0 0.25008 0.801099
+0.00737011 0.246571 0.807401
+0.021149 0.239872 0.812116
+0.0436713 0.230396 0.815839
+0.0820783 0.223575 0.819379
+0.12398 0.22005 0.82359
+0.165026 0.218082 0.82414
+0.216983 0.216785 0.823667
+0.265141 0.215885 0.823636
+0.309178 0.215015 0.824063
+0.351949 0.213993 0.824643
+0.392447 0.212802 0.825467
+0.43328 0.211322 0.82649
+0.475654 0.209476 0.827543
+0.519173 0.207462 0.828763
+0.563912 0.205295 0.830442
+0.609537 0.209781 0.833967
+0.655619 0.226001 0.840848
+0.703014 0.245472 0.848783
+0.7523 0.268147 0.857725
+0.803265 0.294652 0.867292
+0.860655 0.320592 0.879149
+0.924102 0.348089 0.892424
+0.948806 0.376547 0.90605
+0.970901 0.406867 0.920531
+0 0.281621 0.778012
+0 0.281315 0.778195
+0 0.280446 0.778881
+0 0.278996 0.77998
+0 0.276967 0.781323
+0 0.274189 0.783337
+0 0.274006 0.787793
+0 0.275288 0.795331
+0 0.2748 0.802396
+0.00924697 0.272511 0.80914
+0.0232242 0.267231 0.814282
+0.0442512 0.259281 0.818647
+0.0778821 0.250874 0.8224
+0.120531 0.248127 0.826627
+0.16025 0.244602 0.831418
+0.200992 0.243519 0.831067
+0.249531 0.242512 0.831113
+0.295781 0.241871 0.831571
+0.34023 0.241032 0.832288
+0.382879 0.239994 0.833127
+0.424659 0.238666 0.834104
+0.467567 0.23711 0.835386
+0.511986 0.235172 0.83682
+0.557366 0.233112 0.83856
+0.603967 0.230961 0.840482
+0.652461 0.229084 0.842954
+0.700999 0.247684 0.850584
+0.750896 0.269627 0.859022
+0.802625 0.29543 0.868376
+0.860105 0.321569 0.879545
+0.923705 0.349081 0.892348
+0.948653 0.377539 0.905592
+0.97081 0.407782 0.919707
+0 0.304219 0.77908
+0 0.303975 0.779278
+0 0.303166 0.779919
+0 0.301885 0.780957
+0 0.300023 0.78233
+0 0.297551 0.784283
+0 0.297124 0.788205
+0 0.299214 0.795926
+0 0.299519 0.803082
+0.0101472 0.298375 0.810132
+0.0243687 0.294209 0.815747
+0.0440223 0.287678 0.820386
+0.0733654 0.278904 0.82443
+0.11574 0.275914 0.829038
+0.156344 0.273014 0.834073
+0.194186 0.270176 0.838056
+0.232746 0.269474 0.838148
+0.280156 0.268788 0.838575
+0.327001 0.267948 0.839368
+0.372305 0.267018 0.84036
+0.414893 0.26598 0.84155
+0.458869 0.264424 0.842908
+0.503716 0.262745 0.844251
+0.550042 0.260716 0.846052
+0.597559 0.25864 0.848188
+0.646891 0.256474 0.850706
+0.697826 0.254734 0.853483
+0.749249 0.271397 0.860594
+0.801999 0.296284 0.869444
+0.859525 0.322545 0.879881
+0.923262 0.350179 0.892271
+0.948455 0.378592 0.904921
+0.970642 0.408865 0.918639
+0 0.326986 0.779843
+0 0.326741 0.780041
+0 0.325978 0.780636
+0 0.324834 0.781567
+0 0.323186 0.78294
+0 0.320989 0.784772
+0 0.320455 0.788312
+0 0.323171 0.796155
+0 0.324025 0.803403
+0.0104829 0.32398 0.810788
+0.0246433 0.321004 0.816434
+0.0428321 0.315694 0.82153
+0.0712139 0.308278 0.825849
+0.109163 0.303181 0.830396
+0.150683 0.301106 0.835584
+0.188556 0.298329 0.841291
+0.224552 0.296147 0.844862
+0.263157 0.295445 0.845258
+0.311925 0.294865 0.84596
+0.359304 0.294102 0.846891
+0.403815 0.293126 0.848157
+0.448463 0.291783 0.849622
+0.494667 0.290013 0.851194
+0.54168 0.288151 0.853025
+0.589914 0.286107 0.855055
+0.639887 0.283955 0.857572
+0.692042 0.28188 0.860349
+0.746303 0.280324 0.863539
+0.801038 0.297276 0.870527
+0.858808 0.323644 0.880354
+0.922835 0.351339 0.89221
+0.948241 0.379782 0.904189
+0.970489 0.409979 0.91751
+0 0.349462 0.780743
+0 0.349248 0.780835
+0 0.348669 0.781323
+0 0.347646 0.782284
+0 0.346166 0.783642
+0 0.344182 0.785397
+0 0.343679 0.788663
+0 0.346807 0.796567
+0 0.348333 0.803845
+0.0105898 0.348974 0.811414
+0.0248875 0.347051 0.817212
+0.0416266 0.342931 0.82237
+0.0682078 0.336767 0.826825
+0.101579 0.329885 0.831403
+0.143832 0.328405 0.836576
+0.182513 0.326314 0.842283
+0.21857 0.323644 0.848722
+0.253101 0.322133 0.851591
+0.295125 0.321553 0.852293
+0.344472 0.320867 0.853407
+0.391791 0.319966 0.854643
+0.437446 0.31873 0.856016
+0.484245 0.31725 0.857557
+0.532158 0.315358 0.859358
+0.581399 0.313176 0.861463
+0.632319 0.310933 0.863813
+0.6851 0.308705 0.866484
+0.740398 0.306722 0.869581
+0.798657 0.305486 0.872953
+0.857923 0.324758 0.880735
+0.922225 0.352529 0.89192
+0.947982 0.381064 0.903365
+0.970306 0.411185 0.916152
+0 0.371527 0.781613
+0 0.371359 0.781781
+0 0.370779 0.78233
+0 0.369833 0.78323
+0 0.368475 0.784527
+0 0.366766 0.78616
+0 0.366384 0.789334
+0 0.369879 0.797177
+0 0.371939 0.804486
+0.0107271 0.37322 0.812146
+0.0251926 0.37203 0.818204
+0.0408942 0.368963 0.823346
+0.0659495 0.363928 0.827985
+0.0966659 0.357259 0.83238
+0.1364 0.354681 0.837598
+0.176074 0.35317 0.843336
+0.21294 0.351263 0.849775
+0.247013 0.348608 0.857252
+0.283375 0.347707 0.85893
+0.32871 0.347127 0.859876
+0.378775 0.34638 0.861173
+0.425681 0.345327 0.862623
+0.473625 0.343786 0.864179
+0.522377 0.342 0.865721
+0.572564 0.339803 0.867689
+0.624399 0.337423 0.869932
+0.677989 0.334951 0.872465
+0.734188 0.332708 0.875319
+0.7935 0.330922 0.878584
+0.856229 0.330556 0.882124
+0.921523 0.353933 0.891615
+0.947784 0.382376 0.902571
+0.970092 0.412558 0.914717
+0 0.393149 0.78291
+0 0.392981 0.783047
+0 0.392447 0.783536
+0 0.391623 0.78439
+0 0.390402 0.785611
+0 0.388907 0.787045
+0 0.388769 0.790188
+0 0.392462 0.798123
+0 0.394995 0.805463
+0.0109712 0.396765 0.813077
+0.025452 0.396307 0.819226
+0.0402838 0.394003 0.824445
+0.0638895 0.389853 0.829175
+0.0936294 0.384375 0.833524
+0.128283 0.379858 0.838437
+0.168933 0.378927 0.844221
+0.206577 0.377493 0.850568
+0.241672 0.375601 0.858152
+0.276539 0.372976 0.86595
+0.315465 0.372442 0.866819
+0.364843 0.371756 0.867979
+0.414008 0.370764 0.869368
+0.463264 0.36936 0.870817
+0.513237 0.367605 0.872389
+0.564187 0.365499 0.874083
+0.616724 0.363012 0.876188
+0.671153 0.360449 0.878645
+0.728115 0.357946 0.881224
+0.788144 0.35581 0.884321
+0.852064 0.35552 0.887236
+0.920745 0.355337 0.891234
+0.947555 0.383795 0.901564
+0.969894 0.413931 0.913085
+0 0.415641 0.784283
+0 0.415488 0.784451
+0 0.415015 0.784894
+0 0.414313 0.785733
+0 0.413306 0.78677
+0 0.411948 0.788144
+0 0.412268 0.791516
+0 0.416159 0.799451
+0 0.418952 0.806745
+0.0116579 0.421073 0.814328
+0.0258946 0.42121 0.820493
+0.0400549 0.419608 0.825956
+0.0618906 0.41651 0.830503
+0.090959 0.411841 0.834958
+0.120485 0.406256 0.839429
+0.160784 0.405097 0.845106
+0.199023 0.404211 0.851438
+0.235477 0.402869 0.858885
+0.271031 0.400626 0.868116
+0.306386 0.398581 0.874525
+0.350164 0.397864 0.875441
+0.401114 0.396979 0.876738
+0.452232 0.395605 0.878096
+0.503975 0.393698 0.879499
+0.556023 0.391592 0.881132
+0.609384 0.389059 0.883009
+0.664378 0.386313 0.885252
+0.72195 0.383398 0.887785
+0.783078 0.380835 0.890532
+0.84744 0.380774 0.892744
+0.914824 0.380911 0.894697
+0.947188 0.385428 0.900298
+0.969833 0.415442 0.91133
+0 0.440269 0.786023
+0 0.440146 0.786191
+0 0.439734 0.786618
+0 0.439094 0.78735
+0 0.438117 0.788418
+0 0.436957 0.789593
+0 0.438148 0.793759
+0 0.442252 0.801373
+0 0.445212 0.808621
+0.012726 0.447791 0.815961
+0.0266575 0.448432 0.822126
+0.0402991 0.447547 0.827497
+0.0603799 0.445045 0.832242
+0.0880293 0.441321 0.836484
+0.117205 0.436515 0.841001
+0.151156 0.433051 0.846174
+0.190066 0.432624 0.852399
+0.228016 0.431907 0.859632
+0.264347 0.430457 0.868467
+0.29987 0.427817 0.879713
+0.337728 0.426093 0.884306
+0.386343 0.425147 0.885374
+0.439796 0.423835 0.886519
+0.493477 0.422034 0.887724
+0.547494 0.419837 0.88922
+0.602182 0.417166 0.890959
+0.657969 0.414221 0.89276
+0.715953 0.410956 0.89514
+0.777813 0.407797 0.897719
+0.84242 0.407843 0.898299
+0.908003 0.408972 0.897749
+0.9449 0.407309 0.901671
+0.969573 0.417288 0.908965
+0 0.467277 0.788098
+0 0.46717 0.788266
+0 0.466819 0.788647
+0 0.466239 0.789364
+0 0.465385 0.790311
+0 0.464485 0.79176
+0 0.467369 0.797009
+0 0.471305 0.804379
+0 0.474281 0.811063
+0.0148165 0.476982 0.818311
+0.0282139 0.477928 0.824247
+0.0413367 0.477501 0.829526
+0.0599527 0.475731 0.834195
+0.0858167 0.472892 0.838376
+0.11397 0.468986 0.842817
+0.14226 0.464347 0.847181
+0.179614 0.463264 0.85304
+0.218616 0.462989 0.860121
+0.256428 0.462211 0.868833
+0.292973 0.460624 0.879728
+0.329335 0.457267 0.893172
+0.37084 0.456062 0.895399
+0.424735 0.454734 0.896208
+0.481605 0.452842 0.897398
+0.538308 0.450462 0.898619
+0.595071 0.447578 0.900175
+0.652186 0.444373 0.901686
+0.711101 0.440757 0.9037
+0.772854 0.437125 0.905333
+0.836759 0.437293 0.903197
+0.900359 0.439292 0.899962
+0.941649 0.438193 0.902815
+0.966613 0.435996 0.90808
+0 0.496437 0.790707
+0 0.49633 0.790829
+0 0.49604 0.791196
+0 0.495567 0.791867
+0 0.494865 0.792782
+0 0.495995 0.795743
+0 0.499825 0.801892
+0 0.50312 0.808331
+0.00416571 0.506157 0.814679
+0.0181125 0.508736 0.821302
+0.0305943 0.50988 0.826917
+0.0432441 0.509697 0.831861
+0.0606241 0.508553 0.836393
+0.0847486 0.506325 0.840558
+0.111543 0.503227 0.844694
+0.138689 0.499428 0.849073
+0.167452 0.495598 0.853697
+0.207614 0.495766 0.86067
+0.246921 0.495644 0.869184
+0.284611 0.494942 0.87953
+0.321447 0.49308 0.8925
+0.359503 0.489433 0.907149
+0.40679 0.48806 0.907835
+0.467567 0.486168 0.908705
+0.528176 0.483635 0.909529
+0.587854 0.480552 0.910689
+0.64715 0.476997 0.911925
+0.70721 0.47306 0.912825
+0.769284 0.469062 0.912184
+0.831998 0.469245 0.906874
+0.892546 0.471962 0.900908
+0.93843 0.471351 0.902998
+0.961456 0.470069 0.90753
+0 0.52784 0.793667
+0 0.527733 0.79379
+0 0.527489 0.79411
+0 0.527596 0.795193
+0 0.529137 0.797909
+0 0.532357 0.802853
+0 0.535348 0.80827
+0 0.538216 0.813626
+0.0115206 0.540948 0.819425
+0.0233005 0.543252 0.825269
+0.0347906 0.544274 0.830198
+0.04654 0.544335 0.83473
+0.0630655 0.54342 0.838987
+0.0855726 0.541787 0.843061
+0.110811 0.539345 0.846998
+0.136217 0.536416 0.850996
+0.16231 0.532784 0.855375
+0.194308 0.530449 0.861082
+0.235584 0.530892 0.869215
+0.274617 0.530999 0.879332
+0.312459 0.530083 0.891661
+0.350408 0.52781 0.907179
+0.390265 0.523995 0.921401
+0.449241 0.522118 0.922057
+0.514992 0.519402 0.922393
+0.579339 0.516091 0.923095
+0.642618 0.512123 0.922545
+0.704967 0.507774 0.920501
+0.767422 0.503426 0.91722
+0.82945 0.503487 0.908629
+0.886473 0.506981 0.89984
+0.936004 0.506783 0.900557
+0.957076 0.506325 0.904479
+0 0.565148 0.800473
+0 0.565576 0.801022
+0 0.566629 0.802792
+0 0.56817 0.805249
+0 0.570138 0.808362
+0 0.572274 0.811978
+0 0.574456 0.816327
+0.011368 0.576806 0.82092
+0.0213626 0.579141 0.825803
+0.0312352 0.580545 0.830381
+0.0412146 0.58117 0.834607
+0.0527047 0.581262 0.838605
+0.068513 0.580682 0.842435
+0.0896468 0.579293 0.846082
+0.112276 0.57763 0.849668
+0.135927 0.575189 0.853452
+0.160174 0.572412 0.857542
+0.185733 0.568872 0.862211
+0.222553 0.567819 0.869123
+0.263081 0.568597 0.878813
+0.301823 0.568719 0.890639
+0.340185 0.567941 0.905318
+0.379339 0.565057 0.923903
+0.424323 0.560769 0.937285
+0.497276 0.5579 0.937285
+0.569421 0.554147 0.935393
+0.638712 0.549767 0.930831
+0.704997 0.545159 0.924987
+0.768612 0.54049 0.918379
+0.829877 0.540261 0.906874
+0.884367 0.544305 0.895888
+0.935454 0.544564 0.894591
+0.953948 0.544976 0.897673
+0 0.611139 0.815183
+0 0.611322 0.815518
+0 0.611887 0.816495
+0.000366217 0.612757 0.818112
+0.00686656 0.614008 0.820584
+0.0132448 0.615396 0.823316
+0.0201877 0.616999 0.82652
+0.0269932 0.618585 0.829999
+0.0344854 0.619623 0.833341
+0.0423438 0.620386 0.836637
+0.051133 0.620706 0.840101
+0.0633249 0.620523 0.843381
+0.078996 0.619959 0.846586
+0.0981765 0.618921 0.849683
+0.118441 0.617533 0.852964
+0.13933 0.615717 0.85655
+0.161257 0.613611 0.860197
+0.18436 0.610895 0.864546
+0.210864 0.607477 0.869551
+0.249744 0.607706 0.878218
+0.28983 0.608698 0.889448
+0.328771 0.609018 0.903136
+0.368154 0.607919 0.920378
+0.407675 0.604349 0.942138
+0.471061 0.599313 0.951293
+0.556283 0.594522 0.946624
+0.635752 0.589548 0.936431
+0.707774 0.584726 0.925399
+0.773297 0.580041 0.915419
+0.834424 0.579141 0.902205
+0.886259 0.583764 0.88983
+0.936889 0.58439 0.886976
+0.95259 0.585641 0.888579
+0.0270848 0.658763 0.828504
+0.0274815 0.658854 0.828717
+0.0289158 0.659098 0.829282
+0.0310216 0.659541 0.830289
+0.034226 0.660044 0.831556
+0.0381933 0.660487 0.833082
+0.0426337 0.660975 0.834928
+0.0479133 0.661326 0.837034
+0.0543679 0.661646 0.839155
+0.0627146 0.661723 0.841382
+0.0736858 0.66157 0.843717
+0.0872511 0.661234 0.846113
+0.102693 0.660594 0.8486
+0.119219 0.659678 0.85127
+0.136355 0.658579 0.854032
+0.154528 0.657237 0.856992
+0.172976 0.65568 0.860365
+0.193057 0.653696 0.86421
+0.216266 0.651194 0.869047
+0.241001 0.647959 0.874937
+0.281666 0.649439 0.884916
+0.321172 0.650675 0.8972
+0.360876 0.651072 0.912657
+0.400046 0.64976 0.932616
+0.445869 0.645945 0.951125
+0.543999 0.640406 0.941176
+0.637354 0.63476 0.925658
+0.715694 0.630182 0.912184
+0.78204 0.625147 0.904952
+0.844022 0.619593 0.900221
+0.893736 0.624277 0.888197
+0.941131 0.625254 0.883284
+0.953368 0.627543 0.883772
+0.0686809 0.702754 0.833692
+0.0691844 0.702785 0.833753
+0.0705577 0.702739 0.834119
+0.0732586 0.702708 0.834501
+0.0770275 0.70277 0.835157
+0.0820783 0.702739 0.835874
+0.0884413 0.702693 0.836912
+0.095964 0.702525 0.838026
+0.104768 0.702358 0.839338
+0.114488 0.702068 0.840772
+0.125277 0.701671 0.842359
+0.137072 0.701183 0.844038
+0.149691 0.700633 0.846006
+0.163241 0.699901 0.848051
+0.176944 0.699123 0.850477
+0.191653 0.6981 0.852995
+0.207034 0.697093 0.855695
+0.223392 0.695781 0.859007
+0.24126 0.694163 0.863218
+0.261128 0.691936 0.868406
+0.284855 0.689586 0.875288
+0.324895 0.691524 0.885573
+0.364385 0.692988 0.898619
+0.403052 0.693385 0.915755
+0.443229 0.69192 0.93756
+0.5308 0.686656 0.930892
+0.64181 0.681041 0.908309
+0.724041 0.679744 0.896223
+0.788174 0.678859 0.894697
+0.848356 0.674861 0.897185
+0.907088 0.666789 0.896574
+0.947585 0.667994 0.889281
+0.956054 0.671214 0.889067
+0.172076 0.740871 0.830427
+0.172442 0.740917 0.830503
+0.173495 0.740887 0.830747
+0.175662 0.74078 0.831037
+0.178698 0.740673 0.831388
+0.182269 0.740581 0.831983
+0.187243 0.740398 0.832578
+0.192981 0.74023 0.833356
+0.19913 0.739986 0.834302
+0.206653 0.739757 0.835294
+0.214618 0.739498 0.836469
+0.222919 0.739101 0.837842
+0.231907 0.738705 0.839246
+0.240864 0.738399 0.841001
+0.250172 0.737881 0.842893
+0.259754 0.737285 0.844907
+0.269978 0.736721 0.846998
+0.28069 0.735897 0.849668
+0.293416 0.734829 0.852827
+0.307362 0.733486 0.856977
+0.323491 0.731624 0.862104
+0.346136 0.730251 0.869215
+0.384634 0.732387 0.879438
+0.422614 0.733959 0.892821
+0.462364 0.734401 0.909926
+0.519265 0.732174 0.919829
+0.642008 0.726604 0.898421
+0.726864 0.729381 0.894377
+0.791272 0.733043 0.900526
+0.852186 0.732433 0.906371
+0.913939 0.724498 0.908248
+0.955962 0.713405 0.904326
+0.959716 0.717556 0.903059
+0.302663 0.778256 0.828779
+0.302876 0.778256 0.828824
+0.303426 0.778164 0.828931
+0.304494 0.778195 0.829129
+0.305791 0.778164 0.829419
+0.307805 0.778058 0.829755
+0.31017 0.777981 0.830167
+0.312749 0.77789 0.830701
+0.315755 0.777722 0.831403
+0.319539 0.777554 0.832013
+0.323308 0.777371 0.832868
+0.327718 0.777111 0.833768
+0.332204 0.776867 0.834791
+0.337118 0.776562 0.835904
+0.342397 0.776135 0.837171
+0.348104 0.775784 0.838468
+0.35404 0.775357 0.839994
+0.360723 0.774807 0.841688
+0.368399 0.774044 0.843885
+0.377523 0.773159 0.846571
+0.3879 0.771878 0.849851
+0.399786 0.770245 0.854078
+0.420218 0.769741 0.860517
+0.456367 0.772091 0.870741
+0.494957 0.773983 0.883986
+0.536263 0.774929 0.901549
+0.629618 0.772412 0.895827
+0.72108 0.779049 0.899443
+0.790311 0.787472 0.910124
+0.854002 0.791608 0.920363
+0.918181 0.78703 0.924666
+0.960067 0.774243 0.921874
+0.96405 0.767224 0.921462
+0.40911 0.821225 0.839582
+0.409125 0.82121 0.839597
+0.409415 0.821118 0.839658
+0.409873 0.821073 0.839765
+0.410498 0.821042 0.839887
+0.411414 0.820966 0.84007
+0.412451 0.820844 0.840269
+0.413687 0.820722 0.840558
+0.415167 0.820569 0.840894
+0.416602 0.820417 0.841291
+0.41854 0.820233 0.841657
+0.420584 0.82002 0.8421
+0.422766 0.819684 0.842588
+0.425177 0.819455 0.843214
+0.427893 0.819196 0.843748
+0.430793 0.818799 0.844327
+0.433936 0.818463 0.84509
+0.437537 0.817975 0.845945
+0.44181 0.81738 0.847044
+0.446952 0.816587 0.848356
+0.453407 0.815641 0.85005
+0.461128 0.814374 0.852201
+0.470817 0.812711 0.855055
+0.490608 0.813092 0.86099
+0.524102 0.816648 0.871824
+0.560662 0.819898 0.885771
+0.612268 0.820645 0.895232
+0.706004 0.828382 0.903609
+0.782696 0.841276 0.919081
+0.851759 0.851087 0.933165
+0.920424 0.852018 0.942351
+0.9617 0.841245 0.940185
+0.969451 0.831113 0.940139
+0.489219 0.873625 0.864347
+0.489265 0.873579 0.864347
+0.489387 0.873533 0.864393
+0.489555 0.873472 0.864393
+0.489799 0.873411 0.864408
+0.49015 0.873304 0.864469
+0.490593 0.873198 0.86453
+0.491112 0.873106 0.864591
+0.491737 0.872953 0.864698
+0.492424 0.872801 0.864759
+0.493294 0.872663 0.864897
+0.494148 0.872389 0.865003
+0.495125 0.872206 0.865141
+0.496071 0.872007 0.865309
+0.497292 0.871748 0.865492
+0.49865 0.871443 0.865675
+0.50016 0.871092 0.865858
+0.501884 0.87071 0.866102
+0.503792 0.870237 0.866453
+0.506371 0.869673 0.866819
+0.509758 0.868986 0.867353
+0.513664 0.868116 0.868345
+0.518639 0.866987 0.869062
+0.525017 0.865415 0.870237
+0.542565 0.867048 0.875624
+0.57142 0.872312 0.886198
+0.603693 0.877668 0.89958
+0.678859 0.879011 0.904494
+0.76585 0.895171 0.92459
+0.8439 0.90956 0.943008
+0.917082 0.917693 0.954833
+0.961593 0.910246 0.955016
+0.974914 0.901595 0.954879
+0.535637 0.928634 0.8934
+0.535668 0.928634 0.8934
+0.535744 0.928618 0.893385
+0.535912 0.928573 0.893339
+0.536141 0.928557 0.893324
+0.536431 0.928496 0.893278
+0.536812 0.928435 0.893248
+0.537224 0.928313 0.893141
+0.537743 0.928206 0.89308
+0.538308 0.928054 0.892958
+0.538933 0.927962 0.892836
+0.539666 0.927825 0.892714
+0.540413 0.927657 0.892576
+0.541314 0.92752 0.892439
+0.542229 0.927291 0.892271
+0.543145 0.927092 0.892103
+0.544137 0.926909 0.891951
+0.545342 0.926665 0.891737
+0.546838 0.92636 0.891478
+0.548638 0.925978 0.891157
+0.550805 0.92549 0.89073
+0.553231 0.924987 0.890288
+0.556344 0.924285 0.889662
+0.559915 0.923384 0.888808
+0.564569 0.922286 0.887861
+0.579248 0.924941 0.891035
+0.601724 0.930877 0.897704
+0.641901 0.935256 0.903838
+0.731609 0.945418 0.918196
+0.820035 0.960067 0.942458
+0.905043 0.965621 0.957687
+0.95848 0.968048 0.962203
+0.977478 0.968078 0.965362
+0.554772 0.969268 0.920531
+0.554818 0.969268 0.920531
+0.554879 0.969268 0.92047
+0.555047 0.969238 0.920394
+0.555276 0.969238 0.920287
+0.55555 0.969207 0.92015
+0.555901 0.969177 0.919966
+0.556298 0.969146 0.919783
+0.556802 0.969116 0.919524
+0.557321 0.96907 0.919264
+0.557946 0.969009 0.918959
+0.558618 0.968963 0.918593
+0.559319 0.968917 0.918273
+0.559976 0.968887 0.917876
+0.560861 0.968826 0.917433
+0.561822 0.96875 0.916884
+0.56286 0.968673 0.916365
+0.564034 0.968566 0.91574
+0.565454 0.96846 0.914931
+0.567117 0.968322 0.914
+0.569009 0.9682 0.912886
+0.571496 0.967987 0.911391
+0.574502 0.967742 0.909514
+0.577966 0.967498 0.907179
+0.582437 0.967132 0.903929
+0.587732 0.96672 0.89984
+0.604349 0.968215 0.899458
+0.628275 0.971252 0.90074
+0.67422 0.973556 0.901457
+0.777966 0.982238 0.928023
+0.872084 0.989807 0.953079
+0.952865 0.998383 0.952316
+0.975677 0.994125 0.963821
+0.573632 0.99884 0.951095
+0.573678 0.99884 0.951049
+0.573785 0.998825 0.950988
+0.573907 0.99881 0.950851
+0.574136 0.998795 0.950713
+0.574411 0.998764 0.950469
+0.574716 0.998749 0.950225
+0.575021 0.998749 0.94992
+0.575387 0.998718 0.949569
+0.57586 0.998688 0.949142
+0.576425 0.998657 0.948653
+0.577066 0.998596 0.948135
+0.577783 0.998535 0.947509
+0.578561 0.998474 0.946883
+0.57937 0.998398 0.946136
+0.58027 0.998337 0.945373
+0.581247 0.99826 0.944503
+0.582361 0.998169 0.943542
+0.583642 0.998062 0.942306
+0.585061 0.997971 0.940902
+0.586984 0.997818 0.939086
+0.589288 0.997635 0.936828
+0.591943 0.997436 0.934051
+0.59527 0.997162 0.93048
+0.59939 0.996841 0.925887
+0.604196 0.996506 0.91986
+0.610147 0.996094 0.911589
+0.628901 0.998245 0.906981
+0.654795 1 0.901625
+0.718273 1 0.905455
+0.825971 1 0.935424
+0.91313 1 0.929778
+0.973098 1 0.93283
+0 0.154925 0.825498
+0 0.154513 0.825635
+0 0.153277 0.826307
+0 0.151461 0.826978
+0 0.151644 0.831174
+0 0.151064 0.836271
+0 0.148959 0.841291
+0 0.145281 0.846235
+0 0.138567 0.850004
+0.0110018 0.128969 0.852689
+0.0402533 0.117464 0.853422
+0.0889906 0.110445 0.851575
+0.150851 0.112108 0.850568
+0.206531 0.114778 0.850248
+0.253086 0.11812 0.850904
+0.293614 0.121965 0.851759
+0.330114 0.125948 0.853056
+0.363561 0.130724 0.854459
+0.396414 0.136233 0.856413
+0.430625 0.14287 0.858961
+0.466438 0.15079 0.862089
+0.503563 0.160281 0.86595
+0.541848 0.171664 0.870939
+0.581353 0.185168 0.876844
+0.622293 0.2009 0.884092
+0.66508 0.219318 0.892714
+0.709819 0.240681 0.902388
+0.756436 0.265293 0.912856
+0.805508 0.29337 0.92372
+0.858915 0.324834 0.934462
+0.921599 0.351232 0.948165
+0.947601 0.378836 0.953216
+0.969787 0.408453 0.957946
+0 0.155489 0.82562
+0 0.155093 0.825879
+0 0.153826 0.826459
+0 0.151934 0.827802
+0 0.151675 0.830823
+0 0.151324 0.836118
+0 0.14934 0.84126
+0 0.145769 0.846326
+0 0.139086 0.850111
+0.010071 0.129641 0.852979
+0.0384375 0.11809 0.853819
+0.0868391 0.110765 0.851926
+0.148913 0.112444 0.850889
+0.204913 0.115129 0.850568
+0.251942 0.118471 0.851164
+0.292729 0.122255 0.852064
+0.329244 0.126329 0.853346
+0.362875 0.131075 0.854734
+0.395834 0.136553 0.856703
+0.430198 0.14316 0.859144
+0.466056 0.151034 0.862257
+0.503197 0.160479 0.866117
+0.541604 0.171878 0.871138
+0.581094 0.185351 0.877043
+0.622141 0.201099 0.884245
+0.664973 0.219425 0.892851
+0.709682 0.240803 0.902464
+0.756344 0.265385 0.912978
+0.805402 0.293492 0.923781
+0.8589 0.324819 0.934524
+0.921614 0.351278 0.948196
+0.947585 0.378897 0.953216
+0.969772 0.408515 0.957946
+0 0.157153 0.825956
+0 0.156756 0.82623
+0 0.155489 0.826947
+0 0.153384 0.828046
+0 0.151812 0.829877
+0 0.151965 0.835584
+0 0.150362 0.841016
+0 0.147143 0.846525
+0 0.140902 0.850538
+0.00715648 0.131685 0.853483
+0.0335546 0.11989 0.854963
+0.0798657 0.11194 0.853147
+0.142596 0.113603 0.852003
+0.200168 0.116152 0.851499
+0.248203 0.119463 0.852033
+0.289662 0.123217 0.852842
+0.326665 0.127367 0.854093
+0.361013 0.13196 0.855573
+0.394156 0.137514 0.85742
+0.42887 0.144076 0.859861
+0.464851 0.151934 0.862928
+0.502205 0.161334 0.866773
+0.540795 0.172641 0.871733
+0.580545 0.185931 0.877607
+0.621576 0.201602 0.884718
+0.664561 0.219883 0.893217
+0.709422 0.241154 0.902815
+0.756161 0.265599 0.913191
+0.805295 0.29366 0.923995
+0.858808 0.324926 0.934646
+0.921553 0.3514 0.948211
+0.94757 0.379034 0.953231
+0.969757 0.408667 0.957931
+0 0.15996 0.826566
+0 0.159518 0.826825
+0 0.158267 0.827527
+0 0.1561 0.828748
+0 0.153109 0.83032
+0 0.152667 0.834333
+0 0.151858 0.840421
+0 0.149218 0.846357
+0 0.143709 0.851026
+0.00204471 0.135119 0.854429
+0.0263218 0.123186 0.856657
+0.0680705 0.113939 0.855177
+0.132082 0.11548 0.853773
+0.19202 0.117876 0.853269
+0.241749 0.121126 0.853498
+0.28481 0.124712 0.854337
+0.322606 0.128893 0.85539
+0.357839 0.133593 0.856947
+0.391318 0.13904 0.858656
+0.426413 0.145586 0.86099
+0.463066 0.153216 0.863966
+0.500603 0.162631 0.867811
+0.539651 0.173754 0.872587
+0.579538 0.187015 0.878538
+0.620829 0.202472 0.885603
+0.663859 0.220661 0.893858
+0.708904 0.241764 0.903349
+0.755871 0.266056 0.913634
+0.805081 0.29395 0.924315
+0.858686 0.325154 0.935271
+0.921492 0.351629 0.948257
+0.94754 0.379263 0.953216
+0.969711 0.408896 0.957885
+0 0.16376 0.827405
+0 0.163348 0.827665
+0 0.162081 0.828336
+0 0.160021 0.82945
+0 0.156954 0.831159
+0 0.153384 0.832624
+0 0.153445 0.839155
+0 0.151583 0.845624
+0 0.147372 0.851591
+0 0.139544 0.855543
+0.0172732 0.128237 0.858076
+0.0541085 0.116777 0.857908
+0.116335 0.118318 0.856367
+0.179385 0.120409 0.855589
+0.232364 0.123445 0.855543
+0.277317 0.127031 0.856245
+0.316442 0.131106 0.857191
+0.353185 0.135683 0.858656
+0.387655 0.141009 0.86041
+0.423148 0.147509 0.862562
+0.460182 0.155184 0.865522
+0.498314 0.16437 0.869291
+0.537728 0.175402 0.873899
+0.577951 0.188434 0.879698
+0.619608 0.203784 0.886625
+0.662867 0.221729 0.894728
+0.708202 0.242618 0.904051
+0.755322 0.266728 0.914244
+0.804761 0.294362 0.924758
+0.858534 0.325414 0.935592
+0.92137 0.351965 0.948302
+0.947494 0.379553 0.953216
+0.96968 0.409186 0.957855
+0 0.174929 0.828794
+0 0.174411 0.828992
+0 0.172854 0.829709
+0 0.170214 0.830854
+0 0.166552 0.832364
+0 0.161624 0.834333
+0 0.157168 0.83711
+0 0.154788 0.844541
+0 0.151125 0.851133
+0 0.144823 0.856413
+0.0069276 0.1346 0.859846
+0.0371862 0.121279 0.861402
+0.0963607 0.121859 0.85977
+0.161959 0.123705 0.858488
+0.219821 0.126497 0.858274
+0.267094 0.130098 0.858747
+0.308248 0.134005 0.859724
+0.346654 0.13846 0.860883
+0.382498 0.143801 0.862562
+0.418845 0.150103 0.864744
+0.456657 0.157641 0.867506
+0.495399 0.166644 0.871015
+0.535149 0.177554 0.875532
+0.575906 0.190372 0.881178
+0.61799 0.205417 0.887922
+0.661601 0.223133 0.895857
+0.707225 0.243748 0.905013
+0.754604 0.267597 0.915022
+0.804395 0.294881 0.925414
+0.85832 0.325795 0.935973
+0.921218 0.352331 0.948379
+0.947433 0.379965 0.953216
+0.969604 0.409552 0.957794
+0 0.191714 0.83064
+0 0.191226 0.830884
+0 0.189807 0.831571
+0 0.187457 0.8327
+0 0.184024 0.83415
+0 0.179431 0.836179
+0 0.175051 0.838529
+0 0.173495 0.846143
+0 0.169085 0.852811
+0 0.161685 0.858503
+0.0034638 0.150042 0.86215
+0.0264591 0.134066 0.864363
+0.0737926 0.127749 0.863935
+0.139788 0.127871 0.862196
+0.202548 0.130404 0.861463
+0.253941 0.1337 0.861814
+0.297536 0.137575 0.862516
+0.338064 0.141955 0.863706
+0.375814 0.147173 0.865171
+0.413291 0.153307 0.86714
+0.451881 0.160769 0.869795
+0.491524 0.169543 0.873213
+0.532235 0.180087 0.877592
+0.573541 0.19263 0.882887
+0.616129 0.207385 0.889418
+0.660212 0.22475 0.897368
+0.706035 0.245075 0.906188
+0.753796 0.268574 0.915892
+0.804028 0.295491 0.926238
+0.858122 0.326116 0.936492
+0.920989 0.352804 0.948455
+0.947341 0.380438 0.953201
+0.969528 0.41001 0.957717
+0 0.209812 0.832685
+0 0.209415 0.832929
+0 0.208148 0.833509
+0 0.206012 0.834546
+0 0.202945 0.836149
+0 0.198901 0.837995
+0 0.194629 0.840177
+0 0.193957 0.847944
+0 0.190707 0.854704
+0 0.184909 0.861097
+0.00679026 0.174762 0.86511
+0.0286412 0.160632 0.867872
+0.0687419 0.15079 0.869612
+0.123018 0.148898 0.868009
+0.18529 0.146975 0.866728
+0.238987 0.145541 0.866255
+0.284581 0.144411 0.866255
+0.327169 0.146105 0.866773
+0.367742 0.151141 0.868284
+0.406622 0.157168 0.87013
+0.446403 0.164324 0.872587
+0.487022 0.17293 0.875776
+0.528374 0.18323 0.879835
+0.570596 0.195377 0.885115
+0.61384 0.20972 0.891402
+0.658427 0.226764 0.898909
+0.704646 0.246662 0.907454
+0.752789 0.26978 0.91693
+0.803342 0.296345 0.927138
+0.857374 0.326619 0.937041
+0.920729 0.353338 0.948547
+0.94725 0.381003 0.953185
+0.969436 0.41059 0.957626
+0 0.229145 0.834577
+0 0.228779 0.834806
+0 0.227604 0.835462
+0 0.225635 0.836545
+0 0.222919 0.837995
+0 0.219272 0.839948
+0 0.215137 0.84181
+0 0.215152 0.849531
+0 0.213062 0.856764
+0 0.208728 0.863569
+0.0104219 0.200504 0.868284
+0.0308843 0.188724 0.871397
+0.066743 0.177035 0.873945
+0.113466 0.17406 0.874769
+0.168841 0.172259 0.87361
+0.225589 0.170733 0.872908
+0.273091 0.169635 0.872862
+0.31664 0.16849 0.873121
+0.358923 0.167147 0.873487
+0.398596 0.165499 0.874052
+0.439597 0.168505 0.875547
+0.481453 0.176867 0.878569
+0.524025 0.18674 0.882551
+0.566995 0.198535 0.887358
+0.610803 0.212482 0.893446
+0.656168 0.229023 0.900679
+0.703014 0.248569 0.909133
+0.751751 0.271092 0.918135
+0.802609 0.297276 0.928038
+0.85713 0.327092 0.937758
+0.920485 0.353979 0.948669
+0.947127 0.381659 0.95317
+0.969314 0.411231 0.957504
+0 0.2495 0.836454
+0 0.249165 0.836683
+0 0.248081 0.837278
+0 0.246357 0.838315
+0 0.243824 0.839765
+0 0.240513 0.841764
+0 0.236698 0.844205
+0 0.237003 0.850965
+0 0.236072 0.85864
+0 0.233005 0.865873
+0.0135348 0.226368 0.870985
+0.0328832 0.216434 0.8748
+0.0643626 0.204089 0.877546
+0.109102 0.200168 0.881163
+0.155367 0.198337 0.880735
+0.210025 0.196872 0.880018
+0.26006 0.195758 0.879927
+0.305547 0.194705 0.880262
+0.349447 0.193622 0.880812
+0.390326 0.192325 0.881376
+0.431937 0.190631 0.882231
+0.4748 0.188571 0.883268
+0.518471 0.190845 0.885374
+0.562722 0.202152 0.890059
+0.607477 0.215686 0.895689
+0.653407 0.231708 0.902678
+0.701137 0.250645 0.910765
+0.750423 0.272679 0.91957
+0.801785 0.298314 0.928939
+0.856825 0.327565 0.938598
+0.92015 0.354681 0.948775
+0.947066 0.382345 0.953216
+0.969192 0.411963 0.957382
+0 0.270573 0.838071
+0 0.270237 0.838254
+0 0.269368 0.838788
+0 0.26775 0.839857
+0 0.2654 0.841367
+0 0.262409 0.843336
+0 0.258732 0.845548
+0 0.259358 0.852033
+0 0.259434 0.860014
+0.00140383 0.257603 0.867613
+0.0161898 0.252384 0.873304
+0.0340429 0.244175 0.877653
+0.0638437 0.232914 0.880964
+0.106538 0.227619 0.884779
+0.148699 0.224292 0.887678
+0.193973 0.223072 0.887098
+0.245075 0.222004 0.887022
+0.292729 0.221118 0.887358
+0.338277 0.220203 0.888045
+0.381491 0.219074 0.888869
+0.423896 0.217517 0.889845
+0.467048 0.215869 0.890913
+0.511788 0.213748 0.892302
+0.557397 0.211536 0.894057
+0.60354 0.219226 0.89836
+0.650599 0.234684 0.904921
+0.698772 0.253101 0.912581
+0.748608 0.27451 0.92108
+0.800732 0.299565 0.929946
+0.856291 0.328222 0.939391
+0.919722 0.355489 0.948898
+0.947021 0.383108 0.953292
+0.969055 0.412787 0.957229
+0 0.292256 0.839063
+0 0.29192 0.839231
+0 0.291051 0.839887
+0 0.289586 0.84094
+0 0.287541 0.842466
+0 0.284886 0.844221
+0 0.281468 0.846601
+0 0.282002 0.852522
+0 0.28304 0.860822
+0.00244144 0.282322 0.868696
+0.0179141 0.278386 0.874907
+0.0351873 0.27158 0.879789
+0.0633249 0.262058 0.883757
+0.102602 0.255009 0.887541
+0.145129 0.251713 0.891997
+0.185061 0.249256 0.894163
+0.228992 0.248341 0.894102
+0.27837 0.247608 0.894514
+0.325917 0.246845 0.895048
+0.371603 0.245838 0.89601
+0.414588 0.244678 0.897215
+0.458839 0.243091 0.898528
+0.504097 0.241169 0.900084
+0.550317 0.239124 0.901732
+0.59791 0.236942 0.90396
+0.646845 0.238163 0.907286
+0.696101 0.255772 0.914733
+0.746654 0.276555 0.922652
+0.799405 0.300938 0.931029
+0.855726 0.328878 0.94023
+0.919295 0.356329 0.949035
+0.946822 0.383993 0.953262
+0.968887 0.413672 0.957046
+0 0.314168 0.839796
+0 0.313893 0.840024
+0 0.313115 0.84065
+0 0.311803 0.841642
+0 0.309926 0.843153
+0 0.30753 0.844862
+0 0.304433 0.847227
+0 0.304753 0.852598
+0 0.306752 0.861143
+0.00280766 0.306935 0.869154
+0.0186618 0.304265 0.875776
+0.035172 0.298909 0.880995
+0.06215 0.290745 0.885527
+0.0971389 0.282048 0.889647
+0.140398 0.279591 0.894118
+0.179995 0.276432 0.899306
+0.218021 0.274891 0.900679
+0.262196 0.274083 0.90103
+0.311986 0.273487 0.901854
+0.359594 0.272679 0.902937
+0.404471 0.271626 0.904143
+0.44921 0.270253 0.905486
+0.495338 0.268574 0.907164
+0.542443 0.266621 0.909133
+0.590845 0.264439 0.911421
+0.640742 0.262257 0.913939
+0.692882 0.26009 0.916991
+0.744564 0.278782 0.924331
+0.797833 0.302525 0.932235
+0.854902 0.329702 0.941115
+0.918776 0.357259 0.949157
+0.946609 0.384985 0.953201
+0.968841 0.414557 0.956954
+0 0.336278 0.840574
+0 0.336004 0.840757
+0 0.335286 0.841367
+0 0.334096 0.842344
+0 0.332479 0.84358
+0 0.330282 0.84535
+0 0.32752 0.847608
+0 0.327504 0.852369
+0 0.330404 0.86125
+0.00260929 0.331334 0.869261
+0.0187228 0.3299 0.876249
+0.0345159 0.325658 0.881956
+0.0598459 0.318975 0.886564
+0.0922713 0.310216 0.890883
+0.134356 0.306981 0.895659
+0.17499 0.304402 0.90103
+0.212131 0.301274 0.906752
+0.248753 0.300679 0.907271
+0.296208 0.300053 0.908034
+0.345708 0.299367 0.909178
+0.392859 0.298482 0.910536
+0.438773 0.297276 0.912077
+0.485695 0.29575 0.913817
+0.533532 0.293919 0.915648
+0.582681 0.291798 0.917998
+0.63331 0.289616 0.920745
+0.686198 0.287343 0.923659
+0.741222 0.285451 0.926925
+0.796277 0.304189 0.933623
+0.854002 0.330648 0.942046
+0.918181 0.358251 0.949294
+0.946395 0.385992 0.953124
+0.968734 0.415595 0.956802
+0 0.357992 0.84152
+0 0.357763 0.841703
+0 0.357183 0.842222
+0 0.356176 0.843015
+0 0.354665 0.844358
+0 0.352712 0.846021
+0 0.350301 0.848112
+0 0.350042 0.85243
+0 0.353613 0.861524
+0.002121 0.355154 0.869596
+0.018616 0.354818 0.876951
+0.0340734 0.351751 0.882765
+0.0574807 0.34638 0.887617
+0.0894179 0.338979 0.892058
+0.127062 0.333715 0.896666
+0.16875 0.331807 0.902037
+0.206729 0.329335 0.908049
+0.242512 0.326879 0.913436
+0.280186 0.326406 0.914092
+0.330434 0.325811 0.915175
+0.380301 0.325063 0.916579
+0.427131 0.32401 0.918166
+0.474891 0.32256 0.919966
+0.523674 0.320775 0.921889
+0.573526 0.318807 0.924086
+0.624964 0.316625 0.926589
+0.678599 0.314305 0.929366
+0.734661 0.312078 0.932357
+0.793637 0.310369 0.935897
+0.853025 0.331624 0.943053
+0.917662 0.359258 0.949538
+0.946105 0.387152 0.953048
+0.968551 0.416709 0.956558
+0 0.379507 0.842435
+0 0.379294 0.842618
+0 0.378714 0.843122
+0 0.377768 0.844038
+0 0.376455 0.845273
+0 0.374701 0.846876
+0 0.37261 0.848676
+0 0.372259 0.852628
+0 0.376226 0.862013
+0.0016022 0.378408 0.870146
+0.0184634 0.378958 0.877745
+0.033814 0.376761 0.883696
+0.0555581 0.372412 0.888762
+0.0861982 0.366369 0.893187
+0.119097 0.359411 0.897673
+0.161837 0.358114 0.90309
+0.200595 0.356252 0.909087
+0.237217 0.353841 0.916152
+0.273487 0.352087 0.920729
+0.314168 0.351629 0.921752
+0.366888 0.350958 0.923079
+0.415183 0.35024 0.924529
+0.463828 0.348913 0.926207
+0.513359 0.347234 0.928115
+0.564111 0.345205 0.930083
+0.616464 0.342962 0.932189
+0.67068 0.340612 0.935058
+0.727657 0.33817 0.937865
+0.787549 0.336141 0.94107
+0.851713 0.334783 0.944411
+0.917159 0.360311 0.949691
+0.945815 0.388281 0.952941
+0.968338 0.417868 0.956252
+0 0.400656 0.843702
+0 0.400473 0.843839
+0 0.399954 0.844373
+0 0.399115 0.845182
+0 0.397925 0.846357
+0 0.396384 0.84773
+0 0.394446 0.849638
+0 0.394095 0.8533
+0 0.398474 0.862715
+0.00132753 0.401144 0.870893
+0.0183413 0.402472 0.87866
+0.0335699 0.401099 0.884794
+0.0538949 0.39765 0.889937
+0.0833143 0.392508 0.894392
+0.114748 0.385992 0.899031
+0.154345 0.38323 0.904204
+0.193835 0.381949 0.91014
+0.231785 0.380102 0.917128
+0.267887 0.377493 0.925933
+0.305089 0.376486 0.928435
+0.352056 0.375952 0.92958
+0.402899 0.375235 0.930922
+0.452476 0.37406 0.932235
+0.503105 0.372457 0.934218
+0.554574 0.370596 0.936065
+0.607935 0.368338 0.938155
+0.662852 0.366094 0.940398
+0.72076 0.363485 0.943099
+0.781552 0.361212 0.946197
+0.846616 0.359472 0.948348
+0.916381 0.361471 0.949798
+0.94548 0.389563 0.952819
+0.968124 0.419196 0.955932
+0 0.422675 0.845167
+0 0.422461 0.845335
+0 0.422004 0.845792
+0 0.421302 0.84654
+0 0.420264 0.847517
+0 0.418875 0.848997
+0 0.417136 0.850736
+0 0.416922 0.854337
+0 0.421576 0.863706
+0.0011902 0.424674 0.871946
+0.0183413 0.426581 0.879881
+0.033463 0.425971 0.886091
+0.0523079 0.423438 0.891325
+0.0804456 0.419135 0.895994
+0.11133 0.413748 0.90045
+0.145846 0.408942 0.905379
+0.186358 0.408103 0.911376
+0.22533 0.406821 0.918242
+0.262547 0.405005 0.926787
+0.298802 0.402319 0.935515
+0.338903 0.401785 0.936461
+0.389288 0.401068 0.937728
+0.440421 0.399969 0.939162
+0.492073 0.398383 0.940475
+0.544762 0.39649 0.942138
+0.598962 0.394202 0.944121
+0.654963 0.39173 0.946365
+0.713542 0.38909 0.948074
+0.775448 0.38645 0.949355
+0.842191 0.384161 0.950713
+0.910582 0.384329 0.951186
+0.945113 0.390982 0.952712
+0.96788 0.4206 0.955535
+0 0.446906 0.846952
+0 0.446754 0.847074
+0 0.446342 0.847517
+0 0.445655 0.848219
+0 0.44477 0.849134
+0 0.443503 0.850507
+0 0.441932 0.852216
+0 0.442237 0.855894
+0 0.447211 0.865217
+0.00135805 0.450629 0.873365
+0.0187533 0.453086 0.881544
+0.0337835 0.453071 0.88777
+0.0509957 0.45124 0.893126
+0.0773785 0.447959 0.897627
+0.108034 0.443381 0.902159
+0.138155 0.437842 0.90663
+0.177142 0.436225 0.912367
+0.217395 0.435431 0.919203
+0.256092 0.434134 0.927687
+0.29305 0.431891 0.937606
+0.329931 0.429679 0.944015
+0.374548 0.428931 0.945144
+0.425971 0.427955 0.946456
+0.479713 0.426383 0.947723
+0.533913 0.42446 0.94844
+0.589059 0.422232 0.949157
+0.646128 0.419532 0.950103
+0.705699 0.416602 0.951156
+0.768643 0.413687 0.952087
+0.836439 0.411185 0.952743
+0.903609 0.411826 0.952148
+0.943008 0.410468 0.953231
+0.96759 0.422263 0.955047
+0 0.473503 0.849073
+0 0.473381 0.849195
+0 0.473014 0.849577
+0 0.472404 0.850324
+0 0.471565 0.851255
+0 0.470451 0.852552
+0 0.469184 0.853925
+0 0.470222 0.85832
+0 0.475471 0.867323
+0.00239567 0.479088 0.875502
+0.0194858 0.481895 0.883268
+0.034226 0.482414 0.889494
+0.0504616 0.481346 0.89485
+0.0750439 0.478752 0.899535
+0.104601 0.475029 0.90399
+0.134096 0.470481 0.908415
+0.166293 0.4663 0.913436
+0.207813 0.466041 0.920165
+0.248035 0.465293 0.92845
+0.286305 0.463859 0.938109
+0.322942 0.461158 0.948226
+0.362188 0.459373 0.95021
+0.409354 0.458396 0.950851
+0.4654 0.456855 0.951507
+0.521904 0.454948 0.951919
+0.57937 0.452522 0.95256
+0.638025 0.449668 0.953262
+0.698329 0.44654 0.953902
+0.761822 0.443259 0.954604
+0.830198 0.440558 0.954406
+0.896117 0.441581 0.952834
+0.940002 0.440742 0.953643
+0.965255 0.438758 0.954894
+0 0.502251 0.85153
+0 0.502144 0.851637
+0 0.501839 0.851942
+0 0.501381 0.852522
+0 0.500664 0.853498
+0 0.499672 0.854627
+0 0.498451 0.856123
+0 0.501457 0.86183
+0 0.506371 0.870375
+0.00515755 0.510109 0.878248
+0.0211795 0.5131 0.885756
+0.035523 0.51397 0.891737
+0.0508125 0.513451 0.897002
+0.0736248 0.51162 0.90164
+0.101915 0.508644 0.906004
+0.130282 0.505028 0.910414
+0.159075 0.500481 0.9149
+0.195941 0.498466 0.920989
+0.2383 0.498344 0.929076
+0.277943 0.497734 0.938445
+0.315801 0.49604 0.94876
+0.353491 0.492653 0.953597
+0.394064 0.491203 0.954498
+0.450217 0.489769 0.955062
+0.510445 0.487724 0.955367
+0.570733 0.485252 0.955917
+0.63151 0.482185 0.956527
+0.69308 0.478889 0.956893
+0.756802 0.475395 0.956664
+0.82446 0.472404 0.955535
+0.888457 0.47361 0.953063
+0.93669 0.47335 0.953552
+0.960159 0.472267 0.954742
+0 0.533318 0.8542
+0 0.533242 0.854322
+0 0.532952 0.854688
+0 0.532494 0.855314
+0 0.531899 0.856123
+0 0.531075 0.857237
+0 0.531472 0.859815
+0 0.536156 0.867353
+0 0.540429 0.874693
+0.0100252 0.543969 0.881941
+0.0243992 0.546899 0.888899
+0.038056 0.547906 0.894621
+0.0525673 0.547738 0.899687
+0.07364 0.546426 0.904021
+0.100191 0.544274 0.908217
+0.127535 0.541314 0.91252
+0.155169 0.537621 0.916915
+0.18352 0.533272 0.921813
+0.226429 0.533135 0.929503
+0.267765 0.533242 0.938628
+0.306874 0.53254 0.948974
+0.345525 0.530449 0.953811
+0.384207 0.526665 0.958556
+0.432471 0.525124 0.958984
+0.497765 0.523033 0.959472
+0.562341 0.520394 0.959838
+0.62652 0.517143 0.959823
+0.690745 0.513497 0.959197
+0.755032 0.509941 0.957717
+0.821317 0.506798 0.955673
+0.882582 0.50782 0.95259
+0.934264 0.50808 0.952605
+0.955657 0.507912 0.953475
+0 0.566629 0.857527
+0 0.566537 0.857633
+0 0.566354 0.857954
+0 0.565972 0.858412
+0 0.565454 0.85922
+0 0.566445 0.861814
+0 0.570443 0.867903
+0 0.574365 0.874403
+0.00189212 0.577981 0.880735
+0.0175784 0.581079 0.887221
+0.0299992 0.583398 0.893172
+0.0420844 0.584375 0.898238
+0.0560922 0.584421 0.902785
+0.0759442 0.583581 0.907042
+0.100862 0.581842 0.91104
+0.12639 0.579599 0.915099
+0.1523 0.576822 0.919219
+0.179522 0.573327 0.923858
+0.21265 0.569757 0.929946
+0.256092 0.570489 0.938781
+0.296773 0.570687 0.949218
+0.335988 0.569863 0.953918
+0.375296 0.567391 0.958938
+0.414405 0.563256 0.963775
+0.48191 0.561135 0.964202
+0.553658 0.558129 0.963745
+0.624048 0.554528 0.962386
+0.691676 0.550805 0.960067
+0.757076 0.547189 0.957458
+0.822095 0.543984 0.954467
+0.880842 0.544411 0.951186
+0.933989 0.545159 0.94963
+0.952804 0.545983 0.950927
+0 0.602762 0.862058
+0 0.602991 0.862409
+0 0.60354 0.863355
+0 0.605005 0.865568
+0 0.60763 0.869581
+0 0.610498 0.873823
+0 0.613382 0.878477
+0.00466926 0.616159 0.883574
+0.0171054 0.618891 0.88864
+0.0278325 0.621302 0.893843
+0.0386511 0.622629 0.898451
+0.0493019 0.623392 0.902724
+0.0635538 0.623331 0.9066
+0.0827497 0.622614 0.910307
+0.105364 0.621363 0.914031
+0.128878 0.619593 0.917769
+0.152529 0.617502 0.921538
+0.177752 0.614755 0.926024
+0.206241 0.611215 0.931212
+0.242557 0.609262 0.938674
+0.285023 0.610208 0.948531
+0.325154 0.610452 0.953796
+0.365103 0.609461 0.958709
+0.403906 0.606394 0.964843
+0.460502 0.601724 0.969375
+0.544686 0.598001 0.967178
+0.624857 0.593835 0.963592
+0.697765 0.590127 0.959228
+0.764035 0.586831 0.955322
+0.827039 0.583902 0.951812
+0.883772 0.583307 0.9458
+0.935714 0.584466 0.941573
+0.951873 0.586175 0.941634
+0 0.652476 0.877058
+0 0.652735 0.877424
+0 0.653391 0.878386
+0 0.654383 0.879957
+0.00450141 0.655726 0.882307
+0.012665 0.657237 0.88484
+0.0206149 0.658869 0.887724
+0.028397 0.6607 0.891005
+0.0365759 0.661997 0.894392
+0.0449531 0.662989 0.897551
+0.054139 0.663523 0.900633
+0.0666209 0.663783 0.903685
+0.082887 0.663386 0.906706
+0.102358 0.662745 0.909758
+0.122454 0.661753 0.913008
+0.143465 0.660426 0.916289
+0.164721 0.658763 0.919921
+0.187091 0.656886 0.923873
+0.212802 0.654261 0.929061
+0.239826 0.650904 0.934997
+0.277852 0.650492 0.943511
+0.319249 0.651606 0.951736
+0.359518 0.651896 0.956268
+0.398474 0.650736 0.962188
+0.440879 0.646937 0.969726
+0.532341 0.64004 0.970352
+0.628626 0.634867 0.963684
+0.708614 0.631464 0.957305
+0.775067 0.628946 0.953216
+0.836057 0.625971 0.950347
+0.891966 0.623499 0.945235
+0.940246 0.625055 0.938369
+0.953002 0.627771 0.937118
+0.0383154 0.701152 0.883986
+0.0386664 0.701274 0.884199
+0.040177 0.701488 0.884764
+0.0427558 0.701823 0.885573
+0.0460517 0.70222 0.886625
+0.0500801 0.70277 0.887907
+0.055314 0.703197 0.889357
+0.0621042 0.703563 0.891066
+0.0713512 0.703838 0.892714
+0.0830243 0.703807 0.89453
+0.0969558 0.7037 0.896498
+0.112062 0.703426 0.898604
+0.128267 0.702983 0.900755
+0.145052 0.702281 0.903197
+0.162615 0.701442 0.905806
+0.180224 0.700496 0.908721
+0.198734 0.699336 0.911803
+0.218433 0.698054 0.915694
+0.239155 0.69633 0.919905
+0.261372 0.694148 0.925399
+0.285115 0.691096 0.932219
+0.324605 0.691997 0.941573
+0.365026 0.693309 0.951064
+0.403525 0.69369 0.956359
+0.442618 0.692378 0.963424
+0.515557 0.686473 0.967941
+0.631861 0.680156 0.958999
+0.718334 0.678325 0.953872
+0.784573 0.677394 0.953109
+0.845396 0.673381 0.954177
+0.904784 0.665278 0.954025
+0.946777 0.667536 0.94667
+0.95584 0.671199 0.944213
+0.121996 0.742 0.878691
+0.122774 0.742077 0.878721
+0.124743 0.74197 0.878965
+0.128176 0.74197 0.879271
+0.132784 0.741985 0.879789
+0.13846 0.741955 0.880507
+0.145815 0.741802 0.881224
+0.154055 0.74168 0.882155
+0.163622 0.741466 0.883192
+0.173541 0.74139 0.884443
+0.184741 0.741054 0.885801
+0.196994 0.740734 0.887358
+0.210071 0.740368 0.889113
+0.223255 0.739986 0.891066
+0.236439 0.739498 0.893599
+0.24947 0.738979 0.895979
+0.262638 0.738293 0.898573
+0.276356 0.737514 0.901549
+0.291646 0.736538 0.905058
+0.308568 0.735088 0.909636
+0.327276 0.733104 0.915312
+0.347204 0.730465 0.922499
+0.386709 0.732403 0.931289
+0.42472 0.733837 0.94255
+0.463905 0.734234 0.953841
+0.510124 0.73225 0.961563
+0.630518 0.725841 0.955398
+0.721141 0.727886 0.953155
+0.78761 0.731502 0.955703
+0.849256 0.731121 0.958144
+0.911269 0.72343 0.959136
+0.954879 0.712337 0.957458
+0.959472 0.717067 0.955703
+0.264027 0.779553 0.872236
+0.264469 0.779522 0.872251
+0.265354 0.779553 0.87248
+0.267262 0.779492 0.872755
+0.270054 0.779461 0.873106
+0.273106 0.779446 0.873686
+0.277348 0.779355 0.874205
+0.28188 0.779339 0.874922
+0.287068 0.779187 0.875807
+0.292744 0.779126 0.876753
+0.299123 0.778943 0.877836
+0.305608 0.778775 0.879072
+0.312856 0.778607 0.880354
+0.320317 0.778347 0.881743
+0.328161 0.777996 0.883268
+0.336385 0.77763 0.884993
+0.344717 0.777203 0.886946
+0.354177 0.776638 0.889067
+0.364538 0.775845 0.891783
+0.376562 0.774853 0.895064
+0.389578 0.773465 0.899153
+0.403571 0.771649 0.904036
+0.422004 0.769879 0.910384
+0.459327 0.771969 0.920272
+0.49807 0.773602 0.932982
+0.538689 0.774243 0.950393
+0.616434 0.771817 0.954513
+0.71426 0.777493 0.955291
+0.785992 0.785931 0.959731
+0.851133 0.790143 0.963973
+0.915587 0.786145 0.965835
+0.958724 0.773388 0.965057
+0.963714 0.766155 0.964599
+0.378729 0.824308 0.880659
+0.378927 0.824231 0.880659
+0.379507 0.824262 0.880781
+0.380301 0.824186 0.880903
+0.381567 0.824094 0.881163
+0.383017 0.824063 0.881468
+0.38471 0.823987 0.88188
+0.386923 0.823835 0.882322
+0.389334 0.823682 0.882811
+0.392172 0.82356 0.883452
+0.3953 0.823377 0.884108
+0.39884 0.823133 0.88484
+0.402426 0.822889 0.885679
+0.406714 0.822614 0.886564
+0.410925 0.822263 0.887602
+0.415442 0.821866 0.888685
+0.420432 0.821408 0.889937
+0.425864 0.820905 0.891279
+0.432364 0.820218 0.892836
+0.439963 0.819379 0.894743
+0.448875 0.818235 0.897002
+0.459556 0.816693 0.899962
+0.471901 0.81474 0.903777
+0.491829 0.813611 0.909895
+0.527459 0.816419 0.921202
+0.565347 0.818952 0.936004
+0.606424 0.820172 0.953826
+0.697932 0.826764 0.957229
+0.777401 0.839643 0.963623
+0.848386 0.849622 0.969604
+0.917693 0.851133 0.97322
+0.960311 0.840589 0.972702
+0.969116 0.830259 0.972869
+0.460792 0.87805 0.904112
+0.460868 0.87805 0.904158
+0.461143 0.878035 0.904173
+0.46154 0.877897 0.90428
+0.462165 0.877836 0.904402
+0.462913 0.877806 0.90454
+0.463691 0.877729 0.904768
+0.46479 0.877592 0.904967
+0.466102 0.877379 0.905211
+0.467597 0.877226 0.905516
+0.469215 0.876951 0.905821
+0.470985 0.876692 0.906203
+0.472847 0.876493 0.906661
+0.475029 0.876204 0.907027
+0.477363 0.875868 0.907454
+0.479759 0.875608 0.907988
+0.482628 0.875151 0.908553
+0.485832 0.874617 0.909224
+0.48954 0.874083 0.910079
+0.494179 0.873259 0.911116
+0.499702 0.872404 0.912413
+0.506371 0.871183 0.914046
+0.514672 0.869596 0.916136
+0.524987 0.867597 0.918837
+0.543893 0.867414 0.924895
+0.576761 0.87155 0.93727
+0.612833 0.875364 0.952865
+0.669444 0.877317 0.958083
+0.759594 0.893431 0.966064
+0.838758 0.908263 0.973724
+0.914946 0.916564 0.979278
+0.960143 0.90985 0.979919
+0.974563 0.901045 0.980179
+0.524651 0.931884 0.928939
+0.524697 0.931884 0.928939
+0.524804 0.931807 0.928969
+0.524971 0.931792 0.928969
+0.525185 0.931701 0.928954
+0.525567 0.931716 0.929061
+0.525948 0.931579 0.929061
+0.526452 0.931502 0.929152
+0.526986 0.931395 0.929198
+0.527504 0.931273 0.929351
+0.528237 0.931182 0.929488
+0.529091 0.931014 0.92961
+0.530022 0.930831 0.929793
+0.53109 0.930632 0.929931
+0.532235 0.930388 0.930114
+0.533486 0.930083 0.930343
+0.534859 0.929839 0.930587
+0.536263 0.92961 0.930877
+0.538201 0.929229 0.931197
+0.540627 0.928756 0.931609
+0.543389 0.928191 0.932143
+0.547051 0.927489 0.932784
+0.551644 0.926589 0.933639
+0.557275 0.92546 0.934783
+0.564431 0.923888 0.936278
+0.580911 0.925048 0.941695
+0.608042 0.929793 0.952636
+0.639139 0.934493 0.958724
+0.724788 0.943572 0.964233
+0.814496 0.959503 0.973861
+0.900191 0.965393 0.981506
+0.955444 0.965682 0.984085
+0.977478 0.962982 0.984878
+0.559213 0.97023 0.954147
+0.559243 0.97023 0.954147
+0.559304 0.97023 0.954147
+0.559426 0.970214 0.954147
+0.559579 0.970199 0.954131
+0.559792 0.970199 0.954131
+0.560098 0.970169 0.954116
+0.560464 0.970138 0.954086
+0.560906 0.970092 0.954055
+0.56141 0.970047 0.954009
+0.561975 0.970001 0.953979
+0.5626 0.96994 0.953918
+0.563287 0.969863 0.953872
+0.564034 0.969802 0.953811
+0.564828 0.969711 0.95375
+0.565728 0.969619 0.953674
+0.566659 0.969528 0.953597
+0.567575 0.969467 0.953552
+0.568826 0.969345 0.95346
+0.570413 0.969192 0.952956
+0.57229 0.968994 0.952575
+0.574563 0.968765 0.952117
+0.577081 0.968536 0.951598
+0.580423 0.96817 0.950896
+0.584329 0.967788 0.950057
+0.589242 0.967254 0.948974
+0.603494 0.968322 0.951995
+0.626612 0.971176 0.955978
+0.667704 0.973388 0.959014
+0.772152 0.981659 0.969039
+0.867781 0.989441 0.979004
+0.945953 0.992126 0.98471
+0.975189 0.993133 0.988495
+0.577325 0.999817 0.966827
+0.57734 0.999802 0.966812
+0.577432 0.999817 0.966796
+0.577569 0.999817 0.966781
+0.577737 0.999817 0.96672
+0.578012 0.999802 0.966674
+0.578302 0.999771 0.966598
+0.578683 0.999725 0.966522
+0.57908 0.99968 0.966415
+0.579583 0.999649 0.966308
+0.580102 0.999588 0.966186
+0.580682 0.999527 0.966049
+0.581353 0.999466 0.965896
+0.582086 0.999405 0.965728
+0.582864 0.999329 0.965545
+0.583658 0.999252 0.965347
+0.58439 0.999207 0.965179
+0.585412 0.999115 0.964935
+0.586664 0.998993 0.96463
+0.588144 0.99884 0.964248
+0.589944 0.998657 0.96379
+0.591959 0.998489 0.963272
+0.594491 0.998245 0.962585
+0.597665 0.99794 0.9617
+0.601312 0.997589 0.960616
+0.606012 0.997116 0.959136
+0.611521 0.996628 0.957183
+0.628138 0.998352 0.956863
+0.653407 1 0.957275
+0.711681 1 0.960723
+0.821363 1 0.972778
+0.92401 1 0.982177
+0.973358 1 0.97763
+0 0.177737 0.895552
+0 0.177371 0.895705
+0 0.176181 0.896376
+0 0.174105 0.897597
+0 0.171557 0.899321
+0 0.171908 0.903792
+0 0.171481 0.90988
+0 0.169299 0.91574
+0 0.164508 0.920577
+0.00802625 0.156512 0.923491
+0.0320592 0.145663 0.925383
+0.064683 0.133486 0.925292
+0.114519 0.126635 0.923629
+0.176959 0.128801 0.922621
+0.229877 0.131945 0.923232
+0.274647 0.135576 0.923888
+0.313756 0.13959 0.925139
+0.350805 0.144121 0.926284
+0.38526 0.149447 0.927687
+0.420874 0.155856 0.92929
+0.457877 0.163455 0.931228
+0.496117 0.172442 0.933471
+0.535454 0.183215 0.936217
+0.575799 0.195834 0.93959
+0.617716 0.21059 0.943206
+0.661341 0.227893 0.947188
+0.707027 0.247929 0.951492
+0.754498 0.271092 0.955718
+0.804898 0.297459 0.959899
+0.859617 0.327214 0.963806
+0.918181 0.360357 0.96791
+0.946349 0.386908 0.972442
+0.968338 0.41561 0.97731
+0 0.178286 0.895674
+0 0.177859 0.895888
+0 0.176745 0.896498
+0 0.17464 0.897673
+0 0.17174 0.899351
+0 0.171939 0.903441
+0 0.171695 0.909758
+0 0.169558 0.915618
+0 0.164981 0.920653
+0.00730907 0.157244 0.923674
+0.0306096 0.146334 0.925643
+0.0634623 0.134051 0.925597
+0.11223 0.127062 0.923949
+0.174914 0.129213 0.923659
+0.228641 0.132235 0.923537
+0.273472 0.135897 0.924437
+0.312795 0.139956 0.925292
+0.350011 0.144442 0.926406
+0.384604 0.149813 0.92781
+0.420356 0.156176 0.929412
+0.457527 0.163668 0.931304
+0.495796 0.172702 0.933562
+0.535088 0.18349 0.936309
+0.575677 0.195956 0.939651
+0.617594 0.210758 0.943267
+0.661204 0.228061 0.94725
+0.706905 0.248081 0.951537
+0.754452 0.271199 0.955764
+0.804822 0.29752 0.95993
+0.859586 0.327276 0.963836
+0.918135 0.360418 0.967926
+0.946334 0.386923 0.972442
+0.968307 0.415671 0.97731
+0 0.179843 0.895994
+0 0.179446 0.896239
+0 0.178241 0.896925
+0 0.176242 0.897993
+0 0.173327 0.899626
+0 0.171801 0.902266
+0 0.172229 0.909133
+0 0.170336 0.91516
+0 0.166445 0.920867
+0.00502022 0.159014 0.924071
+0.0269017 0.148394 0.926146
+0.0592355 0.135836 0.927001
+0.105516 0.128237 0.925093
+0.169314 0.130266 0.924117
+0.224292 0.133288 0.924269
+0.270115 0.136873 0.924788
+0.310399 0.14078 0.925719
+0.347753 0.145403 0.926757
+0.383001 0.150668 0.928084
+0.418891 0.157015 0.929717
+0.45626 0.164538 0.931579
+0.494789 0.173449 0.933852
+0.534203 0.184222 0.936568
+0.575021 0.196628 0.939849
+0.61706 0.211337 0.94342
+0.660731 0.228565 0.947387
+0.706584 0.248478 0.951659
+0.754208 0.271504 0.955917
+0.804639 0.297765 0.959991
+0.859525 0.327428 0.963912
+0.918074 0.360525 0.967971
+0.946319 0.38703 0.972457
+0.968292 0.415793 0.97731
+0 0.182467 0.896529
+0 0.18204 0.896727
+0 0.18088 0.897383
+0 0.178836 0.898604
+0 0.176013 0.900099
+0 0.172564 0.902266
+0 0.172976 0.907958
+0 0.171893 0.914702
+0 0.168673 0.921157
+0.00154116 0.161837 0.924819
+0.0207065 0.151797 0.927077
+0.0517891 0.138766 0.928161
+0.0957046 0.130159 0.926024
+0.159518 0.132189 0.924941
+0.216999 0.134966 0.924926
+0.264302 0.138506 0.925414
+0.305486 0.142458 0.926329
+0.343954 0.146929 0.927291
+0.379934 0.152178 0.928634
+0.41651 0.158434 0.93019
+0.454124 0.165911 0.932082
+0.492882 0.174838 0.93431
+0.532815 0.185351 0.936965
+0.573785 0.197696 0.94023
+0.616068 0.212253 0.943709
+0.66006 0.229374 0.947616
+0.705959 0.249134 0.951858
+0.753811 0.272023 0.956115
+0.804318 0.298177 0.960113
+0.859342 0.327703 0.964034
+0.918029 0.360708 0.968032
+0.946273 0.387259 0.972488
+0.968277 0.415976 0.977295
+0 0.186023 0.897307
+0 0.185626 0.897505
+0 0.184497 0.898085
+0 0.182498 0.899214
+0 0.17969 0.900847
+0 0.175982 0.902785
+0 0.173022 0.90544
+0 0.173465 0.913497
+0 0.171206 0.920699
+0 0.165698 0.92546
+0.0129091 0.156313 0.92842
+0.0417029 0.143618 0.929351
+0.0828412 0.132906 0.927321
+0.145602 0.134722 0.926268
+0.206195 0.137316 0.925872
+0.25594 0.140795 0.92639
+0.29868 0.144701 0.927108
+0.33846 0.149065 0.928206
+0.375738 0.154299 0.929351
+0.412802 0.160479 0.930922
+0.450965 0.16788 0.932769
+0.490486 0.176638 0.934905
+0.530907 0.186969 0.937682
+0.572045 0.199252 0.940764
+0.614694 0.213596 0.944121
+0.659022 0.230503 0.947936
+0.705043 0.250172 0.952163
+0.753231 0.272801 0.956313
+0.803815 0.298802 0.960281
+0.859068 0.328069 0.964157
+0.917906 0.360937 0.968139
+0.946242 0.387503 0.972534
+0.968215 0.416266 0.977295
+0 0.192767 0.898314
+0 0.19234 0.898451
+0 0.190906 0.899062
+0 0.188479 0.900175
+0 0.184985 0.901671
+0 0.180728 0.903655
+0 0.17612 0.906004
+0 0.174578 0.911086
+0 0.173754 0.919463
+0 0.16997 0.925963
+0.00497444 0.161852 0.929747
+0.0294347 0.14992 0.930846
+0.0658579 0.136309 0.929152
+0.12752 0.138109 0.92781
+0.191196 0.14052 0.927184
+0.244694 0.143771 0.927459
+0.28957 0.147555 0.928191
+0.331014 0.151843 0.929168
+0.370047 0.157046 0.930465
+0.408133 0.163119 0.93193
+0.447105 0.170413 0.933623
+0.48719 0.179004 0.935882
+0.528084 0.189151 0.938445
+0.569757 0.201205 0.941344
+0.612848 0.215381 0.94464
+0.657572 0.232029 0.948379
+0.703914 0.251423 0.952529
+0.752468 0.273762 0.956542
+0.803204 0.299519 0.960479
+0.858747 0.328573 0.964324
+0.917739 0.361242 0.968246
+0.946166 0.387854 0.97258
+0.968154 0.416648 0.977279
+0 0.20827 0.899825
+0 0.207858 0.899947
+0 0.206561 0.900572
+0 0.204334 0.901747
+0 0.201144 0.903243
+0 0.196933 0.905104
+0 0.191608 0.907393
+0 0.186801 0.910567
+0 0.185321 0.919387
+0 0.180362 0.926528
+0 0.171054 0.931044
+0.0158389 0.157427 0.932616
+0.0492103 0.142885 0.931212
+0.104692 0.142397 0.929885
+0.171008 0.144411 0.928847
+0.229725 0.147433 0.928832
+0.277943 0.151003 0.929473
+0.321523 0.155291 0.930449
+0.362951 0.160388 0.931609
+0.40206 0.166354 0.933059
+0.442283 0.173404 0.934783
+0.483116 0.181857 0.936843
+0.524758 0.191775 0.939315
+0.567346 0.203494 0.942153
+0.610803 0.217426 0.945418
+0.655863 0.233829 0.94905
+0.702586 0.252934 0.952941
+0.751324 0.275029 0.956878
+0.802518 0.300389 0.960708
+0.858244 0.329168 0.964523
+0.917617 0.361532 0.968383
+0.94609 0.388251 0.972641
+0.968078 0.417014 0.977264
+0 0.225345 0.901518
+0 0.224903 0.901732
+0 0.223713 0.902342
+0 0.221698 0.903273
+0 0.218769 0.904799
+0 0.215 0.9066
+0 0.210086 0.909026
+0 0.205478 0.911757
+0 0.205035 0.920836
+0 0.201266 0.928481
+0.0024567 0.193927 0.933593
+0.0185702 0.182254 0.936004
+0.0470893 0.166064 0.934661
+0.0913863 0.15787 0.933394
+0.149569 0.155871 0.931792
+0.211276 0.154025 0.930816
+0.262898 0.1552 0.931044
+0.30956 0.15938 0.931853
+0.354147 0.164309 0.933028
+0.39469 0.170184 0.934325
+0.435966 0.177111 0.936034
+0.477897 0.185275 0.938018
+0.520653 0.194873 0.940429
+0.563851 0.206348 0.942992
+0.608179 0.219928 0.94612
+0.653635 0.235996 0.949676
+0.700969 0.254734 0.953429
+0.749996 0.276463 0.957259
+0.801678 0.301503 0.960967
+0.857694 0.32987 0.964752
+0.917464 0.361913 0.968551
+0.945983 0.388724 0.972702
+0.968002 0.417533 0.977249
+0 0.243748 0.903029
+0 0.243397 0.903243
+0 0.242267 0.903883
+0 0.240375 0.904967
+0 0.23772 0.906355
+0 0.234211 0.908278
+0 0.229831 0.910536
+0 0.225208 0.913085
+0 0.225528 0.922148
+0 0.223026 0.930266
+0.00538643 0.217319 0.935988
+0.0213474 0.20763 0.939544
+0.0488594 0.194018 0.938567
+0.0888228 0.18291 0.937697
+0.136706 0.180774 0.936645
+0.196094 0.178973 0.935576
+0.249653 0.177752 0.935119
+0.297459 0.176577 0.93518
+0.343343 0.17525 0.935454
+0.386038 0.174533 0.935866
+0.428641 0.181308 0.937545
+0.471946 0.189151 0.939361
+0.515724 0.198489 0.941436
+0.560021 0.209537 0.943999
+0.604852 0.222858 0.946975
+0.651179 0.238529 0.950317
+0.699016 0.256794 0.954147
+0.748409 0.278157 0.957687
+0.800595 0.302724 0.961334
+0.856962 0.330755 0.965011
+0.91725 0.362325 0.968734
+0.945876 0.389258 0.972778
+0.967895 0.418097 0.977218
+0 0.263172 0.904616
+0 0.262821 0.904814
+0 0.261814 0.905409
+0 0.260151 0.906386
+0 0.257694 0.907866
+0 0.25449 0.909789
+0 0.250507 0.911971
+0 0.246189 0.914931
+0 0.246921 0.923308
+0 0.245594 0.931792
+0.0078584 0.241413 0.938109
+0.0234531 0.23331 0.942641
+0.0501717 0.221698 0.942275
+0.0865492 0.209598 0.941436
+0.13193 0.206027 0.941314
+0.180545 0.204471 0.940337
+0.235431 0.203204 0.939849
+0.285512 0.202167 0.939879
+0.333013 0.201114 0.940017
+0.377386 0.199817 0.940368
+0.420737 0.198169 0.940719
+0.464912 0.19617 0.9411
+0.510079 0.202518 0.942718
+0.555276 0.213336 0.945098
+0.601251 0.226123 0.947997
+0.648219 0.241382 0.951247
+0.69659 0.259236 0.954787
+0.746731 0.280049 0.958358
+0.799329 0.304173 0.961822
+0.856123 0.331701 0.965301
+0.917021 0.362829 0.968933
+0.945724 0.389914 0.972869
+0.967788 0.418738 0.977172
+0 0.283497 0.905547
+0 0.283146 0.905776
+0 0.282231 0.906432
+0 0.280644 0.907485
+0 0.278401 0.90901
+0 0.275517 0.910765
+0 0.271855 0.913191
+0 0.267491 0.915892
+0 0.268864 0.923903
+0 0.26862 0.932586
+0.00959792 0.265843 0.939757
+0.0256046 0.25922 0.945174
+0.0506294 0.249317 0.945281
+0.084062 0.236622 0.94493
+0.12874 0.232547 0.945083
+0.171984 0.230121 0.944671
+0.220111 0.228946 0.944121
+0.27187 0.228 0.944076
+0.321691 0.22707 0.94435
+0.368307 0.226001 0.944778
+0.412222 0.224613 0.945251
+0.457053 0.222919 0.945525
+0.502983 0.220874 0.945983
+0.54992 0.218524 0.946502
+0.596719 0.229862 0.94902
+0.644785 0.244617 0.952056
+0.693965 0.261936 0.955413
+0.744793 0.2822 0.958846
+0.797772 0.305821 0.962234
+0.854749 0.332799 0.965637
+0.916732 0.363409 0.969177
+0.945571 0.390585 0.972961
+0.967666 0.41944 0.977142
+0 0.304234 0.906493
+0 0.303944 0.906691
+0 0.303075 0.907301
+0 0.301686 0.908309
+0 0.299718 0.909667
+0 0.297047 0.911589
+0 0.293706 0.913924
+0 0.289708 0.916533
+0 0.291127 0.924163
+0 0.29189 0.933089
+0.0103609 0.290425 0.940734
+0.0268864 0.28513 0.94638
+0.0500954 0.27686 0.947692
+0.0833295 0.265965 0.947753
+0.125124 0.25977 0.948089
+0.1673 0.256107 0.948547
+0.208835 0.254917 0.948043
+0.256657 0.254078 0.947875
+0.308553 0.253315 0.948119
+0.357153 0.252415 0.948592
+0.402823 0.251255 0.949142
+0.448356 0.24979 0.949706
+0.494911 0.247974 0.95021
+0.542382 0.245884 0.950683
+0.590997 0.243565 0.9514
+0.640787 0.248188 0.953155
+0.690791 0.264942 0.956298
+0.74226 0.284688 0.959426
+0.795987 0.307652 0.962661
+0.853635 0.334035 0.965988
+0.916289 0.36405 0.969436
+0.945495 0.391318 0.973175
+0.967529 0.420249 0.977081
+0 0.32546 0.907179
+0 0.325216 0.907393
+0 0.324468 0.90782
+0 0.323171 0.908843
+0 0.32134 0.910201
+0 0.318914 0.912093
+0 0.315938 0.914199
+0 0.312291 0.916915
+0 0.313527 0.92401
+0 0.315358 0.933242
+0.0102998 0.315038 0.941238
+0.0270695 0.31104 0.947219
+0.0489509 0.304143 0.949126
+0.0816205 0.294682 0.949615
+0.1196 0.28687 0.950103
+0.162799 0.28394 0.950637
+0.202426 0.280919 0.951278
+0.243214 0.280201 0.951141
+0.293706 0.279438 0.951324
+0.344198 0.278813 0.951797
+0.39202 0.277913 0.952316
+0.438346 0.276661 0.952972
+0.485924 0.274968 0.953567
+0.534234 0.273014 0.954269
+0.583398 0.270909 0.95494
+0.63444 0.268513 0.95584
+0.687221 0.268284 0.957015
+0.739605 0.287312 0.960204
+0.794141 0.309651 0.963058
+0.852491 0.335271 0.966506
+0.915831 0.364706 0.969711
+0.945357 0.39205 0.973327
+0.967361 0.421073 0.977005
+0 0.346853 0.907897
+0 0.346624 0.908034
+0 0.345922 0.908644
+0 0.344747 0.909575
+0 0.343038 0.910933
+0 0.340932 0.912505
+0 0.338216 0.914717
+0 0.334874 0.917296
+0 0.335882 0.923812
+0 0.338643 0.933379
+0.0099031 0.339437 0.94168
+0.0269474 0.336568 0.947875
+0.0472419 0.331014 0.950118
+0.0788434 0.322972 0.950835
+0.112947 0.313497 0.951476
+0.157046 0.311284 0.951888
+0.197024 0.308339 0.952865
+0.235248 0.306279 0.953628
+0.27834 0.305699 0.953765
+0.329824 0.305089 0.954269
+0.380331 0.304326 0.95494
+0.427649 0.303258 0.955596
+0.475639 0.301839 0.956207
+0.524834 0.300053 0.956954
+0.57496 0.297932 0.957778
+0.626566 0.295705 0.95874
+0.680232 0.293309 0.959625
+0.736416 0.290959 0.96083
+0.791943 0.311803 0.963714
+0.851194 0.336736 0.966873
+0.915221 0.365515 0.970001
+0.945098 0.392966 0.973419
+0.967224 0.421988 0.976928
+0 0.367788 0.908949
+0 0.367559 0.909087
+0 0.366964 0.909651
+0 0.365911 0.910536
+0 0.364462 0.911681
+0 0.362509 0.913359
+0 0.360098 0.915404
+0 0.357168 0.917845
+0 0.357702 0.923674
+0 0.361364 0.933654
+0.00955215 0.362951 0.942092
+0.0267033 0.361227 0.948623
+0.0456855 0.356863 0.951064
+0.0756847 0.350362 0.951827
+0.109239 0.341955 0.952392
+0.150454 0.337926 0.953017
+0.191028 0.335653 0.953994
+0.229648 0.332738 0.955383
+0.268025 0.331609 0.955993
+0.31429 0.331121 0.956405
+0.367224 0.33048 0.957031
+0.415839 0.329625 0.957824
+0.464866 0.328328 0.958556
+0.514656 0.32668 0.959106
+0.565515 0.324697 0.959915
+0.617792 0.322499 0.960891
+0.672358 0.320058 0.961913
+0.729137 0.317708 0.962936
+0.78909 0.315511 0.964294
+0.849485 0.338384 0.967285
+0.914565 0.366339 0.970291
+0.944823 0.393851 0.97351
+0.967071 0.422965 0.976852
+0 0.388586 0.910002
+0 0.388403 0.910124
+0 0.387823 0.910658
+0 0.386892 0.911528
+0 0.38555 0.912734
+0 0.38381 0.914336
+0 0.381643 0.91632
+0 0.379034 0.918441
+0 0.379187 0.923537
+0 0.383566 0.934112
+0.0091249 0.38584 0.942657
+0.0263676 0.385214 0.949508
+0.0444953 0.381903 0.951919
+0.0727092 0.376455 0.952743
+0.106004 0.36936 0.953429
+0.142977 0.363485 0.953964
+0.184665 0.361807 0.954925
+0.224414 0.359564 0.956436
+0.262196 0.356847 0.958251
+0.301274 0.356451 0.958602
+0.35259 0.355978 0.959243
+0.403784 0.355261 0.95996
+0.453696 0.354116 0.960693
+0.504417 0.352636 0.961425
+0.555886 0.350759 0.962142
+0.608942 0.348653 0.962951
+0.664225 0.346227 0.963973
+0.721904 0.34374 0.965133
+0.782544 0.341421 0.966262
+0.847593 0.3402 0.967727
+0.913985 0.367178 0.970764
+0.944533 0.394842 0.973602
+0.967041 0.423941 0.976898
+0 0.409216 0.911345
+0 0.409049 0.911513
+0 0.408576 0.912016
+0 0.407691 0.91284
+0 0.40647 0.914015
+0 0.404959 0.915343
+0 0.402975 0.917205
+0 0.40061 0.919448
+0 0.400443 0.923995
+0 0.405478 0.934752
+0.00860609 0.408209 0.943725
+0.0260014 0.408621 0.950484
+0.0433509 0.40621 0.952819
+0.0698711 0.401785 0.953719
+0.102739 0.395605 0.954437
+0.135073 0.38822 0.95491
+0.177737 0.386954 0.95581
+0.218631 0.385245 0.957275
+0.257252 0.382834 0.959487
+0.295277 0.380941 0.960891
+0.337331 0.380514 0.961425
+0.391424 0.379873 0.962112
+0.442222 0.378912 0.962905
+0.494026 0.377462 0.963592
+0.546304 0.375753 0.964385
+0.600275 0.373709 0.965057
+0.656214 0.371359 0.966049
+0.714702 0.368948 0.967163
+0.776165 0.366567 0.968261
+0.842344 0.364401 0.96965
+0.91313 0.368215 0.97113
+0.944198 0.395895 0.973709
+0.966857 0.425055 0.976761
+0 0.430686 0.912978
+0 0.430518 0.913115
+0 0.430076 0.913558
+0 0.429328 0.914183
+0 0.42826 0.915312
+0 0.426825 0.916793
+0 0.425071 0.918547
+0 0.422919 0.920668
+0 0.422644 0.924849
+0 0.428183 0.935485
+0.00793469 0.431373 0.944442
+0.0256352 0.432609 0.951705
+0.0422217 0.431098 0.953735
+0.0673838 0.427466 0.95491
+0.0995193 0.42237 0.955337
+0.131319 0.416098 0.955932
+0.169757 0.412589 0.956695
+0.211765 0.411383 0.958068
+0.251804 0.409613 0.960204
+0.289631 0.406806 0.963027
+0.328389 0.405859 0.96379
+0.377432 0.405386 0.964492
+0.429847 0.40444 0.965209
+0.482551 0.403143 0.965927
+0.536095 0.401373 0.966628
+0.590967 0.399329 0.967391
+0.647684 0.397055 0.968261
+0.70695 0.394507 0.969375
+0.769863 0.391821 0.97055
+0.836683 0.389441 0.971695
+0.908019 0.388159 0.972137
+0.943786 0.397055 0.9738
+0.966628 0.426322 0.976593
+0 0.454429 0.914885
+0 0.454307 0.915022
+0 0.45391 0.915465
+0 0.453239 0.916121
+0 0.452277 0.917082
+0 0.450996 0.918456
+0 0.449424 0.920134
+0 0.447501 0.922194
+0 0.447288 0.92604
+0 0.453147 0.936858
+0.00733959 0.456992 0.945617
+0.0252842 0.458976 0.95288
+0.0415656 0.458137 0.954665
+0.0648356 0.455406 0.955856
+0.095964 0.451164 0.956481
+0.12755 0.445838 0.956939
+0.160098 0.440131 0.957687
+0.203296 0.439414 0.958968
+0.244907 0.438239 0.960876
+0.284077 0.43621 0.963684
+0.321691 0.433356 0.966735
+0.363745 0.432822 0.967285
+0.415366 0.431983 0.967971
+0.469688 0.430808 0.968505
+0.524788 0.429084 0.969192
+0.581109 0.427024 0.969985
+0.638941 0.424643 0.970886
+0.698924 0.422034 0.97174
+0.762585 0.419181 0.972885
+0.830823 0.416663 0.973663
+0.901061 0.415274 0.973388
+0.942031 0.413794 0.974334
+0.966384 0.427756 0.976364
+0 0.480537 0.917021
+0 0.480415 0.917189
+0 0.480018 0.917632
+0 0.479423 0.918318
+0 0.478508 0.91931
+0 0.477455 0.920516
+0 0.476066 0.922011
+0 0.474372 0.923949
+0 0.474464 0.927794
+0 0.480613 0.938521
+0.00730907 0.484733 0.947417
+0.0253147 0.487358 0.953964
+0.0413367 0.487282 0.955779
+0.0625467 0.48539 0.95697
+0.0925612 0.481941 0.957519
+0.1234 0.477638 0.958053
+0.154253 0.472267 0.958709
+0.192645 0.46952 0.959777
+0.236606 0.468879 0.961669
+0.27718 0.467597 0.964401
+0.315465 0.465171 0.967895
+0.354086 0.462882 0.970306
+0.399695 0.462043 0.970886
+0.455787 0.460883 0.971588
+0.513313 0.459236 0.972274
+0.571649 0.457145 0.973022
+0.630747 0.454719 0.973663
+0.691615 0.451896 0.97464
+0.755459 0.448844 0.975402
+0.823636 0.446403 0.975158
+0.893263 0.444923 0.974075
+0.938903 0.443534 0.975052
+0.964431 0.441749 0.976394
+0 0.508843 0.919432
+0 0.508736 0.919554
+0 0.508385 0.919951
+0 0.507851 0.920684
+0 0.507103 0.921569
+0 0.506096 0.92282
+0 0.504875 0.924315
+0 0.503395 0.926085
+0 0.504356 0.930449
+0 0.510643 0.94078
+0.00802625 0.515114 0.949386
+0.0258793 0.518059 0.955108
+0.0414893 0.518593 0.956939
+0.0611429 0.517403 0.958038
+0.0892958 0.514778 0.958679
+0.119478 0.511269 0.959121
+0.149523 0.50692 0.959899
+0.180484 0.501488 0.960678
+0.226307 0.501335 0.962432
+0.268666 0.500786 0.965026
+0.308263 0.499306 0.968429
+0.346929 0.496361 0.972717
+0.386831 0.494499 0.974456
+0.440314 0.493324 0.975082
+0.501335 0.491676 0.975723
+0.562524 0.48957 0.97641
+0.623835 0.487053 0.976959
+0.686091 0.484123 0.977584
+0.750149 0.481086 0.977478
+0.817487 0.478508 0.976272
+0.885405 0.476829 0.974548
+0.935683 0.475517 0.975326
+0.959335 0.474678 0.976425
+0 0.539376 0.922362
+0 0.539269 0.922423
+0 0.538979 0.922866
+0 0.538506 0.92343
+0 0.537865 0.9243
+0 0.53698 0.92549
+0 0.535927 0.926879
+0 0.534646 0.928512
+0 0.537591 0.934478
+0 0.543603 0.944274
+0.0104524 0.548104 0.952117
+0.0274205 0.551202 0.956359
+0.0423896 0.552163 0.958114
+0.0606394 0.551583 0.959121
+0.0868849 0.549691 0.959792
+0.116152 0.546868 0.960388
+0.145205 0.54342 0.960906
+0.175372 0.538979 0.961868
+0.213794 0.535729 0.963211
+0.258366 0.535775 0.965743
+0.299565 0.535149 0.968887
+0.339071 0.533379 0.972992
+0.378378 0.529732 0.978241
+0.423377 0.528161 0.979187
+0.488029 0.526619 0.979675
+0.553429 0.524437 0.980255
+0.618479 0.521721 0.980514
+0.683253 0.518746 0.979767
+0.748089 0.51574 0.978515
+0.814282 0.513207 0.976547
+0.879286 0.511177 0.974411
+0.933562 0.509636 0.974777
+0.955062 0.509789 0.975494
+0 0.572335 0.925597
+0 0.572229 0.925719
+0 0.572 0.926085
+0 0.571588 0.926665
+0 0.571054 0.927474
+0 0.570306 0.928542
+0 0.56936 0.929808
+0 0.569299 0.932265
+0 0.574777 0.940963
+0 0.580026 0.948684
+0.015259 0.584085 0.955688
+0.0304265 0.587182 0.95787
+0.0447242 0.58819 0.959243
+0.0619211 0.587991 0.960296
+0.0862745 0.586664 0.960906
+0.113985 0.584543 0.961501
+0.141817 0.581781 0.962173
+0.171145 0.578225 0.963012
+0.202838 0.573709 0.964096
+0.246036 0.572625 0.966247
+0.289342 0.572824 0.969375
+0.329992 0.572045 0.973342
+0.370016 0.569909 0.978393
+0.408789 0.565789 0.983917
+0.471748 0.564172 0.984451
+0.543969 0.561761 0.984466
+0.615091 0.558862 0.983047
+0.683909 0.555764 0.98088
+0.749905 0.552956 0.978271
+0.814664 0.550698 0.975128
+0.87718 0.548165 0.973098
+0.933272 0.546151 0.973327
+0.952331 0.547341 0.973465
+0 0.607462 0.929671
+0 0.607355 0.929732
+0 0.607156 0.930068
+0 0.606836 0.930526
+0 0.606394 0.931182
+0 0.605768 0.932097
+0 0.606058 0.934279
+0 0.610651 0.941436
+0 0.615518 0.948394
+0.007187 0.619791 0.954955
+0.0231632 0.623362 0.957824
+0.0367437 0.625574 0.959274
+0.0496681 0.626535 0.960357
+0.0666819 0.62649 0.961181
+0.0900282 0.625544 0.961791
+0.115694 0.623972 0.962417
+0.141634 0.62182 0.963088
+0.169162 0.619089 0.963958
+0.199084 0.615503 0.964981
+0.232013 0.611032 0.96672
+0.277531 0.611933 0.969665
+0.319615 0.612146 0.973449
+0.360525 0.611246 0.978256
+0.399893 0.60856 0.98436
+0.450431 0.604196 0.989853
+0.534264 0.601114 0.988159
+0.615137 0.59765 0.984543
+0.689555 0.594629 0.980301
+0.75642 0.592401 0.976211
+0.819532 0.590585 0.972854
+0.879332 0.587579 0.971557
+0.934966 0.584817 0.971389
+0.951507 0.586923 0.97084
+0 0.644739 0.932113
+0 0.644678 0.932189
+0 0.644511 0.932494
+0 0.644221 0.932998
+0 0.645777 0.935241
+0 0.649042 0.939834
+0 0.652689 0.944228
+0 0.656092 0.948821
+0.0122225 0.659327 0.953384
+0.0261387 0.662135 0.95671
+0.0379492 0.664408 0.957732
+0.0493629 0.665721 0.958618
+0.0634775 0.666194 0.959319
+0.082826 0.66598 0.959869
+0.105943 0.665248 0.960418
+0.129549 0.664073 0.961013
+0.153552 0.66247 0.961685
+0.178424 0.660471 0.962615
+0.206394 0.657801 0.963897
+0.235492 0.65449 0.96556
+0.270146 0.651835 0.968093
+0.313909 0.652918 0.971649
+0.355581 0.653147 0.97615
+0.395331 0.652094 0.981979
+0.436591 0.648859 0.989288
+0.521416 0.642451 0.991699
+0.61796 0.637995 0.985153
+0.699825 0.635401 0.978851
+0.767452 0.63418 0.97467
+0.828122 0.632792 0.972625
+0.886275 0.62887 0.972305
+0.9393 0.624857 0.97145
+0.952682 0.628 0.97023
+0 0.693217 0.937392
+0 0.693462 0.937667
+0 0.694148 0.938384
+0.00285344 0.695216 0.939849
+0.0083772 0.696559 0.94168
+0.0168765 0.698207 0.943542
+0.026688 0.699855 0.945632
+0.0360418 0.701595 0.947845
+0.0448005 0.703273 0.949844
+0.0541695 0.704463 0.951782
+0.0664073 0.705287 0.953674
+0.0827649 0.70547 0.954726
+0.102358 0.705409 0.955077
+0.122896 0.705013 0.955474
+0.14403 0.704311 0.955932
+0.165118 0.703426 0.956573
+0.186419 0.702342 0.957305
+0.209186 0.701015 0.958343
+0.233158 0.699306 0.959762
+0.257725 0.697063 0.961578
+0.283345 0.694011 0.963928
+0.319432 0.693004 0.967086
+0.361715 0.694209 0.971252
+0.40148 0.694453 0.976562
+0.440696 0.693217 0.983581
+0.505776 0.68777 0.99028
+0.619211 0.679606 0.986816
+0.710353 0.677943 0.980148
+0.778119 0.678553 0.978088
+0.837934 0.677562 0.978195
+0.897063 0.67245 0.978241
+0.945663 0.666606 0.976425
+0.955505 0.670878 0.974304
+0.0621653 0.741039 0.931609
+0.0627756 0.74107 0.931716
+0.0649271 0.741222 0.931991
+0.0687724 0.741604 0.932448
+0.074403 0.741894 0.932921
+0.0822766 0.742245 0.933608
+0.092256 0.742428 0.93434
+0.10399 0.742733 0.935225
+0.117281 0.742824 0.936172
+0.131579 0.742901 0.937316
+0.14699 0.742916 0.938628
+0.16347 0.742657 0.939971
+0.180117 0.742443 0.941604
+0.197696 0.742092 0.943389
+0.215686 0.741726 0.945541
+0.233112 0.741238 0.947814
+0.249775 0.740719 0.950439
+0.266804 0.73991 0.951919
+0.285069 0.738857 0.953353
+0.304662 0.737423 0.955093
+0.3252 0.735515 0.957244
+0.346975 0.732754 0.960143
+0.383902 0.73312 0.963806
+0.423301 0.734249 0.968505
+0.463142 0.734478 0.97464
+0.507988 0.732677 0.982574
+0.615396 0.724773 0.98471
+0.71339 0.725795 0.981552
+0.782238 0.729442 0.984009
+0.84506 0.729198 0.986587
+0.907958 0.721752 0.987915
+0.953475 0.710521 0.986267
+0.95906 0.716014 0.982712
+0.205051 0.780377 0.920058
+0.205737 0.780331 0.920104
+0.207752 0.780392 0.920363
+0.211292 0.780392 0.920653
+0.215824 0.780423 0.921126
+0.221897 0.780468 0.921691
+0.228824 0.78056 0.922423
+0.236561 0.780591 0.923293
+0.245182 0.780636 0.9243
+0.254337 0.780652 0.925444
+0.264179 0.780636 0.926696
+0.274372 0.780575 0.928191
+0.285115 0.780468 0.929732
+0.296132 0.780316 0.931411
+0.307118 0.780087 0.933318
+0.318425 0.779812 0.935317
+0.32961 0.779416 0.937514
+0.341711 0.778881 0.939941
+0.354864 0.77821 0.942824
+0.369589 0.777173 0.946456
+0.385443 0.775799 0.950927
+0.402136 0.7738 0.953475
+0.420203 0.771054 0.956283
+0.457938 0.772488 0.960464
+0.4981 0.773724 0.965805
+0.539147 0.773999 0.972976
+0.605341 0.771344 0.981018
+0.705669 0.775235 0.98381
+0.780194 0.78381 0.988449
+0.846571 0.78819 0.992966
+0.912154 0.784665 0.995071
+0.957198 0.771954 0.994568
+0.963241 0.76437 0.993881
+0.33492 0.826291 0.927062
+0.33521 0.826291 0.927108
+0.33608 0.826307 0.92726
+0.337575 0.826291 0.92752
+0.339773 0.826276 0.927886
+0.342596 0.826261 0.928313
+0.3458 0.826246 0.928893
+0.349691 0.826139 0.929503
+0.354025 0.826123 0.930282
+0.358984 0.825986 0.93109
+0.364248 0.825864 0.932067
+0.36994 0.825727 0.933165
+0.375982 0.825574 0.934279
+0.382422 0.825238 0.9355
+0.388739 0.82501 0.936873
+0.395392 0.824628 0.938293
+0.402426 0.824247 0.939834
+0.410163 0.823697 0.941619
+0.41912 0.823011 0.943725
+0.429557 0.822065 0.946273
+0.441398 0.820829 0.949416
+0.455039 0.81915 0.952468
+0.470344 0.816892 0.954284
+0.489052 0.814206 0.956847
+0.52752 0.816617 0.961715
+0.567147 0.818463 0.968032
+0.60882 0.819074 0.976654
+0.687877 0.82443 0.985901
+0.770611 0.837293 0.992584
+0.84361 0.847608 0.999023
+0.914443 0.849714 1
+0.958679 0.839338 1
+0.968719 0.828733 1
+0.425345 0.881529 0.950362
+0.425467 0.881514 0.950362
+0.425879 0.881498 0.950439
+0.426673 0.881453 0.950607
+0.42771 0.881376 0.950805
+0.429129 0.881315 0.951095
+0.430762 0.881193 0.951415
+0.432532 0.881117 0.951858
+0.43476 0.880934 0.952438
+0.437324 0.880735 0.952621
+0.439979 0.880552 0.952895
+0.443091 0.880293 0.95314
+0.446448 0.880003 0.953414
+0.450019 0.879728 0.95375
+0.454017 0.879347 0.95407
+0.458076 0.878965 0.954467
+0.462593 0.878462 0.954833
+0.46746 0.877958 0.955306
+0.473228 0.877317 0.955871
+0.480171 0.876493 0.956558
+0.488212 0.875441 0.957198
+0.497887 0.874067 0.958206
+0.509407 0.87219 0.959457
+0.522927 0.869718 0.961074
+0.542733 0.867781 0.963638
+0.578897 0.871183 0.969238
+0.617472 0.87396 0.97644
+0.661616 0.875746 0.986496
+0.75172 0.890974 0.995056
+0.832609 0.906264 1
+0.910857 0.915038 1
+0.958633 0.908797 1
+0.974289 0.899825 1
+0.492073 0.935851 0.961273
+0.492134 0.935805 0.961288
+0.492363 0.93579 0.961303
+0.49276 0.935744 0.961334
+0.493294 0.935668 0.961379
+0.49398 0.935592 0.96144
+0.494835 0.9355 0.961517
+0.495674 0.935424 0.961654
+0.496864 0.935286 0.961746
+0.498238 0.935103 0.961868
+0.499779 0.934951 0.962005
+0.501442 0.934722 0.962142
+0.503136 0.934508 0.962341
+0.505119 0.934279 0.962539
+0.507301 0.934005 0.962737
+0.509651 0.933654 0.962951
+0.512032 0.933379 0.963226
+0.514992 0.932998 0.9635
+0.518532 0.932494 0.963821
+0.522545 0.93196 0.964202
+0.527489 0.931243 0.96463
+0.533806 0.930312 0.96527
+0.541344 0.929137 0.96611
+0.550668 0.927626 0.967193
+0.56202 0.925658 0.968627
+0.581125 0.924865 0.971328
+0.613474 0.928771 0.976883
+0.649363 0.932189 0.984527
+0.71606 0.9411 0.993896
+0.807538 0.958679 1
+0.894591 0.964828 1
+0.954238 0.965331 1
+0.977371 0.962707 1
+0.547097 0.971801 0.970825
+0.547127 0.971801 0.970825
+0.547204 0.971786 0.970825
+0.547387 0.971771 0.97084
+0.547601 0.97174 0.97084
+0.54789 0.971725 0.970871
+0.548287 0.971679 0.970901
+0.54873 0.971633 0.970932
+0.549203 0.971588 0.970962
+0.549813 0.971542 0.970993
+0.550454 0.971466 0.971038
+0.551186 0.971389 0.971084
+0.551873 0.971359 0.971191
+0.552743 0.971283 0.971267
+0.553719 0.971191 0.971328
+0.554803 0.971084 0.971405
+0.555993 0.970962 0.971481
+0.557351 0.97084 0.971572
+0.558999 0.970672 0.971695
+0.560845 0.970535 0.971893
+0.563302 0.970291 0.972076
+0.5664 0.969985 0.972305
+0.570016 0.969665 0.972641
+0.574792 0.969192 0.973037
+0.580667 0.968643 0.973587
+0.588266 0.96791 0.97435
+0.604562 0.968261 0.976745
+0.632853 0.970596 0.982086
+0.665385 0.972961 0.989303
+0.764553 0.980789 0.99939
+0.861662 0.988861 1
+0.943694 0.992264 1
+0.975219 0.990005 1
+0.582193 0.99968 0.983841
+0.582193 0.99968 0.983841
+0.582269 0.99968 0.983825
+0.582376 0.99968 0.98381
+0.582559 0.99968 0.983795
+0.582773 0.99968 0.983764
+0.583062 0.999695 0.983749
+0.583383 0.999695 0.983703
+0.583734 0.99971 0.983673
+0.584054 0.999725 0.983642
+0.584451 0.999756 0.983612
+0.585 0.999756 0.983551
+0.585565 0.999756 0.983474
+0.586206 0.999756 0.983413
+0.586877 0.999756 0.983337
+0.587655 0.999771 0.983246
+0.588449 0.999771 0.983154
+0.589349 0.999771 0.983047
+0.590433 0.999771 0.98291
+0.591669 0.999802 0.982773
+0.593179 0.99971 0.982635
+0.595148 0.999451 0.982452
+0.597543 0.999161 0.982208
+0.600229 0.99884 0.981964
+0.603738 0.998398 0.981613
+0.607813 0.997879 0.981216
+0.612985 0.997192 0.980667
+0.627085 0.998398 0.981994
+0.651865 1 0.985992
+0.7028 1 0.991943
+0.815061 1 1
+0.919417 1 1
+0.973846 1 1
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/LOOK1.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/LOOK1.cube
new file mode 100644
index 0000000000000000000000000000000000000000..d12bd0de5949847c76f986e909e33d08017347cc
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/LOOK1.cube
@@ -0,0 +1,4097 @@
+LUT_3D_SIZE 16
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.032084 0.000000 0.000000
+0.093292 0.000000 0.000000
+0.243660 0.000000 0.000000
+0.405892 0.000000 0.000000
+0.543008 0.000000 0.000000
+0.632614 0.000000 0.000000
+0.684863 0.000000 0.000000
+0.728123 0.000000 0.000000
+0.785658 0.007876 0.007876
+0.836183 0.022082 0.022082
+0.881626 0.035028 0.035028
+0.921137 0.050140 0.046435
+0.951002 0.083933 0.067368
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.032679 0.011636 0.000000
+0.093658 0.025411 0.000000
+0.244560 0.040177 0.000000
+0.406873 0.044914 0.000000
+0.544397 0.045336 0.000000
+0.634957 0.044686 0.000000
+0.687661 0.043992 0.000000
+0.730525 0.043248 0.000000
+0.787582 0.042415 0.008588
+0.838371 0.044414 0.022760
+0.883504 0.049660 0.035553
+0.923032 0.068891 0.048547
+0.952856 0.096505 0.071926
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.035173 0.024018 0.000000
+0.095242 0.049605 0.000000
+0.250291 0.077817 0.000000
+0.411201 0.086370 0.000000
+0.549135 0.087074 0.000000
+0.643391 0.085631 0.000000
+0.698579 0.084182 0.000000
+0.740239 0.082818 0.000000
+0.795823 0.080957 0.011934
+0.846480 0.083286 0.025471
+0.891536 0.099683 0.037959
+0.930723 0.120475 0.060148
+0.959694 0.137712 0.090087
+0.000000 0.037823 0.000000
+0.013499 0.037959 0.000000
+0.026398 0.038650 0.000000
+0.040126 0.040126 0.000000
+0.098436 0.075081 0.000000
+0.259154 0.115550 0.000000
+0.421175 0.126937 0.000000
+0.558534 0.127456 0.000000
+0.657363 0.124996 0.000000
+0.717022 0.122626 0.000000
+0.759816 0.121170 0.004516
+0.810565 0.130280 0.018174
+0.861000 0.150588 0.032086
+0.905359 0.169559 0.057934
+0.943895 0.187087 0.097254
+0.968144 0.200012 0.125782
+0.000000 0.132705 0.030001
+0.013244 0.133993 0.000000
+0.059216 0.138947 0.000000
+0.093772 0.148251 0.000000
+0.129058 0.163788 0.000000
+0.259468 0.184812 0.000000
+0.433025 0.190350 0.000000
+0.573103 0.183008 0.000000
+0.676426 0.181031 0.000000
+0.741742 0.190015 0.002903
+0.787032 0.209059 0.015340
+0.829887 0.227594 0.032335
+0.878806 0.239912 0.068575
+0.921678 0.254274 0.108185
+0.958753 0.269382 0.143818
+0.968156 0.273812 0.166863
+0.000000 0.261909 0.106821
+0.000000 0.263741 0.103473
+0.011304 0.270142 0.082778
+0.088097 0.280898 0.031941
+0.153332 0.297954 0.000000
+0.233896 0.309363 0.000000
+0.432249 0.309662 0.000000
+0.583121 0.302037 0.000000
+0.694737 0.294469 0.007654
+0.768182 0.297504 0.018141
+0.816318 0.310387 0.032535
+0.856081 0.323139 0.086743
+0.896578 0.336354 0.129631
+0.937401 0.348095 0.162992
+0.968156 0.357985 0.192600
+0.968156 0.353644 0.210478
+0.000000 0.398749 0.190967
+0.001252 0.400533 0.189378
+0.029914 0.407478 0.181999
+0.072327 0.418596 0.162803
+0.124917 0.434974 0.110735
+0.218946 0.455261 0.034524
+0.390032 0.456205 0.010798
+0.578680 0.438769 0.018375
+0.703092 0.420721 0.026533
+0.784075 0.413673 0.035126
+0.837670 0.416145 0.068130
+0.880065 0.423894 0.130928
+0.917148 0.435765 0.182804
+0.954611 0.446502 0.220182
+0.968156 0.446194 0.247491
+0.968156 0.436175 0.262589
+0.019247 0.529707 0.279057
+0.025640 0.531341 0.278085
+0.049269 0.537738 0.274338
+0.086505 0.548064 0.261804
+0.131268 0.561961 0.232277
+0.212378 0.579399 0.161942
+0.341175 0.594549 0.041262
+0.535779 0.585934 0.039419
+0.698389 0.553579 0.046165
+0.792425 0.533537 0.054023
+0.852285 0.528517 0.106138
+0.897846 0.531469 0.169055
+0.936700 0.538457 0.220033
+0.968156 0.544700 0.262572
+0.968156 0.533097 0.290893
+0.968156 0.519108 0.305428
+0.044322 0.641281 0.360726
+0.049367 0.642582 0.360098
+0.069064 0.647690 0.356451
+0.102128 0.656370 0.346534
+0.162572 0.668890 0.320374
+0.249030 0.684624 0.275614
+0.331557 0.700684 0.187977
+0.468554 0.707703 0.074074
+0.660541 0.696880 0.066412
+0.785397 0.664256 0.079341
+0.857233 0.645966 0.146946
+0.907993 0.640333 0.207445
+0.948844 0.640177 0.254924
+0.968156 0.632392 0.293247
+0.968156 0.616908 0.322273
+0.968144 0.600473 0.335778
+0.108271 0.733482 0.433969
+0.114934 0.734600 0.433603
+0.142033 0.739185 0.430471
+0.189705 0.747473 0.422799
+0.248907 0.759132 0.405024
+0.316672 0.773304 0.375592
+0.379727 0.787901 0.326995
+0.457368 0.798659 0.230290
+0.601866 0.797259 0.139933
+0.759748 0.788304 0.145663
+0.849573 0.762671 0.196587
+0.906271 0.745815 0.245728
+0.950152 0.736828 0.286260
+0.968156 0.717677 0.319414
+0.968144 0.694538 0.343652
+0.968156 0.674538 0.358738
+0.238987 0.813543 0.504585
+0.243833 0.814303 0.504389
+0.263726 0.817831 0.502631
+0.299138 0.824605 0.497020
+0.343218 0.834252 0.483779
+0.393816 0.846094 0.462919
+0.448711 0.858095 0.434981
+0.493380 0.868197 0.361333
+0.586614 0.870603 0.274105
+0.718708 0.864144 0.237812
+0.833196 0.858337 0.258792
+0.899595 0.839414 0.290387
+0.945711 0.822912 0.320140
+0.968144 0.798276 0.346520
+0.968144 0.764508 0.367752
+0.968156 0.739824 0.376685
+0.341549 0.880452 0.567707
+0.345290 0.880982 0.567348
+0.360389 0.883688 0.565588
+0.386676 0.888611 0.559949
+0.420136 0.895995 0.549371
+0.459969 0.905197 0.531015
+0.507430 0.914462 0.511172
+0.537823 0.922716 0.453090
+0.598906 0.926006 0.374796
+0.700569 0.921678 0.322336
+0.804191 0.915354 0.318301
+0.888227 0.912125 0.337807
+0.940657 0.896887 0.357417
+0.968144 0.870117 0.375215
+0.968156 0.827462 0.390578
+0.968144 0.797374 0.398487
+0.415071 0.934373 0.617185
+0.417922 0.934803 0.616606
+0.429920 0.936461 0.614423
+0.450405 0.940306 0.608997
+0.476812 0.945658 0.598405
+0.508868 0.952859 0.582049
+0.548355 0.960175 0.563124
+0.576060 0.966800 0.517196
+0.617941 0.968156 0.448556
+0.695548 0.967073 0.391162
+0.785351 0.961302 0.371537
+0.864754 0.956982 0.377777
+0.931385 0.954812 0.393813
+0.968156 0.933020 0.406619
+0.968144 0.884537 0.417704
+0.968156 0.847791 0.421437
+0.468258 0.968156 0.651484
+0.471043 0.968156 0.651196
+0.480263 0.968144 0.647987
+0.496931 0.968156 0.641813
+0.518164 0.968156 0.630703
+0.545034 0.968156 0.615620
+0.578289 0.968156 0.600130
+0.601357 0.968156 0.565063
+0.626109 0.968156 0.504994
+0.678381 0.968156 0.448372
+0.750275 0.968144 0.419187
+0.823469 0.968156 0.414799
+0.888431 0.968156 0.422871
+0.946779 0.968156 0.436430
+0.968156 0.937476 0.444606
+0.968144 0.895066 0.447607
+0.505289 0.968156 0.664981
+0.507405 0.968144 0.664523
+0.516201 0.968156 0.662996
+0.529676 0.968156 0.657960
+0.548276 0.968156 0.649990
+0.571237 0.968156 0.639791
+0.600009 0.968156 0.628223
+0.623658 0.968156 0.604076
+0.638477 0.968156 0.550838
+0.673739 0.968156 0.497255
+0.728496 0.968156 0.462764
+0.787916 0.968156 0.449924
+0.843982 0.968144 0.450569
+0.897772 0.968156 0.458613
+0.949115 0.968156 0.470710
+0.968156 0.939568 0.470478
+0.530747 0.968156 0.676286
+0.532227 0.968156 0.675929
+0.538632 0.968156 0.674184
+0.550833 0.968156 0.671296
+0.566347 0.968156 0.665323
+0.586247 0.968156 0.657464
+0.611609 0.968156 0.647577
+0.639678 0.968156 0.635061
+0.647211 0.968144 0.589023
+0.669890 0.968156 0.539457
+0.710418 0.968144 0.501370
+0.760365 0.968156 0.480189
+0.811256 0.968156 0.473453
+0.860594 0.968156 0.475678
+0.908554 0.968156 0.483271
+0.956902 0.968144 0.495271
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.032142 0.000000 0.011437
+0.093315 0.000000 0.025322
+0.243445 0.000000 0.040109
+0.405872 0.000000 0.044897
+0.543388 0.000000 0.045360
+0.633603 0.000000 0.044673
+0.685966 0.000000 0.044020
+0.728742 0.000000 0.043306
+0.785909 0.007966 0.042431
+0.836615 0.022150 0.044264
+0.881768 0.035086 0.049409
+0.921392 0.048106 0.057397
+0.951336 0.081091 0.074616
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.032740 0.000000 0.000000
+0.093701 0.000000 0.000000
+0.244123 0.000000 0.000000
+0.406846 0.000000 0.000000
+0.544637 0.000000 0.000000
+0.635797 0.000000 0.000000
+0.688624 0.000000 0.000000
+0.730982 0.001474 0.001474
+0.787725 0.015348 0.015348
+0.838606 0.028530 0.028530
+0.883753 0.040779 0.040779
+0.923455 0.064734 0.055588
+0.953226 0.095923 0.080758
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.035253 0.022821 0.000000
+0.095293 0.046369 0.000000
+0.249258 0.071873 0.000000
+0.410883 0.079654 0.000000
+0.549378 0.080243 0.000000
+0.644257 0.078877 0.000000
+0.699686 0.077553 0.000000
+0.740810 0.076258 0.004758
+0.796086 0.075221 0.018400
+0.846693 0.079074 0.031149
+0.891716 0.097656 0.043041
+0.930987 0.119074 0.068575
+0.960067 0.138514 0.098602
+0.000000 0.037831 0.013456
+0.000000 0.038028 0.000000
+0.025073 0.038733 0.000000
+0.040166 0.040166 0.000000
+0.098422 0.073977 0.000000
+0.259041 0.112650 0.000000
+0.420797 0.123437 0.000000
+0.558560 0.123915 0.000000
+0.658054 0.121459 0.000000
+0.718124 0.119062 0.000000
+0.760856 0.117779 0.011679
+0.810785 0.128195 0.024267
+0.861165 0.149370 0.038006
+0.905690 0.168834 0.065463
+0.944103 0.187480 0.105682
+0.968144 0.201529 0.133744
+0.000000 0.133404 0.044041
+0.000000 0.134627 0.036541
+0.051205 0.139185 0.000000
+0.091792 0.147866 0.000000
+0.128011 0.162978 0.000000
+0.260226 0.184146 0.000000
+0.433122 0.189036 0.000000
+0.573177 0.181368 0.000000
+0.676818 0.179305 0.000000
+0.742715 0.188448 0.010028
+0.787857 0.207868 0.021603
+0.830213 0.226744 0.040335
+0.879018 0.239495 0.077097
+0.921878 0.254689 0.116373
+0.958741 0.270481 0.151317
+0.968144 0.275571 0.174004
+0.000000 0.262455 0.116665
+0.000000 0.264029 0.113779
+0.011197 0.270350 0.097721
+0.075638 0.280979 0.046089
+0.149508 0.297751 0.011533
+0.234228 0.309522 0.000000
+0.432863 0.309483 0.000000
+0.583350 0.301658 0.005055
+0.695358 0.293882 0.014483
+0.769122 0.296900 0.024219
+0.817196 0.309736 0.040027
+0.856716 0.322849 0.093706
+0.896780 0.336789 0.137007
+0.937408 0.348955 0.169872
+0.968156 0.359280 0.199038
+0.968144 0.355418 0.216955
+0.000000 0.399083 0.199174
+0.001152 0.400748 0.197534
+0.029792 0.407560 0.190895
+0.072275 0.418758 0.173431
+0.120438 0.434878 0.122607
+0.217969 0.455280 0.045691
+0.390853 0.456515 0.017392
+0.579233 0.438718 0.024442
+0.703630 0.420552 0.032120
+0.784887 0.413345 0.040331
+0.838507 0.415785 0.075519
+0.881032 0.423732 0.137517
+0.918010 0.436154 0.188586
+0.954679 0.447521 0.226452
+0.968144 0.447557 0.253567
+0.968156 0.437903 0.268395
+0.019283 0.530081 0.285900
+0.025447 0.531536 0.284751
+0.049120 0.537924 0.281253
+0.086410 0.548190 0.269126
+0.131489 0.561922 0.240261
+0.214163 0.579362 0.171577
+0.341822 0.594629 0.047580
+0.536392 0.586198 0.044451
+0.699094 0.553588 0.050890
+0.793234 0.533312 0.058743
+0.853110 0.528292 0.112249
+0.898757 0.531593 0.174480
+0.937497 0.538646 0.225174
+0.968156 0.544739 0.267253
+0.968156 0.534049 0.296430
+0.968144 0.520482 0.310814
+0.044374 0.641522 0.366088
+0.049264 0.642761 0.365402
+0.068944 0.647796 0.361873
+0.102107 0.656535 0.352217
+0.164361 0.668920 0.326354
+0.250860 0.684564 0.282102
+0.332853 0.700841 0.196235
+0.468822 0.707846 0.079776
+0.661123 0.697120 0.070422
+0.786010 0.664217 0.083831
+0.858105 0.645895 0.151978
+0.908642 0.640336 0.211859
+0.949459 0.640314 0.258888
+0.968156 0.632408 0.297047
+0.968156 0.617519 0.326180
+0.968156 0.601464 0.340517
+0.108810 0.733852 0.438387
+0.115225 0.734937 0.437903
+0.142301 0.739465 0.434788
+0.190198 0.747664 0.427184
+0.249736 0.759199 0.409429
+0.317731 0.773320 0.380204
+0.381609 0.787868 0.332981
+0.457984 0.798779 0.236631
+0.601897 0.797389 0.145177
+0.760263 0.788514 0.149781
+0.850120 0.762635 0.200153
+0.907024 0.745816 0.249263
+0.950918 0.736783 0.289497
+0.968156 0.717385 0.322509
+0.968156 0.694887 0.347435
+0.968144 0.675361 0.363260
+0.239195 0.813656 0.508297
+0.243942 0.814563 0.507954
+0.263743 0.818049 0.506233
+0.299380 0.824750 0.500568
+0.343631 0.834381 0.487260
+0.394187 0.846240 0.466340
+0.449979 0.858226 0.439022
+0.494298 0.868350 0.366096
+0.586633 0.870760 0.278176
+0.718689 0.864222 0.240968
+0.833546 0.858518 0.261532
+0.899891 0.839379 0.292958
+0.946062 0.822928 0.322732
+0.968156 0.797836 0.349003
+0.968144 0.764740 0.370291
+0.968156 0.740184 0.379919
+0.341670 0.880566 0.570736
+0.345323 0.881173 0.570268
+0.360317 0.883734 0.568556
+0.386863 0.888640 0.562952
+0.420326 0.896065 0.552285
+0.460222 0.905239 0.533760
+0.507537 0.914538 0.513507
+0.538517 0.922750 0.456475
+0.598933 0.926211 0.377859
+0.700447 0.921806 0.325099
+0.804259 0.915534 0.320551
+0.888255 0.912100 0.339856
+0.940947 0.896855 0.359380
+0.968144 0.869704 0.377527
+0.968144 0.827398 0.393811
+0.968156 0.797713 0.402254
+0.415079 0.934480 0.619831
+0.418052 0.934740 0.619303
+0.429930 0.936566 0.617110
+0.450486 0.940217 0.611577
+0.477067 0.945717 0.600995
+0.509023 0.952903 0.584559
+0.548345 0.960017 0.565263
+0.576615 0.966857 0.520007
+0.618097 0.968156 0.451338
+0.695388 0.967323 0.393505
+0.785289 0.961559 0.373364
+0.864912 0.957035 0.379563
+0.931604 0.954729 0.395446
+0.968156 0.932776 0.408231
+0.968156 0.884266 0.419520
+0.968156 0.847836 0.423704
+0.468518 0.968156 0.653710
+0.471373 0.968156 0.653440
+0.480468 0.968144 0.650223
+0.497137 0.968156 0.643969
+0.518303 0.968144 0.632820
+0.545234 0.968156 0.617726
+0.578347 0.968156 0.602005
+0.602152 0.968156 0.567807
+0.626516 0.968156 0.507629
+0.678275 0.968156 0.450571
+0.750083 0.968144 0.421000
+0.823289 0.968156 0.416391
+0.888460 0.968156 0.424324
+0.947172 0.968144 0.437905
+0.968156 0.936962 0.446051
+0.968156 0.894923 0.449158
+0.505437 0.968156 0.666794
+0.507683 0.968144 0.666473
+0.516225 0.968156 0.664879
+0.529778 0.968156 0.659827
+0.548341 0.968156 0.651708
+0.571326 0.968156 0.641452
+0.599998 0.968156 0.629679
+0.624518 0.968156 0.606357
+0.638975 0.968156 0.553178
+0.673949 0.968156 0.499519
+0.728494 0.968156 0.464582
+0.787879 0.968156 0.451473
+0.844162 0.968144 0.452023
+0.897939 0.968156 0.459865
+0.949385 0.968156 0.471975
+0.968156 0.939229 0.471832
+0.530570 0.968144 0.677908
+0.532303 0.968144 0.677633
+0.538755 0.968144 0.675856
+0.550892 0.968144 0.672917
+0.566457 0.968156 0.666927
+0.586542 0.968144 0.659045
+0.611620 0.968156 0.648997
+0.640613 0.968156 0.637180
+0.647858 0.968156 0.591213
+0.670221 0.968156 0.541549
+0.710462 0.968156 0.503093
+0.760400 0.968156 0.481657
+0.811220 0.968156 0.474665
+0.860637 0.968156 0.476957
+0.908498 0.968156 0.484582
+0.957009 0.968156 0.496450
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.032413 0.000000 0.022131
+0.093496 0.000000 0.048693
+0.242906 0.000000 0.076961
+0.406134 0.000000 0.086206
+0.544448 0.000000 0.087072
+0.637242 0.000000 0.085740
+0.690966 0.000000 0.084380
+0.731286 0.000000 0.083036
+0.786936 0.008297 0.081096
+0.837685 0.022447 0.080107
+0.882720 0.035294 0.080917
+0.922388 0.048661 0.092504
+0.952120 0.080734 0.107479
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.032980 0.000000 0.021354
+0.093868 0.000000 0.045673
+0.243513 0.000000 0.071256
+0.406880 0.000000 0.079547
+0.545358 0.000000 0.080261
+0.639129 0.000000 0.078959
+0.693586 0.000000 0.077669
+0.733792 0.001698 0.076433
+0.788838 0.015701 0.075124
+0.839818 0.028838 0.075250
+0.884769 0.041007 0.077386
+0.924413 0.061516 0.091114
+0.953991 0.094447 0.110641
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.000000 0.000000 0.000000
+0.035427 0.000000 0.000000
+0.095412 0.000000 0.000000
+0.246984 0.000000 0.000000
+0.410542 0.000000 0.000000
+0.549901 0.001298 0.001298
+0.646888 0.010549 0.010549
+0.703263 0.020832 0.020832
+0.744261 0.031351 0.031351
+0.796682 0.041945 0.041945
+0.847504 0.058832 0.052468
+0.892738 0.086898 0.068327
+0.932102 0.116648 0.101394
+0.961506 0.145009 0.132726
+0.000000 0.038093 0.026007
+0.000000 0.038285 0.024788
+0.000000 0.038972 0.000000
+0.040409 0.040409 0.000000
+0.098548 0.067777 0.000000
+0.258249 0.097817 0.000000
+0.419504 0.106203 0.000000
+0.558897 0.106308 0.007988
+0.660721 0.104356 0.017032
+0.721884 0.103129 0.026683
+0.764659 0.103219 0.036594
+0.811552 0.119716 0.046649
+0.861943 0.143746 0.064378
+0.906395 0.166388 0.099844
+0.945170 0.191097 0.138009
+0.968156 0.209545 0.165397
+0.000000 0.137419 0.072437
+0.000000 0.138112 0.070831
+0.000000 0.141119 0.057043
+0.073003 0.146906 0.015504
+0.123334 0.159661 0.000000
+0.262791 0.180617 0.004585
+0.433234 0.182621 0.011077
+0.572905 0.174077 0.018465
+0.678695 0.171714 0.026624
+0.746339 0.181859 0.035343
+0.791532 0.202903 0.044487
+0.832100 0.223014 0.071929
+0.879717 0.238782 0.111149
+0.922414 0.257286 0.147860
+0.959444 0.275823 0.180893
+0.968156 0.283708 0.203129
+0.000000 0.264313 0.147468
+0.000000 0.265827 0.146380
+0.010401 0.271191 0.138639
+0.059157 0.281002 0.113794
+0.132448 0.296717 0.060964
+0.236520 0.309865 0.019837
+0.435122 0.308453 0.025190
+0.583913 0.299997 0.031602
+0.697439 0.291611 0.038799
+0.772320 0.294506 0.046587
+0.820404 0.307113 0.069305
+0.860010 0.322062 0.121426
+0.897168 0.338980 0.165239
+0.937678 0.353022 0.197192
+0.968156 0.364905 0.225485
+0.968144 0.363190 0.243145
+0.000000 0.400426 0.228466
+0.001315 0.402076 0.227545
+0.028957 0.408362 0.222650
+0.071754 0.419269 0.210214
+0.120202 0.434493 0.173233
+0.217867 0.455005 0.087421
+0.394149 0.457332 0.041190
+0.581359 0.438574 0.046802
+0.705573 0.419805 0.053103
+0.787995 0.412021 0.059983
+0.842244 0.414074 0.105099
+0.884450 0.423797 0.163141
+0.921323 0.437501 0.211672
+0.956149 0.451093 0.250419
+0.968156 0.453206 0.277592
+0.968156 0.445056 0.291510
+0.019631 0.531235 0.311626
+0.025751 0.532807 0.310834
+0.048329 0.538488 0.307256
+0.085860 0.548568 0.296832
+0.132388 0.561517 0.270461
+0.223043 0.578553 0.208712
+0.344026 0.594546 0.083218
+0.539303 0.586759 0.063573
+0.701712 0.553146 0.069039
+0.796152 0.532802 0.077089
+0.856474 0.527803 0.136917
+0.902070 0.531719 0.196781
+0.941037 0.539636 0.245451
+0.968144 0.545170 0.285932
+0.968156 0.537654 0.317455
+0.968144 0.526277 0.333148
+0.044600 0.642461 0.388000
+0.049509 0.643724 0.387328
+0.068219 0.648611 0.383482
+0.101726 0.657218 0.374662
+0.171176 0.668935 0.349669
+0.257719 0.684457 0.307364
+0.338679 0.700918 0.228407
+0.469728 0.708581 0.106238
+0.663492 0.697862 0.086239
+0.788925 0.663732 0.104802
+0.861027 0.645414 0.171984
+0.911624 0.640330 0.229572
+0.952468 0.640703 0.275418
+0.968144 0.631832 0.312628
+0.968156 0.619277 0.341911
+0.968156 0.605535 0.359477
+0.110836 0.734826 0.456711
+0.117229 0.735919 0.456445
+0.143164 0.740352 0.453002
+0.191583 0.748241 0.445720
+0.253720 0.759513 0.428363
+0.322072 0.773393 0.399440
+0.389241 0.787863 0.356734
+0.460735 0.799280 0.261519
+0.602090 0.798292 0.166488
+0.762180 0.789087 0.167127
+0.852617 0.762147 0.215565
+0.909633 0.745274 0.263397
+0.953525 0.736635 0.302629
+0.968144 0.716125 0.335107
+0.968144 0.696222 0.361736
+0.968144 0.677749 0.378995
+0.240143 0.814546 0.523361
+0.244820 0.815355 0.523111
+0.263868 0.818673 0.520962
+0.299841 0.825292 0.515343
+0.345312 0.834723 0.501941
+0.396292 0.846478 0.480896
+0.456135 0.858319 0.456810
+0.497890 0.868696 0.385168
+0.586636 0.871584 0.294868
+0.718866 0.864984 0.253647
+0.835067 0.858870 0.272777
+0.901798 0.838972 0.303758
+0.948161 0.822454 0.333350
+0.968156 0.795999 0.359228
+0.968144 0.764907 0.380701
+0.968144 0.741438 0.393034
+0.342172 0.881057 0.583110
+0.345707 0.881731 0.582573
+0.359970 0.884254 0.580550
+0.387225 0.889006 0.574712
+0.421195 0.896227 0.563847
+0.461066 0.905357 0.545244
+0.508091 0.914637 0.523903
+0.541821 0.923029 0.471593
+0.599449 0.926638 0.392377
+0.699589 0.922386 0.336194
+0.804725 0.915937 0.329685
+0.889511 0.912259 0.348217
+0.942346 0.896361 0.367626
+0.968144 0.867751 0.386676
+0.968156 0.826624 0.403327
+0.968156 0.798331 0.412988
+0.415352 0.934717 0.630779
+0.418196 0.934990 0.630269
+0.429677 0.936936 0.627821
+0.450377 0.940378 0.622168
+0.477562 0.945852 0.611336
+0.509401 0.952895 0.594577
+0.548379 0.960235 0.574122
+0.579228 0.967001 0.532213
+0.618707 0.968144 0.463093
+0.694553 0.967924 0.403637
+0.784863 0.961993 0.381786
+0.865406 0.957281 0.386927
+0.932557 0.954886 0.402377
+0.968156 0.931379 0.415087
+0.968156 0.883057 0.427051
+0.968156 0.847923 0.432927
+0.468284 0.968156 0.663231
+0.470881 0.968144 0.662800
+0.480182 0.968156 0.659590
+0.496896 0.968144 0.653277
+0.518774 0.968156 0.641952
+0.545677 0.968156 0.626486
+0.578374 0.968144 0.609643
+0.605562 0.968144 0.579130
+0.628160 0.968144 0.518584
+0.678023 0.968156 0.459843
+0.749386 0.968156 0.428338
+0.822979 0.968144 0.423070
+0.888848 0.968156 0.430649
+0.948154 0.968144 0.443922
+0.968156 0.935775 0.452119
+0.968156 0.894442 0.455602
+0.506045 0.968144 0.674685
+0.508086 0.968156 0.674193
+0.516531 0.968156 0.672551
+0.530237 0.968156 0.667338
+0.548804 0.968156 0.658996
+0.571608 0.968156 0.648592
+0.600136 0.968156 0.636217
+0.628198 0.968156 0.616378
+0.641574 0.968156 0.563641
+0.674675 0.968156 0.509021
+0.728149 0.968144 0.472332
+0.787645 0.968156 0.457843
+0.844111 0.968156 0.457637
+0.898344 0.968156 0.465229
+0.950302 0.968156 0.477462
+0.968144 0.938362 0.477529
+0.530091 0.968144 0.684287
+0.531969 0.968156 0.684017
+0.539007 0.968156 0.682732
+0.551353 0.968156 0.679708
+0.567222 0.968156 0.673638
+0.587196 0.968156 0.665726
+0.612097 0.968156 0.655060
+0.643155 0.968156 0.644933
+0.650687 0.968156 0.600166
+0.671459 0.968144 0.549999
+0.710672 0.968156 0.510453
+0.760351 0.968156 0.488118
+0.811168 0.968156 0.480690
+0.860869 0.968156 0.482362
+0.909090 0.968144 0.489528
+0.957842 0.968156 0.501186
+0.000000 0.000000 0.030430
+0.010901 0.000000 0.030608
+0.021410 0.000000 0.031359
+0.032920 0.000000 0.032920
+0.093824 0.000000 0.071557
+0.241883 0.000000 0.112606
+0.405441 0.000000 0.126264
+0.545106 0.000000 0.127547
+0.642179 0.000000 0.125429
+0.697921 0.000000 0.123328
+0.737347 0.000000 0.121376
+0.787865 0.008931 0.118680
+0.838621 0.023009 0.116758
+0.883834 0.035790 0.123428
+0.923566 0.049842 0.143276
+0.953353 0.083960 0.155690
+0.000000 0.011055 0.031064
+0.000000 0.000000 0.031198
+0.020696 0.000000 0.031969
+0.033504 0.000000 0.033504
+0.094208 0.000000 0.070790
+0.242595 0.000000 0.109976
+0.406626 0.000000 0.122887
+0.546461 0.000000 0.123976
+0.644394 0.000000 0.121813
+0.700637 0.000000 0.119709
+0.740265 0.002202 0.117796
+0.789849 0.016328 0.115461
+0.840820 0.029366 0.114914
+0.885869 0.041443 0.124478
+0.925684 0.063588 0.144688
+0.955362 0.097492 0.159207
+0.000000 0.022919 0.033562
+0.000000 0.021846 0.033739
+0.000000 0.000000 0.034454
+0.035968 0.000000 0.035968
+0.095735 0.000000 0.065823
+0.246444 0.000000 0.096338
+0.410967 0.000000 0.105894
+0.551533 0.001629 0.106326
+0.652445 0.011203 0.104283
+0.711231 0.021447 0.102899
+0.751808 0.031912 0.102469
+0.798483 0.042406 0.102518
+0.849224 0.056552 0.109175
+0.894256 0.082769 0.129915
+0.933847 0.118180 0.157352
+0.963079 0.149103 0.179027
+0.000000 0.038598 0.038598
+0.000000 0.038767 0.038767
+0.000000 0.039437 0.039437
+0.040896 0.040896 0.040896
+0.098844 0.043231 0.043231
+0.252054 0.046455 0.046455
+0.418582 0.050676 0.050676
+0.559806 0.055750 0.055750
+0.665097 0.061633 0.061633
+0.729242 0.068209 0.068209
+0.771637 0.075346 0.075346
+0.813843 0.104235 0.092330
+0.863567 0.138183 0.124837
+0.908165 0.173596 0.162612
+0.947144 0.207608 0.197994
+0.968156 0.233218 0.224723
+0.000000 0.145978 0.102131
+0.000000 0.146701 0.102056
+0.000000 0.148387 0.100937
+0.048544 0.148803 0.096583
+0.112036 0.154723 0.071157
+0.262799 0.173270 0.053780
+0.431919 0.170995 0.057788
+0.571503 0.162003 0.062586
+0.681945 0.158894 0.068211
+0.752937 0.171087 0.074414
+0.799075 0.194444 0.086872
+0.838565 0.218403 0.132452
+0.881168 0.243688 0.171979
+0.923922 0.267925 0.205288
+0.961040 0.290958 0.235850
+0.968156 0.303988 0.257261
+0.000000 0.270114 0.184793
+0.000000 0.271193 0.185463
+0.011058 0.275182 0.186180
+0.058708 0.282337 0.180739
+0.113206 0.294691 0.147684
+0.242131 0.309319 0.075516
+0.438284 0.306410 0.067268
+0.584478 0.297289 0.071741
+0.700138 0.288438 0.076932
+0.777366 0.291079 0.085817
+0.826684 0.303943 0.124117
+0.866137 0.322953 0.171456
+0.901722 0.344381 0.213621
+0.938613 0.363382 0.247417
+0.968156 0.378259 0.274555
+0.968156 0.380731 0.292140
+0.000000 0.403411 0.271841
+0.001659 0.404928 0.272036
+0.029490 0.410555 0.271445
+0.071081 0.419987 0.265285
+0.122755 0.433472 0.239853
+0.224796 0.453516 0.164679
+0.400122 0.458099 0.082108
+0.584487 0.438052 0.082921
+0.708833 0.418790 0.087713
+0.793487 0.409433 0.105807
+0.849383 0.412586 0.158719
+0.891347 0.425327 0.210172
+0.927721 0.441484 0.253554
+0.960772 0.458007 0.290805
+0.968156 0.464265 0.319837
+0.968156 0.460659 0.335108
+0.020257 0.533433 0.354230
+0.026349 0.534913 0.354018
+0.048801 0.540211 0.352709
+0.085163 0.549197 0.344807
+0.141937 0.560437 0.322195
+0.243768 0.576741 0.271798
+0.350443 0.593628 0.161039
+0.544940 0.587208 0.095990
+0.706463 0.552291 0.100256
+0.800992 0.531347 0.124327
+0.862734 0.527097 0.183723
+0.908872 0.532559 0.238146
+0.947551 0.541919 0.283332
+0.968156 0.546130 0.321308
+0.968144 0.543046 0.353128
+0.968144 0.537817 0.372831
+0.045103 0.644278 0.426363
+0.049951 0.645414 0.425983
+0.068643 0.650021 0.423423
+0.101442 0.657982 0.415471
+0.183802 0.668886 0.392674
+0.272863 0.683515 0.354495
+0.354716 0.699941 0.289308
+0.473023 0.709239 0.167439
+0.668087 0.698677 0.118652
+0.794067 0.662779 0.149940
+0.867006 0.644644 0.210712
+0.917552 0.640404 0.263741
+0.958363 0.641819 0.306961
+0.968156 0.631254 0.342281
+0.968156 0.623644 0.371246
+0.968156 0.612288 0.390671
+0.114239 0.736817 0.490199
+0.120706 0.737714 0.490005
+0.146869 0.741986 0.487314
+0.194460 0.749439 0.480318
+0.261513 0.759879 0.463927
+0.331747 0.773190 0.435963
+0.405979 0.787536 0.401439
+0.468836 0.799738 0.311041
+0.603364 0.799534 0.210726
+0.766033 0.789909 0.201728
+0.857230 0.761380 0.245263
+0.914758 0.744645 0.290621
+0.958691 0.736267 0.328396
+0.968144 0.713697 0.359873
+0.968156 0.698720 0.385577
+0.968144 0.681531 0.402881
+0.241905 0.815949 0.551780
+0.246583 0.816828 0.551577
+0.265552 0.820261 0.549714
+0.300546 0.826379 0.543990
+0.348654 0.835378 0.530621
+0.401317 0.846473 0.509632
+0.460865 0.858355 0.483579
+0.506933 0.868909 0.422607
+0.587974 0.872708 0.329752
+0.719309 0.866164 0.280349
+0.838261 0.859537 0.295016
+0.905371 0.838199 0.324711
+0.952467 0.821646 0.353839
+0.968156 0.792572 0.379457
+0.968144 0.765744 0.401032
+0.968144 0.743616 0.415382
+0.342422 0.882109 0.607582
+0.345943 0.882719 0.607112
+0.360020 0.885170 0.605316
+0.387087 0.889666 0.599505
+0.423653 0.896512 0.588343
+0.463347 0.905373 0.568943
+0.510045 0.914736 0.545485
+0.549402 0.923220 0.501346
+0.601456 0.927626 0.421196
+0.698709 0.923495 0.359025
+0.805530 0.916664 0.348279
+0.892214 0.912495 0.365232
+0.945356 0.895667 0.384142
+0.968156 0.864017 0.402991
+0.968156 0.824803 0.419685
+0.968156 0.799283 0.430283
+0.415174 0.934969 0.651970
+0.417955 0.935448 0.651377
+0.429054 0.937204 0.649082
+0.450320 0.940763 0.643500
+0.478816 0.945882 0.632546
+0.511221 0.952679 0.615577
+0.549823 0.960017 0.593608
+0.586407 0.966947 0.558324
+0.621298 0.968156 0.488828
+0.693350 0.968144 0.424140
+0.784272 0.962762 0.398270
+0.866595 0.957639 0.401608
+0.934933 0.954711 0.416296
+0.968156 0.928073 0.429056
+0.968156 0.880516 0.441496
+0.968156 0.848189 0.448717
+0.467445 0.968156 0.681266
+0.469795 0.968156 0.680787
+0.479045 0.968156 0.677512
+0.496759 0.968144 0.671484
+0.520162 0.968156 0.660010
+0.546916 0.968156 0.643837
+0.579376 0.968144 0.625455
+0.613453 0.968156 0.601627
+0.632980 0.968156 0.541560
+0.678706 0.968144 0.480359
+0.748611 0.968156 0.444728
+0.822952 0.968144 0.436594
+0.889810 0.968156 0.442933
+0.950029 0.968156 0.455919
+0.968144 0.933006 0.464349
+0.968156 0.893389 0.468214
+0.505314 0.968156 0.689711
+0.507291 0.968156 0.689231
+0.515115 0.968144 0.687559
+0.530438 0.968156 0.682842
+0.549959 0.968156 0.674347
+0.573163 0.968156 0.663510
+0.601101 0.968156 0.649944
+0.636205 0.968156 0.636284
+0.646814 0.968156 0.583642
+0.676632 0.968156 0.527525
+0.728223 0.968156 0.488061
+0.787500 0.968156 0.471408
+0.844405 0.968156 0.469793
+0.899366 0.968156 0.476545
+0.952137 0.968156 0.488206
+0.968156 0.937431 0.488898
+0.529365 0.968144 0.696609
+0.531154 0.968156 0.696439
+0.538323 0.968156 0.695073
+0.552182 0.968156 0.693018
+0.568910 0.968156 0.687026
+0.588925 0.968156 0.678956
+0.613507 0.968144 0.667324
+0.644110 0.968156 0.655814
+0.657572 0.968156 0.619007
+0.675472 0.968156 0.568490
+0.712105 0.968156 0.527159
+0.760381 0.968156 0.502218
+0.811219 0.968156 0.492646
+0.861123 0.968144 0.492980
+0.909964 0.968156 0.499728
+0.959348 0.968156 0.511353
+0.000000 0.000000 0.137403
+0.031119 0.000000 0.136214
+0.058935 0.000000 0.132341
+0.083378 0.000000 0.123294
+0.105482 0.000000 0.114413
+0.240622 0.000000 0.156138
+0.403985 0.000000 0.165488
+0.544942 0.000000 0.167965
+0.647101 0.000000 0.164213
+0.706957 0.000000 0.161230
+0.746812 0.000000 0.158622
+0.789381 0.010039 0.159025
+0.839610 0.023913 0.168662
+0.884865 0.036609 0.186819
+0.924671 0.053542 0.203877
+0.954154 0.088425 0.211863
+0.000000 0.031188 0.136632
+0.000000 0.000000 0.135609
+0.054777 0.000000 0.131932
+0.081584 0.000000 0.122293
+0.104387 0.000000 0.112593
+0.241479 0.000000 0.155312
+0.405136 0.000000 0.163479
+0.546497 0.000000 0.165886
+0.649358 0.000000 0.161880
+0.709829 0.000000 0.158826
+0.749849 0.003559 0.156253
+0.791577 0.017293 0.158245
+0.841757 0.030240 0.171019
+0.887133 0.042248 0.189731
+0.926809 0.068081 0.205984
+0.956411 0.101822 0.215297
+0.000000 0.060144 0.136643
+0.000000 0.055814 0.136133
+0.000000 0.000000 0.133479
+0.073933 0.000000 0.123175
+0.103433 0.000000 0.111804
+0.244371 0.000000 0.151254
+0.409760 0.000000 0.154194
+0.551537 0.002644 0.156620
+0.657567 0.012316 0.151653
+0.720820 0.022411 0.148735
+0.761855 0.032778 0.150119
+0.800855 0.043205 0.162990
+0.850502 0.058345 0.180554
+0.895522 0.085907 0.199249
+0.935012 0.122483 0.218619
+0.964136 0.153051 0.232927
+0.000000 0.089497 0.138663
+0.000000 0.087802 0.138731
+0.000000 0.078385 0.138337
+0.041682 0.041682 0.130557
+0.103794 0.044013 0.118128
+0.243825 0.047220 0.141440
+0.418579 0.051412 0.140251
+0.560172 0.056448 0.140396
+0.671002 0.062364 0.136965
+0.739670 0.068887 0.138731
+0.783134 0.076449 0.153388
+0.821510 0.102123 0.177844
+0.865481 0.142036 0.202708
+0.909990 0.179415 0.229806
+0.948688 0.214483 0.256694
+0.968156 0.240276 0.274997
+0.000000 0.153060 0.149420
+0.000000 0.154134 0.150193
+0.000000 0.156974 0.151783
+0.049235 0.159254 0.152114
+0.113477 0.155852 0.151667
+0.256275 0.160569 0.140243
+0.429230 0.152374 0.124778
+0.570525 0.143745 0.124885
+0.686572 0.143259 0.128045
+0.762597 0.158525 0.141320
+0.810325 0.189643 0.175146
+0.849622 0.226386 0.215046
+0.886766 0.262940 0.253701
+0.926237 0.294811 0.286629
+0.963115 0.322465 0.314656
+0.968156 0.342090 0.334819
+0.000000 0.280824 0.221151
+0.000000 0.281936 0.222293
+0.012153 0.285299 0.226248
+0.059357 0.289527 0.233135
+0.124677 0.293507 0.232616
+0.257528 0.305292 0.180167
+0.440135 0.302488 0.142288
+0.582818 0.293906 0.145019
+0.701212 0.285858 0.146854
+0.783226 0.288973 0.165094
+0.836488 0.306092 0.203055
+0.876584 0.330376 0.244287
+0.912338 0.356057 0.281828
+0.945436 0.381148 0.315552
+0.968156 0.402307 0.344536
+0.968156 0.412019 0.363387
+0.000000 0.411256 0.313595
+0.002662 0.412398 0.314991
+0.030414 0.416668 0.319756
+0.071667 0.423359 0.325200
+0.140019 0.432389 0.315230
+0.251350 0.449403 0.266599
+0.409243 0.457810 0.165094
+0.587412 0.436875 0.155127
+0.710937 0.418051 0.166046
+0.799422 0.409035 0.194802
+0.858293 0.415222 0.234082
+0.900890 0.431396 0.274612
+0.937254 0.450461 0.311844
+0.968156 0.469006 0.345059
+0.968144 0.478307 0.374319
+0.968156 0.482795 0.393713
+0.021196 0.537654 0.403464
+0.027207 0.538795 0.404148
+0.049519 0.543355 0.406452
+0.085688 0.550272 0.405237
+0.164895 0.559361 0.390116
+0.274674 0.572793 0.351462
+0.369016 0.590694 0.267854
+0.553057 0.586794 0.164105
+0.711214 0.551123 0.174896
+0.806729 0.531666 0.211108
+0.871504 0.528669 0.254559
+0.919156 0.535746 0.299186
+0.958329 0.547271 0.339810
+0.968156 0.550265 0.374613
+0.968156 0.554219 0.403290
+0.968156 0.553417 0.422414
+0.045830 0.647064 0.474908
+0.050719 0.648072 0.475075
+0.069367 0.652122 0.474943
+0.109010 0.659147 0.471445
+0.201039 0.668431 0.453930
+0.300953 0.680443 0.422391
+0.388424 0.696417 0.375640
+0.485155 0.708188 0.265447
+0.675277 0.699066 0.194298
+0.800999 0.661464 0.224746
+0.875016 0.644436 0.272459
+0.926699 0.641460 0.316974
+0.967560 0.644100 0.355104
+0.968156 0.634571 0.387525
+0.968156 0.631251 0.414725
+0.968156 0.622712 0.433848
+0.117515 0.739323 0.535693
+0.124171 0.740389 0.535778
+0.151415 0.744204 0.534672
+0.200961 0.751131 0.530368
+0.271271 0.760418 0.516488
+0.349574 0.771712 0.491162
+0.424473 0.785754 0.457882
+0.487689 0.798509 0.386405
+0.608395 0.800134 0.283603
+0.772475 0.790244 0.261421
+0.864131 0.759723 0.294585
+0.922811 0.743395 0.333826
+0.967070 0.736124 0.368208
+0.968156 0.714459 0.397777
+0.968156 0.702917 0.422566
+0.968156 0.687629 0.439879
+0.242874 0.818082 0.592369
+0.247673 0.818919 0.592440
+0.266968 0.821962 0.591534
+0.302557 0.827987 0.587457
+0.353955 0.835940 0.575422
+0.412671 0.845678 0.555338
+0.472614 0.856863 0.528119
+0.525740 0.867742 0.481305
+0.594329 0.873128 0.388044
+0.721374 0.867166 0.326182
+0.843630 0.859597 0.332534
+0.911316 0.836455 0.359167
+0.959114 0.820239 0.386575
+0.968156 0.788488 0.411282
+0.968156 0.767751 0.432398
+0.968156 0.747257 0.447155
+0.342278 0.883320 0.643075
+0.345839 0.883849 0.642799
+0.360188 0.886317 0.641771
+0.386892 0.890735 0.636709
+0.425783 0.897044 0.626136
+0.470149 0.904655 0.607324
+0.517672 0.913432 0.583188
+0.566269 0.922054 0.549944
+0.609425 0.927604 0.470710
+0.699507 0.924642 0.399713
+0.807198 0.917158 0.380234
+0.896792 0.912304 0.392957
+0.950200 0.893711 0.410649
+0.968156 0.857855 0.429005
+0.968156 0.824976 0.446189
+0.968156 0.800864 0.457499
+0.414040 0.935798 0.683046
+0.416840 0.936321 0.682496
+0.427935 0.937961 0.680567
+0.449354 0.941288 0.675692
+0.480700 0.946026 0.665701
+0.516011 0.951989 0.648750
+0.555012 0.958978 0.625962
+0.600436 0.965781 0.599075
+0.630002 0.968156 0.531445
+0.693785 0.968144 0.460774
+0.784193 0.963660 0.427385
+0.868574 0.957954 0.426719
+0.938766 0.954379 0.439526
+0.968144 0.922506 0.451833
+0.968156 0.877124 0.464393
+0.968156 0.848963 0.472303
+0.466109 0.968144 0.708152
+0.468319 0.968156 0.707764
+0.477458 0.968156 0.704512
+0.495072 0.968156 0.698710
+0.521610 0.968156 0.688291
+0.550803 0.968144 0.672141
+0.583674 0.968156 0.652734
+0.623555 0.968156 0.632537
+0.644001 0.968156 0.579176
+0.682902 0.968156 0.515400
+0.748916 0.968156 0.473369
+0.822964 0.968144 0.460514
+0.891904 0.968156 0.464145
+0.953799 0.968156 0.475993
+0.968156 0.929102 0.484288
+0.968144 0.892846 0.488830
+0.503748 0.968156 0.711825
+0.505629 0.968144 0.711407
+0.513284 0.968156 0.709784
+0.528876 0.968156 0.705128
+0.551912 0.968156 0.698185
+0.576686 0.968156 0.686955
+0.605279 0.968144 0.672920
+0.639815 0.968144 0.657414
+0.658998 0.968156 0.617188
+0.683104 0.968156 0.560152
+0.730041 0.968156 0.515888
+0.788177 0.968156 0.494978
+0.845493 0.968156 0.490733
+0.901550 0.968144 0.495923
+0.954998 0.968144 0.506361
+0.968156 0.936177 0.507481
+0.527766 0.968156 0.715512
+0.529469 0.968156 0.714995
+0.536598 0.968156 0.713762
+0.550341 0.968156 0.711828
+0.571815 0.968156 0.707832
+0.592901 0.968156 0.699401
+0.617774 0.968156 0.687614
+0.648045 0.968156 0.674619
+0.670429 0.968156 0.648705
+0.684169 0.968156 0.598537
+0.716406 0.968156 0.554956
+0.762072 0.968156 0.526647
+0.812140 0.968156 0.513941
+0.862323 0.968156 0.512026
+0.911791 0.968156 0.516890
+0.961720 0.968156 0.528010
+0.000000 0.000000 0.281003
+0.041620 0.000000 0.280185
+0.079794 0.000000 0.278172
+0.116543 0.000000 0.274477
+0.151737 0.000000 0.266315
+0.242647 0.000000 0.252402
+0.401813 0.000000 0.265308
+0.543375 0.000000 0.255814
+0.650761 0.000000 0.238892
+0.716224 0.000000 0.227157
+0.757518 0.000000 0.227418
+0.794838 0.011558 0.236319
+0.840329 0.025186 0.248708
+0.885817 0.037697 0.262674
+0.925608 0.058552 0.274927
+0.955299 0.093003 0.278718
+0.000000 0.041641 0.280365
+0.000000 0.000000 0.279771
+0.073738 0.000000 0.278071
+0.113641 0.000000 0.274765
+0.150266 0.000000 0.266752
+0.243686 0.000000 0.253459
+0.402914 0.000000 0.265675
+0.544656 0.000000 0.256217
+0.652968 0.000000 0.239518
+0.719239 0.000000 0.228157
+0.760859 0.005118 0.229012
+0.797647 0.018703 0.238331
+0.842687 0.031398 0.251391
+0.887978 0.043251 0.265615
+0.927572 0.072973 0.277458
+0.957315 0.106325 0.282048
+0.000000 0.080050 0.280306
+0.000000 0.073945 0.280048
+0.000000 0.000000 0.279166
+0.098906 0.000000 0.276877
+0.143169 0.000000 0.269586
+0.247522 0.000000 0.257718
+0.407816 0.000000 0.267202
+0.549787 0.004171 0.257158
+0.661434 0.013803 0.241584
+0.730413 0.023738 0.232131
+0.773390 0.033974 0.235619
+0.810767 0.044266 0.247416
+0.851857 0.060512 0.261957
+0.896369 0.089443 0.275923
+0.935884 0.127076 0.289955
+0.965116 0.157272 0.297861
+0.000000 0.117697 0.281284
+0.000000 0.114717 0.281434
+0.000000 0.099522 0.281877
+0.042838 0.042838 0.281058
+0.126169 0.045120 0.273004
+0.252009 0.048517 0.262218
+0.416930 0.052439 0.270483
+0.558910 0.057468 0.260279
+0.674880 0.063298 0.247031
+0.749458 0.069765 0.241976
+0.795570 0.077749 0.249843
+0.833872 0.099413 0.264364
+0.870613 0.143817 0.282545
+0.910821 0.183641 0.302954
+0.949563 0.218407 0.322488
+0.968144 0.243625 0.332544
+0.000000 0.190890 0.282319
+0.000000 0.190615 0.282865
+0.000000 0.188273 0.284585
+0.050370 0.181828 0.286245
+0.109229 0.168895 0.277844
+0.256776 0.159258 0.265864
+0.427883 0.146823 0.273792
+0.570051 0.140569 0.265742
+0.690415 0.141588 0.257005
+0.772789 0.155282 0.257865
+0.824553 0.186695 0.272928
+0.863753 0.225203 0.296941
+0.899517 0.263195 0.323858
+0.933184 0.298488 0.351226
+0.965607 0.328331 0.375027
+0.968156 0.349084 0.387732
+0.000000 0.289252 0.289305
+0.000000 0.290545 0.290470
+0.013646 0.294728 0.294138
+0.060363 0.300231 0.298840
+0.125981 0.302606 0.301535
+0.278175 0.301964 0.298466
+0.434252 0.301684 0.283754
+0.579122 0.297378 0.280037
+0.700179 0.295840 0.279269
+0.790810 0.303333 0.288882
+0.850065 0.324551 0.312271
+0.891862 0.352547 0.342261
+0.927735 0.381488 0.372678
+0.961100 0.409670 0.401776
+0.968156 0.434935 0.428120
+0.968156 0.453546 0.447450
+0.000000 0.424367 0.352964
+0.004175 0.425525 0.354377
+0.031616 0.429616 0.359390
+0.072573 0.435135 0.368332
+0.146287 0.438253 0.378674
+0.290211 0.442963 0.372302
+0.424372 0.454416 0.306402
+0.587420 0.438587 0.295447
+0.708142 0.426124 0.301021
+0.802370 0.420030 0.306777
+0.865687 0.428673 0.327911
+0.912477 0.446319 0.358048
+0.950749 0.467512 0.389540
+0.968156 0.485903 0.418876
+0.968156 0.501330 0.444772
+0.968156 0.511860 0.462874
+0.022590 0.548254 0.439495
+0.028537 0.549181 0.441130
+0.050602 0.552592 0.447181
+0.086581 0.556653 0.456583
+0.182999 0.560160 0.462591
+0.313098 0.566898 0.444530
+0.407465 0.583634 0.392945
+0.564439 0.584660 0.300406
+0.712741 0.553726 0.311041
+0.810301 0.538264 0.325784
+0.879430 0.536967 0.353651
+0.930375 0.545535 0.384543
+0.968156 0.557788 0.414560
+0.968156 0.564703 0.442045
+0.968156 0.572878 0.465708
+0.968156 0.575601 0.482081
+0.046914 0.653444 0.519599
+0.051777 0.654225 0.520487
+0.070238 0.657453 0.524368
+0.113486 0.662624 0.529186
+0.219780 0.668368 0.525544
+0.335798 0.675874 0.505554
+0.428875 0.689601 0.469896
+0.512120 0.703856 0.391427
+0.685354 0.697291 0.320369
+0.807472 0.661635 0.333460
+0.882263 0.647719 0.363392
+0.936030 0.646149 0.393816
+0.968156 0.646120 0.423054
+0.968156 0.644616 0.450587
+0.968156 0.643343 0.474462
+0.968156 0.638062 0.492220
+0.112788 0.744054 0.583022
+0.119940 0.744910 0.583672
+0.149883 0.748168 0.585614
+0.205098 0.753685 0.587340
+0.284015 0.760547 0.582485
+0.374725 0.769037 0.563175
+0.456119 0.780554 0.534376
+0.524271 0.793758 0.486156
+0.621662 0.798821 0.386107
+0.781218 0.789146 0.349914
+0.872139 0.757945 0.372297
+0.931648 0.743469 0.401778
+0.968156 0.733900 0.429220
+0.968156 0.719721 0.453543
+0.968156 0.709905 0.474540
+0.968156 0.697293 0.490118
+0.239830 0.821318 0.638070
+0.244819 0.821843 0.638456
+0.265497 0.824682 0.639638
+0.304006 0.829607 0.639466
+0.360074 0.836358 0.632408
+0.429717 0.843841 0.615893
+0.494452 0.853301 0.590750
+0.557930 0.863966 0.558637
+0.612085 0.871241 0.473083
+0.728005 0.866660 0.401809
+0.851248 0.858428 0.396769
+0.918735 0.833748 0.415709
+0.967721 0.818680 0.437614
+0.968144 0.787914 0.458394
+0.968156 0.770919 0.477262
+0.968156 0.752740 0.491289
+0.338859 0.885420 0.683472
+0.342613 0.886007 0.683605
+0.357761 0.888003 0.684206
+0.386323 0.891847 0.682214
+0.427896 0.897208 0.675160
+0.481877 0.903071 0.659239
+0.534298 0.910229 0.636631
+0.587125 0.918499 0.607223
+0.628364 0.925338 0.541630
+0.705797 0.924201 0.464328
+0.811890 0.916813 0.433815
+0.903162 0.911123 0.440379
+0.956439 0.891335 0.454894
+0.968156 0.852394 0.471256
+0.968144 0.826132 0.486524
+0.968156 0.803769 0.497528
+0.411007 0.936983 0.719615
+0.413895 0.937192 0.719492
+0.425681 0.938799 0.718778
+0.448006 0.941731 0.716039
+0.480920 0.945707 0.707998
+0.525172 0.950533 0.693627
+0.567781 0.956068 0.672075
+0.613358 0.962422 0.643989
+0.649916 0.968144 0.592419
+0.702831 0.968144 0.520610
+0.787794 0.963495 0.477696
+0.872706 0.957251 0.469700
+0.944429 0.953451 0.478110
+0.968144 0.915308 0.488324
+0.968156 0.875639 0.499384
+0.968156 0.850078 0.507301
+0.463204 0.968156 0.740074
+0.465457 0.968156 0.739758
+0.474978 0.968156 0.737514
+0.493402 0.968144 0.733333
+0.521117 0.968144 0.724098
+0.558139 0.968156 0.710682
+0.594862 0.968156 0.692081
+0.634477 0.968156 0.669382
+0.664937 0.968156 0.631617
+0.695187 0.968144 0.568574
+0.753872 0.968156 0.519754
+0.826585 0.968156 0.500710
+0.896349 0.968156 0.501105
+0.959755 0.968156 0.510178
+0.968156 0.924912 0.517270
+0.968156 0.892901 0.521562
+0.501150 0.968156 0.738981
+0.503197 0.968156 0.738699
+0.511186 0.968144 0.737537
+0.526994 0.968156 0.733902
+0.551115 0.968156 0.727355
+0.584115 0.968144 0.718965
+0.615135 0.968156 0.705100
+0.650071 0.968144 0.688855
+0.680334 0.968156 0.663501
+0.698584 0.968156 0.609215
+0.737719 0.968156 0.561494
+0.792258 0.968156 0.535237
+0.848854 0.968156 0.526659
+0.905214 0.968156 0.528606
+0.959820 0.968156 0.536573
+0.968156 0.934239 0.537527
+0.525616 0.968156 0.739043
+0.527457 0.968156 0.738831
+0.534637 0.968156 0.737929
+0.548775 0.968156 0.736197
+0.570471 0.968156 0.732396
+0.600200 0.968144 0.727436
+0.627847 0.968156 0.716484
+0.658662 0.968156 0.703175
+0.692165 0.968156 0.689695
+0.701732 0.968156 0.643002
+0.727485 0.968144 0.598273
+0.767951 0.968156 0.566624
+0.815808 0.968156 0.549918
+0.865373 0.968156 0.544471
+0.915040 0.968156 0.547464
+0.965169 0.968156 0.556385
+0.000000 0.000000 0.430113
+0.045036 0.000000 0.429593
+0.086451 0.000000 0.428045
+0.126566 0.000000 0.425013
+0.165829 0.000000 0.418085
+0.265900 0.000000 0.405549
+0.398542 0.000000 0.390615
+0.540428 0.000000 0.382661
+0.650925 0.000000 0.360275
+0.722107 0.000000 0.337963
+0.766751 0.000000 0.327711
+0.804693 0.013519 0.328573
+0.842826 0.026839 0.336252
+0.886367 0.039143 0.346340
+0.926411 0.063658 0.354420
+0.956076 0.097683 0.353778
+0.000000 0.045038 0.429684
+0.000000 0.000000 0.429271
+0.079731 0.000000 0.428051
+0.123148 0.000000 0.425310
+0.163740 0.000000 0.418800
+0.266152 0.000000 0.406548
+0.399991 0.000000 0.392003
+0.542021 0.000000 0.383895
+0.653281 0.000000 0.361736
+0.725224 0.000000 0.339839
+0.770281 0.007276 0.329904
+0.808113 0.020522 0.331106
+0.845900 0.032978 0.339168
+0.888692 0.044623 0.349260
+0.928556 0.077837 0.357146
+0.958018 0.110887 0.356991
+0.000000 0.086520 0.429873
+0.000000 0.079798 0.429717
+0.000000 0.000000 0.429059
+0.105988 0.000000 0.427241
+0.154137 0.000000 0.421586
+0.266799 0.000000 0.410586
+0.405287 0.000000 0.397099
+0.547399 0.006400 0.387836
+0.662076 0.015783 0.367038
+0.736876 0.025488 0.346810
+0.783406 0.035541 0.338524
+0.821605 0.045705 0.341353
+0.858159 0.061322 0.349947
+0.897763 0.092987 0.359770
+0.936637 0.131570 0.369349
+0.965819 0.161518 0.371372
+0.000000 0.126898 0.430591
+0.000000 0.123428 0.430872
+0.000000 0.106174 0.431272
+0.044329 0.044329 0.430793
+0.132815 0.046591 0.426955
+0.268579 0.049720 0.417698
+0.415296 0.053812 0.406454
+0.557114 0.058764 0.395464
+0.675795 0.064530 0.376864
+0.756293 0.070977 0.359912
+0.806716 0.078904 0.354955
+0.845787 0.098971 0.359480
+0.882138 0.140509 0.369690
+0.916488 0.184481 0.383742
+0.950934 0.221825 0.397319
+0.968156 0.246999 0.399623
+0.000000 0.202289 0.430650
+0.000000 0.201513 0.431249
+0.000795 0.196787 0.432905
+0.051818 0.186156 0.434465
+0.110779 0.169144 0.432762
+0.268695 0.152686 0.426045
+0.427321 0.145188 0.417854
+0.568951 0.140077 0.405728
+0.691018 0.142436 0.389857
+0.779309 0.153688 0.377457
+0.836191 0.181744 0.377203
+0.876830 0.220356 0.387523
+0.912699 0.258731 0.403440
+0.945760 0.294461 0.421426
+0.968144 0.326057 0.436640
+0.968144 0.349379 0.441821
+0.000000 0.308509 0.428295
+0.000000 0.308995 0.429078
+0.015822 0.310261 0.432123
+0.061713 0.311368 0.435563
+0.122237 0.309713 0.436184
+0.273827 0.304034 0.428335
+0.432285 0.303106 0.422907
+0.577733 0.299548 0.417752
+0.699465 0.299450 0.407958
+0.796509 0.305272 0.402870
+0.860697 0.324718 0.409974
+0.905973 0.351418 0.425418
+0.942569 0.380236 0.445144
+0.968156 0.408918 0.465253
+0.968156 0.435039 0.481263
+0.968144 0.454511 0.493086
+0.000000 0.433192 0.438127
+0.006393 0.434487 0.439235
+0.033251 0.438878 0.442977
+0.073725 0.445111 0.448043
+0.130239 0.449355 0.450598
+0.288588 0.449332 0.450293
+0.441748 0.450568 0.441424
+0.581644 0.448436 0.434106
+0.702173 0.445813 0.431974
+0.800648 0.446481 0.433443
+0.872246 0.456917 0.445584
+0.923943 0.475525 0.465599
+0.965744 0.497141 0.488337
+0.968156 0.518563 0.510981
+0.968156 0.538541 0.531848
+0.968156 0.553403 0.547033
+0.024388 0.560675 0.483449
+0.030228 0.561812 0.484493
+0.051972 0.565607 0.488396
+0.087598 0.570014 0.494373
+0.160430 0.571931 0.501977
+0.322662 0.569457 0.515465
+0.454924 0.573209 0.505936
+0.577627 0.581355 0.439819
+0.710616 0.563223 0.447434
+0.807651 0.555492 0.453800
+0.881685 0.556413 0.462923
+0.935943 0.566249 0.480845
+0.968156 0.578035 0.501199
+0.968144 0.589132 0.521460
+0.968156 0.599457 0.539891
+0.968144 0.605409 0.553171
+0.048395 0.664943 0.547160
+0.053097 0.665703 0.548473
+0.071371 0.668683 0.553357
+0.104193 0.672728 0.562892
+0.215386 0.674468 0.575983
+0.356904 0.674820 0.582667
+0.470401 0.681958 0.564613
+0.550703 0.696939 0.516303
+0.695586 0.694415 0.452314
+0.809224 0.667703 0.459986
+0.884914 0.658314 0.473377
+0.941589 0.658473 0.491776
+0.968156 0.660855 0.511878
+0.968144 0.661460 0.530852
+0.968156 0.662313 0.547792
+0.968156 0.659964 0.560191
+0.094386 0.752662 0.615135
+0.100359 0.753457 0.616254
+0.132691 0.756124 0.620891
+0.193935 0.760285 0.629333
+0.285814 0.763819 0.638527
+0.394349 0.767380 0.636440
+0.493762 0.773981 0.617511
+0.567566 0.786059 0.584520
+0.646011 0.794292 0.506249
+0.789713 0.785759 0.464707
+0.878072 0.758735 0.473825
+0.937607 0.747751 0.491846
+0.968156 0.739513 0.510724
+0.968156 0.729914 0.528366
+0.968156 0.722258 0.544209
+0.968156 0.712633 0.556637
+0.225960 0.827495 0.672404
+0.231230 0.828138 0.673440
+0.253603 0.830352 0.677190
+0.296966 0.834073 0.683420
+0.363136 0.837925 0.687337
+0.443373 0.842270 0.681373
+0.524894 0.847899 0.662533
+0.589584 0.856685 0.633477
+0.643732 0.865737 0.573904
+0.740897 0.863936 0.499370
+0.858845 0.855235 0.484368
+0.925334 0.832214 0.496605
+0.968156 0.816231 0.513149
+0.968144 0.792897 0.529141
+0.968144 0.778082 0.543256
+0.968156 0.762619 0.553899
+0.329215 0.889674 0.718775
+0.333209 0.890163 0.719439
+0.349318 0.891606 0.722104
+0.381208 0.894355 0.725420
+0.429278 0.897756 0.725446
+0.491197 0.901501 0.716067
+0.556867 0.905949 0.698313
+0.612784 0.912265 0.670897
+0.660114 0.919794 0.625633
+0.721449 0.921301 0.550831
+0.820403 0.914820 0.511645
+0.910326 0.908333 0.511794
+0.962809 0.888689 0.522172
+0.968144 0.850896 0.534548
+0.968144 0.829341 0.546349
+0.968156 0.809225 0.555134
+0.402747 0.939922 0.752815
+0.405939 0.940252 0.753114
+0.418707 0.941401 0.754525
+0.443676 0.943227 0.755601
+0.481370 0.945796 0.753433
+0.531344 0.948837 0.744106
+0.587339 0.951962 0.727020
+0.634757 0.957044 0.700437
+0.679280 0.962700 0.664041
+0.720382 0.965796 0.597071
+0.796203 0.961534 0.547761
+0.879817 0.955074 0.534776
+0.951115 0.950950 0.539563
+0.968156 0.908635 0.547682
+0.968156 0.876301 0.556777
+0.968156 0.852581 0.562962
+0.456437 0.968156 0.770334
+0.458968 0.968156 0.770351
+0.469481 0.968156 0.769895
+0.489788 0.968156 0.769107
+0.521160 0.968144 0.764929
+0.563160 0.968144 0.754896
+0.612659 0.968156 0.740709
+0.653801 0.968156 0.718073
+0.695948 0.968144 0.694410
+0.719207 0.968156 0.638688
+0.767206 0.968156 0.587999
+0.835971 0.968144 0.563412
+0.904738 0.968156 0.559562
+0.968112 0.968156 0.565070
+0.968144 0.921326 0.570401
+0.968156 0.893437 0.573744
+0.495916 0.968156 0.766762
+0.497983 0.968156 0.766806
+0.506751 0.968156 0.767065
+0.524048 0.968156 0.765532
+0.550792 0.968156 0.762090
+0.587333 0.968156 0.755906
+0.631775 0.968156 0.746515
+0.668782 0.968156 0.730986
+0.706631 0.968156 0.715013
+0.724392 0.968144 0.672390
+0.753933 0.968156 0.625173
+0.801778 0.968156 0.594474
+0.856387 0.968156 0.581753
+0.911736 0.968156 0.581207
+0.965843 0.968156 0.587097
+0.968156 0.932804 0.586992
+0.521457 0.968156 0.764653
+0.523305 0.968156 0.764556
+0.530984 0.968156 0.764337
+0.546237 0.968156 0.764131
+0.570056 0.968156 0.762513
+0.603369 0.968156 0.758566
+0.645219 0.968156 0.753424
+0.677390 0.968156 0.741106
+0.710742 0.968156 0.728664
+0.729558 0.968156 0.699744
+0.747692 0.968156 0.657810
+0.781467 0.968156 0.625052
+0.824675 0.968156 0.605439
+0.871755 0.968156 0.597451
+0.920255 0.968156 0.597438
+0.968144 0.968156 0.603138
+0.000000 0.000000 0.554463
+0.045248 0.000000 0.555299
+0.086834 0.000000 0.557318
+0.127230 0.000000 0.556850
+0.166920 0.000000 0.552259
+0.266013 0.000000 0.541211
+0.401592 0.000000 0.526847
+0.537121 0.000000 0.512039
+0.646628 0.000000 0.482527
+0.721835 0.000000 0.451097
+0.770442 0.001872 0.431259
+0.810534 0.015915 0.424676
+0.848435 0.028898 0.426433
+0.888120 0.040921 0.431837
+0.927510 0.069455 0.436221
+0.957168 0.103122 0.431537
+0.000000 0.045234 0.555201
+0.000000 0.000000 0.556094
+0.080036 0.000000 0.558053
+0.123649 0.000000 0.557358
+0.164667 0.000000 0.552923
+0.266096 0.000000 0.542061
+0.402517 0.000000 0.528026
+0.539035 0.000000 0.513865
+0.649141 0.000000 0.484566
+0.725180 0.000000 0.453521
+0.774003 0.009884 0.433935
+0.814090 0.022770 0.427477
+0.851903 0.034921 0.429416
+0.890477 0.046354 0.434764
+0.929609 0.083559 0.438921
+0.958948 0.116139 0.434594
+0.000000 0.086854 0.557412
+0.000000 0.080045 0.558267
+0.000000 0.000000 0.559902
+0.106044 0.000000 0.559318
+0.154361 0.000000 0.555478
+0.265601 0.000000 0.545460
+0.406159 0.001401 0.532621
+0.545541 0.009182 0.520097
+0.658844 0.018189 0.492257
+0.737422 0.027654 0.462615
+0.787912 0.037498 0.444377
+0.828182 0.047461 0.438772
+0.865833 0.062483 0.440841
+0.901846 0.095444 0.445612
+0.937852 0.136700 0.450707
+0.966887 0.166268 0.447651
+0.000000 0.127253 0.559994
+0.000000 0.123676 0.560699
+0.000000 0.106081 0.562130
+0.046137 0.046137 0.562875
+0.133070 0.048539 0.559825
+0.266065 0.051514 0.551638
+0.413099 0.055517 0.540892
+0.556103 0.060453 0.530129
+0.674452 0.066102 0.505378
+0.757979 0.072433 0.478615
+0.812483 0.080219 0.462915
+0.853528 0.099998 0.458398
+0.890535 0.139418 0.461302
+0.924998 0.183722 0.468262
+0.956110 0.223222 0.475374
+0.968156 0.250015 0.469917
+0.000000 0.199225 0.560428
+0.000000 0.198181 0.561322
+0.003048 0.192612 0.563781
+0.053540 0.181098 0.565943
+0.112874 0.163843 0.564509
+0.265489 0.150012 0.558815
+0.422093 0.143222 0.550910
+0.568920 0.140139 0.542625
+0.690844 0.143485 0.520322
+0.781766 0.153608 0.497993
+0.842680 0.180033 0.486313
+0.885796 0.217801 0.485299
+0.922354 0.256121 0.491485
+0.955715 0.291817 0.500915
+0.968144 0.323537 0.504086
+0.968156 0.347250 0.499885
+0.000000 0.307307 0.557777
+0.000000 0.307562 0.558939
+0.018351 0.307795 0.562453
+0.063318 0.307234 0.565716
+0.123407 0.304410 0.566452
+0.274023 0.301365 0.563333
+0.431574 0.300656 0.558267
+0.578299 0.299791 0.552254
+0.699325 0.300211 0.533309
+0.798911 0.304965 0.517981
+0.866172 0.322785 0.511974
+0.914559 0.348131 0.515446
+0.953228 0.376475 0.525271
+0.968156 0.405109 0.532417
+0.968156 0.431357 0.539198
+0.968156 0.451234 0.543152
+0.001904 0.433863 0.558143
+0.009411 0.434852 0.559393
+0.035406 0.437974 0.563426
+0.075224 0.442211 0.567918
+0.126426 0.444527 0.569323
+0.283078 0.444870 0.566548
+0.444923 0.450745 0.557204
+0.579154 0.451084 0.555383
+0.701274 0.448740 0.546809
+0.800143 0.450830 0.539617
+0.876835 0.459887 0.540691
+0.931201 0.477517 0.550217
+0.968144 0.498090 0.563029
+0.968156 0.519421 0.575372
+0.968144 0.539176 0.587589
+0.968156 0.554087 0.595303
+0.026598 0.565145 0.572988
+0.032284 0.566267 0.574050
+0.053719 0.570686 0.577764
+0.088884 0.576423 0.582010
+0.142008 0.579838 0.582575
+0.301708 0.579680 0.578404
+0.459329 0.577218 0.572220
+0.584576 0.578796 0.570712
+0.705494 0.576467 0.564244
+0.802783 0.577424 0.566667
+0.878786 0.583473 0.573605
+0.938565 0.594278 0.585028
+0.968144 0.608119 0.599699
+0.968156 0.622458 0.614879
+0.968144 0.635751 0.628739
+0.968156 0.645327 0.638819
+0.050146 0.673413 0.598212
+0.054815 0.674201 0.598989
+0.072866 0.677858 0.601955
+0.104271 0.683082 0.606606
+0.188130 0.686121 0.611593
+0.341790 0.684457 0.621294
+0.486172 0.681970 0.635308
+0.590324 0.688443 0.619571
+0.702744 0.691020 0.574465
+0.807442 0.677810 0.577425
+0.881209 0.675356 0.584950
+0.939469 0.678054 0.594384
+0.968156 0.682079 0.605591
+0.968156 0.685224 0.617399
+0.968156 0.688944 0.628741
+0.968156 0.689880 0.636806
+0.082547 0.762025 0.645244
+0.087839 0.762829 0.646102
+0.113337 0.765772 0.649598
+0.169721 0.770307 0.656420
+0.265215 0.773302 0.668014
+0.392210 0.772258 0.683379
+0.514397 0.771563 0.688643
+0.604153 0.777984 0.669883
+0.674752 0.788358 0.617936
+0.795977 0.781201 0.579422
+0.878816 0.763837 0.586832
+0.936866 0.758046 0.596832
+0.968156 0.752679 0.607045
+0.968144 0.745878 0.617143
+0.968156 0.741082 0.628359
+0.968156 0.735150 0.636778
+0.205963 0.835845 0.695962
+0.211065 0.836508 0.696902
+0.233056 0.838620 0.700911
+0.277049 0.842124 0.709103
+0.349595 0.844305 0.720992
+0.445093 0.844359 0.732344
+0.545382 0.844349 0.730836
+0.625029 0.848629 0.710089
+0.681924 0.857723 0.672079
+0.758538 0.859205 0.606410
+0.864494 0.849603 0.590038
+0.928701 0.832883 0.597331
+0.968144 0.819779 0.606630
+0.968156 0.802108 0.616133
+0.968156 0.790411 0.625623
+0.968144 0.778357 0.632547
+0.310675 0.896455 0.740680
+0.314648 0.896882 0.741501
+0.331009 0.898308 0.745298
+0.364515 0.900405 0.752620
+0.419940 0.901854 0.762392
+0.495252 0.901645 0.768010
+0.573991 0.902034 0.760857
+0.645880 0.904317 0.740498
+0.697339 0.910719 0.709275
+0.745956 0.915380 0.649722
+0.832785 0.910243 0.608877
+0.915443 0.902340 0.604934
+0.967128 0.886860 0.610992
+0.968144 0.853274 0.619499
+0.968156 0.836107 0.627261
+0.968156 0.819255 0.632636
+0.386616 0.945161 0.775547
+0.389896 0.945452 0.776252
+0.403114 0.946102 0.779278
+0.430602 0.947388 0.784981
+0.474794 0.948276 0.791212
+0.534925 0.948031 0.792774
+0.600711 0.948303 0.783456
+0.664638 0.949205 0.764175
+0.711968 0.953803 0.735382
+0.750838 0.958347 0.688307
+0.812254 0.956747 0.639030
+0.889476 0.950901 0.621302
+0.956087 0.945023 0.621899
+0.968156 0.904085 0.626422
+0.968156 0.878528 0.631991
+0.968156 0.857979 0.636529
+0.442083 0.968156 0.789620
+0.444894 0.968144 0.790204
+0.456363 0.968156 0.791998
+0.478820 0.968144 0.795700
+0.515850 0.968144 0.799345
+0.566428 0.968156 0.799417
+0.623706 0.968156 0.791858
+0.682263 0.968144 0.776709
+0.724263 0.968156 0.753861
+0.755032 0.968156 0.719472
+0.791592 0.968156 0.672963
+0.851540 0.968156 0.644691
+0.916653 0.968156 0.636861
+0.968156 0.959982 0.639001
+0.968156 0.919219 0.642743
+0.968156 0.895205 0.645021
+0.483781 0.968156 0.786652
+0.486089 0.968156 0.787011
+0.495545 0.968156 0.788918
+0.515476 0.968144 0.791949
+0.547168 0.968156 0.794772
+0.590839 0.968156 0.795231
+0.642150 0.968156 0.789555
+0.695381 0.968156 0.780583
+0.733727 0.968156 0.766072
+0.762013 0.968156 0.744662
+0.782325 0.968156 0.704320
+0.819910 0.968156 0.672054
+0.869441 0.968156 0.656159
+0.921510 0.968156 0.652440
+0.968156 0.964208 0.654968
+0.968144 0.931490 0.654491
+0.511887 0.968156 0.786398
+0.513954 0.968156 0.786709
+0.522692 0.968144 0.788042
+0.539957 0.968144 0.790764
+0.567673 0.968156 0.792855
+0.606619 0.968156 0.792741
+0.653763 0.968156 0.789326
+0.703660 0.968156 0.784807
+0.738396 0.968156 0.774826
+0.768680 0.968156 0.764587
+0.780441 0.968156 0.730234
+0.804456 0.968156 0.699032
+0.840073 0.968156 0.677639
+0.882209 0.968156 0.666415
+0.927842 0.968156 0.662626
+0.968156 0.968144 0.664844
+0.000000 0.000000 0.635143
+0.044576 0.000000 0.636996
+0.085521 0.000000 0.641944
+0.125085 0.000000 0.647564
+0.163861 0.000000 0.651618
+0.255695 0.000000 0.649919
+0.388493 0.000000 0.640008
+0.519610 0.000000 0.624705
+0.636814 0.000000 0.600455
+0.714217 0.000000 0.561958
+0.767264 0.005326 0.535171
+0.810600 0.018773 0.522490
+0.850720 0.031355 0.519199
+0.889932 0.043095 0.520101
+0.928921 0.075947 0.520713
+0.958408 0.109061 0.511873
+0.000000 0.044593 0.636877
+0.000000 0.000000 0.638660
+0.078766 0.000000 0.643666
+0.121511 0.000000 0.649345
+0.161562 0.000000 0.653416
+0.255939 0.000000 0.651696
+0.389834 0.000000 0.642114
+0.521731 0.000000 0.627207
+0.639710 0.000000 0.603106
+0.717744 0.000810 0.565082
+0.770855 0.012937 0.538181
+0.814412 0.025382 0.525779
+0.854324 0.037253 0.522549
+0.892470 0.049596 0.522939
+0.930974 0.089788 0.523478
+0.960455 0.121892 0.514759
+0.000000 0.085538 0.642258
+0.000000 0.078766 0.643912
+0.000000 0.000000 0.648580
+0.103984 0.000000 0.654485
+0.151040 0.000000 0.658994
+0.256136 0.000000 0.657788
+0.393872 0.004363 0.648740
+0.529511 0.012331 0.635958
+0.650867 0.021044 0.613771
+0.731339 0.030307 0.576606
+0.785501 0.039847 0.550457
+0.829106 0.049565 0.538328
+0.868470 0.065117 0.534870
+0.905419 0.099115 0.534694
+0.939639 0.142067 0.534782
+0.968144 0.171265 0.526977
+0.000000 0.125092 0.649248
+0.000000 0.121520 0.650824
+0.000000 0.103994 0.655635
+0.048364 0.048489 0.661951
+0.131735 0.050584 0.667400
+0.256999 0.053633 0.666003
+0.401082 0.057534 0.658570
+0.541820 0.062339 0.649610
+0.668986 0.067953 0.631109
+0.753884 0.074212 0.596348
+0.811393 0.082216 0.572101
+0.855317 0.103073 0.560094
+0.894008 0.142216 0.556688
+0.929597 0.185935 0.557472
+0.961159 0.224911 0.558250
+0.968156 0.251980 0.543242
+0.000000 0.191537 0.655869
+0.000000 0.190479 0.657392
+0.006279 0.184783 0.662678
+0.055603 0.173353 0.669855
+0.115082 0.157957 0.675789
+0.259184 0.147797 0.674696
+0.409790 0.141664 0.668146
+0.554758 0.140918 0.662873
+0.689720 0.144626 0.651030
+0.779885 0.155970 0.619306
+0.843102 0.182544 0.598116
+0.888664 0.219222 0.588136
+0.926909 0.256502 0.586372
+0.961286 0.291563 0.588127
+0.968156 0.322961 0.579148
+0.968156 0.346342 0.565326
+0.000000 0.297788 0.658993
+0.000000 0.297931 0.660680
+0.021173 0.297787 0.666148
+0.065254 0.297106 0.674465
+0.124765 0.294499 0.680477
+0.275964 0.298690 0.678976
+0.423596 0.300137 0.674347
+0.565246 0.299632 0.670806
+0.699791 0.300506 0.661875
+0.798844 0.305568 0.638188
+0.867493 0.322986 0.621914
+0.917974 0.347389 0.615745
+0.958763 0.375100 0.616861
+0.968156 0.403190 0.612096
+0.968156 0.429249 0.609682
+0.968156 0.448847 0.604889
+0.005444 0.421494 0.661832
+0.012535 0.422288 0.663349
+0.037785 0.424832 0.668796
+0.076938 0.428501 0.677158
+0.126584 0.430594 0.682499
+0.285460 0.433795 0.680694
+0.446108 0.449692 0.676763
+0.574651 0.449424 0.673281
+0.701447 0.448706 0.665801
+0.799759 0.451223 0.649393
+0.876933 0.460130 0.642220
+0.934474 0.476517 0.642444
+0.968144 0.496613 0.645877
+0.968144 0.517237 0.648308
+0.968144 0.536559 0.651012
+0.968156 0.551055 0.649762
+0.029166 0.550287 0.670659
+0.034804 0.551241 0.671957
+0.055719 0.554696 0.676563
+0.090398 0.559510 0.683091
+0.144259 0.563044 0.687657
+0.299655 0.564497 0.684390
+0.454442 0.570251 0.679727
+0.587479 0.579260 0.670277
+0.703978 0.578573 0.672022
+0.801827 0.580072 0.665810
+0.877934 0.586715 0.665447
+0.938354 0.597239 0.670265
+0.968156 0.610208 0.676848
+0.968156 0.624196 0.682364
+0.968156 0.637228 0.687903
+0.968156 0.646813 0.690191
+0.052277 0.673379 0.684173
+0.056875 0.674390 0.685075
+0.074660 0.678423 0.688756
+0.105496 0.684671 0.693879
+0.177017 0.690174 0.697191
+0.323503 0.691381 0.695049
+0.470172 0.690816 0.691082
+0.602719 0.688450 0.689359
+0.705068 0.690642 0.683527
+0.802785 0.689338 0.680126
+0.876572 0.692727 0.684370
+0.934366 0.699168 0.691039
+0.968156 0.707009 0.699198
+0.968156 0.714669 0.707479
+0.968156 0.721737 0.715057
+0.968156 0.726769 0.720365
+0.083562 0.766711 0.703085
+0.088780 0.767766 0.703851
+0.109844 0.771224 0.706271
+0.159155 0.776706 0.710085
+0.246137 0.781399 0.713553
+0.369024 0.782224 0.717798
+0.503763 0.778774 0.726586
+0.621099 0.776045 0.734547
+0.706805 0.780407 0.715923
+0.800147 0.778655 0.684874
+0.876567 0.771160 0.688678
+0.932029 0.770430 0.694729
+0.968144 0.770345 0.701627
+0.968144 0.767305 0.708273
+0.968144 0.766217 0.714013
+0.968156 0.763833 0.717742
+0.198049 0.841693 0.734412
+0.202585 0.842372 0.734822
+0.222417 0.845046 0.737205
+0.261388 0.849395 0.741344
+0.328199 0.852860 0.747585
+0.425693 0.852698 0.757489
+0.541658 0.848005 0.770750
+0.644438 0.844456 0.774870
+0.715024 0.848627 0.752686
+0.776913 0.853824 0.704937
+0.869135 0.845320 0.689214
+0.928881 0.835785 0.695437
+0.968156 0.829182 0.701965
+0.968156 0.815737 0.707914
+0.968156 0.808114 0.713457
+0.968144 0.800166 0.717639
+0.297325 0.902497 0.767315
+0.300823 0.902920 0.767843
+0.315558 0.904579 0.769851
+0.345505 0.907429 0.774279
+0.398726 0.909319 0.781776
+0.479281 0.907626 0.793572
+0.575937 0.902938 0.805012
+0.665424 0.899156 0.802627
+0.729299 0.901596 0.780232
+0.772942 0.907846 0.741586
+0.845019 0.905540 0.701261
+0.919768 0.897414 0.697848
+0.968144 0.887007 0.703300
+0.968156 0.860256 0.709132
+0.968156 0.847134 0.714014
+0.968156 0.834680 0.717176
+0.370290 0.950910 0.795010
+0.373260 0.951294 0.795463
+0.385321 0.952337 0.797680
+0.411033 0.953810 0.802356
+0.455904 0.954179 0.810523
+0.523890 0.951942 0.821926
+0.605577 0.947303 0.829195
+0.683084 0.943883 0.821133
+0.741860 0.945019 0.800459
+0.782050 0.949756 0.770200
+0.829355 0.951173 0.727001
+0.899351 0.945974 0.707731
+0.959955 0.939875 0.708641
+0.968156 0.903998 0.713082
+0.968156 0.883945 0.717603
+0.968156 0.867541 0.720072
+0.424991 0.968156 0.801527
+0.427628 0.968156 0.802074
+0.438608 0.968156 0.804075
+0.460958 0.968156 0.808366
+0.500561 0.968156 0.816872
+0.559070 0.968156 0.828022
+0.628520 0.968156 0.835022
+0.699183 0.968156 0.829743
+0.753416 0.968156 0.813165
+0.790889 0.968156 0.792152
+0.819678 0.968156 0.755302
+0.869245 0.968156 0.726742
+0.929593 0.968144 0.718322
+0.968144 0.952268 0.719916
+0.968156 0.919891 0.722835
+0.968156 0.899747 0.724596
+0.467513 0.968156 0.798829
+0.469711 0.968156 0.799281
+0.479214 0.968156 0.801609
+0.499802 0.968156 0.806728
+0.535013 0.968156 0.814293
+0.585782 0.968156 0.823042
+0.647680 0.968156 0.827756
+0.711345 0.968156 0.825343
+0.763353 0.968156 0.817878
+0.796437 0.968156 0.806048
+0.815500 0.968156 0.779565
+0.842717 0.968156 0.749825
+0.884882 0.968156 0.732885
+0.933045 0.968156 0.727815
+0.968156 0.959007 0.729252
+0.968156 0.931616 0.729896
+0.497200 0.968156 0.801306
+0.499424 0.968156 0.802088
+0.508653 0.968156 0.804381
+0.527268 0.968156 0.809029
+0.558748 0.968156 0.815137
+0.604383 0.968156 0.820653
+0.659506 0.968144 0.823447
+0.718531 0.968144 0.822251
+0.768394 0.968156 0.820430
+0.798536 0.968156 0.814077
+0.816963 0.968156 0.798458
+0.832477 0.968156 0.771830
+0.859513 0.968156 0.750943
+0.895632 0.968156 0.738636
+0.935786 0.968144 0.734543
+0.968156 0.965769 0.735827
+0.000000 0.000000 0.679627
+0.043994 0.000000 0.681856
+0.084308 0.000000 0.688789
+0.123133 0.000000 0.698575
+0.160867 0.000000 0.709806
+0.240897 0.000000 0.717938
+0.365981 0.000000 0.716648
+0.490898 0.000000 0.706295
+0.608229 0.000000 0.688319
+0.700450 0.000000 0.660678
+0.758164 0.009177 0.630618
+0.805502 0.022093 0.614614
+0.848726 0.034220 0.608409
+0.891013 0.045591 0.606771
+0.930789 0.083497 0.604852
+0.960070 0.115762 0.593163
+0.000000 0.043978 0.682015
+0.000000 0.000000 0.684159
+0.077617 0.000000 0.691224
+0.119560 0.000000 0.701050
+0.158533 0.000000 0.712368
+0.241458 0.000000 0.720567
+0.367433 0.000000 0.719198
+0.493240 0.000000 0.709309
+0.611360 0.000000 0.691756
+0.704245 0.004046 0.664338
+0.761877 0.016548 0.633975
+0.809500 0.028517 0.618222
+0.852037 0.039957 0.611629
+0.893706 0.055999 0.609665
+0.932733 0.097114 0.607460
+0.961953 0.128419 0.595929
+0.000000 0.084298 0.689949
+0.000000 0.077631 0.692070
+0.000000 0.000000 0.698684
+0.102093 0.000000 0.709125
+0.148292 0.000000 0.720983
+0.242791 0.001863 0.729467
+0.372841 0.008298 0.728682
+0.501551 0.015807 0.719878
+0.623343 0.024166 0.704380
+0.718919 0.033279 0.678356
+0.777218 0.042600 0.648020
+0.824413 0.052091 0.631867
+0.866202 0.070752 0.624567
+0.905157 0.107108 0.621078
+0.941546 0.148413 0.618263
+0.968156 0.177015 0.606508
+0.000000 0.123055 0.701428
+0.000000 0.119471 0.703513
+0.000000 0.102062 0.710580
+0.050888 0.050888 0.721277
+0.130305 0.053052 0.733945
+0.246311 0.056009 0.742962
+0.382284 0.059847 0.743492
+0.515594 0.064537 0.737089
+0.643287 0.070054 0.725369
+0.744245 0.076297 0.702695
+0.804198 0.086152 0.672546
+0.851197 0.109769 0.655785
+0.892047 0.150681 0.647837
+0.929240 0.192913 0.644278
+0.962036 0.230175 0.640669
+0.968156 0.255835 0.618606
+0.000000 0.185458 0.714713
+0.000000 0.184439 0.716858
+0.010073 0.178974 0.724315
+0.057964 0.168836 0.736005
+0.118612 0.156639 0.749306
+0.253382 0.150106 0.758840
+0.395006 0.143864 0.760803
+0.532929 0.143908 0.757270
+0.666355 0.149280 0.749830
+0.774206 0.162730 0.731141
+0.837974 0.190641 0.702827
+0.885659 0.226100 0.686241
+0.925735 0.261875 0.678442
+0.961535 0.295593 0.674818
+0.968156 0.326044 0.657130
+0.968144 0.348382 0.635288
+0.000000 0.288374 0.726550
+0.000000 0.288439 0.728716
+0.024298 0.288279 0.736290
+0.067366 0.287876 0.748628
+0.130640 0.286299 0.762228
+0.280145 0.298323 0.771482
+0.415957 0.300790 0.772275
+0.549075 0.300424 0.768950
+0.683228 0.301712 0.765564
+0.796547 0.309114 0.752306
+0.865314 0.326383 0.727850
+0.916811 0.350397 0.714380
+0.959091 0.377617 0.708900
+0.968156 0.405010 0.694912
+0.968156 0.430197 0.684367
+0.968156 0.448932 0.672242
+0.008977 0.407434 0.736626
+0.015890 0.408067 0.738610
+0.040403 0.410291 0.745820
+0.078827 0.413544 0.757387
+0.136422 0.415789 0.769748
+0.289447 0.423463 0.776684
+0.448600 0.450183 0.773509
+0.566051 0.449626 0.769862
+0.689565 0.449098 0.766584
+0.800325 0.452037 0.758041
+0.877191 0.461303 0.743810
+0.934814 0.477644 0.736888
+0.968156 0.497249 0.732865
+0.968156 0.517424 0.726459
+0.968156 0.536253 0.720758
+0.968156 0.550071 0.711548
+0.031940 0.531236 0.747609
+0.037326 0.531960 0.749225
+0.057916 0.534913 0.755240
+0.092079 0.539160 0.764915
+0.154182 0.542245 0.774816
+0.302643 0.547320 0.778612
+0.456922 0.561214 0.774509
+0.588662 0.578635 0.771470
+0.699510 0.578402 0.768550
+0.802363 0.580804 0.763611
+0.877688 0.587586 0.755992
+0.937869 0.597994 0.754715
+0.968156 0.610475 0.754354
+0.968156 0.623795 0.751161
+0.968156 0.636184 0.748291
+0.968156 0.645376 0.742790
+0.054421 0.651923 0.757080
+0.058908 0.652837 0.758268
+0.076422 0.656288 0.763075
+0.109145 0.661919 0.771010
+0.190069 0.667096 0.778647
+0.323269 0.671618 0.781239
+0.468912 0.677174 0.777179
+0.597393 0.684452 0.772941
+0.707738 0.690987 0.764684
+0.800555 0.691327 0.766194
+0.875175 0.694470 0.764741
+0.932999 0.701140 0.766592
+0.968156 0.709138 0.768471
+0.968156 0.717153 0.768500
+0.968156 0.724552 0.768949
+0.968156 0.729661 0.767548
+0.100310 0.764268 0.776958
+0.106229 0.765104 0.777764
+0.129565 0.768691 0.781188
+0.174475 0.775092 0.786914
+0.249169 0.781644 0.791698
+0.358806 0.785101 0.792187
+0.490212 0.784309 0.787847
+0.610845 0.782279 0.783133
+0.720805 0.778125 0.778711
+0.798496 0.779392 0.772525
+0.871472 0.778943 0.771212
+0.927223 0.781617 0.773971
+0.968156 0.785744 0.778075
+0.968156 0.789217 0.782738
+0.968156 0.792952 0.786939
+0.968156 0.795375 0.789714
+0.209806 0.843777 0.793505
+0.214092 0.844502 0.794220
+0.231433 0.847195 0.796141
+0.265299 0.852104 0.799108
+0.322079 0.856762 0.801561
+0.410803 0.858729 0.802303
+0.523648 0.855694 0.802858
+0.635788 0.849938 0.806827
+0.733561 0.844288 0.810557
+0.797691 0.847180 0.790682
+0.871178 0.843837 0.773513
+0.926241 0.840259 0.776116
+0.968156 0.839175 0.779928
+0.968156 0.830953 0.783719
+0.968156 0.827767 0.786607
+0.968156 0.824190 0.788279
+0.299493 0.904989 0.812792
+0.302639 0.905568 0.813141
+0.315730 0.907437 0.814327
+0.341475 0.910906 0.816305
+0.387537 0.913887 0.818401
+0.461827 0.914036 0.821154
+0.559018 0.909711 0.826769
+0.661834 0.901996 0.835755
+0.747396 0.896376 0.836700
+0.799717 0.899888 0.814663
+0.855329 0.901178 0.779150
+0.922643 0.894557 0.776167
+0.967993 0.889072 0.780339
+0.968156 0.869644 0.783964
+0.968156 0.860522 0.787140
+0.968156 0.852421 0.789085
+0.366616 0.953801 0.830385
+0.369254 0.954187 0.830669
+0.379695 0.955391 0.831565
+0.402031 0.957692 0.833318
+0.441373 0.959344 0.836051
+0.505569 0.958283 0.840857
+0.591606 0.952700 0.849395
+0.684973 0.943976 0.858974
+0.758902 0.939672 0.852981
+0.807081 0.941936 0.832786
+0.845997 0.945424 0.801504
+0.907506 0.942048 0.780556
+0.962813 0.936487 0.781758
+0.968156 0.906863 0.785444
+0.968156 0.891766 0.788524
+0.968156 0.879785 0.790258
+0.417177 0.968156 0.825218
+0.419492 0.968144 0.825334
+0.428986 0.968156 0.825841
+0.448663 0.968156 0.826833
+0.484336 0.968144 0.830371
+0.542231 0.968156 0.839455
+0.618966 0.968156 0.854760
+0.703831 0.968156 0.867872
+0.769487 0.968156 0.861918
+0.814381 0.968156 0.845931
+0.845015 0.968156 0.823152
+0.884473 0.968156 0.795634
+0.940234 0.968156 0.786352
+0.968156 0.947541 0.788214
+0.968156 0.922547 0.791102
+0.968156 0.906729 0.792819
+0.456526 0.968156 0.817707
+0.458370 0.968156 0.818139
+0.466963 0.968156 0.819348
+0.485144 0.968156 0.822199
+0.518827 0.968156 0.827604
+0.571676 0.968156 0.836492
+0.642545 0.968156 0.850103
+0.717433 0.968156 0.859841
+0.777968 0.968156 0.857721
+0.820307 0.968156 0.851214
+0.847304 0.968156 0.840823
+0.866018 0.968156 0.815967
+0.899937 0.968156 0.797634
+0.943116 0.968156 0.792178
+0.968156 0.955917 0.793543
+0.968156 0.933891 0.795088
+0.484531 0.968144 0.815850
+0.486521 0.968156 0.816300
+0.494840 0.968156 0.818130
+0.512526 0.968156 0.821731
+0.544125 0.968156 0.828241
+0.593773 0.968156 0.837559
+0.657553 0.968156 0.847820
+0.725662 0.968156 0.853180
+0.781848 0.968156 0.853738
+0.823994 0.968156 0.854465
+0.850531 0.968156 0.852441
+0.860926 0.968156 0.833125
+0.879513 0.968156 0.813498
+0.908596 0.968156 0.800549
+0.944315 0.968156 0.796022
+0.968156 0.963435 0.797218
+0.000000 0.000000 0.714642
+0.043418 0.000000 0.715601
+0.083244 0.000000 0.719637
+0.121556 0.000000 0.729090
+0.158664 0.000000 0.741837
+0.229052 0.000000 0.755037
+0.345458 0.000000 0.761555
+0.463073 0.000000 0.757751
+0.575783 0.000000 0.744455
+0.674837 0.000974 0.727822
+0.748323 0.013515 0.709911
+0.798928 0.025790 0.693049
+0.847963 0.037455 0.687889
+0.893620 0.050956 0.685938
+0.933330 0.093064 0.682228
+0.962397 0.124090 0.669084
+0.000000 0.043397 0.716463
+0.000000 0.000000 0.717414
+0.076620 0.000000 0.721837
+0.117999 0.000000 0.731613
+0.156339 0.000000 0.744639
+0.230028 0.000000 0.758189
+0.347252 0.000000 0.764834
+0.465579 0.000000 0.761037
+0.579098 0.000000 0.748251
+0.678627 0.008248 0.731643
+0.752198 0.020519 0.713779
+0.802838 0.031969 0.696822
+0.850474 0.043044 0.690650
+0.895778 0.065099 0.688420
+0.935491 0.106376 0.684704
+0.964296 0.136527 0.671693
+0.000000 0.083172 0.722422
+0.000000 0.076607 0.723711
+0.000000 0.000000 0.730161
+0.100714 0.000000 0.740703
+0.146185 0.001664 0.754469
+0.232728 0.006288 0.769046
+0.353549 0.012409 0.776686
+0.474921 0.019529 0.773923
+0.591209 0.027491 0.762276
+0.693382 0.036299 0.746638
+0.767813 0.045719 0.728844
+0.818058 0.055756 0.711220
+0.862798 0.080545 0.702871
+0.904573 0.118392 0.698357
+0.943536 0.157121 0.694733
+0.968144 0.184513 0.679962
+0.000000 0.121370 0.734617
+0.000000 0.117825 0.736880
+0.003290 0.100609 0.743680
+0.053709 0.053709 0.755009
+0.130215 0.055758 0.770609
+0.239058 0.058692 0.786913
+0.365509 0.062417 0.795941
+0.491137 0.066955 0.795222
+0.612497 0.072310 0.786229
+0.719265 0.078827 0.773112
+0.795329 0.093519 0.755508
+0.844986 0.122122 0.736814
+0.887886 0.164206 0.726436
+0.926218 0.204638 0.720349
+0.960684 0.239480 0.714546
+0.968156 0.262796 0.689733
+0.000000 0.183105 0.751313
+0.000000 0.182200 0.753284
+0.014092 0.177441 0.760959
+0.060567 0.169373 0.773867
+0.124594 0.160999 0.791535
+0.251945 0.158327 0.809573
+0.382218 0.153421 0.819546
+0.511765 0.152685 0.820861
+0.638581 0.158491 0.815416
+0.751727 0.174543 0.806245
+0.830647 0.204310 0.789093
+0.879866 0.238068 0.769154
+0.921504 0.271985 0.758034
+0.958723 0.304257 0.751214
+0.968144 0.333450 0.729341
+0.968156 0.354283 0.702700
+0.000000 0.282839 0.768698
+0.000000 0.283039 0.771028
+0.027613 0.283154 0.779127
+0.069697 0.283444 0.793389
+0.142079 0.283360 0.812685
+0.289003 0.303082 0.830823
+0.411284 0.306072 0.839809
+0.535421 0.305284 0.841410
+0.661817 0.307334 0.837956
+0.778212 0.315869 0.832258
+0.861245 0.333897 0.817686
+0.913377 0.357712 0.799733
+0.956603 0.384336 0.789868
+0.968144 0.410913 0.769921
+0.968144 0.435046 0.753283
+0.968156 0.452428 0.736626
+0.012773 0.397323 0.785379
+0.019327 0.397988 0.787272
+0.043130 0.400074 0.795230
+0.080919 0.403390 0.809468
+0.156640 0.406105 0.827982
+0.300675 0.418920 0.842892
+0.452714 0.452706 0.848908
+0.560314 0.451544 0.845920
+0.676479 0.451221 0.842241
+0.790194 0.454496 0.840881
+0.877028 0.465102 0.833217
+0.934307 0.481517 0.820962
+0.968156 0.500737 0.811129
+0.968156 0.520482 0.798490
+0.968156 0.538548 0.786658
+0.968156 0.551532 0.771795
+0.034721 0.515954 0.800697
+0.040039 0.516832 0.802420
+0.060149 0.519383 0.809246
+0.093828 0.523178 0.821461
+0.180129 0.526738 0.836743
+0.313573 0.535307 0.848324
+0.461068 0.555704 0.849358
+0.590972 0.580401 0.846155
+0.693741 0.580194 0.842945
+0.795981 0.582528 0.842024
+0.879048 0.589487 0.838233
+0.938786 0.599884 0.832272
+0.968156 0.612104 0.826613
+0.968156 0.625052 0.816501
+0.968156 0.636837 0.807336
+0.968156 0.645565 0.795414
+0.057358 0.633021 0.812420
+0.062108 0.633811 0.813568
+0.081967 0.636810 0.819147
+0.130467 0.641774 0.829436
+0.214700 0.647329 0.842047
+0.333726 0.654137 0.850505
+0.472373 0.665264 0.849740
+0.599967 0.679635 0.845885
+0.709804 0.691258 0.841834
+0.799288 0.691892 0.839825
+0.875769 0.695438 0.837993
+0.933004 0.701818 0.835040
+0.968156 0.709713 0.831254
+0.968156 0.717588 0.823377
+0.968156 0.724687 0.817336
+0.968156 0.729638 0.810083
+0.133577 0.744415 0.829439
+0.139148 0.745037 0.830307
+0.161191 0.748170 0.834426
+0.202100 0.753867 0.841676
+0.267248 0.760462 0.850507
+0.365576 0.765835 0.855352
+0.489643 0.769961 0.853084
+0.609846 0.773724 0.847311
+0.717168 0.776739 0.839769
+0.799646 0.780403 0.832727
+0.868770 0.780575 0.835399
+0.926213 0.782506 0.835584
+0.968156 0.786791 0.836010
+0.968156 0.791468 0.830870
+0.968156 0.795473 0.828902
+0.968156 0.798220 0.826241
+0.232580 0.840884 0.853762
+0.236632 0.841544 0.854483
+0.252838 0.844351 0.856960
+0.283485 0.849405 0.861487
+0.332170 0.855189 0.866162
+0.411257 0.858742 0.867244
+0.516249 0.857950 0.863005
+0.627191 0.853937 0.855275
+0.726640 0.848686 0.848046
+0.809922 0.844420 0.842875
+0.866106 0.845583 0.839597
+0.920759 0.845195 0.837948
+0.965617 0.846695 0.839116
+0.968156 0.847273 0.841319
+0.968156 0.848747 0.843538
+0.968156 0.849576 0.844766
+0.312429 0.905566 0.866505
+0.315405 0.906253 0.866779
+0.327627 0.908132 0.868081
+0.350961 0.911608 0.870145
+0.390659 0.915416 0.871727
+0.456877 0.916745 0.870889
+0.547889 0.913925 0.867895
+0.650051 0.907189 0.864513
+0.743007 0.899847 0.865032
+0.819976 0.893933 0.865255
+0.865043 0.897322 0.847340
+0.921636 0.894222 0.841403
+0.965274 0.891855 0.840838
+0.968156 0.880765 0.842893
+0.968156 0.875765 0.844361
+0.968156 0.871866 0.844817
+0.373237 0.954609 0.876056
+0.375575 0.955044 0.876245
+0.385199 0.956528 0.876779
+0.404867 0.958768 0.877987
+0.438794 0.961260 0.878501
+0.497187 0.961148 0.878102
+0.578996 0.957260 0.877560
+0.673595 0.949171 0.879311
+0.759676 0.940402 0.885371
+0.823060 0.936844 0.880318
+0.864498 0.939599 0.862647
+0.913874 0.938860 0.841625
+0.964088 0.935008 0.841297
+0.968156 0.912308 0.843489
+0.968156 0.901703 0.845282
+0.968156 0.893956 0.846440
+0.419169 0.968156 0.861545
+0.421180 0.968156 0.861588
+0.429681 0.968156 0.861003
+0.447160 0.968156 0.860342
+0.478650 0.968144 0.860279
+0.531853 0.968156 0.862810
+0.606096 0.968156 0.870002
+0.695067 0.968156 0.883934
+0.773438 0.968156 0.896344
+0.828254 0.968156 0.889291
+0.866167 0.968156 0.875188
+0.898513 0.968156 0.853125
+0.948349 0.968156 0.842173
+0.968156 0.946015 0.844070
+0.968156 0.927415 0.846431
+0.968156 0.915840 0.847512
+0.454636 0.968156 0.847270
+0.456371 0.968156 0.847494
+0.464111 0.968156 0.848023
+0.480102 0.968156 0.849197
+0.510038 0.968156 0.851234
+0.559818 0.968156 0.854564
+0.630778 0.968156 0.862526
+0.712736 0.968156 0.878054
+0.783783 0.968156 0.888688
+0.833134 0.968156 0.885272
+0.868565 0.968156 0.882086
+0.888433 0.968156 0.868965
+0.913575 0.968156 0.850851
+0.951017 0.968156 0.845208
+0.968156 0.955017 0.846687
+0.968156 0.938020 0.848649
+0.479229 0.968156 0.838532
+0.481046 0.968156 0.838737
+0.488473 0.968156 0.839530
+0.504508 0.968156 0.841541
+0.533563 0.968156 0.845048
+0.581790 0.968156 0.851192
+0.647560 0.968144 0.860961
+0.724630 0.968156 0.873697
+0.788649 0.968156 0.881191
+0.835752 0.968156 0.882094
+0.870721 0.968156 0.885847
+0.889171 0.968156 0.882190
+0.899336 0.968156 0.864704
+0.921603 0.968156 0.851902
+0.951941 0.968156 0.847050
+0.968156 0.962348 0.848416
+0.000000 0.000000 0.765665
+0.042454 0.000000 0.765858
+0.081497 0.000000 0.766512
+0.119356 0.000000 0.766855
+0.156319 0.000000 0.769948
+0.221720 0.000000 0.782470
+0.330353 0.000000 0.792019
+0.441715 0.000000 0.792925
+0.550407 0.000000 0.785010
+0.648758 0.004615 0.772997
+0.731316 0.017216 0.765439
+0.799783 0.029895 0.763461
+0.851540 0.041113 0.758523
+0.897254 0.063050 0.755153
+0.936824 0.105164 0.750304
+0.965440 0.134632 0.736383
+0.000000 0.042441 0.766682
+0.000000 0.000000 0.766875
+0.075056 0.000000 0.767621
+0.115896 0.000000 0.768165
+0.153999 0.000000 0.772108
+0.222880 0.000000 0.785406
+0.332257 0.000000 0.795208
+0.444289 0.000000 0.796425
+0.553465 0.001409 0.788729
+0.652210 0.012373 0.776715
+0.735138 0.024018 0.769270
+0.802247 0.035865 0.765990
+0.853863 0.046491 0.761171
+0.899342 0.077029 0.757496
+0.938781 0.118092 0.752675
+0.967328 0.146729 0.739005
+0.000000 0.081388 0.770423
+0.000000 0.074961 0.770710
+0.001387 0.001387 0.771637
+0.098972 0.003267 0.773677
+0.144202 0.006389 0.781028
+0.226562 0.011007 0.796525
+0.339505 0.016722 0.807429
+0.453924 0.023386 0.809829
+0.565778 0.031045 0.802964
+0.666338 0.039404 0.791617
+0.750435 0.048465 0.784504
+0.814311 0.063671 0.778280
+0.863049 0.092710 0.771061
+0.907837 0.130004 0.767046
+0.946405 0.167868 0.762015
+0.968156 0.193625 0.744053
+0.000000 0.118952 0.776830
+0.000000 0.115525 0.777328
+0.008051 0.098844 0.779222
+0.056803 0.057503 0.784531
+0.130910 0.059400 0.798031
+0.235723 0.061533 0.815505
+0.353309 0.065130 0.828773
+0.471662 0.069531 0.833168
+0.587688 0.074757 0.828365
+0.691760 0.083765 0.818414
+0.777695 0.102257 0.811930
+0.840200 0.139955 0.803546
+0.884180 0.180412 0.792281
+0.924276 0.218266 0.785242
+0.960811 0.249920 0.779295
+0.968156 0.272321 0.751733
+0.000000 0.182407 0.786512
+0.000000 0.181734 0.787416
+0.018291 0.178043 0.791529
+0.063364 0.172312 0.802832
+0.134285 0.168233 0.821147
+0.254353 0.169940 0.841598
+0.374192 0.166890 0.857348
+0.495779 0.166958 0.863786
+0.616104 0.172946 0.861354
+0.724915 0.189651 0.853539
+0.813064 0.218034 0.847017
+0.874861 0.252734 0.836895
+0.917496 0.284818 0.824005
+0.955621 0.315714 0.815601
+0.968156 0.343690 0.792192
+0.968156 0.363188 0.762309
+0.000000 0.280077 0.801481
+0.003745 0.280299 0.803537
+0.031120 0.280960 0.811373
+0.072192 0.282375 0.825435
+0.161040 0.284846 0.846045
+0.300484 0.311356 0.869691
+0.410590 0.314728 0.884798
+0.525585 0.314401 0.890662
+0.644732 0.316854 0.889497
+0.755674 0.325181 0.884190
+0.846798 0.342723 0.879506
+0.909677 0.368015 0.869245
+0.953668 0.394066 0.857274
+0.968144 0.419581 0.833644
+0.968156 0.442790 0.812831
+0.968156 0.458827 0.793449
+0.016598 0.390747 0.821661
+0.022899 0.391395 0.823748
+0.045994 0.393624 0.831448
+0.088096 0.397062 0.845787
+0.182294 0.401781 0.866636
+0.314808 0.419435 0.888240
+0.458643 0.457497 0.900777
+0.557690 0.455669 0.904129
+0.667488 0.455226 0.901875
+0.775435 0.459047 0.899079
+0.867436 0.470253 0.898072
+0.933566 0.487881 0.891854
+0.968156 0.506717 0.878170
+0.968156 0.525700 0.860487
+0.968156 0.543064 0.844470
+0.968156 0.555123 0.826407
+0.037521 0.505057 0.840268
+0.042729 0.505722 0.842015
+0.064015 0.507996 0.848627
+0.116839 0.511628 0.861510
+0.207943 0.516792 0.880284
+0.329108 0.528866 0.897990
+0.467283 0.553678 0.906912
+0.594500 0.583680 0.904885
+0.690624 0.583450 0.901629
+0.787416 0.585767 0.900022
+0.873874 0.592231 0.901763
+0.940477 0.603071 0.899927
+0.968156 0.615156 0.889881
+0.968144 0.627608 0.874610
+0.968156 0.638975 0.860614
+0.968144 0.647133 0.844062
+0.077154 0.617998 0.854484
+0.084339 0.618713 0.855880
+0.112588 0.621528 0.861541
+0.164502 0.626479 0.872719
+0.240605 0.633032 0.888627
+0.348960 0.642171 0.902286
+0.477525 0.657331 0.907242
+0.604076 0.677295 0.903475
+0.711972 0.693427 0.899127
+0.796154 0.693711 0.896847
+0.872739 0.697209 0.897317
+0.934151 0.703679 0.896227
+0.968156 0.711090 0.887715
+0.968156 0.718711 0.873508
+0.968156 0.725709 0.862377
+0.968156 0.730184 0.850287
+0.162888 0.727465 0.871546
+0.168311 0.728010 0.872718
+0.189737 0.731023 0.877129
+0.229260 0.736344 0.885620
+0.289109 0.742968 0.897258
+0.378084 0.749998 0.906495
+0.493698 0.757745 0.907872
+0.612677 0.766298 0.902640
+0.718264 0.774469 0.896855
+0.802540 0.780398 0.890090
+0.868899 0.780990 0.890161
+0.926427 0.783325 0.890556
+0.968156 0.787432 0.887375
+0.968156 0.791676 0.872914
+0.968156 0.795665 0.865267
+0.968156 0.798280 0.857835
+0.251617 0.823754 0.893383
+0.255929 0.824380 0.894053
+0.271690 0.826848 0.897029
+0.301351 0.831627 0.902584
+0.346144 0.837425 0.909696
+0.418252 0.842032 0.914174
+0.516023 0.844513 0.912709
+0.626598 0.844736 0.904924
+0.725212 0.844146 0.896883
+0.809126 0.843869 0.885976
+0.865184 0.846749 0.884053
+0.917537 0.847007 0.886688
+0.964510 0.847242 0.886766
+0.968156 0.849401 0.878509
+0.968156 0.851435 0.875237
+0.968156 0.852634 0.872237
+0.327719 0.903061 0.915778
+0.331149 0.903515 0.916019
+0.343532 0.905163 0.917552
+0.365765 0.908648 0.920662
+0.401435 0.912984 0.923893
+0.460577 0.915604 0.924681
+0.546012 0.914500 0.920269
+0.645745 0.909241 0.911328
+0.737334 0.903016 0.902059
+0.818382 0.896325 0.894635
+0.872194 0.895207 0.892595
+0.915972 0.895952 0.890544
+0.959370 0.895908 0.888995
+0.968156 0.893836 0.888637
+0.968156 0.893755 0.889420
+0.968156 0.893693 0.889909
+0.384089 0.954783 0.922626
+0.386355 0.955053 0.922623
+0.395448 0.956517 0.923705
+0.413840 0.959001 0.924996
+0.444011 0.961764 0.926001
+0.497143 0.962425 0.924489
+0.573189 0.959388 0.920053
+0.666693 0.952116 0.913428
+0.752180 0.944374 0.909013
+0.826117 0.937240 0.909964
+0.878339 0.935029 0.905989
+0.918252 0.936701 0.894360
+0.960770 0.935369 0.892569
+0.968156 0.921130 0.890981
+0.968156 0.914566 0.891168
+0.968156 0.910511 0.891036
+0.426106 0.968156 0.901585
+0.428047 0.968156 0.901352
+0.435810 0.968156 0.900832
+0.451846 0.968156 0.899977
+0.480114 0.968156 0.898957
+0.528484 0.968156 0.897880
+0.599552 0.968156 0.899334
+0.686773 0.968156 0.904342
+0.767397 0.968156 0.913326
+0.833857 0.968156 0.921908
+0.880550 0.968156 0.915400
+0.913826 0.968156 0.903397
+0.954068 0.968156 0.892461
+0.968156 0.948095 0.891329
+0.968156 0.934760 0.891940
+0.968156 0.927300 0.892434
+0.458082 0.968156 0.881604
+0.459715 0.968156 0.881664
+0.466907 0.968156 0.881938
+0.481316 0.968156 0.882437
+0.508118 0.968156 0.882650
+0.554585 0.968156 0.882847
+0.622750 0.968156 0.883561
+0.704360 0.968156 0.891475
+0.780651 0.968156 0.905856
+0.839567 0.968156 0.912957
+0.880544 0.968156 0.911378
+0.912753 0.968156 0.913272
+0.928161 0.968156 0.897732
+0.957272 0.968156 0.890544
+0.968156 0.956103 0.891176
+0.968156 0.944386 0.892807
+0.479619 0.968156 0.867277
+0.481297 0.968156 0.867381
+0.487983 0.968156 0.867728
+0.502603 0.968156 0.868566
+0.529013 0.968156 0.869711
+0.574423 0.968156 0.872069
+0.638420 0.968156 0.876395
+0.717912 0.968156 0.886171
+0.788833 0.968156 0.899476
+0.842420 0.968156 0.906072
+0.880500 0.968156 0.908433
+0.911813 0.968156 0.916410
+0.921498 0.968156 0.907867
+0.934824 0.968156 0.894771
+0.958193 0.968156 0.890456
+0.968156 0.962909 0.891975
+0.000000 0.000000 0.810109
+0.041499 0.000000 0.810265
+0.079615 0.000000 0.810792
+0.116556 0.000000 0.811176
+0.152889 0.000000 0.810505
+0.217115 0.000000 0.809896
+0.319732 0.000000 0.818269
+0.425776 0.000000 0.821933
+0.530934 0.000000 0.818251
+0.627820 0.009137 0.809535
+0.713307 0.020961 0.806731
+0.793508 0.032922 0.816272
+0.856323 0.045096 0.821094
+0.901587 0.077736 0.816315
+0.940863 0.119340 0.810316
+0.968144 0.147128 0.795777
+0.000000 0.041447 0.811125
+0.000000 0.000000 0.811178
+0.073288 0.000000 0.811915
+0.113184 0.000000 0.812444
+0.150639 0.000000 0.811834
+0.218357 0.000000 0.811945
+0.321835 0.000000 0.821244
+0.428401 0.000000 0.825459
+0.533968 0.005956 0.821720
+0.631262 0.016547 0.813151
+0.716551 0.027450 0.809952
+0.795733 0.038766 0.818646
+0.858496 0.054532 0.823445
+0.903762 0.091447 0.818624
+0.942819 0.131862 0.812671
+0.968156 0.158888 0.796500
+0.000000 0.079482 0.814666
+0.000000 0.073192 0.815008
+0.006374 0.006374 0.815959
+0.096740 0.008438 0.816893
+0.141788 0.011588 0.816987
+0.223089 0.015809 0.821085
+0.329565 0.021099 0.833434
+0.438412 0.027355 0.838708
+0.546029 0.034572 0.835759
+0.645182 0.042569 0.828032
+0.729280 0.051549 0.822820
+0.805668 0.071355 0.828794
+0.867317 0.104911 0.832934
+0.911869 0.143819 0.827508
+0.950211 0.180290 0.821313
+0.968144 0.204516 0.799428
+0.000000 0.116142 0.820871
+0.000000 0.112837 0.821363
+0.012974 0.096693 0.822733
+0.060006 0.062977 0.824805
+0.131584 0.065098 0.827515
+0.234667 0.065619 0.840415
+0.344989 0.068010 0.855172
+0.457084 0.072267 0.862312
+0.568130 0.078741 0.861218
+0.670100 0.090870 0.854719
+0.755664 0.113789 0.849872
+0.827839 0.153610 0.851146
+0.882931 0.197377 0.849209
+0.926269 0.230863 0.843608
+0.962519 0.261639 0.836186
+0.968156 0.282120 0.805332
+0.000000 0.181037 0.829408
+0.000000 0.180546 0.829875
+0.022554 0.177866 0.832265
+0.066289 0.175475 0.835753
+0.148896 0.177056 0.847669
+0.258960 0.182299 0.867674
+0.369806 0.181395 0.885295
+0.483992 0.182563 0.895215
+0.598475 0.189011 0.896037
+0.703607 0.205172 0.890269
+0.790692 0.231515 0.884920
+0.862295 0.264055 0.884637
+0.915074 0.298822 0.880256
+0.953566 0.328560 0.870727
+0.968144 0.355485 0.846258
+0.968156 0.373723 0.813754
+0.001359 0.277415 0.839675
+0.008407 0.277851 0.840413
+0.034659 0.279276 0.843940
+0.075466 0.282358 0.853016
+0.180199 0.288600 0.873662
+0.312719 0.321435 0.898690
+0.412743 0.325023 0.917780
+0.519498 0.325107 0.927648
+0.631688 0.327472 0.929076
+0.737581 0.335684 0.924654
+0.826317 0.352697 0.919892
+0.898712 0.376862 0.919088
+0.951585 0.405270 0.914366
+0.968156 0.429844 0.887535
+0.968156 0.452021 0.863765
+0.968156 0.467073 0.842293
+0.020325 0.385541 0.853909
+0.026452 0.386149 0.855430
+0.049310 0.388818 0.861533
+0.105964 0.392277 0.875654
+0.205463 0.400550 0.896633
+0.329486 0.422662 0.921838
+0.465545 0.463655 0.939675
+0.557138 0.462210 0.945983
+0.660526 0.461866 0.946169
+0.762975 0.465896 0.943865
+0.852269 0.476775 0.942358
+0.925903 0.493740 0.944134
+0.968144 0.514051 0.935940
+0.968156 0.532389 0.914121
+0.968156 0.549001 0.895194
+0.968156 0.560148 0.874296
+0.045139 0.495915 0.872722
+0.051342 0.496537 0.874142
+0.084298 0.498659 0.880932
+0.145196 0.503122 0.893704
+0.232471 0.510824 0.913539
+0.344963 0.526129 0.935591
+0.476157 0.554596 0.949287
+0.599099 0.587853 0.952881
+0.689546 0.587569 0.949404
+0.781572 0.589720 0.947762
+0.864744 0.595932 0.948752
+0.936115 0.606166 0.952453
+0.968156 0.619470 0.945670
+0.968156 0.631210 0.926485
+0.968156 0.642262 0.907738
+0.968156 0.649753 0.887980
+0.106689 0.605450 0.888736
+0.113634 0.606160 0.890222
+0.141299 0.609111 0.896008
+0.191739 0.614563 0.907359
+0.264199 0.622399 0.925156
+0.364214 0.633931 0.942887
+0.485676 0.652444 0.952291
+0.608768 0.676630 0.950592
+0.714902 0.696362 0.946205
+0.794421 0.696520 0.943480
+0.867265 0.699776 0.943320
+0.931214 0.705545 0.945573
+0.968156 0.713358 0.937862
+0.968156 0.720661 0.919261
+0.968144 0.727106 0.903456
+0.968156 0.731336 0.887286
+0.184803 0.712816 0.906341
+0.190287 0.713537 0.907474
+0.212011 0.716656 0.911870
+0.251168 0.722289 0.920965
+0.308810 0.729293 0.934745
+0.390779 0.737737 0.947685
+0.499311 0.748293 0.952931
+0.616215 0.761026 0.948552
+0.720937 0.773143 0.942366
+0.804392 0.781325 0.937860
+0.867893 0.781792 0.936090
+0.924440 0.784360 0.936826
+0.968156 0.788489 0.933809
+0.968144 0.792708 0.911894
+0.968156 0.796484 0.899727
+0.968156 0.798680 0.887747
+0.266290 0.808627 0.927222
+0.270712 0.809133 0.927949
+0.287172 0.811555 0.931201
+0.317146 0.816000 0.937470
+0.360586 0.821844 0.946499
+0.427554 0.827566 0.953993
+0.520115 0.832507 0.955420
+0.628426 0.836203 0.948610
+0.726976 0.839383 0.940694
+0.808744 0.842591 0.932322
+0.867850 0.846962 0.925630
+0.917150 0.847281 0.928071
+0.964697 0.847833 0.930418
+0.968156 0.849660 0.911406
+0.968156 0.851428 0.902639
+0.968156 0.852569 0.895227
+0.335900 0.887847 0.947982
+0.340387 0.888241 0.948073
+0.354112 0.889851 0.949907
+0.376037 0.893104 0.953810
+0.410407 0.897714 0.958734
+0.465272 0.901256 0.961954
+0.546702 0.902023 0.959490
+0.644928 0.899999 0.951312
+0.736423 0.897059 0.941763
+0.814493 0.894436 0.932678
+0.873454 0.894512 0.925130
+0.914819 0.897060 0.926306
+0.956522 0.897139 0.927908
+0.968156 0.896665 0.918347
+0.968156 0.896902 0.913437
+0.968156 0.897357 0.910271
+0.394349 0.952632 0.964981
+0.396966 0.952900 0.965059
+0.407515 0.953887 0.966030
+0.425042 0.956460 0.967956
+0.452764 0.958109 0.968156
+0.501572 0.959809 0.968156
+0.572679 0.959369 0.965801
+0.664339 0.953165 0.955863
+0.748905 0.946086 0.945697
+0.821482 0.939888 0.937839
+0.881207 0.935511 0.934092
+0.919757 0.936327 0.931655
+0.956695 0.936861 0.931664
+0.968156 0.934257 0.930457
+0.968156 0.932040 0.929103
+0.968156 0.931447 0.928898
+0.434990 0.968144 0.941333
+0.436811 0.968156 0.940994
+0.444317 0.968156 0.940789
+0.459407 0.968156 0.940000
+0.485316 0.968156 0.938803
+0.529854 0.968156 0.937222
+0.597739 0.968156 0.935462
+0.682746 0.968156 0.935380
+0.762364 0.968156 0.936389
+0.830105 0.968156 0.940560
+0.887315 0.968156 0.945652
+0.922396 0.968156 0.939696
+0.957630 0.968156 0.934776
+0.968156 0.954919 0.933755
+0.968156 0.946387 0.931734
+0.968156 0.942557 0.930603
+0.464105 0.968156 0.916382
+0.465704 0.968156 0.916525
+0.472585 0.968156 0.916803
+0.485950 0.968156 0.917186
+0.510320 0.968156 0.917353
+0.553715 0.968156 0.915724
+0.618485 0.968156 0.912521
+0.699126 0.968156 0.912810
+0.774950 0.968156 0.919668
+0.838542 0.968156 0.930397
+0.889204 0.968156 0.935727
+0.923127 0.968156 0.937534
+0.946459 0.968156 0.939674
+0.962627 0.968156 0.933224
+0.968156 0.960018 0.931729
+0.968156 0.953331 0.931421
+0.483321 0.968156 0.898333
+0.484823 0.968156 0.898349
+0.491109 0.968156 0.898710
+0.504685 0.968156 0.898941
+0.529007 0.968156 0.898961
+0.571488 0.968156 0.898733
+0.632842 0.968156 0.898401
+0.711743 0.968144 0.901475
+0.784400 0.968156 0.911445
+0.844009 0.968156 0.923305
+0.888366 0.968156 0.928456
+0.921709 0.968156 0.935034
+0.948057 0.968156 0.946698
+0.950885 0.968156 0.935499
+0.963676 0.968156 0.930790
+0.968156 0.964529 0.930388
+0.000000 0.000000 0.847310
+0.040478 0.000000 0.847510
+0.077680 0.000000 0.848013
+0.113771 0.000000 0.848587
+0.149211 0.000000 0.847972
+0.213613 0.000000 0.845526
+0.310993 0.000000 0.843733
+0.412252 0.000000 0.847825
+0.513841 0.002691 0.846794
+0.609999 0.013385 0.842193
+0.698641 0.024465 0.844557
+0.778322 0.035720 0.854079
+0.849331 0.047290 0.866827
+0.906365 0.095166 0.872923
+0.945468 0.135137 0.865665
+0.968144 0.161251 0.846205
+0.000000 0.040458 0.848329
+0.000000 0.000000 0.848486
+0.071532 0.000000 0.849107
+0.110444 0.000000 0.849786
+0.147074 0.000000 0.849395
+0.214859 0.000000 0.846952
+0.313095 0.000000 0.846410
+0.414915 0.001621 0.851227
+0.516785 0.010578 0.850287
+0.613039 0.020430 0.845005
+0.701299 0.030724 0.847166
+0.780664 0.041393 0.856582
+0.851610 0.060601 0.869242
+0.908530 0.108347 0.875072
+0.947374 0.147217 0.867850
+0.968144 0.172679 0.846770
+0.000000 0.077586 0.851917
+0.000000 0.071436 0.852147
+0.011932 0.011932 0.853187
+0.094593 0.013745 0.854155
+0.139241 0.016581 0.854320
+0.220197 0.020468 0.852731
+0.321208 0.025371 0.856898
+0.425230 0.031296 0.864153
+0.528975 0.038027 0.864119
+0.626290 0.045600 0.859107
+0.712186 0.056124 0.857722
+0.789946 0.077956 0.865711
+0.860320 0.112281 0.878094
+0.916442 0.159068 0.883562
+0.954457 0.194057 0.875901
+0.968144 0.216740 0.848817
+0.000000 0.113375 0.858061
+0.000000 0.110081 0.858332
+0.017923 0.094839 0.859965
+0.063309 0.069067 0.862176
+0.132357 0.070741 0.863259
+0.233544 0.073143 0.865653
+0.338190 0.071927 0.878533
+0.444828 0.074982 0.887950
+0.551302 0.085149 0.889718
+0.651021 0.099468 0.885696
+0.736180 0.127394 0.882273
+0.808724 0.165399 0.884359
+0.875309 0.204763 0.893459
+0.929192 0.244285 0.897330
+0.966026 0.273322 0.889111
+0.968156 0.292596 0.853070
+0.000000 0.179837 0.866588
+0.000000 0.179439 0.867202
+0.026766 0.177650 0.869300
+0.069293 0.177671 0.872674
+0.162257 0.186086 0.876734
+0.264412 0.194707 0.891349
+0.367154 0.195504 0.909447
+0.474424 0.197759 0.921384
+0.583294 0.204314 0.924622
+0.684966 0.219520 0.921387
+0.771082 0.243777 0.917175
+0.842223 0.274275 0.917194
+0.903910 0.307285 0.921318
+0.953032 0.342190 0.921155
+0.968156 0.368172 0.894693
+0.968144 0.385224 0.859602
+0.005785 0.274054 0.876814
+0.012842 0.274534 0.877668
+0.038166 0.276507 0.880303
+0.086041 0.280910 0.884737
+0.197030 0.293162 0.898515
+0.324591 0.331647 0.923937
+0.416036 0.335836 0.944245
+0.514890 0.336267 0.957265
+0.620538 0.338589 0.961196
+0.721722 0.346209 0.957954
+0.808315 0.362259 0.953955
+0.880044 0.385329 0.953157
+0.941425 0.412274 0.956460
+0.968156 0.440941 0.935808
+0.968156 0.462225 0.909469
+0.968156 0.476147 0.886376
+0.023907 0.379364 0.889728
+0.029899 0.380182 0.890365
+0.056011 0.383034 0.893362
+0.127744 0.387920 0.902153
+0.225254 0.400177 0.922451
+0.343290 0.426909 0.948924
+0.472996 0.470480 0.968156
+0.554888 0.469545 0.968156
+0.648374 0.469430 0.968144
+0.744349 0.473083 0.968156
+0.829776 0.483482 0.968156
+0.899652 0.499534 0.968144
+0.952226 0.518929 0.968156
+0.968156 0.540070 0.962925
+0.968156 0.555894 0.940512
+0.968144 0.566274 0.917561
+0.059570 0.486224 0.904661
+0.068010 0.486962 0.905324
+0.106245 0.489558 0.909508
+0.167991 0.495500 0.921275
+0.253226 0.505743 0.941510
+0.360228 0.524589 0.966183
+0.485319 0.553715 0.968156
+0.603183 0.592681 0.968156
+0.682469 0.592213 0.968144
+0.766117 0.594087 0.968156
+0.842199 0.599738 0.968144
+0.905834 0.609760 0.968144
+0.945968 0.622001 0.968156
+0.968156 0.635904 0.968156
+0.968144 0.646313 0.946527
+0.968156 0.653239 0.927143
+0.122959 0.593081 0.920543
+0.131730 0.593891 0.921084
+0.163194 0.597153 0.925404
+0.213499 0.603533 0.936978
+0.284445 0.613051 0.955282
+0.379033 0.623261 0.968156
+0.494493 0.640707 0.968156
+0.613631 0.671868 0.968156
+0.716677 0.699668 0.968144
+0.787418 0.699642 0.968156
+0.853846 0.702348 0.968156
+0.911210 0.707709 0.968144
+0.956625 0.715005 0.968156
+0.968156 0.722923 0.961771
+0.968156 0.729050 0.942484
+0.968156 0.732986 0.922864
+0.194231 0.698945 0.938606
+0.201213 0.699556 0.939379
+0.228802 0.702669 0.942162
+0.268489 0.708645 0.951330
+0.325304 0.716670 0.966532
+0.402926 0.718113 0.968156
+0.506546 0.727750 0.968156
+0.620014 0.747889 0.968156
+0.724047 0.769349 0.968156
+0.805006 0.783101 0.968156
+0.863004 0.783211 0.968156
+0.915544 0.785646 0.968156
+0.960989 0.789485 0.968156
+0.968156 0.793934 0.949592
+0.968156 0.797292 0.932837
+0.968156 0.799477 0.917118
+0.270723 0.793753 0.958348
+0.275901 0.794429 0.958745
+0.296329 0.796702 0.961223
+0.329706 0.801261 0.967532
+0.372904 0.800340 0.968144
+0.436484 0.799793 0.968156
+0.525288 0.805363 0.968156
+0.630672 0.817302 0.968156
+0.728872 0.830135 0.968156
+0.809387 0.840201 0.968156
+0.870260 0.846794 0.966610
+0.917358 0.847206 0.966809
+0.962412 0.848120 0.968144
+0.968156 0.850349 0.943873
+0.968156 0.851917 0.930132
+0.968156 0.852957 0.918507
+0.340763 0.865849 0.968144
+0.346140 0.866134 0.968156
+0.361448 0.866021 0.968144
+0.384697 0.865721 0.968144
+0.418837 0.864763 0.968156
+0.470873 0.865291 0.968156
+0.548824 0.868999 0.968156
+0.645453 0.875913 0.968144
+0.737291 0.883606 0.968156
+0.813156 0.889689 0.968156
+0.873779 0.893258 0.961076
+0.916522 0.897283 0.959383
+0.955305 0.897519 0.962121
+0.968156 0.897172 0.945380
+0.968156 0.897184 0.934132
+0.968156 0.897539 0.927058
+0.396120 0.915429 0.968156
+0.399409 0.915652 0.968156
+0.412982 0.915831 0.968156
+0.430602 0.916019 0.968156
+0.458024 0.917386 0.968156
+0.503984 0.919365 0.968156
+0.572901 0.920840 0.968156
+0.662854 0.924430 0.968156
+0.747686 0.929502 0.968156
+0.819429 0.933466 0.968156
+0.879287 0.933677 0.963445
+0.920356 0.935380 0.961141
+0.955251 0.937698 0.962831
+0.968156 0.937694 0.952843
+0.968156 0.936853 0.946122
+0.968156 0.936297 0.943343
+0.444717 0.960050 0.968156
+0.446487 0.960300 0.968156
+0.453746 0.961151 0.968156
+0.468533 0.962937 0.968156
+0.492873 0.964923 0.968156
+0.533822 0.965586 0.968144
+0.598486 0.964379 0.968144
+0.681283 0.965603 0.968156
+0.760310 0.968144 0.968156
+0.826347 0.968156 0.967149
+0.885260 0.968156 0.967051
+0.926861 0.968156 0.967431
+0.959319 0.968156 0.965371
+0.968156 0.967539 0.967158
+0.968156 0.966312 0.966065
+0.968156 0.964908 0.964499
+0.471314 0.968156 0.945472
+0.473076 0.968156 0.945506
+0.479762 0.968156 0.945624
+0.492501 0.968144 0.945625
+0.514826 0.968156 0.946004
+0.555681 0.968156 0.946523
+0.616907 0.968156 0.944835
+0.696330 0.968156 0.940904
+0.771135 0.968156 0.941273
+0.834167 0.968156 0.945008
+0.889930 0.968156 0.951713
+0.930608 0.968156 0.955908
+0.959926 0.968156 0.962414
+0.968156 0.968156 0.968156
+0.968156 0.968144 0.968144
+0.968156 0.967771 0.966892
+0.488815 0.968156 0.924683
+0.490239 0.968156 0.924693
+0.496159 0.968156 0.924783
+0.508980 0.968144 0.925587
+0.531737 0.968156 0.926225
+0.571406 0.968156 0.927284
+0.630312 0.968156 0.925584
+0.707698 0.968156 0.922350
+0.779958 0.968156 0.925316
+0.841111 0.968156 0.934799
+0.891952 0.968156 0.943922
+0.930310 0.968156 0.950165
+0.958975 0.968156 0.961305
+0.968156 0.968156 0.968156
+0.968144 0.968156 0.968144
+0.968156 0.968144 0.967459
+0.000000 0.000000 0.878811
+0.039416 0.000000 0.879131
+0.075676 0.000000 0.879658
+0.110783 0.000000 0.880288
+0.145390 0.000000 0.879902
+0.208680 0.000000 0.877635
+0.302995 0.000000 0.874630
+0.399308 0.000000 0.873153
+0.497155 0.007128 0.873148
+0.593022 0.016945 0.872253
+0.682574 0.027233 0.877152
+0.761511 0.037942 0.885932
+0.831730 0.051842 0.897797
+0.896762 0.099427 0.911735
+0.950153 0.151886 0.918352
+0.968156 0.176259 0.892867
+0.000000 0.039397 0.879778
+0.000000 0.000000 0.880031
+0.069646 0.000000 0.880695
+0.107594 0.000000 0.881275
+0.143385 0.000000 0.881239
+0.210206 0.000000 0.879226
+0.305077 0.000000 0.876378
+0.401721 0.006197 0.875335
+0.499698 0.014651 0.875766
+0.595920 0.023732 0.875066
+0.685097 0.033377 0.879515
+0.763994 0.043482 0.888256
+0.833906 0.065577 0.899989
+0.898980 0.112523 0.913843
+0.952166 0.163519 0.920531
+0.968156 0.187258 0.893451
+0.000000 0.075572 0.883204
+0.000000 0.069589 0.883552
+0.016928 0.016928 0.884740
+0.092453 0.018632 0.885904
+0.136498 0.021196 0.886060
+0.216541 0.024798 0.884840
+0.313219 0.029331 0.882798
+0.411846 0.034810 0.886480
+0.511768 0.041149 0.888716
+0.607394 0.048385 0.886029
+0.695103 0.061241 0.888935
+0.773235 0.083163 0.897323
+0.842720 0.117535 0.908897
+0.906726 0.162775 0.922004
+0.959008 0.208609 0.927987
+0.968144 0.229771 0.894774
+0.000000 0.110426 0.889468
+0.000000 0.107333 0.889883
+0.022442 0.094084 0.891583
+0.066458 0.075832 0.894032
+0.133428 0.076826 0.895206
+0.231636 0.080303 0.895025
+0.330755 0.080875 0.899144
+0.432299 0.082674 0.909676
+0.534579 0.093233 0.913995
+0.631876 0.110392 0.912156
+0.716638 0.138898 0.910133
+0.789940 0.173781 0.913188
+0.857627 0.209481 0.923387
+0.919452 0.247441 0.934916
+0.968156 0.285609 0.938788
+0.968156 0.303937 0.897324
+0.000000 0.177525 0.898104
+0.002841 0.177347 0.898698
+0.030641 0.176672 0.900872
+0.072145 0.179290 0.904375
+0.173428 0.194323 0.907885
+0.269201 0.205986 0.913430
+0.364535 0.208183 0.930202
+0.465181 0.211467 0.943207
+0.568289 0.218253 0.949044
+0.666750 0.231812 0.947664
+0.751826 0.253918 0.944737
+0.822775 0.282211 0.944830
+0.884387 0.313449 0.948764
+0.940784 0.346861 0.955779
+0.968156 0.381137 0.940243
+0.968156 0.396578 0.901935
+0.009936 0.269131 0.908476
+0.016773 0.269816 0.909312
+0.041272 0.272458 0.911929
+0.096468 0.277879 0.916095
+0.210549 0.296900 0.921998
+0.335633 0.341466 0.946182
+0.419065 0.345981 0.966526
+0.506170 0.346858 0.968156
+0.599956 0.349204 0.968156
+0.694928 0.355928 0.968144
+0.779953 0.370685 0.968156
+0.850216 0.392186 0.968156
+0.907630 0.417765 0.968156
+0.956129 0.445052 0.968156
+0.968156 0.473006 0.951842
+0.968156 0.485823 0.926931
+0.027330 0.371249 0.920777
+0.033539 0.372094 0.921598
+0.063478 0.375276 0.924327
+0.141383 0.382320 0.928699
+0.241438 0.399121 0.944660
+0.355535 0.430106 0.968156
+0.480056 0.477432 0.968156
+0.550167 0.476816 0.968156
+0.632232 0.476815 0.968156
+0.718311 0.480144 0.968156
+0.796423 0.489502 0.968156
+0.862541 0.504535 0.968144
+0.916390 0.522918 0.968156
+0.946196 0.543086 0.968156
+0.968156 0.563431 0.968144
+0.968156 0.572988 0.947152
+0.066198 0.474865 0.935056
+0.075860 0.475615 0.935773
+0.117029 0.478814 0.938031
+0.185337 0.486687 0.944708
+0.269760 0.499930 0.964955
+0.373773 0.515541 0.968144
+0.493659 0.551552 0.968156
+0.607647 0.597735 0.968144
+0.677265 0.596926 0.968156
+0.751308 0.598343 0.968156
+0.820308 0.603711 0.968156
+0.881226 0.612906 0.968156
+0.924915 0.624431 0.968156
+0.947378 0.637523 0.968156
+0.968156 0.650767 0.968156
+0.968156 0.657119 0.948953
+0.129380 0.578925 0.949577
+0.138427 0.579849 0.950234
+0.173206 0.583485 0.952858
+0.230095 0.591142 0.961739
+0.300685 0.596444 0.968144
+0.392214 0.603669 0.968156
+0.503016 0.630502 0.968156
+0.618357 0.668710 0.968156
+0.718249 0.702759 0.968156
+0.777527 0.702429 0.968156
+0.834441 0.704715 0.968144
+0.885515 0.709686 0.968156
+0.929115 0.716408 0.968156
+0.949403 0.723636 0.968156
+0.968156 0.731244 0.968144
+0.968156 0.734802 0.950975
+0.197856 0.682581 0.966624
+0.205758 0.683335 0.966995
+0.236796 0.686828 0.968144
+0.281083 0.687970 0.968156
+0.338644 0.687560 0.968144
+0.413904 0.690983 0.968156
+0.513745 0.710104 0.968156
+0.623573 0.734761 0.968144
+0.726888 0.763267 0.968156
+0.803011 0.784963 0.968156
+0.848597 0.784915 0.968156
+0.891055 0.786844 0.968156
+0.928922 0.790252 0.968156
+0.955184 0.794235 0.968156
+0.968156 0.798486 0.966208
+0.968156 0.800330 0.946147
+0.269380 0.764276 0.968156
+0.275644 0.764614 0.968156
+0.300701 0.766026 0.968156
+0.338334 0.766825 0.968156
+0.382234 0.766034 0.968156
+0.444303 0.770339 0.968156
+0.530000 0.782076 0.968156
+0.632635 0.795984 0.968156
+0.730654 0.813055 0.968156
+0.810841 0.833411 0.968156
+0.866034 0.847068 0.968156
+0.901025 0.847254 0.968156
+0.933869 0.848471 0.968156
+0.963993 0.850401 0.968156
+0.968156 0.852405 0.957933
+0.968156 0.853259 0.942018
+0.338210 0.828176 0.968144
+0.343885 0.828589 0.968156
+0.362351 0.829417 0.968156
+0.390586 0.829682 0.968156
+0.425071 0.830503 0.968156
+0.475686 0.836837 0.968156
+0.551400 0.842902 0.968156
+0.645943 0.849003 0.968144
+0.737880 0.858730 0.968156
+0.813666 0.871896 0.968156
+0.873851 0.887021 0.968156
+0.912952 0.896865 0.968156
+0.939490 0.897285 0.968156
+0.965962 0.897116 0.968156
+0.968156 0.897353 0.955710
+0.968156 0.897648 0.944570
+0.394896 0.879678 0.968144
+0.399084 0.879793 0.968156
+0.415823 0.880700 0.968144
+0.434618 0.883788 0.968156
+0.462240 0.888259 0.968156
+0.506306 0.892093 0.968156
+0.573729 0.893889 0.968156
+0.661625 0.893630 0.968156
+0.747419 0.899155 0.968156
+0.818594 0.907396 0.968156
+0.877616 0.917968 0.968156
+0.920988 0.929537 0.968156
+0.948279 0.937707 0.968156
+0.966179 0.938007 0.968156
+0.968156 0.937206 0.958773
+0.968156 0.936454 0.953223
+0.444633 0.930909 0.968156
+0.446585 0.931211 0.968156
+0.454987 0.932333 0.968156
+0.470555 0.934599 0.968156
+0.494569 0.937187 0.968156
+0.533979 0.938564 0.968156
+0.596563 0.937192 0.968156
+0.678381 0.933008 0.968156
+0.758189 0.935441 0.968156
+0.824575 0.939936 0.968156
+0.882231 0.945744 0.968156
+0.926022 0.952232 0.968156
+0.959114 0.962307 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.480349 0.968156 0.968156
+0.481919 0.968156 0.968156
+0.488362 0.968156 0.968156
+0.500804 0.968156 0.968156
+0.521997 0.968156 0.968156
+0.559616 0.968156 0.968156
+0.617939 0.968156 0.968156
+0.694915 0.967516 0.968156
+0.769105 0.968120 0.968156
+0.831541 0.968156 0.968120
+0.886274 0.968156 0.967806
+0.931005 0.968156 0.968144
+0.963887 0.968156 0.968144
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.495438 0.968156 0.946679
+0.496894 0.968156 0.946743
+0.502537 0.968156 0.946783
+0.514831 0.968156 0.947037
+0.536125 0.968156 0.947309
+0.573249 0.968156 0.948081
+0.630185 0.968156 0.949146
+0.705337 0.968156 0.947920
+0.776696 0.968156 0.945236
+0.837041 0.968156 0.947448
+0.889699 0.968156 0.954013
+0.933915 0.968156 0.960668
+0.965390 0.968156 0.967534
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.000000 0.000000 0.902005
+0.038076 0.000000 0.902300
+0.073063 0.000000 0.902742
+0.106993 0.000000 0.903357
+0.140293 0.000000 0.903315
+0.198723 0.000000 0.901521
+0.288842 0.000000 0.898812
+0.381441 0.001410 0.896788
+0.474673 0.009418 0.895820
+0.568538 0.018454 0.896350
+0.657114 0.027953 0.900260
+0.736182 0.037931 0.907832
+0.806162 0.049367 0.918500
+0.870455 0.092486 0.931441
+0.930980 0.142712 0.945387
+0.968156 0.191935 0.938840
+0.000000 0.038049 0.902965
+0.000000 0.000000 0.903097
+0.067270 0.000000 0.903733
+0.103892 0.000000 0.904482
+0.138238 0.000000 0.904595
+0.200503 0.000000 0.903100
+0.291056 0.002201 0.900582
+0.383800 0.009092 0.898479
+0.477095 0.016787 0.897706
+0.571310 0.025124 0.898743
+0.659794 0.034040 0.902600
+0.738711 0.043487 0.910067
+0.808434 0.062973 0.920701
+0.872462 0.105758 0.933480
+0.932844 0.154591 0.947359
+0.968144 0.202469 0.939035
+0.000000 0.072987 0.906236
+0.000000 0.067197 0.906627
+0.020742 0.020742 0.907854
+0.089656 0.022282 0.909022
+0.131260 0.024598 0.909504
+0.207717 0.027848 0.908501
+0.300028 0.031983 0.906838
+0.393603 0.037020 0.905956
+0.488197 0.042859 0.907394
+0.582033 0.050075 0.907882
+0.669914 0.062828 0.911622
+0.748162 0.082902 0.919136
+0.817435 0.114269 0.929457
+0.880585 0.156697 0.941596
+0.939772 0.200580 0.954639
+0.968156 0.243422 0.939685
+0.000000 0.106686 0.912255
+0.000000 0.103998 0.912725
+0.025725 0.092626 0.914556
+0.068927 0.080941 0.917409
+0.132235 0.081634 0.918593
+0.225154 0.085333 0.918615
+0.318732 0.088335 0.918047
+0.414164 0.094103 0.924818
+0.511167 0.102982 0.930941
+0.605601 0.118750 0.931325
+0.690812 0.143117 0.930766
+0.765088 0.173846 0.934362
+0.832925 0.206878 0.943922
+0.894231 0.242483 0.954644
+0.951542 0.278802 0.966474
+0.968144 0.315878 0.941155
+0.000000 0.170734 0.920588
+0.006019 0.170833 0.921314
+0.033166 0.171614 0.923532
+0.074158 0.177902 0.927358
+0.182033 0.200882 0.931460
+0.269863 0.213549 0.933542
+0.357676 0.217742 0.944658
+0.450957 0.221275 0.958370
+0.547669 0.227648 0.966027
+0.642423 0.239319 0.966874
+0.726379 0.258449 0.964953
+0.797734 0.283813 0.964514
+0.859270 0.312640 0.967974
+0.910198 0.344092 0.968156
+0.954204 0.376482 0.968144
+0.968144 0.407512 0.943035
+0.011987 0.257996 0.930850
+0.018700 0.258874 0.931616
+0.042889 0.262723 0.934433
+0.102320 0.270599 0.938704
+0.217766 0.296039 0.943090
+0.344002 0.349000 0.962406
+0.416963 0.353599 0.968156
+0.493014 0.354966 0.968156
+0.576136 0.356976 0.968156
+0.662799 0.362399 0.968144
+0.743430 0.374836 0.968156
+0.811234 0.394009 0.968156
+0.867382 0.417561 0.968144
+0.914846 0.443175 0.968144
+0.952710 0.469528 0.968156
+0.968156 0.496068 0.964822
+0.027792 0.355723 0.942765
+0.033796 0.356769 0.943417
+0.064754 0.360704 0.946096
+0.145368 0.370007 0.950403
+0.250938 0.392871 0.959890
+0.364087 0.427877 0.968156
+0.485596 0.482801 0.968156
+0.546284 0.482413 0.968156
+0.619488 0.482417 0.968144
+0.697593 0.485128 0.968144
+0.770595 0.492997 0.968156
+0.834170 0.506096 0.968144
+0.889204 0.522830 0.968156
+0.924537 0.541677 0.968156
+0.946995 0.560997 0.968156
+0.968156 0.580196 0.968156
+0.065759 0.455563 0.956295
+0.075472 0.456528 0.957051
+0.117090 0.460352 0.959222
+0.190561 0.470538 0.962851
+0.279450 0.483534 0.968156
+0.382617 0.504937 0.968156
+0.499866 0.549430 0.968156
+0.611160 0.601548 0.968156
+0.672004 0.600716 0.968156
+0.738138 0.601743 0.968156
+0.802022 0.606181 0.968156
+0.859517 0.613934 0.968156
+0.907100 0.624534 0.968156
+0.928650 0.636670 0.968156
+0.948840 0.649064 0.968156
+0.968156 0.661103 0.968156
+0.125429 0.555008 0.968156
+0.134690 0.555747 0.968156
+0.171495 0.558955 0.968156
+0.234678 0.565196 0.968156
+0.309189 0.571311 0.968144
+0.400819 0.585317 0.968156
+0.509006 0.620467 0.968156
+0.622313 0.665253 0.968156
+0.719816 0.704986 0.968156
+0.771497 0.704570 0.968156
+0.822147 0.706452 0.968156
+0.868473 0.710492 0.968156
+0.909541 0.716356 0.968156
+0.933082 0.723021 0.968156
+0.951171 0.730223 0.968156
+0.968144 0.736512 0.968144
+0.189789 0.645870 0.968156
+0.198134 0.646643 0.968156
+0.230581 0.649690 0.968144
+0.283001 0.654079 0.968156
+0.344002 0.656616 0.968156
+0.420444 0.667437 0.968156
+0.518489 0.693143 0.968156
+0.626188 0.724369 0.968156
+0.728795 0.759207 0.968156
+0.802790 0.786099 0.968156
+0.840813 0.785934 0.968156
+0.876993 0.787426 0.968156
+0.910280 0.790394 0.968156
+0.937676 0.794079 0.968156
+0.953321 0.797756 0.968156
+0.968156 0.801245 0.968156
+0.257695 0.725841 0.968156
+0.264371 0.726448 0.968156
+0.292709 0.728959 0.968156
+0.336489 0.731811 0.968144
+0.383974 0.732904 0.968156
+0.447145 0.744077 0.968144
+0.532094 0.760842 0.968156
+0.633212 0.779973 0.968156
+0.731548 0.802800 0.968156
+0.811947 0.828850 0.968156
+0.863738 0.847539 0.968156
+0.890542 0.847530 0.968156
+0.916818 0.848643 0.968156
+0.942356 0.850247 0.968156
+0.958178 0.852046 0.968156
+0.968156 0.853544 0.966222
+0.324481 0.791193 0.968156
+0.330402 0.791631 0.968156
+0.352892 0.793252 0.968156
+0.387139 0.794986 0.968156
+0.424081 0.800331 0.968156
+0.475892 0.809969 0.968156
+0.551096 0.819459 0.968156
+0.644615 0.829843 0.968156
+0.737455 0.842901 0.968156
+0.814014 0.860007 0.968156
+0.874154 0.882206 0.968156
+0.909731 0.896267 0.968156
+0.928798 0.896583 0.968156
+0.948037 0.896779 0.968156
+0.963513 0.897133 0.968156
+0.968156 0.897628 0.963611
+0.382850 0.848354 0.968156
+0.387631 0.848651 0.968156
+0.406714 0.849817 0.968144
+0.430795 0.853225 0.968156
+0.460237 0.858823 0.968144
+0.504060 0.864615 0.968156
+0.571621 0.869259 0.968156
+0.658824 0.872975 0.968156
+0.745945 0.878780 0.968156
+0.817807 0.889675 0.968156
+0.876082 0.905420 0.968156
+0.921588 0.925596 0.968156
+0.945344 0.937221 0.968156
+0.956545 0.937702 0.968156
+0.968225 0.937394 0.968156
+0.968156 0.936444 0.963938
+0.435760 0.900793 0.968156
+0.438254 0.900839 0.968156
+0.448284 0.902058 0.968156
+0.466709 0.904382 0.968156
+0.491554 0.907634 0.968156
+0.530822 0.911003 0.968156
+0.592168 0.911703 0.968156
+0.674204 0.910705 0.968156
+0.755600 0.911373 0.968156
+0.823146 0.917564 0.968156
+0.879567 0.928039 0.968156
+0.924642 0.942051 0.968156
+0.959690 0.960817 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.471237 0.944023 0.968156
+0.474086 0.944059 0.968156
+0.483169 0.944389 0.968156
+0.496348 0.945168 0.968156
+0.518068 0.946118 0.968144
+0.554156 0.947200 0.968144
+0.612662 0.946888 0.968156
+0.689375 0.944654 0.968156
+0.765579 0.941581 0.968156
+0.828796 0.943883 0.968156
+0.883264 0.949384 0.968156
+0.928460 0.957084 0.968156
+0.963200 0.966485 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.503411 0.968156 0.968156
+0.504780 0.968156 0.968156
+0.510679 0.968156 0.968156
+0.522632 0.968156 0.968156
+0.542617 0.968156 0.968156
+0.576857 0.968156 0.968156
+0.631301 0.968156 0.968156
+0.703916 0.968156 0.968156
+0.774553 0.968144 0.968156
+0.834356 0.968156 0.968144
+0.885288 0.968156 0.967587
+0.931584 0.968156 0.968177
+0.967957 0.968156 0.968144
+0.968156 0.968156 0.968156
+0.968156 0.968156 0.968156
+0.968163 0.968156 0.968156
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/LOW_SAT_-_Braw_Vivid_Ludeman_LUT.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/LOW_SAT_-_Braw_Vivid_Ludeman_LUT.cube
new file mode 100644
index 0000000000000000000000000000000000000000..57c5f1803fe4aa75727269e325e569b68397fbb4
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/LOW_SAT_-_Braw_Vivid_Ludeman_LUT.cube
@@ -0,0 +1,35940 @@
+TITLE "Generated by Resolve"
+LUT_3D_SIZE 33
+
+0.00538643 0.0355077 0.0424048
+0.00541695 0.0355535 0.0425116
+0.00547799 0.0356298 0.0426642
+0.00567636 0.0357214 0.0428779
+0.00633249 0.0358892 0.0433204
+0.00708019 0.0360723 0.0438087
+0.00781262 0.036286 0.0443122
+0.00872816 0.0365759 0.0448005
+0.0101167 0.0369879 0.0452735
+0.0120851 0.0375219 0.0458991
+0.0154421 0.0379034 0.04654
+0.0225681 0.0380255 0.0470436
+0.0319371 0.0387579 0.0483253
+0.0435798 0.0399481 0.049958
+0.0581521 0.041474 0.0516365
+0.0742046 0.0434424 0.0521401
+0.0921492 0.0453346 0.0527047
+0.112367 0.0473487 0.0535744
+0.136248 0.049836 0.0551614
+0.161868 0.0530404 0.0574502
+0.189303 0.0563363 0.059617
+0.21912 0.0595407 0.0614023
+0.253223 0.0623789 0.0617685
+0.290944 0.0656443 0.0622568
+0.332723 0.0694133 0.0630503
+0.380804 0.074052 0.0654917
+0.432975 0.0791333 0.0695811
+0.488685 0.0845655 0.0747997
+0.546532 0.0898451 0.0798657
+0.604623 0.0944076 0.0847181
+0.663981 0.0995499 0.0897841
+0.72726 0.10753 0.0957961
+0.787915 0.116213 0.101549
+0.00588998 0.0361639 0.0434272
+0.00595102 0.0362402 0.043595
+0.0059968 0.0363165 0.0437629
+0.00627146 0.0364843 0.044007
+0.00683604 0.0366827 0.0443732
+0.00746166 0.0368963 0.0447852
+0.00814832 0.0371252 0.0452125
+0.00909438 0.0374456 0.045655
+0.0105898 0.0378424 0.0461891
+0.0127871 0.0382391 0.0467536
+0.016434 0.0384222 0.0471809
+0.0244144 0.038819 0.0478523
+0.0344549 0.0399634 0.049485
+0.0481422 0.0415808 0.0511635
+0.0634623 0.0432746 0.0522927
+0.0799115 0.0449989 0.0526284
+0.0991226 0.046952 0.0533761
+0.121233 0.0492561 0.0546273
+0.145724 0.051957 0.0563821
+0.171862 0.0553597 0.0589761
+0.200717 0.0585641 0.0609751
+0.231846 0.0615549 0.0622568
+0.266392 0.06421 0.0623331
+0.306615 0.0676738 0.0628519
+0.3505 0.0716869 0.0641794
+0.398245 0.0762493 0.0665446
+0.453117 0.08159 0.0716259
+0.509377 0.0869154 0.0767071
+0.567117 0.0921492 0.0816968
+0.62591 0.0965286 0.0865949
+0.686946 0.103044 0.092195
+0.749355 0.111177 0.0982071
+0.809369 0.119997 0.103929
+0.00607309 0.0370184 0.0442817
+0.00608835 0.0371252 0.044419
+0.00610361 0.0372168 0.0445716
+0.00650034 0.0373693 0.0448463
+0.00704967 0.0375525 0.0452125
+0.00762951 0.0377661 0.0456397
+0.00831617 0.037995 0.0460822
+0.00933852 0.0383001 0.0465705
+0.0108797 0.0386816 0.0471199
+0.0132143 0.0389715 0.0475929
+0.0182193 0.0393378 0.0481575
+0.0268711 0.0402228 0.0491646
+0.0372778 0.0416876 0.0506142
+0.0532387 0.0432593 0.0519265
+0.0694438 0.0448615 0.0525978
+0.0868391 0.0466468 0.0532387
+0.106172 0.0486763 0.054139
+0.130251 0.0513008 0.0556954
+0.155688 0.0543679 0.057908
+0.182483 0.0577401 0.0605478
+0.212161 0.0608072 0.0623636
+0.244938 0.0634623 0.0628519
+0.280797 0.0661479 0.0628519
+0.32221 0.069749 0.0634165
+0.368338 0.074052 0.0652934
+0.418143 0.0787671 0.0684672
+0.47303 0.084062 0.0736095
+0.530526 0.0893873 0.0786145
+0.588479 0.0943313 0.0835584
+0.646586 0.0986648 0.0884718
+0.709667 0.106691 0.0946517
+0.771115 0.115145 0.100603
+0.83093 0.123995 0.106432
+0.00611887 0.0380102 0.0451057
+0.00611887 0.038117 0.0452583
+0.00613413 0.0382391 0.0454108
+0.00660716 0.0383154 0.0457008
+0.00714122 0.038529 0.0461128
+0.00770581 0.0387121 0.0465705
+0.0083772 0.0389105 0.0470588
+0.00941482 0.0391852 0.0475166
+0.0108949 0.0395209 0.0479896
+0.013489 0.0398566 0.0484321
+0.0200809 0.04065 0.049134
+0.0294804 0.0419928 0.0501564
+0.0425422 0.043595 0.0513161
+0.0590066 0.0450141 0.0523079
+0.0753033 0.0466316 0.0530709
+0.0937057 0.0485542 0.0540322
+0.114549 0.0508583 0.0552529
+0.1393 0.0536355 0.0568551
+0.165713 0.0569772 0.0596323
+0.193957 0.0601816 0.0619974
+0.223743 0.0630198 0.0635691
+0.258167 0.0653086 0.0632486
+0.296513 0.0683604 0.0634318
+0.33843 0.0720684 0.06421
+0.386313 0.0765545 0.066392
+0.438529 0.0814374 0.0705272
+0.493568 0.0866407 0.0755169
+0.551415 0.0920577 0.0804303
+0.609384 0.0966506 0.0853895
+0.669017 0.102251 0.0908064
+0.731838 0.110475 0.0971389
+0.792782 0.119158 0.102998
+0.850996 0.128618 0.109331
+0.00607309 0.0390631 0.0459907
+0.00607309 0.0391699 0.0461433
+0.00619516 0.0393072 0.0463569
+0.00663767 0.0394598 0.0467384
+0.00714122 0.0395972 0.0471504
+0.00770581 0.0397498 0.0476081
+0.00833143 0.0399786 0.0480507
+0.00927749 0.0402838 0.0483864
+0.0108034 0.0406958 0.0487068
+0.0139162 0.041474 0.0492409
+0.0220951 0.0427253 0.0498665
+0.0324254 0.0443275 0.050782
+0.0482032 0.0458076 0.0517128
+0.0649424 0.0472419 0.0527047
+0.0811322 0.049012 0.0540169
+0.100862 0.0513161 0.0551919
+0.123949 0.0538643 0.056611
+0.149599 0.0567178 0.0585489
+0.17641 0.0599527 0.0615702
+0.205692 0.0626841 0.0632944
+0.237232 0.0650645 0.0639506
+0.271763 0.0672618 0.0635996
+0.312444 0.0708782 0.0640574
+0.35668 0.0749065 0.0653086
+0.40441 0.0792554 0.0674754
+0.458839 0.0842451 0.0725109
+0.514763 0.0894942 0.0773785
+0.571969 0.0947585 0.0821698
+0.630167 0.0992447 0.0872816
+0.691569 0.106294 0.0933242
+0.753979 0.114626 0.0996109
+0.814099 0.123201 0.105333
+0.87097 0.133333 0.112154
+0.00584421 0.0404059 0.046891
+0.00578317 0.0406043 0.0470436
+0.00596628 0.0408637 0.047303
+0.00633249 0.0411231 0.0476539
+0.00677501 0.0412909 0.0480049
+0.00729381 0.0415351 0.0483864
+0.00796521 0.0417945 0.0486763
+0.00907912 0.0422827 0.0489662
+0.0112764 0.0432136 0.0493935
+0.0159152 0.0443885 0.0499123
+0.0247044 0.0456855 0.0504463
+0.0357061 0.047364 0.0512856
+0.054139 0.0485847 0.052079
+0.0708171 0.05037 0.0536965
+0.0881819 0.0525521 0.0553597
+0.108248 0.0551003 0.0565194
+0.134096 0.0576791 0.0581826
+0.160616 0.0603952 0.0605325
+0.187945 0.0629892 0.0630198
+0.217624 0.0651713 0.0641489
+0.251041 0.0673991 0.0642405
+0.287663 0.0701457 0.064271
+0.328893 0.073991 0.064622
+0.375219 0.0780804 0.0663005
+0.424994 0.082414 0.0694285
+0.478721 0.0871748 0.0743877
+0.535485 0.0925612 0.0790417
+0.592599 0.0975052 0.0839399
+0.650675 0.102266 0.0892805
+0.71429 0.110552 0.095964
+0.775769 0.118975 0.102037
+0.835294 0.127764 0.107881
+0.890303 0.138094 0.114809
+0.00529488 0.0426795 0.0478676
+0.00523384 0.0431067 0.0480812
+0.00546273 0.0437171 0.0483864
+0.00582895 0.0440528 0.0486458
+0.0062562 0.0444953 0.0488899
+0.00677501 0.0449836 0.049073
+0.00759899 0.0455482 0.0492866
+0.0090486 0.0462806 0.0495766
+0.0118868 0.0471809 0.0499733
+0.0181735 0.0482948 0.0504921
+0.0279393 0.0496376 0.0511482
+0.0410468 0.0511482 0.0518959
+0.06009 0.0525216 0.052842
+0.0769513 0.0545357 0.0548257
+0.0962234 0.0567941 0.0562142
+0.118685 0.0592508 0.0576486
+0.144884 0.0617533 0.0595102
+0.171893 0.0640116 0.0619669
+0.200412 0.0661021 0.0636301
+0.230823 0.0681468 0.0644694
+0.26598 0.0705882 0.0647746
+0.304936 0.0740063 0.0650034
+0.347021 0.0778058 0.0654765
+0.393668 0.0813611 0.067155
+0.445258 0.0856336 0.0712596
+0.499336 0.090425 0.0759899
+0.555291 0.0957351 0.0804303
+0.613336 0.100572 0.0858473
+0.673625 0.106798 0.0919356
+0.737194 0.115068 0.0986648
+0.797665 0.123491 0.10428
+0.854917 0.13283 0.110491
+0.909056 0.143084 0.117327
+0.004654 0.0467536 0.0491951
+0.004654 0.047364 0.0493935
+0.00500496 0.0480812 0.0495155
+0.00538643 0.0485847 0.0495613
+0.00582895 0.0491646 0.0496071
+0.00639353 0.0498665 0.0496071
+0.00741588 0.05066 0.0498054
+0.00914015 0.051545 0.0501717
+0.0125429 0.0523995 0.05066
+0.0203403 0.0534371 0.0513313
+0.0305486 0.0548867 0.0519875
+0.0462501 0.0565042 0.0528267
+0.0659342 0.0580301 0.0539406
+0.0843671 0.0594492 0.0551461
+0.105303 0.0615396 0.0566567
+0.129564 0.0638285 0.0585489
+0.155718 0.0659953 0.0607156
+0.183276 0.0679332 0.063035
+0.213275 0.0699016 0.0640574
+0.246326 0.0721599 0.0647898
+0.282261 0.0747082 0.0654765
+0.322744 0.0781262 0.065507
+0.365972 0.0812848 0.066392
+0.412085 0.0843977 0.0682841
+0.465126 0.0890059 0.0729686
+0.519753 0.0940414 0.077348
+0.575845 0.0991531 0.0819867
+0.634165 0.104158 0.0879225
+0.696803 0.111559 0.0944228
+0.759091 0.119692 0.100664
+0.818921 0.128054 0.106279
+0.874235 0.138064 0.112978
+0.924697 0.147967 0.11986
+0.00430304 0.0522011 0.0502937
+0.0043946 0.0529335 0.05037
+0.00471504 0.0538491 0.0502327
+0.005066 0.0546426 0.0501259
+0.00547799 0.0554208 0.0500649
+0.00607309 0.0563516 0.0500801
+0.007187 0.0573739 0.0504005
+0.00914015 0.0585641 0.0510109
+0.0126497 0.0597543 0.0516823
+0.0213016 0.0610819 0.052018
+0.031754 0.0627604 0.0529183
+0.050782 0.063859 0.0537423
+0.0725414 0.0646372 0.0543069
+0.0935836 0.0655833 0.0552377
+0.11548 0.0670481 0.0569162
+0.141054 0.0692912 0.0592966
+0.167803 0.0712596 0.0615702
+0.196139 0.0730297 0.0634318
+0.227176 0.0747539 0.064332
+0.262379 0.0767224 0.0650339
+0.299886 0.0789807 0.065507
+0.340108 0.0816815 0.0657511
+0.38436 0.0846265 0.0670634
+0.432563 0.0884718 0.0698711
+0.484901 0.0933089 0.0741894
+0.540124 0.0982376 0.0784161
+0.597101 0.103197 0.0838636
+0.656275 0.108644 0.0901961
+0.719738 0.11632 0.0964065
+0.78056 0.124453 0.102388
+0.838987 0.133288 0.108553
+0.892836 0.143374 0.115312
+0.940307 0.153017 0.122408
+0.00386053 0.059678 0.0503548
+0.00401312 0.0605783 0.05037
+0.00430304 0.061387 0.05037
+0.00456245 0.0625467 0.0504463
+0.00489815 0.0637369 0.0505837
+0.00550851 0.0650034 0.0508736
+0.00677501 0.0663615 0.0513924
+0.00889601 0.0678569 0.0521096
+0.0132906 0.0693065 0.0526741
+0.0219272 0.0706645 0.0530251
+0.0338445 0.072221 0.0538338
+0.0535439 0.0731365 0.054612
+0.0781872 0.0728008 0.0545815
+0.102892 0.0734264 0.055375
+0.128374 0.0744945 0.0569162
+0.154116 0.0767376 0.0592813
+0.181582 0.078645 0.0610361
+0.211154 0.0802777 0.0623941
+0.243244 0.0816663 0.0635233
+0.279393 0.0830854 0.0641489
+0.318334 0.0847181 0.0646677
+0.359258 0.086656 0.0654917
+0.403342 0.0893111 0.0671092
+0.453712 0.093492 0.0706035
+0.506432 0.0979934 0.0746929
+0.560311 0.10251 0.0792248
+0.618738 0.107729 0.0857862
+0.679393 0.113985 0.0919661
+0.741985 0.12108 0.0977188
+0.801831 0.129519 0.104219
+0.857847 0.138827 0.110918
+0.910384 0.14873 0.1178
+0.956176 0.158114 0.125109
+0.00311284 0.0700084 0.0506142
+0.00328069 0.0712444 0.0508125
+0.00349432 0.0724193 0.0509957
+0.0037232 0.0734264 0.0512093
+0.00393683 0.0748913 0.0514229
+0.00456245 0.0766155 0.0516365
+0.00598154 0.0783856 0.0519112
+0.00799573 0.0801251 0.0521248
+0.0127108 0.0818036 0.0522927
+0.0209354 0.0836347 0.0529946
+0.034165 0.0852827 0.0540017
+0.0534218 0.0862135 0.0544442
+0.078233 0.0863661 0.0540322
+0.110536 0.0848402 0.0539712
+0.140078 0.0853285 0.0549325
+0.168917 0.0865187 0.0562295
+0.196933 0.0881208 0.0577249
+0.227878 0.0892958 0.0595254
+0.261662 0.0903334 0.0609751
+0.297993 0.0910658 0.0621958
+0.336599 0.0915694 0.0628824
+0.378637 0.093019 0.0643778
+0.423926 0.0952773 0.0666667
+0.474495 0.0990768 0.0704051
+0.527123 0.103456 0.0749065
+0.582223 0.108309 0.0802777
+0.64123 0.114031 0.0867781
+0.702892 0.12018 0.0927443
+0.763577 0.12694 0.0990768
+0.822919 0.134646 0.106355
+0.876097 0.144381 0.113222
+0.925948 0.154025 0.120424
+0.970886 0.163378 0.127947
+0.00207523 0.0834058 0.0508888
+0.00218204 0.0850233 0.0510414
+0.00228885 0.0867018 0.0511635
+0.00239567 0.0883955 0.0512703
+0.00251774 0.0901503 0.0513771
+0.00311284 0.0916304 0.0511635
+0.00450141 0.0935073 0.0506752
+0.00640879 0.0951095 0.0500649
+0.0102998 0.096849 0.0498207
+0.0169375 0.0990768 0.0511635
+0.0298466 0.100511 0.0520638
+0.0507362 0.101228 0.051957
+0.0803693 0.100847 0.0517281
+0.113634 0.0997482 0.0518959
+0.149599 0.0979629 0.0506142
+0.182589 0.0970016 0.0510719
+0.213718 0.0974594 0.0526436
+0.245014 0.09897 0.0546883
+0.280079 0.0998856 0.0566415
+0.317037 0.100633 0.0580758
+0.355032 0.101274 0.0590677
+0.398627 0.102983 0.0611734
+0.446143 0.105486 0.06421
+0.496376 0.108354 0.0680705
+0.54902 0.111696 0.0735027
+0.604929 0.115862 0.0795148
+0.663478 0.120577 0.0859541
+0.724865 0.126192 0.0926833
+0.7841 0.13283 0.100343
+0.840818 0.140581 0.108095
+0.893965 0.150347 0.115389
+0.941329 0.15964 0.122972
+0.977569 0.169039 0.131044
+0.000839246 0.0988479 0.0499123
+0.000793469 0.100603 0.0497597
+0.000717174 0.102495 0.0495918
+0.000656138 0.104433 0.0493935
+0.000732433 0.10634 0.0491493
+0.00120546 0.108186 0.0486763
+0.00248722 0.109926 0.0477607
+0.00430304 0.111803 0.046479
+0.00680552 0.114076 0.0453498
+0.0111696 0.11693 0.0469368
+0.0228885 0.118593 0.0473945
+0.0449226 0.119417 0.0467384
+0.0780041 0.119219 0.0474708
+0.114702 0.117662 0.0480201
+0.153155 0.114672 0.0471046
+0.191608 0.111894 0.0453498
+0.227985 0.110613 0.0449226
+0.262943 0.110414 0.0459907
+0.298482 0.111559 0.0487221
+0.336828 0.113451 0.0505837
+0.377142 0.115373 0.0526741
+0.420233 0.117098 0.0555734
+0.469078 0.119036 0.0593118
+0.519509 0.120958 0.06421
+0.571847 0.122927 0.0701457
+0.627176 0.126284 0.0768139
+0.685634 0.13051 0.0838331
+0.74612 0.135485 0.091371
+0.803311 0.141619 0.100328
+0.85771 0.148959 0.10898
+0.909728 0.156985 0.117433
+0.957656 0.165911 0.125643
+0.985077 0.17525 0.134142
+0 0.115068 0.0472267
+0 0.116884 0.0469062
+1.5259e-05 0.118837 0.0465553
+6.10361e-05 0.120714 0.0462043
+0.000137331 0.122637 0.0458076
+0.000259403 0.124605 0.0451362
+0.000671397 0.127001 0.0438849
+0.00175479 0.130388 0.0419013
+0.00378424 0.133974 0.0403906
+0.00770581 0.137469 0.0402228
+0.0157168 0.13959 0.0408179
+0.0337682 0.141573 0.039765
+0.070634 0.140993 0.0413214
+0.111833 0.138277 0.0422065
+0.154604 0.134997 0.041825
+0.197574 0.13164 0.0391394
+0.238636 0.128344 0.0370794
+0.27924 0.126299 0.0365301
+0.31928 0.12575 0.0373846
+0.358511 0.127672 0.039765
+0.400168 0.129854 0.0436255
+0.444389 0.13225 0.0478828
+0.492073 0.13492 0.05243
+0.542962 0.136736 0.0585946
+0.595148 0.13901 0.0652323
+0.648859 0.141756 0.0721904
+0.707835 0.144839 0.079942
+0.765591 0.148302 0.0890516
+0.821439 0.152667 0.0991836
+0.875151 0.158892 0.108858
+0.92578 0.166079 0.118395
+0.970764 0.174014 0.127855
+0.992966 0.18233 0.136782
+0 0.132189 0.0430152
+0 0.134279 0.0424659
+0 0.1364 0.0419623
+0 0.138674 0.0414588
+0 0.141131 0.0407568
+1.5259e-05 0.143282 0.0398413
+0.000137331 0.145953 0.038529
+0.000167849 0.149508 0.0369116
+0.00105287 0.154421 0.0346838
+0.00318914 0.158755 0.033753
+0.00923171 0.162417 0.0334173
+0.0251774 0.164981 0.0328985
+0.0563516 0.164843 0.03299
+0.105486 0.161364 0.0356756
+0.151675 0.158068 0.0355993
+0.198337 0.154238 0.0336156
+0.244312 0.150546 0.028687
+0.289799 0.146395 0.026566
+0.334295 0.143984 0.026154
+0.378012 0.143511 0.0276036
+0.421988 0.145571 0.0318151
+0.467277 0.149081 0.0375525
+0.514702 0.152865 0.0441596
+0.564691 0.155871 0.0515297
+0.617197 0.158953 0.0588235
+0.671687 0.161654 0.0665293
+0.728664 0.163058 0.0749676
+0.784176 0.165713 0.085069
+0.839033 0.169162 0.0953689
+0.893385 0.173297 0.105852
+0.943954 0.178347 0.117525
+0.979492 0.184131 0.128466
+1 0.190661 0.138384
+0 0.151385 0.0371862
+0 0.153552 0.0366827
+0 0.155901 0.0361181
+0 0.158251 0.0356146
+0 0.160678 0.0348211
+0 0.162814 0.0336919
+0 0.165484 0.0323491
+0 0.168841 0.0310979
+0.000106813 0.173205 0.0294194
+0.00047303 0.178622 0.0276188
+0.00325017 0.184344 0.0263981
+0.0149233 0.188403 0.0249485
+0.045243 0.189517 0.0249943
+0.0915999 0.187366 0.0273289
+0.143053 0.183581 0.0290074
+0.194278 0.17998 0.026627
+0.245212 0.175845 0.0227359
+0.295781 0.171176 0.0184024
+0.344259 0.167071 0.0176242
+0.392996 0.164721 0.0185855
+0.441184 0.164584 0.0210269
+0.488121 0.167605 0.027512
+0.535851 0.171847 0.0349279
+0.584558 0.176684 0.0429084
+0.638361 0.181094 0.0517281
+0.692943 0.183719 0.0603037
+0.747341 0.186175 0.0687724
+0.801968 0.188586 0.0782788
+0.856855 0.190616 0.089128
+0.910857 0.192554 0.101015
+0.962066 0.194018 0.114275
+0.987427 0.197787 0.126085
+1 0.202457 0.136797
+0 0.17145 0.0310979
+0 0.173816 0.0305028
+0 0.176379 0.0298314
+0 0.17879 0.0291447
+0 0.181155 0.0281834
+0 0.183383 0.027039
+0 0.186007 0.0259403
+0 0.189837 0.0247044
+1.5259e-05 0.194247 0.0230716
+4.57771e-05 0.199496 0.0212558
+0.000183108 0.205737 0.0190127
+0.00613413 0.213062 0.0165103
+0.0326085 0.215732 0.016495
+0.0730449 0.215167 0.0181888
+0.125719 0.212451 0.0208133
+0.183688 0.20795 0.020264
+0.240467 0.203983 0.0169985
+0.295872 0.199817 0.0129091
+0.349035 0.194034 0.0107424
+0.402167 0.190341 0.0111543
+0.454109 0.188571 0.0134585
+0.505562 0.188983 0.0177615
+0.553399 0.192828 0.0253452
+0.604715 0.197971 0.034287
+0.659525 0.204334 0.0440833
+0.712474 0.208713 0.0518654
+0.765881 0.212802 0.0602884
+0.819791 0.216083 0.0696269
+0.875044 0.21735 0.081178
+0.927794 0.217411 0.0940108
+0.972274 0.216907 0.107271
+0.995621 0.217136 0.12047
+1 0.219013 0.132067
+0 0.192935 0.0241093
+0 0.195331 0.0235142
+0 0.198184 0.0229801
+0 0.200793 0.0224002
+0 0.203464 0.0216831
+0 0.206226 0.0207675
+0 0.209628 0.0195926
+0 0.213733 0.0181125
+0 0.217929 0.0164645
+1.5259e-05 0.222568 0.0146334
+0.000244144 0.228534 0.0124056
+0.000961318 0.23711 0.00970474
+0.013962 0.243824 0.0084535
+0.0509041 0.245594 0.00958267
+0.101167 0.244175 0.0115511
+0.165469 0.238941 0.0142214
+0.228061 0.235416 0.0116884
+0.288914 0.231174 0.00895705
+0.34786 0.226993 0.00616464
+0.405585 0.221622 0.00576791
+0.46183 0.21825 0.00773632
+0.516838 0.216419 0.0109255
+0.570199 0.217868 0.0148928
+0.625574 0.223163 0.0226139
+0.679759 0.229068 0.0312047
+0.732052 0.235264 0.0406806
+0.785382 0.242283 0.0493935
+0.838819 0.24712 0.0594492
+0.892409 0.249866 0.0709392
+0.945449 0.248783 0.0841535
+0.980041 0.247013 0.0977493
+1 0.244404 0.11165
+1 0.242512 0.124788
+0 0.217121 0.0181735
+0 0.220066 0.0176089
+0 0.22266 0.0171511
+0 0.225452 0.0167391
+0 0.228504 0.0160525
+0 0.231525 0.015198
+0 0.235142 0.0141756
+0 0.238956 0.0131075
+0 0.24303 0.0118257
+0 0.248447 0.0099031
+7.62951e-05 0.255756 0.00735485
+0.00103761 0.264317 0.00477607
+0.00508125 0.273442 0.00254826
+0.0263981 0.279759 0.00236515
+0.0756847 0.278447 0.00447089
+0.136782 0.274876 0.0065919
+0.207736 0.269718 0.00816358
+0.275196 0.267597 0.00500496
+0.341024 0.264759 0.00309758
+0.40531 0.261479 0.00238041
+0.466178 0.255436 0.0033875
+0.524941 0.25211 0.004654
+0.583871 0.250507 0.00665293
+0.644388 0.253117 0.0102083
+0.699474 0.258167 0.0172885
+0.752941 0.264836 0.0255436
+0.805386 0.273182 0.0345769
+0.858366 0.279561 0.0458839
+0.911147 0.283711 0.0583047
+0.963714 0.28542 0.0722057
+0.988739 0.283711 0.0861524
+1 0.280171 0.10103
+1 0.275624 0.11577
+0 0.242344 0.0132601
+0 0.245518 0.0128023
+0 0.248295 0.0124514
+0 0.251133 0.0120241
+0 0.255131 0.01149
+0 0.259129 0.0108492
+0 0.263218 0.010193
+0 0.267613 0.00950637
+0 0.272267 0.00852979
+0 0.278935 0.00666819
+0 0.28751 0.00418097
+0.000213626 0.297246 0.00192264
+0.00283818 0.3066 0.000549325
+0.0102235 0.313497 0.000198367
+0.042771 0.316121 0.000671397
+0.103456 0.313832 0.00225834
+0.175051 0.310445 0.00314336
+0.253529 0.3066 0.00242618
+0.328466 0.306798 0.00128176
+0.400366 0.305318 0.000747692
+0.467781 0.302388 0.000732433
+0.530449 0.295323 0.00109865
+0.593545 0.291325 0.00205997
+0.656199 0.289525 0.00350958
+0.715892 0.292958 0.00596628
+0.771618 0.298894 0.0099031
+0.825818 0.305562 0.0165408
+0.879271 0.313558 0.0287785
+0.93167 0.319158 0.0438087
+0.973495 0.323766 0.0583352
+0.998184 0.325734 0.073106
+1 0.322545 0.088838
+1 0.318303 0.103349
+0 0.27187 0.00918593
+0 0.275486 0.00886549
+0 0.278798 0.00857557
+0 0.282643 0.00814832
+0 0.286885 0.00770581
+0 0.290959 0.00770581
+0 0.294911 0.0077821
+0 0.299016 0.00782788
+0 0.303273 0.00746166
+0 0.31133 0.00537118
+0 0.321675 0.00213626
+0 0.332326 0.000549325
+0.000549325 0.341802 6.10361e-05
+0.00544747 0.348806 4.57771e-05
+0.0160067 0.353857 7.62951e-05
+0.0637064 0.354696 0.000259403
+0.13753 0.351293 0.00128176
+0.222873 0.347326 0.0019379
+0.309239 0.347463 0.00151064
+0.388495 0.351125 0.000747692
+0.46244 0.351308 0.000228885
+0.531319 0.348959 0.000122072
+0.597421 0.341146 0.000259403
+0.662669 0.336828 0.000595102
+0.726024 0.336538 0.00109865
+0.785901 0.339574 0.00242618
+0.844602 0.344747 0.00648508
+0.901198 0.351156 0.0128939
+0.953201 0.357229 0.0259098
+0.983566 0.363165 0.0414282
+1 0.367376 0.0576486
+1 0.369909 0.0729381
+1 0.366491 0.0890211
+0 0.303731 0.00788891
+0 0.306996 0.0081178
+0 0.310719 0.00833143
+0 0.314382 0.00851453
+0 0.318074 0.0087129
+0 0.322026 0.00891127
+0 0.326131 0.00909438
+0 0.330617 0.00920119
+0 0.336843 0.00822461
+0 0.346105 0.00531014
+0 0.357916 0.00172427
+0 0.37023 1.5259e-05
+0 0.380316 0
+0.00265507 0.387869 0
+0.0166323 0.393378 1.5259e-05
+0.0440833 0.397955 4.57771e-05
+0.109163 0.397192 0.000106813
+0.187228 0.393256 0.00157168
+0.273671 0.390417 0.00265507
+0.365118 0.395865 0.0015259
+0.447532 0.40264 0.000747692
+0.525078 0.405676 0.000106813
+0.59733 0.401907 1.5259e-05
+0.665034 0.395224 0
+0.731594 0.390829 7.62951e-05
+0.797452 0.390967 0.000244144
+0.860471 0.393683 0.00148013
+0.918013 0.397452 0.00573739
+0.967758 0.402426 0.0126192
+0.992187 0.40766 0.026154
+0.999985 0.412284 0.0415351
+1 0.41532 0.0587015
+1 0.416205 0.0767681
+0 0.337881 0.00846876
+0 0.342397 0.00872816
+0 0.346319 0.00898756
+0 0.350439 0.00924697
+0 0.354604 0.00956741
+0 0.358358 0.00991836
+0 0.362615 0.0102693
+0 0.367712 0.0105592
+0 0.374655 0.00915541
+0 0.385397 0.00570687
+0 0.397604 0.00242618
+0 0.409461 0.000534066
+0.000747692 0.421408 0
+0.00520333 0.430808 0
+0.0208896 0.4383 0
+0.0464942 0.443488 0
+0.0797284 0.447166 1.5259e-05
+0.150225 0.444007 3.0518e-05
+0.23563 0.439841 0.00175479
+0.328466 0.439338 0.00360113
+0.424659 0.450034 0.00187686
+0.510903 0.459205 0.000915541
+0.59234 0.464164 0.000106813
+0.664775 0.459678 1.5259e-05
+0.734142 0.456443 0
+0.801999 0.452583 0
+0.867414 0.449607 3.0518e-05
+0.927443 0.450965 0.00199893
+0.971603 0.452903 0.0071107
+0.999115 0.455802 0.0152132
+0.999725 0.458335 0.0296941
+1 0.460365 0.0435187
+1 0.461891 0.0573587
+0 0.377737 0.00865187
+0 0.382498 0.00888075
+0 0.387472 0.00914015
+0 0.391928 0.00944533
+0 0.396658 0.00978103
+0 0.401434 0.0101167
+0 0.406271 0.0104677
+0 0.411612 0.0106203
+0 0.420996 0.00819409
+0 0.430243 0.00552377
+0 0.440833 0.00285344
+0 0.453376 0.000961318
+0.00318914 0.465751 3.0518e-05
+0.0114748 0.474647 1.5259e-05
+0.0310063 0.481147 3.0518e-05
+0.0557412 0.485878 3.0518e-05
+0.0888991 0.488991 1.5259e-05
+0.12987 0.490455 0
+0.206943 0.487694 0.002533
+0.294789 0.487037 0.00453193
+0.388693 0.490288 0.00576791
+0.492042 0.505043 0.00285344
+0.578836 0.517403 0.00140383
+0.658351 0.526314 0.000350958
+0.732189 0.525704 7.62951e-05
+0.801999 0.52134 0
+0.869276 0.515572 0.000106813
+0.933257 0.512474 0.000366217
+0.972137 0.510948 0.00386053
+0.994904 0.509896 0.0101625
+0.999893 0.509453 0.0195468
+1 0.510002 0.0316472
+1 0.51014 0.0433204
+0 0.424506 0.00721752
+0 0.429938 0.00697337
+0 0.435843 0.00669871
+0 0.441764 0.00642405
+0 0.447929 0.00613413
+0 0.45388 0.00587472
+0 0.459998 0.00573739
+0 0.466011 0.00540169
+0 0.47306 0.00460822
+0 0.4795 0.00399786
+0 0.487312 0.00306706
+0 0.499245 0.00149538
+0.00503548 0.507881 0.00111391
+0.0193179 0.51516 0.00123598
+0.0417639 0.521599 0.0015259
+0.0696117 0.52813 0.00175479
+0.09897 0.53254 0.00180056
+0.134829 0.534768 0.00247196
+0.180331 0.535622 0.0043946
+0.259846 0.534752 0.00901808
+0.3523 0.53846 0.0105592
+0.456596 0.546471 0.00953689
+0.555001 0.565194 0.0056611
+0.642893 0.580621 0.00303655
+0.725216 0.592035 0.000869764
+0.798581 0.591394 0.000244144
+0.867979 0.588159 0
+0.930053 0.582513 0.000289921
+0.975601 0.575921 0.0012665
+0.992767 0.571206 0.00640879
+1 0.566995 0.0136263
+1 0.563622 0.0233158
+1 0.561364 0.0328832
+0 0.477821 0.00299077
+0 0.483177 0.0031281
+0 0.488701 0.00321965
+0 0.49398 0.00340276
+0 0.49958 0.00364691
+0 0.505302 0.00387579
+0 0.511284 0.00408942
+0 0.51696 0.00424201
+0 0.522255 0.00442512
+0 0.527276 0.00529488
+0 0.532662 0.00610361
+0.000381476 0.53959 0.00627146
+0.00384527 0.547112 0.00671397
+0.0220798 0.554055 0.00741588
+0.0471656 0.561471 0.00827039
+0.0779126 0.568902 0.00918593
+0.105058 0.574517 0.00965896
+0.132723 0.579171 0.0107271
+0.168032 0.582147 0.0123293
+0.219593 0.584161 0.0151217
+0.314092 0.585641 0.0207065
+0.416419 0.591882 0.0218662
+0.520607 0.606058 0.0171664
+0.618967 0.627375 0.010132
+0.708019 0.645304 0.00512703
+0.789853 0.660212 0.0011902
+0.863081 0.660761 0.000396735
+0.924941 0.655985 0
+0.974243 0.648554 0.000701915
+0.993622 0.639612 0.00410468
+0.999557 0.630793 0.0110781
+1 0.622995 0.019089
+1 0.615137 0.026627
+0 0.527504 0.00274662
+0 0.532189 0.00410468
+0 0.53669 0.00547799
+0 0.541268 0.00686656
+0 0.546197 0.00836194
+0 0.551003 0.00982681
+0 0.555764 0.0113222
+0 0.560464 0.0128023
+0 0.565286 0.0143893
+0 0.570001 0.0158846
+3.0518e-05 0.574945 0.0174563
+0.000137331 0.580102 0.0186923
+0.00395209 0.586236 0.0195315
+0.0190585 0.592767 0.0196841
+0.0469062 0.600198 0.0204776
+0.0773785 0.607645 0.0211643
+0.109148 0.615457 0.021973
+0.133959 0.621607 0.0227054
+0.164309 0.626245 0.0240024
+0.206821 0.629419 0.0262303
+0.276097 0.630838 0.030518
+0.374029 0.636118 0.0345312
+0.479637 0.647135 0.0343633
+0.587777 0.667414 0.0252232
+0.684382 0.692363 0.0144045
+0.772671 0.713161 0.0065919
+0.852049 0.729168 0.00146487
+0.916823 0.727977 0.000579843
+0.963195 0.722454 0.000762951
+0.992798 0.712169 0.00262455
+0.99794 0.699657 0.00981155
+1 0.686442 0.0175631
+1 0.676814 0.0242466
+0 0.569818 0.0128481
+0.000137331 0.574334 0.0145724
+0.00030518 0.57879 0.0165103
+0.000457771 0.583459 0.0185092
+0.000564584 0.588174 0.0205539
+0.000640879 0.592889 0.0225986
+0.000656138 0.597406 0.0245975
+0.000656138 0.601526 0.0265354
+0.000579843 0.606424 0.028809
+0.000488289 0.610788 0.0308995
+0.000396735 0.614862 0.032929
+0.00158694 0.618952 0.0346685
+0.00816358 0.623941 0.0353857
+0.0206607 0.629602 0.0356298
+0.0435492 0.636011 0.035874
+0.0765393 0.644236 0.0362707
+0.108873 0.652522 0.0368811
+0.138903 0.660197 0.0379644
+0.164858 0.665888 0.0391699
+0.20264 0.66981 0.0406195
+0.250935 0.673106 0.0424811
+0.329335 0.677073 0.0471656
+0.434226 0.688075 0.0475624
+0.547021 0.704829 0.0439918
+0.654032 0.729976 0.0312505
+0.746624 0.755306 0.0182956
+0.830259 0.776669 0.00817884
+0.903075 0.792447 0.00221256
+0.951461 0.790555 0.00183108
+0.983093 0.783703 0.00404364
+0.998367 0.769268 0.00834669
+0.999451 0.753918 0.017319
+1 0.748943 0.0218967
+0.00157168 0.610788 0.027512
+0.00161746 0.615473 0.0295415
+0.00271611 0.619684 0.0318303
+0.0040589 0.623514 0.0341039
+0.00534066 0.62742 0.0363622
+0.00654612 0.631174 0.0385595
+0.00788891 0.635111 0.0409705
+0.00920119 0.639307 0.0435035
+0.0102235 0.643 0.0458076
+0.0112917 0.646799 0.0481422
+0.0121614 0.650294 0.0503395
+0.013611 0.653925 0.0523537
+0.0180819 0.657786 0.0539406
+0.028397 0.662226 0.054612
+0.0446937 0.66775 0.0547036
+0.0721447 0.675761 0.0543221
+0.104204 0.684474 0.0548562
+0.137087 0.693141 0.0555581
+0.170611 0.701488 0.0562295
+0.2 0.706325 0.0562295
+0.241367 0.710719 0.0574197
+0.294759 0.715206 0.0591592
+0.392416 0.723995 0.0622416
+0.500633 0.739239 0.0612497
+0.612543 0.759716 0.0563973
+0.718288 0.788037 0.0386053
+0.804562 0.814221 0.0230869
+0.880415 0.83592 0.0123903
+0.941207 0.849867 0.0108644
+0.974762 0.846403 0.0125429
+0.994858 0.837232 0.0161288
+0.999786 0.822675 0.0201572
+1 0.824613 0.0206912
+0.01355 0.647181 0.0449989
+0.014786 0.651087 0.0472267
+0.0159457 0.655024 0.0495003
+0.0180514 0.658671 0.0518502
+0.0203708 0.662303 0.0542306
+0.022858 0.666194 0.0567636
+0.0251316 0.669841 0.0591897
+0.0273747 0.673503 0.0616465
+0.0294652 0.676921 0.0639658
+0.0315709 0.680415 0.0663005
+0.0336309 0.683818 0.068574
+0.0355383 0.686946 0.0706798
+0.0374456 0.690211 0.0728923
+0.0414588 0.694392 0.0734417
+0.0485084 0.699641 0.0728466
+0.061387 0.70605 0.0717937
+0.0926986 0.716335 0.0691386
+0.129061 0.727504 0.0673838
+0.165286 0.737881 0.0658274
+0.200244 0.74757 0.0642557
+0.230884 0.753033 0.0636759
+0.278218 0.758618 0.0648203
+0.341985 0.76405 0.0675517
+0.451774 0.774334 0.0712291
+0.565469 0.791089 0.0699474
+0.678355 0.81326 0.0651408
+0.775189 0.842298 0.0504463
+0.855207 0.867506 0.0400702
+0.922698 0.888167 0.0346838
+0.970184 0.900099 0.0368505
+0.989944 0.896834 0.0350347
+0.999084 0.894896 0.0342107
+0.999863 0.898589 0.0360266
+0.0344701 0.681224 0.0635843
+0.0367285 0.68481 0.0659037
+0.0388495 0.688167 0.0681163
+0.0413214 0.692058 0.070573
+0.0424353 0.697032 0.0711376
+0.0434882 0.702129 0.0715343
+0.0445258 0.707317 0.0719768
+0.0454566 0.712215 0.0724193
+0.0463874 0.717189 0.0728008
+0.0472877 0.721889 0.073228
+0.0481727 0.726802 0.0736248
+0.0489509 0.731411 0.0740368
+0.0498054 0.735775 0.0744793
+0.0505379 0.739544 0.0748455
+0.050721 0.743893 0.0746319
+0.0594644 0.751385 0.0703899
+0.076997 0.760388 0.065156
+0.108827 0.772808 0.0611582
+0.151202 0.787152 0.0579385
+0.19321 0.800229 0.0561685
+0.224414 0.809461 0.0563668
+0.262043 0.81471 0.0567941
+0.319936 0.819272 0.0593576
+0.400259 0.824781 0.0649119
+0.516777 0.836362 0.0721447
+0.629953 0.852308 0.0766155
+0.738949 0.873014 0.0790265
+0.827756 0.89752 0.0738842
+0.903639 0.91693 0.0677195
+0.963409 0.932204 0.0618143
+0.989197 0.941466 0.0602579
+0.99823 0.945418 0.0601663
+1 0.947005 0.0607156
+0.0499886 0.722637 0.0708019
+0.0510567 0.727703 0.0711528
+0.0521248 0.732845 0.0714733
+0.0532082 0.737774 0.07187
+0.0543069 0.743099 0.0720836
+0.0542153 0.750668 0.0688182
+0.0540169 0.757961 0.065568
+0.0538338 0.764767 0.062562
+0.0534981 0.772412 0.0591287
+0.0530709 0.778836 0.0563058
+0.0526589 0.786007 0.0531472
+0.0521706 0.792248 0.0504463
+0.0516518 0.798749 0.0476387
+0.0511177 0.804135 0.0453651
+0.0505379 0.809888 0.0429541
+0.0518807 0.815122 0.0404212
+0.063508 0.818235 0.0395819
+0.0886397 0.823987 0.0386969
+0.143618 0.836057 0.0399939
+0.190692 0.845838 0.0435645
+0.229892 0.852064 0.0471046
+0.257969 0.851133 0.0475929
+0.317189 0.850019 0.0538491
+0.403357 0.850431 0.063447
+0.526726 0.853803 0.0767834
+0.648386 0.867872 0.083711
+0.758129 0.886473 0.0843977
+0.854902 0.909468 0.0779583
+0.924071 0.926329 0.0699474
+0.970626 0.940673 0.0660258
+0.996323 0.951965 0.0656291
+0.999023 0.953719 0.0659953
+1 0.954345 0.0662242
+0.0562753 0.779706 0.0542306
+0.0561532 0.78677 0.0510567
+0.0560006 0.794171 0.0476844
+0.0558328 0.801495 0.0443427
+0.0555734 0.808469 0.0411688
+0.0552377 0.815625 0.0378882
+0.0546883 0.816632 0.0375525
+0.0540932 0.817349 0.0373693
+0.0534676 0.818631 0.0368963
+0.0527657 0.819318 0.0367742
+0.0521096 0.820462 0.036408
+0.0513771 0.821515 0.0361944
+0.05066 0.822431 0.0360571
+0.0499886 0.823331 0.035935
+0.0494545 0.824125 0.0359045
+0.0491035 0.824765 0.0358892
+0.0665599 0.828794 0.0350195
+0.103029 0.836072 0.0356298
+0.157931 0.847105 0.0379492
+0.204425 0.856016 0.0434577
+0.238499 0.858152 0.0457618
+0.272297 0.856321 0.0476844
+0.335866 0.854093 0.0556954
+0.444312 0.854948 0.0682841
+0.568093 0.860319 0.0805066
+0.690684 0.874418 0.087602
+0.792905 0.895598 0.083299
+0.880568 0.916106 0.0758831
+0.949676 0.932586 0.0674754
+0.981048 0.94522 0.066392
+0.997345 0.952605 0.0663462
+1 0.954299 0.0667124
+1 0.954269 0.0669108
+0.0053254 0.0354772 0.042649
+0.00537118 0.0355535 0.0428168
+0.00543221 0.0356298 0.0429999
+0.00567636 0.0357214 0.0432593
+0.00634775 0.0358892 0.0437018
+0.00708019 0.0361028 0.0442206
+0.00784314 0.0363165 0.0447242
+0.00875868 0.0366064 0.0451972
+0.0101625 0.0370184 0.045716
+0.0121614 0.0375677 0.0464027
+0.0155337 0.0379187 0.0470588
+0.0227665 0.0380407 0.0475929
+0.0322118 0.038819 0.0489357
+0.0441291 0.0400397 0.0505531
+0.0589151 0.0415503 0.0521706
+0.0750896 0.0434424 0.0525673
+0.0932937 0.0453346 0.0531624
+0.11371 0.047425 0.0541543
+0.137499 0.049958 0.0557412
+0.16318 0.0532692 0.0581064
+0.190753 0.0565347 0.0602579
+0.220295 0.0596323 0.0620127
+0.254673 0.0624552 0.0622263
+0.29279 0.0657511 0.0627298
+0.334722 0.0695354 0.0636912
+0.382956 0.074052 0.0662699
+0.435401 0.0791791 0.0706035
+0.490898 0.084596 0.0758831
+0.548577 0.0896925 0.0809644
+0.606867 0.0940871 0.0858473
+0.666331 0.0993515 0.0909895
+0.729274 0.10753 0.0969558
+0.790219 0.116289 0.102754
+0.00588998 0.0361639 0.0438392
+0.00595102 0.0362554 0.044007
+0.00598154 0.036347 0.0441749
+0.00627146 0.0364996 0.0444343
+0.0068513 0.0366979 0.0448005
+0.00746166 0.0369116 0.0452125
+0.00814832 0.0371405 0.0456397
+0.0091249 0.0374609 0.0461128
+0.0106355 0.0378576 0.0466926
+0.0128634 0.0382544 0.047303
+0.0166629 0.0384375 0.0477607
+0.0245518 0.03888 0.0484627
+0.0346838 0.0400702 0.0501106
+0.0487373 0.0416571 0.0517281
+0.0644236 0.0433204 0.0527504
+0.0810407 0.0450446 0.0530709
+0.100282 0.047013 0.0538949
+0.122408 0.0493629 0.0552071
+0.146883 0.0521553 0.0570382
+0.172976 0.0555886 0.0596628
+0.202121 0.0587472 0.0616159
+0.233433 0.0616465 0.0627604
+0.267796 0.064271 0.0627604
+0.308553 0.0678111 0.063386
+0.352697 0.0717784 0.0649119
+0.400366 0.0762036 0.0673991
+0.455268 0.0816205 0.072694
+0.511879 0.0869154 0.0778668
+0.569436 0.0919203 0.0828565
+0.62768 0.0961318 0.0877699
+0.688914 0.102907 0.0934005
+0.75169 0.111315 0.0994125
+0.811841 0.120089 0.105135
+0.00607309 0.0370184 0.0447089
+0.00607309 0.0371099 0.0448615
+0.00608835 0.0372015 0.0449989
+0.00648508 0.0373693 0.0452888
+0.00703441 0.0375525 0.045655
+0.00762951 0.0377661 0.0460975
+0.00831617 0.037995 0.0465705
+0.00935378 0.0383001 0.0470893
+0.0109102 0.0386969 0.0476997
+0.0132448 0.0389868 0.0482032
+0.0184024 0.0393988 0.0487984
+0.027039 0.0403449 0.0498207
+0.0378119 0.0418708 0.0513008
+0.0540932 0.0433356 0.052491
+0.0703136 0.0449226 0.0530861
+0.0879072 0.0467231 0.053727
+0.107134 0.0487831 0.0546883
+0.131319 0.0514687 0.0563363
+0.156786 0.0545815 0.0586252
+0.183719 0.0579385 0.0612345
+0.213535 0.0609293 0.062974
+0.246555 0.0635386 0.0633097
+0.282795 0.0663005 0.0633555
+0.323873 0.0698253 0.0640421
+0.370474 0.0740826 0.0661021
+0.420539 0.0787976 0.0694896
+0.475044 0.0841077 0.0747082
+0.532296 0.0892653 0.0797284
+0.590478 0.0940414 0.0847334
+0.648829 0.0983749 0.0897383
+0.711818 0.106645 0.0958877
+0.773175 0.115175 0.101823
+0.833112 0.124163 0.107744
+0.00610361 0.037995 0.0455634
+0.00610361 0.0381018 0.0457008
+0.00613413 0.0382239 0.0458686
+0.00660716 0.0383154 0.0461891
+0.00714122 0.038529 0.0466163
+0.00770581 0.0386969 0.0470893
+0.0083772 0.0388952 0.0476234
+0.00943008 0.0391699 0.048127
+0.0109102 0.0395056 0.0486305
+0.0135042 0.0398566 0.049073
+0.0202487 0.0407416 0.0497749
+0.0296941 0.0421454 0.0507973
+0.0432136 0.0437018 0.0519417
+0.0598611 0.0450599 0.052842
+0.0761273 0.0466773 0.0535897
+0.0946365 0.048661 0.0545968
+0.11577 0.0510567 0.0558938
+0.140459 0.0538949 0.057557
+0.166964 0.0572519 0.0603952
+0.195315 0.0603494 0.0626535
+0.22533 0.0630655 0.0640116
+0.259663 0.0654002 0.0637217
+0.298466 0.0685283 0.0640421
+0.340551 0.072221 0.0649729
+0.387976 0.0765087 0.0671855
+0.440604 0.0814832 0.0715496
+0.495735 0.0866712 0.0766461
+0.553246 0.0918593 0.0816052
+0.611231 0.0963149 0.0866712
+0.671427 0.102144 0.0922103
+0.734401 0.110506 0.0984512
+0.794781 0.119158 0.10428
+0.85272 0.128695 0.110613
+0.00607309 0.0390326 0.0464637
+0.00605783 0.0391394 0.0466316
+0.00619516 0.0392615 0.0468757
+0.00663767 0.0394293 0.0472877
+0.00714122 0.0395514 0.0477302
+0.00770581 0.039704 0.048249
+0.00834669 0.0399329 0.0487068
+0.009308 0.0402533 0.0490272
+0.0108644 0.0407263 0.0493782
+0.0139467 0.0415351 0.0498665
+0.0222934 0.0428321 0.0504616
+0.0327153 0.0444648 0.0513924
+0.0488746 0.0458686 0.0522927
+0.0657664 0.0473182 0.0533303
+0.0820935 0.049134 0.0546273
+0.101671 0.0514534 0.0558022
+0.125048 0.0540932 0.0572824
+0.150729 0.0570382 0.0593271
+0.17763 0.0602731 0.0623789
+0.207065 0.0628367 0.0638743
+0.238682 0.065156 0.0644083
+0.273259 0.0674449 0.0641337
+0.314076 0.0710765 0.0647135
+0.358648 0.0750134 0.0661326
+0.406516 0.0792554 0.0684825
+0.46067 0.0843214 0.0736553
+0.516899 0.0894636 0.0786297
+0.573907 0.0944381 0.0834821
+0.631952 0.0988785 0.0887007
+0.69366 0.106142 0.0947433
+0.756252 0.114595 0.100923
+0.816419 0.123217 0.106722
+0.872633 0.133379 0.113436
+0.00582895 0.0403449 0.047425
+0.00576791 0.0405432 0.0476081
+0.00595102 0.0408331 0.0478981
+0.00631724 0.041062 0.0482795
+0.00677501 0.0412299 0.048661
+0.00729381 0.0414588 0.0490578
+0.00798047 0.0417334 0.0493629
+0.00910964 0.0423438 0.0496376
+0.0113527 0.0432898 0.0500343
+0.0161135 0.0444953 0.0505226
+0.0250401 0.0458228 0.0510719
+0.0360723 0.0474861 0.0519265
+0.0547951 0.0486763 0.0527504
+0.0714122 0.0505226 0.0544289
+0.0889906 0.052781 0.0560464
+0.109194 0.0553902 0.0571908
+0.135241 0.0580453 0.0589456
+0.161746 0.0607462 0.0613565
+0.189242 0.0632334 0.0637369
+0.21886 0.0653239 0.064683
+0.252674 0.067628 0.0648203
+0.28954 0.0704814 0.0650034
+0.330404 0.0742199 0.0654459
+0.376745 0.0781262 0.0672465
+0.427039 0.0824903 0.0706035
+0.480919 0.0873579 0.0757305
+0.537133 0.0923934 0.0803388
+0.594614 0.0971695 0.0853895
+0.653132 0.102129 0.0909133
+0.716365 0.110399 0.0973526
+0.777661 0.118868 0.103334
+0.837186 0.12784 0.1093
+0.892103 0.13817 0.11606
+0.00529488 0.042649 0.0484932
+0.00521859 0.0430915 0.0487221
+0.00546273 0.0436713 0.0490272
+0.00581369 0.0440986 0.0493172
+0.0062562 0.0444953 0.049546
+0.00677501 0.0449989 0.0497292
+0.00759899 0.045594 0.0499123
+0.00906386 0.0463569 0.0501717
+0.0119326 0.0472725 0.0505379
+0.0183413 0.0484016 0.0511025
+0.0282139 0.049836 0.0518502
+0.0416571 0.0513313 0.0526589
+0.0606088 0.0527047 0.053666
+0.0773785 0.0547189 0.0555886
+0.0970169 0.057084 0.0569467
+0.119783 0.0595865 0.0584268
+0.1458 0.0621347 0.0603647
+0.172946 0.0643015 0.0628367
+0.201572 0.0663462 0.0643778
+0.232212 0.0684367 0.0651713
+0.267521 0.0710155 0.0656596
+0.306676 0.0744488 0.0659648
+0.348821 0.0780346 0.0665599
+0.394965 0.0813764 0.0682231
+0.447333 0.085832 0.0726024
+0.501579 0.0905928 0.0773938
+0.557214 0.0954147 0.0818189
+0.615091 0.100282 0.0873732
+0.675975 0.106706 0.093492
+0.739361 0.114885 0.0999924
+0.799313 0.1234 0.105608
+0.856413 0.132891 0.111849
+0.910536 0.143145 0.118624
+0.004654 0.0467384 0.0498207
+0.00463874 0.0473793 0.0500191
+0.00500496 0.048127 0.0501411
+0.00538643 0.0486763 0.0501869
+0.00582895 0.0492103 0.0502174
+0.00640879 0.0499123 0.0502022
+0.00741588 0.050721 0.0504005
+0.00918593 0.0515908 0.0507973
+0.0125734 0.0524147 0.0513008
+0.0204318 0.0534676 0.0520333
+0.0307012 0.0551003 0.0527657
+0.0467689 0.056672 0.0536355
+0.066453 0.0582437 0.0547646
+0.0850233 0.0596933 0.0560159
+0.105913 0.0618753 0.057557
+0.130297 0.0641642 0.0595407
+0.156664 0.0663462 0.0617838
+0.184314 0.0682383 0.0640574
+0.214466 0.0702831 0.0649729
+0.247807 0.0727092 0.0657969
+0.283589 0.075349 0.0666514
+0.323919 0.0785992 0.0666667
+0.367575 0.0815747 0.0675669
+0.414115 0.0847028 0.0695659
+0.466896 0.0893568 0.0743114
+0.521492 0.0941176 0.0787213
+0.577844 0.098909 0.0835279
+0.636255 0.104051 0.089662
+0.69868 0.111452 0.095964
+0.761013 0.119539 0.102022
+0.820844 0.128054 0.107744
+0.875776 0.138079 0.114382
+0.926131 0.147982 0.121263
+0.00428779 0.0522469 0.0508888
+0.00437934 0.0530404 0.0509499
+0.00471504 0.0539559 0.0508583
+0.00505074 0.0547646 0.0507973
+0.00546273 0.0555581 0.050782
+0.00607309 0.0564431 0.0508736
+0.00721752 0.0574655 0.0512398
+0.00918593 0.0586557 0.0518044
+0.0128023 0.0599527 0.0523995
+0.0213626 0.0612192 0.0527504
+0.0319066 0.0628519 0.0537423
+0.0512703 0.0639811 0.0546578
+0.0729839 0.0648203 0.0553902
+0.0941787 0.0659037 0.0564584
+0.116243 0.0674907 0.0581369
+0.141695 0.0697337 0.0606241
+0.168719 0.0717174 0.0628672
+0.19733 0.0735485 0.0645762
+0.228305 0.0752728 0.0654154
+0.263615 0.0772869 0.0662242
+0.301152 0.0795911 0.0667277
+0.341482 0.0822003 0.0669261
+0.385931 0.0850843 0.0682231
+0.434531 0.0890211 0.0711986
+0.487251 0.0938888 0.0755932
+0.541772 0.0982223 0.0799725
+0.599207 0.103151 0.0857099
+0.658656 0.108843 0.0921492
+0.721401 0.116106 0.0979477
+0.782025 0.124285 0.103853
+0.840696 0.133364 0.110124
+0.894728 0.143435 0.116823
+0.941848 0.153017 0.123873
+0.00384527 0.0598611 0.051133
+0.00399786 0.0607309 0.0512245
+0.00425727 0.0617075 0.0513008
+0.00453193 0.0628367 0.0514382
+0.00486763 0.0639353 0.0516213
+0.00550851 0.065156 0.0519265
+0.00679026 0.0665751 0.0523995
+0.00891127 0.0681468 0.0530098
+0.0134279 0.0695048 0.0535286
+0.0220798 0.0708629 0.0539864
+0.0344244 0.0721904 0.0548867
+0.0539712 0.073106 0.0558938
+0.0786755 0.0729381 0.0560006
+0.103548 0.0738079 0.0568704
+0.128923 0.0750744 0.0584268
+0.154711 0.0773022 0.0607767
+0.182376 0.0792859 0.0623636
+0.212222 0.0808423 0.0636454
+0.244511 0.0822156 0.0646677
+0.280735 0.0836347 0.0653849
+0.319615 0.0852369 0.0659495
+0.360647 0.0872206 0.066865
+0.40502 0.0900282 0.068513
+0.455863 0.0943008 0.0722362
+0.508354 0.098497 0.0764324
+0.562051 0.102525 0.0810407
+0.620966 0.108019 0.0879225
+0.681529 0.114214 0.0939345
+0.743404 0.120928 0.0992905
+0.803754 0.129519 0.105852
+0.859602 0.138903 0.112505
+0.911727 0.148714 0.11931
+0.957778 0.158145 0.126589
+0.00308232 0.0701762 0.051667
+0.00325017 0.0713817 0.0518959
+0.00347906 0.0725109 0.0521248
+0.00367742 0.0736858 0.052369
+0.00389105 0.0752728 0.0525521
+0.00453193 0.076997 0.052781
+0.00595102 0.078706 0.0530556
+0.00796521 0.0804456 0.0531777
+0.0127108 0.0821241 0.0533455
+0.0210269 0.0838331 0.0542306
+0.0343633 0.0854658 0.0554513
+0.0538338 0.0862593 0.0560464
+0.0789502 0.0865797 0.0556191
+0.111116 0.0852522 0.0554971
+0.140627 0.0859236 0.0564584
+0.169467 0.087129 0.0577249
+0.19733 0.0886091 0.0592508
+0.228595 0.0898146 0.0609598
+0.262638 0.0908064 0.0624247
+0.299184 0.0915541 0.0636912
+0.337972 0.0920729 0.0644388
+0.38024 0.0936599 0.0660105
+0.425849 0.0960861 0.068452
+0.476509 0.0999161 0.0722667
+0.529213 0.104112 0.0768597
+0.584726 0.108919 0.082414
+0.643854 0.114733 0.0891432
+0.704814 0.120348 0.0946212
+0.765011 0.126864 0.10071
+0.824582 0.134646 0.107958
+0.877852 0.144457 0.114809
+0.927337 0.15404 0.121996
+0.971511 0.1635 0.129564
+0.00202945 0.083711 0.052018
+0.002121 0.085359 0.0521706
+0.00224308 0.0870069 0.0522927
+0.00231937 0.0886854 0.0525063
+0.00242618 0.0903639 0.0526894
+0.00300603 0.0919203 0.0524605
+0.00444038 0.0937819 0.0519875
+0.00634775 0.0954299 0.0513008
+0.0102083 0.0972915 0.0510109
+0.0168612 0.0993515 0.0525521
+0.0298314 0.100938 0.0535286
+0.0508888 0.10164 0.0534066
+0.0806592 0.101167 0.0531624
+0.114275 0.10016 0.0532845
+0.150347 0.0983597 0.052079
+0.183139 0.0975204 0.0528573
+0.214176 0.098146 0.0545815
+0.245747 0.0996872 0.0564431
+0.281178 0.100633 0.05832
+0.31809 0.101274 0.0598306
+0.356558 0.101976 0.0610208
+0.400107 0.103838 0.0630198
+0.4477 0.106249 0.0661021
+0.498238 0.109041 0.0700389
+0.551186 0.112306 0.0754711
+0.607477 0.116487 0.081651
+0.665873 0.121096 0.0880903
+0.726848 0.126238 0.0946212
+0.785779 0.132815 0.102251
+0.842298 0.140734 0.109895
+0.895308 0.150393 0.117113
+0.942977 0.159747 0.124727
+0.97821 0.169131 0.132708
+0.000793469 0.0991379 0.0509804
+0.000732433 0.10103 0.0509194
+0.000640879 0.102922 0.0508278
+0.000579843 0.104829 0.0507362
+0.000671397 0.106615 0.0506142
+0.00115969 0.108522 0.0502174
+0.00250248 0.110185 0.0492714
+0.00428779 0.112261 0.0478523
+0.00680552 0.114626 0.0466926
+0.0111696 0.117372 0.0481575
+0.0228428 0.119005 0.0488136
+0.0446937 0.119982 0.0480964
+0.0783093 0.119677 0.0490425
+0.114946 0.118227 0.049546
+0.153689 0.115236 0.0487831
+0.192462 0.112505 0.0471656
+0.22855 0.111299 0.0469978
+0.263416 0.111437 0.0481117
+0.29926 0.112749 0.0504768
+0.337774 0.114488 0.052369
+0.37818 0.116197 0.0545663
+0.421118 0.117678 0.0574807
+0.47068 0.119554 0.061326
+0.521477 0.121569 0.0662699
+0.573709 0.123522 0.0721752
+0.629602 0.126894 0.0789502
+0.687968 0.130999 0.0859083
+0.747356 0.135851 0.0933089
+0.804532 0.141802 0.102403
+0.859205 0.149142 0.11104
+0.911025 0.157076 0.119387
+0.958923 0.166003 0.127428
+0.985702 0.175418 0.135821
+0 0.115496 0.0484321
+0 0.117418 0.0481575
+1.5259e-05 0.119341 0.0478981
+6.10361e-05 0.121157 0.0476387
+0.000122072 0.12311 0.0472572
+0.000244144 0.124956 0.0466011
+0.000610361 0.127581 0.0452735
+0.00173953 0.130983 0.0432593
+0.00376898 0.134585 0.0418708
+0.00770581 0.138048 0.0416419
+0.0159609 0.140047 0.0422065
+0.0333715 0.142061 0.0415045
+0.0700236 0.141772 0.0428626
+0.111955 0.13904 0.0438392
+0.155413 0.135729 0.0435035
+0.198489 0.132372 0.0409857
+0.239658 0.129015 0.0388647
+0.280156 0.127184 0.0383001
+0.320272 0.126741 0.0391241
+0.359045 0.128695 0.0414435
+0.401205 0.130755 0.0454566
+0.445823 0.133104 0.0497749
+0.493614 0.135653 0.0546883
+0.544396 0.137407 0.0608072
+0.59675 0.139605 0.0674449
+0.65095 0.142489 0.0742657
+0.709606 0.145281 0.0820172
+0.766751 0.148806 0.0911116
+0.822828 0.153063 0.101427
+0.876677 0.159167 0.111086
+0.927398 0.1664 0.120516
+0.971435 0.174289 0.129778
+0.99382 0.182574 0.13846
+0 0.132815 0.0442817
+0 0.134966 0.0437781
+0 0.137194 0.0432593
+0 0.139498 0.0427405
+0 0.141878 0.0420691
+1.5259e-05 0.144045 0.0411994
+0.000106813 0.146868 0.0399634
+9.15541e-05 0.150271 0.038529
+0.00106813 0.155032 0.036347
+0.00320439 0.159091 0.0353094
+0.009308 0.1626 0.0349126
+0.0250248 0.16556 0.0344244
+0.0562448 0.16556 0.0345769
+0.105669 0.162493 0.0371099
+0.152346 0.158923 0.0370794
+0.198856 0.155276 0.0350347
+0.245533 0.151186 0.0301671
+0.291051 0.147219 0.0281071
+0.335576 0.1449 0.0278782
+0.37937 0.144457 0.0295415
+0.42295 0.14667 0.0338293
+0.468513 0.150271 0.0396887
+0.515938 0.15378 0.0465095
+0.565881 0.156741 0.0538186
+0.618662 0.159792 0.0609903
+0.673091 0.162158 0.0686503
+0.729473 0.16379 0.0768139
+0.785016 0.166461 0.0869764
+0.840436 0.169833 0.0974289
+0.895171 0.173831 0.108156
+0.945525 0.178866 0.119615
+0.98027 0.184634 0.130449
+1 0.191089 0.140185
+0 0.152102 0.0384833
+0 0.154299 0.0379797
+0 0.156725 0.0373999
+0 0.158999 0.0369879
+0 0.161547 0.0362402
+0 0.163668 0.0352178
+0 0.166308 0.0339666
+0 0.169574 0.0327764
+6.10361e-05 0.173754 0.0311131
+0.000488289 0.178897 0.0290684
+0.00321965 0.18471 0.0275578
+0.0146944 0.189029 0.0260624
+0.0454414 0.190478 0.0261845
+0.0915847 0.188312 0.0284581
+0.143252 0.184573 0.0303655
+0.194888 0.180804 0.0281071
+0.246174 0.176928 0.0243839
+0.29723 0.171984 0.0200809
+0.345815 0.167605 0.019501
+0.394522 0.16553 0.0205081
+0.442573 0.165545 0.0231327
+0.489525 0.16875 0.0297704
+0.536858 0.173159 0.0371557
+0.585901 0.177844 0.0450599
+0.6392 0.18204 0.0536507
+0.693324 0.18471 0.0619974
+0.747845 0.18735 0.0704662
+0.803204 0.189212 0.0803693
+0.858381 0.191501 0.091249
+0.912139 0.193088 0.103258
+0.96347 0.194659 0.116289
+0.98822 0.198352 0.128298
+1 0.203037 0.138811
+0 0.172213 0.0322881
+0 0.174655 0.0317388
+0 0.177096 0.0312047
+0 0.179522 0.0305791
+0 0.182025 0.0296635
+0 0.184298 0.0285801
+0 0.186999 0.0274052
+0 0.1906 0.0260624
+1.5259e-05 0.194644 0.0243839
+4.57771e-05 0.19971 0.0224918
+0.000183108 0.205966 0.0201877
+0.00602731 0.213443 0.0176547
+0.0319982 0.216693 0.0175937
+0.0725261 0.216358 0.0193027
+0.1252 0.213855 0.0217441
+0.184237 0.209064 0.0217746
+0.240894 0.205325 0.0185092
+0.296742 0.200855 0.0146029
+0.350088 0.195026 0.0122225
+0.403433 0.191318 0.0126802
+0.455436 0.189822 0.0150912
+0.506905 0.190265 0.0195163
+0.55462 0.194186 0.0270695
+0.605676 0.199313 0.0361334
+0.659525 0.205493 0.0457008
+0.712856 0.210071 0.0537118
+0.766949 0.21387 0.0624552
+0.821134 0.217227 0.07187
+0.876143 0.218433 0.0832685
+0.929259 0.218402 0.0961013
+0.972732 0.218082 0.109224
+0.996475 0.217655 0.122774
+1 0.219669 0.134066
+0 0.19379 0.0252842
+0 0.196368 0.0247654
+0 0.199222 0.0242771
+0 0.201953 0.0237125
+0 0.20444 0.0229801
+0 0.207279 0.0219577
+0 0.210483 0.0207218
+0 0.214237 0.0192111
+0 0.218296 0.0175784
+1.5259e-05 0.222522 0.0158541
+0.000244144 0.228275 0.0136416
+0.00134279 0.237079 0.011017
+0.0133669 0.244587 0.00956741
+0.0502785 0.24686 0.0105135
+0.100511 0.245579 0.0124361
+0.16495 0.240589 0.0150912
+0.229007 0.236637 0.0129702
+0.290059 0.232364 0.0100862
+0.349203 0.228199 0.00723278
+0.407431 0.222614 0.00691234
+0.463569 0.21915 0.00921645
+0.518318 0.217594 0.0124819
+0.571435 0.218936 0.0163882
+0.62649 0.224445 0.0243687
+0.680537 0.230167 0.0334936
+0.73286 0.236637 0.0428931
+0.78616 0.243442 0.051667
+0.840085 0.248341 0.0616465
+0.89369 0.251225 0.0728008
+0.946593 0.250172 0.0858625
+0.980514 0.248127 0.0996567
+1 0.245548 0.113588
+1 0.24358 0.126482
+0 0.218051 0.0191958
+0 0.221012 0.0186007
+0 0.223606 0.0181582
+0 0.226444 0.0177005
+0 0.229587 0.016968
+0 0.232486 0.0162051
+0 0.235599 0.0153506
+0 0.239338 0.0143435
+0 0.243244 0.013138
+0 0.248463 0.0112612
+6.10361e-05 0.255726 0.00874342
+0.000900282 0.264439 0.00604257
+0.00549325 0.273716 0.00350958
+0.0251469 0.280995 0.00273136
+0.0751659 0.279988 0.00492866
+0.136706 0.276539 0.00727855
+0.208286 0.271214 0.00917067
+0.276005 0.268986 0.00573739
+0.341863 0.266484 0.00386053
+0.4065 0.263005 0.00321965
+0.467521 0.256931 0.00424201
+0.52665 0.253376 0.00578317
+0.585534 0.252079 0.00817884
+0.645747 0.254337 0.0119936
+0.700389 0.259648 0.0192874
+0.753994 0.266529 0.0275883
+0.806622 0.274678 0.0365454
+0.859297 0.281224 0.0474098
+0.912093 0.285252 0.0598001
+0.963851 0.286732 0.0740063
+0.989609 0.284916 0.0882734
+1 0.281773 0.102861
+1 0.277043 0.117586
+0 0.243366 0.0140993
+0 0.246159 0.0137179
+0 0.248981 0.0133364
+0 0.252079 0.0129854
+0 0.255833 0.0125277
+0 0.259754 0.0119478
+0 0.263935 0.0113527
+0 0.268315 0.0107118
+0 0.272633 0.00984207
+0 0.27892 0.00807202
+0 0.287388 0.00550851
+0.000167849 0.297429 0.00274662
+0.00250248 0.307225 0.000808728
+0.0100557 0.314504 0.000183108
+0.0423438 0.317281 0.000823987
+0.103731 0.315221 0.00277714
+0.175433 0.311925 0.0037995
+0.254139 0.307836 0.00340276
+0.329473 0.308339 0.00187686
+0.401724 0.306737 0.00115969
+0.469078 0.303914 0.00111391
+0.531716 0.296712 0.00180056
+0.5953 0.292546 0.00288396
+0.657694 0.291173 0.00424201
+0.716823 0.294469 0.00639353
+0.772915 0.300404 0.0107729
+0.827161 0.307485 0.017792
+0.880049 0.315145 0.0303502
+0.932815 0.321141 0.0454566
+0.974105 0.325216 0.060441
+0.999237 0.327688 0.074876
+0.999985 0.324163 0.0905776
+1 0.320287 0.104906
+0 0.272862 0.0099794
+0 0.276265 0.00973526
+0 0.279515 0.00949111
+0 0.283238 0.0091249
+0 0.287221 0.00892653
+0 0.291295 0.00901808
+0 0.295338 0.0091249
+0 0.299184 0.00920119
+0 0.303777 0.00881972
+0 0.311223 0.00672923
+0 0.322011 0.00325017
+0 0.332876 0.0010071
+0.000457771 0.34229 0.000213626
+0.0049897 0.349477 6.10361e-05
+0.0155489 0.354986 7.62951e-05
+0.062623 0.356405 0.000350958
+0.13846 0.352529 0.00175479
+0.223072 0.349493 0.00251774
+0.310063 0.34902 0.00205997
+0.38938 0.353048 0.00102235
+0.463722 0.353079 0.000350958
+0.532967 0.351156 0.000244144
+0.599023 0.342931 0.000381476
+0.66363 0.338964 0.000717174
+0.72723 0.338582 0.00131228
+0.787289 0.341405 0.00280766
+0.845655 0.346777 0.00727855
+0.902205 0.352895 0.014435
+0.954696 0.358907 0.0275578
+0.984207 0.364706 0.0433204
+1 0.369482 0.0588846
+1 0.372122 0.0744182
+1 0.368353 0.0907607
+0 0.304128 0.00906386
+0 0.307485 0.00935378
+0 0.310979 0.00962844
+0 0.314611 0.00984207
+0 0.318288 0.0100557
+0 0.322347 0.0102998
+0 0.326513 0.0104982
+0 0.330831 0.0106813
+0 0.336843 0.00973526
+0 0.346136 0.00683604
+0 0.358068 0.00314336
+0 0.370047 0.000579843
+0 0.38085 7.62951e-05
+0.00207523 0.388632 0
+0.0159609 0.394598 1.5259e-05
+0.0434424 0.399145 4.57771e-05
+0.107698 0.399176 0.000137331
+0.186892 0.395041 0.00210575
+0.273533 0.392981 0.00334173
+0.366705 0.397223 0.00213626
+0.448508 0.404746 0.00103761
+0.526314 0.407401 0.000167849
+0.598642 0.404898 0
+0.666636 0.397467 1.5259e-05
+0.733135 0.39321 0.00015259
+0.798642 0.392935 0.000457771
+0.862287 0.395438 0.00189212
+0.919676 0.399496 0.00643931
+0.968322 0.404379 0.0137026
+0.993072 0.40972 0.0269932
+0.999954 0.41416 0.0430304
+1 0.417533 0.06009
+1 0.417884 0.0779583
+0 0.338384 0.00988785
+0 0.342428 0.0101778
+0 0.346716 0.0104677
+0 0.35082 0.0107576
+0 0.354696 0.0111086
+0 0.358572 0.0115358
+0 0.36289 0.0119326
+0 0.368109 0.012314
+0 0.37499 0.0110323
+0 0.385443 0.00773632
+0 0.397498 0.00416571
+0 0.409674 0.00146487
+0.000747692 0.422187 0
+0.00440986 0.432471 0
+0.0192874 0.439384 0
+0.0442359 0.445212 1.5259e-05
+0.079057 0.448783 3.0518e-05
+0.150408 0.445548 6.10361e-05
+0.236576 0.441627 0.00263981
+0.329763 0.441291 0.00477607
+0.426322 0.45182 0.00250248
+0.512581 0.46128 0.00123598
+0.594293 0.465492 0.000183108
+0.665995 0.462852 1.5259e-05
+0.735515 0.458824 0
+0.803754 0.45449 4.57771e-05
+0.869001 0.451621 0.000122072
+0.928801 0.452934 0.00234989
+0.972183 0.454994 0.00793469
+0.998947 0.457511 0.0165103
+0.999695 0.460349 0.0307317
+1 0.462318 0.0446021
+1 0.46424 0.0582742
+0 0.378088 0.0104219
+0 0.382635 0.0107118
+0 0.387594 0.0110475
+0 0.392309 0.0114595
+0 0.396796 0.0118868
+0 0.401312 0.0122988
+0 0.406104 0.0127871
+0 0.411597 0.0128481
+0 0.421012 0.0104219
+0 0.430869 0.00766003
+0 0.441108 0.00459297
+0 0.454566 0.00164797
+0.00277714 0.466957 6.10361e-05
+0.0104524 0.475471 3.0518e-05
+0.0287938 0.482155 9.15541e-05
+0.0537575 0.487343 9.15541e-05
+0.0873579 0.490379 9.15541e-05
+0.129442 0.492027 0.00015259
+0.206882 0.489525 0.00358587
+0.295384 0.489311 0.00613413
+0.390494 0.49247 0.00721752
+0.493629 0.507088 0.00369268
+0.579522 0.519402 0.00187686
+0.660105 0.527947 0.000457771
+0.734462 0.527855 7.62951e-05
+0.803586 0.523171 0
+0.870314 0.51838 0.00015259
+0.934813 0.514809 0.000518807
+0.97293 0.513146 0.0043946
+0.99472 0.511742 0.0111238
+1 0.511498 0.0205997
+1 0.512154 0.0326238
+1 0.512139 0.0442817
+0 0.424552 0.00921645
+0 0.430777 0.00894179
+0 0.436271 0.00877394
+0 0.44242 0.00852979
+0 0.448325 0.00834669
+0 0.454337 0.00819409
+0 0.460212 0.00808728
+0 0.466468 0.00770581
+0 0.473732 0.00686656
+0 0.480003 0.00604257
+0 0.488319 0.00485237
+0 0.500008 0.00216678
+0.0041352 0.508736 0.0016022
+0.0177157 0.515785 0.00175479
+0.0394293 0.522576 0.00222782
+0.0677653 0.529534 0.00260929
+0.0974899 0.53431 0.00256352
+0.133806 0.536614 0.00332647
+0.178485 0.537514 0.00556954
+0.259831 0.536217 0.0105745
+0.353414 0.540124 0.012192
+0.457359 0.548348 0.0113069
+0.556786 0.567147 0.00660716
+0.6448 0.5823 0.00350958
+0.726345 0.593744 0.00106813
+0.799863 0.594034 0.000259403
+0.869673 0.590311 0
+0.930892 0.584741 0.000411994
+0.97673 0.578073 0.0016022
+0.993057 0.572961 0.00727855
+1 0.568841 0.0148623
+1 0.566033 0.0242313
+1 0.56286 0.0341039
+0 0.478599 0.00495918
+0 0.48365 0.00514229
+0 0.489143 0.00531014
+0 0.494743 0.00549325
+0 0.500572 0.00564584
+0 0.506142 0.00585946
+0 0.512139 0.00604257
+0 0.517723 0.00619516
+0 0.523369 0.00639353
+0 0.527993 0.00759899
+0 0.533562 0.00823987
+0.000381476 0.540261 0.0080415
+0.00283818 0.547814 0.00827039
+0.0202792 0.555016 0.00906386
+0.0449836 0.56257 0.00993362
+0.0754559 0.570169 0.0108339
+0.103304 0.576455 0.0113985
+0.131197 0.580514 0.0122835
+0.167208 0.583642 0.0139162
+0.218082 0.585748 0.0167239
+0.315389 0.58706 0.0225223
+0.417136 0.594415 0.0233616
+0.521599 0.607996 0.0189975
+0.620218 0.629328 0.0113527
+0.70988 0.647227 0.00576791
+0.79144 0.661906 0.00146487
+0.8645 0.662593 0.000442512
+0.925719 0.658305 0.000106813
+0.974273 0.650965 0.00111391
+0.994354 0.641352 0.00483711
+0.999512 0.633341 0.0121004
+1 0.624872 0.0202945
+1 0.616953 0.0276951
+0 0.528191 0.00474556
+0 0.532906 0.00616464
+0 0.537545 0.00755322
+0 0.542535 0.0090486
+0 0.547021 0.0104677
+0 0.552163 0.0120851
+0 0.556771 0.0135958
+0 0.561822 0.0151827
+0 0.566278 0.0166629
+0 0.571298 0.0181888
+1.5259e-05 0.575921 0.0198367
+7.62951e-05 0.581079 0.0210575
+0.00402838 0.587152 0.0217746
+0.01738 0.593744 0.0217594
+0.0449378 0.601373 0.022446
+0.0752728 0.608911 0.0230716
+0.107317 0.61648 0.0237888
+0.132601 0.622675 0.024506
+0.163043 0.627741 0.0259403
+0.206394 0.631128 0.0282444
+0.27512 0.632502 0.0322881
+0.37438 0.637812 0.0366979
+0.481147 0.64892 0.0359197
+0.590158 0.669062 0.0270542
+0.686076 0.694377 0.0155795
+0.773602 0.714519 0.00740063
+0.852781 0.730358 0.00175479
+0.918318 0.729595 0.000610361
+0.963363 0.724468 0.000946059
+0.99263 0.714641 0.00325017
+0.998123 0.701091 0.0108797
+1 0.688319 0.0188602
+1 0.679683 0.0253452
+0 0.571023 0.0150759
+0.000106813 0.575479 0.0169528
+0.000198367 0.58024 0.0189975
+0.000259403 0.584741 0.0209964
+0.00030518 0.589441 0.0230869
+0.000320439 0.593774 0.0250401
+0.000320439 0.598123 0.027039
+0.00030518 0.602823 0.029221
+0.000244144 0.607187 0.0312963
+0.000167849 0.611383 0.0333562
+9.15541e-05 0.615549 0.035462
+0.00141909 0.619638 0.0372778
+0.00750744 0.624964 0.0380102
+0.0195621 0.630289 0.0379492
+0.0412604 0.636484 0.037995
+0.0747234 0.644709 0.0381933
+0.107149 0.653239 0.0388495
+0.137362 0.661128 0.0399786
+0.163607 0.667247 0.0413672
+0.201694 0.671122 0.0426795
+0.251179 0.674601 0.0445258
+0.329488 0.678401 0.0489357
+0.436072 0.689891 0.0494087
+0.548638 0.706661 0.0454719
+0.654871 0.731334 0.0331731
+0.748012 0.756954 0.0194553
+0.831525 0.777996 0.00903334
+0.904204 0.79443 0.00242618
+0.952575 0.792493 0.00236515
+0.983261 0.785153 0.00500496
+0.998291 0.771282 0.00968948
+0.999466 0.755901 0.0187381
+1 0.751659 0.0230564
+0.000839246 0.611704 0.0299535
+0.000854505 0.616022 0.0319066
+0.00231937 0.620386 0.0344396
+0.00361639 0.624262 0.0367437
+0.00482185 0.628046 0.0389868
+0.00604257 0.631952 0.0413062
+0.00721752 0.63592 0.0436713
+0.00834669 0.639826 0.0460365
+0.00949111 0.643748 0.0484169
+0.0105135 0.647623 0.050782
+0.0113832 0.651057 0.0529183
+0.0124971 0.654856 0.0550393
+0.0170138 0.658625 0.0566415
+0.0270695 0.662943 0.0572366
+0.0434577 0.668528 0.0572061
+0.0700084 0.676387 0.0567941
+0.102098 0.684962 0.057023
+0.135393 0.693721 0.0575113
+0.169528 0.702342 0.0582284
+0.199008 0.707454 0.0581369
+0.240772 0.712123 0.0592508
+0.295552 0.717021 0.0608072
+0.392584 0.725185 0.0638743
+0.501381 0.741085 0.0632944
+0.614572 0.761532 0.0577401
+0.71902 0.789609 0.0402991
+0.805737 0.815702 0.0244602
+0.881346 0.837293 0.0142672
+0.942824 0.851667 0.0123751
+0.975448 0.848051 0.0144045
+0.994781 0.839979 0.0182193
+1 0.824826 0.0214389
+1 0.828519 0.0217594
+0.0123445 0.647791 0.0474861
+0.0135195 0.65182 0.0498054
+0.0148165 0.655726 0.0521248
+0.0171664 0.659403 0.0545205
+0.0194247 0.662928 0.0568093
+0.0218967 0.66685 0.0593271
+0.0241093 0.670436 0.061677
+0.0263218 0.673991 0.0640421
+0.0284886 0.677592 0.0664683
+0.0305638 0.681117 0.0688182
+0.0324865 0.684489 0.0710765
+0.0342565 0.687633 0.0732128
+0.0357977 0.690684 0.0753796
+0.0396582 0.695216 0.0753033
+0.0467536 0.700633 0.0747082
+0.06009 0.707118 0.0735943
+0.0910048 0.716915 0.0706645
+0.127413 0.728634 0.0687877
+0.163699 0.739147 0.0671244
+0.199435 0.749172 0.0655833
+0.229694 0.754696 0.0649882
+0.277623 0.760372 0.0661936
+0.342367 0.765988 0.0688945
+0.45301 0.775784 0.0728008
+0.565866 0.792889 0.071809
+0.680003 0.815076 0.0667735
+0.776959 0.844511 0.051957
+0.856825 0.869139 0.041886
+0.923278 0.889158 0.0369573
+0.971725 0.901549 0.0389868
+0.990082 0.898268 0.0370794
+0.999039 0.897551 0.0365301
+0.999908 0.901488 0.0384985
+0.0333257 0.681804 0.0660258
+0.0355688 0.685359 0.0682689
+0.0379492 0.689113 0.0706493
+0.0399329 0.692882 0.0724804
+0.0407721 0.697841 0.0727398
+0.0417945 0.702876 0.073228
+0.0429236 0.708125 0.0737469
+0.0438849 0.713191 0.0741894
+0.044831 0.718227 0.0746319
+0.0457313 0.723033 0.0750896
+0.046479 0.727428 0.0754559
+0.0473487 0.732174 0.0758679
+0.048249 0.736538 0.0763409
+0.0489662 0.740688 0.0767224
+0.0487984 0.745495 0.0753338
+0.0578164 0.753002 0.0710002
+0.0753948 0.762066 0.0657969
+0.106859 0.774197 0.0616922
+0.150011 0.789014 0.0583963
+0.191882 0.801785 0.0568704
+0.223743 0.811994 0.057084
+0.261265 0.816587 0.057435
+0.319478 0.821942 0.0599069
+0.400793 0.826444 0.0658122
+0.518334 0.838209 0.0737316
+0.631708 0.854231 0.0784924
+0.740124 0.874479 0.0810101
+0.829923 0.898573 0.0754711
+0.906355 0.917418 0.068574
+0.964523 0.932464 0.063035
+0.990188 0.941985 0.0617838
+0.998322 0.945785 0.0619059
+1 0.947326 0.062501
+0.0486915 0.723857 0.0724651
+0.0497597 0.728832 0.0727703
+0.0508125 0.733822 0.073167
+0.0518807 0.73872 0.0736095
+0.0525216 0.744488 0.0728161
+0.0522774 0.7523 0.0693523
+0.0520333 0.759274 0.0662699
+0.0516365 0.766064 0.0632944
+0.0512551 0.773342 0.0599832
+0.0507973 0.780392 0.0568551
+0.0503853 0.787076 0.0539559
+0.0498665 0.793881 0.0509804
+0.0493019 0.800122 0.0483864
+0.0488136 0.805798 0.0460517
+0.0482338 0.811566 0.0437171
+0.0495918 0.815076 0.0420386
+0.0619974 0.818204 0.0411383
+0.0880751 0.823972 0.0401923
+0.142901 0.83595 0.0412757
+0.189837 0.845869 0.0448157
+0.228977 0.852033 0.0480507
+0.257298 0.851286 0.0484779
+0.318715 0.850156 0.0550851
+0.407752 0.850889 0.0649882
+0.531563 0.854124 0.0785534
+0.652064 0.868421 0.0852522
+0.76173 0.887312 0.0853895
+0.857969 0.910063 0.0788891
+0.926604 0.926848 0.0711223
+0.971649 0.940948 0.0675212
+0.996445 0.951873 0.067216
+0.999146 0.953582 0.0675975
+1 0.954116 0.0678264
+0.0542763 0.781231 0.0545968
+0.0540475 0.788495 0.0512856
+0.0537575 0.795804 0.0479438
+0.0534371 0.802808 0.0447395
+0.0530556 0.8103 0.0413367
+0.0525826 0.815534 0.0389563
+0.0520485 0.816541 0.0385901
+0.0514229 0.817258 0.0384222
+0.050782 0.818143 0.0382239
+0.0501259 0.819043 0.038117
+0.0495003 0.820188 0.0379034
+0.0488289 0.821241 0.0377966
+0.048188 0.822095 0.0377813
+0.0475624 0.82298 0.0377813
+0.0470893 0.82388 0.0377356
+0.0467536 0.824674 0.0377356
+0.0647135 0.828489 0.0367742
+0.102617 0.835828 0.0373083
+0.157092 0.846799 0.0394141
+0.204273 0.856138 0.0446784
+0.237842 0.857893 0.0467231
+0.273579 0.856046 0.0489967
+0.33753 0.853986 0.0570077
+0.448249 0.854978 0.0699016
+0.572152 0.8607 0.0819715
+0.695598 0.8748 0.089189
+0.796918 0.896315 0.0842756
+0.883055 0.916411 0.076936
+0.952865 0.933104 0.0686503
+0.982361 0.945541 0.0679789
+0.997452 0.952422 0.0679637
+1 0.95404 0.0683146
+1 0.954009 0.068513
+0.00529488 0.0354772 0.0430152
+0.00537118 0.0355535 0.0431983
+0.00543221 0.0356451 0.0433814
+0.00567636 0.0357519 0.0436561
+0.00636301 0.0359045 0.0441138
+0.00709545 0.0361181 0.0446479
+0.0078584 0.0363622 0.0451514
+0.0087892 0.0366369 0.045655
+0.0102235 0.0370642 0.0462196
+0.0122835 0.037583 0.0469215
+0.0156405 0.0379034 0.0476081
+0.0230106 0.0380407 0.0482032
+0.0325017 0.03888 0.049546
+0.0446632 0.040116 0.0511482
+0.0598001 0.0415961 0.0526589
+0.0760815 0.0434272 0.0529946
+0.0943313 0.0453346 0.053666
+0.114885 0.0474708 0.0547494
+0.138567 0.0500649 0.0563516
+0.164355 0.0534371 0.058793
+0.192081 0.056672 0.060914
+0.221897 0.059678 0.0625467
+0.256199 0.0625162 0.0626993
+0.294682 0.0658274 0.0632792
+0.33666 0.0695506 0.0644236
+0.38471 0.0739757 0.0671092
+0.437552 0.0791791 0.0716564
+0.493523 0.0846418 0.0770428
+0.550958 0.0895399 0.0821241
+0.608774 0.0936904 0.0870375
+0.668727 0.0991226 0.0922866
+0.731868 0.107607 0.0982528
+0.792279 0.11632 0.104036
+0.00588998 0.0361944 0.0442512
+0.00596628 0.036286 0.0444495
+0.00598154 0.0363775 0.0446021
+0.00628672 0.0365148 0.0448615
+0.0068513 0.0367132 0.045243
+0.00746166 0.0369268 0.0456703
+0.00814832 0.0371557 0.0460975
+0.00914015 0.0374609 0.0466163
+0.0106966 0.0379034 0.0472419
+0.0129397 0.0383001 0.0478828
+0.0168154 0.0384527 0.0483711
+0.0248112 0.0389715 0.049134
+0.0348669 0.0401923 0.0507668
+0.0494545 0.0417182 0.0523079
+0.0652781 0.0433356 0.0532387
+0.0820783 0.0450446 0.0535744
+0.101289 0.0470588 0.0544747
+0.123674 0.0495003 0.0558785
+0.148211 0.052369 0.0577859
+0.174273 0.055787 0.0604105
+0.203525 0.0588388 0.0622568
+0.235004 0.061677 0.0632486
+0.269398 0.0643626 0.0632181
+0.31017 0.0678569 0.0639811
+0.354574 0.0717937 0.0656748
+0.402808 0.0761578 0.0684367
+0.457694 0.0816663 0.0738842
+0.514015 0.0868238 0.0790875
+0.57142 0.0915999 0.0840925
+0.629816 0.0956741 0.0890974
+0.691371 0.10277 0.094789
+0.753796 0.11136 0.100725
+0.814084 0.120134 0.106493
+0.00605783 0.0370184 0.0451667
+0.00607309 0.0371252 0.0453193
+0.00607309 0.0372168 0.0454719
+0.00648508 0.0373999 0.0457771
+0.00703441 0.0375677 0.0461585
+0.00762951 0.0377508 0.0466011
+0.00831617 0.0379797 0.0471046
+0.00936904 0.0383154 0.0476692
+0.010956 0.0387274 0.0483101
+0.0133059 0.0389868 0.0488289
+0.0185702 0.0394446 0.0494545
+0.0272831 0.0404669 0.0505226
+0.0383307 0.0420081 0.0519722
+0.0548562 0.0433814 0.0530861
+0.0712291 0.0449226 0.0536202
+0.0889143 0.0467536 0.0543069
+0.108232 0.0488899 0.0553292
+0.13257 0.0516518 0.0570382
+0.158099 0.0548257 0.0593881
+0.185122 0.0581064 0.0619364
+0.214679 0.0609598 0.0635386
+0.247974 0.0635691 0.0637827
+0.284733 0.0664225 0.06392
+0.325704 0.0698558 0.0647593
+0.372244 0.0740063 0.0670024
+0.422538 0.078706 0.0706493
+0.477409 0.0841535 0.0760815
+0.534569 0.0890974 0.0810712
+0.592309 0.0936294 0.0860914
+0.650767 0.0980087 0.091249
+0.714244 0.106584 0.0973068
+0.775494 0.115251 0.103166
+0.834836 0.124224 0.109117
+0.00608835 0.037995 0.0460517
+0.00608835 0.0381018 0.0462043
+0.00613413 0.0382239 0.0463874
+0.00660716 0.0383307 0.0467231
+0.00714122 0.0384985 0.0471656
+0.00770581 0.0386816 0.0476844
+0.0083772 0.03888 0.048249
+0.00943008 0.0391394 0.0487678
+0.0109255 0.0394903 0.0492866
+0.01355 0.0398718 0.0497444
+0.0203861 0.0408179 0.0504463
+0.0299992 0.0422675 0.0514687
+0.0438849 0.0437781 0.0525368
+0.0607004 0.0451057 0.0534524
+0.0771038 0.0467079 0.0541848
+0.0956893 0.0487526 0.0552224
+0.116991 0.0512398 0.0565652
+0.141558 0.0541085 0.0582742
+0.168215 0.057496 0.0611887
+0.196674 0.0604868 0.0633249
+0.226658 0.0630808 0.0644999
+0.261265 0.0654917 0.0642863
+0.300084 0.0686046 0.0647593
+0.342596 0.0722057 0.065919
+0.389822 0.0763561 0.0682383
+0.442557 0.0814069 0.0728466
+0.497826 0.0866407 0.0780652
+0.555169 0.0915389 0.0829633
+0.613169 0.0959029 0.0881361
+0.673442 0.10193 0.0937209
+0.737041 0.110521 0.0998245
+0.79707 0.119203 0.105638
+0.85481 0.128847 0.112016
+0.00605783 0.0390021 0.0469978
+0.00605783 0.0391089 0.0471809
+0.00619516 0.0392309 0.0474403
+0.00663767 0.0393683 0.0478523
+0.00714122 0.0394903 0.0483558
+0.00770581 0.0396582 0.0489052
+0.00836194 0.0399023 0.0493935
+0.00932326 0.040238 0.0497139
+0.0109407 0.0407263 0.0500649
+0.0141604 0.0415961 0.0505531
+0.022446 0.0429541 0.051133
+0.0330968 0.0445869 0.052018
+0.0496834 0.0459602 0.0529488
+0.0665293 0.0473945 0.0539864
+0.0830549 0.0492561 0.0552834
+0.102602 0.0516365 0.0564736
+0.12604 0.0543221 0.0580301
+0.151781 0.0573281 0.0601816
+0.178698 0.0604562 0.0632029
+0.208148 0.0629129 0.0645151
+0.240177 0.0652476 0.0649882
+0.27512 0.0676585 0.0648966
+0.315877 0.0711223 0.0656291
+0.360296 0.0749371 0.0671855
+0.40853 0.0791333 0.0697337
+0.462806 0.0843824 0.0750439
+0.518608 0.0893416 0.0799878
+0.575433 0.0940261 0.0848402
+0.634165 0.0985275 0.0902571
+0.696132 0.106035 0.0962387
+0.758236 0.114534 0.102266
+0.818799 0.123293 0.108156
+0.874693 0.133516 0.114855
+0.00581369 0.0402991 0.0480049
+0.00576791 0.0404822 0.048188
+0.00595102 0.0407568 0.0485084
+0.00631724 0.0409857 0.0489357
+0.00675975 0.0411688 0.0493782
+0.00729381 0.0413977 0.0497902
+0.00799573 0.0417029 0.0500954
+0.00914015 0.0423896 0.0503395
+0.0114137 0.0433509 0.0506905
+0.0163272 0.0445716 0.0511635
+0.0252995 0.0459602 0.0517281
+0.0367285 0.0475929 0.0525978
+0.0555428 0.0487831 0.0535134
+0.0720836 0.0506752 0.0552529
+0.0897078 0.0529946 0.0568246
+0.110185 0.0556802 0.0579995
+0.136233 0.0584268 0.0598917
+0.162875 0.0610208 0.0623331
+0.190433 0.0633402 0.0644999
+0.220081 0.0654612 0.0653849
+0.254322 0.0678721 0.0655985
+0.291493 0.0708171 0.0659495
+0.332082 0.0743267 0.0664988
+0.378439 0.0781109 0.0683452
+0.428687 0.082475 0.07187
+0.483177 0.0875257 0.0771649
+0.539101 0.0921187 0.0818189
+0.596384 0.0967422 0.0869917
+0.65539 0.101991 0.092607
+0.718883 0.110292 0.0988327
+0.779934 0.118837 0.104738
+0.838865 0.127932 0.110765
+0.894133 0.138277 0.117556
+0.00527962 0.0426337 0.0491493
+0.00520333 0.0430762 0.0493935
+0.00544747 0.0436713 0.0497292
+0.00581369 0.0440528 0.0500038
+0.00624094 0.0445106 0.0502327
+0.00677501 0.0449989 0.0504005
+0.00761425 0.045594 0.0505531
+0.00909438 0.0463722 0.0507668
+0.0119936 0.0473487 0.051133
+0.0185245 0.0485389 0.0517739
+0.0284123 0.0499428 0.0526131
+0.042237 0.0514382 0.0535592
+0.0612192 0.052903 0.0546883
+0.0778668 0.0549783 0.0565805
+0.0975967 0.0573892 0.0578775
+0.120577 0.0599222 0.0594339
+0.146715 0.0625162 0.0615244
+0.173938 0.0645609 0.0638743
+0.202762 0.0665904 0.0652628
+0.233799 0.0687724 0.0660258
+0.268956 0.0714885 0.0666972
+0.308156 0.0748302 0.0670634
+0.350561 0.0781872 0.0677806
+0.396521 0.0813611 0.0694896
+0.449012 0.0859083 0.0741283
+0.503334 0.0905318 0.0790112
+0.559106 0.0949111 0.0835584
+0.617441 0.0999924 0.0892653
+0.678218 0.106615 0.0952316
+0.741054 0.114611 0.101305
+0.801419 0.123369 0.107088
+0.858351 0.132982 0.11339
+0.911833 0.143114 0.120104
+0.00463874 0.0467994 0.0504921
+0.00463874 0.047425 0.0506752
+0.00500496 0.0480964 0.0507973
+0.00537118 0.0487068 0.0508431
+0.00581369 0.0493782 0.0508583
+0.00640879 0.0500191 0.0508431
+0.00743114 0.050721 0.0510414
+0.00921645 0.0515908 0.0514839
+0.012604 0.0524453 0.0520333
+0.0204929 0.0535592 0.052903
+0.0307774 0.0551614 0.0537575
+0.0471656 0.0568093 0.0547494
+0.0669718 0.0584268 0.0559854
+0.0854353 0.0600137 0.0572519
+0.106477 0.0622416 0.0586862
+0.13106 0.0645762 0.0607614
+0.157534 0.0667277 0.0630198
+0.185321 0.0686351 0.065156
+0.215686 0.0707866 0.0659953
+0.249027 0.0732738 0.0669566
+0.285176 0.076051 0.0679789
+0.325307 0.0790265 0.0680095
+0.368841 0.0817578 0.0690013
+0.415656 0.0848707 0.0712139
+0.468956 0.0896162 0.0760967
+0.523598 0.0939498 0.0806287
+0.579736 0.0984665 0.0855879
+0.638804 0.104005 0.0917678
+0.700954 0.111315 0.0976425
+0.762448 0.11928 0.103395
+0.8224 0.127993 0.109239
+0.877668 0.138155 0.115908
+0.927855 0.148043 0.122805
+0.00427253 0.052369 0.051545
+0.00436408 0.0532387 0.0515908
+0.00468452 0.0541085 0.0515602
+0.00502022 0.0549172 0.0515297
+0.00544747 0.0557259 0.051606
+0.00607309 0.0565957 0.0518196
+0.00721752 0.0575875 0.0522621
+0.00924697 0.0587167 0.0528267
+0.0129397 0.0599222 0.0533608
+0.0213779 0.0612345 0.0538491
+0.0319677 0.0627909 0.054902
+0.0516976 0.0640269 0.0559091
+0.0734417 0.0649577 0.0567636
+0.0946365 0.0662699 0.0578927
+0.117067 0.0679484 0.0595254
+0.142412 0.070222 0.0621347
+0.169619 0.0722515 0.0643015
+0.198276 0.0740978 0.0658732
+0.229206 0.0758068 0.0667124
+0.264729 0.0779278 0.0677043
+0.302617 0.0802167 0.0682841
+0.342824 0.0827039 0.0684672
+0.387259 0.0855573 0.0699168
+0.4365 0.089601 0.073106
+0.489815 0.094377 0.0775006
+0.54403 0.098085 0.0819715
+0.601267 0.103044 0.0878462
+0.660761 0.10898 0.0942092
+0.723262 0.115877 0.0995193
+0.783795 0.124178 0.105409
+0.8421 0.133394 0.111757
+0.896666 0.143435 0.118502
+0.943679 0.153048 0.125536
+0.0037995 0.060029 0.0519875
+0.00396735 0.060914 0.0521401
+0.00421149 0.0620432 0.052369
+0.00448615 0.0630655 0.0526284
+0.00483711 0.0641337 0.0529335
+0.00547799 0.0653391 0.0533303
+0.00679026 0.0667124 0.0538338
+0.00891127 0.0682078 0.0543374
+0.0135042 0.0696574 0.0547036
+0.0222019 0.0708934 0.0552071
+0.0349737 0.0721141 0.0561837
+0.054612 0.0729076 0.0573587
+0.079057 0.073228 0.0576333
+0.104051 0.0741283 0.0585946
+0.129397 0.075639 0.0602274
+0.155291 0.0779583 0.0625467
+0.183032 0.0798199 0.0641031
+0.213153 0.0814069 0.0652934
+0.245686 0.0828107 0.0663005
+0.281849 0.0841535 0.0671702
+0.320989 0.0858473 0.0676585
+0.362432 0.0880446 0.0685893
+0.406683 0.0909285 0.0703288
+0.457984 0.09514 0.0741894
+0.510887 0.0990463 0.0784772
+0.564508 0.102571 0.0831464
+0.622919 0.108293 0.0901503
+0.683696 0.114351 0.095964
+0.745068 0.120775 0.100984
+0.805234 0.129412 0.107591
+0.861128 0.138857 0.114305
+0.913527 0.148684 0.121202
+0.959701 0.15819 0.128374
+0.00303655 0.0703441 0.0528878
+0.00321965 0.0714122 0.0532235
+0.00343328 0.0725719 0.0535897
+0.00363165 0.0737469 0.0539254
+0.00383001 0.0754253 0.0542153
+0.00448615 0.0770733 0.0544747
+0.00593576 0.0788128 0.054612
+0.00793469 0.0806287 0.0545205
+0.0127413 0.0823682 0.0545968
+0.0210269 0.0842756 0.0556191
+0.0345617 0.0856794 0.0570687
+0.0540627 0.0864729 0.0578012
+0.0793927 0.0868544 0.0574197
+0.111543 0.0856489 0.0573434
+0.140581 0.0864576 0.0584726
+0.169497 0.0877546 0.0598154
+0.197848 0.0892042 0.0614328
+0.229206 0.0903334 0.0629892
+0.2636 0.0912947 0.064332
+0.30045 0.0920119 0.065568
+0.339223 0.0926833 0.0662547
+0.381735 0.0944228 0.0678416
+0.427741 0.0970169 0.0704204
+0.478996 0.100786 0.0743725
+0.531701 0.104814 0.0790265
+0.587045 0.109636 0.0847028
+0.646082 0.115465 0.091783
+0.706584 0.120424 0.0966659
+0.766491 0.126711 0.102632
+0.826032 0.134707 0.109941
+0.87982 0.144488 0.116838
+0.929107 0.154055 0.123964
+0.972137 0.163577 0.13135
+0.00196841 0.0839246 0.0535286
+0.00205997 0.0854047 0.0537728
+0.00215152 0.0870527 0.0539864
+0.00221256 0.0886702 0.0541848
+0.00233463 0.0903182 0.0543374
+0.00291447 0.0920424 0.0540627
+0.0043946 0.0937972 0.0535286
+0.00630198 0.0956436 0.0527962
+0.010132 0.0975052 0.0525368
+0.0166323 0.0996109 0.0541085
+0.0298924 0.101137 0.0552377
+0.0512551 0.101884 0.0552377
+0.0810864 0.101534 0.0550851
+0.114412 0.10074 0.0551461
+0.150774 0.0988327 0.0541238
+0.1832 0.098436 0.0551766
+0.214343 0.0990005 0.0568399
+0.246204 0.100496 0.0584421
+0.282002 0.101305 0.0603799
+0.319417 0.102022 0.0618753
+0.358083 0.102907 0.0631113
+0.401526 0.104524 0.0652476
+0.449836 0.106981 0.0684215
+0.500557 0.109758 0.0724041
+0.553063 0.112978 0.0777142
+0.609979 0.11725 0.0840925
+0.668406 0.121691 0.090547
+0.728069 0.126085 0.0967575
+0.787182 0.132708 0.104417
+0.843992 0.140963 0.111986
+0.897063 0.150408 0.119142
+0.944442 0.159777 0.126604
+0.979004 0.169238 0.134508
+0.000717174 0.0994583 0.0525978
+0.000671397 0.101122 0.0525673
+0.000564584 0.103182 0.0524453
+0.000518807 0.104921 0.0524147
+0.00062562 0.106828 0.0523384
+0.00117494 0.108598 0.0520485
+0.00251774 0.110323 0.0511482
+0.00430304 0.112337 0.0498512
+0.00683604 0.114794 0.0487984
+0.0112306 0.117708 0.0497902
+0.0228122 0.119554 0.0505989
+0.0444648 0.120424 0.0501106
+0.0783246 0.120348 0.0510109
+0.11519 0.118807 0.0513619
+0.153933 0.11574 0.0507057
+0.193011 0.113085 0.0493935
+0.229221 0.112093 0.0494392
+0.264073 0.112551 0.0506294
+0.300175 0.113787 0.0529793
+0.338979 0.115389 0.0548714
+0.379705 0.116884 0.0570993
+0.42295 0.118227 0.0600595
+0.472251 0.120165 0.06392
+0.523293 0.122118 0.068864
+0.575708 0.124208 0.0745708
+0.631708 0.127581 0.0812848
+0.68986 0.131502 0.0881361
+0.748959 0.136172 0.095552
+0.806302 0.142061 0.104707
+0.860471 0.149218 0.113237
+0.912383 0.157122 0.121508
+0.960601 0.16614 0.129397
+0.986542 0.175509 0.137713
+0 0.115801 0.0499428
+0 0.117769 0.0496681
+1.5259e-05 0.119738 0.0495003
+6.10361e-05 0.121645 0.0493477
+0.000106813 0.123491 0.0491035
+0.000198367 0.125429 0.0485237
+0.000579843 0.127855 0.0473793
+0.00173953 0.131319 0.0455482
+0.00376898 0.134966 0.0441291
+0.00776684 0.138369 0.0436408
+0.0161593 0.14049 0.0439002
+0.0332494 0.142779 0.0435035
+0.0695201 0.142443 0.0447395
+0.112322 0.139712 0.0458228
+0.15584 0.136599 0.0455787
+0.199039 0.13315 0.0434577
+0.240497 0.1299 0.0412909
+0.281392 0.128191 0.0408179
+0.321309 0.128008 0.0417487
+0.360189 0.129732 0.0441138
+0.402274 0.131792 0.0478981
+0.446891 0.133837 0.0523537
+0.494652 0.1364 0.0572976
+0.545937 0.138018 0.0634012
+0.598596 0.14023 0.0698711
+0.652857 0.142931 0.0766613
+0.711528 0.145876 0.0843061
+0.768505 0.149325 0.0935531
+0.824155 0.153338 0.103914
+0.878019 0.159426 0.113497
+0.928923 0.166674 0.122866
+0.971878 0.174578 0.13196
+0.994736 0.182788 0.140581
+0 0.133577 0.0457465
+0 0.135607 0.0454108
+0 0.137835 0.0450141
+0 0.140154 0.0446326
+0 0.142382 0.0441291
+1.5259e-05 0.144549 0.0433356
+9.15541e-05 0.147478 0.0420844
+1.5259e-05 0.151034 0.0406043
+0.00108339 0.15555 0.0383001
+0.00320439 0.159472 0.0370642
+0.00907912 0.163149 0.0365454
+0.0246128 0.166171 0.0362707
+0.0556954 0.166384 0.0366674
+0.105135 0.163714 0.0391089
+0.152605 0.159899 0.039292
+0.199771 0.156069 0.0373541
+0.246479 0.152239 0.0325628
+0.292317 0.148089 0.0304265
+0.336828 0.145754 0.0303044
+0.380621 0.145312 0.0319677
+0.42359 0.147692 0.0361791
+0.469368 0.151247 0.0421912
+0.517357 0.154726 0.0491035
+0.567285 0.157595 0.0563821
+0.619928 0.160494 0.0634928
+0.67483 0.162997 0.0711528
+0.731258 0.164508 0.0793317
+0.786755 0.166964 0.0896162
+0.841733 0.170336 0.0999619
+0.896437 0.174472 0.110674
+0.947066 0.179278 0.122194
+0.980804 0.185077 0.132845
+1 0.19144 0.142519
+0 0.152972 0.0402228
+0 0.155108 0.0398413
+0 0.157488 0.0393835
+0 0.159701 0.0389715
+0 0.16202 0.0382696
+0 0.16434 0.037171
+0 0.166827 0.0359503
+0 0.170214 0.0347906
+1.5259e-05 0.174151 0.0332036
+0.000518807 0.179171 0.0309758
+0.00308232 0.18497 0.0292973
+0.0142061 0.189593 0.027924
+0.0454719 0.191058 0.0283665
+0.0903792 0.189761 0.0301518
+0.143313 0.185809 0.0322423
+0.19556 0.181918 0.0300298
+0.247456 0.177707 0.0265507
+0.298512 0.172793 0.0221103
+0.347036 0.168444 0.0214847
+0.395727 0.166567 0.0224613
+0.443946 0.166781 0.0253147
+0.490562 0.170138 0.0322881
+0.538018 0.174609 0.039765
+0.587106 0.179019 0.0477913
+0.640116 0.183108 0.0563516
+0.694759 0.185702 0.0647593
+0.749462 0.188022 0.0733959
+0.804318 0.190082 0.082826
+0.85951 0.192004 0.0937972
+0.913512 0.193851 0.10573
+0.965164 0.19527 0.11873
+0.988907 0.199023 0.130632
+1 0.203449 0.141146
+0 0.172961 0.0341344
+0 0.175387 0.0335699
+0 0.178012 0.0329442
+0 0.180484 0.0322576
+0 0.182727 0.0315099
+0 0.185046 0.0305486
+0 0.187778 0.0294499
+0 0.19118 0.0281834
+1.5259e-05 0.195056 0.026566
+3.0518e-05 0.199634 0.0246433
+0.000167849 0.205707 0.0222324
+0.00576791 0.213611 0.0195468
+0.0315099 0.217472 0.0192264
+0.0720684 0.217639 0.0207065
+0.124239 0.215366 0.0228885
+0.184039 0.210575 0.0234379
+0.242054 0.206271 0.0202182
+0.298024 0.20174 0.0164187
+0.351278 0.196139 0.0138247
+0.404807 0.192294 0.0145418
+0.45687 0.190723 0.0174258
+0.50811 0.191623 0.0220035
+0.555657 0.195575 0.0296635
+0.606912 0.201068 0.0387579
+0.660227 0.206744 0.0483864
+0.713848 0.211093 0.0565194
+0.767773 0.21503 0.0649882
+0.822446 0.218067 0.0744335
+0.877531 0.219699 0.0855268
+0.930495 0.219638 0.0982681
+0.97322 0.218814 0.11165
+0.997513 0.218463 0.125216
+1 0.220325 0.136263
+0 0.194614 0.0267948
+0 0.197253 0.0262913
+0 0.200168 0.0258946
+0 0.202914 0.0254368
+0 0.205554 0.0247349
+0 0.208087 0.0238499
+0 0.211185 0.0226749
+0 0.214679 0.0212253
+0 0.21825 0.0195468
+0 0.222171 0.0176242
+0.000198367 0.227863 0.0152438
+0.00167849 0.237064 0.012604
+0.0128328 0.245258 0.0108949
+0.0492561 0.248081 0.0116426
+0.0999008 0.247166 0.0135348
+0.164462 0.24242 0.0161746
+0.229816 0.237812 0.0145418
+0.290806 0.233524 0.01149
+0.350286 0.229313 0.00857557
+0.408667 0.223835 0.00848402
+0.464942 0.220371 0.0111543
+0.519768 0.218875 0.0145571
+0.573205 0.220493 0.0181735
+0.627695 0.225559 0.0269169
+0.680995 0.231647 0.0358892
+0.733684 0.238132 0.0453193
+0.787213 0.244862 0.0540322
+0.841062 0.249775 0.0638743
+0.894942 0.252293 0.0752728
+0.948409 0.251255 0.0884718
+0.981414 0.249271 0.10219
+1 0.246738 0.115877
+1 0.244312 0.128939
+0 0.219013 0.0204166
+0 0.221912 0.0198978
+0 0.224659 0.0195926
+0 0.227359 0.0192416
+0 0.230243 0.0186007
+0 0.233265 0.017792
+0 0.236316 0.0169223
+0 0.239811 0.0158999
+0 0.243534 0.0146792
+0 0.248371 0.0128328
+4.57771e-05 0.25539 0.0103761
+0.000808728 0.264302 0.00761425
+0.00563058 0.274205 0.00492866
+0.0237888 0.2822 0.00364691
+0.0740673 0.281376 0.00598154
+0.136156 0.278065 0.00842298
+0.208316 0.272587 0.0103609
+0.27718 0.270298 0.00674449
+0.343435 0.267781 0.00488289
+0.408286 0.264317 0.00424201
+0.46949 0.258259 0.00527962
+0.528084 0.254673 0.007187
+0.586969 0.253376 0.0101778
+0.64744 0.255528 0.0141146
+0.701442 0.260899 0.0217288
+0.754604 0.267903 0.0300603
+0.807599 0.276341 0.038819
+0.860731 0.282841 0.0499733
+0.913848 0.28661 0.0626993
+0.964645 0.288258 0.0766766
+0.990677 0.286503 0.0906996
+0.999954 0.283192 0.10518
+1 0.278599 0.119661
+0 0.244251 0.0153658
+0 0.24712 0.0150301
+0 0.249989 0.0146944
+0 0.253162 0.0143282
+0 0.257084 0.0137789
+0 0.260777 0.0131991
+0 0.26479 0.0126497
+0 0.26865 0.0121462
+0 0.272953 0.0113527
+0 0.278767 0.00973526
+0 0.287358 0.00717174
+0.000137331 0.297383 0.0041352
+0.00215152 0.30753 0.00167849
+0.0107118 0.315007 0.000579843
+0.0410163 0.31899 0.00111391
+0.10338 0.316701 0.0033875
+0.174777 0.313787 0.00460822
+0.254719 0.309346 0.00456245
+0.331106 0.309758 0.002533
+0.403296 0.3084 0.00169375
+0.470695 0.305592 0.00175479
+0.533288 0.298222 0.00268559
+0.596521 0.29395 0.00378424
+0.658976 0.292653 0.00511177
+0.717952 0.296101 0.00706493
+0.77377 0.302251 0.0119783
+0.828305 0.3093 0.0200046
+0.881956 0.31725 0.0329747
+0.934752 0.322927 0.0481727
+0.974762 0.327169 0.062501
+0.999847 0.32958 0.0766003
+0.999954 0.326116 0.0923934
+1 0.321828 0.106844
+0 0.273487 0.0112154
+0 0.276844 0.010956
+0 0.280247 0.0106508
+0 0.283742 0.0102846
+0 0.287633 0.0103456
+0 0.291707 0.0105287
+0 0.295521 0.0107118
+0 0.299229 0.0108644
+0 0.304112 0.0105135
+0 0.311315 0.00836194
+0 0.321736 0.00497444
+0 0.332586 0.00192264
+0.000396735 0.342565 0.000503548
+0.00404364 0.350408 7.62951e-05
+0.0150912 0.356252 7.62951e-05
+0.0619211 0.357763 0.000457771
+0.137819 0.354559 0.00227359
+0.223026 0.351431 0.00321965
+0.310414 0.350576 0.00276188
+0.390677 0.354574 0.00135805
+0.464744 0.354864 0.000579843
+0.534157 0.352911 0.000427253
+0.600443 0.344762 0.000518807
+0.664851 0.341192 0.000915541
+0.728206 0.340337 0.00166323
+0.788586 0.34342 0.00334173
+0.847379 0.348653 0.00849927
+0.903685 0.354742 0.0163272
+0.955749 0.360967 0.0293736
+0.984909 0.366979 0.0449531
+0.999969 0.371328 0.0607156
+1 0.374197 0.0763561
+1 0.370214 0.0928359
+0 0.304601 0.0104067
+0 0.307805 0.0106966
+0 0.311208 0.0110475
+0 0.314717 0.0113375
+0 0.318166 0.0116274
+0 0.322301 0.0119326
+0 0.326619 0.0122225
+0 0.330892 0.0124666
+0 0.336858 0.0115053
+0 0.346303 0.0087129
+0 0.3579 0.00488289
+0 0.370245 0.00141909
+0 0.381415 0.000320439
+0.00144961 0.389578 0.000106813
+0.0145876 0.395987 1.5259e-05
+0.0416571 0.40058 3.0518e-05
+0.10634 0.401038 0.000167849
+0.186816 0.396674 0.00273136
+0.27393 0.39527 0.00407416
+0.368215 0.398398 0.00283818
+0.450538 0.406394 0.00131228
+0.527596 0.409705 0.000228885
+0.600336 0.40737 0
+0.668025 0.399588 3.0518e-05
+0.734874 0.395315 0.000228885
+0.800366 0.394583 0.000762951
+0.863828 0.397269 0.00230411
+0.920958 0.401205 0.00730907
+0.968856 0.406134 0.015198
+0.994049 0.411597 0.0287175
+0.999924 0.416327 0.0450141
+1 0.419257 0.0622416
+1 0.420325 0.0791485
+0 0.338628 0.0114595
+0 0.342763 0.0118105
+0 0.346822 0.0121614
+0 0.350851 0.0125277
+0 0.354894 0.0129244
+0 0.358877 0.0133822
+0 0.363638 0.0137942
+0 0.368215 0.0142367
+0 0.375036 0.013077
+0 0.38555 0.0100099
+0 0.397192 0.0062562
+0 0.409842 0.0028687
+0.000656138 0.422446 0.000396735
+0.00328069 0.432929 4.57771e-05
+0.0169375 0.440299 0
+0.0413367 0.445838 1.5259e-05
+0.0760967 0.449882 3.0518e-05
+0.149264 0.446845 0.00030518
+0.236683 0.443229 0.00366217
+0.331136 0.443503 0.00598154
+0.427085 0.453437 0.00328069
+0.514 0.463066 0.00161746
+0.59556 0.46743 0.000274662
+0.668055 0.465141 1.5259e-05
+0.737621 0.460609 0
+0.805142 0.456275 0.000106813
+0.869856 0.454154 0.000381476
+0.930144 0.45536 0.00288396
+0.972564 0.457191 0.0090486
+0.998672 0.459739 0.018204
+0.999664 0.462394 0.0323186
+1 0.464576 0.0460212
+1 0.466316 0.0594797
+0 0.37821 0.0124361
+0 0.382925 0.0128176
+0 0.38764 0.0132296
+0 0.392462 0.0136721
+0 0.397086 0.0141604
+0 0.40177 0.0146334
+0 0.406378 0.0151827
+0 0.412085 0.0150759
+0 0.42121 0.0128481
+0 0.430518 0.0102693
+0 0.440757 0.0069276
+0 0.454459 0.00270085
+0.0021973 0.467262 0.000335698
+0.00915541 0.476265 0.000122072
+0.0260471 0.483467 0.000198367
+0.0510262 0.488151 0.000228885
+0.0857557 0.491798 0.000213626
+0.129473 0.493645 0.000442512
+0.207752 0.49102 0.00485237
+0.296513 0.490806 0.0077821
+0.391592 0.495033 0.00874342
+0.495888 0.508797 0.00453193
+0.580941 0.521462 0.00236515
+0.661387 0.529625 0.000610361
+0.735866 0.530251 7.62951e-05
+0.805081 0.525505 0
+0.871839 0.520531 0.000244144
+0.936263 0.516777 0.000686656
+0.9738 0.514916 0.005066
+0.994659 0.513771 0.012314
+1 0.513207 0.0220645
+1 0.514061 0.0336919
+1 0.514107 0.0455787
+0 0.425116 0.0114595
+0 0.430869 0.0112612
+0 0.437125 0.011017
+0 0.44303 0.0108339
+0 0.448615 0.0108186
+0 0.45452 0.0107881
+0 0.459876 0.0108949
+0 0.465873 0.0107118
+0 0.473106 0.00994888
+0 0.479988 0.00900282
+0 0.488426 0.00709545
+0 0.499992 0.00315862
+0.00308232 0.509087 0.00227359
+0.0159609 0.516365 0.00247196
+0.0367742 0.523583 0.00314336
+0.0656748 0.530877 0.00367742
+0.0954757 0.535668 0.00354009
+0.132677 0.538277 0.00448615
+0.177813 0.539483 0.00698863
+0.259968 0.537911 0.0122988
+0.35494 0.542229 0.0140078
+0.458015 0.551156 0.0133211
+0.558267 0.568841 0.00767529
+0.646204 0.584131 0.00415045
+0.727932 0.595361 0.0012665
+0.801892 0.596551 0.000244144
+0.870985 0.592935 0
+0.931899 0.586664 0.000579843
+0.978363 0.579736 0.00204471
+0.993317 0.574823 0.00825513
+1 0.571023 0.0160678
+1 0.567773 0.0255131
+1 0.564752 0.0352636
+0 0.47866 0.00724804
+0 0.48426 0.0074464
+0 0.489677 0.00770581
+0 0.495155 0.00793469
+0 0.50106 0.00814832
+0 0.506981 0.00833143
+0 0.512474 0.00851453
+0 0.518456 0.00860609
+0 0.524193 0.00909438
+0 0.528954 0.0102388
+0 0.534478 0.0105898
+0.000320439 0.541268 0.0101472
+0.00190738 0.548241 0.0100252
+0.0182803 0.555779 0.0108949
+0.0427253 0.563546 0.0117342
+0.0727703 0.571435 0.0126345
+0.101457 0.577691 0.0132296
+0.129274 0.582238 0.0142214
+0.166125 0.585336 0.0158236
+0.215473 0.587793 0.0184176
+0.315099 0.588998 0.0246128
+0.418036 0.596307 0.0250553
+0.52253 0.610101 0.0210117
+0.622309 0.631342 0.0124819
+0.711284 0.649119 0.00645457
+0.792844 0.663401 0.00172427
+0.866087 0.665095 0.00047303
+0.927108 0.660487 0.000228885
+0.974441 0.652384 0.0016022
+0.995117 0.64358 0.00572213
+0.999496 0.634775 0.0134737
+1 0.626978 0.0215763
+1 0.618311 0.029099
+0 0.528954 0.00709545
+0 0.533623 0.00857557
+0 0.538079 0.0100099
+0 0.543175 0.0115358
+0 0.547875 0.0130312
+0 0.552666 0.0145266
+0 0.557671 0.0160372
+0 0.56286 0.0175937
+0 0.567483 0.0190127
+0 0.571832 0.0205539
+0 0.576898 0.0224308
+3.0518e-05 0.581888 0.0235904
+0.00390631 0.587854 0.0242008
+0.0154421 0.594568 0.0240177
+0.042359 0.602106 0.0244602
+0.0726024 0.609995 0.0251164
+0.105074 0.617761 0.0258946
+0.131228 0.624216 0.0266575
+0.161379 0.629465 0.0280461
+0.206165 0.632914 0.0303807
+0.27396 0.634272 0.0341497
+0.375586 0.639277 0.0389258
+0.482033 0.651179 0.037644
+0.591318 0.670787 0.0290227
+0.688182 0.696284 0.0166629
+0.775265 0.716121 0.00814832
+0.853834 0.731411 0.00199893
+0.919158 0.732143 0.000640879
+0.96379 0.726406 0.0012665
+0.992477 0.716701 0.00419623
+0.998306 0.703014 0.0120699
+1 0.690181 0.0203555
+1 0.682307 0.0266117
+1.5259e-05 0.572015 0.0175479
+6.10361e-05 0.576425 0.0194553
+9.15541e-05 0.580774 0.0213931
+9.15541e-05 0.585595 0.0235142
+7.62951e-05 0.589868 0.0254673
+4.57771e-05 0.594553 0.0275731
+4.57771e-05 0.599161 0.0297246
+4.57771e-05 0.603601 0.0318914
+3.0518e-05 0.607843 0.0339666
+3.0518e-05 0.612009 0.0360723
+0.000381476 0.616388 0.0384222
+0.00148013 0.620386 0.0402075
+0.00674449 0.625376 0.04065
+0.0181125 0.630838 0.0404822
+0.0387579 0.637095 0.0402991
+0.0727092 0.645747 0.0404822
+0.105287 0.654002 0.0409247
+0.135531 0.662058 0.0420539
+0.162112 0.668681 0.0436561
+0.200031 0.672831 0.044892
+0.250599 0.676219 0.0465858
+0.327794 0.680461 0.0508431
+0.436957 0.691707 0.0514076
+0.550332 0.708659 0.047013
+0.657649 0.732845 0.0347448
+0.749371 0.758587 0.0205539
+0.832441 0.779644 0.00994888
+0.905074 0.795666 0.0027924
+0.953353 0.794553 0.0030518
+0.983413 0.786801 0.00605783
+0.998215 0.773404 0.0111696
+0.999496 0.757763 0.020325
+1 0.754711 0.0243229
+0.000320439 0.612482 0.0326085
+0.000793469 0.616999 0.0348211
+0.00192264 0.620661 0.0369879
+0.00320439 0.624796 0.0394141
+0.00444038 0.628794 0.0417792
+0.00560006 0.632715 0.0441138
+0.00663767 0.636469 0.0463874
+0.00775158 0.640421 0.0487984
+0.00877394 0.644343 0.0511788
+0.0096437 0.647944 0.0533913
+0.0106203 0.651942 0.0558022
+0.0115511 0.655329 0.0577401
+0.0157626 0.659358 0.0595102
+0.0256504 0.663493 0.0598001
+0.0420996 0.669444 0.0599374
+0.0678264 0.676661 0.0591135
+0.100389 0.685344 0.0590829
+0.133776 0.694408 0.0596017
+0.168322 0.70312 0.0601968
+0.197848 0.708568 0.06009
+0.24004 0.713451 0.0610971
+0.296544 0.718624 0.0625162
+0.392691 0.726726 0.0658579
+0.5028 0.742367 0.065156
+0.615137 0.763058 0.0593423
+0.720851 0.790967 0.0416571
+0.806973 0.817349 0.0260014
+0.882139 0.838529 0.016144
+0.944595 0.853284 0.0138552
+0.97615 0.849744 0.016495
+0.994858 0.84126 0.0201724
+1 0.828199 0.022797
+1 0.830777 0.0230259
+0.0113069 0.648753 0.0502632
+0.0122683 0.652399 0.0523995
+0.0139925 0.656382 0.0548257
+0.0162966 0.659953 0.0571756
+0.0186007 0.663615 0.0595407
+0.020798 0.667201 0.0618601
+0.0230411 0.670863 0.0642557
+0.0251774 0.674449 0.0666361
+0.0273747 0.678264 0.0691386
+0.0292363 0.681636 0.0713817
+0.0310826 0.685023 0.0736095
+0.0327611 0.688243 0.0758373
+0.0340887 0.691615 0.0776989
+0.0379644 0.696529 0.0774243
+0.0450446 0.701732 0.0768597
+0.059144 0.70808 0.0755779
+0.0890516 0.717876 0.0722515
+0.12578 0.729244 0.0702373
+0.161898 0.740215 0.0684977
+0.198581 0.750256 0.0669718
+0.228519 0.756207 0.0663615
+0.277409 0.761975 0.0676432
+0.342412 0.767727 0.0702678
+0.45417 0.777188 0.0744488
+0.568429 0.7944 0.0734417
+0.680751 0.81677 0.0686961
+0.77882 0.846189 0.0535744
+0.857877 0.870893 0.0442206
+0.924163 0.890272 0.0394751
+0.972869 0.90309 0.0414893
+0.990234 0.900069 0.0395361
+0.999008 0.899474 0.03888
+0.999954 0.903166 0.0408026
+0.0321965 0.682445 0.0685283
+0.0344549 0.686122 0.0708629
+0.0365606 0.689632 0.0731212
+0.0381933 0.694102 0.0744335
+0.0390936 0.699001 0.0747692
+0.0400397 0.703883 0.0751354
+0.0411536 0.70898 0.0756237
+0.0420539 0.713939 0.0760204
+0.0431373 0.719219 0.0765545
+0.044007 0.723812 0.0770275
+0.044892 0.728618 0.0774395
+0.0456855 0.733043 0.0779126
+0.0465095 0.737255 0.0784009
+0.0470741 0.741375 0.078706
+0.0466621 0.74641 0.0766308
+0.0561379 0.754604 0.0717937
+0.0742199 0.763546 0.0665904
+0.104662 0.775738 0.0622416
+0.148669 0.790707 0.0590066
+0.190036 0.803479 0.0575875
+0.222934 0.813764 0.0579995
+0.260136 0.818402 0.0580911
+0.320684 0.82324 0.0609445
+0.40145 0.828931 0.0666972
+0.519554 0.839658 0.0753643
+0.633463 0.85597 0.0804303
+0.741711 0.875944 0.0830854
+0.833799 0.899504 0.0767376
+0.908721 0.917983 0.0700694
+0.965423 0.93283 0.0647746
+0.991287 0.94229 0.0633707
+0.998413 0.945876 0.0636301
+1 0.947509 0.064332
+0.047013 0.724651 0.0742351
+0.0480812 0.729519 0.0746166
+0.0492409 0.7346 0.0750439
+0.0503243 0.739757 0.0754406
+0.0504768 0.746136 0.0734875
+0.0501259 0.753521 0.0700999
+0.049897 0.76083 0.0669413
+0.049424 0.768078 0.0637675
+0.0489967 0.775235 0.0606394
+0.0484932 0.781765 0.057847
+0.0480201 0.788617 0.0549172
+0.0475013 0.794781 0.0523384
+0.0469673 0.801587 0.049485
+0.0464485 0.807095 0.0472419
+0.0459144 0.81326 0.0446784
+0.0474098 0.814817 0.0439307
+0.0604105 0.818021 0.0428626
+0.0876173 0.824002 0.0417792
+0.14226 0.835752 0.042649
+0.189151 0.845777 0.046128
+0.228077 0.85182 0.0490272
+0.256779 0.85127 0.049485
+0.319631 0.850324 0.0563516
+0.4112 0.851164 0.0666209
+0.535851 0.854276 0.0804456
+0.656703 0.869001 0.0870069
+0.764874 0.888045 0.0867323
+0.859846 0.910399 0.0802777
+0.929183 0.927275 0.0724193
+0.972702 0.941192 0.0691539
+0.996536 0.951675 0.0688487
+0.999268 0.953445 0.0692454
+1 0.953918 0.0695048
+0.0518959 0.782269 0.0552682
+0.0516213 0.789929 0.0517281
+0.0512703 0.797131 0.0483864
+0.0508888 0.804425 0.0451209
+0.0504768 0.81178 0.041886
+0.049958 0.815213 0.0404974
+0.049424 0.816205 0.0402838
+0.0488289 0.817029 0.0402228
+0.0482032 0.817792 0.0402075
+0.0475624 0.818723 0.040116
+0.0469673 0.819684 0.0399786
+0.0463569 0.820722 0.0398566
+0.0457313 0.821698 0.0397955
+0.0451362 0.822614 0.0397803
+0.0446632 0.823468 0.0398108
+0.0442359 0.824506 0.0397498
+0.0627604 0.827939 0.0387274
+0.101686 0.83537 0.0390478
+0.15581 0.846036 0.0409857
+0.203387 0.855634 0.0459907
+0.236774 0.857343 0.0477913
+0.274571 0.855894 0.0503853
+0.338781 0.853819 0.0584573
+0.452934 0.854902 0.0717937
+0.577035 0.861112 0.0836347
+0.699763 0.875074 0.090898
+0.800671 0.896941 0.0854353
+0.885786 0.916793 0.0781109
+0.955383 0.933501 0.0700542
+0.983444 0.94583 0.0696574
+0.997574 0.952346 0.0697185
+1 0.953918 0.0700847
+1 0.953918 0.0702983
+0.00531014 0.0355077 0.0434424
+0.00537118 0.035584 0.0436408
+0.00544747 0.0356603 0.0438239
+0.00570687 0.0357671 0.0441138
+0.00639353 0.0359503 0.0445869
+0.00712596 0.0361639 0.0451362
+0.00788891 0.0363928 0.0456245
+0.00881972 0.0366674 0.046128
+0.0102998 0.0370947 0.0467231
+0.0124056 0.0375982 0.0474861
+0.0157015 0.0379034 0.0482032
+0.0232242 0.038056 0.0488594
+0.0327611 0.0389563 0.0502327
+0.0453956 0.0402075 0.0518196
+0.0606851 0.0416419 0.0532082
+0.0770123 0.0433967 0.0534981
+0.0954299 0.0453193 0.0542458
+0.116136 0.0475624 0.0554055
+0.139757 0.0502174 0.057023
+0.165667 0.0536355 0.0595254
+0.193591 0.0567941 0.0616007
+0.223575 0.0596933 0.0631266
+0.257923 0.0625772 0.0632486
+0.296376 0.0658427 0.0639506
+0.338766 0.0694743 0.0653391
+0.386664 0.0738079 0.0681621
+0.439719 0.0790723 0.0729839
+0.49543 0.0844892 0.0784314
+0.553368 0.0892653 0.0835126
+0.611063 0.0931868 0.088426
+0.670878 0.0987869 0.0937209
+0.734752 0.107698 0.0996872
+0.794705 0.116396 0.105409
+0.00590524 0.0362097 0.0447089
+0.00595102 0.036286 0.0448768
+0.00596628 0.0363928 0.0450446
+0.00628672 0.0365301 0.0453193
+0.0068513 0.0367437 0.045716
+0.00746166 0.0369421 0.0461433
+0.00814832 0.0371557 0.0466011
+0.00917067 0.0374762 0.0471504
+0.0107424 0.0379339 0.0478523
+0.0130159 0.0383001 0.0485237
+0.0170596 0.038468 0.0490425
+0.0250553 0.0390326 0.049836
+0.0351873 0.0403601 0.0515145
+0.0501259 0.0418097 0.0529641
+0.0661936 0.0433356 0.0537575
+0.0831617 0.0450141 0.0541085
+0.102358 0.0471046 0.0551003
+0.124941 0.0496223 0.0565957
+0.149538 0.0525673 0.0585946
+0.175601 0.0559548 0.0612497
+0.204807 0.0588693 0.062974
+0.236439 0.0616617 0.063859
+0.270832 0.0643931 0.0638132
+0.311955 0.0678111 0.0648051
+0.356512 0.0716411 0.066743
+0.40473 0.0759594 0.0697185
+0.459968 0.0816052 0.0753185
+0.516396 0.086656 0.0805066
+0.573785 0.0912184 0.085481
+0.631662 0.0950942 0.0905165
+0.693935 0.102647 0.0962387
+0.756268 0.111452 0.102113
+0.816083 0.120195 0.107866
+0.00604257 0.0370489 0.045655
+0.00605783 0.0371405 0.0458076
+0.00607309 0.0372473 0.0459754
+0.00648508 0.0374151 0.0462806
+0.00703441 0.037583 0.0466926
+0.00762951 0.0377508 0.0471504
+0.00831617 0.0379797 0.0476844
+0.00939956 0.0383001 0.0482948
+0.0110018 0.0387121 0.0489967
+0.0133822 0.0389868 0.0495155
+0.0187839 0.0394903 0.0501564
+0.027512 0.040589 0.0512398
+0.0389868 0.0421149 0.0526284
+0.0555428 0.0434119 0.0536965
+0.0721752 0.0449378 0.0542306
+0.090013 0.0467689 0.054963
+0.109377 0.0489815 0.0560922
+0.133684 0.0518044 0.057847
+0.159274 0.0549783 0.0602731
+0.18645 0.0581979 0.0627451
+0.216007 0.0609751 0.0642405
+0.24947 0.0635996 0.0644236
+0.286229 0.0664378 0.064683
+0.327153 0.069749 0.0656596
+0.374136 0.0738231 0.0680858
+0.424781 0.0785992 0.0719921
+0.47953 0.0841535 0.0775464
+0.536904 0.0888533 0.0825513
+0.594629 0.0932174 0.0876326
+0.653391 0.0978408 0.0928664
+0.716426 0.106538 0.0987411
+0.777813 0.115328 0.104585
+0.837003 0.124483 0.110613
+0.00608835 0.037995 0.0465553
+0.00608835 0.0381018 0.0467231
+0.00613413 0.0382086 0.0469368
+0.0065919 0.0383154 0.047303
+0.00712596 0.0384833 0.047776
+0.00770581 0.0386358 0.0483253
+0.0083772 0.038819 0.0489052
+0.00944533 0.0391089 0.0494698
+0.010956 0.0394446 0.0499886
+0.013611 0.0398566 0.0504463
+0.0205844 0.0409094 0.0511635
+0.0302892 0.0423896 0.0521553
+0.0446784 0.0438697 0.0532387
+0.0615702 0.0451209 0.0542
+0.0779431 0.0467079 0.0549172
+0.0966659 0.0488441 0.0560311
+0.118181 0.0513924 0.0574502
+0.142779 0.0543374 0.059205
+0.16939 0.0576333 0.0621195
+0.197833 0.0605173 0.0640726
+0.228046 0.0630655 0.0650797
+0.26273 0.065568 0.0649424
+0.301854 0.0686198 0.0655985
+0.34432 0.0720684 0.0669566
+0.391379 0.0760967 0.0694133
+0.444831 0.0813001 0.0743572
+0.500206 0.0864424 0.0796826
+0.557 0.0910658 0.0846418
+0.615518 0.0955367 0.0898756
+0.67599 0.101884 0.0953841
+0.738964 0.11043 0.101213
+0.799084 0.119265 0.107057
+0.857069 0.129091 0.113542
+0.00604257 0.0389563 0.0475776
+0.00604257 0.0390478 0.047776
+0.00619516 0.0391699 0.0480659
+0.00663767 0.039292 0.0485389
+0.00714122 0.0394293 0.049073
+0.00770581 0.0395819 0.0496223
+0.00836194 0.0398566 0.0501106
+0.00935378 0.0402075 0.0504463
+0.011017 0.0407416 0.050782
+0.014374 0.0416571 0.0513161
+0.0226444 0.043061 0.0518502
+0.0334478 0.0447242 0.052781
+0.0504463 0.0460212 0.0538033
+0.0673228 0.0474556 0.0549172
+0.0839399 0.0493629 0.0561837
+0.103548 0.0517739 0.0573739
+0.127321 0.054612 0.0589914
+0.153109 0.0576181 0.0612039
+0.179904 0.0605631 0.0640726
+0.209293 0.0629435 0.0651865
+0.241443 0.0653239 0.0656443
+0.276753 0.0678264 0.0657664
+0.317632 0.071107 0.0666972
+0.362188 0.0747692 0.0684672
+0.410391 0.0789044 0.0712902
+0.464668 0.0841993 0.0767376
+0.52079 0.0889601 0.0817884
+0.577722 0.093492 0.0867628
+0.636118 0.0981613 0.0920424
+0.698665 0.105943 0.0978561
+0.760739 0.114534 0.103731
+0.820951 0.123415 0.109606
+0.876524 0.133623 0.116335
+0.00579843 0.040238 0.0486763
+0.00573739 0.0404212 0.0488746
+0.00593576 0.0406653 0.0492409
+0.00631724 0.0408942 0.0496681
+0.00677501 0.0410773 0.0501106
+0.00729381 0.0413367 0.0505531
+0.00799573 0.0416876 0.0508888
+0.00915541 0.0424201 0.0511177
+0.0114748 0.0434424 0.0514687
+0.0165255 0.0446784 0.0519265
+0.0256046 0.0461128 0.0525673
+0.0372778 0.0476997 0.0535744
+0.0562295 0.0488594 0.0545663
+0.0727245 0.0508278 0.0562905
+0.0905318 0.053254 0.0577707
+0.111315 0.0559854 0.0589456
+0.137301 0.0587625 0.0609445
+0.163928 0.0612192 0.0633555
+0.191577 0.0634165 0.0653239
+0.221256 0.0655985 0.0661784
+0.25565 0.0680858 0.0665751
+0.293034 0.0710002 0.0671244
+0.333547 0.0742809 0.0678416
+0.38027 0.0779126 0.0698863
+0.430762 0.0822919 0.0737163
+0.484855 0.0872969 0.078996
+0.540749 0.0915847 0.0836957
+0.598688 0.0962997 0.0889143
+0.658198 0.101915 0.0944686
+0.721065 0.11014 0.100282
+0.782223 0.118837 0.106188
+0.84094 0.128115 0.112352
+0.895949 0.138293 0.119142
+0.0052491 0.0426337 0.0498665
+0.00517281 0.043061 0.0501106
+0.00544747 0.043595 0.0504311
+0.00579843 0.0440375 0.0507362
+0.00622568 0.0445411 0.0509651
+0.00675975 0.0450294 0.0511482
+0.00762951 0.0456397 0.0513161
+0.0091249 0.0464179 0.0515602
+0.0120394 0.0474098 0.0519722
+0.0186618 0.0486 0.0526741
+0.0286107 0.0500191 0.0536355
+0.0426947 0.051545 0.0546731
+0.0617075 0.0530861 0.0558633
+0.0782483 0.0552377 0.0576944
+0.0982986 0.0577401 0.0589609
+0.121523 0.0602731 0.0605936
+0.147646 0.0627756 0.0628367
+0.174701 0.0647593 0.0650034
+0.203708 0.0668345 0.0663005
+0.235111 0.0691691 0.0671702
+0.270588 0.0719921 0.0680705
+0.309865 0.0751049 0.0685283
+0.352041 0.078172 0.0693675
+0.397833 0.0812085 0.0711528
+0.450858 0.0858473 0.0760204
+0.505241 0.0903029 0.0809186
+0.560693 0.0942397 0.085481
+0.619928 0.0997177 0.0912947
+0.680827 0.106508 0.0970626
+0.743008 0.114382 0.10277
+0.803311 0.123369 0.10869
+0.860456 0.133104 0.115129
+0.913542 0.143069 0.121874
+0.00462348 0.0468452 0.0511788
+0.00463874 0.0474861 0.0513924
+0.0049897 0.0481117 0.0515297
+0.00535592 0.0487373 0.0516213
+0.00579843 0.049424 0.0516823
+0.00639353 0.0500343 0.0517433
+0.0074464 0.0507057 0.0519875
+0.00923171 0.0514687 0.0524147
+0.0126192 0.0522927 0.0529641
+0.0205234 0.0535592 0.0539406
+0.0308537 0.0552071 0.054902
+0.0476844 0.0569009 0.0560311
+0.0673686 0.0586404 0.0573587
+0.0859693 0.0603952 0.0587167
+0.10692 0.0626688 0.0601511
+0.131777 0.0649729 0.0623636
+0.15819 0.067155 0.0646067
+0.186007 0.0690929 0.0665599
+0.216541 0.0713512 0.0673838
+0.250446 0.073991 0.0684977
+0.286915 0.0767987 0.0696422
+0.32668 0.0793622 0.0695964
+0.37026 0.0818952 0.0706645
+0.417487 0.085069 0.0731212
+0.470726 0.0897688 0.0780652
+0.525628 0.0936599 0.0827344
+0.581949 0.0980392 0.0878309
+0.641077 0.103883 0.093904
+0.702846 0.11104 0.0994125
+0.764385 0.119081 0.105058
+0.824628 0.128115 0.111055
+0.879316 0.138109 0.117754
+0.929503 0.147982 0.124605
+0.00424201 0.0524758 0.0522774
+0.00434882 0.0533303 0.0524147
+0.00466926 0.0541543 0.0525063
+0.0049897 0.055024 0.0526284
+0.00541695 0.0558022 0.0528115
+0.00605783 0.0566415 0.0531014
+0.00723278 0.0575418 0.0535134
+0.00926223 0.0586862 0.0540017
+0.013077 0.0598306 0.05449
+0.0213931 0.0611582 0.0551156
+0.0320745 0.0627756 0.0563058
+0.0521859 0.0640726 0.0574655
+0.0737163 0.065156 0.0585641
+0.0949722 0.0666209 0.0598764
+0.117403 0.0684977 0.0615702
+0.142748 0.0708476 0.0641794
+0.170169 0.0728618 0.0661326
+0.199252 0.0747234 0.0674754
+0.230289 0.076463 0.0682841
+0.266117 0.0786297 0.0694133
+0.303883 0.0808423 0.0699779
+0.344015 0.0831617 0.0701762
+0.388952 0.0861067 0.0718242
+0.438712 0.0901808 0.0752575
+0.491707 0.0945296 0.0796979
+0.545815 0.0977646 0.0842756
+0.603677 0.102846 0.0902419
+0.663294 0.108888 0.0963607
+0.72488 0.115496 0.101274
+0.785672 0.124071 0.10724
+0.84387 0.133425 0.113664
+0.898405 0.143328 0.120378
+0.945296 0.153002 0.127291
+0.00376898 0.0600748 0.053254
+0.00393683 0.0609751 0.0535439
+0.00419623 0.062089 0.0538491
+0.00445563 0.0631418 0.0541543
+0.00479133 0.0642405 0.0545052
+0.00544747 0.0654154 0.0549477
+0.00679026 0.0667582 0.0554818
+0.00892653 0.0682994 0.0558785
+0.013611 0.0695964 0.0561685
+0.0223239 0.0708629 0.0567788
+0.0354009 0.0719768 0.0579232
+0.0551766 0.0728313 0.0593576
+0.0790417 0.0734569 0.0597696
+0.104051 0.0746777 0.0607156
+0.129397 0.0763714 0.0623789
+0.155612 0.0785992 0.0646525
+0.183551 0.0805219 0.06598
+0.213931 0.0820783 0.0671702
+0.246677 0.0833753 0.0682383
+0.282994 0.0847639 0.0691234
+0.322667 0.0866407 0.0695048
+0.364431 0.0890211 0.0705882
+0.408942 0.0921035 0.0726787
+0.460563 0.0959029 0.0766918
+0.513008 0.0992599 0.0809796
+0.566857 0.102632 0.0857099
+0.625452 0.108446 0.0926833
+0.685588 0.114336 0.0980697
+0.746258 0.120516 0.102785
+0.807004 0.129366 0.109514
+0.863005 0.138872 0.116304
+0.915068 0.148592 0.123171
+0.961593 0.158236 0.130251
+0.00300603 0.0703899 0.0545205
+0.00318914 0.0715648 0.0549172
+0.00340276 0.0726024 0.0553292
+0.00357061 0.0739757 0.0557259
+0.00375372 0.0756695 0.0561379
+0.00440986 0.0772564 0.0564889
+0.00590524 0.0788739 0.0565805
+0.00791943 0.0807507 0.0563516
+0.012665 0.0825055 0.0564126
+0.0209201 0.0842603 0.0574197
+0.0347448 0.0857557 0.0589456
+0.0544137 0.0867628 0.0598001
+0.0798962 0.0870832 0.0594339
+0.111376 0.0861677 0.0593576
+0.14052 0.0871901 0.0607156
+0.169696 0.0884413 0.0622416
+0.19852 0.0898756 0.0640421
+0.229816 0.0909743 0.0654917
+0.264607 0.0918746 0.066804
+0.301869 0.092607 0.0679332
+0.341115 0.0935225 0.0685283
+0.384054 0.0954452 0.0703288
+0.430411 0.0979934 0.0730602
+0.481437 0.10161 0.0769055
+0.534386 0.105547 0.0814679
+0.589822 0.110384 0.0873121
+0.648569 0.116304 0.094728
+0.707881 0.120302 0.0987869
+0.768093 0.126543 0.104784
+0.827741 0.134737 0.112169
+0.881392 0.144396 0.119005
+0.930587 0.154009 0.12604
+0.972946 0.163622 0.133349
+0.00189212 0.0840162 0.0552682
+0.00196841 0.0855879 0.0555886
+0.00205997 0.087129 0.0559091
+0.002121 0.0887465 0.0562142
+0.00224308 0.090425 0.0563821
+0.00283818 0.0921492 0.05626
+0.0043183 0.093904 0.0557717
+0.00627146 0.0958267 0.0549783
+0.0100099 0.0975967 0.0545663
+0.0163729 0.0996262 0.0558785
+0.0301518 0.101244 0.0571145
+0.051545 0.102098 0.0572976
+0.0812085 0.102022 0.0572824
+0.114626 0.101289 0.0573892
+0.151263 0.0992905 0.0567636
+0.183047 0.0992752 0.0583047
+0.214649 0.100023 0.0600748
+0.246769 0.101305 0.061677
+0.283055 0.101991 0.0634012
+0.320958 0.10277 0.0646525
+0.360174 0.103761 0.0657969
+0.403647 0.105333 0.0678569
+0.451942 0.107698 0.0710155
+0.502953 0.110491 0.0749523
+0.555245 0.113756 0.0800946
+0.612192 0.117876 0.0866865
+0.670604 0.121965 0.0931716
+0.72987 0.125765 0.0993057
+0.789029 0.132677 0.106966
+0.845396 0.140978 0.114397
+0.898924 0.150393 0.121538
+0.946288 0.159808 0.128832
+0.979751 0.169223 0.136522
+0.000656138 0.0996414 0.0545663
+0.000595102 0.101305 0.0546273
+0.000503548 0.103304 0.0546578
+0.000457771 0.105135 0.0547646
+0.000595102 0.106889 0.0547951
+0.0011902 0.108812 0.0544137
+0.00247196 0.110674 0.0534524
+0.00428779 0.112551 0.0522164
+0.0068513 0.114961 0.051194
+0.0114595 0.117693 0.0518349
+0.0229801 0.119738 0.0528267
+0.0441138 0.120943 0.0526894
+0.0779431 0.121096 0.0536202
+0.115206 0.119371 0.0539254
+0.154467 0.116426 0.0534371
+0.193805 0.11371 0.0526131
+0.229572 0.113146 0.0528267
+0.264485 0.113603 0.0540169
+0.300984 0.114778 0.0560922
+0.340063 0.116228 0.0577401
+0.381353 0.11754 0.0599222
+0.424964 0.118959 0.0627909
+0.474083 0.120729 0.0667582
+0.524865 0.122744 0.0716259
+0.577371 0.124849 0.0773022
+0.634195 0.128145 0.0842145
+0.692454 0.13193 0.0910506
+0.751003 0.1364 0.098558
+0.80827 0.142168 0.107683
+0.862226 0.149248 0.115953
+0.913756 0.157214 0.123888
+0.962158 0.166293 0.131548
+0.987305 0.17554 0.139696
+0 0.11603 0.0521401
+0 0.11809 0.0519417
+1.5259e-05 0.120165 0.0517128
+6.10361e-05 0.121965 0.0515755
+0.000106813 0.123964 0.0512856
+0.000137331 0.125948 0.0507057
+0.000564584 0.128618 0.0496529
+0.00172427 0.131731 0.0481727
+0.00373846 0.135332 0.0468757
+0.00773632 0.138659 0.0462196
+0.016083 0.141039 0.0462806
+0.0328985 0.14342 0.0465553
+0.0683452 0.143435 0.0473487
+0.1122 0.140612 0.0484779
+0.156435 0.137331 0.0483253
+0.199771 0.134005 0.0464027
+0.241657 0.130755 0.0440833
+0.282383 0.129152 0.0437629
+0.322255 0.129213 0.0448005
+0.361074 0.130739 0.0470588
+0.403494 0.132677 0.0508431
+0.448356 0.134783 0.0551919
+0.495995 0.137072 0.0603952
+0.547066 0.138735 0.0663157
+0.600473 0.140932 0.0729381
+0.655528 0.143511 0.079942
+0.713848 0.146304 0.0873884
+0.770489 0.14966 0.0965744
+0.826047 0.153643 0.106813
+0.879744 0.15964 0.116197
+0.930114 0.166949 0.125261
+0.972396 0.174777 0.13431
+0.995727 0.18294 0.142824
+0 0.134081 0.0478676
+0 0.136217 0.0475166
+0 0.138598 0.0470741
+0 0.140719 0.0468757
+0 0.143099 0.0464942
+1.5259e-05 0.14548 0.0458228
+6.10361e-05 0.14844 0.0447852
+1.5259e-05 0.151675 0.0434882
+0.00111391 0.155871 0.0413367
+0.00323491 0.159564 0.039704
+0.00886549 0.1635 0.0389258
+0.0242466 0.16669 0.0387427
+0.0554055 0.167102 0.0392767
+0.104967 0.164599 0.0415198
+0.152636 0.160815 0.041886
+0.200336 0.156909 0.0400244
+0.247623 0.153063 0.0354162
+0.293767 0.148836 0.0332799
+0.338293 0.146761 0.0331121
+0.381796 0.146731 0.0349279
+0.424704 0.148959 0.0391546
+0.470451 0.152407 0.0452735
+0.518212 0.155779 0.052079
+0.568612 0.158831 0.059205
+0.621759 0.161303 0.0666209
+0.676692 0.163439 0.0743572
+0.733135 0.165164 0.0822156
+0.788663 0.167437 0.0925307
+0.843381 0.170855 0.102831
+0.897581 0.174975 0.113573
+0.948562 0.179751 0.125078
+0.981613 0.185397 0.135668
+1 0.191653 0.144945
+0 0.153521 0.0423438
+0 0.15581 0.0420691
+0 0.158175 0.0417639
+0 0.160479 0.041474
+0 0.16286 0.0409094
+0 0.165148 0.0400244
+0 0.167575 0.0389715
+0 0.170733 0.0377661
+0 0.174548 0.035935
+0.000534066 0.179248 0.0333715
+0.00297551 0.185092 0.0313268
+0.0136873 0.190051 0.0302129
+0.0448768 0.191943 0.0307622
+0.0895094 0.190982 0.0323491
+0.142855 0.187076 0.0345617
+0.195575 0.183291 0.0324712
+0.248325 0.178698 0.0292668
+0.299962 0.173831 0.0247349
+0.348394 0.169421 0.0239872
+0.397024 0.167605 0.0249943
+0.4448 0.167865 0.0280156
+0.491035 0.171557 0.0351415
+0.538872 0.175998 0.04271
+0.588708 0.180468 0.0507515
+0.641474 0.18407 0.059678
+0.696086 0.186389 0.0680247
+0.751217 0.1888 0.076585
+0.805722 0.190738 0.0858015
+0.861067 0.192935 0.096849
+0.914916 0.19443 0.109056
+0.966537 0.195727 0.122133
+0.989883 0.19942 0.133791
+1 0.203937 0.143755
+0 0.173663 0.0364233
+0 0.176226 0.0359503
+0 0.178759 0.0354925
+0 0.181292 0.0349432
+0 0.183719 0.0341802
+0 0.185962 0.0332494
+0 0.188586 0.0321355
+0 0.191791 0.0307622
+1.5259e-05 0.195438 0.02916
+1.5259e-05 0.19942 0.0273442
+0.000137331 0.205188 0.0248722
+0.00535592 0.213779 0.0218814
+0.0305028 0.21825 0.0214237
+0.0706645 0.219043 0.0226749
+0.123201 0.216953 0.0246586
+0.184222 0.212116 0.0256199
+0.242817 0.207782 0.0222324
+0.29897 0.202762 0.0184939
+0.352148 0.197177 0.015671
+0.405783 0.193408 0.0165866
+0.458167 0.192035 0.0199435
+0.509361 0.192767 0.0252537
+0.557122 0.19704 0.0331884
+0.608057 0.202548 0.0423285
+0.660945 0.207965 0.0517128
+0.715145 0.21236 0.0598459
+0.769039 0.215991 0.0682231
+0.823392 0.219013 0.0775464
+0.878996 0.220401 0.0889601
+0.932464 0.220203 0.101793
+0.974121 0.219486 0.114885
+0.998474 0.218921 0.12813
+1 0.220905 0.138827
+0 0.195712 0.0290837
+0 0.198596 0.0286412
+0 0.201297 0.0282292
+0 0.204013 0.0277104
+0 0.206668 0.0269017
+0 0.209186 0.0259709
+0 0.211872 0.0250095
+0 0.215091 0.0236362
+0 0.218418 0.0219883
+0 0.221851 0.0201114
+0.000167849 0.227436 0.0175784
+0.00187686 0.236851 0.0148318
+0.0119326 0.245838 0.0128328
+0.0479438 0.249577 0.0131685
+0.0988785 0.248783 0.0150149
+0.163485 0.244312 0.0175631
+0.229969 0.239155 0.0162509
+0.291661 0.234958 0.0130922
+0.351705 0.230533 0.0104219
+0.410468 0.224948 0.0107576
+0.466957 0.221592 0.0139162
+0.521828 0.220172 0.0177768
+0.575082 0.221744 0.0218204
+0.629496 0.227222 0.0303197
+0.682231 0.233204 0.0392462
+0.73431 0.23975 0.0481422
+0.787823 0.246403 0.0567483
+0.842481 0.250538 0.0671397
+0.896803 0.253269 0.0784924
+0.950225 0.252262 0.0915236
+0.982452 0.250431 0.105013
+1 0.247807 0.118563
+1 0.245441 0.131518
+0 0.219898 0.0221866
+0 0.222614 0.0216526
+0 0.225498 0.0213321
+0 0.228489 0.0210269
+0 0.231342 0.0205234
+0 0.234302 0.0198367
+0 0.237278 0.0190585
+0 0.240543 0.0180819
+0 0.243671 0.0169223
+0 0.248493 0.0149081
+3.0518e-05 0.255299 0.0123751
+0.000579843 0.264164 0.00952163
+0.00587472 0.274693 0.00666819
+0.0223545 0.283482 0.00485237
+0.0725567 0.282918 0.00732433
+0.135225 0.279454 0.00996414
+0.207874 0.274571 0.0120241
+0.278096 0.271794 0.00862135
+0.34493 0.269383 0.00679026
+0.409857 0.265965 0.00607309
+0.471611 0.259419 0.00756847
+0.530129 0.256199 0.00987259
+0.589044 0.254887 0.013077
+0.648585 0.256443 0.0168917
+0.702235 0.26244 0.0242313
+0.755352 0.269795 0.0325475
+0.808881 0.277867 0.0416571
+0.862074 0.284169 0.0532235
+0.915892 0.288182 0.065919
+0.965606 0.289845 0.0796521
+0.991547 0.288212 0.0933852
+0.999863 0.284749 0.108003
+1 0.280034 0.122576
+0 0.245029 0.0168765
+0 0.247807 0.0167086
+0 0.250858 0.0164492
+0 0.254108 0.0162356
+0 0.257877 0.0157473
+0 0.26157 0.0152132
+0 0.2654 0.0146487
+0 0.269047 0.0140536
+0 0.27335 0.0131991
+0 0.278874 0.0115358
+0 0.287388 0.00903334
+9.15541e-05 0.297429 0.00588998
+0.0018616 0.307317 0.00311284
+0.0108949 0.31545 0.00163272
+0.0391546 0.320272 0.00169375
+0.1019 0.318502 0.00436408
+0.174517 0.315251 0.00608835
+0.255146 0.311055 0.00668345
+0.332097 0.311467 0.00369268
+0.4047 0.30988 0.00270085
+0.47248 0.307134 0.00285344
+0.534936 0.29955 0.00373846
+0.597864 0.295705 0.00460822
+0.659678 0.294835 0.00581369
+0.718761 0.297795 0.00813306
+0.775143 0.303853 0.0143282
+0.830045 0.311345 0.0233616
+0.883879 0.319188 0.0361944
+0.936614 0.325078 0.0510872
+0.97528 0.328923 0.0653086
+0.999512 0.331029 0.0795148
+0.999863 0.328222 0.0951247
+1 0.323629 0.109453
+0 0.274205 0.0127718
+0 0.277409 0.012604
+0 0.280827 0.0123445
+0 0.284199 0.0120241
+0 0.288121 0.0122072
+0 0.291905 0.0124056
+0 0.295598 0.0125887
+0 0.299336 0.0127108
+0 0.304112 0.0124666
+0 0.311391 0.0104219
+0 0.321675 0.00723278
+0 0.332479 0.00375372
+0.000289921 0.342672 0.00163272
+0.00332647 0.350622 0.000579843
+0.0153658 0.356878 0.000137331
+0.0596323 0.359884 0.000610361
+0.137987 0.356023 0.00308232
+0.223102 0.353521 0.00407416
+0.310857 0.352422 0.00354009
+0.392096 0.356512 0.00173953
+0.466423 0.356466 0.000839246
+0.535836 0.354635 0.000686656
+0.601404 0.346807 0.000915541
+0.66601 0.342702 0.00155642
+0.729839 0.342306 0.00248722
+0.790829 0.345495 0.0043183
+0.849104 0.350607 0.0103304
+0.905257 0.356725 0.0189364
+0.957336 0.363165 0.0318151
+0.985504 0.368933 0.047425
+0.999878 0.373266 0.0631876
+1 0.376562 0.0789349
+1 0.372473 0.0950179
+0 0.304784 0.0121614
+0 0.308171 0.0125124
+0 0.31162 0.0128176
+0 0.315129 0.0130922
+0 0.318334 0.0133669
+0 0.322805 0.0137484
+0 0.326787 0.0141909
+0 0.330907 0.0146029
+0 0.336934 0.0137942
+0 0.345968 0.0112306
+0 0.357549 0.00762951
+0 0.369772 0.00390631
+0 0.381216 0.00131228
+0.000762951 0.390021 0.000396735
+0.0131991 0.396811 1.5259e-05
+0.0406043 0.40177 3.0518e-05
+0.104891 0.402625 0.000213626
+0.185809 0.398627 0.00341802
+0.274403 0.397116 0.00486763
+0.368765 0.399939 0.00366217
+0.451408 0.408621 0.00163272
+0.529397 0.41091 0.00030518
+0.601938 0.409644 6.10361e-05
+0.670283 0.400717 9.15541e-05
+0.736812 0.397192 0.000396735
+0.802365 0.39678 0.00106813
+0.865736 0.398642 0.00300603
+0.922332 0.402838 0.0084535
+0.969039 0.407858 0.016907
+0.99498 0.413428 0.0310826
+0.999893 0.41825 0.0474403
+1 0.421363 0.0641642
+1 0.422278 0.080705
+0 0.33901 0.0132753
+0 0.342947 0.0136263
+0 0.346792 0.0139773
+0 0.350759 0.0144656
+0 0.354757 0.0149691
+0 0.358938 0.0155032
+0 0.363821 0.0160678
+0 0.368093 0.0166018
+0 0.375143 0.015671
+0 0.385168 0.0129091
+0 0.39646 0.0090486
+0 0.409308 0.00471504
+0.000457771 0.422751 0.000991836
+0.00202945 0.433799 7.62951e-05
+0.0142824 0.440726 1.5259e-05
+0.0378424 0.446647 1.5259e-05
+0.0737011 0.450706 0.000106813
+0.14818 0.44828 0.000823987
+0.2374 0.444663 0.005066
+0.332372 0.445701 0.00727855
+0.42916 0.454887 0.00407416
+0.516106 0.464988 0.00199893
+0.597467 0.469093 0.000381476
+0.66981 0.467689 0
+0.739925 0.462181 0
+0.806745 0.458198 0.000183108
+0.870405 0.456138 0.000701915
+0.931319 0.457252 0.00357061
+0.973205 0.459525 0.0102846
+0.998489 0.461646 0.0201114
+0.999634 0.464485 0.0340429
+1 0.466773 0.0475624
+1 0.468467 0.0612497
+0 0.378485 0.0145876
+0 0.383108 0.0150607
+0 0.387579 0.0155489
+0 0.392325 0.0160525
+0 0.397009 0.0165866
+0 0.401495 0.0171359
+0 0.406043 0.0175631
+0 0.412711 0.0174258
+0 0.421012 0.015671
+0 0.42974 0.0132296
+0 0.440558 0.00950637
+0 0.454414 0.00416571
+0.00151064 0.46714 0.00109865
+0.00758373 0.476829 0.000381476
+0.0228428 0.484062 0.000442512
+0.0477455 0.489189 0.000564584
+0.0825055 0.492805 0.000701915
+0.126879 0.495628 0.00131228
+0.206897 0.493141 0.00639353
+0.2972 0.492912 0.00967422
+0.393011 0.497017 0.0103151
+0.496544 0.510979 0.00556954
+0.582193 0.523278 0.00291447
+0.663325 0.531151 0.000747692
+0.737713 0.532769 6.10361e-05
+0.806516 0.527245 0
+0.87361 0.522408 0.000335698
+0.937774 0.518334 0.000961318
+0.974929 0.517143 0.00584421
+0.994705 0.515923 0.0135805
+1 0.515358 0.023682
+1 0.515892 0.0353552
+1 0.516152 0.0471351
+0 0.425254 0.0139315
+0 0.430854 0.0138705
+0 0.436912 0.0137789
+0 0.442603 0.0137942
+0 0.448386 0.0138247
+0 0.454231 0.0139315
+0 0.459449 0.0141604
+0 0.465415 0.014023
+0 0.472496 0.0132753
+0 0.479438 0.0122683
+0 0.487816 0.0101015
+0 0.499748 0.00543221
+0.00199893 0.509483 0.00396735
+0.0139162 0.517189 0.00392157
+0.0337224 0.524376 0.00450141
+0.0625315 0.532021 0.00509651
+0.0929122 0.537255 0.00494392
+0.130922 0.540352 0.00602731
+0.177691 0.541344 0.00856031
+0.259907 0.539773 0.0141299
+0.355444 0.544533 0.0159457
+0.4598 0.553338 0.0150607
+0.559426 0.571038 0.00888075
+0.646876 0.586328 0.00486763
+0.729 0.597131 0.00149538
+0.803662 0.599252 0.000244144
+0.873075 0.594751 0
+0.933013 0.588647 0.000823987
+0.979934 0.58172 0.00268559
+0.993744 0.577188 0.00939956
+1 0.573022 0.0175479
+1 0.569879 0.0268864
+1 0.566552 0.0365911
+0 0.47866 0.0103456
+0 0.484031 0.0105592
+0 0.489967 0.0106813
+0 0.495705 0.0107881
+0 0.501335 0.0109255
+0 0.506981 0.0110628
+0 0.512642 0.0112459
+0 0.518578 0.0114137
+0 0.524132 0.012314
+0 0.529168 0.0135653
+0 0.534691 0.0137636
+0.000198367 0.542107 0.0130922
+0.000991836 0.549096 0.0126192
+0.0161135 0.556497 0.0130312
+0.0399786 0.564492 0.0137026
+0.0698711 0.572747 0.0145876
+0.0993362 0.579232 0.0153048
+0.127306 0.583795 0.0161898
+0.164706 0.587228 0.0177615
+0.214862 0.589624 0.020264
+0.316701 0.590341 0.0266117
+0.419547 0.598184 0.0267796
+0.523751 0.61178 0.0230106
+0.624186 0.633127 0.0137331
+0.712978 0.650996 0.00717174
+0.794736 0.66508 0.00199893
+0.867643 0.667811 0.000457771
+0.928847 0.662364 0.000381476
+0.974624 0.655344 0.00215152
+0.995804 0.645609 0.00671397
+0.999466 0.6374 0.014786
+1 0.628489 0.0231174
+1 0.620111 0.0305028
+0 0.529763 0.0099031
+0 0.534524 0.0113527
+0 0.538964 0.0127871
+0 0.544076 0.0143587
+0 0.548913 0.0158846
+0 0.553857 0.0174411
+0 0.558495 0.0188754
+0 0.56347 0.0204013
+0 0.56849 0.021912
+0 0.573098 0.023621
+0 0.577874 0.0253452
+0 0.582849 0.0264744
+0.00369268 0.58883 0.0268864
+0.0133211 0.595102 0.0262608
+0.039765 0.602975 0.0265812
+0.0702373 0.610941 0.0271458
+0.103075 0.618906 0.0279698
+0.129732 0.625849 0.0288853
+0.159701 0.630915 0.0301518
+0.20528 0.634501 0.0324865
+0.272114 0.635782 0.0359503
+0.37583 0.640635 0.0412604
+0.483391 0.653193 0.039353
+0.592752 0.672694 0.0307774
+0.689265 0.698344 0.0179904
+0.776242 0.718227 0.00895705
+0.855131 0.732906 0.00225834
+0.920592 0.734447 0.000640879
+0.963989 0.728725 0.00164797
+0.992309 0.718425 0.00523384
+0.998535 0.70454 0.0134585
+1 0.692348 0.021912
+1 0.684672 0.0281071
+0 0.573098 0.0201724
+1.5259e-05 0.577508 0.0221866
+1.5259e-05 0.58201 0.0242618
+1.5259e-05 0.58648 0.0263523
+1.5259e-05 0.590814 0.028397
+1.5259e-05 0.595483 0.0305638
+1.5259e-05 0.600076 0.0327306
+1.5259e-05 0.604303 0.0348058
+0 0.608804 0.0370031
+0 0.612833 0.0390173
+0.000579843 0.616724 0.0412604
+0.00151064 0.621073 0.043183
+0.00595102 0.625879 0.0433661
+0.0167697 0.631556 0.0431983
+0.0361486 0.63801 0.0429541
+0.0706951 0.646586 0.0428016
+0.103319 0.65507 0.0432593
+0.133928 0.66302 0.0442359
+0.160647 0.669322 0.0456855
+0.198627 0.673793 0.0468605
+0.250065 0.677989 0.0486763
+0.327749 0.68188 0.0525521
+0.438758 0.693446 0.0534676
+0.551614 0.71046 0.0485389
+0.659754 0.734462 0.0367742
+0.751064 0.760479 0.0217288
+0.833402 0.781186 0.0107881
+0.905043 0.797101 0.00344854
+0.954711 0.796307 0.00384527
+0.983597 0.788571 0.00729381
+0.998184 0.775189 0.0127718
+0.999542 0.759854 0.0221866
+1 0.757427 0.0259251
+6.10361e-05 0.613397 0.0355077
+0.000823987 0.617411 0.0376745
+0.00201419 0.621332 0.0399939
+0.00320439 0.625422 0.0423896
+0.00428779 0.629419 0.0447242
+0.00520333 0.633112 0.0469062
+0.00616464 0.636957 0.0492103
+0.00712596 0.640864 0.0515908
+0.00794995 0.644816 0.0539559
+0.00872816 0.648539 0.0562448
+0.00953689 0.652552 0.0586709
+0.0106508 0.655741 0.0605783
+0.0143587 0.659709 0.0623331
+0.0242771 0.664271 0.0627909
+0.0407416 0.670115 0.0627146
+0.065568 0.677363 0.0619059
+0.0984207 0.686152 0.0615702
+0.132067 0.695048 0.0617075
+0.166842 0.703624 0.0620584
+0.19649 0.709438 0.0619821
+0.239033 0.71458 0.0629435
+0.297292 0.719982 0.0643168
+0.392706 0.728069 0.0678111
+0.504814 0.743832 0.0672618
+0.61677 0.764889 0.0604715
+0.721935 0.792462 0.0435035
+0.808164 0.818936 0.0276188
+0.882979 0.839765 0.0181582
+0.945907 0.854902 0.0157015
+0.977035 0.851377 0.018677
+0.994949 0.843046 0.0222782
+1 0.830381 0.0243534
+1 0.833509 0.0243839
+0.0104524 0.649363 0.0530556
+0.011368 0.653132 0.0552377
+0.0133059 0.656855 0.0575418
+0.0155032 0.660471 0.0598917
+0.0176699 0.664118 0.0622416
+0.0197757 0.667704 0.0645609
+0.0220035 0.671489 0.0670481
+0.0240787 0.675212 0.0695201
+0.0259098 0.67863 0.0718395
+0.0277409 0.682124 0.0741894
+0.0294804 0.685557 0.0765087
+0.0311742 0.688914 0.0787976
+0.0323491 0.692638 0.0800641
+0.0361181 0.697246 0.0799115
+0.0432898 0.702892 0.0793011
+0.0578775 0.709133 0.0776684
+0.0873121 0.718517 0.0738842
+0.123873 0.73019 0.0717632
+0.160235 0.741115 0.0699474
+0.197238 0.751446 0.068513
+0.227146 0.757534 0.0679484
+0.277104 0.763394 0.0692607
+0.343313 0.769558 0.0718395
+0.454734 0.77821 0.0761578
+0.568521 0.795789 0.0754253
+0.682094 0.818479 0.0699321
+0.780453 0.848051 0.0555123
+0.859144 0.872236 0.0463264
+0.924422 0.8916 0.0424659
+0.97438 0.904707 0.0440833
+0.990646 0.901091 0.0416571
+0.998978 0.901595 0.041474
+1 0.905623 0.0435798
+0.0306859 0.682673 0.0709392
+0.03299 0.686534 0.0733349
+0.0351263 0.690257 0.0757
+0.0362402 0.694743 0.0764782
+0.037232 0.699763 0.0769055
+0.0382239 0.70489 0.0773022
+0.0392462 0.709773 0.0777752
+0.0402686 0.7149 0.0782483
+0.0413214 0.720119 0.078706
+0.0422065 0.724773 0.0791791
+0.0430762 0.729305 0.0796368
+0.0438544 0.733684 0.0801251
+0.0447852 0.738415 0.0805676
+0.0448463 0.74284 0.0797894
+0.0444343 0.74818 0.0776074
+0.0543832 0.755596 0.0730144
+0.0723735 0.765133 0.0676127
+0.101564 0.777462 0.0628977
+0.146624 0.792004 0.0598764
+0.188296 0.804486 0.0586557
+0.221988 0.815839 0.0588235
+0.259205 0.820203 0.0588693
+0.32018 0.825376 0.061799
+0.402487 0.830839 0.0677958
+0.521492 0.840986 0.0771344
+0.634638 0.857435 0.082536
+0.742855 0.877226 0.0852979
+0.837766 0.900404 0.0781262
+0.911513 0.918639 0.0716106
+0.966262 0.933135 0.0666056
+0.992264 0.942718 0.065156
+0.998489 0.946059 0.0655222
+1 0.947601 0.0662089
+0.0453193 0.725582 0.076112
+0.0463874 0.730373 0.0765698
+0.0474861 0.735332 0.0770123
+0.0485847 0.740597 0.0773938
+0.0483101 0.747463 0.0745556
+0.0478981 0.754559 0.0713664
+0.0475776 0.761761 0.0682078
+0.0471199 0.769314 0.0649271
+0.0466773 0.776394 0.0619364
+0.0461585 0.783444 0.0588693
+0.0455787 0.790158 0.0560311
+0.0450294 0.796567 0.0533913
+0.044419 0.802548 0.0509804
+0.0438697 0.808301 0.048661
+0.0433356 0.813031 0.0467994
+0.0447089 0.814206 0.0463111
+0.0582284 0.8177 0.0449226
+0.0866865 0.823911 0.0435492
+0.141283 0.835325 0.0441138
+0.187961 0.845365 0.0474708
+0.226841 0.851331 0.0500801
+0.256092 0.85127 0.0505379
+0.320821 0.850401 0.0577859
+0.415122 0.851438 0.0684215
+0.539391 0.854627 0.0821851
+0.660441 0.869474 0.0889143
+0.768582 0.888884 0.0882582
+0.862562 0.910979 0.0818341
+0.931884 0.927779 0.0739605
+0.973968 0.94168 0.0710155
+0.996612 0.95172 0.0707561
+0.999359 0.953506 0.0711376
+1 0.953918 0.071397
+0.0495003 0.783902 0.0560159
+0.0491646 0.791577 0.0525978
+0.0487831 0.798795 0.049424
+0.0483864 0.8065 0.0460059
+0.0479286 0.81355 0.0429236
+0.047364 0.814557 0.0427253
+0.0468147 0.815763 0.0424048
+0.0462196 0.816678 0.0423133
+0.0455329 0.817411 0.0423743
+0.0449073 0.818341 0.042298
+0.0442817 0.819364 0.0422065
+0.0436103 0.82031 0.0421759
+0.0429084 0.821302 0.0421912
+0.0422827 0.822156 0.0422065
+0.0417945 0.823026 0.0422065
+0.0412604 0.823835 0.042298
+0.0603799 0.827192 0.0408637
+0.100832 0.834791 0.0408942
+0.15465 0.845106 0.0426337
+0.202609 0.855009 0.047364
+0.235752 0.856718 0.0489815
+0.275639 0.85565 0.052018
+0.339971 0.853742 0.0600748
+0.456703 0.854871 0.0737774
+0.581857 0.861494 0.0855726
+0.704707 0.875349 0.0929885
+0.804334 0.897581 0.0870222
+0.888411 0.917266 0.0796826
+0.956237 0.933883 0.0720226
+0.984604 0.946334 0.0715648
+0.997681 0.952422 0.0716106
+1 0.953918 0.0719768
+1 0.953918 0.072221
+0.0053254 0.0355383 0.0439002
+0.00540169 0.0356146 0.0440986
+0.00546273 0.0356909 0.0442969
+0.00573739 0.0357977 0.0446021
+0.00640879 0.0359808 0.0450904
+0.00715648 0.0361944 0.0456397
+0.00790417 0.036408 0.0461433
+0.00885023 0.0366979 0.0466621
+0.0103456 0.0371252 0.0473182
+0.0125277 0.0376135 0.048127
+0.0157626 0.0378882 0.0488746
+0.0233921 0.0380865 0.0495155
+0.0330968 0.0390631 0.0509804
+0.046067 0.0402838 0.0525521
+0.0616922 0.0416571 0.0538491
+0.0781567 0.0433204 0.0541238
+0.0966506 0.0452735 0.0549783
+0.117433 0.0475776 0.05626
+0.140887 0.0502632 0.0578927
+0.166964 0.053727 0.0604868
+0.194965 0.0568246 0.0624704
+0.225132 0.0596628 0.0638437
+0.259632 0.0625925 0.06392
+0.298344 0.0657969 0.064744
+0.340673 0.0693217 0.0663615
+0.388296 0.0735485 0.0693523
+0.441855 0.0789044 0.0744488
+0.497704 0.0842298 0.0799878
+0.555398 0.0888685 0.0851606
+0.613657 0.0928206 0.0901045
+0.673961 0.0988327 0.0953689
+0.737255 0.10782 0.101167
+0.797116 0.11664 0.10692
+0.00590524 0.0362249 0.045182
+0.00593576 0.0363012 0.0453803
+0.00595102 0.036408 0.0455482
+0.00628672 0.0365606 0.0458534
+0.0068513 0.036759 0.0462654
+0.00746166 0.0369421 0.0466926
+0.00814832 0.0371862 0.0471809
+0.00918593 0.0375067 0.0477607
+0.0108034 0.0379492 0.0484932
+0.0131075 0.0382849 0.0492103
+0.0172885 0.0384833 0.0497902
+0.0253452 0.0391394 0.0506447
+0.0356146 0.0405127 0.0523079
+0.0510262 0.0418555 0.053727
+0.0671702 0.0432746 0.05449
+0.0843977 0.0449226 0.0548562
+0.10338 0.0470436 0.0559396
+0.126024 0.0496681 0.0574807
+0.150668 0.0526589 0.0595102
+0.176837 0.0560464 0.0621958
+0.206287 0.0588846 0.0637827
+0.238087 0.0616617 0.0645304
+0.272694 0.0644236 0.0645609
+0.313466 0.0676432 0.0657664
+0.358419 0.071397 0.0679942
+0.406867 0.0757 0.0712749
+0.461784 0.0813001 0.0769513
+0.51838 0.0862287 0.0822461
+0.576333 0.0907607 0.0873732
+0.634699 0.0949264 0.0923171
+0.69662 0.102708 0.0978714
+0.75848 0.111528 0.103593
+0.818662 0.12047 0.109361
+0.00604257 0.0370489 0.0461585
+0.00604257 0.0371405 0.0463264
+0.00605783 0.037232 0.0464942
+0.00646983 0.0373999 0.0468605
+0.00701915 0.0375677 0.0472877
+0.00761425 0.0377508 0.0477607
+0.00831617 0.0379797 0.0483406
+0.00939956 0.0383001 0.049012
+0.0110323 0.0386969 0.0497749
+0.0134279 0.0389715 0.0503395
+0.0189975 0.0395514 0.0510109
+0.0278782 0.0407263 0.0520943
+0.0397803 0.0422217 0.0534218
+0.0564889 0.0433967 0.0545663
+0.0730907 0.0448768 0.055024
+0.0910048 0.0467384 0.055787
+0.110689 0.0490425 0.0570077
+0.13492 0.0519265 0.0587472
+0.160616 0.0551003 0.0612345
+0.187945 0.0582284 0.0636301
+0.21735 0.0609445 0.0650187
+0.250828 0.0635386 0.0651865
+0.288014 0.0663615 0.0656443
+0.328771 0.0694743 0.0668345
+0.375631 0.0734569 0.0695354
+0.426902 0.0782483 0.0737621
+0.481941 0.0837415 0.0793774
+0.539071 0.0883192 0.0844892
+0.59704 0.0928206 0.0895399
+0.656519 0.0979171 0.0946517
+0.719051 0.106569 0.100298
+0.779812 0.115389 0.10602
+0.838941 0.124727 0.112139
+0.00605783 0.0379644 0.0471351
+0.00605783 0.038056 0.0473182
+0.00613413 0.0381628 0.0475319
+0.0065919 0.0383001 0.0479438
+0.0071107 0.0384527 0.0484474
+0.00769055 0.0385901 0.049073
+0.00836194 0.0387732 0.0497139
+0.00944533 0.0390478 0.0503395
+0.010956 0.0393988 0.0508888
+0.013611 0.0398871 0.0513466
+0.0208133 0.041001 0.0520333
+0.0307469 0.0425269 0.0529793
+0.0454261 0.0439307 0.0540932
+0.0624094 0.0451362 0.0551003
+0.0788281 0.0466926 0.0557717
+0.0977646 0.0489204 0.0569467
+0.119493 0.051545 0.0584421
+0.144121 0.0545357 0.0603037
+0.170687 0.0576944 0.0631418
+0.199176 0.0604868 0.0649271
+0.229358 0.0630045 0.0658579
+0.264027 0.065507 0.0658732
+0.303258 0.0684215 0.0667735
+0.346151 0.0717632 0.0684062
+0.393271 0.0757153 0.071046
+0.446799 0.0809339 0.0761883
+0.502617 0.0860304 0.0815747
+0.559426 0.0905013 0.086656
+0.617746 0.095201 0.091722
+0.67834 0.101854 0.0970932
+0.741192 0.110369 0.102739
+0.801511 0.119448 0.108659
+0.858976 0.129259 0.115221
+0.00602731 0.0388952 0.0482185
+0.00602731 0.0389868 0.0484321
+0.00619516 0.0390936 0.0487984
+0.00663767 0.0392157 0.0493477
+0.00714122 0.0393378 0.0499428
+0.00769055 0.0395056 0.0505226
+0.00834669 0.0397955 0.0510567
+0.00935378 0.0401617 0.0514076
+0.0110475 0.0407874 0.0517128
+0.0145418 0.0417792 0.0521706
+0.022858 0.0431678 0.0526284
+0.0338598 0.0448463 0.0536202
+0.0511177 0.046067 0.0547799
+0.0680552 0.0475166 0.0559701
+0.0849317 0.0494392 0.0572213
+0.104601 0.0519417 0.0584421
+0.128603 0.0548257 0.0601663
+0.154223 0.0577096 0.0623941
+0.180835 0.0604868 0.0650339
+0.21033 0.0629129 0.0660868
+0.242863 0.0653239 0.0666056
+0.278355 0.0678569 0.0669261
+0.319005 0.0709087 0.0680095
+0.363867 0.0744793 0.0699931
+0.412665 0.0786297 0.073106
+0.466819 0.0839094 0.0786145
+0.522698 0.088426 0.0837415
+0.580072 0.0929122 0.0888533
+0.638849 0.0980087 0.0940108
+0.700999 0.105852 0.0995804
+0.762631 0.114443 0.105348
+0.823407 0.12369 0.111391
+0.878767 0.133745 0.118196
+0.00576791 0.0401617 0.0494392
+0.00570687 0.0403449 0.0496834
+0.0059205 0.0405585 0.0501106
+0.00630198 0.0407874 0.0505989
+0.00674449 0.041001 0.0510719
+0.00729381 0.0412451 0.0515297
+0.00799573 0.0417029 0.0518349
+0.00918593 0.0424811 0.052018
+0.0115053 0.043534 0.0523079
+0.0166781 0.0447852 0.052781
+0.0258335 0.0461891 0.0535286
+0.0378882 0.0477913 0.0547341
+0.0568246 0.0489204 0.0558785
+0.073228 0.0509957 0.0576028
+0.0912337 0.0534676 0.0590066
+0.11252 0.0562753 0.0602121
+0.138277 0.0589151 0.0622873
+0.164782 0.0612192 0.0645304
+0.192462 0.0634012 0.0662547
+0.222141 0.0657054 0.0671702
+0.257053 0.0682689 0.0677043
+0.294743 0.0711223 0.068452
+0.335378 0.0741436 0.0693675
+0.381888 0.0776379 0.0716411
+0.432883 0.0820172 0.0757153
+0.486976 0.0868696 0.0810254
+0.542779 0.0908827 0.0859236
+0.600855 0.0958267 0.0911116
+0.661204 0.101961 0.0964981
+0.723247 0.10988 0.102037
+0.784131 0.118807 0.107942
+0.84303 0.128313 0.114244
+0.898253 0.138308 0.121035
+0.00520333 0.0426337 0.050721
+0.00512703 0.0430762 0.0509804
+0.00541695 0.0435798 0.0513313
+0.00576791 0.0440223 0.051606
+0.00619516 0.0445563 0.0518349
+0.00674449 0.0450599 0.052018
+0.00761425 0.045655 0.0521706
+0.00914015 0.0464332 0.0524605
+0.0120394 0.047425 0.0529641
+0.0187228 0.0486 0.0537881
+0.0286717 0.0500954 0.054963
+0.0431525 0.051606 0.056199
+0.0621958 0.0532387 0.057496
+0.078584 0.0555276 0.0592203
+0.098909 0.0580148 0.0603952
+0.122408 0.0605325 0.0620737
+0.14847 0.062974 0.0643015
+0.17554 0.0649271 0.0662394
+0.204761 0.0671092 0.0674754
+0.236576 0.0695506 0.0684825
+0.271946 0.072343 0.0695659
+0.311269 0.0751354 0.0700999
+0.353841 0.0779889 0.0711528
+0.399695 0.0809949 0.0732128
+0.452674 0.0855268 0.0782025
+0.507271 0.0896925 0.0832074
+0.56257 0.093431 0.0880293
+0.622171 0.0993973 0.0935225
+0.683055 0.10634 0.09897
+0.7449 0.114107 0.104448
+0.805707 0.123476 0.110506
+0.862364 0.133181 0.117006
+0.915038 0.142992 0.123751
+0.00457771 0.0469368 0.052018
+0.00460822 0.0475471 0.0522164
+0.00497444 0.048127 0.052369
+0.00534066 0.0487678 0.052491
+0.00578317 0.049424 0.0526284
+0.00639353 0.0500038 0.0528115
+0.00743114 0.0506447 0.0531319
+0.00926223 0.0513161 0.0536202
+0.0125734 0.0520638 0.0542458
+0.0203403 0.0535592 0.0554055
+0.0307622 0.0552834 0.0565652
+0.0480964 0.0569924 0.0577554
+0.0677653 0.0588235 0.0590829
+0.0864424 0.0607614 0.0604715
+0.107439 0.0630808 0.0619059
+0.132342 0.0654154 0.0641947
+0.158999 0.0676432 0.0663767
+0.186923 0.0696117 0.0681315
+0.217639 0.0720073 0.0690776
+0.251957 0.0746319 0.0703136
+0.288441 0.0772106 0.0714275
+0.328023 0.0793622 0.0713207
+0.371923 0.0818799 0.0727092
+0.419776 0.0851148 0.0755779
+0.472694 0.0894942 0.0804456
+0.527138 0.0930495 0.0851453
+0.583749 0.0974899 0.0902724
+0.643763 0.103731 0.0961166
+0.705089 0.11075 0.101244
+0.766049 0.118853 0.106844
+0.82678 0.128328 0.1131
+0.881407 0.138109 0.119799
+0.931029 0.147936 0.126558
+0.00421149 0.05243 0.0531624
+0.0043183 0.0532845 0.0533608
+0.00463874 0.0542 0.0536049
+0.00497444 0.0550088 0.0539406
+0.00538643 0.055787 0.0542916
+0.00602731 0.0566262 0.0547646
+0.00723278 0.0575418 0.0552834
+0.00929274 0.0585336 0.0556954
+0.0130922 0.0596475 0.0560464
+0.0212711 0.0609903 0.0567636
+0.0321508 0.0626383 0.0580148
+0.0526589 0.0640574 0.0592508
+0.0740063 0.0653544 0.0606088
+0.0952468 0.0670481 0.06215
+0.117815 0.0690776 0.0639658
+0.143206 0.0715953 0.0665599
+0.170871 0.0735637 0.0683452
+0.200336 0.0753948 0.0695964
+0.231632 0.0771801 0.0704662
+0.267842 0.0793164 0.0714885
+0.305791 0.0814221 0.0718853
+0.345998 0.0836805 0.0720684
+0.390555 0.086717 0.0740978
+0.440772 0.0906081 0.07776
+0.49366 0.0944228 0.0821851
+0.547845 0.0973526 0.0867933
+0.605768 0.102556 0.0926833
+0.665904 0.108644 0.0985428
+0.726833 0.115007 0.103288
+0.787427 0.123888 0.109392
+0.845609 0.133455 0.115862
+0.900374 0.143206 0.122576
+0.947036 0.152956 0.129351
+0.00375372 0.0600443 0.0547494
+0.00392157 0.0610056 0.0552071
+0.00415045 0.06215 0.0556802
+0.00440986 0.0632181 0.0561685
+0.0047303 0.064332 0.0567025
+0.00540169 0.0655375 0.0572671
+0.00679026 0.0666819 0.0576486
+0.00892653 0.0681163 0.0577707
+0.0136568 0.0695964 0.057908
+0.0224308 0.0707256 0.0585641
+0.035874 0.0717784 0.0598917
+0.0556344 0.0729534 0.0616159
+0.0787366 0.0739147 0.0622568
+0.103868 0.0752422 0.063386
+0.129259 0.0771191 0.0651408
+0.155734 0.0794995 0.0673533
+0.184283 0.0812695 0.0687419
+0.215061 0.0827802 0.0697948
+0.248188 0.0840314 0.0706951
+0.284718 0.08542 0.0713512
+0.324285 0.08748 0.0715648
+0.366354 0.090135 0.0727703
+0.411261 0.0933547 0.0753033
+0.462959 0.0964828 0.0793164
+0.51519 0.0993515 0.0836347
+0.568902 0.102586 0.0884718
+0.627726 0.108248 0.0951858
+0.687984 0.113878 0.100389
+0.748318 0.120134 0.105287
+0.80882 0.129259 0.111955
+0.86482 0.138796 0.1187
+0.916594 0.148455 0.125414
+0.96318 0.15819 0.132265
+0.00297551 0.0702831 0.056611
+0.00317388 0.0713512 0.0571756
+0.00337224 0.0724651 0.0577859
+0.00352483 0.0738842 0.0581979
+0.00367742 0.075639 0.0585946
+0.00436408 0.0771344 0.0588846
+0.00587472 0.0787366 0.0588083
+0.00791943 0.080705 0.0584421
+0.0125582 0.082475 0.0585184
+0.0206912 0.0842603 0.0595407
+0.0348516 0.0858015 0.0611582
+0.054963 0.0869001 0.0621958
+0.0801862 0.0872663 0.0620737
+0.110979 0.0865797 0.0621805
+0.140185 0.0878767 0.0637064
+0.169757 0.0892348 0.0653391
+0.199084 0.0906386 0.0671397
+0.230625 0.0915847 0.0685435
+0.265888 0.0924392 0.0696117
+0.303639 0.0932784 0.0705425
+0.343008 0.0944533 0.0709697
+0.38613 0.096437 0.0729839
+0.432959 0.0989853 0.0758373
+0.483864 0.102296 0.0796674
+0.53666 0.106233 0.0842756
+0.592264 0.110811 0.0901045
+0.650965 0.115618 0.0971237
+0.71017 0.119692 0.101442
+0.769802 0.126207 0.107485
+0.828946 0.134646 0.114611
+0.883192 0.14432 0.121416
+0.932342 0.153964 0.128283
+0.973632 0.163607 0.135439
+0.00181582 0.0840009 0.0576333
+0.00189212 0.0856184 0.0579843
+0.00196841 0.087129 0.0582895
+0.00202945 0.088838 0.0585641
+0.00215152 0.0905776 0.0587015
+0.0027924 0.0921492 0.0587625
+0.00428779 0.0939193 0.0583963
+0.0062562 0.0958724 0.0576944
+0.00988785 0.0974746 0.0572366
+0.0159609 0.099382 0.0581064
+0.0305638 0.101228 0.0595407
+0.0520638 0.102098 0.060029
+0.0814527 0.102296 0.0601205
+0.114488 0.101808 0.0601816
+0.151568 0.0996414 0.059968
+0.183093 0.100069 0.0619211
+0.214817 0.101045 0.0637369
+0.247349 0.102098 0.0653086
+0.28394 0.102724 0.066743
+0.322347 0.103548 0.0677043
+0.362325 0.104646 0.0686961
+0.405661 0.106096 0.0708476
+0.454246 0.108476 0.0740215
+0.505058 0.111284 0.0779126
+0.55729 0.114626 0.0829328
+0.614878 0.118334 0.0896773
+0.673213 0.121874 0.0962539
+0.731594 0.125292 0.102174
+0.790967 0.132601 0.109712
+0.847059 0.141085 0.116976
+0.900221 0.150317 0.124025
+0.947875 0.159762 0.131212
+0.980667 0.169223 0.138842
+0.000595102 0.0995956 0.0569772
+0.000518807 0.101518 0.0570382
+0.000442512 0.103441 0.0571908
+0.000411994 0.105226 0.0574655
+0.000549325 0.10695 0.0577096
+0.0011902 0.108873 0.0574044
+0.0024567 0.110811 0.0565347
+0.00422675 0.112871 0.0553597
+0.00686656 0.114885 0.0544137
+0.0115511 0.117678 0.0543984
+0.0228885 0.12018 0.055314
+0.0436408 0.121492 0.0557565
+0.0776379 0.121874 0.0565805
+0.115251 0.120165 0.0568246
+0.154788 0.116945 0.0567178
+0.194339 0.114443 0.0564279
+0.22974 0.114321 0.0568856
+0.265095 0.114839 0.0580148
+0.301823 0.115846 0.0597086
+0.341375 0.117098 0.0609903
+0.382773 0.118257 0.0630808
+0.426612 0.119631 0.0659495
+0.475776 0.121401 0.0698863
+0.526772 0.123476 0.0747082
+0.579385 0.125551 0.0803235
+0.636469 0.128618 0.0874189
+0.695293 0.132143 0.0944533
+0.75346 0.136645 0.1019
+0.809857 0.142184 0.11078
+0.863661 0.149187 0.118883
+0.915465 0.157336 0.126635
+0.964187 0.166369 0.134203
+0.988312 0.17554 0.142153
+0 0.116442 0.0545663
+0 0.118303 0.054551
+1.5259e-05 0.120256 0.0544594
+6.10361e-05 0.122316 0.0543679
+9.15541e-05 0.124376 0.0541695
+0.000106813 0.126421 0.053666
+0.000564584 0.129122 0.0526894
+0.00172427 0.132021 0.0514839
+0.00376898 0.135363 0.0501717
+0.00775158 0.138781 0.0491646
+0.0159457 0.141497 0.0490883
+0.0325628 0.143999 0.0500038
+0.067216 0.14432 0.0506447
+0.112276 0.141512 0.0519112
+0.156725 0.138216 0.0519112
+0.200549 0.134646 0.05037
+0.242191 0.131518 0.0480201
+0.282994 0.130312 0.0475776
+0.322759 0.13048 0.0484627
+0.362173 0.131792 0.0504616
+0.404623 0.133883 0.0537881
+0.449592 0.135698 0.0582284
+0.497612 0.137835 0.0637369
+0.548745 0.139345 0.0697642
+0.602533 0.141436 0.0766003
+0.65832 0.143816 0.0838331
+0.716762 0.146761 0.0910048
+0.772869 0.150072 0.100145
+0.827604 0.153903 0.11017
+0.881544 0.15993 0.119539
+0.932067 0.167102 0.128481
+0.973373 0.174899 0.137072
+0.996658 0.182849 0.145251
+0 0.1346 0.0505074
+0 0.136675 0.05037
+0 0.139193 0.0500649
+0 0.141497 0.0499123
+0 0.143862 0.0495613
+0 0.146532 0.0488594
+3.0518e-05 0.149477 0.0478981
+0 0.152361 0.0467842
+0.00114443 0.155962 0.044892
+0.00321965 0.159564 0.0430304
+0.00856031 0.163729 0.0421454
+0.0235752 0.167086 0.0420996
+0.0543984 0.168109 0.0428016
+0.104005 0.165896 0.0448005
+0.152575 0.161898 0.0452583
+0.200977 0.157733 0.0433204
+0.2486 0.153994 0.0387732
+0.294957 0.149844 0.036347
+0.339437 0.147875 0.0362249
+0.382635 0.147982 0.0385595
+0.425925 0.150484 0.0427558
+0.471839 0.153704 0.0493324
+0.519966 0.156878 0.0562142
+0.570397 0.159487 0.0633249
+0.623896 0.161669 0.0709087
+0.679347 0.163897 0.0784924
+0.735851 0.165881 0.0860761
+0.79028 0.168139 0.0959793
+0.845121 0.171405 0.106416
+0.899397 0.175647 0.117266
+0.950607 0.180087 0.128588
+0.982406 0.185565 0.138674
+1 0.191806 0.147478
+0 0.154177 0.0454261
+0 0.156603 0.0450752
+0 0.158923 0.0448005
+0 0.161212 0.0444953
+0 0.163531 0.044007
+0 0.165789 0.0433509
+0 0.168231 0.0424964
+0 0.171527 0.0413214
+0 0.174929 0.0396429
+0.000549325 0.179446 0.0369879
+0.00288396 0.185153 0.0346532
+0.0131533 0.190219 0.0335241
+0.0441138 0.192782 0.0337987
+0.0880598 0.192309 0.0349889
+0.142138 0.188647 0.0370642
+0.196002 0.184436 0.0352941
+0.249454 0.17969 0.0323644
+0.301228 0.174975 0.0280156
+0.349798 0.170443 0.0273289
+0.398291 0.168734 0.0287633
+0.446143 0.16939 0.0325628
+0.492393 0.173175 0.0400244
+0.540658 0.177432 0.0476844
+0.590539 0.181323 0.0557107
+0.643168 0.184924 0.0641642
+0.6981 0.187518 0.0719158
+0.752865 0.189746 0.0801404
+0.80676 0.191516 0.0889906
+0.862791 0.193423 0.100542
+0.916854 0.194903 0.112993
+0.967285 0.196262 0.125719
+0.990768 0.199847 0.137011
+1 0.204379 0.146731
+0 0.174487 0.0392309
+0 0.176898 0.0387884
+0 0.179583 0.0384375
+0 0.182177 0.038056
+0 0.184619 0.0374762
+0 0.186862 0.036759
+0 0.18941 0.0358282
+0 0.192615 0.0344701
+1.5259e-05 0.19585 0.0328985
+1.5259e-05 0.19968 0.0308385
+0.00015259 0.204898 0.0280613
+0.00485237 0.213825 0.024567
+0.0290684 0.219104 0.0239109
+0.0696422 0.220157 0.0251469
+0.121355 0.218692 0.0269017
+0.184298 0.213474 0.0286259
+0.243641 0.208835 0.0253605
+0.300114 0.204105 0.0218509
+0.353704 0.198444 0.0192264
+0.407294 0.194583 0.0208438
+0.459327 0.193545 0.0244755
+0.510704 0.194354 0.0299229
+0.558648 0.198947 0.038056
+0.609735 0.204028 0.0469673
+0.662242 0.209354 0.0554818
+0.716304 0.213825 0.0633555
+0.770138 0.217166 0.0718547
+0.825101 0.219699 0.0817273
+0.881224 0.220935 0.0933394
+0.934462 0.220722 0.105806
+0.975189 0.220127 0.118502
+0.999588 0.219654 0.131334
+1 0.221469 0.142199
+0 0.196826 0.0318456
+0 0.199695 0.0315557
+0 0.202457 0.031281
+0 0.205173 0.0308537
+0 0.207645 0.0302281
+0 0.209979 0.0294194
+0 0.212818 0.0281834
+0 0.215808 0.026627
+0 0.218647 0.0248722
+0 0.221729 0.0229496
+0.000167849 0.227268 0.0204929
+0.00201419 0.236591 0.0176394
+0.0108339 0.246372 0.0153201
+0.0457771 0.25069 0.0156252
+0.0969863 0.250492 0.0175784
+0.162051 0.24622 0.020264
+0.230426 0.240696 0.0197452
+0.292515 0.236225 0.0163119
+0.352819 0.231983 0.0135805
+0.4121 0.226551 0.0140078
+0.469291 0.222827 0.0174716
+0.524147 0.221515 0.0215763
+0.577356 0.223148 0.0261692
+0.630823 0.228687 0.0343633
+0.683085 0.234852 0.0431373
+0.735424 0.241505 0.052079
+0.789288 0.247684 0.0612345
+0.844221 0.251713 0.0715953
+0.899229 0.253941 0.0830396
+0.952728 0.253254 0.0954604
+0.983505 0.251316 0.108537
+1 0.248981 0.121798
+1 0.24622 0.13521
+0 0.221057 0.0247044
+0 0.223606 0.0244297
+0 0.226474 0.0242924
+0 0.22948 0.0239261
+0 0.232319 0.0233158
+0 0.23505 0.0225376
+0 0.238071 0.0215457
+0 0.241108 0.0206455
+0 0.244266 0.0195621
+0 0.248646 0.0176852
+3.0518e-05 0.254643 0.0152895
+0.000427253 0.263371 0.0123903
+0.00570687 0.274495 0.00943008
+0.0200198 0.284153 0.00746166
+0.0704509 0.284169 0.00962844
+0.13341 0.281376 0.0121614
+0.207431 0.276143 0.0144808
+0.278264 0.273548 0.0112154
+0.346212 0.270878 0.00915541
+0.411734 0.267506 0.00820935
+0.473167 0.260777 0.0101472
+0.531792 0.257664 0.0128481
+0.591043 0.256474 0.0163119
+0.650263 0.258076 0.0201267
+0.703136 0.264515 0.0280613
+0.756313 0.271748 0.0371557
+0.810575 0.279622 0.0468147
+0.864469 0.285924 0.0578775
+0.918059 0.289616 0.0700236
+0.966384 0.291157 0.0831617
+0.992477 0.289799 0.0966812
+0.999741 0.286381 0.111269
+1 0.281178 0.125902
+0 0.245945 0.0194247
+0 0.24892 0.0191043
+0 0.251957 0.0188296
+0 0.25539 0.0184787
+0 0.258961 0.0179904
+0 0.262531 0.0175479
+0 0.266163 0.0171206
+0 0.26981 0.0166781
+0 0.274052 0.0160372
+0 0.279026 0.0146334
+0 0.286381 0.012314
+6.10361e-05 0.296559 0.00891127
+0.00141909 0.30695 0.00552377
+0.0111086 0.315663 0.00331121
+0.0366827 0.321584 0.00241093
+0.10045 0.319982 0.00569162
+0.172686 0.317342 0.00787366
+0.254551 0.313207 0.00892653
+0.333364 0.313313 0.00492866
+0.406226 0.311772 0.00381476
+0.473899 0.308766 0.00411994
+0.536553 0.30071 0.00521859
+0.59942 0.297139 0.00674449
+0.661295 0.296223 0.00894179
+0.720058 0.298924 0.0118715
+0.776623 0.305562 0.018555
+0.832181 0.313268 0.0281834
+0.886259 0.32134 0.0399939
+0.938033 0.326665 0.0545052
+0.975677 0.330434 0.0684977
+0.999237 0.332189 0.0831464
+0.999817 0.32958 0.0986038
+1 0.324971 0.112398
+0 0.274754 0.0147097
+0 0.27808 0.014435
+0 0.281621 0.0143282
+0 0.285222 0.0143435
+0 0.289021 0.0147097
+0 0.292439 0.0150759
+0 0.295949 0.0153811
+0 0.299382 0.0156558
+0 0.303883 0.0153658
+0 0.310994 0.0132601
+0 0.32105 0.0100862
+0 0.332113 0.00613413
+0.000167849 0.342535 0.00323491
+0.00234989 0.351003 0.0015259
+0.0158999 0.357687 0.00077821
+0.0578622 0.361517 0.00112917
+0.137133 0.35819 0.0041352
+0.221988 0.355978 0.005066
+0.310826 0.354604 0.00437934
+0.393317 0.358434 0.00213626
+0.467689 0.358602 0.00120546
+0.537713 0.35668 0.0011902
+0.60296 0.348028 0.00183108
+0.667491 0.344594 0.00250248
+0.731517 0.344076 0.00349432
+0.793423 0.347356 0.00535592
+0.851194 0.352682 0.0123445
+0.906462 0.358724 0.0221256
+0.958709 0.365179 0.0350652
+0.986343 0.370871 0.0510872
+0.999832 0.375204 0.0666667
+1 0.378149 0.0820172
+1 0.374456 0.0976577
+0 0.305104 0.0142214
+0 0.308339 0.0146944
+0 0.311742 0.0151369
+0 0.314931 0.0155032
+0 0.318456 0.0158846
+0 0.322484 0.0163119
+0 0.326329 0.0167391
+0 0.330373 0.0171817
+0 0.336385 0.0164034
+0 0.345693 0.0141604
+0 0.35697 0.0107729
+0 0.369039 0.00688182
+0 0.381079 0.00328069
+0.000396735 0.390433 0.00131228
+0.0119783 0.39765 0.000289921
+0.0394751 0.403357 6.10361e-05
+0.101976 0.404517 0.000274662
+0.185183 0.400534 0.00424201
+0.274693 0.399619 0.00570687
+0.369833 0.401709 0.00451667
+0.453513 0.410498 0.00192264
+0.531106 0.41297 0.000396735
+0.603433 0.411505 0.000137331
+0.672084 0.402441 0.000198367
+0.739254 0.39884 0.000595102
+0.804639 0.398611 0.00149538
+0.86714 0.40058 0.00389105
+0.923888 0.404715 0.0104982
+0.969757 0.409934 0.0200198
+0.995865 0.4159 0.0341802
+0.999878 0.420294 0.0501106
+1 0.423407 0.0663157
+1 0.425055 0.082002
+0 0.339101 0.0155337
+0 0.342992 0.0159915
+0 0.346929 0.0164492
+0 0.350759 0.0168917
+0 0.354452 0.0173495
+0 0.359121 0.0178836
+0 0.363592 0.0185245
+0 0.368109 0.0191806
+0 0.374563 0.0185092
+0 0.38439 0.0160525
+0 0.395834 0.0123598
+0 0.408637 0.00759899
+0.000228885 0.422889 0.00273136
+0.000839246 0.433951 0.000198367
+0.0113069 0.441901 4.57771e-05
+0.0340124 0.447639 3.0518e-05
+0.0726024 0.451545 0.000289921
+0.146502 0.450126 0.00155642
+0.23711 0.446479 0.00662242
+0.33312 0.447822 0.00863661
+0.430289 0.456397 0.0049897
+0.517815 0.466728 0.00239567
+0.599329 0.470909 0.000488289
+0.672221 0.469612 0
+0.74168 0.464485 0
+0.808194 0.460472 0.000320439
+0.87216 0.458152 0.00120546
+0.933303 0.458854 0.00451667
+0.973907 0.46096 0.011902
+0.998413 0.463401 0.0221256
+0.999649 0.466697 0.035874
+1 0.469261 0.0492103
+1 0.470588 0.0633249
+0 0.378576 0.0170291
+0 0.38291 0.0175326
+0 0.387549 0.0180362
+0 0.392172 0.018555
+0 0.396963 0.0191653
+0 0.401236 0.0198215
+0 0.406226 0.0201877
+0 0.412528 0.0202335
+0 0.420752 0.0187839
+0 0.42887 0.0167544
+0 0.439445 0.0131685
+0 0.453681 0.00697337
+0.000793469 0.467124 0.00262455
+0.00598154 0.477211 0.000839246
+0.0192416 0.484703 0.00077821
+0.0439765 0.489937 0.00111391
+0.079118 0.494057 0.00146487
+0.126146 0.496956 0.00256352
+0.206851 0.494774 0.00807202
+0.298482 0.494316 0.0115511
+0.394705 0.499107 0.0118257
+0.49839 0.512856 0.0065156
+0.584161 0.525277 0.00337224
+0.664698 0.533227 0.000946059
+0.739864 0.53518 4.57771e-05
+0.808362 0.529717 0
+0.87509 0.524453 0.000442512
+0.938277 0.520333 0.00137331
+0.976318 0.518807 0.00674449
+0.994842 0.517845 0.0151064
+1 0.517632 0.0254826
+1 0.518135 0.0374456
+1 0.518257 0.0490883
+0 0.425666 0.0166018
+0 0.431083 0.0166629
+0 0.436698 0.0167849
+0 0.442237 0.016968
+0 0.447761 0.0171969
+0 0.452888 0.0175326
+0 0.458442 0.0178836
+0 0.464317 0.0178836
+0 0.47129 0.0171359
+0 0.478523 0.0161288
+0 0.487068 0.0137026
+0 0.49958 0.00839246
+0.0009308 0.509926 0.00608835
+0.0118257 0.517723 0.00572213
+0.0309606 0.525063 0.00611887
+0.0594644 0.532998 0.00668345
+0.0898451 0.53843 0.00663767
+0.128817 0.541573 0.0078584
+0.176638 0.543023 0.0102693
+0.259556 0.541604 0.016144
+0.357351 0.546105 0.0177768
+0.460578 0.555428 0.0167086
+0.560937 0.572656 0.0100862
+0.648661 0.588159 0.00552377
+0.730602 0.59884 0.00172427
+0.805554 0.601007 0.000213626
+0.875059 0.596902 3.0518e-05
+0.93434 0.590555 0.00117494
+0.98172 0.583947 0.0034638
+0.994079 0.579217 0.0108949
+1 0.575113 0.01944
+1 0.571725 0.0287938
+1 0.568139 0.0383307
+0 0.478431 0.0136263
+0 0.483726 0.0138552
+0 0.489479 0.0139925
+0 0.495308 0.0141451
+0 0.501457 0.0142672
+0 0.50721 0.014374
+0 0.512932 0.0145113
+0 0.518502 0.0145876
+0 0.523751 0.0158236
+0 0.528771 0.0169985
+0 0.53521 0.0170748
+9.15541e-05 0.542458 0.0160372
+0.000885023 0.550225 0.0154879
+0.0142214 0.557382 0.0154421
+0.0375219 0.565362 0.0158083
+0.0666514 0.573037 0.0163729
+0.0971389 0.580621 0.0175479
+0.125154 0.585382 0.0182803
+0.163073 0.589227 0.0197757
+0.214328 0.59176 0.0222019
+0.317037 0.591913 0.0285649
+0.42034 0.600275 0.0287785
+0.525185 0.613703 0.0250553
+0.625666 0.634745 0.0150301
+0.713817 0.65301 0.00810254
+0.796475 0.666819 0.00231937
+0.869734 0.669718 0.000442512
+0.929854 0.665187 0.000579843
+0.974823 0.657526 0.00288396
+0.996628 0.647913 0.00814832
+0.999451 0.638849 0.0166171
+1 0.630228 0.0248569
+1 0.621866 0.032166
+0 0.529763 0.0131533
+0 0.534371 0.0146181
+0 0.539254 0.0160983
+0 0.544381 0.0175937
+0 0.549355 0.019028
+0 0.554437 0.0204623
+0 0.559106 0.0218357
+0 0.564172 0.0233463
+0 0.569436 0.0248569
+0 0.573678 0.0267643
+0 0.578225 0.0284123
+0 0.583337 0.0295109
+0.00344854 0.589502 0.0297551
+0.0119326 0.595926 0.0288396
+0.0369573 0.603647 0.0287327
+0.0679179 0.612055 0.0292821
+0.100999 0.620203 0.0301061
+0.128481 0.626963 0.0309606
+0.157961 0.632334 0.0323033
+0.204486 0.636072 0.0346685
+0.270665 0.637095 0.0378271
+0.37641 0.642374 0.0435645
+0.484123 0.655055 0.0411841
+0.593759 0.674739 0.0327764
+0.691676 0.700191 0.0192111
+0.777829 0.719936 0.00985733
+0.855924 0.734493 0.00259403
+0.92195 0.736996 0.000717174
+0.964599 0.730816 0.00213626
+0.992065 0.720577 0.00631724
+0.998703 0.706905 0.0148165
+1 0.694194 0.0236515
+1 0.687907 0.0296635
+0 0.573999 0.0231479
+0 0.578531 0.0252232
+0 0.582925 0.0272679
+0 0.58735 0.0293431
+0 0.591684 0.0314183
+0 0.596124 0.0335546
+0 0.600381 0.0356298
+0 0.605219 0.0379339
+0 0.60943 0.0400397
+0 0.613626 0.0420996
+0.00077821 0.617304 0.0443427
+0.00155642 0.621592 0.0462196
+0.00514229 0.626474 0.0462348
+0.0152895 0.631983 0.0458076
+0.0337072 0.638682 0.0455177
+0.0688334 0.647379 0.045182
+0.101427 0.655894 0.0455482
+0.132128 0.663798 0.0464942
+0.158892 0.670298 0.0480354
+0.197009 0.674769 0.0489967
+0.249668 0.679026 0.0507362
+0.325322 0.683742 0.0545357
+0.440482 0.695033 0.0556802
+0.552361 0.712688 0.0505684
+0.660258 0.73608 0.0391699
+0.752804 0.762081 0.0228885
+0.834623 0.782834 0.01178
+0.905974 0.797787 0.00408942
+0.955535 0.798123 0.00477607
+0.983978 0.789639 0.00863661
+0.998169 0.77705 0.0146334
+0.999588 0.762158 0.0242161
+1 0.760479 0.0277714
+0 0.614145 0.038468
+0.00102235 0.618128 0.0407416
+0.00207523 0.621973 0.043061
+0.00308232 0.625864 0.0453498
+0.00399786 0.629847 0.0476997
+0.00491341 0.633997 0.0500954
+0.00570687 0.637613 0.0523079
+0.00646983 0.641703 0.0547494
+0.0071107 0.645563 0.057084
+0.00759899 0.649027 0.059205
+0.00817884 0.652796 0.0614633
+0.00973526 0.656123 0.063508
+0.0130007 0.660288 0.0654002
+0.0226291 0.66482 0.0658122
+0.0390631 0.670695 0.0656596
+0.0629435 0.677714 0.0647593
+0.0960403 0.686687 0.0641947
+0.130236 0.695552 0.0640421
+0.165057 0.704173 0.06421
+0.194751 0.710353 0.0641794
+0.237873 0.715618 0.0650187
+0.298329 0.72137 0.0664073
+0.392966 0.729503 0.0699168
+0.505928 0.745388 0.0694743
+0.61854 0.766827 0.0616159
+0.724376 0.793957 0.0451057
+0.809567 0.820279 0.0291142
+0.883436 0.840894 0.0203708
+0.946273 0.855512 0.0177768
+0.97792 0.85301 0.0211948
+0.99501 0.844343 0.024567
+1 0.83241 0.0260777
+1 0.835782 0.0259251
+0.00947585 0.649882 0.0558938
+0.0102846 0.653681 0.0580911
+0.0124666 0.657313 0.060441
+0.0145113 0.660868 0.0627756
+0.0167697 0.66482 0.0652934
+0.0187686 0.668421 0.067628
+0.0207675 0.672099 0.0700389
+0.0226749 0.675731 0.0724346
+0.0245365 0.679332 0.074815
+0.0262608 0.682902 0.0773022
+0.0276493 0.686061 0.0795605
+0.0292973 0.689662 0.0820783
+0.0302586 0.693797 0.0827344
+0.0339818 0.698497 0.0825971
+0.0410163 0.70367 0.0819867
+0.0560311 0.710353 0.0801862
+0.0849012 0.719402 0.0761273
+0.121401 0.730846 0.0735637
+0.157778 0.741817 0.0715648
+0.19556 0.752148 0.0701915
+0.225925 0.758953 0.0696269
+0.276005 0.765148 0.070985
+0.344244 0.771038 0.0734264
+0.454765 0.779706 0.0779736
+0.570672 0.797131 0.0772717
+0.682414 0.820523 0.071397
+0.782101 0.849821 0.057557
+0.85977 0.873808 0.049134
+0.925032 0.892607 0.0455024
+0.975509 0.906081 0.0470283
+0.990951 0.902312 0.0442206
+0.998962 0.903227 0.044007
+1 0.908003 0.0463874
+0.0291752 0.683177 0.0737316
+0.03122 0.686854 0.076051
+0.0331884 0.690852 0.0782635
+0.0343938 0.696086 0.0787671
+0.0354314 0.701122 0.0792096
+0.0363928 0.705882 0.0796063
+0.0373846 0.710994 0.0800641
+0.0383307 0.715862 0.0806134
+0.0392615 0.720836 0.0810712
+0.040177 0.725673 0.0815747
+0.0410468 0.730388 0.0820478
+0.0417945 0.734615 0.0825055
+0.0426184 0.738827 0.082948
+0.0423743 0.743999 0.0812238
+0.0419623 0.74934 0.0790723
+0.0521248 0.75671 0.0744182
+0.0702068 0.766598 0.068864
+0.0987869 0.778454 0.0639658
+0.14493 0.793027 0.0609598
+0.186099 0.80618 0.0595102
+0.221042 0.816922 0.0599374
+0.257893 0.822095 0.0597543
+0.320577 0.827131 0.0630045
+0.402304 0.833051 0.0691081
+0.521477 0.842496 0.0791028
+0.636454 0.858686 0.0849165
+0.745785 0.878172 0.0871748
+0.841062 0.901122 0.0798199
+0.913954 0.919234 0.0733806
+0.967376 0.933608 0.0685435
+0.993408 0.943374 0.0671092
+0.998581 0.946258 0.0675517
+1 0.94786 0.0683909
+0.0435187 0.726452 0.078294
+0.0445106 0.731044 0.0786755
+0.0457008 0.736446 0.0790417
+0.0465095 0.741604 0.0788891
+0.0460212 0.749004 0.075639
+0.0455329 0.756054 0.0725567
+0.0450904 0.763561 0.0693065
+0.0445563 0.770703 0.0662699
+0.044007 0.777752 0.0632944
+0.0434424 0.785107 0.0601968
+0.0428931 0.791699 0.0574655
+0.042298 0.797894 0.0549172
+0.0416876 0.804715 0.0520943
+0.0411231 0.80972 0.0501106
+0.04065 0.812314 0.0492866
+0.041886 0.813565 0.0488441
+0.0558633 0.817319 0.0471199
+0.0852369 0.823774 0.0454414
+0.139696 0.834852 0.0456397
+0.186679 0.845045 0.0489357
+0.225376 0.850797 0.0513924
+0.25507 0.85127 0.052018
+0.320943 0.850629 0.0594034
+0.418509 0.851774 0.0704051
+0.543252 0.855222 0.0840925
+0.664942 0.869871 0.0911116
+0.771786 0.889586 0.0900282
+0.865461 0.911635 0.0835279
+0.935027 0.928405 0.0755322
+0.975021 0.942092 0.0729992
+0.996674 0.951797 0.0729381
+0.999481 0.953613 0.0734417
+1 0.953964 0.0738079
+0.0470588 0.785855 0.0568704
+0.0466468 0.792859 0.0538949
+0.0461891 0.799832 0.0509041
+0.045716 0.807782 0.0473945
+0.0451972 0.813001 0.045243
+0.0446174 0.814115 0.0449989
+0.0440223 0.815122 0.0448463
+0.0433814 0.815961 0.0448463
+0.0427253 0.81706 0.0447089
+0.0421149 0.818112 0.0446021
+0.0414893 0.818982 0.0446174
+0.0407263 0.819974 0.0446326
+0.0399786 0.820966 0.0446937
+0.0393225 0.821729 0.0447852
+0.0387884 0.822553 0.0448463
+0.0386664 0.823224 0.0450446
+0.057908 0.826658 0.0431525
+0.0995956 0.834333 0.0428931
+0.152956 0.844373 0.044419
+0.201251 0.8542 0.0488899
+0.23418 0.855955 0.0504616
+0.275837 0.855329 0.0538491
+0.340795 0.853803 0.061799
+0.461128 0.854871 0.0759899
+0.585946 0.861769 0.0876326
+0.709072 0.875532 0.095201
+0.80856 0.898314 0.0886397
+0.89134 0.917769 0.0812695
+0.957107 0.934173 0.0739757
+0.985779 0.946838 0.0738231
+0.997757 0.952514 0.0741588
+1 0.953979 0.0746471
+1 0.953994 0.0749981
+0.0053254 0.0355383 0.0443732
+0.00538643 0.0356146 0.0445869
+0.00544747 0.0357061 0.0448005
+0.00575265 0.0358129 0.0451209
+0.00643931 0.0360113 0.0456397
+0.00717174 0.0362097 0.0461738
+0.00790417 0.0364385 0.0467231
+0.00886549 0.0367285 0.0473182
+0.0104219 0.0371405 0.0480507
+0.0126497 0.0376135 0.0489662
+0.0158236 0.0378576 0.0497444
+0.0235752 0.0381018 0.0503853
+0.0334478 0.0391394 0.0518196
+0.0469368 0.0403449 0.0533761
+0.0626841 0.0416266 0.054612
+0.0793317 0.0431525 0.0548257
+0.0977951 0.045182 0.0558022
+0.118654 0.0475471 0.0572061
+0.142077 0.050309 0.0588846
+0.168215 0.0537423 0.0615244
+0.19649 0.0567636 0.0634623
+0.226749 0.059556 0.0646983
+0.261158 0.0624247 0.0648051
+0.300069 0.065507 0.0658885
+0.342779 0.0689555 0.0678264
+0.390188 0.073106 0.0710307
+0.443748 0.0784619 0.0762341
+0.500008 0.0837415 0.0818189
+0.557656 0.088365 0.0871748
+0.61622 0.0925765 0.0919356
+0.676905 0.0990005 0.0970779
+0.740063 0.107973 0.102785
+0.799969 0.117006 0.108583
+0.0059205 0.0362402 0.0457465
+0.00593576 0.0363317 0.0459297
+0.00595102 0.0364233 0.0460975
+0.00627146 0.0365759 0.0464332
+0.0068513 0.036759 0.046891
+0.0074464 0.0369573 0.0473793
+0.00814832 0.0372015 0.0479438
+0.00920119 0.0375067 0.0486
+0.0108492 0.0379339 0.0494087
+0.0131838 0.0382696 0.0501564
+0.0174716 0.0384985 0.050721
+0.0256809 0.0392462 0.0515602
+0.0360723 0.0406806 0.0531319
+0.0519875 0.0418708 0.0545815
+0.0683146 0.0431983 0.055314
+0.0856031 0.0448005 0.0557412
+0.104616 0.0469825 0.0569314
+0.127367 0.0496681 0.0585489
+0.152087 0.0526741 0.0606546
+0.178271 0.0559854 0.0633097
+0.207599 0.0587472 0.0647593
+0.239567 0.0614939 0.0654459
+0.274678 0.0642405 0.0655985
+0.315236 0.0672923 0.0670481
+0.360006 0.0709697 0.0695201
+0.408576 0.075288 0.0730602
+0.463813 0.0808728 0.0787366
+0.520699 0.0856947 0.0842145
+0.578607 0.0902571 0.0894484
+0.637934 0.0949264 0.094255
+0.699733 0.102922 0.0997024
+0.761151 0.111711 0.105333
+0.821118 0.120867 0.111147
+0.00602731 0.0370336 0.0466926
+0.00602731 0.0371252 0.0469215
+0.00602731 0.0372168 0.0471504
+0.00645457 0.0373693 0.0475776
+0.00700389 0.0375525 0.0480812
+0.00759899 0.0377356 0.0486305
+0.00828565 0.0379492 0.0492561
+0.00941482 0.0382544 0.0499733
+0.0110628 0.0386511 0.0507362
+0.0134585 0.0389563 0.0512856
+0.0191806 0.0396277 0.0519417
+0.0283207 0.0408637 0.0529946
+0.0407111 0.0423285 0.0543221
+0.0574044 0.0433509 0.0556191
+0.0742199 0.0447852 0.0560311
+0.0922866 0.0466773 0.0568704
+0.112108 0.0490272 0.0581674
+0.136095 0.0519112 0.0599527
+0.162005 0.0550698 0.0624247
+0.189273 0.0580758 0.0646372
+0.218585 0.0607919 0.065919
+0.252476 0.0634012 0.0661021
+0.289616 0.0661479 0.0667582
+0.330327 0.0690929 0.0681926
+0.377386 0.0730297 0.0712139
+0.428733 0.0777905 0.0756847
+0.483879 0.0831464 0.0813306
+0.541482 0.0877089 0.0867018
+0.59997 0.0925154 0.0917525
+0.659739 0.0982376 0.0966812
+0.721981 0.106661 0.102144
+0.782513 0.115633 0.107897
+0.841367 0.12517 0.114107
+0.00604257 0.0379187 0.0478523
+0.00604257 0.0380102 0.0480812
+0.00611887 0.038117 0.0483711
+0.00657664 0.0382391 0.0488594
+0.00709545 0.0383764 0.049424
+0.00767529 0.0385138 0.0500496
+0.00836194 0.0386816 0.0507057
+0.00944533 0.0389563 0.0513313
+0.0109407 0.0393683 0.0518502
+0.0135958 0.0399329 0.0523232
+0.0210117 0.0411383 0.0529488
+0.0312352 0.0426795 0.0539712
+0.0463264 0.0439765 0.0552377
+0.0633402 0.0450599 0.0563363
+0.079942 0.0466316 0.0569772
+0.098909 0.0489204 0.0581521
+0.120668 0.0516365 0.0596628
+0.145373 0.0545968 0.0616007
+0.171786 0.0576181 0.0642405
+0.200336 0.0603647 0.0658579
+0.23093 0.0629282 0.0667582
+0.265538 0.0653391 0.0669871
+0.304936 0.0680858 0.0681468
+0.347753 0.0712902 0.0700694
+0.395071 0.0752117 0.0729839
+0.448875 0.0803845 0.0783093
+0.504509 0.0852979 0.0837568
+0.561563 0.0897383 0.0891127
+0.621057 0.0951247 0.0939803
+0.681758 0.102083 0.0990921
+0.743389 0.110292 0.104524
+0.804059 0.119707 0.110552
+0.861173 0.129503 0.117144
+0.00601205 0.0388037 0.049134
+0.00601205 0.03888 0.0493935
+0.0061799 0.0389715 0.0497749
+0.00662242 0.0390936 0.05037
+0.00712596 0.0392157 0.0509804
+0.00767529 0.0394141 0.0515297
+0.00833143 0.0397345 0.052079
+0.00932326 0.040177 0.05243
+0.0110628 0.0408637 0.0527047
+0.014725 0.0419165 0.0531777
+0.0231327 0.0433204 0.053666
+0.0342565 0.0449989 0.0548714
+0.0519722 0.0460822 0.0561685
+0.0689097 0.0475166 0.0573434
+0.0858167 0.0495003 0.0585031
+0.105547 0.0521096 0.0596628
+0.129747 0.0549935 0.0614633
+0.155474 0.0577707 0.0636912
+0.181994 0.0603342 0.066041
+0.211566 0.0628214 0.0671397
+0.244373 0.0652018 0.0677958
+0.28014 0.0675822 0.0683757
+0.320653 0.0704356 0.0696574
+0.365713 0.0739605 0.0719463
+0.414481 0.0781109 0.0753643
+0.46894 0.0832685 0.0808423
+0.524895 0.0876326 0.0861372
+0.582315 0.0923171 0.0912642
+0.641947 0.0980545 0.0961318
+0.703685 0.105806 0.101457
+0.764797 0.114412 0.107149
+0.82562 0.123995 0.113329
+0.88101 0.133913 0.120226
+0.00573739 0.0400702 0.0504158
+0.00567636 0.040238 0.0506752
+0.00590524 0.0404364 0.0510872
+0.00627146 0.0406806 0.051606
+0.00671397 0.04094 0.0521096
+0.00724804 0.0412146 0.0525826
+0.00794995 0.0417639 0.0528725
+0.00914015 0.0426032 0.0530709
+0.0115206 0.0436713 0.0534218
+0.016846 0.0448768 0.0539406
+0.0260929 0.0463111 0.0548257
+0.0383764 0.0478981 0.0562142
+0.057496 0.0489357 0.057435
+0.0737774 0.0511482 0.0590524
+0.0920882 0.0536965 0.0604105
+0.113695 0.0563821 0.0616617
+0.139467 0.0588846 0.0637675
+0.165835 0.0610666 0.0657969
+0.193561 0.0633097 0.0674144
+0.223285 0.0657664 0.068513
+0.258381 0.0681468 0.0692607
+0.296223 0.0707713 0.070161
+0.337194 0.0736553 0.0712444
+0.383795 0.0771801 0.0737621
+0.434836 0.0815442 0.0780041
+0.488899 0.086183 0.0832532
+0.544839 0.0900282 0.088426
+0.60351 0.0954299 0.0934768
+0.663935 0.101961 0.0986038
+0.725185 0.10956 0.103975
+0.786603 0.118868 0.110048
+0.845441 0.128649 0.116457
+0.900191 0.138369 0.123156
+0.00515755 0.042649 0.0516518
+0.00508125 0.0430915 0.0519417
+0.00537118 0.043534 0.0523079
+0.00572213 0.0440528 0.0526284
+0.00614939 0.0445869 0.052903
+0.00669871 0.0450599 0.0531167
+0.00759899 0.0456855 0.0533455
+0.00914015 0.0464637 0.0536812
+0.0120394 0.0474098 0.0542306
+0.0187533 0.0486152 0.0551614
+0.0287327 0.0501411 0.0564736
+0.0434882 0.0516823 0.0578775
+0.0626688 0.0534066 0.0592813
+0.0789807 0.0556802 0.0609751
+0.099855 0.0581521 0.0622263
+0.123598 0.0605783 0.0639353
+0.149569 0.062974 0.066041
+0.176425 0.0650187 0.0678264
+0.205737 0.0673381 0.0691081
+0.237919 0.0698558 0.070222
+0.273442 0.0723888 0.0713359
+0.312917 0.0749371 0.0718853
+0.355474 0.0776532 0.0731212
+0.40174 0.0807202 0.0755016
+0.454826 0.0850538 0.0805676
+0.508949 0.0889448 0.0856184
+0.56434 0.0926528 0.0906844
+0.625055 0.0991379 0.0959182
+0.685802 0.106096 0.101183
+0.746548 0.113634 0.10663
+0.808255 0.123644 0.112886
+0.864729 0.133394 0.119402
+0.916976 0.143053 0.126024
+0.00453193 0.0469825 0.0529793
+0.00457771 0.0475624 0.053254
+0.00492866 0.0481575 0.0534829
+0.00529488 0.0487831 0.053727
+0.00573739 0.0493477 0.0539406
+0.00636301 0.0499123 0.0542
+0.0074464 0.0505074 0.0545663
+0.00927749 0.0511177 0.0550393
+0.0124971 0.0518807 0.0556954
+0.0201572 0.0534371 0.057023
+0.0306554 0.0552682 0.058381
+0.0483406 0.0570382 0.0597238
+0.0680552 0.0589914 0.0612955
+0.0869306 0.0609751 0.0628977
+0.108125 0.0633249 0.0644541
+0.133227 0.0658732 0.0666361
+0.159716 0.0681773 0.0685893
+0.187625 0.0702068 0.0701152
+0.218692 0.0727092 0.0711376
+0.253376 0.075227 0.072343
+0.290211 0.0774853 0.0732738
+0.329625 0.0792401 0.0731212
+0.373861 0.0817731 0.0748913
+0.421714 0.0849317 0.0780652
+0.474327 0.0889601 0.082887
+0.528984 0.0922866 0.0878309
+0.586084 0.09691 0.093019
+0.646586 0.10341 0.0984207
+0.707362 0.11017 0.103563
+0.768139 0.118578 0.109285
+0.828885 0.128542 0.115557
+0.883436 0.138125 0.122103
+0.932967 0.147951 0.128756
+0.00416571 0.0524758 0.0544594
+0.00428779 0.0532998 0.0548257
+0.00460822 0.0541085 0.0551766
+0.00492866 0.0549325 0.0556191
+0.00534066 0.0557259 0.0561074
+0.0059968 0.0565805 0.0566873
+0.00723278 0.057435 0.0572366
+0.009308 0.05832 0.0575265
+0.0131228 0.0593423 0.0577859
+0.0211185 0.0607767 0.0586862
+0.0321508 0.0625772 0.0601053
+0.0527657 0.0641947 0.0617685
+0.0739757 0.0656138 0.063447
+0.0952773 0.0674754 0.0650797
+0.118029 0.0697642 0.0669261
+0.143587 0.0724193 0.0693217
+0.17145 0.074342 0.0708476
+0.201328 0.0760967 0.0719921
+0.232975 0.0778515 0.0728313
+0.269337 0.0798352 0.0736553
+0.307652 0.0818647 0.0738994
+0.347982 0.084123 0.0742351
+0.392676 0.087068 0.076585
+0.44271 0.090547 0.0803998
+0.495247 0.0938582 0.0849012
+0.549554 0.0966964 0.0897688
+0.608331 0.102037 0.0953536
+0.668376 0.10808 0.100816
+0.728496 0.114305 0.105669
+0.789746 0.123812 0.111879
+0.847776 0.133532 0.118303
+0.901991 0.143053 0.124834
+0.948852 0.152941 0.131579
+0.00373846 0.0599374 0.0567636
+0.00390631 0.0609903 0.0572824
+0.00411994 0.06215 0.0578317
+0.00436408 0.0632334 0.0584421
+0.00468452 0.0643015 0.0590982
+0.00538643 0.0654154 0.0597238
+0.00679026 0.0665751 0.060029
+0.00892653 0.06804 0.060029
+0.0135958 0.0693217 0.0601968
+0.0222782 0.0706035 0.0609598
+0.0360113 0.0718395 0.0624399
+0.055848 0.073167 0.0643626
+0.0784924 0.0743267 0.0651102
+0.103426 0.0758526 0.0663157
+0.129 0.0779126 0.0682536
+0.155962 0.0803693 0.0704662
+0.184863 0.082063 0.0718242
+0.215976 0.0834669 0.0728161
+0.249546 0.0847791 0.0735332
+0.286366 0.0862898 0.0739147
+0.326528 0.0886702 0.0740368
+0.368933 0.0914473 0.0754406
+0.41387 0.0943923 0.0782177
+0.464424 0.0967422 0.0820783
+0.516915 0.0991989 0.0864729
+0.571344 0.102525 0.0914626
+0.630381 0.107668 0.0977035
+0.690196 0.113207 0.102815
+0.750729 0.11986 0.108064
+0.811078 0.129229 0.114611
+0.866407 0.13875 0.121202
+0.918013 0.148363 0.127871
+0.965087 0.158129 0.134752
+0.00297551 0.0699779 0.0589914
+0.00315862 0.0712139 0.0596475
+0.00332647 0.0724498 0.0602579
+0.0034638 0.0738994 0.0607156
+0.00361639 0.0756847 0.0611887
+0.0043183 0.0772106 0.0615549
+0.00582895 0.0789349 0.0615396
+0.00791943 0.0805676 0.0612039
+0.0123903 0.0823529 0.0611734
+0.0203708 0.0840467 0.0619669
+0.0351415 0.0857404 0.0635691
+0.0556802 0.0869917 0.0648356
+0.0807202 0.0871748 0.0650797
+0.110353 0.0870832 0.0654154
+0.139849 0.0886702 0.0673381
+0.169726 0.090013 0.0692912
+0.199649 0.0914015 0.0712291
+0.231678 0.0925002 0.0724346
+0.26746 0.0933547 0.0732128
+0.30544 0.0942397 0.0736706
+0.345418 0.095491 0.0738231
+0.38851 0.0974746 0.0759136
+0.43508 0.0999008 0.0788128
+0.485817 0.102846 0.0825666
+0.539315 0.106874 0.0873579
+0.595239 0.110842 0.0932326
+0.653483 0.114611 0.0996567
+0.712871 0.11899 0.104463
+0.772183 0.125994 0.110582
+0.83061 0.134646 0.117388
+0.884642 0.144213 0.124086
+0.933989 0.153887 0.130983
+0.974411 0.163485 0.13817
+0.00175479 0.0840009 0.0601663
+0.00183108 0.0855268 0.0606546
+0.00190738 0.0870832 0.0611124
+0.00196841 0.088838 0.0615244
+0.002121 0.090486 0.0617838
+0.00276188 0.092256 0.0618906
+0.00425727 0.0939651 0.0615549
+0.0062562 0.0956436 0.0608682
+0.00972 0.0973526 0.0602426
+0.0155947 0.0988632 0.0607004
+0.0310521 0.101061 0.0624094
+0.0524453 0.102144 0.0633249
+0.0817121 0.102434 0.0637064
+0.114519 0.101976 0.0639353
+0.151263 0.100313 0.0643015
+0.182864 0.101152 0.0665751
+0.215167 0.102068 0.0684215
+0.248325 0.103151 0.0695048
+0.285069 0.103548 0.0704662
+0.32398 0.104372 0.0709544
+0.364218 0.105394 0.0718395
+0.407523 0.106905 0.0741436
+0.456489 0.109224 0.0774548
+0.507897 0.112078 0.0815137
+0.560311 0.115434 0.0866712
+0.617975 0.118303 0.093431
+0.676463 0.121294 0.0999466
+0.734096 0.124681 0.105867
+0.792554 0.132464 0.112871
+0.848188 0.141009 0.119844
+0.901595 0.150225 0.126864
+0.949752 0.159716 0.13402
+0.981613 0.169146 0.141482
+0.000549325 0.0996109 0.0599985
+0.000488289 0.101457 0.0602731
+0.000411994 0.103349 0.0605325
+0.000366217 0.105196 0.060853
+0.000518807 0.10695 0.0611429
+0.00120546 0.10898 0.0607004
+0.00244144 0.110796 0.0600595
+0.00421149 0.112703 0.0591287
+0.00680552 0.114763 0.0582589
+0.0116426 0.117556 0.0578927
+0.0232548 0.119997 0.0588998
+0.0431373 0.121538 0.0602274
+0.0770123 0.122393 0.0607309
+0.114931 0.12079 0.0607462
+0.155261 0.117403 0.0608225
+0.195117 0.115099 0.0610056
+0.230121 0.115389 0.0615396
+0.265675 0.116045 0.0624247
+0.30277 0.116899 0.0637675
+0.342535 0.117968 0.0647593
+0.384588 0.119036 0.0669718
+0.428977 0.120378 0.0701152
+0.478508 0.122179 0.0740826
+0.529458 0.124086 0.0791333
+0.582879 0.126131 0.085008
+0.640558 0.128862 0.0919814
+0.698405 0.132418 0.0985885
+0.755581 0.136736 0.105776
+0.811643 0.142107 0.114229
+0.865431 0.149294 0.122026
+0.91696 0.157427 0.129564
+0.966384 0.16643 0.137102
+0.989227 0.175448 0.144717
+0 0.116518 0.0577401
+0 0.118532 0.0576333
+3.0518e-05 0.120623 0.057496
+4.57771e-05 0.122698 0.0575113
+7.62951e-05 0.124712 0.0575418
+4.57771e-05 0.12697 0.0572519
+0.000579843 0.129625 0.0566415
+0.00172427 0.132189 0.0559396
+0.00375372 0.135409 0.0547189
+0.00775158 0.138582 0.0534676
+0.0158083 0.141436 0.0531167
+0.0319524 0.144381 0.0542153
+0.0656443 0.145449 0.0544442
+0.112444 0.142351 0.055787
+0.157214 0.139055 0.0558633
+0.201022 0.135286 0.0547189
+0.242863 0.132326 0.052491
+0.283391 0.131456 0.0524453
+0.323308 0.131838 0.0534218
+0.363043 0.132937 0.0554208
+0.40618 0.134752 0.0590829
+0.451911 0.136614 0.0634775
+0.499992 0.138415 0.0688945
+0.551308 0.13991 0.0746166
+0.60589 0.141741 0.0813764
+0.661936 0.144167 0.0883803
+0.719539 0.147173 0.0949722
+0.775296 0.150362 0.104097
+0.829557 0.154147 0.114031
+0.88336 0.160082 0.123278
+0.934051 0.167224 0.131975
+0.974624 0.175006 0.140169
+0.997742 0.182757 0.14789
+0 0.13521 0.0534676
+0 0.137255 0.0536202
+0 0.139788 0.0536355
+0 0.142168 0.053727
+0 0.144549 0.0536355
+0 0.147326 0.053193
+1.5259e-05 0.150256 0.0523995
+0 0.153048 0.051194
+0.00114443 0.15642 0.0492409
+0.00318914 0.159747 0.0469978
+0.00828565 0.163775 0.0458839
+0.0229801 0.167514 0.0458228
+0.0540627 0.16875 0.0467842
+0.102663 0.167254 0.0484321
+0.151919 0.163104 0.0491493
+0.201144 0.158755 0.0474708
+0.249287 0.154788 0.0436103
+0.295979 0.150637 0.0416266
+0.340276 0.149096 0.0419623
+0.383719 0.149599 0.0442664
+0.427222 0.151965 0.0484627
+0.473472 0.155077 0.0549325
+0.52195 0.157763 0.0615702
+0.5729 0.15996 0.0681773
+0.626596 0.162066 0.0757458
+0.681941 0.164248 0.0831006
+0.738567 0.166415 0.0905623
+0.79263 0.168383 0.100786
+0.847303 0.171847 0.111315
+0.901747 0.175906 0.122225
+0.95314 0.180285 0.13286
+0.983536 0.185763 0.142107
+1 0.191913 0.150179
+0 0.155123 0.0489509
+0 0.157412 0.0488594
+0 0.159716 0.0487831
+0 0.162112 0.0486152
+0 0.164477 0.0482185
+0 0.166812 0.0475013
+0 0.1691 0.0466926
+0 0.172 0.0454566
+0 0.17557 0.0437781
+0.000534066 0.179644 0.0412451
+0.0027924 0.185168 0.0387579
+0.0124208 0.190677 0.0374456
+0.0426184 0.19382 0.0373999
+0.0861982 0.193652 0.0386816
+0.140658 0.190219 0.0407874
+0.196155 0.185794 0.0394751
+0.250126 0.18088 0.0367895
+0.302113 0.175875 0.0327916
+0.351034 0.17145 0.0317693
+0.4 0.170062 0.0335088
+0.447333 0.171084 0.0380865
+0.493706 0.174716 0.0456855
+0.542626 0.178576 0.0533303
+0.592828 0.1823 0.0610819
+0.644923 0.185748 0.0692607
+0.70013 0.18819 0.0770123
+0.755276 0.190311 0.0856336
+0.809552 0.191974 0.0951095
+0.865553 0.193606 0.106722
+0.919585 0.195209 0.118318
+0.968444 0.196872 0.129809
+0.991867 0.200351 0.140551
+1 0.204776 0.150042
+0 0.175311 0.0429999
+0 0.17792 0.0426947
+0 0.180652 0.0423285
+0 0.183185 0.0419623
+0 0.185733 0.0413367
+0 0.187976 0.0406348
+0 0.190387 0.0398871
+0 0.193408 0.0387121
+0 0.196445 0.0373083
+1.5259e-05 0.200305 0.0353094
+0.00030518 0.205173 0.0327306
+0.00448615 0.213565 0.0286564
+0.0271458 0.219684 0.0275883
+0.0671244 0.221515 0.0284581
+0.119554 0.220157 0.0302129
+0.184039 0.215152 0.0322881
+0.244373 0.210315 0.0290532
+0.301503 0.205203 0.0260014
+0.35552 0.199435 0.0238193
+0.408621 0.19585 0.0259098
+0.461021 0.194827 0.029984
+0.512261 0.195926 0.0358282
+0.560555 0.200366 0.0440681
+0.611261 0.205463 0.0525368
+0.66389 0.210712 0.060914
+0.717998 0.215259 0.068986
+0.772351 0.218036 0.0778668
+0.827482 0.220279 0.0877546
+0.884001 0.221363 0.0988174
+0.937011 0.221195 0.110338
+0.976211 0.220935 0.122179
+1 0.220432 0.134737
+1 0.222019 0.14609
+0 0.198093 0.0356146
+0 0.200732 0.0353094
+0 0.203525 0.0349126
+0 0.206241 0.0344854
+0 0.208728 0.0339361
+0 0.211261 0.0331426
+0 0.21387 0.0320439
+0 0.216678 0.0307012
+0 0.21944 0.0291447
+0 0.222339 0.0273289
+0.00015259 0.227329 0.0248569
+0.00199893 0.23595 0.0214542
+0.00946059 0.246357 0.0184329
+0.0432441 0.251804 0.018555
+0.0948806 0.251698 0.0209201
+0.160357 0.24799 0.0237125
+0.230381 0.242283 0.0239872
+0.29366 0.237659 0.0203861
+0.354726 0.233005 0.0179904
+0.414145 0.227451 0.018677
+0.470863 0.223499 0.0223697
+0.525551 0.222721 0.0264591
+0.579141 0.224521 0.0311742
+0.632074 0.23061 0.0392309
+0.684184 0.236881 0.0480507
+0.736477 0.243122 0.0573892
+0.791135 0.249058 0.066743
+0.846571 0.252598 0.076997
+0.901518 0.254978 0.0876631
+0.954925 0.254246 0.0995956
+0.984665 0.252506 0.112673
+1 0.249561 0.126345
+1 0.247105 0.139544
+0 0.221927 0.0278019
+0 0.224689 0.0276341
+0 0.227619 0.0276341
+0 0.23061 0.0273594
+0 0.23331 0.0268559
+0 0.236271 0.0261082
+0 0.239094 0.0252232
+0 0.241947 0.0242771
+0 0.245029 0.0230869
+0 0.248615 0.02121
+1.5259e-05 0.253819 0.0187076
+0.000320439 0.262486 0.0160678
+0.00521859 0.273976 0.0132143
+0.0174563 0.284443 0.0110781
+0.0667735 0.285588 0.0129091
+0.130724 0.283101 0.01561
+0.205905 0.278431 0.0179751
+0.279042 0.275212 0.0151217
+0.347555 0.272343 0.0124819
+0.41326 0.268635 0.0111391
+0.474845 0.262058 0.0132296
+0.5337 0.258976 0.0162356
+0.59266 0.258137 0.0198978
+0.651606 0.260182 0.0238346
+0.704387 0.266606 0.0329137
+0.757839 0.273884 0.042237
+0.812192 0.281361 0.0520027
+0.866835 0.2878 0.0625467
+0.920302 0.290883 0.0745861
+0.967239 0.292638 0.0874952
+0.993347 0.291081 0.101564
+0.999695 0.287053 0.116258
+1 0.281727 0.130022
+0 0.247257 0.0222782
+0 0.25005 0.0221256
+0 0.2533 0.021973
+0 0.256641 0.0217288
+0 0.260075 0.0212711
+0 0.263661 0.0207828
+0 0.266896 0.0202945
+0 0.270375 0.019852
+0 0.274418 0.0195926
+0 0.278767 0.018616
+0 0.285771 0.0165255
+3.0518e-05 0.295384 0.0132753
+0.00112917 0.305943 0.00967422
+0.0106355 0.315084 0.00689708
+0.0335241 0.322423 0.00518807
+0.0974441 0.32166 0.00834669
+0.172091 0.318654 0.0105745
+0.254826 0.314809 0.0115053
+0.3346 0.315099 0.00616464
+0.407782 0.313649 0.00497444
+0.475578 0.310582 0.00549325
+0.538476 0.302342 0.00729381
+0.601556 0.298726 0.00973526
+0.662989 0.297658 0.0127565
+0.722042 0.300343 0.0159762
+0.778592 0.307393 0.0231327
+0.8336 0.315312 0.0327916
+0.887724 0.322896 0.044358
+0.939925 0.328923 0.0586252
+0.976562 0.331991 0.073167
+0.999146 0.333318 0.087953
+0.999802 0.330709 0.102617
+1 0.326223 0.115648
+0 0.27602 0.0176089
+0 0.279377 0.0174868
+0 0.282689 0.0173648
+0 0.286259 0.0174868
+0 0.28954 0.0178225
+0 0.29305 0.0181735
+0 0.296376 0.0187533
+0 0.299702 0.0192721
+0 0.304051 0.0191043
+0 0.310658 0.0172274
+0 0.320043 0.0140688
+0 0.330922 0.010193
+9.15541e-05 0.341772 0.00656138
+0.00210575 0.350851 0.00390631
+0.0164645 0.358465 0.00221256
+0.0562295 0.363149 0.00192264
+0.136202 0.359976 0.0053254
+0.221714 0.358083 0.00633249
+0.311269 0.356725 0.00578317
+0.394766 0.360555 0.0028687
+0.469505 0.360479 0.00213626
+0.539315 0.358923 0.00256352
+0.60473 0.34931 0.00323491
+0.670024 0.345815 0.0037995
+0.734127 0.345586 0.00480659
+0.795743 0.34902 0.00672923
+0.85304 0.354406 0.0149233
+0.908064 0.360952 0.0260929
+0.96054 0.367453 0.0393225
+0.987106 0.373098 0.0552682
+0.999786 0.376928 0.0706951
+1 0.379049 0.0855879
+1 0.376196 0.100832
+0 0.305348 0.0169833
+0 0.308507 0.0174258
+0 0.311849 0.017792
+0 0.314931 0.0182345
+0 0.318715 0.0187533
+0 0.322683 0.0193027
+0 0.326772 0.0198672
+0 0.330724 0.0204318
+0 0.336431 0.0199435
+0 0.344747 0.0178531
+0 0.355886 0.0145418
+0 0.368093 0.0106966
+1.5259e-05 0.380621 0.00608835
+0.000244144 0.390417 0.00254826
+0.0103914 0.398688 0.000869764
+0.0380865 0.404883 0.000503548
+0.0986496 0.406638 0.00105287
+0.18323 0.402747 0.0059205
+0.274388 0.401953 0.00740063
+0.369787 0.403906 0.00578317
+0.454932 0.412558 0.00241093
+0.53315 0.414664 0.000610361
+0.605524 0.413626 0.000274662
+0.674342 0.404501 0.000381476
+0.741131 0.400977 0.000854505
+0.806699 0.400549 0.00204471
+0.86891 0.402533 0.00492866
+0.925292 0.406897 0.0128481
+0.970199 0.412085 0.0238651
+0.996994 0.417639 0.0377661
+0.999847 0.422385 0.0531777
+1 0.425284 0.069276
+1 0.426993 0.0854658
+0 0.339147 0.0180362
+0 0.34258 0.018616
+0 0.346578 0.0192111
+0 0.3505 0.0197604
+0 0.354147 0.0203403
+0 0.358648 0.0209964
+0 0.363119 0.0216526
+0 0.368002 0.0223392
+0 0.374166 0.0217288
+0 0.38352 0.01944
+0 0.394675 0.0160067
+0 0.408225 0.0108644
+3.0518e-05 0.422217 0.00512703
+0.00030518 0.434134 0.00125124
+0.00836194 0.442023 0.000564584
+0.0294652 0.448249 0.000213626
+0.0697948 0.452293 0.00077821
+0.144167 0.45211 0.00274662
+0.237476 0.448218 0.00868238
+0.334234 0.450065 0.0102388
+0.431754 0.457755 0.00605783
+0.519844 0.468772 0.00276188
+0.600931 0.472755 0.000579843
+0.673869 0.472389 0
+0.743923 0.466484 4.57771e-05
+0.810117 0.462715 0.000595102
+0.873838 0.460105 0.00189212
+0.935454 0.460914 0.00570687
+0.975021 0.46276 0.0137789
+0.998276 0.465324 0.0245365
+0.99968 0.468482 0.038529
+1 0.471382 0.0522927
+1 0.472801 0.0663767
+0 0.378317 0.0198062
+0 0.382986 0.0204166
+0 0.38732 0.0210117
+0 0.391836 0.021622
+0 0.396414 0.0222324
+0 0.400885 0.0228733
+0 0.406424 0.0231632
+0 0.412207 0.0233005
+0 0.419684 0.0221256
+0 0.427543 0.0205692
+0 0.4383 0.0171511
+0 0.452979 0.0105592
+0.000335698 0.466896 0.00540169
+0.00482185 0.477302 0.00280766
+0.0160525 0.4851 0.00216678
+0.0403296 0.490547 0.00254826
+0.0760052 0.495277 0.00291447
+0.125414 0.498543 0.00430304
+0.205982 0.496406 0.00979629
+0.298207 0.496223 0.0134737
+0.395056 0.501457 0.0134432
+0.499657 0.514656 0.00755322
+0.585855 0.527535 0.00393683
+0.666346 0.535424 0.00117494
+0.741176 0.538399 0
+0.810208 0.531304 3.0518e-05
+0.877165 0.526757 0.000717174
+0.939467 0.521874 0.00221256
+0.977386 0.520958 0.00813306
+0.994904 0.519966 0.0172427
+1 0.519356 0.0281224
+1 0.520409 0.0398718
+1 0.520226 0.0513771
+0 0.425025 0.0198367
+0 0.430289 0.0200351
+0 0.435767 0.0202945
+0 0.44097 0.0205844
+0 0.446586 0.0209049
+0 0.452018 0.0212863
+0 0.457359 0.0217441
+0 0.463066 0.0216831
+0 0.470268 0.0209812
+0 0.477302 0.0199588
+0 0.486152 0.0174716
+0 0.498741 0.0119631
+0.000289921 0.510307 0.00888075
+0.0102541 0.518517 0.00807202
+0.028336 0.525887 0.00807202
+0.0561074 0.533608 0.00834669
+0.0868086 0.539666 0.00851453
+0.126436 0.542901 0.00981155
+0.176303 0.544671 0.0124056
+0.259312 0.543297 0.0183566
+0.358389 0.548104 0.0200198
+0.46215 0.557504 0.018677
+0.562432 0.574914 0.0115969
+0.649805 0.590173 0.00631724
+0.73225 0.600351 0.00201419
+0.807752 0.603464 0.000137331
+0.876967 0.598016 0.000137331
+0.935164 0.592828 0.00166323
+0.982376 0.586038 0.00459297
+0.994476 0.581384 0.0126497
+1 0.576913 0.0215915
+1 0.573144 0.0309453
+1 0.570352 0.0403754
+0 0.477638 0.017319
+0 0.482811 0.0174258
+0 0.488685 0.0174868
+0 0.494499 0.0176547
+0 0.500298 0.0178225
+0 0.506218 0.0179599
+0 0.512474 0.0180667
+0 0.517952 0.0183108
+0 0.523125 0.0197452
+0 0.528298 0.020737
+0 0.535149 0.0204929
+1.5259e-05 0.54287 0.0191806
+0.000961318 0.550896 0.0183566
+0.0122988 0.558236 0.0179751
+0.0349737 0.566018 0.0179904
+0.0633707 0.573953 0.0185092
+0.0942092 0.581491 0.0197147
+0.122057 0.586252 0.0203403
+0.160845 0.590448 0.0218814
+0.214237 0.593942 0.0244297
+0.317876 0.593637 0.0309453
+0.421225 0.602014 0.0310826
+0.52604 0.615579 0.0273136
+0.627695 0.636652 0.0164645
+0.715892 0.654688 0.00885023
+0.797818 0.668254 0.00271611
+0.870787 0.672496 0.000442512
+0.931304 0.667475 0.000869764
+0.975128 0.659709 0.00389105
+0.997421 0.649592 0.00988785
+0.999466 0.640925 0.018677
+1 0.631815 0.0269627
+1 0.624125 0.0339513
+0 0.529595 0.0166476
+0 0.534157 0.0180362
+0 0.539635 0.0195773
+0 0.54464 0.0210269
+0 0.549599 0.0224308
+0 0.554711 0.0238041
+0 0.559609 0.0251469
+0 0.564828 0.0264897
+0 0.569696 0.0279545
+0 0.574212 0.030045
+0 0.578622 0.031632
+0 0.583902 0.0327306
+0.00302129 0.589975 0.0327001
+0.0106203 0.596521 0.0316014
+0.0340276 0.60412 0.0311742
+0.0649271 0.612406 0.0314641
+0.098085 0.620584 0.0321508
+0.12639 0.628046 0.0333562
+0.155795 0.633906 0.0347448
+0.203647 0.637491 0.0370336
+0.270069 0.639017 0.0400549
+0.377584 0.643748 0.0458686
+0.484932 0.657221 0.0431373
+0.594751 0.676448 0.0347601
+0.692668 0.702113 0.0207675
+0.779431 0.72163 0.0106966
+0.857267 0.735775 0.00296025
+0.923613 0.738354 0.000854505
+0.965057 0.732708 0.00283818
+0.992065 0.72192 0.00779736
+0.999069 0.707927 0.0168307
+1 0.69601 0.0257877
+1 0.690028 0.0315709
+0 0.574792 0.026276
+0 0.579065 0.0283207
+0 0.583474 0.0304112
+0 0.588129 0.0325933
+0 0.59234 0.0346075
+0 0.59678 0.0367285
+0 0.60119 0.0387884
+0 0.605646 0.0409552
+0 0.610315 0.0432593
+0.00015259 0.614023 0.0452583
+0.000808728 0.617533 0.0475013
+0.00143435 0.621744 0.0493324
+0.0041352 0.626902 0.0493935
+0.0135805 0.632578 0.0489967
+0.03122 0.639124 0.0484627
+0.0663005 0.647837 0.047715
+0.0988632 0.656428 0.0479744
+0.129854 0.664515 0.0489052
+0.157305 0.67126 0.0504616
+0.195529 0.675578 0.0511635
+0.248936 0.68043 0.0530251
+0.324132 0.685115 0.0564889
+0.44033 0.696956 0.0581064
+0.552712 0.714443 0.0526589
+0.661494 0.737621 0.0411994
+0.754055 0.764065 0.0243839
+0.835584 0.784344 0.0128023
+0.906325 0.799268 0.00502022
+0.956756 0.800015 0.00587472
+0.984009 0.791623 0.0102846
+0.998108 0.778485 0.0167849
+0.999649 0.763119 0.0266117
+1 0.762341 0.0298314
+0.000228885 0.614801 0.0416419
+0.00114443 0.618494 0.0438239
+0.00199893 0.622232 0.0460212
+0.00291447 0.62649 0.0484627
+0.00363165 0.630274 0.0507057
+0.0043946 0.634226 0.0530709
+0.00508125 0.63827 0.0555123
+0.00564584 0.642267 0.0579538
+0.00610361 0.646067 0.0602884
+0.00648508 0.649882 0.0626078
+0.00715648 0.653391 0.0648356
+0.00872816 0.656718 0.0669413
+0.0112306 0.660624 0.0686656
+0.0207218 0.665461 0.0691386
+0.0370184 0.671199 0.0687877
+0.0599832 0.678019 0.0678416
+0.0937819 0.687099 0.0668498
+0.128176 0.696178 0.0665599
+0.162814 0.704646 0.0664683
+0.19266 0.711284 0.0665904
+0.236057 0.716655 0.0673075
+0.297032 0.723156 0.0688487
+0.393332 0.730739 0.0721141
+0.507652 0.747051 0.0713664
+0.619547 0.768505 0.0628519
+0.725292 0.795438 0.0472725
+0.810681 0.822095 0.0310979
+0.884565 0.842039 0.0224918
+0.945815 0.85594 0.0201114
+0.978943 0.854383 0.0237583
+0.995117 0.845457 0.0269627
+1 0.835248 0.027863
+1 0.837995 0.0276188
+0.00834669 0.650278 0.0588388
+0.00952163 0.654246 0.0611734
+0.0115969 0.657923 0.0635386
+0.0136416 0.661692 0.0660105
+0.0155032 0.665217 0.0683757
+0.0174716 0.669017 0.0708782
+0.0193179 0.672801 0.0734112
+0.0210422 0.676387 0.0758679
+0.0225986 0.679805 0.078233
+0.0242008 0.683406 0.0806897
+0.0255894 0.686763 0.0830549
+0.0266423 0.689982 0.0849622
+0.0280461 0.694911 0.0855268
+0.0315709 0.69926 0.08542
+0.0384375 0.704356 0.0848249
+0.0541543 0.710994 0.082826
+0.0822614 0.720027 0.0785229
+0.118715 0.731624 0.0756237
+0.155444 0.742657 0.0735027
+0.19353 0.753231 0.0721294
+0.22385 0.760403 0.0716564
+0.275227 0.766445 0.0728923
+0.344778 0.772931 0.0751812
+0.455146 0.781033 0.0797436
+0.572229 0.798856 0.0794385
+0.683986 0.82266 0.0726177
+0.783139 0.851377 0.0598459
+0.861006 0.874861 0.0515908
+0.92575 0.89366 0.0486458
+0.976944 0.90721 0.0497597
+0.991165 0.903914 0.0471504
+0.998932 0.905745 0.0473182
+1 0.91043 0.0497292
+0.0276036 0.683864 0.0767681
+0.0294804 0.687541 0.0791485
+0.0309606 0.691722 0.0808423
+0.0320287 0.696788 0.0813611
+0.0331426 0.702037 0.0818647
+0.0340581 0.70663 0.0823987
+0.0351873 0.712062 0.082826
+0.035996 0.716655 0.0832685
+0.0369879 0.721523 0.0836957
+0.0379187 0.726238 0.0841382
+0.0387274 0.730816 0.084596
+0.0395361 0.735149 0.085069
+0.040116 0.739803 0.0850385
+0.0395972 0.745327 0.082826
+0.0391089 0.750988 0.0805982
+0.0496071 0.758236 0.0760052
+0.0676585 0.76817 0.0704662
+0.0952163 0.779812 0.0651408
+0.142336 0.794202 0.0620432
+0.183612 0.807233 0.0607004
+0.21976 0.81828 0.0610971
+0.256214 0.823835 0.0608225
+0.319417 0.829358 0.0641642
+0.403189 0.835081 0.0707103
+0.523308 0.843519 0.0813916
+0.637613 0.859876 0.0875105
+0.749187 0.87892 0.0889601
+0.8448 0.901839 0.08159
+0.916548 0.919814 0.0752117
+0.968109 0.934035 0.0707866
+0.994537 0.944305 0.0698405
+0.998672 0.946868 0.0704967
+1 0.948302 0.0712902
+0.0414435 0.727047 0.0807202
+0.0425116 0.732021 0.0811475
+0.0435187 0.736782 0.0815442
+0.0438849 0.742702 0.080354
+0.0434119 0.750118 0.0771801
+0.0429694 0.757488 0.073991
+0.0424659 0.764782 0.0708629
+0.0418402 0.771725 0.0679484
+0.0412299 0.779065 0.0648661
+0.0406195 0.785977 0.062089
+0.0399634 0.792844 0.0593118
+0.0393072 0.799344 0.0567178
+0.0386511 0.805493 0.0542916
+0.0380407 0.811017 0.0521096
+0.0375525 0.81178 0.0521553
+0.038819 0.813214 0.0515602
+0.0533913 0.81706 0.0494545
+0.0839246 0.823636 0.0474861
+0.138201 0.834379 0.0472419
+0.185199 0.844602 0.0505226
+0.223377 0.850278 0.0528725
+0.254444 0.851286 0.0538643
+0.32105 0.850889 0.0613718
+0.420951 0.85211 0.0727245
+0.546349 0.855711 0.0863661
+0.669276 0.870314 0.0936599
+0.775631 0.890349 0.0919509
+0.868086 0.912001 0.0851606
+0.937545 0.928771 0.0771801
+0.976181 0.942535 0.075288
+0.99678 0.951919 0.0755779
+0.999588 0.95375 0.0761883
+1 0.954025 0.0765393
+0.0444038 0.786831 0.0585794
+0.0439307 0.794293 0.0553445
+0.0434119 0.801541 0.0522164
+0.0428931 0.808789 0.0490883
+0.0423896 0.812604 0.0475624
+0.0417639 0.813687 0.0474403
+0.0410773 0.81445 0.0475471
+0.0403906 0.815396 0.0475929
+0.0396887 0.816602 0.0475013
+0.0389715 0.817609 0.0475319
+0.0382696 0.818555 0.0475776
+0.0375677 0.819501 0.0475929
+0.0368658 0.820508 0.0475929
+0.0361791 0.821225 0.0476997
+0.0356146 0.822202 0.0476539
+0.036408 0.822858 0.047776
+0.0550088 0.826062 0.045655
+0.0975204 0.833661 0.0451362
+0.150408 0.843427 0.0464332
+0.199359 0.853147 0.0508278
+0.231983 0.855024 0.0524453
+0.275685 0.854948 0.0562295
+0.340322 0.853819 0.0640269
+0.464683 0.85478 0.0787366
+0.590387 0.862089 0.090135
+0.713466 0.876173 0.0971847
+0.812177 0.898863 0.090425
+0.894224 0.918212 0.0828717
+0.958297 0.934508 0.0759747
+0.986816 0.94725 0.0763867
+0.997818 0.952544 0.0771801
+1 0.953933 0.0779736
+1 0.953887 0.0785534
+0.0053254 0.0355535 0.0449378
+0.00538643 0.0356451 0.0451972
+0.00546273 0.0357214 0.0454719
+0.00576791 0.0358434 0.0458534
+0.00643931 0.0360266 0.0464027
+0.00717174 0.0362402 0.0469673
+0.00790417 0.0364843 0.0475166
+0.00888075 0.036759 0.048127
+0.0104829 0.0371557 0.0489204
+0.0127718 0.0376135 0.0499123
+0.0160372 0.0378424 0.0507057
+0.023743 0.0381476 0.0513313
+0.0339361 0.0392462 0.0527962
+0.0478676 0.0403906 0.0544289
+0.0638285 0.0415351 0.0556802
+0.0807507 0.0429541 0.055848
+0.0993515 0.0450141 0.0569924
+0.120287 0.0474861 0.0584573
+0.143664 0.050309 0.0601511
+0.169757 0.053666 0.0627451
+0.197818 0.056611 0.0645457
+0.228107 0.0593881 0.0656596
+0.262882 0.0621958 0.0658274
+0.301991 0.0651102 0.067216
+0.34461 0.0684215 0.0694743
+0.392264 0.0725719 0.0729839
+0.446097 0.0779126 0.0783703
+0.502068 0.0830549 0.0839857
+0.559762 0.0877089 0.0895857
+0.61944 0.092668 0.0942092
+0.680339 0.0995346 0.0991989
+0.742382 0.10808 0.104646
+0.802976 0.117479 0.110536
+0.00590524 0.0362402 0.0464485
+0.00590524 0.0363317 0.0466621
+0.0059205 0.0364233 0.0468757
+0.0062562 0.0365606 0.0472572
+0.00682078 0.036759 0.0477302
+0.00743114 0.0369726 0.0482338
+0.00813306 0.0372168 0.0488136
+0.00921645 0.0375219 0.049546
+0.0108949 0.0379339 0.0504463
+0.0132143 0.0382544 0.051194
+0.0176547 0.0385595 0.0517586
+0.0260319 0.0393988 0.0526131
+0.0367285 0.0408026 0.0541848
+0.0529793 0.041825 0.055787
+0.0695964 0.0430457 0.0564584
+0.0871138 0.0446326 0.0568704
+0.105928 0.0468605 0.0581369
+0.12871 0.0496071 0.0597848
+0.153399 0.0526284 0.0618906
+0.179675 0.0558175 0.0644846
+0.20911 0.0585641 0.0658732
+0.24126 0.0612192 0.0665599
+0.276432 0.063798 0.0669566
+0.316838 0.0666514 0.0686351
+0.362112 0.0703593 0.071458
+0.411048 0.0747387 0.075349
+0.465751 0.0801404 0.0809644
+0.523003 0.0849775 0.0866102
+0.581277 0.0898146 0.0919051
+0.641138 0.0952621 0.0964523
+0.702617 0.103182 0.101671
+0.763928 0.111955 0.107225
+0.824063 0.121431 0.11313
+0.0059968 0.0370336 0.0475471
+0.00601205 0.0371252 0.047776
+0.00601205 0.0372168 0.0480049
+0.00642405 0.0373236 0.0484627
+0.00697337 0.0375219 0.0489967
+0.00756847 0.037705 0.0496223
+0.00827039 0.0379187 0.0503243
+0.00939956 0.0382391 0.0510872
+0.0110323 0.0386511 0.0518502
+0.0133822 0.0390021 0.0523537
+0.0193942 0.0397498 0.0529946
+0.0287938 0.0410468 0.0540475
+0.0417182 0.0424506 0.0554818
+0.0584878 0.0432746 0.0569162
+0.0753948 0.0446479 0.0572213
+0.0935378 0.0465705 0.0580606
+0.113481 0.049012 0.0594644
+0.137514 0.0519112 0.0613718
+0.163317 0.0549477 0.0637827
+0.190829 0.0578775 0.0658579
+0.220066 0.0605936 0.0671397
+0.254185 0.0629892 0.0674754
+0.291524 0.0655375 0.0684215
+0.332082 0.0683299 0.0700542
+0.379171 0.0723583 0.0733349
+0.430915 0.0771344 0.0779889
+0.485908 0.0823377 0.0835431
+0.543496 0.0869459 0.0891585
+0.603067 0.0923171 0.0941176
+0.663462 0.0986801 0.0988632
+0.72462 0.106737 0.104173
+0.785031 0.115938 0.110018
+0.844007 0.125689 0.116381
+0.00601205 0.0378729 0.0487373
+0.00601205 0.0379644 0.0489815
+0.00610361 0.038056 0.0493324
+0.00654612 0.0381628 0.0499123
+0.00706493 0.0383154 0.0505531
+0.00764477 0.038468 0.0512093
+0.00833143 0.0386664 0.0518959
+0.00939956 0.0390021 0.0525216
+0.0108492 0.0393988 0.0529641
+0.0135042 0.0400244 0.0533761
+0.0213016 0.0412909 0.0539712
+0.0317082 0.0428626 0.0551003
+0.0472725 0.0440223 0.0565347
+0.0644236 0.0449989 0.0576944
+0.0810407 0.0465095 0.0582895
+0.10013 0.0489357 0.0595712
+0.12221 0.0516518 0.0612345
+0.146853 0.0545205 0.0632181
+0.173159 0.0574044 0.0656138
+0.201816 0.0601358 0.067155
+0.232486 0.0626383 0.0681163
+0.267063 0.0648051 0.0685435
+0.306752 0.0674449 0.0698863
+0.34966 0.070634 0.0720226
+0.396506 0.0745556 0.0751659
+0.450523 0.0796521 0.0805371
+0.506722 0.0845197 0.0861372
+0.564172 0.089128 0.0916762
+0.624231 0.0951553 0.0963455
+0.685298 0.102327 0.101427
+0.746151 0.110384 0.106828
+0.806683 0.120134 0.112932
+0.863401 0.1299 0.119509
+0.00598154 0.0386969 0.0501564
+0.00596628 0.0387884 0.0504768
+0.00616464 0.03888 0.0509346
+0.0065919 0.0390173 0.0515602
+0.00708019 0.0392004 0.0521859
+0.00759899 0.0394446 0.0527504
+0.00825513 0.0397803 0.0532387
+0.00926223 0.0402686 0.0535439
+0.0110323 0.0410163 0.0538033
+0.0148775 0.0420539 0.0542458
+0.0235142 0.0434882 0.0548257
+0.0347143 0.0451514 0.05626
+0.0527657 0.046067 0.0577096
+0.0698863 0.0475013 0.0588998
+0.0870375 0.0495003 0.0600595
+0.10695 0.0521096 0.0613718
+0.131228 0.0548562 0.0632029
+0.156786 0.0575113 0.0652323
+0.183307 0.06009 0.067277
+0.212894 0.0626841 0.0684672
+0.245808 0.0649271 0.0692607
+0.281804 0.0671092 0.0700542
+0.322072 0.0697948 0.0714427
+0.367544 0.0733196 0.074052
+0.416632 0.0774853 0.07776
+0.470665 0.0824598 0.0831464
+0.526879 0.0868696 0.0886397
+0.585306 0.0919661 0.0938735
+0.645792 0.0983139 0.0986343
+0.706615 0.105837 0.103944
+0.767697 0.114565 0.109697
+0.82829 0.124544 0.115892
+0.882872 0.134127 0.12253
+0.00567636 0.0400244 0.051545
+0.00561532 0.0402228 0.0518349
+0.00584421 0.0404364 0.0522927
+0.00621042 0.0407111 0.0528115
+0.00663767 0.0409857 0.0532998
+0.00717174 0.0412909 0.0537423
+0.0078584 0.0419165 0.0539864
+0.00910964 0.0427558 0.0542153
+0.01149 0.0437781 0.054612
+0.0169528 0.0449226 0.0552377
+0.0263371 0.0463874 0.0563211
+0.0389868 0.0479438 0.0579232
+0.0581369 0.0489509 0.059266
+0.0744793 0.0512093 0.060914
+0.0933242 0.0536965 0.0622568
+0.115328 0.0562448 0.0635538
+0.14078 0.0585336 0.0653849
+0.166796 0.0607919 0.0672007
+0.194522 0.0632181 0.0687572
+0.224445 0.0657206 0.0700847
+0.260044 0.0678264 0.0710155
+0.298024 0.0702525 0.0720684
+0.338766 0.0729839 0.0733196
+0.385443 0.0765087 0.076051
+0.436957 0.0807965 0.0804608
+0.490929 0.0852827 0.0857099
+0.546899 0.0892653 0.0911421
+0.606806 0.0952163 0.0961776
+0.667567 0.102068 0.101152
+0.727871 0.109224 0.106447
+0.788922 0.118959 0.11252
+0.847852 0.12903 0.118914
+0.902403 0.138521 0.125444
+0.00509651 0.0427253 0.0528115
+0.00500496 0.043183 0.0531014
+0.00531014 0.0436255 0.0534524
+0.00564584 0.0441901 0.0537728
+0.00607309 0.0446632 0.0540475
+0.00663767 0.0451057 0.0543069
+0.00756847 0.0457313 0.054612
+0.00915541 0.0464485 0.0550546
+0.0120089 0.0473182 0.0556954
+0.0187381 0.0485389 0.0568093
+0.028748 0.0501106 0.0583352
+0.0438697 0.0517128 0.0598611
+0.0631113 0.0534981 0.0614023
+0.0796826 0.0557717 0.0631418
+0.100862 0.0581216 0.0643626
+0.124865 0.0605173 0.0660105
+0.150546 0.0629435 0.0679026
+0.177188 0.0650187 0.0695811
+0.206806 0.0673686 0.070985
+0.239475 0.0697642 0.0722362
+0.275181 0.0719615 0.0732738
+0.314534 0.0743267 0.0739147
+0.357275 0.076997 0.0754101
+0.403616 0.0800336 0.0780041
+0.456489 0.084184 0.0830396
+0.510948 0.088014 0.0882429
+0.566751 0.0919509 0.0935683
+0.627939 0.0988632 0.0984665
+0.688548 0.10576 0.103563
+0.748791 0.113329 0.109102
+0.81062 0.123903 0.115465
+0.86685 0.133623 0.121889
+0.919005 0.143297 0.12845
+0.00448615 0.0470436 0.054139
+0.00454719 0.0475929 0.0544442
+0.00489815 0.048127 0.0547341
+0.00526436 0.0487373 0.0550546
+0.00570687 0.0492256 0.0553902
+0.00636301 0.0497444 0.0557565
+0.00747692 0.050248 0.0562295
+0.00932326 0.0508278 0.0567788
+0.0123903 0.051606 0.0574655
+0.0198978 0.0532998 0.0589151
+0.0304112 0.0552071 0.0603952
+0.0486152 0.0571603 0.0619516
+0.0684367 0.0590829 0.0638132
+0.0875868 0.0611734 0.0656596
+0.108797 0.0636301 0.0673381
+0.134005 0.0663615 0.0694133
+0.160678 0.0687572 0.0711986
+0.188785 0.0707256 0.0725567
+0.220081 0.0729534 0.0734722
+0.254948 0.0749981 0.0744182
+0.291646 0.076936 0.0751507
+0.330983 0.0788434 0.0752422
+0.375769 0.0814221 0.0773327
+0.423926 0.084535 0.0806897
+0.476204 0.0881819 0.0854353
+0.530526 0.0914015 0.0906691
+0.58883 0.096376 0.0959335
+0.650187 0.10312 0.100969
+0.710018 0.10985 0.106188
+0.770718 0.118669 0.112016
+0.831342 0.128908 0.118288
+0.885786 0.138399 0.124697
+0.934722 0.148074 0.13135
+0.0041352 0.0524453 0.0559243
+0.00427253 0.0532082 0.0563973
+0.00457771 0.0539864 0.0569314
+0.00491341 0.0547189 0.0575265
+0.0053254 0.0555581 0.0582284
+0.0059968 0.0564279 0.0589914
+0.00724804 0.0572671 0.0595254
+0.009308 0.0581674 0.059678
+0.0130617 0.0591592 0.0597696
+0.0208743 0.0605325 0.0607767
+0.0323949 0.0625315 0.062501
+0.0528573 0.0642252 0.0646677
+0.0739452 0.0658427 0.0667277
+0.0953841 0.0679026 0.0685893
+0.118318 0.0704356 0.0705272
+0.143954 0.0733806 0.0728771
+0.17229 0.0750591 0.0741131
+0.202426 0.0765698 0.0749065
+0.234394 0.078172 0.0753796
+0.27097 0.0800946 0.0759289
+0.30927 0.0822003 0.0760967
+0.349783 0.0846113 0.0766003
+0.394736 0.0872358 0.0792096
+0.445014 0.0902724 0.0833143
+0.497276 0.0931563 0.088014
+0.551812 0.0959945 0.0931563
+0.611704 0.101427 0.0984054
+0.671901 0.107469 0.103578
+0.732006 0.114244 0.108751
+0.792386 0.124025 0.114824
+0.850019 0.133806 0.121111
+0.90399 0.143313 0.127474
+0.950698 0.152911 0.134279
+0.0037232 0.0597543 0.0589914
+0.00389105 0.0607767 0.059617
+0.00411994 0.0618906 0.0602579
+0.00436408 0.0629892 0.0609293
+0.004654 0.0641794 0.061677
+0.00535592 0.0653697 0.0623026
+0.00680552 0.0665293 0.0625315
+0.00894179 0.0677501 0.0624857
+0.0135195 0.0690776 0.0628214
+0.0220798 0.0703746 0.063798
+0.0360723 0.0716564 0.0655375
+0.0560159 0.0733806 0.0677501
+0.0780804 0.0745403 0.0688792
+0.102937 0.0765087 0.0703136
+0.128573 0.0788891 0.0722667
+0.155978 0.0813153 0.074403
+0.185443 0.0827649 0.0755627
+0.21706 0.0842451 0.0762188
+0.25124 0.0857404 0.0766155
+0.288365 0.0873884 0.0767224
+0.32871 0.0899062 0.0768139
+0.371328 0.0924544 0.0785077
+0.416541 0.0947585 0.0816205
+0.466468 0.0964218 0.0855879
+0.519142 0.0986648 0.0901656
+0.574365 0.101732 0.0952316
+0.634028 0.106462 0.100755
+0.693889 0.11249 0.105913
+0.753719 0.11986 0.111391
+0.813107 0.12929 0.117556
+0.868452 0.138857 0.123964
+0.919799 0.148409 0.130571
+0.966751 0.157946 0.137499
+0.00296025 0.0698711 0.0615091
+0.00314336 0.0709544 0.0621653
+0.00329595 0.072221 0.0627909
+0.00340276 0.0739605 0.0633402
+0.00358587 0.0755932 0.0639048
+0.00428779 0.0771344 0.0644236
+0.00582895 0.0788128 0.0646067
+0.00788891 0.0803998 0.0645304
+0.0121614 0.0820325 0.0645914
+0.0198215 0.0835584 0.0651255
+0.0352789 0.0856336 0.0667582
+0.0563821 0.0870985 0.0682231
+0.0810101 0.08748 0.0687266
+0.109758 0.0878614 0.0692912
+0.139223 0.0894179 0.0715496
+0.169665 0.0908675 0.07364
+0.200046 0.0923171 0.075639
+0.232486 0.093492 0.0767834
+0.268864 0.0943618 0.0772106
+0.307637 0.0952926 0.0773632
+0.347723 0.0965438 0.0773785
+0.391028 0.0983597 0.0797284
+0.438148 0.100572 0.0829328
+0.488792 0.103334 0.0868238
+0.542489 0.106737 0.0916304
+0.599023 0.109957 0.0970779
+0.657084 0.112978 0.102708
+0.715724 0.118273 0.107881
+0.774395 0.125765 0.113893
+0.83238 0.134646 0.120363
+0.886534 0.144305 0.127062
+0.935683 0.153887 0.134035
+0.975341 0.163455 0.141176
+0.00170901 0.0839399 0.063035
+0.00175479 0.0857099 0.0635996
+0.0018616 0.087068 0.0642405
+0.00192264 0.0887922 0.0648508
+0.00210575 0.0903639 0.0653697
+0.00276188 0.0921798 0.0657511
+0.00425727 0.0937514 0.0656901
+0.0062562 0.0954147 0.0651865
+0.00955215 0.0969406 0.0644388
+0.0150301 0.0983139 0.0640116
+0.0317235 0.100847 0.0658885
+0.0530709 0.101946 0.0671702
+0.0817731 0.102525 0.0677958
+0.114382 0.102235 0.0683146
+0.150988 0.101015 0.0692454
+0.182635 0.101869 0.0719005
+0.215274 0.102892 0.0736706
+0.248844 0.103914 0.0747082
+0.286168 0.104402 0.0752422
+0.325658 0.105272 0.0754559
+0.366629 0.10634 0.076173
+0.410193 0.107774 0.0786297
+0.459709 0.11014 0.0819409
+0.511162 0.112978 0.0859541
+0.563958 0.116136 0.0912337
+0.621836 0.118044 0.0976425
+0.679561 0.120562 0.103883
+0.736645 0.124483 0.109682
+0.794659 0.132403 0.116426
+0.85005 0.141054 0.123339
+0.903395 0.150347 0.130312
+0.952117 0.159777 0.137392
+0.982635 0.169085 0.144533
+0.000503548 0.0995499 0.063447
+0.000442512 0.101381 0.0640116
+0.000381476 0.103197 0.0645762
+0.000366217 0.10486 0.0652171
+0.000534066 0.106706 0.0656443
+0.00123598 0.108583 0.0654765
+0.00242618 0.110597 0.0648203
+0.00419623 0.112398 0.0639048
+0.00677501 0.114397 0.0628367
+0.011902 0.117067 0.0619974
+0.0235294 0.11986 0.0629587
+0.0427253 0.121553 0.065095
+0.0765087 0.122911 0.0655222
+0.114855 0.121157 0.0657206
+0.1552 0.117922 0.066041
+0.194919 0.115984 0.0669261
+0.229633 0.116579 0.067689
+0.265843 0.117418 0.0682536
+0.303731 0.118166 0.0690623
+0.343938 0.118837 0.069688
+0.386297 0.119753 0.0719005
+0.431418 0.121157 0.0750134
+0.481605 0.122896 0.0789349
+0.532876 0.124743 0.0840772
+0.586587 0.126665 0.0900435
+0.644511 0.129061 0.096788
+0.701961 0.132479 0.103227
+0.758251 0.136706 0.110323
+0.813397 0.141817 0.118547
+0.867704 0.149203 0.12604
+0.919341 0.157504 0.133318
+0.967636 0.16643 0.140505
+0.990372 0.175357 0.147646
+0 0.11667 0.0617533
+1.5259e-05 0.118608 0.0619669
+3.0518e-05 0.120638 0.0621195
+6.10361e-05 0.122759 0.0622568
+6.10361e-05 0.124865 0.0622568
+3.0518e-05 0.127138 0.0619669
+0.000610361 0.129656 0.0614481
+0.00172427 0.132204 0.0609445
+0.00373846 0.135286 0.0597543
+0.00767529 0.13843 0.0582895
+0.0155489 0.141436 0.0579538
+0.0316625 0.144442 0.0588693
+0.064683 0.145846 0.0596475
+0.11191 0.142794 0.0607309
+0.157061 0.139605 0.0607767
+0.201404 0.135851 0.059968
+0.243244 0.13312 0.0580148
+0.283375 0.132982 0.0580911
+0.323568 0.133364 0.0590066
+0.363851 0.134249 0.0611582
+0.407797 0.13579 0.0650645
+0.454139 0.137392 0.0695048
+0.502953 0.139162 0.0746166
+0.554864 0.14049 0.0803082
+0.609705 0.142336 0.0867323
+0.666209 0.144381 0.0936141
+0.722972 0.147143 0.100313
+0.777691 0.150347 0.109392
+0.831724 0.154177 0.119112
+0.886275 0.160037 0.127977
+0.936782 0.167361 0.135958
+0.975814 0.175067 0.143465
+0.998688 0.182574 0.150561
+0 0.135882 0.0580758
+0 0.138201 0.0581216
+0 0.140429 0.0582437
+0 0.142901 0.05832
+0 0.145312 0.0582589
+0 0.148272 0.0578927
+0 0.151095 0.0572213
+0 0.153628 0.0562142
+0.00115969 0.156588 0.0544289
+0.00314336 0.159854 0.0525521
+0.0078584 0.163867 0.0512245
+0.0223697 0.167742 0.05066
+0.0534218 0.169512 0.0513161
+0.100267 0.168582 0.0526131
+0.151415 0.164279 0.0535744
+0.201419 0.15996 0.0521401
+0.250187 0.155673 0.0492561
+0.296971 0.15169 0.0478981
+0.340963 0.150332 0.0491035
+0.384451 0.15111 0.0516976
+0.42887 0.153658 0.055848
+0.475624 0.156298 0.0621347
+0.524681 0.158618 0.0682231
+0.57583 0.160693 0.0740826
+0.630198 0.162493 0.0814527
+0.685405 0.164523 0.0886854
+0.741161 0.166308 0.0964065
+0.795178 0.168551 0.106859
+0.850385 0.172015 0.117388
+0.904707 0.17612 0.127687
+0.955474 0.180514 0.137194
+0.984558 0.185595 0.145632
+1 0.19173 0.153231
+0 0.156085 0.0532998
+0 0.158373 0.0531472
+0 0.160571 0.0531624
+0 0.163073 0.0530556
+0 0.165499 0.0527199
+0 0.167849 0.0521096
+0 0.170169 0.0513771
+0 0.173022 0.0503243
+0 0.176349 0.0489509
+0.000503548 0.180209 0.0467842
+0.00271611 0.185351 0.0441444
+0.0118868 0.19086 0.0419928
+0.0411994 0.194644 0.0416419
+0.0834058 0.195453 0.0429541
+0.138857 0.191974 0.0454261
+0.195895 0.187106 0.0448157
+0.250889 0.182223 0.0426337
+0.30312 0.177264 0.0391699
+0.352529 0.172702 0.0382849
+0.401694 0.171481 0.0408484
+0.448768 0.173114 0.0457465
+0.495491 0.176333 0.0527962
+0.544594 0.179873 0.0596323
+0.595087 0.1832 0.0670176
+0.647303 0.186435 0.0751202
+0.702602 0.188785 0.0828565
+0.75761 0.190875 0.0918898
+0.812787 0.192279 0.101915
+0.868849 0.193835 0.112947
+0.922179 0.195544 0.123583
+0.969543 0.197421 0.134127
+0.992981 0.200534 0.144701
+1 0.204593 0.153979
+0 0.17641 0.0470436
+0 0.179034 0.0469062
+0 0.181811 0.0467231
+0 0.184375 0.04654
+0 0.186831 0.0461433
+0 0.189105 0.045594
+0 0.191379 0.044892
+0 0.194293 0.0437324
+0 0.197375 0.042359
+3.0518e-05 0.200946 0.0404974
+0.000427253 0.205493 0.0383307
+0.00401312 0.213153 0.0340276
+0.0244755 0.220478 0.0325628
+0.0640116 0.222705 0.0334325
+0.115618 0.222019 0.0351568
+0.18294 0.216968 0.0378729
+0.244297 0.211994 0.0351263
+0.302358 0.206683 0.0323186
+0.357 0.200961 0.0298924
+0.410712 0.196811 0.0323033
+0.462669 0.196201 0.0364233
+0.513436 0.19765 0.0423133
+0.562463 0.201892 0.0504616
+0.613138 0.207111 0.0588693
+0.665553 0.212207 0.0671702
+0.719829 0.216342 0.0754711
+0.775067 0.218952 0.0844434
+0.830655 0.220935 0.0941024
+0.887037 0.22208 0.104234
+0.939544 0.221942 0.115221
+0.977478 0.221424 0.127153
+1 0.220539 0.139864
+1 0.221973 0.151049
+0 0.199222 0.0400549
+0 0.201907 0.0398108
+0 0.204776 0.0395361
+0 0.20734 0.0392157
+0 0.209918 0.0385138
+0 0.212436 0.037644
+0 0.215015 0.0364385
+0 0.217762 0.0354925
+0 0.220279 0.0346685
+0 0.223163 0.0333867
+0.000137331 0.227787 0.0313115
+0.00184634 0.235203 0.0277867
+0.00798047 0.24596 0.0240635
+0.0391241 0.252232 0.0240482
+0.0914015 0.252827 0.026154
+0.157321 0.249866 0.0285801
+0.230289 0.244083 0.0294347
+0.29456 0.239445 0.0253147
+0.356512 0.234379 0.0229496
+0.415961 0.228428 0.024033
+0.472465 0.224796 0.0277562
+0.52723 0.224155 0.0322728
+0.580819 0.226337 0.0379187
+0.633097 0.232853 0.0458839
+0.685893 0.239246 0.0546426
+0.738842 0.24509 0.06392
+0.7935 0.250446 0.0728771
+0.849165 0.25391 0.082414
+0.904295 0.255558 0.0929885
+0.957305 0.255451 0.104295
+0.985641 0.252827 0.118013
+1 0.250416 0.131533
+1 0.247456 0.144533
+0 0.223255 0.0318761
+0 0.22594 0.0317693
+0 0.228672 0.0317693
+0 0.231662 0.0314031
+0 0.234485 0.0308843
+0 0.237278 0.0306859
+0 0.240238 0.0302586
+0 0.242725 0.0298924
+0 0.245853 0.02916
+0 0.249088 0.0277256
+0 0.253468 0.025452
+0.000198367 0.261448 0.022446
+0.00462348 0.27248 0.0190433
+0.0151675 0.283619 0.0161898
+0.0632029 0.286473 0.0171054
+0.12755 0.285206 0.0195163
+0.203845 0.28101 0.0218814
+0.279149 0.277089 0.0195773
+0.347967 0.27454 0.0162661
+0.414252 0.270466 0.0149081
+0.475944 0.263767 0.0178988
+0.535485 0.260533 0.0218204
+0.595132 0.259998 0.0260166
+0.653819 0.262364 0.0301823
+0.705928 0.268864 0.0391089
+0.759899 0.275975 0.0481422
+0.814404 0.283436 0.0571908
+0.868757 0.289174 0.0675364
+0.922103 0.292256 0.0792554
+0.968124 0.293446 0.0927443
+0.994415 0.291997 0.10721
+0.99968 0.287648 0.121416
+1 0.282429 0.134386
+0 0.248585 0.0256962
+0 0.251377 0.025452
+0 0.254475 0.0258335
+0 0.25803 0.0260166
+0 0.261463 0.0260166
+0 0.264836 0.0260166
+0 0.268132 0.0259556
+0 0.27155 0.0258335
+0 0.275273 0.0254826
+0 0.278752 0.0244755
+0 0.284657 0.0220188
+0 0.293721 0.018555
+0.000823987 0.304509 0.0145113
+0.00993362 0.314458 0.0111238
+0.0298924 0.323339 0.00856031
+0.094255 0.323156 0.0117494
+0.168658 0.321004 0.0140841
+0.252903 0.317418 0.0151064
+0.335058 0.317159 0.0091249
+0.408499 0.315801 0.00784314
+0.476722 0.312627 0.00852979
+0.540337 0.304295 0.0120241
+0.604273 0.300237 0.0145876
+0.665568 0.299474 0.0173648
+0.724315 0.301625 0.0205386
+0.780056 0.309392 0.0280613
+0.835264 0.31725 0.038056
+0.889448 0.324773 0.049836
+0.941466 0.330465 0.0644236
+0.977478 0.333501 0.0788434
+0.999191 0.334722 0.0932784
+0.999847 0.331884 0.107347
+1 0.327443 0.120089
+0 0.277333 0.0213169
+0 0.280705 0.0216526
+0 0.284138 0.0218662
+0 0.287526 0.022446
+0 0.290776 0.0229496
+0 0.293935 0.0233616
+0 0.297047 0.0236667
+0 0.30042 0.0238804
+0 0.304204 0.0235447
+0 0.310307 0.0216526
+0 0.318776 0.0185245
+0 0.329198 0.0148775
+3.0518e-05 0.340139 0.0111238
+0.00184634 0.349584 0.00822461
+0.0162356 0.358267 0.0059968
+0.0515297 0.364767 0.00495918
+0.13283 0.36228 0.00851453
+0.219608 0.360769 0.0093843
+0.31075 0.359426 0.00886549
+0.395758 0.362478 0.0040589
+0.471199 0.362676 0.00360113
+0.541405 0.361059 0.00430304
+0.606973 0.350774 0.00480659
+0.672129 0.347326 0.00563058
+0.736355 0.347005 0.00741588
+0.798199 0.350607 0.0101167
+0.854978 0.356222 0.0198215
+0.909422 0.363348 0.0318303
+0.962127 0.369604 0.0454719
+0.98819 0.375051 0.0609445
+0.999802 0.378851 0.075349
+1 0.380774 0.0895705
+1 0.377752 0.105562
+0 0.306035 0.0207218
+0 0.309041 0.0211795
+0 0.312245 0.0215457
+0 0.315297 0.0217899
+0 0.319387 0.0223087
+0 0.322957 0.0228275
+0 0.326558 0.0233158
+0 0.330999 0.0240635
+0 0.336355 0.0238041
+0 0.344137 0.0220951
+0 0.35462 0.019379
+0 0.36672 0.0158389
+3.0518e-05 0.379263 0.0108797
+0.000122072 0.39028 0.00585946
+0.00874342 0.399542 0.00294499
+0.035874 0.406073 0.0018616
+0.0937057 0.408682 0.00274662
+0.180896 0.405478 0.00831617
+0.274113 0.404578 0.00935378
+0.370687 0.405844 0.00732433
+0.456886 0.414527 0.00292973
+0.534661 0.41651 0.000991836
+0.607248 0.415885 0.000854505
+0.676539 0.406363 0.00138857
+0.743221 0.40325 0.00209049
+0.808484 0.402655 0.00375372
+0.871092 0.404257 0.00764477
+0.927428 0.408499 0.0169375
+0.970871 0.414389 0.0284428
+0.997955 0.419883 0.0414435
+0.999832 0.424109 0.0568093
+1 0.427283 0.0728313
+1 0.428717 0.089601
+0 0.339117 0.0214084
+0 0.342733 0.021912
+0 0.346639 0.0224765
+0 0.350256 0.0229953
+0 0.354131 0.023621
+0 0.35848 0.0243534
+0 0.363119 0.0251011
+0 0.367819 0.0259098
+0 0.373587 0.0255741
+0 0.38233 0.0238956
+0 0.393668 0.0208133
+0 0.407141 0.0153811
+0 0.421729 0.00885023
+0.000350958 0.434043 0.00341802
+0.00541695 0.441871 0.00129702
+0.0251469 0.448325 0.000671397
+0.0667582 0.453269 0.00184634
+0.140993 0.454444 0.00436408
+0.236454 0.450645 0.011017
+0.334905 0.452232 0.0119936
+0.432395 0.459327 0.00732433
+0.521584 0.470619 0.00320439
+0.602792 0.474754 0.000701915
+0.675944 0.474357 6.10361e-05
+0.745586 0.468742 0.000228885
+0.812131 0.465095 0.00103761
+0.876158 0.462211 0.0027924
+0.937713 0.462654 0.00706493
+0.97615 0.464332 0.0158846
+0.998062 0.467445 0.0277104
+0.999741 0.470253 0.0420691
+1 0.472999 0.0561074
+1 0.474403 0.070161
+0 0.378058 0.0229191
+0 0.38262 0.0235142
+0 0.386999 0.0242161
+0 0.391272 0.024918
+0 0.395682 0.0256352
+0 0.400244 0.0262913
+0 0.405997 0.0267033
+0 0.411475 0.0269627
+0 0.41912 0.0260319
+0 0.426337 0.0247654
+0 0.436881 0.0214847
+0 0.452125 0.0146181
+0 0.466667 0.00863661
+0.00378424 0.477546 0.0052491
+0.0132448 0.485344 0.00401312
+0.0361791 0.491035 0.00437934
+0.0717021 0.49688 0.00463874
+0.124392 0.500374 0.00633249
+0.205402 0.498314 0.0118563
+0.298619 0.498039 0.0159304
+0.396506 0.503532 0.0153811
+0.501839 0.516213 0.00886549
+0.587091 0.529671 0.00462348
+0.667567 0.53756 0.00141909
+0.743038 0.539681 0
+0.812192 0.533806 0.000122072
+0.879179 0.528267 0.00129702
+0.940536 0.523766 0.00367742
+0.978851 0.522316 0.0105745
+0.995026 0.521462 0.0203861
+1 0.520943 0.0315862
+1 0.522286 0.0430304
+1 0.522393 0.0541085
+0 0.424216 0.0232395
+0 0.429541 0.0235752
+0 0.434867 0.0239261
+0 0.439902 0.0243381
+0 0.445014 0.0247501
+0 0.450538 0.0251774
+0 0.455787 0.0255894
+0 0.462547 0.025391
+0 0.469017 0.0247959
+0 0.476265 0.0238499
+0 0.485374 0.0214084
+0 0.498527 0.0157931
+0 0.510552 0.0119326
+0.00883497 0.519127 0.0107576
+0.0258183 0.526604 0.0104372
+0.0521706 0.53431 0.0104219
+0.0829633 0.540429 0.0107271
+0.122637 0.544366 0.0120699
+0.174792 0.546654 0.0148928
+0.257603 0.545525 0.0207675
+0.358602 0.550072 0.0225834
+0.462715 0.55967 0.0209354
+0.563775 0.577203 0.0132448
+0.651102 0.592355 0.00723278
+0.733455 0.60238 0.00234989
+0.809567 0.605707 0.000122072
+0.878904 0.600198 0.000549325
+0.936492 0.594507 0.00285344
+0.982269 0.588174 0.00688182
+0.994842 0.583017 0.0153964
+1 0.578576 0.0243839
+1 0.574975 0.0333867
+1 0.572839 0.0427558
+0 0.476371 0.021088
+0 0.482002 0.0211795
+0 0.487633 0.0213016
+0 0.49366 0.0214084
+0 0.499825 0.0215305
+0 0.505943 0.0216526
+0 0.511833 0.0218204
+0 0.517342 0.0224308
+0 0.522469 0.0237888
+0 0.528008 0.0246738
+0 0.534874 0.0241703
+0 0.543221 0.0227207
+0.00112917 0.55172 0.0216983
+0.0103456 0.559167 0.0209812
+0.0319371 0.566674 0.0206455
+0.059556 0.574182 0.0208133
+0.0906996 0.582162 0.0218814
+0.118257 0.587457 0.0225986
+0.157778 0.592035 0.0241245
+0.215061 0.595605 0.0269017
+0.318257 0.595178 0.0333562
+0.42266 0.603708 0.0335241
+0.527001 0.617777 0.0297704
+0.628748 0.638804 0.0182345
+0.717494 0.656992 0.00973526
+0.799084 0.670359 0.00311284
+0.872694 0.674693 0.000442512
+0.932738 0.668711 0.0016022
+0.97554 0.661265 0.00546273
+0.998337 0.650904 0.0121157
+0.999481 0.641993 0.0210575
+1 0.633677 0.0291752
+1 0.626413 0.0359045
+0 0.529595 0.0205386
+0 0.534142 0.0218051
+0 0.539208 0.0231479
+0 0.544518 0.0245212
+0 0.549752 0.0259098
+0 0.554833 0.0272526
+0 0.55967 0.0285344
+0 0.565179 0.0298772
+0 0.56994 0.0315404
+0 0.574395 0.0336156
+0 0.579156 0.0352483
+0 0.584436 0.0362249
+0.00248722 0.590417 0.0359197
+0.00898756 0.597131 0.034699
+0.0308232 0.604639 0.033814
+0.0617838 0.613153 0.0339361
+0.094667 0.621408 0.0345159
+0.123568 0.628611 0.0357366
+0.152941 0.634791 0.037232
+0.20209 0.638758 0.0396124
+0.270802 0.640757 0.0426184
+0.37734 0.645716 0.0484474
+0.485542 0.659281 0.0454414
+0.595529 0.678584 0.0370794
+0.694118 0.703899 0.0223392
+0.779919 0.723461 0.0117037
+0.857984 0.73727 0.00343328
+0.924758 0.741024 0.00111391
+0.965942 0.734096 0.00370794
+0.991974 0.723659 0.00947585
+0.999374 0.70959 0.0193179
+1 0.697383 0.0283665
+1 0.692317 0.033753
+0 0.575113 0.0294499
+0 0.579599 0.0315557
+0 0.583947 0.0336767
+0 0.588464 0.035874
+0 0.592874 0.0380102
+0 0.597253 0.040116
+0 0.601633 0.0421912
+0 0.606134 0.0443885
+0 0.61033 0.0464332
+0.00030518 0.614343 0.048661
+0.000823987 0.61825 0.0510109
+0.00123598 0.622019 0.0526131
+0.00294499 0.627161 0.0526741
+0.01178 0.632883 0.0522927
+0.0289311 0.639612 0.0517281
+0.0632944 0.648157 0.0505226
+0.0959029 0.656825 0.0506447
+0.12697 0.665095 0.0515297
+0.154925 0.672114 0.053254
+0.192569 0.677165 0.0540475
+0.248005 0.681682 0.0556191
+0.322835 0.687007 0.0587167
+0.441474 0.698375 0.0605631
+0.554116 0.715953 0.0547189
+0.661738 0.739101 0.0434272
+0.756222 0.765713 0.0255436
+0.836667 0.786038 0.0139773
+0.906737 0.800473 0.00611887
+0.957717 0.801984 0.00753796
+0.984268 0.793149 0.0127413
+0.998077 0.780087 0.0196536
+0.99971 0.764675 0.0291905
+1 0.764843 0.0320287
+0.000396735 0.615152 0.0448157
+0.00120546 0.618982 0.0470893
+0.00189212 0.622797 0.0493782
+0.00260929 0.627024 0.0518349
+0.00317388 0.630762 0.0540932
+0.00373846 0.634852 0.0565042
+0.00422675 0.638788 0.0588846
+0.00463874 0.64271 0.0612955
+0.00497444 0.646693 0.0637064
+0.00517281 0.650278 0.06598
+0.00604257 0.653803 0.0683452
+0.00743114 0.657099 0.0704814
+0.00936904 0.661067 0.0722972
+0.0184176 0.665904 0.0727855
+0.0344854 0.671641 0.0724041
+0.0570535 0.678294 0.0713512
+0.0907607 0.68748 0.0699016
+0.125475 0.69662 0.0692912
+0.160327 0.705257 0.068986
+0.190555 0.712108 0.0691539
+0.23389 0.717754 0.069749
+0.297261 0.724376 0.0711986
+0.392584 0.732052 0.074403
+0.509056 0.748363 0.0731823
+0.620249 0.770367 0.064683
+0.72578 0.797086 0.0497749
+0.811612 0.823468 0.0334478
+0.885435 0.84332 0.0255131
+0.946151 0.856718 0.0233463
+0.979629 0.855985 0.0271
+0.995117 0.846937 0.0296635
+1 0.838331 0.0299992
+1 0.840711 0.029633
+0.00712596 0.651026 0.0621805
+0.00848402 0.654719 0.0645151
+0.0103761 0.658351 0.0669261
+0.012192 0.661936 0.0693217
+0.0140383 0.665583 0.0716869
+0.0157626 0.669245 0.0741436
+0.0176242 0.673304 0.0768597
+0.0191958 0.676997 0.0794385
+0.0204623 0.680278 0.0818189
+0.0219425 0.684016 0.0843977
+0.0230411 0.687205 0.0867323
+0.0238956 0.691112 0.0881361
+0.0252232 0.695521 0.0886397
+0.0287327 0.699931 0.0886244
+0.0355535 0.704982 0.0879835
+0.0516823 0.712001 0.0856947
+0.0797894 0.720867 0.0810559
+0.115862 0.732357 0.077821
+0.152819 0.743175 0.0756237
+0.191089 0.754055 0.0742046
+0.221408 0.761517 0.0738842
+0.27303 0.76788 0.0750591
+0.345266 0.774395 0.077409
+0.455528 0.782437 0.0821546
+0.573022 0.800992 0.0814832
+0.683528 0.824857 0.0750896
+0.784772 0.852979 0.0627451
+0.861997 0.876387 0.0550393
+0.926284 0.89453 0.0519722
+0.976745 0.907362 0.0523232
+0.991577 0.905699 0.050248
+0.998901 0.908476 0.0510414
+1 0.91284 0.0536812
+0.0255741 0.684459 0.0802472
+0.0275273 0.688502 0.082826
+0.0285496 0.692622 0.083772
+0.0294194 0.697322 0.0841535
+0.0306706 0.702876 0.0846876
+0.031632 0.707729 0.0852522
+0.0325933 0.712551 0.0857252
+0.0335241 0.717464 0.086183
+0.0344091 0.72192 0.0866865
+0.0354009 0.726696 0.0871443
+0.0361944 0.73109 0.0875868
+0.0370184 0.735424 0.0880293
+0.0370947 0.740932 0.0869306
+0.0365454 0.746273 0.0848554
+0.035996 0.752026 0.0826276
+0.0465858 0.759686 0.0779126
+0.0647746 0.769085 0.0725872
+0.0914321 0.780606 0.066865
+0.139391 0.795102 0.0635996
+0.180285 0.808362 0.0622416
+0.217182 0.819364 0.0627146
+0.253391 0.825498 0.0624552
+0.318318 0.831159 0.0661173
+0.403738 0.836759 0.0729076
+0.524392 0.845029 0.0842298
+0.639796 0.861082 0.0904555
+0.751904 0.879484 0.0909743
+0.847898 0.902358 0.0834516
+0.919051 0.920333 0.0772106
+0.968948 0.934432 0.0734417
+0.995544 0.944945 0.073228
+0.998749 0.947188 0.0743114
+1 0.948531 0.0753948
+0.0391852 0.727611 0.0833448
+0.0402686 0.732525 0.0837568
+0.0412757 0.73724 0.084184
+0.0411078 0.743923 0.0819562
+0.040589 0.751095 0.0789654
+0.0400244 0.758999 0.075639
+0.0394293 0.766079 0.0727703
+0.0388037 0.773083 0.0698558
+0.0382239 0.780575 0.0667277
+0.0375677 0.787091 0.0641489
+0.0368353 0.794232 0.061265
+0.0361028 0.800412 0.0588998
+0.0352636 0.806439 0.056672
+0.0344549 0.81033 0.055375
+0.0338445 0.811093 0.0555123
+0.0348974 0.812619 0.0549935
+0.0497139 0.816464 0.0525826
+0.0808728 0.822965 0.0503243
+0.134524 0.833539 0.0494392
+0.181888 0.84358 0.0527657
+0.220386 0.849363 0.0549783
+0.25359 0.851102 0.0563668
+0.320485 0.851164 0.0636912
+0.424125 0.852415 0.0754406
+0.54992 0.856321 0.0888685
+0.672999 0.870604 0.096376
+0.779202 0.891112 0.094255
+0.870634 0.912398 0.0874037
+0.940154 0.929274 0.0797742
+0.97702 0.942855 0.0788739
+0.996841 0.951782 0.0797284
+0.99971 0.953552 0.0806439
+1 0.953704 0.0812085
+0.0415656 0.7879 0.0604105
+0.0409857 0.795682 0.0570993
+0.0403754 0.802869 0.0541085
+0.0398108 0.81001 0.051133
+0.0392157 0.812085 0.0505379
+0.0385595 0.81297 0.0505684
+0.0378882 0.813931 0.0505837
+0.0372168 0.815 0.0505531
+0.0364843 0.816037 0.0505684
+0.0355383 0.816999 0.050721
+0.034638 0.81799 0.0508278
+0.0337682 0.818845 0.0510109
+0.0328527 0.819699 0.0512245
+0.0319677 0.820447 0.0514229
+0.03122 0.821164 0.051667
+0.0325628 0.821622 0.0518959
+0.0507668 0.824811 0.0491493
+0.0945449 0.832609 0.0480201
+0.147204 0.842252 0.0489204
+0.196658 0.851804 0.0531167
+0.229221 0.854047 0.0546883
+0.275166 0.854551 0.0588388
+0.339956 0.853834 0.0664683
+0.467521 0.854673 0.08159
+0.593942 0.862333 0.0928969
+0.716991 0.876783 0.0996414
+0.815946 0.899519 0.0931106
+0.896468 0.918624 0.0859083
+0.958953 0.934844 0.0798657
+0.987961 0.947616 0.080827
+0.997925 0.952346 0.0818189
+1 0.953613 0.0826581
+1 0.953567 0.0832227
+0.00535592 0.0355993 0.0457618
+0.00541695 0.0356756 0.0460365
+0.00547799 0.0357519 0.0462959
+0.00578317 0.035874 0.0466926
+0.00645457 0.0360571 0.047303
+0.00715648 0.036286 0.0479438
+0.00788891 0.0365301 0.0485389
+0.00888075 0.03682 0.0492409
+0.0105287 0.0372015 0.0501259
+0.0128328 0.0376593 0.051133
+0.016144 0.0378729 0.0518502
+0.0239719 0.0382391 0.0524147
+0.0345312 0.0393835 0.0539101
+0.0487831 0.0404059 0.0555886
+0.0650339 0.0414282 0.0568704
+0.0822614 0.0426947 0.0569619
+0.100877 0.044831 0.0583352
+0.12195 0.0474098 0.0599374
+0.145388 0.050309 0.0617533
+0.171374 0.0534829 0.0642405
+0.199619 0.0563516 0.0659648
+0.230015 0.0590677 0.0670787
+0.264286 0.0615854 0.0673838
+0.303807 0.0643778 0.0689708
+0.346792 0.0677043 0.0714885
+0.394324 0.0719463 0.0751965
+0.448203 0.0772259 0.0806439
+0.504524 0.0823377 0.0863508
+0.562371 0.0871595 0.092134
+0.62266 0.0929122 0.0965744
+0.684016 0.100114 0.101549
+0.745251 0.108431 0.106935
+0.805676 0.118074 0.112902
+0.00585946 0.0362402 0.0472267
+0.00587472 0.0363165 0.0475013
+0.00587472 0.0363928 0.0477913
+0.00622568 0.0365454 0.0482643
+0.00679026 0.036759 0.0488289
+0.00740063 0.0369879 0.0493935
+0.00810254 0.037232 0.0500343
+0.00920119 0.0375219 0.0507668
+0.0109102 0.0379492 0.0516365
+0.0132143 0.0382696 0.0523384
+0.0177768 0.0386664 0.0528725
+0.0264897 0.0395514 0.0537423
+0.0374304 0.0409094 0.0553445
+0.054078 0.0417945 0.0571298
+0.0708476 0.0428626 0.0577554
+0.0886244 0.0444038 0.0581979
+0.107607 0.0467842 0.0597086
+0.13051 0.0495918 0.0614939
+0.155215 0.0525368 0.0636149
+0.181445 0.0555276 0.0659037
+0.210513 0.0582742 0.067277
+0.242786 0.0607614 0.0680095
+0.278401 0.0631266 0.0686046
+0.318685 0.0659037 0.0704204
+0.364065 0.0696422 0.073579
+0.413611 0.0741436 0.07776
+0.468086 0.0793774 0.0833295
+0.525277 0.0843366 0.0890516
+0.584115 0.0896468 0.0943923
+0.645167 0.0957656 0.0989548
+0.70605 0.103609 0.104173
+0.766613 0.112367 0.109789
+0.826947 0.122133 0.115755
+0.00596628 0.0370031 0.0485389
+0.00596628 0.0370794 0.0488441
+0.00596628 0.0371557 0.0491493
+0.00637827 0.0372625 0.0496834
+0.00694286 0.0374914 0.0502785
+0.0075227 0.0376898 0.0509041
+0.00822461 0.0379034 0.0515602
+0.00936904 0.0382391 0.0523079
+0.0109865 0.0386664 0.0529946
+0.0132753 0.0390784 0.0534524
+0.0195468 0.0399023 0.054078
+0.0293278 0.0412146 0.0552224
+0.042649 0.0425116 0.0568093
+0.0596017 0.0431525 0.0584421
+0.0767681 0.0444343 0.0586252
+0.09514 0.0464332 0.0596017
+0.115358 0.0489967 0.0612192
+0.139162 0.0518502 0.0631266
+0.164904 0.0547646 0.0653544
+0.192432 0.0576028 0.067216
+0.221454 0.0603342 0.0685588
+0.255802 0.0624094 0.0691234
+0.293263 0.0647593 0.0702983
+0.334188 0.0675212 0.0721904
+0.381384 0.0716106 0.0756847
+0.433097 0.0763867 0.080415
+0.488396 0.0815442 0.0860151
+0.546212 0.0865034 0.0917525
+0.60618 0.0923934 0.0966812
+0.667033 0.0991379 0.101457
+0.727779 0.106981 0.106752
+0.788159 0.116442 0.112657
+0.846601 0.126284 0.118959
+0.00596628 0.0377966 0.0499428
+0.00596628 0.0378576 0.0502632
+0.00607309 0.0379492 0.0506294
+0.00650034 0.0380713 0.0511788
+0.00703441 0.0382696 0.0518196
+0.00759899 0.0384375 0.0524605
+0.00828565 0.0386969 0.0531014
+0.00932326 0.0390784 0.0536965
+0.0107271 0.0395056 0.0540475
+0.0133822 0.040177 0.0545052
+0.0214847 0.041474 0.0551461
+0.0322423 0.0430457 0.0564584
+0.0482032 0.0440375 0.0580911
+0.0654917 0.0449073 0.059266
+0.0823224 0.0464027 0.0597391
+0.101671 0.0489204 0.0612345
+0.123873 0.0516213 0.0629892
+0.148226 0.0543679 0.0649271
+0.174426 0.0570993 0.0671092
+0.203265 0.0598154 0.0687114
+0.23444 0.062211 0.0698863
+0.269017 0.0639963 0.0705425
+0.308415 0.0665293 0.0720378
+0.351431 0.0697337 0.0743572
+0.398795 0.0737469 0.0776226
+0.452873 0.0787976 0.0830549
+0.508827 0.0837568 0.0886397
+0.566995 0.088838 0.0943313
+0.628061 0.0953689 0.09897
+0.688609 0.102602 0.10399
+0.74873 0.110521 0.109377
+0.809842 0.120729 0.115587
+0.866011 0.130434 0.122072
+0.00593576 0.0386206 0.0514229
+0.0059205 0.0386969 0.0517281
+0.00611887 0.0388037 0.0521859
+0.00654612 0.0389868 0.0527962
+0.00700389 0.0392615 0.0534066
+0.00749218 0.0395819 0.0539254
+0.0081178 0.0399329 0.0543679
+0.0091249 0.0404364 0.0546578
+0.0109712 0.0411841 0.0549783
+0.0149844 0.0422217 0.0555123
+0.0237583 0.0436255 0.056199
+0.0352026 0.0452735 0.057847
+0.0536965 0.0460212 0.0594186
+0.0708171 0.0474708 0.0605631
+0.0882887 0.049485 0.0618296
+0.108568 0.0520485 0.0633707
+0.132662 0.0546426 0.0651102
+0.158022 0.0571603 0.0669413
+0.184527 0.0596628 0.0688029
+0.214481 0.0622721 0.0703746
+0.247944 0.0642557 0.0713817
+0.283986 0.0661631 0.072343
+0.323766 0.0688182 0.0737469
+0.369253 0.0724346 0.0764324
+0.41854 0.0766308 0.0802319
+0.472587 0.081529 0.0855879
+0.529305 0.0861677 0.0912642
+0.588251 0.0917525 0.0966049
+0.650004 0.0986648 0.101396
+0.710338 0.106126 0.106737
+0.770779 0.115068 0.112505
+0.830762 0.12517 0.118608
+0.885313 0.134676 0.125093
+0.00561532 0.0400244 0.0527504
+0.00555428 0.0402533 0.0530404
+0.00576791 0.0405432 0.0535134
+0.00611887 0.0408637 0.0540017
+0.00653086 0.0411536 0.0544594
+0.00700389 0.0415045 0.0548714
+0.00772107 0.0421149 0.0551461
+0.00903334 0.0428931 0.0554665
+0.0114595 0.0438544 0.0559548
+0.0170443 0.0449836 0.0566873
+0.0265202 0.0464485 0.0579538
+0.0394903 0.0480049 0.0597848
+0.0588998 0.0489967 0.0613718
+0.0755322 0.0512551 0.0631571
+0.0948196 0.0535592 0.0645762
+0.117052 0.0558938 0.0658122
+0.141939 0.0580453 0.0672465
+0.167941 0.0603647 0.0689708
+0.196063 0.0627756 0.0706798
+0.226795 0.0652934 0.0723125
+0.261952 0.0671092 0.0732128
+0.299702 0.069398 0.0742504
+0.340551 0.0721447 0.0756237
+0.387366 0.0756847 0.0784314
+0.438743 0.0798962 0.0830091
+0.492805 0.0843366 0.0884565
+0.549828 0.0887465 0.0943008
+0.610498 0.0952163 0.0992752
+0.671641 0.102312 0.104173
+0.731929 0.109743 0.109483
+0.792462 0.119707 0.115496
+0.850156 0.129595 0.121675
+0.904372 0.13901 0.128008
+0.00502022 0.0428779 0.0540017
+0.00494392 0.0433204 0.0542916
+0.00523384 0.0437934 0.0546883
+0.00556954 0.0442969 0.0550393
+0.00601205 0.0447395 0.055375
+0.00657664 0.0451667 0.0556649
+0.00753796 0.0457313 0.0560311
+0.00914015 0.0464179 0.0565652
+0.0119631 0.0471962 0.0572824
+0.0187228 0.0484932 0.0585946
+0.0287022 0.0501869 0.0603952
+0.0442359 0.0518196 0.062211
+0.0638437 0.0535744 0.0640879
+0.0808423 0.0556497 0.0660105
+0.102388 0.0578775 0.0671855
+0.126177 0.0602731 0.0686046
+0.151629 0.0627909 0.0701305
+0.178256 0.0649424 0.0717174
+0.208499 0.0672313 0.0732128
+0.241566 0.069398 0.0744182
+0.276814 0.0712749 0.0753033
+0.315999 0.0735332 0.076112
+0.359014 0.0761425 0.0779736
+0.405951 0.079118 0.0809186
+0.45861 0.0831464 0.0860914
+0.51339 0.0872053 0.0916304
+0.570871 0.0918746 0.0971695
+0.6327 0.0988785 0.101778
+0.693004 0.10605 0.106844
+0.752865 0.114153 0.112291
+0.813733 0.124514 0.118364
+0.869383 0.134112 0.12462
+0.920882 0.143679 0.13109
+0.00445563 0.0470741 0.055436
+0.00451667 0.0476081 0.0558022
+0.00485237 0.0481117 0.0561837
+0.00523384 0.0486152 0.0565652
+0.00569162 0.049073 0.0569924
+0.00636301 0.0495308 0.057435
+0.00750744 0.0499886 0.0579843
+0.00939956 0.0505837 0.0586404
+0.0123293 0.0515297 0.0595254
+0.0196689 0.0532998 0.0612192
+0.0303044 0.0553445 0.0629892
+0.0488136 0.0572061 0.0649577
+0.0688182 0.0591745 0.0671855
+0.0882277 0.0612192 0.0691081
+0.109682 0.063859 0.0707561
+0.134951 0.0668803 0.0726024
+0.161715 0.0693217 0.0740978
+0.18996 0.0711376 0.0751965
+0.221454 0.0729534 0.0758221
+0.256458 0.0745708 0.076585
+0.293462 0.0762341 0.0773175
+0.332891 0.0780652 0.0778515
+0.377722 0.0804456 0.0803235
+0.426062 0.0833906 0.0840314
+0.478355 0.0870222 0.0890822
+0.534218 0.0908675 0.0945754
+0.593118 0.0962081 0.0995346
+0.654276 0.102708 0.104082
+0.714336 0.110079 0.109407
+0.774395 0.119219 0.115114
+0.833539 0.129274 0.121096
+0.888167 0.138827 0.127489
+0.936828 0.148409 0.134325
+0.00410468 0.0522774 0.0575723
+0.00425727 0.0530251 0.0581674
+0.00457771 0.0537423 0.0588388
+0.00491341 0.0544442 0.059556
+0.00534066 0.0552987 0.0603952
+0.00605783 0.0561685 0.0612345
+0.00732433 0.0570687 0.0618296
+0.00933852 0.0579538 0.0620737
+0.0130465 0.0589303 0.0624857
+0.020676 0.0605478 0.0637827
+0.0323491 0.0625315 0.0656443
+0.0525368 0.064271 0.0682078
+0.0738231 0.0660105 0.0705119
+0.0953231 0.0683909 0.0724498
+0.118685 0.0710765 0.0744182
+0.144732 0.0741283 0.0765698
+0.173236 0.0755016 0.0774548
+0.203662 0.0769207 0.0779736
+0.235981 0.0784619 0.078233
+0.27245 0.0801862 0.0785992
+0.311345 0.0821088 0.0789349
+0.352468 0.084062 0.0798505
+0.397421 0.086305 0.0827344
+0.447044 0.0890974 0.0870985
+0.499748 0.0921035 0.0919509
+0.555596 0.0953689 0.0971084
+0.615366 0.100587 0.101717
+0.675502 0.106859 0.106569
+0.73611 0.114534 0.112108
+0.795544 0.124483 0.118074
+0.85214 0.134218 0.124331
+0.905989 0.143832 0.130861
+0.953094 0.153323 0.137758
+0.00370794 0.0595102 0.0613413
+0.00389105 0.0606546 0.0620127
+0.00415045 0.061677 0.0626535
+0.0043946 0.0628061 0.0633707
+0.00469978 0.0640421 0.0641794
+0.00543221 0.0651713 0.0648814
+0.00688182 0.0662699 0.0652934
+0.00895705 0.0673686 0.065568
+0.0133974 0.0685893 0.0661479
+0.0217136 0.0699931 0.0671702
+0.0358434 0.071458 0.0689555
+0.0561685 0.0734569 0.0714733
+0.0777905 0.0749523 0.0730297
+0.102693 0.0770733 0.0746014
+0.12874 0.0795758 0.0765545
+0.156497 0.0819257 0.078584
+0.186206 0.0835737 0.0796979
+0.218036 0.0851453 0.0803082
+0.252705 0.0868238 0.0805829
+0.290349 0.0887617 0.0803845
+0.331289 0.0909743 0.0803693
+0.374121 0.0929427 0.0822309
+0.419104 0.0944991 0.0855268
+0.468528 0.0957656 0.0895552
+0.522103 0.0978408 0.0943008
+0.578164 0.100862 0.0992447
+0.637842 0.105364 0.104051
+0.697749 0.112139 0.109346
+0.757443 0.120272 0.114992
+0.815839 0.12961 0.121172
+0.870726 0.13933 0.127733
+0.922301 0.14902 0.134478
+0.969482 0.158358 0.141268
+0.00297551 0.0695964 0.0641031
+0.00318914 0.0706188 0.0648508
+0.00331121 0.0720226 0.0655985
+0.00343328 0.0737163 0.0663462
+0.00361639 0.0753185 0.0671244
+0.0043183 0.0769513 0.0678721
+0.00585946 0.0785077 0.0682689
+0.00787366 0.0799725 0.0683452
+0.0119173 0.0816815 0.0684215
+0.0191653 0.0830854 0.0686809
+0.0354925 0.0852979 0.0706188
+0.0569314 0.0869306 0.0725719
+0.081178 0.0877546 0.0735332
+0.109209 0.0885939 0.0744182
+0.138781 0.0901656 0.0769055
+0.169238 0.091783 0.0789349
+0.200275 0.0933242 0.080766
+0.23328 0.0945602 0.0818341
+0.270542 0.0954604 0.0818341
+0.309957 0.0964065 0.0815747
+0.350317 0.0976272 0.0812695
+0.393942 0.0990921 0.0840772
+0.441154 0.101045 0.08748
+0.492058 0.103227 0.0914168
+0.545739 0.105669 0.0961318
+0.602167 0.108278 0.101076
+0.660609 0.111757 0.106172
+0.719722 0.118029 0.11165
+0.777691 0.125948 0.11783
+0.834348 0.134798 0.124361
+0.888945 0.144762 0.13106
+0.938293 0.154269 0.13785
+0.976699 0.163607 0.14461
+0.00172427 0.0836805 0.0666361
+0.00180056 0.0851911 0.0674754
+0.00190738 0.0865034 0.0683299
+0.00195315 0.0883955 0.0690623
+0.002121 0.0900435 0.0696727
+0.0027924 0.091722 0.0701457
+0.00425727 0.09337 0.070222
+0.00627146 0.0948653 0.0699321
+0.0093843 0.0964981 0.0692302
+0.0144503 0.098024 0.0687266
+0.0314488 0.100603 0.0709392
+0.0533303 0.101961 0.0728008
+0.0823682 0.102708 0.0737621
+0.114229 0.102602 0.074342
+0.150042 0.101823 0.0753185
+0.181842 0.102892 0.0776074
+0.215076 0.103777 0.0792554
+0.249546 0.104814 0.0803388
+0.287617 0.105531 0.0805982
+0.327688 0.106432 0.0806744
+0.368994 0.107347 0.0816205
+0.413077 0.108721 0.0840467
+0.463371 0.110933 0.0872663
+0.515038 0.113283 0.0912947
+0.567819 0.115587 0.0964981
+0.625544 0.11693 0.102342
+0.683238 0.119738 0.108141
+0.740261 0.124529 0.113863
+0.796841 0.132265 0.120653
+0.852369 0.141222 0.127443
+0.905928 0.150637 0.134188
+0.954391 0.159854 0.140932
+0.983856 0.16907 0.147799
+0.000488289 0.0991989 0.06804
+0.000427253 0.100923 0.0686809
+0.000381476 0.102571 0.0693675
+0.000366217 0.104417 0.0700694
+0.000579843 0.106371 0.0705272
+0.00125124 0.108217 0.0705882
+0.00241093 0.11014 0.0702525
+0.00415045 0.111849 0.0696422
+0.00665293 0.114137 0.0686198
+0.011841 0.116808 0.0678111
+0.0231785 0.119402 0.0683452
+0.042359 0.121569 0.0704204
+0.0759747 0.12314 0.0710765
+0.114839 0.121324 0.0713512
+0.1552 0.118273 0.0720378
+0.194141 0.116991 0.0735637
+0.229206 0.1178 0.0747082
+0.266163 0.118639 0.0754101
+0.305043 0.119387 0.0759289
+0.345861 0.11986 0.0767071
+0.389151 0.120836 0.0788128
+0.435004 0.121965 0.081651
+0.484855 0.123369 0.0850233
+0.536873 0.125124 0.090013
+0.591608 0.127108 0.0957809
+0.648936 0.129091 0.102068
+0.705257 0.132403 0.108186
+0.761028 0.136477 0.115221
+0.815717 0.141558 0.123217
+0.870008 0.149203 0.130175
+0.921706 0.157549 0.137148
+0.969223 0.166522 0.14406
+0.991577 0.175082 0.150942
+0 0.116747 0.0664225
+1.5259e-05 0.118715 0.0668193
+4.57771e-05 0.120699 0.0672923
+6.10361e-05 0.122835 0.0677501
+4.57771e-05 0.124865 0.0681468
+3.0518e-05 0.127062 0.0682078
+0.000564584 0.129671 0.0677501
+0.00163272 0.132158 0.0670024
+0.00366217 0.135134 0.0654612
+0.00758373 0.138018 0.0639658
+0.0151522 0.141405 0.0633555
+0.031342 0.144381 0.0639811
+0.0640269 0.146181 0.0657054
+0.110948 0.143526 0.0666361
+0.156329 0.140154 0.0672007
+0.201419 0.136751 0.0670481
+0.243336 0.134234 0.0663157
+0.283513 0.134661 0.066743
+0.324208 0.134981 0.0679026
+0.365545 0.135607 0.0695811
+0.410117 0.136767 0.0729534
+0.456962 0.13814 0.0767834
+0.505913 0.139467 0.0812085
+0.558877 0.141222 0.0863813
+0.614084 0.142794 0.0926375
+0.670085 0.144594 0.0993362
+0.725872 0.147066 0.10634
+0.780484 0.150088 0.115419
+0.834546 0.154086 0.124453
+0.888777 0.159792 0.13257
+0.939529 0.167376 0.139834
+0.977264 0.174838 0.14696
+0.999741 0.181903 0.153918
+0 0.136629 0.0632181
+0 0.138628 0.0635996
+0 0.141054 0.0638895
+0 0.143587 0.0641184
+0 0.146136 0.0640879
+0 0.148959 0.0635996
+0 0.15169 0.0627909
+0 0.154147 0.0616922
+0.00117494 0.156832 0.0601205
+0.00308232 0.159899 0.0591135
+0.0074464 0.163882 0.057847
+0.0216831 0.167651 0.0573892
+0.0518502 0.169955 0.057908
+0.0971237 0.169741 0.0593576
+0.149813 0.165789 0.0605783
+0.201389 0.161456 0.0595865
+0.250965 0.156893 0.057435
+0.29781 0.152911 0.0565347
+0.341222 0.1523 0.0576028
+0.385412 0.153155 0.06009
+0.430335 0.155215 0.0643626
+0.477607 0.157656 0.0697032
+0.527474 0.159594 0.0753185
+0.579126 0.161379 0.0812085
+0.633539 0.163149 0.0884413
+0.688594 0.164782 0.0958419
+0.744076 0.166567 0.103655
+0.798321 0.168856 0.113832
+0.853376 0.172366 0.123537
+0.907485 0.176333 0.132799
+0.958282 0.180301 0.141558
+0.985779 0.185092 0.149386
+1 0.191272 0.156603
+0 0.157107 0.0584115
+0 0.159258 0.0584268
+0 0.161669 0.0583047
+0 0.164065 0.0581216
+0 0.166461 0.0577401
+0 0.168872 0.0570382
+0 0.171221 0.0567178
+0 0.174014 0.0564126
+1.5259e-05 0.177066 0.055848
+0.000457771 0.180621 0.054612
+0.00263981 0.185306 0.0525521
+0.0108644 0.190784 0.0497292
+0.0384527 0.195346 0.0489357
+0.0796979 0.196979 0.0497597
+0.135714 0.194125 0.0516518
+0.19527 0.188861 0.0513924
+0.25127 0.183612 0.0495003
+0.303944 0.178531 0.0464179
+0.353719 0.174182 0.0454566
+0.402426 0.173541 0.0489204
+0.449561 0.174884 0.0543984
+0.496712 0.178027 0.0609445
+0.546624 0.181399 0.0678111
+0.597696 0.184497 0.0754101
+0.650202 0.187289 0.0837262
+0.70573 0.189502 0.0909133
+0.760815 0.191394 0.0994736
+0.816175 0.192416 0.10927
+0.87216 0.194263 0.118975
+0.925231 0.196048 0.128786
+0.970825 0.197803 0.138766
+0.993942 0.200488 0.149142
+1 0.204242 0.158175
+0 0.177768 0.0517739
+0 0.180163 0.0517128
+0 0.182925 0.0515602
+0 0.185611 0.051545
+0 0.188022 0.0517891
+0 0.190372 0.0518196
+0 0.193011 0.0515755
+0 0.195651 0.0511788
+0 0.198627 0.0504311
+3.0518e-05 0.201801 0.0492103
+0.000503548 0.206104 0.046891
+0.00354009 0.212406 0.0417334
+0.0214237 0.221042 0.0390631
+0.06009 0.223972 0.0393072
+0.112215 0.223392 0.0410315
+0.18085 0.219028 0.0437781
+0.244282 0.213642 0.0414893
+0.303548 0.207965 0.0390326
+0.358892 0.202182 0.0372473
+0.412726 0.197894 0.0401923
+0.464408 0.197559 0.0448157
+0.514458 0.199771 0.0511025
+0.563638 0.20412 0.0591745
+0.614939 0.209232 0.0674144
+0.668116 0.213733 0.0754559
+0.722576 0.217624 0.0827497
+0.777951 0.219684 0.0915236
+0.833768 0.221622 0.10045
+0.890501 0.222492 0.11014
+0.942428 0.222416 0.121019
+0.978622 0.22179 0.13286
+1 0.220539 0.145571
+1 0.22211 0.156039
+0 0.200504 0.0448005
+0 0.202976 0.0450599
+0 0.206012 0.0452583
+0 0.208759 0.0453498
+0 0.211337 0.0451667
+0 0.213855 0.0448005
+0 0.216358 0.0442664
+0 0.21915 0.0434272
+0 0.221637 0.0426184
+0 0.224018 0.0416114
+9.15541e-05 0.227909 0.0392004
+0.00157168 0.23476 0.0350195
+0.0074464 0.245228 0.0306401
+0.0353704 0.252491 0.0300603
+0.0878767 0.253849 0.0318151
+0.153826 0.251896 0.033814
+0.228901 0.246265 0.0352026
+0.294636 0.241657 0.03122
+0.357473 0.236378 0.0294957
+0.417258 0.230274 0.030869
+0.473854 0.2262 0.0348058
+0.528511 0.225849 0.0399023
+0.582177 0.228824 0.0462348
+0.634607 0.235355 0.0536812
+0.687572 0.241276 0.0621653
+0.741131 0.246998 0.0708782
+0.796292 0.252079 0.0795911
+0.852186 0.254795 0.0892653
+0.906844 0.256413 0.0998398
+0.960006 0.25597 0.111376
+0.986908 0.253162 0.124819
+1 0.250599 0.137591
+1 0.247593 0.149798
+0 0.224399 0.0374151
+0 0.227359 0.0378576
+0 0.230365 0.0382696
+0 0.233249 0.0384222
+0 0.236133 0.0381933
+0 0.238819 0.0379034
+0 0.241474 0.0375219
+0 0.244068 0.0369726
+0 0.246845 0.0361791
+0 0.249699 0.0348974
+0 0.253468 0.0327001
+0.000137331 0.260685 0.0297551
+0.0039826 0.271275 0.0259709
+0.0142824 0.28217 0.0225376
+0.0582437 0.287312 0.0223239
+0.123659 0.286931 0.0244755
+0.201083 0.28333 0.0266575
+0.278752 0.2795 0.0249485
+0.34905 0.276616 0.0208438
+0.415686 0.272374 0.019501
+0.477409 0.265431 0.0235142
+0.537652 0.262196 0.0283207
+0.597147 0.262013 0.0327306
+0.655451 0.26482 0.0373846
+0.707897 0.271015 0.0463417
+0.761776 0.278264 0.0551156
+0.816205 0.285512 0.0644236
+0.871138 0.291142 0.0751965
+0.924468 0.2934 0.0874647
+0.969085 0.29424 0.100282
+0.995468 0.292866 0.113634
+0.999725 0.288258 0.127016
+1 0.28304 0.139147
+0 0.249958 0.0319219
+0 0.252979 0.0322423
+0 0.256291 0.0325933
+0 0.259617 0.0326543
+0 0.262867 0.032517
+0 0.266239 0.0323186
+0 0.269368 0.0322881
+0 0.272618 0.032105
+0 0.275944 0.0317845
+0 0.279286 0.0307622
+0 0.284627 0.028336
+0 0.292027 0.0251469
+0.000503548 0.302586 0.0207828
+0.00900282 0.313344 0.0166934
+0.0267033 0.323583 0.0132448
+0.0897231 0.324712 0.0159762
+0.165576 0.323156 0.0183566
+0.250919 0.320256 0.0191653
+0.33518 0.31986 0.0129549
+0.409552 0.318181 0.0114748
+0.47837 0.314321 0.0124208
+0.542626 0.305592 0.0178836
+0.606043 0.302235 0.0206302
+0.667369 0.301305 0.0237736
+0.726497 0.303731 0.0269169
+0.78172 0.311818 0.035462
+0.836652 0.319722 0.0458839
+0.891264 0.326879 0.0581826
+0.943297 0.332006 0.0719158
+0.978332 0.33489 0.0854047
+0.999298 0.335607 0.0991226
+0.999878 0.333135 0.112428
+1 0.328496 0.125261
+0 0.279042 0.0271916
+0 0.282414 0.0273899
+0 0.285588 0.0275883
+0 0.288701 0.027985
+0 0.291752 0.028397
+0 0.295003 0.0287327
+0 0.298268 0.0289158
+0 0.301564 0.0291752
+0 0.305348 0.0287785
+0 0.310597 0.0269627
+0 0.317906 0.0239719
+0 0.326986 0.0205997
+0 0.337346 0.0168765
+0.00148013 0.34786 0.0135348
+0.0154726 0.357519 0.0108949
+0.046067 0.366033 0.00885023
+0.128237 0.364553 0.0123903
+0.216098 0.363577 0.0134127
+0.308949 0.362203 0.0131228
+0.396262 0.364691 0.00646983
+0.471855 0.364874 0.00604257
+0.542504 0.362966 0.00668345
+0.60856 0.352483 0.0077821
+0.674556 0.348852 0.00994888
+0.738567 0.348867 0.0128176
+0.799954 0.352178 0.0158389
+0.856519 0.358831 0.0264134
+0.911147 0.365408 0.0386206
+0.962753 0.371878 0.0519265
+0.989029 0.377081 0.0670787
+0.999741 0.380636 0.0812695
+1 0.382239 0.0955825
+1 0.379126 0.111666
+0 0.306798 0.0248722
+0 0.309834 0.0253147
+0 0.312886 0.0256352
+0 0.316686 0.0260014
+0 0.320623 0.0266728
+0 0.324575 0.0273136
+0 0.328328 0.0279088
+0 0.332372 0.0285344
+0 0.336767 0.0282902
+0 0.343389 0.0269322
+0 0.353079 0.0247501
+0 0.364767 0.021561
+1.5259e-05 0.377417 0.0164492
+3.0518e-05 0.389105 0.0107729
+0.00686656 0.398856 0.00738537
+0.0327611 0.406012 0.00576791
+0.0872358 0.410559 0.00608835
+0.177737 0.407584 0.011841
+0.272908 0.407095 0.0122072
+0.370031 0.408377 0.00985733
+0.458015 0.416876 0.00361639
+0.536309 0.418647 0.00158694
+0.609537 0.417746 0.00181582
+0.678309 0.408087 0.00270085
+0.745083 0.404791 0.00389105
+0.81062 0.403998 0.00663767
+0.873274 0.405615 0.0116426
+0.928725 0.410925 0.021912
+0.971466 0.41677 0.034165
+0.999008 0.422126 0.0471656
+0.999771 0.426688 0.062623
+1 0.429129 0.0789654
+1 0.430259 0.0949874
+0 0.339345 0.0250553
+0 0.342931 0.0256046
+0 0.34667 0.0261997
+0 0.350317 0.0267643
+0 0.354131 0.0274052
+0 0.358694 0.0282139
+0 0.363256 0.0289921
+0 0.367666 0.0297856
+0 0.373144 0.0298314
+0 0.381781 0.0287633
+0 0.39205 0.0259861
+0 0.405814 0.0205997
+0 0.420569 0.0137484
+0.000320439 0.432975 0.0075227
+0.00274662 0.441367 0.00427253
+0.0212863 0.44892 0.0034638
+0.0629587 0.453986 0.00445563
+0.137865 0.456748 0.0065919
+0.236057 0.452888 0.0137331
+0.335164 0.455009 0.013901
+0.433341 0.461128 0.00883497
+0.523552 0.472709 0.00381476
+0.604227 0.476692 0.000961318
+0.677501 0.477211 0.000442512
+0.747402 0.470359 0.00111391
+0.813718 0.466636 0.00271611
+0.877867 0.464652 0.00549325
+0.940093 0.464393 0.0109712
+0.977188 0.466621 0.0204471
+0.997818 0.469429 0.0330205
+0.999756 0.47277 0.0472877
+1 0.474647 0.0608682
+1 0.476493 0.0738994
+0 0.377798 0.0265202
+0 0.38204 0.0271611
+0 0.38645 0.0278782
+0 0.390875 0.0286259
+0 0.395148 0.0293431
+0 0.400015 0.0299077
+0 0.405356 0.0305028
+0 0.41059 0.0309758
+0 0.417609 0.0304265
+0 0.424887 0.0294957
+0 0.435309 0.0265965
+0 0.450675 0.0196536
+0 0.46598 0.0127565
+0.00303655 0.477363 0.0084535
+0.0108492 0.485679 0.00646983
+0.0318151 0.49163 0.00648508
+0.0682689 0.497902 0.00656138
+0.122347 0.502159 0.00866712
+0.203571 0.500786 0.0143587
+0.297475 0.500374 0.0190127
+0.397055 0.505653 0.0178988
+0.503197 0.517723 0.0105287
+0.588418 0.531945 0.00538643
+0.668818 0.539528 0.00177005
+0.744015 0.54229 0.000167849
+0.814466 0.535882 0.000823987
+0.881193 0.530785 0.00277714
+0.941283 0.525719 0.00633249
+0.980041 0.523888 0.0141146
+0.995148 0.522896 0.0243381
+1 0.522454 0.0354925
+1 0.523842 0.046479
+1 0.524529 0.0575723
+0 0.422995 0.0269169
+0 0.428611 0.0272679
+0 0.433738 0.0277104
+0 0.43856 0.0282444
+0 0.44387 0.028809
+0 0.448615 0.0294499
+0 0.454337 0.0298619
+0 0.4607 0.0298161
+0 0.467613 0.0293736
+0 0.474571 0.0284428
+0 0.484184 0.025803
+0 0.497826 0.0199741
+0 0.510903 0.0151675
+0.00741588 0.519493 0.0135805
+0.0226291 0.526757 0.0130159
+0.0472419 0.534463 0.0127871
+0.0777752 0.541329 0.0133974
+0.118151 0.545815 0.0148165
+0.17348 0.548211 0.0178378
+0.256382 0.547356 0.0236057
+0.358709 0.552132 0.0256962
+0.463401 0.561624 0.0235447
+0.564996 0.578592 0.0151522
+0.652277 0.594598 0.00816358
+0.735409 0.604318 0.00271611
+0.811566 0.608469 0.00015259
+0.880476 0.602472 0.00111391
+0.937484 0.596521 0.00437934
+0.982361 0.589349 0.00979629
+0.995315 0.584344 0.0187228
+1 0.580285 0.0277562
+1 0.576761 0.0370794
+1 0.57467 0.0463722
+0 0.475837 0.0248112
+0 0.480888 0.0250706
+0 0.486473 0.0252842
+0 0.492683 0.025391
+0 0.498543 0.0255589
+0 0.504677 0.0256809
+0 0.510735 0.0258335
+0 0.516228 0.0267185
+0 0.521599 0.0279698
+0 0.52726 0.0287175
+0 0.534493 0.0280156
+0 0.543465 0.0265202
+0.0011902 0.551873 0.0251316
+0.00799573 0.559457 0.0241703
+0.0284581 0.567163 0.0236057
+0.0551156 0.574929 0.0236515
+0.086183 0.582666 0.0243992
+0.11313 0.588327 0.0252232
+0.153658 0.593271 0.0266117
+0.214252 0.597253 0.0296178
+0.31696 0.597025 0.0360113
+0.421836 0.605951 0.0364233
+0.527932 0.620066 0.0323033
+0.630732 0.641016 0.0199588
+0.718639 0.659007 0.0107424
+0.800381 0.671717 0.00355535
+0.874601 0.676936 0.000564584
+0.934264 0.670756 0.00270085
+0.975769 0.662486 0.00766003
+0.998398 0.652201 0.0153506
+0.999496 0.643565 0.0247044
+1 0.635081 0.0327153
+1 0.628458 0.0386053
+0 0.528588 0.0244297
+0 0.533578 0.0257572
+0 0.538811 0.0270695
+0 0.544091 0.0283665
+0 0.549599 0.0297246
+0 0.554788 0.03093
+0 0.560311 0.0321355
+0 0.565866 0.0334173
+0 0.569955 0.0352636
+0 0.574502 0.0373541
+0 0.578988 0.0389105
+0 0.584649 0.0399634
+0.00178531 0.59089 0.0395972
+0.0075227 0.597467 0.0382696
+0.0274357 0.605066 0.037232
+0.0581216 0.613642 0.0369573
+0.0907149 0.621897 0.037171
+0.119921 0.62945 0.0383917
+0.149462 0.635935 0.0400549
+0.200244 0.640177 0.0423896
+0.270909 0.642893 0.0454566
+0.377844 0.647532 0.0511788
+0.485969 0.661723 0.0480812
+0.595926 0.680613 0.039704
+0.69543 0.705592 0.024033
+0.781689 0.724971 0.0125429
+0.858976 0.738796 0.00402838
+0.92575 0.743343 0.00155642
+0.966735 0.735622 0.00527962
+0.991989 0.724834 0.0122072
+0.999634 0.710964 0.022797
+1 0.699031 0.0314031
+1 0.694133 0.0361944
+0 0.575799 0.0332341
+0 0.579751 0.0351415
+0 0.583978 0.0371862
+0 0.588678 0.0393835
+0 0.592966 0.0414282
+0 0.597513 0.0435798
+0 0.601831 0.0456855
+0 0.606394 0.0478828
+0 0.610895 0.0500496
+0.000350958 0.614481 0.0522927
+0.000686656 0.618341 0.0547494
+0.000961318 0.622309 0.0564431
+0.00177005 0.627558 0.0565957
+0.00987259 0.63331 0.0561685
+0.0265507 0.640116 0.0553902
+0.0601816 0.648524 0.0536049
+0.0924544 0.657282 0.0535286
+0.123537 0.665415 0.0542458
+0.151934 0.672816 0.0561685
+0.189883 0.678035 0.0568551
+0.246036 0.683482 0.0585641
+0.323461 0.688716 0.0610666
+0.442542 0.699672 0.0632029
+0.555154 0.7178 0.0571756
+0.663218 0.740551 0.0456397
+0.756741 0.767269 0.027512
+0.837705 0.787396 0.0152438
+0.907179 0.801938 0.00776684
+0.959304 0.803357 0.00972
+0.984588 0.794507 0.0155947
+0.998032 0.781689 0.0228428
+0.999771 0.766461 0.0322423
+1 0.767071 0.0348669
+0.000503548 0.61532 0.0481117
+0.00109865 0.61915 0.0503548
+0.00166323 0.623362 0.052842
+0.00213626 0.627192 0.0551919
+0.00256352 0.631083 0.0575723
+0.00291447 0.635203 0.0600595
+0.00320439 0.639094 0.0624857
+0.00343328 0.643076 0.0649882
+0.00357061 0.647105 0.0674449
+0.00358587 0.650797 0.0697948
+0.0047303 0.654169 0.0721447
+0.00605783 0.657679 0.0743572
+0.00727855 0.661295 0.076051
+0.0159152 0.666148 0.076524
+0.0315099 0.671809 0.076173
+0.0535897 0.678523 0.0751812
+0.0874647 0.687648 0.073167
+0.122515 0.696818 0.0721599
+0.157443 0.705806 0.0717784
+0.187686 0.71313 0.0721599
+0.231312 0.718959 0.0725719
+0.296361 0.725811 0.0739605
+0.391989 0.733135 0.0767987
+0.509255 0.749981 0.0755169
+0.620645 0.771878 0.0667735
+0.726604 0.798535 0.0523384
+0.812787 0.824994 0.0361944
+0.886091 0.844388 0.0288853
+0.946197 0.85771 0.0271153
+0.980835 0.857145 0.0308385
+0.995193 0.848768 0.033341
+1 0.840085 0.0335393
+1 0.84332 0.0333104
+0.00570687 0.651331 0.0654307
+0.00732433 0.655131 0.0679942
+0.00909438 0.6589 0.0705425
+0.0107271 0.662501 0.0730144
+0.0123903 0.666194 0.0755016
+0.0139773 0.669963 0.0780652
+0.0155489 0.673777 0.0806744
+0.0169223 0.677378 0.0831922
+0.018143 0.680888 0.0856794
+0.019379 0.684489 0.0882124
+0.0203403 0.68777 0.0906386
+0.0209812 0.691737 0.0914015
+0.0224613 0.696406 0.0918746
+0.0256504 0.700526 0.0919356
+0.032166 0.70544 0.091371
+0.0488441 0.712261 0.0888685
+0.0764477 0.721386 0.0842756
+0.112245 0.732708 0.0805982
+0.149859 0.743908 0.0781415
+0.188159 0.754879 0.0766613
+0.218585 0.762554 0.0764477
+0.271275 0.768719 0.0775158
+0.344121 0.776074 0.0798505
+0.455482 0.783703 0.0848096
+0.573877 0.803296 0.0839094
+0.684489 0.826825 0.0776989
+0.785702 0.854383 0.066453
+0.863523 0.877714 0.058732
+0.927138 0.895521 0.05626
+0.976226 0.907988 0.0567636
+0.991821 0.90692 0.0553445
+0.998886 0.909834 0.0565652
+1 0.914504 0.0593729
+0.0231632 0.684871 0.0838331
+0.024918 0.68896 0.0865034
+0.0257725 0.693538 0.0869154
+0.0266423 0.698116 0.0873579
+0.0278172 0.703258 0.0878004
+0.0287022 0.707942 0.0882124
+0.0298772 0.713252 0.088716
+0.0308843 0.717952 0.0892195
+0.031754 0.722454 0.0897993
+0.0325628 0.726909 0.0903182
+0.0332647 0.731243 0.0908217
+0.0339208 0.73547 0.0914015
+0.0333867 0.741543 0.0895094
+0.0326543 0.747204 0.0874495
+0.0319829 0.752682 0.085481
+0.0426947 0.76054 0.0807355
+0.0610666 0.770367 0.0751049
+0.0874952 0.781125 0.0692149
+0.135256 0.796078 0.0653239
+0.176242 0.809018 0.0640879
+0.213535 0.820462 0.0645304
+0.250034 0.82678 0.0644694
+0.316945 0.832593 0.068452
+0.403372 0.838972 0.0753338
+0.524315 0.846433 0.0873121
+0.64303 0.861631 0.0935073
+0.755245 0.880293 0.0938582
+0.851118 0.903166 0.0867933
+0.920745 0.920806 0.080827
+0.969345 0.934691 0.0776532
+0.996246 0.945144 0.0778973
+0.99884 0.947234 0.0791333
+1 0.948577 0.0803235
+0.0366674 0.728252 0.0862593
+0.0377508 0.733104 0.086656
+0.0386664 0.738003 0.0867933
+0.0381476 0.745251 0.0837415
+0.0375982 0.752255 0.0808118
+0.0368963 0.759533 0.0779126
+0.0361334 0.766995 0.0749981
+0.0353399 0.77438 0.0720378
+0.0345312 0.780926 0.0695354
+0.0336767 0.787869 0.066865
+0.0327611 0.795178 0.0640421
+0.0318608 0.801266 0.0618143
+0.0308995 0.807492 0.0595865
+0.0299992 0.80943 0.0592813
+0.0294804 0.810178 0.0594186
+0.030396 0.811872 0.0589151
+0.0453193 0.815503 0.0562753
+0.0772869 0.822049 0.0537423
+0.130159 0.832212 0.0521859
+0.177707 0.842252 0.0554818
+0.216449 0.848096 0.0575418
+0.252354 0.850767 0.0593118
+0.319524 0.851301 0.0664225
+0.426017 0.852705 0.0784161
+0.553002 0.856809 0.0918593
+0.677073 0.870939 0.0998856
+0.781765 0.891569 0.0973373
+0.872206 0.912627 0.0906844
+0.94255 0.929824 0.083238
+0.977981 0.943191 0.0831922
+0.996887 0.951583 0.0844282
+0.999817 0.953338 0.0854963
+1 0.953414 0.0861372
+0.0384375 0.789456 0.0622721
+0.0378424 0.796704 0.059266
+0.0372168 0.803861 0.0563363
+0.0364691 0.810422 0.053727
+0.0356146 0.811353 0.0538338
+0.0347601 0.812238 0.0539864
+0.0338903 0.813306 0.0540322
+0.0330358 0.814374 0.0540932
+0.0321508 0.815274 0.0542611
+0.03122 0.816052 0.0545052
+0.0302739 0.816983 0.0547036
+0.0293278 0.817899 0.0549172
+0.0282902 0.818814 0.0552071
+0.0270848 0.81944 0.0557259
+0.0259403 0.819745 0.0564889
+0.0276341 0.820188 0.0568551
+0.0449683 0.82324 0.0539254
+0.0892348 0.830869 0.0521248
+0.14139 0.840131 0.0523537
+0.191775 0.849867 0.0560159
+0.225101 0.852842 0.0575723
+0.273411 0.854078 0.0618601
+0.340902 0.85391 0.069337
+0.471168 0.854566 0.0848096
+0.597955 0.862623 0.0960708
+0.719493 0.877211 0.102525
+0.818998 0.900069 0.0964981
+0.898878 0.919127 0.0898146
+0.959625 0.935225 0.0846723
+0.988922 0.94789 0.0859083
+0.998032 0.952178 0.0869306
+1 0.953338 0.0878462
+1 0.953307 0.0884718
+0.00534066 0.0356298 0.0467994
+0.00540169 0.0356909 0.0471199
+0.00544747 0.0357519 0.0474403
+0.00578317 0.035874 0.0479133
+0.00643931 0.0360876 0.0485542
+0.00714122 0.0363317 0.0491798
+0.0078584 0.0365759 0.0497444
+0.00888075 0.0368658 0.0504616
+0.0105592 0.0372778 0.0514076
+0.0128176 0.0377356 0.0523842
+0.0161135 0.0379492 0.0530251
+0.0242161 0.0383612 0.0536202
+0.0351415 0.0395361 0.0552377
+0.0499275 0.0404212 0.0570993
+0.0663462 0.0412909 0.05832
+0.0838483 0.0423438 0.0583047
+0.102663 0.0446784 0.0599222
+0.123903 0.0473945 0.0616922
+0.147402 0.0503243 0.0636149
+0.173266 0.0532692 0.0659495
+0.201617 0.0560769 0.0676585
+0.232136 0.0586862 0.0688945
+0.266239 0.0608377 0.0694285
+0.305577 0.0634623 0.0711833
+0.348959 0.066865 0.0738842
+0.396612 0.0712444 0.0777295
+0.450752 0.0764172 0.0831922
+0.507088 0.0816358 0.0889143
+0.56585 0.0870985 0.0947585
+0.626902 0.0934157 0.0992447
+0.687648 0.100725 0.104219
+0.748226 0.108919 0.109636
+0.808789 0.118807 0.115602
+0.00581369 0.0362097 0.0484321
+0.00581369 0.036286 0.0487221
+0.00582895 0.0363622 0.0490272
+0.00619516 0.0365148 0.0495003
+0.00675975 0.0367742 0.0501106
+0.00735485 0.0370336 0.0507057
+0.00805676 0.0372778 0.0513161
+0.00915541 0.0376135 0.0520485
+0.0108339 0.038056 0.052903
+0.0130465 0.0384222 0.0535744
+0.0178531 0.0388495 0.0541085
+0.0269169 0.0397345 0.055024
+0.038468 0.0410468 0.0567636
+0.0551003 0.0417182 0.0586709
+0.0722515 0.0426642 0.0591897
+0.0903334 0.0441901 0.0597238
+0.109422 0.0467231 0.0615244
+0.132464 0.0495613 0.0634928
+0.157183 0.0523995 0.0655833
+0.18349 0.0551766 0.0676585
+0.212558 0.0579232 0.069276
+0.245014 0.0601205 0.0702068
+0.280461 0.0621653 0.0710307
+0.320653 0.0648814 0.0728618
+0.3664 0.0688029 0.0761273
+0.416037 0.0733806 0.0803693
+0.470344 0.0784924 0.0858778
+0.528237 0.0838636 0.0916915
+0.58764 0.0897231 0.0970169
+0.649165 0.0963302 0.101671
+0.709789 0.104204 0.107042
+0.770031 0.1131 0.112688
+0.83003 0.122988 0.118669
+0.00590524 0.0369116 0.0498054
+0.00590524 0.0369879 0.0501106
+0.00590524 0.0370947 0.0504463
+0.00633249 0.0372778 0.0509957
+0.00688182 0.0375525 0.0516213
+0.00747692 0.0377966 0.0522164
+0.00816358 0.0380407 0.052842
+0.00927749 0.0384222 0.0535592
+0.0107881 0.038819 0.0541543
+0.013077 0.0392157 0.054612
+0.0197452 0.0400702 0.0552682
+0.0298161 0.0413977 0.0565194
+0.0436866 0.0425727 0.0583047
+0.0607004 0.0430304 0.0601205
+0.078233 0.0443275 0.0603494
+0.0969406 0.0464332 0.0616312
+0.117342 0.0489662 0.0634318
+0.140932 0.0517281 0.0653239
+0.166644 0.0544289 0.0673686
+0.194278 0.057145 0.0692149
+0.223697 0.0598154 0.0709239
+0.258 0.0615396 0.0715343
+0.29543 0.0637217 0.0727855
+0.336034 0.0665141 0.0746777
+0.383795 0.0707866 0.078233
+0.435767 0.0755932 0.0830701
+0.490806 0.0807507 0.0887312
+0.548989 0.0862135 0.0946975
+0.610208 0.0927291 0.0997482
+0.671427 0.099855 0.104601
+0.731411 0.107713 0.10988
+0.791836 0.117388 0.11574
+0.849577 0.127138 0.121904
+0.0059205 0.0377356 0.0512551
+0.00590524 0.0378424 0.0515755
+0.00601205 0.0379797 0.0519722
+0.00643931 0.0381933 0.0525368
+0.00695811 0.0384527 0.0531472
+0.00750744 0.0386816 0.0537423
+0.00816358 0.0389258 0.0543069
+0.00917067 0.0392767 0.0548409
+0.010605 0.0396735 0.0551614
+0.0132296 0.0403601 0.0556954
+0.0216983 0.0416571 0.0564279
+0.0327306 0.0432288 0.057969
+0.0491951 0.0440681 0.0599069
+0.0666972 0.0449226 0.0613107
+0.0838483 0.0465095 0.0620432
+0.103563 0.0489357 0.0637369
+0.125856 0.0514534 0.0654612
+0.150072 0.0540627 0.067155
+0.175982 0.0566415 0.0690013
+0.205127 0.0592966 0.0708019
+0.236698 0.0615091 0.0722057
+0.271168 0.062974 0.0729381
+0.310399 0.0654765 0.0745098
+0.353765 0.0688029 0.0770581
+0.401236 0.0728466 0.0805066
+0.455528 0.0779126 0.0861219
+0.511879 0.0832227 0.0919203
+0.570535 0.0889448 0.0977493
+0.632685 0.0958877 0.102419
+0.693278 0.103426 0.107424
+0.753262 0.111742 0.11281
+0.813123 0.12166 0.118685
+0.868818 0.131243 0.124956
+0.00585946 0.0387274 0.0527352
+0.00584421 0.03888 0.0530404
+0.00602731 0.0390631 0.0534981
+0.00643931 0.0392615 0.054078
+0.00686656 0.0395666 0.054612
+0.00732433 0.0398413 0.0550851
+0.00793469 0.0401617 0.0554818
+0.0089723 0.04065 0.0558328
+0.0108949 0.0413825 0.0562753
+0.0150607 0.0423896 0.0569314
+0.0240635 0.0437934 0.0577859
+0.0355535 0.0454719 0.0597086
+0.0545663 0.0460975 0.0616922
+0.0721599 0.0475929 0.0631876
+0.0902419 0.0495918 0.0646372
+0.110597 0.0518654 0.066041
+0.134447 0.0543069 0.0673991
+0.159472 0.0567178 0.0689097
+0.186023 0.059144 0.0705882
+0.216556 0.0617227 0.0726482
+0.250126 0.0634012 0.0738537
+0.286198 0.0651713 0.0749523
+0.326177 0.0678874 0.076585
+0.371893 0.0714122 0.07953
+0.421271 0.0755474 0.0836042
+0.474922 0.0805371 0.0891127
+0.532876 0.0859236 0.0951095
+0.592844 0.0921187 0.10042
+0.655009 0.0991531 0.104997
+0.715297 0.107073 0.110216
+0.77499 0.116152 0.11577
+0.833677 0.125978 0.12163
+0.887587 0.135317 0.127855
+0.00550851 0.0403143 0.0540322
+0.00543221 0.0405585 0.0543069
+0.0056611 0.0408484 0.0547646
+0.0059968 0.0411231 0.0552224
+0.00637827 0.0413825 0.0556497
+0.00683604 0.0417639 0.0560616
+0.00759899 0.0423438 0.0564736
+0.00900282 0.0430762 0.0569467
+0.0113985 0.0439612 0.0575875
+0.0170901 0.0450904 0.0584726
+0.0266728 0.0466163 0.0600137
+0.0400244 0.0481727 0.0621805
+0.0598001 0.0491798 0.0641031
+0.0770275 0.0512245 0.066041
+0.0967727 0.0532692 0.0673381
+0.11902 0.055375 0.0683146
+0.143359 0.0575875 0.0694285
+0.169512 0.059968 0.0712596
+0.198184 0.0623636 0.0731823
+0.229496 0.064622 0.0749371
+0.264363 0.0661326 0.0758831
+0.302312 0.0683909 0.0771496
+0.343328 0.071107 0.0789044
+0.389868 0.074342 0.0819257
+0.441276 0.0786603 0.086717
+0.495705 0.0834821 0.0923018
+0.553597 0.0887465 0.0982986
+0.615488 0.095491 0.102983
+0.676738 0.1028 0.107668
+0.7364 0.110704 0.112871
+0.796277 0.120684 0.118822
+0.852949 0.130419 0.124971
+0.906615 0.139864 0.13135
+0.00492866 0.043122 0.0552682
+0.00486763 0.0435645 0.0555734
+0.00515755 0.0440223 0.0560159
+0.00549325 0.04448 0.0564279
+0.00596628 0.044831 0.0568399
+0.00656138 0.045243 0.0572366
+0.00756847 0.0458076 0.0577554
+0.00917067 0.0464179 0.0584115
+0.0118715 0.0471809 0.0593118
+0.0186618 0.0485847 0.0608225
+0.028687 0.05037 0.0628824
+0.0447395 0.0519722 0.0650034
+0.0646067 0.0536507 0.067155
+0.0822614 0.0554971 0.0692454
+0.104158 0.0575723 0.0703746
+0.128023 0.0600137 0.0716106
+0.15349 0.0626078 0.0730602
+0.180194 0.0646983 0.0747082
+0.210788 0.0668193 0.0760967
+0.243946 0.0686656 0.0771344
+0.279072 0.0701762 0.0779889
+0.318547 0.0723583 0.0792096
+0.361608 0.074815 0.0813458
+0.408072 0.0776532 0.0844892
+0.460929 0.0818647 0.0898299
+0.516762 0.0865644 0.0955215
+0.575418 0.0920272 0.101167
+0.637644 0.0991073 0.105516
+0.698268 0.106813 0.110582
+0.757778 0.115312 0.116014
+0.8168 0.125383 0.12195
+0.872084 0.135058 0.128374
+0.92311 0.14461 0.134981
+0.00442512 0.0470893 0.0568551
+0.00453193 0.0475929 0.0572976
+0.00489815 0.0480354 0.0577707
+0.00529488 0.0484474 0.0582437
+0.00578317 0.0488289 0.0587472
+0.00646983 0.0492714 0.0592966
+0.00761425 0.0497292 0.0599222
+0.00946059 0.0504005 0.0607919
+0.0123445 0.0515908 0.0620127
+0.0193942 0.0534676 0.063859
+0.0301671 0.0555428 0.0659037
+0.0490272 0.0573129 0.0683909
+0.0691539 0.059205 0.0710002
+0.0892348 0.0611887 0.0730755
+0.111131 0.0637675 0.0746319
+0.136797 0.0668345 0.0761883
+0.163729 0.0691386 0.0774395
+0.192081 0.0707256 0.078172
+0.223575 0.0724193 0.0784314
+0.258488 0.0738079 0.0790875
+0.295583 0.075349 0.0799725
+0.334936 0.0769207 0.0809949
+0.380179 0.0791028 0.0837873
+0.428855 0.0820478 0.0879683
+0.481147 0.0858778 0.0932479
+0.538598 0.090486 0.098909
+0.598321 0.0962844 0.103761
+0.659846 0.103212 0.108125
+0.719539 0.111025 0.113375
+0.77882 0.120302 0.119112
+0.83624 0.130144 0.125139
+0.890532 0.139803 0.13167
+0.9393 0.149264 0.13846
+0.00418097 0.0520027 0.0593271
+0.00437934 0.0527962 0.0600595
+0.00469978 0.0535592 0.060853
+0.00505074 0.0542763 0.0616465
+0.00547799 0.0551156 0.0625467
+0.0061799 0.0559396 0.063447
+0.0074464 0.0569009 0.0641947
+0.00935378 0.057847 0.0647593
+0.0129854 0.058854 0.0655833
+0.0204318 0.0605325 0.0671702
+0.0321965 0.062501 0.069276
+0.0522469 0.0643473 0.0725109
+0.0737011 0.0660868 0.0751507
+0.0961166 0.068452 0.0770123
+0.120089 0.0711223 0.078645
+0.146319 0.0740673 0.080354
+0.174853 0.0755932 0.0810254
+0.205371 0.0771191 0.0813001
+0.237995 0.0787366 0.0813611
+0.274281 0.0802014 0.0817426
+0.313436 0.0814527 0.0823682
+0.355154 0.0829328 0.0838026
+0.400381 0.0848707 0.0870375
+0.450599 0.0877394 0.0916304
+0.503807 0.0910048 0.0965744
+0.559808 0.0946059 0.101747
+0.62089 0.100526 0.106096
+0.681376 0.1075 0.110842
+0.740932 0.115602 0.116091
+0.79913 0.125307 0.122133
+0.854948 0.135012 0.128481
+0.908568 0.144762 0.135103
+0.955444 0.153903 0.141756
+0.00383001 0.0592813 0.0635386
+0.00401312 0.0604105 0.0642863
+0.00424201 0.0614786 0.0650492
+0.00448615 0.0625162 0.0658122
+0.00480659 0.0636759 0.0666819
+0.00553903 0.0648661 0.0675822
+0.00695811 0.0659648 0.0683604
+0.0089723 0.0669871 0.0691386
+0.0132143 0.0681773 0.0701457
+0.0212406 0.0695506 0.0713512
+0.0352941 0.071397 0.0733959
+0.055787 0.0737011 0.0762798
+0.0778821 0.075349 0.0780652
+0.10309 0.0775464 0.079408
+0.129137 0.0800641 0.0812238
+0.157153 0.0824598 0.0829938
+0.186877 0.0843519 0.0842756
+0.219364 0.0859998 0.0849775
+0.254627 0.0876478 0.0852064
+0.29279 0.0893111 0.085008
+0.333959 0.0905623 0.0852827
+0.376852 0.091783 0.0874342
+0.422538 0.0928664 0.0907454
+0.472587 0.0940566 0.0945602
+0.526177 0.0963149 0.0991836
+0.582742 0.0995956 0.103929
+0.642985 0.104784 0.10811
+0.702586 0.112383 0.113237
+0.761227 0.120851 0.118944
+0.818708 0.130053 0.125246
+0.87364 0.140093 0.131991
+0.924758 0.149767 0.138689
+0.97142 0.159014 0.145281
+0.00306706 0.0691539 0.0669261
+0.00325017 0.0703136 0.0677501
+0.00337224 0.0717784 0.0686503
+0.0034638 0.0734417 0.0696269
+0.00366217 0.0749981 0.0706645
+0.00434882 0.0765393 0.0716869
+0.00587472 0.0781415 0.0724498
+0.00784314 0.0795911 0.0729381
+0.0116426 0.0811017 0.073228
+0.018265 0.0825666 0.07364
+0.0352636 0.0848859 0.0758526
+0.0570687 0.0868238 0.0779126
+0.0813611 0.0881971 0.0791791
+0.108461 0.0893873 0.0804456
+0.138293 0.090959 0.0830091
+0.169009 0.092668 0.0851759
+0.200473 0.0942855 0.0869459
+0.234134 0.0955215 0.0879988
+0.272206 0.0964523 0.0879072
+0.312184 0.0973831 0.0877852
+0.352895 0.0982681 0.0876936
+0.397177 0.0995804 0.0901808
+0.444816 0.100877 0.0931411
+0.495323 0.102068 0.0965286
+0.548379 0.10341 0.100938
+0.605585 0.10634 0.105318
+0.664698 0.110872 0.110155
+0.723766 0.118135 0.115953
+0.781323 0.126467 0.122301
+0.837415 0.135546 0.128832
+0.892088 0.145617 0.13547
+0.940917 0.154894 0.14197
+0.97821 0.16405 0.148547
+0.00177005 0.0831922 0.0706493
+0.00184634 0.0846571 0.0717327
+0.00192264 0.0860151 0.0727855
+0.00196841 0.087892 0.0736248
+0.00213626 0.0895705 0.0744335
+0.00280766 0.0912642 0.0751812
+0.00424201 0.0928969 0.0755169
+0.00622568 0.0944228 0.0754101
+0.00927749 0.095964 0.0749371
+0.0139162 0.0979171 0.0745403
+0.0307774 0.100359 0.0769818
+0.0537118 0.101839 0.0795148
+0.0826734 0.102602 0.0809186
+0.113619 0.103044 0.0818647
+0.148714 0.102586 0.0834821
+0.181003 0.103838 0.0855726
+0.214954 0.10486 0.0872206
+0.250309 0.106096 0.0881819
+0.289326 0.107042 0.0880751
+0.330007 0.107851 0.0879225
+0.372045 0.108675 0.0886549
+0.41677 0.109911 0.0904402
+0.466957 0.111543 0.0932784
+0.519036 0.113191 0.0972152
+0.572152 0.114626 0.102281
+0.629465 0.115892 0.107576
+0.686671 0.119234 0.113207
+0.744213 0.124895 0.119081
+0.800473 0.132982 0.125582
+0.855512 0.141955 0.132052
+0.908598 0.151186 0.138491
+0.957412 0.16025 0.144991
+0.985122 0.169024 0.151553
+0.000488289 0.0985885 0.0730602
+0.000427253 0.100191 0.0739757
+0.000366217 0.102083 0.0749065
+0.000366217 0.1037 0.0758679
+0.000610361 0.105745 0.0763714
+0.00128176 0.107607 0.0766308
+0.00239567 0.109545 0.076463
+0.00402838 0.111574 0.0759594
+0.00657664 0.113619 0.0753185
+0.0117952 0.116274 0.0748455
+0.0225986 0.118883 0.075349
+0.0419928 0.121157 0.0776684
+0.0756695 0.122866 0.0792554
+0.114366 0.121218 0.0800488
+0.154314 0.118898 0.0809949
+0.193088 0.11783 0.0828107
+0.22826 0.118914 0.0839246
+0.266224 0.119829 0.0841993
+0.306157 0.120607 0.0842145
+0.347814 0.121004 0.0848096
+0.392126 0.121828 0.0864729
+0.438666 0.122789 0.0888533
+0.488594 0.12398 0.0918746
+0.541222 0.125673 0.0968948
+0.595697 0.12726 0.10248
+0.652338 0.128557 0.108446
+0.708309 0.131792 0.114855
+0.76376 0.136065 0.121523
+0.81915 0.141711 0.128206
+0.873304 0.149477 0.134737
+0.924743 0.157748 0.141268
+0.970855 0.166476 0.147814
+0.99266 0.17467 0.154467
+0 0.116457 0.0726787
+3.0518e-05 0.118563 0.0732586
+4.57771e-05 0.120607 0.07393
+4.57771e-05 0.122759 0.0745098
+1.5259e-05 0.125017 0.0749981
+3.0518e-05 0.12694 0.075288
+0.000579843 0.129274 0.0750896
+0.00163272 0.131838 0.0745861
+0.00366217 0.134432 0.0733806
+0.00733959 0.137346 0.0723278
+0.0147402 0.14052 0.0721599
+0.0307164 0.143664 0.0725109
+0.0626535 0.146029 0.0743877
+0.108888 0.144152 0.0746471
+0.155383 0.141024 0.0752117
+0.201572 0.137591 0.0757153
+0.243107 0.135882 0.0756085
+0.283406 0.136446 0.0762798
+0.324758 0.136706 0.0773022
+0.366934 0.137011 0.078645
+0.412314 0.137942 0.0816815
+0.459937 0.139208 0.0851606
+0.509773 0.140719 0.0892653
+0.562554 0.142123 0.0945907
+0.61799 0.143267 0.100679
+0.673671 0.144808 0.107103
+0.72874 0.146822 0.114153
+0.783139 0.149737 0.122255
+0.837598 0.15375 0.130083
+0.891539 0.159533 0.137209
+0.942077 0.16733 0.143984
+0.978561 0.174502 0.150866
+1 0.181369 0.157748
+0 0.136812 0.069688
+0 0.139483 0.0698558
+0 0.141711 0.0703136
+0 0.14432 0.0708629
+0 0.146822 0.0713359
+0 0.149767 0.0713664
+0 0.152163 0.0711223
+0 0.154437 0.0706493
+0.00117494 0.156878 0.0693523
+0.00302129 0.159487 0.0688945
+0.00712596 0.163241 0.0673381
+0.0206302 0.16733 0.0661173
+0.049836 0.170428 0.0657206
+0.0935683 0.171206 0.0670329
+0.148043 0.167391 0.0682383
+0.200641 0.162905 0.0676585
+0.251545 0.158282 0.0664683
+0.298589 0.154635 0.0659037
+0.341634 0.154253 0.0672465
+0.386023 0.155108 0.0699321
+0.431189 0.15697 0.0743267
+0.479576 0.159014 0.0788891
+0.529992 0.160601 0.0842756
+0.582452 0.162722 0.0901961
+0.637339 0.163882 0.0972152
+0.692103 0.165148 0.104204
+0.746807 0.16669 0.111711
+0.801694 0.168963 0.121218
+0.856764 0.172534 0.130068
+0.910399 0.176104 0.138659
+0.960555 0.179782 0.146578
+0.986862 0.184649 0.153765
+1 0.190585 0.160632
+0 0.157961 0.0645304
+0 0.160403 0.0648966
+0 0.162768 0.0653544
+0 0.165164 0.0657511
+0 0.167559 0.0660716
+0 0.169924 0.0659037
+0 0.172473 0.0656443
+0 0.175097 0.0654612
+3.0518e-05 0.177874 0.0649577
+0.000411994 0.181079 0.0639963
+0.00259403 0.185199 0.0620432
+0.00994888 0.190677 0.0583047
+0.0357671 0.196185 0.0568399
+0.0760815 0.198276 0.057084
+0.131304 0.196033 0.0587625
+0.193637 0.190433 0.0593271
+0.251331 0.185092 0.0576791
+0.305104 0.179904 0.0550698
+0.3552 0.175418 0.0546578
+0.402869 0.175494 0.0589303
+0.449958 0.177035 0.0644541
+0.497963 0.17995 0.0702373
+0.548241 0.183215 0.0771801
+0.600305 0.185916 0.0848554
+0.653666 0.18819 0.092958
+0.708614 0.190265 0.0993057
+0.763928 0.191608 0.107546
+0.819883 0.192813 0.116808
+0.875608 0.194156 0.126436
+0.92781 0.196033 0.135698
+0.972107 0.197848 0.145205
+0.995041 0.199817 0.154833
+1 0.203128 0.162844
+0 0.17911 0.0589303
+0 0.181857 0.0593118
+0 0.184421 0.0598306
+0 0.186938 0.0602426
+0 0.189624 0.0603494
+0 0.192035 0.0603189
+0 0.194553 0.0601511
+0 0.197314 0.0597848
+0 0.199954 0.0590066
+3.0518e-05 0.202884 0.0578164
+0.000549325 0.206714 0.0555581
+0.0031281 0.212787 0.0506447
+0.0191196 0.221256 0.047013
+0.0564584 0.224781 0.0467536
+0.108354 0.225116 0.0478523
+0.178424 0.220844 0.0505226
+0.243687 0.215473 0.0482948
+0.304189 0.209415 0.0465095
+0.360327 0.20383 0.0455024
+0.414359 0.199268 0.0491188
+0.465324 0.199695 0.0542153
+0.515175 0.202258 0.0608225
+0.565087 0.206577 0.0688945
+0.61706 0.211185 0.0769665
+0.670481 0.215381 0.0842603
+0.725612 0.21886 0.0908827
+0.781308 0.220645 0.0996109
+0.837339 0.221973 0.108812
+0.893523 0.222614 0.118425
+0.945403 0.222461 0.129061
+0.979995 0.221683 0.140337
+1 0.220539 0.151873
+1 0.221775 0.161532
+0 0.201907 0.0531014
+0 0.204746 0.053254
+0 0.207523 0.0534676
+0 0.210452 0.0534218
+0 0.213062 0.0531624
+0 0.215549 0.0528267
+0 0.218143 0.0523079
+0 0.220783 0.0516365
+0 0.223041 0.0509346
+0 0.225544 0.0500343
+0.000106813 0.229465 0.047715
+0.00155642 0.235599 0.0437324
+0.00755322 0.244617 0.0390021
+0.0316472 0.252888 0.0369573
+0.0833753 0.255039 0.0378729
+0.149432 0.253864 0.0394293
+0.227405 0.248646 0.0416724
+0.294697 0.244068 0.0381476
+0.358557 0.23856 0.0373846
+0.418906 0.232044 0.0397955
+0.475624 0.228382 0.0439002
+0.530297 0.228382 0.0496223
+0.583307 0.231754 0.0562905
+0.635996 0.238132 0.0634012
+0.689632 0.243687 0.0712749
+0.743954 0.248844 0.0793622
+0.798962 0.253559 0.0879072
+0.855268 0.256199 0.0976272
+0.909773 0.257176 0.108309
+0.962539 0.256458 0.119677
+0.98819 0.253498 0.132342
+1 0.250523 0.144427
+1 0.247379 0.155917
+0 0.225925 0.0453803
+0 0.228916 0.0456855
+0 0.231983 0.0460212
+0 0.234775 0.046128
+0 0.237644 0.0459297
+0 0.240482 0.0456245
+0 0.242985 0.0453498
+0 0.245594 0.0448615
+0 0.248295 0.0441444
+0 0.251408 0.0427405
+0 0.254841 0.0408789
+0.000122072 0.260792 0.0377813
+0.00340276 0.270024 0.0338445
+0.0129549 0.280903 0.0300755
+0.0525826 0.288411 0.028748
+0.118303 0.28893 0.0308537
+0.195941 0.286473 0.0327764
+0.277699 0.282246 0.0322728
+0.349432 0.279194 0.0281682
+0.416739 0.274678 0.0277256
+0.479606 0.267781 0.0322118
+0.539834 0.263966 0.036759
+0.59884 0.263874 0.0411994
+0.65597 0.267369 0.0461891
+0.709621 0.273823 0.0542611
+0.764004 0.280858 0.0629587
+0.81825 0.287816 0.0729229
+0.873137 0.292897 0.0844434
+0.926757 0.294713 0.0964828
+0.97023 0.295109 0.108812
+0.99675 0.2934 0.12137
+0.999786 0.288426 0.134112
+1 0.283192 0.145846
+0 0.251408 0.0392004
+0 0.254871 0.0394446
+0 0.258259 0.039765
+0 0.26154 0.0398108
+0 0.264698 0.0396735
+0 0.267857 0.0395056
+0 0.270924 0.0392157
+0 0.27396 0.0389868
+0 0.277226 0.0385443
+0 0.280034 0.0375372
+0 0.284794 0.0358587
+0 0.291142 0.0333867
+0.000259403 0.301015 0.0294804
+0.00726329 0.311574 0.0255283
+0.0230716 0.322255 0.0217441
+0.0814984 0.326314 0.0228275
+0.159457 0.325628 0.0248417
+0.24715 0.323323 0.025452
+0.33492 0.322225 0.0198825
+0.410208 0.320302 0.0170138
+0.479774 0.316396 0.0173953
+0.544472 0.30753 0.0243229
+0.60795 0.304341 0.0277104
+0.669245 0.3037 0.0313726
+0.728176 0.30631 0.0352636
+0.783352 0.314717 0.0445869
+0.838209 0.32256 0.0554055
+0.892515 0.329274 0.0679637
+0.944839 0.334249 0.0807507
+0.979339 0.33637 0.0937972
+0.999344 0.336614 0.107073
+0.999893 0.334035 0.120119
+1 0.328893 0.132753
+0 0.280934 0.033402
+0 0.284077 0.0335546
+0 0.287144 0.033814
+0 0.290333 0.0341039
+0 0.293431 0.0343633
+0 0.296666 0.0344854
+0 0.299748 0.0345922
+0 0.303105 0.0352789
+0 0.307012 0.0353246
+0 0.311254 0.0341497
+0 0.316472 0.0320439
+0 0.323934 0.0292973
+0 0.333379 0.0263981
+0.0009308 0.344289 0.022797
+0.0134279 0.355306 0.0189517
+0.0401923 0.3664 0.0152285
+0.122454 0.366827 0.0175937
+0.212818 0.366079 0.0185245
+0.308186 0.364416 0.0179294
+0.396582 0.366857 0.0100404
+0.472435 0.367315 0.00970474
+0.543694 0.364981 0.0102846
+0.610361 0.354055 0.0140841
+0.676234 0.351278 0.0175937
+0.740688 0.35111 0.0213169
+0.801923 0.354314 0.0241245
+0.857816 0.361517 0.0351568
+0.912627 0.367926 0.0472267
+0.962951 0.374258 0.06009
+0.989761 0.379614 0.0747387
+0.999588 0.382666 0.0887312
+1 0.383322 0.103395
+1 0.380758 0.118578
+0 0.308705 0.0299687
+0 0.311742 0.0303044
+0 0.315175 0.0304265
+0 0.318669 0.0308537
+0 0.32221 0.0316167
+0 0.325994 0.0327916
+0 0.330114 0.0338293
+0 0.334142 0.0349126
+0 0.338155 0.0351415
+0 0.343954 0.0341955
+0 0.351934 0.0321508
+0 0.362203 0.028809
+0 0.374334 0.0238499
+0 0.38587 0.0184024
+0.00448615 0.397299 0.0138247
+0.0292058 0.405844 0.0109865
+0.0789044 0.412238 0.0104524
+0.172763 0.409995 0.0163424
+0.269505 0.410132 0.0168917
+0.369131 0.411124 0.0150454
+0.458457 0.419379 0.00604257
+0.537346 0.421012 0.00433356
+0.611383 0.419944 0.005066
+0.680385 0.410239 0.0062562
+0.746883 0.406607 0.00843824
+0.811673 0.405509 0.0123293
+0.874556 0.406958 0.0180362
+0.929854 0.413321 0.0286107
+0.971847 0.419516 0.0405127
+0.999176 0.424689 0.054078
+0.99968 0.42855 0.0700542
+1 0.431235 0.0858473
+1 0.432303 0.100771
+0 0.339986 0.0291905
+0 0.343465 0.0296635
+0 0.34728 0.0305943
+0 0.351217 0.0316014
+0 0.355184 0.0327459
+0 0.360143 0.0339208
+0 0.36463 0.0349279
+0 0.368994 0.0359045
+0 0.374105 0.0358282
+0 0.381033 0.0346075
+0 0.39057 0.0318608
+0 0.4038 0.0265049
+0 0.418952 0.0195468
+0.000137331 0.431846 0.0129854
+0.000640879 0.440665 0.0089723
+0.0163272 0.448524 0.00830091
+0.0566415 0.454856 0.00910964
+0.130632 0.45948 0.0108797
+0.233204 0.455543 0.0187991
+0.335348 0.457481 0.018204
+0.434195 0.463325 0.0124819
+0.525551 0.47483 0.00480659
+0.605539 0.478935 0.00155642
+0.678492 0.479622 0.0012665
+0.748913 0.471717 0.00248722
+0.815442 0.468437 0.00515755
+0.880003 0.46659 0.00962844
+0.941955 0.46656 0.0160525
+0.97792 0.46894 0.0268101
+0.997513 0.471855 0.0395514
+0.999847 0.474968 0.0534981
+1 0.477317 0.0665904
+1 0.478477 0.0797742
+0 0.377493 0.0306859
+0 0.381689 0.0316014
+0 0.386191 0.0324407
+0 0.390341 0.0332647
+0 0.39443 0.0339666
+0 0.39913 0.0345464
+0 0.404349 0.0351415
+0 0.409857 0.0355993
+0 0.416114 0.0353857
+0 0.423224 0.0347906
+0 0.432944 0.032639
+0 0.448493 0.0261997
+0 0.464454 0.0188296
+0.00192264 0.476417 0.0138247
+0.007187 0.484871 0.0110628
+0.0237888 0.491157 0.0105745
+0.0599985 0.498451 0.0105135
+0.117372 0.50338 0.0126192
+0.200809 0.502907 0.0181582
+0.296864 0.502419 0.0233005
+0.397528 0.508171 0.0210575
+0.502953 0.519982 0.012726
+0.589136 0.533822 0.00637827
+0.670207 0.541207 0.00228885
+0.745693 0.543786 0.000869764
+0.815854 0.538338 0.00238041
+0.882689 0.532876 0.00563058
+0.942184 0.527794 0.0108339
+0.981125 0.526314 0.0191348
+0.995178 0.524575 0.0295567
+1 0.525154 0.0406195
+1 0.525963 0.0514992
+1 0.52636 0.0630045
+0 0.421851 0.031281
+0 0.427085 0.0318151
+0 0.432181 0.0324407
+0 0.436927 0.033051
+0 0.441871 0.0336767
+0 0.446937 0.034287
+0 0.452689 0.0345312
+0 0.459007 0.0349126
+0 0.465339 0.0349584
+0 0.472938 0.0342718
+0 0.482353 0.0318761
+0 0.496574 0.0260624
+0 0.510323 0.0203861
+0.00477607 0.518776 0.0179294
+0.0176242 0.526436 0.0165713
+0.040177 0.53431 0.0158694
+0.0712291 0.541497 0.0165713
+0.113451 0.547173 0.0181277
+0.170855 0.550393 0.0212253
+0.253223 0.550164 0.0269474
+0.357671 0.554284 0.0294804
+0.463752 0.563714 0.0269169
+0.565347 0.580636 0.0180056
+0.653666 0.596628 0.00939956
+0.736278 0.606394 0.00334173
+0.812909 0.610941 0.000701915
+0.882216 0.605097 0.00276188
+0.938872 0.598428 0.00726329
+0.982452 0.591348 0.0137789
+0.995865 0.585657 0.0230869
+1 0.581613 0.0321355
+1 0.57879 0.041413
+1 0.576349 0.0507362
+0 0.473716 0.0293889
+0 0.479622 0.0295262
+0 0.485222 0.0296025
+0 0.49131 0.0296635
+0 0.497292 0.0299229
+0 0.503243 0.0303197
+0 0.509255 0.0307317
+0 0.514473 0.0322271
+0 0.519936 0.0335393
+0 0.525505 0.034287
+0 0.533639 0.0332952
+0 0.543114 0.0311894
+0.0009308 0.551904 0.0292668
+0.00515755 0.559426 0.0277409
+0.0242313 0.56733 0.0268711
+0.0501411 0.57528 0.0268101
+0.0803998 0.583261 0.0274662
+0.106783 0.589181 0.0284886
+0.149004 0.594705 0.030045
+0.213474 0.598459 0.0331731
+0.315312 0.599115 0.0396735
+0.421714 0.608026 0.040528
+0.527916 0.622126 0.0361181
+0.630671 0.643626 0.0227359
+0.720012 0.661707 0.0118563
+0.801907 0.673732 0.00410468
+0.876112 0.679301 0.000869764
+0.935775 0.672969 0.00411994
+0.976074 0.664363 0.0102693
+0.998322 0.653742 0.0194247
+0.999496 0.645151 0.0290227
+1 0.636622 0.0366979
+1 0.63064 0.0420233
+0 0.528161 0.028687
+0 0.533059 0.0298772
+0 0.538033 0.0312963
+0 0.543572 0.032639
+0 0.549081 0.0340124
+0 0.554192 0.0351263
+0 0.559915 0.0363012
+0 0.565499 0.0374456
+0 0.56994 0.0396429
+0 0.574228 0.0415656
+0 0.579263 0.0431525
+0 0.584497 0.0438392
+0.00109865 0.590921 0.043595
+0.00595102 0.597833 0.0425574
+0.0237125 0.605463 0.0414435
+0.0536812 0.614023 0.0408484
+0.0851606 0.622156 0.0408942
+0.114061 0.629557 0.0419165
+0.143816 0.636378 0.0436255
+0.196063 0.641047 0.0457618
+0.269215 0.644968 0.0488899
+0.376654 0.649516 0.0545357
+0.487098 0.663844 0.0511635
+0.596765 0.682948 0.0426184
+0.697475 0.707515 0.0257572
+0.782269 0.726955 0.0138094
+0.859968 0.740612 0.00489815
+0.92694 0.745953 0.00254826
+0.967147 0.737453 0.00798047
+0.991958 0.725978 0.0162966
+1 0.712703 0.0272221
+1 0.700435 0.0355383
+1 0.696651 0.0399329
+0 0.575601 0.0369879
+0 0.579934 0.0390936
+0 0.584344 0.0412451
+0 0.588769 0.0433509
+0 0.59321 0.0454566
+0 0.597757 0.0475929
+0 0.602304 0.0496834
+0 0.606744 0.0517433
+3.0518e-05 0.610864 0.0538186
+0.000289921 0.614633 0.0563821
+0.000457771 0.618326 0.0590372
+0.000579843 0.622324 0.0608835
+0.000793469 0.627405 0.0611429
+0.00819409 0.633402 0.0608835
+0.0235752 0.639994 0.0599985
+0.0556039 0.648661 0.0581216
+0.087602 0.65713 0.0573739
+0.118685 0.665446 0.0577096
+0.147997 0.673075 0.0593423
+0.186313 0.679149 0.0601358
+0.24361 0.685267 0.061738
+0.323751 0.690898 0.0638285
+0.443259 0.701259 0.0664836
+0.555276 0.719432 0.0605478
+0.663874 0.742168 0.0489357
+0.758251 0.76878 0.0301366
+0.838224 0.789014 0.0180667
+0.907362 0.802808 0.0109255
+0.960662 0.805371 0.0138399
+0.985 0.795941 0.0200198
+0.998001 0.783246 0.0273136
+0.999863 0.768109 0.0368505
+1 0.769299 0.0392309
+0.000534066 0.615824 0.0519875
+0.000915541 0.619486 0.0542611
+0.00129702 0.623758 0.0568399
+0.00155642 0.627466 0.0591287
+0.00177005 0.631388 0.0615091
+0.0019379 0.635584 0.0639963
+0.00201419 0.63946 0.0664225
+0.00207523 0.64329 0.068986
+0.00205997 0.646998 0.0715038
+0.00221256 0.650782 0.0740368
+0.0034638 0.654215 0.076585
+0.00450141 0.657465 0.0787976
+0.0055848 0.66128 0.0806439
+0.0132296 0.666194 0.081117
+0.0282444 0.671809 0.0805676
+0.0498054 0.678416 0.0793317
+0.0833753 0.687785 0.0768444
+0.118868 0.697124 0.0754101
+0.153811 0.706157 0.0748913
+0.184192 0.713573 0.0754406
+0.227771 0.720043 0.076051
+0.295125 0.727001 0.0775769
+0.390402 0.734951 0.079942
+0.509636 0.751629 0.079057
+0.620905 0.773495 0.0704051
+0.725841 0.799481 0.0568704
+0.814038 0.826322 0.0403754
+0.88716 0.845518 0.033463
+0.946517 0.858625 0.0318761
+0.98175 0.858854 0.0357519
+0.995331 0.85005 0.0380255
+1 0.842023 0.037995
+1 0.844602 0.0381018
+0.00433356 0.65185 0.0694285
+0.00590524 0.655467 0.0718547
+0.00738537 0.659052 0.074342
+0.00895705 0.662913 0.0769513
+0.0104677 0.666575 0.0795148
+0.0116884 0.669963 0.082002
+0.0130617 0.673701 0.0846418
+0.0143282 0.677424 0.0872816
+0.0153811 0.681056 0.0899062
+0.0164034 0.684627 0.0924392
+0.017258 0.68838 0.0944686
+0.0178683 0.692332 0.0950027
+0.0191958 0.696498 0.0954452
+0.0220645 0.700603 0.0955062
+0.0284428 0.705501 0.0949722
+0.0452277 0.712428 0.0925917
+0.0722057 0.721904 0.0882582
+0.107713 0.732616 0.0842451
+0.145357 0.743877 0.0817578
+0.183368 0.754757 0.0802777
+0.213321 0.76289 0.0803082
+0.266407 0.769879 0.0814527
+0.342947 0.776928 0.0838178
+0.453788 0.785382 0.0881971
+0.573358 0.805203 0.0872663
+0.685039 0.828763 0.0810712
+0.78613 0.855833 0.0705882
+0.864256 0.878996 0.0631876
+0.927413 0.896742 0.0615549
+0.975937 0.908537 0.0622721
+0.992187 0.908156 0.0614786
+0.998871 0.910948 0.0627909
+1 0.916686 0.0662242
+0.0204623 0.685359 0.0877394
+0.0218662 0.689601 0.0897841
+0.0228428 0.694514 0.0902266
+0.0237736 0.699107 0.0907149
+0.0247654 0.703822 0.0911727
+0.0256352 0.708431 0.0916609
+0.0266728 0.713512 0.0921798
+0.0275731 0.718196 0.0927596
+0.0284886 0.722866 0.0933089
+0.0291752 0.727138 0.093843
+0.0299382 0.73164 0.0943923
+0.0301823 0.735683 0.0947585
+0.0289311 0.742168 0.0927138
+0.027863 0.747753 0.0909895
+0.0267491 0.753155 0.0894331
+0.0371252 0.761105 0.0849165
+0.0550698 0.770504 0.0795911
+0.081239 0.781826 0.0733043
+0.128634 0.796078 0.0688334
+0.169436 0.809262 0.0672007
+0.208011 0.820691 0.0673228
+0.245411 0.827939 0.067216
+0.313039 0.834821 0.0709239
+0.401877 0.84094 0.0781872
+0.524666 0.84773 0.0908064
+0.646799 0.862272 0.0972915
+0.757687 0.881025 0.098085
+0.854231 0.90396 0.0915999
+0.922744 0.921416 0.0861372
+0.969879 0.935012 0.0833753
+0.996185 0.945098 0.0835279
+0.998901 0.947204 0.0848402
+1 0.948562 0.0861219
+0.0338293 0.728527 0.0894026
+0.0348211 0.733272 0.0898756
+0.0352178 0.738842 0.0891585
+0.0345006 0.745754 0.0863813
+0.033753 0.753201 0.0833753
+0.0329595 0.760494 0.0805066
+0.032105 0.767636 0.07776
+0.0312505 0.775265 0.0747845
+0.0303197 0.782681 0.0719615
+0.0289921 0.788739 0.0701305
+0.0276188 0.795331 0.0680247
+0.0262303 0.80119 0.0663157
+0.0247807 0.807263 0.0644846
+0.0234073 0.808103 0.0649882
+0.022446 0.808911 0.0654612
+0.0229191 0.810132 0.0654612
+0.0381628 0.81387 0.0623484
+0.0711528 0.820356 0.0590372
+0.123293 0.83003 0.0561074
+0.171832 0.84036 0.0587167
+0.211444 0.846799 0.0604257
+0.249744 0.85037 0.0625772
+0.317342 0.85156 0.0696727
+0.427741 0.853117 0.0825513
+0.556008 0.857664 0.0964675
+0.679927 0.871473 0.105562
+0.784817 0.892348 0.102998
+0.874083 0.913069 0.0966964
+0.944137 0.930205 0.0895094
+0.978729 0.943481 0.0893263
+0.996902 0.9514 0.090135
+0.999954 0.953155 0.0910964
+1 0.953155 0.091722
+0.0345312 0.790677 0.064744
+0.033753 0.797726 0.0619669
+0.0329747 0.8047 0.0592203
+0.0321508 0.8094 0.0575265
+0.0312963 0.810407 0.0576028
+0.030396 0.811368 0.0577249
+0.0292821 0.812451 0.0579995
+0.0279545 0.813382 0.0585031
+0.026566 0.814038 0.0591745
+0.0251621 0.814755 0.0598306
+0.0237278 0.81561 0.060441
+0.0223392 0.816373 0.0610819
+0.0208591 0.817227 0.0616922
+0.01944 0.817975 0.0622568
+0.0182803 0.817838 0.0632639
+0.0205997 0.818326 0.0634623
+0.0374762 0.821302 0.0600443
+0.0827192 0.828656 0.057023
+0.134417 0.837598 0.0565347
+0.185214 0.847517 0.0595865
+0.21857 0.851148 0.0613718
+0.269306 0.853223 0.0661173
+0.341009 0.8542 0.0742199
+0.472328 0.854887 0.0903029
+0.600931 0.863432 0.102327
+0.72224 0.878202 0.109255
+0.821485 0.900725 0.103456
+0.899977 0.919417 0.0966201
+0.959976 0.935515 0.0913558
+0.990066 0.948257 0.0917983
+0.998108 0.95201 0.0926223
+1 0.953033 0.0935531
+1 0.95288 0.0945907
+0.00531014 0.0356298 0.0479896
+0.00537118 0.0357061 0.0483711
+0.00541695 0.0357824 0.0487526
+0.00578317 0.0359197 0.0492866
+0.00643931 0.0361639 0.0499428
+0.00712596 0.0364385 0.0505531
+0.00781262 0.0366827 0.0511025
+0.00883497 0.0369879 0.0517891
+0.0104829 0.0374151 0.0527352
+0.012665 0.0378576 0.053666
+0.0160678 0.038056 0.0542611
+0.024445 0.0384985 0.0549172
+0.0358129 0.0397192 0.0567483
+0.0511177 0.0404669 0.058793
+0.0678569 0.0411994 0.0600748
+0.0857404 0.0422827 0.0602121
+0.104692 0.0447395 0.062211
+0.126116 0.0474708 0.0641794
+0.149691 0.0503243 0.0661479
+0.175586 0.0530098 0.0681163
+0.204074 0.0557565 0.0699779
+0.234531 0.0581674 0.071397
+0.268589 0.0599222 0.0719921
+0.307683 0.0624399 0.0737469
+0.351064 0.06598 0.0766003
+0.399191 0.0705425 0.0806134
+0.453605 0.0756542 0.086244
+0.51043 0.0812238 0.0921187
+0.570001 0.0873884 0.098085
+0.631922 0.094255 0.10277
+0.692653 0.101869 0.107805
+0.752514 0.110185 0.113115
+0.812421 0.119905 0.118868
+0.00575265 0.0362249 0.0497444
+0.00576791 0.0363165 0.0500801
+0.00576791 0.0364233 0.0504158
+0.00614939 0.0366217 0.0509194
+0.00671397 0.0368963 0.0515145
+0.00730907 0.037171 0.052079
+0.00799573 0.0374151 0.0526436
+0.00909438 0.0377508 0.0533608
+0.0107118 0.0382239 0.0542153
+0.0128023 0.0385901 0.0548867
+0.0178683 0.0390326 0.0554818
+0.0273594 0.0399634 0.0565499
+0.0395209 0.0412604 0.0584421
+0.0563363 0.0416876 0.0606241
+0.0738689 0.0426642 0.0613107
+0.0923018 0.0443122 0.06215
+0.111452 0.0467689 0.0641184
+0.134508 0.049546 0.0660258
+0.159228 0.0522011 0.0679026
+0.185657 0.0547799 0.0697185
+0.214954 0.057496 0.0717174
+0.247532 0.0593729 0.0728313
+0.283009 0.0611887 0.0738537
+0.322988 0.0639811 0.0758221
+0.369329 0.0680552 0.0793164
+0.419196 0.0726482 0.083772
+0.473426 0.0778058 0.0894026
+0.532128 0.0838178 0.0954299
+0.592447 0.0903334 0.100832
+0.654597 0.0973831 0.105501
+0.714321 0.105348 0.110643
+0.774166 0.11429 0.116091
+0.833082 0.123949 0.121843
+0.00584421 0.0370031 0.051194
+0.00584421 0.0371099 0.0515297
+0.00585946 0.037232 0.0518654
+0.00627146 0.0374609 0.05243
+0.00683604 0.0377203 0.0530098
+0.00741588 0.037995 0.0535897
+0.00807202 0.0382391 0.0542
+0.00914015 0.0386358 0.0549172
+0.010544 0.0389868 0.0554665
+0.0127718 0.0393988 0.0559854
+0.0198672 0.0402991 0.0567788
+0.0303807 0.0416571 0.0581674
+0.04477 0.0426947 0.0602121
+0.0619364 0.0430152 0.0623178
+0.0797894 0.0444343 0.0627604
+0.0988632 0.04654 0.0642252
+0.119646 0.0489662 0.0660563
+0.142977 0.0515755 0.0678416
+0.168765 0.0541543 0.0697337
+0.196704 0.0567636 0.0717327
+0.226566 0.059205 0.0737163
+0.260594 0.0605631 0.0744335
+0.298253 0.0627909 0.0759136
+0.339422 0.0658274 0.0781567
+0.386786 0.0699168 0.0818341
+0.439124 0.074815 0.0869306
+0.494316 0.0802625 0.0926375
+0.553246 0.0864424 0.0986648
+0.615122 0.0934005 0.103563
+0.676371 0.100832 0.108309
+0.735973 0.108873 0.11339
+0.795392 0.118471 0.119127
+0.852552 0.128145 0.125277
+0.00585946 0.0378729 0.0526284
+0.00584421 0.037995 0.0529488
+0.00595102 0.0381476 0.0533455
+0.00636301 0.0384375 0.0539559
+0.00686656 0.0387121 0.054551
+0.00738537 0.0389715 0.0551308
+0.00799573 0.0392004 0.0556954
+0.00895705 0.0395056 0.0561837
+0.0104219 0.0399023 0.0565805
+0.0129702 0.0406043 0.0572671
+0.021912 0.041886 0.0579995
+0.0332647 0.043473 0.0596933
+0.0501564 0.0441444 0.0619974
+0.0679484 0.0450141 0.0637369
+0.0857557 0.0467689 0.0648661
+0.105776 0.0489662 0.0666209
+0.128176 0.0513619 0.0682383
+0.152331 0.0538796 0.0699016
+0.178378 0.0563821 0.0717632
+0.207965 0.0587778 0.0737926
+0.239551 0.0605783 0.075288
+0.273564 0.061799 0.076051
+0.313695 0.064622 0.0779889
+0.357351 0.0679789 0.080766
+0.404578 0.0717784 0.0843366
+0.458671 0.0770581 0.0899825
+0.515572 0.0829328 0.0958572
+0.575082 0.0893721 0.101717
+0.63743 0.0966049 0.10631
+0.698375 0.104555 0.11133
+0.757977 0.113115 0.116625
+0.816754 0.12285 0.122469
+0.871534 0.132342 0.128771
+0.00578317 0.0389868 0.054078
+0.00573739 0.0391699 0.0544289
+0.0059205 0.0393683 0.0549172
+0.00628672 0.0395972 0.0554513
+0.00666819 0.0398718 0.0559548
+0.0071107 0.0401617 0.0564431
+0.00773632 0.0404822 0.0568704
+0.00883497 0.04094 0.0573129
+0.0107881 0.0416266 0.0578622
+0.0150759 0.0426184 0.0586099
+0.0243381 0.044007 0.0595712
+0.0358587 0.0457313 0.0618448
+0.0553292 0.0462654 0.0643473
+0.0736248 0.047837 0.0662089
+0.0923781 0.0497444 0.0678416
+0.11313 0.051667 0.0691386
+0.136858 0.0541238 0.0704509
+0.162081 0.0565194 0.0720989
+0.189166 0.0588083 0.073991
+0.219669 0.0608988 0.0758984
+0.25304 0.0623026 0.0769665
+0.289158 0.0641031 0.0781567
+0.32929 0.0669718 0.0800793
+0.37499 0.0702983 0.0831769
+0.424506 0.0744945 0.0875715
+0.478447 0.079881 0.0932784
+0.53727 0.0860304 0.0994278
+0.597986 0.0927901 0.104692
+0.660578 0.100328 0.109346
+0.720348 0.1084 0.114351
+0.779614 0.117571 0.119905
+0.837064 0.127245 0.125856
+0.89073 0.13669 0.132265
+0.00537118 0.0406348 0.0554208
+0.00529488 0.0408789 0.0557259
+0.00550851 0.0411383 0.0561685
+0.00581369 0.0413977 0.0566262
+0.0061799 0.0416114 0.0570535
+0.00668345 0.0420691 0.0575265
+0.00753796 0.042649 0.0580453
+0.00898756 0.0433204 0.0586252
+0.0112917 0.0440986 0.0594034
+0.0170443 0.0453193 0.0605325
+0.0266728 0.046952 0.0625162
+0.0404517 0.0485084 0.0650645
+0.0607614 0.0495155 0.0673991
+0.0787671 0.0512551 0.0695659
+0.0992752 0.0529946 0.0707866
+0.121828 0.0549172 0.0716716
+0.145907 0.0573587 0.072755
+0.172107 0.0596628 0.0747082
+0.200961 0.0618296 0.0765087
+0.232349 0.0637064 0.0779583
+0.267048 0.0650645 0.0789197
+0.305547 0.0673686 0.0806744
+0.347143 0.0700389 0.0829175
+0.393088 0.0731518 0.0861982
+0.445304 0.0779126 0.0912795
+0.50045 0.0833143 0.0969863
+0.558556 0.0890974 0.102968
+0.621088 0.0964981 0.107637
+0.682597 0.104311 0.112352
+0.742473 0.112291 0.117281
+0.800351 0.122011 0.123095
+0.856107 0.131655 0.12929
+0.909102 0.141161 0.135744
+0.00485237 0.0433356 0.0567636
+0.00483711 0.0437476 0.0571298
+0.00514229 0.0441749 0.0575875
+0.00549325 0.0446021 0.0580606
+0.0059968 0.0449073 0.0585031
+0.00660716 0.0453193 0.0589761
+0.00759899 0.0458839 0.0596323
+0.00918593 0.0465553 0.0605173
+0.0117037 0.0474708 0.0617533
+0.0184482 0.049012 0.0636454
+0.0285801 0.0507973 0.0659953
+0.045243 0.0523537 0.0684825
+0.0656443 0.0538643 0.0710307
+0.0842145 0.055314 0.0732433
+0.10634 0.0571756 0.0741741
+0.130495 0.0597543 0.0752575
+0.155901 0.0624094 0.076585
+0.182895 0.0643931 0.078294
+0.213718 0.0662547 0.0795453
+0.247028 0.0678416 0.0806439
+0.282368 0.0692149 0.0818036
+0.322286 0.070985 0.0833906
+0.365667 0.0733501 0.0859083
+0.412375 0.076463 0.0894789
+0.465644 0.0813306 0.0948501
+0.522271 0.0866255 0.100572
+0.581079 0.0925917 0.10605
+0.643778 0.100298 0.110338
+0.704402 0.108248 0.115114
+0.763272 0.116808 0.120302
+0.82034 0.126497 0.126131
+0.874678 0.136202 0.132692
+0.925551 0.145785 0.139315
+0.00451667 0.047013 0.0585031
+0.004654 0.047425 0.0589609
+0.00502022 0.0479133 0.0595102
+0.00543221 0.0482948 0.0600443
+0.0059205 0.0487068 0.0606546
+0.00660716 0.0492103 0.0613413
+0.00770581 0.049836 0.0622263
+0.00946059 0.0508278 0.0635538
+0.0122225 0.0522316 0.0653239
+0.0191043 0.0540017 0.0673228
+0.0299535 0.055848 0.0694133
+0.0491646 0.0575265 0.0724346
+0.0697032 0.059144 0.0753948
+0.0904707 0.0610666 0.0774701
+0.113359 0.0636149 0.0788891
+0.139467 0.0665446 0.0801862
+0.166461 0.0686198 0.0813153
+0.194888 0.0701305 0.0820783
+0.226658 0.0715801 0.0824598
+0.261707 0.0725719 0.0833906
+0.298817 0.0735485 0.0845045
+0.338842 0.0745403 0.0857099
+0.384207 0.0771344 0.0888838
+0.433448 0.0807202 0.0931563
+0.486732 0.0852827 0.0983291
+0.543587 0.0902266 0.103868
+0.60415 0.0966964 0.108553
+0.666148 0.104265 0.11281
+0.72549 0.112383 0.117906
+0.783444 0.121675 0.123629
+0.839597 0.13138 0.129717
+0.893721 0.141146 0.136324
+0.941756 0.150408 0.14287
+0.00434882 0.0517128 0.0611887
+0.00454719 0.0525216 0.0620279
+0.00485237 0.0533913 0.0629587
+0.00520333 0.0542 0.063859
+0.00561532 0.055024 0.0648051
+0.00631724 0.0559396 0.0658274
+0.00755322 0.0569314 0.0668956
+0.0093843 0.0577554 0.0679484
+0.0128786 0.0588693 0.0693217
+0.0200198 0.0605936 0.0710613
+0.0318608 0.0625162 0.0733654
+0.0518196 0.0644694 0.0772717
+0.0738842 0.0662394 0.0801709
+0.0975814 0.0684367 0.082002
+0.12256 0.0708171 0.0834669
+0.148928 0.0733806 0.0848249
+0.177356 0.0750896 0.0856336
+0.208118 0.0766461 0.0861219
+0.241093 0.0777295 0.0863813
+0.277104 0.0783856 0.0867475
+0.316381 0.079118 0.0874189
+0.358373 0.0805676 0.0890516
+0.403433 0.0827802 0.0922255
+0.455238 0.0861982 0.0967575
+0.509133 0.0899367 0.101625
+0.564981 0.0941329 0.106783
+0.626978 0.101076 0.111101
+0.687327 0.108721 0.115892
+0.746303 0.117098 0.121004
+0.803143 0.12668 0.12697
+0.85861 0.136431 0.133364
+0.911528 0.14609 0.13991
+0.958389 0.155215 0.146304
+0.00396735 0.0590219 0.0658122
+0.0041352 0.0602274 0.0667124
+0.00436408 0.0612802 0.0675975
+0.00459297 0.0623636 0.0685435
+0.00491341 0.063447 0.0695811
+0.00564584 0.0645151 0.0707256
+0.00703441 0.0655222 0.0719005
+0.00898756 0.0665599 0.073228
+0.0130007 0.0677806 0.0745708
+0.0206912 0.0691997 0.0760052
+0.0345922 0.071458 0.0785077
+0.0552224 0.0738994 0.0818341
+0.0780804 0.0756085 0.0840925
+0.103975 0.0776684 0.0855573
+0.130358 0.0799573 0.0872969
+0.158495 0.0822919 0.0889754
+0.188281 0.0847486 0.0903029
+0.221195 0.0863813 0.0908522
+0.256886 0.0877546 0.0909285
+0.295323 0.0888228 0.0906996
+0.336477 0.0891432 0.0911727
+0.379934 0.0898451 0.0932326
+0.426139 0.0907912 0.0962387
+0.476997 0.0923781 0.0998245
+0.531167 0.0952468 0.104463
+0.588067 0.0995193 0.109178
+0.648951 0.105821 0.113664
+0.708217 0.113756 0.118776
+0.766186 0.122332 0.124331
+0.822675 0.131624 0.130282
+0.877302 0.141512 0.136889
+0.927825 0.150958 0.143328
+0.973068 0.159991 0.149599
+0.00318914 0.0686809 0.0702525
+0.00331121 0.0699474 0.0712749
+0.00340276 0.0712749 0.072282
+0.00352483 0.0729686 0.0734722
+0.00370794 0.0744945 0.0746471
+0.00437934 0.0760815 0.0758831
+0.00590524 0.0776074 0.0769207
+0.00788891 0.0789807 0.0776989
+0.011429 0.0805829 0.0785382
+0.0173342 0.0820478 0.0800031
+0.0343023 0.0840162 0.0831311
+0.0560769 0.0862593 0.0855879
+0.0808881 0.0886854 0.0871443
+0.107424 0.0902571 0.0883955
+0.13753 0.0916304 0.0908217
+0.168795 0.0934157 0.0927901
+0.200977 0.095201 0.0941482
+0.235386 0.0965591 0.0948501
+0.274327 0.0974746 0.0944533
+0.314763 0.0980697 0.0941939
+0.355444 0.0983291 0.0941024
+0.399802 0.0988327 0.0961624
+0.447913 0.0993362 0.0987716
+0.498573 0.100053 0.1019
+0.552316 0.102007 0.106477
+0.610712 0.106386 0.111208
+0.6701 0.111986 0.116243
+0.728618 0.119142 0.121767
+0.785458 0.127672 0.127642
+0.841428 0.13695 0.133776
+0.895552 0.146685 0.140139
+0.943969 0.155779 0.146471
+0.979614 0.16466 0.152911
+0.00183108 0.0825208 0.0751659
+0.00187686 0.084062 0.0763867
+0.00192264 0.0856031 0.0775006
+0.00201419 0.0871595 0.0784161
+0.00222782 0.0888228 0.0794232
+0.00296025 0.0903944 0.0803845
+0.0043946 0.0919356 0.0811322
+0.00633249 0.0934768 0.0816052
+0.00924697 0.0951553 0.0820325
+0.0134737 0.0974594 0.0831922
+0.0296178 0.0996414 0.0853285
+0.0539254 0.101503 0.0880903
+0.0826886 0.10248 0.089601
+0.112688 0.103151 0.0907759
+0.147066 0.103471 0.0925154
+0.180468 0.104768 0.0940871
+0.215183 0.106172 0.0952621
+0.251148 0.107546 0.0957809
+0.291203 0.108537 0.0952468
+0.332174 0.108888 0.0950637
+0.37496 0.109285 0.0957351
+0.419974 0.109972 0.0972915
+0.47039 0.111345 0.100038
+0.522408 0.11249 0.103899
+0.576257 0.113191 0.108721
+0.633127 0.114931 0.11368
+0.690501 0.119127 0.119158
+0.748104 0.125383 0.125017
+0.8047 0.134005 0.130892
+0.859342 0.143023 0.137072
+0.911879 0.152102 0.14342
+0.960525 0.161105 0.149844
+0.986465 0.169619 0.156237
+0.00047303 0.0978866 0.0785382
+0.000427253 0.0994736 0.0796979
+0.000442512 0.101045 0.0809339
+0.000457771 0.102892 0.0822003
+0.000747692 0.104768 0.0831159
+0.00140383 0.106569 0.0837873
+0.00250248 0.108461 0.084184
+0.00411994 0.110506 0.084123
+0.00662242 0.112627 0.0839399
+0.0116884 0.115221 0.0837262
+0.0220493 0.117998 0.0838178
+0.0414282 0.120592 0.0858015
+0.0752575 0.122438 0.0879835
+0.114046 0.121248 0.0888533
+0.153002 0.119936 0.0898909
+0.191928 0.119203 0.0918746
+0.227787 0.120455 0.0925154
+0.26688 0.121233 0.0927138
+0.307805 0.122042 0.0928817
+0.349981 0.122454 0.0933242
+0.394842 0.123064 0.0947433
+0.442084 0.123766 0.096849
+0.492714 0.125063 0.0997177
+0.545602 0.126375 0.104555
+0.599756 0.127245 0.10985
+0.655375 0.127764 0.115465
+0.711604 0.131243 0.121859
+0.767422 0.135988 0.127855
+0.822766 0.142245 0.133501
+0.877134 0.150256 0.140047
+0.928115 0.158663 0.146517
+0.972549 0.167163 0.152941
+0.993805 0.174975 0.159319
+3.0518e-05 0.115877 0.0797436
+6.10361e-05 0.1178 0.080766
+7.62951e-05 0.119844 0.0818952
+6.10361e-05 0.122011 0.0829786
+0 0.124102 0.0840314
+0.000122072 0.126268 0.0843824
+0.000747692 0.128801 0.0842145
+0.00175479 0.131136 0.0838636
+0.00369268 0.133593 0.0826123
+0.00714122 0.136568 0.0817578
+0.014374 0.13962 0.0815442
+0.0301671 0.142901 0.0818494
+0.0611429 0.145205 0.083299
+0.107301 0.144762 0.0838331
+0.154406 0.141985 0.0846265
+0.20058 0.138933 0.0853285
+0.242313 0.137865 0.0857252
+0.283528 0.138537 0.0866865
+0.325628 0.138399 0.08748
+0.368505 0.138491 0.0883192
+0.414405 0.139345 0.090959
+0.462959 0.140612 0.0942855
+0.513603 0.141817 0.0982376
+0.566384 0.142809 0.103456
+0.621332 0.143786 0.109392
+0.677058 0.14493 0.115862
+0.732113 0.146426 0.122271
+0.786648 0.149523 0.129213
+0.840864 0.153765 0.136156
+0.895201 0.15993 0.143084
+0.945098 0.167391 0.149416
+0.979889 0.174426 0.15581
+1 0.181003 0.162188
+0 0.136919 0.0781415
+0 0.139513 0.0788586
+0 0.142107 0.0795605
+0 0.144961 0.0802319
+0 0.147311 0.0809186
+0 0.150179 0.0810712
+0 0.152514 0.0808118
+0 0.15465 0.0804608
+0.00115969 0.156481 0.0793164
+0.00292973 0.158953 0.0787823
+0.00688182 0.162875 0.0774548
+0.0194553 0.167056 0.0759899
+0.0479744 0.170397 0.0751812
+0.0910353 0.171832 0.0760967
+0.145495 0.168734 0.0766003
+0.199313 0.164553 0.0763867
+0.251804 0.159991 0.076051
+0.298985 0.157046 0.0758679
+0.341817 0.156603 0.0779583
+0.386358 0.157275 0.0811017
+0.432563 0.158877 0.0853285
+0.481819 0.160342 0.0896468
+0.532769 0.162234 0.0946212
+0.585214 0.164065 0.100328
+0.640803 0.164797 0.107362
+0.695583 0.165743 0.113634
+0.75024 0.166812 0.120333
+0.805127 0.169162 0.128786
+0.860197 0.172274 0.137316
+0.913085 0.175601 0.145342
+0.96289 0.178882 0.152209
+0.9879 0.184024 0.158755
+1 0.189883 0.165179
+0 0.158938 0.0738231
+0 0.161456 0.0742046
+0 0.164004 0.0745708
+0 0.16611 0.0751812
+0 0.168643 0.0754864
+0 0.170886 0.0756237
+0 0.173342 0.0756085
+0 0.176074 0.0753185
+4.57771e-05 0.178622 0.0746319
+0.000411994 0.181384 0.0735485
+0.00244144 0.185702 0.0717327
+0.0091249 0.190906 0.068101
+0.0335699 0.196429 0.0658122
+0.0728618 0.198856 0.0651408
+0.12694 0.197635 0.0668956
+0.191775 0.192004 0.0685435
+0.25069 0.186709 0.0676432
+0.305547 0.181384 0.0664683
+0.355596 0.177615 0.0669718
+0.403281 0.178164 0.0716411
+0.45095 0.179828 0.0768292
+0.499184 0.182208 0.0827344
+0.549767 0.185229 0.0886549
+0.602411 0.187457 0.0954452
+0.657099 0.189639 0.102571
+0.711971 0.191104 0.108171
+0.767437 0.192264 0.11574
+0.823545 0.193149 0.124834
+0.878935 0.194202 0.13463
+0.930602 0.195834 0.143557
+0.973236 0.197543 0.152331
+0.996124 0.199145 0.160952
+1 0.202197 0.16791
+0 0.180804 0.0678416
+0 0.183383 0.0683604
+0 0.185916 0.0689097
+0 0.188663 0.0692149
+0 0.191272 0.0692912
+0 0.193805 0.0691691
+0 0.196323 0.0689097
+0 0.198749 0.0684672
+0 0.201266 0.067628
+3.0518e-05 0.203815 0.0665751
+0.000549325 0.207584 0.0644388
+0.00292973 0.213642 0.0608225
+0.0166323 0.221454 0.0566873
+0.0520943 0.225605 0.0562295
+0.102556 0.226764 0.0569467
+0.173144 0.223163 0.0594949
+0.241535 0.217578 0.0586404
+0.303639 0.211933 0.0577554
+0.360906 0.206027 0.0578012
+0.41532 0.20148 0.0610819
+0.46595 0.202579 0.0663462
+0.516091 0.205234 0.0727092
+0.566476 0.209323 0.0796674
+0.619211 0.213535 0.0868391
+0.673182 0.217121 0.0938125
+0.728389 0.220005 0.100313
+0.784619 0.221668 0.109255
+0.840757 0.222477 0.118654
+0.896529 0.223041 0.128099
+0.948058 0.222904 0.138399
+0.981155 0.221714 0.149096
+1 0.220356 0.159625
+1 0.221241 0.16849
+0 0.203845 0.0614023
+0 0.206729 0.0614786
+0 0.209537 0.0616312
+0 0.212314 0.0616159
+0 0.215 0.0614176
+0 0.217594 0.0611124
+0 0.22002 0.0607156
+0 0.222522 0.0600748
+0 0.224857 0.0596628
+0 0.227466 0.0594797
+0.000122072 0.231067 0.0581064
+0.00144961 0.236698 0.0550851
+0.00720226 0.24448 0.0509804
+0.0269322 0.253147 0.047776
+0.0770275 0.256489 0.047715
+0.142535 0.256535 0.0486
+0.223194 0.251926 0.0508278
+0.293919 0.246845 0.0476081
+0.359426 0.24094 0.0475929
+0.42034 0.234485 0.0504158
+0.477638 0.230701 0.0546273
+0.531777 0.231205 0.0610971
+0.584466 0.234821 0.0680552
+0.636896 0.241062 0.0751965
+0.691447 0.246326 0.0828565
+0.746303 0.251118 0.0906844
+0.801633 0.255512 0.0990616
+0.857649 0.25745 0.108888
+0.912306 0.257908 0.119249
+0.964446 0.256916 0.129656
+0.989227 0.253559 0.141375
+1 0.250507 0.152544
+1 0.247105 0.163272
+0 0.228031 0.0534218
+0 0.230869 0.0537423
+0 0.233951 0.0540017
+0 0.236881 0.0540932
+0 0.239719 0.0539406
+0 0.242435 0.0537118
+0 0.245228 0.0539254
+0 0.247639 0.0542611
+0 0.250645 0.0542611
+0 0.253681 0.0536355
+0 0.257084 0.0525521
+0.000122072 0.26215 0.0501411
+0.00282292 0.270222 0.0462348
+0.0117647 0.279591 0.041825
+0.0456397 0.288945 0.0383612
+0.110842 0.290929 0.0391699
+0.189792 0.289464 0.0402533
+0.275593 0.285252 0.0408179
+0.349187 0.281956 0.0370947
+0.418173 0.277043 0.0377203
+0.48127 0.27013 0.043061
+0.541421 0.266072 0.0480201
+0.600183 0.266835 0.0529793
+0.656413 0.271107 0.0590677
+0.710567 0.277378 0.0670787
+0.765347 0.28426 0.0755016
+0.819989 0.290639 0.0848249
+0.875151 0.294881 0.096025
+0.928634 0.296208 0.10695
+0.97142 0.296101 0.118257
+0.998108 0.293919 0.129793
+0.999863 0.288502 0.142214
+1 0.282734 0.153674
+0 0.25362 0.046891
+0 0.256962 0.0471504
+0 0.260395 0.0472877
+0 0.263615 0.0475166
+0 0.266697 0.0480659
+0 0.270161 0.0484321
+0 0.273213 0.0488594
+0 0.276509 0.0493019
+0 0.27985 0.0496071
+0 0.28304 0.0490578
+0 0.286717 0.0474098
+0 0.291524 0.0448463
+0.000122072 0.299092 0.0410773
+0.00531014 0.308873 0.0366064
+0.0193027 0.320195 0.0322576
+0.0726177 0.327535 0.0311284
+0.151888 0.328023 0.0328222
+0.242741 0.326284 0.0334936
+0.333715 0.325063 0.0296178
+0.410529 0.322835 0.0264744
+0.480644 0.318364 0.0276188
+0.545602 0.309407 0.0357366
+0.609262 0.306813 0.0394446
+0.670817 0.306767 0.043122
+0.729992 0.310323 0.0474098
+0.784512 0.31873 0.0555581
+0.839628 0.325536 0.0665751
+0.893935 0.331823 0.0787518
+0.946624 0.336202 0.0911421
+0.980285 0.338155 0.103456
+0.999268 0.338308 0.116228
+0.999908 0.334661 0.129305
+1 0.328847 0.141436
+0 0.28246 0.0399176
+0 0.285939 0.0406195
+0 0.289174 0.0416114
+0 0.292393 0.0425422
+0 0.295659 0.0433204
+0 0.298955 0.0439765
+0 0.302281 0.0445869
+0 0.30576 0.045182
+0 0.309194 0.0449989
+0 0.31194 0.0438544
+0 0.315145 0.0418402
+0 0.320912 0.039704
+0 0.330114 0.0374609
+0.00047303 0.340978 0.033814
+0.0108492 0.352773 0.0295262
+0.0341344 0.365133 0.024979
+0.112703 0.369467 0.0255894
+0.206134 0.368978 0.0271763
+0.304173 0.367666 0.0273442
+0.395712 0.36965 0.0198825
+0.472602 0.370047 0.0166476
+0.544625 0.366812 0.0165255
+0.611734 0.356069 0.0245518
+0.678386 0.353536 0.0278935
+0.742733 0.353704 0.031281
+0.80325 0.357198 0.0345464
+0.85919 0.364477 0.0456092
+0.91342 0.370748 0.0579385
+0.962753 0.377172 0.0710307
+0.990097 0.382666 0.085069
+0.999222 0.384863 0.0987869
+1 0.385 0.112779
+1 0.382025 0.127275
+0 0.310842 0.0367895
+0 0.314015 0.0376135
+0 0.317708 0.0381323
+0 0.321462 0.0391089
+0 0.324926 0.0401617
+0 0.328832 0.0411688
+0 0.332906 0.0420691
+0 0.336477 0.0430152
+0 0.340444 0.0433967
+0 0.345022 0.0427253
+0 0.351629 0.0409552
+0 0.360037 0.0381476
+0 0.370214 0.0343175
+0 0.381384 0.0299077
+0.00205997 0.393133 0.0248417
+0.0242008 0.404669 0.0204318
+0.0688182 0.41384 0.0180972
+0.16495 0.41323 0.0230716
+0.265187 0.413367 0.0241398
+0.367193 0.414405 0.0223087
+0.459602 0.421836 0.00952163
+0.538888 0.423331 0.00856031
+0.612757 0.422141 0.00918593
+0.681987 0.413092 0.0120089
+0.748394 0.40911 0.0160983
+0.813107 0.407645 0.0214542
+0.875486 0.409476 0.0275425
+0.930541 0.416342 0.0388647
+0.971664 0.421942 0.0511025
+0.998444 0.426886 0.0642405
+0.999512 0.431067 0.0792401
+1 0.433478 0.0939956
+1 0.434119 0.107698
+0 0.342031 0.0362707
+0 0.34583 0.0371557
+0 0.349584 0.0380407
+0 0.353368 0.0388495
+0 0.357778 0.0397803
+0 0.362127 0.0407874
+0 0.366293 0.0420081
+0 0.370596 0.0432746
+0 0.375082 0.0433967
+0 0.380774 0.0425269
+0 0.389013 0.0404517
+0 0.400854 0.0362249
+0 0.414694 0.0297856
+3.0518e-05 0.428077 0.0227665
+0.000198367 0.439292 0.0173495
+0.0100557 0.448218 0.0154726
+0.0482338 0.455573 0.0151827
+0.12134 0.462226 0.0163577
+0.228321 0.458579 0.0248569
+0.333196 0.460502 0.0240177
+0.433173 0.466056 0.0187228
+0.526894 0.477272 0.00746166
+0.6065 0.4813 0.00415045
+0.679698 0.48191 0.00450141
+0.749859 0.474083 0.00704967
+0.816892 0.470741 0.0116274
+0.881575 0.468849 0.0175479
+0.943938 0.468589 0.0240635
+0.978302 0.471687 0.0348669
+0.997147 0.474708 0.0471046
+0.999985 0.476844 0.0606851
+1 0.479545 0.0737469
+1 0.480735 0.0868391
+0 0.37789 0.0364538
+0 0.381842 0.0370947
+0 0.385779 0.0376593
+0 0.390036 0.0385748
+0 0.394202 0.0395666
+0 0.398932 0.0407416
+0 0.403876 0.0419013
+0 0.409201 0.0428626
+0 0.415183 0.0431067
+0 0.421653 0.0428016
+0 0.430014 0.0412757
+0 0.44477 0.035172
+0 0.462058 0.0267338
+0.000442512 0.474876 0.0205844
+0.00308232 0.483543 0.0170901
+0.0155947 0.490074 0.016144
+0.0510872 0.498451 0.016083
+0.109575 0.50425 0.0182345
+0.194919 0.505943 0.0230411
+0.294224 0.505028 0.0291295
+0.396582 0.511238 0.026154
+0.502098 0.522347 0.01738
+0.58967 0.536263 0.00828565
+0.670863 0.543267 0.0034638
+0.746639 0.546181 0.00231937
+0.817121 0.541039 0.00485237
+0.884184 0.535378 0.00949111
+0.942794 0.530617 0.0164492
+0.982315 0.52813 0.0256352
+0.995132 0.527581 0.0363012
+1 0.527886 0.0474403
+1 0.52842 0.0585489
+1 0.528283 0.0698863
+0 0.420829 0.0362097
+0 0.425422 0.0372625
+0 0.430335 0.0383917
+0 0.434928 0.0395056
+0 0.43949 0.0405737
+0 0.444175 0.0415961
+0 0.449958 0.0420996
+0 0.456321 0.042298
+0 0.462852 0.0422065
+0 0.470558 0.041474
+0 0.480339 0.0389715
+0 0.494957 0.0332036
+0 0.509544 0.0269017
+0.00241093 0.518151 0.0239109
+0.0127718 0.526085 0.021973
+0.0318914 0.533608 0.0208743
+0.0612345 0.541299 0.0216526
+0.104601 0.547845 0.0231785
+0.16463 0.552514 0.0262608
+0.249256 0.553094 0.0317235
+0.356695 0.556588 0.0348821
+0.46244 0.566217 0.0314946
+0.566751 0.581964 0.0212253
+0.654322 0.599084 0.0110323
+0.736996 0.609125 0.00440986
+0.813413 0.614054 0.00198367
+0.883711 0.60766 0.00569162
+0.939941 0.600458 0.0121767
+0.982376 0.593622 0.0204623
+0.996338 0.587777 0.0303044
+0.999985 0.583734 0.0392462
+1 0.580743 0.0479744
+1 0.577966 0.0561227
+0 0.471687 0.0350652
+0 0.477455 0.0354467
+0 0.483207 0.0358282
+0 0.489097 0.0361486
+0 0.495201 0.0364233
+0 0.500771 0.0367132
+0 0.506661 0.0372168
+0 0.5122 0.0384985
+0 0.517693 0.0399634
+0 0.523796 0.0408637
+0 0.53225 0.0397955
+0 0.542092 0.0376593
+0.000610361 0.551369 0.0355688
+0.00289921 0.559075 0.0335699
+0.0192874 0.567056 0.0323339
+0.0427405 0.575158 0.031754
+0.0716259 0.582788 0.0317388
+0.0981155 0.5897 0.0328222
+0.143267 0.59588 0.0343633
+0.211475 0.599939 0.0374151
+0.313313 0.601221 0.044007
+0.420798 0.610269 0.045655
+0.527321 0.624643 0.0408026
+0.632059 0.64567 0.0260319
+0.720928 0.664164 0.0137636
+0.802686 0.676265 0.00553903
+0.877043 0.681865 0.00263981
+0.936614 0.675364 0.00767529
+0.976257 0.666346 0.0157015
+0.998169 0.655558 0.0260624
+0.999512 0.646174 0.0348821
+1 0.6383 0.0413214
+1 0.633066 0.0460212
+0 0.526116 0.0342412
+0 0.531609 0.0354772
+0 0.536751 0.0366369
+0 0.542306 0.0376898
+0 0.548424 0.0387427
+0 0.553658 0.0397803
+0 0.55967 0.0410925
+0 0.56466 0.04271
+0 0.56939 0.0453498
+0 0.573327 0.0473945
+0 0.578088 0.049073
+0 0.583856 0.0499428
+0.000595102 0.590692 0.049485
+0.00483711 0.597787 0.048188
+0.0193332 0.605386 0.0467384
+0.0482795 0.613916 0.0455482
+0.0784466 0.622126 0.0453193
+0.107149 0.629526 0.0461738
+0.136751 0.636515 0.0478218
+0.191577 0.641917 0.0500191
+0.267399 0.646952 0.0533303
+0.375158 0.651423 0.0591287
+0.48658 0.665721 0.0561685
+0.597162 0.68484 0.0474098
+0.69836 0.709407 0.0294347
+0.78349 0.728878 0.0161593
+0.861036 0.742184 0.00704967
+0.928237 0.747921 0.00483711
+0.96788 0.73872 0.0122072
+0.991791 0.72755 0.0213016
+1 0.713924 0.0324102
+1 0.702129 0.0408026
+1 0.698863 0.0450904
+0 0.575616 0.0413825
+0 0.579904 0.0433814
+0 0.584222 0.0454108
+0 0.588449 0.0476997
+0 0.592813 0.0500191
+0 0.59736 0.052369
+0 0.601846 0.0546273
+0 0.606409 0.0568704
+4.57771e-05 0.610224 0.0591592
+0.000122072 0.613855 0.0616922
+0.00015259 0.6177 0.0642863
+0.000122072 0.621973 0.0661326
+4.57771e-05 0.627543 0.0665904
+0.00637827 0.633417 0.0663767
+0.0201572 0.639933 0.0654917
+0.0500801 0.64831 0.0633097
+0.0812238 0.656703 0.0621958
+0.111833 0.665125 0.0622873
+0.1411 0.672847 0.0635538
+0.178805 0.679805 0.0647898
+0.239231 0.686015 0.0664988
+0.323369 0.692424 0.0686961
+0.443153 0.702464 0.07187
+0.555749 0.720974 0.0656138
+0.663035 0.743801 0.0540322
+0.759243 0.770352 0.0339513
+0.838956 0.790448 0.0216678
+0.907637 0.804196 0.0156405
+0.961532 0.807263 0.0195773
+0.985306 0.797055 0.0263981
+0.99794 0.7841 0.0342565
+0.999939 0.76968 0.0439765
+1 0.771557 0.0464332
+0.000411994 0.615915 0.0560922
+0.00062562 0.619745 0.0586557
+0.00077821 0.623575 0.0611887
+0.000900282 0.627375 0.0637217
+0.000976577 0.631434 0.0663462
+0.000961318 0.635416 0.0688945
+0.000885023 0.639277 0.0713817
+0.00077821 0.643122 0.0738842
+0.000579843 0.647013 0.0763714
+0.0009308 0.650416 0.0787213
+0.0021973 0.653925 0.0814679
+0.00328069 0.657298 0.0840162
+0.00430304 0.661067 0.0861372
+0.010193 0.665583 0.086656
+0.0238193 0.671168 0.086244
+0.0440528 0.677897 0.0852216
+0.0769665 0.687099 0.0823224
+0.112261 0.696681 0.0806134
+0.147036 0.705699 0.0796979
+0.177798 0.71371 0.0802777
+0.221927 0.720806 0.0809033
+0.292302 0.728267 0.082414
+0.389578 0.737102 0.0839094
+0.510018 0.753094 0.0834974
+0.620874 0.775067 0.0751659
+0.725948 0.80058 0.0624857
+0.814008 0.827482 0.046891
+0.887449 0.846586 0.0409247
+0.946563 0.859297 0.0398413
+0.982742 0.861204 0.0446174
+0.995422 0.85124 0.0462806
+1 0.843915 0.0456397
+1 0.846754 0.0453803
+0.00299077 0.65185 0.0737316
+0.00442512 0.655528 0.0763104
+0.00578317 0.659113 0.0788739
+0.00706493 0.662669 0.0813916
+0.00843824 0.666712 0.0841535
+0.00947585 0.670115 0.0865797
+0.010544 0.673777 0.0891127
+0.0116121 0.677531 0.0917525
+0.0125277 0.681041 0.0946365
+0.0132601 0.684169 0.0972457
+0.0139315 0.687907 0.0990463
+0.0145571 0.692012 0.0999466
+0.0154726 0.69575 0.100755
+0.0173342 0.700069 0.101198
+0.022797 0.704738 0.101045
+0.0395514 0.711864 0.098497
+0.0661479 0.721447 0.0939498
+0.101213 0.731884 0.0894179
+0.139025 0.74342 0.0864729
+0.176791 0.754559 0.0847181
+0.206516 0.763012 0.0849622
+0.260685 0.770062 0.086183
+0.340291 0.777966 0.0887465
+0.451667 0.787747 0.0924697
+0.572869 0.807279 0.0925612
+0.684153 0.830304 0.0872969
+0.785901 0.856565 0.0785382
+0.865263 0.88011 0.0719768
+0.928115 0.897765 0.0707103
+0.975448 0.909926 0.0712596
+0.99263 0.909621 0.069276
+0.99881 0.912963 0.0705425
+1 0.917891 0.0733196
+0.0173953 0.685725 0.0920882
+0.0184024 0.689967 0.0933547
+0.0194247 0.694774 0.0938735
+0.0205234 0.699657 0.0943923
+0.0213779 0.704036 0.0948348
+0.0223697 0.708965 0.0955978
+0.0229953 0.713375 0.0964218
+0.0235904 0.717876 0.0973983
+0.0241245 0.722423 0.0983749
+0.0243381 0.726467 0.0993973
+0.0245823 0.730785 0.10045
+0.0238651 0.735775 0.100023
+0.022446 0.74136 0.0984817
+0.0212711 0.74725 0.0966201
+0.0199741 0.753079 0.0949264
+0.0302586 0.761227 0.0903792
+0.048188 0.770214 0.0852064
+0.0744182 0.781125 0.0789654
+0.120653 0.795377 0.0734264
+0.160784 0.808454 0.0714885
+0.199756 0.81973 0.0714733
+0.237064 0.828367 0.0714885
+0.307149 0.835462 0.0758068
+0.397925 0.843122 0.0836805
+0.525841 0.848554 0.0975052
+0.64921 0.863188 0.104555
+0.759945 0.881926 0.105364
+0.856519 0.904601 0.0990158
+0.92462 0.922072 0.0932631
+0.970367 0.935378 0.0901961
+0.996124 0.945052 0.0900435
+0.998993 0.947051 0.0915999
+1 0.948211 0.0931716
+0.0305638 0.728786 0.0929885
+0.0315709 0.733562 0.0934615
+0.0313115 0.739467 0.0919356
+0.0301366 0.747112 0.0892042
+0.0289464 0.753536 0.0870832
+0.0276799 0.760983 0.0845502
+0.0263371 0.767865 0.0823072
+0.0249332 0.775616 0.0796826
+0.0234836 0.782498 0.0775311
+0.0219883 0.789075 0.0755322
+0.0204166 0.795804 0.0734722
+0.0189517 0.801541 0.0719005
+0.0174105 0.805417 0.071107
+0.0158694 0.806271 0.07187
+0.0148623 0.807095 0.0726024
+0.0152743 0.807965 0.0730449
+0.0301366 0.811658 0.0699779
+0.0627146 0.818051 0.0661936
+0.113298 0.827054 0.0620584
+0.161608 0.83743 0.06392
+0.20061 0.84416 0.065507
+0.241718 0.848768 0.0680705
+0.311101 0.851759 0.0751507
+0.427649 0.853803 0.0889143
+0.558022 0.8589 0.103197
+0.68336 0.872251 0.113222
+0.787671 0.893248 0.110307
+0.875761 0.913619 0.104326
+0.946197 0.93077 0.0973526
+0.979446 0.943526 0.0970474
+0.996948 0.950744 0.0976577
+1 0.95227 0.0988174
+1 0.952117 0.0998245
+0.0299535 0.791318 0.0679942
+0.0287327 0.79826 0.0656748
+0.0274357 0.805524 0.0631876
+0.0261845 0.80798 0.0629129
+0.0248722 0.808881 0.0634165
+0.0235142 0.809766 0.0639658
+0.0221714 0.810681 0.0644846
+0.0207828 0.811627 0.0650187
+0.0193179 0.812512 0.0655985
+0.017792 0.813336 0.0662394
+0.0162203 0.81387 0.0672465
+0.0147707 0.814496 0.0681926
+0.0132601 0.815259 0.0690623
+0.0118715 0.815503 0.070161
+0.0107576 0.815167 0.071519
+0.0133516 0.815534 0.0719921
+0.027985 0.818372 0.0691539
+0.0730297 0.825315 0.0648814
+0.123674 0.833997 0.0629435
+0.173556 0.843931 0.0647135
+0.207767 0.848554 0.0666056
+0.26244 0.852064 0.0717174
+0.33959 0.854582 0.0804303
+0.473121 0.855451 0.0973373
+0.602441 0.864424 0.110109
+0.724269 0.879362 0.11751
+0.823682 0.901656 0.112337
+0.901595 0.920089 0.105806
+0.960372 0.93576 0.100908
+0.991196 0.947936 0.100526
+0.998184 0.950927 0.101427
+1 0.951751 0.102449
+1 0.951583 0.103517
+0.00529488 0.0357061 0.0495308
+0.00535592 0.0357824 0.049897
+0.00540169 0.0358434 0.0502785
+0.00576791 0.0360113 0.0507973
+0.00642405 0.0362707 0.0514382
+0.00708019 0.0365759 0.0520638
+0.00776684 0.0368505 0.0526589
+0.00875868 0.0371557 0.0533913
+0.0103304 0.0375982 0.0543374
+0.0123598 0.0380102 0.0552224
+0.0157778 0.0382544 0.0558328
+0.0245365 0.0387121 0.0565805
+0.0365148 0.0399634 0.0585184
+0.0523995 0.0405127 0.0607309
+0.0695048 0.0411994 0.0621042
+0.0877852 0.0424659 0.062623
+0.106874 0.044892 0.0648661
+0.128496 0.0475776 0.0669566
+0.152209 0.0503853 0.0690013
+0.178164 0.0529335 0.0708629
+0.206851 0.0555123 0.0729686
+0.237797 0.0576181 0.0745708
+0.271626 0.0589303 0.0752728
+0.311284 0.061799 0.0773938
+0.354955 0.0654917 0.0804761
+0.402502 0.0698558 0.0844434
+0.457023 0.0750896 0.0900893
+0.51429 0.0811017 0.0959945
+0.574289 0.0878767 0.101915
+0.637308 0.0953384 0.106783
+0.697948 0.103243 0.111818
+0.757336 0.11165 0.117037
+0.816175 0.121202 0.122744
+0.00570687 0.0363012 0.0512093
+0.00570687 0.036408 0.051545
+0.00570687 0.0365454 0.0519265
+0.00608835 0.0368048 0.052491
+0.00663767 0.0371099 0.0531167
+0.00723278 0.0373999 0.0537118
+0.00790417 0.0376593 0.0543069
+0.00895705 0.0380102 0.0550546
+0.0104524 0.0384375 0.0558328
+0.0123903 0.0387732 0.0564126
+0.0177768 0.0392615 0.0570687
+0.0277867 0.040238 0.0582589
+0.0405585 0.0415045 0.0603189
+0.0576028 0.0417487 0.0629129
+0.0755016 0.0428779 0.0639048
+0.0944533 0.0446632 0.065095
+0.113863 0.0468452 0.0670481
+0.13698 0.0496071 0.0690471
+0.161898 0.0522164 0.070985
+0.188739 0.0547341 0.0729534
+0.218265 0.0571298 0.0751202
+0.250751 0.0585946 0.0761883
+0.286229 0.0602884 0.0773175
+0.326497 0.0633707 0.0795605
+0.372778 0.0673838 0.0831159
+0.422705 0.0719768 0.0876783
+0.477073 0.0774243 0.093492
+0.536248 0.084062 0.0995804
+0.597559 0.0911879 0.105074
+0.660136 0.0987869 0.109926
+0.719585 0.106859 0.1149
+0.778744 0.115801 0.120317
+0.836362 0.125307 0.126146
+0.00578317 0.037171 0.0527047
+0.00576791 0.0373236 0.0530861
+0.00578317 0.0374914 0.0534829
+0.00619516 0.0377661 0.0541085
+0.00674449 0.0380407 0.0547189
+0.00729381 0.0383307 0.0552987
+0.00793469 0.0385595 0.0558633
+0.00892653 0.0388952 0.0564889
+0.0102541 0.0391852 0.0569314
+0.0124208 0.0396277 0.0575418
+0.0199283 0.0405737 0.0584573
+0.0307469 0.0419776 0.0601053
+0.045655 0.0429389 0.0625925
+0.0633249 0.0433051 0.0650797
+0.081651 0.0449073 0.0659648
+0.101183 0.0468452 0.0675364
+0.122377 0.049012 0.0692912
+0.145556 0.0516365 0.0710918
+0.171664 0.0541695 0.0730449
+0.199939 0.0565042 0.0750896
+0.230045 0.0584878 0.0770428
+0.263478 0.059556 0.0776989
+0.301732 0.0620584 0.0796368
+0.343771 0.0653849 0.0823987
+0.390829 0.0693523 0.0862593
+0.443488 0.0745556 0.0915084
+0.499184 0.0804913 0.0972152
+0.558221 0.0870832 0.103197
+0.620264 0.0945754 0.108156
+0.682017 0.10248 0.113039
+0.741451 0.110521 0.117861
+0.799466 0.119951 0.123537
+0.855619 0.129488 0.129686
+0.00576791 0.0381781 0.0542306
+0.00575265 0.0383459 0.0545968
+0.00585946 0.0385595 0.0550546
+0.0062562 0.038819 0.0556344
+0.00672923 0.0390478 0.0561532
+0.00721752 0.0393072 0.0567025
+0.00781262 0.0395209 0.0571908
+0.0087129 0.039765 0.0576638
+0.0102388 0.040177 0.0581674
+0.0127718 0.04094 0.0590066
+0.0218662 0.042237 0.0599374
+0.033341 0.0438544 0.06215
+0.0508583 0.0445106 0.0649882
+0.0694133 0.0455024 0.0670634
+0.0878309 0.0472725 0.0684825
+0.108354 0.0490425 0.0699779
+0.130907 0.0513466 0.0715496
+0.155093 0.0538643 0.073228
+0.18143 0.0562448 0.0751965
+0.211398 0.0582589 0.0773938
+0.243198 0.0598306 0.0790265
+0.277378 0.0612497 0.0801862
+0.318379 0.0642405 0.0826276
+0.362371 0.0676127 0.0857252
+0.409567 0.0715038 0.0895552
+0.463874 0.0772869 0.0950942
+0.521294 0.0835889 0.100847
+0.580575 0.0903182 0.106477
+0.643397 0.0981765 0.111254
+0.7037 0.106172 0.115984
+0.762936 0.114702 0.121035
+0.820386 0.124193 0.126802
+0.874754 0.133745 0.133227
+0.00561532 0.0393683 0.0557107
+0.0055848 0.0395514 0.0560464
+0.00575265 0.0397345 0.0564736
+0.00608835 0.0399329 0.0569314
+0.00645457 0.0402075 0.0574197
+0.00688182 0.0404822 0.0579385
+0.00753796 0.0408026 0.0584268
+0.0087129 0.0413062 0.0589761
+0.0106508 0.0420539 0.0597391
+0.0149386 0.0430762 0.0607156
+0.024155 0.0445258 0.0621958
+0.0358282 0.0462043 0.0649271
+0.056199 0.0466468 0.0676585
+0.0751354 0.0482032 0.069749
+0.094728 0.0499123 0.071397
+0.11606 0.0514839 0.0725719
+0.139788 0.054139 0.0741131
+0.165469 0.0565194 0.076112
+0.192981 0.0585336 0.0782483
+0.223346 0.0602579 0.0801251
+0.257298 0.0618601 0.0815442
+0.294133 0.0639048 0.0832532
+0.334905 0.0664988 0.0854963
+0.380621 0.0698711 0.0888533
+0.430365 0.0744488 0.0931868
+0.484688 0.0803845 0.0985885
+0.542626 0.0866102 0.104356
+0.603738 0.0938888 0.109529
+0.666362 0.102007 0.114229
+0.725917 0.110033 0.118975
+0.783932 0.119112 0.124514
+0.840635 0.12874 0.130571
+0.894072 0.138231 0.136919
+0.00520333 0.0409705 0.0569467
+0.00514229 0.0411841 0.0572519
+0.00535592 0.041413 0.0576791
+0.00564584 0.0416724 0.0581826
+0.00605783 0.0419623 0.0586557
+0.00662242 0.0424353 0.0592355
+0.0075227 0.0430457 0.0598764
+0.00892653 0.0437934 0.0607004
+0.0110933 0.0446784 0.0617533
+0.0168154 0.0459144 0.0632486
+0.0264744 0.0475013 0.065568
+0.0408331 0.0489662 0.0683604
+0.0618601 0.0499275 0.0710613
+0.0807202 0.0513466 0.0735027
+0.102052 0.0528725 0.074815
+0.125231 0.0549172 0.0759899
+0.14966 0.0576486 0.0774395
+0.176165 0.0596323 0.0796674
+0.205203 0.0614176 0.0814679
+0.23682 0.0630961 0.0829023
+0.271809 0.0647898 0.0843366
+0.310811 0.0667887 0.0860914
+0.352773 0.0690776 0.0883497
+0.398184 0.0723278 0.0917067
+0.45098 0.0777142 0.0966964
+0.506355 0.0836347 0.102174
+0.564065 0.0897841 0.107958
+0.626749 0.0978561 0.112764
+0.688472 0.10605 0.117601
+0.74789 0.114092 0.122301
+0.804776 0.123735 0.12813
+0.859922 0.133349 0.134264
+0.912276 0.142794 0.14052
+0.00480659 0.043534 0.0583963
+0.00482185 0.0439307 0.0588083
+0.00517281 0.044358 0.0593423
+0.00556954 0.0447547 0.0598764
+0.00607309 0.0451362 0.060441
+0.00668345 0.0455787 0.0610666
+0.00761425 0.0462043 0.0618753
+0.0091249 0.0470741 0.0630808
+0.0114443 0.048127 0.064683
+0.018204 0.0496376 0.0668345
+0.0283207 0.0513313 0.0694285
+0.0455024 0.0527504 0.0723125
+0.0664073 0.0540932 0.0753338
+0.0863966 0.0553445 0.0777752
+0.109651 0.0572824 0.0790723
+0.134493 0.0598306 0.0803845
+0.160342 0.062211 0.0818647
+0.186786 0.0639353 0.0836042
+0.217762 0.065568 0.0846723
+0.25127 0.0669718 0.0858015
+0.286854 0.0682383 0.087068
+0.326818 0.0693828 0.0884565
+0.37055 0.0719463 0.0911727
+0.417639 0.0757916 0.095079
+0.471458 0.0813611 0.100282
+0.528466 0.0872511 0.105882
+0.587625 0.0939193 0.111254
+0.650156 0.102068 0.11603
+0.709941 0.110079 0.120729
+0.768444 0.118776 0.125795
+0.82501 0.12842 0.131502
+0.878645 0.137972 0.137804
+0.928649 0.147326 0.144076
+0.00466926 0.0470741 0.0604105
+0.00480659 0.0475319 0.0609598
+0.00518807 0.0480049 0.0615702
+0.00560006 0.0484932 0.0621958
+0.00607309 0.0489509 0.0628519
+0.00672923 0.049485 0.0636454
+0.00776684 0.0502937 0.0648356
+0.00939956 0.0515297 0.0667277
+0.0120851 0.0530251 0.0690166
+0.0188296 0.0545968 0.0711528
+0.0293584 0.0563058 0.0734417
+0.0485542 0.0581216 0.0770733
+0.0703288 0.0595254 0.0803388
+0.0931411 0.0611887 0.0826276
+0.117754 0.063386 0.0842298
+0.143572 0.0657511 0.0851301
+0.170184 0.0676127 0.0861677
+0.19852 0.0692454 0.087068
+0.230488 0.0704509 0.0875563
+0.265507 0.0711528 0.0886091
+0.302892 0.0719463 0.0897383
+0.343267 0.0729839 0.0910353
+0.388769 0.0762493 0.0945296
+0.439109 0.080415 0.0989242
+0.493034 0.0853742 0.103929
+0.550332 0.0912032 0.1093
+0.611109 0.0984512 0.114305
+0.672404 0.10634 0.119112
+0.731273 0.114351 0.123705
+0.788281 0.123552 0.129122
+0.844022 0.133196 0.135012
+0.897414 0.142733 0.141421
+0.94461 0.151812 0.147524
+0.00454719 0.0518196 0.063508
+0.0047303 0.0525826 0.064332
+0.00503548 0.0534524 0.0652628
+0.00535592 0.0542611 0.0661784
+0.00576791 0.0550698 0.067155
+0.00642405 0.0560311 0.0684672
+0.00761425 0.0570077 0.0699474
+0.00935378 0.0579995 0.0717021
+0.0127871 0.0592813 0.07364
+0.0196536 0.0610819 0.0757458
+0.0310826 0.0630808 0.0784772
+0.0506905 0.0653544 0.082536
+0.0746777 0.0664836 0.0857099
+0.10016 0.0681773 0.0876326
+0.125917 0.0700847 0.0888838
+0.152178 0.0721599 0.0896925
+0.180423 0.0745251 0.0907454
+0.211444 0.0759442 0.0914015
+0.244694 0.0766155 0.0918441
+0.280537 0.0767529 0.092134
+0.320302 0.0776532 0.0929427
+0.362829 0.079408 0.0948043
+0.408026 0.0817121 0.0979782
+0.460655 0.0854658 0.10251
+0.515358 0.0898909 0.107332
+0.572213 0.0953231 0.112367
+0.633417 0.102831 0.11722
+0.693492 0.110704 0.121981
+0.751873 0.118914 0.126619
+0.807935 0.128481 0.132357
+0.862654 0.13814 0.138643
+0.914717 0.147646 0.14519
+0.961212 0.15671 0.151522
+0.00410468 0.0588693 0.0682536
+0.00427253 0.0600137 0.0692912
+0.00447089 0.0610513 0.0703593
+0.00469978 0.0621653 0.0715496
+0.00502022 0.0632181 0.0727855
+0.00575265 0.0642252 0.0741436
+0.00715648 0.0652476 0.0756542
+0.00909438 0.0664378 0.0774395
+0.0130312 0.0677501 0.0792706
+0.0201877 0.0692149 0.0814221
+0.0336004 0.0716564 0.0845655
+0.0543526 0.074052 0.0881666
+0.0784619 0.0758221 0.0906691
+0.105089 0.0777142 0.0919966
+0.132128 0.0799573 0.0933394
+0.160845 0.0823377 0.0946822
+0.190768 0.0846113 0.0958877
+0.223774 0.0859846 0.096376
+0.259663 0.0868544 0.0963302
+0.298573 0.0873274 0.0960861
+0.339971 0.0871138 0.0965438
+0.383276 0.0874342 0.098558
+0.429419 0.0882887 0.101503
+0.481743 0.090547 0.10547
+0.536889 0.0947433 0.110124
+0.594446 0.100313 0.114977
+0.655253 0.107607 0.119997
+0.714061 0.115557 0.12491
+0.771466 0.124193 0.130236
+0.827466 0.133516 0.135882
+0.881376 0.143252 0.142519
+0.931044 0.152544 0.148974
+0.974533 0.161471 0.155261
+0.00334173 0.0681773 0.0738231
+0.00343328 0.0694438 0.0749371
+0.00357061 0.0708782 0.0760815
+0.00373846 0.0724498 0.0773632
+0.00395209 0.0738537 0.078584
+0.00468452 0.0752575 0.079881
+0.00621042 0.0767681 0.0812238
+0.0081178 0.0782483 0.0825513
+0.0113527 0.0800183 0.0844282
+0.0163577 0.081529 0.0874189
+0.0331884 0.0832227 0.0906996
+0.054963 0.0861524 0.0926528
+0.0804608 0.0887922 0.0941787
+0.107637 0.0903487 0.0956741
+0.138659 0.0919661 0.0975052
+0.170428 0.0936141 0.09897
+0.203159 0.0953689 0.10016
+0.237293 0.0971542 0.100847
+0.276738 0.0977798 0.10042
+0.317418 0.0977493 0.100175
+0.358282 0.0971695 0.100237
+0.402213 0.0967269 0.102052
+0.450782 0.0970779 0.10454
+0.502312 0.0982528 0.10782
+0.557321 0.101427 0.112779
+0.616175 0.107027 0.117784
+0.675868 0.113481 0.122942
+0.73431 0.120867 0.128176
+0.790738 0.129595 0.133669
+0.846082 0.138857 0.13959
+0.89958 0.148455 0.14609
+0.947204 0.157427 0.152422
+0.981048 0.165988 0.158572
+0.00210575 0.0816052 0.0795911
+0.00222782 0.0830091 0.0808728
+0.00233463 0.0844739 0.0820478
+0.00242618 0.0859236 0.0832074
+0.00260929 0.087602 0.0844892
+0.00331121 0.0890669 0.0857862
+0.004654 0.0906844 0.0871138
+0.00650034 0.0924239 0.0879835
+0.00924697 0.0943313 0.0888075
+0.0134737 0.0967269 0.090425
+0.0289616 0.0989395 0.0922408
+0.0531472 0.10103 0.0951858
+0.0814374 0.102327 0.0968948
+0.112078 0.103517 0.0983597
+0.146868 0.104509 0.100069
+0.181109 0.106355 0.101839
+0.216129 0.10782 0.102831
+0.252537 0.109056 0.102937
+0.292943 0.109621 0.102312
+0.334569 0.109468 0.102434
+0.37792 0.10959 0.103349
+0.423377 0.10985 0.104906
+0.474052 0.110643 0.107668
+0.526497 0.111315 0.111406
+0.580591 0.11191 0.11577
+0.637964 0.114794 0.120806
+0.695918 0.120363 0.126085
+0.753689 0.127382 0.131395
+0.809689 0.135698 0.13666
+0.863783 0.144625 0.142855
+0.915602 0.153643 0.149279
+0.963394 0.162432 0.155535
+0.987762 0.170535 0.161517
+0.000701915 0.0964218 0.0848096
+0.000656138 0.0981003 0.0863203
+0.000656138 0.0994888 0.0878462
+0.000686656 0.101366 0.0892653
+0.000946059 0.103365 0.0903487
+0.00157168 0.105501 0.0909133
+0.00268559 0.107362 0.0911574
+0.00427253 0.109606 0.0912032
+0.00668345 0.111864 0.0913405
+0.0117189 0.114412 0.0915389
+0.021973 0.117189 0.092256
+0.0407721 0.120012 0.0941482
+0.0747539 0.121767 0.0963455
+0.113802 0.12134 0.0974594
+0.15198 0.121248 0.0987716
+0.190478 0.120882 0.100832
+0.227466 0.121813 0.101793
+0.267597 0.122972 0.102327
+0.3093 0.123766 0.102876
+0.351949 0.123995 0.10312
+0.397467 0.124102 0.104433
+0.445335 0.124422 0.106416
+0.496239 0.125032 0.109056
+0.549233 0.125429 0.113237
+0.603296 0.126162 0.117922
+0.658183 0.126894 0.123339
+0.71574 0.131212 0.128923
+0.771939 0.136706 0.13402
+0.827085 0.143145 0.139116
+0.880964 0.151369 0.145968
+0.931594 0.159808 0.152529
+0.974136 0.168139 0.158724
+0.994888 0.175677 0.16466
+0.000106813 0.114809 0.0879988
+0.000122072 0.116808 0.0892042
+0.000106813 0.118944 0.0903182
+6.10361e-05 0.121141 0.0912947
+1.5259e-05 0.123323 0.0920729
+0.000244144 0.125795 0.0923934
+0.000915541 0.128359 0.0925307
+0.00184634 0.130846 0.0925917
+0.00366217 0.133288 0.0919203
+0.00709545 0.135546 0.0914931
+0.0142977 0.138384 0.0915847
+0.0294347 0.142153 0.0918593
+0.0591135 0.144472 0.092546
+0.105989 0.145052 0.0942855
+0.152865 0.142672 0.0955215
+0.198276 0.140856 0.0967575
+0.24094 0.140291 0.0983444
+0.283024 0.140475 0.0996719
+0.325933 0.140429 0.100191
+0.369787 0.14052 0.100679
+0.416251 0.141024 0.102815
+0.465644 0.141787 0.105455
+0.517143 0.142519 0.108675
+0.56994 0.143511 0.112902
+0.624704 0.144213 0.11902
+0.680034 0.145159 0.125216
+0.735836 0.146044 0.130648
+0.79057 0.149508 0.136782
+0.844862 0.154269 0.143282
+0.898955 0.160845 0.150042
+0.948104 0.1682 0.155947
+0.98114 0.175006 0.161868
+1 0.181598 0.167712
+0 0.136751 0.0872511
+0 0.139376 0.0879988
+0 0.142061 0.0888228
+0 0.144823 0.0898146
+0 0.147402 0.0908522
+0 0.150164 0.0914778
+0 0.152483 0.0915236
+1.5259e-05 0.154498 0.0910506
+0.00109865 0.156313 0.0897841
+0.00282292 0.15819 0.0890059
+0.00679026 0.162478 0.0885328
+0.0185245 0.166629 0.0873121
+0.0463569 0.169894 0.0867475
+0.0876783 0.171756 0.0873732
+0.142199 0.169635 0.0883345
+0.197162 0.165713 0.0893568
+0.250263 0.161746 0.0905165
+0.29723 0.159701 0.0914473
+0.341009 0.159777 0.0925002
+0.387106 0.160067 0.094667
+0.434577 0.160815 0.0978408
+0.484306 0.161959 0.101625
+0.535515 0.163577 0.106157
+0.588205 0.165118 0.111437
+0.64387 0.165637 0.11812
+0.699138 0.165988 0.123949
+0.753933 0.166934 0.130327
+0.809003 0.16939 0.138201
+0.863569 0.172213 0.146075
+0.91574 0.175143 0.153124
+0.96527 0.178592 0.158953
+0.98883 0.183871 0.164797
+1 0.1897 0.170657
+0 0.159808 0.0836194
+0 0.162173 0.0842603
+0 0.164691 0.0849317
+0 0.167193 0.0855726
+0 0.169635 0.0860304
+0 0.171908 0.0863203
+0 0.17435 0.0861982
+0 0.176913 0.0860304
+4.57771e-05 0.179629 0.0856031
+0.000427253 0.182284 0.0852827
+0.00233463 0.186175 0.0840314
+0.0084535 0.190951 0.0813916
+0.0309453 0.196078 0.0791638
+0.0683452 0.198993 0.078294
+0.120623 0.199008 0.0793469
+0.187655 0.194095 0.0808728
+0.248737 0.18854 0.0809186
+0.305089 0.183474 0.080766
+0.355123 0.180499 0.0815442
+0.403326 0.181338 0.0858167
+0.45182 0.182849 0.0908064
+0.500359 0.184955 0.0963912
+0.551324 0.187228 0.101747
+0.604837 0.189075 0.107927
+0.660304 0.190906 0.114534
+0.715389 0.191623 0.120119
+0.770977 0.192554 0.127596
+0.826673 0.193332 0.136095
+0.882063 0.194217 0.144671
+0.933272 0.195621 0.152667
+0.974441 0.196963 0.160418
+0.997177 0.197971 0.167529
+1 0.201053 0.173495
+0 0.182269 0.0777752
+0 0.184939 0.0780957
+0 0.187686 0.0783856
+0 0.190387 0.0784924
+0 0.193011 0.0785077
+0 0.195682 0.0790875
+0 0.198306 0.0795148
+0 0.200946 0.0797589
+0 0.203357 0.0796826
+3.0518e-05 0.205646 0.0794232
+0.000549325 0.209064 0.0782177
+0.00300603 0.214313 0.0755169
+0.014023 0.221393 0.071046
+0.0462348 0.226413 0.0688792
+0.0955673 0.22826 0.0682994
+0.165469 0.226078 0.0700389
+0.238727 0.220295 0.0706493
+0.3028 0.214176 0.0710307
+0.361074 0.208347 0.0722667
+0.415717 0.204318 0.0760204
+0.46595 0.206149 0.0815137
+0.51632 0.208804 0.087602
+0.56701 0.212268 0.0942855
+0.621027 0.216205 0.10103
+0.675685 0.219348 0.107439
+0.731228 0.221424 0.113741
+0.787747 0.222797 0.121782
+0.8439 0.223301 0.130266
+0.899245 0.223392 0.138994
+0.950286 0.222843 0.148882
+0.982284 0.221454 0.158785
+1 0.219898 0.168231
+1 0.220356 0.17612
+0 0.205859 0.069688
+0 0.208621 0.0697948
+0 0.211658 0.0704967
+0 0.214481 0.0713512
+0 0.217334 0.071931
+0 0.219974 0.0723735
+0 0.222583 0.0725719
+0 0.224979 0.0726024
+0 0.22742 0.0725109
+0 0.229969 0.0723583
+0.000106813 0.233295 0.0713512
+0.00120546 0.238254 0.0688334
+0.00630198 0.244938 0.0649729
+0.0218509 0.2533 0.0606546
+0.0695964 0.258152 0.0593423
+0.13492 0.259007 0.059556
+0.217655 0.254948 0.0618601
+0.292027 0.250095 0.0597238
+0.359228 0.244053 0.0610666
+0.420706 0.237476 0.0650034
+0.478706 0.233585 0.0697642
+0.532082 0.235035 0.0763409
+0.584863 0.238743 0.0830701
+0.637873 0.244846 0.0898909
+0.692943 0.249546 0.0967422
+0.748302 0.253529 0.104005
+0.804166 0.257374 0.111894
+0.860273 0.258656 0.121416
+0.914855 0.25864 0.131121
+0.965911 0.256855 0.141085
+0.990478 0.253346 0.15198
+1 0.250202 0.162295
+1 0.246403 0.172274
+0 0.230198 0.0625772
+0 0.233341 0.0634775
+0 0.236423 0.0644541
+0 0.239506 0.0651713
+0 0.242634 0.0656291
+0 0.245319 0.0661479
+0 0.248173 0.066392
+0 0.250904 0.0666514
+0 0.254032 0.066743
+0 0.256489 0.0665293
+0 0.259876 0.0657206
+0.000122072 0.263905 0.0638437
+0.00222782 0.270878 0.0602731
+0.0102998 0.279576 0.055848
+0.0379034 0.289631 0.0511788
+0.101869 0.293156 0.0505989
+0.180346 0.293141 0.0508736
+0.272145 0.288563 0.0525368
+0.348882 0.284977 0.0490425
+0.419455 0.279576 0.0507362
+0.482872 0.273014 0.0565042
+0.543008 0.268849 0.0614328
+0.601038 0.270222 0.0672313
+0.656825 0.275319 0.0736248
+0.711498 0.281025 0.0814832
+0.766278 0.287419 0.0896162
+0.821546 0.29305 0.0987564
+0.877012 0.29688 0.109239
+0.930892 0.297597 0.119615
+0.972793 0.29691 0.130495
+0.999527 0.294316 0.141314
+0.999954 0.288075 0.152758
+1 0.282353 0.162799
+0 0.256123 0.0571756
+0 0.259602 0.0579232
+0 0.263264 0.0585794
+0 0.266484 0.059205
+0 0.269856 0.0597543
+0 0.272938 0.0602274
+0 0.276081 0.0606394
+0 0.279301 0.0614176
+0 0.282765 0.0619669
+0 0.285954 0.0617227
+0 0.289021 0.0606241
+0 0.292607 0.0588083
+9.15541e-05 0.298833 0.055787
+0.00393683 0.307836 0.0513771
+0.0160525 0.318639 0.0461891
+0.061738 0.328634 0.0422827
+0.142412 0.330617 0.0430152
+0.235737 0.330053 0.0432441
+0.332174 0.327779 0.0415656
+0.410361 0.325841 0.0378882
+0.481544 0.32076 0.0399786
+0.546853 0.312169 0.0487831
+0.610498 0.309499 0.0526589
+0.672541 0.309743 0.0567025
+0.730938 0.314427 0.0618296
+0.785351 0.321935 0.0702831
+0.840452 0.328908 0.0809186
+0.894926 0.334844 0.0925154
+0.948257 0.33904 0.104036
+0.980911 0.339971 0.115923
+0.999054 0.339437 0.127779
+0.999908 0.335821 0.13933
+1 0.329274 0.150668
+0 0.284703 0.0513313
+0 0.288243 0.0519722
+0 0.291554 0.0528115
+0 0.294789 0.0534524
+0 0.298314 0.0540322
+0 0.301671 0.0549172
+0 0.304906 0.0558328
+0 0.308476 0.056733
+0 0.311818 0.0570382
+0 0.314839 0.0564584
+0 0.317922 0.0552834
+0 0.322362 0.0532235
+0 0.328954 0.0509804
+0.000167849 0.337606 0.0474861
+0.00741588 0.349706 0.0423438
+0.0270542 0.363653 0.0367132
+0.101793 0.371618 0.0353552
+0.197345 0.372366 0.0373388
+0.298253 0.371481 0.0379492
+0.393683 0.372778 0.032105
+0.472251 0.373037 0.0271916
+0.54548 0.369345 0.0272374
+0.613397 0.358328 0.0379644
+0.680369 0.355901 0.0411383
+0.744091 0.356435 0.0442512
+0.804257 0.360632 0.0482795
+0.860197 0.367758 0.0589609
+0.914107 0.374533 0.0707866
+0.962142 0.380697 0.0835584
+0.99028 0.385641 0.0970626
+0.998825 0.386892 0.110201
+1 0.386572 0.123384
+1 0.383322 0.137041
+0 0.313344 0.0461433
+0 0.316899 0.0465705
+0 0.320378 0.0475471
+0 0.324224 0.0488899
+0 0.327947 0.0502937
+0 0.33167 0.0516823
+0 0.335439 0.0529793
+0 0.339559 0.0543069
+0 0.34316 0.0547036
+0 0.346883 0.0538491
+0 0.351598 0.0518807
+0 0.357702 0.0492256
+0 0.365972 0.0467079
+0 0.376242 0.043534
+0.000350958 0.389013 0.0381781
+0.019028 0.402548 0.0328222
+0.0576486 0.414374 0.0289158
+0.154223 0.41677 0.0320592
+0.258015 0.417212 0.0341955
+0.36437 0.417533 0.0331884
+0.459739 0.424781 0.0200961
+0.539544 0.426612 0.0166171
+0.614038 0.42504 0.0154574
+0.683406 0.415549 0.0218357
+0.749935 0.411383 0.0269017
+0.814481 0.410483 0.0327153
+0.876265 0.413169 0.0393378
+0.931136 0.419608 0.0508125
+0.971466 0.425101 0.0629435
+0.99765 0.42977 0.0760662
+0.999344 0.434012 0.0903182
+1 0.435615 0.104784
+1 0.435843 0.117632
+0 0.344533 0.0447395
+0 0.348501 0.0458991
+0 0.352056 0.0470741
+0 0.356008 0.0481575
+0 0.36025 0.0492866
+0 0.364279 0.0505226
+0 0.368307 0.0516213
+0 0.372763 0.0526436
+0 0.376654 0.0524453
+0 0.38117 0.0518349
+0 0.387747 0.0507668
+0 0.397787 0.0480049
+0 0.410132 0.042649
+0 0.423316 0.0361028
+4.57771e-05 0.434989 0.0307164
+0.0047303 0.445579 0.0273899
+0.0402838 0.455268 0.0254215
+0.10959 0.464332 0.0250706
+0.221561 0.461692 0.0327916
+0.329793 0.463859 0.0322728
+0.432181 0.468727 0.0271916
+0.526741 0.480278 0.0112306
+0.606668 0.484688 0.00831617
+0.680735 0.48455 0.00936904
+0.751171 0.476661 0.0141146
+0.81799 0.472953 0.0211337
+0.882948 0.471092 0.0285191
+0.945296 0.47097 0.0352789
+0.978576 0.474327 0.0463111
+0.996704 0.477287 0.0583963
+1 0.479789 0.0713664
+1 0.482307 0.0844434
+1 0.482979 0.0966812
+0 0.37911 0.0441291
+0 0.383032 0.0450141
+0 0.386984 0.0458534
+0 0.390845 0.0466773
+0 0.395117 0.0476234
+0 0.399954 0.0488441
+0 0.404517 0.0501564
+0 0.409644 0.0517128
+0 0.41532 0.052369
+0 0.420874 0.0525978
+0 0.42826 0.0519265
+0 0.441428 0.0466926
+0 0.458564 0.038407
+0.000167849 0.471794 0.0319982
+0.00180056 0.481941 0.0272374
+0.00914015 0.489448 0.0249485
+0.0408484 0.498024 0.0239567
+0.100099 0.504509 0.0251774
+0.187427 0.508904 0.028687
+0.289784 0.508171 0.0362402
+0.394995 0.514382 0.0330968
+0.501015 0.524758 0.0247349
+0.590494 0.538582 0.0127565
+0.671839 0.545403 0.00753796
+0.747631 0.548775 0.00660716
+0.818463 0.543206 0.0115053
+0.885267 0.537606 0.0184024
+0.942702 0.533059 0.0266728
+0.983276 0.5308 0.0355077
+0.995132 0.530877 0.0457313
+1 0.530602 0.0564736
+1 0.530846 0.0671244
+1 0.53051 0.0775311
+0 0.419486 0.0441444
+0 0.423911 0.0451667
+0 0.428183 0.0462806
+0 0.432731 0.0473182
+0 0.437385 0.048661
+0 0.442664 0.0497902
+0 0.448966 0.0504921
+0 0.455283 0.0509804
+0 0.462196 0.0511177
+0 0.468574 0.0509346
+0 0.477943 0.0486763
+0 0.492378 0.0428168
+0 0.507042 0.0359503
+0.000595102 0.516945 0.0317235
+0.00767529 0.525246 0.0286259
+0.0227054 0.532891 0.0274968
+0.0487221 0.540566 0.0285191
+0.0928664 0.548424 0.029984
+0.156161 0.553719 0.0329595
+0.242756 0.55613 0.0382239
+0.353979 0.55938 0.0428626
+0.461219 0.569055 0.0391852
+0.56553 0.583658 0.028397
+0.654765 0.601419 0.0146944
+0.737469 0.611536 0.007187
+0.81445 0.615671 0.005066
+0.884611 0.610513 0.010605
+0.940612 0.603174 0.0189364
+0.982269 0.596002 0.0288701
+0.99678 0.590021 0.0390936
+0.999954 0.585809 0.047837
+1 0.582666 0.0559548
+1 0.579919 0.063447
+0 0.469123 0.0420691
+0 0.474937 0.0423896
+0 0.481163 0.0430762
+0 0.487007 0.0437324
+0 0.493034 0.0443275
+0 0.49839 0.0450141
+0 0.503609 0.0460975
+0 0.509911 0.0474708
+0 0.515435 0.048661
+0 0.52221 0.0492256
+0 0.530632 0.0478065
+0 0.540566 0.0453498
+0.000244144 0.549859 0.0434424
+0.00108339 0.558572 0.0413367
+0.0136568 0.566751 0.0398566
+0.0333867 0.574548 0.0389258
+0.0589914 0.581827 0.0385138
+0.0841535 0.589166 0.0395666
+0.132158 0.596399 0.0411078
+0.203677 0.602045 0.0443427
+0.309407 0.604105 0.0505226
+0.418753 0.612741 0.0527352
+0.526894 0.626749 0.0466468
+0.632258 0.647837 0.0308385
+0.720714 0.666529 0.0164187
+0.803555 0.678172 0.00805676
+0.87744 0.68423 0.00613413
+0.937957 0.67686 0.0134279
+0.976501 0.668162 0.0233616
+0.998062 0.657694 0.0347906
+0.999527 0.647822 0.043183
+1 0.640101 0.0493629
+1 0.635493 0.0538186
+0 0.524193 0.0406958
+0 0.529747 0.0420691
+0 0.535546 0.0434272
+0 0.541436 0.0445563
+0 0.546715 0.0456703
+0 0.552728 0.0466468
+0 0.55816 0.0475471
+0 0.563272 0.0493782
+0 0.568139 0.051957
+0 0.57229 0.0546426
+0 0.576913 0.0567636
+0 0.582559 0.0578012
+0.000244144 0.58999 0.0574655
+0.00344854 0.597421 0.0563211
+0.0132296 0.604929 0.0547189
+0.0397345 0.613199 0.0530556
+0.0679484 0.621134 0.0521553
+0.0965744 0.628885 0.0521096
+0.126131 0.635996 0.0532387
+0.184939 0.642832 0.0553445
+0.264057 0.649104 0.0587472
+0.372808 0.653498 0.064683
+0.485466 0.667796 0.0625467
+0.596887 0.686595 0.0537881
+0.69868 0.711299 0.0353552
+0.784131 0.730831 0.0212558
+0.861418 0.743618 0.0126497
+0.929381 0.74995 0.0115663
+0.968627 0.740444 0.0209354
+0.99173 0.729152 0.0309453
+1 0.714733 0.0420233
+1 0.703685 0.0494698
+1 0.700847 0.0529641
+0 0.574578 0.0470283
+0 0.578668 0.0492256
+0 0.583276 0.0515145
+0 0.587594 0.0536507
+0 0.59205 0.0558328
+0 0.596857 0.0580301
+0 0.60119 0.0603494
+0 0.60557 0.0628519
+1.5259e-05 0.609476 0.0657206
+1.5259e-05 0.612802 0.068513
+3.0518e-05 0.616342 0.0712596
+1.5259e-05 0.620798 0.0735027
+0 0.62649 0.0742504
+0.00424201 0.632517 0.0739757
+0.0153201 0.639368 0.0728466
+0.042359 0.647776 0.0701762
+0.0729839 0.656199 0.0683452
+0.103471 0.664393 0.0676432
+0.132326 0.671992 0.0687419
+0.169543 0.67953 0.0706645
+0.23331 0.686336 0.0728008
+0.319188 0.693858 0.0751659
+0.441093 0.703777 0.0792096
+0.554772 0.722591 0.0730907
+0.66334 0.745159 0.061387
+0.759777 0.771679 0.0418097
+0.839292 0.791897 0.0303349
+0.907835 0.8047 0.0249485
+0.962371 0.809064 0.0288853
+0.985504 0.798627 0.0358434
+0.997818 0.786023 0.0436103
+1 0.770932 0.0527047
+1 0.773922 0.0551766
+0.000198367 0.615183 0.061326
+0.000228885 0.619318 0.0638895
+0.000213626 0.623117 0.0663462
+0.00015259 0.62681 0.0687114
+0.000183108 0.631113 0.0717479
+0.000183108 0.634806 0.0745098
+0.000167849 0.63856 0.0772412
+0.000167849 0.642298 0.0799573
+0.000122072 0.646006 0.0826123
+0.000991836 0.649226 0.0852827
+0.00196841 0.652506 0.0879988
+0.00273136 0.655863 0.090425
+0.00340276 0.659617 0.0926223
+0.00675975 0.664714 0.0933852
+0.0183108 0.670405 0.0932479
+0.0371862 0.676844 0.0925002
+0.0691386 0.686046 0.0896315
+0.103853 0.69575 0.0877546
+0.137804 0.704616 0.086656
+0.167956 0.712856 0.0869306
+0.212619 0.720378 0.0874342
+0.286824 0.72903 0.0887312
+0.386526 0.739178 0.090074
+0.507576 0.754604 0.0903639
+0.61976 0.776898 0.082536
+0.725597 0.801907 0.0706951
+0.814878 0.82829 0.0555734
+0.887587 0.847196 0.0502632
+0.946197 0.860441 0.0500954
+0.983764 0.863294 0.0551308
+0.99556 0.852277 0.0557717
+1 0.845548 0.0546578
+1 0.848432 0.054551
+0.00164797 0.651713 0.0784466
+0.00288396 0.655207 0.0810407
+0.00424201 0.658701 0.0838483
+0.00552377 0.662272 0.0866865
+0.00660716 0.665904 0.0895857
+0.00753796 0.669245 0.0923018
+0.00834669 0.672694 0.0950637
+0.00914015 0.676295 0.0978714
+0.00968948 0.679759 0.100618
+0.0101778 0.683207 0.103334
+0.0106508 0.687114 0.104616
+0.0109407 0.690852 0.105959
+0.0113069 0.694453 0.107469
+0.0120394 0.698314 0.108507
+0.0164645 0.703166 0.108873
+0.0328222 0.710185 0.106462
+0.0584573 0.719875 0.102235
+0.0921798 0.730282 0.0975814
+0.129778 0.742077 0.0938277
+0.16672 0.753292 0.09131
+0.196109 0.762036 0.0913558
+0.251774 0.770336 0.0925154
+0.334646 0.779309 0.0951095
+0.449805 0.790478 0.0980087
+0.572229 0.809171 0.0993973
+0.683772 0.831846 0.0952773
+0.785657 0.857282 0.0884565
+0.865751 0.881422 0.0826581
+0.928374 0.899016 0.0816815
+0.975006 0.910582 0.08159
+0.99324 0.910643 0.0791943
+0.99881 0.914656 0.0809644
+1 0.919524 0.0839704
+0.0140841 0.68542 0.096849
+0.0149386 0.689647 0.0978561
+0.0158389 0.69424 0.0987106
+0.0165866 0.698665 0.0995651
+0.0173342 0.703426 0.100481
+0.0179446 0.708003 0.101442
+0.0183566 0.71223 0.102403
+0.0186007 0.716655 0.103441
+0.0188449 0.721157 0.104585
+0.0186007 0.725277 0.106249
+0.0182498 0.729168 0.107881
+0.0167086 0.735103 0.106706
+0.0150912 0.740597 0.105501
+0.0137331 0.746105 0.104128
+0.0123445 0.751675 0.102846
+0.0222019 0.760037 0.0986343
+0.0393378 0.769467 0.0933547
+0.0649271 0.780301 0.0869306
+0.109911 0.794263 0.0796216
+0.149569 0.807019 0.0770123
+0.188663 0.819013 0.0763104
+0.225513 0.828153 0.0770275
+0.297322 0.836774 0.0817731
+0.392035 0.845106 0.0907301
+0.525353 0.849607 0.105684
+0.650645 0.864256 0.113863
+0.761395 0.883024 0.115099
+0.857237 0.905501 0.109575
+0.926375 0.922911 0.103914
+0.971069 0.935637 0.10074
+0.99617 0.944472 0.0996567
+0.999084 0.946242 0.100893
+1 0.947341 0.102388
+0.0257725 0.727886 0.0984207
+0.0263371 0.73254 0.0993668
+0.0251316 0.739574 0.0970169
+0.0238499 0.747127 0.0944228
+0.0225681 0.754009 0.0921645
+0.0211948 0.761059 0.0898909
+0.0195163 0.7682 0.0877699
+0.0177615 0.774884 0.0860151
+0.0159915 0.781811 0.084184
+0.0142061 0.788724 0.0823377
+0.0125124 0.795132 0.0807507
+0.0109865 0.801068 0.0793011
+0.00952163 0.802899 0.0796674
+0.00819409 0.803449 0.0806287
+0.00743114 0.804044 0.0815442
+0.00776684 0.804944 0.0821546
+0.021088 0.808911 0.0791791
+0.0531014 0.815274 0.0747234
+0.101305 0.823713 0.0699474
+0.14786 0.833783 0.0710155
+0.185565 0.840681 0.0725719
+0.228565 0.846326 0.0756237
+0.30045 0.851209 0.0829938
+0.423667 0.854444 0.0977951
+0.557458 0.8607 0.112703
+0.685298 0.873396 0.124041
+0.788693 0.894423 0.121065
+0.876967 0.914504 0.115267
+0.948623 0.931563 0.108171
+0.980499 0.943343 0.106889
+0.997009 0.949645 0.106767
+1 0.951125 0.108339
+1 0.951156 0.110353
+0.0231785 0.79147 0.0734722
+0.0217746 0.798428 0.0711681
+0.0203708 0.805722 0.0687419
+0.0190585 0.806531 0.069276
+0.0175174 0.807141 0.0701762
+0.0159304 0.807828 0.0710918
+0.0143435 0.808484 0.0720378
+0.0128481 0.809308 0.0728313
+0.0112306 0.810162 0.0737011
+0.00967422 0.810742 0.0747387
+0.00830091 0.811246 0.0757458
+0.00691234 0.811963 0.0767071
+0.00556954 0.812726 0.0776074
+0.00436408 0.812528 0.079057
+0.00373846 0.811917 0.081239
+0.00677501 0.812055 0.0827344
+0.0179599 0.814481 0.0811322
+0.0609903 0.821424 0.0760815
+0.108141 0.829938 0.0732738
+0.154665 0.838712 0.0734722
+0.188617 0.844205 0.0754711
+0.246311 0.849256 0.0808576
+0.330922 0.85391 0.0901198
+0.470817 0.856413 0.107332
+0.603006 0.865934 0.120562
+0.72517 0.880766 0.128038
+0.825757 0.902922 0.123323
+0.903349 0.920943 0.116808
+0.961013 0.936049 0.112398
+0.992401 0.947768 0.111864
+0.998276 0.950378 0.113603
+1 0.951278 0.115541
+1 0.951339 0.117632
+0.00531014 0.0358434 0.0512551
+0.00537118 0.035935 0.0516823
+0.00541695 0.0360418 0.0521096
+0.00576791 0.0362402 0.0526894
+0.00637827 0.0365301 0.053315
+0.00700389 0.0367895 0.0538949
+0.00767529 0.0370642 0.05449
+0.00865187 0.0373693 0.0552224
+0.0101167 0.0377966 0.0561379
+0.0119478 0.0381781 0.0569467
+0.0154269 0.0384527 0.0576028
+0.0246128 0.0390173 0.0585336
+0.0368353 0.0403143 0.0607309
+0.0534218 0.0408484 0.063386
+0.0712749 0.0417334 0.0651865
+0.090074 0.0432288 0.0661784
+0.109468 0.0451972 0.0681621
+0.131258 0.047776 0.0702373
+0.154986 0.0505379 0.0723125
+0.180941 0.0529946 0.0741131
+0.210208 0.0554055 0.0765545
+0.241581 0.0572366 0.0783703
+0.275685 0.0585641 0.0794995
+0.316304 0.0617838 0.0822003
+0.360418 0.0655528 0.0856336
+0.407736 0.0699016 0.0897078
+0.462303 0.0755474 0.09514
+0.519677 0.0819257 0.100847
+0.579431 0.0888991 0.106584
+0.642893 0.0968948 0.111711
+0.703441 0.104952 0.116609
+0.762402 0.113359 0.121614
+0.820096 0.122728 0.127337
+0.00563058 0.0365759 0.0530098
+0.00563058 0.0367285 0.0534066
+0.00563058 0.0368658 0.0537881
+0.00601205 0.0371252 0.0543679
+0.00656138 0.0374151 0.054963
+0.00712596 0.0376898 0.0555428
+0.0077821 0.0379187 0.056199
+0.00877394 0.0382696 0.0569619
+0.0101472 0.0386358 0.0576638
+0.0118563 0.0389563 0.0582132
+0.0175021 0.0395514 0.0590066
+0.0278172 0.0406043 0.0604715
+0.041062 0.0418708 0.0629587
+0.0589456 0.0421454 0.0659342
+0.0774395 0.0434882 0.0672313
+0.0968032 0.0452125 0.0686198
+0.11664 0.0469673 0.0702983
+0.139788 0.0498207 0.0725414
+0.165072 0.0524758 0.0747234
+0.192355 0.0548714 0.0769818
+0.222126 0.0569619 0.0793469
+0.255253 0.0585336 0.0807965
+0.291783 0.0606088 0.0825971
+0.332753 0.0636454 0.0852674
+0.378759 0.0675975 0.0889601
+0.428458 0.0723735 0.0933852
+0.482795 0.0782025 0.0986648
+0.541588 0.0849165 0.104463
+0.603006 0.0923934 0.109865
+0.665858 0.100542 0.114946
+0.725139 0.108583 0.119646
+0.783047 0.117433 0.125032
+0.839857 0.126864 0.130953
+0.00567636 0.0375372 0.0545357
+0.0056611 0.0376898 0.0549172
+0.00570687 0.0378576 0.055314
+0.00610361 0.038117 0.0559701
+0.00662242 0.0383917 0.056611
+0.00715648 0.0386511 0.0572061
+0.00775158 0.0388647 0.0578012
+0.00865187 0.0391089 0.0583658
+0.0099031 0.0393835 0.0587778
+0.011902 0.0399176 0.0594492
+0.0197147 0.04094 0.060502
+0.0307164 0.042359 0.0625467
+0.0462654 0.0433051 0.0654917
+0.0648508 0.0437629 0.0682536
+0.08365 0.0455482 0.0696574
+0.103731 0.0472267 0.0713207
+0.12546 0.0493324 0.0731975
+0.14902 0.0522316 0.075349
+0.175509 0.0545357 0.0775769
+0.204135 0.0565347 0.0798047
+0.234638 0.0583047 0.0818494
+0.268879 0.0599832 0.0832837
+0.308217 0.0625315 0.0856031
+0.350515 0.0655985 0.0884718
+0.396307 0.0694285 0.0921035
+0.449241 0.0750134 0.0970169
+0.505119 0.0812695 0.102342
+0.563668 0.0880293 0.108095
+0.626139 0.0961166 0.113283
+0.687709 0.104311 0.118273
+0.746685 0.112291 0.122942
+0.803754 0.121691 0.128649
+0.85893 0.131136 0.134661
+0.0056611 0.0385901 0.0560006
+0.00563058 0.0387732 0.0564431
+0.00573739 0.0389868 0.0569467
+0.00610361 0.0392309 0.057557
+0.00653086 0.0394141 0.0580758
+0.00698863 0.0395972 0.0585794
+0.00753796 0.039765 0.0590524
+0.00846876 0.0400244 0.0594644
+0.0100404 0.0405737 0.0600443
+0.0125734 0.0413825 0.0609598
+0.0215915 0.0426642 0.0621805
+0.0330968 0.0443122 0.0651102
+0.0515602 0.0449378 0.0683757
+0.0709087 0.0460059 0.0707713
+0.0900893 0.0477913 0.0726787
+0.111284 0.0493629 0.074342
+0.1346 0.0519417 0.0762493
+0.159503 0.0545815 0.0783246
+0.185977 0.0564736 0.0805829
+0.215976 0.0580758 0.0825818
+0.248249 0.0597543 0.0843214
+0.283375 0.0617685 0.0860304
+0.324346 0.0643015 0.0885328
+0.368383 0.0675822 0.0916457
+0.415473 0.0718242 0.0954757
+0.470085 0.0780957 0.100679
+0.527504 0.0846876 0.106172
+0.586908 0.0918135 0.111681
+0.649653 0.100099 0.116884
+0.709255 0.108095 0.121584
+0.767727 0.116625 0.126589
+0.824659 0.126116 0.13225
+0.878386 0.135515 0.138338
+0.00543221 0.039765 0.0575113
+0.00538643 0.0399329 0.0578927
+0.00553903 0.0401007 0.0583658
+0.00585946 0.0403296 0.0588388
+0.00622568 0.0405585 0.0592813
+0.00666819 0.0408179 0.0597238
+0.00735485 0.0411536 0.0601968
+0.00860609 0.0417334 0.0608377
+0.0104524 0.0425879 0.0619059
+0.014725 0.0436866 0.0632792
+0.0237736 0.0451209 0.0652934
+0.0356451 0.0466621 0.0684672
+0.0569772 0.0470741 0.0715343
+0.0767376 0.0486305 0.0740826
+0.0972915 0.050248 0.076112
+0.119722 0.0520333 0.0777447
+0.14432 0.0549477 0.0795453
+0.170123 0.0569162 0.0816663
+0.19762 0.0584115 0.0837262
+0.227909 0.0597848 0.0852979
+0.262394 0.0619211 0.087068
+0.299779 0.06421 0.0890669
+0.340642 0.0665751 0.09131
+0.386175 0.0702983 0.0948348
+0.436713 0.0753338 0.0992142
+0.491371 0.0814832 0.104311
+0.549386 0.0881361 0.10985
+0.610544 0.0958572 0.115221
+0.672358 0.104112 0.120394
+0.731136 0.112016 0.12488
+0.788464 0.12108 0.13019
+0.844587 0.130632 0.135943
+0.897704 0.139971 0.141878
+0.00503548 0.0412909 0.0587778
+0.00495918 0.0415045 0.0591135
+0.00521859 0.0417792 0.0595865
+0.00555428 0.0420539 0.0600443
+0.00602731 0.0424201 0.0605478
+0.00660716 0.0429236 0.0611887
+0.00746166 0.0435187 0.062089
+0.00881972 0.0443275 0.0632639
+0.0108186 0.0453803 0.0646983
+0.0164645 0.0466773 0.0666056
+0.0259556 0.0481575 0.0692454
+0.0408179 0.0494087 0.0723583
+0.0623331 0.050309 0.0755322
+0.0825666 0.0515297 0.0782635
+0.105272 0.053254 0.0799725
+0.129534 0.0555734 0.0815747
+0.154726 0.0582742 0.083238
+0.180789 0.0597848 0.0853285
+0.209827 0.0614176 0.0869306
+0.241642 0.0631571 0.0884108
+0.276738 0.0650797 0.0901198
+0.316091 0.0670329 0.0919051
+0.358389 0.0695964 0.0943313
+0.404288 0.0733196 0.0980392
+0.457725 0.0789197 0.102861
+0.513466 0.0850385 0.108003
+0.571405 0.091722 0.113436
+0.633555 0.0999619 0.118776
+0.69427 0.108095 0.123735
+0.752728 0.116091 0.128115
+0.809354 0.125719 0.133715
+0.863722 0.135195 0.139651
+0.915648 0.144564 0.1458
+0.00480659 0.0437934 0.0603189
+0.00486763 0.0441596 0.0607462
+0.0052491 0.0446174 0.0613107
+0.00563058 0.0449836 0.0619669
+0.00607309 0.0454414 0.0628061
+0.0065919 0.0459602 0.0636912
+0.0074464 0.0467384 0.0648203
+0.00895705 0.047837 0.0664836
+0.0110933 0.049134 0.0685283
+0.0177615 0.0504921 0.0708476
+0.0277867 0.0519112 0.0734722
+0.0451514 0.0532387 0.0767681
+0.066865 0.0544594 0.0801862
+0.0888228 0.0556039 0.0827955
+0.113451 0.0576181 0.0845045
+0.138827 0.06009 0.085832
+0.164675 0.0623331 0.0872511
+0.191058 0.0641337 0.0890822
+0.222324 0.0656901 0.0903944
+0.256031 0.0670176 0.091722
+0.291569 0.0682231 0.0930343
+0.331945 0.0697948 0.0945144
+0.37644 0.0728008 0.0975509
+0.42446 0.0768749 0.101595
+0.47837 0.0822461 0.106386
+0.535653 0.0886702 0.111559
+0.594858 0.0959335 0.116823
+0.656596 0.104173 0.122362
+0.715587 0.112184 0.126894
+0.773541 0.120958 0.131838
+0.829908 0.13051 0.137362
+0.882856 0.139925 0.143664
+0.931685 0.149096 0.149828
+0.00483711 0.0472267 0.0625315
+0.00492866 0.047715 0.0632792
+0.00523384 0.0482795 0.0641337
+0.00556954 0.0488594 0.0649882
+0.00596628 0.049485 0.0658579
+0.00654612 0.0502937 0.0669261
+0.00756847 0.0512703 0.068452
+0.00920119 0.0525978 0.0707713
+0.0119173 0.0540017 0.0733501
+0.0185092 0.0552682 0.0755016
+0.0285191 0.0568856 0.0779583
+0.0474861 0.0588998 0.0819562
+0.0708934 0.0600595 0.0853895
+0.0957198 0.0614481 0.0878309
+0.121767 0.0634012 0.0894942
+0.14757 0.0656901 0.0901503
+0.174502 0.0676432 0.0914778
+0.203387 0.0692454 0.0929122
+0.235248 0.070161 0.0940414
+0.270237 0.070634 0.0948653
+0.307805 0.0715648 0.0958572
+0.348531 0.0731823 0.0972305
+0.394568 0.0765087 0.100847
+0.445533 0.0807813 0.10518
+0.49984 0.0860456 0.110033
+0.557488 0.0927596 0.115251
+0.617624 0.100404 0.120546
+0.678355 0.108461 0.125628
+0.736904 0.116625 0.13019
+0.793591 0.125856 0.13547
+0.848905 0.135332 0.141253
+0.901595 0.144747 0.147692
+0.947707 0.153704 0.15378
+0.00460822 0.052079 0.0663157
+0.00474556 0.052842 0.0673228
+0.0049897 0.0537423 0.0684062
+0.00527962 0.0546273 0.0694896
+0.0056611 0.0555123 0.070634
+0.00634775 0.0564431 0.0720378
+0.00756847 0.0573587 0.0737469
+0.00927749 0.0584421 0.0759594
+0.012665 0.0599222 0.0782483
+0.0192264 0.0617838 0.0806592
+0.0302739 0.0638132 0.0836347
+0.0497292 0.0662242 0.087602
+0.0752117 0.0669261 0.0909285
+0.102617 0.0682994 0.0929274
+0.129625 0.0700542 0.0940414
+0.156558 0.0723278 0.0946975
+0.184955 0.0742199 0.0962387
+0.216007 0.0751812 0.0973068
+0.249104 0.0754711 0.0979171
+0.28455 0.0753033 0.0978561
+0.324941 0.0767376 0.0989548
+0.367956 0.0788739 0.101274
+0.413504 0.0815137 0.104692
+0.466865 0.0857252 0.109224
+0.522133 0.0909285 0.113954
+0.579232 0.0971389 0.118853
+0.639872 0.104891 0.123995
+0.69955 0.112993 0.128832
+0.75761 0.121462 0.133562
+0.813535 0.130831 0.138888
+0.867185 0.14023 0.144991
+0.918318 0.149584 0.151446
+0.963806 0.158434 0.157687
+0.00415045 0.0589456 0.0715038
+0.00433356 0.0599527 0.0726329
+0.00456245 0.0609903 0.0738537
+0.00479133 0.0619974 0.0750591
+0.00514229 0.0630198 0.0763714
+0.00588998 0.0639811 0.0778363
+0.00733959 0.0651102 0.0795911
+0.00929274 0.066453 0.0817121
+0.0131228 0.0678874 0.084062
+0.0195926 0.0697185 0.0866102
+0.0327459 0.0724193 0.0897993
+0.053666 0.0747845 0.0931411
+0.0786145 0.0760662 0.0958114
+0.107179 0.0776532 0.0977493
+0.135317 0.079942 0.0988022
+0.164538 0.0821088 0.0998398
+0.194339 0.0836957 0.100969
+0.226978 0.0851301 0.10193
+0.263416 0.0857557 0.102281
+0.302876 0.085832 0.10251
+0.344121 0.0852522 0.103212
+0.387823 0.0859236 0.105577
+0.435126 0.0878767 0.108934
+0.488136 0.0911574 0.112886
+0.543603 0.0962234 0.117403
+0.601328 0.102388 0.122179
+0.661616 0.109773 0.127214
+0.720333 0.117952 0.131945
+0.777295 0.126604 0.136919
+0.832776 0.135729 0.142153
+0.885695 0.145251 0.14876
+0.934325 0.154391 0.155322
+0.975967 0.163134 0.16144
+0.00360113 0.067628 0.0775158
+0.0037232 0.0690623 0.0787823
+0.00387579 0.0703593 0.0800183
+0.00407416 0.0718547 0.0813153
+0.0043183 0.0733196 0.0825818
+0.00508125 0.0746777 0.0839094
+0.00657664 0.0763104 0.085481
+0.00842298 0.0779278 0.087068
+0.0113832 0.0797742 0.0892348
+0.0157015 0.0815747 0.092256
+0.0321965 0.0838788 0.0955215
+0.0537118 0.0864424 0.0977951
+0.0799268 0.0885481 0.100175
+0.108568 0.0902571 0.102495
+0.14081 0.0919966 0.104036
+0.173114 0.0938277 0.105669
+0.206332 0.0954452 0.106981
+0.240528 0.0967422 0.107759
+0.280125 0.096437 0.107622
+0.320775 0.0957656 0.107774
+0.36199 0.0949874 0.108248
+0.406668 0.0949722 0.110307
+0.45655 0.0962539 0.112902
+0.509194 0.0986954 0.116136
+0.56437 0.102785 0.120516
+0.622873 0.108659 0.125292
+0.682094 0.11545 0.13022
+0.740597 0.12314 0.135134
+0.79649 0.131914 0.140414
+0.850797 0.141054 0.146365
+0.903761 0.150515 0.153109
+0.950408 0.159335 0.159197
+0.982391 0.167636 0.164813
+0.00257877 0.0804303 0.0839704
+0.00273136 0.0818647 0.0852827
+0.0027924 0.0835126 0.0865187
+0.00285344 0.0851301 0.0877394
+0.0030518 0.0867018 0.0889296
+0.00370794 0.0882734 0.0901503
+0.00500496 0.0899214 0.0913252
+0.00679026 0.0914931 0.0923476
+0.00939956 0.0933089 0.0936294
+0.0137636 0.0954604 0.0955825
+0.0286717 0.0981613 0.0982681
+0.0517281 0.100511 0.102068
+0.0800488 0.102205 0.104738
+0.111803 0.103777 0.10695
+0.147585 0.104952 0.109163
+0.182406 0.106676 0.110964
+0.217365 0.108034 0.111849
+0.254398 0.109071 0.112108
+0.294972 0.109514 0.111925
+0.337026 0.109285 0.11194
+0.380926 0.10927 0.112642
+0.426871 0.108827 0.11397
+0.477913 0.109377 0.116335
+0.530816 0.109728 0.119539
+0.585672 0.111025 0.123583
+0.643656 0.115572 0.128801
+0.702083 0.122164 0.133928
+0.759854 0.129747 0.138994
+0.815351 0.13814 0.144152
+0.868605 0.14699 0.150561
+0.919326 0.155718 0.156924
+0.966323 0.164355 0.162631
+0.988937 0.172244 0.167849
+0.000991836 0.0953384 0.0904707
+0.000991836 0.0969406 0.0916609
+0.000976577 0.0985122 0.0928817
+0.00105287 0.100435 0.0938125
+0.00128176 0.102556 0.094728
+0.00187686 0.104555 0.0956283
+0.00294499 0.106523 0.0964523
+0.00448615 0.10869 0.0973068
+0.00683604 0.11104 0.0983291
+0.0118868 0.11342 0.0995041
+0.0220951 0.115923 0.101259
+0.0400702 0.119081 0.103777
+0.073518 0.120714 0.106828
+0.112062 0.121065 0.109163
+0.150042 0.121904 0.11133
+0.188724 0.122667 0.113344
+0.226963 0.124376 0.114534
+0.268101 0.12549 0.114977
+0.310475 0.125795 0.114992
+0.353658 0.125368 0.114351
+0.399954 0.124971 0.115236
+0.448539 0.124605 0.116884
+0.499657 0.124636 0.119051
+0.553231 0.124636 0.122713
+0.607706 0.125612 0.127123
+0.663478 0.127337 0.132265
+0.721645 0.132464 0.137484
+0.777768 0.13875 0.142504
+0.832486 0.145739 0.14786
+0.885634 0.153597 0.154528
+0.935073 0.161791 0.160311
+0.97554 0.169757 0.165637
+0.995911 0.177066 0.170733
+0.000244144 0.113603 0.094316
+0.000213626 0.115618 0.0954147
+0.00015259 0.117586 0.0966354
+4.57771e-05 0.11957 0.0979171
+3.0518e-05 0.122057 0.0990311
+0.000381476 0.124788 0.0999161
+0.00114443 0.127611 0.100694
+0.00205997 0.129946 0.101366
+0.00386053 0.13225 0.101686
+0.00726329 0.134264 0.102358
+0.0141604 0.137392 0.103502
+0.0294347 0.141131 0.104738
+0.0591897 0.143374 0.106172
+0.104768 0.14406 0.107881
+0.150423 0.14316 0.109346
+0.194919 0.142977 0.110994
+0.239063 0.14258 0.113436
+0.282185 0.142519 0.114305
+0.326055 0.142641 0.11426
+0.371054 0.142794 0.114275
+0.418357 0.142687 0.115785
+0.468559 0.142763 0.117769
+0.520592 0.142931 0.120424
+0.573602 0.143664 0.124422
+0.628626 0.144045 0.130007
+0.684215 0.144762 0.135485
+0.740536 0.146136 0.140612
+0.795575 0.150332 0.146334
+0.849699 0.155856 0.152209
+0.902892 0.16228 0.158267
+0.951095 0.169329 0.163348
+0.982391 0.176043 0.168719
+1 0.182574 0.174182
+0 0.136355 0.0957656
+0 0.13904 0.09691
+0 0.141939 0.0981918
+0 0.144549 0.0996109
+1.5259e-05 0.146975 0.101015
+0 0.149462 0.101854
+1.5259e-05 0.151644 0.102342
+0.00015259 0.15375 0.102541
+0.00129702 0.155764 0.10277
+0.0027924 0.158495 0.103258
+0.0068513 0.162219 0.102754
+0.0183413 0.165835 0.101625
+0.0451514 0.168872 0.100877
+0.0843977 0.170916 0.100771
+0.13846 0.170336 0.102327
+0.194446 0.166934 0.104448
+0.247257 0.164065 0.106706
+0.294804 0.162692 0.108659
+0.339712 0.162936 0.109514
+0.387289 0.162997 0.111421
+0.436118 0.1635 0.113893
+0.48632 0.164477 0.116518
+0.538033 0.165331 0.120195
+0.591257 0.165743 0.124697
+0.647105 0.165881 0.130251
+0.70277 0.165988 0.135683
+0.757855 0.167025 0.141726
+0.81294 0.169665 0.148791
+0.86717 0.172168 0.155566
+0.918791 0.175021 0.161563
+0.967834 0.17908 0.166842
+0.98996 0.184649 0.172396
+1 0.190188 0.177783
+0 0.160281 0.0940566
+0 0.162905 0.0949416
+0 0.165408 0.0961776
+0 0.167941 0.0974136
+0 0.170657 0.098497
+0 0.173281 0.0995346
+0 0.175982 0.100191
+0 0.178653 0.100343
+4.57771e-05 0.181399 0.100267
+0.000411994 0.183871 0.100084
+0.00227359 0.186404 0.0985733
+0.00801099 0.190677 0.0970016
+0.0284123 0.195636 0.0946517
+0.0643778 0.198734 0.0936904
+0.114305 0.199939 0.0942092
+0.182818 0.196002 0.096025
+0.245426 0.190951 0.0974746
+0.303105 0.186358 0.0992599
+0.353063 0.184146 0.101061
+0.402487 0.185061 0.104524
+0.452079 0.186053 0.108492
+0.50132 0.187854 0.11249
+0.552865 0.18941 0.116777
+0.607248 0.19089 0.121889
+0.663325 0.192325 0.127703
+0.718761 0.192248 0.133486
+0.774533 0.193057 0.140459
+0.830274 0.193606 0.148211
+0.885527 0.194141 0.155901
+0.936095 0.195544 0.163195
+0.975692 0.196628 0.170062
+0.998093 0.197314 0.175662
+1 0.20032 0.18088
+0 0.183902 0.0894942
+0 0.186847 0.0903639
+0 0.189807 0.0914015
+0 0.192721 0.0922713
+0 0.19559 0.0928664
+0 0.198367 0.0933089
+0 0.200931 0.0936446
+0 0.203632 0.0937209
+0 0.205798 0.0940719
+3.0518e-05 0.207721 0.0945754
+0.000564584 0.210788 0.0941939
+0.00306706 0.215 0.0924849
+0.0121767 0.221241 0.0881361
+0.0407263 0.226596 0.0853742
+0.0882277 0.229206 0.0841688
+0.155673 0.229114 0.0845045
+0.234485 0.223423 0.0859236
+0.30071 0.217273 0.0872969
+0.360647 0.211139 0.0897536
+0.415351 0.208331 0.0935378
+0.465583 0.210071 0.0989395
+0.51632 0.212558 0.104784
+0.567864 0.215671 0.110903
+0.622812 0.219272 0.116747
+0.678065 0.221424 0.122789
+0.733974 0.222873 0.12874
+0.790692 0.22388 0.135927
+0.847211 0.224125 0.143816
+0.902129 0.223621 0.152285
+0.952911 0.222873 0.16144
+0.98349 0.22092 0.17026
+1 0.219028 0.178302
+1 0.218906 0.184665
+0 0.208453 0.0828412
+0 0.211414 0.0838331
+0 0.214389 0.0847028
+0 0.217304 0.0852674
+0 0.220127 0.0854963
+0 0.222629 0.0859083
+0 0.225177 0.0867018
+0 0.228092 0.0871443
+0 0.2309 0.0876631
+0 0.233677 0.0879835
+0.000106813 0.236454 0.0876631
+0.00105287 0.240253 0.0858015
+0.00555428 0.245777 0.0822766
+0.0171054 0.25362 0.0774853
+0.0615396 0.259541 0.074342
+0.125093 0.261997 0.0728771
+0.210056 0.258961 0.0742046
+0.289509 0.253452 0.07393
+0.358648 0.247196 0.0769513
+0.420951 0.240681 0.0823987
+0.478904 0.236942 0.0879225
+0.531731 0.23949 0.0944839
+0.584985 0.243366 0.100862
+0.638804 0.248936 0.107118
+0.694163 0.252827 0.113268
+0.750393 0.256123 0.119966
+0.80679 0.259037 0.127321
+0.862913 0.2598 0.135836
+0.917556 0.259068 0.144686
+0.967575 0.256794 0.153903
+0.99173 0.253437 0.163653
+1 0.249561 0.173251
+1 0.245365 0.182239
+0 0.233021 0.0757763
+0 0.236118 0.0766003
+0 0.239261 0.0773938
+0 0.242542 0.0783398
+0 0.245747 0.0793011
+0 0.248646 0.0802014
+0 0.251804 0.080766
+0 0.254902 0.0813153
+0 0.257893 0.0817273
+0 0.260502 0.0816205
+0 0.262898 0.0810864
+0.000122072 0.266117 0.0795758
+0.00164797 0.272084 0.0762646
+0.0087129 0.279789 0.0719615
+0.0297704 0.290181 0.0665293
+0.0916304 0.295476 0.0644694
+0.170016 0.296757 0.0641337
+0.265827 0.292683 0.0664378
+0.346777 0.289006 0.0639506
+0.419333 0.282933 0.0674754
+0.483391 0.276204 0.0743725
+0.544076 0.272358 0.0796063
+0.601556 0.274739 0.0851453
+0.657404 0.279622 0.090837
+0.712306 0.285252 0.0980087
+0.767315 0.2907 0.105882
+0.822904 0.295354 0.114321
+0.878798 0.298711 0.123873
+0.933135 0.299031 0.133791
+0.973968 0.297429 0.144213
+0.999969 0.293996 0.154528
+1 0.287678 0.164981
+1 0.282002 0.174014
+0 0.25919 0.0693523
+0 0.262684 0.0704967
+0 0.266117 0.0716564
+0 0.269535 0.072694
+0 0.272984 0.0734417
+0 0.27631 0.0741588
+0 0.279469 0.074876
+0 0.282918 0.0754101
+0 0.286137 0.0759442
+0 0.288808 0.0759289
+0 0.291569 0.0752728
+0 0.294636 0.0743877
+7.62951e-05 0.299565 0.0725109
+0.00262455 0.307546 0.0687419
+0.0131838 0.317418 0.0638132
+0.0498665 0.32929 0.0580606
+0.130938 0.33312 0.0573892
+0.225422 0.334173 0.0567788
+0.328161 0.331273 0.0573434
+0.409033 0.329503 0.0529641
+0.482002 0.324025 0.0557107
+0.548089 0.315663 0.0648051
+0.612589 0.31223 0.0675517
+0.673747 0.313512 0.0719005
+0.73135 0.31873 0.0781872
+0.785855 0.32578 0.0870375
+0.841016 0.332448 0.0975814
+0.895659 0.338308 0.108385
+0.949722 0.341726 0.119493
+0.981506 0.342275 0.130602
+0.998734 0.340352 0.142
+0.999939 0.33637 0.152422
+1 0.329152 0.162951
+0 0.287449 0.0637369
+0 0.290852 0.0646983
+0 0.294377 0.0656443
+0 0.297749 0.0665293
+0 0.301335 0.0673075
+0 0.304707 0.068101
+0 0.30808 0.0688487
+0 0.311727 0.0697032
+0 0.315038 0.0708324
+0 0.317815 0.0712749
+0 0.321035 0.0709087
+0 0.324697 0.0698863
+0 0.329229 0.0687724
+7.62951e-05 0.336278 0.0661784
+0.00485237 0.347463 0.0610819
+0.0218967 0.361089 0.0544594
+0.0883345 0.373007 0.0491493
+0.185412 0.375784 0.0500649
+0.291051 0.375784 0.0502785
+0.39173 0.376089 0.0466773
+0.47158 0.376303 0.0400397
+0.546334 0.372259 0.0409247
+0.614878 0.361425 0.0535286
+0.68191 0.359014 0.0568399
+0.745037 0.359884 0.0605173
+0.80441 0.364645 0.0656443
+0.860258 0.372122 0.0762798
+0.914122 0.378897 0.0877089
+0.961456 0.384817 0.0995651
+0.990448 0.388602 0.111971
+0.998459 0.38912 0.123888
+1 0.388006 0.136034
+1 0.384405 0.148302
+0 0.31606 0.0581369
+0 0.3196 0.0590524
+0 0.323491 0.059968
+0 0.327367 0.0611582
+0 0.330892 0.0623941
+0 0.334707 0.0638285
+0 0.338689 0.0657054
+0 0.342885 0.0676127
+0 0.346654 0.0683299
+0 0.34995 0.0679789
+0 0.35378 0.066865
+0 0.358328 0.0654459
+0 0.364508 0.0636454
+0 0.371939 0.0611124
+0.000122072 0.384176 0.0556039
+0.014374 0.39881 0.048661
+0.0460822 0.41416 0.0421149
+0.141314 0.420401 0.0428473
+0.249348 0.42089 0.0462654
+0.359243 0.421653 0.0460517
+0.458656 0.42797 0.0343786
+0.539055 0.43006 0.0289921
+0.614542 0.428138 0.0278019
+0.684215 0.418433 0.0381628
+0.751446 0.414832 0.0438392
+0.815885 0.414557 0.0492866
+0.876661 0.417807 0.0554208
+0.931609 0.423438 0.0657664
+0.971206 0.428336 0.0772412
+0.996796 0.433005 0.0895552
+0.999237 0.436973 0.103243
+1 0.438025 0.117082
+1 0.437568 0.129274
+0 0.347539 0.0554818
+0 0.351278 0.0565194
+0 0.354955 0.0574044
+0 0.358877 0.0589914
+0 0.363272 0.0605631
+0 0.367453 0.0622873
+0 0.371725 0.0638743
+0 0.375799 0.0654917
+0 0.379873 0.0657816
+0 0.383658 0.0655222
+0 0.388632 0.0649882
+0 0.395315 0.0628519
+0 0.405432 0.0579843
+0 0.417258 0.0523232
+0 0.429587 0.0472725
+0.000747692 0.441611 0.0428779
+0.0331273 0.453758 0.0394903
+0.0954299 0.464637 0.0377813
+0.210544 0.465217 0.0438239
+0.32192 0.468101 0.0444343
+0.427771 0.47219 0.041001
+0.525231 0.483543 0.0234989
+0.606683 0.487388 0.019028
+0.681544 0.487602 0.0186923
+0.752575 0.479332 0.0262303
+0.819226 0.475853 0.0341039
+0.884077 0.474037 0.0416114
+0.945953 0.474144 0.0487984
+0.978683 0.477531 0.0599069
+0.996262 0.480278 0.0717784
+1 0.48307 0.0840925
+1 0.485176 0.097261
+1 0.485985 0.108598
+0 0.380789 0.0532845
+0 0.384863 0.0548257
+0 0.388708 0.0561532
+0 0.392828 0.0575265
+0 0.397467 0.0591897
+0 0.402441 0.060853
+0 0.40679 0.0624552
+0 0.411795 0.0636149
+0 0.416526 0.0641489
+0 0.421317 0.0641489
+0 0.427253 0.0640116
+0 0.438544 0.0601511
+0 0.454658 0.0530251
+0 0.467506 0.0470741
+0.000839246 0.478721 0.0419471
+0.00434882 0.486839 0.0393683
+0.0271458 0.496101 0.0376898
+0.0825971 0.50454 0.0375372
+0.172015 0.512642 0.0386969
+0.281178 0.512154 0.0469368
+0.390799 0.51838 0.0439765
+0.49897 0.527718 0.0359655
+0.590784 0.541253 0.0196536
+0.672206 0.548363 0.013962
+0.748333 0.55169 0.0136568
+0.819303 0.54583 0.0216373
+0.886061 0.539834 0.0309758
+0.942657 0.535653 0.0404059
+0.984298 0.533013 0.0492103
+0.995178 0.533745 0.0588693
+1 0.533776 0.0690623
+1 0.533898 0.0791943
+1 0.533272 0.0882734
+0 0.420005 0.0537423
+0 0.424155 0.0551003
+0 0.42858 0.0563973
+0 0.433021 0.0576181
+0 0.437568 0.0587625
+0 0.442878 0.059617
+0 0.449027 0.0602884
+0 0.455314 0.0608835
+0 0.461357 0.0621805
+0 0.467536 0.0629282
+0 0.476173 0.0616922
+0 0.488502 0.0571145
+0 0.502907 0.0510262
+0.00015259 0.513726 0.0464027
+0.00392157 0.52314 0.0427558
+0.0123293 0.531441 0.0401617
+0.0309758 0.53872 0.0396429
+0.0755627 0.547997 0.0396887
+0.142901 0.555047 0.0417487
+0.233188 0.560037 0.0461585
+0.349035 0.562799 0.0526741
+0.458762 0.572229 0.0489357
+0.563836 0.586145 0.0387274
+0.654307 0.604318 0.022858
+0.737484 0.613901 0.0155489
+0.814557 0.618463 0.0137942
+0.885161 0.61239 0.0216526
+0.940764 0.605386 0.0315251
+0.981781 0.59826 0.0418708
+0.997314 0.591959 0.0510262
+0.999924 0.588296 0.0588998
+1 0.585245 0.0661631
+1 0.582788 0.0727703
+0 0.467918 0.0514229
+0 0.473884 0.0518654
+0 0.479194 0.0525673
+0 0.484855 0.053254
+0 0.490364 0.0537423
+0 0.495949 0.0550851
+0 0.501457 0.0571756
+0 0.507454 0.0592355
+0 0.513466 0.0610971
+0 0.519539 0.0624247
+0 0.527459 0.061738
+0 0.537346 0.0595712
+7.62951e-05 0.547433 0.0565652
+0.000244144 0.557397 0.0530404
+0.00682078 0.565545 0.0502327
+0.0216831 0.573419 0.0480507
+0.0437324 0.580896 0.0473182
+0.0677348 0.587686 0.0486763
+0.117174 0.596399 0.0503243
+0.192523 0.603265 0.0536965
+0.300908 0.607462 0.059617
+0.41355 0.61593 0.062974
+0.524498 0.62948 0.0568093
+0.630747 0.649638 0.0424201
+0.720699 0.668513 0.0256809
+0.803632 0.680385 0.0163424
+0.877333 0.686534 0.0140078
+0.938918 0.678782 0.0228885
+0.976669 0.669932 0.0337682
+0.998001 0.659236 0.0454108
+0.999588 0.64889 0.0535592
+1 0.641749 0.0594949
+1 0.637736 0.0634928
+0 0.52224 0.0490578
+0 0.528023 0.0500649
+0 0.533791 0.0513619
+0 0.539452 0.0531624
+0 0.545007 0.0548714
+0 0.550469 0.0565347
+0 0.555856 0.0580301
+0 0.56054 0.0609445
+0 0.564874 0.0637522
+0 0.569116 0.0662089
+0 0.574075 0.0677653
+0 0.580591 0.0681621
+0 0.588678 0.0671244
+0.00189212 0.596124 0.0664225
+0.00706493 0.603372 0.0652781
+0.0299687 0.611872 0.0636301
+0.0546883 0.619623 0.062623
+0.0814069 0.62681 0.0621653
+0.109041 0.634012 0.0630808
+0.170596 0.642771 0.0652781
+0.253437 0.65095 0.0688029
+0.365621 0.656001 0.0741741
+0.481666 0.669734 0.0729229
+0.594812 0.688319 0.0639048
+0.699351 0.712825 0.0442817
+0.784344 0.732967 0.0288701
+0.861769 0.74519 0.0212253
+0.928908 0.751598 0.0221256
+0.969421 0.741924 0.0329595
+0.991638 0.730709 0.0434424
+1 0.716365 0.0543221
+1 0.704875 0.0602426
+1 0.703151 0.0628824
+0 0.573205 0.0539712
+0 0.57734 0.0568093
+0 0.581659 0.0595102
+0 0.585946 0.0620432
+0 0.590387 0.0644083
+0 0.594888 0.0667124
+0 0.599527 0.068864
+0 0.604212 0.0709392
+0 0.608072 0.0739452
+0 0.611353 0.0765698
+0 0.614664 0.0801862
+0 0.618936 0.0832532
+0 0.62443 0.0849165
+0.00218204 0.629831 0.0851911
+0.0104982 0.636683 0.0844129
+0.0313573 0.645548 0.082063
+0.059678 0.654108 0.0802472
+0.088365 0.662303 0.0792401
+0.117494 0.6701 0.0789502
+0.154223 0.678309 0.0801556
+0.223011 0.686183 0.0814679
+0.313771 0.694713 0.0833906
+0.437736 0.705104 0.0880446
+0.552758 0.724254 0.0825513
+0.662409 0.746609 0.0714427
+0.759411 0.773419 0.0533761
+0.839612 0.793164 0.04271
+0.907591 0.806119 0.0386511
+0.963165 0.811261 0.0425727
+0.985534 0.800153 0.0494392
+0.997635 0.787274 0.0564279
+1 0.77229 0.0640116
+1 0.775586 0.0664378
+4.57771e-05 0.614069 0.0679332
+4.57771e-05 0.618143 0.0708019
+4.57771e-05 0.621851 0.0735027
+6.10361e-05 0.625635 0.0761578
+6.10361e-05 0.629541 0.0788586
+3.0518e-05 0.633173 0.0814374
+1.5259e-05 0.637095 0.084062
+0 0.640894 0.0871748
+7.62951e-05 0.643885 0.0905776
+0.000854505 0.647013 0.0942092
+0.00146487 0.649989 0.0977035
+0.00192264 0.653056 0.101015
+0.00222782 0.656153 0.103853
+0.00354009 0.660945 0.105135
+0.0119936 0.666621 0.105074
+0.0278172 0.673961 0.104082
+0.0580758 0.684138 0.100801
+0.0927749 0.693828 0.097673
+0.126253 0.702876 0.0955215
+0.156237 0.710872 0.0951553
+0.199741 0.719326 0.0961166
+0.277989 0.729351 0.0974899
+0.380789 0.740948 0.0991226
+0.50341 0.756405 0.100587
+0.617884 0.778637 0.0940414
+0.724453 0.803296 0.0841535
+0.814862 0.829709 0.0701457
+0.887572 0.848508 0.0651865
+0.945891 0.861204 0.0641337
+0.985016 0.86508 0.0679332
+0.995666 0.853895 0.0672465
+1 0.848005 0.0655375
+1 0.85066 0.0653391
+0.00141909 0.650645 0.0848554
+0.00248722 0.654047 0.087541
+0.00341802 0.657481 0.0902571
+0.00424201 0.660975 0.0929885
+0.00500496 0.664714 0.0958724
+0.00561532 0.667933 0.0994583
+0.00595102 0.670985 0.103014
+0.00624094 0.674067 0.106355
+0.00634775 0.677256 0.109789
+0.00630198 0.680156 0.112673
+0.00643931 0.684184 0.114321
+0.00628672 0.687587 0.116014
+0.00619516 0.691508 0.117525
+0.00624094 0.695323 0.118563
+0.00914015 0.699825 0.118883
+0.0247807 0.708049 0.116258
+0.0489662 0.717845 0.112902
+0.0810864 0.727886 0.108629
+0.117525 0.739712 0.104631
+0.152621 0.750607 0.102251
+0.180346 0.759152 0.102174
+0.236973 0.768536 0.103243
+0.324376 0.780194 0.104982
+0.443259 0.793423 0.107988
+0.568521 0.811521 0.111192
+0.681361 0.833967 0.108003
+0.784466 0.858488 0.102205
+0.866102 0.882765 0.0957656
+0.92842 0.900282 0.094377
+0.974533 0.911635 0.0937514
+0.993744 0.912139 0.0916457
+0.998825 0.916533 0.0943923
+1 0.921248 0.098085
+0.0108034 0.684688 0.102602
+0.0114137 0.688762 0.103456
+0.0119936 0.693202 0.104662
+0.0122683 0.697261 0.106218
+0.0125734 0.701946 0.107851
+0.0126345 0.705989 0.109483
+0.0124819 0.709972 0.111116
+0.0121462 0.714199 0.112779
+0.0117189 0.718227 0.114321
+0.0110933 0.722225 0.115938
+0.0102235 0.726497 0.117006
+0.00859083 0.732998 0.115312
+0.00724804 0.738872 0.11426
+0.00643931 0.74377 0.114015
+0.00563058 0.748867 0.113817
+0.0144808 0.757519 0.110536
+0.0295567 0.767163 0.10602
+0.0521706 0.778042 0.100069
+0.0933852 0.792111 0.0921645
+0.130358 0.804318 0.0886854
+0.167605 0.815351 0.0869612
+0.20444 0.826001 0.0865034
+0.280827 0.837049 0.090959
+0.3841 0.846052 0.100572
+0.52398 0.851194 0.115984
+0.651331 0.865446 0.124849
+0.762188 0.884199 0.126879
+0.857481 0.906294 0.122469
+0.927504 0.923598 0.117327
+0.971771 0.936049 0.114611
+0.996246 0.944656 0.114122
+0.999222 0.946609 0.116274
+1 0.947738 0.118761
+0.0200046 0.726589 0.105196
+0.0194705 0.731472 0.105806
+0.0178073 0.738903 0.103685
+0.0161593 0.745647 0.101854
+0.0144656 0.752972 0.0997787
+0.0127871 0.759716 0.0979629
+0.0110628 0.766995 0.0958724
+0.0093843 0.773602 0.0941024
+0.00764477 0.780423 0.0922713
+0.00596628 0.787549 0.0905318
+0.00508125 0.793652 0.0901045
+0.00433356 0.798718 0.090074
+0.00369268 0.799191 0.0921035
+0.00311284 0.799329 0.0942245
+0.00300603 0.799527 0.0962997
+0.00347906 0.800305 0.0979324
+0.0122683 0.803738 0.0957504
+0.0398718 0.810483 0.0909285
+0.0823682 0.819974 0.0844892
+0.126864 0.828611 0.0824598
+0.163928 0.835874 0.0826886
+0.210407 0.842924 0.0853742
+0.286168 0.850141 0.0925612
+0.417212 0.854917 0.108354
+0.555306 0.862638 0.124025
+0.686534 0.874266 0.137285
+0.789548 0.895277 0.135088
+0.877638 0.914961 0.130373
+0.949874 0.932113 0.124102
+0.981567 0.943969 0.12343
+0.997131 0.950072 0.124285
+1 0.951583 0.126238
+1 0.951629 0.128206
+0.015259 0.790631 0.0804913
+0.01355 0.798123 0.078172
+0.0119326 0.803067 0.0770886
+0.0104067 0.803769 0.0779126
+0.00892653 0.804425 0.0787671
+0.00740063 0.805341 0.0795453
+0.00595102 0.805905 0.0804761
+0.00505074 0.806394 0.0822766
+0.00428779 0.806912 0.0844892
+0.00361639 0.80708 0.0868391
+0.0030518 0.80734 0.0890211
+0.00250248 0.807706 0.0912642
+0.00198367 0.80795 0.0934615
+0.00154116 0.807248 0.0961166
+0.00120546 0.806607 0.0986496
+0.00273136 0.806775 0.100023
+0.00738537 0.808728 0.0985275
+0.0455329 0.816983 0.0916915
+0.0885176 0.825376 0.0866712
+0.131945 0.832746 0.0851759
+0.165316 0.838865 0.0871443
+0.226596 0.845319 0.0924544
+0.317906 0.851881 0.101717
+0.465049 0.857298 0.119432
+0.601343 0.867323 0.134203
+0.724956 0.881605 0.143221
+0.826825 0.903349 0.14023
+0.904356 0.921309 0.134401
+0.961456 0.936568 0.130236
+0.993759 0.948699 0.129656
+0.998413 0.950896 0.131518
+1 0.951766 0.133471
+1 0.951812 0.135607
+0.00537118 0.0360571 0.053254
+0.00538643 0.0361791 0.0537118
+0.00540169 0.0363317 0.0542153
+0.00573739 0.0365454 0.0548562
+0.00630198 0.0368048 0.0555276
+0.00689708 0.0370336 0.0561685
+0.00753796 0.0372778 0.0568551
+0.00846876 0.0375677 0.0576181
+0.00984207 0.0379797 0.0583963
+0.011429 0.0383764 0.0590219
+0.0149691 0.0387121 0.0596323
+0.0246128 0.039353 0.0607004
+0.0367742 0.0407111 0.063386
+0.0545052 0.0412604 0.0665141
+0.0730449 0.0423438 0.0687114
+0.0923781 0.0441291 0.0703441
+0.112337 0.0457465 0.0723125
+0.134798 0.0485237 0.0747082
+0.159106 0.0514534 0.0771191
+0.185336 0.053727 0.0792859
+0.214633 0.055787 0.0817121
+0.246632 0.0576638 0.0837415
+0.282048 0.0596323 0.0855421
+0.323247 0.0625315 0.0884871
+0.367117 0.0661021 0.0918593
+0.414206 0.0705425 0.0957656
+0.468452 0.076585 0.100771
+0.525673 0.0831769 0.106172
+0.58529 0.0903792 0.111788
+0.648646 0.0987411 0.117327
+0.708583 0.106844 0.12221
+0.766949 0.115267 0.127214
+0.824231 0.12459 0.132815
+0.00553903 0.0369421 0.0550851
+0.00552377 0.0370947 0.0555581
+0.00550851 0.0372625 0.0560311
+0.00588998 0.0375067 0.0566873
+0.00642405 0.0377356 0.0573129
+0.00698863 0.0379644 0.0579232
+0.00762951 0.0381933 0.0585489
+0.00856031 0.0384985 0.0592203
+0.00976577 0.0387884 0.0596933
+0.0112917 0.0391546 0.0602426
+0.0171511 0.0399023 0.061265
+0.0274357 0.041062 0.0632029
+0.0410468 0.042298 0.0662699
+0.0601358 0.0425574 0.0694438
+0.079469 0.0442512 0.0713207
+0.0994278 0.0460212 0.0731975
+0.12015 0.0476234 0.0750744
+0.143832 0.0508278 0.0775616
+0.169406 0.053315 0.0798962
+0.19678 0.0552987 0.0821546
+0.226612 0.057023 0.0845045
+0.260777 0.0590982 0.0863966
+0.298238 0.0615854 0.0886854
+0.3393 0.0644541 0.0914626
+0.384985 0.068513 0.09514
+0.434913 0.0735485 0.0994736
+0.489311 0.0795758 0.104372
+0.54789 0.0864881 0.109972
+0.609201 0.094255 0.115541
+0.671321 0.102541 0.120943
+0.730068 0.110521 0.125566
+0.787823 0.119448 0.1308
+0.843839 0.128771 0.136431
+0.00555428 0.0379492 0.0567636
+0.00553903 0.038117 0.0572061
+0.00556954 0.0383154 0.0576791
+0.00596628 0.0385443 0.05832
+0.00645457 0.0387579 0.0588846
+0.00697337 0.0389563 0.0594339
+0.00750744 0.0391394 0.0599832
+0.00831617 0.0393072 0.060502
+0.00955215 0.0396429 0.0609751
+0.0115206 0.0403449 0.0618448
+0.0191958 0.0414435 0.0632792
+0.0299535 0.0428626 0.065919
+0.046479 0.0437476 0.0692607
+0.0662547 0.0443122 0.0721141
+0.0858167 0.0462959 0.0742199
+0.106661 0.0478218 0.0760815
+0.129183 0.0500343 0.0781567
+0.15349 0.053315 0.0805982
+0.179904 0.0551766 0.0828717
+0.208667 0.0569772 0.0851301
+0.239597 0.058854 0.0872511
+0.2748 0.0610819 0.0892195
+0.314366 0.0637064 0.0917372
+0.356741 0.0668498 0.0947127
+0.402655 0.0708934 0.0984512
+0.455924 0.0766155 0.103166
+0.511818 0.0829633 0.108217
+0.570336 0.0899214 0.11371
+0.632502 0.0981765 0.119265
+0.693263 0.10634 0.124331
+0.751553 0.11429 0.128847
+0.808301 0.123705 0.134386
+0.863203 0.133074 0.140185
+0.00549325 0.0390631 0.05832
+0.00546273 0.0392462 0.0587167
+0.00556954 0.0394446 0.0591897
+0.00590524 0.0396429 0.0597391
+0.00628672 0.039765 0.0602426
+0.00669871 0.0398871 0.0607614
+0.00723278 0.0400397 0.0613107
+0.00820935 0.0403754 0.0619364
+0.00982681 0.0410773 0.0627604
+0.0124666 0.0420691 0.0638895
+0.0208286 0.0432593 0.0655833
+0.0321813 0.0448768 0.068925
+0.052079 0.0453803 0.0723125
+0.0724651 0.0465553 0.0750439
+0.0925307 0.0483101 0.0774395
+0.114504 0.0498207 0.0792706
+0.138643 0.0528115 0.0814832
+0.164019 0.0555428 0.0837873
+0.190448 0.0572824 0.0861372
+0.220661 0.0589914 0.0881208
+0.253498 0.0609903 0.0901198
+0.289219 0.0632334 0.0922255
+0.33019 0.0657969 0.094667
+0.374472 0.0693065 0.0980087
+0.422339 0.0737163 0.102022
+0.476677 0.0796826 0.106722
+0.534463 0.0864576 0.112001
+0.594034 0.093904 0.117433
+0.65594 0.10222 0.12311
+0.714977 0.110216 0.127764
+0.772564 0.118791 0.132708
+0.829252 0.128222 0.138216
+0.882414 0.137484 0.144167
+0.00521859 0.0401617 0.0596017
+0.00515755 0.0403143 0.059968
+0.00527962 0.0404517 0.060502
+0.00555428 0.04065 0.0610513
+0.0059205 0.0408789 0.0616312
+0.00639353 0.0411536 0.0622568
+0.00714122 0.0415656 0.063035
+0.00840772 0.0422522 0.0639658
+0.010193 0.0432593 0.0651408
+0.0143893 0.04448 0.0666514
+0.0231174 0.0458228 0.0690318
+0.0352636 0.0471504 0.0724193
+0.0573739 0.0475929 0.0758221
+0.0781109 0.049012 0.0785992
+0.0999313 0.0506142 0.0809186
+0.123507 0.0526741 0.0830091
+0.148562 0.0559243 0.0850385
+0.174685 0.0579995 0.0872511
+0.202502 0.0596933 0.0893873
+0.233021 0.0613718 0.0912032
+0.26775 0.0634318 0.0932021
+0.305348 0.0655985 0.0952773
+0.345968 0.0679332 0.0973831
+0.392584 0.0719463 0.10132
+0.443503 0.0770123 0.105638
+0.498375 0.0830549 0.110506
+0.556542 0.0901045 0.115923
+0.617258 0.0979782 0.121462
+0.678019 0.106157 0.126833
+0.736217 0.114244 0.131365
+0.793576 0.123415 0.136568
+0.849104 0.132769 0.142184
+0.901808 0.142 0.148241
+0.00480659 0.0416114 0.0609598
+0.0047303 0.041825 0.0614481
+0.00500496 0.0421149 0.0621195
+0.00535592 0.0424201 0.0628061
+0.00582895 0.0428626 0.0635843
+0.00637827 0.0433509 0.0644083
+0.00721752 0.044007 0.0653849
+0.00859083 0.0449683 0.0666667
+0.0104677 0.0462348 0.0682841
+0.016022 0.0475624 0.0703899
+0.0254063 0.0488746 0.073228
+0.0404212 0.049958 0.0766003
+0.0619669 0.0508583 0.0801404
+0.0841382 0.0517739 0.0828107
+0.108278 0.0536965 0.085069
+0.133379 0.0562753 0.0870832
+0.158755 0.0592508 0.088777
+0.185214 0.0610361 0.0909133
+0.21471 0.0627146 0.0927901
+0.24683 0.0643778 0.0945907
+0.28188 0.0660105 0.0963149
+0.321447 0.0680858 0.0982223
+0.364309 0.0710002 0.101061
+0.410986 0.0750439 0.10518
+0.464897 0.0806744 0.10985
+0.52079 0.0869306 0.114717
+0.578683 0.0938888 0.11989
+0.639872 0.102037 0.125399
+0.699611 0.110246 0.130358
+0.757549 0.118669 0.134981
+0.814206 0.128038 0.140276
+0.868452 0.137377 0.146197
+0.919249 0.146563 0.152346
+0.004654 0.0441444 0.0630808
+0.00468452 0.0445258 0.0637522
+0.00500496 0.0449378 0.0645304
+0.00535592 0.0453956 0.0653544
+0.00578317 0.0458839 0.0661936
+0.00628672 0.046479 0.0670939
+0.00717174 0.047425 0.0683452
+0.00872816 0.0486915 0.0702831
+0.0107729 0.0502022 0.0726177
+0.0171817 0.0514839 0.0750286
+0.0268406 0.0527199 0.07776
+0.0438087 0.0539406 0.0813611
+0.0664683 0.0550393 0.084947
+0.0908064 0.0561074 0.0876783
+0.11693 0.0581216 0.0899367
+0.142763 0.0606851 0.0911727
+0.168811 0.0630808 0.092668
+0.196033 0.0650797 0.0948348
+0.227298 0.0664378 0.0967269
+0.261204 0.0677043 0.0984207
+0.297368 0.0690623 0.100038
+0.337911 0.0711376 0.101961
+0.383032 0.0745251 0.105379
+0.431922 0.0788128 0.109468
+0.485801 0.0841993 0.113909
+0.543053 0.0908522 0.118746
+0.601831 0.0981918 0.123812
+0.662455 0.106233 0.129168
+0.720745 0.114549 0.133715
+0.77847 0.123491 0.138674
+0.835035 0.13283 0.143954
+0.887266 0.142046 0.150256
+0.935378 0.151171 0.156481
+0.00460822 0.0476997 0.0660105
+0.00471504 0.0482338 0.0668193
+0.0049897 0.0488289 0.0676738
+0.00529488 0.0495155 0.068513
+0.00567636 0.0502327 0.0694438
+0.0062562 0.0511482 0.0706951
+0.00732433 0.0521706 0.0725109
+0.00901808 0.0536049 0.0750896
+0.01178 0.0551919 0.0776989
+0.0178531 0.0565652 0.0800183
+0.0269627 0.057969 0.0827039
+0.0457771 0.0597543 0.0867933
+0.0711986 0.0607004 0.0903334
+0.0980545 0.0618753 0.0929274
+0.12549 0.0636149 0.0946975
+0.151553 0.0660868 0.0953994
+0.179049 0.0682078 0.0974136
+0.208484 0.0697795 0.0995346
+0.240436 0.0707256 0.10135
+0.275975 0.0715496 0.102495
+0.314107 0.0729839 0.104005
+0.355123 0.0749981 0.10602
+0.401785 0.0785077 0.109621
+0.453223 0.0829938 0.113603
+0.507469 0.0883192 0.1178
+0.564614 0.0950027 0.122484
+0.624384 0.102617 0.127535
+0.683986 0.110643 0.132525
+0.742489 0.119188 0.137316
+0.799115 0.128405 0.142641
+0.85391 0.137728 0.148394
+0.905943 0.146975 0.154864
+0.951019 0.15581 0.160723
+0.00445563 0.0525368 0.0699016
+0.00460822 0.053315 0.0708934
+0.00485237 0.0542 0.0720684
+0.00512703 0.0550698 0.0732586
+0.00553903 0.0559854 0.0745708
+0.0062562 0.0569467 0.0761425
+0.00749218 0.0580301 0.0780499
+0.00924697 0.0594034 0.0803082
+0.012604 0.0612039 0.0828412
+0.0186923 0.0628824 0.0855573
+0.0294041 0.0647593 0.088716
+0.0488594 0.0671244 0.0925002
+0.0753033 0.0675059 0.0960403
+0.104692 0.0685588 0.0982834
+0.133028 0.0703746 0.0997482
+0.161059 0.0728923 0.100771
+0.189654 0.0747539 0.102876
+0.221241 0.0756847 0.104524
+0.255177 0.0763104 0.105882
+0.291539 0.0767224 0.106676
+0.331701 0.078172 0.10808
+0.37464 0.0802014 0.110369
+0.420752 0.0830701 0.113619
+0.474266 0.087541 0.117357
+0.529351 0.0929732 0.121508
+0.586099 0.099382 0.126253
+0.64622 0.107195 0.131594
+0.705699 0.115587 0.136706
+0.763821 0.124331 0.141665
+0.819394 0.133562 0.146807
+0.872511 0.142855 0.152941
+0.922225 0.151873 0.159106
+0.967025 0.160555 0.164721
+0.00419623 0.0591287 0.0751965
+0.00442512 0.0600748 0.0764324
+0.00469978 0.0611734 0.0777905
+0.00497444 0.0621195 0.079057
+0.00538643 0.0631571 0.0804303
+0.00619516 0.0642557 0.0819867
+0.00764477 0.0654917 0.0838941
+0.0096437 0.0670329 0.0863203
+0.0132906 0.0683909 0.0890364
+0.0189212 0.0703288 0.0916304
+0.0318456 0.0732738 0.0947585
+0.0527047 0.0755932 0.0981765
+0.0780041 0.0766308 0.101305
+0.108522 0.0780804 0.104326
+0.138674 0.0804913 0.105806
+0.169299 0.0826429 0.107225
+0.199878 0.0842908 0.108675
+0.233585 0.0851301 0.10985
+0.270298 0.0850233 0.110521
+0.309087 0.0844434 0.111055
+0.349081 0.083772 0.111559
+0.393606 0.0855116 0.114275
+0.442039 0.0887617 0.117754
+0.495109 0.0928817 0.121523
+0.550561 0.0983749 0.125902
+0.608209 0.104875 0.130709
+0.668254 0.112398 0.135927
+0.727077 0.120836 0.140764
+0.783902 0.129656 0.145739
+0.838621 0.13872 0.150927
+0.890639 0.14789 0.157382
+0.938003 0.15668 0.16318
+0.977447 0.165103 0.168292
+0.00402838 0.0673991 0.0813001
+0.00421149 0.0687572 0.0825666
+0.00437934 0.0702831 0.0838941
+0.00456245 0.0716564 0.0852064
+0.00483711 0.0731823 0.0865644
+0.0055848 0.0745098 0.0879835
+0.00695811 0.076173 0.0897231
+0.00868238 0.0777752 0.0915694
+0.0113985 0.0795453 0.0939956
+0.0151217 0.0818647 0.0971847
+0.0310826 0.0846876 0.100725
+0.0518196 0.0871901 0.103777
+0.0789654 0.08925 0.107485
+0.109773 0.0905928 0.110887
+0.144472 0.0919661 0.112917
+0.1776 0.0936446 0.11429
+0.210925 0.0946822 0.115099
+0.245274 0.0949874 0.115557
+0.284215 0.0941482 0.115969
+0.324895 0.0937057 0.116518
+0.366766 0.0935836 0.117479
+0.412421 0.0944839 0.119738
+0.463371 0.0968948 0.12256
+0.516487 0.10042 0.125826
+0.571588 0.105119 0.130053
+0.629938 0.111254 0.13492
+0.689067 0.118257 0.139773
+0.748012 0.126284 0.144564
+0.803113 0.135073 0.149508
+0.856672 0.144045 0.15523
+0.907973 0.152941 0.161639
+0.953567 0.161471 0.166751
+0.983673 0.169543 0.171603
+0.00315862 0.0799573 0.0880598
+0.00326543 0.0813458 0.0893263
+0.00329595 0.0830243 0.0906081
+0.00334173 0.0845808 0.0918288
+0.00350958 0.0861219 0.0930953
+0.00415045 0.0876783 0.0944839
+0.00540169 0.08925 0.0958724
+0.00717174 0.0906996 0.0972457
+0.00976577 0.0924392 0.0990463
+0.0144198 0.094377 0.101579
+0.028687 0.0975509 0.105577
+0.0496834 0.100328 0.110811
+0.0785382 0.102251 0.114366
+0.112078 0.103517 0.117342
+0.149111 0.104479 0.11989
+0.184176 0.106569 0.121096
+0.219883 0.10808 0.121904
+0.25745 0.109026 0.122332
+0.298146 0.109148 0.122286
+0.340719 0.108751 0.12224
+0.38529 0.108339 0.122896
+0.43209 0.107881 0.124147
+0.483909 0.108675 0.126497
+0.537514 0.110323 0.129854
+0.592996 0.113024 0.133928
+0.65095 0.118013 0.138613
+0.709422 0.124941 0.143389
+0.766781 0.132784 0.148196
+0.821637 0.141192 0.153155
+0.873732 0.149737 0.159533
+0.923293 0.158129 0.165499
+0.969314 0.166552 0.17055
+0.990112 0.174289 0.17528
+0.00143435 0.0944533 0.0945907
+0.00140383 0.0960861 0.0958724
+0.00144961 0.097673 0.0972457
+0.00158694 0.0995651 0.098436
+0.00183108 0.101595 0.0996872
+0.00250248 0.103395 0.100923
+0.00357061 0.105409 0.10222
+0.00511177 0.107347 0.10367
+0.00750744 0.109224 0.105501
+0.0125277 0.111604 0.107897
+0.0221866 0.114305 0.110842
+0.0392004 0.117678 0.114717
+0.0714733 0.119783 0.118624
+0.110018 0.120745 0.122026
+0.14876 0.122148 0.124437
+0.188968 0.123949 0.126162
+0.228092 0.125368 0.127352
+0.269673 0.125994 0.127642
+0.312459 0.12604 0.127489
+0.35642 0.125673 0.126696
+0.40325 0.12462 0.127199
+0.452461 0.123766 0.128267
+0.504417 0.123247 0.12987
+0.557809 0.124117 0.13341
+0.613123 0.12578 0.137514
+0.670237 0.128618 0.142092
+0.728389 0.134569 0.147051
+0.784115 0.141466 0.152148
+0.838361 0.148608 0.15758
+0.891127 0.156313 0.164019
+0.939055 0.164202 0.169284
+0.977264 0.171954 0.174212
+0.996963 0.179248 0.179095
+0.000427253 0.112367 0.100298
+0.000411994 0.114214 0.10161
+0.000366217 0.116106 0.103014
+0.000289921 0.118074 0.104509
+0.000457771 0.120806 0.105684
+0.000961318 0.123232 0.107057
+0.00164797 0.125887 0.108568
+0.00248722 0.128237 0.110201
+0.0043183 0.13051 0.112169
+0.00755322 0.132891 0.114107
+0.0141909 0.136309 0.116075
+0.0297398 0.139696 0.118135
+0.0592508 0.142031 0.120623
+0.102983 0.143145 0.122927
+0.148287 0.143435 0.125292
+0.192782 0.144259 0.12752
+0.237629 0.144747 0.129488
+0.281544 0.145113 0.130312
+0.326223 0.145449 0.129992
+0.372244 0.145281 0.129824
+0.420417 0.144198 0.130419
+0.471443 0.143542 0.131243
+0.524147 0.14345 0.133303
+0.577691 0.143648 0.137072
+0.633249 0.143923 0.141726
+0.689708 0.145113 0.146502
+0.746212 0.147356 0.151141
+0.801434 0.152071 0.156558
+0.85539 0.158251 0.162188
+0.908019 0.164752 0.167865
+0.954864 0.171588 0.1729
+0.983932 0.178149 0.177951
+1 0.184527 0.182773
+6.10361e-05 0.135286 0.104494
+7.62951e-05 0.137743 0.10602
+7.62951e-05 0.140154 0.107683
+4.57771e-05 0.142672 0.109514
+0 0.145357 0.111315
+0 0.147677 0.112398
+4.57771e-05 0.150225 0.113588
+0.000381476 0.152346 0.114809
+0.00155642 0.155016 0.116197
+0.00294499 0.157778 0.11754
+0.00709545 0.161212 0.118013
+0.0182498 0.164355 0.118349
+0.0442512 0.167773 0.118486
+0.082826 0.170016 0.118791
+0.135088 0.170397 0.120729
+0.190326 0.168429 0.123156
+0.242649 0.166857 0.125368
+0.291447 0.166064 0.127611
+0.338003 0.166293 0.128359
+0.387228 0.166064 0.129976
+0.437293 0.166354 0.131289
+0.488411 0.166384 0.132845
+0.540948 0.166445 0.135943
+0.594919 0.166323 0.139544
+0.651362 0.16611 0.143908
+0.706966 0.166415 0.148653
+0.762341 0.167865 0.15407
+0.817914 0.170413 0.160388
+0.872053 0.172808 0.165881
+0.92285 0.176013 0.171145
+0.96939 0.180636 0.176516
+0.991119 0.185962 0.181399
+1 0.191196 0.186084
+0 0.160128 0.106172
+0 0.162799 0.107607
+0 0.165896 0.109224
+0 0.168856 0.110979
+0 0.171511 0.112581
+0 0.17409 0.114244
+0 0.176272 0.115129
+1.5259e-05 0.178592 0.115938
+0.000122072 0.181323 0.116701
+0.000640879 0.183902 0.117342
+0.00230411 0.186389 0.117601
+0.00781262 0.190051 0.11667
+0.0269932 0.194675 0.11371
+0.0608377 0.198138 0.112032
+0.107713 0.200488 0.111437
+0.176761 0.198184 0.113298
+0.241459 0.193423 0.116609
+0.299611 0.190082 0.119844
+0.350454 0.188449 0.122606
+0.401343 0.188983 0.125582
+0.451804 0.189731 0.128664
+0.502571 0.190845 0.131914
+0.555108 0.192157 0.135454
+0.61004 0.192844 0.139391
+0.666163 0.193347 0.143297
+0.722026 0.192828 0.148592
+0.778149 0.193637 0.154788
+0.833997 0.194095 0.161349
+0.889189 0.194217 0.168109
+0.939071 0.195544 0.174701
+0.97705 0.19649 0.180484
+0.999252 0.197498 0.185122
+1 0.200839 0.189624
+0 0.185992 0.103929
+0 0.188815 0.105043
+0 0.191669 0.106584
+0 0.194476 0.108034
+0 0.197391 0.109285
+0 0.199939 0.110735
+0 0.202991 0.111879
+0 0.205631 0.112535
+0 0.208133 0.113161
+3.0518e-05 0.210437 0.113481
+0.000595102 0.213184 0.113024
+0.00308232 0.216114 0.111345
+0.0108492 0.220951 0.10779
+0.0356298 0.226581 0.104738
+0.080827 0.229999 0.103059
+0.146044 0.231403 0.102678
+0.227893 0.226856 0.104967
+0.296544 0.220676 0.108522
+0.358236 0.215427 0.11252
+0.413077 0.213367 0.116548
+0.464164 0.21503 0.121538
+0.516197 0.21709 0.126146
+0.569421 0.219684 0.130892
+0.624521 0.222278 0.134844
+0.680293 0.223606 0.139696
+0.736721 0.224308 0.145205
+0.794354 0.224979 0.1514
+0.85066 0.224369 0.158831
+0.905119 0.223835 0.16672
+0.955673 0.222416 0.175036
+0.984695 0.220295 0.182361
+1 0.218097 0.1888
+1 0.217456 0.193622
+0 0.211063 0.0986801
+0 0.214115 0.100114
+0 0.217166 0.101625
+0 0.220172 0.102785
+0 0.223117 0.103578
+0 0.226123 0.104082
+0 0.228992 0.104524
+0 0.232258 0.104967
+0 0.235157 0.105211
+0 0.237766 0.106081
+0.000106813 0.239994 0.106508
+0.000915541 0.242725 0.105501
+0.00479133 0.247135 0.102846
+0.0136263 0.254017 0.0986801
+0.0522469 0.260868 0.094728
+0.113741 0.263981 0.0928511
+0.197299 0.263172 0.0926833
+0.284428 0.258167 0.0929274
+0.356786 0.251484 0.0972763
+0.420478 0.244648 0.103563
+0.477562 0.241749 0.109255
+0.530907 0.244495 0.11519
+0.584924 0.248554 0.120897
+0.639582 0.253071 0.126711
+0.695857 0.256214 0.132174
+0.752422 0.258732 0.138354
+0.809354 0.260975 0.144778
+0.865782 0.260822 0.152529
+0.920348 0.259251 0.160632
+0.968734 0.25687 0.168902
+0.992844 0.252674 0.177768
+1 0.248432 0.18613
+1 0.243565 0.193866
+0 0.23653 0.092195
+0 0.239811 0.0935378
+0 0.243275 0.0946822
+0 0.246525 0.0954604
+0 0.249454 0.096025
+0 0.252689 0.0964981
+0 0.256001 0.0970626
+0 0.259174 0.0983902
+0 0.262318 0.0994125
+0 0.264668 0.100191
+0 0.266743 0.100237
+9.15541e-05 0.269474 0.099443
+0.00120546 0.27425 0.0973831
+0.00698863 0.280842 0.0940261
+0.0220035 0.290455 0.0882124
+0.0792554 0.297688 0.0835279
+0.157504 0.300481 0.0812543
+0.256886 0.297948 0.0824445
+0.344076 0.293217 0.0815595
+0.418387 0.28687 0.0868544
+0.483268 0.280217 0.0949264
+0.544106 0.276844 0.100633
+0.60087 0.280125 0.106676
+0.656764 0.284825 0.112459
+0.712383 0.290028 0.119081
+0.768215 0.294865 0.126192
+0.824582 0.298451 0.133867
+0.880674 0.300954 0.142245
+0.935271 0.300191 0.15108
+0.975265 0.297826 0.160357
+0.999985 0.293812 0.169711
+1 0.28716 0.178882
+1 0.281193 0.187076
+0 0.262959 0.0849165
+0 0.266514 0.0859388
+0 0.269856 0.0869001
+0 0.273213 0.0875257
+0 0.276661 0.0888838
+0 0.279789 0.0905013
+0 0.28336 0.0917067
+0 0.286976 0.0927596
+0 0.290059 0.0937972
+0 0.292912 0.0939651
+0 0.295384 0.0939498
+0 0.298146 0.0937667
+6.10361e-05 0.301793 0.0929122
+0.00164797 0.308125 0.0897078
+0.0105745 0.316793 0.0847486
+0.038056 0.329458 0.0774548
+0.117968 0.335836 0.0745403
+0.213428 0.33843 0.0732586
+0.321508 0.335546 0.0753185
+0.407156 0.333562 0.0714122
+0.48191 0.328023 0.0757305
+0.548714 0.319829 0.0858015
+0.613428 0.316014 0.0892958
+0.672969 0.318837 0.0941634
+0.730571 0.3243 0.0997787
+0.78584 0.330602 0.108125
+0.841154 0.336797 0.117342
+0.896147 0.341863 0.126802
+0.951003 0.344503 0.137026
+0.981933 0.344244 0.14725
+0.998352 0.341375 0.157641
+1 0.336599 0.167147
+1 0.328511 0.176822
+0 0.290623 0.0775616
+0 0.294179 0.078645
+0 0.297612 0.0803388
+0 0.301259 0.0819715
+0 0.304845 0.0836652
+0 0.308431 0.0852064
+0 0.312078 0.0867018
+0 0.315496 0.0883803
+0 0.31873 0.0894942
+0 0.321675 0.0896315
+0 0.32462 0.0896468
+0 0.327443 0.089128
+0 0.330968 0.0889906
+3.0518e-05 0.336553 0.0872511
+0.0027924 0.346761 0.0824903
+0.0179294 0.359564 0.0759899
+0.0721294 0.37438 0.0676585
+0.171115 0.379309 0.067155
+0.279515 0.381018 0.0668498
+0.387304 0.379644 0.0669261
+0.470588 0.381064 0.0588846
+0.547097 0.376089 0.0606851
+0.616098 0.365454 0.0735485
+0.683238 0.362142 0.0763409
+0.745159 0.364218 0.0797742
+0.803876 0.369726 0.0857099
+0.85977 0.376776 0.0962387
+0.91368 0.383734 0.106905
+0.960678 0.388907 0.117998
+0.990539 0.391913 0.129397
+0.998108 0.391241 0.140764
+1 0.389776 0.15169
+1 0.384894 0.162997
+0 0.319463 0.0726177
+0 0.32285 0.074342
+0 0.326787 0.0760967
+0 0.3308 0.0778515
+0 0.334905 0.0794537
+0 0.338903 0.0809796
+0 0.342672 0.0824903
+0 0.346777 0.084062
+0 0.350515 0.0841382
+0 0.353811 0.0844282
+0 0.357046 0.0844282
+0 0.36083 0.0842145
+0 0.365667 0.0838941
+0 0.372015 0.0823682
+4.57771e-05 0.381735 0.0781262
+0.009308 0.395743 0.0712291
+0.0352483 0.411475 0.0633249
+0.123995 0.422919 0.0592203
+0.236286 0.424735 0.0623484
+0.351324 0.426474 0.0621805
+0.455207 0.431952 0.0526284
+0.537606 0.433845 0.0448463
+0.614633 0.431373 0.04448
+0.685542 0.421317 0.0579843
+0.752194 0.418357 0.0635996
+0.815854 0.418723 0.0691844
+0.876051 0.422263 0.0759442
+0.931411 0.427741 0.0859083
+0.970611 0.432868 0.096788
+0.995941 0.437171 0.108705
+0.999176 0.440604 0.120714
+1 0.440681 0.132784
+1 0.439017 0.143908
+0 0.351171 0.0695964
+0 0.354864 0.0710002
+0 0.35903 0.0720836
+0 0.363012 0.07364
+0 0.367208 0.0751202
+0 0.371206 0.0766155
+0 0.375372 0.0785382
+0 0.379812 0.080827
+0 0.383658 0.0820172
+0 0.387472 0.0827649
+0 0.391653 0.08336
+0 0.397131 0.0823072
+0 0.404196 0.0793164
+0 0.412879 0.0753643
+0 0.422522 0.0710918
+0.000213626 0.435904 0.0649882
+0.025742 0.450736 0.058732
+0.0771649 0.464668 0.053727
+0.195666 0.469551 0.0569924
+0.311528 0.472572 0.0593423
+0.42237 0.476112 0.0573281
+0.523003 0.487068 0.0406348
+0.605554 0.490806 0.0354467
+0.681483 0.490898 0.0352789
+0.752743 0.482795 0.0460517
+0.819837 0.478798 0.0546883
+0.88423 0.476936 0.0619821
+0.944839 0.477928 0.0683146
+0.978592 0.481529 0.0780194
+0.995743 0.484245 0.0885176
+1 0.486748 0.0992294
+1 0.488731 0.111696
+1 0.489052 0.122713
+0 0.384161 0.0669871
+0 0.38793 0.0683146
+0 0.391836 0.0695659
+0 0.395865 0.0708934
+0 0.400702 0.0732738
+0 0.405509 0.0755322
+0 0.410346 0.0777295
+0 0.414969 0.0796521
+0 0.419821 0.0808728
+0 0.424186 0.0818952
+0 0.429206 0.082063
+0 0.43711 0.0788434
+0 0.450507 0.0724498
+0 0.462928 0.0661021
+7.62951e-05 0.474144 0.0609903
+0.000534066 0.483619 0.0579995
+0.0136263 0.49366 0.0555123
+0.0653849 0.504402 0.0536965
+0.151659 0.51545 0.0528573
+0.268925 0.516228 0.0607767
+0.383185 0.522759 0.0593881
+0.494347 0.531044 0.0537728
+0.589715 0.544747 0.0369726
+0.671763 0.551781 0.0307317
+0.747921 0.555261 0.0293126
+0.819181 0.54905 0.0386206
+0.88632 0.542367 0.0486
+0.942596 0.538109 0.0573587
+0.985077 0.536187 0.0654612
+0.995132 0.537179 0.0746014
+1 0.536965 0.0845197
+1 0.537255 0.0941329
+1 0.536431 0.102556
+0 0.421424 0.0652171
+0 0.42565 0.0668803
+0 0.430289 0.0687877
+0 0.434302 0.0707408
+0 0.439017 0.0724651
+0 0.444877 0.0741588
+0 0.45069 0.0758831
+0 0.456443 0.0773938
+0 0.461784 0.0788128
+0 0.467491 0.0796368
+0 0.474571 0.0785992
+0 0.48513 0.0750744
+0 0.498756 0.0698863
+0 0.510903 0.065095
+0.00109865 0.520851 0.0612039
+0.00537118 0.529641 0.0582742
+0.016907 0.536812 0.0570382
+0.0543069 0.546166 0.0563516
+0.119768 0.554833 0.0571298
+0.214939 0.563516 0.0594186
+0.338857 0.566415 0.0668193
+0.453376 0.576226 0.0633707
+0.561074 0.589944 0.0541848
+0.653544 0.607446 0.0358434
+0.736858 0.616693 0.0283818
+0.814221 0.621332 0.0270085
+0.885084 0.614862 0.0367742
+0.940688 0.60737 0.0479133
+0.98117 0.599695 0.058793
+0.997864 0.593668 0.0674754
+0.999878 0.591134 0.0749065
+1 0.588464 0.0814374
+1 0.585855 0.0868849
+0 0.467674 0.0633402
+0 0.473274 0.0647288
+0 0.478264 0.0664988
+0 0.483513 0.0681315
+0 0.489113 0.0696117
+0 0.493797 0.071458
+0 0.499519 0.0732738
+0 0.505501 0.074876
+0 0.511009 0.0768597
+0 0.517159 0.0787671
+0 0.524697 0.0789654
+0 0.534356 0.0775311
+0 0.544823 0.0750286
+4.57771e-05 0.554864 0.0716259
+0.00291447 0.563378 0.068452
+0.0121462 0.571206 0.066041
+0.026276 0.578347 0.0642252
+0.0450141 0.584695 0.0642252
+0.0946212 0.594766 0.0643473
+0.175921 0.603677 0.0664683
+0.290333 0.611414 0.0710765
+0.406638 0.619211 0.0756542
+0.519783 0.632868 0.0704204
+0.628092 0.651637 0.0578164
+0.719387 0.671107 0.0402686
+0.80264 0.682643 0.0315862
+0.876402 0.688655 0.0298924
+0.939132 0.681056 0.0402686
+0.976745 0.671229 0.0520027
+0.997833 0.660655 0.0631876
+0.999619 0.651011 0.0697185
+1 0.644129 0.0736095
+1 0.640681 0.0759899
+0 0.519905 0.06215
+0 0.525521 0.0636912
+0 0.53109 0.0652934
+0 0.536614 0.0667582
+0 0.542107 0.0681315
+0 0.547478 0.0694133
+0 0.55285 0.0720226
+0 0.557244 0.0757
+0 0.561883 0.0791791
+0 0.566186 0.0824903
+0 0.571511 0.0847791
+0 0.577996 0.0858625
+0 0.585626 0.085481
+0.000823987 0.592844 0.0842145
+0.0024567 0.60032 0.0822309
+0.0179599 0.608667 0.0792248
+0.0379644 0.617136 0.0771191
+0.0622873 0.624384 0.0758831
+0.0879225 0.630991 0.0766766
+0.15259 0.641993 0.0787213
+0.239536 0.651789 0.0817578
+0.354818 0.659052 0.0865187
+0.475441 0.672312 0.0868849
+0.591211 0.690593 0.0790875
+0.696712 0.714504 0.0621347
+0.782452 0.73489 0.0468299
+0.860182 0.747448 0.0400092
+0.927687 0.753201 0.0406958
+0.969696 0.744228 0.0503853
+0.991592 0.732143 0.0601358
+1 0.717494 0.0692454
+1 0.705821 0.0729839
+1 0.704997 0.0755779
+0 0.57026 0.0654307
+0 0.574578 0.0676738
+0 0.57937 0.0699626
+0 0.583566 0.0724498
+0 0.588281 0.0756085
+0 0.592813 0.0786297
+0 0.597406 0.0815595
+0 0.601709 0.0847181
+0 0.605203 0.0886091
+0 0.608606 0.0923629
+0 0.611627 0.0956741
+0 0.615671 0.098497
+0 0.620386 0.0999619
+0.000274662 0.626017 0.0999924
+0.00550851 0.633066 0.0996567
+0.0191653 0.642405 0.0975662
+0.0444038 0.651011 0.0961624
+0.0706493 0.658915 0.0950942
+0.0989548 0.666758 0.0945907
+0.133608 0.675288 0.0952316
+0.205188 0.684794 0.0958724
+0.299931 0.695628 0.0976425
+0.42948 0.707103 0.102373
+0.547219 0.726131 0.0978714
+0.658122 0.748363 0.0879835
+0.758587 0.775372 0.0706951
+0.83859 0.795331 0.0601511
+0.907057 0.807858 0.0558938
+0.96347 0.813413 0.0592508
+0.985656 0.80177 0.0659648
+0.997513 0.78822 0.0725872
+1 0.774395 0.079942
+1 0.776974 0.0831464
+0 0.612604 0.0758068
+0 0.616373 0.0795605
+0 0.619928 0.0832227
+0 0.623484 0.0867628
+0 0.627054 0.0902571
+0 0.630472 0.0937362
+0 0.634028 0.0969406
+0 0.637201 0.100191
+0.000183108 0.640436 0.10367
+0.000518807 0.643427 0.107149
+0.000671397 0.646326 0.110445
+0.000823987 0.6495 0.114672
+0.000900282 0.652323 0.118379
+0.00108339 0.656825 0.120424
+0.00637827 0.662608 0.121309
+0.0186923 0.669429 0.120699
+0.044007 0.67924 0.118029
+0.0762493 0.68954 0.115572
+0.107301 0.698528 0.113451
+0.136858 0.70663 0.112169
+0.179065 0.715679 0.111528
+0.262989 0.72813 0.111513
+0.369909 0.742748 0.112306
+0.498741 0.757839 0.114046
+0.614923 0.780377 0.108827
+0.721614 0.804959 0.100908
+0.814099 0.831342 0.0876631
+0.887678 0.850248 0.0828107
+0.945388 0.862684 0.082063
+0.98613 0.867567 0.0858167
+0.995773 0.85536 0.0851453
+1 0.850309 0.0843977
+1 0.853391 0.0850538
+0.00112917 0.648524 0.0936751
+0.00178531 0.651576 0.0971847
+0.00230411 0.654597 0.100633
+0.00268559 0.657847 0.104067
+0.00288396 0.661036 0.107469
+0.00302129 0.66424 0.110765
+0.00302129 0.667521 0.114183
+0.00282292 0.670512 0.117449
+0.00263981 0.673426 0.121324
+0.00268559 0.676417 0.124636
+0.0027924 0.680171 0.127367
+0.00276188 0.68365 0.13022
+0.00270085 0.686931 0.132723
+0.0028687 0.690501 0.134752
+0.0043183 0.694545 0.136233
+0.0163729 0.702144 0.134813
+0.0356909 0.712108 0.131533
+0.0645304 0.723369 0.126696
+0.0999924 0.735683 0.121752
+0.133928 0.746502 0.118029
+0.161135 0.754757 0.116701
+0.217334 0.765682 0.117082
+0.312123 0.780163 0.1178
+0.433768 0.796414 0.120348
+0.563134 0.813901 0.12549
+0.677775 0.83624 0.123888
+0.782055 0.859983 0.119966
+0.864973 0.884398 0.114443
+0.927916 0.90164 0.113527
+0.97406 0.912505 0.112917
+0.9944 0.914214 0.111437
+0.998856 0.919387 0.114488
+1 0.924346 0.118318
+0.00688182 0.682246 0.11165
+0.00695811 0.685847 0.113207
+0.00708019 0.690379 0.114748
+0.00688182 0.694423 0.116365
+0.00657664 0.698466 0.117815
+0.00630198 0.702907 0.119646
+0.00628672 0.706432 0.122469
+0.00607309 0.709972 0.125307
+0.00581369 0.713817 0.12813
+0.00541695 0.717403 0.130739
+0.00468452 0.722545 0.13164
+0.00378424 0.728374 0.131273
+0.00297551 0.733883 0.131273
+0.00233463 0.738964 0.131212
+0.00196841 0.74435 0.130846
+0.00740063 0.753063 0.128008
+0.0187381 0.763134 0.123156
+0.037995 0.774182 0.117479
+0.0737011 0.788891 0.10898
+0.107759 0.800122 0.104601
+0.143786 0.811032 0.10161
+0.177935 0.822553 0.100008
+0.25832 0.834958 0.103807
+0.371221 0.844862 0.113878
+0.519432 0.85362 0.129854
+0.649821 0.866697 0.141375
+0.761578 0.885023 0.144213
+0.856718 0.906401 0.140703
+0.929244 0.924254 0.135286
+0.972412 0.936736 0.13286
+0.996368 0.945403 0.132692
+0.999344 0.947417 0.135103
+1 0.948486 0.137682
+0.0120546 0.723934 0.115023
+0.0108949 0.729824 0.114443
+0.00923171 0.737041 0.112291
+0.00790417 0.743481 0.111208
+0.00682078 0.750546 0.110246
+0.00584421 0.756802 0.109712
+0.00485237 0.76379 0.108934
+0.00395209 0.770489 0.108202
+0.00308232 0.777127 0.107515
+0.00224308 0.784039 0.106798
+0.00154116 0.790387 0.106416
+0.000976577 0.793347 0.107515
+0.00047303 0.793942 0.109667
+0.000183108 0.794034 0.112123
+0.000366217 0.794598 0.115373
+0.000762951 0.795514 0.118257
+0.00527962 0.798703 0.116991
+0.026627 0.805859 0.111772
+0.0594339 0.815091 0.104707
+0.101701 0.822751 0.100969
+0.136309 0.829465 0.100084
+0.183536 0.836637 0.101503
+0.261677 0.845624 0.106371
+0.405234 0.854459 0.122316
+0.550851 0.864393 0.13872
+0.686748 0.874662 0.154116
+0.789654 0.895659 0.152636
+0.877974 0.915129 0.148669
+0.949981 0.932479 0.142931
+0.982559 0.944656 0.142382
+0.997269 0.950393 0.143267
+1 0.951766 0.145388
+1 0.951751 0.147524
+0.00653086 0.789715 0.0886244
+0.00561532 0.796689 0.0875715
+0.00482185 0.799405 0.0885634
+0.00410468 0.799741 0.0906691
+0.00344854 0.800198 0.0927443
+0.00277714 0.800641 0.0948959
+0.00216678 0.800961 0.0970474
+0.00154116 0.801343 0.0993057
+0.000946059 0.801678 0.101534
+0.000411994 0.801907 0.103975
+3.0518e-05 0.802304 0.106676
+1.5259e-05 0.802853 0.110277
+0 0.802884 0.114107
+0 0.80238 0.118013
+0 0.801907 0.121996
+0.000747692 0.802258 0.124254
+0.00242618 0.803952 0.123491
+0.027863 0.812116 0.115724
+0.0627909 0.819638 0.109667
+0.104433 0.826261 0.105715
+0.135851 0.831601 0.104982
+0.200351 0.8392 0.108003
+0.29958 0.848325 0.115679
+0.456474 0.858427 0.133501
+0.598306 0.868711 0.150225
+0.725048 0.882612 0.16083
+0.827268 0.903456 0.160143
+0.905211 0.921584 0.154284
+0.961822 0.93698 0.150286
+0.995087 0.949325 0.149142
+0.998505 0.951003 0.151217
+1 0.951736 0.153399
+1 0.95172 0.155566
+0.00529488 0.0364385 0.055848
+0.00531014 0.0365759 0.0563211
+0.00531014 0.0367285 0.0568246
+0.00564584 0.0369268 0.0574655
+0.0061799 0.0371099 0.0581064
+0.00674449 0.0373083 0.0588235
+0.00738537 0.0374914 0.0595712
+0.00827039 0.0377356 0.0603037
+0.00949111 0.038117 0.0609598
+0.0109102 0.0385748 0.0614939
+0.0145724 0.0391241 0.0623026
+0.0237736 0.0399329 0.0639658
+0.0356603 0.0412299 0.0670634
+0.0551919 0.0416724 0.0702831
+0.0747692 0.0430762 0.0728618
+0.094728 0.0451362 0.0751049
+0.11545 0.0464485 0.0770581
+0.138674 0.0495613 0.0796826
+0.163531 0.0526589 0.0823835
+0.189761 0.054902 0.0848707
+0.219379 0.0569467 0.0873121
+0.252094 0.0591135 0.0896315
+0.288151 0.0614481 0.0919356
+0.329 0.0643015 0.094728
+0.373556 0.06804 0.0982528
+0.421347 0.0725567 0.102327
+0.475486 0.0784161 0.106966
+0.532982 0.0850996 0.112215
+0.592294 0.0924239 0.117708
+0.654383 0.100771 0.123552
+0.713573 0.108858 0.12845
+0.771832 0.117418 0.133425
+0.82858 0.126635 0.138842
+0.00538643 0.0373846 0.0576791
+0.00538643 0.0375372 0.0581216
+0.00535592 0.037705 0.0586252
+0.00573739 0.0379034 0.0593423
+0.0062562 0.0380865 0.0599832
+0.00680552 0.0382696 0.0606394
+0.00740063 0.038468 0.0613107
+0.00823987 0.0387274 0.0619211
+0.009308 0.0389868 0.0623178
+0.0109102 0.0395361 0.0629129
+0.0166323 0.0404364 0.0642557
+0.0265202 0.0416266 0.0667124
+0.04065 0.042771 0.0701152
+0.0610361 0.0430304 0.0733806
+0.081117 0.0449226 0.0757305
+0.102037 0.0466011 0.0778363
+0.123888 0.0484474 0.0800183
+0.148196 0.0521248 0.0828412
+0.173953 0.0546578 0.08542
+0.20148 0.056733 0.087892
+0.23125 0.0587167 0.0902571
+0.266224 0.0609751 0.0925612
+0.304173 0.0634928 0.0950484
+0.34522 0.0662852 0.0977188
+0.391577 0.0704356 0.101686
+0.442069 0.0755016 0.105989
+0.496803 0.0814984 0.110765
+0.555001 0.0885328 0.116213
+0.615473 0.0963302 0.121859
+0.67657 0.104509 0.127398
+0.735348 0.112703 0.132067
+0.792599 0.121706 0.13727
+0.848341 0.130953 0.142779
+0.00538643 0.0383917 0.0593271
+0.00534066 0.0385748 0.0598306
+0.00535592 0.0387427 0.0603494
+0.00573739 0.038941 0.0610208
+0.00619516 0.0391089 0.0616159
+0.00665293 0.0392309 0.0621805
+0.00714122 0.0393378 0.0627298
+0.00787366 0.0395209 0.0632029
+0.00923171 0.0400244 0.0637827
+0.0112612 0.0409247 0.0647746
+0.0184787 0.0420386 0.0665293
+0.0289921 0.0434577 0.0696574
+0.0461433 0.0442817 0.0732891
+0.0665293 0.0449836 0.0764324
+0.0877699 0.0466316 0.078645
+0.109773 0.0483101 0.0808423
+0.133242 0.0510414 0.08336
+0.157916 0.0546578 0.0860609
+0.184207 0.0566567 0.0885786
+0.213275 0.0586404 0.0909285
+0.244831 0.0607004 0.0931868
+0.280613 0.0629587 0.095613
+0.320226 0.065568 0.0982376
+0.362921 0.0688029 0.101518
+0.409873 0.0730755 0.105669
+0.463111 0.0787213 0.110155
+0.518975 0.0850843 0.115038
+0.577356 0.0921492 0.120378
+0.638651 0.100221 0.125948
+0.698329 0.108385 0.131044
+0.756588 0.116793 0.13576
+0.813626 0.126116 0.1411
+0.867765 0.135317 0.146792
+0.00521859 0.0394751 0.0608988
+0.00514229 0.0396277 0.0613565
+0.00520333 0.039765 0.0618753
+0.00550851 0.0398718 0.0624552
+0.00588998 0.0399939 0.0629892
+0.00631724 0.0401312 0.0635538
+0.00689708 0.0403449 0.0641794
+0.00794995 0.0407874 0.0649424
+0.00961318 0.0416571 0.0659342
+0.0123598 0.0428321 0.0671702
+0.0199588 0.0439765 0.0691081
+0.0312352 0.0454871 0.0728923
+0.0513619 0.046067 0.0767529
+0.0726177 0.0471046 0.0795911
+0.094789 0.0484932 0.0818189
+0.118151 0.0504768 0.0843366
+0.142733 0.0539101 0.0868849
+0.168338 0.0568856 0.0893873
+0.194949 0.0588235 0.0919051
+0.225589 0.0607767 0.0942855
+0.25919 0.0628672 0.096788
+0.295445 0.0651713 0.0994583
+0.336156 0.0678111 0.102129
+0.381155 0.0715648 0.10573
+0.429892 0.0761883 0.109819
+0.484276 0.082002 0.114168
+0.541421 0.0887465 0.119219
+0.600336 0.0960861 0.124498
+0.661524 0.104112 0.129946
+0.720043 0.11249 0.134737
+0.777615 0.121324 0.139696
+0.834348 0.130526 0.144823
+0.887175 0.139727 0.150927
+0.00477607 0.0403906 0.062211
+0.00466926 0.0405127 0.0626383
+0.00480659 0.0406348 0.0631876
+0.00512703 0.0408637 0.0638285
+0.00555428 0.0411688 0.0645457
+0.00610361 0.0415503 0.0654002
+0.00691234 0.0420386 0.066331
+0.00816358 0.0428168 0.0673686
+0.00993362 0.0439918 0.0685893
+0.0140688 0.0453498 0.0702678
+0.0224002 0.0466163 0.0729381
+0.0348058 0.047715 0.0766003
+0.0558785 0.0484169 0.0806744
+0.0789654 0.0493782 0.0831159
+0.102617 0.0509804 0.0856641
+0.127398 0.0534371 0.0884718
+0.152514 0.057023 0.0906844
+0.178958 0.0593423 0.0932174
+0.207324 0.0613413 0.0958572
+0.238209 0.0632029 0.0983597
+0.273442 0.0653086 0.100862
+0.311467 0.0676738 0.10341
+0.352712 0.0704051 0.106035
+0.399802 0.0745251 0.109834
+0.451209 0.0796368 0.113939
+0.506111 0.0855726 0.118303
+0.563851 0.0924544 0.123293
+0.62359 0.100099 0.128542
+0.68333 0.108171 0.133684
+0.74168 0.116838 0.138582
+0.798825 0.125963 0.143877
+0.853971 0.135149 0.149447
+0.906157 0.144289 0.155581
+0.00447089 0.0419471 0.06392
+0.00440986 0.0421912 0.0644694
+0.00471504 0.0424048 0.0652171
+0.00509651 0.0428168 0.0661173
+0.00553903 0.0433204 0.0670176
+0.00605783 0.0438544 0.0679332
+0.00691234 0.0445716 0.0690318
+0.00830091 0.0456703 0.0704204
+0.0102083 0.0471809 0.0721904
+0.0155489 0.0485542 0.0744793
+0.0245823 0.0496986 0.0774395
+0.0393683 0.0506294 0.0810559
+0.0610361 0.0515602 0.0849775
+0.0853132 0.0521096 0.0874647
+0.110826 0.0541695 0.0903029
+0.136721 0.0570077 0.0927291
+0.162524 0.0601968 0.0947738
+0.189654 0.0624247 0.0974594
+0.219883 0.0643931 0.10013
+0.252674 0.0662547 0.102678
+0.288014 0.0681621 0.105013
+0.327886 0.0705577 0.107347
+0.371237 0.0736858 0.110323
+0.418738 0.0776379 0.113954
+0.472572 0.0831769 0.118074
+0.528389 0.0893721 0.122499
+0.586175 0.0963302 0.127413
+0.646296 0.104341 0.133028
+0.705211 0.112764 0.138216
+0.763302 0.121523 0.143145
+0.819989 0.130755 0.148379
+0.873198 0.139879 0.154147
+0.923064 0.148913 0.160037
+0.00436408 0.0445411 0.0664988
+0.00437934 0.0449378 0.0672465
+0.00463874 0.0453346 0.0681163
+0.00494392 0.0458991 0.0690623
+0.00534066 0.0464027 0.0699626
+0.00588998 0.0471504 0.0710307
+0.0068513 0.0481117 0.0724346
+0.0084535 0.0495613 0.0745403
+0.0105592 0.0513771 0.0769665
+0.0164645 0.0526589 0.0793927
+0.025452 0.0536507 0.0822919
+0.0420539 0.0547646 0.0862135
+0.0657359 0.055787 0.0899367
+0.0914626 0.0568704 0.0928359
+0.119509 0.0585336 0.0953994
+0.145754 0.0613107 0.0970932
+0.172747 0.0640879 0.0993057
+0.2009 0.0665293 0.102266
+0.232837 0.068101 0.104784
+0.267338 0.0697337 0.107027
+0.304204 0.071458 0.109133
+0.344503 0.0736553 0.111391
+0.390372 0.0771191 0.114748
+0.439857 0.0814832 0.118547
+0.493629 0.0868696 0.122606
+0.550271 0.0935073 0.12726
+0.608438 0.100786 0.132235
+0.668574 0.108827 0.137789
+0.727184 0.117494 0.142733
+0.784543 0.126436 0.147707
+0.840192 0.135592 0.152789
+0.892164 0.144717 0.158831
+0.93901 0.153552 0.164324
+0.00424201 0.048188 0.0698253
+0.0043183 0.0487221 0.0706951
+0.00454719 0.0494087 0.0717021
+0.00483711 0.0501259 0.0727245
+0.0052491 0.0509041 0.0738231
+0.00588998 0.0518044 0.0751659
+0.00704967 0.0530098 0.0771344
+0.00881972 0.0545968 0.0797284
+0.0115816 0.0563668 0.0822766
+0.0171054 0.0577249 0.0847944
+0.0252842 0.0589151 0.0876783
+0.0441749 0.0607919 0.0916609
+0.0700389 0.061738 0.0954299
+0.0982986 0.0626688 0.0983597
+0.127871 0.0639658 0.100603
+0.155367 0.0669718 0.102098
+0.183581 0.069398 0.104707
+0.213809 0.0712139 0.107393
+0.246387 0.0724041 0.109712
+0.282658 0.0737163 0.111513
+0.32134 0.0753948 0.113573
+0.3626 0.0776226 0.115969
+0.409735 0.0813001 0.119463
+0.461021 0.0859541 0.123278
+0.514824 0.0913405 0.127306
+0.571633 0.0978714 0.131777
+0.630549 0.105425 0.136934
+0.689937 0.113573 0.142214
+0.749615 0.122393 0.147234
+0.805447 0.131472 0.152041
+0.859083 0.140566 0.157382
+0.910552 0.149569 0.163394
+0.954818 0.15819 0.168353
+0.00416571 0.0531777 0.0741588
+0.00434882 0.0539712 0.0753033
+0.00460822 0.0548409 0.0765393
+0.00494392 0.0556954 0.0777905
+0.00540169 0.056611 0.0791791
+0.00610361 0.057557 0.0808576
+0.00732433 0.058793 0.082887
+0.00907912 0.0604562 0.0852216
+0.0122683 0.0622873 0.0877852
+0.0177462 0.063859 0.0905165
+0.0281529 0.0656901 0.0936446
+0.0480201 0.0681926 0.097322
+0.0734264 0.0683299 0.101198
+0.105516 0.0691386 0.104341
+0.135988 0.0710918 0.106477
+0.165866 0.0739605 0.108034
+0.194568 0.0757916 0.110597
+0.226841 0.0769513 0.112856
+0.261433 0.0778821 0.114778
+0.298131 0.0788434 0.116274
+0.338338 0.0803998 0.118151
+0.381918 0.0828412 0.12079
+0.429419 0.0862593 0.124102
+0.481834 0.0908064 0.127901
+0.536355 0.0961929 0.131914
+0.593179 0.102419 0.136278
+0.652552 0.11014 0.141543
+0.712093 0.118639 0.146563
+0.770748 0.127626 0.151507
+0.825864 0.136767 0.156207
+0.877745 0.145724 0.162051
+0.926467 0.154467 0.167758
+0.970565 0.162936 0.17258
+0.00428779 0.059617 0.07953
+0.00459297 0.0605173 0.0807965
+0.00486763 0.0614633 0.0820783
+0.00511177 0.0624094 0.0834974
+0.00546273 0.0635843 0.0850538
+0.00622568 0.0647746 0.0867628
+0.00761425 0.0662242 0.0889143
+0.00943008 0.0678111 0.0912947
+0.0124819 0.0692912 0.093843
+0.0172732 0.0713664 0.0965133
+0.0304723 0.0743877 0.0998703
+0.0511025 0.0766918 0.103548
+0.0767224 0.0776379 0.107424
+0.108995 0.0789654 0.111833
+0.142016 0.0813153 0.113939
+0.174472 0.0833448 0.115938
+0.205814 0.0852369 0.117678
+0.239994 0.0859388 0.119234
+0.276799 0.0861219 0.120485
+0.315557 0.0861372 0.121584
+0.355962 0.0864424 0.122713
+0.40174 0.0888838 0.125643
+0.450614 0.0920424 0.128939
+0.502358 0.0959487 0.132387
+0.557778 0.101442 0.136385
+0.615442 0.107927 0.140902
+0.674464 0.115343 0.145953
+0.734081 0.124086 0.150927
+0.790829 0.132998 0.155734
+0.844816 0.141985 0.160815
+0.896025 0.150851 0.16701
+0.942092 0.159319 0.172076
+0.979278 0.167498 0.176577
+0.00448615 0.0673991 0.0854047
+0.00456245 0.0690318 0.0869764
+0.004654 0.0705272 0.0884108
+0.00474556 0.0720073 0.0899062
+0.00497444 0.0735485 0.0914015
+0.00564584 0.0749981 0.0930495
+0.00698863 0.076463 0.0948196
+0.00860609 0.0780194 0.0966506
+0.0112154 0.0798047 0.0991379
+0.0147402 0.0823529 0.102266
+0.0298924 0.0854505 0.106645
+0.0495003 0.0882582 0.110979
+0.0773022 0.0903029 0.115923
+0.109957 0.0914015 0.120165
+0.148074 0.0920577 0.122911
+0.182803 0.0938582 0.124361
+0.217609 0.0952621 0.125551
+0.252476 0.0956588 0.126406
+0.291249 0.0949111 0.126818
+0.331746 0.0945144 0.127443
+0.373938 0.0946822 0.128557
+0.42034 0.0960861 0.1308
+0.471168 0.0988937 0.133486
+0.524178 0.103044 0.136873
+0.5794 0.108019 0.140902
+0.637369 0.11426 0.145678
+0.695949 0.121386 0.150454
+0.755062 0.12961 0.155093
+0.809949 0.138552 0.160067
+0.862654 0.147341 0.165667
+0.913176 0.155947 0.171618
+0.957565 0.164172 0.176059
+0.985199 0.172015 0.180255
+0.00358587 0.0797284 0.0926375
+0.00361639 0.0812238 0.0939498
+0.00364691 0.0828412 0.0953536
+0.00370794 0.0845808 0.0968185
+0.00393683 0.0860304 0.0982071
+0.00463874 0.0873426 0.0996109
+0.00588998 0.0887617 0.101137
+0.00764477 0.0900893 0.102861
+0.0102235 0.0917983 0.105318
+0.0150149 0.0937819 0.108721
+0.0283207 0.0974594 0.113802
+0.0469215 0.10103 0.120439
+0.0758831 0.103517 0.124865
+0.111833 0.104326 0.128298
+0.150881 0.104952 0.131121
+0.189029 0.106996 0.132479
+0.225376 0.108293 0.133272
+0.263035 0.108659 0.133639
+0.302998 0.107958 0.133532
+0.345754 0.107652 0.133516
+0.390906 0.107652 0.134386
+0.438666 0.107851 0.13579
+0.491081 0.109316 0.138216
+0.545266 0.111971 0.141558
+0.600488 0.115602 0.145342
+0.658152 0.120928 0.14995
+0.716487 0.128237 0.154559
+0.773861 0.136324 0.159319
+0.828244 0.144747 0.164294
+0.879759 0.152972 0.170214
+0.928298 0.161105 0.17554
+0.972732 0.169116 0.179797
+0.991318 0.17673 0.184039
+0.00216678 0.0937819 0.0997482
+0.00222782 0.0953536 0.101198
+0.00233463 0.0969863 0.102586
+0.00239567 0.0988632 0.10396
+0.00262455 0.100526 0.105257
+0.00331121 0.102327 0.106981
+0.00436408 0.104204 0.108843
+0.00579843 0.106249 0.11104
+0.0081178 0.108141 0.11371
+0.0128786 0.110521 0.116915
+0.0218357 0.113359 0.120867
+0.0378576 0.116991 0.12575
+0.0686503 0.119783 0.13077
+0.107622 0.12105 0.134981
+0.148516 0.122621 0.137774
+0.19089 0.124346 0.139635
+0.230549 0.125811 0.14052
+0.272435 0.126146 0.140993
+0.31574 0.126177 0.140887
+0.360433 0.12549 0.140139
+0.408438 0.124407 0.140642
+0.458366 0.123705 0.141527
+0.510414 0.123339 0.142809
+0.564462 0.125032 0.145815
+0.62089 0.127611 0.149538
+0.67837 0.131334 0.153872
+0.735958 0.137789 0.158358
+0.791241 0.144717 0.163256
+0.845258 0.151873 0.168612
+0.897047 0.159274 0.174563
+0.943435 0.167041 0.179477
+0.979217 0.174609 0.184146
+0.997971 0.181842 0.188754
+0.000793469 0.111284 0.1066
+0.000762951 0.112764 0.108034
+0.000732433 0.114702 0.109697
+0.000793469 0.116991 0.111559
+0.00108339 0.119295 0.113268
+0.0016022 0.121798 0.115236
+0.00225834 0.124193 0.117388
+0.00311284 0.126345 0.119631
+0.00491341 0.128603 0.122164
+0.00788891 0.131243 0.125017
+0.0144656 0.134707 0.128313
+0.0299229 0.138155 0.132052
+0.0589151 0.140703 0.136049
+0.100816 0.142382 0.139223
+0.145464 0.144015 0.142199
+0.191165 0.14522 0.144549
+0.237659 0.14612 0.146166
+0.282368 0.146334 0.146548
+0.327825 0.146197 0.14609
+0.374609 0.145586 0.145861
+0.423758 0.144457 0.146471
+0.475608 0.14342 0.146929
+0.528695 0.143252 0.148226
+0.582834 0.143145 0.150912
+0.639567 0.144137 0.154696
+0.696162 0.146227 0.158404
+0.752819 0.149432 0.162524
+0.807797 0.154681 0.167895
+0.861738 0.161151 0.173434
+0.913436 0.167697 0.178927
+0.958892 0.174304 0.183825
+0.985779 0.180926 0.188647
+1 0.187213 0.193072
+0.000183108 0.133577 0.113725
+0.000213626 0.135653 0.115724
+0.000183108 0.138109 0.11783
+0.000106813 0.140307 0.120027
+6.10361e-05 0.142519 0.122011
+0.000137331 0.14519 0.123705
+0.000366217 0.147768 0.125536
+0.000854505 0.150195 0.127459
+0.00192264 0.152712 0.129671
+0.00328069 0.156039 0.132082
+0.00753796 0.159304 0.133913
+0.0183719 0.162493 0.135348
+0.0439612 0.166217 0.136477
+0.0814984 0.168963 0.138216
+0.130785 0.170184 0.141115
+0.185534 0.169284 0.144152
+0.238117 0.169192 0.146181
+0.289143 0.1691 0.148196
+0.337316 0.169146 0.148791
+0.387442 0.168688 0.149752
+0.438056 0.168063 0.150759
+0.490715 0.167422 0.151247
+0.544305 0.167117 0.153338
+0.599435 0.166781 0.155917
+0.655863 0.166201 0.158755
+0.711574 0.167376 0.162921
+0.767315 0.169055 0.167803
+0.823529 0.171618 0.173144
+0.87747 0.174334 0.178134
+0.927565 0.178546 0.183139
+0.972229 0.183597 0.188342
+0.992706 0.188785 0.192844
+1 0.193622 0.19675
+0 0.158618 0.11899
+0 0.161349 0.120958
+0 0.164065 0.123095
+1.5259e-05 0.166567 0.125353
+1.5259e-05 0.169299 0.127687
+0 0.172045 0.129992
+0 0.174716 0.131487
+4.57771e-05 0.17734 0.132555
+0.000335698 0.17998 0.133501
+0.00105287 0.182834 0.134585
+0.00263981 0.185748 0.135668
+0.00799573 0.188922 0.136309
+0.0261997 0.193393 0.13576
+0.0580606 0.197208 0.135317
+0.103212 0.19971 0.13521
+0.169924 0.19939 0.136782
+0.234974 0.196567 0.140383
+0.294301 0.194461 0.143832
+0.347402 0.193149 0.147234
+0.39939 0.193133 0.149035
+0.451514 0.193225 0.150851
+0.50399 0.193698 0.153017
+0.557519 0.194446 0.155612
+0.613306 0.194354 0.158007
+0.66949 0.193835 0.160876
+0.725444 0.193637 0.165377
+0.78233 0.194186 0.170886
+0.838499 0.194568 0.176577
+0.893721 0.194781 0.182116
+0.942763 0.196216 0.187411
+0.978912 0.197436 0.192065
+1 0.199039 0.196094
+1 0.202045 0.199893
+0 0.185611 0.120745
+0 0.188403 0.122652
+0 0.191653 0.124697
+0 0.194827 0.126711
+0 0.198062 0.128573
+0 0.201129 0.12987
+0 0.203647 0.131182
+0 0.206455 0.131746
+0 0.209277 0.132753
+4.57771e-05 0.211978 0.133944
+0.000717174 0.21471 0.13489
+0.00344854 0.217441 0.135073
+0.0102083 0.221271 0.132753
+0.0318914 0.226322 0.129458
+0.0740673 0.230335 0.126848
+0.135378 0.233066 0.124987
+0.220127 0.229984 0.127993
+0.290684 0.224537 0.132921
+0.354025 0.220432 0.137942
+0.41001 0.218952 0.142275
+0.462608 0.220615 0.146197
+0.516136 0.221881 0.150301
+0.570443 0.223758 0.154025
+0.626261 0.224674 0.156878
+0.682506 0.225406 0.160555
+0.739834 0.225376 0.164797
+0.797757 0.225422 0.169726
+0.854093 0.224903 0.175738
+0.908507 0.223896 0.182574
+0.958694 0.222446 0.189593
+0.985916 0.219516 0.195178
+1 0.217197 0.199939
+1 0.217075 0.203555
+0 0.21323 0.118303
+0 0.216403 0.119783
+0 0.22002 0.121218
+0 0.223011 0.122637
+0 0.226139 0.123873
+0 0.229328 0.12517
+0 0.232685 0.126665
+0 0.236179 0.128344
+0 0.239399 0.129519
+0 0.242054 0.130404
+9.15541e-05 0.243961 0.130602
+0.000839246 0.245945 0.129351
+0.00411994 0.249058 0.126757
+0.0108186 0.25449 0.12372
+0.0439612 0.261494 0.119646
+0.102052 0.265873 0.116701
+0.183001 0.266957 0.115267
+0.276951 0.262623 0.11635
+0.35227 0.255726 0.122789
+0.418189 0.249928 0.130449
+0.474708 0.248524 0.136446
+0.529213 0.251011 0.141955
+0.58436 0.254154 0.146395
+0.639963 0.257755 0.150896
+0.696956 0.259663 0.154894
+0.75436 0.261463 0.15935
+0.811963 0.262715 0.164553
+0.86894 0.262074 0.171054
+0.922957 0.2598 0.178271
+0.969879 0.256443 0.185763
+0.994079 0.25211 0.19353
+1 0.24715 0.200488
+1 0.241123 0.206119
+0 0.240818 0.111254
+0 0.243946 0.113405
+0 0.247288 0.115236
+0 0.250568 0.116915
+0 0.253605 0.118059
+0 0.257084 0.119142
+0 0.260319 0.120256
+0 0.263859 0.121309
+0 0.267094 0.122301
+0 0.269429 0.122423
+0 0.271275 0.123018
+7.62951e-05 0.273777 0.122988
+0.000854505 0.277516 0.122118
+0.00555428 0.283085 0.119631
+0.0163272 0.291112 0.114839
+0.0670787 0.299077 0.108904
+0.142901 0.303212 0.105409
+0.242298 0.303288 0.104097
+0.33904 0.299351 0.10396
+0.416373 0.292287 0.111269
+0.482643 0.284764 0.12079
+0.543297 0.282246 0.125811
+0.599237 0.286076 0.131884
+0.65536 0.290272 0.138125
+0.712261 0.295308 0.143221
+0.769131 0.298985 0.149248
+0.825803 0.301808 0.155734
+0.882216 0.303075 0.163195
+0.937469 0.301427 0.171023
+0.976211 0.298222 0.179217
+0.999985 0.292927 0.187686
+1 0.286076 0.19556
+1 0.280262 0.202564
+0 0.267399 0.104479
+0 0.270817 0.106218
+0 0.274388 0.107759
+0 0.277745 0.109056
+0 0.281025 0.110201
+0 0.284367 0.111177
+0 0.287922 0.112016
+0 0.291569 0.113664
+0 0.295094 0.115129
+0 0.29839 0.115969
+0 0.300877 0.116854
+0 0.303487 0.11725
+4.57771e-05 0.30634 0.117449
+0.00109865 0.311589 0.115419
+0.0083772 0.318868 0.111543
+0.0273899 0.330083 0.104341
+0.103288 0.338872 0.0973068
+0.199451 0.34287 0.0938888
+0.312947 0.341085 0.0955215
+0.4047 0.338186 0.0933242
+0.481376 0.33257 0.0994888
+0.548531 0.324422 0.111116
+0.612314 0.321309 0.115434
+0.671183 0.325078 0.120623
+0.72874 0.33022 0.126604
+0.785138 0.336416 0.13315
+0.840848 0.341482 0.141665
+0.896376 0.345464 0.149996
+0.951812 0.347585 0.15816
+0.982193 0.345846 0.167163
+0.997879 0.342397 0.175769
+1 0.336034 0.184131
+1 0.327245 0.192432
+0 0.29485 0.0966659
+0 0.298405 0.0983597
+0 0.301778 0.100053
+0 0.305379 0.101579
+0 0.308919 0.103227
+0 0.312886 0.105562
+0 0.316747 0.107759
+0 0.320546 0.10985
+0 0.324147 0.11107
+0 0.327199 0.111437
+0 0.3299 0.11162
+0 0.332967 0.111788
+0 0.336263 0.112352
+1.5259e-05 0.340337 0.111788
+0.00151064 0.34818 0.107958
+0.0144198 0.359136 0.101259
+0.054078 0.375113 0.0910201
+0.154177 0.382605 0.0883955
+0.264607 0.386038 0.0875257
+0.380438 0.383871 0.0898146
+0.468482 0.385702 0.0817578
+0.5467 0.380789 0.085771
+0.615854 0.369818 0.100343
+0.683253 0.366598 0.102403
+0.743999 0.370214 0.105882
+0.802136 0.375906 0.111742
+0.857984 0.382452 0.121294
+0.912795 0.388647 0.130388
+0.959381 0.393118 0.139712
+0.9906 0.395377 0.149844
+0.997787 0.3944 0.159976
+1 0.390814 0.170672
+1 0.385382 0.180438
+0 0.323461 0.0918441
+0 0.326894 0.0934768
+0 0.330968 0.0953536
+0 0.335195 0.097322
+0 0.339574 0.0991684
+0 0.343862 0.100999
+0 0.348058 0.102861
+0 0.352239 0.104799
+0 0.3561 0.105455
+0 0.359258 0.106096
+0 0.362234 0.106371
+0 0.365484 0.106859
+0 0.369512 0.107027
+0 0.3738 0.106661
+0 0.381155 0.104189
+0.00482185 0.393881 0.0981613
+0.0273136 0.409216 0.090135
+0.0998703 0.424903 0.0820325
+0.216815 0.428779 0.0834669
+0.339178 0.431846 0.0823529
+0.450324 0.435401 0.0779126
+0.535531 0.437827 0.0693523
+0.614389 0.435431 0.0691844
+0.685405 0.424918 0.0822156
+0.751598 0.421912 0.0867475
+0.814832 0.423224 0.0927138
+0.874754 0.427512 0.100298
+0.930449 0.432807 0.10959
+0.969573 0.437827 0.120195
+0.994904 0.442512 0.1308
+0.99913 0.444602 0.14229
+1 0.443992 0.153323
+1 0.441367 0.163851
+0 0.355535 0.0865492
+0 0.359625 0.0882734
+0 0.363806 0.090074
+0 0.368139 0.0923476
+0 0.372534 0.0946365
+0 0.376822 0.096788
+0 0.380835 0.0990921
+0 0.385183 0.101213
+0 0.388998 0.102403
+0 0.392645 0.103593
+0 0.396689 0.10486
+0 0.40087 0.104997
+0 0.406134 0.103578
+0 0.413062 0.101411
+0 0.421256 0.0986191
+3.0518e-05 0.433402 0.0940719
+0.0164034 0.448081 0.0867475
+0.0564889 0.463127 0.0788739
+0.174456 0.474281 0.0756085
+0.297612 0.477302 0.0788739
+0.415122 0.480919 0.077821
+0.520256 0.49102 0.0637827
+0.603693 0.49456 0.0573739
+0.68069 0.494453 0.057557
+0.75259 0.486229 0.0708629
+0.819226 0.482643 0.0792096
+0.883375 0.481254 0.0860914
+0.94284 0.482551 0.092546
+0.978088 0.485954 0.101823
+0.994904 0.488869 0.111513
+1 0.491203 0.121981
+1 0.493233 0.133242
+1 0.492668 0.142565
+0 0.388724 0.0845502
+0 0.392554 0.0865949
+0 0.396719 0.0886854
+0 0.401297 0.0907607
+0 0.405875 0.0927749
+0 0.410407 0.0948196
+0 0.414618 0.0967422
+0 0.419547 0.0991684
+0 0.424292 0.100999
+0 0.428504 0.102815
+0 0.433326 0.103716
+0 0.439933 0.101976
+0 0.450736 0.0981003
+0 0.461082 0.0936294
+3.0518e-05 0.470985 0.0895552
+0.00015259 0.480629 0.0861372
+0.00433356 0.491173 0.0810559
+0.0484779 0.504021 0.0753948
+0.126772 0.516915 0.0715038
+0.251469 0.521263 0.0775464
+0.37229 0.52752 0.0782177
+0.487877 0.535058 0.0753185
+0.587335 0.548913 0.0593881
+0.669718 0.556023 0.0532692
+0.746426 0.558282 0.0529488
+0.818784 0.551919 0.0633402
+0.886107 0.545251 0.0733806
+0.941665 0.540871 0.0818036
+0.985016 0.539315 0.0882582
+0.995087 0.539651 0.0965286
+1 0.540337 0.104906
+1 0.540169 0.113222
+1 0.540047 0.1205
+0 0.424628 0.0830091
+0 0.428977 0.0845502
+0 0.433326 0.0861677
+0 0.437171 0.0878462
+0 0.441947 0.0897688
+0 0.447959 0.0923781
+0 0.453773 0.0950942
+0 0.459678 0.0976425
+0 0.464958 0.0998856
+0 0.4701 0.101854
+0 0.476631 0.102068
+0 0.485542 0.099794
+0 0.49662 0.0957656
+0 0.507805 0.090486
+4.57771e-05 0.518395 0.0853285
+0.00123598 0.527443 0.0819257
+0.00537118 0.534951 0.0804303
+0.0321355 0.54435 0.0787671
+0.0948501 0.554406 0.0778668
+0.190494 0.565728 0.0778515
+0.324605 0.570413 0.0851301
+0.444236 0.580957 0.0829938
+0.555962 0.593042 0.0765545
+0.650492 0.610285 0.059968
+0.734966 0.619715 0.0527504
+0.814054 0.62356 0.0506294
+0.884642 0.617136 0.0597848
+0.940444 0.608728 0.0700847
+0.980499 0.601053 0.0796826
+0.998474 0.596277 0.0877394
+0.999847 0.594186 0.0945602
+1 0.591714 0.100542
+1 0.589029 0.105104
+0 0.467765 0.0800641
+0 0.47277 0.0816052
+0 0.47808 0.084062
+0 0.483207 0.0865644
+0 0.488258 0.0890669
+0 0.493675 0.091722
+0 0.499641 0.094377
+0 0.50518 0.0967727
+0 0.510979 0.0991531
+0 0.516381 0.101167
+0 0.523079 0.10161
+0 0.532097 0.100313
+0 0.542245 0.0983902
+1.5259e-05 0.552514 0.0955367
+0.000381476 0.561074 0.0925612
+0.00483711 0.568811 0.0900435
+0.0125277 0.575586 0.0886702
+0.0242161 0.581476 0.0885176
+0.0673075 0.591424 0.0872053
+0.149279 0.602441 0.0872969
+0.268574 0.615335 0.0886549
+0.395148 0.622629 0.0941176
+0.513283 0.636469 0.0897993
+0.62472 0.653956 0.0794537
+0.717922 0.673747 0.0614328
+0.800381 0.685298 0.0533913
+0.875029 0.690486 0.0518502
+0.939574 0.683436 0.0623941
+0.976638 0.672923 0.0740673
+0.997589 0.662531 0.084062
+0.999634 0.653162 0.0902113
+1 0.647028 0.0935683
+1 0.644236 0.0958877
+0 0.517968 0.0787823
+0 0.523598 0.0811627
+0 0.528832 0.0835889
+0 0.534249 0.0859388
+0 0.539528 0.0882582
+0 0.544823 0.0906539
+0 0.549767 0.0934615
+0 0.554284 0.0966201
+0 0.558877 0.0995499
+0 0.56379 0.103273
+0 0.569299 0.106477
+0 0.57641 0.108614
+0 0.58381 0.109102
+0.000183108 0.590753 0.108522
+0.00077821 0.597803 0.106798
+0.00868238 0.605646 0.103563
+0.0209354 0.612818 0.10103
+0.0375372 0.619394 0.0995041
+0.0611887 0.626307 0.0995956
+0.127504 0.639551 0.0985733
+0.219074 0.651911 0.0990005
+0.340795 0.662486 0.101839
+0.468025 0.675212 0.104585
+0.585092 0.693446 0.0984817
+0.691905 0.716106 0.0847028
+0.780499 0.737148 0.0692607
+0.859037 0.749416 0.0629892
+0.926345 0.75491 0.0635233
+0.96994 0.746059 0.072755
+0.991409 0.733928 0.0822614
+1 0.71989 0.0910506
+0.999985 0.707454 0.0941939
+1 0.707362 0.0964828
+0 0.567391 0.0819867
+0 0.572061 0.085069
+0 0.57644 0.0879683
+0 0.581064 0.0907607
+0 0.586023 0.0934768
+0 0.590661 0.0959945
+0 0.595041 0.0987564
+0 0.599359 0.103441
+0 0.603113 0.108431
+0 0.606867 0.113283
+0 0.610605 0.117586
+0 0.614511 0.121355
+0 0.618738 0.123812
+9.15541e-05 0.623774 0.124392
+0.00257877 0.629618 0.123217
+0.00772107 0.637583 0.120211
+0.0267033 0.645747 0.118181
+0.049485 0.653971 0.116457
+0.0761273 0.661982 0.115602
+0.108583 0.670497 0.115404
+0.183352 0.682628 0.114946
+0.282536 0.695964 0.115908
+0.416388 0.709926 0.119539
+0.539574 0.728038 0.117067
+0.654032 0.750011 0.109133
+0.756451 0.776776 0.0940566
+0.837415 0.797086 0.0830396
+0.906432 0.809567 0.0789197
+0.9626 0.814893 0.081529
+0.985962 0.803937 0.0877852
+0.997467 0.789593 0.0943008
+1 0.776593 0.100984
+1 0.778744 0.104753
+0 0.609583 0.0916152
+0 0.613367 0.0949722
+0 0.616907 0.0982834
+0 0.620356 0.101595
+0 0.623957 0.105837
+0 0.627649 0.110292
+0 0.631418 0.114656
+0 0.635126 0.11902
+0.000122072 0.638254 0.123613
+0.000213626 0.641199 0.127962
+0.000274662 0.644236 0.13225
+0.000244144 0.646723 0.136019
+0.000198367 0.649454 0.139513
+0.000183108 0.652888 0.141375
+0.00170901 0.657359 0.141665
+0.00991836 0.664057 0.141909
+0.0286564 0.673487 0.140291
+0.0579843 0.683696 0.138125
+0.0859998 0.692454 0.136248
+0.113954 0.700481 0.134905
+0.154894 0.710826 0.132509
+0.242252 0.726268 0.130724
+0.354208 0.743358 0.129854
+0.488502 0.760082 0.132723
+0.608179 0.782483 0.129015
+0.717891 0.806531 0.122194
+0.813855 0.833051 0.109102
+0.886442 0.852232 0.104616
+0.944625 0.864378 0.103746
+0.987274 0.869673 0.107668
+0.995895 0.856992 0.106981
+1 0.852567 0.106798
+1 0.855512 0.107973
+0.000671397 0.645029 0.106493
+0.000839246 0.64802 0.110094
+0.00105287 0.651179 0.114687
+0.00115969 0.654398 0.119158
+0.00115969 0.657511 0.123491
+0.00122072 0.660441 0.127657
+0.00120546 0.663233 0.131853
+0.00106813 0.666056 0.136095
+0.000854505 0.668696 0.139971
+0.000762951 0.672343 0.14287
+0.000564584 0.675288 0.145663
+0.000381476 0.678935 0.148745
+0.000427253 0.682795 0.152697
+0.000564584 0.686732 0.155718
+0.00103761 0.69102 0.158434
+0.00915541 0.698207 0.1579
+0.0234989 0.706844 0.15555
+0.0466773 0.716869 0.150912
+0.0794232 0.728313 0.146075
+0.110155 0.738979 0.142092
+0.137026 0.74844 0.139712
+0.192935 0.761456 0.136889
+0.293584 0.779599 0.135073
+0.419562 0.79939 0.135897
+0.556023 0.816419 0.142519
+0.673533 0.838712 0.142901
+0.778088 0.861799 0.141436
+0.862989 0.88603 0.136675
+0.92723 0.902953 0.136049
+0.973434 0.913314 0.13518
+0.995071 0.916457 0.133806
+0.998856 0.92137 0.137057
+1 0.927092 0.141161
+0.00303655 0.67837 0.12401
+0.00320439 0.682322 0.126726
+0.00325017 0.686152 0.129458
+0.0031281 0.689784 0.132158
+0.00291447 0.693507 0.134829
+0.00267033 0.697185 0.137682
+0.00234989 0.701122 0.140597
+0.0018616 0.70425 0.143511
+0.00128176 0.707698 0.146426
+0.00122072 0.71194 0.150225
+0.000991836 0.718318 0.151369
+0.00077821 0.724926 0.152193
+0.000610361 0.731426 0.153124
+0.000488289 0.737377 0.15404
+0.000656138 0.743496 0.154818
+0.00347906 0.751049 0.153399
+0.0115053 0.759655 0.149386
+0.0252079 0.769711 0.143267
+0.0490578 0.783795 0.133471
+0.0805676 0.795193 0.126757
+0.114626 0.806073 0.121569
+0.146456 0.816938 0.118044
+0.229862 0.831388 0.120516
+0.355306 0.843366 0.130861
+0.511238 0.856382 0.146227
+0.646769 0.868162 0.160464
+0.760037 0.885893 0.16492
+0.856016 0.906493 0.163073
+0.929946 0.92459 0.157244
+0.972564 0.937148 0.154391
+0.996368 0.945617 0.153887
+0.999481 0.947814 0.156268
+1 0.94876 0.158755
+0.00582895 0.718883 0.130282
+0.00489815 0.725338 0.129793
+0.00392157 0.731884 0.128985
+0.00297551 0.738613 0.128099
+0.00207523 0.745586 0.127214
+0.0011902 0.752865 0.126467
+0.000732433 0.759793 0.126452
+0.000549325 0.767147 0.127031
+0.000396735 0.774243 0.127886
+0.000259403 0.78085 0.128923
+0.000167849 0.787976 0.129702
+0.000106813 0.789059 0.133104
+7.62951e-05 0.789761 0.136797
+4.57771e-05 0.790417 0.140261
+0.000106813 0.791089 0.143496
+0.000274662 0.791577 0.146761
+0.00177005 0.794369 0.144793
+0.0130312 0.801129 0.138109
+0.034699 0.809476 0.130571
+0.0741283 0.816159 0.125841
+0.105592 0.821775 0.12401
+0.154025 0.829313 0.123934
+0.233494 0.840864 0.126284
+0.38909 0.854765 0.140795
+0.542657 0.866789 0.157046
+0.685725 0.876005 0.174502
+0.789197 0.89604 0.175311
+0.87747 0.914946 0.171832
+0.949416 0.932601 0.165179
+0.983642 0.945129 0.163409
+0.99733 0.950393 0.164096
+1 0.951598 0.166247
+1 0.951324 0.169421
+0.00227359 0.786389 0.104967
+0.00149538 0.793332 0.104021
+0.000854505 0.793942 0.105959
+0.000244144 0.794263 0.108171
+0.000183108 0.79527 0.111635
+0.000137331 0.795544 0.115496
+0.000106813 0.796155 0.119142
+7.62951e-05 0.796643 0.122896
+4.57771e-05 0.797208 0.126741
+1.5259e-05 0.797772 0.130495
+0 0.798474 0.134295
+0 0.798978 0.138186
+0 0.798535 0.142702
+0 0.798138 0.146654
+0 0.797986 0.151141
+0 0.798871 0.154391
+0.000167849 0.800702 0.15433
+0.0124514 0.807889 0.145708
+0.0399023 0.813718 0.139559
+0.0745861 0.818448 0.135225
+0.103761 0.822477 0.133257
+0.170382 0.832059 0.133837
+0.275517 0.844968 0.138705
+0.443076 0.860883 0.152682
+0.592798 0.870771 0.170306
+0.722469 0.88365 0.181979
+0.826932 0.903197 0.183993
+0.906279 0.921828 0.176974
+0.962249 0.937285 0.172656
+0.995209 0.948943 0.171649
+0.998596 0.95024 0.174533
+1 0.950607 0.177447
+1 0.950317 0.180652
+0.00517281 0.03682 0.0587167
+0.00515755 0.0369726 0.0592966
+0.00514229 0.0371252 0.0598611
+0.00546273 0.0373083 0.0605631
+0.00598154 0.0374456 0.0612497
+0.00654612 0.0375677 0.0619211
+0.007187 0.0376745 0.0625772
+0.00801099 0.0378729 0.0631876
+0.00909438 0.0382849 0.0636912
+0.0104524 0.0388342 0.0641337
+0.0142672 0.0395819 0.0651408
+0.0229343 0.0405432 0.0672618
+0.0343938 0.0418555 0.0707866
+0.0547036 0.0422522 0.0743725
+0.075288 0.043534 0.0771496
+0.0967269 0.0452888 0.079408
+0.118547 0.0471351 0.0815747
+0.142763 0.0508736 0.0847486
+0.168109 0.0542306 0.0878767
+0.194308 0.0565194 0.0906844
+0.22414 0.0587167 0.09337
+0.257496 0.0610361 0.0961624
+0.294041 0.0635538 0.0990921
+0.334997 0.0664988 0.102068
+0.380026 0.0703899 0.105791
+0.428763 0.0750591 0.109987
+0.483177 0.080827 0.114427
+0.540093 0.08748 0.119463
+0.598825 0.094728 0.124819
+0.659983 0.102693 0.130358
+0.718776 0.111009 0.13521
+0.776547 0.119738 0.140154
+0.833158 0.128817 0.145251
+0.00518807 0.0378119 0.0606088
+0.00515755 0.0379644 0.0611276
+0.00511177 0.038117 0.0616465
+0.00552377 0.0383001 0.0623484
+0.00604257 0.0384833 0.0629892
+0.00656138 0.0385748 0.0635843
+0.00709545 0.0387274 0.06421
+0.00781262 0.0389258 0.0647593
+0.00888075 0.0392462 0.065095
+0.0106203 0.0400244 0.0658732
+0.0162051 0.041062 0.0674296
+0.0255436 0.0422675 0.0701915
+0.039704 0.0433509 0.0740215
+0.0599527 0.0437629 0.077821
+0.0820325 0.0451667 0.0800031
+0.104524 0.046891 0.0822919
+0.127474 0.0493629 0.0849317
+0.152377 0.0535134 0.088304
+0.178363 0.0562448 0.0914168
+0.206241 0.0585489 0.094377
+0.236545 0.0606851 0.0972457
+0.272023 0.0630961 0.100145
+0.310262 0.0657816 0.10309
+0.351278 0.0687572 0.105974
+0.398535 0.0730755 0.109972
+0.450034 0.0782177 0.114137
+0.504479 0.0840314 0.118441
+0.56199 0.0909438 0.123568
+0.6215 0.0984512 0.128878
+0.681758 0.106401 0.134112
+0.740444 0.115068 0.139147
+0.797711 0.124147 0.144396
+0.853437 0.133379 0.149996
+0.00509651 0.0388342 0.0622416
+0.00503548 0.0389868 0.0627146
+0.005066 0.0391394 0.0632334
+0.00543221 0.0392615 0.0639048
+0.00584421 0.0393683 0.0644846
+0.00624094 0.0394293 0.0650492
+0.00668345 0.0395514 0.0656291
+0.00749218 0.0398108 0.0662394
+0.00900282 0.0404822 0.0670024
+0.0110628 0.0416266 0.06804
+0.0177462 0.042771 0.0698558
+0.0279393 0.0440833 0.0733349
+0.0451057 0.0449531 0.0775158
+0.0659953 0.0457008 0.0809949
+0.0892195 0.0467079 0.0830701
+0.112505 0.0488289 0.085832
+0.136919 0.0520943 0.0888685
+0.162219 0.0559854 0.0920882
+0.188785 0.0583963 0.095201
+0.218509 0.0606088 0.0982681
+0.250446 0.0627604 0.101213
+0.286107 0.0651865 0.104173
+0.326467 0.0680552 0.107088
+0.36994 0.071519 0.110323
+0.417258 0.075761 0.114061
+0.470817 0.0813458 0.118135
+0.526665 0.087602 0.122637
+0.583978 0.0945296 0.127855
+0.64419 0.102388 0.133501
+0.703868 0.11078 0.138781
+0.762509 0.119554 0.143801
+0.81915 0.128756 0.149111
+0.872755 0.13785 0.154726
+0.00482185 0.0398108 0.0636912
+0.0047303 0.0399023 0.0641642
+0.00479133 0.0399786 0.0647288
+0.00509651 0.0400549 0.0653544
+0.00544747 0.040177 0.06598
+0.00587472 0.0403754 0.0666819
+0.00654612 0.0406958 0.0674907
+0.00770581 0.0412909 0.0683909
+0.00939956 0.0422827 0.069337
+0.0122072 0.0436255 0.070573
+0.0191958 0.044831 0.0728008
+0.0302892 0.0461128 0.076997
+0.0497139 0.0469673 0.08159
+0.0720226 0.0477607 0.0845045
+0.0961318 0.0487984 0.0867781
+0.121035 0.0511635 0.0897688
+0.146365 0.0549783 0.0928054
+0.172534 0.0582437 0.0959793
+0.199847 0.0607462 0.0992142
+0.230961 0.0627604 0.102312
+0.264942 0.0650034 0.105379
+0.30161 0.0674907 0.108324
+0.342504 0.0703593 0.11107
+0.388617 0.0743267 0.114611
+0.438041 0.0790875 0.118486
+0.491691 0.0847639 0.122667
+0.548318 0.0914015 0.127596
+0.606912 0.0986343 0.132815
+0.666819 0.106554 0.138491
+0.725856 0.115236 0.143435
+0.784054 0.124239 0.148531
+0.840314 0.133379 0.153719
+0.892088 0.142367 0.15935
+0.00430304 0.0405737 0.065095
+0.00419623 0.0406653 0.0655985
+0.00437934 0.0408637 0.0663462
+0.00476081 0.0411841 0.0671702
+0.00523384 0.0415503 0.0680247
+0.00578317 0.0419623 0.0689403
+0.00660716 0.0425574 0.0699321
+0.00790417 0.0434424 0.0709697
+0.00965896 0.0447395 0.0723278
+0.0136721 0.0462043 0.0743267
+0.021561 0.0474403 0.077348
+0.0337377 0.0484169 0.0812238
+0.0534066 0.0496071 0.0861677
+0.0781872 0.0500038 0.0883497
+0.1037 0.0515145 0.0909895
+0.13022 0.0541543 0.0939498
+0.15581 0.057969 0.0968795
+0.182956 0.0607767 0.100084
+0.212116 0.0631723 0.103365
+0.243595 0.0651713 0.106661
+0.279545 0.0675822 0.109712
+0.318105 0.0702678 0.112657
+0.359747 0.0733349 0.115572
+0.407462 0.0776226 0.11931
+0.459205 0.0827955 0.123278
+0.513298 0.0885786 0.127565
+0.570382 0.0952316 0.132372
+0.629404 0.102846 0.137758
+0.68925 0.111101 0.143252
+0.748592 0.11989 0.148196
+0.805097 0.128893 0.153124
+0.859525 0.137957 0.158343
+0.911009 0.146899 0.163806
+0.00407416 0.0422522 0.0672923
+0.00401312 0.0424811 0.0679332
+0.0043183 0.0427863 0.0688182
+0.00469978 0.0432898 0.0697642
+0.00514229 0.0438087 0.0706951
+0.00567636 0.044358 0.0717174
+0.00656138 0.0451362 0.0730144
+0.00799573 0.0462806 0.0746471
+0.00991836 0.0480507 0.0768139
+0.0149233 0.0495613 0.0793469
+0.02327 0.0505837 0.0823377
+0.0374914 0.0515602 0.0862745
+0.0589456 0.0525673 0.090425
+0.0841535 0.052781 0.0926528
+0.112047 0.0547494 0.095552
+0.139254 0.0576181 0.0983444
+0.165774 0.0610971 0.101259
+0.193851 0.0639353 0.104799
+0.224826 0.0662089 0.108248
+0.25835 0.068452 0.111467
+0.294377 0.0707408 0.114321
+0.334936 0.0735027 0.117174
+0.379065 0.076936 0.120378
+0.426825 0.0811475 0.124071
+0.479896 0.0865492 0.128191
+0.535286 0.0925765 0.132494
+0.592279 0.0992294 0.137087
+0.651987 0.10724 0.142763
+0.711467 0.115785 0.147936
+0.770459 0.124681 0.152834
+0.825803 0.133639 0.15758
+0.878187 0.142657 0.163058
+0.927321 0.151568 0.16849
+0.00389105 0.0449226 0.070161
+0.00389105 0.0453193 0.0709697
+0.0041352 0.0457771 0.071931
+0.00444038 0.0464179 0.0730449
+0.00488289 0.0469368 0.0741588
+0.00547799 0.0476692 0.0755016
+0.00650034 0.0486152 0.0771954
+0.00814832 0.0501717 0.07953
+0.0102541 0.0523384 0.0821088
+0.0155489 0.0537575 0.084596
+0.0236973 0.0545815 0.0874342
+0.0401312 0.0558175 0.0914473
+0.0641337 0.0569162 0.0951095
+0.0909895 0.057908 0.0982223
+0.120882 0.0589456 0.101167
+0.148363 0.062089 0.1037
+0.176684 0.0652476 0.106874
+0.205722 0.0680247 0.110491
+0.238025 0.0701305 0.113634
+0.273442 0.0722057 0.116381
+0.310842 0.074342 0.11899
+0.351781 0.0769055 0.121813
+0.398444 0.0806744 0.125231
+0.448005 0.0851453 0.128969
+0.50074 0.0903182 0.133043
+0.556786 0.0966201 0.137224
+0.614878 0.103777 0.142107
+0.674464 0.111849 0.147829
+0.733822 0.120638 0.152789
+0.790799 0.129564 0.157626
+0.845838 0.138659 0.162448
+0.897185 0.147631 0.168078
+0.942931 0.156237 0.173068
+0.00373846 0.0487221 0.0738537
+0.00383001 0.0493019 0.0749523
+0.00407416 0.0500038 0.0762036
+0.00437934 0.0507668 0.0775311
+0.00482185 0.0514534 0.0788739
+0.00550851 0.0522469 0.0804608
+0.00669871 0.0535286 0.0825971
+0.00846876 0.055375 0.085069
+0.0111696 0.0574044 0.0874495
+0.0161593 0.058732 0.0898604
+0.0238499 0.0598306 0.0928206
+0.0426032 0.0618753 0.0966049
+0.0681468 0.0629587 0.100847
+0.097322 0.0636606 0.104524
+0.128573 0.0648356 0.107668
+0.15903 0.06804 0.109957
+0.188159 0.0706645 0.113207
+0.218875 0.0728618 0.116274
+0.252079 0.0746624 0.11902
+0.288746 0.0763256 0.121309
+0.327977 0.0784161 0.123827
+0.370153 0.0810559 0.126665
+0.417624 0.0849012 0.130037
+0.469032 0.089601 0.133944
+0.522408 0.0949722 0.13814
+0.5785 0.101076 0.142275
+0.637263 0.108659 0.147585
+0.696834 0.116884 0.152834
+0.756176 0.125597 0.157626
+0.811383 0.134707 0.162371
+0.8645 0.143709 0.167452
+0.91574 0.152605 0.172946
+0.958556 0.160891 0.177356
+0.0037995 0.0538033 0.0787976
+0.00399786 0.0545968 0.0801251
+0.00425727 0.0554665 0.08159
+0.00456245 0.0562905 0.0830549
+0.0049897 0.0570687 0.0845808
+0.00570687 0.0580911 0.0863508
+0.00695811 0.0595712 0.088426
+0.00872816 0.0614633 0.0905623
+0.0116732 0.0632639 0.0929274
+0.0165103 0.0647898 0.0957351
+0.0265507 0.0667735 0.0991989
+0.0460365 0.0691234 0.103166
+0.0702525 0.0698558 0.107561
+0.103441 0.070573 0.111681
+0.13666 0.0726177 0.114656
+0.170199 0.0751965 0.117082
+0.199435 0.0773022 0.119707
+0.232151 0.0787823 0.122179
+0.26714 0.0800031 0.124422
+0.303853 0.0814221 0.126406
+0.345159 0.0834363 0.128878
+0.389822 0.0863203 0.13193
+0.437736 0.0899977 0.135454
+0.489555 0.0945754 0.139437
+0.544366 0.0999161 0.143496
+0.600839 0.105898 0.147738
+0.659586 0.113588 0.152789
+0.718715 0.122072 0.157595
+0.776837 0.130938 0.162203
+0.831525 0.140063 0.166873
+0.88333 0.148913 0.172366
+0.931441 0.157443 0.177356
+0.97377 0.165469 0.181369
+0.00407416 0.0602884 0.0846265
+0.0043183 0.0612802 0.0860914
+0.00454719 0.0622873 0.08748
+0.00480659 0.0632486 0.0888838
+0.00517281 0.0642863 0.0903334
+0.00595102 0.0656748 0.092195
+0.00727855 0.0672007 0.0944839
+0.00889601 0.0686961 0.0968338
+0.0115206 0.0704662 0.0995499
+0.0157015 0.0726024 0.102647
+0.0283055 0.0755169 0.106691
+0.0477302 0.0778821 0.111055
+0.0733806 0.0796674 0.115465
+0.10663 0.080766 0.120363
+0.144259 0.0822766 0.123384
+0.179355 0.0841688 0.125887
+0.212192 0.0866255 0.127947
+0.246235 0.087541 0.129747
+0.283253 0.0881361 0.13135
+0.322438 0.0886854 0.132937
+0.363012 0.0896162 0.134691
+0.409522 0.0923476 0.137758
+0.45864 0.0957656 0.141085
+0.510338 0.0999313 0.144762
+0.566094 0.105119 0.148547
+0.623087 0.111498 0.152895
+0.681193 0.118914 0.15758
+0.740703 0.127504 0.162036
+0.796872 0.13637 0.16669
+0.850752 0.145357 0.171633
+0.901778 0.15404 0.17731
+0.946685 0.162264 0.181827
+0.981201 0.170153 0.18587
+0.0043183 0.068574 0.090837
+0.00444038 0.0699931 0.0922408
+0.00454719 0.0713664 0.0936446
+0.00466926 0.0728161 0.0952468
+0.00488289 0.0742199 0.0969558
+0.00555428 0.0757305 0.098909
+0.00682078 0.0772869 0.101015
+0.00839246 0.0789654 0.103212
+0.0108797 0.0811322 0.106065
+0.0144045 0.0832227 0.109407
+0.0282902 0.0859846 0.114549
+0.0467079 0.0896162 0.119814
+0.0748913 0.0918441 0.125399
+0.10956 0.0925307 0.129915
+0.150637 0.0923476 0.133303
+0.187503 0.0946212 0.135088
+0.22388 0.0961624 0.136522
+0.259525 0.0970932 0.137881
+0.298238 0.0966812 0.138735
+0.338994 0.0968185 0.139803
+0.381598 0.0976577 0.141344
+0.428244 0.0996567 0.143725
+0.47921 0.102968 0.146609
+0.532448 0.106889 0.149645
+0.587243 0.111284 0.153017
+0.644297 0.11751 0.157473
+0.702464 0.124727 0.161898
+0.76199 0.133135 0.166506
+0.816312 0.142123 0.17142
+0.868681 0.15082 0.176898
+0.918914 0.159319 0.182437
+0.961608 0.167178 0.186343
+0.986923 0.174899 0.190509
+0.00383001 0.079942 0.097612
+0.00387579 0.0813764 0.0992599
+0.00393683 0.0831159 0.101122
+0.0040589 0.084596 0.102892
+0.00433356 0.0862287 0.104753
+0.00509651 0.0876326 0.106615
+0.00634775 0.089128 0.108522
+0.00805676 0.0905928 0.110536
+0.0105898 0.0922103 0.113344
+0.0154574 0.0942702 0.117418
+0.0276341 0.0982071 0.122896
+0.0434577 0.102419 0.130495
+0.0729076 0.104829 0.135302
+0.110018 0.105425 0.139132
+0.150805 0.10576 0.142229
+0.193179 0.107637 0.144091
+0.23093 0.109377 0.145357
+0.269856 0.110018 0.146105
+0.310079 0.109834 0.146685
+0.353216 0.109575 0.147021
+0.399023 0.109789 0.148165
+0.447471 0.110506 0.149798
+0.499657 0.111925 0.151522
+0.553262 0.114626 0.154177
+0.608194 0.118776 0.157687
+0.66598 0.1243 0.162234
+0.724132 0.131945 0.16672
+0.780606 0.140017 0.17142
+0.834653 0.148409 0.176486
+0.886351 0.156603 0.182147
+0.933654 0.164508 0.186892
+0.975738 0.172259 0.190906
+0.992859 0.179812 0.195224
+0.00297551 0.0933394 0.10602
+0.00315862 0.0948348 0.107897
+0.00326543 0.0964828 0.109682
+0.00332647 0.0984665 0.111482
+0.00354009 0.100313 0.113237
+0.00415045 0.102144 0.115038
+0.00512703 0.103838 0.116899
+0.00648508 0.10573 0.119249
+0.00857557 0.10782 0.122469
+0.0129397 0.110079 0.126345
+0.0210422 0.113085 0.131029
+0.0363317 0.117082 0.136416
+0.065568 0.120607 0.141878
+0.104707 0.121996 0.147127
+0.147723 0.123369 0.150713
+0.193423 0.124895 0.153292
+0.236225 0.126528 0.154452
+0.278416 0.126787 0.154879
+0.321477 0.126253 0.154711
+0.366049 0.125093 0.15407
+0.414679 0.124483 0.155047
+0.465095 0.124483 0.156024
+0.51725 0.124712 0.156985
+0.572183 0.12694 0.159472
+0.628992 0.130388 0.163012
+0.686763 0.134798 0.167056
+0.743526 0.141329 0.171389
+0.798367 0.148287 0.176425
+0.851591 0.155489 0.181643
+0.903716 0.162997 0.187045
+0.948623 0.17052 0.191333
+0.981552 0.177798 0.19556
+0.998993 0.184878 0.199847
+0.0016022 0.110231 0.114183
+0.00161746 0.112047 0.116014
+0.00163272 0.114015 0.117952
+0.00170901 0.116152 0.119921
+0.00187686 0.118288 0.122026
+0.00228885 0.120333 0.124224
+0.0028687 0.122927 0.126772
+0.00375372 0.125322 0.12929
+0.00553903 0.12752 0.132158
+0.0084535 0.129961 0.135286
+0.0146944 0.133577 0.138949
+0.0300298 0.136934 0.14316
+0.0587167 0.139849 0.148409
+0.0977951 0.141955 0.154437
+0.143175 0.143923 0.158755
+0.190265 0.145556 0.161563
+0.238712 0.146517 0.16286
+0.284077 0.146914 0.162982
+0.330541 0.146746 0.16257
+0.378759 0.146029 0.162432
+0.428443 0.145022 0.162936
+0.480934 0.144183 0.162951
+0.534752 0.143755 0.163882
+0.589929 0.144076 0.165759
+0.647227 0.145983 0.169223
+0.703944 0.148852 0.172854
+0.760143 0.152514 0.176593
+0.814618 0.158206 0.181521
+0.868009 0.164645 0.186557
+0.919051 0.171054 0.191379
+0.963378 0.17763 0.19588
+0.987594 0.18407 0.200351
+1 0.190219 0.204334
+0.000518807 0.131258 0.123461
+0.000442512 0.133425 0.125811
+0.000320439 0.135515 0.128206
+0.000213626 0.137591 0.130495
+0.00030518 0.140032 0.132509
+0.000579843 0.143008 0.134463
+0.00102235 0.145556 0.136431
+0.0016022 0.147997 0.13843
+0.00271611 0.150637 0.140688
+0.00437934 0.153124 0.14313
+0.00817884 0.156619 0.14583
+0.0187533 0.160113 0.149157
+0.0440375 0.164111 0.154025
+0.0797436 0.167773 0.158801
+0.126253 0.169619 0.162173
+0.180758 0.170336 0.165194
+0.234836 0.170855 0.167315
+0.28838 0.171191 0.168734
+0.33814 0.170794 0.168963
+0.389456 0.169894 0.16936
+0.441245 0.168872 0.169421
+0.494774 0.168078 0.16939
+0.549401 0.167224 0.170764
+0.604623 0.16701 0.172534
+0.661265 0.167025 0.174655
+0.717296 0.168536 0.178347
+0.772976 0.170794 0.182422
+0.829114 0.173342 0.186755
+0.883253 0.176745 0.191302
+0.93283 0.181613 0.196094
+0.97499 0.186786 0.200763
+0.994049 0.191684 0.204807
+1 0.196582 0.208392
+1.5259e-05 0.156313 0.132204
+4.57771e-05 0.158907 0.134142
+6.10361e-05 0.161593 0.136172
+6.10361e-05 0.164126 0.138231
+3.0518e-05 0.166674 0.140383
+1.5259e-05 0.169192 0.142229
+9.15541e-05 0.171923 0.143786
+0.000320439 0.174487 0.145571
+0.000808728 0.177493 0.14757
+0.00167849 0.18056 0.149828
+0.00321965 0.184115 0.152468
+0.0083772 0.187411 0.155444
+0.0256504 0.191897 0.157504
+0.0560464 0.195773 0.158572
+0.099855 0.198795 0.159747
+0.163119 0.199954 0.161929
+0.228992 0.198062 0.166049
+0.288579 0.197269 0.169177
+0.344488 0.196567 0.171878
+0.398093 0.196384 0.172778
+0.452064 0.196139 0.173602
+0.505837 0.196246 0.174411
+0.560418 0.195651 0.176486
+0.616541 0.195132 0.177691
+0.673274 0.194324 0.179309
+0.729976 0.194263 0.183078
+0.787015 0.194705 0.187503
+0.843305 0.19527 0.191867
+0.898482 0.195972 0.196262
+0.946975 0.19765 0.200671
+0.980819 0.199695 0.204761
+1 0.201572 0.20856
+1 0.204776 0.211933
+0 0.184176 0.136614
+0 0.187304 0.138354
+0 0.190524 0.140429
+0 0.193545 0.142535
+0 0.196567 0.144839
+0 0.19968 0.147112
+0 0.20296 0.149111
+0 0.205966 0.150973
+1.5259e-05 0.20911 0.152605
+0.000137331 0.212146 0.154192
+0.000946059 0.21471 0.155856
+0.00376898 0.217533 0.157122
+0.0099794 0.221271 0.157366
+0.0298619 0.225971 0.156298
+0.0694285 0.230396 0.155108
+0.127565 0.233387 0.154482
+0.209155 0.232273 0.155917
+0.282429 0.228229 0.161379
+0.348104 0.225803 0.16614
+0.406485 0.225071 0.170428
+0.460639 0.226047 0.172747
+0.515846 0.226261 0.175692
+0.571557 0.226917 0.178485
+0.628504 0.227054 0.179492
+0.685618 0.22678 0.182101
+0.743206 0.226291 0.185275
+0.801312 0.225879 0.18909
+0.857786 0.22533 0.194278
+0.911543 0.223941 0.199863
+0.961608 0.221683 0.205081
+0.987121 0.219089 0.208972
+1 0.217166 0.212131
+1 0.217777 0.214923
+0 0.214099 0.13753
+0 0.217624 0.139437
+0 0.22118 0.141741
+0 0.224811 0.144091
+0 0.228504 0.146212
+0 0.232242 0.148363
+0 0.235218 0.150484
+0 0.238102 0.151934
+0 0.241093 0.153063
+0 0.243412 0.154223
+0.000106813 0.245701 0.155184
+0.000885023 0.248264 0.15555
+0.00418097 0.251682 0.155261
+0.00982681 0.25594 0.153964
+0.0381933 0.262058 0.149538
+0.0921187 0.26685 0.145266
+0.169039 0.269795 0.141558
+0.266804 0.266972 0.142977
+0.345495 0.260533 0.151598
+0.413535 0.256184 0.160159
+0.471092 0.255161 0.166674
+0.52697 0.257465 0.17052
+0.583841 0.259373 0.17406
+0.640208 0.26186 0.176959
+0.697704 0.262745 0.17995
+0.756054 0.26389 0.183169
+0.814328 0.26424 0.186755
+0.871229 0.262638 0.192142
+0.925231 0.259754 0.197787
+0.97116 0.255985 0.203983
+0.995178 0.251926 0.210712
+1 0.24538 0.21561
+1 0.238376 0.21912
+0 0.244526 0.135225
+0 0.247807 0.136965
+0 0.251438 0.138659
+0 0.254551 0.140383
+0 0.257496 0.142046
+0 0.260716 0.144121
+0 0.264134 0.146136
+0 0.267781 0.148333
+0 0.271275 0.150469
+0 0.274372 0.150988
+0 0.276905 0.151308
+4.57771e-05 0.27921 0.151354
+0.000656138 0.282307 0.150408
+0.00459297 0.285985 0.148379
+0.0125124 0.292073 0.144717
+0.0551308 0.300496 0.138399
+0.127916 0.30547 0.133822
+0.225605 0.308064 0.130526
+0.330541 0.305058 0.131548
+0.411124 0.297475 0.141375
+0.479408 0.290684 0.152056
+0.539757 0.289662 0.157229
+0.596094 0.292973 0.163058
+0.653574 0.296498 0.167498
+0.711192 0.300618 0.171191
+0.769284 0.302953 0.174929
+0.82707 0.304479 0.17969
+0.883986 0.304997 0.186267
+0.939345 0.302251 0.192676
+0.977096 0.29807 0.199664
+0.999908 0.292165 0.206989
+0.999969 0.285435 0.21384
+1 0.27863 0.219806
+0 0.272343 0.127123
+0 0.275654 0.129732
+0 0.279164 0.132021
+0 0.282658 0.134127
+0 0.286275 0.136004
+0 0.289906 0.137865
+0 0.293645 0.139696
+0 0.297673 0.14139
+0 0.301518 0.142702
+0 0.305211 0.142748
+0 0.307652 0.142901
+0 0.309911 0.144121
+1.5259e-05 0.312184 0.145159
+0.000762951 0.316304 0.144549
+0.00662242 0.322194 0.142016
+0.0198215 0.330999 0.136019
+0.0872206 0.340978 0.127352
+0.180179 0.346441 0.12285
+0.296941 0.346929 0.122133
+0.39939 0.344411 0.120256
+0.478492 0.337224 0.129412
+0.546105 0.329213 0.141665
+0.609873 0.327718 0.145632
+0.668772 0.332006 0.150866
+0.72665 0.33669 0.1561
+0.783734 0.342428 0.161227
+0.84036 0.34641 0.168704
+0.896803 0.348806 0.176043
+0.95227 0.350103 0.182834
+0.982452 0.347021 0.190326
+0.997604 0.34229 0.197848
+1 0.335515 0.20531
+1 0.326146 0.212421
+0 0.300343 0.119905
+0 0.30399 0.122438
+0 0.307774 0.124773
+0 0.311559 0.127031
+0 0.315282 0.128923
+0 0.318914 0.130678
+0 0.322927 0.132189
+0 0.326894 0.133654
+0 0.330694 0.135622
+0 0.334157 0.1364
+0 0.337087 0.137484
+0 0.340261 0.138643
+0 0.343587 0.140291
+0 0.346883 0.140612
+0.00102235 0.352651 0.138109
+0.0113527 0.361318 0.133074
+0.0372778 0.375341 0.123095
+0.134234 0.385626 0.115846
+0.245792 0.390814 0.112535
+0.370047 0.389075 0.114916
+0.465644 0.39089 0.107286
+0.545357 0.385672 0.114107
+0.614969 0.374548 0.130678
+0.681453 0.372396 0.131884
+0.741451 0.376974 0.136065
+0.799405 0.382605 0.142596
+0.855726 0.389197 0.151232
+0.910994 0.394095 0.159274
+0.957824 0.397314 0.167025
+0.991058 0.398352 0.175738
+0.997574 0.396338 0.184665
+1 0.392081 0.193439
+1 0.385138 0.201846
+0 0.32903 0.11429
+0 0.332906 0.115953
+0 0.33695 0.117815
+0 0.341238 0.119326
+0 0.345495 0.121019
+0 0.349813 0.123354
+0 0.354314 0.126284
+0 0.358785 0.129259
+0 0.362356 0.130571
+0 0.365576 0.131655
+0 0.368856 0.132448
+0 0.372549 0.133089
+0 0.375921 0.133944
+0 0.379126 0.134188
+0 0.384054 0.133806
+0.00178531 0.394247 0.129198
+0.0194247 0.408011 0.121691
+0.073579 0.425711 0.109636
+0.196674 0.432563 0.107973
+0.323674 0.43772 0.10605
+0.443458 0.439338 0.106081
+0.532387 0.44242 0.0973678
+0.612848 0.439155 0.0992752
+0.683711 0.42887 0.113375
+0.750957 0.426429 0.11754
+0.812848 0.42916 0.12285
+0.872068 0.43328 0.130007
+0.928328 0.438743 0.138033
+0.96817 0.443275 0.147585
+0.993622 0.447456 0.156924
+0.999115 0.448631 0.167239
+1 0.44654 0.177325
+1 0.443595 0.186099
+0 0.361227 0.107439
+0 0.365103 0.109056
+0 0.369299 0.110903
+0 0.373693 0.114107
+0 0.378408 0.117235
+0 0.382849 0.120195
+0 0.387228 0.123293
+0 0.391684 0.126055
+0 0.396002 0.127794
+0 0.4 0.129259
+0 0.404028 0.130449
+0 0.407675 0.130724
+0 0.411368 0.130419
+0 0.4168 0.129458
+0 0.423163 0.128527
+0 0.432792 0.125917
+0.00802625 0.447044 0.118761
+0.0411688 0.462379 0.109957
+0.147707 0.477104 0.101198
+0.277562 0.481361 0.103853
+0.402747 0.486976 0.10248
+0.515099 0.494759 0.0940566
+0.600107 0.499077 0.0871595
+0.678828 0.49897 0.0875257
+0.750698 0.489784 0.101106
+0.81825 0.485924 0.107958
+0.882521 0.485573 0.114061
+0.940505 0.487373 0.120378
+0.977096 0.4907 0.129061
+0.994034 0.493736 0.138369
+1 0.496284 0.147875
+1 0.497459 0.15819
+1 0.496468 0.165789
+0 0.394202 0.105135
+0 0.398352 0.108003
+0 0.403159 0.110689
+0 0.407813 0.113466
+0 0.412604 0.11606
+0 0.417212 0.118593
+0 0.421622 0.121157
+0 0.426398 0.123354
+0 0.430961 0.125353
+0 0.435142 0.126864
+0 0.439734 0.128328
+0 0.445029 0.128191
+0 0.453101 0.126528
+0 0.461906 0.124071
+0 0.470954 0.122057
+0 0.480156 0.120134
+0.0011902 0.490944 0.115633
+0.0337987 0.503548 0.108553
+0.0966049 0.515435 0.100755
+0.226307 0.526467 0.100084
+0.357031 0.532723 0.101961
+0.480522 0.539513 0.100511
+0.582971 0.553094 0.0866102
+0.666194 0.559701 0.0809949
+0.744289 0.561471 0.0808881
+0.818433 0.554421 0.0923934
+0.885069 0.548302 0.101976
+0.940261 0.544762 0.109422
+0.983658 0.543145 0.115694
+0.995041 0.544121 0.122957
+1 0.544472 0.130938
+1 0.545129 0.138613
+1 0.544808 0.145312
+0 0.429587 0.103655
+0 0.434012 0.106004
+0 0.43856 0.108431
+0 0.443168 0.110735
+0 0.447974 0.113252
+0 0.453132 0.115846
+0 0.458549 0.118456
+0 0.463783 0.121096
+0 0.469383 0.124163
+0 0.47451 0.126848
+0 0.480278 0.128405
+0 0.488334 0.128054
+0 0.497871 0.126268
+0 0.508812 0.122728
+0 0.519051 0.119356
+0.000427253 0.527443 0.116976
+0.00140383 0.534035 0.114534
+0.0120089 0.541756 0.110079
+0.0674296 0.553292 0.104952
+0.161334 0.566827 0.101228
+0.305257 0.574823 0.106722
+0.432486 0.585199 0.105913
+0.548196 0.596765 0.102678
+0.646799 0.613596 0.0878614
+0.732525 0.622766 0.0813153
+0.81146 0.626856 0.0796826
+0.882902 0.620569 0.0889296
+0.939986 0.611688 0.0989853
+0.979644 0.604227 0.107317
+0.999222 0.598856 0.113268
+0.999817 0.597208 0.119295
+1 0.595209 0.124178
+1 0.593225 0.127871
+0 0.470237 0.102174
+0 0.475471 0.104616
+0 0.479912 0.107195
+0 0.484565 0.10956
+0 0.489036 0.111971
+0 0.495064 0.115129
+0 0.501244 0.118669
+0 0.507301 0.121798
+0 0.513222 0.125139
+0 0.519188 0.127962
+0 0.525521 0.129885
+0 0.533623 0.13051
+0 0.542718 0.129885
+0 0.551781 0.12781
+4.57771e-05 0.560021 0.123934
+0.00062562 0.566964 0.120485
+0.00248722 0.573205 0.118959
+0.00709545 0.578546 0.118868
+0.0414435 0.587915 0.116533
+0.122744 0.600671 0.114199
+0.241825 0.616739 0.111513
+0.37792 0.6262 0.117006
+0.502892 0.64065 0.11426
+0.617929 0.65687 0.107271
+0.713634 0.676616 0.0908522
+0.797787 0.688228 0.0829938
+0.873594 0.693462 0.0804608
+0.939651 0.685893 0.0899519
+0.97644 0.675181 0.0995499
+0.997253 0.663737 0.108186
+0.999695 0.656489 0.114351
+1 0.649851 0.117494
+1 0.648127 0.119997
+0 0.517281 0.100816
+0 0.522362 0.103029
+0 0.52752 0.105608
+0 0.53344 0.108736
+0 0.538567 0.112123
+0 0.544503 0.115511
+0 0.54934 0.119585
+0 0.555123 0.123873
+0 0.560159 0.127672
+0 0.565011 0.131518
+0 0.570764 0.134707
+0 0.576883 0.137163
+0 0.583383 0.138048
+0 0.589975 0.137789
+0.000137331 0.596536 0.136294
+0.00210575 0.603815 0.133227
+0.00831617 0.610346 0.131655
+0.0193942 0.615961 0.131029
+0.0379187 0.621668 0.130892
+0.0986954 0.634684 0.127565
+0.190753 0.648768 0.125887
+0.318273 0.665049 0.125643
+0.453742 0.678401 0.128084
+0.576913 0.696468 0.122637
+0.687266 0.717678 0.112123
+0.77789 0.739269 0.0956893
+0.857008 0.751476 0.0895857
+0.924681 0.756436 0.0896468
+0.970413 0.747372 0.0986648
+0.991211 0.735012 0.108598
+1 0.721447 0.116762
+0.999954 0.709133 0.119249
+1 0.709545 0.121691
+0 0.565118 0.102815
+0 0.570108 0.106584
+0 0.575402 0.110384
+0 0.580316 0.114214
+0 0.58558 0.118105
+0 0.590661 0.12195
+0 0.595605 0.125719
+0 0.599451 0.130465
+0 0.603006 0.134737
+0 0.606577 0.138994
+0 0.610605 0.144183
+0 0.614633 0.14873
+0 0.619226 0.151904
+0 0.623957 0.153246
+0.000793469 0.629602 0.153185
+0.00268559 0.635889 0.151415
+0.0139162 0.642298 0.14966
+0.0302281 0.648173 0.147768
+0.0518502 0.654459 0.145937
+0.0800183 0.662791 0.144839
+0.155962 0.678431 0.141314
+0.260105 0.695308 0.138781
+0.400443 0.712917 0.138827
+0.529824 0.730312 0.139712
+0.647532 0.751949 0.133761
+0.752529 0.777829 0.12134
+0.835355 0.798581 0.109926
+0.904952 0.811246 0.106203
+0.961395 0.816541 0.108843
+0.986252 0.805356 0.115328
+0.997375 0.790814 0.121752
+1 0.7785 0.128344
+1 0.780911 0.131685
+0 0.608072 0.11252
+0 0.611826 0.117021
+0 0.615366 0.121309
+0 0.619196 0.125612
+0 0.622873 0.1299
+0 0.626505 0.133883
+0 0.630121 0.137819
+0 0.63386 0.142397
+1.5259e-05 0.637537 0.148043
+1.5259e-05 0.640772 0.153521
+1.5259e-05 0.644007 0.158724
+1.5259e-05 0.647623 0.163622
+1.5259e-05 0.65069 0.167819
+3.0518e-05 0.654063 0.170581
+0.000564584 0.658045 0.171939
+0.00512703 0.662928 0.171756
+0.0149081 0.668879 0.169299
+0.038941 0.676371 0.166415
+0.0628824 0.684138 0.163821
+0.0902724 0.69308 0.162112
+0.129 0.70486 0.158938
+0.219333 0.72311 0.155093
+0.332586 0.742596 0.152956
+0.473365 0.761944 0.155077
+0.597742 0.783993 0.153246
+0.712596 0.807523 0.148104
+0.809918 0.834257 0.137194
+0.884245 0.853895 0.132509
+0.943465 0.866194 0.131472
+0.987625 0.870604 0.133806
+0.996078 0.858518 0.132708
+1 0.854704 0.132494
+1 0.858198 0.133593
+0.000289921 0.642283 0.127413
+0.000335698 0.645304 0.131624
+0.000320439 0.64831 0.135805
+0.000228885 0.651225 0.139864
+7.62951e-05 0.653986 0.143908
+9.15541e-05 0.657542 0.149065
+0.000122072 0.66099 0.154269
+0.000122072 0.664439 0.159442
+9.15541e-05 0.667689 0.16437
+0.000137331 0.672236 0.168383
+0.000137331 0.676341 0.172549
+0.000122072 0.680018 0.176684
+0.000106813 0.683925 0.18024
+0.000106813 0.687343 0.1832
+9.15541e-05 0.691127 0.185641
+0.00369268 0.696193 0.18529
+0.0130007 0.702937 0.18352
+0.0301976 0.711254 0.179797
+0.0599985 0.721736 0.175723
+0.0869764 0.730831 0.172717
+0.112383 0.738979 0.17084
+0.164462 0.754559 0.16524
+0.267308 0.775967 0.16051
+0.396399 0.79942 0.157992
+0.542794 0.818845 0.165026
+0.665629 0.841047 0.166796
+0.772778 0.863615 0.166949
+0.861326 0.88751 0.162676
+0.926314 0.903868 0.16112
+0.972442 0.914168 0.15935
+0.995712 0.918364 0.158434
+0.998825 0.923644 0.162478
+1 0.928923 0.167178
+0.000839246 0.673503 0.141939
+0.000640879 0.677317 0.144732
+0.000579843 0.681529 0.148455
+0.00062562 0.686046 0.15256
+0.00062562 0.690242 0.156573
+0.00062562 0.694484 0.160662
+0.000579843 0.698589 0.164782
+0.000518807 0.7028 0.168872
+0.000427253 0.707073 0.172824
+0.00030518 0.711482 0.175952
+0.000167849 0.718349 0.17673
+4.57771e-05 0.724971 0.177691
+0 0.731823 0.179294
+0 0.738354 0.181323
+0.00015259 0.744762 0.183124
+0.00109865 0.751308 0.183627
+0.00637827 0.759518 0.180728
+0.0159304 0.76878 0.175433
+0.0312657 0.779706 0.16643
+0.0560769 0.789075 0.160235
+0.0838026 0.798932 0.154177
+0.113848 0.808698 0.149233
+0.19913 0.825513 0.146715
+0.334035 0.842344 0.152972
+0.499535 0.859678 0.165362
+0.643427 0.869917 0.181659
+0.758465 0.88687 0.188174
+0.854582 0.906432 0.18854
+0.930373 0.924926 0.18204
+0.972854 0.937087 0.179416
+0.996246 0.944732 0.179522
+0.999588 0.946487 0.182544
+1 0.947097 0.185916
+0.00132753 0.714336 0.148806
+0.00108339 0.72166 0.14931
+0.000854505 0.728923 0.149813
+0.000656138 0.736309 0.150256
+0.00047303 0.74374 0.150896
+0.000320439 0.751034 0.151614
+0.000198367 0.758221 0.152453
+0.000106813 0.765759 0.15317
+3.0518e-05 0.77258 0.154131
+0 0.779706 0.15555
+0 0.785595 0.158587
+0 0.786862 0.163622
+0 0.788205 0.168948
+0 0.789548 0.173632
+1.5259e-05 0.790799 0.178058
+0.000122072 0.792264 0.181979
+0.000839246 0.794644 0.18172
+0.00665293 0.799558 0.175174
+0.019501 0.804639 0.166842
+0.0465553 0.808545 0.160891
+0.0736553 0.812696 0.156878
+0.122881 0.821149 0.153597
+0.202014 0.835859 0.151232
+0.370306 0.854688 0.162676
+0.532479 0.868254 0.178347
+0.681956 0.877562 0.197345
+0.787472 0.8963 0.201678
+0.8766 0.914961 0.198795
+0.948714 0.932631 0.192203
+0.984329 0.944106 0.190784
+0.997284 0.948241 0.192279
+1 0.949004 0.195315
+1 0.948745 0.198352
+0.000244144 0.784161 0.126513
+0.00015259 0.78912 0.127977
+0.000122072 0.7897 0.131579
+7.62951e-05 0.790311 0.135103
+4.57771e-05 0.79089 0.138888
+1.5259e-05 0.791302 0.142718
+0 0.791913 0.146563
+0 0.793179 0.151873
+0 0.794461 0.157092
+0 0.795804 0.162493
+0 0.797147 0.167803
+0 0.798184 0.173175
+0 0.798321 0.178958
+0 0.798627 0.184176
+0 0.799008 0.18941
+0 0.799756 0.192294
+0.000289921 0.801022 0.192325
+0.00326543 0.804929 0.182727
+0.0204623 0.807828 0.175647
+0.0461891 0.810849 0.170977
+0.0733959 0.813825 0.168109
+0.140597 0.825025 0.165164
+0.250172 0.840284 0.166278
+0.425574 0.860792 0.175235
+0.583383 0.871199 0.194369
+0.718547 0.884749 0.208301
+0.826108 0.903151 0.213931
+0.905608 0.92195 0.206119
+0.961669 0.93666 0.201709
+0.995102 0.946807 0.200443
+0.998703 0.947829 0.203479
+1 0.947997 0.206592
+1 0.947906 0.209766
+0.0049897 0.037232 0.0618906
+0.00495918 0.0373541 0.0624094
+0.00492866 0.0374762 0.0629129
+0.00526436 0.037583 0.0635538
+0.00578317 0.037705 0.0642405
+0.00633249 0.0378729 0.0649119
+0.0069276 0.0380407 0.0655985
+0.00767529 0.0382849 0.0661936
+0.00866712 0.0386053 0.0665446
+0.0100862 0.0391852 0.0669413
+0.0139773 0.0401007 0.0681163
+0.0221103 0.0411994 0.0707103
+0.0332799 0.0425116 0.0746777
+0.0534524 0.0430152 0.0789502
+0.0749523 0.0440681 0.0818494
+0.0982223 0.0455329 0.0841993
+0.121355 0.0479133 0.0868544
+0.14638 0.0521553 0.0906539
+0.172274 0.055848 0.0943923
+0.199145 0.0586404 0.0979629
+0.22977 0.0608682 0.10132
+0.263264 0.0632792 0.104555
+0.300023 0.0659648 0.107759
+0.340887 0.0690623 0.110674
+0.386786 0.0731212 0.114351
+0.436637 0.0779278 0.118486
+0.490471 0.0835584 0.122789
+0.547051 0.090135 0.127764
+0.605661 0.0973373 0.133211
+0.665629 0.105165 0.138903
+0.724681 0.113695 0.143786
+0.782544 0.12253 0.148775
+0.839185 0.131655 0.153948
+0.00494392 0.0381323 0.0635691
+0.00489815 0.0382544 0.0640726
+0.00485237 0.0383764 0.0645762
+0.00526436 0.0385138 0.0652781
+0.00573739 0.0387121 0.0659495
+0.00619516 0.0388647 0.0665751
+0.00665293 0.0390173 0.0671702
+0.00726329 0.0391241 0.067628
+0.00849927 0.0395514 0.0680858
+0.0104219 0.040589 0.0691386
+0.0156863 0.0417182 0.0710155
+0.0246128 0.0429389 0.0741894
+0.0387427 0.0440528 0.0785229
+0.057557 0.044831 0.0829786
+0.0819867 0.0455634 0.085008
+0.106218 0.0473487 0.087602
+0.130602 0.0503548 0.0908064
+0.1561 0.0548257 0.0946059
+0.182727 0.0579995 0.0982986
+0.211368 0.0606394 0.1019
+0.242161 0.0627909 0.105455
+0.277714 0.0654154 0.108782
+0.316243 0.0683452 0.112016
+0.3579 0.0716411 0.11519
+0.406119 0.0761425 0.119173
+0.457618 0.0813153 0.123308
+0.511681 0.0870527 0.127642
+0.56875 0.0937209 0.132616
+0.628 0.101259 0.138155
+0.687449 0.1093 0.143603
+0.746792 0.117968 0.148348
+0.803937 0.127016 0.153384
+0.858625 0.13608 0.158648
+0.00477607 0.0390784 0.0651713
+0.00469978 0.0392004 0.0656596
+0.0047303 0.0393072 0.0662089
+0.005066 0.0393835 0.066865
+0.00540169 0.0394751 0.0674449
+0.00570687 0.0395819 0.0680095
+0.00619516 0.039765 0.0687266
+0.00717174 0.0402228 0.0696422
+0.0087892 0.0410315 0.070634
+0.0108186 0.0423285 0.071931
+0.0170596 0.0435187 0.0741588
+0.0269474 0.04477 0.0778668
+0.0433661 0.0458991 0.0825666
+0.0639658 0.0467079 0.0863355
+0.08925 0.046891 0.0881666
+0.114488 0.0494545 0.0913405
+0.140185 0.0531319 0.0948196
+0.16614 0.0572824 0.0985885
+0.19324 0.0602274 0.10248
+0.223621 0.0626383 0.106264
+0.256336 0.0650797 0.109926
+0.292012 0.0677501 0.113313
+0.332815 0.0709239 0.116548
+0.377111 0.0747082 0.120073
+0.425086 0.0792096 0.123903
+0.478553 0.0847334 0.12813
+0.533623 0.0907759 0.13257
+0.5906 0.0973678 0.137362
+0.650248 0.105272 0.143145
+0.709651 0.113664 0.148196
+0.768734 0.122454 0.152956
+0.825025 0.131594 0.15816
+0.878172 0.140642 0.1635
+0.00437934 0.0399176 0.0666819
+0.00427253 0.0400092 0.0671702
+0.00436408 0.0400854 0.0677806
+0.00466926 0.0401923 0.0684672
+0.00500496 0.0403754 0.0692454
+0.00547799 0.0406958 0.0701457
+0.00622568 0.0411383 0.0711833
+0.00741588 0.0418555 0.0723278
+0.0091249 0.0429541 0.0735943
+0.0119478 0.0443732 0.0752575
+0.0185092 0.0456397 0.0778515
+0.0288548 0.0467536 0.0816052
+0.0471656 0.0481727 0.0869612
+0.0706951 0.0485695 0.0898604
+0.0963302 0.0492714 0.0921035
+0.123247 0.0518959 0.095491
+0.149523 0.0560006 0.0992142
+0.176486 0.0595407 0.103151
+0.204379 0.0624704 0.107134
+0.236088 0.0649424 0.111009
+0.270573 0.0675669 0.114549
+0.307744 0.0703593 0.117861
+0.349477 0.0735943 0.121141
+0.396307 0.0778821 0.124865
+0.446097 0.0827344 0.12874
+0.498833 0.0881361 0.132845
+0.555383 0.0944533 0.137362
+0.613062 0.101472 0.142336
+0.672358 0.109468 0.148302
+0.732509 0.118273 0.153155
+0.790188 0.127214 0.158114
+0.84564 0.136339 0.16318
+0.897124 0.145266 0.168399
+0.00384527 0.0406958 0.0682841
+0.00373846 0.0408179 0.0688487
+0.00399786 0.0411383 0.0698253
+0.00440986 0.0415351 0.0708324
+0.00488289 0.0419776 0.0718547
+0.00544747 0.0424353 0.0729381
+0.00627146 0.0430304 0.0741131
+0.00756847 0.043946 0.0755016
+0.00933852 0.0454261 0.0772106
+0.0131991 0.0470283 0.0794995
+0.0205081 0.048249 0.0823682
+0.0319982 0.0492409 0.0861677
+0.0508888 0.0510414 0.0917525
+0.0763409 0.0508736 0.093904
+0.103258 0.0523079 0.0968338
+0.13196 0.054963 0.100221
+0.159243 0.0589303 0.10396
+0.18703 0.062089 0.108064
+0.216815 0.0649577 0.112047
+0.249134 0.0677195 0.115953
+0.285313 0.0704051 0.11931
+0.324758 0.0733959 0.122606
+0.367391 0.0767834 0.125917
+0.415717 0.0813001 0.129641
+0.466911 0.0863661 0.133593
+0.520455 0.0920424 0.138018
+0.577081 0.0984207 0.142641
+0.636225 0.106096 0.148165
+0.695644 0.114305 0.153567
+0.755032 0.122911 0.158282
+0.811215 0.132036 0.163134
+0.864851 0.141085 0.168139
+0.916243 0.149981 0.173236
+0.00366217 0.0425574 0.0709544
+0.00361639 0.0428321 0.0717327
+0.00390631 0.0431678 0.0727703
+0.00428779 0.0437018 0.07393
+0.0047303 0.0442359 0.0750896
+0.00527962 0.0448005 0.0763409
+0.0061799 0.0455024 0.0777447
+0.00764477 0.0467842 0.0796368
+0.00961318 0.0488289 0.0820478
+0.0142214 0.0504921 0.0846723
+0.0217746 0.0514534 0.0875257
+0.0356146 0.0526436 0.0914473
+0.0570535 0.0538186 0.0956436
+0.0808423 0.0539712 0.0986343
+0.111437 0.0556802 0.102037
+0.140871 0.0585794 0.105531
+0.169604 0.0621958 0.1093
+0.197848 0.0653239 0.113451
+0.229557 0.0682689 0.117357
+0.263905 0.0710918 0.120943
+0.300496 0.0736553 0.124132
+0.342061 0.0767529 0.127474
+0.386954 0.0805219 0.131014
+0.43505 0.0850233 0.13492
+0.487709 0.090425 0.139361
+0.542626 0.0963302 0.14374
+0.599649 0.102785 0.148302
+0.658961 0.110704 0.15378
+0.718486 0.119112 0.158724
+0.776516 0.127779 0.163378
+0.831678 0.13695 0.167987
+0.88397 0.145922 0.173053
+0.931823 0.154543 0.177844
+0.00340276 0.0453193 0.0744182
+0.00341802 0.045716 0.0753948
+0.00366217 0.0461891 0.0765698
+0.0039826 0.0467079 0.0778058
+0.00444038 0.0473182 0.0791485
+0.005066 0.0480354 0.0806134
+0.00611887 0.0490272 0.0824598
+0.00779736 0.0508278 0.0849317
+0.00993362 0.0531014 0.087541
+0.0146487 0.0546273 0.0899672
+0.0220035 0.0555581 0.0927291
+0.0385138 0.0570993 0.0965591
+0.0616922 0.0583963 0.100771
+0.0881514 0.0593271 0.104845
+0.119677 0.0597696 0.108598
+0.150835 0.0632029 0.111711
+0.180774 0.0665141 0.115419
+0.210132 0.0695506 0.119402
+0.243183 0.0724346 0.123033
+0.279423 0.0748913 0.126299
+0.317906 0.0773938 0.129488
+0.359442 0.0803082 0.132708
+0.406348 0.0844434 0.136477
+0.45597 0.089189 0.140551
+0.508309 0.0946059 0.145129
+0.564874 0.100633 0.149264
+0.622721 0.107591 0.154025
+0.681758 0.115434 0.159152
+0.740444 0.123857 0.163638
+0.797147 0.13283 0.1682
+0.851484 0.142 0.172854
+0.902602 0.15079 0.177966
+0.947234 0.159152 0.182467
+0.00325017 0.049134 0.078645
+0.00334173 0.0497444 0.0798199
+0.00361639 0.0505074 0.081239
+0.00395209 0.0512703 0.0827497
+0.00437934 0.0518959 0.0842908
+0.00509651 0.0527199 0.0860609
+0.00628672 0.0540932 0.0882277
+0.00802625 0.0560006 0.0905928
+0.0106355 0.0579843 0.0928511
+0.0151827 0.0595102 0.0953231
+0.0223545 0.0609751 0.0985275
+0.0406348 0.062974 0.102266
+0.0650797 0.0644999 0.107134
+0.0948806 0.0651102 0.111696
+0.127535 0.0661479 0.115694
+0.16228 0.0690929 0.118502
+0.192065 0.0717937 0.122072
+0.223728 0.074464 0.125566
+0.25771 0.076936 0.128954
+0.294942 0.0789502 0.13193
+0.335042 0.0815137 0.134966
+0.377951 0.0846113 0.13817
+0.425605 0.0888075 0.141909
+0.476905 0.0938735 0.146288
+0.530556 0.099321 0.150668
+0.586648 0.104921 0.154513
+0.645304 0.112428 0.159411
+0.703883 0.120424 0.164096
+0.76257 0.128893 0.168475
+0.817365 0.13814 0.173266
+0.870375 0.147143 0.178195
+0.920668 0.15584 0.183185
+0.962325 0.163851 0.18732
+0.00337224 0.0543374 0.0838178
+0.00355535 0.0552071 0.0853437
+0.0037995 0.0561227 0.0870069
+0.00407416 0.0568856 0.0885939
+0.00447089 0.0577401 0.0903029
+0.00517281 0.058793 0.092195
+0.00639353 0.0602121 0.0942702
+0.00810254 0.0620584 0.0962997
+0.0108644 0.0639963 0.0987106
+0.0150759 0.0658427 0.101823
+0.0245518 0.0679637 0.105684
+0.0431373 0.0700999 0.110018
+0.066453 0.0716106 0.114595
+0.100267 0.0720989 0.119677
+0.135943 0.0736858 0.123201
+0.172366 0.0757916 0.126131
+0.2038 0.0783856 0.129229
+0.237537 0.0804456 0.132387
+0.273182 0.0823377 0.135332
+0.311162 0.0842298 0.138155
+0.352667 0.0867018 0.140795
+0.397528 0.0899825 0.144015
+0.445411 0.0939345 0.147692
+0.497917 0.0988327 0.151995
+0.552621 0.103944 0.155993
+0.608942 0.109819 0.160159
+0.667231 0.11751 0.164843
+0.72607 0.125902 0.169223
+0.783078 0.134585 0.173556
+0.837568 0.143679 0.178363
+0.88925 0.152483 0.183566
+0.936065 0.160784 0.188174
+0.977539 0.168627 0.192157
+0.00367742 0.0611429 0.0901503
+0.00384527 0.0622263 0.091783
+0.00402838 0.0632486 0.0933547
+0.00422675 0.0643473 0.0949874
+0.00453193 0.0654765 0.0967269
+0.00526436 0.066743 0.0987411
+0.0065156 0.0682994 0.101076
+0.00798047 0.0699321 0.103487
+0.0105135 0.0718242 0.106188
+0.0142214 0.073991 0.109667
+0.0260166 0.076585 0.11429
+0.0444648 0.0792096 0.119203
+0.0700542 0.0812238 0.124331
+0.102708 0.0817884 0.129427
+0.143267 0.0827497 0.132891
+0.181003 0.0848859 0.135882
+0.217197 0.0876783 0.138582
+0.251926 0.0894484 0.141161
+0.289601 0.0903944 0.14316
+0.329335 0.0914473 0.145113
+0.370291 0.0929122 0.147173
+0.417075 0.0960861 0.1505
+0.466667 0.0999008 0.154131
+0.518608 0.10428 0.157992
+0.574014 0.109316 0.161624
+0.631022 0.115755 0.165743
+0.689509 0.123186 0.170062
+0.747906 0.131456 0.174166
+0.803265 0.14023 0.178805
+0.85655 0.149111 0.18378
+0.907927 0.157778 0.188983
+0.951293 0.165682 0.193088
+0.983413 0.173342 0.196948
+0.00390631 0.0698405 0.0970016
+0.00399786 0.0712291 0.0986954
+0.00410468 0.0725719 0.100359
+0.00425727 0.0738842 0.102037
+0.00456245 0.0752728 0.103853
+0.00531014 0.0767834 0.105867
+0.00653086 0.0784619 0.108156
+0.00801099 0.0803388 0.110628
+0.0104219 0.0822919 0.113588
+0.0137636 0.0842451 0.117601
+0.0263981 0.087068 0.123232
+0.043534 0.0908827 0.129717
+0.0711528 0.0929732 0.135622
+0.105898 0.0935225 0.139864
+0.148501 0.0933242 0.143404
+0.190249 0.095552 0.145754
+0.229114 0.0974594 0.14789
+0.265888 0.0992142 0.149889
+0.304662 0.0991379 0.151293
+0.345907 0.0998398 0.15288
+0.389044 0.101305 0.154879
+0.435737 0.1037 0.157702
+0.487251 0.107362 0.160861
+0.540352 0.111269 0.163836
+0.59501 0.115572 0.16672
+0.653147 0.121981 0.170932
+0.711192 0.129122 0.175006
+0.768612 0.137118 0.179126
+0.822461 0.145983 0.184054
+0.874968 0.154665 0.189181
+0.924605 0.162951 0.194018
+0.965988 0.170504 0.197681
+0.988739 0.178134 0.201877
+0.00387579 0.0807507 0.104662
+0.00399786 0.0822003 0.106447
+0.00416571 0.0836194 0.108293
+0.00436408 0.0850996 0.110185
+0.00462348 0.086717 0.112245
+0.00529488 0.088304 0.114382
+0.00637827 0.0898909 0.116548
+0.00790417 0.091371 0.118883
+0.0101778 0.0932326 0.122179
+0.0144961 0.0958572 0.126741
+0.0242161 0.0994278 0.132311
+0.038941 0.103716 0.140032
+0.0685893 0.106172 0.145205
+0.106538 0.106706 0.149462
+0.149248 0.107057 0.15314
+0.196002 0.108309 0.156039
+0.236194 0.110658 0.157809
+0.276524 0.111818 0.159075
+0.317159 0.112169 0.160311
+0.360678 0.112352 0.161364
+0.407111 0.113313 0.163195
+0.455665 0.114534 0.16527
+0.50753 0.116167 0.167224
+0.560983 0.11899 0.169375
+0.616602 0.123049 0.172107
+0.674784 0.128649 0.175998
+0.731838 0.136004 0.179934
+0.787198 0.143877 0.184375
+0.841138 0.152285 0.18967
+0.892531 0.160449 0.194766
+0.938766 0.168276 0.199069
+0.978622 0.175952 0.202976
+0.994186 0.183246 0.207218
+0.00387579 0.0934157 0.113893
+0.00407416 0.0948196 0.115816
+0.00395209 0.0967269 0.117739
+0.00386053 0.0987869 0.119677
+0.00396735 0.100664 0.121614
+0.00445563 0.102693 0.123705
+0.00527962 0.104585 0.125872
+0.00650034 0.106706 0.128481
+0.00852979 0.108659 0.131914
+0.0124056 0.110842 0.136248
+0.019852 0.113756 0.14107
+0.0349279 0.11783 0.146517
+0.0621042 0.121569 0.152544
+0.10016 0.123308 0.159335
+0.144869 0.124498 0.164218
+0.19382 0.125414 0.167605
+0.240986 0.127504 0.169024
+0.284627 0.128252 0.16968
+0.328847 0.128283 0.16994
+0.374166 0.127764 0.170031
+0.42269 0.127657 0.171115
+0.473121 0.127733 0.172152
+0.525505 0.128298 0.173144
+0.580209 0.130434 0.174731
+0.637583 0.134081 0.177691
+0.695064 0.138933 0.18146
+0.751171 0.145113 0.185519
+0.80502 0.152041 0.190494
+0.857816 0.159304 0.195407
+0.90988 0.167071 0.200198
+0.953262 0.174441 0.20412
+0.983917 0.181582 0.208148
+0.999817 0.188312 0.212238
+0.00236515 0.109758 0.122499
+0.00233463 0.111925 0.124651
+0.00231937 0.113909 0.126787
+0.00231937 0.116274 0.129107
+0.00244144 0.118669 0.131395
+0.00289921 0.120775 0.133745
+0.00357061 0.122972 0.136217
+0.00448615 0.125063 0.13872
+0.00628672 0.12697 0.141863
+0.00903334 0.12929 0.145144
+0.014786 0.132677 0.149172
+0.0291752 0.136172 0.154376
+0.0560616 0.139437 0.161425
+0.0918135 0.14255 0.169406
+0.138369 0.144579 0.174929
+0.188785 0.146273 0.178347
+0.241169 0.147387 0.180133
+0.28954 0.148348 0.180346
+0.336629 0.148089 0.179812
+0.385107 0.147219 0.179385
+0.43508 0.145892 0.179263
+0.487541 0.145403 0.179309
+0.541955 0.145541 0.180072
+0.597421 0.146181 0.181445
+0.655055 0.148638 0.184726
+0.711864 0.151934 0.188174
+0.767315 0.156054 0.191745
+0.821317 0.161975 0.196124
+0.874235 0.168521 0.20061
+0.924575 0.175021 0.204898
+0.967926 0.181506 0.208957
+0.989456 0.187686 0.213031
+1 0.193545 0.216602
+0.000915541 0.130129 0.133059
+0.000869764 0.132097 0.135302
+0.000808728 0.134234 0.137591
+0.00077821 0.136233 0.139864
+0.000976577 0.139071 0.142077
+0.00137331 0.141329 0.144106
+0.00184634 0.143816 0.146426
+0.00239567 0.14641 0.148928
+0.00354009 0.148913 0.151598
+0.00512703 0.151644 0.154452
+0.00863661 0.15494 0.157992
+0.0181582 0.158404 0.162631
+0.0420233 0.162615 0.169482
+0.0763714 0.166293 0.176135
+0.121111 0.169116 0.181659
+0.177279 0.170489 0.185672
+0.233646 0.171557 0.188205
+0.289555 0.172076 0.189334
+0.340246 0.171847 0.189059
+0.392966 0.170977 0.188876
+0.445914 0.170291 0.188464
+0.500114 0.169329 0.188022
+0.55494 0.168551 0.188708
+0.610864 0.168338 0.189746
+0.668559 0.168627 0.191257
+0.724788 0.170703 0.194354
+0.780514 0.173495 0.197726
+0.835828 0.176303 0.201312
+0.890043 0.180179 0.205341
+0.937987 0.185077 0.209491
+0.977676 0.190173 0.213565
+0.995285 0.194903 0.21735
+1 0.199756 0.220737
+0.000228885 0.154025 0.142382
+0.000213626 0.156542 0.144564
+0.000183108 0.159152 0.146838
+0.000122072 0.161349 0.149065
+3.0518e-05 0.163745 0.151492
+9.15541e-05 0.166674 0.153811
+0.00030518 0.16965 0.156222
+0.000686656 0.172503 0.158709
+0.00131228 0.175357 0.161303
+0.0021973 0.178485 0.164004
+0.00396735 0.181567 0.167117
+0.00857557 0.184955 0.171145
+0.0251164 0.189654 0.176761
+0.0548867 0.194018 0.181033
+0.0973678 0.197284 0.184787
+0.156619 0.199603 0.18819
+0.222599 0.19913 0.19173
+0.284718 0.199191 0.194202
+0.343587 0.19942 0.19588
+0.398657 0.198993 0.196368
+0.453529 0.198566 0.196292
+0.508629 0.197757 0.196185
+0.564141 0.196872 0.196933
+0.621378 0.195789 0.19736
+0.679057 0.195209 0.198367
+0.736339 0.19527 0.200931
+0.792874 0.195834 0.204044
+0.848936 0.196429 0.207111
+0.903777 0.19733 0.210544
+0.950973 0.199832 0.214664
+0.98262 0.20235 0.218601
+1 0.204471 0.222171
+1 0.207706 0.225223
+0 0.182086 0.15021
+0 0.18529 0.15259
+0 0.188434 0.155047
+0 0.191363 0.157549
+0 0.194263 0.160174
+0 0.197024 0.162875
+0 0.200015 0.165118
+1.5259e-05 0.202731 0.167391
+0.000122072 0.206134 0.169711
+0.000411994 0.209262 0.172259
+0.00134279 0.212528 0.175021
+0.00422675 0.216159 0.178058
+0.0108339 0.220218 0.180957
+0.028336 0.224979 0.182437
+0.0660563 0.229236 0.183352
+0.121828 0.232731 0.184604
+0.199512 0.233356 0.186664
+0.274189 0.230732 0.19202
+0.341146 0.229984 0.195956
+0.402594 0.229618 0.199924
+0.458961 0.229953 0.200793
+0.515709 0.229664 0.201938
+0.573114 0.229557 0.202731
+0.631006 0.228504 0.202808
+0.688869 0.227909 0.204181
+0.746868 0.227436 0.206119
+0.805386 0.226673 0.208835
+0.861326 0.22594 0.21294
+0.914778 0.224247 0.217197
+0.96463 0.221988 0.221225
+0.98854 0.219898 0.224384
+1 0.219501 0.227008
+1 0.220081 0.22948
+0 0.213794 0.156161
+0 0.21677 0.158404
+0 0.219989 0.160967
+0 0.223377 0.163806
+0 0.226291 0.166369
+0 0.229664 0.169131
+0 0.233066 0.171939
+0 0.23653 0.174182
+0 0.240116 0.176043
+0 0.243122 0.177386
+0.00015259 0.245838 0.179034
+0.00103761 0.248905 0.180621
+0.00430304 0.252323 0.18204
+0.0107118 0.256275 0.183124
+0.0348516 0.262104 0.181674
+0.0856641 0.266682 0.179614
+0.157107 0.270207 0.177035
+0.253361 0.270069 0.176593
+0.335683 0.265446 0.185489
+0.40679 0.263203 0.192767
+0.466804 0.262196 0.198764
+0.524804 0.263554 0.20061
+0.582879 0.264454 0.202426
+0.640757 0.26511 0.204227
+0.69929 0.265629 0.205661
+0.758099 0.265476 0.207645
+0.816724 0.264851 0.209979
+0.873991 0.262699 0.21442
+0.928084 0.259571 0.219043
+0.972213 0.255451 0.223835
+0.996262 0.250111 0.228382
+1 0.243473 0.231464
+1 0.237659 0.233509
+0 0.245258 0.158206
+0 0.248508 0.160372
+0 0.251728 0.162982
+0 0.255756 0.165576
+0 0.259312 0.168368
+0 0.263539 0.171023
+0 0.267048 0.173663
+0 0.270527 0.175799
+0 0.273777 0.177356
+0 0.277028 0.178363
+0 0.279591 0.17966
+6.10361e-05 0.282643 0.180682
+0.000701915 0.285832 0.181781
+0.00444038 0.289876 0.181521
+0.0116579 0.294423 0.179675
+0.0466011 0.300847 0.173983
+0.114702 0.306783 0.167666
+0.207752 0.311772 0.162097
+0.320119 0.309957 0.163043
+0.404013 0.302373 0.17467
+0.47425 0.297459 0.184939
+0.534874 0.29691 0.190982
+0.592996 0.299779 0.195819
+0.651682 0.302525 0.198886
+0.710307 0.305394 0.201328
+0.769711 0.306645 0.203891
+0.828138 0.306981 0.207767
+0.885924 0.306096 0.212726
+0.94136 0.302464 0.217212
+0.978134 0.297292 0.222354
+0.999695 0.291142 0.227802
+0.999939 0.284199 0.233814
+1 0.276844 0.237583
+0 0.276692 0.155596
+0 0.280415 0.157916
+0 0.284215 0.160174
+0 0.287831 0.162249
+0 0.291264 0.164172
+0 0.294896 0.1664
+0 0.299046 0.168811
+0 0.303243 0.171679
+0 0.307958 0.17438
+0 0.311711 0.175692
+0 0.314015 0.176654
+0 0.316762 0.177401
+0 0.319524 0.178103
+0.000640879 0.32253 0.177386
+0.00547799 0.326574 0.17528
+0.0148165 0.332448 0.171206
+0.0719921 0.342794 0.161883
+0.162097 0.349248 0.156054
+0.278294 0.352468 0.152468
+0.390814 0.350301 0.151125
+0.472557 0.342519 0.163195
+0.542062 0.33489 0.177142
+0.605615 0.3355 0.181674
+0.664683 0.339605 0.186206
+0.723659 0.343999 0.18967
+0.782101 0.348501 0.19382
+0.84004 0.351385 0.198932
+0.896757 0.352285 0.204608
+0.951736 0.35201 0.209934
+0.983078 0.347677 0.215686
+0.997406 0.341787 0.221698
+1 0.333791 0.227878
+1 0.324269 0.234333
+0 0.306889 0.147326
+0 0.31043 0.149966
+0 0.314321 0.152651
+0 0.318364 0.155276
+0 0.32224 0.15819
+0 0.326314 0.16083
+0 0.330709 0.163516
+0 0.335103 0.166293
+0 0.339208 0.167971
+0 0.342596 0.168109
+0 0.345586 0.168063
+0 0.34876 0.169192
+0 0.351843 0.171435
+0 0.354391 0.172549
+0.000686656 0.35848 0.171496
+0.0087129 0.365301 0.167819
+0.0270085 0.376135 0.159838
+0.113924 0.388327 0.14966
+0.224338 0.394308 0.144533
+0.353704 0.395651 0.14342
+0.459846 0.397314 0.136522
+0.542626 0.389853 0.147738
+0.612329 0.379782 0.164843
+0.678401 0.379309 0.164889
+0.738064 0.384131 0.169757
+0.796338 0.389792 0.176471
+0.852934 0.395941 0.184024
+0.90927 0.399527 0.190463
+0.956558 0.401175 0.197055
+0.991135 0.402228 0.20383
+0.997238 0.398413 0.211612
+1 0.392538 0.21883
+1 0.384787 0.225437
+0 0.335805 0.140154
+0 0.340185 0.142977
+0 0.34464 0.145739
+0 0.348989 0.148333
+0 0.353384 0.150866
+0 0.35758 0.153277
+0 0.361898 0.15581
+0 0.366201 0.158145
+0 0.369772 0.158984
+0 0.373007 0.160739
+0 0.376867 0.162005
+0 0.381018 0.163378
+0 0.384405 0.164843
+0 0.387137 0.165667
+0 0.390906 0.16611
+0.00103761 0.398871 0.163409
+0.0155184 0.409735 0.157809
+0.0508736 0.425101 0.146242
+0.173159 0.436652 0.138216
+0.303655 0.44332 0.133898
+0.433936 0.443091 0.136461
+0.528328 0.447318 0.127535
+0.61001 0.443824 0.131868
+0.681285 0.433875 0.148089
+0.748333 0.432349 0.151553
+0.809552 0.435599 0.157443
+0.868147 0.440558 0.164553
+0.924865 0.445472 0.172503
+0.965286 0.449897 0.180301
+0.991806 0.452399 0.188388
+0.999222 0.452461 0.19646
+1 0.449821 0.203983
+1 0.445899 0.210483
+0 0.367697 0.133303
+0 0.371511 0.135592
+0 0.375937 0.138354
+0 0.380407 0.141192
+0 0.385061 0.144015
+0 0.389746 0.146715
+0 0.394766 0.150362
+0 0.399603 0.153719
+0 0.404242 0.155581
+0 0.408453 0.156985
+0 0.412512 0.158099
+0 0.415656 0.15903
+0 0.419089 0.159899
+0 0.423224 0.160479
+0 0.428016 0.160876
+0 0.435859 0.160128
+0.00241093 0.447944 0.154864
+0.0298619 0.462455 0.146075
+0.116396 0.478843 0.132082
+0.254276 0.485618 0.132265
+0.386374 0.492699 0.129885
+0.507561 0.498085 0.127138
+0.595468 0.503258 0.12018
+0.675715 0.502602 0.122057
+0.748058 0.493751 0.136263
+0.816251 0.490578 0.142962
+0.879454 0.490959 0.148806
+0.9364 0.49305 0.15433
+0.975708 0.496361 0.161349
+0.993255 0.499077 0.169619
+1 0.501411 0.177157
+1 0.502464 0.185412
+1 0.500206 0.192355
+0 0.401495 0.130724
+0 0.405997 0.133257
+0 0.410574 0.135683
+0 0.415412 0.138399
+0 0.420249 0.141482
+0 0.424872 0.144533
+0 0.429694 0.147555
+0 0.434241 0.150332
+0 0.438743 0.152728
+0 0.443137 0.155062
+0 0.447837 0.157168
+0 0.452522 0.158221
+0 0.458167 0.158022
+0 0.464897 0.157534
+0 0.473289 0.157183
+0 0.481727 0.156573
+0 0.491585 0.153277
+0.0218814 0.502937 0.145602
+0.0733959 0.514839 0.136873
+0.195605 0.529595 0.129229
+0.334142 0.536538 0.13109
+0.467201 0.544671 0.129732
+0.575708 0.556756 0.120317
+0.661509 0.56321 0.114824
+0.741833 0.564843 0.114855
+0.816342 0.55729 0.126406
+0.883589 0.551537 0.13431
+0.938994 0.548943 0.140475
+0.982162 0.547662 0.146441
+0.995071 0.548516 0.153262
+0.999985 0.549447 0.160876
+1 0.550301 0.168429
+1 0.550439 0.174472
+0 0.435889 0.12726
+0 0.44036 0.130114
+0 0.445121 0.133181
+0 0.449882 0.136172
+0 0.455131 0.139467
+0 0.460349 0.142977
+0 0.465339 0.146227
+0 0.470634 0.149371
+0 0.475944 0.152483
+0 0.480537 0.155428
+0 0.486 0.157427
+0 0.492424 0.158755
+0 0.500557 0.158694
+0 0.510933 0.157168
+0 0.520317 0.155673
+1.5259e-05 0.528908 0.154681
+0.000106813 0.535409 0.153826
+0.00407416 0.542153 0.150652
+0.0487984 0.552285 0.14374
+0.128634 0.564324 0.135805
+0.279408 0.57879 0.13402
+0.413687 0.590127 0.133379
+0.539239 0.600763 0.131502
+0.641932 0.616876 0.119478
+0.728649 0.625666 0.113588
+0.808011 0.630167 0.112322
+0.881392 0.623529 0.122118
+0.9393 0.614649 0.13164
+0.978821 0.607996 0.139132
+0.99939 0.602762 0.144488
+0.99971 0.601984 0.150301
+1 0.599847 0.154849
+1 0.598489 0.157961
+0 0.47451 0.126879
+0 0.479484 0.129992
+0 0.484642 0.133455
+0 0.489357 0.13669
+0 0.494545 0.139788
+0 0.500175 0.143084
+0 0.505913 0.146548
+0 0.51162 0.149966
+0 0.517708 0.153796
+0 0.523079 0.157488
+0 0.529366 0.160647
+0 0.536385 0.162539
+0 0.544686 0.16347
+0 0.553903 0.162905
+0 0.562295 0.160937
+0.000198367 0.569497 0.159792
+0.000869764 0.574807 0.159274
+0.00199893 0.578958 0.158862
+0.0218662 0.585092 0.154574
+0.0965286 0.598367 0.14728
+0.210346 0.616541 0.139376
+0.358267 0.629389 0.143282
+0.489662 0.644221 0.141833
+0.610391 0.659464 0.137575
+0.708797 0.679911 0.123232
+0.794278 0.69102 0.115908
+0.871046 0.696117 0.113848
+0.938582 0.688609 0.12314
+0.975799 0.676997 0.132738
+0.996353 0.666468 0.140795
+0.999771 0.659159 0.145846
+1 0.653407 0.147189
+1 0.651591 0.148653
+0 0.519539 0.127428
+0 0.525139 0.130571
+0 0.530602 0.133898
+0 0.535531 0.13724
+0 0.540688 0.14049
+0 0.546029 0.144091
+0 0.551675 0.148821
+0 0.557351 0.153857
+0 0.562799 0.158328
+0 0.56762 0.162875
+0 0.573159 0.16701
+0 0.579156 0.170413
+0 0.586007 0.172488
+0 0.592416 0.173007
+4.57771e-05 0.598993 0.172412
+0.000259403 0.604807 0.170245
+0.00120546 0.609552 0.168795
+0.00636301 0.613931 0.168215
+0.0184024 0.618372 0.167346
+0.0722057 0.630274 0.162005
+0.16434 0.645624 0.15787
+0.29099 0.664775 0.153613
+0.4365 0.680507 0.155901
+0.566873 0.699672 0.151659
+0.680507 0.719966 0.144335
+0.773648 0.741344 0.129015
+0.853498 0.753338 0.122789
+0.92192 0.75816 0.121401
+0.970291 0.748516 0.130098
+0.99086 0.736538 0.139284
+0.999908 0.722698 0.146136
+0.999954 0.71075 0.147662
+1 0.712322 0.150744
+0 0.566384 0.130434
+0 0.571237 0.134203
+0 0.576303 0.137789
+0 0.581216 0.14197
+0 0.586755 0.146685
+0 0.591775 0.151461
+0 0.596628 0.156405
+0 0.600717 0.161791
+0 0.604746 0.167041
+0 0.608759 0.172137
+0 0.612528 0.177005
+0 0.617151 0.181445
+0 0.621897 0.184726
+0 0.626612 0.186297
+0 0.631785 0.186847
+0.000350958 0.636881 0.185977
+0.00460822 0.641855 0.184802
+0.0165103 0.646632 0.183505
+0.0349737 0.652155 0.182666
+0.0599832 0.65861 0.18175
+0.130632 0.672877 0.176257
+0.233326 0.690486 0.171695
+0.378622 0.714229 0.167742
+0.515145 0.732616 0.168521
+0.638895 0.754192 0.162905
+0.746487 0.778332 0.153216
+0.83151 0.799695 0.140703
+0.902602 0.812604 0.136995
+0.959701 0.81825 0.139101
+0.986542 0.806256 0.145846
+0.997177 0.792493 0.152697
+1 0.781018 0.160128
+1 0.78439 0.163867
+0 0.607706 0.138216
+0 0.611749 0.143435
+0 0.615473 0.148501
+0 0.619913 0.153613
+0 0.624094 0.158846
+0 0.628229 0.163851
+0 0.632456 0.168902
+0 0.636469 0.173983
+0 0.639796 0.179171
+0 0.643153 0.184222
+0 0.646693 0.18941
+0 0.650431 0.194598
+0 0.654398 0.199039
+0 0.658274 0.202335
+0 0.66215 0.204227
+0.00215152 0.666575 0.205112
+0.00708019 0.671 0.204242
+0.0271611 0.676463 0.202701
+0.0477913 0.681529 0.201587
+0.0709697 0.686976 0.200046
+0.10277 0.695369 0.196521
+0.191363 0.716609 0.188891
+0.306844 0.739956 0.182376
+0.455039 0.763363 0.180362
+0.586007 0.785153 0.180438
+0.704784 0.808637 0.176944
+0.805097 0.835126 0.168414
+0.88191 0.854932 0.162875
+0.942 0.866789 0.161501
+0.986679 0.87158 0.163333
+0.996063 0.859007 0.163363
+0.999924 0.856992 0.164202
+1 0.860685 0.165927
+3.0518e-05 0.641703 0.152773
+4.57771e-05 0.645274 0.157931
+4.57771e-05 0.64863 0.163043
+4.57771e-05 0.652323 0.168154
+3.0518e-05 0.655863 0.173236
+3.0518e-05 0.659175 0.178134
+1.5259e-05 0.66276 0.182864
+0 0.666041 0.18764
+0 0.670481 0.192676
+0 0.675288 0.197452
+0 0.680156 0.20235
+0 0.684749 0.207172
+0 0.689219 0.211398
+0 0.693019 0.215045
+0 0.697185 0.218311
+0.00143435 0.701534 0.219409
+0.00773632 0.706142 0.218631
+0.0198215 0.711116 0.215885
+0.0440528 0.716503 0.212558
+0.0652171 0.721477 0.209888
+0.0886091 0.729335 0.206989
+0.136095 0.747021 0.198886
+0.240421 0.772107 0.189899
+0.370581 0.798032 0.184329
+0.527687 0.820813 0.190082
+0.655161 0.842817 0.193912
+0.767285 0.864591 0.19617
+0.857954 0.88809 0.193606
+0.92462 0.904479 0.191485
+0.971237 0.914504 0.18941
+0.996536 0.918669 0.188708
+0.99881 0.923659 0.192737
+1 0.92874 0.197223
+0.000183108 0.673609 0.167636
+0.000198367 0.677745 0.171481
+0.000183108 0.682155 0.175479
+0.000122072 0.68603 0.179553
+6.10361e-05 0.690517 0.183444
+0 0.694682 0.187655
+0 0.69955 0.192538
+0 0.704341 0.197482
+0 0.709392 0.202365
+0 0.716121 0.205356
+0 0.723049 0.207858
+0 0.730877 0.209934
+0 0.737911 0.212345
+0 0.74377 0.214801
+4.57771e-05 0.749355 0.217121
+0.000198367 0.756313 0.218219
+0.00337224 0.762325 0.216602
+0.00947585 0.770031 0.211856
+0.0183413 0.778454 0.203342
+0.0370184 0.78616 0.197498
+0.0598001 0.794629 0.191272
+0.088304 0.803647 0.18555
+0.168994 0.818784 0.1794
+0.308583 0.838071 0.181506
+0.480491 0.858656 0.189776
+0.636072 0.870344 0.208652
+0.754788 0.887587 0.216922
+0.852415 0.906416 0.21854
+0.931029 0.925444 0.211002
+0.9729 0.936324 0.208209
+0.996063 0.943053 0.208438
+0.999725 0.944945 0.212085
+1 0.945937 0.215885
+0.00030518 0.713542 0.1738
+0.00015259 0.720745 0.174365
+1.5259e-05 0.728054 0.174975
+0 0.736294 0.176623
+0 0.744762 0.178408
+0 0.752667 0.180636
+0 0.760739 0.183154
+0 0.768353 0.185824
+0 0.775906 0.188495
+0 0.783429 0.191196
+0 0.786923 0.195544
+0 0.78822 0.200702
+0 0.789624 0.205844
+0 0.791043 0.210559
+0 0.792798 0.215335
+6.10361e-05 0.794629 0.219165
+0.000366217 0.796551 0.219379
+0.00277714 0.800092 0.213504
+0.0112764 0.803708 0.206775
+0.0302586 0.806561 0.201587
+0.053193 0.808743 0.197803
+0.0983444 0.815549 0.192813
+0.169009 0.827558 0.185809
+0.346899 0.850813 0.190112
+0.517067 0.86714 0.20383
+0.676783 0.879072 0.223926
+0.785199 0.89662 0.231205
+0.8757 0.915145 0.228672
+0.947372 0.932525 0.222278
+0.984955 0.943618 0.220676
+0.997238 0.947448 0.222583
+1 0.948516 0.225986
+1 0.948623 0.229404
+0 0.782712 0.153048
+0 0.785977 0.157061
+0 0.787472 0.16228
+0 0.788815 0.167391
+0 0.790173 0.172732
+0 0.791394 0.178134
+0 0.792615 0.183551
+0 0.794186 0.189166
+0 0.795377 0.194522
+0 0.796551 0.200076
+0 0.798245 0.205615
+0 0.79942 0.211002
+0 0.800015 0.216831
+0 0.800671 0.22208
+0 0.801434 0.227298
+0 0.802258 0.230091
+0.000137331 0.803342 0.229831
+0.00137331 0.806195 0.223468
+0.013962 0.80824 0.218463
+0.0319066 0.809445 0.213764
+0.0527199 0.809308 0.21033
+0.113451 0.818219 0.202853
+0.224079 0.833814 0.198535
+0.402579 0.85832 0.200244
+0.572137 0.870939 0.221393
+0.713878 0.885908 0.23714
+0.822309 0.902846 0.245747
+0.904051 0.922103 0.237797
+0.960616 0.936767 0.233478
+0.994812 0.946914 0.231907
+0.998749 0.948363 0.235187
+1 0.948913 0.238697
+1 0.949035 0.242145
+0.00476081 0.0373999 0.0647746
+0.0047303 0.0375067 0.0652476
+0.00469978 0.0376135 0.0657664
+0.00503548 0.0377203 0.0664378
+0.00555428 0.0379492 0.0672465
+0.00605783 0.0381933 0.0680858
+0.00654612 0.0384375 0.068864
+0.007187 0.0386664 0.0695201
+0.00817884 0.0390173 0.0699931
+0.00978103 0.039704 0.0706645
+0.0136721 0.0407416 0.0722515
+0.0213169 0.0419165 0.0751812
+0.0327916 0.0432441 0.0794995
+0.0507515 0.0441444 0.0843977
+0.0738231 0.04477 0.0872053
+0.0991836 0.0460059 0.0896315
+0.123888 0.0488594 0.0928817
+0.149844 0.0534829 0.0972763
+0.17641 0.0574197 0.101671
+0.203906 0.0606241 0.106004
+0.235279 0.0632181 0.110079
+0.269566 0.0659953 0.113909
+0.306645 0.0689555 0.11754
+0.348074 0.0723278 0.120928
+0.394888 0.0766613 0.124804
+0.444556 0.081529 0.128832
+0.497429 0.0868849 0.132937
+0.554162 0.0932021 0.137682
+0.612222 0.100221 0.142916
+0.671824 0.108186 0.148989
+0.731517 0.116808 0.153643
+0.789044 0.125612 0.158434
+0.844678 0.134691 0.163561
+0.00466926 0.0382696 0.0664988
+0.00462348 0.038407 0.0670024
+0.00457771 0.038529 0.0675822
+0.00494392 0.0386664 0.0683909
+0.00535592 0.0388952 0.0691691
+0.00570687 0.0390784 0.0698863
+0.00605783 0.0392615 0.0705577
+0.00680552 0.0395666 0.0713512
+0.00823987 0.040177 0.0721904
+0.010193 0.0412604 0.0733654
+0.0151217 0.0424353 0.0754864
+0.0238193 0.0436561 0.0789197
+0.0373693 0.0449683 0.0836042
+0.0551156 0.0462043 0.0884718
+0.0803235 0.0463569 0.0906233
+0.106249 0.0482185 0.0936294
+0.133242 0.0515145 0.0973831
+0.159838 0.0561379 0.101854
+0.187015 0.0595865 0.106233
+0.216434 0.0626535 0.110582
+0.24799 0.0654459 0.114809
+0.283894 0.0683146 0.118502
+0.323247 0.0715038 0.122057
+0.365682 0.0750896 0.125673
+0.413947 0.0797284 0.129564
+0.465217 0.0848859 0.133715
+0.519188 0.0906233 0.138323
+0.576089 0.0970016 0.143099
+0.634867 0.104555 0.14873
+0.694179 0.112627 0.154116
+0.753628 0.121126 0.158541
+0.809796 0.130144 0.1635
+0.863859 0.139208 0.168536
+0.00440986 0.0392309 0.0682841
+0.00430304 0.0393225 0.0688487
+0.00430304 0.0394141 0.0694743
+0.00457771 0.0394903 0.0702068
+0.00489815 0.0396582 0.0709087
+0.0052491 0.0399023 0.0717327
+0.00584421 0.040238 0.0726787
+0.00691234 0.0408331 0.0738384
+0.00854505 0.0417029 0.0749371
+0.010544 0.0430762 0.0765545
+0.0162814 0.0443275 0.0792706
+0.0257572 0.045594 0.0830396
+0.0414435 0.0471656 0.0879835
+0.0616465 0.0481422 0.0919661
+0.085832 0.0478981 0.0943313
+0.11458 0.0505379 0.0978408
+0.142733 0.0542916 0.101961
+0.170031 0.0584726 0.106432
+0.197559 0.0618296 0.110948
+0.228687 0.0648508 0.115312
+0.262196 0.0678416 0.119417
+0.298085 0.0707408 0.12314
+0.339635 0.0742046 0.126802
+0.384985 0.0783246 0.130724
+0.433524 0.0831159 0.134829
+0.486168 0.0886702 0.139406
+0.541192 0.094667 0.144076
+0.598566 0.101106 0.148821
+0.65774 0.108904 0.15436
+0.716793 0.117113 0.159121
+0.775189 0.125673 0.163577
+0.830716 0.134844 0.16849
+0.883207 0.143816 0.173404
+0.00390631 0.0399786 0.0699779
+0.0037995 0.0400854 0.0706035
+0.00387579 0.0402075 0.0713512
+0.00416571 0.0404059 0.072221
+0.00459297 0.0407416 0.073167
+0.00514229 0.0411841 0.0742351
+0.00590524 0.0417182 0.0753796
+0.0071107 0.0425269 0.0768597
+0.00880446 0.0437018 0.0786145
+0.0116121 0.0451667 0.0807507
+0.0176394 0.04654 0.0835889
+0.0269932 0.0477302 0.0871138
+0.0453803 0.049836 0.0924544
+0.0674601 0.0500496 0.0957351
+0.092958 0.0505531 0.0987259
+0.124132 0.052842 0.102281
+0.152361 0.057023 0.106706
+0.180407 0.0607614 0.111254
+0.20885 0.0641184 0.115862
+0.241459 0.0674296 0.120485
+0.276844 0.0704967 0.124453
+0.314794 0.0736706 0.128298
+0.356878 0.0771801 0.132036
+0.404242 0.0817578 0.136019
+0.454505 0.0869306 0.140414
+0.506996 0.0925917 0.14519
+0.563439 0.0986496 0.149676
+0.621271 0.105516 0.154559
+0.680583 0.113298 0.159747
+0.739223 0.121584 0.164096
+0.79588 0.130373 0.168673
+0.851011 0.139605 0.173404
+0.902693 0.148531 0.178332
+0.00344854 0.0409552 0.0721141
+0.00335698 0.0411536 0.0728313
+0.00361639 0.0415045 0.0738689
+0.00402838 0.0419623 0.0749828
+0.00450141 0.0424506 0.0761578
+0.00505074 0.0430152 0.0775158
+0.00585946 0.0436713 0.0789654
+0.00715648 0.0446632 0.0807202
+0.00895705 0.0462348 0.082948
+0.0126497 0.0478828 0.0855116
+0.0191806 0.0492103 0.0883345
+0.0301671 0.0505379 0.0918288
+0.0497597 0.0526741 0.0966964
+0.072343 0.0522011 0.0999924
+0.101259 0.0534218 0.103471
+0.132738 0.0559548 0.107454
+0.162463 0.0599985 0.11194
+0.190997 0.063508 0.116686
+0.221881 0.0670176 0.121447
+0.255299 0.070573 0.126009
+0.29218 0.0736095 0.129885
+0.332372 0.076936 0.133639
+0.375677 0.0806592 0.137377
+0.423774 0.0854047 0.141436
+0.47512 0.0908675 0.146136
+0.529046 0.0966964 0.150927
+0.585504 0.102541 0.155123
+0.644099 0.109972 0.160113
+0.702785 0.117845 0.164767
+0.761593 0.126146 0.169177
+0.817075 0.135439 0.173953
+0.870344 0.144503 0.178744
+0.921447 0.153338 0.183612
+0.00325017 0.0429541 0.0751812
+0.00320439 0.0432441 0.0760357
+0.0034638 0.0436408 0.0772717
+0.00383001 0.0442512 0.0786908
+0.00427253 0.044831 0.0800793
+0.00480659 0.0454108 0.0815137
+0.00570687 0.0461738 0.0831769
+0.00720226 0.0475166 0.0854047
+0.00924697 0.0495155 0.0881208
+0.0134432 0.0512245 0.0906844
+0.0200504 0.052369 0.0931563
+0.0339818 0.0539254 0.0965744
+0.0550851 0.0552529 0.100984
+0.0772259 0.0554818 0.105364
+0.109361 0.0568399 0.109422
+0.141085 0.0598154 0.113695
+0.172763 0.063508 0.117968
+0.202335 0.0669871 0.122698
+0.235309 0.0706798 0.127352
+0.27071 0.0740673 0.131624
+0.307836 0.0770428 0.135531
+0.349722 0.080354 0.138979
+0.3953 0.0845045 0.14287
+0.443656 0.0893111 0.147082
+0.495796 0.0950027 0.152041
+0.550835 0.10074 0.156527
+0.608103 0.106966 0.160861
+0.666911 0.114672 0.16582
+0.725567 0.12285 0.170352
+0.782895 0.131395 0.174578
+0.83801 0.140673 0.179339
+0.889586 0.149462 0.184115
+0.936492 0.157931 0.188632
+0.00289921 0.0457771 0.0792248
+0.00291447 0.0461891 0.0803693
+0.00315862 0.0467231 0.0817426
+0.00349432 0.0472877 0.0831922
+0.00396735 0.0479744 0.0847028
+0.00460822 0.0487678 0.0863355
+0.00567636 0.0497749 0.0883497
+0.00735485 0.0514534 0.0908522
+0.00959792 0.0535897 0.0933547
+0.0137484 0.055314 0.095613
+0.0202792 0.0565652 0.0983291
+0.0367285 0.0583047 0.102098
+0.0589456 0.0597086 0.107149
+0.0848707 0.0606546 0.1122
+0.116121 0.0608835 0.11696
+0.150942 0.0644846 0.120577
+0.183551 0.0678264 0.124605
+0.215213 0.0711986 0.12903
+0.249134 0.074815 0.133455
+0.286259 0.0777447 0.137407
+0.325261 0.0806287 0.141054
+0.367086 0.0838331 0.14432
+0.414298 0.0884565 0.148653
+0.464302 0.0937057 0.15346
+0.516518 0.099382 0.158434
+0.572824 0.105165 0.162509
+0.630564 0.111971 0.166903
+0.689784 0.119661 0.171496
+0.748089 0.127947 0.17554
+0.8038 0.136797 0.17998
+0.857435 0.1458 0.184756
+0.908598 0.154498 0.189487
+0.951537 0.16257 0.193561
+0.00273136 0.0497444 0.0840772
+0.00283818 0.0503853 0.0854047
+0.00309758 0.0512093 0.0870069
+0.00343328 0.0519417 0.0886091
+0.00387579 0.0526284 0.0902571
+0.00460822 0.0534829 0.0920424
+0.00581369 0.0547799 0.0941634
+0.00750744 0.056611 0.0964065
+0.0100404 0.0585946 0.0986648
+0.0141451 0.0604257 0.101457
+0.0208286 0.0621805 0.105013
+0.0380865 0.0637827 0.108827
+0.0618143 0.065507 0.114305
+0.0909133 0.0661021 0.119753
+0.124102 0.0670939 0.124422
+0.162478 0.0696269 0.127474
+0.194965 0.0726024 0.131319
+0.228717 0.0759747 0.135546
+0.263584 0.0792554 0.139757
+0.301518 0.0818036 0.143557
+0.342519 0.0849317 0.147158
+0.38584 0.0885634 0.150881
+0.433127 0.0931868 0.155276
+0.484657 0.0986038 0.160098
+0.538384 0.104128 0.164492
+0.594644 0.109773 0.168368
+0.653422 0.117113 0.172686
+0.712001 0.124956 0.176806
+0.770031 0.133227 0.180667
+0.824231 0.142199 0.185412
+0.876341 0.150942 0.190127
+0.925689 0.159411 0.194614
+0.966415 0.167224 0.19852
+0.0027924 0.0551156 0.0897841
+0.00296025 0.0560006 0.0913863
+0.00317388 0.0568704 0.0930037
+0.00343328 0.0577554 0.0947127
+0.00383001 0.0586404 0.0964523
+0.00454719 0.0596628 0.0983444
+0.00575265 0.0610513 0.100343
+0.00743114 0.0628977 0.102571
+0.010071 0.0648356 0.105287
+0.0137942 0.0668193 0.108812
+0.022797 0.0689403 0.11313
+0.0404669 0.0710002 0.117754
+0.063386 0.0728466 0.122728
+0.0958724 0.0727245 0.128283
+0.133471 0.0738689 0.132143
+0.172824 0.0760052 0.135515
+0.207813 0.0794537 0.139315
+0.242512 0.0823072 0.143175
+0.279286 0.0849928 0.147036
+0.318257 0.0874952 0.150759
+0.359945 0.0904707 0.154131
+0.40499 0.0942245 0.158022
+0.453025 0.098497 0.162173
+0.505211 0.103624 0.166659
+0.560082 0.108934 0.170397
+0.617243 0.115023 0.174273
+0.67628 0.122377 0.178271
+0.73402 0.130358 0.181888
+0.790051 0.13875 0.185946
+0.844205 0.147738 0.191028
+0.89485 0.156329 0.195773
+0.940551 0.164538 0.200183
+0.980392 0.172335 0.20415
+0.00300603 0.0621347 0.0963302
+0.00317388 0.0632792 0.0980697
+0.00334173 0.0643168 0.0997482
+0.00350958 0.0653849 0.101518
+0.0037995 0.0664683 0.10341
+0.00450141 0.0677043 0.105638
+0.00567636 0.0691844 0.108186
+0.00714122 0.0706951 0.110658
+0.00978103 0.0726177 0.113481
+0.0132601 0.0748455 0.117571
+0.0243381 0.0776074 0.122545
+0.0417639 0.0805066 0.128115
+0.0666056 0.0823835 0.134066
+0.0982071 0.0825055 0.138888
+0.140398 0.0834516 0.142855
+0.181064 0.085893 0.146456
+0.220829 0.0888228 0.149615
+0.257267 0.0912947 0.152743
+0.295705 0.0929732 0.155764
+0.335805 0.094667 0.158663
+0.377371 0.0968338 0.161654
+0.424033 0.100298 0.165377
+0.473701 0.104479 0.169192
+0.526131 0.109117 0.172793
+0.581827 0.114382 0.176165
+0.639857 0.120821 0.179812
+0.698253 0.128008 0.183658
+0.755428 0.135973 0.187564
+0.810071 0.144594 0.192264
+0.862593 0.153307 0.197208
+0.913314 0.161868 0.201892
+0.955398 0.169696 0.205737
+0.985473 0.177325 0.209689
+0.00331121 0.071107 0.103883
+0.00341802 0.0724651 0.105776
+0.00352483 0.0737316 0.107622
+0.00366217 0.0749828 0.109468
+0.00395209 0.0764782 0.111513
+0.00463874 0.0780499 0.113771
+0.00582895 0.0797894 0.116228
+0.00730907 0.0814679 0.118761
+0.00967422 0.0831617 0.121935
+0.0128023 0.0853285 0.12697
+0.0240024 0.0884718 0.132631
+0.0396124 0.0921492 0.139879
+0.066453 0.0940719 0.145678
+0.101244 0.0945296 0.150072
+0.143511 0.0942397 0.154147
+0.189639 0.0961471 0.157107
+0.231922 0.0983902 0.159792
+0.271611 0.100832 0.162142
+0.310674 0.101884 0.164645
+0.3523 0.103395 0.167117
+0.396292 0.105425 0.169879
+0.443015 0.108293 0.17322
+0.494881 0.1122 0.176455
+0.548226 0.116381 0.179446
+0.60322 0.120806 0.182086
+0.661662 0.127047 0.185885
+0.719234 0.134066 0.189731
+0.77557 0.141802 0.193545
+0.829038 0.15053 0.198657
+0.880491 0.158999 0.203311
+0.928985 0.167178 0.207416
+0.970214 0.174945 0.211078
+0.990494 0.182239 0.215091
+0.00360113 0.0819409 0.112444
+0.00369268 0.0834974 0.114458
+0.00378424 0.0850233 0.116548
+0.00389105 0.0864576 0.118547
+0.00418097 0.0879988 0.120714
+0.00485237 0.0895552 0.123003
+0.00588998 0.0910506 0.125353
+0.00726329 0.0926223 0.128054
+0.00932326 0.094667 0.131731
+0.013138 0.0972763 0.136553
+0.0209049 0.100389 0.142428
+0.0341192 0.104524 0.150027
+0.0632334 0.107149 0.155856
+0.100511 0.107713 0.160876
+0.143297 0.108217 0.165606
+0.193896 0.108751 0.169421
+0.239475 0.111742 0.171084
+0.282948 0.113756 0.172839
+0.324468 0.115175 0.174777
+0.368444 0.11606 0.176822
+0.414755 0.11751 0.179263
+0.46331 0.119036 0.181598
+0.515114 0.120958 0.184054
+0.568887 0.124178 0.186038
+0.624506 0.12845 0.188571
+0.68275 0.133913 0.192218
+0.739605 0.140993 0.195697
+0.794293 0.148592 0.199893
+0.847059 0.156649 0.204776
+0.89781 0.164752 0.208911
+0.94342 0.172671 0.212726
+0.981414 0.180285 0.216327
+0.995392 0.187091 0.220279
+0.00378424 0.094316 0.122484
+0.00383001 0.0958877 0.124453
+0.00378424 0.0976425 0.12639
+0.00376898 0.0997635 0.128542
+0.00392157 0.101701 0.130678
+0.00437934 0.103838 0.133089
+0.00514229 0.105669 0.135439
+0.00627146 0.107744 0.138247
+0.00816358 0.109773 0.141939
+0.0116426 0.111925 0.146242
+0.0182345 0.114961 0.151156
+0.0316167 0.118822 0.157061
+0.0561074 0.122454 0.164401
+0.0928206 0.124804 0.172763
+0.139666 0.125597 0.178744
+0.191455 0.126467 0.182895
+0.245228 0.128527 0.184344
+0.290913 0.129915 0.18529
+0.336706 0.130663 0.186023
+0.382162 0.130938 0.186862
+0.430793 0.13135 0.188251
+0.481239 0.132082 0.18967
+0.533455 0.133364 0.191241
+0.588159 0.135622 0.192508
+0.645396 0.139147 0.195254
+0.702266 0.143801 0.198566
+0.758236 0.149325 0.201663
+0.811597 0.156237 0.205936
+0.864134 0.163592 0.210178
+0.915328 0.171313 0.214221
+0.957671 0.178714 0.217929
+0.986084 0.185611 0.22179
+1 0.191989 0.225544
+0.00274662 0.110796 0.132052
+0.0027924 0.112657 0.134234
+0.0027924 0.114534 0.136416
+0.00271611 0.117037 0.138994
+0.00283818 0.119249 0.141344
+0.00329595 0.121294 0.143816
+0.00396735 0.123415 0.14641
+0.00486763 0.125353 0.149081
+0.0065919 0.127535 0.152239
+0.00915541 0.129915 0.155489
+0.014313 0.132906 0.160143
+0.0267491 0.136202 0.166644
+0.0510414 0.139864 0.175418
+0.0847028 0.143572 0.184619
+0.13135 0.145541 0.191073
+0.185321 0.146822 0.19501
+0.241703 0.147997 0.197436
+0.29543 0.149462 0.197757
+0.343816 0.149905 0.197635
+0.393149 0.150027 0.197848
+0.44332 0.149447 0.198077
+0.495903 0.149523 0.198428
+0.550072 0.149722 0.198672
+0.605585 0.15021 0.199252
+0.663172 0.152285 0.201755
+0.719509 0.155459 0.204623
+0.774594 0.16022 0.207996
+0.828519 0.166232 0.211612
+0.880873 0.172656 0.215518
+0.929717 0.179049 0.219501
+0.971801 0.185397 0.223255
+0.990951 0.191485 0.227039
+1 0.197299 0.230304
+0.00138857 0.129656 0.14284
+0.00135805 0.13167 0.14522
+0.00137331 0.133776 0.147631
+0.00141909 0.136233 0.150118
+0.00161746 0.138888 0.15259
+0.00198367 0.141466 0.155123
+0.00244144 0.143725 0.157733
+0.00308232 0.146029 0.160433
+0.00424201 0.148287 0.163226
+0.00569162 0.150744 0.166247
+0.00898756 0.153841 0.170886
+0.017258 0.157122 0.176791
+0.0390326 0.161807 0.185016
+0.0717937 0.165576 0.192752
+0.113527 0.168994 0.199573
+0.17116 0.17052 0.205097
+0.232074 0.171603 0.208209
+0.293172 0.172641 0.20972
+0.346319 0.173648 0.209537
+0.399298 0.173251 0.209293
+0.452094 0.172412 0.208789
+0.506218 0.171298 0.20763
+0.561379 0.170611 0.207462
+0.618235 0.170687 0.207996
+0.676112 0.171252 0.208911
+0.732616 0.173861 0.211368
+0.788602 0.176669 0.214206
+0.843397 0.179644 0.217304
+0.896559 0.18378 0.221118
+0.942733 0.188693 0.224887
+0.979767 0.193881 0.228702
+0.996399 0.198596 0.232273
+1 0.203326 0.235172
+0.000457771 0.152514 0.153384
+0.000381476 0.155261 0.155795
+0.000274662 0.157946 0.158373
+0.000167849 0.160266 0.160906
+9.15541e-05 0.162478 0.163577
+0.000289921 0.165377 0.166323
+0.000640879 0.168078 0.169207
+0.00112917 0.170886 0.172335
+0.00181582 0.173526 0.175265
+0.0027924 0.176699 0.178531
+0.0047303 0.179721 0.182239
+0.00883497 0.18291 0.186664
+0.0239872 0.187518 0.193637
+0.0520638 0.191684 0.199863
+0.0924544 0.195422 0.206256
+0.149248 0.198062 0.213352
+0.217838 0.199069 0.217273
+0.282628 0.200259 0.219318
+0.344121 0.201129 0.220371
+0.400381 0.201083 0.220371
+0.456504 0.200488 0.219333
+0.512566 0.199695 0.218372
+0.569421 0.198474 0.217685
+0.627543 0.197452 0.217258
+0.685679 0.197055 0.2177
+0.743603 0.197238 0.219074
+0.800366 0.197818 0.221546
+0.85568 0.198779 0.224323
+0.909407 0.200122 0.227344
+0.954955 0.202945 0.231174
+0.984298 0.205417 0.234653
+1 0.207706 0.237598
+1 0.211063 0.240192
+0 0.179995 0.163668
+0 0.18291 0.166415
+0 0.185809 0.169223
+0 0.188388 0.172061
+1.5259e-05 0.191119 0.175097
+1.5259e-05 0.193759 0.178042
+6.10361e-05 0.196704 0.180697
+0.000167849 0.199878 0.183368
+0.000442512 0.203464 0.186099
+0.000885023 0.206744 0.188891
+0.00190738 0.209857 0.19202
+0.00480659 0.213153 0.195789
+0.0113375 0.217227 0.200488
+0.0272984 0.222095 0.206149
+0.0632334 0.227161 0.211383
+0.116716 0.231189 0.215885
+0.190631 0.233204 0.219547
+0.265919 0.232685 0.223239
+0.335561 0.233082 0.225772
+0.400656 0.232914 0.228061
+0.459297 0.232685 0.227832
+0.517617 0.231937 0.227359
+0.57612 0.231403 0.226474
+0.635187 0.230365 0.226062
+0.693874 0.229648 0.226551
+0.752621 0.228336 0.227329
+0.81001 0.227466 0.228946
+0.865583 0.226108 0.231785
+0.918502 0.224857 0.234821
+0.968277 0.223011 0.238407
+0.989944 0.221851 0.241154
+1 0.222583 0.243595
+1 0.223285 0.245624
+0 0.210758 0.173617
+0 0.213962 0.176654
+0 0.217212 0.179461
+0 0.220249 0.182208
+0 0.22327 0.184985
+0 0.22623 0.187625
+0 0.22945 0.19028
+0 0.232944 0.192386
+0 0.236728 0.194934
+0 0.240131 0.197833
+0.000274662 0.24361 0.200824
+0.00132753 0.247318 0.204395
+0.00460822 0.25156 0.207919
+0.0112001 0.255726 0.211185
+0.0327459 0.261021 0.21326
+0.0800336 0.265904 0.213626
+0.147051 0.270054 0.213962
+0.240848 0.271702 0.214542
+0.324926 0.268711 0.222187
+0.39852 0.267643 0.227131
+0.462486 0.267109 0.231327
+0.522393 0.267903 0.23183
+0.582193 0.268177 0.232258
+0.642054 0.268574 0.232792
+0.701442 0.267857 0.232853
+0.760555 0.267018 0.233127
+0.819837 0.2654 0.234348
+0.877638 0.263035 0.237461
+0.931105 0.259312 0.240909
+0.973571 0.255024 0.244038
+0.997543 0.24921 0.246601
+1 0.243412 0.248844
+1 0.239826 0.250233
+0 0.243992 0.180591
+0 0.247318 0.182864
+0 0.25066 0.185367
+0 0.254429 0.188022
+0 0.257923 0.190936
+0 0.261479 0.193805
+0 0.265538 0.196948
+0 0.269383 0.200412
+0 0.273503 0.203235
+0 0.277287 0.205539
+0 0.280446 0.207507
+0.000137331 0.283589 0.209476
+0.000900282 0.287144 0.21146
+0.00469978 0.291188 0.213016
+0.012253 0.295827 0.214313
+0.0411383 0.302052 0.212634
+0.10428 0.308141 0.208682
+0.192096 0.312963 0.203571
+0.305638 0.313542 0.20119
+0.393606 0.307729 0.21239
+0.46714 0.304234 0.22182
+0.528817 0.303807 0.228153
+0.589319 0.306325 0.230671
+0.64976 0.307912 0.232395
+0.710048 0.309407 0.233509
+0.770153 0.309316 0.234485
+0.829602 0.308492 0.236942
+0.888319 0.306569 0.239841
+0.943954 0.302419 0.243702
+0.978973 0.29659 0.247761
+0.999283 0.28957 0.251728
+0.999878 0.280903 0.254734
+1 0.272709 0.255436
+0 0.278431 0.182315
+0 0.282094 0.184619
+0 0.286061 0.18732
+0 0.290318 0.190295
+0 0.294667 0.193423
+0 0.299199 0.196796
+0 0.304036 0.200504
+0 0.308034 0.203693
+0 0.312184 0.206348
+0 0.315145 0.207904
+0 0.317739 0.20911
+0 0.320607 0.210758
+1.5259e-05 0.324392 0.212741
+0.000656138 0.328054 0.214084
+0.00495918 0.332128 0.214191
+0.0131075 0.336706 0.212634
+0.0601663 0.344396 0.203555
+0.145785 0.351446 0.194781
+0.257481 0.357183 0.188144
+0.380575 0.355688 0.186465
+0.465095 0.347509 0.201389
+0.536492 0.342138 0.215595
+0.599344 0.343572 0.221027
+0.659724 0.347463 0.224277
+0.720546 0.350744 0.226917
+0.780224 0.354147 0.228855
+0.839475 0.355367 0.232837
+0.897246 0.355657 0.236667
+0.952163 0.353475 0.240467
+0.983795 0.348394 0.244266
+0.997284 0.341176 0.24802
+1 0.332311 0.25214
+1 0.322087 0.258396
+0 0.313222 0.180148
+0 0.317403 0.182971
+0 0.321614 0.185824
+0 0.325872 0.188525
+0 0.329778 0.191043
+0 0.333608 0.193851
+0 0.337652 0.197162
+0 0.342245 0.200839
+0 0.346975 0.203861
+0 0.351385 0.206027
+0 0.354955 0.207065
+0 0.358038 0.208316
+0 0.361074 0.209293
+0 0.363561 0.209873
+0.000549325 0.366171 0.209094
+0.007187 0.370687 0.206027
+0.0198062 0.3785 0.200855
+0.0953231 0.390112 0.189654
+0.202457 0.397589 0.182345
+0.333577 0.402289 0.177432
+0.45069 0.402792 0.172808
+0.536034 0.39469 0.187579
+0.606516 0.386282 0.20528
+0.671901 0.387823 0.207309
+0.731899 0.393072 0.211475
+0.791257 0.398444 0.215534
+0.849805 0.403449 0.220813
+0.907759 0.40531 0.225101
+0.954879 0.405631 0.230091
+0.99057 0.405325 0.235691
+0.997009 0.399542 0.241596
+1 0.392004 0.24715
+1 0.382849 0.251469
+0 0.344656 0.172824
+0 0.34902 0.175463
+0 0.353216 0.178637
+0 0.357351 0.181765
+0 0.361913 0.184863
+0 0.366552 0.187839
+0 0.371038 0.191379
+0 0.376135 0.194781
+0 0.379858 0.19675
+0 0.383673 0.197757
+0 0.387594 0.19823
+0 0.391272 0.198581
+0 0.394476 0.200107
+0 0.397162 0.201511
+0 0.400015 0.203281
+0.000579843 0.405554 0.202472
+0.0121157 0.413779 0.198154
+0.0368505 0.425513 0.189654
+0.149523 0.4392 0.17734
+0.277348 0.446937 0.17052
+0.415793 0.449607 0.169635
+0.519768 0.454139 0.1617
+0.605417 0.44892 0.17113
+0.677028 0.439506 0.188952
+0.744106 0.438895 0.190784
+0.805081 0.442954 0.197131
+0.863493 0.448234 0.204334
+0.920317 0.453056 0.211139
+0.96228 0.456245 0.21767
+0.990082 0.457206 0.22414
+0.999451 0.456565 0.2309
+1 0.452552 0.236484
+1 0.446357 0.241443
+0 0.375311 0.163729
+0 0.379995 0.166964
+0 0.385138 0.170748
+0 0.390326 0.17409
+0 0.395087 0.177493
+0 0.4 0.180468
+0 0.404837 0.183551
+0 0.409583 0.185977
+0 0.41352 0.186648
+0 0.417807 0.187976
+0 0.422278 0.190021
+0 0.425772 0.192721
+0 0.429221 0.195178
+0 0.432547 0.196963
+0 0.436362 0.19823
+0 0.441932 0.198825
+0.00106813 0.451835 0.195438
+0.0251316 0.463539 0.18854
+0.0897536 0.477745 0.174594
+0.228077 0.489448 0.166796
+0.363317 0.49839 0.161501
+0.496818 0.501167 0.163256
+0.588464 0.508125 0.156085
+0.671443 0.506798 0.160006
+0.745007 0.498161 0.17557
+0.8121 0.496406 0.182345
+0.874464 0.497642 0.18819
+0.931105 0.500328 0.194156
+0.973495 0.503639 0.200916
+0.991943 0.506233 0.207858
+1 0.507988 0.214328
+1 0.507637 0.220584
+1 0.504768 0.225879
+0 0.410285 0.159533
+0 0.414649 0.16202
+0 0.419303 0.164553
+0 0.42388 0.167712
+0 0.428702 0.170611
+0 0.433341 0.173785
+0 0.438148 0.17731
+0 0.443244 0.181308
+0 0.448417 0.184741
+0 0.452949 0.187991
+0 0.457633 0.190875
+0 0.461723 0.192538
+0 0.466423 0.192981
+0 0.471641 0.193545
+0 0.477577 0.194263
+0 0.484733 0.194705
+0 0.493462 0.194095
+0.0138399 0.502968 0.188525
+0.0567941 0.514549 0.179706
+0.160555 0.530617 0.16492
+0.308751 0.539879 0.164355
+0.448539 0.550332 0.161547
+0.56762 0.560037 0.157626
+0.655848 0.56759 0.15198
+0.737835 0.568078 0.154314
+0.811948 0.561471 0.166644
+0.880095 0.555901 0.174655
+0.935988 0.55378 0.180377
+0.980087 0.553445 0.184741
+0.995071 0.554498 0.190326
+0.999969 0.555901 0.196735
+1 0.556848 0.202747
+1 0.557015 0.208103
+0 0.44387 0.156329
+0 0.44828 0.15903
+0 0.452903 0.161761
+0 0.45742 0.164828
+0 0.463233 0.168856
+0 0.468666 0.173037
+0 0.47393 0.177111
+0 0.479423 0.181094
+0 0.484413 0.184665
+0 0.489311 0.188052
+0 0.494194 0.190692
+0 0.499458 0.192569
+0 0.50573 0.193927
+0 0.514168 0.194141
+0 0.522698 0.19469
+0 0.530953 0.195117
+1.5259e-05 0.53753 0.195758
+0.000274662 0.543175 0.194003
+0.0347143 0.552544 0.18645
+0.105287 0.563806 0.177417
+0.249027 0.581247 0.16733
+0.3906 0.593149 0.166735
+0.524361 0.605585 0.165286
+0.633783 0.620233 0.157595
+0.723125 0.628901 0.152071
+0.804608 0.632227 0.151369
+0.879042 0.626505 0.161135
+0.938659 0.617304 0.169833
+0.978088 0.611719 0.175891
+0.998901 0.607599 0.180972
+0.999573 0.606561 0.186221
+1 0.605447 0.190234
+1 0.604898 0.192935
+0 0.481178 0.155261
+0 0.48574 0.158618
+0 0.49102 0.162585
+0 0.496162 0.166201
+0 0.501625 0.16994
+0 0.507591 0.17409
+0 0.512825 0.178042
+0 0.518624 0.182132
+0 0.524178 0.186496
+0 0.529046 0.190539
+0 0.534463 0.194171
+0 0.540398 0.197177
+0 0.54873 0.198993
+0 0.556985 0.199756
+0 0.565682 0.199527
+0 0.572168 0.200061
+4.57771e-05 0.5776 0.201175
+0.000335698 0.581949 0.20206
+0.0121309 0.58735 0.199359
+0.0770581 0.598932 0.190173
+0.178271 0.613291 0.178637
+0.331044 0.631525 0.175753
+0.470222 0.64744 0.174029
+0.600763 0.662806 0.171725
+0.703441 0.682429 0.159564
+0.789593 0.693797 0.152956
+0.867552 0.698207 0.151324
+0.936904 0.690684 0.160357
+0.974121 0.67895 0.169894
+0.994934 0.669734 0.177188
+1 0.662303 0.181643
+1 0.657969 0.182757
+1 0.657084 0.184527
+0 0.523903 0.157076
+0 0.529366 0.161166
+0 0.534859 0.165286
+0 0.539986 0.16939
+0 0.545098 0.173541
+0 0.550423 0.177981
+0 0.555657 0.182574
+0 0.561044 0.187442
+0 0.566339 0.19237
+0 0.571389 0.197238
+0 0.57673 0.201862
+0 0.582254 0.205783
+0 0.589349 0.20827
+0 0.596338 0.209522
+0 0.603296 0.210193
+0 0.609506 0.210193
+0.000427253 0.614084 0.210925
+0.00306706 0.618173 0.211933
+0.00901808 0.62179 0.211917
+0.0535286 0.628824 0.204761
+0.139254 0.642603 0.196139
+0.259022 0.662531 0.186603
+0.416831 0.682521 0.187732
+0.551965 0.702876 0.184115
+0.671748 0.722347 0.179049
+0.767742 0.743664 0.165866
+0.848646 0.755474 0.159869
+0.917861 0.75993 0.158465
+0.969573 0.750912 0.166796
+0.990539 0.737789 0.17612
+0.999741 0.725292 0.18291
+0.999969 0.714076 0.184543
+1 0.717128 0.187732
+0 0.568795 0.162387
+0 0.574029 0.166995
+0 0.57908 0.171557
+0 0.583841 0.176165
+0 0.588968 0.180819
+0 0.593942 0.185489
+0 0.598383 0.190845
+0 0.603342 0.196414
+0 0.607675 0.201907
+0 0.611811 0.207004
+0 0.616495 0.212024
+0 0.621408 0.216815
+0 0.626978 0.220569
+0 0.632685 0.222583
+0 0.637842 0.223896
+0.000137331 0.642969 0.224765
+0.000823987 0.646784 0.225071
+0.0084535 0.650156 0.224918
+0.0228122 0.653803 0.224598
+0.0440528 0.657725 0.223026
+0.107546 0.669444 0.215778
+0.20853 0.687572 0.208698
+0.350256 0.7131 0.200473
+0.496895 0.733867 0.200793
+0.626123 0.756832 0.196307
+0.737728 0.779461 0.189776
+0.826001 0.801419 0.177523
+0.899794 0.813443 0.173419
+0.957412 0.818662 0.1738
+0.986221 0.808103 0.180591
+0.996826 0.79443 0.188678
+1 0.784436 0.196429
+1 0.786999 0.200488
+0 0.609522 0.171771
+0 0.613901 0.176699
+0 0.617975 0.181537
+0 0.622202 0.186343
+0 0.626749 0.191821
+0 0.631662 0.197192
+0 0.636408 0.202655
+0 0.640604 0.208179
+0 0.644633 0.213672
+0 0.648524 0.21883
+0 0.652506 0.224033
+0 0.656901 0.228946
+0 0.661494 0.233616
+0 0.665568 0.237186
+0 0.669596 0.239841
+0.000320439 0.673457 0.241947
+0.00244144 0.676677 0.242557
+0.0174258 0.680293 0.24152
+0.0345312 0.68394 0.241123
+0.0553445 0.688472 0.240192
+0.0840009 0.694636 0.237354
+0.167926 0.712932 0.227481
+0.281147 0.735317 0.218631
+0.431998 0.763775 0.211856
+0.570321 0.786648 0.212696
+0.694682 0.81059 0.209857
+0.800107 0.834745 0.203616
+0.878462 0.855283 0.196536
+0.939879 0.867247 0.194598
+0.985275 0.871855 0.19617
+0.995926 0.859953 0.197314
+0.999802 0.858808 0.198672
+1 0.862181 0.201236
+0 0.644205 0.183871
+0 0.647623 0.188846
+0 0.651774 0.194247
+0 0.655848 0.199725
+0 0.660014 0.205234
+0 0.66453 0.210651
+0 0.668818 0.2159
+0 0.673243 0.221317
+0 0.678172 0.226123
+0 0.682734 0.230884
+0 0.687388 0.235752
+0 0.692226 0.240772
+0 0.696422 0.245853
+0 0.700267 0.250095
+0 0.704372 0.253986
+0.000244144 0.707927 0.255833
+0.00425727 0.712169 0.256199
+0.0120699 0.716915 0.254627
+0.0347906 0.721035 0.252491
+0.0549935 0.724865 0.251118
+0.0766461 0.731212 0.247562
+0.115358 0.743008 0.23859
+0.214786 0.767803 0.225483
+0.342367 0.795285 0.216205
+0.510765 0.822644 0.218097
+0.642603 0.844266 0.223941
+0.759716 0.8654 0.228428
+0.853529 0.88838 0.227649
+0.921889 0.905394 0.225025
+0.969223 0.915526 0.223117
+0.996078 0.920897 0.222492
+0.998764 0.926101 0.22678
+1 0.931868 0.23125
+0 0.676555 0.196994
+0 0.681498 0.201663
+0 0.686473 0.206439
+0 0.691432 0.211276
+0 0.696376 0.216037
+0 0.701122 0.220829
+0 0.705699 0.225666
+0 0.710338 0.230716
+0 0.714748 0.235691
+0 0.72221 0.2392
+0 0.730419 0.242252
+0 0.738018 0.245274
+0 0.744625 0.248341
+0 0.75108 0.251072
+1.5259e-05 0.756664 0.253925
+4.57771e-05 0.762661 0.255344
+0.00161746 0.769268 0.254139
+0.00636301 0.775555 0.250782
+0.0134585 0.783017 0.24477
+0.026215 0.788739 0.239368
+0.0422065 0.79443 0.233371
+0.0684672 0.799832 0.227619
+0.139788 0.81268 0.217792
+0.283467 0.83389 0.214557
+0.456458 0.856245 0.218021
+0.626352 0.871 0.238361
+0.748989 0.88835 0.249012
+0.848447 0.906371 0.252293
+0.929458 0.925887 0.245197
+0.972213 0.937285 0.241947
+0.995895 0.944396 0.241901
+0.999908 0.946532 0.245304
+1 0.947433 0.24889
+0 0.717342 0.204288
+0 0.72575 0.206043
+0 0.733806 0.208225
+0 0.741512 0.210651
+0 0.749691 0.212894
+0 0.757321 0.215534
+0 0.764691 0.218784
+0 0.773342 0.221836
+0 0.780774 0.225422
+0 0.788449 0.228717
+0 0.790509 0.234073
+0 0.792233 0.239246
+0 0.794171 0.244175
+0 0.795407 0.249058
+0 0.796918 0.253452
+1.5259e-05 0.798596 0.257267
+4.57771e-05 0.800153 0.257557
+0.00157168 0.802869 0.254353
+0.00706493 0.805524 0.250172
+0.0179446 0.807523 0.245792
+0.0370184 0.808209 0.242679
+0.0786908 0.813581 0.236118
+0.145892 0.823392 0.226963
+0.318608 0.846586 0.22295
+0.495369 0.864729 0.234379
+0.667857 0.880842 0.254414
+0.77995 0.896635 0.265736
+0.871946 0.915084 0.263615
+0.944884 0.932815 0.257008
+0.985763 0.94493 0.253712
+0.997162 0.948562 0.255543
+1 0.949355 0.258762
+1 0.949081 0.262608
+0 0.785153 0.189837
+0 0.786755 0.194766
+0 0.788144 0.200214
+0 0.789685 0.205493
+0 0.791745 0.210788
+0 0.79353 0.216403
+0 0.795285 0.221958
+0 0.797269 0.227451
+0 0.798901 0.233326
+0 0.800565 0.238758
+0 0.802396 0.244099
+0 0.803128 0.250019
+0 0.803738 0.255543
+0 0.804242 0.260624
+0 0.804776 0.266117
+0 0.805493 0.269612
+7.62951e-05 0.806882 0.270314
+0.000488289 0.809171 0.266667
+0.00762951 0.810483 0.26302
+0.0198672 0.810925 0.259648
+0.0395056 0.810712 0.257435
+0.0935683 0.817182 0.248386
+0.200595 0.830884 0.239994
+0.369909 0.853162 0.232044
+0.557626 0.870405 0.253208
+0.705592 0.8869 0.269612
+0.816403 0.902358 0.280613
+0.902022 0.922347 0.272877
+0.959426 0.937133 0.267857
+0.99443 0.947082 0.265553
+0.998795 0.948241 0.268879
+1 0.948348 0.27245
+1 0.948058 0.276402
+0.00450141 0.0375219 0.0678874
+0.00445563 0.0376135 0.0684672
+0.00440986 0.037705 0.0690776
+0.00474556 0.0379034 0.0699016
+0.00520333 0.0381933 0.0707866
+0.00563058 0.0384985 0.0716564
+0.00602731 0.0387579 0.0724041
+0.0065919 0.0390631 0.0731823
+0.00772107 0.0395972 0.0741436
+0.00949111 0.0404364 0.0754253
+0.0132601 0.0415045 0.0775158
+0.0204623 0.042771 0.080705
+0.0316167 0.0443885 0.0851606
+0.0483864 0.0459297 0.0902571
+0.0703899 0.0464637 0.0934005
+0.0960098 0.0475166 0.0964065
+0.125689 0.0501411 0.099855
+0.153246 0.0548409 0.104814
+0.180682 0.0589303 0.109773
+0.20885 0.0625315 0.114717
+0.241032 0.0658427 0.119585
+0.276051 0.0690166 0.123903
+0.314046 0.072343 0.128069
+0.355947 0.0759442 0.131899
+0.402914 0.0805371 0.136065
+0.452934 0.0856947 0.140551
+0.505531 0.0913863 0.145434
+0.56199 0.0974594 0.150103
+0.620035 0.104265 0.155108
+0.67985 0.112016 0.160525
+0.738354 0.120211 0.164599
+0.795071 0.128862 0.169116
+0.850309 0.137987 0.173938
+0.0043183 0.0383764 0.0698558
+0.00424201 0.0384985 0.0704509
+0.00419623 0.0386206 0.0710613
+0.00451667 0.0388342 0.0719005
+0.00488289 0.0390631 0.0726482
+0.00512703 0.0393072 0.073518
+0.00547799 0.0396735 0.0745708
+0.00640879 0.0403143 0.0759442
+0.00791943 0.0410925 0.0773632
+0.00985733 0.0421302 0.0790417
+0.0144808 0.0432898 0.0814221
+0.0225681 0.0446937 0.0849165
+0.0357366 0.0464332 0.0894789
+0.0529793 0.0481575 0.0941939
+0.0759289 0.0478828 0.0970321
+0.10457 0.0495766 0.100389
+0.134936 0.0528267 0.104601
+0.163241 0.0574502 0.109743
+0.191241 0.0612345 0.11487
+0.22179 0.0648661 0.119951
+0.254688 0.0684367 0.124895
+0.291096 0.0717021 0.129198
+0.330907 0.0751659 0.133181
+0.373861 0.0790112 0.137118
+0.422202 0.0838788 0.141405
+0.473503 0.0894026 0.146212
+0.527199 0.0952773 0.151217
+0.583963 0.101183 0.155627
+0.643168 0.108553 0.160693
+0.702113 0.116365 0.165469
+0.760204 0.124483 0.169482
+0.815778 0.133577 0.17435
+0.869612 0.142672 0.179202
+0.00395209 0.0392767 0.0717632
+0.00384527 0.0393683 0.0723278
+0.00381476 0.0394751 0.0729992
+0.00401312 0.0397192 0.0739605
+0.00436408 0.0400397 0.0749981
+0.00482185 0.0405127 0.0762341
+0.00547799 0.0410773 0.0776226
+0.00654612 0.041825 0.0792096
+0.00814832 0.04271 0.0808576
+0.010132 0.0439002 0.0827955
+0.0154116 0.0452583 0.0854353
+0.024094 0.0466926 0.0889754
+0.0396124 0.0488136 0.0937057
+0.0591135 0.0498665 0.0978866
+0.0813764 0.0495155 0.101305
+0.113344 0.0519265 0.10515
+0.143816 0.0556649 0.109895
+0.173632 0.0598764 0.114992
+0.202289 0.0636759 0.120226
+0.234989 0.0675059 0.125429
+0.269566 0.0711223 0.130175
+0.305791 0.0744335 0.134524
+0.347906 0.0780957 0.138415
+0.393133 0.0823835 0.142443
+0.441566 0.0873884 0.146853
+0.494377 0.0933089 0.152117
+0.549538 0.0991989 0.156924
+0.606622 0.105379 0.16144
+0.66569 0.112932 0.166384
+0.724422 0.120943 0.170687
+0.78172 0.129366 0.174929
+0.836652 0.138491 0.179721
+0.888655 0.147356 0.184421
+0.00340276 0.0400854 0.0736706
+0.00328069 0.0402991 0.0745251
+0.00335698 0.040589 0.0755627
+0.00370794 0.0409857 0.0767834
+0.00416571 0.0415045 0.0781109
+0.00471504 0.0420691 0.0794995
+0.00546273 0.04271 0.0809644
+0.00666819 0.0435187 0.0826276
+0.00834669 0.0446021 0.084596
+0.0111391 0.0459907 0.0869459
+0.0166934 0.0475624 0.0897993
+0.0249332 0.0489967 0.0930953
+0.0437018 0.0514687 0.0980545
+0.0644846 0.051606 0.102159
+0.0897078 0.0522164 0.106203
+0.121828 0.0542611 0.110307
+0.153674 0.0584726 0.115282
+0.184237 0.0624247 0.120424
+0.214664 0.0663005 0.12575
+0.248188 0.0704051 0.130968
+0.284153 0.0738994 0.13547
+0.322713 0.0773785 0.139712
+0.364813 0.0810407 0.143618
+0.412528 0.0859846 0.148119
+0.462562 0.0914778 0.153201
+0.514961 0.0974441 0.15874
+0.571679 0.103288 0.162951
+0.629465 0.110018 0.167468
+0.688304 0.117418 0.171939
+0.746441 0.125566 0.175875
+0.802808 0.134386 0.180377
+0.856901 0.143389 0.185107
+0.908034 0.152117 0.18967
+0.00300603 0.041474 0.0766461
+0.00291447 0.0417792 0.0776074
+0.00315862 0.0422217 0.0788891
+0.00355535 0.0428016 0.0803082
+0.00401312 0.0433661 0.0816968
+0.00454719 0.0439155 0.0830854
+0.00537118 0.0445563 0.084596
+0.00668345 0.0455787 0.0865797
+0.00854505 0.0471656 0.0890974
+0.0120546 0.0488289 0.0917525
+0.0179294 0.0503395 0.0945449
+0.0286412 0.051957 0.0978561
+0.0480201 0.0538033 0.102251
+0.0689555 0.0537881 0.107103
+0.0979171 0.0550546 0.111543
+0.130358 0.0575113 0.116136
+0.164782 0.0615091 0.120943
+0.195178 0.0653239 0.126146
+0.22768 0.0694133 0.131472
+0.26215 0.0736553 0.136706
+0.299443 0.0771344 0.141344
+0.339986 0.080766 0.145556
+0.38352 0.0848859 0.149889
+0.431586 0.0899519 0.15462
+0.483391 0.0957351 0.159945
+0.537133 0.101625 0.164904
+0.593362 0.107424 0.168933
+0.652277 0.114611 0.173297
+0.710811 0.122255 0.17734
+0.768872 0.130358 0.181003
+0.823438 0.139406 0.185809
+0.876295 0.148272 0.190402
+0.926299 0.156878 0.194842
+0.00273136 0.0436255 0.080415
+0.00268559 0.0439307 0.0814221
+0.00294499 0.0444343 0.082826
+0.00332647 0.0450904 0.0843366
+0.00376898 0.0456703 0.0857252
+0.00430304 0.0462806 0.0872053
+0.00521859 0.0471351 0.0889906
+0.00674449 0.0485389 0.0914473
+0.00885023 0.0504311 0.0942397
+0.0126345 0.0522011 0.09691
+0.0185397 0.053666 0.0994583
+0.0322728 0.0551003 0.102663
+0.0524758 0.0562142 0.107256
+0.0740673 0.057145 0.112947
+0.105394 0.05832 0.117922
+0.140047 0.0613107 0.122621
+0.174975 0.065095 0.127306
+0.206699 0.0690318 0.132464
+0.240955 0.0734112 0.137804
+0.277378 0.0773175 0.142901
+0.315465 0.080705 0.147723
+0.357229 0.0844587 0.151827
+0.402838 0.0890516 0.156481
+0.45153 0.0942855 0.161517
+0.504021 0.100084 0.166613
+0.559152 0.105898 0.170962
+0.616037 0.112062 0.174914
+0.674876 0.119219 0.178866
+0.733333 0.127184 0.182544
+0.789914 0.135592 0.186496
+0.844038 0.144625 0.191546
+0.89514 0.153338 0.196231
+0.941146 0.161715 0.200534
+0.00236515 0.0464179 0.0848096
+0.00239567 0.0468452 0.0859846
+0.00263981 0.047425 0.0874495
+0.00300603 0.0480812 0.0889296
+0.00349432 0.0488746 0.090486
+0.00415045 0.0497139 0.092134
+0.00521859 0.0508278 0.0941024
+0.00689708 0.052491 0.0966201
+0.00910964 0.0545357 0.0994125
+0.0127718 0.0564126 0.10222
+0.0184482 0.0579995 0.105043
+0.0344854 0.0591745 0.108492
+0.055848 0.0607462 0.114122
+0.0811933 0.0619516 0.12018
+0.111208 0.062501 0.126009
+0.149783 0.065919 0.130007
+0.185122 0.0695811 0.134386
+0.219379 0.0736095 0.139116
+0.254658 0.0777752 0.144411
+0.292729 0.0810712 0.149371
+0.332265 0.0844739 0.154009
+0.373892 0.0882429 0.158267
+0.42182 0.0933089 0.163241
+0.472038 0.0987716 0.168246
+0.524681 0.10454 0.173037
+0.580911 0.110353 0.176867
+0.638788 0.117006 0.180789
+0.697612 0.124331 0.18468
+0.755566 0.132601 0.188479
+0.810712 0.141283 0.193027
+0.863462 0.149981 0.197818
+0.913832 0.158587 0.202197
+0.955566 0.166567 0.206195
+0.0021973 0.0504921 0.0899519
+0.00231937 0.0512093 0.0913252
+0.00257877 0.0519875 0.0928511
+0.00292973 0.0527199 0.094377
+0.0033875 0.0534524 0.0959182
+0.00408942 0.0545205 0.097734
+0.0052491 0.0559091 0.099855
+0.00691234 0.0576333 0.102327
+0.00935378 0.0595865 0.105196
+0.0129549 0.0615091 0.108339
+0.0191501 0.063386 0.112215
+0.0355383 0.0645304 0.116136
+0.0584268 0.0664683 0.122103
+0.0864729 0.0670634 0.128359
+0.119814 0.0682231 0.1337
+0.160647 0.0705882 0.137362
+0.196551 0.0746624 0.141451
+0.232807 0.078645 0.146242
+0.26952 0.0822461 0.151354
+0.3084 0.0853895 0.156359
+0.349386 0.0889906 0.16083
+0.392844 0.0930953 0.165286
+0.440375 0.0980392 0.170153
+0.492592 0.103716 0.175097
+0.546532 0.109483 0.179477
+0.602441 0.115312 0.183368
+0.661509 0.122408 0.187335
+0.720012 0.130053 0.190997
+0.777127 0.138201 0.194644
+0.83061 0.146822 0.199466
+0.882139 0.155383 0.203922
+0.930312 0.163745 0.207965
+0.97023 0.171527 0.21181
+0.00221256 0.0559701 0.0958267
+0.00236515 0.0568246 0.0973831
+0.00256352 0.0576486 0.0989395
+0.00280766 0.0585336 0.100633
+0.00318914 0.0594949 0.102388
+0.00389105 0.0606546 0.104326
+0.00509651 0.062089 0.106584
+0.00675975 0.0637522 0.109209
+0.00927749 0.0657206 0.112413
+0.0126345 0.0678264 0.116609
+0.0213626 0.0698863 0.12134
+0.0381628 0.0719615 0.126162
+0.0599832 0.0736553 0.131441
+0.0906081 0.0735943 0.137545
+0.128862 0.0749981 0.142168
+0.169711 0.0775158 0.146242
+0.209949 0.0815595 0.149996
+0.247242 0.0848249 0.154665
+0.285771 0.0881208 0.159503
+0.325383 0.0912032 0.164202
+0.366583 0.0945907 0.168414
+0.412116 0.0988327 0.173083
+0.460716 0.103609 0.177798
+0.513329 0.109071 0.182391
+0.56849 0.114794 0.186374
+0.62533 0.120974 0.190036
+0.684215 0.127901 0.193637
+0.741939 0.135805 0.197055
+0.797299 0.143999 0.201114
+0.850065 0.152377 0.205844
+0.900114 0.160769 0.209766
+0.944976 0.168887 0.213626
+0.982605 0.176608 0.217411
+0.00231937 0.0629587 0.102846
+0.0024567 0.0640421 0.104601
+0.00257877 0.0650645 0.106401
+0.00271611 0.0661173 0.108324
+0.00299077 0.0672618 0.110338
+0.00367742 0.068574 0.112856
+0.00483711 0.0699168 0.115541
+0.00639353 0.0713207 0.11809
+0.00906386 0.0732891 0.121263
+0.0123903 0.0757305 0.126253
+0.0225223 0.078706 0.131701
+0.0381628 0.0815747 0.137331
+0.0617685 0.0834363 0.143343
+0.09308 0.0837873 0.148684
+0.134554 0.0845197 0.153353
+0.178897 0.0869764 0.157366
+0.223239 0.090013 0.161105
+0.262287 0.0931716 0.164782
+0.301396 0.0955367 0.168734
+0.342153 0.0981918 0.172732
+0.384192 0.101045 0.176761
+0.43122 0.105165 0.181201
+0.481559 0.110002 0.185595
+0.534707 0.115206 0.18967
+0.590051 0.120714 0.193088
+0.647776 0.12694 0.196445
+0.70605 0.133623 0.19968
+0.763272 0.14139 0.203067
+0.816678 0.149599 0.207599
+0.868254 0.15787 0.211963
+0.918517 0.166262 0.215732
+0.959487 0.174029 0.219318
+0.987198 0.181415 0.223117
+0.002533 0.0719615 0.111238
+0.00265507 0.0734722 0.113283
+0.00277714 0.0747997 0.115251
+0.00292973 0.0761883 0.117327
+0.00320439 0.0777142 0.119509
+0.00389105 0.0793011 0.12195
+0.0049897 0.0809339 0.124544
+0.00640879 0.0824445 0.12726
+0.00872816 0.0841535 0.130861
+0.0117342 0.0865949 0.136355
+0.0204318 0.0898451 0.142565
+0.0343786 0.0933089 0.149477
+0.0611276 0.0949722 0.155459
+0.0957809 0.0954147 0.160601
+0.136843 0.0950484 0.165331
+0.186816 0.096437 0.169192
+0.232532 0.09897 0.172366
+0.275837 0.102174 0.175189
+0.316167 0.104677 0.178653
+0.358801 0.107149 0.182223
+0.403204 0.110002 0.185977
+0.450324 0.113619 0.189929
+0.502556 0.117952 0.193622
+0.556023 0.122423 0.196857
+0.611048 0.127108 0.199634
+0.669551 0.132799 0.20267
+0.727199 0.139544 0.205859
+0.782986 0.147066 0.2094
+0.83534 0.155428 0.214038
+0.886061 0.163622 0.21799
+0.933654 0.171588 0.22153
+0.973754 0.179217 0.225086
+0.991745 0.186221 0.228855
+0.00303655 0.0834669 0.12079
+0.00308232 0.0849928 0.123033
+0.00314336 0.0863661 0.12517
+0.00321965 0.0878157 0.127337
+0.00344854 0.0892653 0.129564
+0.00404364 0.0907454 0.13196
+0.00492866 0.0922713 0.134554
+0.00619516 0.0939651 0.137621
+0.00813306 0.0961471 0.141772
+0.011429 0.0984817 0.147036
+0.0179294 0.101045 0.153017
+0.029221 0.105119 0.160342
+0.057023 0.107759 0.166918
+0.0931716 0.108598 0.172885
+0.136599 0.109041 0.178576
+0.188281 0.10901 0.183459
+0.239475 0.11223 0.185412
+0.286824 0.114961 0.187732
+0.331167 0.117556 0.190204
+0.375204 0.119432 0.193088
+0.42211 0.121508 0.195895
+0.470893 0.123796 0.198627
+0.522484 0.126223 0.201648
+0.576379 0.130037 0.203906
+0.63238 0.134493 0.206409
+0.690745 0.139452 0.20943
+0.746914 0.146273 0.212406
+0.801022 0.153643 0.215961
+0.853651 0.161639 0.220066
+0.903716 0.169406 0.223697
+0.947631 0.17702 0.227314
+0.983093 0.18439 0.230915
+0.996338 0.191073 0.234394
+0.00331121 0.0953384 0.131273
+0.00325017 0.0970169 0.133394
+0.00320439 0.0989548 0.135607
+0.00318914 0.100923 0.13785
+0.00337224 0.102907 0.14023
+0.00389105 0.104921 0.142763
+0.004654 0.106935 0.14548
+0.00578317 0.108858 0.148455
+0.00755322 0.110964 0.152331
+0.0106813 0.113161 0.156756
+0.0162661 0.116121 0.16202
+0.0274205 0.119707 0.168811
+0.0485389 0.123415 0.177569
+0.0843061 0.126223 0.186999
+0.131319 0.126452 0.19353
+0.184955 0.12694 0.197971
+0.244984 0.128359 0.200031
+0.295613 0.13109 0.201266
+0.343893 0.133181 0.20267
+0.390066 0.134569 0.204318
+0.438315 0.13547 0.206027
+0.488838 0.13695 0.208026
+0.541222 0.138888 0.21001
+0.596414 0.141268 0.211475
+0.653117 0.144686 0.213718
+0.709728 0.148852 0.216098
+0.765591 0.154238 0.218677
+0.818738 0.161334 0.222065
+0.870604 0.168597 0.225666
+0.920989 0.175738 0.229389
+0.961654 0.182895 0.233021
+0.987457 0.189609 0.236484
+1 0.195956 0.239582
+0.00274662 0.111681 0.142031
+0.0027924 0.113695 0.144488
+0.00282292 0.11574 0.146868
+0.00283818 0.117952 0.149294
+0.00302129 0.120058 0.151751
+0.0034638 0.122042 0.154437
+0.00401312 0.124102 0.157275
+0.00479133 0.126329 0.160388
+0.00631724 0.128481 0.16379
+0.00857557 0.130709 0.167559
+0.0128023 0.133486 0.173342
+0.0223545 0.137072 0.18117
+0.0434882 0.141299 0.190723
+0.0758221 0.145098 0.200092
+0.122271 0.146258 0.206531
+0.179797 0.147051 0.211261
+0.240055 0.148257 0.214557
+0.300328 0.150225 0.21529
+0.350332 0.151873 0.215778
+0.400854 0.153002 0.216403
+0.451209 0.153552 0.21738
+0.503792 0.154177 0.218189
+0.558312 0.154818 0.218875
+0.613779 0.15555 0.219562
+0.671168 0.156802 0.220768
+0.727077 0.15993 0.222583
+0.781964 0.165042 0.224994
+0.835737 0.171069 0.227955
+0.887282 0.177127 0.231464
+0.934829 0.183154 0.235096
+0.975464 0.189487 0.238895
+0.992218 0.195605 0.24242
+1 0.201404 0.245655
+0.00190738 0.130037 0.153353
+0.00196841 0.131975 0.155764
+0.00201419 0.134066 0.158236
+0.00192264 0.136629 0.161028
+0.0019379 0.139437 0.164034
+0.00218204 0.141985 0.167102
+0.00256352 0.144472 0.17026
+0.00317388 0.146929 0.173465
+0.00425727 0.149142 0.176745
+0.00573739 0.151492 0.180331
+0.00880446 0.154314 0.185748
+0.0155642 0.15761 0.192172
+0.0352789 0.161868 0.200488
+0.0652476 0.165621 0.208591
+0.104753 0.169162 0.216815
+0.163027 0.170413 0.22446
+0.228183 0.171603 0.228473
+0.294072 0.172732 0.229984
+0.351919 0.175235 0.229725
+0.40618 0.176089 0.22977
+0.460014 0.176257 0.229465
+0.51397 0.175708 0.22884
+0.569482 0.174975 0.228183
+0.626307 0.174807 0.227909
+0.683955 0.175326 0.227939
+0.740856 0.177844 0.22945
+0.796429 0.180499 0.231754
+0.850721 0.183536 0.23476
+0.903288 0.187961 0.238422
+0.947814 0.193027 0.24213
+0.982116 0.198093 0.245655
+0.997406 0.202808 0.249119
+1 0.207507 0.25182
+0.000671397 0.15172 0.164874
+0.000488289 0.154589 0.167865
+0.00030518 0.157321 0.170901
+0.000183108 0.159762 0.173922
+0.000259403 0.162402 0.177096
+0.000579843 0.165164 0.180224
+0.0010071 0.167849 0.183337
+0.0016022 0.170382 0.186526
+0.00234989 0.173251 0.189731
+0.00347906 0.175921 0.193225
+0.00547799 0.178576 0.19736
+0.00914015 0.181659 0.20209
+0.022034 0.186053 0.209812
+0.0471046 0.190677 0.218036
+0.0852674 0.194369 0.226719
+0.138415 0.197604 0.235798
+0.210422 0.198489 0.240604
+0.280095 0.200214 0.242893
+0.347372 0.202243 0.243763
+0.4056 0.203769 0.24332
+0.462455 0.203128 0.241901
+0.518746 0.201953 0.240299
+0.575998 0.200259 0.238178
+0.634501 0.199786 0.2374
+0.693446 0.199451 0.237507
+0.751598 0.199756 0.238468
+0.807752 0.200595 0.240558
+0.862715 0.201953 0.243168
+0.915862 0.2038 0.246082
+0.960037 0.206668 0.249668
+0.986404 0.209384 0.252781
+1 0.211887 0.255436
+1 0.215503 0.257893
+1.5259e-05 0.178042 0.177615
+1.5259e-05 0.180957 0.180728
+1.5259e-05 0.183841 0.183795
+3.0518e-05 0.186343 0.186816
+3.0518e-05 0.1888 0.189868
+4.57771e-05 0.191211 0.192752
+0.000213626 0.194278 0.195636
+0.000457771 0.197665 0.198688
+0.000793469 0.201129 0.201755
+0.0012665 0.204456 0.204959
+0.00228885 0.207675 0.208499
+0.00505074 0.21091 0.212833
+0.0114137 0.214801 0.218708
+0.0251164 0.219409 0.22565
+0.0599832 0.224262 0.233356
+0.111406 0.228367 0.24126
+0.179736 0.231113 0.249256
+0.259297 0.232258 0.253223
+0.332341 0.233982 0.254978
+0.400732 0.235111 0.255421
+0.461006 0.234455 0.254215
+0.520516 0.234119 0.252583
+0.58024 0.233448 0.250767
+0.640711 0.232059 0.249592
+0.700313 0.230777 0.249134
+0.759152 0.229648 0.248981
+0.817212 0.228763 0.249668
+0.873045 0.228092 0.251759
+0.9252 0.22678 0.254093
+0.97258 0.225391 0.256947
+0.991775 0.225269 0.259403
+1 0.22623 0.261677
+1 0.227314 0.263432
+0 0.207202 0.189319
+0 0.210132 0.192248
+0 0.213184 0.195117
+0 0.215961 0.198001
+0 0.218891 0.200931
+0 0.221897 0.203876
+0 0.225559 0.206943
+0 0.229358 0.209751
+0 0.233341 0.212894
+0.000106813 0.236789 0.216098
+0.000534066 0.240299 0.219471
+0.00178531 0.243549 0.223316
+0.00520333 0.247669 0.22826
+0.0119936 0.252186 0.233707
+0.0317388 0.257969 0.240421
+0.0756085 0.263966 0.246708
+0.140093 0.268971 0.251514
+0.229419 0.271763 0.254047
+0.314626 0.270741 0.258213
+0.391791 0.270848 0.260533
+0.460472 0.27039 0.262638
+0.521859 0.270817 0.26183
+0.583246 0.270344 0.261112
+0.644312 0.270039 0.260441
+0.705364 0.268772 0.259464
+0.765408 0.267292 0.259083
+0.824506 0.264759 0.259464
+0.882521 0.261784 0.260792
+0.935149 0.258335 0.262501
+0.975387 0.254047 0.264088
+0.998672 0.249409 0.265385
+1 0.244678 0.267155
+1 0.242451 0.268238
+0 0.240452 0.199039
+0 0.243992 0.202121
+0 0.247776 0.20528
+0 0.251499 0.208225
+0 0.255116 0.211292
+0 0.258732 0.214435
+0 0.262119 0.21767
+0 0.265599 0.220813
+0 0.269398 0.223804
+0 0.273701 0.227054
+3.0518e-05 0.277043 0.230381
+0.000320439 0.280812 0.234134
+0.00123598 0.285939 0.238865
+0.00502022 0.290867 0.242878
+0.0125429 0.296147 0.246815
+0.0378576 0.301717 0.249104
+0.0963302 0.307851 0.248173
+0.179248 0.3131 0.246738
+0.290196 0.31487 0.24625
+0.3794 0.311208 0.255299
+0.456672 0.309804 0.261067
+0.522942 0.309773 0.266224
+0.585885 0.310842 0.266606
+0.64828 0.311376 0.267002
+0.710216 0.3122 0.267002
+0.771054 0.310719 0.266361
+0.831952 0.308858 0.266697
+0.891508 0.305653 0.267857
+0.946349 0.301808 0.270283
+0.97998 0.295491 0.272847
+0.999176 0.287465 0.274739
+0.999893 0.27892 0.275563
+1 0.271748 0.274876
+0 0.278157 0.207324
+0 0.281758 0.209842
+0 0.285679 0.212619
+0 0.28986 0.215793
+0 0.293751 0.218936
+0 0.297917 0.222583
+0 0.302434 0.226352
+0 0.306737 0.230335
+0 0.311162 0.234104
+0 0.315373 0.237598
+0 0.3187 0.240177
+0 0.322423 0.242374
+6.10361e-05 0.326192 0.244617
+0.000762951 0.330022 0.247181
+0.00488289 0.334005 0.249165
+0.0141299 0.338735 0.250523
+0.0535897 0.345953 0.247822
+0.133379 0.35259 0.242863
+0.237369 0.357961 0.236423
+0.364157 0.359701 0.229847
+0.453437 0.352773 0.245472
+0.528588 0.349905 0.257588
+0.591562 0.351644 0.263279
+0.654734 0.354711 0.264881
+0.71696 0.357015 0.265599
+0.778164 0.358511 0.266239
+0.839429 0.358221 0.267887
+0.898466 0.356283 0.269963
+0.952804 0.353323 0.271763
+0.985046 0.347372 0.274662
+0.997391 0.339101 0.27779
+1 0.329213 0.280522
+1 0.316045 0.2822
+0 0.316274 0.210742
+0 0.320012 0.213565
+0 0.324163 0.216602
+0 0.328649 0.219959
+0 0.333181 0.22388
+0 0.337911 0.228122
+0 0.34313 0.232578
+0 0.348104 0.237018
+0 0.352514 0.240085
+0 0.356634 0.241611
+0 0.35993 0.242725
+0 0.36321 0.244343
+0 0.36669 0.246418
+0 0.369802 0.248585
+0.000549325 0.373266 0.250111
+0.0065919 0.377981 0.249882
+0.0184482 0.383749 0.247547
+0.0817578 0.391333 0.237766
+0.183124 0.399969 0.227222
+0.309316 0.408087 0.217731
+0.439323 0.407614 0.213657
+0.526986 0.399664 0.231159
+0.599374 0.393973 0.248585
+0.66363 0.396841 0.252308
+0.724865 0.401816 0.255634
+0.786618 0.405661 0.258808
+0.847227 0.40943 0.262531
+0.906294 0.409674 0.266117
+0.953704 0.409277 0.269413
+0.989593 0.406516 0.273304
+0.996887 0.399542 0.276829
+1 0.390265 0.279133
+1 0.379095 0.280385
+0 0.352621 0.210117
+0 0.357229 0.21323
+0 0.36202 0.216236
+0 0.366842 0.219364
+0 0.371328 0.222705
+0 0.375601 0.22533
+0 0.380026 0.228946
+0 0.385367 0.233219
+0 0.389853 0.236606
+0 0.395117 0.239536
+0 0.399969 0.241962
+0 0.403967 0.243519
+0 0.407019 0.244785
+0 0.409613 0.24564
+0 0.411948 0.246723
+0.000396735 0.414603 0.245502
+0.00991836 0.419654 0.242496
+0.0280766 0.427924 0.237003
+0.128542 0.441108 0.222095
+0.253727 0.449683 0.212894
+0.391897 0.456199 0.207523
+0.510063 0.459525 0.202426
+0.598138 0.453849 0.215549
+0.669322 0.445792 0.235096
+0.736141 0.446799 0.238956
+0.797055 0.452323 0.24506
+0.856733 0.457313 0.25098
+0.915587 0.461509 0.255253
+0.959564 0.462547 0.259586
+0.988342 0.461967 0.264225
+0.999863 0.460243 0.269078
+1 0.454429 0.272496
+1 0.446281 0.275547
+0 0.386343 0.200626
+0 0.390967 0.203998
+0 0.396216 0.207294
+0 0.40116 0.211261
+0 0.405951 0.215595
+0 0.410895 0.219333
+0 0.41622 0.223362
+0 0.421256 0.227298
+0 0.426123 0.229557
+0 0.43064 0.231769
+0 0.43473 0.233295
+0 0.438697 0.234104
+0 0.441382 0.235523
+0 0.444389 0.237827
+0 0.447654 0.240024
+0 0.451621 0.241169
+0.000350958 0.458595 0.239689
+0.0213321 0.467338 0.234287
+0.0716716 0.478019 0.223056
+0.199145 0.492058 0.210285
+0.333394 0.501732 0.202808
+0.478889 0.507134 0.20116
+0.58027 0.513054 0.196155
+0.666255 0.510857 0.203815
+0.740108 0.503609 0.219837
+0.806165 0.502724 0.226001
+0.868421 0.504997 0.232166
+0.924941 0.508476 0.238025
+0.970733 0.511879 0.244038
+0.990768 0.513527 0.249668
+1 0.513603 0.255344
+1 0.512383 0.260792
+1 0.508415 0.264881
+0 0.419715 0.191989
+0 0.424506 0.196048
+0 0.430045 0.200122
+0 0.434882 0.2047
+0 0.440177 0.208865
+0 0.445426 0.212909
+0 0.450462 0.216907
+0 0.455283 0.220295
+0 0.460197 0.222904
+0 0.464591 0.225223
+0 0.469322 0.228656
+0 0.47364 0.230655
+0 0.477577 0.232288
+0 0.481819 0.233845
+0 0.486824 0.235248
+0 0.492271 0.236667
+0 0.498238 0.237018
+0.010193 0.50663 0.233417
+0.0473945 0.516716 0.22652
+0.130694 0.529458 0.212802
+0.281773 0.543313 0.203128
+0.424964 0.555749 0.196002
+0.557382 0.563088 0.198047
+0.648966 0.571054 0.192844
+0.732815 0.572106 0.19704
+0.807355 0.56492 0.211978
+0.87512 0.560739 0.219043
+0.931975 0.559747 0.224643
+0.977279 0.560571 0.229252
+0.99498 0.5617 0.235035
+0.999832 0.563256 0.241077
+1 0.56379 0.246143
+1 0.563043 0.249577
+0 0.454109 0.189563
+0 0.458747 0.193103
+0 0.463691 0.196216
+0 0.468528 0.200015
+0 0.473915 0.203754
+0 0.479179 0.207828
+0 0.484215 0.211582
+0 0.489738 0.216114
+0 0.495308 0.220523
+0 0.500343 0.224826
+0 0.505196 0.228183
+0 0.510216 0.23032
+0 0.51574 0.231693
+0 0.52108 0.232624
+0 0.52723 0.233677
+0 0.533211 0.235233
+0 0.539147 0.237217
+3.0518e-05 0.546227 0.237934
+0.0261234 0.554009 0.233433
+0.0860456 0.565057 0.224506
+0.213825 0.582162 0.206378
+0.363851 0.595834 0.204334
+0.504601 0.610239 0.201877
+0.62472 0.623285 0.198138
+0.715663 0.632151 0.193439
+0.798886 0.634989 0.194141
+0.874952 0.628672 0.204776
+0.935943 0.620645 0.213855
+0.975677 0.615885 0.219883
+0.997757 0.613397 0.224277
+0.999298 0.612238 0.228229
+1 0.611704 0.230854
+1 0.611856 0.233097
+0 0.490318 0.188296
+0 0.494575 0.191806
+0 0.499565 0.195102
+0 0.504067 0.198291
+0 0.509789 0.202594
+0 0.516167 0.207889
+0 0.522026 0.212863
+0 0.527749 0.218097
+0 0.533532 0.222797
+0 0.538643 0.2271
+0 0.543679 0.230823
+0 0.54873 0.233768
+0 0.554864 0.23595
+0 0.560983 0.237125
+0 0.568444 0.238437
+0 0.575235 0.240986
+0 0.581216 0.243656
+0.000320439 0.586023 0.245731
+0.00543221 0.591348 0.244999
+0.0618906 0.600504 0.235523
+0.153765 0.612848 0.223789
+0.301289 0.632959 0.213977
+0.448142 0.649683 0.210925
+0.585016 0.667262 0.208042
+0.693645 0.685115 0.200153
+0.783062 0.695903 0.194217
+0.862577 0.699977 0.193347
+0.932754 0.692348 0.202152
+0.971008 0.681697 0.210529
+0.993317 0.673411 0.21706
+1 0.666789 0.221469
+1 0.663066 0.223438
+1 0.663539 0.226001
+0 0.5299 0.190219
+0 0.535042 0.194369
+0 0.540581 0.199008
+0 0.546075 0.203693
+0 0.551446 0.20827
+0 0.557137 0.213184
+0 0.562371 0.218219
+0 0.567727 0.223392
+0 0.572793 0.22855
+0 0.577539 0.233448
+0 0.58262 0.238209
+0 0.58706 0.24242
+0 0.593988 0.245258
+0 0.601282 0.247181
+0 0.608469 0.248905
+0 0.614832 0.250507
+1.5259e-05 0.619562 0.252979
+0.00108339 0.624002 0.254841
+0.00410468 0.62768 0.256092
+0.0419623 0.633234 0.250431
+0.120912 0.644785 0.240864
+0.230625 0.660197 0.229099
+0.390097 0.684398 0.223072
+0.530938 0.705455 0.219425
+0.660792 0.724605 0.216373
+0.75967 0.745708 0.205814
+0.84242 0.757259 0.200504
+0.913664 0.761852 0.198764
+0.969268 0.752941 0.207065
+0.990066 0.739864 0.216876
+0.999527 0.728038 0.223636
+1 0.717769 0.225864
+1 0.721401 0.229526
+0 0.572457 0.196872
+0 0.578042 0.201892
+0 0.583093 0.206989
+0 0.588113 0.212055
+0 0.59295 0.217151
+0 0.597925 0.222248
+0 0.602457 0.227634
+0 0.607187 0.233051
+0 0.611902 0.238422
+0 0.616632 0.24361
+0 0.621851 0.248402
+0 0.627024 0.253193
+0 0.632853 0.257115
+0 0.638697 0.260243
+0 0.644175 0.262699
+3.0518e-05 0.649851 0.264836
+0.000167849 0.654398 0.266117
+0.00355535 0.658122 0.267292
+0.0130617 0.661234 0.267308
+0.0313268 0.664576 0.266178
+0.0887007 0.671443 0.259434
+0.185931 0.686625 0.249485
+0.318303 0.710079 0.237385
+0.476829 0.734844 0.236057
+0.610834 0.758618 0.232349
+0.727337 0.780728 0.228473
+0.81976 0.802853 0.217182
+0.89482 0.814755 0.213214
+0.95404 0.819806 0.212985
+0.98616 0.808789 0.220035
+0.996551 0.794644 0.228534
+0.999969 0.78584 0.235782
+1 0.788952 0.239841
+0 0.612924 0.207004
+0 0.617563 0.212299
+0 0.6224 0.217548
+0 0.627054 0.222644
+0 0.631815 0.227924
+0 0.636698 0.232898
+0 0.641642 0.238331
+0 0.646128 0.244038
+0 0.650568 0.249729
+0 0.654963 0.255085
+0 0.659312 0.260487
+0 0.663752 0.265736
+0 0.668055 0.270909
+0 0.672435 0.275303
+0 0.67718 0.278599
+7.62951e-05 0.681285 0.281254
+0.00131228 0.684413 0.282673
+0.00915541 0.688457 0.282017
+0.0230411 0.69192 0.282231
+0.0427405 0.695399 0.282032
+0.0689097 0.698863 0.280674
+0.146395 0.712505 0.269902
+0.256779 0.732967 0.259495
+0.403326 0.762554 0.248142
+0.553063 0.78761 0.248798
+0.681956 0.812436 0.246372
+0.790417 0.835126 0.243015
+0.872084 0.856016 0.235294
+0.935622 0.868147 0.232898
+0.982452 0.872999 0.233463
+0.995361 0.861921 0.234318
+0.999649 0.860807 0.235676
+1 0.863706 0.239872
+0 0.649699 0.218952
+0 0.653834 0.224048
+0 0.658106 0.229191
+0 0.66244 0.234562
+0 0.666941 0.239933
+0 0.671534 0.245808
+0 0.676371 0.25153
+0 0.68072 0.257313
+0 0.685512 0.262684
+0 0.690272 0.26807
+0 0.695079 0.273396
+0 0.699275 0.278599
+0 0.70399 0.283757
+0 0.708217 0.288167
+0 0.712459 0.292134
+0 0.716106 0.294102
+0.00180056 0.720104 0.295064
+0.00624094 0.724773 0.294835
+0.0252232 0.728496 0.294041
+0.0426184 0.731823 0.293278
+0.0632029 0.73724 0.290135
+0.0973831 0.7458 0.283696
+0.19176 0.767819 0.268421
+0.318456 0.793317 0.256504
+0.483726 0.82388 0.25127
+0.625818 0.845365 0.258259
+0.749828 0.866926 0.263645
+0.847211 0.888701 0.26508
+0.917525 0.906416 0.261601
+0.966384 0.917021 0.259434
+0.995575 0.922713 0.258167
+0.998749 0.928145 0.26244
+1 0.933349 0.266773
+0 0.683604 0.230549
+0 0.688533 0.235172
+0 0.693355 0.240604
+0 0.698283 0.246067
+0 0.703105 0.251591
+0 0.707942 0.257115
+0 0.712795 0.26273
+0 0.717983 0.268528
+0 0.72314 0.273655
+0 0.730983 0.276631
+0 0.738216 0.279896
+0 0.745953 0.282887
+0 0.752682 0.286275
+0 0.758572 0.289113
+0 0.764385 0.291966
+0 0.769848 0.294179
+0.000518807 0.776333 0.294347
+0.00370794 0.78323 0.292317
+0.00840772 0.789853 0.288197
+0.0157931 0.795239 0.283787
+0.0294652 0.800488 0.279698
+0.0576333 0.803296 0.275731
+0.118807 0.811612 0.263447
+0.257664 0.830945 0.253178
+0.428351 0.852781 0.250416
+0.61619 0.872221 0.270146
+0.740826 0.888899 0.283101
+0.843122 0.905974 0.287984
+0.927825 0.92578 0.280858
+0.971664 0.937072 0.27715
+0.99559 0.943664 0.276692
+1 0.945434 0.280125
+1 0.945907 0.283925
+0 0.724636 0.237949
+0 0.732113 0.241093
+0 0.740505 0.244099
+0 0.748623 0.247333
+0 0.756298 0.250477
+0 0.76437 0.253529
+0 0.771939 0.256901
+0 0.779812 0.259998
+0 0.787289 0.263401
+0 0.793027 0.267933
+0 0.794705 0.273854
+0 0.796262 0.279744
+0 0.797742 0.285054
+0 0.798825 0.290181
+0 0.799985 0.295308
+0 0.801694 0.299443
+1.5259e-05 0.805035 0.301167
+0.00077821 0.808118 0.299062
+0.00321965 0.810285 0.29575
+0.00721752 0.811185 0.292195
+0.0261234 0.811978 0.290822
+0.063447 0.815396 0.283589
+0.126787 0.821942 0.272694
+0.291005 0.843275 0.260487
+0.475624 0.863645 0.268971
+0.655146 0.882673 0.286488
+0.773297 0.896239 0.30135
+0.868421 0.914382 0.299367
+0.942199 0.931563 0.292988
+0.986358 0.943435 0.288685
+0.99704 0.946166 0.290715
+1 0.946746 0.294072
+1 0.946487 0.297597
+0 0.788739 0.228077
+0 0.790326 0.233417
+0 0.792325 0.238987
+0 0.794217 0.244846
+0 0.795895 0.249928
+0 0.797864 0.25539
+0 0.799695 0.261051
+0 0.80119 0.267124
+0 0.802548 0.273854
+0 0.803937 0.280217
+0 0.805127 0.286168
+0 0.805539 0.292653
+0 0.80589 0.298634
+0 0.806287 0.304051
+0 0.8065 0.309468
+0 0.808484 0.313313
+1.5259e-05 0.811795 0.314733
+1.5259e-05 0.813977 0.3122
+0.00196841 0.814511 0.309087
+0.010605 0.814908 0.307088
+0.0281071 0.815183 0.306767
+0.076051 0.818463 0.29691
+0.181384 0.830289 0.285267
+0.344045 0.850874 0.271946
+0.541329 0.871687 0.28835
+0.693782 0.888029 0.303822
+0.811368 0.901595 0.31667
+0.899001 0.921019 0.309255
+0.957687 0.935256 0.303929
+0.994034 0.944671 0.300923
+0.998917 0.945739 0.304051
+1 0.945769 0.307637
+1 0.945571 0.312337
+0.00418097 0.0376287 0.0713664
+0.00408942 0.0377813 0.0720531
+0.00399786 0.0379644 0.0727855
+0.00430304 0.0383001 0.0738231
+0.004654 0.0386969 0.0748608
+0.00494392 0.0390173 0.0758526
+0.00529488 0.0393835 0.0769207
+0.00601205 0.0399786 0.0783246
+0.00733959 0.0406806 0.0799268
+0.00918593 0.0414282 0.081651
+0.0128023 0.0424201 0.0838788
+0.0195315 0.0439002 0.0870375
+0.0301518 0.0458534 0.0912947
+0.0463569 0.0479744 0.0962081
+0.0672313 0.0484321 0.100175
+0.0932174 0.0494698 0.104143
+0.124453 0.0520027 0.108171
+0.155138 0.0564889 0.113527
+0.184863 0.0606851 0.119036
+0.21474 0.0647898 0.124666
+0.247883 0.068925 0.130159
+0.283574 0.0725872 0.135042
+0.321935 0.0762036 0.139574
+0.363989 0.079942 0.143648
+0.411368 0.0848402 0.148379
+0.461143 0.0902876 0.153506
+0.513588 0.0962844 0.159136
+0.570199 0.10219 0.163531
+0.628016 0.108766 0.168017
+0.68716 0.116045 0.172671
+0.745571 0.124208 0.176486
+0.801862 0.13286 0.18088
+0.856397 0.141817 0.185702
+0.00383001 0.0386358 0.0736706
+0.00369268 0.038819 0.0743877
+0.00360113 0.0390021 0.0751507
+0.00383001 0.0393225 0.0761883
+0.00411994 0.0396429 0.0771954
+0.00450141 0.0400397 0.0783703
+0.00505074 0.0406348 0.0798352
+0.00605783 0.0414435 0.0816358
+0.00755322 0.0422827 0.0835126
+0.00946059 0.0432441 0.0855421
+0.0137484 0.0444648 0.0879225
+0.0212863 0.0460975 0.0912947
+0.0341497 0.0481727 0.0956436
+0.051545 0.0500649 0.100206
+0.072694 0.0499275 0.104646
+0.101808 0.051667 0.108843
+0.1337 0.0547189 0.11342
+0.166232 0.0589609 0.11873
+0.195987 0.0631418 0.124498
+0.228031 0.0674296 0.130175
+0.261753 0.0717632 0.13579
+0.298634 0.0754101 0.14078
+0.338842 0.0791943 0.145281
+0.382269 0.0833906 0.149798
+0.430243 0.0885023 0.154681
+0.481636 0.0942855 0.160128
+0.535561 0.100252 0.16527
+0.591867 0.106142 0.169421
+0.650629 0.113085 0.17377
+0.709361 0.120577 0.17789
+0.767758 0.12874 0.181567
+0.82269 0.137667 0.186358
+0.875547 0.146456 0.19086
+0.00329595 0.0396735 0.0760357
+0.00315862 0.039826 0.0767681
+0.0031281 0.0400397 0.0776532
+0.00340276 0.0403906 0.0788434
+0.00384527 0.0408484 0.0801251
+0.00437934 0.041474 0.0816663
+0.00505074 0.042237 0.0834058
+0.00610361 0.0431525 0.0853742
+0.00769055 0.0440986 0.0874037
+0.00976577 0.0451972 0.0894179
+0.0145266 0.0466011 0.0919203
+0.0225528 0.0482948 0.0954147
+0.0382391 0.0505379 0.0998398
+0.0570687 0.0515908 0.104433
+0.0783703 0.0517281 0.109514
+0.110307 0.0538033 0.113725
+0.14374 0.0573434 0.118746
+0.176593 0.0615549 0.124346
+0.207141 0.0659342 0.130205
+0.241154 0.0705119 0.136065
+0.276753 0.0746624 0.141604
+0.31397 0.0783856 0.146853
+0.355703 0.0823835 0.151278
+0.401389 0.0871138 0.156146
+0.45005 0.0924392 0.161318
+0.502281 0.0983444 0.16672
+0.557229 0.10425 0.171237
+0.61442 0.110414 0.175235
+0.673594 0.117388 0.179324
+0.731823 0.125216 0.183017
+0.788617 0.133593 0.186984
+0.84329 0.142596 0.19205
+0.894484 0.151308 0.196582
+0.00277714 0.0407416 0.0786603
+0.00267033 0.0409857 0.0795605
+0.00283818 0.0413367 0.0807202
+0.00325017 0.0419165 0.0822309
+0.0037232 0.0426032 0.0838331
+0.00422675 0.0433051 0.0854658
+0.00497444 0.0440833 0.0872053
+0.00614939 0.0449989 0.0891432
+0.00787366 0.0461128 0.0912947
+0.0106966 0.0474098 0.0935683
+0.0157778 0.0489509 0.0963149
+0.0234684 0.0507057 0.0996414
+0.0421759 0.0528267 0.103853
+0.0616922 0.0532845 0.109285
+0.0863813 0.0542763 0.11458
+0.11812 0.056199 0.119509
+0.15378 0.0603342 0.125002
+0.186969 0.0646067 0.13048
+0.219623 0.0691081 0.13611
+0.254536 0.0737926 0.142107
+0.291722 0.0776989 0.147631
+0.330831 0.0816052 0.152789
+0.372503 0.0857404 0.157412
+0.420279 0.090959 0.162615
+0.47068 0.0965896 0.168002
+0.523033 0.10248 0.173266
+0.579263 0.108385 0.177203
+0.637201 0.114977 0.181292
+0.69633 0.122087 0.185245
+0.754314 0.130297 0.188937
+0.809583 0.138903 0.193393
+0.862654 0.147616 0.198154
+0.913466 0.156283 0.202457
+0.00251774 0.0422827 0.0819715
+0.00242618 0.0426947 0.0831311
+0.00265507 0.0432898 0.0846265
+0.00303655 0.0439765 0.086244
+0.00347906 0.0446479 0.0877852
+0.00399786 0.0453346 0.0893568
+0.00480659 0.0461585 0.0910964
+0.00616464 0.0472267 0.0932174
+0.00813306 0.0485542 0.0955825
+0.0114748 0.0500191 0.0981613
+0.0167239 0.051667 0.100999
+0.0271 0.0534524 0.104326
+0.0459297 0.0548867 0.108598
+0.0656901 0.0557565 0.115084
+0.0938582 0.0571298 0.120607
+0.126986 0.0596017 0.126131
+0.164858 0.0634928 0.131304
+0.198032 0.0680552 0.136614
+0.232822 0.0727703 0.142351
+0.269078 0.0773785 0.148455
+0.307012 0.0810864 0.15407
+0.347509 0.0851301 0.15906
+0.391363 0.0897078 0.16408
+0.439384 0.0950179 0.16939
+0.491341 0.100984 0.17499
+0.545571 0.107012 0.179873
+0.601694 0.113069 0.183948
+0.660273 0.11989 0.187869
+0.718563 0.127337 0.19147
+0.776608 0.135576 0.19501
+0.830091 0.144167 0.199817
+0.881621 0.152682 0.20415
+0.930358 0.161151 0.208225
+0.00218204 0.0445869 0.0861372
+0.002121 0.0450141 0.0873121
+0.00238041 0.045655 0.088838
+0.00276188 0.0463722 0.090425
+0.00320439 0.0470893 0.0919356
+0.00375372 0.0478065 0.0934768
+0.00469978 0.0486763 0.0952468
+0.00628672 0.049958 0.0975662
+0.00840772 0.0515908 0.100389
+0.0118105 0.0535134 0.103563
+0.0170748 0.0551919 0.106447
+0.0302739 0.0563973 0.109636
+0.0495613 0.0576791 0.114839
+0.0707408 0.059266 0.121538
+0.100114 0.0604562 0.127779
+0.136782 0.0634623 0.133104
+0.174792 0.0674144 0.138003
+0.210086 0.0721752 0.14287
+0.246433 0.0768902 0.149004
+0.284215 0.0809796 0.155001
+0.322759 0.0846876 0.160754
+0.36437 0.0889906 0.16582
+0.410437 0.0940871 0.171359
+0.459922 0.099733 0.17702
+0.51223 0.105715 0.182315
+0.567468 0.111788 0.186725
+0.624659 0.118105 0.190646
+0.683177 0.124819 0.194278
+0.740993 0.132723 0.197559
+0.796902 0.140963 0.201419
+0.850202 0.14931 0.206134
+0.900374 0.157809 0.210056
+0.945068 0.166018 0.213993
+0.00183108 0.0474861 0.0907149
+0.00187686 0.0480049 0.0919966
+0.00213626 0.0486305 0.0934462
+0.00251774 0.0493172 0.0948959
+0.00302129 0.0501564 0.096437
+0.00367742 0.0510109 0.0980087
+0.00474556 0.0522164 0.100008
+0.00637827 0.0538796 0.102632
+0.00856031 0.0558328 0.105959
+0.0118715 0.0580606 0.109697
+0.0168612 0.0594949 0.112871
+0.0321965 0.060502 0.116335
+0.0525063 0.0622263 0.122499
+0.0766613 0.0635233 0.129152
+0.106126 0.0646525 0.135897
+0.147265 0.0677195 0.140459
+0.185733 0.0719463 0.144854
+0.223011 0.0766613 0.149996
+0.260105 0.0810407 0.15613
+0.299031 0.0847944 0.162158
+0.339483 0.0888075 0.167834
+0.381384 0.0931411 0.173144
+0.429816 0.0987411 0.179019
+0.480552 0.104601 0.184482
+0.533684 0.110719 0.189593
+0.589578 0.116762 0.193545
+0.647059 0.123171 0.197086
+0.705516 0.130114 0.200473
+0.763241 0.138186 0.203677
+0.817136 0.146304 0.207858
+0.86894 0.154559 0.212222
+0.919112 0.163104 0.216007
+0.959731 0.170962 0.219913
+0.00170901 0.0515602 0.0958724
+0.00183108 0.0522316 0.0972305
+0.00207523 0.0529335 0.0986496
+0.00242618 0.0536507 0.100084
+0.00288396 0.0545052 0.101656
+0.00355535 0.0556802 0.103578
+0.00466926 0.0570687 0.105867
+0.00630198 0.0588083 0.108873
+0.00868238 0.060914 0.112612
+0.0120089 0.0630045 0.116701
+0.018204 0.0644694 0.120775
+0.0337072 0.0658274 0.12459
+0.054551 0.0672313 0.130632
+0.0811627 0.0680705 0.13753
+0.115221 0.0696269 0.143481
+0.157412 0.0720684 0.148318
+0.196765 0.0768749 0.152819
+0.235645 0.0812543 0.158297
+0.274495 0.0854353 0.163897
+0.314488 0.0893721 0.169879
+0.356329 0.0936446 0.175463
+0.400778 0.0984054 0.181079
+0.449317 0.104005 0.18703
+0.501381 0.109926 0.19205
+0.555352 0.115908 0.196506
+0.611429 0.12192 0.200275
+0.669566 0.128344 0.203464
+0.727352 0.135668 0.206683
+0.784436 0.143694 0.210101
+0.837156 0.151904 0.214633
+0.887785 0.160189 0.21854
+0.935073 0.168292 0.222171
+0.974044 0.175875 0.225849
+0.00164797 0.0568246 0.101884
+0.00178531 0.0577249 0.103517
+0.00196841 0.0585641 0.10515
+0.00221256 0.0594949 0.106966
+0.00257877 0.0604715 0.108827
+0.00326543 0.0616159 0.110964
+0.00447089 0.0630045 0.113588
+0.00611887 0.0646677 0.116716
+0.00859083 0.0667277 0.120607
+0.0118257 0.0686961 0.125261
+0.0203708 0.0707408 0.130205
+0.0356909 0.0729076 0.135241
+0.055848 0.0746471 0.140764
+0.0847639 0.0750286 0.147265
+0.123171 0.076463 0.152895
+0.165469 0.0790723 0.15819
+0.209506 0.0829938 0.162799
+0.249485 0.0872206 0.167666
+0.289982 0.0913405 0.172839
+0.330953 0.0953078 0.178286
+0.37348 0.0993057 0.183795
+0.419913 0.104189 0.18941
+0.469642 0.109575 0.194797
+0.522103 0.115404 0.199725
+0.577005 0.121324 0.203555
+0.633967 0.12752 0.207065
+0.692409 0.133791 0.210147
+0.749233 0.141436 0.213214
+0.803815 0.149371 0.216953
+0.856596 0.15761 0.221256
+0.906157 0.165652 0.224628
+0.94934 0.173342 0.228153
+0.984436 0.180728 0.231647
+0.00163272 0.0638132 0.109621
+0.00175479 0.0648814 0.111528
+0.0018616 0.0658579 0.11339
+0.00201419 0.0668803 0.115404
+0.00228885 0.06804 0.117586
+0.00294499 0.0692149 0.120073
+0.0041352 0.0703288 0.12282
+0.00570687 0.071931 0.125765
+0.00830091 0.0739605 0.129671
+0.0115053 0.0766766 0.135515
+0.0203403 0.0797742 0.141238
+0.0340429 0.0827955 0.147082
+0.0568551 0.0846265 0.15314
+0.08748 0.0852216 0.158618
+0.127672 0.0856336 0.165072
+0.17409 0.0875868 0.170336
+0.221149 0.0904402 0.174609
+0.264942 0.0948043 0.17789
+0.305898 0.0982681 0.182406
+0.347997 0.10193 0.187366
+0.391257 0.105684 0.192599
+0.439094 0.110689 0.197971
+0.490043 0.116121 0.203052
+0.543008 0.121736 0.207568
+0.598383 0.127459 0.211017
+0.656382 0.133288 0.214023
+0.714 0.139498 0.216739
+0.770123 0.14696 0.219684
+0.823514 0.155108 0.223621
+0.874846 0.16318 0.22739
+0.924147 0.170947 0.230625
+0.963302 0.178363 0.233982
+0.988724 0.185443 0.237385
+0.00178531 0.0729992 0.119005
+0.00189212 0.0744335 0.121141
+0.00199893 0.0758221 0.123293
+0.002121 0.0772869 0.125536
+0.00238041 0.0788434 0.127916
+0.00302129 0.0803845 0.130449
+0.00407416 0.0818189 0.133211
+0.00543221 0.083299 0.136217
+0.00773632 0.0852216 0.140337
+0.0108034 0.0877394 0.145907
+0.0176242 0.0907149 0.1523
+0.0298619 0.0939345 0.15967
+0.0555428 0.0957046 0.165896
+0.088838 0.0962081 0.171817
+0.129366 0.0957961 0.177737
+0.180987 0.0962844 0.182544
+0.231098 0.0993057 0.186023
+0.278599 0.10338 0.189258
+0.321202 0.107362 0.19321
+0.364843 0.110872 0.197818
+0.410483 0.114855 0.202609
+0.45832 0.119188 0.207492
+0.51017 0.123903 0.211673
+0.563973 0.128756 0.21529
+0.619928 0.133776 0.21828
+0.678035 0.138888 0.220798
+0.734569 0.145373 0.223438
+0.789548 0.152728 0.226246
+0.842344 0.160983 0.229953
+0.892317 0.168673 0.233234
+0.938186 0.176074 0.236393
+0.977142 0.183627 0.240223
+0.992889 0.190463 0.243809
+0.00218204 0.0847639 0.129732
+0.00224308 0.0861677 0.131868
+0.00228885 0.0875868 0.134081
+0.00234989 0.0890974 0.136431
+0.00254826 0.0903944 0.138811
+0.00308232 0.0918288 0.141482
+0.00386053 0.0934157 0.144457
+0.00503548 0.0950179 0.147936
+0.00695811 0.0969253 0.152255
+0.010193 0.0990158 0.157397
+0.0159152 0.101808 0.163546
+0.0250706 0.10544 0.17145
+0.0493629 0.10837 0.178759
+0.0848402 0.109468 0.185641
+0.128435 0.109743 0.192081
+0.180331 0.109224 0.197833
+0.237369 0.112352 0.200458
+0.288533 0.115816 0.203098
+0.336507 0.119509 0.205692
+0.381582 0.122515 0.209247
+0.428916 0.125505 0.213046
+0.478035 0.12845 0.216632
+0.529366 0.131884 0.220142
+0.58468 0.1364 0.223148
+0.641138 0.140871 0.225605
+0.698634 0.145281 0.227512
+0.754345 0.151858 0.229786
+0.808057 0.159289 0.232776
+0.860349 0.167269 0.236255
+0.909743 0.174731 0.239933
+0.9523 0.182132 0.243748
+0.985077 0.189151 0.24744
+0.997192 0.195605 0.250751
+0.00247196 0.096437 0.140322
+0.00242618 0.0982376 0.142794
+0.00241093 0.100267 0.145449
+0.00239567 0.102174 0.148013
+0.00254826 0.104082 0.150652
+0.00302129 0.105989 0.15346
+0.00369268 0.107851 0.156374
+0.00471504 0.109926 0.159762
+0.00645457 0.112016 0.163607
+0.00933852 0.114427 0.168353
+0.0137026 0.117067 0.173999
+0.0225223 0.120378 0.181628
+0.0406806 0.124285 0.191485
+0.0754559 0.127169 0.201282
+0.122469 0.12697 0.208026
+0.177462 0.126818 0.212955
+0.239872 0.127703 0.216358
+0.29633 0.131106 0.217334
+0.34815 0.134203 0.218906
+0.396384 0.137179 0.221103
+0.445243 0.139422 0.224353
+0.496193 0.141939 0.2271
+0.549081 0.144701 0.229648
+0.604379 0.147402 0.231846
+0.661494 0.150576 0.233188
+0.717861 0.15465 0.234836
+0.772732 0.160052 0.237018
+0.825833 0.167422 0.240116
+0.877577 0.174624 0.24358
+0.92694 0.181552 0.247227
+0.966033 0.188251 0.250843
+0.98941 0.194644 0.254154
+1 0.200656 0.257313
+0.00239567 0.112779 0.152651
+0.00236515 0.114565 0.15523
+0.00227359 0.116732 0.157824
+0.00221256 0.118944 0.160479
+0.00230411 0.121111 0.16321
+0.00271611 0.123354 0.166354
+0.00329595 0.125612 0.169497
+0.00407416 0.127993 0.17293
+0.00546273 0.129778 0.176715
+0.00747692 0.131838 0.181277
+0.011017 0.134325 0.187854
+0.0184024 0.137896 0.196048
+0.0368658 0.142199 0.205524
+0.0657816 0.145739 0.214984
+0.110674 0.146899 0.222141
+0.168963 0.146944 0.228183
+0.232914 0.147494 0.232456
+0.301244 0.149599 0.233143
+0.355535 0.153017 0.233509
+0.40853 0.15584 0.234928
+0.459327 0.158038 0.237186
+0.511803 0.159213 0.238666
+0.565957 0.160327 0.239872
+0.621515 0.161227 0.240833
+0.67953 0.162249 0.24126
+0.735073 0.166079 0.242802
+0.789563 0.171252 0.245075
+0.84271 0.177172 0.247791
+0.894041 0.183078 0.251133
+0.940261 0.188952 0.254429
+0.979934 0.194903 0.257603
+0.993835 0.200626 0.260914
+1 0.206043 0.263539
+0.00163272 0.131289 0.165209
+0.00157168 0.133486 0.167926
+0.0015259 0.135805 0.17084
+0.00148013 0.138338 0.1738
+0.0016022 0.140932 0.176989
+0.0019379 0.143374 0.180392
+0.00228885 0.14583 0.183963
+0.00288396 0.148196 0.187533
+0.00393683 0.150134 0.191165
+0.00537118 0.152422 0.195071
+0.00817884 0.154742 0.200427
+0.013611 0.158297 0.206943
+0.0291142 0.162707 0.215702
+0.0550851 0.166796 0.224933
+0.0917678 0.170275 0.234745
+0.150088 0.170596 0.244404
+0.220798 0.171176 0.248615
+0.292439 0.172473 0.250324
+0.357519 0.176181 0.249851
+0.413382 0.178607 0.250248
+0.46772 0.180117 0.250584
+0.521691 0.180148 0.250721
+0.577585 0.179858 0.250324
+0.634882 0.179965 0.250111
+0.692149 0.180407 0.249821
+0.74902 0.182742 0.25127
+0.804013 0.185183 0.253285
+0.857588 0.1888 0.255848
+0.909957 0.193225 0.258701
+0.953094 0.19823 0.26157
+0.984939 0.203021 0.264591
+0.998383 0.207568 0.267674
+1 0.212284 0.270054
+0.000488289 0.15259 0.178592
+0.000381476 0.155001 0.181674
+0.000289921 0.157351 0.184771
+0.000244144 0.160021 0.188174
+0.000411994 0.162753 0.191379
+0.000671397 0.16553 0.194553
+0.00103761 0.168338 0.197787
+0.00158694 0.171115 0.201144
+0.00233463 0.173495 0.204517
+0.00337224 0.176287 0.208286
+0.00529488 0.178882 0.212543
+0.00869764 0.182147 0.217578
+0.0183871 0.186313 0.226017
+0.0400244 0.190524 0.235752
+0.075227 0.194278 0.246342
+0.127123 0.197421 0.256916
+0.199969 0.197665 0.263416
+0.274754 0.199741 0.266011
+0.34815 0.202441 0.266575
+0.412375 0.2056 0.265721
+0.469566 0.20621 0.265003
+0.526375 0.205951 0.264073
+0.584451 0.204837 0.262242
+0.642985 0.203708 0.26099
+0.701366 0.203113 0.260212
+0.759548 0.202914 0.260212
+0.815717 0.204211 0.261677
+0.870405 0.205982 0.263798
+0.922347 0.208316 0.266377
+0.964965 0.211215 0.269276
+0.988556 0.213886 0.271748
+1 0.216693 0.274235
+1 0.220371 0.276616
+4.57771e-05 0.176486 0.192218
+3.0518e-05 0.17937 0.195438
+3.0518e-05 0.182086 0.198596
+3.0518e-05 0.184955 0.20174
+1.5259e-05 0.187594 0.204913
+6.10361e-05 0.190341 0.207919
+0.000244144 0.193851 0.211048
+0.000549325 0.196948 0.214176
+0.000869764 0.200153 0.217441
+0.00141909 0.203143 0.220874
+0.00256352 0.205951 0.224659
+0.00518807 0.209171 0.229892
+0.0110628 0.21297 0.236866
+0.0225681 0.217426 0.245029
+0.0548714 0.222431 0.254917
+0.10251 0.226963 0.264912
+0.166384 0.230121 0.2748
+0.250141 0.231052 0.279637
+0.32958 0.233631 0.28101
+0.40499 0.236149 0.280568
+0.466361 0.237308 0.279927
+0.52639 0.236728 0.278111
+0.58645 0.23537 0.275761
+0.646967 0.233402 0.273518
+0.707164 0.232547 0.272175
+0.766842 0.231617 0.271336
+0.824887 0.230961 0.271473
+0.880674 0.230259 0.272877
+0.931624 0.229648 0.274617
+0.97586 0.228443 0.276509
+0.99324 0.229145 0.278721
+1 0.230396 0.28072
+1 0.231449 0.282277
+0 0.204623 0.204883
+0 0.207568 0.207889
+0 0.210681 0.210925
+0 0.213642 0.213931
+0 0.216541 0.216999
+0 0.219272 0.220005
+0 0.222507 0.223117
+0 0.226368 0.22649
+0 0.229999 0.23032
+0.000228885 0.23386 0.234318
+0.000762951 0.237201 0.2383
+0.00209049 0.240864 0.242969
+0.00526436 0.244709 0.248737
+0.0119631 0.248997 0.255283
+0.0286412 0.254902 0.263722
+0.0713359 0.260853 0.272328
+0.133532 0.265522 0.280751
+0.2159 0.268421 0.288899
+0.307958 0.270069 0.292226
+0.388159 0.272038 0.293324
+0.459312 0.27303 0.293126
+0.522622 0.272892 0.291478
+0.58584 0.271962 0.289464
+0.648966 0.270741 0.287327
+0.71107 0.269749 0.285161
+0.771313 0.26772 0.284138
+0.830961 0.26508 0.283619
+0.889006 0.262425 0.283665
+0.940139 0.259266 0.284657
+0.977813 0.255985 0.285573
+0.999878 0.251179 0.28603
+0.999985 0.247623 0.286946
+1 0.24625 0.287709
+0 0.23711 0.216571
+0 0.240223 0.219669
+0 0.243717 0.222889
+0 0.247349 0.226184
+0 0.250416 0.229511
+0 0.25391 0.233082
+0 0.257221 0.23682
+0 0.26128 0.240497
+0 0.265644 0.24419
+0 0.270008 0.247913
+6.10361e-05 0.273472 0.251606
+0.000457771 0.277287 0.25568
+0.00144961 0.281193 0.26038
+0.00511177 0.286275 0.265843
+0.0129397 0.291722 0.272007
+0.0360418 0.298436 0.278508
+0.0916304 0.30573 0.285863
+0.170443 0.311666 0.291402
+0.275166 0.313787 0.294469
+0.367468 0.312993 0.297642
+0.449073 0.313176 0.299321
+0.520455 0.313405 0.301518
+0.584894 0.312932 0.299809
+0.649104 0.312749 0.298619
+0.713283 0.312657 0.29749
+0.774792 0.31133 0.296498
+0.835523 0.308461 0.295949
+0.894392 0.304433 0.295399
+0.949432 0.298924 0.295796
+0.981552 0.292409 0.296422
+0.99939 0.285374 0.296727
+0.999954 0.278416 0.296956
+1 0.273289 0.295933
+0 0.274067 0.228077
+0 0.278065 0.231403
+0 0.282155 0.23508
+0 0.286625 0.238712
+0 0.290394 0.242313
+0 0.294392 0.246006
+0 0.298375 0.249836
+0 0.301885 0.253529
+0 0.305821 0.256931
+0 0.310063 0.260334
+0 0.314137 0.263874
+1.5259e-05 0.318654 0.267536
+0.000137331 0.323537 0.271794
+0.0009308 0.328405 0.2766
+0.00511177 0.333181 0.281041
+0.0146487 0.338552 0.285542
+0.0484321 0.346395 0.289235
+0.123278 0.353124 0.288518
+0.223148 0.358602 0.286152
+0.346365 0.360403 0.282383
+0.438193 0.357107 0.294026
+0.518288 0.356329 0.300267
+0.585657 0.356435 0.305135
+0.650599 0.359014 0.305913
+0.714641 0.360388 0.306157
+0.776959 0.361837 0.305394
+0.839185 0.359579 0.304784
+0.899504 0.356085 0.304356
+0.953765 0.351797 0.304372
+0.98613 0.345754 0.305776
+0.997223 0.336583 0.306844
+1 0.325536 0.307103
+1 0.311971 0.30547
+0 0.315938 0.239216
+0 0.319692 0.242115
+0 0.323568 0.245106
+0 0.327428 0.248539
+0 0.331701 0.252232
+0 0.336156 0.256123
+0 0.34049 0.260243
+0 0.345418 0.26453
+0 0.350347 0.26862
+0 0.35555 0.271931
+0 0.361074 0.275563
+0 0.365148 0.278462
+0 0.368856 0.28127
+3.0518e-05 0.372122 0.284138
+0.000579843 0.375891 0.287266
+0.00611887 0.38085 0.289494
+0.0184482 0.387564 0.291127
+0.0726024 0.395331 0.28864
+0.167468 0.402411 0.280888
+0.28658 0.407965 0.270375
+0.423011 0.411582 0.260212
+0.514244 0.404654 0.280308
+0.590295 0.402197 0.295964
+0.654398 0.40618 0.300145
+0.718181 0.409506 0.302327
+0.781826 0.411902 0.304326
+0.84448 0.413687 0.306691
+0.904662 0.413306 0.307546
+0.952483 0.410391 0.308919
+0.988418 0.405646 0.310109
+0.996933 0.398047 0.312139
+1 0.387839 0.314229
+1 0.375952 0.31545
+0 0.356573 0.244511
+0 0.360571 0.247166
+0 0.364797 0.25034
+0 0.369802 0.254078
+0 0.375006 0.258305
+0 0.380697 0.263005
+0 0.386831 0.268193
+0 0.393286 0.274266
+0 0.398337 0.277699
+0 0.402991 0.280522
+0 0.406516 0.282261
+0 0.410346 0.284169
+0 0.413794 0.286198
+0 0.416892 0.288289
+0 0.420127 0.290867
+0.000396735 0.424552 0.292119
+0.00881972 0.429877 0.291508
+0.0257725 0.435615 0.289021
+0.112779 0.442847 0.275105
+0.229755 0.452445 0.261616
+0.363058 0.461875 0.251621
+0.49778 0.464454 0.247501
+0.588647 0.457969 0.264942
+0.659983 0.45301 0.284169
+0.726268 0.455772 0.289876
+0.789105 0.461021 0.29546
+0.851026 0.465049 0.299168
+0.91194 0.46772 0.301534
+0.957473 0.467735 0.303929
+0.986984 0.465537 0.307057
+1 0.462089 0.310735
+1 0.453956 0.313359
+1 0.443809 0.31397
+0 0.397314 0.24329
+0 0.402426 0.247517
+0 0.407568 0.251667
+0 0.412955 0.255436
+0 0.418235 0.259159
+0 0.422705 0.262837
+0 0.427344 0.2663
+0 0.432395 0.270436
+0 0.437293 0.274098
+0 0.443275 0.277653
+0 0.449195 0.281697
+0 0.453788 0.28426
+0 0.457603 0.286503
+0 0.460716 0.287984
+0 0.46389 0.288624
+0 0.466285 0.289143
+3.0518e-05 0.468757 0.287587
+0.0187228 0.473854 0.283116
+0.0565957 0.481285 0.275792
+0.172473 0.494148 0.260426
+0.306798 0.50425 0.250172
+0.454276 0.51342 0.242985
+0.568078 0.517861 0.241474
+0.658274 0.515114 0.253193
+0.732219 0.509728 0.27158
+0.798688 0.510536 0.278965
+0.860716 0.514336 0.283757
+0.918425 0.517586 0.288273
+0.968002 0.520546 0.291844
+0.989548 0.520317 0.295964
+0.999985 0.518471 0.30071
+1 0.516762 0.304891
+1 0.510735 0.307546
+0 0.432792 0.235325
+0 0.438331 0.238865
+0 0.443183 0.242863
+0 0.448264 0.247364
+0 0.453513 0.251942
+0 0.458869 0.256489
+0 0.464469 0.261402
+0 0.470024 0.26569
+0 0.475532 0.269368
+0 0.480705 0.273014
+0 0.485267 0.275929
+0 0.489204 0.276936
+0 0.49247 0.277211
+0 0.495827 0.279026
+0 0.499474 0.2813
+0 0.503517 0.283757
+0 0.507836 0.285115
+0.0059205 0.513909 0.283131
+0.038407 0.521324 0.276829
+0.109209 0.530495 0.265919
+0.251835 0.545556 0.250477
+0.393866 0.557733 0.241947
+0.539437 0.567758 0.241276
+0.638788 0.575784 0.238483
+0.725765 0.575326 0.246235
+0.800855 0.569543 0.260761
+0.869154 0.56614 0.267842
+0.927001 0.567117 0.273747
+0.973785 0.56817 0.27924
+0.994644 0.56994 0.284703
+0.999588 0.571008 0.289708
+1 0.570672 0.293904
+1 0.568612 0.296742
+0 0.466285 0.227558
+0 0.471427 0.232044
+0 0.476905 0.236332
+0 0.482567 0.241382
+0 0.488457 0.246479
+0 0.493996 0.251179
+0 0.49955 0.255695
+0 0.505272 0.260288
+0 0.51046 0.263981
+0 0.515389 0.267216
+0 0.520012 0.270054
+0 0.524376 0.273213
+0 0.528756 0.275319
+0 0.532586 0.277348
+0 0.537163 0.279759
+0 0.542275 0.281666
+0 0.547082 0.283772
+0 0.55227 0.284337
+0.0204471 0.558846 0.2813
+0.0741741 0.567895 0.273625
+0.185061 0.580667 0.25745
+0.336187 0.598108 0.248249
+0.481331 0.61416 0.241215
+0.613092 0.626215 0.241779
+0.706172 0.635599 0.238651
+0.792432 0.637873 0.241337
+0.868376 0.631785 0.253407
+0.931212 0.625406 0.26247
+0.972168 0.622065 0.268925
+0.996277 0.620111 0.274128
+0.999008 0.620859 0.277775
+1 0.620478 0.281575
+1 0.621271 0.284291
+0 0.501839 0.225879
+0 0.507179 0.230213
+0 0.512505 0.234134
+0 0.517601 0.238285
+0 0.523507 0.243214
+0 0.529137 0.248234
+0 0.534554 0.252613
+0 0.539895 0.257313
+0 0.545785 0.263203
+0 0.551354 0.268391
+0 0.556817 0.27277
+0 0.561624 0.276509
+0 0.566491 0.278813
+0 0.571206 0.27982
+0 0.575982 0.280949
+0 0.580545 0.283085
+0 0.585641 0.28574
+9.15541e-05 0.590631 0.288518
+0.000732433 0.596109 0.29015
+0.0510872 0.603845 0.283803
+0.134539 0.614969 0.273808
+0.270344 0.632975 0.258122
+0.421439 0.651804 0.253361
+0.565087 0.670802 0.24918
+0.68275 0.687663 0.245014
+0.774578 0.698085 0.240406
+0.855985 0.701473 0.240742
+0.928298 0.693904 0.250263
+0.968246 0.684947 0.260014
+0.991836 0.678691 0.266224
+0.999985 0.673182 0.270573
+1 0.669886 0.272267
+1 0.670344 0.27454
+0 0.539925 0.227726
+0 0.544808 0.232166
+0 0.549996 0.236378
+0 0.55491 0.240589
+0 0.559777 0.244938
+0 0.56553 0.250889
+0 0.571771 0.256962
+0 0.577661 0.262898
+0 0.58352 0.268421
+0 0.588525 0.273533
+0 0.593759 0.277974
+0 0.598581 0.282063
+0 0.603113 0.284672
+0 0.608026 0.28687
+0 0.613596 0.288991
+0 0.620279 0.291264
+0 0.626291 0.294804
+0.000106813 0.631022 0.298405
+0.00230411 0.634623 0.301045
+0.0294804 0.639765 0.298543
+0.101274 0.648676 0.289906
+0.206332 0.661357 0.278447
+0.361364 0.684916 0.267262
+0.507683 0.706325 0.262119
+0.644877 0.727214 0.258015
+0.750683 0.746914 0.250477
+0.836378 0.75787 0.245487
+0.909117 0.762768 0.244388
+0.968734 0.754864 0.252461
+0.989395 0.742 0.262104
+0.999222 0.731304 0.268635
+1 0.722133 0.271244
+1 0.725414 0.27599
+0 0.578668 0.234012
+0 0.583429 0.239017
+0 0.588525 0.244404
+0 0.59411 0.249744
+0 0.599405 0.254841
+0 0.604761 0.259831
+0 0.610224 0.265141
+0 0.615427 0.270558
+0 0.62092 0.275944
+0 0.625757 0.281071
+0 0.630488 0.286107
+0 0.635019 0.290806
+0 0.638941 0.295521
+0 0.645197 0.299962
+0 0.651423 0.303258
+0 0.657496 0.306035
+0 0.66212 0.308049
+0.000747692 0.665751 0.310445
+0.00646983 0.669581 0.312673
+0.0176242 0.672755 0.314397
+0.073167 0.678111 0.309163
+0.166278 0.690593 0.299245
+0.290486 0.707652 0.285496
+0.45034 0.735332 0.27718
+0.590768 0.759701 0.272419
+0.716152 0.781933 0.269825
+0.811734 0.803662 0.260182
+0.889799 0.815442 0.256413
+0.950195 0.820691 0.255726
+0.985779 0.809583 0.263188
+0.996078 0.795575 0.272908
+0.999908 0.787915 0.280812
+0.999985 0.791348 0.285435
+0 0.617899 0.244053
+0 0.623377 0.249195
+0 0.628687 0.254551
+0 0.633692 0.259846
+0 0.63859 0.265522
+0 0.643748 0.270634
+0 0.648447 0.276493
+0 0.65275 0.281971
+0 0.657404 0.287678
+0 0.661967 0.293278
+0 0.666865 0.299062
+0 0.671138 0.304646
+0 0.67602 0.310018
+0 0.680247 0.314534
+0 0.685023 0.317922
+0 0.689448 0.320867
+0.000595102 0.69453 0.323552
+0.00329595 0.698283 0.324941
+0.0124514 0.70161 0.326787
+0.0290532 0.704753 0.328145
+0.0542153 0.707897 0.327916
+0.127565 0.716228 0.317815
+0.233997 0.733547 0.305058
+0.373144 0.75996 0.289754
+0.531197 0.788235 0.287953
+0.66598 0.813352 0.285451
+0.780468 0.835523 0.28484
+0.865644 0.856611 0.278111
+0.931014 0.868345 0.275868
+0.97879 0.873213 0.275517
+0.994766 0.861509 0.2766
+0.999268 0.861158 0.279011
+1 0.864378 0.283726
+0 0.656062 0.255833
+0 0.660365 0.26128
+0 0.665049 0.266926
+0 0.669596 0.272572
+0 0.67425 0.278294
+0 0.678981 0.283955
+0 0.683513 0.289662
+0 0.68864 0.295918
+0 0.693431 0.301289
+0 0.698207 0.306844
+0 0.702815 0.312078
+0 0.707378 0.317143
+0 0.712062 0.322225
+0 0.716136 0.326329
+0 0.720348 0.33051
+0 0.725277 0.333715
+0.000381476 0.730068 0.336217
+0.00242618 0.733928 0.337575
+0.0134127 0.737835 0.337316
+0.028397 0.741466 0.33669
+0.0484169 0.746838 0.334401
+0.0803388 0.752529 0.330388
+0.170657 0.76997 0.314366
+0.291905 0.793317 0.300359
+0.456199 0.823713 0.288472
+0.607538 0.846693 0.296101
+0.736858 0.868574 0.301854
+0.838941 0.88809 0.306233
+0.913161 0.905806 0.301534
+0.963516 0.915892 0.298314
+0.994827 0.923171 0.296498
+0.998688 0.928603 0.300221
+1 0.933562 0.304006
+0 0.691524 0.268452
+0 0.696345 0.273915
+0 0.701137 0.279332
+0 0.706065 0.284825
+0 0.710826 0.290333
+0 0.715755 0.295827
+0 0.720821 0.301503
+0 0.726055 0.306966
+0 0.732174 0.311391
+0 0.739864 0.314839
+0 0.746578 0.318395
+0 0.753628 0.321904
+0 0.75967 0.325673
+0 0.765316 0.329305
+0 0.770794 0.332448
+0 0.776761 0.335698
+0 0.783841 0.336629
+0.00157168 0.790738 0.33576
+0.00376898 0.797818 0.33283
+0.00753796 0.803037 0.329534
+0.0194247 0.807034 0.327504
+0.0449683 0.808942 0.324407
+0.100069 0.813352 0.314137
+0.23798 0.831464 0.299641
+0.40798 0.852918 0.292851
+0.601114 0.874952 0.305196
+0.730373 0.889326 0.319234
+0.837903 0.904936 0.325063
+0.925246 0.924407 0.318105
+0.970886 0.935363 0.313603
+0.995224 0.94168 0.313771
+1 0.943358 0.317708
+1 0.943984 0.322194
+0 0.733257 0.276219
+0 0.741085 0.279088
+0 0.748898 0.282307
+0 0.756436 0.286091
+0 0.763958 0.28957
+0 0.771481 0.293324
+0 0.779141 0.2972
+0 0.785855 0.301381
+0 0.792737 0.305745
+0 0.796124 0.311177
+0 0.797604 0.316915
+0 0.799069 0.323033
+0 0.800519 0.328557
+0 0.80174 0.333227
+0 0.802853 0.33785
+0 0.804654 0.342123
+0 0.808209 0.344549
+0.000259403 0.812573 0.34374
+0.00125124 0.816052 0.342031
+0.00344854 0.818357 0.33991
+0.0158694 0.819104 0.340108
+0.0488746 0.820523 0.334585
+0.113939 0.824277 0.324834
+0.270161 0.843641 0.306371
+0.457237 0.864988 0.308721
+0.639841 0.884749 0.32047
+0.766674 0.895582 0.338689
+0.8636 0.913298 0.337438
+0.938598 0.929961 0.332219
+0.987259 0.94197 0.327214
+0.996918 0.944198 0.329976
+1 0.944762 0.333669
+1 0.944595 0.33814
+0 0.793118 0.268208
+0 0.794507 0.274144
+0 0.79617 0.280446
+0 0.797803 0.286915
+0 0.799298 0.29276
+0 0.801053 0.299077
+0 0.802335 0.305287
+0 0.803723 0.311574
+0 0.805112 0.317983
+0 0.806485 0.324132
+0 0.807187 0.330114
+0 0.807538 0.335866
+0 0.807919 0.341634
+0 0.808362 0.346654
+0 0.808576 0.351614
+0 0.810346 0.355566
+0 0.813245 0.357824
+0 0.818479 0.35761
+0.000885023 0.821118 0.35639
+0.00593576 0.822339 0.355779
+0.0151369 0.822049 0.356329
+0.0606546 0.821912 0.348928
+0.164309 0.831907 0.335164
+0.320974 0.850553 0.317403
+0.523415 0.87306 0.325872
+0.6795 0.888273 0.340276
+0.803708 0.901061 0.355612
+0.894911 0.920272 0.350484
+0.955612 0.934112 0.345251
+0.993469 0.943008 0.342336
+0.999008 0.944091 0.345769
+1 0.944137 0.34995
+1 0.943969 0.35462
+0.00360113 0.0382239 0.075761
+0.00349432 0.0383764 0.0764782
+0.0033875 0.0385443 0.0772106
+0.00366217 0.0390021 0.0784009
+0.00396735 0.0395209 0.0797436
+0.00425727 0.0399786 0.0811017
+0.00471504 0.0406348 0.0827192
+0.00555428 0.0415808 0.0848249
+0.0069276 0.0424659 0.0869306
+0.00875868 0.0432288 0.0889296
+0.012192 0.0441901 0.0910506
+0.0184329 0.0456703 0.0939193
+0.0286259 0.0477913 0.0978866
+0.0449378 0.050309 0.102403
+0.0645609 0.050721 0.107759
+0.0899825 0.0519112 0.113024
+0.121492 0.0543679 0.117968
+0.15613 0.0586404 0.123705
+0.188388 0.0631266 0.12961
+0.220432 0.0677958 0.135561
+0.254673 0.0724956 0.141772
+0.291203 0.076463 0.147417
+0.330083 0.0804456 0.152773
+0.371878 0.0847028 0.157687
+0.419791 0.0899214 0.163149
+0.469856 0.0955215 0.168612
+0.522072 0.101457 0.17409
+0.578164 0.107424 0.178088
+0.636133 0.113863 0.182147
+0.694881 0.120729 0.186206
+0.75288 0.128923 0.189853
+0.808942 0.13756 0.194354
+0.862562 0.146242 0.199115
+0.0031281 0.0391852 0.0781109
+0.00299077 0.0394293 0.0790112
+0.00289921 0.0397345 0.0800641
+0.00315862 0.0402686 0.0815137
+0.00352483 0.0408331 0.0830091
+0.00401312 0.0415198 0.0847028
+0.00459297 0.0423285 0.0865644
+0.00555428 0.0433356 0.088716
+0.00703441 0.0442054 0.0908675
+0.0089723 0.0449989 0.0927443
+0.0129702 0.0461433 0.0949111
+0.0198672 0.0478981 0.0981155
+0.0325933 0.0501564 0.102373
+0.0495918 0.0520485 0.107103
+0.0694133 0.0524453 0.113268
+0.0982223 0.0542458 0.118608
+0.130983 0.0571603 0.124056
+0.167361 0.0613413 0.129763
+0.199451 0.0660563 0.13547
+0.233524 0.0708476 0.141497
+0.268894 0.0754864 0.147738
+0.306355 0.0794232 0.153613
+0.346883 0.0836652 0.158938
+0.390265 0.0883192 0.164172
+0.438834 0.0937362 0.169818
+0.490318 0.0996719 0.175479
+0.543877 0.105745 0.180529
+0.60029 0.111879 0.184604
+0.658869 0.118486 0.188647
+0.717235 0.125765 0.192355
+0.775219 0.133959 0.195834
+0.829435 0.142565 0.200671
+0.881346 0.15108 0.204929
+0.00260929 0.0404669 0.0812238
+0.00250248 0.0407721 0.0822309
+0.00256352 0.0411841 0.0835279
+0.00292973 0.0417945 0.0850843
+0.0033875 0.0424811 0.0867628
+0.00389105 0.0431983 0.0884565
+0.00453193 0.044007 0.0903029
+0.0055848 0.0449989 0.0924544
+0.00715648 0.0459602 0.0945754
+0.0093843 0.047013 0.0966354
+0.0136568 0.0484932 0.0991836
+0.0209049 0.0502632 0.102571
+0.0363012 0.0523842 0.106905
+0.0543832 0.053666 0.112367
+0.0752422 0.0546578 0.118853
+0.105699 0.0564736 0.124559
+0.141405 0.0599985 0.13022
+0.177844 0.0643015 0.135714
+0.211322 0.0691386 0.141131
+0.247059 0.0740368 0.147524
+0.284047 0.0785077 0.153918
+0.322286 0.0826886 0.16025
+0.36379 0.0871901 0.165499
+0.409659 0.0923629 0.171237
+0.459022 0.0980545 0.177172
+0.510948 0.104082 0.182605
+0.566003 0.110246 0.187152
+0.622873 0.116533 0.19118
+0.681666 0.123049 0.19501
+0.739818 0.130907 0.198459
+0.796216 0.139147 0.202182
+0.8495 0.147448 0.206806
+0.90013 0.155947 0.21062
+0.00225834 0.0419928 0.0847334
+0.00218204 0.0423438 0.0858015
+0.00236515 0.0428779 0.0872358
+0.00274662 0.043534 0.0888533
+0.00318914 0.0442512 0.0905776
+0.00367742 0.0449683 0.0922408
+0.00442512 0.0458991 0.0941176
+0.00563058 0.0469825 0.0962539
+0.00741588 0.0481422 0.0985275
+0.0102388 0.049485 0.100954
+0.0148318 0.0510567 0.103883
+0.0221408 0.0526436 0.107164
+0.0395361 0.0543832 0.111315
+0.0586709 0.0556344 0.117983
+0.0827955 0.0570993 0.124559
+0.113161 0.0588693 0.130755
+0.152697 0.0627909 0.136248
+0.188769 0.0674449 0.141649
+0.224094 0.0724651 0.147509
+0.260777 0.0776074 0.154238
+0.299077 0.0818952 0.160754
+0.338704 0.0862745 0.166827
+0.380667 0.0909285 0.172473
+0.429023 0.0965896 0.178607
+0.479393 0.102525 0.184436
+0.532067 0.108659 0.189715
+0.588296 0.114931 0.193912
+0.645838 0.121248 0.197696
+0.704097 0.127916 0.201251
+0.762585 0.136126 0.204456
+0.816754 0.144213 0.208484
+0.86865 0.152438 0.212787
+0.9187 0.160937 0.216617
+0.00198367 0.0438087 0.0885176
+0.00189212 0.0442054 0.0896315
+0.00210575 0.0448157 0.0911421
+0.00248722 0.0455329 0.0927596
+0.00292973 0.0463417 0.0944228
+0.0034638 0.0471962 0.0961318
+0.0043183 0.0481575 0.0979934
+0.00573739 0.0493324 0.100237
+0.00772107 0.05066 0.102785
+0.0108034 0.0522316 0.105745
+0.0155795 0.0537728 0.108782
+0.0254826 0.0551003 0.112093
+0.0429847 0.0564279 0.116594
+0.0623484 0.0582132 0.124056
+0.0893416 0.0597543 0.130953
+0.123201 0.0622416 0.137331
+0.163317 0.0659648 0.143084
+0.19971 0.0711223 0.148501
+0.237003 0.0763256 0.154696
+0.275273 0.0813458 0.161257
+0.314214 0.0855879 0.167895
+0.355566 0.0901808 0.173907
+0.399771 0.0952316 0.179919
+0.448478 0.101076 0.186328
+0.500282 0.107225 0.191867
+0.554131 0.113405 0.196612
+0.610498 0.119738 0.200778
+0.668849 0.12604 0.204303
+0.726894 0.133272 0.207492
+0.7841 0.141344 0.210803
+0.836927 0.149462 0.215122
+0.887724 0.157733 0.219089
+0.935286 0.165896 0.222751
+0.00157168 0.0460212 0.0925002
+0.0015259 0.046479 0.0936904
+0.00181582 0.0471962 0.0952468
+0.00225834 0.0480049 0.0968643
+0.00273136 0.0488289 0.0984817
+0.00332647 0.0496529 0.100114
+0.00427253 0.05066 0.101976
+0.00581369 0.052018 0.104356
+0.0078584 0.0536202 0.107408
+0.0109407 0.0557412 0.11133
+0.0157473 0.0570077 0.114443
+0.0281071 0.0579843 0.117861
+0.0462654 0.0597391 0.123781
+0.0669261 0.0618143 0.131212
+0.0948806 0.0632181 0.138628
+0.133165 0.0660716 0.144717
+0.173068 0.0700236 0.150423
+0.211612 0.0751812 0.155703
+0.250309 0.0803845 0.16199
+0.290074 0.0851301 0.168597
+0.330358 0.0895399 0.175174
+0.37229 0.0942245 0.181277
+0.419089 0.0998093 0.187762
+0.468727 0.105837 0.194018
+0.52108 0.112093 0.19942
+0.576425 0.118456 0.203815
+0.63331 0.124804 0.207706
+0.691936 0.130953 0.210941
+0.749218 0.138705 0.213993
+0.804181 0.146654 0.217533
+0.856748 0.154788 0.22179
+0.9066 0.162966 0.225208
+0.949783 0.170718 0.228794
+0.00134279 0.0488746 0.0969863
+0.00141909 0.049424 0.0982528
+0.00170901 0.0500801 0.0997024
+0.00210575 0.0509194 0.101259
+0.00259403 0.0518502 0.102907
+0.00325017 0.052781 0.10457
+0.00427253 0.0540017 0.106569
+0.00581369 0.0555734 0.1093
+0.00793469 0.0576028 0.113298
+0.0110018 0.0600595 0.118273
+0.0153353 0.0611276 0.121965
+0.0298466 0.0624094 0.125841
+0.0487984 0.0644083 0.132372
+0.0721294 0.0660105 0.139467
+0.101396 0.0674296 0.146654
+0.142885 0.0699626 0.152667
+0.183627 0.0743267 0.158099
+0.224399 0.0793317 0.163531
+0.264363 0.0844587 0.169314
+0.305257 0.0890364 0.176059
+0.346746 0.0936751 0.182528
+0.389456 0.0986191 0.18909
+0.438636 0.10486 0.195987
+0.489632 0.111147 0.201968
+0.542458 0.11751 0.207309
+0.598886 0.123873 0.211353
+0.656306 0.129885 0.214527
+0.713893 0.136248 0.217456
+0.770825 0.144015 0.22034
+0.824063 0.152071 0.224201
+0.875517 0.160159 0.227955
+0.925063 0.168093 0.23122
+0.963897 0.175479 0.234714
+0.0012665 0.0527962 0.102068
+0.00137331 0.0535439 0.103532
+0.0016022 0.0542611 0.104997
+0.0019379 0.055024 0.106477
+0.00236515 0.0559396 0.108141
+0.00300603 0.057084 0.110109
+0.00408942 0.0584421 0.112779
+0.00570687 0.0601663 0.116533
+0.00799573 0.0623484 0.121202
+0.0111086 0.0643931 0.126101
+0.0171969 0.0658122 0.130602
+0.0313573 0.0675212 0.134997
+0.049958 0.0692302 0.140917
+0.0761425 0.0703441 0.147845
+0.110155 0.0717479 0.154391
+0.151797 0.0739757 0.160983
+0.195407 0.0787213 0.166339
+0.237491 0.0837262 0.171771
+0.278813 0.0888533 0.177752
+0.320439 0.0938125 0.184436
+0.363149 0.0987716 0.191043
+0.408743 0.10428 0.197696
+0.458091 0.110552 0.204623
+0.510277 0.116777 0.210163
+0.564492 0.123049 0.214878
+0.6206 0.129259 0.218601
+0.678798 0.13492 0.221256
+0.735561 0.141756 0.224018
+0.790814 0.149355 0.226856
+0.843702 0.157565 0.230701
+0.894163 0.165484 0.234104
+0.940337 0.173159 0.237476
+0.977417 0.180438 0.241245
+0.00111391 0.0579995 0.108598
+0.00123598 0.0588083 0.110246
+0.00138857 0.059617 0.11194
+0.00161746 0.0605478 0.113787
+0.00201419 0.0614786 0.115938
+0.00273136 0.0625467 0.118395
+0.00389105 0.0639048 0.121431
+0.00549325 0.0654917 0.125093
+0.00787366 0.0675822 0.129702
+0.0109712 0.0697795 0.135195
+0.0187228 0.0720378 0.140566
+0.0320897 0.0743114 0.145632
+0.0510719 0.0764019 0.151171
+0.0789502 0.0771038 0.157412
+0.116762 0.0782788 0.164508
+0.159579 0.0807202 0.171542
+0.206912 0.0843061 0.177584
+0.250263 0.0895247 0.182361
+0.293355 0.0945907 0.187716
+0.336599 0.0996719 0.193515
+0.38024 0.104509 0.199939
+0.428031 0.110231 0.206516
+0.478111 0.116304 0.212924
+0.530709 0.12253 0.218662
+0.586236 0.128695 0.222416
+0.64303 0.1346 0.225544
+0.700877 0.139864 0.227802
+0.756344 0.147234 0.230365
+0.810498 0.15523 0.23389
+0.863325 0.163455 0.237705
+0.912642 0.171252 0.241215
+0.954055 0.178637 0.244877
+0.986236 0.185641 0.248493
+0.000991836 0.0648356 0.116945
+0.00109865 0.0657969 0.118914
+0.00123598 0.0666972 0.120943
+0.00143435 0.0676585 0.123095
+0.00175479 0.0686351 0.125353
+0.00244144 0.0695811 0.127855
+0.00360113 0.0703441 0.130571
+0.00503548 0.0722515 0.134173
+0.00746166 0.074815 0.139239
+0.0104982 0.0779431 0.14551
+0.0177615 0.0807965 0.151232
+0.0298314 0.0838636 0.15729
+0.0515297 0.0860761 0.163684
+0.0816205 0.0869154 0.169696
+0.119982 0.0871748 0.177768
+0.167681 0.0885023 0.184207
+0.216617 0.0912795 0.189532
+0.264485 0.0962081 0.193194
+0.3084 0.100908 0.197467
+0.353292 0.105928 0.203006
+0.398444 0.111025 0.209186
+0.447105 0.116869 0.215869
+0.498527 0.122789 0.221637
+0.551629 0.128756 0.226596
+0.60766 0.134768 0.230198
+0.664881 0.140169 0.232868
+0.722072 0.146258 0.235492
+0.777295 0.153567 0.238178
+0.830533 0.161624 0.241566
+0.882002 0.169574 0.24506
+0.930678 0.177111 0.248539
+0.967651 0.184054 0.252186
+0.990265 0.190677 0.255558
+0.00108339 0.0739452 0.127214
+0.00120546 0.0752422 0.129412
+0.00131228 0.0766766 0.131823
+0.00141909 0.0781109 0.13431
+0.00167849 0.0796216 0.136889
+0.00225834 0.0812085 0.139788
+0.00317388 0.0826581 0.142687
+0.00440986 0.0843366 0.146075
+0.00666819 0.0863203 0.150469
+0.00973526 0.0885328 0.155688
+0.0153658 0.0912184 0.162158
+0.0256657 0.0944533 0.170397
+0.0496529 0.0964828 0.177203
+0.0819257 0.0970779 0.183795
+0.121965 0.096849 0.190646
+0.172381 0.0967575 0.197131
+0.224659 0.100008 0.201465
+0.276555 0.104616 0.205188
+0.324773 0.109789 0.20853
+0.370779 0.114717 0.213977
+0.41799 0.119829 0.219883
+0.46659 0.125063 0.22594
+0.518181 0.130373 0.230747
+0.572366 0.135836 0.234928
+0.628428 0.141253 0.238453
+0.686625 0.146426 0.240909
+0.742428 0.152926 0.243381
+0.796826 0.160067 0.245884
+0.84979 0.168109 0.24892
+0.899565 0.175647 0.252293
+0.94406 0.182834 0.255955
+0.981003 0.189395 0.259297
+0.994171 0.195621 0.262242
+0.00129702 0.0857862 0.139254
+0.00131228 0.0871901 0.141634
+0.00132753 0.0886091 0.144137
+0.00134279 0.0900893 0.146715
+0.0015259 0.0915541 0.149401
+0.00199893 0.0930037 0.152239
+0.00274662 0.0943008 0.155138
+0.00396735 0.0957351 0.158556
+0.00593576 0.0971237 0.162631
+0.0091249 0.0991226 0.167681
+0.0142061 0.102007 0.174456
+0.0219577 0.105806 0.183093
+0.0421759 0.108995 0.191073
+0.0772259 0.110216 0.198718
+0.119997 0.110384 0.205982
+0.170916 0.109575 0.212528
+0.231312 0.112062 0.216297
+0.287465 0.116258 0.21883
+0.339879 0.120989 0.2215
+0.386877 0.125414 0.225666
+0.435584 0.129473 0.230625
+0.48539 0.133669 0.235294
+0.536675 0.138628 0.239857
+0.592294 0.143755 0.243671
+0.649485 0.148684 0.246677
+0.707179 0.153658 0.248844
+0.761929 0.159899 0.250935
+0.815778 0.167086 0.253452
+0.867994 0.174701 0.256214
+0.91693 0.181888 0.259678
+0.957382 0.188464 0.26305
+0.987366 0.19472 0.266178
+0.998077 0.20087 0.269276
+0.00129702 0.0976883 0.151522
+0.00128176 0.0996719 0.154101
+0.00128176 0.101534 0.156756
+0.00131228 0.103487 0.159411
+0.00154116 0.105089 0.161913
+0.00204471 0.106981 0.164904
+0.00271611 0.108614 0.167971
+0.00370794 0.110506 0.171649
+0.0053254 0.112596 0.175937
+0.00802625 0.114794 0.181201
+0.0120089 0.11725 0.18764
+0.0193942 0.120714 0.195956
+0.0350042 0.124681 0.205829
+0.0665599 0.127672 0.215503
+0.112627 0.127062 0.222538
+0.167971 0.126574 0.228534
+0.230762 0.126879 0.233677
+0.293828 0.130709 0.234638
+0.349523 0.134951 0.236347
+0.401511 0.139559 0.23856
+0.451682 0.143465 0.242969
+0.50312 0.147326 0.246754
+0.556405 0.151125 0.25037
+0.61149 0.154543 0.253468
+0.66952 0.158114 0.255161
+0.726436 0.162448 0.25684
+0.780804 0.167651 0.258625
+0.8336 0.174838 0.261082
+0.884428 0.18172 0.263996
+0.933089 0.188327 0.267292
+0.970855 0.194583 0.270497
+0.991318 0.200595 0.273442
+1 0.206424 0.276249
+0.00143435 0.113451 0.163836
+0.00141909 0.115434 0.166674
+0.00137331 0.117754 0.169741
+0.00134279 0.120058 0.172915
+0.00143435 0.122255 0.17615
+0.00177005 0.124529 0.179751
+0.00222782 0.126726 0.183505
+0.00291447 0.128893 0.187594
+0.00411994 0.130907 0.192264
+0.00601205 0.132769 0.197223
+0.00939956 0.135393 0.203769
+0.0154116 0.138506 0.211063
+0.030518 0.142443 0.220127
+0.0555123 0.145846 0.229969
+0.0984512 0.147051 0.238544
+0.156542 0.146593 0.246418
+0.221973 0.146715 0.251835
+0.294911 0.148013 0.253269
+0.356069 0.153017 0.252598
+0.413336 0.157641 0.254063
+0.466529 0.161563 0.256931
+0.51928 0.163897 0.259709
+0.573663 0.165774 0.261799
+0.629465 0.167239 0.26302
+0.687648 0.168704 0.263523
+0.74342 0.173114 0.265156
+0.797498 0.178317 0.267185
+0.850065 0.183932 0.269398
+0.900694 0.189715 0.27216
+0.945968 0.195468 0.275013
+0.984054 0.201297 0.277745
+0.995148 0.206851 0.280598
+1 0.212253 0.283116
+0.00103761 0.132708 0.178439
+0.000961318 0.13489 0.181659
+0.000915541 0.137255 0.185061
+0.000839246 0.13991 0.188464
+0.000885023 0.142214 0.191821
+0.00105287 0.14493 0.195453
+0.00138857 0.147158 0.199008
+0.00207523 0.149371 0.202716
+0.00318914 0.151385 0.206485
+0.00456245 0.153246 0.210498
+0.00714122 0.155169 0.215595
+0.0115053 0.158648 0.222019
+0.0230411 0.163134 0.231937
+0.0455634 0.167239 0.24271
+0.0789654 0.170657 0.253925
+0.135668 0.170993 0.26453
+0.208469 0.170199 0.269627
+0.283528 0.171374 0.27187
+0.359747 0.175448 0.270237
+0.419486 0.180163 0.270909
+0.476036 0.183291 0.272221
+0.529961 0.184909 0.273823
+0.586145 0.185367 0.273854
+0.643153 0.185611 0.273381
+0.70074 0.186038 0.272892
+0.75761 0.188022 0.274037
+0.812024 0.191073 0.275563
+0.865202 0.194888 0.27747
+0.916884 0.199619 0.280018
+0.95819 0.204578 0.282475
+0.987182 0.209247 0.284993
+0.999176 0.213626 0.287373
+1 0.21828 0.290089
+0.000274662 0.153521 0.193164
+0.000213626 0.155978 0.196353
+0.00015259 0.15848 0.199496
+0.00015259 0.160876 0.202564
+0.000228885 0.163943 0.205921
+0.000381476 0.166735 0.209262
+0.000732433 0.169314 0.212848
+0.0012665 0.171588 0.216602
+0.00189212 0.173983 0.220584
+0.00285344 0.176379 0.224765
+0.00466926 0.178744 0.229389
+0.0077821 0.182086 0.235233
+0.0150301 0.186343 0.244572
+0.0322271 0.191058 0.25565
+0.0643778 0.195056 0.266697
+0.112902 0.19826 0.277516
+0.184588 0.197528 0.285832
+0.266133 0.1991 0.288716
+0.346838 0.20177 0.289494
+0.419074 0.206912 0.287953
+0.477302 0.209049 0.288243
+0.535058 0.209995 0.287999
+0.592874 0.209598 0.287007
+0.651835 0.208484 0.28513
+0.710353 0.207874 0.28423
+0.768231 0.207843 0.283955
+0.824186 0.209079 0.284352
+0.878386 0.211063 0.285954
+0.928481 0.213977 0.288167
+0.969848 0.216388 0.289982
+0.990387 0.219059 0.29189
+1 0.222187 0.294331
+1 0.226017 0.296895
+3.0518e-05 0.176898 0.20734
+3.0518e-05 0.179568 0.210559
+1.5259e-05 0.182376 0.213794
+1.5259e-05 0.184833 0.21709
+0 0.187427 0.220752
+3.0518e-05 0.190494 0.224323
+0.000198367 0.193668 0.227985
+0.000381476 0.196719 0.231739
+0.000610361 0.199741 0.23566
+0.00122072 0.202625 0.239704
+0.00236515 0.2056 0.244068
+0.00486763 0.208728 0.249866
+0.0100557 0.212573 0.257313
+0.0189517 0.216815 0.265904
+0.0468757 0.22211 0.276356
+0.0905165 0.226688 0.287617
+0.151049 0.230335 0.299092
+0.238193 0.230228 0.306081
+0.324712 0.233234 0.307134
+0.40737 0.236805 0.306004
+0.473243 0.240116 0.305089
+0.53431 0.240208 0.303365
+0.595071 0.239322 0.301015
+0.656565 0.23743 0.298268
+0.716442 0.236225 0.296452
+0.77496 0.235615 0.295521
+0.833097 0.234257 0.295323
+0.888167 0.233783 0.295933
+0.937499 0.233234 0.296986
+0.978912 0.233036 0.29836
+0.99472 0.234134 0.300511
+1 0.235386 0.302312
+1 0.236591 0.303441
+0 0.20322 0.220737
+0 0.206058 0.224033
+0 0.209201 0.227649
+0 0.212222 0.23122
+0 0.215534 0.234974
+0 0.218372 0.238666
+0 0.221698 0.24242
+0 0.22536 0.246342
+1.5259e-05 0.228992 0.250401
+0.000320439 0.232731 0.254383
+0.000869764 0.235584 0.258412
+0.00224308 0.238987 0.263569
+0.005066 0.242496 0.269734
+0.0111238 0.246723 0.276783
+0.0253147 0.252201 0.285969
+0.0656748 0.258579 0.296376
+0.125383 0.263447 0.307301
+0.202121 0.267292 0.318547
+0.299489 0.268559 0.322591
+0.385824 0.271916 0.32314
+0.464057 0.275242 0.321736
+0.528389 0.275929 0.319387
+0.592538 0.274067 0.316258
+0.655756 0.271946 0.312917
+0.718349 0.270939 0.31017
+0.778988 0.268742 0.308949
+0.838315 0.266819 0.308293
+0.896849 0.26453 0.308003
+0.94609 0.262181 0.308736
+0.980774 0.25861 0.309255
+1 0.254185 0.309819
+0.999985 0.251728 0.310292
+1 0.251072 0.31046
+0 0.23389 0.234592
+0 0.23743 0.238239
+0 0.240803 0.241871
+0 0.244099 0.245563
+0 0.247105 0.249226
+0 0.250401 0.252964
+0 0.25359 0.256718
+0 0.257771 0.260548
+0 0.26215 0.264607
+1.5259e-05 0.26656 0.268589
+9.15541e-05 0.270665 0.272725
+0.000534066 0.273915 0.277104
+0.00158694 0.27808 0.282032
+0.00511177 0.282643 0.287877
+0.0128786 0.287953 0.29482
+0.0336309 0.294499 0.303593
+0.0867323 0.302388 0.314549
+0.162432 0.307713 0.325673
+0.259144 0.310613 0.335454
+0.359106 0.312474 0.336614
+0.444327 0.314427 0.336172
+0.520653 0.315267 0.334508
+0.586587 0.314199 0.331731
+0.652476 0.313863 0.329625
+0.717571 0.313329 0.327596
+0.780529 0.31165 0.326192
+0.841306 0.308675 0.325002
+0.899641 0.30457 0.323278
+0.954253 0.299428 0.321904
+0.984283 0.293156 0.321172
+0.999817 0.287144 0.320836
+1 0.281544 0.320928
+1 0.276768 0.319387
+0 0.269444 0.248539
+0 0.272877 0.252079
+0 0.276799 0.255772
+0 0.280629 0.259556
+0 0.284138 0.263325
+0 0.287816 0.267201
+0 0.291814 0.271122
+0 0.295705 0.274952
+0 0.300694 0.278859
+0 0.305531 0.282933
+0 0.30985 0.287068
+4.57771e-05 0.314275 0.291157
+0.000259403 0.31812 0.295216
+0.00123598 0.322148 0.30042
+0.00520333 0.327367 0.30634
+0.0151369 0.33344 0.313436
+0.0459449 0.343114 0.323354
+0.116945 0.352132 0.331731
+0.211093 0.358618 0.336461
+0.326925 0.359014 0.337453
+0.424018 0.359106 0.341039
+0.509896 0.359579 0.341863
+0.582727 0.359152 0.344121
+0.649454 0.360906 0.343145
+0.71458 0.362005 0.342489
+0.77937 0.361654 0.341878
+0.841764 0.360082 0.340597
+0.901396 0.355383 0.339254
+0.953231 0.349325 0.33814
+0.986084 0.34136 0.336278
+0.996582 0.331792 0.334249
+1 0.321889 0.332052
+1 0.310521 0.329534
+0 0.309636 0.261845
+0 0.313558 0.265538
+0 0.317845 0.269444
+0 0.322423 0.273503
+0 0.327092 0.277333
+0 0.331121 0.281346
+0 0.335531 0.285496
+0 0.340444 0.289693
+0 0.344228 0.293843
+0 0.349447 0.298024
+0 0.354131 0.302159
+0 0.359167 0.306569
+1.5259e-05 0.363806 0.310857
+9.15541e-05 0.368383 0.315496
+0.000656138 0.373571 0.320714
+0.0061799 0.380056 0.325841
+0.0201572 0.387396 0.331151
+0.0670481 0.396262 0.334798
+0.156329 0.403098 0.333074
+0.269398 0.409461 0.329259
+0.402838 0.411765 0.320653
+0.495918 0.408606 0.335653
+0.578012 0.409125 0.344747
+0.64654 0.411795 0.349447
+0.713207 0.414343 0.350408
+0.778134 0.416388 0.351522
+0.841749 0.4177 0.351827
+0.9028 0.413855 0.350484
+0.951507 0.4094 0.348852
+0.987488 0.403296 0.347433
+0.99707 0.39469 0.347936
+1 0.383734 0.348287
+1 0.371038 0.346777
+0 0.35462 0.274784
+0 0.359319 0.278096
+0 0.364034 0.281605
+0 0.368902 0.285313
+0 0.373709 0.289326
+0 0.378607 0.293538
+0 0.383337 0.297948
+0 0.38819 0.302541
+0 0.393683 0.307317
+0 0.398474 0.312383
+0 0.404852 0.317449
+0 0.410895 0.321401
+0 0.415946 0.324575
+0 0.419623 0.327352
+1.5259e-05 0.423377 0.330068
+0.000427253 0.427771 0.332982
+0.00857557 0.433234 0.335348
+0.0267643 0.440192 0.337209
+0.100542 0.448463 0.333165
+0.20972 0.455329 0.32369
+0.336278 0.461036 0.312673
+0.480171 0.46717 0.3019
+0.572015 0.462699 0.319982
+0.648692 0.461006 0.336858
+0.715587 0.465415 0.343923
+0.780713 0.469215 0.348043
+0.845273 0.471183 0.350484
+0.907912 0.472236 0.351537
+0.955276 0.470298 0.352071
+0.98558 0.466438 0.352956
+0.999985 0.460227 0.354116
+1 0.451331 0.355123
+1 0.440452 0.355062
+0 0.403418 0.283223
+0 0.406531 0.285878
+0 0.410971 0.289006
+0 0.415885 0.292836
+0 0.421317 0.29749
+0 0.42739 0.302831
+0 0.434043 0.308446
+0 0.441093 0.314641
+0 0.447227 0.319661
+0 0.453239 0.323323
+0 0.457679 0.326833
+0 0.461295 0.328817
+0 0.465095 0.330587
+0 0.468498 0.332494
+0 0.471855 0.334844
+0 0.475929 0.337926
+1.5259e-05 0.480842 0.340398
+0.0145113 0.486091 0.339345
+0.0416876 0.490547 0.334295
+0.150607 0.495949 0.319539
+0.283696 0.505989 0.30428
+0.423865 0.518303 0.292256
+0.553719 0.522087 0.293019
+0.646815 0.51902 0.309239
+0.721187 0.516228 0.328206
+0.788067 0.51902 0.337041
+0.851179 0.52282 0.341863
+0.910704 0.525429 0.345739
+0.965576 0.527245 0.347555
+0.988571 0.525338 0.350545
+0.999863 0.523003 0.352941
+1 0.519005 0.354864
+1 0.51136 0.355581
+0 0.445441 0.282933
+0 0.452079 0.287877
+0 0.457527 0.292439
+0 0.463081 0.296956
+0 0.468666 0.301335
+0 0.474281 0.305547
+0 0.478691 0.309163
+0 0.483436 0.313527
+0 0.488807 0.318212
+0 0.494896 0.323308
+0 0.500862 0.328756
+0 0.506966 0.332097
+0 0.510704 0.33434
+0 0.514351 0.336583
+0 0.517937 0.338598
+0 0.521309 0.340246
+0 0.523995 0.341299
+0.00108339 0.525399 0.337728
+0.030457 0.52929 0.332097
+0.090074 0.535332 0.324086
+0.223514 0.547936 0.306783
+0.365362 0.559472 0.296468
+0.512688 0.572259 0.29015
+0.624399 0.579019 0.291386
+0.715587 0.579019 0.302083
+0.791104 0.574777 0.319341
+0.858015 0.574166 0.327672
+0.919371 0.576165 0.332784
+0.969009 0.577462 0.336996
+0.994232 0.579232 0.340749
+0.999207 0.578607 0.343404
+1 0.577539 0.346166
+1 0.574319 0.348974
+0 0.482734 0.275822
+0 0.488884 0.280186
+0 0.494377 0.284627
+0 0.499794 0.289494
+0 0.50518 0.294911
+0 0.510658 0.300633
+0 0.516304 0.305882
+0 0.522332 0.311528
+0 0.528344 0.316808
+0 0.534157 0.32163
+0 0.539376 0.325185
+0 0.543648 0.327611
+0 0.547005 0.329259
+0 0.549554 0.330709
+0 0.553307 0.332662
+0 0.556649 0.334844
+0 0.560601 0.337102
+0 0.565057 0.338201
+0.0137789 0.569253 0.336721
+0.0617685 0.574838 0.330083
+0.15964 0.58381 0.316609
+0.305516 0.599664 0.303639
+0.44979 0.614878 0.29485
+0.593469 0.629877 0.291905
+0.695186 0.638727 0.291005
+0.784207 0.64065 0.296742
+0.86038 0.634989 0.309743
+0.925292 0.63035 0.317769
+0.967376 0.628733 0.324346
+0.993973 0.628428 0.330022
+0.998688 0.62977 0.334203
+1 0.629465 0.337728
+1 0.629908 0.340597
+0 0.517128 0.26952
+0 0.522927 0.274846
+0 0.528649 0.280201
+0 0.534966 0.285771
+0 0.541146 0.291737
+0 0.547097 0.298009
+0 0.55314 0.303105
+0 0.558816 0.308873
+0 0.564492 0.313741
+0 0.569543 0.318029
+0 0.574105 0.321782
+0 0.578866 0.32607
+0 0.583658 0.329015
+0 0.58735 0.330465
+0 0.591379 0.332784
+0 0.595789 0.335119
+0 0.600122 0.337881
+1.5259e-05 0.604059 0.341009
+0.000106813 0.606577 0.342733
+0.0408026 0.612314 0.337896
+0.11368 0.620432 0.329564
+0.240803 0.632914 0.314672
+0.393256 0.653147 0.304479
+0.53843 0.673106 0.296941
+0.671016 0.689632 0.295094
+0.765362 0.700084 0.291386
+0.848844 0.702831 0.293507
+0.920363 0.695903 0.304463
+0.965026 0.688731 0.314916
+0.989975 0.683864 0.321721
+0.999847 0.68043 0.326894
+0.999954 0.678325 0.329213
+1 0.680354 0.331792
+0 0.553536 0.270832
+0 0.558953 0.276204
+0 0.56466 0.281147
+0 0.570153 0.286
+0 0.575814 0.291371
+0 0.581353 0.296941
+0 0.58706 0.301991
+0 0.592325 0.306996
+0 0.598245 0.313283
+0 0.604059 0.319036
+0 0.609964 0.324742
+0 0.615305 0.330129
+0 0.620111 0.333532
+0 0.624125 0.336049
+0 0.62826 0.337331
+0 0.631891 0.339147
+0 0.635218 0.342107
+3.0518e-05 0.638926 0.345495
+0.00161746 0.642924 0.348669
+0.0141909 0.647608 0.350072
+0.0825971 0.655009 0.343832
+0.183948 0.665644 0.333013
+0.328969 0.684962 0.31809
+0.48275 0.707179 0.310262
+0.624903 0.729427 0.304433
+0.739406 0.748058 0.30045
+0.827359 0.759793 0.296284
+0.902449 0.763821 0.296742
+0.966293 0.755795 0.30573
+0.987228 0.74464 0.316243
+0.998505 0.7355 0.32224
+1 0.728634 0.325048
+1 0.73225 0.329488
+0 0.590173 0.275349
+0 0.595315 0.280232
+0 0.600488 0.284871
+0 0.605509 0.289281
+0 0.610452 0.293721
+0 0.615808 0.299138
+0 0.6224 0.306325
+0 0.628687 0.313252
+0 0.634501 0.319997
+0 0.639933 0.326009
+0 0.645197 0.331777
+0 0.649897 0.336996
+0 0.654154 0.341466
+0 0.657847 0.344213
+0 0.66128 0.346303
+0 0.664973 0.348531
+0 0.6701 0.351568
+0 0.675456 0.356313
+0.00166323 0.679606 0.360693
+0.00833143 0.683223 0.363684
+0.0552224 0.687755 0.359838
+0.143755 0.696666 0.350118
+0.264149 0.70959 0.337392
+0.422492 0.735195 0.324529
+0.567346 0.759274 0.319097
+0.700816 0.782971 0.315618
+0.801938 0.803967 0.309911
+0.882155 0.816175 0.306706
+0.945556 0.820005 0.305882
+0.985641 0.810178 0.311513
+0.995529 0.796704 0.323049
+0.999802 0.790982 0.331289
+1 0.794125 0.336187
+0 0.627085 0.282734
+0 0.63183 0.2878
+0 0.636912 0.293217
+0 0.642329 0.299611
+0 0.648112 0.305806
+0 0.653513 0.311482
+0 0.658488 0.31751
+0 0.663722 0.323934
+0 0.668605 0.329778
+0 0.673472 0.335622
+0 0.677836 0.341268
+0 0.682063 0.34641
+0 0.685847 0.351202
+0 0.689921 0.355749
+0 0.694957 0.360082
+0 0.700969 0.363714
+0 0.706325 0.366827
+0 0.709453 0.369375
+0.00480659 0.713039 0.371847
+0.0156405 0.716625 0.373327
+0.0319066 0.719585 0.37409
+0.105196 0.725093 0.366552
+0.2112 0.738094 0.354528
+0.345327 0.757855 0.338872
+0.506676 0.787243 0.331609
+0.645731 0.81294 0.328725
+0.768811 0.835859 0.329946
+0.858885 0.856718 0.325216
+0.925795 0.868681 0.322881
+0.975052 0.872908 0.321492
+0.994079 0.861921 0.322927
+0.998917 0.861997 0.326818
+1 0.865461 0.331701
+0 0.663218 0.294896
+0 0.668513 0.301045
+0 0.673396 0.307118
+0 0.678431 0.313024
+0 0.683223 0.318914
+0 0.6878 0.324529
+0 0.692134 0.330159
+0 0.697139 0.335927
+0 0.702144 0.341344
+0 0.706874 0.346868
+0 0.712001 0.352377
+0 0.717601 0.358221
+0 0.722911 0.363638
+0 0.72723 0.36846
+0 0.732021 0.373022
+0 0.736889 0.375753
+0 0.740963 0.37821
+0.000946059 0.745022 0.380011
+0.00462348 0.748638 0.381216
+0.0130007 0.753582 0.381262
+0.0301823 0.758724 0.380072
+0.0612039 0.763424 0.377325
+0.148089 0.775204 0.363485
+0.267247 0.794644 0.348745
+0.424262 0.822431 0.331624
+0.587564 0.847837 0.337346
+0.721263 0.86981 0.342916
+0.829389 0.887892 0.350179
+0.906783 0.905867 0.345953
+0.959701 0.916106 0.34258
+0.993881 0.923781 0.340444
+0.998657 0.929091 0.34403
+1 0.933364 0.348287
+0 0.699596 0.308263
+0 0.704509 0.313802
+0 0.709545 0.319295
+0 0.714336 0.324773
+0 0.719371 0.330114
+0 0.72433 0.335546
+0 0.729183 0.341009
+0 0.734279 0.346426
+0 0.741894 0.351156
+0 0.749096 0.35555
+0 0.756024 0.359625
+0 0.762814 0.363485
+0 0.768917 0.367453
+0 0.77435 0.371054
+0 0.779416 0.374151
+0 0.784176 0.376974
+0 0.790234 0.378683
+0.000289921 0.797345 0.379263
+0.00077821 0.806378 0.378744
+0.00254826 0.812894 0.376699
+0.0106508 0.815137 0.376837
+0.0322881 0.815991 0.37499
+0.0821546 0.817304 0.367666
+0.216983 0.833143 0.349569
+0.385412 0.852811 0.338552
+0.580407 0.875425 0.342626
+0.716548 0.888884 0.35993
+0.829404 0.904677 0.368017
+0.91928 0.923568 0.364004
+0.969421 0.934569 0.358175
+0.994675 0.940444 0.357733
+1 0.942077 0.361364
+1 0.942718 0.365713
+0 0.742016 0.315755
+0 0.749554 0.31931
+0 0.75642 0.323323
+0 0.763943 0.327092
+0 0.771069 0.331197
+0 0.778363 0.335607
+0 0.785016 0.33994
+0 0.791775 0.344198
+0 0.798245 0.348379
+0 0.799695 0.353857
+0 0.801038 0.359533
+0 0.802426 0.365194
+0 0.8038 0.370504
+0 0.805005 0.375387
+0 0.806104 0.379904
+0 0.807538 0.384192
+0 0.810178 0.387961
+1.5259e-05 0.817655 0.38938
+0.000350958 0.822934 0.389609
+0.0015259 0.82594 0.389151
+0.00737011 0.826505 0.390082
+0.0366522 0.826673 0.386694
+0.0997177 0.829755 0.378088
+0.247196 0.844511 0.356115
+0.433951 0.864393 0.352377
+0.614908 0.883024 0.359335
+0.756344 0.895201 0.38146
+0.856519 0.913024 0.381888
+0.934035 0.929015 0.377447
+0.988037 0.941024 0.370916
+0.996796 0.942718 0.373968
+0.999985 0.943236 0.377997
+0.999969 0.943145 0.383032
+0 0.79675 0.312856
+0 0.798016 0.31902
+0 0.799161 0.325414
+0 0.800855 0.331121
+0 0.802319 0.336904
+0 0.803723 0.343069
+0 0.805005 0.348837
+0 0.806226 0.354726
+0 0.807599 0.360525
+0 0.808759 0.366094
+0 0.809186 0.372122
+0 0.809674 0.377951
+0 0.810147 0.383795
+0 0.81207 0.389822
+0 0.814069 0.395636
+0 0.816541 0.400565
+0 0.819898 0.403555
+0 0.825055 0.404486
+0.000259403 0.827817 0.404547
+0.00265507 0.829099 0.405661
+0.00819409 0.829114 0.406699
+0.0470436 0.828977 0.402106
+0.147692 0.836698 0.386969
+0.298054 0.850309 0.36759
+0.497993 0.871748 0.365881
+0.66038 0.887068 0.380667
+0.794018 0.901122 0.398367
+0.888945 0.919692 0.396567
+0.953262 0.933227 0.391012
+0.992782 0.941711 0.388113
+0.999146 0.94284 0.39115
+0.999954 0.942901 0.396094
+0.999939 0.942809 0.400992
+0.0027924 0.0392767 0.0813611
+0.00263981 0.0395361 0.0822766
+0.00250248 0.0397955 0.0832227
+0.00282292 0.0403754 0.0846876
+0.00326543 0.0410468 0.0863203
+0.00373846 0.0417487 0.0880598
+0.00428779 0.0426795 0.090074
+0.00511177 0.0438697 0.0925154
+0.00645457 0.0449378 0.0949416
+0.00831617 0.0457771 0.0970169
+0.0116121 0.0468605 0.0992447
+0.0172732 0.0483711 0.102159
+0.0268254 0.0502327 0.105867
+0.042359 0.0525063 0.110445
+0.0614633 0.0536049 0.117144
+0.0861677 0.0551461 0.123705
+0.116701 0.0572824 0.129915
+0.155734 0.0614939 0.135821
+0.190829 0.0662699 0.14168
+0.225376 0.0713512 0.147799
+0.261189 0.0764477 0.154406
+0.298894 0.0808423 0.160983
+0.338567 0.0853132 0.167269
+0.38027 0.0900282 0.173068
+0.42884 0.0957046 0.179492
+0.479103 0.101625 0.185458
+0.531258 0.107805 0.190997
+0.58761 0.114137 0.1953
+0.64535 0.120409 0.199222
+0.70338 0.126848 0.202884
+0.761288 0.134905 0.205905
+0.816236 0.143069 0.209949
+0.868772 0.151354 0.214298
+0.00233463 0.040528 0.0843977
+0.00222782 0.0408026 0.085359
+0.0021973 0.0411536 0.0865034
+0.00260929 0.041886 0.0882734
+0.00308232 0.042771 0.0901961
+0.00357061 0.0436866 0.0921645
+0.00411994 0.0446326 0.0941787
+0.00505074 0.0458534 0.0965591
+0.00653086 0.0469062 0.0988785
+0.00856031 0.047837 0.100999
+0.0122835 0.0490883 0.103471
+0.0184176 0.0505684 0.106508
+0.0304723 0.0523995 0.110445
+0.0467231 0.0541848 0.115496
+0.06598 0.0556649 0.123079
+0.0938277 0.057435 0.129915
+0.127749 0.0602731 0.136477
+0.166674 0.064271 0.142458
+0.201724 0.0693675 0.148119
+0.238285 0.0746319 0.154452
+0.275685 0.0797742 0.161089
+0.314214 0.0841688 0.16788
+0.355276 0.0888685 0.174044
+0.399573 0.0940719 0.180377
+0.448295 0.0998856 0.186969
+0.499641 0.10602 0.19266
+0.553216 0.112306 0.197665
+0.609812 0.118746 0.201923
+0.667765 0.124849 0.205646
+0.725704 0.131899 0.208972
+0.783017 0.139864 0.212039
+0.836484 0.148135 0.216556
+0.887663 0.156405 0.220401
+0.00202945 0.0419471 0.0878157
+0.00195315 0.0423438 0.0889448
+0.00205997 0.0429847 0.090486
+0.0024567 0.0438392 0.0923476
+0.00291447 0.0447089 0.0942092
+0.0033875 0.0455634 0.0960555
+0.00404364 0.0465553 0.098024
+0.00511177 0.0477455 0.100282
+0.00674449 0.0488899 0.102708
+0.00906386 0.0499428 0.105028
+0.0128023 0.0513161 0.107759
+0.0191501 0.0526741 0.110918
+0.0337072 0.0546273 0.115557
+0.0512245 0.0564431 0.121965
+0.0719921 0.0581674 0.129427
+0.100908 0.0598306 0.136675
+0.13846 0.0631571 0.143053
+0.176944 0.0673991 0.148974
+0.213733 0.0726024 0.154528
+0.251942 0.0781262 0.16112
+0.290745 0.0831006 0.167926
+0.330312 0.0877394 0.174945
+0.372229 0.0926375 0.181186
+0.418906 0.0982834 0.187915
+0.468635 0.104417 0.194553
+0.520211 0.110689 0.200015
+0.575479 0.117174 0.20473
+0.632273 0.123491 0.208743
+0.690684 0.129381 0.2121
+0.748318 0.137072 0.215259
+0.803769 0.145068 0.218814
+0.856611 0.153277 0.223026
+0.906752 0.161471 0.226551
+0.00177005 0.0438392 0.0917678
+0.00167849 0.0443275 0.0929732
+0.00187686 0.0449989 0.0945449
+0.00227359 0.0457923 0.0962539
+0.00270085 0.0466163 0.0979629
+0.00321965 0.0474708 0.0996872
+0.00396735 0.0485084 0.101656
+0.00521859 0.0496986 0.10396
+0.00704967 0.0508888 0.106523
+0.00970474 0.0522774 0.109529
+0.0137636 0.0538033 0.113054
+0.0205539 0.0551003 0.116579
+0.0364233 0.0570382 0.121202
+0.0552224 0.0589761 0.128603
+0.0789502 0.0606851 0.135958
+0.108949 0.0625315 0.143374
+0.149279 0.0659037 0.149798
+0.187945 0.0706951 0.155566
+0.226703 0.0761273 0.161425
+0.265995 0.0818647 0.167819
+0.30605 0.0866255 0.175021
+0.346822 0.0915389 0.182071
+0.389593 0.0967575 0.188907
+0.438224 0.102983 0.195911
+0.488807 0.109331 0.202182
+0.541588 0.11574 0.207706
+0.597726 0.122255 0.212009
+0.655283 0.128252 0.215534
+0.713252 0.134371 0.218524
+0.770611 0.142199 0.221653
+0.824201 0.150286 0.225437
+0.875822 0.158419 0.229221
+0.9252 0.166308 0.232532
+0.00148013 0.0458381 0.095613
+0.00138857 0.0463111 0.0967727
+0.00163272 0.047013 0.0983291
+0.00204471 0.0478218 0.0999771
+0.00250248 0.0486458 0.10161
+0.0030518 0.0495155 0.103319
+0.00393683 0.0505989 0.105425
+0.00531014 0.0518654 0.10808
+0.00723278 0.0532845 0.111192
+0.0100404 0.0549172 0.114946
+0.0142519 0.0563516 0.118776
+0.0234684 0.0577707 0.122713
+0.0398413 0.0597543 0.127932
+0.0584726 0.0619059 0.135271
+0.084947 0.0634775 0.142962
+0.11899 0.0657816 0.150286
+0.159731 0.0689555 0.156924
+0.199878 0.0743267 0.162478
+0.240024 0.0799573 0.168902
+0.280644 0.0855268 0.175738
+0.321309 0.090547 0.182971
+0.363622 0.0957809 0.18999
+0.408789 0.101534 0.197101
+0.45774 0.107988 0.204211
+0.509544 0.114443 0.210178
+0.563531 0.120897 0.215152
+0.620066 0.127398 0.219257
+0.678386 0.132906 0.222171
+0.735683 0.139651 0.225025
+0.791562 0.147356 0.228168
+0.84448 0.155627 0.232044
+0.894682 0.163531 0.235431
+0.940764 0.171191 0.239002
+0.00112917 0.0480354 0.0994278
+0.00112917 0.0485237 0.100618
+0.00141909 0.0492256 0.102113
+0.0018616 0.0500343 0.103746
+0.00236515 0.0510109 0.105715
+0.00296025 0.0519722 0.107668
+0.00386053 0.0530709 0.109911
+0.00527962 0.0544289 0.112734
+0.00724804 0.0560922 0.116548
+0.0101167 0.0581826 0.121462
+0.0142061 0.0593118 0.125399
+0.0257267 0.0609293 0.129488
+0.0428473 0.0632181 0.135531
+0.0629435 0.0652628 0.142596
+0.0897841 0.0667887 0.150546
+0.128542 0.0693065 0.158007
+0.169741 0.0730449 0.164904
+0.211704 0.0780041 0.17113
+0.25333 0.0837873 0.177279
+0.295186 0.0893263 0.183993
+0.337469 0.0948348 0.190982
+0.380499 0.100237 0.198108
+0.428122 0.106584 0.205463
+0.478019 0.113146 0.21236
+0.530236 0.119661 0.218387
+0.585794 0.126192 0.222721
+0.642878 0.132235 0.226139
+0.701595 0.137514 0.228779
+0.757519 0.145098 0.23183
+0.811612 0.153079 0.235386
+0.864103 0.161257 0.239155
+0.913237 0.168948 0.242588
+0.954406 0.176226 0.24622
+0.000961318 0.0505989 0.103593
+0.00103761 0.0511788 0.104967
+0.00134279 0.0520027 0.106737
+0.00173953 0.0530251 0.108736
+0.0021973 0.0540169 0.110765
+0.00280766 0.0550546 0.112902
+0.00378424 0.05626 0.11545
+0.00526436 0.0577707 0.118837
+0.00733959 0.0597391 0.123461
+0.0102083 0.0619516 0.128893
+0.0138094 0.0630045 0.133043
+0.0272526 0.0651102 0.137423
+0.0449073 0.0675059 0.143938
+0.0675822 0.0693065 0.151156
+0.0966659 0.0708934 0.158801
+0.136919 0.0730602 0.166857
+0.180011 0.0770275 0.173724
+0.223835 0.0818341 0.17995
+0.266896 0.0876326 0.185473
+0.310307 0.0935836 0.192294
+0.353964 0.0994125 0.199283
+0.398383 0.105196 0.206531
+0.447379 0.111925 0.214054
+0.498451 0.118471 0.220569
+0.551904 0.125078 0.226383
+0.608484 0.131838 0.230793
+0.665888 0.137514 0.233814
+0.722942 0.143648 0.236591
+0.778515 0.15111 0.239536
+0.831571 0.15903 0.242832
+0.882734 0.166857 0.246296
+0.931273 0.174395 0.249851
+0.967758 0.181277 0.253407
+0.000854505 0.0544594 0.109285
+0.000976577 0.0552834 0.111086
+0.00120546 0.0560922 0.112947
+0.0015259 0.0569009 0.114885
+0.0019379 0.0579232 0.117098
+0.00256352 0.0589761 0.119509
+0.00361639 0.0602274 0.122469
+0.00514229 0.0617838 0.126329
+0.00732433 0.0637675 0.131228
+0.0102388 0.0658732 0.136706
+0.0160525 0.0678264 0.14168
+0.0284886 0.0700847 0.146441
+0.0453498 0.0722362 0.152514
+0.0713817 0.0735485 0.159686
+0.104555 0.0750744 0.167498
+0.14432 0.0773022 0.176303
+0.190936 0.0809491 0.183429
+0.236118 0.0861982 0.189273
+0.281132 0.0922713 0.194659
+0.326024 0.0987411 0.200763
+0.370474 0.104585 0.20795
+0.417243 0.110887 0.215396
+0.467018 0.117815 0.223285
+0.519249 0.124498 0.229801
+0.573678 0.131151 0.234989
+0.629923 0.137667 0.239261
+0.688136 0.143175 0.241749
+0.74403 0.149828 0.244327
+0.798367 0.157076 0.246998
+0.851682 0.16495 0.250034
+0.901183 0.172564 0.253605
+0.945373 0.179782 0.257267
+0.980789 0.186313 0.260609
+0.000701915 0.0595102 0.116762
+0.000839246 0.0603647 0.118746
+0.0010071 0.0611124 0.120714
+0.0012665 0.0620127 0.122911
+0.00164797 0.0628061 0.125093
+0.00230411 0.0637522 0.12755
+0.00340276 0.0649119 0.130526
+0.00489815 0.0665446 0.134463
+0.00714122 0.0688792 0.139834
+0.010071 0.0715038 0.145708
+0.0168154 0.0742504 0.151217
+0.0284428 0.0770275 0.156878
+0.0464027 0.0792859 0.163317
+0.0731212 0.0804303 0.170077
+0.109346 0.0816968 0.179049
+0.152331 0.0834669 0.187442
+0.201099 0.0859541 0.194766
+0.248966 0.091722 0.199344
+0.295415 0.0980087 0.204532
+0.341512 0.104311 0.210193
+0.387442 0.110277 0.21735
+0.436484 0.117037 0.225101
+0.487312 0.123949 0.232425
+0.539406 0.130831 0.239078
+0.595224 0.137438 0.243626
+0.652125 0.143542 0.247272
+0.71014 0.149187 0.249851
+0.764691 0.155962 0.251987
+0.818433 0.163256 0.254551
+0.871061 0.170871 0.257359
+0.919676 0.178408 0.261112
+0.958999 0.185183 0.264714
+0.988266 0.191608 0.267887
+0.000610361 0.0657969 0.125475
+0.000717174 0.0666667 0.12752
+0.000869764 0.0674907 0.129534
+0.00105287 0.0683909 0.131731
+0.00140383 0.069337 0.134051
+0.00207523 0.0702373 0.13669
+0.00311284 0.0714427 0.139834
+0.0043946 0.073579 0.143893
+0.00663767 0.0765698 0.149538
+0.00943008 0.0794842 0.155413
+0.01561 0.0827649 0.161501
+0.0259556 0.0857557 0.168643
+0.0463264 0.0878157 0.175982
+0.0753033 0.0888533 0.182818
+0.112154 0.0892958 0.191409
+0.159518 0.0899977 0.199481
+0.209659 0.092607 0.205936
+0.26125 0.0977188 0.210529
+0.308965 0.104036 0.214633
+0.357397 0.110399 0.220386
+0.405829 0.116854 0.227237
+0.455314 0.123857 0.234974
+0.507073 0.130846 0.24184
+0.560265 0.137545 0.247715
+0.616175 0.143877 0.252415
+0.673869 0.149538 0.255375
+0.730694 0.155489 0.257679
+0.784878 0.161868 0.259602
+0.838407 0.169543 0.262104
+0.889372 0.177157 0.265492
+0.936904 0.184466 0.269306
+0.972351 0.190875 0.272541
+0.992203 0.197131 0.275364
+0.000534066 0.0746624 0.136126
+0.000610361 0.0759594 0.138521
+0.000732433 0.0774548 0.141207
+0.000869764 0.078996 0.143999
+0.00115969 0.0804456 0.146715
+0.00172427 0.0818952 0.149599
+0.00256352 0.083299 0.152575
+0.00376898 0.0847791 0.155901
+0.00590524 0.0867018 0.160388
+0.00875868 0.0887922 0.165515
+0.0138399 0.0915694 0.172442
+0.0218357 0.0950027 0.181857
+0.0434577 0.0974594 0.189609
+0.0744488 0.0984817 0.197009
+0.113924 0.098558 0.204608
+0.161913 0.0982986 0.212909
+0.216342 0.101427 0.218769
+0.271275 0.106188 0.223301
+0.324132 0.112551 0.226108
+0.374304 0.118654 0.231632
+0.42446 0.125154 0.238056
+0.474571 0.131792 0.245121
+0.526116 0.138262 0.25124
+0.580575 0.144335 0.256443
+0.636896 0.150072 0.260655
+0.695384 0.155673 0.26331
+0.75053 0.161898 0.265538
+0.804364 0.168658 0.267781
+0.857053 0.176181 0.270466
+0.906477 0.183459 0.273884
+0.949859 0.190234 0.277028
+0.98558 0.196582 0.279973
+0.995697 0.202548 0.28246
+0.00047303 0.0865187 0.149355
+0.000549325 0.0878004 0.151781
+0.00062562 0.0891585 0.15433
+0.000732433 0.090486 0.156847
+0.000976577 0.0917372 0.15938
+0.00149538 0.093019 0.162051
+0.00221256 0.0942855 0.164874
+0.00335698 0.0954757 0.168261
+0.00518807 0.0964981 0.17229
+0.00816358 0.0988022 0.178393
+0.0126802 0.102037 0.186374
+0.0193179 0.106188 0.195682
+0.0354009 0.109972 0.204578
+0.0693675 0.111467 0.212711
+0.11043 0.111742 0.220722
+0.16025 0.111009 0.228336
+0.22089 0.112505 0.234562
+0.2804 0.11693 0.237324
+0.337911 0.122438 0.239445
+0.390753 0.128008 0.242588
+0.441611 0.133776 0.248722
+0.492638 0.140002 0.254887
+0.54435 0.146456 0.26096
+0.600229 0.151995 0.26566
+0.657755 0.157382 0.268971
+0.715526 0.162631 0.271412
+0.76968 0.168734 0.273579
+0.822995 0.175647 0.276097
+0.874601 0.182773 0.278828
+0.923766 0.189639 0.281773
+0.962753 0.196063 0.284596
+0.990066 0.202243 0.287221
+0.998856 0.207904 0.289494
+0.000488289 0.0982071 0.162203
+0.000549325 0.100038 0.164828
+0.000595102 0.101869 0.167651
+0.000656138 0.103685 0.170489
+0.000808728 0.105547 0.173571
+0.00122072 0.107439 0.176898
+0.00181582 0.108934 0.180362
+0.00277714 0.110704 0.184558
+0.00424201 0.112718 0.189319
+0.00682078 0.114534 0.194888
+0.0105135 0.116945 0.201785
+0.0168917 0.120638 0.2103
+0.03093 0.124681 0.219806
+0.0575265 0.127687 0.229694
+0.101839 0.127398 0.237888
+0.155962 0.12665 0.245792
+0.217945 0.126177 0.253025
+0.286275 0.129854 0.254459
+0.347387 0.135332 0.255497
+0.404578 0.141817 0.257389
+0.457908 0.147829 0.262425
+0.510079 0.153048 0.267323
+0.563836 0.157702 0.271931
+0.619226 0.161944 0.275898
+0.677485 0.165972 0.27776
+0.734035 0.170794 0.279774
+0.78819 0.17641 0.28188
+0.840589 0.183093 0.284306
+0.89131 0.189563 0.286885
+0.9393 0.19585 0.289357
+0.975738 0.201999 0.29192
+0.993179 0.207813 0.294347
+1 0.213458 0.296803
+0.000640879 0.114046 0.176852
+0.000564584 0.116365 0.18024
+0.000488289 0.118685 0.183642
+0.000427253 0.121096 0.187076
+0.000534066 0.123201 0.190661
+0.000808728 0.125139 0.194339
+0.00122072 0.127031 0.198291
+0.0018616 0.129107 0.20264
+0.00297551 0.130785 0.207263
+0.00482185 0.132387 0.212039
+0.00802625 0.134356 0.217792
+0.0131991 0.137835 0.224598
+0.0252537 0.142199 0.23476
+0.046479 0.14551 0.246067
+0.0853895 0.14696 0.256214
+0.142657 0.146044 0.265736
+0.209476 0.145892 0.272221
+0.284184 0.146532 0.275166
+0.352956 0.152682 0.27361
+0.415213 0.158846 0.274723
+0.472862 0.164446 0.276982
+0.526268 0.168231 0.281132
+0.581369 0.170962 0.284077
+0.637797 0.173465 0.286229
+0.695659 0.176287 0.286946
+0.751019 0.181018 0.288518
+0.804974 0.186038 0.290364
+0.857786 0.191394 0.292226
+0.908309 0.197147 0.294682
+0.951675 0.203021 0.297414
+0.986847 0.208865 0.299916
+0.996323 0.214405 0.302495
+1 0.219684 0.304875
+0.000350958 0.133883 0.193866
+0.000289921 0.136065 0.197498
+0.000274662 0.138277 0.200839
+0.000274662 0.140581 0.20412
+0.00030518 0.142718 0.207446
+0.000411994 0.145159 0.211063
+0.000640879 0.147143 0.214588
+0.00114443 0.149264 0.218433
+0.00201419 0.151263 0.222507
+0.00334173 0.152987 0.226612
+0.00561532 0.154894 0.231586
+0.00929274 0.158236 0.238224
+0.0177615 0.163104 0.249729
+0.0365759 0.167498 0.262074
+0.0668956 0.170687 0.274357
+0.121172 0.171221 0.284871
+0.193896 0.169589 0.291447
+0.27155 0.170031 0.294697
+0.352911 0.173648 0.293675
+0.421012 0.180285 0.2925
+0.482124 0.185077 0.293492
+0.53785 0.188754 0.296178
+0.594507 0.190661 0.298238
+0.652079 0.191608 0.29807
+0.709926 0.192233 0.296986
+0.766354 0.194156 0.298039
+0.820798 0.197864 0.299413
+0.873854 0.202075 0.301122
+0.924331 0.207233 0.303929
+0.963638 0.212253 0.306264
+0.989609 0.216953 0.308629
+0.999847 0.2215 0.310979
+1 0.226032 0.312871
+9.15541e-05 0.15436 0.208667
+7.62951e-05 0.156695 0.212024
+6.10361e-05 0.158984 0.215335
+6.10361e-05 0.161532 0.218769
+7.62951e-05 0.164263 0.222461
+0.000122072 0.166827 0.226169
+0.000244144 0.169192 0.230045
+0.000503548 0.171664 0.234241
+0.000961318 0.174075 0.238575
+0.0019379 0.176379 0.243229
+0.00354009 0.179004 0.248386
+0.0062562 0.182391 0.254932
+0.0119631 0.186831 0.264759
+0.0249485 0.191394 0.276387
+0.0533608 0.195438 0.28777
+0.0972763 0.198611 0.299397
+0.16669 0.198047 0.310063
+0.251255 0.198245 0.314092
+0.337331 0.200809 0.314672
+0.423087 0.206821 0.310536
+0.48452 0.211444 0.311391
+0.544274 0.213764 0.311971
+0.602106 0.214267 0.31223
+0.661646 0.213382 0.310231
+0.720165 0.213275 0.309499
+0.777707 0.213779 0.309346
+0.833143 0.215091 0.309697
+0.886763 0.217639 0.311559
+0.935988 0.220768 0.31371
+0.975631 0.223621 0.315633
+0.992584 0.226886 0.317708
+1 0.230228 0.319295
+1 0.23357 0.320348
+1.5259e-05 0.177478 0.224262
+1.5259e-05 0.179995 0.227817
+0 0.182589 0.231403
+0 0.185245 0.235233
+0 0.188098 0.239063
+0 0.191119 0.243061
+4.57771e-05 0.193866 0.247105
+0.000106813 0.19707 0.251453
+0.000289921 0.200214 0.255863
+0.000762951 0.203113 0.260243
+0.00170901 0.206165 0.264958
+0.0039826 0.209369 0.270756
+0.0084535 0.213321 0.278248
+0.0145113 0.217395 0.286763
+0.0371099 0.222553 0.298589
+0.0773632 0.227481 0.311528
+0.136248 0.231235 0.324483
+0.221805 0.230289 0.333349
+0.316533 0.232639 0.333822
+0.406394 0.236332 0.332296
+0.480644 0.241794 0.329778
+0.542824 0.243137 0.328588
+0.604471 0.243244 0.326833
+0.66627 0.242008 0.324224
+0.726055 0.241108 0.32285
+0.784375 0.240146 0.322011
+0.841718 0.238743 0.32195
+0.897215 0.238575 0.32311
+0.944762 0.238621 0.324376
+0.982391 0.23978 0.325658
+0.996139 0.240894 0.326909
+1 0.241932 0.327459
+1 0.243122 0.327459
+0 0.203479 0.239765
+0 0.20618 0.243305
+0 0.209247 0.247013
+0 0.212268 0.25098
+0 0.215381 0.255055
+0 0.218631 0.259174
+0 0.221942 0.263218
+0 0.225467 0.267338
+1.5259e-05 0.229084 0.271626
+0.000167849 0.232914 0.275944
+0.000595102 0.236164 0.280354
+0.0018616 0.239429 0.285344
+0.0043183 0.242832 0.291295
+0.00994888 0.246387 0.298222
+0.02121 0.250889 0.307561
+0.0586252 0.257191 0.319631
+0.113375 0.262837 0.333089
+0.185885 0.267231 0.346777
+0.285222 0.267323 0.353002
+0.379538 0.271473 0.352193
+0.466972 0.275608 0.348791
+0.535546 0.278492 0.347127
+0.600763 0.277897 0.344167
+0.664347 0.276493 0.34136
+0.727962 0.274495 0.338308
+0.788434 0.272709 0.336736
+0.847868 0.270924 0.335683
+0.906264 0.268971 0.334981
+0.952987 0.266209 0.335241
+0.983871 0.262531 0.335622
+1 0.258732 0.336049
+1 0.257343 0.336309
+1 0.257649 0.33611
+0 0.23209 0.254704
+0 0.235142 0.258335
+0 0.238666 0.262242
+0 0.242084 0.266239
+0 0.245487 0.270237
+0 0.249119 0.274266
+0 0.252934 0.278309
+0 0.257176 0.282383
+0 0.261158 0.286519
+1.5259e-05 0.265141 0.290852
+0.000106813 0.268711 0.295186
+0.000503548 0.272358 0.299428
+0.00158694 0.275761 0.304311
+0.00469978 0.280064 0.310643
+0.0122072 0.285115 0.318563
+0.0289158 0.291768 0.32874
+0.0803845 0.299016 0.342809
+0.152255 0.305104 0.356023
+0.244465 0.309102 0.367117
+0.34992 0.310185 0.368688
+0.441901 0.313497 0.368231
+0.525383 0.31751 0.366217
+0.592599 0.316732 0.363317
+0.659037 0.315633 0.360174
+0.724269 0.314244 0.35697
+0.787701 0.313069 0.355566
+0.848554 0.309834 0.354025
+0.906249 0.306249 0.352056
+0.960128 0.301488 0.349523
+0.986862 0.295766 0.348394
+0.999985 0.290654 0.347555
+1 0.285618 0.347265
+1 0.281804 0.346044
+0 0.265278 0.26952
+0 0.269245 0.273106
+0 0.272999 0.276829
+0 0.276936 0.280629
+0 0.280629 0.284321
+0 0.28426 0.288136
+0 0.28777 0.291981
+0 0.29131 0.296147
+0 0.296071 0.300786
+0 0.301472 0.306111
+0 0.305715 0.310994
+6.10361e-05 0.31014 0.315541
+0.000259403 0.314199 0.320119
+0.0012665 0.318288 0.325582
+0.00480659 0.323262 0.332143
+0.0152743 0.329122 0.340414
+0.0468757 0.337484 0.351827
+0.117098 0.346242 0.362707
+0.205493 0.352621 0.373602
+0.306584 0.3552 0.38613
+0.413855 0.357855 0.38558
+0.504173 0.359686 0.382803
+0.582635 0.360815 0.380972
+0.650675 0.362295 0.378653
+0.717174 0.362676 0.377569
+0.783093 0.361639 0.376104
+0.846479 0.359457 0.373678
+0.905852 0.354559 0.371038
+0.956283 0.348608 0.36846
+0.988724 0.342061 0.366445
+0.99736 0.333089 0.363973
+1 0.323232 0.360784
+1 0.31194 0.356909
+0 0.304402 0.283742
+0 0.308522 0.287556
+0 0.312642 0.291478
+0 0.316747 0.295537
+0 0.320562 0.299748
+0 0.324941 0.304204
+0 0.329259 0.309041
+0 0.333776 0.313893
+0 0.338186 0.318761
+0 0.343404 0.323644
+0 0.348638 0.328206
+0 0.353902 0.332723
+3.0518e-05 0.358724 0.337423
+0.000137331 0.363088 0.342092
+0.000900282 0.367605 0.347829
+0.00714122 0.373312 0.354864
+0.0226596 0.380346 0.363287
+0.0673533 0.390738 0.37229
+0.150973 0.40174 0.383581
+0.25771 0.409064 0.389212
+0.379263 0.409751 0.384787
+0.479698 0.410605 0.389868
+0.569421 0.412192 0.391318
+0.642634 0.413306 0.393881
+0.710842 0.414847 0.393027
+0.777325 0.415595 0.392279
+0.842039 0.415778 0.391959
+0.903639 0.412192 0.390631
+0.95172 0.406851 0.389197
+0.986831 0.399558 0.386999
+0.997314 0.38822 0.383383
+1 0.376867 0.379431
+1 0.365103 0.374899
+0 0.34847 0.299229
+0 0.35285 0.303166
+0 0.357671 0.307286
+0 0.362295 0.311711
+0 0.367315 0.316289
+0 0.372381 0.321004
+0 0.376287 0.325734
+0 0.380911 0.330327
+0 0.385962 0.335424
+0 0.391669 0.340246
+0 0.39791 0.344808
+0 0.404227 0.349706
+0 0.409995 0.354498
+1.5259e-05 0.414847 0.358923
+4.57771e-05 0.418906 0.363378
+0.000564584 0.42414 0.368612
+0.00866712 0.431296 0.374121
+0.027924 0.439384 0.380285
+0.093492 0.449409 0.384619
+0.195239 0.457404 0.3841
+0.314153 0.464805 0.381735
+0.455756 0.467277 0.371954
+0.550103 0.466117 0.385107
+0.635538 0.467689 0.394781
+0.707454 0.471 0.400488
+0.773617 0.473472 0.404486
+0.838529 0.474769 0.407034
+0.901457 0.474983 0.406653
+0.953109 0.470542 0.403342
+0.984573 0.464714 0.400366
+0.999908 0.457084 0.398367
+0.999969 0.446876 0.396887
+1 0.434882 0.393988
+0 0.398489 0.314382
+0 0.403326 0.318456
+0 0.408682 0.322744
+0 0.414084 0.32697
+0 0.419577 0.331487
+0 0.424903 0.336141
+0 0.430243 0.340871
+0 0.436072 0.345632
+0 0.442206 0.350958
+0 0.447623 0.356207
+0 0.45304 0.362112
+0 0.459586 0.366583
+0 0.465187 0.369696
+0 0.469291 0.373144
+0 0.473289 0.376791
+0 0.477302 0.380896
+1.5259e-05 0.482414 0.385061
+0.0128939 0.488579 0.388739
+0.0390173 0.4972 0.391699
+0.133028 0.505318 0.38793
+0.257008 0.510903 0.376287
+0.393393 0.515724 0.362432
+0.535012 0.523796 0.355917
+0.62884 0.523507 0.372183
+0.707164 0.523537 0.389654
+0.775509 0.527138 0.399161
+0.841276 0.530022 0.402625
+0.903655 0.531243 0.404807
+0.962478 0.531792 0.405295
+0.98677 0.528267 0.405722
+0.998917 0.523568 0.405905
+1 0.517296 0.404959
+1 0.508431 0.403723
+0 0.453651 0.327276
+0 0.457969 0.330312
+0 0.461967 0.333639
+0 0.466697 0.337697
+0 0.47219 0.342824
+0 0.478294 0.348638
+0 0.484657 0.354925
+0 0.491768 0.362112
+0 0.498527 0.368872
+0 0.504387 0.373754
+0 0.510216 0.378225
+0 0.51516 0.380774
+0 0.51838 0.383078
+0 0.521752 0.385702
+0 0.525307 0.388952
+0 0.528771 0.392157
+0 0.532937 0.395727
+0.000244144 0.539376 0.398657
+0.0233616 0.544747 0.397986
+0.0685435 0.546838 0.391562
+0.198978 0.551202 0.374487
+0.338567 0.561929 0.360311
+0.481315 0.574609 0.349187
+0.608026 0.581399 0.350423
+0.701167 0.582162 0.364828
+0.778576 0.581186 0.382223
+0.846342 0.582315 0.391165
+0.909682 0.58471 0.396002
+0.960494 0.58558 0.399908
+0.990921 0.585916 0.403067
+0.997543 0.584482 0.405051
+1 0.58175 0.406302
+1 0.577157 0.407248
+0 0.496574 0.328588
+0 0.503761 0.335119
+0 0.509529 0.341283
+0 0.515709 0.346639
+0 0.521752 0.351919
+0 0.528115 0.357656
+0 0.532174 0.360983
+0 0.537575 0.365881
+0 0.543206 0.370382
+0 0.548699 0.375769
+0 0.554452 0.380957
+0 0.560372 0.386236
+0 0.56672 0.390936
+0 0.571481 0.394186
+0 0.574823 0.396796
+0 0.578454 0.3991
+0 0.582483 0.401007
+0 0.585061 0.401724
+0.00674449 0.584573 0.399115
+0.0501106 0.586923 0.393088
+0.134569 0.59202 0.382223
+0.275807 0.603403 0.36733
+0.421134 0.616617 0.355978
+0.566903 0.632792 0.347951
+0.679728 0.64239 0.349828
+0.77319 0.644266 0.35935
+0.849271 0.641352 0.374258
+0.913558 0.638437 0.383841
+0.958907 0.637659 0.389853
+0.989883 0.638285 0.394553
+0.998337 0.63917 0.398077
+1 0.637568 0.4
+1 0.637934 0.40206
+0 0.537148 0.325856
+0 0.54342 0.331365
+0 0.550225 0.336629
+0 0.555779 0.341878
+0 0.560555 0.347707
+0 0.566155 0.353811
+0 0.571771 0.359686
+0 0.5776 0.36611
+0 0.583764 0.372366
+0 0.589975 0.378302
+0 0.596216 0.383505
+0 0.602304 0.388418
+0 0.607813 0.391562
+0 0.612116 0.393256
+0 0.61474 0.394766
+0 0.617029 0.396078
+0 0.619608 0.398947
+0 0.622202 0.401907
+0 0.624506 0.404242
+0.0293126 0.628077 0.400046
+0.0932479 0.632654 0.391531
+0.213352 0.638987 0.377539
+0.363226 0.655604 0.36437
+0.50985 0.673091 0.354849
+0.653742 0.69337 0.349462
+0.753002 0.703471 0.349416
+0.83946 0.705699 0.35433
+0.910979 0.699351 0.365667
+0.960525 0.694041 0.375799
+0.987533 0.690394 0.383627
+0.999496 0.68893 0.388663
+0.999863 0.687907 0.391531
+1 0.690608 0.394598
+0 0.571878 0.321889
+0 0.577661 0.327962
+0 0.58349 0.334157
+0 0.590066 0.340261
+0 0.596185 0.347189
+0 0.60264 0.353643
+0 0.608896 0.360052
+0 0.615259 0.366278
+0 0.620966 0.372412
+0 0.626902 0.377447
+0 0.632334 0.382376
+0 0.637705 0.388266
+0 0.642741 0.392126
+0 0.646342 0.394842
+0 0.649744 0.39765
+0 0.652033 0.399619
+0 0.655573 0.402884
+0 0.659388 0.406271
+0.00108339 0.662623 0.408453
+0.00666819 0.664607 0.407218
+0.0662852 0.66804 0.400137
+0.157443 0.673915 0.390127
+0.298665 0.685863 0.376043
+0.454871 0.70837 0.364828
+0.599268 0.730953 0.357336
+0.724758 0.750179 0.355657
+0.816159 0.761379 0.352728
+0.894591 0.764675 0.354955
+0.960525 0.757244 0.365087
+0.984619 0.748226 0.375708
+0.997467 0.741436 0.38233
+1 0.736996 0.387289
+1 0.740703 0.391882
+0 0.607095 0.323857
+0 0.612955 0.330053
+0 0.619135 0.335805
+0 0.624918 0.341527
+0 0.631159 0.346777
+0 0.637034 0.353368
+0 0.642527 0.359777
+0 0.648005 0.365759
+0 0.653864 0.372854
+0 0.659876 0.379934
+0 0.665766 0.387228
+0 0.671595 0.394018
+0 0.676722 0.399313
+0 0.680766 0.40325
+0 0.684352 0.405325
+0 0.687694 0.406622
+0 0.69041 0.407645
+0 0.692439 0.409339
+0.000656138 0.69456 0.41117
+0.00505074 0.696956 0.412161
+0.0334325 0.700587 0.41146
+0.118547 0.706386 0.404501
+0.236866 0.715434 0.393805
+0.392477 0.735546 0.378653
+0.541588 0.759411 0.371954
+0.679973 0.783551 0.367666
+0.789487 0.804685 0.36463
+0.872999 0.8168 0.361761
+0.938918 0.820462 0.361624
+0.984665 0.81117 0.367834
+0.994614 0.800122 0.380194
+0.999695 0.795666 0.388251
+1 0.798947 0.392706
+0 0.642237 0.329931
+0 0.64773 0.33579
+0 0.652766 0.341619
+0 0.657618 0.346716
+0 0.66247 0.352041
+0 0.66743 0.35761
+0 0.674113 0.365789
+0 0.680644 0.373907
+0 0.686885 0.381506
+0 0.692882 0.388418
+0 0.698634 0.395071
+0 0.703777 0.401251
+0 0.708598 0.406744
+0 0.712428 0.41062
+0 0.715419 0.41297
+0 0.718105 0.413474
+0 0.71986 0.413199
+0 0.72372 0.417365
+7.62951e-05 0.728435 0.421347
+0.00494392 0.73228 0.423957
+0.0162203 0.735348 0.424994
+0.0814832 0.73785 0.419776
+0.183307 0.74667 0.408911
+0.315526 0.760464 0.394751
+0.477394 0.786923 0.383825
+0.621714 0.812222 0.380285
+0.751995 0.836683 0.380484
+0.84918 0.856901 0.377417
+0.919661 0.869032 0.374502
+0.970871 0.873335 0.37258
+0.993957 0.862638 0.374258
+0.998627 0.863035 0.379019
+1 0.867231 0.384176
+0 0.675166 0.338979
+0 0.679728 0.344411
+0 0.684077 0.350118
+0 0.689998 0.357092
+0 0.69601 0.364202
+0 0.701732 0.370809
+0 0.707362 0.377447
+0 0.713512 0.383719
+0 0.719493 0.389746
+0 0.72517 0.396063
+0 0.730556 0.401679
+0 0.735317 0.40705
+0 0.739849 0.411917
+0 0.744152 0.416999
+0 0.748852 0.421881
+0 0.752987 0.423926
+0 0.75697 0.426902
+6.10361e-05 0.760891 0.429007
+0.000244144 0.76466 0.429984
+0.00424201 0.769268 0.430396
+0.016846 0.773693 0.429847
+0.0384375 0.777432 0.428519
+0.122072 0.784634 0.417365
+0.240299 0.799207 0.402991
+0.391104 0.821363 0.384268
+0.562173 0.84799 0.383169
+0.700618 0.870192 0.3879
+0.817838 0.888106 0.397604
+0.899687 0.906188 0.395224
+0.955734 0.916533 0.391928
+0.992828 0.924514 0.388846
+0.998657 0.930602 0.392111
+0.999954 0.932311 0.396796
+0 0.708812 0.34995
+0 0.714992 0.356512
+0 0.720745 0.36289
+0 0.726665 0.368933
+0 0.73225 0.374823
+0 0.73756 0.380575
+0 0.742596 0.386023
+0 0.748287 0.391272
+0 0.755184 0.395499
+0 0.76199 0.399771
+0 0.768521 0.40444
+0 0.775647 0.409857
+0 0.783093 0.414862
+0 0.78938 0.419532
+0 0.795224 0.423545
+0 0.8009 0.426459
+0 0.806165 0.428321
+3.0518e-05 0.811551 0.428397
+0.000228885 0.817243 0.427207
+0.000656138 0.822187 0.426978
+0.00442512 0.823285 0.42826
+0.0216983 0.823972 0.427375
+0.0633402 0.824552 0.423163
+0.194156 0.835889 0.402838
+0.359014 0.852186 0.388663
+0.554314 0.873899 0.38468
+0.700114 0.888273 0.405249
+0.819974 0.904875 0.414298
+0.912001 0.922454 0.413596
+0.968139 0.933928 0.40708
+0.993988 0.939666 0.4065
+0.999924 0.94139 0.410239
+0.999924 0.942092 0.415122
+0 0.752117 0.358175
+0 0.759365 0.362478
+0 0.766461 0.366735
+0 0.773144 0.370886
+0 0.779614 0.375021
+0 0.785611 0.379232
+0 0.79202 0.383337
+0 0.797833 0.387442
+0 0.804166 0.393362
+0 0.807645 0.400412
+0 0.810849 0.407172
+0 0.813947 0.413733
+0 0.816983 0.420142
+0 0.819837 0.426032
+0 0.822522 0.431556
+0 0.825101 0.436286
+0 0.826947 0.438544
+0 0.828702 0.438712
+3.0518e-05 0.83064 0.439078
+0.000244144 0.832914 0.440299
+0.00140383 0.834592 0.442878
+0.0259556 0.835019 0.441642
+0.0861219 0.837613 0.433875
+0.219745 0.845701 0.411734
+0.407034 0.863371 0.402487
+0.589899 0.880995 0.405844
+0.744335 0.895293 0.427085
+0.8477 0.912657 0.430259
+0.928801 0.927871 0.427802
+0.989044 0.940475 0.420386
+0.996506 0.941756 0.423758
+0.999893 0.94229 0.428092
+0.999878 0.942199 0.432944
+0 0.800031 0.357275
+0 0.801541 0.363241
+0 0.802625 0.369085
+0 0.804013 0.374777
+0 0.805051 0.380468
+0 0.807294 0.387396
+0 0.81088 0.394491
+0 0.814328 0.401617
+0 0.817807 0.408591
+0 0.820691 0.415366
+0 0.823178 0.422477
+0 0.825635 0.429618
+0 0.828016 0.436423
+0 0.83032 0.442771
+0 0.832441 0.448905
+0 0.833814 0.452308
+0 0.834592 0.454139
+0 0.835065 0.455344
+0 0.837385 0.458106
+0.000534066 0.838499 0.46041
+0.00428779 0.838804 0.461997
+0.0345159 0.838895 0.459663
+0.128389 0.842939 0.444785
+0.269825 0.850675 0.425361
+0.470359 0.869825 0.41677
+0.639521 0.885771 0.429389
+0.781231 0.901549 0.444099
+0.881758 0.918776 0.446906
+0.950439 0.932311 0.441154
+0.991913 0.940688 0.437919
+0.999161 0.941909 0.441566
+0.999496 0.941863 0.446586
+0.999283 0.941711 0.452064
+0.00196841 0.0409705 0.0881056
+0.00189212 0.0414435 0.0893416
+0.00180056 0.0419165 0.0905928
+0.00222782 0.042771 0.0924239
+0.00273136 0.0437171 0.0944228
+0.00321965 0.0446784 0.0964675
+0.00381476 0.0457008 0.0985885
+0.004654 0.0469215 0.100969
+0.00598154 0.0480659 0.103426
+0.00790417 0.0490578 0.105852
+0.0110018 0.0502632 0.108568
+0.0159762 0.051667 0.111803
+0.0247196 0.0533761 0.115877
+0.0393378 0.0557259 0.120897
+0.0581979 0.0574044 0.128222
+0.0824903 0.0591592 0.135744
+0.112764 0.0612039 0.143191
+0.152697 0.0647898 0.149706
+0.190448 0.0696422 0.155566
+0.228428 0.0751049 0.161563
+0.267185 0.0808576 0.168139
+0.306325 0.0856031 0.175341
+0.346914 0.0906081 0.182467
+0.389075 0.0958572 0.189425
+0.43798 0.102098 0.196551
+0.488411 0.108461 0.203037
+0.540764 0.114916 0.208911
+0.597131 0.121462 0.213367
+0.655085 0.127474 0.21706
+0.713146 0.133455 0.220081
+0.770092 0.141161 0.22327
+0.824155 0.149264 0.22707
+0.875883 0.157351 0.230701
+0.00172427 0.0427253 0.0918593
+0.00164797 0.0432136 0.0931106
+0.00167849 0.0437629 0.0944991
+0.00210575 0.0446632 0.0964218
+0.00257877 0.0456245 0.0984054
+0.00309758 0.0465248 0.100374
+0.00367742 0.0475624 0.102434
+0.00460822 0.0488899 0.104906
+0.00610361 0.0501106 0.107622
+0.00817884 0.0512245 0.110369
+0.0115358 0.0526436 0.113603
+0.0167239 0.0539254 0.117098
+0.0279698 0.0558633 0.121691
+0.0435645 0.0580148 0.127306
+0.0624704 0.0597696 0.134493
+0.0896468 0.0614481 0.142443
+0.123934 0.0639506 0.149813
+0.163821 0.0674144 0.156329
+0.202411 0.0728161 0.162432
+0.241856 0.0784924 0.168963
+0.281468 0.084062 0.175601
+0.321508 0.089189 0.182956
+0.363516 0.0945449 0.190112
+0.408576 0.100359 0.197299
+0.457282 0.106844 0.204578
+0.508904 0.113313 0.210773
+0.562829 0.119814 0.216083
+0.619455 0.126436 0.220584
+0.677821 0.131838 0.223407
+0.735134 0.13843 0.226368
+0.791272 0.146044 0.229541
+0.844022 0.154314 0.233402
+0.894514 0.162356 0.237125
+0.00149538 0.0445563 0.0956893
+0.00140383 0.0450294 0.09691
+0.00154116 0.0456703 0.0984054
+0.00196841 0.0465248 0.100252
+0.0024567 0.0475013 0.102251
+0.00299077 0.0485084 0.104265
+0.00367742 0.0495918 0.106416
+0.00476081 0.0508583 0.108965
+0.00634775 0.0521096 0.111879
+0.00860609 0.0534371 0.115068
+0.0119173 0.054963 0.118868
+0.0171054 0.0560159 0.122469
+0.0307927 0.0582895 0.127413
+0.047837 0.0603342 0.133669
+0.0685588 0.0621805 0.140993
+0.0962844 0.0639048 0.149645
+0.134508 0.066804 0.15697
+0.174472 0.0708019 0.163806
+0.214801 0.0758984 0.170245
+0.255406 0.0818494 0.176486
+0.296254 0.0875105 0.183368
+0.337667 0.0931411 0.1906
+0.380499 0.0987259 0.198016
+0.427695 0.105074 0.205341
+0.477668 0.111772 0.212467
+0.529732 0.118318 0.218784
+0.585138 0.124865 0.223392
+0.642069 0.130953 0.227115
+0.700786 0.136339 0.23006
+0.756939 0.143801 0.233326
+0.811368 0.151705 0.236988
+0.864378 0.159899 0.240665
+0.913329 0.167575 0.244251
+0.00125124 0.0463722 0.0994125
+0.00117494 0.0468605 0.100633
+0.00143435 0.047715 0.102373
+0.00187686 0.0486458 0.104265
+0.00236515 0.0495766 0.106188
+0.00289921 0.0505379 0.108141
+0.00366217 0.051606 0.110384
+0.00483711 0.0527962 0.1131
+0.00656138 0.054139 0.11632
+0.00903334 0.0556649 0.120119
+0.0125887 0.057084 0.124269
+0.0187076 0.05832 0.128267
+0.0332341 0.060914 0.133379
+0.0517433 0.0630808 0.140673
+0.0749981 0.0649271 0.148516
+0.104479 0.0668803 0.156832
+0.144472 0.0696727 0.164828
+0.185748 0.0741131 0.171786
+0.227634 0.0793317 0.178149
+0.269352 0.0854047 0.183856
+0.311681 0.0914168 0.191165
+0.354208 0.0973068 0.198489
+0.398444 0.103273 0.206256
+0.447349 0.110155 0.213809
+0.498238 0.116838 0.220584
+0.551308 0.123598 0.226902
+0.607202 0.130312 0.231495
+0.664866 0.136065 0.234852
+0.722515 0.142092 0.237736
+0.778607 0.149538 0.240986
+0.831907 0.157488 0.244495
+0.883131 0.165255 0.247959
+0.931838 0.172686 0.251514
+0.00105287 0.0484627 0.103319
+0.0010071 0.0490578 0.104616
+0.00131228 0.049897 0.106416
+0.00177005 0.0508125 0.108309
+0.00224308 0.0517128 0.110231
+0.0027924 0.0525978 0.112215
+0.00358587 0.0536049 0.114549
+0.00479133 0.0547799 0.117433
+0.00666819 0.0562142 0.120974
+0.00926223 0.0580148 0.125841
+0.0129397 0.0596323 0.130617
+0.021561 0.0615549 0.13521
+0.0369116 0.0640421 0.140887
+0.0547646 0.0663005 0.148058
+0.0804456 0.06804 0.156252
+0.114031 0.0701915 0.164645
+0.154162 0.0729686 0.173175
+0.197711 0.0773022 0.18024
+0.240864 0.0829786 0.186099
+0.28423 0.0892653 0.19202
+0.327535 0.0957504 0.198993
+0.371359 0.101793 0.206836
+0.418097 0.108415 0.214939
+0.467155 0.115618 0.223011
+0.519036 0.122393 0.229679
+0.573114 0.129244 0.235431
+0.629435 0.135988 0.240177
+0.687785 0.14139 0.242618
+0.744259 0.148028 0.245518
+0.798978 0.155261 0.248508
+0.852323 0.163134 0.251682
+0.901747 0.170565 0.255207
+0.94583 0.177584 0.258717
+0.000854505 0.0507515 0.107439
+0.000900282 0.0513924 0.108873
+0.00120546 0.0522164 0.110719
+0.00163272 0.0531014 0.112657
+0.00207523 0.0539559 0.114656
+0.00260929 0.0548257 0.116732
+0.00343328 0.0558785 0.119387
+0.0047303 0.0572824 0.122835
+0.00668345 0.0591135 0.127474
+0.00933852 0.0612497 0.13315
+0.0129854 0.0629129 0.137911
+0.0236515 0.0652628 0.142657
+0.039765 0.0677653 0.148913
+0.0593271 0.0698711 0.156115
+0.0849317 0.0714733 0.164096
+0.122606 0.073579 0.173236
+0.16463 0.0765698 0.18172
+0.210132 0.0804913 0.189059
+0.25449 0.0869154 0.194461
+0.299092 0.0936904 0.201053
+0.343328 0.100404 0.208103
+0.388891 0.106767 0.216083
+0.437476 0.113924 0.224231
+0.487968 0.121218 0.23212
+0.539864 0.128206 0.239078
+0.595087 0.135058 0.24416
+0.651942 0.141329 0.248096
+0.710674 0.146929 0.250401
+0.765347 0.153811 0.253162
+0.819181 0.161105 0.25597
+0.871977 0.168658 0.258717
+0.919875 0.175875 0.262531
+0.958892 0.182666 0.266041
+0.000717174 0.0534066 0.112276
+0.000793469 0.0540322 0.113863
+0.00105287 0.0548562 0.115755
+0.00140383 0.0557717 0.117845
+0.00184634 0.0567636 0.120302
+0.0024567 0.0578317 0.123003
+0.0033875 0.0590829 0.126085
+0.00477607 0.0606546 0.129931
+0.00677501 0.0626841 0.134997
+0.00946059 0.0648814 0.14078
+0.0130465 0.0669261 0.145647
+0.0246891 0.0695964 0.1505
+0.0412909 0.0718853 0.157046
+0.063447 0.0735943 0.164294
+0.0918746 0.0751659 0.172488
+0.129427 0.0771496 0.182757
+0.174502 0.0802625 0.191241
+0.220935 0.0848554 0.198306
+0.267582 0.0912947 0.203967
+0.313298 0.0985122 0.210178
+0.359777 0.105364 0.217334
+0.407477 0.11223 0.225284
+0.456794 0.119768 0.233722
+0.508049 0.127092 0.241367
+0.561227 0.134188 0.247959
+0.616907 0.141009 0.253117
+0.674907 0.14696 0.256062
+0.731807 0.152987 0.258335
+0.786236 0.159564 0.260761
+0.839414 0.167086 0.2636
+0.889769 0.174456 0.266865
+0.937499 0.18175 0.270619
+0.972351 0.188296 0.273854
+0.000564584 0.0568551 0.118379
+0.000671397 0.057557 0.120256
+0.0009308 0.0584421 0.122591
+0.00128176 0.0593729 0.124987
+0.00170901 0.0604105 0.127504
+0.00233463 0.0615091 0.130251
+0.00328069 0.0628214 0.133425
+0.00466926 0.0643931 0.137362
+0.00669871 0.066392 0.14258
+0.00947585 0.0686046 0.148089
+0.0148318 0.0711223 0.153201
+0.0253147 0.0738994 0.158389
+0.0408026 0.0762493 0.16556
+0.066392 0.07776 0.173342
+0.0979934 0.0795758 0.182696
+0.136278 0.0816663 0.192798
+0.183917 0.0842451 0.201724
+0.232364 0.0897231 0.208164
+0.280766 0.0963912 0.213901
+0.328069 0.103807 0.218997
+0.37673 0.110719 0.226627
+0.42623 0.11812 0.234791
+0.476448 0.125933 0.243351
+0.528237 0.133227 0.250614
+0.582559 0.140322 0.256794
+0.63917 0.14699 0.261616
+0.697337 0.152636 0.263935
+0.752605 0.158953 0.266224
+0.806378 0.165835 0.268879
+0.858717 0.17319 0.271794
+0.907652 0.180468 0.275166
+0.951019 0.187472 0.278492
+0.985611 0.193866 0.281437
+0.00047303 0.0613718 0.126162
+0.000640879 0.0622263 0.12842
+0.000854505 0.0630655 0.130678
+0.00115969 0.0639658 0.133028
+0.00154116 0.0648508 0.135409
+0.00213626 0.0659953 0.138125
+0.0030518 0.0672313 0.141161
+0.00436408 0.068864 0.145129
+0.00642405 0.0712139 0.150591
+0.00915541 0.0741131 0.156451
+0.0148165 0.0775464 0.1626
+0.0246281 0.0806744 0.169696
+0.0408942 0.0828107 0.177401
+0.0666209 0.0846723 0.185107
+0.101442 0.0861067 0.194766
+0.143832 0.0874342 0.20415
+0.192309 0.0893263 0.212924
+0.244327 0.0949722 0.218891
+0.293965 0.101839 0.223575
+0.343893 0.109148 0.228672
+0.394934 0.116365 0.235935
+0.444892 0.124315 0.244511
+0.49601 0.13225 0.252689
+0.548165 0.139864 0.260075
+0.604059 0.146654 0.265476
+0.661082 0.152789 0.269306
+0.719036 0.158618 0.272084
+0.773236 0.16527 0.274571
+0.825879 0.172198 0.277211
+0.876936 0.179294 0.280217
+0.926116 0.186603 0.283482
+0.964431 0.193149 0.28629
+0.991302 0.199298 0.288746
+0.000442512 0.0673381 0.135241
+0.000579843 0.0683299 0.137514
+0.000747692 0.0693523 0.139879
+0.000946059 0.0704662 0.142397
+0.0012665 0.071519 0.144915
+0.00181582 0.0725872 0.147601
+0.00268559 0.0740215 0.15079
+0.00384527 0.0763104 0.155123
+0.00590524 0.0790417 0.16054
+0.00843824 0.0817273 0.166033
+0.0137331 0.0853742 0.173739
+0.021912 0.0880751 0.182055
+0.040589 0.0902876 0.190097
+0.0680247 0.0920577 0.197848
+0.10367 0.092668 0.206195
+0.149798 0.0926833 0.215503
+0.200824 0.0948959 0.223377
+0.255787 0.0997635 0.229526
+0.307332 0.107454 0.233219
+0.359762 0.115267 0.23946
+0.411154 0.12314 0.246494
+0.462425 0.131304 0.254597
+0.515129 0.139162 0.262333
+0.568978 0.146426 0.268971
+0.624857 0.152926 0.27422
+0.682918 0.15874 0.277409
+0.739116 0.164889 0.280217
+0.793256 0.171527 0.282811
+0.844862 0.1785 0.28571
+0.895125 0.185473 0.288533
+0.942672 0.192401 0.291325
+0.977508 0.198749 0.293858
+0.994339 0.204715 0.296223
+0.000320439 0.0759594 0.146349
+0.000396735 0.0772564 0.148928
+0.000488289 0.078645 0.151583
+0.000610361 0.0800031 0.154208
+0.000900282 0.0814069 0.157046
+0.00144961 0.0828717 0.160006
+0.00222782 0.0843366 0.163073
+0.0033875 0.0859236 0.16669
+0.0053254 0.0878157 0.171527
+0.00788891 0.0898451 0.177203
+0.0125124 0.0930953 0.186053
+0.018677 0.0960861 0.195026
+0.0371862 0.099443 0.203754
+0.0666361 0.101122 0.211627
+0.104845 0.101564 0.219608
+0.15024 0.101015 0.229343
+0.206332 0.103456 0.237247
+0.263706 0.108141 0.243198
+0.320867 0.115251 0.246754
+0.374365 0.122957 0.251408
+0.427527 0.130892 0.257511
+0.480919 0.138827 0.264729
+0.533928 0.146426 0.272221
+0.589014 0.153033 0.277928
+0.645472 0.159213 0.282673
+0.703792 0.164889 0.285649
+0.758526 0.171298 0.288396
+0.811627 0.177981 0.291249
+0.86334 0.184741 0.293935
+0.912963 0.191669 0.296696
+0.955581 0.198306 0.299351
+0.989746 0.204593 0.301747
+0.996948 0.210346 0.304143
+9.15541e-05 0.0867628 0.159319
+0.00015259 0.0879835 0.161807
+0.000289921 0.0894179 0.164584
+0.000457771 0.0906996 0.167285
+0.000747692 0.0920424 0.170138
+0.0012665 0.0932326 0.173007
+0.00196841 0.0943923 0.176165
+0.00306706 0.0954147 0.179934
+0.004654 0.0967422 0.184741
+0.00727855 0.0993057 0.19147
+0.0112764 0.102602 0.199832
+0.0171206 0.1066 0.209079
+0.0297246 0.111284 0.218723
+0.0614328 0.113161 0.227115
+0.100633 0.113375 0.235752
+0.149248 0.112688 0.244495
+0.209049 0.112779 0.253651
+0.27158 0.117205 0.257816
+0.33225 0.123354 0.260578
+0.388357 0.131228 0.262425
+0.444205 0.138918 0.268437
+0.498817 0.147005 0.275257
+0.552254 0.154376 0.282246
+0.608255 0.160571 0.287648
+0.665919 0.166201 0.29131
+0.723247 0.171725 0.29424
+0.777447 0.178134 0.297124
+0.830274 0.184802 0.299809
+0.881392 0.19144 0.302296
+0.930877 0.198154 0.305058
+0.967987 0.204471 0.3075
+0.992279 0.210529 0.309895
+0.999435 0.216068 0.312078
+7.62951e-05 0.0982223 0.172808
+0.000167849 0.100099 0.176074
+0.000259403 0.101869 0.179294
+0.000320439 0.103792 0.182712
+0.000488289 0.105562 0.186206
+0.000839246 0.107195 0.189899
+0.00134279 0.108782 0.193896
+0.00218204 0.110353 0.198245
+0.00343328 0.112062 0.203143
+0.00584421 0.11371 0.208743
+0.00921645 0.116457 0.215824
+0.0148623 0.120256 0.22417
+0.0274815 0.124392 0.233783
+0.0496376 0.12755 0.244343
+0.0919509 0.127672 0.253666
+0.144106 0.126864 0.263157
+0.204837 0.125856 0.272038
+0.27538 0.12871 0.276081
+0.340108 0.135836 0.277424
+0.402945 0.144289 0.278752
+0.463386 0.152453 0.282307
+0.516869 0.15874 0.288334
+0.571298 0.164446 0.293782
+0.627161 0.169467 0.298405
+0.685191 0.174426 0.301183
+0.741741 0.179965 0.303685
+0.796368 0.185977 0.30602
+0.848371 0.192264 0.308415
+0.898741 0.19855 0.310964
+0.945632 0.204883 0.313771
+0.980301 0.21091 0.315938
+0.994736 0.216587 0.318151
+1 0.221942 0.320027
+0.000167849 0.114427 0.190661
+0.00015259 0.116533 0.194034
+0.000137331 0.118761 0.19765
+0.000122072 0.120775 0.20119
+0.000137331 0.122805 0.20499
+0.000274662 0.124788 0.208972
+0.000518807 0.126406 0.212909
+0.00109865 0.128298 0.217166
+0.002121 0.130083 0.221668
+0.00387579 0.131472 0.226169
+0.00668345 0.133333 0.231693
+0.0113375 0.13695 0.239277
+0.0216831 0.141421 0.250996
+0.0410315 0.144915 0.263203
+0.0749371 0.147158 0.274434
+0.129702 0.146288 0.284566
+0.196185 0.145434 0.292165
+0.271626 0.144854 0.297322
+0.345449 0.151736 0.296239
+0.413443 0.159564 0.296559
+0.476051 0.16701 0.298009
+0.532494 0.172213 0.30248
+0.588922 0.176257 0.306416
+0.645808 0.180301 0.309545
+0.703746 0.184741 0.311666
+0.759747 0.190097 0.313542
+0.81384 0.1953 0.315297
+0.866026 0.200565 0.317403
+0.91603 0.206531 0.320394
+0.957488 0.212299 0.322744
+0.989456 0.21796 0.324773
+0.99736 0.223178 0.326711
+1 0.228244 0.328527
+9.15541e-05 0.13344 0.208942
+7.62951e-05 0.135485 0.212604
+4.57771e-05 0.137819 0.216007
+1.5259e-05 0.140108 0.219471
+0 0.142245 0.222965
+3.0518e-05 0.144503 0.226703
+0.000167849 0.146654 0.230549
+0.000549325 0.148791 0.23476
+0.00117494 0.150958 0.239414
+0.00205997 0.153307 0.244602
+0.0037232 0.155474 0.250263
+0.00697337 0.158511 0.257481
+0.0142367 0.162951 0.269581
+0.0302281 0.166995 0.282414
+0.0572213 0.170413 0.294774
+0.10692 0.17145 0.304646
+0.178759 0.16878 0.313283
+0.257267 0.16878 0.318273
+0.341878 0.171221 0.318791
+0.417319 0.179599 0.315877
+0.483757 0.186007 0.315908
+0.545464 0.191241 0.317754
+0.603143 0.194553 0.320882
+0.66157 0.196719 0.32224
+0.720027 0.198825 0.323079
+0.776715 0.20209 0.323888
+0.829923 0.206287 0.325536
+0.881926 0.21091 0.327703
+0.932403 0.216129 0.330312
+0.969253 0.221134 0.332341
+0.991913 0.225834 0.334218
+1 0.230442 0.336278
+1 0.234836 0.33756
+1.5259e-05 0.154345 0.224948
+0 0.156954 0.22858
+0 0.159426 0.232349
+0 0.161807 0.236118
+0 0.164599 0.240238
+1.5259e-05 0.167193 0.24445
+4.57771e-05 0.169818 0.248981
+0.00015259 0.172381 0.253758
+0.000366217 0.175097 0.258885
+0.000793469 0.177478 0.263813
+0.00178531 0.180438 0.269337
+0.00427253 0.18323 0.275944
+0.00953689 0.186984 0.285069
+0.0190738 0.19089 0.29662
+0.0435798 0.194965 0.308537
+0.0838331 0.198032 0.321218
+0.150011 0.197864 0.334249
+0.235569 0.19646 0.340429
+0.324742 0.197971 0.341619
+0.415839 0.203952 0.337072
+0.487144 0.210163 0.334615
+0.552636 0.21442 0.334066
+0.61268 0.216724 0.335637
+0.672465 0.217502 0.335058
+0.730617 0.218967 0.335058
+0.787427 0.220508 0.335546
+0.841794 0.222049 0.336492
+0.894987 0.225116 0.338293
+0.943008 0.228473 0.340459
+0.980621 0.231952 0.342184
+0.994293 0.235538 0.343877
+1 0.239048 0.345373
+1 0.242664 0.346624
+0 0.17792 0.24239
+0 0.180697 0.246311
+0 0.183352 0.250294
+0 0.186236 0.254566
+0 0.189258 0.258747
+0 0.192325 0.263066
+1.5259e-05 0.195575 0.267765
+1.5259e-05 0.198596 0.272374
+4.57771e-05 0.20145 0.276905
+0.000167849 0.204395 0.281605
+0.000885023 0.206912 0.286397
+0.00285344 0.209857 0.292287
+0.00631724 0.213489 0.300023
+0.0107881 0.21706 0.308782
+0.0283207 0.222126 0.322072
+0.0651865 0.227146 0.336309
+0.120851 0.230457 0.350149
+0.203906 0.228824 0.360754
+0.30106 0.229862 0.362432
+0.397086 0.233188 0.360067
+0.486275 0.240803 0.352468
+0.55108 0.244388 0.352834
+0.614374 0.245975 0.352087
+0.675502 0.246342 0.350103
+0.735363 0.245914 0.349096
+0.793927 0.24506 0.348669
+0.850889 0.243915 0.348699
+0.906004 0.244465 0.350195
+0.950927 0.245914 0.351583
+0.984955 0.247669 0.352651
+0.997162 0.248707 0.353811
+1 0.250141 0.354574
+1 0.25211 0.355108
+0 0.204044 0.259648
+0 0.206897 0.263371
+0 0.209903 0.267308
+0 0.212894 0.271366
+0 0.215946 0.275608
+0 0.219486 0.279957
+0 0.222919 0.284367
+0 0.226612 0.289189
+0 0.229892 0.293629
+4.57771e-05 0.233265 0.298207
+0.00030518 0.236347 0.302968
+0.00112917 0.239673 0.308278
+0.00306706 0.242786 0.314717
+0.00740063 0.246677 0.322179
+0.0151369 0.251362 0.331502
+0.0451667 0.258167 0.344671
+0.0955825 0.263706 0.359533
+0.167239 0.267079 0.374517
+0.26566 0.266529 0.38294
+0.369574 0.270329 0.380316
+0.464515 0.274525 0.376257
+0.542321 0.279805 0.373419
+0.609308 0.280385 0.370886
+0.673289 0.279835 0.368704
+0.736431 0.27837 0.36669
+0.796994 0.276722 0.365347
+0.855711 0.275639 0.364569
+0.912795 0.274098 0.364355
+0.958129 0.271351 0.363394
+0.98616 0.267384 0.362997
+1 0.264591 0.363363
+1 0.264698 0.363973
+1 0.266133 0.363973
+0 0.232227 0.275669
+0 0.235691 0.279469
+0 0.239048 0.283452
+0 0.242496 0.287648
+0 0.245869 0.29192
+0 0.249393 0.296223
+0 0.253452 0.300664
+0 0.257313 0.304997
+0 0.261418 0.309529
+1.5259e-05 0.265309 0.314427
+4.57771e-05 0.269001 0.319417
+0.000198367 0.272419 0.324178
+0.0010071 0.275853 0.329503
+0.0034638 0.279896 0.335866
+0.00972 0.284642 0.343755
+0.0218662 0.290318 0.354406
+0.071519 0.29723 0.369635
+0.14078 0.303685 0.383963
+0.228519 0.308629 0.396643
+0.333623 0.308232 0.401984
+0.433539 0.312718 0.399985
+0.528328 0.317205 0.394873
+0.599924 0.319158 0.392065
+0.666789 0.319142 0.389242
+0.731746 0.317815 0.386969
+0.79559 0.316045 0.385428
+0.856443 0.313756 0.383764
+0.913741 0.310155 0.381506
+0.966201 0.305272 0.378347
+0.98909 0.300313 0.377157
+1 0.295659 0.376242
+1 0.291676 0.375463
+1 0.288304 0.37438
+0 0.264179 0.290562
+0 0.267704 0.29424
+0 0.271687 0.298421
+0 0.275288 0.302632
+0 0.279286 0.307042
+0 0.283162 0.311604
+0 0.287221 0.31632
+0 0.291707 0.32134
+0 0.29633 0.326589
+0 0.300725 0.331609
+0 0.304402 0.336309
+3.0518e-05 0.308248 0.340917
+0.00015259 0.312535 0.345876
+0.00106813 0.316213 0.351537
+0.00399786 0.320912 0.358724
+0.014725 0.326253 0.367483
+0.0435187 0.333639 0.378668
+0.110521 0.34229 0.392142
+0.193347 0.349248 0.406744
+0.288838 0.354314 0.421363
+0.403967 0.354681 0.421134
+0.500755 0.358618 0.418372
+0.587503 0.36379 0.414176
+0.655818 0.364004 0.411643
+0.722484 0.362661 0.409308
+0.788586 0.361227 0.406851
+0.852811 0.359548 0.403693
+0.912016 0.355444 0.400748
+0.96083 0.350774 0.398383
+0.992126 0.344701 0.396536
+0.99826 0.335927 0.393637
+1 0.326268 0.390082
+1 0.316594 0.385946
+0 0.30074 0.306004
+0 0.304799 0.31046
+0 0.309071 0.315022
+0 0.313344 0.319768
+0 0.317159 0.324605
+0 0.320821 0.329351
+0 0.324331 0.334295
+0 0.32784 0.339071
+0 0.333013 0.34374
+0 0.338888 0.348745
+0 0.34461 0.353796
+0 0.350088 0.359045
+4.57771e-05 0.355047 0.364477
+0.000137331 0.358389 0.369192
+0.000946059 0.362341 0.374533
+0.00677501 0.367666 0.381216
+0.0226291 0.374182 0.389441
+0.0650187 0.383703 0.402396
+0.150958 0.393179 0.418402
+0.252445 0.40119 0.431815
+0.358694 0.406897 0.441993
+0.46981 0.409659 0.438315
+0.564065 0.411292 0.43473
+0.641749 0.414237 0.433112
+0.712062 0.415106 0.431205
+0.779736 0.415885 0.429892
+0.845426 0.415595 0.428534
+0.907805 0.41207 0.426032
+0.954833 0.406455 0.422751
+0.987976 0.3991 0.418769
+0.997971 0.389197 0.413779
+1 0.378958 0.409293
+1 0.367681 0.40502
+0 0.342428 0.324193
+0 0.346746 0.32845
+0 0.351431 0.332967
+0 0.355749 0.337621
+0 0.360281 0.342397
+0 0.364218 0.347219
+0 0.368582 0.352453
+0 0.373236 0.357137
+0 0.378408 0.362371
+0 0.385061 0.367086
+0 0.391455 0.372274
+0 0.397177 0.377264
+0 0.402319 0.38204
+1.5259e-05 0.406302 0.386282
+4.57771e-05 0.410025 0.3906
+0.00108339 0.415015 0.396002
+0.00915541 0.422019 0.40354
+0.0294957 0.430365 0.413062
+0.0934768 0.444251 0.425666
+0.188083 0.457115 0.439109
+0.300404 0.464973 0.445579
+0.431083 0.464698 0.439612
+0.535225 0.466697 0.442359
+0.627512 0.469169 0.443778
+0.703517 0.471763 0.446845
+0.771496 0.473442 0.448432
+0.83827 0.473976 0.448371
+0.901915 0.473091 0.447303
+0.954009 0.468879 0.445136
+0.984268 0.462654 0.442771
+0.99968 0.453468 0.439796
+0.999924 0.441428 0.434653
+1 0.427909 0.427985
+0 0.390387 0.341787
+0 0.395636 0.34612
+0 0.401022 0.350637
+0 0.406271 0.355276
+0 0.412207 0.359823
+0 0.417533 0.364508
+0 0.423316 0.369177
+0 0.428138 0.373816
+0 0.433936 0.379065
+0 0.439307 0.384146
+0 0.444511 0.389303
+0 0.450507 0.394614
+0 0.456626 0.400336
+0 0.461662 0.405707
+0 0.465553 0.410895
+0 0.470542 0.416007
+0.000213626 0.476295 0.422309
+0.0130617 0.4851 0.430396
+0.0396582 0.496513 0.439185
+0.125399 0.506676 0.444175
+0.242893 0.513497 0.440665
+0.371939 0.520302 0.435264
+0.510567 0.524697 0.426566
+0.607187 0.525841 0.437064
+0.693721 0.528145 0.446967
+0.766812 0.531685 0.455146
+0.834119 0.533593 0.458564
+0.897765 0.534112 0.460746
+0.957992 0.533715 0.460304
+0.984558 0.528649 0.458427
+0.997787 0.521614 0.455436
+1 0.51371 0.452216
+1 0.504005 0.448264
+0 0.44892 0.358251
+0 0.453803 0.362951
+0 0.458549 0.367666
+0 0.463813 0.372671
+0 0.469093 0.377813
+0 0.47454 0.383276
+0 0.480003 0.388769
+0 0.486 0.394522
+0 0.49192 0.400443
+0 0.497932 0.406317
+0 0.504204 0.412314
+0 0.510307 0.417914
+0 0.516365 0.422873
+0 0.520516 0.427146
+0 0.524498 0.431342
+0 0.528389 0.435431
+0 0.532952 0.439612
+0.000274662 0.540398 0.445548
+0.0206455 0.547936 0.449897
+0.0601053 0.556451 0.453162
+0.179767 0.56202 0.44535
+0.312779 0.567575 0.433692
+0.451804 0.57348 0.422065
+0.587579 0.583337 0.416571
+0.683101 0.58587 0.430396
+0.764721 0.587655 0.445518
+0.834897 0.589532 0.454749
+0.900023 0.591333 0.458396
+0.952346 0.59115 0.461524
+0.988296 0.590814 0.462272
+0.996414 0.587106 0.462425
+1 0.58233 0.461646
+1 0.576226 0.460182
+0 0.503853 0.376654
+0 0.509453 0.381903
+0 0.513848 0.385367
+0 0.518624 0.389609
+0 0.523888 0.394415
+0 0.530129 0.400153
+0 0.536233 0.406516
+0 0.543603 0.413581
+0 0.550515 0.420722
+0 0.555688 0.426032
+0 0.562036 0.431647
+0 0.568154 0.437247
+0 0.573693 0.440787
+0 0.577844 0.44387
+0 0.580926 0.446464
+0 0.584649 0.449973
+0 0.589044 0.453773
+0 0.594385 0.459052
+0.00271611 0.600839 0.463783
+0.0399023 0.605692 0.46186
+0.107301 0.606851 0.452354
+0.2495 0.610208 0.43653
+0.394507 0.620523 0.422889
+0.538216 0.63473 0.411109
+0.661997 0.6448 0.413184
+0.75761 0.647166 0.425345
+0.835981 0.646601 0.440497
+0.901396 0.645731 0.450141
+0.950927 0.646143 0.455634
+0.986114 0.646403 0.459007
+0.99823 0.646265 0.461143
+0.999954 0.643915 0.462135
+1 0.644938 0.464652
+0 0.550988 0.380591
+0 0.557382 0.387396
+0 0.564843 0.39498
+0 0.570535 0.401099
+0 0.576867 0.407187
+0 0.5832 0.413489
+0 0.588037 0.418173
+0 0.592645 0.422995
+0 0.598047 0.428702
+0 0.603983 0.434318
+0 0.610529 0.440467
+0 0.617105 0.446952
+0 0.62414 0.452766
+0 0.629068 0.456397
+0 0.63328 0.459434
+0 0.637064 0.463066
+0 0.64062 0.466789
+0 0.644083 0.469047
+0 0.646586 0.470405
+0.0191043 0.647318 0.465797
+0.0774243 0.649012 0.457511
+0.184054 0.650797 0.445457
+0.332967 0.661433 0.430915
+0.481193 0.675242 0.419455
+0.627131 0.693767 0.411002
+0.735958 0.705104 0.412222
+0.826444 0.707179 0.419944
+0.899794 0.703807 0.432654
+0.95491 0.70045 0.442435
+0.984237 0.699351 0.448951
+0.998886 0.698436 0.454047
+0.999756 0.697734 0.456977
+1 0.700313 0.46096
+0 0.592859 0.383261
+0 0.599374 0.3897
+0 0.606592 0.39646
+0 0.613245 0.402762
+0 0.618296 0.408484
+0 0.623575 0.414145
+0 0.629465 0.421134
+0 0.635737 0.428061
+0 0.642054 0.434989
+0 0.648615 0.442222
+0 0.655573 0.449424
+0 0.662409 0.456474
+0 0.668208 0.461555
+0 0.673075 0.46508
+0 0.675685 0.466224
+0 0.677501 0.466911
+0 0.679866 0.46894
+0 0.682643 0.470909
+0.000579843 0.685023 0.472801
+0.00303655 0.68748 0.473381
+0.0498512 0.68864 0.467124
+0.129686 0.690867 0.45742
+0.267781 0.694575 0.441688
+0.423926 0.710842 0.428519
+0.57026 0.729625 0.419104
+0.706691 0.75172 0.413764
+0.803082 0.762722 0.413382
+0.885832 0.765316 0.417792
+0.952102 0.759457 0.428153
+0.981491 0.752956 0.439033
+0.996155 0.748653 0.446006
+1 0.746624 0.452033
+1 0.750134 0.456825
+0 0.629587 0.381826
+0 0.635615 0.388128
+0 0.641932 0.39527
+0 0.648508 0.402426
+0 0.65539 0.410163
+0 0.661723 0.418036
+0 0.668193 0.425879
+0 0.674952 0.433829
+0 0.681102 0.440848
+0 0.687114 0.447822
+0 0.693309 0.454032
+0 0.698314 0.459586
+0 0.703304 0.464515
+0 0.707927 0.468681
+0 0.711269 0.470893
+0 0.713924 0.472206
+0 0.716243 0.473899
+0 0.718761 0.476005
+0.000213626 0.721263 0.478264
+0.00349432 0.723568 0.479683
+0.0195315 0.723964 0.477012
+0.0957961 0.723842 0.467475
+0.205463 0.72639 0.454398
+0.359869 0.738354 0.439261
+0.513802 0.760586 0.429725
+0.65507 0.78378 0.423514
+0.776013 0.805066 0.421759
+0.862409 0.81738 0.419074
+0.931868 0.820706 0.420294
+0.983459 0.812573 0.428321
+0.993835 0.80351 0.440269
+0.999557 0.80119 0.447852
+1 0.804532 0.451774
+0 0.662989 0.385718
+0 0.669429 0.393042
+0 0.675502 0.400412
+0 0.682002 0.407492
+0 0.688594 0.414313
+0 0.694881 0.421469
+0 0.70106 0.428763
+0 0.706752 0.43534
+0 0.712673 0.442435
+0 0.718807 0.449714
+0 0.724941 0.457237
+0 0.730617 0.463645
+0 0.73608 0.469825
+0 0.740871 0.474891
+0 0.744595 0.478935
+0 0.747387 0.480278
+0 0.749386 0.48072
+0 0.750973 0.481331
+1.5259e-05 0.752941 0.48246
+0.0024567 0.754131 0.482643
+0.0101778 0.755306 0.482826
+0.0564431 0.75584 0.477653
+0.154757 0.759579 0.467414
+0.285313 0.767468 0.454017
+0.447807 0.787961 0.439887
+0.596857 0.811917 0.434867
+0.732921 0.835859 0.432898
+0.837644 0.856733 0.432395
+0.91223 0.869429 0.429862
+0.966308 0.873335 0.427863
+0.993988 0.863233 0.43003
+0.998398 0.864775 0.434806
+0.999985 0.868605 0.439246
+0 0.695705 0.393286
+0 0.701534 0.399893
+0 0.707134 0.406195
+0 0.712642 0.412161
+0 0.718196 0.417975
+0 0.723369 0.423758
+0 0.730083 0.431662
+0 0.737011 0.439612
+0 0.743999 0.447395
+0 0.75024 0.454963
+0 0.756588 0.461921
+0 0.762661 0.468894
+0 0.768093 0.474907
+0 0.772732 0.479927
+0 0.776806 0.483986
+0 0.779416 0.485069
+0 0.781033 0.485222
+0 0.782818 0.485618
+0 0.785855 0.485252
+0.000366217 0.790097 0.486534
+0.00801099 0.79382 0.486992
+0.0223087 0.796551 0.485771
+0.0980545 0.79913 0.475654
+0.212238 0.808515 0.460197
+0.35935 0.823117 0.441703
+0.532052 0.847929 0.434775
+0.678004 0.869352 0.438285
+0.803143 0.888869 0.447288
+0.891279 0.906584 0.447333
+0.951888 0.91722 0.44358
+0.99176 0.926146 0.44033
+0.99855 0.930678 0.443137
+0.999496 0.931472 0.448386
+0 0.727306 0.399649
+0 0.732525 0.405463
+0 0.737865 0.410956
+0 0.744183 0.417914
+0 0.7505 0.425711
+0 0.757031 0.432807
+0 0.763302 0.439597
+0 0.770504 0.44593
+0 0.779004 0.451682
+0 0.78648 0.457069
+0 0.793957 0.462287
+0 0.800824 0.467033
+0 0.807309 0.471824
+0 0.813092 0.47602
+0 0.818814 0.480659
+0 0.824552 0.485084
+0 0.828748 0.486931
+0 0.832212 0.486473
+0 0.835615 0.485084
+0 0.837003 0.485664
+0.00164797 0.837186 0.486931
+0.0157321 0.837232 0.486427
+0.0470741 0.836988 0.482795
+0.168215 0.841169 0.462455
+0.32903 0.852247 0.446525
+0.525902 0.871107 0.435706
+0.683162 0.887861 0.453178
+0.808454 0.904936 0.462425
+0.90457 0.921279 0.464927
+0.966781 0.93344 0.457984
+0.99266 0.938903 0.458015
+0.998901 0.940597 0.46157
+0.998688 0.941283 0.466972
+0 0.764096 0.402655
+0 0.772671 0.408682
+0 0.780911 0.414603
+0 0.788769 0.420523
+0 0.796414 0.425895
+0 0.80383 0.431159
+0 0.811337 0.435996
+0 0.81854 0.440681
+0 0.823331 0.447013
+0 0.826764 0.454002
+0 0.830228 0.461082
+0 0.834073 0.470024
+0 0.837888 0.479103
+0 0.84155 0.487068
+0 0.844862 0.494667
+0 0.847654 0.500526
+0 0.849699 0.504189
+0 0.849546 0.502373
+0 0.849149 0.501427
+7.62951e-05 0.848234 0.501335
+0.000320439 0.847837 0.502953
+0.018204 0.847227 0.501381
+0.0710765 0.847059 0.492714
+0.187869 0.847425 0.47245
+0.37882 0.863081 0.458839
+0.565469 0.879377 0.457343
+0.730022 0.895277 0.474083
+0.837446 0.911955 0.479942
+0.923079 0.926711 0.479423
+0.986496 0.93904 0.47277
+0.994904 0.940444 0.475822
+0.998154 0.940902 0.480415
+0.99794 0.940764 0.485618
+0 0.80914 0.404654
+0 0.812848 0.411902
+0 0.816205 0.419059
+0 0.81944 0.42591
+0 0.822721 0.432853
+0 0.826078 0.439948
+0 0.829374 0.44686
+0 0.833097 0.454688
+0 0.837018 0.463691
+0 0.840772 0.473732
+0 0.844129 0.48336
+0 0.847333 0.492729
+0 0.850568 0.501961
+0 0.85359 0.51043
+0 0.856596 0.519188
+0 0.858381 0.523812
+0 0.858961 0.525246
+0 0.857527 0.521752
+0 0.854826 0.52079
+1.5259e-05 0.85275 0.520912
+0.00306706 0.852537 0.523247
+0.0228122 0.852888 0.522911
+0.107713 0.852644 0.508415
+0.241749 0.855528 0.489128
+0.445884 0.869993 0.472282
+0.618738 0.885084 0.480568
+0.764675 0.900954 0.492256
+0.873411 0.917723 0.49926
+0.946532 0.931182 0.493828
+0.989059 0.939116 0.491249
+0.997375 0.940475 0.494423
+0.997345 0.940352 0.499886
+0.997116 0.9402 0.505165
+0.00146487 0.0437171 0.0964218
+0.00138857 0.0442512 0.0977188
+0.00134279 0.0449378 0.0991379
+0.00181582 0.0460212 0.101152
+0.00231937 0.0471504 0.103334
+0.00283818 0.0482032 0.105516
+0.0034638 0.0492866 0.107774
+0.00436408 0.0505379 0.110384
+0.00570687 0.0517433 0.113176
+0.00755322 0.0529641 0.116182
+0.0103609 0.0543374 0.119585
+0.0144808 0.0556191 0.123293
+0.022446 0.0573587 0.127977
+0.0361486 0.0598154 0.133318
+0.0549325 0.0618296 0.14078
+0.0787518 0.0637064 0.148806
+0.108324 0.0657969 0.157153
+0.14815 0.0686351 0.165011
+0.188449 0.0730907 0.171862
+0.229435 0.0783551 0.178241
+0.270329 0.0844129 0.183932
+0.311986 0.0903792 0.191302
+0.35462 0.0963607 0.198825
+0.398322 0.102327 0.206729
+0.447059 0.109239 0.214237
+0.497734 0.115999 0.221317
+0.550408 0.122713 0.227924
+0.606851 0.12958 0.233173
+0.664607 0.135409 0.236515
+0.722484 0.14139 0.239338
+0.778363 0.148745 0.242908
+0.832074 0.156558 0.246281
+0.883406 0.164263 0.249714
+0.0012665 0.0457923 0.100343
+0.00120546 0.0464485 0.101732
+0.00128176 0.0471809 0.103258
+0.00173953 0.0482032 0.105318
+0.00224308 0.0492409 0.107439
+0.00280766 0.0502174 0.109575
+0.00343328 0.0512245 0.111757
+0.0043946 0.0523995 0.114275
+0.00576791 0.0536049 0.117296
+0.00775158 0.0550546 0.121019
+0.0107424 0.0567025 0.125399
+0.0149996 0.0581369 0.129671
+0.0256046 0.0602731 0.134752
+0.0406958 0.0624399 0.140505
+0.0592508 0.0644388 0.147662
+0.0851148 0.0662852 0.1561
+0.118944 0.0685588 0.164477
+0.15874 0.0714275 0.172824
+0.201236 0.0759747 0.179812
+0.243366 0.0817273 0.185702
+0.285573 0.0879835 0.191684
+0.328008 0.0944686 0.199039
+0.371435 0.100618 0.207141
+0.417777 0.10724 0.215244
+0.466438 0.114427 0.223209
+0.518364 0.121279 0.230243
+0.572351 0.128161 0.236423
+0.628595 0.134981 0.241611
+0.687327 0.140536 0.244099
+0.744045 0.147036 0.246967
+0.799268 0.154238 0.250294
+0.852201 0.161959 0.253391
+0.901564 0.169238 0.256703
+0.00109865 0.0479286 0.104356
+0.00105287 0.0485237 0.105653
+0.00123598 0.0493172 0.107332
+0.00169375 0.0502632 0.109346
+0.0021973 0.0511788 0.111391
+0.00274662 0.0521096 0.113451
+0.00344854 0.0531167 0.11577
+0.00447089 0.0543832 0.119005
+0.00596628 0.0557412 0.122621
+0.0081178 0.0573587 0.126818
+0.0110781 0.0591897 0.131731
+0.0153201 0.0607462 0.136095
+0.028336 0.063035 0.141238
+0.0449683 0.0651408 0.147631
+0.0652934 0.0671244 0.155093
+0.0909285 0.0689097 0.163348
+0.128985 0.0711986 0.17229
+0.170565 0.0745098 0.180682
+0.214313 0.0789807 0.188128
+0.257282 0.0854353 0.193759
+0.300359 0.0921492 0.20058
+0.343709 0.0988479 0.207904
+0.388937 0.105241 0.215976
+0.437156 0.112459 0.224247
+0.487327 0.119799 0.232181
+0.539223 0.126818 0.239384
+0.5944 0.133806 0.245182
+0.651255 0.140139 0.249348
+0.710246 0.145724 0.251453
+0.765423 0.152636 0.254704
+0.819287 0.159808 0.257603
+0.872099 0.167269 0.260319
+0.919661 0.174411 0.264118
+0.000946059 0.049958 0.108232
+0.000900282 0.0505379 0.109514
+0.0011902 0.0513466 0.111299
+0.00164797 0.0522164 0.113268
+0.00215152 0.0531777 0.115663
+0.00270085 0.0541543 0.118196
+0.00341802 0.0552377 0.120989
+0.00447089 0.0564736 0.124331
+0.00610361 0.057969 0.128206
+0.00842298 0.0597543 0.132937
+0.0115816 0.0616617 0.138064
+0.0173648 0.0635996 0.142748
+0.0305943 0.0658122 0.14757
+0.0485389 0.0679789 0.154665
+0.0708629 0.0698863 0.162402
+0.099443 0.071931 0.171298
+0.137942 0.0742199 0.181506
+0.181689 0.0778973 0.189807
+0.226322 0.0829633 0.196857
+0.271244 0.0895705 0.20267
+0.315175 0.0966201 0.209384
+0.360494 0.103426 0.216861
+0.407904 0.110323 0.224964
+0.456962 0.118044 0.233631
+0.507958 0.125383 0.241413
+0.560937 0.132525 0.248356
+0.616388 0.139605 0.254276
+0.67425 0.145418 0.256931
+0.731609 0.1514 0.259236
+0.78677 0.158282 0.262547
+0.839521 0.165621 0.265415
+0.889876 0.172915 0.268757
+0.938247 0.180163 0.272419
+0.000808728 0.051957 0.112093
+0.00077821 0.0525521 0.113512
+0.00114443 0.0534676 0.115969
+0.0016022 0.0544137 0.118425
+0.00207523 0.0553445 0.120912
+0.00259403 0.0562753 0.123415
+0.00331121 0.0573281 0.126253
+0.0043946 0.0585794 0.129534
+0.00619516 0.0602426 0.133883
+0.00859083 0.0622568 0.139315
+0.0118868 0.0643473 0.144533
+0.0199435 0.0666361 0.149447
+0.0340581 0.0691844 0.155367
+0.0505074 0.0716259 0.162737
+0.0753338 0.0734875 0.171099
+0.107927 0.0754711 0.180667
+0.146944 0.0778058 0.19086
+0.192615 0.0811627 0.199451
+0.238972 0.087129 0.205859
+0.285374 0.0940414 0.211887
+0.330083 0.101289 0.217807
+0.37818 0.108309 0.225834
+0.427573 0.115877 0.234318
+0.477073 0.123888 0.243305
+0.528908 0.131182 0.250843
+0.582712 0.138338 0.257252
+0.638712 0.145174 0.262455
+0.697108 0.150805 0.264637
+0.752804 0.157229 0.26743
+0.806851 0.164202 0.270573
+0.859129 0.171435 0.273579
+0.908095 0.178637 0.277012
+0.951614 0.185611 0.280262
+0.000717174 0.054139 0.117006
+0.00077821 0.054902 0.119081
+0.00109865 0.0558175 0.121523
+0.00151064 0.0567636 0.12398
+0.0019379 0.0577096 0.126513
+0.00244144 0.0586404 0.129015
+0.00318914 0.0597543 0.13193
+0.00434882 0.0610971 0.135393
+0.00621042 0.062974 0.140169
+0.00862135 0.0652781 0.146349
+0.0120089 0.0679026 0.151705
+0.0213474 0.0706951 0.157214
+0.0358892 0.0733043 0.164202
+0.0542306 0.0754864 0.171862
+0.0790265 0.0772412 0.179904
+0.114931 0.0790875 0.190433
+0.156863 0.0814984 0.20032
+0.203815 0.0847791 0.209049
+0.252705 0.0913863 0.215137
+0.299886 0.0987564 0.22089
+0.347112 0.106233 0.226917
+0.397421 0.113725 0.235111
+0.446601 0.121782 0.24416
+0.497475 0.129671 0.252567
+0.549584 0.13724 0.260288
+0.604547 0.144167 0.265812
+0.66125 0.150484 0.269856
+0.719417 0.156374 0.272633
+0.773907 0.16318 0.275624
+0.826703 0.170199 0.278798
+0.877577 0.177218 0.282002
+0.926421 0.184421 0.285023
+0.964828 0.191028 0.287831
+0.000610361 0.0568093 0.123079
+0.000732433 0.0575418 0.12517
+0.00102235 0.0584726 0.12755
+0.00138857 0.0594339 0.130022
+0.00180056 0.0603647 0.132494
+0.00233463 0.0613718 0.135164
+0.00314336 0.0626078 0.138277
+0.0043946 0.0644541 0.14258
+0.00624094 0.0666514 0.147875
+0.00872816 0.0691844 0.153658
+0.0122683 0.0720226 0.158953
+0.0215457 0.0750286 0.165438
+0.0360266 0.0774701 0.173266
+0.0574197 0.0793774 0.181079
+0.0852827 0.0811322 0.189715
+0.120455 0.0828412 0.200397
+0.166293 0.0849317 0.210147
+0.215366 0.0891585 0.218265
+0.266117 0.0957961 0.224887
+0.313893 0.103807 0.230152
+0.363714 0.111635 0.237049
+0.41416 0.119554 0.244892
+0.46511 0.127901 0.25391
+0.517205 0.135729 0.26186
+0.570932 0.143252 0.269017
+0.626337 0.150088 0.274586
+0.683909 0.156069 0.27776
+0.740307 0.162387 0.280842
+0.795132 0.169284 0.28397
+0.845975 0.17612 0.28716
+0.895582 0.183078 0.290181
+0.943938 0.190173 0.292775
+0.977874 0.19646 0.295354
+0.000564584 0.0599832 0.129824
+0.000717174 0.0607309 0.131975
+0.000976577 0.0615396 0.134203
+0.00131228 0.0624247 0.136507
+0.00169375 0.0636149 0.139345
+0.00224308 0.0650797 0.142672
+0.00306706 0.0666209 0.146227
+0.00428779 0.0683909 0.150347
+0.00614939 0.0706188 0.155367
+0.00868238 0.0732891 0.160647
+0.0132906 0.0762493 0.166629
+0.0217899 0.0793011 0.174243
+0.0345312 0.0813611 0.182208
+0.0599985 0.0833143 0.190341
+0.090486 0.0852674 0.199863
+0.127581 0.0871595 0.210315
+0.174273 0.0887465 0.220829
+0.226139 0.0940719 0.228702
+0.277821 0.100923 0.235325
+0.328191 0.109255 0.240391
+0.379553 0.117327 0.247089
+0.431373 0.125704 0.254902
+0.484459 0.134218 0.263508
+0.537362 0.142123 0.271351
+0.592065 0.14934 0.277745
+0.64828 0.155962 0.282826
+0.705989 0.161746 0.285817
+0.76141 0.168536 0.289174
+0.814496 0.175418 0.292393
+0.864591 0.181979 0.295415
+0.914199 0.189105 0.298253
+0.956878 0.195804 0.300755
+0.990265 0.201938 0.303075
+0.000518807 0.063798 0.137148
+0.000671397 0.0645609 0.139208
+0.000915541 0.0657511 0.141985
+0.00122072 0.0670024 0.1449
+0.00155642 0.0683299 0.14786
+0.00207523 0.0698405 0.151095
+0.00285344 0.0713817 0.154452
+0.00401312 0.0733349 0.158511
+0.00585946 0.0758526 0.163348
+0.00827039 0.0786755 0.168688
+0.0129091 0.0822461 0.17641
+0.0203861 0.0849775 0.184955
+0.034699 0.0870222 0.193362
+0.0593271 0.0899825 0.20206
+0.0931106 0.0914015 0.211307
+0.134173 0.0924239 0.221439
+0.181537 0.0939651 0.231739
+0.236713 0.0986648 0.240299
+0.290044 0.106264 0.24596
+0.343359 0.114809 0.251347
+0.395514 0.123491 0.256794
+0.449378 0.132174 0.264866
+0.503716 0.140688 0.272999
+0.557397 0.148852 0.28098
+0.613001 0.155627 0.286641
+0.669932 0.161975 0.291142
+0.727428 0.168154 0.294682
+0.781628 0.175051 0.297932
+0.83331 0.181674 0.300969
+0.883848 0.188251 0.3037
+0.933074 0.195178 0.306416
+0.96965 0.20145 0.308766
+0.993561 0.207385 0.310979
+0.000457771 0.06981 0.146548
+0.00062562 0.0711223 0.14934
+0.000823987 0.0724956 0.152193
+0.00106813 0.0738994 0.155093
+0.00140383 0.0751659 0.157855
+0.00189212 0.0765087 0.160784
+0.00257877 0.0782177 0.164065
+0.00358587 0.0802014 0.167834
+0.00534066 0.0824445 0.172595
+0.0075227 0.0848859 0.17821
+0.0120699 0.0888838 0.188434
+0.0182345 0.091249 0.197024
+0.03505 0.0940719 0.205737
+0.0605325 0.0963912 0.213916
+0.0950484 0.0971084 0.221851
+0.138888 0.0971389 0.232502
+0.1897 0.0990921 0.242695
+0.246723 0.103304 0.252155
+0.303319 0.111849 0.257481
+0.357931 0.120928 0.262211
+0.411734 0.130083 0.267262
+0.467994 0.139055 0.274784
+0.522622 0.147601 0.283116
+0.577859 0.155459 0.290471
+0.633341 0.162295 0.29659
+0.691173 0.168399 0.300343
+0.747158 0.174884 0.303838
+0.801495 0.181567 0.306874
+0.852399 0.187869 0.309361
+0.90248 0.194476 0.311955
+0.94902 0.201038 0.314412
+0.981949 0.207202 0.316747
+0.995789 0.213001 0.319112
+0.000335698 0.0782483 0.158175
+0.000457771 0.0796979 0.161013
+0.000595102 0.0810254 0.16376
+0.00077821 0.0823835 0.166522
+0.00103761 0.0836347 0.169162
+0.00149538 0.0849622 0.171923
+0.00218204 0.0862593 0.174716
+0.00325017 0.0879683 0.179141
+0.00485237 0.0898604 0.184573
+0.00706493 0.0921035 0.190997
+0.0112459 0.0956283 0.200855
+0.0160983 0.0984054 0.209445
+0.0319219 0.102464 0.218753
+0.0595102 0.104616 0.226947
+0.0951858 0.105531 0.235599
+0.138308 0.105028 0.245838
+0.194675 0.106188 0.257023
+0.254124 0.110414 0.265614
+0.315511 0.117937 0.27071
+0.370733 0.127916 0.273884
+0.427893 0.137469 0.279637
+0.485328 0.146548 0.286336
+0.541817 0.155169 0.294133
+0.597513 0.162341 0.300542
+0.653452 0.168856 0.305867
+0.711681 0.175174 0.309972
+0.766766 0.181643 0.312932
+0.819974 0.18793 0.315343
+0.871199 0.194217 0.317693
+0.920363 0.200717 0.320211
+0.961135 0.207065 0.322728
+0.992203 0.213214 0.325124
+0.997864 0.218875 0.327398
+0.000122072 0.0878004 0.170901
+0.000244144 0.0889601 0.173556
+0.000381476 0.0902266 0.176333
+0.000518807 0.0913558 0.179049
+0.000793469 0.0925612 0.181979
+0.0012665 0.0938735 0.185351
+0.00190738 0.0952316 0.189258
+0.0028687 0.0966964 0.193683
+0.00418097 0.0988632 0.199191
+0.00653086 0.101579 0.206195
+0.00999466 0.104479 0.214435
+0.015198 0.107805 0.223011
+0.0259556 0.112291 0.2327
+0.0542306 0.114626 0.241703
+0.0911727 0.115007 0.250919
+0.137942 0.114534 0.261341
+0.195499 0.113771 0.273655
+0.260273 0.118303 0.280415
+0.323598 0.125612 0.284825
+0.383932 0.136034 0.287022
+0.443778 0.145708 0.29218
+0.502571 0.154864 0.29836
+0.561059 0.163149 0.305028
+0.616159 0.169635 0.310887
+0.673625 0.175998 0.315633
+0.731044 0.1823 0.319478
+0.786236 0.188434 0.321645
+0.83856 0.194644 0.323919
+0.88896 0.200885 0.326268
+0.938216 0.207538 0.329442
+0.972976 0.21387 0.332128
+0.994202 0.219821 0.334493
+0.999847 0.225345 0.336782
+4.57771e-05 0.098436 0.185183
+0.000137331 0.10013 0.188434
+0.000198367 0.102068 0.192065
+0.000228885 0.103746 0.195636
+0.000335698 0.105608 0.199527
+0.00062562 0.107195 0.203525
+0.00109865 0.108721 0.207843
+0.00190738 0.110201 0.212253
+0.00302129 0.111574 0.216739
+0.00520333 0.113405 0.222431
+0.00805676 0.11603 0.229099
+0.0131991 0.119554 0.237461
+0.0246128 0.12398 0.248508
+0.0425116 0.127932 0.260212
+0.082063 0.129213 0.270695
+0.131502 0.128786 0.281743
+0.190433 0.12784 0.29189
+0.261967 0.129519 0.299443
+0.329915 0.137682 0.302235
+0.39649 0.14728 0.303883
+0.459709 0.157107 0.305547
+0.520729 0.164752 0.311055
+0.579293 0.171649 0.316396
+0.634684 0.177661 0.32166
+0.692943 0.183948 0.325978
+0.749966 0.190173 0.328984
+0.804898 0.196231 0.330968
+0.856184 0.202182 0.333288
+0.906081 0.208438 0.336126
+0.951644 0.214832 0.339239
+0.98468 0.22092 0.341787
+0.996155 0.226474 0.343969
+1 0.231754 0.346014
+0 0.11426 0.204471
+0 0.116075 0.207874
+0 0.118166 0.211597
+0 0.120027 0.215244
+3.0518e-05 0.12192 0.21915
+0.000167849 0.123613 0.223087
+0.000396735 0.125338 0.227192
+0.000915541 0.126894 0.231235
+0.00170901 0.128664 0.235569
+0.00318914 0.130404 0.240162
+0.00547799 0.132799 0.24625
+0.00976577 0.136461 0.255436
+0.0187686 0.140993 0.268132
+0.0361334 0.144823 0.280613
+0.065156 0.148104 0.292592
+0.117647 0.147326 0.302663
+0.182147 0.146059 0.312261
+0.25626 0.144823 0.320195
+0.333608 0.151003 0.321386
+0.40502 0.160006 0.32079
+0.472816 0.169085 0.320699
+0.538094 0.176257 0.323888
+0.595697 0.182116 0.328603
+0.653651 0.188052 0.33312
+0.711437 0.193851 0.337133
+0.76762 0.199588 0.339055
+0.821317 0.205112 0.34107
+0.873274 0.210269 0.342962
+0.923217 0.216541 0.346242
+0.962966 0.222522 0.34905
+0.991989 0.228138 0.35137
+0.998215 0.233341 0.353323
+1 0.238148 0.355047
+0 0.13225 0.223728
+0 0.13434 0.22739
+0 0.136828 0.231083
+0 0.139223 0.234867
+0 0.14168 0.238865
+0 0.143908 0.242908
+7.62951e-05 0.146227 0.247395
+0.00030518 0.148333 0.251987
+0.000656138 0.150576 0.256992
+0.00135805 0.152468 0.262333
+0.00274662 0.15436 0.268177
+0.00579843 0.156558 0.275303
+0.0123751 0.160662 0.287129
+0.0263981 0.16492 0.299413
+0.0512856 0.16849 0.311254
+0.0947585 0.170565 0.322576
+0.163958 0.167819 0.334524
+0.242115 0.167163 0.34255
+0.328511 0.168276 0.345602
+0.408209 0.178592 0.341375
+0.481056 0.186725 0.339834
+0.548913 0.19382 0.339818
+0.610788 0.198138 0.34258
+0.669932 0.201785 0.345174
+0.727611 0.205631 0.347646
+0.783261 0.210864 0.349554
+0.836484 0.215412 0.351141
+0.888716 0.220401 0.353445
+0.939239 0.22594 0.356573
+0.974014 0.230945 0.358816
+0.993805 0.235584 0.360754
+1 0.239963 0.362188
+1 0.244755 0.364401
+0 0.154406 0.242176
+0 0.157137 0.24625
+0 0.159823 0.250492
+0 0.1626 0.254688
+0 0.165026 0.258976
+0 0.167208 0.263508
+0 0.169589 0.268406
+1.5259e-05 0.172015 0.273548
+0.00015259 0.174517 0.279011
+0.000442512 0.176852 0.284459
+0.00125124 0.178836 0.289982
+0.00337224 0.18117 0.296483
+0.00764477 0.184192 0.304555
+0.0151217 0.188449 0.315648
+0.0361486 0.193133 0.328573
+0.0725567 0.196979 0.343267
+0.134676 0.197498 0.358404
+0.22063 0.194385 0.366629
+0.310811 0.19559 0.368734
+0.4047 0.200732 0.364782
+0.482536 0.209339 0.359655
+0.553689 0.215061 0.357504
+0.620569 0.218814 0.356909
+0.679942 0.221241 0.357946
+0.737957 0.224353 0.35906
+0.794995 0.227298 0.360128
+0.849607 0.229786 0.361898
+0.902266 0.233478 0.364569
+0.948638 0.237263 0.367102
+0.984802 0.241199 0.368872
+0.99556 0.244907 0.370306
+1 0.248737 0.372076
+1 0.252628 0.373754
+0 0.17879 0.261723
+0 0.181796 0.266041
+0 0.184207 0.270542
+0 0.186725 0.275135
+0 0.18941 0.279683
+0 0.192035 0.28426
+0 0.195193 0.289219
+0 0.198184 0.294255
+1.5259e-05 0.201328 0.299336
+4.57771e-05 0.204211 0.30425
+0.000411994 0.206622 0.309224
+0.00154116 0.209354 0.315068
+0.00410468 0.212665 0.322927
+0.00802625 0.216144 0.332143
+0.021149 0.221332 0.346075
+0.0551614 0.22594 0.360922
+0.107179 0.229297 0.375677
+0.187091 0.228199 0.387671
+0.285252 0.227741 0.390814
+0.382742 0.230671 0.388907
+0.476997 0.238025 0.380941
+0.552575 0.243488 0.377493
+0.62237 0.246998 0.375021
+0.684108 0.248707 0.37464
+0.744228 0.249592 0.374426
+0.803143 0.249775 0.374731
+0.860227 0.249821 0.375448
+0.914305 0.251194 0.376867
+0.956558 0.253941 0.378592
+0.987427 0.255879 0.37969
+0.998077 0.257221 0.380758
+1 0.259266 0.381857
+1 0.261906 0.382528
+0 0.204517 0.280339
+0 0.207156 0.284596
+0 0.210224 0.289052
+0 0.213169 0.293553
+0 0.216312 0.298238
+0 0.219974 0.302815
+0 0.223423 0.307362
+0 0.227115 0.312139
+0 0.230579 0.316686
+0 0.23389 0.321584
+4.57771e-05 0.236728 0.326848
+0.000442512 0.239872 0.332784
+0.00184634 0.243183 0.339574
+0.00512703 0.247028 0.347448
+0.0103151 0.251469 0.357031
+0.032578 0.257832 0.371542
+0.0802167 0.263584 0.3879
+0.150774 0.267613 0.403815
+0.247547 0.266331 0.413092
+0.352468 0.268238 0.411658
+0.453071 0.271412 0.407156
+0.548394 0.279072 0.397742
+0.617044 0.281102 0.396017
+0.682704 0.282277 0.394888
+0.744701 0.282277 0.394415
+0.805173 0.281559 0.393606
+0.863661 0.280797 0.39324
+0.919371 0.279438 0.392813
+0.963043 0.276402 0.391791
+0.98793 0.273625 0.391196
+1 0.272465 0.391348
+1 0.273823 0.392111
+1 0.275563 0.392309
+0 0.232883 0.29778
+0 0.236255 0.301961
+0 0.239429 0.306035
+0 0.243015 0.310216
+0 0.246525 0.314473
+0 0.250065 0.318853
+0 0.253925 0.323507
+0 0.257923 0.32871
+0 0.262074 0.334142
+0 0.265904 0.33962
+1.5259e-05 0.269566 0.344915
+4.57771e-05 0.273243 0.350301
+0.00047303 0.276631 0.355871
+0.00224308 0.280079 0.362661
+0.00679026 0.284352 0.371283
+0.014435 0.289799 0.381979
+0.0602884 0.297795 0.39733
+0.127016 0.304082 0.412528
+0.211017 0.308278 0.426734
+0.3122 0.307332 0.436194
+0.421637 0.311498 0.431983
+0.52459 0.315709 0.424964
+0.605829 0.320897 0.419471
+0.674754 0.322179 0.417273
+0.740322 0.321843 0.415747
+0.803677 0.321126 0.414618
+0.8645 0.318425 0.412879
+0.920073 0.315007 0.41091
+0.970047 0.310338 0.40911
+0.990768 0.305913 0.408026
+0.999985 0.30222 0.407019
+1 0.299428 0.405707
+1 0.296147 0.403616
+0 0.264805 0.314
+0 0.268193 0.318273
+0 0.27187 0.322408
+0 0.276143 0.327077
+0 0.279988 0.331991
+0 0.283833 0.33695
+0 0.287648 0.342
+0 0.291814 0.347082
+0 0.295949 0.352346
+0 0.30042 0.357733
+0 0.304753 0.362997
+1.5259e-05 0.308995 0.368261
+7.62951e-05 0.312917 0.373556
+0.000640879 0.316091 0.379629
+0.00296025 0.319936 0.386557
+0.0127413 0.325185 0.394507
+0.0349279 0.332143 0.404593
+0.0985122 0.340856 0.420768
+0.178195 0.348501 0.438392
+0.273198 0.354498 0.455039
+0.386175 0.353384 0.457969
+0.490578 0.358495 0.453086
+0.58909 0.364385 0.444862
+0.662577 0.367163 0.441901
+0.73106 0.367239 0.43975
+0.79678 0.366522 0.437766
+0.860716 0.364782 0.435309
+0.919402 0.360464 0.432013
+0.966003 0.355886 0.42916
+0.995636 0.349355 0.426657
+0.999039 0.340002 0.423224
+1 0.331167 0.419806
+1 0.32401 0.416144
+0 0.299702 0.33135
+0 0.303151 0.335897
+0 0.307301 0.340688
+0 0.311543 0.345663
+0 0.315724 0.350774
+0 0.320012 0.356008
+0 0.324224 0.361242
+0 0.328771 0.366339
+0 0.333471 0.37142
+0 0.338735 0.376745
+0 0.343648 0.382086
+0 0.348394 0.387243
+3.0518e-05 0.352132 0.391943
+0.000122072 0.355276 0.396307
+0.000808728 0.359258 0.401312
+0.00585946 0.364431 0.407782
+0.0221561 0.370855 0.417044
+0.0633707 0.379873 0.431556
+0.149157 0.390097 0.449149
+0.244663 0.398993 0.465248
+0.341024 0.405982 0.479057
+0.458228 0.407477 0.475593
+0.558556 0.411154 0.471656
+0.646983 0.416266 0.466743
+0.717296 0.417792 0.465568
+0.785397 0.417884 0.463569
+0.851301 0.416739 0.461265
+0.914137 0.413123 0.457557
+0.958724 0.407965 0.45391
+0.989334 0.401144 0.449454
+0.998657 0.392157 0.444602
+1 0.382696 0.440131
+1 0.371405 0.435325
+0 0.338064 0.349966
+0 0.342947 0.354879
+0 0.347646 0.359701
+0 0.352224 0.364584
+0 0.356344 0.369329
+0 0.360586 0.374029
+0 0.363699 0.378561
+0 0.367544 0.383169
+0 0.372229 0.388876
+0 0.379721 0.394263
+0 0.386984 0.399878
+0 0.392538 0.405066
+0 0.397375 0.409964
+1.5259e-05 0.401251 0.414557
+7.62951e-05 0.405371 0.419211
+0.00131228 0.409644 0.424918
+0.00975052 0.415991 0.433082
+0.0321508 0.424399 0.443793
+0.0956436 0.436805 0.459022
+0.189151 0.447532 0.476555
+0.296162 0.455207 0.49012
+0.41091 0.462318 0.496437
+0.52462 0.4654 0.49044
+0.621637 0.468208 0.486381
+0.702831 0.471687 0.485786
+0.772839 0.473686 0.486137
+0.840772 0.473686 0.485115
+0.904326 0.472526 0.483436
+0.956527 0.46833 0.480583
+0.985153 0.461707 0.476875
+0.999588 0.453193 0.472587
+0.999924 0.44184 0.466758
+1 0.428702 0.459678
+0 0.383444 0.368338
+0 0.388449 0.372641
+0 0.39382 0.377142
+0 0.398917 0.381689
+0 0.404166 0.386389
+0 0.408988 0.390951
+0 0.414252 0.39585
+0 0.419715 0.401083
+0 0.425895 0.406729
+0 0.431113 0.412238
+0 0.43653 0.418143
+0 0.442832 0.42443
+0 0.447974 0.430533
+0 0.452873 0.435889
+0 0.457282 0.440986
+0 0.461936 0.446403
+0.000854505 0.467445 0.453269
+0.0140688 0.475959 0.462989
+0.0433356 0.486976 0.474723
+0.127337 0.501472 0.488396
+0.23888 0.512474 0.495872
+0.359396 0.521248 0.498543
+0.488228 0.523003 0.493797
+0.592554 0.52578 0.494881
+0.685679 0.528786 0.496498
+0.763424 0.531991 0.501305
+0.832273 0.532952 0.503334
+0.896819 0.532494 0.504372
+0.955627 0.531487 0.50367
+0.983886 0.526665 0.501732
+0.99707 0.51957 0.498802
+1 0.510369 0.494545
+1 0.49839 0.488197
+0 0.438041 0.38558
+0 0.443534 0.390555
+0 0.448875 0.395911
+0 0.454719 0.401526
+0 0.460548 0.407248
+0 0.465934 0.413031
+0 0.471443 0.418967
+0 0.476646 0.425086
+0 0.482277 0.431144
+0 0.487129 0.436988
+0 0.492393 0.442771
+0 0.499077 0.448692
+0 0.505623 0.45478
+0 0.511376 0.460288
+0 0.516457 0.465354
+0 0.521202 0.470222
+0 0.526436 0.475547
+0.0012665 0.534325 0.483284
+0.0220493 0.544076 0.491981
+0.0644083 0.55523 0.499962
+0.173953 0.564721 0.502525
+0.299077 0.571847 0.500496
+0.429389 0.579065 0.496254
+0.563027 0.584527 0.489296
+0.662852 0.587655 0.49752
+0.751888 0.590936 0.505882
+0.82536 0.593286 0.514488
+0.891859 0.594491 0.518242
+0.945953 0.593835 0.519051
+0.986954 0.592615 0.517906
+0.995682 0.587304 0.515206
+1 0.580957 0.512306
+1 0.573709 0.509438
+0 0.498207 0.409186
+0 0.503319 0.414664
+0 0.508751 0.420005
+0 0.513756 0.425345
+0 0.519097 0.430945
+0 0.524468 0.436545
+0 0.530251 0.442527
+0 0.53576 0.448447
+0 0.541756 0.454734
+0 0.547768 0.460929
+0 0.554894 0.467994
+0 0.561852 0.474617
+0 0.568551 0.479835
+0 0.573434 0.484001
+0 0.578073 0.487861
+0 0.582071 0.491951
+0 0.586679 0.496803
+0 0.592203 0.501991
+0.00540169 0.599908 0.508003
+0.0413214 0.608408 0.512398
+0.102144 0.618372 0.515923
+0.230701 0.622675 0.508888
+0.368307 0.628504 0.497826
+0.510109 0.634714 0.487068
+0.641764 0.64506 0.482002
+0.739269 0.648569 0.49305
+0.822126 0.650233 0.506035
+0.890105 0.651194 0.514794
+0.944106 0.651743 0.519051
+0.982513 0.651514 0.521737
+0.998123 0.650919 0.522301
+0.999741 0.647349 0.522118
+1 0.647303 0.523995
+0 0.556115 0.429374
+0 0.561486 0.435187
+0 0.566812 0.440452
+0 0.571344 0.44509
+0 0.576989 0.450492
+0 0.582895 0.456474
+0 0.589548 0.463081
+0 0.596139 0.470314
+0 0.604181 0.477989
+0 0.609857 0.483665
+0 0.615503 0.489616
+0 0.621439 0.495491
+0 0.627268 0.500069
+0 0.63209 0.503273
+0 0.636484 0.506859
+0 0.64097 0.510674
+0 0.645365 0.514855
+0 0.650278 0.519814
+0 0.655894 0.52546
+0.0160678 0.664256 0.530465
+0.0661173 0.669352 0.529061
+0.152804 0.668162 0.518318
+0.305196 0.670481 0.502602
+0.453483 0.679667 0.489647
+0.599573 0.693446 0.478462
+0.717968 0.705837 0.47808
+0.810636 0.708843 0.48777
+0.887175 0.708644 0.500633
+0.947173 0.707301 0.510781
+0.979553 0.706935 0.516808
+0.997314 0.706661 0.521462
+0.999588 0.706188 0.523674
+1 0.7093 0.527428
+0 0.605585 0.438819
+0 0.612757 0.445945
+0 0.620386 0.453727
+0 0.627466 0.461189
+0 0.633722 0.468254
+0 0.640879 0.475883
+0 0.645563 0.480964
+0 0.650446 0.486213
+0 0.655756 0.492088
+0 0.661387 0.497902
+0 0.66772 0.504372
+0 0.674052 0.510933
+0 0.680705 0.516548
+0 0.687449 0.522011
+0 0.692256 0.52607
+0 0.69633 0.53019
+0 0.70103 0.533867
+0 0.704631 0.53724
+0.00047303 0.706783 0.5393
+0.00205997 0.709484 0.541634
+0.0367895 0.709957 0.53669
+0.109346 0.710063 0.527718
+0.233936 0.709178 0.512856
+0.391897 0.718441 0.497032
+0.543252 0.732021 0.484962
+0.683726 0.751675 0.476387
+0.788449 0.763195 0.476814
+0.87393 0.766232 0.483909
+0.941649 0.763058 0.495903
+0.97789 0.759548 0.506096
+0.994614 0.757458 0.5131
+1 0.756832 0.518608
+1 0.759884 0.523659
+0 0.651896 0.447807
+0 0.659129 0.456016
+0 0.667277 0.464286
+0 0.674769 0.472328
+0 0.679469 0.477943
+0 0.684153 0.483207
+0 0.689387 0.489265
+0 0.69572 0.495857
+0 0.701991 0.502861
+0 0.708217 0.509636
+0 0.714916 0.517021
+0 0.722194 0.524147
+0 0.729335 0.530907
+0 0.735195 0.536965
+0 0.738308 0.539681
+0 0.740032 0.541207
+0 0.741863 0.542245
+0 0.743877 0.543984
+3.0518e-05 0.746288 0.546777
+0.00233463 0.748669 0.548775
+0.0113527 0.750027 0.547585
+0.0747997 0.748394 0.538582
+0.172351 0.747494 0.525109
+0.328374 0.748699 0.505287
+0.48484 0.763973 0.492409
+0.629679 0.782544 0.483467
+0.760555 0.805264 0.479438
+0.850446 0.818204 0.478752
+0.924437 0.820874 0.482506
+0.979629 0.81474 0.491691
+0.992737 0.808194 0.503075
+0.999313 0.807446 0.509606
+1 0.811002 0.513817
+0 0.69044 0.453239
+0 0.695964 0.459251
+0 0.702358 0.465827
+0 0.708904 0.473045
+0 0.715969 0.480598
+0 0.722606 0.488075
+0 0.729061 0.496345
+0 0.73579 0.504082
+0 0.742168 0.510948
+0 0.748455 0.518486
+0 0.754864 0.525414
+0 0.760006 0.531563
+0 0.765057 0.538048
+0 0.769787 0.543542
+0 0.773709 0.547997
+0 0.77702 0.550286
+0 0.77937 0.551644
+0 0.780926 0.551873
+0 0.783154 0.553445
+0.00102235 0.785107 0.554986
+0.0069276 0.786023 0.554726
+0.0370031 0.783948 0.547799
+0.128283 0.780438 0.532799
+0.25243 0.779797 0.515068
+0.417166 0.79144 0.499763
+0.571191 0.812482 0.492042
+0.710689 0.83473 0.488502
+0.824933 0.856565 0.48925
+0.904005 0.869749 0.486656
+0.961151 0.873823 0.485374
+0.994064 0.864851 0.489509
+0.99794 0.86717 0.494667
+0.999649 0.871321 0.499229
+0 0.722011 0.454932
+0 0.728176 0.462531
+0 0.734722 0.469886
+0 0.741451 0.477485
+0 0.748455 0.485069
+0 0.755261 0.492622
+0 0.762112 0.500221
+0 0.768597 0.507866
+0 0.774563 0.514504
+0 0.780285 0.522118
+0 0.786236 0.529397
+0 0.792081 0.53666
+0 0.798016 0.543313
+0 0.803174 0.549401
+0 0.808301 0.554879
+0 0.811902 0.55697
+0 0.814466 0.5579
+0 0.816068 0.557153
+0 0.817227 0.554757
+3.0518e-05 0.819425 0.554681
+0.0043183 0.820478 0.553094
+0.0149386 0.821241 0.550866
+0.0749981 0.819532 0.539666
+0.183642 0.822751 0.523659
+0.327367 0.829236 0.504051
+0.504356 0.848951 0.490944
+0.65478 0.868986 0.491859
+0.785092 0.888609 0.49781
+0.880812 0.906676 0.500908
+0.946853 0.917815 0.497932
+0.989136 0.927306 0.494697
+0.997024 0.9299 0.497963
+0.997696 0.930602 0.502907
+0 0.75378 0.460334
+0 0.760052 0.467536
+0 0.76643 0.474495
+0 0.772641 0.481285
+0 0.778698 0.487938
+0 0.78468 0.494392
+0 0.791302 0.502144
+0 0.799619 0.509255
+0 0.807996 0.516426
+0 0.815793 0.52369
+0 0.823606 0.530404
+0 0.83061 0.537057
+0 0.837324 0.543236
+0 0.843275 0.548959
+0 0.848585 0.554055
+0 0.853666 0.557565
+0 0.857267 0.558267
+0 0.859373 0.555856
+0 0.859586 0.552987
+0 0.857435 0.553338
+0.00047303 0.85745 0.555825
+0.010544 0.857038 0.555611
+0.0301061 0.855924 0.552422
+0.142855 0.853986 0.53109
+0.302434 0.859266 0.510445
+0.498939 0.87097 0.493156
+0.662531 0.887098 0.504112
+0.792599 0.903883 0.512627
+0.895582 0.920058 0.518425
+0.96466 0.932662 0.51104
+0.990219 0.937743 0.511772
+0.996414 0.93959 0.515358
+0.995865 0.939941 0.520485
+0 0.790005 0.461173
+0 0.797559 0.466346
+0 0.804944 0.471641
+0 0.812665 0.477516
+0 0.820935 0.484596
+0 0.828687 0.492027
+0 0.836316 0.498878
+0 0.843854 0.505776
+0 0.848325 0.515862
+0 0.852445 0.525154
+0 0.856596 0.534417
+0 0.860639 0.54377
+0 0.864256 0.552438
+0 0.867658 0.560494
+0 0.870863 0.568475
+0 0.87361 0.574945
+0 0.875212 0.578195
+0 0.87393 0.575219
+0 0.872282 0.574868
+0 0.870893 0.575677
+0 0.870481 0.578302
+0.0100252 0.869261 0.576928
+0.0556497 0.86656 0.566995
+0.159258 0.861418 0.543893
+0.354223 0.868589 0.521187
+0.541634 0.879255 0.512978
+0.71104 0.894194 0.522026
+0.825559 0.910842 0.532174
+0.916747 0.925444 0.532769
+0.982651 0.937514 0.526818
+0.991623 0.939193 0.530022
+0.994415 0.939742 0.534554
+0.993835 0.939666 0.540322
+0 0.828412 0.458824
+0 0.832792 0.468406
+0 0.837339 0.47837
+0 0.841505 0.487907
+0 0.845869 0.497688
+0 0.850095 0.507469
+0 0.854215 0.51722
+0 0.858473 0.527123
+0 0.862745 0.537652
+0 0.866178 0.547219
+0 0.869551 0.556909
+0 0.872877 0.567117
+0 0.87628 0.57734
+0 0.879316 0.586374
+0 0.882246 0.595239
+0 0.884153 0.600641
+0 0.88423 0.602014
+0 0.882399 0.59997
+0 0.88014 0.600305
+0 0.879194 0.602564
+0.00184634 0.878248 0.603738
+0.0099794 0.875914 0.600656
+0.087068 0.870481 0.582361
+0.217365 0.867094 0.5579
+0.422751 0.872099 0.532876
+0.597864 0.884932 0.535637
+0.747295 0.900008 0.544137
+0.864897 0.916167 0.554818
+0.941802 0.929915 0.548394
+0.984329 0.937819 0.546151
+0.992889 0.939529 0.549538
+0.992325 0.939452 0.554986
+0.99176 0.939376 0.560571
+0.00115969 0.0478218 0.105882
+0.00111391 0.0484627 0.10724
+0.00106813 0.0491646 0.108705
+0.00154116 0.0501869 0.110796
+0.00204471 0.0512551 0.113237
+0.00257877 0.0522927 0.115831
+0.00321965 0.0533608 0.118563
+0.00408942 0.0545968 0.12163
+0.00535592 0.0559091 0.125109
+0.00714122 0.0573281 0.128985
+0.00967422 0.0590524 0.13341
+0.0131228 0.060853 0.137942
+0.0204776 0.0627451 0.14258
+0.0334173 0.0646372 0.147539
+0.0518654 0.066743 0.154818
+0.0745861 0.068925 0.163088
+0.103258 0.071046 0.172091
+0.141909 0.0731365 0.181903
+0.184573 0.0770275 0.190188
+0.228382 0.0821851 0.197192
+0.272374 0.0887312 0.202976
+0.315496 0.0955978 0.209735
+0.360662 0.102449 0.217334
+0.408042 0.109407 0.22562
+0.457099 0.117174 0.234485
+0.507744 0.124483 0.242344
+0.560052 0.131533 0.249332
+0.615854 0.138674 0.255619
+0.673655 0.14461 0.258381
+0.731228 0.150561 0.260655
+0.786587 0.157443 0.264332
+0.839826 0.164843 0.267597
+0.890181 0.172061 0.270893
+0.000976577 0.0498817 0.109743
+0.000915541 0.0504921 0.111055
+0.00105287 0.0512856 0.113115
+0.00155642 0.0523537 0.11574
+0.00205997 0.0533761 0.118318
+0.00260929 0.0543832 0.120958
+0.00321965 0.0554208 0.123659
+0.00410468 0.0566262 0.126757
+0.00538643 0.0579232 0.130343
+0.00730907 0.0594492 0.134432
+0.00994888 0.0614481 0.139513
+0.0134279 0.0634623 0.14432
+0.0234073 0.0655985 0.149386
+0.0377356 0.0677348 0.155322
+0.0553292 0.0700542 0.1626
+0.0800031 0.0720836 0.171374
+0.113008 0.0740215 0.180987
+0.151934 0.0762341 0.19089
+0.196765 0.0799878 0.19939
+0.242405 0.0861219 0.205844
+0.287205 0.0929274 0.211933
+0.330877 0.100069 0.218082
+0.378653 0.107118 0.226093
+0.42771 0.114702 0.23476
+0.476646 0.122713 0.2439
+0.528084 0.129915 0.251255
+0.581842 0.137179 0.258106
+0.637827 0.14406 0.2636
+0.69659 0.149783 0.265873
+0.752895 0.156329 0.269093
+0.807553 0.163317 0.272404
+0.859174 0.170489 0.2757
+0.907927 0.177584 0.278981
+0.000869764 0.0519417 0.11426
+0.000869764 0.0526284 0.116136
+0.00111391 0.0534829 0.118349
+0.00158694 0.0544594 0.120867
+0.00207523 0.0554208 0.12343
+0.00259403 0.0563973 0.126024
+0.00321965 0.0574502 0.128817
+0.00415045 0.0586252 0.131975
+0.00555428 0.0599985 0.135714
+0.00759899 0.0618601 0.140551
+0.0102388 0.0641794 0.146105
+0.0138399 0.0665293 0.150988
+0.0256504 0.068864 0.156664
+0.0411078 0.0712139 0.1635
+0.0604715 0.0733501 0.171008
+0.0852369 0.0751659 0.179538
+0.121569 0.0768902 0.190188
+0.16318 0.0794842 0.199954
+0.209155 0.0832837 0.208576
+0.25687 0.0902113 0.214878
+0.302251 0.0974136 0.220615
+0.347967 0.104753 0.226902
+0.397101 0.112215 0.235233
+0.446174 0.120241 0.244144
+0.496925 0.128252 0.252766
+0.548837 0.135805 0.260487
+0.603906 0.14284 0.26656
+0.660716 0.149248 0.270939
+0.719341 0.155154 0.273869
+0.774411 0.162173 0.277378
+0.827161 0.169162 0.280735
+0.877775 0.176013 0.283864
+0.926162 0.183124 0.286809
+0.000823987 0.0540169 0.11928
+0.000823987 0.0546883 0.121157
+0.00115969 0.0555734 0.123507
+0.0016022 0.0565194 0.126024
+0.00204471 0.0574655 0.128557
+0.002533 0.058381 0.13109
+0.00318914 0.0594034 0.133867
+0.00415045 0.0608377 0.137621
+0.00569162 0.0625925 0.142107
+0.00782788 0.064744 0.147326
+0.0106661 0.0671855 0.152651
+0.0160372 0.069749 0.157946
+0.0272984 0.0723278 0.16437
+0.0433509 0.0746929 0.171572
+0.0650339 0.0766461 0.179507
+0.0931563 0.0783856 0.188754
+0.128969 0.0798199 0.199832
+0.174594 0.0825818 0.209537
+0.222263 0.0875105 0.217685
+0.271061 0.0944533 0.224201
+0.316396 0.102174 0.229725
+0.364538 0.109865 0.23682
+0.414527 0.117723 0.244709
+0.465217 0.126101 0.253697
+0.51722 0.134051 0.261967
+0.570794 0.141695 0.269413
+0.626017 0.148531 0.275074
+0.683726 0.15462 0.278752
+0.740536 0.160967 0.282139
+0.795697 0.168078 0.285618
+0.846311 0.174777 0.288945
+0.895689 0.181567 0.29189
+0.944335 0.188724 0.294591
+0.00077821 0.0560922 0.124346
+0.000793469 0.0567788 0.126253
+0.00114443 0.0576791 0.12874
+0.00154116 0.0585946 0.131258
+0.00196841 0.059617 0.133974
+0.00244144 0.0608072 0.137087
+0.00311284 0.0621042 0.140444
+0.00408942 0.0635538 0.144213
+0.00576791 0.0654307 0.148791
+0.00794995 0.0678111 0.154055
+0.010956 0.0704967 0.159304
+0.0178378 0.0732586 0.165316
+0.0297398 0.0759747 0.172702
+0.0446632 0.0782788 0.180041
+0.0691081 0.0800488 0.188159
+0.100404 0.0817426 0.198489
+0.138262 0.0835279 0.209461
+0.184497 0.0859541 0.21973
+0.234455 0.0919661 0.22742
+0.28394 0.0991684 0.233951
+0.330816 0.107332 0.239292
+0.381247 0.115206 0.246326
+0.432883 0.123598 0.254444
+0.485344 0.132113 0.263249
+0.538109 0.140108 0.271427
+0.592599 0.147417 0.27805
+0.648661 0.15407 0.283223
+0.706264 0.160067 0.286885
+0.761685 0.166918 0.290471
+0.815244 0.173846 0.293858
+0.8654 0.180346 0.297108
+0.91458 0.187396 0.299901
+0.957336 0.194186 0.302602
+0.000717174 0.0581979 0.12958
+0.000793469 0.0589456 0.131685
+0.00112917 0.0601663 0.134768
+0.0015259 0.0614023 0.13785
+0.00192264 0.0625925 0.140902
+0.00238041 0.0638132 0.144045
+0.00306706 0.065156 0.147478
+0.00408942 0.0666514 0.151202
+0.00576791 0.0686961 0.155779
+0.00791943 0.0712139 0.160723
+0.0109712 0.0741283 0.165972
+0.0184329 0.0770581 0.173205
+0.0307317 0.0798199 0.181643
+0.0481422 0.0820783 0.189609
+0.0720531 0.0841688 0.197681
+0.106279 0.0856489 0.208637
+0.147601 0.0874037 0.219394
+0.194537 0.0901961 0.229862
+0.247608 0.0961929 0.237934
+0.297597 0.104234 0.243793
+0.34725 0.112688 0.249439
+0.398566 0.121004 0.255528
+0.45185 0.129656 0.264179
+0.505867 0.138186 0.272801
+0.559304 0.146395 0.281086
+0.614466 0.153262 0.286915
+0.670741 0.159716 0.291615
+0.727916 0.166064 0.295567
+0.782437 0.173037 0.299107
+0.834119 0.179599 0.30222
+0.884443 0.186175 0.305211
+0.933303 0.193301 0.30811
+0.969894 0.199512 0.310307
+0.000671397 0.0611429 0.136416
+0.000823987 0.0622263 0.139101
+0.00112917 0.0634623 0.142123
+0.00148013 0.0646983 0.145144
+0.0018616 0.0659037 0.14815
+0.00233463 0.067155 0.151278
+0.00302129 0.068513 0.154665
+0.00410468 0.0701457 0.158434
+0.00575265 0.0722515 0.1626
+0.00798047 0.0749828 0.167514
+0.0112459 0.0781262 0.173785
+0.0182193 0.0813916 0.182635
+0.0302586 0.0839857 0.191287
+0.05066 0.0863203 0.199435
+0.0775464 0.0883803 0.208286
+0.111116 0.0896468 0.218387
+0.155627 0.0911574 0.229847
+0.205478 0.0948196 0.240055
+0.260151 0.100557 0.248646
+0.31162 0.10956 0.253834
+0.363775 0.118379 0.259297
+0.416724 0.127184 0.26537
+0.471611 0.136141 0.274464
+0.525826 0.144686 0.28304
+0.580957 0.152621 0.290471
+0.635752 0.159548 0.29659
+0.692653 0.165866 0.30074
+0.748394 0.172396 0.304402
+0.80296 0.179171 0.307805
+0.853315 0.185428 0.310521
+0.902892 0.192126 0.313359
+0.950118 0.199054 0.316213
+0.982254 0.204883 0.317952
+0.000701915 0.0647898 0.144137
+0.000869764 0.0658885 0.146838
+0.00115969 0.0670634 0.14966
+0.00144961 0.0683146 0.152575
+0.00178531 0.0694896 0.155444
+0.00224308 0.0707561 0.158511
+0.00291447 0.0720836 0.161746
+0.00399786 0.0739452 0.16556
+0.00563058 0.0763714 0.170108
+0.0078584 0.0792401 0.175738
+0.0117342 0.0825055 0.183322
+0.0184024 0.0858473 0.192599
+0.0283818 0.0882887 0.20087
+0.0520333 0.0910964 0.209567
+0.08159 0.0928359 0.218647
+0.117845 0.0939345 0.228534
+0.161456 0.0950027 0.240696
+0.216785 0.0990768 0.251026
+0.272099 0.10576 0.259068
+0.326146 0.115007 0.265354
+0.379019 0.124498 0.270542
+0.433539 0.133745 0.277562
+0.490318 0.142901 0.285542
+0.546395 0.151659 0.293614
+0.601511 0.159014 0.30013
+0.657008 0.165789 0.30576
+0.714153 0.172198 0.309957
+0.768994 0.17879 0.313313
+0.821897 0.185245 0.316335
+0.87277 0.191333 0.318822
+0.921859 0.198154 0.321691
+0.962585 0.204486 0.32401
+0.99353 0.210361 0.325872
+0.000686656 0.068925 0.152041
+0.000869764 0.0700542 0.154726
+0.00109865 0.071107 0.157305
+0.00137331 0.0722057 0.160052
+0.00166323 0.0735637 0.163027
+0.002121 0.0752575 0.166384
+0.00276188 0.0770123 0.16997
+0.00378424 0.0791028 0.174105
+0.00535592 0.0816205 0.179248
+0.0074464 0.0844739 0.185473
+0.0113375 0.0880751 0.194415
+0.0171511 0.0911116 0.203433
+0.0294652 0.0937667 0.211704
+0.0508431 0.0969711 0.220493
+0.0841535 0.0977646 0.228702
+0.123262 0.0985428 0.239612
+0.168612 0.100175 0.252232
+0.22501 0.103471 0.264408
+0.282429 0.111437 0.271901
+0.339345 0.120775 0.277821
+0.393362 0.131304 0.282506
+0.45127 0.140734 0.289494
+0.50956 0.149935 0.296483
+0.567422 0.15877 0.303761
+0.621805 0.165652 0.31014
+0.677821 0.172229 0.315099
+0.734646 0.178805 0.319265
+0.78941 0.18526 0.32224
+0.841276 0.191394 0.324865
+0.891752 0.197787 0.327596
+0.94049 0.204517 0.330419
+0.974655 0.210788 0.333059
+0.995468 0.21677 0.335729
+0.000686656 0.074464 0.160983
+0.000869764 0.0756542 0.163577
+0.00108339 0.0770581 0.166522
+0.00131228 0.0785534 0.16965
+0.00158694 0.0800183 0.172732
+0.00199893 0.0815595 0.176043
+0.00260929 0.083238 0.179706
+0.00354009 0.0852369 0.184192
+0.00497444 0.0873274 0.18938
+0.00666819 0.0896773 0.195392
+0.0106355 0.0933242 0.205371
+0.0156405 0.0957504 0.213474
+0.0297856 0.0992752 0.222675
+0.0525368 0.102113 0.231601
+0.0846571 0.103593 0.240284
+0.12549 0.104295 0.252827
+0.175082 0.10602 0.265812
+0.231357 0.109346 0.278386
+0.293797 0.116976 0.285634
+0.351904 0.12752 0.290562
+0.409476 0.138323 0.295323
+0.469276 0.147997 0.300404
+0.529549 0.157275 0.307179
+0.587213 0.165362 0.313649
+0.641123 0.172137 0.320165
+0.698878 0.178988 0.325017
+0.754971 0.185626 0.328786
+0.80943 0.192096 0.331746
+0.860258 0.198184 0.334142
+0.910048 0.204623 0.336767
+0.955215 0.211215 0.339742
+0.986175 0.217365 0.342535
+0.997116 0.223148 0.345144
+0.000549325 0.0816205 0.171649
+0.000686656 0.0830701 0.17467
+0.000869764 0.0844282 0.177676
+0.00105287 0.0856947 0.180621
+0.00135805 0.0869001 0.183581
+0.00183108 0.0881361 0.186786
+0.00250248 0.0895247 0.190494
+0.00335698 0.0912795 0.195102
+0.00448615 0.0933394 0.200473
+0.00630198 0.0959793 0.207431
+0.00996414 0.0996567 0.21735
+0.0138857 0.1028 0.225849
+0.0265354 0.107378 0.236118
+0.0505531 0.110338 0.245747
+0.0827192 0.112108 0.255787
+0.123919 0.112703 0.267201
+0.177157 0.113085 0.281285
+0.237858 0.116304 0.291859
+0.304097 0.122683 0.299199
+0.364691 0.134859 0.302998
+0.425925 0.145495 0.306981
+0.487434 0.155383 0.311345
+0.549432 0.16466 0.317601
+0.605188 0.171923 0.324117
+0.661692 0.178958 0.330159
+0.719646 0.186069 0.335439
+0.774655 0.19263 0.338506
+0.827573 0.198962 0.341115
+0.878782 0.204959 0.343221
+0.927687 0.211566 0.346273
+0.966491 0.217899 0.349172
+0.994492 0.223987 0.352193
+0.998657 0.229465 0.354513
+0.000320439 0.0897841 0.184024
+0.000442512 0.0910658 0.187137
+0.000564584 0.0923629 0.190326
+0.000686656 0.0935683 0.193439
+0.000915541 0.0947738 0.196704
+0.00132753 0.0961471 0.200443
+0.00187686 0.097734 0.204669
+0.00274662 0.099794 0.209949
+0.00387579 0.102388 0.215946
+0.00596628 0.105135 0.222889
+0.00883497 0.108263 0.230793
+0.0131685 0.112001 0.23949
+0.0223392 0.116442 0.250935
+0.0445716 0.119402 0.261021
+0.0790723 0.120821 0.271412
+0.123766 0.121126 0.282811
+0.176684 0.119661 0.296178
+0.24506 0.122454 0.305669
+0.312627 0.130053 0.312169
+0.377844 0.142199 0.316075
+0.439597 0.153216 0.319081
+0.502495 0.163088 0.323491
+0.565301 0.17171 0.32871
+0.623926 0.178927 0.334768
+0.681956 0.186099 0.340429
+0.738659 0.193179 0.345449
+0.793408 0.199847 0.348165
+0.845518 0.205859 0.35024
+0.89601 0.212009 0.352728
+0.945006 0.21857 0.355795
+0.977569 0.22472 0.358907
+0.995972 0.230503 0.361654
+1 0.235843 0.363745
+3.0518e-05 0.0995346 0.198917
+0.000106813 0.101183 0.202548
+0.000183108 0.10277 0.206149
+0.000213626 0.104356 0.209796
+0.000320439 0.105928 0.213703
+0.00062562 0.10782 0.218296
+0.00117494 0.109621 0.223041
+0.00204471 0.111192 0.227481
+0.00314336 0.112657 0.231846
+0.00502022 0.115282 0.237583
+0.00714122 0.118578 0.244541
+0.0113222 0.122728 0.254749
+0.0208743 0.126894 0.267094
+0.0357671 0.13051 0.278569
+0.0715648 0.13315 0.290105
+0.117845 0.133196 0.301778
+0.174884 0.132403 0.313146
+0.245533 0.132448 0.324529
+0.317418 0.140551 0.32929
+0.38735 0.150729 0.331868
+0.452491 0.162799 0.332357
+0.518212 0.171466 0.335805
+0.581506 0.179461 0.340108
+0.643656 0.18677 0.345251
+0.70074 0.193927 0.351324
+0.75668 0.200824 0.3552
+0.810941 0.207324 0.357687
+0.862882 0.212833 0.35935
+0.913237 0.219181 0.362341
+0.957321 0.22562 0.365576
+0.988785 0.231693 0.368597
+0.99736 0.237278 0.370871
+1 0.242466 0.372824
+0 0.113161 0.217823
+0 0.115023 0.221439
+0 0.117266 0.225544
+1.5259e-05 0.119295 0.229511
+9.15541e-05 0.121279 0.2336
+0.000274662 0.123186 0.237766
+0.000564584 0.125063 0.242054
+0.00112917 0.126986 0.246448
+0.00190738 0.129015 0.251011
+0.00325017 0.130846 0.255985
+0.00495918 0.13341 0.262547
+0.00852979 0.136736 0.272984
+0.016144 0.141146 0.286015
+0.0315099 0.145449 0.298405
+0.0558328 0.149737 0.310765
+0.105409 0.149905 0.32166
+0.167437 0.148592 0.333394
+0.239124 0.147387 0.344091
+0.320409 0.151614 0.349416
+0.393835 0.162188 0.349233
+0.464164 0.17322 0.348104
+0.532921 0.182422 0.348363
+0.599283 0.189364 0.351766
+0.66157 0.196231 0.356268
+0.718456 0.202838 0.362203
+0.773602 0.209339 0.364721
+0.827527 0.215228 0.36672
+0.880034 0.220722 0.368826
+0.930053 0.227176 0.372259
+0.967971 0.233234 0.375296
+0.99411 0.239017 0.37792
+0.998871 0.244282 0.379995
+1 0.249073 0.382177
+0 0.131106 0.238483
+0 0.133135 0.242161
+0 0.135607 0.246128
+0 0.138033 0.250385
+0 0.14023 0.25452
+3.0518e-05 0.142535 0.259113
+0.000183108 0.144594 0.263844
+0.000366217 0.146746 0.268864
+0.000686656 0.148745 0.274144
+0.00143435 0.150378 0.279728
+0.00257877 0.152041 0.285985
+0.00520333 0.154528 0.2934
+0.0106966 0.159167 0.305211
+0.0226596 0.163989 0.31751
+0.0456245 0.167971 0.329854
+0.0838483 0.171283 0.34287
+0.149813 0.169726 0.356893
+0.227619 0.16849 0.367361
+0.31368 0.168338 0.373587
+0.396368 0.178775 0.369451
+0.472404 0.18851 0.365942
+0.545403 0.197162 0.363424
+0.616342 0.202029 0.363607
+0.676829 0.207172 0.367346
+0.734707 0.213153 0.370748
+0.790326 0.219883 0.373922
+0.843549 0.225101 0.376181
+0.895552 0.230411 0.378927
+0.945403 0.235981 0.3823
+0.978561 0.241428 0.384833
+0.995422 0.246479 0.387106
+1 0.251331 0.389548
+1 0.255772 0.391577
+0 0.153231 0.2598
+0 0.155322 0.264012
+0 0.157641 0.268513
+0 0.160159 0.273121
+0 0.162676 0.277928
+0 0.165042 0.282826
+0 0.167452 0.287892
+1.5259e-05 0.169924 0.293584
+0.000183108 0.17261 0.299397
+0.000381476 0.175097 0.305318
+0.0010071 0.177157 0.311147
+0.00274662 0.179385 0.317571
+0.00610361 0.182757 0.325856
+0.0122377 0.187472 0.337377
+0.0310674 0.19234 0.351308
+0.0652781 0.196277 0.366506
+0.122393 0.198337 0.381918
+0.206302 0.194064 0.392081
+0.296223 0.194339 0.395651
+0.391196 0.198169 0.393439
+0.472343 0.209064 0.387289
+0.549477 0.216297 0.383108
+0.622339 0.221607 0.380468
+0.687099 0.22565 0.380835
+0.747036 0.230121 0.382467
+0.803876 0.234211 0.384695
+0.857374 0.237781 0.386908
+0.909728 0.242161 0.38996
+0.954589 0.246647 0.392676
+0.989105 0.25124 0.394751
+0.996811 0.255451 0.397269
+1 0.259419 0.399283
+1 0.263249 0.400885
+0 0.177295 0.282261
+0 0.179736 0.287007
+0 0.182315 0.292012
+0 0.185153 0.296864
+0 0.188113 0.30161
+0 0.190936 0.30634
+0 0.194125 0.311421
+0 0.197009 0.31667
+0 0.200244 0.322148
+1.5259e-05 0.203281 0.327779
+0.000259403 0.206012 0.333562
+0.000961318 0.208698 0.340002
+0.00271611 0.211627 0.348043
+0.00601205 0.214527 0.35697
+0.0167239 0.21915 0.369863
+0.0471656 0.224445 0.385397
+0.0959945 0.228061 0.401068
+0.171542 0.228473 0.414221
+0.269306 0.226535 0.419532
+0.367468 0.22884 0.41915
+0.465217 0.23508 0.412329
+0.546258 0.243305 0.405539
+0.622766 0.248081 0.400473
+0.694362 0.250553 0.397436
+0.754025 0.253071 0.39881
+0.811948 0.254795 0.399985
+0.868177 0.256306 0.401373
+0.921691 0.259037 0.403586
+0.961898 0.262272 0.405249
+0.989837 0.264668 0.406592
+0.998825 0.266575 0.407889
+1 0.2692 0.408881
+1 0.272358 0.40972
+0 0.204257 0.302953
+0 0.207141 0.307485
+0 0.209995 0.312062
+0 0.21323 0.316976
+0 0.216526 0.321904
+0 0.219989 0.326711
+0 0.223713 0.331701
+0 0.227344 0.336919
+0 0.230732 0.342229
+0 0.234226 0.347845
+0 0.237354 0.353613
+0.000137331 0.240894 0.359289
+0.000869764 0.244205 0.366323
+0.0031281 0.247684 0.374517
+0.00704967 0.25153 0.384588
+0.022858 0.257603 0.400183
+0.0686961 0.263386 0.417517
+0.137102 0.267826 0.433387
+0.230091 0.26659 0.444022
+0.336568 0.266117 0.444419
+0.439048 0.26862 0.439979
+0.536843 0.277211 0.428977
+0.618692 0.280964 0.422141
+0.69189 0.283864 0.419043
+0.753994 0.285695 0.420645
+0.814023 0.286641 0.420844
+0.871855 0.286458 0.420813
+0.926284 0.284749 0.420356
+0.968185 0.281773 0.419318
+0.989929 0.281102 0.419104
+1 0.281468 0.419257
+1 0.283696 0.420203
+1 0.285893 0.420401
+0 0.233448 0.32105
+0 0.23682 0.325582
+0 0.240177 0.330037
+0 0.24361 0.334615
+0 0.247517 0.339574
+0 0.251179 0.34461
+0 0.255222 0.350072
+0 0.259052 0.355261
+0 0.262623 0.36054
+0 0.266392 0.366155
+0 0.27068 0.372
+0 0.274403 0.377829
+0.000137331 0.277958 0.384085
+0.00123598 0.281346 0.39144
+0.00442512 0.285298 0.400259
+0.00958267 0.290578 0.410788
+0.0492714 0.298116 0.426886
+0.111955 0.304417 0.443229
+0.194186 0.308965 0.459022
+0.294453 0.308186 0.469947
+0.404669 0.310414 0.466407
+0.51104 0.313726 0.458671
+0.609262 0.321309 0.446189
+0.680903 0.324346 0.444465
+0.74876 0.325567 0.442985
+0.812497 0.32549 0.441779
+0.872602 0.32282 0.440024
+0.926497 0.319829 0.438651
+0.973404 0.315984 0.437446
+0.992523 0.312795 0.436759
+0.999954 0.310033 0.435706
+1 0.307393 0.434501
+1 0.304723 0.432609
+0 0.265675 0.339055
+0 0.268971 0.343511
+0 0.272496 0.348028
+0 0.276463 0.35288
+0 0.280171 0.357809
+0 0.283848 0.362951
+0 0.287602 0.368048
+0 0.292271 0.373465
+0 0.296925 0.378943
+0 0.301549 0.384604
+0 0.306096 0.390295
+0 0.310185 0.39588
+3.0518e-05 0.313802 0.401358
+0.000244144 0.317082 0.40676
+0.00192264 0.321004 0.412787
+0.00927749 0.325826 0.42063
+0.0231785 0.33257 0.431357
+0.08365 0.341787 0.449989
+0.162661 0.34966 0.470542
+0.257694 0.355444 0.488884
+0.364523 0.353582 0.494453
+0.475975 0.358144 0.487236
+0.582437 0.363226 0.477424
+0.666667 0.368765 0.470344
+0.737819 0.370748 0.467491
+0.804593 0.370855 0.465797
+0.86775 0.369558 0.463981
+0.925063 0.365866 0.461799
+0.96936 0.360678 0.459113
+0.998047 0.354131 0.456001
+0.99942 0.345739 0.453056
+1 0.338079 0.449882
+1 0.333181 0.447303
+0 0.300145 0.358007
+0 0.304173 0.362783
+0 0.3084 0.367803
+0 0.312795 0.373053
+0 0.317113 0.378302
+0 0.321599 0.383307
+0 0.325582 0.387976
+0 0.329732 0.392462
+0 0.334356 0.397528
+0 0.339117 0.402823
+0 0.344228 0.408469
+0 0.348409 0.41387
+0 0.352621 0.419181
+7.62951e-05 0.356085 0.423743
+0.000488289 0.360296 0.428779
+0.00448615 0.36463 0.436194
+0.0207828 0.370092 0.446311
+0.0573739 0.378302 0.460075
+0.139712 0.389136 0.479088
+0.228092 0.39881 0.497978
+0.322332 0.406134 0.514717
+0.438758 0.40531 0.513344
+0.545892 0.410697 0.50631
+0.64712 0.417227 0.496864
+0.72282 0.420615 0.49427
+0.791928 0.421714 0.492775
+0.857084 0.420981 0.491432
+0.919356 0.417533 0.488655
+0.962264 0.411749 0.484672
+0.990555 0.405097 0.480598
+0.999191 0.397284 0.47628
+1 0.387304 0.471229
+1 0.376089 0.466163
+0 0.337957 0.377722
+0 0.342184 0.38233
+0 0.346654 0.386831
+0 0.350622 0.391363
+0 0.355306 0.396139
+0 0.359899 0.400916
+0 0.364157 0.405692
+0 0.368963 0.410819
+0 0.374395 0.416388
+0 0.380362 0.421927
+0 0.385763 0.428
+0 0.390402 0.433631
+0 0.394995 0.439017
+1.5259e-05 0.39913 0.444053
+0.000137331 0.402502 0.44918
+0.00117494 0.406912 0.455131
+0.00836194 0.412772 0.463737
+0.0310979 0.42092 0.475013
+0.0899519 0.432578 0.491386
+0.185611 0.442893 0.508934
+0.288151 0.452873 0.522881
+0.396567 0.461158 0.534157
+0.514183 0.463188 0.529458
+0.615686 0.467689 0.525078
+0.70634 0.473075 0.519051
+0.776867 0.474845 0.519341
+0.845212 0.474556 0.518044
+0.907942 0.473152 0.516136
+0.959701 0.469093 0.51284
+0.986267 0.462898 0.50898
+0.999527 0.454917 0.504295
+0.999924 0.444663 0.498589
+1 0.432013 0.491569
+0 0.37879 0.394827
+0 0.384283 0.399619
+0 0.38996 0.404517
+0 0.39527 0.409461
+0 0.400687 0.41445
+0 0.405097 0.419348
+0 0.410056 0.424399
+0 0.414359 0.429694
+0 0.419089 0.435782
+0 0.424643 0.442161
+0 0.430869 0.448478
+0 0.437247 0.455177
+0 0.442771 0.461234
+0 0.447318 0.466636
+0 0.452003 0.472099
+6.10361e-05 0.45658 0.477531
+0.000976577 0.461448 0.483757
+0.0152743 0.4692 0.493416
+0.0505379 0.478874 0.505196
+0.137743 0.491325 0.520119
+0.244617 0.50309 0.534249
+0.357122 0.512947 0.546441
+0.470436 0.520638 0.554009
+0.581399 0.524407 0.546212
+0.680171 0.527443 0.54168
+0.763073 0.531762 0.541894
+0.832715 0.532937 0.543145
+0.897444 0.53257 0.542779
+0.955032 0.530816 0.541268
+0.984314 0.525765 0.538216
+0.996857 0.517861 0.533837
+1 0.508888 0.528588
+1 0.497551 0.522255
+0 0.429603 0.413687
+0 0.435248 0.419471
+0 0.441215 0.425361
+0 0.446265 0.431113
+0 0.451026 0.436866
+0 0.45594 0.44271
+0 0.461402 0.448722
+0 0.466987 0.454841
+0 0.472145 0.460822
+0 0.478004 0.466514
+0 0.484367 0.472404
+0 0.491203 0.47892
+0 0.497658 0.485267
+0 0.502602 0.490745
+0 0.507271 0.495979
+0 0.511559 0.501305
+4.57771e-05 0.516228 0.50663
+0.00343328 0.523186 0.514626
+0.0296178 0.532982 0.524071
+0.0775921 0.545541 0.535149
+0.178134 0.560815 0.549584
+0.294713 0.571389 0.556786
+0.418341 0.579431 0.559472
+0.545449 0.583261 0.555596
+0.650416 0.586892 0.556863
+0.743908 0.590082 0.5579
+0.821424 0.593103 0.562066
+0.889128 0.592996 0.564218
+0.943236 0.592233 0.565301
+0.985245 0.590585 0.564675
+0.995453 0.585489 0.562402
+0.999969 0.578515 0.558968
+1 0.570672 0.555169
+0 0.486519 0.439734
+0 0.491493 0.445197
+0 0.497429 0.450919
+0 0.502815 0.456794
+0 0.508965 0.462608
+0 0.514412 0.468132
+0 0.520455 0.47396
+0 0.525811 0.479667
+0 0.531746 0.485649
+0 0.537087 0.491264
+0 0.543038 0.497795
+0 0.549737 0.504295
+0 0.556008 0.510613
+0 0.561868 0.516136
+0 0.566995 0.520943
+0 0.572732 0.526101
+0 0.578592 0.531426
+0 0.584009 0.536965
+0.00892653 0.59202 0.54493
+0.0462959 0.603021 0.554467
+0.108461 0.61529 0.563531
+0.22829 0.624857 0.566613
+0.358465 0.63267 0.565484
+0.491371 0.639887 0.562005
+0.619547 0.644831 0.556161
+0.720882 0.648676 0.560784
+0.809049 0.652705 0.567208
+0.880812 0.653529 0.57641
+0.938445 0.6542 0.579156
+0.978897 0.653986 0.580407
+0.998093 0.652583 0.580072
+0.999435 0.647654 0.577523
+1 0.647715 0.57879
+0 0.548547 0.464546
+0 0.55407 0.470314
+0 0.559213 0.475532
+0 0.564446 0.480888
+0 0.570565 0.486732
+0 0.576242 0.492332
+0 0.582055 0.498192
+0 0.588067 0.504295
+0 0.593713 0.510155
+0 0.599802 0.516381
+0 0.606134 0.522881
+0 0.61297 0.529366
+0 0.61944 0.535042
+0 0.62562 0.540291
+0 0.631388 0.545388
+0 0.636698 0.550576
+0 0.641169 0.555703
+0 0.645884 0.561288
+0 0.651331 0.567468
+0.0182803 0.661189 0.575341
+0.0681773 0.670573 0.580789
+0.148104 0.680369 0.584558
+0.286702 0.682811 0.575723
+0.427726 0.687785 0.564538
+0.57258 0.694347 0.5523
+0.69894 0.705974 0.547311
+0.793744 0.710613 0.555856
+0.874891 0.712581 0.566979
+0.938918 0.712459 0.575738
+0.974502 0.712413 0.581064
+0.995483 0.711742 0.584405
+0.999542 0.711025 0.585733
+1 0.714809 0.589456
+0 0.610162 0.486625
+0 0.615671 0.492363
+0 0.621653 0.498405
+0 0.626459 0.50341
+0 0.631693 0.509087
+0 0.637568 0.515312
+0 0.6439 0.521798
+0 0.650538 0.528954
+0 0.657938 0.536568
+0 0.663798 0.542855
+0 0.66952 0.54905
+0 0.675166 0.554971
+0 0.681224 0.560876
+0 0.686824 0.566232
+0 0.691905 0.571176
+0 0.696498 0.575708
+0 0.701228 0.580407
+0 0.706065 0.585489
+0.000488289 0.711437 0.59147
+0.00181582 0.719051 0.598672
+0.0316777 0.727184 0.602899
+0.0959029 0.729458 0.598703
+0.200885 0.727245 0.586465
+0.36524 0.729274 0.569329
+0.518547 0.737957 0.555413
+0.659098 0.751995 0.544686
+0.772137 0.76437 0.543145
+0.859998 0.767803 0.550912
+0.930068 0.767941 0.563027
+0.973892 0.765957 0.573648
+0.992813 0.765545 0.580224
+0.999863 0.766186 0.585901
+0.999969 0.769314 0.58996
+0 0.663172 0.502037
+0 0.669841 0.508995
+0 0.677089 0.516594
+0 0.685008 0.524788
+0 0.69131 0.531487
+0 0.697841 0.538613
+0 0.703151 0.544579
+0 0.707897 0.550408
+0 0.712993 0.556573
+0 0.718425 0.562997
+0 0.724254 0.569635
+0 0.73051 0.57644
+0 0.737133 0.5832
+0 0.743328 0.589563
+0 0.749172 0.594537
+0 0.754009 0.599374
+0 0.758801 0.603769
+0 0.762692 0.608438
+0 0.765393 0.611429
+0.00166323 0.7682 0.61387
+0.00698863 0.770825 0.615198
+0.0580453 0.770031 0.608072
+0.147036 0.769131 0.59733
+0.294713 0.765805 0.578622
+0.454704 0.773449 0.562585
+0.603662 0.785916 0.550423
+0.740536 0.804868 0.54197
+0.837308 0.818418 0.541634
+0.916106 0.821683 0.547875
+0.974685 0.818402 0.558007
+0.991562 0.813764 0.568429
+0.998917 0.814557 0.574472
+1 0.818173 0.578576
+0 0.711299 0.514931
+0 0.71873 0.523018
+0 0.726604 0.531563
+0 0.734936 0.540368
+0 0.740887 0.547036
+0 0.744884 0.55227
+0 0.749584 0.558602
+0 0.755016 0.565667
+0 0.760662 0.572976
+0 0.766979 0.58027
+0 0.773404 0.588067
+0 0.780163 0.596292
+0 0.786969 0.604242
+0 0.794034 0.611383
+0 0.799222 0.616388
+0 0.802411 0.618662
+0 0.80383 0.619196
+0 0.805386 0.619608
+0 0.807034 0.621256
+0.000244144 0.809003 0.623087
+0.00459297 0.810666 0.624079
+0.0236362 0.811154 0.620798
+0.103059 0.807767 0.60795
+0.217853 0.803952 0.590127
+0.385153 0.801953 0.568231
+0.543359 0.815671 0.555825
+0.688304 0.833982 0.548257
+0.811978 0.856245 0.547585
+0.894881 0.870283 0.544793
+0.955184 0.873487 0.546441
+0.99321 0.866819 0.552789
+0.99707 0.870298 0.557565
+0.998749 0.874708 0.562448
+0 0.752056 0.524315
+0 0.757702 0.531243
+0 0.763455 0.53843
+0 0.769696 0.546166
+0 0.776608 0.554345
+0 0.783871 0.562753
+0 0.790066 0.570672
+0 0.796551 0.578836
+0 0.802884 0.586374
+0 0.809583 0.594156
+0 0.815961 0.601343
+0 0.820951 0.607462
+0 0.825803 0.613321
+0 0.830228 0.618753
+0 0.834852 0.623575
+0 0.839002 0.626535
+0 0.841886 0.628275
+0 0.844327 0.628794
+0 0.846174 0.628489
+0 0.848615 0.63093
+0.00205997 0.850477 0.630945
+0.0103151 0.851835 0.628992
+0.0523384 0.848554 0.616892
+0.155657 0.843412 0.595987
+0.295308 0.840986 0.57229
+0.475898 0.852461 0.551827
+0.63035 0.869734 0.54876
+0.765927 0.888014 0.551904
+0.870451 0.906218 0.557122
+0.94081 0.918425 0.553857
+0.984619 0.927504 0.551385
+0.993286 0.929488 0.554681
+0.99321 0.930175 0.559869
+0 0.783612 0.528496
+0 0.78967 0.53579
+0 0.796262 0.543511
+0 0.803037 0.551339
+0 0.810056 0.559411
+0 0.817441 0.567849
+0 0.825193 0.575708
+0 0.832944 0.582986
+0 0.839933 0.589334
+0 0.846021 0.59588
+0 0.85214 0.60238
+0 0.858442 0.608942
+0 0.864576 0.615991
+0 0.869917 0.621805
+0 0.875242 0.627665
+0 0.880308 0.632639
+0 0.88455 0.635401
+0 0.886381 0.634516
+0 0.88603 0.633753
+0 0.884825 0.634562
+0 0.884718 0.636728
+0.00521859 0.882658 0.635065
+0.018204 0.879271 0.629557
+0.121401 0.871611 0.606165
+0.27985 0.870054 0.581384
+0.474189 0.872694 0.557992
+0.642451 0.887114 0.561395
+0.777356 0.90277 0.568353
+0.886046 0.918166 0.574395
+0.960708 0.931914 0.567132
+0.984649 0.937179 0.567346
+0.990707 0.939193 0.570932
+0.990158 0.939162 0.576242
+0 0.81973 0.529351
+0 0.827619 0.536263
+0 0.835416 0.543221
+0 0.842954 0.550088
+0 0.850752 0.55726
+0 0.857771 0.564828
+0 0.864836 0.571862
+0 0.870649 0.580865
+0 0.874693 0.591119
+0 0.878874 0.601541
+0 0.882963 0.611612
+0 0.886885 0.621378
+0 0.890608 0.630793
+0 0.89398 0.639307
+0 0.897337 0.647837
+0 0.89984 0.653758
+0 0.901396 0.657389
+0 0.899229 0.655421
+0 0.897047 0.654597
+0 0.895552 0.655573
+0 0.894881 0.658457
+0.00355535 0.892515 0.65655
+0.045182 0.88777 0.645975
+0.137774 0.879271 0.623301
+0.334264 0.876326 0.59353
+0.519783 0.880796 0.579156
+0.690822 0.893767 0.579553
+0.813855 0.909087 0.590173
+0.909239 0.92369 0.58967
+0.976501 0.936248 0.582956
+0.986206 0.938369 0.585763
+0.98851 0.938888 0.591119
+0.987762 0.938735 0.597086
+0 0.854932 0.531685
+0 0.859098 0.541604
+0 0.863447 0.551568
+0 0.867704 0.561654
+0 0.872099 0.572335
+0 0.876234 0.583032
+0 0.880354 0.593576
+0 0.884611 0.604196
+0 0.888792 0.615717
+0 0.892424 0.626551
+0 0.896056 0.637293
+0 0.899397 0.647379
+0 0.902632 0.657099
+0 0.905623 0.666026
+0 0.906859 0.672511
+0 0.907164 0.676127
+0 0.90602 0.677058
+0 0.903807 0.67686
+0 0.902144 0.677852
+0 0.901518 0.680583
+0.000732433 0.901015 0.683101
+0.00311284 0.899046 0.682033
+0.0756695 0.891539 0.664088
+0.202411 0.88333 0.638178
+0.401205 0.875807 0.605554
+0.578027 0.885908 0.599893
+0.73109 0.899184 0.602121
+0.856367 0.913817 0.613184
+0.935897 0.928542 0.605509
+0.977996 0.936599 0.603525
+0.986435 0.938476 0.607675
+0.985687 0.938323 0.613703
+0.984909 0.938155 0.619913
+0.0010071 0.0523384 0.117266
+0.000991836 0.0530556 0.119158
+0.00102235 0.0538033 0.12108
+0.0015259 0.0548867 0.12372
+0.00201419 0.0558938 0.126253
+0.00248722 0.0569009 0.128847
+0.00303655 0.057908 0.131563
+0.0037995 0.0592508 0.135103
+0.00497444 0.0607309 0.139147
+0.00671397 0.0623789 0.143542
+0.0089723 0.0644388 0.148409
+0.0120241 0.066743 0.15314
+0.0187686 0.0692149 0.158587
+0.0300603 0.0714122 0.164691
+0.0469062 0.0736858 0.171344
+0.0692149 0.0757 0.179736
+0.0973526 0.077348 0.189349
+0.133425 0.078584 0.200778
+0.178408 0.0816815 0.210178
+0.22501 0.0867475 0.218051
+0.27248 0.0935836 0.224582
+0.316747 0.101183 0.230259
+0.364355 0.108858 0.237385
+0.414237 0.116701 0.24538
+0.4654 0.125216 0.254566
+0.517266 0.133181 0.262928
+0.570321 0.14078 0.270466
+0.626078 0.147616 0.276112
+0.683467 0.153735 0.280049
+0.740429 0.160159 0.283833
+0.79588 0.167285 0.287358
+0.846891 0.17406 0.290974
+0.896223 0.180896 0.294194
+0.000946059 0.0544442 0.122286
+0.000946059 0.0551461 0.124163
+0.00109865 0.0559396 0.126238
+0.00157168 0.0569162 0.128771
+0.00202945 0.0579843 0.131548
+0.00250248 0.0591897 0.134661
+0.0030518 0.060441 0.137957
+0.00384527 0.0618143 0.141604
+0.00503548 0.0632639 0.145556
+0.0068513 0.0649577 0.149889
+0.00918593 0.067216 0.154757
+0.0124361 0.0698558 0.159747
+0.0210117 0.0724346 0.166049
+0.0336767 0.0747539 0.172625
+0.0501259 0.0770428 0.179355
+0.0743267 0.0788891 0.188388
+0.105974 0.080354 0.199023
+0.143877 0.0820172 0.209995
+0.189227 0.0847791 0.220081
+0.238346 0.090959 0.227604
+0.285924 0.0981155 0.23415
+0.331304 0.106126 0.23946
+0.381491 0.114 0.246754
+0.43299 0.122347 0.254826
+0.485328 0.130999 0.263859
+0.537804 0.13904 0.272145
+0.591959 0.146273 0.278721
+0.647883 0.152911 0.284047
+0.705745 0.15906 0.288273
+0.761639 0.165972 0.292058
+0.815625 0.172992 0.295628
+0.865797 0.179522 0.299046
+0.914595 0.186496 0.301976
+0.000915541 0.0564584 0.127245
+0.000915541 0.0571298 0.129122
+0.00117494 0.0581674 0.131792
+0.00161746 0.0593729 0.13489
+0.00204471 0.0605631 0.137987
+0.00250248 0.0617838 0.141176
+0.00306706 0.0630503 0.144533
+0.00390631 0.0643778 0.148119
+0.00521859 0.0658732 0.152041
+0.00709545 0.0677348 0.156374
+0.00947585 0.0701457 0.161105
+0.0127413 0.0730755 0.166323
+0.0224308 0.0758373 0.173983
+0.0361791 0.0783246 0.181216
+0.0545205 0.0805371 0.188937
+0.0786755 0.0825513 0.19762
+0.113085 0.08365 0.208789
+0.15404 0.0854963 0.219608
+0.200366 0.0885328 0.229755
+0.252201 0.0950332 0.237659
+0.299977 0.102968 0.243549
+0.348119 0.111269 0.24918
+0.399283 0.119478 0.255726
+0.452216 0.128222 0.264393
+0.505837 0.136843 0.273045
+0.558846 0.14522 0.281697
+0.613764 0.151949 0.287434
+0.670542 0.158572 0.292699
+0.728023 0.165133 0.297429
+0.78262 0.172 0.300587
+0.834501 0.178607 0.303899
+0.884916 0.185153 0.307118
+0.933196 0.192172 0.309972
+0.000885023 0.058793 0.133013
+0.000900282 0.0597086 0.135378
+0.00125124 0.060853 0.138384
+0.00164797 0.0620584 0.141497
+0.00204471 0.0632181 0.144564
+0.00248722 0.0644083 0.147707
+0.00306706 0.0656291 0.151003
+0.00392157 0.0669261 0.154513
+0.00534066 0.0685283 0.158465
+0.00726329 0.0707256 0.162829
+0.00981155 0.0736095 0.168093
+0.0145418 0.0766461 0.174716
+0.0234836 0.0796063 0.182879
+0.0372931 0.0820935 0.190478
+0.0582742 0.0842451 0.198444
+0.0855268 0.0860914 0.207706
+0.11931 0.0869764 0.218372
+0.163714 0.0887617 0.22974
+0.213138 0.0928817 0.239506
+0.266285 0.0992905 0.247715
+0.314839 0.108217 0.252964
+0.365408 0.116701 0.258534
+0.417304 0.125383 0.265583
+0.471595 0.134463 0.274708
+0.52575 0.143053 0.283223
+0.580896 0.15111 0.290898
+0.635782 0.157992 0.297078
+0.692714 0.164477 0.301778
+0.748928 0.171176 0.305882
+0.803311 0.177859 0.309026
+0.853819 0.184161 0.312139
+0.903197 0.190829 0.31516
+0.950347 0.197711 0.317983
+0.000885023 0.0615091 0.139544
+0.0009308 0.0624704 0.142031
+0.00129702 0.0636606 0.145129
+0.00166323 0.0648508 0.148226
+0.00202945 0.06598 0.151232
+0.00244144 0.0671092 0.154314
+0.00300603 0.0683299 0.157626
+0.00386053 0.0698711 0.161288
+0.00537118 0.0718395 0.165255
+0.00726329 0.0744488 0.170001
+0.0099794 0.077409 0.175967
+0.0155032 0.0804913 0.183597
+0.0251469 0.0834821 0.192203
+0.0382544 0.0859083 0.199924
+0.0614481 0.0882734 0.207904
+0.0916457 0.0896468 0.217624
+0.128359 0.0905776 0.228275
+0.172656 0.0919356 0.240604
+0.226978 0.0971695 0.250294
+0.279469 0.104524 0.258274
+0.329747 0.113451 0.264195
+0.380972 0.12253 0.270054
+0.435111 0.131823 0.277424
+0.491112 0.140841 0.285359
+0.547158 0.149599 0.293507
+0.602502 0.157137 0.300404
+0.658045 0.164034 0.306416
+0.714733 0.170535 0.310948
+0.769528 0.177157 0.314488
+0.822751 0.183597 0.317571
+0.873243 0.189639 0.320195
+0.921843 0.196551 0.323262
+0.962646 0.202991 0.325719
+0.000885023 0.0643931 0.146365
+0.0010071 0.0654307 0.149004
+0.00132753 0.0666209 0.152056
+0.00166323 0.0678569 0.155261
+0.00201419 0.0690318 0.158251
+0.00242618 0.0703899 0.161379
+0.00299077 0.0718547 0.164721
+0.00387579 0.0735027 0.168307
+0.00531014 0.0757153 0.172656
+0.00712596 0.0782788 0.177462
+0.00991836 0.0813153 0.184253
+0.0156252 0.0846113 0.193057
+0.0255283 0.0874342 0.201602
+0.0413672 0.0898909 0.209384
+0.0641337 0.0925154 0.217472
+0.0969558 0.0933242 0.227451
+0.136568 0.0947433 0.239719
+0.182467 0.0970474 0.252262
+0.237888 0.10161 0.263401
+0.291707 0.10985 0.270466
+0.344686 0.119005 0.276463
+0.396643 0.129183 0.28159
+0.453574 0.138277 0.288533
+0.511482 0.147448 0.296071
+0.569512 0.15639 0.303761
+0.624048 0.163363 0.310231
+0.679789 0.170123 0.315633
+0.736156 0.176715 0.319966
+0.790158 0.183093 0.32311
+0.841733 0.18938 0.32607
+0.892058 0.195804 0.328908
+0.940475 0.202914 0.332357
+0.974792 0.209094 0.334859
+0.000900282 0.0675975 0.153536
+0.00106813 0.0687114 0.156344
+0.00135805 0.0700389 0.159411
+0.00166323 0.071397 0.162463
+0.00199893 0.0727398 0.165515
+0.00239567 0.0741283 0.168627
+0.00297551 0.075639 0.171984
+0.00387579 0.0774243 0.175708
+0.00527962 0.0796674 0.18024
+0.00717174 0.0822309 0.185657
+0.0100862 0.0853285 0.193164
+0.0151369 0.088838 0.202701
+0.0243229 0.0914778 0.210834
+0.0429084 0.0944686 0.219455
+0.0681773 0.0968338 0.228901
+0.100908 0.0983291 0.238926
+0.142412 0.0995651 0.252308
+0.191882 0.10219 0.264836
+0.24744 0.106462 0.27628
+0.305089 0.114977 0.283146
+0.359457 0.125246 0.288319
+0.414267 0.135729 0.2934
+0.473259 0.145022 0.299199
+0.532982 0.154376 0.306584
+0.591043 0.162799 0.31368
+0.644694 0.169665 0.320134
+0.701244 0.176486 0.325063
+0.756497 0.183246 0.329305
+0.810498 0.1897 0.332631
+0.861204 0.19588 0.335378
+0.910582 0.202487 0.338354
+0.956344 0.209277 0.341573
+0.986648 0.21532 0.344213
+0.000915541 0.0712596 0.160906
+0.00112917 0.0725872 0.163897
+0.00138857 0.0739147 0.166857
+0.00164797 0.0753185 0.169924
+0.0019379 0.0766461 0.172915
+0.00233463 0.0780804 0.176074
+0.00289921 0.0796216 0.179461
+0.0037995 0.0814679 0.183398
+0.00512703 0.0836805 0.188235
+0.00704967 0.0863661 0.194644
+0.0102693 0.0897841 0.203601
+0.0152743 0.0933852 0.21297
+0.0230716 0.0963302 0.220951
+0.0423133 0.0996262 0.230838
+0.0707256 0.101823 0.240513
+0.106081 0.103578 0.251774
+0.14583 0.104402 0.264958
+0.200168 0.106661 0.278508
+0.258167 0.112001 0.288792
+0.31931 0.120333 0.29575
+0.37438 0.132143 0.299962
+0.433097 0.142504 0.304875
+0.49337 0.152163 0.310338
+0.553765 0.161395 0.317128
+0.609705 0.168948 0.323812
+0.66601 0.176211 0.329961
+0.722698 0.183429 0.335271
+0.777005 0.190082 0.339055
+0.829557 0.196384 0.342107
+0.880674 0.202457 0.344671
+0.929381 0.209201 0.347768
+0.96817 0.215595 0.350866
+0.995895 0.221683 0.353948
+0.0009308 0.0754559 0.16875
+0.00112917 0.0768139 0.17174
+0.00135805 0.0780957 0.174624
+0.0016022 0.0794537 0.177615
+0.0018616 0.0809186 0.180713
+0.00222782 0.0824445 0.183993
+0.00277714 0.0840772 0.18761
+0.00366217 0.086183 0.19266
+0.00495918 0.0885634 0.198993
+0.00679026 0.0912642 0.206302
+0.00999466 0.0948959 0.215167
+0.0145113 0.0984054 0.223468
+0.0243076 0.101823 0.232395
+0.0406806 0.105043 0.242359
+0.0721599 0.107469 0.252308
+0.108843 0.108812 0.264607
+0.152392 0.109712 0.278172
+0.206119 0.110857 0.293141
+0.269963 0.117372 0.301823
+0.331472 0.127047 0.308186
+0.389105 0.139254 0.312383
+0.448951 0.149676 0.316899
+0.510338 0.159396 0.322133
+0.572351 0.167926 0.32752
+0.629816 0.17557 0.33434
+0.686992 0.183062 0.340215
+0.743175 0.190295 0.345205
+0.797055 0.197009 0.348867
+0.848692 0.203113 0.351476
+0.899306 0.209369 0.354162
+0.948089 0.215991 0.357336
+0.979538 0.222095 0.360525
+0.997192 0.227863 0.363302
+0.0009308 0.0807965 0.177752
+0.00109865 0.0821698 0.180758
+0.00129702 0.0834974 0.183719
+0.00149538 0.0847181 0.186572
+0.00173953 0.0860609 0.189792
+0.00213626 0.0878614 0.194278
+0.00276188 0.0897383 0.199252
+0.00361639 0.091783 0.204883
+0.00482185 0.0938582 0.211078
+0.0062562 0.0961013 0.217548
+0.00944533 0.10013 0.226078
+0.0134585 0.103807 0.234028
+0.023682 0.10753 0.243854
+0.0423896 0.110643 0.253956
+0.0703441 0.113771 0.264698
+0.109651 0.114733 0.27776
+0.157031 0.11577 0.292576
+0.212696 0.117739 0.306233
+0.280034 0.122835 0.315908
+0.342596 0.134157 0.321111
+0.404044 0.146029 0.325093
+0.463523 0.157504 0.328527
+0.528161 0.166201 0.332799
+0.590494 0.17438 0.338186
+0.651164 0.182406 0.344686
+0.708049 0.190066 0.350698
+0.762982 0.197269 0.355276
+0.816464 0.203952 0.358526
+0.867765 0.209796 0.360723
+0.917449 0.216205 0.363622
+0.961013 0.222599 0.366751
+0.990127 0.228733 0.369924
+0.998215 0.234287 0.372168
+0.000854505 0.0864576 0.187396
+0.00102235 0.0875563 0.190188
+0.00120546 0.0888991 0.193668
+0.00140383 0.0904707 0.197757
+0.00169375 0.0920729 0.202029
+0.00215152 0.0937209 0.206668
+0.00274662 0.0956741 0.211933
+0.00349432 0.0978256 0.217563
+0.00448615 0.0999619 0.223438
+0.00607309 0.102525 0.229755
+0.00883497 0.106432 0.237278
+0.011841 0.110704 0.24509
+0.0205997 0.114672 0.257008
+0.0401312 0.11812 0.268238
+0.0687877 0.120729 0.279667
+0.108461 0.122713 0.291981
+0.159487 0.122576 0.306691
+0.220584 0.124407 0.319127
+0.287877 0.128954 0.329854
+0.355001 0.141039 0.334356
+0.417426 0.153292 0.337392
+0.479713 0.164538 0.339956
+0.546181 0.17293 0.342885
+0.609934 0.181125 0.348577
+0.671489 0.189334 0.35494
+0.728023 0.197269 0.361715
+0.782162 0.204181 0.36466
+0.834791 0.210575 0.367239
+0.886137 0.216617 0.369833
+0.934737 0.223087 0.373022
+0.971511 0.229343 0.376211
+0.996414 0.235325 0.378958
+0.999237 0.240879 0.381369
+0.000595102 0.0931716 0.199588
+0.000671397 0.0949874 0.203937
+0.000747692 0.0968032 0.208286
+0.000854505 0.098558 0.212558
+0.00106813 0.100343 0.216953
+0.00149538 0.102098 0.2215
+0.00209049 0.103838 0.2262
+0.00291447 0.105623 0.231113
+0.00392157 0.107424 0.236103
+0.00564584 0.11014 0.241993
+0.00779736 0.114183 0.249699
+0.0111696 0.118227 0.259236
+0.018555 0.122332 0.272206
+0.0351415 0.125582 0.283497
+0.0668345 0.128328 0.294728
+0.108476 0.130159 0.306889
+0.159136 0.12987 0.320287
+0.226154 0.130571 0.333822
+0.295949 0.136599 0.343053
+0.367453 0.147417 0.348333
+0.429953 0.161196 0.349523
+0.495949 0.17142 0.35111
+0.563241 0.180026 0.353597
+0.629984 0.188327 0.358892
+0.689601 0.196323 0.364996
+0.746792 0.203998 0.370001
+0.801038 0.211109 0.37293
+0.852949 0.21738 0.375906
+0.903059 0.223651 0.379171
+0.951873 0.23006 0.382742
+0.981811 0.236133 0.385443
+0.997314 0.241993 0.388037
+1 0.247486 0.390524
+6.10361e-05 0.102983 0.21622
+0.00015259 0.104845 0.220462
+0.000228885 0.106661 0.224628
+0.000320439 0.108248 0.22855
+0.000549325 0.109728 0.232425
+0.00102235 0.110903 0.23621
+0.00169375 0.112154 0.240101
+0.002533 0.113909 0.244602
+0.0034638 0.116182 0.249683
+0.00483711 0.119814 0.256825
+0.00633249 0.123262 0.264652
+0.00976577 0.127199 0.275654
+0.0173648 0.131365 0.288411
+0.0294804 0.13521 0.300114
+0.0595254 0.139239 0.311879
+0.103517 0.140734 0.32401
+0.159152 0.140658 0.336858
+0.224826 0.138521 0.351125
+0.302525 0.144472 0.358984
+0.375723 0.155016 0.362966
+0.443168 0.169284 0.362921
+0.510491 0.179431 0.364309
+0.578912 0.188281 0.36643
+0.647364 0.195804 0.369009
+0.708186 0.20383 0.374502
+0.765316 0.211246 0.378042
+0.819028 0.218219 0.381384
+0.870359 0.224537 0.385107
+0.920165 0.230838 0.3888
+0.962509 0.237034 0.392218
+0.992294 0.243076 0.394705
+0.998245 0.248814 0.397375
+1 0.254002 0.399924
+0 0.114336 0.233661
+0 0.116411 0.237629
+3.0518e-05 0.118303 0.241505
+0.000106813 0.120027 0.245228
+0.000259403 0.121859 0.249256
+0.000442512 0.124132 0.254231
+0.000762951 0.126482 0.259571
+0.00129702 0.128985 0.265446
+0.00202945 0.131289 0.271489
+0.00321965 0.133303 0.277806
+0.00451667 0.135836 0.284794
+0.00758373 0.139345 0.294575
+0.0133364 0.143725 0.306233
+0.0259556 0.148119 0.317891
+0.0470283 0.152377 0.3299
+0.0934615 0.154162 0.342138
+0.15198 0.153399 0.355962
+0.221134 0.152773 0.369284
+0.304082 0.154528 0.379538
+0.380423 0.166339 0.37995
+0.453742 0.178668 0.379126
+0.522927 0.190448 0.378408
+0.595346 0.197192 0.378225
+0.66363 0.204379 0.379767
+0.728557 0.212055 0.38294
+0.78323 0.219318 0.386664
+0.835859 0.225986 0.390509
+0.88687 0.232334 0.394644
+0.936675 0.238346 0.398459
+0.972549 0.244404 0.401282
+0.995956 0.250431 0.403983
+0.999374 0.25594 0.406668
+1 0.260487 0.408698
+0 0.129702 0.252583
+0 0.131914 0.256748
+0 0.134463 0.261646
+0 0.137133 0.266911
+0 0.139773 0.272374
+4.57771e-05 0.142077 0.277897
+0.000198367 0.144457 0.283848
+0.000411994 0.14641 0.289693
+0.000839246 0.147997 0.295415
+0.00154116 0.149584 0.300984
+0.00256352 0.151171 0.306432
+0.00474556 0.154314 0.31313
+0.00881972 0.159411 0.324956
+0.0188602 0.16463 0.337499
+0.0397345 0.16907 0.350668
+0.0735637 0.173251 0.36527
+0.136782 0.173266 0.38024
+0.212558 0.171862 0.39266
+0.295949 0.171588 0.401099
+0.384665 0.179858 0.399847
+0.461067 0.191394 0.397192
+0.534798 0.20177 0.394049
+0.610254 0.207355 0.390127
+0.680735 0.213993 0.390021
+0.744595 0.221622 0.392172
+0.799969 0.229282 0.396811
+0.85124 0.235218 0.400641
+0.902464 0.24097 0.404379
+0.951125 0.246647 0.407889
+0.982788 0.252567 0.410712
+0.996811 0.257969 0.413474
+1 0.262928 0.415854
+1 0.267353 0.417792
+0 0.15111 0.277989
+0 0.15288 0.282673
+0 0.155398 0.287541
+0 0.158129 0.292668
+0 0.160922 0.298054
+0 0.163485 0.303624
+0 0.16585 0.309285
+6.10361e-05 0.168078 0.315053
+0.000228885 0.170596 0.320989
+0.000396735 0.172976 0.32668
+0.000885023 0.175799 0.332937
+0.00216678 0.17847 0.339773
+0.00488289 0.181811 0.348257
+0.00999466 0.186496 0.360342
+0.0269322 0.191577 0.375006
+0.0594492 0.195758 0.390295
+0.111666 0.198901 0.405829
+0.191821 0.195758 0.416526
+0.28098 0.195651 0.422431
+0.376715 0.197421 0.42414
+0.460807 0.209598 0.418433
+0.540307 0.218463 0.412589
+0.616999 0.225925 0.407752
+0.692927 0.230747 0.404654
+0.754589 0.23621 0.406348
+0.811917 0.241474 0.408988
+0.865431 0.246357 0.412055
+0.916808 0.251698 0.415473
+0.959548 0.257176 0.418723
+0.992432 0.262348 0.421317
+0.99765 0.266697 0.423545
+1 0.270771 0.425422
+1 0.274662 0.426886
+0 0.175494 0.303334
+0 0.177874 0.308141
+0 0.180407 0.313268
+0 0.183429 0.318242
+0 0.186603 0.323598
+0 0.189639 0.328832
+0 0.192767 0.334356
+0 0.195834 0.340047
+0 0.199069 0.346151
+1.5259e-05 0.202243 0.352377
+0.000183108 0.20502 0.358663
+0.00062562 0.207218 0.365133
+0.00199893 0.209796 0.373114
+0.00512703 0.212604 0.381888
+0.0141604 0.217502 0.395331
+0.041001 0.223117 0.411444
+0.0865949 0.227375 0.427008
+0.157733 0.229694 0.44094
+0.253651 0.226108 0.449149
+0.352377 0.227909 0.450568
+0.453437 0.232547 0.445747
+0.536126 0.243854 0.436225
+0.618051 0.250111 0.42855
+0.696117 0.253361 0.423011
+0.76022 0.257237 0.42298
+0.819852 0.260716 0.424338
+0.876036 0.264134 0.42652
+0.928283 0.268559 0.429755
+0.966644 0.272007 0.4318
+0.991821 0.274662 0.433143
+0.999405 0.276814 0.434333
+1 0.280034 0.435813
+1 0.283619 0.43679
+0 0.203449 0.326268
+0 0.206409 0.331044
+0 0.209567 0.336126
+0 0.21294 0.341497
+0 0.216327 0.346609
+0 0.219867 0.352056
+0 0.223865 0.357641
+0 0.227222 0.363333
+0 0.230976 0.369482
+0 0.234745 0.375677
+0 0.238087 0.381979
+9.15541e-05 0.241489 0.388495
+0.000564584 0.244831 0.395697
+0.00207523 0.248417 0.404318
+0.00491341 0.251835 0.415061
+0.0168154 0.257511 0.430503
+0.0601663 0.263569 0.44744
+0.125521 0.267338 0.463203
+0.213855 0.267201 0.475181
+0.321248 0.264485 0.477653
+0.423957 0.267124 0.47393
+0.526696 0.274784 0.462623
+0.611521 0.281193 0.452262
+0.689281 0.28632 0.44593
+0.762234 0.288792 0.443244
+0.823438 0.290578 0.444495
+0.881025 0.290852 0.445365
+0.933883 0.28983 0.445853
+0.973983 0.28896 0.445579
+0.992065 0.289937 0.446128
+1 0.291844 0.447333
+1 0.294148 0.448432
+1 0.296529 0.448951
+0 0.233799 0.346151
+0 0.237324 0.350759
+0 0.241245 0.355825
+0 0.245182 0.361273
+0 0.249287 0.366827
+0 0.253513 0.372412
+0 0.257649 0.378134
+0 0.261494 0.383932
+0 0.265522 0.389914
+0 0.269596 0.395789
+0 0.273243 0.401755
+0 0.276585 0.407797
+6.10361e-05 0.279713 0.414069
+0.000488289 0.283268 0.421592
+0.00262455 0.286931 0.430198
+0.00737011 0.291691 0.44065
+0.0370489 0.29836 0.456794
+0.095552 0.304814 0.474845
+0.176226 0.30927 0.491783
+0.276967 0.309087 0.504326
+0.38967 0.308797 0.501701
+0.496376 0.311482 0.493568
+0.596506 0.320027 0.479133
+0.6804 0.324361 0.471824
+0.756161 0.32755 0.467231
+0.821927 0.328267 0.46627
+0.880949 0.326345 0.464973
+0.932891 0.324712 0.464454
+0.976577 0.32256 0.464378
+0.994049 0.319661 0.463966
+0.999939 0.317891 0.463676
+1 0.315526 0.462852
+1 0.313924 0.462165
+0 0.266636 0.365179
+0 0.270314 0.370108
+0 0.274525 0.375158
+0 0.278523 0.380209
+0 0.282872 0.385489
+0 0.286931 0.390692
+0 0.291325 0.396124
+0 0.295811 0.401434
+0 0.300298 0.406867
+0 0.304173 0.412589
+0 0.308019 0.418585
+0 0.311696 0.424781
+1.5259e-05 0.315358 0.430533
+4.57771e-05 0.318929 0.436133
+0.00105287 0.322362 0.442527
+0.00605783 0.327245 0.451026
+0.0152438 0.33341 0.462791
+0.0682994 0.342596 0.482902
+0.144198 0.350698 0.503975
+0.239353 0.356329 0.522698
+0.343542 0.354665 0.528984
+0.456489 0.357259 0.522469
+0.567163 0.360647 0.512139
+0.665919 0.369314 0.498405
+0.741344 0.372793 0.494148
+0.811292 0.373816 0.491569
+0.874418 0.373541 0.490669
+0.930266 0.370321 0.489204
+0.972335 0.365255 0.486992
+0.999146 0.358053 0.483619
+0.999771 0.351064 0.481346
+1 0.346654 0.479713
+1 0.342336 0.477668
+0 0.302144 0.384878
+0 0.306172 0.389639
+0 0.310201 0.394324
+0 0.314321 0.399084
+0 0.318532 0.403845
+0 0.322621 0.408591
+0 0.326207 0.413016
+0 0.330999 0.418265
+0 0.335546 0.424125
+0 0.340307 0.430121
+0 0.345266 0.436667
+0 0.349493 0.442863
+0 0.353597 0.448859
+3.0518e-05 0.357321 0.454093
+0.000167849 0.361181 0.459312
+0.00280766 0.364965 0.466423
+0.0150454 0.370504 0.476036
+0.038819 0.378485 0.489387
+0.117388 0.389578 0.510018
+0.205295 0.399649 0.531792
+0.303273 0.407111 0.550668
+0.416144 0.405127 0.550774
+0.529976 0.410391 0.541817
+0.638209 0.416419 0.530205
+0.724147 0.422431 0.522515
+0.796841 0.424125 0.519631
+0.863066 0.42385 0.518456
+0.924132 0.421363 0.517601
+0.965316 0.416327 0.514794
+0.991318 0.41088 0.511604
+0.99971 0.40351 0.507988
+1 0.393469 0.502892
+1 0.38143 0.498054
+0 0.339178 0.403708
+0 0.343709 0.408209
+0 0.347784 0.412894
+0 0.352392 0.417884
+0 0.357275 0.423163
+0 0.361822 0.428428
+0 0.366003 0.433692
+0 0.370748 0.439033
+0 0.375906 0.4448
+0 0.380377 0.450813
+0 0.385473 0.457221
+0 0.390356 0.4636
+0 0.394568 0.469718
+0 0.398703 0.475257
+0.000106813 0.402396 0.480674
+0.000701915 0.406302 0.486686
+0.00563058 0.412253 0.494926
+0.0276188 0.419562 0.506127
+0.0792096 0.430198 0.522576
+0.176242 0.442069 0.540352
+0.276814 0.452384 0.55726
+0.37966 0.461006 0.573175
+0.495979 0.460792 0.570397
+0.603235 0.466163 0.562066
+0.704128 0.473457 0.550805
+0.781109 0.476417 0.548516
+0.850416 0.477058 0.547646
+0.91162 0.476249 0.547173
+0.962722 0.472709 0.544198
+0.987243 0.466346 0.540795
+0.999481 0.458213 0.53669
+0.999939 0.447807 0.531151
+1 0.435981 0.525597
+0 0.380026 0.423011
+0 0.384588 0.42771
+0 0.389563 0.432898
+0 0.394003 0.438071
+0 0.398886 0.443503
+0 0.403784 0.448981
+0 0.408637 0.454475
+0 0.413779 0.460563
+0 0.418799 0.466682
+0 0.425025 0.473228
+0 0.430732 0.479728
+0 0.435935 0.48632
+0 0.440696 0.492699
+0 0.445335 0.4981
+0 0.449073 0.503075
+9.15541e-05 0.453696 0.508354
+0.000808728 0.45832 0.514199
+0.0146487 0.46569 0.523537
+0.0511635 0.475334 0.535439
+0.136187 0.487205 0.55108
+0.239994 0.49897 0.568582
+0.347051 0.509453 0.584131
+0.457984 0.517479 0.596536
+0.571679 0.521492 0.589197
+0.674052 0.526406 0.583398
+0.764401 0.531792 0.577829
+0.834653 0.533303 0.578637
+0.899306 0.533043 0.578195
+0.955215 0.530922 0.576776
+0.985107 0.526024 0.573999
+0.996704 0.51841 0.569268
+1 0.509819 0.563973
+1 0.499641 0.557733
+0 0.424338 0.443137
+0 0.430488 0.449378
+0 0.436255 0.455283
+0 0.441825 0.461143
+0 0.447211 0.466865
+0 0.452216 0.472404
+0 0.457374 0.477913
+0 0.461845 0.483528
+0 0.467201 0.48954
+0 0.472633 0.495445
+0 0.479133 0.502174
+0 0.485496 0.509148
+0 0.49163 0.515785
+0 0.496941 0.521309
+0 0.501457 0.526528
+0 0.505989 0.531594
+0.000244144 0.510597 0.537102
+0.00337224 0.51696 0.544594
+0.0329442 0.52607 0.555062
+0.0875257 0.536492 0.568093
+0.188357 0.550027 0.585489
+0.301686 0.561913 0.599374
+0.416892 0.572869 0.60943
+0.532464 0.580896 0.614923
+0.639948 0.585061 0.608972
+0.736309 0.588739 0.605402
+0.820645 0.592325 0.605432
+0.887877 0.592493 0.606531
+0.942336 0.591287 0.606485
+0.984161 0.589181 0.605112
+0.995483 0.58381 0.601724
+0.999893 0.576013 0.597391
+1 0.569223 0.594003
+0 0.477607 0.46865
+0 0.483787 0.474266
+0 0.489052 0.479805
+0 0.494987 0.485435
+0 0.500404 0.491157
+0 0.505776 0.496834
+0 0.511025 0.5028
+0 0.51667 0.508949
+0 0.522087 0.514946
+0 0.527398 0.520882
+0 0.533165 0.527153
+0 0.539574 0.533761
+0 0.546639 0.540063
+0 0.552483 0.545647
+0 0.557641 0.550927
+0 0.562799 0.556619
+0 0.568475 0.562463
+0.000518807 0.572931 0.568429
+0.0116732 0.58053 0.577508
+0.0531167 0.591531 0.588968
+0.118883 0.605035 0.601648
+0.234806 0.619791 0.614893
+0.35758 0.63032 0.622492
+0.482368 0.638605 0.626047
+0.605127 0.643275 0.621332
+0.709087 0.648081 0.620249
+0.800824 0.651621 0.620325
+0.876661 0.653376 0.624567
+0.935378 0.653346 0.627024
+0.975982 0.652216 0.628168
+0.997421 0.650965 0.628122
+0.999084 0.646067 0.626337
+1 0.646494 0.627619
+0 0.537133 0.494087
+0 0.541451 0.499626
+0 0.547158 0.505425
+0 0.55288 0.511116
+0 0.559121 0.517021
+0 0.56553 0.523171
+0 0.57145 0.529213
+0 0.577447 0.535241
+0 0.583017 0.541268
+0 0.588602 0.547097
+0 0.594171 0.553201
+0 0.599252 0.559121
+0 0.606409 0.565988
+0 0.612894 0.572396
+0 0.619196 0.578637
+0 0.625559 0.584939
+0 0.630716 0.590631
+0 0.63595 0.596857
+0 0.641672 0.603922
+0.0205997 0.651652 0.613687
+0.0734112 0.663127 0.623606
+0.155688 0.675822 0.632837
+0.285359 0.684291 0.635431
+0.421942 0.692393 0.632486
+0.558465 0.700099 0.627146
+0.679896 0.70753 0.620233
+0.777111 0.711803 0.6224
+0.863569 0.714488 0.627863
+0.930846 0.715236 0.635874
+0.969833 0.715328 0.639689
+0.993622 0.714076 0.641993
+0.999634 0.713085 0.6421
+0.999969 0.717083 0.645884
+0 0.600519 0.520012
+0 0.606455 0.525872
+0 0.611887 0.531624
+0 0.617548 0.537514
+0 0.623163 0.543938
+0 0.629038 0.550286
+0 0.634913 0.556603
+0 0.640925 0.563088
+0 0.646159 0.569528
+0 0.652018 0.57583
+0 0.657801 0.582483
+0 0.664393 0.589044
+0 0.670008 0.595804
+0 0.676555 0.602213
+0 0.683024 0.608255
+0 0.688899 0.614221
+0 0.693721 0.619577
+0 0.69868 0.625116
+0.000564584 0.703883 0.631205
+0.00189212 0.710872 0.638666
+0.0334325 0.720897 0.646159
+0.0953231 0.730205 0.651347
+0.18941 0.740566 0.654383
+0.347219 0.743297 0.643687
+0.494484 0.748287 0.631495
+0.634775 0.754284 0.618189
+0.753964 0.765347 0.612024
+0.845396 0.768948 0.618631
+0.919234 0.770886 0.628122
+0.969848 0.770535 0.637369
+0.990539 0.770474 0.643091
+0.99942 0.771634 0.647837
+0.999908 0.775036 0.652354
+0 0.66421 0.546151
+0 0.669902 0.552193
+0 0.675654 0.558785
+0 0.680735 0.565103
+0 0.686091 0.571191
+0 0.691646 0.577523
+0 0.697826 0.584436
+0 0.704295 0.592081
+0 0.711467 0.599863
+0 0.716793 0.606332
+0 0.722591 0.612787
+0 0.727749 0.619043
+0 0.733211 0.625452
+0 0.739147 0.631312
+0 0.744457 0.636316
+0 0.749554 0.641108
+0 0.754803 0.646204
+0 0.759487 0.651591
+0 0.764691 0.657282
+0.00149538 0.770642 0.663371
+0.00535592 0.77818 0.670405
+0.0484779 0.784863 0.672358
+0.130709 0.787274 0.666331
+0.263111 0.785489 0.653284
+0.428626 0.785885 0.636194
+0.580209 0.792859 0.621973
+0.717083 0.805737 0.609934
+0.821897 0.819272 0.60737
+0.90518 0.822705 0.614389
+0.966155 0.822721 0.625254
+0.988952 0.820798 0.634958
+0.998184 0.821881 0.641352
+1 0.825605 0.644739
+0 0.719966 0.566873
+0 0.726513 0.574304
+0 0.733425 0.582315
+0 0.74081 0.590753
+0 0.747738 0.598688
+0 0.754162 0.606256
+0 0.759304 0.613001
+0 0.763622 0.618906
+0 0.768444 0.625223
+0 0.773358 0.631601
+0 0.778897 0.638117
+0 0.784375 0.644572
+0 0.790265 0.651209
+0 0.795956 0.65742
+0 0.802106 0.663417
+0 0.808331 0.668574
+0 0.813764 0.673899
+0 0.818936 0.679026
+0 0.820783 0.680827
+4.57771e-05 0.823407 0.683452
+0.00361639 0.825605 0.685618
+0.0159762 0.82919 0.685481
+0.0862287 0.82829 0.677012
+0.193881 0.825757 0.664073
+0.356573 0.819684 0.643641
+0.516793 0.825711 0.626825
+0.665171 0.836774 0.614878
+0.79556 0.854963 0.610056
+0.884062 0.870314 0.607462
+0.948623 0.874006 0.611185
+0.990951 0.870283 0.618845
+0.995727 0.873304 0.623835
+0.997131 0.878141 0.627817
+0 0.769726 0.586038
+0 0.777096 0.594842
+0 0.784985 0.60412
+0 0.79321 0.613611
+0 0.798581 0.620295
+0 0.803662 0.626368
+0 0.807706 0.631662
+0 0.812314 0.637552
+0 0.817441 0.644205
+0 0.822843 0.651057
+0 0.82858 0.65803
+0 0.835004 0.66537
+0 0.841566 0.672831
+0 0.847379 0.679927
+0 0.852796 0.685542
+0 0.857053 0.68867
+0 0.860105 0.690867
+0 0.862501 0.692317
+0 0.86479 0.693049
+0 0.866743 0.694972
+0.0009308 0.869215 0.69633
+0.00801099 0.871748 0.69633
+0.0390631 0.871916 0.691264
+0.136751 0.866789 0.674678
+0.268971 0.861738 0.651377
+0.450095 0.859571 0.623041
+0.607019 0.871931 0.612848
+0.746731 0.887755 0.610574
+0.859663 0.905531 0.616144
+0.933944 0.918441 0.61178
+0.97879 0.926543 0.610666
+0.988144 0.928985 0.614557
+0.98732 0.929534 0.62031
+0 0.813046 0.600351
+0 0.818769 0.607187
+0 0.823774 0.613321
+0 0.82948 0.620066
+0 0.835492 0.627558
+0 0.842268 0.635782
+0 0.849058 0.643229
+0 0.855619 0.650233
+0 0.862669 0.65774
+0 0.869032 0.665064
+0 0.875746 0.672694
+0 0.881086 0.679118
+0 0.88574 0.684153
+0 0.889525 0.688838
+0 0.89366 0.693446
+0 0.898161 0.698192
+0 0.902022 0.700954
+0 0.903899 0.702007
+0 0.903395 0.704219
+0 0.903365 0.706889
+0 0.90425 0.710643
+0.00285344 0.904219 0.712596
+0.014786 0.902693 0.711009
+0.105852 0.892836 0.688441
+0.262181 0.883101 0.659037
+0.451652 0.87744 0.631266
+0.622812 0.888319 0.623987
+0.760647 0.90161 0.628656
+0.874052 0.91577 0.632227
+0.955291 0.930922 0.625559
+0.977508 0.93608 0.627039
+0.98352 0.937865 0.631083
+0.982712 0.937713 0.637476
+0 0.849332 0.601724
+0 0.855848 0.608728
+0 0.862501 0.615961
+0 0.869566 0.623529
+0 0.876722 0.631815
+0 0.884321 0.640543
+0 0.891844 0.649149
+0 0.896956 0.659434
+0 0.900343 0.669352
+0 0.902235 0.676677
+0 0.904173 0.684199
+0 0.906096 0.691615
+0 0.907958 0.699046
+0 0.909575 0.705547
+0 0.911284 0.711803
+0 0.91281 0.716503
+0 0.91397 0.720211
+0 0.913619 0.722667
+0 0.913985 0.725902
+0 0.914717 0.730678
+0 0.915908 0.736004
+0 0.913191 0.734951
+0.0395972 0.906874 0.723705
+0.124086 0.897475 0.703395
+0.317983 0.886931 0.671351
+0.499977 0.886778 0.651865
+0.668803 0.894133 0.642435
+0.798398 0.906828 0.650492
+0.898436 0.921355 0.648417
+0.968536 0.934493 0.644205
+0.978851 0.936843 0.64741
+0.980774 0.937316 0.653056
+0.980026 0.937163 0.659083
+0 0.881392 0.608667
+0 0.885588 0.619348
+0 0.889799 0.629953
+0 0.893996 0.64065
+0 0.89865 0.652277
+0 0.902892 0.662715
+0 0.905257 0.67155
+0 0.907332 0.679622
+0 0.908949 0.687938
+0 0.910414 0.696193
+0 0.911894 0.704356
+0 0.913252 0.712077
+0 0.914641 0.719829
+0 0.915801 0.726207
+0 0.917037 0.732845
+0 0.918273 0.737087
+0 0.918822 0.741375
+0 0.917983 0.744518
+0 0.916609 0.746303
+0 0.915724 0.748791
+0 0.914626 0.750729
+0 0.912978 0.75111
+0.0684672 0.906294 0.736553
+0.192203 0.898344 0.715938
+0.384756 0.887922 0.686961
+0.557961 0.891493 0.671382
+0.709575 0.898756 0.666346
+0.840406 0.910323 0.671794
+0.927886 0.926696 0.665766
+0.97023 0.93489 0.665553
+0.978729 0.936873 0.669337
+0.977905 0.936492 0.676066
+0.977081 0.936065 0.682704
+0.00102235 0.0573892 0.130999
+0.00105287 0.0583047 0.133318
+0.00111391 0.059266 0.135821
+0.00158694 0.0605478 0.13901
+0.00201419 0.061738 0.142123
+0.00242618 0.0628977 0.145205
+0.00291447 0.0640879 0.148425
+0.00357061 0.0654154 0.152026
+0.00462348 0.0667277 0.155764
+0.0062562 0.0682994 0.159701
+0.00827039 0.070634 0.164187
+0.0110475 0.0734569 0.169528
+0.0169528 0.0762646 0.176272
+0.0261234 0.0787976 0.183459
+0.0407721 0.0812238 0.19057
+0.0624704 0.0834211 0.198795
+0.0899214 0.0851301 0.20827
+0.123781 0.085832 0.219425
+0.168139 0.0876326 0.230488
+0.217105 0.0919509 0.240101
+0.268879 0.098558 0.248157
+0.315373 0.10721 0.253117
+0.365011 0.115633 0.259541
+0.416602 0.124346 0.266728
+0.471427 0.133547 0.275807
+0.525719 0.142229 0.284367
+0.580713 0.150362 0.292165
+0.636133 0.15729 0.298375
+0.692943 0.163851 0.303319
+0.748913 0.170565 0.307698
+0.803388 0.177111 0.310674
+0.854185 0.183444 0.313863
+0.903578 0.190112 0.317143
+0.00105287 0.0599832 0.137316
+0.00106813 0.0608835 0.139635
+0.00123598 0.0619059 0.142321
+0.00164797 0.0631418 0.145541
+0.00204471 0.0643015 0.148669
+0.00247196 0.0654459 0.15169
+0.00294499 0.0666514 0.154986
+0.00363165 0.068101 0.158633
+0.00471504 0.0696422 0.162249
+0.00634775 0.0716106 0.166369
+0.00831617 0.0741436 0.171008
+0.0113985 0.0769513 0.177188
+0.0182193 0.0798199 0.184955
+0.0287175 0.082414 0.192416
+0.043122 0.0848554 0.199878
+0.0668193 0.0870985 0.20798
+0.0974746 0.0881971 0.218082
+0.134112 0.0890516 0.229267
+0.178317 0.0902876 0.241077
+0.23093 0.0962387 0.250919
+0.281254 0.103471 0.258824
+0.330068 0.112154 0.264607
+0.381048 0.12134 0.270954
+0.434821 0.130663 0.278294
+0.490761 0.139681 0.286
+0.546883 0.148562 0.294423
+0.602701 0.156207 0.301442
+0.657862 0.163027 0.307454
+0.714626 0.169741 0.312474
+0.769223 0.176257 0.315908
+0.822416 0.182574 0.318746
+0.873442 0.1888 0.321889
+0.921904 0.195758 0.325277
+0.00106813 0.062562 0.143709
+0.00108339 0.0634623 0.146059
+0.00132753 0.0645762 0.148989
+0.00172427 0.0657511 0.152117
+0.00210575 0.0669261 0.1552
+0.00250248 0.0682689 0.158434
+0.00297551 0.069688 0.161837
+0.00370794 0.0711681 0.165286
+0.00486763 0.0729534 0.1691
+0.00648508 0.0751202 0.173312
+0.00854505 0.0776837 0.178332
+0.0117952 0.0804761 0.185443
+0.0187076 0.0835431 0.193851
+0.0302281 0.0861524 0.201602
+0.0473335 0.0885939 0.209354
+0.0712444 0.090898 0.217288
+0.103578 0.0917372 0.228443
+0.143038 0.0930495 0.240558
+0.188281 0.0955215 0.252903
+0.242817 0.100465 0.263539
+0.294453 0.108537 0.270542
+0.346014 0.117632 0.276722
+0.39707 0.127764 0.282124
+0.453651 0.136965 0.289082
+0.511498 0.146044 0.296315
+0.569589 0.155108 0.30425
+0.624094 0.162051 0.310887
+0.679957 0.168902 0.316548
+0.735866 0.175662 0.32137
+0.7897 0.182071 0.324346
+0.841871 0.188464 0.327565
+0.892668 0.195056 0.330999
+0.940459 0.202121 0.33463
+0.00106813 0.0652171 0.150256
+0.00109865 0.0661479 0.152667
+0.00143435 0.0674601 0.155932
+0.00180056 0.0687724 0.159045
+0.00215152 0.0700542 0.162112
+0.00251774 0.0713817 0.165286
+0.00300603 0.0728008 0.168551
+0.00375372 0.0743877 0.172
+0.00494392 0.0763561 0.175967
+0.0065156 0.078645 0.180346
+0.00883497 0.0812543 0.186252
+0.0127871 0.084184 0.194186
+0.019379 0.0874342 0.203174
+0.0306096 0.090074 0.211139
+0.0503853 0.0926833 0.219226
+0.0766766 0.094728 0.228641
+0.109056 0.0961624 0.239673
+0.15053 0.0973983 0.25275
+0.199924 0.100343 0.264958
+0.254856 0.104982 0.275929
+0.309575 0.113588 0.282719
+0.361791 0.123766 0.288304
+0.415213 0.134234 0.293446
+0.473976 0.14342 0.299214
+0.533288 0.152636 0.306554
+0.591272 0.161044 0.313726
+0.64535 0.168093 0.320668
+0.701595 0.175204 0.326131
+0.757092 0.182071 0.330495
+0.810925 0.18854 0.334035
+0.861814 0.194766 0.337057
+0.911009 0.201434 0.340398
+0.956741 0.208225 0.343725
+0.00112917 0.0681926 0.157092
+0.00120546 0.0693828 0.159808
+0.00154116 0.0707103 0.162951
+0.0018616 0.0720226 0.166049
+0.00218204 0.0732891 0.169039
+0.002533 0.0746777 0.172168
+0.00299077 0.0761273 0.175357
+0.00370794 0.0777752 0.178805
+0.00492866 0.0798352 0.18294
+0.00645457 0.0822309 0.187808
+0.0089723 0.0851148 0.19556
+0.0131991 0.0883497 0.20444
+0.0206607 0.0915694 0.213184
+0.0314946 0.0943313 0.221012
+0.051957 0.0971084 0.22977
+0.0814069 0.0991379 0.240131
+0.116884 0.100832 0.252003
+0.156741 0.101732 0.265339
+0.211322 0.104494 0.278141
+0.26807 0.110277 0.288273
+0.325673 0.118929 0.295262
+0.37734 0.130541 0.299596
+0.434287 0.140719 0.304494
+0.493294 0.150103 0.310002
+0.55375 0.159136 0.317052
+0.610666 0.166857 0.323827
+0.66743 0.174487 0.330465
+0.723842 0.181994 0.336126
+0.777996 0.188556 0.340047
+0.830823 0.194934 0.343557
+0.881651 0.201114 0.346487
+0.929671 0.207797 0.349767
+0.968368 0.214145 0.352789
+0.0011902 0.0715496 0.164187
+0.00132753 0.0728466 0.167086
+0.00161746 0.0741283 0.170077
+0.00190738 0.0754711 0.173129
+0.0021973 0.0768444 0.176211
+0.002533 0.0782483 0.179309
+0.00299077 0.0797131 0.182437
+0.00370794 0.0815747 0.186633
+0.00491341 0.0838941 0.19205
+0.00640879 0.0863966 0.198138
+0.00894179 0.0892195 0.206104
+0.0132601 0.0927138 0.214862
+0.0205539 0.0959335 0.223041
+0.0334936 0.0988479 0.231342
+0.0529488 0.101747 0.241016
+0.0858625 0.104173 0.251942
+0.12311 0.105425 0.264607
+0.166552 0.106416 0.278157
+0.221454 0.108003 0.292622
+0.281895 0.115648 0.301137
+0.338827 0.125307 0.307256
+0.39266 0.137346 0.311254
+0.451011 0.147387 0.316121
+0.511696 0.156832 0.321447
+0.573877 0.165225 0.327138
+0.631922 0.173312 0.33431
+0.689143 0.181155 0.340444
+0.74522 0.188724 0.345968
+0.798733 0.195102 0.349813
+0.850095 0.201297 0.35288
+0.900267 0.207568 0.355825
+0.948241 0.214115 0.359045
+0.979828 0.220218 0.362051
+0.00123598 0.0751659 0.171435
+0.00140383 0.0764782 0.174365
+0.00166323 0.0778058 0.177371
+0.00190738 0.0791791 0.180438
+0.00216678 0.0805524 0.183536
+0.00250248 0.0822309 0.187549
+0.00299077 0.0840162 0.191836
+0.00376898 0.0860304 0.196719
+0.00494392 0.0882734 0.202426
+0.00654612 0.0906539 0.209003
+0.0091249 0.0934615 0.216739
+0.0130312 0.0971695 0.224857
+0.0191501 0.100511 0.232609
+0.0335088 0.103639 0.242283
+0.0564126 0.106569 0.252766
+0.0896162 0.109529 0.263935
+0.127352 0.110185 0.277638
+0.175372 0.111467 0.291966
+0.230747 0.114321 0.305425
+0.294362 0.120775 0.314717
+0.351843 0.132036 0.319539
+0.409216 0.14374 0.32343
+0.467063 0.154925 0.327703
+0.53106 0.163272 0.332021
+0.593927 0.171511 0.33756
+0.654566 0.18024 0.344854
+0.710872 0.188159 0.350866
+0.765759 0.195361 0.355825
+0.818677 0.201724 0.359533
+0.869322 0.207691 0.362036
+0.918273 0.214099 0.365164
+0.962264 0.220554 0.368399
+0.990707 0.226703 0.371527
+0.00123598 0.078996 0.178912
+0.00143435 0.0803235 0.181949
+0.00167849 0.0817884 0.185321
+0.00187686 0.0834669 0.189319
+0.002121 0.0851148 0.193301
+0.0024567 0.0868238 0.197467
+0.00297551 0.0886397 0.201984
+0.00378424 0.0906081 0.207187
+0.00486763 0.0926833 0.21323
+0.00653086 0.0948653 0.220081
+0.00915541 0.0978866 0.227466
+0.0128786 0.101686 0.23473
+0.0186465 0.105425 0.243061
+0.0315099 0.108797 0.254337
+0.0586252 0.112184 0.265492
+0.0921645 0.114748 0.277897
+0.130358 0.115846 0.291203
+0.182239 0.116991 0.306065
+0.241718 0.120516 0.318318
+0.306264 0.126452 0.328008
+0.366445 0.138979 0.331792
+0.425025 0.150958 0.335302
+0.485069 0.161929 0.338735
+0.551904 0.169635 0.341787
+0.614923 0.178347 0.348333
+0.675822 0.187152 0.355276
+0.731991 0.195193 0.361242
+0.785504 0.201862 0.365042
+0.83743 0.208209 0.368246
+0.888258 0.214313 0.371191
+0.936431 0.220859 0.374701
+0.973007 0.2271 0.37789
+0.997803 0.233204 0.380896
+0.00122072 0.0833448 0.187655
+0.00140383 0.0849775 0.191485
+0.0016022 0.0865797 0.195392
+0.00180056 0.0882429 0.199405
+0.00202945 0.0899672 0.203616
+0.00238041 0.0917067 0.207919
+0.00294499 0.0935225 0.212863
+0.00375372 0.0953689 0.218463
+0.00482185 0.0971084 0.224704
+0.00639353 0.0990005 0.231266
+0.00883497 0.102968 0.238117
+0.012314 0.107179 0.246113
+0.0194705 0.11107 0.256214
+0.0317998 0.114565 0.267399
+0.0584573 0.118364 0.279011
+0.0938888 0.1205 0.291814
+0.136889 0.121981 0.30547
+0.186496 0.122805 0.319936
+0.252506 0.125673 0.332387
+0.317876 0.133516 0.340429
+0.381277 0.145861 0.343999
+0.439384 0.158831 0.346639
+0.504372 0.168551 0.349386
+0.571267 0.176822 0.35314
+0.635676 0.185504 0.359106
+0.695521 0.193759 0.364858
+0.752468 0.201602 0.370016
+0.80531 0.208469 0.373556
+0.856352 0.214832 0.377111
+0.906233 0.221195 0.380697
+0.954421 0.227588 0.384298
+0.98349 0.233768 0.387381
+0.998505 0.239658 0.390066
+0.00112917 0.088716 0.198322
+0.00131228 0.0903944 0.20238
+0.00149538 0.0919966 0.206394
+0.00170901 0.0935683 0.210468
+0.00196841 0.0951095 0.214664
+0.00238041 0.0967422 0.219287
+0.00299077 0.0983902 0.22446
+0.00375372 0.100313 0.230213
+0.00468452 0.102586 0.236225
+0.00588998 0.10518 0.242527
+0.00819409 0.109239 0.249577
+0.0114595 0.113344 0.258427
+0.0185855 0.11725 0.269764
+0.032929 0.120974 0.281178
+0.0552071 0.124788 0.293111
+0.0944381 0.127214 0.306127
+0.140291 0.128344 0.319585
+0.194598 0.129 0.333257
+0.261723 0.129656 0.347845
+0.329976 0.140642 0.353277
+0.394553 0.153094 0.357244
+0.455085 0.166781 0.359655
+0.521859 0.175769 0.362173
+0.588479 0.184421 0.365393
+0.655726 0.192172 0.368688
+0.716228 0.200595 0.374289
+0.772091 0.208194 0.378561
+0.824567 0.215244 0.382284
+0.874876 0.221546 0.386358
+0.92398 0.228 0.390311
+0.966018 0.234318 0.393851
+0.993637 0.240421 0.39646
+0.9991 0.246143 0.3991
+0.00106813 0.0943008 0.209857
+0.00125124 0.0958114 0.213825
+0.00144961 0.097322 0.218036
+0.00164797 0.0987716 0.222232
+0.0019379 0.100237 0.226627
+0.00231937 0.102266 0.231617
+0.00277714 0.104662 0.236988
+0.00340276 0.107103 0.242451
+0.00422675 0.109621 0.248112
+0.00553903 0.112413 0.254246
+0.00764477 0.11603 0.261967
+0.0102388 0.119875 0.271046
+0.0163424 0.123598 0.283192
+0.0306554 0.12726 0.295048
+0.0554818 0.130739 0.307134
+0.0932937 0.134142 0.319371
+0.142306 0.134493 0.332692
+0.201892 0.13492 0.347662
+0.268467 0.137621 0.361089
+0.342123 0.147036 0.368185
+0.407095 0.160494 0.371283
+0.471839 0.17322 0.372671
+0.537118 0.183917 0.374426
+0.607141 0.191318 0.375662
+0.674678 0.198978 0.378134
+0.73785 0.207691 0.383307
+0.791043 0.215 0.386908
+0.842649 0.221897 0.39115
+0.893172 0.228656 0.396277
+0.941497 0.234852 0.399878
+0.976043 0.241077 0.402701
+0.998123 0.247181 0.405264
+0.999664 0.25272 0.407706
+0.000732433 0.100816 0.222827
+0.000823987 0.102434 0.226886
+0.000869764 0.104234 0.231205
+0.0009308 0.106264 0.235691
+0.00112917 0.108309 0.240223
+0.0015259 0.110292 0.244877
+0.00209049 0.112383 0.249744
+0.00282292 0.114672 0.254994
+0.00373846 0.116915 0.260288
+0.00512703 0.119646 0.267002
+0.00682078 0.122637 0.274693
+0.00952163 0.125765 0.283925
+0.0151827 0.129427 0.296284
+0.026688 0.133227 0.308553
+0.0544137 0.137652 0.320562
+0.0924239 0.140963 0.333333
+0.142092 0.142077 0.34641
+0.205341 0.141711 0.362692
+0.276417 0.145754 0.374884
+0.351843 0.15349 0.383719
+0.419883 0.168322 0.384817
+0.485969 0.180743 0.38558
+0.553079 0.191348 0.386038
+0.627512 0.197665 0.383856
+0.694484 0.206119 0.387274
+0.756207 0.214496 0.391318
+0.809567 0.222034 0.395407
+0.860624 0.229007 0.400626
+0.910185 0.235615 0.405081
+0.957778 0.241886 0.408682
+0.986145 0.248096 0.411307
+0.998779 0.253849 0.413825
+1 0.259236 0.416388
+0.000122072 0.108919 0.237201
+0.000198367 0.110796 0.241443
+0.000244144 0.112612 0.245701
+0.000335698 0.114366 0.249943
+0.000595102 0.116121 0.2542
+0.00105287 0.117891 0.258656
+0.00167849 0.119707 0.263203
+0.00247196 0.121736 0.268101
+0.00331121 0.124147 0.274098
+0.00440986 0.127047 0.281727
+0.00560006 0.129915 0.289601
+0.0083772 0.133639 0.299931
+0.014023 0.138033 0.31194
+0.0234836 0.142412 0.323583
+0.0471199 0.147204 0.336233
+0.0887617 0.149752 0.348913
+0.141955 0.150637 0.362448
+0.203693 0.149966 0.378378
+0.282368 0.152789 0.391104
+0.359045 0.161837 0.397467
+0.433158 0.176181 0.398093
+0.498619 0.189487 0.398489
+0.570886 0.198215 0.396307
+0.644648 0.205188 0.394598
+0.713161 0.213779 0.397467
+0.772183 0.221714 0.400931
+0.826749 0.229297 0.404944
+0.877729 0.23624 0.409949
+0.92697 0.242771 0.414099
+0.96759 0.249088 0.417533
+0.996429 0.255268 0.420401
+0.999344 0.260761 0.422904
+1 0.26569 0.425132
+0 0.118212 0.252842
+0 0.1205 0.257496
+1.5259e-05 0.122835 0.262364
+9.15541e-05 0.124895 0.267002
+0.000228885 0.126986 0.271855
+0.000411994 0.128985 0.276967
+0.000701915 0.13109 0.282658
+0.00123598 0.133501 0.289372
+0.00204471 0.135775 0.296117
+0.0031281 0.138048 0.302724
+0.00415045 0.140658 0.309026
+0.00660716 0.14435 0.317449
+0.0108492 0.148745 0.328023
+0.0209049 0.153216 0.339849
+0.0383154 0.1579 0.353445
+0.0796674 0.160922 0.36611
+0.135775 0.161883 0.381109
+0.203815 0.161975 0.396201
+0.282887 0.160983 0.410407
+0.36527 0.172351 0.412634
+0.441886 0.185107 0.413458
+0.511345 0.199252 0.41294
+0.586313 0.206607 0.409934
+0.658869 0.214405 0.408743
+0.730373 0.221653 0.407614
+0.788937 0.229801 0.410742
+0.843061 0.237095 0.414923
+0.893965 0.243778 0.419425
+0.943328 0.250416 0.423682
+0.97734 0.256657 0.426963
+0.998032 0.26247 0.429709
+0.999786 0.267811 0.432303
+1 0.272251 0.434073
+0 0.132006 0.272877
+0 0.134661 0.278248
+0 0.136843 0.283314
+0 0.138949 0.288472
+0 0.140917 0.293736
+4.57771e-05 0.143328 0.299641
+0.000183108 0.145632 0.305699
+0.000457771 0.147677 0.311574
+0.000991836 0.149828 0.31751
+0.00167849 0.151736 0.322911
+0.00256352 0.154162 0.328573
+0.00422675 0.157656 0.33579
+0.00733959 0.161822 0.346075
+0.0150912 0.166827 0.359792
+0.033341 0.171618 0.374075
+0.0641184 0.176364 0.389242
+0.123888 0.178775 0.405234
+0.195666 0.178058 0.419074
+0.27686 0.178058 0.429007
+0.369879 0.182895 0.432868
+0.448035 0.196109 0.431571
+0.524056 0.208438 0.42858
+0.597345 0.217807 0.425544
+0.673823 0.224109 0.42089
+0.743328 0.231159 0.419104
+0.806088 0.239231 0.421073
+0.858412 0.245594 0.425574
+0.90959 0.251987 0.429786
+0.956359 0.258503 0.43389
+0.986648 0.264424 0.436896
+0.997909 0.269856 0.439704
+1 0.274907 0.442298
+1 0.279362 0.444511
+0 0.149691 0.297826
+0 0.151308 0.302571
+0 0.154116 0.307622
+0 0.157061 0.312932
+0 0.160159 0.318807
+0 0.162966 0.324742
+1.5259e-05 0.165667 0.330739
+0.000122072 0.16846 0.337179
+0.000289921 0.171054 0.343542
+0.000350958 0.173648 0.349981
+0.000686656 0.175937 0.356252
+0.00169375 0.178149 0.363043
+0.0039826 0.18146 0.372152
+0.00819409 0.186282 0.384741
+0.0230564 0.192111 0.399847
+0.0524758 0.197543 0.415412
+0.0995193 0.201984 0.430945
+0.175738 0.201099 0.442695
+0.263127 0.200839 0.451881
+0.357626 0.201938 0.45745
+0.450385 0.212741 0.453376
+0.528725 0.224018 0.448615
+0.604471 0.233448 0.4421
+0.685908 0.236835 0.433402
+0.755291 0.242679 0.431754
+0.818143 0.24918 0.432853
+0.873259 0.255634 0.437018
+0.923415 0.262165 0.440986
+0.963928 0.268315 0.444587
+0.994064 0.273869 0.44799
+0.998291 0.27834 0.450324
+1 0.282628 0.452735
+1 0.286763 0.454795
+0 0.173983 0.324575
+0 0.176532 0.329854
+0 0.179049 0.335119
+0 0.182483 0.340551
+0 0.185748 0.34641
+0 0.188876 0.352346
+0 0.192065 0.358587
+0 0.195331 0.365164
+0 0.198306 0.371664
+1.5259e-05 0.201022 0.378088
+0.000122072 0.204059 0.38471
+0.000457771 0.206378 0.391409
+0.00154116 0.208988 0.399374
+0.00421149 0.212741 0.408667
+0.0108492 0.217945 0.422431
+0.0337224 0.224308 0.438605
+0.0758221 0.229938 0.454673
+0.143359 0.233295 0.469764
+0.237034 0.23032 0.479805
+0.337224 0.230457 0.483162
+0.439689 0.232349 0.480964
+0.524392 0.245762 0.469993
+0.608896 0.252766 0.459556
+0.689036 0.257679 0.451774
+0.7626 0.262394 0.447776
+0.825467 0.267338 0.448371
+0.883009 0.272557 0.450599
+0.934844 0.277623 0.454002
+0.971008 0.281651 0.456962
+0.993362 0.2851 0.459648
+0.999832 0.288197 0.461967
+1 0.292042 0.464164
+1 0.295766 0.465888
+0 0.202869 0.350607
+0 0.205875 0.3561
+0 0.209018 0.361791
+0 0.212329 0.367773
+0 0.216114 0.373327
+0 0.22005 0.37911
+0 0.224048 0.385046
+0 0.227817 0.391348
+0 0.231968 0.398413
+0 0.235431 0.405341
+0 0.239017 0.41265
+7.62951e-05 0.242039 0.419944
+0.000320439 0.244739 0.427161
+0.00122072 0.247929 0.435691
+0.00360113 0.251179 0.445533
+0.0125429 0.257145 0.45922
+0.05243 0.263188 0.476616
+0.113436 0.267247 0.492714
+0.199298 0.268513 0.505714
+0.304494 0.26482 0.510933
+0.409308 0.266682 0.508064
+0.515663 0.272145 0.497917
+0.59968 0.282338 0.484596
+0.682795 0.288563 0.474784
+0.762768 0.291386 0.467933
+0.829633 0.293416 0.466804
+0.88922 0.294575 0.467247
+0.941085 0.295277 0.468544
+0.978256 0.297597 0.470924
+0.993408 0.300313 0.473548
+1 0.303075 0.475715
+1 0.305364 0.477073
+1 0.307317 0.478187
+0 0.235248 0.373281
+0 0.239429 0.378576
+0 0.243931 0.384161
+0 0.248371 0.389899
+0 0.252735 0.395911
+0 0.256397 0.402197
+0 0.259907 0.408576
+0 0.263539 0.415137
+0 0.267185 0.421653
+0 0.270741 0.428061
+0 0.274266 0.43444
+0 0.277592 0.440604
+1.5259e-05 0.280751 0.446403
+0.000213626 0.284382 0.452811
+0.00151064 0.288228 0.460792
+0.00529488 0.2925 0.47097
+0.0247654 0.29839 0.48777
+0.080415 0.305211 0.506767
+0.15906 0.31017 0.524468
+0.260807 0.310704 0.537865
+0.373541 0.30811 0.535729
+0.480705 0.309682 0.527733
+0.585504 0.317281 0.514321
+0.672297 0.323598 0.502235
+0.753216 0.327703 0.492973
+0.828565 0.329305 0.487617
+0.888563 0.329809 0.487739
+0.938979 0.329946 0.488518
+0.979126 0.329122 0.489677
+0.995254 0.32697 0.490898
+0.999985 0.325383 0.491844
+1 0.323659 0.492851
+1 0.323156 0.494102
+0 0.270008 0.393454
+0 0.273838 0.398291
+0 0.277745 0.403662
+0 0.281636 0.409461
+0 0.285588 0.415412
+0 0.289387 0.421241
+0 0.293233 0.427024
+0 0.297551 0.432715
+0 0.301839 0.438544
+0 0.305852 0.444358
+0 0.309926 0.450309
+0 0.313817 0.45626
+0 0.317693 0.462501
+0 0.321324 0.468559
+0.000381476 0.324758 0.475181
+0.00341802 0.329244 0.484321
+0.0106966 0.335134 0.496849
+0.0535439 0.343191 0.516106
+0.127626 0.351415 0.537102
+0.220905 0.357183 0.555184
+0.325917 0.355962 0.562676
+0.442313 0.354955 0.558495
+0.552972 0.357534 0.548333
+0.652796 0.368658 0.53109
+0.73904 0.373114 0.521614
+0.816007 0.375814 0.515908
+0.880583 0.376547 0.515572
+0.935225 0.373266 0.51574
+0.974945 0.368765 0.514855
+0.999695 0.362707 0.513481
+0.999908 0.357244 0.51281
+1 0.354711 0.513085
+1 0.351263 0.512383
+0 0.304158 0.412146
+0 0.307988 0.417212
+0 0.312032 0.422278
+0 0.316091 0.427329
+0 0.320089 0.432303
+0 0.324285 0.437217
+0 0.328618 0.442313
+0 0.333379 0.4477
+0 0.338003 0.453742
+0 0.342351 0.460243
+0 0.346807 0.467247
+0 0.351324 0.473823
+0 0.355657 0.479942
+0 0.359518 0.485298
+3.0518e-05 0.363149 0.490684
+0.00144961 0.367376 0.497551
+0.00921645 0.373175 0.507301
+0.0230716 0.38114 0.520348
+0.0956741 0.391867 0.542321
+0.184665 0.401801 0.567025
+0.286152 0.4094 0.587839
+0.396277 0.406592 0.588907
+0.511208 0.409995 0.579324
+0.623468 0.414038 0.566217
+0.7205 0.423163 0.551827
+0.797818 0.425544 0.547524
+0.866682 0.426368 0.546517
+0.928115 0.424521 0.54728
+0.967285 0.420539 0.546242
+0.991455 0.41529 0.544762
+1 0.408804 0.542626
+1 0.39884 0.538964
+1 0.387442 0.534524
+0 0.340566 0.43093
+0 0.345144 0.436027
+0 0.349676 0.441138
+0 0.353979 0.446235
+0 0.358434 0.451438
+0 0.362661 0.456657
+0 0.367071 0.461784
+0 0.371923 0.467552
+0 0.376837 0.474266
+0 0.381704 0.48072
+0 0.386908 0.487221
+0 0.39202 0.493782
+0 0.396765 0.500084
+0 0.400916 0.505714
+4.57771e-05 0.404562 0.511208
+0.000228885 0.40827 0.516991
+0.00291447 0.413443 0.525032
+0.0216831 0.4206 0.53637
+0.0624552 0.430121 0.55172
+0.162997 0.442969 0.572259
+0.261295 0.453544 0.593317
+0.362478 0.461341 0.612528
+0.476463 0.459632 0.61091
+0.587732 0.465324 0.600107
+0.693828 0.471763 0.586374
+0.778592 0.477317 0.581064
+0.851118 0.479072 0.579568
+0.913344 0.479164 0.57966
+0.964324 0.476493 0.578851
+0.987701 0.470207 0.576013
+0.999435 0.462348 0.572396
+0.999969 0.452262 0.567514
+1 0.441688 0.562753
+0 0.381125 0.451682
+0 0.38529 0.45684
+0 0.390036 0.462303
+0 0.394629 0.467979
+0 0.400015 0.473991
+0 0.404547 0.479606
+0 0.409125 0.485176
+0 0.414069 0.490913
+0 0.419226 0.496941
+0 0.425162 0.503243
+0 0.430701 0.509941
+0 0.436057 0.517021
+0 0.441077 0.523705
+0 0.445045 0.528847
+0 0.44921 0.533776
+7.62951e-05 0.453498 0.538857
+0.000488289 0.457969 0.544381
+0.0115206 0.464958 0.553384
+0.0480354 0.473762 0.565698
+0.128283 0.485557 0.582727
+0.230457 0.497551 0.603845
+0.335164 0.507958 0.622827
+0.443915 0.515602 0.638437
+0.555062 0.518563 0.631601
+0.659922 0.524086 0.624155
+0.757809 0.531075 0.615854
+0.834577 0.534508 0.614282
+0.90103 0.534798 0.613565
+0.9552 0.53312 0.61294
+0.985931 0.527977 0.610178
+0.996536 0.521172 0.606439
+1 0.513069 0.601602
+1 0.503304 0.596033
+0 0.424552 0.474784
+0 0.42977 0.480125
+0 0.434607 0.485588
+0 0.439948 0.491325
+0 0.445716 0.497124
+0 0.450401 0.502724
+0 0.455528 0.508736
+0 0.460761 0.514702
+0 0.4663 0.520897
+0 0.471931 0.527321
+0 0.477852 0.534081
+0 0.483223 0.540734
+0 0.488609 0.546899
+0 0.493477 0.551904
+0 0.498054 0.556786
+0 0.502831 0.562234
+0.000320439 0.507561 0.567956
+0.00239567 0.513451 0.575647
+0.0336156 0.521798 0.587015
+0.0910201 0.53196 0.601404
+0.190234 0.544274 0.619471
+0.300893 0.556313 0.635569
+0.410544 0.567407 0.64976
+0.519524 0.576791 0.66128
+0.629694 0.581323 0.655222
+0.729091 0.586587 0.650004
+0.818921 0.59144 0.645365
+0.887236 0.591959 0.645991
+0.941543 0.59144 0.64538
+0.983108 0.589166 0.644327
+0.995666 0.58349 0.641215
+0.999817 0.575891 0.636667
+1 0.570748 0.634028
+0 0.472511 0.49752
+0 0.478569 0.503517
+0 0.484611 0.509728
+0 0.490364 0.515724
+0 0.495796 0.521569
+0 0.50106 0.527321
+0 0.506249 0.533135
+0 0.510674 0.538979
+0 0.515923 0.544884
+0 0.520607 0.550561
+0 0.526314 0.557046
+0 0.533425 0.563867
+0 0.539986 0.570626
+0 0.546242 0.57673
+0 0.551781 0.582895
+0 0.557153 0.588907
+0 0.562554 0.595331
+0.00108339 0.566766 0.601572
+0.0117037 0.573129 0.61004
+0.0571298 0.582513 0.622309
+0.130205 0.593774 0.636805
+0.245212 0.608316 0.653407
+0.362539 0.621561 0.667964
+0.479835 0.632273 0.677852
+0.594018 0.640467 0.678874
+0.69894 0.645594 0.673457
+0.792584 0.649256 0.670008
+0.873487 0.652735 0.669123
+0.933715 0.652491 0.670771
+0.973938 0.651652 0.671183
+0.996612 0.648798 0.669779
+0.998962 0.643244 0.666835
+1 0.643442 0.668254
+0 0.527779 0.523369
+0 0.532723 0.52903
+0 0.539025 0.535088
+0 0.544793 0.540978
+0 0.550622 0.546944
+0 0.556268 0.553063
+0 0.561807 0.559213
+0 0.567376 0.565408
+0 0.573205 0.571756
+0 0.578576 0.577829
+0 0.584222 0.584085
+0 0.590188 0.590402
+0 0.597253 0.597757
+0 0.603326 0.604349
+0 0.609155 0.61088
+0 0.615335 0.617487
+0 0.619455 0.623636
+0 0.624506 0.630091
+0.0010071 0.629328 0.636622
+0.0223545 0.638987 0.647272
+0.080415 0.651164 0.659464
+0.167483 0.665278 0.672282
+0.292287 0.678965 0.683986
+0.423239 0.688991 0.688548
+0.550774 0.698039 0.689387
+0.667185 0.705516 0.684627
+0.766537 0.709834 0.682261
+0.855436 0.712444 0.681346
+0.92604 0.713817 0.686168
+0.966949 0.713405 0.688762
+0.991943 0.712642 0.690761
+0.999802 0.711284 0.691157
+0.999924 0.715816 0.695369
+0 0.589044 0.550393
+0 0.593759 0.556207
+0 0.599832 0.562387
+0 0.604974 0.568627
+0 0.611383 0.575341
+0 0.617456 0.581949
+0 0.623484 0.58854
+0 0.629206 0.595132
+0 0.634089 0.601495
+0 0.639673 0.60795
+0 0.644724 0.614069
+0 0.650568 0.620783
+0 0.656077 0.627436
+0 0.662989 0.634256
+0 0.669276 0.640803
+0 0.675731 0.647471
+0 0.681193 0.653574
+0 0.68661 0.659724
+0.000885023 0.692454 0.666316
+0.00283818 0.699321 0.673747
+0.038529 0.709346 0.683696
+0.103716 0.720684 0.692546
+0.200824 0.733516 0.700496
+0.348867 0.743572 0.701991
+0.488258 0.752392 0.698848
+0.61912 0.760052 0.69369
+0.737011 0.765927 0.683757
+0.830518 0.769055 0.685206
+0.908949 0.771817 0.68983
+0.96553 0.772595 0.696925
+0.988052 0.77261 0.701167
+0.99884 0.774243 0.705272
+0.999878 0.777661 0.7093
+0 0.652995 0.579736
+0 0.658335 0.58616
+0 0.664302 0.592859
+0 0.669459 0.59939
+0 0.675227 0.606073
+0 0.680995 0.612726
+0 0.686763 0.619394
+0 0.692332 0.626093
+0 0.697627 0.63267
+0 0.702968 0.638956
+0 0.708827 0.645579
+0 0.714427 0.652064
+0 0.72018 0.658579
+0 0.725795 0.664973
+0 0.732082 0.670878
+0 0.73817 0.67689
+0 0.743786 0.682597
+0 0.748867 0.688289
+9.15541e-05 0.754391 0.694209
+0.00292973 0.759686 0.700175
+0.00929274 0.765789 0.706676
+0.0527504 0.776822 0.71339
+0.131472 0.787793 0.717937
+0.249378 0.798993 0.720272
+0.409567 0.800488 0.711177
+0.559548 0.802747 0.697322
+0.695735 0.80827 0.681941
+0.806363 0.819684 0.676295
+0.892515 0.823407 0.6813
+0.957015 0.825437 0.690181
+0.986954 0.824628 0.699397
+0.997513 0.82652 0.704829
+1 0.829587 0.708782
+0 0.717617 0.61001
+0 0.723156 0.616526
+0 0.728847 0.623377
+0 0.73434 0.630335
+0 0.739483 0.636637
+0 0.744686 0.643137
+0 0.749813 0.64979
+0 0.756069 0.657053
+0 0.762646 0.664546
+0 0.768109 0.670878
+0 0.773159 0.676966
+0 0.778119 0.682887
+0 0.783123 0.689052
+0 0.788098 0.69453
+0 0.793027 0.69958
+0 0.798718 0.704494
+0 0.803693 0.709667
+0 0.808988 0.71487
+0 0.81384 0.719402
+0.000244144 0.818692 0.724666
+0.00402838 0.82504 0.730053
+0.0145876 0.833661 0.736233
+0.0787518 0.839475 0.737026
+0.181735 0.841108 0.731762
+0.335454 0.837507 0.718441
+0.495491 0.837476 0.699718
+0.643763 0.84332 0.685908
+0.775738 0.854871 0.676234
+0.870893 0.869856 0.672801
+0.940505 0.874037 0.678019
+0.988083 0.873457 0.686778
+0.993667 0.876875 0.691676
+0.99469 0.881636 0.695109
+0 0.774701 0.635752
+0 0.780652 0.642634
+0 0.787381 0.650202
+0 0.794125 0.658015
+0 0.801724 0.666178
+0 0.807202 0.673106
+0 0.812253 0.679637
+0 0.816114 0.685054
+0 0.820066 0.690501
+0 0.824781 0.696132
+0 0.829374 0.701595
+0 0.833799 0.707118
+0 0.838621 0.712718
+0 0.843503 0.717632
+0 0.849119 0.722881
+0 0.855161 0.727871
+0 0.860838 0.734005
+0 0.866789 0.739742
+0 0.869627 0.74342
+0 0.872328 0.746288
+0.000854505 0.875853 0.749508
+0.00813306 0.879118 0.752163
+0.0331426 0.882795 0.752712
+0.125551 0.88127 0.742412
+0.252415 0.878721 0.725978
+0.429191 0.873533 0.701259
+0.583749 0.879393 0.684993
+0.723217 0.88867 0.675196
+0.844221 0.903456 0.6766
+0.925063 0.917586 0.673198
+0.971725 0.925292 0.673625
+0.98143 0.927749 0.677806
+0.980331 0.928252 0.683879
+0 0.825391 0.656291
+0 0.831647 0.663966
+0 0.838834 0.672312
+0 0.846677 0.681498
+0 0.851225 0.687678
+0 0.856733 0.693523
+0 0.860807 0.697932
+0 0.8654 0.703029
+0 0.869856 0.708919
+0 0.875212 0.714672
+0 0.880339 0.720821
+0 0.885191 0.727092
+0 0.890669 0.733684
+0 0.895842 0.740124
+0 0.900481 0.746303
+0 0.904494 0.750881
+0 0.908476 0.754284
+0 0.909209 0.757076
+0 0.908919 0.759594
+0 0.908721 0.762356
+0 0.908949 0.765682
+0.00198367 0.909102 0.767895
+0.0161593 0.908888 0.7682
+0.0978256 0.905577 0.758038
+0.25214 0.898192 0.737011
+0.434012 0.891356 0.713466
+0.601083 0.891875 0.693263
+0.741314 0.900435 0.691096
+0.859236 0.913039 0.691905
+0.948928 0.929534 0.686732
+0.96939 0.934127 0.689494
+0.975555 0.93521 0.695033
+0.974746 0.934768 0.701671
+0 0.872557 0.671687
+0 0.87895 0.678416
+0 0.883421 0.683635
+0 0.888365 0.689494
+0 0.893614 0.696056
+0 0.899947 0.703227
+0 0.905653 0.710842
+0 0.907744 0.719051
+0 0.909728 0.727184
+0 0.911727 0.735088
+0 0.913619 0.742718
+0 0.914336 0.748959
+0 0.91368 0.753536
+0 0.9131 0.757641
+0 0.912795 0.761624
+0 0.912703 0.764981
+0 0.912932 0.767758
+0 0.913481 0.770901
+0 0.913664 0.77409
+0 0.913649 0.777829
+0 0.913863 0.781949
+0 0.914336 0.78497
+0.038819 0.913725 0.783627
+0.11957 0.912062 0.776913
+0.306355 0.901717 0.752407
+0.484215 0.896696 0.72932
+0.647822 0.896788 0.711864
+0.782132 0.905638 0.713344
+0.886687 0.919249 0.710063
+0.959487 0.931426 0.707576
+0.971038 0.933593 0.7122
+0.972656 0.933654 0.718425
+0.971786 0.933181 0.72546
+0 0.903181 0.682445
+0 0.90518 0.690394
+0 0.907103 0.698268
+0 0.909163 0.706432
+0 0.911406 0.714778
+0 0.913542 0.723095
+0 0.915633 0.731823
+0 0.917937 0.740353
+0 0.918944 0.748241
+0 0.917388 0.752758
+0 0.915831 0.757458
+0 0.914412 0.762295
+0 0.9131 0.766659
+0 0.911879 0.770626
+0 0.91078 0.774472
+0 0.910475 0.777569
+0 0.910933 0.780804
+0 0.912032 0.784466
+0 0.912306 0.788968
+0 0.912749 0.793545
+0 0.913588 0.798016
+0 0.913756 0.801602
+0.0652171 0.912398 0.79762
+0.188663 0.908263 0.785611
+0.376028 0.901228 0.766171
+0.54377 0.899306 0.74641
+0.692699 0.902266 0.737255
+0.82298 0.909041 0.73373
+0.919142 0.9243 0.729107
+0.961364 0.930968 0.730877
+0.970428 0.932448 0.736461
+0.969619 0.932006 0.743053
+0.968765 0.931548 0.749966
+0.00125124 0.063798 0.147829
+0.00128176 0.0647288 0.15024
+0.00135805 0.0657816 0.15288
+0.00175479 0.0671397 0.156313
+0.002121 0.068452 0.159609
+0.00251774 0.0697185 0.162783
+0.00292973 0.0710765 0.165988
+0.00344854 0.0725261 0.169284
+0.0043183 0.0741436 0.172839
+0.00569162 0.0762341 0.176852
+0.00733959 0.0786755 0.181323
+0.00999466 0.0810864 0.187747
+0.014725 0.0838178 0.196063
+0.0217136 0.0866865 0.204059
+0.0339513 0.0892958 0.211627
+0.054551 0.0918593 0.219791
+0.0809949 0.0938125 0.229389
+0.113405 0.09514 0.240818
+0.154635 0.0965591 0.254063
+0.203708 0.0996109 0.266255
+0.257603 0.104158 0.277104
+0.310689 0.112734 0.283604
+0.361959 0.12282 0.289189
+0.414572 0.133364 0.294377
+0.473442 0.142412 0.299947
+0.53286 0.15172 0.307424
+0.590326 0.160143 0.314916
+0.645777 0.167483 0.322042
+0.702373 0.174777 0.327733
+0.757534 0.181659 0.332235
+0.811292 0.188022 0.335821
+0.862226 0.194324 0.339132
+0.911192 0.2009 0.342504
+0.00128176 0.0664988 0.154391
+0.00134279 0.0675975 0.157031
+0.0015259 0.0688182 0.159991
+0.00189212 0.0701762 0.163363
+0.00225834 0.0714885 0.166583
+0.00260929 0.0727855 0.169635
+0.00297551 0.0741283 0.172702
+0.00349432 0.0755779 0.175906
+0.0043946 0.0773632 0.179522
+0.00573739 0.0796368 0.183673
+0.00733959 0.0822614 0.189441
+0.0103456 0.0847486 0.197604
+0.0153506 0.0877852 0.206104
+0.0236667 0.0906386 0.213901
+0.0358892 0.0932631 0.221302
+0.0575265 0.0959182 0.229984
+0.0871748 0.0978256 0.240818
+0.122332 0.0994278 0.252918
+0.161852 0.100557 0.266545
+0.21648 0.103456 0.279164
+0.271382 0.109133 0.288808
+0.327199 0.117754 0.295644
+0.377371 0.129274 0.299992
+0.43331 0.139498 0.305196
+0.49192 0.14902 0.310948
+0.552682 0.1579 0.317815
+0.610773 0.165866 0.324849
+0.667857 0.173678 0.331716
+0.724193 0.181292 0.337407
+0.778134 0.1879 0.341573
+0.830808 0.194217 0.345205
+0.881559 0.200305 0.348058
+0.929366 0.20705 0.35169
+0.00137331 0.0695506 0.161395
+0.00143435 0.0706798 0.164034
+0.00167849 0.0719615 0.167132
+0.00201419 0.0732891 0.170336
+0.00231937 0.0745708 0.173404
+0.00260929 0.0758526 0.176379
+0.00297551 0.0771954 0.179339
+0.00357061 0.0789349 0.183169
+0.00457771 0.0811933 0.188128
+0.00590524 0.0836194 0.193606
+0.00769055 0.0860609 0.199878
+0.0106966 0.0885939 0.207813
+0.0154421 0.0918441 0.215976
+0.0243229 0.0946975 0.223453
+0.0390478 0.0973983 0.231403
+0.0604257 0.100114 0.240925
+0.0930495 0.102312 0.252277
+0.129534 0.10367 0.265263
+0.172595 0.104967 0.279118
+0.227924 0.10695 0.292851
+0.285496 0.114443 0.300999
+0.340658 0.123995 0.307515
+0.392889 0.136095 0.311879
+0.450874 0.146136 0.316701
+0.511177 0.155581 0.322118
+0.573571 0.16376 0.327504
+0.632044 0.172 0.334859
+0.68983 0.180163 0.341405
+0.745602 0.187869 0.347066
+0.79884 0.194217 0.351217
+0.850217 0.200366 0.354437
+0.900282 0.206561 0.357305
+0.947829 0.21323 0.360983
+0.00146487 0.0727398 0.168429
+0.00151064 0.0738994 0.171069
+0.00180056 0.0751965 0.174197
+0.00207523 0.076463 0.177218
+0.00234989 0.0776684 0.180133
+0.00263981 0.0793011 0.183963
+0.00303655 0.081117 0.188159
+0.00367742 0.0830701 0.192615
+0.00469978 0.0852979 0.197833
+0.00595102 0.0876173 0.203632
+0.00798047 0.0899367 0.210254
+0.0111849 0.092668 0.217945
+0.0160525 0.0959793 0.225772
+0.0238651 0.0988785 0.232883
+0.0408179 0.101747 0.242008
+0.0657206 0.104585 0.252674
+0.0982071 0.107393 0.264408
+0.135714 0.108309 0.27837
+0.184115 0.109773 0.292485
+0.239155 0.112642 0.305287
+0.299779 0.119478 0.314397
+0.355016 0.130632 0.319478
+0.410727 0.142458 0.32372
+0.467903 0.153414 0.327871
+0.531258 0.161685 0.332326
+0.594293 0.169833 0.337804
+0.655039 0.178637 0.345068
+0.711559 0.186969 0.351461
+0.76643 0.194217 0.356664
+0.81912 0.200488 0.360906
+0.870024 0.206622 0.363714
+0.918639 0.213001 0.367025
+0.962585 0.219486 0.370474
+0.0015259 0.0760357 0.175463
+0.00161746 0.0772106 0.178164
+0.00187686 0.0786145 0.181491
+0.002121 0.0801862 0.185336
+0.00238041 0.0817884 0.189181
+0.00267033 0.0835431 0.193271
+0.00308232 0.0852827 0.197391
+0.0037232 0.0872358 0.202182
+0.0047303 0.0893721 0.207599
+0.0059205 0.0915084 0.213443
+0.00810254 0.0938125 0.220493
+0.0113222 0.096849 0.227924
+0.0164797 0.100298 0.235554
+0.0246738 0.103563 0.243595
+0.0409094 0.106905 0.254139
+0.0694591 0.110216 0.265888
+0.103807 0.112413 0.278248
+0.141405 0.113405 0.291829
+0.193606 0.114473 0.306203
+0.252125 0.118395 0.318105
+0.313848 0.124849 0.327657
+0.370489 0.137484 0.331319
+0.42768 0.149432 0.335225
+0.486503 0.160159 0.33872
+0.552865 0.167452 0.341619
+0.616312 0.176303 0.348104
+0.676585 0.18529 0.355032
+0.733455 0.193805 0.361425
+0.786801 0.200366 0.365774
+0.838895 0.206699 0.369451
+0.889448 0.213031 0.373098
+0.936751 0.219425 0.376593
+0.973327 0.225696 0.379843
+0.00155642 0.0796674 0.183215
+0.00166323 0.0811933 0.186786
+0.00190738 0.0828412 0.190707
+0.00213626 0.0844739 0.194629
+0.00239567 0.086183 0.198703
+0.00268559 0.0879072 0.202884
+0.00311284 0.0896315 0.207172
+0.00378424 0.0915694 0.212192
+0.0047303 0.0935378 0.21767
+0.00587472 0.095491 0.223713
+0.00807202 0.0979782 0.230838
+0.0112764 0.101701 0.238621
+0.0162509 0.105409 0.246891
+0.0260777 0.108904 0.256306
+0.0415808 0.112398 0.267018
+0.0724651 0.115846 0.278935
+0.108537 0.11754 0.291844
+0.150942 0.118639 0.305623
+0.200855 0.119265 0.320195
+0.265644 0.123262 0.332082
+0.327474 0.13164 0.339712
+0.38706 0.144396 0.342992
+0.443137 0.156939 0.346502
+0.506447 0.166415 0.349737
+0.57258 0.174426 0.353002
+0.636744 0.183322 0.35903
+0.697215 0.191943 0.36495
+0.754559 0.200046 0.370489
+0.807126 0.206683 0.374578
+0.857877 0.213062 0.378485
+0.907439 0.219532 0.382574
+0.954833 0.22591 0.386313
+0.983948 0.231998 0.38909
+0.0015259 0.0840467 0.192508
+0.00167849 0.0856184 0.196246
+0.00189212 0.0872511 0.200214
+0.002121 0.0889296 0.204288
+0.00236515 0.0906386 0.208484
+0.00267033 0.0923171 0.212696
+0.0031281 0.0940719 0.217288
+0.00381476 0.096025 0.222522
+0.00474556 0.0982223 0.228458
+0.00605783 0.100465 0.23473
+0.00816358 0.103258 0.241962
+0.0109865 0.106874 0.24979
+0.0155337 0.11075 0.258686
+0.0255131 0.114382 0.269154
+0.0447089 0.118029 0.280385
+0.0739757 0.121477 0.292317
+0.11252 0.123003 0.305318
+0.157961 0.123995 0.319646
+0.211856 0.125002 0.333577
+0.278584 0.127367 0.347097
+0.341115 0.138903 0.352285
+0.401572 0.151263 0.356252
+0.459098 0.164706 0.359503
+0.5252 0.173358 0.361898
+0.591623 0.181979 0.365103
+0.658381 0.189899 0.368566
+0.718776 0.198734 0.374609
+0.774807 0.206332 0.379248
+0.826688 0.213169 0.383398
+0.876951 0.219745 0.388144
+0.925124 0.226093 0.392142
+0.967224 0.232364 0.395727
+0.994217 0.238407 0.398306
+0.00148013 0.0885023 0.20209
+0.00166323 0.0901198 0.206027
+0.0018616 0.0917678 0.21004
+0.00207523 0.0935378 0.214374
+0.00230411 0.0952316 0.218616
+0.00262455 0.0970932 0.223194
+0.00309758 0.0990921 0.228153
+0.0037995 0.101244 0.233631
+0.00468452 0.103456 0.239551
+0.0059968 0.105745 0.245899
+0.00796521 0.10869 0.25304
+0.0108492 0.112261 0.261341
+0.01561 0.116152 0.271183
+0.0237278 0.11989 0.282124
+0.0457771 0.123781 0.293767
+0.0766613 0.126909 0.306096
+0.115999 0.129137 0.319203
+0.163775 0.129824 0.333745
+0.223255 0.131182 0.348196
+0.288487 0.134997 0.360647
+0.35555 0.145571 0.366369
+0.416327 0.158724 0.369711
+0.478233 0.171328 0.371817
+0.54313 0.181369 0.373907
+0.611734 0.188861 0.375402
+0.678965 0.196674 0.378241
+0.742306 0.205783 0.384039
+0.794507 0.212848 0.387915
+0.845487 0.21976 0.392569
+0.895567 0.22652 0.397879
+0.942901 0.232715 0.401282
+0.977234 0.238972 0.404181
+0.999191 0.245106 0.406806
+0.00141909 0.0932174 0.212161
+0.0016022 0.0949111 0.216342
+0.00178531 0.0966354 0.22063
+0.00195315 0.0985428 0.225132
+0.00216678 0.100526 0.229831
+0.00250248 0.102449 0.234333
+0.00302129 0.10457 0.239399
+0.00369268 0.106767 0.244907
+0.00448615 0.10901 0.250721
+0.00564584 0.111406 0.256992
+0.00747692 0.114412 0.264256
+0.0103304 0.117891 0.273228
+0.0154116 0.121675 0.284062
+0.0243076 0.125628 0.295598
+0.0439765 0.129931 0.307301
+0.0787671 0.133089 0.320241
+0.120485 0.135363 0.334035
+0.16817 0.1364 0.348089
+0.231968 0.137148 0.36347
+0.299763 0.142718 0.373983
+0.369497 0.15169 0.380865
+0.431647 0.166445 0.382727
+0.495918 0.178698 0.384268
+0.561608 0.189029 0.385351
+0.634333 0.195209 0.383963
+0.70132 0.203677 0.387686
+0.761761 0.212207 0.392615
+0.813825 0.219608 0.396704
+0.864073 0.226413 0.401663
+0.913268 0.233097 0.406149
+0.96051 0.239506 0.40972
+0.98703 0.245731 0.412497
+0.999466 0.251591 0.415335
+0.00129702 0.0984054 0.223224
+0.00144961 0.100313 0.227634
+0.00161746 0.102235 0.23209
+0.00178531 0.104173 0.236545
+0.00201419 0.106111 0.241001
+0.00234989 0.108171 0.245792
+0.00283818 0.110384 0.250965
+0.00341802 0.112779 0.25655
+0.0041352 0.115068 0.261936
+0.00517281 0.11754 0.268116
+0.00688182 0.120378 0.276371
+0.0096437 0.123857 0.286519
+0.0144198 0.127886 0.298238
+0.0248417 0.132052 0.309606
+0.0424659 0.136355 0.32137
+0.0785229 0.140032 0.335012
+0.123293 0.141939 0.348531
+0.176501 0.142962 0.362966
+0.237476 0.142947 0.378851
+0.312474 0.148775 0.38883
+0.38291 0.159228 0.394553
+0.448722 0.17438 0.395483
+0.511604 0.187091 0.396719
+0.581384 0.195758 0.39588
+0.654002 0.202289 0.394659
+0.721111 0.211048 0.398398
+0.778759 0.218845 0.401755
+0.83212 0.226368 0.405829
+0.882795 0.233341 0.410849
+0.930663 0.239933 0.41474
+0.970367 0.246403 0.41828
+0.99675 0.252644 0.421347
+0.999771 0.258152 0.424231
+0.00111391 0.104295 0.235279
+0.00123598 0.106279 0.239765
+0.00134279 0.108202 0.244129
+0.00146487 0.110124 0.248493
+0.00161746 0.112108 0.252949
+0.00190738 0.11426 0.257725
+0.00236515 0.116579 0.262821
+0.00297551 0.119005 0.268315
+0.00378424 0.121462 0.274937
+0.00494392 0.123903 0.282353
+0.00656138 0.126604 0.290745
+0.00877394 0.129809 0.299977
+0.0129702 0.133944 0.311406
+0.0233616 0.138323 0.323278
+0.0441901 0.142641 0.335668
+0.0763561 0.146838 0.348974
+0.125734 0.148531 0.362142
+0.181903 0.148882 0.377279
+0.246418 0.149813 0.392294
+0.324941 0.153368 0.405386
+0.395361 0.16759 0.407553
+0.462577 0.181903 0.408804
+0.526238 0.19588 0.409689
+0.599741 0.202609 0.407492
+0.671016 0.210193 0.407248
+0.740139 0.217838 0.407401
+0.796521 0.225818 0.410803
+0.849882 0.23331 0.415106
+0.900511 0.24036 0.41973
+0.947677 0.246998 0.423789
+0.980087 0.253315 0.427146
+0.999786 0.259327 0.430335
+0.999985 0.264683 0.433265
+0.000610361 0.110948 0.248188
+0.000656138 0.11281 0.252445
+0.000686656 0.114656 0.256641
+0.000762951 0.116426 0.260761
+0.000976577 0.118303 0.265171
+0.00135805 0.120592 0.270558
+0.00189212 0.123033 0.276417
+0.00257877 0.125444 0.282628
+0.00341802 0.127825 0.289448
+0.00456245 0.130159 0.296803
+0.00590524 0.132799 0.304646
+0.00807202 0.136141 0.31371
+0.0123445 0.140322 0.324559
+0.0199283 0.144823 0.336202
+0.0415503 0.149538 0.349172
+0.0760662 0.153109 0.362188
+0.125124 0.155505 0.37554
+0.183642 0.155825 0.392386
+0.254871 0.157671 0.407645
+0.331212 0.162661 0.419043
+0.407675 0.175647 0.421241
+0.475334 0.18999 0.4224
+0.543618 0.202564 0.422095
+0.616434 0.210361 0.419928
+0.688899 0.217441 0.417609
+0.756085 0.224811 0.416938
+0.816052 0.233265 0.419623
+0.867857 0.240497 0.424369
+0.917159 0.247501 0.428901
+0.962768 0.254231 0.433158
+0.990097 0.260334 0.436408
+0.999969 0.266087 0.439826
+1 0.271199 0.442557
+7.62951e-05 0.117479 0.261219
+0.00015259 0.119066 0.265187
+0.000198367 0.120775 0.269474
+0.000259403 0.122942 0.274723
+0.00047303 0.125124 0.279988
+0.000854505 0.127459 0.285618
+0.00140383 0.129747 0.291524
+0.002121 0.131991 0.297734
+0.00289921 0.134661 0.305028
+0.00389105 0.137163 0.312154
+0.00492866 0.139834 0.319127
+0.00701915 0.143313 0.327642
+0.0109102 0.147417 0.337667
+0.0180514 0.152041 0.349584
+0.0349126 0.157122 0.36405
+0.0733806 0.160678 0.377295
+0.123293 0.163272 0.392126
+0.183719 0.164752 0.408835
+0.258885 0.165362 0.424155
+0.338964 0.172015 0.432517
+0.420706 0.182834 0.43624
+0.48896 0.198901 0.43624
+0.559487 0.210025 0.435142
+0.631403 0.218555 0.43267
+0.708537 0.224216 0.426123
+0.773999 0.232319 0.426352
+0.833036 0.240604 0.429343
+0.88481 0.247715 0.433936
+0.933364 0.254673 0.438453
+0.972045 0.261311 0.442603
+0.999557 0.267506 0.446326
+0.999863 0.272999 0.449729
+1 0.277852 0.452369
+0 0.124895 0.276066
+0 0.127382 0.281437
+1.5259e-05 0.129854 0.287037
+4.57771e-05 0.132143 0.292454
+0.00015259 0.134264 0.297826
+0.000289921 0.136446 0.303609
+0.000595102 0.138598 0.309606
+0.00115969 0.140673 0.315724
+0.00198367 0.142672 0.321675
+0.00302129 0.145129 0.328038
+0.0037995 0.148272 0.334936
+0.00552377 0.152193 0.343511
+0.00859083 0.156741 0.35462
+0.016022 0.161639 0.36762
+0.0297704 0.166873 0.382132
+0.0641184 0.171572 0.396246
+0.118288 0.174548 0.4121
+0.183688 0.175906 0.427787
+0.256123 0.17499 0.442756
+0.346563 0.180606 0.449073
+0.428962 0.191562 0.451469
+0.502831 0.207889 0.450416
+0.571984 0.219028 0.449592
+0.64741 0.226307 0.443671
+0.724315 0.232059 0.437079
+0.790646 0.24065 0.437201
+0.847944 0.248081 0.439933
+0.900679 0.255161 0.443809
+0.949248 0.262211 0.448325
+0.980896 0.26862 0.452552
+0.998947 0.274586 0.45655
+0.999924 0.280018 0.459937
+1 0.284749 0.462806
+0 0.136507 0.296254
+0 0.138949 0.301732
+0 0.141115 0.306874
+0 0.143175 0.311925
+0 0.145129 0.317052
+4.57771e-05 0.147082 0.322362
+0.000198367 0.148913 0.327626
+0.000534066 0.151369 0.333852
+0.00105287 0.154574 0.341405
+0.0016022 0.157519 0.348669
+0.00227359 0.160967 0.356374
+0.00350958 0.164996 0.364904
+0.00587472 0.169192 0.375341
+0.0113375 0.174609 0.389364
+0.0259403 0.180224 0.404013
+0.0518044 0.185748 0.419379
+0.107469 0.189258 0.434516
+0.17557 0.189456 0.448035
+0.255406 0.189029 0.459449
+0.349676 0.188876 0.46891
+0.433845 0.202838 0.468223
+0.512612 0.216358 0.466148
+0.583017 0.229603 0.46334
+0.66247 0.234943 0.455299
+0.73637 0.241733 0.450553
+0.806775 0.248966 0.447272
+0.8636 0.256031 0.450095
+0.915862 0.263081 0.453788
+0.960678 0.270008 0.458442
+0.989609 0.276356 0.463172
+0.998596 0.281987 0.467002
+1 0.287266 0.470527
+1 0.291936 0.473304
+0 0.150439 0.318044
+0 0.152621 0.322927
+0 0.155398 0.328252
+0 0.158083 0.33373
+0 0.160937 0.339742
+0 0.164538 0.347051
+3.0518e-05 0.167926 0.354437
+0.000122072 0.171389 0.362249
+0.000228885 0.174441 0.369818
+0.000244144 0.177005 0.377096
+0.000549325 0.1794 0.384115
+0.00149538 0.182437 0.391592
+0.00337224 0.186481 0.400961
+0.00654612 0.191318 0.412497
+0.0175021 0.197299 0.427192
+0.0432593 0.203128 0.442542
+0.0848402 0.208606 0.458061
+0.158511 0.209751 0.47129
+0.244495 0.208896 0.483162
+0.337987 0.209476 0.491066
+0.438117 0.216236 0.490105
+0.516777 0.229206 0.484398
+0.593378 0.240558 0.476753
+0.672969 0.245808 0.468925
+0.748882 0.25185 0.462364
+0.818296 0.258457 0.459022
+0.880186 0.265751 0.459892
+0.929503 0.272862 0.464576
+0.968078 0.279484 0.469413
+0.995438 0.285298 0.474281
+0.998825 0.29015 0.478599
+1 0.294682 0.482444
+1 0.299016 0.486305
+0 0.173617 0.346868
+0 0.176135 0.352499
+0 0.179156 0.358175
+0 0.182773 0.364233
+0 0.186236 0.37055
+0 0.189593 0.377218
+0 0.192935 0.3841
+0 0.196475 0.391653
+0 0.199771 0.398688
+1.5259e-05 0.202716 0.405463
+0.000106813 0.205356 0.412161
+0.000350958 0.207767 0.419272
+0.00117494 0.210742 0.427832
+0.00308232 0.214923 0.437766
+0.007187 0.220813 0.451179
+0.0260624 0.227726 0.467521
+0.0661479 0.233692 0.48368
+0.130175 0.23798 0.499672
+0.221195 0.236271 0.510369
+0.320867 0.235065 0.515587
+0.422202 0.235447 0.515694
+0.514763 0.248447 0.504982
+0.597604 0.257588 0.495415
+0.675654 0.26537 0.486076
+0.757824 0.2692 0.475746
+0.827756 0.274388 0.472496
+0.888823 0.280324 0.473182
+0.941207 0.286168 0.477394
+0.975174 0.291081 0.482612
+0.994675 0.295491 0.487831
+1 0.299626 0.492729
+1 0.303685 0.496635
+1 0.30753 0.500359
+0 0.202457 0.376013
+0 0.205615 0.381918
+0 0.208652 0.387823
+0 0.212284 0.394018
+0 0.216114 0.40029
+0 0.220233 0.407111
+0 0.224079 0.414099
+0 0.228305 0.421637
+0 0.232456 0.429267
+0 0.23595 0.436637
+0 0.239628 0.444678
+4.57771e-05 0.242481 0.45214
+0.00015259 0.244694 0.459113
+0.000640879 0.247471 0.466712
+0.00271611 0.25156 0.475257
+0.00950637 0.257801 0.489158
+0.0449073 0.264332 0.506828
+0.101579 0.26949 0.522774
+0.18352 0.272786 0.535927
+0.2869 0.269093 0.543343
+0.393011 0.269368 0.541817
+0.50074 0.271275 0.533516
+0.585595 0.284718 0.518914
+0.672862 0.291173 0.505821
+0.756527 0.293751 0.495674
+0.831815 0.295766 0.490043
+0.894072 0.29839 0.490028
+0.945998 0.301915 0.492973
+0.981796 0.3066 0.498802
+0.994415 0.31046 0.504067
+1 0.313405 0.508415
+1 0.315572 0.511696
+1 0.317556 0.514717
+0 0.236515 0.402701
+0 0.240452 0.408789
+0 0.244572 0.415518
+0 0.248569 0.422858
+0 0.252598 0.429999
+0 0.256397 0.436377
+0 0.260288 0.442802
+0 0.263966 0.44889
+0 0.267781 0.45452
+0 0.271702 0.4607
+0 0.275441 0.467048
+0 0.278767 0.473274
+0 0.282445 0.4795
+9.15541e-05 0.286015 0.485985
+0.0009308 0.289479 0.494118
+0.00418097 0.293599 0.504738
+0.0178683 0.299626 0.520714
+0.0689403 0.30695 0.539666
+0.143694 0.312322 0.556832
+0.245914 0.313634 0.570581
+0.356619 0.308324 0.568658
+0.465492 0.308492 0.561334
+0.574197 0.313619 0.550027
+0.660502 0.323461 0.534463
+0.745007 0.329427 0.522454
+0.826169 0.33138 0.513726
+0.891493 0.333257 0.51313
+0.942657 0.33489 0.515663
+0.980972 0.335042 0.519295
+0.996262 0.33402 0.522316
+0.999969 0.333013 0.525124
+1 0.332113 0.527703
+1 0.332586 0.530449
+0 0.271092 0.425696
+0 0.274861 0.430884
+0 0.278767 0.436744
+0 0.282628 0.442512
+0 0.286687 0.448508
+0 0.290883 0.454139
+0 0.295109 0.459541
+0 0.299321 0.465034
+0 0.304021 0.471183
+0 0.3084 0.477699
+0 0.312764 0.484276
+0 0.316747 0.490883
+0 0.320775 0.49752
+0 0.323934 0.503594
+0.00015259 0.327123 0.51043
+0.00181582 0.331853 0.519997
+0.00772107 0.337102 0.532204
+0.0389563 0.344244 0.549722
+0.11107 0.352575 0.570367
+0.203433 0.358312 0.587808
+0.310353 0.358068 0.59736
+0.42623 0.354742 0.594125
+0.53579 0.356512 0.583764
+0.640314 0.366125 0.565972
+0.728557 0.37293 0.553719
+0.809384 0.377462 0.5458
+0.883314 0.378546 0.542641
+0.938857 0.376318 0.544884
+0.977127 0.372427 0.546151
+0.99968 0.367453 0.546792
+0.999802 0.364614 0.548608
+1 0.362982 0.550042
+1 0.359915 0.550591
+0 0.305791 0.443259
+0 0.309743 0.447761
+0 0.313878 0.452689
+0 0.318547 0.457877
+0 0.322744 0.463066
+0 0.327047 0.468238
+0 0.331548 0.474037
+0 0.336217 0.480049
+0 0.341894 0.487144
+0 0.346212 0.494194
+0 0.350591 0.500633
+0 0.355123 0.506416
+0 0.359533 0.512184
+0 0.363088 0.517739
+0 0.36701 0.523323
+0.000457771 0.370871 0.53048
+0.004654 0.37644 0.540215
+0.0147402 0.38407 0.553582
+0.0763409 0.393973 0.575616
+0.165545 0.404303 0.602426
+0.271214 0.411368 0.623667
+0.380209 0.408804 0.625757
+0.495125 0.409384 0.617243
+0.607004 0.411826 0.6038
+0.707729 0.422263 0.585901
+0.792859 0.42623 0.578668
+0.866926 0.427939 0.576379
+0.930388 0.427634 0.578347
+0.968307 0.424445 0.579141
+0.991348 0.419608 0.579339
+1 0.412985 0.578637
+0.999985 0.402533 0.575875
+1 0.392508 0.5729
+0 0.342657 0.460121
+0 0.347066 0.465476
+0 0.351675 0.470893
+0 0.356023 0.476295
+0 0.36025 0.481605
+0 0.364874 0.487037
+0 0.369268 0.492287
+0 0.374228 0.498207
+0 0.379736 0.504967
+0 0.384466 0.511452
+0 0.389807 0.517815
+0 0.395209 0.524697
+0 0.399649 0.531411
+0 0.403479 0.537026
+1.5259e-05 0.407126 0.542702
+4.57771e-05 0.41062 0.548348
+0.00135805 0.415839 0.556466
+0.0151369 0.422873 0.567407
+0.0421759 0.431983 0.581735
+0.144289 0.444419 0.604654
+0.243381 0.455085 0.629374
+0.344991 0.463462 0.651286
+0.456565 0.461402 0.651148
+0.569757 0.464729 0.639628
+0.677775 0.469291 0.625864
+0.771496 0.477012 0.616434
+0.847288 0.480323 0.61416
+0.912413 0.481559 0.613428
+0.965286 0.479103 0.61384
+0.987762 0.473655 0.613031
+0.999313 0.466026 0.610712
+1 0.457328 0.607401
+1 0.447578 0.603769
+0 0.3823 0.481239
+0 0.386419 0.486656
+0 0.391592 0.492378
+0 0.396063 0.497917
+0 0.400519 0.503487
+0 0.405173 0.509194
+0 0.409995 0.514778
+0 0.414984 0.5205
+0 0.420417 0.526864
+0 0.426322 0.533501
+0 0.432105 0.540276
+0 0.437583 0.547219
+0 0.442313 0.553689
+0 0.446418 0.558831
+0 0.450431 0.563775
+3.0518e-05 0.454673 0.568612
+0.000106813 0.459007 0.57406
+0.00650034 0.465171 0.58262
+0.041413 0.473487 0.595728
+0.114519 0.485832 0.615503
+0.217151 0.498024 0.640131
+0.320806 0.507912 0.661616
+0.426902 0.515602 0.679286
+0.535714 0.51693 0.674662
+0.643198 0.522148 0.666346
+0.744991 0.528435 0.65658
+0.828626 0.534417 0.651225
+0.898054 0.53579 0.649622
+0.953292 0.535439 0.650156
+0.98584 0.531289 0.649454
+0.996094 0.525795 0.646952
+1 0.517525 0.642771
+1 0.508217 0.637873
+0 0.425238 0.504875
+0 0.429801 0.510323
+0 0.435142 0.516106
+0 0.440314 0.522103
+0 0.445274 0.527947
+0 0.450629 0.533684
+0 0.455741 0.539193
+0 0.461021 0.544945
+0 0.466133 0.550607
+0 0.471901 0.556466
+0 0.47744 0.563088
+0 0.482734 0.570184
+0 0.48777 0.576776
+0 0.492409 0.582284
+0 0.497383 0.587793
+0 0.502098 0.593668
+0.000228885 0.506737 0.599771
+0.00117494 0.511788 0.607584
+0.0308537 0.519966 0.619242
+0.0875257 0.529656 0.63386
+0.182879 0.541665 0.652522
+0.29012 0.553872 0.671824
+0.396017 0.565057 0.689906
+0.502724 0.574304 0.705501
+0.612284 0.577661 0.699107
+0.714748 0.582727 0.692531
+0.810239 0.589532 0.685115
+0.883879 0.592401 0.684321
+0.940291 0.593011 0.684245
+0.981781 0.590921 0.684047
+0.995682 0.585611 0.681544
+0.99968 0.578561 0.677852
+1 0.574044 0.676081
+0 0.472313 0.529625
+0 0.477394 0.535332
+0 0.482734 0.540948
+0 0.48809 0.546563
+0 0.493339 0.552026
+0 0.498726 0.557733
+0 0.503838 0.563394
+0 0.508858 0.569345
+0 0.514305 0.575463
+0 0.519356 0.581552
+0 0.525109 0.588479
+0 0.53077 0.595468
+0 0.536995 0.602747
+0 0.542885 0.609293
+0 0.548424 0.615396
+0 0.553643 0.621668
+0 0.558846 0.628061
+0.00143435 0.563119 0.63473
+0.00926223 0.568872 0.64303
+0.0556802 0.578408 0.655756
+0.13051 0.589426 0.670619
+0.246357 0.602594 0.689021
+0.363317 0.614481 0.705211
+0.473747 0.626047 0.717464
+0.582879 0.634501 0.725338
+0.687907 0.640955 0.721447
+0.78323 0.646311 0.716594
+0.869795 0.650416 0.711345
+0.931609 0.651316 0.712245
+0.972213 0.650782 0.712154
+0.995804 0.648005 0.711192
+0.99884 0.642786 0.708156
+1 0.643275 0.710155
+0 0.521309 0.553109
+0 0.527474 0.559152
+0 0.533776 0.565484
+0 0.539849 0.57171
+0 0.545312 0.577798
+0 0.550958 0.583993
+0 0.556146 0.590311
+0 0.561318 0.596628
+0 0.566537 0.602838
+0 0.571527 0.609171
+0 0.57734 0.615808
+0 0.583139 0.622583
+0 0.590234 0.630457
+0 0.596704 0.637324
+0 0.602625 0.643824
+0 0.608911 0.65066
+0 0.61297 0.657038
+0 0.617777 0.663676
+0.00247196 0.622217 0.670527
+0.0233005 0.630747 0.680476
+0.0884871 0.640986 0.692943
+0.182467 0.65272 0.707088
+0.305409 0.666773 0.721325
+0.427726 0.680125 0.733425
+0.545159 0.692149 0.741802
+0.656535 0.701335 0.742
+0.756313 0.70634 0.736263
+0.846754 0.709239 0.732448
+0.922179 0.711528 0.732723
+0.964935 0.71136 0.734218
+0.990845 0.710567 0.734447
+0.99971 0.708385 0.733913
+0.999908 0.712474 0.738201
+0 0.578912 0.580926
+0 0.584878 0.587213
+0 0.590784 0.593698
+0 0.595712 0.600031
+0 0.601938 0.606775
+0 0.607126 0.613291
+0 0.61239 0.619974
+0 0.618021 0.626795
+0 0.623606 0.633204
+0 0.628733 0.639536
+0 0.634546 0.646006
+0 0.639567 0.652171
+0 0.645808 0.659052
+0 0.652079 0.665614
+0 0.658671 0.67277
+0 0.664744 0.679744
+0 0.669459 0.686427
+0 0.674479 0.692668
+0.00158694 0.680018 0.699275
+0.00596628 0.686564 0.706508
+0.0463569 0.695857 0.716976
+0.117998 0.707347 0.727886
+0.216312 0.72224 0.739086
+0.359411 0.736294 0.749355
+0.490562 0.74757 0.753887
+0.613535 0.756588 0.754238
+0.725582 0.763012 0.747814
+0.819959 0.766903 0.745541
+0.90103 0.769787 0.745129
+0.962264 0.770809 0.749249
+0.986023 0.77052 0.751904
+0.998306 0.772641 0.756054
+0.999924 0.776669 0.760586
+0 0.639902 0.611444
+0 0.645243 0.618097
+0 0.649989 0.624674
+0 0.655604 0.631235
+0 0.661723 0.637949
+0 0.667689 0.644617
+0 0.673884 0.651286
+0 0.679454 0.657786
+0 0.68455 0.664073
+0 0.689632 0.670268
+0 0.694575 0.676387
+0 0.699413 0.682521
+0 0.704585 0.688945
+0 0.710277 0.695476
+0 0.715984 0.702113
+0 0.722683 0.70869
+0 0.729046 0.715053
+0 0.735195 0.721355
+0.000259403 0.740276 0.727138
+0.00503548 0.746227 0.733516
+0.0147707 0.752392 0.740414
+0.0638132 0.76347 0.749264
+0.147143 0.776486 0.758007
+0.268498 0.790021 0.7664
+0.418402 0.798581 0.767987
+0.555016 0.806653 0.764599
+0.681102 0.813443 0.757733
+0.792035 0.819699 0.747372
+0.879713 0.822782 0.748394
+0.94818 0.825666 0.752422
+0.985153 0.826017 0.759304
+0.996246 0.828183 0.763912
+0.998856 0.831174 0.767727
+0 0.70425 0.643183
+0 0.710063 0.65005
+0 0.714702 0.656153
+0 0.720409 0.662715
+0 0.72607 0.669291
+0 0.731517 0.675822
+0 0.736675 0.682475
+0 0.742016 0.688701
+0 0.747433 0.69514
+0 0.752529 0.701411
+0 0.757931 0.7075
+0 0.762875 0.713802
+0 0.767941 0.719738
+0 0.772869 0.725246
+0 0.777707 0.730571
+0 0.784085 0.736614
+0 0.789609 0.742412
+0 0.795377 0.748394
+0 0.799924 0.753445
+0.000762951 0.805127 0.758785
+0.00733959 0.810651 0.764523
+0.0228275 0.818341 0.771191
+0.08925 0.829541 0.778683
+0.187671 0.84004 0.783352
+0.325917 0.849699 0.785458
+0.482292 0.849256 0.772869
+0.626429 0.85182 0.758724
+0.756039 0.857404 0.745769
+0.856626 0.869932 0.740429
+0.931029 0.873518 0.744976
+0.982193 0.875639 0.752834
+0.988083 0.879316 0.756909
+0.988266 0.883787 0.760235
+0 0.768582 0.674464
+0 0.773892 0.680842
+0 0.779278 0.687373
+0 0.784802 0.693996
+0 0.790249 0.700435
+0 0.79443 0.70605
+0 0.799039 0.711772
+0 0.804303 0.717723
+0 0.809552 0.723918
+0 0.814786 0.729839
+0 0.819196 0.735485
+0 0.82359 0.741039
+0 0.827741 0.746517
+0 0.831815 0.751492
+0 0.836133 0.75642
+0 0.841154 0.761944
+0 0.846937 0.767452
+0 0.852476 0.772671
+0 0.856809 0.777813
+0 0.861204 0.782452
+0.00164797 0.866224 0.787533
+0.0106661 0.872129 0.793362
+0.0343633 0.879713 0.799298
+0.122576 0.885512 0.798703
+0.246357 0.887892 0.791745
+0.417121 0.886107 0.775784
+0.567224 0.888212 0.75845
+0.703685 0.89395 0.746822
+0.826932 0.903105 0.739742
+0.915862 0.915953 0.737758
+0.962875 0.922652 0.739788
+0.972992 0.924834 0.74461
+0.971893 0.925017 0.751385
+0 0.825132 0.699596
+0 0.83035 0.705394
+0 0.835706 0.711559
+0 0.841627 0.718318
+0 0.847868 0.724971
+0 0.853712 0.731472
+0 0.858701 0.73753
+0 0.86215 0.743145
+0 0.866087 0.748837
+0 0.86978 0.754482
+0 0.873518 0.760006
+0 0.87744 0.765408
+0 0.881148 0.770825
+0 0.884672 0.775677
+0 0.888823 0.780819
+0 0.893126 0.785504
+0 0.897734 0.790707
+0 0.900236 0.794781
+0 0.901427 0.798886
+0 0.901289 0.802945
+0 0.901106 0.806668
+0.00199893 0.901701 0.810452
+0.0191653 0.902998 0.81297
+0.0961166 0.905364 0.811826
+0.251545 0.903807 0.801312
+0.428031 0.90248 0.787915
+0.589944 0.901106 0.771984
+0.726574 0.904662 0.763241
+0.844312 0.912276 0.755642
+0.942611 0.926665 0.751385
+0.961089 0.929931 0.755444
+0.967285 0.930755 0.7617
+0.966079 0.930037 0.768521
+0 0.876753 0.718898
+0 0.882643 0.725933
+0 0.888762 0.733425
+0 0.895171 0.741421
+0 0.899611 0.747677
+0 0.903746 0.753445
+0 0.906096 0.759243
+0 0.90515 0.764889
+0 0.904356 0.769543
+0 0.903609 0.774502
+0 0.90277 0.779232
+0 0.902083 0.78381
+0 0.901427 0.788373
+0 0.900923 0.792203
+0 0.900435 0.796445
+0 0.900053 0.799985
+0 0.900526 0.803754
+0 0.902831 0.807782
+0 0.902632 0.811887
+0 0.901884 0.815793
+0 0.900938 0.819425
+0 0.901259 0.822995
+0.0411383 0.903288 0.824628
+0.126116 0.906767 0.824872
+0.309255 0.907698 0.816815
+0.479561 0.907073 0.805219
+0.634775 0.90576 0.792523
+0.766781 0.906966 0.780179
+0.875074 0.91751 0.774411
+0.949233 0.927016 0.773739
+0.962173 0.928649 0.778973
+0.962921 0.928206 0.786007
+0.961685 0.927489 0.79292
+0 0.912657 0.740841
+0 0.913863 0.748074
+0 0.912886 0.752987
+0 0.912001 0.757961
+0 0.911238 0.762875
+0 0.910399 0.768002
+0 0.909636 0.773404
+0 0.908507 0.778576
+0 0.90692 0.783383
+0 0.905318 0.788159
+0 0.903731 0.792752
+0 0.902022 0.796918
+0 0.899611 0.800702
+0 0.897444 0.804242
+0 0.895384 0.807858
+0 0.894652 0.811261
+0 0.895552 0.81503
+0 0.896834 0.819272
+0 0.8963 0.823606
+0 0.89543 0.827436
+0 0.895048 0.831174
+0 0.89575 0.834867
+0.0687419 0.901045 0.83827
+0.195254 0.906416 0.839033
+0.376532 0.91162 0.83714
+0.53875 0.907942 0.823041
+0.682551 0.907561 0.810468
+0.808774 0.910491 0.800595
+0.910811 0.921828 0.796384
+0.95082 0.925795 0.798321
+0.95967 0.926329 0.804074
+0.958373 0.925551 0.811337
+0.957122 0.924834 0.818158
+0.00166323 0.0710002 0.165957
+0.00170901 0.0720989 0.168612
+0.00181582 0.073228 0.171374
+0.00213626 0.0745098 0.174578
+0.00244144 0.0758068 0.177768
+0.00276188 0.0774243 0.181628
+0.00311284 0.0791638 0.185565
+0.00350958 0.0809186 0.189609
+0.00422675 0.082887 0.194232
+0.00535592 0.0851453 0.199466
+0.00665293 0.0873579 0.205035
+0.00900282 0.089601 0.212085
+0.0125429 0.0923934 0.219852
+0.0175937 0.0952926 0.226825
+0.0266575 0.0981155 0.233753
+0.0453956 0.100816 0.242527
+0.0702525 0.103761 0.253437
+0.102022 0.106432 0.265446
+0.139635 0.107576 0.279744
+0.187869 0.109056 0.293614
+0.241749 0.111818 0.306172
+0.300786 0.118898 0.315221
+0.355367 0.129854 0.320455
+0.410513 0.141787 0.324727
+0.467231 0.152743 0.329229
+0.530419 0.160784 0.333333
+0.593515 0.168765 0.338567
+0.655085 0.177874 0.346136
+0.712032 0.186328 0.352667
+0.766979 0.193744 0.358206
+0.820066 0.200015 0.362493
+0.870344 0.206149 0.365621
+0.918593 0.212589 0.369238
+0.00173953 0.0740826 0.1729
+0.00180056 0.0751965 0.17554
+0.00196841 0.0764935 0.178668
+0.00227359 0.0781415 0.182727
+0.00257877 0.0798047 0.18674
+0.0028687 0.0814374 0.190646
+0.00317388 0.0831159 0.194614
+0.00361639 0.0848554 0.198795
+0.00437934 0.0868696 0.203723
+0.00543221 0.0889906 0.209125
+0.00662242 0.0911116 0.214969
+0.00924697 0.0933547 0.222278
+0.012604 0.0964218 0.229664
+0.0187686 0.0995193 0.23682
+0.0285039 0.102602 0.244526
+0.0462196 0.106035 0.254856
+0.0750134 0.109041 0.266285
+0.108934 0.111299 0.279103
+0.146365 0.112337 0.29308
+0.198505 0.113329 0.307164
+0.255055 0.117281 0.318761
+0.315862 0.123903 0.32813
+0.371176 0.136614 0.331991
+0.42768 0.148531 0.335821
+0.485725 0.159258 0.339559
+0.552041 0.166278 0.342199
+0.615671 0.175341 0.349004
+0.676738 0.184436 0.356069
+0.734035 0.193027 0.362478
+0.787243 0.199649 0.36701
+0.839002 0.206027 0.371054
+0.889113 0.212253 0.374731
+0.936217 0.218753 0.378561
+0.00183108 0.0774701 0.180423
+0.00189212 0.0789349 0.183917
+0.00210575 0.0805524 0.187823
+0.00238041 0.0821698 0.191775
+0.00262455 0.083772 0.195697
+0.0028687 0.08542 0.199664
+0.00318914 0.0870832 0.203723
+0.00369268 0.0888991 0.208179
+0.00450141 0.090898 0.213397
+0.00549325 0.0929274 0.219089
+0.00695811 0.0951858 0.22536
+0.00949111 0.0977646 0.232578
+0.0127108 0.101076 0.240238
+0.0190738 0.104295 0.2477
+0.0304875 0.107698 0.256687
+0.0478828 0.111376 0.267491
+0.079469 0.114519 0.27921
+0.11516 0.116152 0.292607
+0.157259 0.117021 0.306493
+0.207233 0.117357 0.320912
+0.270039 0.121965 0.332326
+0.330602 0.130526 0.339864
+0.388388 0.143557 0.343496
+0.44416 0.155795 0.34757
+0.506218 0.165362 0.35079
+0.571817 0.173495 0.354253
+0.636484 0.182162 0.359777
+0.697643 0.19086 0.365667
+0.755383 0.199207 0.371603
+0.807431 0.205722 0.37583
+0.857908 0.212161 0.380072
+0.907225 0.218631 0.384375
+0.954177 0.224948 0.388083
+0.00189212 0.0815442 0.189563
+0.0019379 0.082948 0.192905
+0.00216678 0.084596 0.196918
+0.00239567 0.086183 0.200793
+0.00260929 0.0877699 0.204654
+0.00285344 0.0894789 0.208789
+0.00320439 0.0911574 0.212955
+0.00375372 0.0931106 0.217914
+0.00456245 0.0952621 0.223575
+0.00552377 0.0974441 0.229358
+0.00723278 0.0997787 0.235874
+0.00978103 0.102586 0.243229
+0.0133364 0.105852 0.251194
+0.0186618 0.109285 0.259022
+0.0305638 0.1131 0.269261
+0.0522469 0.116747 0.280491
+0.0838788 0.119921 0.292622
+0.121431 0.12105 0.306035
+0.166934 0.121416 0.320226
+0.220157 0.122652 0.33431
+0.284703 0.126528 0.347005
+0.344778 0.137774 0.352453
+0.403845 0.150118 0.356832
+0.460563 0.163348 0.36022
+0.526116 0.172183 0.362799
+0.591928 0.180728 0.366049
+0.659113 0.188495 0.369039
+0.719707 0.197467 0.37525
+0.775738 0.205203 0.380392
+0.827253 0.211978 0.384802
+0.877119 0.218509 0.389685
+0.924987 0.224887 0.393957
+0.967407 0.231128 0.397482
+0.00187686 0.0855879 0.198535
+0.0019379 0.0870527 0.201984
+0.00215152 0.088716 0.206012
+0.00238041 0.0903029 0.209873
+0.00260929 0.0919966 0.213993
+0.00283818 0.0938125 0.218418
+0.00318914 0.0956893 0.223087
+0.00375372 0.0977951 0.228443
+0.00457771 0.0999771 0.23415
+0.00552377 0.102068 0.239704
+0.00735485 0.104509 0.246448
+0.00976577 0.107469 0.254185
+0.0135348 0.110857 0.262547
+0.0193484 0.114519 0.271305
+0.0290379 0.118608 0.281849
+0.0559243 0.122271 0.293767
+0.0890211 0.124956 0.306523
+0.127108 0.126421 0.319524
+0.174716 0.126833 0.3346
+0.233356 0.128923 0.34873
+0.296223 0.133379 0.360693
+0.360067 0.14435 0.366323
+0.419776 0.157397 0.370016
+0.480079 0.170047 0.372473
+0.544808 0.179782 0.374655
+0.613565 0.187366 0.376059
+0.680461 0.195087 0.378683
+0.743404 0.204349 0.38471
+0.795621 0.211475 0.389288
+0.846571 0.218326 0.394095
+0.896513 0.224994 0.399207
+0.943389 0.231357 0.402747
+0.977661 0.237644 0.405646
+0.00181582 0.0897688 0.207645
+0.00192264 0.0913558 0.211398
+0.00213626 0.0930495 0.215488
+0.00231937 0.0948806 0.219959
+0.00254826 0.0967422 0.224521
+0.00282292 0.0986343 0.22916
+0.00321965 0.100572 0.233951
+0.00384527 0.102663 0.239261
+0.00463874 0.104814 0.244785
+0.00561532 0.106935 0.250187
+0.00730907 0.109483 0.257084
+0.00943008 0.112322 0.265217
+0.0131838 0.11606 0.274327
+0.0195621 0.120058 0.284474
+0.03093 0.124071 0.295369
+0.0572366 0.127993 0.307271
+0.0926375 0.130465 0.32015
+0.134417 0.132021 0.334035
+0.181292 0.132753 0.349172
+0.244831 0.134524 0.363912
+0.309529 0.140749 0.373861
+0.376761 0.150423 0.380194
+0.43624 0.165209 0.382528
+0.499199 0.17731 0.384573
+0.564279 0.187289 0.385809
+0.636194 0.193286 0.384176
+0.702449 0.201999 0.388556
+0.76289 0.210575 0.393591
+0.814847 0.217746 0.397894
+0.865522 0.224643 0.403006
+0.914733 0.231373 0.407431
+0.961242 0.23801 0.411093
+0.987335 0.244236 0.413931
+0.00173953 0.0941939 0.217258
+0.00187686 0.0960555 0.221714
+0.00205997 0.0979324 0.22623
+0.00225834 0.099794 0.230732
+0.00248722 0.101701 0.23534
+0.0027924 0.103624 0.240024
+0.00325017 0.105653 0.244953
+0.00387579 0.107759 0.250095
+0.00463874 0.109972 0.25536
+0.00567636 0.112337 0.261219
+0.00715648 0.114885 0.268833
+0.00910964 0.117647 0.277501
+0.0128481 0.121675 0.287739
+0.0191043 0.125719 0.298344
+0.0339818 0.129763 0.309117
+0.0574197 0.133761 0.320516
+0.0958267 0.136522 0.334035
+0.140826 0.137942 0.34876
+0.193149 0.138979 0.364019
+0.254002 0.139788 0.379934
+0.3252 0.14696 0.388296
+0.392096 0.157961 0.393576
+0.453986 0.173465 0.394934
+0.51635 0.185245 0.396628
+0.584833 0.193851 0.396353
+0.656245 0.200244 0.39527
+0.722927 0.209094 0.398993
+0.781048 0.216892 0.40267
+0.834119 0.224201 0.406867
+0.884916 0.231235 0.411933
+0.93228 0.23801 0.415854
+0.971832 0.244678 0.419394
+0.996567 0.250843 0.422385
+0.00161746 0.0991684 0.228077
+0.00181582 0.101076 0.2327
+0.00198367 0.102968 0.23714
+0.00216678 0.104936 0.241733
+0.00239567 0.106905 0.246342
+0.00271611 0.108919 0.251026
+0.00318914 0.11104 0.255879
+0.00378424 0.113252 0.26099
+0.00442512 0.115602 0.267185
+0.00538643 0.117952 0.274144
+0.00675975 0.120394 0.28191
+0.00906386 0.123415 0.290913
+0.0128634 0.127321 0.301427
+0.0179141 0.131456 0.311788
+0.0337224 0.135775 0.322286
+0.0605325 0.13962 0.334386
+0.0988785 0.142916 0.348623
+0.146242 0.144244 0.363439
+0.202457 0.144839 0.379309
+0.266178 0.146761 0.393973
+0.340719 0.152514 0.403647
+0.405875 0.166613 0.406394
+0.470161 0.180789 0.407965
+0.532708 0.193896 0.409171
+0.604623 0.200549 0.407477
+0.675669 0.207843 0.407156
+0.745083 0.215747 0.407797
+0.800092 0.223484 0.411627
+0.853284 0.230884 0.415976
+0.903639 0.238025 0.420691
+0.94966 0.244923 0.424582
+0.981064 0.25127 0.427817
+0.999969 0.257237 0.430991
+0.00151064 0.104524 0.239353
+0.00167849 0.106447 0.243854
+0.00184634 0.108385 0.248325
+0.00201419 0.110399 0.252857
+0.00221256 0.112413 0.257298
+0.00248722 0.114534 0.262303
+0.00288396 0.116793 0.267903
+0.00340276 0.119097 0.273945
+0.00401312 0.121401 0.2804
+0.0049897 0.123659 0.287449
+0.00637827 0.125994 0.295277
+0.00872816 0.129152 0.304616
+0.0123598 0.133196 0.315084
+0.0185702 0.137453 0.325032
+0.0312047 0.141939 0.335103
+0.0628519 0.146105 0.349142
+0.102983 0.149233 0.363867
+0.151278 0.15111 0.3785
+0.209522 0.151507 0.395254
+0.278798 0.154528 0.408331
+0.351492 0.160708 0.417762
+0.420478 0.174807 0.419516
+0.485954 0.188907 0.420996
+0.552239 0.200992 0.420996
+0.624109 0.207721 0.418997
+0.696574 0.215015 0.41738
+0.76321 0.222354 0.417014
+0.8206 0.230488 0.420417
+0.871992 0.237797 0.425101
+0.920775 0.244923 0.429343
+0.965469 0.25182 0.433402
+0.990021 0.257939 0.43679
+1 0.263722 0.440528
+0.00129702 0.110231 0.250782
+0.00143435 0.11223 0.255268
+0.00157168 0.11426 0.25977
+0.00164797 0.116304 0.264744
+0.00177005 0.118379 0.269856
+0.00201419 0.120577 0.275303
+0.00242618 0.122911 0.281209
+0.00297551 0.125231 0.287526
+0.00370794 0.127535 0.294286
+0.00469978 0.129702 0.301457
+0.0059205 0.131746 0.309117
+0.00808728 0.134874 0.318181
+0.0112612 0.139178 0.328267
+0.0184939 0.143832 0.338811
+0.0320439 0.148623 0.350927
+0.0611429 0.153262 0.365576
+0.10515 0.156207 0.379736
+0.157443 0.158007 0.394614
+0.215274 0.158755 0.410956
+0.289662 0.161318 0.423606
+0.363149 0.169741 0.430518
+0.437125 0.182406 0.433234
+0.50161 0.197787 0.434012
+0.570901 0.20795 0.433097
+0.642786 0.215351 0.430823
+0.718624 0.221576 0.425391
+0.78143 0.22945 0.426535
+0.83827 0.237507 0.429938
+0.890303 0.244938 0.434318
+0.93695 0.251896 0.438499
+0.974136 0.258534 0.442557
+0.998886 0.264881 0.446708
+1 0.270359 0.450553
+0.0009308 0.116243 0.263005
+0.000961318 0.118227 0.267857
+0.0010071 0.120256 0.272847
+0.00105287 0.122332 0.277882
+0.0011902 0.124498 0.28304
+0.00148013 0.126848 0.288624
+0.00196841 0.129198 0.294667
+0.00260929 0.131533 0.301366
+0.00343328 0.133593 0.308186
+0.00440986 0.135515 0.315389
+0.00560006 0.137819 0.323217
+0.00733959 0.141085 0.331807
+0.0101778 0.1458 0.342229
+0.0172274 0.150652 0.354177
+0.0332036 0.155489 0.367208
+0.0590829 0.160235 0.381231
+0.106813 0.163439 0.394873
+0.161791 0.165301 0.410574
+0.225101 0.16672 0.425788
+0.29691 0.167544 0.439536
+0.376806 0.177554 0.444114
+0.450904 0.190448 0.446571
+0.517494 0.206989 0.44715
+0.587839 0.215335 0.445533
+0.661463 0.222553 0.441382
+0.7355 0.228763 0.43621
+0.798184 0.237018 0.437095
+0.854704 0.244617 0.439658
+0.906996 0.251896 0.443336
+0.953094 0.258885 0.447822
+0.982971 0.265415 0.452277
+1 0.271504 0.456519
+1 0.276982 0.460563
+0.000350958 0.122301 0.276539
+0.000381476 0.124346 0.281559
+0.000381476 0.126406 0.286564
+0.000427253 0.128481 0.291493
+0.000595102 0.130739 0.296757
+0.000946059 0.133135 0.302205
+0.00149538 0.135439 0.308431
+0.0021973 0.137484 0.315251
+0.00294499 0.139712 0.322972
+0.00384527 0.142061 0.330648
+0.00492866 0.144808 0.338293
+0.0065919 0.148348 0.34667
+0.00968948 0.152819 0.356954
+0.0145571 0.157641 0.368872
+0.0300908 0.162524 0.382269
+0.0596323 0.167071 0.396185
+0.104479 0.171084 0.410346
+0.164294 0.17322 0.426246
+0.231144 0.173953 0.441444
+0.305699 0.175921 0.453208
+0.392203 0.183474 0.459342
+0.463554 0.199054 0.460517
+0.533608 0.213107 0.459953
+0.602777 0.223621 0.458488
+0.678767 0.229648 0.452094
+0.750103 0.2365 0.447929
+0.817105 0.244343 0.445823
+0.872419 0.251682 0.448859
+0.922683 0.258854 0.452644
+0.966308 0.26598 0.457435
+0.992035 0.27248 0.462364
+1 0.278248 0.466621
+1 0.283589 0.470542
+3.0518e-05 0.128618 0.2907
+4.57771e-05 0.130678 0.295674
+6.10361e-05 0.132692 0.300603
+9.15541e-05 0.134722 0.305577
+0.000198367 0.136797 0.310719
+0.000457771 0.139208 0.317113
+0.0009308 0.141543 0.324041
+0.0015259 0.143923 0.331273
+0.00224308 0.146593 0.338857
+0.0031281 0.149264 0.346319
+0.0040589 0.152132 0.353429
+0.00563058 0.155718 0.361593
+0.0084535 0.160189 0.372137
+0.013611 0.164828 0.38381
+0.0240635 0.169726 0.397482
+0.0566262 0.174594 0.411475
+0.103929 0.178622 0.426444
+0.16492 0.181506 0.442206
+0.234516 0.181064 0.457496
+0.317159 0.184527 0.468315
+0.40238 0.191455 0.474907
+0.477714 0.20766 0.474311
+0.547936 0.220508 0.47306
+0.618692 0.230915 0.469551
+0.695888 0.236774 0.462669
+0.767437 0.244007 0.457801
+0.833326 0.251347 0.455543
+0.890959 0.258824 0.457832
+0.938811 0.266224 0.462547
+0.975265 0.273213 0.467658
+0.999847 0.279576 0.473442
+0.999954 0.285084 0.478126
+1 0.290196 0.482719
+0 0.135485 0.305699
+0 0.137423 0.310658
+0 0.139269 0.315633
+1.5259e-05 0.141558 0.321492
+4.57771e-05 0.143908 0.32752
+0.00015259 0.146441 0.334096
+0.000381476 0.148989 0.340749
+0.00077821 0.151598 0.347677
+0.00141909 0.154421 0.355123
+0.00228885 0.157321 0.362478
+0.00302129 0.160281 0.369512
+0.00427253 0.164172 0.378225
+0.00666819 0.168582 0.3888
+0.011429 0.173404 0.401389
+0.0217288 0.178668 0.415366
+0.0482948 0.184192 0.429938
+0.100328 0.188174 0.444984
+0.163088 0.190402 0.459815
+0.234394 0.190738 0.47425
+0.324651 0.192203 0.484764
+0.409522 0.201083 0.489052
+0.492119 0.214893 0.488502
+0.560204 0.229191 0.48603
+0.634318 0.238117 0.480644
+0.710994 0.244587 0.473976
+0.78677 0.251316 0.466041
+0.850004 0.258762 0.465568
+0.905821 0.266239 0.468132
+0.954086 0.27364 0.473564
+0.983688 0.280171 0.479683
+0.999481 0.286336 0.48574
+0.999985 0.292042 0.490959
+1 0.296849 0.495644
+0 0.143145 0.322316
+0 0.145769 0.327932
+0 0.148486 0.333822
+0 0.151156 0.339696
+0 0.153994 0.346029
+1.5259e-05 0.156878 0.352667
+9.15541e-05 0.15964 0.359518
+0.000259403 0.162509 0.366918
+0.000579843 0.165423 0.374533
+0.00103761 0.1682 0.3823
+0.00166323 0.171466 0.390539
+0.00268559 0.175143 0.399222
+0.00445563 0.179187 0.409232
+0.00808728 0.184421 0.422095
+0.0191501 0.189853 0.435782
+0.0401617 0.19556 0.450782
+0.0894636 0.200107 0.464775
+0.15729 0.202075 0.478294
+0.236255 0.202838 0.491478
+0.323156 0.20148 0.504341
+0.41796 0.210651 0.505455
+0.501305 0.22298 0.503822
+0.571832 0.239307 0.498665
+0.648096 0.246342 0.492912
+0.725155 0.253086 0.485206
+0.801099 0.259373 0.477333
+0.864134 0.266545 0.476463
+0.918868 0.273808 0.479591
+0.964294 0.280934 0.485039
+0.992294 0.287648 0.492378
+0.999176 0.293568 0.498421
+1 0.298955 0.503899
+1 0.303838 0.509361
+0 0.155642 0.342672
+0 0.15906 0.349233
+0 0.16257 0.355871
+0 0.165774 0.362402
+0 0.168933 0.369162
+0 0.171756 0.376104
+0 0.174563 0.383291
+3.0518e-05 0.177279 0.391073
+0.000106813 0.180346 0.399741
+0.000122072 0.183093 0.407813
+0.000396735 0.185824 0.415412
+0.00115969 0.189746 0.423545
+0.00254826 0.194049 0.432959
+0.00479133 0.198734 0.443885
+0.0120394 0.204654 0.458213
+0.0337224 0.210803 0.473091
+0.0709087 0.216754 0.488411
+0.143816 0.219806 0.502174
+0.22681 0.219333 0.515053
+0.319158 0.218845 0.524315
+0.422507 0.219821 0.527367
+0.503883 0.234638 0.520424
+0.583459 0.247608 0.51252
+0.658412 0.256336 0.506249
+0.737667 0.262333 0.496376
+0.810651 0.268879 0.490227
+0.878614 0.275654 0.486824
+0.932342 0.282734 0.491066
+0.971572 0.289555 0.49749
+0.996918 0.295964 0.505348
+0.999298 0.301213 0.511498
+1 0.306172 0.517571
+1 0.310796 0.523049
+0 0.176623 0.37203
+0 0.178927 0.37763
+0 0.182025 0.383413
+0 0.185183 0.389502
+0 0.188373 0.396201
+0 0.192218 0.404074
+0 0.196078 0.412207
+0 0.199924 0.420813
+0 0.20354 0.429053
+0 0.206867 0.436683
+6.10361e-05 0.209873 0.444358
+0.000183108 0.212375 0.452155
+0.000762951 0.2159 0.460761
+0.002121 0.219913 0.470146
+0.00477607 0.225284 0.482551
+0.0198825 0.232212 0.498177
+0.0577554 0.23827 0.514214
+0.117662 0.243473 0.530556
+0.205707 0.243565 0.540719
+0.303304 0.241474 0.547646
+0.402609 0.24152 0.550042
+0.504173 0.251148 0.541695
+0.585168 0.26302 0.532204
+0.662287 0.273777 0.521492
+0.74435 0.277958 0.510536
+0.819516 0.282689 0.503349
+0.887098 0.287968 0.500282
+0.946136 0.293904 0.502907
+0.978698 0.300191 0.511482
+0.995956 0.305715 0.519203
+1 0.310491 0.526787
+1 0.314992 0.533181
+1 0.319005 0.538293
+0 0.203067 0.401999
+0 0.205753 0.407691
+0 0.208515 0.413993
+0 0.212787 0.421332
+0 0.217288 0.42916
+0 0.221653 0.436973
+0 0.225696 0.444724
+0 0.229847 0.452659
+0 0.233875 0.460517
+0 0.237217 0.467948
+0 0.24036 0.475761
+1.5259e-05 0.242832 0.483055
+4.57771e-05 0.244984 0.489632
+0.000381476 0.248432 0.496803
+0.00205997 0.253346 0.506142
+0.00701915 0.259648 0.520607
+0.0367437 0.266911 0.538643
+0.0895094 0.272847 0.554391
+0.168719 0.277455 0.567422
+0.270726 0.274983 0.575311
+0.377844 0.272953 0.574899
+0.484642 0.271901 0.568399
+0.575845 0.286366 0.553597
+0.662226 0.293751 0.540871
+0.743908 0.297871 0.529213
+0.826917 0.299138 0.517433
+0.894591 0.303014 0.515892
+0.947662 0.309224 0.520623
+0.983825 0.315801 0.529931
+0.994919 0.31989 0.537408
+1 0.323247 0.544045
+1 0.32575 0.549523
+1 0.328313 0.55378
+0 0.236576 0.433997
+0 0.240864 0.440864
+0 0.244556 0.447623
+0 0.248402 0.455039
+0 0.252247 0.461097
+0 0.256199 0.467033
+0 0.260395 0.47306
+0 0.264347 0.479011
+0 0.26836 0.485435
+0 0.272435 0.49218
+0 0.27686 0.499596
+0 0.280827 0.507179
+0 0.284596 0.514321
+3.0518e-05 0.288029 0.521614
+0.000503548 0.291524 0.530312
+0.00308232 0.295598 0.541039
+0.0118257 0.301595 0.556374
+0.0587472 0.309041 0.574578
+0.131075 0.314458 0.590097
+0.231846 0.31754 0.603265
+0.341268 0.310109 0.601465
+0.45069 0.308873 0.594675
+0.559655 0.311192 0.584527
+0.646143 0.324697 0.568841
+0.733562 0.33193 0.555108
+0.816464 0.335302 0.545495
+0.888747 0.337346 0.54316
+0.942184 0.339086 0.546578
+0.981201 0.340154 0.551583
+0.996933 0.340536 0.557565
+0.999969 0.340887 0.562722
+1 0.341985 0.567468
+1 0.343343 0.571176
+0 0.272038 0.457877
+0 0.275929 0.462913
+0 0.280156 0.468421
+0 0.284138 0.474098
+0 0.288869 0.480323
+0 0.292927 0.485969
+0 0.297475 0.491646
+0 0.301762 0.497642
+0 0.306813 0.505089
+0 0.31162 0.512825
+0 0.315984 0.520485
+0 0.320104 0.527886
+0 0.323888 0.535088
+0 0.327016 0.541863
+7.62951e-05 0.329915 0.549157
+0.000732433 0.333913 0.557992
+0.00552377 0.338338 0.568597
+0.0264744 0.345022 0.583658
+0.0961013 0.354238 0.604456
+0.186679 0.360388 0.621805
+0.296803 0.361257 0.633005
+0.409918 0.355886 0.629511
+0.519402 0.356329 0.618662
+0.627604 0.362936 0.602609
+0.71574 0.372961 0.588266
+0.798627 0.378729 0.579385
+0.877058 0.379416 0.575296
+0.938491 0.378134 0.577585
+0.977935 0.375937 0.580896
+0.999619 0.373556 0.584878
+0.999695 0.37319 0.588632
+1 0.371649 0.59086
+1 0.368109 0.591272
+0 0.308095 0.475013
+0 0.312383 0.479942
+0 0.316762 0.48513
+0 0.321401 0.490654
+0 0.325917 0.496025
+0 0.330648 0.50219
+0 0.335195 0.508568
+0 0.340154 0.514946
+0 0.345617 0.522576
+0 0.350179 0.529686
+0 0.354818 0.536294
+0 0.359274 0.542611
+0 0.363424 0.548562
+0 0.367163 0.554055
+0 0.370901 0.559197
+6.10361e-05 0.375082 0.56556
+0.00233463 0.380346 0.575235
+0.0112764 0.386801 0.58938
+0.0572213 0.395712 0.609873
+0.148363 0.406378 0.638132
+0.256809 0.41326 0.659648
+0.364767 0.411276 0.662867
+0.478721 0.408682 0.655146
+0.589899 0.409445 0.642054
+0.693614 0.419303 0.624735
+0.779629 0.42501 0.616129
+0.857466 0.429084 0.611475
+0.929061 0.429892 0.611139
+0.968444 0.428107 0.613825
+0.991089 0.423682 0.615076
+1 0.415564 0.615137
+0.999985 0.406226 0.614496
+1 0.39942 0.613687
+0 0.345434 0.492042
+0 0.349767 0.497093
+0 0.354223 0.502586
+0 0.358816 0.508247
+0 0.363409 0.513893
+0 0.368124 0.519295
+0 0.372778 0.52459
+0 0.37789 0.530999
+0 0.383337 0.538125
+0 0.388571 0.544762
+0 0.39382 0.55111
+0 0.398474 0.557397
+0 0.40293 0.563912
+0 0.406867 0.569894
+0 0.410529 0.575555
+0 0.414023 0.581323
+0.000427253 0.418952 0.589273
+0.00863661 0.425727 0.600183
+0.0280613 0.43418 0.615137
+0.12575 0.446128 0.639811
+0.224292 0.457328 0.667369
+0.328664 0.464958 0.690288
+0.43917 0.462608 0.691081
+0.55227 0.463539 0.681224
+0.66006 0.466453 0.668971
+0.757259 0.475746 0.656336
+0.838972 0.480629 0.65095
+0.908141 0.48336 0.648722
+0.964721 0.482353 0.650065
+0.987533 0.477089 0.651026
+0.999161 0.470726 0.650889
+1 0.463737 0.649439
+1 0.454948 0.647028
+0 0.384131 0.511894
+0 0.388876 0.517449
+0 0.393774 0.523156
+0 0.39826 0.52871
+0 0.402838 0.534218
+0 0.407492 0.539757
+0 0.412024 0.545205
+0 0.416907 0.551125
+0 0.422812 0.557504
+0 0.428992 0.563958
+0 0.434119 0.570336
+0 0.439353 0.577279
+0 0.444221 0.584543
+0 0.448768 0.590326
+0 0.452598 0.595483
+0 0.456794 0.600687
+1.5259e-05 0.461112 0.606378
+0.00280766 0.466758 0.615442
+0.0332494 0.475807 0.630106
+0.0941634 0.488167 0.651362
+0.198566 0.499687 0.676234
+0.302159 0.50927 0.699916
+0.407095 0.516854 0.719524
+0.515572 0.516564 0.717952
+0.624735 0.520287 0.709987
+0.728923 0.525185 0.699153
+0.819303 0.533028 0.689693
+0.891936 0.536645 0.687739
+0.94963 0.53782 0.687922
+0.985351 0.535744 0.689937
+0.995682 0.530632 0.689006
+1 0.523568 0.686824
+1 0.514565 0.682841
+0 0.426154 0.534783
+0 0.431189 0.540307
+0 0.436118 0.5458
+0 0.441245 0.5514
+0 0.446143 0.556802
+0 0.451194 0.562387
+0 0.456199 0.567803
+0 0.461738 0.573434
+0 0.467308 0.579309
+0 0.472557 0.58558
+0 0.477836 0.592798
+0 0.483207 0.600565
+0 0.488624 0.608072
+0 0.493629 0.614328
+0 0.498573 0.620172
+0 0.503029 0.625528
+7.62951e-05 0.507332 0.631647
+0.000228885 0.512001 0.638834
+0.0232853 0.519951 0.650339
+0.0755322 0.529717 0.665354
+0.166506 0.541985 0.684947
+0.27277 0.554192 0.708873
+0.379812 0.564721 0.73019
+0.485832 0.573175 0.747478
+0.594049 0.574975 0.743404
+0.698207 0.579477 0.736553
+0.797299 0.58526 0.727779
+0.876616 0.59115 0.723217
+0.936294 0.593668 0.722927
+0.979782 0.593774 0.7243
+0.995621 0.589853 0.724086
+0.999481 0.583261 0.721431
+1 0.579644 0.720714
+0 0.471794 0.558618
+0 0.477134 0.564187
+0 0.482078 0.569818
+0 0.487419 0.575692
+0 0.492805 0.581689
+0 0.498482 0.587793
+0 0.503365 0.593545
+0 0.50869 0.599741
+0 0.513893 0.605753
+0 0.518914 0.611887
+0 0.524712 0.619257
+0 0.530495 0.627192
+0 0.53669 0.635004
+0 0.54229 0.641764
+0 0.547662 0.648051
+0 0.552361 0.654215
+0 0.556924 0.660502
+0.00120546 0.561761 0.667506
+0.00561532 0.5673 0.675746
+0.051957 0.576471 0.688655
+0.126543 0.587152 0.704402
+0.242466 0.599756 0.72398
+0.353445 0.612299 0.741772
+0.460761 0.622766 0.757183
+0.566155 0.631159 0.770367
+0.67155 0.635813 0.766644
+0.769924 0.641382 0.760952
+0.861418 0.6477 0.752926
+0.92813 0.650721 0.752789
+0.970291 0.651041 0.752667
+0.994965 0.649287 0.752712
+0.998779 0.644648 0.750683
+1 0.64625 0.753262
+0 0.519814 0.584298
+0 0.525505 0.590433
+0 0.531258 0.596689
+0 0.536889 0.60293
+0 0.542489 0.609247
+0 0.548196 0.615671
+0 0.553277 0.622034
+0 0.558663 0.628611
+0 0.564111 0.635401
+0 0.569253 0.642084
+0 0.574563 0.649195
+0 0.580499 0.656672
+0 0.586923 0.664073
+0 0.592966 0.670588
+0 0.598657 0.676951
+0 0.604059 0.683696
+0 0.608835 0.69015
+0 0.613672 0.697078
+0.0033875 0.61857 0.704295
+0.0241398 0.625727 0.713863
+0.0951247 0.635767 0.726879
+0.190875 0.64741 0.74081
+0.307347 0.660166 0.756268
+0.426612 0.672511 0.772107
+0.540154 0.684245 0.784848
+0.64593 0.695064 0.791562
+0.746349 0.700557 0.78584
+0.8374 0.704875 0.78114
+0.917372 0.708873 0.7776
+0.962783 0.710185 0.777981
+0.989776 0.710002 0.777798
+0.999557 0.708064 0.777371
+0.999863 0.712215 0.781933
+0 0.572229 0.612238
+0 0.57818 0.619104
+0 0.5841 0.625788
+0 0.589883 0.6327
+0 0.595621 0.639155
+0 0.601114 0.645716
+0 0.606622 0.652247
+0 0.611582 0.658701
+0 0.616205 0.66511
+0 0.620966 0.671229
+0 0.626642 0.677836
+0 0.632288 0.684413
+0 0.638804 0.691615
+0 0.645487 0.698634
+0 0.651667 0.705592
+0 0.65771 0.71281
+0 0.66302 0.719676
+0 0.667842 0.726162
+0.00257877 0.672358 0.732967
+0.0109255 0.677836 0.740017
+0.0564126 0.685649 0.749233
+0.133074 0.696086 0.760616
+0.235935 0.708949 0.773754
+0.373404 0.724208 0.78854
+0.495888 0.738094 0.79942
+0.609369 0.749798 0.80618
+0.716655 0.757702 0.8047
+0.811292 0.762325 0.800092
+0.893263 0.766506 0.796384
+0.958938 0.76907 0.797009
+0.984115 0.768414 0.798123
+0.997803 0.770275 0.800702
+1 0.773693 0.805142
+0 0.629633 0.643244
+0 0.634516 0.649424
+0 0.640009 0.656001
+0 0.645518 0.662394
+0 0.651179 0.66891
+0 0.656657 0.675303
+0 0.662104 0.682155
+0 0.667643 0.688853
+0 0.67364 0.695399
+0 0.678355 0.701549
+0 0.683558 0.707805
+0 0.688548 0.713985
+0 0.694179 0.720607
+0 0.699733 0.726909
+0 0.705928 0.733715
+0 0.711955 0.740627
+0 0.717815 0.747631
+0 0.722698 0.753857
+0.000488289 0.727291 0.759533
+0.0077821 0.732982 0.76582
+0.0210117 0.739101 0.772732
+0.0760967 0.749416 0.782681
+0.166674 0.762646 0.793835
+0.291417 0.776776 0.805737
+0.43209 0.789685 0.814389
+0.560067 0.800305 0.816663
+0.678294 0.808713 0.815442
+0.783505 0.815961 0.809155
+0.869963 0.820188 0.80763
+0.939666 0.823316 0.807675
+0.982986 0.823713 0.81178
+0.993378 0.826856 0.816754
+0.995865 0.830442 0.821424
+0 0.690349 0.674037
+0 0.695186 0.680217
+0 0.699641 0.686458
+0 0.704982 0.692958
+0 0.710613 0.699428
+0 0.717189 0.706355
+0 0.722988 0.71313
+0 0.728191 0.719707
+0 0.7337 0.726009
+0 0.738628 0.732235
+0 0.743389 0.73843
+0 0.747982 0.744091
+0 0.752148 0.749905
+0 0.756634 0.755657
+0 0.761501 0.761517
+0 0.767712 0.767803
+0 0.774029 0.774243
+0 0.779782 0.779767
+0 0.785275 0.785321
+0.00129702 0.790585 0.791104
+0.0107118 0.795941 0.797436
+0.0294652 0.802441 0.804761
+0.10367 0.813779 0.813916
+0.207416 0.825742 0.821714
+0.347692 0.83798 0.828031
+0.49247 0.84715 0.827924
+0.624216 0.856001 0.825345
+0.74052 0.863844 0.819883
+0.842664 0.870192 0.809964
+0.919997 0.873045 0.81062
+0.974166 0.876402 0.814588
+0.981033 0.879744 0.818021
+0.980819 0.883619 0.820462
+0 0.753567 0.705165
+0 0.758801 0.711635
+0 0.763989 0.718029
+0 0.769284 0.724529
+0 0.77435 0.730816
+0 0.779431 0.736889
+0 0.784115 0.74284
+0 0.788861 0.748837
+0 0.793606 0.75494
+0 0.798199 0.761059
+0 0.802487 0.766629
+0 0.806241 0.772244
+0 0.810758 0.777798
+0 0.814954 0.782895
+0 0.819318 0.788174
+0 0.824338 0.793545
+0 0.830182 0.798627
+0 0.835691 0.804196
+0 0.840742 0.809689
+0 0.844816 0.81503
+0.00241093 0.8486 0.820645
+0.0142824 0.854292 0.826444
+0.0412299 0.862165 0.832746
+0.133013 0.872831 0.838346
+0.254261 0.884062 0.841794
+0.416327 0.893858 0.841703
+0.559594 0.896086 0.830518
+0.691508 0.899733 0.818433
+0.811307 0.90486 0.807294
+0.9075 0.914229 0.804517
+0.95256 0.918532 0.806317
+0.962509 0.919509 0.81146
+0.96112 0.919448 0.817426
+0 0.81532 0.733486
+0 0.820157 0.739483
+0 0.824155 0.745342
+0 0.829282 0.751644
+0 0.834089 0.757916
+0 0.838178 0.763806
+0 0.84213 0.769558
+0 0.84654 0.775631
+0 0.850935 0.781674
+0 0.854856 0.787411
+0 0.858473 0.792752
+0 0.861921 0.79823
+0 0.865995 0.803449
+0 0.869001 0.808087
+0 0.87245 0.812665
+0 0.876081 0.817441
+0 0.878202 0.821714
+0 0.88072 0.826337
+0 0.881895 0.83093
+0 0.881895 0.835523
+0 0.881621 0.839567
+0.00257877 0.883009 0.84358
+0.0238346 0.886259 0.847898
+0.101518 0.893751 0.852705
+0.261189 0.89987 0.853101
+0.434501 0.904112 0.849622
+0.590829 0.905425 0.841108
+0.720684 0.908339 0.832761
+0.834516 0.914397 0.826551
+0.934951 0.922866 0.819837
+0.949462 0.92369 0.824567
+0.954955 0.923568 0.830106
+0.953719 0.92285 0.836988
+0 0.869963 0.758068
+0 0.874235 0.76408
+0 0.878294 0.769985
+0 0.882979 0.776303
+0 0.887785 0.782452
+0 0.892317 0.788678
+0 0.893141 0.794095
+0 0.891142 0.798672
+0 0.889265 0.803159
+0 0.887633 0.807462
+0 0.885817 0.811734
+0 0.884108 0.815946
+0 0.882567 0.819776
+0 0.881117 0.823301
+0 0.880034 0.826795
+0 0.879637 0.830701
+0 0.880522 0.834852
+0 0.883391 0.839551
+0 0.883085 0.844144
+0 0.882322 0.848005
+0 0.881437 0.851377
+0 0.882048 0.855451
+0.0464637 0.88632 0.860227
+0.140536 0.892866 0.864439
+0.325795 0.899702 0.865324
+0.491951 0.903868 0.861418
+0.639536 0.907988 0.857359
+0.762371 0.911955 0.853086
+0.867414 0.917967 0.846525
+0.937209 0.921538 0.843381
+0.950484 0.921675 0.847745
+0.950622 0.92105 0.854124
+0.950225 0.920821 0.856168
+0 0.902174 0.777722
+0 0.901503 0.782895
+0 0.900755 0.787991
+0 0.900023 0.793286
+0 0.898421 0.797909
+0 0.896452 0.802396
+0 0.894575 0.806989
+0 0.891859 0.811429
+0 0.88925 0.815503
+0 0.886427 0.81973
+0 0.883711 0.823667
+0 0.881239 0.827497
+0 0.878782 0.831312
+0 0.876677 0.83473
+0 0.874754 0.838193
+0 0.874006 0.84181
+0 0.875288 0.846204
+0 0.876814 0.850797
+0 0.876661 0.854841
+0 0.875639 0.858457
+0 0.875181 0.86247
+0 0.875517 0.867155
+0.0779583 0.882002 0.872709
+0.215549 0.889372 0.876326
+0.400305 0.897734 0.87892
+0.554376 0.904341 0.878004
+0.686091 0.910307 0.877287
+0.801617 0.915557 0.875196
+0.90338 0.919249 0.864118
+0.94023 0.920394 0.858946
+0.949844 0.920607 0.858061
+0.949584 0.920455 0.859419
+0.949371 0.920317 0.860517
+0.00210575 0.0795605 0.187243
+0.00216678 0.0809796 0.190661
+0.00227359 0.0824598 0.194278
+0.00257877 0.0840925 0.19826
+0.00288396 0.0858167 0.202335
+0.00315862 0.0874952 0.206302
+0.00344854 0.0891585 0.210346
+0.00378424 0.0908827 0.214603
+0.00430304 0.0929122 0.21976
+0.00512703 0.0950027 0.225193
+0.00608835 0.0970779 0.230701
+0.00807202 0.0995804 0.237491
+0.0107576 0.102373 0.2448
+0.0144808 0.105287 0.252125
+0.020264 0.108736 0.259815
+0.0336461 0.112673 0.270314
+0.0560616 0.116365 0.281651
+0.0881361 0.11931 0.293294
+0.125032 0.120134 0.306859
+0.170138 0.120455 0.321279
+0.222309 0.121904 0.33518
+0.285435 0.12636 0.347768
+0.345068 0.137301 0.353902
+0.404349 0.149569 0.358312
+0.460761 0.162783 0.361913
+0.5252 0.171695 0.364706
+0.590906 0.180087 0.367575
+0.659022 0.187716 0.370108
+0.719997 0.196857 0.376684
+0.77612 0.204669 0.38201
+0.827832 0.211536 0.386679
+0.877592 0.218128 0.391852
+0.925292 0.224628 0.396353
+0.00221256 0.0835431 0.196231
+0.00227359 0.0849317 0.199588
+0.00244144 0.0865034 0.203296
+0.00273136 0.0881666 0.207263
+0.00297551 0.0897841 0.211154
+0.00317388 0.0915541 0.215473
+0.0033875 0.0933852 0.219944
+0.00373846 0.0953078 0.22475
+0.00436408 0.0973068 0.229877
+0.00517281 0.0993973 0.235309
+0.00608835 0.101534 0.240818
+0.00823987 0.104143 0.247913
+0.0108644 0.106905 0.25568
+0.0149233 0.110079 0.263355
+0.0212406 0.113832 0.27187
+0.032578 0.118196 0.282872
+0.0608682 0.121721 0.294545
+0.0942245 0.124102 0.307134
+0.131838 0.125246 0.320455
+0.17937 0.125597 0.335622
+0.236103 0.128069 0.349645
+0.298085 0.132753 0.362081
+0.361685 0.143771 0.367239
+0.4206 0.156695 0.371099
+0.479988 0.169421 0.373693
+0.544198 0.178958 0.376059
+0.613108 0.186542 0.377279
+0.680507 0.194171 0.379583
+0.743603 0.203586 0.386099
+0.795956 0.210788 0.39086
+0.846708 0.217624 0.395636
+0.896666 0.224369 0.400885
+0.943008 0.230747 0.404257
+0.00230411 0.0875257 0.205097
+0.00236515 0.0889448 0.208438
+0.00254826 0.0905776 0.212345
+0.00268559 0.0924086 0.216754
+0.00283818 0.0942245 0.22118
+0.00302129 0.0960708 0.225696
+0.00329595 0.0979019 0.230243
+0.00373846 0.0998093 0.23505
+0.00440986 0.101854 0.240299
+0.00518807 0.103899 0.245533
+0.00637827 0.106142 0.251362
+0.00840772 0.108858 0.258747
+0.0107271 0.111421 0.266697
+0.014725 0.11516 0.275105
+0.0223239 0.119249 0.285206
+0.0359197 0.123323 0.2963
+0.0644388 0.127062 0.307912
+0.0997482 0.129122 0.32076
+0.140871 0.130449 0.334829
+0.187152 0.131121 0.350393
+0.249058 0.133562 0.365118
+0.312657 0.139818 0.375021
+0.379004 0.149676 0.381033
+0.437476 0.164492 0.383536
+0.49929 0.17644 0.385657
+0.564172 0.186191 0.386831
+0.636271 0.192477 0.385748
+0.702388 0.201114 0.390066
+0.763317 0.20972 0.395056
+0.815259 0.216938 0.399481
+0.865797 0.223728 0.404273
+0.914809 0.230533 0.408804
+0.960754 0.237217 0.412375
+0.00227359 0.0916304 0.21416
+0.00222782 0.0932784 0.218067
+0.00236515 0.0951553 0.222614
+0.002533 0.0969253 0.226932
+0.00271611 0.0987411 0.231373
+0.00292973 0.100587 0.235904
+0.00326543 0.102434 0.240452
+0.00375372 0.104387 0.24535
+0.00442512 0.106477 0.250675
+0.00518807 0.108568 0.255955
+0.00657664 0.11107 0.262745
+0.00843824 0.113771 0.270787
+0.0109407 0.116762 0.279332
+0.0146487 0.120577 0.288289
+0.0225376 0.124605 0.298756
+0.0404822 0.128588 0.309773
+0.0673228 0.132433 0.321401
+0.104967 0.134646 0.334386
+0.148989 0.135927 0.349523
+0.20029 0.137118 0.365194
+0.260792 0.13814 0.380636
+0.329305 0.145907 0.388785
+0.395026 0.157092 0.39379
+0.454444 0.172702 0.395682
+0.517617 0.184146 0.397772
+0.585519 0.192798 0.397787
+0.65687 0.199222 0.396857
+0.7234 0.208011 0.400366
+0.781949 0.215747 0.4038
+0.834928 0.223056 0.408072
+0.885481 0.230015 0.412955
+0.932586 0.236896 0.416953
+0.972213 0.243626 0.420462
+0.00204471 0.0961776 0.224247
+0.00205997 0.0979019 0.228351
+0.00224308 0.0997635 0.232914
+0.00242618 0.101595 0.237308
+0.00262455 0.10341 0.241764
+0.00288396 0.105211 0.246143
+0.00323491 0.107118 0.250828
+0.00376898 0.109133 0.255894
+0.00442512 0.111513 0.262303
+0.00518807 0.113771 0.26833
+0.00654612 0.116289 0.275517
+0.00816358 0.118837 0.28336
+0.011017 0.122255 0.292439
+0.0153964 0.12607 0.301946
+0.0217136 0.129976 0.312154
+0.0420996 0.13434 0.323232
+0.0715496 0.137911 0.33518
+0.110445 0.140566 0.348547
+0.156252 0.141649 0.364279
+0.21181 0.142443 0.38056
+0.274205 0.1449 0.394568
+0.34519 0.151949 0.403342
+0.409186 0.165789 0.406561
+0.472358 0.179965 0.40856
+0.534966 0.192615 0.410315
+0.606424 0.199344 0.408652
+0.676768 0.2065 0.408316
+0.746731 0.21445 0.40853
+0.801083 0.221912 0.412436
+0.854231 0.229328 0.416938
+0.904952 0.236576 0.421683
+0.950149 0.243473 0.425254
+0.981384 0.250065 0.428794
+0.00187686 0.100862 0.234577
+0.00195315 0.102678 0.238926
+0.00215152 0.10457 0.243488
+0.00234989 0.106386 0.247898
+0.00257877 0.108202 0.252262
+0.00285344 0.110155 0.257221
+0.00323491 0.112306 0.262882
+0.00376898 0.114595 0.268894
+0.00437934 0.116884 0.274983
+0.00511177 0.119127 0.281086
+0.00628672 0.121553 0.288258
+0.00772107 0.123964 0.295933
+0.0108644 0.127687 0.305623
+0.0153048 0.131579 0.315511
+0.0232395 0.135637 0.32549
+0.0402075 0.140337 0.335912
+0.0753185 0.143877 0.349126
+0.116655 0.14641 0.364034
+0.163302 0.147997 0.380011
+0.221942 0.148562 0.39649
+0.28838 0.152483 0.408591
+0.358999 0.159396 0.417182
+0.425406 0.174212 0.419425
+0.489754 0.188022 0.421302
+0.554726 0.199771 0.421775
+0.626368 0.206119 0.419684
+0.698619 0.213291 0.417716
+0.765194 0.2206 0.417365
+0.821424 0.228351 0.421118
+0.873396 0.235752 0.425757
+0.92224 0.243137 0.430152
+0.966995 0.25034 0.434195
+0.989929 0.25658 0.437964
+0.00173953 0.10576 0.245319
+0.00190738 0.107637 0.24979
+0.00210575 0.109499 0.254231
+0.00225834 0.111452 0.259281
+0.0024567 0.113497 0.26453
+0.00271611 0.115618 0.269947
+0.00308232 0.117815 0.275624
+0.00355535 0.120073 0.281483
+0.00411994 0.122316 0.287541
+0.00491341 0.124559 0.294057
+0.0059968 0.126833 0.301152
+0.00749218 0.129229 0.308705
+0.0105287 0.133059 0.31902
+0.0144045 0.137377 0.329061
+0.0242161 0.141985 0.339239
+0.0419623 0.146715 0.350973
+0.077348 0.1505 0.365209
+0.12192 0.152819 0.380392
+0.173602 0.154253 0.395972
+0.230137 0.155001 0.41239
+0.302205 0.159091 0.423651
+0.372885 0.168261 0.430045
+0.443717 0.181994 0.432486
+0.50663 0.196719 0.433738
+0.574868 0.206424 0.432822
+0.646693 0.213169 0.430243
+0.721477 0.219593 0.425513
+0.78352 0.227359 0.427359
+0.839963 0.235218 0.430808
+0.892256 0.242649 0.434928
+0.938613 0.249958 0.439185
+0.975479 0.25687 0.443336
+0.998199 0.263172 0.447501
+0.00166323 0.110918 0.256626
+0.00180056 0.112856 0.261662
+0.00190738 0.114885 0.266697
+0.00201419 0.11696 0.271901
+0.00215152 0.119066 0.277104
+0.00236515 0.121218 0.282445
+0.00271611 0.123461 0.288167
+0.00318914 0.12575 0.294286
+0.00378424 0.127916 0.30042
+0.00460822 0.130098 0.307134
+0.00563058 0.132357 0.314458
+0.00747692 0.135439 0.323415
+0.0102998 0.139605 0.333745
+0.0134432 0.143908 0.34313
+0.0238041 0.14876 0.354314
+0.0456855 0.153201 0.3673
+0.078294 0.157046 0.381384
+0.126879 0.159472 0.395941
+0.181415 0.160845 0.411872
+0.24303 0.16257 0.426932
+0.314565 0.164874 0.439567
+0.389029 0.176425 0.443153
+0.459571 0.190158 0.44538
+0.52314 0.206043 0.446586
+0.593912 0.21323 0.444404
+0.666972 0.220279 0.441016
+0.740688 0.226719 0.436515
+0.801282 0.234684 0.43801
+0.857984 0.242237 0.440345
+0.91014 0.249653 0.443885
+0.955016 0.256916 0.448386
+0.983688 0.263508 0.452781
+1 0.269581 0.45713
+0.00137331 0.116533 0.269306
+0.00144961 0.118471 0.27422
+0.00151064 0.120531 0.279271
+0.00155642 0.122683 0.284535
+0.00164797 0.124834 0.289708
+0.00187686 0.127077 0.295155
+0.00225834 0.129351 0.300999
+0.0027924 0.131579 0.30724
+0.00344854 0.134051 0.314488
+0.00433356 0.1364 0.321828
+0.00535592 0.138705 0.329534
+0.00714122 0.142092 0.338643
+0.00970474 0.146242 0.348119
+0.0140993 0.150607 0.35787
+0.0218967 0.155444 0.369848
+0.0456092 0.159899 0.383474
+0.0818647 0.163653 0.397391
+0.13193 0.166583 0.411566
+0.188113 0.168139 0.427939
+0.254871 0.169451 0.442283
+0.327291 0.173281 0.453239
+0.406317 0.183719 0.457755
+0.474586 0.198611 0.458976
+0.542245 0.211978 0.458503
+0.61117 0.220874 0.456947
+0.686702 0.227405 0.451759
+0.75697 0.234257 0.448295
+0.821897 0.241749 0.446372
+0.87657 0.249348 0.449592
+0.926452 0.256703 0.453193
+0.969116 0.263813 0.457725
+0.991913 0.270268 0.462547
+1 0.276051 0.467094
+0.000869764 0.122316 0.281941
+0.000900282 0.124407 0.287037
+0.0009308 0.126497 0.292088
+0.000976577 0.128664 0.297261
+0.00111391 0.130892 0.30251
+0.00138857 0.133272 0.308278
+0.00184634 0.135714 0.314977
+0.00241093 0.138109 0.322118
+0.00311284 0.140551 0.329625
+0.00396735 0.142901 0.337255
+0.00489815 0.145266 0.344915
+0.00650034 0.148577 0.353246
+0.00886549 0.15288 0.3626
+0.0135348 0.157412 0.37348
+0.0225681 0.162142 0.385946
+0.0416876 0.166949 0.399222
+0.08542 0.170855 0.413123
+0.137621 0.173983 0.428168
+0.195926 0.176196 0.443992
+0.265126 0.176776 0.458091
+0.341756 0.182071 0.467033
+0.421103 0.190845 0.472663
+0.490486 0.207065 0.47219
+0.559396 0.218891 0.47097
+0.629267 0.228458 0.46862
+0.705867 0.234516 0.462287
+0.775036 0.241581 0.458152
+0.839307 0.248875 0.456107
+0.8963 0.256275 0.457908
+0.942397 0.263645 0.462516
+0.977234 0.270588 0.467903
+1 0.276982 0.473747
+1 0.28249 0.479088
+0.000366217 0.128374 0.295033
+0.000381476 0.130526 0.30016
+0.000457771 0.132723 0.305348
+0.000549325 0.135027 0.311025
+0.000701915 0.137407 0.316915
+0.000976577 0.139788 0.323232
+0.00140383 0.142138 0.330053
+0.00195315 0.144472 0.337316
+0.00265507 0.146899 0.344945
+0.0034638 0.149248 0.352483
+0.00447089 0.151873 0.360067
+0.00582895 0.1552 0.367803
+0.00781262 0.159258 0.376303
+0.0119326 0.16405 0.388647
+0.0227665 0.169024 0.401862
+0.0432898 0.174029 0.415549
+0.0867628 0.17879 0.429786
+0.142199 0.181781 0.444617
+0.204898 0.183505 0.459236
+0.271977 0.183902 0.473732
+0.355764 0.18883 0.482429
+0.433555 0.199374 0.486229
+0.507774 0.214923 0.484794
+0.574731 0.2271 0.483833
+0.647944 0.235554 0.479103
+0.723323 0.241718 0.472633
+0.795148 0.248707 0.466194
+0.856382 0.255894 0.465583
+0.911437 0.263096 0.467735
+0.95761 0.270466 0.47335
+0.985199 0.277073 0.479591
+1 0.283345 0.486015
+1 0.289036 0.491615
+3.0518e-05 0.134585 0.308675
+9.15541e-05 0.136828 0.314321
+0.000122072 0.13901 0.320058
+0.00015259 0.141161 0.325673
+0.000244144 0.14342 0.331594
+0.000488289 0.145785 0.337987
+0.000900282 0.14815 0.344945
+0.00141909 0.150652 0.352407
+0.00205997 0.153185 0.360021
+0.00288396 0.155703 0.367636
+0.00383001 0.158572 0.375006
+0.00508125 0.162005 0.38294
+0.00721752 0.16614 0.392752
+0.0103761 0.170779 0.404425
+0.0205539 0.17583 0.417517
+0.0453193 0.181155 0.431449
+0.0852064 0.186236 0.445808
+0.145418 0.189334 0.460273
+0.21062 0.190585 0.474784
+0.284016 0.192096 0.488136
+0.368078 0.193912 0.499504
+0.44802 0.207828 0.499184
+0.522698 0.222232 0.497765
+0.589273 0.236423 0.496361
+0.665248 0.242496 0.489708
+0.739483 0.249195 0.482948
+0.812406 0.255985 0.476036
+0.872633 0.26276 0.475517
+0.925261 0.269886 0.47866
+0.969207 0.27718 0.484627
+0.993652 0.283864 0.492088
+1 0.289967 0.498527
+1 0.295583 0.504356
+0 0.140948 0.323827
+0 0.143023 0.329229
+1.5259e-05 0.145144 0.334829
+3.0518e-05 0.147295 0.34052
+6.10361e-05 0.149508 0.346456
+0.00015259 0.151995 0.353216
+0.000396735 0.154513 0.360189
+0.000762951 0.157183 0.36759
+0.00138857 0.160128 0.375723
+0.00218204 0.162921 0.383673
+0.00297551 0.165805 0.39115
+0.00411994 0.169116 0.399237
+0.00622568 0.173297 0.409537
+0.00991836 0.177798 0.42063
+0.0162966 0.18294 0.433204
+0.0427405 0.188571 0.447578
+0.0860609 0.193286 0.461799
+0.145037 0.197009 0.475746
+0.214023 0.198489 0.490501
+0.294087 0.198993 0.504005
+0.377981 0.202625 0.513375
+0.464408 0.215579 0.513298
+0.535714 0.23006 0.511101
+0.606271 0.242603 0.50721
+0.681163 0.249897 0.500847
+0.756359 0.25655 0.492927
+0.826215 0.263005 0.487282
+0.890364 0.269337 0.484169
+0.940826 0.276951 0.490028
+0.977386 0.284062 0.496986
+0.999969 0.290822 0.50515
+1 0.29688 0.511437
+1 0.302159 0.517449
+0 0.147555 0.339117
+0 0.149706 0.344564
+0 0.151873 0.350042
+0 0.15407 0.355581
+0 0.156451 0.361547
+1.5259e-05 0.159121 0.368475
+0.000106813 0.161959 0.376196
+0.000350958 0.164843 0.384329
+0.00077821 0.167956 0.392905
+0.00138857 0.170962 0.401129
+0.0019379 0.173892 0.408759
+0.00291447 0.177127 0.416999
+0.00479133 0.181125 0.426856
+0.00805676 0.185824 0.438163
+0.0158541 0.190967 0.450492
+0.0340124 0.196689 0.464927
+0.0819104 0.201328 0.478187
+0.143328 0.204822 0.491875
+0.216953 0.20708 0.506172
+0.300649 0.20621 0.520027
+0.388647 0.212192 0.526345
+0.476646 0.222095 0.528237
+0.548592 0.238804 0.523796
+0.621805 0.249531 0.518471
+0.695872 0.257755 0.511986
+0.772885 0.263844 0.502907
+0.841505 0.269963 0.497383
+0.904158 0.276555 0.495857
+0.957671 0.284138 0.501335
+0.985962 0.291173 0.510033
+0.999847 0.297642 0.518166
+1 0.30367 0.525475
+1 0.308705 0.532418
+0 0.155505 0.355261
+0 0.158007 0.3608
+0 0.160418 0.366293
+0 0.163226 0.373129
+0 0.166125 0.380453
+0 0.169009 0.388098
+1.5259e-05 0.171893 0.396002
+7.62951e-05 0.174762 0.404074
+0.000213626 0.177737 0.412497
+0.000427253 0.180652 0.420523
+0.000900282 0.183612 0.428397
+0.00172427 0.186801 0.436698
+0.00303655 0.190173 0.445045
+0.00563058 0.19501 0.456504
+0.0129244 0.200381 0.469764
+0.029572 0.206104 0.483909
+0.0717937 0.211719 0.497536
+0.139849 0.215366 0.511528
+0.217624 0.216999 0.52517
+0.300145 0.216754 0.53872
+0.396841 0.22063 0.543496
+0.483024 0.231281 0.54258
+0.562737 0.247608 0.536538
+0.634394 0.25803 0.530938
+0.709972 0.265492 0.522591
+0.786435 0.271214 0.513649
+0.857954 0.277028 0.506127
+0.917952 0.284199 0.5084
+0.965881 0.291463 0.514946
+0.994125 0.298405 0.524788
+0.99939 0.304646 0.533104
+1 0.31043 0.541024
+1 0.315602 0.548196
+0 0.166552 0.374334
+0 0.169619 0.381262
+0 0.17258 0.388266
+0 0.17557 0.395407
+0 0.178485 0.402792
+0 0.181308 0.410376
+0 0.184115 0.418051
+1.5259e-05 0.187106 0.426398
+1.5259e-05 0.189837 0.434409
+3.0518e-05 0.192554 0.442161
+0.000228885 0.195544 0.449851
+0.000701915 0.199527 0.458564
+0.00164797 0.203677 0.468315
+0.00308232 0.207828 0.478584
+0.00756847 0.213428 0.492226
+0.0253758 0.219684 0.506966
+0.0585184 0.225956 0.522026
+0.128191 0.230152 0.535958
+0.209812 0.231022 0.547677
+0.299779 0.230625 0.55697
+0.395758 0.228138 0.564004
+0.488502 0.241535 0.557748
+0.573251 0.254841 0.550469
+0.643961 0.267933 0.542809
+0.721889 0.274174 0.533806
+0.797772 0.280217 0.525399
+0.870863 0.286275 0.519142
+0.93048 0.292927 0.522591
+0.971389 0.299504 0.530037
+0.996979 0.305959 0.539727
+0.999374 0.311925 0.548638
+1 0.317372 0.55639
+1 0.322484 0.563394
+0 0.182116 0.400427
+0 0.184833 0.406821
+0 0.188602 0.413855
+0 0.192172 0.421241
+0 0.195666 0.429038
+0 0.198978 0.436851
+0 0.202152 0.444816
+0 0.2056 0.453437
+0 0.209659 0.462669
+0 0.213092 0.471031
+1.5259e-05 0.216129 0.479103
+6.10361e-05 0.218875 0.487098
+0.000411994 0.222614 0.495811
+0.00128176 0.22649 0.505272
+0.00299077 0.231113 0.516457
+0.0144656 0.237797 0.531609
+0.0482795 0.244343 0.547463
+0.102647 0.250248 0.56286
+0.189563 0.25214 0.571694
+0.283604 0.250233 0.579675
+0.382452 0.250111 0.583719
+0.490486 0.254185 0.579812
+0.571115 0.269047 0.568978
+0.64947 0.281926 0.557458
+0.728923 0.2878 0.547784
+0.807095 0.292531 0.538994
+0.878065 0.297551 0.5355
+0.941833 0.302846 0.536873
+0.97731 0.309255 0.546487
+0.995331 0.31519 0.55584
+1 0.320928 0.565087
+1 0.32604 0.572686
+1 0.33048 0.578576
+0 0.20647 0.431708
+0 0.209369 0.4383
+0 0.212421 0.445106
+0 0.216281 0.452369
+0 0.220356 0.460136
+0 0.224323 0.467964
+0 0.228321 0.47602
+0 0.23267 0.484321
+0 0.236561 0.492454
+0 0.240101 0.500496
+0 0.243076 0.508293
+0 0.245441 0.515679
+0 0.248005 0.522683
+0.000228885 0.252003 0.530541
+0.00144961 0.25684 0.540719
+0.00468452 0.262974 0.55462
+0.0270695 0.271122 0.572595
+0.0766766 0.27779 0.587686
+0.154345 0.28307 0.600137
+0.255436 0.282231 0.60737
+0.361532 0.278172 0.607507
+0.466728 0.275486 0.602136
+0.566461 0.28777 0.588769
+0.650736 0.297475 0.577127
+0.729442 0.305501 0.56585
+0.811368 0.308354 0.555856
+0.882338 0.312795 0.554253
+0.940612 0.317998 0.556924
+0.983413 0.323827 0.564431
+0.994705 0.328496 0.573968
+1 0.33254 0.582269
+1 0.336019 0.589395
+1 0.339376 0.594507
+0 0.237736 0.464622
+0 0.241093 0.471183
+0 0.244785 0.478111
+0 0.248234 0.484932
+0 0.252491 0.491005
+0 0.25687 0.497612
+0 0.261906 0.504631
+0 0.266423 0.511788
+0 0.270878 0.519463
+0 0.27538 0.527443
+0 0.279469 0.535485
+0 0.283345 0.543786
+0 0.287678 0.552407
+1.5259e-05 0.290959 0.560159
+0.00030518 0.294209 0.568734
+0.00202945 0.298009 0.578958
+0.00677501 0.304021 0.593118
+0.0499428 0.311727 0.609659
+0.119631 0.31754 0.62356
+0.217182 0.321248 0.635431
+0.326009 0.314672 0.634119
+0.436011 0.312505 0.628992
+0.54342 0.313008 0.620569
+0.63444 0.327611 0.604608
+0.720623 0.33611 0.592523
+0.800504 0.341329 0.5841
+0.879057 0.341802 0.579187
+0.937469 0.342626 0.580697
+0.979477 0.344457 0.585916
+0.997421 0.3467 0.594598
+0.999893 0.349142 0.601694
+1 0.351812 0.608057
+1 0.354208 0.612604
+0 0.273365 0.489387
+0 0.27747 0.495033
+0 0.28217 0.501335
+0 0.286397 0.50808
+0 0.291371 0.515404
+0 0.296147 0.522026
+0 0.300832 0.528786
+0 0.305608 0.535622
+0 0.310307 0.542748
+0 0.315022 0.550362
+0 0.319509 0.558419
+0 0.323339 0.566247
+0 0.327077 0.573922
+0 0.330022 0.580652
+3.0518e-05 0.332555 0.587091
+0.000259403 0.336202 0.594842
+0.00408942 0.340719 0.60415
+0.019028 0.347356 0.618738
+0.0830549 0.356451 0.6392
+0.17023 0.362661 0.656199
+0.285069 0.366003 0.669917
+0.394232 0.359182 0.665019
+0.502876 0.357885 0.654459
+0.61265 0.359991 0.640269
+0.70071 0.373327 0.625818
+0.785901 0.379614 0.616297
+0.865461 0.381231 0.611658
+0.933516 0.380636 0.612345
+0.975097 0.380224 0.616098
+0.998001 0.380911 0.621805
+0.999481 0.38085 0.627558
+1 0.379156 0.630426
+1 0.376303 0.632258
+0 0.311467 0.509483
+0 0.315785 0.515175
+0 0.320516 0.521202
+0 0.325277 0.527565
+0 0.329885 0.534096
+0 0.334783 0.540475
+0 0.339467 0.546288
+0 0.344244 0.552346
+0 0.349203 0.559518
+0 0.354055 0.566705
+0 0.358816 0.573495
+0 0.363348 0.580072
+0 0.367422 0.586099
+0 0.371374 0.591714
+0 0.375036 0.597284
+1.5259e-05 0.378576 0.603677
+0.000961318 0.383505 0.613611
+0.00808728 0.389044 0.626978
+0.0379492 0.396796 0.645014
+0.132464 0.408331 0.674357
+0.242161 0.415412 0.695491
+0.349615 0.414267 0.700633
+0.462058 0.408927 0.693736
+0.572961 0.408286 0.681544
+0.679377 0.415381 0.666026
+0.765148 0.424475 0.655772
+0.844907 0.431067 0.649699
+0.918914 0.432822 0.646708
+0.964706 0.431174 0.649287
+0.989807 0.426017 0.651637
+0.999969 0.418479 0.653773
+0.999969 0.411704 0.655085
+1 0.408042 0.655818
+0 0.349371 0.527016
+0 0.353994 0.53225
+0 0.358648 0.537545
+0 0.363378 0.543069
+0 0.367681 0.547875
+0 0.37261 0.55314
+0 0.377508 0.558877
+0 0.382528 0.56556
+0 0.388128 0.572992
+0 0.393393 0.580056
+0 0.398566 0.586679
+0 0.40325 0.593149
+0 0.407553 0.599481
+0 0.411337 0.605112
+0 0.414725 0.61062
+0 0.417609 0.615854
+9.15541e-05 0.42269 0.623865
+0.0030518 0.429175 0.635111
+0.0192111 0.436881 0.650874
+0.106844 0.448539 0.676387
+0.205051 0.460044 0.706294
+0.311833 0.46775 0.728908
+0.421958 0.465293 0.731991
+0.534112 0.46305 0.723537
+0.641138 0.464439 0.712016
+0.742443 0.472541 0.699275
+0.826047 0.479774 0.690623
+0.899092 0.484504 0.685954
+0.96347 0.484871 0.686915
+0.987091 0.481163 0.690044
+0.998947 0.476265 0.692012
+1 0.470451 0.692988
+1 0.462943 0.691646
+0 0.387717 0.544076
+0 0.392233 0.549416
+0 0.396735 0.555016
+0 0.401602 0.5608
+0 0.406394 0.566308
+0 0.41117 0.571756
+0 0.416159 0.577081
+0 0.421439 0.583108
+0 0.427573 0.590005
+0 0.43331 0.596353
+0 0.438315 0.602777
+0 0.443153 0.609949
+0 0.447669 0.617212
+0 0.451835 0.623606
+0 0.455619 0.629191
+0 0.460075 0.634989
+0 0.464363 0.640818
+0.000656138 0.470237 0.650462
+0.0249027 0.479255 0.666026
+0.0728466 0.491081 0.687861
+0.179919 0.501884 0.71223
+0.283238 0.51194 0.737774
+0.387549 0.5196 0.759609
+0.496696 0.51812 0.760662
+0.607111 0.518532 0.753841
+0.712184 0.520958 0.743252
+0.807401 0.529961 0.73051
+0.884688 0.535363 0.72665
+0.944549 0.539254 0.726238
+0.984833 0.538964 0.729412
+0.995224 0.534768 0.73077
+1 0.528572 0.730297
+1 0.520439 0.728405
+0 0.428336 0.565072
+0 0.433234 0.570367
+0 0.438651 0.576059
+0 0.443992 0.581735
+0 0.448951 0.587091
+0 0.453941 0.592477
+0 0.458991 0.597894
+0 0.464378 0.603601
+0 0.469215 0.609567
+0 0.474266 0.61593
+0 0.479744 0.623896
+0 0.485267 0.632395
+0 0.490684 0.640574
+0 0.495842 0.647166
+0 0.501015 0.652705
+0 0.505547 0.658457
+1.5259e-05 0.509712 0.664393
+4.57771e-05 0.514336 0.671122
+0.0131075 0.521981 0.682734
+0.0589609 0.531762 0.698314
+0.143374 0.543999 0.719203
+0.253712 0.556222 0.746883
+0.362509 0.566003 0.770825
+0.468925 0.573297 0.788937
+0.575051 0.573648 0.787961
+0.681422 0.575708 0.781125
+0.782528 0.579889 0.772107
+0.868406 0.587274 0.763455
+0.931838 0.591608 0.761898
+0.977554 0.594202 0.762951
+0.995834 0.592325 0.765057
+0.99939 0.5879 0.764309
+1 0.586709 0.765896
+0 0.472923 0.587976
+0 0.478264 0.593698
+0 0.483497 0.599573
+0 0.488624 0.605478
+0 0.493736 0.611399
+0 0.499229 0.617578
+0 0.504158 0.62359
+0 0.509377 0.630076
+0 0.514382 0.636088
+0 0.519478 0.64239
+0 0.525322 0.650294
+0 0.531395 0.658839
+0 0.537713 0.667018
+0 0.543267 0.673777
+0 0.548165 0.67985
+0 0.552758 0.686046
+0 0.557153 0.692515
+0.000549325 0.561608 0.699275
+0.00198367 0.566979 0.707301
+0.0457008 0.575753 0.721035
+0.118791 0.586328 0.737926
+0.233387 0.599176 0.758343
+0.339574 0.611795 0.778897
+0.44448 0.621485 0.798093
+0.547936 0.629877 0.815366
+0.653941 0.631952 0.813352
+0.755093 0.635508 0.807126
+0.849546 0.640803 0.797894
+0.922728 0.646693 0.793881
+0.967559 0.650385 0.79379
+0.994263 0.651911 0.794858
+0.99884 0.649012 0.79472
+1 0.651423 0.79823
+0 0.519997 0.614771
+0 0.525246 0.620966
+0 0.530587 0.627375
+0 0.535897 0.633875
+0 0.541299 0.640635
+0 0.546792 0.647379
+0 0.552377 0.654108
+0 0.557412 0.660624
+0 0.562661 0.667323
+0 0.567971 0.67425
+0 0.573343 0.681193
+0 0.579736 0.688655
+0 0.585916 0.696193
+0 0.591943 0.703197
+0 0.596918 0.70988
+0 0.602243 0.716533
+0 0.607111 0.723247
+0 0.611841 0.729961
+0.00384527 0.617014 0.737301
+0.0209354 0.623545 0.746883
+0.0954147 0.632837 0.759716
+0.191135 0.643931 0.774197
+0.302708 0.656397 0.791363
+0.416922 0.66952 0.811048
+0.526558 0.681025 0.826978
+0.62916 0.690333 0.838468
+0.731151 0.69369 0.833936
+0.825269 0.698711 0.82826
+0.910018 0.704845 0.821485
+0.960662 0.708812 0.821286
+0.988632 0.709804 0.8206
+0.999344 0.709255 0.821103
+0.999817 0.713298 0.825284
+0 0.569863 0.645411
+0 0.575204 0.652064
+0 0.58053 0.65832
+0 0.586328 0.665019
+0 0.591959 0.671595
+0 0.597467 0.678141
+0 0.60267 0.684672
+0 0.608316 0.691493
+0 0.613291 0.698161
+0 0.618357 0.704967
+0 0.623941 0.712062
+0 0.629541 0.718929
+0 0.635676 0.725811
+0 0.641657 0.732341
+0 0.648188 0.739361
+0 0.653407 0.746014
+0 0.658747 0.752621
+0 0.663737 0.759106
+0.00244144 0.668299 0.765728
+0.0128176 0.673457 0.773144
+0.0591745 0.680827 0.782559
+0.139513 0.691112 0.794614
+0.245899 0.702708 0.808606
+0.377981 0.716426 0.825132
+0.494316 0.729702 0.839399
+0.604242 0.741466 0.850401
+0.708049 0.750576 0.854673
+0.802304 0.756329 0.849454
+0.8851 0.761196 0.845121
+0.955962 0.765301 0.841962
+0.982483 0.766278 0.842039
+0.997345 0.768872 0.844419
+1 0.773297 0.848661
+0 0.622126 0.674922
+0 0.627436 0.681559
+0 0.633433 0.688441
+0 0.639475 0.695186
+0 0.645289 0.7019
+0 0.650935 0.708476
+0 0.656016 0.715038
+0 0.66128 0.721599
+0 0.666331 0.728023
+0 0.670909 0.734051
+0 0.676387 0.740475
+0 0.681239 0.746807
+0 0.687053 0.753323
+0 0.692836 0.759716
+0 0.69894 0.766613
+0 0.704936 0.773571
+0 0.710674 0.780056
+0 0.716152 0.786465
+0.000610361 0.720455 0.792416
+0.00933852 0.725093 0.798901
+0.0260777 0.730068 0.805875
+0.0863355 0.738216 0.815488
+0.184649 0.749752 0.827756
+0.311192 0.762997 0.840803
+0.445792 0.776928 0.853025
+0.565652 0.789837 0.860731
+0.674968 0.801434 0.864805
+0.775128 0.809995 0.863142
+0.861585 0.815091 0.859693
+0.932692 0.819409 0.856992
+0.98175 0.82118 0.858808
+0.991241 0.824857 0.862943
+0.993805 0.828595 0.867781
+0 0.679469 0.705364
+0 0.684535 0.711879
+0 0.689555 0.71841
+0 0.695079 0.72491
+0 0.700877 0.731502
+0 0.705776 0.73785
+0 0.710719 0.744305
+0 0.716365 0.750957
+0 0.721843 0.75729
+0 0.72665 0.763088
+0 0.731594 0.768811
+0 0.735927 0.774227
+0 0.740353 0.779995
+0 0.744945 0.785718
+0 0.74995 0.791897
+0 0.756146 0.798749
+0 0.761959 0.804898
+0 0.767315 0.810758
+0 0.771817 0.816831
+0.00173953 0.776654 0.823102
+0.0136873 0.781842 0.829816
+0.0338598 0.788266 0.837537
+0.116152 0.798444 0.847288
+0.225284 0.811078 0.856748
+0.367559 0.824231 0.86598
+0.505501 0.836789 0.871763
+0.628824 0.848081 0.873777
+0.739025 0.857481 0.872862
+0.835996 0.865538 0.867201
+0.913237 0.869673 0.867674
+0.966644 0.873701 0.868681
+0.974533 0.876707 0.872068
+0.97348 0.880812 0.873976
+0 0.738796 0.735912
+0 0.744442 0.742382
+0 0.748577 0.748516
+0 0.753079 0.754818
+0 0.7579 0.760754
+0 0.763287 0.766827
+0 0.768399 0.773175
+0 0.773953 0.779446
+0 0.778546 0.785336
+0 0.782483 0.791058
+0 0.786542 0.796796
+0 0.790494 0.802365
+0 0.794125 0.808225
+0 0.797498 0.813581
+0 0.801389 0.818708
+0 0.806958 0.823819
+0 0.813092 0.829068
+0 0.819135 0.834806
+0 0.824491 0.840787
+0 0.828565 0.846494
+0.00302129 0.832624 0.852262
+0.0178988 0.838087 0.858427
+0.0463569 0.845228 0.86508
+0.144427 0.85626 0.872358
+0.272236 0.868055 0.878141
+0.435386 0.880568 0.882368
+0.569833 0.891402 0.882292
+0.691295 0.901579 0.881086
+0.803067 0.908598 0.879896
+0.900694 0.912352 0.867979
+0.943038 0.914031 0.862531
+0.953719 0.914702 0.861372
+0.953155 0.915206 0.861891
+0 0.798535 0.764538
+0 0.802899 0.770565
+0 0.807568 0.776623
+0 0.812238 0.782757
+0 0.816724 0.789029
+0 0.821073 0.794934
+0 0.825071 0.800748
+0 0.828885 0.806806
+0 0.832822 0.812436
+0 0.836759 0.818143
+0 0.840375 0.823697
+0 0.843885 0.829145
+0 0.848142 0.834211
+0 0.850904 0.838514
+0 0.854688 0.843091
+0 0.858091 0.84744
+0 0.858381 0.851408
+0 0.86099 0.856733
+0 0.862226 0.861463
+0 0.862577 0.865538
+0 0.862058 0.869505
+0.00314336 0.862913 0.874449
+0.0305943 0.866026 0.879881
+0.115496 0.873228 0.886076
+0.283864 0.883101 0.890776
+0.453773 0.893935 0.893431
+0.60148 0.904906 0.892515
+0.721096 0.911528 0.887709
+0.830198 0.916609 0.878187
+0.92871 0.919875 0.863447
+0.943267 0.92018 0.861646
+0.949187 0.920226 0.861418
+0.949004 0.920119 0.862318
+0 0.855268 0.790921
+0 0.858763 0.796628
+0 0.862776 0.802472
+0 0.866972 0.80853
+0 0.871077 0.814557
+0 0.874281 0.82034
+0 0.872465 0.824994
+0 0.870527 0.829252
+0 0.868803 0.833768
+0 0.867094 0.83801
+0 0.865476 0.841978
+0 0.864057 0.845701
+0 0.862623 0.849226
+0 0.861372 0.852476
+0 0.860243 0.855604
+0 0.859953 0.85951
+0 0.860761 0.864317
+0 0.862364 0.870161
+0 0.862684 0.87393
+0 0.862135 0.877577
+0 0.86099 0.881498
+0 0.861204 0.886717
+0.0546731 0.867292 0.889998
+0.159213 0.876341 0.892989
+0.346548 0.888197 0.894804
+0.506462 0.89929 0.894881
+0.646159 0.908721 0.893309
+0.763394 0.914855 0.889296
+0.86746 0.918105 0.875746
+0.9337 0.919738 0.865934
+0.948104 0.919921 0.864012
+0.94847 0.919814 0.864958
+0.948272 0.919692 0.866011
+0 0.88542 0.810529
+0 0.883406 0.815198
+0 0.881682 0.819562
+0 0.879759 0.824155
+0 0.877867 0.828641
+0 0.87599 0.833051
+0 0.873899 0.837491
+0 0.871214 0.841413
+0 0.86862 0.845396
+0 0.865858 0.849271
+0 0.863371 0.852827
+0 0.860899 0.856474
+0 0.858717 0.859815
+0 0.856703 0.862913
+0 0.854917 0.866011
+0 0.854261 0.870054
+0 0.854994 0.875669
+0 0.855863 0.881117
+0 0.857343 0.883238
+0 0.857862 0.884489
+0 0.858976 0.886534
+0.00419623 0.861143 0.889448
+0.0865644 0.869337 0.892866
+0.232074 0.879759 0.895384
+0.415473 0.891646 0.897047
+0.56495 0.903151 0.897154
+0.691569 0.911162 0.894881
+0.805066 0.916701 0.888823
+0.906905 0.918959 0.873213
+0.939055 0.919509 0.868452
+0.947951 0.919524 0.867567
+0.947768 0.919417 0.868482
+0.947723 0.919387 0.868727
+0.00250248 0.089601 0.212116
+0.00250248 0.091249 0.215976
+0.002533 0.0929885 0.220035
+0.00274662 0.0948043 0.224277
+0.00296025 0.0966201 0.228534
+0.00315862 0.0984054 0.232837
+0.0033875 0.100175 0.237156
+0.0037232 0.102007 0.241672
+0.00424201 0.104021 0.24683
+0.00489815 0.10602 0.251942
+0.00563058 0.108156 0.257435
+0.00720226 0.110811 0.264561
+0.00920119 0.113527 0.272633
+0.0118257 0.116274 0.280247
+0.0156252 0.120058 0.288991
+0.0246738 0.124208 0.300267
+0.0441596 0.128145 0.31136
+0.0724193 0.131838 0.322698
+0.109392 0.133898 0.3355
+0.152514 0.135103 0.350652
+0.202182 0.136248 0.366339
+0.262516 0.137224 0.381659
+0.330556 0.14519 0.38996
+0.395636 0.156939 0.395377
+0.454704 0.172473 0.397482
+0.517372 0.183703 0.399786
+0.584878 0.192508 0.400229
+0.656123 0.198779 0.399039
+0.722942 0.207492 0.402182
+0.781857 0.215259 0.405524
+0.835462 0.222568 0.409644
+0.886168 0.229633 0.414664
+0.932998 0.236576 0.418585
+0.00244144 0.0940566 0.221881
+0.00241093 0.0957046 0.225757
+0.00250248 0.0974441 0.229892
+0.00268559 0.0992599 0.234226
+0.0028687 0.101045 0.238544
+0.00306706 0.102831 0.242908
+0.00334173 0.104616 0.247318
+0.00373846 0.106508 0.252094
+0.00427253 0.108705 0.258106
+0.00491341 0.110918 0.264103
+0.00567636 0.113161 0.270039
+0.00727855 0.115801 0.277256
+0.00907912 0.118273 0.284993
+0.0120699 0.121645 0.293431
+0.0168612 0.125414 0.302754
+0.024155 0.129381 0.313741
+0.0474861 0.133562 0.324468
+0.0782483 0.136919 0.336126
+0.116258 0.139376 0.349081
+0.160342 0.140642 0.365606
+0.215061 0.141588 0.381781
+0.276326 0.144167 0.396124
+0.346838 0.151873 0.404456
+0.410193 0.165408 0.407904
+0.472831 0.179583 0.410101
+0.534691 0.191806 0.411917
+0.60557 0.198779 0.41062
+0.676097 0.205798 0.410056
+0.746258 0.213687 0.409903
+0.801373 0.221271 0.413794
+0.854765 0.228748 0.418296
+0.905562 0.23595 0.423011
+0.950225 0.243061 0.426673
+0.00231937 0.0985122 0.231785
+0.00228885 0.10016 0.235691
+0.00241093 0.10193 0.239963
+0.00259403 0.103761 0.244434
+0.0027924 0.105486 0.248661
+0.00300603 0.107408 0.25359
+0.00328069 0.109438 0.259083
+0.00370794 0.111528 0.264714
+0.00427253 0.113741 0.270695
+0.00491341 0.115969 0.2766
+0.00585946 0.118303 0.282856
+0.00723278 0.120806 0.289967
+0.00860609 0.123217 0.297475
+0.0120699 0.127031 0.306615
+0.0172122 0.130739 0.316472
+0.0269322 0.134676 0.32697
+0.0483864 0.139406 0.33753
+0.0829786 0.142733 0.350347
+0.123323 0.145235 0.365255
+0.168566 0.146822 0.381415
+0.226566 0.147585 0.397955
+0.291569 0.151659 0.409903
+0.361288 0.158816 0.418601
+0.427253 0.17377 0.420554
+0.49044 0.187304 0.422415
+0.554314 0.199039 0.423209
+0.626184 0.205112 0.420859
+0.698528 0.21236 0.418997
+0.765957 0.219715 0.418265
+0.822354 0.227649 0.422278
+0.873884 0.23505 0.427039
+0.92256 0.242405 0.431403
+0.966888 0.249622 0.435447
+0.00215152 0.102998 0.241825
+0.002121 0.104646 0.245762
+0.00230411 0.106462 0.250156
+0.00248722 0.1084 0.255283
+0.00267033 0.110399 0.260716
+0.00289921 0.112398 0.266056
+0.00320439 0.114443 0.271504
+0.00366217 0.116609 0.27718
+0.00422675 0.118898 0.283177
+0.00486763 0.121111 0.289052
+0.00582895 0.123445 0.295537
+0.00695811 0.12578 0.302495
+0.00877394 0.128618 0.310491
+0.0119173 0.132525 0.319982
+0.0167544 0.136431 0.33019
+0.0297093 0.141024 0.340917
+0.0507973 0.145708 0.352468
+0.0863661 0.149096 0.365759
+0.130053 0.151339 0.381323
+0.180575 0.152865 0.397528
+0.236393 0.15349 0.413886
+0.306752 0.158053 0.424598
+0.376333 0.167437 0.431174
+0.445899 0.181613 0.433051
+0.507774 0.195926 0.434653
+0.575341 0.205463 0.433845
+0.647364 0.211749 0.431037
+0.721492 0.218891 0.427771
+0.783948 0.226535 0.429145
+0.84062 0.234104 0.431876
+0.893065 0.241627 0.436042
+0.93933 0.248936 0.440146
+0.97583 0.255894 0.44448
+0.00198367 0.107683 0.25243
+0.00199893 0.109453 0.25716
+0.00216678 0.111452 0.262531
+0.00234989 0.11342 0.267735
+0.002533 0.11545 0.27306
+0.00276188 0.117479 0.27834
+0.00309758 0.119585 0.283803
+0.00357061 0.121843 0.289601
+0.0041352 0.124132 0.295583
+0.0047303 0.126314 0.301503
+0.00555428 0.128725 0.30837
+0.00662242 0.131243 0.315633
+0.00895705 0.134859 0.32491
+0.0121614 0.13872 0.334432
+0.0159304 0.142504 0.343847
+0.0299229 0.147631 0.355428
+0.0547799 0.151965 0.368109
+0.0898756 0.155474 0.381918
+0.137407 0.157671 0.397208
+0.190906 0.158801 0.413397
+0.250507 0.160449 0.428229
+0.321462 0.163378 0.440085
+0.393896 0.175692 0.443702
+0.46273 0.189715 0.445914
+0.524788 0.204715 0.447181
+0.595529 0.211963 0.445426
+0.667948 0.219043 0.442374
+0.741787 0.225788 0.438361
+0.801938 0.233234 0.439246
+0.858915 0.240681 0.44123
+0.911452 0.248249 0.444724
+0.955474 0.255589 0.449271
+0.983932 0.262287 0.453819
+0.00178531 0.112627 0.264637
+0.0018616 0.114488 0.269581
+0.00201419 0.116533 0.274846
+0.00218204 0.118578 0.280079
+0.00236515 0.120623 0.285313
+0.00260929 0.122728 0.290639
+0.00297551 0.124926 0.296223
+0.00343328 0.127245 0.30222
+0.00386053 0.129793 0.308675
+0.00442512 0.13225 0.315297
+0.0052491 0.134752 0.32253
+0.00633249 0.137194 0.329671
+0.00886549 0.1411 0.339406
+0.0118105 0.1449 0.348547
+0.017258 0.149111 0.358404
+0.028275 0.154299 0.370611
+0.0571145 0.158358 0.383932
+0.0961318 0.161685 0.398154
+0.14551 0.164126 0.412863
+0.199695 0.16495 0.429145
+0.264836 0.166949 0.443061
+0.335698 0.171481 0.453742
+0.412284 0.183261 0.457618
+0.478721 0.197711 0.459281
+0.544762 0.210819 0.458885
+0.613794 0.219333 0.457694
+0.688563 0.226123 0.453208
+0.758633 0.232792 0.449622
+0.82269 0.239826 0.447471
+0.877897 0.247379 0.450004
+0.927794 0.254963 0.453712
+0.970352 0.262348 0.458595
+0.991699 0.268833 0.463462
+0.00155642 0.117739 0.276921
+0.00167849 0.119753 0.282032
+0.00181582 0.121813 0.287175
+0.00195315 0.12398 0.292576
+0.002121 0.126055 0.297749
+0.00231937 0.128328 0.303227
+0.00256352 0.130877 0.309438
+0.00292973 0.133425 0.315984
+0.00343328 0.135988 0.322957
+0.00411994 0.138323 0.329717
+0.00502022 0.140795 0.33695
+0.0062562 0.143572 0.344671
+0.00846876 0.14728 0.353658
+0.0110323 0.151141 0.362463
+0.0175021 0.15581 0.373663
+0.0302281 0.160693 0.386618
+0.0560922 0.165026 0.400061
+0.102342 0.168109 0.41413
+0.154177 0.170459 0.429175
+0.209857 0.172183 0.444999
+0.27808 0.173968 0.458778
+0.351904 0.180316 0.467308
+0.42945 0.190021 0.472267
+0.495857 0.206088 0.471962
+0.563684 0.217639 0.470939
+0.633158 0.226825 0.469139
+0.709041 0.232944 0.46334
+0.777798 0.239643 0.4589
+0.841505 0.246677 0.456397
+0.898009 0.254353 0.458488
+0.943526 0.261769 0.463157
+0.97821 0.268864 0.468849
+0.999405 0.275334 0.474968
+0.00131228 0.123003 0.289082
+0.00140383 0.125277 0.294682
+0.00149538 0.127367 0.299748
+0.0015259 0.129732 0.305257
+0.00158694 0.132143 0.310918
+0.00173953 0.1346 0.316915
+0.00202945 0.137072 0.323384
+0.00247196 0.139544 0.330159
+0.00306706 0.142123 0.337469
+0.00383001 0.144427 0.344411
+0.0047303 0.146899 0.351614
+0.00608835 0.149996 0.359518
+0.00798047 0.153674 0.368017
+0.010132 0.157504 0.376684
+0.0165713 0.162509 0.389914
+0.0323491 0.167132 0.403006
+0.058854 0.171466 0.416434
+0.107332 0.175082 0.430259
+0.162158 0.17763 0.445472
+0.223377 0.179583 0.460319
+0.289097 0.180652 0.474647
+0.369314 0.187335 0.482277
+0.444694 0.198352 0.485588
+0.514305 0.214435 0.484123
+0.58088 0.225528 0.48365
+0.653498 0.233768 0.479469
+0.728832 0.23978 0.472984
+0.797757 0.246494 0.467109
+0.859083 0.253819 0.466438
+0.914076 0.261143 0.468376
+0.959197 0.268528 0.473976
+0.985779 0.275288 0.480583
+1 0.281621 0.487388
+0.000915541 0.128801 0.301885
+0.000915541 0.131243 0.307683
+0.000915541 0.133623 0.313344
+0.0009308 0.136004 0.319066
+0.0010071 0.138354 0.324895
+0.00120546 0.14078 0.331167
+0.00155642 0.143206 0.337804
+0.00205997 0.145663 0.344839
+0.00268559 0.148135 0.352102
+0.00347906 0.150591 0.359442
+0.00433356 0.153201 0.36672
+0.00552377 0.156527 0.375021
+0.00733959 0.160403 0.384131
+0.0102998 0.164446 0.394003
+0.0150301 0.169162 0.406439
+0.0319066 0.173831 0.419364
+0.0645457 0.178363 0.432868
+0.11191 0.18262 0.446693
+0.170794 0.185382 0.461357
+0.234531 0.186847 0.476295
+0.304311 0.18883 0.489235
+0.387457 0.192615 0.498955
+0.461311 0.207004 0.49839
+0.531716 0.2215 0.496559
+0.597238 0.234257 0.496239
+0.673091 0.240604 0.489632
+0.746044 0.24715 0.483253
+0.816892 0.253849 0.47689
+0.876738 0.2607 0.476112
+0.929046 0.267903 0.479118
+0.972061 0.275288 0.485527
+0.993469 0.281834 0.49308
+1 0.287892 0.499809
+0.000366217 0.135348 0.316197
+0.000381476 0.137621 0.321782
+0.000381476 0.13994 0.327626
+0.000427253 0.142229 0.333471
+0.000549325 0.144503 0.339391
+0.000793469 0.146853 0.345769
+0.00114443 0.14931 0.352804
+0.00163272 0.151736 0.359915
+0.00225834 0.154467 0.367742
+0.00294499 0.157214 0.375555
+0.00370794 0.160006 0.383352
+0.00485237 0.163165 0.391287
+0.00653086 0.166934 0.400153
+0.00968948 0.171221 0.41091
+0.0162356 0.175937 0.423041
+0.0289006 0.18085 0.435828
+0.0677195 0.185977 0.449241
+0.11809 0.190265 0.463157
+0.179141 0.193194 0.476997
+0.24271 0.194003 0.492348
+0.319722 0.195682 0.504768
+0.400885 0.200412 0.512825
+0.478843 0.215106 0.511147
+0.547692 0.229068 0.509972
+0.616754 0.241108 0.506584
+0.691081 0.247883 0.500404
+0.763989 0.254536 0.493309
+0.832685 0.26096 0.487724
+0.896254 0.267185 0.484337
+0.944732 0.274662 0.490272
+0.979583 0.281758 0.497658
+1 0.288365 0.50605
+1 0.294301 0.512352
+9.15541e-05 0.141665 0.330587
+0.000122072 0.143908 0.336416
+0.000137331 0.146151 0.342336
+0.000122072 0.148348 0.348257
+0.000167849 0.15053 0.354284
+0.000396735 0.15285 0.360876
+0.000717174 0.155505 0.368277
+0.00114443 0.158297 0.375937
+0.00166323 0.161212 0.384039
+0.00230411 0.16405 0.392111
+0.00311284 0.166903 0.399924
+0.00415045 0.169909 0.407568
+0.00553903 0.173281 0.415885
+0.00860609 0.177798 0.4271
+0.0155795 0.182681 0.439002
+0.0308385 0.188144 0.452003
+0.0663615 0.19411 0.46569
+0.123507 0.197665 0.479286
+0.185733 0.199924 0.4934
+0.250813 0.201297 0.50811
+0.332555 0.201953 0.520302
+0.414069 0.209735 0.52517
+0.49662 0.221973 0.525002
+0.562905 0.237797 0.522408
+0.634516 0.24799 0.517327
+0.707759 0.255253 0.510719
+0.782498 0.261753 0.502678
+0.849699 0.267659 0.497093
+0.910842 0.273808 0.495079
+0.961181 0.281437 0.50161
+0.986969 0.288273 0.510521
+1 0.294682 0.519127
+1 0.300832 0.526833
+1.5259e-05 0.147753 0.34522
+1.5259e-05 0.149844 0.350851
+0 0.152056 0.356832
+0 0.154345 0.363119
+1.5259e-05 0.156786 0.369757
+0.000137331 0.159457 0.376989
+0.000366217 0.162249 0.38439
+0.000640879 0.165179 0.392203
+0.00103761 0.168154 0.400443
+0.00164797 0.170977 0.408499
+0.00239567 0.173739 0.416129
+0.0033875 0.176547 0.423697
+0.00500496 0.179934 0.432517
+0.00730907 0.184009 0.442283
+0.0130159 0.189456 0.454627
+0.0326543 0.195239 0.468055
+0.0666361 0.200916 0.482597
+0.125399 0.204654 0.495766
+0.190845 0.206897 0.50959
+0.263676 0.208148 0.52314
+0.341711 0.208026 0.536477
+0.430106 0.217243 0.538766
+0.509438 0.229877 0.538109
+0.578607 0.24686 0.533989
+0.650599 0.255238 0.528252
+0.724804 0.262516 0.520684
+0.800168 0.268681 0.512139
+0.867872 0.273884 0.505272
+0.924392 0.280812 0.508217
+0.970199 0.288029 0.515572
+0.994766 0.294743 0.525368
+1 0.301167 0.533944
+1 0.307088 0.541802
+0 0.153796 0.359716
+0 0.156176 0.366003
+0 0.158618 0.372473
+0 0.161074 0.378973
+0 0.163622 0.385687
+3.0518e-05 0.166323 0.392813
+0.000122072 0.169192 0.400366
+0.000228885 0.172152 0.408331
+0.00047303 0.175296 0.417014
+0.000991836 0.177996 0.424887
+0.00163272 0.180606 0.432471
+0.00254826 0.183352 0.440177
+0.0041352 0.187015 0.449363
+0.00662242 0.191302 0.459312
+0.0103151 0.196353 0.47071
+0.0298009 0.202411 0.485222
+0.068574 0.207706 0.499168
+0.124834 0.211994 0.512032
+0.196124 0.214466 0.525185
+0.272328 0.214908 0.53875
+0.354116 0.216892 0.549447
+0.447211 0.222507 0.554421
+0.522438 0.238697 0.550484
+0.594827 0.2533 0.545037
+0.665568 0.263355 0.539437
+0.741924 0.269551 0.53051
+0.814542 0.275319 0.522866
+0.883436 0.280858 0.516945
+0.938857 0.287892 0.522454
+0.976959 0.294682 0.530587
+0.999954 0.301366 0.540383
+0.999985 0.307897 0.549126
+1 0.313634 0.557153
+0 0.160983 0.376196
+0 0.163348 0.382284
+0 0.165759 0.388571
+0 0.168246 0.394965
+0 0.170855 0.40177
+0 0.173678 0.409216
+1.5259e-05 0.176593 0.417166
+3.0518e-05 0.179522 0.425589
+0.000183108 0.182483 0.434073
+0.000518807 0.185412 0.442313
+0.0009308 0.188205 0.449958
+0.00164797 0.191043 0.457786
+0.00294499 0.194751 0.466941
+0.00518807 0.198993 0.477119
+0.0107424 0.203723 0.48838
+0.0217441 0.209689 0.502647
+0.0652781 0.215091 0.515267
+0.125582 0.219348 0.527977
+0.200504 0.222293 0.54107
+0.278325 0.222477 0.554726
+0.366964 0.224643 0.563973
+0.456291 0.230579 0.568292
+0.537072 0.247578 0.562875
+0.609354 0.260182 0.556848
+0.681056 0.270619 0.549554
+0.757397 0.276631 0.54078
+0.829374 0.282338 0.533974
+0.895781 0.288441 0.532158
+0.955047 0.294713 0.535592
+0.985122 0.301457 0.545739
+0.999649 0.308186 0.555642
+1 0.314809 0.56495
+1 0.320455 0.57319
+0 0.169039 0.393317
+0 0.171603 0.399756
+0 0.174105 0.406134
+0 0.176608 0.412634
+0 0.179278 0.419806
+0 0.182086 0.427604
+0 0.184878 0.435615
+0 0.187778 0.443854
+0 0.190784 0.452338
+0.000106813 0.193927 0.460685
+0.000396735 0.196963 0.468666
+0.000885023 0.200092 0.476783
+0.00164797 0.203464 0.485161
+0.00340276 0.207507 0.495384
+0.00776684 0.212406 0.507378
+0.0208743 0.218128 0.520699
+0.0555276 0.224537 0.534249
+0.122728 0.228916 0.547753
+0.198108 0.231769 0.560708
+0.280201 0.233051 0.572152
+0.372244 0.232807 0.580667
+0.462531 0.241169 0.58117
+0.551598 0.25417 0.576242
+0.620722 0.268956 0.568612
+0.694743 0.277913 0.560174
+0.770153 0.284108 0.55201
+0.844663 0.290013 0.545647
+0.909285 0.295888 0.546044
+0.961852 0.301854 0.550423
+0.994507 0.308553 0.560998
+0.999115 0.315267 0.571069
+1 0.321569 0.580667
+1 0.327276 0.58909
+0 0.178622 0.412467
+0 0.181216 0.418723
+0 0.183841 0.425254
+0 0.186633 0.432364
+0 0.189639 0.440314
+0 0.192523 0.448096
+0 0.195468 0.456092
+0 0.198566 0.46453
+0 0.20174 0.473167
+0 0.204623 0.480949
+7.62951e-05 0.208042 0.48925
+0.000274662 0.211765 0.49807
+0.000762951 0.215244 0.507057
+0.00154116 0.21854 0.516335
+0.00415045 0.22356 0.529152
+0.0180209 0.229664 0.543359
+0.0467231 0.23595 0.5579
+0.109255 0.241489 0.572045
+0.19028 0.243702 0.58172
+0.27892 0.243793 0.590249
+0.369039 0.24184 0.599512
+0.470695 0.249653 0.596017
+0.557961 0.261769 0.589715
+0.630152 0.279194 0.580255
+0.705776 0.286488 0.571908
+0.781689 0.292943 0.564569
+0.857206 0.29839 0.558618
+0.923064 0.303624 0.559655
+0.966918 0.309636 0.567239
+0.994842 0.315801 0.576837
+0.999069 0.322377 0.587472
+1 0.328481 0.596735
+1 0.334051 0.6047
+0 0.190707 0.433768
+0 0.193866 0.440711
+0 0.197436 0.448264
+0 0.201129 0.456443
+0 0.204669 0.46479
+0 0.20795 0.472969
+0 0.211414 0.481453
+0 0.214771 0.490196
+0 0.218128 0.498711
+0 0.221225 0.507195
+0 0.224002 0.515297
+0 0.227329 0.52401
+0.000137331 0.231144 0.533242
+0.000671397 0.234882 0.542382
+0.00155642 0.239277 0.552575
+0.00949111 0.245777 0.567483
+0.037583 0.252949 0.583047
+0.0852827 0.259724 0.597787
+0.171191 0.263386 0.6056
+0.263661 0.263188 0.613214
+0.362249 0.262226 0.617304
+0.467903 0.259754 0.616709
+0.554665 0.275669 0.605203
+0.637446 0.289403 0.59411
+0.713237 0.29868 0.586252
+0.791211 0.303639 0.579263
+0.863981 0.308507 0.576318
+0.930297 0.313313 0.577279
+0.97174 0.318883 0.584741
+0.992386 0.324804 0.593927
+1 0.330968 0.604196
+1 0.336858 0.613275
+1 0.341909 0.620691
+0 0.211704 0.464195
+0 0.214557 0.470863
+0 0.21796 0.477958
+0 0.22208 0.48571
+0 0.225818 0.493477
+0 0.229694 0.501366
+0 0.233463 0.50927
+0 0.237186 0.517464
+0 0.241276 0.526162
+0 0.244862 0.534646
+0 0.248112 0.542947
+0 0.251316 0.551263
+0 0.255116 0.559594
+0.000106813 0.259358 0.568261
+0.0009308 0.26421 0.578714
+0.00282292 0.2701 0.592569
+0.0184634 0.277668 0.6094
+0.0652476 0.284535 0.623041
+0.139849 0.290593 0.634394
+0.24062 0.290608 0.639826
+0.343755 0.285237 0.63975
+0.447684 0.28217 0.63534
+0.555276 0.289509 0.62533
+0.637201 0.302541 0.614435
+0.714702 0.314229 0.604242
+0.793744 0.319295 0.598093
+0.866361 0.323827 0.597421
+0.927779 0.327962 0.598825
+0.978042 0.331533 0.601999
+0.992721 0.336385 0.611719
+1 0.341329 0.621225
+1 0.346395 0.630426
+1 0.350896 0.63714
+0 0.239628 0.495811
+0 0.242695 0.50219
+0 0.246067 0.508949
+0 0.249943 0.515663
+0 0.254551 0.522576
+0 0.259464 0.530205
+0 0.264958 0.538811
+0 0.270405 0.547646
+0 0.275059 0.556344
+0 0.279591 0.565255
+0 0.283665 0.574014
+0 0.287617 0.583078
+0 0.291142 0.591577
+0 0.293584 0.599161
+0.000122072 0.29691 0.607324
+0.000991836 0.301015 0.617487
+0.0030518 0.306615 0.629572
+0.0419165 0.315312 0.644709
+0.108186 0.321508 0.657572
+0.200549 0.32575 0.668284
+0.310079 0.321813 0.66807
+0.42063 0.318456 0.663981
+0.525795 0.317525 0.656535
+0.624094 0.329793 0.641993
+0.708125 0.33962 0.632319
+0.784848 0.347173 0.625147
+0.863737 0.347097 0.620645
+0.927001 0.347036 0.619486
+0.974075 0.348608 0.62211
+0.99762 0.352316 0.630838
+0.999664 0.357809 0.641138
+1 0.362325 0.649165
+1 0.365606 0.655131
+0 0.275959 0.524041
+0 0.28014 0.530617
+0 0.285161 0.53782
+0 0.289952 0.545693
+0 0.294514 0.553338
+0 0.299565 0.560494
+0 0.304585 0.567819
+0 0.309224 0.575235
+0 0.313817 0.582635
+0 0.317891 0.590005
+0 0.321859 0.597604
+0 0.325795 0.605142
+0 0.329519 0.612146
+0 0.332769 0.618235
+0 0.3355 0.623774
+7.62951e-05 0.338994 0.630457
+0.00317388 0.34374 0.639658
+0.0133974 0.350301 0.655024
+0.068513 0.359747 0.674983
+0.153033 0.366796 0.691829
+0.272053 0.371954 0.707408
+0.379217 0.364569 0.700618
+0.488807 0.36051 0.690883
+0.596918 0.358984 0.680293
+0.69041 0.372244 0.665644
+0.774197 0.380072 0.656703
+0.850004 0.384787 0.651041
+0.9234 0.384741 0.648905
+0.968109 0.386191 0.652873
+0.994583 0.387869 0.658778
+0.999069 0.388708 0.666468
+1 0.387793 0.671351
+1 0.386496 0.675364
+0 0.315389 0.547433
+0 0.319707 0.553262
+0 0.324346 0.559594
+0 0.329061 0.566323
+0 0.333761 0.57319
+0 0.338491 0.579446
+0 0.343328 0.585458
+0 0.347967 0.591623
+0 0.352789 0.598138
+0 0.357824 0.604959
+0 0.362554 0.611582
+0 0.367407 0.618021
+0 0.371908 0.624552
+0 0.375921 0.630411
+0 0.379599 0.636149
+0 0.38294 0.642863
+0.000396735 0.386633 0.652384
+0.00552377 0.391821 0.664576
+0.0236057 0.398535 0.681544
+0.119265 0.410727 0.711482
+0.22649 0.418143 0.731517
+0.334279 0.418936 0.739544
+0.445792 0.410727 0.733608
+0.556664 0.40827 0.722606
+0.664012 0.411307 0.70898
+0.750912 0.423789 0.697719
+0.832258 0.431937 0.690257
+0.905119 0.436027 0.685298
+0.958465 0.433845 0.686198
+0.98674 0.429145 0.689342
+0.999802 0.424857 0.694286
+0.999939 0.421607 0.698589
+1 0.420157 0.702083
+0 0.353704 0.563928
+0 0.358251 0.568887
+0 0.363027 0.574182
+0 0.368078 0.579614
+0 0.372869 0.584985
+0 0.377691 0.590265
+0 0.382788 0.595895
+0 0.387778 0.602487
+0 0.393179 0.609461
+0 0.398764 0.616617
+0 0.40351 0.62356
+0 0.408042 0.63032
+0 0.41268 0.637125
+0 0.416342 0.642908
+0 0.419501 0.648386
+0 0.422766 0.653712
+3.0518e-05 0.427405 0.66157
+0.0010071 0.433188 0.672724
+0.0158999 0.440528 0.68867
+0.0867781 0.451514 0.714061
+0.185168 0.463722 0.745174
+0.295125 0.470954 0.767849
+0.405249 0.468925 0.773434
+0.515633 0.463996 0.765972
+0.622751 0.463127 0.755642
+0.728389 0.467247 0.742931
+0.81355 0.476448 0.732158
+0.889708 0.482612 0.725978
+0.955627 0.485145 0.724102
+0.984497 0.484306 0.729061
+0.998016 0.481529 0.733043
+1 0.477455 0.736767
+1 0.471031 0.737682
+0 0.392584 0.578485
+0 0.397147 0.583902
+0 0.402304 0.589441
+0 0.406836 0.594781
+0 0.411948 0.599878
+0 0.41648 0.605081
+0 0.421332 0.610178
+0 0.426581 0.616602
+0 0.432578 0.62388
+0 0.438132 0.631098
+0 0.442603 0.638407
+0 0.447456 0.646052
+0 0.452445 0.653544
+0 0.456611 0.659678
+0 0.460731 0.6654
+0 0.464775 0.671092
+0 0.469291 0.677668
+6.10361e-05 0.474662 0.687175
+0.0158083 0.48333 0.703136
+0.052018 0.494499 0.724468
+0.159426 0.504692 0.748699
+0.263493 0.514931 0.776852
+0.37055 0.522026 0.799695
+0.478584 0.520287 0.803906
+0.588678 0.51725 0.797696
+0.694163 0.517098 0.787778
+0.795163 0.5234 0.774823
+0.875486 0.530983 0.766735
+0.93872 0.536782 0.7635
+0.984237 0.53994 0.767193
+0.994781 0.537118 0.770764
+1 0.531823 0.772503
+1 0.525795 0.773068
+0 0.432639 0.596536
+0 0.437736 0.602045
+0 0.442924 0.607599
+0 0.447807 0.613153
+0 0.452613 0.618692
+0 0.457359 0.624094
+0 0.462562 0.629755
+0 0.467948 0.635798
+0 0.472999 0.643153
+0 0.478126 0.650462
+0 0.483223 0.658274
+0 0.488914 0.666407
+0 0.494453 0.673976
+0 0.49987 0.680735
+0 0.504616 0.686732
+0 0.509133 0.692653
+0 0.513481 0.69897
+0 0.517754 0.705837
+0.00526436 0.525078 0.717449
+0.0457313 0.534813 0.73434
+0.119432 0.546624 0.75761
+0.235096 0.558236 0.784604
+0.345312 0.56788 0.810178
+0.450858 0.574792 0.831357
+0.556252 0.573449 0.833371
+0.663218 0.572747 0.827985
+0.767132 0.573632 0.818219
+0.859434 0.580758 0.805737
+0.927214 0.586908 0.802167
+0.975738 0.591241 0.801221
+0.996231 0.592981 0.804761
+0.999329 0.58996 0.806271
+1 0.590219 0.809506
+0 0.475044 0.618006
+0 0.480735 0.624521
+0 0.485573 0.630625
+0 0.490578 0.636774
+0 0.495995 0.643015
+0 0.50106 0.64918
+0 0.505837 0.655161
+0 0.510887 0.661585
+0 0.515846 0.667613
+0 0.52076 0.673838
+0 0.526848 0.682002
+0 0.533349 0.691127
+0 0.539559 0.699306
+0 0.545022 0.706325
+0 0.550408 0.713039
+0 0.554635 0.719631
+0 0.55906 0.726177
+0.000213626 0.563531 0.733349
+0.000549325 0.568887 0.741619
+0.0339513 0.577111 0.755535
+0.102754 0.587533 0.772122
+0.218387 0.600122 0.792264
+0.322316 0.612314 0.817517
+0.426047 0.621912 0.840208
+0.530571 0.629709 0.859785
+0.635691 0.628885 0.861112
+0.738582 0.630655 0.855009
+0.836393 0.633478 0.84567
+0.917403 0.640146 0.837476
+0.965179 0.645655 0.835325
+0.993805 0.649424 0.835508
+0.999008 0.64947 0.837064
+1 0.652811 0.841596
+0 0.520531 0.645792
+0 0.52575 0.652216
+0 0.530983 0.658763
+0 0.536202 0.665507
+0 0.541482 0.672221
+0 0.546929 0.678996
+0 0.552087 0.685695
+0 0.557244 0.692424
+0 0.562203 0.699062
+0 0.567514 0.705852
+0 0.57348 0.713176
+0 0.580133 0.720867
+0 0.586328 0.728542
+0 0.592294 0.735866
+0 0.597421 0.742779
+0 0.602914 0.749981
+0 0.607233 0.755993
+0 0.611505 0.762036
+0.00311284 0.616495 0.769131
+0.0134432 0.622553 0.778836
+0.0898451 0.63154 0.791669
+0.183948 0.642451 0.807385
+0.292576 0.654765 0.827283
+0.403067 0.668605 0.850034
+0.510369 0.678981 0.869535
+0.611368 0.687388 0.885344
+0.713512 0.68896 0.883085
+0.811063 0.691768 0.877119
+0.899962 0.696498 0.867857
+0.957443 0.703212 0.863615
+0.987182 0.707317 0.862409
+0.999115 0.710338 0.863722
+0.999786 0.714961 0.868391
+0 0.568566 0.677531
+0 0.573968 0.683772
+0 0.57937 0.690333
+0 0.584772 0.697047
+0 0.590326 0.70399
+0 0.595895 0.710796
+0 0.601663 0.717754
+0 0.607034 0.724681
+0 0.611811 0.731121
+0 0.616815 0.737911
+0 0.622232 0.744808
+0 0.627802 0.751385
+0 0.634409 0.758755
+0 0.640421 0.765957
+0 0.646159 0.772946
+0 0.651469 0.779507
+0 0.65655 0.785397
+0 0.661814 0.791287
+0.00181582 0.666529 0.798016
+0.0131685 0.67155 0.805585
+0.0574807 0.677974 0.814893
+0.141466 0.687495 0.828
+0.247044 0.69865 0.842908
+0.373007 0.711772 0.860853
+0.482841 0.725704 0.879133
+0.590494 0.737102 0.893156
+0.69163 0.746014 0.901198
+0.788586 0.74931 0.896483
+0.874678 0.754208 0.891279
+0.950759 0.760678 0.883528
+0.981216 0.765057 0.87985
+0.997024 0.769223 0.878752
+1 0.77348 0.879576
+0 0.619486 0.708644
+0 0.624491 0.715465
+0 0.629999 0.721965
+0 0.636011 0.728542
+0 0.64152 0.735134
+0 0.646723 0.741619
+0 0.652308 0.748287
+0 0.657603 0.75491
+0 0.66273 0.761532
+0 0.667903 0.76817
+0 0.672679 0.774594
+0 0.677775 0.781155
+0 0.683253 0.787366
+0 0.688853 0.793347
+0 0.694575 0.800092
+0 0.700145 0.806378
+0 0.70634 0.813092
+0 0.711376 0.819303
+0.000549325 0.715709 0.825589
+0.00939956 0.720378 0.832395
+0.0279393 0.725582 0.839841
+0.0881514 0.733394 0.850278
+0.191287 0.743389 0.862776
+0.319234 0.754208 0.876158
+0.449943 0.767025 0.889555
+0.563058 0.780453 0.900084
+0.669123 0.793576 0.90457
+0.768215 0.804074 0.903243
+0.856382 0.811337 0.895399
+0.928908 0.816983 0.888884
+0.982193 0.820691 0.885542
+0.990204 0.824735 0.886061
+0.992752 0.829084 0.886885
+0 0.672206 0.737881
+0 0.677333 0.744518
+0 0.682658 0.751247
+0 0.688365 0.757778
+0 0.693858 0.764233
+0 0.699062 0.770474
+0 0.704067 0.776638
+0 0.708644 0.782559
+0 0.713619 0.788586
+0 0.718074 0.79411
+0 0.722927 0.799924
+0 0.727657 0.805768
+0 0.732723 0.811887
+0 0.737545 0.818143
+0 0.742885 0.824689
+0 0.748562 0.832105
+0 0.754086 0.838636
+0 0.759213 0.844816
+0 0.764218 0.85066
+0.00181582 0.7682 0.856535
+0.0152743 0.772625 0.863203
+0.0393683 0.777966 0.870436
+0.124392 0.786679 0.879026
+0.240436 0.798657 0.886351
+0.383948 0.812314 0.893492
+0.516426 0.827329 0.89926
+0.633677 0.841596 0.901091
+0.739742 0.854627 0.899657
+0.834531 0.864591 0.8934
+0.912032 0.86981 0.888151
+0.964248 0.874022 0.883513
+0.972732 0.877729 0.88191
+0.971527 0.881773 0.880964
+0 0.727398 0.766735
+0 0.732158 0.772793
+0 0.737118 0.778805
+0 0.741711 0.784619
+0 0.746181 0.790585
+0 0.751019 0.796826
+0 0.755474 0.803052
+0 0.760388 0.809583
+0 0.765515 0.816052
+0 0.770352 0.821942
+0 0.774868 0.82771
+0 0.778515 0.833082
+0 0.782315 0.838392
+0 0.785977 0.843183
+0 0.789929 0.848493
+0 0.795132 0.855024
+0 0.800229 0.859968
+0 0.805783 0.865888
+0 0.810575 0.872221
+0 0.81593 0.875151
+0.00341802 0.820493 0.878035
+0.0200198 0.826993 0.881834
+0.0484169 0.834516 0.886534
+0.151476 0.846891 0.8916
+0.282277 0.861036 0.895705
+0.443763 0.876265 0.898528
+0.576089 0.891218 0.898314
+0.694911 0.902968 0.895888
+0.806027 0.909575 0.890929
+0.903609 0.912154 0.877501
+0.94168 0.913283 0.872145
+0.951766 0.913878 0.870771
+0.951217 0.914366 0.871244
+0 0.782422 0.794797
+0 0.786954 0.801282
+0 0.790722 0.80708
+0 0.794995 0.813397
+0 0.798917 0.81944
+0 0.803708 0.825193
+0 0.808835 0.831083
+0 0.813016 0.836728
+0 0.817731 0.84242
+0 0.821591 0.847547
+0 0.825254 0.852674
+0 0.828717 0.857679
+0 0.832197 0.862654
+0 0.835096 0.867155
+0 0.837873 0.87155
+0 0.839872 0.874922
+0 0.842039 0.876738
+0 0.84538 0.880583
+0 0.848371 0.882658
+0 0.850797 0.883848
+0 0.85185 0.885344
+0.0033875 0.854215 0.888258
+0.0357366 0.859068 0.891646
+0.122194 0.867918 0.895369
+0.295979 0.879988 0.897719
+0.463691 0.892424 0.899092
+0.611109 0.905119 0.89984
+0.725704 0.912551 0.89749
+0.832776 0.917372 0.888182
+0.927275 0.919188 0.872969
+0.942306 0.919341 0.869856
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.836622 0.821775
+0 0.840818 0.827726
+0 0.844663 0.833204
+0 0.849058 0.83888
+0 0.853269 0.844633
+0 0.854612 0.8495
+0 0.853056 0.853864
+0 0.851133 0.857847
+0 0.849699 0.861845
+0 0.847852 0.865782
+0 0.846159 0.869764
+0 0.844694 0.873564
+0 0.84445 0.875532
+0 0.845029 0.876265
+0 0.845472 0.876967
+0 0.847105 0.878508
+0 0.849409 0.881254
+0 0.852049 0.885206
+0 0.854597 0.885847
+0 0.855817 0.886839
+0 0.856428 0.888395
+0 0.858228 0.891432
+0.0598459 0.864561 0.894804
+0.171252 0.873686 0.897887
+0.359915 0.885679 0.899931
+0.516197 0.898207 0.901045
+0.652247 0.908843 0.900404
+0.768383 0.915908 0.897658
+0.871382 0.918196 0.88217
+0.933181 0.919249 0.871748
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.865095 0.84097
+0 0.863493 0.844862
+0 0.861646 0.848997
+0 0.859876 0.853178
+0 0.858122 0.857343
+0 0.856291 0.86157
+0 0.853986 0.865461
+0 0.851164 0.869505
+0 0.848585 0.873198
+0 0.846754 0.875822
+0 0.846387 0.8766
+0 0.846204 0.877089
+0 0.846067 0.877653
+0 0.845884 0.878172
+0 0.845899 0.878843
+0 0.847135 0.880491
+0 0.849393 0.884108
+0 0.851987 0.886854
+0 0.854673 0.887312
+0 0.855055 0.888609
+0 0.856184 0.890898
+0.00851453 0.85861 0.894026
+0.0920882 0.86688 0.897215
+0.243748 0.877836 0.899321
+0.425223 0.890349 0.900694
+0.573312 0.903136 0.901259
+0.697475 0.911604 0.899336
+0.809903 0.917113 0.892393
+0.911727 0.918914 0.875517
+0.939437 0.91931 0.870451
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.00242618 0.100801 0.23888
+0.00239567 0.102434 0.242725
+0.00242618 0.104189 0.24683
+0.00260929 0.106294 0.252216
+0.00277714 0.108278 0.25745
+0.00296025 0.110277 0.26276
+0.00320439 0.11223 0.268055
+0.00355535 0.114336 0.273777
+0.0040589 0.116396 0.279469
+0.004654 0.118593 0.285496
+0.00534066 0.12076 0.29131
+0.00645457 0.123156 0.297688
+0.00770581 0.125444 0.304173
+0.0096437 0.128328 0.31165
+0.0126955 0.13228 0.321157
+0.0180972 0.136156 0.331777
+0.0329747 0.140749 0.342916
+0.0559548 0.145373 0.35465
+0.0916304 0.14873 0.36759
+0.134844 0.150759 0.382895
+0.183688 0.152117 0.398688
+0.238437 0.152743 0.415106
+0.308049 0.157458 0.426032
+0.37789 0.166888 0.432975
+0.447013 0.181521 0.435142
+0.507561 0.19559 0.436835
+0.574899 0.20528 0.43621
+0.646632 0.211551 0.434043
+0.720119 0.218753 0.430793
+0.782986 0.226215 0.431464
+0.840635 0.233677 0.433585
+0.893309 0.241169 0.437522
+0.939284 0.248615 0.441825
+0.00228885 0.105425 0.249302
+0.00224308 0.107256 0.254063
+0.00228885 0.109178 0.259159
+0.0024567 0.111192 0.264515
+0.00263981 0.113191 0.269856
+0.00285344 0.11516 0.275196
+0.00315862 0.117128 0.280583
+0.00355535 0.119173 0.286198
+0.00408942 0.121386 0.29218
+0.00466926 0.123568 0.298024
+0.00535592 0.125826 0.303731
+0.00631724 0.128511 0.310399
+0.00741588 0.131106 0.317494
+0.00985733 0.134569 0.326116
+0.0132601 0.138277 0.335485
+0.0175937 0.142153 0.345663
+0.0343328 0.14725 0.357382
+0.0607156 0.151614 0.370062
+0.0966201 0.154971 0.383307
+0.142763 0.156924 0.398459
+0.194369 0.1579 0.414527
+0.252415 0.159335 0.42948
+0.323919 0.162646 0.441566
+0.395621 0.175219 0.445686
+0.463783 0.189303 0.447944
+0.524529 0.204013 0.449302
+0.59501 0.211398 0.44744
+0.66688 0.218585 0.444862
+0.740871 0.225452 0.44094
+0.801801 0.232639 0.440909
+0.8589 0.240009 0.442588
+0.911803 0.247684 0.446052
+0.955383 0.2551 0.45069
+0.00209049 0.110353 0.261662
+0.00204471 0.112093 0.266239
+0.00215152 0.114061 0.271489
+0.00234989 0.116045 0.276905
+0.00256352 0.117998 0.2822
+0.00280766 0.120012 0.287602
+0.0031281 0.122011 0.29305
+0.00355535 0.124239 0.29897
+0.0039826 0.126757 0.304921
+0.00448615 0.129305 0.310933
+0.00517281 0.131823 0.317189
+0.00608835 0.134371 0.323964
+0.00720226 0.137057 0.331411
+0.00985733 0.140703 0.340414
+0.0131533 0.144411 0.349798
+0.0198062 0.148577 0.35996
+0.0331273 0.153964 0.37229
+0.0640116 0.157992 0.385351
+0.103731 0.160998 0.39913
+0.151629 0.163119 0.413779
+0.204211 0.163912 0.430671
+0.268513 0.16611 0.444526
+0.338872 0.170748 0.455528
+0.414343 0.18294 0.459312
+0.480049 0.197086 0.460716
+0.544625 0.210254 0.460578
+0.613474 0.218524 0.45948
+0.687877 0.225452 0.455222
+0.758358 0.232136 0.451591
+0.822416 0.238849 0.448814
+0.878416 0.246555 0.451225
+0.928237 0.254246 0.454978
+0.971084 0.261753 0.459998
+0.00192264 0.11516 0.273838
+0.00187686 0.116899 0.278447
+0.00205997 0.118868 0.283803
+0.00227359 0.120775 0.289036
+0.00248722 0.122789 0.294377
+0.00270085 0.125048 0.300099
+0.00291447 0.127611 0.305974
+0.00325017 0.13022 0.312001
+0.00367742 0.13286 0.318196
+0.00419623 0.135286 0.324224
+0.00491341 0.137774 0.330861
+0.00584421 0.140368 0.338094
+0.00741588 0.143343 0.346075
+0.00962844 0.146777 0.354574
+0.0123445 0.150408 0.363485
+0.0201267 0.155184 0.374609
+0.0350652 0.160357 0.387625
+0.065568 0.164294 0.400732
+0.111009 0.167117 0.415198
+0.161837 0.169253 0.430762
+0.215549 0.170825 0.446906
+0.283436 0.172976 0.460151
+0.35613 0.179522 0.468635
+0.433097 0.189563 0.473579
+0.497475 0.20531 0.472984
+0.564202 0.216831 0.472343
+0.633127 0.225925 0.471061
+0.708843 0.232197 0.465431
+0.777996 0.238712 0.460822
+0.84239 0.245548 0.457771
+0.898741 0.25333 0.45977
+0.944183 0.260853 0.464714
+0.978592 0.267903 0.470466
+0.00175479 0.119921 0.285924
+0.00178531 0.121691 0.290684
+0.00196841 0.123766 0.296162
+0.00207523 0.126085 0.30161
+0.00216678 0.128679 0.307454
+0.00228885 0.131182 0.313146
+0.00251774 0.133761 0.319097
+0.0028687 0.136309 0.325124
+0.00331121 0.138888 0.331563
+0.00386053 0.141238 0.337896
+0.00463874 0.143679 0.34493
+0.0055848 0.146288 0.352285
+0.00730907 0.149493 0.360494
+0.00927749 0.152895 0.368826
+0.0113375 0.156435 0.377646
+0.0198978 0.161715 0.390677
+0.0395056 0.166384 0.403891
+0.0700542 0.170428 0.417227
+0.118822 0.173663 0.431846
+0.172442 0.175906 0.447303
+0.231357 0.177905 0.462043
+0.296193 0.179309 0.476081
+0.375311 0.186496 0.48304
+0.449287 0.197589 0.486366
+0.515587 0.213733 0.484825
+0.582528 0.22443 0.484627
+0.654231 0.232807 0.481437
+0.729534 0.238956 0.475288
+0.797955 0.245396 0.469459
+0.859617 0.252552 0.468086
+0.915038 0.259815 0.469383
+0.959548 0.267308 0.47541
+0.985992 0.274174 0.482231
+0.00155642 0.124788 0.297932
+0.0015259 0.127245 0.30341
+0.00158694 0.129824 0.309102
+0.00161746 0.132387 0.31487
+0.00169375 0.13489 0.320592
+0.00184634 0.137346 0.326329
+0.00210575 0.139849 0.332311
+0.00248722 0.142351 0.338689
+0.00297551 0.144823 0.345464
+0.00360113 0.147219 0.352361
+0.00436408 0.149737 0.359854
+0.00520333 0.15227 0.367254
+0.0069276 0.155825 0.37615
+0.00875868 0.159335 0.384817
+0.0124056 0.16321 0.394507
+0.0191653 0.168154 0.407218
+0.0411994 0.172717 0.420264
+0.0776226 0.176776 0.43389
+0.126879 0.180438 0.448295
+0.183017 0.183032 0.463066
+0.244205 0.184573 0.477546
+0.311833 0.186786 0.490394
+0.395514 0.191577 0.498695
+0.4663 0.205982 0.498482
+0.534478 0.220523 0.497292
+0.600122 0.232761 0.496986
+0.675227 0.239612 0.491417
+0.747662 0.246036 0.485237
+0.817945 0.252308 0.478264
+0.877653 0.259251 0.477409
+0.930053 0.266361 0.479973
+0.973022 0.273762 0.486488
+0.993164 0.280491 0.494484
+0.00106813 0.131075 0.310964
+0.00106813 0.133608 0.316625
+0.00109865 0.136172 0.322484
+0.00114443 0.138643 0.328313
+0.00122072 0.141039 0.33402
+0.00137331 0.143404 0.339834
+0.00164797 0.1458 0.34612
+0.00207523 0.148196 0.352743
+0.00260929 0.150729 0.360388
+0.00323491 0.153323 0.368353
+0.00395209 0.155917 0.375998
+0.00491341 0.158785 0.383658
+0.00633249 0.162264 0.392233
+0.00808728 0.165621 0.400412
+0.0124208 0.169833 0.4112
+0.0217288 0.174533 0.423651
+0.0398566 0.179278 0.436484
+0.0838636 0.183627 0.450309
+0.135729 0.187427 0.464332
+0.193988 0.1906 0.478538
+0.255222 0.191073 0.493492
+0.330449 0.193683 0.504997
+0.410636 0.199222 0.512886
+0.484764 0.21442 0.51107
+0.552651 0.228107 0.510185
+0.620462 0.239948 0.507485
+0.694408 0.246647 0.501625
+0.766674 0.25304 0.494408
+0.834897 0.259281 0.488457
+0.89752 0.265538 0.485115
+0.945907 0.273014 0.490959
+0.980331 0.280171 0.498497
+1 0.286992 0.5075
+0.000610361 0.137392 0.324407
+0.000595102 0.139925 0.330373
+0.00062562 0.142367 0.336233
+0.000671397 0.144701 0.342
+0.000747692 0.14696 0.347753
+0.000915541 0.149248 0.353964
+0.00122072 0.151644 0.361212
+0.00163272 0.154192 0.368811
+0.00213626 0.156847 0.376669
+0.00276188 0.159518 0.384512
+0.00349432 0.162264 0.392035
+0.00445563 0.165316 0.399832
+0.00573739 0.16875 0.408408
+0.00732433 0.171832 0.41593
+0.0115053 0.176333 0.427497
+0.022446 0.181109 0.440009
+0.0435798 0.185992 0.452903
+0.0873426 0.191028 0.466621
+0.14406 0.194751 0.480583
+0.204883 0.19704 0.494804
+0.266529 0.198001 0.509453
+0.347356 0.200153 0.520592
+0.426062 0.208499 0.525185
+0.504753 0.221576 0.524254
+0.570001 0.236851 0.522484
+0.64007 0.246921 0.517937
+0.712673 0.253803 0.511574
+0.786206 0.259968 0.503227
+0.853574 0.265827 0.497169
+0.91397 0.272038 0.495079
+0.962386 0.279744 0.502464
+0.987228 0.28661 0.512032
+1 0.293095 0.521355
+0.000244144 0.143694 0.338659
+0.000198367 0.146014 0.344518
+0.000198367 0.148302 0.350378
+0.000289921 0.15053 0.356542
+0.000411994 0.152819 0.36321
+0.000579843 0.155154 0.370001
+0.000823987 0.157702 0.37734
+0.00115969 0.160494 0.385275
+0.0016022 0.16318 0.392844
+0.00221256 0.165927 0.400473
+0.00291447 0.16878 0.408133
+0.00383001 0.171771 0.415869
+0.00505074 0.174975 0.423987
+0.00708019 0.1785 0.432853
+0.0103304 0.183017 0.444022
+0.0212253 0.188022 0.456855
+0.0489052 0.19324 0.470024
+0.0913252 0.198428 0.483925
+0.152239 0.201968 0.496986
+0.214801 0.20383 0.511345
+0.283482 0.205249 0.524834
+0.361349 0.205921 0.537057
+0.444999 0.216312 0.538262
+0.521492 0.22948 0.537392
+0.586206 0.246525 0.53402
+0.658213 0.254108 0.528511
+0.731563 0.260838 0.520928
+0.805905 0.266758 0.512139
+0.872328 0.272312 0.50634
+0.92784 0.279088 0.509133
+0.972625 0.286259 0.516899
+0.994339 0.292927 0.527352
+1 0.299184 0.536126
+0 0.149645 0.353048
+1.5259e-05 0.151949 0.35967
+3.0518e-05 0.154253 0.366278
+9.15541e-05 0.156512 0.372641
+0.000183108 0.158877 0.379232
+0.00030518 0.16141 0.386267
+0.000442512 0.164126 0.393744
+0.000686656 0.166949 0.401419
+0.00108339 0.169833 0.409171
+0.0016022 0.172671 0.416907
+0.00231937 0.175494 0.424506
+0.0031281 0.178286 0.43241
+0.00428779 0.181415 0.440558
+0.00656138 0.185504 0.450568
+0.0109865 0.18999 0.461357
+0.0183108 0.194934 0.473335
+0.0502327 0.200809 0.487404
+0.0977493 0.205447 0.50071
+0.158938 0.208911 0.513436
+0.223621 0.21088 0.52723
+0.29691 0.211536 0.54052
+0.375723 0.213947 0.550683
+0.466773 0.222156 0.552392
+0.536812 0.238437 0.549615
+0.604883 0.25304 0.544808
+0.67541 0.261494 0.539055
+0.750179 0.267735 0.530526
+0.821683 0.273503 0.52311
+0.88983 0.278965 0.517205
+0.942443 0.285908 0.523552
+0.978927 0.292515 0.531853
+1 0.299107 0.542367
+1 0.305531 0.551476
+0 0.155749 0.369253
+0 0.158022 0.375525
+0 0.160357 0.38201
+0 0.162722 0.388495
+3.0518e-05 0.165194 0.395117
+9.15541e-05 0.167895 0.402365
+0.000137331 0.170687 0.409781
+0.000244144 0.173678 0.417609
+0.000579843 0.176547 0.425513
+0.00111391 0.179416 0.433738
+0.00175479 0.182223 0.441779
+0.00248722 0.18497 0.449439
+0.0034638 0.188022 0.457496
+0.00563058 0.192126 0.467079
+0.00993362 0.196719 0.477668
+0.0213016 0.20206 0.489967
+0.0470283 0.208194 0.504433
+0.102586 0.212406 0.517205
+0.165255 0.215671 0.529839
+0.233127 0.218097 0.542565
+0.307164 0.217609 0.556725
+0.393362 0.221607 0.563561
+0.48159 0.229511 0.565805
+0.551644 0.247593 0.561166
+0.622171 0.259449 0.555474
+0.692683 0.268574 0.548898
+0.768048 0.27454 0.540047
+0.838392 0.280125 0.53373
+0.902327 0.286015 0.532219
+0.958679 0.292226 0.536706
+0.986297 0.298833 0.547051
+1 0.305455 0.557336
+1 0.312001 0.566812
+0 0.162036 0.385061
+0 0.16437 0.391363
+0 0.166796 0.397879
+0 0.169284 0.404471
+0 0.171878 0.411322
+0 0.174563 0.418341
+0 0.177447 0.426123
+6.10361e-05 0.180392 0.434272
+0.00030518 0.183337 0.442679
+0.000686656 0.186252 0.450996
+0.00117494 0.189059 0.458991
+0.00181582 0.19173 0.466346
+0.00291447 0.195026 0.474754
+0.00453193 0.198581 0.48307
+0.00788891 0.203296 0.493523
+0.0215 0.209049 0.506783
+0.0487984 0.214908 0.520943
+0.103883 0.219516 0.533669
+0.171283 0.222843 0.546288
+0.243732 0.224521 0.559182
+0.317632 0.224704 0.572045
+0.409339 0.228397 0.577539
+0.491905 0.239078 0.577615
+0.569787 0.255177 0.572427
+0.637415 0.267033 0.566247
+0.709834 0.27541 0.558526
+0.78468 0.281361 0.550454
+0.855314 0.2869 0.544854
+0.917128 0.292638 0.545937
+0.967422 0.298558 0.551278
+0.995407 0.305241 0.562432
+0.999771 0.311925 0.572488
+1 0.318303 0.58204
+0 0.168566 0.400809
+0 0.170993 0.407156
+0 0.17348 0.413687
+0 0.175982 0.420356
+0 0.178637 0.427588
+0 0.181323 0.435004
+0 0.184176 0.442878
+1.5259e-05 0.187137 0.451118
+0.000122072 0.190204 0.45977
+0.00030518 0.193179 0.467964
+0.000610361 0.195911 0.475578
+0.00112917 0.198718 0.483223
+0.00209049 0.201984 0.491432
+0.00366217 0.205524 0.499825
+0.00601205 0.209812 0.509896
+0.018143 0.216297 0.524895
+0.0520333 0.221942 0.538277
+0.104479 0.226795 0.550851
+0.176699 0.230274 0.563226
+0.251743 0.231632 0.575463
+0.333013 0.232914 0.585275
+0.421424 0.234012 0.593042
+0.506676 0.247791 0.589609
+0.584543 0.261738 0.584176
+0.651316 0.276219 0.576608
+0.726574 0.282368 0.568399
+0.8 0.288197 0.561624
+0.870924 0.293965 0.557656
+0.932357 0.299351 0.560189
+0.973159 0.305409 0.567987
+0.99823 0.311772 0.578027
+0.999573 0.318685 0.588495
+1 0.324895 0.598077
+0 0.175494 0.41677
+0 0.178073 0.423774
+0 0.180545 0.430579
+0 0.183047 0.437446
+0 0.185687 0.444678
+0 0.188449 0.452338
+0 0.191318 0.460227
+0 0.194247 0.468452
+3.0518e-05 0.197375 0.476967
+7.62951e-05 0.200275 0.484749
+0.000167849 0.203113 0.492424
+0.000579843 0.205966 0.500511
+0.00132753 0.209171 0.508782
+0.00282292 0.212879 0.51812
+0.0062562 0.217563 0.529549
+0.0122988 0.223331 0.542794
+0.0495613 0.229328 0.555917
+0.10634 0.234241 0.568536
+0.179217 0.238056 0.580652
+0.25864 0.23978 0.590997
+0.342718 0.240208 0.600275
+0.429969 0.243275 0.606012
+0.525612 0.254276 0.603021
+0.596918 0.269886 0.595544
+0.667094 0.282948 0.586664
+0.7411 0.289723 0.579553
+0.814206 0.295735 0.575235
+0.88304 0.301259 0.573785
+0.945739 0.30634 0.575448
+0.980194 0.312322 0.584604
+0.997024 0.318685 0.594247
+1 0.325551 0.605081
+1 0.331731 0.614603
+0 0.1832 0.43473
+0 0.18558 0.441291
+0 0.188006 0.447974
+0 0.190478 0.45478
+0 0.193088 0.462058
+0 0.195789 0.46949
+0 0.198596 0.477226
+0 0.201572 0.485542
+0 0.204639 0.493858
+0 0.208026 0.502525
+9.15541e-05 0.211261 0.510857
+0.00030518 0.21445 0.519219
+0.000686656 0.217914 0.528054
+0.00169375 0.221561 0.537606
+0.00424201 0.226215 0.549111
+0.0144198 0.231678 0.561944
+0.0387427 0.237888 0.575296
+0.101289 0.24332 0.588403
+0.175586 0.24712 0.59884
+0.260212 0.249027 0.6065
+0.345205 0.247852 0.61651
+0.44094 0.252247 0.618952
+0.535851 0.260578 0.616312
+0.607767 0.279179 0.605676
+0.680659 0.289738 0.598398
+0.753323 0.297536 0.593149
+0.828138 0.303578 0.589288
+0.894972 0.30869 0.589487
+0.949889 0.313787 0.592981
+0.989303 0.318959 0.599893
+0.996796 0.325734 0.610758
+1 0.332326 0.621149
+1 0.338735 0.631174
+0 0.191424 0.452857
+0 0.194034 0.459495
+0 0.196597 0.466041
+0 0.199268 0.472999
+0 0.20209 0.480491
+0 0.205081 0.488273
+0 0.208408 0.496849
+0 0.211627 0.505623
+0 0.214939 0.514672
+0 0.21799 0.523003
+1.5259e-05 0.221637 0.531899
+7.62951e-05 0.225208 0.540734
+0.000289921 0.228717 0.549844
+0.000686656 0.231998 0.558846
+0.00195315 0.236011 0.569726
+0.0109712 0.241306 0.582376
+0.0338445 0.247333 0.596185
+0.0865797 0.25391 0.609659
+0.169345 0.257053 0.61677
+0.257481 0.25832 0.624613
+0.345663 0.258122 0.633555
+0.448661 0.259541 0.633814
+0.538888 0.270451 0.62768
+0.620386 0.287617 0.617594
+0.690913 0.298039 0.611704
+0.764416 0.305776 0.607294
+0.838209 0.311666 0.605051
+0.906722 0.316136 0.604898
+0.95581 0.320775 0.609262
+0.989136 0.325963 0.616175
+0.998627 0.332647 0.627039
+1 0.339529 0.63743
+1 0.34583 0.64651
+0 0.202167 0.472587
+0 0.205203 0.479576
+0 0.208209 0.486625
+0 0.211551 0.494591
+0 0.215167 0.503426
+0 0.218708 0.5122
+0 0.222049 0.520974
+0 0.225284 0.529824
+0 0.228489 0.538766
+0 0.231357 0.547021
+0 0.234363 0.555428
+0 0.238315 0.564477
+3.0518e-05 0.242283 0.573297
+0.000198367 0.245823 0.58175
+0.000595102 0.249622 0.591089
+0.00518807 0.255848 0.605371
+0.0268864 0.263111 0.62031
+0.0682078 0.270253 0.633982
+0.153384 0.275135 0.64126
+0.245457 0.276143 0.647639
+0.342931 0.274586 0.651072
+0.443122 0.270329 0.652171
+0.541299 0.282536 0.641749
+0.627619 0.29485 0.632685
+0.697749 0.30901 0.62536
+0.772869 0.315541 0.623133
+0.845258 0.320943 0.62237
+0.913207 0.325292 0.622461
+0.962524 0.329519 0.625849
+0.988022 0.335027 0.633402
+1 0.341222 0.643091
+1 0.348135 0.653941
+1 0.353994 0.662638
+0 0.218662 0.498863
+0 0.221286 0.50573
+0 0.225193 0.513466
+0 0.229282 0.52163
+0 0.233402 0.530037
+0 0.237415 0.538445
+0 0.241352 0.546822
+0 0.245212 0.555306
+0 0.248966 0.563989
+0 0.252811 0.572473
+0 0.256519 0.581094
+0 0.260197 0.590433
+0 0.264546 0.599466
+3.0518e-05 0.26836 0.608118
+0.000488289 0.272587 0.618326
+0.00144961 0.277577 0.630747
+0.0117037 0.284886 0.646006
+0.0553597 0.292088 0.658961
+0.125185 0.298482 0.669764
+0.22414 0.299763 0.673335
+0.325154 0.295598 0.673121
+0.428901 0.292515 0.669642
+0.538659 0.292958 0.663294
+0.621485 0.308934 0.652125
+0.700816 0.322881 0.644358
+0.774853 0.331426 0.643061
+0.848325 0.335607 0.642222
+0.912764 0.338964 0.642283
+0.968688 0.341421 0.643091
+0.990356 0.345937 0.650629
+0.999741 0.35169 0.660304
+1 0.358251 0.671305
+1 0.364096 0.679896
+0 0.243351 0.528618
+0 0.246738 0.535576
+0 0.250263 0.542718
+0 0.255177 0.550439
+0 0.260349 0.558755
+0 0.265476 0.567422
+0 0.270741 0.576532
+0 0.275822 0.586099
+0 0.280629 0.595895
+0 0.284947 0.604822
+0 0.288624 0.613367
+0 0.29192 0.621836
+0 0.294957 0.629679
+0 0.297719 0.636179
+3.0518e-05 0.301213 0.643824
+0.000564584 0.305745 0.652842
+0.00177005 0.311208 0.663676
+0.0333104 0.320027 0.679728
+0.0947433 0.326711 0.692317
+0.181827 0.331762 0.70222
+0.293965 0.330983 0.703807
+0.40351 0.326589 0.699992
+0.507759 0.323857 0.692485
+0.612619 0.33077 0.68188
+0.695476 0.341741 0.67303
+0.771969 0.351308 0.665812
+0.848402 0.353735 0.662852
+0.914824 0.355795 0.661814
+0.964645 0.358907 0.664393
+0.995605 0.362966 0.670085
+0.998474 0.369284 0.681086
+1 0.374548 0.690684
+1 0.378332 0.698711
+0 0.279927 0.561242
+0 0.284703 0.569116
+0 0.289265 0.577142
+0 0.293873 0.585748
+0 0.298817 0.593225
+0 0.303288 0.6
+0 0.308354 0.606989
+0 0.312764 0.613947
+0 0.317281 0.621042
+0 0.321477 0.628016
+0 0.325551 0.634943
+0 0.329671 0.641627
+0 0.333623 0.647898
+0 0.336919 0.653376
+0 0.339956 0.659022
+0 0.343526 0.665476
+0.00242618 0.347372 0.675624
+0.00874342 0.354299 0.692195
+0.0531624 0.363622 0.711788
+0.136461 0.371313 0.728511
+0.257298 0.377691 0.744533
+0.363989 0.370474 0.73666
+0.472572 0.364477 0.728908
+0.579583 0.360006 0.721355
+0.679896 0.370657 0.709865
+0.762722 0.380789 0.700801
+0.834852 0.39118 0.694057
+0.906416 0.394018 0.692454
+0.955276 0.395224 0.694026
+0.988128 0.39588 0.697902
+0.998749 0.397024 0.705882
+0.999985 0.397467 0.71339
+1 0.397894 0.719875
+0 0.319036 0.587015
+0 0.32369 0.593347
+0 0.327947 0.599725
+0 0.332357 0.605966
+0 0.337346 0.612192
+0 0.342061 0.617761
+0 0.347478 0.62356
+0 0.352514 0.629389
+0 0.357443 0.635935
+0 0.362615 0.642527
+0 0.367559 0.64947
+0 0.37232 0.656535
+0 0.377066 0.663294
+0 0.380774 0.669688
+0 0.384253 0.676219
+0 0.386648 0.682887
+0.000137331 0.389731 0.691402
+0.00357061 0.394659 0.702693
+0.0139925 0.40119 0.71873
+0.105348 0.41445 0.748852
+0.207599 0.421836 0.768521
+0.319341 0.424613 0.77969
+0.428702 0.415534 0.774609
+0.539132 0.411261 0.765972
+0.647623 0.409522 0.754284
+0.740093 0.421302 0.742855
+0.82063 0.430793 0.733547
+0.890227 0.437919 0.725811
+0.95108 0.436027 0.724895
+0.983154 0.433494 0.728771
+0.999435 0.431876 0.734676
+0.999863 0.431495 0.742168
+1 0.430961 0.747433
+0 0.358175 0.601968
+0 0.362951 0.606882
+0 0.367727 0.612009
+0 0.372778 0.617487
+0 0.378164 0.623102
+0 0.383398 0.628855
+0 0.38851 0.63476
+0 0.393713 0.640955
+0 0.3991 0.647837
+0 0.403861 0.654612
+0 0.408469 0.661982
+0 0.412879 0.669184
+0 0.417655 0.676371
+0 0.421683 0.682506
+0 0.425528 0.688243
+0 0.428794 0.694209
+0 0.432837 0.701869
+0.000259403 0.438392 0.712947
+0.0132906 0.444968 0.727977
+0.0626078 0.454917 0.752544
+0.1635 0.467918 0.785046
+0.277897 0.474693 0.807568
+0.388235 0.473732 0.815839
+0.497719 0.46595 0.808576
+0.605234 0.462318 0.799374
+0.713481 0.461234 0.788037
+0.802472 0.471778 0.775723
+0.88159 0.479286 0.768154
+0.947585 0.484825 0.76376
+0.981414 0.485969 0.767529
+0.996292 0.484138 0.772229
+1 0.480964 0.777279
+1 0.474571 0.780056
+0 0.397986 0.614725
+0 0.402716 0.619913
+0 0.40763 0.625376
+0 0.412222 0.630655
+0 0.417182 0.635874
+0 0.421988 0.640848
+0 0.426795 0.645792
+0 0.432212 0.652216
+0 0.437919 0.659831
+0 0.443046 0.668086
+0 0.447715 0.676341
+0 0.452903 0.68452
+0 0.458289 0.692378
+0 0.462684 0.698817
+0 0.466773 0.704784
+0 0.471138 0.711162
+0 0.475334 0.717479
+0 0.479789 0.726696
+0.00695811 0.487419 0.742199
+0.0341955 0.497246 0.761929
+0.137697 0.507591 0.786618
+0.243671 0.518318 0.816602
+0.353887 0.525154 0.84004
+0.461616 0.522988 0.847425
+0.570336 0.517174 0.842405
+0.676585 0.514595 0.833371
+0.781842 0.517113 0.821881
+0.866423 0.525368 0.811261
+0.933272 0.532204 0.804944
+0.981979 0.536675 0.802823
+0.994217 0.535821 0.807691
+1 0.531868 0.811048
+1 0.528267 0.814923
+0 0.437552 0.630777
+0 0.442298 0.636133
+0 0.447547 0.641779
+0 0.452598 0.647272
+0 0.457298 0.652567
+0 0.461845 0.658076
+0 0.466758 0.66392
+0 0.471946 0.670954
+0 0.477424 0.679042
+0 0.482536 0.686793
+0 0.488289 0.695048
+0 0.493996 0.70312
+0 0.499748 0.710903
+0 0.50457 0.717433
+0 0.509361 0.723339
+0 0.513863 0.729397
+0 0.518059 0.73611
+0 0.522087 0.742962
+0.000854505 0.528832 0.754742
+0.034638 0.538537 0.773068
+0.0965591 0.549661 0.796811
+0.216556 0.561166 0.82324
+0.327367 0.570962 0.850553
+0.433188 0.576959 0.873396
+0.537179 0.574899 0.878508
+0.644556 0.571267 0.874846
+0.750042 0.569131 0.866957
+0.850065 0.573053 0.853697
+0.922591 0.580133 0.845289
+0.974182 0.586007 0.840757
+0.997024 0.590295 0.840284
+0.999298 0.590494 0.841184
+1 0.592432 0.842695
+0 0.478645 0.650843
+0 0.483543 0.657008
+0 0.488685 0.663294
+0 0.493751 0.669718
+0 0.498756 0.676051
+0 0.503517 0.682155
+0 0.508751 0.68838
+0 0.513649 0.694804
+0 0.51931 0.701411
+0 0.524727 0.708568
+0 0.530892 0.716716
+0 0.536645 0.725093
+0 0.542473 0.732906
+0 0.548074 0.740337
+0 0.553155 0.747768
+0 0.55787 0.754894
+0 0.561868 0.761822
+3.0518e-05 0.566415 0.768994
+6.10361e-05 0.571283 0.776822
+0.0204318 0.579782 0.790692
+0.0850385 0.590204 0.807706
+0.196399 0.603006 0.829297
+0.302312 0.614603 0.856947
+0.408103 0.62324 0.882475
+0.513268 0.630106 0.903655
+0.616526 0.628122 0.908843
+0.722072 0.626688 0.903227
+0.824277 0.627497 0.890257
+0.913939 0.633951 0.873289
+0.963912 0.641657 0.865385
+0.9935 0.648096 0.861036
+0.999283 0.650126 0.860288
+1 0.654795 0.861708
+0 0.52195 0.677516
+0 0.527199 0.684413
+0 0.53254 0.691173
+0 0.537865 0.697887
+0 0.543175 0.704585
+0 0.548486 0.711284
+0 0.553735 0.718044
+0 0.558938 0.724788
+0 0.564065 0.731472
+0 0.569238 0.738369
+0 0.57496 0.7458
+0 0.581033 0.753552
+0 0.587579 0.761379
+0 0.593622 0.769253
+0 0.598795 0.776577
+0 0.603891 0.783856
+0 0.608621 0.789776
+0 0.612757 0.795468
+0.00207523 0.617502 0.801846
+0.0074464 0.623621 0.810315
+0.079469 0.632837 0.823941
+0.169482 0.643412 0.841062
+0.277867 0.655116 0.863722
+0.389105 0.668238 0.886534
+0.496071 0.678233 0.905318
+0.598108 0.686503 0.920119
+0.703212 0.686625 0.916167
+0.803616 0.689143 0.905455
+0.895659 0.693202 0.891142
+0.957351 0.702144 0.880949
+0.986984 0.707744 0.876036
+0.999039 0.712154 0.874281
+0.999802 0.717357 0.875441
+0 0.568719 0.709255
+0 0.574258 0.715969
+0 0.579828 0.722759
+0 0.585367 0.729549
+0 0.590738 0.736431
+0 0.595682 0.743236
+0 0.601221 0.750286
+0 0.606256 0.757061
+0 0.6112 0.763592
+0 0.61648 0.770001
+0 0.621759 0.77641
+0 0.62768 0.783291
+0 0.633921 0.790631
+0 0.639857 0.798138
+0 0.645899 0.805371
+0 0.651072 0.811978
+0 0.656046 0.817655
+0 0.660822 0.823087
+0.00123598 0.665293 0.829465
+0.0130007 0.670604 0.835782
+0.0526894 0.676646 0.842481
+0.139696 0.685908 0.85391
+0.246433 0.696788 0.867292
+0.368856 0.710033 0.883421
+0.478676 0.724392 0.90071
+0.585824 0.736294 0.912535
+0.68806 0.74548 0.918196
+0.787076 0.74847 0.909545
+0.874449 0.75465 0.899931
+0.950027 0.761791 0.88954
+0.982223 0.766583 0.885969
+0.997024 0.771282 0.885222
+1 0.77557 0.886198
+0 0.617853 0.741665
+0 0.623255 0.748257
+0 0.628458 0.754665
+0 0.633753 0.761456
+0 0.639033 0.768322
+0 0.644709 0.774807
+0 0.650401 0.781109
+0 0.655406 0.787137
+0 0.660807 0.793378
+0 0.665888 0.799268
+0 0.670985 0.805295
+0 0.676081 0.811612
+0 0.681666 0.818677
+0 0.686778 0.82536
+0 0.692561 0.83267
+0 0.697765 0.839597
+0 0.703334 0.843946
+1.5259e-05 0.708644 0.847623
+0.000442512 0.713466 0.851164
+0.00901808 0.718547 0.855238
+0.0293278 0.7243 0.860105
+0.0889906 0.732067 0.86775
+0.195422 0.742168 0.877562
+0.324697 0.753124 0.887999
+0.453162 0.766598 0.898634
+0.56379 0.781018 0.906172
+0.669749 0.793912 0.91017
+0.769924 0.804608 0.909377
+0.857801 0.812284 0.901366
+0.929595 0.81799 0.895232
+0.983978 0.822171 0.89131
+0.989944 0.82649 0.891279
+0.992218 0.830808 0.891417
+0 0.668742 0.772107
+0 0.673777 0.778637
+0 0.678508 0.784802
+0 0.684291 0.790692
+0 0.689738 0.796689
+0 0.695033 0.802762
+0 0.700206 0.808896
+0 0.705257 0.81532
+0 0.710582 0.821683
+0 0.715709 0.828153
+0 0.72047 0.834806
+0 0.725078 0.841199
+0 0.7299 0.846891
+0 0.734844 0.849393
+0 0.739956 0.852476
+0 0.745251 0.857023
+0 0.750774 0.860517
+0 0.756313 0.863371
+0 0.761868 0.866102
+0.00181582 0.766506 0.869001
+0.0156252 0.771893 0.872801
+0.0412146 0.778119 0.877363
+0.124483 0.78703 0.884215
+0.244785 0.798627 0.891463
+0.389273 0.811643 0.898528
+0.520806 0.826932 0.904433
+0.636408 0.841535 0.906188
+0.742046 0.855146 0.904631
+0.836347 0.865965 0.899016
+0.913634 0.871138 0.892699
+0.963058 0.875578 0.887007
+0.971908 0.879072 0.88455
+0.970062 0.883406 0.882872
+0 0.718868 0.797696
+0 0.724376 0.804196
+0 0.729686 0.810742
+0 0.734722 0.817349
+0 0.739849 0.823911
+0 0.744915 0.830259
+0 0.749554 0.836393
+0 0.754055 0.842451
+0 0.758282 0.848325
+0 0.762264 0.853834
+0 0.766995 0.855558
+0 0.771603 0.857221
+0 0.775906 0.858961
+0 0.780179 0.860594
+0 0.785519 0.863981
+0 0.791165 0.868086
+0 0.797436 0.870375
+0 0.804273 0.873884
+0 0.810651 0.87747
+0 0.815579 0.880003
+0.00321965 0.820508 0.882963
+0.0205997 0.826459 0.886717
+0.0484321 0.833921 0.89134
+0.152621 0.846525 0.895994
+0.285893 0.861265 0.89955
+0.448096 0.876509 0.901839
+0.580423 0.892836 0.902052
+0.700328 0.903593 0.900008
+0.810132 0.910201 0.894392
+0.907881 0.912352 0.879515
+0.941909 0.913344 0.87364
+0.951461 0.914015 0.871412
+0.951034 0.914641 0.871107
+0 0.77084 0.825772
+0 0.775418 0.831846
+0 0.779736 0.837751
+0 0.783856 0.843458
+0 0.78851 0.849088
+0 0.79237 0.854566
+0 0.796429 0.860166
+0 0.801556 0.863981
+0 0.80708 0.866087
+0 0.812222 0.867964
+0 0.817349 0.869902
+0 0.822126 0.871794
+0 0.827329 0.873793
+0 0.831693 0.875608
+0 0.836316 0.877668
+0 0.837705 0.879103
+0 0.83978 0.881071
+0 0.842985 0.885222
+0 0.84596 0.887068
+0 0.848569 0.88777
+0 0.849897 0.888899
+0.00341802 0.852476 0.891585
+0.0400702 0.857832 0.894682
+0.126741 0.86688 0.898024
+0.306249 0.879499 0.89987
+0.471626 0.892622 0.900984
+0.616983 0.905653 0.901366
+0.731228 0.913268 0.898558
+0.838056 0.917586 0.887602
+0.928023 0.919188 0.872816
+0.943053 0.919341 0.869703
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.821942 0.851225
+0 0.825391 0.856596
+0 0.829358 0.862181
+0 0.832731 0.867567
+0 0.836469 0.872465
+0 0.838209 0.873655
+0 0.838987 0.874723
+0 0.839292 0.87541
+0 0.839979 0.876234
+0 0.84036 0.876997
+0 0.840894 0.877928
+0 0.841428 0.878752
+0 0.841993 0.879545
+0 0.842557 0.880323
+0 0.843061 0.881025
+0 0.844739 0.882643
+0 0.847028 0.88513
+0 0.849821 0.888609
+0 0.852827 0.888609
+0 0.854246 0.889204
+0 0.855161 0.890501
+0 0.857221 0.893202
+0.0646677 0.864149 0.896208
+0.181857 0.873777 0.898802
+0.370077 0.886122 0.900359
+0.524025 0.898878 0.901076
+0.658305 0.909224 0.900267
+0.773724 0.916243 0.897536
+0.876707 0.918273 0.88127
+0.93373 0.919249 0.871626
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.845853 0.869017
+0 0.844022 0.873121
+0 0.843687 0.875029
+0 0.844282 0.875776
+0 0.844816 0.876661
+0 0.845273 0.877592
+0 0.84506 0.87808
+0 0.844709 0.87863
+0 0.844343 0.879179
+0 0.843946 0.87982
+0 0.843687 0.880491
+0 0.843473 0.88101
+0 0.843473 0.881422
+0 0.843565 0.881514
+0 0.843931 0.881834
+0 0.845457 0.883146
+0 0.84802 0.886488
+0 0.850904 0.888609
+0 0.853849 0.88864
+0 0.854459 0.88954
+0 0.855955 0.891539
+0.0128786 0.859007 0.894301
+0.0970474 0.867353 0.897368
+0.254948 0.878569 0.899397
+0.432883 0.89102 0.900725
+0.580865 0.903777 0.901289
+0.703441 0.911971 0.899199
+0.815198 0.917205 0.891524
+0.917098 0.919005 0.874617
+0.940185 0.91931 0.870298
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.00215152 0.113268 0.27071
+0.00209049 0.115114 0.275517
+0.00210575 0.117052 0.280537
+0.00227359 0.119127 0.286046
+0.00244144 0.121172 0.291554
+0.00262455 0.123293 0.297215
+0.00282292 0.125582 0.302876
+0.0031281 0.127916 0.308644
+0.00352483 0.130373 0.314641
+0.00399786 0.13286 0.320775
+0.00459297 0.135393 0.326925
+0.00543221 0.137865 0.332982
+0.00650034 0.140429 0.339742
+0.00808728 0.143328 0.347326
+0.0102846 0.146532 0.355627
+0.0133516 0.150286 0.365042
+0.0222934 0.155062 0.376547
+0.0394598 0.160052 0.389746
+0.0716869 0.164233 0.402884
+0.116625 0.166949 0.417426
+0.165667 0.168978 0.432731
+0.218036 0.170428 0.448569
+0.285084 0.172732 0.461799
+0.357488 0.179156 0.470527
+0.43447 0.189151 0.475547
+0.497261 0.204898 0.47541
+0.563806 0.216632 0.474754
+0.632364 0.225742 0.473808
+0.708049 0.232258 0.468711
+0.777295 0.238407 0.463233
+0.842008 0.244999 0.459419
+0.898085 0.252903 0.461646
+0.943755 0.260456 0.466545
+0.0019379 0.11809 0.282872
+0.00187686 0.119829 0.287419
+0.0019379 0.121843 0.29276
+0.00209049 0.124147 0.298604
+0.00221256 0.126497 0.304372
+0.00234989 0.128923 0.310246
+0.00257877 0.131273 0.315938
+0.00288396 0.1337 0.321813
+0.00329595 0.136248 0.327947
+0.00381476 0.138705 0.333883
+0.00442512 0.141192 0.33994
+0.00517281 0.143725 0.346502
+0.00630198 0.146227 0.353384
+0.00805676 0.149233 0.361425
+0.0101472 0.152667 0.370489
+0.012665 0.156298 0.379797
+0.0229191 0.161654 0.39321
+0.0447242 0.166262 0.406058
+0.0771038 0.170306 0.419074
+0.124926 0.173236 0.433585
+0.176547 0.175372 0.448875
+0.233616 0.177401 0.463554
+0.298619 0.178775 0.477302
+0.376852 0.186084 0.484581
+0.450828 0.197131 0.488258
+0.515816 0.213596 0.486992
+0.582391 0.22414 0.487022
+0.653605 0.232471 0.483879
+0.728511 0.238788 0.478157
+0.796948 0.244953 0.471885
+0.858778 0.251865 0.469795
+0.914824 0.259205 0.470848
+0.959091 0.266819 0.477134
+0.00175479 0.122896 0.295155
+0.00161746 0.125109 0.300328
+0.00166323 0.127489 0.306096
+0.00177005 0.1299 0.311971
+0.00189212 0.13228 0.317601
+0.00204471 0.134676 0.323232
+0.00227359 0.137102 0.32903
+0.00260929 0.13962 0.334981
+0.0030518 0.142214 0.341192
+0.00357061 0.144671 0.347189
+0.00419623 0.147082 0.353521
+0.00495918 0.14963 0.361089
+0.00602731 0.152346 0.368917
+0.00769055 0.155627 0.377646
+0.00975052 0.158999 0.386328
+0.0141604 0.163073 0.39675
+0.0222019 0.168032 0.409522
+0.047364 0.17258 0.422126
+0.0850233 0.176471 0.435599
+0.134127 0.179751 0.449943
+0.187808 0.182269 0.464714
+0.247822 0.183841 0.479026
+0.314687 0.185885 0.491707
+0.398688 0.191394 0.500023
+0.467979 0.205753 0.500435
+0.535195 0.220157 0.499229
+0.600458 0.232105 0.499031
+0.674586 0.239216 0.493797
+0.746777 0.245472 0.48748
+0.816861 0.25156 0.480446
+0.87747 0.258442 0.478843
+0.929992 0.265629 0.481331
+0.97348 0.273213 0.488228
+0.00140383 0.128649 0.308309
+0.00129702 0.130877 0.313497
+0.00135805 0.133318 0.319265
+0.00144961 0.135729 0.325002
+0.00155642 0.13817 0.330694
+0.00170901 0.140566 0.336233
+0.0019379 0.143069 0.342077
+0.00228885 0.145647 0.348165
+0.00271611 0.148196 0.354955
+0.00317388 0.150713 0.362234
+0.0037995 0.153155 0.369574
+0.00462348 0.155764 0.377203
+0.00581369 0.158724 0.385321
+0.00721752 0.161913 0.393439
+0.00915541 0.165209 0.401907
+0.0143587 0.169558 0.41323
+0.0254215 0.174151 0.425422
+0.0468605 0.178988 0.437827
+0.0925917 0.182864 0.451789
+0.144381 0.186465 0.466209
+0.199893 0.189364 0.480186
+0.260777 0.190082 0.495109
+0.334859 0.193194 0.506432
+0.415076 0.19884 0.514061
+0.486702 0.214008 0.512581
+0.554009 0.227436 0.511574
+0.620798 0.239368 0.509422
+0.694179 0.246036 0.503868
+0.766354 0.252232 0.496498
+0.834867 0.258412 0.490333
+0.897612 0.264668 0.486641
+0.94612 0.27216 0.492363
+0.980728 0.279469 0.500359
+0.00103761 0.134524 0.321324
+0.000961318 0.136858 0.326665
+0.00102235 0.13933 0.332357
+0.00106813 0.141772 0.338003
+0.00114443 0.144198 0.343603
+0.00129702 0.146624 0.349248
+0.00155642 0.149157 0.356298
+0.00190738 0.151583 0.363088
+0.00225834 0.154162 0.370626
+0.00273136 0.156619 0.377997
+0.00340276 0.159258 0.385824
+0.00425727 0.161868 0.393194
+0.00541695 0.165087 0.401465
+0.00677501 0.1682 0.409323
+0.00849927 0.171313 0.417273
+0.0135042 0.175784 0.429297
+0.0269932 0.180499 0.441352
+0.0522774 0.185351 0.454154
+0.0995346 0.18967 0.468482
+0.154696 0.193225 0.482536
+0.213291 0.195529 0.496468
+0.273548 0.196719 0.511223
+0.353658 0.199542 0.521645
+0.431037 0.207828 0.526314
+0.507576 0.221164 0.525246
+0.571969 0.235981 0.523644
+0.641276 0.246098 0.519371
+0.713466 0.25301 0.513603
+0.787182 0.258991 0.504982
+0.854307 0.264958 0.499001
+0.914992 0.271168 0.496681
+0.962066 0.27866 0.504524
+0.987182 0.285588 0.514138
+0.000595102 0.140612 0.334325
+0.000564584 0.143023 0.339803
+0.000595102 0.14548 0.34548
+0.000656138 0.147875 0.351568
+0.000762951 0.150179 0.358022
+0.0009308 0.152499 0.364508
+0.00117494 0.15494 0.371435
+0.00148013 0.157458 0.378851
+0.00184634 0.160006 0.386435
+0.00236515 0.1626 0.394049
+0.0030518 0.165301 0.401709
+0.00384527 0.168032 0.409079
+0.00483711 0.171344 0.417304
+0.00613413 0.174319 0.424826
+0.00859083 0.177783 0.433921
+0.0125124 0.182193 0.445441
+0.0277867 0.187167 0.457679
+0.0603189 0.191959 0.471138
+0.106447 0.196567 0.485435
+0.165087 0.200168 0.49836
+0.225055 0.202121 0.512642
+0.291493 0.203708 0.525963
+0.370108 0.204837 0.537774
+0.450721 0.21561 0.538689
+0.525429 0.229007 0.537682
+0.588907 0.245563 0.534997
+0.660624 0.253178 0.529656
+0.733333 0.259861 0.522637
+0.806989 0.265705 0.514031
+0.872908 0.271336 0.508598
+0.928222 0.277958 0.511147
+0.973251 0.284871 0.518456
+0.993881 0.291676 0.529091
+0.000137331 0.146838 0.34757
+0.000213626 0.14905 0.35375
+0.000320439 0.151324 0.360204
+0.000396735 0.153643 0.366781
+0.00047303 0.155917 0.373297
+0.000595102 0.158282 0.380087
+0.000793469 0.160723 0.387274
+0.00105287 0.163333 0.394919
+0.00144961 0.165927 0.402426
+0.00198367 0.168704 0.410163
+0.00263981 0.171557 0.417777
+0.00337224 0.174517 0.42562
+0.00421149 0.17763 0.433783
+0.00550851 0.180545 0.441245
+0.00836194 0.184405 0.450904
+0.0148013 0.188952 0.462089
+0.0262913 0.193927 0.474311
+0.0648051 0.199115 0.488624
+0.115297 0.20354 0.501884
+0.176059 0.207126 0.514382
+0.236759 0.209018 0.528634
+0.308461 0.209751 0.541512
+0.386191 0.212085 0.551583
+0.473518 0.22208 0.552193
+0.542046 0.237858 0.549569
+0.608835 0.252247 0.545449
+0.678904 0.260426 0.540352
+0.75314 0.26656 0.531838
+0.824033 0.272236 0.524468
+0.891066 0.277699 0.518837
+0.943282 0.284474 0.524956
+0.979553 0.291142 0.533532
+1 0.29778 0.544259
+1.5259e-05 0.152499 0.362722
+9.15541e-05 0.154726 0.369085
+0.00015259 0.157031 0.375631
+0.000198367 0.159365 0.382284
+0.000244144 0.161654 0.388922
+0.000274662 0.164065 0.395895
+0.000396735 0.166552 0.403113
+0.000610361 0.169329 0.410864
+0.000976577 0.172152 0.418662
+0.00154116 0.175082 0.426703
+0.00213626 0.178042 0.434653
+0.0027924 0.180957 0.442527
+0.00367742 0.183963 0.450523
+0.00491341 0.186862 0.457816
+0.00772107 0.190997 0.46746
+0.0147097 0.195773 0.478935
+0.03093 0.200885 0.491524
+0.0654917 0.2065 0.505943
+0.124102 0.210651 0.518044
+0.186191 0.213809 0.53077
+0.248905 0.216007 0.544411
+0.323018 0.215473 0.557595
+0.405493 0.22034 0.563897
+0.490944 0.229023 0.565347
+0.558877 0.247181 0.560891
+0.627863 0.258946 0.556085
+0.697765 0.267521 0.550301
+0.772305 0.273198 0.541192
+0.841901 0.278737 0.53489
+0.905303 0.284443 0.532906
+0.959762 0.290669 0.538094
+0.986679 0.297307 0.548714
+1 0.303868 0.559396
+0 0.158206 0.378241
+1.5259e-05 0.160555 0.384939
+4.57771e-05 0.16289 0.391592
+6.10361e-05 0.16524 0.398291
+6.10361e-05 0.167605 0.40499
+3.0518e-05 0.170062 0.411887
+0.000122072 0.172839 0.419547
+0.000350958 0.17583 0.427665
+0.000656138 0.17879 0.435752
+0.00108339 0.181674 0.443656
+0.00158694 0.184543 0.451698
+0.00215152 0.187411 0.459617
+0.00303655 0.190265 0.467048
+0.00454719 0.19353 0.474845
+0.00683604 0.197604 0.483909
+0.0124971 0.202564 0.495537
+0.0335546 0.208133 0.509041
+0.0704051 0.213565 0.522942
+0.131472 0.217716 0.534829
+0.195285 0.220554 0.547845
+0.263478 0.22211 0.560845
+0.335988 0.222339 0.573922
+0.425528 0.2271 0.577478
+0.505547 0.238254 0.576974
+0.577569 0.256001 0.571908
+0.645579 0.266423 0.566873
+0.716991 0.274189 0.559594
+0.790494 0.279759 0.551034
+0.860227 0.285222 0.545373
+0.920546 0.290974 0.546822
+0.969833 0.296818 0.552483
+0.994339 0.303471 0.564508
+0.999695 0.31014 0.575341
+0 0.164157 0.394339
+0 0.166552 0.401083
+0 0.168872 0.407584
+0 0.171283 0.414206
+0 0.173831 0.421241
+0 0.176547 0.428611
+4.57771e-05 0.179446 0.436454
+0.000167849 0.182422 0.444541
+0.000381476 0.185382 0.452766
+0.000640879 0.188296 0.460929
+0.00105287 0.191119 0.468894
+0.00148013 0.193774 0.476326
+0.00225834 0.196643 0.483589
+0.00381476 0.200259 0.491691
+0.00637827 0.20444 0.501274
+0.0100404 0.209339 0.512642
+0.0336919 0.215366 0.527214
+0.0775158 0.22034 0.540093
+0.136675 0.224567 0.552392
+0.204425 0.227573 0.56466
+0.276112 0.228763 0.577295
+0.354192 0.230167 0.587015
+0.444083 0.231983 0.592416
+0.522057 0.247578 0.588281
+0.595697 0.262715 0.582834
+0.661128 0.274937 0.57763
+0.735256 0.280751 0.568826
+0.807248 0.286381 0.56199
+0.87686 0.292012 0.558114
+0.935332 0.297475 0.561975
+0.974685 0.303426 0.570092
+0.99855 0.309606 0.580285
+0.999588 0.316457 0.59115
+0 0.170474 0.410742
+0 0.172885 0.417395
+0 0.175372 0.424216
+0 0.177844 0.431006
+0 0.180453 0.438056
+0 0.18323 0.44564
+0 0.18613 0.453574
+6.10361e-05 0.189059 0.461707
+0.000122072 0.191959 0.469932
+0.000289921 0.194858 0.47805
+0.000518807 0.197757 0.486015
+0.000976577 0.200397 0.493202
+0.00161746 0.203326 0.500832
+0.00306706 0.206867 0.509209
+0.0055848 0.211292 0.519371
+0.0135348 0.216449 0.53109
+0.0297551 0.222599 0.54519
+0.0816968 0.227314 0.557397
+0.14374 0.231312 0.569375
+0.215061 0.234424 0.581064
+0.287694 0.235752 0.592721
+0.371313 0.236439 0.600793
+0.457801 0.239811 0.604898
+0.541604 0.25594 0.599634
+0.610758 0.269978 0.593805
+0.67863 0.281407 0.586709
+0.751919 0.287663 0.579492
+0.823407 0.293431 0.575174
+0.889509 0.298924 0.574655
+0.950286 0.303899 0.577249
+0.98175 0.309697 0.586236
+0.997925 0.316045 0.596201
+1 0.322911 0.607202
+0 0.17705 0.42739
+0 0.179431 0.433875
+0 0.181903 0.44065
+0 0.184451 0.447608
+0 0.187091 0.454887
+0 0.189883 0.462699
+0 0.192691 0.470573
+0 0.195529 0.478553
+0 0.19855 0.486839
+7.62951e-05 0.201602 0.494881
+0.00030518 0.204456 0.502632
+0.000656138 0.20734 0.510567
+0.00131228 0.210391 0.518654
+0.00231937 0.213519 0.52668
+0.00442512 0.217914 0.536767
+0.0129244 0.223423 0.549172
+0.0344854 0.22916 0.562249
+0.0810254 0.234424 0.574853
+0.150591 0.238361 0.586328
+0.22446 0.24126 0.597269
+0.299321 0.243168 0.607095
+0.384924 0.241978 0.615061
+0.472404 0.249805 0.615793
+0.558404 0.262257 0.611643
+0.624643 0.278202 0.603601
+0.695537 0.288106 0.597009
+0.767727 0.295109 0.592309
+0.839124 0.30071 0.589334
+0.903273 0.305669 0.590326
+0.956298 0.310521 0.593881
+0.991257 0.315801 0.601343
+0.997909 0.322606 0.612253
+1 0.329244 0.622858
+0 0.183688 0.443976
+0 0.186069 0.450507
+0 0.188571 0.45742
+0 0.191135 0.464561
+0 0.193805 0.472038
+0 0.19649 0.479637
+0 0.199329 0.487343
+0 0.202426 0.495476
+0 0.205585 0.503853
+0 0.208652 0.511894
+0.000137331 0.211505 0.519738
+0.000366217 0.214389 0.527901
+0.000823987 0.217319 0.535988
+0.00175479 0.220615 0.544488
+0.00334173 0.224582 0.554177
+0.00952163 0.230411 0.567025
+0.0375372 0.236118 0.579812
+0.0843061 0.241627 0.592569
+0.155184 0.246067 0.603662
+0.232258 0.248524 0.612528
+0.312551 0.249424 0.620829
+0.395056 0.248905 0.629648
+0.488075 0.257206 0.628031
+0.569131 0.269703 0.622629
+0.640131 0.287327 0.612848
+0.711025 0.295598 0.608774
+0.782254 0.30248 0.606165
+0.853208 0.307927 0.604547
+0.917906 0.312383 0.605219
+0.963607 0.317052 0.609659
+0.993835 0.322332 0.617014
+0.998856 0.329473 0.628733
+1 0.336095 0.638849
+0 0.190463 0.460761
+0 0.19295 0.46772
+0 0.195422 0.474617
+0 0.197955 0.481605
+0 0.200671 0.488899
+0 0.20351 0.496422
+0 0.206455 0.504173
+0 0.209552 0.512428
+0 0.212726 0.520943
+1.5259e-05 0.215839 0.529213
+4.57771e-05 0.21883 0.537362
+0.000122072 0.221576 0.54522
+0.000289921 0.224567 0.553613
+0.000991836 0.228 0.562509
+0.00288396 0.232273 0.572824
+0.00611887 0.237552 0.584909
+0.0343328 0.243748 0.59794
+0.0856947 0.249271 0.609689
+0.155581 0.253925 0.619898
+0.238483 0.25626 0.626871
+0.320333 0.256641 0.635493
+0.406592 0.258396 0.641657
+0.503182 0.261448 0.642374
+0.581415 0.278767 0.632349
+0.655253 0.293904 0.624567
+0.723857 0.303883 0.621973
+0.796658 0.309834 0.620493
+0.866102 0.314961 0.62002
+0.930068 0.319341 0.620462
+0.971679 0.323903 0.625711
+0.992523 0.329763 0.634211
+1 0.336339 0.644343
+1 0.343404 0.655238
+0 0.197421 0.477836
+0 0.199969 0.484764
+0 0.202502 0.491478
+0 0.205112 0.498451
+0 0.207874 0.505852
+0 0.210773 0.513512
+0 0.213748 0.521508
+0 0.216876 0.530022
+0 0.220233 0.538933
+0 0.223438 0.547173
+0 0.22652 0.555352
+1.5259e-05 0.229801 0.564157
+0.000106813 0.233066 0.572717
+0.000518807 0.23653 0.581674
+0.00184634 0.240742 0.592203
+0.00872816 0.245579 0.603494
+0.0231632 0.25156 0.616205
+0.0798962 0.257572 0.627619
+0.153353 0.261677 0.635782
+0.240574 0.264027 0.641947
+0.324178 0.264912 0.650843
+0.417639 0.265141 0.655024
+0.511269 0.268894 0.654002
+0.596735 0.288136 0.642191
+0.667674 0.300633 0.638056
+0.736675 0.310567 0.636149
+0.809384 0.317342 0.635554
+0.877134 0.322148 0.635477
+0.93463 0.32668 0.637522
+0.981369 0.330739 0.641245
+0.99379 0.336812 0.650339
+1 0.343526 0.660487
+1 0.350835 0.67158
+0 0.205188 0.49514
+0 0.20798 0.501976
+0 0.210742 0.508919
+0 0.213596 0.516304
+0 0.216693 0.524315
+0 0.219837 0.532464
+0 0.223041 0.54107
+0 0.2262 0.550057
+0 0.229175 0.558862
+0 0.232319 0.5673
+0 0.235798 0.575998
+0 0.239307 0.58471
+6.10361e-05 0.242863 0.593744
+0.000213626 0.246067 0.60206
+0.000717174 0.249531 0.611292
+0.00593576 0.254597 0.623178
+0.0236973 0.260487 0.635523
+0.0628519 0.267353 0.647303
+0.147555 0.271458 0.653971
+0.236851 0.274006 0.660639
+0.326299 0.274846 0.666835
+0.423041 0.271778 0.670237
+0.518196 0.280476 0.665278
+0.609247 0.29369 0.656992
+0.677043 0.307759 0.652644
+0.747768 0.317433 0.651225
+0.81854 0.324773 0.651133
+0.887541 0.32987 0.651392
+0.941543 0.333898 0.653513
+0.980621 0.338323 0.65803
+0.998398 0.343709 0.665644
+1 0.351232 0.676921
+1 0.358511 0.687907
+0 0.215412 0.514641
+0 0.218479 0.522087
+0 0.221393 0.529427
+0 0.224414 0.53724
+0 0.227634 0.545586
+0 0.230747 0.554055
+0 0.233997 0.562905
+0 0.237079 0.571786
+0 0.240208 0.58085
+0 0.24332 0.589364
+0 0.246983 0.598108
+0 0.251255 0.607034
+1.5259e-05 0.25539 0.616083
+6.10361e-05 0.259022 0.624613
+0.000274662 0.262425 0.632898
+0.00248722 0.267765 0.645609
+0.016846 0.274495 0.659007
+0.0531167 0.281392 0.671153
+0.135256 0.287495 0.679515
+0.227939 0.288746 0.683268
+0.323507 0.287282 0.685115
+0.419348 0.283665 0.68632
+0.524544 0.28925 0.679469
+0.611856 0.300099 0.673442
+0.686351 0.316564 0.667613
+0.755947 0.326513 0.667613
+0.825757 0.334035 0.667933
+0.893339 0.339483 0.668727
+0.950759 0.342657 0.669627
+0.982666 0.346853 0.674372
+1 0.352056 0.681575
+0.999939 0.359945 0.69427
+1 0.366812 0.704982
+0 0.228351 0.538445
+0 0.230838 0.545083
+0 0.234516 0.552407
+0 0.238621 0.56051
+0 0.242924 0.569299
+0 0.247227 0.578531
+0 0.251133 0.58735
+0 0.255161 0.596765
+0 0.259068 0.60618
+0 0.263157 0.615396
+0 0.266819 0.624277
+0 0.270573 0.633371
+0 0.274571 0.641764
+0 0.278004 0.649439
+0.000183108 0.281926 0.658763
+0.00077821 0.286198 0.669688
+0.00662242 0.293034 0.683543
+0.0454108 0.300496 0.696361
+0.107942 0.307439 0.707149
+0.205554 0.309957 0.70898
+0.306462 0.307424 0.707317
+0.409293 0.304875 0.704845
+0.514046 0.301839 0.703502
+0.607355 0.31458 0.695872
+0.69073 0.32752 0.690303
+0.757931 0.341787 0.686564
+0.830091 0.347448 0.686824
+0.897108 0.351156 0.686534
+0.95697 0.353811 0.687144
+0.986206 0.357794 0.692119
+0.998001 0.363806 0.701396
+1 0.370748 0.712795
+1 0.377417 0.723629
+0 0.249897 0.564324
+0 0.253483 0.571694
+0 0.257588 0.579736
+0 0.263172 0.589212
+0 0.268162 0.598505
+0 0.272938 0.607736
+0 0.277638 0.617075
+0 0.281849 0.62623
+0 0.286137 0.635386
+0 0.290013 0.643931
+0 0.293477 0.65211
+0 0.296849 0.659892
+0 0.299962 0.66717
+0 0.303868 0.673396
+0 0.307698 0.680644
+0.000335698 0.312428 0.689525
+0.0010071 0.31783 0.700267
+0.0235752 0.326833 0.717723
+0.0776837 0.334752 0.730617
+0.157885 0.341024 0.7402
+0.277333 0.340749 0.741161
+0.385565 0.335515 0.736568
+0.489845 0.330602 0.728893
+0.598657 0.329961 0.723415
+0.682643 0.342702 0.714748
+0.761288 0.354543 0.707835
+0.832822 0.362417 0.706142
+0.899855 0.36733 0.706676
+0.951797 0.371984 0.709331
+0.989609 0.376211 0.713771
+0.996429 0.381491 0.723125
+1 0.386114 0.732906
+1 0.390005 0.742779
+0 0.28455 0.600031
+0 0.288991 0.607828
+0 0.292927 0.61561
+0 0.296742 0.623346
+0 0.301472 0.629831
+0 0.30602 0.636393
+0 0.31107 0.643244
+0 0.316014 0.650431
+0 0.321141 0.657481
+0 0.326116 0.664637
+0 0.330755 0.671794
+0 0.334859 0.678614
+0 0.338704 0.685222
+0 0.341909 0.690959
+0 0.344747 0.696834
+0 0.34844 0.704204
+0.00131228 0.352987 0.715206
+0.00402838 0.359792 0.731533
+0.0366064 0.36936 0.750515
+0.119951 0.377157 0.767315
+0.240696 0.383352 0.782177
+0.348775 0.376898 0.773388
+0.456336 0.369162 0.768185
+0.560159 0.363928 0.763653
+0.66688 0.369863 0.755154
+0.750057 0.38204 0.746197
+0.824613 0.394659 0.73843
+0.892699 0.401266 0.736141
+0.945678 0.403418 0.737118
+0.982849 0.404196 0.740353
+0.999023 0.404822 0.745998
+0.999969 0.406577 0.755444
+1 0.408606 0.764218
+0 0.322011 0.624063
+0 0.32668 0.629877
+0 0.331472 0.635981
+0 0.336431 0.642206
+0 0.341192 0.648371
+0 0.346197 0.654261
+0 0.352239 0.660533
+0 0.357534 0.667094
+0 0.362951 0.67425
+0 0.367895 0.681849
+0 0.372457 0.689342
+0 0.377066 0.696605
+0 0.38114 0.703868
+0 0.384344 0.710506
+0 0.387488 0.71725
+0 0.390234 0.723583
+3.0518e-05 0.393561 0.730892
+0.00238041 0.398535 0.741192
+0.00833143 0.405646 0.757275
+0.0897231 0.41915 0.787549
+0.186084 0.426841 0.807172
+0.303777 0.430976 0.820844
+0.410483 0.422721 0.816251
+0.52076 0.415549 0.808057
+0.627619 0.410605 0.798169
+0.728618 0.418143 0.787564
+0.81181 0.427268 0.777218
+0.883253 0.435981 0.767529
+0.94667 0.437751 0.766125
+0.980529 0.437369 0.768688
+0.99881 0.438254 0.77351
+0.999832 0.439734 0.78024
+1 0.438804 0.783551
+0 0.362707 0.639231
+0 0.367864 0.644541
+0 0.373098 0.650095
+0 0.378302 0.656123
+0 0.384024 0.662409
+0 0.389395 0.668833
+0 0.394476 0.674937
+0 0.399603 0.681376
+0 0.404639 0.688594
+0 0.40911 0.695949
+0 0.413443 0.703349
+0 0.418219 0.710628
+0 0.423743 0.717739
+0 0.428244 0.724102
+0 0.432029 0.730404
+0 0.43534 0.736629
+0 0.439231 0.744839
+0 0.443931 0.754757
+0.00941482 0.449699 0.768963
+0.0359045 0.458946 0.791669
+0.143923 0.472679 0.825269
+0.259831 0.479683 0.847547
+0.37203 0.479973 0.857481
+0.479973 0.469871 0.851347
+0.588617 0.46276 0.84358
+0.697566 0.457786 0.834257
+0.793317 0.466438 0.822171
+0.875334 0.475563 0.809583
+0.941115 0.484489 0.798566
+0.979141 0.486595 0.79649
+0.99498 0.485435 0.798154
+1 0.483055 0.80116
+1 0.477073 0.801633
+0 0.403586 0.652399
+0 0.40824 0.657771
+0 0.413092 0.66334
+0 0.417868 0.668818
+0 0.423163 0.674327
+0 0.428183 0.679774
+0 0.43331 0.685466
+0 0.43856 0.692409
+0 0.44387 0.700252
+0 0.448585 0.708202
+0 0.453483 0.716579
+0 0.459403 0.725292
+0 0.464744 0.733074
+0 0.469322 0.739742
+0 0.473091 0.745937
+0 0.477333 0.752453
+0 0.480995 0.758831
+0 0.485237 0.767468
+0.0024567 0.492027 0.781674
+0.0274662 0.501183 0.800809
+0.117281 0.511162 0.826963
+0.224735 0.522545 0.85742
+0.337713 0.528923 0.880629
+0.446036 0.526848 0.890532
+0.55462 0.518425 0.882414
+0.663066 0.51368 0.870787
+0.773373 0.512398 0.856474
+0.861982 0.522316 0.840085
+0.931365 0.530129 0.827939
+0.980911 0.535836 0.819547
+0.994583 0.535775 0.8215
+0.999985 0.532906 0.822766
+1 0.530632 0.824201
+0 0.442969 0.667247
+0 0.447669 0.673091
+0 0.45275 0.679057
+0 0.457389 0.684871
+0 0.462119 0.690776
+0 0.466987 0.696559
+0 0.47155 0.702037
+0 0.477028 0.709224
+0 0.482689 0.717449
+0 0.488441 0.725338
+0 0.494347 0.733776
+0 0.500084 0.741985
+0 0.505486 0.749996
+0 0.510216 0.756817
+0 0.51487 0.763119
+0 0.519097 0.769863
+0 0.522988 0.776623
+0 0.52697 0.783337
+6.10361e-05 0.533852 0.79527
+0.0254063 0.54255 0.813977
+0.0778668 0.552422 0.833768
+0.20148 0.564675 0.856168
+0.314443 0.574121 0.88188
+0.421866 0.579522 0.901625
+0.527337 0.576928 0.905119
+0.636927 0.571145 0.89868
+0.744625 0.568536 0.887205
+0.84921 0.571588 0.870024
+0.923781 0.579812 0.856001
+0.974746 0.586572 0.847669
+0.998032 0.591653 0.846448
+0.999344 0.59202 0.847929
+1 0.594659 0.849836
+0 0.483131 0.686992
+0 0.487907 0.693049
+0 0.492866 0.699214
+0 0.497841 0.705348
+0 0.5028 0.711299
+0 0.507713 0.717174
+0 0.513222 0.723842
+0 0.51838 0.730678
+0 0.524392 0.737804
+0 0.530221 0.745556
+0 0.536034 0.753841
+0 0.541619 0.762356
+0 0.547509 0.770855
+0 0.552483 0.778271
+0 0.557 0.785382
+0 0.561471 0.792706
+0 0.565744 0.798276
+0 0.569726 0.80174
+0 0.574075 0.805386
+0.010132 0.5823 0.816022
+0.0760357 0.593133 0.830793
+0.186282 0.605478 0.849897
+0.295796 0.616495 0.875547
+0.403723 0.62501 0.898314
+0.510643 0.631327 0.915862
+0.615244 0.629343 0.918563
+0.722011 0.628214 0.910552
+0.824628 0.628473 0.897627
+0.915831 0.63476 0.880064
+0.96463 0.642725 0.871839
+0.993423 0.649012 0.866819
+0.999557 0.65211 0.865766
+1 0.656306 0.866545
+0 0.525124 0.711147
+0 0.53019 0.717662
+0 0.535454 0.724422
+0 0.541039 0.731548
+0 0.546365 0.73846
+0 0.551888 0.745464
+0 0.557076 0.752377
+0 0.562142 0.759441
+0 0.567376 0.76611
+0 0.572778 0.773114
+0 0.578668 0.780484
+0 0.584543 0.787945
+0 0.590036 0.795941
+0 0.595636 0.801587
+0 0.600458 0.805982
+0 0.605936 0.810208
+0 0.610391 0.812909
+0 0.614771 0.815229
+0.00151064 0.619516 0.818463
+0.00553903 0.625223 0.823392
+0.0781415 0.634516 0.83476
+0.168688 0.645029 0.85008
+0.277592 0.656886 0.869993
+0.389715 0.669871 0.892653
+0.496162 0.679881 0.91162
+0.598764 0.687724 0.926131
+0.70367 0.688167 0.923217
+0.8047 0.690196 0.911254
+0.895705 0.694301 0.896406
+0.959213 0.703761 0.884947
+0.987106 0.709651 0.879698
+0.998993 0.714733 0.877592
+0.999832 0.720043 0.878233
+0 0.57026 0.741405
+0 0.575891 0.748608
+0 0.58146 0.755642
+0 0.58648 0.762219
+0 0.592126 0.769055
+0 0.597192 0.77554
+0 0.602304 0.78201
+0 0.607569 0.788434
+0 0.61239 0.794598
+0 0.617121 0.800732
+0 0.622309 0.805203
+0 0.628351 0.80914
+0 0.634516 0.813809
+0 0.640452 0.818723
+0 0.646159 0.82327
+0 0.651713 0.827054
+0 0.657252 0.830121
+0 0.661707 0.832685
+0.00123598 0.666575 0.836133
+0.0144503 0.671717 0.840742
+0.0513619 0.677867 0.847318
+0.140948 0.687205 0.85893
+0.248554 0.698253 0.872465
+0.36965 0.711452 0.888853
+0.479973 0.725887 0.90602
+0.587503 0.737545 0.916976
+0.689311 0.746944 0.921599
+0.788739 0.750118 0.912627
+0.876432 0.756497 0.90222
+0.949905 0.763638 0.8916
+0.983429 0.768658 0.887434
+0.997101 0.773419 0.886351
+1 0.777783 0.886702
+0 0.617639 0.77348
+0 0.623026 0.779751
+0 0.628168 0.78584
+0 0.633768 0.792142
+0 0.638804 0.79826
+0 0.644663 0.804807
+0 0.64979 0.811002
+0 0.654887 0.816419
+0 0.660487 0.819089
+0 0.665599 0.821683
+0 0.671061 0.824521
+0 0.676127 0.828046
+0 0.682002 0.832349
+0 0.687648 0.836637
+0 0.693614 0.841276
+0 0.699443 0.845579
+0 0.704768 0.849592
+3.0518e-05 0.709865 0.853315
+0.000411994 0.714794 0.856809
+0.00898756 0.719768 0.860685
+0.0306554 0.72575 0.865248
+0.0886244 0.733333 0.872236
+0.199329 0.743267 0.881575
+0.328649 0.754482 0.891386
+0.455253 0.768154 0.901549
+0.565652 0.782666 0.9084
+0.671794 0.795529 0.911528
+0.771908 0.806851 0.910277
+0.860594 0.81387 0.901457
+0.93077 0.820111 0.895125
+0.983673 0.824598 0.891447
+0.989761 0.828855 0.891402
+0.991745 0.832975 0.891554
+0 0.667155 0.802991
+0 0.672084 0.809079
+0 0.677378 0.815213
+0 0.682872 0.821591
+0 0.688014 0.828244
+0 0.693645 0.832288
+0 0.699062 0.835096
+0 0.70454 0.838041
+0 0.710292 0.841062
+0 0.715816 0.844083
+0 0.721218 0.847257
+0 0.726482 0.850187
+0 0.731304 0.852461
+0 0.736324 0.854948
+0 0.741161 0.857939
+0 0.746014 0.862638
+0 0.751614 0.865553
+0 0.75697 0.86775
+3.0518e-05 0.763073 0.870069
+0.00175479 0.767544 0.872404
+0.0155795 0.773266 0.875761
+0.0434272 0.779507 0.879881
+0.124666 0.788388 0.886152
+0.248096 0.800305 0.892821
+0.391577 0.813794 0.899184
+0.524025 0.829297 0.904738
+0.637675 0.844007 0.906035
+0.743603 0.857313 0.904219
+0.838514 0.868513 0.898665
+0.915846 0.873182 0.891981
+0.962493 0.877348 0.886381
+0.971176 0.88127 0.883696
+0.969009 0.885206 0.882246
+0 0.716625 0.832456
+0 0.721492 0.839078
+0 0.726818 0.845228
+0 0.732296 0.847593
+0 0.737514 0.849577
+0 0.742687 0.851408
+0 0.747738 0.853254
+0 0.752819 0.855177
+0 0.757763 0.857038
+0 0.762737 0.858778
+0 0.767758 0.860487
+0 0.772091 0.862043
+0 0.776242 0.863676
+0 0.780789 0.864897
+0 0.786175 0.867964
+0 0.791882 0.87155
+0 0.798016 0.873335
+0 0.805264 0.876554
+0 0.811795 0.879667
+0 0.817105 0.881651
+0.00323491 0.822446 0.884153
+0.020737 0.828824 0.887572
+0.0508278 0.836164 0.891752
+0.152529 0.848371 0.896239
+0.289738 0.86302 0.899641
+0.449958 0.878981 0.901671
+0.584512 0.895018 0.90193
+0.705623 0.904326 0.899825
+0.814954 0.910658 0.893584
+0.912825 0.912734 0.878614
+0.942489 0.913649 0.873335
+0.951232 0.914336 0.87126
+0.950835 0.914916 0.87097
+0 0.763546 0.854353
+0 0.76878 0.856229
+0 0.773968 0.858305
+0 0.779156 0.86009
+0 0.784772 0.862119
+0 0.79028 0.864195
+0 0.795773 0.866331
+0 0.801144 0.868528
+0 0.80679 0.870619
+0 0.811994 0.872587
+0 0.817395 0.874113
+0 0.822309 0.875456
+0 0.827665 0.876921
+0 0.832242 0.878202
+0 0.83537 0.879484
+0 0.837003 0.880507
+0 0.839506 0.882231
+0 0.843046 0.886
+0 0.846372 0.887251
+0 0.849012 0.887907
+0 0.850309 0.889036
+0.00332647 0.852918 0.891768
+0.043946 0.858503 0.894865
+0.130449 0.867506 0.898192
+0.315068 0.8804 0.899947
+0.478599 0.893507 0.900984
+0.622477 0.906325 0.901198
+0.73698 0.913939 0.898405
+0.843565 0.917693 0.886732
+0.929015 0.919203 0.872618
+0.943877 0.919356 0.86952
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.813748 0.868833
+0 0.819348 0.870924
+0 0.825193 0.873121
+0 0.830121 0.874998
+0 0.835386 0.876951
+0 0.83595 0.877806
+0 0.836301 0.878599
+0 0.837003 0.879179
+0 0.837995 0.879469
+0 0.838895 0.87982
+0 0.839765 0.880186
+0 0.840635 0.880476
+0 0.841505 0.880796
+0 0.842359 0.881163
+0 0.843061 0.881422
+0 0.844984 0.88275
+0 0.847166 0.885313
+0 0.849973 0.888609
+0 0.852979 0.888609
+0 0.854276 0.88925
+0 0.855283 0.890654
+0 0.857313 0.893324
+0.0689403 0.864576 0.896361
+0.191379 0.874403 0.898878
+0.379751 0.886748 0.900435
+0.531929 0.899565 0.901091
+0.664591 0.909621 0.900114
+0.779644 0.916518 0.897154
+0.882277 0.918379 0.880369
+0.934752 0.919264 0.871427
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.840162 0.877531
+0 0.840726 0.87834
+0 0.84126 0.879164
+0 0.841794 0.879942
+0 0.84239 0.880766
+0 0.843076 0.880964
+0 0.843076 0.880964
+0 0.843076 0.880964
+0 0.843061 0.880995
+0 0.843076 0.881086
+0 0.843198 0.881224
+0 0.843305 0.88127
+0 0.843473 0.881422
+0 0.843565 0.881514
+0 0.844007 0.881895
+0 0.845533 0.883223
+0 0.848173 0.886687
+0 0.851072 0.888609
+0 0.85388 0.888685
+0 0.85449 0.889586
+0 0.856077 0.891676
+0.0171664 0.859434 0.894469
+0.101335 0.867781 0.897536
+0.264836 0.879225 0.899489
+0.441093 0.891722 0.900755
+0.589044 0.904494 0.901305
+0.709377 0.912337 0.899062
+0.820035 0.917281 0.890684
+0.922087 0.919097 0.873808
+0.94078 0.919326 0.870176
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.00167849 0.126711 0.304845
+0.00155642 0.128878 0.310002
+0.00151064 0.131151 0.315435
+0.00158694 0.133562 0.321294
+0.00169375 0.135897 0.326986
+0.00180056 0.138262 0.332753
+0.00196841 0.140658 0.338537
+0.00224308 0.143038 0.344289
+0.00259403 0.145556 0.350683
+0.00303655 0.148013 0.357321
+0.00360113 0.150561 0.364218
+0.00424201 0.15314 0.371267
+0.00509651 0.155932 0.379004
+0.00627146 0.158724 0.386618
+0.00773632 0.161791 0.394675
+0.0100404 0.165118 0.403403
+0.016083 0.169299 0.41471
+0.0283818 0.173877 0.427054
+0.0520943 0.178775 0.439033
+0.0981765 0.18265 0.453239
+0.148806 0.18613 0.467689
+0.202213 0.189136 0.482033
+0.263249 0.189746 0.496468
+0.336599 0.192966 0.507637
+0.41651 0.198474 0.515251
+0.486793 0.213611 0.51426
+0.554253 0.227161 0.513512
+0.620584 0.23917 0.511391
+0.693812 0.245899 0.506218
+0.765316 0.252064 0.499077
+0.834592 0.258122 0.492287
+0.897551 0.264347 0.488396
+0.945724 0.271778 0.493889
+0.00128176 0.132342 0.317845
+0.00114443 0.134539 0.323018
+0.00112917 0.136889 0.328649
+0.00120546 0.139254 0.33434
+0.00129702 0.141634 0.340063
+0.00141909 0.144045 0.3458
+0.00164797 0.14641 0.352178
+0.00195315 0.148867 0.358907
+0.00231937 0.151415 0.36585
+0.00276188 0.15404 0.372915
+0.00326543 0.156634 0.379934
+0.00383001 0.159243 0.387182
+0.00474556 0.162036 0.394934
+0.00593576 0.16492 0.402487
+0.00746166 0.167895 0.410178
+0.00959792 0.171145 0.418799
+0.0153506 0.175433 0.430869
+0.0313115 0.18027 0.442954
+0.058854 0.18526 0.455848
+0.106462 0.189334 0.470207
+0.159472 0.192645 0.484001
+0.216434 0.194934 0.497673
+0.27631 0.19617 0.512291
+0.35584 0.19913 0.522347
+0.432685 0.207263 0.527367
+0.508354 0.22092 0.526711
+0.572381 0.235447 0.525048
+0.640909 0.245853 0.521385
+0.712947 0.252674 0.51577
+0.785901 0.258518 0.507103
+0.853758 0.264363 0.500526
+0.914199 0.270481 0.498161
+0.96083 0.278019 0.506172
+0.000869764 0.138079 0.330907
+0.000732433 0.140291 0.336034
+0.000732433 0.142626 0.341573
+0.000808728 0.145068 0.347662
+0.000961318 0.147433 0.354101
+0.00115969 0.149767 0.360479
+0.00137331 0.152193 0.367147
+0.00164797 0.154711 0.373968
+0.00198367 0.157366 0.381125
+0.00236515 0.160037 0.388373
+0.00283818 0.162676 0.395712
+0.00350958 0.165301 0.403052
+0.00444038 0.16817 0.410819
+0.00541695 0.171069 0.418112
+0.00700389 0.174014 0.425971
+0.00999466 0.177615 0.435798
+0.0147707 0.181888 0.447379
+0.0328374 0.187152 0.459586
+0.0673381 0.191745 0.472877
+0.114626 0.195895 0.486839
+0.171023 0.199283 0.499702
+0.229786 0.201205 0.513573
+0.294804 0.202991 0.527047
+0.373693 0.204257 0.538231
+0.452735 0.215183 0.539712
+0.527062 0.228717 0.538872
+0.589822 0.245075 0.536416
+0.660655 0.252766 0.531502
+0.732815 0.259281 0.524681
+0.806302 0.264958 0.515846
+0.871458 0.270604 0.510597
+0.92752 0.277134 0.512489
+0.973114 0.284169 0.520043
+0.00047303 0.14403 0.344137
+0.000427253 0.14612 0.349584
+0.000518807 0.148455 0.356023
+0.000610361 0.150835 0.3626
+0.000717174 0.153185 0.369009
+0.000869764 0.15552 0.375357
+0.00105287 0.157992 0.382086
+0.00128176 0.160616 0.389166
+0.00154116 0.163333 0.396612
+0.00189212 0.166003 0.40412
+0.00244144 0.168612 0.411444
+0.00320439 0.171405 0.41912
+0.0040589 0.174411 0.427146
+0.00497444 0.177203 0.43444
+0.00650034 0.180194 0.442451
+0.00991836 0.184131 0.452689
+0.0178073 0.188602 0.46363
+0.0321965 0.193851 0.475822
+0.0741131 0.198367 0.489723
+0.125048 0.202457 0.502876
+0.183352 0.205966 0.515221
+0.242451 0.207843 0.529442
+0.313222 0.20882 0.542428
+0.390829 0.211002 0.552636
+0.475853 0.222095 0.55259
+0.54403 0.2374 0.550546
+0.610056 0.251637 0.546578
+0.679789 0.259617 0.541787
+0.753155 0.265736 0.533639
+0.823789 0.271321 0.526131
+0.890425 0.27689 0.520684
+0.942428 0.283558 0.526497
+0.979446 0.290242 0.534951
+0.000289921 0.149722 0.358557
+0.000289921 0.151843 0.36437
+0.000350958 0.154208 0.370886
+0.000381476 0.156558 0.37734
+0.000427253 0.158877 0.383734
+0.000534066 0.161303 0.390356
+0.000701915 0.163821 0.397253
+0.000885023 0.166598 0.404929
+0.00109865 0.169314 0.412589
+0.00149538 0.172015 0.420249
+0.002121 0.174823 0.428
+0.00280766 0.177646 0.435767
+0.00355535 0.180652 0.443809
+0.00456245 0.183474 0.451286
+0.00601205 0.186511 0.459159
+0.00929274 0.190616 0.468986
+0.0187686 0.195331 0.480003
+0.0387274 0.20032 0.49247
+0.0779736 0.205173 0.506493
+0.135897 0.209262 0.518456
+0.195621 0.212451 0.531197
+0.254734 0.214664 0.545281
+0.330282 0.214527 0.55848
+0.411078 0.219791 0.564721
+0.495018 0.228855 0.565637
+0.561471 0.246509 0.561654
+0.62977 0.258228 0.557076
+0.699123 0.266529 0.551431
+0.772702 0.272236 0.542992
+0.842069 0.277714 0.536431
+0.905364 0.283436 0.534264
+0.959457 0.289662 0.539803
+0.986557 0.29633 0.550256
+0.000137331 0.155352 0.37319
+0.00015259 0.157565 0.379309
+0.000167849 0.159899 0.385824
+0.000167849 0.162295 0.392493
+0.00015259 0.16463 0.398978
+0.000213626 0.167086 0.405722
+0.000381476 0.169833 0.413352
+0.000579843 0.172641 0.421286
+0.000839246 0.175494 0.429267
+0.00125124 0.178271 0.436912
+0.00177005 0.18114 0.444785
+0.00230411 0.184054 0.452827
+0.00296025 0.186862 0.460517
+0.00399786 0.189654 0.467781
+0.00581369 0.193011 0.475853
+0.0087129 0.197024 0.484672
+0.0174716 0.202014 0.496284
+0.043946 0.207065 0.509575
+0.0853132 0.211917 0.523156
+0.146014 0.216083 0.534798
+0.206424 0.219013 0.548348
+0.27216 0.220768 0.561639
+0.345251 0.220859 0.57438
+0.431952 0.226612 0.577874
+0.510674 0.237736 0.577157
+0.580789 0.25565 0.572045
+0.64828 0.265538 0.567636
+0.718914 0.273091 0.560693
+0.791913 0.27866 0.552438
+0.860792 0.284108 0.546899
+0.921447 0.289784 0.548012
+0.970306 0.29572 0.554467
+0.993698 0.302327 0.56611
+3.0518e-05 0.160937 0.388067
+4.57771e-05 0.163302 0.394675
+3.0518e-05 0.165591 0.401114
+0 0.168002 0.407797
+1.5259e-05 0.170565 0.414878
+9.15541e-05 0.173236 0.422354
+0.000213626 0.175952 0.429984
+0.000366217 0.178775 0.437858
+0.000595102 0.181689 0.445838
+0.0009308 0.184573 0.453651
+0.00134279 0.187594 0.461936
+0.00177005 0.190372 0.469749
+0.00233463 0.193042 0.47718
+0.00331121 0.195773 0.483986
+0.00526436 0.199435 0.49221
+0.00923171 0.203708 0.501961
+0.0155337 0.208759 0.513817
+0.0467994 0.214069 0.527825
+0.0948653 0.218784 0.540352
+0.155001 0.222904 0.552316
+0.21828 0.22591 0.564981
+0.287724 0.227054 0.577661
+0.363912 0.228504 0.58761
+0.452445 0.231281 0.592096
+0.528374 0.246967 0.588098
+0.599603 0.262409 0.582589
+0.664927 0.273716 0.578576
+0.738491 0.279698 0.570169
+0.809995 0.285222 0.563485
+0.878904 0.290745 0.559487
+0.935912 0.296132 0.563653
+0.975219 0.302007 0.571588
+0.998688 0.308171 0.581872
+0 0.166567 0.403296
+0 0.169024 0.410086
+0 0.171557 0.41709
+0 0.174136 0.424277
+0 0.176715 0.431479
+3.0518e-05 0.179355 0.438895
+9.15541e-05 0.182116 0.446555
+0.000183108 0.184985 0.454353
+0.000274662 0.187976 0.46247
+0.000549325 0.191028 0.470771
+0.000854505 0.193927 0.478904
+0.00123598 0.196612 0.486595
+0.00189212 0.199329 0.493996
+0.00283818 0.202152 0.501259
+0.00457771 0.205829 0.509544
+0.00866712 0.210498 0.520134
+0.0207675 0.215747 0.532372
+0.0458076 0.221134 0.545754
+0.102602 0.225772 0.557763
+0.16492 0.229679 0.569711
+0.231464 0.232731 0.581216
+0.301472 0.233768 0.593484
+0.383902 0.234501 0.601144
+0.47039 0.23769 0.604883
+0.547814 0.256092 0.59852
+0.616846 0.269657 0.593545
+0.684092 0.280446 0.587945
+0.756771 0.286473 0.580911
+0.827237 0.292058 0.576471
+0.892332 0.297398 0.575875
+0.951278 0.30222 0.578622
+0.982025 0.307973 0.587686
+0.998276 0.314244 0.597757
+0 0.172641 0.41944
+0 0.175204 0.426551
+0 0.177737 0.433692
+0 0.180316 0.440879
+0 0.18291 0.448096
+0 0.185595 0.455497
+3.0518e-05 0.188388 0.463081
+4.57771e-05 0.191318 0.470985
+4.57771e-05 0.194354 0.479255
+0.000228885 0.197498 0.487953
+0.000518807 0.20029 0.496101
+0.000869764 0.20293 0.503655
+0.00148013 0.205676 0.511238
+0.0024567 0.208713 0.518837
+0.00389105 0.212299 0.527199
+0.00735485 0.21738 0.538216
+0.0224002 0.222736 0.550576
+0.0521553 0.228077 0.563256
+0.107591 0.233051 0.575448
+0.175021 0.236713 0.586542
+0.244709 0.239246 0.597498
+0.314687 0.240742 0.608682
+0.403128 0.239506 0.615244
+0.486931 0.24831 0.614908
+0.568292 0.263416 0.609842
+0.633387 0.277699 0.604135
+0.702907 0.286976 0.597925
+0.773892 0.293477 0.593164
+0.843778 0.298924 0.590311
+0.90663 0.303792 0.59147
+0.958572 0.308522 0.595315
+0.991135 0.313741 0.602884
+0.998306 0.320546 0.61387
+0 0.179065 0.436637
+0 0.181582 0.443687
+0 0.184146 0.450752
+0 0.186709 0.457786
+0 0.189303 0.464897
+0 0.192004 0.472236
+0 0.194919 0.480049
+0 0.197986 0.488365
+1.5259e-05 0.201053 0.496864
+0.000122072 0.203937 0.505028
+0.000335698 0.206714 0.513115
+0.000518807 0.209384 0.520897
+0.000991836 0.212055 0.528405
+0.0018616 0.215274 0.536492
+0.00347906 0.219242 0.545663
+0.00643931 0.224079 0.555764
+0.0198367 0.229862 0.568643
+0.057969 0.235126 0.580758
+0.114092 0.239933 0.592523
+0.185534 0.243687 0.602975
+0.257542 0.245731 0.613214
+0.334707 0.246372 0.621988
+0.419104 0.245319 0.629419
+0.505562 0.257084 0.626139
+0.583276 0.27042 0.620844
+0.649592 0.286809 0.613657
+0.720104 0.294057 0.609323
+0.790127 0.300404 0.6065
+0.859541 0.305867 0.605478
+0.921782 0.310018 0.606592
+0.966125 0.31458 0.611063
+0.995056 0.319982 0.618631
+0.998856 0.327138 0.630137
+0 0.185458 0.453391
+0 0.188037 0.460502
+0 0.190555 0.467369
+0 0.193088 0.474327
+0 0.195758 0.481422
+0 0.198596 0.489052
+0 0.201572 0.497185
+0 0.204608 0.505516
+0 0.207645 0.514
+6.10361e-05 0.210575 0.522271
+0.00015259 0.213367 0.530175
+0.000274662 0.215991 0.537743
+0.000457771 0.218753 0.545693
+0.00108339 0.221881 0.55407
+0.00271611 0.226093 0.563424
+0.00749218 0.231159 0.574273
+0.016022 0.236774 0.586343
+0.0618448 0.242069 0.598413
+0.122377 0.246769 0.609537
+0.194659 0.250553 0.619135
+0.269886 0.252277 0.627451
+0.350225 0.252262 0.635416
+0.433875 0.254765 0.640681
+0.525551 0.262516 0.638407
+0.597726 0.278798 0.630961
+0.666453 0.293431 0.624262
+0.735195 0.301701 0.621653
+0.805692 0.3075 0.620737
+0.873198 0.312291 0.620447
+0.935882 0.316396 0.621271
+0.973846 0.321202 0.627115
+0.993973 0.327077 0.635401
+1 0.333806 0.645762
+0 0.19205 0.470375
+0 0.194583 0.477241
+0 0.197162 0.484138
+0 0.199771 0.491173
+0 0.202426 0.49839
+0 0.205341 0.506355
+0 0.20827 0.514366
+0 0.211353 0.522728
+0 0.214374 0.530983
+1.5259e-05 0.217365 0.539208
+1.5259e-05 0.220142 0.547021
+4.57771e-05 0.222843 0.554955
+0.000289921 0.225757 0.563272
+0.00077821 0.22884 0.571496
+0.00202945 0.232929 0.580667
+0.00677501 0.23801 0.591882
+0.0237736 0.243473 0.604013
+0.0598611 0.249119 0.616251
+0.128649 0.253941 0.625971
+0.20351 0.25716 0.633982
+0.282521 0.258701 0.640543
+0.361822 0.259037 0.649577
+0.45069 0.262058 0.652216
+0.5411 0.268406 0.650278
+0.613001 0.288426 0.640024
+0.682322 0.299992 0.636408
+0.750835 0.308614 0.63537
+0.820874 0.314595 0.635203
+0.88603 0.319066 0.635676
+0.941268 0.3234 0.638071
+0.983902 0.327672 0.642084
+0.994827 0.333959 0.651408
+1 0.340688 0.661418
+0 0.198779 0.487236
+0 0.201328 0.494148
+0 0.203891 0.501152
+0 0.206485 0.508186
+0 0.209232 0.515663
+0 0.212131 0.523583
+0 0.215076 0.531502
+0 0.218158 0.539651
+0 0.22118 0.547799
+0 0.224216 0.556252
+0 0.227146 0.564553
+1.5259e-05 0.229969 0.572763
+0.000167849 0.232914 0.580941
+0.000640879 0.236286 0.589441
+0.00161746 0.240101 0.598321
+0.00517281 0.244968 0.609476
+0.0251621 0.250645 0.621668
+0.062562 0.256458 0.633112
+0.129442 0.261982 0.64242
+0.211475 0.26421 0.648035
+0.293095 0.265583 0.654856
+0.371618 0.266667 0.663966
+0.466484 0.267323 0.665507
+0.551308 0.278187 0.660548
+0.630701 0.295247 0.651682
+0.696986 0.306767 0.650172
+0.765255 0.315297 0.649866
+0.833448 0.321691 0.650523
+0.899229 0.326146 0.651118
+0.94931 0.330251 0.65391
+0.985168 0.334676 0.658351
+0.997986 0.34049 0.666514
+1 0.347814 0.677501
+0 0.205661 0.504341
+0 0.208118 0.51107
+0 0.210651 0.517952
+0 0.213275 0.525063
+0 0.216144 0.53283
+0 0.219013 0.540551
+0 0.222034 0.548592
+0 0.225132 0.557
+0 0.228275 0.565652
+0 0.231312 0.573999
+0 0.234363 0.582467
+0 0.237324 0.590738
+6.10361e-05 0.240528 0.599176
+0.000350958 0.243931 0.607507
+0.00132753 0.247684 0.616495
+0.00361639 0.251987 0.626749
+0.018616 0.258137 0.638895
+0.0636454 0.264302 0.649668
+0.130922 0.269368 0.658198
+0.218647 0.271855 0.663188
+0.299428 0.273396 0.671107
+0.385122 0.273701 0.676722
+0.478279 0.272404 0.680003
+0.565652 0.286809 0.67155
+0.644236 0.300511 0.66598
+0.709728 0.314595 0.663981
+0.778454 0.322377 0.664927
+0.845808 0.328695 0.666072
+0.910002 0.33341 0.667124
+0.959579 0.336812 0.668833
+0.986679 0.341512 0.67422
+0.999969 0.347539 0.682551
+0.999985 0.355413 0.694591
+0 0.212528 0.521019
+0 0.215106 0.527901
+0 0.217624 0.534783
+0 0.220325 0.542046
+0 0.223239 0.549889
+0 0.226215 0.5579
+0 0.229206 0.566033
+0 0.232319 0.574701
+0 0.235737 0.584054
+0 0.238895 0.592615
+0 0.2421 0.601175
+0 0.245258 0.609552
+1.5259e-05 0.248646 0.618158
+6.10361e-05 0.251759 0.625864
+0.000503548 0.255177 0.634607
+0.00401312 0.259632 0.645167
+0.011429 0.265171 0.656947
+0.0597696 0.27158 0.66714
+0.132158 0.276295 0.674617
+0.220325 0.279835 0.681071
+0.304433 0.281163 0.68661
+0.394705 0.280201 0.690822
+0.487098 0.282582 0.691188
+0.58378 0.292439 0.684031
+0.654887 0.30724 0.680385
+0.722225 0.320806 0.678782
+0.78909 0.330419 0.681056
+0.857053 0.335958 0.681819
+0.917601 0.340322 0.682811
+0.970123 0.34406 0.684901
+0.990585 0.349264 0.691402
+0.999603 0.355886 0.700786
+1 0.363348 0.712428
+0 0.220066 0.538201
+0 0.222965 0.545678
+0 0.225681 0.55285
+0 0.22855 0.560449
+0 0.231556 0.568505
+0 0.234531 0.576669
+0 0.237537 0.585092
+0 0.240528 0.593942
+0 0.243595 0.603098
+0 0.246845 0.611643
+0 0.250324 0.62034
+0 0.253849 0.629068
+0 0.257252 0.6374
+1.5259e-05 0.260365 0.645289
+0.000106813 0.2636 0.654139
+0.00268559 0.268315 0.6654
+0.0156405 0.274052 0.676966
+0.0422065 0.281147 0.68809
+0.127687 0.286656 0.69546
+0.21651 0.289601 0.700481
+0.306828 0.289891 0.702785
+0.398459 0.28835 0.705394
+0.4972 0.291279 0.703166
+0.592874 0.297353 0.699489
+0.664958 0.315084 0.694438
+0.733135 0.327169 0.695155
+0.800244 0.337041 0.696376
+0.868452 0.343648 0.697536
+0.926741 0.348089 0.699489
+0.970779 0.352483 0.702724
+0.996948 0.357214 0.707683
+0.999146 0.364324 0.718791
+1 0.371435 0.730068
+0 0.229358 0.5579
+0 0.232166 0.565011
+0 0.234958 0.572335
+0 0.23801 0.580163
+0 0.241108 0.58854
+0 0.24419 0.59707
+0 0.247196 0.605844
+0 0.250202 0.615091
+0 0.253315 0.624338
+0 0.256809 0.632746
+0 0.260929 0.641627
+0 0.264973 0.650477
+0 0.268894 0.659617
+0 0.27216 0.667872
+0.000137331 0.27541 0.676478
+0.00106813 0.279988 0.688487
+0.0103914 0.28629 0.700633
+0.0419928 0.293156 0.711986
+0.114946 0.300008 0.720745
+0.209171 0.300969 0.720317
+0.30425 0.300282 0.719158
+0.399222 0.298604 0.718715
+0.502464 0.297307 0.718776
+0.592218 0.306813 0.716411
+0.675166 0.321309 0.713283
+0.741985 0.335424 0.712489
+0.809705 0.345357 0.712795
+0.875059 0.352789 0.714488
+0.936187 0.35729 0.716487
+0.973419 0.361471 0.71989
+0.995941 0.366278 0.725887
+0.999496 0.372305 0.735927
+1 0.379782 0.748272
+0 0.240436 0.579477
+0 0.243702 0.586557
+0 0.247547 0.594385
+0 0.251453 0.602792
+0 0.255268 0.611658
+0 0.258991 0.620996
+0 0.262806 0.630442
+0 0.266651 0.64004
+0 0.270405 0.649271
+0 0.274022 0.658366
+0 0.277485 0.667491
+0 0.281041 0.67631
+0 0.284932 0.684459
+0 0.288273 0.691752
+6.10361e-05 0.291814 0.700038
+0.000442512 0.29604 0.710048
+0.00358587 0.302235 0.722301
+0.03505 0.310002 0.735378
+0.0892653 0.317372 0.746166
+0.183734 0.321736 0.746761
+0.285924 0.320912 0.744808
+0.38941 0.318227 0.743008
+0.48867 0.314366 0.743496
+0.589303 0.320836 0.739849
+0.675303 0.331334 0.736034
+0.749233 0.346899 0.73106
+0.815869 0.356435 0.730938
+0.880171 0.363531 0.731975
+0.939666 0.368887 0.734493
+0.977737 0.372641 0.737774
+0.994156 0.377646 0.74522
+1 0.382635 0.752331
+1 0.388724 0.761395
+0 0.260853 0.606806
+0 0.264149 0.614038
+0 0.268101 0.622141
+0 0.272587 0.630838
+0 0.277134 0.63975
+0 0.281285 0.648203
+0 0.285618 0.656794
+0 0.289693 0.665293
+0 0.293812 0.673747
+0 0.297856 0.681758
+0 0.301747 0.689799
+0 0.305241 0.697581
+0 0.308446 0.704784
+0 0.312139 0.711009
+0 0.316335 0.718654
+0.000213626 0.321096 0.728405
+0.00131228 0.326497 0.739818
+0.014023 0.335531 0.758068
+0.0612345 0.343801 0.771054
+0.136278 0.350317 0.780102
+0.262119 0.350759 0.780972
+0.369116 0.344762 0.774121
+0.471305 0.33846 0.767391
+0.57528 0.333791 0.768063
+0.670298 0.344762 0.760952
+0.753796 0.357229 0.754467
+0.817563 0.37232 0.74995
+0.882567 0.380438 0.752239
+0.93846 0.385397 0.751171
+0.98294 0.387854 0.750774
+0.995163 0.390326 0.753826
+1 0.393408 0.759945
+1 0.396429 0.767193
+0 0.289082 0.638224
+0 0.292607 0.644862
+0 0.296483 0.651865
+0 0.300923 0.658579
+0 0.306188 0.664942
+0 0.311391 0.671717
+0 0.31667 0.67863
+0 0.322316 0.686137
+0 0.327535 0.693721
+0 0.33225 0.701625
+0 0.336919 0.709087
+0 0.341146 0.71696
+0 0.344625 0.724437
+0 0.34728 0.731243
+0 0.350668 0.738338
+0 0.354589 0.746303
+0.000579843 0.359304 0.757427
+0.00207523 0.365621 0.772061
+0.0258335 0.375525 0.790463
+0.106554 0.384085 0.806989
+0.221195 0.390341 0.820783
+0.333074 0.384634 0.812909
+0.437415 0.37702 0.809598
+0.538445 0.371099 0.806226
+0.650187 0.370947 0.797742
+0.739528 0.383291 0.784878
+0.81944 0.396429 0.772915
+0.884978 0.406287 0.765362
+0.941634 0.408453 0.762966
+0.980819 0.408972 0.762081
+0.999893 0.408499 0.762768
+0.999954 0.410178 0.770031
+1 0.41181 0.775494
+0 0.32604 0.659693
+0 0.331044 0.665446
+0 0.336278 0.672068
+0 0.341268 0.678721
+0 0.346502 0.685145
+0 0.352026 0.691524
+0 0.357824 0.698314
+0 0.36318 0.705516
+0 0.368444 0.713649
+0 0.373251 0.721996
+0 0.377264 0.729839
+0 0.381918 0.737346
+0 0.385977 0.744701
+0 0.389212 0.751217
+0 0.391943 0.757305
+0 0.394522 0.762997
+1.5259e-05 0.398596 0.769711
+0.00158694 0.404379 0.781064
+0.00491341 0.412467 0.798703
+0.0687572 0.425513 0.827451
+0.162936 0.432914 0.84622
+0.289586 0.437873 0.858442
+0.397833 0.428565 0.849104
+0.50811 0.419409 0.837949
+0.616999 0.411612 0.824933
+0.724437 0.41648 0.811963
+0.808682 0.426352 0.797162
+0.88246 0.43595 0.783566
+0.947509 0.439384 0.778653
+0.980758 0.439765 0.777722
+0.99855 0.440528 0.780133
+0.999863 0.441932 0.786801
+1 0.440787 0.790219
+0 0.368093 0.677592
+0 0.373281 0.683467
+0 0.379049 0.689982
+0 0.384573 0.696635
+0 0.390097 0.703441
+0 0.395148 0.709804
+0 0.40029 0.715618
+0 0.405264 0.722347
+0 0.41001 0.729625
+0 0.414893 0.737285
+0 0.419593 0.744915
+0 0.425177 0.752438
+0 0.43003 0.760021
+0 0.434241 0.766613
+0 0.438178 0.773159
+0 0.441703 0.780514
+0 0.445182 0.788998
+0 0.449454 0.795041
+0.0041352 0.454871 0.804166
+0.014725 0.462913 0.821515
+0.132006 0.476417 0.852384
+0.250462 0.482933 0.870558
+0.366278 0.483131 0.878447
+0.475105 0.471809 0.869154
+0.585306 0.464027 0.858747
+0.695583 0.458595 0.845853
+0.79527 0.467247 0.830213
+0.876921 0.476646 0.816739
+0.941146 0.486122 0.805554
+0.980072 0.487785 0.802136
+0.994751 0.487022 0.804303
+1 0.484428 0.806729
+1 0.478416 0.806836
+0 0.409323 0.692302
+0 0.414527 0.697566
+0 0.419654 0.702983
+0 0.424689 0.708324
+0 0.429664 0.714031
+0 0.434928 0.720012
+0 0.440208 0.726482
+0 0.445548 0.734142
+0 0.451087 0.74255
+0 0.456031 0.751003
+0 0.461585 0.759304
+0 0.466773 0.767376
+0 0.471733 0.775372
+0 0.475654 0.781781
+0 0.478752 0.784039
+0 0.48191 0.786404
+0 0.48539 0.788922
+0 0.489174 0.792813
+0.000350958 0.495476 0.803342
+0.0269932 0.503792 0.819165
+0.11046 0.513542 0.842023
+0.22179 0.525048 0.869566
+0.337301 0.530602 0.888685
+0.446189 0.529122 0.897948
+0.554589 0.520409 0.889555
+0.662943 0.515602 0.878187
+0.773632 0.512886 0.863767
+0.863554 0.523156 0.846738
+0.93228 0.530983 0.833478
+0.981018 0.536812 0.823957
+0.995148 0.537331 0.825528
+0.999939 0.534524 0.826505
+1 0.532708 0.827604
+0 0.448875 0.705653
+0 0.45362 0.711833
+0 0.458503 0.717998
+0 0.463584 0.724178
+0 0.468421 0.730465
+0 0.473396 0.736736
+0 0.478248 0.742748
+0 0.484321 0.750454
+0 0.490059 0.758587
+0 0.495857 0.766247
+0 0.501366 0.773922
+0 0.506325 0.777752
+0 0.510765 0.781353
+0 0.514733 0.784405
+0 0.518471 0.787243
+0 0.522438 0.790417
+0 0.526101 0.793774
+0 0.529717 0.797314
+0 0.535973 0.805264
+0.0248569 0.544732 0.820737
+0.0789807 0.554665 0.840009
+0.202838 0.566903 0.862409
+0.315084 0.576226 0.888609
+0.4224 0.581094 0.907637
+0.527779 0.579065 0.911742
+0.637232 0.572869 0.904616
+0.74519 0.570321 0.892424
+0.851621 0.572473 0.874464
+0.926055 0.581323 0.859342
+0.97525 0.588464 0.850843
+0.998016 0.59321 0.848783
+0.99939 0.594217 0.849958
+1 0.59707 0.851041
+0 0.488182 0.72462
+0 0.493584 0.731029
+0 0.498833 0.737362
+0 0.504112 0.743832
+0 0.509392 0.749859
+0 0.514702 0.755947
+0 0.519936 0.761944
+0 0.525292 0.768383
+0 0.530022 0.772808
+0 0.535103 0.776028
+0 0.540459 0.77995
+0 0.545739 0.784466
+0 0.550683 0.788937
+0 0.554879 0.792905
+0 0.559609 0.796918
+0 0.563806 0.800824
+0 0.567636 0.803998
+0 0.571572 0.807279
+0.000167849 0.575906 0.81062
+0.00776684 0.584298 0.821195
+0.0782788 0.595254 0.836545
+0.186969 0.607507 0.855497
+0.297353 0.618372 0.880552
+0.405127 0.627054 0.90251
+0.511879 0.632792 0.918776
+0.617197 0.631052 0.922042
+0.724559 0.629725 0.913008
+0.826368 0.630854 0.899535
+0.919036 0.63679 0.880934
+0.966049 0.645457 0.872511
+0.993637 0.651408 0.867414
+0.999832 0.654826 0.866392
+1 0.658915 0.867216
+0 0.530602 0.747326
+0 0.535714 0.754208
+0 0.540795 0.760998
+0 0.545983 0.767834
+0 0.551308 0.774655
+0 0.555932 0.780072
+0 0.560403 0.782361
+0 0.565087 0.784878
+0 0.570123 0.787457
+0 0.575402 0.790387
+0 0.58114 0.793942
+0 0.586542 0.797818
+0 0.591974 0.802411
+0 0.597269 0.807095
+0 0.602243 0.811444
+0 0.607782 0.815579
+0 0.612253 0.818143
+0 0.616236 0.819837
+0.00163272 0.621241 0.82269
+0.00547799 0.627024 0.82678
+0.079408 0.636347 0.837888
+0.170626 0.647028 0.853529
+0.279545 0.658747 0.872831
+0.392309 0.671672 0.89482
+0.498833 0.68162 0.913008
+0.602411 0.689113 0.92604
+0.706722 0.690135 0.92311
+0.807706 0.692897 0.910811
+0.897337 0.697017 0.896345
+0.962112 0.705867 0.884703
+0.987686 0.712062 0.879957
+0.998993 0.717388 0.87805
+0.999878 0.722179 0.878599
+0 0.573739 0.775753
+0 0.578439 0.781872
+0 0.583871 0.788632
+0 0.588647 0.79205
+0 0.593896 0.794507
+0 0.598703 0.796765
+0 0.603754 0.799268
+0 0.609003 0.801785
+0 0.614038 0.804211
+0 0.618906 0.806928
+0 0.624521 0.8103
+0 0.63035 0.814237
+0 0.636149 0.818875
+0 0.641718 0.823468
+0 0.647944 0.827741
+0 0.653574 0.831052
+0 0.658778 0.833585
+0 0.663218 0.835737
+0.0012665 0.66807 0.838666
+0.0158389 0.673472 0.842939
+0.0505074 0.679667 0.848814
+0.143023 0.688685 0.859937
+0.251621 0.700084 0.873487
+0.372732 0.713481 0.889586
+0.483391 0.728023 0.906538
+0.590768 0.739498 0.916823
+0.692699 0.748745 0.920729
+0.792065 0.752361 0.9122
+0.878401 0.758923 0.901884
+0.950408 0.765652 0.891646
+0.98471 0.771099 0.887541
+0.997177 0.775586 0.886625
+1 0.779736 0.886976
+0 0.618235 0.802197
+0 0.623941 0.805051
+0 0.629328 0.807721
+0 0.634623 0.8103
+0 0.63978 0.812833
+0 0.645731 0.815763
+0 0.650828 0.818326
+0 0.65687 0.821241
+0 0.662394 0.823896
+0 0.667277 0.826459
+0 0.672328 0.828916
+0 0.677668 0.832135
+0 0.683574 0.836103
+0 0.688807 0.839887
+0 0.695277 0.844221
+0 0.70103 0.848127
+0 0.706401 0.851713
+4.57771e-05 0.711727 0.855024
+0.000396735 0.716701 0.858015
+0.00888075 0.721614 0.861463
+0.0319829 0.727565 0.866056
+0.0878767 0.735195 0.872847
+0.202792 0.745235 0.882185
+0.331884 0.756329 0.891783
+0.457725 0.770321 0.901884
+0.568551 0.784787 0.908537
+0.674434 0.797681 0.911254
+0.77499 0.808789 0.909972
+0.863203 0.816083 0.901015
+0.932128 0.822461 0.895018
+0.983322 0.826642 0.891554
+0.989517 0.83122 0.891539
+0.991196 0.835447 0.891707
+0 0.667353 0.822705
+0 0.672465 0.825269
+0 0.678111 0.828183
+0 0.683452 0.831052
+0 0.689296 0.834257
+0 0.694972 0.837339
+0 0.700633 0.840452
+0 0.706249 0.843641
+0 0.711986 0.846189
+0 0.717647 0.848722
+0 0.722469 0.850904
+0 0.727916 0.853147
+0 0.733013 0.854643
+0 0.737972 0.856535
+0 0.742748 0.859098
+0 0.747768 0.863279
+0 0.753491 0.865919
+0 0.758846 0.868086
+0.000122072 0.76463 0.87039
+0.00166323 0.769543 0.872786
+0.0156252 0.775158 0.876173
+0.0453193 0.781506 0.880354
+0.123919 0.790555 0.886519
+0.251072 0.802518 0.893111
+0.394598 0.816159 0.899275
+0.525383 0.831693 0.90486
+0.640177 0.846189 0.905913
+0.745769 0.859266 0.903838
+0.841169 0.870497 0.89839
+0.917327 0.875257 0.891203
+0.961715 0.879316 0.885649
+0.970245 0.883162 0.883009
+0.967758 0.887312 0.881498
+0 0.717296 0.845228
+0 0.72314 0.848386
+0 0.728237 0.851026
+0 0.733181 0.852903
+0 0.738506 0.85478
+0 0.743999 0.856352
+0 0.74876 0.857435
+0 0.754025 0.85864
+0 0.758968 0.859739
+0 0.764035 0.860838
+0 0.768917 0.861875
+0 0.773816 0.862959
+0 0.778119 0.864057
+0 0.782681 0.86537
+0 0.788037 0.868528
+0 0.793652 0.871916
+0 0.800183 0.873793
+0 0.806989 0.877058
+0 0.813275 0.880049
+9.15541e-05 0.819196 0.882094
+0.00315862 0.824292 0.88452
+0.0208896 0.830549 0.887968
+0.0527962 0.8383 0.892119
+0.151492 0.850843 0.896529
+0.292271 0.86569 0.899687
+0.452644 0.881483 0.901549
+0.591394 0.895674 0.901961
+0.711131 0.904875 0.899657
+0.819821 0.911116 0.892744
+0.917891 0.913191 0.877623
+0.943069 0.914061 0.872984
+0.950988 0.914687 0.871077
+0.950607 0.915251 0.870802
+0 0.764096 0.859373
+0 0.7691 0.861143
+0 0.773861 0.862837
+0 0.77969 0.864103
+0 0.785702 0.86566
+0 0.791302 0.867124
+0 0.796994 0.86865
+0 0.802579 0.870207
+0 0.808438 0.871717
+0 0.813947 0.873182
+0 0.819394 0.874647
+0 0.824567 0.876051
+0 0.829801 0.877485
+0 0.834165 0.878706
+0 0.835584 0.879561
+0 0.837263 0.880613
+0 0.839872 0.882475
+0 0.843427 0.886259
+0 0.846799 0.887327
+0 0.849332 0.888014
+0 0.850736 0.889158
+0.00328069 0.853376 0.891966
+0.0477607 0.859251 0.895079
+0.138384 0.868421 0.898299
+0.322881 0.88127 0.900008
+0.485054 0.894362 0.900984
+0.627695 0.90692 0.901045
+0.743145 0.914366 0.898253
+0.849058 0.917784 0.885847
+0.929976 0.919219 0.872419
+0.944656 0.919356 0.869368
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.813565 0.87303
+0 0.819623 0.874601
+0 0.825132 0.876036
+0 0.83122 0.877592
+0 0.834867 0.878508
+0 0.835676 0.878752
+0 0.836484 0.878996
+0 0.837278 0.879271
+0 0.838193 0.87953
+0 0.839231 0.879927
+0 0.840085 0.880278
+0 0.84097 0.880568
+0 0.841871 0.880919
+0 0.84271 0.881254
+0 0.843366 0.881483
+0 0.84506 0.882811
+0 0.847303 0.885496
+0 0.850126 0.888609
+0 0.853132 0.888609
+0 0.854307 0.889296
+0 0.855375 0.890776
+0 0.857404 0.893446
+0.0724651 0.864958 0.896513
+0.200183 0.874983 0.898955
+0.389441 0.887388 0.900526
+0.539788 0.900236 0.901122
+0.670756 0.909987 0.899977
+0.785046 0.916625 0.896284
+0.887068 0.918471 0.879591
+0.935607 0.91928 0.871244
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0 0.83888 0.879805
+0 0.839796 0.880079
+0 0.840757 0.880354
+0 0.841733 0.880613
+0 0.84271 0.880858
+0 0.843076 0.880964
+0 0.843076 0.880964
+0 0.843076 0.880964
+0 0.843061 0.880995
+0 0.843076 0.881086
+0 0.843198 0.881224
+0 0.84332 0.88127
+0 0.843488 0.881437
+0 0.843565 0.881514
+0 0.844083 0.881971
+0 0.845624 0.883299
+0 0.84831 0.886854
+0 0.851225 0.888609
+0 0.85391 0.888731
+0 0.85452 0.889632
+0 0.856184 0.891814
+0.0214084 0.859861 0.894621
+0.105501 0.868193 0.897688
+0.273655 0.879805 0.899565
+0.448997 0.892409 0.900786
+0.596841 0.905165 0.901335
+0.715312 0.912703 0.898924
+0.825223 0.917372 0.88983
+0.927337 0.919188 0.872938
+0.941482 0.919326 0.870024
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
+0.947723 0.919387 0.868727
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/Shibuya_01.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/Shibuya_01.cube
new file mode 100644
index 0000000000000000000000000000000000000000..fe4c096da846a383610337e6b32982fcc3c702cd
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/Shibuya_01.cube
@@ -0,0 +1,32771 @@
+# LUT by SparkleStock. Enhanced with VOXCOLOR algorithms.
+
+LUT_3D_SIZE 32
+0.066422 0.062515 0.058608
+0.099067 0.064997 0.056072
+0.131711 0.067478 0.053535
+0.164355 0.069959 0.050998
+0.196999 0.072441 0.048462
+0.238024 0.076309 0.046304
+0.285336 0.081216 0.044429
+0.332648 0.086124 0.042554
+0.379960 0.091032 0.040679
+0.427051 0.096057 0.039159
+0.472819 0.101792 0.039765
+0.518587 0.107527 0.040372
+0.564355 0.113262 0.040978
+0.610122 0.118996 0.041585
+0.647619 0.124259 0.043688
+0.681807 0.129332 0.046390
+0.715995 0.134405 0.049092
+0.750183 0.139478 0.051794
+0.780480 0.144173 0.054795
+0.801048 0.147922 0.058545
+0.821616 0.151672 0.062295
+0.842184 0.155422 0.066044
+0.862752 0.159171 0.069794
+0.874859 0.161881 0.073685
+0.885557 0.164418 0.077601
+0.896254 0.166954 0.081516
+0.906952 0.169491 0.085431
+0.915901 0.171815 0.089393
+0.922518 0.173855 0.093418
+0.929135 0.175895 0.097444
+0.935752 0.177935 0.101469
+0.942369 0.179976 0.105495
+0.068242 0.080878 0.066163
+0.101795 0.081815 0.062480
+0.135348 0.082752 0.058798
+0.168901 0.083690 0.055116
+0.202454 0.084627 0.051434
+0.243763 0.087599 0.048856
+0.290888 0.092095 0.047106
+0.338013 0.096592 0.045355
+0.385138 0.101089 0.043605
+0.432032 0.105720 0.042202
+0.477538 0.111156 0.042883
+0.523044 0.116592 0.043565
+0.568551 0.122027 0.044246
+0.614057 0.127463 0.044927
+0.651328 0.132480 0.047087
+0.685304 0.137329 0.049839
+0.719281 0.142178 0.052591
+0.753257 0.147027 0.055343
+0.783349 0.151519 0.058387
+0.803730 0.155119 0.062161
+0.824111 0.158719 0.065936
+0.844492 0.162320 0.069710
+0.864874 0.165920 0.073485
+0.876762 0.168523 0.077359
+0.887236 0.170960 0.081249
+0.897709 0.173397 0.085139
+0.908183 0.175834 0.089029
+0.916859 0.178095 0.092919
+0.923140 0.180123 0.096807
+0.929421 0.182151 0.100695
+0.935702 0.184179 0.104584
+0.941983 0.186207 0.108472
+0.070062 0.099240 0.073717
+0.104524 0.098633 0.068889
+0.138986 0.098027 0.064062
+0.173448 0.097420 0.059234
+0.207910 0.096814 0.054407
+0.249501 0.098888 0.051409
+0.296439 0.102974 0.049783
+0.343378 0.107060 0.048157
+0.390316 0.111146 0.046531
+0.437012 0.115382 0.045246
+0.482257 0.120519 0.046002
+0.527502 0.125656 0.046758
+0.572747 0.130793 0.047514
+0.617992 0.135930 0.048270
+0.655037 0.140702 0.050487
+0.688801 0.145326 0.053288
+0.722566 0.149951 0.056090
+0.756331 0.154576 0.058891
+0.786218 0.158865 0.061978
+0.806412 0.162316 0.065778
+0.826607 0.165767 0.069577
+0.846801 0.169218 0.073376
+0.866996 0.172669 0.077176
+0.878666 0.175165 0.081032
+0.888915 0.177502 0.084897
+0.899164 0.179840 0.088762
+0.909414 0.182177 0.092628
+0.917818 0.184376 0.096444
+0.923763 0.186392 0.100196
+0.929707 0.188407 0.103947
+0.935652 0.190422 0.107698
+0.941597 0.192438 0.111450
+0.071882 0.117602 0.081271
+0.107252 0.115452 0.075298
+0.142623 0.113301 0.069325
+0.177994 0.111150 0.063352
+0.213365 0.109000 0.057379
+0.255239 0.110178 0.053961
+0.301991 0.113853 0.052460
+0.348742 0.117528 0.050959
+0.395494 0.121203 0.049457
+0.441993 0.125044 0.048289
+0.486976 0.129883 0.049120
+0.531960 0.134721 0.049951
+0.576943 0.139559 0.050781
+0.621926 0.144397 0.051612
+0.658745 0.148923 0.053886
+0.692298 0.153324 0.056737
+0.725851 0.157724 0.059589
+0.759404 0.162125 0.062440
+0.789087 0.166212 0.065569
+0.809095 0.169513 0.069394
+0.829103 0.172814 0.073218
+0.849110 0.176116 0.077043
+0.869118 0.179417 0.080867
+0.880569 0.181807 0.084705
+0.890594 0.184045 0.088545
+0.900619 0.186282 0.092386
+0.910645 0.188520 0.096226
+0.918777 0.190657 0.099970
+0.924385 0.192660 0.103584
+0.929994 0.194663 0.107199
+0.935602 0.196666 0.110813
+0.941211 0.198669 0.114428
+0.073701 0.135964 0.088826
+0.109981 0.132270 0.081707
+0.146261 0.128575 0.074589
+0.182541 0.124881 0.067470
+0.218821 0.121186 0.060351
+0.260978 0.121468 0.056514
+0.307542 0.124732 0.055137
+0.354107 0.127996 0.053760
+0.400672 0.131260 0.052383
+0.446973 0.134707 0.051333
+0.491695 0.139246 0.052238
+0.536417 0.143785 0.053143
+0.581139 0.148325 0.054049
+0.625861 0.152864 0.054954
+0.662454 0.157145 0.057285
+0.695795 0.161321 0.060186
+0.729137 0.165498 0.063088
+0.762478 0.169674 0.065989
+0.791956 0.173558 0.069161
+0.811777 0.176710 0.073010
+0.831598 0.179862 0.076859
+0.851419 0.183014 0.080709
+0.871240 0.186166 0.084558
+0.882472 0.188449 0.088378
+0.892273 0.190587 0.092194
+0.902074 0.192725 0.096009
+0.911875 0.194863 0.099825
+0.919736 0.196938 0.103495
+0.925008 0.198928 0.106973
+0.930280 0.200919 0.110450
+0.935552 0.202909 0.113928
+0.940825 0.204900 0.117405
+0.077222 0.160345 0.099500
+0.111651 0.157334 0.092886
+0.146079 0.154322 0.086273
+0.180507 0.151311 0.079659
+0.214935 0.148299 0.073046
+0.257537 0.147338 0.068305
+0.306271 0.147914 0.064968
+0.355004 0.148491 0.061631
+0.403737 0.149067 0.058294
+0.451856 0.150148 0.055572
+0.496295 0.154261 0.056545
+0.540735 0.158373 0.057518
+0.585174 0.162486 0.058491
+0.629613 0.166598 0.059464
+0.665964 0.170546 0.061850
+0.699079 0.174427 0.064801
+0.732194 0.178308 0.067752
+0.765310 0.182190 0.070703
+0.794573 0.185816 0.073918
+0.814208 0.188804 0.077792
+0.833842 0.191792 0.081666
+0.853476 0.194781 0.085540
+0.873110 0.197769 0.089415
+0.884154 0.199992 0.093235
+0.893767 0.202088 0.097047
+0.903379 0.204183 0.100859
+0.912992 0.206278 0.104671
+0.920633 0.208354 0.108315
+0.925648 0.210403 0.111733
+0.930662 0.212452 0.115152
+0.935676 0.214501 0.118571
+0.940691 0.216550 0.121990
+0.082020 0.189239 0.112513
+0.112526 0.188581 0.107643
+0.143032 0.187923 0.102773
+0.173538 0.187265 0.097902
+0.204044 0.186607 0.093032
+0.247213 0.184142 0.087024
+0.299881 0.180323 0.080164
+0.352549 0.176504 0.073303
+0.405217 0.172685 0.066442
+0.456666 0.169925 0.060710
+0.500806 0.173514 0.061745
+0.544947 0.177104 0.062780
+0.589087 0.180693 0.063815
+0.633227 0.184283 0.064851
+0.669324 0.187832 0.067290
+0.702203 0.191365 0.070291
+0.735081 0.194897 0.073291
+0.767960 0.198430 0.076292
+0.797001 0.201757 0.079550
+0.816449 0.204571 0.083449
+0.835896 0.207385 0.087348
+0.855344 0.210199 0.091247
+0.874791 0.213013 0.095146
+0.885670 0.215211 0.098981
+0.895120 0.217307 0.102805
+0.904571 0.219402 0.106630
+0.914021 0.221497 0.110454
+0.921485 0.223621 0.114105
+0.926301 0.225782 0.117523
+0.931116 0.227944 0.120942
+0.935931 0.230105 0.124361
+0.940746 0.232266 0.127780
+0.086817 0.218134 0.125527
+0.113401 0.219829 0.122400
+0.139985 0.221524 0.119273
+0.166568 0.223219 0.116146
+0.193152 0.224915 0.113018
+0.236889 0.220947 0.105744
+0.293492 0.212733 0.095360
+0.350094 0.204518 0.084975
+0.406697 0.196304 0.074591
+0.461476 0.189701 0.065847
+0.505317 0.192768 0.066944
+0.549159 0.195834 0.068042
+0.593000 0.198901 0.069139
+0.636842 0.201968 0.070237
+0.672684 0.205118 0.072729
+0.705326 0.208302 0.075780
+0.737968 0.211486 0.078830
+0.770611 0.214670 0.081881
+0.799430 0.217699 0.085181
+0.818690 0.220338 0.089105
+0.837951 0.222978 0.093029
+0.857211 0.225618 0.096953
+0.876472 0.228257 0.100877
+0.887185 0.230431 0.104726
+0.896474 0.232526 0.108563
+0.905763 0.234621 0.112400
+0.915051 0.236717 0.116237
+0.922337 0.238888 0.119894
+0.926953 0.241162 0.123313
+0.931569 0.243435 0.126732
+0.936185 0.245708 0.130151
+0.940801 0.247981 0.133570
+0.091614 0.247028 0.138540
+0.114276 0.251077 0.137156
+0.136938 0.255125 0.135773
+0.159599 0.259174 0.134389
+0.182261 0.263222 0.133005
+0.226565 0.257752 0.124464
+0.287102 0.245142 0.110556
+0.347640 0.232532 0.096648
+0.408177 0.219923 0.082739
+0.466286 0.209478 0.070984
+0.509828 0.212021 0.072144
+0.553371 0.214565 0.073303
+0.596914 0.217109 0.074463
+0.640456 0.219652 0.075623
+0.676044 0.222404 0.078169
+0.708450 0.225240 0.081269
+0.740855 0.228075 0.084370
+0.773261 0.230910 0.087470
+0.801858 0.233640 0.090813
+0.820931 0.236105 0.094762
+0.840005 0.238571 0.098711
+0.859079 0.241036 0.102659
+0.878153 0.243501 0.106608
+0.888701 0.245650 0.110472
+0.897827 0.247745 0.114321
+0.906954 0.249840 0.118170
+0.916081 0.251936 0.122020
+0.923189 0.254156 0.125684
+0.927606 0.256541 0.129103
+0.932023 0.258926 0.132522
+0.936440 0.261312 0.135941
+0.940856 0.263697 0.139360
+0.096884 0.276931 0.152255
+0.115914 0.283094 0.152502
+0.134943 0.289258 0.152749
+0.153972 0.295421 0.152997
+0.173002 0.301585 0.153244
+0.217181 0.295107 0.143832
+0.280222 0.279148 0.127175
+0.343264 0.263188 0.110519
+0.406305 0.247229 0.093863
+0.466666 0.233741 0.079658
+0.510942 0.235081 0.080165
+0.555217 0.236420 0.080672
+0.599493 0.237760 0.081179
+0.643768 0.239099 0.081686
+0.679394 0.241252 0.084080
+0.711559 0.243729 0.087228
+0.743725 0.246207 0.090376
+0.775890 0.248685 0.093525
+0.804263 0.251109 0.096910
+0.823154 0.253398 0.100887
+0.842044 0.255688 0.104865
+0.860935 0.257977 0.108842
+0.879825 0.260266 0.112819
+0.890213 0.262392 0.116707
+0.899183 0.264491 0.120579
+0.908154 0.266590 0.124452
+0.917124 0.268689 0.128324
+0.924063 0.270964 0.132007
+0.928295 0.273474 0.135439
+0.932527 0.275984 0.138870
+0.936758 0.278494 0.142301
+0.940990 0.281004 0.145732
+0.104990 0.312884 0.170176
+0.122127 0.319732 0.171382
+0.139264 0.326580 0.172588
+0.156400 0.333428 0.173794
+0.173537 0.340277 0.175000
+0.213433 0.335764 0.167088
+0.270398 0.322731 0.152336
+0.327364 0.309698 0.137585
+0.384329 0.296665 0.122833
+0.440470 0.284929 0.109556
+0.491669 0.280977 0.105119
+0.542867 0.277024 0.100683
+0.594066 0.273072 0.096247
+0.645264 0.269119 0.091811
+0.682681 0.269466 0.092819
+0.714585 0.271533 0.096004
+0.746489 0.273600 0.099190
+0.778393 0.275667 0.102376
+0.806533 0.277744 0.105802
+0.825261 0.279847 0.109829
+0.843990 0.281949 0.113857
+0.862719 0.284052 0.117884
+0.881448 0.286154 0.121911
+0.891705 0.288275 0.125880
+0.900551 0.290399 0.129840
+0.909397 0.292523 0.133799
+0.918243 0.294647 0.137759
+0.925068 0.297021 0.141529
+0.929200 0.299731 0.145048
+0.933333 0.302440 0.148566
+0.937465 0.305149 0.152084
+0.941597 0.307858 0.155603
+0.113096 0.348836 0.188097
+0.128340 0.356369 0.190262
+0.143584 0.363902 0.192427
+0.158828 0.371435 0.194592
+0.174073 0.378969 0.196756
+0.209685 0.376422 0.190343
+0.260574 0.366315 0.177497
+0.311463 0.356208 0.164651
+0.362352 0.346101 0.151804
+0.414274 0.336117 0.139453
+0.472396 0.326873 0.130074
+0.530517 0.317628 0.120694
+0.588638 0.308384 0.111315
+0.646760 0.299140 0.101935
+0.685968 0.297681 0.101558
+0.717610 0.299337 0.104781
+0.749253 0.300993 0.108004
+0.780896 0.302649 0.111227
+0.808802 0.304380 0.114694
+0.827369 0.306295 0.118771
+0.845936 0.308211 0.122848
+0.864503 0.310127 0.126925
+0.883070 0.312043 0.131002
+0.893198 0.314158 0.135053
+0.901919 0.316307 0.139100
+0.910640 0.318456 0.143147
+0.919362 0.320604 0.147193
+0.926073 0.323079 0.151051
+0.930106 0.325987 0.154657
+0.934138 0.328895 0.158262
+0.938171 0.331804 0.161868
+0.942203 0.334712 0.165473
+0.121202 0.384789 0.206018
+0.134554 0.393007 0.209142
+0.147905 0.401225 0.212265
+0.161257 0.409442 0.215389
+0.174608 0.417660 0.218512
+0.205937 0.417079 0.213599
+0.250750 0.409898 0.202658
+0.295563 0.402717 0.191717
+0.340375 0.395536 0.180775
+0.388078 0.387305 0.169351
+0.453123 0.372768 0.155028
+0.518167 0.358232 0.140706
+0.583211 0.343696 0.126383
+0.648256 0.329160 0.112060
+0.689255 0.325896 0.110297
+0.720636 0.327141 0.113557
+0.752017 0.328387 0.116818
+0.783398 0.329632 0.120078
+0.811072 0.331015 0.123586
+0.829477 0.332744 0.127713
+0.847882 0.334473 0.131840
+0.866287 0.336202 0.135967
+0.884692 0.337931 0.140093
+0.894690 0.340041 0.144226
+0.903287 0.342215 0.148360
+0.911884 0.344388 0.152494
+0.920480 0.346562 0.156628
+0.927078 0.349136 0.160573
+0.931011 0.352243 0.164265
+0.934944 0.355351 0.167958
+0.938877 0.358459 0.171651
+0.942810 0.361566 0.175344
+0.129308 0.420741 0.223940
+0.140767 0.429644 0.228022
+0.152226 0.438547 0.232104
+0.163685 0.447450 0.236186
+0.175143 0.456352 0.240269
+0.202189 0.457736 0.236855
+0.240926 0.453482 0.227818
+0.279662 0.449227 0.218782
+0.318398 0.444972 0.209746
+0.361882 0.438492 0.199249
+0.433850 0.418664 0.179983
+0.505817 0.398836 0.160717
+0.577784 0.379008 0.141451
+0.649752 0.359180 0.122185
+0.692542 0.354111 0.119036
+0.723662 0.354945 0.122334
+0.754782 0.355780 0.125632
+0.785901 0.356614 0.128930
+0.813342 0.357650 0.132479
+0.831585 0.359193 0.136655
+0.849828 0.360735 0.140832
+0.868071 0.362277 0.145008
+0.886314 0.363819 0.149185
+0.896182 0.365924 0.153399
+0.904655 0.368123 0.157620
+0.913127 0.370321 0.161841
+0.921599 0.372520 0.166063
+0.928083 0.375193 0.170094
+0.931917 0.378500 0.173874
+0.935750 0.381807 0.177654
+0.939583 0.385113 0.181434
+0.943416 0.388420 0.185214
+0.138989 0.456891 0.243869
+0.149347 0.465847 0.248528
+0.159705 0.474803 0.253187
+0.170063 0.483759 0.257845
+0.180421 0.492715 0.262504
+0.204564 0.495098 0.260202
+0.239048 0.492551 0.252679
+0.273531 0.490004 0.245157
+0.308014 0.487456 0.237635
+0.347533 0.482531 0.228389
+0.417262 0.463334 0.208805
+0.486992 0.444138 0.189220
+0.556722 0.424941 0.169636
+0.626452 0.405745 0.150052
+0.672857 0.398574 0.144234
+0.709932 0.396213 0.143923
+0.747007 0.393853 0.143611
+0.784081 0.391493 0.143300
+0.815730 0.390186 0.144288
+0.833811 0.391515 0.148523
+0.851892 0.392844 0.152758
+0.869973 0.394172 0.156994
+0.888055 0.395501 0.161229
+0.897816 0.397574 0.165534
+0.906190 0.399771 0.169851
+0.914565 0.401968 0.174168
+0.922939 0.404164 0.178485
+0.929336 0.406903 0.182636
+0.933097 0.410365 0.186566
+0.936857 0.413826 0.190495
+0.940617 0.417288 0.194424
+0.944377 0.420749 0.198354
+0.149301 0.493119 0.264603
+0.158874 0.501876 0.269685
+0.168448 0.510633 0.274767
+0.178021 0.519390 0.279849
+0.187594 0.528147 0.284931
+0.209388 0.531141 0.283586
+0.240348 0.529814 0.277420
+0.271307 0.528487 0.271255
+0.302267 0.527160 0.265090
+0.337922 0.523709 0.257226
+0.401750 0.507514 0.239174
+0.465578 0.491318 0.221121
+0.529405 0.475122 0.203068
+0.593233 0.458926 0.185015
+0.643982 0.449536 0.176015
+0.689499 0.442867 0.170636
+0.735016 0.436199 0.165257
+0.780533 0.429530 0.159878
+0.818165 0.425082 0.157264
+0.836084 0.426187 0.161561
+0.854004 0.427291 0.165859
+0.871923 0.428396 0.170156
+0.889842 0.429501 0.174454
+0.899506 0.431531 0.178854
+0.907793 0.433715 0.183270
+0.916080 0.435899 0.187687
+0.924368 0.438084 0.192104
+0.930688 0.440874 0.196386
+0.934386 0.444473 0.200490
+0.938084 0.448071 0.204594
+0.941782 0.451670 0.208697
+0.945480 0.455268 0.212801
+0.159612 0.529347 0.285336
+0.168401 0.537905 0.290841
+0.177190 0.546463 0.296347
+0.185979 0.555020 0.301852
+0.194768 0.563578 0.307357
+0.214212 0.567185 0.306969
+0.241648 0.567078 0.302161
+0.269084 0.566971 0.297353
+0.296520 0.566864 0.292545
+0.328311 0.564888 0.286064
+0.386237 0.551693 0.269543
+0.444163 0.538498 0.253021
+0.502089 0.525303 0.236500
+0.560014 0.512108 0.219979
+0.615107 0.500498 0.207797
+0.669066 0.489521 0.197350
+0.723025 0.478544 0.186903
+0.776984 0.467567 0.176456
+0.820600 0.459978 0.170240
+0.838357 0.460859 0.174600
+0.856115 0.461739 0.178960
+0.873872 0.462620 0.183319
+0.891630 0.463500 0.187679
+0.901195 0.465488 0.192173
+0.909396 0.467659 0.196689
+0.917596 0.469831 0.201206
+0.925796 0.472003 0.205722
+0.932040 0.474845 0.210136
+0.935676 0.478581 0.214414
+0.939312 0.482316 0.218692
+0.942947 0.486051 0.222970
+0.946583 0.489787 0.227248
+0.169924 0.565576 0.306070
+0.177928 0.573934 0.311998
+0.185933 0.582293 0.317927
+0.193937 0.590651 0.323856
+0.201942 0.599009 0.329784
+0.219036 0.603228 0.330353
+0.242948 0.604341 0.326902
+0.266861 0.605455 0.323451
+0.290773 0.606569 0.320001
+0.318701 0.606067 0.314901
+0.370724 0.595872 0.299912
+0.422748 0.585678 0.284922
+0.474772 0.575484 0.269932
+0.526796 0.565290 0.254943
+0.586232 0.551460 0.239578
+0.648633 0.536175 0.224064
+0.711034 0.520890 0.208549
+0.773436 0.505605 0.193035
+0.823035 0.494874 0.183216
+0.840631 0.495531 0.187638
+0.858226 0.496187 0.192060
+0.875822 0.496843 0.196482
+0.893418 0.497500 0.200904
+0.902885 0.499444 0.205493
+0.910998 0.501604 0.210109
+0.919111 0.503763 0.214724
+0.927224 0.505923 0.219340
+0.933392 0.508816 0.223886
+0.936965 0.512689 0.228338
+0.940539 0.516561 0.232791
+0.944112 0.520433 0.237243
+0.947686 0.524306 0.241695
+0.180393 0.600024 0.326913
+0.187752 0.608087 0.333169
+0.195111 0.616150 0.339425
+0.202469 0.624213 0.345681
+0.209828 0.632276 0.351937
+0.224891 0.636919 0.353338
+0.245731 0.638997 0.351099
+0.266571 0.641074 0.348859
+0.287411 0.643152 0.346620
+0.311945 0.643846 0.342775
+0.358643 0.636236 0.329299
+0.405341 0.628627 0.315823
+0.452040 0.621017 0.302347
+0.498738 0.613407 0.288871
+0.560151 0.598651 0.271532
+0.627451 0.581036 0.252646
+0.694751 0.563421 0.233761
+0.762051 0.545805 0.214876
+0.815776 0.533166 0.202322
+0.835565 0.532965 0.205597
+0.855354 0.532764 0.208872
+0.875143 0.532563 0.212146
+0.894932 0.532362 0.215421
+0.904635 0.534143 0.219928
+0.912657 0.536254 0.224640
+0.920680 0.538365 0.229352
+0.928702 0.540477 0.234064
+0.934797 0.543386 0.238739
+0.938323 0.547360 0.243365
+0.941848 0.551334 0.247992
+0.945374 0.555308 0.252619
+0.948899 0.559282 0.257245
+0.191256 0.630021 0.348033
+0.198316 0.637549 0.354376
+0.205376 0.645076 0.360719
+0.212436 0.652604 0.367062
+0.219496 0.660132 0.373405
+0.233320 0.664730 0.375328
+0.252218 0.667132 0.373935
+0.271116 0.669533 0.372542
+0.290013 0.671934 0.371149
+0.312328 0.673126 0.368240
+0.355141 0.667061 0.356234
+0.397954 0.660995 0.344227
+0.440767 0.654929 0.332220
+0.483581 0.648864 0.320213
+0.541056 0.636416 0.303916
+0.604397 0.621416 0.285902
+0.667737 0.606415 0.267889
+0.731077 0.591415 0.249875
+0.784283 0.579946 0.236752
+0.812153 0.577304 0.235856
+0.840023 0.574663 0.234959
+0.867893 0.572021 0.234063
+0.895763 0.569380 0.233166
+0.906535 0.570695 0.237151
+0.914457 0.572669 0.241951
+0.922380 0.574644 0.246750
+0.930303 0.576618 0.251549
+0.936336 0.579455 0.256349
+0.939849 0.583441 0.261150
+0.943362 0.587427 0.265951
+0.946875 0.591413 0.270751
+0.950388 0.595400 0.275552
+0.202119 0.660018 0.369152
+0.208880 0.667010 0.375582
+0.215641 0.674003 0.382013
+0.222402 0.680995 0.388443
+0.229164 0.687988 0.394873
+0.241750 0.692541 0.397317
+0.258705 0.695267 0.396771
+0.275660 0.697992 0.396225
+0.292616 0.700717 0.395679
+0.312710 0.702407 0.393705
+0.351638 0.697885 0.383168
+0.390567 0.693363 0.372630
+0.429495 0.688842 0.362093
+0.468424 0.684320 0.351555
+0.521961 0.674181 0.336300
+0.581342 0.661796 0.319158
+0.640723 0.649410 0.302016
+0.700104 0.637024 0.284874
+0.752790 0.626726 0.271182
+0.788741 0.621644 0.266114
+0.824692 0.616562 0.261047
+0.860642 0.611480 0.255979
+0.896593 0.606398 0.250911
+0.908435 0.607247 0.254375
+0.916258 0.609084 0.259262
+0.924081 0.610922 0.264148
+0.931904 0.612759 0.269034
+0.937874 0.615523 0.273959
+0.941375 0.619522 0.278934
+0.944876 0.623520 0.283909
+0.948376 0.627519 0.288884
+0.951877 0.631518 0.293860
+0.212982 0.690015 0.390271
+0.219444 0.696472 0.396789
+0.225907 0.702929 0.403306
+0.232369 0.709386 0.409824
+0.238831 0.715843 0.416341
+0.250179 0.720353 0.419306
+0.265192 0.723401 0.419607
+0.280205 0.726450 0.419907
+0.295218 0.729499 0.420208
+0.313092 0.731687 0.419170
+0.348136 0.728709 0.410102
+0.383180 0.725732 0.401034
+0.418223 0.722754 0.391966
+0.453267 0.719776 0.382897
+0.502866 0.711946 0.368685
+0.558287 0.702176 0.352414
+0.613709 0.692405 0.336144
+0.669130 0.682634 0.319873
+0.721297 0.673506 0.305612
+0.765329 0.665983 0.296373
+0.809360 0.658461 0.287134
+0.853392 0.650938 0.277895
+0.897424 0.643416 0.268656
+0.910334 0.643799 0.271599
+0.918058 0.645499 0.276573
+0.925781 0.647200 0.281546
+0.933505 0.648900 0.286520
+0.939413 0.651591 0.291568
+0.942901 0.655602 0.296718
+0.946389 0.659613 0.301868
+0.949877 0.663624 0.307017
+0.953366 0.667636 0.312167
+0.223845 0.720013 0.411391
+0.230008 0.725934 0.417995
+0.236172 0.731856 0.424600
+0.242335 0.737777 0.431205
+0.248499 0.743699 0.437809
+0.258609 0.748164 0.441295
+0.271680 0.751536 0.442443
+0.284750 0.754909 0.443590
+0.297820 0.758281 0.444737
+0.313475 0.760967 0.444635
+0.344634 0.759534 0.437036
+0.375792 0.758100 0.429437
+0.406951 0.756666 0.421838
+0.438110 0.755233 0.414239
+0.483771 0.749712 0.401069
+0.535233 0.742556 0.385670
+0.586694 0.735400 0.370271
+0.638156 0.728243 0.354873
+0.689804 0.720286 0.340042
+0.741916 0.710323 0.326632
+0.794029 0.700360 0.313221
+0.846142 0.690397 0.299811
+0.898255 0.680434 0.286401
+0.912234 0.680351 0.288823
+0.919858 0.681914 0.293884
+0.927482 0.683478 0.298944
+0.935106 0.685041 0.304005
+0.940952 0.687659 0.309178
+0.944427 0.691683 0.314502
+0.947903 0.695706 0.319826
+0.951379 0.699730 0.325150
+0.954854 0.703754 0.330474
+0.233715 0.741408 0.430903
+0.239772 0.746847 0.437445
+0.245829 0.752287 0.443988
+0.251886 0.757726 0.450530
+0.257942 0.763166 0.457072
+0.267379 0.767426 0.460790
+0.279350 0.770802 0.462389
+0.291321 0.774178 0.463988
+0.303292 0.777554 0.465587
+0.317620 0.780360 0.466038
+0.346089 0.779745 0.459599
+0.374559 0.779129 0.453160
+0.403028 0.778514 0.446721
+0.431497 0.777898 0.440282
+0.473935 0.773793 0.428408
+0.521960 0.768291 0.414361
+0.569985 0.762789 0.400314
+0.618010 0.757288 0.386267
+0.667222 0.750860 0.372284
+0.719401 0.742117 0.358459
+0.771579 0.733374 0.344635
+0.823758 0.724632 0.330810
+0.875936 0.715889 0.316985
+0.894542 0.715323 0.317182
+0.907552 0.716120 0.319715
+0.920562 0.716917 0.322248
+0.933572 0.717714 0.324780
+0.942486 0.719812 0.328561
+0.945938 0.723645 0.334006
+0.949391 0.727479 0.339451
+0.952843 0.731312 0.344896
+0.956296 0.735145 0.350341
+0.243420 0.761369 0.450148
+0.249402 0.766335 0.456603
+0.255384 0.771302 0.463058
+0.261366 0.776268 0.469513
+0.267348 0.781234 0.475968
+0.276205 0.785264 0.479869
+0.287217 0.788590 0.481854
+0.298230 0.791916 0.483839
+0.309242 0.795243 0.485825
+0.322393 0.798105 0.486765
+0.348372 0.798187 0.481434
+0.374351 0.798269 0.476103
+0.400330 0.798351 0.470772
+0.426309 0.798433 0.465441
+0.465642 0.795593 0.454907
+0.510318 0.791586 0.442292
+0.554994 0.787578 0.429677
+0.599669 0.783571 0.417061
+0.646126 0.778733 0.404161
+0.697034 0.771821 0.390548
+0.747943 0.764909 0.376935
+0.798851 0.757996 0.363322
+0.849760 0.751084 0.349709
+0.873584 0.750032 0.347396
+0.892895 0.749958 0.346965
+0.912205 0.749883 0.346535
+0.931515 0.749808 0.346104
+0.944019 0.751312 0.348240
+0.947447 0.754922 0.353797
+0.950874 0.758531 0.359354
+0.954302 0.762140 0.364911
+0.957730 0.765749 0.370468
+0.253125 0.781330 0.469392
+0.259033 0.785824 0.475760
+0.264940 0.790317 0.482128
+0.270847 0.794810 0.488496
+0.276755 0.799303 0.494864
+0.285031 0.803101 0.498948
+0.295085 0.806378 0.501319
+0.305138 0.809654 0.503691
+0.315192 0.812931 0.506062
+0.327165 0.815850 0.507491
+0.350654 0.816630 0.503268
+0.374142 0.817409 0.499045
+0.397631 0.818188 0.494822
+0.421120 0.818967 0.490600
+0.457350 0.817394 0.481405
+0.498676 0.814881 0.470222
+0.540002 0.812367 0.459039
+0.581328 0.809854 0.447856
+0.625030 0.806607 0.436039
+0.674668 0.801525 0.422637
+0.724307 0.796443 0.409236
+0.773945 0.791361 0.395835
+0.823583 0.786279 0.382434
+0.852627 0.784742 0.377610
+0.878238 0.783795 0.374216
+0.903848 0.782849 0.370822
+0.929459 0.781903 0.367428
+0.945552 0.782813 0.367919
+0.948955 0.786198 0.373587
+0.952358 0.789583 0.379256
+0.955761 0.792968 0.384925
+0.959163 0.796353 0.390594
+0.262830 0.801292 0.488637
+0.268663 0.805312 0.494918
+0.274496 0.809332 0.501199
+0.280328 0.813352 0.507479
+0.286161 0.817372 0.513760
+0.293858 0.820939 0.518027
+0.302952 0.824165 0.520785
+0.312047 0.827392 0.523542
+0.321142 0.830619 0.526299
+0.331938 0.833595 0.528217
+0.352936 0.835072 0.525102
+0.373934 0.836548 0.521988
+0.394933 0.838025 0.518873
+0.415931 0.839501 0.515759
+0.449057 0.839195 0.507903
+0.487034 0.838176 0.498152
+0.525011 0.837156 0.488401
+0.562988 0.836137 0.478650
+0.603933 0.834480 0.467916
+0.652302 0.831228 0.454727
+0.700670 0.827977 0.441537
+0.749039 0.824725 0.428347
+0.797407 0.821474 0.415158
+0.831669 0.819451 0.407824
+0.863580 0.817633 0.401467
+0.895492 0.815815 0.395110
+0.927403 0.813997 0.388752
+0.947086 0.814313 0.387597
+0.950463 0.817474 0.393378
+0.953841 0.820635 0.399159
+0.957219 0.823796 0.404940
+0.960597 0.826957 0.410721
+0.271543 0.817307 0.506534
+0.277375 0.820939 0.512696
+0.283208 0.824571 0.518858
+0.289041 0.828203 0.525019
+0.294873 0.831836 0.531181
+0.302205 0.835186 0.535505
+0.310661 0.838326 0.538451
+0.319118 0.841466 0.541396
+0.327574 0.844605 0.544342
+0.337541 0.847578 0.546541
+0.356572 0.849549 0.544263
+0.375603 0.851519 0.541984
+0.394634 0.853490 0.539705
+0.413665 0.855461 0.537427
+0.444077 0.856120 0.530753
+0.479040 0.856253 0.522322
+0.514004 0.856386 0.513891
+0.548967 0.856520 0.505459
+0.587237 0.856111 0.495868
+0.633769 0.854349 0.483375
+0.680302 0.852586 0.470883
+0.726835 0.850823 0.458391
+0.773367 0.849060 0.445898
+0.810819 0.847130 0.437154
+0.846758 0.845171 0.429033
+0.882696 0.843213 0.420913
+0.918634 0.841255 0.412793
+0.941364 0.841323 0.410249
+0.946484 0.844095 0.415139
+0.951603 0.846866 0.420028
+0.956722 0.849637 0.424918
+0.961842 0.852409 0.429808
+0.278932 0.828059 0.522636
+0.284864 0.831418 0.528636
+0.290796 0.834776 0.534635
+0.296728 0.838134 0.540635
+0.302661 0.841493 0.546635
+0.309914 0.844648 0.550847
+0.318159 0.847650 0.553718
+0.326403 0.850653 0.556589
+0.334648 0.853655 0.559460
+0.344252 0.856543 0.561663
+0.362013 0.858738 0.559857
+0.379774 0.860933 0.558052
+0.397535 0.863128 0.556246
+0.415296 0.865323 0.554441
+0.443513 0.866543 0.548739
+0.475911 0.867374 0.541478
+0.508310 0.868205 0.534217
+0.540709 0.869035 0.526956
+0.576406 0.869420 0.518584
+0.620348 0.868691 0.507437
+0.664291 0.867962 0.496289
+0.708234 0.867232 0.485142
+0.752177 0.866503 0.473994
+0.790113 0.865435 0.465303
+0.827047 0.864311 0.457021
+0.863981 0.863187 0.448739
+0.900916 0.862063 0.440457
+0.925971 0.862347 0.436865
+0.935187 0.864508 0.439526
+0.944403 0.866669 0.442187
+0.953618 0.868830 0.444848
+0.962834 0.870991 0.447509
+0.286321 0.838812 0.538737
+0.292353 0.841896 0.544575
+0.298384 0.844981 0.550413
+0.304416 0.848065 0.556251
+0.310448 0.851150 0.562089
+0.317623 0.854109 0.566189
+0.325656 0.856975 0.568985
+0.333689 0.859840 0.571781
+0.341722 0.862706 0.574578
+0.350964 0.865508 0.576784
+0.367455 0.867927 0.575452
+0.383946 0.870346 0.574119
+0.400437 0.872765 0.572787
+0.416928 0.875184 0.571455
+0.442949 0.876967 0.566724
+0.472783 0.878495 0.560633
+0.502616 0.880023 0.554543
+0.532450 0.881551 0.548452
+0.565575 0.882729 0.541301
+0.606928 0.883033 0.531498
+0.648280 0.883337 0.521695
+0.689633 0.883642 0.511893
+0.730986 0.883946 0.502090
+0.769406 0.883741 0.493452
+0.807336 0.883451 0.485008
+0.845267 0.883161 0.476564
+0.883198 0.882871 0.468120
+0.910577 0.883370 0.463480
+0.923890 0.884921 0.463913
+0.937202 0.886472 0.464345
+0.950515 0.888023 0.464777
+0.963827 0.889574 0.465209
+0.293710 0.849565 0.554839
+0.299841 0.852375 0.560515
+0.305973 0.855186 0.566191
+0.312104 0.857996 0.571867
+0.318236 0.860807 0.577543
+0.325333 0.863570 0.581531
+0.333154 0.866299 0.584252
+0.340975 0.869028 0.586974
+0.348796 0.871756 0.589695
+0.357675 0.874473 0.591905
+0.372896 0.877116 0.591046
+0.388117 0.879759 0.590187
+0.403338 0.882402 0.589328
+0.418559 0.885046 0.588469
+0.442385 0.887390 0.584709
+0.469654 0.889616 0.579789
+0.496922 0.891841 0.574869
+0.524191 0.894066 0.569949
+0.554744 0.896038 0.564018
+0.593507 0.897375 0.555560
+0.632270 0.898713 0.547102
+0.671033 0.900051 0.538643
+0.709796 0.901388 0.530185
+0.748699 0.902046 0.521601
+0.787626 0.902590 0.512995
+0.826553 0.903135 0.504389
+0.865479 0.903679 0.495784
+0.895184 0.904393 0.490096
+0.912593 0.905334 0.488300
+0.930002 0.906275 0.486503
+0.947411 0.907216 0.484706
+0.964819 0.908157 0.482910
+0.301099 0.860317 0.570940
+0.307330 0.862854 0.576454
+0.313561 0.865391 0.581969
+0.319792 0.867927 0.587483
+0.326023 0.870464 0.592997
+0.333042 0.873032 0.596873
+0.340651 0.875623 0.599519
+0.348261 0.878215 0.602166
+0.355871 0.880807 0.604813
+0.364386 0.883438 0.607027
+0.378337 0.886305 0.606641
+0.392288 0.889172 0.606255
+0.406239 0.892040 0.605869
+0.420190 0.894907 0.605483
+0.441821 0.897814 0.602694
+0.466525 0.900737 0.598944
+0.491228 0.903659 0.595195
+0.515932 0.906582 0.591445
+0.543913 0.909347 0.586734
+0.580086 0.911718 0.579621
+0.616259 0.914089 0.572508
+0.652432 0.916460 0.565394
+0.688605 0.918831 0.558281
+0.727992 0.920351 0.549750
+0.767915 0.921730 0.540982
+0.807838 0.923108 0.532215
+0.847761 0.924487 0.523447
+0.879790 0.925417 0.516712
+0.901296 0.925747 0.512687
+0.922801 0.926078 0.508661
+0.944307 0.926409 0.504636
+0.965812 0.926740 0.500611
+0.069676 0.065383 0.061917
+0.101324 0.067403 0.060501
+0.132972 0.069424 0.059085
+0.164620 0.071445 0.057669
+0.196268 0.073465 0.056253
+0.236859 0.077100 0.054333
+0.284159 0.081946 0.052035
+0.331458 0.086791 0.049737
+0.378757 0.091636 0.047438
+0.425863 0.096611 0.045516
+0.471805 0.102358 0.045849
+0.517747 0.108105 0.046181
+0.563689 0.113852 0.046514
+0.609632 0.119599 0.046847
+0.647302 0.124883 0.048765
+0.681665 0.129981 0.051317
+0.716027 0.135079 0.053870
+0.750389 0.140177 0.056422
+0.780835 0.144893 0.059296
+0.801491 0.148655 0.062971
+0.822146 0.152417 0.066646
+0.842801 0.156179 0.070321
+0.863456 0.159942 0.073995
+0.875565 0.162653 0.077834
+0.886250 0.165190 0.081699
+0.896936 0.167726 0.085564
+0.907621 0.170263 0.089429
+0.916552 0.172581 0.093326
+0.923144 0.174609 0.097264
+0.929736 0.176637 0.101202
+0.936328 0.178665 0.105141
+0.942920 0.180692 0.109079
+0.071259 0.080831 0.069135
+0.102885 0.082202 0.067304
+0.134511 0.083573 0.065474
+0.166138 0.084944 0.063644
+0.197764 0.086315 0.061813
+0.238212 0.089397 0.059700
+0.285277 0.093764 0.057374
+0.332342 0.098131 0.055049
+0.379407 0.102498 0.052723
+0.426309 0.107014 0.050767
+0.472234 0.112420 0.051029
+0.518159 0.117826 0.051290
+0.564085 0.123233 0.051551
+0.610010 0.128639 0.051812
+0.647750 0.133653 0.053667
+0.682215 0.138510 0.056160
+0.716681 0.143367 0.058652
+0.751146 0.148224 0.061145
+0.781684 0.152719 0.063963
+0.802403 0.156312 0.067592
+0.823121 0.159905 0.071222
+0.843840 0.163498 0.074851
+0.864559 0.167091 0.078481
+0.876605 0.169669 0.082255
+0.887207 0.172078 0.086053
+0.897809 0.174487 0.089851
+0.908410 0.176896 0.093650
+0.917179 0.179111 0.097436
+0.923506 0.181067 0.101206
+0.929832 0.183023 0.104976
+0.936158 0.184980 0.108747
+0.942484 0.186936 0.112517
+0.072842 0.096280 0.076353
+0.104447 0.097001 0.074108
+0.136051 0.097722 0.071863
+0.167656 0.098443 0.069618
+0.199260 0.099164 0.067373
+0.239565 0.101695 0.065067
+0.286396 0.105583 0.062714
+0.333226 0.109472 0.060361
+0.380056 0.113361 0.058008
+0.426755 0.117417 0.056019
+0.472663 0.122482 0.056208
+0.518571 0.127548 0.056398
+0.564480 0.132613 0.056588
+0.610388 0.137678 0.056777
+0.648197 0.142422 0.058569
+0.682766 0.147038 0.061002
+0.717335 0.151654 0.063435
+0.751903 0.156270 0.065868
+0.782533 0.160546 0.068630
+0.803315 0.163970 0.072214
+0.824097 0.167394 0.075798
+0.844879 0.170817 0.079382
+0.865661 0.174241 0.082966
+0.877646 0.176686 0.086676
+0.888164 0.178967 0.090408
+0.898682 0.181248 0.094139
+0.909200 0.183529 0.097870
+0.917807 0.185640 0.101546
+0.923868 0.187525 0.105148
+0.929928 0.189410 0.108751
+0.935988 0.191295 0.112353
+0.942049 0.193179 0.115955
+0.074425 0.111729 0.083571
+0.106008 0.111800 0.080912
+0.137591 0.111871 0.078252
+0.169174 0.111942 0.075593
+0.200757 0.112013 0.072934
+0.240918 0.113992 0.070434
+0.287514 0.117402 0.068054
+0.334110 0.120812 0.065674
+0.380705 0.124223 0.063293
+0.427200 0.127821 0.061270
+0.473092 0.132545 0.061388
+0.518984 0.137269 0.061507
+0.564875 0.141993 0.061625
+0.610767 0.146717 0.061743
+0.648644 0.151192 0.063472
+0.683316 0.155567 0.065845
+0.717988 0.159942 0.068218
+0.752660 0.164317 0.070591
+0.783382 0.168372 0.073297
+0.804227 0.171627 0.076835
+0.825073 0.174882 0.080374
+0.845918 0.178136 0.083913
+0.866764 0.181391 0.087452
+0.878686 0.183702 0.091098
+0.889120 0.185855 0.094762
+0.899555 0.188009 0.098426
+0.909989 0.190162 0.102090
+0.918435 0.192170 0.105656
+0.924229 0.193983 0.109090
+0.930024 0.195796 0.112525
+0.935818 0.197610 0.115959
+0.941613 0.199423 0.119394
+0.076008 0.127177 0.090790
+0.107569 0.126598 0.087716
+0.139131 0.126020 0.084642
+0.170692 0.125441 0.081568
+0.202253 0.124862 0.078494
+0.242271 0.126289 0.075801
+0.288632 0.129221 0.073393
+0.334994 0.132153 0.070986
+0.381355 0.135085 0.068578
+0.427646 0.138224 0.066522
+0.473521 0.142607 0.066568
+0.519396 0.146990 0.066615
+0.565270 0.151374 0.066662
+0.611145 0.155757 0.066708
+0.649092 0.159962 0.068374
+0.683867 0.164096 0.070687
+0.718642 0.168230 0.073000
+0.753417 0.172364 0.075313
+0.784231 0.176198 0.077964
+0.805140 0.179284 0.081457
+0.826049 0.182370 0.084950
+0.846958 0.185455 0.088444
+0.867867 0.188541 0.091937
+0.879726 0.190718 0.095519
+0.890077 0.192744 0.099116
+0.900428 0.194770 0.102713
+0.910779 0.196795 0.106310
+0.919063 0.198699 0.109766
+0.924591 0.200441 0.113032
+0.930120 0.202183 0.116299
+0.935648 0.203925 0.119566
+0.941177 0.205666 0.122832
+0.079208 0.149897 0.101761
+0.109002 0.150159 0.099269
+0.138796 0.150421 0.096777
+0.168590 0.150684 0.094286
+0.198384 0.150946 0.091794
+0.238647 0.151397 0.088293
+0.286761 0.151988 0.084036
+0.334874 0.152579 0.079778
+0.382988 0.153170 0.075520
+0.430754 0.154237 0.071877
+0.476435 0.158161 0.071921
+0.522115 0.162085 0.071964
+0.567796 0.166009 0.072008
+0.613477 0.169932 0.072052
+0.651295 0.173777 0.073714
+0.685968 0.177589 0.076023
+0.720641 0.181401 0.078333
+0.755314 0.185213 0.080642
+0.786031 0.188763 0.083288
+0.806857 0.191657 0.086773
+0.827683 0.194552 0.090258
+0.848510 0.197446 0.093743
+0.869336 0.200340 0.097227
+0.881070 0.202427 0.100791
+0.891290 0.204378 0.104368
+0.901509 0.206330 0.107945
+0.911729 0.208282 0.111522
+0.919837 0.210157 0.114939
+0.925129 0.211930 0.118141
+0.930422 0.213704 0.121344
+0.935715 0.215478 0.124547
+0.941007 0.217251 0.127750
+0.083619 0.178069 0.115546
+0.110337 0.180291 0.114384
+0.137056 0.182513 0.113223
+0.163774 0.184735 0.112061
+0.190492 0.186957 0.110899
+0.231290 0.186112 0.106130
+0.282646 0.182966 0.098655
+0.334003 0.179819 0.091180
+0.385360 0.176673 0.083705
+0.435859 0.174458 0.077311
+0.481213 0.177834 0.077403
+0.526566 0.181209 0.077495
+0.571920 0.184585 0.077587
+0.617274 0.187960 0.077678
+0.654815 0.191375 0.079382
+0.689232 0.194805 0.081730
+0.723649 0.198234 0.084078
+0.758066 0.201664 0.086426
+0.788544 0.204882 0.089104
+0.809178 0.207568 0.092609
+0.829812 0.210254 0.096113
+0.850446 0.212940 0.099617
+0.871080 0.215627 0.103121
+0.882643 0.217654 0.106701
+0.892695 0.219572 0.110293
+0.902747 0.221490 0.113885
+0.912799 0.223408 0.117478
+0.920720 0.225311 0.120909
+0.925799 0.227194 0.124126
+0.930879 0.229077 0.127342
+0.935958 0.230959 0.130559
+0.941038 0.232842 0.133776
+0.088030 0.206241 0.129332
+0.111673 0.210423 0.129500
+0.135315 0.214605 0.129668
+0.158958 0.218786 0.129836
+0.182600 0.222968 0.130004
+0.223932 0.220827 0.123966
+0.278532 0.213943 0.113274
+0.333132 0.207060 0.102582
+0.387731 0.200176 0.091890
+0.440963 0.194680 0.082745
+0.485990 0.197507 0.082885
+0.531017 0.200334 0.083025
+0.576044 0.203161 0.083165
+0.621070 0.205988 0.083305
+0.658336 0.208973 0.085050
+0.692496 0.212020 0.087436
+0.726657 0.215068 0.089823
+0.760817 0.218115 0.092210
+0.791058 0.221000 0.094921
+0.811499 0.223478 0.098445
+0.831941 0.225957 0.101968
+0.852382 0.228435 0.105492
+0.872824 0.230913 0.109015
+0.884216 0.232882 0.112611
+0.894101 0.234766 0.116218
+0.903985 0.236650 0.119826
+0.913870 0.238534 0.123433
+0.921603 0.240465 0.126879
+0.926469 0.242457 0.130110
+0.931336 0.244449 0.133341
+0.936202 0.246441 0.136572
+0.941068 0.248433 0.139802
+0.092442 0.234413 0.143117
+0.113008 0.240555 0.144615
+0.133575 0.246696 0.146113
+0.154141 0.252838 0.147611
+0.174708 0.258979 0.149109
+0.216575 0.255542 0.141803
+0.274418 0.244921 0.127893
+0.332260 0.234300 0.113984
+0.390103 0.223679 0.100075
+0.446068 0.214901 0.088179
+0.490768 0.217180 0.088367
+0.535468 0.219458 0.088555
+0.580167 0.221737 0.088744
+0.624867 0.224016 0.088932
+0.661856 0.226571 0.090718
+0.695760 0.229236 0.093143
+0.729665 0.231901 0.095568
+0.763569 0.234566 0.097993
+0.793572 0.237119 0.100738
+0.813821 0.239389 0.104281
+0.834070 0.241659 0.107824
+0.854319 0.243929 0.111366
+0.874568 0.246199 0.114909
+0.885789 0.248110 0.118520
+0.895506 0.249960 0.122143
+0.905223 0.251810 0.125766
+0.914940 0.253661 0.129389
+0.922487 0.255619 0.132849
+0.927140 0.257720 0.136094
+0.931792 0.259821 0.139339
+0.936445 0.261923 0.142584
+0.941098 0.264024 0.145829
+0.097340 0.263677 0.157605
+0.115055 0.271576 0.160341
+0.132769 0.279475 0.163077
+0.150484 0.287374 0.165812
+0.168199 0.295273 0.168548
+0.209953 0.290984 0.160367
+0.269736 0.277555 0.143998
+0.329520 0.264125 0.127630
+0.389304 0.250695 0.111261
+0.447024 0.239341 0.097162
+0.492364 0.240446 0.096680
+0.537704 0.241552 0.096198
+0.583044 0.242657 0.095716
+0.628383 0.243762 0.095235
+0.665369 0.245703 0.096856
+0.699013 0.247979 0.099318
+0.732657 0.250254 0.101780
+0.766301 0.252529 0.104243
+0.796064 0.254744 0.107021
+0.816123 0.256806 0.110587
+0.836181 0.258868 0.114153
+0.856240 0.260930 0.117719
+0.876298 0.262992 0.121285
+0.887354 0.264848 0.124921
+0.896908 0.266671 0.128569
+0.906463 0.268494 0.132217
+0.916018 0.270316 0.135865
+0.923387 0.272311 0.139351
+0.927840 0.274534 0.142622
+0.932294 0.276757 0.145893
+0.936748 0.278980 0.149164
+0.941202 0.281203 0.152435
+0.105159 0.299493 0.176311
+0.121367 0.307936 0.179730
+0.137574 0.316379 0.183149
+0.153781 0.324823 0.186567
+0.169988 0.333266 0.189986
+0.207742 0.330789 0.183292
+0.261654 0.320122 0.169015
+0.315567 0.309455 0.154737
+0.369479 0.298788 0.140459
+0.423088 0.289100 0.127441
+0.474870 0.285278 0.121979
+0.526652 0.281457 0.116517
+0.578434 0.277636 0.111056
+0.630216 0.273815 0.105594
+0.668840 0.274039 0.105813
+0.702200 0.275881 0.108304
+0.735560 0.277723 0.110796
+0.768920 0.279565 0.113287
+0.798428 0.281410 0.116099
+0.818308 0.283263 0.119712
+0.838188 0.285116 0.123325
+0.858068 0.286968 0.126938
+0.877948 0.288821 0.130551
+0.888866 0.290655 0.134266
+0.898291 0.292485 0.137998
+0.907715 0.294316 0.141730
+0.917140 0.296147 0.145463
+0.924386 0.298230 0.149039
+0.928726 0.300649 0.152409
+0.933066 0.303069 0.155778
+0.937406 0.305488 0.159148
+0.941746 0.307908 0.162517
+0.112979 0.335309 0.195017
+0.127679 0.344296 0.199119
+0.142379 0.353284 0.203221
+0.157078 0.362271 0.207323
+0.171778 0.371259 0.211425
+0.205530 0.370594 0.206218
+0.253572 0.362690 0.194031
+0.301614 0.354786 0.181844
+0.349655 0.346882 0.169657
+0.399151 0.338858 0.157719
+0.457376 0.330110 0.147278
+0.515600 0.321363 0.136836
+0.573824 0.312615 0.126395
+0.632049 0.303868 0.115953
+0.672310 0.302375 0.114770
+0.705386 0.303784 0.117290
+0.738462 0.305192 0.119811
+0.771538 0.306601 0.122331
+0.800793 0.308076 0.125177
+0.820494 0.309720 0.128837
+0.840195 0.311363 0.132497
+0.859896 0.313007 0.136157
+0.879597 0.314650 0.139817
+0.890379 0.316461 0.143611
+0.899673 0.318300 0.147428
+0.908968 0.320138 0.151244
+0.918262 0.321977 0.155061
+0.925385 0.324149 0.158728
+0.929611 0.326765 0.162196
+0.933838 0.329380 0.165663
+0.938064 0.331996 0.169131
+0.942290 0.334612 0.172599
+0.120798 0.371124 0.213722
+0.133991 0.380656 0.218507
+0.147183 0.390188 0.223293
+0.160376 0.399719 0.228078
+0.173568 0.409251 0.232863
+0.203319 0.410399 0.229144
+0.245490 0.405258 0.219048
+0.287660 0.400117 0.208951
+0.329831 0.394976 0.198855
+0.375215 0.388616 0.187997
+0.439882 0.374942 0.172576
+0.504548 0.361268 0.157155
+0.569215 0.347595 0.141734
+0.633881 0.333921 0.126313
+0.675780 0.330711 0.123727
+0.708572 0.331686 0.126276
+0.741364 0.332661 0.128826
+0.774157 0.333636 0.131375
+0.803157 0.334743 0.134255
+0.822680 0.336177 0.137962
+0.842202 0.337611 0.141669
+0.861725 0.339045 0.145376
+0.881247 0.340479 0.149083
+0.891891 0.342267 0.152956
+0.901055 0.344114 0.156857
+0.910220 0.345961 0.160758
+0.919384 0.347807 0.164659
+0.926384 0.350068 0.168416
+0.930496 0.352880 0.171982
+0.934609 0.355692 0.175549
+0.938722 0.358505 0.179115
+0.942835 0.361317 0.182681
+0.128618 0.406940 0.232428
+0.140303 0.417016 0.237896
+0.151988 0.427092 0.243365
+0.163673 0.437168 0.248833
+0.175358 0.447244 0.254301
+0.201108 0.450203 0.252070
+0.237408 0.447825 0.244064
+0.273707 0.445448 0.236058
+0.310007 0.443070 0.228052
+0.351279 0.438374 0.218276
+0.422388 0.419774 0.197875
+0.493496 0.401174 0.177474
+0.564605 0.382574 0.157073
+0.635714 0.363974 0.136672
+0.679250 0.359047 0.132685
+0.711759 0.359588 0.135263
+0.744267 0.360130 0.137841
+0.776775 0.360672 0.140419
+0.805522 0.361409 0.143333
+0.824866 0.362634 0.147087
+0.844209 0.363859 0.150841
+0.863553 0.365084 0.154595
+0.882897 0.366309 0.158349
+0.893404 0.368073 0.162301
+0.902438 0.369928 0.166286
+0.911472 0.371783 0.170272
+0.920506 0.373638 0.174257
+0.927383 0.375987 0.178105
+0.931382 0.378996 0.181769
+0.935381 0.382004 0.185434
+0.939380 0.385013 0.189099
+0.943379 0.388022 0.192763
+0.138128 0.443370 0.253089
+0.148921 0.453429 0.258924
+0.159713 0.463488 0.264760
+0.170506 0.473548 0.270595
+0.181298 0.483607 0.276431
+0.204363 0.487445 0.275249
+0.236633 0.486618 0.268803
+0.268903 0.485790 0.262358
+0.301172 0.484963 0.255913
+0.338630 0.481699 0.247467
+0.407213 0.463812 0.227014
+0.475796 0.445926 0.206561
+0.544379 0.428040 0.186109
+0.612962 0.410153 0.165656
+0.659975 0.403200 0.158915
+0.698359 0.400619 0.157659
+0.736744 0.398038 0.156402
+0.775129 0.395457 0.155146
+0.808021 0.393899 0.155337
+0.827180 0.394898 0.159147
+0.846338 0.395897 0.162957
+0.865497 0.396896 0.166767
+0.884656 0.397895 0.170577
+0.895046 0.399620 0.174620
+0.903975 0.401466 0.178703
+0.912904 0.403312 0.182785
+0.921833 0.405158 0.186868
+0.928614 0.407571 0.190837
+0.932532 0.410740 0.194657
+0.936450 0.413908 0.198476
+0.940369 0.417077 0.202295
+0.944287 0.420246 0.206114
+0.148315 0.480047 0.274532
+0.158461 0.489865 0.280608
+0.168607 0.499682 0.286684
+0.178753 0.509500 0.292760
+0.188898 0.519318 0.298836
+0.209805 0.523661 0.298528
+0.238781 0.523900 0.293432
+0.267758 0.524138 0.288335
+0.296734 0.524376 0.283239
+0.330496 0.522450 0.276223
+0.392966 0.507533 0.257690
+0.455436 0.492617 0.239156
+0.517906 0.477700 0.220623
+0.580376 0.462784 0.202090
+0.631600 0.453679 0.192055
+0.678326 0.446900 0.185419
+0.725052 0.440120 0.178782
+0.771777 0.433341 0.172146
+0.810573 0.428717 0.168512
+0.829545 0.429484 0.172381
+0.848517 0.430250 0.176250
+0.867488 0.431017 0.180120
+0.886460 0.431783 0.183989
+0.896741 0.433462 0.188129
+0.905575 0.435293 0.192314
+0.914408 0.437124 0.196499
+0.923241 0.438955 0.200684
+0.929939 0.441421 0.204788
+0.933789 0.444735 0.208784
+0.937639 0.448049 0.212781
+0.941490 0.451363 0.216777
+0.945340 0.454677 0.220773
+0.158502 0.516723 0.295975
+0.168002 0.526300 0.302292
+0.177501 0.535876 0.308608
+0.187000 0.545452 0.314925
+0.196499 0.555029 0.321242
+0.215246 0.559878 0.321807
+0.240929 0.561182 0.318060
+0.266613 0.562486 0.314312
+0.292296 0.563789 0.310564
+0.322361 0.563200 0.304979
+0.378719 0.551254 0.288365
+0.435076 0.539307 0.271751
+0.491433 0.527361 0.255138
+0.547791 0.515414 0.238524
+0.603226 0.504159 0.225195
+0.658292 0.493181 0.213179
+0.713359 0.482203 0.201162
+0.768425 0.471225 0.189146
+0.813126 0.463536 0.181686
+0.831910 0.464070 0.185615
+0.850695 0.464604 0.189544
+0.869479 0.465138 0.193472
+0.888264 0.465672 0.197401
+0.898437 0.467304 0.201637
+0.907174 0.469120 0.205925
+0.915912 0.470936 0.210212
+0.924649 0.472751 0.214500
+0.931263 0.475271 0.218738
+0.935046 0.478731 0.222912
+0.938828 0.482190 0.227085
+0.942610 0.485650 0.231259
+0.946393 0.489109 0.235432
+0.168690 0.553400 0.317418
+0.177542 0.562735 0.323975
+0.186394 0.572070 0.330533
+0.195247 0.581405 0.337090
+0.204099 0.590739 0.343647
+0.220687 0.596094 0.345087
+0.243077 0.598464 0.342688
+0.265468 0.600833 0.340289
+0.287858 0.603203 0.337890
+0.314227 0.603951 0.333735
+0.364472 0.594975 0.319041
+0.414716 0.585998 0.304346
+0.464961 0.577021 0.289652
+0.515205 0.568044 0.274958
+0.574851 0.554639 0.258334
+0.638259 0.539463 0.240938
+0.701666 0.524286 0.223543
+0.765073 0.509110 0.206147
+0.815678 0.498355 0.194861
+0.834275 0.498657 0.198849
+0.852873 0.498958 0.202837
+0.871470 0.499259 0.206825
+0.890067 0.499560 0.210814
+0.900132 0.501147 0.215146
+0.908774 0.502947 0.219536
+0.917416 0.504747 0.223926
+0.926058 0.506548 0.228315
+0.932588 0.509121 0.232688
+0.936302 0.512726 0.237039
+0.940017 0.516331 0.241390
+0.943731 0.519936 0.245740
+0.947446 0.523541 0.250091
+0.179087 0.588410 0.338918
+0.187401 0.597409 0.345640
+0.195714 0.606408 0.352362
+0.204027 0.615407 0.359084
+0.212340 0.624406 0.365806
+0.227068 0.630084 0.367989
+0.246608 0.633270 0.366769
+0.266148 0.636456 0.365549
+0.285688 0.639642 0.364329
+0.308835 0.641453 0.361443
+0.353621 0.635011 0.348563
+0.398406 0.628570 0.335683
+0.443192 0.622128 0.322804
+0.487978 0.615687 0.309924
+0.549411 0.601411 0.291351
+0.617503 0.584002 0.270501
+0.685594 0.566593 0.249651
+0.753686 0.549184 0.228802
+0.808275 0.536586 0.214685
+0.829108 0.536018 0.217402
+0.849940 0.535449 0.220119
+0.870773 0.534881 0.222836
+0.891606 0.534312 0.225553
+0.901902 0.535734 0.229787
+0.910443 0.537487 0.234275
+0.918983 0.539241 0.238763
+0.927524 0.540994 0.243251
+0.933973 0.543589 0.247756
+0.937634 0.547304 0.252284
+0.941295 0.551020 0.256811
+0.944955 0.554735 0.261339
+0.948616 0.558451 0.265867
+0.190013 0.619254 0.360561
+0.198055 0.627681 0.367257
+0.206098 0.636108 0.373954
+0.214140 0.644535 0.380650
+0.222182 0.652962 0.387347
+0.235799 0.658506 0.389950
+0.253596 0.661886 0.389484
+0.271393 0.665267 0.389018
+0.289190 0.668647 0.388552
+0.310297 0.670832 0.386534
+0.351260 0.665839 0.375205
+0.392223 0.660845 0.363876
+0.433185 0.655852 0.352547
+0.474148 0.650859 0.341217
+0.531305 0.638913 0.324060
+0.594940 0.624186 0.304571
+0.658574 0.609459 0.285082
+0.722208 0.594733 0.265593
+0.775983 0.583347 0.251135
+0.805107 0.580316 0.249253
+0.834232 0.577284 0.247371
+0.863357 0.574253 0.245489
+0.892481 0.571221 0.243608
+0.903862 0.572183 0.247260
+0.912286 0.573811 0.251835
+0.920710 0.575439 0.256410
+0.929134 0.577067 0.260985
+0.935509 0.579600 0.265616
+0.939152 0.583339 0.270321
+0.942795 0.587078 0.275026
+0.946437 0.590817 0.279731
+0.950080 0.594556 0.284436
+0.200938 0.650098 0.382203
+0.208710 0.657953 0.388874
+0.216481 0.665808 0.395545
+0.224253 0.673663 0.402217
+0.232025 0.681518 0.408888
+0.244529 0.686928 0.411911
+0.260584 0.690503 0.412199
+0.276638 0.694078 0.412487
+0.292692 0.697653 0.412775
+0.311759 0.700211 0.411624
+0.348899 0.696666 0.401846
+0.386039 0.693121 0.392068
+0.423179 0.689576 0.382290
+0.460318 0.686031 0.372511
+0.513199 0.676415 0.356769
+0.572376 0.664371 0.338641
+0.631554 0.652326 0.320513
+0.690731 0.640281 0.302384
+0.743691 0.630108 0.287584
+0.781107 0.624614 0.281104
+0.818524 0.619119 0.274623
+0.855940 0.613625 0.268143
+0.893356 0.608130 0.261663
+0.905822 0.608633 0.264733
+0.914130 0.610135 0.269395
+0.922437 0.611637 0.274057
+0.930745 0.613139 0.278720
+0.937045 0.615610 0.283476
+0.940670 0.619373 0.288358
+0.944295 0.623136 0.293240
+0.947919 0.626899 0.298122
+0.951544 0.630662 0.303004
+0.211863 0.680942 0.403845
+0.219364 0.688225 0.410491
+0.226865 0.695508 0.417137
+0.234366 0.702791 0.423783
+0.241867 0.710074 0.430429
+0.253260 0.715350 0.433873
+0.267571 0.719119 0.434914
+0.281883 0.722889 0.435956
+0.296194 0.726658 0.436998
+0.313221 0.729589 0.436715
+0.346538 0.727493 0.428488
+0.379855 0.725397 0.420260
+0.413172 0.723300 0.412033
+0.446489 0.721204 0.403805
+0.495093 0.713917 0.389478
+0.549813 0.704555 0.372710
+0.604533 0.695193 0.355943
+0.659253 0.685830 0.339176
+0.711399 0.676869 0.324034
+0.757107 0.668912 0.312955
+0.802815 0.660955 0.301876
+0.848523 0.652997 0.290797
+0.894232 0.645040 0.279718
+0.907782 0.645083 0.282206
+0.915973 0.646459 0.286955
+0.924164 0.647835 0.291705
+0.932355 0.649212 0.296454
+0.938581 0.651621 0.301336
+0.942188 0.655408 0.306395
+0.945795 0.659194 0.311454
+0.949401 0.662981 0.316514
+0.953008 0.666768 0.321573
+0.222788 0.711786 0.425488
+0.230019 0.718497 0.432108
+0.237249 0.725208 0.438729
+0.244479 0.731919 0.445350
+0.251709 0.738631 0.451970
+0.261990 0.743772 0.455834
+0.274559 0.747736 0.457629
+0.287128 0.751699 0.459425
+0.299697 0.755663 0.461220
+0.314683 0.758968 0.461806
+0.344177 0.758320 0.455129
+0.373671 0.757672 0.448452
+0.403165 0.757024 0.441776
+0.432659 0.756376 0.435099
+0.476988 0.751419 0.422187
+0.527250 0.744739 0.406780
+0.577513 0.738059 0.391374
+0.627776 0.731379 0.375967
+0.679106 0.723631 0.360483
+0.733107 0.713210 0.344806
+0.787107 0.702790 0.329128
+0.841107 0.692369 0.313451
+0.895107 0.681949 0.297773
+0.909742 0.681532 0.299679
+0.917817 0.682783 0.304515
+0.925891 0.684034 0.309352
+0.933966 0.685284 0.314188
+0.940118 0.687632 0.319196
+0.943706 0.691442 0.324433
+0.947295 0.695252 0.329669
+0.950883 0.699063 0.334905
+0.954472 0.702873 0.340141
+0.232892 0.734113 0.445331
+0.239993 0.740274 0.451818
+0.247094 0.746435 0.458305
+0.254195 0.752597 0.464791
+0.261296 0.758758 0.471278
+0.270972 0.763614 0.475292
+0.282578 0.767490 0.477452
+0.294184 0.771367 0.479611
+0.305791 0.775244 0.481771
+0.319592 0.778576 0.482827
+0.346565 0.778646 0.477264
+0.373537 0.778716 0.471701
+0.400509 0.778786 0.466138
+0.427482 0.778855 0.460574
+0.468576 0.775268 0.449060
+0.515319 0.770218 0.435164
+0.562062 0.765168 0.421268
+0.608805 0.760119 0.407373
+0.657504 0.753913 0.392949
+0.711094 0.744818 0.377206
+0.764684 0.735723 0.361463
+0.818274 0.726628 0.345719
+0.871864 0.717533 0.329976
+0.891262 0.716625 0.329460
+0.904961 0.717082 0.331482
+0.918660 0.717539 0.333504
+0.932360 0.717995 0.335526
+0.941711 0.719816 0.338978
+0.945266 0.723454 0.344336
+0.948821 0.727093 0.349693
+0.952376 0.730731 0.355051
+0.955931 0.734370 0.360409
+0.242858 0.755021 0.464874
+0.249854 0.760636 0.471209
+0.256849 0.766251 0.477544
+0.263844 0.771866 0.483879
+0.270840 0.777481 0.490214
+0.279995 0.782026 0.494334
+0.290769 0.785768 0.496792
+0.301543 0.789511 0.499251
+0.312317 0.793253 0.501709
+0.325076 0.796556 0.503170
+0.349744 0.797222 0.498648
+0.374411 0.797888 0.494125
+0.399079 0.798553 0.489603
+0.423747 0.799219 0.485080
+0.461780 0.796842 0.474960
+0.505159 0.793246 0.462600
+0.548539 0.789651 0.450241
+0.591918 0.786056 0.437881
+0.637684 0.781449 0.424752
+0.689413 0.774311 0.409698
+0.741143 0.767173 0.394644
+0.792872 0.760035 0.379591
+0.844602 0.752897 0.364537
+0.869375 0.751492 0.361293
+0.889656 0.751044 0.360017
+0.909937 0.750595 0.358741
+0.930217 0.750147 0.357465
+0.943314 0.751362 0.359080
+0.946833 0.754796 0.364550
+0.950352 0.758230 0.370019
+0.953871 0.761664 0.375489
+0.957390 0.765098 0.380959
+0.252825 0.775928 0.484418
+0.259715 0.780997 0.490601
+0.266604 0.786066 0.496784
+0.273494 0.791135 0.502967
+0.280384 0.796203 0.509151
+0.289018 0.800438 0.513376
+0.298960 0.804046 0.516133
+0.308902 0.807654 0.518890
+0.318844 0.811262 0.521647
+0.330560 0.814535 0.523513
+0.352923 0.815797 0.520031
+0.375286 0.817059 0.516550
+0.397649 0.818321 0.513068
+0.420011 0.819583 0.509586
+0.454984 0.818415 0.500860
+0.495000 0.816275 0.490036
+0.535016 0.814134 0.479213
+0.575032 0.811994 0.468389
+0.617863 0.808985 0.456554
+0.667732 0.803804 0.442190
+0.717601 0.798623 0.427826
+0.767470 0.793441 0.413462
+0.817339 0.788260 0.399098
+0.847488 0.786360 0.393125
+0.874350 0.785006 0.388551
+0.901213 0.783652 0.383977
+0.928075 0.782298 0.379403
+0.944918 0.782908 0.379182
+0.948400 0.786138 0.384764
+0.951883 0.789367 0.390345
+0.955366 0.792597 0.395927
+0.958849 0.795826 0.401509
+0.262791 0.796836 0.503961
+0.269575 0.801359 0.509992
+0.276359 0.805881 0.516024
+0.283144 0.810404 0.522055
+0.289928 0.814926 0.528087
+0.298041 0.818850 0.532418
+0.307151 0.822324 0.535474
+0.316260 0.825798 0.538530
+0.325370 0.829272 0.541586
+0.336044 0.832515 0.543856
+0.356102 0.834373 0.541415
+0.376160 0.836231 0.538974
+0.396218 0.838089 0.536533
+0.416276 0.839947 0.534092
+0.448188 0.839988 0.526760
+0.484840 0.839303 0.517473
+0.521493 0.838617 0.508185
+0.558145 0.837932 0.498897
+0.598042 0.836521 0.488356
+0.646051 0.833297 0.474682
+0.694059 0.830072 0.461007
+0.742068 0.826848 0.447333
+0.790077 0.823624 0.433659
+0.825601 0.821227 0.424958
+0.859045 0.818967 0.417086
+0.892489 0.816708 0.409214
+0.925933 0.814449 0.401342
+0.946521 0.814454 0.399284
+0.949967 0.817479 0.404978
+0.953414 0.820504 0.410671
+0.956861 0.823529 0.416365
+0.960307 0.826555 0.422059
+0.271824 0.813637 0.522040
+0.278549 0.817700 0.527906
+0.285275 0.821763 0.533771
+0.292000 0.825826 0.539637
+0.298726 0.829888 0.545502
+0.306496 0.833532 0.549838
+0.315051 0.836861 0.553027
+0.323605 0.840190 0.556216
+0.332159 0.843519 0.559404
+0.342101 0.846697 0.561898
+0.360370 0.848966 0.560221
+0.378640 0.851236 0.558543
+0.396909 0.853505 0.556866
+0.415178 0.855774 0.555189
+0.444489 0.856721 0.549039
+0.478217 0.857140 0.541100
+0.511944 0.857558 0.533162
+0.545672 0.857976 0.525223
+0.582864 0.857798 0.515930
+0.628719 0.856132 0.503249
+0.674574 0.854465 0.490568
+0.720429 0.852798 0.477886
+0.766283 0.851131 0.465205
+0.804919 0.848864 0.455097
+0.842352 0.846497 0.445419
+0.879785 0.844129 0.435740
+0.917218 0.841762 0.426061
+0.940836 0.841552 0.422578
+0.946033 0.844218 0.427356
+0.951230 0.846884 0.432135
+0.956427 0.849550 0.436914
+0.961625 0.852216 0.441692
+0.279611 0.824963 0.538166
+0.286341 0.828681 0.543848
+0.293070 0.832400 0.549529
+0.299800 0.836118 0.555210
+0.306529 0.839837 0.560891
+0.314195 0.843242 0.565098
+0.322563 0.846412 0.568198
+0.330931 0.849581 0.571297
+0.339299 0.852751 0.574397
+0.348924 0.855816 0.576871
+0.366092 0.858250 0.575588
+0.383260 0.860684 0.574305
+0.400427 0.863119 0.573022
+0.417595 0.865553 0.571739
+0.444920 0.867001 0.566488
+0.476308 0.868055 0.559650
+0.507695 0.869108 0.552812
+0.539083 0.870162 0.545973
+0.573877 0.870731 0.537865
+0.617187 0.870090 0.526582
+0.660496 0.869448 0.515299
+0.703806 0.868806 0.504016
+0.747116 0.868164 0.492733
+0.785845 0.866862 0.482980
+0.823810 0.865450 0.473482
+0.861775 0.864038 0.463985
+0.899740 0.862626 0.454487
+0.925433 0.862719 0.450128
+0.934763 0.864820 0.452622
+0.944094 0.866921 0.455115
+0.953424 0.869022 0.457609
+0.962754 0.871123 0.460102
+0.287399 0.836288 0.554293
+0.294132 0.839662 0.559790
+0.300866 0.843037 0.565286
+0.307599 0.846411 0.570783
+0.314333 0.849786 0.576280
+0.321894 0.852952 0.580357
+0.330075 0.855962 0.583368
+0.338257 0.858972 0.586379
+0.346439 0.861982 0.589390
+0.355746 0.864934 0.591844
+0.371813 0.867533 0.590956
+0.387879 0.870133 0.590067
+0.403946 0.872732 0.589179
+0.420012 0.875332 0.588290
+0.445351 0.877281 0.583938
+0.474399 0.878970 0.578199
+0.503446 0.880659 0.572461
+0.532494 0.882348 0.566723
+0.564889 0.883664 0.559800
+0.605654 0.884047 0.549915
+0.646419 0.884431 0.540030
+0.687184 0.884814 0.530146
+0.727949 0.885197 0.520261
+0.766770 0.884860 0.510863
+0.805267 0.884403 0.501546
+0.843765 0.883946 0.492230
+0.882262 0.883489 0.482913
+0.910030 0.883886 0.477679
+0.923494 0.885422 0.477887
+0.936957 0.886958 0.478096
+0.950420 0.888494 0.478304
+0.963884 0.890030 0.478513
+0.295186 0.847613 0.570419
+0.301924 0.850644 0.575732
+0.308661 0.853674 0.581044
+0.315399 0.856704 0.586357
+0.322136 0.859734 0.591669
+0.329593 0.862662 0.595616
+0.337588 0.865513 0.598538
+0.345583 0.868363 0.601461
+0.353578 0.871214 0.604383
+0.362569 0.874052 0.606817
+0.377534 0.876817 0.606323
+0.392499 0.879582 0.605829
+0.407464 0.882346 0.605335
+0.422429 0.885111 0.604841
+0.445782 0.887561 0.601387
+0.472490 0.889885 0.596749
+0.499197 0.892210 0.592111
+0.525904 0.894534 0.587473
+0.555901 0.896597 0.581735
+0.594121 0.898005 0.573248
+0.632341 0.899414 0.564762
+0.670561 0.900822 0.556275
+0.708781 0.902230 0.547789
+0.747695 0.902858 0.538746
+0.786725 0.903357 0.529610
+0.825754 0.903855 0.520475
+0.864784 0.904353 0.511339
+0.894628 0.905053 0.505229
+0.912224 0.906024 0.503153
+0.929820 0.906995 0.501076
+0.947417 0.907965 0.499000
+0.965013 0.908936 0.496923
+0.302974 0.858939 0.586545
+0.309715 0.861625 0.591674
+0.316457 0.864311 0.596802
+0.323198 0.866997 0.601930
+0.329940 0.869683 0.607058
+0.337291 0.872372 0.610875
+0.345100 0.875063 0.613709
+0.352909 0.877754 0.616542
+0.360718 0.880446 0.619376
+0.369392 0.883171 0.621790
+0.383255 0.886101 0.621691
+0.397119 0.889030 0.621591
+0.410983 0.891960 0.621492
+0.424847 0.894889 0.621392
+0.446213 0.897841 0.618836
+0.470580 0.900801 0.615298
+0.494948 0.903760 0.611760
+0.519315 0.906720 0.608223
+0.546914 0.909530 0.603670
+0.582589 0.911963 0.596582
+0.618264 0.914397 0.589493
+0.653939 0.916830 0.582405
+0.689614 0.919263 0.575316
+0.728620 0.920857 0.566629
+0.768182 0.922310 0.557674
+0.807744 0.923763 0.548720
+0.847305 0.925216 0.539766
+0.879225 0.926221 0.532780
+0.900954 0.926626 0.528418
+0.922684 0.927032 0.524057
+0.944413 0.927437 0.519695
+0.966143 0.927843 0.515333
+0.072929 0.068250 0.065225
+0.103581 0.069810 0.064930
+0.134233 0.071370 0.064635
+0.164885 0.072930 0.064339
+0.195537 0.074490 0.064044
+0.235694 0.077892 0.062362
+0.282981 0.082675 0.059641
+0.330268 0.087458 0.056919
+0.377555 0.092241 0.054198
+0.424675 0.097164 0.051873
+0.470791 0.102923 0.051932
+0.516908 0.108683 0.051991
+0.563024 0.114443 0.052049
+0.609141 0.120202 0.052108
+0.646986 0.125507 0.053841
+0.681522 0.130630 0.056245
+0.716059 0.135753 0.058648
+0.750596 0.140876 0.061051
+0.781191 0.145613 0.063796
+0.801934 0.149388 0.067396
+0.822676 0.153163 0.070996
+0.843418 0.156937 0.074597
+0.864160 0.160712 0.078197
+0.876272 0.163425 0.081982
+0.886944 0.165962 0.085797
+0.897617 0.168498 0.089613
+0.908289 0.171035 0.093428
+0.917203 0.173348 0.097259
+0.923770 0.175363 0.101110
+0.930337 0.177379 0.104961
+0.936904 0.179394 0.108812
+0.943472 0.181409 0.112663
+0.074276 0.080785 0.072107
+0.103975 0.082589 0.072128
+0.133675 0.084393 0.072150
+0.163374 0.086198 0.072171
+0.193074 0.088002 0.072192
+0.232662 0.091196 0.070544
+0.279666 0.095434 0.067643
+0.326671 0.099671 0.064742
+0.373676 0.103908 0.061842
+0.420586 0.108308 0.059333
+0.466930 0.113685 0.059174
+0.513274 0.119061 0.059015
+0.559618 0.124438 0.058856
+0.605963 0.129814 0.058697
+0.644172 0.134825 0.060247
+0.679126 0.139690 0.062480
+0.714081 0.144555 0.064714
+0.749036 0.149420 0.066948
+0.780020 0.153920 0.069539
+0.801076 0.157506 0.073023
+0.822132 0.161091 0.076508
+0.843188 0.164677 0.079992
+0.864244 0.168263 0.083477
+0.876448 0.170816 0.087151
+0.887178 0.173196 0.090858
+0.897908 0.175577 0.094564
+0.908638 0.177958 0.098270
+0.917499 0.180126 0.101953
+0.923871 0.182011 0.105605
+0.930243 0.183896 0.109258
+0.936614 0.185780 0.112910
+0.942986 0.187665 0.116562
+0.075622 0.093320 0.078989
+0.104369 0.095368 0.079327
+0.133117 0.097417 0.079665
+0.161864 0.099465 0.080002
+0.190611 0.101514 0.080340
+0.229630 0.104501 0.078725
+0.276352 0.108192 0.075645
+0.323074 0.111884 0.072565
+0.369796 0.115575 0.069486
+0.416497 0.119453 0.066792
+0.463069 0.124446 0.066415
+0.509641 0.129439 0.066039
+0.556213 0.134433 0.065662
+0.602785 0.139426 0.065285
+0.641357 0.144143 0.066652
+0.676730 0.148750 0.068716
+0.712103 0.153358 0.070780
+0.747476 0.157965 0.072844
+0.778848 0.162226 0.075281
+0.800218 0.165623 0.078650
+0.821588 0.169020 0.082019
+0.842957 0.172417 0.085388
+0.864327 0.175814 0.088757
+0.876625 0.178206 0.092321
+0.887412 0.180431 0.095918
+0.898199 0.182656 0.099515
+0.908986 0.184881 0.103112
+0.917796 0.186904 0.106647
+0.923972 0.188658 0.110101
+0.930148 0.190413 0.113554
+0.936324 0.192167 0.117008
+0.942500 0.193921 0.120461
+0.076969 0.105855 0.085871
+0.104764 0.108148 0.086526
+0.132558 0.110440 0.087180
+0.160353 0.112733 0.087834
+0.188148 0.115026 0.088488
+0.226597 0.117806 0.086906
+0.273037 0.120951 0.083647
+0.319477 0.124097 0.080389
+0.365917 0.127242 0.077130
+0.412408 0.130597 0.074251
+0.459208 0.135207 0.073657
+0.506007 0.139817 0.073063
+0.552807 0.144427 0.072468
+0.599607 0.149037 0.071874
+0.638543 0.153461 0.073057
+0.674334 0.157811 0.074952
+0.710125 0.162160 0.076846
+0.745916 0.166509 0.078741
+0.777677 0.170532 0.081024
+0.799360 0.173741 0.084277
+0.821043 0.176949 0.087530
+0.842727 0.180157 0.090783
+0.864410 0.183365 0.094037
+0.876802 0.185597 0.097491
+0.887646 0.187666 0.100979
+0.898490 0.189735 0.104466
+0.909334 0.191804 0.107954
+0.918093 0.193682 0.111342
+0.924074 0.195306 0.114596
+0.930054 0.196930 0.117851
+0.936034 0.198553 0.121106
+0.942015 0.200177 0.124360
+0.078315 0.118390 0.092753
+0.105158 0.120927 0.093724
+0.132000 0.123464 0.094695
+0.158843 0.126001 0.095666
+0.185685 0.128537 0.096636
+0.223565 0.131110 0.095088
+0.269722 0.133710 0.091650
+0.315880 0.136310 0.088212
+0.362037 0.138909 0.084774
+0.408319 0.141741 0.081711
+0.455347 0.145968 0.080899
+0.502374 0.150195 0.080086
+0.549401 0.154422 0.079274
+0.596429 0.158649 0.078462
+0.635729 0.162779 0.079462
+0.671938 0.166871 0.081188
+0.708147 0.170962 0.082913
+0.744357 0.175054 0.084638
+0.776505 0.178839 0.086766
+0.798502 0.181858 0.089904
+0.820499 0.184878 0.093042
+0.842496 0.187897 0.096179
+0.864493 0.190916 0.099317
+0.876979 0.192988 0.102661
+0.887880 0.194901 0.106039
+0.898781 0.196814 0.109418
+0.909682 0.198727 0.112796
+0.918390 0.200460 0.116036
+0.924175 0.201953 0.119092
+0.929960 0.203447 0.122148
+0.935744 0.204940 0.125203
+0.941529 0.206433 0.128259
+0.081193 0.139448 0.104021
+0.106353 0.142984 0.105652
+0.131513 0.146521 0.107282
+0.156674 0.150057 0.108912
+0.181834 0.153593 0.110542
+0.219756 0.155455 0.108282
+0.267251 0.156061 0.103104
+0.314745 0.156667 0.097925
+0.362240 0.157274 0.092747
+0.409652 0.158327 0.088182
+0.456574 0.162062 0.087296
+0.503496 0.165796 0.086410
+0.550419 0.169531 0.085525
+0.597341 0.173266 0.084639
+0.636626 0.177007 0.085577
+0.672857 0.180750 0.087245
+0.709088 0.184493 0.088913
+0.745318 0.188237 0.090581
+0.777488 0.191710 0.092657
+0.799507 0.194511 0.095753
+0.821525 0.197311 0.098849
+0.843543 0.200111 0.101945
+0.865562 0.202912 0.105040
+0.877987 0.204861 0.108347
+0.888813 0.206669 0.111689
+0.899639 0.208477 0.115031
+0.910466 0.210285 0.118373
+0.919040 0.211960 0.121563
+0.924611 0.213458 0.124549
+0.930182 0.214956 0.127536
+0.935753 0.216454 0.130523
+0.941324 0.217952 0.133509
+0.085218 0.166898 0.118579
+0.108149 0.172000 0.121126
+0.131079 0.177103 0.123672
+0.154010 0.182205 0.126219
+0.176941 0.187308 0.128766
+0.215366 0.188081 0.125235
+0.265411 0.185608 0.117146
+0.315457 0.183134 0.109057
+0.365503 0.180661 0.100968
+0.415052 0.178992 0.093913
+0.461619 0.182154 0.093061
+0.508186 0.185315 0.092209
+0.554753 0.188476 0.091358
+0.601320 0.191638 0.090506
+0.640307 0.194918 0.091474
+0.676262 0.198245 0.093169
+0.712216 0.201572 0.094864
+0.748171 0.204899 0.096560
+0.780087 0.208006 0.098659
+0.801908 0.210565 0.101769
+0.823728 0.213123 0.104878
+0.845548 0.215682 0.107987
+0.867369 0.218240 0.111097
+0.879617 0.220097 0.114421
+0.890270 0.221838 0.117781
+0.900924 0.223578 0.121141
+0.911577 0.225318 0.124501
+0.919955 0.227001 0.127713
+0.925298 0.228605 0.130728
+0.930642 0.230210 0.133743
+0.935986 0.231814 0.136758
+0.941329 0.233419 0.139772
+0.089243 0.194348 0.133136
+0.109944 0.201017 0.136600
+0.130646 0.207685 0.140063
+0.151347 0.214354 0.143526
+0.172048 0.221022 0.146990
+0.210975 0.220707 0.142188
+0.263572 0.215154 0.131189
+0.316169 0.209601 0.120189
+0.368766 0.204048 0.109189
+0.420451 0.199658 0.099644
+0.466663 0.202246 0.098826
+0.512875 0.204834 0.098008
+0.559087 0.207421 0.097191
+0.605299 0.210009 0.096373
+0.643987 0.212828 0.097370
+0.679666 0.215739 0.099093
+0.715345 0.218650 0.100816
+0.751024 0.221560 0.102538
+0.782687 0.224302 0.104661
+0.804309 0.226618 0.107784
+0.825931 0.228935 0.110907
+0.847554 0.231252 0.114030
+0.869176 0.233569 0.117153
+0.881248 0.235333 0.120495
+0.891728 0.237006 0.123873
+0.902208 0.238679 0.127251
+0.912688 0.240352 0.130629
+0.920869 0.242041 0.133864
+0.925986 0.243752 0.136907
+0.931102 0.245463 0.139950
+0.936218 0.247174 0.142992
+0.941335 0.248885 0.146035
+0.093269 0.221798 0.147694
+0.111740 0.230033 0.152074
+0.130212 0.238267 0.156454
+0.148683 0.246502 0.160834
+0.167155 0.254736 0.165214
+0.206584 0.253333 0.159142
+0.261733 0.244700 0.145231
+0.316881 0.236068 0.131320
+0.372029 0.227435 0.117410
+0.425850 0.220324 0.105374
+0.471707 0.222338 0.104591
+0.517564 0.224352 0.103808
+0.563421 0.226366 0.103024
+0.609278 0.228381 0.102241
+0.647668 0.230738 0.103267
+0.683071 0.233233 0.105017
+0.718474 0.235728 0.106767
+0.753877 0.238222 0.108517
+0.785286 0.240597 0.110663
+0.806710 0.242672 0.113800
+0.828134 0.244747 0.116937
+0.849559 0.246822 0.120073
+0.870983 0.248897 0.123210
+0.882878 0.250570 0.126569
+0.893185 0.252175 0.129965
+0.903492 0.253780 0.133361
+0.913799 0.255386 0.136758
+0.921784 0.257082 0.140014
+0.926673 0.258899 0.143085
+0.931562 0.260717 0.146156
+0.936451 0.262534 0.149227
+0.941340 0.264351 0.152298
+0.097795 0.250424 0.162956
+0.114195 0.260058 0.168180
+0.130595 0.269693 0.173404
+0.146995 0.279327 0.178627
+0.163395 0.288962 0.183851
+0.202725 0.286862 0.176901
+0.259250 0.275961 0.160821
+0.315776 0.265061 0.144740
+0.372302 0.254160 0.128660
+0.427382 0.244941 0.114666
+0.473786 0.245812 0.113196
+0.520190 0.246683 0.111725
+0.566595 0.247554 0.110254
+0.612999 0.248425 0.108783
+0.651345 0.250155 0.109632
+0.686467 0.252228 0.111408
+0.721590 0.254301 0.113184
+0.756713 0.256374 0.114961
+0.787865 0.258379 0.117131
+0.809091 0.260213 0.120286
+0.830318 0.262048 0.123440
+0.851545 0.263883 0.126595
+0.872771 0.265717 0.129750
+0.884494 0.267305 0.133135
+0.894634 0.268851 0.136558
+0.904773 0.270397 0.139982
+0.914912 0.271943 0.143405
+0.922710 0.273657 0.146694
+0.927386 0.275593 0.149805
+0.932062 0.277529 0.152916
+0.936738 0.279466 0.156027
+0.941414 0.281402 0.159137
+0.105328 0.286102 0.182446
+0.120606 0.296141 0.188078
+0.135884 0.306179 0.193709
+0.151162 0.316217 0.199340
+0.166440 0.326255 0.204972
+0.202050 0.325814 0.199497
+0.252910 0.317513 0.185693
+0.303770 0.309213 0.171889
+0.354630 0.300912 0.158085
+0.405705 0.293270 0.145326
+0.458071 0.289580 0.138838
+0.510437 0.285890 0.132351
+0.562802 0.282201 0.125864
+0.615168 0.278511 0.119377
+0.654998 0.278612 0.118807
+0.689814 0.280229 0.120604
+0.724631 0.281846 0.122401
+0.759447 0.283463 0.124198
+0.790324 0.285076 0.126395
+0.811355 0.286679 0.129594
+0.832386 0.288282 0.132793
+0.853417 0.289885 0.135992
+0.874448 0.291487 0.139191
+0.886027 0.293034 0.142652
+0.896030 0.294572 0.146157
+0.906034 0.296109 0.149662
+0.916037 0.297646 0.153167
+0.923703 0.299438 0.156549
+0.928251 0.301568 0.159770
+0.932799 0.303698 0.162990
+0.937347 0.305827 0.166211
+0.941896 0.307957 0.169431
+0.112861 0.321781 0.201936
+0.127017 0.332223 0.207975
+0.141173 0.342665 0.214014
+0.155328 0.353107 0.220054
+0.169484 0.363549 0.226093
+0.201376 0.364766 0.222093
+0.246570 0.359065 0.210565
+0.291764 0.353365 0.199037
+0.336958 0.347664 0.187509
+0.384029 0.341599 0.175985
+0.442356 0.333348 0.164481
+0.500683 0.325098 0.152978
+0.559010 0.316847 0.141474
+0.617337 0.308596 0.129971
+0.658652 0.307068 0.127982
+0.693161 0.308230 0.129800
+0.727671 0.309391 0.131617
+0.762181 0.310552 0.133434
+0.792783 0.311773 0.135659
+0.813619 0.313144 0.138902
+0.834454 0.314515 0.142145
+0.855290 0.315886 0.145388
+0.876125 0.317258 0.148631
+0.887560 0.318764 0.152169
+0.897427 0.320292 0.155755
+0.907295 0.321821 0.159342
+0.917163 0.323349 0.162928
+0.924696 0.325219 0.166405
+0.929116 0.327542 0.169735
+0.933537 0.329866 0.173065
+0.937957 0.332189 0.176395
+0.942378 0.334513 0.179725
+0.120395 0.357460 0.221426
+0.133428 0.368305 0.227873
+0.146461 0.379151 0.234320
+0.159495 0.389996 0.240767
+0.172528 0.400842 0.247213
+0.200701 0.403718 0.244690
+0.240230 0.400617 0.235438
+0.279758 0.397516 0.226186
+0.319287 0.394416 0.216934
+0.362352 0.389927 0.206644
+0.426641 0.377116 0.190124
+0.490929 0.364305 0.173604
+0.555218 0.351493 0.157085
+0.619506 0.338682 0.140565
+0.662305 0.335525 0.137158
+0.696508 0.336230 0.138996
+0.730712 0.336936 0.140833
+0.764915 0.337641 0.142671
+0.795243 0.338470 0.144923
+0.815883 0.339610 0.148210
+0.836522 0.340749 0.151498
+0.857162 0.341888 0.154785
+0.877802 0.343028 0.158072
+0.889092 0.344493 0.161686
+0.898824 0.346013 0.165354
+0.908556 0.347533 0.169022
+0.918288 0.349052 0.172690
+0.925689 0.351000 0.176260
+0.929981 0.353517 0.179699
+0.934274 0.356034 0.183139
+0.938567 0.358551 0.186579
+0.942860 0.361068 0.190019
+0.127928 0.393138 0.240916
+0.139839 0.404388 0.247771
+0.151750 0.415637 0.254625
+0.163661 0.426886 0.261480
+0.175572 0.438135 0.268334
+0.200027 0.442670 0.267286
+0.233890 0.442169 0.260310
+0.267752 0.441668 0.253334
+0.301615 0.441167 0.246359
+0.340676 0.438256 0.237303
+0.410926 0.420884 0.215767
+0.481176 0.403512 0.194231
+0.551425 0.386139 0.172695
+0.621675 0.368767 0.151159
+0.665959 0.363982 0.146333
+0.699855 0.364231 0.148191
+0.733752 0.364481 0.150050
+0.767649 0.364730 0.151908
+0.797702 0.365168 0.154187
+0.818146 0.366075 0.157519
+0.838590 0.366983 0.160850
+0.859035 0.367890 0.164182
+0.879479 0.368798 0.167513
+0.890625 0.370223 0.171203
+0.900221 0.371734 0.174952
+0.909817 0.373245 0.178702
+0.919413 0.374755 0.182451
+0.926682 0.376781 0.186115
+0.930847 0.379491 0.189664
+0.935012 0.382202 0.193214
+0.939177 0.384913 0.196763
+0.943342 0.387623 0.200312
+0.137267 0.429850 0.262308
+0.148494 0.441012 0.269320
+0.159721 0.452174 0.276333
+0.170948 0.463336 0.283345
+0.182175 0.474498 0.290357
+0.204162 0.479792 0.290295
+0.234218 0.480684 0.284927
+0.264274 0.481577 0.279559
+0.294331 0.482470 0.274192
+0.329727 0.480867 0.266545
+0.397163 0.464291 0.245224
+0.464599 0.447714 0.223902
+0.532036 0.431138 0.202581
+0.599472 0.414562 0.181260
+0.647093 0.407825 0.173596
+0.686787 0.405024 0.171395
+0.726482 0.402222 0.169193
+0.766176 0.399421 0.166992
+0.800312 0.397611 0.166386
+0.820548 0.398280 0.169771
+0.840785 0.398949 0.173155
+0.861021 0.399619 0.176540
+0.881258 0.400288 0.179924
+0.892277 0.401665 0.183706
+0.901760 0.403161 0.187554
+0.911243 0.404656 0.191402
+0.920726 0.406152 0.195250
+0.927892 0.408239 0.199038
+0.931968 0.411115 0.202748
+0.936044 0.413991 0.206457
+0.940120 0.416866 0.210166
+0.944196 0.419742 0.213875
+0.147330 0.466975 0.284461
+0.158048 0.477853 0.291531
+0.168766 0.488732 0.298601
+0.179484 0.499610 0.305672
+0.190202 0.510489 0.312742
+0.210221 0.516181 0.313470
+0.237214 0.517985 0.309443
+0.264208 0.519788 0.305415
+0.291201 0.521592 0.301387
+0.323069 0.521190 0.295219
+0.384182 0.507553 0.276205
+0.445294 0.493915 0.257192
+0.506407 0.480278 0.238178
+0.567519 0.466641 0.219165
+0.619219 0.457823 0.208094
+0.667153 0.450933 0.200201
+0.715087 0.444042 0.192307
+0.763021 0.437152 0.184414
+0.802981 0.432353 0.179759
+0.823005 0.432781 0.183200
+0.843029 0.433209 0.186641
+0.863054 0.433637 0.190083
+0.883078 0.434066 0.193524
+0.893977 0.435393 0.197404
+0.903356 0.436871 0.201357
+0.912735 0.438348 0.205310
+0.922114 0.439825 0.209263
+0.929189 0.441968 0.213189
+0.933192 0.444998 0.217078
+0.937194 0.448028 0.220967
+0.941197 0.451057 0.224857
+0.945199 0.454087 0.228746
+0.157393 0.504099 0.306614
+0.167602 0.514694 0.313742
+0.177811 0.525289 0.320870
+0.188020 0.535884 0.327998
+0.198229 0.546479 0.335126
+0.216279 0.552571 0.336645
+0.240210 0.555285 0.333958
+0.264141 0.558000 0.331271
+0.288072 0.560714 0.328583
+0.316411 0.561513 0.323893
+0.371200 0.550815 0.307187
+0.425989 0.540116 0.290481
+0.480778 0.529418 0.273775
+0.535567 0.518720 0.257069
+0.591345 0.507821 0.242592
+0.647519 0.496842 0.229007
+0.703693 0.485862 0.215422
+0.759866 0.474883 0.201837
+0.805651 0.467094 0.193132
+0.825463 0.467282 0.196630
+0.845274 0.467469 0.200128
+0.865086 0.467656 0.203626
+0.884897 0.467843 0.207123
+0.895678 0.469121 0.211102
+0.904953 0.470580 0.215160
+0.914228 0.472040 0.219219
+0.923503 0.473499 0.223277
+0.930486 0.475697 0.227340
+0.934415 0.478881 0.231409
+0.938344 0.482064 0.235478
+0.942273 0.485248 0.239547
+0.946203 0.488431 0.243616
+0.167455 0.541224 0.328767
+0.177155 0.551536 0.335953
+0.186856 0.561847 0.343138
+0.196556 0.572158 0.350324
+0.206256 0.582470 0.357510
+0.222338 0.588960 0.359820
+0.243206 0.592586 0.358473
+0.264075 0.596211 0.357126
+0.284943 0.599837 0.355779
+0.309754 0.601836 0.352568
+0.358219 0.594077 0.338169
+0.406684 0.586317 0.323771
+0.455149 0.578558 0.309372
+0.503614 0.570799 0.294974
+0.563471 0.557819 0.277091
+0.627884 0.542751 0.257813
+0.692298 0.527683 0.238536
+0.756711 0.512615 0.219259
+0.808321 0.501836 0.206505
+0.827920 0.501782 0.210060
+0.847519 0.501729 0.213614
+0.867118 0.501675 0.217168
+0.886717 0.501621 0.220723
+0.897378 0.502849 0.224800
+0.906549 0.504290 0.228963
+0.915720 0.505731 0.233127
+0.924891 0.507173 0.237290
+0.931784 0.509427 0.241491
+0.935639 0.512764 0.245740
+0.939495 0.516101 0.249989
+0.943350 0.519439 0.254238
+0.947206 0.522776 0.258487
+0.177782 0.576796 0.350923
+0.187049 0.586731 0.358111
+0.196317 0.596666 0.365299
+0.205584 0.606601 0.372487
+0.214852 0.616536 0.379674
+0.229246 0.623248 0.382640
+0.247486 0.627543 0.382439
+0.265726 0.631838 0.382239
+0.283966 0.636132 0.382038
+0.305724 0.639060 0.380111
+0.348598 0.633787 0.367827
+0.391472 0.628513 0.355544
+0.434345 0.623240 0.343260
+0.477219 0.617966 0.330976
+0.538671 0.604171 0.311170
+0.607554 0.586968 0.288356
+0.676437 0.569765 0.265542
+0.745320 0.552562 0.242727
+0.800773 0.540007 0.227048
+0.822650 0.539071 0.229207
+0.844526 0.538135 0.231366
+0.866403 0.537199 0.233525
+0.888280 0.536263 0.235684
+0.899170 0.537325 0.239647
+0.908228 0.538721 0.243911
+0.917287 0.540116 0.248175
+0.926345 0.541512 0.252438
+0.933148 0.543791 0.256773
+0.936945 0.547248 0.261202
+0.940741 0.550706 0.265631
+0.944537 0.554163 0.270060
+0.948333 0.557620 0.274489
+0.188769 0.608487 0.373088
+0.197794 0.617813 0.380138
+0.206819 0.627140 0.387188
+0.215844 0.636466 0.394239
+0.224869 0.645793 0.401289
+0.238278 0.652281 0.404573
+0.254974 0.656641 0.405034
+0.271671 0.661001 0.405494
+0.288367 0.665360 0.405955
+0.308266 0.668537 0.404828
+0.347379 0.664617 0.394176
+0.386491 0.660696 0.383525
+0.425603 0.656775 0.372873
+0.464716 0.652854 0.362221
+0.521554 0.641410 0.344204
+0.585482 0.626957 0.323239
+0.649411 0.612504 0.302275
+0.713339 0.598050 0.281311
+0.767682 0.586749 0.265517
+0.798062 0.583327 0.262650
+0.828441 0.579906 0.259783
+0.858820 0.576484 0.256916
+0.889200 0.573063 0.254049
+0.901190 0.573672 0.257369
+0.910115 0.574953 0.261720
+0.919040 0.576235 0.266071
+0.927965 0.577516 0.270422
+0.934682 0.579745 0.274883
+0.938455 0.583237 0.279492
+0.942227 0.586729 0.284101
+0.946000 0.590221 0.288710
+0.949773 0.593713 0.293319
+0.199757 0.640178 0.395254
+0.208539 0.648896 0.402166
+0.217321 0.657613 0.409078
+0.226104 0.666331 0.415990
+0.234886 0.675049 0.422903
+0.247309 0.681314 0.426506
+0.262462 0.685739 0.427628
+0.277616 0.690164 0.428749
+0.292769 0.694589 0.429871
+0.310808 0.698015 0.429544
+0.346159 0.695447 0.420525
+0.381511 0.692879 0.411505
+0.416862 0.690311 0.402486
+0.452213 0.687743 0.393467
+0.504437 0.678649 0.377237
+0.563411 0.666946 0.358123
+0.622385 0.655242 0.339009
+0.681358 0.643539 0.319895
+0.734591 0.633491 0.303986
+0.773473 0.627584 0.296093
+0.812355 0.621677 0.288200
+0.851237 0.615770 0.280307
+0.890120 0.609863 0.272414
+0.903210 0.610019 0.275091
+0.912002 0.611186 0.279529
+0.920794 0.612353 0.283967
+0.929586 0.613520 0.288405
+0.936216 0.615698 0.292993
+0.939965 0.619225 0.297782
+0.943714 0.622752 0.302571
+0.947463 0.626279 0.307360
+0.951212 0.629806 0.312149
+0.210744 0.671868 0.417419
+0.219284 0.679978 0.424194
+0.227824 0.688087 0.430968
+0.236363 0.696196 0.437742
+0.244903 0.704306 0.444517
+0.256340 0.710347 0.448439
+0.269950 0.714837 0.450222
+0.283561 0.719327 0.452005
+0.297171 0.723817 0.453787
+0.313350 0.727492 0.454260
+0.344940 0.726277 0.446873
+0.376530 0.725061 0.439486
+0.408120 0.723846 0.432099
+0.439710 0.722631 0.424713
+0.487321 0.715888 0.410271
+0.541340 0.706934 0.393006
+0.595358 0.697981 0.375742
+0.649377 0.689027 0.358478
+0.701500 0.680233 0.342455
+0.748885 0.671841 0.329537
+0.796270 0.663448 0.316618
+0.843655 0.655056 0.303699
+0.891039 0.646664 0.290780
+0.905230 0.646367 0.292813
+0.913889 0.647419 0.297338
+0.922547 0.648471 0.301863
+0.931206 0.649523 0.306388
+0.937750 0.651651 0.311104
+0.941475 0.655213 0.316073
+0.945200 0.658775 0.321041
+0.948925 0.662337 0.326010
+0.952651 0.665900 0.330979
+0.221732 0.703559 0.439584
+0.230029 0.711060 0.446221
+0.238326 0.718561 0.452858
+0.246623 0.726062 0.459494
+0.254920 0.733562 0.466131
+0.265371 0.739380 0.470372
+0.277438 0.743935 0.472816
+0.289506 0.748490 0.475260
+0.301573 0.753045 0.477704
+0.315891 0.756969 0.478976
+0.343720 0.757107 0.473222
+0.371550 0.757244 0.467467
+0.399379 0.757382 0.461713
+0.427208 0.757519 0.455958
+0.470204 0.753127 0.443304
+0.519268 0.746923 0.427890
+0.568332 0.740719 0.412476
+0.617396 0.734515 0.397062
+0.668409 0.726976 0.380925
+0.724297 0.716098 0.362980
+0.780184 0.705220 0.345035
+0.836072 0.694342 0.327090
+0.891959 0.683464 0.309145
+0.907250 0.682714 0.310535
+0.915776 0.683652 0.315147
+0.924301 0.684589 0.319760
+0.932826 0.685527 0.324372
+0.939284 0.687605 0.329214
+0.942985 0.691202 0.334363
+0.946687 0.694799 0.339512
+0.950388 0.698396 0.344660
+0.954090 0.701993 0.349809
+0.232068 0.726818 0.459758
+0.240214 0.733701 0.466190
+0.248359 0.740584 0.472621
+0.256504 0.747467 0.479053
+0.264650 0.754350 0.485484
+0.274564 0.759801 0.489795
+0.285806 0.764178 0.492515
+0.297048 0.768556 0.495234
+0.308290 0.772933 0.497954
+0.321565 0.776792 0.499616
+0.347040 0.777547 0.494929
+0.372515 0.778302 0.490241
+0.397991 0.779057 0.485554
+0.423466 0.779812 0.480867
+0.463217 0.776744 0.469711
+0.508678 0.772146 0.455967
+0.554139 0.767548 0.442222
+0.599599 0.762950 0.428478
+0.647786 0.756966 0.413615
+0.702788 0.747519 0.395953
+0.757789 0.738072 0.378291
+0.812790 0.728625 0.360629
+0.867792 0.719177 0.342967
+0.887982 0.717928 0.341739
+0.902371 0.718044 0.343250
+0.916759 0.718161 0.344761
+0.931148 0.718277 0.346272
+0.940937 0.719819 0.349394
+0.944594 0.723263 0.354665
+0.948252 0.726707 0.359935
+0.951909 0.730150 0.365206
+0.955567 0.733594 0.370476
+0.242296 0.748672 0.479601
+0.250305 0.754936 0.485816
+0.258314 0.761200 0.492031
+0.266323 0.767463 0.498246
+0.274331 0.773727 0.504461
+0.283784 0.778788 0.508799
+0.294320 0.782946 0.511731
+0.304856 0.787105 0.514662
+0.315392 0.791263 0.517593
+0.327760 0.795006 0.519576
+0.351116 0.796256 0.515862
+0.374472 0.797506 0.512148
+0.397828 0.798756 0.508434
+0.421184 0.800006 0.504720
+0.457917 0.798090 0.495013
+0.500001 0.794907 0.482909
+0.542084 0.791724 0.470805
+0.584167 0.788542 0.458701
+0.629241 0.784165 0.445342
+0.681792 0.776801 0.428848
+0.734342 0.769437 0.412353
+0.786893 0.762073 0.395859
+0.839443 0.754710 0.379364
+0.865166 0.752953 0.375189
+0.886417 0.752130 0.373068
+0.907668 0.751307 0.370947
+0.928919 0.750485 0.368825
+0.942610 0.751411 0.369920
+0.946220 0.754670 0.375302
+0.949830 0.757929 0.380685
+0.953440 0.761188 0.386067
+0.957050 0.764447 0.391450
+0.252524 0.770526 0.499443
+0.260396 0.776171 0.505441
+0.268269 0.781815 0.511440
+0.276141 0.787459 0.517438
+0.284013 0.793104 0.523437
+0.293004 0.797774 0.527804
+0.302834 0.801714 0.530947
+0.312665 0.805654 0.534090
+0.322495 0.809594 0.537233
+0.333955 0.813221 0.539535
+0.355192 0.814965 0.536795
+0.376429 0.816710 0.534054
+0.397666 0.818455 0.531313
+0.418903 0.820199 0.528573
+0.452618 0.819436 0.520315
+0.491324 0.817668 0.509851
+0.530029 0.815901 0.499387
+0.568735 0.814134 0.488923
+0.610696 0.811363 0.477069
+0.660796 0.806083 0.461742
+0.710896 0.800803 0.446416
+0.760995 0.795522 0.431089
+0.811095 0.790242 0.415762
+0.842349 0.787977 0.408640
+0.870463 0.786216 0.402886
+0.898577 0.784454 0.397132
+0.926691 0.782692 0.391378
+0.944283 0.783003 0.390445
+0.947846 0.786077 0.395940
+0.951408 0.789151 0.401434
+0.954971 0.792226 0.406929
+0.958534 0.795300 0.412423
+0.262752 0.792380 0.519285
+0.270488 0.797405 0.525067
+0.278223 0.802430 0.530849
+0.285959 0.807455 0.536631
+0.293695 0.812480 0.542413
+0.302224 0.816760 0.546808
+0.311349 0.820482 0.550163
+0.320473 0.824203 0.553518
+0.329598 0.827925 0.556872
+0.340150 0.831435 0.559495
+0.359268 0.833674 0.557728
+0.378386 0.835914 0.555960
+0.397504 0.838153 0.554193
+0.416621 0.840393 0.552425
+0.447318 0.840782 0.545617
+0.482647 0.840430 0.536793
+0.517975 0.840078 0.527969
+0.553303 0.839727 0.519145
+0.592151 0.838562 0.508796
+0.639800 0.835365 0.494637
+0.687449 0.832168 0.480478
+0.735097 0.828971 0.466319
+0.782746 0.825774 0.452160
+0.819533 0.823002 0.442091
+0.854510 0.820302 0.432704
+0.889486 0.817601 0.423318
+0.924463 0.814900 0.413931
+0.945956 0.814595 0.410970
+0.949471 0.817484 0.416577
+0.952987 0.820374 0.422184
+0.956502 0.823263 0.427790
+0.960017 0.826153 0.433397
+0.272105 0.809967 0.537545
+0.279723 0.814461 0.543115
+0.287342 0.818954 0.548685
+0.294960 0.823448 0.554254
+0.302578 0.827941 0.559824
+0.310788 0.831878 0.564172
+0.319440 0.835396 0.567604
+0.328092 0.838915 0.571035
+0.336744 0.842434 0.574467
+0.346662 0.845817 0.577255
+0.364169 0.848384 0.576179
+0.381676 0.850952 0.575102
+0.399183 0.853520 0.574026
+0.416691 0.856088 0.572950
+0.444901 0.857323 0.567325
+0.477393 0.858026 0.559879
+0.509885 0.858729 0.552433
+0.542376 0.859432 0.544987
+0.578492 0.859485 0.535992
+0.623669 0.857915 0.523122
+0.668846 0.856344 0.510252
+0.714023 0.854773 0.497382
+0.759199 0.853202 0.484512
+0.799020 0.850598 0.473041
+0.837947 0.847822 0.461804
+0.876875 0.845046 0.450566
+0.915802 0.842270 0.439328
+0.940307 0.841781 0.434907
+0.945582 0.844342 0.439574
+0.950857 0.846903 0.444242
+0.956133 0.849463 0.448909
+0.961408 0.852024 0.453576
+0.280291 0.821866 0.553697
+0.287818 0.825945 0.559060
+0.295344 0.830024 0.564422
+0.302871 0.834102 0.569785
+0.310398 0.838181 0.575148
+0.318476 0.841836 0.579348
+0.326967 0.845173 0.582677
+0.335458 0.848510 0.586006
+0.343950 0.851846 0.589335
+0.353596 0.855088 0.592080
+0.370170 0.857762 0.591319
+0.386745 0.860436 0.590559
+0.403319 0.863110 0.589798
+0.419894 0.865784 0.589038
+0.446327 0.867459 0.584238
+0.476704 0.868736 0.577822
+0.507080 0.870012 0.571406
+0.537457 0.871289 0.564991
+0.571348 0.872042 0.557145
+0.614025 0.871488 0.545727
+0.656701 0.870934 0.534309
+0.699378 0.870380 0.522891
+0.742055 0.869826 0.511472
+0.781577 0.868289 0.500658
+0.820573 0.866589 0.489944
+0.859568 0.864889 0.479231
+0.898564 0.863189 0.468517
+0.924895 0.863092 0.463392
+0.934340 0.865132 0.465718
+0.943785 0.867173 0.468044
+0.953229 0.869214 0.470370
+0.962674 0.871255 0.472696
+0.288477 0.833764 0.569848
+0.295912 0.837428 0.575004
+0.303347 0.841093 0.580160
+0.310782 0.844757 0.585316
+0.318218 0.848421 0.590472
+0.326164 0.851795 0.594525
+0.334494 0.854949 0.597751
+0.342825 0.858104 0.600977
+0.351155 0.861259 0.604203
+0.360529 0.864360 0.606904
+0.376171 0.867140 0.606460
+0.391813 0.869920 0.606015
+0.407455 0.872700 0.605571
+0.423097 0.875480 0.605126
+0.447753 0.877595 0.601152
+0.476014 0.879445 0.595766
+0.504276 0.881296 0.590380
+0.532537 0.883146 0.584994
+0.564203 0.884599 0.578299
+0.604380 0.885062 0.568332
+0.644557 0.885524 0.558365
+0.684734 0.885987 0.548399
+0.724911 0.886449 0.538432
+0.764134 0.885980 0.528274
+0.803198 0.885356 0.518085
+0.842262 0.884732 0.507896
+0.881326 0.884108 0.497706
+0.909483 0.884403 0.491877
+0.923098 0.885923 0.491862
+0.936712 0.887444 0.491847
+0.950326 0.888964 0.491831
+0.963941 0.890485 0.491816
+0.296663 0.845662 0.585999
+0.304006 0.848912 0.590948
+0.311350 0.852162 0.595897
+0.318694 0.855412 0.600846
+0.326037 0.858662 0.605796
+0.333853 0.861753 0.609701
+0.342022 0.864726 0.612824
+0.350191 0.867699 0.615948
+0.358360 0.870672 0.619071
+0.367463 0.873632 0.621729
+0.382173 0.876518 0.621600
+0.396882 0.879404 0.621472
+0.411591 0.882290 0.621343
+0.426300 0.885176 0.621214
+0.449179 0.887731 0.618065
+0.475325 0.890155 0.613709
+0.501472 0.892579 0.609353
+0.527618 0.895002 0.604997
+0.557059 0.897156 0.599452
+0.594736 0.898635 0.590937
+0.632413 0.900114 0.582422
+0.670090 0.901593 0.573907
+0.707767 0.903072 0.565392
+0.746691 0.903671 0.555891
+0.785823 0.904123 0.546226
+0.824956 0.904575 0.536560
+0.864088 0.905027 0.526895
+0.894071 0.905714 0.520362
+0.911855 0.906714 0.518006
+0.929639 0.907714 0.515649
+0.947423 0.908715 0.513293
+0.965207 0.909715 0.510936
+0.304849 0.857560 0.602151
+0.312101 0.860396 0.606893
+0.319353 0.863231 0.611635
+0.326605 0.866066 0.616377
+0.333857 0.868902 0.621119
+0.341541 0.871712 0.624878
+0.349549 0.874503 0.627898
+0.357557 0.877294 0.630918
+0.365565 0.880084 0.633939
+0.374397 0.882904 0.636554
+0.388174 0.885896 0.636741
+0.401950 0.888888 0.636928
+0.415727 0.891880 0.637115
+0.429504 0.894872 0.637301
+0.450605 0.897867 0.634979
+0.474636 0.900865 0.631653
+0.498667 0.903862 0.628326
+0.522699 0.906859 0.625000
+0.549914 0.909713 0.620606
+0.585091 0.912209 0.613542
+0.620268 0.914704 0.606479
+0.655445 0.917200 0.599415
+0.690622 0.919695 0.592352
+0.729248 0.921362 0.583507
+0.768449 0.922890 0.574366
+0.807649 0.924418 0.565225
+0.846850 0.925946 0.556084
+0.878659 0.927025 0.548847
+0.900613 0.927505 0.544150
+0.922566 0.927985 0.539452
+0.944520 0.928465 0.534754
+0.966474 0.928946 0.530056
+0.076183 0.071117 0.068534
+0.105838 0.072217 0.069359
+0.135494 0.073316 0.070184
+0.165150 0.074415 0.071010
+0.194805 0.075515 0.071835
+0.234529 0.078683 0.070392
+0.281804 0.083404 0.067247
+0.329078 0.088125 0.064102
+0.376352 0.092846 0.060957
+0.423486 0.097717 0.058231
+0.469777 0.103489 0.058015
+0.516068 0.109261 0.057800
+0.562359 0.115033 0.057585
+0.608650 0.120805 0.057370
+0.646669 0.126132 0.058918
+0.681380 0.131279 0.061172
+0.716091 0.136427 0.063425
+0.750802 0.141575 0.065679
+0.781547 0.146334 0.068296
+0.802376 0.150121 0.071822
+0.823206 0.153908 0.075347
+0.844035 0.157695 0.078873
+0.864865 0.161482 0.082398
+0.876978 0.164197 0.086130
+0.887638 0.166734 0.089895
+0.898298 0.169270 0.093661
+0.908958 0.171807 0.097427
+0.917854 0.174115 0.101192
+0.924396 0.176117 0.104956
+0.930938 0.178120 0.108719
+0.937481 0.180123 0.112483
+0.944023 0.182126 0.116247
+0.077293 0.080739 0.075080
+0.105065 0.082976 0.076952
+0.132838 0.085214 0.078825
+0.160611 0.087452 0.080698
+0.188384 0.089689 0.082571
+0.227111 0.092995 0.081387
+0.274056 0.097103 0.077912
+0.321000 0.101210 0.074436
+0.367944 0.105318 0.070960
+0.414863 0.109602 0.067898
+0.461626 0.114949 0.067319
+0.508389 0.120296 0.066740
+0.555152 0.125643 0.066161
+0.601915 0.130989 0.065581
+0.640594 0.135998 0.066826
+0.676038 0.140871 0.068801
+0.711482 0.145744 0.070775
+0.746926 0.150617 0.072750
+0.778355 0.155120 0.075115
+0.799749 0.158699 0.078454
+0.821142 0.162277 0.081794
+0.842535 0.165856 0.085133
+0.863929 0.169434 0.088473
+0.876292 0.171962 0.092048
+0.887149 0.174315 0.095662
+0.898007 0.176667 0.099276
+0.908865 0.179020 0.102891
+0.917820 0.181141 0.106470
+0.924237 0.182955 0.110005
+0.930654 0.184768 0.113539
+0.937071 0.186581 0.117073
+0.943488 0.188395 0.120607
+0.078403 0.090360 0.081625
+0.104292 0.093736 0.084546
+0.130182 0.097112 0.087466
+0.156072 0.100488 0.090387
+0.181962 0.103864 0.093307
+0.219694 0.107307 0.092383
+0.266308 0.110801 0.088576
+0.312922 0.114296 0.084770
+0.359536 0.117790 0.080963
+0.406239 0.121488 0.077565
+0.453475 0.126409 0.076622
+0.500710 0.131331 0.075679
+0.547946 0.136252 0.074736
+0.595181 0.141174 0.073793
+0.634518 0.145864 0.074735
+0.670695 0.150462 0.076430
+0.706872 0.155061 0.078125
+0.743049 0.159659 0.079821
+0.775163 0.163906 0.081933
+0.797121 0.167277 0.085086
+0.819078 0.170647 0.088240
+0.841035 0.174017 0.091394
+0.862992 0.177387 0.094547
+0.875605 0.179727 0.097966
+0.886661 0.181896 0.101429
+0.897716 0.184064 0.104891
+0.908772 0.186233 0.108354
+0.917785 0.188168 0.111749
+0.924077 0.189792 0.115054
+0.930369 0.191415 0.118358
+0.936660 0.193039 0.121662
+0.942952 0.194663 0.124967
+0.079512 0.099982 0.088171
+0.103519 0.104496 0.092139
+0.127526 0.109010 0.096107
+0.151533 0.113524 0.100075
+0.175540 0.118038 0.104043
+0.212276 0.121619 0.103379
+0.258560 0.124500 0.099241
+0.304844 0.127381 0.095104
+0.351128 0.130262 0.090966
+0.397616 0.133373 0.087232
+0.445323 0.137869 0.085925
+0.493031 0.142365 0.084619
+0.540739 0.146862 0.083312
+0.588447 0.151358 0.082005
+0.628442 0.155730 0.082643
+0.665352 0.160054 0.084059
+0.702262 0.164378 0.085475
+0.739172 0.168701 0.086892
+0.771971 0.172693 0.088751
+0.794493 0.175854 0.091719
+0.817014 0.179016 0.094686
+0.839535 0.182178 0.097654
+0.862056 0.185339 0.100622
+0.874919 0.187492 0.103884
+0.886172 0.189477 0.107195
+0.897425 0.191461 0.110507
+0.908678 0.193446 0.113818
+0.917751 0.195195 0.117028
+0.923918 0.196629 0.120103
+0.930084 0.198063 0.123177
+0.936250 0.199497 0.126252
+0.942417 0.200931 0.129327
+0.080622 0.109603 0.094717
+0.102746 0.115255 0.099733
+0.124870 0.120908 0.104748
+0.146994 0.126560 0.109764
+0.169118 0.132213 0.114779
+0.204859 0.135931 0.114375
+0.250812 0.138199 0.109906
+0.296766 0.140466 0.105437
+0.342720 0.142734 0.100969
+0.388992 0.145259 0.096900
+0.437172 0.149330 0.095229
+0.485352 0.153400 0.093558
+0.533533 0.157471 0.091887
+0.581713 0.161542 0.090216
+0.622367 0.165597 0.090551
+0.660010 0.169646 0.091688
+0.697653 0.173694 0.092825
+0.735296 0.177743 0.093962
+0.768780 0.181479 0.095569
+0.791865 0.184432 0.098351
+0.814950 0.187385 0.101133
+0.838035 0.190339 0.103914
+0.861120 0.193292 0.106696
+0.874233 0.195257 0.109802
+0.885684 0.197058 0.112962
+0.897134 0.198858 0.116122
+0.908585 0.200659 0.119282
+0.917717 0.202221 0.122307
+0.923758 0.203466 0.125152
+0.929799 0.204711 0.127997
+0.935840 0.205955 0.130841
+0.941881 0.207200 0.133686
+0.083178 0.128999 0.106282
+0.103704 0.135810 0.112034
+0.124230 0.142620 0.117786
+0.144757 0.149430 0.123538
+0.165283 0.156241 0.129290
+0.200866 0.159514 0.128270
+0.247741 0.160135 0.122172
+0.294616 0.160756 0.116073
+0.341491 0.161377 0.109974
+0.388550 0.162416 0.104487
+0.436714 0.165962 0.102672
+0.484877 0.169508 0.100856
+0.533041 0.173054 0.099041
+0.581205 0.176600 0.097226
+0.621957 0.180238 0.097440
+0.659746 0.183912 0.098467
+0.697534 0.187586 0.099494
+0.735322 0.191260 0.100520
+0.768946 0.194658 0.102027
+0.792156 0.197364 0.104734
+0.815367 0.200070 0.107440
+0.838577 0.202777 0.110147
+0.861788 0.205483 0.112853
+0.874903 0.207296 0.115903
+0.886336 0.208960 0.119010
+0.897770 0.210624 0.122117
+0.909203 0.212288 0.125224
+0.918243 0.213763 0.128187
+0.924092 0.214985 0.130957
+0.929942 0.216208 0.133728
+0.935791 0.217430 0.136498
+0.941641 0.218653 0.139269
+0.086817 0.155727 0.121612
+0.105960 0.163710 0.127867
+0.125103 0.171693 0.134122
+0.144246 0.179676 0.140377
+0.163389 0.187658 0.146633
+0.199442 0.190050 0.144340
+0.248177 0.188250 0.135637
+0.296911 0.186449 0.126934
+0.345646 0.184648 0.118231
+0.394244 0.183526 0.110515
+0.442025 0.186473 0.108719
+0.489805 0.189421 0.106924
+0.537586 0.192368 0.105129
+0.585366 0.195315 0.103334
+0.625798 0.198460 0.103566
+0.663291 0.201684 0.104608
+0.700784 0.204909 0.105651
+0.738276 0.208133 0.106694
+0.771630 0.211130 0.108214
+0.794637 0.213561 0.110929
+0.817644 0.215992 0.113643
+0.840651 0.218423 0.116358
+0.863658 0.220854 0.119072
+0.876591 0.222540 0.122141
+0.887846 0.224103 0.125269
+0.899100 0.225666 0.128397
+0.910355 0.227229 0.131525
+0.919189 0.228690 0.134518
+0.924797 0.230016 0.137330
+0.930405 0.231343 0.140143
+0.936013 0.232669 0.142956
+0.941621 0.233995 0.145768
+0.090456 0.182455 0.136941
+0.108216 0.191610 0.143700
+0.125976 0.200766 0.150458
+0.143736 0.209921 0.157217
+0.161495 0.219076 0.163975
+0.198018 0.220587 0.160410
+0.248612 0.216365 0.149103
+0.299207 0.212142 0.137795
+0.349801 0.207920 0.126488
+0.399939 0.204636 0.116542
+0.447336 0.206985 0.114767
+0.494733 0.209333 0.112992
+0.542130 0.211682 0.111217
+0.589528 0.214030 0.109442
+0.629639 0.216683 0.109691
+0.666836 0.219457 0.110749
+0.704033 0.222231 0.111808
+0.741231 0.225006 0.112867
+0.774315 0.227603 0.114401
+0.797118 0.229758 0.117124
+0.819921 0.231914 0.119846
+0.842725 0.234069 0.122569
+0.865528 0.236224 0.125292
+0.878279 0.237785 0.128379
+0.889355 0.239247 0.131528
+0.900430 0.240708 0.134677
+0.911506 0.242170 0.137826
+0.920135 0.243618 0.140849
+0.925502 0.245047 0.143704
+0.930868 0.246477 0.146558
+0.936235 0.247907 0.149413
+0.941602 0.249337 0.152268
+0.094096 0.209183 0.152271
+0.110472 0.219511 0.159532
+0.126849 0.229838 0.166794
+0.143225 0.240166 0.174056
+0.159602 0.250494 0.181318
+0.196594 0.251123 0.176481
+0.249048 0.244479 0.162569
+0.301502 0.237835 0.148657
+0.353956 0.231191 0.134745
+0.405633 0.225747 0.122570
+0.452647 0.227496 0.120815
+0.499661 0.229246 0.119060
+0.546675 0.230995 0.117305
+0.593689 0.232745 0.115549
+0.633480 0.234905 0.115816
+0.670382 0.237230 0.116891
+0.707283 0.239554 0.117965
+0.744185 0.241878 0.119040
+0.777000 0.244076 0.120588
+0.799599 0.245956 0.123319
+0.822199 0.247835 0.126050
+0.844798 0.249715 0.128780
+0.867398 0.251595 0.131511
+0.879967 0.253029 0.134618
+0.890864 0.254390 0.137787
+0.901761 0.255750 0.140957
+0.912658 0.257111 0.144127
+0.921081 0.258545 0.147180
+0.926206 0.260079 0.150077
+0.931332 0.261612 0.152974
+0.936457 0.263145 0.155871
+0.941582 0.264679 0.158768
+0.098251 0.237170 0.168307
+0.113336 0.248540 0.176019
+0.128421 0.259910 0.183731
+0.143507 0.271280 0.191443
+0.158592 0.282651 0.199155
+0.195496 0.282740 0.193436
+0.248764 0.274368 0.177643
+0.302032 0.265997 0.161851
+0.355300 0.257626 0.146058
+0.407740 0.250541 0.132171
+0.455208 0.251178 0.129711
+0.502677 0.251815 0.127251
+0.550146 0.252452 0.124791
+0.597614 0.253089 0.122332
+0.637320 0.254607 0.122408
+0.673922 0.256477 0.123498
+0.710523 0.258348 0.124588
+0.747124 0.260218 0.125679
+0.779666 0.262014 0.127241
+0.802060 0.263621 0.129985
+0.824455 0.265228 0.132728
+0.846850 0.266835 0.135472
+0.869244 0.268443 0.138215
+0.881635 0.269761 0.141349
+0.892359 0.271031 0.144548
+0.903082 0.272301 0.147747
+0.913806 0.273571 0.150945
+0.922033 0.275003 0.154038
+0.926931 0.276653 0.156988
+0.931829 0.278302 0.159939
+0.936727 0.279952 0.162889
+0.941625 0.281601 0.165840
+0.105497 0.272712 0.188581
+0.119846 0.284345 0.196425
+0.134194 0.295978 0.204269
+0.148542 0.307611 0.212114
+0.162891 0.319245 0.219958
+0.196359 0.320839 0.215702
+0.244166 0.314905 0.202371
+0.291974 0.308970 0.189041
+0.339781 0.303035 0.175710
+0.388323 0.297440 0.163211
+0.441272 0.293882 0.155698
+0.494221 0.290324 0.148185
+0.547171 0.286765 0.140673
+0.600120 0.283207 0.133160
+0.641157 0.283184 0.131801
+0.677429 0.284577 0.132904
+0.713701 0.285969 0.134006
+0.749973 0.287361 0.135108
+0.782220 0.288742 0.136691
+0.804402 0.290095 0.139476
+0.826584 0.291448 0.142261
+0.848766 0.292801 0.145046
+0.870949 0.294154 0.147831
+0.883188 0.295414 0.151038
+0.893770 0.296658 0.154315
+0.904352 0.297902 0.157593
+0.914935 0.299146 0.160870
+0.923020 0.300646 0.164060
+0.927776 0.302486 0.167131
+0.932532 0.304327 0.170202
+0.937289 0.306167 0.173274
+0.942045 0.308007 0.176345
+0.112744 0.308253 0.208855
+0.126355 0.320150 0.216832
+0.139967 0.332046 0.224808
+0.153578 0.343942 0.232785
+0.167189 0.355839 0.240761
+0.197221 0.358938 0.237969
+0.239568 0.355441 0.227100
+0.281915 0.351943 0.216231
+0.324262 0.348445 0.205362
+0.368906 0.344340 0.194250
+0.427336 0.336586 0.181685
+0.485766 0.328832 0.169120
+0.544196 0.321078 0.156554
+0.602626 0.313325 0.143989
+0.644994 0.311762 0.141195
+0.680937 0.312676 0.142309
+0.716880 0.313590 0.143424
+0.752823 0.314503 0.144538
+0.784774 0.315470 0.146141
+0.806744 0.316569 0.148968
+0.828713 0.317668 0.151794
+0.850683 0.318766 0.154620
+0.872653 0.319865 0.157446
+0.884741 0.321066 0.160727
+0.895181 0.322285 0.164083
+0.905622 0.323503 0.167439
+0.916063 0.324722 0.170795
+0.924007 0.326289 0.174081
+0.928621 0.328320 0.177274
+0.933236 0.330351 0.180466
+0.937850 0.332382 0.183658
+0.942465 0.334413 0.186851
+0.119991 0.343795 0.229130
+0.132865 0.355954 0.237238
+0.145739 0.368114 0.245347
+0.158614 0.380273 0.253455
+0.171488 0.392433 0.261564
+0.198083 0.397038 0.260235
+0.234970 0.395977 0.251828
+0.271856 0.394916 0.243421
+0.308742 0.393855 0.235013
+0.349489 0.391239 0.225290
+0.413400 0.379290 0.207672
+0.477310 0.367341 0.190054
+0.541221 0.355392 0.172436
+0.605131 0.343443 0.154817
+0.648830 0.340340 0.150588
+0.684445 0.340775 0.151715
+0.720059 0.341210 0.152841
+0.755673 0.341646 0.153968
+0.787328 0.342198 0.155591
+0.809085 0.343043 0.158459
+0.830842 0.343887 0.161327
+0.852600 0.344732 0.164194
+0.874357 0.345576 0.167062
+0.886293 0.346719 0.170416
+0.896593 0.347912 0.173851
+0.906892 0.349105 0.177286
+0.917192 0.350298 0.180721
+0.924994 0.351932 0.184103
+0.929466 0.354153 0.187416
+0.933939 0.356375 0.190730
+0.938412 0.358597 0.194043
+0.942885 0.360819 0.197356
+0.127237 0.379337 0.249404
+0.139375 0.391759 0.257645
+0.151512 0.404182 0.265886
+0.163649 0.416604 0.274126
+0.175787 0.429027 0.282367
+0.198946 0.435137 0.282501
+0.230372 0.436513 0.276556
+0.261797 0.437889 0.270611
+0.293223 0.439265 0.264665
+0.330073 0.438138 0.256330
+0.399464 0.421994 0.233659
+0.468855 0.405849 0.210988
+0.538246 0.389705 0.188317
+0.607637 0.373561 0.165646
+0.652667 0.368917 0.159981
+0.687952 0.368874 0.161120
+0.723238 0.368831 0.162259
+0.758523 0.368788 0.163397
+0.789882 0.368926 0.165041
+0.811427 0.369517 0.167950
+0.832972 0.370107 0.170859
+0.854516 0.370697 0.173768
+0.876061 0.371287 0.176677
+0.887846 0.372372 0.180104
+0.898004 0.373539 0.183618
+0.908162 0.374706 0.187132
+0.918320 0.375873 0.190646
+0.925981 0.377574 0.194125
+0.930312 0.379987 0.197559
+0.934643 0.382400 0.200993
+0.938973 0.384812 0.204427
+0.943304 0.387225 0.207861
+0.136407 0.416329 0.271528
+0.148068 0.428594 0.279717
+0.159730 0.440859 0.287906
+0.171391 0.453124 0.296095
+0.183053 0.465389 0.304284
+0.203961 0.472139 0.305342
+0.231804 0.474751 0.301051
+0.259646 0.477364 0.296761
+0.287489 0.479976 0.292470
+0.320824 0.480035 0.285622
+0.387113 0.464769 0.263433
+0.453403 0.449503 0.241243
+0.519692 0.434237 0.219054
+0.585982 0.418971 0.196865
+0.634211 0.412451 0.188277
+0.675215 0.409429 0.185131
+0.716220 0.406407 0.181984
+0.757224 0.403385 0.178837
+0.792603 0.401323 0.177435
+0.813917 0.401663 0.180394
+0.835231 0.402002 0.183354
+0.856545 0.402342 0.186313
+0.877859 0.402681 0.189272
+0.889508 0.403711 0.192792
+0.899545 0.404856 0.196405
+0.909582 0.406001 0.200019
+0.919620 0.407145 0.203632
+0.927170 0.408907 0.207239
+0.931404 0.411490 0.210839
+0.935638 0.414073 0.214438
+0.939871 0.416656 0.218037
+0.944105 0.419239 0.221636
+0.146345 0.453902 0.294390
+0.157635 0.465842 0.302454
+0.168925 0.477781 0.310519
+0.180216 0.489720 0.318583
+0.191506 0.501659 0.326647
+0.210637 0.508701 0.328413
+0.235647 0.512070 0.325454
+0.260658 0.515439 0.322495
+0.285669 0.518808 0.319536
+0.315643 0.519930 0.314215
+0.375398 0.507572 0.294721
+0.435153 0.495214 0.275227
+0.494908 0.482856 0.255733
+0.554662 0.470498 0.236240
+0.606837 0.461967 0.224134
+0.655980 0.454965 0.214983
+0.705123 0.447964 0.205833
+0.754266 0.440963 0.196682
+0.795390 0.435988 0.191007
+0.816466 0.436078 0.194020
+0.837542 0.436168 0.197033
+0.858619 0.436258 0.200046
+0.879695 0.436348 0.203059
+0.891213 0.437324 0.206679
+0.901138 0.438448 0.210400
+0.911063 0.439572 0.214122
+0.920988 0.440696 0.217843
+0.928440 0.442515 0.221591
+0.932594 0.445260 0.225373
+0.936749 0.448006 0.229154
+0.940904 0.450751 0.232936
+0.945059 0.453496 0.236718
+0.156283 0.491475 0.317253
+0.167202 0.503089 0.325192
+0.178121 0.514702 0.333131
+0.189041 0.526316 0.341071
+0.199960 0.537929 0.349010
+0.217313 0.545264 0.351483
+0.239491 0.549389 0.349856
+0.261670 0.553514 0.348229
+0.283848 0.557639 0.346602
+0.310462 0.559825 0.342808
+0.363682 0.550375 0.326010
+0.416902 0.540925 0.309211
+0.470123 0.531476 0.292413
+0.523343 0.522026 0.275615
+0.579464 0.511483 0.259990
+0.636745 0.500502 0.244836
+0.694026 0.489522 0.229681
+0.751308 0.478541 0.214527
+0.798177 0.470653 0.204578
+0.819015 0.470493 0.207645
+0.839854 0.470334 0.210712
+0.860692 0.470174 0.213779
+0.881531 0.470015 0.216845
+0.892919 0.470938 0.220566
+0.902731 0.472041 0.224395
+0.912543 0.473144 0.228225
+0.922356 0.474247 0.232054
+0.929710 0.476123 0.235942
+0.933785 0.479031 0.239906
+0.937861 0.481939 0.243871
+0.941937 0.484846 0.247836
+0.946012 0.487754 0.251800
+0.166221 0.529049 0.340115
+0.176769 0.540336 0.347930
+0.187317 0.551624 0.355744
+0.197865 0.562912 0.363559
+0.208413 0.574200 0.371373
+0.223989 0.581827 0.374554
+0.243335 0.586708 0.374259
+0.262682 0.591590 0.373964
+0.282028 0.596471 0.373669
+0.305280 0.599721 0.371401
+0.351966 0.593179 0.357298
+0.398652 0.586637 0.343195
+0.445338 0.580095 0.329092
+0.492023 0.573553 0.314990
+0.552090 0.560998 0.295847
+0.617510 0.546039 0.274688
+0.682930 0.531079 0.253530
+0.748349 0.516119 0.232371
+0.800964 0.505317 0.218150
+0.821564 0.504908 0.221270
+0.842165 0.504500 0.224391
+0.862766 0.504091 0.227512
+0.883367 0.503682 0.230632
+0.894624 0.504551 0.234453
+0.904324 0.505633 0.238391
+0.914024 0.506715 0.242328
+0.923724 0.507798 0.246266
+0.930980 0.509732 0.250293
+0.934976 0.512802 0.254440
+0.938973 0.515871 0.258588
+0.942969 0.518941 0.262735
+0.946966 0.522011 0.266883
+0.176476 0.565183 0.362928
+0.186698 0.576054 0.370582
+0.196920 0.586924 0.378236
+0.207142 0.597795 0.385889
+0.217363 0.608666 0.393543
+0.231424 0.616412 0.397291
+0.248364 0.621816 0.398110
+0.265303 0.627219 0.398928
+0.282243 0.632622 0.399747
+0.302614 0.636667 0.398779
+0.343575 0.632562 0.387092
+0.384537 0.628456 0.375404
+0.425498 0.624351 0.363716
+0.466459 0.620245 0.352028
+0.527930 0.606932 0.330990
+0.597605 0.589934 0.306211
+0.667280 0.572937 0.281432
+0.736955 0.555940 0.256653
+0.793271 0.543427 0.239412
+0.816192 0.542124 0.241013
+0.839113 0.540820 0.242614
+0.862033 0.539517 0.244215
+0.884954 0.538213 0.245816
+0.896437 0.538916 0.249507
+0.906013 0.539954 0.253546
+0.915590 0.540992 0.257586
+0.925167 0.542030 0.261626
+0.932324 0.543994 0.265790
+0.936256 0.547193 0.270120
+0.940187 0.550392 0.274450
+0.944119 0.553591 0.278780
+0.948051 0.556790 0.283110
+0.187526 0.597720 0.385616
+0.197533 0.607946 0.393020
+0.207541 0.618172 0.400423
+0.217548 0.628397 0.407827
+0.227555 0.638623 0.415230
+0.240756 0.646056 0.419196
+0.256352 0.651395 0.420583
+0.271948 0.656734 0.421970
+0.287544 0.662074 0.423357
+0.306236 0.666243 0.423121
+0.343498 0.663395 0.413147
+0.380759 0.660546 0.403173
+0.418021 0.657698 0.393199
+0.455283 0.654850 0.383225
+0.511803 0.643907 0.364348
+0.576025 0.629728 0.341908
+0.640248 0.615548 0.319469
+0.704470 0.601368 0.297029
+0.759382 0.590151 0.279900
+0.791016 0.586339 0.276048
+0.822650 0.582528 0.272196
+0.854284 0.578716 0.268343
+0.885918 0.574904 0.264491
+0.898517 0.575161 0.267478
+0.907944 0.576096 0.271605
+0.917370 0.577030 0.275731
+0.926797 0.577965 0.279858
+0.933856 0.579889 0.284150
+0.937758 0.583135 0.288663
+0.941660 0.586380 0.293176
+0.945562 0.589625 0.297689
+0.949465 0.592870 0.302202
+0.198576 0.630257 0.408305
+0.208369 0.639838 0.415458
+0.218161 0.649419 0.422611
+0.227954 0.658999 0.429764
+0.237747 0.668580 0.436918
+0.250088 0.675700 0.441101
+0.264341 0.680975 0.443056
+0.278593 0.686250 0.445012
+0.292846 0.691525 0.446967
+0.309857 0.695819 0.447463
+0.343420 0.694227 0.439203
+0.376982 0.692636 0.430943
+0.410545 0.691045 0.422683
+0.444108 0.689454 0.414423
+0.495676 0.680883 0.397706
+0.554445 0.669521 0.377605
+0.613215 0.658158 0.357505
+0.671985 0.646796 0.337405
+0.725492 0.636874 0.320389
+0.765839 0.630554 0.311083
+0.806187 0.624235 0.301777
+0.846535 0.617915 0.292472
+0.886883 0.611596 0.283166
+0.900598 0.611406 0.285449
+0.909874 0.612237 0.289663
+0.919150 0.613068 0.293877
+0.928426 0.613900 0.298090
+0.935387 0.615785 0.302511
+0.939260 0.619077 0.307207
+0.943133 0.622368 0.311902
+0.947006 0.625659 0.316598
+0.950879 0.628951 0.321294
+0.209625 0.662795 0.430993
+0.219204 0.671730 0.437896
+0.228782 0.680666 0.444799
+0.238361 0.689602 0.451702
+0.247939 0.698537 0.458605
+0.259420 0.705344 0.463006
+0.272329 0.710555 0.465529
+0.285238 0.715765 0.468053
+0.298147 0.720976 0.470577
+0.313478 0.725394 0.471805
+0.343342 0.725060 0.465259
+0.373205 0.724726 0.458713
+0.403069 0.724392 0.452166
+0.432932 0.724058 0.445620
+0.479548 0.717859 0.431064
+0.532866 0.709314 0.413303
+0.586183 0.700768 0.395542
+0.639500 0.692223 0.377781
+0.691602 0.683597 0.360877
+0.740663 0.674770 0.346118
+0.789724 0.665942 0.331359
+0.838786 0.657115 0.316600
+0.887847 0.648288 0.301841
+0.902678 0.647651 0.303420
+0.911804 0.648379 0.307721
+0.920930 0.649107 0.312022
+0.930056 0.649835 0.316323
+0.936918 0.651681 0.320871
+0.940762 0.655019 0.325750
+0.944606 0.658356 0.330628
+0.948449 0.661694 0.335507
+0.952293 0.665031 0.340385
+0.220675 0.695332 0.453681
+0.230039 0.703623 0.460334
+0.239403 0.711913 0.466987
+0.248767 0.720204 0.473639
+0.258131 0.728494 0.480292
+0.268753 0.734988 0.484910
+0.280318 0.740134 0.488003
+0.291883 0.745281 0.491095
+0.303449 0.750427 0.494187
+0.317100 0.754970 0.496147
+0.343264 0.755893 0.491315
+0.369428 0.756816 0.486482
+0.395592 0.757740 0.481650
+0.421756 0.758663 0.476818
+0.463421 0.754835 0.464422
+0.511286 0.749107 0.449000
+0.559151 0.743379 0.433578
+0.607016 0.737651 0.418156
+0.657712 0.730321 0.401366
+0.715487 0.718985 0.381154
+0.773262 0.707650 0.360941
+0.831037 0.696314 0.340729
+0.888812 0.684979 0.320517
+0.904759 0.683895 0.321391
+0.913735 0.684520 0.325779
+0.922710 0.685145 0.330167
+0.931686 0.685770 0.334555
+0.938450 0.687577 0.339232
+0.942264 0.690961 0.344293
+0.946079 0.694345 0.349354
+0.949893 0.697728 0.354416
+0.953707 0.701112 0.359477
+0.231245 0.719523 0.474186
+0.240434 0.727128 0.480562
+0.249624 0.734733 0.486938
+0.258814 0.742338 0.493314
+0.268003 0.749943 0.499690
+0.278157 0.755989 0.504297
+0.289034 0.760867 0.507577
+0.299911 0.765744 0.510857
+0.310788 0.770622 0.514137
+0.323537 0.775008 0.516404
+0.347515 0.776448 0.512593
+0.371494 0.777889 0.508782
+0.395472 0.779329 0.504971
+0.419450 0.780769 0.501160
+0.457858 0.778219 0.490362
+0.502036 0.774073 0.476769
+0.546215 0.769927 0.463177
+0.590394 0.765781 0.449584
+0.638068 0.760019 0.434280
+0.694481 0.750220 0.414699
+0.750894 0.740420 0.395119
+0.807307 0.730621 0.375538
+0.863720 0.720821 0.355957
+0.884702 0.719230 0.354017
+0.899780 0.719006 0.355017
+0.914858 0.718782 0.356018
+0.929935 0.718559 0.357018
+0.940163 0.719823 0.359811
+0.943922 0.723072 0.364994
+0.947682 0.726321 0.370178
+0.951442 0.729570 0.375361
+0.955202 0.732819 0.380544
+0.241734 0.742324 0.494327
+0.250756 0.749236 0.500422
+0.259778 0.756149 0.506517
+0.268801 0.763061 0.512612
+0.277823 0.769973 0.518707
+0.287574 0.775550 0.523264
+0.297872 0.780124 0.526669
+0.308170 0.784699 0.530073
+0.318467 0.789274 0.533478
+0.330443 0.793457 0.535981
+0.352488 0.795291 0.533076
+0.374533 0.797125 0.530170
+0.396578 0.798958 0.527265
+0.418622 0.800792 0.524360
+0.454055 0.799338 0.515066
+0.494842 0.796568 0.503217
+0.535629 0.793798 0.491369
+0.576416 0.791027 0.479520
+0.620799 0.786880 0.465932
+0.674171 0.779291 0.447997
+0.727542 0.771701 0.430062
+0.780913 0.764112 0.412127
+0.834285 0.756522 0.394192
+0.860957 0.754413 0.389086
+0.883178 0.753216 0.386119
+0.905400 0.752019 0.383152
+0.927621 0.750823 0.380185
+0.941906 0.751461 0.380760
+0.945607 0.754545 0.386055
+0.949308 0.757628 0.391350
+0.953009 0.760712 0.396646
+0.956710 0.763796 0.401941
+0.252224 0.765124 0.514468
+0.261078 0.771344 0.520282
+0.269933 0.777564 0.526096
+0.278788 0.783784 0.531909
+0.287642 0.790004 0.537723
+0.296991 0.795110 0.542231
+0.306709 0.799382 0.545760
+0.316428 0.803654 0.549289
+0.326147 0.807926 0.552819
+0.337350 0.811906 0.555558
+0.357461 0.814133 0.553558
+0.377572 0.816361 0.551559
+0.397683 0.818588 0.549559
+0.417795 0.820816 0.547559
+0.450252 0.820456 0.539770
+0.487647 0.819062 0.529666
+0.525043 0.817668 0.519561
+0.562439 0.816274 0.509456
+0.603530 0.813742 0.497584
+0.653860 0.808362 0.481295
+0.704190 0.802982 0.465005
+0.754520 0.797603 0.448716
+0.804850 0.792223 0.432426
+0.837211 0.789595 0.424155
+0.866576 0.787426 0.417221
+0.895942 0.785257 0.410287
+0.925307 0.783087 0.403353
+0.943649 0.783098 0.401708
+0.947291 0.786017 0.407116
+0.950934 0.788936 0.412523
+0.954576 0.791855 0.417931
+0.958219 0.794773 0.423338
+0.262713 0.787924 0.534609
+0.271400 0.793452 0.540142
+0.280087 0.798979 0.545674
+0.288775 0.804507 0.551207
+0.297462 0.810034 0.556739
+0.306407 0.814671 0.561198
+0.315547 0.818640 0.564852
+0.324686 0.822609 0.568506
+0.333826 0.826578 0.572159
+0.344256 0.830354 0.575135
+0.362434 0.832976 0.574041
+0.380611 0.835597 0.572947
+0.398789 0.838218 0.571853
+0.416967 0.840839 0.570759
+0.446449 0.841575 0.564475
+0.480453 0.841557 0.556114
+0.514457 0.841539 0.547753
+0.548461 0.841521 0.539392
+0.586261 0.840603 0.529236
+0.633549 0.837433 0.514592
+0.680838 0.834264 0.499948
+0.728127 0.831094 0.485304
+0.775416 0.827924 0.470660
+0.813465 0.824778 0.459224
+0.849974 0.821636 0.448323
+0.886484 0.818494 0.437422
+0.922993 0.815352 0.426521
+0.945392 0.814736 0.422657
+0.948975 0.817490 0.428176
+0.952559 0.820243 0.433696
+0.956143 0.822997 0.439215
+0.959727 0.825751 0.444735
+0.272386 0.806298 0.553051
+0.280897 0.811222 0.558325
+0.289408 0.816146 0.563598
+0.297920 0.821070 0.568872
+0.306431 0.825994 0.574145
+0.315079 0.830223 0.578505
+0.323829 0.833931 0.582180
+0.332579 0.837640 0.585855
+0.341330 0.841348 0.589529
+0.351222 0.844936 0.592611
+0.367967 0.847802 0.592136
+0.384713 0.850668 0.591662
+0.401458 0.853535 0.591187
+0.418203 0.856401 0.590712
+0.445313 0.857925 0.585610
+0.476569 0.858913 0.578657
+0.507825 0.859901 0.571704
+0.539081 0.860888 0.564752
+0.574120 0.861172 0.556054
+0.618619 0.859698 0.542996
+0.663118 0.858223 0.529937
+0.707617 0.856748 0.516878
+0.752115 0.855273 0.503820
+0.793120 0.852333 0.490985
+0.833542 0.849148 0.478189
+0.873964 0.845962 0.465392
+0.914386 0.842777 0.452596
+0.939778 0.842010 0.447236
+0.945131 0.844465 0.451792
+0.950485 0.846921 0.456348
+0.955838 0.849377 0.460904
+0.961191 0.851832 0.465460
+0.280970 0.818769 0.569227
+0.289294 0.823208 0.574271
+0.297618 0.827647 0.579316
+0.305943 0.832086 0.584360
+0.314267 0.836526 0.589404
+0.322757 0.840430 0.593599
+0.331371 0.843934 0.597157
+0.339986 0.847438 0.600715
+0.348600 0.850942 0.604272
+0.358267 0.854361 0.607288
+0.374249 0.857274 0.607050
+0.390230 0.860188 0.606812
+0.406211 0.863101 0.606575
+0.422193 0.866014 0.606337
+0.447734 0.867917 0.601988
+0.477100 0.869417 0.595995
+0.506465 0.870916 0.590001
+0.535831 0.872416 0.584008
+0.568819 0.873353 0.576426
+0.610863 0.872887 0.564872
+0.652907 0.872420 0.553319
+0.694950 0.871954 0.541765
+0.736994 0.871487 0.530211
+0.777309 0.869716 0.518336
+0.817335 0.867728 0.506406
+0.857362 0.865740 0.494477
+0.897388 0.863752 0.482547
+0.924357 0.863464 0.476656
+0.933916 0.865445 0.478814
+0.943476 0.867425 0.480973
+0.953035 0.869406 0.483131
+0.962594 0.871386 0.485290
+0.289555 0.831240 0.585403
+0.297692 0.835194 0.590218
+0.305828 0.839149 0.595033
+0.313965 0.843103 0.599848
+0.322102 0.847057 0.604663
+0.330435 0.850637 0.608693
+0.338913 0.853937 0.612134
+0.347392 0.857236 0.615575
+0.355871 0.860536 0.619015
+0.365312 0.863787 0.621965
+0.380530 0.866747 0.621964
+0.395747 0.869707 0.621963
+0.410964 0.872667 0.621962
+0.426182 0.875627 0.621961
+0.450155 0.877910 0.618366
+0.477630 0.879921 0.613332
+0.505106 0.881932 0.608298
+0.532581 0.883943 0.603264
+0.563518 0.885534 0.596798
+0.603107 0.886076 0.586749
+0.642695 0.886617 0.576701
+0.682284 0.887159 0.566652
+0.721873 0.887701 0.556603
+0.761498 0.887100 0.545686
+0.801129 0.886309 0.534624
+0.840760 0.885517 0.523561
+0.880390 0.884726 0.512499
+0.908936 0.884919 0.506075
+0.922701 0.886424 0.505836
+0.936467 0.887930 0.505598
+0.950232 0.889435 0.505359
+0.963998 0.890940 0.505120
+0.298139 0.843711 0.601580
+0.306089 0.847180 0.606165
+0.314039 0.850650 0.610751
+0.321988 0.854120 0.615336
+0.329938 0.857589 0.619922
+0.338112 0.860845 0.623786
+0.346455 0.863940 0.627110
+0.354799 0.867035 0.630435
+0.363142 0.870130 0.633759
+0.372357 0.873212 0.636641
+0.386811 0.876219 0.636878
+0.401264 0.879226 0.637114
+0.415718 0.882233 0.637350
+0.430171 0.885241 0.637586
+0.452576 0.887902 0.634743
+0.478161 0.890425 0.630669
+0.503746 0.892948 0.626595
+0.529332 0.895470 0.622521
+0.558216 0.897715 0.617170
+0.595350 0.899265 0.608626
+0.632484 0.900815 0.600082
+0.669618 0.902364 0.591539
+0.706752 0.903914 0.582995
+0.745687 0.904483 0.573036
+0.784922 0.904889 0.562841
+0.824157 0.905295 0.552646
+0.863393 0.905700 0.542451
+0.893515 0.906374 0.535495
+0.911486 0.907404 0.532859
+0.929458 0.908434 0.530222
+0.947429 0.909464 0.527586
+0.965401 0.910494 0.524949
+0.306723 0.856182 0.617756
+0.314486 0.859167 0.622112
+0.322249 0.862151 0.626468
+0.330011 0.865136 0.630824
+0.337774 0.868121 0.635181
+0.345790 0.871052 0.638880
+0.353998 0.873942 0.642087
+0.362205 0.876833 0.645294
+0.370412 0.879723 0.648502
+0.379403 0.882637 0.651318
+0.393092 0.885691 0.651791
+0.406781 0.888746 0.652264
+0.420471 0.891800 0.652738
+0.434160 0.894854 0.653211
+0.454997 0.897894 0.651121
+0.478692 0.900929 0.648007
+0.502387 0.903963 0.644892
+0.526082 0.906998 0.641777
+0.552915 0.909896 0.637542
+0.587594 0.912454 0.630503
+0.622273 0.915012 0.623464
+0.656952 0.917570 0.616426
+0.691631 0.920128 0.609387
+0.729876 0.921867 0.600386
+0.768716 0.923470 0.591058
+0.807555 0.925072 0.581730
+0.846395 0.926675 0.572403
+0.878094 0.927829 0.564915
+0.900271 0.928384 0.559881
+0.922449 0.928938 0.554847
+0.944627 0.929493 0.549813
+0.966805 0.930048 0.544779
+0.079436 0.073985 0.071842
+0.108096 0.074623 0.073788
+0.136755 0.075262 0.075734
+0.165415 0.075901 0.077680
+0.194074 0.076539 0.079626
+0.233364 0.079475 0.078421
+0.280626 0.084133 0.074853
+0.327888 0.088792 0.071285
+0.375150 0.093451 0.067716
+0.422298 0.098270 0.064588
+0.468763 0.104055 0.064099
+0.515228 0.109839 0.063610
+0.561694 0.115624 0.063121
+0.608159 0.121408 0.062631
+0.646353 0.126756 0.063995
+0.681238 0.131929 0.066099
+0.716123 0.137101 0.068203
+0.751009 0.142274 0.070308
+0.781903 0.147054 0.072797
+0.802819 0.150854 0.076247
+0.823736 0.154653 0.079698
+0.844653 0.158453 0.083149
+0.865569 0.162252 0.086600
+0.877684 0.164969 0.090278
+0.888332 0.167506 0.093994
+0.898979 0.170042 0.097710
+0.909627 0.172579 0.101425
+0.918505 0.174881 0.105125
+0.925022 0.176872 0.108801
+0.931540 0.178862 0.112478
+0.938057 0.180853 0.116155
+0.944574 0.182843 0.119831
+0.080309 0.080693 0.078052
+0.106155 0.083364 0.081776
+0.132001 0.086034 0.085501
+0.157847 0.088705 0.089225
+0.183693 0.091376 0.092950
+0.221561 0.094794 0.092231
+0.268445 0.098772 0.088180
+0.315329 0.102750 0.084129
+0.362213 0.106728 0.080078
+0.409140 0.110897 0.076463
+0.456322 0.116214 0.075464
+0.503504 0.121531 0.074465
+0.550686 0.126848 0.073465
+0.597868 0.132165 0.072466
+0.637015 0.137170 0.073406
+0.672949 0.142052 0.075121
+0.708882 0.146933 0.076837
+0.744815 0.151814 0.078552
+0.776691 0.156321 0.080690
+0.798421 0.159892 0.083885
+0.820152 0.163463 0.087080
+0.841883 0.167035 0.090274
+0.863614 0.170606 0.093469
+0.876135 0.173108 0.096944
+0.887120 0.175433 0.100466
+0.898106 0.177757 0.103989
+0.909092 0.180082 0.107511
+0.918140 0.182157 0.110988
+0.924602 0.183898 0.114404
+0.931064 0.185640 0.117820
+0.937527 0.187382 0.121236
+0.943989 0.189124 0.124652
+0.081183 0.087400 0.084262
+0.104215 0.092104 0.089765
+0.127247 0.096807 0.095268
+0.150280 0.101510 0.100771
+0.173312 0.106214 0.106274
+0.209758 0.110113 0.106042
+0.256264 0.113410 0.101508
+0.302770 0.116707 0.096974
+0.349276 0.120004 0.092440
+0.395982 0.123523 0.088338
+0.443881 0.128373 0.086829
+0.491780 0.133222 0.085320
+0.539679 0.138072 0.083810
+0.587578 0.142921 0.082301
+0.627678 0.147585 0.082817
+0.664659 0.152174 0.084144
+0.701641 0.156764 0.085471
+0.738622 0.161353 0.086797
+0.771478 0.165587 0.088584
+0.794023 0.168930 0.091523
+0.816568 0.172273 0.094461
+0.839113 0.175616 0.097399
+0.861658 0.178960 0.100338
+0.874585 0.181248 0.103611
+0.885909 0.183360 0.106939
+0.897233 0.185472 0.110268
+0.908558 0.187585 0.113596
+0.917774 0.189432 0.116851
+0.924182 0.190925 0.120006
+0.930589 0.192418 0.123162
+0.936997 0.193911 0.126317
+0.943404 0.195405 0.129472
+0.082056 0.094108 0.090471
+0.102275 0.100844 0.097753
+0.122494 0.107580 0.105034
+0.142712 0.114315 0.112316
+0.162931 0.121051 0.119598
+0.197955 0.125433 0.119852
+0.244083 0.128049 0.114835
+0.290212 0.130665 0.109819
+0.336340 0.133281 0.104802
+0.382823 0.136150 0.100213
+0.431439 0.140532 0.098194
+0.480055 0.144914 0.096175
+0.528671 0.149296 0.094155
+0.577287 0.153678 0.092136
+0.618341 0.158000 0.092228
+0.656370 0.162297 0.093166
+0.694399 0.166595 0.094104
+0.732428 0.170893 0.095042
+0.766266 0.174853 0.096478
+0.789625 0.177968 0.099160
+0.812984 0.181083 0.101842
+0.836343 0.184198 0.104524
+0.859702 0.187313 0.107206
+0.873036 0.189387 0.110277
+0.884698 0.191287 0.113412
+0.896360 0.193188 0.116547
+0.908023 0.195088 0.119682
+0.917409 0.196707 0.122714
+0.923762 0.197952 0.125609
+0.930114 0.199196 0.128503
+0.936466 0.200441 0.131398
+0.942819 0.201686 0.134293
+0.082929 0.100816 0.096681
+0.100335 0.109584 0.105741
+0.117740 0.118352 0.114801
+0.135145 0.127120 0.123861
+0.152550 0.135888 0.132922
+0.186152 0.140752 0.133662
+0.231902 0.142687 0.128163
+0.277653 0.144623 0.122663
+0.323403 0.146558 0.117164
+0.369665 0.148776 0.112089
+0.418998 0.152691 0.109559
+0.468331 0.156605 0.107029
+0.517664 0.160520 0.104500
+0.566997 0.164434 0.101970
+0.609004 0.168414 0.101640
+0.648081 0.172420 0.102189
+0.687158 0.176427 0.102738
+0.726235 0.180433 0.103287
+0.761054 0.184119 0.104372
+0.785227 0.187006 0.106798
+0.809400 0.189893 0.109224
+0.833574 0.192780 0.111650
+0.857747 0.195667 0.114075
+0.871486 0.197526 0.116943
+0.883487 0.199215 0.119885
+0.895487 0.200903 0.122826
+0.907488 0.202591 0.125768
+0.917044 0.203983 0.128577
+0.923342 0.204979 0.131211
+0.929639 0.205974 0.133845
+0.935936 0.206970 0.136479
+0.942234 0.207966 0.139113
+0.085163 0.118551 0.108543
+0.101055 0.128635 0.118417
+0.116948 0.138719 0.128291
+0.132840 0.148804 0.138164
+0.148733 0.158888 0.148038
+0.181975 0.163573 0.148259
+0.228231 0.164209 0.141239
+0.274487 0.164844 0.134220
+0.320742 0.165480 0.127201
+0.367448 0.166505 0.120792
+0.416853 0.169862 0.118047
+0.466258 0.173220 0.115302
+0.515664 0.176577 0.112558
+0.565069 0.179934 0.109813
+0.607289 0.183469 0.109304
+0.646635 0.187074 0.109689
+0.685981 0.190679 0.110074
+0.725327 0.194283 0.110459
+0.760403 0.197605 0.111397
+0.784806 0.200217 0.113714
+0.809208 0.202830 0.116031
+0.833611 0.205442 0.118349
+0.858013 0.208054 0.120666
+0.871820 0.209731 0.123459
+0.883860 0.211251 0.126331
+0.895900 0.212771 0.129203
+0.907940 0.214291 0.132075
+0.917446 0.215566 0.134811
+0.923574 0.216513 0.137365
+0.929702 0.217460 0.139920
+0.935830 0.218407 0.142474
+0.941957 0.219354 0.145029
+0.088416 0.144557 0.124645
+0.103772 0.155420 0.134608
+0.119127 0.166283 0.144572
+0.134482 0.177146 0.154536
+0.149838 0.188009 0.164500
+0.183518 0.192020 0.163446
+0.230942 0.190892 0.154128
+0.278365 0.189764 0.144811
+0.325789 0.188636 0.135494
+0.373437 0.188060 0.127116
+0.422431 0.190793 0.124378
+0.471425 0.193526 0.121639
+0.520419 0.196259 0.118900
+0.569413 0.198993 0.116161
+0.611290 0.202003 0.115657
+0.650321 0.205124 0.116047
+0.689351 0.208246 0.116437
+0.728382 0.211367 0.116828
+0.763173 0.214255 0.117769
+0.787367 0.216558 0.120089
+0.811560 0.218861 0.122408
+0.835753 0.221164 0.124728
+0.859947 0.223467 0.127048
+0.873565 0.224984 0.129861
+0.885421 0.226369 0.132757
+0.897276 0.227754 0.135653
+0.909132 0.229139 0.138549
+0.918424 0.230380 0.141322
+0.924296 0.231428 0.143933
+0.930168 0.232476 0.146543
+0.936041 0.233523 0.149154
+0.941913 0.234571 0.151765
+0.091670 0.170562 0.140746
+0.106488 0.182204 0.150800
+0.121306 0.193846 0.160853
+0.136125 0.205488 0.170907
+0.150943 0.217130 0.180961
+0.185061 0.220467 0.178632
+0.233652 0.217575 0.167017
+0.282244 0.214684 0.155402
+0.330836 0.211792 0.143787
+0.379426 0.209615 0.133441
+0.428009 0.211724 0.130708
+0.476591 0.213833 0.127975
+0.525174 0.215942 0.125243
+0.573757 0.218051 0.122510
+0.615291 0.220538 0.122011
+0.654006 0.223175 0.122406
+0.692722 0.225813 0.122801
+0.731437 0.228451 0.123196
+0.765944 0.230905 0.124141
+0.789928 0.232898 0.126463
+0.813912 0.234892 0.128785
+0.837896 0.236886 0.131108
+0.861880 0.238880 0.133430
+0.875310 0.240236 0.136264
+0.886982 0.241487 0.139183
+0.898653 0.242737 0.142103
+0.910324 0.243987 0.145022
+0.919401 0.245194 0.147833
+0.925018 0.246343 0.150500
+0.930635 0.247491 0.153167
+0.936252 0.248640 0.155834
+0.941868 0.249789 0.158501
+0.094923 0.196568 0.156847
+0.109204 0.208989 0.166991
+0.123486 0.221409 0.177135
+0.137767 0.233830 0.187279
+0.152048 0.246251 0.197422
+0.186603 0.248914 0.193819
+0.236363 0.244258 0.179906
+0.286123 0.239603 0.165993
+0.335882 0.234948 0.152080
+0.385415 0.231170 0.139765
+0.433586 0.232655 0.137038
+0.481758 0.234139 0.134312
+0.529929 0.235624 0.131585
+0.578100 0.237109 0.128858
+0.619292 0.239072 0.128365
+0.657692 0.241226 0.128764
+0.696092 0.243380 0.129164
+0.734492 0.245535 0.129564
+0.768714 0.247555 0.130513
+0.792489 0.249239 0.132838
+0.816263 0.250924 0.135163
+0.840038 0.252608 0.137487
+0.863813 0.254293 0.139812
+0.877055 0.255489 0.142666
+0.888543 0.256605 0.145610
+0.900030 0.257720 0.148553
+0.911517 0.258835 0.151496
+0.920378 0.260008 0.154345
+0.925740 0.261258 0.157068
+0.931101 0.262507 0.159791
+0.936463 0.263757 0.162514
+0.941824 0.265006 0.165237
+0.098706 0.223916 0.173657
+0.112477 0.237022 0.183857
+0.126248 0.250128 0.194058
+0.140018 0.263234 0.204258
+0.153789 0.276339 0.214459
+0.188268 0.278618 0.209970
+0.238278 0.272775 0.194466
+0.288288 0.266933 0.178961
+0.338298 0.261091 0.163457
+0.388098 0.256141 0.149675
+0.436631 0.256544 0.146226
+0.485164 0.256947 0.142778
+0.533697 0.257349 0.139329
+0.582230 0.257752 0.135880
+0.623296 0.259059 0.135184
+0.661376 0.260727 0.135588
+0.699455 0.262395 0.135992
+0.737535 0.264063 0.136397
+0.771467 0.265649 0.137352
+0.795029 0.267029 0.139684
+0.818592 0.268408 0.142016
+0.842155 0.269788 0.144348
+0.865717 0.271168 0.146680
+0.878776 0.272217 0.149563
+0.890084 0.273211 0.152537
+0.901392 0.274204 0.155512
+0.912700 0.275198 0.158486
+0.921356 0.276350 0.161381
+0.926476 0.277712 0.164171
+0.931597 0.279075 0.166962
+0.936717 0.280438 0.169752
+0.941837 0.281800 0.172542
+0.105666 0.259321 0.194716
+0.119085 0.272549 0.204773
+0.132504 0.285778 0.214830
+0.145923 0.299006 0.224887
+0.159342 0.312234 0.234944
+0.190667 0.315864 0.231907
+0.235422 0.312296 0.219050
+0.280177 0.308727 0.206193
+0.324932 0.305159 0.193336
+0.370941 0.301611 0.181095
+0.424473 0.298184 0.172557
+0.478006 0.294757 0.164019
+0.531539 0.291330 0.155481
+0.585072 0.287903 0.146943
+0.627316 0.287757 0.144795
+0.665044 0.288924 0.145203
+0.702772 0.290092 0.145611
+0.740500 0.291259 0.146019
+0.774116 0.292408 0.146988
+0.797449 0.293511 0.149359
+0.820782 0.294614 0.151729
+0.844116 0.295717 0.154100
+0.867449 0.296820 0.156471
+0.880349 0.297793 0.159424
+0.891510 0.298744 0.162474
+0.902671 0.299695 0.165524
+0.913832 0.300646 0.168574
+0.922337 0.301854 0.171570
+0.927301 0.303405 0.174492
+0.932266 0.304956 0.177414
+0.937230 0.306506 0.180337
+0.942194 0.308057 0.183259
+0.112627 0.294726 0.215775
+0.125694 0.308077 0.225688
+0.138761 0.321427 0.235602
+0.151828 0.334778 0.245516
+0.164895 0.348129 0.255429
+0.193066 0.353111 0.253844
+0.232566 0.351816 0.243634
+0.272065 0.350521 0.233424
+0.311565 0.349227 0.223214
+0.353783 0.347081 0.212516
+0.412316 0.339824 0.198889
+0.470849 0.332567 0.185261
+0.529382 0.325310 0.171634
+0.587914 0.318053 0.158007
+0.631336 0.316456 0.154407
+0.668712 0.317122 0.154818
+0.706089 0.317788 0.155230
+0.743466 0.318455 0.155642
+0.776764 0.319167 0.156624
+0.799868 0.319993 0.159033
+0.822972 0.320820 0.161442
+0.846076 0.321646 0.163852
+0.869180 0.322472 0.166261
+0.881922 0.323369 0.169285
+0.892936 0.324278 0.172411
+0.903950 0.325186 0.175537
+0.914964 0.326095 0.178663
+0.923318 0.327359 0.181758
+0.928127 0.329097 0.184813
+0.932935 0.330836 0.187867
+0.937743 0.332575 0.190922
+0.942552 0.334313 0.193976
+0.119587 0.330131 0.236834
+0.132302 0.343604 0.246604
+0.145017 0.357077 0.256374
+0.157733 0.370550 0.266144
+0.170448 0.384023 0.275915
+0.195465 0.390357 0.275780
+0.229710 0.391336 0.268218
+0.263954 0.392316 0.260655
+0.298198 0.393295 0.253093
+0.336626 0.392550 0.243937
+0.400159 0.381464 0.225220
+0.463692 0.370377 0.206503
+0.527224 0.359290 0.187786
+0.590757 0.348204 0.169070
+0.635355 0.345154 0.164018
+0.672381 0.345320 0.164434
+0.709406 0.345485 0.164849
+0.746431 0.345651 0.165264
+0.779413 0.345926 0.166260
+0.802288 0.346475 0.168708
+0.825163 0.347025 0.171155
+0.848037 0.347575 0.173603
+0.870912 0.348125 0.176051
+0.883494 0.348945 0.179145
+0.894361 0.349811 0.182347
+0.905228 0.350677 0.185549
+0.916095 0.351543 0.188751
+0.924299 0.352863 0.191947
+0.928952 0.354790 0.195133
+0.933604 0.356717 0.198320
+0.938257 0.358643 0.201507
+0.942909 0.360570 0.204693
+0.126547 0.365535 0.257893
+0.138911 0.379131 0.267520
+0.151274 0.392727 0.277146
+0.163638 0.406322 0.286773
+0.176001 0.419918 0.296400
+0.197865 0.427604 0.297717
+0.226853 0.430857 0.292802
+0.255842 0.434110 0.287887
+0.284831 0.437363 0.282972
+0.319469 0.438020 0.275358
+0.388002 0.423104 0.251551
+0.456534 0.408187 0.227745
+0.525067 0.393271 0.203939
+0.593599 0.378354 0.180133
+0.639375 0.373853 0.173630
+0.676049 0.373517 0.174049
+0.712723 0.373182 0.174467
+0.749397 0.372846 0.174886
+0.782062 0.372685 0.175896
+0.804708 0.372958 0.178382
+0.827353 0.373231 0.180868
+0.849998 0.373504 0.183355
+0.872643 0.373777 0.185841
+0.885067 0.374521 0.189006
+0.895787 0.375345 0.192284
+0.906507 0.376168 0.195562
+0.917227 0.376991 0.198840
+0.925280 0.378368 0.202135
+0.929777 0.380483 0.205454
+0.934273 0.382597 0.208773
+0.938770 0.384712 0.212092
+0.943267 0.386826 0.215411
+0.135546 0.402809 0.280747
+0.147642 0.416177 0.290113
+0.159738 0.429545 0.299479
+0.171834 0.442913 0.308845
+0.183930 0.456281 0.318211
+0.203760 0.464485 0.320389
+0.229389 0.468818 0.317175
+0.255018 0.473150 0.313962
+0.280647 0.477483 0.310749
+0.311921 0.479203 0.304700
+0.377064 0.465247 0.281642
+0.442207 0.451291 0.258585
+0.507349 0.437335 0.235527
+0.572492 0.423380 0.212469
+0.621329 0.417076 0.202958
+0.663643 0.413834 0.198867
+0.705957 0.410591 0.194775
+0.748271 0.407349 0.190683
+0.784894 0.405036 0.188484
+0.807285 0.405045 0.191018
+0.829677 0.405055 0.193552
+0.852069 0.405065 0.196086
+0.874461 0.405074 0.198620
+0.886738 0.405757 0.201878
+0.897330 0.406551 0.205257
+0.907922 0.407345 0.208636
+0.918513 0.408139 0.212014
+0.926448 0.409575 0.215440
+0.930839 0.411865 0.218929
+0.935231 0.414155 0.222419
+0.939623 0.416445 0.225908
+0.944015 0.418736 0.229397
+0.145359 0.440830 0.304319
+0.157222 0.453830 0.313378
+0.169085 0.466830 0.322436
+0.180948 0.479830 0.331494
+0.192810 0.492830 0.340553
+0.211053 0.501221 0.343355
+0.234081 0.506155 0.341465
+0.257108 0.511089 0.339575
+0.280136 0.516024 0.337685
+0.308216 0.518670 0.333212
+0.366614 0.507591 0.313237
+0.425011 0.496513 0.293263
+0.483408 0.485434 0.273289
+0.541806 0.474356 0.253314
+0.594456 0.466110 0.240173
+0.644807 0.458998 0.229765
+0.695159 0.451886 0.219358
+0.745510 0.444774 0.208950
+0.787798 0.439623 0.202254
+0.809927 0.439375 0.204839
+0.832055 0.439127 0.207424
+0.854184 0.438879 0.210009
+0.876313 0.438631 0.212594
+0.888449 0.439255 0.215954
+0.898920 0.440026 0.219444
+0.909390 0.440796 0.222933
+0.919861 0.441567 0.226423
+0.927690 0.443062 0.229992
+0.931997 0.445523 0.233667
+0.936304 0.447984 0.237341
+0.940611 0.450445 0.241016
+0.944918 0.452906 0.244691
+0.155173 0.478852 0.327892
+0.166802 0.491484 0.336642
+0.178432 0.504116 0.345393
+0.190061 0.516748 0.354144
+0.201690 0.529380 0.362894
+0.218347 0.537957 0.366321
+0.238773 0.543493 0.365754
+0.259199 0.549029 0.365188
+0.279625 0.554564 0.364621
+0.304512 0.558138 0.361723
+0.356163 0.549936 0.344832
+0.407815 0.541735 0.327941
+0.459467 0.533533 0.311051
+0.511119 0.525332 0.294160
+0.567583 0.515144 0.277388
+0.625971 0.504163 0.260664
+0.684360 0.493181 0.243941
+0.742749 0.482199 0.227217
+0.790702 0.474211 0.216024
+0.812568 0.473705 0.218660
+0.834433 0.473199 0.221296
+0.856299 0.472693 0.223932
+0.878165 0.472187 0.226568
+0.890160 0.472754 0.230030
+0.900510 0.473501 0.233631
+0.910859 0.474248 0.237231
+0.921209 0.474995 0.240832
+0.928933 0.476549 0.244544
+0.933155 0.479181 0.248404
+0.937377 0.481813 0.252264
+0.941600 0.484444 0.256124
+0.945822 0.487076 0.259985
+0.164986 0.516873 0.351464
+0.176382 0.529137 0.359907
+0.187778 0.541401 0.368350
+0.199174 0.553665 0.376793
+0.210570 0.565930 0.385236
+0.225640 0.574693 0.389287
+0.243464 0.580830 0.390044
+0.261289 0.586968 0.390801
+0.279113 0.593105 0.391558
+0.300807 0.597605 0.390234
+0.345713 0.592281 0.376427
+0.390620 0.586956 0.362620
+0.435526 0.581632 0.348812
+0.480432 0.576307 0.335005
+0.540710 0.564178 0.314603
+0.607136 0.549327 0.291563
+0.673561 0.534476 0.268523
+0.739987 0.519624 0.245483
+0.793606 0.508798 0.229794
+0.815209 0.508034 0.232481
+0.836812 0.507270 0.235168
+0.858414 0.506507 0.237855
+0.880017 0.505743 0.240541
+0.891870 0.506253 0.244106
+0.902099 0.506976 0.247818
+0.912328 0.507700 0.251529
+0.922557 0.508423 0.255241
+0.930176 0.510037 0.259095
+0.934313 0.512839 0.263141
+0.938450 0.515642 0.267187
+0.942588 0.518444 0.271233
+0.946725 0.521246 0.275278
+0.175171 0.553569 0.374933
+0.186347 0.565376 0.383053
+0.197523 0.577182 0.391172
+0.208699 0.588989 0.399292
+0.219875 0.600796 0.407412
+0.233602 0.609577 0.411942
+0.249241 0.616089 0.413780
+0.264881 0.622601 0.415618
+0.280520 0.629113 0.417456
+0.299504 0.634275 0.417447
+0.338553 0.631337 0.406356
+0.377602 0.628400 0.395264
+0.416651 0.625462 0.384172
+0.455700 0.622525 0.373080
+0.517190 0.609692 0.350809
+0.587656 0.592901 0.324066
+0.658123 0.576110 0.297322
+0.728590 0.559319 0.270579
+0.785770 0.546848 0.251775
+0.809734 0.545177 0.252818
+0.833699 0.543506 0.253861
+0.857663 0.541835 0.254904
+0.881628 0.540163 0.255947
+0.893704 0.540507 0.259367
+0.903799 0.541187 0.263182
+0.913894 0.541867 0.266998
+0.923989 0.542547 0.270813
+0.931500 0.544196 0.274807
+0.935567 0.547137 0.279038
+0.939634 0.550077 0.283269
+0.943701 0.553018 0.287501
+0.947768 0.555959 0.291732
+0.186283 0.586953 0.398144
+0.197272 0.598078 0.405901
+0.208262 0.609203 0.413658
+0.219252 0.620328 0.421415
+0.230242 0.631453 0.429172
+0.243235 0.639832 0.433819
+0.257730 0.646150 0.436132
+0.272226 0.652468 0.438446
+0.286721 0.658787 0.440760
+0.304205 0.663949 0.441415
+0.339616 0.662173 0.432119
+0.375028 0.660397 0.422822
+0.410439 0.658621 0.413526
+0.445851 0.656845 0.404230
+0.502052 0.646405 0.384491
+0.566568 0.632498 0.360577
+0.631085 0.618592 0.336662
+0.695601 0.604686 0.312747
+0.751081 0.593552 0.294283
+0.783970 0.589351 0.289445
+0.816859 0.585149 0.284608
+0.849748 0.580948 0.279770
+0.882637 0.576746 0.274933
+0.895845 0.576650 0.277587
+0.905772 0.577238 0.281489
+0.915700 0.577826 0.285392
+0.925628 0.578414 0.289294
+0.933029 0.580034 0.293417
+0.937061 0.583033 0.297834
+0.941093 0.586031 0.302251
+0.945125 0.589029 0.306668
+0.949157 0.592027 0.311085
+0.197395 0.620337 0.421355
+0.208198 0.630781 0.428750
+0.219001 0.641224 0.436144
+0.229805 0.651667 0.443538
+0.240608 0.662111 0.450932
+0.252868 0.670086 0.455695
+0.266219 0.676211 0.458485
+0.279571 0.682336 0.461274
+0.292923 0.688461 0.464063
+0.308906 0.693623 0.465382
+0.340680 0.693008 0.457881
+0.372454 0.692394 0.450381
+0.404228 0.691780 0.442880
+0.436002 0.691165 0.435379
+0.486914 0.683117 0.418174
+0.545480 0.672096 0.397088
+0.604046 0.661074 0.376001
+0.662613 0.650053 0.354915
+0.716392 0.640257 0.336791
+0.758206 0.633525 0.326073
+0.800019 0.626793 0.315354
+0.841832 0.620061 0.304636
+0.883646 0.613329 0.293918
+0.897985 0.612792 0.295807
+0.907746 0.613288 0.299796
+0.917507 0.613784 0.303786
+0.927267 0.614280 0.307776
+0.934558 0.615873 0.312028
+0.938555 0.618928 0.316631
+0.942552 0.621984 0.321233
+0.946549 0.625040 0.325836
+0.950546 0.628095 0.330438
+0.208507 0.653721 0.444567
+0.219124 0.663483 0.451598
+0.229741 0.673245 0.458630
+0.240358 0.683007 0.465661
+0.250975 0.692768 0.472693
+0.262501 0.700341 0.477572
+0.274708 0.706272 0.480837
+0.286916 0.712204 0.484102
+0.299124 0.718135 0.487367
+0.313607 0.723297 0.489350
+0.341744 0.723844 0.483644
+0.369880 0.724391 0.477939
+0.398017 0.724939 0.472233
+0.426154 0.725486 0.466528
+0.471776 0.719830 0.451856
+0.524392 0.711693 0.433599
+0.577008 0.703556 0.415341
+0.629624 0.695420 0.397083
+0.681703 0.686961 0.379299
+0.732441 0.677699 0.362700
+0.783179 0.668436 0.346101
+0.833917 0.659174 0.329502
+0.884655 0.649911 0.312903
+0.900126 0.648934 0.314027
+0.909720 0.649338 0.318103
+0.919313 0.649742 0.322180
+0.928907 0.650146 0.326257
+0.936087 0.651711 0.330639
+0.940049 0.654824 0.335427
+0.944011 0.657937 0.340215
+0.947973 0.661050 0.345003
+0.951935 0.664163 0.349791
+0.219619 0.687105 0.467778
+0.230049 0.696185 0.474447
+0.240480 0.705266 0.481116
+0.250911 0.714346 0.487784
+0.261341 0.723426 0.494453
+0.272134 0.730596 0.499449
+0.283197 0.736334 0.503189
+0.294261 0.742071 0.506930
+0.305325 0.747809 0.510670
+0.318308 0.752971 0.513318
+0.342807 0.754680 0.509407
+0.367307 0.756388 0.505497
+0.391806 0.758097 0.501587
+0.416305 0.759806 0.497677
+0.456638 0.756543 0.485539
+0.503304 0.751291 0.470110
+0.549970 0.746039 0.454680
+0.596635 0.740786 0.439251
+0.647015 0.733666 0.421807
+0.706677 0.721873 0.399328
+0.766339 0.710080 0.376848
+0.826002 0.698287 0.354368
+0.885664 0.686494 0.331889
+0.902267 0.685077 0.332247
+0.911693 0.685389 0.336411
+0.921120 0.685701 0.340575
+0.930546 0.686013 0.344739
+0.937616 0.687550 0.349250
+0.941543 0.690720 0.354223
+0.945470 0.693891 0.359197
+0.949398 0.697061 0.364171
+0.953325 0.700232 0.369144
+0.230421 0.712229 0.488614
+0.240655 0.720555 0.494934
+0.250889 0.728882 0.501255
+0.261123 0.737209 0.507576
+0.271357 0.745535 0.513896
+0.281750 0.752177 0.518799
+0.292262 0.757555 0.522640
+0.302775 0.762933 0.526480
+0.313287 0.768311 0.530321
+0.325509 0.773224 0.533193
+0.347991 0.775350 0.530258
+0.370472 0.777475 0.527323
+0.392953 0.779600 0.524388
+0.415435 0.781726 0.521453
+0.452498 0.779694 0.511013
+0.495395 0.776000 0.497572
+0.538292 0.772306 0.484131
+0.581189 0.768612 0.470689
+0.628350 0.763072 0.454946
+0.686175 0.752921 0.433446
+0.743999 0.742769 0.411947
+0.801823 0.732617 0.390447
+0.859647 0.722466 0.368948
+0.881423 0.720532 0.366296
+0.897189 0.719968 0.366785
+0.912956 0.719404 0.367274
+0.928723 0.718840 0.367764
+0.939388 0.719827 0.370227
+0.943251 0.722881 0.375324
+0.947113 0.725935 0.380420
+0.950975 0.728989 0.385516
+0.954837 0.732043 0.390612
+0.241172 0.735975 0.509054
+0.251208 0.743536 0.515028
+0.261243 0.751097 0.521003
+0.271279 0.758658 0.526978
+0.281314 0.766220 0.532953
+0.291364 0.772312 0.537729
+0.301423 0.777303 0.541607
+0.311483 0.782293 0.545485
+0.321543 0.787284 0.549362
+0.333127 0.791907 0.552387
+0.353860 0.794325 0.550290
+0.374594 0.796743 0.548193
+0.395327 0.799161 0.546096
+0.416060 0.801579 0.543999
+0.450192 0.800586 0.535119
+0.489683 0.798228 0.523526
+0.529174 0.795871 0.511933
+0.568665 0.793513 0.500340
+0.612357 0.789596 0.486523
+0.666549 0.781781 0.467147
+0.720742 0.773966 0.447771
+0.774934 0.766150 0.428395
+0.829127 0.758335 0.409019
+0.856747 0.755873 0.402983
+0.879939 0.754302 0.399171
+0.903131 0.752732 0.395358
+0.926323 0.751161 0.391546
+0.941201 0.751510 0.391599
+0.944994 0.754419 0.396808
+0.948786 0.757328 0.402016
+0.952578 0.760236 0.407224
+0.956371 0.763145 0.412432
+0.251923 0.759722 0.529493
+0.261760 0.766517 0.535122
+0.271597 0.773313 0.540751
+0.281434 0.780108 0.546380
+0.291271 0.786904 0.552009
+0.300977 0.792447 0.556659
+0.310584 0.797050 0.560574
+0.320191 0.801654 0.564489
+0.329798 0.806258 0.568404
+0.340745 0.810591 0.571580
+0.359730 0.813301 0.570322
+0.378715 0.816011 0.569063
+0.397701 0.818722 0.567804
+0.416686 0.821432 0.566546
+0.447886 0.821477 0.559225
+0.483971 0.820456 0.549480
+0.520057 0.819435 0.539735
+0.556142 0.818415 0.529990
+0.596363 0.816120 0.518100
+0.646924 0.810641 0.500847
+0.697484 0.805162 0.483595
+0.748045 0.799684 0.466342
+0.798606 0.794205 0.449090
+0.832072 0.791213 0.439670
+0.862689 0.788636 0.431556
+0.893306 0.786059 0.423442
+0.923923 0.783482 0.415328
+0.943014 0.783194 0.412971
+0.946737 0.785957 0.418292
+0.950459 0.788720 0.423612
+0.954182 0.791483 0.428932
+0.957904 0.794247 0.434253
+0.262674 0.783469 0.549933
+0.272313 0.789499 0.555216
+0.281951 0.795528 0.560500
+0.291590 0.801558 0.565783
+0.301229 0.807588 0.571066
+0.310591 0.812582 0.575589
+0.319745 0.816798 0.579541
+0.328899 0.821015 0.583493
+0.338054 0.825231 0.587446
+0.348363 0.829274 0.590774
+0.365600 0.832277 0.590353
+0.382837 0.835279 0.589933
+0.400074 0.838282 0.589513
+0.417312 0.841285 0.589092
+0.445579 0.842368 0.583332
+0.478259 0.842684 0.575434
+0.510939 0.843000 0.567537
+0.543619 0.843316 0.559640
+0.580370 0.842644 0.549677
+0.627298 0.839501 0.534548
+0.674227 0.836359 0.519419
+0.721156 0.833217 0.504290
+0.768085 0.830074 0.489161
+0.807397 0.826554 0.476358
+0.845439 0.822970 0.463942
+0.883481 0.819387 0.451526
+0.921523 0.815803 0.439110
+0.944827 0.814877 0.434343
+0.948479 0.817495 0.439776
+0.952132 0.820113 0.445208
+0.955785 0.822731 0.450640
+0.959437 0.825349 0.456073
+0.272667 0.802628 0.568557
+0.282071 0.807983 0.573534
+0.291475 0.813337 0.578512
+0.300879 0.818692 0.583489
+0.310284 0.824047 0.588467
+0.319370 0.828569 0.592839
+0.328218 0.832467 0.596757
+0.337067 0.836364 0.600674
+0.345915 0.840262 0.604592
+0.355783 0.844055 0.607968
+0.371766 0.847220 0.608094
+0.387749 0.850385 0.608221
+0.403733 0.853549 0.608347
+0.419716 0.856714 0.608474
+0.445725 0.858527 0.603896
+0.475745 0.859799 0.597436
+0.505765 0.861072 0.590976
+0.535785 0.862345 0.584516
+0.569748 0.862860 0.576116
+0.613569 0.861481 0.562869
+0.657390 0.860102 0.549622
+0.701210 0.858723 0.536374
+0.745031 0.857344 0.523127
+0.787220 0.854067 0.508929
+0.829137 0.850473 0.494574
+0.871053 0.846879 0.480219
+0.912970 0.843285 0.465863
+0.939250 0.842239 0.459565
+0.944681 0.844589 0.464010
+0.950112 0.846939 0.468455
+0.955543 0.849290 0.472899
+0.960974 0.851640 0.477344
+0.281650 0.815672 0.584758
+0.290771 0.820471 0.589483
+0.299893 0.825271 0.594209
+0.309014 0.830070 0.598935
+0.318135 0.834870 0.603661
+0.327038 0.839025 0.607850
+0.335775 0.842695 0.611637
+0.344513 0.846366 0.615423
+0.353251 0.850037 0.619210
+0.362939 0.853634 0.622496
+0.378327 0.856787 0.622781
+0.393715 0.859939 0.623066
+0.409103 0.863092 0.623351
+0.424491 0.866244 0.623636
+0.449141 0.868375 0.619738
+0.477496 0.870098 0.614167
+0.505851 0.871820 0.608596
+0.534205 0.873543 0.603025
+0.566290 0.874664 0.595707
+0.607701 0.874285 0.584018
+0.649112 0.873906 0.572329
+0.690523 0.873527 0.560640
+0.731933 0.873148 0.548951
+0.773041 0.871143 0.536013
+0.814098 0.868867 0.522868
+0.855155 0.866591 0.509723
+0.896212 0.864315 0.496578
+0.923819 0.863837 0.489919
+0.933493 0.865757 0.491910
+0.943167 0.867677 0.493901
+0.952840 0.869598 0.495893
+0.962514 0.871518 0.497884
+0.290633 0.828716 0.600959
+0.299471 0.832960 0.605433
+0.308310 0.837205 0.609907
+0.317148 0.841449 0.614380
+0.325987 0.845693 0.618854
+0.334705 0.849480 0.622861
+0.343332 0.852924 0.626517
+0.351960 0.856368 0.630172
+0.360587 0.859812 0.633828
+0.370095 0.863213 0.637025
+0.384888 0.866353 0.637468
+0.399681 0.869494 0.637911
+0.414474 0.872634 0.638354
+0.429267 0.875775 0.638797
+0.452557 0.878224 0.635580
+0.479246 0.880396 0.630898
+0.505936 0.882568 0.626217
+0.532625 0.884741 0.621535
+0.562832 0.886469 0.615297
+0.601833 0.887090 0.605166
+0.640834 0.887711 0.595036
+0.679835 0.888332 0.584905
+0.718835 0.888952 0.574775
+0.758862 0.888219 0.563097
+0.799060 0.887261 0.551162
+0.839257 0.886303 0.539227
+0.879455 0.885345 0.527292
+0.908389 0.885436 0.520274
+0.922305 0.886926 0.519811
+0.936222 0.888416 0.519348
+0.950138 0.889906 0.518886
+0.964055 0.891396 0.518423
+0.299615 0.841760 0.617160
+0.308171 0.845449 0.621382
+0.316727 0.849138 0.625604
+0.325283 0.852827 0.629826
+0.333839 0.856517 0.634048
+0.342372 0.859936 0.637872
+0.350889 0.863153 0.641397
+0.359406 0.866370 0.644921
+0.367923 0.869587 0.648446
+0.377252 0.872792 0.651553
+0.391449 0.875920 0.652155
+0.405647 0.879049 0.652756
+0.419844 0.882177 0.653357
+0.434042 0.885306 0.653959
+0.455973 0.888072 0.651422
+0.480997 0.890694 0.647629
+0.506021 0.893316 0.643837
+0.531045 0.895939 0.640045
+0.559374 0.898274 0.634887
+0.595965 0.899895 0.626315
+0.632556 0.901515 0.617743
+0.669147 0.903136 0.609171
+0.705737 0.904756 0.600598
+0.744683 0.905296 0.590181
+0.784021 0.905655 0.579456
+0.823359 0.906015 0.568731
+0.862697 0.906374 0.558007
+0.892958 0.907034 0.550628
+0.911117 0.908094 0.547712
+0.929277 0.909154 0.544795
+0.947436 0.910214 0.541879
+0.965595 0.911273 0.538963
+0.308598 0.854803 0.633361
+0.316871 0.857937 0.637331
+0.325144 0.861072 0.641301
+0.333417 0.864206 0.645272
+0.341691 0.867340 0.649242
+0.350040 0.870392 0.652883
+0.358446 0.873382 0.656277
+0.366853 0.876372 0.659670
+0.375259 0.879362 0.663064
+0.384408 0.882370 0.666082
+0.398010 0.885487 0.666841
+0.411613 0.888603 0.667601
+0.425215 0.891720 0.668361
+0.438817 0.894836 0.669120
+0.459388 0.897921 0.667264
+0.482747 0.900993 0.664361
+0.506106 0.904065 0.661458
+0.529465 0.907137 0.658555
+0.555916 0.910079 0.654477
+0.590097 0.912700 0.647464
+0.624278 0.915320 0.640450
+0.658459 0.917940 0.633436
+0.692640 0.920560 0.626422
+0.730504 0.922372 0.617265
+0.768983 0.924049 0.607750
+0.807461 0.925727 0.598236
+0.845939 0.927404 0.588721
+0.877528 0.928633 0.580983
+0.899930 0.929262 0.575613
+0.922332 0.929892 0.570242
+0.944733 0.930522 0.564872
+0.967135 0.931151 0.559502
+0.082878 0.077262 0.075686
+0.111517 0.077554 0.078639
+0.140155 0.077845 0.081592
+0.168793 0.078137 0.084545
+0.197431 0.078429 0.087497
+0.236131 0.081115 0.086945
+0.282378 0.085598 0.083765
+0.328624 0.090080 0.080585
+0.374870 0.094563 0.077404
+0.421166 0.099228 0.074545
+0.467756 0.104989 0.073611
+0.514345 0.110751 0.072677
+0.560935 0.116512 0.071743
+0.607524 0.122274 0.070809
+0.645878 0.127617 0.071832
+0.680938 0.132793 0.073637
+0.715998 0.137970 0.075443
+0.751057 0.143146 0.077248
+0.782105 0.147928 0.079466
+0.803123 0.151726 0.082714
+0.824141 0.155524 0.085962
+0.845159 0.159321 0.089210
+0.866177 0.163119 0.092458
+0.878296 0.165823 0.095991
+0.888931 0.168346 0.099572
+0.899566 0.170868 0.103153
+0.910201 0.173390 0.106733
+0.919055 0.175676 0.110309
+0.925533 0.177647 0.113877
+0.932012 0.179618 0.117445
+0.938490 0.181589 0.121013
+0.944968 0.183560 0.124582
+0.083850 0.082643 0.081645
+0.109166 0.085430 0.086611
+0.134483 0.088218 0.091577
+0.159799 0.091005 0.096543
+0.185116 0.093793 0.101509
+0.222216 0.097114 0.101626
+0.268154 0.100836 0.098106
+0.314092 0.104557 0.094587
+0.360030 0.108278 0.091068
+0.406176 0.112221 0.087835
+0.453577 0.117492 0.086323
+0.500977 0.122763 0.084812
+0.548377 0.128034 0.083301
+0.595777 0.133305 0.081789
+0.635201 0.138294 0.082329
+0.671434 0.143170 0.083689
+0.707666 0.148046 0.085049
+0.743899 0.152921 0.086409
+0.776047 0.157422 0.088224
+0.797982 0.160987 0.091176
+0.819916 0.164551 0.094128
+0.841851 0.168115 0.097080
+0.863785 0.171680 0.100032
+0.876379 0.174161 0.103334
+0.887416 0.176463 0.106695
+0.898453 0.178764 0.110056
+0.909490 0.181066 0.113417
+0.918563 0.183111 0.116748
+0.925018 0.184816 0.120039
+0.931473 0.186521 0.123330
+0.937928 0.188226 0.126621
+0.944383 0.189931 0.129912
+0.084821 0.088023 0.087604
+0.106816 0.093307 0.094583
+0.128810 0.098590 0.101562
+0.150805 0.103874 0.108541
+0.172800 0.109158 0.115520
+0.208300 0.113113 0.116306
+0.253930 0.116074 0.112448
+0.299559 0.119034 0.108589
+0.345189 0.121994 0.104731
+0.391187 0.125214 0.101125
+0.439398 0.129995 0.099036
+0.487608 0.134776 0.096947
+0.535819 0.139556 0.094858
+0.584030 0.144337 0.092769
+0.624523 0.148971 0.092826
+0.661929 0.153546 0.093740
+0.699335 0.158121 0.094655
+0.736741 0.162697 0.095569
+0.769989 0.166917 0.096981
+0.792840 0.170248 0.099637
+0.815691 0.173579 0.102293
+0.838542 0.176910 0.104949
+0.861393 0.180240 0.107605
+0.874462 0.182500 0.110677
+0.885901 0.184580 0.113819
+0.897340 0.186661 0.116960
+0.908778 0.188741 0.120101
+0.918071 0.190547 0.123188
+0.924503 0.191986 0.126202
+0.930934 0.193425 0.129216
+0.937366 0.194864 0.132230
+0.943798 0.196303 0.135243
+0.085792 0.093404 0.093563
+0.104465 0.101184 0.102555
+0.123138 0.108963 0.111547
+0.141811 0.116742 0.120539
+0.160484 0.124522 0.129531
+0.194385 0.129113 0.130987
+0.239706 0.131312 0.126789
+0.285027 0.133511 0.122592
+0.330348 0.135710 0.118394
+0.376197 0.138208 0.114416
+0.425219 0.142498 0.111749
+0.474240 0.146788 0.109082
+0.523261 0.151078 0.106416
+0.572282 0.155368 0.103749
+0.613845 0.159648 0.103322
+0.652425 0.163923 0.103791
+0.691004 0.168197 0.104261
+0.729583 0.172472 0.104730
+0.763931 0.176411 0.105739
+0.787698 0.179508 0.108099
+0.811466 0.182606 0.110459
+0.835234 0.185704 0.112819
+0.859002 0.188801 0.115179
+0.872546 0.190838 0.118020
+0.884386 0.192697 0.120942
+0.896226 0.194557 0.123863
+0.908067 0.196416 0.126785
+0.917579 0.197982 0.129627
+0.923987 0.199155 0.132364
+0.930396 0.200328 0.135101
+0.936804 0.201501 0.137838
+0.943213 0.202675 0.140574
+0.086763 0.098785 0.099522
+0.102115 0.109060 0.110527
+0.117466 0.119336 0.121532
+0.132817 0.129611 0.132538
+0.148169 0.139886 0.143543
+0.180469 0.145112 0.145667
+0.225482 0.146550 0.141131
+0.270494 0.147988 0.136594
+0.315507 0.149426 0.132058
+0.361208 0.151201 0.127706
+0.411039 0.155001 0.124462
+0.460871 0.158800 0.121217
+0.510703 0.162600 0.117973
+0.560535 0.166400 0.114729
+0.603167 0.170324 0.113819
+0.642920 0.174299 0.113843
+0.682673 0.178273 0.113866
+0.722425 0.182248 0.113890
+0.757873 0.185905 0.114497
+0.782557 0.188769 0.116561
+0.807241 0.191634 0.118625
+0.831926 0.194498 0.120689
+0.856610 0.197362 0.122753
+0.870629 0.199176 0.125363
+0.882871 0.200814 0.128065
+0.895113 0.202453 0.130767
+0.907355 0.204092 0.133469
+0.917087 0.205417 0.136067
+0.923472 0.206324 0.138527
+0.929857 0.207232 0.140986
+0.936242 0.208139 0.143446
+0.942627 0.209046 0.145905
+0.088741 0.114604 0.111079
+0.102639 0.126276 0.122925
+0.116537 0.137949 0.134771
+0.130435 0.149621 0.146616
+0.144333 0.161294 0.158462
+0.176002 0.166674 0.160338
+0.220999 0.167336 0.154736
+0.265996 0.167998 0.149134
+0.310993 0.168659 0.143531
+0.356705 0.169685 0.138223
+0.406701 0.172895 0.134676
+0.456697 0.176105 0.131129
+0.506693 0.179316 0.127582
+0.556689 0.182526 0.124036
+0.599672 0.185978 0.122869
+0.639850 0.189527 0.122655
+0.680028 0.193076 0.122441
+0.720206 0.196626 0.122227
+0.756062 0.199893 0.122618
+0.781114 0.202457 0.124521
+0.806165 0.205020 0.126424
+0.831217 0.207584 0.128328
+0.856269 0.210148 0.130231
+0.870448 0.211740 0.132724
+0.882816 0.213171 0.135316
+0.895184 0.214603 0.137907
+0.907552 0.216034 0.140499
+0.917301 0.217196 0.142984
+0.923558 0.218000 0.145326
+0.929815 0.218805 0.147669
+0.936072 0.219609 0.150011
+0.942329 0.220413 0.152354
+0.091473 0.138251 0.126836
+0.105319 0.150496 0.138642
+0.119164 0.162742 0.150449
+0.133010 0.174988 0.162256
+0.146856 0.187233 0.174063
+0.178620 0.192410 0.175001
+0.223822 0.192284 0.167788
+0.269024 0.192158 0.160576
+0.314226 0.192032 0.153363
+0.360067 0.192287 0.146660
+0.409743 0.194834 0.143017
+0.459418 0.197380 0.139374
+0.509094 0.199926 0.135730
+0.558769 0.202472 0.132087
+0.601564 0.205364 0.130835
+0.641606 0.208394 0.130539
+0.681648 0.211425 0.130243
+0.721690 0.214455 0.129947
+0.757437 0.217252 0.130262
+0.782444 0.219464 0.132106
+0.807451 0.221677 0.133950
+0.832458 0.223889 0.135793
+0.857465 0.226102 0.137637
+0.871569 0.227475 0.140098
+0.883856 0.228709 0.142661
+0.896144 0.229942 0.145225
+0.908431 0.231175 0.147788
+0.918045 0.232233 0.150258
+0.924095 0.233057 0.152604
+0.930145 0.233880 0.154949
+0.936195 0.234704 0.157294
+0.942245 0.235528 0.159639
+0.094205 0.161898 0.142592
+0.107999 0.174717 0.154360
+0.121792 0.187535 0.166128
+0.135586 0.200354 0.177895
+0.149379 0.213173 0.189663
+0.181238 0.218145 0.189665
+0.226645 0.217231 0.180841
+0.272052 0.216318 0.172018
+0.317459 0.215404 0.163194
+0.363430 0.214890 0.155097
+0.412785 0.216772 0.151358
+0.462140 0.218654 0.147618
+0.511495 0.220537 0.143878
+0.560850 0.222419 0.140139
+0.603456 0.224750 0.138800
+0.643362 0.227262 0.138423
+0.683268 0.229773 0.138045
+0.723175 0.232284 0.137667
+0.758811 0.234610 0.137907
+0.783774 0.236471 0.139691
+0.808736 0.238333 0.141475
+0.833699 0.240194 0.143259
+0.858661 0.242056 0.145043
+0.872690 0.243210 0.147472
+0.884897 0.244246 0.150007
+0.897103 0.245281 0.152542
+0.909309 0.246317 0.155078
+0.918789 0.247270 0.157533
+0.924632 0.248113 0.159881
+0.930475 0.248956 0.162229
+0.936318 0.249799 0.164577
+0.942162 0.250642 0.166925
+0.096937 0.185545 0.158348
+0.110679 0.198937 0.170077
+0.124420 0.212329 0.181806
+0.138161 0.225721 0.193535
+0.151903 0.239113 0.205264
+0.183856 0.243880 0.204328
+0.229467 0.242179 0.193894
+0.275079 0.240477 0.183460
+0.320691 0.238776 0.173026
+0.366792 0.237492 0.163534
+0.415826 0.238710 0.159698
+0.464861 0.239929 0.155862
+0.513895 0.241147 0.152026
+0.562930 0.242365 0.148190
+0.605347 0.244137 0.146766
+0.645118 0.246129 0.146306
+0.684888 0.248121 0.145846
+0.724659 0.250114 0.145386
+0.760186 0.251968 0.145551
+0.785104 0.253479 0.147276
+0.810022 0.254989 0.149000
+0.834940 0.256500 0.150725
+0.859858 0.258010 0.152450
+0.873811 0.258944 0.154845
+0.885937 0.259783 0.157353
+0.898062 0.260621 0.159860
+0.910188 0.261459 0.162367
+0.919533 0.262307 0.164807
+0.925169 0.263170 0.167158
+0.930805 0.264032 0.169509
+0.936442 0.264894 0.171860
+0.942078 0.265756 0.174211
+0.100218 0.210823 0.174976
+0.113887 0.224719 0.186635
+0.127555 0.238614 0.198294
+0.141224 0.252510 0.209953
+0.154892 0.266405 0.221612
+0.186545 0.271159 0.220046
+0.231686 0.269057 0.208561
+0.276827 0.266955 0.197076
+0.321968 0.264852 0.185591
+0.367713 0.263075 0.175089
+0.417081 0.263248 0.170490
+0.466448 0.263420 0.165890
+0.515816 0.263593 0.161291
+0.565183 0.263765 0.156691
+0.607574 0.264866 0.154998
+0.647174 0.266338 0.154467
+0.686775 0.267811 0.153936
+0.726375 0.269283 0.153405
+0.761759 0.270668 0.153505
+0.786604 0.271834 0.155183
+0.811449 0.273001 0.156861
+0.836294 0.274168 0.158540
+0.861139 0.275334 0.160218
+0.875004 0.276067 0.162596
+0.887038 0.276728 0.165091
+0.899072 0.277389 0.167585
+0.911107 0.278050 0.170080
+0.920312 0.278817 0.172524
+0.925747 0.279724 0.174899
+0.931181 0.280631 0.177275
+0.936616 0.281538 0.179650
+0.942051 0.282445 0.182025
+0.106793 0.245892 0.196834
+0.120265 0.259872 0.208238
+0.133737 0.273852 0.219642
+0.147209 0.287832 0.231046
+0.160681 0.301813 0.242450
+0.189664 0.307700 0.242092
+0.230281 0.307517 0.232913
+0.270897 0.307334 0.223733
+0.311513 0.307152 0.214554
+0.353987 0.306543 0.205348
+0.407609 0.303378 0.195983
+0.461230 0.300213 0.186617
+0.514852 0.297048 0.177251
+0.568473 0.293883 0.167886
+0.611810 0.293655 0.164826
+0.651033 0.294600 0.164289
+0.690256 0.295546 0.163751
+0.729480 0.296492 0.163214
+0.764525 0.297415 0.163318
+0.789127 0.298280 0.165027
+0.813729 0.299146 0.166737
+0.838331 0.300012 0.168446
+0.862933 0.300878 0.170155
+0.876629 0.301521 0.172607
+0.888508 0.302127 0.175183
+0.900386 0.302734 0.177759
+0.912265 0.303340 0.180335
+0.921308 0.304160 0.182891
+0.926571 0.305265 0.185421
+0.931834 0.306370 0.187951
+0.937097 0.307475 0.190481
+0.942360 0.308580 0.193011
+0.113367 0.280960 0.218692
+0.126643 0.295025 0.229841
+0.139918 0.309090 0.240989
+0.153194 0.323155 0.252138
+0.166470 0.337220 0.263287
+0.192783 0.344240 0.264138
+0.228875 0.345977 0.257264
+0.264967 0.347714 0.250391
+0.301058 0.349451 0.243518
+0.340262 0.350011 0.235607
+0.398137 0.343508 0.221476
+0.456013 0.337006 0.207344
+0.513888 0.330504 0.193212
+0.571763 0.324002 0.179081
+0.616046 0.322443 0.174655
+0.654892 0.322862 0.174111
+0.693738 0.323282 0.173567
+0.732584 0.323701 0.173023
+0.767291 0.324162 0.173132
+0.791650 0.324726 0.174872
+0.816009 0.325291 0.176612
+0.840368 0.325856 0.178352
+0.864727 0.326421 0.180092
+0.878255 0.326975 0.182618
+0.889978 0.327527 0.185275
+0.901700 0.328078 0.187932
+0.913423 0.328630 0.190589
+0.922303 0.329504 0.193258
+0.927395 0.330807 0.195943
+0.932487 0.332110 0.198628
+0.937578 0.333413 0.201312
+0.942670 0.334716 0.203997
+0.119941 0.316029 0.240549
+0.133021 0.330179 0.251443
+0.146100 0.344328 0.262337
+0.159179 0.358478 0.273231
+0.172259 0.372628 0.284125
+0.195902 0.380781 0.286183
+0.227469 0.384438 0.281616
+0.259036 0.388094 0.277049
+0.290603 0.391750 0.272481
+0.326536 0.393479 0.265866
+0.388666 0.383639 0.246969
+0.450795 0.373799 0.228071
+0.512924 0.363960 0.209173
+0.575054 0.354120 0.190275
+0.620283 0.351232 0.184483
+0.658751 0.351124 0.183933
+0.697220 0.351017 0.183383
+0.735689 0.350910 0.182832
+0.770057 0.350908 0.182945
+0.794173 0.351172 0.184716
+0.818289 0.351436 0.186487
+0.842405 0.351701 0.188258
+0.866521 0.351965 0.190029
+0.879881 0.352428 0.192629
+0.891447 0.352926 0.195367
+0.903014 0.353423 0.198106
+0.914581 0.353920 0.200844
+0.923299 0.354847 0.203625
+0.928219 0.356348 0.206465
+0.933139 0.357849 0.209304
+0.938059 0.359350 0.212143
+0.942979 0.360851 0.214983
+0.126516 0.351097 0.262407
+0.139399 0.365332 0.273046
+0.152282 0.379566 0.283684
+0.165164 0.393801 0.294323
+0.178047 0.408035 0.304962
+0.199021 0.417322 0.308229
+0.226063 0.422898 0.305968
+0.253106 0.428474 0.303706
+0.280148 0.434050 0.301445
+0.312811 0.436946 0.296126
+0.379194 0.423769 0.272462
+0.445577 0.410592 0.248798
+0.511961 0.397415 0.225134
+0.578344 0.384238 0.201470
+0.624519 0.380021 0.194312
+0.662611 0.379387 0.193755
+0.700702 0.378753 0.193198
+0.738794 0.378119 0.192641
+0.772823 0.377655 0.192759
+0.796696 0.377618 0.194561
+0.820569 0.377582 0.196363
+0.844442 0.377545 0.198164
+0.868315 0.377508 0.199966
+0.881506 0.377882 0.202640
+0.892917 0.378325 0.205460
+0.904328 0.378767 0.208279
+0.915739 0.379210 0.211098
+0.924295 0.380191 0.213992
+0.929043 0.381890 0.216986
+0.933792 0.383589 0.219980
+0.938540 0.385288 0.222974
+0.943289 0.386987 0.225968
+0.135239 0.388509 0.286037
+0.147935 0.402499 0.296320
+0.160632 0.416489 0.306603
+0.173328 0.430478 0.316887
+0.186025 0.444468 0.327170
+0.205278 0.454131 0.331098
+0.229450 0.460548 0.330261
+0.253622 0.466965 0.329423
+0.277794 0.473383 0.328585
+0.307489 0.477145 0.324624
+0.370321 0.464976 0.301923
+0.433153 0.452807 0.279222
+0.495985 0.440638 0.256521
+0.558816 0.428470 0.233821
+0.607781 0.422575 0.223729
+0.651198 0.419190 0.218682
+0.694615 0.415804 0.213635
+0.738032 0.412419 0.208587
+0.775788 0.409911 0.205510
+0.799387 0.409596 0.207356
+0.822987 0.409281 0.209202
+0.846587 0.408965 0.211049
+0.870187 0.408650 0.212895
+0.883220 0.408956 0.215665
+0.894492 0.409365 0.218589
+0.905763 0.409774 0.221512
+0.917035 0.410183 0.224436
+0.925461 0.411227 0.227470
+0.930094 0.413116 0.230652
+0.934727 0.415005 0.233834
+0.939359 0.416895 0.237016
+0.943992 0.418784 0.240198
+0.144821 0.426857 0.310376
+0.157335 0.440471 0.320263
+0.169849 0.454084 0.330151
+0.182363 0.467698 0.340039
+0.194877 0.481311 0.349926
+0.212791 0.491047 0.354297
+0.234754 0.497874 0.354530
+0.256717 0.504702 0.354763
+0.278680 0.511529 0.354996
+0.305529 0.516035 0.352418
+0.361687 0.506613 0.332972
+0.417845 0.497191 0.313526
+0.474004 0.487768 0.294079
+0.530162 0.478346 0.274633
+0.582653 0.470635 0.260983
+0.633677 0.463609 0.249651
+0.684701 0.456583 0.238320
+0.735724 0.449557 0.226988
+0.778831 0.444371 0.219436
+0.802146 0.443786 0.221332
+0.825461 0.443201 0.223228
+0.848775 0.442617 0.225124
+0.872090 0.442032 0.227020
+0.884969 0.442278 0.229895
+0.896108 0.442662 0.232932
+0.907247 0.443046 0.235969
+0.918386 0.443430 0.239007
+0.926697 0.444540 0.242192
+0.931236 0.446616 0.245575
+0.935775 0.448693 0.248958
+0.940314 0.450769 0.252342
+0.944853 0.452846 0.255725
+0.154403 0.465206 0.334715
+0.166735 0.478443 0.344207
+0.179067 0.491680 0.353699
+0.191399 0.504917 0.363191
+0.203730 0.518155 0.372683
+0.220304 0.527963 0.377496
+0.240058 0.535201 0.378800
+0.259812 0.542438 0.380104
+0.279567 0.549676 0.381407
+0.303569 0.554925 0.380212
+0.353053 0.548250 0.364020
+0.402538 0.541574 0.347829
+0.452023 0.534898 0.331637
+0.501508 0.528223 0.315446
+0.557525 0.518696 0.298237
+0.616156 0.508029 0.280621
+0.674786 0.497361 0.263005
+0.733416 0.486694 0.245389
+0.781875 0.478831 0.233362
+0.804905 0.477976 0.235308
+0.827934 0.477122 0.237254
+0.850964 0.476268 0.239200
+0.873993 0.475413 0.241146
+0.886717 0.475599 0.244124
+0.897724 0.475959 0.247275
+0.908731 0.476318 0.250426
+0.919737 0.476677 0.253577
+0.927932 0.477853 0.256914
+0.932377 0.480117 0.260499
+0.936823 0.482380 0.264083
+0.941268 0.484644 0.267667
+0.945714 0.486908 0.271252
+0.163985 0.503555 0.359054
+0.176135 0.516415 0.368150
+0.188284 0.529276 0.377246
+0.200434 0.542137 0.386343
+0.212583 0.554998 0.395439
+0.227816 0.564879 0.400695
+0.245362 0.572527 0.403069
+0.262908 0.580174 0.405444
+0.280453 0.587822 0.407819
+0.301608 0.593816 0.408006
+0.344420 0.589887 0.395069
+0.387231 0.585957 0.382132
+0.430042 0.582028 0.369195
+0.472853 0.578099 0.356258
+0.532397 0.566756 0.335490
+0.598634 0.552448 0.311590
+0.664871 0.538140 0.287690
+0.731108 0.523832 0.263789
+0.784919 0.513290 0.247288
+0.807663 0.512166 0.249283
+0.830408 0.511043 0.251279
+0.853152 0.509919 0.253275
+0.875896 0.508795 0.255271
+0.888466 0.508921 0.258354
+0.899340 0.509256 0.261619
+0.910214 0.509590 0.264884
+0.921088 0.509924 0.268148
+0.929167 0.511166 0.271636
+0.933519 0.513617 0.275422
+0.937871 0.516068 0.279207
+0.942223 0.518518 0.282993
+0.946575 0.520969 0.286779
+0.173994 0.540712 0.383242
+0.185963 0.553107 0.391934
+0.197931 0.565501 0.400625
+0.209899 0.577895 0.409316
+0.221868 0.590289 0.418008
+0.235965 0.600088 0.423576
+0.251659 0.607940 0.426802
+0.267354 0.615792 0.430028
+0.283048 0.623645 0.433254
+0.301793 0.630136 0.434576
+0.338843 0.628462 0.424473
+0.375892 0.626788 0.414371
+0.412942 0.625115 0.404268
+0.449992 0.623441 0.394166
+0.510506 0.611470 0.371643
+0.580404 0.595380 0.344152
+0.650303 0.579290 0.316661
+0.720202 0.563200 0.289170
+0.777293 0.551130 0.269621
+0.802362 0.549107 0.269926
+0.827431 0.547084 0.270230
+0.852501 0.545061 0.270535
+0.877570 0.543039 0.270840
+0.890347 0.543001 0.273774
+0.901074 0.543294 0.277147
+0.911801 0.543587 0.280520
+0.922528 0.543880 0.283892
+0.930489 0.545165 0.287528
+0.934761 0.547771 0.291513
+0.939033 0.550378 0.295498
+0.943305 0.552984 0.299484
+0.947578 0.555591 0.303469
+0.185069 0.574893 0.407055
+0.196860 0.586595 0.415317
+0.208651 0.598297 0.423580
+0.220441 0.609998 0.431843
+0.232232 0.621700 0.440106
+0.245706 0.631026 0.445663
+0.260441 0.638569 0.449192
+0.275177 0.646113 0.452720
+0.289912 0.653657 0.456248
+0.307338 0.660031 0.458084
+0.340907 0.659385 0.449766
+0.374476 0.658738 0.441447
+0.408045 0.658092 0.433128
+0.441614 0.657446 0.424809
+0.496704 0.647816 0.405042
+0.560403 0.634593 0.380695
+0.624101 0.621370 0.356349
+0.687800 0.608148 0.332002
+0.742990 0.597418 0.312972
+0.776910 0.592923 0.307234
+0.810831 0.588428 0.301496
+0.844751 0.583932 0.295758
+0.878672 0.579437 0.290019
+0.892556 0.578975 0.292171
+0.903101 0.579186 0.295637
+0.913646 0.579397 0.299103
+0.924191 0.579608 0.302569
+0.932028 0.580878 0.306342
+0.936255 0.583561 0.310524
+0.940481 0.586244 0.314706
+0.944708 0.588928 0.318888
+0.948935 0.591611 0.323070
+0.196143 0.609074 0.430867
+0.207757 0.620083 0.438701
+0.219370 0.631093 0.446536
+0.230984 0.642102 0.454370
+0.242597 0.653111 0.462204
+0.255446 0.661964 0.467751
+0.269223 0.669199 0.471581
+0.283000 0.676434 0.475412
+0.296776 0.683670 0.479243
+0.312883 0.689926 0.481593
+0.342971 0.690307 0.475058
+0.373060 0.690688 0.468523
+0.403148 0.691069 0.461988
+0.433237 0.691450 0.455453
+0.482903 0.684162 0.438441
+0.540401 0.673807 0.417239
+0.597899 0.663451 0.396036
+0.655397 0.653095 0.374834
+0.708688 0.643707 0.356323
+0.751459 0.636739 0.344542
+0.794230 0.629771 0.332761
+0.837002 0.622803 0.320980
+0.879773 0.615835 0.309199
+0.894765 0.614950 0.310567
+0.905128 0.615078 0.314127
+0.915491 0.615207 0.317687
+0.925853 0.615335 0.321246
+0.933567 0.616591 0.325157
+0.937748 0.619351 0.329535
+0.941929 0.622111 0.333913
+0.946111 0.624871 0.338292
+0.950292 0.627631 0.342670
+0.207218 0.643255 0.454680
+0.218654 0.653572 0.462085
+0.230090 0.663889 0.469491
+0.241526 0.674205 0.476897
+0.252961 0.684522 0.484302
+0.265187 0.692902 0.489838
+0.278005 0.699829 0.493971
+0.290823 0.706756 0.498105
+0.303641 0.713682 0.502238
+0.318428 0.719821 0.505102
+0.345036 0.721230 0.500351
+0.371643 0.722638 0.495599
+0.398251 0.724047 0.490848
+0.424859 0.725455 0.486097
+0.469102 0.720509 0.471841
+0.520400 0.713020 0.453782
+0.571697 0.705531 0.435724
+0.622995 0.698042 0.417666
+0.674385 0.689996 0.399674
+0.726007 0.680555 0.381850
+0.777630 0.671115 0.364026
+0.829252 0.661674 0.346202
+0.880874 0.652234 0.328378
+0.896975 0.650924 0.328963
+0.907155 0.650970 0.332617
+0.917335 0.651017 0.336270
+0.927516 0.651063 0.339923
+0.935105 0.652305 0.343972
+0.939241 0.655141 0.348546
+0.943377 0.657978 0.353121
+0.947513 0.660815 0.357696
+0.951649 0.663651 0.362270
+0.218293 0.677436 0.478492
+0.229551 0.687060 0.485469
+0.240809 0.696685 0.492446
+0.252068 0.706309 0.499423
+0.263326 0.715933 0.506400
+0.274928 0.723840 0.511925
+0.286787 0.730458 0.516361
+0.298646 0.737077 0.520797
+0.310505 0.743695 0.525232
+0.323974 0.749716 0.528611
+0.347100 0.752152 0.525643
+0.370227 0.754588 0.522676
+0.393354 0.757024 0.519708
+0.416481 0.759460 0.516741
+0.455301 0.756855 0.505240
+0.500398 0.752233 0.490326
+0.545495 0.747611 0.475412
+0.590592 0.742990 0.460498
+0.640083 0.736285 0.443025
+0.700556 0.724371 0.419158
+0.761029 0.712458 0.395291
+0.821503 0.700545 0.371424
+0.881976 0.688632 0.347557
+0.899184 0.686899 0.347359
+0.909182 0.686863 0.351106
+0.919180 0.686826 0.354853
+0.929178 0.686790 0.358600
+0.936644 0.688018 0.362786
+0.940735 0.690931 0.367557
+0.944825 0.693845 0.372328
+0.948916 0.696758 0.377099
+0.953006 0.699671 0.381870
+0.229253 0.703503 0.499737
+0.240300 0.712345 0.506316
+0.251348 0.721187 0.512895
+0.262395 0.730030 0.519474
+0.273443 0.738872 0.526054
+0.284680 0.746186 0.531403
+0.296061 0.752355 0.535829
+0.307442 0.758524 0.540256
+0.318822 0.764693 0.544683
+0.331616 0.770373 0.548182
+0.352888 0.773119 0.546118
+0.374161 0.775866 0.544053
+0.395433 0.778613 0.541989
+0.416705 0.781359 0.539924
+0.452310 0.779911 0.530157
+0.493649 0.776785 0.517309
+0.534987 0.773659 0.504461
+0.576325 0.770532 0.491613
+0.622501 0.765382 0.475979
+0.680774 0.755170 0.453380
+0.739047 0.744958 0.430782
+0.797320 0.734746 0.408184
+0.855593 0.724534 0.385586
+0.878014 0.722300 0.382280
+0.894461 0.721394 0.382188
+0.910907 0.720489 0.382097
+0.927353 0.719584 0.382006
+0.938473 0.720275 0.384055
+0.942490 0.723094 0.388957
+0.946507 0.725913 0.393859
+0.950525 0.728733 0.398761
+0.954542 0.731552 0.403663
+0.240194 0.728217 0.520554
+0.251025 0.736262 0.526740
+0.261856 0.744308 0.532927
+0.272687 0.752353 0.539113
+0.283518 0.760399 0.545299
+0.294435 0.767101 0.550445
+0.305417 0.772797 0.554811
+0.316399 0.778493 0.559176
+0.327382 0.784188 0.563542
+0.339608 0.789490 0.567097
+0.359297 0.792428 0.565789
+0.378986 0.795366 0.564481
+0.398675 0.798303 0.563173
+0.418364 0.801241 0.561865
+0.451122 0.800752 0.553661
+0.489108 0.798893 0.542699
+0.527094 0.797034 0.531737
+0.565080 0.795174 0.520775
+0.607707 0.791613 0.507199
+0.661937 0.783799 0.487088
+0.716168 0.775984 0.466977
+0.770398 0.768169 0.446867
+0.824629 0.760355 0.426756
+0.852948 0.757605 0.419954
+0.876947 0.755700 0.415369
+0.900947 0.753794 0.410785
+0.924947 0.751889 0.406200
+0.940350 0.751956 0.405733
+0.944289 0.754652 0.410755
+0.948229 0.757349 0.415777
+0.952168 0.760046 0.420799
+0.956107 0.762743 0.425821
+0.251135 0.752931 0.541371
+0.261750 0.760180 0.547164
+0.272364 0.767428 0.552958
+0.282979 0.774677 0.558751
+0.293593 0.781925 0.564545
+0.304190 0.788016 0.569488
+0.314774 0.793239 0.573792
+0.325357 0.798461 0.578097
+0.335941 0.803684 0.582401
+0.347599 0.808607 0.586012
+0.365705 0.811736 0.585460
+0.383811 0.814865 0.584909
+0.401917 0.817994 0.584357
+0.420022 0.821123 0.583805
+0.449934 0.821594 0.577165
+0.484567 0.821001 0.568089
+0.519201 0.820409 0.559013
+0.553834 0.819816 0.549937
+0.592912 0.817845 0.538419
+0.643100 0.812427 0.520796
+0.693289 0.807010 0.503173
+0.743477 0.801592 0.485549
+0.793665 0.796175 0.467926
+0.827881 0.792910 0.457628
+0.859434 0.790005 0.448550
+0.890988 0.787099 0.439472
+0.922541 0.784194 0.430394
+0.942227 0.783636 0.427411
+0.946088 0.786211 0.432553
+0.949950 0.788785 0.437695
+0.953811 0.791359 0.442837
+0.957673 0.793934 0.447980
+0.262077 0.777646 0.562188
+0.272475 0.784097 0.567589
+0.282872 0.790549 0.572989
+0.293270 0.797000 0.578390
+0.303668 0.803452 0.583791
+0.313945 0.808931 0.588530
+0.324130 0.813680 0.592774
+0.334315 0.818430 0.597017
+0.344500 0.823179 0.601260
+0.355591 0.827724 0.604927
+0.372113 0.831044 0.605132
+0.388636 0.834365 0.605336
+0.405158 0.837685 0.605541
+0.421681 0.841005 0.605745
+0.448745 0.842435 0.600668
+0.480026 0.843109 0.593479
+0.511308 0.843784 0.586289
+0.542589 0.844458 0.579099
+0.578118 0.844076 0.569639
+0.624264 0.841056 0.554504
+0.670410 0.838036 0.539368
+0.716556 0.835015 0.524232
+0.762702 0.831995 0.509096
+0.802814 0.828215 0.495302
+0.841921 0.824310 0.481730
+0.881028 0.820404 0.468159
+0.920135 0.816498 0.454588
+0.944104 0.815317 0.449088
+0.947887 0.817769 0.454351
+0.951671 0.820221 0.459613
+0.955454 0.822673 0.464875
+0.959238 0.825124 0.470138
+0.272340 0.797674 0.581074
+0.282471 0.803412 0.586129
+0.292601 0.809150 0.591184
+0.302732 0.814887 0.596239
+0.312863 0.820625 0.601295
+0.322856 0.825572 0.605827
+0.332746 0.829926 0.609968
+0.342636 0.834279 0.614109
+0.352526 0.838633 0.618250
+0.363204 0.842850 0.621897
+0.378610 0.846256 0.622579
+0.394016 0.849661 0.623261
+0.409422 0.853066 0.623943
+0.424828 0.856471 0.624625
+0.449751 0.858563 0.620704
+0.478481 0.860128 0.614943
+0.507211 0.861694 0.609181
+0.535941 0.863260 0.603419
+0.568699 0.864027 0.595580
+0.611530 0.862797 0.582545
+0.654361 0.861567 0.569511
+0.697192 0.860337 0.556476
+0.740023 0.859107 0.543442
+0.782910 0.855610 0.528301
+0.825807 0.851736 0.512809
+0.868704 0.847862 0.497317
+0.911601 0.843987 0.481826
+0.938505 0.842723 0.474798
+0.944087 0.844939 0.479057
+0.949669 0.847155 0.483316
+0.955251 0.849371 0.487575
+0.960833 0.851587 0.491833
+0.281700 0.811454 0.597385
+0.291496 0.816589 0.602158
+0.301291 0.821724 0.606931
+0.311087 0.826859 0.611704
+0.320883 0.831994 0.616477
+0.330642 0.836515 0.620798
+0.340375 0.840576 0.624781
+0.350108 0.844636 0.628764
+0.359840 0.848697 0.632747
+0.370313 0.852656 0.636274
+0.385225 0.856004 0.637061
+0.400137 0.859353 0.637848
+0.415048 0.862702 0.638635
+0.429960 0.866050 0.639422
+0.453682 0.868405 0.636116
+0.480929 0.870362 0.631172
+0.508175 0.872319 0.626227
+0.535421 0.874276 0.621283
+0.566450 0.875603 0.614481
+0.606935 0.875354 0.603032
+0.647420 0.875106 0.591584
+0.687905 0.874858 0.580135
+0.728390 0.874609 0.568687
+0.769889 0.872459 0.555067
+0.811557 0.869991 0.541085
+0.853226 0.867523 0.527103
+0.894894 0.865055 0.513121
+0.922939 0.864429 0.505885
+0.932821 0.866258 0.507641
+0.942703 0.868088 0.509398
+0.952586 0.869917 0.511155
+0.962468 0.871746 0.512912
+0.291060 0.825234 0.613697
+0.300521 0.829766 0.618187
+0.309981 0.834298 0.622678
+0.319442 0.838830 0.627168
+0.328903 0.843363 0.631659
+0.338429 0.847458 0.635769
+0.348004 0.851226 0.639594
+0.357579 0.854994 0.643419
+0.367154 0.858761 0.647245
+0.377421 0.862461 0.650651
+0.391839 0.865753 0.651543
+0.406257 0.869045 0.652436
+0.420675 0.872337 0.653328
+0.435093 0.875629 0.654220
+0.457614 0.878247 0.651527
+0.483376 0.880595 0.647401
+0.509139 0.882943 0.643274
+0.534901 0.885292 0.639147
+0.564200 0.887178 0.633382
+0.602339 0.887912 0.623519
+0.640479 0.888645 0.613657
+0.678618 0.889378 0.603795
+0.716758 0.890112 0.593932
+0.756869 0.889307 0.581833
+0.797308 0.888246 0.569361
+0.837748 0.887185 0.556889
+0.878187 0.886123 0.544417
+0.907373 0.886135 0.536971
+0.921556 0.887578 0.536226
+0.935738 0.889020 0.535480
+0.949920 0.890463 0.534735
+0.964102 0.891905 0.533990
+0.300420 0.839014 0.630008
+0.309546 0.842944 0.634216
+0.318671 0.846873 0.638424
+0.327797 0.850802 0.642632
+0.336923 0.854731 0.646840
+0.346215 0.858401 0.650740
+0.355633 0.861876 0.654407
+0.365051 0.865351 0.658074
+0.374468 0.868826 0.661742
+0.384530 0.872267 0.665028
+0.398454 0.875502 0.666025
+0.412378 0.878737 0.667023
+0.426301 0.881973 0.668020
+0.440225 0.885208 0.669018
+0.461545 0.888089 0.666939
+0.485824 0.890828 0.663630
+0.510103 0.893568 0.660320
+0.534381 0.896307 0.657011
+0.561950 0.898754 0.652282
+0.597744 0.900469 0.644006
+0.633538 0.902184 0.635730
+0.669331 0.903899 0.627454
+0.705125 0.905614 0.619178
+0.743848 0.906155 0.608599
+0.783059 0.906501 0.597637
+0.822269 0.906846 0.586675
+0.861480 0.907191 0.575713
+0.891807 0.907841 0.568057
+0.910290 0.908897 0.564810
+0.928772 0.909953 0.561563
+0.947255 0.911008 0.558316
+0.965737 0.912064 0.555069
+0.309780 0.852795 0.646319
+0.318571 0.856121 0.650245
+0.327361 0.859447 0.654171
+0.336152 0.862773 0.658097
+0.344943 0.866100 0.662022
+0.354002 0.869344 0.665710
+0.363262 0.872526 0.669220
+0.372522 0.875708 0.672729
+0.381783 0.878890 0.676239
+0.391638 0.882072 0.679404
+0.405068 0.885251 0.680507
+0.418498 0.888429 0.681610
+0.431928 0.891608 0.682713
+0.445357 0.894787 0.683816
+0.465477 0.897931 0.682351
+0.488272 0.901062 0.679859
+0.511067 0.904192 0.677367
+0.533862 0.907323 0.674875
+0.559700 0.910330 0.671183
+0.593148 0.913026 0.664493
+0.626596 0.915723 0.657803
+0.660045 0.918420 0.651113
+0.693493 0.921116 0.644423
+0.730827 0.923003 0.635366
+0.768809 0.924755 0.625913
+0.806791 0.926507 0.616461
+0.844774 0.928260 0.607008
+0.876242 0.929547 0.599143
+0.899024 0.930216 0.593394
+0.921807 0.930885 0.587645
+0.944589 0.931554 0.581896
+0.967372 0.932223 0.576147
+0.086463 0.080846 0.079932
+0.115811 0.080876 0.083806
+0.145159 0.080907 0.087681
+0.174507 0.080937 0.091555
+0.203855 0.080967 0.095429
+0.241848 0.083392 0.095841
+0.286327 0.087613 0.093657
+0.330805 0.091834 0.091472
+0.375283 0.096055 0.089288
+0.420075 0.100489 0.087201
+0.466752 0.106201 0.085694
+0.513429 0.111912 0.084187
+0.560106 0.117624 0.082681
+0.606783 0.123336 0.081174
+0.645286 0.128656 0.081740
+0.680520 0.133820 0.083134
+0.715754 0.138983 0.084529
+0.750988 0.144147 0.085923
+0.782192 0.148917 0.087762
+0.803322 0.152702 0.090711
+0.824452 0.156488 0.093661
+0.845582 0.160273 0.096610
+0.866712 0.164058 0.099559
+0.878836 0.166739 0.102879
+0.889459 0.169237 0.106260
+0.900082 0.171734 0.109642
+0.910705 0.174232 0.113023
+0.919530 0.176493 0.116431
+0.925959 0.178439 0.119875
+0.932387 0.180385 0.123319
+0.938816 0.182331 0.126762
+0.945244 0.184277 0.130206
+0.087782 0.086090 0.085704
+0.113618 0.088757 0.091454
+0.139453 0.091423 0.097203
+0.165288 0.094090 0.102953
+0.191123 0.096757 0.108702
+0.227525 0.099825 0.109933
+0.271852 0.103195 0.107776
+0.316179 0.106565 0.105618
+0.360506 0.109935 0.103460
+0.405282 0.113568 0.101311
+0.452750 0.118781 0.099219
+0.500218 0.123994 0.097126
+0.547685 0.129207 0.095034
+0.595153 0.134419 0.092941
+0.634708 0.139381 0.093009
+0.671099 0.144241 0.093941
+0.707489 0.149102 0.094873
+0.743879 0.153962 0.095806
+0.776169 0.158450 0.097225
+0.798207 0.162008 0.099861
+0.820245 0.165565 0.102497
+0.842284 0.169123 0.105134
+0.864322 0.172680 0.107770
+0.876925 0.175145 0.110845
+0.887955 0.177427 0.113992
+0.898985 0.179709 0.117140
+0.910015 0.181991 0.120288
+0.919064 0.184021 0.123441
+0.925472 0.185715 0.126602
+0.931880 0.187409 0.129763
+0.938288 0.189104 0.132924
+0.944696 0.190798 0.136085
+0.089102 0.091334 0.091476
+0.111425 0.096637 0.099101
+0.133747 0.101940 0.106726
+0.156069 0.107243 0.114351
+0.178391 0.112547 0.121976
+0.213201 0.116259 0.124026
+0.257377 0.118777 0.121895
+0.301554 0.121296 0.119763
+0.345730 0.123815 0.117632
+0.390489 0.126647 0.115422
+0.438748 0.131361 0.112744
+0.487006 0.136075 0.110065
+0.535265 0.140789 0.107386
+0.583523 0.145503 0.104708
+0.624131 0.150105 0.104278
+0.661677 0.154662 0.104748
+0.699224 0.159220 0.105218
+0.736771 0.163777 0.105688
+0.770146 0.167984 0.106687
+0.793092 0.171313 0.109011
+0.816039 0.174643 0.111334
+0.838985 0.177973 0.113658
+0.861931 0.181303 0.115981
+0.875013 0.183550 0.118811
+0.886450 0.185617 0.121725
+0.897888 0.187683 0.124638
+0.909325 0.189750 0.127552
+0.918598 0.191549 0.130451
+0.924986 0.192992 0.133329
+0.931373 0.194434 0.136207
+0.937761 0.195876 0.139086
+0.944148 0.197319 0.141964
+0.090422 0.096578 0.097249
+0.109231 0.104517 0.106749
+0.128041 0.112457 0.116249
+0.146850 0.120397 0.125749
+0.165659 0.128336 0.135249
+0.198878 0.132692 0.138118
+0.242903 0.134360 0.136013
+0.286928 0.136027 0.133909
+0.330953 0.137695 0.131804
+0.375696 0.139727 0.129533
+0.424745 0.143942 0.126269
+0.473795 0.148157 0.123004
+0.522844 0.152372 0.119739
+0.571894 0.156587 0.116475
+0.613553 0.160830 0.115547
+0.652256 0.165084 0.115555
+0.690959 0.169338 0.115562
+0.729662 0.173592 0.115570
+0.764123 0.177517 0.116150
+0.787977 0.180619 0.118161
+0.811832 0.183721 0.120171
+0.835686 0.186823 0.122182
+0.859541 0.189925 0.124192
+0.873101 0.191955 0.126777
+0.884946 0.193806 0.129457
+0.896790 0.195658 0.132137
+0.908635 0.197510 0.134817
+0.918132 0.199078 0.137461
+0.924499 0.200268 0.140056
+0.930866 0.201459 0.142652
+0.937233 0.202649 0.145247
+0.943600 0.203840 0.147843
+0.091742 0.101821 0.103021
+0.107038 0.112398 0.114396
+0.122335 0.122974 0.125772
+0.137631 0.133550 0.137147
+0.152928 0.144126 0.148523
+0.184554 0.149125 0.152211
+0.228428 0.149942 0.150132
+0.272302 0.150758 0.148054
+0.316176 0.151575 0.145976
+0.360903 0.152806 0.143644
+0.410743 0.156522 0.139793
+0.460583 0.160238 0.135943
+0.510424 0.163954 0.132092
+0.560264 0.167671 0.128241
+0.602975 0.171554 0.126816
+0.642835 0.175505 0.126362
+0.682694 0.179456 0.125907
+0.722553 0.183407 0.125452
+0.758100 0.187050 0.125613
+0.782862 0.189924 0.127310
+0.807625 0.192798 0.129008
+0.832388 0.195673 0.130706
+0.857150 0.198547 0.132403
+0.871189 0.200360 0.134743
+0.883441 0.201996 0.137189
+0.895693 0.203633 0.139635
+0.907945 0.205269 0.142082
+0.917666 0.206606 0.144471
+0.924013 0.207545 0.146783
+0.930359 0.208483 0.149096
+0.936706 0.209422 0.151409
+0.943053 0.210361 0.153721
+0.093513 0.115532 0.113822
+0.107396 0.127529 0.126027
+0.121279 0.139525 0.138233
+0.135162 0.151522 0.150438
+0.149046 0.163519 0.162643
+0.179715 0.169058 0.166484
+0.222975 0.169754 0.164053
+0.266235 0.170449 0.161622
+0.309495 0.171145 0.159190
+0.353731 0.172184 0.156499
+0.403830 0.175278 0.152245
+0.453929 0.178372 0.147992
+0.504028 0.181466 0.143739
+0.554127 0.184560 0.139485
+0.597345 0.187946 0.137712
+0.637810 0.191450 0.136930
+0.678276 0.194953 0.136149
+0.718741 0.198457 0.135367
+0.754872 0.201687 0.135229
+0.780165 0.204236 0.136699
+0.805458 0.206785 0.138169
+0.830752 0.209333 0.139639
+0.856045 0.211882 0.141109
+0.870361 0.213432 0.143271
+0.882848 0.214815 0.145548
+0.895334 0.216197 0.147825
+0.907821 0.217580 0.150102
+0.917645 0.218697 0.152318
+0.923919 0.219458 0.154452
+0.930193 0.220219 0.156585
+0.936467 0.220981 0.158719
+0.942742 0.221742 0.160852
+0.095623 0.135593 0.128396
+0.109667 0.148098 0.140646
+0.123712 0.160604 0.152897
+0.137757 0.173109 0.165147
+0.151801 0.185614 0.177398
+0.181990 0.191615 0.180894
+0.224288 0.192738 0.177825
+0.266586 0.193860 0.174756
+0.308884 0.194983 0.171687
+0.352276 0.196285 0.168410
+0.402234 0.198665 0.163892
+0.452192 0.201044 0.159374
+0.502151 0.203424 0.154855
+0.552109 0.205804 0.150337
+0.595425 0.208589 0.148327
+0.636083 0.211537 0.147320
+0.676742 0.214485 0.146313
+0.717401 0.217433 0.145306
+0.753740 0.220153 0.144960
+0.779281 0.222302 0.146267
+0.804823 0.224452 0.147573
+0.830364 0.226602 0.148880
+0.855905 0.228752 0.150187
+0.870346 0.230003 0.152221
+0.882938 0.231104 0.154378
+0.895529 0.232205 0.156534
+0.908120 0.233306 0.158690
+0.917956 0.234209 0.160793
+0.924119 0.234849 0.162826
+0.930282 0.235489 0.164858
+0.936445 0.236129 0.166890
+0.942608 0.236769 0.168923
+0.097732 0.155654 0.142969
+0.111938 0.168668 0.155265
+0.126145 0.181682 0.167561
+0.140351 0.194695 0.179857
+0.154557 0.207709 0.192153
+0.184265 0.214172 0.195304
+0.225601 0.215721 0.191597
+0.266937 0.217271 0.187890
+0.308273 0.218821 0.184183
+0.350820 0.220387 0.180322
+0.400638 0.222052 0.175539
+0.450456 0.223717 0.170755
+0.500273 0.225382 0.165972
+0.550091 0.227047 0.161188
+0.593505 0.229232 0.158941
+0.634356 0.231624 0.157709
+0.675208 0.234016 0.156477
+0.716060 0.236409 0.155245
+0.752608 0.238618 0.154691
+0.778397 0.240369 0.155834
+0.804187 0.242120 0.156978
+0.829976 0.243871 0.158121
+0.855765 0.245622 0.159264
+0.870331 0.246574 0.161172
+0.883027 0.247393 0.163207
+0.895723 0.248212 0.165242
+0.908420 0.249031 0.167278
+0.918268 0.249721 0.169268
+0.924320 0.250240 0.171200
+0.930371 0.250759 0.173131
+0.936423 0.251278 0.175062
+0.942475 0.251796 0.176993
+0.099842 0.175715 0.157543
+0.114210 0.189237 0.169884
+0.128577 0.202760 0.182225
+0.142945 0.216282 0.194567
+0.157312 0.229804 0.206908
+0.186540 0.236729 0.209714
+0.226914 0.238705 0.205370
+0.267288 0.240682 0.201025
+0.307662 0.242659 0.196680
+0.349365 0.244489 0.192234
+0.399042 0.245439 0.187186
+0.448719 0.246390 0.182137
+0.498396 0.247340 0.177088
+0.548073 0.248290 0.172040
+0.591584 0.249874 0.169556
+0.632630 0.251711 0.168099
+0.673675 0.253548 0.166641
+0.714720 0.255385 0.165184
+0.751477 0.257083 0.164422
+0.777514 0.258435 0.165402
+0.803551 0.259788 0.166382
+0.829587 0.261140 0.167361
+0.855624 0.262492 0.168341
+0.870316 0.263146 0.170122
+0.883117 0.263682 0.172036
+0.895918 0.264219 0.173951
+0.908719 0.264756 0.175865
+0.918580 0.265234 0.177744
+0.924520 0.265631 0.179574
+0.930460 0.266029 0.181403
+0.936401 0.266426 0.183233
+0.942341 0.266823 0.185063
+0.102524 0.197851 0.173272
+0.116999 0.211827 0.185618
+0.131475 0.225802 0.197963
+0.145950 0.239778 0.210309
+0.160425 0.253754 0.222654
+0.188951 0.261198 0.225278
+0.228015 0.263744 0.220610
+0.267078 0.266290 0.215943
+0.306142 0.268835 0.211276
+0.346772 0.271010 0.206436
+0.396801 0.270955 0.200564
+0.446831 0.270900 0.194692
+0.496860 0.270845 0.188820
+0.546889 0.270790 0.182948
+0.590578 0.271690 0.180090
+0.631731 0.272972 0.178436
+0.672884 0.274253 0.176783
+0.714037 0.275535 0.175130
+0.750921 0.276725 0.174190
+0.777134 0.277689 0.175032
+0.803347 0.278653 0.175875
+0.829560 0.279617 0.176717
+0.855773 0.280580 0.177559
+0.870547 0.280963 0.179243
+0.883413 0.281250 0.181067
+0.896280 0.281536 0.182891
+0.909147 0.281822 0.184715
+0.918993 0.282125 0.186516
+0.924811 0.282449 0.188286
+0.930630 0.282774 0.190055
+0.936448 0.283099 0.191825
+0.942266 0.283423 0.193595
+0.108637 0.232434 0.195939
+0.122899 0.246534 0.208041
+0.137162 0.260633 0.220143
+0.151424 0.274733 0.232244
+0.165686 0.288833 0.244346
+0.192177 0.297143 0.247762
+0.227841 0.301111 0.244664
+0.263504 0.305078 0.241566
+0.299168 0.309046 0.238467
+0.337356 0.312046 0.234377
+0.390695 0.309242 0.224332
+0.444034 0.306437 0.214287
+0.497372 0.303632 0.204242
+0.550711 0.300828 0.194198
+0.595056 0.300546 0.190134
+0.635804 0.301273 0.188463
+0.676551 0.301999 0.186792
+0.717298 0.302726 0.185122
+0.753821 0.303428 0.184174
+0.779779 0.304065 0.185036
+0.805738 0.304703 0.185898
+0.831697 0.305340 0.186761
+0.857656 0.305978 0.187623
+0.872250 0.306260 0.189388
+0.884950 0.306484 0.191305
+0.897649 0.306707 0.193221
+0.910349 0.306930 0.195137
+0.920019 0.307290 0.197071
+0.925649 0.307832 0.199026
+0.931278 0.308375 0.200981
+0.936908 0.308917 0.202936
+0.942538 0.309459 0.204892
+0.114751 0.267017 0.218606
+0.128800 0.281241 0.230464
+0.142849 0.295465 0.242322
+0.156898 0.309689 0.254180
+0.170946 0.323913 0.266038
+0.195404 0.333088 0.270246
+0.227667 0.338478 0.268717
+0.259931 0.343867 0.267188
+0.292194 0.349257 0.265659
+0.327941 0.353083 0.262318
+0.384589 0.347529 0.248100
+0.441237 0.341974 0.233882
+0.497885 0.336420 0.219665
+0.554533 0.330865 0.205447
+0.599534 0.329401 0.200179
+0.639876 0.329574 0.198490
+0.680218 0.329746 0.196802
+0.720560 0.329918 0.195113
+0.756720 0.330130 0.194159
+0.782425 0.330441 0.195041
+0.808129 0.330753 0.195922
+0.833834 0.331064 0.196804
+0.859538 0.331376 0.197686
+0.873953 0.331557 0.199534
+0.886486 0.331718 0.201542
+0.899018 0.331878 0.203551
+0.911551 0.332038 0.205560
+0.921045 0.332455 0.207625
+0.926486 0.333215 0.209766
+0.931927 0.333975 0.211907
+0.937369 0.334735 0.214048
+0.942810 0.335495 0.216189
+0.120865 0.301599 0.241273
+0.134700 0.315948 0.252887
+0.148536 0.330296 0.264501
+0.162371 0.344644 0.276115
+0.176207 0.358992 0.287729
+0.198630 0.369033 0.292730
+0.227493 0.375845 0.292770
+0.256357 0.382656 0.292811
+0.285220 0.389467 0.292851
+0.318526 0.394120 0.290258
+0.378483 0.385815 0.271868
+0.438440 0.377511 0.253477
+0.498397 0.369207 0.235087
+0.558354 0.360903 0.216697
+0.604011 0.358257 0.210223
+0.643948 0.357875 0.208517
+0.683885 0.357492 0.206811
+0.723822 0.357110 0.205105
+0.759620 0.356832 0.204143
+0.785070 0.356817 0.205045
+0.810521 0.356803 0.205946
+0.835971 0.356788 0.206848
+0.861421 0.356773 0.207749
+0.875656 0.356854 0.209679
+0.888022 0.356952 0.211780
+0.900387 0.357049 0.213881
+0.912753 0.357146 0.215982
+0.922070 0.357620 0.218180
+0.927323 0.358598 0.220506
+0.932576 0.359576 0.222833
+0.937829 0.360553 0.225159
+0.943082 0.361531 0.227486
+0.126978 0.336182 0.263940
+0.140601 0.350655 0.275310
+0.154223 0.365127 0.286680
+0.167845 0.379599 0.298051
+0.181468 0.394071 0.309421
+0.201856 0.404978 0.315214
+0.227320 0.413212 0.316823
+0.252783 0.421445 0.318433
+0.278246 0.429678 0.320043
+0.309110 0.435156 0.318199
+0.372377 0.424102 0.295636
+0.435643 0.413048 0.273073
+0.498909 0.401994 0.250509
+0.562176 0.390941 0.227946
+0.608489 0.387113 0.220268
+0.648021 0.386176 0.218544
+0.687552 0.385238 0.216820
+0.727084 0.384301 0.215096
+0.762520 0.383534 0.214128
+0.787716 0.383194 0.215049
+0.812912 0.382853 0.215970
+0.838108 0.382512 0.216891
+0.863304 0.382171 0.217812
+0.877359 0.382151 0.219824
+0.889558 0.382185 0.222018
+0.901756 0.382220 0.224211
+0.913955 0.382254 0.226405
+0.923096 0.382785 0.228735
+0.928161 0.383981 0.231247
+0.933225 0.385176 0.233759
+0.938290 0.386371 0.236271
+0.943354 0.387567 0.238783
+0.135347 0.373624 0.288379
+0.148768 0.387875 0.299385
+0.162189 0.402126 0.310391
+0.175610 0.416377 0.321397
+0.189031 0.430628 0.332403
+0.208087 0.441750 0.338555
+0.231369 0.450526 0.341067
+0.254651 0.459302 0.343578
+0.277933 0.468077 0.346090
+0.306410 0.474167 0.345182
+0.366058 0.464143 0.323757
+0.425706 0.454119 0.302333
+0.485354 0.444094 0.280908
+0.545001 0.434070 0.259483
+0.593733 0.428728 0.249068
+0.638098 0.425258 0.243057
+0.682463 0.421789 0.237046
+0.726829 0.418319 0.231035
+0.765634 0.415659 0.227017
+0.790540 0.415023 0.227979
+0.815445 0.414386 0.228941
+0.840351 0.413749 0.229904
+0.865256 0.413113 0.230866
+0.879140 0.413020 0.232978
+0.891186 0.413019 0.235281
+0.903232 0.413017 0.237584
+0.915278 0.413015 0.239887
+0.924277 0.413617 0.242372
+0.929213 0.415025 0.245098
+0.934149 0.416432 0.247825
+0.939085 0.417839 0.250552
+0.944020 0.419247 0.253279
+0.144618 0.412209 0.313528
+0.157843 0.426101 0.324121
+0.171067 0.439992 0.334715
+0.184292 0.453884 0.345308
+0.197517 0.467775 0.355901
+0.215520 0.478852 0.362239
+0.237108 0.487819 0.365386
+0.258695 0.496785 0.368533
+0.280283 0.505752 0.371679
+0.306395 0.512368 0.371782
+0.359653 0.504885 0.353620
+0.412912 0.497402 0.335459
+0.466170 0.489919 0.317297
+0.519429 0.482436 0.299135
+0.571284 0.475446 0.285371
+0.622578 0.468654 0.273365
+0.673872 0.461861 0.261359
+0.725166 0.455068 0.249354
+0.768834 0.449953 0.241067
+0.793435 0.449033 0.242079
+0.818036 0.448113 0.243092
+0.842636 0.447192 0.244104
+0.867237 0.446272 0.245116
+0.880951 0.446118 0.247334
+0.892851 0.446091 0.249754
+0.904750 0.446065 0.252174
+0.916649 0.446038 0.254593
+0.925520 0.446716 0.257241
+0.930351 0.448333 0.260195
+0.935182 0.449950 0.263148
+0.940013 0.451567 0.266101
+0.944844 0.453184 0.269055
+0.153889 0.450794 0.338676
+0.166917 0.464326 0.348857
+0.179946 0.477858 0.359038
+0.192974 0.491390 0.369219
+0.206002 0.504922 0.379400
+0.222953 0.515954 0.385924
+0.242847 0.525112 0.389705
+0.262740 0.534269 0.393487
+0.282634 0.543426 0.397269
+0.306381 0.550570 0.398382
+0.353249 0.545628 0.383483
+0.400118 0.540686 0.368585
+0.446987 0.535744 0.353686
+0.493856 0.530803 0.338787
+0.548835 0.522165 0.321673
+0.607058 0.512049 0.303673
+0.665281 0.501933 0.285672
+0.723504 0.491816 0.267672
+0.772034 0.484247 0.255118
+0.796330 0.483043 0.256180
+0.820626 0.481839 0.257242
+0.844922 0.480636 0.258304
+0.869218 0.479432 0.259366
+0.882762 0.479216 0.261691
+0.894515 0.479164 0.264227
+0.906268 0.479112 0.266763
+0.918021 0.479061 0.269299
+0.926763 0.479814 0.272111
+0.931489 0.481641 0.275291
+0.936215 0.483468 0.278471
+0.940941 0.485294 0.281651
+0.945668 0.487121 0.284831
+0.163160 0.489380 0.363824
+0.175992 0.502552 0.373593
+0.188824 0.515724 0.383361
+0.201656 0.528897 0.393129
+0.214487 0.542069 0.402898
+0.230386 0.553057 0.409608
+0.248586 0.562405 0.414025
+0.266785 0.571753 0.418442
+0.284984 0.581101 0.422858
+0.306366 0.588771 0.424982
+0.346845 0.586370 0.413346
+0.387324 0.583970 0.401711
+0.427804 0.581569 0.390075
+0.468283 0.579169 0.378440
+0.526386 0.568884 0.357976
+0.591538 0.555444 0.333981
+0.656690 0.542005 0.309985
+0.721842 0.528565 0.285990
+0.775234 0.518540 0.269168
+0.799225 0.517053 0.270280
+0.823216 0.515566 0.271392
+0.847207 0.514079 0.272504
+0.871198 0.512591 0.273615
+0.884574 0.512313 0.276048
+0.896180 0.512237 0.278700
+0.907786 0.512160 0.281353
+0.919393 0.512084 0.284005
+0.928005 0.512913 0.286981
+0.932627 0.514949 0.290387
+0.937248 0.516986 0.293794
+0.941870 0.519022 0.297200
+0.946491 0.521058 0.300607
+0.172914 0.526923 0.388779
+0.185554 0.539644 0.398122
+0.198193 0.552364 0.407464
+0.210832 0.565084 0.416807
+0.223471 0.577804 0.426149
+0.238468 0.588608 0.432948
+0.255233 0.597975 0.437838
+0.271998 0.607341 0.442728
+0.288763 0.616708 0.447618
+0.308131 0.624688 0.450549
+0.343117 0.624350 0.441731
+0.378102 0.624012 0.432912
+0.413088 0.623673 0.424094
+0.448074 0.623335 0.415276
+0.506864 0.612512 0.393238
+0.575175 0.597494 0.365912
+0.643487 0.582477 0.338586
+0.711798 0.567459 0.311260
+0.768084 0.556058 0.291579
+0.794304 0.553695 0.291010
+0.820524 0.551332 0.290442
+0.846744 0.548970 0.289873
+0.872964 0.546607 0.289304
+0.886521 0.546171 0.291593
+0.897966 0.546056 0.294359
+0.909411 0.545940 0.297125
+0.920857 0.545825 0.299891
+0.929338 0.546708 0.303026
+0.933868 0.548923 0.306655
+0.938397 0.551139 0.310285
+0.942927 0.553354 0.313914
+0.947457 0.555569 0.317543
+0.183877 0.561864 0.413252
+0.196333 0.573900 0.422135
+0.208789 0.585936 0.431018
+0.221245 0.597973 0.439901
+0.233701 0.610009 0.448784
+0.248171 0.620284 0.455424
+0.264152 0.629238 0.460384
+0.280132 0.638192 0.465343
+0.296113 0.647146 0.470302
+0.314344 0.654896 0.473536
+0.346076 0.655422 0.466420
+0.377809 0.655948 0.459304
+0.409542 0.656474 0.452187
+0.441275 0.657000 0.445071
+0.494660 0.648414 0.425898
+0.556706 0.636182 0.401902
+0.618753 0.623950 0.377906
+0.680799 0.611718 0.353910
+0.735056 0.601633 0.334891
+0.769841 0.596916 0.328316
+0.804625 0.592199 0.321741
+0.839409 0.587482 0.315165
+0.874194 0.582765 0.308590
+0.888805 0.581929 0.310111
+0.900054 0.581739 0.312982
+0.911303 0.581550 0.315852
+0.922552 0.581361 0.318723
+0.930896 0.582246 0.322010
+0.935366 0.584563 0.325852
+0.939836 0.586880 0.329695
+0.944306 0.589197 0.333537
+0.948776 0.591515 0.337380
+0.194840 0.596804 0.437724
+0.207112 0.608156 0.446148
+0.219385 0.619509 0.454571
+0.231658 0.630861 0.462995
+0.243931 0.642213 0.471418
+0.257874 0.651959 0.477901
+0.273071 0.660501 0.482930
+0.288267 0.669042 0.487958
+0.303463 0.677584 0.492986
+0.320556 0.685104 0.496522
+0.349036 0.686494 0.491109
+0.377516 0.687885 0.485695
+0.405996 0.689275 0.480281
+0.434475 0.690666 0.474867
+0.482456 0.684316 0.458558
+0.538237 0.674869 0.437892
+0.594019 0.665423 0.417226
+0.649800 0.655976 0.396559
+0.702029 0.647208 0.378203
+0.745378 0.640137 0.365621
+0.788726 0.633065 0.353040
+0.832075 0.625994 0.340458
+0.875423 0.618922 0.327876
+0.891090 0.617686 0.328629
+0.902142 0.617423 0.331605
+0.913195 0.617160 0.334580
+0.924247 0.616897 0.337555
+0.932454 0.617783 0.340994
+0.936864 0.620202 0.345050
+0.941275 0.622622 0.349105
+0.945686 0.625041 0.353161
+0.950096 0.627460 0.357217
+0.205802 0.631745 0.462197
+0.217892 0.642413 0.470161
+0.229982 0.653081 0.478125
+0.242071 0.663749 0.486089
+0.254161 0.674417 0.494052
+0.267578 0.683635 0.500378
+0.281989 0.691764 0.505476
+0.296401 0.699893 0.510573
+0.310813 0.708022 0.515670
+0.326769 0.715312 0.519509
+0.351996 0.717567 0.515797
+0.377223 0.719821 0.512086
+0.402449 0.722076 0.508374
+0.427676 0.724331 0.504662
+0.470252 0.720218 0.491218
+0.519769 0.713557 0.473882
+0.569285 0.706896 0.456545
+0.618801 0.700235 0.439209
+0.669002 0.692784 0.421515
+0.720915 0.683358 0.402927
+0.772827 0.673932 0.384339
+0.824740 0.664505 0.365751
+0.876653 0.655079 0.347163
+0.893374 0.653444 0.347147
+0.904230 0.653107 0.350227
+0.915087 0.652770 0.353308
+0.925943 0.652432 0.356388
+0.934011 0.653320 0.359978
+0.938362 0.655842 0.364247
+0.942714 0.658363 0.368516
+0.947065 0.660884 0.372785
+0.951416 0.663406 0.377054
+0.216765 0.666685 0.486669
+0.228671 0.676669 0.494173
+0.240578 0.686654 0.501678
+0.252484 0.696638 0.509182
+0.264391 0.706622 0.516687
+0.277281 0.715310 0.522855
+0.290908 0.723027 0.528022
+0.304535 0.730743 0.533188
+0.318162 0.738460 0.538354
+0.332982 0.745520 0.542496
+0.354956 0.748639 0.540486
+0.376929 0.751758 0.538477
+0.398903 0.754877 0.536467
+0.420877 0.757997 0.534458
+0.458048 0.756120 0.523879
+0.501300 0.752244 0.509872
+0.544551 0.748369 0.495865
+0.587802 0.744493 0.481858
+0.635975 0.738359 0.464826
+0.696452 0.726579 0.440232
+0.756929 0.714798 0.415638
+0.817405 0.703017 0.391043
+0.877882 0.691237 0.366449
+0.895659 0.689201 0.365665
+0.906319 0.688790 0.368850
+0.916978 0.688379 0.372035
+0.927638 0.687968 0.375220
+0.935569 0.688858 0.378961
+0.939861 0.691481 0.383444
+0.944152 0.694104 0.387926
+0.948444 0.696728 0.392408
+0.952736 0.699351 0.396890
+0.227826 0.693704 0.508382
+0.239514 0.702907 0.515455
+0.251202 0.712110 0.522528
+0.262889 0.721314 0.529601
+0.274577 0.730517 0.536675
+0.287114 0.738563 0.542582
+0.300287 0.745740 0.547614
+0.313461 0.752917 0.552646
+0.326634 0.760095 0.557679
+0.340823 0.766721 0.561821
+0.361103 0.770041 0.560623
+0.381382 0.773361 0.559426
+0.401662 0.776680 0.558228
+0.421941 0.780000 0.557031
+0.456001 0.779184 0.548171
+0.495573 0.776713 0.536247
+0.535145 0.774241 0.524323
+0.574717 0.771770 0.512399
+0.619554 0.767133 0.497287
+0.677553 0.757080 0.474205
+0.735553 0.747027 0.451124
+0.793552 0.736975 0.428042
+0.851551 0.726922 0.404960
+0.874510 0.724417 0.401042
+0.891628 0.723169 0.400319
+0.908746 0.721922 0.399595
+0.925865 0.720674 0.398871
+0.937452 0.721056 0.400441
+0.941663 0.723611 0.405069
+0.945875 0.726165 0.409696
+0.950087 0.728720 0.414324
+0.954298 0.731275 0.418952
+0.238905 0.719401 0.529635
+0.250367 0.727808 0.536281
+0.261830 0.736214 0.542928
+0.273293 0.744621 0.549574
+0.284755 0.753027 0.556221
+0.296968 0.760411 0.561849
+0.309743 0.767028 0.566714
+0.322518 0.773645 0.571578
+0.335294 0.780262 0.576443
+0.348936 0.786421 0.580536
+0.367781 0.789831 0.580002
+0.386626 0.793241 0.579468
+0.405471 0.796651 0.578934
+0.424317 0.800061 0.578400
+0.455646 0.800108 0.571069
+0.491970 0.798811 0.561020
+0.528294 0.797514 0.550971
+0.564618 0.796217 0.540922
+0.605901 0.793106 0.527939
+0.659582 0.785462 0.507623
+0.713264 0.777817 0.487308
+0.766945 0.770173 0.466992
+0.820627 0.762529 0.446676
+0.849455 0.759541 0.439229
+0.874141 0.757330 0.433928
+0.898827 0.755119 0.428626
+0.923513 0.752908 0.423325
+0.939388 0.752698 0.422336
+0.943516 0.755155 0.427098
+0.947645 0.757613 0.431860
+0.951773 0.760070 0.436622
+0.955901 0.762528 0.441384
+0.249983 0.745099 0.550887
+0.261221 0.752709 0.557107
+0.272458 0.760319 0.563327
+0.283696 0.767928 0.569548
+0.294934 0.775538 0.575768
+0.306822 0.782260 0.581117
+0.319199 0.788317 0.585814
+0.331576 0.794373 0.590510
+0.343953 0.800430 0.595207
+0.357048 0.806122 0.599251
+0.374459 0.809621 0.599380
+0.391870 0.813121 0.599510
+0.409281 0.816621 0.599639
+0.426692 0.820121 0.599769
+0.455292 0.821033 0.593967
+0.488367 0.820910 0.585793
+0.521443 0.820787 0.577619
+0.554519 0.820663 0.569445
+0.592248 0.819080 0.558592
+0.641612 0.813844 0.541042
+0.690975 0.808608 0.523491
+0.740339 0.803372 0.505941
+0.789703 0.798135 0.488391
+0.824400 0.794666 0.477416
+0.856654 0.791492 0.467537
+0.888908 0.788317 0.457658
+0.921161 0.785142 0.447779
+0.941325 0.784340 0.444232
+0.945370 0.786700 0.449128
+0.949414 0.789060 0.454024
+0.953459 0.791420 0.458920
+0.957504 0.793781 0.463816
+0.261061 0.770797 0.572140
+0.272074 0.777610 0.577934
+0.283087 0.784423 0.583727
+0.294100 0.791235 0.589521
+0.305112 0.798048 0.595314
+0.316677 0.804109 0.600385
+0.328655 0.809605 0.604914
+0.340633 0.815102 0.609442
+0.352612 0.820598 0.613971
+0.365161 0.825822 0.617966
+0.381138 0.829412 0.618759
+0.397114 0.833001 0.619552
+0.413091 0.836591 0.620345
+0.429067 0.840181 0.621138
+0.454937 0.841957 0.616865
+0.484765 0.843008 0.610566
+0.514592 0.844059 0.604267
+0.544419 0.845110 0.597968
+0.578595 0.845053 0.589244
+0.623641 0.842225 0.574460
+0.668686 0.839398 0.559675
+0.713732 0.836570 0.544891
+0.758778 0.833742 0.530107
+0.799346 0.829791 0.515603
+0.839167 0.825653 0.501146
+0.878988 0.821515 0.486689
+0.918809 0.817377 0.472233
+0.943262 0.815982 0.466127
+0.947223 0.818245 0.471158
+0.951184 0.820508 0.476188
+0.955145 0.822771 0.481218
+0.959106 0.825034 0.486248
+0.271558 0.791756 0.591350
+0.282290 0.797842 0.596763
+0.293022 0.803927 0.602176
+0.303754 0.810013 0.607589
+0.314487 0.816099 0.613002
+0.325738 0.821569 0.617807
+0.337377 0.826577 0.622157
+0.349017 0.831586 0.626506
+0.360657 0.836595 0.630856
+0.372772 0.841402 0.634756
+0.387739 0.845005 0.635958
+0.402706 0.848607 0.637161
+0.417673 0.852210 0.638364
+0.432639 0.855812 0.639567
+0.456487 0.858174 0.636404
+0.483886 0.860039 0.631495
+0.511285 0.861905 0.626587
+0.538684 0.863770 0.621678
+0.570143 0.864805 0.614594
+0.611750 0.863763 0.602074
+0.653357 0.862722 0.589553
+0.694964 0.861680 0.577033
+0.736570 0.860638 0.564512
+0.779793 0.857011 0.548743
+0.823284 0.852953 0.532432
+0.866775 0.848894 0.516121
+0.910267 0.844836 0.499809
+0.937599 0.843400 0.492210
+0.943387 0.845460 0.496227
+0.949174 0.847519 0.500243
+0.954962 0.849579 0.504260
+0.960749 0.851639 0.508276
+0.281279 0.806395 0.607835
+0.291656 0.811847 0.612930
+0.302034 0.817299 0.618024
+0.312411 0.822751 0.623118
+0.322789 0.828203 0.628212
+0.333740 0.833178 0.632770
+0.345121 0.837795 0.636925
+0.356502 0.842412 0.641080
+0.367883 0.847030 0.645235
+0.379713 0.851489 0.648978
+0.394237 0.855001 0.650252
+0.408760 0.858513 0.651527
+0.423284 0.862025 0.652801
+0.437807 0.865537 0.654076
+0.460574 0.868113 0.651465
+0.486639 0.870313 0.647300
+0.512703 0.872513 0.643136
+0.538768 0.874714 0.638971
+0.568625 0.876261 0.632875
+0.607965 0.876176 0.621949
+0.647305 0.876091 0.611023
+0.686645 0.876005 0.600097
+0.725985 0.875920 0.589171
+0.767575 0.873690 0.575153
+0.809539 0.871103 0.560619
+0.851504 0.868516 0.546084
+0.893469 0.865929 0.531550
+0.921803 0.865186 0.523876
+0.931964 0.866901 0.525348
+0.942125 0.868616 0.526821
+0.952285 0.870332 0.528293
+0.962446 0.872047 0.529766
+0.291000 0.821035 0.624321
+0.301023 0.825853 0.629096
+0.311046 0.830671 0.633872
+0.321068 0.835489 0.638647
+0.331091 0.840307 0.643422
+0.341743 0.844787 0.647732
+0.352865 0.849013 0.651693
+0.363987 0.853239 0.655653
+0.375110 0.857465 0.659614
+0.386655 0.861576 0.663201
+0.400735 0.864998 0.664547
+0.414815 0.868420 0.665892
+0.428895 0.871841 0.667238
+0.442975 0.875263 0.668584
+0.464662 0.878052 0.666526
+0.489392 0.880587 0.663105
+0.514121 0.883122 0.659685
+0.538851 0.885658 0.656265
+0.567108 0.887718 0.651156
+0.604181 0.888589 0.641824
+0.641254 0.889460 0.632493
+0.678327 0.890331 0.623162
+0.715400 0.891202 0.613830
+0.755357 0.890370 0.601563
+0.795795 0.889254 0.588805
+0.836233 0.888138 0.576048
+0.876671 0.887023 0.563291
+0.906007 0.886973 0.555542
+0.920541 0.888343 0.554470
+0.935075 0.889714 0.553398
+0.949609 0.891084 0.552327
+0.964143 0.892455 0.551255
+0.300721 0.835674 0.640807
+0.310389 0.839858 0.645263
+0.320057 0.844042 0.649720
+0.329726 0.848227 0.654176
+0.339394 0.852411 0.658632
+0.349745 0.856395 0.662694
+0.360609 0.860230 0.666460
+0.371473 0.864065 0.670227
+0.382336 0.867900 0.673993
+0.393596 0.871663 0.677423
+0.407233 0.874994 0.678841
+0.420869 0.878326 0.680258
+0.434506 0.881657 0.681675
+0.448143 0.884988 0.683093
+0.468750 0.887990 0.681586
+0.492145 0.890861 0.678910
+0.515540 0.893731 0.676234
+0.538935 0.896602 0.673558
+0.565590 0.899174 0.669436
+0.600396 0.901001 0.661700
+0.635202 0.902829 0.653963
+0.670008 0.904656 0.646226
+0.704814 0.906484 0.638489
+0.743139 0.907049 0.627973
+0.782050 0.907405 0.616992
+0.820962 0.907761 0.606012
+0.859873 0.908116 0.595032
+0.890211 0.908759 0.587208
+0.909118 0.909785 0.583592
+0.928026 0.910811 0.579976
+0.946933 0.911837 0.576360
+0.965840 0.912862 0.572744
+0.310442 0.850313 0.657293
+0.319755 0.853864 0.661430
+0.329069 0.857414 0.665567
+0.338383 0.860964 0.669705
+0.347696 0.864515 0.673842
+0.357748 0.868004 0.677656
+0.368353 0.871448 0.681228
+0.378958 0.874892 0.684800
+0.389563 0.878335 0.688372
+0.400538 0.881750 0.691646
+0.413731 0.884991 0.693135
+0.426924 0.888232 0.694624
+0.440117 0.891473 0.696112
+0.453310 0.894714 0.697601
+0.472837 0.897929 0.696647
+0.494898 0.901135 0.694715
+0.516958 0.904340 0.692783
+0.539018 0.907545 0.690852
+0.564073 0.910630 0.687717
+0.596612 0.913414 0.681575
+0.629151 0.916198 0.675433
+0.661690 0.918982 0.669291
+0.694229 0.921765 0.663149
+0.730921 0.923729 0.654382
+0.768306 0.925556 0.645179
+0.805690 0.927383 0.635976
+0.843075 0.929209 0.626772
+0.874415 0.930545 0.618873
+0.897695 0.931227 0.612713
+0.920976 0.931908 0.606554
+0.944257 0.932589 0.600394
+0.967537 0.933270 0.594234
+0.090047 0.084430 0.084178
+0.120105 0.084199 0.088974
+0.150162 0.083968 0.093769
+0.180220 0.083737 0.098565
+0.210278 0.083505 0.103360
+0.247565 0.085669 0.104737
+0.290276 0.089628 0.103549
+0.332986 0.093588 0.102360
+0.375696 0.097547 0.101172
+0.418985 0.101750 0.099857
+0.465749 0.107412 0.097777
+0.512513 0.113074 0.095698
+0.559277 0.118736 0.093618
+0.606041 0.124398 0.091539
+0.644694 0.129695 0.091648
+0.680102 0.134846 0.092631
+0.715510 0.139997 0.093615
+0.750919 0.145149 0.094598
+0.782279 0.149906 0.096058
+0.803521 0.153679 0.098709
+0.824764 0.157452 0.101359
+0.846006 0.161225 0.104009
+0.867248 0.164997 0.106660
+0.879377 0.167656 0.109766
+0.889987 0.170128 0.112948
+0.900598 0.172601 0.116131
+0.911208 0.175073 0.119313
+0.920005 0.177309 0.122554
+0.926384 0.179230 0.125873
+0.932762 0.181151 0.129192
+0.939141 0.183072 0.132511
+0.945520 0.184994 0.135830
+0.091715 0.089537 0.089764
+0.118069 0.092083 0.096297
+0.144423 0.094629 0.102830
+0.170776 0.097175 0.109363
+0.197130 0.099720 0.115896
+0.232834 0.102536 0.118241
+0.275550 0.105555 0.117445
+0.318267 0.108573 0.116649
+0.360983 0.111592 0.115852
+0.404388 0.114915 0.114788
+0.451924 0.120070 0.112114
+0.499459 0.125224 0.109440
+0.546994 0.130379 0.106767
+0.594529 0.135534 0.104093
+0.634216 0.140467 0.103689
+0.670764 0.145312 0.104194
+0.707312 0.150158 0.104698
+0.743859 0.155003 0.105203
+0.776291 0.159478 0.106226
+0.798433 0.163029 0.108547
+0.820575 0.166580 0.110867
+0.842717 0.170130 0.113188
+0.864858 0.173681 0.115508
+0.877470 0.176128 0.118355
+0.888493 0.178391 0.121289
+0.899517 0.180653 0.124224
+0.910540 0.182916 0.127158
+0.919565 0.184931 0.130134
+0.925926 0.186614 0.133165
+0.932287 0.188297 0.136196
+0.938648 0.189981 0.139226
+0.945009 0.191664 0.142257
+0.093384 0.094644 0.095349
+0.116033 0.099967 0.103620
+0.138683 0.105290 0.111890
+0.161332 0.110613 0.120161
+0.183982 0.115936 0.128432
+0.218102 0.119404 0.131745
+0.260825 0.121481 0.131341
+0.303548 0.123559 0.130937
+0.346271 0.125636 0.130533
+0.389792 0.128081 0.129720
+0.438098 0.132728 0.126451
+0.486404 0.137375 0.123183
+0.534711 0.142022 0.119915
+0.583017 0.146670 0.116646
+0.623738 0.151240 0.115731
+0.661426 0.155779 0.115756
+0.699113 0.160318 0.115781
+0.736800 0.164857 0.115807
+0.770303 0.169050 0.116393
+0.793344 0.172379 0.118384
+0.816386 0.175708 0.120375
+0.839428 0.179036 0.122366
+0.862469 0.182365 0.124357
+0.875563 0.184600 0.126944
+0.886999 0.186653 0.129631
+0.898436 0.188706 0.132317
+0.909872 0.190760 0.135004
+0.919125 0.192552 0.137714
+0.925469 0.193998 0.140457
+0.931812 0.195443 0.143199
+0.938155 0.196889 0.145941
+0.944499 0.198334 0.148684
+0.095052 0.099751 0.100934
+0.113998 0.107851 0.110943
+0.132943 0.115951 0.120951
+0.151889 0.124051 0.130959
+0.170834 0.132151 0.140967
+0.203370 0.136271 0.145250
+0.246100 0.137408 0.145238
+0.288829 0.138544 0.145225
+0.331559 0.139680 0.145213
+0.375195 0.141246 0.144651
+0.424272 0.145386 0.140788
+0.473350 0.149526 0.136926
+0.522427 0.153666 0.133063
+0.571505 0.157805 0.129200
+0.613261 0.162012 0.127772
+0.652087 0.166245 0.127318
+0.690914 0.170478 0.126864
+0.729741 0.174711 0.126411
+0.764315 0.178623 0.126561
+0.788256 0.181729 0.128222
+0.812197 0.184835 0.129883
+0.836138 0.187942 0.131544
+0.860080 0.191048 0.133205
+0.873656 0.193072 0.135533
+0.885505 0.194916 0.137972
+0.897355 0.196759 0.140410
+0.909204 0.198603 0.142849
+0.918686 0.200174 0.145295
+0.925011 0.201382 0.147749
+0.931337 0.202589 0.150203
+0.937663 0.203797 0.152657
+0.943988 0.205005 0.155111
+0.096721 0.104858 0.106520
+0.111962 0.115735 0.118265
+0.127204 0.126612 0.130011
+0.142445 0.137489 0.141757
+0.157686 0.148366 0.153503
+0.188639 0.153139 0.158754
+0.231375 0.153334 0.159134
+0.274110 0.153529 0.159514
+0.316846 0.153725 0.159894
+0.360598 0.154411 0.159583
+0.410447 0.158044 0.155125
+0.460296 0.161676 0.150668
+0.510144 0.165309 0.146211
+0.559993 0.168941 0.141754
+0.602783 0.172784 0.139814
+0.642749 0.176712 0.138881
+0.682715 0.180639 0.137948
+0.722682 0.184566 0.137015
+0.758326 0.188195 0.136728
+0.783167 0.191079 0.138060
+0.808008 0.193963 0.139391
+0.832849 0.196848 0.140722
+0.857690 0.199732 0.142054
+0.871749 0.201545 0.144122
+0.884011 0.203178 0.146313
+0.896273 0.204812 0.148504
+0.908535 0.206446 0.150695
+0.918246 0.207795 0.152875
+0.924554 0.208765 0.155040
+0.930862 0.209735 0.157206
+0.937170 0.210705 0.159372
+0.943478 0.211675 0.161537
+0.098286 0.116461 0.116565
+0.112154 0.128781 0.129130
+0.126022 0.141102 0.141694
+0.139890 0.153423 0.154259
+0.153759 0.165744 0.166824
+0.183429 0.171441 0.172631
+0.224951 0.172171 0.173370
+0.266473 0.172901 0.174110
+0.307996 0.173631 0.174849
+0.350758 0.174682 0.174774
+0.400959 0.177660 0.169814
+0.451161 0.180638 0.164854
+0.501363 0.183616 0.159895
+0.551564 0.186594 0.154935
+0.595017 0.189915 0.152554
+0.635770 0.193372 0.151205
+0.676523 0.196830 0.149856
+0.717276 0.200288 0.148507
+0.753681 0.203481 0.147839
+0.779217 0.206015 0.148876
+0.804752 0.208549 0.149914
+0.830287 0.211083 0.150951
+0.855822 0.213617 0.151988
+0.870274 0.215123 0.153818
+0.882879 0.216458 0.155781
+0.895484 0.217792 0.157743
+0.908089 0.219127 0.159706
+0.917988 0.220197 0.161652
+0.924280 0.220916 0.163577
+0.930571 0.221634 0.165502
+0.936863 0.222353 0.167427
+0.943154 0.223071 0.169351
+0.099773 0.132936 0.129956
+0.114016 0.145700 0.142650
+0.128259 0.158465 0.155345
+0.142503 0.171230 0.168039
+0.156746 0.183994 0.180733
+0.185361 0.190820 0.186788
+0.224754 0.193191 0.187862
+0.264148 0.195563 0.188936
+0.303541 0.197934 0.190011
+0.344484 0.200283 0.190161
+0.394725 0.202496 0.184767
+0.444966 0.204709 0.179373
+0.495207 0.206922 0.173980
+0.545448 0.209135 0.168586
+0.589285 0.211814 0.165818
+0.630560 0.214679 0.164100
+0.671836 0.217545 0.162382
+0.713111 0.220410 0.160665
+0.750043 0.223054 0.159657
+0.776119 0.225141 0.160427
+0.802194 0.227228 0.161197
+0.828270 0.229315 0.161966
+0.854345 0.231403 0.162736
+0.869123 0.232531 0.164345
+0.882019 0.233499 0.166094
+0.894914 0.234467 0.167843
+0.907809 0.235436 0.169592
+0.917868 0.236185 0.171328
+0.924144 0.236641 0.173048
+0.930419 0.237098 0.174767
+0.936695 0.237554 0.176487
+0.942971 0.238011 0.178206
+0.101260 0.149411 0.143346
+0.115878 0.162619 0.156170
+0.130497 0.175828 0.168995
+0.145115 0.189036 0.181819
+0.159734 0.202245 0.194643
+0.187293 0.210199 0.200944
+0.224558 0.214212 0.202354
+0.261822 0.218225 0.203763
+0.299087 0.222238 0.205172
+0.338211 0.225884 0.205547
+0.388491 0.227332 0.199720
+0.438772 0.228780 0.193893
+0.489052 0.230228 0.188065
+0.539332 0.231675 0.182238
+0.583554 0.233713 0.179082
+0.625351 0.235986 0.176996
+0.667148 0.238260 0.174909
+0.708946 0.240533 0.172823
+0.746405 0.242626 0.171476
+0.773021 0.244267 0.171978
+0.799637 0.245907 0.172480
+0.826252 0.247548 0.172982
+0.852868 0.249188 0.173484
+0.867972 0.249939 0.174872
+0.881158 0.250541 0.176407
+0.894344 0.251143 0.177942
+0.907530 0.251745 0.179478
+0.917747 0.252172 0.181004
+0.924007 0.252367 0.182518
+0.930267 0.252562 0.184032
+0.936528 0.252756 0.185547
+0.942788 0.252951 0.187061
+0.102747 0.165886 0.156737
+0.117740 0.179538 0.169691
+0.132734 0.193190 0.182645
+0.147728 0.206843 0.195599
+0.162722 0.220495 0.208552
+0.189225 0.229577 0.215101
+0.224361 0.235232 0.216845
+0.259497 0.240886 0.218589
+0.294632 0.246541 0.220334
+0.331937 0.251486 0.220934
+0.382257 0.252168 0.214673
+0.432577 0.252851 0.208412
+0.482897 0.253533 0.202150
+0.533216 0.254216 0.195889
+0.577822 0.255612 0.192347
+0.620141 0.257293 0.189891
+0.662461 0.258975 0.187436
+0.704780 0.260656 0.184981
+0.742767 0.262198 0.183294
+0.769923 0.263392 0.183529
+0.797079 0.264586 0.183763
+0.824235 0.265780 0.183998
+0.851391 0.266974 0.184232
+0.866822 0.267347 0.185399
+0.880298 0.267582 0.186720
+0.893774 0.267818 0.188042
+0.907250 0.268054 0.189363
+0.917627 0.268160 0.190680
+0.923871 0.268092 0.191989
+0.930116 0.268025 0.193298
+0.936360 0.267958 0.194607
+0.942605 0.267891 0.195916
+0.104829 0.184878 0.171568
+0.120111 0.198934 0.184600
+0.135394 0.212990 0.197632
+0.150676 0.227046 0.210664
+0.165958 0.241103 0.223696
+0.191357 0.251237 0.230510
+0.224343 0.258431 0.232660
+0.257329 0.265625 0.234810
+0.290315 0.272819 0.236961
+0.325831 0.278944 0.237783
+0.376522 0.278662 0.230639
+0.427213 0.278380 0.223494
+0.477905 0.278098 0.216350
+0.528596 0.277816 0.209205
+0.573583 0.278514 0.205182
+0.616288 0.279605 0.202406
+0.658993 0.280696 0.199631
+0.701698 0.281786 0.196855
+0.740082 0.282783 0.194875
+0.767663 0.283544 0.194881
+0.795245 0.284305 0.194888
+0.822826 0.285065 0.194894
+0.850407 0.285826 0.194901
+0.866089 0.285859 0.195890
+0.879789 0.285771 0.197043
+0.893488 0.285682 0.198197
+0.907188 0.285594 0.199350
+0.917674 0.285433 0.200508
+0.923876 0.285175 0.201672
+0.930078 0.284917 0.202836
+0.936279 0.284659 0.204000
+0.942481 0.284402 0.205164
+0.110482 0.218975 0.195045
+0.125534 0.233195 0.207844
+0.140586 0.247415 0.220643
+0.155639 0.261634 0.233443
+0.170691 0.275854 0.246242
+0.194691 0.286587 0.253432
+0.225401 0.294705 0.256415
+0.256112 0.302823 0.259398
+0.286823 0.310941 0.262381
+0.320725 0.317550 0.263405
+0.373781 0.315105 0.252681
+0.426837 0.312661 0.241957
+0.479893 0.310217 0.231233
+0.532949 0.307772 0.220509
+0.578302 0.307437 0.215442
+0.620574 0.307945 0.212638
+0.662845 0.308453 0.209834
+0.705117 0.308961 0.207029
+0.743116 0.309440 0.205030
+0.770431 0.309850 0.205045
+0.797747 0.310259 0.205060
+0.825063 0.310669 0.205075
+0.852378 0.311078 0.205090
+0.867870 0.311000 0.206170
+0.881391 0.310840 0.207427
+0.894912 0.310680 0.208683
+0.908434 0.310520 0.209940
+0.918730 0.310420 0.211250
+0.924726 0.310399 0.212631
+0.930723 0.310379 0.214011
+0.936719 0.310358 0.215392
+0.942716 0.310338 0.216772
+0.116135 0.253073 0.218521
+0.130957 0.267456 0.231088
+0.145779 0.281839 0.243654
+0.160601 0.296222 0.256221
+0.175423 0.310605 0.268788
+0.198024 0.321936 0.276354
+0.226459 0.330978 0.280170
+0.254895 0.340020 0.283985
+0.283330 0.349063 0.287801
+0.315620 0.356155 0.289028
+0.371041 0.351549 0.274724
+0.426461 0.346942 0.260421
+0.481882 0.342336 0.246117
+0.537302 0.337729 0.231814
+0.583021 0.336360 0.225703
+0.624859 0.336285 0.222870
+0.666698 0.336210 0.220036
+0.708536 0.336135 0.217203
+0.746149 0.336098 0.215186
+0.773199 0.336156 0.215209
+0.800249 0.336214 0.215233
+0.827300 0.336272 0.215256
+0.854350 0.336330 0.215280
+0.869651 0.336140 0.216449
+0.882994 0.335909 0.217810
+0.896336 0.335677 0.219170
+0.909679 0.335446 0.220531
+0.919786 0.335406 0.221992
+0.925577 0.335623 0.223589
+0.931368 0.335840 0.225186
+0.937159 0.336057 0.226783
+0.942951 0.336274 0.228380
+0.121788 0.287170 0.241997
+0.136380 0.301717 0.254331
+0.150972 0.316263 0.266665
+0.165564 0.330810 0.279000
+0.180155 0.345356 0.291334
+0.201358 0.357286 0.299276
+0.227517 0.367252 0.303924
+0.253677 0.377218 0.308573
+0.279837 0.387185 0.313221
+0.310515 0.394760 0.314650
+0.368300 0.387992 0.296767
+0.426085 0.381223 0.278884
+0.483870 0.374455 0.261001
+0.541655 0.367686 0.243118
+0.587740 0.365282 0.235964
+0.629145 0.364625 0.233101
+0.670550 0.363967 0.230239
+0.711955 0.363309 0.227377
+0.749183 0.362756 0.225342
+0.775967 0.362462 0.225373
+0.802752 0.362169 0.225405
+0.829536 0.361875 0.225437
+0.856321 0.361582 0.225469
+0.871431 0.361280 0.226729
+0.884596 0.360977 0.228193
+0.897760 0.360674 0.229657
+0.910925 0.360372 0.231121
+0.920842 0.360393 0.232735
+0.926428 0.360847 0.234548
+0.932013 0.361302 0.236362
+0.937599 0.361756 0.238175
+0.943185 0.362210 0.239989
+0.127441 0.321267 0.265473
+0.141803 0.335977 0.277575
+0.156164 0.350687 0.289677
+0.170526 0.365397 0.301778
+0.184888 0.380107 0.313880
+0.204691 0.392635 0.322198
+0.228576 0.403526 0.327679
+0.252460 0.414416 0.333160
+0.276344 0.425307 0.338641
+0.305410 0.433366 0.340273
+0.365559 0.424435 0.318810
+0.425709 0.415504 0.297347
+0.485858 0.406574 0.275884
+0.546008 0.397643 0.254422
+0.592459 0.394205 0.246224
+0.633431 0.392965 0.243333
+0.674402 0.391724 0.240442
+0.715374 0.390484 0.237551
+0.752216 0.389413 0.235497
+0.778735 0.388769 0.235538
+0.805254 0.388124 0.235578
+0.831773 0.387479 0.235618
+0.858293 0.386834 0.235658
+0.873212 0.386421 0.237008
+0.886198 0.386046 0.238576
+0.899184 0.385672 0.240143
+0.912171 0.385297 0.241711
+0.921897 0.385380 0.243477
+0.927278 0.386072 0.245507
+0.932659 0.386763 0.247537
+0.938040 0.387455 0.249567
+0.943420 0.388147 0.251597
+0.135456 0.358739 0.290722
+0.149601 0.373251 0.302451
+0.163747 0.387763 0.314179
+0.177893 0.402275 0.325908
+0.192038 0.416787 0.337636
+0.210896 0.429369 0.346012
+0.233288 0.440503 0.351873
+0.255679 0.451638 0.357734
+0.278071 0.462772 0.363595
+0.305330 0.471190 0.365740
+0.361794 0.463310 0.345592
+0.418258 0.455430 0.325443
+0.474722 0.447551 0.305294
+0.531186 0.439671 0.285145
+0.579686 0.434881 0.274407
+0.624999 0.431327 0.267432
+0.670312 0.427773 0.260458
+0.715625 0.424219 0.253483
+0.755480 0.421407 0.248524
+0.781692 0.420449 0.248602
+0.807903 0.419491 0.248680
+0.834114 0.418533 0.248759
+0.860326 0.417575 0.248837
+0.875059 0.417085 0.250290
+0.887880 0.416672 0.251973
+0.900700 0.416260 0.253655
+0.913521 0.415847 0.255338
+0.923092 0.416008 0.257273
+0.928331 0.416933 0.259545
+0.933571 0.417858 0.261817
+0.938810 0.418784 0.264088
+0.944049 0.419709 0.266360
+0.144415 0.397561 0.316680
+0.158351 0.411730 0.327979
+0.172286 0.425900 0.339278
+0.186221 0.440069 0.350577
+0.200156 0.454239 0.361876
+0.218250 0.466657 0.370182
+0.239462 0.477763 0.376242
+0.260674 0.488869 0.382302
+0.281886 0.499975 0.388362
+0.307262 0.508702 0.391146
+0.357620 0.503158 0.374269
+0.407978 0.497614 0.357392
+0.458337 0.492071 0.340514
+0.508695 0.486527 0.323637
+0.559915 0.480257 0.309758
+0.611480 0.473698 0.297079
+0.663044 0.467138 0.284399
+0.714608 0.460579 0.271719
+0.758836 0.455535 0.262699
+0.784723 0.454279 0.262827
+0.810610 0.453024 0.262955
+0.836497 0.451768 0.263083
+0.862384 0.450513 0.263211
+0.876933 0.449958 0.264774
+0.889593 0.449521 0.266576
+0.902253 0.449083 0.268378
+0.914913 0.448646 0.270180
+0.924343 0.448892 0.272291
+0.929466 0.450049 0.274814
+0.934589 0.451207 0.277338
+0.939712 0.452364 0.279861
+0.944835 0.453522 0.282385
+0.153375 0.436383 0.342637
+0.167100 0.450210 0.353507
+0.180824 0.464036 0.364377
+0.194549 0.477863 0.375247
+0.208274 0.491690 0.386116
+0.225603 0.503945 0.394352
+0.245635 0.515023 0.400611
+0.265668 0.526100 0.406871
+0.285700 0.537177 0.413130
+0.309193 0.546214 0.416552
+0.353445 0.543006 0.402946
+0.397698 0.539798 0.389340
+0.441951 0.536591 0.375735
+0.486204 0.533383 0.362129
+0.540145 0.525634 0.345110
+0.597960 0.516069 0.326725
+0.655776 0.506504 0.308340
+0.713592 0.496939 0.289955
+0.762193 0.489663 0.276874
+0.787755 0.488110 0.277052
+0.813318 0.486557 0.277230
+0.838880 0.485003 0.277408
+0.864442 0.483450 0.277586
+0.878808 0.482832 0.279258
+0.891307 0.482369 0.281179
+0.903806 0.481907 0.283100
+0.916305 0.481444 0.285021
+0.925593 0.481776 0.287308
+0.930600 0.483165 0.290084
+0.935607 0.484555 0.292859
+0.940614 0.485945 0.295634
+0.945621 0.487334 0.298410
+0.162335 0.475205 0.368595
+0.175849 0.488689 0.379035
+0.189363 0.502173 0.389476
+0.202878 0.515657 0.399916
+0.216392 0.529141 0.410356
+0.232957 0.541234 0.418522
+0.251809 0.552282 0.424980
+0.270662 0.563331 0.431439
+0.289515 0.574380 0.437898
+0.311124 0.583726 0.441958
+0.349271 0.582854 0.431623
+0.387418 0.581982 0.421289
+0.425565 0.581111 0.410955
+0.463712 0.580239 0.400621
+0.520374 0.571011 0.380461
+0.584441 0.558440 0.356371
+0.648509 0.545869 0.332281
+0.712576 0.533299 0.308191
+0.765549 0.523791 0.291049
+0.790787 0.521940 0.291277
+0.816025 0.520089 0.291504
+0.841263 0.518238 0.291732
+0.866500 0.516388 0.291960
+0.880682 0.515705 0.293741
+0.893020 0.515218 0.295782
+0.905359 0.514731 0.297822
+0.917697 0.514243 0.299863
+0.926844 0.514660 0.302326
+0.931735 0.516282 0.305353
+0.936626 0.517904 0.308380
+0.941517 0.519525 0.311408
+0.946408 0.521147 0.314435
+0.171835 0.513134 0.394317
+0.185145 0.526181 0.404310
+0.198455 0.539227 0.414304
+0.211765 0.552274 0.424297
+0.225075 0.565320 0.434291
+0.240971 0.577129 0.442319
+0.258807 0.588010 0.448873
+0.276642 0.598890 0.455427
+0.294478 0.609771 0.461981
+0.314469 0.619240 0.466523
+0.347391 0.620237 0.458989
+0.380312 0.621235 0.451454
+0.413234 0.622232 0.443920
+0.446156 0.623229 0.436386
+0.503222 0.613553 0.414832
+0.569946 0.599608 0.387672
+0.636670 0.585663 0.360511
+0.703394 0.571718 0.333350
+0.758875 0.560986 0.313538
+0.786245 0.558283 0.312095
+0.813616 0.555581 0.310653
+0.840987 0.552878 0.309210
+0.868358 0.550176 0.307768
+0.882694 0.549341 0.309412
+0.894858 0.548817 0.311571
+0.907022 0.548293 0.313730
+0.919185 0.547769 0.315889
+0.928187 0.548252 0.318525
+0.932975 0.550076 0.321798
+0.937762 0.551900 0.325071
+0.942549 0.553724 0.328344
+0.947336 0.555548 0.331617
+0.182685 0.548834 0.419449
+0.195806 0.561205 0.428952
+0.208928 0.573576 0.438455
+0.222049 0.585947 0.447958
+0.235170 0.598318 0.457462
+0.250637 0.609542 0.465186
+0.267862 0.619906 0.471576
+0.285088 0.630270 0.477965
+0.302314 0.640635 0.484355
+0.321349 0.649761 0.488987
+0.351246 0.651459 0.483074
+0.381142 0.653158 0.477160
+0.411038 0.654857 0.471246
+0.440935 0.656555 0.465333
+0.492615 0.649011 0.446754
+0.553010 0.637770 0.423108
+0.613404 0.626529 0.399463
+0.673799 0.615288 0.375817
+0.727123 0.605848 0.356810
+0.762771 0.600909 0.349398
+0.798419 0.595970 0.341986
+0.834068 0.591031 0.334573
+0.869716 0.586092 0.327161
+0.885054 0.584882 0.328052
+0.897007 0.584292 0.330327
+0.908960 0.583703 0.332602
+0.920914 0.583114 0.334877
+0.929764 0.583613 0.337678
+0.934478 0.585565 0.341181
+0.939191 0.587516 0.344684
+0.943905 0.589467 0.348187
+0.948618 0.591419 0.351690
+0.193536 0.584534 0.444581
+0.206468 0.596230 0.453594
+0.219401 0.607925 0.462607
+0.232333 0.619620 0.471620
+0.245265 0.631315 0.480632
+0.260302 0.641955 0.488052
+0.276918 0.651802 0.494278
+0.293534 0.661650 0.500503
+0.310149 0.671498 0.506729
+0.328230 0.680282 0.511452
+0.355101 0.682682 0.507159
+0.381972 0.685081 0.502866
+0.408843 0.687481 0.498573
+0.435714 0.689881 0.494280
+0.482009 0.684469 0.478675
+0.536074 0.675932 0.458545
+0.590138 0.667395 0.438415
+0.644203 0.658858 0.418285
+0.695371 0.650710 0.400082
+0.739296 0.643534 0.386700
+0.783222 0.636359 0.373318
+0.827148 0.629184 0.359936
+0.871074 0.622009 0.346554
+0.887414 0.620422 0.346692
+0.899157 0.619768 0.349083
+0.910899 0.619113 0.351474
+0.922642 0.618458 0.353865
+0.931341 0.618975 0.356831
+0.935981 0.621053 0.360564
+0.940621 0.623132 0.364297
+0.945261 0.625211 0.368030
+0.949901 0.627289 0.371763
+0.204386 0.620234 0.469714
+0.217130 0.631254 0.478236
+0.229874 0.642274 0.486758
+0.242617 0.653293 0.495281
+0.255361 0.664313 0.503803
+0.269968 0.674368 0.510919
+0.285974 0.683699 0.516980
+0.301979 0.693030 0.523041
+0.317985 0.702361 0.529103
+0.335110 0.710802 0.533916
+0.358956 0.713904 0.531244
+0.382802 0.717005 0.528572
+0.406647 0.720106 0.525899
+0.430493 0.723207 0.523227
+0.471403 0.719927 0.510596
+0.519137 0.714093 0.493981
+0.566872 0.708260 0.477366
+0.614607 0.702427 0.460752
+0.663619 0.695572 0.443355
+0.715822 0.686160 0.424003
+0.768025 0.676748 0.404651
+0.820228 0.667337 0.385299
+0.872431 0.657925 0.365947
+0.889774 0.655963 0.365331
+0.901306 0.655243 0.367838
+0.912838 0.654523 0.370345
+0.924370 0.653802 0.372852
+0.932917 0.654336 0.375984
+0.937484 0.656542 0.379947
+0.942050 0.658748 0.383910
+0.946617 0.660954 0.387874
+0.951183 0.663160 0.391837
+0.215237 0.655934 0.494846
+0.227792 0.666278 0.502878
+0.240346 0.676622 0.510910
+0.252901 0.686966 0.518942
+0.265456 0.697310 0.526973
+0.279634 0.706781 0.533785
+0.295029 0.715595 0.539682
+0.310425 0.724410 0.545579
+0.325820 0.733225 0.551476
+0.341990 0.741323 0.556381
+0.362811 0.745126 0.555329
+0.383631 0.748928 0.554278
+0.404452 0.752731 0.553226
+0.425272 0.756533 0.552174
+0.460796 0.755384 0.542517
+0.502201 0.752255 0.529418
+0.543606 0.749126 0.516318
+0.585012 0.745997 0.503219
+0.631867 0.740434 0.486627
+0.692347 0.728786 0.461305
+0.752828 0.717138 0.435984
+0.813308 0.705489 0.410662
+0.873789 0.693841 0.385340
+0.892133 0.691504 0.383971
+0.903455 0.690718 0.386594
+0.914777 0.689932 0.389217
+0.926098 0.689147 0.391840
+0.934494 0.689698 0.395136
+0.938987 0.692031 0.399330
+0.943480 0.694364 0.403523
+0.947973 0.696698 0.407717
+0.952466 0.699031 0.411910
+0.226400 0.683904 0.517027
+0.238728 0.693469 0.524594
+0.251056 0.703033 0.532161
+0.263383 0.712598 0.539728
+0.275711 0.722162 0.547296
+0.289547 0.730939 0.553760
+0.304514 0.739125 0.559398
+0.319480 0.747311 0.565036
+0.334447 0.755497 0.570674
+0.350031 0.763069 0.575460
+0.369317 0.766962 0.575129
+0.388604 0.770855 0.574798
+0.407890 0.774748 0.574467
+0.427177 0.778641 0.574137
+0.459692 0.778456 0.566185
+0.497498 0.776640 0.555185
+0.535303 0.774824 0.544185
+0.573109 0.773008 0.533186
+0.616607 0.768884 0.518596
+0.674332 0.758990 0.495030
+0.732058 0.749097 0.471465
+0.789784 0.739203 0.447900
+0.847510 0.729310 0.424334
+0.871005 0.726534 0.419805
+0.888795 0.724944 0.418449
+0.906586 0.723354 0.417092
+0.924376 0.721764 0.415736
+0.936430 0.721837 0.416827
+0.940836 0.724127 0.421180
+0.945242 0.726417 0.425534
+0.949648 0.728707 0.429887
+0.954055 0.730997 0.434240
+0.237615 0.710586 0.538715
+0.249709 0.719353 0.545822
+0.261804 0.728121 0.552929
+0.273899 0.736889 0.560036
+0.285993 0.745656 0.567143
+0.299501 0.753721 0.573254
+0.314069 0.761260 0.578617
+0.328637 0.768798 0.583980
+0.343206 0.776337 0.589343
+0.358264 0.783353 0.593975
+0.376265 0.787235 0.594215
+0.394267 0.791116 0.594455
+0.412268 0.794998 0.594695
+0.430269 0.798880 0.594935
+0.460171 0.799464 0.588477
+0.494833 0.798729 0.579341
+0.529494 0.797994 0.570205
+0.564156 0.797260 0.561069
+0.604095 0.794599 0.548680
+0.657228 0.787125 0.528159
+0.710360 0.779651 0.507638
+0.763492 0.772177 0.487116
+0.816625 0.764703 0.466595
+0.845963 0.761478 0.458505
+0.871335 0.758961 0.452487
+0.896707 0.756445 0.446468
+0.922079 0.753928 0.440450
+0.938427 0.753440 0.438940
+0.942744 0.755658 0.443442
+0.947061 0.757876 0.447943
+0.951378 0.760094 0.452445
+0.955695 0.762312 0.456946
+0.248830 0.737267 0.560404
+0.260691 0.745238 0.567050
+0.272552 0.753209 0.573697
+0.284414 0.761180 0.580344
+0.296275 0.769150 0.586990
+0.309455 0.776504 0.592747
+0.323625 0.783395 0.597835
+0.337794 0.790286 0.602924
+0.351964 0.797177 0.608012
+0.366498 0.803636 0.612490
+0.383214 0.807507 0.613300
+0.399930 0.811377 0.614111
+0.416646 0.815248 0.614922
+0.433362 0.819118 0.615733
+0.460650 0.820472 0.610770
+0.492168 0.820818 0.603497
+0.523685 0.821165 0.596225
+0.555203 0.821511 0.588952
+0.591584 0.820314 0.578764
+0.640123 0.815260 0.561287
+0.688662 0.810205 0.543810
+0.737201 0.805151 0.526333
+0.785740 0.800096 0.508856
+0.820920 0.796423 0.497205
+0.853874 0.792979 0.486524
+0.886827 0.789535 0.475844
+0.919781 0.786091 0.465163
+0.940424 0.785043 0.461053
+0.944651 0.787189 0.465703
+0.948879 0.789335 0.470353
+0.953107 0.791482 0.475003
+0.957335 0.793628 0.479652
+0.260045 0.763949 0.582092
+0.271673 0.771123 0.588279
+0.283301 0.778297 0.594465
+0.294929 0.785470 0.600651
+0.306556 0.792644 0.606838
+0.319409 0.799286 0.612240
+0.333180 0.805530 0.617054
+0.346952 0.811773 0.621867
+0.360723 0.818017 0.626681
+0.374731 0.823920 0.631005
+0.390162 0.827779 0.632386
+0.405593 0.831638 0.633768
+0.421023 0.835498 0.635149
+0.436454 0.839357 0.636531
+0.461129 0.841479 0.633062
+0.489503 0.842907 0.627653
+0.517876 0.844335 0.622244
+0.546249 0.845762 0.616836
+0.579072 0.846029 0.608849
+0.623018 0.843395 0.594416
+0.666963 0.840760 0.579983
+0.710909 0.838125 0.565550
+0.754855 0.835490 0.551117
+0.795877 0.831367 0.535905
+0.836413 0.826996 0.520562
+0.876948 0.822626 0.505220
+0.917484 0.818255 0.489877
+0.942420 0.816646 0.483166
+0.946559 0.818720 0.487964
+0.950697 0.820795 0.492762
+0.954836 0.822869 0.497560
+0.958975 0.824943 0.502359
+0.270775 0.785838 0.601626
+0.282109 0.792271 0.607397
+0.293443 0.798705 0.613168
+0.304777 0.805139 0.618939
+0.316111 0.811572 0.624710
+0.328619 0.817566 0.629787
+0.342009 0.823229 0.634345
+0.355398 0.828893 0.638903
+0.368787 0.834557 0.643461
+0.382339 0.839954 0.647614
+0.396867 0.843754 0.649338
+0.411395 0.847553 0.651062
+0.425923 0.851353 0.652785
+0.440451 0.855153 0.654509
+0.463222 0.857785 0.652104
+0.489291 0.859950 0.648048
+0.515359 0.862115 0.643992
+0.541428 0.864280 0.639936
+0.571586 0.865583 0.633609
+0.611969 0.864729 0.621602
+0.652352 0.863876 0.609596
+0.692735 0.863023 0.597590
+0.733118 0.862170 0.585583
+0.776675 0.858411 0.569185
+0.820761 0.854169 0.552054
+0.864847 0.849927 0.534924
+0.908933 0.845685 0.517793
+0.936693 0.844076 0.509622
+0.942686 0.845980 0.513396
+0.948679 0.847883 0.517171
+0.954673 0.849787 0.520945
+0.960666 0.851690 0.524719
+0.280857 0.801336 0.618286
+0.291817 0.807105 0.623701
+0.302776 0.812874 0.629117
+0.313736 0.818643 0.634532
+0.324696 0.824412 0.639948
+0.336838 0.829840 0.644741
+0.349867 0.835015 0.649068
+0.362897 0.840189 0.653395
+0.375926 0.845363 0.657722
+0.389114 0.850323 0.661682
+0.403249 0.853998 0.663444
+0.417384 0.857674 0.665205
+0.431519 0.861349 0.666967
+0.445654 0.865025 0.668729
+0.467466 0.867820 0.666814
+0.492349 0.870264 0.663429
+0.517232 0.872708 0.660044
+0.542114 0.875152 0.656659
+0.570801 0.876920 0.651269
+0.608996 0.876997 0.640866
+0.647190 0.877075 0.630462
+0.685385 0.877153 0.620059
+0.723580 0.877231 0.609656
+0.765260 0.874922 0.595238
+0.807521 0.872216 0.580152
+0.849782 0.869510 0.565065
+0.892043 0.866803 0.549979
+0.920667 0.865943 0.541867
+0.931106 0.867544 0.543055
+0.941546 0.869145 0.544243
+0.951985 0.870746 0.545431
+0.962425 0.872347 0.546620
+0.290939 0.816835 0.634946
+0.301524 0.821939 0.640006
+0.312110 0.827043 0.645066
+0.322695 0.832147 0.650126
+0.333280 0.837251 0.655186
+0.345057 0.842115 0.659695
+0.357726 0.846800 0.663791
+0.370396 0.851484 0.667887
+0.383065 0.856169 0.671983
+0.395888 0.860691 0.675751
+0.409630 0.864243 0.677550
+0.423373 0.867794 0.679349
+0.437115 0.871345 0.681149
+0.450857 0.874897 0.682948
+0.471710 0.877856 0.681524
+0.495407 0.880579 0.678810
+0.519104 0.883301 0.676096
+0.542801 0.886024 0.673382
+0.570015 0.888257 0.668930
+0.606022 0.889266 0.660129
+0.642029 0.890274 0.651329
+0.678035 0.891283 0.642529
+0.714042 0.892292 0.633728
+0.753845 0.891433 0.621292
+0.794282 0.890263 0.608250
+0.834718 0.889092 0.595207
+0.875154 0.887922 0.582165
+0.904640 0.887810 0.574113
+0.919526 0.889108 0.572714
+0.934412 0.890407 0.571316
+0.949298 0.891706 0.569918
+0.964184 0.893004 0.568520
+0.301021 0.832333 0.651606
+0.311232 0.836773 0.656310
+0.321443 0.841212 0.661015
+0.331654 0.845651 0.665719
+0.341865 0.850090 0.670424
+0.353275 0.854390 0.674649
+0.365585 0.858585 0.678514
+0.377895 0.862780 0.682379
+0.390204 0.866975 0.686244
+0.402663 0.871060 0.689819
+0.416012 0.874487 0.691656
+0.429361 0.877914 0.693493
+0.442711 0.881342 0.695330
+0.456060 0.884769 0.697167
+0.475954 0.887892 0.696233
+0.498465 0.890893 0.694191
+0.520977 0.893894 0.692148
+0.543488 0.896896 0.690105
+0.569230 0.899594 0.686590
+0.603048 0.901534 0.679393
+0.636867 0.903474 0.672196
+0.670685 0.905414 0.664998
+0.704504 0.907353 0.657801
+0.742430 0.907944 0.647346
+0.781042 0.908309 0.636347
+0.819654 0.908675 0.625349
+0.858265 0.909041 0.614351
+0.888614 0.909676 0.606358
+0.907946 0.910673 0.602374
+0.927279 0.911669 0.598389
+0.946611 0.912665 0.594405
+0.965943 0.913661 0.590420
+0.311103 0.847832 0.668266
+0.320940 0.851606 0.672615
+0.330776 0.855381 0.676964
+0.340613 0.859155 0.681313
+0.350450 0.862930 0.685662
+0.361494 0.866665 0.689603
+0.373444 0.870370 0.693237
+0.385393 0.874075 0.696871
+0.397343 0.877780 0.700505
+0.409437 0.881428 0.703888
+0.422393 0.884731 0.705762
+0.435350 0.888035 0.707637
+0.448307 0.891338 0.709512
+0.461263 0.894641 0.711387
+0.480198 0.897928 0.710943
+0.501524 0.901208 0.709571
+0.522849 0.904488 0.708200
+0.544175 0.907768 0.706829
+0.568445 0.910931 0.704251
+0.600075 0.913802 0.698656
+0.631705 0.916673 0.693062
+0.663335 0.919544 0.687468
+0.694965 0.922415 0.681874
+0.731016 0.924455 0.673399
+0.767802 0.926356 0.664445
+0.804589 0.928258 0.655491
+0.841376 0.930159 0.646536
+0.872588 0.931543 0.638603
+0.896367 0.932237 0.632033
+0.920145 0.932931 0.625462
+0.943924 0.933624 0.618891
+0.967703 0.934318 0.612320
+0.093631 0.088014 0.088424
+0.124399 0.087522 0.094141
+0.155166 0.087029 0.099858
+0.185933 0.086536 0.105575
+0.216701 0.086044 0.111292
+0.253282 0.087946 0.113632
+0.294224 0.091644 0.113440
+0.335166 0.095342 0.113248
+0.376109 0.099040 0.113056
+0.417895 0.103011 0.112513
+0.464746 0.108623 0.109860
+0.511597 0.114235 0.107208
+0.558448 0.119847 0.104556
+0.605299 0.125459 0.101904
+0.644101 0.130734 0.101555
+0.679684 0.135872 0.102128
+0.715267 0.141011 0.102701
+0.750849 0.146150 0.103274
+0.782367 0.150895 0.104355
+0.803721 0.154655 0.106706
+0.825075 0.158416 0.109058
+0.846429 0.162176 0.111409
+0.867783 0.165936 0.113761
+0.879918 0.168572 0.116654
+0.890516 0.171019 0.119637
+0.901114 0.173467 0.122620
+0.911712 0.175914 0.125603
+0.920480 0.178126 0.128676
+0.926809 0.180022 0.131871
+0.933138 0.181918 0.135066
+0.939467 0.183814 0.138260
+0.945795 0.185710 0.141455
+0.095648 0.092984 0.093823
+0.122520 0.095409 0.101139
+0.149393 0.097834 0.108456
+0.176265 0.100259 0.115773
+0.203137 0.102684 0.123090
+0.238143 0.105247 0.126549
+0.279249 0.107914 0.127114
+0.320354 0.110581 0.127680
+0.361460 0.113248 0.128245
+0.403494 0.116262 0.128265
+0.451097 0.121359 0.125010
+0.498700 0.126455 0.121755
+0.546302 0.131551 0.118499
+0.593905 0.136648 0.115244
+0.633724 0.141554 0.114369
+0.670429 0.146384 0.114446
+0.707134 0.151214 0.114523
+0.743839 0.156044 0.114599
+0.776413 0.160506 0.115227
+0.798659 0.164050 0.117232
+0.820904 0.167594 0.119237
+0.843150 0.171138 0.121242
+0.865395 0.174682 0.123247
+0.878016 0.177111 0.125865
+0.889032 0.179354 0.128587
+0.900049 0.181598 0.131308
+0.911065 0.183842 0.134029
+0.920066 0.185840 0.136827
+0.926380 0.187513 0.139728
+0.932694 0.189185 0.142628
+0.939008 0.190858 0.145529
+0.945322 0.192530 0.148430
+0.097665 0.097954 0.099221
+0.120642 0.103297 0.108138
+0.143619 0.108639 0.117054
+0.166596 0.113982 0.125971
+0.189573 0.119325 0.134888
+0.223003 0.122549 0.139465
+0.264273 0.124185 0.140788
+0.305542 0.125821 0.142111
+0.346812 0.127457 0.143434
+0.389094 0.129514 0.144017
+0.437448 0.134094 0.140159
+0.485802 0.138675 0.136301
+0.534156 0.143255 0.132443
+0.582511 0.147836 0.128585
+0.623346 0.152374 0.127183
+0.661174 0.156895 0.126764
+0.699002 0.161416 0.126345
+0.736830 0.165937 0.125925
+0.770460 0.170117 0.126099
+0.793597 0.173445 0.127758
+0.816733 0.176772 0.129416
+0.839870 0.180099 0.131074
+0.863007 0.183427 0.132733
+0.876114 0.185650 0.135077
+0.887549 0.187690 0.137537
+0.898984 0.189729 0.139996
+0.910419 0.191769 0.142455
+0.919652 0.193555 0.144978
+0.925952 0.195004 0.147584
+0.932251 0.196453 0.150191
+0.938550 0.197901 0.152797
+0.944849 0.199350 0.155404
+0.099682 0.102924 0.104620
+0.118764 0.111184 0.115136
+0.137846 0.119445 0.125653
+0.156927 0.127705 0.136169
+0.176009 0.135965 0.146685
+0.207863 0.139851 0.152381
+0.249297 0.140456 0.154462
+0.290730 0.141061 0.156542
+0.332164 0.141666 0.158623
+0.374694 0.142765 0.159769
+0.423799 0.146830 0.155308
+0.472905 0.150894 0.150847
+0.522011 0.154959 0.146386
+0.571116 0.159024 0.141925
+0.612968 0.163194 0.139997
+0.651919 0.167406 0.139082
+0.690869 0.171619 0.138166
+0.729820 0.175831 0.137251
+0.764507 0.179729 0.136972
+0.788535 0.182839 0.138284
+0.812563 0.185950 0.139595
+0.836591 0.189061 0.140907
+0.860619 0.192172 0.142218
+0.874212 0.194190 0.144289
+0.886065 0.196025 0.146487
+0.897919 0.197860 0.148684
+0.909772 0.199696 0.150881
+0.919239 0.201270 0.153128
+0.925523 0.202495 0.155441
+0.931807 0.203720 0.157753
+0.938092 0.204945 0.160066
+0.944376 0.206170 0.162379
+0.101700 0.107894 0.110018
+0.116886 0.119072 0.122135
+0.132072 0.130250 0.134251
+0.147259 0.141428 0.146367
+0.162445 0.152606 0.158483
+0.192723 0.157153 0.165298
+0.234321 0.156726 0.168136
+0.275918 0.156300 0.170974
+0.317516 0.155874 0.173812
+0.360293 0.156016 0.175521
+0.410151 0.159565 0.170457
+0.460008 0.163114 0.165393
+0.509865 0.166663 0.160330
+0.559722 0.170212 0.155266
+0.602591 0.174014 0.152811
+0.642664 0.177918 0.151400
+0.682737 0.181821 0.149988
+0.722810 0.185725 0.148577
+0.758553 0.189340 0.147844
+0.783473 0.192234 0.148809
+0.808392 0.195128 0.149774
+0.833311 0.198023 0.150739
+0.858231 0.200917 0.151704
+0.872309 0.202729 0.153501
+0.884581 0.204360 0.155437
+0.896854 0.205992 0.157372
+0.909126 0.207623 0.159308
+0.918825 0.208985 0.161279
+0.925095 0.209986 0.163297
+0.931364 0.210987 0.165316
+0.937633 0.211988 0.167335
+0.943903 0.212990 0.169353
+0.103058 0.117389 0.119308
+0.116911 0.130034 0.132232
+0.130765 0.142679 0.145156
+0.144618 0.155324 0.158080
+0.158472 0.167969 0.171005
+0.187143 0.173825 0.178778
+0.226927 0.174589 0.182688
+0.266712 0.175353 0.186598
+0.306497 0.176117 0.190508
+0.347784 0.177181 0.193050
+0.398088 0.180043 0.187383
+0.448393 0.182905 0.181717
+0.498698 0.185767 0.176051
+0.549002 0.188629 0.170384
+0.592690 0.191883 0.167396
+0.633730 0.195295 0.165480
+0.674771 0.198707 0.163563
+0.715811 0.202119 0.161646
+0.752491 0.205275 0.160450
+0.778268 0.207794 0.161054
+0.804045 0.210313 0.161658
+0.829822 0.212833 0.162262
+0.855599 0.215352 0.162866
+0.870187 0.216814 0.164365
+0.882911 0.218101 0.166014
+0.895634 0.219387 0.167662
+0.908358 0.220673 0.169310
+0.918332 0.221698 0.170987
+0.924641 0.222373 0.172703
+0.930949 0.223049 0.174419
+0.937258 0.223724 0.176135
+0.943567 0.224400 0.177850
+0.103923 0.130278 0.131516
+0.118365 0.143302 0.144654
+0.132807 0.156326 0.157792
+0.147249 0.169351 0.170930
+0.161691 0.182375 0.184069
+0.188732 0.190025 0.192681
+0.225221 0.193645 0.197899
+0.261710 0.197266 0.203117
+0.298199 0.200886 0.208334
+0.336693 0.204281 0.211911
+0.387216 0.206328 0.205642
+0.437740 0.208374 0.199373
+0.488264 0.210420 0.193105
+0.538788 0.212466 0.186836
+0.583146 0.215039 0.183310
+0.625038 0.217822 0.180881
+0.666929 0.220605 0.178452
+0.708821 0.223388 0.176023
+0.746347 0.225955 0.174355
+0.772956 0.227979 0.174588
+0.799566 0.230004 0.174820
+0.826176 0.232028 0.175053
+0.852785 0.234053 0.175286
+0.867901 0.235059 0.176469
+0.881100 0.235894 0.177810
+0.894299 0.236730 0.179152
+0.907499 0.237566 0.180494
+0.917779 0.238161 0.181863
+0.924168 0.238434 0.183270
+0.930557 0.238707 0.184676
+0.936945 0.238980 0.186083
+0.943334 0.239252 0.187490
+0.104787 0.143167 0.143723
+0.119818 0.156570 0.157076
+0.134849 0.169974 0.170428
+0.149880 0.183377 0.183780
+0.164911 0.196780 0.197133
+0.190321 0.206225 0.206584
+0.223514 0.212702 0.213110
+0.256707 0.219178 0.219635
+0.289901 0.225655 0.226161
+0.325601 0.231382 0.230773
+0.376344 0.232612 0.223901
+0.427088 0.233843 0.217030
+0.477831 0.235073 0.210159
+0.528574 0.236303 0.203287
+0.573602 0.238194 0.199223
+0.616345 0.240349 0.196282
+0.659088 0.242503 0.193342
+0.701831 0.244658 0.190401
+0.740202 0.246634 0.188260
+0.767645 0.248164 0.188121
+0.795087 0.249694 0.187982
+0.822529 0.251224 0.187844
+0.849972 0.252755 0.187705
+0.865614 0.253303 0.188572
+0.879289 0.253688 0.189607
+0.892964 0.254074 0.190642
+0.906640 0.254459 0.191678
+0.917226 0.254623 0.192739
+0.923695 0.254494 0.193837
+0.930164 0.254364 0.194934
+0.936632 0.254235 0.196031
+0.943101 0.254105 0.197129
+0.105652 0.156056 0.155931
+0.121271 0.169839 0.169498
+0.136891 0.183621 0.183064
+0.152511 0.197404 0.196630
+0.168131 0.211186 0.210197
+0.191910 0.222426 0.220487
+0.221807 0.231758 0.228321
+0.251705 0.241091 0.236154
+0.281603 0.250424 0.243987
+0.314510 0.258482 0.249634
+0.365472 0.258897 0.242160
+0.416435 0.259312 0.234686
+0.467397 0.259726 0.227212
+0.518360 0.260141 0.219739
+0.564059 0.261349 0.215137
+0.607653 0.262875 0.211684
+0.651247 0.264401 0.208231
+0.694841 0.265927 0.204778
+0.734058 0.267313 0.202166
+0.762333 0.268349 0.201655
+0.790608 0.269385 0.201145
+0.818883 0.270420 0.200634
+0.847158 0.271456 0.200124
+0.863327 0.271548 0.200675
+0.877478 0.271482 0.201404
+0.891629 0.271417 0.202133
+0.905781 0.271351 0.202862
+0.916674 0.271086 0.203616
+0.923222 0.270554 0.204404
+0.929771 0.270022 0.205192
+0.936319 0.269490 0.205980
+0.942868 0.268958 0.206768
+0.107134 0.171906 0.169864
+0.123224 0.186042 0.183583
+0.139313 0.200178 0.197301
+0.155402 0.214315 0.211019
+0.171491 0.228451 0.224737
+0.193763 0.241276 0.235741
+0.220672 0.253118 0.244709
+0.247580 0.264960 0.253677
+0.274489 0.276802 0.262646
+0.304889 0.286879 0.269130
+0.356243 0.286369 0.260713
+0.407596 0.285860 0.252296
+0.458949 0.285350 0.243879
+0.510303 0.284841 0.235463
+0.556587 0.285338 0.230274
+0.600845 0.286238 0.226376
+0.645103 0.287138 0.222478
+0.689360 0.288038 0.218581
+0.729244 0.288840 0.215560
+0.758193 0.289398 0.214730
+0.787142 0.289956 0.213901
+0.816091 0.290514 0.213072
+0.845040 0.291073 0.212242
+0.861632 0.290755 0.212537
+0.876164 0.290292 0.213020
+0.890697 0.289829 0.213502
+0.905229 0.289366 0.213985
+0.916355 0.288741 0.214500
+0.922940 0.287901 0.215058
+0.929526 0.287060 0.215616
+0.936111 0.286220 0.216175
+0.942696 0.285380 0.216733
+0.112327 0.205517 0.194150
+0.128169 0.219857 0.207647
+0.144011 0.234196 0.221144
+0.159853 0.248535 0.234641
+0.175696 0.262874 0.248138
+0.197204 0.276030 0.259102
+0.222962 0.288299 0.268166
+0.248720 0.300567 0.277230
+0.274477 0.312835 0.286294
+0.304094 0.323053 0.292434
+0.356868 0.320969 0.281031
+0.409641 0.318885 0.269628
+0.462414 0.316801 0.258224
+0.515187 0.314717 0.246821
+0.561548 0.314328 0.240750
+0.605344 0.314617 0.236813
+0.649140 0.314906 0.232875
+0.692936 0.315195 0.228937
+0.732411 0.315453 0.225886
+0.761083 0.315635 0.225054
+0.789756 0.315816 0.224222
+0.818428 0.315997 0.223390
+0.847101 0.316179 0.222558
+0.863490 0.315739 0.222951
+0.877833 0.315196 0.223548
+0.892176 0.314653 0.224146
+0.906518 0.314109 0.224743
+0.917441 0.313549 0.225430
+0.923804 0.312966 0.226235
+0.930167 0.312383 0.227041
+0.936531 0.311800 0.227847
+0.942894 0.311217 0.228652
+0.117519 0.239129 0.218435
+0.133114 0.253671 0.231711
+0.148709 0.268213 0.244987
+0.164305 0.282755 0.258263
+0.179900 0.297297 0.271538
+0.200645 0.310784 0.282462
+0.225252 0.323479 0.291622
+0.249859 0.336174 0.300782
+0.274466 0.348869 0.309942
+0.303299 0.359227 0.315738
+0.357492 0.355569 0.301349
+0.411685 0.351910 0.286959
+0.465878 0.348252 0.272569
+0.520071 0.344593 0.258180
+0.566508 0.343318 0.251227
+0.609843 0.342996 0.247249
+0.653177 0.342674 0.243271
+0.696512 0.342352 0.239293
+0.735578 0.342066 0.236213
+0.763974 0.341871 0.235378
+0.792370 0.341676 0.234543
+0.820765 0.341480 0.233708
+0.849161 0.341285 0.232873
+0.865349 0.340723 0.233365
+0.879502 0.340100 0.234077
+0.893655 0.339477 0.234789
+0.907808 0.338853 0.235501
+0.918527 0.338358 0.236359
+0.924668 0.338032 0.237413
+0.930809 0.337705 0.238466
+0.936950 0.337379 0.239519
+0.943091 0.337053 0.240572
+0.122711 0.272741 0.242721
+0.138059 0.287486 0.255775
+0.153407 0.302231 0.268830
+0.168756 0.316976 0.281884
+0.184104 0.331720 0.294939
+0.204085 0.345538 0.305822
+0.227542 0.358659 0.315078
+0.250998 0.371781 0.324335
+0.274454 0.384902 0.333591
+0.302504 0.395401 0.339042
+0.358117 0.390168 0.321666
+0.413730 0.384935 0.304290
+0.469343 0.379702 0.286914
+0.524956 0.374469 0.269539
+0.571469 0.372308 0.261704
+0.614342 0.371375 0.257686
+0.657215 0.370442 0.253668
+0.700088 0.369509 0.249649
+0.738745 0.368680 0.246540
+0.766864 0.368107 0.245702
+0.794983 0.367535 0.244864
+0.823102 0.366963 0.244027
+0.851221 0.366391 0.243189
+0.867207 0.365706 0.243778
+0.881170 0.365003 0.244605
+0.895134 0.364300 0.245432
+0.909097 0.363597 0.246259
+0.919613 0.363166 0.247289
+0.925532 0.363097 0.248590
+0.931451 0.363028 0.249890
+0.937370 0.362959 0.251191
+0.943289 0.362890 0.252492
+0.127903 0.306352 0.267007
+0.143004 0.321300 0.279840
+0.158106 0.336248 0.292673
+0.173207 0.351196 0.305506
+0.188308 0.366144 0.318339
+0.207526 0.380291 0.329183
+0.229832 0.393839 0.338535
+0.252137 0.407387 0.347887
+0.274443 0.420935 0.357239
+0.301709 0.431575 0.362346
+0.358742 0.424768 0.341984
+0.415775 0.417960 0.321622
+0.472807 0.411153 0.301259
+0.529840 0.404345 0.280897
+0.576429 0.401298 0.272181
+0.618841 0.399754 0.268122
+0.661252 0.398210 0.264064
+0.703664 0.396666 0.260006
+0.741913 0.395293 0.256867
+0.769755 0.394344 0.256026
+0.797597 0.393395 0.255186
+0.825439 0.392446 0.254345
+0.853281 0.391497 0.253504
+0.869065 0.390690 0.254192
+0.882839 0.389907 0.255134
+0.896613 0.389124 0.256076
+0.910386 0.388341 0.257018
+0.920699 0.387975 0.258219
+0.926396 0.388163 0.259767
+0.932092 0.388351 0.261315
+0.937789 0.388539 0.262863
+0.943486 0.388727 0.264411
+0.135564 0.343855 0.293065
+0.150434 0.358628 0.305516
+0.165305 0.373401 0.317967
+0.180175 0.388174 0.330418
+0.195045 0.402947 0.342869
+0.213705 0.416988 0.353468
+0.235206 0.430481 0.362679
+0.256708 0.443974 0.371889
+0.278210 0.457467 0.381100
+0.304251 0.468213 0.386298
+0.357531 0.462477 0.367426
+0.410811 0.456742 0.348553
+0.464091 0.451007 0.329681
+0.517372 0.445271 0.310808
+0.565638 0.441034 0.299746
+0.611899 0.437396 0.291808
+0.658160 0.433757 0.283869
+0.704421 0.430119 0.275931
+0.745326 0.427155 0.270031
+0.772844 0.425876 0.269225
+0.800361 0.424596 0.268420
+0.827878 0.423317 0.267614
+0.855395 0.422038 0.266808
+0.870979 0.421149 0.267603
+0.884574 0.420326 0.268665
+0.898169 0.419502 0.269727
+0.911764 0.418679 0.270789
+0.921908 0.418398 0.272174
+0.927450 0.418841 0.273991
+0.932993 0.419285 0.275808
+0.938535 0.419728 0.277624
+0.944077 0.420172 0.279441
+0.144213 0.382913 0.319832
+0.158858 0.397360 0.331837
+0.173504 0.411807 0.343841
+0.188150 0.426255 0.355846
+0.202796 0.440702 0.367851
+0.220979 0.454462 0.378124
+0.241815 0.467707 0.387098
+0.262652 0.480952 0.396072
+0.283488 0.494198 0.405046
+0.308128 0.505035 0.410510
+0.355586 0.501431 0.394917
+0.403045 0.497826 0.379325
+0.450503 0.494222 0.363732
+0.497962 0.490617 0.348139
+0.548546 0.485069 0.334146
+0.600381 0.478742 0.320792
+0.652216 0.472416 0.307439
+0.704050 0.466090 0.294085
+0.748839 0.461117 0.284331
+0.776012 0.459526 0.283575
+0.803185 0.457935 0.282819
+0.830358 0.456344 0.282063
+0.857531 0.454753 0.281307
+0.872916 0.453799 0.282214
+0.886336 0.452950 0.283398
+0.899756 0.452102 0.284582
+0.913176 0.451253 0.285766
+0.923166 0.451068 0.287340
+0.928581 0.451766 0.289434
+0.933996 0.452464 0.291527
+0.939411 0.453162 0.293621
+0.944826 0.453860 0.295715
+0.152861 0.421971 0.346599
+0.167282 0.436093 0.358157
+0.181703 0.450214 0.369716
+0.196125 0.464336 0.381274
+0.210546 0.478457 0.392833
+0.228253 0.491937 0.402779
+0.248424 0.504934 0.411517
+0.268596 0.517931 0.420254
+0.288767 0.530928 0.428991
+0.312005 0.541858 0.434722
+0.353642 0.540384 0.422409
+0.395278 0.538910 0.410096
+0.436915 0.537437 0.397783
+0.478552 0.535963 0.385471
+0.531454 0.529103 0.368546
+0.588863 0.520089 0.349777
+0.646271 0.511075 0.331008
+0.703680 0.502061 0.312239
+0.752352 0.495079 0.298630
+0.779180 0.493176 0.297924
+0.806009 0.491274 0.297218
+0.832838 0.489371 0.296512
+0.859667 0.487469 0.295806
+0.874853 0.486448 0.296824
+0.888098 0.485575 0.298130
+0.901344 0.484701 0.299437
+0.914589 0.483828 0.300743
+0.924424 0.483737 0.302505
+0.929712 0.484690 0.304876
+0.935000 0.485643 0.307247
+0.940287 0.486595 0.309618
+0.945575 0.487548 0.311989
+0.161509 0.461029 0.373366
+0.175706 0.474825 0.384478
+0.189903 0.488621 0.395590
+0.204099 0.502417 0.406703
+0.218296 0.516213 0.417815
+0.235527 0.529411 0.427435
+0.255033 0.542160 0.435936
+0.274539 0.554909 0.444437
+0.294045 0.567659 0.452937
+0.315881 0.578681 0.458933
+0.351697 0.579338 0.449901
+0.387512 0.579995 0.440868
+0.423327 0.580652 0.431835
+0.459142 0.581309 0.422802
+0.514362 0.573138 0.402947
+0.577345 0.561436 0.378762
+0.640327 0.549734 0.354577
+0.703310 0.538032 0.330392
+0.755864 0.529041 0.312930
+0.782349 0.526827 0.312273
+0.808833 0.524612 0.311617
+0.835318 0.522398 0.310961
+0.861802 0.520184 0.310304
+0.876789 0.519098 0.311435
+0.889860 0.518199 0.312863
+0.902931 0.517301 0.314291
+0.916002 0.516403 0.315720
+0.925682 0.516407 0.317671
+0.930843 0.517614 0.320319
+0.936003 0.518821 0.322967
+0.941164 0.520029 0.325615
+0.946324 0.521236 0.328263
+0.170755 0.499345 0.399854
+0.184736 0.512718 0.410499
+0.198716 0.526090 0.421143
+0.212697 0.539463 0.431788
+0.226678 0.552835 0.442433
+0.243473 0.565649 0.451691
+0.262380 0.578044 0.459909
+0.281287 0.590440 0.468127
+0.300193 0.602835 0.476345
+0.320807 0.613792 0.482497
+0.351665 0.616125 0.476246
+0.382522 0.618458 0.469996
+0.413380 0.620791 0.463746
+0.444237 0.623123 0.457496
+0.499580 0.614595 0.436427
+0.564717 0.601723 0.409432
+0.629853 0.588850 0.382436
+0.694990 0.575977 0.355440
+0.749666 0.565913 0.335496
+0.778187 0.562871 0.333180
+0.806709 0.559829 0.330864
+0.835231 0.556787 0.328548
+0.863752 0.553745 0.326232
+0.878868 0.552511 0.327231
+0.891750 0.551579 0.328783
+0.904632 0.550646 0.330335
+0.917514 0.549714 0.331887
+0.927037 0.549795 0.334024
+0.932081 0.551228 0.336940
+0.937126 0.552661 0.339857
+0.942170 0.554094 0.342774
+0.947215 0.555527 0.345690
+0.181493 0.535805 0.425646
+0.195280 0.548510 0.435770
+0.209066 0.561216 0.445893
+0.222852 0.573921 0.456016
+0.236639 0.586626 0.466140
+0.253102 0.598800 0.474947
+0.271573 0.610574 0.482767
+0.290044 0.622349 0.490588
+0.308514 0.634123 0.498409
+0.328355 0.644626 0.504439
+0.356415 0.647497 0.499728
+0.384475 0.650368 0.495017
+0.412535 0.653239 0.490306
+0.440595 0.656110 0.485595
+0.490571 0.649609 0.467609
+0.549313 0.639358 0.444315
+0.608056 0.629108 0.421020
+0.666798 0.618858 0.397725
+0.719189 0.610062 0.378729
+0.755701 0.604902 0.370480
+0.792214 0.599741 0.362230
+0.828726 0.594581 0.353981
+0.865238 0.589420 0.345732
+0.881303 0.587835 0.345993
+0.893960 0.586845 0.347672
+0.906618 0.585856 0.349351
+0.919275 0.584867 0.351030
+0.928632 0.584981 0.353346
+0.933589 0.586566 0.356509
+0.938546 0.588152 0.359673
+0.943503 0.589737 0.362837
+0.948460 0.591323 0.366000
+0.192232 0.572264 0.451439
+0.205824 0.584303 0.461041
+0.219416 0.596341 0.470642
+0.233008 0.608379 0.480244
+0.246600 0.620417 0.489846
+0.262730 0.631950 0.498203
+0.280765 0.643104 0.505626
+0.298800 0.654258 0.513049
+0.316835 0.665412 0.520472
+0.335903 0.675460 0.526381
+0.361165 0.678869 0.523209
+0.386428 0.682278 0.520037
+0.411690 0.685687 0.516865
+0.436953 0.689096 0.513693
+0.481562 0.684622 0.498792
+0.533910 0.676994 0.479198
+0.586258 0.669367 0.459604
+0.638606 0.661739 0.440010
+0.688712 0.654211 0.421962
+0.733215 0.646932 0.407780
+0.777718 0.639653 0.393597
+0.822221 0.632374 0.379414
+0.866724 0.625095 0.365232
+0.883738 0.623159 0.364754
+0.896171 0.622112 0.366561
+0.908603 0.621066 0.368367
+0.921036 0.620019 0.370174
+0.930227 0.620166 0.372668
+0.935097 0.621904 0.376078
+0.939966 0.623642 0.379489
+0.944836 0.625381 0.382900
+0.949705 0.627119 0.386310
+0.202970 0.608724 0.477231
+0.216368 0.620095 0.486311
+0.229765 0.631466 0.495392
+0.243163 0.642837 0.504473
+0.256561 0.654208 0.513553
+0.272359 0.665101 0.521459
+0.289958 0.675634 0.528484
+0.307557 0.686167 0.535510
+0.325157 0.696701 0.542535
+0.343451 0.706293 0.548323
+0.365916 0.710241 0.546691
+0.388381 0.714188 0.545058
+0.410845 0.718136 0.543425
+0.433310 0.722083 0.541792
+0.472553 0.719636 0.529974
+0.518506 0.714630 0.514081
+0.564460 0.709625 0.498188
+0.610413 0.704620 0.482295
+0.658236 0.698360 0.465195
+0.710729 0.688962 0.445079
+0.763223 0.679565 0.424963
+0.815716 0.670168 0.404847
+0.868210 0.660771 0.384731
+0.886173 0.658482 0.383515
+0.898381 0.657379 0.385449
+0.910589 0.656276 0.387383
+0.922797 0.655172 0.389317
+0.931823 0.655352 0.391990
+0.936605 0.657243 0.395647
+0.941386 0.659133 0.399305
+0.946168 0.661024 0.402963
+0.950950 0.662915 0.406620
+0.213709 0.645183 0.503023
+0.226912 0.655887 0.511582
+0.240115 0.666591 0.520141
+0.253318 0.677295 0.528701
+0.266521 0.687999 0.537260
+0.281988 0.698251 0.544715
+0.299151 0.708164 0.551343
+0.316314 0.718077 0.557971
+0.333478 0.727989 0.564598
+0.350999 0.737127 0.570266
+0.370666 0.741613 0.570172
+0.390333 0.746098 0.570078
+0.410001 0.750584 0.569985
+0.429668 0.755070 0.569891
+0.463544 0.754649 0.561156
+0.503103 0.752266 0.548964
+0.542662 0.749883 0.536772
+0.582221 0.747501 0.524580
+0.627759 0.742508 0.508428
+0.688243 0.730993 0.482379
+0.748727 0.719477 0.456330
+0.809211 0.707962 0.430281
+0.869695 0.696446 0.404231
+0.888608 0.693806 0.402277
+0.900591 0.692646 0.404338
+0.912575 0.691485 0.406399
+0.924559 0.690325 0.408460
+0.933418 0.690537 0.411312
+0.938112 0.692581 0.415216
+0.942807 0.694624 0.419121
+0.947501 0.696667 0.423026
+0.952195 0.698711 0.426930
+0.224973 0.674105 0.525671
+0.237941 0.684031 0.533733
+0.250909 0.693956 0.541794
+0.263878 0.703882 0.549855
+0.276846 0.713807 0.557917
+0.291980 0.723315 0.564939
+0.308740 0.732510 0.571183
+0.325500 0.741704 0.577427
+0.342259 0.750898 0.583670
+0.359238 0.759417 0.589099
+0.377532 0.763884 0.589635
+0.395825 0.768350 0.590171
+0.414119 0.772816 0.590707
+0.432413 0.777282 0.591243
+0.463382 0.777729 0.584199
+0.499422 0.776568 0.574123
+0.535462 0.775407 0.564048
+0.571502 0.774246 0.553972
+0.613659 0.770635 0.539904
+0.671112 0.760901 0.515855
+0.728564 0.751166 0.491806
+0.786016 0.741432 0.467757
+0.843468 0.731697 0.443708
+0.867501 0.728650 0.438568
+0.885963 0.726719 0.436579
+0.904425 0.724787 0.434590
+0.922887 0.722855 0.432601
+0.935409 0.722619 0.433213
+0.940009 0.724644 0.437292
+0.944610 0.726669 0.441371
+0.949210 0.728694 0.445450
+0.953811 0.730720 0.449529
+0.236325 0.701770 0.547796
+0.249052 0.710899 0.555363
+0.261778 0.720028 0.562930
+0.274504 0.729156 0.570498
+0.287231 0.738285 0.578065
+0.302034 0.747031 0.584658
+0.318395 0.755491 0.590520
+0.334756 0.763951 0.596382
+0.351118 0.772411 0.602244
+0.367592 0.780284 0.607414
+0.384750 0.784638 0.608428
+0.401907 0.788992 0.609442
+0.419065 0.793345 0.610456
+0.436222 0.797699 0.611470
+0.464695 0.798820 0.605886
+0.497695 0.798647 0.597662
+0.530695 0.798475 0.589439
+0.563694 0.798302 0.581216
+0.602289 0.796092 0.569421
+0.654873 0.788788 0.548694
+0.707456 0.781485 0.527968
+0.760039 0.774181 0.507241
+0.812623 0.766877 0.486515
+0.842470 0.763415 0.477781
+0.868528 0.760592 0.471045
+0.894586 0.757770 0.464310
+0.920644 0.754947 0.457575
+0.937465 0.754183 0.455544
+0.941971 0.756161 0.459785
+0.946477 0.758140 0.464026
+0.950983 0.760118 0.468268
+0.955488 0.762097 0.472509
+0.247677 0.729436 0.569920
+0.260162 0.737767 0.576993
+0.272647 0.746099 0.584067
+0.285131 0.754431 0.591140
+0.297616 0.762763 0.598213
+0.312088 0.770748 0.604376
+0.328050 0.778473 0.609857
+0.344013 0.786198 0.615337
+0.359976 0.793923 0.620818
+0.375947 0.801151 0.625729
+0.391968 0.805392 0.627221
+0.407989 0.809633 0.628712
+0.424010 0.813875 0.630204
+0.440031 0.818116 0.631696
+0.466008 0.819911 0.627572
+0.495968 0.820727 0.621201
+0.525927 0.821543 0.614831
+0.555887 0.822358 0.608460
+0.590919 0.821549 0.598937
+0.638634 0.816676 0.581533
+0.686348 0.811803 0.564129
+0.734063 0.806930 0.546725
+0.781777 0.802057 0.529321
+0.817440 0.798179 0.516993
+0.851093 0.794466 0.505512
+0.884747 0.790753 0.494030
+0.918401 0.787040 0.482548
+0.939522 0.785747 0.477874
+0.943933 0.787679 0.482278
+0.948344 0.789611 0.486682
+0.952755 0.791543 0.491085
+0.957166 0.793475 0.495489
+0.259030 0.757101 0.592045
+0.271272 0.764636 0.598624
+0.283515 0.772171 0.605203
+0.295758 0.779705 0.611782
+0.308001 0.787240 0.618361
+0.322141 0.794464 0.624095
+0.337706 0.801455 0.629194
+0.353270 0.808445 0.634293
+0.368834 0.815436 0.639392
+0.384301 0.822018 0.644044
+0.399186 0.826146 0.646013
+0.414071 0.830275 0.647983
+0.428956 0.834404 0.649953
+0.443841 0.838533 0.651923
+0.467322 0.841001 0.649259
+0.494241 0.842806 0.644740
+0.521160 0.844610 0.640222
+0.548080 0.846415 0.635704
+0.579549 0.847006 0.628453
+0.622395 0.844564 0.614372
+0.665240 0.842122 0.600291
+0.708086 0.839680 0.586209
+0.750931 0.837238 0.572128
+0.792409 0.832943 0.556206
+0.833659 0.828340 0.539978
+0.874908 0.823736 0.523750
+0.916158 0.819133 0.507522
+0.941579 0.817310 0.500205
+0.945895 0.819196 0.504771
+0.950211 0.821081 0.509337
+0.954527 0.822967 0.513903
+0.958843 0.824852 0.518469
+0.269992 0.779920 0.611902
+0.281928 0.786701 0.618031
+0.293864 0.793483 0.624159
+0.305799 0.800264 0.630288
+0.317735 0.807045 0.636417
+0.331501 0.813562 0.641767
+0.346640 0.819881 0.646534
+0.361779 0.826200 0.651300
+0.376918 0.832519 0.656066
+0.391907 0.838506 0.660472
+0.405996 0.842503 0.662717
+0.420085 0.846500 0.664962
+0.434174 0.850496 0.667207
+0.448262 0.854493 0.669451
+0.469958 0.857396 0.667805
+0.494695 0.859860 0.664601
+0.519433 0.862325 0.661398
+0.544171 0.864790 0.658194
+0.573029 0.866360 0.652623
+0.612189 0.865695 0.641131
+0.651348 0.865031 0.629638
+0.690507 0.864366 0.618146
+0.729666 0.863701 0.606654
+0.773558 0.859812 0.589627
+0.818238 0.855386 0.571677
+0.862918 0.850960 0.553727
+0.907598 0.846533 0.535777
+0.935787 0.844753 0.527034
+0.941986 0.846500 0.530566
+0.948184 0.848247 0.534098
+0.954383 0.849995 0.537630
+0.960582 0.851742 0.541162
+0.280435 0.796278 0.628736
+0.291977 0.802363 0.634473
+0.303519 0.808449 0.640210
+0.315060 0.814535 0.645947
+0.326602 0.820620 0.651683
+0.339936 0.826503 0.656713
+0.354614 0.832234 0.661212
+0.369292 0.837965 0.665710
+0.383969 0.843695 0.670209
+0.398514 0.849156 0.674387
+0.412261 0.852995 0.676635
+0.426008 0.856834 0.678884
+0.439754 0.860673 0.681133
+0.453501 0.864512 0.683382
+0.474358 0.867528 0.682163
+0.498059 0.870215 0.679558
+0.521760 0.872903 0.676953
+0.545461 0.875590 0.674347
+0.572976 0.877578 0.669663
+0.610026 0.877819 0.659782
+0.647076 0.878060 0.649902
+0.684125 0.878301 0.640021
+0.721175 0.878542 0.630140
+0.762946 0.876154 0.615324
+0.805503 0.873329 0.599685
+0.848061 0.870503 0.584047
+0.890618 0.867677 0.568408
+0.919530 0.866700 0.559859
+0.930249 0.868187 0.560762
+0.940967 0.869674 0.561666
+0.951685 0.871161 0.562570
+0.962404 0.872648 0.563473
+0.290879 0.812635 0.645570
+0.302026 0.818025 0.650915
+0.313174 0.823415 0.656260
+0.324321 0.828805 0.661605
+0.335469 0.834195 0.666950
+0.348371 0.839444 0.671658
+0.362587 0.844587 0.675889
+0.376804 0.849729 0.680121
+0.391021 0.854872 0.684352
+0.405122 0.859806 0.688301
+0.418526 0.863487 0.690554
+0.431930 0.867168 0.692806
+0.445335 0.870849 0.695059
+0.458739 0.874531 0.697312
+0.478758 0.877661 0.696522
+0.501422 0.880570 0.694515
+0.524087 0.883480 0.692507
+0.546751 0.886390 0.690500
+0.572923 0.888796 0.686704
+0.607863 0.889943 0.678434
+0.642804 0.891089 0.670165
+0.677744 0.892236 0.661896
+0.712684 0.893382 0.653626
+0.752334 0.892496 0.641021
+0.792769 0.891271 0.627694
+0.833203 0.890046 0.614366
+0.873638 0.888821 0.601039
+0.903274 0.888647 0.592684
+0.918512 0.889874 0.590959
+0.933749 0.891100 0.589234
+0.948987 0.892327 0.587509
+0.964225 0.893554 0.585785
+0.301322 0.828993 0.662405
+0.312075 0.833687 0.667358
+0.322829 0.838381 0.672310
+0.333583 0.843076 0.677263
+0.344336 0.847770 0.682216
+0.356805 0.852385 0.686604
+0.370561 0.856939 0.690567
+0.384317 0.861494 0.694531
+0.398072 0.866049 0.698495
+0.411729 0.870456 0.702215
+0.424791 0.873979 0.704472
+0.437853 0.877503 0.706728
+0.450916 0.881026 0.708985
+0.463978 0.884549 0.711242
+0.483158 0.887793 0.710880
+0.504786 0.890926 0.709471
+0.526414 0.894058 0.708062
+0.548041 0.897190 0.706653
+0.572870 0.900014 0.703744
+0.605701 0.902066 0.697086
+0.638532 0.904118 0.690428
+0.671362 0.906171 0.683770
+0.704193 0.908223 0.677113
+0.741722 0.908838 0.666719
+0.780034 0.909214 0.655702
+0.818346 0.909590 0.644686
+0.856658 0.909965 0.633669
+0.887018 0.910594 0.625509
+0.906775 0.911560 0.621155
+0.926532 0.912527 0.616802
+0.946289 0.913493 0.612449
+0.966047 0.914460 0.608096
+0.311765 0.845350 0.679239
+0.322125 0.849349 0.683800
+0.332484 0.853348 0.688361
+0.342844 0.857346 0.692921
+0.353203 0.861345 0.697482
+0.365240 0.865325 0.701549
+0.378535 0.869292 0.705245
+0.391829 0.873259 0.708942
+0.405124 0.877225 0.712638
+0.418336 0.881106 0.716129
+0.431056 0.884472 0.718390
+0.443776 0.887837 0.720651
+0.456496 0.891203 0.722911
+0.469216 0.894568 0.725172
+0.487558 0.897926 0.725239
+0.508149 0.901281 0.724428
+0.528741 0.904635 0.723617
+0.549332 0.907990 0.722806
+0.572817 0.911232 0.720784
+0.603538 0.914190 0.715738
+0.634259 0.917148 0.710692
+0.664981 0.920106 0.705645
+0.695702 0.923064 0.700599
+0.731110 0.925180 0.692416
+0.767299 0.927157 0.683711
+0.803488 0.929133 0.675006
+0.839677 0.931109 0.666300
+0.870761 0.932541 0.658334
+0.895038 0.933247 0.651352
+0.919315 0.933953 0.644370
+0.943591 0.934660 0.637389
+0.967868 0.935366 0.630407
+0.097286 0.091725 0.092780
+0.128660 0.090971 0.099429
+0.160034 0.090216 0.106078
+0.191408 0.089462 0.112728
+0.222782 0.088708 0.119377
+0.258878 0.090366 0.122672
+0.298514 0.093833 0.123453
+0.338151 0.097299 0.124234
+0.377787 0.100766 0.125015
+0.418414 0.104528 0.125255
+0.464986 0.110060 0.122249
+0.511558 0.115592 0.119243
+0.558130 0.121124 0.116237
+0.604702 0.126656 0.113230
+0.643543 0.131895 0.112466
+0.679293 0.137016 0.112597
+0.715043 0.142137 0.112729
+0.750793 0.147258 0.112860
+0.782461 0.151986 0.113534
+0.803923 0.155732 0.115562
+0.825386 0.159478 0.117589
+0.846849 0.163224 0.119617
+0.868311 0.166970 0.121645
+0.880455 0.169581 0.124304
+0.891046 0.172002 0.127068
+0.901637 0.174423 0.129832
+0.912228 0.176843 0.132597
+0.920968 0.179029 0.135490
+0.927242 0.180900 0.138555
+0.933516 0.182771 0.141619
+0.939790 0.184643 0.144684
+0.946063 0.186514 0.147749
+0.099641 0.096581 0.098019
+0.126956 0.098881 0.106126
+0.154271 0.101182 0.114232
+0.181586 0.103482 0.122339
+0.208901 0.105782 0.130446
+0.243425 0.108107 0.134986
+0.283356 0.110450 0.136850
+0.323287 0.112793 0.138715
+0.363219 0.115136 0.140580
+0.404203 0.117860 0.141667
+0.451506 0.122871 0.138086
+0.498810 0.127882 0.134504
+0.546113 0.132893 0.130922
+0.593416 0.137904 0.127340
+0.633257 0.142771 0.126046
+0.670114 0.147581 0.125666
+0.706970 0.152390 0.125287
+0.743826 0.157200 0.124907
+0.776537 0.161645 0.125111
+0.798884 0.165179 0.126776
+0.821231 0.168714 0.128442
+0.843577 0.172248 0.130107
+0.865924 0.175783 0.131772
+0.878557 0.178193 0.134143
+0.889571 0.180416 0.136631
+0.900584 0.182640 0.139120
+0.911598 0.184863 0.141609
+0.920576 0.186845 0.144216
+0.926838 0.188505 0.146981
+0.933101 0.190166 0.149745
+0.939363 0.191826 0.152510
+0.945626 0.193487 0.155275
+0.101996 0.101437 0.103257
+0.125252 0.106792 0.112822
+0.148508 0.112147 0.122386
+0.171763 0.117502 0.131950
+0.195019 0.122857 0.141514
+0.227972 0.125849 0.147299
+0.268198 0.127068 0.150248
+0.308424 0.128287 0.153197
+0.348650 0.129506 0.156146
+0.389992 0.131193 0.158080
+0.438027 0.135683 0.153922
+0.486061 0.140173 0.149765
+0.534096 0.144663 0.145608
+0.582131 0.149153 0.141450
+0.622971 0.153648 0.139626
+0.660934 0.158146 0.138735
+0.698897 0.162644 0.137844
+0.736860 0.167142 0.136953
+0.770614 0.171304 0.136689
+0.793845 0.174626 0.137991
+0.817075 0.177949 0.139294
+0.840306 0.181272 0.140596
+0.863537 0.184595 0.141899
+0.876659 0.186806 0.143982
+0.888095 0.188831 0.146195
+0.899532 0.190857 0.148408
+0.910969 0.192883 0.150621
+0.920183 0.194661 0.152942
+0.926434 0.196111 0.155407
+0.932686 0.197560 0.157872
+0.938937 0.199010 0.160336
+0.945188 0.200459 0.162801
+0.104352 0.106293 0.108496
+0.123548 0.114703 0.119518
+0.142745 0.123112 0.130540
+0.161941 0.131522 0.141562
+0.181138 0.139931 0.152583
+0.212519 0.143590 0.159612
+0.253040 0.143685 0.163645
+0.293561 0.143781 0.167678
+0.334082 0.143876 0.171711
+0.375781 0.144525 0.174492
+0.424547 0.148494 0.169759
+0.473313 0.152463 0.165026
+0.522079 0.156432 0.160293
+0.570845 0.160401 0.155561
+0.612685 0.164525 0.153207
+0.651755 0.168711 0.151804
+0.690824 0.172897 0.150402
+0.729894 0.177083 0.149000
+0.764691 0.180962 0.148267
+0.788805 0.184073 0.149206
+0.812920 0.187184 0.150146
+0.837035 0.190296 0.151086
+0.861150 0.193407 0.152025
+0.874760 0.195418 0.153820
+0.886620 0.197246 0.155758
+0.898480 0.199074 0.157696
+0.910339 0.200902 0.159633
+0.919791 0.202478 0.161668
+0.926031 0.203716 0.163833
+0.932271 0.204955 0.165998
+0.938511 0.206194 0.168162
+0.944751 0.207432 0.170327
+0.106707 0.111149 0.113734
+0.121844 0.122613 0.126214
+0.136981 0.134077 0.138693
+0.152119 0.145542 0.151173
+0.167256 0.157006 0.163652
+0.197067 0.161332 0.171925
+0.237882 0.160303 0.177042
+0.278698 0.159274 0.182159
+0.319514 0.158246 0.187276
+0.361570 0.157857 0.190904
+0.411067 0.161305 0.185596
+0.460565 0.164753 0.180287
+0.510062 0.168201 0.174979
+0.559560 0.171650 0.169671
+0.602399 0.175402 0.166787
+0.642575 0.179277 0.164873
+0.682751 0.183151 0.162960
+0.722928 0.187025 0.161046
+0.758767 0.190621 0.159844
+0.783766 0.193520 0.160421
+0.808765 0.196420 0.160998
+0.833764 0.199319 0.161575
+0.858763 0.202219 0.162152
+0.872862 0.204030 0.163659
+0.885145 0.205661 0.165321
+0.897427 0.207291 0.166983
+0.909710 0.208922 0.168645
+0.919398 0.210294 0.170394
+0.925627 0.211322 0.172259
+0.931855 0.212349 0.174124
+0.938084 0.213377 0.175988
+0.944313 0.214405 0.177853
+0.107947 0.118805 0.122336
+0.121785 0.131765 0.135605
+0.135624 0.144725 0.148873
+0.149463 0.157685 0.162141
+0.163301 0.170645 0.175410
+0.191209 0.176621 0.184978
+0.229668 0.177358 0.191773
+0.268127 0.178096 0.198567
+0.306586 0.178833 0.205361
+0.346700 0.179854 0.210335
+0.396746 0.182573 0.204382
+0.446791 0.185292 0.198429
+0.496837 0.188011 0.192476
+0.546883 0.190730 0.186523
+0.590679 0.193909 0.183040
+0.631976 0.197272 0.180543
+0.673273 0.200635 0.178047
+0.714570 0.203998 0.175551
+0.751495 0.207115 0.173813
+0.777492 0.209618 0.173971
+0.803488 0.212121 0.174129
+0.829485 0.214624 0.174286
+0.855481 0.217127 0.174444
+0.870189 0.218555 0.175601
+0.883016 0.219803 0.176924
+0.895843 0.221051 0.178247
+0.908670 0.222299 0.179570
+0.918706 0.223286 0.180973
+0.925023 0.223927 0.182481
+0.931340 0.224567 0.183990
+0.937657 0.225208 0.185498
+0.943974 0.225848 0.187006
+0.108350 0.128562 0.133461
+0.122961 0.141848 0.147016
+0.137571 0.155135 0.160572
+0.152181 0.168421 0.174127
+0.166791 0.181708 0.187683
+0.192547 0.190071 0.198587
+0.226660 0.194742 0.207504
+0.260774 0.199413 0.216420
+0.294888 0.204084 0.225336
+0.331337 0.208350 0.232029
+0.381793 0.210184 0.225380
+0.432249 0.212017 0.218731
+0.482705 0.213851 0.212082
+0.533161 0.215685 0.205433
+0.577883 0.218139 0.201296
+0.620312 0.220841 0.198164
+0.662740 0.223543 0.195033
+0.705168 0.226244 0.191901
+0.743211 0.228737 0.189577
+0.770291 0.230704 0.189272
+0.797370 0.232672 0.188968
+0.824449 0.234640 0.188664
+0.851529 0.236608 0.188359
+0.866936 0.237513 0.189119
+0.880398 0.238240 0.190056
+0.893860 0.238967 0.190993
+0.907321 0.239694 0.191929
+0.917791 0.240161 0.192940
+0.924270 0.240282 0.194050
+0.930750 0.240403 0.195160
+0.937229 0.240523 0.196270
+0.943709 0.240644 0.197380
+0.108754 0.138318 0.144585
+0.124136 0.151932 0.158428
+0.139518 0.165545 0.172271
+0.154900 0.179158 0.186113
+0.170281 0.192771 0.199956
+0.193884 0.203522 0.212196
+0.223653 0.212126 0.223234
+0.253422 0.220731 0.234273
+0.283191 0.229335 0.245311
+0.315974 0.236846 0.253723
+0.366840 0.237794 0.246378
+0.417707 0.238743 0.239033
+0.468573 0.239691 0.231688
+0.519440 0.240640 0.224343
+0.565087 0.242368 0.219553
+0.608647 0.244409 0.215785
+0.652207 0.246450 0.212018
+0.695767 0.248491 0.208250
+0.734927 0.250358 0.205340
+0.763090 0.251791 0.204574
+0.791252 0.253224 0.203807
+0.819414 0.254656 0.203041
+0.847577 0.256089 0.202275
+0.863683 0.256471 0.202637
+0.877779 0.256677 0.203188
+0.891876 0.256883 0.203738
+0.905973 0.257089 0.204288
+0.916875 0.257036 0.204908
+0.923517 0.256637 0.205619
+0.930159 0.256238 0.206331
+0.936802 0.255839 0.207042
+0.943444 0.255440 0.207754
+0.109158 0.148075 0.155710
+0.125311 0.162015 0.169839
+0.141465 0.175954 0.183969
+0.157618 0.189894 0.198099
+0.173772 0.203834 0.212229
+0.195222 0.216972 0.225805
+0.220646 0.229510 0.238965
+0.246070 0.242048 0.252125
+0.271493 0.254586 0.265286
+0.300610 0.265341 0.275417
+0.351887 0.265405 0.267376
+0.403164 0.265468 0.259335
+0.454441 0.265531 0.251294
+0.505719 0.265595 0.243253
+0.552291 0.266598 0.237810
+0.596983 0.267978 0.233406
+0.641674 0.269357 0.229003
+0.686365 0.270737 0.224599
+0.726643 0.271979 0.221103
+0.755889 0.272877 0.219875
+0.785134 0.273775 0.218647
+0.814379 0.274673 0.217419
+0.843624 0.275570 0.216191
+0.860429 0.275429 0.216156
+0.875161 0.275114 0.216320
+0.889893 0.274799 0.216484
+0.904625 0.274485 0.216648
+0.915959 0.273911 0.216875
+0.922764 0.272992 0.217189
+0.929569 0.272073 0.217502
+0.936374 0.271154 0.217815
+0.943179 0.270236 0.218128
+0.110166 0.161099 0.168779
+0.126948 0.175352 0.183126
+0.143730 0.189605 0.197473
+0.160512 0.203858 0.211821
+0.177294 0.218111 0.226168
+0.196873 0.233310 0.240833
+0.218550 0.249218 0.255736
+0.240227 0.265126 0.270639
+0.261904 0.281035 0.285542
+0.287869 0.294553 0.297035
+0.339561 0.293732 0.288063
+0.391253 0.292910 0.279092
+0.442945 0.292089 0.270120
+0.494637 0.291268 0.261149
+0.541977 0.291548 0.255044
+0.587575 0.292270 0.250085
+0.633173 0.292992 0.245127
+0.678771 0.293713 0.240168
+0.719952 0.294337 0.236161
+0.750091 0.294719 0.234532
+0.780230 0.295100 0.232904
+0.810369 0.295481 0.231276
+0.840508 0.295863 0.229647
+0.857887 0.295252 0.229284
+0.873139 0.294475 0.229132
+0.888391 0.293699 0.228980
+0.903643 0.292923 0.228828
+0.915322 0.291909 0.228744
+0.922235 0.290580 0.228751
+0.929148 0.289250 0.228758
+0.936061 0.287921 0.228765
+0.942974 0.286591 0.228772
+0.114800 0.193725 0.193520
+0.131352 0.208213 0.207665
+0.147904 0.222701 0.221810
+0.164456 0.237189 0.235954
+0.181008 0.251677 0.250099
+0.200400 0.266972 0.264374
+0.221921 0.282872 0.278747
+0.243441 0.298773 0.293119
+0.264962 0.314673 0.307492
+0.290856 0.328058 0.318196
+0.342991 0.326357 0.306888
+0.395127 0.324655 0.295580
+0.447262 0.322953 0.284272
+0.499397 0.321251 0.272964
+0.546547 0.320824 0.266141
+0.591703 0.320906 0.261112
+0.636860 0.320988 0.256082
+0.682016 0.321070 0.251053
+0.722813 0.321122 0.246987
+0.752711 0.321097 0.245328
+0.782609 0.321071 0.243670
+0.812508 0.321046 0.242011
+0.842406 0.321021 0.240353
+0.859608 0.320262 0.240076
+0.874693 0.319380 0.240029
+0.889779 0.318499 0.239982
+0.904865 0.317617 0.239935
+0.916354 0.316648 0.240017
+0.923047 0.315562 0.240273
+0.929740 0.314477 0.240528
+0.936433 0.313391 0.240783
+0.943127 0.312305 0.241038
+0.119433 0.226351 0.218261
+0.135756 0.241074 0.232203
+0.152078 0.255797 0.246146
+0.168401 0.270520 0.260088
+0.184723 0.285243 0.274030
+0.203927 0.300634 0.287915
+0.225291 0.316527 0.301757
+0.246656 0.332419 0.315599
+0.268020 0.348311 0.329441
+0.293844 0.361564 0.339357
+0.346422 0.358982 0.325712
+0.399000 0.356400 0.312068
+0.451578 0.353817 0.298424
+0.504157 0.351235 0.284779
+0.551118 0.350099 0.277238
+0.595832 0.349542 0.272138
+0.640547 0.348985 0.267038
+0.685261 0.348427 0.261938
+0.725674 0.347906 0.257813
+0.755331 0.347474 0.256124
+0.784989 0.347043 0.254435
+0.814647 0.346611 0.252747
+0.844305 0.346179 0.251058
+0.861329 0.345272 0.250867
+0.876248 0.344285 0.250925
+0.891167 0.343298 0.250984
+0.906086 0.342311 0.251042
+0.917385 0.341387 0.251291
+0.923859 0.340545 0.251794
+0.930332 0.339703 0.252298
+0.936806 0.338861 0.252801
+0.943279 0.338019 0.253305
+0.124067 0.258978 0.243002
+0.140160 0.273936 0.256742
+0.156253 0.288894 0.270482
+0.172345 0.303852 0.284222
+0.188438 0.318810 0.297961
+0.207454 0.334297 0.311456
+0.228662 0.350181 0.324768
+0.249870 0.366065 0.338079
+0.271078 0.381949 0.351391
+0.296831 0.395069 0.360518
+0.349853 0.391607 0.344537
+0.402874 0.388144 0.328556
+0.455895 0.384682 0.312575
+0.508916 0.381219 0.296594
+0.555689 0.379375 0.288335
+0.599961 0.378178 0.283164
+0.644234 0.376981 0.277994
+0.688506 0.375785 0.272823
+0.728534 0.374690 0.268638
+0.757952 0.373852 0.266920
+0.787369 0.373014 0.265201
+0.816786 0.372176 0.263482
+0.846203 0.371338 0.261764
+0.863050 0.370282 0.261658
+0.877803 0.369190 0.261822
+0.892555 0.368098 0.261985
+0.907307 0.367006 0.262149
+0.918417 0.366125 0.262564
+0.924671 0.365527 0.263316
+0.930925 0.364929 0.264068
+0.937179 0.364331 0.264820
+0.943432 0.363733 0.265571
+0.128701 0.291604 0.267743
+0.144564 0.306797 0.281280
+0.160427 0.321990 0.294818
+0.176290 0.337183 0.308355
+0.192153 0.352376 0.321893
+0.210981 0.367959 0.334998
+0.232033 0.383835 0.347779
+0.253085 0.399711 0.360560
+0.274137 0.415587 0.373340
+0.299819 0.428575 0.381679
+0.353283 0.424232 0.363361
+0.406748 0.419889 0.345044
+0.460212 0.415546 0.326727
+0.513676 0.411203 0.308410
+0.560259 0.408650 0.299432
+0.604090 0.406814 0.294191
+0.647921 0.404978 0.288949
+0.691751 0.403142 0.283708
+0.731395 0.401474 0.279464
+0.760572 0.400230 0.277716
+0.789748 0.398985 0.275967
+0.818925 0.397741 0.274218
+0.848102 0.396496 0.272469
+0.864772 0.395292 0.272450
+0.879357 0.394095 0.272718
+0.893943 0.392897 0.272987
+0.908528 0.391700 0.273256
+0.919449 0.390864 0.273838
+0.925483 0.390510 0.274838
+0.931517 0.390156 0.275838
+0.937551 0.389801 0.276838
+0.943585 0.389447 0.277838
+0.135966 0.328960 0.294518
+0.151593 0.344000 0.307669
+0.167219 0.359040 0.320819
+0.182846 0.374080 0.333970
+0.198472 0.389119 0.347120
+0.217081 0.404459 0.359723
+0.237928 0.420022 0.371916
+0.258774 0.435586 0.384109
+0.279620 0.451149 0.396302
+0.304592 0.464025 0.404363
+0.354323 0.460772 0.387631
+0.404053 0.457519 0.370900
+0.453784 0.454266 0.354168
+0.503515 0.451013 0.337437
+0.551413 0.447442 0.326313
+0.598577 0.443744 0.317432
+0.645742 0.440046 0.308551
+0.692907 0.436349 0.299670
+0.734838 0.433252 0.292835
+0.763687 0.431659 0.291112
+0.792535 0.430065 0.289389
+0.821383 0.428472 0.287667
+0.850231 0.426878 0.285944
+0.866698 0.425584 0.286032
+0.881101 0.424340 0.286422
+0.895504 0.423096 0.286812
+0.909907 0.421851 0.287202
+0.920654 0.421104 0.287978
+0.926525 0.421020 0.289268
+0.932395 0.420936 0.290557
+0.938266 0.420852 0.291847
+0.944137 0.420768 0.293137
+0.144283 0.368209 0.322107
+0.159671 0.382940 0.334797
+0.175059 0.397672 0.347487
+0.190446 0.412403 0.360176
+0.205834 0.427134 0.372866
+0.224212 0.442093 0.384923
+0.244832 0.457222 0.396505
+0.265452 0.472352 0.408087
+0.286073 0.487481 0.419669
+0.310080 0.500253 0.427657
+0.354406 0.498878 0.414080
+0.398732 0.497503 0.400503
+0.443059 0.496128 0.386926
+0.487385 0.494753 0.373349
+0.537199 0.490040 0.359507
+0.589208 0.483992 0.345559
+0.641217 0.477944 0.331612
+0.693227 0.471895 0.317664
+0.738514 0.467027 0.307223
+0.766999 0.465108 0.305549
+0.795484 0.463188 0.303875
+0.823969 0.461269 0.302201
+0.852453 0.459350 0.300526
+0.868706 0.457989 0.300731
+0.882921 0.456721 0.301249
+0.897135 0.455453 0.301767
+0.911349 0.454185 0.302284
+0.921927 0.453545 0.303264
+0.927658 0.453742 0.304861
+0.933388 0.453938 0.306457
+0.939119 0.454135 0.308053
+0.944849 0.454332 0.309649
+0.152601 0.407458 0.349696
+0.167750 0.421880 0.361925
+0.182898 0.436303 0.374154
+0.198047 0.450726 0.386383
+0.213195 0.465149 0.398612
+0.231342 0.479727 0.410122
+0.251736 0.494423 0.421093
+0.272131 0.509118 0.432064
+0.292526 0.523813 0.443035
+0.315567 0.536481 0.450950
+0.354489 0.536984 0.440528
+0.393411 0.537488 0.430106
+0.432333 0.537991 0.419683
+0.471255 0.538494 0.409261
+0.522985 0.532639 0.392701
+0.579839 0.524240 0.373687
+0.636693 0.515841 0.354672
+0.693546 0.507442 0.335657
+0.742191 0.500802 0.321611
+0.770312 0.498557 0.319986
+0.798433 0.496312 0.318360
+0.826554 0.494067 0.316735
+0.854675 0.491822 0.315109
+0.870715 0.490394 0.315430
+0.884740 0.489102 0.316076
+0.898766 0.487811 0.316721
+0.912791 0.486519 0.317367
+0.923201 0.485985 0.318551
+0.928791 0.486463 0.320454
+0.934381 0.486940 0.322356
+0.939971 0.487418 0.324259
+0.945560 0.487895 0.326162
+0.160919 0.446706 0.377285
+0.175828 0.460821 0.389053
+0.190738 0.474935 0.400821
+0.205647 0.489049 0.412590
+0.220557 0.503164 0.424358
+0.238472 0.517362 0.435322
+0.258641 0.531623 0.445682
+0.278810 0.545884 0.456042
+0.298979 0.560145 0.466402
+0.321054 0.572709 0.474244
+0.354572 0.575090 0.466976
+0.388090 0.577472 0.459709
+0.421608 0.579853 0.452441
+0.455125 0.582235 0.445173
+0.508772 0.575237 0.425896
+0.570470 0.564488 0.401814
+0.632168 0.553738 0.377733
+0.693866 0.542989 0.353651
+0.745867 0.534576 0.335999
+0.773624 0.532006 0.334422
+0.801382 0.529435 0.332845
+0.829140 0.526864 0.331268
+0.856897 0.524294 0.329692
+0.872723 0.522799 0.330129
+0.886560 0.521484 0.330902
+0.900396 0.520168 0.331676
+0.914233 0.518853 0.332449
+0.924475 0.518426 0.333837
+0.929924 0.519184 0.336047
+0.935374 0.519943 0.338256
+0.940823 0.520701 0.340465
+0.946272 0.521459 0.342674
+0.169889 0.485368 0.404555
+0.184570 0.499074 0.415837
+0.199252 0.512779 0.427119
+0.213933 0.526485 0.438401
+0.228615 0.540191 0.449683
+0.246293 0.553921 0.460091
+0.266219 0.567669 0.469843
+0.286144 0.581417 0.479595
+0.306070 0.595165 0.489347
+0.327282 0.607496 0.497047
+0.356218 0.611323 0.492432
+0.385154 0.615150 0.487817
+0.414089 0.618976 0.483202
+0.443025 0.622803 0.478587
+0.496526 0.615534 0.458266
+0.559853 0.603827 0.431664
+0.623180 0.592119 0.405061
+0.686507 0.580412 0.378459
+0.740221 0.571086 0.358539
+0.769904 0.567716 0.355328
+0.799586 0.564346 0.352117
+0.829268 0.560976 0.348906
+0.858950 0.557606 0.345695
+0.874876 0.555970 0.346011
+0.888510 0.554624 0.346916
+0.902144 0.553278 0.347820
+0.915777 0.551932 0.348724
+0.925848 0.551596 0.350314
+0.931167 0.552606 0.352818
+0.936487 0.553617 0.355323
+0.941807 0.554627 0.357827
+0.947127 0.555638 0.360332
+0.180490 0.522562 0.431028
+0.194971 0.535609 0.441760
+0.209452 0.548655 0.452492
+0.223932 0.561702 0.463224
+0.238413 0.574748 0.473955
+0.255841 0.587790 0.483784
+0.275479 0.600829 0.492935
+0.295118 0.613867 0.502086
+0.314756 0.626905 0.511238
+0.335362 0.638680 0.518622
+0.361771 0.642870 0.515405
+0.388179 0.647061 0.512187
+0.414588 0.651251 0.508970
+0.440997 0.655441 0.505753
+0.489198 0.650078 0.488578
+0.546116 0.640893 0.465819
+0.603034 0.631709 0.443060
+0.659953 0.622524 0.420301
+0.711273 0.614434 0.401459
+0.748600 0.609080 0.392407
+0.785927 0.603726 0.383355
+0.823253 0.598372 0.374303
+0.860580 0.593018 0.365251
+0.877393 0.591058 0.364852
+0.890788 0.589664 0.365895
+0.904182 0.588270 0.366938
+0.917577 0.586875 0.367982
+0.927467 0.586589 0.369766
+0.932685 0.587780 0.372538
+0.937904 0.588971 0.375310
+0.943122 0.590162 0.378082
+0.948340 0.591354 0.380854
+0.191092 0.559756 0.457502
+0.205372 0.572144 0.467683
+0.219651 0.584531 0.477865
+0.233931 0.596919 0.488046
+0.248211 0.609306 0.498228
+0.265389 0.621660 0.507477
+0.284740 0.633989 0.516028
+0.304091 0.646317 0.524578
+0.323443 0.658646 0.533128
+0.343441 0.669864 0.540197
+0.367323 0.674418 0.538378
+0.391205 0.678972 0.536558
+0.415087 0.683525 0.534739
+0.438969 0.688079 0.532919
+0.481870 0.684622 0.518889
+0.532380 0.677960 0.499974
+0.582889 0.671298 0.481059
+0.633398 0.664636 0.462144
+0.682325 0.657781 0.444379
+0.727296 0.650444 0.429486
+0.772267 0.643106 0.414593
+0.817238 0.635768 0.399700
+0.862209 0.628430 0.384807
+0.879910 0.626146 0.383693
+0.893065 0.624703 0.384875
+0.906221 0.623261 0.386057
+0.919377 0.621818 0.387239
+0.929087 0.621582 0.389217
+0.934203 0.622954 0.392257
+0.939320 0.624326 0.395296
+0.944436 0.625698 0.398336
+0.949553 0.627070 0.401375
+0.201693 0.596950 0.483975
+0.215772 0.608679 0.493606
+0.229851 0.620407 0.503238
+0.243930 0.632135 0.512869
+0.258009 0.643864 0.522500
+0.274937 0.655530 0.531170
+0.294001 0.667148 0.539120
+0.313065 0.678767 0.547069
+0.332129 0.690386 0.555019
+0.351520 0.701048 0.561772
+0.372875 0.705965 0.561351
+0.394230 0.710883 0.560929
+0.415586 0.715800 0.560507
+0.436941 0.720717 0.560086
+0.474542 0.719166 0.549200
+0.518643 0.715027 0.534129
+0.562744 0.710888 0.519058
+0.606844 0.706749 0.503987
+0.653377 0.701129 0.487298
+0.705993 0.691807 0.466565
+0.758608 0.682486 0.445831
+0.811223 0.673164 0.425097
+0.863839 0.663843 0.404363
+0.882426 0.661233 0.402534
+0.895343 0.659743 0.403855
+0.908260 0.658252 0.405176
+0.921176 0.656761 0.406497
+0.930707 0.656575 0.408669
+0.935721 0.658128 0.411976
+0.940736 0.659680 0.415283
+0.945751 0.661233 0.418590
+0.950766 0.662786 0.421897
+0.212295 0.634145 0.510449
+0.226173 0.645214 0.519530
+0.240051 0.656283 0.528611
+0.253929 0.667352 0.537692
+0.267808 0.678421 0.546773
+0.284485 0.689399 0.554864
+0.303262 0.700308 0.562212
+0.322039 0.711218 0.569561
+0.340816 0.722127 0.576909
+0.359600 0.732232 0.583348
+0.378428 0.737513 0.584324
+0.397256 0.742794 0.585300
+0.416084 0.748074 0.586276
+0.434913 0.753355 0.587252
+0.467215 0.753710 0.579511
+0.504906 0.752093 0.568284
+0.542598 0.750477 0.557057
+0.580290 0.748861 0.545830
+0.624429 0.744476 0.530218
+0.684689 0.733171 0.503643
+0.744949 0.721866 0.477069
+0.805208 0.710561 0.450494
+0.865468 0.699255 0.423919
+0.884943 0.696321 0.421374
+0.897621 0.694782 0.422834
+0.910298 0.693243 0.424294
+0.922976 0.691705 0.425755
+0.932326 0.691568 0.428121
+0.937239 0.693301 0.431695
+0.942153 0.695035 0.435270
+0.947066 0.696768 0.438844
+0.951979 0.698502 0.442419
+0.223633 0.664013 0.533589
+0.237268 0.674304 0.542140
+0.250903 0.684595 0.550691
+0.264538 0.694887 0.559241
+0.278173 0.705178 0.567792
+0.294527 0.715367 0.575373
+0.312922 0.725480 0.582226
+0.331316 0.735594 0.589079
+0.349710 0.745707 0.595932
+0.367994 0.755110 0.602019
+0.385614 0.760257 0.603509
+0.403234 0.765403 0.604999
+0.420854 0.770550 0.606489
+0.438474 0.775696 0.607979
+0.467986 0.776815 0.601896
+0.502255 0.776322 0.592784
+0.536523 0.775829 0.583672
+0.570792 0.775336 0.574559
+0.611549 0.772267 0.561093
+0.668524 0.762760 0.536742
+0.725500 0.753252 0.512391
+0.782476 0.743745 0.488039
+0.839452 0.734237 0.463688
+0.863989 0.730933 0.457957
+0.883120 0.728664 0.455330
+0.902250 0.726394 0.452703
+0.921380 0.724124 0.450076
+0.934374 0.723574 0.450188
+0.939186 0.725316 0.453954
+0.943997 0.727059 0.457719
+0.948809 0.728801 0.461485
+0.953621 0.730543 0.465250
+0.235093 0.692660 0.556174
+0.248478 0.702153 0.564198
+0.261863 0.711647 0.572222
+0.275248 0.721141 0.580245
+0.288632 0.730634 0.588269
+0.304652 0.740019 0.595351
+0.322648 0.749321 0.601726
+0.340644 0.758624 0.608101
+0.358640 0.767926 0.614476
+0.376441 0.776604 0.620206
+0.393072 0.781533 0.622062
+0.409704 0.786462 0.623919
+0.426335 0.791392 0.625776
+0.442967 0.796321 0.627633
+0.470107 0.798013 0.622959
+0.501450 0.798410 0.615674
+0.532794 0.798807 0.608389
+0.564137 0.799205 0.601103
+0.601346 0.797466 0.589961
+0.653216 0.790386 0.569177
+0.705087 0.783306 0.548394
+0.756958 0.776227 0.527610
+0.808829 0.769147 0.506826
+0.839123 0.765467 0.497498
+0.865822 0.762352 0.490079
+0.892520 0.759238 0.482660
+0.919219 0.756123 0.475241
+0.936494 0.755082 0.472691
+0.941204 0.756804 0.476635
+0.945914 0.758527 0.480579
+0.950624 0.760250 0.484523
+0.955334 0.761972 0.488467
+0.246554 0.721307 0.578759
+0.259688 0.730003 0.586256
+0.272823 0.738699 0.593753
+0.285958 0.747395 0.601250
+0.299092 0.756091 0.608746
+0.314777 0.764670 0.615329
+0.332374 0.773162 0.621226
+0.349972 0.781654 0.627123
+0.367569 0.790146 0.633020
+0.384887 0.798098 0.638393
+0.400530 0.802810 0.640616
+0.416173 0.807522 0.642840
+0.431816 0.812234 0.645063
+0.447459 0.816946 0.647287
+0.472227 0.819211 0.644023
+0.500646 0.820499 0.638564
+0.529064 0.821786 0.633105
+0.557482 0.823073 0.627647
+0.591142 0.822664 0.618829
+0.637908 0.818012 0.601613
+0.684674 0.813361 0.584396
+0.731440 0.808709 0.567180
+0.778205 0.804058 0.549964
+0.814258 0.800000 0.537038
+0.848524 0.796040 0.524827
+0.882791 0.792081 0.512616
+0.917057 0.788122 0.500405
+0.938613 0.786590 0.495194
+0.943221 0.788293 0.499317
+0.947830 0.789996 0.503439
+0.952438 0.791699 0.507561
+0.957047 0.793402 0.511683
+0.258014 0.749954 0.601344
+0.270899 0.757852 0.608314
+0.283783 0.765751 0.615284
+0.296667 0.773649 0.622254
+0.309552 0.781547 0.629224
+0.324902 0.789321 0.635307
+0.342101 0.797003 0.640726
+0.359300 0.804684 0.646145
+0.376499 0.812366 0.651565
+0.393334 0.819592 0.656580
+0.407989 0.824086 0.659170
+0.422643 0.828581 0.661760
+0.437298 0.833076 0.664350
+0.451952 0.837570 0.666940
+0.474348 0.840410 0.665086
+0.499841 0.842587 0.661454
+0.525334 0.844764 0.657822
+0.550827 0.846942 0.654190
+0.580939 0.847862 0.647697
+0.622600 0.845638 0.634048
+0.664261 0.843415 0.620399
+0.705921 0.841191 0.606751
+0.747582 0.838968 0.593102
+0.789392 0.834533 0.576578
+0.831226 0.829729 0.559576
+0.873061 0.824925 0.542573
+0.914896 0.820121 0.525570
+0.940733 0.818097 0.517698
+0.945239 0.819781 0.521998
+0.949746 0.821464 0.526299
+0.954253 0.823147 0.530599
+0.958760 0.824831 0.534900
+0.269185 0.773709 0.621550
+0.281750 0.780841 0.628036
+0.294315 0.787973 0.634521
+0.306880 0.795106 0.641006
+0.319445 0.802238 0.647492
+0.334393 0.809254 0.653137
+0.351129 0.816183 0.658153
+0.367865 0.823113 0.663169
+0.384601 0.830042 0.668185
+0.400940 0.836593 0.672882
+0.414898 0.840876 0.675667
+0.428855 0.845160 0.678452
+0.442813 0.849443 0.681237
+0.456770 0.853727 0.684023
+0.477498 0.856920 0.683131
+0.500934 0.859677 0.680768
+0.524370 0.862435 0.678405
+0.547806 0.865192 0.676043
+0.575367 0.867030 0.671235
+0.613241 0.866569 0.660316
+0.651116 0.866109 0.649396
+0.688990 0.865648 0.638477
+0.726864 0.865188 0.627557
+0.770959 0.861200 0.610016
+0.816091 0.856624 0.591372
+0.861222 0.852048 0.572728
+0.906354 0.847472 0.554083
+0.934892 0.845534 0.544828
+0.941305 0.847113 0.548092
+0.947719 0.848693 0.551356
+0.954132 0.850273 0.554620
+0.960546 0.851853 0.557884
+0.279968 0.790940 0.638584
+0.292121 0.797349 0.644641
+0.304275 0.803758 0.650699
+0.316429 0.810167 0.656756
+0.328583 0.816576 0.662814
+0.343041 0.822896 0.668103
+0.359228 0.829150 0.672815
+0.375415 0.835405 0.677527
+0.391602 0.841659 0.682239
+0.407426 0.847603 0.686671
+0.421075 0.851683 0.689422
+0.434724 0.855764 0.692173
+0.448373 0.859845 0.694924
+0.462022 0.863926 0.697675
+0.482019 0.867180 0.697150
+0.504556 0.870103 0.695313
+0.527093 0.873027 0.693477
+0.549629 0.875950 0.691640
+0.575969 0.878157 0.687669
+0.611815 0.878573 0.678361
+0.647661 0.878989 0.669052
+0.683508 0.879405 0.659743
+0.719354 0.879821 0.650435
+0.761104 0.877379 0.635317
+0.803837 0.874461 0.619232
+0.846571 0.871542 0.603146
+0.889305 0.868624 0.587060
+0.918437 0.867541 0.578129
+0.929435 0.868905 0.578736
+0.940433 0.870270 0.579343
+0.951431 0.871634 0.579951
+0.962430 0.872999 0.580558
+0.290751 0.808171 0.655617
+0.302493 0.813856 0.661247
+0.314235 0.819542 0.666877
+0.325978 0.825227 0.672507
+0.337720 0.830913 0.678136
+0.351689 0.836538 0.683068
+0.367327 0.842118 0.687477
+0.382965 0.847697 0.691885
+0.398602 0.853276 0.696294
+0.413912 0.858613 0.700461
+0.427253 0.862491 0.703178
+0.440593 0.866369 0.705895
+0.453934 0.870246 0.708612
+0.467274 0.874124 0.711328
+0.486541 0.877439 0.711169
+0.508178 0.880529 0.709859
+0.529815 0.883619 0.708548
+0.551453 0.886709 0.707238
+0.576570 0.889285 0.704103
+0.610389 0.890577 0.696405
+0.644207 0.891870 0.688708
+0.678026 0.893162 0.681010
+0.711844 0.894455 0.673313
+0.751249 0.893558 0.660618
+0.791584 0.892298 0.647091
+0.831920 0.891037 0.633564
+0.872256 0.889776 0.620037
+0.901983 0.889548 0.611429
+0.917565 0.890697 0.609380
+0.933148 0.891847 0.607330
+0.948731 0.892996 0.605281
+0.964313 0.894145 0.603232
+0.301533 0.825402 0.672651
+0.312865 0.830364 0.677853
+0.324196 0.835326 0.683055
+0.335527 0.840288 0.688257
+0.346858 0.845250 0.693459
+0.360337 0.850180 0.698034
+0.375425 0.855085 0.702139
+0.390514 0.859989 0.706244
+0.405603 0.864894 0.710349
+0.420398 0.869623 0.714250
+0.433430 0.873298 0.716933
+0.446462 0.876973 0.719616
+0.459494 0.880648 0.722299
+0.472526 0.884323 0.724981
+0.491062 0.887699 0.725188
+0.511800 0.890955 0.724404
+0.532538 0.894211 0.723620
+0.553276 0.897467 0.722836
+0.577172 0.900412 0.720536
+0.608962 0.902581 0.714450
+0.640753 0.904750 0.708364
+0.672543 0.906919 0.702277
+0.704334 0.909088 0.696191
+0.741393 0.909738 0.685920
+0.779331 0.910135 0.674951
+0.817269 0.910531 0.663982
+0.855207 0.910928 0.653014
+0.885529 0.911555 0.644729
+0.905696 0.912489 0.640023
+0.925863 0.913423 0.635318
+0.946030 0.914357 0.630612
+0.966197 0.915291 0.625906
+0.312316 0.842633 0.689685
+0.323236 0.846871 0.694459
+0.334156 0.851110 0.699233
+0.345076 0.855349 0.704007
+0.355996 0.859588 0.708781
+0.368984 0.863822 0.713000
+0.383524 0.868052 0.716801
+0.398064 0.872281 0.720602
+0.412603 0.876511 0.724403
+0.426884 0.880633 0.728040
+0.439607 0.884105 0.730689
+0.452331 0.887577 0.733337
+0.465054 0.891050 0.735986
+0.477778 0.894522 0.738634
+0.495584 0.897958 0.739207
+0.515422 0.901381 0.738949
+0.535261 0.904803 0.738691
+0.555100 0.908225 0.738433
+0.577774 0.911540 0.736970
+0.607536 0.914585 0.732495
+0.637299 0.917631 0.728019
+0.667061 0.920676 0.723544
+0.696823 0.923721 0.719069
+0.731538 0.925917 0.711221
+0.767078 0.927972 0.702811
+0.802618 0.930026 0.694401
+0.838158 0.932081 0.685991
+0.869074 0.933563 0.678029
+0.893826 0.934281 0.670667
+0.918577 0.935000 0.663305
+0.943329 0.935718 0.655942
+0.968081 0.936437 0.648580
+0.101367 0.096191 0.097798
+0.132728 0.095176 0.105443
+0.164090 0.094160 0.113089
+0.195451 0.093144 0.120734
+0.226813 0.092129 0.128379
+0.263743 0.093646 0.132578
+0.304848 0.097063 0.134193
+0.345954 0.100480 0.135809
+0.387060 0.103897 0.137424
+0.428592 0.107579 0.138516
+0.472686 0.112849 0.136468
+0.516780 0.118120 0.134421
+0.560874 0.123390 0.132374
+0.604968 0.128661 0.130326
+0.643191 0.133789 0.129391
+0.679065 0.138860 0.128900
+0.714940 0.143932 0.128409
+0.750814 0.149003 0.127918
+0.782596 0.153688 0.128011
+0.804146 0.157410 0.129566
+0.825695 0.161131 0.131121
+0.847245 0.164852 0.132675
+0.868795 0.168573 0.134230
+0.880973 0.171148 0.136533
+0.891589 0.173531 0.138961
+0.902204 0.175915 0.141389
+0.912820 0.178298 0.143817
+0.921538 0.180452 0.146449
+0.927724 0.182298 0.149352
+0.933911 0.184145 0.152255
+0.940097 0.185991 0.155158
+0.946284 0.187837 0.158061
+0.103996 0.101072 0.103037
+0.131298 0.103226 0.111971
+0.158601 0.105381 0.120905
+0.185903 0.107535 0.129839
+0.213205 0.109689 0.138773
+0.248548 0.111860 0.144197
+0.289920 0.114044 0.146989
+0.331293 0.116227 0.149781
+0.372665 0.118411 0.152573
+0.414527 0.120963 0.154626
+0.459330 0.125726 0.152245
+0.504133 0.130490 0.149864
+0.548936 0.135254 0.147483
+0.593739 0.140017 0.145102
+0.632947 0.144776 0.143702
+0.669917 0.149533 0.142694
+0.706886 0.154289 0.141686
+0.743856 0.159046 0.140678
+0.776672 0.163447 0.140295
+0.799106 0.166956 0.141476
+0.821540 0.170466 0.142657
+0.843974 0.173975 0.143837
+0.866408 0.177485 0.145018
+0.879072 0.179869 0.147022
+0.890108 0.182067 0.149163
+0.901144 0.184264 0.151305
+0.912180 0.186461 0.153446
+0.921136 0.188420 0.155781
+0.927320 0.190061 0.158376
+0.933504 0.191702 0.160970
+0.939687 0.193343 0.163565
+0.945871 0.194984 0.166159
+0.106625 0.105953 0.108275
+0.129868 0.111277 0.118498
+0.153111 0.116601 0.128721
+0.176355 0.121925 0.138944
+0.199598 0.127250 0.149167
+0.233353 0.130074 0.155817
+0.274992 0.131024 0.159785
+0.316631 0.131974 0.163754
+0.358270 0.132924 0.167723
+0.400463 0.134347 0.170737
+0.445974 0.138603 0.168022
+0.491486 0.142860 0.165307
+0.536998 0.147117 0.162592
+0.582510 0.151374 0.159877
+0.622703 0.155763 0.158013
+0.660768 0.160205 0.156488
+0.698833 0.164647 0.154963
+0.736898 0.169090 0.153438
+0.770749 0.173205 0.152579
+0.794067 0.176503 0.153386
+0.817385 0.179801 0.154193
+0.840703 0.183099 0.155000
+0.864021 0.186396 0.155806
+0.877171 0.188591 0.157511
+0.888627 0.190602 0.159366
+0.900083 0.192613 0.161220
+0.911539 0.194624 0.163075
+0.920735 0.196388 0.165114
+0.926916 0.197824 0.167400
+0.933097 0.199260 0.169686
+0.939278 0.200696 0.171972
+0.945458 0.202131 0.174258
+0.109254 0.110834 0.113514
+0.128438 0.119328 0.125026
+0.147622 0.127822 0.136538
+0.166806 0.136316 0.148050
+0.185990 0.144810 0.159561
+0.218158 0.148288 0.167436
+0.260064 0.148005 0.172581
+0.301970 0.147721 0.177727
+0.343875 0.147438 0.182873
+0.386398 0.147731 0.186848
+0.432618 0.151481 0.183799
+0.478839 0.155230 0.180750
+0.525060 0.158980 0.177702
+0.571281 0.162730 0.174653
+0.612458 0.166750 0.172323
+0.651619 0.170878 0.170282
+0.690779 0.175005 0.168240
+0.729939 0.179133 0.166198
+0.764826 0.182963 0.164864
+0.789028 0.186050 0.165296
+0.813230 0.189136 0.165729
+0.837432 0.192222 0.166162
+0.861634 0.195308 0.166595
+0.875271 0.197313 0.168000
+0.887147 0.199137 0.169568
+0.899023 0.200962 0.171136
+0.910899 0.202786 0.172703
+0.920333 0.204356 0.174447
+0.926511 0.205587 0.176424
+0.932690 0.206817 0.178402
+0.938868 0.208048 0.180379
+0.945046 0.209279 0.182357
+0.111883 0.115715 0.118752
+0.127008 0.127379 0.131553
+0.142133 0.139043 0.144354
+0.157258 0.150707 0.157155
+0.172383 0.162371 0.169956
+0.202963 0.166503 0.179055
+0.245136 0.164986 0.185377
+0.287308 0.163469 0.191700
+0.329481 0.161952 0.198022
+0.372333 0.161115 0.202958
+0.419262 0.164358 0.199576
+0.466192 0.167601 0.196193
+0.513122 0.170844 0.192811
+0.560052 0.174087 0.189429
+0.602214 0.177737 0.186634
+0.642470 0.181550 0.184076
+0.682725 0.185363 0.181517
+0.722981 0.189177 0.178958
+0.758902 0.192722 0.177148
+0.783988 0.195596 0.177207
+0.809075 0.198471 0.177265
+0.834161 0.201345 0.177324
+0.859247 0.204220 0.177383
+0.873370 0.206034 0.178489
+0.885666 0.207673 0.179770
+0.897963 0.209311 0.181051
+0.910259 0.210949 0.182332
+0.919932 0.212324 0.183779
+0.926107 0.213350 0.185448
+0.932282 0.214375 0.187117
+0.938458 0.215400 0.188787
+0.944633 0.216426 0.190456
+0.113532 0.123147 0.127077
+0.127357 0.136368 0.140597
+0.141181 0.149588 0.154118
+0.155006 0.162808 0.167638
+0.168830 0.176028 0.181159
+0.197387 0.181892 0.191502
+0.236994 0.182239 0.199463
+0.276600 0.182586 0.207424
+0.316206 0.182932 0.215385
+0.356956 0.183575 0.221677
+0.404572 0.185990 0.217958
+0.452188 0.188405 0.214238
+0.499804 0.190821 0.210519
+0.547420 0.193236 0.206800
+0.590571 0.196280 0.203490
+0.631936 0.199576 0.200343
+0.673302 0.202872 0.197196
+0.714667 0.206168 0.194049
+0.751665 0.209231 0.191696
+0.777747 0.211711 0.191326
+0.803830 0.214190 0.190956
+0.829912 0.216670 0.190585
+0.855994 0.219150 0.190215
+0.870725 0.220591 0.190964
+0.883564 0.221860 0.191900
+0.896403 0.223128 0.192835
+0.909242 0.224397 0.193771
+0.919266 0.225402 0.194867
+0.925537 0.226055 0.196176
+0.931807 0.226708 0.197485
+0.938077 0.227361 0.198794
+0.944348 0.228015 0.200103
+0.114446 0.132493 0.137715
+0.129040 0.146059 0.151529
+0.143633 0.159626 0.165342
+0.158226 0.173192 0.179156
+0.172820 0.186759 0.192969
+0.199026 0.195163 0.204572
+0.233941 0.199697 0.214517
+0.268856 0.204230 0.224462
+0.303771 0.208763 0.234407
+0.340597 0.212841 0.242351
+0.388882 0.214188 0.238293
+0.437167 0.215536 0.234235
+0.485452 0.216883 0.230176
+0.533737 0.218231 0.226118
+0.577879 0.220492 0.222253
+0.620365 0.223118 0.218465
+0.662850 0.225744 0.214676
+0.705336 0.228371 0.210888
+0.743443 0.230803 0.207942
+0.770605 0.232750 0.207102
+0.797767 0.234698 0.206261
+0.824929 0.236645 0.205421
+0.852092 0.238593 0.204580
+0.867521 0.239524 0.204928
+0.880995 0.240286 0.205475
+0.894470 0.241047 0.206021
+0.907944 0.241809 0.206568
+0.918403 0.242311 0.207270
+0.924841 0.242467 0.208181
+0.931280 0.242623 0.209092
+0.937719 0.242779 0.210002
+0.944157 0.242935 0.210913
+0.115361 0.141839 0.148354
+0.130723 0.155751 0.162461
+0.146085 0.169664 0.176567
+0.161447 0.183577 0.190673
+0.176809 0.197490 0.204779
+0.200664 0.208435 0.217641
+0.230888 0.217154 0.229570
+0.261112 0.225874 0.241500
+0.291337 0.234594 0.253429
+0.324237 0.242108 0.263026
+0.373191 0.242387 0.258628
+0.422145 0.242666 0.254231
+0.471100 0.242946 0.249834
+0.520054 0.243225 0.245437
+0.565188 0.244703 0.241016
+0.608793 0.246659 0.236586
+0.652399 0.248616 0.232157
+0.696004 0.250573 0.227727
+0.735221 0.252375 0.224189
+0.763463 0.253790 0.222878
+0.791705 0.255206 0.221567
+0.819947 0.256621 0.220256
+0.848189 0.258036 0.218945
+0.864318 0.258457 0.218893
+0.878427 0.258711 0.219050
+0.892536 0.258966 0.219207
+0.906645 0.259221 0.219364
+0.917539 0.259220 0.219673
+0.924146 0.258879 0.220186
+0.930753 0.258538 0.220698
+0.937360 0.258197 0.221210
+0.943967 0.257855 0.221723
+0.116275 0.151184 0.158993
+0.132406 0.165443 0.173392
+0.148537 0.179702 0.187791
+0.164668 0.193961 0.202190
+0.180798 0.208220 0.216589
+0.202302 0.221706 0.230711
+0.227836 0.234612 0.244624
+0.253369 0.247518 0.258537
+0.278902 0.260424 0.272451
+0.307877 0.271374 0.283700
+0.357500 0.270586 0.278964
+0.407124 0.269797 0.274227
+0.456747 0.269008 0.269491
+0.506371 0.268220 0.264755
+0.552496 0.268914 0.259779
+0.597222 0.270201 0.254708
+0.641947 0.271488 0.249637
+0.686673 0.272775 0.244566
+0.726998 0.273947 0.240435
+0.756320 0.274830 0.238654
+0.785643 0.275713 0.236873
+0.814965 0.276596 0.235091
+0.844287 0.277479 0.233310
+0.861114 0.277390 0.232857
+0.875858 0.277137 0.232625
+0.890603 0.276885 0.232393
+0.905347 0.276633 0.232161
+0.916676 0.276130 0.232077
+0.923451 0.275291 0.232191
+0.930226 0.274453 0.232305
+0.937001 0.273614 0.232418
+0.943777 0.272776 0.232532
+0.117557 0.163287 0.171408
+0.134346 0.177874 0.186039
+0.151134 0.192462 0.200669
+0.167923 0.207050 0.215299
+0.184712 0.221637 0.229929
+0.204205 0.237309 0.245081
+0.225725 0.253795 0.260624
+0.247246 0.270280 0.276168
+0.268767 0.286766 0.291711
+0.294369 0.300662 0.304288
+0.344462 0.299022 0.299068
+0.394556 0.297383 0.293849
+0.444649 0.295743 0.288630
+0.494742 0.294104 0.283411
+0.541673 0.294077 0.277883
+0.587340 0.294694 0.272231
+0.633007 0.295312 0.266579
+0.678673 0.295929 0.260927
+0.719938 0.296473 0.256259
+0.750198 0.296834 0.254053
+0.780457 0.297195 0.251847
+0.810717 0.297556 0.249640
+0.840976 0.297916 0.247434
+0.858411 0.297351 0.246630
+0.873708 0.296631 0.246061
+0.889005 0.295912 0.245491
+0.904303 0.295192 0.244921
+0.916003 0.294241 0.244502
+0.922908 0.292981 0.244284
+0.929813 0.291721 0.244066
+0.936718 0.290461 0.243848
+0.943623 0.289201 0.243630
+0.121045 0.191928 0.194481
+0.137826 0.206740 0.208973
+0.154607 0.221551 0.223466
+0.171388 0.236363 0.237958
+0.188170 0.251174 0.252451
+0.207692 0.266905 0.267260
+0.229270 0.283326 0.282306
+0.250848 0.299747 0.297352
+0.272426 0.316169 0.312399
+0.297974 0.330074 0.324357
+0.347341 0.328887 0.317791
+0.396707 0.327700 0.311225
+0.446074 0.326513 0.304659
+0.495441 0.325326 0.298093
+0.542068 0.324949 0.292025
+0.587599 0.324896 0.286157
+0.633130 0.324843 0.280288
+0.678662 0.324790 0.274419
+0.719852 0.324723 0.269553
+0.750192 0.324621 0.267193
+0.780531 0.324519 0.264832
+0.810871 0.324417 0.262472
+0.841210 0.324316 0.260112
+0.858709 0.323485 0.259261
+0.874067 0.322534 0.258661
+0.889425 0.321582 0.258062
+0.904784 0.320631 0.257462
+0.916475 0.319561 0.257055
+0.923279 0.318334 0.256906
+0.930082 0.317107 0.256756
+0.936885 0.315880 0.256606
+0.943689 0.314653 0.256457
+0.124533 0.220570 0.217553
+0.141307 0.235605 0.231908
+0.158080 0.250640 0.246263
+0.174854 0.265676 0.260617
+0.191627 0.280711 0.274972
+0.211179 0.296501 0.289438
+0.232815 0.312858 0.303988
+0.254450 0.329215 0.318537
+0.276086 0.345572 0.333086
+0.301579 0.359487 0.344427
+0.350219 0.358752 0.336514
+0.398859 0.358017 0.328601
+0.447499 0.357282 0.320689
+0.496139 0.356547 0.312776
+0.542462 0.355821 0.306168
+0.587858 0.355097 0.300083
+0.633254 0.354374 0.293997
+0.678650 0.353651 0.287911
+0.719767 0.352973 0.282846
+0.750186 0.352408 0.280332
+0.780605 0.351844 0.277818
+0.811025 0.351279 0.275304
+0.841444 0.350715 0.272790
+0.859006 0.349620 0.271891
+0.874426 0.348437 0.271262
+0.889845 0.347253 0.270633
+0.905264 0.346070 0.270003
+0.916948 0.344882 0.269609
+0.923649 0.343688 0.269528
+0.930351 0.342494 0.269446
+0.937053 0.341300 0.269365
+0.943754 0.340106 0.269283
+0.128021 0.249212 0.240626
+0.144787 0.264471 0.254843
+0.161553 0.279730 0.269060
+0.178319 0.294989 0.283277
+0.195085 0.310247 0.297494
+0.214666 0.326097 0.311617
+0.236359 0.342390 0.325669
+0.258052 0.358682 0.339722
+0.279745 0.374975 0.353774
+0.305184 0.388899 0.364497
+0.353097 0.388617 0.355237
+0.401011 0.388334 0.345978
+0.448924 0.388052 0.336718
+0.496838 0.387769 0.327459
+0.542856 0.386693 0.320311
+0.588117 0.385299 0.314009
+0.633377 0.383906 0.307706
+0.678638 0.382512 0.301403
+0.719681 0.381223 0.296139
+0.750180 0.380196 0.293471
+0.780680 0.379168 0.290804
+0.811179 0.378141 0.288136
+0.841678 0.377114 0.285468
+0.859304 0.375754 0.284522
+0.874785 0.374339 0.283863
+0.890265 0.372924 0.283204
+0.905745 0.371509 0.282545
+0.917420 0.370203 0.282163
+0.924020 0.369042 0.282149
+0.930620 0.367880 0.282136
+0.937220 0.366719 0.282123
+0.943820 0.365558 0.282110
+0.131510 0.277854 0.263698
+0.148268 0.293336 0.277777
+0.165026 0.308819 0.291857
+0.181784 0.324302 0.305936
+0.198543 0.339784 0.320015
+0.218153 0.355693 0.333795
+0.239904 0.371921 0.347351
+0.261654 0.388150 0.360906
+0.283405 0.404378 0.374462
+0.308789 0.418312 0.384566
+0.355976 0.418482 0.373960
+0.403163 0.418651 0.363354
+0.450349 0.418821 0.352747
+0.497536 0.418991 0.342141
+0.543250 0.417565 0.334454
+0.588376 0.415501 0.327935
+0.633501 0.413437 0.321415
+0.678626 0.411373 0.314896
+0.719595 0.409473 0.309433
+0.750175 0.407983 0.306611
+0.780754 0.406493 0.303789
+0.811333 0.405003 0.300968
+0.841912 0.403513 0.298146
+0.859602 0.401888 0.297152
+0.875143 0.400242 0.296464
+0.890685 0.398595 0.295775
+0.906226 0.396948 0.295086
+0.917892 0.395524 0.294716
+0.924391 0.394395 0.294771
+0.930889 0.393267 0.294827
+0.937388 0.392139 0.294882
+0.943886 0.391011 0.294937
+0.138127 0.314010 0.290637
+0.154700 0.329350 0.304348
+0.171274 0.344690 0.318058
+0.187847 0.360030 0.331769
+0.204420 0.375371 0.345480
+0.223865 0.391035 0.358769
+0.245462 0.406943 0.371743
+0.267060 0.422851 0.384716
+0.288657 0.438759 0.397689
+0.313454 0.452574 0.407467
+0.357442 0.453830 0.398066
+0.401431 0.455087 0.388666
+0.445419 0.456344 0.379265
+0.489408 0.457601 0.369865
+0.536122 0.455382 0.360251
+0.583925 0.451773 0.350553
+0.631729 0.448164 0.340854
+0.679533 0.444555 0.331155
+0.722344 0.441444 0.323417
+0.752675 0.439579 0.320580
+0.783005 0.437714 0.317743
+0.813335 0.435849 0.314906
+0.843666 0.433984 0.312070
+0.861211 0.432240 0.311159
+0.876625 0.430516 0.310569
+0.892039 0.428792 0.309979
+0.907453 0.427068 0.309389
+0.918983 0.425705 0.309194
+0.925334 0.424820 0.309526
+0.931685 0.423936 0.309857
+0.938035 0.423052 0.310189
+0.944386 0.422168 0.310521
+0.145996 0.353171 0.319122
+0.162314 0.368223 0.332372
+0.178631 0.383274 0.345622
+0.194949 0.398325 0.358872
+0.211266 0.413377 0.372123
+0.230465 0.428676 0.384862
+0.251826 0.444161 0.397219
+0.273187 0.459646 0.409576
+0.294547 0.475131 0.421933
+0.318542 0.488775 0.431499
+0.358344 0.491373 0.424326
+0.398146 0.493971 0.417152
+0.437947 0.496568 0.409978
+0.477749 0.499166 0.402805
+0.525984 0.495977 0.390710
+0.577592 0.490473 0.376648
+0.629200 0.484969 0.362585
+0.680807 0.479465 0.348522
+0.726227 0.474903 0.337678
+0.756177 0.472699 0.334882
+0.786127 0.470494 0.332085
+0.816077 0.468289 0.329288
+0.846027 0.466084 0.326491
+0.863344 0.464279 0.325715
+0.878555 0.462540 0.325275
+0.893766 0.460800 0.324835
+0.908978 0.459061 0.324396
+0.920320 0.457829 0.324441
+0.926505 0.457274 0.325133
+0.932690 0.456718 0.325824
+0.938876 0.456163 0.326516
+0.945061 0.455607 0.327207
+0.153866 0.392333 0.347607
+0.169927 0.407095 0.360397
+0.185989 0.421858 0.373186
+0.202050 0.436621 0.385976
+0.218112 0.451383 0.398765
+0.237066 0.466317 0.410955
+0.258190 0.481379 0.422695
+0.279313 0.496441 0.434435
+0.300437 0.511503 0.446176
+0.323631 0.524976 0.455532
+0.359246 0.528915 0.450585
+0.394860 0.532854 0.445638
+0.430475 0.536793 0.440691
+0.466090 0.540732 0.435744
+0.515846 0.536572 0.421169
+0.571258 0.529173 0.402743
+0.626670 0.521774 0.384316
+0.682082 0.514375 0.365889
+0.730110 0.508363 0.351940
+0.759680 0.505818 0.349183
+0.789249 0.503274 0.346427
+0.818819 0.500729 0.343670
+0.848389 0.498185 0.340913
+0.865477 0.496317 0.340271
+0.880486 0.494563 0.339982
+0.895494 0.492809 0.339692
+0.910502 0.491054 0.339403
+0.921658 0.489954 0.339688
+0.927677 0.489727 0.340740
+0.933696 0.489500 0.341791
+0.939716 0.489273 0.342843
+0.945735 0.489046 0.343894
+0.161735 0.431494 0.376093
+0.177541 0.445968 0.388421
+0.193346 0.460442 0.400750
+0.209152 0.474916 0.413079
+0.224958 0.489390 0.425407
+0.243667 0.503958 0.437048
+0.264554 0.518597 0.448171
+0.285440 0.533236 0.459295
+0.306327 0.547875 0.470419
+0.328720 0.561177 0.479565
+0.360147 0.566457 0.476845
+0.391575 0.571737 0.474125
+0.423003 0.577017 0.471404
+0.454431 0.582298 0.468684
+0.505708 0.577168 0.451628
+0.564924 0.567873 0.428837
+0.624140 0.558579 0.406047
+0.683356 0.549285 0.383256
+0.733993 0.541822 0.366201
+0.763182 0.538938 0.363485
+0.792372 0.536054 0.360768
+0.821561 0.533169 0.358052
+0.850750 0.530285 0.355335
+0.867610 0.528356 0.354828
+0.882416 0.526586 0.354688
+0.897221 0.524817 0.354549
+0.912027 0.523047 0.354410
+0.922996 0.522079 0.354935
+0.928849 0.522181 0.356347
+0.934702 0.522282 0.357758
+0.940556 0.522384 0.359169
+0.946409 0.522485 0.360581
+0.170303 0.470261 0.404234
+0.185865 0.484342 0.416072
+0.201428 0.498422 0.427910
+0.216990 0.512503 0.439747
+0.232553 0.526584 0.451585
+0.251013 0.540695 0.462661
+0.271647 0.554830 0.473166
+0.292280 0.568964 0.483671
+0.312914 0.583098 0.494177
+0.334581 0.596109 0.503056
+0.362447 0.602381 0.502183
+0.390314 0.608653 0.501310
+0.418180 0.614925 0.500437
+0.446046 0.621197 0.499564
+0.496997 0.615856 0.481570
+0.557181 0.605870 0.456728
+0.617365 0.595883 0.431887
+0.677549 0.585897 0.407045
+0.729367 0.577728 0.388091
+0.760268 0.574100 0.383857
+0.791169 0.570473 0.379622
+0.822069 0.566846 0.375388
+0.852970 0.563219 0.371153
+0.869888 0.561165 0.370558
+0.884476 0.559374 0.370570
+0.899063 0.557583 0.370582
+0.913651 0.555792 0.370593
+0.924430 0.554940 0.371353
+0.930132 0.555341 0.373110
+0.935834 0.555742 0.374867
+0.941535 0.556142 0.376624
+0.947237 0.556543 0.378381
+0.180618 0.508040 0.431517
+0.195969 0.521468 0.442788
+0.211319 0.534895 0.454058
+0.226669 0.548322 0.465329
+0.242019 0.561750 0.476599
+0.260222 0.575175 0.487076
+0.280562 0.588600 0.496958
+0.300903 0.602024 0.506840
+0.321244 0.615448 0.516721
+0.342375 0.627868 0.525195
+0.368243 0.634259 0.525219
+0.394111 0.640650 0.525243
+0.419979 0.647041 0.525268
+0.445847 0.653432 0.525292
+0.491854 0.649778 0.510220
+0.545916 0.642107 0.489109
+0.599978 0.634435 0.467999
+0.654040 0.626764 0.446889
+0.703468 0.619747 0.429053
+0.741310 0.614370 0.419405
+0.779152 0.608992 0.409757
+0.816995 0.603614 0.400109
+0.854837 0.598237 0.390461
+0.872527 0.595902 0.389224
+0.886859 0.594074 0.389389
+0.901191 0.592246 0.389554
+0.915522 0.590417 0.389719
+0.926106 0.589641 0.390698
+0.931692 0.590268 0.392765
+0.937278 0.590894 0.394832
+0.942864 0.591521 0.396898
+0.948450 0.592147 0.398965
+0.190933 0.545820 0.458800
+0.206072 0.558593 0.469503
+0.221210 0.571367 0.480207
+0.236348 0.584141 0.490910
+0.251486 0.596915 0.501613
+0.269430 0.609655 0.511491
+0.289478 0.622370 0.520749
+0.309526 0.635084 0.530008
+0.329574 0.647799 0.539266
+0.350168 0.659627 0.547334
+0.374038 0.666137 0.548255
+0.397908 0.672647 0.549177
+0.421778 0.679157 0.550098
+0.445648 0.685667 0.551020
+0.486711 0.683701 0.538869
+0.534651 0.678344 0.521491
+0.582591 0.672987 0.504112
+0.630531 0.667630 0.486733
+0.677569 0.661767 0.470016
+0.722353 0.654639 0.454954
+0.767136 0.647511 0.439893
+0.811920 0.640383 0.424831
+0.856704 0.633255 0.409770
+0.875167 0.630638 0.407890
+0.889242 0.628773 0.408208
+0.903318 0.626908 0.408526
+0.917394 0.625043 0.408844
+0.927782 0.624342 0.410044
+0.933252 0.625194 0.412420
+0.938723 0.626047 0.414796
+0.944193 0.626899 0.417173
+0.949663 0.627751 0.419549
+0.201248 0.583599 0.486083
+0.216175 0.595719 0.496219
+0.231101 0.607840 0.506355
+0.246027 0.619960 0.516491
+0.260953 0.632080 0.526628
+0.278639 0.644135 0.535906
+0.298394 0.656140 0.544541
+0.318149 0.668145 0.553176
+0.337905 0.680150 0.561811
+0.357962 0.691386 0.569473
+0.379834 0.698015 0.571291
+0.401705 0.704644 0.573110
+0.423577 0.711273 0.574929
+0.445449 0.717902 0.576748
+0.481567 0.717623 0.567519
+0.523385 0.714581 0.553872
+0.565203 0.711538 0.540224
+0.607021 0.708496 0.526577
+0.651670 0.703787 0.510978
+0.703395 0.694908 0.490503
+0.755120 0.686030 0.470028
+0.806845 0.677151 0.449553
+0.858571 0.668273 0.429078
+0.877806 0.665374 0.426556
+0.891626 0.663472 0.427027
+0.905446 0.661570 0.427498
+0.919266 0.659668 0.427969
+0.929458 0.659043 0.429389
+0.934812 0.660121 0.432075
+0.940167 0.661199 0.434761
+0.945522 0.662277 0.437447
+0.950876 0.663355 0.440133
+0.211564 0.621378 0.513366
+0.226278 0.632845 0.522935
+0.240992 0.644312 0.532504
+0.255706 0.655779 0.542073
+0.270420 0.667246 0.551642
+0.287847 0.678614 0.560321
+0.307310 0.689910 0.568333
+0.326772 0.701205 0.576344
+0.346235 0.712500 0.584356
+0.365756 0.723146 0.591611
+0.385629 0.729893 0.594327
+0.405503 0.736641 0.597043
+0.425376 0.743389 0.599760
+0.445249 0.750136 0.602476
+0.476424 0.751545 0.596169
+0.512120 0.750817 0.586253
+0.547816 0.750090 0.576336
+0.583512 0.749363 0.566420
+0.625771 0.745806 0.551941
+0.684438 0.735177 0.526052
+0.743104 0.724549 0.500163
+0.801771 0.713920 0.474275
+0.860438 0.703291 0.448386
+0.880445 0.700110 0.445222
+0.894009 0.698171 0.445846
+0.907573 0.696233 0.446470
+0.921137 0.694294 0.447094
+0.931133 0.693744 0.448734
+0.936372 0.695048 0.451730
+0.941611 0.696352 0.454726
+0.946850 0.697655 0.457721
+0.952089 0.698959 0.460717
+0.222807 0.652163 0.537145
+0.237269 0.662847 0.546157
+0.251731 0.673532 0.555169
+0.266193 0.684217 0.564182
+0.280655 0.694902 0.573194
+0.297756 0.705477 0.581333
+0.316835 0.715969 0.588817
+0.335914 0.726461 0.596301
+0.354993 0.736952 0.603785
+0.374041 0.746870 0.610624
+0.392902 0.753340 0.613592
+0.411763 0.759810 0.616560
+0.430624 0.766280 0.619528
+0.449486 0.772750 0.622497
+0.478066 0.774779 0.617692
+0.510534 0.775032 0.609778
+0.543002 0.775285 0.601865
+0.575470 0.775538 0.593951
+0.614457 0.773183 0.581565
+0.669739 0.764311 0.558000
+0.725022 0.755438 0.534434
+0.780304 0.746566 0.510869
+0.835587 0.737693 0.487303
+0.860435 0.734213 0.481108
+0.880211 0.731632 0.477808
+0.899987 0.729050 0.474508
+0.919763 0.726469 0.471208
+0.933259 0.725572 0.470701
+0.938382 0.726923 0.473917
+0.943506 0.728273 0.477134
+0.948629 0.729623 0.480351
+0.953752 0.730974 0.483568
+0.234206 0.681781 0.560340
+0.248409 0.691663 0.568797
+0.262612 0.701544 0.577254
+0.276816 0.711426 0.585711
+0.291019 0.721307 0.594169
+0.307781 0.731070 0.601777
+0.326462 0.740743 0.608750
+0.345142 0.750415 0.615722
+0.363823 0.760088 0.622694
+0.382408 0.769254 0.629115
+0.400422 0.775381 0.632228
+0.418435 0.781507 0.635341
+0.436448 0.787633 0.638454
+0.454461 0.793759 0.641566
+0.480838 0.796231 0.638028
+0.510561 0.797242 0.631828
+0.540284 0.798253 0.625629
+0.570007 0.799264 0.619430
+0.605574 0.798120 0.609301
+0.655751 0.791588 0.589347
+0.705929 0.785057 0.569394
+0.756106 0.778525 0.549441
+0.806283 0.771993 0.529488
+0.836651 0.768210 0.519863
+0.863716 0.764885 0.511960
+0.890782 0.761561 0.504056
+0.917847 0.758236 0.496153
+0.935460 0.756922 0.493104
+0.940467 0.758289 0.496527
+0.945475 0.759656 0.499950
+0.950483 0.761023 0.503374
+0.955490 0.762390 0.506797
+0.245604 0.711399 0.583535
+0.259549 0.720478 0.591437
+0.273493 0.729556 0.599339
+0.287438 0.738634 0.607241
+0.301383 0.747712 0.615143
+0.317806 0.756662 0.622222
+0.336088 0.765516 0.628682
+0.354371 0.774370 0.635143
+0.372653 0.783224 0.641604
+0.390776 0.791639 0.647607
+0.407941 0.797422 0.650864
+0.425106 0.803204 0.654121
+0.442271 0.808986 0.657379
+0.459437 0.814769 0.660636
+0.483611 0.817684 0.658363
+0.510588 0.819453 0.653878
+0.537566 0.821222 0.649393
+0.564543 0.822991 0.644908
+0.596690 0.823057 0.637036
+0.641763 0.818866 0.620695
+0.686835 0.814675 0.604355
+0.731908 0.810484 0.588014
+0.776980 0.806294 0.571673
+0.812866 0.802208 0.558619
+0.847221 0.798139 0.546112
+0.881577 0.794071 0.533605
+0.915932 0.790002 0.521098
+0.937660 0.788271 0.515507
+0.942552 0.789655 0.519137
+0.947444 0.791039 0.522767
+0.952336 0.792423 0.526396
+0.957228 0.793807 0.530026
+0.257002 0.741018 0.606731
+0.270688 0.749293 0.614078
+0.284374 0.757568 0.621424
+0.298061 0.765843 0.628771
+0.311747 0.774118 0.636118
+0.327831 0.782255 0.642666
+0.345715 0.790290 0.648615
+0.363599 0.798325 0.654564
+0.381483 0.806360 0.660513
+0.399143 0.814024 0.666098
+0.415460 0.819462 0.669500
+0.431777 0.824901 0.672902
+0.448095 0.830340 0.676304
+0.464412 0.835778 0.679706
+0.486383 0.839137 0.678699
+0.510615 0.841664 0.675928
+0.534847 0.844190 0.673157
+0.559079 0.846717 0.670386
+0.587807 0.847993 0.664771
+0.627775 0.846143 0.652043
+0.667742 0.844294 0.639315
+0.707709 0.842444 0.626587
+0.747676 0.840594 0.613859
+0.789082 0.836205 0.597374
+0.830727 0.831393 0.580264
+0.872372 0.826581 0.563154
+0.914017 0.821769 0.546043
+0.939861 0.819620 0.537910
+0.944637 0.821021 0.541746
+0.949413 0.822422 0.545583
+0.954190 0.823823 0.549419
+0.958966 0.825224 0.553255
+0.268228 0.765738 0.627435
+0.281588 0.773240 0.634268
+0.294949 0.780743 0.641101
+0.308310 0.788245 0.647934
+0.321671 0.795747 0.654767
+0.337349 0.803117 0.660845
+0.354767 0.810388 0.666357
+0.372184 0.817658 0.671869
+0.389601 0.824928 0.677381
+0.406769 0.831890 0.682597
+0.422441 0.836997 0.686039
+0.438112 0.842104 0.689482
+0.453784 0.847211 0.692924
+0.469456 0.852318 0.696366
+0.489867 0.855925 0.696212
+0.512174 0.858932 0.694618
+0.534481 0.861939 0.693025
+0.556788 0.864946 0.691431
+0.583070 0.867048 0.687437
+0.619294 0.866888 0.677441
+0.655517 0.866729 0.667445
+0.691740 0.866569 0.657448
+0.727963 0.866410 0.647452
+0.771472 0.862511 0.630091
+0.816196 0.857990 0.611502
+0.860920 0.853468 0.592913
+0.905644 0.848947 0.574324
+0.934064 0.846940 0.564919
+0.940746 0.848284 0.567759
+0.947429 0.849629 0.570599
+0.954111 0.850974 0.573438
+0.960793 0.852319 0.576278
+0.279222 0.783928 0.644817
+0.292169 0.790698 0.651191
+0.305116 0.797469 0.657566
+0.318062 0.804239 0.663940
+0.331009 0.811010 0.670314
+0.346192 0.817671 0.676003
+0.363051 0.824249 0.681178
+0.379911 0.830828 0.686352
+0.396771 0.837407 0.691527
+0.413407 0.843731 0.696440
+0.428703 0.848522 0.699783
+0.443998 0.853314 0.703127
+0.459294 0.858105 0.706470
+0.474590 0.862897 0.709814
+0.494300 0.866493 0.709960
+0.515775 0.869610 0.708828
+0.537250 0.872727 0.707696
+0.558725 0.875844 0.706565
+0.583862 0.878260 0.703345
+0.618156 0.878923 0.694906
+0.652449 0.879587 0.686468
+0.686743 0.880250 0.678029
+0.721036 0.880914 0.669591
+0.762097 0.878563 0.654756
+0.804285 0.875711 0.638855
+0.846473 0.872858 0.622954
+0.888661 0.870006 0.607053
+0.917605 0.868886 0.598069
+0.928888 0.870078 0.598309
+0.940172 0.871269 0.598548
+0.951455 0.872460 0.598788
+0.962739 0.873652 0.599027
+0.290217 0.802118 0.662199
+0.302749 0.808156 0.668115
+0.315282 0.814195 0.674030
+0.327815 0.820233 0.679946
+0.340347 0.826272 0.685862
+0.355034 0.832224 0.691161
+0.371336 0.838111 0.695998
+0.387638 0.843999 0.700835
+0.403940 0.849886 0.705673
+0.420045 0.855571 0.710282
+0.434965 0.860048 0.713527
+0.449885 0.864524 0.716772
+0.464804 0.869000 0.720016
+0.479724 0.873477 0.723261
+0.498732 0.877061 0.723709
+0.519375 0.880288 0.723039
+0.540019 0.883515 0.722368
+0.560662 0.886742 0.721698
+0.584654 0.889472 0.719253
+0.617018 0.890958 0.712372
+0.649382 0.892445 0.705491
+0.681746 0.893931 0.698610
+0.714110 0.895418 0.691729
+0.752721 0.894615 0.679421
+0.792373 0.893432 0.666208
+0.832026 0.892248 0.652995
+0.871678 0.891064 0.639781
+0.901145 0.890833 0.631219
+0.917030 0.891871 0.628858
+0.932915 0.892909 0.626498
+0.948800 0.893947 0.624137
+0.964685 0.894984 0.621776
+0.301211 0.820307 0.679581
+0.313330 0.825614 0.685038
+0.325448 0.830921 0.690495
+0.337567 0.836228 0.695952
+0.349685 0.841535 0.701409
+0.363876 0.846778 0.706319
+0.379620 0.851973 0.710819
+0.395365 0.857169 0.715319
+0.411110 0.862364 0.719818
+0.426683 0.867412 0.724125
+0.441227 0.871573 0.727271
+0.455771 0.875734 0.730416
+0.470315 0.879895 0.733562
+0.484859 0.884056 0.736708
+0.503165 0.887629 0.737458
+0.522976 0.890966 0.737249
+0.542788 0.894303 0.737040
+0.562599 0.897640 0.736831
+0.585445 0.900684 0.735161
+0.615880 0.902993 0.729838
+0.646314 0.905303 0.724514
+0.676749 0.907612 0.719191
+0.707183 0.909922 0.713868
+0.743345 0.910667 0.704086
+0.780462 0.911153 0.693560
+0.817579 0.911638 0.683035
+0.854696 0.912123 0.672510
+0.884685 0.912779 0.664369
+0.905172 0.913664 0.659408
+0.925658 0.914548 0.654447
+0.946145 0.915433 0.649486
+0.966631 0.916317 0.644524
+0.312206 0.838497 0.696963
+0.323910 0.843072 0.701962
+0.335615 0.847647 0.706960
+0.347319 0.852222 0.711958
+0.359023 0.856797 0.716957
+0.372718 0.861331 0.721477
+0.387905 0.865835 0.725640
+0.403092 0.870339 0.729802
+0.418279 0.874843 0.733964
+0.433321 0.879253 0.737967
+0.447489 0.883098 0.741014
+0.461657 0.886944 0.744061
+0.475825 0.890790 0.747108
+0.489993 0.894636 0.750155
+0.507598 0.898197 0.751206
+0.526577 0.901644 0.751459
+0.545557 0.905091 0.751712
+0.564536 0.908538 0.751964
+0.586237 0.911896 0.751069
+0.614742 0.915028 0.747303
+0.643247 0.918161 0.743537
+0.671752 0.921293 0.739772
+0.700257 0.924425 0.736006
+0.733970 0.926719 0.728750
+0.768551 0.928873 0.720913
+0.803132 0.931028 0.713076
+0.837713 0.933182 0.705239
+0.868226 0.934726 0.697519
+0.893313 0.935457 0.689958
+0.918401 0.936188 0.682396
+0.943489 0.936919 0.674835
+0.968577 0.937650 0.667273
+0.105447 0.100658 0.102816
+0.136796 0.099381 0.111457
+0.168145 0.098103 0.120099
+0.199495 0.096826 0.128740
+0.230844 0.095549 0.137381
+0.268608 0.096926 0.142484
+0.311183 0.100293 0.144934
+0.353757 0.103660 0.147383
+0.396332 0.107028 0.149832
+0.438770 0.110629 0.151776
+0.480387 0.115638 0.150688
+0.522003 0.120647 0.149599
+0.563619 0.125656 0.148511
+0.605235 0.130665 0.147422
+0.642839 0.135683 0.146316
+0.678838 0.140705 0.145202
+0.714837 0.145726 0.144089
+0.750835 0.150748 0.142975
+0.782731 0.155391 0.142489
+0.804368 0.159087 0.143570
+0.826005 0.162783 0.144652
+0.847642 0.166480 0.145733
+0.869279 0.170176 0.146815
+0.881490 0.172715 0.148762
+0.892131 0.175061 0.150854
+0.902772 0.177407 0.152946
+0.913412 0.179753 0.155038
+0.922107 0.181875 0.157408
+0.928206 0.183696 0.160149
+0.934306 0.185518 0.162890
+0.940405 0.187339 0.165631
+0.946504 0.189161 0.168372
+0.108350 0.105564 0.108055
+0.135640 0.107572 0.117816
+0.162930 0.109580 0.127578
+0.190220 0.111588 0.137339
+0.217510 0.113596 0.147101
+0.253671 0.115613 0.153409
+0.296484 0.117637 0.157128
+0.339298 0.119661 0.160847
+0.382111 0.121685 0.164566
+0.424852 0.124065 0.167585
+0.467154 0.128581 0.166405
+0.509457 0.133098 0.165224
+0.551760 0.137614 0.164044
+0.594062 0.142130 0.162863
+0.632637 0.146780 0.161357
+0.669719 0.151485 0.159721
+0.706802 0.156189 0.158085
+0.743885 0.160893 0.156449
+0.776808 0.165249 0.155479
+0.799329 0.168733 0.156176
+0.821850 0.172218 0.156872
+0.844371 0.175702 0.157568
+0.866892 0.179187 0.158265
+0.879587 0.181546 0.159902
+0.890645 0.183717 0.161695
+0.901703 0.185888 0.163489
+0.912761 0.188059 0.165283
+0.921696 0.189995 0.167347
+0.927802 0.191617 0.169771
+0.933907 0.193238 0.172195
+0.940012 0.194860 0.174619
+0.946117 0.196482 0.177044
+0.111253 0.110469 0.113293
+0.134484 0.115763 0.124175
+0.157715 0.121056 0.135057
+0.180946 0.126349 0.145938
+0.204176 0.131642 0.156820
+0.238734 0.134300 0.164334
+0.281786 0.134981 0.169323
+0.324838 0.135662 0.174312
+0.367890 0.136343 0.179300
+0.410933 0.137501 0.183395
+0.453922 0.141524 0.182122
+0.496911 0.145548 0.180849
+0.539900 0.149571 0.179577
+0.582889 0.153594 0.178304
+0.622434 0.157877 0.176399
+0.660601 0.162264 0.174240
+0.698768 0.166651 0.172082
+0.736935 0.171038 0.169923
+0.770884 0.175107 0.168470
+0.794289 0.178380 0.168781
+0.817694 0.181652 0.169092
+0.841100 0.184925 0.169403
+0.864505 0.188198 0.169714
+0.877684 0.190377 0.171041
+0.889160 0.192373 0.172537
+0.900635 0.194369 0.174032
+0.912110 0.196365 0.175528
+0.921286 0.198115 0.177286
+0.927397 0.199537 0.179393
+0.933508 0.200959 0.181501
+0.939618 0.202381 0.183608
+0.945729 0.203804 0.185715
+0.114156 0.115375 0.118532
+0.133328 0.123954 0.130534
+0.152499 0.132532 0.142536
+0.171671 0.141110 0.154538
+0.190843 0.149689 0.166539
+0.223797 0.152987 0.175259
+0.267087 0.152324 0.181518
+0.310378 0.151662 0.187776
+0.353669 0.151000 0.194034
+0.397014 0.150937 0.199204
+0.440690 0.154467 0.197839
+0.484365 0.157998 0.196474
+0.528041 0.161528 0.195110
+0.571716 0.165059 0.193745
+0.612232 0.168974 0.191440
+0.651483 0.173044 0.188759
+0.690734 0.177114 0.186078
+0.729985 0.181183 0.183397
+0.764961 0.184965 0.181461
+0.789250 0.188026 0.181386
+0.813539 0.191087 0.181312
+0.837828 0.194148 0.181238
+0.862118 0.197210 0.181164
+0.875781 0.199208 0.182180
+0.887674 0.201028 0.183378
+0.899566 0.202849 0.184576
+0.911459 0.204670 0.185774
+0.920876 0.206235 0.187225
+0.926992 0.207457 0.189016
+0.933109 0.208680 0.190806
+0.939225 0.209902 0.192596
+0.945341 0.211125 0.194387
+0.117059 0.120281 0.123770
+0.132172 0.132145 0.136892
+0.147284 0.144008 0.150015
+0.162396 0.155872 0.163137
+0.177509 0.167735 0.176259
+0.208860 0.171674 0.186184
+0.252389 0.169668 0.193712
+0.295918 0.167663 0.201240
+0.339447 0.165658 0.208768
+0.383096 0.164373 0.215013
+0.427458 0.167410 0.213556
+0.471820 0.170448 0.212100
+0.516182 0.173486 0.210643
+0.560543 0.176523 0.209187
+0.602029 0.180071 0.206482
+0.642364 0.183824 0.203278
+0.682699 0.187576 0.200074
+0.723034 0.191328 0.196871
+0.759038 0.194822 0.194451
+0.784211 0.197672 0.193992
+0.809384 0.200522 0.193533
+0.834557 0.203371 0.193073
+0.859730 0.206221 0.192614
+0.873878 0.208039 0.193320
+0.886188 0.209684 0.194219
+0.898498 0.211330 0.195119
+0.910808 0.212976 0.196019
+0.920466 0.214355 0.197164
+0.926588 0.215377 0.198638
+0.932709 0.216400 0.200111
+0.938831 0.217423 0.201585
+0.944953 0.218446 0.203058
+0.119117 0.127489 0.131817
+0.132928 0.140970 0.145590
+0.146738 0.154450 0.159363
+0.160549 0.167931 0.173136
+0.174359 0.181411 0.186908
+0.203566 0.187164 0.198026
+0.244319 0.187119 0.207154
+0.285073 0.187075 0.216281
+0.325826 0.187031 0.225408
+0.367213 0.187295 0.233019
+0.412399 0.189407 0.231533
+0.457585 0.191519 0.230048
+0.502772 0.193630 0.228562
+0.547958 0.195742 0.227077
+0.590464 0.198652 0.223940
+0.631897 0.201881 0.220142
+0.673330 0.205109 0.216345
+0.714764 0.208338 0.212547
+0.751836 0.211346 0.209578
+0.778003 0.213803 0.208680
+0.804171 0.216259 0.207782
+0.830339 0.218715 0.206884
+0.856506 0.221172 0.205987
+0.871260 0.222628 0.206328
+0.884112 0.223917 0.206876
+0.896964 0.225206 0.207424
+0.909815 0.226495 0.207972
+0.919826 0.227517 0.208761
+0.926050 0.228183 0.209871
+0.932274 0.228849 0.210981
+0.938497 0.229515 0.212091
+0.944721 0.230181 0.213201
+0.120542 0.136424 0.141970
+0.135119 0.150271 0.156042
+0.149695 0.164117 0.170113
+0.164272 0.177963 0.184184
+0.178848 0.191810 0.198255
+0.205505 0.200256 0.210556
+0.241221 0.204651 0.221530
+0.276938 0.209046 0.232504
+0.312654 0.213442 0.243477
+0.349856 0.217332 0.252674
+0.395970 0.218193 0.251206
+0.442085 0.219054 0.249738
+0.488199 0.219915 0.248271
+0.534313 0.220776 0.246803
+0.577876 0.222844 0.243209
+0.620418 0.225395 0.238765
+0.662961 0.227946 0.234320
+0.705503 0.230497 0.229876
+0.743675 0.232869 0.226308
+0.770920 0.234796 0.224931
+0.798165 0.236723 0.223554
+0.825409 0.238650 0.222178
+0.852654 0.240577 0.220801
+0.868106 0.241535 0.220738
+0.881593 0.242331 0.220894
+0.895080 0.243127 0.221050
+0.908566 0.243924 0.221206
+0.919015 0.244461 0.221600
+0.925413 0.244652 0.222311
+0.931810 0.244843 0.223023
+0.938208 0.245035 0.223734
+0.944605 0.245226 0.224446
+0.121967 0.145359 0.152124
+0.137309 0.159571 0.166493
+0.152652 0.173784 0.180863
+0.167994 0.187996 0.195233
+0.183337 0.202208 0.209602
+0.207443 0.213348 0.223086
+0.238123 0.222183 0.235906
+0.268803 0.231018 0.248726
+0.299483 0.239853 0.261547
+0.332500 0.247370 0.272328
+0.379542 0.246980 0.270879
+0.426584 0.246590 0.269429
+0.473626 0.246200 0.267980
+0.520668 0.245811 0.266530
+0.565288 0.247037 0.262479
+0.608939 0.248910 0.257388
+0.652591 0.250783 0.252296
+0.696242 0.252655 0.247204
+0.735514 0.254392 0.243037
+0.763836 0.255790 0.241182
+0.792158 0.257188 0.239326
+0.820480 0.258585 0.237471
+0.848802 0.259983 0.235615
+0.864953 0.260443 0.235148
+0.879074 0.260746 0.234912
+0.893196 0.261049 0.234676
+0.907318 0.261353 0.234440
+0.918204 0.261405 0.234439
+0.924775 0.261121 0.234752
+0.931347 0.260838 0.235065
+0.937918 0.260554 0.235378
+0.944490 0.260271 0.235691
+0.123392 0.154294 0.162277
+0.139500 0.168872 0.176945
+0.155609 0.183450 0.191613
+0.171717 0.198028 0.206281
+0.187825 0.212607 0.220949
+0.209382 0.226440 0.235616
+0.235025 0.239714 0.250283
+0.260668 0.252989 0.264949
+0.286311 0.266263 0.279616
+0.315144 0.277407 0.291983
+0.363113 0.275767 0.290551
+0.411083 0.274126 0.289120
+0.459053 0.272485 0.287688
+0.507023 0.270845 0.286257
+0.552700 0.271230 0.281749
+0.597461 0.272424 0.276010
+0.642221 0.273619 0.270272
+0.686981 0.274814 0.264533
+0.727353 0.275916 0.259767
+0.756752 0.276784 0.257433
+0.786152 0.277652 0.255098
+0.815551 0.278520 0.252764
+0.844950 0.279388 0.250430
+0.861799 0.279350 0.249558
+0.876556 0.279161 0.248930
+0.891312 0.278971 0.248302
+0.906069 0.278782 0.247674
+0.917392 0.278348 0.247278
+0.924138 0.277590 0.247193
+0.930883 0.276832 0.247108
+0.937629 0.276074 0.247022
+0.944374 0.275316 0.246937
+0.124948 0.165475 0.174037
+0.141743 0.180397 0.188951
+0.158539 0.195319 0.203864
+0.175334 0.210241 0.218778
+0.192130 0.225164 0.233691
+0.211536 0.241309 0.249330
+0.232901 0.258371 0.265513
+0.254265 0.275434 0.281696
+0.275630 0.292497 0.297879
+0.300870 0.306770 0.311540
+0.349364 0.304313 0.310073
+0.397858 0.301855 0.308607
+0.446352 0.299398 0.307140
+0.494847 0.296940 0.305673
+0.541370 0.296605 0.300721
+0.587106 0.297118 0.294376
+0.632841 0.297632 0.288031
+0.678576 0.298145 0.281686
+0.719925 0.298609 0.276358
+0.750304 0.298949 0.273574
+0.780684 0.299290 0.270789
+0.811064 0.299630 0.268005
+0.841444 0.299970 0.265221
+0.858935 0.299451 0.263977
+0.874277 0.298787 0.262989
+0.889619 0.298124 0.262001
+0.904962 0.297461 0.261014
+0.916685 0.296572 0.260260
+0.923581 0.295382 0.259817
+0.930478 0.294191 0.259374
+0.937375 0.293001 0.258931
+0.944272 0.291810 0.258488
+0.127290 0.190132 0.195441
+0.144300 0.205267 0.210282
+0.161310 0.220401 0.225122
+0.178321 0.235536 0.239962
+0.195331 0.250671 0.254803
+0.214984 0.266838 0.270146
+0.236619 0.283780 0.285865
+0.258255 0.300722 0.301585
+0.279891 0.317664 0.317305
+0.305092 0.332090 0.330519
+0.351690 0.331418 0.328695
+0.398288 0.330745 0.326871
+0.444886 0.330072 0.325047
+0.491484 0.329400 0.323223
+0.537588 0.329073 0.317910
+0.583495 0.328885 0.311202
+0.629401 0.328698 0.304493
+0.675308 0.328510 0.297785
+0.716892 0.328325 0.292119
+0.747673 0.328146 0.289057
+0.778453 0.327967 0.285995
+0.809234 0.327789 0.282933
+0.840014 0.327610 0.279871
+0.857809 0.326709 0.278446
+0.873440 0.325688 0.277294
+0.889071 0.324666 0.276142
+0.904702 0.323645 0.274989
+0.916597 0.322475 0.274093
+0.923511 0.321106 0.273539
+0.930424 0.319738 0.272984
+0.937337 0.318370 0.272430
+0.944251 0.317001 0.271875
+0.129633 0.214789 0.216845
+0.146858 0.230136 0.231613
+0.164082 0.245484 0.246380
+0.181307 0.260831 0.261147
+0.198531 0.276178 0.275914
+0.218431 0.292368 0.290961
+0.240338 0.309189 0.306218
+0.262245 0.326011 0.321475
+0.284151 0.342832 0.336731
+0.309314 0.357410 0.349497
+0.354016 0.358522 0.347316
+0.398718 0.359634 0.345135
+0.443420 0.360747 0.342954
+0.488121 0.361859 0.340773
+0.533806 0.361542 0.335099
+0.579883 0.360653 0.328027
+0.625961 0.359764 0.320956
+0.672039 0.358875 0.313884
+0.713860 0.358040 0.307879
+0.745041 0.357343 0.304540
+0.776222 0.356645 0.301201
+0.807403 0.355947 0.297861
+0.838584 0.355250 0.294522
+0.856684 0.353968 0.292916
+0.872603 0.352588 0.291599
+0.888523 0.351208 0.290282
+0.904443 0.349829 0.288965
+0.916510 0.348378 0.287927
+0.923440 0.346831 0.287261
+0.930370 0.345285 0.286595
+0.937300 0.343739 0.285928
+0.944229 0.342192 0.285262
+0.131976 0.239447 0.238249
+0.149415 0.255006 0.252943
+0.166854 0.270566 0.267638
+0.184293 0.286126 0.282332
+0.201732 0.301685 0.297026
+0.221879 0.317897 0.311777
+0.244057 0.334598 0.326570
+0.266234 0.351299 0.341364
+0.288412 0.368000 0.356158
+0.313537 0.382730 0.368475
+0.356342 0.385627 0.365937
+0.399148 0.388524 0.363399
+0.441953 0.391421 0.360861
+0.484759 0.394319 0.358323
+0.530024 0.394010 0.352287
+0.576272 0.392420 0.344853
+0.622521 0.390830 0.337418
+0.668770 0.389239 0.329984
+0.710828 0.387756 0.323640
+0.742409 0.386539 0.320023
+0.773990 0.385323 0.316406
+0.805572 0.384106 0.312789
+0.837153 0.382890 0.309172
+0.855558 0.381226 0.307386
+0.871767 0.379488 0.305904
+0.887975 0.377750 0.304422
+0.904184 0.376013 0.302941
+0.916423 0.374280 0.301761
+0.923369 0.372556 0.300983
+0.930315 0.370832 0.300205
+0.937262 0.369107 0.299427
+0.944208 0.367383 0.298649
+0.134318 0.264104 0.259653
+0.151972 0.279876 0.274274
+0.169625 0.295648 0.288895
+0.187279 0.311420 0.303516
+0.204932 0.327193 0.318137
+0.225326 0.343427 0.332592
+0.247775 0.360007 0.346923
+0.270224 0.376588 0.361253
+0.292673 0.393168 0.375584
+0.317759 0.408049 0.387454
+0.358668 0.412732 0.384558
+0.399578 0.417414 0.381663
+0.440487 0.422096 0.378768
+0.481396 0.426778 0.375873
+0.526242 0.426479 0.369476
+0.572661 0.424187 0.361678
+0.619081 0.421896 0.353881
+0.665501 0.419604 0.346083
+0.707796 0.417471 0.339401
+0.739777 0.415736 0.335506
+0.771759 0.414000 0.331612
+0.803741 0.412265 0.327717
+0.835723 0.410529 0.323823
+0.854432 0.408485 0.321855
+0.870930 0.406389 0.320209
+0.887427 0.404292 0.318563
+0.903924 0.402196 0.316916
+0.916336 0.400183 0.315594
+0.923298 0.398281 0.314705
+0.930261 0.396379 0.313815
+0.937224 0.394476 0.312926
+0.944187 0.392574 0.312036
+0.140288 0.299059 0.286756
+0.157808 0.314700 0.301027
+0.175328 0.330340 0.315298
+0.192848 0.345981 0.329569
+0.210368 0.361622 0.343840
+0.230648 0.377612 0.357816
+0.252997 0.393864 0.371569
+0.275346 0.410116 0.385323
+0.297695 0.426368 0.399077
+0.322315 0.441122 0.410570
+0.360562 0.446889 0.408501
+0.398808 0.452655 0.406431
+0.437055 0.458422 0.404362
+0.475301 0.464189 0.402293
+0.520831 0.463322 0.394190
+0.569273 0.459801 0.383673
+0.617716 0.456281 0.373157
+0.666159 0.452761 0.362640
+0.709850 0.449636 0.354000
+0.741663 0.447499 0.350049
+0.773475 0.445363 0.346098
+0.805288 0.443226 0.342146
+0.837100 0.441090 0.338195
+0.855724 0.438896 0.336285
+0.872149 0.436693 0.334715
+0.888574 0.434489 0.333145
+0.904999 0.432286 0.331575
+0.917312 0.430305 0.330410
+0.924143 0.428621 0.329783
+0.930974 0.426936 0.329157
+0.937805 0.425252 0.328531
+0.944635 0.423568 0.327905
+0.147709 0.338133 0.316137
+0.164957 0.353505 0.329948
+0.182204 0.368877 0.343758
+0.199451 0.384248 0.357569
+0.216698 0.399620 0.371379
+0.236719 0.415259 0.384802
+0.258820 0.431099 0.397933
+0.280921 0.446940 0.411065
+0.303022 0.462780 0.424196
+0.327005 0.477296 0.435342
+0.362282 0.483867 0.434571
+0.397559 0.490438 0.433801
+0.432836 0.497009 0.433031
+0.468113 0.503579 0.432260
+0.514768 0.501914 0.421913
+0.565975 0.496954 0.407736
+0.617182 0.491994 0.393558
+0.668388 0.487034 0.379381
+0.713940 0.482780 0.368134
+0.745355 0.480290 0.364215
+0.776771 0.477799 0.360295
+0.808186 0.475309 0.356376
+0.839601 0.472819 0.352457
+0.857982 0.470568 0.350699
+0.874190 0.468358 0.349302
+0.890398 0.466148 0.347904
+0.906606 0.463938 0.346507
+0.918713 0.462114 0.345617
+0.925353 0.460806 0.345404
+0.931993 0.459498 0.345192
+0.938633 0.458190 0.344979
+0.945272 0.456882 0.344766
+0.155130 0.377208 0.345519
+0.172105 0.392310 0.358869
+0.189080 0.407413 0.372219
+0.206054 0.422515 0.385568
+0.223029 0.437617 0.398918
+0.242791 0.452906 0.411788
+0.264643 0.468335 0.424297
+0.286496 0.483764 0.436806
+0.308349 0.499192 0.449316
+0.331695 0.513471 0.460114
+0.364002 0.520845 0.460642
+0.396310 0.528220 0.461171
+0.428617 0.535595 0.461699
+0.460925 0.542970 0.462228
+0.508706 0.540506 0.449637
+0.562676 0.534107 0.431798
+0.616647 0.527707 0.413960
+0.670617 0.521308 0.396121
+0.718030 0.515924 0.382268
+0.749048 0.513080 0.378381
+0.780066 0.510236 0.374493
+0.811084 0.507392 0.370605
+0.842102 0.504547 0.366718
+0.860240 0.502241 0.365113
+0.876231 0.500024 0.363888
+0.892222 0.497807 0.362664
+0.908213 0.495589 0.361439
+0.920115 0.493923 0.360825
+0.926563 0.492992 0.361025
+0.933012 0.492060 0.361226
+0.939460 0.491129 0.361426
+0.945909 0.490197 0.361627
+0.162551 0.416282 0.374901
+0.179253 0.431115 0.387790
+0.195955 0.445949 0.400679
+0.212657 0.460782 0.413568
+0.229359 0.475615 0.426457
+0.248862 0.490554 0.438774
+0.270466 0.505571 0.450661
+0.292071 0.520588 0.462548
+0.313675 0.535605 0.474435
+0.336385 0.549645 0.484885
+0.365723 0.557824 0.486713
+0.395061 0.566003 0.488540
+0.424399 0.574182 0.490368
+0.453737 0.582361 0.492195
+0.502644 0.579098 0.477361
+0.559378 0.571259 0.455861
+0.616112 0.563420 0.434361
+0.672846 0.555581 0.412861
+0.722120 0.549068 0.396403
+0.752740 0.545870 0.392547
+0.783361 0.542672 0.388691
+0.813982 0.539474 0.384835
+0.844603 0.536276 0.380979
+0.862498 0.533913 0.379527
+0.878272 0.531689 0.378475
+0.894047 0.529465 0.377423
+0.909821 0.527241 0.376371
+0.921517 0.525733 0.376033
+0.927774 0.525177 0.376647
+0.934031 0.524622 0.377260
+0.940288 0.524067 0.377874
+0.946546 0.523512 0.378488
+0.170718 0.455154 0.403914
+0.187161 0.469610 0.416307
+0.203604 0.484066 0.428700
+0.220047 0.498522 0.441094
+0.236490 0.512978 0.453487
+0.255733 0.527470 0.465231
+0.277075 0.541990 0.476490
+0.298417 0.556511 0.487748
+0.319758 0.571031 0.499006
+0.341880 0.584722 0.509066
+0.368677 0.593439 0.511935
+0.395474 0.602157 0.514803
+0.422271 0.610874 0.517672
+0.449068 0.619592 0.520541
+0.497468 0.616178 0.504874
+0.554509 0.607913 0.481793
+0.611550 0.599648 0.458712
+0.668592 0.591383 0.435632
+0.718512 0.584369 0.417643
+0.750632 0.580485 0.412385
+0.782751 0.576601 0.407127
+0.814871 0.572716 0.401869
+0.846990 0.568832 0.396611
+0.864900 0.566360 0.395105
+0.880441 0.564124 0.394225
+0.895983 0.561888 0.393344
+0.911524 0.559652 0.392463
+0.923013 0.558285 0.392392
+0.929096 0.558076 0.393402
+0.935180 0.557866 0.394411
+0.941264 0.557657 0.395421
+0.947347 0.557448 0.396430
+0.180746 0.493518 0.432006
+0.196966 0.507326 0.443816
+0.213186 0.521134 0.455625
+0.229406 0.534943 0.467434
+0.245626 0.548751 0.479243
+0.264602 0.562560 0.490368
+0.285645 0.576371 0.500980
+0.306689 0.590181 0.511593
+0.327732 0.603991 0.522205
+0.349388 0.617056 0.531768
+0.374715 0.625648 0.535034
+0.400043 0.634240 0.538299
+0.425370 0.642831 0.541565
+0.450697 0.651423 0.544830
+0.494510 0.649479 0.531862
+0.545715 0.643320 0.512400
+0.596921 0.637162 0.492938
+0.648127 0.631003 0.473476
+0.695662 0.625061 0.456648
+0.734020 0.619660 0.446404
+0.772378 0.614258 0.436160
+0.810736 0.608857 0.425916
+0.849094 0.603456 0.415672
+0.867662 0.600745 0.413597
+0.882930 0.598483 0.412883
+0.898199 0.596221 0.412169
+0.913468 0.593960 0.411456
+0.924745 0.592694 0.411631
+0.930699 0.592755 0.412992
+0.936652 0.592817 0.414354
+0.942606 0.592879 0.415715
+0.948560 0.592940 0.417076
+0.190775 0.531883 0.460099
+0.206772 0.545043 0.471324
+0.222768 0.558203 0.482549
+0.238765 0.571364 0.493774
+0.254761 0.584524 0.504999
+0.273471 0.597650 0.515505
+0.294216 0.610751 0.525471
+0.314961 0.623851 0.535438
+0.335706 0.636952 0.545405
+0.356896 0.649391 0.554470
+0.380754 0.657857 0.558133
+0.404611 0.666323 0.561795
+0.428469 0.674789 0.565458
+0.452327 0.683255 0.569120
+0.491551 0.682779 0.558850
+0.536922 0.678727 0.543007
+0.582292 0.674675 0.527164
+0.627663 0.670624 0.511321
+0.672812 0.665753 0.495653
+0.717409 0.658834 0.480423
+0.762005 0.651916 0.465193
+0.806602 0.644997 0.449962
+0.851199 0.638079 0.434732
+0.870423 0.635130 0.432088
+0.885419 0.632842 0.431541
+0.900415 0.630555 0.430995
+0.915411 0.628267 0.430448
+0.926477 0.627103 0.430870
+0.932301 0.627435 0.432583
+0.938125 0.627767 0.434296
+0.943949 0.628100 0.436010
+0.949774 0.628432 0.437723
+0.200804 0.570247 0.488191
+0.216577 0.582760 0.498832
+0.232350 0.595272 0.509473
+0.248123 0.607785 0.520114
+0.263897 0.620297 0.530755
+0.282340 0.632740 0.540642
+0.302787 0.645131 0.549962
+0.323234 0.657522 0.559283
+0.343680 0.669913 0.568604
+0.364404 0.681725 0.577173
+0.386792 0.690065 0.581232
+0.409180 0.698405 0.585291
+0.431568 0.706746 0.589350
+0.453956 0.715086 0.593410
+0.488593 0.716080 0.585838
+0.528128 0.714134 0.573614
+0.567663 0.712189 0.561390
+0.607198 0.710244 0.549166
+0.649962 0.706444 0.534658
+0.700797 0.698009 0.514442
+0.751633 0.689574 0.494225
+0.802468 0.681138 0.474009
+0.853303 0.672703 0.453793
+0.873185 0.669515 0.450579
+0.887908 0.667201 0.450200
+0.902632 0.664888 0.449820
+0.917355 0.662575 0.449441
+0.928209 0.661512 0.450109
+0.933903 0.662115 0.452174
+0.939598 0.662718 0.454239
+0.945292 0.663321 0.456304
+0.950987 0.663924 0.458369
+0.210832 0.608612 0.516283
+0.226382 0.620477 0.526340
+0.241932 0.632341 0.536397
+0.257482 0.644205 0.546454
+0.273032 0.656070 0.556511
+0.291210 0.667830 0.565778
+0.311358 0.679511 0.574453
+0.331506 0.691192 0.583128
+0.351654 0.702873 0.591803
+0.371912 0.714059 0.599875
+0.392831 0.722274 0.604331
+0.413749 0.730488 0.608787
+0.434667 0.738703 0.613243
+0.455586 0.746918 0.617699
+0.485634 0.749380 0.612826
+0.519334 0.749541 0.604221
+0.553034 0.749703 0.595616
+0.586734 0.749864 0.587011
+0.627112 0.747136 0.573663
+0.684186 0.737184 0.548461
+0.741260 0.727231 0.523258
+0.798333 0.717279 0.498056
+0.855407 0.707326 0.472853
+0.875947 0.703900 0.469070
+0.890397 0.701561 0.468858
+0.904848 0.699222 0.468646
+0.919298 0.696883 0.468433
+0.929941 0.695921 0.469348
+0.935506 0.696794 0.471764
+0.941070 0.697668 0.474181
+0.946635 0.698542 0.476598
+0.952200 0.699416 0.479015
+0.221982 0.640312 0.540701
+0.237271 0.651391 0.550174
+0.252560 0.662469 0.559648
+0.267849 0.673548 0.569122
+0.283138 0.684627 0.578596
+0.300984 0.695586 0.587293
+0.320748 0.706457 0.595408
+0.340512 0.717327 0.603523
+0.360276 0.728198 0.611638
+0.380088 0.738629 0.619229
+0.400191 0.746423 0.623675
+0.420293 0.754216 0.628122
+0.440395 0.762009 0.632568
+0.460497 0.769803 0.637014
+0.488146 0.772743 0.633488
+0.518814 0.773742 0.626773
+0.549481 0.774741 0.620058
+0.580149 0.775740 0.613343
+0.617365 0.774100 0.602038
+0.670954 0.765862 0.579258
+0.724543 0.757625 0.556478
+0.778133 0.749387 0.533698
+0.831722 0.741150 0.510918
+0.856881 0.737493 0.504258
+0.877303 0.734600 0.500285
+0.897724 0.731707 0.496313
+0.918145 0.728813 0.492340
+0.932144 0.727571 0.491213
+0.937579 0.728529 0.493881
+0.943014 0.729488 0.496549
+0.948449 0.730446 0.499218
+0.953884 0.731404 0.501886
+0.233318 0.670902 0.564506
+0.248340 0.681172 0.573397
+0.263362 0.691441 0.582287
+0.278384 0.701711 0.591178
+0.293406 0.711980 0.600068
+0.310910 0.722121 0.608204
+0.330275 0.732164 0.615773
+0.349641 0.742207 0.623343
+0.369006 0.752250 0.630913
+0.388376 0.761905 0.638025
+0.407771 0.769228 0.642394
+0.427166 0.776551 0.646762
+0.446561 0.783874 0.651131
+0.465956 0.791197 0.655500
+0.491570 0.794450 0.653096
+0.519672 0.796075 0.647983
+0.547774 0.797699 0.642869
+0.575876 0.799324 0.637756
+0.609802 0.798775 0.628640
+0.658286 0.792791 0.609518
+0.706770 0.786807 0.590395
+0.755254 0.780823 0.571273
+0.803738 0.774839 0.552150
+0.834178 0.770954 0.542229
+0.861611 0.767419 0.533841
+0.889043 0.763884 0.525453
+0.916476 0.760348 0.517065
+0.934426 0.758761 0.513516
+0.939731 0.759773 0.516419
+0.945036 0.760785 0.519322
+0.950342 0.761797 0.522225
+0.955647 0.762808 0.525127
+0.244654 0.701492 0.588311
+0.259409 0.710952 0.596619
+0.274164 0.720413 0.604926
+0.288919 0.729874 0.613233
+0.303674 0.739334 0.621541
+0.320835 0.748655 0.629115
+0.339802 0.757871 0.636139
+0.358770 0.767086 0.643163
+0.377737 0.776302 0.650187
+0.396664 0.785180 0.656821
+0.415351 0.792033 0.661112
+0.434039 0.798886 0.665403
+0.452726 0.805739 0.669695
+0.471414 0.812591 0.673986
+0.494994 0.816157 0.672704
+0.520531 0.818407 0.669192
+0.546067 0.820658 0.665681
+0.571604 0.822908 0.662169
+0.602238 0.823450 0.655243
+0.645617 0.819720 0.639778
+0.688996 0.815990 0.624313
+0.732375 0.812260 0.608848
+0.775754 0.808529 0.593383
+0.811475 0.804416 0.580200
+0.845919 0.800238 0.567397
+0.880363 0.796060 0.554594
+0.914807 0.791883 0.541791
+0.936707 0.789952 0.535819
+0.941883 0.791017 0.538957
+0.947058 0.792082 0.542094
+0.952234 0.793147 0.545231
+0.957410 0.794213 0.548369
+0.255990 0.732081 0.612117
+0.270478 0.740733 0.619841
+0.284966 0.749385 0.627565
+0.299454 0.758036 0.635289
+0.313941 0.766688 0.643013
+0.330761 0.775189 0.650025
+0.349330 0.783578 0.656504
+0.367898 0.791966 0.662983
+0.386467 0.800354 0.669462
+0.404951 0.808456 0.675617
+0.422932 0.814838 0.679830
+0.440912 0.821221 0.684044
+0.458892 0.827603 0.688258
+0.476872 0.833986 0.692472
+0.498418 0.837864 0.692312
+0.521389 0.840740 0.690402
+0.544360 0.843616 0.688492
+0.567332 0.846492 0.686583
+0.594675 0.848125 0.681845
+0.632949 0.846649 0.670038
+0.671223 0.845172 0.658230
+0.709497 0.843696 0.646423
+0.747771 0.842219 0.634615
+0.788772 0.837877 0.618170
+0.830227 0.833057 0.600952
+0.871682 0.828237 0.583734
+0.913138 0.823417 0.566516
+0.938989 0.821143 0.558123
+0.944035 0.822261 0.561494
+0.949081 0.823380 0.564866
+0.954127 0.824498 0.568238
+0.959172 0.825617 0.571610
+0.267271 0.757767 0.633319
+0.281427 0.765640 0.640500
+0.295584 0.773512 0.647681
+0.309740 0.781384 0.654862
+0.323897 0.789256 0.662043
+0.340306 0.796980 0.668553
+0.358404 0.804592 0.674561
+0.376502 0.812203 0.680569
+0.394601 0.819815 0.686577
+0.412597 0.827187 0.692312
+0.429983 0.833117 0.696412
+0.447369 0.839048 0.700511
+0.464755 0.844978 0.704611
+0.482141 0.850908 0.708710
+0.502236 0.854929 0.709292
+0.523414 0.858186 0.708468
+0.544591 0.861443 0.707644
+0.565769 0.864700 0.706820
+0.590774 0.867066 0.703639
+0.625346 0.867208 0.694566
+0.659918 0.867349 0.685493
+0.694490 0.867490 0.676420
+0.729062 0.867631 0.667348
+0.771986 0.863823 0.650166
+0.816302 0.859356 0.631632
+0.860618 0.854889 0.613099
+0.904934 0.850422 0.594565
+0.933237 0.848346 0.585010
+0.940187 0.849455 0.587426
+0.947138 0.850565 0.589841
+0.954089 0.851675 0.592257
+0.961040 0.852785 0.594673
+0.278477 0.776916 0.651050
+0.292216 0.784048 0.657741
+0.305956 0.791180 0.664432
+0.319696 0.798312 0.671124
+0.333435 0.805444 0.677815
+0.349342 0.812445 0.683904
+0.366874 0.819348 0.689541
+0.384407 0.826252 0.695177
+0.401939 0.833155 0.700814
+0.419388 0.839858 0.706208
+0.436330 0.845361 0.710144
+0.453273 0.850863 0.714080
+0.470215 0.856366 0.718016
+0.487158 0.861869 0.721952
+0.506580 0.865806 0.722771
+0.526993 0.869116 0.722343
+0.547407 0.872427 0.721916
+0.567820 0.875738 0.721489
+0.591756 0.878363 0.719021
+0.624496 0.879273 0.711452
+0.657237 0.880184 0.703884
+0.689978 0.881095 0.696315
+0.722719 0.882006 0.688747
+0.763090 0.879748 0.674194
+0.804732 0.876961 0.658478
+0.846375 0.874174 0.642762
+0.888018 0.871387 0.627046
+0.916772 0.870231 0.618010
+0.928341 0.871250 0.617881
+0.939910 0.872268 0.617753
+0.951479 0.873286 0.617624
+0.963049 0.874304 0.617496
+0.289683 0.796064 0.668780
+0.303006 0.802456 0.674982
+0.316328 0.808848 0.681184
+0.329651 0.815239 0.687386
+0.342974 0.821631 0.693587
+0.358379 0.827910 0.699254
+0.375345 0.834105 0.704520
+0.392312 0.840300 0.709785
+0.409278 0.846495 0.715051
+0.426178 0.852530 0.720104
+0.442677 0.857605 0.723876
+0.459176 0.862679 0.727648
+0.475675 0.867754 0.731421
+0.492174 0.872829 0.735193
+0.510924 0.876682 0.736249
+0.530573 0.880047 0.736219
+0.550222 0.883411 0.736188
+0.569871 0.886776 0.736158
+0.592737 0.889659 0.734403
+0.623647 0.891339 0.728339
+0.654556 0.893020 0.722274
+0.685466 0.894700 0.716210
+0.716376 0.896381 0.710146
+0.754193 0.895672 0.698223
+0.793163 0.894566 0.685324
+0.832132 0.893459 0.672425
+0.871101 0.892353 0.659526
+0.900307 0.892117 0.651010
+0.916494 0.893044 0.648337
+0.932682 0.893971 0.645665
+0.948869 0.894897 0.642992
+0.965057 0.895824 0.640319
+0.300890 0.815213 0.686511
+0.313795 0.820864 0.692223
+0.326701 0.826516 0.697935
+0.339607 0.832167 0.703647
+0.352512 0.837819 0.709360
+0.367415 0.843376 0.714605
+0.383816 0.848862 0.719499
+0.400216 0.854348 0.724394
+0.416617 0.859835 0.729288
+0.432968 0.865201 0.733999
+0.449024 0.869848 0.737608
+0.465080 0.874495 0.741217
+0.481135 0.879142 0.744826
+0.497191 0.883789 0.748435
+0.515267 0.887559 0.749728
+0.534152 0.890977 0.750094
+0.553037 0.894395 0.750460
+0.571922 0.897814 0.750826
+0.593719 0.900955 0.749785
+0.622797 0.903405 0.745225
+0.651876 0.905855 0.740665
+0.680954 0.908305 0.736105
+0.710033 0.910755 0.731545
+0.745297 0.911597 0.722252
+0.781593 0.912170 0.712170
+0.817889 0.912744 0.702088
+0.854185 0.913318 0.692006
+0.883842 0.914003 0.684010
+0.904648 0.914838 0.678793
+0.925453 0.915673 0.673576
+0.946259 0.916509 0.668360
+0.967065 0.917344 0.663143
+0.312096 0.834361 0.704242
+0.324585 0.839273 0.709464
+0.337073 0.844184 0.714687
+0.349562 0.849095 0.719909
+0.362051 0.854006 0.725132
+0.376452 0.858841 0.729955
+0.392286 0.863619 0.734478
+0.408121 0.868397 0.739002
+0.423956 0.873174 0.743525
+0.439758 0.877872 0.747895
+0.455371 0.882092 0.751340
+0.470983 0.886311 0.754786
+0.486595 0.890530 0.758231
+0.502208 0.894749 0.761677
+0.519611 0.898435 0.763206
+0.537732 0.901907 0.763969
+0.555852 0.905379 0.764732
+0.573972 0.908852 0.765495
+0.594701 0.912252 0.765167
+0.621948 0.915471 0.762111
+0.649195 0.918691 0.759055
+0.676442 0.921910 0.755999
+0.703690 0.925130 0.752944
+0.736401 0.927522 0.746280
+0.770024 0.929775 0.739016
+0.803646 0.932029 0.731751
+0.837268 0.934283 0.724487
+0.867377 0.935889 0.717010
+0.892801 0.936633 0.709249
+0.918225 0.937376 0.701488
+0.943649 0.938120 0.693727
+0.969073 0.938863 0.685966
+0.109528 0.105124 0.107834
+0.140864 0.103586 0.117471
+0.172201 0.102047 0.127109
+0.203538 0.100508 0.136746
+0.234874 0.098970 0.146384
+0.273473 0.100206 0.152390
+0.317517 0.103523 0.155674
+0.361561 0.106841 0.158958
+0.405605 0.110158 0.162241
+0.448949 0.113680 0.165037
+0.488087 0.118427 0.164907
+0.527225 0.123175 0.164777
+0.566364 0.127923 0.164648
+0.605502 0.132670 0.164518
+0.642487 0.137578 0.163241
+0.678610 0.142549 0.161505
+0.714733 0.147521 0.159768
+0.750857 0.152493 0.158032
+0.782866 0.157093 0.156966
+0.804590 0.160764 0.157574
+0.826314 0.164436 0.158183
+0.848039 0.168107 0.158791
+0.869763 0.171778 0.159399
+0.882008 0.174282 0.160991
+0.892674 0.176591 0.162747
+0.903339 0.178900 0.164503
+0.914005 0.181209 0.166258
+0.922676 0.183298 0.168367
+0.928688 0.185094 0.170946
+0.934700 0.186891 0.173525
+0.940713 0.188688 0.176104
+0.946725 0.190484 0.178684
+0.112705 0.110055 0.113073
+0.139982 0.111917 0.123662
+0.167260 0.113779 0.134250
+0.194537 0.115640 0.144839
+0.221815 0.117502 0.155428
+0.258793 0.119366 0.162621
+0.303048 0.121230 0.167267
+0.347303 0.123095 0.171913
+0.391557 0.124959 0.176559
+0.435176 0.127168 0.180545
+0.474978 0.131436 0.180565
+0.514781 0.135705 0.180585
+0.554583 0.139974 0.180604
+0.594385 0.144243 0.180624
+0.632326 0.148785 0.179013
+0.669522 0.153436 0.176749
+0.706718 0.158088 0.174484
+0.743915 0.162739 0.172220
+0.776943 0.167051 0.170663
+0.799551 0.170510 0.170875
+0.822159 0.173970 0.171087
+0.844767 0.177430 0.171299
+0.867376 0.180889 0.171511
+0.880103 0.183222 0.172781
+0.891183 0.185367 0.174227
+0.902263 0.187512 0.175674
+0.913343 0.189657 0.177120
+0.922257 0.191570 0.178912
+0.928283 0.193172 0.181166
+0.934309 0.194775 0.183420
+0.940336 0.196377 0.185674
+0.946362 0.197980 0.187928
+0.115882 0.114986 0.118311
+0.139100 0.120248 0.129852
+0.162318 0.125510 0.141392
+0.185537 0.130773 0.152932
+0.208755 0.136035 0.164473
+0.244114 0.138525 0.172852
+0.288579 0.138937 0.178861
+0.333045 0.139349 0.184869
+0.377510 0.139761 0.190878
+0.421404 0.140655 0.196052
+0.461870 0.144445 0.196222
+0.502336 0.148235 0.196392
+0.542802 0.152025 0.196561
+0.583269 0.155815 0.196731
+0.622165 0.159992 0.194785
+0.660434 0.164323 0.191993
+0.698703 0.168655 0.189200
+0.736972 0.172986 0.186408
+0.771019 0.177008 0.184360
+0.794512 0.180256 0.184176
+0.818004 0.183504 0.183991
+0.841496 0.186752 0.183807
+0.864989 0.190000 0.183622
+0.878197 0.192162 0.184571
+0.889692 0.194143 0.185708
+0.901186 0.196125 0.186845
+0.912681 0.198106 0.187982
+0.921838 0.199841 0.189458
+0.927878 0.201250 0.191387
+0.933918 0.202658 0.193315
+0.939959 0.204067 0.195244
+0.945999 0.205476 0.197172
+0.119058 0.119917 0.123550
+0.138218 0.128579 0.136042
+0.157377 0.137242 0.148534
+0.176536 0.145905 0.161026
+0.195695 0.154567 0.173518
+0.229435 0.157685 0.183083
+0.274111 0.156644 0.190454
+0.318786 0.155603 0.197825
+0.363462 0.154562 0.205196
+0.407631 0.154143 0.211559
+0.448761 0.157454 0.211879
+0.489892 0.160765 0.212199
+0.531022 0.164076 0.212518
+0.572152 0.167388 0.212838
+0.612005 0.171199 0.210557
+0.651347 0.175210 0.207237
+0.690688 0.179222 0.203916
+0.730030 0.183233 0.200595
+0.765096 0.186966 0.198058
+0.789472 0.190002 0.197477
+0.813849 0.193038 0.196896
+0.838225 0.196075 0.196315
+0.862601 0.199111 0.195734
+0.876292 0.201103 0.196360
+0.888201 0.202920 0.197188
+0.900110 0.204737 0.198016
+0.912019 0.206554 0.198844
+0.921419 0.208113 0.200004
+0.927473 0.209328 0.201607
+0.933527 0.210542 0.203210
+0.939582 0.211757 0.204813
+0.945636 0.212971 0.206417
+0.122235 0.124847 0.128788
+0.137335 0.136910 0.142232
+0.152435 0.148974 0.155675
+0.167535 0.161037 0.169119
+0.182635 0.173100 0.182562
+0.214756 0.176845 0.193314
+0.259642 0.174351 0.202047
+0.304528 0.171857 0.210781
+0.349414 0.169363 0.219514
+0.393859 0.167630 0.227067
+0.435653 0.170463 0.227536
+0.477447 0.173295 0.228006
+0.519241 0.176128 0.228475
+0.561035 0.178960 0.228945
+0.601844 0.182406 0.226329
+0.642259 0.186097 0.222481
+0.682673 0.189788 0.218632
+0.723088 0.193480 0.214783
+0.759173 0.196923 0.211755
+0.784433 0.199748 0.210777
+0.809694 0.202573 0.209800
+0.834954 0.205397 0.208822
+0.860214 0.208222 0.207845
+0.874386 0.210043 0.208150
+0.886710 0.211696 0.208668
+0.899033 0.213349 0.209187
+0.911357 0.215003 0.209705
+0.921000 0.216385 0.210549
+0.927068 0.217405 0.211827
+0.933137 0.218426 0.213105
+0.939205 0.219447 0.214383
+0.945273 0.220467 0.215661
+0.124703 0.131831 0.136557
+0.138499 0.145572 0.150583
+0.152296 0.159313 0.164608
+0.166092 0.173054 0.178633
+0.179889 0.186794 0.192658
+0.209744 0.192435 0.204551
+0.251645 0.192000 0.214844
+0.293545 0.191565 0.225138
+0.335446 0.191130 0.235431
+0.377469 0.191016 0.244361
+0.420225 0.192824 0.245109
+0.462982 0.194632 0.245857
+0.505739 0.196440 0.246605
+0.548496 0.198248 0.247353
+0.590356 0.201023 0.244390
+0.631858 0.204185 0.239942
+0.673359 0.207346 0.235493
+0.714861 0.210508 0.231045
+0.752006 0.213462 0.227461
+0.778259 0.215895 0.226035
+0.804512 0.218328 0.224609
+0.830766 0.220761 0.223184
+0.857019 0.223194 0.221758
+0.871796 0.224664 0.221692
+0.884660 0.225974 0.221852
+0.897524 0.227283 0.222012
+0.910388 0.228593 0.222173
+0.920386 0.229632 0.222655
+0.926563 0.230311 0.223565
+0.932740 0.230990 0.224476
+0.938917 0.231669 0.225387
+0.945095 0.232348 0.226298
+0.126638 0.140355 0.146225
+0.141198 0.154482 0.160554
+0.155757 0.168608 0.174883
+0.170317 0.182734 0.189212
+0.184876 0.196861 0.203542
+0.211984 0.205348 0.216541
+0.248502 0.209605 0.228543
+0.285019 0.213863 0.240546
+0.321537 0.218121 0.252548
+0.359116 0.221824 0.262996
+0.403059 0.222198 0.264119
+0.447002 0.222573 0.265242
+0.490945 0.222947 0.266365
+0.534889 0.223322 0.267489
+0.577872 0.225197 0.264166
+0.620471 0.227672 0.259065
+0.663071 0.230148 0.253964
+0.705670 0.232623 0.248863
+0.743906 0.234936 0.244673
+0.771234 0.236842 0.242761
+0.798562 0.238749 0.240848
+0.825889 0.240655 0.238935
+0.853217 0.242562 0.237022
+0.868692 0.243546 0.236547
+0.882191 0.244377 0.236313
+0.895690 0.245208 0.236079
+0.909189 0.246038 0.235844
+0.919627 0.246610 0.235930
+0.925984 0.246837 0.236442
+0.932340 0.247064 0.236954
+0.938697 0.247290 0.237467
+0.945054 0.247517 0.237979
+0.128573 0.148879 0.155893
+0.143896 0.163391 0.170526
+0.159219 0.177903 0.185159
+0.174542 0.192415 0.199792
+0.189864 0.206927 0.214425
+0.214223 0.218261 0.228532
+0.245358 0.227211 0.242243
+0.276493 0.236161 0.255953
+0.307629 0.245111 0.269664
+0.340763 0.252632 0.281631
+0.385893 0.251573 0.283129
+0.431022 0.250514 0.284627
+0.476152 0.249455 0.286125
+0.521282 0.248396 0.287624
+0.565388 0.249371 0.283942
+0.609085 0.251160 0.278189
+0.652783 0.252949 0.272435
+0.696480 0.254738 0.266682
+0.735807 0.256410 0.261886
+0.764209 0.257790 0.259486
+0.792611 0.259170 0.257086
+0.821013 0.260550 0.254686
+0.849415 0.261930 0.252286
+0.865588 0.262428 0.251403
+0.879722 0.262780 0.250774
+0.893856 0.263132 0.250145
+0.907990 0.263484 0.249515
+0.918868 0.263589 0.249205
+0.925404 0.263363 0.249319
+0.931940 0.263138 0.249432
+0.938477 0.262912 0.249546
+0.945013 0.262687 0.249660
+0.130509 0.157403 0.165560
+0.146595 0.172301 0.180498
+0.162680 0.187198 0.195435
+0.178766 0.202096 0.210372
+0.194852 0.216993 0.225309
+0.216462 0.231174 0.240522
+0.242215 0.244817 0.255942
+0.267967 0.258459 0.271361
+0.293720 0.272102 0.286781
+0.322410 0.283440 0.300265
+0.368726 0.280947 0.302139
+0.415043 0.278455 0.304012
+0.461359 0.275963 0.305886
+0.507675 0.273470 0.307759
+0.552904 0.273545 0.303718
+0.597699 0.274648 0.297312
+0.642494 0.275750 0.290906
+0.687289 0.276853 0.284500
+0.727707 0.277884 0.279099
+0.757184 0.278737 0.276212
+0.786660 0.279591 0.273324
+0.816137 0.280444 0.270437
+0.845614 0.281297 0.267550
+0.862484 0.281311 0.266259
+0.877253 0.281184 0.265235
+0.892022 0.281057 0.264211
+0.906791 0.280930 0.263187
+0.918109 0.280567 0.262480
+0.924825 0.279889 0.262195
+0.931540 0.279212 0.261910
+0.938256 0.278534 0.261626
+0.944972 0.277856 0.261341
+0.132338 0.167662 0.176666
+0.149141 0.182919 0.191863
+0.165943 0.198176 0.207060
+0.182746 0.213433 0.222256
+0.199548 0.228690 0.237453
+0.218868 0.245308 0.253579
+0.240076 0.262948 0.270402
+0.261285 0.280588 0.287224
+0.282493 0.298227 0.304047
+0.307371 0.312879 0.318793
+0.354266 0.309603 0.321078
+0.401161 0.306328 0.323364
+0.448056 0.303052 0.325649
+0.494951 0.299776 0.327935
+0.541067 0.299133 0.323560
+0.586871 0.299542 0.316522
+0.632675 0.299952 0.309483
+0.678479 0.300361 0.302445
+0.719911 0.300745 0.296457
+0.750411 0.301065 0.293094
+0.780912 0.301384 0.289732
+0.811412 0.301704 0.286370
+0.841913 0.302024 0.283008
+0.859459 0.301550 0.281323
+0.874846 0.300944 0.279917
+0.890234 0.300337 0.278512
+0.905621 0.299731 0.277107
+0.917366 0.298904 0.276017
+0.924255 0.297783 0.275350
+0.931144 0.296662 0.274682
+0.938032 0.295541 0.274014
+0.944921 0.294420 0.273346
+0.133536 0.188335 0.196402
+0.150775 0.203793 0.211590
+0.168014 0.219251 0.226778
+0.185253 0.234709 0.241966
+0.202492 0.250168 0.257155
+0.222276 0.266771 0.273032
+0.243969 0.284234 0.289425
+0.265662 0.301697 0.305818
+0.287355 0.319160 0.322212
+0.312210 0.334106 0.336680
+0.356040 0.333948 0.339598
+0.399869 0.333790 0.342516
+0.443698 0.333632 0.345434
+0.487528 0.333474 0.348352
+0.533108 0.333198 0.343795
+0.579390 0.332875 0.336247
+0.625672 0.332552 0.328699
+0.671953 0.332230 0.321151
+0.713932 0.331926 0.314685
+0.745154 0.331671 0.310921
+0.776375 0.331415 0.307158
+0.807596 0.331160 0.303394
+0.838818 0.330905 0.299631
+0.856910 0.329933 0.297632
+0.872814 0.328842 0.295927
+0.888717 0.327750 0.294222
+0.904621 0.326659 0.292517
+0.916719 0.325388 0.291131
+0.923743 0.323879 0.290172
+0.930766 0.322369 0.289212
+0.937789 0.320859 0.288253
+0.944813 0.319349 0.287294
+0.134733 0.209008 0.216137
+0.152408 0.224668 0.231317
+0.170084 0.240327 0.246497
+0.187760 0.255986 0.261677
+0.205435 0.271645 0.276856
+0.225683 0.288234 0.292484
+0.247861 0.305521 0.308448
+0.270039 0.322807 0.324412
+0.292217 0.340093 0.340376
+0.317050 0.355333 0.354567
+0.357813 0.358292 0.358118
+0.398577 0.361252 0.361668
+0.439340 0.364212 0.365219
+0.480104 0.367171 0.368770
+0.525150 0.367263 0.364029
+0.571909 0.366208 0.355972
+0.618668 0.365153 0.347915
+0.665427 0.364098 0.339858
+0.707953 0.363107 0.332913
+0.739896 0.362277 0.328748
+0.771838 0.361446 0.324583
+0.803781 0.360616 0.320418
+0.835723 0.359785 0.316254
+0.854361 0.358316 0.313940
+0.870781 0.356740 0.311936
+0.887201 0.355164 0.309931
+0.903622 0.353588 0.307927
+0.916072 0.351873 0.306245
+0.923230 0.349975 0.304994
+0.930388 0.348076 0.303743
+0.937546 0.346177 0.302492
+0.944704 0.344279 0.301241
+0.135930 0.229681 0.235873
+0.154042 0.245542 0.251044
+0.172154 0.261402 0.266215
+0.190267 0.277263 0.281387
+0.208379 0.293123 0.296558
+0.229091 0.309697 0.311937
+0.251754 0.326807 0.327472
+0.274416 0.343917 0.343006
+0.297079 0.361026 0.358541
+0.321889 0.376560 0.372454
+0.359587 0.382637 0.376637
+0.397285 0.388714 0.380821
+0.434982 0.394791 0.385004
+0.472680 0.400869 0.389187
+0.517191 0.401328 0.384263
+0.564428 0.399541 0.375697
+0.611665 0.397754 0.367131
+0.658902 0.395967 0.358564
+0.701975 0.394288 0.351141
+0.734638 0.392883 0.346575
+0.767301 0.391477 0.342009
+0.799965 0.390071 0.337443
+0.832628 0.388666 0.332877
+0.851812 0.386698 0.330249
+0.868748 0.384638 0.327945
+0.885685 0.382577 0.325641
+0.902622 0.380516 0.323337
+0.915426 0.378358 0.321359
+0.922718 0.376070 0.319816
+0.930011 0.373783 0.318274
+0.937303 0.371496 0.316731
+0.944596 0.369208 0.315188
+0.137127 0.250354 0.255608
+0.155676 0.266416 0.270771
+0.174225 0.282478 0.285934
+0.192773 0.298539 0.301097
+0.211322 0.314601 0.316260
+0.232499 0.331161 0.331390
+0.255646 0.348093 0.346495
+0.278794 0.365026 0.361600
+0.301941 0.381959 0.376706
+0.326729 0.397787 0.390341
+0.361361 0.406981 0.395157
+0.395993 0.416176 0.399973
+0.430624 0.425371 0.404789
+0.465256 0.434566 0.409604
+0.509233 0.435394 0.404498
+0.556947 0.432874 0.395422
+0.604661 0.430355 0.386346
+0.652376 0.427835 0.377271
+0.695996 0.425470 0.369369
+0.729380 0.423489 0.364402
+0.762764 0.421508 0.359434
+0.796149 0.419527 0.354467
+0.829533 0.417546 0.349500
+0.849262 0.415081 0.346558
+0.866716 0.412536 0.343954
+0.884169 0.409990 0.341350
+0.901623 0.407444 0.338747
+0.914779 0.404843 0.336472
+0.922206 0.402166 0.334638
+0.929633 0.399490 0.332804
+0.937060 0.396814 0.330970
+0.944487 0.394138 0.329136
+0.142450 0.284109 0.282874
+0.160916 0.300050 0.297706
+0.179383 0.315991 0.312537
+0.197850 0.331932 0.327369
+0.216316 0.347873 0.342200
+0.237431 0.364188 0.356862
+0.260532 0.380785 0.371396
+0.283632 0.397381 0.385930
+0.306733 0.413977 0.400464
+0.331177 0.429671 0.413674
+0.363681 0.439947 0.418935
+0.396185 0.450224 0.424197
+0.428690 0.460500 0.429459
+0.461194 0.470777 0.434720
+0.505540 0.471262 0.428128
+0.554621 0.467830 0.416794
+0.603703 0.464398 0.405460
+0.652785 0.460967 0.394125
+0.697356 0.457828 0.384582
+0.730651 0.455420 0.379517
+0.763946 0.453012 0.374452
+0.797240 0.450604 0.369386
+0.830535 0.448196 0.364321
+0.850236 0.445552 0.361412
+0.867672 0.442869 0.358862
+0.885108 0.440186 0.356311
+0.902544 0.437503 0.353761
+0.915641 0.434905 0.351625
+0.922952 0.432421 0.350041
+0.930263 0.429936 0.348457
+0.937574 0.427452 0.346873
+0.944884 0.424968 0.345289
+0.149422 0.323096 0.313153
+0.167599 0.338787 0.327523
+0.185777 0.354479 0.341894
+0.203954 0.370171 0.356265
+0.222131 0.385862 0.370635
+0.242973 0.401842 0.384741
+0.265814 0.418038 0.398647
+0.288655 0.434234 0.412554
+0.311496 0.450430 0.426460
+0.335468 0.465818 0.439185
+0.366220 0.476362 0.444817
+0.396972 0.486905 0.450450
+0.427725 0.497449 0.456083
+0.458477 0.507992 0.461716
+0.503553 0.507851 0.453116
+0.554358 0.503435 0.438824
+0.605164 0.499019 0.424531
+0.655969 0.494604 0.410239
+0.701653 0.490657 0.398590
+0.734534 0.487881 0.393548
+0.767414 0.485105 0.388506
+0.800294 0.482329 0.383464
+0.833175 0.479553 0.378422
+0.852619 0.476858 0.375683
+0.869824 0.474177 0.373328
+0.887029 0.471495 0.370973
+0.904234 0.468814 0.368618
+0.917106 0.466399 0.366794
+0.924201 0.464338 0.365676
+0.931295 0.462278 0.364559
+0.938390 0.460218 0.363441
+0.945484 0.458158 0.362324
+0.156395 0.362083 0.343431
+0.174283 0.377525 0.357341
+0.192170 0.392967 0.371251
+0.210058 0.408410 0.385161
+0.227945 0.423852 0.399071
+0.248515 0.439496 0.412620
+0.271097 0.455291 0.425899
+0.293678 0.471087 0.439177
+0.316260 0.486882 0.452456
+0.339759 0.501965 0.464695
+0.368759 0.512776 0.470699
+0.397759 0.523587 0.476703
+0.426759 0.534397 0.482707
+0.455760 0.545208 0.488711
+0.501566 0.544440 0.478105
+0.554095 0.539040 0.460854
+0.606624 0.533640 0.443603
+0.659153 0.528241 0.426353
+0.705950 0.523486 0.412597
+0.738416 0.520342 0.407578
+0.770882 0.517198 0.402560
+0.803349 0.514054 0.397541
+0.835815 0.510910 0.392522
+0.855002 0.508164 0.389954
+0.871976 0.505484 0.387794
+0.888951 0.502804 0.385635
+0.905925 0.500125 0.383475
+0.918572 0.497892 0.381962
+0.925450 0.496256 0.381311
+0.932328 0.494620 0.380661
+0.939205 0.492984 0.380010
+0.946083 0.491348 0.379359
+0.163368 0.401070 0.373709
+0.180966 0.416263 0.387159
+0.198564 0.431456 0.400608
+0.216162 0.446648 0.414057
+0.233760 0.461841 0.427506
+0.254057 0.477150 0.440499
+0.276379 0.492544 0.453150
+0.298701 0.507939 0.465801
+0.321024 0.523334 0.478452
+0.344050 0.538113 0.490206
+0.371298 0.549190 0.496581
+0.398546 0.560268 0.502956
+0.425794 0.571346 0.509331
+0.453043 0.582424 0.515706
+0.499579 0.581029 0.503093
+0.553832 0.574645 0.482884
+0.608084 0.568261 0.462675
+0.662337 0.561878 0.442467
+0.710246 0.556314 0.426604
+0.742299 0.552803 0.421609
+0.774351 0.549291 0.416614
+0.806403 0.545779 0.411618
+0.838455 0.542267 0.406623
+0.857385 0.539470 0.404225
+0.874129 0.536792 0.402261
+0.890872 0.534114 0.400296
+0.907615 0.531436 0.398332
+0.920037 0.529386 0.397131
+0.926699 0.528174 0.396947
+0.933360 0.526962 0.396763
+0.940021 0.525750 0.396579
+0.946683 0.524538 0.396395
+0.171132 0.440047 0.403594
+0.188456 0.454878 0.416543
+0.205780 0.469709 0.429491
+0.223104 0.484540 0.442440
+0.240428 0.499371 0.455388
+0.260453 0.514245 0.467801
+0.282503 0.529151 0.479813
+0.304553 0.544057 0.491824
+0.326603 0.558963 0.503836
+0.349178 0.573335 0.515076
+0.374906 0.584498 0.521686
+0.400634 0.595660 0.528297
+0.426362 0.606823 0.534907
+0.452090 0.617986 0.541518
+0.497939 0.616501 0.528178
+0.551837 0.609956 0.506858
+0.605736 0.603412 0.485538
+0.659634 0.596868 0.464218
+0.707658 0.591010 0.447195
+0.740996 0.586869 0.440913
+0.774334 0.582728 0.434632
+0.807672 0.578586 0.428351
+0.841010 0.574445 0.422070
+0.859912 0.571555 0.419652
+0.876407 0.568874 0.417879
+0.892902 0.566193 0.416106
+0.909398 0.563512 0.414332
+0.921595 0.561629 0.413431
+0.928061 0.560810 0.413693
+0.934526 0.559991 0.413955
+0.940992 0.559173 0.414217
+0.947458 0.558354 0.414479
+0.180874 0.478996 0.432496
+0.197964 0.493185 0.444843
+0.215053 0.507374 0.457191
+0.232143 0.521563 0.469539
+0.249232 0.535752 0.481886
+0.268983 0.549945 0.493660
+0.290729 0.564141 0.505003
+0.312474 0.578338 0.516346
+0.334220 0.592534 0.527689
+0.356401 0.606244 0.538341
+0.381187 0.617037 0.544848
+0.405974 0.627829 0.551355
+0.430761 0.638622 0.557862
+0.455548 0.649414 0.564369
+0.497165 0.649179 0.553504
+0.545515 0.644534 0.535691
+0.593865 0.639888 0.517877
+0.642215 0.635243 0.500064
+0.687857 0.630374 0.484243
+0.726731 0.624949 0.473403
+0.765604 0.619524 0.462562
+0.804478 0.614099 0.451722
+0.843352 0.608674 0.440882
+0.862796 0.605589 0.437969
+0.879002 0.602893 0.436377
+0.895207 0.600197 0.434785
+0.911413 0.597502 0.433192
+0.923383 0.595746 0.432564
+0.929705 0.595243 0.433220
+0.936027 0.594740 0.433876
+0.942349 0.594237 0.434532
+0.948671 0.593734 0.435188
+0.190617 0.517946 0.461397
+0.207472 0.531493 0.473144
+0.224327 0.545039 0.484891
+0.241181 0.558586 0.496638
+0.258036 0.572133 0.508384
+0.277512 0.585645 0.519519
+0.298954 0.599132 0.530193
+0.320396 0.612618 0.540868
+0.341838 0.626105 0.551543
+0.363623 0.639154 0.561607
+0.387469 0.649576 0.568010
+0.411315 0.659998 0.574414
+0.435160 0.670420 0.580817
+0.459006 0.680842 0.587220
+0.496391 0.681858 0.578831
+0.539193 0.679111 0.564524
+0.581994 0.676364 0.550217
+0.624795 0.673617 0.535909
+0.668056 0.669738 0.521290
+0.712465 0.663030 0.505892
+0.756875 0.656321 0.490493
+0.801284 0.649612 0.475094
+0.845693 0.642903 0.459695
+0.865680 0.639622 0.456285
+0.881596 0.636912 0.454874
+0.897512 0.634202 0.453463
+0.913429 0.631492 0.452052
+0.925171 0.629863 0.451696
+0.931350 0.629675 0.452746
+0.937528 0.629488 0.453796
+0.943706 0.629301 0.454846
+0.949884 0.629113 0.455896
+0.200359 0.556896 0.490299
+0.216979 0.569800 0.501445
+0.233600 0.582705 0.512591
+0.250220 0.595609 0.523736
+0.266840 0.608513 0.534882
+0.286042 0.621345 0.545377
+0.307180 0.634122 0.555383
+0.328318 0.646899 0.565390
+0.349456 0.659676 0.575396
+0.370846 0.672063 0.584873
+0.393750 0.682115 0.591173
+0.416655 0.692167 0.597472
+0.439560 0.702219 0.603772
+0.462464 0.712270 0.610072
+0.495618 0.714536 0.604157
+0.532870 0.713688 0.593356
+0.570123 0.712840 0.582556
+0.607376 0.711992 0.571755
+0.648255 0.709102 0.558338
+0.698200 0.701110 0.538381
+0.748145 0.693117 0.518423
+0.798090 0.685125 0.498465
+0.848035 0.677133 0.478507
+0.868564 0.673655 0.474602
+0.884191 0.670931 0.473372
+0.899817 0.668206 0.472142
+0.915444 0.665482 0.470912
+0.926960 0.663980 0.470829
+0.932994 0.664108 0.472273
+0.939028 0.664237 0.473717
+0.945063 0.664365 0.475161
+0.951097 0.664493 0.476605
+0.210101 0.595846 0.519200
+0.226487 0.608108 0.529745
+0.242873 0.620370 0.540290
+0.259259 0.632632 0.550835
+0.275645 0.644894 0.561380
+0.294572 0.657045 0.571236
+0.315406 0.669112 0.580574
+0.336239 0.681179 0.589912
+0.357073 0.693247 0.599250
+0.378068 0.704973 0.608139
+0.400032 0.714654 0.614335
+0.421995 0.724336 0.620531
+0.443959 0.734017 0.626727
+0.465923 0.743699 0.632923
+0.494844 0.747215 0.629483
+0.526548 0.748265 0.622189
+0.558252 0.749316 0.614895
+0.589956 0.750366 0.607601
+0.628454 0.748466 0.595386
+0.683934 0.739190 0.570870
+0.739415 0.729914 0.546353
+0.794896 0.720638 0.521836
+0.850377 0.711362 0.497320
+0.871448 0.707689 0.492919
+0.886785 0.704950 0.491870
+0.902122 0.702211 0.490821
+0.917460 0.699472 0.489772
+0.928748 0.698097 0.489961
+0.934639 0.698541 0.491799
+0.940529 0.698985 0.493637
+0.946420 0.699429 0.495475
+0.952310 0.699873 0.497313
+0.221156 0.628462 0.544257
+0.237273 0.639934 0.554192
+0.253389 0.651407 0.564127
+0.269505 0.662879 0.574062
+0.285621 0.674351 0.583997
+0.304213 0.685696 0.593253
+0.324662 0.696945 0.601999
+0.345110 0.708194 0.610745
+0.365559 0.719444 0.619491
+0.386136 0.730389 0.627834
+0.407479 0.739505 0.633759
+0.428822 0.748622 0.639683
+0.450166 0.757739 0.645607
+0.471509 0.766856 0.651532
+0.498226 0.770707 0.649284
+0.527093 0.772452 0.643768
+0.555960 0.774197 0.638251
+0.584827 0.775941 0.632734
+0.620273 0.775016 0.622510
+0.672169 0.767413 0.600516
+0.724065 0.759811 0.578521
+0.775961 0.752208 0.556527
+0.827856 0.744606 0.534533
+0.853327 0.740773 0.527409
+0.874394 0.737568 0.522763
+0.895461 0.734363 0.518117
+0.916528 0.731158 0.513472
+0.931029 0.729569 0.511725
+0.936776 0.730136 0.513845
+0.942522 0.730702 0.515965
+0.948269 0.731268 0.518084
+0.954016 0.731835 0.520204
+0.232430 0.660023 0.568672
+0.248271 0.670681 0.577996
+0.264111 0.681338 0.587320
+0.279952 0.691996 0.596644
+0.295793 0.702653 0.605967
+0.314039 0.713172 0.614630
+0.334089 0.723585 0.622797
+0.354139 0.733999 0.630964
+0.374190 0.744412 0.639131
+0.394344 0.754555 0.646935
+0.415120 0.763075 0.652559
+0.435897 0.771595 0.658184
+0.456674 0.780115 0.663809
+0.477450 0.788635 0.669434
+0.502302 0.792668 0.668164
+0.528783 0.794907 0.664137
+0.555264 0.797145 0.660110
+0.581746 0.799384 0.656082
+0.614030 0.799429 0.647980
+0.660821 0.793993 0.629688
+0.707611 0.788557 0.611396
+0.754402 0.783121 0.593104
+0.801193 0.777686 0.574812
+0.831705 0.773698 0.564594
+0.859505 0.769952 0.555722
+0.887305 0.766206 0.546850
+0.915105 0.762461 0.537978
+0.933392 0.760601 0.533929
+0.938995 0.761258 0.536311
+0.944597 0.761914 0.538693
+0.950200 0.762570 0.541075
+0.955803 0.763226 0.543458
+0.243704 0.691584 0.593087
+0.259269 0.701427 0.601800
+0.274834 0.711270 0.610513
+0.290399 0.721113 0.619225
+0.305964 0.730956 0.627938
+0.323865 0.740647 0.636007
+0.343517 0.750225 0.643595
+0.363168 0.759803 0.651183
+0.382820 0.769380 0.658770
+0.402552 0.778722 0.666035
+0.422762 0.786645 0.671360
+0.442972 0.794568 0.676685
+0.463182 0.802491 0.682010
+0.483391 0.810414 0.687335
+0.506377 0.814630 0.687044
+0.530473 0.817362 0.684506
+0.554569 0.820094 0.681968
+0.578665 0.822826 0.679431
+0.607786 0.823843 0.673449
+0.649472 0.820574 0.658860
+0.691158 0.817304 0.644271
+0.732843 0.814035 0.629681
+0.774529 0.810765 0.615092
+0.810083 0.806624 0.601780
+0.844616 0.802337 0.588681
+0.879149 0.798050 0.575582
+0.913682 0.793763 0.562483
+0.935755 0.791633 0.556132
+0.941214 0.792380 0.558777
+0.946673 0.793126 0.561422
+0.952132 0.793872 0.564067
+0.957591 0.794618 0.566712
+0.254978 0.723145 0.617503
+0.270268 0.732173 0.625604
+0.285557 0.741201 0.633705
+0.300847 0.750230 0.641807
+0.316136 0.759258 0.649908
+0.333691 0.768123 0.657385
+0.352944 0.776865 0.664393
+0.372198 0.785607 0.671402
+0.391451 0.794349 0.678410
+0.410760 0.802888 0.685135
+0.430403 0.810214 0.690161
+0.450046 0.817541 0.695186
+0.469689 0.824867 0.700212
+0.489333 0.832193 0.705237
+0.510452 0.836591 0.705924
+0.532163 0.839816 0.704876
+0.553873 0.843042 0.703827
+0.575584 0.846268 0.702779
+0.601543 0.848257 0.698919
+0.638123 0.847154 0.688032
+0.674704 0.846051 0.677145
+0.711284 0.844948 0.666259
+0.747865 0.843845 0.655372
+0.788461 0.839549 0.638966
+0.829727 0.834722 0.621640
+0.870993 0.829894 0.604315
+0.912259 0.825066 0.586989
+0.938117 0.822665 0.578335
+0.943433 0.823501 0.581243
+0.948748 0.824338 0.584150
+0.954063 0.825174 0.587058
+0.959379 0.826010 0.589965
+0.266314 0.749797 0.639203
+0.281266 0.758039 0.646732
+0.296218 0.766281 0.654261
+0.311170 0.774523 0.661789
+0.326122 0.782765 0.669318
+0.343262 0.790842 0.676261
+0.362041 0.798796 0.682765
+0.380821 0.806749 0.689269
+0.399600 0.814702 0.695773
+0.418426 0.822484 0.702028
+0.437526 0.829238 0.706784
+0.456626 0.835992 0.711541
+0.475727 0.842745 0.716297
+0.494827 0.849499 0.721054
+0.514605 0.853933 0.722373
+0.534653 0.857440 0.722318
+0.554702 0.860947 0.722263
+0.574751 0.864454 0.722208
+0.598477 0.867085 0.719840
+0.631398 0.867527 0.711691
+0.664319 0.867969 0.703542
+0.697239 0.868411 0.695392
+0.730160 0.868853 0.687243
+0.772499 0.865134 0.670240
+0.816407 0.860722 0.651762
+0.860316 0.856310 0.633284
+0.904224 0.851898 0.614806
+0.932409 0.849751 0.605101
+0.939629 0.850626 0.607092
+0.946848 0.851501 0.609084
+0.954068 0.852376 0.611075
+0.961288 0.853251 0.613067
+0.277732 0.769904 0.657282
+0.292264 0.777397 0.664291
+0.306796 0.784891 0.671299
+0.321329 0.792384 0.678307
+0.335861 0.799878 0.685315
+0.352492 0.807219 0.691804
+0.370698 0.814447 0.697903
+0.388903 0.821675 0.704002
+0.407108 0.828903 0.710102
+0.425368 0.835986 0.715976
+0.443958 0.842200 0.720505
+0.462547 0.848413 0.725033
+0.481136 0.854627 0.729561
+0.499726 0.860840 0.734090
+0.518860 0.865118 0.735581
+0.538212 0.868623 0.735859
+0.557564 0.872127 0.736136
+0.576915 0.875631 0.736413
+0.599649 0.878465 0.734697
+0.630837 0.879624 0.727998
+0.662025 0.880782 0.721300
+0.693213 0.881940 0.714601
+0.724401 0.883098 0.707902
+0.764082 0.880932 0.693633
+0.805180 0.878211 0.678101
+0.846277 0.875490 0.662570
+0.887374 0.872769 0.647038
+0.915939 0.871577 0.637951
+0.927794 0.872422 0.637454
+0.939648 0.873267 0.636958
+0.951503 0.874112 0.636461
+0.963358 0.874957 0.635965
+0.289150 0.790011 0.675362
+0.303262 0.796756 0.681850
+0.317375 0.803501 0.688337
+0.331488 0.810245 0.694825
+0.345600 0.816990 0.701313
+0.361723 0.823597 0.707347
+0.379354 0.830099 0.713041
+0.396985 0.836602 0.718735
+0.414616 0.843104 0.724430
+0.432311 0.849488 0.729925
+0.450389 0.855161 0.734225
+0.468468 0.860835 0.738525
+0.486546 0.866508 0.742825
+0.504625 0.872181 0.747126
+0.523115 0.876303 0.748790
+0.541770 0.879805 0.749399
+0.560425 0.883307 0.750008
+0.579080 0.886809 0.750617
+0.600821 0.889846 0.749553
+0.630276 0.891720 0.744305
+0.659731 0.893595 0.739058
+0.689186 0.895469 0.733810
+0.718641 0.897344 0.728562
+0.755666 0.896729 0.717025
+0.793952 0.895700 0.704440
+0.832238 0.894670 0.691855
+0.870524 0.893641 0.679271
+0.899469 0.893402 0.670800
+0.915959 0.894217 0.667816
+0.932449 0.895033 0.664832
+0.948939 0.895848 0.661847
+0.965429 0.896664 0.658863
+0.300568 0.810118 0.693441
+0.314260 0.816115 0.699408
+0.327953 0.822111 0.705376
+0.341646 0.828107 0.711343
+0.355339 0.834103 0.717310
+0.370954 0.839974 0.722890
+0.388011 0.845751 0.728179
+0.405067 0.851528 0.733469
+0.422124 0.857305 0.738758
+0.439253 0.862990 0.743873
+0.456821 0.868123 0.747945
+0.474388 0.873256 0.752018
+0.491956 0.878389 0.756090
+0.509524 0.883522 0.760162
+0.527370 0.887488 0.761998
+0.545328 0.890988 0.762939
+0.563286 0.894487 0.763880
+0.581244 0.897987 0.764822
+0.601992 0.901227 0.764409
+0.629715 0.903817 0.760612
+0.657437 0.906408 0.756815
+0.685160 0.908998 0.753018
+0.712882 0.911589 0.749221
+0.747249 0.912526 0.740418
+0.782724 0.913188 0.730779
+0.818199 0.913850 0.721141
+0.853674 0.914512 0.711503
+0.882999 0.915227 0.703650
+0.904124 0.916013 0.698178
+0.925249 0.916799 0.692706
+0.946374 0.917584 0.687233
+0.967499 0.918370 0.681761
+0.311986 0.830226 0.711521
+0.325259 0.835473 0.716967
+0.338532 0.840720 0.722414
+0.351805 0.845968 0.727861
+0.365078 0.851215 0.733307
+0.380185 0.856351 0.738433
+0.396667 0.861403 0.743317
+0.413149 0.866454 0.748202
+0.429632 0.871506 0.753086
+0.446196 0.876492 0.757822
+0.463252 0.881085 0.761666
+0.480309 0.885678 0.765510
+0.497366 0.890270 0.769354
+0.514422 0.894863 0.773198
+0.531625 0.898673 0.775206
+0.548886 0.902170 0.776479
+0.566148 0.905668 0.777753
+0.583409 0.909165 0.779026
+0.603164 0.912607 0.779266
+0.629154 0.915914 0.776920
+0.655143 0.919221 0.774573
+0.681133 0.922528 0.772227
+0.707123 0.925834 0.769881
+0.738833 0.928324 0.763810
+0.771496 0.930677 0.757118
+0.804160 0.933030 0.750427
+0.836824 0.935384 0.743735
+0.866529 0.937052 0.736500
+0.892289 0.937808 0.728540
+0.918049 0.938564 0.720580
+0.943809 0.939320 0.712620
+0.969569 0.940076 0.704659
+0.113608 0.109591 0.112852
+0.144932 0.107791 0.123486
+0.176257 0.105991 0.134119
+0.207581 0.104190 0.144753
+0.238905 0.102390 0.155386
+0.278337 0.103486 0.162296
+0.323851 0.106754 0.166414
+0.369364 0.110021 0.170532
+0.414878 0.113289 0.174650
+0.459127 0.116731 0.178298
+0.495787 0.121217 0.179127
+0.532448 0.125703 0.179956
+0.569108 0.130189 0.180785
+0.605769 0.134675 0.181614
+0.642135 0.139472 0.180166
+0.678382 0.144394 0.177807
+0.714630 0.149316 0.175448
+0.750878 0.154238 0.173090
+0.783001 0.158795 0.171444
+0.804813 0.162442 0.171579
+0.826624 0.166088 0.171714
+0.848435 0.169735 0.171849
+0.870247 0.173381 0.171984
+0.882526 0.175849 0.173220
+0.893216 0.178121 0.174640
+0.903907 0.180392 0.176059
+0.914597 0.182664 0.177479
+0.923245 0.184721 0.179326
+0.929170 0.186492 0.181743
+0.935095 0.188264 0.184161
+0.941020 0.190036 0.186578
+0.946946 0.191807 0.188995
+0.117059 0.114546 0.118091
+0.144324 0.116262 0.129507
+0.171589 0.117978 0.140923
+0.198854 0.119693 0.152340
+0.226119 0.121409 0.163756
+0.263916 0.123118 0.171833
+0.309612 0.124824 0.177406
+0.355308 0.126529 0.182979
+0.401004 0.128234 0.188552
+0.445500 0.130270 0.193504
+0.482802 0.134291 0.194724
+0.520104 0.138313 0.195945
+0.557406 0.142334 0.197165
+0.594708 0.146355 0.198386
+0.632016 0.150789 0.196668
+0.669325 0.155388 0.193776
+0.706635 0.159987 0.190884
+0.743944 0.164586 0.187991
+0.777078 0.168852 0.185847
+0.799773 0.172287 0.185575
+0.822469 0.175722 0.185302
+0.845164 0.179157 0.185030
+0.867859 0.182592 0.184757
+0.880618 0.184899 0.185660
+0.891720 0.187017 0.186759
+0.902822 0.189136 0.187858
+0.913924 0.191255 0.188957
+0.922817 0.193144 0.190478
+0.928765 0.194728 0.192562
+0.934712 0.196311 0.194645
+0.940660 0.197894 0.196729
+0.946608 0.199478 0.198812
+0.120510 0.119502 0.123329
+0.143716 0.124733 0.135528
+0.166922 0.129965 0.147727
+0.190128 0.135196 0.159927
+0.213333 0.140427 0.172126
+0.249495 0.142751 0.181370
+0.295373 0.142894 0.188398
+0.341251 0.143036 0.195427
+0.387130 0.143179 0.202455
+0.431874 0.143809 0.208709
+0.469818 0.147366 0.210322
+0.507761 0.150923 0.211934
+0.545704 0.154479 0.213546
+0.583648 0.158036 0.215158
+0.621897 0.162106 0.213171
+0.660268 0.166382 0.209745
+0.698639 0.170658 0.206319
+0.737010 0.174934 0.202893
+0.771155 0.178910 0.200251
+0.794734 0.182133 0.199571
+0.818313 0.185356 0.198891
+0.841893 0.188579 0.198210
+0.865472 0.191802 0.197530
+0.878710 0.193948 0.198100
+0.890224 0.195914 0.198879
+0.901737 0.197880 0.199657
+0.913251 0.199847 0.200435
+0.922389 0.201568 0.201630
+0.928359 0.202963 0.203380
+0.934329 0.204358 0.205130
+0.940300 0.205753 0.206880
+0.946270 0.207148 0.208629
+0.123961 0.124458 0.128567
+0.143107 0.133205 0.141549
+0.162254 0.141952 0.154532
+0.181401 0.150699 0.167514
+0.200548 0.159446 0.180496
+0.235074 0.162383 0.190907
+0.281134 0.160964 0.199390
+0.327195 0.159544 0.207874
+0.373255 0.158124 0.216357
+0.418248 0.157349 0.223915
+0.456833 0.160441 0.225919
+0.495418 0.163533 0.227923
+0.534003 0.166625 0.229927
+0.572587 0.169717 0.231930
+0.611778 0.173424 0.229674
+0.651210 0.177377 0.225714
+0.690643 0.181330 0.221754
+0.730076 0.185283 0.217794
+0.765231 0.188967 0.214655
+0.789695 0.191978 0.213567
+0.814158 0.194990 0.212479
+0.838622 0.198001 0.211391
+0.863085 0.201013 0.210303
+0.876802 0.202997 0.210540
+0.888727 0.204811 0.210998
+0.900653 0.206625 0.211456
+0.912578 0.208438 0.211914
+0.921961 0.209992 0.212782
+0.927954 0.211198 0.214198
+0.933946 0.212405 0.215614
+0.939939 0.213611 0.217030
+0.945932 0.214818 0.218446
+0.127412 0.129413 0.133806
+0.142499 0.141676 0.147571
+0.157587 0.153939 0.161336
+0.172674 0.166202 0.175101
+0.187762 0.178464 0.188865
+0.220652 0.182016 0.200444
+0.266895 0.179034 0.210383
+0.313138 0.176051 0.220321
+0.359381 0.173069 0.230260
+0.404622 0.170888 0.239121
+0.443848 0.173516 0.241516
+0.483074 0.176143 0.243912
+0.522301 0.178770 0.246307
+0.561527 0.181397 0.248703
+0.601659 0.184741 0.246177
+0.642153 0.188371 0.241683
+0.682647 0.192001 0.237189
+0.723141 0.195631 0.232695
+0.759308 0.199024 0.229058
+0.784656 0.201824 0.227563
+0.810003 0.204624 0.226067
+0.835351 0.207423 0.224572
+0.860698 0.210223 0.223076
+0.874894 0.212047 0.222980
+0.887231 0.213708 0.223117
+0.899568 0.215369 0.223255
+0.911906 0.217030 0.223392
+0.921533 0.218415 0.223934
+0.927548 0.219433 0.225017
+0.933564 0.220451 0.226099
+0.939579 0.221470 0.227181
+0.945594 0.222488 0.228263
+0.130288 0.136173 0.141298
+0.144070 0.150174 0.155575
+0.157853 0.164175 0.169853
+0.171635 0.178176 0.184130
+0.185418 0.192178 0.198407
+0.215923 0.197706 0.211075
+0.258971 0.196880 0.222535
+0.302018 0.196055 0.233995
+0.345066 0.195229 0.245455
+0.387725 0.194736 0.255703
+0.428052 0.196240 0.258685
+0.468379 0.197745 0.261667
+0.508706 0.199249 0.264648
+0.549033 0.200754 0.267630
+0.590248 0.203394 0.264840
+0.631818 0.206489 0.259741
+0.673388 0.209583 0.254642
+0.714958 0.212678 0.249543
+0.752176 0.215577 0.245343
+0.778515 0.217987 0.243390
+0.804854 0.220397 0.241436
+0.831193 0.222806 0.239483
+0.857531 0.225216 0.237529
+0.872331 0.226700 0.237055
+0.885208 0.228030 0.236828
+0.898084 0.229360 0.236601
+0.910961 0.230690 0.236374
+0.920946 0.231747 0.236549
+0.927077 0.232439 0.237260
+0.933207 0.233131 0.237972
+0.939338 0.233822 0.238683
+0.945468 0.234514 0.239395
+0.132734 0.144286 0.150480
+0.147277 0.158693 0.165067
+0.161819 0.173099 0.179654
+0.176362 0.187505 0.194241
+0.190905 0.201912 0.208828
+0.218463 0.210440 0.222526
+0.255782 0.214560 0.235557
+0.293101 0.218680 0.248587
+0.330420 0.222800 0.261618
+0.368376 0.226315 0.273318
+0.410148 0.226203 0.277032
+0.451920 0.226091 0.280746
+0.493692 0.225979 0.284460
+0.535464 0.225868 0.288174
+0.577868 0.227550 0.285122
+0.620525 0.229950 0.279365
+0.663181 0.232349 0.273608
+0.705838 0.234749 0.267851
+0.744138 0.237002 0.263039
+0.771549 0.238888 0.260590
+0.798959 0.240774 0.258141
+0.826369 0.242660 0.255692
+0.853780 0.244546 0.253242
+0.869277 0.245557 0.252357
+0.882788 0.246423 0.251732
+0.896300 0.247288 0.251107
+0.909812 0.248153 0.250482
+0.920239 0.248760 0.250260
+0.926555 0.249022 0.250573
+0.932871 0.249284 0.250886
+0.939186 0.249546 0.251199
+0.945502 0.249808 0.251512
+0.135180 0.152399 0.159662
+0.150483 0.167211 0.174559
+0.165786 0.182022 0.189455
+0.181089 0.196834 0.204352
+0.196392 0.211646 0.219249
+0.221002 0.223174 0.233977
+0.252593 0.232239 0.248579
+0.284184 0.241305 0.263180
+0.315775 0.250370 0.277782
+0.349026 0.257894 0.290933
+0.392244 0.256166 0.295379
+0.435461 0.254438 0.299825
+0.478678 0.252710 0.304271
+0.521896 0.250981 0.308717
+0.565489 0.251706 0.305405
+0.609232 0.253410 0.298990
+0.652974 0.255115 0.292574
+0.696717 0.256820 0.286159
+0.736100 0.258427 0.280735
+0.764582 0.259790 0.277790
+0.793064 0.261152 0.274845
+0.821546 0.262514 0.271901
+0.850028 0.263876 0.268956
+0.866223 0.264414 0.267659
+0.880369 0.264815 0.266636
+0.894516 0.265215 0.265614
+0.908663 0.265616 0.264591
+0.919532 0.265773 0.263970
+0.926033 0.265605 0.263885
+0.932534 0.265438 0.263800
+0.939035 0.265270 0.263714
+0.945536 0.265102 0.263629
+0.137626 0.160512 0.168844
+0.153689 0.175729 0.184050
+0.169752 0.190946 0.199257
+0.185816 0.206163 0.214463
+0.201879 0.221380 0.229669
+0.223542 0.235908 0.245428
+0.249404 0.249919 0.261601
+0.275267 0.263930 0.277773
+0.301129 0.277941 0.293946
+0.329677 0.289473 0.308548
+0.374339 0.286128 0.313726
+0.419002 0.282784 0.318905
+0.463664 0.279440 0.324083
+0.508327 0.276095 0.329261
+0.553109 0.275861 0.325688
+0.597938 0.276871 0.318614
+0.642768 0.277881 0.311540
+0.687597 0.278891 0.304467
+0.728062 0.279852 0.298431
+0.757616 0.280691 0.294990
+0.787169 0.281529 0.291550
+0.816723 0.282368 0.288110
+0.846277 0.283206 0.284669
+0.863169 0.283271 0.282960
+0.877950 0.283207 0.281540
+0.892732 0.283143 0.280120
+0.907513 0.283079 0.278700
+0.918825 0.282786 0.277681
+0.925511 0.282188 0.277197
+0.932198 0.281591 0.276713
+0.938884 0.280994 0.276230
+0.945570 0.280396 0.275746
+0.139729 0.169850 0.179295
+0.156539 0.185442 0.194775
+0.173348 0.201033 0.210255
+0.190157 0.216625 0.225735
+0.206966 0.232216 0.241215
+0.226200 0.249308 0.257827
+0.247252 0.267525 0.275290
+0.268304 0.285742 0.292753
+0.289356 0.303958 0.310215
+0.313871 0.318988 0.326046
+0.359167 0.314894 0.332083
+0.404464 0.310800 0.338121
+0.449760 0.306706 0.344159
+0.495056 0.302612 0.350196
+0.540764 0.301661 0.346399
+0.586637 0.301966 0.338667
+0.632509 0.302271 0.330935
+0.678382 0.302577 0.323204
+0.719897 0.302881 0.316555
+0.750518 0.303180 0.312615
+0.781139 0.303479 0.308675
+0.811760 0.303779 0.304735
+0.842381 0.304078 0.300794
+0.859983 0.303650 0.298669
+0.875415 0.303100 0.296846
+0.890848 0.302550 0.295023
+0.906280 0.302000 0.293200
+0.918047 0.301235 0.291775
+0.924928 0.300184 0.290882
+0.931809 0.299132 0.289990
+0.938690 0.298081 0.289097
+0.945571 0.297029 0.288204
+0.139781 0.186539 0.197362
+0.157249 0.202320 0.212898
+0.174717 0.218102 0.228434
+0.192185 0.233883 0.243970
+0.209653 0.249664 0.259506
+0.229568 0.266704 0.275917
+0.251318 0.284688 0.292984
+0.273069 0.302672 0.310051
+0.294819 0.320656 0.327118
+0.319328 0.336122 0.342841
+0.360389 0.336478 0.350501
+0.401450 0.336835 0.358161
+0.442510 0.337191 0.365821
+0.483571 0.337548 0.373481
+0.528629 0.337322 0.369679
+0.575286 0.336865 0.361292
+0.621942 0.336407 0.352905
+0.668599 0.335949 0.344517
+0.710972 0.335527 0.337251
+0.742634 0.335195 0.332786
+0.774297 0.334863 0.328320
+0.805959 0.334531 0.323855
+0.837622 0.334199 0.319390
+0.856011 0.333157 0.316817
+0.872187 0.331995 0.314559
+0.888364 0.330834 0.312301
+0.904540 0.329673 0.310044
+0.916841 0.328302 0.308169
+0.923974 0.326651 0.306805
+0.931108 0.325000 0.305441
+0.938241 0.323348 0.304076
+0.945375 0.321697 0.302712
+0.139832 0.203227 0.215429
+0.157959 0.219199 0.231022
+0.176086 0.235170 0.246614
+0.194213 0.251141 0.262206
+0.212339 0.267113 0.277798
+0.232936 0.284101 0.294007
+0.255385 0.301852 0.310679
+0.277834 0.319603 0.327350
+0.300283 0.337354 0.344021
+0.324785 0.353256 0.359637
+0.361610 0.358063 0.368919
+0.398436 0.362869 0.378202
+0.435261 0.367676 0.387484
+0.472086 0.372483 0.396766
+0.516494 0.372984 0.392959
+0.563935 0.371763 0.383917
+0.611375 0.370543 0.374874
+0.658816 0.369322 0.365831
+0.702047 0.368174 0.357946
+0.734751 0.367211 0.352956
+0.767454 0.366247 0.347966
+0.800158 0.365284 0.342976
+0.832862 0.364321 0.337985
+0.852038 0.362664 0.334965
+0.868959 0.360891 0.332273
+0.885880 0.359119 0.329580
+0.902800 0.357346 0.326888
+0.915635 0.355369 0.324563
+0.923021 0.353118 0.322727
+0.930407 0.350867 0.320891
+0.937793 0.348616 0.319055
+0.945179 0.346365 0.317220
+0.139884 0.219916 0.233496
+0.158669 0.236077 0.249145
+0.177455 0.252238 0.264793
+0.196240 0.268400 0.280442
+0.215026 0.284561 0.296090
+0.236304 0.301498 0.312097
+0.259451 0.319016 0.328373
+0.282598 0.336534 0.344649
+0.305746 0.354052 0.360924
+0.330242 0.370390 0.376433
+0.362832 0.379647 0.387337
+0.395422 0.388904 0.398242
+0.428011 0.398161 0.409147
+0.460601 0.407418 0.420051
+0.504359 0.408646 0.416239
+0.552584 0.406662 0.406541
+0.600808 0.404678 0.396843
+0.649033 0.402694 0.387145
+0.693121 0.400821 0.378642
+0.726867 0.399226 0.373127
+0.760612 0.397631 0.367611
+0.794358 0.396037 0.362096
+0.828103 0.394442 0.356581
+0.848065 0.392171 0.353113
+0.865730 0.389787 0.349986
+0.883395 0.387403 0.346859
+0.901060 0.385019 0.343732
+0.914429 0.382435 0.340957
+0.922067 0.379585 0.338649
+0.929706 0.376734 0.336342
+0.937345 0.373884 0.334035
+0.944984 0.371033 0.331727
+0.139936 0.236604 0.251563
+0.159380 0.252955 0.267268
+0.178824 0.269307 0.282973
+0.198268 0.285658 0.298678
+0.217712 0.302010 0.314382
+0.239672 0.318894 0.330187
+0.263517 0.336180 0.346067
+0.287363 0.353465 0.361947
+0.311209 0.370750 0.377828
+0.335699 0.387524 0.393229
+0.364053 0.401231 0.405755
+0.392408 0.414939 0.418282
+0.420762 0.428646 0.430809
+0.449116 0.442354 0.443336
+0.492224 0.444308 0.439520
+0.541233 0.441561 0.429166
+0.590241 0.438814 0.418812
+0.639250 0.436066 0.408458
+0.684196 0.433468 0.399337
+0.718983 0.431242 0.393297
+0.753770 0.429016 0.387257
+0.788557 0.426789 0.381217
+0.823344 0.424563 0.375177
+0.844093 0.421678 0.371261
+0.862502 0.418683 0.367700
+0.880911 0.415687 0.364138
+0.899321 0.412692 0.360577
+0.913222 0.409502 0.357351
+0.921114 0.406052 0.354572
+0.929005 0.402602 0.351793
+0.936896 0.399151 0.349014
+0.944788 0.395701 0.346235
+0.144611 0.269158 0.278993
+0.164024 0.285399 0.294385
+0.183438 0.301641 0.309777
+0.202851 0.317883 0.325168
+0.222264 0.334124 0.340560
+0.244214 0.350765 0.355908
+0.268066 0.367706 0.371222
+0.291918 0.384646 0.386537
+0.315771 0.401587 0.401851
+0.340038 0.418219 0.416777
+0.366801 0.433006 0.429370
+0.393563 0.447792 0.441963
+0.420325 0.462578 0.454555
+0.447087 0.477364 0.467148
+0.490249 0.479201 0.462066
+0.539969 0.475859 0.449914
+0.589690 0.472516 0.437762
+0.639411 0.469173 0.425610
+0.684862 0.466020 0.415165
+0.719639 0.463340 0.408985
+0.754416 0.460661 0.402806
+0.789193 0.457981 0.396626
+0.823969 0.455302 0.390447
+0.844749 0.452208 0.386538
+0.863196 0.449045 0.383008
+0.881643 0.445883 0.379478
+0.900090 0.442720 0.375948
+0.913970 0.439505 0.372841
+0.921761 0.436221 0.370299
+0.929552 0.432936 0.367757
+0.937343 0.429652 0.365215
+0.945133 0.426368 0.362673
+0.151135 0.308058 0.310168
+0.170242 0.324070 0.325099
+0.189349 0.340082 0.340030
+0.208456 0.356093 0.354961
+0.227563 0.372105 0.369892
+0.249227 0.388425 0.384680
+0.272808 0.404976 0.399361
+0.296390 0.421528 0.414043
+0.319971 0.438079 0.428724
+0.343930 0.454340 0.443027
+0.370158 0.468856 0.455063
+0.396386 0.483372 0.467099
+0.422613 0.497889 0.479135
+0.448841 0.512405 0.491171
+0.492337 0.513787 0.484319
+0.542742 0.509916 0.469912
+0.593146 0.506045 0.455505
+0.643550 0.502173 0.441097
+0.689366 0.498533 0.429045
+0.723712 0.495472 0.422881
+0.758057 0.492410 0.416716
+0.792403 0.489349 0.410551
+0.826749 0.486287 0.404387
+0.847257 0.483148 0.400667
+0.865459 0.479995 0.397354
+0.883661 0.476843 0.394042
+0.901863 0.473690 0.390729
+0.915499 0.470683 0.387970
+0.923048 0.467871 0.385948
+0.930597 0.465058 0.383926
+0.938146 0.462246 0.381904
+0.945696 0.459433 0.379882
+0.157660 0.346958 0.341343
+0.176460 0.362740 0.355813
+0.195261 0.378522 0.370283
+0.214061 0.394304 0.384754
+0.232862 0.410086 0.399224
+0.254240 0.426085 0.413453
+0.277550 0.442247 0.427501
+0.300861 0.458410 0.441548
+0.324172 0.474572 0.455596
+0.347823 0.490460 0.469277
+0.373516 0.504707 0.480756
+0.399209 0.518953 0.492236
+0.424902 0.533199 0.503715
+0.450595 0.547446 0.515194
+0.494426 0.548373 0.506572
+0.545514 0.543973 0.489910
+0.596601 0.539574 0.473247
+0.647688 0.535174 0.456585
+0.693869 0.531047 0.442926
+0.727784 0.527603 0.436776
+0.761699 0.524160 0.430626
+0.795614 0.520716 0.424476
+0.829528 0.517273 0.418327
+0.849765 0.514087 0.414795
+0.867722 0.510945 0.411701
+0.885679 0.507802 0.408606
+0.903636 0.504660 0.405511
+0.917029 0.501861 0.403099
+0.924336 0.499521 0.401597
+0.931643 0.497180 0.400096
+0.938950 0.494839 0.398594
+0.946258 0.492499 0.397092
+0.164184 0.385858 0.372517
+0.182678 0.401410 0.386527
+0.201172 0.416963 0.400537
+0.219666 0.432515 0.414546
+0.238160 0.448067 0.428556
+0.259252 0.463745 0.442225
+0.282292 0.479518 0.455640
+0.305332 0.495291 0.469054
+0.328372 0.511064 0.482468
+0.351715 0.526580 0.495527
+0.376873 0.540557 0.506450
+0.402031 0.554533 0.517372
+0.427190 0.568510 0.528295
+0.452348 0.582487 0.539217
+0.496515 0.582959 0.528825
+0.548286 0.578031 0.509908
+0.600056 0.573102 0.490990
+0.651827 0.568174 0.472072
+0.698373 0.563560 0.456806
+0.731857 0.559735 0.450671
+0.765340 0.555910 0.444536
+0.798824 0.552084 0.438401
+0.832308 0.548259 0.432266
+0.852273 0.545027 0.428924
+0.869985 0.541895 0.426047
+0.887697 0.538762 0.423170
+0.905409 0.535630 0.420293
+0.918558 0.533039 0.418228
+0.925623 0.531170 0.417247
+0.932689 0.529302 0.416265
+0.939754 0.527433 0.415283
+0.946820 0.525564 0.414302
+0.171546 0.424939 0.403274
+0.189751 0.440146 0.416778
+0.207956 0.455352 0.430282
+0.226161 0.470558 0.443786
+0.244366 0.485765 0.457290
+0.265173 0.501020 0.470372
+0.287931 0.516312 0.483136
+0.310689 0.531604 0.495901
+0.333447 0.546896 0.508665
+0.356477 0.561948 0.521085
+0.381135 0.575556 0.531438
+0.405794 0.589164 0.541790
+0.430453 0.602772 0.552142
+0.455111 0.616380 0.562495
+0.498410 0.616823 0.551482
+0.549166 0.612000 0.531923
+0.599921 0.607177 0.512364
+0.650676 0.602354 0.492805
+0.696803 0.597652 0.476747
+0.731360 0.593254 0.469442
+0.765917 0.588855 0.462137
+0.800473 0.584457 0.454832
+0.835030 0.580058 0.447528
+0.854923 0.576750 0.444199
+0.872373 0.573624 0.441534
+0.889822 0.570498 0.438868
+0.907271 0.567372 0.436202
+0.920177 0.564973 0.434471
+0.927025 0.563545 0.433985
+0.933873 0.562116 0.433500
+0.940720 0.560688 0.433014
+0.947568 0.559259 0.432529
+0.181002 0.464474 0.432985
+0.198962 0.479044 0.445871
+0.216921 0.493614 0.458757
+0.234880 0.508183 0.471644
+0.252839 0.522753 0.484530
+0.273363 0.537330 0.496952
+0.295812 0.551912 0.509026
+0.318260 0.566495 0.521099
+0.340708 0.581077 0.533173
+0.363414 0.595432 0.544915
+0.387660 0.608426 0.554663
+0.411906 0.621419 0.564411
+0.436152 0.634412 0.574159
+0.460398 0.647405 0.583908
+0.499821 0.648880 0.575146
+0.545315 0.645747 0.558981
+0.590808 0.642615 0.542816
+0.636302 0.639482 0.526651
+0.680051 0.635688 0.511837
+0.719441 0.630239 0.500401
+0.758830 0.624790 0.488965
+0.798220 0.619342 0.477529
+0.837609 0.613893 0.466092
+0.857930 0.610432 0.462341
+0.875073 0.607303 0.459871
+0.892216 0.604173 0.457400
+0.909359 0.601044 0.454929
+0.922022 0.598798 0.453497
+0.928712 0.597730 0.453447
+0.935401 0.596663 0.453398
+0.942091 0.595595 0.453349
+0.948781 0.594527 0.453299
+0.190458 0.504009 0.462696
+0.208172 0.517943 0.474964
+0.225885 0.531876 0.487233
+0.243598 0.545809 0.499501
+0.261311 0.559742 0.511770
+0.281554 0.573640 0.523532
+0.303692 0.587513 0.534915
+0.325831 0.601385 0.546298
+0.347970 0.615258 0.557681
+0.370351 0.628917 0.568744
+0.394184 0.641295 0.577888
+0.418018 0.653674 0.587032
+0.441852 0.666052 0.596176
+0.465685 0.678430 0.605321
+0.501232 0.680936 0.598811
+0.541464 0.679495 0.586040
+0.581696 0.678053 0.573269
+0.621927 0.676611 0.560498
+0.663299 0.673724 0.546928
+0.707521 0.667225 0.531360
+0.751744 0.660726 0.515792
+0.795966 0.654227 0.500225
+0.840188 0.647728 0.484657
+0.860937 0.644114 0.480483
+0.877773 0.640982 0.478208
+0.894610 0.637849 0.475932
+0.911446 0.634716 0.473657
+0.923866 0.632623 0.472523
+0.930398 0.631916 0.472909
+0.936930 0.631209 0.473296
+0.943462 0.630502 0.473683
+0.949994 0.629795 0.474070
+0.199914 0.543545 0.492407
+0.217382 0.556841 0.504057
+0.234849 0.570137 0.515708
+0.252317 0.583434 0.527359
+0.269784 0.596730 0.539010
+0.289744 0.609950 0.550113
+0.311573 0.623113 0.560805
+0.333402 0.636276 0.571497
+0.355231 0.649439 0.582189
+0.377288 0.662402 0.592573
+0.400709 0.674165 0.601113
+0.424130 0.685928 0.609653
+0.447551 0.697692 0.618194
+0.470972 0.709455 0.626734
+0.502643 0.712993 0.622476
+0.537613 0.713242 0.613099
+0.572583 0.713491 0.603722
+0.607553 0.713739 0.594345
+0.646547 0.711760 0.582018
+0.695602 0.704211 0.562319
+0.744657 0.696661 0.542620
+0.793712 0.689112 0.522921
+0.842767 0.681562 0.503222
+0.863943 0.677796 0.498625
+0.880473 0.674660 0.496545
+0.897003 0.671524 0.494464
+0.913533 0.668388 0.492384
+0.925711 0.666448 0.491548
+0.932085 0.666102 0.492372
+0.938459 0.665755 0.493195
+0.944833 0.665409 0.494018
+0.951207 0.665062 0.494841
+0.209370 0.583080 0.522117
+0.226592 0.595739 0.533150
+0.243814 0.608399 0.544183
+0.261035 0.621059 0.555217
+0.278257 0.633719 0.566250
+0.297934 0.646260 0.576693
+0.319454 0.658714 0.586694
+0.340973 0.671167 0.596695
+0.362492 0.683620 0.606696
+0.384225 0.695887 0.616402
+0.407233 0.707035 0.624338
+0.430242 0.718183 0.632275
+0.453251 0.729331 0.640211
+0.476259 0.740480 0.648147
+0.504053 0.745050 0.646140
+0.533762 0.746989 0.640157
+0.563470 0.748929 0.634174
+0.593178 0.750868 0.628191
+0.629795 0.749796 0.617109
+0.683683 0.741196 0.593278
+0.737571 0.732597 0.569448
+0.791458 0.723997 0.545617
+0.845346 0.715397 0.521787
+0.866950 0.711478 0.516767
+0.883174 0.708339 0.514882
+0.899397 0.705200 0.512997
+0.915621 0.702061 0.511112
+0.927555 0.700273 0.510574
+0.933772 0.700287 0.511834
+0.939988 0.700302 0.513093
+0.946204 0.700316 0.514352
+0.952420 0.700330 0.515612
+0.220331 0.616612 0.547812
+0.237274 0.628478 0.558209
+0.254217 0.640344 0.568606
+0.271160 0.652209 0.579002
+0.288104 0.664075 0.589399
+0.307441 0.675805 0.599213
+0.328575 0.687433 0.608590
+0.349708 0.699061 0.617967
+0.370842 0.710690 0.627344
+0.392183 0.722148 0.636439
+0.414767 0.732588 0.643842
+0.437352 0.743029 0.651244
+0.459936 0.753469 0.658647
+0.482521 0.763909 0.666049
+0.508307 0.768671 0.665080
+0.535373 0.771162 0.660762
+0.562439 0.773653 0.656444
+0.589505 0.776143 0.652126
+0.623182 0.775932 0.642982
+0.673384 0.768964 0.621774
+0.723586 0.761997 0.600565
+0.773789 0.755029 0.579356
+0.823991 0.748062 0.558148
+0.849773 0.744052 0.550559
+0.871486 0.740536 0.545241
+0.893198 0.737019 0.539922
+0.914910 0.733503 0.534604
+0.929914 0.731568 0.532238
+0.935972 0.731742 0.533809
+0.942030 0.731917 0.535380
+0.948089 0.732091 0.536951
+0.954147 0.732265 0.538522
+0.231543 0.649144 0.572838
+0.248202 0.660190 0.582595
+0.264861 0.671235 0.592352
+0.281520 0.682281 0.602110
+0.298179 0.693326 0.611867
+0.317168 0.704222 0.621057
+0.337903 0.715006 0.629821
+0.358638 0.725790 0.638585
+0.379373 0.736574 0.647349
+0.400312 0.747205 0.655844
+0.422470 0.756922 0.662725
+0.444628 0.766639 0.669606
+0.466786 0.776356 0.676486
+0.488945 0.786073 0.683367
+0.513033 0.790887 0.683232
+0.537894 0.793739 0.680291
+0.562755 0.796591 0.677350
+0.587616 0.799443 0.674409
+0.618258 0.800084 0.667319
+0.663355 0.795196 0.649858
+0.708453 0.790308 0.632397
+0.753550 0.785420 0.614936
+0.798647 0.780532 0.597475
+0.829233 0.776442 0.586960
+0.857400 0.772486 0.577603
+0.885567 0.768529 0.568247
+0.913733 0.764573 0.558890
+0.932358 0.762441 0.554341
+0.938258 0.762742 0.556203
+0.944159 0.763043 0.558064
+0.950059 0.763344 0.559926
+0.955960 0.763644 0.561788
+0.242754 0.681676 0.597863
+0.259130 0.691901 0.606981
+0.275505 0.702127 0.616099
+0.291880 0.712352 0.625217
+0.308255 0.722578 0.634335
+0.326894 0.732640 0.642900
+0.347231 0.742579 0.651051
+0.367567 0.752519 0.659203
+0.387904 0.762458 0.667354
+0.408440 0.772263 0.675249
+0.430172 0.781256 0.681608
+0.451904 0.790250 0.687967
+0.473637 0.799244 0.694326
+0.495369 0.808237 0.700685
+0.517760 0.813102 0.701385
+0.540415 0.816316 0.699820
+0.563071 0.819529 0.698256
+0.585726 0.822743 0.696692
+0.613334 0.824236 0.691656
+0.653327 0.821427 0.677943
+0.693319 0.818619 0.664229
+0.733311 0.815810 0.650515
+0.773303 0.813001 0.636801
+0.808692 0.808832 0.623361
+0.843314 0.804436 0.609966
+0.877935 0.800040 0.596571
+0.912557 0.795643 0.583176
+0.934802 0.793315 0.576444
+0.940544 0.793742 0.578597
+0.946287 0.794169 0.580749
+0.952030 0.794596 0.582902
+0.957772 0.795024 0.585054
+0.253966 0.714208 0.622889
+0.270057 0.723613 0.631367
+0.286148 0.733018 0.639846
+0.302240 0.742424 0.648324
+0.318331 0.751829 0.656803
+0.336620 0.761057 0.664744
+0.356559 0.770152 0.672282
+0.376497 0.779248 0.679820
+0.396435 0.788343 0.687359
+0.416569 0.797320 0.694654
+0.437875 0.805590 0.700491
+0.459181 0.813861 0.706328
+0.480487 0.822131 0.712166
+0.501793 0.830401 0.718003
+0.522487 0.835318 0.719537
+0.542937 0.838893 0.719349
+0.563386 0.842468 0.719162
+0.583836 0.846043 0.718975
+0.608411 0.848388 0.715993
+0.643298 0.847659 0.706027
+0.678185 0.846930 0.696061
+0.713072 0.846200 0.686095
+0.747959 0.845471 0.676128
+0.788151 0.841222 0.659762
+0.829228 0.836386 0.642329
+0.870304 0.831550 0.624895
+0.911380 0.826714 0.607462
+0.937246 0.824188 0.598547
+0.942830 0.824742 0.600991
+0.948415 0.825295 0.603434
+0.954000 0.825849 0.605877
+0.959585 0.826403 0.608321
+0.265357 0.741826 0.645087
+0.281105 0.750438 0.652964
+0.296852 0.759050 0.660840
+0.312600 0.767662 0.668717
+0.328348 0.776274 0.676594
+0.346218 0.784705 0.683969
+0.365678 0.793000 0.690969
+0.385139 0.801294 0.697969
+0.404600 0.809589 0.704970
+0.424254 0.817781 0.711743
+0.445069 0.825358 0.717157
+0.465883 0.832936 0.722570
+0.486698 0.840513 0.727984
+0.507513 0.848090 0.733397
+0.526974 0.852938 0.735454
+0.545893 0.856694 0.736168
+0.564813 0.860451 0.736882
+0.583733 0.864208 0.737596
+0.606181 0.867103 0.736042
+0.637450 0.867846 0.728816
+0.668720 0.868589 0.721590
+0.699989 0.869332 0.714364
+0.731259 0.870075 0.707138
+0.773012 0.866446 0.690315
+0.816513 0.862088 0.671893
+0.860014 0.857731 0.653470
+0.903514 0.853373 0.635047
+0.931581 0.851157 0.625192
+0.939070 0.851797 0.626759
+0.946558 0.852437 0.628327
+0.954046 0.853077 0.629894
+0.961535 0.853717 0.631461
+0.276986 0.762892 0.663515
+0.292312 0.770747 0.670840
+0.307637 0.778602 0.678166
+0.322962 0.786457 0.685491
+0.338287 0.794312 0.692816
+0.355643 0.801994 0.699705
+0.374521 0.809546 0.706266
+0.393399 0.817099 0.712827
+0.412277 0.824651 0.719389
+0.431349 0.832114 0.725745
+0.451585 0.839038 0.730865
+0.471821 0.845963 0.735986
+0.492058 0.852887 0.741107
+0.512294 0.859812 0.746228
+0.531140 0.864431 0.748392
+0.549430 0.868129 0.749374
+0.567721 0.871827 0.750355
+0.586011 0.875525 0.751337
+0.607542 0.878568 0.750373
+0.637178 0.879974 0.744544
+0.666813 0.881379 0.738715
+0.696448 0.882785 0.732887
+0.726083 0.884191 0.727058
+0.765075 0.882116 0.713071
+0.805627 0.879461 0.697725
+0.846179 0.876806 0.682378
+0.886731 0.874151 0.667031
+0.915106 0.872922 0.657891
+0.927246 0.873594 0.657027
+0.939387 0.874266 0.656163
+0.951527 0.874938 0.655298
+0.963668 0.875610 0.654434
+0.288616 0.783958 0.681943
+0.303519 0.791056 0.688717
+0.318421 0.798154 0.695491
+0.333324 0.805251 0.702264
+0.348227 0.812349 0.709038
+0.365068 0.819283 0.715440
+0.383363 0.826093 0.721563
+0.401659 0.832903 0.727685
+0.419954 0.839713 0.733808
+0.438444 0.846447 0.739746
+0.458102 0.852718 0.744574
+0.477759 0.858990 0.749402
+0.497417 0.865262 0.754230
+0.517075 0.871533 0.759058
+0.535306 0.875925 0.761330
+0.552967 0.879564 0.762579
+0.570628 0.883203 0.763828
+0.588289 0.886843 0.765077
+0.608904 0.890033 0.764703
+0.636905 0.892101 0.760272
+0.664906 0.894170 0.755841
+0.692906 0.896238 0.751410
+0.720907 0.898307 0.746978
+0.757138 0.897786 0.735828
+0.794741 0.896834 0.723557
+0.832344 0.895881 0.711286
+0.869947 0.894929 0.699015
+0.898631 0.894687 0.690591
+0.915423 0.895391 0.687295
+0.932216 0.896095 0.683999
+0.949008 0.896799 0.680703
+0.965800 0.897503 0.677407
+0.300246 0.805024 0.700371
+0.314726 0.811365 0.706594
+0.329206 0.817705 0.712816
+0.343686 0.824046 0.719038
+0.358166 0.830387 0.725260
+0.374494 0.836572 0.731175
+0.392206 0.842640 0.736859
+0.409918 0.848707 0.742543
+0.427631 0.854775 0.748228
+0.445538 0.860779 0.753748
+0.464618 0.866398 0.758283
+0.483697 0.872017 0.762818
+0.502777 0.877636 0.767353
+0.521856 0.883255 0.771888
+0.539473 0.887418 0.774268
+0.556504 0.890999 0.775784
+0.573536 0.894580 0.777301
+0.590567 0.898160 0.778817
+0.610266 0.901498 0.779034
+0.636632 0.904229 0.776000
+0.662999 0.906960 0.772966
+0.689365 0.909692 0.769932
+0.715731 0.912423 0.766898
+0.749201 0.913456 0.758584
+0.783855 0.914206 0.749389
+0.818509 0.914957 0.740194
+0.853163 0.915707 0.730999
+0.882156 0.916451 0.723290
+0.903600 0.917187 0.717563
+0.925044 0.917924 0.711835
+0.946489 0.918660 0.706107
+0.967933 0.919396 0.700380
+0.311875 0.826090 0.718799
+0.325933 0.831674 0.724470
+0.339991 0.837257 0.730141
+0.354048 0.842841 0.735812
+0.368106 0.848424 0.741482
+0.383919 0.853861 0.746910
+0.401048 0.859186 0.752156
+0.418178 0.864512 0.757401
+0.435308 0.869837 0.762647
+0.452633 0.875112 0.767749
+0.471134 0.880078 0.771992
+0.489635 0.885044 0.776234
+0.508136 0.890011 0.780476
+0.526637 0.894977 0.784719
+0.543639 0.898912 0.787205
+0.560041 0.902434 0.788989
+0.576443 0.905956 0.790773
+0.592845 0.909478 0.792558
+0.611627 0.912963 0.793364
+0.636359 0.916357 0.791728
+0.661091 0.919751 0.790091
+0.685824 0.923145 0.788455
+0.710556 0.926539 0.786819
+0.741264 0.929126 0.781340
+0.772969 0.931579 0.775221
+0.804674 0.934032 0.769102
+0.836379 0.936485 0.762983
+0.865680 0.938216 0.755990
+0.891777 0.938984 0.747830
+0.917873 0.939753 0.739671
+0.943969 0.940521 0.731512
+0.970066 0.941290 0.723353
+0.118122 0.114687 0.118421
+0.149167 0.112697 0.130007
+0.180212 0.110707 0.141592
+0.211257 0.108716 0.153177
+0.242302 0.106726 0.164762
+0.282032 0.107655 0.172648
+0.328277 0.110775 0.177760
+0.374521 0.113895 0.182873
+0.420766 0.117015 0.187985
+0.465688 0.120319 0.192584
+0.502672 0.124721 0.194105
+0.539656 0.129123 0.195626
+0.576640 0.133526 0.197147
+0.613625 0.137928 0.198667
+0.648838 0.142590 0.197786
+0.683342 0.147355 0.195943
+0.717847 0.152121 0.194100
+0.752352 0.156886 0.192257
+0.783255 0.161320 0.190824
+0.805153 0.164923 0.190415
+0.827052 0.168527 0.190006
+0.848950 0.172131 0.189597
+0.870849 0.175735 0.189188
+0.883139 0.178165 0.190020
+0.893827 0.180399 0.191058
+0.904516 0.182633 0.192097
+0.915205 0.184867 0.193136
+0.923818 0.186888 0.194681
+0.929665 0.188626 0.196901
+0.935512 0.190364 0.199121
+0.941359 0.192102 0.201341
+0.947205 0.193840 0.203561
+0.121811 0.119748 0.123758
+0.148881 0.121371 0.135965
+0.175951 0.122993 0.148172
+0.203022 0.124615 0.160380
+0.230092 0.126238 0.172587
+0.268222 0.127782 0.181589
+0.314647 0.129268 0.188187
+0.361072 0.130755 0.194785
+0.407496 0.132241 0.201383
+0.452656 0.134069 0.207330
+0.490221 0.137953 0.209372
+0.527786 0.141836 0.211413
+0.565351 0.145720 0.213455
+0.602916 0.149603 0.215497
+0.638996 0.153914 0.214468
+0.674483 0.158396 0.212210
+0.709970 0.162878 0.209952
+0.745457 0.167359 0.207695
+0.777313 0.171530 0.205848
+0.800093 0.174924 0.205028
+0.822874 0.178319 0.204208
+0.845655 0.181713 0.203388
+0.868435 0.185107 0.202568
+0.881208 0.187380 0.203056
+0.892314 0.189467 0.203763
+0.903420 0.191554 0.204470
+0.914525 0.193640 0.205178
+0.923389 0.195502 0.206388
+0.929265 0.197063 0.208270
+0.935141 0.198624 0.210151
+0.941017 0.200185 0.212033
+0.946892 0.201747 0.213915
+0.125500 0.124809 0.129094
+0.148596 0.130044 0.141923
+0.171691 0.135279 0.154753
+0.194786 0.140515 0.167582
+0.217882 0.145750 0.180412
+0.254411 0.147909 0.190530
+0.301016 0.147762 0.198613
+0.347622 0.147614 0.206697
+0.394227 0.147466 0.214781
+0.439624 0.147820 0.222076
+0.477770 0.151184 0.224638
+0.515915 0.154549 0.227201
+0.554061 0.157913 0.229764
+0.592207 0.161278 0.232327
+0.629155 0.165238 0.231150
+0.665624 0.169436 0.228477
+0.702093 0.173634 0.225804
+0.738561 0.177832 0.223132
+0.771371 0.181741 0.220871
+0.795034 0.184925 0.219640
+0.818696 0.188110 0.218409
+0.842359 0.191294 0.217178
+0.866022 0.194479 0.215947
+0.879278 0.196596 0.216093
+0.890801 0.198535 0.216469
+0.902323 0.200475 0.216844
+0.913846 0.202414 0.217219
+0.922961 0.204116 0.218095
+0.928865 0.205500 0.219639
+0.934770 0.206884 0.221182
+0.940675 0.208269 0.222726
+0.946579 0.209653 0.224269
+0.129190 0.129869 0.134430
+0.148310 0.138718 0.147882
+0.167431 0.147566 0.161334
+0.186551 0.156414 0.174785
+0.205672 0.165263 0.188237
+0.240601 0.168036 0.199470
+0.287386 0.166255 0.209040
+0.334172 0.164473 0.218609
+0.380957 0.162691 0.228178
+0.426592 0.161570 0.236821
+0.465318 0.164416 0.239905
+0.504045 0.167261 0.242989
+0.542772 0.170107 0.246072
+0.581498 0.172953 0.249156
+0.619314 0.176562 0.247832
+0.656765 0.180476 0.244744
+0.694215 0.184391 0.241657
+0.731666 0.188306 0.238569
+0.765430 0.191952 0.235895
+0.789974 0.194927 0.234253
+0.814519 0.197901 0.232611
+0.839063 0.200876 0.230969
+0.863608 0.203851 0.229327
+0.877348 0.205812 0.229130
+0.889288 0.207604 0.229174
+0.901227 0.209396 0.229217
+0.913166 0.211188 0.229261
+0.922532 0.212729 0.229802
+0.928466 0.213937 0.231007
+0.934399 0.215144 0.232213
+0.940333 0.216352 0.233418
+0.946266 0.217560 0.234623
+0.132879 0.134930 0.139767
+0.148024 0.147391 0.153840
+0.163170 0.159852 0.167914
+0.178316 0.172314 0.181988
+0.193461 0.184775 0.196062
+0.226790 0.188163 0.208411
+0.273756 0.184748 0.219466
+0.320722 0.181332 0.230521
+0.367688 0.177916 0.241576
+0.413560 0.175321 0.251567
+0.452867 0.177647 0.255172
+0.492175 0.179974 0.258776
+0.531482 0.182301 0.262381
+0.570790 0.184627 0.265986
+0.609472 0.187886 0.264514
+0.647905 0.191517 0.261011
+0.686338 0.195148 0.257509
+0.724771 0.198779 0.254006
+0.759488 0.202162 0.250918
+0.784915 0.204928 0.248865
+0.810341 0.207693 0.246813
+0.835768 0.210458 0.244760
+0.861195 0.213223 0.242707
+0.875418 0.215028 0.242167
+0.887774 0.216672 0.241879
+0.900131 0.218317 0.241590
+0.912487 0.219961 0.241302
+0.922103 0.221343 0.241509
+0.928066 0.222374 0.242376
+0.934028 0.223405 0.243243
+0.939991 0.224436 0.244110
+0.945953 0.225466 0.244978
+0.136114 0.141622 0.147145
+0.149981 0.155866 0.161662
+0.163848 0.170111 0.176179
+0.177715 0.184355 0.190697
+0.191582 0.198600 0.205214
+0.222476 0.204029 0.218577
+0.266140 0.202849 0.231075
+0.309804 0.201668 0.243574
+0.353468 0.200487 0.256072
+0.396670 0.199632 0.267404
+0.437102 0.200733 0.271738
+0.477535 0.201835 0.276073
+0.517967 0.202936 0.280407
+0.558400 0.204038 0.284742
+0.598157 0.206571 0.283147
+0.637645 0.209678 0.279180
+0.677133 0.212784 0.275213
+0.716620 0.215891 0.271247
+0.752373 0.218788 0.267695
+0.778789 0.221164 0.265182
+0.805204 0.223539 0.262668
+0.831620 0.225914 0.260155
+0.858035 0.228290 0.257641
+0.872864 0.229762 0.256718
+0.885762 0.231083 0.256060
+0.898660 0.232405 0.255402
+0.911558 0.233726 0.254744
+0.921534 0.234789 0.254580
+0.927616 0.235507 0.255074
+0.933697 0.236225 0.255569
+0.939779 0.236943 0.256063
+0.945861 0.237660 0.256558
+0.139008 0.149537 0.156055
+0.153618 0.164193 0.170881
+0.168229 0.178848 0.185708
+0.182839 0.193503 0.200534
+0.197450 0.208159 0.215361
+0.225283 0.216700 0.229663
+0.263033 0.220655 0.243572
+0.300784 0.224611 0.257482
+0.338534 0.228566 0.271391
+0.376887 0.231863 0.284059
+0.418852 0.231210 0.289280
+0.460818 0.230556 0.294501
+0.502783 0.229903 0.299722
+0.544749 0.229250 0.304943
+0.585737 0.230778 0.303243
+0.626334 0.233179 0.298775
+0.666931 0.235581 0.294307
+0.707528 0.237982 0.289839
+0.744379 0.240226 0.285787
+0.771863 0.242076 0.282775
+0.799347 0.243926 0.279764
+0.826832 0.245777 0.276753
+0.854316 0.247627 0.273741
+0.869842 0.248634 0.272405
+0.883375 0.249501 0.271349
+0.896908 0.250368 0.270292
+0.910441 0.251235 0.269235
+0.920860 0.251860 0.268673
+0.927128 0.252162 0.268769
+0.933397 0.252465 0.268865
+0.939665 0.252767 0.268961
+0.945934 0.253070 0.269057
+0.141902 0.157453 0.164965
+0.157256 0.172519 0.180101
+0.172610 0.187585 0.195236
+0.187964 0.202652 0.210372
+0.203318 0.217718 0.225508
+0.228090 0.229370 0.240749
+0.259927 0.238462 0.256069
+0.291764 0.247554 0.271389
+0.323601 0.256646 0.286710
+0.357103 0.264095 0.300714
+0.400602 0.261686 0.306821
+0.444101 0.259278 0.312929
+0.487600 0.256870 0.319036
+0.531098 0.254462 0.325143
+0.573317 0.254985 0.323339
+0.615023 0.256681 0.318370
+0.656730 0.258377 0.313400
+0.698436 0.260073 0.308431
+0.736384 0.261663 0.303879
+0.764938 0.262988 0.300369
+0.793491 0.264313 0.296860
+0.822044 0.265639 0.293350
+0.850597 0.266964 0.289841
+0.866820 0.267507 0.288092
+0.880988 0.267919 0.286637
+0.895156 0.268331 0.285182
+0.909323 0.268743 0.283727
+0.920186 0.268930 0.282766
+0.926641 0.268818 0.282464
+0.933096 0.268705 0.282161
+0.939551 0.268592 0.281859
+0.946007 0.268479 0.281557
+0.144796 0.165369 0.173875
+0.160893 0.180846 0.189320
+0.176991 0.196323 0.204765
+0.193088 0.211800 0.220210
+0.209186 0.227277 0.235655
+0.230898 0.242040 0.251835
+0.256821 0.256269 0.268566
+0.282744 0.270497 0.285297
+0.308667 0.284725 0.302029
+0.337320 0.296326 0.317369
+0.382352 0.292163 0.324363
+0.427384 0.288000 0.331357
+0.472416 0.283837 0.338350
+0.517447 0.279674 0.345344
+0.560896 0.279192 0.343435
+0.603712 0.280183 0.337964
+0.646528 0.281173 0.332494
+0.689344 0.282164 0.327023
+0.728390 0.283100 0.321971
+0.758012 0.283900 0.317963
+0.787634 0.284701 0.313956
+0.817256 0.285501 0.309948
+0.846878 0.286302 0.305940
+0.863798 0.286379 0.303779
+0.878600 0.286337 0.301926
+0.893403 0.286294 0.300072
+0.908206 0.286252 0.298219
+0.919512 0.286001 0.296859
+0.926154 0.285473 0.296158
+0.932796 0.284945 0.295458
+0.939438 0.284417 0.294757
+0.946080 0.283889 0.294056
+0.147306 0.174305 0.183943
+0.164144 0.190162 0.199664
+0.180983 0.206020 0.215385
+0.197822 0.221877 0.231107
+0.214661 0.237735 0.246828
+0.233855 0.255158 0.263788
+0.254816 0.273757 0.281677
+0.275776 0.292355 0.299566
+0.296737 0.310954 0.317456
+0.321226 0.326189 0.333934
+0.366883 0.321248 0.341946
+0.412540 0.316306 0.349959
+0.458196 0.311364 0.357971
+0.503853 0.306422 0.365983
+0.548266 0.305188 0.364008
+0.592181 0.305436 0.358039
+0.636097 0.305684 0.352069
+0.680012 0.305932 0.346099
+0.720151 0.306183 0.340545
+0.750852 0.306440 0.336031
+0.781552 0.306697 0.331516
+0.812252 0.306954 0.327001
+0.842952 0.307211 0.322486
+0.860592 0.306799 0.319902
+0.876055 0.306276 0.317640
+0.891517 0.305753 0.315378
+0.906980 0.305229 0.313116
+0.918749 0.304512 0.311345
+0.925592 0.303536 0.310229
+0.932435 0.302560 0.309114
+0.939279 0.301584 0.307998
+0.946122 0.300608 0.306882
+0.147510 0.189366 0.200964
+0.165077 0.205420 0.216762
+0.182644 0.221474 0.232560
+0.200211 0.237528 0.248358
+0.217778 0.253583 0.264156
+0.237710 0.270961 0.280943
+0.259417 0.289333 0.298472
+0.281123 0.307704 0.316002
+0.302829 0.326076 0.333531
+0.327268 0.341842 0.349960
+0.368100 0.341979 0.359783
+0.408932 0.342115 0.369606
+0.449764 0.342251 0.379429
+0.490596 0.342388 0.389252
+0.534373 0.341915 0.387447
+0.579329 0.341198 0.380991
+0.624284 0.340482 0.374535
+0.669240 0.339765 0.368079
+0.710447 0.339140 0.362016
+0.742282 0.338744 0.356939
+0.774117 0.338347 0.351862
+0.805953 0.337951 0.346785
+0.837788 0.337554 0.341708
+0.856283 0.336503 0.338642
+0.872556 0.335342 0.335910
+0.888828 0.334181 0.333179
+0.905100 0.333021 0.330448
+0.917455 0.331663 0.328188
+0.924587 0.330043 0.326558
+0.931718 0.328423 0.324927
+0.938850 0.326803 0.323296
+0.945981 0.325183 0.321665
+0.147715 0.204427 0.217985
+0.166010 0.220678 0.233860
+0.184305 0.236929 0.249734
+0.202600 0.253180 0.265609
+0.220895 0.269431 0.281484
+0.241566 0.286764 0.298098
+0.264017 0.304908 0.315268
+0.286469 0.323053 0.332437
+0.308921 0.341198 0.349607
+0.333309 0.357495 0.365985
+0.369317 0.362710 0.377619
+0.405324 0.367924 0.389253
+0.441331 0.373139 0.400886
+0.477338 0.378354 0.412520
+0.520480 0.378642 0.410885
+0.566476 0.376961 0.403943
+0.612472 0.375280 0.397000
+0.658468 0.373598 0.390058
+0.700743 0.372097 0.383487
+0.733713 0.371047 0.377848
+0.766683 0.369997 0.372209
+0.799654 0.368947 0.366569
+0.832624 0.367898 0.360930
+0.851975 0.366206 0.357381
+0.869057 0.364408 0.354181
+0.886138 0.362610 0.350980
+0.903220 0.360812 0.347780
+0.916161 0.358814 0.345032
+0.923581 0.356550 0.342886
+0.931001 0.354287 0.340740
+0.938421 0.352023 0.338594
+0.945841 0.349759 0.336448
+0.147919 0.219487 0.235007
+0.166943 0.235935 0.250958
+0.185966 0.252383 0.266909
+0.204989 0.268831 0.282860
+0.224013 0.285279 0.298811
+0.245421 0.302567 0.315253
+0.268618 0.320484 0.332063
+0.291816 0.338402 0.348873
+0.315013 0.356320 0.365682
+0.339351 0.373148 0.382011
+0.370534 0.383441 0.395455
+0.401716 0.393734 0.408900
+0.432899 0.404026 0.422344
+0.464081 0.414319 0.435789
+0.506588 0.415370 0.434323
+0.553624 0.412724 0.426895
+0.600660 0.410077 0.419466
+0.647696 0.407431 0.412037
+0.691038 0.405054 0.404958
+0.725144 0.403351 0.398757
+0.759249 0.401648 0.392555
+0.793354 0.399944 0.386353
+0.827460 0.398241 0.380151
+0.847667 0.395910 0.376120
+0.865558 0.393474 0.372451
+0.883449 0.391038 0.368781
+0.901340 0.388603 0.365112
+0.914867 0.385965 0.361875
+0.922575 0.383057 0.359214
+0.930284 0.380150 0.356553
+0.937992 0.377242 0.353893
+0.945700 0.374335 0.351232
+0.148124 0.234548 0.252028
+0.167875 0.251193 0.268056
+0.187627 0.267838 0.284084
+0.207379 0.284482 0.300111
+0.227130 0.301127 0.316139
+0.249277 0.318369 0.332408
+0.273219 0.336060 0.348858
+0.297162 0.353751 0.365308
+0.321105 0.371442 0.381758
+0.345393 0.388801 0.398037
+0.371750 0.404172 0.413292
+0.398108 0.419543 0.428547
+0.424466 0.434914 0.443802
+0.450824 0.450285 0.459057
+0.492695 0.452097 0.457762
+0.540772 0.448486 0.449846
+0.588848 0.444875 0.441931
+0.636925 0.441264 0.434016
+0.681334 0.438012 0.426429
+0.716574 0.435655 0.419665
+0.751815 0.433298 0.412901
+0.787055 0.430941 0.406137
+0.822296 0.428584 0.399373
+0.843359 0.425613 0.394859
+0.862059 0.422540 0.390721
+0.880759 0.419467 0.386582
+0.899460 0.416394 0.382444
+0.913573 0.413116 0.378718
+0.921569 0.409565 0.375542
+0.929566 0.406013 0.372367
+0.937563 0.402462 0.369191
+0.945560 0.398910 0.366015
+0.151906 0.264561 0.278401
+0.171755 0.281125 0.294155
+0.191605 0.297689 0.309909
+0.211454 0.314252 0.325663
+0.231303 0.330816 0.341416
+0.253559 0.347827 0.357257
+0.277621 0.365173 0.373161
+0.301683 0.382519 0.389066
+0.325745 0.399864 0.404971
+0.349932 0.417088 0.420774
+0.374872 0.433579 0.435965
+0.399811 0.450070 0.451156
+0.424750 0.466560 0.466347
+0.449689 0.483051 0.481538
+0.491202 0.485230 0.479368
+0.539346 0.481684 0.470254
+0.587489 0.478139 0.461140
+0.635632 0.474593 0.452025
+0.680141 0.471251 0.443522
+0.715565 0.468419 0.436548
+0.750989 0.465586 0.429573
+0.786414 0.462754 0.422598
+0.821838 0.459922 0.415623
+0.843087 0.456681 0.411034
+0.861974 0.453371 0.406843
+0.880861 0.450062 0.402652
+0.899748 0.446753 0.398460
+0.913960 0.443354 0.394752
+0.921937 0.439836 0.391688
+0.929914 0.436319 0.388625
+0.937892 0.432801 0.385561
+0.945869 0.429283 0.382497
+0.157120 0.300555 0.308516
+0.176814 0.316926 0.323855
+0.196509 0.333298 0.339194
+0.216203 0.349670 0.354534
+0.235898 0.366042 0.369873
+0.258013 0.382746 0.385182
+0.281944 0.399700 0.400468
+0.305874 0.416654 0.415754
+0.329805 0.433608 0.431039
+0.353872 0.450429 0.446195
+0.378754 0.466456 0.460573
+0.403637 0.482484 0.474950
+0.428520 0.498511 0.489328
+0.453403 0.514538 0.503705
+0.494670 0.516926 0.500242
+0.542490 0.513857 0.489644
+0.590310 0.510788 0.479045
+0.638130 0.507720 0.468447
+0.682353 0.504603 0.458864
+0.717580 0.501367 0.451819
+0.752807 0.498130 0.444775
+0.788035 0.494894 0.437730
+0.823262 0.491658 0.430685
+0.844430 0.488294 0.426184
+0.863255 0.484908 0.422106
+0.882080 0.481523 0.418028
+0.900905 0.478138 0.413951
+0.915019 0.474827 0.410463
+0.922854 0.471614 0.407762
+0.930689 0.468401 0.405061
+0.938524 0.465188 0.402360
+0.946358 0.461975 0.399659
+0.162333 0.336548 0.338631
+0.181873 0.352728 0.353555
+0.201413 0.368908 0.368480
+0.220953 0.385087 0.383405
+0.240493 0.401267 0.398330
+0.262467 0.417665 0.413107
+0.286266 0.434227 0.427774
+0.310065 0.450789 0.442441
+0.333865 0.467351 0.457108
+0.357811 0.483770 0.471617
+0.382637 0.499334 0.485181
+0.407464 0.514898 0.498744
+0.432291 0.530461 0.512308
+0.457117 0.546025 0.525871
+0.498137 0.548621 0.521116
+0.545634 0.546029 0.509034
+0.593132 0.543438 0.496951
+0.640629 0.540846 0.484868
+0.684564 0.537955 0.474205
+0.719595 0.534315 0.467091
+0.754625 0.530675 0.459976
+0.789656 0.527034 0.452862
+0.824687 0.523394 0.445747
+0.845773 0.519907 0.441333
+0.864536 0.516446 0.437369
+0.883298 0.512984 0.433405
+0.902061 0.509523 0.429441
+0.916079 0.506299 0.426174
+0.923771 0.503391 0.423835
+0.931463 0.500483 0.421497
+0.939155 0.497575 0.419159
+0.946847 0.494667 0.416821
+0.167547 0.372542 0.368745
+0.186932 0.388529 0.383255
+0.206318 0.404517 0.397766
+0.225703 0.420505 0.412276
+0.245088 0.436493 0.426786
+0.266921 0.452585 0.441032
+0.290588 0.468754 0.455080
+0.314256 0.484924 0.469128
+0.337924 0.501094 0.483176
+0.361750 0.517111 0.497039
+0.386520 0.532211 0.509789
+0.411291 0.547311 0.522538
+0.436061 0.562412 0.535288
+0.460831 0.577512 0.548038
+0.501605 0.580316 0.541990
+0.548779 0.578202 0.528424
+0.595953 0.576088 0.514857
+0.643128 0.573973 0.501290
+0.686776 0.571307 0.489547
+0.721610 0.567263 0.482362
+0.756444 0.563219 0.475178
+0.791277 0.559174 0.467994
+0.826111 0.555130 0.460809
+0.847116 0.551520 0.456483
+0.865816 0.547983 0.452632
+0.884517 0.544446 0.448782
+0.903217 0.540909 0.444931
+0.917138 0.537772 0.441885
+0.924688 0.535169 0.439909
+0.932237 0.532566 0.437933
+0.939787 0.529963 0.435958
+0.947337 0.527359 0.433982
+0.173865 0.409671 0.399011
+0.193066 0.425338 0.413044
+0.212266 0.441006 0.427077
+0.231466 0.456673 0.441110
+0.250666 0.472341 0.455143
+0.272314 0.488020 0.468816
+0.295797 0.503707 0.482220
+0.319279 0.519394 0.495624
+0.342762 0.535081 0.509027
+0.366413 0.550609 0.522224
+0.391068 0.565182 0.534176
+0.415723 0.579756 0.546128
+0.440378 0.594329 0.558081
+0.465033 0.608903 0.570033
+0.504717 0.612060 0.563547
+0.550413 0.610650 0.549685
+0.596109 0.609240 0.535824
+0.641805 0.607831 0.521962
+0.684678 0.605523 0.509705
+0.720495 0.600971 0.501459
+0.756311 0.596418 0.493212
+0.792128 0.591865 0.484965
+0.827944 0.587312 0.476719
+0.848973 0.583588 0.472364
+0.867538 0.580002 0.468658
+0.886102 0.576416 0.464952
+0.904667 0.572830 0.461246
+0.918445 0.569810 0.458454
+0.925840 0.567546 0.456880
+0.933236 0.565281 0.455307
+0.940632 0.563017 0.453733
+0.948028 0.560753 0.452160
+0.182946 0.449640 0.429656
+0.201885 0.464666 0.443054
+0.220824 0.479693 0.456452
+0.239763 0.494719 0.469851
+0.258703 0.509746 0.483249
+0.280056 0.524744 0.496246
+0.303219 0.539721 0.508943
+0.326383 0.554699 0.521639
+0.349546 0.569676 0.534335
+0.372885 0.584498 0.546817
+0.397277 0.598386 0.558013
+0.421668 0.612275 0.569208
+0.446060 0.626164 0.580403
+0.470451 0.640052 0.591598
+0.506942 0.643924 0.586809
+0.548271 0.643788 0.575627
+0.589601 0.643652 0.564444
+0.630930 0.643516 0.553262
+0.671808 0.641898 0.541906
+0.711555 0.636577 0.530116
+0.751303 0.631255 0.518326
+0.791050 0.625934 0.506536
+0.830798 0.620612 0.494746
+0.852115 0.616794 0.490075
+0.870360 0.613226 0.486590
+0.888605 0.609658 0.483105
+0.906850 0.606089 0.479620
+0.920368 0.603262 0.477169
+0.927581 0.601421 0.476096
+0.934795 0.599581 0.475023
+0.942009 0.597740 0.473950
+0.949223 0.595900 0.472877
+0.192027 0.489609 0.460301
+0.210705 0.503994 0.473064
+0.229383 0.518380 0.485828
+0.248061 0.532765 0.498592
+0.266739 0.547151 0.511355
+0.287798 0.561469 0.523676
+0.310642 0.575736 0.535665
+0.333486 0.590004 0.547654
+0.356330 0.604271 0.559644
+0.379358 0.618387 0.571411
+0.403486 0.631591 0.581849
+0.427614 0.644795 0.592287
+0.451742 0.657998 0.602725
+0.475870 0.671202 0.613163
+0.509166 0.675788 0.610072
+0.546129 0.676925 0.601568
+0.583093 0.678063 0.593065
+0.620056 0.679201 0.584562
+0.658938 0.678273 0.574107
+0.702616 0.672183 0.558773
+0.746294 0.666093 0.543440
+0.789973 0.660003 0.528106
+0.833651 0.653912 0.512773
+0.855256 0.649999 0.507785
+0.873182 0.646449 0.504522
+0.891108 0.642899 0.501258
+0.909034 0.639349 0.497995
+0.922291 0.636714 0.495885
+0.929323 0.635297 0.495312
+0.936355 0.633880 0.494740
+0.943386 0.632463 0.494167
+0.950418 0.631046 0.493595
+0.201107 0.529578 0.490945
+0.219524 0.543322 0.503074
+0.237941 0.557067 0.515203
+0.256358 0.570811 0.527332
+0.274775 0.584556 0.539461
+0.295540 0.598193 0.551106
+0.318065 0.611751 0.562388
+0.340589 0.625309 0.573670
+0.363114 0.638867 0.584952
+0.385831 0.652276 0.596005
+0.409695 0.664795 0.605686
+0.433560 0.677314 0.615367
+0.457424 0.689833 0.625047
+0.481289 0.702352 0.634728
+0.511391 0.707651 0.633334
+0.543987 0.710063 0.627510
+0.576584 0.712474 0.621686
+0.609181 0.714886 0.615861
+0.646067 0.714649 0.606308
+0.693677 0.707789 0.587431
+0.741286 0.700930 0.568554
+0.788895 0.694071 0.549677
+0.836505 0.687212 0.530800
+0.858398 0.683205 0.525496
+0.876004 0.679673 0.522454
+0.893611 0.676141 0.519412
+0.911217 0.672609 0.516370
+0.924214 0.670165 0.514600
+0.931064 0.669172 0.514528
+0.937914 0.668179 0.514456
+0.944764 0.667186 0.514384
+0.951614 0.666193 0.514312
+0.210188 0.569547 0.521590
+0.228344 0.582650 0.533085
+0.246500 0.595754 0.544579
+0.264656 0.608857 0.556073
+0.282812 0.621960 0.567568
+0.303282 0.634918 0.578536
+0.325487 0.647766 0.589111
+0.347693 0.660614 0.599685
+0.369898 0.673462 0.610260
+0.392303 0.686165 0.620598
+0.415904 0.698000 0.629522
+0.439505 0.709834 0.638446
+0.463106 0.721668 0.647370
+0.486708 0.733502 0.656293
+0.513615 0.739515 0.656597
+0.541846 0.743201 0.653451
+0.570076 0.746886 0.650306
+0.598306 0.750571 0.647161
+0.633197 0.751024 0.638509
+0.684737 0.743396 0.616088
+0.736278 0.735768 0.593668
+0.787818 0.728140 0.571247
+0.839359 0.720512 0.548827
+0.861539 0.716411 0.543206
+0.878826 0.712897 0.540386
+0.896114 0.709383 0.537565
+0.913401 0.705869 0.534744
+0.926137 0.703617 0.533316
+0.932805 0.703048 0.533744
+0.939473 0.702479 0.534173
+0.946141 0.701909 0.534601
+0.952809 0.701340 0.535029
+0.220912 0.603898 0.548056
+0.238782 0.616200 0.558889
+0.256652 0.628502 0.569722
+0.274521 0.640804 0.580555
+0.292391 0.653106 0.591389
+0.312518 0.665245 0.601704
+0.334338 0.677261 0.611630
+0.356158 0.689277 0.621556
+0.377979 0.701292 0.631482
+0.400001 0.713175 0.641175
+0.423235 0.724255 0.649474
+0.446469 0.735335 0.657772
+0.469704 0.746415 0.666071
+0.492938 0.757495 0.674369
+0.518161 0.763523 0.675392
+0.544179 0.767530 0.673505
+0.570198 0.771537 0.671618
+0.596216 0.775543 0.669732
+0.628478 0.776668 0.662724
+0.676347 0.770588 0.642916
+0.724216 0.764508 0.623107
+0.772085 0.758428 0.603299
+0.819954 0.752348 0.583490
+0.845955 0.748248 0.575555
+0.868312 0.744477 0.569598
+0.890669 0.740707 0.563642
+0.913025 0.736936 0.557685
+0.928582 0.734631 0.554622
+0.935074 0.734279 0.555416
+0.941565 0.733928 0.556210
+0.948056 0.733576 0.557003
+0.954547 0.733224 0.557797
+0.231910 0.637312 0.573825
+0.249490 0.648786 0.583993
+0.267069 0.660261 0.594160
+0.284648 0.671735 0.604328
+0.302228 0.683209 0.614496
+0.322004 0.694506 0.624160
+0.343427 0.705669 0.633448
+0.364851 0.716832 0.642735
+0.386275 0.727995 0.652022
+0.407902 0.739037 0.661082
+0.430753 0.749352 0.668778
+0.453603 0.759666 0.676473
+0.476453 0.769981 0.684168
+0.499304 0.780295 0.691863
+0.523093 0.786221 0.693444
+0.547259 0.790391 0.692578
+0.571424 0.794561 0.691713
+0.595590 0.798731 0.690847
+0.625117 0.800525 0.685609
+0.668048 0.796379 0.669438
+0.710979 0.792233 0.653267
+0.753909 0.788087 0.637097
+0.796840 0.783941 0.620926
+0.827251 0.779857 0.610343
+0.855575 0.775784 0.600691
+0.883899 0.771711 0.591039
+0.912223 0.767638 0.581388
+0.931115 0.765239 0.576360
+0.937430 0.765070 0.577497
+0.943745 0.764901 0.578633
+0.950060 0.764733 0.579770
+0.956376 0.764564 0.580907
+0.242909 0.670726 0.599594
+0.260197 0.681373 0.609096
+0.277486 0.692019 0.618598
+0.294775 0.702666 0.628100
+0.312064 0.713312 0.637603
+0.331489 0.723767 0.646617
+0.352517 0.734077 0.655266
+0.373544 0.744388 0.663915
+0.394571 0.754698 0.672563
+0.415804 0.764900 0.680990
+0.438270 0.774449 0.688082
+0.460737 0.783998 0.695173
+0.483203 0.793547 0.702265
+0.505669 0.803096 0.709357
+0.528026 0.808919 0.711495
+0.550339 0.813252 0.711651
+0.572651 0.817585 0.711807
+0.594964 0.821918 0.711963
+0.621757 0.824381 0.708493
+0.659749 0.822169 0.695960
+0.697741 0.819957 0.683427
+0.735734 0.817745 0.670895
+0.773726 0.815533 0.658362
+0.808546 0.811467 0.645131
+0.842838 0.807091 0.631784
+0.877129 0.802716 0.618437
+0.911421 0.798340 0.605090
+0.933647 0.795846 0.598097
+0.939786 0.795861 0.599577
+0.945926 0.795875 0.601057
+0.952065 0.795890 0.602537
+0.958204 0.795905 0.604017
+0.253907 0.704141 0.625363
+0.270905 0.713959 0.634200
+0.287904 0.723778 0.643036
+0.304902 0.733597 0.651873
+0.321901 0.743415 0.660709
+0.340975 0.753028 0.669074
+0.361606 0.762485 0.677084
+0.382236 0.771943 0.685094
+0.402867 0.781401 0.693104
+0.423706 0.790762 0.700897
+0.445788 0.799546 0.707385
+0.467870 0.808329 0.713874
+0.489953 0.817112 0.720363
+0.512035 0.825896 0.726851
+0.532958 0.831617 0.729546
+0.553418 0.836113 0.730723
+0.573878 0.840609 0.731901
+0.594338 0.845105 0.733078
+0.618396 0.848237 0.731378
+0.651450 0.847959 0.722483
+0.684504 0.847681 0.713588
+0.717558 0.847403 0.704693
+0.750612 0.847125 0.695798
+0.789842 0.843076 0.679919
+0.830101 0.838398 0.662877
+0.870359 0.833720 0.645835
+0.910618 0.829042 0.628792
+0.936179 0.826454 0.619835
+0.942143 0.826652 0.621658
+0.948106 0.826849 0.623481
+0.954069 0.827047 0.625304
+0.960033 0.827245 0.627127
+0.265194 0.732674 0.648181
+0.281845 0.741690 0.656391
+0.298496 0.750707 0.664601
+0.315147 0.759724 0.672812
+0.331798 0.768741 0.681022
+0.350452 0.777546 0.688795
+0.370607 0.786194 0.696240
+0.390762 0.794842 0.703685
+0.410917 0.803489 0.711131
+0.431280 0.812051 0.718369
+0.452889 0.820100 0.724369
+0.474497 0.828149 0.730368
+0.496106 0.836198 0.736367
+0.517714 0.844247 0.742367
+0.537567 0.849777 0.745384
+0.556717 0.854298 0.747209
+0.575866 0.858819 0.749033
+0.595016 0.863340 0.750858
+0.617143 0.866877 0.750374
+0.646711 0.867956 0.744119
+0.676278 0.869035 0.737864
+0.705846 0.870114 0.731610
+0.735414 0.871193 0.725355
+0.775974 0.867802 0.709180
+0.818367 0.863667 0.691351
+0.860759 0.859532 0.673523
+0.903152 0.855397 0.655695
+0.930728 0.853185 0.645952
+0.938551 0.853537 0.646991
+0.946373 0.853889 0.648030
+0.954196 0.854241 0.649068
+0.962018 0.854593 0.650107
+0.276866 0.754698 0.667065
+0.293094 0.762948 0.674700
+0.309322 0.771197 0.682336
+0.325549 0.779446 0.689972
+0.341777 0.787695 0.697608
+0.359917 0.795742 0.704868
+0.379491 0.803636 0.711847
+0.399065 0.811530 0.718826
+0.418639 0.819425 0.725805
+0.438419 0.827243 0.732596
+0.459434 0.834599 0.738258
+0.480449 0.841955 0.743920
+0.501464 0.849311 0.749582
+0.522478 0.856667 0.755243
+0.541743 0.861885 0.758271
+0.560306 0.866247 0.760244
+0.578870 0.870609 0.762217
+0.597434 0.874971 0.764191
+0.618699 0.878563 0.764187
+0.646717 0.880229 0.759242
+0.674735 0.881895 0.754297
+0.702753 0.883561 0.749352
+0.730770 0.885227 0.744407
+0.768556 0.883352 0.731070
+0.807971 0.880886 0.716334
+0.847385 0.878421 0.701599
+0.886799 0.875955 0.686863
+0.914634 0.874747 0.677908
+0.927028 0.875215 0.676659
+0.939423 0.875683 0.675411
+0.951818 0.876152 0.674163
+0.964213 0.876620 0.672914
+0.288538 0.776723 0.685948
+0.304343 0.784205 0.693009
+0.320147 0.791686 0.700071
+0.335952 0.799168 0.707132
+0.351756 0.806650 0.714194
+0.369382 0.813937 0.720941
+0.388375 0.821078 0.727454
+0.407368 0.828219 0.733967
+0.426361 0.835361 0.740479
+0.445558 0.842434 0.746822
+0.465979 0.849097 0.752147
+0.486400 0.855761 0.757471
+0.506821 0.862424 0.762796
+0.527243 0.869087 0.768120
+0.545919 0.873993 0.771157
+0.563896 0.878196 0.773279
+0.581874 0.882399 0.775401
+0.599852 0.886602 0.777523
+0.620256 0.890248 0.778000
+0.646724 0.892501 0.774365
+0.673191 0.894754 0.770729
+0.699659 0.897008 0.767094
+0.726127 0.899261 0.763459
+0.761139 0.898901 0.752960
+0.797575 0.898105 0.741317
+0.834010 0.897309 0.729674
+0.870446 0.896514 0.718031
+0.898539 0.896309 0.709863
+0.915506 0.896894 0.706328
+0.932473 0.897478 0.702793
+0.949441 0.898062 0.699257
+0.966408 0.898646 0.695722
+0.300211 0.798748 0.704832
+0.315592 0.805462 0.711319
+0.330973 0.812176 0.717806
+0.346354 0.818890 0.724293
+0.361735 0.825604 0.730780
+0.378848 0.832132 0.737015
+0.397259 0.838520 0.743061
+0.415671 0.844908 0.749107
+0.434083 0.851297 0.755154
+0.452697 0.857625 0.761049
+0.472524 0.863596 0.766036
+0.492352 0.869566 0.771023
+0.512179 0.875537 0.776010
+0.532007 0.881507 0.780997
+0.550095 0.886102 0.784044
+0.567486 0.890145 0.786314
+0.584878 0.894189 0.788585
+0.602270 0.898233 0.790856
+0.621812 0.901933 0.791813
+0.646730 0.904774 0.789487
+0.671648 0.907614 0.787162
+0.696566 0.910455 0.784836
+0.721483 0.913295 0.782511
+0.753721 0.914450 0.774850
+0.787178 0.915324 0.766300
+0.820636 0.916198 0.757750
+0.854094 0.917072 0.749200
+0.882444 0.917872 0.741819
+0.903984 0.918572 0.735997
+0.925524 0.919272 0.730174
+0.947063 0.919973 0.724352
+0.968603 0.920673 0.718529
+0.311883 0.820773 0.723715
+0.326841 0.826719 0.729628
+0.341799 0.832666 0.735540
+0.356756 0.838612 0.741453
+0.371714 0.844559 0.747366
+0.388313 0.850327 0.753088
+0.406144 0.855962 0.758668
+0.423974 0.861597 0.764248
+0.441804 0.867233 0.769828
+0.459835 0.872817 0.775275
+0.479069 0.878094 0.779925
+0.498303 0.883372 0.784575
+0.517537 0.888650 0.789224
+0.536771 0.893927 0.793874
+0.554271 0.898210 0.796931
+0.571076 0.902095 0.799350
+0.587882 0.905980 0.801769
+0.604688 0.909864 0.804188
+0.623369 0.913619 0.805626
+0.646737 0.917046 0.804610
+0.670104 0.920474 0.803594
+0.693472 0.923902 0.802579
+0.716840 0.927329 0.801563
+0.746303 0.929999 0.796740
+0.776782 0.932543 0.791283
+0.807262 0.935087 0.785826
+0.837741 0.937630 0.780368
+0.866349 0.939434 0.773775
+0.892461 0.940250 0.765665
+0.918574 0.941067 0.757556
+0.944686 0.941883 0.749446
+0.970798 0.942700 0.741337
+0.122809 0.120036 0.124211
+0.153468 0.117884 0.136730
+0.184127 0.115732 0.149249
+0.214786 0.113579 0.161768
+0.245445 0.111427 0.174287
+0.285259 0.112181 0.183179
+0.331939 0.115114 0.189349
+0.378620 0.118047 0.195520
+0.425300 0.120980 0.201690
+0.470802 0.124122 0.207280
+0.509230 0.128512 0.209386
+0.547659 0.132902 0.211492
+0.586087 0.137292 0.213598
+0.624516 0.141682 0.215705
+0.658363 0.146197 0.215684
+0.690377 0.150764 0.214812
+0.722392 0.155330 0.213941
+0.754406 0.159896 0.213069
+0.783555 0.164173 0.212166
+0.805541 0.167727 0.211184
+0.827527 0.171281 0.210202
+0.849512 0.174835 0.209220
+0.871498 0.178389 0.208238
+0.883790 0.180779 0.208647
+0.894466 0.182976 0.209287
+0.905142 0.185173 0.209928
+0.915818 0.187370 0.210568
+0.924393 0.189354 0.211795
+0.930165 0.191054 0.213803
+0.935937 0.192755 0.215811
+0.941709 0.194455 0.217819
+0.947481 0.196156 0.219827
+0.126722 0.125234 0.129685
+0.153525 0.126784 0.142668
+0.180327 0.128335 0.155652
+0.207129 0.129886 0.168636
+0.233931 0.131436 0.181619
+0.272200 0.132811 0.191562
+0.319069 0.134054 0.199224
+0.365939 0.135297 0.206886
+0.412808 0.136540 0.214548
+0.458543 0.138147 0.221503
+0.497477 0.141936 0.224214
+0.536410 0.145726 0.226925
+0.575344 0.149515 0.229637
+0.614277 0.153305 0.232348
+0.648894 0.157487 0.232324
+0.681783 0.161826 0.231207
+0.714673 0.166164 0.230089
+0.747562 0.170503 0.228971
+0.777588 0.174559 0.227775
+0.800453 0.177906 0.226382
+0.823318 0.181253 0.224989
+0.846182 0.184600 0.223596
+0.869047 0.187947 0.222203
+0.881829 0.190184 0.222259
+0.892931 0.192236 0.222557
+0.904033 0.194289 0.222854
+0.915134 0.196341 0.223151
+0.923966 0.198173 0.224036
+0.929773 0.199710 0.225703
+0.935580 0.201248 0.227370
+0.941386 0.202786 0.229037
+0.947193 0.204324 0.230705
+0.130636 0.130431 0.135158
+0.153581 0.135685 0.148606
+0.176527 0.140938 0.162055
+0.199472 0.146192 0.175503
+0.222418 0.151445 0.188952
+0.259142 0.153441 0.199946
+0.306200 0.152994 0.209099
+0.353258 0.152547 0.218252
+0.400315 0.152100 0.227406
+0.446285 0.152172 0.235725
+0.485723 0.155361 0.239042
+0.525162 0.158550 0.242358
+0.564600 0.161739 0.245675
+0.604038 0.164928 0.248992
+0.639424 0.168776 0.248965
+0.673189 0.172888 0.247601
+0.706954 0.176999 0.246237
+0.740719 0.181110 0.244873
+0.771620 0.184944 0.243383
+0.795365 0.188085 0.241580
+0.819109 0.191225 0.239776
+0.842853 0.194365 0.237972
+0.866597 0.197506 0.236169
+0.879869 0.199589 0.235872
+0.891396 0.201497 0.235826
+0.902923 0.203404 0.235780
+0.914450 0.205312 0.235735
+0.923540 0.206991 0.236277
+0.929381 0.208367 0.237603
+0.935222 0.209742 0.238929
+0.941064 0.211117 0.240256
+0.946905 0.212492 0.241582
+0.134549 0.135629 0.140631
+0.153638 0.144585 0.154544
+0.172727 0.153542 0.168457
+0.191815 0.162498 0.182371
+0.210904 0.171454 0.196284
+0.246083 0.174071 0.208329
+0.293330 0.171934 0.218974
+0.340576 0.169797 0.229619
+0.387823 0.167659 0.240263
+0.434027 0.166197 0.249947
+0.473970 0.168786 0.253869
+0.513913 0.171374 0.257791
+0.553856 0.173963 0.261713
+0.593800 0.176552 0.265635
+0.629955 0.180066 0.265606
+0.664595 0.183950 0.263995
+0.699235 0.187834 0.262385
+0.733875 0.191718 0.260775
+0.765653 0.195330 0.258992
+0.790276 0.198264 0.256777
+0.814900 0.201197 0.254563
+0.839523 0.204131 0.252348
+0.864146 0.207064 0.250134
+0.877909 0.208994 0.249484
+0.889861 0.210757 0.249096
+0.901813 0.212520 0.248707
+0.913766 0.214283 0.248318
+0.923114 0.215810 0.248518
+0.928989 0.217023 0.249503
+0.934865 0.218235 0.250489
+0.940741 0.219448 0.251474
+0.946617 0.220660 0.252459
+0.138462 0.140827 0.146104
+0.153694 0.153486 0.160482
+0.168926 0.166145 0.174860
+0.184158 0.178804 0.189238
+0.199390 0.191464 0.203616
+0.233024 0.194702 0.216713
+0.280460 0.190874 0.228849
+0.327895 0.187047 0.240985
+0.375331 0.183219 0.253121
+0.421768 0.180222 0.264170
+0.462216 0.182211 0.268697
+0.502665 0.184199 0.273224
+0.543113 0.186187 0.277752
+0.583561 0.188175 0.282279
+0.620486 0.191355 0.282246
+0.656001 0.195012 0.280390
+0.691516 0.198668 0.278533
+0.727031 0.202325 0.276677
+0.759686 0.205716 0.274601
+0.785188 0.208443 0.271975
+0.810691 0.211169 0.269350
+0.836193 0.213896 0.266724
+0.861696 0.216622 0.264099
+0.875949 0.218399 0.263097
+0.888326 0.220018 0.262365
+0.900704 0.221636 0.261633
+0.913081 0.223254 0.260902
+0.922687 0.224629 0.260759
+0.928598 0.225679 0.261404
+0.934508 0.226729 0.262048
+0.940418 0.227779 0.262692
+0.946329 0.228828 0.263336
+0.142035 0.147513 0.153435
+0.156026 0.161994 0.168187
+0.170017 0.176475 0.182939
+0.184009 0.190956 0.197691
+0.198000 0.205437 0.212443
+0.229178 0.210774 0.226472
+0.273246 0.209252 0.239957
+0.317314 0.207730 0.253442
+0.361382 0.206208 0.266927
+0.405091 0.204997 0.279247
+0.446642 0.205656 0.284582
+0.488194 0.206315 0.289917
+0.529746 0.206974 0.295252
+0.571298 0.207633 0.300587
+0.609274 0.210071 0.300596
+0.645819 0.213221 0.298475
+0.682364 0.216371 0.296353
+0.718909 0.219521 0.294232
+0.752581 0.222438 0.291835
+0.779069 0.224774 0.288749
+0.805558 0.227111 0.285662
+0.832046 0.229447 0.282576
+0.858535 0.231783 0.279490
+0.873396 0.233233 0.278101
+0.886319 0.234534 0.276994
+0.899241 0.235835 0.275888
+0.912164 0.237137 0.274782
+0.922134 0.238202 0.274265
+0.928165 0.238951 0.274536
+0.934197 0.239700 0.274806
+0.940229 0.240449 0.275076
+0.946261 0.241198 0.275347
+0.145353 0.155317 0.162158
+0.160065 0.170209 0.177216
+0.174777 0.185100 0.192275
+0.189489 0.199992 0.207334
+0.204201 0.214884 0.222392
+0.232240 0.223427 0.237262
+0.270273 0.227207 0.251989
+0.308307 0.230987 0.266717
+0.346340 0.234768 0.281444
+0.385098 0.237834 0.294967
+0.428203 0.236617 0.301261
+0.471308 0.235400 0.307556
+0.514412 0.234183 0.313850
+0.557517 0.232967 0.320145
+0.596755 0.234357 0.320229
+0.634446 0.236790 0.317828
+0.672137 0.239224 0.315427
+0.709828 0.241657 0.313027
+0.744623 0.243912 0.310288
+0.772178 0.245720 0.306704
+0.799732 0.247529 0.303119
+0.827287 0.249337 0.299535
+0.854841 0.251146 0.295951
+0.870399 0.252137 0.294149
+0.883956 0.252992 0.292644
+0.897514 0.253848 0.291139
+0.911072 0.254703 0.289634
+0.921484 0.255339 0.288720
+0.927703 0.255685 0.288592
+0.933922 0.256030 0.288464
+0.940140 0.256375 0.288335
+0.946359 0.256720 0.288207
+0.148670 0.163120 0.170881
+0.164103 0.178423 0.186246
+0.179536 0.193726 0.201611
+0.194969 0.209029 0.216976
+0.210402 0.224331 0.232341
+0.235302 0.236080 0.248052
+0.267301 0.245162 0.264022
+0.299300 0.254245 0.279991
+0.331299 0.263328 0.295961
+0.365106 0.270671 0.310686
+0.409764 0.267578 0.317940
+0.454421 0.264486 0.325194
+0.499079 0.261393 0.332448
+0.543736 0.258300 0.339702
+0.584236 0.258643 0.339861
+0.623073 0.260360 0.337181
+0.661910 0.262077 0.334501
+0.700747 0.263793 0.331821
+0.736665 0.265385 0.328741
+0.765286 0.266666 0.324659
+0.793906 0.267947 0.320576
+0.822527 0.269228 0.316494
+0.851147 0.270509 0.312412
+0.867401 0.271042 0.310197
+0.881594 0.271451 0.308294
+0.895787 0.271860 0.306390
+0.909980 0.272269 0.304487
+0.920835 0.272477 0.303174
+0.927241 0.272418 0.302647
+0.933646 0.272359 0.302121
+0.940051 0.272301 0.301594
+0.946457 0.272242 0.301068
+0.151987 0.170924 0.179604
+0.168141 0.186637 0.195276
+0.184295 0.202351 0.210947
+0.200450 0.218065 0.226619
+0.216604 0.233778 0.242290
+0.238364 0.248733 0.258842
+0.264328 0.263118 0.276054
+0.290293 0.277503 0.293266
+0.316257 0.291887 0.310478
+0.345114 0.303508 0.326405
+0.391324 0.298539 0.334619
+0.437535 0.293571 0.342832
+0.483745 0.288603 0.351046
+0.529955 0.283634 0.359260
+0.571718 0.282929 0.359493
+0.611700 0.283929 0.356534
+0.651683 0.284929 0.353575
+0.691666 0.285930 0.350616
+0.728707 0.286859 0.347194
+0.758394 0.287612 0.342613
+0.788080 0.288365 0.338033
+0.817767 0.289118 0.333453
+0.847454 0.289871 0.328872
+0.864404 0.289947 0.326245
+0.879232 0.289910 0.323943
+0.894060 0.289872 0.321642
+0.908888 0.289835 0.319340
+0.920186 0.289615 0.317628
+0.926778 0.289152 0.316703
+0.933370 0.288689 0.315778
+0.939962 0.288226 0.314853
+0.946554 0.287763 0.313928
+0.154956 0.179666 0.189399
+0.171833 0.195762 0.205344
+0.188711 0.211858 0.221290
+0.205588 0.227954 0.237236
+0.222465 0.244050 0.253181
+0.241639 0.261749 0.270433
+0.262535 0.280651 0.288663
+0.283430 0.299553 0.306894
+0.304326 0.318455 0.325125
+0.328923 0.333827 0.342076
+0.375724 0.328026 0.351352
+0.422525 0.322225 0.360628
+0.469326 0.316423 0.369904
+0.516127 0.310622 0.379180
+0.558890 0.309114 0.379526
+0.600037 0.309324 0.376301
+0.641185 0.309534 0.373075
+0.682332 0.309743 0.369850
+0.720513 0.309952 0.366092
+0.751275 0.310158 0.361004
+0.782038 0.310364 0.355916
+0.812801 0.310570 0.350828
+0.843564 0.310776 0.345740
+0.861234 0.310369 0.342691
+0.876722 0.309860 0.339981
+0.892209 0.309352 0.337272
+0.907697 0.308843 0.334562
+0.919459 0.308167 0.332441
+0.926253 0.307269 0.331102
+0.933047 0.306371 0.329764
+0.939840 0.305473 0.328425
+0.946634 0.304575 0.327087
+0.155833 0.194042 0.205623
+0.173447 0.210349 0.221648
+0.191061 0.226656 0.237673
+0.208675 0.242963 0.253698
+0.226289 0.259270 0.269724
+0.246193 0.276947 0.286824
+0.267814 0.295653 0.304732
+0.289436 0.314359 0.322639
+0.311058 0.333064 0.340546
+0.335536 0.349044 0.357460
+0.377155 0.348667 0.368415
+0.418774 0.348289 0.379369
+0.460394 0.347912 0.390324
+0.502013 0.347535 0.401278
+0.544207 0.346695 0.401968
+0.586631 0.345670 0.398551
+0.629055 0.344645 0.395134
+0.671479 0.343620 0.391718
+0.710896 0.342757 0.387662
+0.742797 0.342301 0.382009
+0.774698 0.341845 0.376356
+0.806598 0.341389 0.370703
+0.838499 0.340934 0.365049
+0.857025 0.339898 0.361522
+0.873322 0.338766 0.358349
+0.889619 0.337634 0.355176
+0.905917 0.336501 0.352003
+0.918266 0.335203 0.349401
+0.925351 0.333684 0.347558
+0.932436 0.332164 0.345716
+0.939521 0.330645 0.343874
+0.946606 0.329125 0.342032
+0.156710 0.208418 0.221847
+0.175061 0.224936 0.237952
+0.193411 0.241454 0.254057
+0.211762 0.257971 0.270161
+0.230112 0.274489 0.286266
+0.250747 0.292145 0.303216
+0.273094 0.310655 0.320800
+0.295441 0.329165 0.338384
+0.317789 0.347674 0.355968
+0.342149 0.364261 0.372845
+0.378587 0.369307 0.385478
+0.415024 0.374354 0.398111
+0.451461 0.379401 0.410744
+0.487899 0.384448 0.423377
+0.529524 0.384275 0.424409
+0.573225 0.382016 0.420801
+0.616925 0.379756 0.417193
+0.660626 0.377496 0.413585
+0.701280 0.375562 0.409232
+0.734318 0.374445 0.403013
+0.767357 0.373327 0.396795
+0.800396 0.372209 0.390577
+0.833434 0.371091 0.384359
+0.852817 0.369427 0.380353
+0.869923 0.367671 0.376717
+0.887030 0.365916 0.373080
+0.904136 0.364160 0.369444
+0.917072 0.362239 0.366361
+0.924449 0.360098 0.364015
+0.931825 0.357958 0.361669
+0.939201 0.355817 0.359323
+0.946577 0.353676 0.356977
+0.157587 0.222794 0.238071
+0.176674 0.239523 0.254256
+0.195761 0.256251 0.270440
+0.214849 0.272980 0.286624
+0.233936 0.289709 0.302808
+0.255301 0.307343 0.319608
+0.278374 0.325657 0.336868
+0.301447 0.343970 0.354129
+0.324520 0.362284 0.371390
+0.348762 0.379477 0.388229
+0.380018 0.389948 0.402541
+0.411274 0.400419 0.416852
+0.442529 0.410890 0.431164
+0.473785 0.421360 0.445475
+0.514841 0.421856 0.446851
+0.559818 0.418361 0.443051
+0.604795 0.414867 0.439252
+0.649772 0.411372 0.435453
+0.691663 0.408368 0.430801
+0.725840 0.406588 0.424018
+0.760016 0.404808 0.417235
+0.794193 0.403029 0.410451
+0.828369 0.401249 0.403668
+0.848608 0.398955 0.399185
+0.866524 0.396577 0.395085
+0.884440 0.394198 0.390985
+0.902355 0.391819 0.386885
+0.915879 0.389275 0.383320
+0.923547 0.386513 0.380471
+0.931214 0.383751 0.377622
+0.938881 0.380989 0.374772
+0.946549 0.378227 0.371923
+0.158464 0.237170 0.254296
+0.178288 0.254110 0.270559
+0.198112 0.271049 0.286823
+0.217935 0.287989 0.303087
+0.237759 0.304928 0.319350
+0.259855 0.322541 0.335999
+0.283654 0.340659 0.352937
+0.307453 0.358776 0.369874
+0.331252 0.376894 0.386811
+0.355375 0.394694 0.403613
+0.381449 0.410589 0.419603
+0.407523 0.426484 0.435593
+0.433597 0.442378 0.451584
+0.459671 0.458273 0.467574
+0.500159 0.459436 0.469292
+0.546412 0.454707 0.465302
+0.592665 0.449978 0.461311
+0.638919 0.445249 0.457321
+0.682047 0.441173 0.452371
+0.717361 0.438732 0.445023
+0.752676 0.436290 0.437674
+0.787990 0.433848 0.430326
+0.823304 0.431406 0.422977
+0.844399 0.428484 0.418016
+0.863125 0.425482 0.413452
+0.881850 0.422480 0.408889
+0.900575 0.419477 0.404325
+0.914686 0.416311 0.400280
+0.922644 0.412928 0.396927
+0.930603 0.409544 0.393574
+0.938562 0.406161 0.390221
+0.946520 0.402777 0.386868
+0.161256 0.264106 0.279125
+0.181336 0.281000 0.295162
+0.201417 0.297895 0.311198
+0.221497 0.314790 0.327235
+0.241578 0.331685 0.343271
+0.263929 0.349083 0.359527
+0.287984 0.366858 0.375945
+0.312040 0.384634 0.392364
+0.336095 0.402410 0.408783
+0.360240 0.420085 0.425128
+0.384923 0.437158 0.441024
+0.409607 0.454231 0.456921
+0.434291 0.471305 0.472817
+0.458974 0.488378 0.488713
+0.498654 0.490495 0.490016
+0.544333 0.486629 0.485482
+0.590011 0.482764 0.480947
+0.635690 0.478898 0.476412
+0.678528 0.475298 0.470990
+0.714266 0.472360 0.463347
+0.750004 0.469423 0.455705
+0.785742 0.466485 0.448063
+0.821480 0.463548 0.440421
+0.842956 0.460280 0.435279
+0.862054 0.456957 0.430554
+0.881153 0.453634 0.425828
+0.900252 0.450311 0.421103
+0.914614 0.446902 0.416941
+0.922660 0.443377 0.413530
+0.930707 0.439853 0.410120
+0.938753 0.436329 0.406709
+0.946799 0.432805 0.403298
+0.164813 0.296065 0.307397
+0.184958 0.312813 0.323084
+0.205103 0.329560 0.338770
+0.225249 0.346308 0.354457
+0.245394 0.363056 0.370144
+0.267812 0.380162 0.385908
+0.291936 0.397537 0.401731
+0.316059 0.414913 0.417553
+0.340182 0.432288 0.433376
+0.364404 0.449545 0.449094
+0.389214 0.466099 0.464188
+0.414024 0.482652 0.479282
+0.438835 0.499206 0.494376
+0.463645 0.515759 0.509470
+0.502421 0.518944 0.510054
+0.546784 0.516782 0.504833
+0.591148 0.514619 0.499613
+0.635511 0.512457 0.494393
+0.677449 0.509950 0.488427
+0.713324 0.506583 0.480600
+0.749200 0.503216 0.472773
+0.785076 0.499850 0.464945
+0.820951 0.496483 0.457118
+0.842618 0.492982 0.451914
+0.861916 0.489460 0.447148
+0.881213 0.485937 0.442382
+0.900511 0.482414 0.437616
+0.914990 0.478913 0.433482
+0.923043 0.475441 0.430192
+0.931096 0.471969 0.426903
+0.939149 0.468496 0.423613
+0.947201 0.465024 0.420323
+0.168371 0.328024 0.335669
+0.188580 0.344625 0.351006
+0.208790 0.361226 0.366343
+0.229000 0.377826 0.381679
+0.249210 0.394427 0.397016
+0.271695 0.411242 0.412290
+0.295887 0.428216 0.427516
+0.320079 0.445191 0.442742
+0.344270 0.462166 0.457968
+0.368568 0.479006 0.473060
+0.393505 0.495040 0.487352
+0.418442 0.511073 0.501643
+0.443379 0.527107 0.515935
+0.468315 0.543141 0.530226
+0.506188 0.547394 0.530091
+0.549236 0.546934 0.524185
+0.592284 0.546475 0.518279
+0.635331 0.546015 0.512373
+0.676369 0.544603 0.505865
+0.712383 0.540806 0.497853
+0.748396 0.537010 0.489840
+0.784410 0.533214 0.481828
+0.820423 0.529418 0.473815
+0.842280 0.525685 0.468550
+0.861777 0.521962 0.463743
+0.881274 0.518240 0.458936
+0.900771 0.514518 0.454128
+0.915366 0.510925 0.450023
+0.923426 0.507504 0.446854
+0.931485 0.504084 0.443685
+0.939544 0.500663 0.440517
+0.947603 0.497243 0.437348
+0.171928 0.359983 0.363941
+0.192203 0.376437 0.378928
+0.212477 0.392891 0.393915
+0.232752 0.409345 0.408902
+0.253026 0.425798 0.423889
+0.275578 0.442321 0.438672
+0.299838 0.458895 0.453301
+0.324098 0.475469 0.467931
+0.348358 0.492044 0.482560
+0.372733 0.508467 0.497027
+0.397796 0.523980 0.510516
+0.422859 0.539494 0.524005
+0.447923 0.555008 0.537494
+0.472986 0.570522 0.550982
+0.509955 0.575843 0.550128
+0.551688 0.577087 0.543537
+0.593420 0.578330 0.536945
+0.635152 0.579574 0.530353
+0.675290 0.579255 0.523303
+0.711441 0.575029 0.515105
+0.747592 0.570804 0.506908
+0.783743 0.566578 0.498710
+0.819895 0.562352 0.490512
+0.841942 0.558387 0.485185
+0.861638 0.554465 0.480337
+0.881334 0.550543 0.475489
+0.901031 0.546621 0.470641
+0.915743 0.542937 0.466564
+0.923808 0.539568 0.463516
+0.931874 0.536199 0.460468
+0.939940 0.532831 0.457420
+0.948005 0.529462 0.454372
+0.176946 0.394338 0.393172
+0.197188 0.410501 0.407723
+0.217429 0.426664 0.422274
+0.237670 0.442827 0.436825
+0.257912 0.458990 0.451376
+0.280423 0.475109 0.465610
+0.304637 0.491195 0.479608
+0.328852 0.507280 0.493605
+0.353066 0.523366 0.507602
+0.377404 0.539288 0.521414
+0.402481 0.554235 0.534109
+0.427559 0.569182 0.546804
+0.452636 0.584130 0.559500
+0.477714 0.599077 0.572195
+0.513358 0.605262 0.571116
+0.553228 0.607943 0.564527
+0.593098 0.610624 0.557938
+0.632969 0.613305 0.551349
+0.672046 0.613887 0.544027
+0.709138 0.609221 0.534871
+0.746230 0.604555 0.525715
+0.783323 0.599889 0.516559
+0.820415 0.595223 0.507402
+0.842638 0.591083 0.501976
+0.862382 0.587031 0.497170
+0.882126 0.582979 0.492365
+0.901870 0.578927 0.487560
+0.916586 0.575244 0.483615
+0.924596 0.572053 0.480817
+0.932606 0.568863 0.478019
+0.940617 0.565672 0.475221
+0.948627 0.562482 0.472424
+0.185616 0.434681 0.424800
+0.205579 0.450194 0.438699
+0.225543 0.465708 0.452599
+0.245506 0.481221 0.466498
+0.265469 0.496735 0.480398
+0.287673 0.512170 0.493941
+0.311557 0.527546 0.507217
+0.335440 0.542921 0.520493
+0.359324 0.558297 0.533769
+0.383340 0.573514 0.546852
+0.408152 0.587776 0.558776
+0.432963 0.602038 0.570700
+0.457774 0.616300 0.582625
+0.482585 0.630563 0.594549
+0.515848 0.637105 0.594480
+0.552490 0.640559 0.589614
+0.589133 0.644013 0.584748
+0.625776 0.647467 0.579882
+0.663390 0.648468 0.572965
+0.703432 0.643334 0.560918
+0.743474 0.638200 0.548870
+0.783516 0.633066 0.536823
+0.823559 0.627932 0.524776
+0.845919 0.623762 0.519152
+0.865333 0.619754 0.514599
+0.884746 0.615745 0.510046
+0.904160 0.611736 0.505493
+0.918597 0.608290 0.501938
+0.926397 0.605593 0.499714
+0.934197 0.602897 0.497490
+0.941997 0.600201 0.495266
+0.949797 0.597504 0.493041
+0.194286 0.475023 0.456428
+0.213971 0.489887 0.469676
+0.233657 0.504751 0.482924
+0.253342 0.519616 0.496172
+0.273027 0.534480 0.509420
+0.294923 0.549231 0.522272
+0.318476 0.563897 0.534827
+0.342029 0.578563 0.547381
+0.365582 0.593229 0.559936
+0.389277 0.607739 0.572291
+0.413822 0.621317 0.583443
+0.438367 0.634894 0.594596
+0.462912 0.648471 0.605749
+0.487457 0.662049 0.616902
+0.518338 0.668947 0.617844
+0.551753 0.673175 0.614701
+0.585168 0.677402 0.611559
+0.618583 0.681630 0.608416
+0.654734 0.683049 0.601903
+0.697726 0.677447 0.586965
+0.740718 0.671845 0.572026
+0.783710 0.666243 0.557088
+0.826702 0.660641 0.542150
+0.849200 0.656442 0.536329
+0.868284 0.652477 0.532028
+0.887367 0.648511 0.527728
+0.906450 0.644546 0.523427
+0.920607 0.641336 0.520262
+0.928197 0.639134 0.518611
+0.935788 0.636931 0.516960
+0.943378 0.634729 0.515310
+0.950968 0.632526 0.513659
+0.202956 0.515366 0.488057
+0.222363 0.529580 0.500653
+0.241770 0.543795 0.513250
+0.261178 0.558010 0.525846
+0.280585 0.572224 0.538443
+0.302173 0.586291 0.550603
+0.325395 0.600248 0.562436
+0.348618 0.614204 0.574270
+0.371841 0.628160 0.586103
+0.395214 0.641965 0.597729
+0.419493 0.654857 0.608111
+0.443771 0.667750 0.618492
+0.468050 0.680642 0.628874
+0.492329 0.693535 0.639256
+0.520828 0.700790 0.641208
+0.551015 0.705791 0.639789
+0.581202 0.710791 0.638369
+0.611389 0.715792 0.636949
+0.646078 0.717629 0.630841
+0.692020 0.711560 0.613012
+0.737962 0.705490 0.595182
+0.783903 0.699420 0.577353
+0.829845 0.693350 0.559523
+0.852482 0.689121 0.553506
+0.871234 0.685199 0.549457
+0.889987 0.681277 0.545409
+0.908739 0.677355 0.541360
+0.922618 0.674382 0.538585
+0.929998 0.672674 0.537508
+0.937378 0.670965 0.536431
+0.944758 0.669257 0.535354
+0.952138 0.667549 0.534277
+0.211625 0.555708 0.519685
+0.230755 0.569273 0.531630
+0.249884 0.582839 0.543575
+0.269014 0.596404 0.555520
+0.288143 0.609969 0.567465
+0.309423 0.623352 0.578934
+0.332315 0.636599 0.590046
+0.355207 0.649845 0.601158
+0.378099 0.663092 0.612270
+0.401151 0.676190 0.623167
+0.425163 0.688398 0.632778
+0.449176 0.700605 0.642388
+0.473188 0.712813 0.651999
+0.497200 0.725021 0.661610
+0.523318 0.732633 0.664572
+0.550277 0.738407 0.664876
+0.577237 0.744180 0.665179
+0.604196 0.749954 0.665483
+0.637422 0.752210 0.659779
+0.686314 0.745672 0.639059
+0.735205 0.739135 0.618338
+0.784097 0.732597 0.597618
+0.832988 0.726059 0.576897
+0.855763 0.721801 0.570683
+0.874185 0.717922 0.566887
+0.892607 0.714044 0.563090
+0.911029 0.710165 0.559294
+0.924629 0.707428 0.556909
+0.931799 0.706214 0.556405
+0.938969 0.705000 0.555902
+0.946139 0.703785 0.555398
+0.953309 0.702571 0.554895
+0.222056 0.590838 0.546974
+0.240892 0.603594 0.558234
+0.259728 0.616349 0.569494
+0.278564 0.629105 0.580754
+0.297400 0.641861 0.592013
+0.318334 0.654417 0.602806
+0.340842 0.666824 0.613248
+0.363349 0.679231 0.623690
+0.385856 0.691638 0.634133
+0.408527 0.703908 0.644363
+0.432174 0.715354 0.653325
+0.455822 0.726801 0.662286
+0.479470 0.738247 0.671248
+0.503117 0.749694 0.680210
+0.527925 0.757129 0.683511
+0.553197 0.762960 0.684548
+0.578468 0.768792 0.685585
+0.603740 0.774623 0.686622
+0.634728 0.777333 0.682174
+0.680008 0.772242 0.664011
+0.725289 0.767150 0.645849
+0.770569 0.762059 0.627686
+0.815849 0.756967 0.609524
+0.842032 0.752810 0.601289
+0.865032 0.748809 0.594708
+0.888033 0.744807 0.588127
+0.911033 0.740806 0.581547
+0.927165 0.738120 0.577754
+0.934137 0.737188 0.577680
+0.941109 0.736257 0.577605
+0.948082 0.735326 0.577531
+0.955054 0.734394 0.577456
+0.232780 0.625099 0.573540
+0.251320 0.637018 0.584109
+0.269860 0.648938 0.594678
+0.288400 0.660857 0.605247
+0.306940 0.672777 0.615816
+0.327523 0.684483 0.625935
+0.349636 0.696028 0.635716
+0.371750 0.707574 0.645497
+0.393864 0.719120 0.655278
+0.416142 0.730541 0.664852
+0.439409 0.741214 0.673185
+0.462675 0.751886 0.681518
+0.485942 0.762559 0.689851
+0.509208 0.773231 0.698184
+0.532885 0.780401 0.701712
+0.556725 0.786171 0.703318
+0.580566 0.791940 0.704924
+0.604406 0.797709 0.706530
+0.633028 0.800880 0.703478
+0.673603 0.797554 0.688782
+0.714178 0.794227 0.674086
+0.754753 0.790901 0.659389
+0.795329 0.787575 0.644693
+0.825465 0.783541 0.634133
+0.853863 0.779389 0.624262
+0.882260 0.775237 0.614391
+0.910657 0.771085 0.604520
+0.929788 0.768419 0.599021
+0.936565 0.767735 0.599351
+0.943342 0.767052 0.599681
+0.950118 0.766368 0.600012
+0.956895 0.765685 0.600342
+0.243504 0.659360 0.600106
+0.261749 0.670443 0.609984
+0.279993 0.681526 0.619862
+0.298237 0.692609 0.629741
+0.316481 0.703693 0.639619
+0.336711 0.714548 0.649063
+0.358431 0.725233 0.658183
+0.380151 0.735917 0.667303
+0.401871 0.746602 0.676423
+0.423758 0.757174 0.685341
+0.446643 0.767073 0.693045
+0.469528 0.776971 0.700750
+0.492414 0.786870 0.708454
+0.515299 0.796768 0.716159
+0.537844 0.803673 0.719913
+0.560254 0.809381 0.722088
+0.582663 0.815088 0.724262
+0.605073 0.820796 0.726437
+0.631328 0.824426 0.724782
+0.667198 0.822865 0.713552
+0.703068 0.821305 0.702322
+0.738938 0.819744 0.691092
+0.774808 0.818183 0.679862
+0.808899 0.814272 0.666977
+0.842693 0.809969 0.653816
+0.876486 0.805666 0.640654
+0.910280 0.801363 0.627493
+0.932412 0.798718 0.620287
+0.938993 0.798282 0.621022
+0.945574 0.797847 0.621757
+0.952155 0.797411 0.622493
+0.958736 0.796975 0.623228
+0.254229 0.693621 0.626672
+0.272177 0.703868 0.635859
+0.290125 0.714115 0.645047
+0.308073 0.724362 0.654234
+0.326021 0.734608 0.663421
+0.345899 0.744613 0.672192
+0.367226 0.754437 0.680651
+0.388552 0.764261 0.689110
+0.409879 0.774084 0.697568
+0.431374 0.783808 0.705830
+0.453878 0.792932 0.712906
+0.476382 0.802057 0.719981
+0.498886 0.811181 0.727057
+0.521390 0.820306 0.734133
+0.542804 0.826945 0.738114
+0.563783 0.832591 0.740858
+0.584761 0.838236 0.743601
+0.605739 0.843882 0.746344
+0.629628 0.847973 0.746086
+0.660793 0.848177 0.738322
+0.691958 0.848382 0.730559
+0.723123 0.848586 0.722795
+0.754288 0.848791 0.715032
+0.792332 0.845003 0.699821
+0.831523 0.840549 0.683369
+0.870713 0.836096 0.666917
+0.909904 0.831642 0.650466
+0.935035 0.829017 0.641553
+0.941421 0.828829 0.642693
+0.947806 0.828641 0.643833
+0.954192 0.828454 0.644973
+0.960577 0.828266 0.646113
+0.265349 0.723049 0.650159
+0.282946 0.732484 0.658697
+0.300543 0.741919 0.667235
+0.318141 0.751354 0.675773
+0.335738 0.760790 0.684311
+0.355197 0.769979 0.692467
+0.376052 0.778984 0.700337
+0.396907 0.787989 0.708208
+0.417762 0.796994 0.716078
+0.438785 0.805910 0.723760
+0.460819 0.814291 0.730317
+0.482854 0.822671 0.736873
+0.504888 0.831051 0.743430
+0.526922 0.839432 0.749986
+0.547449 0.845749 0.754053
+0.567373 0.851240 0.757125
+0.587297 0.856732 0.760197
+0.607221 0.862223 0.763269
+0.629408 0.866554 0.763959
+0.657254 0.867983 0.758694
+0.685100 0.869411 0.753429
+0.712946 0.870840 0.748164
+0.740792 0.872268 0.742900
+0.779916 0.869176 0.727560
+0.820920 0.865331 0.710541
+0.861924 0.861485 0.693523
+0.902928 0.857640 0.676504
+0.929865 0.855461 0.666980
+0.938048 0.855504 0.667448
+0.946231 0.855547 0.667917
+0.954414 0.855591 0.668385
+0.962596 0.855634 0.668854
+0.276996 0.746032 0.669541
+0.294170 0.754689 0.677484
+0.311344 0.763345 0.685428
+0.328518 0.772002 0.693372
+0.345692 0.780658 0.701316
+0.364641 0.789078 0.708937
+0.384920 0.797322 0.716315
+0.405199 0.805566 0.723694
+0.425479 0.813809 0.731073
+0.445925 0.821972 0.738281
+0.467371 0.829648 0.744463
+0.488817 0.837324 0.750645
+0.510263 0.845001 0.756828
+0.531710 0.852677 0.763010
+0.551674 0.858595 0.766977
+0.571046 0.863809 0.770056
+0.590417 0.869023 0.773136
+0.609789 0.874238 0.776216
+0.631162 0.878514 0.777257
+0.657536 0.880446 0.773201
+0.683911 0.882377 0.769145
+0.710285 0.884309 0.765088
+0.736660 0.886240 0.761032
+0.773033 0.884608 0.748492
+0.811073 0.882381 0.734538
+0.849112 0.880155 0.720584
+0.887152 0.877928 0.706630
+0.914305 0.876764 0.697954
+0.926942 0.877016 0.696316
+0.939579 0.877268 0.694677
+0.952217 0.877520 0.693038
+0.964854 0.877773 0.691400
+0.288643 0.769016 0.688922
+0.305394 0.776893 0.696272
+0.322145 0.784771 0.703622
+0.338896 0.792649 0.710972
+0.355646 0.800526 0.718321
+0.374084 0.808178 0.725407
+0.393788 0.815660 0.732294
+0.413492 0.823142 0.739181
+0.433196 0.830624 0.746068
+0.453064 0.838033 0.752801
+0.473923 0.845005 0.758609
+0.494781 0.851977 0.764418
+0.515639 0.858950 0.770226
+0.536497 0.865922 0.776035
+0.555899 0.871440 0.779900
+0.574718 0.876378 0.782988
+0.593538 0.881315 0.786076
+0.612357 0.886252 0.789163
+0.632915 0.890474 0.790556
+0.657818 0.892908 0.787708
+0.682721 0.895343 0.784860
+0.707625 0.897777 0.782013
+0.732528 0.900212 0.779165
+0.766150 0.900039 0.769424
+0.801226 0.899431 0.758535
+0.836301 0.898824 0.747646
+0.871377 0.898217 0.736757
+0.898745 0.898067 0.728929
+0.915836 0.898528 0.725183
+0.932928 0.898989 0.721437
+0.950019 0.899450 0.717691
+0.967111 0.899911 0.713945
+0.300291 0.791999 0.708304
+0.316618 0.799098 0.715059
+0.332946 0.806197 0.721815
+0.349273 0.813296 0.728571
+0.365600 0.820395 0.735327
+0.383528 0.827277 0.741876
+0.402656 0.833998 0.748272
+0.421785 0.840718 0.754667
+0.440913 0.847438 0.761063
+0.460204 0.854094 0.767321
+0.480474 0.860362 0.772755
+0.500744 0.866630 0.778190
+0.521015 0.872899 0.783624
+0.541285 0.879167 0.789059
+0.560124 0.884286 0.792823
+0.578391 0.888946 0.795919
+0.596658 0.893606 0.799015
+0.614925 0.898266 0.802111
+0.634668 0.902434 0.803854
+0.658100 0.905371 0.802215
+0.681532 0.908309 0.800576
+0.704964 0.911246 0.798937
+0.728396 0.914183 0.797298
+0.759268 0.915470 0.790357
+0.791379 0.916482 0.782532
+0.823490 0.917493 0.774707
+0.855601 0.918505 0.766883
+0.883184 0.919370 0.759903
+0.904730 0.920040 0.754050
+0.926276 0.920710 0.748197
+0.947822 0.921380 0.742344
+0.969368 0.922050 0.736491
+0.311938 0.814983 0.727685
+0.327842 0.821303 0.733847
+0.343746 0.827623 0.740009
+0.359650 0.833943 0.746170
+0.375554 0.840263 0.752332
+0.392972 0.846376 0.758346
+0.411524 0.852335 0.764250
+0.430077 0.858294 0.770154
+0.448630 0.864253 0.776057
+0.467344 0.870156 0.781841
+0.487026 0.875720 0.786901
+0.506708 0.881284 0.791962
+0.526390 0.886848 0.797023
+0.546072 0.892412 0.802083
+0.564349 0.897132 0.805746
+0.582064 0.901515 0.808850
+0.599779 0.905898 0.811954
+0.617493 0.910281 0.815058
+0.636421 0.914394 0.817152
+0.658382 0.917834 0.816722
+0.680343 0.921275 0.816291
+0.702304 0.924715 0.815861
+0.724264 0.928155 0.815430
+0.752385 0.930901 0.811289
+0.781532 0.933532 0.806529
+0.810679 0.936163 0.801769
+0.839826 0.938794 0.797009
+0.867624 0.940674 0.790877
+0.893624 0.941552 0.782917
+0.919625 0.942431 0.774957
+0.945625 0.943310 0.766997
+0.971626 0.944188 0.759037
+0.127496 0.125385 0.130001
+0.157769 0.123071 0.143454
+0.188042 0.120757 0.156907
+0.218315 0.118442 0.170360
+0.248588 0.116128 0.183813
+0.288486 0.116706 0.193709
+0.335602 0.119452 0.200938
+0.382718 0.122199 0.208167
+0.429834 0.124945 0.215396
+0.475916 0.127925 0.221976
+0.515789 0.132302 0.224668
+0.555662 0.136680 0.227359
+0.595535 0.141057 0.230050
+0.635408 0.145435 0.232742
+0.667888 0.149805 0.233582
+0.697413 0.154172 0.233681
+0.726937 0.158539 0.233781
+0.756461 0.162905 0.233881
+0.783856 0.167026 0.233508
+0.805929 0.170530 0.231953
+0.828001 0.174034 0.230398
+0.850074 0.177538 0.228844
+0.872147 0.181043 0.227289
+0.884441 0.183394 0.227274
+0.895104 0.185554 0.227516
+0.905768 0.187713 0.227758
+0.916432 0.189872 0.228000
+0.924967 0.191819 0.228908
+0.930665 0.193482 0.230705
+0.936362 0.195145 0.232501
+0.942059 0.196809 0.234298
+0.947757 0.198472 0.236094
+0.131634 0.130720 0.135611
+0.158168 0.132198 0.149372
+0.184702 0.133677 0.163132
+0.211237 0.135156 0.176892
+0.237771 0.136634 0.190652
+0.276179 0.137839 0.201535
+0.323492 0.138839 0.210261
+0.370806 0.139839 0.218987
+0.418119 0.140839 0.227713
+0.464431 0.142225 0.235676
+0.504733 0.145920 0.239056
+0.545035 0.149616 0.242437
+0.585337 0.153311 0.245818
+0.625639 0.157007 0.249199
+0.658791 0.161060 0.250181
+0.689083 0.165255 0.250203
+0.719376 0.169451 0.250225
+0.749668 0.173647 0.250247
+0.777863 0.177587 0.249701
+0.800812 0.180887 0.247736
+0.823761 0.184187 0.245770
+0.846710 0.187487 0.243805
+0.869660 0.190787 0.241839
+0.882450 0.192988 0.241462
+0.893548 0.195006 0.241350
+0.904645 0.197024 0.241238
+0.915743 0.199041 0.241125
+0.924543 0.200843 0.241684
+0.930281 0.202358 0.243136
+0.936018 0.203872 0.244589
+0.941756 0.205387 0.246042
+0.947494 0.206901 0.247495
+0.135771 0.136054 0.141222
+0.158567 0.141326 0.155289
+0.181362 0.146597 0.169356
+0.204158 0.151869 0.183424
+0.226954 0.157140 0.197491
+0.263872 0.158973 0.209362
+0.311383 0.158227 0.219585
+0.358893 0.157480 0.229808
+0.406404 0.156734 0.240031
+0.452946 0.156525 0.249375
+0.493677 0.159538 0.253445
+0.534408 0.162552 0.257516
+0.575139 0.165565 0.261586
+0.615870 0.168579 0.265657
+0.649694 0.172314 0.266780
+0.680754 0.176339 0.266725
+0.711815 0.180364 0.266669
+0.742876 0.184388 0.266614
+0.771870 0.188148 0.265895
+0.795695 0.191244 0.263519
+0.819521 0.194340 0.261143
+0.843347 0.197436 0.258766
+0.867172 0.200532 0.256390
+0.880460 0.202582 0.255650
+0.891991 0.204458 0.255184
+0.903523 0.206334 0.254717
+0.915054 0.208210 0.254250
+0.924119 0.209867 0.254459
+0.929897 0.211233 0.255568
+0.935675 0.212599 0.256677
+0.941453 0.213965 0.257786
+0.947230 0.215331 0.258895
+0.139908 0.141389 0.146832
+0.158965 0.150453 0.161207
+0.178023 0.159517 0.175581
+0.197080 0.168582 0.189956
+0.216137 0.177646 0.204331
+0.251565 0.180107 0.217188
+0.299273 0.177614 0.228908
+0.346981 0.175121 0.240628
+0.394689 0.172628 0.252348
+0.441461 0.170824 0.263074
+0.482621 0.173156 0.267834
+0.523781 0.175488 0.272594
+0.564941 0.177819 0.277354
+0.606101 0.180151 0.282114
+0.640596 0.183569 0.283380
+0.672425 0.187423 0.283247
+0.704254 0.191276 0.283114
+0.736084 0.195130 0.282981
+0.765877 0.198709 0.282089
+0.790579 0.201601 0.279302
+0.815281 0.204493 0.276515
+0.839983 0.207385 0.273727
+0.864685 0.210277 0.270940
+0.878470 0.212177 0.269838
+0.890435 0.213911 0.269017
+0.902400 0.215645 0.268196
+0.914365 0.217379 0.267376
+0.923695 0.218891 0.267234
+0.929513 0.220109 0.268000
+0.935331 0.221326 0.268765
+0.941149 0.222543 0.269530
+0.946967 0.223761 0.270295
+0.144046 0.146723 0.152442
+0.159364 0.159580 0.167124
+0.174683 0.172438 0.181806
+0.190001 0.185295 0.196488
+0.205319 0.198152 0.211170
+0.239259 0.201240 0.225015
+0.287164 0.197001 0.238232
+0.335069 0.192762 0.251448
+0.382974 0.188522 0.264665
+0.429977 0.185124 0.276773
+0.471565 0.186774 0.282222
+0.513154 0.188423 0.287672
+0.554743 0.190073 0.293122
+0.596332 0.191722 0.298572
+0.631499 0.194824 0.299979
+0.664096 0.198507 0.299768
+0.696694 0.202189 0.299558
+0.729291 0.205871 0.299347
+0.759883 0.209270 0.298283
+0.785462 0.211958 0.295085
+0.811040 0.214646 0.291887
+0.836619 0.217334 0.288689
+0.862197 0.220022 0.285490
+0.876479 0.221771 0.284026
+0.888878 0.223363 0.282851
+0.901277 0.224955 0.281676
+0.913676 0.226548 0.280501
+0.923272 0.227915 0.280010
+0.929130 0.228984 0.280431
+0.934988 0.230053 0.280852
+0.940846 0.231122 0.281274
+0.946704 0.232190 0.281695
+0.147957 0.153405 0.159724
+0.162072 0.168122 0.174712
+0.176187 0.182840 0.189699
+0.190302 0.197557 0.204686
+0.204418 0.212275 0.219673
+0.235880 0.217518 0.234366
+0.280352 0.215655 0.248838
+0.324824 0.213792 0.263310
+0.369296 0.211929 0.277782
+0.413511 0.210363 0.291091
+0.456182 0.210579 0.297427
+0.498854 0.210795 0.303762
+0.541525 0.211012 0.310098
+0.584196 0.211228 0.316433
+0.620390 0.213571 0.318046
+0.653993 0.216764 0.317770
+0.687595 0.219957 0.317494
+0.721198 0.223150 0.317217
+0.752789 0.226088 0.315975
+0.779350 0.228385 0.312316
+0.805912 0.230682 0.308657
+0.832473 0.232980 0.304998
+0.859035 0.235277 0.301339
+0.873928 0.236704 0.299484
+0.886875 0.237985 0.297929
+0.899823 0.239266 0.296374
+0.912771 0.240548 0.294820
+0.922733 0.241614 0.293951
+0.928715 0.242395 0.293997
+0.934697 0.243175 0.294044
+0.940679 0.243956 0.294090
+0.946661 0.244736 0.294136
+0.151697 0.161096 0.168261
+0.166511 0.176224 0.183552
+0.181325 0.191353 0.198842
+0.196139 0.206481 0.214133
+0.210952 0.221610 0.229424
+0.239196 0.230154 0.244860
+0.277513 0.233759 0.260406
+0.315830 0.237364 0.275952
+0.354147 0.240969 0.291497
+0.393310 0.243805 0.305874
+0.437554 0.242024 0.313243
+0.481798 0.240244 0.320611
+0.526041 0.238464 0.327979
+0.570285 0.236683 0.335347
+0.607773 0.237936 0.337214
+0.642558 0.240401 0.336881
+0.677343 0.242867 0.336548
+0.712128 0.245332 0.336214
+0.744867 0.247598 0.334789
+0.772492 0.249365 0.330632
+0.800117 0.251131 0.326475
+0.827742 0.252898 0.322318
+0.855367 0.254665 0.318161
+0.870955 0.255640 0.315893
+0.884538 0.256484 0.313940
+0.898121 0.257327 0.311987
+0.911703 0.258171 0.310033
+0.922109 0.258819 0.308766
+0.928278 0.259207 0.308414
+0.934446 0.259595 0.308062
+0.940615 0.259982 0.307710
+0.946784 0.260370 0.307358
+0.155438 0.168787 0.176797
+0.170950 0.184327 0.192392
+0.186463 0.199866 0.207986
+0.201975 0.215405 0.223581
+0.217487 0.230945 0.239175
+0.242513 0.242789 0.255355
+0.274674 0.251863 0.271974
+0.306836 0.260936 0.288593
+0.338997 0.270009 0.305213
+0.373109 0.277247 0.320658
+0.418925 0.273470 0.329059
+0.464742 0.269693 0.337459
+0.510558 0.265916 0.345860
+0.556374 0.262139 0.354261
+0.595156 0.262301 0.356383
+0.631123 0.264039 0.355992
+0.667091 0.265776 0.355602
+0.703058 0.267514 0.355212
+0.736946 0.269108 0.353603
+0.765634 0.270344 0.348948
+0.794322 0.271581 0.344293
+0.823010 0.272817 0.339638
+0.851698 0.274053 0.334983
+0.867983 0.274577 0.332302
+0.882201 0.274983 0.329950
+0.896418 0.275389 0.327599
+0.910636 0.275794 0.325247
+0.921484 0.276024 0.323582
+0.927840 0.276019 0.322831
+0.934196 0.276014 0.322081
+0.940551 0.276009 0.321330
+0.946907 0.276004 0.320579
+0.159179 0.176479 0.185334
+0.175390 0.192429 0.201232
+0.191600 0.208379 0.217130
+0.207811 0.224330 0.233028
+0.224022 0.240280 0.248926
+0.245830 0.255425 0.265850
+0.271836 0.269967 0.283542
+0.297842 0.284508 0.301235
+0.323847 0.299050 0.318928
+0.352908 0.310689 0.335441
+0.400297 0.304915 0.344875
+0.447686 0.299142 0.354308
+0.495074 0.293368 0.363742
+0.542463 0.287594 0.373175
+0.582539 0.286666 0.375551
+0.619689 0.287676 0.375103
+0.656839 0.288686 0.374656
+0.693989 0.289696 0.374209
+0.729025 0.290618 0.372417
+0.758776 0.291324 0.367264
+0.788527 0.292030 0.362111
+0.818278 0.292735 0.356957
+0.848030 0.293441 0.351804
+0.865011 0.293514 0.348711
+0.879863 0.293482 0.345961
+0.894716 0.293450 0.343211
+0.909569 0.293418 0.340461
+0.920860 0.293229 0.338397
+0.927402 0.292831 0.337248
+0.933945 0.292433 0.336099
+0.940487 0.292035 0.334950
+0.947029 0.291637 0.333801
+0.162607 0.185027 0.194854
+0.179522 0.201362 0.211024
+0.196438 0.217696 0.227195
+0.213354 0.234031 0.243365
+0.230270 0.250366 0.259535
+0.249423 0.268340 0.277078
+0.270254 0.287545 0.295650
+0.291084 0.306750 0.314222
+0.311915 0.325955 0.332794
+0.336619 0.341465 0.350219
+0.384565 0.334804 0.360758
+0.432510 0.328144 0.371298
+0.480455 0.321483 0.381837
+0.528401 0.314822 0.392377
+0.569513 0.313041 0.395044
+0.607893 0.313212 0.394563
+0.646273 0.313383 0.394081
+0.684653 0.313554 0.393600
+0.720874 0.313721 0.391639
+0.751699 0.313876 0.385978
+0.782525 0.314031 0.380316
+0.813350 0.314186 0.374655
+0.844176 0.314341 0.368994
+0.861876 0.313939 0.365479
+0.877389 0.313445 0.362323
+0.892901 0.312950 0.359166
+0.908414 0.312456 0.356009
+0.920169 0.311822 0.353536
+0.926913 0.311002 0.351975
+0.933658 0.310182 0.350414
+0.940402 0.309361 0.348853
+0.947147 0.308541 0.347292
+0.164156 0.198719 0.210282
+0.181817 0.215278 0.226534
+0.199478 0.231838 0.242787
+0.217139 0.248397 0.259039
+0.234800 0.264957 0.275292
+0.254675 0.282933 0.292706
+0.276212 0.301973 0.310991
+0.297749 0.321013 0.329276
+0.319286 0.340053 0.347562
+0.343804 0.356246 0.364961
+0.386211 0.355355 0.377047
+0.428617 0.354464 0.389133
+0.471023 0.353573 0.401219
+0.513430 0.352682 0.413305
+0.554041 0.351475 0.416489
+0.593933 0.350141 0.416111
+0.633825 0.348808 0.415734
+0.673718 0.347474 0.415357
+0.711345 0.346374 0.413307
+0.743312 0.345859 0.407078
+0.775278 0.345344 0.400849
+0.807244 0.344828 0.394620
+0.839210 0.344313 0.388391
+0.857767 0.343293 0.384403
+0.874089 0.342190 0.380788
+0.890411 0.341086 0.377173
+0.906733 0.339982 0.373558
+0.919076 0.338743 0.370613
+0.926115 0.337324 0.368559
+0.933153 0.335905 0.366506
+0.940192 0.334486 0.364452
+0.947230 0.333067 0.362399
+0.165705 0.212410 0.225709
+0.184111 0.229194 0.242044
+0.202517 0.245979 0.258379
+0.220923 0.262763 0.274713
+0.239329 0.279548 0.291048
+0.259928 0.297526 0.308334
+0.282171 0.316401 0.326332
+0.304414 0.335276 0.344331
+0.326657 0.354151 0.362329
+0.350989 0.371026 0.379704
+0.387856 0.375905 0.393337
+0.424724 0.380784 0.406969
+0.461592 0.385663 0.420601
+0.498459 0.390542 0.434234
+0.538568 0.389908 0.437933
+0.579973 0.387070 0.437660
+0.621378 0.384232 0.437387
+0.662783 0.381394 0.437113
+0.701817 0.379028 0.434976
+0.734924 0.377842 0.428179
+0.768031 0.376656 0.421382
+0.801138 0.375471 0.414585
+0.834244 0.374285 0.407788
+0.853658 0.372647 0.403326
+0.870789 0.370934 0.399253
+0.887921 0.369221 0.395180
+0.905052 0.367508 0.391108
+0.917984 0.365664 0.387689
+0.925316 0.363647 0.385144
+0.932649 0.361629 0.382598
+0.939981 0.359611 0.380052
+0.947314 0.357593 0.377506
+0.167255 0.226101 0.241136
+0.186406 0.243110 0.257553
+0.205557 0.260120 0.273971
+0.224708 0.277129 0.290388
+0.243859 0.294138 0.306805
+0.265180 0.312119 0.323962
+0.288129 0.330829 0.341674
+0.311078 0.349539 0.359385
+0.334027 0.368249 0.377097
+0.358174 0.385807 0.394447
+0.389502 0.396455 0.409626
+0.420831 0.407104 0.424804
+0.452160 0.417753 0.439983
+0.483489 0.428401 0.455162
+0.523095 0.428342 0.459378
+0.566013 0.423999 0.459208
+0.608930 0.419656 0.459039
+0.651848 0.415314 0.458870
+0.692288 0.411681 0.456645
+0.726536 0.409825 0.449280
+0.760784 0.407969 0.441915
+0.795031 0.406113 0.434550
+0.829279 0.404257 0.427185
+0.849549 0.402001 0.422249
+0.867490 0.399679 0.417719
+0.885430 0.397357 0.413188
+0.903371 0.395034 0.408657
+0.916891 0.392586 0.404766
+0.924518 0.389969 0.401728
+0.932144 0.387352 0.398690
+0.939771 0.384735 0.395652
+0.947397 0.382118 0.392613
+0.168804 0.239792 0.256563
+0.188700 0.257026 0.273063
+0.208596 0.274261 0.289562
+0.228492 0.291495 0.306062
+0.248389 0.308729 0.322562
+0.270433 0.326712 0.339590
+0.294088 0.345257 0.357015
+0.317743 0.363802 0.374440
+0.341398 0.382346 0.391865
+0.365358 0.400587 0.409190
+0.391148 0.417006 0.425915
+0.416938 0.433424 0.442640
+0.442728 0.449843 0.459365
+0.468518 0.466261 0.476090
+0.507622 0.466776 0.480822
+0.552052 0.460928 0.480757
+0.596483 0.455081 0.480692
+0.640913 0.449233 0.480626
+0.682760 0.444335 0.478313
+0.718148 0.441808 0.470380
+0.753536 0.439282 0.462447
+0.788925 0.436755 0.454514
+0.824313 0.434229 0.446581
+0.845440 0.431355 0.441172
+0.864190 0.428424 0.436184
+0.882940 0.425492 0.431195
+0.901690 0.422560 0.426207
+0.915799 0.419507 0.421843
+0.923720 0.416291 0.418312
+0.931640 0.413076 0.414782
+0.939560 0.409860 0.411251
+0.947481 0.406644 0.407720
+0.170605 0.263650 0.279849
+0.190917 0.280876 0.296168
+0.211228 0.298102 0.312488
+0.231540 0.315327 0.328807
+0.251852 0.332553 0.345126
+0.274299 0.350339 0.361797
+0.298347 0.368544 0.378730
+0.322396 0.386750 0.395663
+0.346444 0.404955 0.412596
+0.370547 0.423082 0.429481
+0.394975 0.440737 0.446083
+0.419403 0.458393 0.462685
+0.443831 0.476049 0.479287
+0.468260 0.493704 0.495888
+0.506106 0.495759 0.500664
+0.549320 0.491574 0.500709
+0.592534 0.487389 0.500754
+0.635748 0.483204 0.500799
+0.676916 0.479345 0.498457
+0.712967 0.476302 0.490147
+0.749019 0.473259 0.481837
+0.785070 0.470217 0.473528
+0.821122 0.467174 0.465218
+0.842824 0.463879 0.459523
+0.862134 0.460542 0.454264
+0.881445 0.457206 0.449005
+0.900755 0.453869 0.443746
+0.915268 0.450449 0.439130
+0.923383 0.446919 0.435373
+0.931499 0.443388 0.431615
+0.939614 0.439858 0.427857
+0.947730 0.436327 0.424099
+0.172506 0.291575 0.306278
+0.193102 0.308699 0.322312
+0.213698 0.325823 0.338346
+0.234294 0.342946 0.354381
+0.254890 0.360070 0.370415
+0.277611 0.377578 0.386635
+0.301928 0.395375 0.402994
+0.326244 0.413171 0.419353
+0.350560 0.430968 0.435712
+0.374936 0.448662 0.451993
+0.399674 0.465742 0.467803
+0.424411 0.482821 0.483614
+0.449149 0.499901 0.499424
+0.473886 0.516980 0.515235
+0.510173 0.520963 0.519865
+0.551079 0.519707 0.520023
+0.591985 0.518450 0.520180
+0.632891 0.517194 0.520338
+0.672545 0.515297 0.517991
+0.709069 0.511800 0.509381
+0.745593 0.508302 0.500771
+0.782117 0.504805 0.492160
+0.818641 0.501308 0.483550
+0.840805 0.497671 0.477645
+0.860576 0.494011 0.472190
+0.880347 0.490351 0.466735
+0.900118 0.486691 0.461281
+0.914961 0.483000 0.456502
+0.923232 0.479268 0.452623
+0.931503 0.475536 0.448744
+0.939774 0.471805 0.444866
+0.948045 0.468073 0.440987
+0.174408 0.319500 0.332707
+0.195288 0.336522 0.348456
+0.216167 0.353544 0.364205
+0.237047 0.370565 0.379954
+0.257927 0.387587 0.395703
+0.280924 0.404818 0.411473
+0.305508 0.422205 0.427258
+0.330092 0.439593 0.443043
+0.354676 0.456981 0.458828
+0.379326 0.474242 0.474504
+0.404373 0.490746 0.489523
+0.429420 0.507249 0.504542
+0.454466 0.523753 0.519562
+0.479513 0.540257 0.534581
+0.514240 0.546167 0.539065
+0.552838 0.547839 0.539336
+0.591436 0.549512 0.539607
+0.630034 0.551184 0.539878
+0.668174 0.551250 0.537525
+0.705171 0.547298 0.528614
+0.742167 0.543346 0.519704
+0.779163 0.539393 0.510793
+0.816159 0.535441 0.501882
+0.838786 0.531462 0.495766
+0.859018 0.527479 0.490116
+0.879250 0.523496 0.484466
+0.899481 0.519512 0.478816
+0.914654 0.515551 0.473873
+0.923080 0.511618 0.469873
+0.931507 0.507685 0.465874
+0.939933 0.503752 0.461874
+0.948359 0.499819 0.457875
+0.176309 0.347425 0.359136
+0.197473 0.364345 0.374600
+0.218637 0.381265 0.390064
+0.239801 0.398184 0.405528
+0.260964 0.415104 0.420991
+0.284236 0.432057 0.436311
+0.309088 0.449036 0.451522
+0.333940 0.466015 0.466733
+0.358792 0.482993 0.481944
+0.383716 0.499822 0.497015
+0.409072 0.515750 0.511243
+0.434428 0.531677 0.525471
+0.459784 0.547605 0.539699
+0.485140 0.563533 0.553927
+0.518306 0.571370 0.558266
+0.554596 0.575972 0.558650
+0.590887 0.580573 0.559033
+0.627177 0.585175 0.559417
+0.663804 0.587202 0.557059
+0.701272 0.582796 0.547848
+0.738741 0.578389 0.538637
+0.776210 0.573982 0.529426
+0.813678 0.569575 0.520215
+0.836767 0.565254 0.513888
+0.857460 0.560948 0.508042
+0.878152 0.556641 0.502196
+0.898845 0.552334 0.496351
+0.914347 0.548101 0.491244
+0.922929 0.543967 0.487124
+0.931511 0.539833 0.483003
+0.940092 0.535699 0.478883
+0.948674 0.531564 0.474762
+0.180027 0.379005 0.387332
+0.201310 0.395664 0.402401
+0.222592 0.412322 0.417470
+0.243874 0.428981 0.432539
+0.265157 0.445640 0.447608
+0.288532 0.462199 0.462404
+0.313478 0.478683 0.476995
+0.338424 0.495167 0.491586
+0.363370 0.511651 0.506177
+0.388394 0.527968 0.520604
+0.413895 0.543289 0.534042
+0.439395 0.558609 0.547481
+0.464895 0.573930 0.560919
+0.490395 0.589251 0.574358
+0.521998 0.598465 0.578685
+0.556043 0.605236 0.579369
+0.590088 0.612008 0.580052
+0.624133 0.618779 0.580736
+0.659413 0.622250 0.578348
+0.697781 0.617471 0.568283
+0.736150 0.612692 0.558217
+0.774518 0.607912 0.548152
+0.812887 0.603133 0.538086
+0.836303 0.598578 0.531587
+0.857227 0.594060 0.525683
+0.878150 0.589542 0.519778
+0.899074 0.585024 0.513873
+0.914727 0.580678 0.508775
+0.923352 0.576561 0.504753
+0.931977 0.572444 0.500731
+0.940602 0.568328 0.496709
+0.949226 0.564211 0.492687
+0.188286 0.419721 0.419944
+0.209274 0.435722 0.434345
+0.230261 0.451723 0.448745
+0.251249 0.467724 0.463146
+0.272236 0.483725 0.477547
+0.295290 0.499596 0.491636
+0.319894 0.515370 0.505492
+0.344498 0.531144 0.519347
+0.369102 0.546918 0.533203
+0.393796 0.562530 0.546887
+0.419026 0.577166 0.559540
+0.444257 0.591801 0.572193
+0.469488 0.606437 0.584846
+0.494719 0.621073 0.597500
+0.524754 0.630286 0.602151
+0.556710 0.637330 0.603602
+0.588665 0.644374 0.605052
+0.620621 0.651419 0.606503
+0.654971 0.655037 0.604023
+0.695308 0.650091 0.591719
+0.735645 0.645144 0.579415
+0.775982 0.640198 0.567111
+0.816320 0.635251 0.554807
+0.839724 0.630731 0.548230
+0.860306 0.626282 0.542609
+0.880888 0.621832 0.536987
+0.901470 0.617383 0.531366
+0.916825 0.613318 0.526707
+0.925212 0.609766 0.523332
+0.933599 0.606213 0.519956
+0.941985 0.602661 0.516581
+0.950372 0.599109 0.513205
+0.196545 0.460437 0.452556
+0.217238 0.475780 0.466288
+0.237930 0.491123 0.480021
+0.258623 0.506466 0.493753
+0.279316 0.521809 0.507486
+0.302048 0.536993 0.520868
+0.326310 0.552057 0.533988
+0.350572 0.567122 0.547109
+0.374835 0.582186 0.560229
+0.399197 0.597091 0.573170
+0.424158 0.611042 0.585038
+0.449120 0.624993 0.596906
+0.474082 0.638944 0.608774
+0.499044 0.652895 0.620642
+0.527509 0.662107 0.625617
+0.557376 0.669424 0.627834
+0.587243 0.676741 0.630052
+0.617110 0.684058 0.632270
+0.650530 0.687824 0.629699
+0.692836 0.682710 0.615156
+0.735141 0.677597 0.600613
+0.777447 0.672483 0.586070
+0.819752 0.667370 0.571527
+0.843145 0.662884 0.564873
+0.863385 0.658504 0.559535
+0.883625 0.654123 0.554197
+0.903866 0.649742 0.548858
+0.918924 0.645959 0.544638
+0.927072 0.642971 0.541910
+0.935221 0.639982 0.539181
+0.943369 0.636994 0.536452
+0.951517 0.634006 0.533724
+0.204804 0.501153 0.485168
+0.225202 0.515838 0.498232
+0.245600 0.530523 0.511296
+0.265998 0.545208 0.524360
+0.286395 0.559893 0.537424
+0.308806 0.574390 0.550100
+0.332726 0.588744 0.562485
+0.356647 0.603099 0.574870
+0.380567 0.617454 0.587254
+0.404598 0.631653 0.599453
+0.429290 0.644919 0.610536
+0.453983 0.658185 0.621618
+0.478676 0.671451 0.632701
+0.503369 0.684717 0.643784
+0.530265 0.693929 0.649082
+0.558043 0.701519 0.652067
+0.585820 0.709108 0.655052
+0.613598 0.716698 0.658037
+0.646089 0.720610 0.655374
+0.690363 0.715330 0.638593
+0.734637 0.710049 0.621811
+0.778911 0.704769 0.605029
+0.823185 0.699488 0.588247
+0.846566 0.695038 0.581516
+0.866464 0.690726 0.576461
+0.886363 0.686414 0.571406
+0.906261 0.682102 0.566351
+0.921022 0.678599 0.562570
+0.928932 0.676175 0.560488
+0.936842 0.673752 0.558406
+0.944753 0.671328 0.556324
+0.952663 0.668904 0.554242
+0.213063 0.541869 0.517780
+0.233166 0.555897 0.530176
+0.253269 0.569924 0.542571
+0.273372 0.583951 0.554967
+0.293475 0.597978 0.567363
+0.315564 0.611787 0.579332
+0.339143 0.625432 0.590981
+0.362721 0.639077 0.602631
+0.386299 0.652722 0.614280
+0.409999 0.666215 0.625736
+0.434422 0.678796 0.636034
+0.458846 0.691377 0.646331
+0.483270 0.703958 0.656628
+0.507693 0.716540 0.666926
+0.533020 0.725750 0.672548
+0.558709 0.733613 0.676300
+0.584398 0.741475 0.680052
+0.610086 0.749337 0.683804
+0.641648 0.753397 0.681050
+0.687890 0.747949 0.662029
+0.734133 0.742502 0.643008
+0.780375 0.737054 0.623988
+0.826618 0.731606 0.604967
+0.849987 0.727191 0.598159
+0.869544 0.722948 0.593387
+0.889100 0.718704 0.588615
+0.908657 0.714461 0.583843
+0.923120 0.711239 0.580501
+0.930792 0.709380 0.579066
+0.938464 0.707521 0.577631
+0.946136 0.705661 0.576195
+0.953809 0.703802 0.574760
+0.223200 0.577778 0.545893
+0.243002 0.590987 0.557579
+0.262805 0.604197 0.569265
+0.282607 0.617406 0.580952
+0.302410 0.630615 0.592638
+0.324150 0.643589 0.603909
+0.347345 0.656387 0.614867
+0.370540 0.669186 0.625825
+0.393734 0.681984 0.636783
+0.417053 0.694641 0.647551
+0.441114 0.706454 0.657176
+0.465175 0.718267 0.666801
+0.489235 0.730080 0.676425
+0.513296 0.741892 0.686050
+0.537689 0.750736 0.691630
+0.562214 0.758391 0.695591
+0.586739 0.766047 0.699552
+0.611264 0.773702 0.703513
+0.640979 0.777998 0.701624
+0.683670 0.773895 0.685107
+0.726361 0.769792 0.668591
+0.769052 0.765689 0.652074
+0.811743 0.761586 0.635558
+0.838108 0.757372 0.627023
+0.861753 0.753140 0.619818
+0.885397 0.748907 0.612613
+0.909041 0.744675 0.605408
+0.925747 0.741609 0.600887
+0.933200 0.740098 0.599944
+0.940654 0.738587 0.599001
+0.948107 0.737076 0.598058
+0.955561 0.735565 0.597115
+0.233650 0.612886 0.573256
+0.253151 0.625250 0.584226
+0.272652 0.637615 0.595196
+0.292153 0.649979 0.606166
+0.311653 0.662344 0.617136
+0.333042 0.674459 0.627709
+0.355845 0.686388 0.637984
+0.378649 0.698316 0.648259
+0.401453 0.710245 0.658533
+0.424382 0.722045 0.668622
+0.448065 0.733076 0.677592
+0.471747 0.744106 0.686563
+0.495430 0.755136 0.695534
+0.519113 0.766167 0.704505
+0.542676 0.774582 0.709981
+0.566192 0.781950 0.714058
+0.589707 0.789319 0.718135
+0.613223 0.796688 0.722212
+0.640940 0.801235 0.721347
+0.679159 0.798729 0.708125
+0.717378 0.796222 0.694904
+0.755598 0.793716 0.681682
+0.793817 0.791209 0.668460
+0.823680 0.787224 0.657923
+0.852150 0.782993 0.647832
+0.880620 0.778762 0.637742
+0.909091 0.774531 0.627652
+0.928461 0.771599 0.621682
+0.935700 0.770401 0.621206
+0.942938 0.769202 0.620729
+0.950176 0.768004 0.620253
+0.957414 0.766806 0.619777
+0.244100 0.647994 0.600619
+0.263300 0.659513 0.610873
+0.282499 0.671033 0.621127
+0.301698 0.682553 0.631381
+0.320897 0.694073 0.641635
+0.341933 0.705329 0.651510
+0.364346 0.716388 0.661101
+0.386759 0.727447 0.670692
+0.409172 0.738506 0.680283
+0.431712 0.749449 0.689692
+0.455016 0.759697 0.698009
+0.478320 0.769945 0.706326
+0.501625 0.780193 0.714643
+0.524929 0.790441 0.722960
+0.547663 0.798428 0.728331
+0.570169 0.805509 0.732525
+0.592676 0.812591 0.736718
+0.615182 0.819673 0.740912
+0.640900 0.824472 0.741071
+0.674648 0.823562 0.731144
+0.708395 0.822652 0.721217
+0.742143 0.821742 0.711290
+0.775891 0.820833 0.701363
+0.809251 0.817077 0.688823
+0.842548 0.812847 0.675847
+0.875844 0.808617 0.662871
+0.909140 0.804387 0.649895
+0.931176 0.801590 0.642476
+0.938199 0.800704 0.642467
+0.945222 0.799818 0.642457
+0.952245 0.798932 0.642448
+0.959268 0.798046 0.642438
+0.254551 0.683101 0.627981
+0.273448 0.693776 0.637519
+0.292346 0.704451 0.647057
+0.311243 0.715126 0.656595
+0.330141 0.725801 0.666133
+0.350824 0.736199 0.675311
+0.372846 0.746388 0.684218
+0.394868 0.756578 0.693125
+0.416890 0.766767 0.702033
+0.439042 0.776853 0.710762
+0.461967 0.786319 0.718426
+0.484893 0.795784 0.726089
+0.507819 0.805250 0.733752
+0.530745 0.814715 0.741415
+0.552650 0.822273 0.746682
+0.574147 0.829069 0.750992
+0.595644 0.835864 0.755301
+0.617141 0.842659 0.759611
+0.640860 0.847709 0.760794
+0.670136 0.848396 0.754162
+0.699412 0.849082 0.747530
+0.728688 0.849769 0.740898
+0.757964 0.850456 0.734266
+0.794823 0.846929 0.719723
+0.832945 0.842700 0.703861
+0.871067 0.838472 0.688000
+0.909189 0.834243 0.672139
+0.933891 0.831581 0.663271
+0.940698 0.831007 0.663728
+0.947506 0.830434 0.664186
+0.954314 0.829860 0.664643
+0.961121 0.829287 0.665100
+0.265503 0.713424 0.652137
+0.284047 0.723278 0.661003
+0.302591 0.733131 0.669868
+0.321135 0.742985 0.678734
+0.339678 0.752839 0.687600
+0.359942 0.762412 0.696139
+0.381497 0.771774 0.704435
+0.403052 0.781137 0.712730
+0.424606 0.790500 0.721025
+0.446290 0.799769 0.729151
+0.468750 0.808481 0.736265
+0.491210 0.817193 0.743378
+0.513670 0.825905 0.750492
+0.536130 0.834616 0.757605
+0.557332 0.841721 0.762723
+0.578030 0.848183 0.767042
+0.598727 0.854645 0.771361
+0.619425 0.861107 0.775680
+0.641674 0.866231 0.777543
+0.667798 0.868009 0.773269
+0.693921 0.869788 0.768994
+0.720045 0.871566 0.764719
+0.746169 0.873344 0.760444
+0.783857 0.870551 0.745940
+0.823473 0.866995 0.729732
+0.863088 0.863439 0.713523
+0.902704 0.859883 0.697314
+0.929002 0.857737 0.688008
+0.937545 0.857471 0.687906
+0.946088 0.857206 0.687804
+0.954632 0.856940 0.687702
+0.963175 0.856675 0.687600
+0.277126 0.737366 0.672017
+0.295246 0.746430 0.680269
+0.313367 0.755493 0.688521
+0.331487 0.764557 0.696772
+0.349607 0.773621 0.705024
+0.369364 0.782415 0.713006
+0.390349 0.791008 0.720784
+0.411334 0.799601 0.728562
+0.432318 0.808193 0.736340
+0.453431 0.816701 0.743965
+0.475308 0.824697 0.750668
+0.497186 0.832693 0.757371
+0.519063 0.840690 0.764074
+0.540941 0.848686 0.770777
+0.561606 0.855304 0.775683
+0.581785 0.861371 0.779869
+0.601964 0.867438 0.784055
+0.622144 0.873504 0.788242
+0.643624 0.878465 0.790327
+0.668355 0.880662 0.787160
+0.693086 0.882859 0.783992
+0.717818 0.885056 0.780825
+0.742549 0.887253 0.777658
+0.777510 0.885864 0.765915
+0.814175 0.883876 0.752742
+0.850840 0.881889 0.739570
+0.887505 0.879901 0.726398
+0.913977 0.878781 0.718001
+0.926856 0.878817 0.715972
+0.939735 0.878853 0.713943
+0.952615 0.878889 0.711914
+0.965494 0.878925 0.709885
+0.288748 0.761308 0.691896
+0.306445 0.769582 0.699534
+0.324142 0.777856 0.707173
+0.341839 0.786129 0.714811
+0.359536 0.794403 0.722449
+0.378786 0.802419 0.729872
+0.399201 0.810241 0.737133
+0.419616 0.818064 0.744395
+0.440031 0.825887 0.751656
+0.460571 0.833632 0.758779
+0.481866 0.840913 0.765071
+0.503161 0.848194 0.771364
+0.524457 0.855475 0.777656
+0.545752 0.862756 0.783949
+0.565880 0.868888 0.788642
+0.585540 0.874559 0.792696
+0.605201 0.880230 0.796750
+0.624862 0.885902 0.800804
+0.645574 0.890700 0.803111
+0.668913 0.893316 0.801051
+0.692252 0.895931 0.798991
+0.715590 0.898547 0.796931
+0.738929 0.901162 0.794871
+0.771162 0.901177 0.785889
+0.804877 0.900758 0.775753
+0.838592 0.900339 0.765617
+0.872307 0.899920 0.755482
+0.898951 0.899825 0.747994
+0.916167 0.900163 0.744038
+0.933382 0.900501 0.740082
+0.950598 0.900838 0.736125
+0.967814 0.901176 0.732169
+0.300371 0.785251 0.711776
+0.317645 0.792734 0.718800
+0.334918 0.800218 0.725825
+0.352192 0.807701 0.732849
+0.369466 0.815185 0.739874
+0.388208 0.822422 0.746738
+0.408053 0.829475 0.753482
+0.427898 0.836528 0.760227
+0.447743 0.843580 0.766971
+0.467711 0.850563 0.773593
+0.488424 0.857129 0.779475
+0.509137 0.863695 0.785357
+0.529850 0.870260 0.791239
+0.550563 0.876826 0.797121
+0.570154 0.882471 0.801602
+0.589296 0.887747 0.805523
+0.608438 0.893023 0.809445
+0.627581 0.898299 0.813366
+0.647524 0.902935 0.815895
+0.669470 0.905969 0.814942
+0.691417 0.909003 0.813990
+0.713363 0.912037 0.813037
+0.735309 0.915071 0.812084
+0.764814 0.916490 0.805863
+0.795579 0.917639 0.798764
+0.826344 0.918789 0.791665
+0.857109 0.919938 0.784565
+0.883925 0.920869 0.777987
+0.905477 0.921509 0.772104
+0.927029 0.922148 0.766220
+0.948581 0.922787 0.760337
+0.970133 0.923427 0.754453
+0.311993 0.809193 0.731655
+0.328844 0.815886 0.738066
+0.345694 0.822580 0.744477
+0.362544 0.829274 0.750888
+0.379395 0.835967 0.757298
+0.397630 0.842426 0.763604
+0.416905 0.848708 0.769832
+0.436180 0.854991 0.776059
+0.455455 0.861274 0.782287
+0.474852 0.867495 0.788406
+0.494982 0.873345 0.793878
+0.515113 0.879195 0.799349
+0.535243 0.885046 0.804821
+0.555373 0.890896 0.810292
+0.574428 0.896054 0.814562
+0.593051 0.900935 0.818351
+0.611675 0.905816 0.822139
+0.630299 0.910697 0.825928
+0.649474 0.915170 0.828679
+0.670028 0.918622 0.828833
+0.690582 0.922075 0.828988
+0.711135 0.925528 0.829143
+0.731689 0.928980 0.829298
+0.758466 0.931803 0.825837
+0.786281 0.934521 0.821775
+0.814096 0.937239 0.817712
+0.841910 0.939957 0.813649
+0.868900 0.941913 0.807980
+0.894788 0.942854 0.800170
+0.920676 0.943795 0.792359
+0.946564 0.944736 0.784549
+0.972453 0.945677 0.776738
+0.132183 0.130734 0.135791
+0.162070 0.128258 0.150178
+0.191957 0.125782 0.164565
+0.221844 0.123306 0.178951
+0.251731 0.120830 0.193338
+0.291712 0.121231 0.204239
+0.339264 0.123791 0.212527
+0.386816 0.126350 0.220814
+0.434368 0.128910 0.229101
+0.481030 0.131728 0.236673
+0.522347 0.136093 0.239949
+0.563664 0.140458 0.243226
+0.604982 0.144823 0.246502
+0.646299 0.149188 0.249779
+0.677414 0.153412 0.251480
+0.704448 0.157580 0.252551
+0.731481 0.161747 0.253621
+0.758515 0.165915 0.254692
+0.784156 0.169879 0.254849
+0.806316 0.173333 0.252722
+0.828476 0.176788 0.250594
+0.850636 0.180242 0.248467
+0.872796 0.183697 0.246340
+0.885092 0.186009 0.245902
+0.895743 0.188131 0.245745
+0.906394 0.190253 0.245588
+0.917046 0.192375 0.245432
+0.925542 0.194285 0.246022
+0.931164 0.195910 0.247607
+0.936787 0.197536 0.249191
+0.942410 0.199162 0.250776
+0.948033 0.200788 0.252361
+0.136545 0.136205 0.141538
+0.162811 0.137612 0.156075
+0.189078 0.139019 0.170611
+0.215344 0.140426 0.185148
+0.241610 0.141832 0.199684
+0.280158 0.142868 0.211509
+0.327915 0.143625 0.221299
+0.375673 0.144382 0.231088
+0.423430 0.145139 0.240878
+0.470318 0.146302 0.249848
+0.511989 0.149904 0.253899
+0.553659 0.153505 0.257949
+0.595330 0.157107 0.262000
+0.637000 0.160709 0.266050
+0.668688 0.164632 0.268038
+0.696384 0.168685 0.269200
+0.724079 0.172738 0.270362
+0.751774 0.176791 0.271524
+0.778138 0.180615 0.271628
+0.801171 0.183868 0.269090
+0.824205 0.187121 0.266552
+0.847238 0.190375 0.264013
+0.870272 0.193628 0.261475
+0.883071 0.195792 0.260665
+0.894165 0.197775 0.260143
+0.905258 0.199758 0.259621
+0.916352 0.201742 0.259099
+0.925120 0.203514 0.259331
+0.930789 0.205005 0.260570
+0.936457 0.206496 0.261808
+0.942126 0.207988 0.263046
+0.947794 0.209479 0.264284
+0.140906 0.141677 0.147286
+0.163552 0.146966 0.161972
+0.186198 0.152256 0.176658
+0.208844 0.157546 0.191345
+0.231490 0.162835 0.206031
+0.268603 0.164505 0.218778
+0.316566 0.163459 0.230071
+0.364529 0.162413 0.241363
+0.412492 0.161368 0.252656
+0.459607 0.160877 0.263024
+0.501631 0.163715 0.267849
+0.543654 0.166553 0.272673
+0.585678 0.169391 0.277498
+0.627701 0.172229 0.282322
+0.659963 0.175853 0.284596
+0.688320 0.179791 0.285849
+0.716676 0.183729 0.287102
+0.745033 0.187666 0.288355
+0.772119 0.191351 0.288408
+0.796026 0.194403 0.285458
+0.819933 0.197455 0.282509
+0.843840 0.200507 0.279560
+0.867748 0.203559 0.276611
+0.881051 0.205576 0.275429
+0.892586 0.207420 0.274541
+0.904122 0.209264 0.273654
+0.915658 0.211108 0.272766
+0.924699 0.212743 0.272641
+0.930413 0.214100 0.273533
+0.936127 0.215457 0.274424
+0.941842 0.216813 0.275316
+0.947556 0.218170 0.276208
+0.145268 0.147148 0.153033
+0.164293 0.156321 0.167869
+0.183319 0.165493 0.182705
+0.202344 0.174666 0.197541
+0.221369 0.183838 0.212377
+0.257048 0.186142 0.226047
+0.305217 0.183293 0.238842
+0.353386 0.180445 0.251638
+0.401555 0.177597 0.264433
+0.448896 0.175452 0.276200
+0.491273 0.177526 0.281798
+0.533649 0.179601 0.287397
+0.576026 0.181675 0.292995
+0.618402 0.183750 0.298594
+0.651237 0.187073 0.301154
+0.680256 0.190896 0.302498
+0.709274 0.194719 0.303842
+0.738292 0.198542 0.305187
+0.766100 0.202087 0.305187
+0.790881 0.204938 0.301827
+0.815662 0.207789 0.298467
+0.840442 0.210639 0.295106
+0.865223 0.213490 0.291746
+0.879030 0.215359 0.290192
+0.891008 0.217064 0.288939
+0.902986 0.218769 0.287686
+0.914964 0.220474 0.286433
+0.924277 0.221972 0.285951
+0.930037 0.223195 0.286496
+0.935797 0.224417 0.287041
+0.941557 0.225639 0.287586
+0.947318 0.226861 0.288131
+0.149629 0.152620 0.158780
+0.165034 0.165675 0.173766
+0.180439 0.178730 0.188752
+0.195844 0.191786 0.203738
+0.211248 0.204841 0.218724
+0.245493 0.207778 0.233317
+0.293868 0.203127 0.247614
+0.342242 0.198477 0.261912
+0.390617 0.193826 0.276210
+0.438185 0.190026 0.289375
+0.480915 0.191337 0.295748
+0.523644 0.192648 0.302120
+0.566374 0.193959 0.308493
+0.609103 0.195270 0.314865
+0.642512 0.198293 0.317711
+0.672192 0.202001 0.319147
+0.701872 0.205710 0.320582
+0.731551 0.209418 0.322018
+0.760081 0.212823 0.321966
+0.785736 0.215473 0.318195
+0.811390 0.218122 0.314424
+0.837044 0.220772 0.310653
+0.862699 0.223421 0.306882
+0.877010 0.225142 0.304956
+0.889430 0.226708 0.303337
+0.901850 0.228275 0.301719
+0.914270 0.229841 0.300100
+0.923856 0.231202 0.299260
+0.929662 0.232289 0.299459
+0.935467 0.233377 0.299657
+0.941273 0.234465 0.299855
+0.947079 0.235552 0.300054
+0.153878 0.159296 0.166014
+0.168118 0.174250 0.181236
+0.182357 0.189204 0.196458
+0.196596 0.204158 0.211681
+0.210836 0.219112 0.226903
+0.242582 0.224262 0.242260
+0.287458 0.222058 0.257719
+0.332334 0.219854 0.273178
+0.377210 0.217650 0.288636
+0.421932 0.215728 0.302935
+0.465722 0.215502 0.310271
+0.509513 0.215276 0.317607
+0.553304 0.215049 0.324943
+0.597095 0.214823 0.332279
+0.631506 0.217070 0.335496
+0.662166 0.220307 0.337065
+0.692826 0.223543 0.338634
+0.723486 0.226780 0.340203
+0.752996 0.229737 0.340114
+0.779631 0.231996 0.335883
+0.806266 0.234254 0.331651
+0.832900 0.236512 0.327419
+0.859535 0.238771 0.323187
+0.874459 0.240174 0.320866
+0.887432 0.241436 0.318863
+0.900405 0.242697 0.316860
+0.913377 0.243958 0.314857
+0.923333 0.245027 0.313637
+0.929265 0.245839 0.313459
+0.935197 0.246651 0.313281
+0.941129 0.247463 0.313103
+0.947061 0.248274 0.312925
+0.158042 0.166875 0.174364
+0.172958 0.182240 0.189887
+0.187873 0.197605 0.205410
+0.202788 0.212970 0.220933
+0.217704 0.228335 0.236456
+0.246153 0.236880 0.252459
+0.284753 0.240310 0.268823
+0.323353 0.243741 0.285187
+0.361953 0.247171 0.301550
+0.401522 0.249776 0.316782
+0.446905 0.247432 0.325224
+0.492288 0.245088 0.333666
+0.537670 0.242744 0.342108
+0.583053 0.240400 0.350550
+0.618791 0.241514 0.354200
+0.650670 0.244012 0.355934
+0.682549 0.246510 0.357668
+0.714428 0.249007 0.359402
+0.745111 0.251284 0.359289
+0.772807 0.253009 0.354560
+0.800502 0.254734 0.349830
+0.828197 0.256459 0.345100
+0.855892 0.258184 0.340370
+0.871512 0.259143 0.337636
+0.885120 0.259975 0.335235
+0.898727 0.260807 0.332834
+0.912335 0.261639 0.330432
+0.922733 0.262299 0.328813
+0.928852 0.262729 0.328237
+0.934971 0.263160 0.327661
+0.941090 0.263590 0.327084
+0.947209 0.264020 0.326508
+0.162206 0.174455 0.182713
+0.177798 0.190230 0.198537
+0.193389 0.206006 0.214361
+0.208980 0.221782 0.230185
+0.224572 0.237558 0.246009
+0.249724 0.249499 0.262658
+0.282048 0.258563 0.279927
+0.314372 0.267627 0.297195
+0.346695 0.276691 0.314464
+0.381112 0.283823 0.330630
+0.428087 0.279362 0.340177
+0.475062 0.274900 0.349725
+0.522037 0.270439 0.359273
+0.569012 0.265977 0.368820
+0.606075 0.265959 0.372905
+0.639173 0.267717 0.374804
+0.672271 0.269476 0.376703
+0.705369 0.271234 0.378602
+0.737227 0.272831 0.378465
+0.765982 0.274022 0.373237
+0.794738 0.275214 0.368009
+0.823493 0.276406 0.362781
+0.852249 0.277597 0.357553
+0.868565 0.278113 0.354407
+0.882807 0.278515 0.351607
+0.897050 0.278918 0.348807
+0.911293 0.279320 0.346007
+0.922134 0.279571 0.343990
+0.928439 0.279620 0.343015
+0.934745 0.279668 0.342040
+0.941051 0.279717 0.341065
+0.947357 0.279766 0.340091
+0.166371 0.182034 0.191063
+0.182638 0.198221 0.207188
+0.198905 0.214408 0.223312
+0.215173 0.230594 0.239437
+0.231440 0.246781 0.255562
+0.253296 0.262117 0.272857
+0.279343 0.276816 0.291031
+0.305390 0.291514 0.309204
+0.331438 0.306212 0.327378
+0.360702 0.317871 0.344477
+0.409269 0.311292 0.355131
+0.457836 0.304713 0.365784
+0.506404 0.298134 0.376437
+0.554971 0.291555 0.387091
+0.593360 0.290403 0.391609
+0.627677 0.291423 0.393673
+0.661994 0.292442 0.395737
+0.696311 0.293461 0.397801
+0.729342 0.294378 0.397640
+0.759158 0.295036 0.391914
+0.788974 0.295694 0.386188
+0.818790 0.296352 0.380462
+0.848605 0.297011 0.374736
+0.865617 0.297082 0.371177
+0.880495 0.297055 0.367979
+0.895373 0.297028 0.364781
+0.910250 0.297001 0.361582
+0.921534 0.296843 0.359166
+0.928027 0.296510 0.357793
+0.934519 0.296177 0.356420
+0.941012 0.295844 0.355047
+0.947504 0.295512 0.353673
+0.170257 0.190389 0.200310
+0.187212 0.206962 0.216704
+0.204166 0.223535 0.233099
+0.221120 0.240108 0.249494
+0.238075 0.256681 0.265888
+0.257207 0.274932 0.283722
+0.277973 0.294440 0.302636
+0.298738 0.313948 0.321550
+0.319504 0.333456 0.340463
+0.344316 0.349103 0.358361
+0.393406 0.341583 0.370164
+0.442495 0.334062 0.381967
+0.491585 0.326542 0.393770
+0.540675 0.319022 0.405574
+0.580137 0.316968 0.410562
+0.615749 0.317100 0.412825
+0.651361 0.317233 0.415088
+0.686973 0.317365 0.417350
+0.721235 0.317490 0.417185
+0.752123 0.317594 0.410951
+0.783011 0.317698 0.404717
+0.813899 0.317802 0.398482
+0.844788 0.317906 0.392248
+0.862518 0.317509 0.388268
+0.878056 0.317029 0.384664
+0.893593 0.316549 0.381059
+0.909131 0.316069 0.377455
+0.920879 0.315477 0.374631
+0.927574 0.314735 0.372847
+0.934269 0.313992 0.371064
+0.940964 0.313250 0.369280
+0.947659 0.312508 0.367497
+0.172479 0.203395 0.214940
+0.190187 0.220207 0.231420
+0.207895 0.237019 0.247900
+0.225603 0.253831 0.264380
+0.243311 0.270644 0.280859
+0.263158 0.288920 0.298587
+0.284610 0.308294 0.317250
+0.306062 0.327668 0.335914
+0.327514 0.347042 0.354577
+0.352072 0.363448 0.372462
+0.395266 0.362043 0.385680
+0.438460 0.360638 0.398897
+0.481653 0.359233 0.412115
+0.524847 0.357829 0.425332
+0.563874 0.356254 0.431010
+0.601235 0.354612 0.433672
+0.638596 0.352970 0.436334
+0.675956 0.351328 0.438996
+0.711795 0.349991 0.438953
+0.743826 0.349416 0.432148
+0.775858 0.348842 0.425343
+0.807889 0.348267 0.418538
+0.839921 0.347692 0.411732
+0.858509 0.346688 0.407283
+0.874856 0.345613 0.403227
+0.891203 0.344538 0.399170
+0.907549 0.343463 0.395113
+0.919887 0.342283 0.391825
+0.926879 0.340965 0.389560
+0.933871 0.339646 0.387295
+0.940863 0.338327 0.385031
+0.947854 0.337009 0.382766
+0.174700 0.216401 0.229571
+0.193162 0.233452 0.246136
+0.211623 0.250504 0.262701
+0.230085 0.267555 0.279266
+0.248546 0.284606 0.295830
+0.269109 0.302908 0.313452
+0.291247 0.322148 0.331865
+0.313386 0.341388 0.350278
+0.335524 0.360628 0.368691
+0.359828 0.377792 0.386564
+0.397126 0.382503 0.401195
+0.434424 0.387214 0.415827
+0.471722 0.391925 0.430459
+0.509020 0.396636 0.445090
+0.547612 0.395541 0.451457
+0.586721 0.392125 0.454519
+0.625831 0.388708 0.457580
+0.664940 0.385291 0.460641
+0.702354 0.382493 0.460720
+0.735529 0.381239 0.453344
+0.768704 0.379986 0.445969
+0.801879 0.378732 0.438593
+0.835055 0.377479 0.431217
+0.854499 0.375868 0.426298
+0.871656 0.374197 0.421789
+0.888812 0.372527 0.417281
+0.905968 0.370856 0.412772
+0.918895 0.369090 0.409018
+0.926184 0.367195 0.406273
+0.933473 0.365300 0.403527
+0.940761 0.363405 0.400781
+0.948050 0.361510 0.398035
+0.176922 0.229408 0.244201
+0.196137 0.246698 0.260851
+0.215352 0.263988 0.277501
+0.234567 0.281278 0.294151
+0.253782 0.298568 0.310802
+0.275060 0.316896 0.328316
+0.297885 0.336002 0.346479
+0.320710 0.355107 0.364642
+0.343535 0.374213 0.382805
+0.367585 0.392136 0.400665
+0.398987 0.402963 0.416711
+0.430388 0.413789 0.432757
+0.461790 0.424616 0.448803
+0.493192 0.435443 0.464849
+0.531349 0.434828 0.471905
+0.572207 0.429637 0.475365
+0.613065 0.424446 0.478826
+0.653924 0.419255 0.482286
+0.692913 0.414995 0.482488
+0.727232 0.413062 0.474541
+0.761551 0.411130 0.466594
+0.795870 0.409197 0.458648
+0.830188 0.407265 0.450701
+0.850490 0.405047 0.445314
+0.868456 0.402781 0.440352
+0.886421 0.400516 0.435391
+0.904387 0.398250 0.430430
+0.917904 0.395896 0.426212
+0.925489 0.393425 0.422985
+0.933075 0.390953 0.419758
+0.940660 0.388482 0.416531
+0.948246 0.386010 0.413304
+0.179144 0.242414 0.258831
+0.199112 0.259943 0.275567
+0.219081 0.277472 0.292302
+0.239049 0.295001 0.309037
+0.259018 0.312531 0.325773
+0.281011 0.330884 0.343181
+0.304522 0.349856 0.361093
+0.328033 0.368827 0.379006
+0.351545 0.387799 0.396918
+0.375341 0.406480 0.414766
+0.400847 0.423423 0.432226
+0.426353 0.440365 0.449687
+0.451859 0.457307 0.467147
+0.477365 0.474249 0.484607
+0.515086 0.474115 0.492353
+0.557693 0.467149 0.496212
+0.600300 0.460183 0.500072
+0.642907 0.453218 0.503932
+0.683473 0.447496 0.504255
+0.718935 0.444885 0.495738
+0.754397 0.442274 0.487220
+0.789860 0.439663 0.478703
+0.825322 0.437052 0.470186
+0.846481 0.434226 0.464329
+0.865256 0.431365 0.458915
+0.884031 0.428504 0.453502
+0.902806 0.425643 0.448088
+0.916912 0.422702 0.443406
+0.924795 0.419655 0.439698
+0.932677 0.416607 0.435989
+0.940559 0.413559 0.432281
+0.948441 0.410511 0.428573
+0.179954 0.263195 0.280573
+0.200497 0.280752 0.297175
+0.221040 0.298308 0.313777
+0.241584 0.315865 0.330379
+0.262127 0.333422 0.346982
+0.284669 0.351595 0.364067
+0.308711 0.370230 0.381514
+0.332752 0.388865 0.398961
+0.356793 0.407500 0.416408
+0.380854 0.426079 0.433835
+0.405026 0.444317 0.451142
+0.429199 0.462555 0.468449
+0.453372 0.480793 0.485756
+0.477545 0.499031 0.503064
+0.513558 0.501024 0.511312
+0.554307 0.496519 0.515937
+0.595057 0.492014 0.520561
+0.635806 0.487509 0.525186
+0.675303 0.483392 0.525925
+0.711668 0.480244 0.516947
+0.748034 0.477096 0.507970
+0.784399 0.473948 0.498992
+0.820764 0.470800 0.490015
+0.842692 0.467478 0.483767
+0.862214 0.464128 0.477974
+0.881736 0.460778 0.472182
+0.901258 0.457427 0.466389
+0.915922 0.453997 0.461319
+0.924106 0.450460 0.457215
+0.932291 0.446923 0.453110
+0.940475 0.443386 0.449005
+0.948660 0.439849 0.444900
+0.180199 0.287086 0.305159
+0.201246 0.304585 0.321541
+0.222292 0.322085 0.337923
+0.243339 0.339585 0.354304
+0.264385 0.357084 0.370686
+0.287411 0.374994 0.387361
+0.311920 0.393212 0.404257
+0.336429 0.411430 0.421152
+0.360937 0.429648 0.438048
+0.385469 0.447778 0.454891
+0.410134 0.465384 0.471418
+0.434798 0.482990 0.487945
+0.459463 0.500596 0.504472
+0.484128 0.518201 0.520999
+0.517924 0.522982 0.529676
+0.555373 0.522631 0.535212
+0.592822 0.522281 0.540748
+0.630271 0.521931 0.546284
+0.667641 0.520644 0.547555
+0.704813 0.517016 0.538162
+0.741986 0.513388 0.528769
+0.779158 0.509760 0.519376
+0.816330 0.506132 0.509983
+0.838993 0.502359 0.503375
+0.859237 0.498562 0.497232
+0.879481 0.494764 0.491089
+0.899725 0.490967 0.484946
+0.914931 0.487087 0.479521
+0.923421 0.483095 0.475053
+0.931910 0.479104 0.470586
+0.940399 0.475113 0.466119
+0.948888 0.471122 0.461651
+0.180445 0.310976 0.329746
+0.201995 0.328419 0.345907
+0.223544 0.345862 0.362068
+0.245094 0.363304 0.378229
+0.266644 0.380747 0.394390
+0.290152 0.398394 0.410656
+0.315129 0.416194 0.427000
+0.340105 0.433995 0.443344
+0.365082 0.451796 0.459688
+0.390084 0.469478 0.475947
+0.415241 0.486452 0.491694
+0.440398 0.503425 0.507441
+0.465554 0.520399 0.523188
+0.490711 0.537372 0.538935
+0.522291 0.544939 0.548040
+0.556439 0.548744 0.554487
+0.590588 0.552549 0.560935
+0.624736 0.556353 0.567382
+0.659979 0.557897 0.569185
+0.697958 0.553789 0.559376
+0.735937 0.549681 0.549568
+0.773917 0.545573 0.539759
+0.811896 0.541465 0.529950
+0.835293 0.537240 0.522983
+0.856259 0.532996 0.516490
+0.877225 0.528751 0.509996
+0.898192 0.524507 0.503503
+0.913941 0.520176 0.497722
+0.922735 0.515731 0.492892
+0.931528 0.511285 0.488062
+0.940322 0.506840 0.483232
+0.949115 0.502394 0.478402
+0.180690 0.334867 0.354332
+0.202743 0.352253 0.370272
+0.224797 0.369638 0.386213
+0.246850 0.387024 0.402153
+0.268903 0.404409 0.418094
+0.292893 0.421794 0.433950
+0.318337 0.439177 0.449743
+0.343782 0.456560 0.465536
+0.369226 0.473943 0.481328
+0.394699 0.491178 0.497003
+0.420348 0.507519 0.511970
+0.445997 0.523860 0.526937
+0.471646 0.540202 0.541904
+0.497294 0.556543 0.556871
+0.526657 0.566897 0.566404
+0.557505 0.574857 0.573763
+0.588353 0.582816 0.581122
+0.619201 0.590775 0.588480
+0.652317 0.595150 0.590815
+0.691103 0.590562 0.580591
+0.729889 0.585974 0.570366
+0.768676 0.581386 0.560142
+0.807462 0.576798 0.549917
+0.831593 0.572121 0.542591
+0.853281 0.567430 0.535747
+0.874970 0.562738 0.528904
+0.896659 0.558047 0.522060
+0.912951 0.553266 0.515924
+0.922049 0.548366 0.510731
+0.931147 0.543467 0.505538
+0.940245 0.538567 0.500345
+0.949343 0.533667 0.495152
+0.183108 0.363672 0.381492
+0.205431 0.380826 0.397079
+0.227755 0.397981 0.412667
+0.250078 0.415135 0.428254
+0.272402 0.432290 0.443841
+0.296642 0.449289 0.459198
+0.322319 0.466171 0.474383
+0.347996 0.483053 0.489568
+0.373673 0.499936 0.504753
+0.399385 0.516648 0.519794
+0.425308 0.532342 0.533975
+0.451231 0.548036 0.548157
+0.477153 0.563731 0.562338
+0.503076 0.579425 0.576520
+0.530639 0.591667 0.586254
+0.558858 0.602529 0.594210
+0.587077 0.613391 0.602166
+0.615296 0.624253 0.610122
+0.646780 0.630614 0.612669
+0.686424 0.625721 0.601695
+0.726069 0.620829 0.590720
+0.765713 0.615936 0.579745
+0.805358 0.611044 0.568770
+0.829967 0.606073 0.561199
+0.852071 0.601089 0.554195
+0.874175 0.596105 0.547191
+0.896278 0.591121 0.540187
+0.912868 0.586112 0.533936
+0.922108 0.581069 0.528690
+0.931347 0.576026 0.523444
+0.940587 0.570983 0.518197
+0.949826 0.565940 0.512951
+0.190956 0.404762 0.415088
+0.212968 0.421250 0.429990
+0.234980 0.437738 0.444892
+0.256991 0.454226 0.459794
+0.279003 0.470714 0.474696
+0.302908 0.487022 0.489331
+0.328232 0.503194 0.503767
+0.353556 0.519367 0.518202
+0.378880 0.535540 0.532637
+0.404251 0.551546 0.546922
+0.429901 0.566555 0.560304
+0.455552 0.581565 0.573686
+0.481203 0.596574 0.587068
+0.506854 0.611583 0.600450
+0.533660 0.623467 0.609822
+0.560929 0.634102 0.617589
+0.588198 0.644736 0.625356
+0.615466 0.655370 0.633123
+0.646553 0.661606 0.635082
+0.687185 0.656847 0.622521
+0.727817 0.652089 0.609960
+0.768449 0.647330 0.597398
+0.809080 0.642571 0.584837
+0.833528 0.637700 0.577308
+0.855279 0.632810 0.570618
+0.877029 0.627920 0.563928
+0.898780 0.623030 0.557238
+0.915054 0.618346 0.551476
+0.924027 0.613938 0.546949
+0.933000 0.609530 0.542423
+0.941973 0.605121 0.537896
+0.950946 0.600713 0.533370
+0.198804 0.445851 0.448684
+0.220504 0.461673 0.462900
+0.242204 0.477495 0.477117
+0.263904 0.493316 0.491334
+0.285604 0.509138 0.505551
+0.309174 0.524755 0.519464
+0.334145 0.540218 0.533150
+0.359116 0.555681 0.546836
+0.384087 0.571143 0.560521
+0.409116 0.586444 0.574049
+0.434495 0.600768 0.586632
+0.459873 0.615093 0.599215
+0.485252 0.629417 0.611798
+0.510631 0.643742 0.624381
+0.536681 0.655267 0.633389
+0.562999 0.665674 0.640967
+0.589318 0.676080 0.648546
+0.615636 0.686487 0.656124
+0.646326 0.692599 0.657495
+0.687946 0.687974 0.643347
+0.729565 0.683349 0.629199
+0.771184 0.678723 0.615051
+0.812803 0.674098 0.600904
+0.837089 0.669327 0.593417
+0.858487 0.664531 0.587042
+0.879884 0.659735 0.580666
+0.901282 0.654939 0.574290
+0.917240 0.650581 0.569015
+0.925947 0.646807 0.565208
+0.934654 0.643034 0.561402
+0.943360 0.639260 0.557595
+0.952067 0.635486 0.553788
+0.206652 0.486941 0.482279
+0.228040 0.502096 0.495811
+0.249429 0.517252 0.509342
+0.270817 0.532407 0.522874
+0.292206 0.547562 0.536406
+0.315439 0.562488 0.549597
+0.340057 0.577241 0.562533
+0.364675 0.591994 0.575469
+0.389293 0.606747 0.588406
+0.413981 0.621341 0.601177
+0.439088 0.634981 0.612961
+0.464195 0.648621 0.624744
+0.489302 0.662260 0.636528
+0.514409 0.675900 0.648311
+0.539702 0.687068 0.656956
+0.565070 0.697246 0.664346
+0.590438 0.707425 0.671736
+0.615806 0.717604 0.679125
+0.646100 0.723591 0.679908
+0.688706 0.719100 0.664173
+0.731313 0.714608 0.648439
+0.773919 0.710117 0.632705
+0.816525 0.705626 0.616970
+0.840650 0.700954 0.609527
+0.861694 0.696252 0.603465
+0.882739 0.691550 0.597403
+0.903783 0.686848 0.591341
+0.919426 0.682816 0.586555
+0.927866 0.679677 0.583468
+0.936307 0.676538 0.580381
+0.944747 0.673399 0.577294
+0.953188 0.670260 0.574207
+0.214500 0.528031 0.515875
+0.235577 0.542520 0.528721
+0.256653 0.557009 0.541568
+0.277730 0.571498 0.554414
+0.298807 0.585987 0.567260
+0.321705 0.600221 0.579730
+0.345970 0.614264 0.591917
+0.370235 0.628308 0.604103
+0.394500 0.642351 0.616290
+0.418846 0.656239 0.628305
+0.443681 0.669194 0.639289
+0.468516 0.682149 0.650273
+0.493351 0.695104 0.661258
+0.518186 0.708058 0.672242
+0.542723 0.718868 0.680524
+0.567141 0.728819 0.687725
+0.591559 0.738770 0.694925
+0.615977 0.748721 0.702126
+0.645873 0.754583 0.702321
+0.689467 0.750226 0.685000
+0.733061 0.745868 0.667679
+0.776654 0.741511 0.650358
+0.820248 0.737153 0.633037
+0.844211 0.732581 0.625636
+0.864902 0.727973 0.619888
+0.885594 0.723365 0.614141
+0.906285 0.718757 0.608393
+0.921612 0.715051 0.604094
+0.929786 0.712546 0.601727
+0.937960 0.710042 0.599360
+0.946134 0.707537 0.596993
+0.954308 0.705033 0.594625
+0.224344 0.564719 0.544811
+0.245112 0.578381 0.556924
+0.265881 0.592044 0.569037
+0.286650 0.605706 0.581150
+0.307419 0.619369 0.593263
+0.329967 0.632761 0.605011
+0.353849 0.645951 0.616485
+0.377730 0.659140 0.627960
+0.401612 0.672329 0.639434
+0.425579 0.685375 0.650739
+0.450053 0.697554 0.661027
+0.474527 0.709733 0.671315
+0.499001 0.721912 0.681603
+0.523476 0.734091 0.691891
+0.547453 0.744342 0.699748
+0.571231 0.753822 0.706634
+0.595010 0.763302 0.713519
+0.618788 0.772781 0.720404
+0.647230 0.778663 0.721074
+0.687332 0.775548 0.706203
+0.727434 0.772434 0.691333
+0.767536 0.769319 0.676462
+0.807638 0.766205 0.661592
+0.834185 0.761934 0.652757
+0.858473 0.757471 0.644928
+0.882761 0.753007 0.637099
+0.907049 0.748544 0.629270
+0.924329 0.745097 0.624020
+0.932264 0.743007 0.622208
+0.940198 0.740916 0.620397
+0.948133 0.738826 0.618586
+0.956068 0.736735 0.616774
+0.234520 0.600673 0.572971
+0.254981 0.613482 0.584342
+0.275443 0.626292 0.595714
+0.295905 0.639101 0.607085
+0.316366 0.651911 0.618457
+0.338561 0.664436 0.629484
+0.362054 0.676747 0.640252
+0.385548 0.689058 0.651020
+0.409042 0.701370 0.661789
+0.432622 0.713549 0.672391
+0.456721 0.724938 0.682000
+0.480820 0.736326 0.691609
+0.504918 0.747714 0.701217
+0.529017 0.759102 0.710826
+0.552467 0.768762 0.718249
+0.575658 0.777730 0.724798
+0.598849 0.786698 0.731346
+0.622039 0.795666 0.737895
+0.648851 0.801590 0.739216
+0.684715 0.799904 0.727469
+0.720578 0.798217 0.715722
+0.756442 0.796530 0.703975
+0.792305 0.794844 0.692228
+0.821894 0.790908 0.681713
+0.850438 0.786598 0.671403
+0.878981 0.782287 0.661093
+0.907524 0.777977 0.650784
+0.927135 0.774780 0.644343
+0.934835 0.773066 0.643060
+0.942534 0.771353 0.641777
+0.950234 0.769640 0.640495
+0.957934 0.767926 0.639212
+0.244696 0.636627 0.601131
+0.264851 0.648584 0.611761
+0.285005 0.660540 0.622391
+0.305159 0.672496 0.633021
+0.325314 0.684453 0.643651
+0.347154 0.696110 0.653956
+0.370260 0.707544 0.664019
+0.393366 0.718977 0.674081
+0.416472 0.730410 0.684143
+0.439666 0.741724 0.694043
+0.463389 0.752322 0.702973
+0.487112 0.762919 0.711902
+0.510835 0.773516 0.720832
+0.534559 0.784114 0.729761
+0.557482 0.793182 0.736750
+0.580085 0.801638 0.742962
+0.602688 0.810095 0.749174
+0.625291 0.818551 0.755386
+0.650472 0.824517 0.757359
+0.682097 0.824259 0.748735
+0.713722 0.824000 0.740112
+0.745348 0.823741 0.731488
+0.776973 0.823482 0.722864
+0.809604 0.819882 0.710669
+0.842402 0.815725 0.697878
+0.875201 0.811567 0.685088
+0.907999 0.807410 0.672298
+0.929941 0.804462 0.664666
+0.937405 0.803126 0.663912
+0.944870 0.801789 0.663158
+0.952335 0.800453 0.662403
+0.959800 0.799117 0.661649
+0.254873 0.672582 0.629291
+0.274720 0.683685 0.639179
+0.294567 0.694788 0.649068
+0.314414 0.705891 0.658956
+0.334261 0.716994 0.668845
+0.355748 0.727785 0.678429
+0.378466 0.738340 0.687785
+0.401184 0.748895 0.697141
+0.423902 0.759451 0.706497
+0.446710 0.769899 0.715695
+0.470057 0.779706 0.723946
+0.493405 0.789512 0.732196
+0.516752 0.799319 0.740446
+0.540100 0.809125 0.748697
+0.562496 0.817602 0.755251
+0.584512 0.825546 0.761126
+0.606527 0.833491 0.767002
+0.628542 0.841436 0.772877
+0.652093 0.847445 0.775502
+0.679480 0.848614 0.770002
+0.706867 0.849783 0.764501
+0.734254 0.850952 0.759000
+0.761641 0.852121 0.753500
+0.797313 0.848856 0.739625
+0.834367 0.844852 0.724354
+0.871421 0.840847 0.709083
+0.908474 0.836843 0.693812
+0.932746 0.834144 0.684989
+0.939976 0.833185 0.684763
+0.947206 0.832226 0.684538
+0.954436 0.831267 0.684312
+0.961666 0.830308 0.684087
+0.265658 0.703799 0.654115
+0.285148 0.714071 0.663309
+0.304638 0.724343 0.672502
+0.324128 0.734616 0.681695
+0.343618 0.744888 0.690889
+0.364688 0.754845 0.699812
+0.386942 0.764565 0.708532
+0.409196 0.774285 0.717252
+0.431451 0.784005 0.725972
+0.453795 0.793628 0.734542
+0.476681 0.802671 0.742213
+0.499567 0.811715 0.749884
+0.522452 0.820758 0.757554
+0.545338 0.829801 0.765225
+0.567214 0.837693 0.771392
+0.588686 0.845126 0.776958
+0.610158 0.852558 0.782524
+0.631630 0.859990 0.788091
+0.653939 0.865907 0.791128
+0.678341 0.868035 0.787843
+0.702743 0.870164 0.784559
+0.727145 0.872292 0.781274
+0.751547 0.874420 0.777989
+0.787799 0.871925 0.764321
+0.826026 0.868658 0.748922
+0.864253 0.865392 0.733523
+0.902480 0.862126 0.718123
+0.928139 0.860013 0.709036
+0.937043 0.859439 0.708363
+0.945946 0.858864 0.707691
+0.954849 0.858290 0.707019
+0.963753 0.857715 0.706347
+0.277256 0.728700 0.674493
+0.296322 0.738171 0.683053
+0.315389 0.747642 0.691613
+0.334456 0.757113 0.700173
+0.353522 0.766584 0.708733
+0.374088 0.775752 0.717074
+0.395778 0.784694 0.725252
+0.417468 0.793636 0.733430
+0.439158 0.802577 0.741608
+0.460936 0.811429 0.749650
+0.483245 0.819746 0.756873
+0.505554 0.828063 0.764097
+0.527863 0.836379 0.771320
+0.550172 0.844696 0.778544
+0.571537 0.852014 0.784389
+0.592524 0.858933 0.789682
+0.613511 0.865852 0.794975
+0.634498 0.872771 0.800268
+0.656086 0.878417 0.803397
+0.679174 0.880879 0.801119
+0.702262 0.883342 0.798840
+0.725351 0.885804 0.796562
+0.748439 0.888267 0.794283
+0.781986 0.887120 0.783337
+0.817277 0.885371 0.770946
+0.852568 0.883623 0.758556
+0.887859 0.881874 0.746165
+0.913648 0.880798 0.738048
+0.926770 0.880618 0.735628
+0.939891 0.880438 0.733209
+0.953013 0.880258 0.730789
+0.966134 0.880078 0.728370
+0.288853 0.753601 0.694870
+0.307497 0.762271 0.702797
+0.326140 0.770940 0.710724
+0.344783 0.779610 0.718650
+0.363427 0.788280 0.726577
+0.383488 0.796660 0.734337
+0.404614 0.804823 0.741973
+0.425740 0.812986 0.749608
+0.446865 0.821150 0.757244
+0.468078 0.829231 0.764757
+0.489810 0.836821 0.771534
+0.511542 0.844411 0.778310
+0.533274 0.852001 0.785087
+0.555006 0.859591 0.791863
+0.575860 0.866335 0.797385
+0.596362 0.872740 0.802405
+0.616865 0.879146 0.807425
+0.637367 0.885552 0.812444
+0.658233 0.890926 0.815667
+0.680007 0.893723 0.814394
+0.701782 0.896520 0.813122
+0.723556 0.899316 0.811850
+0.745330 0.902113 0.810577
+0.776174 0.902315 0.802353
+0.808528 0.902084 0.792971
+0.840883 0.901854 0.783589
+0.873237 0.901623 0.774207
+0.899157 0.901583 0.767060
+0.916497 0.901797 0.762893
+0.933837 0.902012 0.758726
+0.951176 0.902226 0.754559
+0.968516 0.902441 0.750393
+0.300451 0.778502 0.715248
+0.318671 0.786370 0.722541
+0.336891 0.794239 0.729834
+0.355111 0.802107 0.737127
+0.373331 0.809976 0.744421
+0.392889 0.817568 0.751600
+0.413450 0.824952 0.758693
+0.434011 0.832337 0.765787
+0.454573 0.839722 0.772880
+0.475219 0.847032 0.779864
+0.496374 0.853896 0.786194
+0.517530 0.860759 0.792523
+0.538685 0.867622 0.798853
+0.559840 0.874486 0.805182
+0.580183 0.880655 0.810381
+0.600201 0.886548 0.815128
+0.620218 0.892440 0.819875
+0.640236 0.898332 0.824621
+0.660380 0.903436 0.827936
+0.680840 0.906567 0.827670
+0.701301 0.909698 0.827403
+0.721761 0.912828 0.827137
+0.742222 0.915959 0.826871
+0.770361 0.917510 0.821370
+0.799779 0.918797 0.814996
+0.829198 0.920084 0.808622
+0.858616 0.921372 0.802248
+0.884666 0.922368 0.796071
+0.906224 0.922977 0.790157
+0.927782 0.923586 0.784243
+0.949340 0.924195 0.778330
+0.970898 0.924803 0.772416
+0.312049 0.803403 0.735626
+0.329845 0.810470 0.742285
+0.347642 0.817537 0.748945
+0.365438 0.824604 0.755605
+0.383235 0.831671 0.762265
+0.402289 0.838475 0.768862
+0.422286 0.845081 0.775414
+0.442283 0.851688 0.781965
+0.462280 0.858294 0.788516
+0.482360 0.864834 0.794972
+0.502939 0.870970 0.800854
+0.523517 0.877107 0.806736
+0.544096 0.883244 0.812619
+0.564675 0.889381 0.818501
+0.584506 0.894976 0.823377
+0.604039 0.900355 0.827851
+0.623572 0.905734 0.832325
+0.643104 0.911113 0.836798
+0.662527 0.915945 0.840205
+0.681673 0.919410 0.840945
+0.700820 0.922875 0.841685
+0.719967 0.926340 0.842425
+0.739114 0.929806 0.843165
+0.764548 0.932705 0.840386
+0.791030 0.935510 0.837021
+0.817513 0.938315 0.833655
+0.843995 0.941120 0.830290
+0.870175 0.943153 0.825083
+0.895951 0.944156 0.817422
+0.921727 0.945160 0.809761
+0.947504 0.946163 0.802100
+0.973280 0.947166 0.794439
+0.137091 0.136350 0.141817
+0.166553 0.133769 0.157085
+0.196015 0.131188 0.172352
+0.225476 0.128607 0.187619
+0.254938 0.126026 0.202886
+0.294879 0.126254 0.214776
+0.342678 0.128588 0.224132
+0.390477 0.130921 0.233488
+0.438276 0.133255 0.242845
+0.485317 0.135870 0.251429
+0.527804 0.140173 0.255384
+0.570292 0.144476 0.259338
+0.612780 0.148779 0.263292
+0.655268 0.153082 0.267246
+0.685660 0.157186 0.269705
+0.711214 0.161212 0.271566
+0.736768 0.165237 0.273426
+0.762322 0.169262 0.275287
+0.786773 0.173111 0.275977
+0.808469 0.176519 0.273739
+0.830164 0.179928 0.271501
+0.851860 0.183336 0.269263
+0.873556 0.186744 0.267026
+0.885774 0.189015 0.266227
+0.896413 0.191096 0.265669
+0.907052 0.193177 0.265110
+0.917691 0.195258 0.264552
+0.926148 0.197128 0.264823
+0.931696 0.198716 0.266199
+0.937244 0.200305 0.267576
+0.942792 0.201893 0.268953
+0.948340 0.203482 0.270330
+0.141677 0.141984 0.147730
+0.167653 0.143365 0.163002
+0.193629 0.144746 0.178275
+0.219605 0.146128 0.193547
+0.245581 0.147509 0.208820
+0.284147 0.148386 0.221561
+0.332154 0.148885 0.232405
+0.380160 0.149384 0.243249
+0.428167 0.149883 0.254093
+0.475427 0.150805 0.264072
+0.518207 0.154263 0.268866
+0.560986 0.157720 0.273660
+0.603766 0.161178 0.278454
+0.646545 0.164636 0.283248
+0.677421 0.168433 0.286113
+0.703536 0.172365 0.288205
+0.729651 0.176297 0.290297
+0.755766 0.180229 0.292390
+0.780858 0.183960 0.293138
+0.803391 0.187189 0.290524
+0.825925 0.190418 0.287911
+0.848459 0.193647 0.285298
+0.870992 0.196876 0.282685
+0.883717 0.199006 0.281512
+0.894806 0.200951 0.280580
+0.905896 0.202897 0.279648
+0.916985 0.204843 0.278716
+0.925722 0.206584 0.278624
+0.931323 0.208051 0.279652
+0.936924 0.209518 0.280680
+0.942525 0.210985 0.281708
+0.948126 0.212452 0.282737
+0.146262 0.147617 0.153643
+0.168753 0.152961 0.168920
+0.191244 0.158305 0.184198
+0.213734 0.163648 0.199476
+0.236225 0.168992 0.214753
+0.273415 0.170519 0.228347
+0.321629 0.169183 0.240678
+0.369844 0.167847 0.253009
+0.418058 0.166511 0.265340
+0.465538 0.165740 0.276715
+0.508609 0.168352 0.282348
+0.551680 0.170965 0.287982
+0.594751 0.173578 0.293616
+0.637822 0.176190 0.299250
+0.669182 0.179679 0.302520
+0.695859 0.183518 0.304844
+0.722535 0.187357 0.307168
+0.749211 0.191196 0.309492
+0.774943 0.194810 0.310299
+0.798314 0.197859 0.307310
+0.821686 0.200909 0.304321
+0.845057 0.203959 0.301332
+0.868428 0.207009 0.298343
+0.881659 0.208996 0.296797
+0.893199 0.210807 0.295492
+0.904739 0.212617 0.294186
+0.916279 0.214428 0.292880
+0.925297 0.216039 0.292426
+0.930951 0.217385 0.293105
+0.936605 0.218731 0.293785
+0.942259 0.220077 0.294464
+0.947913 0.221423 0.295144
+0.150848 0.153251 0.159555
+0.169853 0.162557 0.174838
+0.188858 0.171863 0.190121
+0.207863 0.181169 0.205404
+0.226868 0.190475 0.220687
+0.262683 0.192651 0.235133
+0.311105 0.189481 0.248951
+0.359527 0.186310 0.262770
+0.407950 0.183140 0.276588
+0.455649 0.180675 0.289357
+0.499011 0.182442 0.295831
+0.542374 0.184210 0.302305
+0.585737 0.185977 0.308779
+0.629099 0.187745 0.315252
+0.660944 0.190926 0.318928
+0.688181 0.194671 0.321484
+0.715418 0.198417 0.324039
+0.742655 0.202163 0.326595
+0.769028 0.205659 0.327460
+0.793237 0.208529 0.324095
+0.817446 0.211400 0.320731
+0.841655 0.214271 0.317367
+0.865865 0.217142 0.314002
+0.879601 0.218987 0.312082
+0.891592 0.220663 0.310403
+0.903583 0.222338 0.308724
+0.915573 0.224013 0.307045
+0.924871 0.225495 0.306227
+0.930578 0.226719 0.306558
+0.936285 0.227944 0.306889
+0.941992 0.229168 0.307220
+0.947699 0.230393 0.307551
+0.155434 0.158884 0.165468
+0.170953 0.172152 0.180756
+0.186472 0.185421 0.196044
+0.201992 0.198689 0.211332
+0.217511 0.211958 0.226620
+0.251951 0.214784 0.241918
+0.300581 0.209779 0.257224
+0.349211 0.204773 0.272530
+0.397841 0.199768 0.287836
+0.445760 0.195609 0.302000
+0.489414 0.196532 0.309313
+0.533068 0.197454 0.316627
+0.576722 0.198377 0.323941
+0.620376 0.199299 0.331254
+0.652705 0.202172 0.335335
+0.680503 0.205825 0.338123
+0.708302 0.209477 0.340910
+0.736100 0.213130 0.343698
+0.763112 0.216508 0.344621
+0.788160 0.219199 0.340881
+0.813207 0.221891 0.337141
+0.838254 0.224583 0.333401
+0.863301 0.227274 0.329661
+0.877543 0.228978 0.327367
+0.889985 0.230518 0.325315
+0.902426 0.232058 0.323262
+0.914868 0.233598 0.321209
+0.924446 0.234950 0.320029
+0.930206 0.236054 0.320011
+0.935966 0.237157 0.319993
+0.941726 0.238260 0.319975
+0.947486 0.239363 0.319957
+0.160010 0.165598 0.172701
+0.174409 0.180797 0.188161
+0.188807 0.195997 0.203620
+0.203206 0.211196 0.219080
+0.217605 0.226396 0.234540
+0.249543 0.231486 0.250518
+0.294637 0.228993 0.266885
+0.339730 0.226501 0.283252
+0.384824 0.224008 0.299619
+0.429860 0.221771 0.314839
+0.474552 0.221066 0.323173
+0.519244 0.220362 0.331508
+0.563936 0.219657 0.339842
+0.608628 0.218953 0.348176
+0.641930 0.221015 0.352759
+0.670677 0.224184 0.355840
+0.699424 0.227354 0.358921
+0.728170 0.230523 0.362002
+0.756132 0.233450 0.363014
+0.782132 0.235770 0.358851
+0.808132 0.238090 0.354689
+0.834132 0.240411 0.350527
+0.860132 0.242731 0.346365
+0.874988 0.244125 0.343679
+0.887986 0.245366 0.341239
+0.900985 0.246606 0.338799
+0.913983 0.247846 0.336359
+0.923935 0.248915 0.334796
+0.929825 0.249754 0.334402
+0.935714 0.250594 0.334007
+0.941604 0.251434 0.333613
+0.947493 0.252273 0.333218
+0.164580 0.173122 0.180924
+0.179631 0.188729 0.196680
+0.194682 0.204336 0.212436
+0.209734 0.219944 0.228193
+0.224785 0.235551 0.243949
+0.253378 0.244115 0.260478
+0.292127 0.247395 0.277587
+0.330877 0.250676 0.294696
+0.369626 0.253957 0.311805
+0.409453 0.256352 0.327825
+0.455742 0.253434 0.337316
+0.502031 0.250516 0.346807
+0.548321 0.247598 0.356298
+0.594610 0.244680 0.365789
+0.629254 0.245556 0.370944
+0.659239 0.247949 0.374365
+0.689225 0.250342 0.377786
+0.719210 0.252735 0.381206
+0.748354 0.254961 0.382330
+0.775393 0.256766 0.377711
+0.802432 0.258571 0.373092
+0.829471 0.260376 0.368473
+0.856510 0.262181 0.363854
+0.872060 0.263139 0.360762
+0.885695 0.263957 0.357924
+0.899330 0.264775 0.355086
+0.912965 0.265593 0.352249
+0.923361 0.266261 0.350288
+0.929437 0.266730 0.349496
+0.935513 0.267200 0.348703
+0.941589 0.267669 0.347911
+0.947666 0.268138 0.347119
+0.169149 0.180646 0.189147
+0.184853 0.196661 0.205200
+0.200557 0.212676 0.221253
+0.216261 0.228691 0.237305
+0.231965 0.244706 0.253358
+0.257213 0.256743 0.270438
+0.289618 0.265798 0.288289
+0.322023 0.274852 0.306139
+0.354429 0.283906 0.323990
+0.389045 0.290934 0.340812
+0.436932 0.285802 0.351459
+0.484819 0.280671 0.362106
+0.532706 0.275539 0.372753
+0.580592 0.270407 0.383401
+0.616577 0.270096 0.389129
+0.647801 0.271714 0.392890
+0.679025 0.273331 0.396650
+0.710250 0.274948 0.400411
+0.740575 0.276472 0.401647
+0.768653 0.277761 0.396571
+0.796731 0.279051 0.391495
+0.824809 0.280341 0.386418
+0.852887 0.281630 0.381342
+0.869132 0.282153 0.377844
+0.883403 0.282549 0.374609
+0.897675 0.282944 0.371373
+0.911947 0.283339 0.368138
+0.922786 0.283607 0.365779
+0.929049 0.283706 0.364590
+0.935312 0.283805 0.363400
+0.941575 0.283904 0.362210
+0.947838 0.284003 0.361020
+0.173719 0.188170 0.197371
+0.190076 0.204593 0.213720
+0.206432 0.221016 0.230069
+0.222789 0.237438 0.246418
+0.239146 0.253861 0.262767
+0.261048 0.269372 0.280398
+0.287109 0.284200 0.298990
+0.313170 0.299028 0.317583
+0.339231 0.313855 0.336176
+0.368638 0.325516 0.353799
+0.418122 0.318170 0.365602
+0.467606 0.310825 0.377406
+0.517091 0.303480 0.389209
+0.566575 0.296135 0.401013
+0.603901 0.294637 0.407314
+0.636364 0.295478 0.411415
+0.668826 0.296320 0.415515
+0.701289 0.297161 0.419616
+0.732796 0.297983 0.420964
+0.761913 0.298757 0.415430
+0.791031 0.299532 0.409897
+0.820148 0.300306 0.404364
+0.849265 0.301080 0.398831
+0.866203 0.301167 0.394926
+0.881112 0.301140 0.391293
+0.896020 0.301113 0.387660
+0.910928 0.301085 0.384027
+0.922211 0.300953 0.381271
+0.928661 0.300682 0.379684
+0.935111 0.300411 0.378096
+0.941561 0.300139 0.376509
+0.948011 0.299868 0.374922
+0.178046 0.196396 0.206411
+0.195070 0.213203 0.223026
+0.212093 0.230011 0.239642
+0.229117 0.246818 0.256257
+0.246141 0.263626 0.272873
+0.265275 0.282121 0.290964
+0.285993 0.301882 0.310161
+0.306711 0.321643 0.329358
+0.327429 0.341404 0.348556
+0.352325 0.357153 0.366864
+0.402296 0.348828 0.379841
+0.452266 0.340502 0.392818
+0.502236 0.332177 0.405795
+0.552206 0.323852 0.418772
+0.590626 0.321395 0.425680
+0.624425 0.321285 0.430162
+0.658225 0.321175 0.434643
+0.692024 0.321066 0.439124
+0.724787 0.321054 0.440611
+0.754960 0.321286 0.434611
+0.785132 0.321519 0.428611
+0.815305 0.321751 0.422611
+0.845478 0.321984 0.416611
+0.863133 0.321612 0.412294
+0.878703 0.321139 0.408256
+0.894272 0.320666 0.404218
+0.909842 0.320193 0.400181
+0.921590 0.319636 0.397018
+0.928243 0.318968 0.395023
+0.934895 0.318299 0.393028
+0.941548 0.317631 0.391032
+0.948200 0.316963 0.389037
+0.180915 0.208828 0.220351
+0.198692 0.225883 0.237054
+0.216469 0.242939 0.253756
+0.234246 0.259995 0.270459
+0.252022 0.277051 0.287162
+0.271858 0.295591 0.305165
+0.293239 0.315245 0.324144
+0.314619 0.334899 0.343123
+0.336000 0.354552 0.362102
+0.360582 0.371126 0.380405
+0.404369 0.369222 0.394657
+0.448157 0.367317 0.408908
+0.491945 0.365412 0.423160
+0.535733 0.363507 0.437412
+0.573760 0.361455 0.445133
+0.609484 0.359345 0.450241
+0.645207 0.357234 0.455349
+0.680930 0.355123 0.460458
+0.715397 0.353482 0.462243
+0.746723 0.353014 0.455719
+0.778048 0.352547 0.449195
+0.809373 0.352079 0.442672
+0.840699 0.351612 0.436148
+0.859213 0.350639 0.431372
+0.875592 0.349581 0.426888
+0.891971 0.348524 0.422404
+0.908350 0.347466 0.417920
+0.920688 0.346337 0.414300
+0.927638 0.345111 0.411834
+0.934589 0.343886 0.409368
+0.941539 0.342660 0.406902
+0.948490 0.341435 0.404435
+0.183784 0.221259 0.234291
+0.202314 0.238563 0.251081
+0.220844 0.255867 0.267871
+0.239374 0.273171 0.284661
+0.257904 0.290475 0.301451
+0.278442 0.309061 0.319366
+0.300485 0.328607 0.338127
+0.322528 0.348154 0.356887
+0.344571 0.367701 0.375647
+0.368838 0.385100 0.393946
+0.406443 0.389616 0.409472
+0.444049 0.394131 0.424999
+0.481654 0.398647 0.440525
+0.519260 0.403163 0.456052
+0.556895 0.401516 0.464585
+0.594542 0.397404 0.470320
+0.632190 0.393292 0.476056
+0.669837 0.389180 0.481791
+0.706007 0.385910 0.483874
+0.738486 0.384742 0.476827
+0.770964 0.383574 0.469779
+0.803442 0.382407 0.462732
+0.835920 0.381239 0.455684
+0.855292 0.379665 0.450451
+0.872481 0.378023 0.445520
+0.889669 0.376382 0.440589
+0.906857 0.374740 0.435658
+0.919786 0.373038 0.431582
+0.927034 0.371255 0.428645
+0.934283 0.369472 0.425708
+0.941531 0.367690 0.422771
+0.948780 0.365907 0.419834
+0.186653 0.233691 0.248231
+0.205936 0.251243 0.265108
+0.225219 0.268796 0.281985
+0.244503 0.286348 0.298862
+0.263786 0.303900 0.315739
+0.285025 0.322531 0.333568
+0.307731 0.341970 0.352110
+0.330437 0.361409 0.370651
+0.353143 0.380849 0.389193
+0.377094 0.399073 0.407486
+0.408517 0.410010 0.424288
+0.439940 0.420946 0.441089
+0.471363 0.431882 0.457891
+0.502787 0.442818 0.474692
+0.540030 0.441577 0.484037
+0.579601 0.435464 0.490399
+0.619172 0.429351 0.496762
+0.658744 0.423238 0.503124
+0.696618 0.418338 0.505505
+0.730248 0.416470 0.497934
+0.763879 0.414602 0.490363
+0.797510 0.412735 0.482792
+0.831141 0.410867 0.475221
+0.851372 0.408692 0.469530
+0.869370 0.406466 0.464152
+0.887367 0.404239 0.458775
+0.905365 0.402013 0.453397
+0.918884 0.399738 0.448864
+0.926430 0.397399 0.445456
+0.933977 0.395059 0.442049
+0.941523 0.392719 0.438641
+0.949070 0.390380 0.435233
+0.189523 0.246123 0.262172
+0.209559 0.263924 0.279136
+0.229595 0.281724 0.296100
+0.249631 0.299524 0.313064
+0.269667 0.317325 0.330028
+0.291608 0.336000 0.347769
+0.314976 0.355333 0.366093
+0.338345 0.374665 0.384416
+0.361714 0.393997 0.402739
+0.385350 0.413047 0.421027
+0.410591 0.430403 0.439103
+0.435832 0.447760 0.457180
+0.461073 0.465117 0.475256
+0.486313 0.482474 0.493332
+0.523165 0.481637 0.503489
+0.564660 0.473523 0.510479
+0.606155 0.465409 0.517468
+0.647650 0.457295 0.524457
+0.687228 0.450766 0.527137
+0.722011 0.448198 0.519042
+0.756795 0.445630 0.510947
+0.791579 0.443062 0.502852
+0.826362 0.440495 0.494757
+0.847452 0.437719 0.488608
+0.866259 0.434908 0.482784
+0.885066 0.432097 0.476960
+0.903873 0.429287 0.471136
+0.917981 0.426439 0.466146
+0.925826 0.423542 0.462267
+0.933671 0.420646 0.458389
+0.941515 0.417749 0.454510
+0.949360 0.414852 0.450632
+0.189828 0.264491 0.282563
+0.210553 0.282346 0.299427
+0.231279 0.300200 0.316291
+0.252004 0.318055 0.333154
+0.272730 0.335910 0.350018
+0.295323 0.354422 0.367466
+0.319316 0.373427 0.385351
+0.343310 0.392431 0.403237
+0.367303 0.411436 0.421122
+0.391284 0.430400 0.439009
+0.415196 0.449121 0.456909
+0.439107 0.467842 0.474808
+0.463018 0.486562 0.492708
+0.486929 0.505283 0.510607
+0.521705 0.507053 0.521580
+0.560827 0.502042 0.529781
+0.599949 0.497032 0.537983
+0.639071 0.492021 0.546184
+0.677271 0.487530 0.549598
+0.713166 0.484338 0.541041
+0.749061 0.481145 0.532484
+0.784956 0.477953 0.523928
+0.820851 0.474761 0.515371
+0.842854 0.471425 0.508766
+0.862541 0.468065 0.502487
+0.882229 0.464706 0.496208
+0.901916 0.461346 0.489929
+0.916691 0.457924 0.484459
+0.924914 0.454420 0.480067
+0.933137 0.450915 0.475675
+0.941360 0.447410 0.471283
+0.949584 0.443905 0.466891
+0.189107 0.285233 0.305534
+0.210497 0.303065 0.322222
+0.231886 0.320896 0.338911
+0.253276 0.338727 0.355600
+0.274665 0.356559 0.372289
+0.297891 0.374823 0.389361
+0.322494 0.393413 0.406721
+0.347096 0.412002 0.424080
+0.371699 0.430592 0.441440
+0.396290 0.449106 0.458768
+0.420812 0.467168 0.475910
+0.445335 0.485230 0.493052
+0.469857 0.503292 0.510194
+0.494380 0.521354 0.527336
+0.526408 0.526611 0.539125
+0.561437 0.526745 0.548773
+0.596467 0.526880 0.558421
+0.631497 0.527015 0.568069
+0.667087 0.526029 0.572391
+0.704077 0.522242 0.563397
+0.741067 0.518455 0.554403
+0.778057 0.514668 0.545410
+0.815047 0.510882 0.536416
+0.837985 0.507003 0.529356
+0.858582 0.503109 0.522619
+0.879178 0.499215 0.515881
+0.899775 0.495320 0.509144
+0.915244 0.491324 0.503184
+0.923879 0.487190 0.498262
+0.932513 0.483057 0.493339
+0.941147 0.478923 0.488417
+0.949781 0.474790 0.483494
+0.188387 0.305976 0.328505
+0.210440 0.323784 0.345018
+0.232494 0.341592 0.361532
+0.254547 0.359400 0.378046
+0.276601 0.377208 0.394560
+0.300459 0.395225 0.411256
+0.325671 0.413399 0.428090
+0.350883 0.431574 0.444924
+0.376095 0.449748 0.461758
+0.401296 0.467812 0.478527
+0.426429 0.485215 0.494912
+0.451563 0.502618 0.511296
+0.476697 0.520022 0.527680
+0.501831 0.537425 0.544065
+0.531110 0.546169 0.556671
+0.562048 0.551448 0.567765
+0.592986 0.556728 0.578859
+0.623924 0.562008 0.589954
+0.656903 0.564528 0.595184
+0.694988 0.560147 0.585753
+0.733073 0.555765 0.576322
+0.771158 0.551384 0.566891
+0.809243 0.547003 0.557461
+0.833117 0.542581 0.549946
+0.854622 0.538152 0.542750
+0.876128 0.533723 0.535554
+0.897633 0.529295 0.528358
+0.913798 0.524723 0.521910
+0.922843 0.519961 0.516456
+0.931888 0.515199 0.511003
+0.940934 0.510437 0.505550
+0.949979 0.505674 0.500097
+0.187666 0.326718 0.351476
+0.210384 0.344503 0.367814
+0.233101 0.362287 0.384153
+0.255819 0.380072 0.400492
+0.278536 0.397857 0.416830
+0.303027 0.415627 0.433151
+0.328848 0.433386 0.449459
+0.354670 0.451145 0.465767
+0.380491 0.468904 0.482075
+0.406301 0.486518 0.498286
+0.432046 0.503262 0.513913
+0.457792 0.520007 0.529540
+0.483537 0.536751 0.545167
+0.509282 0.553496 0.560794
+0.535813 0.565726 0.574216
+0.562659 0.576152 0.586757
+0.589504 0.586577 0.599298
+0.616350 0.597002 0.611838
+0.646720 0.603027 0.617977
+0.685900 0.598051 0.608109
+0.725079 0.593075 0.598241
+0.764259 0.588100 0.588373
+0.803439 0.583124 0.578505
+0.828248 0.578159 0.570535
+0.850663 0.573195 0.562881
+0.873077 0.568232 0.555227
+0.895491 0.563269 0.547573
+0.912352 0.558122 0.540635
+0.921808 0.552731 0.534651
+0.931264 0.547341 0.528668
+0.940720 0.541950 0.522684
+0.950176 0.536559 0.516700
+0.189138 0.353044 0.377542
+0.212254 0.370627 0.393562
+0.235371 0.388211 0.409582
+0.258487 0.405794 0.425601
+0.281604 0.423378 0.441621
+0.306464 0.440777 0.457468
+0.332633 0.458039 0.473185
+0.358801 0.475300 0.488902
+0.384970 0.492562 0.504619
+0.411131 0.509654 0.520213
+0.437248 0.525731 0.535068
+0.463365 0.541808 0.549923
+0.489481 0.557885 0.564777
+0.515598 0.573962 0.579632
+0.540128 0.588505 0.593394
+0.564022 0.602434 0.606719
+0.587917 0.616363 0.620044
+0.611812 0.630292 0.633369
+0.640303 0.638750 0.639898
+0.680288 0.633528 0.629437
+0.720272 0.628306 0.618976
+0.760257 0.623084 0.608515
+0.800241 0.617863 0.598054
+0.825655 0.612557 0.589791
+0.848641 0.607238 0.581895
+0.871626 0.601918 0.573999
+0.894612 0.596599 0.566102
+0.911896 0.591132 0.558948
+0.921578 0.585468 0.552784
+0.931260 0.579803 0.546620
+0.940943 0.574139 0.540455
+0.950625 0.568475 0.534291
+0.196087 0.393330 0.411346
+0.218941 0.410266 0.426688
+0.241795 0.427203 0.442029
+0.264649 0.444140 0.457371
+0.287503 0.461077 0.472713
+0.312075 0.477797 0.487838
+0.337935 0.494356 0.502802
+0.363796 0.510915 0.517765
+0.389656 0.527474 0.532728
+0.415520 0.543866 0.547560
+0.441410 0.559253 0.561606
+0.467299 0.574641 0.575653
+0.493189 0.590028 0.589699
+0.519078 0.605415 0.603745
+0.543473 0.619333 0.616654
+0.567269 0.632664 0.629108
+0.591065 0.645994 0.641563
+0.614861 0.659324 0.654017
+0.643305 0.667533 0.659643
+0.683369 0.662936 0.648198
+0.723433 0.658339 0.636752
+0.763496 0.653742 0.625307
+0.803560 0.649146 0.613862
+0.828751 0.644007 0.605714
+0.851463 0.638778 0.598115
+0.874175 0.633549 0.590516
+0.896886 0.628320 0.582918
+0.913914 0.623167 0.576231
+0.923361 0.618117 0.570761
+0.932808 0.613067 0.565291
+0.942256 0.608017 0.559820
+0.951703 0.602967 0.554350
+0.203037 0.433615 0.445150
+0.225628 0.449905 0.459813
+0.248219 0.466195 0.474477
+0.270811 0.482485 0.489141
+0.293402 0.498776 0.503805
+0.317685 0.514818 0.518209
+0.343237 0.530674 0.532418
+0.368790 0.546531 0.546627
+0.394342 0.562387 0.560837
+0.419910 0.578078 0.574907
+0.445572 0.592776 0.588145
+0.471234 0.607474 0.601382
+0.496896 0.622171 0.614620
+0.522559 0.636869 0.627858
+0.546818 0.650162 0.639914
+0.570515 0.662894 0.651497
+0.594213 0.675625 0.663081
+0.617911 0.688357 0.674664
+0.646307 0.696316 0.679387
+0.686450 0.692344 0.666958
+0.726593 0.688372 0.654529
+0.766736 0.684400 0.642099
+0.806879 0.680429 0.629670
+0.831846 0.675457 0.621636
+0.854285 0.670318 0.614335
+0.876723 0.665179 0.607034
+0.899161 0.660041 0.599733
+0.915931 0.655203 0.593514
+0.925144 0.650767 0.588738
+0.934356 0.646331 0.583962
+0.943569 0.641895 0.579186
+0.952781 0.637459 0.574409
+0.209987 0.473901 0.478953
+0.232315 0.489544 0.492939
+0.254644 0.505188 0.506925
+0.276972 0.520831 0.520911
+0.299301 0.536475 0.534897
+0.323295 0.551838 0.548579
+0.348540 0.566992 0.562035
+0.373784 0.582146 0.575490
+0.399028 0.597300 0.588945
+0.424300 0.612291 0.602254
+0.449734 0.626299 0.614683
+0.475169 0.640307 0.627112
+0.500604 0.654315 0.639542
+0.526039 0.668323 0.651971
+0.550163 0.680991 0.663174
+0.573762 0.693124 0.673886
+0.597361 0.705256 0.684599
+0.620961 0.717389 0.695312
+0.649309 0.725099 0.699131
+0.689531 0.721752 0.685718
+0.729753 0.718405 0.672305
+0.769975 0.715058 0.658891
+0.810197 0.711711 0.645478
+0.834942 0.706906 0.637559
+0.857106 0.701858 0.630556
+0.879271 0.696810 0.623552
+0.901436 0.691761 0.616549
+0.917949 0.687239 0.610797
+0.926927 0.683417 0.606715
+0.935904 0.679595 0.602633
+0.944881 0.675773 0.598551
+0.953859 0.671951 0.594469
+0.216936 0.514187 0.512757
+0.239002 0.529183 0.526065
+0.261068 0.544180 0.539373
+0.283134 0.559177 0.552681
+0.305200 0.574174 0.565988
+0.328906 0.588859 0.578950
+0.353842 0.603310 0.591651
+0.378778 0.617762 0.604353
+0.403714 0.632213 0.617054
+0.428689 0.646503 0.629601
+0.453897 0.659821 0.641222
+0.479104 0.673140 0.652842
+0.504312 0.686458 0.664463
+0.529519 0.699776 0.676084
+0.553508 0.711820 0.686434
+0.577009 0.723354 0.696275
+0.600510 0.734887 0.706117
+0.624011 0.746421 0.715959
+0.652312 0.753882 0.718875
+0.692613 0.751160 0.704478
+0.732914 0.748438 0.690081
+0.773215 0.745716 0.675683
+0.813516 0.742994 0.661286
+0.838037 0.738356 0.653482
+0.859928 0.733398 0.646776
+0.881820 0.728440 0.640070
+0.903711 0.723482 0.633364
+0.919967 0.719274 0.628080
+0.928709 0.716067 0.624692
+0.937452 0.712859 0.621304
+0.946194 0.709651 0.617916
+0.954937 0.706444 0.614528
+0.226389 0.551458 0.542452
+0.248147 0.565618 0.555007
+0.269906 0.579777 0.567561
+0.291664 0.593937 0.580115
+0.313422 0.608097 0.592670
+0.336780 0.621931 0.604890
+0.361340 0.635521 0.616860
+0.385899 0.649111 0.628830
+0.410458 0.662701 0.640800
+0.435060 0.676140 0.652617
+0.459915 0.688676 0.663521
+0.484771 0.701212 0.674424
+0.509626 0.713748 0.685327
+0.534482 0.726285 0.696231
+0.558186 0.737631 0.705880
+0.581431 0.748503 0.715027
+0.604675 0.759374 0.724175
+0.627919 0.770245 0.733323
+0.655106 0.777549 0.736379
+0.692149 0.775937 0.724206
+0.729193 0.774324 0.712033
+0.766236 0.772712 0.699860
+0.803279 0.771099 0.687687
+0.829964 0.766863 0.678735
+0.854922 0.762190 0.670320
+0.879880 0.757517 0.661905
+0.904838 0.752843 0.653490
+0.922738 0.749000 0.647492
+0.931229 0.746265 0.644717
+0.939720 0.743529 0.641941
+0.948210 0.740793 0.639166
+0.956701 0.738057 0.636391
+0.236260 0.588227 0.571462
+0.257703 0.601518 0.583251
+0.279145 0.614809 0.595039
+0.300588 0.628100 0.606827
+0.322031 0.641391 0.618616
+0.345033 0.654345 0.630092
+0.369203 0.667047 0.641334
+0.393374 0.679749 0.652576
+0.417545 0.692451 0.663818
+0.441760 0.705015 0.674912
+0.466243 0.716753 0.685113
+0.490726 0.728492 0.695314
+0.515209 0.740230 0.705515
+0.539692 0.751968 0.715717
+0.563087 0.762607 0.724690
+0.586048 0.772805 0.733173
+0.609009 0.783003 0.741656
+0.631970 0.793201 0.750139
+0.657865 0.800364 0.753509
+0.691095 0.799942 0.744095
+0.724325 0.799519 0.734681
+0.757554 0.799097 0.725266
+0.790784 0.798675 0.715852
+0.820030 0.794880 0.705543
+0.848611 0.790524 0.695084
+0.877192 0.786167 0.684626
+0.905774 0.781811 0.674167
+0.925635 0.778341 0.667258
+0.933871 0.776054 0.665082
+0.942107 0.773766 0.662906
+0.950343 0.771479 0.660730
+0.958579 0.769191 0.658554
+0.246130 0.624996 0.600472
+0.267258 0.637418 0.611495
+0.288385 0.649840 0.622517
+0.309513 0.662262 0.633540
+0.330640 0.674684 0.644562
+0.353285 0.686759 0.655294
+0.377067 0.698573 0.665808
+0.400850 0.710387 0.676323
+0.424632 0.722200 0.686837
+0.448461 0.733890 0.697206
+0.472571 0.744830 0.706705
+0.496681 0.755771 0.716204
+0.520791 0.766712 0.725704
+0.544901 0.777652 0.735203
+0.567988 0.787582 0.743501
+0.590666 0.797107 0.751319
+0.613344 0.806631 0.759137
+0.636022 0.816156 0.766956
+0.660625 0.823179 0.770639
+0.690041 0.823947 0.763984
+0.719457 0.824714 0.757328
+0.748873 0.825482 0.750673
+0.778289 0.826250 0.744018
+0.810095 0.822897 0.732351
+0.842300 0.818858 0.719849
+0.874504 0.814818 0.707347
+0.906709 0.810779 0.694845
+0.928532 0.807682 0.687025
+0.936514 0.805843 0.685448
+0.944495 0.804004 0.683871
+0.952476 0.802164 0.682294
+0.960458 0.800325 0.680718
+0.256001 0.661765 0.629482
+0.276813 0.673318 0.639739
+0.297625 0.684872 0.649995
+0.318437 0.696425 0.660252
+0.339249 0.707978 0.670508
+0.361537 0.719173 0.680496
+0.384931 0.730099 0.690283
+0.408325 0.741025 0.700069
+0.431719 0.751950 0.709856
+0.455162 0.762764 0.719501
+0.478899 0.772907 0.728298
+0.502637 0.783050 0.737095
+0.526374 0.793193 0.745892
+0.550111 0.803336 0.754689
+0.572889 0.812557 0.762312
+0.595284 0.821409 0.769465
+0.617679 0.830260 0.776619
+0.640074 0.839112 0.783772
+0.663385 0.845994 0.787768
+0.688987 0.847952 0.783872
+0.714589 0.849910 0.779976
+0.740191 0.851867 0.776080
+0.765793 0.853825 0.772184
+0.800161 0.850914 0.759160
+0.835989 0.847192 0.744614
+0.871817 0.843469 0.730068
+0.907645 0.839746 0.715522
+0.931429 0.837023 0.706791
+0.939156 0.835632 0.705814
+0.946883 0.834241 0.704836
+0.954609 0.832850 0.703859
+0.962336 0.831459 0.702881
+0.266570 0.693851 0.655030
+0.287021 0.704558 0.664568
+0.307471 0.715266 0.674106
+0.327922 0.725973 0.683644
+0.348372 0.736680 0.693182
+0.370242 0.747030 0.702486
+0.393175 0.757111 0.711614
+0.416108 0.767193 0.720743
+0.439042 0.777274 0.729871
+0.462025 0.787254 0.738865
+0.485305 0.796626 0.747056
+0.508586 0.805997 0.755246
+0.531867 0.815369 0.763436
+0.555148 0.824741 0.771627
+0.577540 0.833282 0.778688
+0.599577 0.841492 0.785298
+0.621614 0.849702 0.791908
+0.643651 0.857912 0.798518
+0.665938 0.864557 0.802681
+0.688850 0.867292 0.800724
+0.711761 0.870027 0.798768
+0.734673 0.872762 0.796811
+0.757585 0.875497 0.794855
+0.792279 0.873385 0.782186
+0.828936 0.870464 0.767733
+0.865594 0.867543 0.753279
+0.902252 0.864623 0.738826
+0.927191 0.862559 0.730013
+0.936506 0.861639 0.728721
+0.945822 0.860718 0.727430
+0.955137 0.859798 0.726138
+0.964452 0.858877 0.724847
+0.278072 0.719693 0.675963
+0.298099 0.729585 0.684845
+0.318126 0.739476 0.693728
+0.338153 0.749368 0.702610
+0.358181 0.759259 0.711493
+0.379550 0.768810 0.720193
+0.401926 0.778105 0.728756
+0.424302 0.787401 0.737319
+0.446679 0.796696 0.745882
+0.469103 0.805897 0.754324
+0.491816 0.814533 0.762035
+0.514529 0.823168 0.769745
+0.537242 0.831803 0.777456
+0.559955 0.840439 0.785167
+0.581858 0.848342 0.791819
+0.603437 0.855951 0.798047
+0.625017 0.863561 0.804276
+0.646596 0.871171 0.810504
+0.668215 0.877452 0.814636
+0.689935 0.880414 0.813527
+0.711654 0.883375 0.812417
+0.733373 0.886337 0.811308
+0.755093 0.889299 0.810198
+0.787134 0.888460 0.800171
+0.820896 0.886988 0.788658
+0.854658 0.885516 0.777144
+0.888420 0.884044 0.765631
+0.913439 0.883023 0.757842
+0.926801 0.882603 0.755018
+0.940162 0.882182 0.752195
+0.953524 0.881762 0.749371
+0.966886 0.881341 0.746548
+0.289573 0.745535 0.696896
+0.309177 0.754611 0.705123
+0.328781 0.763687 0.713349
+0.348385 0.772762 0.721576
+0.367989 0.781838 0.729803
+0.388858 0.790590 0.737899
+0.410678 0.799099 0.745897
+0.432497 0.807609 0.753896
+0.454316 0.816118 0.761894
+0.476181 0.824540 0.769782
+0.498326 0.832439 0.777013
+0.520471 0.840339 0.784244
+0.542616 0.848238 0.791476
+0.564761 0.856137 0.798707
+0.586176 0.863401 0.804949
+0.607297 0.870410 0.810796
+0.628419 0.877420 0.816643
+0.649541 0.884430 0.822490
+0.670493 0.890347 0.826591
+0.691020 0.893535 0.826329
+0.711547 0.896724 0.826067
+0.732073 0.899912 0.825804
+0.752600 0.903100 0.825542
+0.781989 0.903535 0.818156
+0.812856 0.903512 0.809583
+0.843722 0.903489 0.801009
+0.874589 0.903466 0.792436
+0.899687 0.903487 0.785670
+0.917095 0.903567 0.781315
+0.934503 0.903646 0.776959
+0.951911 0.903726 0.772604
+0.969319 0.903805 0.768249
+0.301075 0.771377 0.717828
+0.320255 0.779637 0.725400
+0.339436 0.787897 0.732971
+0.358616 0.796157 0.740542
+0.377797 0.804417 0.748114
+0.398167 0.812370 0.755606
+0.419429 0.820094 0.763039
+0.440691 0.827817 0.770472
+0.461953 0.835540 0.777905
+0.483260 0.843183 0.785241
+0.504837 0.850346 0.791992
+0.526414 0.857509 0.798744
+0.547991 0.864672 0.805495
+0.569568 0.871835 0.812247
+0.590493 0.878460 0.818080
+0.611158 0.884869 0.823545
+0.631822 0.891279 0.829010
+0.652486 0.897689 0.834476
+0.672771 0.903242 0.838546
+0.692105 0.906657 0.839131
+0.711439 0.910072 0.839716
+0.730773 0.913486 0.840301
+0.750108 0.916901 0.840886
+0.776845 0.918611 0.836141
+0.804816 0.920036 0.830508
+0.832787 0.921462 0.824874
+0.860757 0.922888 0.819241
+0.885936 0.923951 0.813499
+0.907390 0.924531 0.807612
+0.928844 0.925110 0.801724
+0.950298 0.925690 0.795837
+0.971752 0.926270 0.789950
+0.312576 0.797219 0.738761
+0.331333 0.804663 0.745677
+0.350091 0.812108 0.752593
+0.368848 0.819552 0.759508
+0.387605 0.826996 0.766424
+0.407475 0.834150 0.773313
+0.428180 0.841088 0.780181
+0.448885 0.848025 0.787048
+0.469590 0.854962 0.793916
+0.490338 0.861826 0.800699
+0.511347 0.868253 0.806971
+0.532357 0.874680 0.813243
+0.553366 0.881106 0.819515
+0.574375 0.887533 0.825787
+0.594811 0.893519 0.831210
+0.615018 0.899329 0.836294
+0.635225 0.905138 0.841378
+0.655431 0.910947 0.846461
+0.675048 0.916137 0.850502
+0.693190 0.919779 0.851934
+0.711332 0.923420 0.853366
+0.729473 0.927061 0.854797
+0.747615 0.930702 0.856229
+0.771700 0.933686 0.854126
+0.796775 0.936561 0.851432
+0.821851 0.939435 0.848739
+0.846926 0.942310 0.846046
+0.872184 0.944415 0.841328
+0.897684 0.945495 0.833909
+0.923185 0.946574 0.826489
+0.948685 0.947654 0.819070
+0.974186 0.948734 0.811651
+0.142550 0.142637 0.148434
+0.171489 0.140093 0.164449
+0.200428 0.137549 0.180463
+0.229367 0.135006 0.196477
+0.258305 0.132462 0.212492
+0.297894 0.132520 0.225327
+0.345469 0.134530 0.235780
+0.393044 0.136540 0.246232
+0.440619 0.138550 0.256684
+0.487537 0.140861 0.266337
+0.530510 0.144977 0.271201
+0.573483 0.149094 0.276064
+0.616457 0.153210 0.280927
+0.659430 0.157326 0.285790
+0.690708 0.161377 0.288749
+0.717308 0.165402 0.290945
+0.743908 0.169428 0.293142
+0.770507 0.173453 0.295339
+0.795180 0.177291 0.296568
+0.815032 0.180662 0.295376
+0.834885 0.184033 0.294184
+0.854738 0.187404 0.292992
+0.874591 0.190775 0.291800
+0.886536 0.192997 0.290799
+0.897162 0.195029 0.289830
+0.907788 0.197060 0.288860
+0.918415 0.199091 0.287891
+0.926833 0.200917 0.287842
+0.932306 0.202468 0.289019
+0.937779 0.204019 0.290197
+0.943253 0.205570 0.291374
+0.948726 0.207121 0.292552
+0.147360 0.148494 0.154584
+0.172990 0.149966 0.170491
+0.198621 0.151438 0.186398
+0.224251 0.152910 0.202305
+0.249881 0.154383 0.218212
+0.288162 0.155130 0.231813
+0.335931 0.155333 0.243685
+0.383700 0.155536 0.255557
+0.431468 0.155740 0.267429
+0.478590 0.156370 0.278422
+0.521830 0.159559 0.284145
+0.565069 0.162749 0.289868
+0.608309 0.165938 0.295591
+0.651549 0.169128 0.301313
+0.683243 0.172801 0.304733
+0.710320 0.176669 0.307232
+0.737396 0.180536 0.309731
+0.764473 0.184404 0.312230
+0.789691 0.188098 0.313602
+0.810264 0.191360 0.312158
+0.830837 0.194622 0.310715
+0.851409 0.197884 0.309271
+0.871982 0.201146 0.307828
+0.884423 0.203242 0.306470
+0.895508 0.205144 0.305127
+0.906594 0.207045 0.303784
+0.917679 0.208947 0.302441
+0.926387 0.210651 0.302029
+0.931925 0.212092 0.302858
+0.937462 0.213533 0.303687
+0.943000 0.214974 0.304516
+0.948537 0.216415 0.305345
+0.152170 0.154352 0.160733
+0.174491 0.159839 0.176533
+0.196813 0.165327 0.192332
+0.219135 0.170815 0.208132
+0.241457 0.176303 0.223932
+0.278431 0.177739 0.238299
+0.326393 0.176136 0.251591
+0.374355 0.174532 0.264882
+0.422318 0.172929 0.278174
+0.469643 0.171878 0.290507
+0.513149 0.174141 0.297090
+0.556655 0.176404 0.303672
+0.600161 0.178667 0.310254
+0.643667 0.180929 0.316837
+0.675779 0.184226 0.320718
+0.703332 0.187935 0.323519
+0.730885 0.191645 0.326320
+0.758439 0.195355 0.329120
+0.784203 0.198905 0.330637
+0.805496 0.202058 0.328941
+0.826788 0.205212 0.327246
+0.848080 0.208365 0.325550
+0.869373 0.211518 0.323855
+0.882310 0.213487 0.322141
+0.893855 0.215259 0.320425
+0.905399 0.217031 0.318708
+0.916944 0.218803 0.316992
+0.925941 0.220385 0.316217
+0.931543 0.221716 0.316697
+0.937145 0.223047 0.317177
+0.942747 0.224378 0.317658
+0.948349 0.225709 0.318138
+0.156979 0.160209 0.166882
+0.175993 0.169713 0.182575
+0.195006 0.179216 0.198267
+0.214020 0.188720 0.213960
+0.233033 0.198224 0.229652
+0.268700 0.200348 0.244784
+0.316855 0.196938 0.259496
+0.365011 0.193528 0.274208
+0.413167 0.190118 0.288919
+0.460697 0.187387 0.302592
+0.504469 0.188723 0.310034
+0.548241 0.190059 0.317476
+0.592014 0.191395 0.324918
+0.635786 0.192731 0.332360
+0.668314 0.195650 0.336702
+0.696344 0.199202 0.339805
+0.724374 0.202754 0.342908
+0.752404 0.206306 0.346011
+0.778715 0.209712 0.347671
+0.800727 0.212757 0.345724
+0.822739 0.215801 0.343777
+0.844752 0.218845 0.341829
+0.866764 0.221889 0.339882
+0.880197 0.223732 0.337812
+0.892201 0.225374 0.335722
+0.904205 0.227016 0.333632
+0.916208 0.228658 0.331542
+0.925496 0.230120 0.330404
+0.931162 0.231341 0.330536
+0.936828 0.232562 0.330667
+0.942494 0.233783 0.330799
+0.948160 0.235003 0.330931
+0.161789 0.166067 0.173031
+0.177494 0.179586 0.188617
+0.193199 0.193106 0.204202
+0.208904 0.206625 0.219787
+0.224609 0.220145 0.235373
+0.258968 0.222958 0.251270
+0.307318 0.217741 0.267402
+0.355667 0.212524 0.283533
+0.404017 0.207308 0.299665
+0.451750 0.202895 0.314678
+0.495789 0.203304 0.322979
+0.539828 0.203714 0.331280
+0.583866 0.204124 0.339582
+0.627905 0.204533 0.347883
+0.660849 0.207074 0.352687
+0.689356 0.210468 0.356092
+0.717863 0.213862 0.359497
+0.746370 0.217256 0.362902
+0.773227 0.220519 0.364706
+0.795959 0.223455 0.362507
+0.818691 0.226390 0.360307
+0.841423 0.229325 0.358108
+0.864155 0.232261 0.355909
+0.878084 0.233976 0.353483
+0.890547 0.235489 0.351020
+0.903010 0.237001 0.348556
+0.915473 0.238514 0.346092
+0.925050 0.239854 0.344592
+0.930781 0.240965 0.344375
+0.936511 0.242076 0.344158
+0.942241 0.243187 0.343941
+0.947972 0.244298 0.343724
+0.166668 0.172926 0.180380
+0.181314 0.188393 0.196084
+0.195959 0.203860 0.211788
+0.210605 0.219328 0.227492
+0.225251 0.234795 0.243196
+0.257152 0.239909 0.259685
+0.301997 0.237259 0.276764
+0.346841 0.234609 0.293843
+0.391685 0.231959 0.310922
+0.436558 0.229506 0.326893
+0.481606 0.228234 0.336220
+0.526654 0.226962 0.345548
+0.571702 0.225691 0.354875
+0.616750 0.224419 0.364202
+0.650625 0.226074 0.369554
+0.680031 0.228899 0.373314
+0.709437 0.231724 0.377075
+0.738843 0.234549 0.380836
+0.766589 0.237319 0.382812
+0.790185 0.239954 0.380325
+0.813781 0.242588 0.377839
+0.837376 0.245222 0.375353
+0.860972 0.247857 0.372866
+0.875508 0.249276 0.370069
+0.888535 0.250493 0.367220
+0.901561 0.251710 0.364370
+0.914588 0.252927 0.361521
+0.924545 0.253991 0.359639
+0.930410 0.254849 0.359047
+0.936274 0.255708 0.358455
+0.942139 0.256566 0.357863
+0.948004 0.257425 0.357271
+0.171599 0.180538 0.188628
+0.186872 0.196401 0.204620
+0.202145 0.212265 0.220612
+0.217418 0.228128 0.236604
+0.232691 0.243992 0.252596
+0.261273 0.252617 0.269548
+0.299838 0.255813 0.287219
+0.338403 0.259010 0.304891
+0.376967 0.262206 0.322562
+0.416682 0.264444 0.339206
+0.463296 0.260925 0.349685
+0.509910 0.257406 0.360163
+0.556525 0.253887 0.370641
+0.603139 0.250368 0.381119
+0.638331 0.250754 0.387082
+0.668953 0.252701 0.391238
+0.699575 0.254649 0.395395
+0.730198 0.256597 0.399552
+0.759090 0.258614 0.401721
+0.783657 0.260803 0.398921
+0.808225 0.262993 0.396121
+0.832792 0.265182 0.393321
+0.857359 0.267371 0.390521
+0.872585 0.268367 0.387340
+0.886254 0.269165 0.384096
+0.899923 0.269962 0.380852
+0.913591 0.270759 0.377608
+0.923996 0.271429 0.375331
+0.930047 0.271928 0.374344
+0.936098 0.272428 0.373357
+0.942150 0.272927 0.372370
+0.948201 0.273427 0.371384
+0.176530 0.188149 0.196876
+0.192430 0.204409 0.213156
+0.208330 0.220669 0.229436
+0.224231 0.236929 0.245716
+0.240131 0.253189 0.261996
+0.265394 0.265325 0.279410
+0.297679 0.274368 0.297674
+0.329964 0.283411 0.315939
+0.362250 0.292454 0.334203
+0.396805 0.299381 0.351520
+0.444986 0.293615 0.363149
+0.493167 0.287849 0.374778
+0.541348 0.282083 0.386406
+0.589529 0.276316 0.398035
+0.626036 0.275434 0.404610
+0.657875 0.276504 0.409163
+0.689714 0.277575 0.413715
+0.721552 0.278645 0.418268
+0.751591 0.279908 0.420630
+0.777130 0.281653 0.417517
+0.802669 0.283397 0.414403
+0.828208 0.285141 0.411289
+0.853747 0.286886 0.408176
+0.869662 0.287459 0.404612
+0.883973 0.287836 0.400973
+0.898284 0.288214 0.397334
+0.912595 0.288591 0.393695
+0.923446 0.288867 0.391023
+0.929684 0.289007 0.389642
+0.935922 0.289148 0.388260
+0.942160 0.289288 0.386878
+0.948399 0.289428 0.385496
+0.181460 0.195760 0.205124
+0.197988 0.212417 0.221692
+0.214516 0.229073 0.238260
+0.231044 0.245730 0.254828
+0.247572 0.262386 0.271396
+0.269515 0.278033 0.289272
+0.295521 0.292922 0.308130
+0.321526 0.307812 0.326987
+0.347532 0.322702 0.345844
+0.376929 0.334319 0.363833
+0.426676 0.326306 0.376613
+0.476424 0.318292 0.389392
+0.526171 0.310279 0.402172
+0.575918 0.302265 0.414952
+0.613742 0.300114 0.422138
+0.646797 0.300307 0.427087
+0.679852 0.300500 0.432035
+0.712907 0.300694 0.436984
+0.744092 0.301203 0.439540
+0.770602 0.302502 0.436113
+0.797113 0.303802 0.432685
+0.823623 0.305101 0.429258
+0.850134 0.306400 0.425830
+0.866738 0.306550 0.421883
+0.881691 0.306507 0.417849
+0.896645 0.306465 0.413816
+0.911598 0.306423 0.409782
+0.922896 0.306305 0.406715
+0.929321 0.306086 0.404939
+0.935746 0.305868 0.403162
+0.942171 0.305649 0.401386
+0.948596 0.305430 0.399609
+0.186180 0.204018 0.214125
+0.203350 0.221049 0.230952
+0.220520 0.238080 0.247780
+0.237690 0.255111 0.264607
+0.254860 0.272143 0.281434
+0.274054 0.290806 0.299695
+0.294767 0.310694 0.319033
+0.315480 0.330582 0.338370
+0.336193 0.350470 0.357707
+0.361117 0.366232 0.376271
+0.411309 0.357239 0.390196
+0.461500 0.348245 0.404122
+0.511691 0.339252 0.418048
+0.561882 0.330258 0.431973
+0.600776 0.327073 0.439799
+0.635151 0.326212 0.445185
+0.669527 0.325351 0.450572
+0.703902 0.324489 0.455958
+0.736316 0.324106 0.458735
+0.763828 0.324916 0.454988
+0.791340 0.325726 0.451242
+0.818851 0.326536 0.447495
+0.846363 0.327346 0.443749
+0.863681 0.327046 0.439412
+0.879301 0.326561 0.434976
+0.894920 0.326076 0.430541
+0.910539 0.325591 0.426106
+0.922305 0.325055 0.422637
+0.928932 0.324450 0.420456
+0.935559 0.323846 0.418275
+0.942187 0.323241 0.416094
+0.948814 0.322637 0.413913
+0.189635 0.216151 0.227642
+0.207535 0.233427 0.244557
+0.225436 0.250704 0.261471
+0.243336 0.267981 0.278385
+0.261237 0.285257 0.295300
+0.281104 0.303975 0.313485
+0.302446 0.323772 0.332623
+0.323788 0.343570 0.351761
+0.345130 0.363368 0.370900
+0.369694 0.379998 0.389453
+0.413593 0.377628 0.404496
+0.457492 0.375257 0.419539
+0.501391 0.372886 0.434582
+0.545291 0.370515 0.449625
+0.583777 0.367709 0.458260
+0.620099 0.364729 0.464332
+0.656421 0.361748 0.470405
+0.692743 0.358768 0.476477
+0.726884 0.356655 0.479643
+0.755574 0.356712 0.475545
+0.784263 0.356769 0.471446
+0.812953 0.356825 0.467347
+0.841643 0.356882 0.463248
+0.859823 0.355976 0.458483
+0.876252 0.354909 0.453606
+0.892680 0.353842 0.448730
+0.909109 0.352776 0.443854
+0.921464 0.351673 0.439935
+0.928386 0.350523 0.437291
+0.935309 0.349373 0.434648
+0.942231 0.348222 0.432005
+0.949153 0.347072 0.429361
+0.193089 0.228284 0.241159
+0.211720 0.245806 0.258161
+0.230351 0.263328 0.275162
+0.248982 0.280850 0.292164
+0.267614 0.298372 0.309165
+0.288153 0.317143 0.327274
+0.310124 0.336850 0.346214
+0.332095 0.356557 0.365153
+0.354066 0.376265 0.384092
+0.378271 0.393764 0.402635
+0.415878 0.398016 0.418795
+0.453485 0.402269 0.434956
+0.491092 0.406521 0.451116
+0.528699 0.410773 0.467276
+0.566779 0.408345 0.476721
+0.605047 0.403246 0.483479
+0.643315 0.398146 0.490238
+0.681583 0.393047 0.496996
+0.717452 0.389205 0.500552
+0.747319 0.388508 0.496101
+0.777187 0.387811 0.491650
+0.807055 0.387115 0.487199
+0.836922 0.386418 0.482747
+0.855965 0.384905 0.477554
+0.873203 0.383257 0.472237
+0.890441 0.381609 0.466919
+0.907679 0.379960 0.461602
+0.920623 0.378292 0.457233
+0.927840 0.376595 0.454127
+0.935058 0.374899 0.451021
+0.942276 0.373203 0.447916
+0.949493 0.371507 0.444810
+0.196543 0.240417 0.254676
+0.215905 0.258184 0.271765
+0.235267 0.275952 0.288853
+0.254629 0.293719 0.305942
+0.273990 0.311487 0.323031
+0.295203 0.330311 0.341063
+0.317803 0.349928 0.359804
+0.340403 0.369545 0.378545
+0.363002 0.389162 0.397285
+0.386847 0.407530 0.415817
+0.418163 0.418405 0.433095
+0.449478 0.429280 0.450373
+0.480793 0.440155 0.467650
+0.512108 0.451031 0.484928
+0.549780 0.448982 0.495182
+0.589995 0.441763 0.502626
+0.630209 0.434544 0.510071
+0.670424 0.427325 0.517515
+0.708019 0.421755 0.521460
+0.739065 0.420304 0.516657
+0.770111 0.418854 0.511854
+0.801156 0.417404 0.507050
+0.832202 0.415953 0.502247
+0.852107 0.413835 0.496625
+0.870154 0.411605 0.490867
+0.888202 0.409375 0.485108
+0.906249 0.407145 0.479350
+0.919782 0.404910 0.474530
+0.927294 0.402668 0.470963
+0.934807 0.400426 0.467395
+0.942320 0.398184 0.463827
+0.949833 0.395942 0.460259
+0.199998 0.252550 0.268193
+0.220090 0.270563 0.285369
+0.240183 0.288576 0.302545
+0.260275 0.306589 0.319720
+0.280367 0.324601 0.336896
+0.302252 0.343479 0.354853
+0.325481 0.363006 0.373394
+0.348710 0.382532 0.391936
+0.371939 0.402059 0.410478
+0.395424 0.421296 0.428999
+0.420447 0.438794 0.447394
+0.445470 0.456292 0.465789
+0.470494 0.473790 0.484185
+0.495517 0.491288 0.502580
+0.532781 0.489618 0.513643
+0.574942 0.480280 0.521774
+0.617104 0.470942 0.529904
+0.659265 0.461604 0.538034
+0.698587 0.454304 0.542369
+0.730811 0.452101 0.537213
+0.763034 0.449897 0.532058
+0.795258 0.447693 0.526902
+0.827482 0.445489 0.521746
+0.848248 0.442764 0.515696
+0.867105 0.439953 0.509497
+0.885962 0.437141 0.503297
+0.904819 0.434330 0.497098
+0.918940 0.431529 0.491828
+0.926749 0.428741 0.487798
+0.934557 0.425953 0.483768
+0.942365 0.423165 0.479738
+0.950173 0.420377 0.475707
+0.201013 0.270165 0.287716
+0.221798 0.288236 0.304789
+0.242583 0.306306 0.321863
+0.263369 0.324376 0.338937
+0.284154 0.342447 0.356010
+0.306686 0.361176 0.373690
+0.330528 0.380401 0.391823
+0.354370 0.399625 0.409957
+0.378212 0.418849 0.428090
+0.402024 0.438034 0.446235
+0.425658 0.456988 0.464444
+0.449292 0.475943 0.482654
+0.472926 0.494897 0.500863
+0.496560 0.513851 0.519073
+0.531589 0.514994 0.530898
+0.571177 0.509013 0.540169
+0.610764 0.503032 0.549440
+0.650352 0.497051 0.558711
+0.688190 0.491897 0.563786
+0.721655 0.488813 0.558371
+0.755120 0.485728 0.552955
+0.788585 0.482643 0.547539
+0.822050 0.479559 0.542123
+0.843749 0.476240 0.535652
+0.863486 0.472882 0.529006
+0.883223 0.469525 0.522359
+0.902961 0.466167 0.515712
+0.917747 0.462802 0.509973
+0.925933 0.459425 0.505444
+0.934119 0.456048 0.500915
+0.942305 0.452671 0.496385
+0.950491 0.449294 0.491856
+0.201052 0.289974 0.309641
+0.222515 0.308026 0.326537
+0.243979 0.326079 0.343432
+0.265442 0.344132 0.360328
+0.286905 0.362185 0.377224
+0.310075 0.380685 0.394546
+0.334523 0.399522 0.412187
+0.358971 0.418359 0.429829
+0.383420 0.437196 0.447470
+0.407834 0.455963 0.465092
+0.432039 0.474306 0.482594
+0.456245 0.492649 0.500097
+0.480451 0.510992 0.517600
+0.504657 0.529335 0.535102
+0.536720 0.534266 0.547670
+0.571926 0.533832 0.558264
+0.607132 0.533399 0.568858
+0.642338 0.532965 0.579452
+0.677408 0.531508 0.585408
+0.712139 0.527491 0.579768
+0.746871 0.523475 0.574129
+0.781602 0.519458 0.568490
+0.816334 0.515441 0.562851
+0.838992 0.511534 0.555963
+0.859638 0.507645 0.548866
+0.880285 0.503755 0.541770
+0.900931 0.499866 0.534673
+0.916413 0.495937 0.528457
+0.925010 0.491954 0.523414
+0.933607 0.487971 0.518371
+0.942204 0.483988 0.513328
+0.950800 0.480005 0.508285
+0.201091 0.309782 0.331566
+0.223232 0.327817 0.348284
+0.245374 0.345852 0.365002
+0.267515 0.363887 0.381719
+0.289657 0.381922 0.398437
+0.313463 0.400194 0.415402
+0.338518 0.418644 0.432551
+0.363573 0.437094 0.449701
+0.388628 0.455543 0.466850
+0.413643 0.473891 0.483949
+0.438421 0.491623 0.500745
+0.463199 0.509355 0.517540
+0.487977 0.527087 0.534336
+0.512755 0.544819 0.551132
+0.541851 0.553538 0.564442
+0.572675 0.558652 0.576359
+0.603499 0.563766 0.588275
+0.634323 0.568879 0.600192
+0.666626 0.571118 0.607029
+0.702624 0.566170 0.601166
+0.738622 0.561221 0.595304
+0.774619 0.556273 0.589442
+0.810617 0.551324 0.583579
+0.834236 0.546828 0.576273
+0.855791 0.542407 0.568727
+0.877346 0.537986 0.561181
+0.898901 0.533565 0.553634
+0.915079 0.529071 0.546941
+0.924087 0.524482 0.541384
+0.933094 0.519893 0.535827
+0.942102 0.515304 0.530270
+0.951110 0.510715 0.524714
+0.201130 0.329591 0.353491
+0.223949 0.347608 0.370031
+0.246769 0.365625 0.386571
+0.269588 0.383643 0.403111
+0.292408 0.401660 0.419651
+0.316851 0.419703 0.436258
+0.342513 0.437766 0.452915
+0.368174 0.455828 0.469573
+0.393835 0.473891 0.486230
+0.419452 0.491819 0.502806
+0.444802 0.508940 0.518895
+0.470152 0.526061 0.534984
+0.495502 0.543183 0.551073
+0.520852 0.560304 0.567161
+0.546982 0.572811 0.581215
+0.573424 0.583472 0.594454
+0.599867 0.594133 0.607693
+0.626309 0.604794 0.620932
+0.655844 0.610728 0.628650
+0.693108 0.604848 0.622564
+0.730372 0.598968 0.616479
+0.767637 0.593088 0.610393
+0.804901 0.587207 0.604307
+0.829479 0.582122 0.596584
+0.851944 0.577169 0.588587
+0.874408 0.572216 0.580591
+0.896872 0.567263 0.572595
+0.913745 0.562206 0.565424
+0.923164 0.557011 0.559354
+0.932582 0.551816 0.553283
+0.942001 0.546621 0.547213
+0.951419 0.541426 0.541142
+0.202539 0.354179 0.378316
+0.225829 0.372024 0.394554
+0.249118 0.389870 0.410792
+0.272408 0.407716 0.427031
+0.295698 0.425562 0.443269
+0.320570 0.443263 0.459426
+0.346630 0.460855 0.475522
+0.372689 0.478448 0.491619
+0.398749 0.496040 0.507715
+0.424763 0.513474 0.523705
+0.450503 0.529957 0.539059
+0.476243 0.546440 0.554412
+0.501983 0.562923 0.569766
+0.527723 0.579406 0.585119
+0.551737 0.594429 0.599460
+0.575060 0.608867 0.613396
+0.598383 0.623306 0.627332
+0.621706 0.637744 0.641268
+0.649218 0.646317 0.649397
+0.687202 0.640226 0.643007
+0.725187 0.634135 0.636617
+0.763171 0.628044 0.630227
+0.801155 0.621953 0.623837
+0.826401 0.616516 0.615835
+0.849524 0.611187 0.607564
+0.872647 0.605859 0.599293
+0.895769 0.600530 0.591022
+0.913138 0.595118 0.583588
+0.922834 0.589595 0.577271
+0.932531 0.584071 0.570954
+0.942227 0.578548 0.564637
+0.951924 0.573025 0.558320
+0.207372 0.390717 0.410389
+0.230612 0.408006 0.426017
+0.253853 0.425295 0.441644
+0.277094 0.442584 0.457272
+0.300335 0.459873 0.472900
+0.325116 0.476948 0.488376
+0.351053 0.493863 0.503738
+0.376990 0.510779 0.519100
+0.402927 0.527694 0.534462
+0.428827 0.544446 0.549708
+0.454503 0.560223 0.564256
+0.480179 0.575999 0.578803
+0.505855 0.591776 0.593351
+0.531530 0.607553 0.607899
+0.555552 0.621911 0.621390
+0.578911 0.635703 0.634458
+0.602271 0.649495 0.647526
+0.625631 0.663287 0.660594
+0.652984 0.671853 0.667958
+0.690322 0.667354 0.661062
+0.727660 0.662855 0.654166
+0.764998 0.658357 0.647270
+0.802336 0.653858 0.640374
+0.827518 0.648660 0.632439
+0.850674 0.643346 0.624330
+0.873829 0.638032 0.616222
+0.896985 0.632718 0.608114
+0.914349 0.627471 0.600954
+0.923990 0.622314 0.595058
+0.933632 0.617158 0.589162
+0.943273 0.612001 0.583267
+0.952914 0.606845 0.577371
+0.212205 0.427254 0.442462
+0.235396 0.443987 0.457479
+0.258588 0.460719 0.472496
+0.281780 0.477451 0.487514
+0.304972 0.494184 0.502531
+0.329662 0.510633 0.517326
+0.355477 0.526872 0.531953
+0.381291 0.543110 0.546581
+0.407106 0.559348 0.561209
+0.432891 0.575419 0.575710
+0.458503 0.590489 0.589452
+0.484114 0.605559 0.603195
+0.509726 0.620629 0.616937
+0.535338 0.635699 0.630679
+0.559367 0.649394 0.643320
+0.582763 0.662539 0.655520
+0.606159 0.675684 0.667720
+0.629555 0.688830 0.679919
+0.656750 0.697389 0.686519
+0.693442 0.694482 0.679117
+0.730134 0.691575 0.671715
+0.766825 0.688669 0.664313
+0.803517 0.685762 0.656911
+0.828635 0.680804 0.649043
+0.851823 0.675505 0.641097
+0.875012 0.670205 0.633151
+0.898201 0.664905 0.625205
+0.915560 0.659824 0.618319
+0.925146 0.655034 0.612845
+0.934732 0.650244 0.607370
+0.944319 0.645454 0.601896
+0.953905 0.640665 0.596422
+0.217038 0.463792 0.474535
+0.240180 0.479968 0.488942
+0.263323 0.496143 0.503348
+0.286466 0.512319 0.517755
+0.309608 0.528495 0.532162
+0.334208 0.544319 0.546275
+0.359900 0.559880 0.560169
+0.385592 0.575441 0.574063
+0.411284 0.591002 0.587956
+0.436956 0.606391 0.601713
+0.462503 0.620755 0.614649
+0.488050 0.635118 0.627586
+0.513597 0.649482 0.640522
+0.539145 0.663845 0.653459
+0.563182 0.676877 0.665249
+0.586614 0.689375 0.676581
+0.610047 0.701874 0.687913
+0.633480 0.714372 0.699245
+0.660516 0.722924 0.705080
+0.696562 0.721610 0.697172
+0.732607 0.720295 0.689264
+0.768652 0.718981 0.681355
+0.804698 0.717666 0.673447
+0.829752 0.712948 0.665646
+0.852973 0.707663 0.657863
+0.876195 0.702378 0.650080
+0.899416 0.697093 0.642297
+0.916771 0.692177 0.635684
+0.926302 0.687754 0.630631
+0.935833 0.683331 0.625578
+0.945365 0.678908 0.620525
+0.954896 0.674484 0.615472
+0.221871 0.500330 0.506608
+0.244964 0.515949 0.520404
+0.268058 0.531568 0.534200
+0.291152 0.547187 0.547997
+0.314245 0.562806 0.561793
+0.338754 0.578004 0.575225
+0.364323 0.592888 0.588385
+0.389893 0.607772 0.601544
+0.415463 0.622655 0.614703
+0.441020 0.637364 0.627716
+0.466503 0.651021 0.639846
+0.491986 0.664678 0.651977
+0.517469 0.678335 0.664108
+0.542952 0.691992 0.676238
+0.566996 0.704359 0.687179
+0.590466 0.716211 0.697643
+0.613935 0.728063 0.708107
+0.637404 0.739915 0.718571
+0.664282 0.748460 0.723641
+0.699681 0.748738 0.715227
+0.735080 0.749015 0.706812
+0.770480 0.749293 0.698398
+0.805879 0.749571 0.689984
+0.830868 0.745093 0.682250
+0.854123 0.739822 0.674630
+0.877377 0.734551 0.667009
+0.900632 0.729280 0.659389
+0.917982 0.724530 0.653050
+0.927458 0.720473 0.648418
+0.936934 0.716417 0.643786
+0.946410 0.712361 0.639155
+0.955887 0.708304 0.634523
+0.230690 0.537696 0.536899
+0.253495 0.552461 0.549932
+0.276299 0.567227 0.562965
+0.299104 0.581993 0.575998
+0.321908 0.596759 0.589032
+0.346088 0.611095 0.601711
+0.371300 0.625108 0.614124
+0.396512 0.639122 0.626538
+0.421724 0.653136 0.638952
+0.446928 0.666986 0.651221
+0.472085 0.679856 0.662620
+0.497242 0.692726 0.674019
+0.522398 0.705596 0.685419
+0.547555 0.718466 0.696818
+0.571344 0.730129 0.707043
+0.594585 0.741309 0.716799
+0.617826 0.752489 0.726555
+0.641068 0.763669 0.736311
+0.667044 0.771990 0.741323
+0.699855 0.773163 0.734476
+0.732667 0.774337 0.727629
+0.765478 0.775510 0.720782
+0.798290 0.776683 0.713935
+0.824999 0.772710 0.705323
+0.850692 0.767880 0.696418
+0.876385 0.763049 0.687512
+0.902077 0.758218 0.678607
+0.920716 0.753938 0.671813
+0.929949 0.750393 0.667835
+0.939182 0.746848 0.663857
+0.948416 0.743303 0.659879
+0.957649 0.739758 0.655900
+0.240175 0.575199 0.566892
+0.262650 0.589063 0.579137
+0.285125 0.602926 0.591382
+0.307600 0.616789 0.603627
+0.330075 0.630652 0.615871
+0.353887 0.644086 0.627786
+0.378702 0.657198 0.639452
+0.403517 0.670309 0.651118
+0.428333 0.683421 0.662784
+0.453144 0.696383 0.674310
+0.477930 0.708453 0.684990
+0.502717 0.720522 0.695670
+0.527504 0.732592 0.706351
+0.552291 0.744661 0.717031
+0.575780 0.755612 0.726564
+0.598749 0.766116 0.735638
+0.621719 0.776620 0.744713
+0.644688 0.787124 0.753787
+0.669638 0.795185 0.758858
+0.699538 0.797138 0.753924
+0.729438 0.799091 0.748990
+0.759339 0.801044 0.744055
+0.789239 0.802997 0.739121
+0.817966 0.799574 0.729475
+0.846498 0.795254 0.719043
+0.875029 0.790934 0.708611
+0.903561 0.786614 0.698179
+0.923704 0.782856 0.690810
+0.932663 0.779846 0.687524
+0.941622 0.776836 0.684238
+0.950581 0.773827 0.680952
+0.959540 0.770817 0.677665
+0.249659 0.612703 0.596886
+0.271805 0.625664 0.608342
+0.293951 0.638624 0.619799
+0.316096 0.651585 0.631255
+0.338242 0.664546 0.642711
+0.361686 0.677077 0.653860
+0.386105 0.689287 0.664779
+0.410523 0.701496 0.675698
+0.434941 0.713706 0.686617
+0.459359 0.725781 0.697399
+0.483776 0.737050 0.707360
+0.508193 0.748318 0.717321
+0.532610 0.759587 0.727283
+0.557027 0.770856 0.737244
+0.580215 0.781096 0.746085
+0.602913 0.790924 0.754478
+0.625611 0.800752 0.762870
+0.648308 0.810580 0.771263
+0.672232 0.818381 0.776394
+0.699221 0.821114 0.773372
+0.726210 0.823846 0.770351
+0.753199 0.826579 0.767329
+0.780188 0.829312 0.764307
+0.810933 0.826437 0.753626
+0.842303 0.822628 0.741668
+0.873674 0.818819 0.729710
+0.905044 0.815010 0.717752
+0.926692 0.811773 0.709807
+0.935377 0.809299 0.707213
+0.944061 0.806825 0.704619
+0.952746 0.804350 0.702025
+0.961431 0.801876 0.699430
+0.259144 0.650207 0.626880
+0.280960 0.662265 0.637548
+0.302776 0.674323 0.648215
+0.324593 0.686381 0.658883
+0.346409 0.698439 0.669551
+0.369485 0.710069 0.679935
+0.393507 0.721376 0.690106
+0.417528 0.732683 0.700278
+0.441550 0.743991 0.710449
+0.465575 0.755178 0.720488
+0.489622 0.765646 0.729730
+0.513669 0.776115 0.738972
+0.537716 0.786583 0.748215
+0.561763 0.797051 0.757457
+0.584651 0.806580 0.765606
+0.607077 0.815732 0.773317
+0.629503 0.824884 0.781028
+0.651928 0.834036 0.788739
+0.674826 0.841577 0.793930
+0.698904 0.845089 0.792821
+0.722982 0.848601 0.791712
+0.747060 0.852113 0.790603
+0.771138 0.855626 0.789494
+0.803900 0.853301 0.777777
+0.838109 0.850002 0.764293
+0.872318 0.846704 0.750809
+0.906528 0.843406 0.737324
+0.929680 0.840691 0.728804
+0.938091 0.838752 0.726902
+0.946501 0.836813 0.725000
+0.954911 0.834874 0.723098
+0.963321 0.832935 0.721195
+0.269375 0.683097 0.653289
+0.290822 0.694280 0.663213
+0.312269 0.705463 0.673138
+0.333715 0.716646 0.683062
+0.355162 0.727830 0.692986
+0.377817 0.738595 0.702665
+0.401377 0.749048 0.712160
+0.424938 0.759500 0.721654
+0.448499 0.769953 0.731149
+0.472065 0.780297 0.740518
+0.495664 0.789990 0.749135
+0.519264 0.799683 0.757751
+0.542863 0.809376 0.766368
+0.566463 0.819069 0.774984
+0.588976 0.827913 0.782550
+0.611055 0.836418 0.789696
+0.633134 0.844923 0.796842
+0.655213 0.853428 0.803988
+0.677270 0.860642 0.809154
+0.699271 0.864625 0.809371
+0.721271 0.868609 0.809588
+0.743272 0.872593 0.809804
+0.765273 0.876577 0.810021
+0.798104 0.875059 0.798765
+0.832741 0.872624 0.785596
+0.867377 0.870190 0.772427
+0.902014 0.867755 0.759259
+0.926030 0.865781 0.750862
+0.935887 0.864422 0.748829
+0.945743 0.863062 0.746796
+0.955599 0.861702 0.744763
+0.965455 0.860343 0.742730
+0.280603 0.709835 0.674919
+0.301626 0.720180 0.684160
+0.322650 0.730525 0.693400
+0.343673 0.740870 0.702641
+0.364696 0.751215 0.711882
+0.386858 0.761169 0.720935
+0.409872 0.770830 0.729848
+0.432887 0.780491 0.738760
+0.455902 0.790152 0.747673
+0.478922 0.799711 0.756472
+0.501970 0.808662 0.764586
+0.525018 0.817613 0.772700
+0.548067 0.826565 0.780815
+0.571115 0.835516 0.788929
+0.593152 0.843713 0.796059
+0.614785 0.851610 0.802795
+0.636418 0.859506 0.809531
+0.658051 0.867403 0.816267
+0.679513 0.874199 0.821296
+0.700549 0.878243 0.822057
+0.721585 0.882288 0.822817
+0.742621 0.886332 0.823577
+0.763657 0.890377 0.824338
+0.793960 0.890010 0.815534
+0.825808 0.888909 0.805137
+0.857656 0.887808 0.794740
+0.889504 0.886707 0.784342
+0.913529 0.885769 0.777003
+0.927125 0.885047 0.773742
+0.940721 0.884325 0.770481
+0.954318 0.883603 0.767220
+0.967914 0.882882 0.763958
+0.291830 0.736574 0.696549
+0.312430 0.746080 0.705106
+0.333030 0.755587 0.713663
+0.353630 0.765094 0.722220
+0.374230 0.774600 0.730777
+0.395898 0.783743 0.739205
+0.418367 0.792612 0.747535
+0.440836 0.801481 0.755866
+0.463305 0.810350 0.764197
+0.485778 0.819125 0.772425
+0.508276 0.827335 0.780037
+0.530773 0.835544 0.787649
+0.553270 0.843753 0.795262
+0.575767 0.851962 0.802874
+0.597328 0.859514 0.809568
+0.618515 0.866802 0.815894
+0.639701 0.874090 0.822221
+0.660888 0.881378 0.828547
+0.681756 0.887756 0.833439
+0.701827 0.891861 0.834742
+0.721898 0.895966 0.836046
+0.741970 0.900071 0.837350
+0.762041 0.904176 0.838654
+0.789816 0.904962 0.832304
+0.818875 0.905194 0.824678
+0.847934 0.905427 0.817052
+0.876993 0.905659 0.809426
+0.901028 0.905756 0.803144
+0.918364 0.905672 0.798655
+0.935700 0.905588 0.794165
+0.953036 0.905504 0.789676
+0.970372 0.905421 0.785186
+0.303058 0.763312 0.718179
+0.323235 0.771981 0.726052
+0.343411 0.780649 0.733926
+0.363588 0.789318 0.741799
+0.383765 0.797986 0.749672
+0.404939 0.806317 0.757475
+0.426862 0.814394 0.765223
+0.448786 0.822472 0.772972
+0.470709 0.830549 0.780721
+0.492635 0.838540 0.788378
+0.514581 0.846007 0.795488
+0.536528 0.853475 0.802599
+0.558474 0.860942 0.809709
+0.580420 0.868409 0.816819
+0.601505 0.875314 0.823077
+0.622245 0.881993 0.828993
+0.642985 0.888673 0.834910
+0.663726 0.895352 0.840827
+0.683999 0.901314 0.845581
+0.703105 0.905479 0.847428
+0.722212 0.909645 0.849276
+0.741318 0.913811 0.851123
+0.760425 0.917976 0.852970
+0.785672 0.919914 0.849073
+0.811942 0.921480 0.844219
+0.838213 0.923046 0.839364
+0.864483 0.924611 0.834510
+0.888527 0.925744 0.829285
+0.909603 0.926298 0.823568
+0.930679 0.926852 0.817850
+0.951754 0.927405 0.812132
+0.972830 0.927959 0.806414
+0.314286 0.790051 0.739809
+0.334039 0.797881 0.746998
+0.353792 0.805711 0.754188
+0.373546 0.813541 0.761378
+0.393299 0.821371 0.768568
+0.413980 0.828891 0.775744
+0.435357 0.836176 0.782911
+0.456735 0.843462 0.790078
+0.478112 0.850748 0.797244
+0.499492 0.857954 0.804331
+0.520887 0.864680 0.810939
+0.542282 0.871405 0.817548
+0.563677 0.878131 0.824156
+0.585072 0.884856 0.830764
+0.605681 0.891114 0.836586
+0.625975 0.897185 0.842093
+0.646269 0.903256 0.847600
+0.666563 0.909327 0.853107
+0.686242 0.914871 0.857723
+0.704384 0.919097 0.860114
+0.722526 0.923324 0.862505
+0.740667 0.927550 0.864896
+0.758809 0.931776 0.867286
+0.781528 0.934865 0.865842
+0.805009 0.937765 0.863759
+0.828491 0.940664 0.861676
+0.851972 0.943564 0.859593
+0.876026 0.945731 0.855426
+0.900841 0.946923 0.848480
+0.925657 0.948115 0.841534
+0.950473 0.949306 0.834588
+0.975289 0.950498 0.827642
+0.148009 0.148923 0.155051
+0.176425 0.146416 0.171813
+0.204841 0.143910 0.188574
+0.233257 0.141404 0.205336
+0.261673 0.138898 0.222097
+0.300909 0.138787 0.235879
+0.348260 0.140473 0.247427
+0.395610 0.142160 0.258975
+0.442961 0.143846 0.270523
+0.489756 0.145853 0.281245
+0.533215 0.149782 0.287017
+0.576674 0.153711 0.292789
+0.620133 0.157641 0.298562
+0.663592 0.161570 0.304334
+0.695756 0.165568 0.307792
+0.723402 0.169593 0.310325
+0.751048 0.173618 0.312858
+0.778693 0.177644 0.315391
+0.803586 0.181472 0.317159
+0.821596 0.184805 0.317013
+0.839606 0.188138 0.316867
+0.857616 0.191472 0.316721
+0.875626 0.194805 0.316575
+0.887297 0.196980 0.315371
+0.897911 0.198961 0.313991
+0.908525 0.200943 0.312611
+0.919139 0.202925 0.311230
+0.927518 0.204706 0.310861
+0.932916 0.206219 0.311839
+0.938315 0.207733 0.312817
+0.943713 0.209247 0.313796
+0.949112 0.210761 0.314774
+0.153043 0.155004 0.161437
+0.178327 0.156567 0.177979
+0.203612 0.158130 0.194521
+0.228897 0.159693 0.211062
+0.254181 0.161256 0.227604
+0.292178 0.161873 0.242065
+0.339708 0.161781 0.254965
+0.387239 0.161689 0.267865
+0.434769 0.161596 0.280765
+0.481753 0.161935 0.292773
+0.525453 0.164856 0.299424
+0.569153 0.167777 0.306075
+0.612853 0.170698 0.312727
+0.656553 0.173619 0.319378
+0.689066 0.177170 0.323354
+0.717104 0.180973 0.326259
+0.745142 0.184776 0.329164
+0.773180 0.188579 0.332070
+0.798525 0.192236 0.334067
+0.817137 0.195531 0.333793
+0.835748 0.198826 0.333519
+0.854360 0.202121 0.333245
+0.872972 0.205416 0.332971
+0.885129 0.207479 0.331428
+0.896211 0.209336 0.329674
+0.907292 0.211193 0.327921
+0.918374 0.213051 0.326167
+0.927052 0.214719 0.325434
+0.932526 0.216134 0.326064
+0.938000 0.217549 0.326694
+0.943474 0.218963 0.327323
+0.948948 0.220378 0.327953
+0.158077 0.161086 0.167823
+0.180230 0.166718 0.184145
+0.202383 0.172350 0.200467
+0.224537 0.177982 0.216789
+0.246690 0.183614 0.233111
+0.283447 0.184959 0.248250
+0.331157 0.183088 0.262503
+0.378867 0.181218 0.276755
+0.426577 0.179347 0.291008
+0.473749 0.178017 0.304300
+0.517690 0.179929 0.311831
+0.561631 0.181842 0.319361
+0.605572 0.183755 0.326892
+0.649513 0.185668 0.334423
+0.682375 0.188772 0.338915
+0.710805 0.192353 0.342193
+0.739236 0.195933 0.345471
+0.767666 0.199513 0.348748
+0.793464 0.203001 0.350975
+0.812677 0.206257 0.350573
+0.831890 0.209514 0.350170
+0.851104 0.212770 0.349768
+0.870317 0.216026 0.349366
+0.882961 0.217977 0.347485
+0.894510 0.219711 0.345358
+0.906059 0.221444 0.343230
+0.917608 0.223177 0.341103
+0.926586 0.224732 0.340008
+0.932136 0.226048 0.340289
+0.937685 0.227364 0.340570
+0.943235 0.228680 0.340851
+0.948785 0.229996 0.341132
+0.163111 0.167168 0.174209
+0.182133 0.176869 0.190311
+0.201155 0.186570 0.206413
+0.220177 0.196272 0.222516
+0.239198 0.205973 0.238618
+0.274716 0.208045 0.254436
+0.322606 0.204396 0.270041
+0.370495 0.200747 0.285646
+0.418385 0.197097 0.301251
+0.465745 0.194098 0.315828
+0.509927 0.195003 0.324238
+0.554109 0.195908 0.332648
+0.598291 0.196813 0.341057
+0.642473 0.197718 0.349467
+0.675684 0.200375 0.354477
+0.704507 0.203733 0.358127
+0.733330 0.207090 0.361777
+0.762153 0.210448 0.365427
+0.788402 0.213766 0.367883
+0.808217 0.216984 0.367352
+0.828033 0.220201 0.366822
+0.847848 0.223419 0.366292
+0.867663 0.226637 0.365762
+0.880793 0.228476 0.363542
+0.892810 0.230085 0.361041
+0.904827 0.231694 0.358540
+0.916843 0.233304 0.356039
+0.926120 0.234745 0.354581
+0.931746 0.235962 0.354514
+0.937371 0.237179 0.354446
+0.942996 0.238397 0.354379
+0.948621 0.239614 0.354311
+0.168145 0.173249 0.180595
+0.184035 0.187020 0.196477
+0.199926 0.200790 0.212360
+0.215816 0.214561 0.228242
+0.231707 0.228331 0.244125
+0.265985 0.231131 0.260622
+0.314055 0.225703 0.277579
+0.362124 0.220276 0.294536
+0.410193 0.214848 0.311494
+0.457741 0.210180 0.327355
+0.502164 0.210077 0.336644
+0.546587 0.209974 0.345934
+0.591010 0.209870 0.355223
+0.635433 0.209767 0.364512
+0.668993 0.211977 0.370039
+0.698209 0.215112 0.374061
+0.727424 0.218248 0.378083
+0.756640 0.221383 0.382106
+0.783341 0.224531 0.384791
+0.803758 0.227710 0.384132
+0.824175 0.230889 0.383474
+0.844592 0.234068 0.382816
+0.865008 0.237247 0.382157
+0.878626 0.238975 0.379599
+0.891110 0.240460 0.376725
+0.903594 0.241945 0.373850
+0.916078 0.243430 0.370976
+0.925655 0.244758 0.369155
+0.931355 0.245876 0.368739
+0.937056 0.246995 0.368322
+0.942757 0.248113 0.367906
+0.948457 0.249232 0.367490
+0.173326 0.180255 0.188059
+0.188219 0.195989 0.204007
+0.203111 0.211724 0.219955
+0.218004 0.227459 0.235903
+0.232897 0.243193 0.251851
+0.264762 0.248332 0.268852
+0.309357 0.245525 0.286643
+0.353951 0.242717 0.304433
+0.398546 0.239910 0.322224
+0.443256 0.237241 0.338947
+0.488660 0.235402 0.349268
+0.534064 0.233563 0.359588
+0.579467 0.231724 0.369908
+0.624871 0.229885 0.380228
+0.659319 0.231132 0.386349
+0.689385 0.233613 0.390789
+0.719451 0.236094 0.395229
+0.749516 0.238574 0.399670
+0.777046 0.241189 0.402610
+0.798238 0.244137 0.401799
+0.819429 0.247086 0.400988
+0.840620 0.250034 0.400178
+0.861812 0.252983 0.399367
+0.876029 0.254427 0.396458
+0.889083 0.255621 0.393200
+0.902138 0.256815 0.389941
+0.915193 0.258008 0.386683
+0.925155 0.259066 0.384482
+0.930995 0.259944 0.383692
+0.936835 0.260821 0.382903
+0.942674 0.261699 0.382113
+0.948514 0.262576 0.381323
+0.178618 0.187953 0.196332
+0.194113 0.204073 0.212560
+0.209607 0.220193 0.228787
+0.225102 0.236313 0.245015
+0.240597 0.252432 0.261243
+0.269169 0.261119 0.278617
+0.307549 0.264231 0.296851
+0.345928 0.267344 0.315086
+0.384308 0.270456 0.333320
+0.423911 0.272535 0.350588
+0.470850 0.268415 0.362053
+0.517789 0.264295 0.373518
+0.564729 0.260175 0.384984
+0.611668 0.256055 0.396449
+0.647407 0.255951 0.403220
+0.678667 0.257454 0.408112
+0.709926 0.258956 0.413005
+0.741186 0.260458 0.417897
+0.769827 0.262267 0.421112
+0.791922 0.264841 0.420131
+0.814018 0.267415 0.419150
+0.836113 0.269988 0.418169
+0.858209 0.272562 0.417188
+0.873110 0.273596 0.413919
+0.886813 0.274372 0.410268
+0.900515 0.275149 0.406618
+0.914218 0.275926 0.402967
+0.924631 0.276597 0.400375
+0.930657 0.277126 0.399193
+0.936684 0.277656 0.398011
+0.942710 0.278185 0.396830
+0.948736 0.278715 0.395648
+0.183910 0.195652 0.204605
+0.200007 0.212157 0.221112
+0.216103 0.228662 0.237619
+0.232200 0.245167 0.254127
+0.248297 0.261672 0.270634
+0.273576 0.273906 0.288382
+0.305741 0.282938 0.307060
+0.337906 0.291970 0.325738
+0.370071 0.301002 0.344416
+0.404566 0.307829 0.362228
+0.453040 0.301428 0.374838
+0.501515 0.295027 0.387449
+0.549990 0.288626 0.400059
+0.598465 0.282225 0.412670
+0.635496 0.280771 0.420090
+0.667949 0.281295 0.425435
+0.700402 0.281819 0.430780
+0.732855 0.282343 0.436125
+0.762607 0.283345 0.439614
+0.785607 0.285544 0.438463
+0.808606 0.287743 0.437312
+0.831606 0.289942 0.436160
+0.854606 0.292141 0.435009
+0.870192 0.292764 0.431380
+0.884542 0.293124 0.427337
+0.898892 0.293483 0.423294
+0.913243 0.293843 0.419252
+0.924106 0.294127 0.416267
+0.930319 0.294308 0.414693
+0.936532 0.294490 0.413120
+0.942746 0.294672 0.411546
+0.948959 0.294854 0.409972
+0.189202 0.203350 0.212878
+0.205900 0.220241 0.229665
+0.222599 0.237131 0.246452
+0.239298 0.254021 0.263238
+0.255997 0.270911 0.280025
+0.277982 0.286693 0.298147
+0.303933 0.301645 0.317269
+0.329883 0.316596 0.336391
+0.355833 0.331548 0.355513
+0.385220 0.343123 0.373868
+0.435231 0.334441 0.387624
+0.485241 0.325759 0.401379
+0.535251 0.317077 0.415135
+0.585262 0.308395 0.428890
+0.623584 0.305590 0.436961
+0.657231 0.305136 0.442759
+0.690877 0.304681 0.448556
+0.724524 0.304227 0.454353
+0.755387 0.304423 0.458116
+0.779291 0.306247 0.456795
+0.803195 0.308072 0.455473
+0.827099 0.309896 0.454152
+0.851002 0.311720 0.452830
+0.867273 0.311932 0.448840
+0.882271 0.311875 0.444405
+0.897269 0.311818 0.439971
+0.912268 0.311761 0.435536
+0.923581 0.311657 0.432160
+0.929981 0.311491 0.430194
+0.936381 0.311325 0.428228
+0.942781 0.311159 0.426262
+0.949181 0.310992 0.424297
+0.194315 0.211640 0.221840
+0.211631 0.228895 0.238879
+0.228947 0.246150 0.255918
+0.246263 0.263405 0.272956
+0.263579 0.280660 0.289995
+0.282833 0.299492 0.308427
+0.303542 0.319507 0.327904
+0.324250 0.339522 0.347381
+0.344958 0.359537 0.366858
+0.369909 0.375312 0.385677
+0.420321 0.365650 0.400552
+0.470733 0.355988 0.415426
+0.521145 0.346326 0.430300
+0.571557 0.336664 0.445174
+0.610926 0.332751 0.453918
+0.645878 0.331139 0.460209
+0.680829 0.329526 0.466500
+0.715780 0.327913 0.472792
+0.747846 0.327158 0.476859
+0.772696 0.328545 0.475365
+0.797547 0.329933 0.473872
+0.822398 0.331321 0.472379
+0.847248 0.332709 0.470886
+0.864229 0.332481 0.466530
+0.879898 0.331984 0.461697
+0.895567 0.331487 0.456864
+0.911237 0.330989 0.452031
+0.923020 0.330474 0.448255
+0.929622 0.329933 0.445889
+0.936224 0.329392 0.443522
+0.942826 0.328852 0.441156
+0.949427 0.328311 0.438789
+0.198354 0.223474 0.234933
+0.216378 0.240972 0.252059
+0.234403 0.258469 0.269185
+0.252427 0.275967 0.286311
+0.270451 0.293464 0.303437
+0.290349 0.312358 0.321804
+0.311653 0.332300 0.341102
+0.332956 0.352241 0.360400
+0.354259 0.372183 0.379698
+0.378807 0.388870 0.398501
+0.422817 0.386033 0.414335
+0.466827 0.383197 0.430169
+0.510838 0.380360 0.446003
+0.554848 0.377524 0.461838
+0.593794 0.373963 0.471388
+0.630714 0.370113 0.478424
+0.667635 0.366263 0.485460
+0.704555 0.362413 0.492497
+0.738371 0.359829 0.497044
+0.764425 0.360410 0.495370
+0.790479 0.360991 0.493696
+0.816533 0.361572 0.492022
+0.842587 0.362152 0.490348
+0.860433 0.361313 0.485593
+0.876912 0.360237 0.480325
+0.893390 0.359161 0.475057
+0.909869 0.358085 0.469788
+0.922240 0.357010 0.465569
+0.929134 0.355934 0.462749
+0.936028 0.354859 0.459928
+0.942923 0.353784 0.457108
+0.949817 0.352709 0.454287
+0.202394 0.235308 0.248027
+0.221126 0.253048 0.265240
+0.239858 0.270788 0.282453
+0.258591 0.288529 0.299666
+0.277323 0.306269 0.316880
+0.297865 0.325225 0.335182
+0.319764 0.345093 0.354300
+0.341662 0.364961 0.373419
+0.363561 0.384829 0.392537
+0.387704 0.402428 0.411324
+0.425313 0.406417 0.428118
+0.462921 0.410406 0.444912
+0.500530 0.414394 0.461707
+0.538139 0.418383 0.478501
+0.576662 0.415175 0.488857
+0.615551 0.409088 0.496639
+0.654441 0.403000 0.504420
+0.693330 0.396913 0.512202
+0.728896 0.392500 0.517230
+0.756153 0.392274 0.515375
+0.783410 0.392048 0.513520
+0.810668 0.391822 0.511665
+0.837925 0.391596 0.509811
+0.856637 0.390145 0.504657
+0.873925 0.388491 0.498953
+0.891213 0.386836 0.493249
+0.908501 0.385181 0.487546
+0.921460 0.383546 0.482883
+0.928646 0.381936 0.479609
+0.935833 0.380326 0.476335
+0.943020 0.378716 0.473060
+0.950207 0.377106 0.469786
+0.206433 0.247142 0.261120
+0.225874 0.265125 0.278421
+0.245314 0.283108 0.295721
+0.264755 0.301091 0.313022
+0.284195 0.319073 0.330322
+0.305381 0.338091 0.348559
+0.327875 0.357886 0.367498
+0.350368 0.377680 0.386438
+0.372862 0.397475 0.405377
+0.396601 0.415986 0.424147
+0.427808 0.426800 0.441902
+0.459015 0.437615 0.459656
+0.490222 0.448429 0.477410
+0.521429 0.459243 0.495164
+0.559530 0.456386 0.506327
+0.600388 0.448062 0.514854
+0.641246 0.439738 0.523380
+0.682105 0.431413 0.531906
+0.719421 0.425172 0.537415
+0.747881 0.424139 0.535380
+0.776342 0.423106 0.533344
+0.804803 0.422073 0.531309
+0.833264 0.421040 0.529273
+0.852841 0.418978 0.523720
+0.870939 0.416744 0.517581
+0.889036 0.414511 0.511442
+0.907133 0.412277 0.505303
+0.920680 0.410082 0.500197
+0.928159 0.407937 0.496469
+0.935638 0.405793 0.492741
+0.943117 0.403649 0.489013
+0.950596 0.401504 0.485284
+0.210473 0.258977 0.274214
+0.230622 0.277202 0.291602
+0.250770 0.295427 0.308989
+0.270919 0.313653 0.326377
+0.291067 0.331878 0.343764
+0.312896 0.350958 0.361936
+0.335986 0.370679 0.380696
+0.359075 0.390400 0.399457
+0.382164 0.410121 0.418217
+0.405498 0.429544 0.436971
+0.430304 0.447184 0.455685
+0.455109 0.464823 0.474399
+0.479915 0.482463 0.493113
+0.504720 0.500102 0.511827
+0.542398 0.497598 0.523797
+0.585225 0.487036 0.533068
+0.628052 0.476475 0.542340
+0.670879 0.465913 0.551611
+0.709946 0.457843 0.557601
+0.739610 0.456003 0.555384
+0.769274 0.454163 0.553168
+0.798938 0.452323 0.550952
+0.828602 0.450483 0.548735
+0.849045 0.447810 0.542784
+0.867952 0.444998 0.536209
+0.886859 0.442185 0.529635
+0.905765 0.439373 0.523060
+0.919900 0.436618 0.517511
+0.927671 0.433939 0.513329
+0.935443 0.431260 0.509147
+0.943214 0.428581 0.504965
+0.950986 0.425902 0.500783
+0.212198 0.275840 0.292869
+0.233043 0.294126 0.310152
+0.253888 0.312412 0.327435
+0.274733 0.330698 0.344719
+0.295579 0.348984 0.362002
+0.318050 0.367931 0.379913
+0.341740 0.387375 0.398295
+0.365431 0.406818 0.416677
+0.389121 0.426262 0.435058
+0.412764 0.445668 0.453460
+0.436121 0.464856 0.471980
+0.459478 0.484043 0.490499
+0.482834 0.503231 0.509019
+0.506191 0.522418 0.527538
+0.541474 0.522935 0.540216
+0.581527 0.515984 0.550557
+0.621580 0.509032 0.560898
+0.661633 0.502081 0.571238
+0.699109 0.496265 0.577975
+0.730144 0.493288 0.575700
+0.761179 0.490311 0.573425
+0.792214 0.487334 0.571150
+0.823249 0.484356 0.568875
+0.844643 0.481055 0.562538
+0.864430 0.477700 0.555524
+0.884218 0.474344 0.548510
+0.904005 0.470988 0.541496
+0.918804 0.467679 0.535488
+0.926952 0.464430 0.530821
+0.935101 0.461181 0.526155
+0.943249 0.457933 0.521488
+0.951398 0.454684 0.516821
+0.212996 0.294714 0.313748
+0.234534 0.312988 0.330851
+0.256071 0.331262 0.347953
+0.277608 0.349536 0.365056
+0.299146 0.367810 0.382158
+0.322258 0.386547 0.399730
+0.346552 0.405632 0.417653
+0.370847 0.424716 0.435577
+0.395141 0.443800 0.453500
+0.419377 0.462819 0.471415
+0.443266 0.481443 0.489279
+0.467156 0.500068 0.507142
+0.491045 0.518692 0.525005
+0.514935 0.537316 0.542869
+0.547033 0.541922 0.556215
+0.582415 0.540920 0.567755
+0.617796 0.539918 0.579295
+0.653178 0.538916 0.590834
+0.687729 0.536987 0.598424
+0.720202 0.532740 0.596140
+0.752675 0.528494 0.593855
+0.785148 0.524248 0.591571
+0.817621 0.520001 0.589287
+0.839999 0.516065 0.582570
+0.860695 0.512181 0.575114
+0.881391 0.508296 0.567658
+0.902087 0.504412 0.560203
+0.917582 0.500549 0.553730
+0.926141 0.496717 0.548566
+0.934701 0.492885 0.543403
+0.943260 0.489053 0.538239
+0.951820 0.485220 0.533076
+0.213795 0.313589 0.334627
+0.236024 0.331851 0.351549
+0.258254 0.350113 0.368471
+0.280483 0.368375 0.385393
+0.302712 0.386637 0.402315
+0.326467 0.405163 0.419547
+0.351365 0.423889 0.437012
+0.376262 0.442614 0.454477
+0.401160 0.461339 0.471942
+0.425990 0.479970 0.489371
+0.450412 0.498031 0.506578
+0.474834 0.516092 0.523785
+0.499256 0.534153 0.540992
+0.523678 0.552214 0.558199
+0.552592 0.560908 0.572214
+0.583302 0.565856 0.584953
+0.614013 0.570803 0.597692
+0.644723 0.575750 0.610430
+0.676348 0.577708 0.618874
+0.710259 0.572193 0.616580
+0.744170 0.566677 0.614286
+0.778081 0.561162 0.611992
+0.811992 0.555646 0.609698
+0.835355 0.551075 0.602601
+0.856960 0.546662 0.594704
+0.878565 0.542248 0.586807
+0.900170 0.537835 0.578910
+0.916360 0.533420 0.571971
+0.925330 0.529004 0.566311
+0.934300 0.524588 0.560651
+0.943271 0.520172 0.554990
+0.952241 0.515757 0.549330
+0.214594 0.332463 0.355507
+0.237515 0.350713 0.372248
+0.260436 0.368963 0.388989
+0.283358 0.387213 0.405730
+0.306279 0.405463 0.422471
+0.330675 0.423779 0.439364
+0.356177 0.442146 0.456371
+0.381678 0.460512 0.473378
+0.407180 0.478878 0.490385
+0.432603 0.497120 0.507326
+0.457558 0.514618 0.523877
+0.482512 0.532116 0.540428
+0.507467 0.549614 0.556978
+0.532422 0.567112 0.573529
+0.558151 0.579895 0.588213
+0.584190 0.590792 0.602151
+0.610229 0.601688 0.616089
+0.636268 0.612585 0.630026
+0.664967 0.618430 0.639324
+0.700316 0.611645 0.637020
+0.735665 0.604860 0.634716
+0.771014 0.598076 0.632412
+0.806363 0.591291 0.630109
+0.830710 0.586085 0.622632
+0.853224 0.581143 0.614294
+0.875738 0.576200 0.605955
+0.898252 0.571258 0.597617
+0.915138 0.566291 0.590213
+0.924519 0.561291 0.584056
+0.933900 0.556292 0.577899
+0.943282 0.551292 0.571742
+0.952663 0.546293 0.565585
+0.215940 0.355314 0.379089
+0.239403 0.373422 0.395546
+0.262866 0.391530 0.412003
+0.286329 0.409638 0.428460
+0.309791 0.427746 0.444917
+0.334676 0.445748 0.461384
+0.360627 0.463672 0.477860
+0.386577 0.481595 0.494335
+0.412528 0.499518 0.510810
+0.438395 0.517294 0.527197
+0.463758 0.534183 0.543049
+0.489122 0.551072 0.558902
+0.514485 0.567961 0.574754
+0.539848 0.584851 0.590607
+0.563346 0.600353 0.605527
+0.586098 0.615301 0.620074
+0.608849 0.630249 0.634620
+0.631600 0.645197 0.649167
+0.658133 0.653885 0.658895
+0.694117 0.646925 0.656577
+0.730101 0.639965 0.654258
+0.766085 0.633004 0.651939
+0.802069 0.626044 0.649621
+0.827147 0.620475 0.641879
+0.850407 0.615137 0.633233
+0.873667 0.609799 0.624587
+0.896927 0.604461 0.615941
+0.914380 0.599104 0.608228
+0.924091 0.593722 0.601759
+0.933801 0.588340 0.595289
+0.943512 0.582957 0.588819
+0.953222 0.577575 0.582350
+0.218656 0.388104 0.409432
+0.242284 0.405745 0.425346
+0.265911 0.423386 0.441259
+0.289539 0.441027 0.457173
+0.313166 0.458669 0.473087
+0.338157 0.476099 0.488913
+0.364171 0.493370 0.504674
+0.390185 0.510642 0.520435
+0.416199 0.527913 0.536196
+0.442134 0.545027 0.551855
+0.467596 0.561192 0.566905
+0.493058 0.577358 0.581954
+0.518520 0.593524 0.597004
+0.543982 0.609690 0.612053
+0.567631 0.624489 0.626126
+0.590554 0.638743 0.639808
+0.613477 0.652996 0.653489
+0.636400 0.667250 0.667171
+0.662663 0.676173 0.676273
+0.697275 0.671772 0.673926
+0.731887 0.667372 0.671580
+0.766500 0.662971 0.669233
+0.801112 0.658570 0.666886
+0.826285 0.653313 0.659164
+0.849884 0.647914 0.650546
+0.873484 0.642515 0.641928
+0.897084 0.637115 0.633310
+0.914784 0.631774 0.625676
+0.924620 0.626511 0.619355
+0.934455 0.621248 0.613034
+0.944290 0.615985 0.606713
+0.954126 0.610722 0.600392
+0.221372 0.420893 0.439774
+0.245165 0.438068 0.455145
+0.268957 0.455243 0.470516
+0.292749 0.472417 0.485886
+0.316541 0.489592 0.501257
+0.341639 0.506449 0.516442
+0.367716 0.523069 0.531489
+0.393793 0.539688 0.546535
+0.419870 0.556308 0.561581
+0.445873 0.572759 0.576513
+0.471434 0.588202 0.590760
+0.496995 0.603644 0.605007
+0.522556 0.619086 0.619253
+0.548116 0.634529 0.633500
+0.571916 0.648626 0.646725
+0.595010 0.662185 0.659542
+0.618105 0.675744 0.672358
+0.641199 0.689303 0.685175
+0.667193 0.698461 0.693651
+0.700433 0.696620 0.691276
+0.733674 0.694779 0.688901
+0.766915 0.692937 0.686526
+0.800155 0.691096 0.684151
+0.825423 0.686152 0.676449
+0.849362 0.680691 0.667858
+0.873301 0.675230 0.659268
+0.897240 0.669770 0.650678
+0.915188 0.664445 0.643124
+0.925148 0.659301 0.636951
+0.935109 0.654157 0.630779
+0.945069 0.649014 0.624606
+0.955029 0.643870 0.618434
+0.224089 0.453683 0.470116
+0.248046 0.470391 0.484944
+0.272002 0.487099 0.499772
+0.295959 0.503807 0.514600
+0.319916 0.520515 0.529427
+0.345120 0.536799 0.543972
+0.371260 0.552767 0.558303
+0.397400 0.568735 0.572635
+0.423540 0.584703 0.586967
+0.449612 0.600492 0.601172
+0.475271 0.615211 0.614615
+0.500931 0.629930 0.628059
+0.526591 0.644649 0.641503
+0.552251 0.659368 0.654947
+0.576201 0.672762 0.667324
+0.599467 0.685627 0.679276
+0.622733 0.698491 0.691227
+0.645999 0.711356 0.703178
+0.671723 0.720750 0.711029
+0.703592 0.721468 0.708626
+0.735461 0.722185 0.706223
+0.767330 0.722903 0.703820
+0.799199 0.723621 0.701417
+0.824561 0.718991 0.693734
+0.848840 0.713468 0.685171
+0.873118 0.707946 0.676608
+0.897397 0.702424 0.668046
+0.915592 0.697115 0.660571
+0.925677 0.692091 0.654547
+0.935763 0.687066 0.648524
+0.945848 0.682042 0.642500
+0.955933 0.677017 0.636476
+0.226805 0.486473 0.500459
+0.250926 0.502714 0.514743
+0.275048 0.518955 0.529028
+0.299170 0.535197 0.543313
+0.323291 0.551438 0.557597
+0.348602 0.567150 0.571501
+0.374805 0.582466 0.585118
+0.401008 0.597782 0.598735
+0.427211 0.613098 0.612352
+0.453351 0.628225 0.625830
+0.479109 0.642220 0.638471
+0.504868 0.656216 0.651112
+0.530626 0.670212 0.663752
+0.556385 0.684207 0.676393
+0.580485 0.696899 0.687924
+0.603923 0.709069 0.699010
+0.627360 0.721239 0.710096
+0.650798 0.733409 0.721182
+0.676253 0.743038 0.728406
+0.706750 0.746315 0.725975
+0.737247 0.749592 0.723544
+0.767745 0.752870 0.721113
+0.798242 0.756147 0.718682
+0.823700 0.751829 0.711019
+0.848318 0.746245 0.702484
+0.872935 0.740662 0.693949
+0.897553 0.735078 0.685414
+0.915996 0.729785 0.678019
+0.926206 0.724880 0.672144
+0.936416 0.719975 0.666269
+0.946626 0.715070 0.660393
+0.956837 0.710165 0.654518
+0.234992 0.523933 0.531345
+0.258842 0.539305 0.544857
+0.282693 0.554677 0.558369
+0.306544 0.570049 0.571881
+0.330394 0.585421 0.585393
+0.355396 0.600259 0.598531
+0.381261 0.614696 0.611389
+0.407125 0.629134 0.624246
+0.432990 0.643571 0.637104
+0.458796 0.657832 0.649824
+0.484254 0.671036 0.661719
+0.509712 0.684240 0.673615
+0.535170 0.697443 0.685510
+0.560628 0.710647 0.697406
+0.584501 0.722626 0.708207
+0.607740 0.734115 0.718571
+0.630978 0.745604 0.728935
+0.654217 0.757093 0.739299
+0.678981 0.766430 0.746267
+0.707561 0.770389 0.744746
+0.736141 0.774349 0.743225
+0.764720 0.778308 0.741704
+0.793300 0.782267 0.740183
+0.820035 0.778557 0.731912
+0.846462 0.773569 0.722516
+0.872889 0.768581 0.713120
+0.899317 0.763593 0.703724
+0.918693 0.758876 0.696135
+0.928669 0.754522 0.690954
+0.938645 0.750167 0.685772
+0.948621 0.745813 0.680591
+0.958597 0.741458 0.675410
+0.244090 0.562172 0.562323
+0.267597 0.576607 0.575024
+0.291105 0.591043 0.587725
+0.314612 0.605478 0.600426
+0.338119 0.619914 0.613127
+0.362742 0.633827 0.625479
+0.388201 0.647348 0.637569
+0.413661 0.660870 0.649660
+0.439120 0.674391 0.661750
+0.464527 0.687752 0.673707
+0.489618 0.700152 0.684867
+0.514708 0.712553 0.696027
+0.539799 0.724953 0.707186
+0.564890 0.737353 0.718346
+0.588472 0.748618 0.728438
+0.611450 0.759428 0.738103
+0.634428 0.770238 0.747769
+0.657406 0.781048 0.757434
+0.681410 0.790007 0.764208
+0.707981 0.794335 0.763754
+0.734552 0.798663 0.763299
+0.761123 0.802992 0.762844
+0.787694 0.807320 0.762390
+0.815903 0.804267 0.753406
+0.844384 0.799984 0.743001
+0.872866 0.795701 0.732597
+0.901348 0.791417 0.722192
+0.921773 0.787370 0.714362
+0.931455 0.783638 0.709966
+0.941136 0.779906 0.705569
+0.950818 0.776175 0.701173
+0.960500 0.772443 0.696776
+0.253188 0.600410 0.593300
+0.276352 0.613909 0.605190
+0.299516 0.627409 0.617080
+0.322680 0.640908 0.628970
+0.345844 0.654407 0.640860
+0.370088 0.667396 0.652427
+0.395142 0.680001 0.663750
+0.420196 0.692606 0.675073
+0.445250 0.705211 0.686396
+0.470257 0.717672 0.697591
+0.494981 0.729269 0.708015
+0.519705 0.740866 0.718438
+0.544428 0.752463 0.728862
+0.569152 0.764060 0.739286
+0.592443 0.774610 0.748669
+0.615160 0.784741 0.757636
+0.637877 0.794873 0.766603
+0.660594 0.805004 0.775570
+0.683839 0.813583 0.782149
+0.708401 0.818280 0.782761
+0.732963 0.822978 0.783373
+0.757526 0.827676 0.783985
+0.782088 0.832373 0.784596
+0.811771 0.829977 0.774901
+0.842307 0.826399 0.763487
+0.872843 0.822820 0.752073
+0.903379 0.819242 0.740659
+0.924852 0.815864 0.732589
+0.934240 0.812755 0.728978
+0.943628 0.809646 0.725366
+0.953016 0.806536 0.721755
+0.962404 0.803427 0.718143
+0.262287 0.638648 0.624277
+0.285107 0.651211 0.635357
+0.307928 0.663774 0.646436
+0.330748 0.676337 0.657515
+0.353569 0.688900 0.668594
+0.377434 0.700964 0.679374
+0.402083 0.712653 0.689930
+0.426732 0.724342 0.700486
+0.451380 0.736031 0.711042
+0.475987 0.747592 0.721474
+0.500344 0.758385 0.731162
+0.524701 0.769179 0.740850
+0.549057 0.779973 0.750538
+0.573414 0.790767 0.760226
+0.596413 0.800602 0.768900
+0.618870 0.810055 0.777168
+0.641327 0.819507 0.785437
+0.663783 0.828960 0.793705
+0.686267 0.837159 0.800091
+0.708821 0.842226 0.801769
+0.731375 0.847293 0.803447
+0.753928 0.852359 0.805125
+0.776482 0.857426 0.806803
+0.807639 0.855687 0.796395
+0.840229 0.852813 0.783972
+0.872820 0.849940 0.771549
+0.905411 0.847066 0.759127
+0.927931 0.844359 0.750817
+0.937025 0.841872 0.747990
+0.946119 0.839385 0.745163
+0.955213 0.836898 0.742336
+0.964307 0.834412 0.739510
+0.272180 0.672342 0.651548
+0.294623 0.684001 0.661858
+0.317066 0.695661 0.672169
+0.339509 0.707320 0.682480
+0.361952 0.718979 0.692790
+0.385392 0.730161 0.702844
+0.409580 0.740984 0.712705
+0.433768 0.751808 0.722566
+0.457956 0.762632 0.732427
+0.482105 0.773340 0.742171
+0.506023 0.783354 0.751214
+0.529941 0.793368 0.760256
+0.553859 0.803383 0.769299
+0.577777 0.813397 0.778342
+0.600412 0.822544 0.786412
+0.622533 0.831344 0.794094
+0.644654 0.840145 0.801775
+0.666775 0.848945 0.809457
+0.688602 0.856726 0.815627
+0.709692 0.861958 0.818017
+0.730781 0.867191 0.820407
+0.751871 0.872423 0.822798
+0.772961 0.877656 0.825188
+0.803930 0.876733 0.815343
+0.836545 0.874784 0.803460
+0.869161 0.872836 0.791576
+0.901776 0.870887 0.779692
+0.924869 0.869003 0.771712
+0.935267 0.867204 0.768938
+0.945664 0.865406 0.766163
+0.956061 0.863607 0.763389
+0.966459 0.861809 0.760614
+0.283134 0.699977 0.673875
+0.305153 0.710776 0.683474
+0.327173 0.721574 0.693073
+0.349192 0.732373 0.702672
+0.371212 0.743171 0.712271
+0.394165 0.753528 0.721677
+0.417819 0.763555 0.730939
+0.441472 0.773581 0.740201
+0.465126 0.783607 0.749463
+0.488740 0.793525 0.758619
+0.512124 0.802792 0.767137
+0.535508 0.812059 0.775655
+0.558892 0.821326 0.784173
+0.582275 0.830593 0.792691
+0.604446 0.839085 0.800299
+0.626133 0.847269 0.807543
+0.647819 0.855452 0.814787
+0.669505 0.863635 0.822031
+0.690810 0.870945 0.827957
+0.711163 0.876073 0.830587
+0.731516 0.881200 0.833217
+0.751869 0.886327 0.835847
+0.772222 0.891455 0.838477
+0.800786 0.891561 0.830897
+0.830720 0.890831 0.821616
+0.860653 0.890100 0.812335
+0.890587 0.889370 0.803054
+0.913619 0.888514 0.796165
+0.927450 0.887491 0.792466
+0.941280 0.886468 0.788767
+0.955111 0.885445 0.785068
+0.968942 0.884422 0.781369
+0.294088 0.727612 0.696202
+0.315684 0.737550 0.705089
+0.337280 0.747488 0.713976
+0.358876 0.757425 0.722864
+0.380472 0.767363 0.731751
+0.402938 0.776896 0.740510
+0.426057 0.786125 0.749173
+0.449176 0.795354 0.757837
+0.472295 0.804583 0.766500
+0.495375 0.813711 0.775067
+0.518225 0.822230 0.783061
+0.541074 0.830749 0.791054
+0.563924 0.839269 0.799048
+0.586773 0.847788 0.807041
+0.608481 0.855627 0.814187
+0.629733 0.863193 0.820993
+0.650984 0.870759 0.827799
+0.672235 0.878326 0.834605
+0.693019 0.885165 0.840286
+0.712635 0.890187 0.843156
+0.732250 0.895209 0.846026
+0.751866 0.900231 0.848896
+0.771482 0.905253 0.851766
+0.797643 0.906389 0.846451
+0.824894 0.906877 0.839773
+0.852146 0.907365 0.833095
+0.879397 0.907852 0.826416
+0.902369 0.908025 0.820618
+0.919633 0.907778 0.815995
+0.936897 0.907530 0.811371
+0.954161 0.907283 0.806747
+0.971425 0.907036 0.802124
+0.305041 0.755247 0.718529
+0.326214 0.764324 0.726705
+0.347387 0.773401 0.734880
+0.368560 0.782478 0.743056
+0.389732 0.791555 0.751231
+0.411712 0.800263 0.759343
+0.434296 0.808695 0.767407
+0.456880 0.817127 0.775472
+0.479465 0.825559 0.783536
+0.502010 0.833896 0.791515
+0.524326 0.841668 0.798984
+0.546641 0.849440 0.806453
+0.568956 0.857212 0.813922
+0.591272 0.864984 0.821391
+0.612516 0.872168 0.828074
+0.633332 0.879117 0.834442
+0.654149 0.886067 0.840810
+0.674965 0.893016 0.847179
+0.695227 0.899385 0.852616
+0.714106 0.904302 0.855725
+0.732985 0.909218 0.858835
+0.751864 0.914135 0.861945
+0.770742 0.919052 0.865054
+0.794499 0.921217 0.862005
+0.819069 0.922923 0.857930
+0.843638 0.924629 0.853854
+0.868208 0.926335 0.849778
+0.891118 0.927536 0.845072
+0.911816 0.928065 0.839523
+0.932513 0.928593 0.833975
+0.953211 0.929121 0.828427
+0.973908 0.929649 0.822878
+0.315995 0.782882 0.740856
+0.336745 0.791099 0.748320
+0.357494 0.799315 0.755784
+0.378243 0.807531 0.763247
+0.398993 0.815747 0.770711
+0.420485 0.823631 0.778176
+0.442535 0.831265 0.785641
+0.464584 0.838900 0.793107
+0.486634 0.846534 0.800573
+0.508645 0.854082 0.807964
+0.530427 0.861106 0.814908
+0.552208 0.868130 0.821852
+0.573989 0.875155 0.828797
+0.595770 0.882179 0.835741
+0.616551 0.888709 0.841961
+0.636932 0.895042 0.847891
+0.657313 0.901374 0.853822
+0.677695 0.907707 0.859752
+0.697436 0.913604 0.864945
+0.715578 0.918416 0.868295
+0.733719 0.923228 0.871644
+0.751861 0.928039 0.874994
+0.770003 0.932851 0.878343
+0.791355 0.936045 0.877559
+0.813243 0.938969 0.876086
+0.835131 0.941893 0.874613
+0.857019 0.944818 0.873141
+0.879868 0.947047 0.869525
+0.903999 0.948351 0.863052
+0.928130 0.949655 0.856579
+0.952261 0.950959 0.850106
+0.976391 0.952263 0.843633
+0.153468 0.155209 0.161668
+0.181361 0.152740 0.179177
+0.209254 0.150271 0.196685
+0.237147 0.147802 0.214194
+0.265040 0.145333 0.231702
+0.303924 0.145054 0.246431
+0.351050 0.146416 0.259074
+0.398177 0.147779 0.271718
+0.445304 0.149141 0.284361
+0.491976 0.150844 0.296153
+0.535921 0.154586 0.302834
+0.579866 0.158329 0.309515
+0.623810 0.162071 0.316196
+0.667755 0.165814 0.322877
+0.700804 0.169759 0.326836
+0.729496 0.173784 0.329705
+0.758188 0.177809 0.332574
+0.786879 0.181835 0.335443
+0.811992 0.185652 0.337750
+0.828160 0.188948 0.338650
+0.844327 0.192244 0.339550
+0.860494 0.195540 0.340450
+0.876662 0.198836 0.341350
+0.888058 0.200963 0.339943
+0.898660 0.202894 0.338152
+0.909261 0.204826 0.336361
+0.919863 0.206758 0.334570
+0.928202 0.208494 0.333880
+0.933526 0.209971 0.334659
+0.938850 0.211447 0.335438
+0.944174 0.212924 0.336217
+0.949498 0.214400 0.336996
+0.158726 0.161515 0.168291
+0.183665 0.163168 0.185467
+0.208604 0.164822 0.202643
+0.233542 0.166476 0.219820
+0.258481 0.168129 0.236996
+0.296193 0.168617 0.252316
+0.343486 0.168229 0.266245
+0.390778 0.167841 0.280173
+0.438070 0.167453 0.294102
+0.484915 0.167499 0.307123
+0.529075 0.170152 0.314703
+0.573236 0.172805 0.322283
+0.617396 0.175458 0.329863
+0.661556 0.178111 0.337443
+0.694888 0.181539 0.341974
+0.723887 0.185277 0.345286
+0.752887 0.189015 0.348598
+0.781887 0.192753 0.351910
+0.807358 0.196374 0.354531
+0.824009 0.199702 0.355427
+0.840660 0.203030 0.356323
+0.857311 0.206358 0.357218
+0.873962 0.209685 0.358114
+0.885835 0.211715 0.356386
+0.896913 0.213528 0.354221
+0.907990 0.215342 0.352057
+0.919068 0.217155 0.349892
+0.927717 0.218786 0.348839
+0.933127 0.220175 0.349270
+0.938538 0.221564 0.349700
+0.943948 0.222953 0.350131
+0.949359 0.224342 0.350561
+0.163984 0.167820 0.174913
+0.185969 0.173597 0.191757
+0.207953 0.179373 0.208601
+0.229938 0.185149 0.225446
+0.251922 0.190926 0.242290
+0.288463 0.192179 0.258202
+0.335921 0.190041 0.273415
+0.383379 0.187903 0.288629
+0.430836 0.185764 0.303842
+0.477854 0.184155 0.318093
+0.522230 0.185718 0.326572
+0.566606 0.187281 0.335051
+0.610982 0.188844 0.343530
+0.655358 0.190407 0.352009
+0.688971 0.193319 0.357113
+0.718279 0.196770 0.360868
+0.747586 0.200221 0.364622
+0.776894 0.203672 0.368376
+0.802724 0.207097 0.371313
+0.819858 0.210456 0.372204
+0.836993 0.213816 0.373095
+0.854127 0.217175 0.373986
+0.871262 0.220535 0.374878
+0.883613 0.222468 0.372829
+0.895166 0.224162 0.370291
+0.906719 0.225857 0.367753
+0.918273 0.227552 0.365214
+0.927231 0.229078 0.363799
+0.932728 0.230379 0.363881
+0.938226 0.231681 0.363963
+0.943723 0.232982 0.364044
+0.949220 0.234283 0.364126
+0.169242 0.174126 0.181536
+0.188273 0.184025 0.198048
+0.207303 0.193924 0.214559
+0.226333 0.203823 0.231071
+0.245364 0.213722 0.247583
+0.280733 0.215742 0.264088
+0.328356 0.211853 0.280586
+0.375979 0.207965 0.297084
+0.423603 0.204076 0.313582
+0.470793 0.200810 0.329063
+0.515385 0.201284 0.338441
+0.559976 0.201757 0.347819
+0.604568 0.202231 0.357197
+0.649160 0.202704 0.366575
+0.683054 0.205099 0.372252
+0.712670 0.208263 0.376449
+0.742286 0.211427 0.380646
+0.771902 0.214591 0.384843
+0.798090 0.217820 0.388094
+0.815708 0.221211 0.388981
+0.833326 0.224602 0.389868
+0.850944 0.227993 0.390755
+0.868562 0.231385 0.391641
+0.881390 0.233220 0.389272
+0.893419 0.234796 0.386360
+0.905448 0.236373 0.383449
+0.917478 0.237949 0.380537
+0.926745 0.239370 0.378758
+0.932329 0.240584 0.378492
+0.937913 0.241797 0.378225
+0.943497 0.243011 0.377958
+0.949082 0.244225 0.377691
+0.174500 0.180432 0.188158
+0.190576 0.194454 0.204338
+0.206653 0.208475 0.220518
+0.222729 0.222497 0.236697
+0.238805 0.236518 0.252877
+0.273003 0.239305 0.269973
+0.320791 0.233666 0.287756
+0.368580 0.228027 0.305539
+0.416369 0.222388 0.323323
+0.463732 0.217466 0.340033
+0.508539 0.216850 0.350310
+0.553346 0.216233 0.360587
+0.598154 0.215617 0.370863
+0.642961 0.215001 0.381140
+0.677138 0.216880 0.387390
+0.707061 0.219756 0.392030
+0.736985 0.222633 0.396670
+0.766909 0.225509 0.401309
+0.793455 0.228542 0.404876
+0.811557 0.231965 0.405758
+0.829659 0.235388 0.406640
+0.847760 0.238811 0.407523
+0.865862 0.242234 0.408405
+0.879167 0.243973 0.405715
+0.891672 0.245430 0.402430
+0.904178 0.246888 0.399144
+0.916683 0.248346 0.395859
+0.926259 0.249662 0.393718
+0.931930 0.250788 0.393102
+0.937601 0.251914 0.392487
+0.943272 0.253040 0.391872
+0.948943 0.254166 0.391256
+0.179984 0.187583 0.195738
+0.195124 0.203585 0.211930
+0.210263 0.219588 0.228123
+0.225403 0.235590 0.244315
+0.240543 0.251592 0.260507
+0.272371 0.256756 0.278020
+0.316716 0.253791 0.296522
+0.361062 0.250826 0.315024
+0.405407 0.247861 0.333526
+0.449954 0.244976 0.351002
+0.495714 0.242570 0.362315
+0.541474 0.240164 0.373628
+0.587233 0.237758 0.384941
+0.632993 0.235352 0.396254
+0.668014 0.236190 0.403144
+0.698739 0.238327 0.408263
+0.729464 0.240464 0.413383
+0.760189 0.242600 0.418503
+0.787503 0.245058 0.422408
+0.806290 0.248321 0.423273
+0.825078 0.251584 0.424138
+0.843865 0.254846 0.425003
+0.862652 0.258109 0.425868
+0.876549 0.259578 0.422848
+0.889632 0.260749 0.419180
+0.902715 0.261919 0.415512
+0.915797 0.263089 0.411844
+0.925765 0.264142 0.409325
+0.931580 0.265039 0.408338
+0.937395 0.265935 0.407351
+0.943210 0.266831 0.406363
+0.949025 0.267727 0.405376
+0.185637 0.195369 0.204036
+0.201353 0.211745 0.220499
+0.217070 0.228121 0.236963
+0.232786 0.244497 0.253426
+0.248503 0.260873 0.269890
+0.277064 0.269622 0.287687
+0.315259 0.272649 0.306484
+0.353454 0.275677 0.325281
+0.391649 0.278705 0.344078
+0.431140 0.280626 0.361969
+0.478404 0.275905 0.374421
+0.525668 0.271184 0.386874
+0.572933 0.266464 0.399327
+0.620197 0.261743 0.411779
+0.656484 0.261149 0.419357
+0.688381 0.262206 0.424986
+0.720277 0.263263 0.430614
+0.752173 0.264320 0.436243
+0.780563 0.265920 0.440503
+0.800187 0.268878 0.441341
+0.819811 0.271836 0.442179
+0.839434 0.274795 0.443017
+0.859058 0.277753 0.443855
+0.873635 0.278824 0.440498
+0.887372 0.279580 0.436440
+0.901108 0.280336 0.432383
+0.914844 0.281092 0.428326
+0.925266 0.281764 0.425418
+0.931267 0.282324 0.424042
+0.937269 0.282884 0.422665
+0.943270 0.283443 0.421289
+0.949272 0.284003 0.419912
+0.191290 0.203155 0.212334
+0.207583 0.219905 0.229068
+0.223876 0.236655 0.245803
+0.240170 0.253405 0.262538
+0.256463 0.270155 0.279272
+0.281757 0.282488 0.297354
+0.313802 0.291508 0.316446
+0.345847 0.300529 0.335538
+0.377892 0.309550 0.354630
+0.412326 0.316276 0.372936
+0.461094 0.309241 0.386528
+0.509863 0.302205 0.400120
+0.558632 0.295170 0.413712
+0.607401 0.288134 0.427304
+0.644955 0.286108 0.435571
+0.678022 0.286085 0.441708
+0.711090 0.286062 0.447845
+0.744158 0.286040 0.453982
+0.773623 0.286782 0.458597
+0.794084 0.289435 0.459409
+0.814544 0.292089 0.460220
+0.835004 0.294743 0.461031
+0.855465 0.297397 0.461843
+0.870722 0.298069 0.458147
+0.885111 0.298411 0.453701
+0.899501 0.298753 0.449255
+0.913891 0.299095 0.444808
+0.924766 0.299387 0.441511
+0.930954 0.299610 0.439745
+0.937142 0.299833 0.437980
+0.943331 0.300056 0.436214
+0.949519 0.300279 0.434448
+0.196943 0.210940 0.220632
+0.213813 0.228064 0.237637
+0.230683 0.245188 0.254643
+0.247553 0.262312 0.271649
+0.264423 0.279436 0.288655
+0.286450 0.295354 0.307021
+0.312344 0.310367 0.326408
+0.338239 0.325381 0.345794
+0.364134 0.340394 0.365181
+0.393511 0.351927 0.383903
+0.443785 0.342576 0.398634
+0.494058 0.333226 0.413366
+0.544332 0.323876 0.428098
+0.594605 0.314526 0.442829
+0.633425 0.311067 0.451785
+0.667664 0.309964 0.458431
+0.701903 0.308862 0.465076
+0.736142 0.307760 0.471721
+0.766683 0.307643 0.476692
+0.787980 0.309993 0.477477
+0.809277 0.312342 0.478261
+0.830574 0.314691 0.479045
+0.851871 0.317040 0.479830
+0.867808 0.317314 0.475797
+0.882851 0.317242 0.470962
+0.897894 0.317170 0.466126
+0.912938 0.317098 0.461291
+0.924266 0.317009 0.457604
+0.930641 0.316895 0.455449
+0.937016 0.316782 0.453294
+0.943391 0.316668 0.451139
+0.949766 0.316555 0.448984
+0.202449 0.219262 0.229554
+0.219911 0.236741 0.246805
+0.237374 0.254219 0.264055
+0.254836 0.271698 0.281306
+0.272298 0.289177 0.298557
+0.291613 0.308177 0.317159
+0.312316 0.328319 0.336776
+0.333019 0.348461 0.356392
+0.353723 0.368603 0.376009
+0.378701 0.384391 0.395084
+0.429334 0.374061 0.410907
+0.479967 0.363731 0.426730
+0.530600 0.353400 0.442553
+0.581233 0.343070 0.458376
+0.621076 0.338430 0.468037
+0.656604 0.336065 0.475233
+0.692131 0.333701 0.482429
+0.727658 0.331337 0.489625
+0.759375 0.330210 0.494983
+0.781565 0.332175 0.495743
+0.803754 0.334140 0.496503
+0.825944 0.336106 0.497263
+0.848133 0.338071 0.498023
+0.864777 0.337915 0.493648
+0.880496 0.337406 0.488417
+0.896215 0.336897 0.483187
+0.911934 0.336388 0.477956
+0.923735 0.335892 0.473874
+0.930311 0.335416 0.471322
+0.936888 0.334939 0.468769
+0.943465 0.334462 0.466217
+0.950041 0.333985 0.463665
+0.207074 0.230797 0.242225
+0.225222 0.248516 0.259562
+0.243370 0.266234 0.276900
+0.261518 0.283953 0.294238
+0.279666 0.301671 0.311575
+0.299595 0.320742 0.330124
+0.320859 0.340827 0.349581
+0.342124 0.360912 0.369039
+0.363389 0.380998 0.388496
+0.387919 0.397742 0.407549
+0.432041 0.394439 0.424174
+0.476162 0.391137 0.440800
+0.520284 0.387834 0.457425
+0.564406 0.384532 0.474051
+0.603811 0.380217 0.484515
+0.641330 0.375497 0.492515
+0.678849 0.370778 0.500516
+0.716367 0.366058 0.508516
+0.749857 0.363003 0.514445
+0.773276 0.364108 0.515196
+0.796694 0.365213 0.515947
+0.820112 0.366318 0.516697
+0.843531 0.367423 0.517448
+0.861043 0.366650 0.512704
+0.877572 0.365565 0.507043
+0.894100 0.364480 0.501383
+0.910628 0.363395 0.495723
+0.923016 0.362346 0.491204
+0.929882 0.361346 0.488206
+0.936748 0.360346 0.485209
+0.943614 0.359346 0.482211
+0.950480 0.358346 0.479213
+0.211698 0.242333 0.254895
+0.230532 0.260291 0.272320
+0.249366 0.278249 0.289744
+0.268199 0.296207 0.307169
+0.287033 0.314166 0.324594
+0.307577 0.333307 0.343089
+0.329403 0.353336 0.362387
+0.351229 0.373364 0.381685
+0.373056 0.393393 0.400983
+0.397137 0.411092 0.420013
+0.434747 0.414818 0.437441
+0.472358 0.418543 0.454869
+0.509968 0.422268 0.472297
+0.547578 0.425993 0.489725
+0.586546 0.422004 0.500994
+0.626056 0.414929 0.509798
+0.665566 0.407854 0.518602
+0.705076 0.400779 0.527407
+0.740340 0.395796 0.533908
+0.764987 0.396040 0.534649
+0.789634 0.396285 0.535391
+0.814281 0.396530 0.536132
+0.838928 0.396774 0.536874
+0.857310 0.395386 0.531760
+0.874647 0.393724 0.525669
+0.891985 0.392063 0.519579
+0.909323 0.390402 0.513489
+0.922297 0.388800 0.508534
+0.929452 0.387276 0.505091
+0.936608 0.385753 0.501648
+0.943764 0.384229 0.498205
+0.950920 0.382706 0.494762
+0.216323 0.253868 0.267565
+0.235843 0.272066 0.285077
+0.255362 0.290264 0.302589
+0.274881 0.308462 0.320101
+0.294400 0.326660 0.337613
+0.315559 0.345872 0.356054
+0.337947 0.365844 0.375193
+0.360334 0.385816 0.394331
+0.382722 0.405788 0.413469
+0.406355 0.424443 0.432478
+0.437454 0.435196 0.450708
+0.468553 0.445949 0.468939
+0.499652 0.456702 0.487169
+0.530751 0.467455 0.505400
+0.569280 0.463791 0.517472
+0.610782 0.454361 0.527081
+0.652284 0.444931 0.536689
+0.693785 0.435501 0.546298
+0.730822 0.428589 0.553370
+0.756698 0.427973 0.554102
+0.782573 0.427358 0.554835
+0.808449 0.426742 0.555567
+0.834325 0.426126 0.556299
+0.853576 0.424121 0.550815
+0.871723 0.421884 0.544296
+0.889870 0.419646 0.537776
+0.908017 0.417409 0.531256
+0.921578 0.415254 0.525864
+0.929023 0.413207 0.521975
+0.936468 0.411160 0.518087
+0.943914 0.409113 0.514198
+0.951359 0.407066 0.510310
+0.220948 0.265403 0.280235
+0.241153 0.283841 0.297834
+0.261358 0.302279 0.315434
+0.281563 0.320717 0.333033
+0.301768 0.339155 0.350632
+0.323541 0.358437 0.369019
+0.346490 0.378352 0.387998
+0.369440 0.398267 0.406977
+0.392389 0.418183 0.425956
+0.415572 0.437793 0.444943
+0.440160 0.455574 0.463976
+0.464748 0.473355 0.483009
+0.489336 0.491136 0.502042
+0.513923 0.508917 0.521075
+0.552015 0.505579 0.533950
+0.595508 0.493793 0.544363
+0.639001 0.482008 0.554776
+0.682494 0.470222 0.565188
+0.721305 0.461382 0.572833
+0.748409 0.459906 0.573556
+0.775513 0.458430 0.574279
+0.802618 0.456954 0.575002
+0.829722 0.455478 0.575725
+0.849842 0.452856 0.569871
+0.868799 0.450043 0.562922
+0.887755 0.447230 0.555972
+0.906711 0.444416 0.549022
+0.920859 0.441707 0.543194
+0.928594 0.439137 0.538860
+0.936329 0.436567 0.534526
+0.944064 0.433997 0.530192
+0.951799 0.431427 0.525858
+0.223382 0.281514 0.298022
+0.244288 0.300016 0.315515
+0.265193 0.318517 0.333008
+0.286098 0.337019 0.350501
+0.307003 0.355521 0.367994
+0.329413 0.374686 0.386137
+0.352952 0.394349 0.404767
+0.376491 0.414012 0.423397
+0.400030 0.433674 0.442027
+0.423504 0.453303 0.460685
+0.446583 0.472723 0.479515
+0.469663 0.492144 0.498344
+0.492743 0.511565 0.517174
+0.515823 0.530986 0.536004
+0.551359 0.530876 0.549534
+0.591877 0.522954 0.560945
+0.632396 0.515032 0.572355
+0.672914 0.507111 0.583765
+0.710029 0.500632 0.592163
+0.738634 0.497763 0.593029
+0.767239 0.494893 0.593895
+0.795844 0.492024 0.594762
+0.824449 0.489154 0.595628
+0.845538 0.485870 0.589424
+0.865375 0.482517 0.582043
+0.885212 0.479163 0.574661
+0.905049 0.475810 0.567279
+0.919860 0.472556 0.561002
+0.927972 0.469435 0.556198
+0.936083 0.466315 0.551394
+0.944194 0.463194 0.546590
+0.952305 0.460074 0.541786
+0.224941 0.299455 0.317855
+0.246552 0.317950 0.335165
+0.268163 0.336445 0.352474
+0.289774 0.354941 0.369783
+0.311386 0.373436 0.387093
+0.334442 0.392409 0.404914
+0.358582 0.411741 0.423120
+0.382722 0.431073 0.441325
+0.406862 0.450405 0.459531
+0.430921 0.469675 0.477739
+0.454493 0.488581 0.495963
+0.478066 0.507486 0.514187
+0.501639 0.526392 0.532411
+0.525212 0.545297 0.550635
+0.557346 0.549577 0.564760
+0.592903 0.548007 0.577246
+0.628461 0.546436 0.589731
+0.664019 0.544866 0.602217
+0.698050 0.542465 0.611441
+0.728264 0.537989 0.612511
+0.758478 0.533513 0.613582
+0.788693 0.529037 0.614652
+0.818907 0.524561 0.615722
+0.841006 0.520596 0.609177
+0.861752 0.516716 0.601362
+0.882498 0.512837 0.593547
+0.903243 0.508957 0.585732
+0.918750 0.505162 0.579002
+0.927273 0.501481 0.573718
+0.935795 0.497799 0.568434
+0.944317 0.494117 0.563150
+0.952839 0.490436 0.557866
+0.226499 0.317395 0.337689
+0.248816 0.335884 0.354814
+0.271134 0.354373 0.371940
+0.293451 0.372862 0.389066
+0.315768 0.391351 0.406192
+0.339471 0.410132 0.423692
+0.364211 0.429133 0.441473
+0.388952 0.448134 0.459254
+0.413693 0.467135 0.477035
+0.438337 0.486048 0.494793
+0.462403 0.504438 0.512411
+0.486470 0.522829 0.530029
+0.510536 0.541219 0.547647
+0.534602 0.559609 0.565266
+0.563333 0.568278 0.579986
+0.593930 0.573059 0.593547
+0.624526 0.577840 0.607108
+0.655123 0.582621 0.620669
+0.686070 0.584298 0.630719
+0.717894 0.578216 0.631993
+0.749718 0.572133 0.633268
+0.781542 0.566050 0.634542
+0.813366 0.559968 0.635816
+0.836474 0.555322 0.628929
+0.858128 0.550916 0.620681
+0.879783 0.546510 0.612433
+0.901438 0.542105 0.604186
+0.917640 0.537769 0.597002
+0.926573 0.533526 0.591238
+0.935506 0.529283 0.585474
+0.944439 0.525040 0.579711
+0.953372 0.520798 0.573947
+0.228057 0.335336 0.357522
+0.251081 0.353818 0.374464
+0.274104 0.372301 0.391406
+0.297128 0.390783 0.408349
+0.320151 0.409266 0.425291
+0.344499 0.427856 0.442470
+0.369841 0.446525 0.459826
+0.395183 0.465195 0.477183
+0.420524 0.483865 0.494539
+0.445754 0.502421 0.511846
+0.470314 0.520296 0.528859
+0.494873 0.538171 0.545872
+0.519432 0.556046 0.562884
+0.543992 0.573920 0.579897
+0.569320 0.586979 0.595212
+0.594956 0.598112 0.609848
+0.620592 0.609244 0.624484
+0.646228 0.620377 0.639120
+0.674091 0.626132 0.649997
+0.707525 0.618442 0.651475
+0.740958 0.610753 0.652954
+0.774391 0.603063 0.654432
+0.807825 0.595374 0.655910
+0.831941 0.590048 0.648681
+0.854505 0.585116 0.640000
+0.877069 0.580184 0.631319
+0.899632 0.575252 0.622639
+0.916531 0.570375 0.615002
+0.925874 0.565571 0.608759
+0.935218 0.560767 0.602515
+0.944562 0.555963 0.596271
+0.953906 0.551159 0.590027
+0.229341 0.356449 0.379863
+0.252977 0.374819 0.396539
+0.276613 0.393189 0.413214
+0.300249 0.411559 0.429889
+0.323885 0.429930 0.446565
+0.348782 0.448234 0.463342
+0.374624 0.466488 0.480197
+0.400465 0.484742 0.497051
+0.426307 0.502997 0.513906
+0.452027 0.521114 0.530689
+0.477014 0.538409 0.547040
+0.502000 0.555705 0.563391
+0.526987 0.573000 0.579743
+0.551973 0.590295 0.596094
+0.574955 0.606277 0.611593
+0.597135 0.621734 0.626751
+0.619315 0.637192 0.641908
+0.641495 0.652649 0.657066
+0.667047 0.661453 0.668394
+0.701031 0.653623 0.670147
+0.735015 0.645794 0.671899
+0.768999 0.637964 0.673652
+0.802982 0.630135 0.675404
+0.827892 0.624433 0.667923
+0.851290 0.619086 0.658902
+0.874687 0.613739 0.649882
+0.898085 0.608392 0.640861
+0.915623 0.603090 0.632868
+0.925347 0.597849 0.626246
+0.935072 0.592608 0.619624
+0.944796 0.587366 0.613001
+0.954521 0.582125 0.606379
+0.229941 0.385491 0.408475
+0.253955 0.403484 0.424675
+0.277969 0.421478 0.440874
+0.301984 0.439471 0.457074
+0.325998 0.457465 0.473274
+0.351199 0.475249 0.489451
+0.377289 0.492877 0.505610
+0.403380 0.510505 0.521770
+0.429470 0.528133 0.537930
+0.455441 0.545607 0.554003
+0.480689 0.562162 0.569554
+0.505938 0.578717 0.585105
+0.531186 0.595272 0.600656
+0.556434 0.611827 0.616208
+0.579710 0.627067 0.630862
+0.602196 0.641782 0.645157
+0.624683 0.656497 0.659453
+0.647169 0.671212 0.673748
+0.672341 0.680493 0.684588
+0.704228 0.676191 0.686791
+0.736115 0.671888 0.688993
+0.768001 0.667585 0.691196
+0.799888 0.663282 0.693398
+0.825052 0.657966 0.685889
+0.849095 0.652482 0.676761
+0.873139 0.646998 0.667633
+0.897182 0.641513 0.658505
+0.915220 0.636078 0.650398
+0.925249 0.630708 0.643652
+0.935278 0.625339 0.636905
+0.945308 0.619970 0.630159
+0.955337 0.614600 0.623413
+0.230540 0.414533 0.437086
+0.254933 0.432149 0.452811
+0.279326 0.449766 0.468535
+0.303718 0.467383 0.484259
+0.328111 0.485000 0.499983
+0.353616 0.502265 0.515559
+0.379955 0.519266 0.531024
+0.406294 0.536267 0.546489
+0.432633 0.553268 0.561954
+0.458854 0.570100 0.577317
+0.484364 0.585915 0.592068
+0.509875 0.601729 0.606819
+0.535385 0.617544 0.621570
+0.560895 0.633359 0.636321
+0.584465 0.647858 0.650131
+0.607258 0.661830 0.663564
+0.630050 0.675803 0.676997
+0.652843 0.689775 0.690430
+0.677635 0.699534 0.700783
+0.707425 0.698758 0.703435
+0.737215 0.697982 0.706087
+0.767004 0.697205 0.708740
+0.796794 0.696429 0.711392
+0.822212 0.691500 0.703855
+0.846901 0.685878 0.694620
+0.871590 0.680256 0.685385
+0.896280 0.674634 0.676150
+0.914817 0.669065 0.667928
+0.925151 0.663568 0.661058
+0.935485 0.658070 0.654187
+0.945819 0.652573 0.647317
+0.956153 0.647075 0.640446
+0.231140 0.443575 0.465698
+0.255911 0.460815 0.480947
+0.280682 0.478055 0.496195
+0.305453 0.495295 0.511444
+0.330224 0.512535 0.526692
+0.356033 0.529280 0.541668
+0.382621 0.545655 0.556438
+0.409209 0.562029 0.571208
+0.435796 0.578404 0.585977
+0.462268 0.594593 0.600630
+0.488040 0.609667 0.614582
+0.513812 0.624742 0.628533
+0.539584 0.639816 0.642484
+0.565356 0.654891 0.656435
+0.589219 0.668648 0.669400
+0.612319 0.681878 0.681970
+0.635418 0.695109 0.694541
+0.658517 0.708339 0.707112
+0.682929 0.718575 0.716977
+0.710622 0.721325 0.720079
+0.738314 0.724076 0.723181
+0.766007 0.726826 0.726284
+0.793699 0.729576 0.729386
+0.819371 0.725033 0.721821
+0.844707 0.719273 0.712479
+0.870042 0.713514 0.703137
+0.895377 0.707755 0.693794
+0.914414 0.702053 0.685458
+0.925053 0.696427 0.678464
+0.935692 0.690802 0.671469
+0.946331 0.685176 0.664474
+0.956970 0.679550 0.657480
+0.231739 0.472617 0.494310
+0.256889 0.489480 0.509083
+0.282038 0.506343 0.523856
+0.307187 0.523206 0.538629
+0.332337 0.540070 0.553402
+0.358450 0.556296 0.567776
+0.385287 0.572044 0.581851
+0.412123 0.587792 0.595926
+0.438959 0.603540 0.610001
+0.465681 0.619086 0.623944
+0.491715 0.633420 0.637095
+0.517749 0.647754 0.650246
+0.543783 0.662088 0.663397
+0.569818 0.676423 0.676548
+0.593974 0.689438 0.688669
+0.617380 0.701926 0.700377
+0.640786 0.714414 0.712085
+0.664192 0.726902 0.723794
+0.688223 0.737616 0.733172
+0.713819 0.743893 0.736724
+0.739414 0.750170 0.740276
+0.765010 0.756446 0.743828
+0.790605 0.762723 0.747380
+0.816531 0.758566 0.739787
+0.842512 0.752669 0.730338
+0.868493 0.746773 0.720888
+0.894474 0.740876 0.711439
+0.914011 0.735041 0.702988
+0.924955 0.729287 0.695869
+0.935899 0.723533 0.688751
+0.946842 0.717779 0.681632
+0.957786 0.712025 0.674513
+0.239293 0.510171 0.525792
+0.264190 0.526149 0.539783
+0.289087 0.542127 0.553774
+0.313984 0.558105 0.567764
+0.338881 0.574083 0.581755
+0.364704 0.589423 0.595352
+0.391221 0.604284 0.608653
+0.417738 0.619145 0.621955
+0.444256 0.634006 0.635256
+0.470665 0.648678 0.648427
+0.496424 0.662216 0.660819
+0.522183 0.675753 0.673210
+0.547942 0.689291 0.685602
+0.573702 0.702828 0.697993
+0.597658 0.715123 0.709371
+0.620894 0.726921 0.720343
+0.644130 0.738719 0.731315
+0.667366 0.750516 0.742287
+0.690919 0.760871 0.751211
+0.715267 0.767616 0.755016
+0.739615 0.774361 0.758821
+0.763963 0.781106 0.762626
+0.788310 0.787851 0.766431
+0.815070 0.784404 0.758500
+0.842232 0.779259 0.748614
+0.869394 0.774113 0.738728
+0.896556 0.768967 0.728842
+0.916671 0.763814 0.720456
+0.927389 0.758650 0.714072
+0.938108 0.753486 0.707688
+0.948826 0.748323 0.701304
+0.959545 0.743159 0.694919
+0.248005 0.549144 0.557753
+0.272545 0.564152 0.570910
+0.297084 0.579160 0.584068
+0.321624 0.594168 0.597225
+0.346163 0.609176 0.610382
+0.371597 0.623568 0.623172
+0.397700 0.637499 0.635687
+0.423804 0.651430 0.648201
+0.449907 0.665361 0.660716
+0.475910 0.679121 0.673105
+0.501305 0.691852 0.684744
+0.526700 0.704583 0.696383
+0.552095 0.717315 0.708022
+0.577490 0.730046 0.719660
+0.601164 0.741624 0.730312
+0.624150 0.752740 0.740569
+0.647137 0.763856 0.750825
+0.670123 0.774972 0.761082
+0.693182 0.784828 0.769558
+0.716424 0.791532 0.773583
+0.739666 0.798235 0.777608
+0.762907 0.804939 0.781633
+0.786149 0.811643 0.785658
+0.813839 0.808961 0.777338
+0.842271 0.804714 0.766960
+0.870703 0.800467 0.756582
+0.899135 0.796220 0.746204
+0.919841 0.791885 0.737914
+0.930246 0.787431 0.732407
+0.940651 0.782977 0.726901
+0.951056 0.778523 0.721394
+0.961461 0.774069 0.715888
+0.256717 0.588117 0.589714
+0.280900 0.602155 0.602038
+0.305082 0.616193 0.614362
+0.329264 0.630231 0.626686
+0.353446 0.644269 0.639010
+0.378490 0.657714 0.650993
+0.404179 0.670715 0.662720
+0.429869 0.683715 0.674448
+0.455559 0.696716 0.686176
+0.481155 0.709563 0.697783
+0.506186 0.721488 0.708669
+0.531216 0.733413 0.719555
+0.556247 0.745339 0.730441
+0.581277 0.757264 0.741327
+0.604670 0.768124 0.751253
+0.627407 0.778559 0.760794
+0.650144 0.788993 0.770335
+0.672880 0.799428 0.779877
+0.695446 0.808785 0.787905
+0.717581 0.815447 0.792150
+0.739716 0.822110 0.796395
+0.761852 0.828772 0.800640
+0.783987 0.835435 0.804885
+0.812608 0.833517 0.796175
+0.842310 0.830169 0.785306
+0.872012 0.826821 0.774436
+0.901714 0.823473 0.763567
+0.923012 0.819956 0.755372
+0.933103 0.816211 0.750743
+0.943194 0.812467 0.746114
+0.953285 0.808723 0.741485
+0.963377 0.804978 0.736856
+0.265430 0.627090 0.621675
+0.289255 0.640158 0.633166
+0.313079 0.653226 0.644656
+0.336904 0.666294 0.656146
+0.360728 0.679362 0.667637
+0.385382 0.691860 0.678813
+0.410659 0.703930 0.689754
+0.435935 0.716000 0.700695
+0.461211 0.728071 0.711636
+0.486400 0.740006 0.722461
+0.511066 0.751125 0.732594
+0.535733 0.762244 0.742728
+0.560399 0.773363 0.752861
+0.585065 0.784482 0.762994
+0.608175 0.794625 0.772194
+0.630663 0.804378 0.781020
+0.653150 0.814131 0.789846
+0.675638 0.823884 0.798672
+0.697709 0.832742 0.806252
+0.718738 0.839363 0.810717
+0.739767 0.845984 0.815182
+0.760797 0.852605 0.819647
+0.781826 0.859226 0.824113
+0.811378 0.858073 0.815012
+0.842350 0.855624 0.803651
+0.873322 0.853175 0.792290
+0.904294 0.850726 0.780929
+0.926182 0.848026 0.772829
+0.935960 0.844992 0.769078
+0.945737 0.841957 0.765327
+0.955515 0.838923 0.761575
+0.965292 0.835888 0.757824
+0.274985 0.661588 0.649806
+0.298424 0.673723 0.660503
+0.321863 0.685858 0.671200
+0.345302 0.697993 0.681897
+0.368741 0.710128 0.692595
+0.392967 0.721726 0.703023
+0.417782 0.732921 0.713250
+0.442598 0.744116 0.723478
+0.467413 0.755311 0.733705
+0.492146 0.766383 0.743824
+0.516382 0.776718 0.753293
+0.540619 0.787054 0.762762
+0.564855 0.797390 0.772230
+0.589092 0.807725 0.781699
+0.611847 0.817175 0.790274
+0.634011 0.826270 0.798492
+0.656174 0.835366 0.806709
+0.678337 0.844461 0.814927
+0.699934 0.852810 0.822100
+0.720113 0.859291 0.826664
+0.740292 0.865772 0.831227
+0.760470 0.872254 0.835791
+0.780649 0.878735 0.840355
+0.809756 0.878407 0.831922
+0.840350 0.876945 0.821323
+0.870944 0.875482 0.810724
+0.901538 0.874019 0.800125
+0.923708 0.872225 0.792562
+0.934647 0.869987 0.789046
+0.945585 0.867749 0.785530
+0.956524 0.865512 0.782014
+0.967462 0.863274 0.778498
+0.285665 0.690119 0.672831
+0.308681 0.701371 0.682788
+0.331696 0.712623 0.692745
+0.354712 0.723875 0.702702
+0.377727 0.735127 0.712660
+0.401472 0.745887 0.722419
+0.425765 0.756279 0.732031
+0.450057 0.766671 0.741642
+0.474349 0.777063 0.751254
+0.498559 0.787339 0.760767
+0.522278 0.796922 0.769689
+0.545997 0.806504 0.778610
+0.569716 0.816087 0.787532
+0.593436 0.825669 0.796454
+0.615741 0.834457 0.804540
+0.637480 0.842927 0.812291
+0.659220 0.851397 0.820043
+0.680960 0.859868 0.827794
+0.702108 0.867692 0.834617
+0.721777 0.873902 0.839117
+0.741447 0.880112 0.843616
+0.761117 0.886322 0.848116
+0.780786 0.892533 0.852616
+0.807613 0.893111 0.846260
+0.835632 0.892752 0.838095
+0.863651 0.892392 0.829931
+0.891670 0.892032 0.821766
+0.913709 0.891259 0.815327
+0.927774 0.889935 0.811190
+0.941839 0.888611 0.807053
+0.955905 0.887287 0.802916
+0.969970 0.885963 0.798780
+0.296345 0.718651 0.695855
+0.318937 0.729019 0.705072
+0.341529 0.739388 0.714290
+0.364122 0.749757 0.723507
+0.386714 0.760125 0.732725
+0.409978 0.770049 0.741815
+0.433747 0.779637 0.750811
+0.457516 0.789226 0.759807
+0.481285 0.798815 0.768803
+0.504972 0.808296 0.777710
+0.528174 0.817125 0.786085
+0.551376 0.825955 0.794459
+0.574578 0.834784 0.802834
+0.597779 0.843614 0.811209
+0.619634 0.851740 0.818805
+0.640950 0.859584 0.826091
+0.662266 0.867429 0.833377
+0.683582 0.875274 0.840662
+0.704282 0.882574 0.847134
+0.723442 0.888513 0.851570
+0.742602 0.894452 0.856005
+0.761763 0.900391 0.860441
+0.780923 0.906330 0.864877
+0.805469 0.907816 0.860599
+0.830914 0.908559 0.854868
+0.856358 0.909302 0.849137
+0.881802 0.910046 0.843406
+0.903709 0.910294 0.838093
+0.920901 0.909883 0.833335
+0.938094 0.909472 0.828577
+0.955286 0.909062 0.823819
+0.972478 0.908651 0.819061
+0.307025 0.747182 0.718880
+0.329194 0.756668 0.727357
+0.351362 0.766153 0.735835
+0.373531 0.775639 0.744312
+0.395700 0.785124 0.752790
+0.418484 0.794210 0.761211
+0.441730 0.802996 0.769592
+0.464975 0.811782 0.777972
+0.488220 0.820568 0.786352
+0.511386 0.829253 0.794653
+0.534070 0.837329 0.802480
+0.556755 0.845405 0.810308
+0.579439 0.853482 0.818136
+0.602123 0.861558 0.825963
+0.623528 0.869022 0.833071
+0.644420 0.876241 0.839891
+0.665312 0.883461 0.846710
+0.686204 0.890680 0.853530
+0.706456 0.897456 0.859650
+0.725107 0.903124 0.864022
+0.743758 0.908792 0.868394
+0.762409 0.914460 0.872767
+0.781060 0.920128 0.877139
+0.803326 0.922520 0.874937
+0.826195 0.924366 0.871641
+0.849064 0.926212 0.868344
+0.871933 0.928059 0.865047
+0.893710 0.929329 0.860858
+0.914029 0.929831 0.855479
+0.934348 0.930334 0.850100
+0.954667 0.930837 0.844722
+0.974986 0.931339 0.839343
+0.317705 0.775714 0.741904
+0.339450 0.784316 0.749642
+0.361196 0.792918 0.757379
+0.382941 0.801520 0.765117
+0.404687 0.810122 0.772855
+0.426990 0.818371 0.780608
+0.449712 0.826354 0.788372
+0.472434 0.834337 0.796136
+0.495156 0.842320 0.803901
+0.517799 0.850209 0.811596
+0.539966 0.857532 0.818876
+0.562133 0.864856 0.826157
+0.584300 0.872179 0.833437
+0.606467 0.879502 0.840718
+0.627421 0.886304 0.847336
+0.647889 0.892898 0.853690
+0.668358 0.899492 0.860044
+0.688826 0.906086 0.866398
+0.708630 0.912338 0.872167
+0.726771 0.917735 0.876475
+0.744913 0.923132 0.880784
+0.763055 0.928528 0.885092
+0.781197 0.933925 0.889400
+0.801183 0.937224 0.889276
+0.821477 0.940173 0.888413
+0.841771 0.943122 0.887550
+0.862065 0.946072 0.886688
+0.883710 0.948364 0.883623
+0.907156 0.949780 0.877624
+0.930602 0.951196 0.871624
+0.954048 0.952611 0.865624
+0.977494 0.954027 0.859624
+0.158927 0.161495 0.168285
+0.186297 0.159064 0.186541
+0.213667 0.156632 0.204797
+0.241037 0.154200 0.223052
+0.268407 0.151769 0.241308
+0.306939 0.151320 0.256983
+0.353841 0.152359 0.270722
+0.400744 0.153398 0.284461
+0.447647 0.154437 0.298200
+0.494196 0.155835 0.311061
+0.538626 0.159391 0.318651
+0.583057 0.162947 0.326241
+0.627487 0.166502 0.333831
+0.671917 0.170058 0.341421
+0.705853 0.173949 0.345879
+0.735590 0.177975 0.349085
+0.765328 0.182000 0.352290
+0.795065 0.186025 0.355495
+0.820399 0.189832 0.358341
+0.834723 0.193090 0.360287
+0.849048 0.196349 0.362233
+0.863372 0.199608 0.364179
+0.877697 0.202867 0.366125
+0.888820 0.204945 0.364515
+0.899409 0.206827 0.362313
+0.909998 0.208709 0.360111
+0.920587 0.210591 0.357909
+0.928887 0.212283 0.356899
+0.934136 0.213722 0.357479
+0.939385 0.215161 0.358059
+0.944635 0.216600 0.358639
+0.949884 0.218039 0.359219
+0.164409 0.168025 0.175144
+0.189002 0.169769 0.192955
+0.213595 0.171514 0.210766
+0.238188 0.173258 0.228577
+0.262781 0.175003 0.246388
+0.300209 0.175360 0.262568
+0.347263 0.174676 0.277525
+0.394317 0.173993 0.292481
+0.441371 0.173309 0.307438
+0.488078 0.173064 0.321474
+0.532698 0.175449 0.329982
+0.577319 0.177833 0.338491
+0.621940 0.180218 0.346999
+0.666560 0.182602 0.355508
+0.700710 0.185908 0.360595
+0.730671 0.189581 0.364313
+0.760632 0.193255 0.368032
+0.790594 0.196928 0.371750
+0.816192 0.200512 0.374996
+0.830882 0.203873 0.377061
+0.845572 0.207234 0.379126
+0.860262 0.210594 0.381192
+0.874952 0.213955 0.383257
+0.886542 0.215952 0.381344
+0.897615 0.217721 0.378769
+0.908689 0.219490 0.376193
+0.919762 0.221259 0.373617
+0.928381 0.222854 0.372245
+0.933728 0.224216 0.372476
+0.939076 0.225579 0.372707
+0.944423 0.226942 0.372938
+0.949770 0.228305 0.373169
+0.169891 0.174555 0.182003
+0.191707 0.180475 0.199370
+0.213523 0.186396 0.216736
+0.235339 0.192316 0.234102
+0.257155 0.198237 0.251469
+0.293479 0.199400 0.268154
+0.340685 0.196994 0.284328
+0.387890 0.194588 0.300502
+0.435096 0.192182 0.316676
+0.481959 0.190293 0.331886
+0.526770 0.191507 0.341313
+0.571581 0.192720 0.350741
+0.616392 0.193933 0.360168
+0.661203 0.195146 0.369595
+0.695567 0.197866 0.375311
+0.725752 0.201187 0.379542
+0.755937 0.204509 0.383773
+0.786122 0.207831 0.388004
+0.811984 0.211193 0.391651
+0.827040 0.214655 0.393835
+0.842095 0.218118 0.396020
+0.857151 0.221581 0.398204
+0.872206 0.225044 0.400389
+0.884264 0.226958 0.398173
+0.895822 0.228614 0.395224
+0.907379 0.230270 0.392275
+0.918937 0.231927 0.389326
+0.927875 0.233424 0.387590
+0.933321 0.234711 0.387473
+0.938766 0.235997 0.387355
+0.944211 0.237284 0.387238
+0.949656 0.238570 0.387120
+0.175374 0.181085 0.188862
+0.194412 0.191181 0.205784
+0.213451 0.201278 0.222706
+0.232490 0.211374 0.239627
+0.251529 0.221471 0.256549
+0.286749 0.223439 0.273739
+0.334106 0.219311 0.291131
+0.381463 0.215183 0.308522
+0.428820 0.211055 0.325914
+0.475841 0.207522 0.342299
+0.520842 0.207564 0.352644
+0.565844 0.207606 0.362990
+0.610845 0.207649 0.373336
+0.655846 0.207691 0.383682
+0.690424 0.209824 0.390026
+0.720833 0.212794 0.394771
+0.751242 0.215764 0.399515
+0.781651 0.218733 0.404259
+0.807777 0.221873 0.408306
+0.823198 0.225438 0.410610
+0.838619 0.229003 0.412913
+0.854040 0.232567 0.415217
+0.869461 0.236132 0.417521
+0.881986 0.237964 0.415002
+0.894028 0.239508 0.411679
+0.906070 0.241051 0.408357
+0.918113 0.242594 0.405034
+0.927370 0.243995 0.402935
+0.932913 0.245205 0.402469
+0.938456 0.246415 0.402003
+0.943999 0.247625 0.401537
+0.949542 0.248835 0.401071
+0.180856 0.187615 0.195721
+0.197118 0.201887 0.212198
+0.213379 0.216160 0.228675
+0.229641 0.230432 0.245152
+0.245903 0.244705 0.261629
+0.280020 0.247479 0.279325
+0.327528 0.241628 0.297934
+0.375037 0.235778 0.316543
+0.422545 0.229927 0.335151
+0.469722 0.224751 0.352711
+0.514914 0.223622 0.363976
+0.560106 0.222493 0.375240
+0.605298 0.221364 0.386504
+0.650489 0.220235 0.397769
+0.685282 0.221782 0.404742
+0.715914 0.224400 0.409999
+0.746547 0.227018 0.415256
+0.777179 0.229636 0.420513
+0.803570 0.232554 0.424961
+0.819356 0.236220 0.427384
+0.835143 0.239887 0.429807
+0.850929 0.243554 0.432230
+0.866716 0.247221 0.434653
+0.879708 0.248971 0.431831
+0.892235 0.250401 0.428135
+0.904761 0.251832 0.424439
+0.917288 0.253262 0.420742
+0.926864 0.254565 0.418281
+0.932505 0.255699 0.417466
+0.938146 0.256833 0.416652
+0.943787 0.257967 0.415837
+0.949428 0.259101 0.415022
+0.186642 0.194912 0.203417
+0.202029 0.211182 0.219853
+0.217415 0.227451 0.236290
+0.232802 0.243721 0.252726
+0.248189 0.259990 0.269163
+0.279981 0.265179 0.287187
+0.324076 0.262056 0.306401
+0.368172 0.258934 0.325615
+0.412268 0.255812 0.344829
+0.456653 0.252711 0.363056
+0.502768 0.249737 0.375362
+0.548883 0.246764 0.387668
+0.594999 0.243791 0.399974
+0.641114 0.240818 0.412280
+0.676708 0.241249 0.419939
+0.708093 0.243041 0.425738
+0.739477 0.244834 0.431538
+0.770862 0.246626 0.437337
+0.797961 0.248928 0.442206
+0.814343 0.252505 0.444747
+0.830726 0.256082 0.447287
+0.847109 0.259658 0.449828
+0.863491 0.263235 0.452369
+0.877070 0.264729 0.449237
+0.890180 0.265876 0.445160
+0.903291 0.267023 0.441083
+0.916402 0.268170 0.437006
+0.926376 0.269218 0.434168
+0.932165 0.270133 0.432983
+0.937955 0.271048 0.431798
+0.943745 0.271964 0.430613
+0.949535 0.272879 0.429429
+0.192656 0.202785 0.211740
+0.208594 0.219417 0.228439
+0.224532 0.236049 0.245138
+0.240470 0.252682 0.261837
+0.256409 0.269314 0.278537
+0.284959 0.278124 0.296756
+0.322970 0.281067 0.316116
+0.360980 0.284011 0.335476
+0.398990 0.286954 0.354836
+0.438369 0.288717 0.373350
+0.485958 0.283396 0.386790
+0.533547 0.278074 0.400230
+0.581137 0.272752 0.413670
+0.628726 0.267431 0.427109
+0.665561 0.266347 0.435495
+0.698094 0.266958 0.441860
+0.730628 0.267570 0.448224
+0.763161 0.268181 0.454588
+0.791300 0.269573 0.459893
+0.808452 0.272916 0.462551
+0.825604 0.276258 0.465208
+0.842756 0.279601 0.467865
+0.859907 0.282943 0.470523
+0.874161 0.284052 0.467076
+0.887931 0.284787 0.462613
+0.901701 0.285523 0.458149
+0.915471 0.286259 0.453686
+0.925901 0.286932 0.450462
+0.931877 0.287522 0.448890
+0.937854 0.288112 0.447319
+0.943831 0.288702 0.445748
+0.949807 0.289291 0.444176
+0.198670 0.210658 0.220063
+0.215160 0.227653 0.237024
+0.231649 0.244648 0.253986
+0.248139 0.261643 0.270948
+0.264629 0.278638 0.287910
+0.289938 0.291069 0.306326
+0.321863 0.300079 0.325831
+0.353788 0.309088 0.345337
+0.385713 0.318097 0.364843
+0.420086 0.324724 0.383644
+0.469149 0.317054 0.398217
+0.518211 0.309384 0.412791
+0.567274 0.301713 0.427365
+0.616337 0.294043 0.441939
+0.654414 0.291445 0.451052
+0.688096 0.290876 0.457981
+0.721778 0.290306 0.464910
+0.755460 0.289737 0.471839
+0.784639 0.290218 0.477581
+0.802561 0.293327 0.480355
+0.820482 0.296435 0.483129
+0.838403 0.299544 0.485902
+0.856324 0.302652 0.488676
+0.871252 0.303374 0.484915
+0.885681 0.303699 0.480065
+0.900110 0.304023 0.475215
+0.914539 0.304348 0.470365
+0.925426 0.304646 0.466755
+0.931589 0.304911 0.464797
+0.937753 0.305175 0.462840
+0.943916 0.305440 0.460882
+0.950079 0.305704 0.458924
+0.204684 0.218531 0.228385
+0.221725 0.235888 0.245610
+0.238766 0.253246 0.262835
+0.255807 0.270604 0.280059
+0.272848 0.287961 0.297284
+0.294917 0.304015 0.315895
+0.320756 0.319090 0.335547
+0.346596 0.334165 0.355198
+0.372435 0.349240 0.374850
+0.401802 0.360730 0.393938
+0.452339 0.350712 0.409645
+0.502875 0.340693 0.425353
+0.553412 0.330675 0.441061
+0.603948 0.320656 0.456768
+0.643267 0.316543 0.466609
+0.678098 0.314793 0.474103
+0.712929 0.313043 0.481596
+0.747760 0.311293 0.489090
+0.777979 0.310864 0.495269
+0.796669 0.313738 0.498159
+0.815359 0.316612 0.501049
+0.834050 0.319486 0.503939
+0.852740 0.322360 0.506830
+0.868343 0.322697 0.502754
+0.883431 0.322610 0.497518
+0.898519 0.322523 0.492281
+0.913607 0.322436 0.487045
+0.924951 0.322360 0.483048
+0.931301 0.322300 0.480704
+0.937651 0.322239 0.478360
+0.944001 0.322178 0.476016
+0.950352 0.322117 0.473672
+0.210583 0.226884 0.237269
+0.228192 0.244586 0.254731
+0.245800 0.262289 0.272193
+0.263409 0.279991 0.289656
+0.281017 0.297694 0.307118
+0.300392 0.316862 0.325891
+0.321090 0.337131 0.345647
+0.341789 0.357400 0.365404
+0.362487 0.377669 0.385160
+0.387494 0.393471 0.404490
+0.438347 0.382472 0.421262
+0.489201 0.371473 0.438034
+0.540055 0.360475 0.454805
+0.590909 0.349476 0.471577
+0.631227 0.344108 0.482156
+0.667330 0.340992 0.490257
+0.703433 0.337876 0.498358
+0.739536 0.334760 0.506459
+0.770904 0.333261 0.513106
+0.790433 0.335804 0.516120
+0.809961 0.338347 0.519133
+0.829490 0.340890 0.522146
+0.849019 0.343433 0.525160
+0.865325 0.343350 0.520766
+0.881094 0.342829 0.515138
+0.896862 0.342307 0.509510
+0.912631 0.341786 0.503881
+0.924450 0.341311 0.499492
+0.931001 0.340898 0.496754
+0.937552 0.340485 0.494017
+0.944103 0.340073 0.491279
+0.950655 0.339660 0.488541
+0.215793 0.238120 0.249516
+0.234065 0.256060 0.267065
+0.252337 0.273999 0.284614
+0.270608 0.291939 0.302164
+0.288880 0.309878 0.319713
+0.308840 0.329126 0.338444
+0.330066 0.349355 0.358061
+0.351293 0.369584 0.377677
+0.372519 0.389813 0.397294
+0.397032 0.406614 0.416596
+0.441265 0.402845 0.434013
+0.485498 0.399077 0.451430
+0.529730 0.395308 0.468847
+0.573963 0.391540 0.486263
+0.613828 0.386471 0.497643
+0.651945 0.380882 0.506607
+0.690062 0.375292 0.515571
+0.728180 0.369703 0.524536
+0.761344 0.366176 0.531846
+0.782127 0.367805 0.535021
+0.802909 0.369435 0.538197
+0.823692 0.371064 0.541373
+0.844475 0.372693 0.544548
+0.861653 0.371988 0.539814
+0.878231 0.370893 0.533762
+0.894810 0.369799 0.527710
+0.911388 0.368705 0.521657
+0.923792 0.367683 0.516838
+0.930630 0.366758 0.513663
+0.937468 0.365833 0.510489
+0.944306 0.364908 0.507314
+0.951144 0.363983 0.504139
+0.221003 0.249357 0.261763
+0.239938 0.267533 0.279399
+0.258873 0.285710 0.297036
+0.277808 0.303886 0.314672
+0.296743 0.322062 0.332309
+0.317288 0.341389 0.350997
+0.339042 0.361578 0.370474
+0.360796 0.381768 0.389951
+0.382551 0.401957 0.409428
+0.406570 0.419756 0.428702
+0.444182 0.423218 0.446764
+0.481794 0.426680 0.464826
+0.519406 0.430142 0.482888
+0.557018 0.433603 0.500950
+0.596429 0.428834 0.513130
+0.636560 0.420771 0.522957
+0.676691 0.412708 0.532785
+0.716823 0.404646 0.542612
+0.751784 0.399091 0.550585
+0.773820 0.399807 0.553923
+0.795857 0.400522 0.557261
+0.817894 0.401237 0.560599
+0.839930 0.401953 0.563937
+0.857982 0.400626 0.558862
+0.875369 0.398958 0.552386
+0.892757 0.397291 0.545909
+0.910144 0.395623 0.539433
+0.923134 0.394054 0.534184
+0.930259 0.392617 0.530573
+0.937383 0.391180 0.526961
+0.944508 0.389743 0.523349
+0.951633 0.388306 0.519737
+0.226213 0.260593 0.274009
+0.245811 0.279007 0.291733
+0.265409 0.297420 0.309457
+0.285007 0.315833 0.327181
+0.304605 0.334247 0.344904
+0.325737 0.353652 0.363550
+0.348019 0.373802 0.382887
+0.370300 0.393951 0.402224
+0.392582 0.414101 0.421561
+0.416108 0.432899 0.440808
+0.447099 0.443591 0.459515
+0.478090 0.454283 0.478222
+0.509081 0.464975 0.496929
+0.540072 0.475667 0.515636
+0.579030 0.471196 0.528617
+0.621176 0.460660 0.539308
+0.663321 0.450124 0.549998
+0.705466 0.439588 0.560689
+0.742224 0.432006 0.569325
+0.765514 0.431808 0.572825
+0.788805 0.431609 0.576325
+0.812095 0.431411 0.579825
+0.835386 0.431213 0.583325
+0.854311 0.429264 0.577911
+0.872507 0.427023 0.571010
+0.890704 0.424782 0.564109
+0.908901 0.422541 0.557209
+0.922476 0.420426 0.551530
+0.929887 0.418476 0.547482
+0.937299 0.416527 0.543433
+0.944711 0.414578 0.539384
+0.952122 0.412629 0.535335
+0.231423 0.271830 0.286256
+0.251684 0.290480 0.304067
+0.271946 0.309131 0.321878
+0.292207 0.327781 0.339689
+0.312468 0.346431 0.357500
+0.334185 0.365916 0.376103
+0.356995 0.386025 0.395300
+0.379804 0.406135 0.414498
+0.402614 0.426245 0.433695
+0.425646 0.446042 0.452914
+0.450017 0.463964 0.472266
+0.474387 0.481887 0.491618
+0.498757 0.499809 0.510970
+0.523127 0.517731 0.530322
+0.561632 0.513559 0.544104
+0.605791 0.500550 0.555658
+0.649950 0.487540 0.567212
+0.694109 0.474531 0.578765
+0.732664 0.464921 0.588064
+0.757208 0.463809 0.591727
+0.781753 0.462697 0.595389
+0.806297 0.461584 0.599052
+0.830842 0.460472 0.602714
+0.850639 0.457901 0.596959
+0.869645 0.455088 0.589634
+0.888652 0.452274 0.582309
+0.907658 0.449460 0.574984
+0.921818 0.446797 0.568876
+0.929516 0.444336 0.564391
+0.937215 0.441874 0.559905
+0.944913 0.439413 0.555419
+0.952611 0.436951 0.550934
+0.234567 0.287188 0.303175
+0.255532 0.305906 0.320878
+0.276497 0.324623 0.338580
+0.297462 0.343341 0.356283
+0.318427 0.362058 0.373986
+0.340777 0.381441 0.392360
+0.364164 0.401323 0.411238
+0.387552 0.421205 0.430116
+0.410939 0.441087 0.448995
+0.434243 0.460937 0.467910
+0.457046 0.480591 0.487050
+0.479849 0.500245 0.506190
+0.502651 0.519899 0.525330
+0.525454 0.539553 0.544469
+0.561243 0.538817 0.558852
+0.602227 0.529925 0.571332
+0.643211 0.521033 0.583812
+0.684195 0.512140 0.596292
+0.720948 0.505000 0.606352
+0.747123 0.502238 0.610359
+0.773298 0.499476 0.614366
+0.799473 0.496714 0.618373
+0.825648 0.493952 0.622380
+0.846433 0.490685 0.616310
+0.866320 0.487334 0.608561
+0.886206 0.483982 0.600812
+0.906093 0.480631 0.593063
+0.920917 0.477433 0.586517
+0.928991 0.474441 0.581576
+0.937065 0.471448 0.576634
+0.945139 0.468456 0.571693
+0.953212 0.465463 0.566751
+0.236885 0.304195 0.321962
+0.258570 0.322912 0.339479
+0.280255 0.341628 0.356995
+0.301941 0.360345 0.374511
+0.323626 0.379062 0.392027
+0.346625 0.398271 0.410099
+0.370611 0.417850 0.428586
+0.394597 0.437430 0.447074
+0.418583 0.457009 0.465561
+0.442464 0.476532 0.484062
+0.465720 0.495718 0.502647
+0.488977 0.514905 0.521232
+0.512233 0.534092 0.539816
+0.535490 0.553278 0.558401
+0.567658 0.557232 0.573305
+0.603392 0.555094 0.586737
+0.639126 0.552955 0.600168
+0.674859 0.550816 0.613600
+0.708370 0.547944 0.624458
+0.736326 0.543238 0.628883
+0.764282 0.538532 0.633308
+0.792238 0.533827 0.637732
+0.820194 0.529121 0.642157
+0.842013 0.525127 0.635783
+0.862808 0.521252 0.627610
+0.883604 0.517378 0.619436
+0.904400 0.513503 0.611262
+0.919919 0.509775 0.604275
+0.928404 0.506244 0.598871
+0.936889 0.502713 0.593466
+0.945373 0.499182 0.588062
+0.953858 0.495651 0.582657
+0.239203 0.321202 0.340750
+0.261608 0.339918 0.358080
+0.284014 0.358634 0.375410
+0.306419 0.377349 0.392740
+0.328824 0.396065 0.410069
+0.352474 0.415101 0.427837
+0.377058 0.434378 0.445934
+0.401642 0.453654 0.464031
+0.426226 0.472930 0.482127
+0.450685 0.492127 0.500214
+0.474395 0.510846 0.518244
+0.498105 0.529565 0.536274
+0.521815 0.548284 0.554303
+0.545526 0.567003 0.572333
+0.574074 0.575648 0.587758
+0.604557 0.580263 0.602141
+0.635040 0.584878 0.616524
+0.665523 0.589492 0.630907
+0.695793 0.590889 0.642564
+0.725530 0.584239 0.647407
+0.755267 0.577589 0.652249
+0.785003 0.570939 0.657092
+0.814740 0.564289 0.661935
+0.837592 0.559569 0.655256
+0.859297 0.555171 0.646658
+0.881002 0.550773 0.638060
+0.902706 0.546375 0.629461
+0.918921 0.542117 0.622033
+0.927817 0.538048 0.616166
+0.936712 0.533978 0.610298
+0.945608 0.529908 0.604431
+0.954504 0.525839 0.598563
+0.241521 0.338209 0.359537
+0.264646 0.356924 0.376681
+0.287772 0.375639 0.393824
+0.310897 0.394354 0.410968
+0.334023 0.413069 0.428111
+0.358323 0.431932 0.445576
+0.383505 0.450905 0.463282
+0.408687 0.469879 0.480988
+0.433869 0.488852 0.498694
+0.458905 0.507722 0.516366
+0.483069 0.525974 0.533841
+0.507233 0.544226 0.551315
+0.531398 0.562477 0.568790
+0.555562 0.580729 0.586264
+0.580489 0.594064 0.602210
+0.605722 0.605432 0.617545
+0.630954 0.616800 0.632880
+0.656187 0.628168 0.648214
+0.683215 0.633833 0.660671
+0.714733 0.625239 0.665931
+0.746251 0.616645 0.671191
+0.777769 0.608051 0.676451
+0.809287 0.599458 0.681712
+0.833172 0.594011 0.674729
+0.855786 0.589090 0.665706
+0.878399 0.584168 0.656684
+0.901013 0.579247 0.647661
+0.917923 0.574459 0.639792
+0.927230 0.569851 0.633461
+0.936536 0.565243 0.627130
+0.945843 0.560634 0.620800
+0.955149 0.556026 0.614469
+0.242743 0.357583 0.380637
+0.266552 0.376216 0.397531
+0.290361 0.394848 0.414425
+0.314170 0.413481 0.431318
+0.337979 0.432114 0.448212
+0.362887 0.450719 0.465300
+0.388620 0.469304 0.482534
+0.414354 0.487890 0.499768
+0.440087 0.506475 0.517002
+0.465659 0.524934 0.534181
+0.490269 0.542636 0.551031
+0.514879 0.560337 0.567881
+0.539489 0.578038 0.584731
+0.564098 0.595739 0.601581
+0.586564 0.612201 0.617659
+0.608173 0.628168 0.633428
+0.629781 0.644134 0.649197
+0.651389 0.660101 0.664965
+0.675962 0.669020 0.677893
+0.707946 0.660322 0.683716
+0.739929 0.651623 0.689540
+0.771913 0.642924 0.695364
+0.803896 0.634226 0.701188
+0.828638 0.628392 0.693966
+0.852173 0.623036 0.684571
+0.875708 0.617679 0.675176
+0.899243 0.612323 0.665780
+0.916865 0.607076 0.657508
+0.926603 0.601976 0.650733
+0.936342 0.596876 0.643958
+0.946081 0.591776 0.637184
+0.955819 0.586675 0.630409
+0.241225 0.382878 0.407518
+0.265626 0.401223 0.424004
+0.290028 0.419569 0.440489
+0.314429 0.437915 0.456975
+0.338830 0.456261 0.473461
+0.364240 0.474400 0.489988
+0.390407 0.492384 0.506547
+0.416575 0.510368 0.523105
+0.442742 0.528352 0.539664
+0.468747 0.546187 0.556150
+0.493782 0.563132 0.572203
+0.518817 0.580076 0.588256
+0.543852 0.597020 0.604309
+0.568886 0.613964 0.620362
+0.591789 0.629645 0.635598
+0.613839 0.644822 0.650507
+0.635889 0.659998 0.665416
+0.657938 0.675175 0.680325
+0.682020 0.684814 0.692904
+0.711181 0.680609 0.699655
+0.740342 0.676404 0.706407
+0.769503 0.672199 0.713158
+0.798664 0.667994 0.719910
+0.823819 0.662620 0.712614
+0.848306 0.657050 0.702976
+0.872794 0.651480 0.693339
+0.897281 0.645911 0.683701
+0.915655 0.640381 0.675121
+0.925878 0.634906 0.667949
+0.936102 0.629430 0.660777
+0.946325 0.623954 0.653605
+0.956548 0.618478 0.646434
+0.239708 0.408172 0.434399
+0.264701 0.426231 0.450476
+0.289694 0.444290 0.466554
+0.314688 0.462349 0.482632
+0.339681 0.480408 0.498709
+0.365593 0.498080 0.514676
+0.392194 0.515463 0.530559
+0.418796 0.532846 0.546443
+0.445397 0.550229 0.562326
+0.471836 0.567441 0.578120
+0.497295 0.583628 0.593375
+0.522755 0.599815 0.608631
+0.548215 0.616002 0.623887
+0.573674 0.632189 0.639142
+0.597014 0.647089 0.653536
+0.619505 0.661476 0.667586
+0.641996 0.675862 0.681636
+0.664487 0.690248 0.695685
+0.688078 0.700607 0.707915
+0.714416 0.700896 0.715594
+0.740755 0.701185 0.723274
+0.767094 0.701474 0.730953
+0.793432 0.701763 0.738632
+0.819000 0.696847 0.731261
+0.844440 0.691064 0.721382
+0.869879 0.685281 0.711502
+0.895319 0.679499 0.701622
+0.914445 0.673686 0.692733
+0.925153 0.667835 0.685164
+0.935861 0.661983 0.677596
+0.946570 0.656132 0.670027
+0.957278 0.650281 0.662459
+0.238191 0.433466 0.461280
+0.263776 0.451238 0.476949
+0.289361 0.469010 0.492619
+0.314946 0.486782 0.508288
+0.340532 0.504555 0.523958
+0.366946 0.521761 0.539364
+0.393981 0.538542 0.554572
+0.421017 0.555324 0.569780
+0.448053 0.572105 0.584988
+0.474924 0.588694 0.600089
+0.500808 0.604124 0.614548
+0.526693 0.619553 0.629006
+0.552578 0.634983 0.643464
+0.578462 0.650413 0.657923
+0.602238 0.664533 0.671475
+0.625171 0.678130 0.684665
+0.648104 0.691726 0.697855
+0.671036 0.705322 0.711045
+0.694136 0.716400 0.722926
+0.717652 0.721183 0.731533
+0.741168 0.725966 0.740140
+0.764684 0.730748 0.748748
+0.788200 0.735531 0.757355
+0.814181 0.731075 0.749909
+0.840573 0.725079 0.739787
+0.866965 0.719082 0.729665
+0.893357 0.713086 0.719543
+0.913235 0.706991 0.710345
+0.924428 0.700764 0.702380
+0.935621 0.694537 0.694414
+0.946814 0.688310 0.686449
+0.958007 0.682083 0.678484
+0.236673 0.458760 0.488160
+0.262851 0.476245 0.503422
+0.289028 0.493731 0.518683
+0.315205 0.511216 0.533945
+0.341382 0.528702 0.549206
+0.368298 0.545441 0.564051
+0.395768 0.561621 0.578584
+0.423238 0.577802 0.593117
+0.450708 0.593982 0.607650
+0.478012 0.609947 0.622059
+0.504322 0.624620 0.635720
+0.530631 0.639292 0.649381
+0.556941 0.653965 0.663042
+0.583250 0.668638 0.676703
+0.607463 0.681977 0.689414
+0.630837 0.694784 0.701744
+0.654211 0.707590 0.714075
+0.677585 0.720396 0.726405
+0.700194 0.732194 0.737937
+0.720887 0.741470 0.747472
+0.741581 0.750747 0.757007
+0.762275 0.760023 0.766542
+0.782968 0.769300 0.776077
+0.809362 0.765302 0.768556
+0.836707 0.759093 0.758192
+0.864051 0.752883 0.747828
+0.891395 0.746674 0.737464
+0.912025 0.740296 0.727958
+0.923703 0.733694 0.719595
+0.935381 0.727091 0.711233
+0.947058 0.720489 0.702871
+0.958736 0.713886 0.694509
+0.243594 0.496409 0.520239
+0.269537 0.512993 0.534708
+0.295480 0.529577 0.549178
+0.321424 0.546161 0.563647
+0.347367 0.562745 0.578117
+0.374011 0.578587 0.592172
+0.401181 0.593872 0.605918
+0.428351 0.609156 0.619663
+0.455522 0.624441 0.633408
+0.482533 0.639524 0.647031
+0.508593 0.653396 0.659918
+0.534654 0.667267 0.672806
+0.560714 0.681138 0.685693
+0.586775 0.695009 0.698581
+0.610816 0.707620 0.710534
+0.634049 0.719727 0.722115
+0.657282 0.731833 0.733695
+0.680515 0.743940 0.745275
+0.702857 0.755311 0.756155
+0.722973 0.764842 0.765286
+0.743089 0.774373 0.774417
+0.763205 0.783904 0.783548
+0.783321 0.793435 0.792679
+0.810106 0.790252 0.785089
+0.838002 0.784948 0.774712
+0.865899 0.779645 0.764336
+0.893795 0.774342 0.753959
+0.914648 0.768752 0.744778
+0.926109 0.762779 0.737191
+0.937571 0.756806 0.729603
+0.949032 0.750832 0.722016
+0.960493 0.744859 0.714429
+0.251920 0.536116 0.553183
+0.277492 0.551696 0.566797
+0.303064 0.567277 0.580411
+0.328636 0.582857 0.594024
+0.354207 0.598437 0.607638
+0.380451 0.613309 0.620866
+0.407199 0.627650 0.633804
+0.433947 0.641991 0.646743
+0.460695 0.656331 0.659682
+0.487293 0.670489 0.672503
+0.512992 0.683552 0.684621
+0.538691 0.696614 0.696739
+0.564390 0.709676 0.708857
+0.590089 0.722738 0.720975
+0.613856 0.734629 0.732186
+0.636851 0.746052 0.743034
+0.659846 0.757474 0.753881
+0.682841 0.768896 0.764729
+0.704955 0.779649 0.774908
+0.724867 0.788728 0.783412
+0.744779 0.797807 0.791917
+0.764692 0.806887 0.800422
+0.784604 0.815966 0.808927
+0.811776 0.813654 0.801269
+0.840158 0.809444 0.790918
+0.868540 0.805234 0.780567
+0.896922 0.801023 0.770216
+0.917910 0.796399 0.761466
+0.929038 0.791223 0.754849
+0.940166 0.786047 0.748232
+0.951293 0.780871 0.741616
+0.962421 0.775694 0.734999
+0.260247 0.575824 0.586128
+0.285447 0.590400 0.598886
+0.310647 0.604977 0.611643
+0.335847 0.619553 0.624401
+0.361048 0.634130 0.637159
+0.386891 0.648032 0.649559
+0.413217 0.661429 0.661691
+0.439543 0.674825 0.673823
+0.465868 0.688221 0.685955
+0.492053 0.701454 0.697976
+0.517390 0.713708 0.709324
+0.542728 0.725961 0.720672
+0.568065 0.738214 0.732021
+0.593403 0.750468 0.743369
+0.616897 0.761639 0.753837
+0.639653 0.772376 0.763952
+0.662410 0.783114 0.774068
+0.685167 0.793852 0.784184
+0.707052 0.803987 0.793660
+0.726761 0.812614 0.801539
+0.746470 0.821242 0.809417
+0.766178 0.829869 0.817296
+0.785887 0.838496 0.825174
+0.813446 0.837057 0.817450
+0.842314 0.833940 0.807124
+0.871182 0.830822 0.796799
+0.900049 0.827705 0.786474
+0.921171 0.824047 0.778154
+0.931966 0.819667 0.772508
+0.942761 0.815288 0.766861
+0.953555 0.810909 0.761215
+0.964350 0.806529 0.755569
+0.268573 0.615531 0.619073
+0.293402 0.629104 0.630974
+0.318231 0.642677 0.642876
+0.343059 0.656250 0.654778
+0.367888 0.669823 0.666680
+0.393331 0.682755 0.678252
+0.419235 0.695207 0.689578
+0.445138 0.707659 0.700903
+0.471042 0.720111 0.712229
+0.496813 0.732419 0.723448
+0.521789 0.743864 0.734027
+0.546765 0.755308 0.744606
+0.571741 0.766752 0.755184
+0.596717 0.778197 0.765763
+0.619937 0.788648 0.775488
+0.642456 0.798701 0.784871
+0.664974 0.808755 0.794255
+0.687493 0.818808 0.803638
+0.709150 0.828325 0.812413
+0.728655 0.836500 0.819665
+0.748160 0.844676 0.826918
+0.767665 0.852851 0.834170
+0.787170 0.861027 0.841422
+0.815117 0.860460 0.833630
+0.844470 0.858435 0.823331
+0.873823 0.856411 0.813031
+0.903177 0.854386 0.802731
+0.924433 0.851694 0.794842
+0.934894 0.848112 0.790166
+0.945355 0.844529 0.785490
+0.955817 0.840947 0.780814
+0.966278 0.837364 0.776138
+0.277791 0.650833 0.648065
+0.302226 0.663444 0.659148
+0.326661 0.676056 0.670232
+0.351096 0.688667 0.681315
+0.375531 0.701278 0.692399
+0.400542 0.713292 0.703202
+0.425985 0.724858 0.713796
+0.451427 0.736423 0.724390
+0.476870 0.747989 0.734983
+0.502186 0.759425 0.745477
+0.526741 0.770082 0.755372
+0.551296 0.780739 0.765267
+0.575851 0.791396 0.775162
+0.600406 0.802053 0.785057
+0.623283 0.811806 0.794136
+0.645488 0.821197 0.802889
+0.667694 0.830587 0.811643
+0.689899 0.839978 0.820396
+0.711266 0.848894 0.828573
+0.730534 0.856624 0.835310
+0.749802 0.864354 0.842047
+0.769070 0.872084 0.848784
+0.788338 0.879814 0.855521
+0.815581 0.880081 0.848500
+0.844154 0.879105 0.839186
+0.872727 0.878128 0.829872
+0.901300 0.877152 0.820558
+0.922548 0.875446 0.813411
+0.934027 0.872770 0.809154
+0.945506 0.870093 0.804897
+0.956986 0.867417 0.800639
+0.968465 0.864740 0.796382
+0.288196 0.680261 0.671786
+0.312208 0.691967 0.682102
+0.336220 0.703672 0.692418
+0.360231 0.715377 0.702733
+0.384243 0.727083 0.713049
+0.408780 0.738246 0.723161
+0.433711 0.749004 0.733122
+0.458642 0.759761 0.743084
+0.483572 0.770519 0.753045
+0.508378 0.781153 0.762915
+0.532432 0.791052 0.772240
+0.556487 0.800950 0.781565
+0.580541 0.810848 0.790891
+0.604596 0.820746 0.800216
+0.627035 0.829829 0.808780
+0.648828 0.838586 0.817039
+0.670621 0.847343 0.825299
+0.692414 0.856100 0.833558
+0.713405 0.864438 0.841277
+0.732392 0.871731 0.847647
+0.751378 0.879024 0.854016
+0.770364 0.886317 0.860386
+0.789351 0.893611 0.866755
+0.814439 0.894662 0.861623
+0.840544 0.894673 0.854575
+0.866648 0.894684 0.847526
+0.892753 0.894695 0.840477
+0.913799 0.894005 0.834489
+0.928099 0.892379 0.829914
+0.942398 0.890754 0.825340
+0.956698 0.889128 0.820765
+0.970998 0.887503 0.816190
+0.298602 0.709689 0.695508
+0.322191 0.720489 0.705056
+0.345779 0.731289 0.714603
+0.369367 0.742088 0.724151
+0.392956 0.752888 0.733698
+0.417018 0.763201 0.743121
+0.441437 0.773150 0.752449
+0.465856 0.783099 0.761778
+0.490274 0.793048 0.771106
+0.514569 0.802881 0.780353
+0.538123 0.812021 0.789108
+0.561677 0.821160 0.797864
+0.585232 0.830300 0.806620
+0.608786 0.839439 0.815376
+0.630787 0.847853 0.823424
+0.652168 0.855976 0.831189
+0.673548 0.864099 0.838954
+0.694929 0.872222 0.846720
+0.715545 0.879983 0.853981
+0.734249 0.886839 0.859983
+0.752954 0.893695 0.865985
+0.771659 0.900551 0.871987
+0.790364 0.907407 0.877989
+0.813296 0.909242 0.874746
+0.836933 0.910241 0.869963
+0.860569 0.911240 0.865180
+0.884206 0.912239 0.860397
+0.905050 0.912563 0.855567
+0.922170 0.911989 0.850675
+0.939290 0.911415 0.845783
+0.956411 0.910840 0.840891
+0.973531 0.910266 0.835999
+0.309008 0.739117 0.719230
+0.332173 0.749011 0.728010
+0.355338 0.758905 0.736789
+0.378503 0.768799 0.745569
+0.401668 0.778693 0.754348
+0.425257 0.788156 0.763080
+0.449163 0.797297 0.771776
+0.473070 0.806437 0.780472
+0.496976 0.815577 0.789167
+0.520761 0.824609 0.797790
+0.543815 0.832990 0.805977
+0.566868 0.841371 0.814163
+0.589922 0.849751 0.822349
+0.612975 0.858132 0.830535
+0.634539 0.865876 0.838068
+0.655507 0.873365 0.845339
+0.676475 0.880854 0.852610
+0.697443 0.888344 0.859881
+0.717684 0.895527 0.866685
+0.736107 0.901946 0.872319
+0.754531 0.908365 0.877954
+0.772954 0.914784 0.883588
+0.791377 0.921203 0.889223
+0.812153 0.923823 0.887870
+0.833322 0.925809 0.885352
+0.854490 0.927796 0.882834
+0.875659 0.929782 0.880316
+0.896301 0.931122 0.876644
+0.916242 0.931598 0.871435
+0.936183 0.932075 0.866226
+0.956123 0.932552 0.861016
+0.976064 0.933029 0.855807
+0.319414 0.768545 0.742952
+0.342156 0.777534 0.750963
+0.364897 0.786522 0.758975
+0.387639 0.795510 0.766986
+0.410380 0.804498 0.774998
+0.433495 0.813111 0.783039
+0.456890 0.821443 0.791102
+0.480284 0.829775 0.799166
+0.503678 0.838106 0.807229
+0.526953 0.846337 0.815228
+0.549506 0.853959 0.822845
+0.572059 0.861581 0.830462
+0.594612 0.869203 0.838078
+0.617165 0.876825 0.845695
+0.638291 0.883899 0.852712
+0.658847 0.890755 0.859489
+0.679402 0.897610 0.866266
+0.699958 0.904466 0.873043
+0.719824 0.911071 0.879389
+0.737965 0.917053 0.884656
+0.756107 0.923036 0.889923
+0.774249 0.929018 0.895190
+0.792390 0.935000 0.900457
+0.811011 0.938403 0.900993
+0.829711 0.941377 0.900740
+0.848411 0.944352 0.900488
+0.867112 0.947326 0.900235
+0.887552 0.949680 0.897722
+0.910313 0.951208 0.892195
+0.933075 0.952736 0.886669
+0.955836 0.954264 0.881142
+0.978597 0.955792 0.875615
+0.165237 0.168585 0.175753
+0.192063 0.166372 0.194574
+0.218888 0.164159 0.213396
+0.245714 0.161946 0.232217
+0.272540 0.159734 0.251038
+0.310509 0.159163 0.267514
+0.356835 0.159825 0.282232
+0.403161 0.160487 0.296950
+0.449488 0.161149 0.311667
+0.495539 0.162176 0.325502
+0.539943 0.165395 0.334044
+0.584347 0.168615 0.342586
+0.628750 0.171834 0.351127
+0.673154 0.175054 0.359669
+0.707447 0.178773 0.364868
+0.737697 0.182692 0.368730
+0.767947 0.186610 0.372591
+0.798197 0.190529 0.376453
+0.823959 0.194267 0.379871
+0.838500 0.197552 0.382180
+0.853042 0.200837 0.384489
+0.867583 0.204123 0.386798
+0.882124 0.207408 0.389107
+0.892572 0.209649 0.388285
+0.902338 0.211716 0.386942
+0.912103 0.213783 0.385599
+0.921869 0.215850 0.384256
+0.929657 0.217632 0.383679
+0.934810 0.219033 0.384124
+0.939964 0.220435 0.384569
+0.945117 0.221837 0.385014
+0.950270 0.223238 0.385458
+0.170933 0.175403 0.182913
+0.195182 0.177395 0.201225
+0.219432 0.179388 0.219537
+0.243682 0.181381 0.237850
+0.267932 0.183373 0.256162
+0.304856 0.183678 0.273051
+0.351286 0.182718 0.288873
+0.397716 0.181758 0.304695
+0.444146 0.180798 0.320516
+0.490310 0.180258 0.335426
+0.534879 0.182242 0.344865
+0.579448 0.184226 0.354304
+0.624016 0.186209 0.363743
+0.668585 0.188193 0.373182
+0.703056 0.191242 0.379020
+0.733489 0.194718 0.383416
+0.763921 0.198193 0.387813
+0.794354 0.201669 0.392210
+0.820330 0.205111 0.396059
+0.835165 0.208467 0.398541
+0.849999 0.211824 0.401023
+0.864834 0.215180 0.403505
+0.879669 0.218537 0.405987
+0.890515 0.220741 0.404955
+0.900696 0.222754 0.403338
+0.910877 0.224767 0.401720
+0.921058 0.226779 0.400102
+0.929133 0.228504 0.399219
+0.934401 0.229846 0.399315
+0.939668 0.231187 0.399411
+0.944935 0.232529 0.399507
+0.950202 0.233870 0.399603
+0.176628 0.182221 0.190072
+0.198302 0.188419 0.207876
+0.219976 0.194617 0.225679
+0.241650 0.200815 0.243483
+0.263324 0.207013 0.261286
+0.299204 0.208193 0.278588
+0.345737 0.205611 0.295514
+0.392271 0.203029 0.312440
+0.438805 0.200447 0.329366
+0.485081 0.198341 0.345350
+0.529815 0.199089 0.355686
+0.574549 0.199836 0.366023
+0.619282 0.200584 0.376359
+0.664016 0.201332 0.386695
+0.698665 0.203712 0.393171
+0.729280 0.206744 0.398103
+0.759896 0.209777 0.403035
+0.790511 0.212809 0.407966
+0.816702 0.215955 0.412248
+0.831829 0.219382 0.414903
+0.846957 0.222810 0.417558
+0.862085 0.226238 0.420213
+0.877213 0.229665 0.422868
+0.888457 0.231833 0.421625
+0.899054 0.233792 0.419733
+0.909651 0.235750 0.417840
+0.920248 0.237709 0.415948
+0.928610 0.239377 0.414758
+0.933991 0.240658 0.414506
+0.939372 0.241940 0.414253
+0.944753 0.243221 0.414000
+0.950135 0.244502 0.413748
+0.182324 0.189039 0.197232
+0.201422 0.199442 0.214526
+0.220520 0.209846 0.231821
+0.239618 0.220249 0.249115
+0.258717 0.230652 0.266410
+0.293551 0.232708 0.284125
+0.340189 0.228504 0.302155
+0.386826 0.224300 0.320185
+0.433463 0.220096 0.338215
+0.479852 0.216423 0.355274
+0.524751 0.215935 0.366508
+0.569650 0.215447 0.377741
+0.614548 0.214959 0.388975
+0.659447 0.214471 0.400208
+0.694274 0.216181 0.407323
+0.725072 0.218771 0.412790
+0.755870 0.221360 0.418256
+0.786668 0.223950 0.423723
+0.813073 0.226799 0.428436
+0.828494 0.230298 0.431264
+0.843915 0.233796 0.434092
+0.859336 0.237295 0.436921
+0.874757 0.240794 0.439749
+0.886400 0.242926 0.438295
+0.897412 0.244830 0.436128
+0.908425 0.246734 0.433961
+0.919438 0.248638 0.431794
+0.928086 0.250250 0.430298
+0.933581 0.251471 0.429696
+0.939076 0.252692 0.429095
+0.944572 0.253913 0.428494
+0.950067 0.255134 0.427893
+0.188019 0.195857 0.204392
+0.204542 0.210466 0.221177
+0.221064 0.225074 0.237963
+0.237586 0.239683 0.254748
+0.254109 0.254292 0.271534
+0.287899 0.257223 0.289662
+0.334640 0.251398 0.308796
+0.381381 0.245572 0.327930
+0.428122 0.239746 0.347064
+0.474623 0.234506 0.365198
+0.519687 0.232782 0.377329
+0.564751 0.231058 0.389460
+0.609815 0.229334 0.401591
+0.654878 0.227610 0.413722
+0.689883 0.228650 0.421474
+0.720864 0.230797 0.427476
+0.751845 0.232943 0.433478
+0.782825 0.235090 0.439480
+0.809444 0.237643 0.444624
+0.825159 0.241213 0.447626
+0.840873 0.244783 0.450627
+0.856587 0.248352 0.453628
+0.872302 0.251922 0.456629
+0.884342 0.254018 0.454965
+0.895771 0.255868 0.452523
+0.907199 0.257718 0.450081
+0.918627 0.259568 0.447639
+0.927562 0.261123 0.445837
+0.933171 0.262283 0.444887
+0.938781 0.263444 0.443937
+0.944390 0.264605 0.442987
+0.949999 0.265765 0.442038
+0.194091 0.203376 0.212291
+0.209810 0.219987 0.229001
+0.225529 0.236597 0.245711
+0.241248 0.253208 0.262421
+0.256967 0.269818 0.279131
+0.288512 0.275190 0.297512
+0.331926 0.272133 0.317147
+0.375339 0.269076 0.336781
+0.418753 0.266019 0.356416
+0.462524 0.262890 0.375121
+0.508441 0.259330 0.388248
+0.554357 0.255770 0.401375
+0.600273 0.252210 0.414502
+0.646190 0.248650 0.427629
+0.681948 0.248516 0.436066
+0.713642 0.249753 0.442627
+0.745337 0.250989 0.449189
+0.777031 0.252225 0.455750
+0.804316 0.254088 0.461342
+0.820579 0.257518 0.464512
+0.836842 0.260947 0.467683
+0.853105 0.264377 0.470853
+0.869368 0.267806 0.474023
+0.881931 0.269700 0.472137
+0.893878 0.271337 0.469407
+0.905824 0.272975 0.466678
+0.917771 0.274612 0.463949
+0.927069 0.275956 0.461824
+0.932835 0.276907 0.460506
+0.938601 0.277858 0.459187
+0.944368 0.278809 0.457869
+0.950134 0.279760 0.456550
+0.200445 0.211422 0.220746
+0.216690 0.228381 0.237705
+0.232935 0.245341 0.254665
+0.249181 0.262300 0.271624
+0.265426 0.279260 0.288583
+0.293824 0.288245 0.307099
+0.331338 0.291250 0.326780
+0.368851 0.294254 0.346462
+0.406364 0.297259 0.366144
+0.445274 0.299000 0.385043
+0.492558 0.293154 0.399240
+0.539842 0.287308 0.413438
+0.587127 0.281462 0.427635
+0.634411 0.275617 0.441833
+0.671354 0.273929 0.450988
+0.704160 0.273905 0.458127
+0.736967 0.273881 0.465266
+0.769773 0.273857 0.472404
+0.798064 0.274735 0.478457
+0.815067 0.277865 0.481793
+0.832070 0.280996 0.485129
+0.849074 0.284127 0.488465
+0.866077 0.287257 0.491801
+0.879256 0.288824 0.489684
+0.891797 0.290130 0.486658
+0.904338 0.291436 0.483632
+0.916879 0.292742 0.480606
+0.926598 0.293759 0.478147
+0.932554 0.294388 0.476445
+0.938509 0.295018 0.474743
+0.944465 0.295648 0.473041
+0.950420 0.296278 0.471339
+0.206799 0.219467 0.229200
+0.223570 0.236776 0.246409
+0.240342 0.254084 0.263618
+0.257113 0.271393 0.280827
+0.273884 0.288701 0.298036
+0.299137 0.301300 0.316685
+0.330750 0.310367 0.336414
+0.362363 0.319433 0.356143
+0.393976 0.328500 0.375873
+0.428023 0.335109 0.394965
+0.476675 0.326978 0.410233
+0.525328 0.318846 0.425501
+0.573980 0.310715 0.440769
+0.622633 0.302583 0.456037
+0.660760 0.299342 0.465910
+0.694678 0.298058 0.473627
+0.728597 0.296774 0.481343
+0.762515 0.295489 0.489059
+0.791811 0.295381 0.495571
+0.809555 0.298213 0.499073
+0.827298 0.301045 0.502576
+0.845042 0.303876 0.506078
+0.862785 0.306708 0.509580
+0.876580 0.307948 0.507232
+0.889716 0.308923 0.503909
+0.902852 0.309898 0.500586
+0.915988 0.310872 0.497263
+0.926128 0.311562 0.494470
+0.932273 0.311870 0.492385
+0.938417 0.312179 0.490299
+0.944562 0.312487 0.488213
+0.950707 0.312796 0.486128
+0.213153 0.227513 0.237655
+0.230450 0.245170 0.255113
+0.247748 0.262828 0.272571
+0.265045 0.280485 0.290030
+0.282343 0.298143 0.307488
+0.304449 0.314355 0.326271
+0.330162 0.329483 0.346048
+0.355874 0.344612 0.365824
+0.381587 0.359740 0.385601
+0.410772 0.371219 0.404887
+0.460792 0.360802 0.421225
+0.510813 0.350384 0.437563
+0.560833 0.339967 0.453902
+0.610854 0.329550 0.470240
+0.650167 0.324756 0.480832
+0.685197 0.322211 0.489126
+0.720227 0.319666 0.497420
+0.755256 0.317121 0.505714
+0.785559 0.316027 0.512686
+0.804043 0.318560 0.516354
+0.822526 0.321093 0.520022
+0.841010 0.323626 0.523690
+0.859494 0.326159 0.527358
+0.873904 0.327072 0.524779
+0.887635 0.327716 0.521160
+0.901366 0.328359 0.517540
+0.915097 0.329002 0.513920
+0.925658 0.329365 0.510793
+0.931991 0.329352 0.508324
+0.938325 0.329339 0.505855
+0.944659 0.329326 0.503386
+0.950993 0.329314 0.500916
+0.219420 0.236003 0.246621
+0.237259 0.253992 0.264304
+0.255099 0.271980 0.281988
+0.272938 0.289969 0.299672
+0.290777 0.307957 0.317355
+0.310264 0.327277 0.336247
+0.330988 0.347596 0.356047
+0.351712 0.367914 0.375846
+0.372436 0.388233 0.395645
+0.397380 0.404030 0.415091
+0.447640 0.392696 0.432422
+0.497900 0.381363 0.449752
+0.548160 0.370030 0.467082
+0.598420 0.358697 0.484413
+0.638680 0.352616 0.495729
+0.674940 0.348635 0.504640
+0.711200 0.344655 0.513551
+0.747460 0.340674 0.522462
+0.778874 0.338440 0.529925
+0.798170 0.340573 0.533766
+0.817467 0.342706 0.537608
+0.836763 0.344839 0.541449
+0.856060 0.346971 0.545290
+0.871116 0.347519 0.542477
+0.885466 0.347803 0.538555
+0.899816 0.348087 0.534633
+0.914166 0.348370 0.530712
+0.925168 0.348378 0.527245
+0.931705 0.348018 0.524386
+0.938242 0.347658 0.521527
+0.944779 0.347298 0.518669
+0.951316 0.346938 0.515810
+0.225173 0.247165 0.258658
+0.243645 0.265376 0.276421
+0.262118 0.283586 0.294185
+0.280590 0.301797 0.311948
+0.299063 0.320007 0.329712
+0.319097 0.339400 0.348566
+0.340303 0.359678 0.368237
+0.361509 0.379957 0.387909
+0.382715 0.400236 0.407581
+0.407139 0.417043 0.426993
+0.450869 0.413014 0.444845
+0.494598 0.408986 0.462696
+0.538328 0.404958 0.480548
+0.582057 0.400930 0.498400
+0.621837 0.395159 0.510476
+0.660037 0.388690 0.520242
+0.698237 0.382222 0.530007
+0.736437 0.375753 0.539773
+0.769593 0.371454 0.547908
+0.790137 0.372579 0.551968
+0.810682 0.373704 0.556027
+0.831226 0.374828 0.560087
+0.851771 0.375953 0.564146
+0.867660 0.375903 0.561078
+0.882774 0.375657 0.556822
+0.897887 0.375412 0.552566
+0.913001 0.375166 0.548310
+0.924561 0.374656 0.544470
+0.931385 0.373792 0.541185
+0.938208 0.372929 0.537900
+0.945031 0.372065 0.534614
+0.951855 0.371202 0.531329
+0.230926 0.258327 0.270695
+0.250031 0.276759 0.288538
+0.269137 0.295192 0.306382
+0.288243 0.313625 0.324225
+0.307349 0.332058 0.342068
+0.327931 0.351522 0.360884
+0.349619 0.371761 0.380428
+0.371306 0.392001 0.399973
+0.392994 0.412240 0.419517
+0.416898 0.430055 0.438894
+0.454097 0.433332 0.457268
+0.491296 0.436609 0.475641
+0.528495 0.439886 0.494014
+0.565694 0.443163 0.512387
+0.604994 0.437701 0.525222
+0.645134 0.428745 0.535843
+0.685274 0.419789 0.546463
+0.725414 0.410833 0.557084
+0.760312 0.404469 0.565892
+0.782104 0.404585 0.570169
+0.803897 0.404701 0.574447
+0.825689 0.404818 0.578724
+0.847482 0.404934 0.583002
+0.864204 0.404287 0.579678
+0.880081 0.403512 0.575088
+0.895958 0.402737 0.570498
+0.911835 0.401961 0.565908
+0.923955 0.400933 0.561694
+0.931064 0.399566 0.557983
+0.938174 0.398200 0.554272
+0.945284 0.396833 0.550560
+0.952394 0.395466 0.546849
+0.236678 0.269489 0.282732
+0.256417 0.288143 0.300655
+0.276157 0.306798 0.318578
+0.295896 0.325453 0.336502
+0.315635 0.344108 0.354425
+0.336764 0.363645 0.373202
+0.358934 0.383844 0.392619
+0.381104 0.404044 0.412036
+0.403274 0.424243 0.431454
+0.426658 0.443068 0.450796
+0.457326 0.453650 0.469690
+0.487995 0.464232 0.488585
+0.518663 0.474814 0.507479
+0.549331 0.485395 0.526374
+0.588151 0.480244 0.539969
+0.630231 0.468800 0.551444
+0.672311 0.457356 0.562919
+0.714391 0.445912 0.574394
+0.751031 0.437483 0.583875
+0.774072 0.436591 0.588371
+0.797112 0.435699 0.592867
+0.820152 0.434808 0.597362
+0.843193 0.433916 0.601858
+0.860748 0.432670 0.598279
+0.877388 0.431366 0.593355
+0.894029 0.430062 0.588430
+0.910669 0.428757 0.583506
+0.923348 0.427210 0.578919
+0.930744 0.425340 0.574781
+0.938140 0.423470 0.570644
+0.945536 0.421601 0.566506
+0.952933 0.419731 0.562369
+0.242431 0.280650 0.294769
+0.262803 0.299527 0.312772
+0.283176 0.318404 0.330775
+0.303549 0.337281 0.348779
+0.323922 0.356158 0.366782
+0.345597 0.375768 0.385520
+0.368249 0.395927 0.404810
+0.390901 0.416087 0.424100
+0.413553 0.436247 0.443390
+0.436417 0.456081 0.462698
+0.460555 0.473968 0.482113
+0.484693 0.491855 0.501529
+0.508831 0.509742 0.520945
+0.532968 0.527628 0.540361
+0.571308 0.522787 0.554715
+0.615328 0.508855 0.567045
+0.659348 0.494923 0.579375
+0.703368 0.480991 0.591705
+0.741750 0.470497 0.601859
+0.766039 0.468597 0.606572
+0.790327 0.466697 0.611286
+0.814615 0.464797 0.616000
+0.838904 0.462897 0.620714
+0.857291 0.461054 0.616880
+0.874695 0.459220 0.611621
+0.892100 0.457386 0.606362
+0.909504 0.455553 0.601104
+0.922741 0.453488 0.596143
+0.930424 0.451114 0.591579
+0.938107 0.448741 0.587016
+0.945789 0.446368 0.582452
+0.953472 0.443995 0.577889
+0.246272 0.295602 0.311109
+0.267325 0.314536 0.329002
+0.288377 0.333469 0.346894
+0.309429 0.352403 0.364787
+0.330482 0.371336 0.382680
+0.352759 0.390846 0.401198
+0.375955 0.410787 0.420187
+0.399151 0.430729 0.439175
+0.422347 0.450671 0.458163
+0.445452 0.470572 0.477180
+0.468011 0.490230 0.496376
+0.490571 0.509889 0.515572
+0.513130 0.529547 0.534768
+0.535690 0.549206 0.553964
+0.571262 0.547932 0.568852
+0.612039 0.538285 0.582017
+0.652816 0.528638 0.595183
+0.693593 0.518991 0.608348
+0.730128 0.511051 0.619215
+0.756058 0.507382 0.624335
+0.781987 0.503713 0.629456
+0.807916 0.500043 0.634576
+0.833846 0.496374 0.639696
+0.853214 0.493781 0.635640
+0.871489 0.491367 0.630054
+0.889764 0.488953 0.624468
+0.908039 0.486539 0.618882
+0.921933 0.483920 0.613545
+0.929986 0.481025 0.608539
+0.938039 0.478131 0.603533
+0.946091 0.475237 0.598527
+0.954144 0.472343 0.593522
+0.249350 0.312070 0.329171
+0.271100 0.330994 0.346877
+0.292850 0.349918 0.364583
+0.314601 0.368842 0.382288
+0.336351 0.387766 0.399994
+0.359253 0.407106 0.418221
+0.383017 0.426758 0.436837
+0.406782 0.446411 0.455454
+0.430547 0.466063 0.474070
+0.454197 0.485653 0.492696
+0.477159 0.504870 0.511375
+0.500121 0.524087 0.530054
+0.523083 0.543305 0.548734
+0.546045 0.562522 0.567413
+0.577935 0.566117 0.582745
+0.613396 0.563464 0.596738
+0.648857 0.560811 0.610731
+0.684318 0.558158 0.624725
+0.717570 0.554622 0.636321
+0.745297 0.548879 0.641923
+0.773025 0.543135 0.647525
+0.800753 0.537391 0.653127
+0.828480 0.531648 0.658730
+0.848889 0.528244 0.654464
+0.868078 0.525230 0.648553
+0.887266 0.522216 0.642643
+0.906455 0.519203 0.636732
+0.921044 0.516014 0.631017
+0.929501 0.512591 0.625563
+0.937957 0.509169 0.620109
+0.946413 0.505746 0.614654
+0.954870 0.502324 0.609200
+0.252427 0.328538 0.347232
+0.274875 0.347452 0.364752
+0.297324 0.366366 0.382271
+0.319772 0.385281 0.399790
+0.342221 0.404195 0.417309
+0.365747 0.423366 0.435243
+0.390080 0.442729 0.453488
+0.414413 0.462092 0.471733
+0.438747 0.481455 0.489978
+0.462942 0.500735 0.508211
+0.486306 0.519510 0.526374
+0.509671 0.538286 0.544537
+0.533035 0.557062 0.562699
+0.556399 0.575837 0.580862
+0.584607 0.584303 0.596638
+0.614753 0.588644 0.611459
+0.644898 0.592985 0.626280
+0.675043 0.597326 0.641101
+0.705011 0.598193 0.653426
+0.734537 0.590375 0.659510
+0.764063 0.582557 0.665595
+0.793589 0.574740 0.671679
+0.823115 0.566922 0.677763
+0.844563 0.562707 0.673288
+0.864666 0.559094 0.667053
+0.884769 0.555480 0.660818
+0.904871 0.551866 0.654583
+0.920155 0.548108 0.648490
+0.929015 0.544157 0.642587
+0.937875 0.540206 0.636684
+0.946735 0.536256 0.630781
+0.955595 0.532305 0.624878
+0.255504 0.345006 0.365294
+0.278651 0.363910 0.382626
+0.301797 0.382815 0.399959
+0.324944 0.401720 0.417291
+0.348091 0.420624 0.434624
+0.372240 0.439626 0.452265
+0.397142 0.458700 0.470139
+0.422045 0.477774 0.488012
+0.446947 0.496848 0.505886
+0.471687 0.515816 0.523727
+0.495454 0.534150 0.541373
+0.519220 0.552485 0.559019
+0.542987 0.570819 0.576665
+0.566754 0.589153 0.594311
+0.591280 0.602488 0.610531
+0.616109 0.613823 0.626180
+0.640939 0.625158 0.641829
+0.665768 0.636494 0.657478
+0.692453 0.641764 0.670531
+0.723777 0.631872 0.677098
+0.755101 0.621980 0.683664
+0.786425 0.612088 0.690230
+0.817749 0.602196 0.696796
+0.840238 0.597171 0.692112
+0.861254 0.592957 0.685552
+0.882271 0.588743 0.678993
+0.903287 0.584529 0.672433
+0.919266 0.580202 0.665963
+0.928530 0.575723 0.659611
+0.937794 0.571244 0.653259
+0.947058 0.566765 0.646908
+0.956321 0.562286 0.640556
+0.257374 0.363571 0.385512
+0.281200 0.382389 0.402596
+0.305025 0.401207 0.419680
+0.328850 0.420025 0.436763
+0.352675 0.438843 0.453847
+0.377424 0.457596 0.471125
+0.402866 0.476299 0.488549
+0.428308 0.495001 0.505972
+0.453750 0.513704 0.523396
+0.479012 0.532280 0.540767
+0.503190 0.550092 0.557826
+0.527367 0.567903 0.574886
+0.551545 0.585715 0.591945
+0.575722 0.603526 0.609004
+0.597737 0.620126 0.625312
+0.618886 0.636241 0.641320
+0.640036 0.652356 0.657328
+0.661185 0.668471 0.673336
+0.685357 0.677139 0.686818
+0.717085 0.667190 0.693989
+0.748812 0.657241 0.701159
+0.780540 0.647292 0.708329
+0.812268 0.637344 0.715500
+0.835637 0.631814 0.710667
+0.857612 0.627022 0.703833
+0.879588 0.622229 0.696999
+0.901564 0.617436 0.690166
+0.918278 0.612567 0.683350
+0.927977 0.607597 0.676558
+0.937676 0.602627 0.669766
+0.947376 0.597657 0.662974
+0.957075 0.592687 0.656182
+0.256227 0.387380 0.411121
+0.280682 0.405919 0.427802
+0.305137 0.424459 0.444482
+0.329592 0.442998 0.461163
+0.354047 0.461537 0.477843
+0.379333 0.479841 0.494579
+0.405243 0.497968 0.511357
+0.431153 0.516095 0.528134
+0.457063 0.534222 0.544912
+0.482788 0.552200 0.561621
+0.507397 0.569286 0.577917
+0.532006 0.586371 0.594213
+0.556615 0.603457 0.610509
+0.581224 0.620543 0.626805
+0.603654 0.636396 0.642314
+0.625214 0.651755 0.657509
+0.646773 0.667114 0.672703
+0.668333 0.682473 0.687898
+0.691917 0.692025 0.701059
+0.720562 0.687063 0.709139
+0.749207 0.682100 0.717219
+0.777852 0.677137 0.725299
+0.806497 0.672175 0.733378
+0.830345 0.666907 0.728548
+0.853394 0.661589 0.721566
+0.876443 0.656271 0.714584
+0.899492 0.650953 0.707602
+0.917040 0.645613 0.700522
+0.927255 0.640245 0.693311
+0.937469 0.634876 0.686101
+0.947684 0.629507 0.678890
+0.957898 0.624138 0.671679
+0.255080 0.411189 0.436730
+0.280165 0.429450 0.453007
+0.305249 0.447710 0.469285
+0.330334 0.465971 0.485562
+0.355419 0.484231 0.501839
+0.381243 0.502086 0.518033
+0.407621 0.519637 0.534165
+0.433999 0.537188 0.550297
+0.460376 0.554739 0.566429
+0.486563 0.572120 0.582475
+0.511604 0.588480 0.598008
+0.536644 0.604840 0.613541
+0.561684 0.621200 0.629074
+0.586725 0.637560 0.644606
+0.609572 0.652665 0.659317
+0.631541 0.667268 0.673698
+0.653511 0.681871 0.688079
+0.675481 0.696474 0.702460
+0.698477 0.706912 0.715300
+0.724039 0.706935 0.724289
+0.749601 0.706959 0.733279
+0.775163 0.706982 0.742268
+0.800726 0.707006 0.751257
+0.825053 0.702001 0.746429
+0.849176 0.696157 0.739299
+0.873298 0.690314 0.732169
+0.897420 0.684470 0.725039
+0.915802 0.678659 0.717695
+0.926532 0.672892 0.710065
+0.937262 0.667124 0.702435
+0.947992 0.661356 0.694805
+0.958722 0.655588 0.687176
+0.253932 0.434998 0.462339
+0.279647 0.452980 0.478213
+0.305362 0.470961 0.494087
+0.331076 0.488943 0.509961
+0.356791 0.506925 0.525835
+0.383152 0.524332 0.541487
+0.409998 0.541306 0.556973
+0.436844 0.558281 0.572459
+0.463689 0.575256 0.587945
+0.490339 0.592040 0.603329
+0.515811 0.607674 0.618098
+0.541283 0.623308 0.632868
+0.566754 0.638942 0.647638
+0.592226 0.654577 0.662408
+0.615489 0.668934 0.676319
+0.637869 0.682782 0.689887
+0.660249 0.696629 0.703454
+0.682628 0.710476 0.717022
+0.705036 0.721798 0.729541
+0.727516 0.726808 0.739440
+0.749995 0.731818 0.749338
+0.772475 0.736827 0.759237
+0.794954 0.741837 0.769135
+0.819762 0.737094 0.764311
+0.844957 0.730725 0.757032
+0.870153 0.724356 0.749754
+0.895348 0.717987 0.742475
+0.914565 0.711705 0.734867
+0.925810 0.705539 0.726818
+0.937055 0.699372 0.718770
+0.948300 0.693206 0.710721
+0.959546 0.687039 0.702672
+0.252785 0.458807 0.487948
+0.279130 0.476510 0.503419
+0.305474 0.494213 0.518890
+0.331818 0.511916 0.534360
+0.358163 0.529619 0.549831
+0.385061 0.546577 0.564941
+0.412375 0.562976 0.579781
+0.439689 0.579375 0.594621
+0.467002 0.595774 0.609461
+0.494115 0.611960 0.624183
+0.520018 0.626868 0.638189
+0.545921 0.641777 0.652196
+0.571824 0.656685 0.666202
+0.597727 0.671593 0.680209
+0.621407 0.685204 0.693321
+0.644196 0.698295 0.706075
+0.666986 0.711386 0.718830
+0.689776 0.724478 0.731584
+0.711596 0.736685 0.743782
+0.730993 0.746680 0.754590
+0.750390 0.756676 0.765398
+0.769787 0.766672 0.776206
+0.789183 0.776668 0.787013
+0.814470 0.772187 0.782192
+0.840739 0.765293 0.774765
+0.867007 0.758399 0.767339
+0.893276 0.751504 0.759912
+0.913327 0.744751 0.752039
+0.925087 0.738186 0.743572
+0.936848 0.731620 0.735104
+0.948609 0.725055 0.726637
+0.960369 0.718489 0.718169
+0.257808 0.493982 0.518941
+0.284088 0.510861 0.533663
+0.310367 0.527741 0.548385
+0.336646 0.544620 0.563107
+0.362926 0.561499 0.577829
+0.389703 0.577617 0.592179
+0.416853 0.593164 0.606250
+0.444003 0.608711 0.620320
+0.471153 0.624258 0.634391
+0.498105 0.639601 0.648342
+0.523867 0.653720 0.661578
+0.549630 0.667839 0.674814
+0.575393 0.681959 0.688050
+0.601155 0.696078 0.701286
+0.624755 0.708959 0.713642
+0.647489 0.721345 0.725646
+0.670224 0.733731 0.737651
+0.692958 0.746117 0.749655
+0.714614 0.757890 0.761172
+0.733572 0.768132 0.771472
+0.752531 0.778374 0.781771
+0.771489 0.788615 0.792070
+0.790447 0.798857 0.802370
+0.815791 0.795559 0.797591
+0.842198 0.790005 0.790299
+0.868606 0.784451 0.783007
+0.895013 0.778897 0.775714
+0.915127 0.773119 0.768172
+0.926851 0.767044 0.760295
+0.938575 0.760968 0.752419
+0.950298 0.754893 0.744543
+0.962022 0.748818 0.736666
+0.263860 0.531052 0.550831
+0.289958 0.547016 0.564747
+0.316057 0.562981 0.578663
+0.342156 0.578946 0.592579
+0.368254 0.594911 0.606495
+0.394800 0.610123 0.620047
+0.421681 0.624772 0.633328
+0.448562 0.639421 0.646609
+0.475443 0.654070 0.659889
+0.502130 0.668529 0.673053
+0.527657 0.681848 0.685517
+0.553184 0.695168 0.697981
+0.578711 0.708487 0.710445
+0.604238 0.721807 0.722908
+0.627675 0.733962 0.734516
+0.650276 0.745651 0.745781
+0.672878 0.757340 0.757046
+0.695479 0.769029 0.768311
+0.717041 0.780149 0.779087
+0.736001 0.789846 0.788642
+0.754962 0.799544 0.798196
+0.773923 0.809241 0.807751
+0.792884 0.818939 0.817306
+0.818213 0.816978 0.812576
+0.844604 0.813075 0.805465
+0.870994 0.809172 0.798355
+0.897385 0.805268 0.791244
+0.917434 0.800707 0.784131
+0.929029 0.795270 0.777014
+0.940624 0.789833 0.769897
+0.952219 0.784396 0.762780
+0.963813 0.778959 0.755664
+0.269911 0.568121 0.582720
+0.295829 0.583171 0.595830
+0.321747 0.598222 0.608940
+0.347665 0.613272 0.622050
+0.373583 0.628322 0.635160
+0.399897 0.642630 0.647916
+0.426509 0.656380 0.660406
+0.453121 0.670131 0.672897
+0.479732 0.683882 0.685387
+0.506156 0.697456 0.697764
+0.531447 0.709976 0.709456
+0.556738 0.722496 0.721147
+0.582029 0.735016 0.732839
+0.607320 0.747536 0.744531
+0.630595 0.758965 0.755390
+0.653063 0.769957 0.765915
+0.675532 0.780949 0.776441
+0.698000 0.791941 0.786966
+0.719467 0.802408 0.797002
+0.738431 0.811561 0.805812
+0.757394 0.820714 0.814622
+0.776357 0.829868 0.823432
+0.795321 0.839021 0.832242
+0.820636 0.838398 0.827561
+0.847009 0.836145 0.820632
+0.873383 0.833892 0.813703
+0.899757 0.831640 0.806774
+0.919741 0.828296 0.800090
+0.931207 0.823497 0.793733
+0.942673 0.818698 0.787376
+0.954139 0.813899 0.781018
+0.965605 0.809100 0.774661
+0.275962 0.605191 0.614610
+0.301699 0.619327 0.626914
+0.327437 0.633462 0.639218
+0.353174 0.647598 0.651522
+0.378911 0.661733 0.663825
+0.404994 0.675136 0.675784
+0.431337 0.687988 0.687485
+0.457680 0.700841 0.699185
+0.484022 0.713693 0.710886
+0.510181 0.726384 0.722474
+0.535236 0.738104 0.733394
+0.560292 0.749824 0.744314
+0.585347 0.761545 0.755234
+0.610402 0.773265 0.766154
+0.633515 0.783967 0.776264
+0.655851 0.794263 0.786050
+0.678186 0.804558 0.795836
+0.700522 0.814853 0.805622
+0.721894 0.824667 0.814916
+0.740860 0.833276 0.822982
+0.759826 0.841885 0.831047
+0.778791 0.850494 0.839112
+0.797757 0.859103 0.847178
+0.823058 0.859817 0.842547
+0.849415 0.859215 0.835799
+0.875772 0.858613 0.829052
+0.902129 0.858011 0.822304
+0.922048 0.855884 0.816049
+0.933385 0.851724 0.810452
+0.944722 0.847563 0.804854
+0.956059 0.843402 0.799256
+0.967396 0.839242 0.793658
+0.283717 0.639365 0.643372
+0.309166 0.652570 0.654872
+0.334615 0.665775 0.666373
+0.360065 0.678980 0.677874
+0.385514 0.692185 0.689375
+0.411261 0.704690 0.700572
+0.437231 0.716671 0.711540
+0.463201 0.728652 0.722509
+0.489171 0.740634 0.733477
+0.514962 0.752466 0.744340
+0.539673 0.763403 0.754569
+0.564384 0.774341 0.764799
+0.589096 0.785279 0.775028
+0.613807 0.796216 0.785257
+0.636646 0.806219 0.794712
+0.658737 0.815847 0.803856
+0.680828 0.825475 0.813001
+0.702919 0.835103 0.822146
+0.724088 0.844295 0.830809
+0.742956 0.852396 0.838265
+0.761823 0.860498 0.845722
+0.780691 0.868599 0.853178
+0.799559 0.876701 0.860635
+0.824111 0.878416 0.856635
+0.849612 0.879066 0.850725
+0.875112 0.879716 0.844816
+0.900613 0.880367 0.838907
+0.920442 0.879336 0.833327
+0.932709 0.876064 0.828189
+0.944976 0.872792 0.823050
+0.957244 0.869520 0.817912
+0.969511 0.866248 0.812773
+0.293742 0.669679 0.667961
+0.318761 0.681932 0.678664
+0.343779 0.694184 0.689366
+0.368798 0.706437 0.700068
+0.393817 0.718689 0.710771
+0.419088 0.730309 0.721251
+0.444547 0.741454 0.731566
+0.470007 0.752599 0.741880
+0.495467 0.763745 0.752194
+0.520749 0.774752 0.762413
+0.544972 0.784930 0.772060
+0.569195 0.795108 0.781707
+0.593418 0.805286 0.791353
+0.617641 0.815464 0.801000
+0.640059 0.824801 0.809924
+0.661756 0.833801 0.818559
+0.683453 0.842802 0.827193
+0.705149 0.851802 0.835828
+0.725972 0.860414 0.844004
+0.744607 0.868058 0.851033
+0.763242 0.875701 0.858062
+0.781878 0.883344 0.865090
+0.800513 0.890988 0.872119
+0.823339 0.893255 0.869527
+0.846864 0.894625 0.865331
+0.870389 0.895996 0.861135
+0.893913 0.897367 0.856939
+0.913618 0.897272 0.852364
+0.928228 0.895223 0.847284
+0.942838 0.893174 0.842204
+0.957448 0.891125 0.837124
+0.972058 0.889075 0.832044
+0.303767 0.699993 0.692551
+0.328355 0.711293 0.702455
+0.352944 0.722593 0.712359
+0.377532 0.733893 0.722263
+0.402120 0.745194 0.732167
+0.426914 0.755928 0.741931
+0.451863 0.766237 0.751591
+0.476813 0.776546 0.761251
+0.501762 0.786856 0.770911
+0.526537 0.797038 0.780486
+0.550272 0.806457 0.789550
+0.574006 0.815875 0.798614
+0.597741 0.825294 0.807679
+0.621475 0.834713 0.816743
+0.643473 0.843384 0.825136
+0.664775 0.851756 0.833261
+0.686078 0.860129 0.841386
+0.707380 0.868501 0.849510
+0.727855 0.876534 0.857200
+0.746258 0.883719 0.863800
+0.764661 0.890904 0.870401
+0.783064 0.898089 0.877002
+0.801468 0.905274 0.883603
+0.822567 0.908094 0.882419
+0.844116 0.910185 0.879936
+0.865665 0.912276 0.877454
+0.887214 0.914368 0.874971
+0.906793 0.915209 0.871401
+0.923746 0.914382 0.866379
+0.940699 0.913556 0.861358
+0.957652 0.912729 0.856337
+0.974605 0.911902 0.851315
+0.313792 0.730307 0.717141
+0.337950 0.740655 0.726246
+0.362108 0.751003 0.735352
+0.386265 0.761350 0.744457
+0.410423 0.771698 0.753562
+0.434741 0.781546 0.762611
+0.459180 0.791020 0.771616
+0.483618 0.800494 0.780622
+0.508057 0.809967 0.789628
+0.532325 0.819324 0.798559
+0.555571 0.827983 0.807040
+0.578817 0.836642 0.815522
+0.602063 0.845302 0.824004
+0.625309 0.853961 0.832486
+0.646886 0.861967 0.840349
+0.667794 0.869711 0.847963
+0.688703 0.877456 0.855578
+0.709611 0.885201 0.863192
+0.729738 0.892654 0.870395
+0.747909 0.899381 0.876568
+0.766080 0.906108 0.882741
+0.784251 0.912834 0.888915
+0.802422 0.919561 0.895088
+0.821795 0.922932 0.895311
+0.841368 0.925745 0.894542
+0.860942 0.928557 0.893773
+0.880515 0.931369 0.893004
+0.899969 0.933145 0.890437
+0.919265 0.933541 0.885475
+0.938561 0.933937 0.880512
+0.957857 0.934333 0.875549
+0.977153 0.934729 0.870587
+0.323817 0.760621 0.741731
+0.347544 0.770016 0.750038
+0.371272 0.779412 0.758344
+0.394999 0.788807 0.766651
+0.418726 0.798203 0.774958
+0.442568 0.807165 0.783290
+0.466496 0.815803 0.791642
+0.490424 0.824441 0.799993
+0.514352 0.833078 0.808344
+0.538113 0.841611 0.816631
+0.560870 0.849510 0.824531
+0.583628 0.857410 0.832430
+0.606386 0.865309 0.840330
+0.629143 0.873209 0.848229
+0.650299 0.880549 0.855561
+0.670813 0.887666 0.862665
+0.691328 0.894783 0.869770
+0.711842 0.901900 0.876874
+0.731621 0.908774 0.883590
+0.749560 0.915043 0.889336
+0.767499 0.921311 0.895081
+0.785438 0.927580 0.900827
+0.803377 0.933848 0.906572
+0.821023 0.937771 0.908203
+0.838620 0.941304 0.909147
+0.856218 0.944837 0.910092
+0.873815 0.948369 0.911036
+0.893145 0.951082 0.909474
+0.914784 0.952700 0.904570
+0.936422 0.954319 0.899666
+0.958061 0.955938 0.894762
+0.979700 0.957556 0.889858
+0.171689 0.175808 0.183363
+0.197966 0.173845 0.202719
+0.224244 0.171881 0.222076
+0.250522 0.169917 0.241433
+0.276800 0.167953 0.260789
+0.314171 0.167269 0.278043
+0.359862 0.167545 0.293719
+0.405554 0.167821 0.309396
+0.451245 0.168096 0.325072
+0.496737 0.168741 0.339866
+0.541028 0.171600 0.349366
+0.585320 0.174458 0.358867
+0.629611 0.177317 0.368367
+0.673902 0.180175 0.377868
+0.708467 0.183702 0.383847
+0.739140 0.187496 0.388419
+0.769813 0.191290 0.392990
+0.800486 0.195084 0.397562
+0.826710 0.198744 0.401558
+0.841812 0.202066 0.404116
+0.856914 0.205389 0.406674
+0.872016 0.208712 0.409232
+0.887117 0.212035 0.411789
+0.896823 0.214473 0.411922
+0.905630 0.216764 0.411649
+0.914437 0.219055 0.411377
+0.923244 0.221346 0.411105
+0.930442 0.223240 0.411087
+0.935495 0.224605 0.411407
+0.940549 0.225969 0.411727
+0.945602 0.227333 0.412047
+0.950656 0.228697 0.412368
+0.177596 0.182925 0.190834
+0.201503 0.185192 0.209625
+0.225410 0.187459 0.228417
+0.249318 0.189726 0.247208
+0.273225 0.191993 0.266000
+0.309609 0.192259 0.283573
+0.355350 0.191026 0.300233
+0.401092 0.189792 0.316892
+0.446834 0.188558 0.333552
+0.492388 0.187724 0.349313
+0.536819 0.189285 0.359682
+0.581250 0.190845 0.370052
+0.625682 0.192406 0.380422
+0.670113 0.193967 0.390791
+0.704823 0.196738 0.397411
+0.735646 0.199993 0.402532
+0.766468 0.203249 0.407653
+0.797290 0.206504 0.412773
+0.823686 0.209786 0.417223
+0.839016 0.213132 0.419996
+0.854347 0.216478 0.422769
+0.869677 0.219824 0.425542
+0.885007 0.223170 0.428316
+0.895032 0.225623 0.428342
+0.904173 0.227927 0.427910
+0.913314 0.230232 0.427479
+0.922455 0.232536 0.427047
+0.929900 0.234419 0.426788
+0.935085 0.235740 0.426760
+0.940269 0.237061 0.426731
+0.945454 0.238382 0.426703
+0.950638 0.239703 0.426674
+0.183503 0.190042 0.198305
+0.205040 0.196540 0.216531
+0.226576 0.203037 0.234757
+0.248113 0.209535 0.252984
+0.269650 0.216032 0.271210
+0.305046 0.217250 0.289103
+0.350838 0.214506 0.306746
+0.396630 0.211763 0.324389
+0.442422 0.209020 0.342031
+0.488039 0.206706 0.358759
+0.532610 0.206969 0.369998
+0.577181 0.207232 0.381237
+0.621752 0.207495 0.392476
+0.666323 0.207758 0.403715
+0.701180 0.209774 0.410975
+0.732151 0.212491 0.416645
+0.763123 0.215208 0.422315
+0.794094 0.217925 0.427984
+0.820661 0.220828 0.432888
+0.836220 0.224197 0.435876
+0.851779 0.227567 0.438865
+0.867338 0.230936 0.441853
+0.882897 0.234305 0.444842
+0.893241 0.236773 0.444762
+0.902716 0.239091 0.444171
+0.912191 0.241408 0.443580
+0.921666 0.243726 0.442989
+0.929359 0.245598 0.442489
+0.934674 0.246875 0.442112
+0.939989 0.248153 0.441735
+0.945305 0.249430 0.441358
+0.950620 0.250708 0.440981
+0.189410 0.197159 0.205775
+0.208577 0.207887 0.223437
+0.227743 0.218616 0.241098
+0.246909 0.229344 0.258759
+0.266075 0.240072 0.276420
+0.300484 0.242240 0.294633
+0.346326 0.237987 0.313259
+0.392168 0.233735 0.331885
+0.438010 0.229482 0.350511
+0.483690 0.225689 0.368206
+0.528401 0.224654 0.380314
+0.573112 0.223620 0.392422
+0.617823 0.222585 0.404530
+0.662534 0.221550 0.416638
+0.697537 0.222810 0.424539
+0.728657 0.224988 0.430758
+0.759777 0.227167 0.436977
+0.790898 0.229345 0.443195
+0.817637 0.231870 0.448553
+0.833424 0.235263 0.451756
+0.849212 0.238655 0.454960
+0.864999 0.242048 0.458164
+0.880787 0.245441 0.461368
+0.891450 0.247923 0.461182
+0.901259 0.250254 0.460432
+0.911068 0.252585 0.459681
+0.920878 0.254916 0.458930
+0.928817 0.256777 0.458191
+0.934263 0.258011 0.457465
+0.939710 0.259245 0.456739
+0.945156 0.260479 0.456013
+0.950602 0.261713 0.455288
+0.195318 0.204276 0.213246
+0.212113 0.219235 0.230342
+0.228909 0.234194 0.247438
+0.245704 0.249153 0.264535
+0.262500 0.264112 0.281631
+0.295922 0.267230 0.300163
+0.341814 0.261468 0.319772
+0.387706 0.255706 0.339382
+0.433598 0.249944 0.358991
+0.479342 0.244672 0.377653
+0.524192 0.242339 0.390630
+0.569043 0.240007 0.403607
+0.613894 0.237674 0.416584
+0.658744 0.235342 0.429562
+0.693894 0.235846 0.438104
+0.725163 0.237486 0.444871
+0.756432 0.239126 0.451639
+0.787701 0.240765 0.458407
+0.814613 0.242912 0.464218
+0.830629 0.246328 0.467637
+0.846645 0.249744 0.471056
+0.862660 0.253160 0.474475
+0.878676 0.256576 0.477894
+0.889659 0.259073 0.477602
+0.899802 0.261417 0.476692
+0.909946 0.263761 0.475782
+0.920089 0.266106 0.474872
+0.928276 0.267955 0.473892
+0.933853 0.269146 0.472817
+0.939430 0.270337 0.471743
+0.945007 0.271528 0.470669
+0.950585 0.272719 0.469594
+0.201672 0.212030 0.221365
+0.217738 0.228994 0.238353
+0.233804 0.245957 0.255341
+0.249869 0.262921 0.272330
+0.265935 0.279884 0.289318
+0.297197 0.285466 0.308031
+0.339857 0.282511 0.328038
+0.382516 0.279556 0.348044
+0.425175 0.276602 0.368050
+0.468258 0.273476 0.387187
+0.513883 0.269326 0.401107
+0.559508 0.265176 0.415027
+0.605133 0.261027 0.428946
+0.650757 0.256877 0.442866
+0.686611 0.256152 0.452083
+0.718557 0.256797 0.459419
+0.750503 0.257442 0.466756
+0.782449 0.258087 0.474092
+0.809989 0.259464 0.480368
+0.826513 0.262669 0.483993
+0.843037 0.265875 0.487619
+0.859561 0.269080 0.491244
+0.876085 0.272285 0.494869
+0.887517 0.274640 0.494454
+0.898100 0.276854 0.493366
+0.908683 0.279067 0.492277
+0.919267 0.281281 0.491189
+0.927775 0.282970 0.489949
+0.933519 0.283960 0.488508
+0.939262 0.284950 0.487066
+0.945005 0.285941 0.485625
+0.950748 0.286931 0.484184
+0.208362 0.220262 0.229969
+0.224929 0.237561 0.247192
+0.241495 0.254859 0.264416
+0.258062 0.272158 0.281640
+0.274629 0.289456 0.298864
+0.302851 0.298636 0.317653
+0.339815 0.301726 0.337617
+0.376779 0.304816 0.357581
+0.413744 0.307907 0.377545
+0.452124 0.309647 0.396788
+0.498998 0.303290 0.411704
+0.545873 0.296933 0.426621
+0.592748 0.290576 0.441538
+0.639623 0.284219 0.456455
+0.676600 0.281909 0.466374
+0.709618 0.281218 0.474293
+0.742637 0.280527 0.482213
+0.775655 0.279836 0.490132
+0.804166 0.280147 0.496882
+0.821408 0.282967 0.500707
+0.838649 0.285786 0.504532
+0.855891 0.288606 0.508357
+0.873133 0.291425 0.512182
+0.885112 0.293520 0.511630
+0.896214 0.295495 0.510349
+0.907316 0.297470 0.509068
+0.918419 0.299445 0.507786
+0.927306 0.300861 0.506273
+0.933241 0.301533 0.504451
+0.939176 0.302205 0.502629
+0.945112 0.302876 0.500807
+0.951047 0.303548 0.498985
+0.215052 0.228494 0.238572
+0.232120 0.246128 0.256032
+0.249187 0.263761 0.273491
+0.266255 0.281395 0.290950
+0.283322 0.299028 0.308409
+0.308505 0.311806 0.327275
+0.339774 0.320941 0.347196
+0.371043 0.330076 0.367118
+0.402312 0.339211 0.387039
+0.435989 0.345818 0.406388
+0.484114 0.337254 0.422302
+0.532239 0.328690 0.438216
+0.580363 0.320126 0.454130
+0.628488 0.311561 0.470045
+0.666588 0.307666 0.480665
+0.700679 0.305639 0.489168
+0.734770 0.303611 0.497670
+0.768861 0.301584 0.506173
+0.798342 0.300831 0.513396
+0.816302 0.303264 0.517421
+0.834262 0.305698 0.521446
+0.852221 0.308131 0.525470
+0.870181 0.310565 0.529495
+0.882707 0.312400 0.528806
+0.894329 0.314137 0.527332
+0.905950 0.315873 0.525858
+0.917571 0.317609 0.524384
+0.926837 0.318753 0.522598
+0.932964 0.319106 0.520395
+0.939091 0.319459 0.518192
+0.945218 0.319812 0.515989
+0.951345 0.320165 0.513786
+0.221742 0.236727 0.247176
+0.239311 0.254695 0.264871
+0.256879 0.272663 0.282565
+0.274447 0.290632 0.300260
+0.292015 0.308600 0.317954
+0.314158 0.324975 0.336897
+0.339732 0.340156 0.356776
+0.365306 0.355336 0.376654
+0.390880 0.370516 0.396533
+0.419855 0.381989 0.415988
+0.469229 0.371218 0.432900
+0.518604 0.360446 0.449811
+0.567978 0.349675 0.466723
+0.617353 0.338904 0.483634
+0.656577 0.333424 0.494956
+0.691740 0.330060 0.504042
+0.726903 0.326696 0.513128
+0.762066 0.323332 0.522214
+0.792519 0.321515 0.529911
+0.811197 0.323562 0.534135
+0.829874 0.325609 0.538359
+0.848551 0.327657 0.542583
+0.867229 0.329704 0.546808
+0.880303 0.331280 0.545982
+0.892443 0.332778 0.544315
+0.904583 0.334276 0.542649
+0.916723 0.335773 0.540982
+0.926368 0.336644 0.538922
+0.932687 0.336679 0.536338
+0.939006 0.336713 0.533754
+0.945325 0.336748 0.531171
+0.951644 0.336783 0.528587
+0.228375 0.245372 0.256246
+0.246458 0.263657 0.274152
+0.264542 0.281942 0.292059
+0.282626 0.300227 0.309965
+0.300710 0.318511 0.327872
+0.320319 0.337980 0.346875
+0.341074 0.358335 0.366700
+0.361828 0.378691 0.386526
+0.382583 0.399046 0.406352
+0.407448 0.414835 0.425891
+0.456979 0.403223 0.443715
+0.506510 0.391611 0.461539
+0.556041 0.379999 0.479363
+0.605571 0.368387 0.497187
+0.645685 0.361595 0.509212
+0.682032 0.356731 0.518917
+0.718378 0.351867 0.528622
+0.754725 0.347003 0.538328
+0.786250 0.343973 0.546526
+0.805719 0.345531 0.550958
+0.825188 0.347089 0.555389
+0.844657 0.348648 0.559821
+0.864127 0.350206 0.564253
+0.877782 0.351478 0.563287
+0.890468 0.352703 0.561422
+0.903155 0.353927 0.559557
+0.915841 0.355152 0.557692
+0.925886 0.355720 0.555354
+0.932411 0.355411 0.552385
+0.938935 0.355102 0.549415
+0.945460 0.354793 0.546446
+0.951985 0.354483 0.543477
+0.234663 0.256496 0.268108
+0.253349 0.274987 0.286086
+0.272035 0.293477 0.304064
+0.290721 0.311967 0.322042
+0.309407 0.330457 0.340020
+0.329524 0.349989 0.358988
+0.350712 0.370302 0.378697
+0.371901 0.390615 0.398407
+0.393090 0.410928 0.418116
+0.417412 0.427731 0.437614
+0.460536 0.423478 0.455841
+0.503660 0.419224 0.474069
+0.546784 0.414970 0.492296
+0.589908 0.410717 0.510523
+0.629512 0.404252 0.523260
+0.667709 0.396903 0.533800
+0.705906 0.389554 0.544340
+0.744102 0.382204 0.554880
+0.777302 0.377083 0.563748
+0.798008 0.377532 0.568434
+0.818714 0.377980 0.573121
+0.839420 0.378429 0.577807
+0.860126 0.378878 0.582493
+0.874566 0.379581 0.581367
+0.887963 0.380327 0.579272
+0.901359 0.381073 0.577177
+0.914756 0.381819 0.575082
+0.925330 0.381901 0.572434
+0.932141 0.381097 0.569050
+0.938951 0.380293 0.565665
+0.945762 0.379489 0.562281
+0.952573 0.378685 0.558897
+0.240951 0.267621 0.279971
+0.260239 0.286316 0.298021
+0.279528 0.305012 0.316070
+0.298817 0.323707 0.334119
+0.318105 0.342402 0.352169
+0.338728 0.361998 0.371101
+0.360351 0.382268 0.390694
+0.381974 0.402539 0.410288
+0.403597 0.422809 0.429881
+0.427376 0.440627 0.449337
+0.464093 0.443732 0.467968
+0.500810 0.446837 0.486598
+0.537527 0.449942 0.505229
+0.574244 0.453047 0.523859
+0.613339 0.446909 0.537307
+0.653386 0.437075 0.548683
+0.693433 0.427241 0.560058
+0.733480 0.417406 0.571433
+0.768354 0.410193 0.580970
+0.790297 0.409532 0.585911
+0.812239 0.408871 0.590852
+0.834182 0.408211 0.595793
+0.856125 0.407550 0.600734
+0.871351 0.407685 0.599447
+0.885457 0.407952 0.597121
+0.899564 0.408219 0.594796
+0.913670 0.408486 0.592471
+0.924773 0.408082 0.589514
+0.931870 0.406784 0.585715
+0.938967 0.405485 0.581915
+0.946065 0.404186 0.578116
+0.953162 0.402887 0.574317
+0.247239 0.278745 0.291834
+0.267130 0.297646 0.309955
+0.287021 0.316547 0.328076
+0.306912 0.335447 0.346197
+0.326803 0.354348 0.364318
+0.347932 0.374007 0.383214
+0.369989 0.394235 0.402691
+0.392046 0.414462 0.422168
+0.414103 0.434690 0.441646
+0.437339 0.453523 0.461060
+0.467650 0.463986 0.480094
+0.497960 0.474450 0.499127
+0.528270 0.484913 0.518161
+0.558580 0.495376 0.537195
+0.597167 0.489566 0.551355
+0.639063 0.477247 0.563565
+0.680960 0.464927 0.575775
+0.722857 0.452608 0.587986
+0.759406 0.443303 0.598192
+0.782586 0.441533 0.603387
+0.805765 0.439762 0.608583
+0.828944 0.437992 0.613779
+0.852124 0.436222 0.618974
+0.868135 0.435788 0.617526
+0.882952 0.435576 0.614971
+0.897768 0.435365 0.612415
+0.912585 0.435153 0.609860
+0.924216 0.434264 0.606594
+0.931600 0.432470 0.602379
+0.938983 0.430677 0.598165
+0.946367 0.428883 0.593951
+0.953751 0.427089 0.589737
+0.253527 0.289870 0.303696
+0.274020 0.308976 0.321889
+0.294514 0.328081 0.340081
+0.315008 0.347187 0.358274
+0.335501 0.366293 0.376466
+0.357136 0.386016 0.395327
+0.379628 0.406201 0.414688
+0.402119 0.426386 0.434049
+0.424610 0.446572 0.453411
+0.447303 0.466419 0.472783
+0.471207 0.484241 0.492220
+0.495110 0.502062 0.511657
+0.519013 0.519884 0.531094
+0.542917 0.537706 0.550531
+0.580994 0.532223 0.565402
+0.624741 0.517419 0.578448
+0.668488 0.502614 0.591493
+0.712234 0.487810 0.604538
+0.750458 0.476412 0.615414
+0.774874 0.473533 0.620864
+0.799290 0.470653 0.626314
+0.823707 0.467774 0.631765
+0.848123 0.464894 0.637215
+0.864919 0.463891 0.635606
+0.880446 0.463201 0.632820
+0.895973 0.462511 0.630035
+0.911500 0.461820 0.627249
+0.923659 0.460445 0.623673
+0.931329 0.458157 0.619044
+0.938999 0.455868 0.614415
+0.946670 0.453580 0.609786
+0.954340 0.451291 0.605157
+0.258064 0.304473 0.319507
+0.279208 0.323623 0.337586
+0.300352 0.342772 0.355666
+0.321497 0.361922 0.373745
+0.342641 0.381071 0.391825
+0.364844 0.400692 0.410473
+0.387842 0.420667 0.429548
+0.410839 0.440641 0.448622
+0.433837 0.460616 0.467697
+0.456738 0.480541 0.486791
+0.479060 0.500165 0.506001
+0.501382 0.519790 0.525210
+0.523704 0.539415 0.544420
+0.546026 0.559040 0.563629
+0.581303 0.557243 0.578965
+0.621761 0.546876 0.592752
+0.662219 0.536510 0.606539
+0.702678 0.526144 0.620326
+0.739019 0.517384 0.631858
+0.765067 0.512638 0.637753
+0.791114 0.507891 0.643649
+0.817162 0.503145 0.649544
+0.843210 0.498399 0.655440
+0.860977 0.496589 0.653710
+0.877363 0.495269 0.650709
+0.893749 0.493949 0.647708
+0.910136 0.492629 0.644707
+0.922943 0.490674 0.640825
+0.930977 0.487873 0.635767
+0.939011 0.485072 0.630709
+0.947045 0.482271 0.625651
+0.955080 0.479470 0.620593
+0.261901 0.320468 0.336896
+0.283715 0.339596 0.354789
+0.305529 0.358725 0.372681
+0.327343 0.377854 0.390574
+0.349158 0.396983 0.408467
+0.371954 0.416436 0.426832
+0.395486 0.436132 0.445552
+0.419019 0.455829 0.464273
+0.442551 0.475526 0.482993
+0.465961 0.495152 0.501714
+0.488632 0.514358 0.520444
+0.511303 0.533564 0.539173
+0.533974 0.552770 0.557903
+0.556645 0.571976 0.576632
+0.588205 0.575207 0.592334
+0.623319 0.572049 0.606825
+0.658433 0.568890 0.621316
+0.693547 0.565732 0.635807
+0.726582 0.561500 0.647991
+0.754420 0.554584 0.654408
+0.782258 0.547668 0.660824
+0.810095 0.540752 0.667241
+0.837933 0.533836 0.673658
+0.856743 0.531125 0.671823
+0.874049 0.529115 0.668613
+0.891355 0.527105 0.665403
+0.908661 0.525095 0.662193
+0.922162 0.522523 0.658005
+0.930592 0.519202 0.652512
+0.939021 0.515881 0.647020
+0.947451 0.512561 0.641527
+0.955880 0.509240 0.636034
+0.265737 0.336462 0.354285
+0.288222 0.355570 0.371991
+0.310706 0.374678 0.389697
+0.333190 0.393786 0.407403
+0.355674 0.412894 0.425109
+0.379063 0.432179 0.443192
+0.403131 0.451598 0.461557
+0.427198 0.471016 0.479923
+0.451266 0.490435 0.498288
+0.475184 0.509763 0.516637
+0.498204 0.528550 0.534887
+0.521224 0.547337 0.553136
+0.544244 0.566124 0.571386
+0.567265 0.584911 0.589635
+0.595106 0.593171 0.605703
+0.624876 0.597221 0.620898
+0.654647 0.601270 0.636093
+0.684417 0.605320 0.651288
+0.714146 0.605616 0.664124
+0.743773 0.596531 0.671062
+0.773401 0.587445 0.678000
+0.803028 0.578359 0.684938
+0.832656 0.569273 0.691877
+0.852510 0.565661 0.689937
+0.870735 0.562961 0.686517
+0.888960 0.560261 0.683098
+0.907185 0.557560 0.679679
+0.921382 0.554372 0.675185
+0.930206 0.550531 0.669257
+0.939031 0.546690 0.663330
+0.947856 0.542850 0.657403
+0.956681 0.539009 0.651476
+0.269574 0.352457 0.371675
+0.292728 0.371544 0.389194
+0.315883 0.390631 0.406713
+0.339037 0.409718 0.424232
+0.362191 0.428805 0.441751
+0.386173 0.447923 0.459551
+0.410776 0.467063 0.477562
+0.435378 0.486204 0.495573
+0.459981 0.505345 0.513584
+0.484407 0.524375 0.531560
+0.507776 0.542743 0.549330
+0.531145 0.561111 0.567099
+0.554515 0.579479 0.584869
+0.577884 0.597847 0.602638
+0.602008 0.611136 0.619072
+0.626434 0.622393 0.634971
+0.650860 0.633650 0.650870
+0.675286 0.644908 0.666769
+0.701710 0.649733 0.680257
+0.733127 0.638477 0.687716
+0.764544 0.627222 0.695176
+0.795961 0.615966 0.702635
+0.827379 0.604710 0.710095
+0.848276 0.600197 0.708050
+0.867421 0.596806 0.704422
+0.886566 0.593416 0.700793
+0.905710 0.590026 0.697164
+0.920601 0.586220 0.692364
+0.929821 0.581860 0.686003
+0.939041 0.577500 0.679641
+0.948261 0.573139 0.673279
+0.957481 0.568779 0.666917
+0.272211 0.370368 0.391071
+0.296026 0.389359 0.408340
+0.319841 0.408349 0.425609
+0.343657 0.427340 0.442878
+0.367472 0.446331 0.460146
+0.392033 0.465204 0.477594
+0.417154 0.483989 0.495176
+0.442274 0.502774 0.512758
+0.467395 0.521559 0.530340
+0.492318 0.540213 0.547870
+0.516054 0.558086 0.565090
+0.539791 0.575958 0.582309
+0.563527 0.593831 0.599529
+0.587263 0.611704 0.616749
+0.608837 0.628384 0.633230
+0.629546 0.644587 0.649415
+0.650255 0.660791 0.665600
+0.670964 0.676994 0.681785
+0.694832 0.685350 0.695649
+0.726594 0.674087 0.703712
+0.758357 0.662824 0.711775
+0.790120 0.651562 0.719837
+0.821882 0.640299 0.727900
+0.843677 0.635147 0.725810
+0.863811 0.631013 0.722027
+0.883945 0.626880 0.718244
+0.904078 0.622746 0.714462
+0.919719 0.618309 0.709392
+0.929370 0.613468 0.702605
+0.939021 0.608626 0.695819
+0.948673 0.603785 0.689033
+0.958324 0.598943 0.682247
+0.271848 0.393069 0.415484
+0.296302 0.411775 0.432345
+0.320755 0.430481 0.449205
+0.345208 0.449188 0.466065
+0.369662 0.467894 0.482925
+0.394769 0.486331 0.499846
+0.420366 0.504565 0.516813
+0.445963 0.522799 0.533779
+0.471560 0.541033 0.550746
+0.496950 0.559118 0.567646
+0.521098 0.576304 0.584142
+0.545246 0.593490 0.600638
+0.569394 0.610676 0.617134
+0.593542 0.627863 0.633630
+0.615484 0.643841 0.649361
+0.636544 0.659336 0.664786
+0.657605 0.674831 0.680211
+0.678665 0.690326 0.695636
+0.701850 0.699719 0.709189
+0.730347 0.693856 0.718060
+0.758844 0.687993 0.726931
+0.787341 0.682130 0.735802
+0.815839 0.676267 0.744672
+0.838164 0.671134 0.742684
+0.859461 0.666124 0.738885
+0.880758 0.661113 0.735086
+0.902055 0.656103 0.731287
+0.918584 0.651000 0.726037
+0.928756 0.645774 0.718852
+0.938928 0.640548 0.711666
+0.949100 0.635321 0.704481
+0.959272 0.630095 0.697295
+0.271485 0.415769 0.439898
+0.296577 0.434191 0.456349
+0.321669 0.452613 0.472800
+0.346760 0.471035 0.489252
+0.371852 0.489457 0.505703
+0.397505 0.507457 0.522097
+0.423578 0.525141 0.538449
+0.449652 0.542824 0.554801
+0.475725 0.560508 0.571153
+0.501582 0.578022 0.587422
+0.526142 0.594522 0.603194
+0.550701 0.611022 0.618967
+0.575261 0.627522 0.634739
+0.599821 0.644021 0.650511
+0.622131 0.659298 0.665493
+0.643543 0.674085 0.680158
+0.664954 0.688872 0.694823
+0.686365 0.703659 0.709488
+0.708868 0.714089 0.722728
+0.734100 0.713625 0.732407
+0.759331 0.713161 0.742086
+0.784563 0.712698 0.751766
+0.809795 0.712234 0.761445
+0.832651 0.707122 0.759558
+0.855111 0.701234 0.755743
+0.877571 0.695347 0.751928
+0.900031 0.689460 0.748113
+0.917448 0.683691 0.742683
+0.928141 0.678080 0.735098
+0.938834 0.672469 0.727513
+0.949527 0.666858 0.719928
+0.960220 0.661247 0.712344
+0.271122 0.438470 0.464312
+0.296852 0.456608 0.480354
+0.322582 0.474745 0.496396
+0.348312 0.492883 0.512439
+0.374042 0.511021 0.528481
+0.400240 0.528584 0.544349
+0.426790 0.545717 0.560086
+0.453340 0.562850 0.575823
+0.479890 0.579982 0.591560
+0.506214 0.596927 0.607198
+0.531186 0.612740 0.622247
+0.556157 0.628554 0.637295
+0.581128 0.644367 0.652344
+0.606099 0.660180 0.667392
+0.628779 0.674755 0.681624
+0.650541 0.688834 0.695529
+0.672303 0.702913 0.709434
+0.694066 0.716992 0.723339
+0.715886 0.728458 0.736268
+0.737852 0.733394 0.746755
+0.759819 0.738330 0.757242
+0.781785 0.743266 0.767730
+0.803751 0.748201 0.778217
+0.827137 0.743109 0.776431
+0.850761 0.736345 0.772601
+0.874384 0.729581 0.768770
+0.898007 0.722817 0.764939
+0.916312 0.716382 0.759328
+0.927526 0.710386 0.751344
+0.938740 0.704390 0.743360
+0.949954 0.698394 0.735376
+0.961168 0.692398 0.727392
+0.270760 0.461171 0.488725
+0.297128 0.479024 0.504359
+0.323496 0.496877 0.519992
+0.349864 0.514731 0.535626
+0.376232 0.532584 0.551259
+0.402976 0.549711 0.566600
+0.430002 0.566293 0.581722
+0.457029 0.582875 0.596844
+0.484055 0.599457 0.611966
+0.510846 0.615831 0.626974
+0.536229 0.630958 0.641299
+0.561612 0.646085 0.655624
+0.586995 0.661212 0.669948
+0.612378 0.676339 0.684273
+0.635426 0.690212 0.697755
+0.657539 0.703582 0.710901
+0.679653 0.716953 0.724046
+0.701766 0.730324 0.737191
+0.722904 0.742828 0.749808
+0.741605 0.753163 0.761103
+0.760306 0.763498 0.772398
+0.779006 0.773834 0.783694
+0.797707 0.784169 0.794989
+0.821624 0.779096 0.793305
+0.846411 0.771455 0.789458
+0.871197 0.763814 0.785611
+0.895984 0.756173 0.781764
+0.915176 0.749073 0.775973
+0.926911 0.742692 0.767590
+0.938646 0.736311 0.759207
+0.950381 0.729931 0.750824
+0.962116 0.723550 0.742440
+0.273675 0.493445 0.518352
+0.300172 0.510568 0.533289
+0.326669 0.527690 0.548226
+0.353166 0.544813 0.563163
+0.379663 0.561936 0.578100
+0.406458 0.578292 0.592717
+0.433476 0.594074 0.607093
+0.460494 0.609856 0.621469
+0.487512 0.625638 0.635845
+0.514293 0.641215 0.650105
+0.539658 0.655569 0.663665
+0.565023 0.669922 0.677224
+0.590388 0.684275 0.690784
+0.615753 0.698628 0.704343
+0.638824 0.711772 0.717073
+0.660977 0.724432 0.729471
+0.683131 0.737092 0.741869
+0.705284 0.749752 0.754267
+0.726340 0.761826 0.766202
+0.744653 0.772432 0.776976
+0.762967 0.783039 0.787751
+0.781280 0.793645 0.798526
+0.799594 0.804252 0.809301
+0.823251 0.800777 0.807745
+0.847798 0.794956 0.804133
+0.872346 0.789135 0.800521
+0.896894 0.783315 0.796910
+0.916024 0.777391 0.791412
+0.927930 0.771332 0.783398
+0.939836 0.765272 0.775385
+0.951742 0.759212 0.767371
+0.963648 0.753153 0.759358
+0.277136 0.527314 0.548847
+0.303678 0.543632 0.563040
+0.330219 0.559950 0.577233
+0.356760 0.576268 0.591425
+0.383302 0.592586 0.605618
+0.410064 0.608116 0.619477
+0.436993 0.623056 0.633086
+0.463922 0.637996 0.646695
+0.490850 0.652936 0.660303
+0.517543 0.667680 0.673795
+0.542818 0.681244 0.686582
+0.568094 0.694809 0.699370
+0.593369 0.708373 0.712158
+0.618645 0.721938 0.724945
+0.641681 0.734349 0.736922
+0.663822 0.746298 0.748575
+0.685964 0.758247 0.760228
+0.708105 0.770197 0.771881
+0.729179 0.781596 0.783071
+0.747584 0.791618 0.793104
+0.765990 0.801641 0.803137
+0.784396 0.811664 0.813170
+0.802802 0.821687 0.823203
+0.826067 0.820075 0.821779
+0.850143 0.816523 0.818444
+0.874218 0.812971 0.815109
+0.898293 0.809420 0.811775
+0.917202 0.804981 0.806649
+0.929221 0.799360 0.799133
+0.941240 0.793739 0.791618
+0.953258 0.788118 0.784103
+0.965277 0.782497 0.776587
+0.280598 0.561184 0.579343
+0.307183 0.576697 0.592791
+0.333769 0.592210 0.606239
+0.360354 0.607723 0.619688
+0.386940 0.623236 0.633136
+0.413670 0.637940 0.646238
+0.440510 0.652038 0.659079
+0.467349 0.666136 0.671920
+0.494189 0.680234 0.684761
+0.520792 0.694144 0.697484
+0.545978 0.706920 0.709500
+0.571164 0.719696 0.721516
+0.596350 0.732472 0.733531
+0.621536 0.745248 0.745547
+0.644538 0.756926 0.756771
+0.666667 0.768164 0.767679
+0.688796 0.779403 0.778587
+0.710926 0.790641 0.789495
+0.732017 0.801365 0.799941
+0.750515 0.810805 0.809232
+0.769014 0.820244 0.818523
+0.787512 0.829683 0.827814
+0.806010 0.839122 0.837106
+0.828884 0.839372 0.835812
+0.852487 0.838089 0.832755
+0.876090 0.836807 0.829697
+0.899693 0.835525 0.826640
+0.918380 0.832571 0.821886
+0.930511 0.827389 0.814868
+0.942643 0.822206 0.807851
+0.954775 0.817024 0.800834
+0.966907 0.811842 0.793816
+0.284059 0.595054 0.609838
+0.310689 0.609762 0.622542
+0.337319 0.624470 0.635246
+0.363948 0.639178 0.647950
+0.390578 0.653885 0.660655
+0.417277 0.667764 0.672998
+0.444027 0.681020 0.685072
+0.470777 0.694276 0.697146
+0.497528 0.707533 0.709219
+0.524042 0.720608 0.721174
+0.549138 0.732595 0.732418
+0.574234 0.744583 0.743661
+0.599331 0.756571 0.754905
+0.624427 0.768558 0.766149
+0.647395 0.779503 0.776620
+0.669512 0.790030 0.786783
+0.691629 0.800558 0.796946
+0.713746 0.811085 0.807109
+0.734856 0.821135 0.816810
+0.753446 0.829991 0.825360
+0.772037 0.838846 0.833909
+0.790627 0.847702 0.842458
+0.809218 0.856558 0.851008
+0.831700 0.858669 0.849846
+0.854831 0.859656 0.847066
+0.877962 0.860643 0.844285
+0.901092 0.861630 0.841505
+0.919558 0.860161 0.837123
+0.931802 0.855417 0.830603
+0.944047 0.850674 0.824084
+0.956291 0.845930 0.817565
+0.968536 0.841186 0.811046
+0.290163 0.627778 0.638186
+0.316630 0.641596 0.650110
+0.343097 0.655415 0.662033
+0.369563 0.669233 0.673957
+0.396030 0.683051 0.685880
+0.422505 0.696061 0.697473
+0.448985 0.708464 0.708818
+0.475466 0.720868 0.720163
+0.501947 0.733272 0.731508
+0.528193 0.745505 0.742739
+0.553034 0.756717 0.753287
+0.577874 0.767928 0.763835
+0.602715 0.779140 0.774383
+0.627555 0.790352 0.784931
+0.650331 0.800595 0.794739
+0.672281 0.810451 0.804252
+0.694231 0.820306 0.813764
+0.716180 0.830162 0.823276
+0.737159 0.839581 0.832338
+0.755712 0.847908 0.840271
+0.774264 0.856235 0.848205
+0.792816 0.864562 0.856139
+0.811368 0.872889 0.864072
+0.833092 0.876193 0.863362
+0.855345 0.878661 0.861210
+0.877598 0.881128 0.859059
+0.899850 0.883596 0.856907
+0.918179 0.883337 0.853088
+0.931275 0.879444 0.847045
+0.944371 0.875550 0.841002
+0.957468 0.871657 0.834958
+0.970564 0.867764 0.828915
+0.299790 0.658976 0.663673
+0.325817 0.671791 0.674767
+0.351845 0.684607 0.685861
+0.377873 0.697422 0.696955
+0.403901 0.710237 0.708049
+0.429896 0.722322 0.718899
+0.455866 0.733859 0.729567
+0.481836 0.745396 0.740236
+0.507806 0.756933 0.750904
+0.533546 0.768314 0.761470
+0.557910 0.778767 0.771424
+0.582273 0.789219 0.781379
+0.606637 0.799671 0.791333
+0.631000 0.810123 0.801287
+0.653372 0.819707 0.810552
+0.674948 0.828943 0.819540
+0.696523 0.838179 0.828528
+0.718098 0.847416 0.837516
+0.738749 0.856262 0.846075
+0.757089 0.864134 0.853562
+0.775429 0.872005 0.861048
+0.793769 0.879876 0.868534
+0.812109 0.887748 0.876020
+0.832586 0.891354 0.876187
+0.853419 0.894250 0.875133
+0.874253 0.897146 0.874079
+0.895087 0.900041 0.873025
+0.913391 0.900627 0.870025
+0.928324 0.898134 0.864428
+0.943258 0.895640 0.858832
+0.958191 0.893147 0.853235
+0.973124 0.890653 0.847639
+0.309416 0.690174 0.689159
+0.335005 0.701986 0.699424
+0.360594 0.713799 0.709688
+0.386183 0.725611 0.719953
+0.411771 0.737423 0.730217
+0.437286 0.748583 0.740326
+0.462746 0.759253 0.750317
+0.488206 0.769923 0.760308
+0.513665 0.780593 0.770300
+0.538900 0.791124 0.780201
+0.562786 0.800816 0.789562
+0.586673 0.810509 0.798922
+0.610559 0.820201 0.808283
+0.634445 0.829894 0.817644
+0.656413 0.838818 0.826364
+0.677614 0.847435 0.834828
+0.698816 0.856052 0.843292
+0.720017 0.864669 0.851756
+0.740339 0.872943 0.859813
+0.758467 0.880359 0.866852
+0.776594 0.887775 0.873891
+0.794721 0.895191 0.880929
+0.812849 0.902607 0.887968
+0.832079 0.906515 0.889011
+0.851494 0.909839 0.889055
+0.870908 0.913163 0.889100
+0.890323 0.916487 0.889144
+0.908604 0.917917 0.886962
+0.925374 0.916824 0.881812
+0.942144 0.915730 0.876662
+0.958914 0.914636 0.871512
+0.975683 0.913542 0.866362
+0.319043 0.721372 0.714645
+0.344193 0.732181 0.724080
+0.369343 0.742991 0.733516
+0.394492 0.753800 0.742951
+0.419642 0.764609 0.752386
+0.444677 0.774844 0.761752
+0.469626 0.784647 0.771067
+0.494575 0.794451 0.780381
+0.519524 0.804254 0.789696
+0.544254 0.813933 0.798932
+0.567663 0.822866 0.807699
+0.591072 0.831799 0.816466
+0.614481 0.840732 0.825233
+0.637890 0.849665 0.834000
+0.659455 0.857930 0.842177
+0.680281 0.865928 0.850116
+0.701108 0.873925 0.858056
+0.721935 0.881923 0.865996
+0.741929 0.889624 0.873551
+0.759844 0.896585 0.880142
+0.777759 0.903545 0.886733
+0.795674 0.910506 0.893325
+0.813589 0.917466 0.899916
+0.831573 0.921676 0.901836
+0.849568 0.925428 0.902978
+0.867564 0.929180 0.904120
+0.885559 0.932932 0.905262
+0.903816 0.935207 0.903898
+0.922423 0.935514 0.899195
+0.941030 0.935820 0.894492
+0.959636 0.936126 0.889789
+0.978243 0.936432 0.885085
+0.328670 0.752570 0.740132
+0.353381 0.762376 0.748737
+0.378091 0.772183 0.757343
+0.402802 0.781989 0.765949
+0.427513 0.791796 0.774554
+0.452068 0.801105 0.783178
+0.476507 0.810041 0.791816
+0.500945 0.818978 0.800454
+0.525384 0.827915 0.809092
+0.549607 0.836742 0.817663
+0.572539 0.844916 0.825836
+0.595471 0.853089 0.834010
+0.618403 0.861262 0.842183
+0.641335 0.869436 0.850357
+0.662496 0.877041 0.857989
+0.682948 0.884420 0.865405
+0.703400 0.891798 0.872820
+0.723853 0.899177 0.880236
+0.743519 0.906305 0.887289
+0.761222 0.912810 0.893432
+0.778924 0.919315 0.899576
+0.796626 0.925820 0.905720
+0.814329 0.932325 0.911864
+0.831066 0.936838 0.914661
+0.847642 0.941018 0.916901
+0.864219 0.945198 0.919140
+0.880795 0.949378 0.921380
+0.899029 0.952498 0.920835
+0.919472 0.954203 0.916579
+0.939916 0.955909 0.912322
+0.960359 0.957615 0.908065
+0.980803 0.959321 0.903809
+0.178140 0.183032 0.190972
+0.203870 0.181317 0.210864
+0.229600 0.179603 0.230757
+0.255330 0.177888 0.250649
+0.281060 0.176173 0.270541
+0.317834 0.175375 0.288572
+0.362890 0.175265 0.305207
+0.407946 0.175155 0.321842
+0.453003 0.175044 0.338477
+0.497934 0.175307 0.354230
+0.542113 0.177804 0.364689
+0.586293 0.180301 0.375148
+0.630472 0.182799 0.385607
+0.674651 0.185296 0.396066
+0.709486 0.188631 0.402827
+0.740582 0.192300 0.408108
+0.771679 0.195970 0.413389
+0.802775 0.199640 0.418671
+0.829462 0.203221 0.423245
+0.845124 0.206581 0.426052
+0.860786 0.209941 0.428859
+0.876448 0.213301 0.431665
+0.892111 0.216661 0.434472
+0.901075 0.219297 0.435558
+0.908923 0.221812 0.436357
+0.916771 0.224328 0.437155
+0.924619 0.226843 0.437954
+0.931226 0.228849 0.438494
+0.936180 0.230176 0.438690
+0.941134 0.231503 0.438886
+0.946088 0.232830 0.439081
+0.951042 0.234157 0.439277
+0.184259 0.190448 0.198755
+0.207824 0.192989 0.218025
+0.231388 0.195530 0.237296
+0.254953 0.198071 0.256567
+0.278518 0.200613 0.275837
+0.314361 0.200840 0.294095
+0.359415 0.199333 0.311592
+0.404468 0.197826 0.329090
+0.449521 0.196319 0.346587
+0.494465 0.195189 0.363199
+0.538759 0.196327 0.374499
+0.583053 0.197465 0.385800
+0.627347 0.198603 0.397100
+0.671641 0.199740 0.408400
+0.706590 0.202234 0.415803
+0.737802 0.205269 0.421648
+0.769014 0.208304 0.427492
+0.800226 0.211340 0.433336
+0.827042 0.214461 0.438386
+0.842868 0.217797 0.441451
+0.858694 0.221132 0.444515
+0.874520 0.224468 0.447579
+0.890346 0.227803 0.450644
+0.899550 0.230505 0.451728
+0.907650 0.233101 0.452483
+0.915751 0.235697 0.453237
+0.923852 0.238293 0.453992
+0.930667 0.240334 0.454357
+0.935769 0.241634 0.454204
+0.940870 0.242934 0.454051
+0.945972 0.244235 0.453898
+0.951074 0.245535 0.453745
+0.190378 0.197863 0.206537
+0.211777 0.204661 0.225186
+0.233177 0.211458 0.243835
+0.254576 0.218255 0.262485
+0.275975 0.225052 0.281134
+0.310889 0.226306 0.299618
+0.355939 0.223402 0.317978
+0.400989 0.220497 0.336337
+0.446039 0.217593 0.354697
+0.490997 0.215072 0.372169
+0.535406 0.214850 0.384310
+0.579814 0.214628 0.396451
+0.624222 0.214407 0.408593
+0.668631 0.214185 0.420734
+0.703695 0.215837 0.428780
+0.735022 0.218238 0.435187
+0.766349 0.220639 0.441595
+0.797676 0.223040 0.448002
+0.824621 0.225701 0.453528
+0.840611 0.229012 0.456850
+0.856601 0.232323 0.460172
+0.872591 0.235635 0.463493
+0.888581 0.238946 0.466815
+0.898025 0.241713 0.467899
+0.906378 0.244390 0.468609
+0.914731 0.247066 0.469319
+0.923085 0.249743 0.470029
+0.930108 0.251818 0.470220
+0.935357 0.253092 0.469719
+0.940607 0.254366 0.469217
+0.945856 0.255640 0.468716
+0.951106 0.256914 0.468214
+0.196497 0.205279 0.214319
+0.215731 0.216332 0.232347
+0.234965 0.227386 0.250375
+0.254199 0.238439 0.268403
+0.273433 0.249492 0.286431
+0.307417 0.251771 0.305141
+0.352464 0.247470 0.324363
+0.397510 0.243169 0.343585
+0.442557 0.238868 0.362807
+0.487529 0.234955 0.381138
+0.532052 0.233373 0.394121
+0.576575 0.231792 0.407103
+0.621097 0.230211 0.420085
+0.665620 0.228629 0.433068
+0.700800 0.229439 0.441756
+0.732242 0.231206 0.448727
+0.763685 0.232973 0.455697
+0.795127 0.234740 0.462668
+0.822201 0.236941 0.468669
+0.838355 0.240228 0.472249
+0.854509 0.243515 0.475828
+0.870662 0.246801 0.479407
+0.886816 0.250088 0.482987
+0.896500 0.252921 0.484069
+0.905106 0.255678 0.484735
+0.913712 0.258436 0.485401
+0.922318 0.261193 0.486067
+0.929549 0.263303 0.486084
+0.934946 0.264551 0.485233
+0.940343 0.265798 0.484383
+0.945741 0.267046 0.483533
+0.951138 0.268293 0.482682
+0.202616 0.212695 0.222101
+0.219685 0.228004 0.239508
+0.236753 0.243313 0.256914
+0.253822 0.258622 0.274321
+0.270890 0.273931 0.291727
+0.303945 0.277236 0.310664
+0.348988 0.271538 0.330749
+0.394032 0.265840 0.350833
+0.439075 0.260142 0.370918
+0.484061 0.254838 0.390108
+0.528698 0.251897 0.403931
+0.573335 0.248956 0.417755
+0.617973 0.246015 0.431578
+0.662610 0.243073 0.445402
+0.697905 0.243042 0.454733
+0.729462 0.244175 0.462266
+0.761020 0.245308 0.469800
+0.792577 0.246440 0.477334
+0.819781 0.248182 0.483811
+0.836098 0.251444 0.487648
+0.852416 0.254706 0.491484
+0.868734 0.257968 0.495321
+0.885051 0.261230 0.499158
+0.894975 0.264129 0.500239
+0.903834 0.266967 0.500861
+0.912692 0.269805 0.501483
+0.921551 0.272643 0.502105
+0.928989 0.274788 0.501947
+0.934534 0.276009 0.500748
+0.940080 0.277230 0.499549
+0.945625 0.278451 0.498350
+0.951170 0.279672 0.497151
+0.209253 0.220684 0.230438
+0.225666 0.238000 0.247705
+0.242078 0.255317 0.264972
+0.258490 0.272633 0.282238
+0.274903 0.289950 0.299505
+0.305882 0.295742 0.318550
+0.347787 0.292889 0.338928
+0.389693 0.290037 0.359307
+0.431598 0.287185 0.379685
+0.473992 0.284063 0.399254
+0.519325 0.279323 0.413966
+0.564659 0.274583 0.428678
+0.609992 0.269843 0.443390
+0.655325 0.265103 0.458102
+0.691275 0.263787 0.468100
+0.723473 0.263841 0.476211
+0.755670 0.263895 0.484323
+0.787867 0.263949 0.492434
+0.815661 0.264839 0.499394
+0.832446 0.267821 0.503474
+0.849232 0.270802 0.507555
+0.866017 0.273783 0.511635
+0.882802 0.276764 0.515716
+0.893103 0.279581 0.516772
+0.902322 0.282370 0.517324
+0.911542 0.285160 0.517876
+0.920762 0.287949 0.518429
+0.928482 0.289984 0.518074
+0.934202 0.291013 0.516510
+0.939922 0.292043 0.514945
+0.945642 0.293072 0.513381
+0.951361 0.294101 0.511817
+0.216280 0.229103 0.239191
+0.233168 0.246740 0.256680
+0.250055 0.264378 0.274168
+0.266943 0.282015 0.291656
+0.283831 0.299653 0.309144
+0.311878 0.309026 0.328208
+0.348293 0.312202 0.348453
+0.384708 0.315378 0.368699
+0.421123 0.318554 0.388945
+0.458974 0.320295 0.408532
+0.505439 0.313426 0.424169
+0.551904 0.306558 0.439805
+0.598369 0.299690 0.455441
+0.644834 0.292821 0.471078
+0.681846 0.289889 0.481760
+0.715076 0.288531 0.490460
+0.748307 0.287172 0.499160
+0.781537 0.285814 0.507861
+0.810267 0.285560 0.515308
+0.827748 0.288068 0.519621
+0.845228 0.290576 0.523935
+0.862709 0.293085 0.528249
+0.880189 0.295593 0.532563
+0.890969 0.298217 0.533576
+0.900632 0.300860 0.534040
+0.910295 0.303504 0.534503
+0.919958 0.306148 0.534967
+0.928014 0.307964 0.534399
+0.933929 0.308677 0.532457
+0.939844 0.309391 0.530515
+0.945758 0.310104 0.528573
+0.951673 0.310818 0.526630
+0.223306 0.237522 0.247945
+0.240669 0.255480 0.265654
+0.258033 0.273438 0.283364
+0.275396 0.291397 0.301073
+0.292760 0.309355 0.318782
+0.317873 0.322311 0.337865
+0.348798 0.331515 0.357979
+0.379723 0.340719 0.378092
+0.410649 0.349923 0.398205
+0.443956 0.356527 0.417811
+0.491552 0.347530 0.434371
+0.539149 0.338533 0.450932
+0.586746 0.329537 0.467492
+0.634343 0.320540 0.484053
+0.672416 0.315990 0.495420
+0.706680 0.313220 0.504709
+0.740943 0.310449 0.513998
+0.775207 0.307679 0.523287
+0.804874 0.306281 0.531221
+0.823049 0.308316 0.535769
+0.841225 0.310351 0.540316
+0.859401 0.312386 0.544863
+0.877576 0.314421 0.549410
+0.888835 0.316853 0.550381
+0.898941 0.319350 0.550756
+0.909047 0.321848 0.551130
+0.919153 0.324346 0.551505
+0.927546 0.325944 0.550725
+0.933656 0.326342 0.548405
+0.939765 0.326739 0.546084
+0.945875 0.327137 0.543764
+0.951984 0.327535 0.541444
+0.230332 0.245941 0.256698
+0.248171 0.264220 0.274629
+0.266010 0.282499 0.292560
+0.283849 0.300779 0.310490
+0.301688 0.319058 0.328421
+0.323868 0.335596 0.347523
+0.349303 0.350828 0.367504
+0.374739 0.366060 0.387484
+0.400174 0.381292 0.407465
+0.428937 0.392759 0.427089
+0.477666 0.381634 0.444574
+0.526395 0.370508 0.462059
+0.575124 0.359383 0.479544
+0.623852 0.348258 0.497028
+0.662987 0.342092 0.509080
+0.698283 0.337909 0.518958
+0.733580 0.333726 0.528836
+0.768876 0.329544 0.538714
+0.799480 0.327002 0.547135
+0.818351 0.328564 0.551916
+0.837222 0.330126 0.556696
+0.856093 0.331687 0.561477
+0.874964 0.333249 0.566257
+0.886702 0.335488 0.567185
+0.897251 0.337840 0.567471
+0.907800 0.340192 0.567757
+0.918349 0.342544 0.568043
+0.927079 0.343923 0.567050
+0.933383 0.344006 0.564352
+0.939687 0.344088 0.561654
+0.945991 0.344170 0.558956
+0.952295 0.344252 0.556258
+0.237329 0.254741 0.265871
+0.255657 0.273322 0.284000
+0.273986 0.291903 0.302130
+0.292314 0.310485 0.320259
+0.310642 0.329066 0.338388
+0.330375 0.348682 0.357502
+0.351160 0.369075 0.377354
+0.371945 0.389467 0.397206
+0.392730 0.409860 0.417059
+0.417517 0.425640 0.436692
+0.466318 0.413750 0.455009
+0.515120 0.401859 0.473327
+0.563921 0.389968 0.491644
+0.612722 0.378078 0.509962
+0.652690 0.370575 0.522695
+0.689123 0.364827 0.533194
+0.725556 0.359079 0.543693
+0.761990 0.353331 0.554193
+0.793626 0.349507 0.563127
+0.813268 0.350490 0.568149
+0.832910 0.351473 0.573171
+0.852552 0.352456 0.578193
+0.872194 0.353440 0.583216
+0.884448 0.355437 0.584098
+0.895470 0.357602 0.584289
+0.906493 0.359768 0.584481
+0.917515 0.361934 0.584673
+0.926605 0.363061 0.583463
+0.933117 0.362803 0.580383
+0.939629 0.362545 0.577303
+0.946141 0.362287 0.574224
+0.952653 0.362029 0.571144
+0.244152 0.265828 0.277559
+0.263052 0.284598 0.295752
+0.281952 0.303367 0.313944
+0.300852 0.322137 0.332136
+0.319752 0.340907 0.350329
+0.339950 0.360578 0.369410
+0.361121 0.380925 0.389157
+0.382293 0.401272 0.408904
+0.403464 0.421619 0.428652
+0.427685 0.438419 0.448236
+0.470203 0.433941 0.466838
+0.512722 0.429462 0.485441
+0.555240 0.424983 0.504044
+0.597758 0.420504 0.522647
+0.637187 0.413346 0.536044
+0.675381 0.405116 0.547358
+0.713574 0.396886 0.558673
+0.751768 0.388656 0.569987
+0.785011 0.382712 0.579587
+0.805878 0.382485 0.584901
+0.826746 0.382257 0.590214
+0.847613 0.382030 0.595527
+0.868481 0.381803 0.600841
+0.881473 0.383260 0.601656
+0.893152 0.384997 0.601722
+0.904831 0.386735 0.601788
+0.916511 0.388473 0.601854
+0.926098 0.389147 0.600398
+0.932897 0.388402 0.596915
+0.939695 0.387658 0.593431
+0.946493 0.386913 0.589948
+0.953292 0.386169 0.586464
+0.250976 0.276915 0.289247
+0.270447 0.295873 0.307503
+0.289919 0.314831 0.325758
+0.309390 0.333789 0.344014
+0.328862 0.352747 0.362269
+0.349525 0.372473 0.381317
+0.371083 0.392775 0.400960
+0.392641 0.413076 0.420602
+0.414199 0.433378 0.440245
+0.437853 0.451199 0.459780
+0.474088 0.454132 0.478668
+0.510323 0.457065 0.497556
+0.546558 0.459998 0.516444
+0.582794 0.462931 0.535332
+0.621685 0.456117 0.549392
+0.661638 0.445405 0.561522
+0.701592 0.434692 0.573652
+0.741546 0.423980 0.585782
+0.776396 0.415917 0.596048
+0.798489 0.414479 0.601652
+0.820582 0.413041 0.607257
+0.842675 0.411603 0.612861
+0.864768 0.410166 0.618466
+0.878497 0.411083 0.619215
+0.890834 0.412392 0.619155
+0.903170 0.413702 0.619094
+0.915506 0.415011 0.619034
+0.925591 0.415232 0.617333
+0.932676 0.414001 0.613446
+0.939761 0.412770 0.609559
+0.946846 0.411539 0.605672
+0.953931 0.410309 0.601785
+0.257799 0.288002 0.300936
+0.277842 0.307148 0.319254
+0.297885 0.326295 0.337573
+0.317928 0.345441 0.355891
+0.337971 0.364588 0.374210
+0.359101 0.384368 0.393225
+0.381045 0.404625 0.412763
+0.402989 0.424881 0.432300
+0.424933 0.445137 0.451838
+0.448021 0.463978 0.471324
+0.477973 0.474323 0.490497
+0.507925 0.484667 0.509670
+0.537877 0.495012 0.528843
+0.567829 0.505357 0.548016
+0.606182 0.498888 0.562741
+0.647896 0.485693 0.575686
+0.689610 0.472499 0.588632
+0.731323 0.459304 0.601577
+0.767781 0.449123 0.612508
+0.791100 0.446474 0.618404
+0.814418 0.443826 0.624300
+0.837736 0.441177 0.630195
+0.861055 0.438528 0.636091
+0.875522 0.438906 0.636774
+0.888515 0.439787 0.636587
+0.901508 0.440668 0.636401
+0.914501 0.441550 0.636214
+0.925084 0.441317 0.634269
+0.932455 0.439600 0.629978
+0.939827 0.437883 0.625687
+0.947198 0.436166 0.621396
+0.954569 0.434448 0.617105
+0.264623 0.299089 0.312624
+0.285237 0.318424 0.331006
+0.305852 0.337759 0.349387
+0.326466 0.357094 0.367769
+0.347081 0.376428 0.386151
+0.368676 0.396264 0.405133
+0.391007 0.416475 0.424566
+0.413337 0.436686 0.443999
+0.435668 0.456897 0.463431
+0.458190 0.476757 0.482868
+0.481858 0.494514 0.502326
+0.505527 0.512270 0.521784
+0.529196 0.530027 0.541243
+0.552865 0.547783 0.560701
+0.590680 0.541659 0.576090
+0.634154 0.525982 0.589850
+0.677627 0.510305 0.603611
+0.721101 0.494628 0.617372
+0.759166 0.482328 0.628968
+0.783710 0.478469 0.635155
+0.808254 0.474610 0.641342
+0.832798 0.470751 0.647529
+0.857342 0.466891 0.653716
+0.872547 0.466729 0.654332
+0.886197 0.467182 0.654020
+0.899846 0.467635 0.653707
+0.913496 0.468088 0.653394
+0.924577 0.467403 0.651204
+0.932235 0.465199 0.646509
+0.939892 0.462995 0.641815
+0.947550 0.460792 0.637121
+0.955208 0.458588 0.632426
+0.269855 0.313344 0.327904
+0.291092 0.332709 0.346170
+0.312328 0.352075 0.364437
+0.333564 0.371441 0.382703
+0.354801 0.390806 0.400969
+0.376930 0.410539 0.419747
+0.399729 0.430546 0.438909
+0.422528 0.450554 0.458070
+0.445327 0.470561 0.477232
+0.468024 0.490509 0.496402
+0.490109 0.510100 0.515625
+0.512194 0.529691 0.534848
+0.534278 0.549283 0.554071
+0.556363 0.568874 0.573295
+0.591344 0.566553 0.589078
+0.631483 0.555468 0.603487
+0.671623 0.544383 0.617895
+0.711762 0.533298 0.632303
+0.747909 0.523716 0.644500
+0.774075 0.517893 0.651171
+0.800242 0.512070 0.657842
+0.826408 0.506247 0.664512
+0.852574 0.500424 0.671183
+0.868739 0.499398 0.671780
+0.883237 0.499172 0.671364
+0.897735 0.498945 0.670948
+0.912233 0.498719 0.670532
+0.923952 0.497429 0.668105
+0.931968 0.494721 0.662995
+0.939984 0.492014 0.657884
+0.948000 0.489306 0.652774
+0.956015 0.486598 0.647664
+0.274452 0.328865 0.344621
+0.296330 0.348199 0.362701
+0.318208 0.367532 0.380780
+0.340086 0.386866 0.398860
+0.361964 0.406200 0.416939
+0.384655 0.425766 0.435444
+0.407955 0.445507 0.454268
+0.431256 0.465247 0.473091
+0.454556 0.484988 0.491915
+0.477725 0.504651 0.510733
+0.500105 0.523845 0.529512
+0.522486 0.543040 0.548292
+0.544866 0.562235 0.567072
+0.567246 0.581429 0.585851
+0.598475 0.584297 0.601923
+0.633242 0.580633 0.616912
+0.668009 0.576970 0.631900
+0.702776 0.573306 0.646889
+0.735595 0.568378 0.659661
+0.763542 0.560290 0.666892
+0.791490 0.552201 0.674124
+0.819438 0.544113 0.681355
+0.847386 0.536024 0.688587
+0.864598 0.534006 0.689183
+0.880021 0.533000 0.688673
+0.895443 0.531993 0.688163
+0.910866 0.530987 0.687653
+0.923280 0.529032 0.684992
+0.931683 0.525813 0.679461
+0.940085 0.522594 0.673930
+0.948488 0.519375 0.668400
+0.956890 0.516156 0.662869
+0.279048 0.344387 0.361338
+0.301568 0.363688 0.379231
+0.324088 0.382990 0.397123
+0.346608 0.402291 0.415016
+0.369128 0.421593 0.432909
+0.392380 0.440993 0.451141
+0.416182 0.460467 0.469627
+0.439984 0.479941 0.488113
+0.463785 0.499415 0.506599
+0.487426 0.518792 0.525063
+0.510102 0.537591 0.543399
+0.532778 0.556389 0.561736
+0.555454 0.575187 0.580072
+0.578130 0.593985 0.598408
+0.605605 0.602040 0.614768
+0.635000 0.605798 0.630337
+0.664395 0.609556 0.645906
+0.693790 0.613314 0.661475
+0.723281 0.613040 0.674822
+0.753010 0.602686 0.682614
+0.782739 0.592332 0.690406
+0.812468 0.581978 0.698198
+0.842197 0.571624 0.705990
+0.860456 0.568614 0.706586
+0.876804 0.566828 0.705982
+0.893152 0.565041 0.705378
+0.909500 0.563255 0.704775
+0.922608 0.560636 0.701879
+0.931398 0.556905 0.695928
+0.940187 0.553175 0.689976
+0.948976 0.549444 0.684025
+0.957766 0.545714 0.678074
+0.283644 0.359908 0.378055
+0.306806 0.379178 0.395761
+0.329968 0.398447 0.413467
+0.353130 0.417716 0.431173
+0.376292 0.436986 0.448879
+0.400106 0.456220 0.466837
+0.424409 0.475427 0.484986
+0.448711 0.494634 0.503134
+0.473014 0.513842 0.521282
+0.497127 0.532934 0.539394
+0.520099 0.551336 0.557286
+0.543070 0.569737 0.575179
+0.566042 0.588139 0.593072
+0.589013 0.606541 0.610965
+0.612736 0.619784 0.627612
+0.636759 0.630963 0.643762
+0.660781 0.642142 0.659911
+0.684804 0.653322 0.676060
+0.710966 0.657701 0.689982
+0.742477 0.645082 0.698335
+0.773987 0.632463 0.706688
+0.805498 0.619844 0.715041
+0.837008 0.607225 0.723394
+0.856315 0.603222 0.723989
+0.873588 0.600656 0.723291
+0.890861 0.598089 0.722593
+0.908133 0.595523 0.721896
+0.921936 0.592239 0.718766
+0.931112 0.587997 0.712394
+0.940288 0.583755 0.706022
+0.949465 0.579513 0.699651
+0.958641 0.575271 0.693279
+0.287048 0.377165 0.396629
+0.310853 0.396328 0.414084
+0.334658 0.415492 0.431538
+0.358463 0.434655 0.448992
+0.382268 0.453819 0.466446
+0.406642 0.472812 0.484063
+0.431441 0.491679 0.501803
+0.456240 0.510546 0.519543
+0.481040 0.529413 0.537283
+0.505624 0.548146 0.554972
+0.528919 0.566080 0.572353
+0.552214 0.584014 0.589733
+0.575509 0.601947 0.607114
+0.598803 0.619881 0.624494
+0.619937 0.636642 0.641147
+0.640206 0.652934 0.657509
+0.660475 0.669225 0.673871
+0.680744 0.685517 0.690233
+0.704307 0.693561 0.704479
+0.736104 0.680984 0.713435
+0.767902 0.668408 0.722390
+0.799699 0.655831 0.731345
+0.831497 0.643255 0.740301
+0.851718 0.638480 0.740953
+0.870010 0.635005 0.740221
+0.888301 0.631531 0.739489
+0.906593 0.628056 0.738758
+0.921161 0.624051 0.735434
+0.930764 0.619338 0.728653
+0.940367 0.614625 0.721872
+0.949969 0.609912 0.715092
+0.959572 0.605199 0.708311
+0.287469 0.398757 0.419848
+0.311921 0.417631 0.436887
+0.336373 0.436504 0.453927
+0.360825 0.455378 0.470967
+0.385277 0.474251 0.488006
+0.410204 0.492820 0.505112
+0.435488 0.511162 0.522268
+0.460772 0.529503 0.539424
+0.486057 0.547845 0.556580
+0.511113 0.566035 0.573671
+0.534800 0.583322 0.590367
+0.558486 0.600609 0.607063
+0.582173 0.617895 0.623759
+0.605860 0.635182 0.640455
+0.627314 0.651286 0.656408
+0.647875 0.666918 0.672063
+0.668436 0.682549 0.687719
+0.688997 0.698180 0.703375
+0.711783 0.707413 0.717318
+0.740132 0.700649 0.726980
+0.768482 0.693886 0.736642
+0.796831 0.687122 0.746304
+0.825180 0.680358 0.755967
+0.845983 0.675361 0.756819
+0.865528 0.670658 0.756204
+0.885073 0.665956 0.755588
+0.904618 0.661253 0.754972
+0.920127 0.656387 0.751552
+0.930257 0.651303 0.744392
+0.940386 0.646220 0.737232
+0.950515 0.641136 0.730071
+0.960645 0.636052 0.722911
+0.287891 0.420350 0.443066
+0.312989 0.438933 0.459691
+0.338088 0.457517 0.476316
+0.363186 0.476100 0.492941
+0.388285 0.494684 0.509566
+0.413766 0.512829 0.526161
+0.439535 0.530645 0.542733
+0.465304 0.548461 0.559305
+0.491074 0.566277 0.575877
+0.516601 0.583925 0.592369
+0.540680 0.600564 0.608381
+0.564759 0.617204 0.624393
+0.588838 0.633843 0.640404
+0.612916 0.650483 0.656416
+0.634691 0.665931 0.671668
+0.655544 0.680902 0.686618
+0.676397 0.695873 0.701567
+0.697250 0.710844 0.716516
+0.719259 0.721266 0.730156
+0.744161 0.720315 0.740525
+0.769062 0.719364 0.750894
+0.793963 0.718413 0.761264
+0.818864 0.717462 0.771633
+0.840248 0.712242 0.772686
+0.861046 0.706311 0.772186
+0.881844 0.700380 0.771687
+0.902642 0.694449 0.771187
+0.919093 0.688723 0.767670
+0.929749 0.683268 0.760131
+0.940405 0.677814 0.752591
+0.951061 0.672359 0.745051
+0.961717 0.666905 0.737511
+0.288313 0.441942 0.466284
+0.314058 0.460236 0.482495
+0.339803 0.478529 0.498706
+0.365548 0.496823 0.514916
+0.391293 0.515116 0.531127
+0.417329 0.532837 0.547210
+0.443583 0.550127 0.563198
+0.469837 0.567418 0.579186
+0.496090 0.584709 0.595174
+0.522089 0.601814 0.611068
+0.546560 0.617806 0.626395
+0.571031 0.633799 0.641722
+0.595502 0.649791 0.657049
+0.619973 0.665784 0.672377
+0.642068 0.680575 0.686929
+0.663213 0.694886 0.701172
+0.684358 0.709196 0.715414
+0.705503 0.723507 0.729657
+0.726736 0.735118 0.742995
+0.748189 0.739980 0.754071
+0.769642 0.744842 0.765147
+0.791094 0.749704 0.776223
+0.812547 0.754566 0.787299
+0.834513 0.749124 0.788552
+0.856564 0.741964 0.788169
+0.878615 0.734805 0.787786
+0.900667 0.727646 0.787402
+0.918060 0.721058 0.783789
+0.929242 0.715233 0.775870
+0.940425 0.709408 0.767950
+0.951608 0.703583 0.760031
+0.962790 0.697758 0.752112
+0.288734 0.463535 0.489503
+0.315126 0.481538 0.505299
+0.341518 0.499542 0.521095
+0.367909 0.517545 0.536891
+0.394301 0.535549 0.552687
+0.420891 0.552845 0.568259
+0.447630 0.569610 0.583663
+0.474369 0.586375 0.599067
+0.501107 0.603141 0.614471
+0.527578 0.619703 0.629766
+0.552441 0.635048 0.644409
+0.577304 0.650394 0.659052
+0.602166 0.665739 0.673695
+0.627029 0.681085 0.688337
+0.649445 0.695219 0.702190
+0.670882 0.708870 0.715726
+0.692319 0.722520 0.729262
+0.713756 0.736170 0.742798
+0.734212 0.748971 0.755833
+0.752217 0.759645 0.767616
+0.770222 0.770320 0.779399
+0.788226 0.780995 0.791182
+0.806231 0.791669 0.802965
+0.828778 0.786005 0.804419
+0.852082 0.777618 0.804152
+0.875387 0.769230 0.803884
+0.898691 0.760842 0.803617
+0.917026 0.753394 0.799907
+0.928735 0.747198 0.791608
+0.940444 0.741002 0.783310
+0.952154 0.734807 0.775011
+0.963863 0.728611 0.766712
+0.289541 0.492908 0.517763
+0.316256 0.510274 0.532915
+0.342971 0.527640 0.548067
+0.369686 0.545006 0.563219
+0.396401 0.562372 0.578371
+0.423213 0.578967 0.593254
+0.450099 0.594984 0.607936
+0.476985 0.611001 0.622618
+0.503870 0.627018 0.637300
+0.530482 0.642830 0.651868
+0.555449 0.657417 0.665751
+0.580417 0.672004 0.679634
+0.605384 0.686591 0.693518
+0.630352 0.701177 0.707401
+0.652894 0.714584 0.720505
+0.674466 0.727519 0.733296
+0.696038 0.740453 0.746088
+0.717610 0.753388 0.758880
+0.738066 0.765762 0.771231
+0.755735 0.776733 0.782481
+0.773403 0.787704 0.793732
+0.791071 0.798675 0.804982
+0.808740 0.809646 0.816233
+0.830711 0.805995 0.817899
+0.853399 0.799908 0.817968
+0.876087 0.793820 0.818036
+0.898775 0.787732 0.818105
+0.916920 0.781664 0.814651
+0.929009 0.775620 0.806501
+0.941097 0.769576 0.798351
+0.953185 0.763532 0.790200
+0.965274 0.757488 0.782050
+0.290413 0.523577 0.546864
+0.317397 0.540248 0.561333
+0.344381 0.556919 0.575803
+0.371365 0.573590 0.590272
+0.398349 0.590261 0.604742
+0.425328 0.606109 0.618907
+0.452305 0.621340 0.632844
+0.479281 0.636571 0.646781
+0.506258 0.651802 0.660718
+0.532956 0.666830 0.674536
+0.557980 0.680640 0.687648
+0.583004 0.694450 0.700759
+0.608028 0.708259 0.713870
+0.633052 0.722069 0.726982
+0.655688 0.734736 0.739329
+0.677368 0.746945 0.751370
+0.699049 0.759155 0.763410
+0.720730 0.771364 0.775451
+0.741317 0.783042 0.787055
+0.759167 0.793390 0.797567
+0.777018 0.803739 0.808078
+0.794869 0.814087 0.818590
+0.812719 0.824435 0.829101
+0.833921 0.823171 0.830981
+0.855681 0.819971 0.831423
+0.877442 0.816771 0.831864
+0.899202 0.813571 0.832305
+0.916969 0.809255 0.829166
+0.929412 0.803450 0.821252
+0.941855 0.797645 0.813339
+0.954298 0.791840 0.805425
+0.966741 0.786035 0.797511
+0.291285 0.554247 0.575965
+0.318538 0.570222 0.589752
+0.345791 0.586198 0.603539
+0.373044 0.602174 0.617326
+0.400297 0.618149 0.631113
+0.427444 0.633250 0.644560
+0.454511 0.647696 0.657752
+0.481578 0.662142 0.670943
+0.508646 0.676587 0.684135
+0.535429 0.690831 0.697205
+0.560510 0.703863 0.709545
+0.585590 0.716895 0.721884
+0.610671 0.729928 0.734223
+0.635752 0.742960 0.746563
+0.658482 0.754887 0.758153
+0.680271 0.766372 0.769443
+0.702061 0.777856 0.780733
+0.723851 0.789341 0.792023
+0.744567 0.800323 0.802880
+0.762600 0.810048 0.812652
+0.780633 0.819773 0.822425
+0.798666 0.829498 0.832197
+0.816699 0.839224 0.841969
+0.837132 0.840346 0.844063
+0.857964 0.840034 0.844878
+0.878797 0.839722 0.845692
+0.899629 0.839410 0.846506
+0.917018 0.836847 0.843681
+0.929816 0.831281 0.836004
+0.942613 0.825715 0.828326
+0.955411 0.820149 0.820649
+0.968209 0.814583 0.812972
+0.292156 0.584917 0.605065
+0.319678 0.600197 0.618170
+0.347201 0.615477 0.631275
+0.374723 0.630757 0.644379
+0.402245 0.646038 0.657484
+0.429559 0.660392 0.670213
+0.456717 0.674052 0.682659
+0.483875 0.687712 0.695106
+0.511033 0.701372 0.707553
+0.537902 0.714831 0.719874
+0.563040 0.727086 0.731441
+0.588177 0.739341 0.743009
+0.613314 0.751596 0.754576
+0.638452 0.763852 0.766143
+0.661275 0.775039 0.776977
+0.683174 0.785798 0.787516
+0.705073 0.796558 0.798056
+0.726971 0.807317 0.808595
+0.747817 0.817604 0.818704
+0.766033 0.826706 0.827738
+0.784248 0.835808 0.836771
+0.802464 0.844910 0.845804
+0.820679 0.854012 0.854838
+0.840342 0.857521 0.857146
+0.860247 0.860097 0.858332
+0.880151 0.862673 0.859519
+0.900056 0.865249 0.860706
+0.917067 0.864438 0.858196
+0.930219 0.859111 0.850755
+0.943371 0.853784 0.843314
+0.956524 0.848457 0.835874
+0.969676 0.843130 0.828433
+0.296609 0.616191 0.633001
+0.324093 0.630623 0.645347
+0.351578 0.645054 0.657693
+0.379062 0.659486 0.670039
+0.406546 0.673917 0.682385
+0.433748 0.687432 0.694374
+0.460740 0.700258 0.706095
+0.487731 0.713084 0.717817
+0.514722 0.725910 0.729538
+0.541424 0.738545 0.741137
+0.566394 0.750030 0.752004
+0.591364 0.761516 0.762871
+0.616334 0.773002 0.773738
+0.641304 0.784487 0.784605
+0.664016 0.794971 0.794767
+0.685825 0.805055 0.804647
+0.707633 0.815138 0.814527
+0.729442 0.825222 0.824407
+0.750230 0.834868 0.833867
+0.768467 0.843420 0.842278
+0.786704 0.851972 0.850689
+0.804941 0.860524 0.859099
+0.823178 0.869077 0.867510
+0.842073 0.873971 0.870089
+0.861078 0.878255 0.871695
+0.880083 0.882540 0.873302
+0.899088 0.886825 0.874908
+0.915916 0.887338 0.872848
+0.929841 0.882823 0.865901
+0.943766 0.878309 0.858953
+0.957692 0.873794 0.852005
+0.971617 0.869279 0.845058
+0.305838 0.648273 0.659384
+0.332874 0.661651 0.670870
+0.359911 0.675029 0.682355
+0.386948 0.688407 0.693841
+0.413984 0.701785 0.705327
+0.440703 0.714335 0.716547
+0.467184 0.726263 0.727569
+0.493665 0.738192 0.738591
+0.520145 0.750120 0.749613
+0.546343 0.761877 0.760527
+0.570848 0.772603 0.770789
+0.595352 0.783329 0.781051
+0.619856 0.794055 0.791313
+0.644360 0.804781 0.801575
+0.666685 0.814612 0.811180
+0.688139 0.824084 0.820521
+0.709593 0.833557 0.829863
+0.731047 0.843030 0.839205
+0.751527 0.852110 0.848147
+0.769571 0.860209 0.856090
+0.787616 0.868309 0.864034
+0.805660 0.876409 0.871978
+0.823704 0.884508 0.879922
+0.841832 0.889454 0.882847
+0.859975 0.893874 0.884935
+0.878117 0.898295 0.887023
+0.896260 0.902715 0.889112
+0.913165 0.903982 0.887685
+0.928421 0.901044 0.881572
+0.943677 0.898106 0.875459
+0.958933 0.895169 0.869346
+0.974189 0.892231 0.863233
+0.315066 0.680355 0.685767
+0.341655 0.692680 0.696392
+0.368244 0.705004 0.707017
+0.394834 0.717328 0.717643
+0.421423 0.729653 0.728268
+0.447658 0.741238 0.738720
+0.473629 0.752269 0.749043
+0.499599 0.763300 0.759366
+0.525569 0.774330 0.769688
+0.551263 0.785209 0.779916
+0.575301 0.795176 0.789573
+0.599339 0.805142 0.799230
+0.623377 0.815109 0.808887
+0.647415 0.825075 0.818545
+0.669354 0.834252 0.827592
+0.690454 0.843114 0.836395
+0.711553 0.851976 0.845199
+0.732653 0.860837 0.854002
+0.752824 0.869352 0.862427
+0.770675 0.876999 0.869903
+0.788527 0.884646 0.877380
+0.806378 0.892293 0.884856
+0.824229 0.899940 0.892333
+0.841591 0.904937 0.895604
+0.858871 0.909493 0.898175
+0.876151 0.914049 0.900745
+0.893432 0.918605 0.903316
+0.910414 0.920626 0.902522
+0.927001 0.919265 0.897244
+0.943588 0.917904 0.891965
+0.960175 0.916543 0.886687
+0.976761 0.915182 0.881409
+0.324294 0.712437 0.712150
+0.350436 0.723708 0.721915
+0.376578 0.734979 0.731679
+0.402720 0.746250 0.741444
+0.428861 0.757521 0.751209
+0.454613 0.768141 0.760893
+0.480073 0.778274 0.770517
+0.505533 0.788408 0.780140
+0.530992 0.798541 0.789763
+0.556182 0.808541 0.799305
+0.579754 0.817748 0.808358
+0.603327 0.826955 0.817410
+0.626899 0.836162 0.826462
+0.650471 0.845369 0.835514
+0.672024 0.853893 0.844005
+0.692768 0.862144 0.852270
+0.713513 0.870395 0.860535
+0.734258 0.878645 0.868800
+0.754121 0.886594 0.876707
+0.771779 0.893788 0.883716
+0.789438 0.900983 0.890726
+0.807097 0.908177 0.897735
+0.824755 0.915371 0.904744
+0.841350 0.920420 0.908362
+0.857768 0.925112 0.911415
+0.874186 0.929804 0.914467
+0.890603 0.934496 0.917519
+0.907664 0.937270 0.917359
+0.925581 0.937486 0.912915
+0.943499 0.937702 0.908472
+0.961416 0.937918 0.904028
+0.979333 0.938134 0.899584
+0.333522 0.744519 0.738532
+0.359217 0.754737 0.747437
+0.384911 0.764954 0.756342
+0.410606 0.775171 0.765246
+0.436300 0.785388 0.774151
+0.461568 0.795045 0.783066
+0.486518 0.804280 0.791990
+0.511467 0.813515 0.800915
+0.536416 0.822751 0.809839
+0.561102 0.831874 0.818695
+0.584208 0.840321 0.827142
+0.607314 0.848768 0.835589
+0.630420 0.857216 0.844037
+0.653527 0.865663 0.852484
+0.674693 0.873534 0.860417
+0.695083 0.881174 0.868144
+0.715473 0.888813 0.875871
+0.735863 0.896453 0.883598
+0.755418 0.903836 0.890987
+0.772883 0.910578 0.897529
+0.790349 0.917320 0.904071
+0.807815 0.924061 0.910614
+0.825281 0.930803 0.917156
+0.841109 0.935904 0.921120
+0.856664 0.940731 0.924654
+0.872220 0.945559 0.928189
+0.887775 0.950386 0.931723
+0.904913 0.953913 0.932196
+0.924161 0.955706 0.928587
+0.943409 0.957500 0.924978
+0.962657 0.959293 0.921369
+0.981906 0.961086 0.917760
+0.184592 0.190256 0.198582
+0.209774 0.188790 0.219010
+0.234956 0.187324 0.239437
+0.260138 0.185858 0.259864
+0.285320 0.184393 0.280292
+0.321496 0.183481 0.299100
+0.365917 0.182985 0.316694
+0.410339 0.182488 0.334288
+0.454760 0.181992 0.351882
+0.499131 0.181872 0.368593
+0.543198 0.184008 0.380011
+0.587266 0.186145 0.391429
+0.631333 0.188281 0.402847
+0.675400 0.190417 0.414265
+0.710505 0.193560 0.421806
+0.742025 0.197105 0.427797
+0.773545 0.200650 0.433788
+0.805065 0.204195 0.439779
+0.832214 0.207698 0.444932
+0.848436 0.211095 0.447988
+0.864659 0.214493 0.451043
+0.880881 0.217890 0.454099
+0.897104 0.221288 0.457155
+0.905326 0.224121 0.459194
+0.912215 0.226861 0.461064
+0.919104 0.229600 0.462933
+0.925994 0.232339 0.464803
+0.932011 0.234457 0.465902
+0.936865 0.235747 0.465973
+0.941719 0.237036 0.466044
+0.946574 0.238326 0.466115
+0.951428 0.239616 0.466186
+0.190922 0.197970 0.206675
+0.214144 0.200786 0.226425
+0.237366 0.203601 0.246175
+0.260588 0.206417 0.265925
+0.283810 0.209232 0.285675
+0.319114 0.209422 0.304616
+0.363479 0.207641 0.322952
+0.407843 0.205860 0.341287
+0.452208 0.204079 0.359622
+0.496543 0.202655 0.377086
+0.540699 0.203370 0.389316
+0.584856 0.204085 0.401547
+0.629013 0.204799 0.413778
+0.673169 0.205514 0.426009
+0.708358 0.207729 0.434195
+0.739959 0.210545 0.440763
+0.771560 0.213360 0.447331
+0.803162 0.216175 0.453900
+0.830398 0.219136 0.459550
+0.846719 0.222461 0.462905
+0.863041 0.225787 0.466261
+0.879362 0.229112 0.469616
+0.895684 0.232437 0.472972
+0.904067 0.235387 0.475115
+0.911128 0.238274 0.477055
+0.918188 0.241162 0.478996
+0.925248 0.244049 0.480937
+0.931434 0.246248 0.481927
+0.936453 0.247528 0.481649
+0.941472 0.248808 0.481372
+0.946491 0.250088 0.481094
+0.951510 0.251368 0.480817
+0.197253 0.205685 0.214769
+0.218515 0.212782 0.233841
+0.239777 0.219878 0.252913
+0.261039 0.226975 0.271986
+0.282301 0.234072 0.291058
+0.316732 0.235362 0.310133
+0.361040 0.232297 0.329209
+0.405348 0.229231 0.348286
+0.449656 0.226166 0.367363
+0.493955 0.223438 0.385578
+0.538201 0.222731 0.398622
+0.582447 0.222025 0.411666
+0.626692 0.221318 0.424710
+0.670938 0.220611 0.437753
+0.706210 0.221899 0.446584
+0.737893 0.223984 0.453729
+0.769576 0.226070 0.460875
+0.801259 0.228155 0.468020
+0.828581 0.230574 0.474168
+0.845002 0.233827 0.477823
+0.861423 0.237080 0.481478
+0.877844 0.240333 0.485134
+0.894265 0.243586 0.488789
+0.902809 0.246653 0.491035
+0.910040 0.249688 0.493047
+0.917272 0.252724 0.495059
+0.924503 0.255760 0.497070
+0.930857 0.258039 0.497951
+0.936041 0.259309 0.497325
+0.941224 0.260580 0.496699
+0.946408 0.261850 0.496073
+0.951591 0.263120 0.495447
+0.203584 0.213399 0.222862
+0.222886 0.224777 0.241257
+0.242187 0.236156 0.259652
+0.261489 0.247534 0.278046
+0.280791 0.258912 0.296441
+0.314350 0.261303 0.315649
+0.358601 0.256953 0.335467
+0.402853 0.252603 0.355286
+0.447104 0.248253 0.375104
+0.491367 0.244221 0.394070
+0.535702 0.242093 0.407927
+0.580037 0.239965 0.421784
+0.624372 0.237836 0.435641
+0.668707 0.235708 0.449498
+0.704063 0.236069 0.458973
+0.735827 0.237424 0.466695
+0.767592 0.238780 0.474418
+0.799356 0.240136 0.482140
+0.826765 0.242013 0.488786
+0.843285 0.245193 0.492741
+0.859805 0.248374 0.496696
+0.876325 0.251554 0.500651
+0.892845 0.254735 0.504606
+0.901550 0.257918 0.506956
+0.908953 0.261102 0.509039
+0.916355 0.264286 0.511121
+0.923758 0.267470 0.513204
+0.930280 0.269830 0.513976
+0.935628 0.271091 0.513002
+0.940977 0.272351 0.512027
+0.946325 0.273612 0.511052
+0.951673 0.274873 0.510077
+0.209914 0.221114 0.230956
+0.227256 0.236773 0.248673
+0.244598 0.252433 0.266390
+0.261940 0.268092 0.284107
+0.279281 0.283751 0.301824
+0.311968 0.287243 0.321165
+0.356162 0.281609 0.341725
+0.400357 0.275974 0.362285
+0.444552 0.270340 0.382844
+0.488779 0.265004 0.402563
+0.533204 0.261454 0.417233
+0.577628 0.257904 0.431902
+0.622052 0.254355 0.446572
+0.666476 0.250805 0.461242
+0.701915 0.250238 0.471362
+0.733761 0.250864 0.479661
+0.765607 0.251490 0.487961
+0.797453 0.252116 0.496260
+0.824949 0.253451 0.503404
+0.841568 0.256559 0.507659
+0.858187 0.259667 0.511913
+0.874807 0.262776 0.516168
+0.891426 0.265884 0.520422
+0.900292 0.269184 0.522876
+0.907865 0.272516 0.525030
+0.915439 0.275848 0.527184
+0.923013 0.279181 0.529338
+0.929703 0.281621 0.530001
+0.935216 0.282872 0.528678
+0.940729 0.284123 0.527355
+0.946242 0.285374 0.526031
+0.951755 0.286625 0.524708
+0.216835 0.229338 0.239512
+0.233594 0.247007 0.257057
+0.250353 0.264677 0.274602
+0.267111 0.282346 0.292147
+0.283870 0.300016 0.309692
+0.314568 0.306017 0.329069
+0.355718 0.303267 0.349819
+0.396869 0.300518 0.370569
+0.438020 0.297768 0.391320
+0.479726 0.294649 0.411320
+0.524768 0.289319 0.426825
+0.569809 0.283989 0.442330
+0.614851 0.278659 0.457834
+0.659892 0.273329 0.473339
+0.695939 0.271423 0.484116
+0.728388 0.270885 0.493003
+0.760837 0.270348 0.501890
+0.793286 0.269811 0.510776
+0.821334 0.270215 0.518420
+0.838380 0.272972 0.522955
+0.855426 0.275729 0.527491
+0.872472 0.278486 0.532026
+0.889519 0.281243 0.536562
+0.898688 0.284522 0.539090
+0.906545 0.287887 0.541283
+0.914402 0.291252 0.543476
+0.922258 0.294618 0.545669
+0.929189 0.296999 0.546199
+0.934886 0.298067 0.544512
+0.940582 0.299135 0.542824
+0.946279 0.300203 0.541137
+0.951975 0.301271 0.539450
+0.224197 0.237943 0.248414
+0.241406 0.255920 0.266167
+0.258615 0.273896 0.283919
+0.275825 0.291873 0.301671
+0.293034 0.309849 0.319424
+0.320904 0.319417 0.338762
+0.356770 0.322678 0.359290
+0.392636 0.325940 0.379818
+0.428502 0.329201 0.400345
+0.465824 0.330942 0.420277
+0.511880 0.323563 0.436633
+0.557935 0.316183 0.452989
+0.603990 0.308803 0.469344
+0.650045 0.301424 0.485700
+0.687092 0.297869 0.497145
+0.720534 0.295843 0.506626
+0.753977 0.293818 0.516107
+0.787419 0.291792 0.525589
+0.816369 0.290973 0.533733
+0.834088 0.293170 0.538536
+0.851807 0.295367 0.543338
+0.869526 0.297563 0.548141
+0.887245 0.299760 0.552944
+0.896826 0.302913 0.555522
+0.905049 0.306226 0.557731
+0.913273 0.309538 0.559939
+0.921497 0.312850 0.562147
+0.928722 0.315067 0.562525
+0.934617 0.315822 0.560463
+0.940511 0.316577 0.558401
+0.946405 0.317332 0.556338
+0.952299 0.318088 0.554276
+0.231559 0.246549 0.257317
+0.249219 0.264832 0.275277
+0.266878 0.283116 0.293236
+0.284538 0.301399 0.311196
+0.302197 0.319682 0.329156
+0.327241 0.332817 0.348456
+0.357822 0.342089 0.368761
+0.388404 0.351362 0.389066
+0.418985 0.360635 0.409371
+0.451922 0.367235 0.429234
+0.498991 0.357806 0.446441
+0.546060 0.348377 0.463648
+0.593129 0.338947 0.480854
+0.640198 0.329518 0.498061
+0.678244 0.324314 0.510174
+0.712680 0.320801 0.520250
+0.747116 0.317287 0.530325
+0.781553 0.313774 0.540401
+0.811405 0.311731 0.549046
+0.829797 0.313368 0.554116
+0.848188 0.315004 0.559186
+0.866580 0.316641 0.564256
+0.884972 0.318277 0.569325
+0.894963 0.321305 0.571955
+0.903554 0.324564 0.574179
+0.912145 0.327823 0.576403
+0.920736 0.331083 0.578626
+0.928256 0.333135 0.578852
+0.934347 0.333577 0.576415
+0.940439 0.334020 0.573977
+0.946531 0.334462 0.571540
+0.952623 0.334904 0.569102
+0.238922 0.255155 0.266220
+0.257031 0.273745 0.284387
+0.275141 0.292335 0.302554
+0.293251 0.310925 0.320720
+0.311361 0.329515 0.338887
+0.333577 0.346216 0.358149
+0.358874 0.361500 0.378232
+0.384171 0.376784 0.398315
+0.409468 0.392068 0.418397
+0.438020 0.403528 0.438191
+0.486103 0.392049 0.456249
+0.534186 0.380570 0.474307
+0.582269 0.369091 0.492364
+0.630351 0.357612 0.510422
+0.669397 0.350760 0.523203
+0.704826 0.345758 0.533873
+0.740256 0.340757 0.544543
+0.775686 0.335755 0.555213
+0.806440 0.332490 0.564360
+0.825505 0.333566 0.569696
+0.844569 0.334642 0.575033
+0.863634 0.335718 0.580370
+0.882699 0.336794 0.585707
+0.893100 0.339696 0.588388
+0.902058 0.342903 0.590627
+0.911017 0.346109 0.592866
+0.919975 0.349315 0.595105
+0.927789 0.351203 0.595179
+0.934078 0.351332 0.592366
+0.940368 0.351462 0.589554
+0.946657 0.351591 0.586741
+0.952946 0.351721 0.583928
+0.246283 0.264110 0.275496
+0.264856 0.282987 0.293848
+0.283429 0.301865 0.312200
+0.302002 0.320743 0.330553
+0.320575 0.339620 0.348905
+0.340430 0.359385 0.368129
+0.361245 0.379814 0.388008
+0.382061 0.400244 0.407887
+0.402876 0.420673 0.427765
+0.427586 0.436446 0.447492
+0.475657 0.424276 0.466303
+0.523729 0.412107 0.485114
+0.571801 0.399938 0.503925
+0.619873 0.387768 0.522737
+0.659694 0.379554 0.536178
+0.696214 0.372923 0.547471
+0.732735 0.366291 0.558765
+0.769255 0.359660 0.570058
+0.801002 0.355040 0.579728
+0.820817 0.355448 0.585341
+0.840631 0.355857 0.590953
+0.860446 0.356265 0.596566
+0.880261 0.356674 0.602178
+0.891113 0.359395 0.604908
+0.900472 0.362502 0.607156
+0.909831 0.365609 0.609405
+0.919190 0.368716 0.611654
+0.927324 0.370403 0.611572
+0.933823 0.370196 0.608382
+0.940323 0.369989 0.605191
+0.946823 0.369782 0.602001
+0.953322 0.369575 0.598811
+0.253642 0.275159 0.287010
+0.272756 0.294209 0.305417
+0.291869 0.313258 0.323824
+0.310983 0.332307 0.342231
+0.330096 0.351356 0.360637
+0.350376 0.371167 0.379832
+0.371530 0.391548 0.399617
+0.392684 0.411929 0.419402
+0.413839 0.432310 0.439187
+0.437958 0.449108 0.458857
+0.479871 0.444404 0.477835
+0.521783 0.439700 0.496814
+0.563696 0.434995 0.515792
+0.605608 0.430291 0.534770
+0.644862 0.422439 0.548828
+0.683052 0.413329 0.560917
+0.721243 0.404218 0.573006
+0.759433 0.395107 0.585095
+0.792720 0.388341 0.595427
+0.813749 0.387437 0.601367
+0.834778 0.386534 0.607308
+0.855807 0.385631 0.613248
+0.876836 0.384727 0.619188
+0.888379 0.386938 0.621945
+0.898341 0.389667 0.624172
+0.908303 0.392397 0.626399
+0.918265 0.395126 0.628625
+0.926866 0.396392 0.628362
+0.933652 0.395707 0.624780
+0.940439 0.395022 0.621197
+0.947225 0.394337 0.617614
+0.954011 0.393652 0.614032
+0.261001 0.286209 0.298524
+0.280655 0.305430 0.316985
+0.300309 0.324651 0.335447
+0.319964 0.343871 0.353908
+0.339618 0.363092 0.372370
+0.360323 0.382948 0.391534
+0.381815 0.403281 0.411226
+0.403308 0.423614 0.430917
+0.424801 0.443948 0.450609
+0.448331 0.461770 0.470222
+0.484084 0.464531 0.489368
+0.519837 0.467292 0.508513
+0.555590 0.470053 0.527659
+0.591343 0.472815 0.546804
+0.630030 0.465325 0.561478
+0.669890 0.453734 0.574362
+0.709751 0.442144 0.587247
+0.749611 0.430553 0.600131
+0.784438 0.421642 0.611126
+0.806681 0.419427 0.617394
+0.828924 0.417211 0.623662
+0.851167 0.414996 0.629930
+0.873411 0.412781 0.636198
+0.885644 0.414480 0.638983
+0.896210 0.416832 0.641188
+0.906775 0.419184 0.643392
+0.917341 0.421536 0.645597
+0.926409 0.422381 0.645153
+0.933482 0.421218 0.641178
+0.940554 0.420055 0.637203
+0.947627 0.418893 0.633228
+0.954699 0.417730 0.629253
+0.268360 0.297259 0.310038
+0.288555 0.316651 0.328554
+0.308749 0.336043 0.347070
+0.328944 0.355436 0.365586
+0.349139 0.374828 0.384102
+0.370269 0.394730 0.403237
+0.392100 0.415015 0.422835
+0.413932 0.435300 0.442433
+0.435763 0.455585 0.462030
+0.458703 0.474433 0.481588
+0.488297 0.484659 0.500900
+0.517891 0.494885 0.520213
+0.547484 0.505111 0.539525
+0.577078 0.515338 0.558838
+0.615198 0.508210 0.574127
+0.656728 0.494140 0.587808
+0.698259 0.480070 0.601488
+0.739789 0.466000 0.615168
+0.776156 0.454943 0.626824
+0.799614 0.451416 0.633420
+0.823071 0.447889 0.640016
+0.846528 0.444362 0.646612
+0.869986 0.440835 0.653208
+0.882910 0.442023 0.656021
+0.894079 0.443997 0.658203
+0.905247 0.445972 0.660386
+0.916416 0.447946 0.662568
+0.925952 0.448371 0.661944
+0.933311 0.446730 0.657576
+0.940670 0.445089 0.653209
+0.948029 0.443448 0.648841
+0.955387 0.441807 0.644474
+0.275719 0.308309 0.321552
+0.296454 0.327872 0.340123
+0.317190 0.347436 0.358693
+0.337925 0.367000 0.377264
+0.358660 0.386564 0.395835
+0.380216 0.406512 0.414939
+0.402386 0.426748 0.434444
+0.424555 0.446985 0.453948
+0.446725 0.467222 0.473452
+0.469076 0.487095 0.492953
+0.492510 0.504786 0.512433
+0.515944 0.522478 0.531912
+0.539379 0.540169 0.551392
+0.562813 0.557861 0.570871
+0.600366 0.551095 0.586777
+0.643566 0.534545 0.601253
+0.686767 0.517996 0.615729
+0.729968 0.501447 0.630205
+0.767874 0.488244 0.642523
+0.792546 0.483405 0.649447
+0.817217 0.478566 0.656371
+0.841889 0.473727 0.663294
+0.866560 0.468888 0.670218
+0.880175 0.469566 0.673059
+0.891947 0.471162 0.675219
+0.903720 0.472759 0.677379
+0.915492 0.474356 0.679540
+0.925495 0.474360 0.678734
+0.933140 0.472241 0.673974
+0.940785 0.470122 0.669215
+0.948431 0.468003 0.664455
+0.956076 0.465885 0.659695
+0.281647 0.322214 0.336302
+0.302975 0.341796 0.354755
+0.324303 0.361378 0.373208
+0.345632 0.380960 0.391661
+0.366960 0.400542 0.410114
+0.389015 0.420385 0.429021
+0.411616 0.440426 0.448270
+0.434217 0.460466 0.467518
+0.456817 0.480507 0.486766
+0.479310 0.500478 0.506013
+0.501158 0.520035 0.525250
+0.523005 0.539593 0.544487
+0.544852 0.559150 0.563723
+0.566700 0.578707 0.582960
+0.601385 0.575864 0.599192
+0.641205 0.564060 0.614221
+0.681026 0.552256 0.629251
+0.720846 0.540452 0.644280
+0.756799 0.530049 0.657143
+0.783084 0.523149 0.664589
+0.809369 0.516249 0.672035
+0.835654 0.509349 0.679481
+0.861939 0.502449 0.686927
+0.876502 0.502207 0.689850
+0.889111 0.503074 0.692019
+0.901720 0.503942 0.694188
+0.914329 0.504809 0.696358
+0.924962 0.504184 0.695385
+0.932959 0.501569 0.690222
+0.940956 0.498955 0.685060
+0.948954 0.496340 0.679898
+0.956951 0.493725 0.674735
+0.287003 0.337263 0.352346
+0.308945 0.356801 0.370613
+0.330887 0.376340 0.388879
+0.352829 0.395878 0.407145
+0.374771 0.415416 0.425411
+0.397356 0.435096 0.444055
+0.420424 0.454881 0.462983
+0.443493 0.474666 0.481910
+0.466561 0.494451 0.500838
+0.489489 0.514150 0.519751
+0.511579 0.533333 0.538581
+0.533668 0.552516 0.557411
+0.555758 0.571700 0.576241
+0.577847 0.590883 0.595071
+0.608745 0.593386 0.611512
+0.643165 0.589218 0.626998
+0.677585 0.585049 0.642485
+0.712005 0.580880 0.657971
+0.744607 0.575256 0.671331
+0.772665 0.565995 0.679377
+0.800723 0.556734 0.687423
+0.828781 0.547473 0.695469
+0.856838 0.538212 0.703515
+0.872452 0.536887 0.706542
+0.885992 0.536885 0.708733
+0.899532 0.536882 0.710923
+0.913072 0.536879 0.713114
+0.924398 0.535542 0.711979
+0.932774 0.532424 0.706410
+0.941150 0.529307 0.700841
+0.949525 0.526189 0.695272
+0.957901 0.523072 0.689704
+0.292359 0.352311 0.368391
+0.314914 0.371806 0.386470
+0.337470 0.391301 0.404550
+0.360026 0.410796 0.422629
+0.382582 0.430291 0.440709
+0.405697 0.449806 0.459089
+0.429233 0.469336 0.477696
+0.452769 0.488865 0.496302
+0.476304 0.508395 0.514909
+0.499668 0.527821 0.533489
+0.522000 0.546631 0.551912
+0.544332 0.565440 0.570335
+0.566663 0.584250 0.588758
+0.588995 0.603059 0.607181
+0.616104 0.610909 0.623833
+0.645124 0.614375 0.639776
+0.674144 0.617842 0.655718
+0.703164 0.621308 0.671661
+0.732415 0.620463 0.685519
+0.762246 0.608841 0.694166
+0.792076 0.597219 0.702812
+0.821907 0.585598 0.711458
+0.851738 0.573976 0.720104
+0.868403 0.571567 0.723235
+0.882873 0.570695 0.725447
+0.897344 0.569822 0.727658
+0.911814 0.568950 0.729870
+0.923835 0.566900 0.728573
+0.932589 0.563279 0.722598
+0.941343 0.559659 0.716623
+0.950097 0.556038 0.710647
+0.958851 0.552418 0.704672
+0.297714 0.367360 0.384435
+0.320884 0.386811 0.402328
+0.344053 0.406263 0.420221
+0.367223 0.425715 0.438114
+0.390392 0.445166 0.456006
+0.414038 0.464516 0.474123
+0.438042 0.483791 0.492409
+0.462045 0.503065 0.510695
+0.486048 0.522339 0.528980
+0.509847 0.541493 0.547227
+0.532421 0.559928 0.565243
+0.554995 0.578364 0.583259
+0.577569 0.596799 0.601276
+0.600143 0.615235 0.619292
+0.623464 0.628432 0.636153
+0.647083 0.639533 0.652553
+0.670703 0.650634 0.668952
+0.694322 0.661736 0.685352
+0.720223 0.665670 0.699708
+0.751827 0.651688 0.708954
+0.783430 0.637705 0.718200
+0.815034 0.623722 0.727446
+0.846637 0.609739 0.736692
+0.864353 0.606248 0.739927
+0.879754 0.604505 0.742160
+0.895155 0.602763 0.744394
+0.910557 0.601020 0.746627
+0.923271 0.598257 0.745168
+0.932403 0.594134 0.738786
+0.941536 0.590011 0.732404
+0.950668 0.585887 0.726022
+0.959800 0.581764 0.719640
+0.301885 0.383961 0.402188
+0.325680 0.403297 0.419827
+0.349475 0.422634 0.437467
+0.373270 0.441970 0.455106
+0.397065 0.461306 0.472745
+0.421250 0.480421 0.490532
+0.445728 0.499370 0.508431
+0.470206 0.518318 0.526329
+0.494685 0.537267 0.544227
+0.518931 0.556079 0.562075
+0.541784 0.574074 0.579616
+0.564637 0.592069 0.597157
+0.587491 0.610064 0.614698
+0.610344 0.628058 0.632239
+0.631037 0.644900 0.649065
+0.650866 0.661280 0.665604
+0.670694 0.677660 0.682143
+0.690523 0.694040 0.698682
+0.713781 0.701771 0.713310
+0.745614 0.687881 0.723158
+0.777447 0.673991 0.733005
+0.809279 0.660100 0.742853
+0.841112 0.646210 0.752701
+0.859759 0.641813 0.756096
+0.876208 0.638997 0.758415
+0.892658 0.636182 0.760734
+0.909108 0.633366 0.763054
+0.922602 0.629793 0.761475
+0.932157 0.625209 0.754700
+0.941712 0.620624 0.747925
+0.951266 0.616040 0.741150
+0.960821 0.611455 0.734375
+0.303091 0.404446 0.424211
+0.327541 0.423486 0.441430
+0.351991 0.442527 0.458649
+0.376441 0.461567 0.475868
+0.400891 0.480608 0.493088
+0.425639 0.499310 0.510379
+0.450611 0.517759 0.527724
+0.475582 0.536208 0.545069
+0.500553 0.554656 0.562414
+0.525275 0.572953 0.579695
+0.548501 0.590340 0.596592
+0.571727 0.607727 0.613488
+0.594952 0.625114 0.630384
+0.618178 0.642501 0.647280
+0.639144 0.658732 0.663455
+0.659205 0.674499 0.679341
+0.679267 0.690267 0.695227
+0.699329 0.706034 0.711113
+0.721716 0.715107 0.725447
+0.749918 0.707443 0.735900
+0.778119 0.699778 0.746354
+0.806321 0.692114 0.756807
+0.834522 0.684450 0.767261
+0.853802 0.679588 0.770955
+0.871595 0.675193 0.773523
+0.889388 0.670798 0.776090
+0.907180 0.666403 0.778658
+0.921671 0.661774 0.777067
+0.931758 0.656833 0.769932
+0.941844 0.651891 0.762797
+0.951931 0.646950 0.755662
+0.962018 0.642009 0.748527
+0.304297 0.424930 0.446234
+0.329402 0.443675 0.463033
+0.354507 0.462420 0.479832
+0.379612 0.481165 0.496631
+0.404718 0.499910 0.513430
+0.430028 0.518200 0.530225
+0.455493 0.536148 0.547017
+0.480957 0.554097 0.563809
+0.506422 0.572045 0.580602
+0.531620 0.589827 0.597316
+0.555218 0.606606 0.613567
+0.578816 0.623386 0.629818
+0.602414 0.640165 0.646070
+0.626012 0.656944 0.662321
+0.647251 0.672563 0.677844
+0.667545 0.687718 0.693077
+0.687840 0.702873 0.708310
+0.708135 0.718028 0.723544
+0.729651 0.728442 0.737584
+0.754221 0.727004 0.748643
+0.778792 0.725566 0.759702
+0.803363 0.724128 0.770762
+0.827933 0.722690 0.781821
+0.847845 0.717363 0.785814
+0.866981 0.711389 0.788630
+0.886117 0.705414 0.791446
+0.905253 0.699439 0.794261
+0.920739 0.693754 0.792658
+0.931358 0.688457 0.785164
+0.941977 0.683159 0.777669
+0.952596 0.677861 0.770174
+0.963215 0.672563 0.762679
+0.305503 0.445414 0.468257
+0.331263 0.463864 0.484636
+0.357023 0.482313 0.501015
+0.382784 0.500762 0.517394
+0.408544 0.519212 0.533772
+0.434417 0.537089 0.550071
+0.460375 0.554538 0.566311
+0.486333 0.571986 0.582550
+0.512291 0.589435 0.598789
+0.537965 0.606701 0.614937
+0.561935 0.622872 0.630543
+0.585905 0.639044 0.646149
+0.609876 0.655216 0.661755
+0.633846 0.671387 0.677361
+0.655357 0.686395 0.692234
+0.675885 0.700938 0.706814
+0.696413 0.715480 0.721394
+0.716940 0.730023 0.735974
+0.737586 0.741778 0.749721
+0.758525 0.746566 0.761386
+0.779465 0.751354 0.773051
+0.800404 0.756142 0.784716
+0.821344 0.760930 0.796381
+0.841889 0.755139 0.800673
+0.862368 0.747584 0.803737
+0.882847 0.740030 0.806801
+0.903326 0.732475 0.809865
+0.919807 0.725735 0.808250
+0.930959 0.720081 0.800395
+0.942110 0.714426 0.792541
+0.953261 0.708772 0.784686
+0.964412 0.703117 0.776831
+0.306709 0.465899 0.490280
+0.333124 0.484052 0.506239
+0.359540 0.502206 0.522198
+0.385955 0.520360 0.538156
+0.412371 0.538514 0.554115
+0.438806 0.555979 0.569918
+0.465257 0.572927 0.585604
+0.491708 0.589875 0.601290
+0.518160 0.606824 0.616976
+0.544309 0.623575 0.632558
+0.568652 0.639138 0.647519
+0.592995 0.654702 0.662480
+0.617337 0.670266 0.677441
+0.641680 0.685830 0.692402
+0.663464 0.700227 0.706624
+0.684225 0.714157 0.720551
+0.704985 0.728087 0.734478
+0.725746 0.742017 0.748405
+0.745520 0.755114 0.761858
+0.762829 0.766128 0.774129
+0.780137 0.777142 0.786399
+0.797446 0.788156 0.798670
+0.814755 0.799170 0.810941
+0.835932 0.792914 0.815533
+0.857754 0.783780 0.818845
+0.879576 0.774646 0.822157
+0.901399 0.765511 0.825469
+0.918876 0.757716 0.823841
+0.930559 0.751705 0.815627
+0.942243 0.745694 0.807412
+0.953926 0.739682 0.799198
+0.965609 0.733671 0.790983
+0.305408 0.492370 0.517174
+0.332341 0.509980 0.532541
+0.359273 0.527589 0.547908
+0.386206 0.545199 0.563275
+0.413138 0.562809 0.578642
+0.439968 0.579642 0.593792
+0.466722 0.595894 0.608779
+0.493476 0.612146 0.623767
+0.520229 0.628398 0.638754
+0.546671 0.644445 0.653631
+0.571241 0.659265 0.667838
+0.595810 0.674086 0.682045
+0.620380 0.688907 0.696252
+0.644950 0.703727 0.710459
+0.666963 0.717397 0.723936
+0.687954 0.730606 0.737121
+0.708945 0.743815 0.750307
+0.729935 0.757023 0.763492
+0.749793 0.769697 0.776260
+0.766816 0.781033 0.787986
+0.783839 0.792369 0.799712
+0.800863 0.803705 0.811438
+0.817886 0.815041 0.823164
+0.838171 0.811213 0.828053
+0.858999 0.804859 0.831802
+0.879827 0.798505 0.835551
+0.900656 0.792150 0.839300
+0.917817 0.785936 0.837891
+0.930087 0.779907 0.829604
+0.942358 0.773879 0.821316
+0.954629 0.767851 0.813029
+0.966900 0.761822 0.804742
+0.303690 0.519840 0.544881
+0.331116 0.536864 0.559627
+0.358543 0.553888 0.574373
+0.385970 0.570912 0.589119
+0.413396 0.587936 0.603865
+0.440593 0.604102 0.618337
+0.467617 0.619624 0.632602
+0.494641 0.635146 0.646867
+0.521666 0.650669 0.661132
+0.548368 0.665981 0.675278
+0.573141 0.680036 0.688713
+0.597913 0.694091 0.702148
+0.622686 0.708145 0.715583
+0.647459 0.722200 0.729019
+0.669694 0.735123 0.741735
+0.690915 0.747592 0.754164
+0.712135 0.760062 0.766593
+0.733356 0.772532 0.779022
+0.753455 0.784489 0.791039
+0.770750 0.795162 0.802029
+0.788046 0.805836 0.813019
+0.805342 0.816509 0.824009
+0.822637 0.827183 0.834999
+0.841775 0.826267 0.840184
+0.861220 0.823419 0.844401
+0.880665 0.820571 0.848619
+0.900110 0.817723 0.852836
+0.916736 0.813529 0.851684
+0.929604 0.807540 0.843371
+0.942471 0.801551 0.835059
+0.955338 0.795562 0.826747
+0.968205 0.789573 0.818435
+0.301972 0.547310 0.572587
+0.329892 0.563748 0.586712
+0.357813 0.580186 0.600838
+0.385733 0.596625 0.614964
+0.413654 0.613063 0.629089
+0.441217 0.628561 0.642882
+0.468512 0.643354 0.656424
+0.495807 0.658147 0.669967
+0.523102 0.672940 0.683509
+0.550066 0.687518 0.696926
+0.575041 0.700807 0.709589
+0.600017 0.714095 0.722252
+0.624992 0.727384 0.734915
+0.649967 0.740672 0.747578
+0.672425 0.752848 0.759534
+0.693875 0.764579 0.771206
+0.715325 0.776310 0.782879
+0.736776 0.788041 0.794552
+0.757117 0.799280 0.805819
+0.774685 0.809292 0.816072
+0.792253 0.819303 0.826326
+0.809821 0.829314 0.836580
+0.827388 0.839325 0.846833
+0.845380 0.841320 0.852314
+0.863441 0.841978 0.857000
+0.881503 0.842637 0.861686
+0.899565 0.843296 0.866372
+0.915656 0.841122 0.865476
+0.929120 0.835173 0.857139
+0.942583 0.829223 0.848802
+0.956047 0.823273 0.840465
+0.969511 0.817324 0.832128
+0.300253 0.574779 0.600293
+0.328668 0.590632 0.613798
+0.357083 0.606485 0.627303
+0.385497 0.622337 0.640808
+0.413912 0.638190 0.654313
+0.441841 0.653020 0.667427
+0.469407 0.667084 0.680247
+0.496973 0.681147 0.693067
+0.524539 0.695211 0.705886
+0.551763 0.709054 0.718574
+0.576941 0.721577 0.730465
+0.602120 0.734100 0.742356
+0.627298 0.746622 0.754247
+0.652476 0.759145 0.766138
+0.675156 0.770574 0.777333
+0.696836 0.781566 0.788249
+0.718516 0.792558 0.799165
+0.740196 0.803550 0.810082
+0.760779 0.814072 0.820598
+0.778619 0.823421 0.830116
+0.796459 0.832770 0.839633
+0.814300 0.842119 0.849150
+0.832140 0.851467 0.858668
+0.848984 0.856373 0.864445
+0.865663 0.860538 0.869599
+0.882341 0.864703 0.874753
+0.899020 0.868868 0.879907
+0.914576 0.868715 0.879269
+0.928636 0.862805 0.870907
+0.942696 0.856895 0.862545
+0.956756 0.850985 0.854183
+0.970816 0.845074 0.845821
+0.303056 0.604604 0.627816
+0.331557 0.619649 0.640585
+0.360059 0.634694 0.653353
+0.388560 0.649739 0.666122
+0.417062 0.664784 0.678890
+0.444992 0.678802 0.691275
+0.472494 0.692051 0.703373
+0.499995 0.705300 0.715471
+0.527497 0.718549 0.727568
+0.554655 0.731585 0.739536
+0.579755 0.743344 0.750721
+0.604854 0.755103 0.761907
+0.629953 0.766863 0.773093
+0.655053 0.778622 0.784279
+0.677701 0.789347 0.794795
+0.699369 0.799659 0.805042
+0.721036 0.809970 0.815290
+0.742704 0.820281 0.825537
+0.763302 0.830154 0.835396
+0.781223 0.838932 0.844284
+0.799145 0.847709 0.853172
+0.817066 0.856487 0.862060
+0.834988 0.865265 0.870948
+0.851054 0.871749 0.876816
+0.866811 0.877850 0.882180
+0.882568 0.883952 0.887545
+0.898325 0.890053 0.892909
+0.913653 0.891339 0.892609
+0.928407 0.886203 0.884757
+0.943161 0.881067 0.876904
+0.957916 0.875931 0.869052
+0.972670 0.870795 0.861200
+0.311885 0.637570 0.655095
+0.339931 0.651511 0.666973
+0.367977 0.665452 0.678850
+0.396022 0.679392 0.690727
+0.424068 0.693333 0.702604
+0.451511 0.706348 0.714195
+0.478502 0.718668 0.725571
+0.505493 0.730988 0.736947
+0.532485 0.743308 0.748323
+0.559141 0.755440 0.759583
+0.583785 0.766440 0.770153
+0.608430 0.777440 0.780723
+0.633074 0.788439 0.791293
+0.657719 0.799439 0.801862
+0.679998 0.809517 0.811807
+0.701331 0.819226 0.821502
+0.722664 0.828935 0.831198
+0.743996 0.838643 0.840893
+0.764305 0.847958 0.850218
+0.782054 0.856285 0.858619
+0.799802 0.864613 0.867021
+0.817551 0.872941 0.875422
+0.835299 0.881268 0.883823
+0.851079 0.887554 0.889507
+0.866530 0.893499 0.894737
+0.881981 0.899444 0.899968
+0.897433 0.905389 0.905198
+0.912939 0.907337 0.905346
+0.928518 0.903955 0.898716
+0.944097 0.900573 0.892087
+0.959676 0.897191 0.885457
+0.975255 0.893809 0.878828
+0.320715 0.670537 0.682375
+0.348305 0.683373 0.693361
+0.375895 0.696210 0.704347
+0.403485 0.709046 0.715333
+0.431074 0.721882 0.726319
+0.458030 0.733893 0.737115
+0.484511 0.745285 0.747769
+0.510992 0.756676 0.758423
+0.537472 0.768068 0.769077
+0.563626 0.779295 0.779631
+0.587816 0.789535 0.789585
+0.612006 0.799776 0.799538
+0.636195 0.810016 0.809492
+0.660385 0.820256 0.819445
+0.682295 0.829687 0.828820
+0.703293 0.838793 0.837963
+0.724291 0.847899 0.847106
+0.745289 0.857006 0.856248
+0.765309 0.865761 0.865040
+0.782884 0.873639 0.872955
+0.800460 0.881517 0.880869
+0.818035 0.889394 0.888783
+0.835610 0.897272 0.896698
+0.851103 0.903359 0.902197
+0.866249 0.909148 0.907294
+0.881395 0.914936 0.912391
+0.896540 0.920724 0.917488
+0.912225 0.923334 0.918083
+0.928629 0.921706 0.912676
+0.945032 0.920078 0.907269
+0.961436 0.918450 0.901862
+0.977839 0.916822 0.896455
+0.329545 0.703503 0.709654
+0.356679 0.715235 0.719749
+0.383813 0.726967 0.729843
+0.410947 0.738700 0.739938
+0.438081 0.750432 0.750033
+0.464550 0.761439 0.760035
+0.490520 0.771902 0.769967
+0.516490 0.782365 0.779899
+0.542460 0.792827 0.789831
+0.568111 0.803150 0.799679
+0.591846 0.812631 0.809016
+0.615581 0.822112 0.818354
+0.639317 0.831593 0.827691
+0.663052 0.841073 0.837029
+0.684593 0.849856 0.845833
+0.705255 0.858360 0.854423
+0.725918 0.866864 0.863014
+0.746581 0.875368 0.871604
+0.766312 0.883564 0.879862
+0.783715 0.890992 0.887290
+0.801117 0.898420 0.894718
+0.818519 0.905848 0.902145
+0.835921 0.913276 0.909573
+0.851128 0.919164 0.914888
+0.865968 0.924796 0.919851
+0.880808 0.930428 0.924814
+0.895648 0.936060 0.929777
+0.911511 0.939332 0.930820
+0.928739 0.939458 0.926636
+0.945967 0.939584 0.922452
+0.963196 0.939710 0.918267
+0.980424 0.939836 0.914083
+0.338375 0.736469 0.736933
+0.365053 0.747097 0.746137
+0.391731 0.757725 0.755340
+0.418409 0.768353 0.764543
+0.445087 0.778981 0.773747
+0.471069 0.788984 0.782954
+0.496528 0.798519 0.792165
+0.521988 0.808053 0.801375
+0.547448 0.817587 0.810586
+0.572596 0.827005 0.819726
+0.595877 0.835726 0.828448
+0.619157 0.844448 0.837169
+0.642438 0.853169 0.845890
+0.665718 0.861890 0.854612
+0.686890 0.870026 0.862845
+0.707218 0.877927 0.870883
+0.727545 0.885829 0.878922
+0.747873 0.893730 0.886960
+0.767316 0.901367 0.894685
+0.784545 0.908346 0.901625
+0.801774 0.915324 0.908566
+0.819003 0.922302 0.915507
+0.836233 0.929280 0.922448
+0.851152 0.934970 0.927579
+0.865686 0.940445 0.932408
+0.880221 0.945920 0.937237
+0.894755 0.951395 0.942067
+0.910797 0.955329 0.943557
+0.928850 0.957210 0.940596
+0.946903 0.959090 0.937634
+0.964956 0.960970 0.934672
+0.983008 0.962850 0.931711
+0.191634 0.197905 0.206759
+0.216268 0.196693 0.227679
+0.240903 0.195482 0.248599
+0.265537 0.194271 0.269519
+0.290171 0.193059 0.290439
+0.325704 0.192030 0.309940
+0.369410 0.191137 0.328375
+0.413116 0.190244 0.346810
+0.456822 0.189351 0.365245
+0.500543 0.188835 0.382804
+0.544349 0.190578 0.395106
+0.588155 0.192321 0.407408
+0.631961 0.194064 0.419710
+0.675766 0.195807 0.432012
+0.710988 0.198730 0.440310
+0.742777 0.202124 0.447005
+0.774565 0.205518 0.453700
+0.806354 0.208911 0.460395
+0.833829 0.212320 0.466162
+0.850521 0.215766 0.469605
+0.867213 0.219211 0.473049
+0.883905 0.222656 0.476493
+0.900597 0.226102 0.479937
+0.908495 0.229111 0.482702
+0.914927 0.232048 0.485354
+0.921359 0.234985 0.488006
+0.927791 0.237922 0.490658
+0.933442 0.240230 0.492350
+0.938053 0.241701 0.492761
+0.942664 0.243172 0.493172
+0.947274 0.244643 0.493583
+0.951885 0.246114 0.493993
+0.198155 0.205950 0.215169
+0.221042 0.209046 0.235370
+0.243928 0.212143 0.255570
+0.266815 0.215239 0.275771
+0.289702 0.218336 0.295972
+0.324415 0.218496 0.315516
+0.368000 0.216454 0.334569
+0.411584 0.214412 0.353621
+0.455168 0.212370 0.372673
+0.498792 0.210658 0.390871
+0.542656 0.210929 0.403943
+0.586519 0.211199 0.417016
+0.630383 0.211470 0.430088
+0.674247 0.211741 0.443160
+0.709521 0.213647 0.452091
+0.741360 0.216207 0.459366
+0.773199 0.218767 0.466640
+0.805037 0.221327 0.473915
+0.832562 0.224101 0.480188
+0.849302 0.227408 0.483958
+0.866042 0.230715 0.487728
+0.882781 0.234022 0.491498
+0.899521 0.237330 0.495267
+0.907517 0.240471 0.498202
+0.914055 0.243585 0.500997
+0.920594 0.246699 0.503792
+0.927132 0.249813 0.506587
+0.932914 0.252232 0.508229
+0.937685 0.253725 0.508334
+0.942457 0.255218 0.508438
+0.947229 0.256710 0.508543
+0.952000 0.258203 0.508647
+0.204676 0.213995 0.223579
+0.225815 0.221400 0.243060
+0.246954 0.228804 0.262542
+0.268093 0.236208 0.282023
+0.289232 0.243612 0.301505
+0.323127 0.244962 0.321093
+0.366589 0.241771 0.340762
+0.410051 0.238580 0.360431
+0.453513 0.235388 0.380101
+0.497041 0.232481 0.398937
+0.540963 0.231280 0.412780
+0.584884 0.230078 0.426623
+0.628806 0.228876 0.440466
+0.672727 0.227674 0.454308
+0.708054 0.228564 0.463873
+0.739943 0.230290 0.471727
+0.771832 0.232016 0.479581
+0.803721 0.233743 0.487434
+0.831295 0.235881 0.494214
+0.848082 0.239050 0.498310
+0.864870 0.242219 0.502406
+0.881658 0.245388 0.506502
+0.898445 0.248558 0.510598
+0.906539 0.251831 0.513702
+0.913184 0.255122 0.516640
+0.919829 0.258413 0.519578
+0.926474 0.261704 0.522516
+0.932385 0.264234 0.524109
+0.937318 0.265748 0.523907
+0.942250 0.267263 0.523705
+0.947183 0.268777 0.523503
+0.952116 0.270292 0.523301
+0.211197 0.222041 0.231989
+0.230589 0.233753 0.250751
+0.249980 0.245465 0.269513
+0.269371 0.257177 0.288275
+0.288763 0.268889 0.307037
+0.321839 0.271428 0.326670
+0.365179 0.267088 0.346956
+0.408519 0.262747 0.367242
+0.451859 0.258407 0.387528
+0.495290 0.254305 0.407004
+0.539269 0.251630 0.421617
+0.583249 0.248956 0.436230
+0.627228 0.246282 0.450843
+0.671208 0.243608 0.465456
+0.706587 0.243481 0.475655
+0.738526 0.244373 0.484088
+0.770465 0.245266 0.492521
+0.802404 0.246158 0.500954
+0.830028 0.247661 0.508241
+0.846863 0.250692 0.512663
+0.863699 0.253723 0.517085
+0.880534 0.256754 0.521507
+0.897369 0.259785 0.525929
+0.905561 0.263191 0.529202
+0.912313 0.266659 0.532283
+0.919064 0.270127 0.535364
+0.925815 0.273596 0.538445
+0.931856 0.276236 0.539988
+0.936950 0.277772 0.539480
+0.942044 0.279308 0.538971
+0.947138 0.280844 0.538463
+0.952232 0.282380 0.537954
+0.217718 0.230086 0.240399
+0.235362 0.246106 0.258442
+0.253006 0.262126 0.276484
+0.270649 0.278146 0.294527
+0.288293 0.294165 0.312570
+0.320551 0.297894 0.332247
+0.363769 0.292405 0.353150
+0.406986 0.286915 0.374053
+0.450204 0.281426 0.394956
+0.493539 0.276128 0.415070
+0.537576 0.271981 0.430454
+0.581614 0.267834 0.445837
+0.625651 0.263688 0.461221
+0.669688 0.259541 0.476604
+0.705120 0.258398 0.487437
+0.737109 0.258457 0.496449
+0.769098 0.258515 0.505461
+0.801087 0.258574 0.514473
+0.828761 0.259442 0.522267
+0.845644 0.262335 0.527015
+0.862527 0.265228 0.531764
+0.879410 0.268120 0.536512
+0.896294 0.271013 0.541260
+0.904584 0.274551 0.544702
+0.911441 0.278196 0.547926
+0.918299 0.281842 0.551150
+0.925157 0.285487 0.554374
+0.931328 0.288237 0.555867
+0.936583 0.289795 0.555053
+0.941837 0.291353 0.554238
+0.947092 0.292911 0.553423
+0.952347 0.294469 0.552608
+0.224900 0.238571 0.249191
+0.242039 0.256605 0.267033
+0.259179 0.274639 0.284875
+0.276319 0.292673 0.302717
+0.293459 0.310707 0.320559
+0.323821 0.316966 0.340207
+0.364102 0.314395 0.361210
+0.404382 0.311824 0.382213
+0.444662 0.309253 0.403215
+0.485553 0.306209 0.423525
+0.530111 0.300330 0.439677
+0.574668 0.294451 0.455829
+0.619225 0.288572 0.471981
+0.663783 0.282692 0.488133
+0.699762 0.280168 0.499600
+0.732311 0.278986 0.509193
+0.764859 0.277804 0.518786
+0.797408 0.276621 0.528379
+0.825593 0.276479 0.536674
+0.842870 0.278936 0.541725
+0.860146 0.281394 0.546776
+0.877423 0.283851 0.551827
+0.894700 0.286309 0.556878
+0.903241 0.289833 0.560453
+0.910327 0.293535 0.563783
+0.917413 0.297236 0.567112
+0.924498 0.300938 0.570442
+0.930874 0.303658 0.571857
+0.936303 0.305068 0.570720
+0.941731 0.306478 0.569583
+0.947160 0.307888 0.568446
+0.952589 0.309298 0.567309
+0.232577 0.247385 0.258270
+0.250145 0.265713 0.276300
+0.267713 0.284041 0.294331
+0.285282 0.302369 0.312361
+0.302850 0.320697 0.330392
+0.330511 0.330493 0.349956
+0.365742 0.333891 0.370670
+0.400973 0.337289 0.391384
+0.436204 0.340687 0.412098
+0.472891 0.342484 0.432270
+0.518315 0.334677 0.449190
+0.563739 0.326871 0.466109
+0.609164 0.319064 0.483028
+0.654588 0.311257 0.499947
+0.691487 0.307078 0.512049
+0.724977 0.304349 0.522224
+0.758466 0.301621 0.532399
+0.791956 0.298893 0.542574
+0.821000 0.297458 0.551366
+0.838929 0.299257 0.556702
+0.856859 0.301056 0.562039
+0.874788 0.302855 0.567375
+0.892717 0.304655 0.572711
+0.901626 0.308056 0.576393
+0.909030 0.311724 0.579800
+0.916435 0.315392 0.583206
+0.923839 0.319060 0.586613
+0.930476 0.321643 0.587929
+0.936088 0.322777 0.586459
+0.941700 0.323912 0.584988
+0.947313 0.325047 0.583517
+0.952925 0.326182 0.582046
+0.240254 0.256198 0.267349
+0.258251 0.274820 0.285568
+0.276248 0.293442 0.303787
+0.294245 0.312064 0.322005
+0.312241 0.330686 0.340224
+0.337201 0.344020 0.359704
+0.367383 0.353387 0.380130
+0.397565 0.362754 0.400556
+0.427746 0.372121 0.420982
+0.460229 0.378759 0.441016
+0.506520 0.369025 0.458702
+0.552811 0.359290 0.476389
+0.599102 0.349556 0.494075
+0.645393 0.339822 0.511762
+0.683212 0.333987 0.524498
+0.717643 0.329713 0.535255
+0.752074 0.325439 0.546012
+0.786504 0.321165 0.556769
+0.816407 0.318438 0.566059
+0.834989 0.319578 0.571680
+0.853571 0.320719 0.577301
+0.872153 0.321860 0.582923
+0.890735 0.323001 0.588544
+0.900010 0.326279 0.592333
+0.907733 0.329913 0.595817
+0.915457 0.333548 0.599301
+0.923180 0.337182 0.602784
+0.930078 0.339627 0.604002
+0.935874 0.340487 0.602197
+0.941669 0.341347 0.600392
+0.947465 0.342206 0.598588
+0.953261 0.343066 0.596783
+0.247931 0.265012 0.276428
+0.266357 0.283928 0.294835
+0.284782 0.302844 0.313242
+0.303208 0.321760 0.331649
+0.321633 0.340676 0.350056
+0.343891 0.357547 0.369452
+0.369023 0.372883 0.389590
+0.394156 0.388219 0.409727
+0.419288 0.403555 0.429865
+0.447567 0.415034 0.449762
+0.494725 0.403372 0.468215
+0.541883 0.391710 0.486669
+0.589040 0.380048 0.505122
+0.636198 0.368386 0.523576
+0.674937 0.360897 0.536947
+0.710309 0.355077 0.548286
+0.745681 0.349257 0.559625
+0.781053 0.343436 0.570964
+0.811814 0.339417 0.580751
+0.831049 0.339899 0.586657
+0.850283 0.340382 0.592564
+0.869518 0.340864 0.598471
+0.888753 0.341347 0.604377
+0.898394 0.344502 0.608273
+0.906437 0.348103 0.611834
+0.914479 0.351703 0.615395
+0.922521 0.355304 0.618956
+0.929680 0.357612 0.620074
+0.935659 0.358196 0.617935
+0.941639 0.358781 0.615797
+0.947618 0.359365 0.613659
+0.953597 0.359950 0.611520
+0.255637 0.274147 0.285837
+0.274502 0.293337 0.304412
+0.293367 0.312527 0.322987
+0.312232 0.331717 0.341562
+0.331097 0.350908 0.360137
+0.351094 0.370814 0.379457
+0.371940 0.391258 0.399334
+0.392786 0.411703 0.419212
+0.413632 0.432147 0.439089
+0.438221 0.447921 0.458859
+0.485269 0.435671 0.477981
+0.532317 0.423422 0.497102
+0.579365 0.411173 0.516224
+0.626412 0.398924 0.535346
+0.665853 0.390074 0.549343
+0.702251 0.382584 0.561289
+0.738648 0.375093 0.573235
+0.775046 0.367603 0.585181
+0.806748 0.362172 0.595486
+0.826712 0.361891 0.601686
+0.846675 0.361611 0.607886
+0.866639 0.361330 0.614087
+0.886602 0.361049 0.620287
+0.896652 0.364022 0.624287
+0.905050 0.367539 0.627920
+0.913447 0.371055 0.631553
+0.921845 0.374571 0.635186
+0.929290 0.376703 0.636201
+0.935465 0.376989 0.633727
+0.941640 0.377275 0.631253
+0.947816 0.377561 0.628778
+0.953991 0.377847 0.626304
+0.263515 0.285207 0.297230
+0.282885 0.304552 0.315850
+0.302255 0.323897 0.334470
+0.321625 0.343242 0.353090
+0.340994 0.362587 0.371710
+0.361374 0.382527 0.390998
+0.382511 0.402914 0.410786
+0.403648 0.423301 0.430574
+0.424785 0.443688 0.450361
+0.448770 0.460478 0.470065
+0.489849 0.455684 0.489262
+0.530927 0.450889 0.508460
+0.572005 0.446095 0.527657
+0.613084 0.441301 0.546855
+0.651915 0.432856 0.561415
+0.689847 0.422950 0.574120
+0.727779 0.413044 0.586826
+0.765711 0.403139 0.599531
+0.798848 0.395585 0.610476
+0.819996 0.393910 0.617022
+0.841144 0.392236 0.623567
+0.862293 0.390561 0.630112
+0.883441 0.388886 0.636658
+0.894151 0.391328 0.640743
+0.903121 0.394456 0.644418
+0.912092 0.397584 0.648093
+0.921062 0.400712 0.651768
+0.928950 0.402433 0.652658
+0.935395 0.402280 0.649835
+0.941840 0.402126 0.647012
+0.948284 0.401973 0.644190
+0.954729 0.401819 0.641367
+0.271394 0.296268 0.308623
+0.291268 0.315767 0.327288
+0.311143 0.335267 0.345953
+0.331018 0.354766 0.364618
+0.350892 0.374265 0.383283
+0.371654 0.394240 0.402539
+0.393082 0.414570 0.422237
+0.414510 0.434900 0.441936
+0.435937 0.455230 0.461634
+0.459319 0.473036 0.481271
+0.494428 0.475696 0.500544
+0.529537 0.478357 0.519817
+0.564646 0.481017 0.539090
+0.599755 0.483678 0.558363
+0.637977 0.475637 0.573487
+0.677443 0.463316 0.586952
+0.716909 0.450996 0.600416
+0.756376 0.438675 0.613881
+0.790947 0.428998 0.625467
+0.813280 0.425929 0.632357
+0.835613 0.422861 0.639247
+0.857947 0.419792 0.646138
+0.880280 0.416724 0.653028
+0.891650 0.418634 0.657199
+0.901193 0.421373 0.660916
+0.910736 0.424113 0.664633
+0.920279 0.426852 0.668351
+0.928610 0.428164 0.669116
+0.935324 0.427571 0.665944
+0.942039 0.426978 0.662772
+0.948753 0.426385 0.659601
+0.955467 0.425792 0.656429
+0.279272 0.307328 0.320016
+0.299651 0.326982 0.338726
+0.320031 0.346636 0.357436
+0.340410 0.366290 0.376146
+0.360790 0.385944 0.394856
+0.381935 0.405952 0.414080
+0.403653 0.426225 0.433689
+0.425372 0.446498 0.453297
+0.447090 0.466772 0.472906
+0.469869 0.485593 0.492478
+0.499008 0.495709 0.511826
+0.528148 0.505824 0.531175
+0.557287 0.515939 0.550523
+0.586427 0.526054 0.569872
+0.624038 0.518419 0.585560
+0.665039 0.503683 0.599783
+0.706040 0.488947 0.614007
+0.747040 0.474211 0.628230
+0.783046 0.462411 0.640457
+0.806564 0.457948 0.647693
+0.830082 0.453486 0.654928
+0.853600 0.449024 0.662163
+0.877119 0.444562 0.669399
+0.889149 0.445939 0.673655
+0.899265 0.448291 0.677414
+0.909381 0.450642 0.681174
+0.919497 0.452993 0.684933
+0.928270 0.453894 0.685573
+0.935254 0.452861 0.682053
+0.942238 0.451829 0.678532
+0.949222 0.450797 0.675012
+0.956206 0.449764 0.671492
+0.287150 0.318389 0.331409
+0.308034 0.338197 0.350164
+0.328919 0.358006 0.368919
+0.349803 0.377815 0.387674
+0.370688 0.397623 0.406429
+0.392215 0.417665 0.425621
+0.414224 0.437881 0.445140
+0.436233 0.458097 0.464659
+0.458243 0.478313 0.484179
+0.480418 0.498151 0.503684
+0.503588 0.515721 0.523108
+0.526758 0.533291 0.542532
+0.549928 0.550861 0.561956
+0.573098 0.568431 0.581380
+0.610100 0.561200 0.597632
+0.652635 0.544049 0.612614
+0.695170 0.526898 0.627597
+0.737705 0.509747 0.642580
+0.775145 0.495823 0.655448
+0.799848 0.489967 0.663028
+0.824551 0.484111 0.670609
+0.849254 0.478255 0.678189
+0.873957 0.472399 0.685769
+0.886648 0.473245 0.690111
+0.897337 0.475208 0.693912
+0.908025 0.477171 0.697714
+0.918714 0.479133 0.701516
+0.927930 0.479624 0.702030
+0.935184 0.478152 0.698161
+0.942437 0.476680 0.694292
+0.949690 0.475209 0.690423
+0.956944 0.473737 0.686555
+0.293758 0.332040 0.345717
+0.315199 0.351852 0.364352
+0.336640 0.371664 0.382988
+0.358080 0.391476 0.401623
+0.379521 0.411288 0.420258
+0.401508 0.431219 0.439259
+0.423903 0.451239 0.458532
+0.446298 0.471260 0.477806
+0.468694 0.491280 0.497080
+0.490975 0.511218 0.516340
+0.512572 0.530661 0.535515
+0.534168 0.550105 0.554690
+0.555765 0.569549 0.573865
+0.577362 0.588992 0.593040
+0.611509 0.585761 0.609555
+0.650676 0.573459 0.625006
+0.689844 0.561157 0.640457
+0.729011 0.548855 0.655909
+0.764492 0.537794 0.669265
+0.790754 0.529835 0.677383
+0.817016 0.521876 0.685502
+0.843279 0.513917 0.693620
+0.869541 0.505958 0.701739
+0.883163 0.505821 0.706226
+0.894678 0.506988 0.710108
+0.906193 0.508155 0.713990
+0.917708 0.509322 0.717872
+0.927540 0.509156 0.718278
+0.935129 0.507212 0.714051
+0.942717 0.505268 0.709824
+0.950306 0.503325 0.705597
+0.957894 0.501381 0.701370
+0.299857 0.346727 0.361191
+0.321875 0.366482 0.379640
+0.343893 0.386237 0.398090
+0.365911 0.405992 0.416540
+0.387930 0.425747 0.434990
+0.410406 0.445510 0.453734
+0.433225 0.465279 0.472701
+0.456045 0.485048 0.491667
+0.478864 0.504817 0.510633
+0.501535 0.524488 0.529575
+0.523317 0.543573 0.548371
+0.545099 0.562658 0.567167
+0.566881 0.581743 0.585964
+0.588663 0.600828 0.604760
+0.619057 0.603033 0.621418
+0.652896 0.598486 0.637222
+0.686735 0.593938 0.653025
+0.720574 0.589391 0.668829
+0.752737 0.583187 0.682612
+0.780708 0.572842 0.691346
+0.808679 0.562496 0.700080
+0.836651 0.552151 0.708814
+0.864622 0.541805 0.717548
+0.879283 0.540506 0.722205
+0.891726 0.540714 0.726182
+0.904169 0.540922 0.730160
+0.916612 0.541130 0.734137
+0.927129 0.540208 0.734443
+0.935079 0.537780 0.729854
+0.943029 0.535351 0.725264
+0.950979 0.532923 0.720675
+0.958929 0.530494 0.716085
+0.305956 0.361414 0.376664
+0.328552 0.381112 0.394928
+0.351147 0.400810 0.413193
+0.373742 0.420509 0.431457
+0.396338 0.440207 0.449721
+0.419303 0.459801 0.468210
+0.442547 0.479319 0.486869
+0.465791 0.498836 0.505527
+0.489034 0.518353 0.524186
+0.512096 0.537758 0.542810
+0.534063 0.556484 0.561227
+0.556030 0.575210 0.579645
+0.577997 0.593937 0.598062
+0.599964 0.612663 0.616480
+0.626605 0.620305 0.633282
+0.655115 0.623512 0.649438
+0.683626 0.626720 0.665593
+0.712137 0.629928 0.681749
+0.740982 0.628581 0.695960
+0.770662 0.615849 0.705309
+0.800342 0.603117 0.714658
+0.830023 0.590384 0.724008
+0.859703 0.577652 0.733357
+0.875404 0.575190 0.738184
+0.888775 0.574439 0.742257
+0.902145 0.573689 0.746330
+0.915516 0.572938 0.750403
+0.926719 0.571261 0.750608
+0.935030 0.568347 0.745657
+0.943342 0.565434 0.740705
+0.951653 0.562521 0.735753
+0.959965 0.559608 0.730801
+0.312056 0.376102 0.392138
+0.335228 0.395743 0.410216
+0.358401 0.415384 0.428295
+0.381573 0.435025 0.446374
+0.404746 0.454666 0.464452
+0.428201 0.474093 0.482686
+0.451869 0.493358 0.501037
+0.475537 0.512624 0.519388
+0.499205 0.531890 0.537739
+0.522656 0.551028 0.556045
+0.544808 0.569395 0.574084
+0.566960 0.587763 0.592122
+0.589113 0.606131 0.610161
+0.611265 0.624498 0.628200
+0.634153 0.637577 0.645145
+0.657335 0.648539 0.661653
+0.680517 0.659502 0.678161
+0.703699 0.670464 0.694669
+0.729227 0.673975 0.709308
+0.760616 0.658856 0.719272
+0.792006 0.643737 0.729237
+0.823395 0.628618 0.739201
+0.854785 0.613499 0.749166
+0.871525 0.609874 0.754162
+0.885823 0.608165 0.758331
+0.900122 0.606455 0.762500
+0.914420 0.604746 0.766669
+0.926308 0.602313 0.766773
+0.934981 0.598915 0.761459
+0.943654 0.595517 0.756145
+0.952327 0.592119 0.750831
+0.961000 0.588721 0.745517
+0.316997 0.392188 0.409184
+0.340764 0.411701 0.427009
+0.364532 0.431215 0.444833
+0.388300 0.450728 0.462658
+0.412068 0.470241 0.480483
+0.436030 0.489431 0.498397
+0.460138 0.508379 0.516377
+0.484247 0.527328 0.534357
+0.508355 0.546276 0.552338
+0.532216 0.565081 0.570263
+0.554598 0.583028 0.587857
+0.576980 0.600974 0.605451
+0.599362 0.618921 0.623045
+0.621744 0.636868 0.640640
+0.642013 0.653665 0.657514
+0.661438 0.670003 0.674099
+0.680863 0.686341 0.690685
+0.700288 0.702679 0.707271
+0.723177 0.710076 0.722132
+0.754728 0.695119 0.732681
+0.786278 0.680162 0.743231
+0.817829 0.665206 0.753780
+0.849379 0.650249 0.764329
+0.867048 0.645620 0.769550
+0.882404 0.642711 0.773884
+0.897759 0.639803 0.778217
+0.913114 0.636894 0.782550
+0.925781 0.633580 0.782600
+0.934864 0.629724 0.776938
+0.943948 0.625868 0.771276
+0.953031 0.622013 0.765613
+0.962114 0.618157 0.759951
+0.319040 0.411772 0.430161
+0.343449 0.430981 0.447561
+0.367857 0.450189 0.464961
+0.392266 0.469397 0.482361
+0.416674 0.488606 0.499762
+0.441186 0.507389 0.517192
+0.465775 0.525854 0.534646
+0.490365 0.544319 0.552099
+0.514954 0.562784 0.569553
+0.539277 0.581093 0.586939
+0.561999 0.598463 0.603924
+0.584722 0.615833 0.620909
+0.607444 0.633203 0.637894
+0.630167 0.650573 0.654878
+0.650655 0.666796 0.671144
+0.670250 0.682561 0.687122
+0.689846 0.698325 0.703099
+0.709441 0.714090 0.719077
+0.731392 0.722944 0.733649
+0.759234 0.714522 0.744706
+0.787075 0.706100 0.755764
+0.814917 0.697678 0.766821
+0.842759 0.689256 0.777878
+0.861080 0.684017 0.783461
+0.877814 0.679309 0.788131
+0.894548 0.674601 0.792802
+0.911282 0.669893 0.797472
+0.924965 0.665383 0.797580
+0.934580 0.661137 0.791606
+0.944195 0.656892 0.785631
+0.953810 0.652647 0.779656
+0.963425 0.648402 0.773682
+0.321084 0.431357 0.451138
+0.346133 0.450260 0.468114
+0.371182 0.469164 0.485089
+0.396231 0.488067 0.502065
+0.421281 0.506971 0.519041
+0.446342 0.525347 0.535988
+0.471413 0.543329 0.552915
+0.496483 0.561311 0.569841
+0.521554 0.579293 0.586768
+0.546338 0.597105 0.603615
+0.569401 0.613898 0.619991
+0.592464 0.630691 0.636366
+0.615527 0.647484 0.652742
+0.638590 0.664277 0.669117
+0.659297 0.679927 0.684774
+0.679063 0.695118 0.700144
+0.698828 0.710310 0.715514
+0.718594 0.725501 0.730883
+0.739607 0.735813 0.745166
+0.763740 0.733926 0.756731
+0.787872 0.732038 0.768297
+0.812005 0.730151 0.779862
+0.836138 0.728263 0.791428
+0.855111 0.722415 0.797372
+0.873224 0.715907 0.802379
+0.891337 0.709399 0.807386
+0.909450 0.702891 0.812394
+0.924149 0.697186 0.812561
+0.934296 0.692551 0.806273
+0.944442 0.687916 0.799986
+0.954589 0.683281 0.793699
+0.964736 0.678646 0.787412
+0.323128 0.450941 0.472115
+0.348818 0.469540 0.488666
+0.374507 0.488138 0.505217
+0.400197 0.506737 0.521768
+0.425887 0.525336 0.538319
+0.451498 0.543306 0.554784
+0.477050 0.560804 0.571183
+0.502601 0.578303 0.587583
+0.528153 0.595801 0.603983
+0.553398 0.613117 0.620292
+0.576802 0.629333 0.636058
+0.600205 0.645549 0.651824
+0.623609 0.661766 0.667590
+0.647013 0.677982 0.683356
+0.667939 0.693057 0.698405
+0.687875 0.707676 0.713166
+0.707811 0.722294 0.727928
+0.727746 0.736912 0.742689
+0.747822 0.748682 0.756683
+0.768246 0.753329 0.768756
+0.788669 0.757976 0.780830
+0.809093 0.762623 0.792903
+0.829517 0.767270 0.804977
+0.849142 0.760813 0.811282
+0.868634 0.752505 0.816627
+0.888126 0.744197 0.821971
+0.907618 0.735889 0.827315
+0.923333 0.728989 0.827541
+0.934011 0.723964 0.820941
+0.944690 0.718940 0.814342
+0.955368 0.713915 0.807742
+0.966047 0.708891 0.801142
+0.325172 0.470525 0.493092
+0.351502 0.488819 0.509219
+0.377833 0.507113 0.525345
+0.404163 0.525407 0.541472
+0.430493 0.543700 0.557598
+0.456654 0.561264 0.573580
+0.482687 0.578279 0.589452
+0.508720 0.595295 0.605325
+0.534753 0.612310 0.621197
+0.560459 0.629129 0.636968
+0.584203 0.644768 0.652125
+0.607947 0.660408 0.667281
+0.631691 0.676047 0.682438
+0.655436 0.691687 0.697595
+0.676581 0.706188 0.712035
+0.696687 0.720233 0.726189
+0.716793 0.734278 0.740342
+0.736899 0.748324 0.754495
+0.756037 0.761551 0.768200
+0.772751 0.772732 0.780781
+0.789466 0.783914 0.793363
+0.806181 0.795096 0.805945
+0.822896 0.806277 0.818526
+0.843173 0.799211 0.825193
+0.864044 0.789103 0.830874
+0.884915 0.778995 0.836556
+0.905786 0.768888 0.842237
+0.922516 0.760791 0.842521
+0.933727 0.755377 0.835609
+0.944937 0.749963 0.828697
+0.956147 0.744549 0.821785
+0.967358 0.739135 0.814873
+0.322997 0.494885 0.518729
+0.349951 0.512681 0.534288
+0.376906 0.530476 0.549847
+0.403860 0.548272 0.565406
+0.430815 0.566068 0.580965
+0.457466 0.583041 0.596317
+0.483890 0.599397 0.611515
+0.510314 0.615753 0.626712
+0.536738 0.632109 0.641909
+0.562821 0.648259 0.656995
+0.586857 0.663178 0.671416
+0.610894 0.678096 0.685836
+0.634930 0.693015 0.700257
+0.658966 0.707933 0.714677
+0.680386 0.721723 0.728390
+0.700759 0.735062 0.741820
+0.721132 0.748400 0.755250
+0.741505 0.761739 0.768680
+0.760754 0.774565 0.781713
+0.777192 0.786111 0.793754
+0.793629 0.797657 0.805795
+0.810067 0.809203 0.817836
+0.826505 0.820748 0.829877
+0.845677 0.816460 0.836863
+0.865305 0.809533 0.843007
+0.884933 0.802606 0.849151
+0.904561 0.795678 0.855294
+0.920891 0.789301 0.855775
+0.932824 0.783657 0.848706
+0.944756 0.778012 0.841637
+0.956689 0.772368 0.834568
+0.968621 0.766724 0.827499
+0.320119 0.520040 0.545142
+0.347695 0.537306 0.560109
+0.375271 0.554571 0.575077
+0.402846 0.571837 0.590045
+0.430422 0.589103 0.605013
+0.457555 0.605455 0.619712
+0.484355 0.621122 0.634209
+0.511155 0.636789 0.648706
+0.537955 0.652456 0.663203
+0.564400 0.667910 0.677581
+0.588721 0.682083 0.691244
+0.613041 0.696257 0.704907
+0.637361 0.710430 0.718570
+0.661681 0.724604 0.732233
+0.683384 0.737660 0.745199
+0.704041 0.750269 0.757886
+0.724697 0.762879 0.770574
+0.745353 0.775488 0.783261
+0.764888 0.787604 0.795559
+0.781621 0.798486 0.806885
+0.798354 0.809367 0.818211
+0.815086 0.820249 0.829536
+0.831819 0.831130 0.840862
+0.849593 0.830184 0.848160
+0.867542 0.827268 0.854787
+0.885490 0.824351 0.861414
+0.903438 0.821434 0.868040
+0.919131 0.817261 0.868741
+0.931818 0.811413 0.861541
+0.944504 0.805565 0.854342
+0.957191 0.799718 0.847142
+0.969877 0.793870 0.839942
+0.317241 0.545196 0.571555
+0.345438 0.561931 0.585931
+0.373635 0.578667 0.600308
+0.401832 0.595402 0.614684
+0.430030 0.612137 0.629061
+0.457643 0.627869 0.643107
+0.484819 0.642847 0.656904
+0.511995 0.657825 0.670701
+0.539171 0.672803 0.684498
+0.565979 0.687560 0.698167
+0.590584 0.700989 0.711073
+0.615188 0.714417 0.723978
+0.639792 0.727845 0.736884
+0.664396 0.741274 0.749789
+0.686383 0.753596 0.762008
+0.707322 0.765477 0.773953
+0.728262 0.777357 0.785897
+0.749201 0.789238 0.797842
+0.769023 0.800643 0.809405
+0.786050 0.810860 0.820016
+0.803078 0.821077 0.830626
+0.820105 0.831294 0.841236
+0.837133 0.841512 0.851847
+0.853509 0.843909 0.859457
+0.869778 0.845003 0.866567
+0.886047 0.846096 0.873677
+0.902315 0.847190 0.880787
+0.917372 0.845222 0.881708
+0.930812 0.839170 0.874377
+0.944252 0.833119 0.867046
+0.957693 0.827067 0.859715
+0.971133 0.821015 0.852384
+0.314363 0.570351 0.597968
+0.343181 0.586556 0.611753
+0.372000 0.602762 0.625538
+0.400819 0.618967 0.639324
+0.429637 0.635172 0.653109
+0.457732 0.650282 0.666501
+0.485284 0.664572 0.679598
+0.512836 0.678861 0.692695
+0.540387 0.693151 0.705792
+0.567559 0.707211 0.718753
+0.592447 0.719894 0.730901
+0.617335 0.732577 0.743049
+0.642223 0.745260 0.755197
+0.667111 0.757944 0.767345
+0.689381 0.769533 0.778817
+0.710604 0.780684 0.790019
+0.731827 0.791836 0.801221
+0.753049 0.802987 0.812423
+0.773157 0.813682 0.823252
+0.790480 0.823235 0.833147
+0.807802 0.832788 0.843041
+0.825124 0.842340 0.852936
+0.842446 0.851893 0.862831
+0.857426 0.857633 0.870753
+0.872014 0.862737 0.878347
+0.886603 0.867842 0.885940
+0.901192 0.872946 0.893533
+0.915612 0.873182 0.894674
+0.929806 0.866927 0.887212
+0.944000 0.860672 0.879750
+0.958195 0.854417 0.872288
+0.972389 0.848161 0.864827
+0.315826 0.598629 0.624804
+0.344849 0.614062 0.637870
+0.373873 0.629494 0.650936
+0.402896 0.644927 0.664002
+0.431919 0.660360 0.677067
+0.460120 0.674689 0.689745
+0.487705 0.688191 0.702131
+0.515289 0.701693 0.714517
+0.542874 0.715195 0.726903
+0.570073 0.728474 0.739156
+0.594959 0.740412 0.750605
+0.619845 0.752351 0.762054
+0.644732 0.764289 0.773503
+0.669618 0.776227 0.784953
+0.691919 0.787125 0.795751
+0.713186 0.797606 0.806288
+0.734452 0.808087 0.816825
+0.755719 0.818569 0.827363
+0.775892 0.828621 0.837539
+0.793328 0.837602 0.846811
+0.810764 0.846582 0.856083
+0.828201 0.855563 0.865356
+0.845637 0.864543 0.874628
+0.859822 0.872044 0.882520
+0.873465 0.879299 0.890182
+0.887108 0.886554 0.897844
+0.900751 0.893809 0.905507
+0.914895 0.895581 0.906892
+0.929707 0.890041 0.899908
+0.944518 0.884502 0.892924
+0.959330 0.878963 0.885941
+0.974142 0.873423 0.878957
+0.323078 0.631070 0.652207
+0.351750 0.645407 0.664381
+0.380423 0.659744 0.676556
+0.409095 0.674081 0.688731
+0.437767 0.688418 0.700906
+0.465575 0.701753 0.712787
+0.492734 0.714336 0.724448
+0.519894 0.726920 0.736110
+0.547053 0.739504 0.747771
+0.573834 0.751888 0.759313
+0.598337 0.763082 0.770142
+0.622840 0.774275 0.780971
+0.647343 0.785468 0.791800
+0.671846 0.796661 0.802629
+0.693841 0.806923 0.812850
+0.714834 0.816813 0.822827
+0.735826 0.826702 0.832804
+0.756819 0.836592 0.842781
+0.776759 0.846094 0.852414
+0.794068 0.854625 0.861187
+0.811378 0.863156 0.869960
+0.828687 0.871687 0.878733
+0.845997 0.880218 0.887506
+0.860192 0.887372 0.894913
+0.873868 0.894297 0.902092
+0.887544 0.901222 0.909271
+0.901220 0.908148 0.916450
+0.915569 0.910563 0.918112
+0.930816 0.906966 0.912419
+0.946063 0.903368 0.906725
+0.961310 0.899771 0.901031
+0.976557 0.896174 0.895338
+0.330330 0.663512 0.679609
+0.358651 0.676753 0.690892
+0.386972 0.689994 0.702176
+0.415294 0.703235 0.713460
+0.443615 0.716476 0.724744
+0.471029 0.728817 0.735830
+0.497764 0.740482 0.746766
+0.524499 0.752147 0.757702
+0.551233 0.763812 0.768638
+0.577594 0.775303 0.779470
+0.601714 0.785751 0.789679
+0.625834 0.796199 0.799888
+0.649954 0.806647 0.810097
+0.674074 0.817095 0.820306
+0.695764 0.826722 0.829949
+0.716482 0.836020 0.839366
+0.737200 0.845318 0.848783
+0.757918 0.854616 0.858200
+0.777626 0.863566 0.867290
+0.794809 0.871648 0.875564
+0.811991 0.879729 0.883837
+0.829174 0.887811 0.892111
+0.846356 0.895893 0.900385
+0.860561 0.902700 0.907306
+0.874270 0.909296 0.914002
+0.887979 0.915891 0.920698
+0.901688 0.922486 0.927393
+0.916243 0.925545 0.929332
+0.931925 0.923890 0.924929
+0.947608 0.922235 0.920525
+0.963290 0.920580 0.916122
+0.978973 0.918925 0.911718
+0.337582 0.695953 0.707011
+0.365552 0.708098 0.717404
+0.393522 0.720244 0.727797
+0.421493 0.732389 0.738190
+0.449463 0.744535 0.748583
+0.476484 0.755881 0.758872
+0.502794 0.766627 0.769083
+0.529103 0.777373 0.779294
+0.555413 0.788120 0.789506
+0.581355 0.798717 0.799628
+0.605092 0.808420 0.809217
+0.628828 0.818123 0.818805
+0.652565 0.827826 0.828394
+0.676302 0.837529 0.837983
+0.697686 0.846520 0.847049
+0.718130 0.855226 0.855905
+0.738574 0.863933 0.864762
+0.759018 0.872639 0.873618
+0.778494 0.881039 0.882165
+0.795549 0.888671 0.889940
+0.812605 0.896303 0.897714
+0.829660 0.903935 0.905489
+0.846716 0.911567 0.913263
+0.860931 0.918028 0.919699
+0.874673 0.924294 0.925912
+0.888415 0.930559 0.932124
+0.902157 0.936825 0.938337
+0.916917 0.940528 0.940553
+0.933035 0.940815 0.937439
+0.949153 0.941101 0.934326
+0.965271 0.941388 0.931213
+0.981388 0.941675 0.928099
+0.344834 0.728394 0.734413
+0.372453 0.739444 0.743915
+0.400072 0.750494 0.753417
+0.427691 0.761543 0.762919
+0.455310 0.772593 0.772421
+0.481938 0.782945 0.781914
+0.507823 0.792772 0.791401
+0.533708 0.802600 0.800887
+0.559593 0.812428 0.810373
+0.585116 0.822131 0.819785
+0.608469 0.831089 0.828754
+0.631823 0.840047 0.837722
+0.655176 0.849005 0.846691
+0.678530 0.857963 0.855660
+0.699609 0.866319 0.864148
+0.719779 0.874433 0.872444
+0.739948 0.882548 0.880740
+0.760118 0.890663 0.889037
+0.779361 0.898511 0.897041
+0.796290 0.905694 0.904316
+0.813218 0.912877 0.911591
+0.830147 0.920059 0.918867
+0.847076 0.927242 0.926142
+0.861301 0.933356 0.932092
+0.875076 0.939292 0.937821
+0.888851 0.945227 0.943551
+0.902625 0.951163 0.949280
+0.917591 0.955510 0.951773
+0.934144 0.957739 0.949950
+0.950697 0.959968 0.948126
+0.967251 0.962197 0.946303
+0.983804 0.964426 0.944480
+0.199464 0.206121 0.215692
+0.223551 0.205171 0.237048
+0.247637 0.204221 0.258404
+0.271723 0.203271 0.279760
+0.295810 0.202321 0.301116
+0.330638 0.201169 0.321194
+0.373522 0.199865 0.340314
+0.416407 0.198561 0.359434
+0.459291 0.197258 0.378554
+0.502242 0.196327 0.396812
+0.545587 0.197634 0.409899
+0.588932 0.198942 0.422985
+0.632277 0.200249 0.436072
+0.675622 0.201556 0.449158
+0.710757 0.204221 0.458177
+0.742608 0.207428 0.465570
+0.774459 0.210635 0.472963
+0.806309 0.213842 0.480355
+0.833929 0.217135 0.486783
+0.850969 0.220643 0.490800
+0.868010 0.224151 0.494816
+0.885051 0.227658 0.498832
+0.902091 0.231166 0.502849
+0.910220 0.234323 0.506038
+0.916864 0.237422 0.509088
+0.923508 0.240520 0.512139
+0.930151 0.243619 0.515189
+0.935737 0.246223 0.517520
+0.939912 0.248167 0.518889
+0.944087 0.250111 0.520259
+0.948261 0.252056 0.521628
+0.952436 0.254000 0.522998
+0.206147 0.214540 0.224426
+0.228708 0.217926 0.245040
+0.251269 0.221312 0.265654
+0.273830 0.224698 0.286268
+0.296391 0.228084 0.306882
+0.330449 0.228228 0.326921
+0.373130 0.225941 0.346529
+0.415810 0.223654 0.366136
+0.458491 0.221367 0.385744
+0.501270 0.219378 0.404521
+0.544633 0.219176 0.418316
+0.587997 0.218974 0.432111
+0.631360 0.218773 0.445906
+0.674724 0.218571 0.459701
+0.709880 0.220126 0.469327
+0.741753 0.222384 0.477284
+0.773626 0.224642 0.485242
+0.805498 0.226900 0.493200
+0.833137 0.229450 0.500126
+0.850192 0.232730 0.504474
+0.867247 0.236009 0.508823
+0.884302 0.239289 0.513171
+0.901356 0.242569 0.517519
+0.909542 0.245826 0.520890
+0.916250 0.249079 0.524097
+0.922958 0.252332 0.527305
+0.929666 0.255585 0.530513
+0.935344 0.258309 0.532843
+0.939649 0.260325 0.534005
+0.943954 0.262342 0.535167
+0.948259 0.264358 0.536328
+0.952564 0.266375 0.537490
+0.212830 0.222959 0.233159
+0.233865 0.230681 0.253032
+0.254901 0.238403 0.272904
+0.275936 0.246124 0.292776
+0.296972 0.253846 0.312648
+0.330259 0.255287 0.332648
+0.372737 0.252017 0.352743
+0.415214 0.248746 0.372839
+0.457691 0.245476 0.392934
+0.500297 0.242428 0.412230
+0.543679 0.240718 0.426734
+0.587062 0.239007 0.441237
+0.630444 0.237296 0.455741
+0.673826 0.235586 0.470244
+0.709003 0.236032 0.480476
+0.740898 0.237341 0.488999
+0.772793 0.238650 0.497522
+0.804688 0.239959 0.506044
+0.832346 0.241765 0.513469
+0.849415 0.244817 0.518149
+0.866484 0.247868 0.522829
+0.883553 0.250920 0.527509
+0.900621 0.253971 0.532189
+0.908865 0.257328 0.535742
+0.915637 0.260736 0.539107
+0.922409 0.264144 0.542471
+0.929181 0.267552 0.545836
+0.934952 0.270394 0.548167
+0.939387 0.272483 0.549121
+0.943822 0.274572 0.550074
+0.948257 0.276661 0.551028
+0.952692 0.278750 0.551981
+0.219513 0.231378 0.241893
+0.239023 0.243435 0.261024
+0.258533 0.255493 0.280154
+0.278043 0.267551 0.299284
+0.297552 0.279609 0.318415
+0.330070 0.282346 0.338375
+0.372344 0.278092 0.358958
+0.414617 0.273839 0.379541
+0.456891 0.269585 0.400124
+0.499325 0.265479 0.419939
+0.542726 0.262259 0.435151
+0.586126 0.259040 0.450363
+0.629527 0.255820 0.465575
+0.672928 0.252600 0.480787
+0.708126 0.251937 0.491625
+0.740043 0.252297 0.500713
+0.771960 0.252657 0.509801
+0.803877 0.253017 0.518889
+0.831555 0.254080 0.526812
+0.848638 0.256904 0.531824
+0.865721 0.259727 0.536836
+0.882804 0.262550 0.541848
+0.899887 0.265374 0.546859
+0.908187 0.268831 0.550594
+0.915023 0.272393 0.554116
+0.921860 0.275956 0.557638
+0.928696 0.279518 0.561159
+0.934560 0.282480 0.563491
+0.939125 0.284641 0.564237
+0.943690 0.286802 0.564982
+0.948255 0.288963 0.565728
+0.952820 0.291125 0.566473
+0.226196 0.239797 0.250627
+0.244180 0.256190 0.269015
+0.262165 0.272584 0.287404
+0.280149 0.288978 0.305792
+0.298133 0.305372 0.324181
+0.329881 0.309405 0.344102
+0.371951 0.304168 0.365173
+0.414021 0.298931 0.386243
+0.456090 0.293694 0.407314
+0.498353 0.288530 0.427648
+0.541772 0.283801 0.443569
+0.585191 0.279073 0.459489
+0.628610 0.274344 0.475410
+0.672029 0.269615 0.491330
+0.707248 0.267843 0.502774
+0.739188 0.267254 0.512427
+0.771127 0.266664 0.522081
+0.803066 0.266075 0.531734
+0.830764 0.266396 0.540155
+0.847861 0.268991 0.545499
+0.864958 0.271586 0.550843
+0.882055 0.274181 0.556186
+0.899152 0.276776 0.561530
+0.907509 0.280333 0.565446
+0.914410 0.284050 0.569125
+0.921311 0.287767 0.572804
+0.928211 0.291485 0.576483
+0.934167 0.294566 0.578815
+0.938862 0.296799 0.579353
+0.943558 0.299033 0.579890
+0.948253 0.301266 0.580427
+0.952948 0.303499 0.580965
+0.233610 0.248576 0.259679
+0.251176 0.266990 0.277843
+0.268742 0.285403 0.296006
+0.286308 0.303817 0.314170
+0.303874 0.322231 0.332334
+0.333833 0.328813 0.352173
+0.373088 0.326522 0.373268
+0.412343 0.324232 0.394364
+0.451598 0.321941 0.415459
+0.491504 0.319067 0.435913
+0.535320 0.312693 0.452519
+0.579137 0.306319 0.469126
+0.622953 0.299944 0.485732
+0.666769 0.293570 0.502339
+0.702464 0.290393 0.514374
+0.734910 0.288494 0.524581
+0.767356 0.286595 0.534788
+0.799802 0.284696 0.544995
+0.827969 0.283928 0.553899
+0.845435 0.285985 0.559546
+0.862901 0.288042 0.565193
+0.880367 0.290099 0.570840
+0.897834 0.292156 0.576487
+0.906418 0.295637 0.580546
+0.913522 0.299357 0.584339
+0.920626 0.303076 0.588132
+0.927730 0.306795 0.591926
+0.933862 0.309844 0.594227
+0.938697 0.311999 0.594537
+0.943532 0.314155 0.594848
+0.948367 0.316310 0.595158
+0.953202 0.318465 0.595469
+0.241574 0.257627 0.268969
+0.259552 0.276323 0.287296
+0.277529 0.295019 0.305623
+0.295507 0.313716 0.323950
+0.313484 0.332412 0.342277
+0.340892 0.342483 0.362001
+0.375373 0.346086 0.382775
+0.409854 0.349688 0.403548
+0.444336 0.353290 0.424321
+0.480248 0.355218 0.444595
+0.524745 0.347096 0.461870
+0.569242 0.338974 0.479145
+0.613740 0.330853 0.496420
+0.658237 0.322731 0.513695
+0.694749 0.317926 0.526311
+0.728066 0.314447 0.537064
+0.761383 0.310969 0.547816
+0.794700 0.307490 0.558569
+0.823669 0.305373 0.567943
+0.841772 0.306659 0.573873
+0.859874 0.307945 0.579802
+0.877976 0.309232 0.585732
+0.896078 0.310518 0.591661
+0.905017 0.313793 0.595830
+0.912429 0.317400 0.599707
+0.919840 0.321006 0.603583
+0.927252 0.324613 0.607459
+0.933623 0.327516 0.609704
+0.938605 0.329481 0.609773
+0.943587 0.331445 0.609843
+0.948569 0.333410 0.609912
+0.953551 0.335374 0.609982
+0.249538 0.266677 0.278260
+0.267927 0.285656 0.296750
+0.286316 0.304635 0.315240
+0.304705 0.323614 0.333730
+0.323095 0.342594 0.352220
+0.347951 0.356153 0.371830
+0.377659 0.365649 0.392281
+0.407366 0.375144 0.412732
+0.437073 0.384640 0.433184
+0.468991 0.391369 0.453277
+0.514170 0.381500 0.471220
+0.559348 0.371630 0.489164
+0.604527 0.361761 0.507108
+0.649706 0.351892 0.525052
+0.687034 0.345459 0.538249
+0.721221 0.340401 0.549547
+0.755409 0.335342 0.560845
+0.789597 0.330284 0.572142
+0.819370 0.326818 0.581987
+0.838108 0.327334 0.588199
+0.856846 0.327849 0.594411
+0.875584 0.328364 0.600623
+0.894322 0.328880 0.606835
+0.903616 0.331949 0.611115
+0.911335 0.335443 0.615074
+0.919054 0.338937 0.619033
+0.926774 0.342431 0.622992
+0.933383 0.345188 0.625181
+0.938512 0.346962 0.625009
+0.943642 0.348736 0.624838
+0.948771 0.350510 0.624666
+0.953900 0.352283 0.624495
+0.257501 0.275727 0.287550
+0.276302 0.294989 0.306203
+0.295103 0.314251 0.324856
+0.313904 0.333513 0.343509
+0.332705 0.352775 0.362162
+0.355010 0.369824 0.381659
+0.379944 0.385212 0.401788
+0.404878 0.400601 0.421917
+0.429811 0.415990 0.442046
+0.457734 0.427520 0.461958
+0.503594 0.415903 0.480571
+0.549454 0.404286 0.499183
+0.595314 0.392669 0.517796
+0.641174 0.381052 0.536409
+0.679319 0.372992 0.550186
+0.714377 0.366354 0.562030
+0.749436 0.359716 0.573873
+0.784494 0.353078 0.585716
+0.815071 0.348264 0.596031
+0.834445 0.348008 0.602525
+0.853819 0.347753 0.609020
+0.873193 0.347497 0.615514
+0.892566 0.347242 0.622008
+0.902214 0.350104 0.626400
+0.910241 0.353486 0.630442
+0.918269 0.356868 0.634483
+0.926296 0.360250 0.638525
+0.933144 0.362860 0.640658
+0.938420 0.364443 0.640245
+0.943696 0.366026 0.639833
+0.948972 0.367609 0.639420
+0.954248 0.369192 0.639008
+0.265524 0.285076 0.297134
+0.284744 0.304600 0.315932
+0.303964 0.324124 0.334729
+0.323183 0.343648 0.353527
+0.342403 0.363171 0.372325
+0.362570 0.383213 0.391717
+0.383447 0.403642 0.411557
+0.404323 0.424071 0.431396
+0.425200 0.444501 0.451235
+0.449613 0.460288 0.470982
+0.495244 0.448225 0.490170
+0.540874 0.436161 0.509359
+0.586505 0.424097 0.528547
+0.632136 0.412034 0.547736
+0.670885 0.402647 0.562083
+0.706881 0.394331 0.574494
+0.742877 0.386015 0.586905
+0.778873 0.377699 0.599316
+0.810321 0.371437 0.610119
+0.830402 0.370314 0.616904
+0.850482 0.369191 0.623688
+0.870562 0.368068 0.630472
+0.890643 0.366945 0.637257
+0.900688 0.369541 0.641757
+0.909061 0.372758 0.645878
+0.917433 0.375975 0.649998
+0.925806 0.379191 0.654118
+0.932920 0.381616 0.656191
+0.938355 0.382984 0.655535
+0.943790 0.384352 0.654878
+0.949225 0.385719 0.654222
+0.954660 0.387087 0.653565
+0.273900 0.296211 0.308478
+0.293583 0.315873 0.327309
+0.313265 0.335534 0.346140
+0.332948 0.355196 0.364971
+0.352631 0.374858 0.383803
+0.373134 0.394916 0.403156
+0.394254 0.415271 0.422900
+0.415374 0.435627 0.442644
+0.436493 0.455982 0.462388
+0.460301 0.472758 0.482055
+0.500241 0.468053 0.501263
+0.540181 0.463349 0.520471
+0.580120 0.458644 0.539679
+0.620060 0.453940 0.558887
+0.658138 0.445035 0.573740
+0.695472 0.434450 0.586851
+0.732805 0.423865 0.599962
+0.770139 0.413280 0.613073
+0.802866 0.404984 0.624473
+0.824078 0.402410 0.631593
+0.845290 0.399837 0.638714
+0.866502 0.397264 0.645835
+0.887713 0.394691 0.652956
+0.898411 0.396668 0.657551
+0.907357 0.399403 0.661724
+0.916302 0.402139 0.665898
+0.925248 0.404874 0.670071
+0.932787 0.406869 0.672063
+0.938452 0.407876 0.671145
+0.944117 0.408884 0.670227
+0.949783 0.409891 0.669309
+0.955448 0.410898 0.668392
+0.282276 0.307346 0.319821
+0.302422 0.327145 0.338686
+0.322567 0.346945 0.357551
+0.342712 0.366744 0.376416
+0.362858 0.386544 0.395281
+0.383699 0.406619 0.414594
+0.405061 0.426900 0.434243
+0.426424 0.447182 0.453892
+0.447786 0.467463 0.473541
+0.470990 0.485227 0.493129
+0.505238 0.487882 0.512356
+0.539487 0.490536 0.531584
+0.573736 0.493191 0.550811
+0.607984 0.495846 0.570038
+0.645392 0.487423 0.585397
+0.684063 0.474569 0.599208
+0.722734 0.461715 0.613019
+0.761405 0.448861 0.626830
+0.795411 0.438530 0.638826
+0.817754 0.434506 0.646283
+0.840097 0.430483 0.653741
+0.862441 0.426460 0.661198
+0.884784 0.422437 0.668655
+0.896134 0.423794 0.673344
+0.905653 0.426049 0.677571
+0.915171 0.428303 0.681798
+0.924689 0.430557 0.686025
+0.932655 0.432122 0.687935
+0.938550 0.432769 0.686756
+0.944445 0.433416 0.685576
+0.950340 0.434062 0.684397
+0.956236 0.434709 0.683218
+0.290652 0.318481 0.331164
+0.311260 0.338418 0.350063
+0.331869 0.358356 0.368962
+0.352477 0.378293 0.387860
+0.373085 0.398230 0.406759
+0.394263 0.418322 0.426032
+0.415868 0.438529 0.445586
+0.437474 0.458737 0.465140
+0.459080 0.478945 0.484693
+0.481678 0.497696 0.504203
+0.510236 0.507710 0.523450
+0.538793 0.517724 0.542696
+0.567351 0.527738 0.561942
+0.595908 0.537752 0.581189
+0.632645 0.529811 0.597053
+0.672654 0.514688 0.611564
+0.712662 0.499565 0.626075
+0.752671 0.484442 0.640587
+0.787955 0.472076 0.653179
+0.811430 0.466603 0.660973
+0.834905 0.461129 0.668767
+0.858380 0.455656 0.676561
+0.881855 0.450183 0.684355
+0.893858 0.450921 0.689137
+0.903948 0.452694 0.693418
+0.914039 0.454467 0.697698
+0.924130 0.456240 0.701978
+0.932522 0.457376 0.703807
+0.938647 0.457662 0.702366
+0.944773 0.457948 0.700925
+0.950898 0.458234 0.699485
+0.957024 0.458519 0.698044
+0.299029 0.329616 0.342507
+0.320099 0.349691 0.361440
+0.341170 0.369766 0.380372
+0.362241 0.389841 0.399305
+0.383312 0.409916 0.418237
+0.404827 0.430025 0.437470
+0.426676 0.450159 0.456929
+0.448524 0.470292 0.476387
+0.470373 0.490426 0.495846
+0.492367 0.510165 0.515277
+0.515233 0.527538 0.534543
+0.538100 0.544912 0.553808
+0.560966 0.562285 0.573074
+0.583832 0.579658 0.592340
+0.619899 0.572199 0.608710
+0.661245 0.554807 0.623921
+0.702591 0.537415 0.639132
+0.743937 0.520023 0.654343
+0.780500 0.505622 0.667532
+0.805106 0.498699 0.675662
+0.829713 0.491775 0.683793
+0.854319 0.484852 0.691924
+0.878925 0.477929 0.700054
+0.891581 0.478047 0.704931
+0.902244 0.479339 0.709264
+0.912908 0.480631 0.713598
+0.923572 0.481923 0.717932
+0.932389 0.482629 0.719679
+0.938745 0.482555 0.717977
+0.945101 0.482480 0.716274
+0.951456 0.482405 0.714572
+0.957812 0.482330 0.712870
+0.306294 0.343137 0.356489
+0.327876 0.363199 0.375301
+0.349457 0.383261 0.394113
+0.371038 0.403322 0.412924
+0.392619 0.423384 0.431736
+0.414543 0.443370 0.450780
+0.436724 0.463299 0.469997
+0.458904 0.483228 0.489215
+0.481085 0.503157 0.508432
+0.503144 0.522985 0.527621
+0.524473 0.542208 0.546633
+0.545801 0.561432 0.565646
+0.567130 0.580656 0.584659
+0.588458 0.599879 0.603672
+0.621744 0.596439 0.620251
+0.659813 0.583934 0.635858
+0.697882 0.571429 0.651465
+0.735950 0.558924 0.667071
+0.770586 0.547422 0.680692
+0.796638 0.538428 0.689346
+0.822690 0.529434 0.698000
+0.848742 0.520440 0.706655
+0.874793 0.511446 0.715309
+0.888355 0.510510 0.720344
+0.899835 0.510917 0.724775
+0.911315 0.511325 0.729207
+0.922795 0.511732 0.733638
+0.932210 0.511750 0.735324
+0.938869 0.511248 0.733348
+0.945529 0.510746 0.731373
+0.952188 0.510244 0.729397
+0.958848 0.509741 0.727421
+0.313116 0.357613 0.371527
+0.335227 0.377601 0.390156
+0.357337 0.397588 0.408785
+0.379448 0.417576 0.427414
+0.401558 0.437564 0.446043
+0.423919 0.457371 0.464837
+0.446468 0.477043 0.483755
+0.469017 0.496715 0.502674
+0.491565 0.516387 0.521592
+0.513957 0.535944 0.540472
+0.535409 0.554815 0.559123
+0.556861 0.573685 0.577774
+0.578313 0.592556 0.596425
+0.599764 0.611426 0.615076
+0.629426 0.613421 0.631747
+0.662372 0.608665 0.647628
+0.695317 0.603909 0.663508
+0.728263 0.599153 0.679388
+0.759688 0.592524 0.693375
+0.787311 0.581210 0.702627
+0.814934 0.569897 0.711880
+0.842558 0.558584 0.721133
+0.870181 0.547271 0.730386
+0.884750 0.545107 0.735605
+0.897144 0.544469 0.740151
+0.909538 0.543830 0.744698
+0.921932 0.543192 0.749245
+0.932011 0.542417 0.750877
+0.939004 0.541461 0.748624
+0.945997 0.540505 0.746370
+0.952990 0.539549 0.744117
+0.959982 0.538593 0.741863
+0.319938 0.372089 0.386565
+0.342578 0.392003 0.405011
+0.365217 0.411916 0.423457
+0.387857 0.431830 0.441903
+0.410497 0.451744 0.460349
+0.433295 0.471373 0.478894
+0.456212 0.490787 0.497513
+0.479129 0.510202 0.516133
+0.502045 0.529617 0.534752
+0.524770 0.548904 0.553324
+0.546345 0.567421 0.571613
+0.567920 0.585939 0.589902
+0.589495 0.604456 0.608190
+0.611070 0.622974 0.626479
+0.637108 0.630402 0.643243
+0.664931 0.633396 0.659397
+0.692753 0.636389 0.675551
+0.720576 0.639382 0.691704
+0.748790 0.637625 0.706057
+0.777985 0.623993 0.715909
+0.807179 0.610360 0.725760
+0.836374 0.596728 0.735611
+0.865568 0.583096 0.745462
+0.881145 0.579704 0.750866
+0.894453 0.578020 0.755528
+0.907760 0.576335 0.760190
+0.921068 0.574651 0.764852
+0.931812 0.573084 0.766431
+0.939139 0.571674 0.763899
+0.946465 0.570265 0.761368
+0.953791 0.568855 0.758837
+0.961117 0.567445 0.756305
+0.326759 0.386564 0.401603
+0.349929 0.406404 0.419866
+0.373098 0.426244 0.438129
+0.396267 0.446084 0.456393
+0.419436 0.465924 0.474656
+0.442672 0.485374 0.492952
+0.465956 0.504532 0.511272
+0.489241 0.523690 0.529592
+0.512525 0.542847 0.547911
+0.535583 0.561863 0.566175
+0.557282 0.580028 0.584102
+0.578980 0.598192 0.602029
+0.600678 0.616357 0.619956
+0.622377 0.634521 0.637883
+0.644790 0.647384 0.654739
+0.667490 0.658126 0.671166
+0.690189 0.668869 0.687594
+0.712888 0.679611 0.704021
+0.737892 0.682727 0.718740
+0.768658 0.666775 0.729190
+0.799424 0.650824 0.739640
+0.830190 0.634872 0.750090
+0.860955 0.618921 0.760539
+0.877540 0.614302 0.766127
+0.891762 0.611571 0.770904
+0.905983 0.608841 0.775681
+0.920204 0.606110 0.780459
+0.931614 0.603751 0.781985
+0.939273 0.601888 0.779175
+0.946933 0.600024 0.776366
+0.954593 0.598160 0.773556
+0.962252 0.596297 0.770747
+0.332475 0.402322 0.418095
+0.356193 0.422018 0.436106
+0.379911 0.441714 0.454117
+0.403628 0.461410 0.472128
+0.427346 0.481106 0.490138
+0.451038 0.500311 0.508121
+0.474712 0.519149 0.526082
+0.498386 0.537987 0.544043
+0.522059 0.556824 0.562004
+0.545475 0.575507 0.579900
+0.567345 0.593260 0.597403
+0.589215 0.611013 0.614907
+0.611085 0.628766 0.632410
+0.632956 0.646520 0.649913
+0.652825 0.663107 0.666670
+0.671895 0.679229 0.683129
+0.690964 0.695351 0.699587
+0.710033 0.711473 0.716046
+0.732467 0.718505 0.730944
+0.763313 0.702812 0.741940
+0.794160 0.687119 0.752936
+0.825006 0.671426 0.763931
+0.855852 0.655733 0.774927
+0.873336 0.650059 0.780754
+0.888594 0.646054 0.785718
+0.903851 0.642050 0.790683
+0.919109 0.638045 0.795648
+0.931277 0.634760 0.797168
+0.939324 0.632433 0.794095
+0.947371 0.630107 0.791022
+0.955418 0.627780 0.787948
+0.963466 0.625454 0.784875
+0.335428 0.421284 0.438226
+0.359741 0.440661 0.455809
+0.384055 0.460038 0.473393
+0.408368 0.479415 0.490976
+0.432681 0.498792 0.508559
+0.456881 0.517588 0.526069
+0.480997 0.535948 0.543523
+0.505112 0.554308 0.560976
+0.529228 0.572668 0.578430
+0.553064 0.590862 0.595809
+0.575227 0.608058 0.612734
+0.597390 0.625254 0.629659
+0.619553 0.642450 0.646583
+0.641716 0.659646 0.663508
+0.661743 0.675685 0.679690
+0.680915 0.691262 0.695574
+0.700087 0.706839 0.711458
+0.719259 0.722416 0.727342
+0.740725 0.730974 0.741949
+0.767924 0.721984 0.753360
+0.795123 0.712994 0.764771
+0.822322 0.704005 0.776182
+0.849521 0.695015 0.787593
+0.867635 0.688717 0.793794
+0.884235 0.682868 0.799127
+0.900835 0.677018 0.804460
+0.917435 0.671169 0.809792
+0.930594 0.666621 0.811425
+0.939164 0.663810 0.808123
+0.947735 0.660998 0.804822
+0.956306 0.658186 0.801521
+0.964876 0.655375 0.798220
+0.338381 0.440245 0.458356
+0.363290 0.459303 0.475512
+0.388199 0.478362 0.492668
+0.413108 0.497420 0.509824
+0.438017 0.516478 0.526980
+0.462725 0.534864 0.544017
+0.487282 0.552747 0.560963
+0.511839 0.570629 0.577910
+0.536397 0.588512 0.594856
+0.560654 0.606217 0.611717
+0.583109 0.622856 0.628064
+0.605565 0.639495 0.644410
+0.628021 0.656133 0.660757
+0.650476 0.672772 0.677103
+0.670660 0.688263 0.692709
+0.689935 0.703295 0.708019
+0.709210 0.718327 0.723329
+0.728485 0.733358 0.738639
+0.748982 0.743442 0.752953
+0.772534 0.741156 0.764780
+0.796086 0.738870 0.776606
+0.819638 0.736583 0.788433
+0.843190 0.734297 0.800259
+0.861934 0.727375 0.806835
+0.879876 0.719681 0.812536
+0.897818 0.711987 0.818236
+0.915761 0.704293 0.823937
+0.929911 0.698483 0.825682
+0.939005 0.695186 0.822152
+0.948099 0.691889 0.818623
+0.957193 0.688592 0.815093
+0.966287 0.685295 0.811564
+0.341334 0.459207 0.478487
+0.366838 0.477946 0.495215
+0.392343 0.496685 0.511944
+0.417847 0.515425 0.528672
+0.443352 0.534164 0.545401
+0.468568 0.552141 0.561964
+0.493567 0.569546 0.578404
+0.518566 0.586951 0.594843
+0.543565 0.604356 0.611282
+0.568243 0.621572 0.627626
+0.590991 0.637653 0.643394
+0.613740 0.653735 0.659162
+0.636488 0.669817 0.674930
+0.659237 0.685899 0.690698
+0.679578 0.700841 0.705729
+0.698956 0.715328 0.720464
+0.718333 0.729815 0.735200
+0.737711 0.744301 0.749935
+0.757240 0.755911 0.763958
+0.777145 0.760328 0.776200
+0.797049 0.764745 0.788442
+0.816954 0.769162 0.800683
+0.836859 0.773579 0.812925
+0.856232 0.766033 0.819876
+0.875517 0.756494 0.825944
+0.894802 0.746955 0.832013
+0.914086 0.737416 0.838081
+0.929228 0.730345 0.839938
+0.938845 0.726562 0.836181
+0.948463 0.722780 0.832423
+0.958080 0.718998 0.828666
+0.967697 0.715216 0.824908
+0.344287 0.478169 0.498617
+0.370387 0.496589 0.514918
+0.396487 0.515009 0.531220
+0.422587 0.533430 0.547521
+0.448687 0.551850 0.563822
+0.474411 0.569417 0.579912
+0.499852 0.586345 0.595844
+0.525293 0.603272 0.611776
+0.550734 0.620199 0.627708
+0.575832 0.636927 0.643534
+0.598873 0.652451 0.658724
+0.621915 0.667976 0.673914
+0.644956 0.683501 0.689104
+0.667997 0.699025 0.704293
+0.688495 0.713419 0.718748
+0.707976 0.727361 0.732909
+0.727457 0.741302 0.747070
+0.746937 0.755244 0.761231
+0.765497 0.768380 0.774963
+0.781755 0.779500 0.787620
+0.798013 0.790620 0.800277
+0.814271 0.801740 0.812934
+0.830528 0.812861 0.825591
+0.850531 0.804692 0.832916
+0.871158 0.793308 0.839353
+0.891785 0.781924 0.845789
+0.912412 0.770540 0.852226
+0.928545 0.762206 0.854195
+0.938686 0.757939 0.850210
+0.948827 0.753671 0.846224
+0.958967 0.749404 0.842238
+0.969108 0.745137 0.838253
+0.342882 0.501468 0.523140
+0.369597 0.519374 0.538861
+0.396313 0.537280 0.554583
+0.423028 0.555186 0.570304
+0.449744 0.573091 0.586025
+0.475954 0.590071 0.601494
+0.501785 0.606357 0.616773
+0.527616 0.622643 0.632051
+0.553447 0.638928 0.647330
+0.578920 0.655007 0.662496
+0.602242 0.669842 0.676982
+0.625564 0.684678 0.691469
+0.648885 0.699513 0.705956
+0.672207 0.714348 0.720443
+0.692947 0.728069 0.734208
+0.712653 0.741344 0.747684
+0.732360 0.754619 0.761160
+0.752067 0.767894 0.774636
+0.770695 0.780676 0.787731
+0.786627 0.792226 0.799873
+0.802558 0.803775 0.812015
+0.818490 0.815325 0.824157
+0.834422 0.826874 0.836298
+0.853246 0.821745 0.843882
+0.872553 0.813837 0.850705
+0.891860 0.805928 0.857529
+0.911166 0.798020 0.864353
+0.926870 0.791456 0.866519
+0.937771 0.786687 0.862475
+0.948671 0.781918 0.858431
+0.959571 0.777149 0.854388
+0.970471 0.772380 0.850344
+0.340751 0.525490 0.548395
+0.368085 0.542849 0.563511
+0.395419 0.560208 0.578627
+0.422753 0.577567 0.593743
+0.450087 0.594926 0.608859
+0.476780 0.611289 0.623681
+0.502993 0.626905 0.638282
+0.529206 0.642522 0.652883
+0.555419 0.658138 0.667485
+0.581258 0.673541 0.681966
+0.604858 0.687665 0.695729
+0.628458 0.701790 0.709492
+0.652058 0.715914 0.723255
+0.675658 0.730038 0.737018
+0.696654 0.743065 0.750074
+0.716607 0.755653 0.762846
+0.736560 0.768241 0.775619
+0.756514 0.780829 0.788392
+0.775383 0.792945 0.800793
+0.791542 0.803877 0.812265
+0.807701 0.814810 0.823736
+0.823860 0.825743 0.835208
+0.840019 0.836676 0.846679
+0.857364 0.835198 0.854501
+0.874907 0.831651 0.861715
+0.892449 0.828105 0.868929
+0.909992 0.824558 0.876143
+0.925030 0.820272 0.878520
+0.936729 0.814998 0.874446
+0.948428 0.809725 0.870373
+0.960128 0.804451 0.866300
+0.971827 0.799177 0.862226
+0.338620 0.549513 0.573650
+0.366572 0.566325 0.588161
+0.394525 0.583136 0.602672
+0.422478 0.599948 0.617182
+0.450430 0.616760 0.631693
+0.477607 0.632506 0.645868
+0.504201 0.647453 0.659792
+0.530795 0.662401 0.673715
+0.557390 0.677348 0.687639
+0.583596 0.692076 0.701436
+0.607474 0.705489 0.714475
+0.631353 0.718901 0.727515
+0.655231 0.732314 0.740554
+0.679110 0.745727 0.753593
+0.700361 0.758060 0.765939
+0.720561 0.769961 0.778009
+0.740761 0.781863 0.790079
+0.760961 0.793764 0.802148
+0.780071 0.805213 0.813855
+0.796457 0.815529 0.824656
+0.812844 0.825845 0.835457
+0.829230 0.836162 0.846259
+0.845616 0.846478 0.857060
+0.861482 0.848651 0.865121
+0.877260 0.849466 0.872725
+0.893039 0.850282 0.880330
+0.908817 0.851097 0.887934
+0.923190 0.849087 0.890521
+0.935688 0.843309 0.886418
+0.948186 0.837531 0.882315
+0.960684 0.831753 0.878211
+0.973182 0.825975 0.874108
+0.336489 0.573535 0.598905
+0.365060 0.589800 0.612811
+0.393631 0.606064 0.626716
+0.422202 0.622329 0.640621
+0.450774 0.638594 0.654527
+0.478433 0.653723 0.668056
+0.505409 0.668001 0.681302
+0.532385 0.682280 0.694547
+0.559361 0.696558 0.707793
+0.585934 0.710611 0.720906
+0.610091 0.723312 0.733222
+0.634247 0.736013 0.745537
+0.658404 0.748715 0.757853
+0.682561 0.761416 0.770168
+0.704068 0.773055 0.781805
+0.724514 0.784270 0.793172
+0.744961 0.795485 0.804538
+0.765407 0.806699 0.815904
+0.784759 0.817481 0.826917
+0.801373 0.827181 0.837048
+0.817986 0.836880 0.847179
+0.834600 0.846580 0.857310
+0.851214 0.856280 0.867440
+0.865599 0.862103 0.875740
+0.879614 0.867281 0.883735
+0.893628 0.872458 0.891730
+0.907643 0.877636 0.899725
+0.921350 0.877902 0.902522
+0.934647 0.871619 0.898389
+0.947944 0.865337 0.894256
+0.961241 0.859054 0.890123
+0.974538 0.852772 0.885991
+0.337029 0.600136 0.624691
+0.365913 0.615655 0.637887
+0.394797 0.631175 0.651082
+0.423681 0.646695 0.664278
+0.452564 0.662215 0.677474
+0.480427 0.676598 0.690305
+0.507525 0.690127 0.702863
+0.534622 0.703657 0.715421
+0.561719 0.717187 0.727978
+0.588405 0.730497 0.740405
+0.612622 0.742487 0.752043
+0.636839 0.754477 0.763682
+0.661055 0.766467 0.775320
+0.685272 0.778457 0.786958
+0.706848 0.789436 0.797944
+0.727367 0.800010 0.808668
+0.747886 0.810585 0.819392
+0.768406 0.821159 0.830116
+0.787841 0.831328 0.840500
+0.804565 0.840482 0.850033
+0.821289 0.849635 0.859565
+0.838013 0.858789 0.869098
+0.854737 0.867943 0.878630
+0.868305 0.875698 0.886860
+0.881346 0.883221 0.894874
+0.894387 0.890744 0.902887
+0.907428 0.898266 0.910900
+0.920811 0.900143 0.913872
+0.934651 0.894491 0.910120
+0.948491 0.888839 0.906369
+0.962331 0.883188 0.902618
+0.976171 0.877536 0.898867
+0.341131 0.630174 0.651184
+0.369920 0.644685 0.663531
+0.398708 0.659196 0.675878
+0.427497 0.673708 0.688225
+0.456286 0.688219 0.700572
+0.483979 0.701681 0.712638
+0.510851 0.714357 0.724494
+0.537723 0.727033 0.736349
+0.564595 0.739709 0.748204
+0.591055 0.752185 0.759940
+0.615040 0.763464 0.770964
+0.639025 0.774743 0.781988
+0.663011 0.786021 0.793012
+0.686996 0.797300 0.804036
+0.708392 0.807663 0.814445
+0.728752 0.817660 0.824609
+0.749113 0.827657 0.834773
+0.769473 0.837654 0.844937
+0.788781 0.847281 0.854777
+0.805460 0.855982 0.863808
+0.822139 0.864683 0.872838
+0.838818 0.873385 0.881869
+0.855496 0.882086 0.890899
+0.869126 0.889483 0.898648
+0.882248 0.896661 0.906184
+0.895370 0.903840 0.913720
+0.908491 0.911019 0.921255
+0.922008 0.913618 0.924352
+0.936050 0.910111 0.921531
+0.950092 0.906604 0.918710
+0.964134 0.903097 0.915889
+0.978176 0.899589 0.913069
+0.345233 0.660212 0.677677
+0.373926 0.673715 0.689175
+0.402620 0.687217 0.700674
+0.431313 0.700720 0.712172
+0.460007 0.714223 0.723671
+0.487531 0.726765 0.734971
+0.514177 0.738587 0.746124
+0.540824 0.750409 0.757277
+0.567471 0.762231 0.768430
+0.593704 0.773874 0.779476
+0.617458 0.784441 0.789885
+0.641212 0.795008 0.800295
+0.664966 0.805576 0.810704
+0.688720 0.816143 0.821113
+0.709936 0.825890 0.830947
+0.730137 0.835310 0.840551
+0.750339 0.844729 0.850154
+0.770540 0.854148 0.859758
+0.789722 0.863233 0.869054
+0.806355 0.871482 0.877583
+0.822988 0.879732 0.886111
+0.839622 0.887981 0.894639
+0.856255 0.896230 0.903168
+0.869948 0.903267 0.910436
+0.883150 0.910102 0.917494
+0.896353 0.916937 0.924552
+0.909555 0.923772 0.931610
+0.923204 0.927094 0.934833
+0.937448 0.925731 0.932942
+0.951692 0.924368 0.931052
+0.965937 0.923005 0.929161
+0.980181 0.921642 0.927270
+0.349335 0.690250 0.704170
+0.377933 0.702744 0.714820
+0.406531 0.715238 0.725469
+0.435129 0.727732 0.736119
+0.463728 0.740227 0.746769
+0.491082 0.751849 0.757305
+0.517503 0.762817 0.767755
+0.543925 0.773785 0.778205
+0.570346 0.784753 0.788655
+0.596353 0.795562 0.799012
+0.619876 0.805418 0.808806
+0.643399 0.815274 0.818601
+0.666921 0.825130 0.828396
+0.690444 0.834986 0.838191
+0.711480 0.844118 0.847449
+0.731523 0.852959 0.856492
+0.751565 0.861801 0.865535
+0.771607 0.870643 0.874579
+0.790662 0.879186 0.883331
+0.807250 0.886983 0.891358
+0.823838 0.894780 0.899384
+0.840426 0.902577 0.907410
+0.857014 0.910373 0.915437
+0.870769 0.917051 0.922224
+0.884053 0.923542 0.928804
+0.897336 0.930034 0.935385
+0.910619 0.936525 0.941965
+0.924401 0.940569 0.945314
+0.938847 0.941351 0.944353
+0.953293 0.942132 0.943393
+0.967739 0.942914 0.942432
+0.982185 0.943696 0.941472
+0.353437 0.720288 0.730663
+0.381940 0.731774 0.740464
+0.410443 0.743259 0.750265
+0.438946 0.754745 0.760066
+0.467449 0.766230 0.769867
+0.494634 0.776932 0.779638
+0.520830 0.787046 0.789385
+0.547026 0.797161 0.799133
+0.573222 0.807275 0.808881
+0.599003 0.817250 0.818547
+0.622294 0.826395 0.827728
+0.645585 0.835540 0.836908
+0.668876 0.844684 0.846088
+0.692168 0.853829 0.855268
+0.713025 0.862345 0.863950
+0.732908 0.870609 0.872433
+0.752791 0.878873 0.880916
+0.772674 0.887137 0.889399
+0.791603 0.895139 0.897608
+0.808145 0.902483 0.905133
+0.824688 0.909828 0.912657
+0.841230 0.917172 0.920181
+0.857773 0.924517 0.927705
+0.871591 0.930835 0.934011
+0.884955 0.936983 0.940114
+0.898319 0.943130 0.946217
+0.911683 0.949278 0.952320
+0.925597 0.954045 0.955795
+0.940245 0.956971 0.955764
+0.954894 0.959897 0.955734
+0.969542 0.962823 0.955704
+0.984190 0.965749 0.955674
+0.207294 0.214337 0.224625
+0.230833 0.213649 0.246417
+0.254372 0.212960 0.268208
+0.277910 0.212272 0.290000
+0.301449 0.211583 0.311792
+0.335572 0.210309 0.332448
+0.377635 0.208594 0.352253
+0.419698 0.206879 0.372058
+0.461760 0.205164 0.391863
+0.503940 0.203819 0.410820
+0.546825 0.204691 0.424691
+0.589709 0.205562 0.438562
+0.632594 0.206434 0.452433
+0.675478 0.207305 0.466304
+0.710526 0.209712 0.476045
+0.742439 0.212732 0.484135
+0.774352 0.215753 0.492225
+0.806265 0.218773 0.500315
+0.834028 0.221950 0.507404
+0.851417 0.225520 0.511994
+0.868807 0.229090 0.516583
+0.886196 0.232660 0.521172
+0.903585 0.236230 0.525761
+0.911946 0.239535 0.529373
+0.918801 0.242796 0.532822
+0.925656 0.246056 0.536271
+0.932512 0.249317 0.539720
+0.938032 0.252216 0.542689
+0.941771 0.254633 0.545018
+0.945510 0.257050 0.547346
+0.949249 0.259468 0.549674
+0.952988 0.261885 0.552003
+0.214139 0.223129 0.233682
+0.236374 0.226805 0.254710
+0.258609 0.230481 0.275737
+0.280845 0.234156 0.296765
+0.303080 0.237832 0.317792
+0.336482 0.237960 0.338326
+0.378259 0.235428 0.358489
+0.420037 0.232896 0.378652
+0.461814 0.230364 0.398815
+0.503747 0.228097 0.418172
+0.546611 0.227423 0.432689
+0.589474 0.226749 0.447207
+0.632338 0.226075 0.461724
+0.675201 0.225401 0.476242
+0.710239 0.226606 0.486562
+0.742146 0.228562 0.495203
+0.774053 0.230518 0.503844
+0.805960 0.232474 0.512485
+0.833713 0.234800 0.520064
+0.851083 0.238052 0.524991
+0.868452 0.241304 0.529918
+0.885822 0.244556 0.534844
+0.903192 0.247808 0.539771
+0.911568 0.251180 0.543578
+0.918445 0.254573 0.547198
+0.925323 0.257965 0.550818
+0.932200 0.261358 0.554438
+0.937775 0.264385 0.557458
+0.941613 0.266926 0.559676
+0.945452 0.269466 0.561895
+0.949290 0.272006 0.564114
+0.953128 0.274546 0.566333
+0.220984 0.231922 0.242740
+0.241916 0.239962 0.263003
+0.262847 0.248001 0.283266
+0.283779 0.256041 0.303529
+0.304711 0.264081 0.323792
+0.337392 0.265612 0.344203
+0.378884 0.262263 0.364724
+0.420376 0.258913 0.385246
+0.461869 0.255564 0.405767
+0.503554 0.252376 0.425523
+0.546396 0.250156 0.440687
+0.589239 0.247936 0.455852
+0.632082 0.245717 0.471016
+0.674924 0.243497 0.486180
+0.709952 0.243500 0.497078
+0.741853 0.244392 0.506270
+0.773754 0.245283 0.515462
+0.805654 0.246175 0.524654
+0.833398 0.247650 0.532724
+0.850748 0.250583 0.537988
+0.868098 0.253517 0.543252
+0.885448 0.256451 0.548516
+0.902798 0.259385 0.553780
+0.911190 0.262825 0.557782
+0.918090 0.266350 0.561573
+0.924989 0.269875 0.565364
+0.931889 0.273399 0.569156
+0.937519 0.276555 0.572226
+0.941456 0.279218 0.574335
+0.945394 0.281881 0.576444
+0.949331 0.284545 0.578553
+0.953269 0.287208 0.580662
+0.227829 0.240714 0.251797
+0.247457 0.253118 0.271296
+0.267085 0.265522 0.290795
+0.286714 0.277925 0.310293
+0.306342 0.290329 0.329792
+0.338301 0.293264 0.350080
+0.379508 0.289097 0.370960
+0.420715 0.284930 0.391839
+0.461923 0.280763 0.412719
+0.503360 0.276654 0.432875
+0.546182 0.272889 0.448686
+0.589004 0.269123 0.464496
+0.631826 0.265358 0.480307
+0.674648 0.261593 0.496118
+0.709665 0.260394 0.507595
+0.741559 0.260221 0.517338
+0.773454 0.260048 0.527081
+0.805349 0.259876 0.536824
+0.833083 0.260499 0.545384
+0.850413 0.263115 0.550985
+0.867743 0.265731 0.556587
+0.885074 0.268346 0.562188
+0.902404 0.270962 0.567790
+0.910812 0.274470 0.571986
+0.917734 0.278127 0.575949
+0.924656 0.281784 0.579911
+0.931577 0.285441 0.583873
+0.937263 0.288725 0.586994
+0.941299 0.291511 0.588994
+0.945336 0.294297 0.590993
+0.949372 0.297083 0.592993
+0.953409 0.299869 0.594992
+0.234673 0.249507 0.260855
+0.252998 0.266275 0.279589
+0.271323 0.283042 0.298324
+0.289648 0.299810 0.317058
+0.307973 0.316578 0.335792
+0.339211 0.320916 0.355957
+0.380133 0.315931 0.377195
+0.421055 0.310947 0.398433
+0.461977 0.305963 0.419671
+0.503167 0.300932 0.440226
+0.545968 0.295621 0.456684
+0.588769 0.290311 0.473141
+0.631570 0.285000 0.489599
+0.674371 0.279689 0.506056
+0.709377 0.277288 0.518112
+0.741266 0.276051 0.528406
+0.773155 0.274814 0.538700
+0.805044 0.273576 0.548994
+0.832768 0.273349 0.558044
+0.850078 0.275647 0.563983
+0.867389 0.277944 0.569922
+0.884699 0.280242 0.575860
+0.902010 0.282539 0.581799
+0.910435 0.286115 0.586191
+0.917378 0.289904 0.590324
+0.924322 0.293693 0.594457
+0.931266 0.297482 0.598591
+0.937006 0.300894 0.601763
+0.941142 0.303803 0.603653
+0.945278 0.306712 0.605542
+0.949414 0.309621 0.607432
+0.953550 0.312530 0.609322
+0.242321 0.258582 0.270167
+0.260313 0.277375 0.288652
+0.278305 0.296168 0.307137
+0.296297 0.314961 0.325623
+0.314289 0.333754 0.344108
+0.343845 0.340660 0.364138
+0.382075 0.338649 0.385327
+0.420304 0.336639 0.406515
+0.458533 0.334629 0.427703
+0.497455 0.331924 0.448301
+0.540530 0.325055 0.465362
+0.583605 0.318186 0.482423
+0.626681 0.311317 0.499483
+0.669756 0.304448 0.516544
+0.705166 0.300618 0.529148
+0.737509 0.298002 0.539969
+0.769853 0.295387 0.550790
+0.802197 0.292772 0.561611
+0.830344 0.291377 0.571124
+0.848000 0.293033 0.577367
+0.865656 0.294690 0.583611
+0.883311 0.296346 0.589854
+0.900967 0.298003 0.596097
+0.909595 0.301442 0.600638
+0.916717 0.305179 0.604895
+0.923840 0.308915 0.609152
+0.930963 0.312651 0.613410
+0.936850 0.316030 0.616596
+0.941092 0.318931 0.618354
+0.945333 0.321831 0.620112
+0.949575 0.324732 0.621870
+0.953816 0.327633 0.623628
+0.250571 0.267869 0.279669
+0.268958 0.286934 0.298292
+0.287345 0.305998 0.316915
+0.305732 0.325063 0.335538
+0.324118 0.344128 0.354162
+0.351273 0.354473 0.374047
+0.385005 0.358280 0.394880
+0.418736 0.362087 0.415712
+0.452467 0.365894 0.436544
+0.487604 0.367952 0.456919
+0.531175 0.359515 0.474550
+0.574745 0.351078 0.492181
+0.618316 0.342642 0.509812
+0.661887 0.334205 0.527443
+0.698010 0.328774 0.540573
+0.731155 0.324545 0.551903
+0.764299 0.320316 0.563234
+0.797443 0.316088 0.574564
+0.826339 0.313288 0.584520
+0.844614 0.314061 0.591043
+0.862889 0.314834 0.597565
+0.881163 0.315608 0.604088
+0.899438 0.316381 0.610611
+0.908408 0.319530 0.615268
+0.915827 0.323075 0.619613
+0.923246 0.326621 0.623959
+0.930665 0.330166 0.628305
+0.936770 0.333389 0.631478
+0.941122 0.336184 0.633088
+0.945473 0.338978 0.634698
+0.949825 0.341773 0.636307
+0.954177 0.344567 0.637917
+0.258821 0.277156 0.289171
+0.277603 0.296492 0.307932
+0.296384 0.315828 0.326693
+0.315166 0.335164 0.345454
+0.333948 0.354501 0.364215
+0.358702 0.368287 0.383956
+0.387935 0.377911 0.404433
+0.417168 0.387535 0.424909
+0.446401 0.397159 0.445386
+0.477753 0.403979 0.465537
+0.521819 0.393975 0.483738
+0.565886 0.383970 0.501940
+0.609952 0.373966 0.520141
+0.654019 0.363962 0.538342
+0.690855 0.356930 0.551999
+0.724800 0.351088 0.563838
+0.758745 0.345246 0.575677
+0.792689 0.339404 0.587516
+0.822334 0.335199 0.597916
+0.841228 0.335089 0.604718
+0.860121 0.334979 0.611520
+0.879015 0.334869 0.618323
+0.897909 0.334759 0.625125
+0.907221 0.337618 0.629897
+0.914937 0.340972 0.634331
+0.922652 0.344326 0.638765
+0.930368 0.347681 0.643199
+0.936689 0.350749 0.646359
+0.941151 0.353437 0.647821
+0.945614 0.356125 0.649283
+0.950076 0.358813 0.650745
+0.954538 0.361501 0.652206
+0.267071 0.286443 0.298673
+0.286247 0.306051 0.317572
+0.305424 0.325658 0.336471
+0.324600 0.345266 0.355370
+0.343777 0.364874 0.374268
+0.366130 0.382101 0.393865
+0.390864 0.397542 0.413986
+0.415599 0.412983 0.434106
+0.440334 0.428424 0.454227
+0.467901 0.440007 0.474155
+0.512464 0.428435 0.492927
+0.557026 0.416863 0.511698
+0.601588 0.405291 0.530470
+0.646150 0.393719 0.549242
+0.683700 0.385087 0.563425
+0.718445 0.377631 0.575773
+0.753191 0.370175 0.588121
+0.787936 0.362720 0.600468
+0.818329 0.357110 0.611312
+0.837842 0.356117 0.618393
+0.857354 0.355124 0.625475
+0.876867 0.354131 0.632557
+0.896380 0.353137 0.639639
+0.906034 0.355706 0.644527
+0.914046 0.358869 0.649049
+0.922058 0.362032 0.653572
+0.930070 0.365195 0.658094
+0.936608 0.368109 0.661241
+0.941181 0.370690 0.662555
+0.945754 0.373272 0.663868
+0.950327 0.375853 0.665182
+0.954899 0.378435 0.666495
+0.275410 0.296004 0.308431
+0.294985 0.315862 0.327451
+0.314560 0.335720 0.346471
+0.334135 0.355578 0.365492
+0.353710 0.375435 0.384512
+0.374046 0.395611 0.403978
+0.394953 0.416026 0.423779
+0.415861 0.436440 0.443580
+0.436768 0.456855 0.463381
+0.461004 0.472656 0.483105
+0.505218 0.460778 0.502360
+0.549432 0.448900 0.521615
+0.593646 0.437022 0.540870
+0.637859 0.425144 0.560126
+0.675916 0.415220 0.574824
+0.711511 0.406078 0.587700
+0.747105 0.396936 0.600575
+0.782699 0.387794 0.613451
+0.813895 0.380703 0.624753
+0.834092 0.378737 0.632121
+0.854289 0.376772 0.639490
+0.874486 0.374806 0.646858
+0.894683 0.372841 0.654226
+0.904724 0.375060 0.659228
+0.913072 0.377977 0.663835
+0.921420 0.380894 0.668443
+0.929767 0.383811 0.673050
+0.936550 0.386528 0.676181
+0.941244 0.388978 0.677342
+0.945939 0.391428 0.678504
+0.950634 0.393878 0.679665
+0.955329 0.396328 0.680827
+0.284284 0.307214 0.319725
+0.304280 0.327193 0.338767
+0.324275 0.347172 0.357810
+0.344271 0.367150 0.376852
+0.364267 0.387129 0.395895
+0.384895 0.407305 0.415313
+0.405997 0.427628 0.435014
+0.427099 0.447952 0.454714
+0.448202 0.468276 0.474414
+0.471832 0.485037 0.494046
+0.510633 0.480422 0.513264
+0.549434 0.475808 0.532483
+0.588235 0.471194 0.551701
+0.627036 0.466579 0.570919
+0.664362 0.457214 0.586065
+0.701097 0.445950 0.599582
+0.737832 0.434685 0.613098
+0.774567 0.423420 0.626615
+0.806885 0.414382 0.638469
+0.828160 0.410910 0.646165
+0.849435 0.407439 0.653862
+0.870711 0.403967 0.661558
+0.891986 0.400495 0.669255
+0.902671 0.402008 0.674359
+0.911592 0.404351 0.679031
+0.920512 0.406694 0.683703
+0.929433 0.409037 0.688375
+0.936624 0.411305 0.691468
+0.941510 0.413473 0.692455
+0.946395 0.415641 0.693442
+0.951281 0.417809 0.694429
+0.956166 0.419977 0.695416
+0.293159 0.318424 0.331018
+0.313575 0.338524 0.350083
+0.333991 0.358623 0.369148
+0.354407 0.378723 0.388213
+0.374823 0.398822 0.407278
+0.395743 0.418998 0.426649
+0.417040 0.439231 0.446248
+0.438338 0.459464 0.465848
+0.459635 0.479697 0.485447
+0.482660 0.497418 0.504987
+0.516048 0.500067 0.524169
+0.549437 0.502716 0.543350
+0.582825 0.505365 0.562531
+0.616213 0.508014 0.581713
+0.652807 0.499209 0.597306
+0.690682 0.485821 0.611463
+0.728558 0.472434 0.625621
+0.766434 0.459046 0.639779
+0.799875 0.448061 0.652184
+0.822228 0.443084 0.660209
+0.844582 0.438106 0.668234
+0.866935 0.433128 0.676258
+0.889288 0.428150 0.684283
+0.900619 0.428955 0.689489
+0.910112 0.430724 0.694226
+0.919605 0.432493 0.698963
+0.929099 0.434262 0.703699
+0.936699 0.436081 0.706754
+0.941775 0.437967 0.707567
+0.946852 0.439854 0.708380
+0.951928 0.441740 0.709193
+0.957004 0.443626 0.710006
+0.302033 0.329634 0.342312
+0.322870 0.349854 0.361399
+0.343706 0.370075 0.380487
+0.364543 0.390295 0.399574
+0.385379 0.410516 0.418662
+0.406591 0.430691 0.437984
+0.428084 0.450833 0.457483
+0.449577 0.470976 0.476982
+0.471069 0.491118 0.496480
+0.493488 0.509799 0.515928
+0.521464 0.519711 0.535073
+0.549439 0.529624 0.554217
+0.577415 0.539537 0.573362
+0.605390 0.549450 0.592506
+0.641252 0.541203 0.608547
+0.680268 0.525693 0.623345
+0.719285 0.510183 0.638144
+0.758301 0.494672 0.652943
+0.792865 0.481741 0.665900
+0.816296 0.475257 0.674253
+0.839728 0.468773 0.682605
+0.863159 0.462288 0.690958
+0.886591 0.455804 0.699311
+0.898566 0.455902 0.704620
+0.908632 0.457097 0.709421
+0.918698 0.458293 0.714222
+0.928764 0.459488 0.719024
+0.936774 0.460858 0.722041
+0.942041 0.462462 0.722680
+0.947308 0.464066 0.723318
+0.952575 0.465670 0.723957
+0.957842 0.467274 0.724595
+0.310907 0.340844 0.353605
+0.332164 0.361185 0.372715
+0.353422 0.381526 0.391825
+0.374679 0.401868 0.410935
+0.395936 0.422209 0.430045
+0.417439 0.442385 0.449320
+0.439127 0.462436 0.468718
+0.460815 0.482487 0.488115
+0.482503 0.502539 0.507513
+0.504316 0.522179 0.526870
+0.526879 0.539356 0.545977
+0.549441 0.556532 0.565085
+0.572004 0.573709 0.584192
+0.594567 0.590885 0.603300
+0.629697 0.583197 0.619787
+0.669854 0.565564 0.635227
+0.710012 0.547931 0.650667
+0.750169 0.530298 0.666107
+0.785855 0.515420 0.679616
+0.810365 0.507430 0.688296
+0.834874 0.499440 0.696977
+0.859383 0.491449 0.705658
+0.883893 0.483459 0.714339
+0.896513 0.482850 0.719750
+0.907152 0.483471 0.724616
+0.917791 0.484092 0.729482
+0.928430 0.484713 0.734348
+0.936848 0.485635 0.737328
+0.942306 0.486957 0.737792
+0.947764 0.488279 0.738256
+0.953222 0.489601 0.738721
+0.958680 0.490923 0.739185
+0.318831 0.354235 0.367262
+0.340553 0.374546 0.386250
+0.362274 0.394857 0.405238
+0.383995 0.415168 0.424226
+0.405716 0.435479 0.443213
+0.427578 0.455520 0.462301
+0.449544 0.475358 0.481462
+0.471510 0.495195 0.500623
+0.493477 0.515033 0.519785
+0.515314 0.534752 0.538902
+0.536374 0.553755 0.557752
+0.557434 0.572759 0.576602
+0.578494 0.591762 0.595453
+0.599554 0.610766 0.614303
+0.631979 0.607118 0.630948
+0.668949 0.594410 0.646710
+0.705919 0.581701 0.662472
+0.742890 0.568993 0.678234
+0.776680 0.557050 0.692119
+0.802522 0.547021 0.701309
+0.828363 0.536992 0.710499
+0.854205 0.526963 0.719689
+0.880046 0.516934 0.728879
+0.893548 0.515199 0.734461
+0.904993 0.514847 0.739442
+0.916438 0.514495 0.744423
+0.927883 0.514142 0.749404
+0.936879 0.514344 0.752369
+0.942610 0.515283 0.752645
+0.948340 0.516223 0.752921
+0.954071 0.517162 0.753197
+0.959801 0.518102 0.753473
+0.326375 0.368499 0.381864
+0.348578 0.388719 0.400672
+0.370781 0.408940 0.419480
+0.392984 0.429160 0.438288
+0.415187 0.449380 0.457096
+0.437432 0.469232 0.475939
+0.459710 0.488807 0.494810
+0.481989 0.508382 0.513681
+0.504267 0.527957 0.532551
+0.526379 0.547401 0.551369
+0.547501 0.566057 0.569875
+0.568623 0.584713 0.588380
+0.589744 0.603369 0.606886
+0.610866 0.622025 0.625391
+0.639795 0.623809 0.642076
+0.671847 0.618844 0.658033
+0.703900 0.613880 0.673990
+0.735952 0.608915 0.689947
+0.766640 0.601860 0.704137
+0.793915 0.589579 0.713909
+0.821189 0.577298 0.723680
+0.848464 0.565017 0.733452
+0.875739 0.552736 0.743224
+0.890217 0.549709 0.749005
+0.902562 0.548224 0.754121
+0.914907 0.546738 0.759236
+0.927252 0.545253 0.764352
+0.936893 0.544626 0.767311
+0.942928 0.545142 0.767394
+0.948964 0.545659 0.767476
+0.955000 0.546175 0.767559
+0.961035 0.546692 0.767641
+0.333919 0.382763 0.396466
+0.356603 0.402893 0.415094
+0.379288 0.423022 0.433722
+0.401972 0.443152 0.452350
+0.424657 0.463281 0.470978
+0.447287 0.482944 0.489578
+0.469877 0.502256 0.508158
+0.492467 0.521568 0.526738
+0.515056 0.540881 0.545318
+0.537445 0.560050 0.563837
+0.558628 0.578359 0.581998
+0.579811 0.596667 0.600158
+0.600994 0.614976 0.618319
+0.622177 0.633284 0.636479
+0.647611 0.640500 0.653205
+0.674746 0.643279 0.669356
+0.701880 0.646058 0.685508
+0.729015 0.648837 0.701660
+0.756599 0.646669 0.716155
+0.785307 0.632137 0.726508
+0.814016 0.617604 0.736862
+0.842724 0.603072 0.747215
+0.871433 0.588539 0.757568
+0.886886 0.584219 0.763548
+0.900131 0.581601 0.768799
+0.913376 0.578982 0.774050
+0.926620 0.576364 0.779300
+0.936906 0.574908 0.782253
+0.943247 0.575001 0.782142
+0.949588 0.575095 0.782031
+0.955929 0.575189 0.781920
+0.962270 0.575282 0.781809
+0.341463 0.397027 0.411068
+0.364629 0.417066 0.429516
+0.387795 0.437105 0.447964
+0.410961 0.457143 0.466412
+0.434127 0.477182 0.484860
+0.457142 0.496656 0.503217
+0.480043 0.515705 0.521506
+0.502945 0.534755 0.539795
+0.525846 0.553805 0.558084
+0.548511 0.572699 0.576305
+0.569755 0.590660 0.594121
+0.591000 0.608621 0.611936
+0.612244 0.626583 0.629752
+0.633489 0.644544 0.647567
+0.655427 0.657191 0.664333
+0.677644 0.667714 0.680680
+0.699861 0.678236 0.697026
+0.722077 0.688758 0.713373
+0.746558 0.691479 0.728173
+0.776700 0.674695 0.739108
+0.806842 0.657911 0.750043
+0.836984 0.641126 0.760978
+0.867126 0.624342 0.771913
+0.883556 0.618729 0.778091
+0.897700 0.614978 0.783477
+0.911844 0.611226 0.788863
+0.925989 0.607475 0.794249
+0.936919 0.605190 0.797196
+0.943566 0.604860 0.796891
+0.950212 0.604531 0.796586
+0.956858 0.604202 0.796282
+0.963504 0.603872 0.795977
+0.347954 0.412455 0.427007
+0.371622 0.432334 0.445204
+0.395289 0.452213 0.463400
+0.418957 0.472092 0.481597
+0.442624 0.491970 0.499794
+0.466047 0.511191 0.517845
+0.489286 0.529918 0.535787
+0.512525 0.548646 0.553729
+0.535764 0.567373 0.571671
+0.558734 0.585933 0.589537
+0.580092 0.603493 0.606950
+0.601451 0.621052 0.624362
+0.622809 0.638612 0.641775
+0.644168 0.656171 0.659187
+0.663637 0.672550 0.675827
+0.682351 0.688455 0.692159
+0.701065 0.704361 0.708490
+0.719779 0.720267 0.724821
+0.741758 0.726934 0.739755
+0.771899 0.710505 0.751198
+0.802041 0.694076 0.762640
+0.832182 0.677647 0.774083
+0.862324 0.661218 0.785525
+0.879624 0.654499 0.791957
+0.894784 0.649398 0.797553
+0.909944 0.644297 0.803149
+0.925104 0.639196 0.808745
+0.936772 0.635940 0.811736
+0.943783 0.635142 0.811252
+0.950795 0.634345 0.810768
+0.957806 0.633548 0.810284
+0.964818 0.632750 0.809800
+0.351816 0.430795 0.446291
+0.376034 0.450340 0.464057
+0.400252 0.469886 0.481824
+0.424470 0.489432 0.499590
+0.448688 0.508978 0.517357
+0.472577 0.527786 0.534945
+0.496218 0.546041 0.552399
+0.519860 0.564297 0.569854
+0.543501 0.582552 0.587308
+0.566852 0.600631 0.604678
+0.588455 0.617653 0.621543
+0.610059 0.634675 0.638408
+0.631662 0.651697 0.655273
+0.653265 0.668719 0.672138
+0.672830 0.684575 0.688236
+0.691579 0.699964 0.704026
+0.710329 0.715352 0.719817
+0.729078 0.730741 0.735608
+0.750058 0.739003 0.750248
+0.776614 0.729445 0.762013
+0.803170 0.719888 0.773778
+0.829727 0.710331 0.785543
+0.856283 0.700774 0.797308
+0.874190 0.693417 0.804127
+0.890656 0.686426 0.810122
+0.907122 0.679436 0.816117
+0.923588 0.672445 0.822112
+0.936222 0.667860 0.825269
+0.943749 0.666482 0.824641
+0.951275 0.665104 0.824013
+0.958801 0.663726 0.823386
+0.966328 0.662347 0.822758
+0.355678 0.449134 0.465574
+0.380447 0.468347 0.482911
+0.405215 0.487559 0.500247
+0.429984 0.506772 0.517583
+0.454753 0.525985 0.534920
+0.479107 0.544381 0.552045
+0.503151 0.562164 0.569012
+0.527195 0.579948 0.585978
+0.551239 0.597731 0.602945
+0.574970 0.615329 0.619819
+0.596818 0.631813 0.636137
+0.618666 0.648298 0.652454
+0.640515 0.664783 0.668772
+0.662363 0.681267 0.685089
+0.682023 0.696600 0.700644
+0.700808 0.711472 0.715894
+0.719592 0.726344 0.731144
+0.738377 0.741216 0.746394
+0.758358 0.751071 0.760741
+0.781329 0.748386 0.772828
+0.804300 0.745701 0.784916
+0.827271 0.743016 0.797003
+0.850242 0.740331 0.809091
+0.868757 0.732335 0.816298
+0.886528 0.723455 0.822692
+0.904300 0.714575 0.829086
+0.922071 0.705694 0.835480
+0.935673 0.699780 0.838803
+0.943714 0.697821 0.838031
+0.951755 0.695862 0.837259
+0.959797 0.693903 0.836488
+0.967838 0.691944 0.835716
+0.359540 0.467473 0.484858
+0.384859 0.486353 0.501764
+0.410178 0.505233 0.518670
+0.435498 0.524112 0.535577
+0.460817 0.542992 0.552483
+0.485638 0.560976 0.569145
+0.510084 0.578287 0.585624
+0.534531 0.595599 0.602103
+0.558977 0.612910 0.618582
+0.583087 0.630027 0.634960
+0.605181 0.645974 0.650730
+0.627274 0.661921 0.666500
+0.649368 0.677868 0.682270
+0.671461 0.693815 0.698041
+0.691216 0.708625 0.713053
+0.710036 0.722980 0.727762
+0.728856 0.737335 0.742472
+0.747676 0.751690 0.757181
+0.766658 0.763140 0.771233
+0.786044 0.767327 0.783643
+0.805430 0.771514 0.796054
+0.824815 0.775700 0.808464
+0.844201 0.779887 0.820874
+0.863323 0.771254 0.828469
+0.882400 0.760484 0.835262
+0.901478 0.749714 0.842054
+0.920555 0.738943 0.848847
+0.935123 0.731701 0.852336
+0.943680 0.729161 0.851421
+0.952236 0.726621 0.850505
+0.960792 0.724081 0.849590
+0.969348 0.721541 0.848675
+0.363401 0.485812 0.504142
+0.389271 0.504359 0.520618
+0.415141 0.522906 0.537094
+0.441011 0.541453 0.553570
+0.466882 0.559999 0.570046
+0.492168 0.577571 0.586245
+0.517017 0.594410 0.602236
+0.541866 0.611250 0.618228
+0.566715 0.628089 0.634219
+0.591205 0.644724 0.650101
+0.613543 0.660134 0.665324
+0.635882 0.675544 0.680546
+0.658220 0.690954 0.695769
+0.680559 0.706363 0.710992
+0.700409 0.720651 0.725462
+0.719264 0.734489 0.739630
+0.738120 0.748327 0.753799
+0.756975 0.762165 0.767968
+0.774958 0.775209 0.781726
+0.790758 0.786267 0.794459
+0.806559 0.797326 0.807191
+0.822360 0.808385 0.819924
+0.838161 0.819444 0.832656
+0.857889 0.810172 0.840640
+0.878272 0.797512 0.847831
+0.898656 0.784852 0.855023
+0.919039 0.772192 0.862214
+0.934574 0.763621 0.865870
+0.943645 0.760500 0.864811
+0.952716 0.757380 0.863751
+0.961787 0.754259 0.862692
+0.970858 0.751138 0.861633
+0.362767 0.508051 0.527551
+0.389243 0.526067 0.543435
+0.415720 0.544083 0.559319
+0.442196 0.562099 0.575202
+0.468673 0.580115 0.591086
+0.494442 0.597102 0.606670
+0.519680 0.613317 0.622031
+0.544918 0.629533 0.637391
+0.570157 0.645748 0.652751
+0.595019 0.661754 0.667996
+0.617626 0.676507 0.682549
+0.640233 0.691259 0.697102
+0.662841 0.706011 0.711655
+0.685448 0.720763 0.726208
+0.705507 0.734415 0.740025
+0.724548 0.747627 0.753548
+0.743588 0.760838 0.767070
+0.762628 0.774050 0.780592
+0.780636 0.786787 0.793749
+0.796062 0.798341 0.805992
+0.811487 0.809894 0.818234
+0.826913 0.821447 0.830477
+0.842338 0.833000 0.842720
+0.860815 0.827030 0.850900
+0.879801 0.818140 0.858404
+0.898786 0.809251 0.865907
+0.917771 0.800361 0.873411
+0.932849 0.793612 0.877262
+0.942717 0.789718 0.876244
+0.952585 0.785824 0.875226
+0.962453 0.781931 0.874207
+0.972321 0.778037 0.873189
+0.361383 0.530941 0.551648
+0.388475 0.548393 0.566913
+0.415567 0.565845 0.582177
+0.442660 0.583296 0.597441
+0.469752 0.600748 0.612706
+0.496006 0.617123 0.627650
+0.521632 0.632689 0.642355
+0.547257 0.648254 0.657061
+0.572882 0.663820 0.671766
+0.598116 0.679173 0.686351
+0.620996 0.693248 0.700214
+0.643876 0.707322 0.714077
+0.666755 0.721397 0.727940
+0.689635 0.735472 0.741803
+0.709923 0.748469 0.754948
+0.729173 0.761036 0.767806
+0.748424 0.773603 0.780665
+0.767674 0.786170 0.793523
+0.785878 0.798285 0.806027
+0.801463 0.809269 0.817644
+0.817048 0.820253 0.829262
+0.832634 0.831238 0.840879
+0.848219 0.842222 0.852496
+0.865135 0.840211 0.860843
+0.882272 0.836035 0.868644
+0.899408 0.831859 0.876445
+0.916545 0.827682 0.884246
+0.930929 0.823282 0.888298
+0.941641 0.818583 0.887351
+0.952353 0.813884 0.886404
+0.963064 0.809184 0.885458
+0.973776 0.804485 0.884511
+0.359999 0.553830 0.575745
+0.387707 0.570718 0.590390
+0.415415 0.587606 0.605035
+0.443123 0.604494 0.619680
+0.470831 0.621382 0.634325
+0.497570 0.637143 0.648630
+0.523583 0.652060 0.662680
+0.549596 0.666976 0.676730
+0.575608 0.681893 0.690780
+0.601212 0.696592 0.704705
+0.624365 0.709989 0.717878
+0.647518 0.723386 0.731051
+0.670670 0.736783 0.744224
+0.693823 0.750180 0.757397
+0.714338 0.762524 0.769871
+0.733799 0.774446 0.782065
+0.753259 0.786368 0.794260
+0.772720 0.798290 0.806454
+0.791119 0.809782 0.818305
+0.806864 0.820198 0.829297
+0.822610 0.830613 0.840289
+0.838355 0.841029 0.851281
+0.854100 0.851444 0.862273
+0.869454 0.853393 0.870785
+0.884742 0.853930 0.878884
+0.900031 0.854467 0.886983
+0.915319 0.855004 0.895081
+0.929008 0.852952 0.899334
+0.940564 0.847447 0.898459
+0.952120 0.841943 0.897583
+0.963676 0.836438 0.896708
+0.975231 0.830934 0.895832
+0.358615 0.576719 0.599842
+0.386939 0.593043 0.613868
+0.415263 0.609367 0.627894
+0.443586 0.625691 0.641919
+0.471910 0.642016 0.655945
+0.499134 0.657164 0.669610
+0.525534 0.671431 0.683005
+0.551934 0.685698 0.696400
+0.578334 0.699965 0.709795
+0.604309 0.714011 0.723060
+0.627734 0.726730 0.735542
+0.651160 0.739450 0.748025
+0.674585 0.752169 0.760508
+0.698010 0.764888 0.772991
+0.718754 0.776578 0.784794
+0.738424 0.787856 0.796324
+0.758095 0.799133 0.807855
+0.777766 0.810411 0.819385
+0.796360 0.821280 0.830583
+0.812266 0.831126 0.840950
+0.828171 0.840973 0.851316
+0.844076 0.850820 0.861683
+0.859981 0.860667 0.872049
+0.873773 0.866574 0.880727
+0.887213 0.871824 0.889124
+0.900653 0.877075 0.897520
+0.914094 0.882326 0.905917
+0.927088 0.882622 0.910370
+0.939487 0.876312 0.909566
+0.951887 0.870002 0.908762
+0.964287 0.863692 0.907958
+0.976686 0.857382 0.907154
+0.358232 0.601642 0.624577
+0.386977 0.617249 0.637903
+0.415721 0.632856 0.651229
+0.444466 0.648463 0.664555
+0.473210 0.664070 0.677881
+0.500735 0.678506 0.690866
+0.527345 0.692064 0.703595
+0.553955 0.705621 0.716324
+0.580565 0.719179 0.729053
+0.606738 0.732520 0.741654
+0.630285 0.744561 0.753481
+0.653832 0.756603 0.765309
+0.677379 0.768645 0.777137
+0.700926 0.780687 0.788964
+0.721777 0.791747 0.800137
+0.741549 0.802415 0.811048
+0.761320 0.813083 0.821959
+0.781092 0.823750 0.832870
+0.799790 0.834035 0.843461
+0.815802 0.843362 0.853254
+0.831814 0.852688 0.863047
+0.847826 0.862015 0.872840
+0.863838 0.871342 0.882633
+0.876787 0.879352 0.891201
+0.889226 0.887143 0.899565
+0.901665 0.894933 0.907930
+0.914104 0.902724 0.916294
+0.926727 0.904705 0.920851
+0.939596 0.898941 0.920333
+0.952464 0.893177 0.919814
+0.965332 0.887413 0.919295
+0.978201 0.881649 0.918777
+0.359184 0.629277 0.650161
+0.388089 0.643963 0.662680
+0.416994 0.658648 0.675200
+0.445899 0.673334 0.687719
+0.474804 0.688020 0.700239
+0.502383 0.701610 0.712490
+0.528968 0.714378 0.724539
+0.555552 0.727146 0.736588
+0.582137 0.739914 0.748637
+0.608276 0.752482 0.760568
+0.631743 0.763846 0.771786
+0.655211 0.775211 0.783005
+0.678678 0.786575 0.794224
+0.702146 0.797939 0.805442
+0.722943 0.808403 0.816041
+0.742671 0.818507 0.826392
+0.762399 0.828612 0.836742
+0.782127 0.838716 0.847093
+0.800804 0.848468 0.857140
+0.816852 0.857339 0.866428
+0.832900 0.866211 0.875716
+0.848948 0.875083 0.885004
+0.864996 0.883954 0.894292
+0.878061 0.891593 0.902383
+0.890628 0.899025 0.910276
+0.903196 0.906458 0.918168
+0.915763 0.913891 0.926060
+0.928446 0.916674 0.930593
+0.941283 0.913256 0.930644
+0.954120 0.909839 0.930696
+0.966958 0.906422 0.930748
+0.979795 0.903004 0.930799
+0.360135 0.656912 0.675745
+0.389201 0.670677 0.687458
+0.418267 0.684441 0.699171
+0.447333 0.698205 0.710884
+0.476399 0.711969 0.722597
+0.504032 0.724713 0.734113
+0.530590 0.736692 0.745482
+0.557149 0.748671 0.756852
+0.583708 0.760650 0.768221
+0.609814 0.772444 0.779481
+0.633202 0.783131 0.790091
+0.656590 0.793818 0.800701
+0.679978 0.804504 0.811311
+0.703366 0.815191 0.821921
+0.724108 0.825059 0.831945
+0.743793 0.834600 0.841735
+0.763477 0.844140 0.851526
+0.783161 0.853681 0.861316
+0.801817 0.862901 0.870819
+0.817901 0.871317 0.879602
+0.833986 0.879734 0.888385
+0.850070 0.888150 0.897168
+0.866154 0.896567 0.905951
+0.879334 0.903833 0.913566
+0.892030 0.910908 0.920986
+0.904726 0.917983 0.928407
+0.917422 0.925058 0.935827
+0.930165 0.928642 0.940334
+0.942971 0.927572 0.940956
+0.955777 0.926501 0.941578
+0.968583 0.925431 0.942200
+0.981388 0.924360 0.942822
+0.361087 0.684547 0.701329
+0.390313 0.697390 0.712236
+0.419540 0.710233 0.723142
+0.448766 0.723076 0.734048
+0.477993 0.735918 0.744955
+0.505680 0.747817 0.755737
+0.532213 0.759006 0.766426
+0.558746 0.770196 0.777115
+0.585279 0.781386 0.787805
+0.611352 0.792407 0.798395
+0.634660 0.802416 0.808396
+0.657969 0.812425 0.818397
+0.681277 0.822434 0.828398
+0.704586 0.832443 0.838399
+0.725274 0.841715 0.847849
+0.744915 0.850692 0.857079
+0.764555 0.859669 0.866309
+0.784196 0.868646 0.875539
+0.802831 0.877333 0.884497
+0.818951 0.885295 0.892775
+0.835072 0.893256 0.901054
+0.851192 0.901218 0.909332
+0.867312 0.909179 0.917610
+0.880608 0.916074 0.924748
+0.893432 0.922791 0.931697
+0.906257 0.929508 0.938645
+0.919081 0.936225 0.945594
+0.931884 0.940611 0.950075
+0.944659 0.941887 0.951268
+0.957433 0.943163 0.952460
+0.970208 0.944440 0.953652
+0.982982 0.945716 0.954845
+0.362039 0.712182 0.726913
+0.391426 0.724104 0.737013
+0.420813 0.736025 0.747113
+0.450200 0.747946 0.757213
+0.479587 0.759868 0.767313
+0.507329 0.770920 0.777361
+0.533836 0.781321 0.787370
+0.560343 0.791721 0.797379
+0.586851 0.802122 0.807388
+0.612890 0.812369 0.817309
+0.636119 0.821701 0.826701
+0.659348 0.831032 0.836093
+0.682577 0.840364 0.845485
+0.705806 0.849695 0.854877
+0.726440 0.858371 0.863753
+0.746037 0.866785 0.872423
+0.765634 0.875198 0.881093
+0.785230 0.883612 0.889762
+0.803844 0.891766 0.898176
+0.820001 0.899273 0.905949
+0.836157 0.906779 0.913722
+0.852314 0.914285 0.921496
+0.868471 0.921792 0.929269
+0.881881 0.928315 0.935931
+0.894834 0.934674 0.942407
+0.907787 0.941033 0.948884
+0.920740 0.947392 0.955360
+0.933603 0.952579 0.959816
+0.946347 0.956202 0.961579
+0.959090 0.959826 0.963342
+0.971833 0.963449 0.965105
+0.984576 0.967072 0.966868
+0.215125 0.222553 0.233558
+0.238115 0.222126 0.255785
+0.261106 0.221699 0.278013
+0.284097 0.221272 0.300241
+0.307087 0.220845 0.322468
+0.340507 0.219448 0.343703
+0.381747 0.217322 0.364192
+0.422988 0.215197 0.384682
+0.464229 0.213071 0.405172
+0.505639 0.211311 0.424828
+0.548063 0.211747 0.439483
+0.590487 0.212183 0.454139
+0.632910 0.212619 0.468794
+0.675334 0.213054 0.483449
+0.710295 0.215203 0.493913
+0.742270 0.218037 0.502700
+0.774245 0.220870 0.511487
+0.806220 0.223704 0.520274
+0.834128 0.226765 0.528026
+0.851866 0.230398 0.533188
+0.869604 0.234030 0.538350
+0.887342 0.237662 0.543512
+0.905080 0.241294 0.548674
+0.913671 0.244747 0.552709
+0.920738 0.248169 0.556556
+0.927805 0.251592 0.560404
+0.934872 0.255014 0.564251
+0.940326 0.258208 0.567859
+0.943629 0.261099 0.571146
+0.946933 0.263989 0.574433
+0.950236 0.266880 0.577720
+0.953539 0.269770 0.581008
+0.222131 0.231719 0.242939
+0.244041 0.235684 0.264380
+0.265950 0.239650 0.285821
+0.287859 0.243615 0.307261
+0.309769 0.247580 0.328702
+0.342515 0.247692 0.349730
+0.383389 0.244915 0.370449
+0.424264 0.242138 0.391167
+0.465138 0.239361 0.411886
+0.506225 0.236817 0.431822
+0.548588 0.235671 0.447062
+0.590952 0.234524 0.462302
+0.633315 0.233378 0.477542
+0.675679 0.232232 0.492782
+0.710598 0.233085 0.503797
+0.742539 0.234739 0.513121
+0.774480 0.236393 0.522445
+0.806421 0.238047 0.531769
+0.834289 0.240150 0.540002
+0.851973 0.243374 0.545507
+0.869658 0.246598 0.551012
+0.887342 0.249822 0.556517
+0.905027 0.253046 0.562022
+0.913593 0.256534 0.566265
+0.920640 0.260066 0.570298
+0.927687 0.263599 0.574331
+0.934734 0.267131 0.578363
+0.940206 0.270462 0.582072
+0.943578 0.273526 0.585348
+0.946949 0.276590 0.588624
+0.950320 0.279654 0.591900
+0.953692 0.282718 0.595175
+0.229138 0.240885 0.252320
+0.249966 0.249242 0.272974
+0.270794 0.257600 0.293628
+0.291622 0.265957 0.314282
+0.312450 0.274315 0.334936
+0.344524 0.275937 0.355757
+0.385031 0.272508 0.376705
+0.425539 0.269080 0.397653
+0.466046 0.265651 0.418600
+0.506810 0.262323 0.438816
+0.549113 0.259594 0.454641
+0.591417 0.256866 0.470466
+0.633720 0.254137 0.486291
+0.676023 0.251409 0.502116
+0.710900 0.250968 0.513681
+0.742807 0.251442 0.523542
+0.774714 0.251916 0.533403
+0.806621 0.252391 0.543264
+0.834449 0.253534 0.551979
+0.852081 0.256350 0.557827
+0.869712 0.259166 0.563675
+0.887343 0.261982 0.569523
+0.904974 0.264798 0.575371
+0.913516 0.268322 0.579822
+0.920543 0.271964 0.584040
+0.927569 0.275605 0.588258
+0.934596 0.279247 0.592475
+0.940086 0.282716 0.596285
+0.943526 0.285953 0.599549
+0.946965 0.289191 0.602814
+0.950405 0.292428 0.606079
+0.953845 0.295666 0.609343
+0.236144 0.250051 0.261702
+0.255891 0.262801 0.281569
+0.275638 0.275550 0.301436
+0.295385 0.288300 0.321303
+0.315132 0.301049 0.341170
+0.346532 0.304182 0.361785
+0.386673 0.300102 0.382961
+0.426814 0.296022 0.404138
+0.466955 0.291941 0.425315
+0.507396 0.287828 0.445810
+0.549639 0.283518 0.462220
+0.591882 0.279207 0.478630
+0.634125 0.274897 0.495039
+0.676368 0.270586 0.511449
+0.711203 0.268851 0.523565
+0.743076 0.268145 0.533963
+0.774949 0.267440 0.544361
+0.806822 0.266734 0.554760
+0.834610 0.266918 0.563956
+0.852188 0.269326 0.570147
+0.869766 0.271734 0.576338
+0.887343 0.274142 0.582529
+0.904921 0.276550 0.588720
+0.913438 0.280110 0.593378
+0.920445 0.283861 0.597781
+0.927452 0.287612 0.602184
+0.934458 0.291364 0.606587
+0.939966 0.294969 0.610498
+0.943474 0.298380 0.613751
+0.946982 0.301791 0.617004
+0.950490 0.305202 0.620258
+0.953998 0.308613 0.623511
+0.243151 0.259217 0.271083
+0.261817 0.276359 0.290163
+0.280482 0.293500 0.309243
+0.299148 0.310642 0.328323
+0.317813 0.327784 0.347404
+0.348541 0.332426 0.367812
+0.388315 0.327695 0.389218
+0.428089 0.322963 0.410623
+0.467863 0.318232 0.432029
+0.507981 0.313334 0.452804
+0.550164 0.307441 0.469799
+0.592347 0.301549 0.486793
+0.634529 0.295656 0.503788
+0.676712 0.289763 0.520783
+0.711506 0.286733 0.533449
+0.743345 0.284848 0.544384
+0.775184 0.282963 0.555319
+0.807022 0.281078 0.566255
+0.834771 0.280303 0.575932
+0.852295 0.282303 0.582466
+0.869820 0.284302 0.589000
+0.887344 0.286302 0.595535
+0.904868 0.288302 0.602069
+0.913360 0.291897 0.606935
+0.920347 0.295758 0.611523
+0.927334 0.299619 0.616111
+0.934320 0.303480 0.620699
+0.939846 0.307223 0.624711
+0.943422 0.310807 0.627953
+0.946998 0.314392 0.631195
+0.950575 0.317977 0.634437
+0.954151 0.321561 0.637679
+0.251032 0.268587 0.280654
+0.269450 0.287760 0.299461
+0.287868 0.306933 0.318269
+0.306286 0.326106 0.337076
+0.324704 0.345278 0.355883
+0.353857 0.352507 0.376104
+0.391061 0.350777 0.397385
+0.428265 0.349047 0.418666
+0.465469 0.347316 0.439947
+0.503406 0.344782 0.460690
+0.545740 0.337418 0.478205
+0.588074 0.330054 0.495719
+0.630408 0.322690 0.513234
+0.672742 0.315326 0.530749
+0.707867 0.310843 0.543922
+0.740109 0.307511 0.555357
+0.772350 0.304179 0.566792
+0.804591 0.300847 0.578227
+0.832719 0.298826 0.588349
+0.850565 0.300082 0.595189
+0.868410 0.301338 0.602028
+0.886256 0.302594 0.608867
+0.904101 0.303850 0.615706
+0.912771 0.307247 0.620730
+0.919912 0.311001 0.625451
+0.927054 0.314754 0.630173
+0.934195 0.318508 0.634894
+0.939839 0.322216 0.638965
+0.943486 0.325862 0.642171
+0.947134 0.329508 0.645377
+0.950782 0.333155 0.648583
+0.954430 0.336801 0.651788
+0.259568 0.278111 0.290368
+0.278364 0.297544 0.309288
+0.297160 0.316977 0.328207
+0.315956 0.336410 0.347127
+0.334753 0.355843 0.366047
+0.361655 0.366464 0.386093
+0.394636 0.370475 0.406984
+0.427617 0.374486 0.427876
+0.460598 0.378497 0.448767
+0.494960 0.380685 0.469244
+0.537604 0.371934 0.487230
+0.580249 0.363182 0.505217
+0.622893 0.354431 0.523204
+0.665537 0.345679 0.541191
+0.701272 0.339622 0.554836
+0.734244 0.334643 0.566743
+0.767215 0.329664 0.578651
+0.800187 0.324685 0.590558
+0.829008 0.321203 0.601097
+0.847456 0.321463 0.608213
+0.865903 0.321723 0.615329
+0.884351 0.321984 0.622445
+0.902798 0.322244 0.629561
+0.911799 0.325267 0.634705
+0.919225 0.328751 0.639520
+0.926652 0.332235 0.644335
+0.934078 0.335719 0.649150
+0.939917 0.339263 0.653252
+0.943638 0.342887 0.656402
+0.947360 0.346511 0.659552
+0.951082 0.350136 0.662703
+0.954803 0.353760 0.665853
+0.268104 0.287635 0.300082
+0.287279 0.307328 0.319114
+0.306453 0.327021 0.338146
+0.325627 0.346714 0.357178
+0.344801 0.366408 0.376210
+0.369452 0.380421 0.396082
+0.398210 0.390173 0.416584
+0.426969 0.399926 0.437086
+0.455728 0.409678 0.457588
+0.486514 0.416589 0.477798
+0.529469 0.406450 0.496256
+0.572423 0.396311 0.514715
+0.615377 0.386171 0.533174
+0.658331 0.376032 0.551633
+0.694677 0.368402 0.565750
+0.728379 0.361776 0.578129
+0.762080 0.355149 0.590509
+0.795782 0.348523 0.602889
+0.825297 0.343580 0.613844
+0.844347 0.342844 0.621237
+0.863397 0.342109 0.628630
+0.882446 0.341374 0.636023
+0.901496 0.340638 0.643415
+0.910827 0.343288 0.648679
+0.918538 0.346502 0.653588
+0.926250 0.349716 0.658498
+0.933961 0.352930 0.663407
+0.939994 0.356310 0.667538
+0.943790 0.359912 0.670633
+0.947586 0.363514 0.673728
+0.951381 0.367116 0.676823
+0.955177 0.370719 0.679918
+0.276641 0.297158 0.309796
+0.296193 0.317112 0.328940
+0.315745 0.337065 0.348085
+0.335297 0.357019 0.367230
+0.354849 0.376972 0.386374
+0.377249 0.394377 0.406072
+0.401785 0.409871 0.426184
+0.426321 0.425365 0.446296
+0.450857 0.440859 0.466408
+0.478069 0.452493 0.486351
+0.521333 0.440966 0.505282
+0.564597 0.429439 0.524213
+0.607862 0.417912 0.543144
+0.651126 0.406385 0.562074
+0.688081 0.397182 0.576663
+0.722513 0.388908 0.589516
+0.756945 0.380635 0.602368
+0.791377 0.372361 0.615220
+0.821586 0.365957 0.626592
+0.841238 0.364226 0.634261
+0.860890 0.362495 0.641931
+0.880541 0.360764 0.649600
+0.900193 0.359033 0.657270
+0.909855 0.361309 0.662654
+0.917851 0.364253 0.667657
+0.925848 0.367197 0.672660
+0.933845 0.370141 0.677663
+0.940072 0.373357 0.681825
+0.943942 0.376937 0.684864
+0.947811 0.380517 0.687904
+0.951681 0.384097 0.690943
+0.955550 0.387677 0.693983
+0.285297 0.306933 0.319728
+0.305227 0.327125 0.338971
+0.325157 0.347316 0.358213
+0.345087 0.367508 0.377456
+0.365017 0.387699 0.396699
+0.385523 0.408010 0.416239
+0.406460 0.428409 0.436002
+0.427398 0.448809 0.455765
+0.448336 0.469209 0.475528
+0.472396 0.485024 0.495228
+0.515193 0.473331 0.514550
+0.557989 0.461639 0.533871
+0.600786 0.449946 0.553193
+0.643583 0.438254 0.572515
+0.680948 0.427793 0.587565
+0.716141 0.417825 0.600905
+0.751333 0.407858 0.614245
+0.786526 0.397890 0.627586
+0.817468 0.389968 0.639387
+0.837782 0.387160 0.647339
+0.858096 0.384352 0.655291
+0.878410 0.381544 0.663244
+0.898724 0.378737 0.671196
+0.908760 0.380579 0.676699
+0.917083 0.383196 0.681793
+0.925406 0.385814 0.686888
+0.933729 0.388431 0.691983
+0.940179 0.391441 0.696171
+0.944134 0.394973 0.699150
+0.948088 0.398505 0.702130
+0.952043 0.402037 0.705109
+0.955997 0.405569 0.708088
+0.294669 0.318218 0.330972
+0.314977 0.338513 0.350226
+0.335286 0.358809 0.369480
+0.355594 0.379104 0.388733
+0.375903 0.399400 0.407987
+0.396655 0.419693 0.427471
+0.417740 0.439985 0.447128
+0.438825 0.460277 0.466784
+0.459910 0.480569 0.486441
+0.483363 0.497316 0.506036
+0.521026 0.492792 0.525265
+0.558688 0.488267 0.544494
+0.596350 0.483743 0.563723
+0.634012 0.479218 0.582951
+0.670585 0.469394 0.598390
+0.706721 0.457450 0.612312
+0.742858 0.445505 0.626235
+0.778995 0.433561 0.640157
+0.810903 0.423780 0.652465
+0.832242 0.419410 0.660737
+0.853581 0.415040 0.669009
+0.874920 0.410670 0.677281
+0.896258 0.406300 0.685553
+0.906932 0.407347 0.691167
+0.915827 0.409298 0.696337
+0.924723 0.411249 0.701508
+0.933618 0.413199 0.706678
+0.940461 0.415740 0.710872
+0.944567 0.419069 0.713765
+0.948673 0.422398 0.716657
+0.952779 0.425727 0.719549
+0.956885 0.429056 0.722441
+0.304041 0.329502 0.342216
+0.324728 0.349902 0.361481
+0.345415 0.370301 0.380746
+0.366102 0.390701 0.400011
+0.386788 0.411101 0.419276
+0.407787 0.431377 0.438704
+0.429020 0.451561 0.458254
+0.450252 0.471746 0.477804
+0.471484 0.491930 0.497354
+0.494331 0.509609 0.516845
+0.526858 0.512252 0.535981
+0.559386 0.514896 0.555116
+0.591914 0.517539 0.574252
+0.624442 0.520183 0.593387
+0.660222 0.510995 0.609215
+0.697302 0.497074 0.623719
+0.734383 0.483153 0.638224
+0.771463 0.469232 0.652728
+0.804339 0.457593 0.665543
+0.826702 0.451661 0.674135
+0.849066 0.445728 0.682727
+0.871429 0.439795 0.691318
+0.893792 0.433863 0.699910
+0.905103 0.434116 0.705634
+0.914571 0.435399 0.710881
+0.924040 0.436683 0.716127
+0.933508 0.437967 0.721374
+0.940743 0.440040 0.725574
+0.945001 0.443166 0.728379
+0.949258 0.446292 0.731184
+0.953515 0.449417 0.733989
+0.957773 0.452543 0.736794
+0.313414 0.340787 0.353459
+0.334479 0.361290 0.372735
+0.355544 0.381794 0.392012
+0.376609 0.402298 0.411288
+0.397674 0.422801 0.430565
+0.418919 0.443061 0.449936
+0.440299 0.463138 0.469380
+0.461679 0.483214 0.488824
+0.483059 0.503291 0.508267
+0.505298 0.521901 0.527654
+0.532691 0.531713 0.546696
+0.560085 0.541524 0.565739
+0.587478 0.551336 0.584781
+0.614872 0.561147 0.603823
+0.649859 0.552595 0.620040
+0.687883 0.536698 0.635126
+0.725907 0.520800 0.650213
+0.763932 0.504903 0.665299
+0.797774 0.491406 0.678621
+0.821162 0.483911 0.687533
+0.844550 0.476416 0.696444
+0.867938 0.468921 0.705356
+0.891326 0.461426 0.714267
+0.903274 0.460884 0.720102
+0.913316 0.461501 0.725425
+0.923357 0.462118 0.730747
+0.933398 0.462735 0.736069
+0.941025 0.464340 0.740275
+0.945434 0.467263 0.742993
+0.949843 0.470185 0.745711
+0.954252 0.473107 0.748429
+0.958660 0.476030 0.751147
+0.322786 0.352071 0.364703
+0.344229 0.372679 0.383990
+0.365673 0.393287 0.403278
+0.387117 0.413894 0.422566
+0.408560 0.434502 0.441853
+0.430051 0.454745 0.461169
+0.451579 0.474714 0.480506
+0.473106 0.494683 0.499844
+0.494633 0.514652 0.519181
+0.516265 0.534194 0.538463
+0.538524 0.551173 0.557412
+0.560783 0.568153 0.576361
+0.583042 0.585132 0.595310
+0.605301 0.602112 0.614259
+0.639496 0.594196 0.630865
+0.678464 0.576322 0.646534
+0.717432 0.558448 0.662202
+0.756400 0.540574 0.677870
+0.791210 0.525219 0.691699
+0.815623 0.516161 0.700931
+0.840035 0.507104 0.710162
+0.864448 0.498046 0.719393
+0.888861 0.488989 0.728624
+0.901446 0.487652 0.734570
+0.912060 0.487602 0.739968
+0.922674 0.487553 0.745367
+0.933288 0.487503 0.750765
+0.941307 0.488640 0.754977
+0.945867 0.491359 0.757608
+0.950427 0.494078 0.760239
+0.954988 0.496797 0.762869
+0.959548 0.499517 0.765500
+0.331368 0.365333 0.378034
+0.353230 0.385893 0.397198
+0.375091 0.406454 0.416362
+0.396952 0.427014 0.435527
+0.418814 0.447575 0.454691
+0.440613 0.467670 0.473822
+0.462365 0.487417 0.492927
+0.484117 0.507163 0.512032
+0.505868 0.526910 0.531137
+0.527483 0.546519 0.550182
+0.548275 0.565302 0.568871
+0.569067 0.584086 0.587559
+0.589859 0.602869 0.606247
+0.610650 0.621653 0.624935
+0.642214 0.617797 0.641644
+0.678085 0.604885 0.657562
+0.713957 0.591973 0.673480
+0.749829 0.579062 0.689397
+0.782775 0.566678 0.703546
+0.808406 0.555614 0.713272
+0.834037 0.544550 0.722997
+0.859668 0.533485 0.732723
+0.885298 0.522421 0.742449
+0.898740 0.519888 0.748579
+0.910150 0.518776 0.754109
+0.921561 0.517664 0.759640
+0.932971 0.516553 0.765170
+0.941549 0.516938 0.769414
+0.946350 0.519319 0.771942
+0.951152 0.521700 0.774470
+0.955953 0.524081 0.776997
+0.960754 0.526462 0.779525
+0.339634 0.379385 0.392200
+0.361929 0.399838 0.411187
+0.384225 0.420291 0.430174
+0.406520 0.440744 0.449162
+0.428815 0.461196 0.468149
+0.450946 0.481092 0.487042
+0.472953 0.500571 0.505865
+0.494960 0.520049 0.524687
+0.516968 0.539527 0.543510
+0.538801 0.558858 0.562267
+0.559593 0.577299 0.580627
+0.580384 0.595741 0.598987
+0.601176 0.614182 0.617347
+0.621967 0.632624 0.635707
+0.650164 0.634197 0.652405
+0.681323 0.629024 0.668439
+0.712482 0.623850 0.684473
+0.743641 0.618676 0.700506
+0.773591 0.611196 0.714899
+0.800518 0.597947 0.725190
+0.827445 0.584699 0.735480
+0.854371 0.571450 0.745771
+0.881298 0.558202 0.756062
+0.895684 0.554311 0.762405
+0.907980 0.551979 0.768090
+0.920276 0.549647 0.773775
+0.932571 0.547315 0.779460
+0.941774 0.546835 0.783745
+0.946853 0.548824 0.786163
+0.951931 0.550813 0.788582
+0.957010 0.552802 0.791001
+0.962088 0.554791 0.793419
+0.347900 0.393438 0.406366
+0.370629 0.413783 0.425176
+0.393358 0.434128 0.443986
+0.416087 0.454473 0.462796
+0.438816 0.474818 0.481606
+0.461279 0.494515 0.500262
+0.483542 0.513725 0.518803
+0.505804 0.532935 0.537343
+0.528067 0.552145 0.555883
+0.550120 0.571196 0.574351
+0.570911 0.589296 0.592383
+0.591702 0.607396 0.610415
+0.612493 0.625495 0.628447
+0.633284 0.643595 0.646479
+0.658114 0.650598 0.663166
+0.684561 0.653162 0.679316
+0.711007 0.655727 0.695466
+0.737454 0.658291 0.711615
+0.764408 0.655713 0.726252
+0.792630 0.640281 0.737108
+0.820852 0.624848 0.747963
+0.849075 0.609415 0.758819
+0.877297 0.593983 0.769674
+0.892628 0.588734 0.776230
+0.905809 0.585181 0.782070
+0.918991 0.581629 0.787910
+0.932172 0.578077 0.793749
+0.942000 0.576731 0.798076
+0.947355 0.578328 0.800385
+0.952711 0.579925 0.802695
+0.958067 0.581522 0.805004
+0.963423 0.583119 0.807313
+0.356166 0.407490 0.420532
+0.379329 0.427727 0.439165
+0.402492 0.447965 0.457798
+0.425654 0.468202 0.476431
+0.448817 0.488440 0.495064
+0.471612 0.507937 0.513483
+0.494130 0.526879 0.531741
+0.516648 0.545820 0.549999
+0.539167 0.564762 0.568257
+0.561438 0.583535 0.586436
+0.582229 0.601293 0.604139
+0.603019 0.619051 0.621843
+0.623810 0.636809 0.639547
+0.644600 0.654567 0.657250
+0.666065 0.666999 0.673927
+0.687799 0.677301 0.690193
+0.709532 0.687603 0.706459
+0.731266 0.697906 0.722724
+0.755224 0.700231 0.737606
+0.784742 0.682614 0.749026
+0.814260 0.664997 0.760446
+0.843779 0.647380 0.771866
+0.873297 0.629764 0.783286
+0.889571 0.623156 0.790056
+0.903638 0.618384 0.796050
+0.917706 0.613611 0.802044
+0.931773 0.608839 0.808039
+0.942225 0.606628 0.812407
+0.947858 0.607833 0.814607
+0.953491 0.609038 0.816807
+0.959124 0.610243 0.819007
+0.964757 0.611448 0.821207
+0.363433 0.422589 0.435919
+0.387050 0.442651 0.454301
+0.410668 0.462712 0.472684
+0.434285 0.482774 0.491067
+0.457902 0.502835 0.509449
+0.481055 0.522071 0.527569
+0.503859 0.540688 0.545492
+0.526664 0.559305 0.563414
+0.549468 0.577921 0.581337
+0.571993 0.596360 0.599174
+0.592840 0.613725 0.616496
+0.613686 0.631091 0.633817
+0.634533 0.648457 0.651139
+0.655379 0.665823 0.668461
+0.674449 0.681992 0.684984
+0.692807 0.697681 0.701188
+0.711166 0.713371 0.717392
+0.729524 0.729061 0.733596
+0.751048 0.735363 0.748567
+0.780485 0.718198 0.760456
+0.809922 0.701032 0.772345
+0.839359 0.683867 0.784234
+0.868796 0.666702 0.796124
+0.885912 0.658938 0.803160
+0.900974 0.652741 0.809387
+0.916037 0.646544 0.815615
+0.931099 0.640347 0.821843
+0.942267 0.637120 0.826303
+0.948243 0.637852 0.828408
+0.954218 0.638583 0.830514
+0.960194 0.639315 0.832619
+0.966169 0.640047 0.834724
+0.368204 0.440306 0.454356
+0.392327 0.460020 0.472305
+0.416450 0.479735 0.490255
+0.440573 0.499449 0.508205
+0.464695 0.519163 0.526154
+0.488272 0.537984 0.543821
+0.511440 0.556135 0.561276
+0.534607 0.574285 0.578731
+0.557775 0.592436 0.596185
+0.580639 0.610400 0.613547
+0.601683 0.627248 0.630353
+0.622727 0.644096 0.647158
+0.643771 0.660945 0.663963
+0.664815 0.677793 0.680768
+0.683917 0.693464 0.696782
+0.702244 0.708665 0.712479
+0.720570 0.723866 0.728176
+0.738896 0.739067 0.743873
+0.759390 0.747032 0.758547
+0.785304 0.736907 0.770666
+0.811218 0.726782 0.782785
+0.837132 0.716658 0.794904
+0.863045 0.706533 0.807023
+0.880746 0.698117 0.814461
+0.897077 0.689985 0.821118
+0.913409 0.681853 0.827775
+0.929741 0.673722 0.834433
+0.941851 0.669099 0.839113
+0.948333 0.669154 0.841159
+0.954815 0.669209 0.843205
+0.961297 0.669265 0.845250
+0.967779 0.669320 0.847296
+0.372975 0.458022 0.472793
+0.397603 0.477390 0.490309
+0.422232 0.496757 0.507826
+0.446860 0.516125 0.525343
+0.471489 0.535492 0.542859
+0.495490 0.553898 0.560073
+0.519021 0.571582 0.577060
+0.542551 0.589266 0.594047
+0.566082 0.606950 0.611034
+0.589286 0.624441 0.627921
+0.610527 0.640771 0.644209
+0.631768 0.657102 0.660498
+0.653009 0.673432 0.676787
+0.674250 0.689762 0.693075
+0.693386 0.704937 0.708579
+0.711680 0.719649 0.723770
+0.729974 0.734361 0.738960
+0.748269 0.749073 0.754150
+0.767733 0.758700 0.768528
+0.790123 0.755616 0.780877
+0.812514 0.752532 0.793225
+0.834904 0.749448 0.805574
+0.857294 0.746364 0.817923
+0.875580 0.737295 0.825761
+0.893180 0.727229 0.832848
+0.910781 0.717163 0.839936
+0.928382 0.707096 0.847023
+0.941435 0.701078 0.851924
+0.948424 0.700457 0.853910
+0.955412 0.699836 0.855896
+0.962401 0.699214 0.857882
+0.969389 0.698593 0.859868
+0.377745 0.475739 0.491230
+0.402879 0.494759 0.508313
+0.428014 0.513780 0.525397
+0.453148 0.532800 0.542481
+0.478282 0.551820 0.559565
+0.502708 0.569811 0.576325
+0.526601 0.587029 0.592844
+0.550495 0.604246 0.609363
+0.574389 0.621464 0.625882
+0.597932 0.638481 0.642294
+0.619370 0.654294 0.658066
+0.640808 0.670107 0.673838
+0.662247 0.685919 0.689611
+0.683685 0.701732 0.705383
+0.702855 0.716409 0.720377
+0.721117 0.730633 0.735060
+0.739379 0.744856 0.749744
+0.757641 0.759079 0.764427
+0.776076 0.770369 0.778509
+0.794943 0.774326 0.791087
+0.813810 0.778282 0.803665
+0.832677 0.782239 0.816244
+0.851544 0.786196 0.828822
+0.870413 0.776474 0.837062
+0.889283 0.764473 0.844579
+0.908154 0.752472 0.852096
+0.927024 0.740470 0.859613
+0.941019 0.733057 0.864734
+0.948514 0.731759 0.866661
+0.956009 0.730462 0.868587
+0.963504 0.729164 0.870514
+0.970999 0.727867 0.872441
+0.382516 0.493456 0.509667
+0.408156 0.512129 0.526317
+0.433796 0.530802 0.542968
+0.459436 0.549476 0.559619
+0.485076 0.568149 0.576270
+0.509925 0.585724 0.592578
+0.534182 0.602476 0.608628
+0.558439 0.619227 0.624679
+0.582696 0.635979 0.640730
+0.606578 0.652522 0.656668
+0.628214 0.667817 0.671923
+0.649849 0.683112 0.687179
+0.671485 0.698407 0.702434
+0.693120 0.713702 0.717690
+0.712323 0.727882 0.732175
+0.730553 0.741616 0.746351
+0.748783 0.755351 0.760527
+0.767013 0.769085 0.774704
+0.784418 0.782037 0.788489
+0.799762 0.793035 0.801297
+0.815105 0.804032 0.814105
+0.830449 0.815030 0.826914
+0.845793 0.826027 0.839722
+0.865247 0.815653 0.848363
+0.885386 0.801717 0.856309
+0.905526 0.787781 0.864256
+0.925665 0.773845 0.872203
+0.940603 0.765035 0.877544
+0.948604 0.763062 0.879411
+0.956606 0.761088 0.881279
+0.964607 0.759114 0.883146
+0.972609 0.757140 0.885013
+0.382652 0.514635 0.531963
+0.408889 0.532761 0.548009
+0.435127 0.550886 0.564054
+0.461364 0.569012 0.580100
+0.487602 0.587138 0.596146
+0.512930 0.604132 0.611847
+0.537575 0.620277 0.627289
+0.562220 0.636423 0.642731
+0.586866 0.652568 0.658173
+0.611118 0.668502 0.673497
+0.633011 0.683171 0.688116
+0.654903 0.697840 0.702735
+0.676796 0.712509 0.717355
+0.698689 0.727178 0.731974
+0.718068 0.740761 0.745843
+0.736442 0.753909 0.759411
+0.754816 0.767057 0.772980
+0.773190 0.780205 0.786548
+0.790577 0.792899 0.799767
+0.805497 0.804455 0.812110
+0.820416 0.816012 0.824454
+0.835336 0.827569 0.836797
+0.850255 0.839125 0.849141
+0.868384 0.832315 0.857919
+0.887048 0.822444 0.866102
+0.905712 0.812573 0.874286
+0.924376 0.802702 0.882470
+0.938828 0.795768 0.888006
+0.947664 0.792749 0.890013
+0.956500 0.789730 0.892020
+0.965335 0.786712 0.894027
+0.974171 0.783693 0.896033
+0.382015 0.536391 0.554902
+0.408865 0.553936 0.570314
+0.435716 0.571481 0.585727
+0.462566 0.589026 0.601139
+0.489417 0.606571 0.616552
+0.515232 0.622957 0.631620
+0.540270 0.638472 0.646429
+0.565308 0.653987 0.661238
+0.590346 0.669502 0.676047
+0.614973 0.684805 0.690735
+0.637133 0.698830 0.704698
+0.659293 0.712855 0.718661
+0.681453 0.726880 0.732624
+0.703612 0.740906 0.746587
+0.723192 0.753874 0.759822
+0.741740 0.766420 0.772766
+0.760287 0.778965 0.785710
+0.778835 0.791511 0.798654
+0.796372 0.803625 0.811261
+0.811384 0.814661 0.823024
+0.826396 0.825697 0.834787
+0.841408 0.836732 0.846550
+0.856420 0.847768 0.858313
+0.872905 0.845225 0.867184
+0.889636 0.840419 0.875572
+0.906368 0.835613 0.883961
+0.923099 0.830807 0.892349
+0.936827 0.826292 0.898077
+0.946552 0.822168 0.900256
+0.956277 0.818043 0.902436
+0.966001 0.813918 0.904615
+0.975726 0.809793 0.906795
+0.381378 0.558147 0.577841
+0.408841 0.575111 0.592620
+0.436305 0.592076 0.607399
+0.463768 0.609040 0.622178
+0.491232 0.626004 0.636957
+0.517534 0.641781 0.651392
+0.542965 0.656666 0.665569
+0.568396 0.671552 0.679745
+0.593827 0.686437 0.693922
+0.618829 0.701108 0.707974
+0.641256 0.714489 0.721281
+0.663683 0.727870 0.734587
+0.686109 0.741252 0.747894
+0.708536 0.754633 0.761201
+0.728316 0.766987 0.773802
+0.747037 0.778930 0.786122
+0.765758 0.790874 0.798441
+0.784479 0.802817 0.810760
+0.802167 0.814352 0.822755
+0.817271 0.824867 0.833938
+0.832376 0.835381 0.845120
+0.847480 0.845896 0.856303
+0.862584 0.856411 0.867486
+0.877426 0.858135 0.876449
+0.892225 0.858393 0.885042
+0.907023 0.858652 0.893636
+0.921822 0.858911 0.902229
+0.934827 0.856817 0.908147
+0.945440 0.851586 0.910500
+0.956054 0.846355 0.912852
+0.966667 0.841124 0.915204
+0.977280 0.835893 0.917557
+0.380741 0.579903 0.600780
+0.408818 0.596287 0.614926
+0.436894 0.612670 0.629071
+0.464970 0.629054 0.643217
+0.493047 0.645437 0.657363
+0.519836 0.660605 0.671164
+0.545660 0.674861 0.684708
+0.571484 0.689116 0.698252
+0.597307 0.703372 0.711796
+0.622684 0.717411 0.725213
+0.645378 0.730148 0.737863
+0.668072 0.742886 0.750513
+0.690766 0.755623 0.763164
+0.713460 0.768361 0.775814
+0.733440 0.780101 0.787782
+0.752335 0.791441 0.799477
+0.771229 0.802782 0.811172
+0.790124 0.814123 0.822866
+0.807962 0.825078 0.834249
+0.823159 0.835072 0.844851
+0.838355 0.845066 0.855454
+0.853552 0.855060 0.866056
+0.868749 0.865053 0.876658
+0.881947 0.871044 0.885714
+0.894813 0.876368 0.894512
+0.907679 0.881692 0.903310
+0.920544 0.887015 0.912109
+0.932826 0.887342 0.918218
+0.944328 0.881004 0.920743
+0.955830 0.874667 0.923268
+0.967333 0.868330 0.925793
+0.978835 0.861993 0.928318
+0.379435 0.603149 0.624463
+0.408040 0.618843 0.637919
+0.436645 0.634537 0.651375
+0.465250 0.650231 0.664831
+0.493855 0.665925 0.678288
+0.521042 0.680414 0.691426
+0.547165 0.694000 0.704327
+0.573288 0.707585 0.717228
+0.599411 0.721170 0.730128
+0.625070 0.734542 0.742903
+0.647948 0.746636 0.754920
+0.670825 0.758730 0.766936
+0.693703 0.770823 0.778953
+0.716580 0.782917 0.790970
+0.736706 0.794059 0.802330
+0.755730 0.804820 0.813428
+0.774754 0.815580 0.824526
+0.793779 0.826341 0.835624
+0.811739 0.836742 0.846423
+0.827039 0.846242 0.856476
+0.842339 0.855742 0.866529
+0.857639 0.865242 0.876582
+0.872939 0.874741 0.886635
+0.885270 0.883006 0.895541
+0.897107 0.891064 0.904257
+0.908944 0.899123 0.912972
+0.920781 0.907181 0.921688
+0.932643 0.909268 0.927831
+0.944540 0.903391 0.930545
+0.956437 0.897514 0.933259
+0.968334 0.891638 0.935973
+0.980230 0.885761 0.938686
+0.377237 0.628381 0.649138
+0.406258 0.643241 0.661830
+0.435280 0.658101 0.674522
+0.464301 0.672960 0.687213
+0.493323 0.687820 0.699905
+0.520788 0.701538 0.712341
+0.547084 0.714398 0.724584
+0.573381 0.727259 0.736827
+0.599678 0.740120 0.749070
+0.625497 0.752779 0.761195
+0.648447 0.764229 0.772608
+0.671396 0.775678 0.784022
+0.694346 0.787128 0.795435
+0.717296 0.798578 0.806849
+0.737493 0.809143 0.817637
+0.756589 0.819355 0.828174
+0.775685 0.829566 0.838711
+0.794781 0.839778 0.849249
+0.812826 0.849655 0.859503
+0.828243 0.858697 0.869048
+0.843661 0.867739 0.878594
+0.859078 0.876781 0.888139
+0.874496 0.885823 0.897684
+0.886995 0.893703 0.906119
+0.899009 0.901390 0.914368
+0.911022 0.909076 0.922617
+0.923035 0.916763 0.930866
+0.934885 0.919729 0.936833
+0.946517 0.916402 0.939757
+0.958149 0.913074 0.942681
+0.969781 0.909747 0.945606
+0.981413 0.906420 0.948530
+0.375038 0.653613 0.673813
+0.404476 0.667638 0.685741
+0.433914 0.681664 0.697668
+0.463352 0.695690 0.709596
+0.492790 0.709715 0.721523
+0.520533 0.722661 0.733255
+0.547004 0.734797 0.744841
+0.573474 0.746933 0.756426
+0.599945 0.759069 0.768012
+0.625923 0.771015 0.779487
+0.648945 0.781821 0.790297
+0.671968 0.792627 0.801107
+0.694990 0.803433 0.811918
+0.718012 0.814239 0.822728
+0.738281 0.824228 0.832943
+0.757448 0.833890 0.842920
+0.776615 0.843552 0.852897
+0.795783 0.853214 0.862874
+0.813912 0.862568 0.872583
+0.829448 0.871152 0.881621
+0.844983 0.879736 0.890658
+0.860518 0.888320 0.899696
+0.876053 0.896904 0.908734
+0.888721 0.904400 0.916696
+0.900910 0.911715 0.924478
+0.913100 0.919029 0.932261
+0.925289 0.926344 0.940044
+0.937126 0.930190 0.945835
+0.948494 0.929412 0.948969
+0.959861 0.928634 0.952104
+0.971229 0.927856 0.955239
+0.982596 0.927078 0.958374
+0.372839 0.678845 0.698488
+0.402694 0.692036 0.709651
+0.432549 0.705227 0.720815
+0.462403 0.718419 0.731978
+0.492258 0.731610 0.743141
+0.520278 0.743784 0.754170
+0.546923 0.755196 0.765098
+0.573568 0.766607 0.776026
+0.600212 0.778019 0.786954
+0.626350 0.789252 0.797779
+0.649444 0.799414 0.807986
+0.672539 0.809576 0.818193
+0.695633 0.819738 0.828400
+0.718728 0.829900 0.838607
+0.739068 0.839313 0.848249
+0.758307 0.848425 0.857666
+0.777546 0.857538 0.867083
+0.796785 0.866650 0.876500
+0.814999 0.875481 0.885663
+0.830652 0.883607 0.894193
+0.846305 0.891733 0.902723
+0.861958 0.899859 0.911253
+0.877611 0.907985 0.919783
+0.890446 0.915097 0.927273
+0.902812 0.922040 0.934589
+0.915178 0.928983 0.941906
+0.927544 0.935925 0.949222
+0.939368 0.940652 0.954836
+0.950471 0.942423 0.958182
+0.961574 0.944194 0.961527
+0.972676 0.945966 0.964872
+0.983779 0.947737 0.968218
+0.370641 0.704077 0.723164
+0.400912 0.716434 0.733562
+0.431183 0.728791 0.743961
+0.461454 0.741148 0.754360
+0.491726 0.753505 0.764758
+0.520024 0.764908 0.775084
+0.546842 0.775595 0.785355
+0.573661 0.786282 0.795625
+0.600480 0.796968 0.805896
+0.626776 0.807488 0.816071
+0.649943 0.817007 0.825675
+0.673110 0.826525 0.835278
+0.696277 0.836043 0.844882
+0.719443 0.845561 0.854486
+0.739856 0.854397 0.863556
+0.759166 0.862960 0.872412
+0.778476 0.871523 0.881269
+0.797787 0.880086 0.890125
+0.816086 0.888394 0.898743
+0.831856 0.896062 0.906766
+0.847627 0.903730 0.914788
+0.863398 0.911399 0.922810
+0.879168 0.919067 0.930832
+0.892171 0.925794 0.937850
+0.904714 0.932365 0.944700
+0.917256 0.938936 0.951550
+0.929798 0.945507 0.958400
+0.941610 0.951113 0.963838
+0.952448 0.955434 0.967394
+0.963286 0.959754 0.970950
+0.974124 0.964075 0.974506
+0.984962 0.968396 0.978061
+0.222955 0.230769 0.242491
+0.245398 0.230604 0.265154
+0.267840 0.230438 0.287818
+0.290283 0.230273 0.310481
+0.312726 0.230108 0.333144
+0.345441 0.228587 0.354957
+0.385860 0.226051 0.376131
+0.426279 0.223514 0.397306
+0.466698 0.220978 0.418480
+0.507338 0.218803 0.438836
+0.549301 0.218803 0.454275
+0.591264 0.218803 0.469715
+0.633227 0.218803 0.485155
+0.675190 0.218803 0.500595
+0.710063 0.220694 0.511781
+0.742101 0.223341 0.521265
+0.774138 0.225988 0.530750
+0.806176 0.228634 0.540234
+0.834227 0.231581 0.548647
+0.852314 0.235275 0.554382
+0.870401 0.238970 0.560117
+0.888487 0.242664 0.565851
+0.906574 0.246359 0.571586
+0.915396 0.249959 0.576045
+0.922675 0.253543 0.580291
+0.929954 0.257127 0.584537
+0.937233 0.260711 0.588783
+0.942621 0.264201 0.593028
+0.945488 0.267565 0.597274
+0.948356 0.270928 0.601520
+0.951223 0.274292 0.605766
+0.954090 0.277656 0.610012
+0.230123 0.240309 0.252196
+0.251707 0.244564 0.274050
+0.273291 0.248818 0.295904
+0.294874 0.253073 0.317758
+0.316458 0.257328 0.339612
+0.348548 0.257425 0.361135
+0.388519 0.254403 0.382409
+0.428490 0.251380 0.403683
+0.468461 0.248358 0.424957
+0.508702 0.245537 0.445472
+0.550566 0.243918 0.461435
+0.592429 0.242299 0.477398
+0.634292 0.240681 0.493360
+0.676156 0.239062 0.509323
+0.710956 0.239565 0.521032
+0.742932 0.240917 0.531039
+0.774907 0.242269 0.541047
+0.806882 0.243621 0.551054
+0.834864 0.245500 0.559940
+0.852864 0.248696 0.566024
+0.870863 0.251892 0.572107
+0.888862 0.255089 0.578191
+0.906862 0.258285 0.584274
+0.915619 0.261889 0.588953
+0.922835 0.265560 0.593398
+0.930052 0.269232 0.597844
+0.937268 0.272903 0.602289
+0.942637 0.276539 0.606686
+0.945542 0.280126 0.611019
+0.948446 0.283714 0.615352
+0.951351 0.287302 0.619685
+0.954256 0.290890 0.624018
+0.237292 0.249848 0.261901
+0.258016 0.258523 0.282945
+0.278741 0.267199 0.303990
+0.299465 0.275874 0.325035
+0.320190 0.284549 0.346080
+0.351656 0.286262 0.367312
+0.391179 0.282754 0.388686
+0.430701 0.279247 0.410060
+0.470224 0.275739 0.431433
+0.510066 0.272270 0.452109
+0.551830 0.269032 0.468595
+0.593594 0.265795 0.485080
+0.635358 0.262558 0.501566
+0.677122 0.259320 0.518052
+0.711849 0.258436 0.530283
+0.743762 0.258493 0.540814
+0.775675 0.258550 0.551344
+0.807588 0.258607 0.561875
+0.835501 0.259418 0.571234
+0.853413 0.262117 0.577666
+0.871326 0.264815 0.584098
+0.889238 0.267514 0.590530
+0.907150 0.270212 0.596962
+0.915841 0.273819 0.601862
+0.922995 0.277578 0.606506
+0.930150 0.281336 0.611151
+0.937304 0.285095 0.615795
+0.942653 0.288876 0.620343
+0.945595 0.292688 0.624764
+0.948537 0.296500 0.629184
+0.951479 0.300312 0.633604
+0.954421 0.304124 0.638024
+0.244460 0.259388 0.271606
+0.264326 0.272483 0.291841
+0.284191 0.285579 0.312076
+0.304056 0.298674 0.332312
+0.323922 0.311769 0.352547
+0.354763 0.315100 0.373490
+0.393838 0.311106 0.394963
+0.432912 0.307113 0.416437
+0.471986 0.303120 0.437910
+0.511431 0.299003 0.458746
+0.553095 0.294147 0.475754
+0.594759 0.289291 0.492763
+0.636423 0.284435 0.509771
+0.678088 0.279579 0.526780
+0.712742 0.277307 0.539535
+0.744593 0.276069 0.550588
+0.776444 0.274831 0.561642
+0.808294 0.273593 0.572695
+0.836138 0.273337 0.582527
+0.853963 0.275538 0.589308
+0.871788 0.277738 0.596089
+0.889613 0.279938 0.602869
+0.907438 0.282139 0.609650
+0.916063 0.285749 0.614770
+0.923155 0.289595 0.619614
+0.930247 0.293441 0.624458
+0.937339 0.297286 0.629301
+0.942669 0.301214 0.634001
+0.945648 0.305250 0.638508
+0.948628 0.309286 0.643016
+0.951607 0.313322 0.647523
+0.954587 0.317358 0.652030
+0.251629 0.268927 0.281311
+0.270635 0.286443 0.300737
+0.289641 0.303959 0.320163
+0.308647 0.321474 0.339589
+0.327653 0.338990 0.359015
+0.357871 0.343937 0.379668
+0.396497 0.339458 0.401241
+0.435123 0.334979 0.422814
+0.473749 0.330500 0.444387
+0.512795 0.325736 0.465382
+0.554360 0.319261 0.482914
+0.595924 0.312787 0.500445
+0.637489 0.306312 0.517977
+0.679054 0.299837 0.535509
+0.713635 0.296178 0.548786
+0.745424 0.293645 0.560363
+0.777212 0.291112 0.571939
+0.809001 0.288579 0.583515
+0.836775 0.287256 0.593821
+0.854513 0.288959 0.600950
+0.872250 0.290661 0.608079
+0.889988 0.292363 0.615209
+0.907726 0.294065 0.622338
+0.916286 0.297680 0.627679
+0.923316 0.301612 0.632722
+0.930345 0.305545 0.637765
+0.937375 0.309478 0.642807
+0.942685 0.313551 0.647658
+0.945702 0.317811 0.652253
+0.948718 0.322072 0.656847
+0.951735 0.326332 0.661442
+0.954752 0.330592 0.666036
+0.259742 0.278593 0.291142
+0.278587 0.298145 0.310271
+0.297431 0.317698 0.329400
+0.316275 0.337250 0.348529
+0.335120 0.356802 0.367658
+0.363869 0.364353 0.388069
+0.400048 0.362904 0.409443
+0.436226 0.361454 0.430817
+0.472405 0.360004 0.452190
+0.509357 0.357639 0.473078
+0.550950 0.349780 0.491047
+0.592543 0.341922 0.509016
+0.634136 0.334063 0.526985
+0.675729 0.326205 0.544955
+0.710569 0.321067 0.558695
+0.742708 0.317019 0.570745
+0.774847 0.312970 0.582794
+0.806986 0.308922 0.594844
+0.835095 0.306275 0.605575
+0.853130 0.307130 0.613010
+0.871165 0.307986 0.620445
+0.889200 0.308841 0.627881
+0.907235 0.309697 0.635316
+0.915948 0.313051 0.640822
+0.923108 0.316822 0.646007
+0.930267 0.320594 0.651193
+0.937427 0.324365 0.656378
+0.942827 0.328402 0.661335
+0.945881 0.332793 0.665988
+0.948935 0.337185 0.670641
+0.951989 0.341577 0.675295
+0.955044 0.345969 0.679948
+0.268565 0.288353 0.301067
+0.287771 0.308155 0.320283
+0.306976 0.327956 0.339500
+0.326181 0.347757 0.358716
+0.345387 0.367558 0.377932
+0.372036 0.378454 0.398139
+0.404267 0.382669 0.419089
+0.436498 0.386885 0.440040
+0.468730 0.391101 0.460990
+0.502316 0.393419 0.481568
+0.544034 0.384353 0.499911
+0.585752 0.375286 0.518253
+0.627469 0.366220 0.536596
+0.669187 0.357153 0.554939
+0.704534 0.350471 0.569098
+0.737333 0.344741 0.581583
+0.770131 0.339012 0.594068
+0.802930 0.333282 0.606553
+0.831678 0.329118 0.617674
+0.850298 0.328865 0.625383
+0.868918 0.328612 0.633092
+0.887539 0.328360 0.640802
+0.906159 0.328107 0.648511
+0.915190 0.331005 0.654142
+0.922624 0.334427 0.659427
+0.930057 0.337849 0.664711
+0.937491 0.341272 0.669996
+0.943063 0.345136 0.675026
+0.946155 0.349590 0.679717
+0.949246 0.354044 0.684407
+0.952338 0.358498 0.689098
+0.955430 0.362952 0.693789
+0.277388 0.298113 0.310993
+0.296954 0.318164 0.330296
+0.316521 0.338214 0.349599
+0.336087 0.358264 0.368903
+0.355654 0.378315 0.388206
+0.380202 0.392554 0.408209
+0.408486 0.402435 0.428736
+0.436771 0.412316 0.449263
+0.465055 0.422197 0.469790
+0.495276 0.429199 0.490058
+0.537118 0.418925 0.508774
+0.578960 0.408651 0.527491
+0.620802 0.398376 0.546207
+0.662644 0.388102 0.564923
+0.698498 0.379874 0.579500
+0.731957 0.372463 0.592421
+0.765416 0.365053 0.605342
+0.798875 0.357643 0.618263
+0.828261 0.351961 0.629773
+0.847466 0.350600 0.637756
+0.866672 0.349239 0.645739
+0.885877 0.347878 0.653723
+0.905083 0.346518 0.661706
+0.914433 0.348958 0.667461
+0.922140 0.352032 0.672846
+0.929847 0.355105 0.678230
+0.937555 0.358179 0.683614
+0.943300 0.361871 0.688717
+0.946429 0.366387 0.693445
+0.949558 0.370904 0.698173
+0.952687 0.375420 0.702901
+0.955816 0.379936 0.707629
+0.286211 0.307873 0.320919
+0.306138 0.328173 0.340309
+0.326066 0.348472 0.359699
+0.345993 0.368772 0.379090
+0.365921 0.389071 0.398480
+0.388368 0.406654 0.418278
+0.412706 0.422201 0.438382
+0.437043 0.437747 0.458486
+0.461380 0.453294 0.478589
+0.488236 0.464979 0.498548
+0.530202 0.453497 0.517638
+0.572169 0.442015 0.536728
+0.614135 0.430533 0.555818
+0.656102 0.419051 0.574907
+0.692463 0.409277 0.589902
+0.726582 0.400186 0.603259
+0.760700 0.391094 0.616616
+0.794819 0.382003 0.629973
+0.824844 0.374804 0.641872
+0.844635 0.372335 0.650129
+0.864425 0.369866 0.658386
+0.884216 0.367397 0.666644
+0.904006 0.364928 0.674901
+0.913675 0.366911 0.680781
+0.921656 0.369636 0.686265
+0.929638 0.372361 0.691749
+0.937619 0.375086 0.697233
+0.943537 0.378606 0.702409
+0.946703 0.383184 0.707174
+0.949869 0.387763 0.711939
+0.953035 0.392341 0.716705
+0.956202 0.396920 0.721470
+0.295183 0.317862 0.331025
+0.315468 0.338387 0.350490
+0.335753 0.358913 0.369955
+0.356038 0.379438 0.389421
+0.376324 0.399963 0.408886
+0.396999 0.420408 0.428499
+0.417967 0.440793 0.448224
+0.438935 0.461178 0.467949
+0.459904 0.481562 0.487674
+0.483788 0.497391 0.507351
+0.525167 0.485884 0.526739
+0.566547 0.474377 0.546128
+0.607926 0.462871 0.565516
+0.649306 0.451364 0.584905
+0.685980 0.440366 0.600305
+0.720771 0.429573 0.614111
+0.755562 0.418779 0.627916
+0.790353 0.407985 0.641721
+0.821041 0.399233 0.654020
+0.841472 0.395583 0.662557
+0.861903 0.391933 0.671093
+0.882334 0.388283 0.679629
+0.902765 0.384633 0.688166
+0.912796 0.386098 0.694170
+0.921094 0.388416 0.699751
+0.929392 0.390733 0.705333
+0.937690 0.393051 0.710915
+0.943809 0.396353 0.716161
+0.947024 0.400967 0.720958
+0.950238 0.405581 0.725755
+0.953452 0.410195 0.730553
+0.956666 0.414810 0.735350
+0.305053 0.329221 0.342219
+0.325675 0.349834 0.361684
+0.346296 0.370446 0.381149
+0.366917 0.391059 0.400614
+0.387539 0.411671 0.420080
+0.408415 0.432082 0.439629
+0.429483 0.452342 0.459242
+0.450551 0.472603 0.478855
+0.471619 0.492863 0.498467
+0.494894 0.509595 0.518027
+0.531418 0.505161 0.537266
+0.567941 0.500726 0.556505
+0.604465 0.496292 0.575744
+0.640989 0.491857 0.594984
+0.676808 0.481573 0.610715
+0.712346 0.468949 0.625043
+0.747884 0.456325 0.639371
+0.783423 0.443701 0.653699
+0.814922 0.433179 0.666461
+0.836324 0.427910 0.675309
+0.857726 0.422642 0.684156
+0.879129 0.417373 0.693004
+0.900531 0.412104 0.701852
+0.911192 0.412687 0.707975
+0.920062 0.414245 0.713644
+0.928933 0.415803 0.719313
+0.937804 0.417362 0.724981
+0.944298 0.420176 0.730277
+0.947625 0.424666 0.735074
+0.950951 0.429155 0.739872
+0.954277 0.433645 0.744669
+0.957604 0.438135 0.749466
+0.314924 0.340581 0.353413
+0.335881 0.361280 0.372878
+0.356839 0.381980 0.392343
+0.377796 0.402679 0.411808
+0.398754 0.423379 0.431273
+0.419831 0.443756 0.450759
+0.440999 0.463892 0.470260
+0.462166 0.484028 0.489760
+0.483334 0.504163 0.509261
+0.506001 0.521800 0.528703
+0.537668 0.524437 0.547793
+0.569336 0.527075 0.566883
+0.601003 0.529713 0.585972
+0.632671 0.532351 0.605062
+0.667637 0.522780 0.621124
+0.703922 0.508326 0.635975
+0.740207 0.493872 0.650826
+0.776492 0.479417 0.665677
+0.808803 0.467125 0.678902
+0.831176 0.460238 0.688061
+0.853550 0.453350 0.697220
+0.875923 0.446463 0.706379
+0.898297 0.439575 0.715537
+0.909587 0.439276 0.721780
+0.919031 0.440075 0.727536
+0.928474 0.440873 0.733292
+0.937918 0.441672 0.739048
+0.944788 0.443999 0.744393
+0.948226 0.448364 0.749191
+0.951664 0.452729 0.753988
+0.955103 0.457095 0.758785
+0.958541 0.461460 0.763583
+0.324794 0.351940 0.364607
+0.346088 0.372727 0.384072
+0.367382 0.393513 0.403537
+0.388675 0.414300 0.423002
+0.409969 0.435087 0.442467
+0.431247 0.455430 0.461889
+0.452514 0.475442 0.481277
+0.473782 0.495453 0.500666
+0.495049 0.515464 0.520055
+0.517108 0.534004 0.539379
+0.543919 0.543714 0.558320
+0.570731 0.553424 0.577260
+0.597542 0.563135 0.596200
+0.624353 0.572845 0.615141
+0.658466 0.563987 0.631534
+0.695498 0.547703 0.646908
+0.732530 0.531418 0.662281
+0.769562 0.515133 0.677655
+0.802684 0.501071 0.691343
+0.826029 0.492565 0.700813
+0.849373 0.484059 0.710283
+0.872718 0.475553 0.719753
+0.896062 0.467047 0.729223
+0.907983 0.465865 0.735585
+0.917999 0.465904 0.741428
+0.928015 0.465943 0.747271
+0.938032 0.465983 0.753115
+0.945277 0.467822 0.758510
+0.948827 0.472063 0.763307
+0.952378 0.476304 0.768104
+0.955928 0.480544 0.772902
+0.959479 0.484785 0.777699
+0.334665 0.363299 0.375801
+0.356295 0.384173 0.395266
+0.377924 0.405047 0.414731
+0.399554 0.425921 0.434196
+0.421184 0.446795 0.453661
+0.442664 0.467104 0.473018
+0.464030 0.486991 0.492295
+0.485397 0.506878 0.511572
+0.506764 0.526765 0.530848
+0.528214 0.546208 0.550055
+0.550170 0.562991 0.568846
+0.572125 0.579773 0.587637
+0.594080 0.596556 0.606428
+0.616036 0.613339 0.625219
+0.649294 0.605195 0.641943
+0.687074 0.587079 0.657840
+0.724853 0.568964 0.673737
+0.762632 0.550849 0.689634
+0.796565 0.535017 0.703783
+0.820881 0.524893 0.713565
+0.845197 0.514768 0.723346
+0.869512 0.504643 0.733128
+0.893828 0.494518 0.742909
+0.906378 0.492454 0.749390
+0.916967 0.491734 0.755320
+0.927556 0.491014 0.761251
+0.938145 0.490293 0.767181
+0.945766 0.491645 0.772626
+0.949428 0.495762 0.777423
+0.953091 0.499878 0.782221
+0.956753 0.503994 0.787018
+0.960416 0.508110 0.791815
+0.343905 0.376431 0.388806
+0.365906 0.397241 0.408147
+0.387908 0.418050 0.427487
+0.409910 0.438860 0.446828
+0.431911 0.459670 0.466169
+0.453648 0.479820 0.485343
+0.475185 0.499476 0.504391
+0.496723 0.519131 0.523440
+0.518260 0.538787 0.542489
+0.539653 0.558286 0.561463
+0.560176 0.576850 0.579989
+0.580700 0.595413 0.598515
+0.601223 0.613976 0.617041
+0.621747 0.632539 0.635567
+0.652448 0.628475 0.652341
+0.687222 0.615360 0.668414
+0.721995 0.602246 0.684487
+0.756768 0.589131 0.700560
+0.788869 0.576306 0.714973
+0.814290 0.564207 0.725234
+0.839710 0.552108 0.735496
+0.865131 0.540008 0.745758
+0.890551 0.527909 0.756020
+0.903933 0.524577 0.762697
+0.915308 0.522705 0.768777
+0.926683 0.520834 0.774857
+0.938059 0.518963 0.780936
+0.946218 0.519532 0.786459
+0.950091 0.523354 0.791239
+0.953963 0.527177 0.796018
+0.957835 0.531000 0.800798
+0.961708 0.534822 0.805577
+0.352893 0.390271 0.402537
+0.375281 0.410957 0.421703
+0.397668 0.431642 0.440869
+0.420056 0.452327 0.460035
+0.442444 0.473013 0.479202
+0.464459 0.492953 0.498144
+0.486196 0.512335 0.516919
+0.507932 0.531716 0.535694
+0.529669 0.551098 0.554469
+0.551223 0.570314 0.573164
+0.571685 0.588541 0.591379
+0.592146 0.606768 0.609593
+0.612607 0.624996 0.627808
+0.633068 0.643223 0.646023
+0.660533 0.644586 0.662734
+0.690799 0.639203 0.678845
+0.721065 0.633821 0.694955
+0.751330 0.628438 0.711065
+0.780543 0.620532 0.725661
+0.807121 0.606316 0.736471
+0.833700 0.592100 0.747280
+0.860278 0.577884 0.758090
+0.886857 0.563668 0.768900
+0.901151 0.558912 0.775805
+0.913398 0.555734 0.782059
+0.925644 0.552555 0.788313
+0.937891 0.549376 0.794567
+0.946656 0.549043 0.800179
+0.950777 0.552505 0.804933
+0.954899 0.555966 0.809688
+0.959020 0.559428 0.814443
+0.963142 0.562889 0.819197
+0.361881 0.404112 0.416267
+0.384655 0.424673 0.435259
+0.407428 0.445234 0.454251
+0.430202 0.465795 0.473243
+0.452976 0.486355 0.492235
+0.475271 0.506086 0.510946
+0.497206 0.525193 0.529447
+0.519142 0.544301 0.547948
+0.541078 0.563409 0.566449
+0.562794 0.582342 0.584865
+0.583193 0.600233 0.602768
+0.603592 0.618124 0.620672
+0.623991 0.636015 0.638575
+0.644390 0.653906 0.656478
+0.668617 0.660696 0.673128
+0.694376 0.663046 0.689275
+0.720134 0.665396 0.705423
+0.745893 0.667745 0.721571
+0.772216 0.664757 0.736350
+0.799953 0.648425 0.747707
+0.827689 0.632092 0.759065
+0.855426 0.615759 0.770422
+0.883162 0.599426 0.781780
+0.898369 0.593248 0.788912
+0.911487 0.588762 0.795341
+0.924606 0.584276 0.801769
+0.937724 0.579790 0.808198
+0.947093 0.578555 0.813898
+0.951464 0.581656 0.818628
+0.955834 0.584756 0.823358
+0.960205 0.587856 0.828088
+0.964575 0.590957 0.832817
+0.370869 0.417953 0.429997
+0.394029 0.438389 0.448815
+0.417189 0.458825 0.467633
+0.440348 0.479262 0.486450
+0.463508 0.499698 0.505268
+0.486082 0.519219 0.523748
+0.508217 0.538052 0.541975
+0.530352 0.556886 0.560202
+0.552487 0.575719 0.578429
+0.574365 0.594370 0.596566
+0.594702 0.611925 0.614158
+0.615039 0.629480 0.631750
+0.635375 0.647035 0.649342
+0.655712 0.664589 0.666934
+0.676702 0.676806 0.683521
+0.697953 0.686889 0.699706
+0.719204 0.696971 0.715891
+0.740455 0.707053 0.732076
+0.763890 0.708983 0.747039
+0.792784 0.690533 0.758944
+0.821679 0.672084 0.770849
+0.850573 0.653635 0.782755
+0.879467 0.635185 0.794660
+0.895587 0.627584 0.802020
+0.909577 0.621790 0.808623
+0.923567 0.615997 0.815226
+0.937557 0.610203 0.821829
+0.947531 0.608067 0.827618
+0.952150 0.610806 0.832323
+0.956770 0.613545 0.837028
+0.961389 0.616285 0.841733
+0.966009 0.619024 0.846437
+0.378912 0.432723 0.444830
+0.402479 0.452967 0.463399
+0.426046 0.473211 0.481968
+0.449613 0.493456 0.500536
+0.473180 0.513700 0.519105
+0.496063 0.532951 0.537293
+0.518433 0.551457 0.555197
+0.540803 0.569964 0.573100
+0.563173 0.588470 0.591003
+0.585252 0.606786 0.608811
+0.605587 0.623958 0.626042
+0.625922 0.641130 0.643273
+0.646257 0.658303 0.660504
+0.666591 0.675475 0.677735
+0.685261 0.691434 0.694141
+0.703264 0.706907 0.710218
+0.721267 0.722381 0.726294
+0.739270 0.737854 0.742371
+0.760338 0.743792 0.757379
+0.789071 0.725891 0.769714
+0.817803 0.707989 0.782050
+0.846536 0.690088 0.794386
+0.875268 0.672186 0.806722
+0.892200 0.663377 0.814363
+0.907165 0.656084 0.821222
+0.922130 0.648792 0.828081
+0.937094 0.641499 0.834940
+0.947763 0.638300 0.840871
+0.952702 0.640561 0.845565
+0.957642 0.642822 0.850260
+0.962582 0.645083 0.854954
+0.967521 0.647343 0.859648
+0.384592 0.449817 0.462421
+0.408619 0.469700 0.480554
+0.432647 0.489583 0.498686
+0.456675 0.509466 0.516819
+0.480702 0.529349 0.534952
+0.503968 0.548183 0.552698
+0.526661 0.566228 0.570153
+0.549355 0.584274 0.587608
+0.572049 0.602320 0.605063
+0.594427 0.620169 0.622417
+0.614911 0.636843 0.639162
+0.635395 0.653518 0.655907
+0.655880 0.670192 0.672653
+0.676364 0.686866 0.689398
+0.695005 0.702354 0.705328
+0.712908 0.717367 0.720931
+0.730812 0.732379 0.736535
+0.748715 0.747392 0.752138
+0.768723 0.755061 0.766847
+0.793994 0.744369 0.779320
+0.819265 0.733676 0.791792
+0.844536 0.722984 0.804265
+0.869807 0.712292 0.816738
+0.887301 0.702816 0.824794
+0.903499 0.693544 0.832113
+0.919696 0.684271 0.839433
+0.935894 0.674998 0.846753
+0.947480 0.670338 0.852958
+0.952918 0.671826 0.857677
+0.958355 0.673315 0.862396
+0.963793 0.674804 0.867115
+0.969231 0.676293 0.871834
+0.390271 0.466911 0.480011
+0.414760 0.486433 0.497708
+0.439248 0.505955 0.515405
+0.463737 0.525477 0.533102
+0.488225 0.544999 0.550799
+0.511873 0.563414 0.568102
+0.534890 0.580999 0.585109
+0.557907 0.598584 0.602115
+0.580925 0.616169 0.619122
+0.603602 0.633553 0.636022
+0.624235 0.649729 0.652282
+0.644869 0.665905 0.668542
+0.665503 0.682081 0.684802
+0.686137 0.698257 0.701062
+0.704749 0.713274 0.716515
+0.722553 0.727826 0.731645
+0.740356 0.742378 0.746775
+0.758160 0.756930 0.761905
+0.777108 0.766329 0.776315
+0.798918 0.762846 0.788925
+0.820728 0.759364 0.801535
+0.842537 0.755881 0.814145
+0.864347 0.752398 0.826754
+0.882402 0.742255 0.835225
+0.899833 0.731003 0.843005
+0.917263 0.719750 0.850785
+0.934693 0.708498 0.858566
+0.947197 0.702375 0.865045
+0.953133 0.703092 0.869789
+0.959069 0.703809 0.874533
+0.965004 0.704526 0.879277
+0.970940 0.705242 0.884021
+0.395951 0.484005 0.497601
+0.420900 0.503166 0.514863
+0.445849 0.522327 0.532124
+0.470798 0.541488 0.549385
+0.495747 0.560649 0.566646
+0.519778 0.578646 0.583506
+0.543119 0.595770 0.600065
+0.566460 0.612894 0.616623
+0.589801 0.630019 0.633182
+0.612776 0.646936 0.649628
+0.633560 0.662614 0.665402
+0.654343 0.678292 0.681177
+0.675126 0.693971 0.696951
+0.695909 0.709649 0.712725
+0.714493 0.724193 0.727701
+0.732197 0.738285 0.742358
+0.749901 0.752376 0.757015
+0.767605 0.766468 0.771673
+0.785494 0.777598 0.785784
+0.803842 0.781324 0.798530
+0.822190 0.785051 0.811277
+0.840538 0.788777 0.824024
+0.858886 0.792504 0.836771
+0.877504 0.781694 0.845655
+0.896167 0.768462 0.853896
+0.914830 0.755230 0.862137
+0.933492 0.741997 0.870378
+0.946914 0.734413 0.877131
+0.953348 0.734357 0.881900
+0.959782 0.734302 0.886669
+0.966216 0.734247 0.891438
+0.972650 0.734192 0.896207
+0.401631 0.501099 0.515192
+0.427040 0.519899 0.532017
+0.452450 0.538699 0.548842
+0.477860 0.557498 0.565668
+0.503270 0.576298 0.582493
+0.527682 0.593877 0.598910
+0.551347 0.610541 0.615020
+0.575012 0.627205 0.631131
+0.598677 0.643868 0.647241
+0.621951 0.660320 0.663234
+0.642884 0.675500 0.678523
+0.663817 0.690680 0.693811
+0.684749 0.705860 0.709100
+0.705682 0.721040 0.724388
+0.724237 0.735113 0.738888
+0.741842 0.748744 0.753072
+0.759446 0.762375 0.767256
+0.777051 0.776006 0.781440
+0.793879 0.788866 0.795252
+0.808765 0.799802 0.808136
+0.823652 0.810738 0.821020
+0.838538 0.821674 0.833903
+0.853425 0.832610 0.846787
+0.872605 0.821133 0.856086
+0.892501 0.805921 0.864788
+0.912396 0.790709 0.873490
+0.932292 0.775497 0.882191
+0.946631 0.766450 0.889218
+0.953563 0.765623 0.894012
+0.960495 0.764796 0.898806
+0.967427 0.763969 0.903600
+0.974359 0.763142 0.908393
+0.402537 0.521218 0.536374
+0.428535 0.539454 0.552582
+0.454534 0.557690 0.568790
+0.480532 0.575926 0.584999
+0.506531 0.594162 0.601207
+0.531417 0.611163 0.617024
+0.555470 0.627238 0.632547
+0.579523 0.643312 0.648070
+0.603575 0.659387 0.663594
+0.627217 0.675249 0.678997
+0.648395 0.689835 0.693683
+0.669573 0.704421 0.708368
+0.690751 0.719007 0.723054
+0.711929 0.733593 0.737740
+0.730629 0.747107 0.751660
+0.748336 0.760191 0.765275
+0.766044 0.773276 0.778890
+0.783752 0.786361 0.792505
+0.800518 0.799010 0.805785
+0.814932 0.810570 0.818229
+0.829345 0.822130 0.830673
+0.843758 0.833690 0.843118
+0.858172 0.845251 0.855562
+0.875953 0.837600 0.864937
+0.894296 0.826748 0.873801
+0.912639 0.815896 0.882664
+0.930981 0.805043 0.891528
+0.944807 0.797923 0.898750
+0.952611 0.795780 0.903782
+0.960414 0.793637 0.908814
+0.968218 0.791493 0.913846
+0.976021 0.789350 0.918878
+0.402647 0.541841 0.558155
+0.429255 0.559479 0.573716
+0.455864 0.577118 0.589277
+0.482473 0.594756 0.604837
+0.509082 0.612394 0.620398
+0.534457 0.628790 0.635589
+0.558908 0.644255 0.650502
+0.583359 0.659720 0.665415
+0.607810 0.675184 0.680328
+0.631831 0.690436 0.695120
+0.653271 0.704412 0.709183
+0.674710 0.718388 0.723246
+0.696150 0.732364 0.737309
+0.717589 0.746340 0.751372
+0.736461 0.759279 0.764697
+0.754306 0.771803 0.777726
+0.772150 0.784327 0.790756
+0.789995 0.796852 0.803785
+0.806867 0.808966 0.816495
+0.821305 0.820053 0.828404
+0.835743 0.831140 0.840313
+0.850181 0.842227 0.852221
+0.864620 0.853314 0.864130
+0.880676 0.850238 0.873525
+0.897001 0.844802 0.882501
+0.913327 0.839367 0.891476
+0.929653 0.833931 0.900452
+0.942726 0.829303 0.907855
+0.951463 0.825752 0.913161
+0.960201 0.822202 0.918467
+0.968938 0.818651 0.923773
+0.977675 0.815101 0.929080
+0.402757 0.562464 0.579936
+0.429976 0.579505 0.594849
+0.457195 0.596545 0.609763
+0.484413 0.613586 0.624676
+0.511632 0.630627 0.639589
+0.537497 0.646418 0.654154
+0.562347 0.661273 0.668457
+0.587196 0.676127 0.682760
+0.612046 0.690982 0.697063
+0.636445 0.705624 0.711243
+0.658146 0.718989 0.724683
+0.679847 0.732355 0.738124
+0.701548 0.745721 0.751564
+0.723249 0.759086 0.765005
+0.742294 0.771451 0.777734
+0.760275 0.783415 0.790178
+0.778257 0.795379 0.802622
+0.796239 0.807343 0.815066
+0.813215 0.818921 0.827205
+0.827678 0.829535 0.838578
+0.842141 0.840149 0.849952
+0.856605 0.850763 0.861325
+0.871068 0.861377 0.872699
+0.885398 0.862877 0.882113
+0.899707 0.862857 0.891201
+0.914015 0.862837 0.900289
+0.928324 0.862818 0.909376
+0.940645 0.860682 0.916961
+0.950316 0.855725 0.922541
+0.959987 0.850767 0.928121
+0.969658 0.845810 0.933701
+0.979330 0.840852 0.939281
+0.402867 0.583087 0.601717
+0.430696 0.599530 0.615983
+0.458525 0.615973 0.630249
+0.486354 0.632416 0.644515
+0.514183 0.648859 0.658780
+0.540537 0.664046 0.672719
+0.565785 0.678290 0.686412
+0.591033 0.692535 0.700105
+0.616281 0.706779 0.713798
+0.641059 0.720811 0.727366
+0.663022 0.733566 0.740184
+0.684984 0.746322 0.753001
+0.706947 0.759078 0.765819
+0.728910 0.771833 0.778637
+0.748126 0.783623 0.790770
+0.766245 0.795027 0.802629
+0.784364 0.806431 0.814488
+0.802482 0.817834 0.826347
+0.819563 0.828877 0.837915
+0.834052 0.839018 0.848753
+0.848540 0.849159 0.859591
+0.863028 0.859299 0.870429
+0.877516 0.869440 0.881267
+0.890121 0.875515 0.890701
+0.902412 0.880912 0.899901
+0.914704 0.886308 0.909101
+0.926995 0.891705 0.918300
+0.938564 0.892061 0.926066
+0.949169 0.885697 0.931920
+0.959774 0.879333 0.937774
+0.970379 0.872968 0.943628
+0.980984 0.866604 0.949482
+0.400638 0.604656 0.624349
+0.429104 0.620437 0.637935
+0.457570 0.636218 0.651522
+0.486035 0.651999 0.665108
+0.514501 0.667781 0.678694
+0.541350 0.682323 0.691987
+0.566985 0.695936 0.705059
+0.592621 0.709549 0.718131
+0.618257 0.723162 0.731203
+0.643403 0.736565 0.744152
+0.665611 0.748711 0.756358
+0.687819 0.760856 0.768564
+0.710027 0.773002 0.780770
+0.732235 0.785147 0.792976
+0.751635 0.796370 0.804523
+0.769912 0.807224 0.815808
+0.788188 0.818078 0.827093
+0.806465 0.828932 0.838377
+0.823688 0.839449 0.849384
+0.838276 0.849122 0.859697
+0.852864 0.858795 0.870011
+0.867451 0.868468 0.880324
+0.882039 0.878141 0.890637
+0.893753 0.886660 0.899882
+0.904988 0.894986 0.908948
+0.916222 0.903312 0.918015
+0.927457 0.911639 0.927081
+0.938559 0.913830 0.934810
+0.949484 0.907841 0.940757
+0.960410 0.901852 0.946703
+0.971335 0.895863 0.952650
+0.982260 0.889874 0.958596
+0.395289 0.627484 0.648115
+0.424427 0.642519 0.660979
+0.453565 0.657553 0.673844
+0.482704 0.672587 0.686708
+0.511842 0.687621 0.699572
+0.539192 0.701466 0.712192
+0.565201 0.714419 0.724629
+0.591210 0.727372 0.737066
+0.617220 0.740325 0.749503
+0.642718 0.753076 0.761822
+0.665150 0.764611 0.773430
+0.687582 0.776146 0.785039
+0.710014 0.787682 0.796647
+0.732446 0.799217 0.808255
+0.752044 0.809883 0.819232
+0.770507 0.820202 0.829956
+0.788971 0.830521 0.840681
+0.807435 0.840839 0.851405
+0.824848 0.850842 0.861866
+0.839635 0.860054 0.871669
+0.854422 0.869266 0.881471
+0.869209 0.878479 0.891274
+0.883996 0.887691 0.901077
+0.895930 0.895813 0.909854
+0.907389 0.903754 0.918459
+0.918848 0.911694 0.927065
+0.930307 0.919634 0.935671
+0.941323 0.922784 0.943073
+0.951751 0.919547 0.948870
+0.962178 0.916310 0.954667
+0.972605 0.913072 0.960464
+0.983032 0.909835 0.966261
+0.389941 0.650313 0.671882
+0.419751 0.664600 0.684023
+0.449561 0.678887 0.696165
+0.479372 0.693174 0.708307
+0.509182 0.707462 0.720449
+0.537034 0.720609 0.732397
+0.563417 0.732902 0.744199
+0.589800 0.745195 0.756001
+0.616183 0.757489 0.767803
+0.642033 0.769586 0.779493
+0.664689 0.780511 0.790503
+0.687345 0.791437 0.801514
+0.710002 0.802362 0.812524
+0.732658 0.813287 0.823535
+0.752453 0.823397 0.833941
+0.771103 0.833180 0.844105
+0.789754 0.842963 0.854269
+0.808404 0.852746 0.864433
+0.826008 0.862235 0.874347
+0.840994 0.870987 0.883640
+0.855980 0.879738 0.892932
+0.870966 0.888490 0.902224
+0.885952 0.897241 0.911517
+0.898107 0.904967 0.919826
+0.909790 0.912521 0.927971
+0.921473 0.920076 0.936116
+0.933156 0.927630 0.944261
+0.944088 0.931739 0.951335
+0.954017 0.931253 0.956983
+0.963946 0.930768 0.962631
+0.973875 0.930282 0.968278
+0.983804 0.929796 0.973926
+0.384592 0.673142 0.695648
+0.415075 0.686682 0.707067
+0.445557 0.700222 0.718487
+0.476040 0.713762 0.729907
+0.506523 0.727302 0.741327
+0.534877 0.739752 0.752602
+0.561633 0.751386 0.763769
+0.588389 0.763019 0.774936
+0.615145 0.774652 0.786103
+0.641348 0.786097 0.797163
+0.664228 0.796412 0.807576
+0.687109 0.806727 0.817989
+0.709989 0.817042 0.828402
+0.732870 0.827357 0.838815
+0.752862 0.836910 0.848649
+0.771699 0.846158 0.858253
+0.790536 0.855406 0.867857
+0.809374 0.864654 0.877460
+0.827167 0.873628 0.886829
+0.842353 0.881919 0.895611
+0.857538 0.890210 0.904393
+0.872724 0.898501 0.913174
+0.887909 0.906791 0.921956
+0.900284 0.914120 0.929797
+0.912192 0.921289 0.937482
+0.924099 0.928457 0.945166
+0.936006 0.935626 0.952850
+0.946852 0.940693 0.959598
+0.956283 0.942959 0.965096
+0.965714 0.945225 0.970594
+0.975145 0.947492 0.976092
+0.984576 0.949758 0.981590
+0.379243 0.695971 0.719414
+0.410398 0.708764 0.730111
+0.441553 0.721557 0.740809
+0.472709 0.734350 0.751507
+0.503864 0.747142 0.762204
+0.532719 0.758896 0.772807
+0.559849 0.769869 0.783339
+0.586979 0.780842 0.793871
+0.614108 0.791815 0.804403
+0.640663 0.802607 0.814833
+0.663768 0.812312 0.824648
+0.686872 0.822017 0.834464
+0.709977 0.831722 0.844279
+0.733081 0.841427 0.854094
+0.753271 0.850423 0.863358
+0.772295 0.859136 0.872401
+0.791319 0.867848 0.881445
+0.810343 0.876561 0.890488
+0.828327 0.885021 0.899311
+0.843712 0.892851 0.907582
+0.859096 0.900681 0.915853
+0.874481 0.908512 0.924125
+0.889866 0.916342 0.932396
+0.902462 0.923274 0.939769
+0.914593 0.930056 0.946993
+0.926724 0.936839 0.954216
+0.938855 0.943621 0.961440
+0.949616 0.949647 0.967860
+0.958549 0.954665 0.973209
+0.967482 0.959683 0.978558
+0.976415 0.964701 0.983906
+0.985348 0.969719 0.989255
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/experimento.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/experimento.cube
new file mode 100644
index 0000000000000000000000000000000000000000..adba1336551cc75dd16e91530913e45e77e7ae8c
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/experimento.cube
@@ -0,0 +1,35943 @@
+# VEGAS Pro LUT
+
+TITLE "experimento"
+
+LUT_3D_SIZE 33
+
+0.25475672 0.61308450 -0.09042694
+0.32145905 0.60372114 -0.16359772
+0.38162479 0.59320027 -0.16121450
+0.44419882 0.57052922 -0.16141123
+0.50233030 0.55743706 -0.16157652
+0.57048547 0.54521018 -0.16211545
+0.63392168 0.53293073 -0.16226232
+0.69374835 0.52009308 -0.16244757
+0.76295471 0.50172931 -0.16255435
+0.81498325 0.48493218 -0.16140999
+0.86374062 0.47177541 -0.15749319
+0.91852719 0.45792153 -0.15849294
+0.97594446 0.44462600 -0.16154429
+1.03574884 0.42189848 -0.16301218
+1.07127261 0.40611216 -0.16343923
+1.08517635 0.39117789 -0.16365983
+1.06869996 0.37439317 -0.16374958
+1.04618669 0.36043724 -0.16378887
+1.03104734 0.34549379 -0.16396110
+1.00378311 0.32598811 -0.16416407
+1.01047897 0.34408197 -0.16453221
+-0.10556788 0.34203786 -0.16511096
+-0.26589808 0.32849789 -0.16521324
+-0.24115005 0.31750226 -0.16509537
+-0.21942841 0.30263567 -0.16515873
+-0.19469304 0.29204836 -0.16527782
+-0.16477570 0.27496782 -0.16531834
+-0.11653543 0.32176471 -0.16540913
+-0.05116674 0.35217983 -0.16541238
+0.02395549 0.33022168 -0.16550550
+0.09954000 0.30981377 -0.16536088
+0.17255922 0.28947359 -0.16536798
+0.23983185 0.27523050 -0.16556883
+0.29848671 0.25557145 -0.16396403
+0.35771528 0.24183932 -0.16104461
+0.41769004 0.22379056 -0.15627275
+0.42863739 0.20329495 -0.09762209
+0.48132917 0.19114622 -0.09911763
+0.55072796 0.17509224 -0.11066672
+0.63406217 0.15800591 -0.13592745
+0.72277993 0.14479907 -0.15830533
+0.81408769 0.12979861 -0.16233160
+0.87962931 0.11425199 -0.16240206
+0.93967283 0.10032684 -0.16251166
+0.99520904 0.08462453 -0.16242661
+1.03934085 0.06690388 -0.16253372
+1.08607376 0.04914290 -0.16245399
+1.16723347 0.02704179 -0.16258150
+0.05912975 0.01286341 -0.16250823
+-0.04114933 -0.00268823 -0.16261622
+-0.06762005 -0.01741410 -0.16251789
+-0.09360417 -0.03524076 -0.16262968
+-0.11703961 -0.05015254 -0.16277947
+-0.13870719 -0.07230382 -0.16326547
+-0.13873091 0.07028627 -0.16325949
+-0.15937299 0.06404730 -0.16309360
+-0.11776067 0.04144052 -0.16309655
+-0.07913106 0.01882889 -0.16290750
+-0.03951292 -0.00577038 -0.16293725
+0.00428024 -0.02346895 -0.16277628
+0.04690108 -0.05078233 -0.16262491
+0.09383232 -0.06912466 -0.16244122
+0.14268768 -0.09869906 -0.16225377
+0.18540496 -0.12205709 -0.16211353
+0.22797561 -0.14214483 -0.16197938
+0.28449944 -0.13495095 -0.16186278
+0.35553810 -0.11818527 -0.16192529
+0.42692745 -0.10692530 -0.16005707
+0.50792617 -0.09297712 -0.16027650
+0.58800322 -0.07542804 -0.16029823
+0.66468352 -0.06138985 -0.16024685
+0.71581995 -0.04676871 -0.16015236
+0.77612001 -0.02913025 -0.16011739
+0.84390664 -0.00724154 -0.15994397
+0.91780412 0.00770890 -0.15986301
+0.43855608 0.02277227 -0.15555753
+0.25102490 0.04393349 -0.09044404
+0.26563838 0.06524945 -0.09083079
+0.26528257 0.08061849 -0.09090589
+0.26056042 0.09805407 -0.09108065
+0.26475763 0.11814974 -0.11028741
+0.30521271 0.17356047 -0.15863037
+0.10101844 0.18739747 -0.15852571
+-0.16392472 0.20858175 -0.15835674
+-0.10749058 0.23279440 -0.15812062
+-0.05720814 0.25379503 -0.15811794
+0.00597890 0.27482522 -0.15844555
+0.07292433 0.28924507 -0.15853895
+0.13942096 0.44745669 -0.15829174
+0.22434495 0.46866506 -0.15797183
+0.29462433 0.47892871 -0.15765522
+0.37204567 0.49428934 -0.15741007
+0.43123406 0.50944573 -0.15730640
+0.51195997 0.52302110 -0.15719141
+0.58502668 0.53562242 -0.15709127
+0.64024335 0.55060738 -0.15690766
+0.69727945 0.56401122 -0.15674524
+0.75163001 0.58198291 -0.15660076
+0.80068892 0.59723842 -0.15648258
+0.84933811 0.61627042 -0.15647559
+0.90482950 0.63206077 -0.15668958
+0.96745294 0.65131152 -0.15677148
+0.93927759 0.66820818 -0.15664960
+0.77003092 0.68339235 -0.15647362
+0.76513517 0.70425940 -0.15631251
+0.75044876 0.72416276 -0.15617689
+0.72547328 0.73734373 -0.15605167
+0.69315737 0.75439012 -0.15587707
+0.67287523 0.76892883 -0.15575173
+0.69499463 0.78240854 -0.15569021
+-0.09686925 0.80055290 -0.15555473
+-0.11860626 0.81495249 -0.15544462
+-0.06231526 0.83572483 -0.15533580
+-0.00706705 0.85820949 -0.15527226
+0.68641019 0.95859176 -0.15488560
+0.72161961 0.93851274 -0.15516384
+0.76386905 0.91592693 -0.15439789
+0.80944002 0.89377552 -0.15415636
+0.84376836 0.87011498 -0.15462151
+0.87466753 0.84662545 -0.15484250
+0.89467984 0.82771206 -0.15505517
+0.92681092 0.80191541 -0.15525308
+0.95938283 0.77701330 -0.15540878
+1.00755739 0.75804806 -0.15556271
+0.87006897 0.73297876 -0.15572210
+0.87714368 0.70528662 -0.15577455
+0.96149504 0.68125826 -0.15592824
+1.02576840 0.65380234 -0.15602823
+1.08168602 0.62715137 -0.15595740
+1.13211203 0.60292274 -0.15616424
+1.19971466 0.57232821 -0.15668267
+0.80484515 0.54804271 -0.15698223
+-0.29906973 0.51795983 -0.15712228
+-0.23035936 0.48956302 -0.15714425
+-0.18838370 0.45499873 -0.15702830
+-0.14204298 0.42624262 -0.15701488
+-0.09059943 0.39788425 -0.15713052
+-0.03032023 0.37469143 -0.15727347
+0.06730630 0.34834924 -0.15740080
+-0.14593819 0.32223630 -0.15749918
+-0.14842112 0.30089694 -0.15761796
+-0.12261512 0.31745735 -0.15780318
+-0.09564207 0.29272857 -0.15792914
+-0.06142854 0.26947910 -0.15808150
+-0.02139421 0.24379165 -0.15822390
+0.02282837 0.22285175 -0.15840900
+0.07188064 0.20268068 -0.15858135
+0.12004931 0.16594167 -0.15872435
+0.15510342 0.32560849 -0.15890978
+0.18499394 0.34395841 -0.15940556
+0.21550885 0.32119632 -0.16006705
+0.23664258 0.29430228 -0.16037869
+0.26318675 0.26898903 -0.16047308
+0.28859109 0.24730504 -0.16058670
+0.30786091 0.22114907 -0.16067420
+0.32429674 0.19361819 -0.16078082
+0.33032143 0.16121486 -0.14746924
+0.31759569 0.13683008 -0.09438147
+0.34972203 0.11145088 -0.09431162
+0.38461289 0.08525168 -0.09539138
+0.45485064 0.06216095 -0.13779418
+0.49528027 0.03466495 -0.15843245
+0.52549160 0.01232279 -0.16103493
+0.55199450 0.01959471 -0.16120860
+0.59347510 0.02490598 -0.15983418
+0.64430755 0.02743023 -0.16029052
+0.66041851 0.02555202 -0.16053045
+0.73813701 0.03375208 -0.16082324
+0.83366561 0.03950025 -0.16109303
+0.91756564 0.03990195 -0.16136710
+0.97070509 0.04995251 -0.16166013
+1.01755643 0.06011594 -0.16175501
+1.08350718 0.06995853 -0.16204154
+0.74290293 0.07953849 -0.16206174
+-0.16364127 0.08599870 -0.16244256
+-0.09203395 0.10056200 -0.16258435
+-0.04710236 0.11716978 -0.16267593
+-0.00215854 0.12885350 -0.16277416
+0.04453083 0.14637661 -0.16287576
+0.09387041 0.15727232 -0.16298133
+0.16592677 0.17336132 -0.16309075
+-0.19949001 0.18082836 -0.16320336
+-0.16024952 0.37235343 -0.16347818
+-0.14703637 0.39999968 -0.16395733
+-0.12980740 0.40253651 -0.16430533
+-0.11463147 0.40723854 -0.16442744
+-0.09455533 0.40734956 -0.16450119
+-0.06188296 0.41613570 -0.16458410
+-0.02032930 0.42028230 -0.16467527
+0.02334857 0.46991411 -0.16475847
+0.06349212 0.49720678 -0.16483271
+0.11776808 0.50466013 -0.16490883
+0.18027408 0.51014930 -0.16498388
+0.23448977 0.51878941 -0.16505708
+0.29644364 0.52647847 -0.16512765
+0.35982996 0.53523105 -0.16519530
+0.41726658 0.54047918 -0.16534856
+0.47315523 0.54454625 -0.16377975
+0.52883780 0.55555409 -0.16304784
+0.59355778 0.56333864 -0.16372608
+0.65524220 0.57023168 -0.16403973
+0.71535122 0.57398701 -0.16429469
+0.77910566 0.58654171 -0.16472475
+0.82972395 0.59447110 -0.16515106
+0.86908793 0.60357267 -0.16534406
+0.92044502 0.61585563 -0.16560677
+0.96682495 0.62111777 -0.16582091
+1.00758076 0.63170540 -0.16584194
+0.94499195 0.64283669 -0.16593650
+1.02676702 0.65410525 -0.16595583
+1.08270133 0.66828096 -0.16600090
+1.12314427 0.67743742 -0.16604602
+1.17023110 0.68820399 -0.16610934
+1.20882201 0.70194060 -0.16620097
+1.24840224 0.70973313 -0.16627319
+-0.11744965 0.72413725 -0.16641927
+-0.23311502 0.77542681 -0.16671528
+-0.18502785 0.77415091 -0.16698685
+-0.14460294 0.77769125 -0.16709486
+-0.09915236 0.78252345 -0.16714080
+-0.05140543 0.78975606 -0.16717948
+0.02814585 0.80013812 -0.16721317
+-0.06987932 0.81479287 -0.16726033
+-0.09632929 0.97164428 -0.16731420
+-0.04933686 0.97060013 -0.16736048
+-0.00508087 0.97364324 -0.16741396
+0.04466624 0.98468488 -0.16748112
+0.09442405 0.99561137 -0.16753715
+0.14761727 1.00167930 -0.16758418
+0.20131069 1.00904465 -0.16769847
+0.25005102 1.01339817 -0.16656956
+0.29023796 1.02141082 -0.16473447
+0.32864907 1.02519524 -0.16559313
+0.36307958 1.03620493 -0.16631633
+0.38957766 1.04734612 -0.16651693
+0.42332172 1.04333889 -0.16712244
+0.45580074 1.03191555 -0.16770661
+0.47587836 1.01996338 -0.16809595
+0.49998951 1.00764835 -0.16809934
+0.52570319 0.99250799 -0.16812278
+0.56850249 0.97787637 -0.16815063
+0.61036766 0.96464419 -0.16816308
+0.66088569 0.95046502 -0.16816126
+0.70933205 0.93533581 -0.16815864
+0.73852503 0.91951364 -0.16815878
+0.76571631 0.90322375 -0.16816317
+0.79285181 0.89169377 -0.16818236
+0.83167034 0.87436080 -0.16821703
+0.84556973 0.84973639 -0.16827604
+0.44224766 0.82405001 -0.16843271
+0.52596027 0.80274945 -0.16862832
+0.60606706 0.78877425 -0.16870861
+0.66650140 0.77210659 -0.16871773
+0.73381019 0.75662988 -0.16873845
+0.79512739 0.74747288 -0.16876076
+0.90080726 0.73195487 -0.16878638
+-0.22696474 0.78638917 -0.16882120
+-0.25533208 0.81771362 -0.16885120
+-0.23970239 0.79888147 -0.16887324
+-0.22746903 0.78056902 -0.16889726
+-0.21238048 0.76814872 -0.16892400
+-0.19696859 0.75307381 -0.16895252
+-0.15680020 0.74074495 -0.16900672
+-0.09467340 0.76014739 -0.16840221
+-0.04956177 0.78151327 -0.16587478
+-0.02586693 0.76449174 -0.16725269
+-0.00719467 0.75083160 -0.16793066
+0.01210688 0.73931783 -0.16850941
+0.02930518 0.72906870 -0.16863526
+0.05198338 0.71198398 -0.16925374
+0.06990624 0.69852877 -0.16926797
+0.09192608 0.68381178 -0.16930665
+0.11075053 0.67255676 -0.16935031
+0.15501481 0.65698367 -0.16939825
+0.20586458 0.64443523 -0.16944984
+0.24943015 0.63444865 -0.16950521
+0.31589416 0.61780345 -0.16956358
+0.38207996 0.60151821 -0.16962261
+0.44086426 0.58601004 -0.16968152
+0.49948782 0.56632233 -0.16974120
+0.56541544 0.55363953 -0.16979627
+0.64085329 0.53944063 -0.16984329
+0.73714399 0.51869702 -0.16994028
+0.82673001 0.50055379 -0.16944775
+0.89520872 0.48650444 -0.16636407
+0.95857078 0.47392473 -0.16758469
+1.01632810 0.45671558 -0.16930346
+1.06969917 0.44048953 -0.16989699
+1.13627779 0.43039820 -0.17007658
+0.69023389 0.43850315 -0.16998042
+0.13418807 0.47564059 -0.17005810
+0.18836288 0.46011037 -0.17001741
+0.22181657 0.44306347 -0.16998133
+0.26000199 0.43365997 -0.16994908
+0.29245839 0.42272940 -0.16991773
+0.33554688 0.40690190 -0.16990241
+0.17527984 0.43271515 -0.16966046
+-0.16440259 0.55218071 -0.16669849
+-0.12940198 0.53383410 -0.16761978
+-0.10861713 0.51967311 -0.16914861
+-0.08689535 0.50464398 -0.16984808
+-0.06343756 0.48842272 -0.16981943
+-0.03722785 0.47744444 -0.16981597
+-0.00859008 0.46203679 -0.16981043
+0.01828608 0.45040080 -0.16980797
+0.06214401 0.43423706 -0.16980872
+0.11830249 0.42277974 -0.16980758
+0.18362562 0.40975839 -0.16980621
+0.24223880 0.39149511 -0.16981126
+0.30229390 0.38134709 -0.16982220
+0.37655678 0.35897487 -0.16983519
+0.43394792 0.34363559 -0.16984916
+0.49325401 0.32793823 -0.16986439
+0.55021232 0.30969355 -0.16548747
+0.58316374 0.28393090 -0.12032277
+0.66827601 0.27019656 -0.13840635
+0.75465667 0.25634652 -0.15548727
+0.83362138 0.23507933 -0.16579355
+0.89949155 0.21922550 -0.16945359
+0.95018363 0.21094030 -0.16997322
+1.00187492 0.19594431 -0.17005755
+1.05832279 0.18014872 -0.17005961
+1.05030143 0.17478471 -0.17005327
+0.68866396 0.18554074 -0.14995129
+0.77046371 0.17361999 -0.16608234
+0.80520719 0.16957550 -0.16856721
+0.84043372 0.15668964 -0.16973493
+0.86907417 0.15247545 -0.16995180
+0.90243566 0.14174347 -0.17004469
+0.81905079 0.14205247 -0.16977976
+-0.22295430 0.37133545 -0.16740079
+-0.17736892 0.34792992 -0.16838241
+-0.16049984 0.33535114 -0.17015281
+-0.14246294 0.31886145 -0.17009309
+-0.12104109 0.31267846 -0.17009312
+-0.09664916 0.29457697 -0.17008942
+-0.06608321 0.28053179 -0.17007989
+-0.04018680 0.26910105 -0.17006676
+0.00263467 0.26166114 -0.17005153
+0.07648174 0.24220870 -0.17003468
+0.15409406 0.23348573 -0.17001764
+0.22605792 0.21719269 -0.17000306
+0.29087397 0.20318441 -0.16999157
+0.36575064 0.19154029 -0.16732411
+0.37952152 0.17148322 -0.10459246
+0.43683678 0.15450974 -0.10478687
+0.50204986 0.13998324 -0.11193614
+0.59603947 0.12367377 -0.14659469
+0.67437994 0.09513446 -0.16828248
+0.72120315 0.08287780 -0.16978729
+0.78969479 0.06975680 -0.17001373
+0.84794587 0.05634014 -0.17002533
+0.88773018 0.03116020 -0.17002450
+0.94338387 0.01821423 -0.17002076
+0.99453694 0.00648519 -0.17001541
+1.05766952 -0.00128481 -0.17000954
+1.11438441 -0.00586313 -0.17000467
+1.17434263 -0.02695669 -0.17000321
+1.21795273 -0.02917870 -0.17000581
+1.24455285 -0.03222533 -0.17001221
+1.27540672 -0.03484517 -0.17002200
+1.26654994 -0.03327199 -0.17009053
+1.30885124 -0.05277097 -0.16856462
+-0.24288692 0.25014904 -0.16670693
+-0.19471574 0.23026259 -0.16613394
+-0.17834501 0.21857378 -0.16719106
+-0.16038229 0.20654701 -0.16557749
+-0.14066073 0.20215711 -0.16564438
+-0.11600277 0.18947074 -0.16571027
+-0.08768582 0.18420379 -0.16412933
+-0.06393169 0.17151780 -0.16419514
+-0.02586634 0.16649802 -0.16426055
+0.02977784 0.16171688 -0.16268601
+0.10194825 0.14844762 -0.16280663
+0.16260408 0.14335896 -0.16123591
+0.21977398 0.12970629 -0.16129750
+0.26928580 0.12225622 -0.14889547
+0.27113488 0.11960578 -0.09744450
+0.31797090 0.11045823 -0.09267078
+0.35665762 0.09328062 -0.09277476
+0.40257251 0.08306900 -0.09941407
+0.46401230 0.07260536 -0.13068783
+0.50710273 0.06562828 -0.14716327
+0.54596931 0.04823275 -0.15511981
+0.58295357 0.03843904 -0.15658972
+0.61097926 0.03183979 -0.15683192
+0.63783491 0.02439038 -0.15695676
+0.67472303 0.00988627 -0.15540797
+0.70877492 0.00689234 -0.15545148
+0.77830255 0.00700897 -0.15549941
+0.81232750 0.00629967 -0.15393367
+0.81874466 0.00736131 -0.15397479
+0.83326977 0.00198384 -0.15397528
+0.83418852 0.00275149 -0.15402201
+0.83571458 0.00290027 -0.15246402
+0.86645126 -0.00563103 -0.15254927
+-0.14572699 0.21990742 -0.15162992
+-0.13684915 0.20359580 -0.15253614
+-0.12475955 0.19299704 -0.15255889
+-0.11367212 0.19186375 -0.15100969
+-0.10042924 0.18098144 -0.15105450
+-0.08722126 0.17974766 -0.15105820
+-0.06683425 0.16809501 -0.15105085
+-0.05103558 0.16635677 -0.15110654
+-0.02658404 0.15507573 -0.14955880
+0.01208328 0.15336731 -0.14962415
+0.05114092 0.14215343 -0.14962491
+0.08969912 0.14008893 -0.14963603
+0.13106216 0.13765404 -0.14965428
+0.17488934 0.12494114 -0.14971282
+0.20760493 0.12147449 -0.14819141
+0.24185574 0.11642577 -0.14604315
+0.24657780 0.11121238 -0.11158462
+0.26120162 0.09917016 -0.08036258
+0.29449093 0.09253457 -0.08057145
+0.31015146 0.08588129 -0.08058621
+0.34960425 0.07694267 -0.08274222
+0.37959969 0.07108895 -0.09722751
+0.42711914 0.05727012 -0.12675337
+0.46628162 0.04869022 -0.13992910
+0.49186176 0.04216618 -0.14412560
+0.53377098 0.03947308 -0.14594817
+0.59707081 0.03949439 -0.14656673
+0.62845314 0.03483507 -0.14664523
+0.64572269 0.03509432 -0.14663230
+0.65753001 0.03668981 -0.14661969
+0.66568983 0.03797055 -0.14660719
+0.67634451 0.04011779 -0.14659898
+0.70419043 0.02618839 -0.14663106
+-0.14845330 0.22027870 -0.14574163
+-0.11442159 0.20802820 -0.14663252
+-0.10641070 0.20164093 -0.14660552
+-0.09899079 0.19540657 -0.14661181
+-0.08782504 0.18840095 -0.14662065
+-0.07671304 0.18714312 -0.14663306
+-0.05972646 0.17937142 -0.14664920
+-0.04825057 0.17780893 -0.14666986
+-0.03055969 0.17587414 -0.14669490
+-0.00297513 0.16823590 -0.14672393
+0.03298819 0.16636872 -0.14675666
+0.07354967 0.15867877 -0.14679198
+0.11259209 0.15630677 -0.14682057
+0.15499631 0.15284933 -0.14684922
+0.17997341 0.15018100 -0.14687583
+0.21755600 0.14278136 -0.14691009
+0.25207797 0.13839385 -0.14684463
+0.27888021 0.13280953 -0.13154362
+0.27669093 0.12913772 -0.08935376
+0.30232275 0.11793503 -0.07985141
+0.33430085 0.11391445 -0.08005749
+0.36577529 0.10711985 -0.08178112
+0.39230368 0.10275529 -0.08192517
+0.43113190 0.09627881 -0.09310414
+0.49982634 0.08399235 -0.12783836
+0.53128546 0.10645557 -0.12184215
+0.60470271 0.15165487 -0.11990326
+0.63958311 0.17839430 -0.12076351
+0.67754877 0.18181869 -0.13020636
+0.69254649 0.17712897 -0.13677341
+0.71416712 0.18225430 -0.13998616
+0.72285110 0.18451996 -0.14109544
+0.74868727 0.18056189 -0.14615877
+-0.17804539 0.37688795 -0.15280230
+-0.14116113 0.36336303 -0.15269914
+-0.13684210 0.36067903 -0.15420434
+-0.13209899 0.35384426 -0.15409493
+-0.12251933 0.35652524 -0.15404247
+-0.11147993 0.34888014 -0.15394676
+-0.09662234 0.35102707 -0.15380272
+-0.08327878 0.34317958 -0.15529636
+-0.06376231 0.34502274 -0.15519056
+-0.03426382 0.34296298 -0.15511203
+0.00332972 0.33823863 -0.15504040
+0.05382164 0.33612096 -0.15491055
+0.10141597 0.33734688 -0.15640126
+0.15334882 0.33125898 -0.15629181
+0.19330317 0.32815427 -0.15625198
+0.24792290 0.32714856 -0.15617287
+0.28704134 0.32671234 -0.15768529
+0.34271318 0.31368059 -0.15758692
+0.39168611 0.31098375 -0.15749307
+0.42784536 0.30943018 -0.15901713
+0.48701215 0.30146208 -0.15881930
+0.52589214 0.29025802 -0.14953756
+0.54457837 0.28479183 -0.11658525
+0.59258926 0.28030434 -0.11130370
+0.66856557 0.27204397 -0.12748137
+0.74393511 0.27201590 -0.14247218
+0.85691726 0.27237138 -0.15830594
+0.92558849 0.26771483 -0.16184169
+0.96908653 0.27342162 -0.16239217
+0.99601573 0.27521005 -0.16415130
+1.03068376 0.28037328 -0.16417448
+1.05298328 0.28517258 -0.16408017
+1.09477007 0.28310618 -0.16564368
+-0.23683831 0.51398265 -0.16551191
+-0.19210108 0.50298601 -0.16706674
+-0.18597260 0.49913982 -0.16697274
+-0.17688365 0.49482015 -0.16687270
+-0.16250625 0.49773473 -0.16842139
+-0.14707370 0.49259484 -0.16832095
+-0.12345465 0.49469259 -0.16822103
+-0.10257466 0.49694374 -0.16978016
+-0.07695441 0.49087575 -0.16962880
+-0.03835111 0.49284819 -0.17119966
+0.01260664 0.49442905 -0.17105851
+0.07447497 0.48824939 -0.17264643
+0.15310530 0.48985729 -0.17256893
+0.24068095 0.48355123 -0.17255320
+0.30113170 0.46956205 -0.17245659
+0.37763208 0.46269739 -0.17246544
+0.44287604 0.45209926 -0.17235239
+0.50960624 0.44378692 -0.17233101
+0.57912368 0.43436906 -0.17221963
+0.63057220 0.41796902 -0.17220339
+0.70514905 0.40642178 -0.16856731
+0.75931042 0.39166942 -0.15510419
+0.81031346 0.38407004 -0.15944585
+0.88200361 0.37463936 -0.16688111
+0.94873816 0.35553643 -0.17024603
+1.02884412 0.34537008 -0.17182861
+0.96775794 0.34064141 -0.17110926
+1.01822519 0.33840567 -0.17203873
+1.04404974 0.33584124 -0.17194039
+1.06131363 0.33603349 -0.17196612
+1.06720650 0.33588150 -0.17179209
+1.07093036 0.32543451 -0.17166099
+1.11490655 0.31652644 -0.17169888
+-0.14107758 0.51822704 -0.17153364
+-0.17036486 0.50690788 -0.17152420
+-0.14045586 0.49502447 -0.17139019
+-0.11333553 0.48734927 -0.17134145
+-0.08408741 0.47608566 -0.17124473
+-0.05048212 0.46802670 -0.17109123
+-0.00817276 0.45620832 -0.17112830
+0.02509523 0.44791773 -0.17099328
+0.06814102 0.44310805 -0.17104980
+0.11013012 0.42840245 -0.17093422
+0.16465002 0.42262843 -0.17090045
+0.23382840 0.41484448 -0.17091957
+0.30385703 0.40051422 -0.17083527
+0.37927410 0.39435118 -0.17080903
+0.44908851 0.38573322 -0.17079721
+0.51697016 0.37951440 -0.17076991
+0.57724172 0.36418235 -0.17059806
+0.63707054 0.35219288 -0.16009773
+0.67882413 0.34256050 -0.13997182
+0.76217324 0.33222970 -0.15321065
+0.83699757 0.32207063 -0.16340320
+0.89699244 0.30803442 -0.16786654
+0.94064677 0.29797265 -0.16947781
+0.99104071 0.28733951 -0.17033187
+1.04117584 0.27570206 -0.17050102
+1.10499048 0.26787055 -0.17091671
+0.60946172 0.27005720 -0.12538444
+0.51515365 0.26676804 -0.13526894
+0.51737946 0.25543973 -0.11291466
+0.52401131 0.25086656 -0.11111218
+0.52692527 0.24699429 -0.11168376
+0.53184193 0.24621032 -0.11237806
+0.57639551 0.23687062 -0.12069716
+0.07259157 0.36694902 -0.16965312
+-0.08595069 0.37893245 -0.16967019
+-0.02552250 0.36543745 -0.16964380
+0.02621875 0.35219428 -0.16963978
+0.07496471 0.34368116 -0.16948538
+0.12294550 0.33182716 -0.16945879
+0.18111791 0.32243201 -0.16937235
+0.23288228 0.31040150 -0.16933137
+0.28662759 0.30088979 -0.16915548
+0.34070823 0.29311210 -0.16914970
+0.39806119 0.28156278 -0.16901024
+0.46024460 0.27253729 -0.16874291
+0.50131983 0.26414436 -0.14938346
+0.53795922 0.25445768 -0.11218750
+0.62001687 0.24301428 -0.12870541
+0.69203675 0.23107910 -0.14484112
+0.75212651 0.22341824 -0.15591329
+0.81498981 0.21412812 -0.16462702
+0.87911063 0.20363602 -0.16810763
+0.95850152 0.18886825 -0.16891478
+1.02799547 0.17580464 -0.16885480
+1.07142234 0.16201174 -0.16889742
+1.10164523 0.15249252 -0.16879560
+1.13162351 0.14345010 -0.16888420
+1.15382528 0.13316819 -0.16885938
+1.18886364 0.11974945 -0.16919014
+0.62494785 0.13820191 -0.14514221
+-0.10836098 0.14462107 -0.16632709
+-0.09319470 0.13244471 -0.16649556
+-0.10100085 0.12416878 -0.16659622
+-0.10292461 0.11846219 -0.16644160
+-0.10694586 0.10894896 -0.16659309
+-0.09070375 0.09753943 -0.16665581
+-0.06252059 0.13633758 -0.16649896
+-0.01381719 0.15400253 -0.16654526
+0.08972556 0.13971052 -0.16666141
+0.18334217 0.13228852 -0.16783397
+0.27290627 0.14018053 -0.17048720
+0.30984592 0.14060186 -0.13664559
+0.34305355 0.13410078 -0.10667580
+0.39341825 0.12565114 -0.10698641
+0.42863470 0.11371955 -0.10743071
+0.47489631 0.09747428 -0.12108380
+0.53354013 0.07443251 -0.15552977
+0.67199135 0.04425270 -0.16669142
+0.69885069 0.02652401 -0.16617134
+0.73973739 0.01296758 -0.16625844
+0.79305851 0.00535914 -0.16610910
+0.83851713 -0.00404050 -0.17169735
+0.75718230 -0.01587148 -0.09677757
+-0.12389102 -0.06320754 -0.07491380
+-0.08080065 -0.06420712 -0.07516307
+-0.06509157 -0.06857618 -0.07404427
+-0.05248176 -0.07201483 -0.07287284
+-0.04460130 -0.07752158 -0.06702825
+-0.07843173 -0.06487063 -0.13921873
+0.93126851 -0.08606324 -0.16771522
+1.01820397 -0.09882835 -0.16551566
+1.07950437 -0.11333591 -0.16555293
+0.62927270 -0.12930559 -0.16565697
+0.58617717 -0.13637123 -0.17099594
+-0.16676994 -0.10976897 -0.09523591
+-0.15008900 -0.11982797 -0.16318689
+-0.13932972 -0.14310449 -0.16047077
+-0.11564752 -0.15849812 -0.16028117
+-0.08429669 -0.17392874 -0.16011913
+-0.04398352 -0.18532240 -0.16023096
+0.00944356 -0.18464039 -0.16005972
+0.07150336 -0.17709851 -0.16005893
+0.12848009 -0.17156106 -0.15993735
+0.19278865 -0.15733849 -0.15983845
+0.25880781 -0.14448227 -0.15970422
+0.31457919 -0.13416049 -0.15831378
+0.37565845 -0.11627525 -0.15412448
+0.44121984 -0.10572875 -0.14999589
+0.49834368 -0.09207692 -0.14856713
+0.54766017 -0.07829683 -0.14857109
+0.60762948 -0.06788944 -0.14852670
+0.68008959 -0.05541912 -0.14821616
+0.76025844 -0.04398730 -0.14828837
+0.86083102 -0.03001473 -0.14830989
+0.93423975 -0.01734972 -0.14841686
+0.99565494 -0.00577071 -0.14842170
+1.05254960 0.00721091 -0.14856265
+1.09603500 0.01833214 -0.14874838
+1.13752639 0.03306908 -0.14873885
+1.07329369 0.07511667 -0.14903995
+-0.36297908 0.09382500 -0.14917561
+-0.31030661 0.10947011 -0.14920329
+-0.29187855 0.12363008 -0.14931202
+-0.27238908 0.13887738 -0.14915247
+-0.24554630 0.15555593 -0.14944082
+-0.21530287 0.16602634 -0.14512970
+-0.15738820 0.25263238 -0.14056174
+-0.07698890 0.29270199 -0.14151783
+-0.00671422 0.29840958 -0.14193931
+0.03609527 0.30828193 -0.14227164
+0.08577515 0.31186178 -0.14271826
+0.13053751 0.32021925 -0.14288694
+0.17833158 0.33184537 -0.14285068
+0.22792172 0.33744481 -0.14304017
+0.28030962 0.34917209 -0.14298116
+0.32676420 0.35654902 -0.14341563
+0.38074163 0.36944315 -0.14360799
+0.44809416 0.38039553 -0.14357588
+0.52078283 0.39763257 -0.14386256
+0.59901774 0.41396055 -0.14376688
+0.67699528 0.42546093 -0.14360596
+0.74314326 0.44163066 -0.14118256
+0.79686582 0.45198500 -0.13682486
+0.84615427 0.46778995 -0.13693987
+0.90091813 0.48123035 -0.13839051
+0.95863581 0.48460999 -0.14150934
+0.82759166 0.49510214 -0.14291762
+0.15540296 0.50901997 -0.14483210
+0.17890526 0.51949978 -0.14509669
+0.17923367 0.53428155 -0.14512357
+0.17568412 0.55141860 -0.14546975
+0.16994782 0.56945944 -0.14568916
+0.16362526 0.59370941 -0.14628941
+0.19217582 0.72195679 -0.14625095
+-0.14686608 0.73770773 -0.14620921
+-0.10295346 0.75221312 -0.14658158
+-0.04351087 0.77307844 -0.14657602
+0.01888361 0.78134429 -0.14708236
+0.09130713 0.80206829 -0.14494747
+0.16670869 0.81828922 -0.13409220
+0.24834822 0.86600614 -0.13604805
+0.31729028 0.87400514 -0.13658722
+0.38851997 0.88867384 -0.13726173
+0.46016622 0.90464395 -0.13781478
+0.52888447 0.92086828 -0.13829525
+0.58909547 0.93842310 -0.13820884
+0.64081144 0.95568025 -0.13874353
+0.69356000 0.97384012 -0.13863488
+0.75146890 0.98607135 -0.13916498
+0.80366689 1.00251055 -0.13894182
+0.84867579 1.02103853 -0.13963099
+0.90605634 1.03900945 -0.13947773
+0.96678829 1.03119731 -0.14019245
+0.99289584 1.01454651 -0.14019854
+0.74734330 0.99659395 -0.14093198
+0.75111037 0.97833401 -0.14073852
+0.74174112 0.95561564 -0.14149310
+0.71279925 0.93190193 -0.14126329
+0.68425250 0.90651524 -0.14191395
+0.66010600 0.89441544 -0.14181577
+0.65916884 0.89214015 -0.14161628
+-0.07026266 0.87288344 -0.14226291
+-0.21940067 0.85622132 -0.14216679
+-0.19064629 0.83755183 -0.14280888
+-0.16920446 0.82363820 -0.14284991
+-0.14486371 0.80773866 -0.14387482
+-0.11792333 0.81006980 -0.14397126
+-0.08198456 0.88772041 -0.14377807
+-0.03640887 0.86359859 -0.14438568
+0.00665290 0.84782988 -0.14437303
+0.04543244 0.82144278 -0.14496495
+0.08363941 0.80588669 -0.14546452
+0.12762466 0.79019535 -0.13159670
+0.18243249 0.75974119 -0.13011503
+0.22539870 0.73820037 -0.13125400
+0.28446904 0.71463645 -0.13201176
+0.34019008 0.69769228 -0.13277510
+0.38114288 0.67652690 -0.13355644
+0.43693969 0.65398133 -0.13364358
+0.49651828 0.63280600 -0.13414395
+0.55988830 0.60903609 -0.13422810
+0.67340970 0.58678228 -0.13508455
+0.75721961 0.56247324 -0.13626172
+0.80748171 0.54322374 -0.13667384
+0.82990497 0.51858997 -0.13696922
+0.85035360 0.50795013 -0.13604496
+0.86696070 0.51172745 -0.13580982
+0.90097028 0.51120394 -0.13514131
+0.45427522 0.50196326 -0.13957950
+-0.29818329 0.48599371 -0.14019880
+-0.25358656 0.46946126 -0.14077395
+-0.23050508 0.45667106 -0.14144683
+-0.20496017 0.43734428 -0.14206675
+-0.17404595 0.46481034 -0.14218996
+-0.12337442 0.58285588 -0.14274658
+-0.03543917 0.55809850 -0.14330545
+0.06007781 0.53785992 -0.14378111
+0.15572557 0.51947570 -0.14442231
+0.22347558 0.50455183 -0.14449230
+0.29783952 0.48339084 -0.14446518
+1.02583933 0.48157698 -0.14446050
+1.05611217 0.48536780 -0.14564556
+1.03944921 0.49734417 -0.13651140
+0.58851731 0.50819808 -0.13164856
+0.67629212 0.51987964 -0.13320948
+0.72858733 0.52391475 -0.13395070
+0.78813016 0.53439283 -0.13467006
+0.84299797 0.54615378 -0.13540339
+0.88532954 0.55550587 -0.13542131
+0.96482342 0.56843841 -0.13482197
+0.14585011 0.57448393 -0.13630478
+-0.29801261 0.58480990 -0.13647571
+-0.27763030 0.59926111 -0.13722782
+-0.26990348 0.61291748 -0.13760464
+-0.26071155 0.63208723 -0.13747810
+-0.24497041 0.64756310 -0.13765189
+-0.17124933 0.66676468 -0.13811789
+-0.05876841 0.68016958 -0.13827468
+-0.01527936 0.69358367 -0.13892812
+0.06775752 0.73010534 -0.13932785
+0.12339177 0.82588995 -0.14006996
+0.16853064 0.81977069 -0.14043187
+0.20330422 0.82805163 -0.14125727
+0.23502371 0.83550847 -0.14134900
+0.28636163 0.84372705 -0.14162078
+0.31804368 0.85230047 -0.14245473
+0.35538822 0.85630751 -0.14271829
+0.38556924 0.95445836 -0.14358121
+0.41991350 0.96222496 -0.14398535
+0.45566392 0.97218114 -0.14502409
+0.49110499 0.98769563 -0.14526440
+0.53493488 0.99773759 -0.14604314
+0.57256472 1.00813019 -0.14599876
+0.60604495 1.02064097 -0.14611642
+0.63906199 1.02570701 -0.14697854
+0.67182934 1.03086972 -0.14589648
+0.71361953 1.04185450 -0.13205931
+0.75257385 1.05365801 -0.13469358
+0.79765534 1.06970787 -0.13573925
+0.83648813 1.08263552 -0.13668032
+0.86719614 1.09581685 -0.13767302
+0.89001364 1.10945976 -0.13865559
+0.92530334 1.12349415 -0.13869601
+0.95706850 1.13513446 -0.13966966
+1.01313972 1.15075874 -0.13970189
+0.79980046 1.16539168 -0.14050587
+0.85389078 1.18081295 -0.14049394
+0.92831695 1.17199290 -0.14130737
+0.98816216 1.15469718 -0.14124095
+1.03713059 1.13627660 -0.14207646
+1.09038496 1.11676955 -0.14222722
+1.16207242 1.09453630 -0.14303979
+0.33962566 1.06650352 -0.14317980
+-0.31506497 1.04129112 -0.14392598
+-0.27775076 1.01287949 -0.14406995
+-0.24399759 0.98720723 -0.14483312
+-0.19922051 0.96480435 -0.14494763
+-0.15409514 0.94171625 -0.14502464
+-0.09371848 0.92378652 -0.14568631
+-0.06078815 0.90060359 -0.14584346
+-0.15500163 0.87200165 -0.14646430
+-0.11640687 0.91807121 -0.14671709
+-0.09596119 0.89509231 -0.14753599
+-0.06617750 0.87484646 -0.14774013
+-0.02809728 0.85466820 -0.14829901
+0.01527554 0.83753300 -0.14839792
+0.07694871 0.81697971 -0.14896308
+0.12469635 0.79009300 -0.14910333
+0.17574863 0.84936184 -0.15003274
+0.21150984 0.84414357 -0.14121379
+0.24997102 0.82418329 -0.13963677
+0.28387821 0.80502558 -0.14071964
+0.30928233 0.78541678 -0.14153522
+0.34561285 0.77190769 -0.14226608
+0.37330380 0.75127590 -0.14260624
+0.39748147 0.72917980 -0.14309974
+0.42155591 0.71349365 -0.14386950
+0.45183179 0.69266522 -0.14411381
+0.48726729 0.67743552 -0.14465514
+0.52969760 0.65640491 -0.14491169
+0.57821763 0.63586724 -0.14535412
+0.61273974 0.62052673 -0.14567691
+0.64081228 0.59720093 -0.14611775
+0.66330969 0.57796103 -0.14650944
+0.68777847 0.55474800 -0.14694107
+0.73010331 0.53533697 -0.14723548
+0.67471170 0.50781584 -0.14756653
+0.50637972 0.48393613 -0.14780152
+0.60096061 0.45788953 -0.14784457
+0.67432439 0.43633515 -0.14805433
+0.73887849 0.41549689 -0.13756810
+0.81308568 0.38819045 -0.13437408
+0.89947331 0.36363220 -0.14441210
+0.91000021 0.34077108 -0.14589436
+-0.33768746 0.32725731 -0.14951500
+-0.29903230 0.31874231 -0.14986242
+-0.29652047 0.29794589 -0.15021335
+-0.29310846 0.27987280 -0.15044498
+-0.28217578 0.26689589 -0.15066138
+-0.23531862 0.24877092 -0.15067011
+-0.16291876 0.23351695 -0.15090263
+-0.16124122 0.24979798 -0.15136601
+-0.12423208 0.42538518 -0.14777258
+-0.10404059 0.39638901 -0.14414580
+-0.08307309 0.37760678 -0.14522988
+-0.06465851 0.35862330 -0.14574353
+-0.04300381 0.34461302 -0.14634684
+-0.01393569 0.32405654 -0.14665568
+0.01419441 0.30216575 -0.14688936
+0.04734889 0.27530929 -0.14746965
+0.07865243 0.25827971 -0.14777225
+0.11689217 0.23639010 -0.14799881
+0.16695601 0.22091337 -0.14831834
+0.21658975 0.20528843 -0.14860326
+0.27608818 0.18162209 -0.14892080
+0.32796746 0.16360468 -0.13477387
+0.34422201 0.14620288 -0.08335727
+0.39822686 0.12789960 -0.08380436
+0.47187260 0.10105325 -0.10466173
+0.56550848 0.07833999 -0.14503075
+0.64241952 0.08116081 -0.14959715
+0.72537833 0.08461928 -0.15046558
+0.79268461 0.07733289 -0.15069638
+0.84505200 0.07998515 -0.15099743
+0.89436746 0.08321949 -0.15110846
+0.94576627 0.08744367 -0.15136293
+1.00492728 0.09040416 -0.15145923
+0.93088186 0.09235096 -0.15170507
+0.45231330 0.10261538 -0.09699725
+0.53385550 0.11151306 -0.12067467
+0.59014779 0.12577577 -0.13022465
+0.62736821 0.13939495 -0.13408743
+0.67347276 0.15335965 -0.13975270
+0.71509296 0.16261533 -0.14492650
+0.70448911 0.16263576 -0.14334372
+-0.27904597 0.32026604 -0.15181904
+-0.23264433 0.39441594 -0.14798675
+-0.22230676 0.39247358 -0.14901465
+-0.21131796 0.39471540 -0.14934896
+-0.19567955 0.39765540 -0.14962718
+-0.17806125 0.39851135 -0.14974186
+-0.13406490 0.39875743 -0.15009016
+-0.07026926 0.42501912 -0.15035252
+-0.01639123 0.44185838 -0.15045787
+0.03012794 0.44278792 -0.15073164
+0.09314005 0.44757438 -0.15082821
+0.16123052 0.44939202 -0.15110233
+0.23032659 0.45796749 -0.15119101
+0.30780414 0.46525651 -0.15151487
+0.36303145 0.46357524 -0.15183385
+0.42684758 0.46540409 -0.15196197
+0.48714846 0.46851295 -0.15204924
+0.54708207 0.47282434 -0.15224703
+0.60648406 0.47282720 -0.15228453
+0.64715683 0.48012859 -0.15250477
+0.69572353 0.48210612 -0.15254486
+0.74417406 0.48651874 -0.15271929
+0.77567303 0.48802337 -0.15252838
+0.81089860 0.48890817 -0.15180223
+0.85039037 0.49607551 -0.15066035
+0.89720410 0.50668854 -0.15025255
+0.96273291 0.53502870 -0.15185681
+1.02032423 0.57182944 -0.15377478
+1.05028629 0.58693820 -0.15433006
+1.06905925 0.59416765 -0.15461248
+1.07766998 0.60299587 -0.15468527
+1.08652627 0.61104375 -0.15475500
+1.11826515 0.61586690 -0.15505117
+0.47401273 0.66354513 -0.15531510
+-0.07060028 0.74821949 -0.15270878
+-0.01381903 0.74066967 -0.15317118
+0.02163143 0.74075079 -0.15349166
+0.06484753 0.74403453 -0.15348487
+0.10602539 0.74120605 -0.15365615
+0.17141356 0.74321103 -0.15379287
+0.04195895 0.76679373 -0.15391682
+-0.17633262 0.83445072 -0.15390028
+-0.13259713 0.83191866 -0.15402307
+-0.09828422 0.83183205 -0.15393245
+-0.05993364 0.84079009 -0.15405241
+-0.01619692 0.84450412 -0.15402907
+0.03638899 0.84324169 -0.15415545
+0.09693082 0.84455866 -0.15420099
+0.15347958 0.84370798 -0.15440840
+0.19978277 0.84407741 -0.15433745
+0.24175632 0.84904397 -0.15437731
+0.28287375 0.85272717 -0.15431175
+0.31414765 0.85376751 -0.15441364
+0.34981766 0.85838848 -0.15440290
+0.38983339 0.86077404 -0.15446423
+0.42072761 0.86577773 -0.15444766
+0.44748673 0.87138820 -0.15455402
+0.48024857 0.87259138 -0.15453801
+0.52673417 0.87760782 -0.15463291
+0.57649159 0.88164473 -0.15464626
+0.63341755 0.88788891 -0.15484683
+0.68512768 0.89040077 -0.15488327
+0.71918392 0.89828688 -0.15484239
+0.74511623 0.90549457 -0.15491119
+0.78315324 0.90834099 -0.15488558
+0.82615650 0.91360557 -0.15497783
+0.77227598 0.91962826 -0.15521589
+0.36991495 0.97031665 -0.15418905
+0.44565910 0.96396977 -0.15462571
+0.50603497 0.95825726 -0.15463321
+0.56059748 0.95945340 -0.15471518
+0.62107807 0.96182752 -0.15478610
+0.67692626 0.96095175 -0.15484780
+0.61542875 0.97138655 -0.15485086
+-0.28057986 1.07072461 -0.15486386
+-0.23698822 1.06736469 -0.15494473
+-0.22213510 1.07359922 -0.15489574
+-0.20261894 1.07494509 -0.15497875
+-0.17949772 1.07832742 -0.15493630
+-0.15292950 1.08409274 -0.15501396
+-0.09777571 1.08102655 -0.15507552
+-0.03316545 1.07880318 -0.15517713
+0.01144338 1.07725155 -0.15516853
+0.04018372 1.08097494 -0.15515032
+0.06825190 1.08303535 -0.15507257
+0.09803353 1.08961070 -0.15512082
+0.12305577 1.09293771 -0.15506966
+0.15667148 1.09964943 -0.15510233
+0.17613816 1.10283911 -0.15507960
+0.20467810 1.11005807 -0.15505947
+0.21947226 1.11321199 -0.15503150
+0.26407194 1.11196899 -0.15500823
+0.30375886 1.11985719 -0.15498982
+0.34083742 1.12342286 -0.15498973
+0.40571567 1.13066816 -0.15497033
+0.44926003 1.13449049 -0.15494609
+0.48403782 1.13771045 -0.15491760
+0.53513455 1.14055943 -0.15491426
+0.59217566 1.14638543 -0.15487526
+0.67047590 1.14445138 -0.15519191
+0.68891746 1.13934016 -0.15548818
+0.76986665 1.13883889 -0.15584762
+0.85384697 1.13819778 -0.15577990
+0.91611087 1.13872898 -0.15578565
+0.98375416 1.13840699 -0.15570998
+1.04360616 1.13865936 -0.15571789
+1.15629292 1.14027035 -0.15566935
+-0.35442933 1.22262740 -0.15569033
+-0.30846009 1.22394180 -0.15564939
+-0.28725982 1.21933305 -0.15559675
+-0.27317169 1.21465051 -0.15554811
+-0.24865678 1.21006250 -0.15552065
+-0.22410913 1.20544195 -0.15552463
+-0.16309623 1.19517517 -0.15559322
+-0.14520496 1.18767595 -0.15565671
+-0.09730326 1.17518604 -0.15568900
+-0.07218058 1.17229140 -0.15568653
+-0.04826611 1.16906321 -0.15570685
+-0.02222011 1.16607010 -0.15571764
+0.00230495 1.16290188 -0.15573084
+0.03662315 1.16022038 -0.15577392
+0.05552726 1.16140056 -0.15579177
+0.08908791 1.15466380 -0.15581186
+0.11423659 1.15183461 -0.15586071
+0.15364435 1.14846396 -0.15591034
+0.21288709 1.14567363 -0.15595636
+0.25050226 1.14204895 -0.15597185
+0.32314581 1.13856840 -0.15599948
+0.37404203 1.13448489 -0.15604970
+0.41948867 1.13011146 -0.15605101
+0.48183259 1.12952805 -0.15604793
+0.54732901 1.12103450 -0.15606865
+0.61699814 1.11211038 -0.15635683
+0.73743451 1.10069585 -0.15692380
+0.80993766 1.09085512 -0.15720303
+0.88575995 1.08957958 -0.15715334
+0.94006824 1.08419633 -0.15707348
+1.00182819 1.07769895 -0.15702274
+1.05642319 1.06927705 -0.15701750
+1.15750289 1.06319451 -0.15699619
+-0.03601503 1.08269429 -0.15697739
+-0.02256700 1.08281815 -0.15699020
+-0.00068745 1.07869279 -0.15696254
+0.01754656 1.07334197 -0.15691018
+0.03752927 1.07386041 -0.15690517
+0.05893654 1.06918955 -0.15693052
+0.10789757 1.06441641 -0.15694696
+-0.15265645 1.08993971 -0.15688363
+-0.11952831 1.08075142 -0.15689389
+-0.09503356 1.08023858 -0.15687771
+-0.07249746 1.07685792 -0.15690503
+-0.04702541 1.07654357 -0.15690500
+-0.02333327 1.07318819 -0.15687835
+0.01284570 1.07256711 -0.15685377
+0.03342624 1.06905901 -0.15685856
+0.06811770 1.06832612 -0.15689257
+0.10128326 1.06899440 -0.15690173
+0.14207105 1.06445301 -0.15688637
+0.20351569 1.06507099 -0.15687281
+0.24780831 1.06106353 -0.15686092
+0.32169583 1.05964899 -0.15687579
+0.37454477 1.05929601 -0.15691634
+0.42372337 1.05422521 -0.15692849
+0.48321089 1.05378568 -0.15691122
+0.55114686 1.05160880 -0.15689021
+0.61943918 1.04344773 -0.15717053
+0.73004776 1.03731143 -0.15773597
+0.80278355 1.03303552 -0.15795738
+0.87446845 1.03224611 -0.15789245
+0.92882013 1.02484751 -0.15786390
+0.99230510 1.02333021 -0.15782027
+1.04659665 1.02135134 -0.15776287
+1.14801753 1.02019238 -0.15768695
+0.06258760 1.02107167 -0.15761106
+0.10898219 1.02028537 -0.15755278
+0.12428564 1.02094448 -0.15749729
+0.13761991 1.02149069 -0.15744354
+0.15173347 1.02179456 -0.15739368
+0.17249264 1.02229857 -0.15734896
+0.21653304 1.01582253 -0.15731052
+-0.17143993 1.05718172 -0.15720700
+-0.12631088 1.05127800 -0.15722859
+-0.10324924 1.05034959 -0.15718369
+-0.08119658 1.04941893 -0.15715899
+-0.05520350 1.04827297 -0.15713751
+-0.03124630 1.04850638 -0.15712041
+0.00504990 1.04737127 -0.15710814
+0.02594269 1.04780352 -0.15711689
+0.05533190 1.04803479 -0.15713023
+0.09145490 1.04694140 -0.15713203
+0.13119259 1.04734242 -0.15713792
+0.19575262 1.04620767 -0.15713876
+0.24206147 1.04621899 -0.15713876
+0.30831015 1.04588580 -0.15713818
+0.36642563 1.04581809 -0.15713513
+0.41581428 1.04374146 -0.15712853
+0.47828391 1.04285073 -0.15711765
+0.54571146 1.04577136 -0.15710442
+0.61206561 1.04216588 -0.15739387
+0.72467566 1.03445220 -0.15795168
+0.79433417 1.03103745 -0.15814218
+0.86874372 1.03451920 -0.15801774
+0.92046040 1.03402948 -0.15795469
+0.98437351 1.03303444 -0.15793708
+1.04228163 1.03104544 -0.15791386
+1.11800897 1.06769621 -0.15946773
+0.03390780 -0.24971057 -0.10957695
+0.08251116 -0.19845468 -0.11327382
+0.10277259 -0.19969964 -0.11636789
+0.11293349 -0.19998363 -0.11917896
+0.12682922 -0.19981085 -0.12052523
+0.17063239 -0.20105273 -0.12058859
+0.23801245 -0.20498358 -0.12262309
+-0.04097902 -0.17553447 -0.12248170
+0.05202317 -0.18189265 -0.12383633
+0.11484087 -0.18274918 -0.12365432
+0.17399158 -0.18651059 -0.12494955
+0.22550589 -0.18608299 -0.12464366
+0.27867043 -0.18987817 -0.12591699
+0.34239268 -0.18964505 -0.12710696
+0.39116934 -0.19341832 -0.12693158
+0.45022881 -0.19325422 -0.12679921
+0.49691892 -0.19589771 -0.12788302
+0.55690318 -0.19926843 -0.12773284
+0.61554849 -0.19876766 -0.12890023
+0.66532153 -0.20141715 -0.12871173
+0.73019701 -0.20243314 -0.12973982
+0.78248054 -0.20531906 -0.12964629
+0.82169318 -0.20860656 -0.12953889
+0.86455894 -0.20906143 -0.13065070
+0.91390884 -0.21319525 -0.13039650
+0.97397012 -0.21956974 -0.13182561
+1.05273950 -0.22628957 -0.13225192
+1.09797025 -0.23212574 -0.13347404
+1.12053633 -0.23515099 -0.13332087
+1.14270103 -0.23523331 -0.13435106
+1.16428471 -0.23779385 -0.13421771
+1.17339170 -0.24059846 -0.13404503
+1.18247390 -0.24332277 -0.13559249
+-0.15228812 -0.21077040 -0.11664709
+-0.10293642 -0.21519585 -0.12010982
+-0.09832345 -0.21719806 -0.12157091
+-0.08816314 -0.22064471 -0.12160769
+-0.07430605 -0.22396967 -0.12280141
+-0.04905245 -0.22623985 -0.12409925
+0.02347057 -0.23448546 -0.12540247
+-0.02490524 -0.22975028 -0.12509856
+0.08136646 -0.23892392 -0.12635005
+0.15810646 -0.24207342 -0.12607244
+0.23624812 -0.24350038 -0.12731220
+0.28937742 -0.24656124 -0.12713441
+0.34928405 -0.24979895 -0.12822396
+0.43095005 -0.25386763 -0.12807962
+0.47488594 -0.25664130 -0.12912166
+0.54107362 -0.25926101 -0.12895390
+0.59805399 -0.26564649 -0.13009517
+0.66081285 -0.26792535 -0.12982604
+0.71709490 -0.27162611 -0.13094983
+0.76273257 -0.27397552 -0.13071564
+0.82650101 -0.27615979 -0.13189703
+0.86735725 -0.27943182 -0.13176216
+0.90962481 -0.28181857 -0.13171560
+0.94798899 -0.27788490 -0.13286377
+0.98915696 -0.27525523 -0.13290057
+1.04618311 -0.27082422 -0.13432029
+1.07837605 -0.26899192 -0.13482441
+1.11410224 -0.26792988 -0.13502625
+1.11850393 -0.26236790 -0.13603877
+1.12084043 -0.25739279 -0.13590036
+1.12413418 -0.24856512 -0.13691747
+1.10793626 -0.24335356 -0.13679262
+1.14527333 -0.23985796 -0.13844931
+-0.29263198 -0.18791378 -0.11861534
+-0.27926731 -0.18627958 -0.12206972
+-0.26186815 -0.18437535 -0.12342713
+-0.24327604 -0.18039492 -0.12470515
+-0.22132282 -0.17412716 -0.12471267
+-0.18168136 -0.17191622 -0.12596609
+-0.10578770 -0.16704971 -0.12728272
+-0.00366539 -0.17235446 -0.12721571
+0.10671251 -0.17166704 -0.12847614
+0.18663213 -0.16483127 -0.12965845
+0.26054493 -0.16059940 -0.12965177
+0.32295132 -0.15196796 -0.13091721
+0.38079011 -0.14896525 -0.13082850
+0.45242518 -0.14127186 -0.13207233
+0.50775820 -0.13852096 -0.13200763
+0.56858164 -0.13030590 -0.13323925
+0.62293977 -0.12609075 -0.13329163
+0.68690032 -0.11958243 -0.13440599
+0.74406761 -0.11617135 -0.13454400
+0.79799223 -0.10952903 -0.13467833
+0.86256033 -0.10381414 -0.13577689
+0.91553855 -0.09999168 -0.13584498
+0.95854467 -0.09278819 -0.13684091
+0.99734360 -0.08930691 -0.13695383
+1.03465152 -0.08075233 -0.13702500
+1.09077764 -0.07540661 -0.13826516
+0.71507478 -0.04374554 -0.13758826
+0.66276473 -0.03530182 -0.13881159
+0.66414887 -0.02712906 -0.13887990
+0.66371208 -0.01798562 -0.13982952
+0.66051459 -0.01419446 -0.13993306
+0.64892161 -0.00425154 -0.14000152
+0.67289662 0.00070717 -0.14156312
+-0.06975763 0.05338353 -0.12534875
+-0.21853769 0.05929472 -0.12634039
+-0.18832165 0.06413466 -0.12774429
+-0.16618966 0.07015521 -0.12889190
+-0.13969484 0.07415152 -0.13020884
+-0.10967314 0.08145390 -0.13139504
+-0.05295379 0.08569691 -0.13259700
+0.01947829 0.08918380 -0.13270867
+0.10306907 0.08898241 -0.13392311
+0.17863050 0.09519482 -0.13398848
+0.22546436 0.10362219 -0.09299330
+0.27111897 0.11179524 -0.06759515
+0.32732382 0.11910838 -0.06936380
+0.39170924 0.12475307 -0.07012875
+0.45370555 0.13120437 -0.07210945
+0.51896995 0.13715453 -0.08703627
+0.58624530 0.14438936 -0.10771510
+0.66718102 0.14913577 -0.12785174
+0.74054968 0.15369257 -0.13680243
+0.82492334 0.15712743 -0.13937706
+0.90262210 0.16210285 -0.13979019
+0.96353525 0.17187135 -0.14071716
+1.01481926 0.17953260 -0.14077993
+1.05550718 0.18829915 -0.14162914
+1.09290349 0.19642928 -0.14175987
+1.14710832 0.20173584 -0.14204788
+0.52574825 0.26279503 -0.08031332
+0.05617578 0.29350108 -0.14094916
+0.06038950 0.30463824 -0.14183523
+0.05405027 0.31092200 -0.14204676
+0.04286414 0.31932676 -0.14291601
+0.04313241 0.32997546 -0.14424844
+0.06091584 0.35186017 -0.14731222
+-0.02090357 0.39687330 -0.13625810
+-0.11554975 0.41884333 -0.13706939
+-0.06473365 0.41971165 -0.13862331
+-0.03136312 0.42715120 -0.13978331
+0.00240418 0.43048090 -0.13908675
+0.02967166 0.43136010 -0.13752471
+0.05327282 0.42654771 -0.13709076
+0.08754782 0.42901522 -0.13721460
+0.13217255 0.43688342 -0.13802479
+0.18185034 0.44171983 -0.13915034
+0.24586827 0.46939138 -0.14487839
+0.08144320 0.06845473 -0.07911085
+-0.11756442 -0.05752169 -0.06619706
+-0.12119391 -0.04832952 -0.06656480
+-0.13138539 -0.04722380 -0.06558446
+-0.13927737 -0.04570923 -0.06494818
+-0.14724900 -0.05376913 -0.05898432
+-0.14238095 0.10891659 -0.12849815
+0.38000339 0.55348033 -0.14472723
+0.43259531 0.54500163 -0.14319408
+0.50661421 0.55512047 -0.14385042
+0.57713139 0.55831313 -0.14402875
+0.63395798 0.56766087 -0.15155295
+0.77483535 0.53043061 -0.09376159
+0.75031191 0.61984497 -0.14887652
+0.73724210 0.62497747 -0.14685112
+0.77784193 0.68670601 -0.14394349
+-0.17616789 0.80059648 -0.14361660
+-0.21613191 0.80486983 -0.14661893
+-0.17210676 0.81574017 -0.15291670
+-0.12833171 0.82999009 -0.15703067
+-0.08212528 0.83910418 -0.15787162
+-0.03680133 0.84810293 -0.15895376
+0.03006059 0.86070013 -0.15080112
+0.10045423 0.87139183 -0.14697383
+0.16948445 0.88148725 -0.14379814
+0.22665620 0.89298421 -0.14036900
+0.27713463 0.90528804 -0.14002250
+0.33171031 0.91672033 -0.14035456
+0.38499126 0.92255324 -0.14095077
+0.43754074 0.93544829 -0.14193103
+0.49466038 0.94834638 -0.14218917
+0.54756200 0.93669111 -0.14279863
+0.60109097 0.92533898 -0.14318039
+0.66623378 0.91197366 -0.14377043
+0.73639125 0.89847302 -0.14406614
+0.81601769 0.88390410 -0.14461862
+0.89818341 0.86082947 -0.14492689
+0.95793486 0.84558374 -0.14529578
+1.00295341 0.83029771 -0.14544562
+1.03794813 0.81472975 -0.14571476
+1.07242239 0.79788816 -0.14600590
+1.11693227 0.77687728 -0.14633964
+0.76900321 0.79026729 -0.14688624
+-0.13429028 0.77261966 -0.14715505
+-0.11402246 0.75883764 -0.14751227
+-0.12202163 0.74055952 -0.14774232
+-0.13092466 0.72905892 -0.14803836
+-0.13842471 0.71858382 -0.14850336
+-0.13954996 0.70555466 -0.14530125
+-0.11386777 0.79687762 -0.14306138
+-0.10060443 0.79852384 -0.14411417
+-0.02662636 0.77613372 -0.14478521
+0.03820545 0.76314974 -0.14544660
+0.12327988 0.74969059 -0.14586517
+0.18943688 0.72904629 -0.14680220
+0.25492749 0.71332490 -0.14332144
+0.32790452 0.69525754 -0.13981771
+0.38442788 0.67489183 -0.14156199
+0.44482937 0.66106766 -0.14233944
+0.49351689 0.63735253 -0.14316635
+0.55548823 0.61924267 -0.14395282
+0.61445844 0.60489559 -0.14444043
+0.67010427 0.58587307 -0.14502764
+0.73349184 0.56995666 -0.14549518
+0.79599053 0.54921532 -0.14595652
+0.84465289 0.52944493 -0.14632066
+0.89341158 0.50666958 -0.14371917
+0.94670939 0.49168822 -0.14367424
+1.01521182 0.47442096 -0.14703816
+0.79722279 0.45893878 -0.14328915
+0.53692621 0.44040579 -0.14860442
+0.53707212 0.42417634 -0.14890976
+0.51776254 0.41169024 -0.14917080
+0.49480185 0.39485395 -0.14954843
+0.47750863 0.37665498 -0.15009235
+0.46325833 0.39799127 -0.15077563
+0.28409806 0.50349385 -0.15100341
+-0.22773428 0.48282671 -0.15107410
+-0.18080083 0.46461180 -0.15135472
+-0.15778489 0.44644481 -0.15140152
+-0.13508037 0.42913356 -0.15179695
+-0.10723949 0.41778076 -0.14995620
+-0.08020143 0.40345150 -0.14418493
+-0.03552619 0.43140525 -0.14556013
+0.00273198 0.41062421 -0.14622417
+0.04507395 0.38944528 -0.14706545
+0.07955150 0.37253222 -0.14774142
+0.11476203 0.35349685 -0.14866938
+0.17191319 0.32980934 -0.14871080
+0.21557829 0.30989435 -0.14563924
+0.26953009 0.29069355 -0.14668377
+0.32593516 0.26166627 -0.14766759
+0.37115657 0.24369036 -0.14802560
+0.41489822 0.22148781 -0.13905860
+0.43396065 0.19738273 -0.08566431
+0.49957862 0.17503679 -0.08875280
+0.62953269 0.14476180 -0.13117675
+0.70960999 0.11927326 -0.14975439
+0.75277448 0.09560564 -0.15210395
+0.78902203 0.07142466 -0.15217642
+0.80668658 0.03989092 -0.15247035
+0.83062869 0.01578707 -0.15258056
+0.85653597 -0.00120039 -0.15283903
+0.69625545 -0.00774035 -0.15299532
+-0.30777442 0.01284590 -0.15335268
+-0.25901896 0.03360042 -0.15342470
+-0.24129164 0.05540081 -0.15374036
+-0.22033353 0.07300145 -0.15415902
+-0.19185379 0.08987235 -0.15496026
+-0.16107169 0.20700102 -0.15532579
+-0.10368904 0.35928273 -0.15534692
+-0.02976064 0.36162865 -0.15541992
+0.03667274 0.37278140 -0.15541837
+0.09011821 0.38215774 -0.15555501
+0.14284609 0.39401802 -0.15589032
+0.19682015 0.40241992 -0.14674200
+0.24628192 0.41218936 -0.14738858
+0.30681166 0.42080513 -0.14834234
+0.36939567 0.43279028 -0.14922054
+0.42286977 0.44610694 -0.15005548
+0.48204842 0.45861310 -0.15094940
+0.54692602 0.47289583 -0.15207928
+0.62311864 0.48705778 -0.15170716
+0.71344215 0.49885446 -0.15275373
+0.82270384 0.51233113 -0.15341544
+0.89776790 0.52467841 -0.15241908
+0.96937037 0.54206532 -0.15304728
+1.02096617 0.54954976 -0.15380682
+1.06638134 0.56449503 -0.15510969
+1.10764432 0.57576287 -0.15648088
+1.18427503 0.59098256 -0.15703811
+0.03240666 0.60008138 -0.15722689
+-0.25764698 0.61705989 -0.15717483
+-0.27219245 0.63107288 -0.15698814
+-0.28332871 0.64887124 -0.15685154
+-0.25828689 0.68855029 -0.15676574
+-0.22835265 0.25261936 -0.15676987
+-0.18313916 -0.12604879 -0.15666196
+-0.10824179 -0.11562143 -0.15653981
+-0.03049498 -0.12287718 -0.15639213
+0.02826126 -0.12833817 -0.15650260
+0.08040714 -0.13592951 -0.15604149
+0.13471642 -0.14396556 -0.15558571
+0.18948063 -0.13422979 -0.15569997
+0.25770918 -0.09855826 -0.15539430
+0.32637158 -0.11560304 -0.15512487
+0.40003181 -0.13101240 -0.15481269
+0.47639373 -0.14573361 -0.15464978
+0.54032779 -0.15929306 -0.15049019
+0.61703241 -0.17185757 -0.14576446
+0.57627189 -0.16327858 -0.14959207
+0.64814234 -0.15332878 -0.15076959
+0.65824926 -0.14268820 -0.15216540
+-0.27951923 -0.13487616 -0.15303719
+-0.22574683 -0.12651061 -0.15356369
+-0.20580208 -0.12259538 -0.15405060
+-0.19464968 -0.11949895 -0.15452762
+-0.18458542 -0.11130162 -0.15547937
+-0.17789079 -0.10219988 -0.15604153
+-0.15060127 -0.09587934 -0.15613189
+-0.10204593 -0.08995172 -0.15623616
+-0.06170921 -0.08624211 -0.15622187
+-0.04571457 -0.06823888 -0.15630844
+-0.03297172 -0.05127163 -0.15640312
+-0.02273834 -0.04196214 -0.15652056
+-0.00021147 -0.03135533 -0.15661524
+0.02853887 -0.02264554 -0.15670109
+0.06853253 -0.01336338 -0.15652072
+0.12471399 -0.00984446 -0.15426837
+0.16184370 0.02957143 -0.09845058
+0.24766992 0.15003437 -0.15606441
+0.30661786 0.14821452 -0.14442237
+0.33061075 0.15839247 -0.10975037
+0.36648107 0.16840507 -0.09126674
+0.42802528 0.17637670 -0.09177679
+0.48374256 0.18562210 -0.09343435
+0.53713751 0.18792880 -0.10064688
+0.59361488 0.19732997 -0.11162580
+0.66598678 0.20553705 -0.12542705
+0.73498917 0.20969439 -0.13239580
+0.81477827 0.22105114 -0.14442395
+0.88582385 0.23032071 -0.14879678
+0.93413305 0.23359929 -0.15033561
+0.97199231 0.24003801 -0.15123893
+1.00303221 0.25019267 -0.15214026
+1.02984738 0.25691241 -0.15301764
+1.06145895 0.26361188 -0.15193439
+0.98327708 0.26384357 -0.15215191
+0.55368805 0.26240483 -0.09692459
+0.63890982 0.26951668 -0.11286595
+0.70467830 0.27342170 -0.12730893
+0.76699734 0.27713519 -0.13817659
+0.82294106 0.27688751 -0.14521842
+0.86682397 0.27570572 -0.14896578
+0.94804496 0.27664870 -0.15206745
+-0.12296700 0.27695552 -0.15270422
+-0.28046820 0.28358519 -0.15243685
+-0.26611957 0.29363608 -0.15231691
+-0.25753736 0.30615827 -0.15202413
+-0.24566983 0.31724063 -0.15206297
+-0.22269021 0.33449015 -0.15187083
+-0.16777162 0.35125020 -0.15197122
+-0.07852000 0.36577564 -0.15180227
+0.02099022 0.41614041 -0.15184817
+0.10288043 0.58850038 -0.15200648
+0.16317418 0.58586800 -0.15257156
+0.21244335 0.58897227 -0.15275645
+0.25353941 0.59255844 -0.15255693
+0.29288951 0.60141337 -0.15263774
+0.34062269 0.60442752 -0.15248518
+0.37968120 0.61030561 -0.15252954
+0.42058498 0.62995046 -0.15264319
+0.45318818 0.63885629 -0.14781290
+0.49236605 0.64959019 -0.14777160
+0.52785611 0.65449035 -0.14921571
+0.55389857 0.66521567 -0.14993785
+0.60485089 0.67278767 -0.15018395
+0.64066064 0.68183428 -0.15063438
+0.67549419 0.68476439 -0.15170465
+0.70973241 0.69202751 -0.14803530
+0.74169266 0.69853348 -0.14719604
+0.78279436 0.70863008 -0.14804916
+0.83675861 0.71862113 -0.14831594
+0.88239133 0.72208768 -0.14854012
+0.90957767 0.73063236 -0.14843392
+0.93269843 0.73971492 -0.14855912
+0.95708925 0.74627912 -0.14873023
+0.98714584 0.75721550 -0.14873749
+1.02855146 0.76397270 -0.14881121
+0.78822029 0.77526665 -0.14884506
+0.59329653 0.78427482 -0.14900070
+0.66951376 0.79173392 -0.14897664
+0.72445631 0.80697173 -0.14913671
+0.77896893 0.81893158 -0.14911239
+0.82802010 0.83334124 -0.14924051
+0.88670850 0.84366202 -0.14922526
+0.61461681 0.85651493 -0.14936276
+-0.26676273 0.89879757 -0.14954561
+-0.22807801 0.95402378 -0.14966641
+-0.21907443 0.95527744 -0.15004523
+-0.21346183 0.96083707 -0.15014391
+-0.20733894 0.96855599 -0.15016185
+-0.19803925 0.97071320 -0.15022178
+-0.16088118 0.97657341 -0.15026994
+-0.10365934 0.98948348 -0.15043285
+-0.06997664 1.01106584 -0.14883038
+-0.05206669 1.01804090 -0.14758034
+-0.02665828 1.02745521 -0.14847140
+0.01347909 1.03541923 -0.14928590
+0.06920323 1.04321444 -0.14959705
+0.13356234 1.05224848 -0.14996269
+0.19120251 1.05553532 -0.15055341
+0.24209769 1.05633700 -0.14709005
+0.29137748 1.06150532 -0.14298368
+0.34022579 1.06999600 -0.14394632
+0.38746089 1.08056545 -0.14432269
+0.42166698 1.08913660 -0.14463976
+0.46875867 1.09801042 -0.14481816
+0.50940937 1.10691011 -0.14491387
+0.54464841 1.11614025 -0.14535190
+0.57871938 1.12564480 -0.14548624
+0.62114000 1.13460553 -0.14560707
+0.66699523 1.14760602 -0.14585626
+0.73269510 1.15742064 -0.14597963
+0.79304230 1.16744041 -0.14618403
+0.83105278 1.17757738 -0.14630744
+0.85751390 1.18748891 -0.14659424
+0.87483978 1.19789839 -0.14671470
+0.89404726 1.19382358 -0.14695697
+0.92730230 1.18233800 -0.14706855
+0.67020160 1.16710520 -0.14743534
+0.19012304 1.14823294 -0.14753136
+0.26149017 1.13115311 -0.14786465
+0.31762901 1.11715162 -0.14824916
+0.36881229 1.10744894 -0.14825183
+0.43111894 1.09264028 -0.14854065
+0.50218940 1.07783449 -0.14857745
+0.42389423 1.06251240 -0.14892615
+-0.26011565 1.05243123 -0.14848040
+-0.22195257 1.03990674 -0.14755397
+-0.21177970 1.02602029 -0.14807950
+-0.19832207 1.01697934 -0.14894296
+-0.18198606 1.00337005 -0.14926533
+-0.16055459 0.98897135 -0.14984809
+-0.10870599 0.97091615 -0.15011264
+-0.05023425 0.99029380 -0.14786518
+-0.00195899 0.99069357 -0.13917692
+0.02058642 0.97645491 -0.14068697
+0.04988811 0.96488255 -0.14121628
+0.07123929 0.95643705 -0.14161322
+0.09695937 0.94334018 -0.14156114
+0.12629959 0.93080294 -0.14215106
+0.14507011 0.92202997 -0.14257815
+0.16537750 0.90786046 -0.14261517
+0.18415163 0.89864635 -0.14308959
+0.20896687 0.88540715 -0.14313191
+0.24558665 0.87211281 -0.14361881
+0.27527225 0.86357611 -0.14365450
+0.32524675 0.85062432 -0.14429295
+0.36527780 0.84032154 -0.14479409
+0.40252125 0.82526869 -0.14471187
+0.44141227 0.81525677 -0.14477451
+0.49141183 0.79923487 -0.14531440
+0.56600440 0.78580165 -0.14536496
+0.67264003 0.76784414 -0.14601849
+0.76409906 0.75387496 -0.14620340
+0.83299470 0.73687178 -0.14683066
+0.89505386 0.72413087 -0.14685450
+0.94957495 0.71054018 -0.14743605
+0.99956536 0.69385016 -0.14747141
+1.08803296 0.69892633 -0.14834607
+0.34494099 0.38897252 -0.14726011
+-0.11442160 -0.10785446 -0.13473304
+-0.06139495 -0.07743675 -0.13715369
+-0.02340680 -0.07504117 -0.13874792
+0.00963519 -0.06756520 -0.13897470
+0.06362110 -0.06205595 -0.14001095
+0.14764749 -0.05942882 -0.14140499
+0.06587028 -0.01464247 -0.14088370
+-0.02866852 0.07770785 -0.12892103
+0.04130343 0.07187022 -0.13043648
+0.08857959 0.07439551 -0.13230474
+0.13178323 0.07830466 -0.13268211
+0.16886574 0.08292191 -0.13348280
+0.20019318 0.08709303 -0.11042120
+0.22560319 0.08762203 -0.06695576
+0.27458575 0.08857726 -0.06756834
+0.32010922 0.08982061 -0.06913742
+0.36000133 0.08968264 -0.07069875
+0.42086208 0.09261752 -0.08783937
+0.48179597 0.09466051 -0.10807298
+0.54547000 0.09637503 -0.12575381
+0.60476029 0.09865399 -0.13435714
+0.64945465 0.09994245 -0.13826102
+0.68875438 0.09725072 -0.13959302
+0.73250228 0.09820513 -0.14085497
+0.78026599 0.09789381 -0.14129168
+0.82860565 0.09711856 -0.14209524
+0.88554263 0.09417889 -0.14247835
+0.92661798 0.08487129 -0.14338818
+0.95649046 0.08396183 -0.14365767
+0.98257554 0.08404478 -0.14440529
+1.01464939 0.08221255 -0.14450657
+1.04810715 0.07966509 -0.14560896
+0.93778598 0.07539229 -0.14605089
+0.46544236 0.08606581 -0.11313144
+0.54326373 0.08985994 -0.13339785
+0.58970457 0.09372981 -0.13991764
+0.61760640 0.09940257 -0.14264467
+0.65102196 0.10498250 -0.14454500
+0.69937533 0.10950086 -0.14726178
+0.56186581 0.12320780 -0.11994926
+-0.21807103 0.30557674 -0.13376099
+-0.15887791 0.29815623 -0.13515103
+-0.13394585 0.29723352 -0.13625693
+-0.10980737 0.29638669 -0.13720256
+-0.09105730 0.29764315 -0.13814436
+-0.06101367 0.29538578 -0.13908665
+-0.00824012 0.29692280 -0.14016619
+0.05162290 0.28794622 -0.14006068
+0.09794325 0.28994623 -0.14116322
+0.13104013 0.29032299 -0.14120084
+0.18238720 0.28687015 -0.14216706
+0.23758605 0.29029423 -0.14220276
+0.30107066 0.28985551 -0.14330855
+0.37013051 0.28495744 -0.14320700
+0.41590714 0.28470564 -0.14431208
+0.47449562 0.28582120 -0.14373045
+0.50993967 0.28370509 -0.13479866
+0.53382987 0.27268311 -0.08710248
+0.59363872 0.26891151 -0.09622475
+0.64608133 0.26913148 -0.10713269
+0.72278428 0.26428252 -0.12445853
+0.77123523 0.26381883 -0.13290672
+0.82063657 0.26041147 -0.14058277
+0.87042254 0.24844846 -0.14554167
+0.93106735 0.24500449 -0.14874329
+0.98692745 0.24269417 -0.14955878
+0.94306457 0.24450454 -0.15058872
+1.00803995 0.24671569 -0.15124571
+1.05711746 0.25150976 -0.15236968
+1.08913374 0.24948196 -0.15220131
+1.11447227 0.25480130 -0.15328071
+1.13699913 0.25929138 -0.15314148
+1.17902184 0.25758424 -0.15481080
+-0.33154300 0.49081397 -0.13682058
+-0.28458303 0.47807765 -0.13849993
+-0.28011894 0.47252381 -0.13936245
+-0.27530238 0.46628281 -0.14034700
+-0.26632810 0.47092670 -0.14121428
+-0.25600198 0.46347609 -0.14225730
+-0.19447565 0.46202943 -0.14210881
+-0.13200626 0.46001181 -0.14311635
+-0.07937594 0.45053956 -0.14297783
+-0.04959444 0.45093876 -0.14394569
+-0.01097342 0.45450008 -0.14488500
+0.04594173 0.44734409 -0.14484997
+0.11009818 0.44817013 -0.14579605
+0.18950473 0.44751948 -0.14573415
+0.24984282 0.44749054 -0.14667903
+0.31153741 0.43889567 -0.14659923
+0.36765859 0.43801254 -0.14761122
+0.42509952 0.43618846 -0.14750867
+0.48286298 0.43380544 -0.14848822
+0.51883966 0.43308565 -0.14840244
+0.58923256 0.42100111 -0.14934856
+0.64316452 0.41763747 -0.14923885
+0.68210578 0.41634545 -0.14919713
+0.71956480 0.41326287 -0.14332491
+0.77374470 0.40765643 -0.13337104
+0.84186423 0.40356433 -0.14070880
+0.94956446 0.40218094 -0.15104502
+1.00779808 0.39747193 -0.15298067
+1.04700780 0.40399089 -0.15323372
+1.07083988 0.40987152 -0.15422027
+1.08973694 0.41628239 -0.15413499
+1.10466254 0.41837776 -0.15504514
+1.15879238 0.41628653 -0.15558334
+-0.11274961 0.61948675 -0.13922633
+-0.10734972 0.61203045 -0.14052385
+-0.08315099 0.60631746 -0.14134420
+-0.06420029 0.60562915 -0.14223397
+-0.03136817 0.59984708 -0.14305072
+-0.00454377 0.60069835 -0.14390169
+0.06205696 0.59113693 -0.14383055
+-0.16402221 0.59466875 -0.14470543
+-0.12340419 0.59527785 -0.14457969
+-0.09987063 0.58633375 -0.14542618
+-0.07149550 0.58694661 -0.14633936
+-0.03299049 0.58778214 -0.14625736
+0.02613187 0.58576518 -0.14717798
+0.08972450 0.57868594 -0.14707141
+0.15642750 0.57470018 -0.14800815
+0.22506300 0.57380456 -0.14790671
+0.27096194 0.57073313 -0.14879799
+0.33058950 0.56964052 -0.14869595
+0.37902626 0.55804849 -0.14960904
+0.42365476 0.55714577 -0.14956807
+0.48180929 0.55185682 -0.15045774
+0.53364336 0.54947865 -0.15036769
+0.57215685 0.54550093 -0.15126024
+0.62268478 0.54329687 -0.15119357
+0.67942202 0.53001833 -0.15213077
+0.74107391 0.52516365 -0.15250516
+0.83969748 0.52074409 -0.15384866
+0.89585423 0.51899350 -0.15255500
+0.94091332 0.52360153 -0.15287367
+0.97221768 0.52609181 -0.15290384
+0.99865949 0.52868539 -0.15417275
+1.02450681 0.53454405 -0.15453295
+1.08670354 0.52267122 -0.15691666
+-0.02328823 0.69701636 -0.13947776
+0.00614905 0.67938703 -0.14180744
+0.03728084 0.68167448 -0.14258999
+0.05603179 0.67457700 -0.14339329
+0.08745772 0.66705149 -0.14422230
+0.11220836 0.66575885 -0.14407380
+0.18185245 0.66662085 -0.14489299
+-0.18860930 0.65964210 -0.14571702
+-0.14240602 0.65799588 -0.14557390
+-0.11844419 0.65648377 -0.14647906
+-0.09107044 0.64756340 -0.14636645
+-0.05964112 0.64618659 -0.14724866
+-0.01967584 0.64448053 -0.14712279
+0.05202479 0.64105523 -0.14796117
+0.11408731 0.64074218 -0.14880276
+0.18441233 0.63001323 -0.14871113
+0.23749650 0.62762916 -0.14961414
+0.28970948 0.62425584 -0.14950871
+0.34462422 0.62052685 -0.15039599
+0.38221905 0.61753559 -0.15030129
+0.44765437 0.61255044 -0.15119842
+0.49417478 0.60082793 -0.15114987
+0.53339154 0.59771907 -0.15112834
+0.58788854 0.59255910 -0.15206122
+0.64128339 0.58447468 -0.15199527
+0.71436751 0.57891130 -0.15333909
+0.80820888 0.57160735 -0.15410504
+0.87472755 0.56883293 -0.15531698
+0.92256808 0.56242990 -0.15478136
+0.95785701 0.56552613 -0.15529393
+0.98560125 0.56764859 -0.15496716
+1.01539576 0.56990355 -0.15577516
+1.06363273 0.56440979 -0.15642416
+-0.03881884 0.73483700 -0.14032257
+0.01049488 0.72232509 -0.14273971
+0.03634821 0.71599293 -0.14353710
+0.05105587 0.70701897 -0.14439847
+0.07744671 0.70742697 -0.14429496
+0.10293444 0.70110434 -0.14517410
+0.15207984 0.72736412 -0.14703436
+-0.18870202 0.50935102 -0.14503400
+-0.13463439 0.53388268 -0.14691272
+-0.11225639 0.53354681 -0.14780781
+-0.08364529 0.53634530 -0.14774181
+-0.05137005 0.53502816 -0.14863217
+-0.00485021 0.53815615 -0.14851418
+0.06454955 0.52877951 -0.14949380
+0.14671503 0.52609563 -0.14945012
+0.22166891 0.52733636 -0.15037525
+0.28781876 0.52494270 -0.15021084
+0.35146138 0.52627927 -0.15112083
+0.41564187 0.51530629 -0.15191510
+0.46223912 0.51666296 -0.15194768
+0.53604102 0.51171923 -0.15185577
+0.58891892 0.51168483 -0.15268299
+0.64464498 0.50742882 -0.15255132
+0.69583261 0.50689995 -0.15346040
+0.76733428 0.50098813 -0.15335074
+0.83321327 0.49041215 -0.15260461
+0.92966038 0.48096165 -0.15095934
+1.00162196 0.48123452 -0.15511967
+1.05123842 0.48481229 -0.15587778
+1.08906579 0.48775023 -0.15698764
+1.11279631 0.49380213 -0.15700674
+1.13737595 0.50001144 -0.15786977
+1.15140879 0.49963242 -0.15830633
+-0.08863726 0.68630546 -0.14129697
+-0.05300907 0.67707926 -0.14376180
+-0.04849990 0.66953951 -0.14457937
+-0.04455048 0.67382056 -0.14541943
+-0.03551169 0.67008275 -0.14625220
+-0.02573063 0.67368084 -0.14613710
+0.00405618 0.67615885 -0.14745459
+-0.16615070 0.66995502 -0.14818697
+-0.11084943 0.67189991 -0.14846881
+-0.08283729 0.67458916 -0.14944302
+-0.05506413 0.67720217 -0.15028092
+-0.02412010 0.67165488 -0.15016147
+0.01155557 0.67457676 -0.15114169
+0.05646670 0.67261636 -0.15101296
+0.13304381 0.67469931 -0.15190077
+0.20322903 0.67669398 -0.15192214
+0.27154133 0.67024064 -0.15277952
+0.33618197 0.67170483 -0.15276401
+0.39906758 0.67227405 -0.15362778
+0.44343749 0.67361510 -0.15353003
+0.52029663 0.67238033 -0.15452738
+0.57324320 0.67231899 -0.15440379
+0.62875813 0.67220491 -0.15539272
+0.68490189 0.66281676 -0.15527412
+0.75026995 0.66137648 -0.15617205
+0.83116466 0.65690064 -0.15660703
+0.94491971 0.64893454 -0.15837772
+1.02098250 0.64642531 -0.15871704
+1.07508969 0.65206087 -0.15846615
+1.11839449 0.65821683 -0.15942468
+1.14655030 0.66453785 -0.15933570
+1.16542280 0.67099971 -0.15934770
+1.24198198 0.66201299 -0.15987688
+-0.35999528 0.85115963 -0.14272018
+-0.31134057 0.83001757 -0.14420041
+-0.29857314 0.82730156 -0.14593512
+-0.28371698 0.81478876 -0.14678043
+-0.26305985 0.81069070 -0.14648885
+-0.23889594 0.79421604 -0.14734969
+-0.18108279 0.78836107 -0.14838161
+-0.10041022 0.78164041 -0.14988936
+-0.04386098 0.77568322 -0.14985523
+-0.00768616 0.75884843 -0.15066586
+0.03224260 0.75319970 -0.15035862
+0.06506829 0.74802166 -0.15122457
+0.10711518 0.73890620 -0.15195006
+0.14896329 0.73372513 -0.15180267
+0.20167673 0.71719134 -0.15258971
+0.28052631 0.71166509 -0.15241623
+0.33762810 0.70596856 -0.15317625
+0.41511449 0.69582689 -0.15291862
+0.47374031 0.68963206 -0.15382332
+0.52881676 0.67940140 -0.15362246
+0.60799515 0.66371036 -0.15450390
+0.66294223 0.65272123 -0.15434760
+0.71691233 0.64539140 -0.15510018
+0.76679474 0.63425171 -0.15508747
+0.83117539 0.62485331 -0.15585487
+0.90305060 0.60953259 -0.15635498
+0.66379452 0.62755078 -0.15550347
+0.68632656 0.61554182 -0.15674794
+0.72338188 0.60619497 -0.15670304
+0.74532133 0.59549570 -0.15653186
+0.75743788 0.58971214 -0.15630174
+0.76928693 0.58826101 -0.15633327
+0.81511813 0.57753575 -0.15669878
+-0.11794823 0.70267326 -0.14235488
+-0.22723581 0.69910818 -0.14321682
+-0.18441610 0.68369949 -0.14405233
+-0.14435069 0.67574418 -0.14477509
+-0.10521601 0.65922648 -0.14573261
+-0.06562195 0.65437281 -0.14646244
+-0.00422753 0.63630164 -0.14761113
+0.06943604 0.62568778 -0.14805351
+0.13667107 0.61525851 -0.14913113
+0.18151185 0.60614580 -0.14995036
+0.23064826 0.59899485 -0.14975159
+0.27947831 0.58453768 -0.15054289
+0.32389158 0.57528764 -0.15046789
+0.37338215 0.56554431 -0.15127780
+0.42736214 0.55625325 -0.15116331
+0.48627338 0.54840297 -0.15183420
+0.54382229 0.53409356 -0.15191776
+0.61126304 0.52297103 -0.15252888
+0.67290306 0.51656795 -0.15251783
+0.74766040 0.50561440 -0.15314332
+0.81945896 0.49450681 -0.15202394
+0.86865908 0.48339966 -0.14876178
+0.90606290 0.47250175 -0.14789981
+0.94525212 0.46314242 -0.15073799
+0.98822516 0.44822100 -0.15248676
+1.04673433 0.43268234 -0.15485665
+0.49621782 0.50154936 -0.15344673
+0.17020547 0.52845407 -0.15547052
+0.19422925 0.52790505 -0.15655296
+0.20053491 0.51999396 -0.15675326
+0.21039242 0.51404041 -0.15662643
+0.21513425 0.50624824 -0.15669583
+0.24690829 0.48914984 -0.15644860
+0.02319274 0.53356028 -0.14348359
+-0.12267503 0.52750802 -0.14210503
+-0.04800690 0.50839436 -0.14262401
+0.02340440 0.49397406 -0.14344752
+0.08982375 0.48252371 -0.14407250
+0.16508535 0.48019925 -0.14978017
+0.01669504 0.21494244 -0.09688321
+-0.04680132 0.11926513 -0.08953372
+-0.03687623 0.11675876 -0.08951043
+-0.03710267 0.10436194 -0.09005395
+-0.04122877 0.09655088 -0.08871962
+-0.04985401 0.07784744 -0.08336644
+0.00051995 0.25000405 -0.14198785
+0.35825229 0.38429406 -0.14993720
+0.40409067 0.36107099 -0.14932935
+0.46331131 0.33995312 -0.14945742
+0.52456307 0.32544324 -0.14970610
+0.58368725 0.32512128 -0.14595816
+0.99287647 0.05088968 -0.10522601
+1.02846265 0.21394078 -0.15257427
+1.00079823 0.18260366 -0.15100567
+1.02067196 0.17119278 -0.15099901
+1.01914656 0.15785500 -0.15105712
+1.00655830 0.14568719 -0.15415688
+0.99647838 0.14068969 -0.15984027
+0.97899663 0.12647653 -0.16384125
+0.90081215 0.20178966 -0.15897764
+-0.30659568 0.31231722 -0.15859434
+-0.25338781 0.29107088 -0.15880130
+-0.23636983 0.27819255 -0.15703622
+-0.21743748 0.26260024 -0.15191247
+-0.19470587 0.24190116 -0.14789733
+-0.16844589 0.22344866 -0.14729702
+-0.11678532 0.22051798 -0.14048010
+-0.05407708 0.22097656 -0.13893162
+0.00635996 0.20357935 -0.13959232
+0.06712373 0.18643662 -0.14037377
+0.13665788 0.16939405 -0.14094281
+0.19995859 0.15347502 -0.14162198
+0.25396624 0.13506405 -0.14195229
+0.27968189 0.11268052 -0.07550963
+0.33190858 0.09442425 -0.07622354
+0.40223542 0.07148799 -0.10401328
+0.48487639 0.04167777 -0.14154385
+0.54534936 0.02359071 -0.14436030
+0.61051142 0.00254143 -0.14452283
+0.68954074 -0.01968447 -0.14491579
+0.76053464 -0.04791820 -0.14535831
+0.82661247 -0.06794747 -0.14524110
+0.88146013 -0.08519913 -0.14565448
+0.93563741 -0.09766384 -0.14562714
+0.99280655 -0.10063953 -0.14610404
+1.06433082 -0.08818984 -0.14638865
+0.63079214 -0.07302463 -0.14690536
+0.13944244 -0.05704959 -0.14692004
+0.14690267 -0.03948846 -0.14666490
+0.12944236 -0.02381079 -0.14587264
+0.11023772 -0.00635872 -0.14505485
+0.09330758 0.01113248 -0.14670585
+0.08703750 0.01742642 -0.14113839
+-0.00542551 0.28931344 -0.13740407
+-0.17700344 0.29392129 -0.13804431
+-0.13248338 0.29761872 -0.13827406
+-0.10631784 0.31251007 -0.13869573
+-0.07970714 0.31740093 -0.13912800
+-0.05062096 0.32750413 -0.13963947
+-0.02001322 0.32996103 -0.13617164
+0.01824191 0.33570802 -0.13388695
+0.04390488 0.34309351 -0.13492428
+0.07898543 0.35263890 -0.13545676
+0.10303254 0.36327848 -0.13607769
+0.13985641 0.37400469 -0.13668327
+0.21134354 0.38333845 -0.13727053
+0.26060385 0.39289677 -0.13785118
+0.34292710 0.40252724 -0.13843024
+0.41042691 0.40843368 -0.13893032
+0.46531948 0.41705003 -0.13927737
+0.53617710 0.42521703 -0.13942413
+0.60650510 0.42977142 -0.13980648
+0.68557948 0.43672171 -0.13947576
+0.56854039 0.44794691 -0.13994360
+0.54233891 0.45514336 -0.14025754
+0.57583135 0.46561587 -0.14051642
+0.60010439 0.47131848 -0.14072254
+0.61690110 0.48554051 -0.14104269
+0.63020962 0.49655071 -0.14151642
+0.67125219 0.52050513 -0.14206451
+0.17698191 0.54030865 -0.14228007
+-0.25576344 0.55839843 -0.14232442
+-0.21821199 0.57977450 -0.14259718
+-0.19482324 0.59567177 -0.14233626
+-0.16891037 0.61680400 -0.14261392
+-0.13273779 0.62894088 -0.13869464
+-0.07915991 0.67979079 -0.12948978
+-0.01147118 0.78073072 -0.13046977
+0.05932152 0.78389823 -0.13115142
+0.12335659 0.79636014 -0.13164094
+0.17977759 0.80900526 -0.13231207
+0.23549473 0.81814533 -0.13267350
+0.29451346 0.83313984 -0.13178709
+0.34295502 0.84506249 -0.12970418
+0.41632074 0.85910410 -0.13095620
+0.47179970 0.87007725 -0.13114172
+0.53250575 0.88434863 -0.13196979
+0.59294075 0.90071875 -0.13211973
+0.66760522 0.91697943 -0.13295746
+0.74757677 0.93156105 -0.13318388
+0.85446185 0.94357115 -0.13413544
+0.94332033 0.96025062 -0.13406746
+1.00925374 0.97485423 -0.13476063
+1.06691539 0.99124819 -0.13470435
+1.10867345 1.00758100 -0.13544136
+1.14186060 1.02162468 -0.13543710
+1.19857514 1.03343868 -0.13526072
+0.46840760 1.04659629 -0.13608748
+-0.32341856 1.06359410 -0.13583377
+-0.28782168 1.08112621 -0.13653484
+-0.26968411 1.09859371 -0.13635550
+-0.24464476 1.11601818 -0.13713492
+-0.21592394 1.13403583 -0.13738444
+-0.17546301 1.15644681 -0.13814107
+-0.10831466 1.17677128 -0.13788743
+-0.02807171 1.19492638 -0.13863556
+0.03911629 1.18326747 -0.13841772
+0.08737406 1.17249215 -0.13909508
+0.13964275 1.16177320 -0.13966990
+0.19911121 1.14915633 -0.12148067
+0.26478180 1.13212311 -0.12256865
+0.34849033 1.11486804 -0.12355430
+0.42169616 1.09897661 -0.12433092
+0.49345005 1.08838379 -0.12511484
+0.55997282 1.07750070 -0.12609406
+0.63269830 1.06637251 -0.12599279
+0.69981110 1.05454087 -0.12580086
+0.77457821 1.04000103 -0.12600100
+0.84872139 1.02823508 -0.12690583
+0.90632695 1.01621127 -0.12682223
+0.95155680 1.00412428 -0.12764454
+0.99474531 0.98825079 -0.12767676
+1.03508210 0.97536474 -0.12846515
+1.07740819 0.95908445 -0.12839048
+0.87676144 0.94348985 -0.12908916
+0.07201093 0.93201214 -0.12912650
+0.07978155 0.92098773 -0.12969482
+0.06134070 0.90685189 -0.12964523
+0.03781567 0.89639181 -0.13018686
+0.01674701 0.87858450 -0.13027011
+-0.00265615 0.93051785 -0.13081001
+0.01542609 0.92839485 -0.13085288
+-0.09058846 0.91858852 -0.13141544
+-0.01422410 0.90757614 -0.13156332
+0.08378712 0.89251941 -0.13399747
+0.17171165 0.88234842 -0.13826834
+0.24894010 0.89384103 -0.14066698
+0.30910358 0.49661753 -0.14068396
+0.37284905 0.22974490 -0.14005373
+0.43346804 0.26705143 -0.13933216
+0.48610833 0.28185818 -0.13609058
+0.53167623 0.29795453 -0.12603313
+0.55823720 0.30763429 -0.08866036
+0.60659099 0.32350421 -0.06672938
+0.67070049 0.33992261 -0.07900820
+0.74389607 0.35271481 -0.09386335
+0.80890727 0.37055212 -0.10528053
+0.87115657 0.38798580 -0.11323947
+0.92420536 0.39645463 -0.11784472
+0.96753448 0.41345069 -0.12103052
+1.01492763 0.42937061 -0.12287864
+-0.17251033 0.36103949 -0.12634912
+-0.15033869 0.34860158 -0.12734202
+-0.10342837 0.33312619 -0.12804921
+-0.04458185 0.31774080 -0.12895623
+0.03194642 0.29671896 -0.12976761
+0.10827087 0.37726223 -0.13057257
+0.18186176 0.39046150 -0.13139173
+0.24745123 0.36645365 -0.13214955
+0.30620509 0.34319845 -0.13283540
+0.37336090 0.32352158 -0.13352636
+0.42764732 0.30035439 -0.13439679
+0.47872210 0.27637783 -0.13159257
+0.49525574 0.26150197 -0.08185601
+0.54019541 0.24869713 -0.07751874
+0.58626151 0.23114870 -0.08759569
+0.62040222 0.20898652 -0.09930967
+0.64899325 0.19010879 -0.10944652
+0.70272338 0.16975057 -0.13074625
+0.73648322 0.15254197 -0.13852219
+0.75729418 0.12858292 -0.14120637
+0.78425390 0.10635729 -0.14195599
+0.81595391 0.08517370 -0.13740443
+0.84200400 0.06411523 -0.12238402
+0.90079123 0.04748330 -0.12548102
+0.93781447 0.02685006 -0.12669893
+0.95402837 0.00943339 -0.12811652
+0.96347600 -0.00721842 -0.12924504
+0.97514069 -0.02855040 -0.12959592
+0.99125612 -0.04680400 -0.13085836
+1.02252305 -0.06302372 -0.13142547
+0.62523550 -0.08021018 -0.13186711
+0.32009488 -0.10036975 -0.13286197
+0.40195271 -0.11701662 -0.13307427
+0.47052473 -0.13363545 -0.13422702
+0.53012216 -0.14897440 -0.13445950
+0.59178460 -0.16719989 -0.13553286
+0.66047424 -0.18276949 -0.13581365
+0.55360502 -0.19747870 -0.13687439
+-0.27174059 -0.21375024 -0.13697878
+-0.22322923 -0.22561343 -0.13799423
+-0.19939131 -0.24218854 -0.13822252
+-0.18610491 -0.26519600 -0.13912445
+-0.17342436 -0.28176704 -0.13910416
+-0.16242531 -0.29791638 -0.13999662
+-0.12797835 -0.29995552 -0.13982862
+-0.07290171 -0.29047337 -0.14066437
+-0.03415487 -0.26523539 -0.14063179
+-0.01492047 -0.22939301 -0.14197680
+-0.00411698 -0.22361960 -0.14321992
+0.00990900 -0.21714804 -0.14435263
+0.02193415 -0.21030866 -0.14417163
+0.03935270 -0.20289968 -0.14473629
+0.07271460 -0.19528218 -0.14460504
+0.12853180 -0.18680224 -0.14526176
+0.19186361 -0.15272269 -0.14582004
+0.24950926 -0.14669637 -0.13190341
+0.31281835 -0.13559690 -0.13224314
+0.36417103 -0.12808044 -0.13345440
+0.42043838 -0.11735988 -0.13458294
+0.48234886 -0.10719670 -0.13471332
+0.53921294 -0.09710465 -0.13562366
+0.58573866 -0.08832688 -0.13669795
+0.63930362 -0.07743239 -0.13500075
+0.70649099 -0.07063446 -0.13566996
+0.76738530 -0.06214010 -0.13714926
+0.85831624 -0.05259008 -0.13761418
+0.91862112 -0.04200488 -0.13836621
+0.96793526 -0.03463027 -0.13874631
+1.00597060 -0.02765934 -0.13979068
+1.03711760 -0.01873826 -0.14046375
+1.06297672 -0.00945916 -0.14131996
+1.11223257 -0.00361404 -0.14178021
+0.57580054 0.00330139 -0.14247586
+0.44513711 0.00387363 -0.14241192
+0.50117487 0.00872345 -0.14316253
+0.54761314 0.01567884 -0.14344843
+0.59596568 0.02081121 -0.14405659
+0.63323277 0.02879625 -0.14430827
+0.69606102 0.03260094 -0.14485247
+0.19891037 0.04323235 -0.07551391
+-0.26364824 0.05886974 -0.14576527
+-0.23386814 0.07292551 -0.14672565
+-0.22115581 0.08037122 -0.14719395
+-0.20867118 0.08698321 -0.14762087
+-0.19003804 0.09697393 -0.14805937
+-0.15339620 0.10451460 -0.14828916
+-0.07866836 0.11161025 -0.14821322
+0.00865853 0.17251928 -0.14877561
+0.09782177 0.26197109 -0.14277215
+0.17525361 0.26543945 -0.13885927
+0.24342906 0.27032751 -0.14011492
+0.30445683 0.28043073 -0.14089070
+0.36126694 0.28464669 -0.14116760
+0.42996579 0.29129571 -0.14147207
+0.48141381 0.29740062 -0.14210002
+0.53406131 0.30374557 -0.13344622
+0.55918151 0.30852520 -0.11545906
+0.58795631 0.31195304 -0.09533134
+0.62559861 0.31817093 -0.09592079
+0.64791167 0.32460520 -0.10064787
+0.70182943 0.32662979 -0.11220416
+0.74787152 0.33643076 -0.12114342
+0.77739644 0.34287021 -0.12704232
+0.81253976 0.34925702 -0.13293743
+0.85030258 0.35418227 -0.13769042
+0.89418393 0.35222098 -0.14178520
+0.95916802 0.35607690 -0.14511861
+1.00631750 0.36299667 -0.14636308
+1.02869999 0.36459902 -0.14690024
+1.04466701 0.36783192 -0.14720884
+1.06031001 0.37129292 -0.14767861
+1.07550931 0.36548290 -0.14794390
+1.10780215 0.36621559 -0.14830793
+0.62642586 0.36779901 -0.14495181
+0.19355877 0.36893675 -0.14928579
+0.26202309 0.37258780 -0.14989990
+0.31307402 0.37933728 -0.15023500
+0.36004651 0.39042610 -0.15030502
+0.40045217 0.40211439 -0.15051199
+0.46588111 0.40691409 -0.15058494
+0.29429430 0.41200969 -0.15104410
+-0.17334293 0.58166969 -0.14874832
+-0.11293426 0.61024630 -0.14409980
+-0.07903970 0.60856706 -0.14495648
+-0.05031219 0.61396629 -0.14540283
+-0.02808864 0.61475581 -0.14596084
+0.00042614 0.61997277 -0.14636141
+0.04663101 0.61806583 -0.14680085
+0.09683653 0.62315959 -0.14604107
+0.13900982 0.62946874 -0.14365011
+0.16667317 0.63563740 -0.14480373
+0.19361332 0.63672036 -0.14591777
+0.22601452 0.63829738 -0.14675209
+0.26226157 0.64505082 -0.14735247
+0.32605019 0.65056413 -0.14788705
+0.37115285 0.65095252 -0.14888288
+0.42574927 0.65037590 -0.14929844
+0.46622580 0.65603995 -0.14968242
+0.52405113 0.66121882 -0.14972599
+0.56753039 0.66332787 -0.14997393
+0.61534697 0.66876304 -0.15004468
+0.66980010 0.66990334 -0.15028176
+0.71984661 0.66855341 -0.15034844
+0.75426334 0.67371196 -0.15059945
+0.80374897 0.67862004 -0.15061919
+0.85579652 0.68000472 -0.15069860
+0.91490132 0.68491101 -0.15104513
+0.95599002 0.68549508 -0.15129828
+1.03413582 0.68738800 -0.15178204
+1.10848331 0.68973982 -0.15187725
+1.16322708 0.70057130 -0.15205581
+1.18450451 0.70848817 -0.15207531
+1.18725193 0.71967602 -0.15225339
+1.22568488 0.72491086 -0.15234019
+0.18683062 0.78498846 -0.15209551
+-0.23287927 0.85207272 -0.14862916
+-0.19333801 0.85109591 -0.14933588
+-0.16435155 0.85434002 -0.14964661
+-0.13098457 0.85647529 -0.14981326
+-0.09936931 0.86211538 -0.15011375
+-0.03591839 0.87963432 -0.15078141
+-0.09470052 0.64131624 -0.14314023
+-0.14340146 0.19450571 -0.08685876
+-0.11216918 0.20942223 -0.09138134
+-0.08903041 0.20147565 -0.09414920
+-0.06284515 0.18932191 -0.09570835
+-0.02764457 0.18002190 -0.09877564
+0.02430489 0.16820659 -0.10053284
+0.09021640 0.15675776 -0.10140219
+0.16462986 0.14026278 -0.10354909
+0.23665677 0.13039251 -0.10267612
+0.25526676 0.12264438 -0.03789392
+0.31778011 0.11081534 -0.03958119
+0.37854603 0.10153261 -0.05033398
+0.46153384 0.08836491 -0.09177541
+0.53283614 0.07901025 -0.10534158
+0.58829218 0.06979267 -0.10711284
+0.63995731 0.06107663 -0.10854671
+0.69734287 0.05126906 -0.10838191
+0.76070160 0.03952713 -0.10988000
+0.83222628 0.02982936 -0.10975517
+0.90581572 0.01978055 -0.11124542
+0.96131855 0.01174138 -0.11110021
+1.00407743 0.00504642 -0.11240291
+1.03225994 -0.00068755 -0.11223210
+1.05970860 -0.00650010 -0.11215994
+1.09446990 -0.01377942 -0.11337025
+0.91598368 -0.01395579 -0.11351607
+0.41769126 0.02879381 -0.11224344
+0.47087312 0.01456098 -0.11332078
+0.49963945 0.00472216 -0.11469051
+0.52924746 -0.00349109 -0.11458125
+0.55850476 -0.01325927 -0.11454494
+0.59076649 -0.02146087 -0.11597899
+0.43539700 -0.02855853 -0.11529364
+-0.25898972 -0.00947826 -0.09083825
+-0.21487664 -0.02003512 -0.09357234
+-0.19973966 -0.02938101 -0.09537724
+-0.18113595 -0.03935690 -0.09804358
+-0.15889382 -0.04873515 -0.10095372
+-0.12082037 -0.05360932 -0.10064659
+-0.04631795 -0.06678373 -0.10297504
+0.05108899 -0.08149462 -0.10534418
+0.14512332 -0.09510790 -0.10538245
+0.21798334 -0.09914052 -0.10697580
+0.29052025 -0.10815835 -0.10675102
+0.34454778 -0.11632901 -0.10817815
+0.40208277 -0.12135377 -0.10807454
+0.47471821 -0.12952167 -0.10949385
+0.52365464 -0.13759872 -0.10928978
+0.58149660 -0.14248189 -0.11083774
+0.63770962 -0.15154023 -0.11063330
+0.69831735 -0.16023274 -0.11203732
+0.75241244 -0.16456567 -0.11198384
+0.80873317 -0.17325696 -0.11344121
+0.86668247 -0.17799203 -0.11321744
+0.90745068 -0.18541217 -0.11474724
+0.94347268 -0.18870009 -0.11449148
+0.97847742 -0.19557911 -0.11443769
+1.01454461 -0.20014778 -0.11577240
+1.05880570 -0.20978954 -0.11591735
+0.92094576 -0.20415413 -0.11727077
+0.97941899 -0.21643062 -0.11748178
+1.00621605 -0.21987209 -0.11731254
+1.03102887 -0.22926703 -0.11864556
+1.05624294 -0.23240592 -0.11839425
+1.07081342 -0.23633260 -0.11977124
+1.08063352 -0.24606808 -0.12027252
+-0.34148005 -0.20546593 -0.09382786
+-0.28936642 -0.21324573 -0.09649174
+-0.27793130 -0.22319546 -0.09828176
+-0.26476452 -0.22908959 -0.09988974
+-0.24730909 -0.23320577 -0.10161637
+-0.21018068 -0.24347101 -0.10322948
+-0.13118650 -0.25142294 -0.10335524
+-0.02372462 -0.26507229 -0.10563169
+0.08754932 -0.27201074 -0.10573854
+0.16861244 -0.28107902 -0.10727652
+0.24052516 -0.27711812 -0.10890193
+0.29962945 -0.27567258 -0.10879982
+0.35538819 -0.27202204 -0.11045147
+0.42260370 -0.27002585 -0.11038607
+0.47043630 -0.26653165 -0.11201034
+0.52821290 -0.26026526 -0.11195663
+0.57918125 -0.25884983 -0.11352596
+0.63487893 -0.25565732 -0.11355398
+0.68267876 -0.25262386 -0.11345488
+0.71538383 -0.25111932 -0.11501784
+0.77187848 -0.24801205 -0.11498608
+0.81685656 -0.24464436 -0.11650196
+0.85549664 -0.24356572 -0.11653223
+0.89286178 -0.24080254 -0.11644829
+0.93106073 -0.23815605 -0.11803474
+0.97889876 -0.23967782 -0.11828027
+1.05841172 -0.24194826 -0.12038970
+1.10116637 -0.24203138 -0.12071096
+1.11990285 -0.24001703 -0.12204883
+1.13318229 -0.23642544 -0.12198424
+1.14917886 -0.23318057 -0.12202207
+1.15439558 -0.23004040 -0.12342788
+1.20191479 -0.23018509 -0.12441235
+-0.09539662 -0.16668443 -0.09785688
+-0.08664875 -0.17632255 -0.10224367
+-0.05584092 -0.17740300 -0.10412814
+-0.03594717 -0.17445458 -0.10579611
+-0.01127670 -0.17471990 -0.10744952
+0.02633968 -0.17560825 -0.10750549
+0.11325479 -0.17978616 -0.10939471
+-0.08389910 -0.16110727 -0.11070313
+-0.00065027 -0.16212089 -0.11082526
+0.06894451 -0.15926030 -0.11249554
+0.12706399 -0.16109285 -0.11229843
+0.17865667 -0.15866987 -0.11382316
+0.22835431 -0.15737323 -0.11380288
+0.29279390 -0.15507177 -0.11525766
+0.34791934 -0.15519674 -0.11513710
+0.40752926 -0.15394346 -0.11657120
+0.45359600 -0.15472028 -0.11656220
+0.50825119 -0.15338778 -0.11800838
+0.55765152 -0.15031639 -0.11790756
+0.59739846 -0.15034916 -0.11785582
+0.65788096 -0.15023084 -0.11935934
+0.70928425 -0.15045416 -0.11927938
+0.75729483 -0.14790140 -0.12064446
+0.79346889 -0.14852194 -0.12058826
+0.84113598 -0.14792725 -0.12201522
+0.89349216 -0.14929217 -0.12232402
+0.97317594 -0.15497425 -0.12284400
+1.01864803 -0.15996222 -0.12445391
+1.04639912 -0.15752210 -0.12425745
+1.06635869 -0.15791136 -0.12553814
+1.09240830 -0.15716706 -0.12552628
+1.10751462 -0.15898918 -0.12548459
+1.15950048 -0.15910265 -0.12765376
+0.06812654 -0.08526091 -0.10120182
+0.09052501 -0.09113375 -0.10546141
+0.11942767 -0.09524312 -0.10709001
+0.13654114 -0.09986362 -0.10884813
+0.16179800 -0.10288844 -0.11042974
+0.18114953 -0.10176227 -0.11194108
+0.25986394 -0.11317959 -0.11217958
+-0.12508331 -0.07983088 -0.11282353
+-0.04534745 -0.08778941 -0.11473342
+0.01872549 -0.08851128 -0.11456473
+0.07531113 -0.09238140 -0.11605208
+0.12183459 -0.09392916 -0.11590630
+0.16947274 -0.09377934 -0.11741748
+0.23604478 -0.09323364 -0.11729053
+0.29190335 -0.09454858 -0.11873014
+0.35320485 -0.09688637 -0.11853023
+0.40065610 -0.09666063 -0.11994269
+0.45571306 -0.09821820 -0.11980065
+0.49927625 -0.10046167 -0.11974169
+0.54243702 -0.10051563 -0.12104778
+0.61000431 -0.09770627 -0.12093746
+0.66212445 -0.09784567 -0.12229181
+0.70931017 -0.10221443 -0.12218747
+0.75765556 -0.10243640 -0.12217242
+0.80699360 -0.10291570 -0.12344354
+0.86072499 -0.10844086 -0.12370145
+0.93871188 -0.11385404 -0.12556365
+0.99285710 -0.11694568 -0.12575442
+1.02172017 -0.11889564 -0.12694067
+1.04277933 -0.12117613 -0.12684178
+1.07287550 -0.12182087 -0.12681456
+1.09202957 -0.12239397 -0.12801050
+1.14466655 -0.13103005 -0.12877603
+0.06705095 -0.04180365 -0.10490966
+0.12599744 -0.05045000 -0.10751212
+0.14723741 -0.05887305 -0.10907381
+0.16688113 -0.06547139 -0.11067509
+0.18555424 -0.06591166 -0.11215132
+0.20048697 -0.07088690 -0.11365443
+0.25461513 -0.08522011 -0.11544658
+-0.14542788 -0.05297636 -0.11433367
+-0.05349041 -0.05991318 -0.11624990
+0.01529524 -0.06754246 -0.11610100
+0.07430126 -0.06759943 -0.11759506
+0.12404964 -0.07353612 -0.11743663
+0.17277917 -0.07353431 -0.11889978
+0.24119943 -0.07048607 -0.11887747
+0.29999912 -0.06357983 -0.12037399
+0.36316225 -0.05952019 -0.12036960
+0.40396637 -0.06133877 -0.12166622
+0.46184766 -0.06427993 -0.12151809
+0.51337534 -0.06389055 -0.12289476
+0.55715436 -0.06339490 -0.12278372
+0.62137341 -0.07044325 -0.12275556
+0.66978204 -0.06982252 -0.12401679
+0.71875811 -0.07320035 -0.12383907
+0.76997244 -0.07616264 -0.12508135
+0.81616813 -0.07982118 -0.12500323
+0.87400460 -0.08411930 -0.12525420
+0.95556039 -0.08889321 -0.12706746
+1.00736010 -0.09759030 -0.12717277
+1.03511572 -0.10080595 -0.12819576
+1.06033957 -0.10115952 -0.12800181
+1.08135378 -0.10755692 -0.12792712
+1.10430932 -0.10800610 -0.12905966
+1.10911715 -0.11388360 -0.12941843
+-0.04386281 0.02090532 -0.10578627
+0.00762663 -0.00492281 -0.10827738
+0.02188868 -0.01813532 -0.11146051
+0.03546230 -0.02049376 -0.11274124
+0.05001777 -0.03567306 -0.11257712
+0.06872839 -0.04432650 -0.11412423
+0.11833137 -0.05540856 -0.11591063
+-0.13628754 -0.04713449 -0.11523940
+-0.04059723 -0.05825372 -0.11707587
+0.04421193 -0.06730758 -0.11691430
+0.11229530 -0.07469181 -0.11821218
+0.17086080 -0.07966116 -0.11959203
+0.22920838 -0.08841968 -0.11944647
+0.30068767 -0.08849987 -0.12086911
+0.35536891 -0.09310590 -0.12071419
+0.42156038 -0.10015002 -0.12064262
+0.47424459 -0.10371449 -0.12201153
+0.53920436 -0.11034686 -0.12178529
+0.59297097 -0.11101510 -0.12310979
+0.63146120 -0.11464482 -0.12301845
+0.69688946 -0.11824883 -0.12417752
+0.75363404 -0.12527159 -0.12409788
+0.79562056 -0.12882794 -0.12387303
+0.84678966 -0.13319030 -0.12516351
+0.89968121 -0.13704170 -0.12502356
+0.95335215 -0.14729078 -0.12648366
+1.04662704 -0.15647160 -0.12697354
+1.09847713 -0.16282552 -0.12714759
+1.12484908 -0.16633338 -0.12817499
+1.14354837 -0.17301072 -0.12802550
+1.16302288 -0.17636541 -0.12906101
+1.17437136 -0.17968135 -0.12894240
+1.19009411 -0.18675588 -0.13078120
+-0.27297544 0.00351649 -0.10520146
+-0.22954509 -0.02547370 -0.10773763
+-0.22732571 -0.04092043 -0.11087995
+-0.21837617 -0.04642297 -0.11240597
+-0.20945790 -0.06729123 -0.11207017
+-0.19932668 -0.07451195 -0.11367176
+-0.14866214 -0.09691682 -0.11534002
+-0.09126072 -0.10845118 -0.11572486
+0.00639473 -0.13178888 -0.11741298
+0.11086632 -0.13914998 -0.11715776
+0.19624783 -0.14695624 -0.11869304
+0.26373595 -0.14566135 -0.11849687
+0.31800804 -0.14183860 -0.11999705
+0.39257798 -0.15043908 -0.11976223
+0.44679859 -0.14054628 -0.12120201
+0.51198298 -0.14610922 -0.12101524
+0.56743950 -0.14106286 -0.12244280
+0.63210708 -0.13349725 -0.12228068
+0.68053716 -0.12890741 -0.12367018
+0.73231745 -0.13099787 -0.12358499
+0.79668379 -0.12161252 -0.12359943
+0.84411222 -0.11743598 -0.12487470
+0.88808125 -0.11255174 -0.12484948
+0.93689644 -0.10746776 -0.12615660
+0.97903132 -0.10272669 -0.12604302
+1.04076993 -0.09651396 -0.12765749
+0.90941846 -0.08594615 -0.12752993
+0.93391013 -0.07758275 -0.12782440
+0.93651265 -0.07241880 -0.12899576
+0.93779075 -0.06135674 -0.12892222
+0.93744195 -0.05568622 -0.13010880
+0.92652369 -0.04780226 -0.13008270
+0.95986146 -0.05076313 -0.13207999
+-0.18384379 0.16440624 -0.10875416
+-0.25874379 0.16767377 -0.11220986
+-0.23842174 0.16652049 -0.11382807
+-0.22061069 0.16581511 -0.11550950
+-0.19789374 0.15853931 -0.11544321
+-0.17331703 0.16395198 -0.11701689
+-0.12507081 0.15893435 -0.11884598
+-0.05867068 0.15511271 -0.11928810
+0.01168054 0.15042953 -0.12103018
+0.07842667 0.15475361 -0.12244904
+0.15561873 0.15592436 -0.12244661
+0.22120953 0.15198089 -0.12382882
+0.27763131 0.15826671 -0.12358247
+0.30658224 0.15307789 -0.06146114
+0.36218560 0.15418206 -0.05951286
+0.42221946 0.15694967 -0.06026521
+0.47348842 0.16161782 -0.06226589
+0.54580039 0.16088273 -0.07478748
+0.63216597 0.16668090 -0.10268445
+0.72281671 0.16705108 -0.12273881
+0.79279435 0.17044926 -0.12844704
+0.86188859 0.17930456 -0.12999187
+0.92286682 0.20138961 -0.13151117
+0.97990930 0.21631508 -0.13345036
+1.03301585 0.22402622 -0.13363871
+1.09988105 0.23140852 -0.13510603
+0.54892415 0.27489713 -0.07483818
+0.39632264 0.28746584 -0.13413106
+0.40651417 0.28212526 -0.13281184
+0.40547416 0.28080556 -0.13304108
+0.40260151 0.28820798 -0.13306044
+0.39797792 0.29912856 -0.13311130
+0.41021010 0.30437893 -0.13473018
+0.00377623 0.47639522 -0.12057159
+-0.12125997 0.07368313 -0.08223983
+-0.08085935 0.00565291 -0.08213066
+-0.08062566 0.00578604 -0.08235059
+-0.08012896 0.00251976 -0.08125566
+-0.07928087 -0.00248960 -0.08100891
+-0.07459697 -0.03099181 -0.07660152
+-0.08570693 0.32316893 -0.12310705
+-0.08090600 0.51774269 -0.12600762
+-0.04014479 0.50530875 -0.12543140
+-0.00218949 0.51017582 -0.12641284
+0.03307990 0.51629990 -0.12665284
+0.07477564 0.53846836 -0.13444728
+0.21014549 0.44843441 -0.09873461
+0.34384933 0.60331655 -0.13167758
+0.38575155 0.59767377 -0.13026091
+0.43720478 0.60529149 -0.13121933
+0.50172561 0.60961884 -0.13128349
+0.57358330 0.61501312 -0.13544452
+0.66828185 0.62892419 -0.14206268
+0.77363878 0.63807034 -0.14674194
+0.84555888 0.64847213 -0.14722671
+0.91616464 0.65191799 -0.14718656
+0.97372097 0.66064245 -0.14812955
+1.02984333 0.66339558 -0.14593461
+1.06978786 0.66522807 -0.14160226
+0.81761932 0.70495278 -0.13421310
+-0.34319940 0.75559872 -0.13376291
+-0.29828155 0.76260287 -0.13418393
+-0.28292978 0.77807283 -0.13506702
+-0.26543155 0.78764904 -0.13546070
+-0.24189459 0.80376977 -0.13570106
+-0.21259911 0.81641179 -0.13717030
+-0.15510681 0.85411692 -0.12460642
+-0.07706159 0.90512162 -0.12333062
+-0.02004378 0.91028339 -0.12491414
+0.01989331 0.91744483 -0.12621626
+0.06128195 0.92931712 -0.12649611
+0.10217677 0.94016612 -0.12746388
+0.14444858 0.94737935 -0.12888619
+0.19632028 0.95913547 -0.12944514
+0.23753035 0.96892548 -0.13059950
+0.28419098 0.97895741 -0.13105686
+0.32608163 0.98762584 -0.13174555
+0.38737351 1.00007927 -0.13223736
+0.45292518 1.01345420 -0.13297617
+0.52308750 1.02622998 -0.13344859
+0.60373932 1.03829730 -0.13415901
+0.67012310 1.04687738 -0.13436228
+0.72050440 1.05935812 -0.13513210
+0.77457947 1.06935453 -0.13549063
+0.82647318 1.07437992 -0.13633478
+0.90173429 1.08164680 -0.13692713
+0.43591833 1.08651876 -0.13759053
+0.22298189 1.09551859 -0.13804361
+0.24605076 1.10656071 -0.13814341
+0.25397095 1.11835039 -0.13880120
+0.26657876 1.12864733 -0.13909791
+0.27282068 1.13270199 -0.13974841
+0.29839066 1.12763667 -0.13590175
+0.03078560 1.19848609 -0.13446420
+-0.19052969 1.18663001 -0.13525020
+-0.14903763 1.17753053 -0.13588043
+-0.11962052 1.16805148 -0.13636120
+-0.07782070 1.15876794 -0.13699515
+-0.02223722 1.14921343 -0.13794415
+0.04382798 1.13523114 -0.13076475
+0.11874636 1.11623895 -0.12664369
+0.18688419 1.09899259 -0.12806624
+0.25466070 1.08968401 -0.12913689
+0.31333709 1.07991135 -0.13039735
+0.38183311 1.07045925 -0.13138723
+0.44045991 1.05996251 -0.13263388
+0.50285113 1.04747200 -0.13341765
+0.57344055 1.03344774 -0.13428915
+0.64131087 1.02347994 -0.13506177
+0.69979709 1.01294351 -0.13546228
+0.77243769 1.00242460 -0.13608360
+0.84589148 0.98640800 -0.13677524
+0.93896532 0.97491169 -0.13735993
+1.02119362 0.96465117 -0.13794701
+1.05604637 0.95153153 -0.13836804
+1.06392169 0.94041991 -0.13889015
+1.05809546 0.93033946 -0.13945687
+1.04332924 0.91757709 -0.14013094
+1.02887809 0.90487695 -0.14108637
+1.04626811 0.93520522 -0.14141755
+0.00460338 0.95199567 -0.14203091
+-0.24701367 0.93918079 -0.14254683
+-0.20942938 0.92325795 -0.14266828
+-0.17762457 0.91169363 -0.14319403
+-0.14449963 0.89797252 -0.14382029
+-0.10480313 0.88674349 -0.14062360
+-0.05058997 0.88171542 -0.13541615
+0.02288141 0.87867326 -0.13686407
+0.09413811 0.86410302 -0.13749060
+0.15509737 0.85167354 -0.13827361
+0.21126491 0.84215087 -0.13881248
+0.26610816 0.82815075 -0.13968284
+0.32961375 0.81503499 -0.13790756
+0.40756813 0.79915774 -0.13300441
+0.48437604 0.78231645 -0.13450283
+0.54743809 0.76932955 -0.13519426
+0.61284238 0.75200576 -0.13642842
+0.67700750 0.74109006 -0.13735117
+0.73984861 0.72647685 -0.13799390
+0.81153154 0.71208161 -0.13868508
+0.88987714 0.69584727 -0.13952760
+0.95273519 0.68362474 -0.14041854
+0.99362832 0.66761625 -0.14061102
+1.03137565 0.64594668 -0.14101468
+1.06567764 0.62833691 -0.14151737
+1.09478557 0.61479759 -0.14186816
+1.15077996 0.59633315 -0.14279674
+0.18407483 0.58220387 -0.14330110
+-0.03703125 0.57030678 -0.14357920
+-0.04659128 0.56007254 -0.14448084
+-0.06464048 0.54263920 -0.14466356
+-0.08112536 0.53471708 -0.14545451
+-0.09525933 0.51829082 -0.14679535
+-0.08494416 0.64762682 -0.14717144
+-0.08123172 0.65520114 -0.14744480
+-0.01648866 0.63708532 -0.14813796
+0.08516179 0.62508947 -0.14834769
+0.17199141 0.60874885 -0.14910358
+0.24152154 0.59580511 -0.14886723
+0.30244133 0.57899201 -0.13670853
+0.36464617 0.56480926 -0.13882940
+0.42971492 0.55273831 -0.13948055
+0.48520169 0.53604144 -0.14045747
+0.54279912 0.52176708 -0.14124587
+0.59537226 0.51025122 -0.14221387
+0.65280199 0.49749315 -0.14348379
+0.70897323 0.48002416 -0.14026403
+0.76955426 0.45814699 -0.13879080
+0.82309514 0.44244117 -0.12957366
+0.87677896 0.42847136 -0.13461639
+0.93037194 0.41406572 -0.14024632
+0.97657776 0.39852986 -0.14279410
+1.01992583 0.38098401 -0.14476797
+1.07856536 0.35668549 -0.14556488
+0.66321993 0.33625332 -0.10668740
+0.43803862 0.32419637 -0.14686540
+0.42149419 0.30870211 -0.14707534
+0.39123264 0.28988874 -0.14798607
+0.36791274 0.27282032 -0.14823265
+0.33818978 0.25816613 -0.14841641
+0.31741855 0.26070175 -0.14917156
+0.16295363 0.24305150 -0.14949183
+-0.20770048 0.23369317 -0.14954890
+-0.15855844 0.22346264 -0.15039131
+-0.13035326 0.21117653 -0.15090837
+-0.09927633 0.20280287 -0.15251984
+-0.07059029 0.18384010 -0.15333448
+-0.03508719 0.27178553 -0.15344650
+0.00355336 0.26939136 -0.15416966
+0.04208870 0.24951288 -0.15443823
+0.08867490 0.23228461 -0.15451655
+0.12997095 0.21145685 -0.15885812
+0.18754400 0.19788744 -0.05862368
+0.24544935 0.18834412 -0.01870371
+0.29717094 0.19268443 -0.02553920
+0.31956649 0.19089858 0.03101423
+0.40203717 0.18086131 0.02114073
+0.49340576 0.16342436 -0.01138604
+0.58092147 0.14404579 -0.05021610
+0.65737450 0.12703057 -0.06264251
+0.74115652 0.10933072 -0.06747270
+0.78265309 0.09477877 -0.07163645
+0.59988064 0.07622385 -0.07504849
+0.62337691 0.05648546 -0.07816153
+0.63709950 0.04106164 -0.08050617
+0.63915181 0.02047868 -0.08273623
+0.63603735 -0.00009011 -0.08533699
+0.62327933 -0.02082960 -0.08674643
+0.14245944 0.07299211 -0.02343335
+0.16021736 0.07805236 -0.02204477
+0.18066663 0.08294230 -0.02181906
+0.18568890 0.09491656 -0.02267708
+0.19537212 0.09896507 -0.02332834
+0.25016379 0.15488960 -0.09228373
+0.28304747 0.18834291 -0.09310728
+0.31960425 0.19951801 -0.09350946
+0.34766611 0.21154226 -0.09379796
+0.37829447 0.22651799 -0.09244347
+0.41366503 0.23861620 -0.08281069
+0.44270715 0.25410360 -0.07634278
+0.46887836 0.26373214 -0.04681575
+0.52414095 0.28015521 -0.03628939
+0.58913541 0.29329512 -0.01942326
+0.67931908 0.30893052 0.00280629
+0.80615067 0.32246813 -0.03586179
+0.87873071 0.34156621 -0.05190503
+0.94652265 0.35630032 -0.06461642
+0.98965037 0.37322289 -0.07228504
+1.02969623 0.38697267 -0.07607853
+1.06991041 0.39605585 -0.08041218
+1.13730168 0.41331431 -0.08194396
+0.25174561 0.42513204 -0.08568485
+0.18531963 0.43718609 -0.08755890
+0.24349113 0.45158282 -0.08801425
+0.28866732 0.46239859 -0.09003286
+0.34147447 0.47319734 -0.09053043
+0.39268744 0.48240787 -0.09260046
+0.46284392 0.49290034 -0.09299247
+0.13252556 0.50232673 -0.09496810
+-0.23605779 0.51293689 -0.09547479
+-0.20804258 0.54151320 -0.09741679
+-0.19693062 0.55187565 -0.09755682
+-0.18287575 0.55875486 -0.09790935
+-0.16792724 0.56943810 -0.09998671
+-0.14568417 0.57981217 -0.10005669
+-0.09841572 0.59037554 -0.10212741
+-0.03898476 0.60078532 -0.10230685
+0.02742470 0.71339703 -0.10421880
+0.10864962 0.80031013 -0.10471504
+0.18224829 0.80442005 -0.10575044
+0.23715702 0.81497538 -0.10761248
+0.29936996 0.80177724 -0.10769084
+0.36871666 0.77981335 -0.10923692
+0.42728665 0.76181316 -0.10929907
+0.48742351 0.74347574 -0.10931339
+0.54419827 0.72387069 -0.11245362
+0.59875417 0.70022714 -0.07524716
+0.65329385 0.68255085 -0.08331027
+0.68780392 0.66473913 -0.08724785
+0.72449499 0.64540505 -0.09112458
+0.75486159 0.62205899 -0.09438215
+0.78009647 0.60365540 -0.09584331
+0.80477858 0.58520550 -0.09823314
+0.83119088 0.56645405 -0.09550966
+0.86461830 0.54845959 -0.09537167
+0.90343595 0.52903056 -0.09277266
+0.95697486 0.51022160 -0.09291849
+0.99131578 0.48982978 -0.09693127
+1.00618017 0.47077999 -0.09865601
+1.01199532 0.45152307 -0.10082414
+1.02440560 0.43324178 -0.10196506
+1.03932846 0.41385978 -0.10398803
+1.07079649 0.39790285 -0.10532037
+0.14802399 0.37671086 -0.10688199
+0.21372840 0.35240448 -0.10767092
+0.26948333 0.33189264 -0.10895443
+0.32851857 0.31340486 -0.10959745
+0.38640657 0.29691494 -0.11068501
+0.44276875 0.28270459 -0.11139871
+0.49038672 0.27052373 -0.06309463
+-0.01030031 0.25570035 -0.11301304
+-0.20251918 0.30084842 -0.11372315
+-0.16314375 0.31001645 -0.11546774
+-0.13175373 0.28939396 -0.11637606
+-0.10692955 0.27404839 -0.11688963
+-0.08427957 0.25545648 -0.11781025
+-0.05233598 0.24265727 -0.11864831
+-0.00052402 0.22227468 -0.11955544
+0.04617198 0.22137102 -0.12094603
+0.07436152 0.22335865 -0.10843494
+0.09726446 0.20177627 -0.10227913
+0.11745482 0.18534191 -0.10621449
+0.13519840 0.17157479 -0.10880116
+0.15117055 0.15339977 -0.10954717
+0.17324400 0.13811277 -0.11058842
+0.20144731 0.11677504 -0.11244581
+0.20102105 0.10031170 -0.05168794
+0.24149857 0.08004583 -0.03719809
+0.29570717 0.06541348 -0.05416415
+0.36949256 0.05023651 -0.09830074
+0.40668005 0.03153074 -0.10875535
+0.46635795 0.01853006 -0.11046931
+0.51511723 0.00487379 -0.11182126
+0.55763745 -0.01360922 -0.11267904
+0.62315810 -0.02682316 -0.11350729
+0.68618250 -0.04169306 -0.11473934
+0.76001495 -0.05606272 -0.11544830
+0.86244690 -0.07361844 -0.11622241
+0.93370020 -0.08779614 -0.11668088
+0.99578941 -0.10241909 -0.11739909
+1.03621864 -0.11461612 -0.11825632
+1.07316446 -0.13043648 -0.11866872
+1.10211945 -0.14355150 -0.11944325
+1.15351295 -0.15497446 -0.12022137
+0.39470953 -0.17032419 -0.12102341
+0.05776856 -0.17307931 -0.12218352
+0.11080384 -0.19078879 -0.12316965
+0.15079035 -0.20469235 -0.12399404
+0.19167177 -0.21763411 -0.12436038
+0.23254213 -0.23748709 -0.12505126
+0.29258350 -0.25045210 -0.12591599
+0.07076158 -0.26648998 -0.12679484
+-0.20337516 -0.19425166 -0.12263017
+-0.17151843 -0.19802293 -0.11491632
+-0.15440436 -0.19475758 -0.11821540
+-0.13659020 -0.19346012 -0.11933329
+-0.11654001 -0.19047266 -0.12068248
+-0.08596379 -0.18579245 -0.12180734
+-0.03346286 -0.18768023 -0.12306086
+0.03363810 -0.17689790 -0.11969833
+0.10694352 -0.17419019 -0.11190961
+0.17754060 -0.16759723 -0.11337745
+0.24626623 -0.16054818 -0.11493491
+0.30622029 -0.15250970 -0.11620815
+0.36349815 -0.14507844 -0.11716855
+0.43252167 -0.13681120 -0.11860000
+0.48692623 -0.12727806 -0.11939653
+0.54380995 -0.12303793 -0.12018249
+0.60118824 -0.11448108 -0.12076463
+0.65722412 -0.10627819 -0.12107540
+0.71499872 -0.09905131 -0.12208325
+0.77783275 -0.09397320 -0.12237034
+0.83656889 -0.08509531 -0.12359364
+0.88122278 -0.07882935 -0.12429013
+0.91952091 -0.07160559 -0.12462595
+0.95676225 -0.06633137 -0.12567274
+0.99567884 -0.05824543 -0.12597241
+1.04426229 -0.05287334 -0.12703665
+0.91507769 -0.05246263 -0.12747201
+0.97001463 -0.04907192 -0.12870610
+1.01583803 -0.04768610 -0.12895843
+1.05254447 -0.04098044 -0.12968820
+1.09018135 -0.03379558 -0.13009329
+1.11643720 -0.03003052 -0.13036676
+1.17945755 -0.02537923 -0.13153622
+-0.01798660 0.01139471 -0.13066159
+-0.31213737 0.04833296 -0.12484817
+-0.28982657 0.04490275 -0.12687258
+-0.25550261 0.04749123 -0.12808798
+-0.21536645 0.04864173 -0.12881440
+-0.17071529 0.05458916 -0.13003539
+-0.09486387 0.05463400 -0.13076057
+-0.07492144 0.09207101 -0.12934527
+-0.02218568 0.14053124 -0.11699207
+0.06170698 0.14100668 -0.11895550
+0.12934916 0.14468618 -0.12003186
+0.18226695 0.14842014 -0.12143398
+0.22824243 0.15750569 -0.12248960
+0.28302670 0.16620596 -0.12380152
+0.33328849 0.19009440 -0.12446588
+0.38129285 0.22083710 -0.12779608
+0.41931266 0.23310804 -0.12354482
+0.44209906 0.23869529 -0.10242464
+0.46646363 0.24815661 -0.08212170
+0.49395555 0.25252461 -0.06930420
+0.53222042 0.25518689 -0.07256988
+0.58106869 0.26175091 -0.08017877
+0.62762004 0.27109542 -0.08910933
+0.67783678 0.27640429 -0.10034901
+0.72195649 0.28136072 -0.10922126
+0.77238798 0.28329092 -0.11938617
+0.83401370 0.28716516 -0.12760463
+0.89604086 0.28968680 -0.13306856
+0.93387598 0.29635599 -0.13541803
+0.95620787 0.30038750 -0.13677241
+0.97802687 0.30458966 -0.13735861
+1.00352907 0.30596110 -0.13773474
+1.03745794 0.30420399 -0.13902123
+0.75898457 0.31413752 -0.11928307
+0.26307777 0.35603631 -0.13713813
+0.32878017 0.35390544 -0.13788365
+0.38025418 0.35524997 -0.13900551
+0.41924459 0.35918424 -0.13932166
+0.45763788 0.36536124 -0.14041904
+0.50733453 0.36792833 -0.14073594
+0.35297769 0.39031768 -0.14095642
+-0.21676825 0.51992166 -0.12431822
+-0.15279147 0.51545537 -0.12629844
+-0.11093916 0.51562971 -0.12737975
+-0.07826842 0.52160233 -0.12855215
+-0.04819977 0.51906312 -0.12961479
+-0.01384751 0.52536446 -0.13085267
+0.04079755 0.52591240 -0.13233124
+0.09623716 0.53077513 -0.13326727
+0.14149579 0.53658199 -0.13464060
+0.17073329 0.54254901 -0.13468584
+0.20527148 0.53895146 -0.13555525
+0.23423909 0.54531342 -0.13642530
+0.26168570 0.55143875 -0.13639641
+0.30358878 0.55686414 -0.13733882
+0.35207099 0.55941117 -0.13728251
+0.40808865 0.55867904 -0.13821593
+0.46090767 0.56395644 -0.13830872
+0.51058453 0.56843311 -0.13914275
+0.56170589 0.56886172 -0.13917181
+0.61214787 0.57273030 -0.14024825
+0.66433161 0.57570422 -0.14023004
+0.70938861 0.57506198 -0.14114474
+0.74327737 0.57881987 -0.14110731
+0.79317832 0.57027262 -0.14202781
+0.84225935 0.57238317 -0.14199339
+0.88268387 0.57300758 -0.14358935
+0.71960860 0.58598858 -0.14303495
+0.79997259 0.58429760 -0.14379834
+0.86353308 0.58376789 -0.14486086
+0.90548617 0.59095675 -0.14467230
+0.94885814 0.59510756 -0.14562422
+0.98402226 0.59437829 -0.14520881
+0.99262452 0.59970671 -0.14671244
+-0.33417803 0.77666646 -0.12647249
+-0.28368837 0.76688403 -0.12972242
+-0.26848918 0.77082068 -0.13086781
+-0.25898007 0.76982772 -0.13192271
+-0.24321443 0.77355397 -0.13303436
+-0.22659214 0.77206767 -0.13406476
+-0.17621635 0.77447891 -0.13445863
+-0.10907008 0.77624857 -0.13651639
+-0.06120003 0.77330875 -0.13786900
+-0.03927846 0.77647758 -0.13772207
+-0.01626559 0.77918279 -0.13861129
+0.00873914 0.78521842 -0.13960457
+0.03565562 0.78774559 -0.13936713
+0.05837004 0.78089315 -0.14040950
+0.10832810 0.78351629 -0.14021100
+0.17511186 0.77409434 -0.14098565
+0.23763405 0.76874453 -0.14077517
+0.30212656 0.76225251 -0.14155106
+0.36542010 0.75517708 -0.14139174
+0.40809292 0.74904907 -0.14217174
+0.48695064 0.72769719 -0.14198764
+0.54188585 0.71993899 -0.14277723
+0.58699667 0.71246749 -0.14259751
+0.65217698 0.70325261 -0.14351541
+0.71736848 0.69391114 -0.14328980
+0.79576677 0.68132013 -0.14373675
+0.90656775 0.66429341 -0.14563882
+0.97572929 0.65343875 -0.14593346
+1.04100919 0.63758725 -0.14647140
+1.07762551 0.63476419 -0.14619327
+1.11552894 0.63350880 -0.14705139
+1.13926780 0.63224572 -0.14678444
+1.20574152 0.62550157 -0.14847457
+-0.11612306 0.77535385 -0.12815063
+-0.11893551 0.77082664 -0.13103461
+-0.09478834 0.75937742 -0.13216273
+-0.08111986 0.74822050 -0.13322531
+-0.05556038 0.74444968 -0.13433738
+-0.03657762 0.74084276 -0.13429759
+0.02608194 0.72783953 -0.13582098
+-0.16720967 0.72896224 -0.13653772
+-0.12632179 0.72279048 -0.13683692
+-0.10453672 0.72278410 -0.13774125
+-0.07788772 0.71066487 -0.13864355
+-0.05510942 0.70564365 -0.13837637
+-0.02585504 0.70046240 -0.13923538
+0.01592109 0.69495642 -0.13912021
+0.06725534 0.69318807 -0.13997222
+0.13578027 0.68763053 -0.14062151
+0.19844669 0.67507082 -0.14048515
+0.27342749 0.66880339 -0.14125688
+0.33009613 0.66697431 -0.14104116
+0.37748376 0.66051257 -0.14086498
+0.45242122 0.65278023 -0.14178555
+0.50809282 0.64984322 -0.14158589
+0.56614006 0.64203560 -0.14239191
+0.62148267 0.63457602 -0.14220800
+0.68897575 0.62219131 -0.14313178
+0.76358086 0.61033171 -0.14350685
+0.86007667 0.59828854 -0.14527279
+0.93620807 0.58658409 -0.14545637
+0.99277747 0.57945228 -0.14556211
+1.03408051 0.57929498 -0.14541127
+1.07392037 0.57700992 -0.14534564
+1.10539043 0.57914847 -0.14646822
+1.17428827 0.56426364 -0.14731224
+0.09304596 0.72038120 -0.12909786
+0.09556007 0.70762342 -0.13185674
+0.11406730 0.70077956 -0.13278306
+0.12953213 0.70111799 -0.13384952
+0.14425191 0.69650131 -0.13479771
+0.15940495 0.68995571 -0.13576014
+0.21532372 0.68325418 -0.13624787
+-0.18837962 0.69801414 -0.13589200
+-0.15393347 0.68831974 -0.13734531
+-0.13339061 0.68272060 -0.13722022
+-0.10812800 0.68164819 -0.13813654
+-0.08248107 0.68051523 -0.13802859
+-0.05692340 0.67551702 -0.13894430
+-0.01169602 0.67333579 -0.13976759
+0.03815262 0.66517162 -0.13972533
+0.11019608 0.65849829 -0.14064856
+0.16715574 0.65789628 -0.14032643
+0.24549080 0.65595478 -0.14125782
+0.30351722 0.65470767 -0.14104162
+0.35252726 0.64909965 -0.14198633
+0.42872542 0.64563465 -0.14183062
+0.48462227 0.64336133 -0.14179011
+0.54573423 0.63266236 -0.14257580
+0.60167730 0.62972724 -0.14251281
+0.66865718 0.62580371 -0.14333181
+0.73989868 0.61789662 -0.14366141
+0.83613080 0.60167521 -0.14557210
+0.91042924 0.59448361 -0.14578569
+0.96839565 0.59126019 -0.14632902
+1.01030707 0.58914256 -0.14580092
+1.05519021 0.59022897 -0.14559743
+1.09101927 0.58506638 -0.14664239
+1.16389644 0.58133078 -0.14750853
+0.11947183 0.72676009 -0.12972032
+0.16815510 0.71474504 -0.13255136
+0.18043855 0.71548456 -0.13358305
+0.18926699 0.70830166 -0.13454391
+0.20291106 0.70861709 -0.13548388
+0.21391776 0.70887160 -0.13652872
+0.25302354 0.70597577 -0.13690591
+-0.21126735 0.72378325 -0.13650182
+-0.15789545 0.72065330 -0.13794616
+-0.13524733 0.71928149 -0.13787116
+-0.11323642 0.71760052 -0.13879281
+-0.08606396 0.71755350 -0.13870373
+-0.05969172 0.70975006 -0.13960584
+-0.01590256 0.70728642 -0.14055587
+0.03019704 0.71062803 -0.14042239
+0.09534522 0.70956093 -0.14140047
+0.14455700 0.70858186 -0.14121404
+0.22367316 0.70878494 -0.14227203
+0.28102204 0.71277946 -0.14210047
+0.33365273 0.70535380 -0.14308178
+0.40990534 0.70331591 -0.14294781
+0.46576038 0.70644671 -0.14390627
+0.52532035 0.70487088 -0.14378037
+0.57956916 0.70204210 -0.14379364
+0.64739615 0.70322102 -0.14462759
+0.72385281 0.69605845 -0.14519136
+0.82205707 0.68428600 -0.14701055
+0.89097762 0.68208361 -0.14731325
+0.95795661 0.67082173 -0.14816347
+1.00474095 0.67346966 -0.14794129
+1.05411005 0.67276615 -0.14781854
+1.09095287 0.67466229 -0.14868106
+1.12310421 0.67979437 -0.14894785
+0.04426247 0.81056428 -0.13137476
+0.08528344 0.80383468 -0.13297032
+0.09091087 0.79725337 -0.13504231
+0.09419018 0.80276483 -0.13590030
+0.10677166 0.80221933 -0.13680546
+0.11437729 0.80002314 -0.13674501
+0.14067635 0.80236244 -0.13812210
+-0.19634999 0.82344753 -0.13825215
+-0.14561306 0.82197928 -0.13863431
+-0.12113301 0.81337011 -0.13959843
+-0.09737739 0.81815898 -0.14045785
+-0.06967860 0.82079017 -0.14041138
+-0.04209018 0.81964457 -0.14132494
+0.00002196 0.82308805 -0.14124914
+0.03563901 0.82595128 -0.14211453
+0.08662067 0.81797153 -0.14216593
+0.13063003 0.82177526 -0.14299971
+0.20374340 0.82524526 -0.14292344
+0.25937808 0.82933021 -0.14395387
+0.31764904 0.82768178 -0.14379795
+0.38556367 0.83052528 -0.14473774
+0.44047618 0.83277553 -0.14462137
+0.49967387 0.83430427 -0.14560752
+0.55735534 0.83591908 -0.14553119
+0.63778442 0.82308984 -0.14639144
+0.70948321 0.82049721 -0.14693025
+0.81753677 0.81165898 -0.14777374
+0.89716250 0.80837226 -0.14921303
+0.96078885 0.80850917 -0.14899299
+1.01143456 0.80974966 -0.14977746
+1.06468964 0.81255549 -0.14970405
+1.10649157 0.81759238 -0.14953980
+1.13971794 0.82225668 -0.15084799
+-0.18131883 0.98634952 -0.13263147
+-0.13960685 0.97840554 -0.13545547
+-0.14054979 0.98377204 -0.13639359
+-0.13784042 0.98886746 -0.13728745
+-0.13723812 0.98636621 -0.13825476
+-0.13451609 0.99160534 -0.13922150
+-0.09576345 0.99259275 -0.13954656
+-0.16109075 1.00179386 -0.14081064
+-0.11032365 0.99429065 -0.14214218
+-0.08253660 0.99895132 -0.14208981
+-0.05684877 1.00382102 -0.14295079
+-0.02696598 1.00837255 -0.14384162
+0.00105843 1.01363540 -0.14381431
+0.03835117 1.02318287 -0.14472838
+0.05909269 1.01989520 -0.14469177
+0.08891677 1.02536905 -0.14560996
+0.11050791 1.03076506 -0.14553438
+0.17165418 1.03523660 -0.14641418
+0.22106576 1.04412162 -0.14634033
+0.26686919 1.03946197 -0.14618027
+0.35237563 1.03387868 -0.14696069
+0.41377550 1.02805936 -0.14674853
+0.46452078 1.01865578 -0.14749937
+0.54066831 1.00206518 -0.14731301
+0.61580718 0.99395019 -0.14808224
+0.70574921 0.97736418 -0.14847659
+0.72881985 0.97038972 -0.14981858
+0.79318887 0.95911574 -0.15000324
+0.85719866 0.94820112 -0.14978945
+0.89810228 0.94158858 -0.15041199
+0.93744493 0.93266946 -0.15024537
+0.96708953 0.92921907 -0.15089047
+1.04726577 0.91428733 -0.15140478
+-0.25928187 1.05334151 -0.13323067
+-0.28160486 1.04304624 -0.13556083
+-0.26112249 1.02812660 -0.13654168
+-0.24071126 1.02442312 -0.13733779
+-0.21569304 1.01717889 -0.13830215
+-0.19035196 1.01294386 -0.13910763
+-0.13397777 0.99492043 -0.13940579
+-0.05918312 0.98314631 -0.14107145
+0.00081223 0.97153836 -0.14226332
+0.03815071 0.96286666 -0.14195932
+0.08224951 0.95886618 -0.14287543
+0.11651522 0.94438863 -0.14264080
+0.15483961 0.93977576 -0.14351963
+0.20476201 0.93143874 -0.14422999
+0.23828979 0.92228913 -0.14412515
+0.27877033 0.91796470 -0.14485613
+0.32131654 0.91417819 -0.14524233
+0.39759204 0.91499573 -0.14684980
+0.46406099 0.91317624 -0.14724438
+0.51930988 0.90889907 -0.14741011
+0.59079719 0.89535475 -0.14823131
+0.64964533 0.88782918 -0.14825699
+0.69488174 0.87459052 -0.14867198
+0.72266430 0.85890132 -0.14766657
+0.76896119 0.84812522 -0.14820704
+0.85874230 0.84482616 -0.14945652
+0.46374664 0.89037514 -0.14779049
+0.38202643 0.88682956 -0.14913496
+0.42768243 0.88880551 -0.15253836
+0.27089533 0.53702503 -0.12347218
+0.21042566 0.48083764 -0.12390583
+0.20714784 0.46863019 -0.12247627
+0.22120929 0.45262671 -0.12217711
+-0.04833183 0.49491820 -0.10754810
+-0.12376931 0.46904474 -0.10507058
+-0.20118432 0.84759235 -0.13859962
+-0.23508906 0.91907942 -0.13792831
+-0.21566167 0.90117610 -0.13806115
+-0.19385254 0.89317012 -0.13887820
+-0.16314924 0.88200045 -0.13911991
+-0.11900964 0.90715230 -0.14747053
+0.14000364 0.51727402 -0.11623231
+0.23731419 0.80857372 -0.14218922
+0.28990367 0.78266293 -0.14169924
+0.34873039 0.77034765 -0.14156100
+0.39859444 0.76008970 -0.14233461
+0.45915595 0.75132102 -0.14577447
+0.52259785 0.75392950 -0.15164040
+0.58211589 0.75348210 -0.15548924
+0.63621920 0.74543339 -0.15561806
+0.70242739 0.72418392 -0.15644222
+0.77820832 0.71070760 -0.15672463
+0.86264336 0.69626629 -0.15516810
+0.95114416 0.67183858 -0.15082687
+1.00975502 0.65497416 -0.14726333
+1.05141222 0.64593118 -0.14692804
+1.08536708 0.63263327 -0.14691520
+1.11525190 0.62421918 -0.14666165
+1.15585613 0.61334741 -0.14796036
+0.71630603 0.67966688 -0.14304957
+-0.24409191 0.72530729 -0.14348890
+-0.22583586 0.70844442 -0.14376833
+-0.23475865 0.69938594 -0.14380752
+-0.24407721 0.68670744 -0.14409113
+-0.25009298 0.67716944 -0.14412847
+-0.24818651 0.66294801 -0.14520116
+-0.19116244 0.67503709 -0.13420680
+-0.11181644 0.68307620 -0.13335450
+-0.05150544 0.67034948 -0.13451096
+0.00039295 0.65534687 -0.13506952
+0.06343021 0.64655310 -0.13595851
+0.13803555 0.63230443 -0.13659017
+0.21423300 0.61649555 -0.13771385
+0.30182043 0.60547972 -0.13825053
+0.36929700 0.59017581 -0.13926785
+0.43452427 0.57682377 -0.13928263
+0.50208724 0.55927795 -0.13990153
+0.57439917 0.54480255 -0.13989122
+0.63537031 0.53385544 -0.14048170
+0.70122933 0.51890528 -0.14099555
+0.76495391 0.50056779 -0.14105758
+0.82266265 0.47898430 -0.13741527
+0.85949343 0.46591383 -0.13308427
+0.91681391 0.44953480 -0.13617231
+0.96776062 0.43351445 -0.14005661
+1.03844059 0.41791856 -0.14310698
+0.64459431 0.40737420 -0.14434274
+0.59745258 0.39542523 -0.14489001
+0.60273373 0.38112292 -0.14433829
+0.60262281 0.37287188 -0.14443403
+0.58914191 0.36408699 -0.14441514
+0.58481497 0.35310969 -0.14456876
+0.61156487 0.37975001 -0.13853320
+0.03484815 0.54114819 -0.13638340
+-0.13996452 0.51702827 -0.13750762
+-0.07783075 0.50712878 -0.13771334
+-0.02725527 0.49059120 -0.13810983
+0.02060663 0.47457728 -0.13855873
+0.07104255 0.46542612 -0.13913749
+0.13416493 0.45439306 -0.13257481
+0.20665936 0.43531719 -0.13009001
+0.27563199 0.42433962 -0.13099749
+0.33931634 0.41356248 -0.13164167
+0.39972848 0.39539230 -0.13255821
+0.46665877 0.38203156 -0.13295348
+0.52911294 0.37151128 -0.13377918
+0.59138381 0.36004043 -0.13295618
+0.62863284 0.33820823 -0.09533346
+0.69273758 0.32657784 -0.10112700
+0.75991386 0.31648406 -0.11526731
+0.82112324 0.30427518 -0.12589411
+0.88118136 0.29270762 -0.13245198
+0.95534694 0.27070522 -0.13653521
+1.04010725 0.25673783 -0.13753577
+1.08686054 0.24335138 -0.13803889
+1.11540484 0.23194100 -0.13807341
+1.14100504 0.21634001 -0.13831787
+1.16569257 0.20381764 -0.13911633
+1.17583346 0.18556917 -0.14042096
+1.18266225 0.18311621 -0.14170708
+-0.34895995 0.17534408 -0.14221084
+-0.30947420 0.16920309 -0.14208186
+-0.29054374 0.16397399 -0.14234617
+-0.27283373 0.15678504 -0.14265226
+-0.24841225 0.15144627 -0.14308758
+-0.21545638 0.14107703 -0.13711399
+-0.14006932 0.22463213 -0.12942354
+-0.04705329 0.26337525 -0.13072479
+0.05239136 0.24260202 -0.13159396
+0.13838813 0.22794734 -0.13133270
+0.21332800 0.21257862 -0.13202533
+0.27726236 0.19992942 -0.13296576
+0.33556268 0.18718943 -0.12879287
+0.35454050 0.17329490 -0.06128468
+0.41559684 0.16078775 -0.06279763
+0.47285649 0.14474832 -0.06400854
+0.55269700 0.13153176 -0.09881224
+0.63030040 0.12219670 -0.12366143
+0.69507068 0.10764381 -0.13004692
+0.75850439 0.09483068 -0.13136096
+0.83118528 0.08209068 -0.13185899
+0.89223349 0.07210074 -0.13252480
+0.94407928 0.05707129 -0.13264781
+0.98712301 0.04136444 -0.13329704
+1.02858114 0.03097082 -0.13354629
+1.07289529 0.01510186 -0.13397013
+1.01460409 -0.00216306 -0.13424249
+0.25499767 -0.01367998 -0.13086453
+0.26935461 -0.02681688 -0.13432722
+0.24672246 -0.04068200 -0.13469736
+0.22162925 -0.05553004 -0.13552457
+0.19905856 -0.06535647 -0.13652998
+0.17494847 -0.07617033 -0.13826573
+0.18351443 -0.02819528 -0.13719754
+-0.14509286 -0.04702068 -0.13900730
+-0.15542954 -0.06165586 -0.13879263
+-0.12203678 -0.06840323 -0.13949242
+-0.09001639 -0.08196800 -0.13937692
+-0.06031968 -0.09581681 -0.13749304
+-0.02710262 -0.11084315 -0.12083846
+0.00966718 -0.09621646 -0.12250157
+0.04821860 -0.11032954 -0.12325833
+0.09295681 -0.12788795 -0.12419581
+0.14482152 -0.14112903 -0.12508796
+0.20288144 -0.15440513 -0.12595513
+0.26515409 -0.16876934 -0.12571016
+0.33584750 -0.18189783 -0.12330208
+0.40832210 -0.19575989 -0.12482034
+0.48856479 -0.20869319 -0.12472799
+0.56376654 -0.22070406 -0.12580410
+0.62050045 -0.23410955 -0.12578276
+0.68720752 -0.24725087 -0.12690741
+0.76522130 -0.25263318 -0.12814312
+0.84243250 -0.23610136 -0.12810981
+0.59725738 -0.22087005 -0.12930401
+0.62147743 -0.20559691 -0.12896027
+0.63787323 -0.18896285 -0.13003612
+0.64458066 -0.17318854 -0.12989968
+0.64493865 -0.15933160 -0.12956843
+0.63498032 -0.13532047 -0.13065927
+0.65413094 -0.10613803 -0.13048135
+0.05599055 -0.08976642 -0.13130386
+-0.21705860 -0.07172508 -0.13132934
+-0.16181444 -0.05301360 -0.13211712
+-0.11129772 -0.02877442 -0.13285795
+-0.05678773 -0.01145784 -0.13519979
+-0.00203208 0.01206487 -0.13591047
+0.05816120 0.10854133 -0.13645522
+0.13495262 0.11525083 -0.13612747
+0.20826524 0.13075013 -0.13656019
+0.27607846 0.14697085 -0.13536511
+0.31631485 0.15857160 -0.11284737
+0.35541144 0.17446001 -0.05183513
+0.41813517 0.18759874 -0.04879463
+0.46939245 0.20000774 -0.05145310
+0.54534626 0.21220911 -0.05752539
+0.62152582 0.23244868 -0.07183620
+0.68721050 0.24976972 -0.08626717
+0.76419294 0.27064663 -0.10227628
+0.84165591 0.28875685 -0.11618757
+0.91759592 0.31090361 -0.12549424
+1.01692867 0.32850552 -0.12954929
+1.10325718 0.35005790 -0.13056503
+1.14405417 0.36676422 -0.13021038
+1.12418246 0.38793769 -0.13032617
+1.09651589 0.40235931 -0.12998591
+1.06138384 0.41815171 -0.12972330
+1.03748262 0.42704412 -0.12929943
+0.74933362 0.44142067 -0.12426783
+-0.30888647 0.46153775 -0.13005576
+-0.25793812 0.47656232 -0.13026258
+-0.24005567 0.49821800 -0.13038576
+-0.21955936 0.52022409 -0.13051316
+-0.19494724 0.55294651 -0.13062684
+-0.16631654 0.66651052 -0.13076067
+0.61430931 0.64619792 -0.13322811
+0.67942017 0.62027371 -0.13285746
+0.73607612 0.59486884 -0.13448122
+0.79244906 0.57548761 -0.13551813
+0.82860291 0.54943860 -0.13639782
+0.87444890 0.51839459 -0.13522977
+0.92268878 0.49376380 -0.13323161
+0.97503024 0.46868774 -0.12477528
+0.99760157 0.44888696 -0.11244722
+1.08072841 0.42427218 -0.11755511
+1.14889646 0.40447816 -0.11949636
+1.14982438 0.37972626 -0.12115237
+1.14531481 0.35918057 -0.12280118
+1.14304864 0.33501101 -0.12375887
+1.15108824 0.31356061 -0.12511486
+0.81153494 0.28408071 -0.11539951
+-0.14260305 0.26547879 -0.12739435
+-0.06316163 0.23916703 -0.12681696
+-0.00685929 0.21590389 -0.12699442
+0.04770878 0.18934771 -0.12688608
+0.10791527 0.17042679 -0.12759623
+0.17043009 0.15216270 -0.12809767
+0.26215363 0.13008012 -0.11735458
+-0.10889875 0.11021149 -0.12856162
+-0.15840235 0.08794875 -0.12832360
+-0.12488003 0.10772916 -0.12883800
+-0.09526224 0.08315143 -0.12866956
+-0.06275931 0.06080740 -0.12933174
+-0.03030708 0.03426648 -0.12914674
+0.00428720 0.01439535 -0.12963668
+0.05000849 -0.00558168 -0.12952240
+0.09525020 -0.03262872 -0.12906295
+0.12724118 0.07020737 -0.12999399
+0.14682609 0.07762147 -0.13026714
+0.13600118 0.05176196 -0.07588338
+0.15893519 0.02192588 -0.08162105
+0.19358893 -0.00452020 -0.11350597
+0.22733964 -0.03387676 -0.13243563
+0.23614728 -0.06217820 -0.13301887
+0.24627988 -0.09950113 -0.13275798
+0.25379241 -0.13097373 -0.13377337
+0.28658402 -0.15175511 -0.11135453
+0.31128186 -0.14670457 -0.11494089
+0.34756780 -0.13567594 -0.11573987
+0.38717782 -0.12577528 -0.11692305
+0.43313882 -0.11684798 -0.11777342
+0.46347648 -0.10557958 -0.11860727
+0.49650827 -0.09541964 -0.11975884
+0.55601144 -0.08178182 -0.11027149
+0.62711269 -0.06669389 -0.11323594
+0.72281545 -0.05361846 -0.11386526
+0.81873226 -0.04220531 -0.11519480
+0.88691926 -0.02805302 -0.11569461
+0.94516176 -0.01304767 -0.11647990
+0.99703026 -0.00468970 -0.11753853
+1.03857553 0.01082101 -0.11816230
+1.09106457 0.02598483 -0.11869880
+0.84051383 0.04068377 -0.11905950
+0.00025822 0.05086806 -0.11940146
+0.07515553 0.05959066 -0.11979584
+0.12184857 0.06864987 -0.11939648
+0.16579042 0.08272232 -0.11999711
+0.20747703 0.09740606 -0.11154965
+0.22677481 0.11030215 -0.07128084
+0.29765075 0.12292655 -0.05390448
+-0.20618337 0.12568612 -0.12161445
+-0.19057426 0.26391536 -0.12199908
+-0.17695646 0.28366977 -0.12345602
+-0.16087434 0.27975625 -0.12407836
+-0.14555041 0.28780684 -0.12474414
+-0.12687187 0.29423973 -0.12478755
+-0.09379549 0.29712555 -0.12492347
+-0.04599189 0.30332938 -0.12514853
+0.00653023 0.36204451 -0.12601034
+0.06145448 0.39060891 -0.11588158
+0.12749448 0.40040675 -0.11244155
+0.19486625 0.40427393 -0.11376800
+0.25422251 0.41322076 -0.11501457
+0.31882441 0.42331994 -0.11598618
+0.38452792 0.43096000 -0.11665144
+0.44298193 0.43543884 -0.11794325
+0.49959168 0.44800282 -0.10929962
+0.55578774 0.45305273 -0.10455170
+0.61968076 0.46210185 -0.10702763
+0.67472976 0.47189245 -0.10906160
+0.72756213 0.48496374 -0.10929818
+0.78608072 0.49384764 -0.10862441
+0.83223265 0.50740761 -0.10831106
+0.86502558 0.51542562 -0.10763729
+0.90949816 0.52147567 -0.10688354
+0.95558250 0.53424519 -0.10890223
+1.00448942 0.54467273 -0.11055019
+1.09668136 0.55435032 -0.11323304
+1.12992287 0.56671607 -0.11396931
+1.14119196 0.57491064 -0.11434373
+1.14134538 0.58349043 -0.11479600
+1.14391911 0.59487927 -0.11523329
+1.14640188 0.59679955 -0.11559137
+1.18210030 0.60358417 -0.11617280
+0.04508952 0.61272168 -0.11702729
+-0.11240938 0.65039039 -0.11742942
+-0.05512954 0.64872199 -0.11826448
+-0.01052258 0.65337867 -0.11870547
+0.03751492 0.66032243 -0.11859576
+0.08820382 0.66940325 -0.11887324
+0.16456158 0.67923582 -0.11935543
+-0.03420749 0.68312585 -0.12001332
+-0.13452567 0.86731821 -0.11636782
+-0.07457637 0.86400384 -0.11124913
+-0.02388600 0.86676306 -0.11315906
+0.02037953 0.87810391 -0.11357164
+0.05919055 0.88080549 -0.11443144
+0.10421312 0.89112824 -0.11524357
+0.15408519 0.90002555 -0.11605364
+0.19952311 0.88466930 -0.10939034
+0.24091566 0.86275375 -0.09686530
+0.27420706 0.84913009 -0.10038432
+0.30534229 0.83598942 -0.10172283
+0.33105507 0.82261604 -0.10310064
+0.35800377 0.80934280 -0.10430013
+0.38642892 0.78863871 -0.10531159
+0.41414323 0.77374411 -0.10587407
+0.44446206 0.75959349 -0.10706230
+0.47992539 0.74538189 -0.10737351
+0.52851099 0.73505217 -0.10868195
+0.57407767 0.72026330 -0.10935497
+0.62147719 0.70550114 -0.10966021
+0.67202359 0.68993813 -0.11038370
+0.70575923 0.66880149 -0.11068891
+0.73124027 0.65106010 -0.11132692
+0.76950717 0.63909733 -0.11127760
+0.81193453 0.62229615 -0.11141192
+0.85056901 0.60349369 -0.11242483
+0.59293735 0.58024961 -0.11276795
+0.67853719 0.56352770 -0.11409412
+0.76351368 0.54610032 -0.11390960
+0.82354057 0.53134042 -0.11367127
+0.87671739 0.51846915 -0.11109886
+0.93054694 0.50434047 -0.10847013
+1.03635061 0.49136811 -0.11471698
+-0.19087282 0.55349976 -0.11497917
+-0.29721764 0.58913940 -0.11124063
+-0.28294298 0.56971234 -0.11221562
+-0.27503464 0.55707693 -0.11267224
+-0.26572770 0.53999895 -0.11392242
+-0.25585121 0.53085798 -0.11428184
+-0.22184704 0.51208782 -0.11545325
+-0.15973055 0.51710224 -0.11128706
+-0.10588823 0.52167630 -0.09044477
+-0.07871171 0.50920504 -0.09486452
+-0.05397239 0.49283257 -0.09623048
+-0.03271602 0.47905281 -0.09786066
+-0.00802514 0.46135506 -0.09924412
+0.02211895 0.44961384 -0.10066419
+0.04818792 0.43119964 -0.10112102
+0.08474031 0.41895196 -0.10301909
+0.12723720 0.40714258 -0.10452468
+0.18488827 0.39241266 -0.10441887
+0.25238556 0.38113442 -0.10574637
+0.30645752 0.36477044 -0.10563196
+0.37017754 0.35520712 -0.10682227
+0.43444932 0.34474471 -0.10708458
+0.48594010 0.33101302 -0.10824214
+0.53825182 0.32054982 -0.10262439
+0.55927742 0.30513483 -0.05127428
+0.63152164 0.29464689 -0.06132030
+0.73814303 0.27852407 -0.08461710
+0.84050024 0.26374948 -0.10460483
+0.91034961 0.25028175 -0.11016952
+0.96596974 0.23982386 -0.11208875
+1.00841880 0.22943541 -0.11204604
+1.04743087 0.21695852 -0.11193276
+1.09938669 0.20846370 -0.11337450
+0.73253572 0.21214785 -0.09886345
+0.21910055 0.24580404 -0.11181214
+0.26989031 0.23038925 -0.11225826
+0.30589116 0.21874179 -0.11254457
+0.33449191 0.20849960 -0.11383615
+0.35573384 0.19542833 -0.10336791
+0.36322916 0.18037556 -0.05010827
+0.22411697 0.18894994 -0.11383439
+-0.23033944 0.25603497 -0.08816824
+-0.19089675 0.23450583 -0.09087420
+-0.17400807 0.21733816 -0.09265184
+-0.15678905 0.20067967 -0.09452187
+-0.13503601 0.18822834 -0.09606789
+-0.10569204 0.17217824 -0.09775834
+-0.05600741 0.15546870 -0.09952631
+0.00152634 0.13908611 -0.09998123
+0.07225110 0.12314282 -0.10186201
+0.14183998 0.10817280 -0.10166435
+0.19826362 0.09758340 -0.07774387
+0.23016217 0.08718046 -0.03460844
+0.29143846 0.07703452 -0.03981674
+0.39515650 0.06533859 -0.09124962
+0.45368069 0.05264756 -0.10415421
+0.51331204 0.04734252 -0.10525656
+0.57460791 0.03573620 -0.10713102
+0.64051628 0.02380322 -0.10687227
+0.70334995 0.01324734 -0.10843825
+0.76448828 0.00595616 -0.10838299
+0.82785708 -0.00689567 -0.10829408
+0.88143927 -0.01600210 -0.10971966
+0.91822743 -0.02501237 -0.10951688
+0.96372885 -0.02965253 -0.11106172
+1.00699663 -0.04126675 -0.11083408
+1.02322757 -0.05229140 -0.11114042
+0.77808470 -0.03690612 -0.11199392
+0.83542454 -0.05129705 -0.11233286
+0.86762619 -0.06390598 -0.11378603
+0.89798838 -0.06920762 -0.11365765
+0.92237133 -0.07874101 -0.11511444
+0.94851941 -0.08374761 -0.11503547
+0.90021956 -0.09349260 -0.11690509
+-0.31918660 0.06324767 -0.08511283
+-0.27051035 0.04358736 -0.08839051
+-0.25861230 0.02274706 -0.09019640
+-0.24603947 0.01545104 -0.09202336
+-0.22682147 -0.00757722 -0.09391963
+-0.20599154 -0.02601417 -0.09563406
+-0.14864931 -0.04345634 -0.09786801
+-0.07084908 -0.06839553 -0.09819372
+0.01550214 -0.08167718 -0.10024495
+0.11090330 -0.09486498 -0.09996381
+0.19330950 -0.11459399 -0.10164587
+0.26002216 -0.12637395 -0.10138674
+0.31573561 -0.14037634 -0.10303946
+0.38887265 -0.14874743 -0.10281467
+0.44329619 -0.15749310 -0.10444791
+0.50942194 -0.17227970 -0.10421076
+0.56441075 -0.17594409 -0.10584742
+0.62940514 -0.18653926 -0.10568407
+0.67623961 -0.19665965 -0.10540801
+0.71574914 -0.19322498 -0.10718312
+0.77419865 -0.18931803 -0.10709973
+0.81112421 -0.18240190 -0.10880250
+0.84902334 -0.18290390 -0.10874448
+0.89015436 -0.17856902 -0.11042384
+0.92679924 -0.17437154 -0.11044890
+0.97557831 -0.16939804 -0.11070487
+1.06500661 -0.17440206 -0.11321972
+1.10788584 -0.17279139 -0.11336496
+1.12720251 -0.16841780 -0.11495582
+1.13605344 -0.16435368 -0.11470447
+1.15000153 -0.16403991 -0.11633169
+1.15894592 -0.15986352 -0.11618386
+1.20625186 -0.16422394 -0.11888283
+-0.16670641 0.06802737 -0.08699131
+-0.15760779 0.05407394 -0.08986250
+-0.12797813 0.05396035 -0.09427928
+-0.10119141 0.04631750 -0.09399864
+-0.07417610 0.03787890 -0.09617634
+-0.04144682 0.03791159 -0.09800914
+0.02230956 0.02455051 -0.10050421
+-0.12542796 0.03487421 -0.10021609
+-0.05895044 0.01973330 -0.10253706
+0.01369919 0.01832039 -0.10253775
+0.08796594 0.00849798 -0.10019190
+0.13580431 0.00701091 -0.08558209
+0.18307860 0.01007108 -0.07678364
+0.26550299 -0.00548823 -0.10543251
+0.32198709 -0.00372490 -0.10798813
+0.38282561 -0.00668408 -0.10820143
+0.42121378 -0.01304460 -0.10993575
+0.47665134 -0.01863695 -0.10981400
+0.52409524 -0.01715444 -0.11152048
+0.55386662 -0.01543139 -0.11145198
+0.60853100 -0.01915892 -0.11128303
+0.65630811 -0.01992501 -0.11293601
+0.69309258 -0.01924058 -0.11274359
+0.74078155 -0.02035248 -0.11418650
+0.79525316 -0.02034759 -0.11412759
+0.83879435 -0.02275591 -0.11590192
+0.91656047 -0.02330564 -0.11645728
+0.97392339 -0.02166399 -0.11664776
+1.00119317 -0.02529704 -0.11805295
+1.02377105 -0.02137135 -0.11785988
+1.04434144 -0.01715702 -0.11921398
+1.06672847 -0.01895239 -0.11910879
+1.12164772 -0.02414942 -0.12160631
+0.04785821 0.19439186 -0.09201714
+0.05685095 0.18626700 -0.09454130
+0.08328133 0.17994224 -0.09851049
+0.10991647 0.17135623 -0.09851208
+0.13984455 0.16486339 -0.10031504
+0.16977960 0.16266458 -0.10210137
+0.23749442 0.14968660 -0.10421544
+-0.16246329 0.17699702 -0.10320978
+-0.10827426 0.17272091 -0.10556368
+-0.04394392 0.16004804 -0.10543754
+0.01362363 0.15981984 -0.10718942
+0.06974099 0.14761704 -0.10709927
+0.11772273 0.14071962 -0.10884855
+0.18219951 0.13821299 -0.10872872
+0.24021812 0.12307013 -0.10364954
+0.25268751 0.12196057 -0.04317007
+0.29868707 0.11180455 -0.04497583
+0.35328645 0.09857420 -0.04756023
+0.41194373 0.09334207 -0.07448777
+0.46187142 0.09079057 -0.09385351
+0.52762848 0.08413666 -0.10909231
+0.56652623 0.07379832 -0.11407082
+0.61472034 0.07400379 -0.11461371
+0.65984964 0.06895272 -0.11623147
+0.71588528 0.06685022 -0.11618303
+0.77166265 0.06445849 -0.11791957
+0.84153152 0.06126630 -0.11849512
+0.90391481 0.05933062 -0.11859786
+0.94066155 0.05969063 -0.11987924
+0.96805662 0.05854451 -0.11971603
+0.99423736 0.05908990 -0.12097790
+1.02309155 0.05464112 -0.12084872
+1.08404684 0.04870275 -0.12316544
+0.08215250 0.27498823 -0.09452467
+0.13291873 0.26114047 -0.09725385
+0.16749765 0.25259146 -0.09908222
+0.19213523 0.24417874 -0.10100049
+0.21945536 0.24278738 -0.10266742
+0.24539752 0.23236220 -0.10438555
+0.31197038 0.22655278 -0.10643020
+-0.19059014 0.25255543 -0.10510406
+-0.12630685 0.24459858 -0.10733835
+-0.06664336 0.23466988 -0.10721750
+-0.01041663 0.22932699 -0.10896563
+0.04222099 0.22581488 -0.10876951
+0.09578106 0.21395482 -0.11050619
+0.15699644 0.20825118 -0.11039983
+0.21847710 0.20005330 -0.11216075
+0.28070050 0.18066140 -0.11212619
+0.32076582 0.17305677 -0.10357308
+0.32995906 0.16456392 -0.04773594
+0.37726220 0.15724340 -0.04953238
+0.41171849 0.14084744 -0.04950745
+0.47360507 0.13401884 -0.05964259
+0.54457486 0.12316468 -0.09457838
+0.59320897 0.11888528 -0.10813884
+0.64186722 0.11256694 -0.11564785
+0.71098721 0.09822425 -0.11752938
+0.76212931 0.09372629 -0.11933666
+0.84466207 0.08964264 -0.11984275
+0.90257829 0.08971477 -0.11997758
+0.94284487 0.09125704 -0.12133703
+0.96968895 0.08259701 -0.12115154
+1.00011849 0.08424559 -0.12243775
+1.03087032 0.08503024 -0.12235583
+1.05494046 0.07742985 -0.12440565
+0.03140265 0.31054199 -0.09628069
+0.08522385 0.29196361 -0.09912117
+0.11121526 0.28191954 -0.10091759
+0.13505407 0.28010416 -0.10260880
+0.15700227 0.26914442 -0.10425700
+0.17704287 0.26118159 -0.10598005
+0.22588283 0.25307435 -0.10598064
+-0.17557131 0.26961613 -0.10685097
+-0.10967720 0.25895908 -0.10706444
+-0.05965220 0.25485286 -0.10875715
+0.00711331 0.24107836 -0.11032729
+0.05923247 0.23840076 -0.11012062
+0.11483412 0.22941220 -0.11170917
+0.18716010 0.21622396 -0.11165528
+0.25049090 0.20699692 -0.11335443
+0.30727860 0.19703612 -0.11317811
+0.34804362 0.18880580 -0.09697568
+0.37202612 0.16785751 -0.04938550
+0.42384797 0.15630840 -0.04954648
+0.46188426 0.15011954 -0.05123820
+0.54776037 0.13722987 -0.08474150
+0.61020559 0.11882457 -0.11144193
+0.66327661 0.11213503 -0.11610457
+0.70799381 0.10071892 -0.11847769
+0.77311176 0.08966117 -0.11850872
+0.82962513 0.08689583 -0.11881633
+0.91951734 0.07460397 -0.12071932
+0.97912979 0.07129402 -0.12087182
+1.01711988 0.06904303 -0.12214722
+1.04509163 0.06689209 -0.12190127
+1.06808817 0.06833944 -0.12317342
+1.10242164 0.06487982 -0.12306419
+1.08759689 0.05108938 -0.12490899
+-0.12453298 0.30537641 -0.09659567
+-0.07706373 0.27848586 -0.09947556
+-0.06129180 0.26696143 -0.10100129
+-0.05372884 0.26221868 -0.10274155
+-0.03441396 0.24967110 -0.10441531
+-0.02151903 0.24444577 -0.10591488
+0.02308717 0.23094681 -0.10612006
+-0.13578877 0.23579238 -0.10769107
+-0.06979398 0.21781923 -0.10777763
+-0.01073528 0.21145323 -0.10941034
+0.04997835 0.20463826 -0.11089692
+0.12504534 0.18963833 -0.11079000
+0.19381441 0.18258339 -0.11061504
+0.27039841 0.16980654 -0.11223208
+0.30809838 0.16235688 -0.09038267
+0.34920314 0.14356828 -0.04759001
+0.40623879 0.13275628 -0.04788093
+0.48369530 0.12082291 -0.07488961
+0.56833351 0.10832320 -0.10725378
+0.61703753 0.08978845 -0.11552785
+0.68894988 0.07436939 -0.11624711
+0.74636883 0.06161044 -0.11770854
+0.78881049 0.04642404 -0.11756350
+0.84888345 0.03335336 -0.11893032
+0.90906435 0.01065152 -0.11876036
+0.97699893 0.00276702 -0.12039445
+1.07403517 -0.00622819 -0.12087119
+1.13563311 -0.00815419 -0.12083878
+1.17112601 -0.00952223 -0.12211196
+1.17904103 -0.00243886 -0.12186231
+1.17837739 0.00005289 -0.12314010
+1.18124890 0.00796404 -0.12293404
+1.22093379 0.00331971 -0.12530199
+-0.30994144 0.27782309 -0.09422969
+-0.28123513 0.26784879 -0.09916583
+-0.26730025 0.26272279 -0.10103212
+-0.25464788 0.26173913 -0.10277075
+-0.23514402 0.25582913 -0.10464775
+-0.21347791 0.26143065 -0.10447200
+-0.16221085 0.26062721 -0.10660035
+-0.08874524 0.24974093 -0.10902922
+-0.02981940 0.25285184 -0.10913049
+0.02337116 0.24715574 -0.11090481
+0.08655810 0.25245064 -0.11075594
+0.15949312 0.25693929 -0.11272235
+0.23031110 0.26089543 -0.11315630
+0.31110188 0.26445740 -0.11505025
+0.37307963 0.26952142 -0.11519326
+0.43738249 0.27338970 -0.11667064
+0.47369036 0.26519698 -0.09533704
+0.50438261 0.26096475 -0.05602176
+0.54531986 0.25189349 -0.05798269
+0.59823245 0.25022906 -0.06768746
+0.67094201 0.25044537 -0.08312500
+0.73704404 0.24131806 -0.09951403
+0.79841524 0.24359001 -0.11097949
+0.88955021 0.27659091 -0.12289930
+0.49542022 0.05753263 -0.10938565
+0.46685916 0.06025018 -0.10896977
+0.47554436 0.05091963 -0.11090241
+0.46614966 0.04883423 -0.10967144
+0.45895910 0.05001710 -0.11043475
+0.41521019 0.02053200 -0.10656595
+0.96390319 0.28369677 -0.12919554
+1.13506818 0.33407786 -0.13090362
+0.77340662 0.05848727 -0.12016404
+-0.09403985 0.21899189 -0.09707332
+-0.25554428 0.23114708 -0.09996097
+-0.23478305 0.23666072 -0.10735392
+0.01570909 0.09633388 -0.09002936
+0.05098572 0.17000251 -0.10603905
+0.09909116 0.15403958 -0.10480431
+0.15126292 0.14678755 -0.10721469
+0.19907512 0.13617888 -0.10654123
+0.25008863 0.14370950 -0.11180507
+0.30151984 0.16913284 -0.11802135
+0.33474705 0.17440039 -0.08001944
+0.38602495 0.16785388 -0.05886563
+0.45018575 0.16002308 -0.05910445
+0.53414196 0.15153731 -0.07483446
+0.63004714 0.13065127 -0.11454501
+0.68673980 0.09569507 -0.11770888
+0.73814130 0.06570216 -0.11390346
+0.78962976 0.05133330 -0.11479299
+0.84992814 0.03511003 -0.11461793
+0.92002642 0.02311923 -0.11603165
+0.98530221 0.01207256 -0.11597213
+1.02630436 0.00284963 -0.11679746
+1.05902696 -0.00539271 -0.11707028
+1.08815169 -0.01567170 -0.11678249
+1.11278534 -0.02775255 -0.11796499
+1.14847517 -0.03700830 -0.11970870
+0.62658352 -0.03179274 -0.10521674
+-0.04334798 -0.03283322 -0.10615159
+-0.02834139 -0.03629809 -0.10887863
+-0.02913451 -0.03946817 -0.10967061
+-0.03635562 -0.04704698 -0.11029670
+-0.03629731 -0.05137688 -0.11137205
+-0.00916430 -0.06031417 -0.11400434
+-0.00425354 -0.00114197 -0.09461387
+-0.01900993 0.03156918 -0.09519703
+0.08060884 0.01652526 -0.09620076
+0.14248624 0.01120340 -0.06925046
+0.23132651 -0.00213169 -0.09783409
+0.30009803 -0.00999502 -0.10095069
+0.37008587 -0.02129866 -0.10338670
+0.44403249 -0.03041473 -0.10376743
+0.50571859 -0.04098016 -0.10537457
+0.56680745 -0.04918047 -0.10639577
+0.62129158 -0.05997351 -0.10682655
+0.68176544 -0.06576974 -0.10763320
+0.73361045 -0.07599880 -0.10755236
+0.78254616 -0.08352214 -0.10877889
+0.84214598 -0.09239243 -0.10882075
+0.88524598 -0.10156436 -0.10998340
+0.92701405 -0.10895322 -0.10982162
+0.96722448 -0.11913456 -0.11090302
+1.00730360 -0.12935799 -0.11110359
+1.05953741 -0.13932286 -0.11185437
+0.82659203 -0.15178204 -0.11249408
+0.83837277 -0.16257371 -0.11309905
+0.82994932 -0.16965088 -0.11354780
+0.81922346 -0.17741784 -0.11417080
+0.80427104 -0.18566836 -0.11413188
+0.78232712 -0.19437604 -0.11597937
+0.79750878 -0.18846899 -0.09637842
+-0.15329520 -0.16925740 -0.09159506
+-0.24237229 -0.17893048 -0.09559768
+-0.21650293 -0.18591926 -0.09721376
+-0.19423507 -0.19332026 -0.09907352
+-0.16672991 -0.20059155 -0.10019366
+-0.13253118 -0.20564836 -0.10260548
+-0.07560731 -0.21286604 -0.09199962
+0.00043025 -0.20998268 -0.08835108
+0.09398272 -0.22489798 -0.09169868
+0.17121020 -0.23378757 -0.09250677
+0.24350972 -0.24401802 -0.09460493
+0.30732295 -0.25237298 -0.09606742
+0.36481759 -0.26078129 -0.09796102
+0.42825377 -0.27062407 -0.09891409
+0.48750904 -0.27878398 -0.10020601
+0.54408711 -0.28910455 -0.10065798
+0.59964424 -0.27689633 -0.10151462
+0.66155821 -0.26484090 -0.10226183
+0.72916621 -0.25418538 -0.10286412
+0.80503154 -0.24209155 -0.10347838
+0.88920325 -0.23038371 -0.10346894
+0.95565969 -0.21986589 -0.10413039
+1.00861478 -0.20809418 -0.10459515
+1.05290234 -0.19241340 -0.10539067
+1.08778131 -0.18188673 -0.10604894
+1.12786269 -0.17260721 -0.10708499
+0.87097335 -0.14413394 -0.10804493
+-0.09121263 -0.13296416 -0.10832462
+-0.08787431 -0.11883689 -0.10890254
+-0.10745669 -0.10087765 -0.10921265
+-0.12667949 -0.08637115 -0.11001489
+-0.14240652 -0.07380128 -0.11171708
+-0.15519555 -0.06122190 -0.09463949
+-0.13780081 -0.00572821 -0.07947868
+-0.15608202 0.01399980 -0.08482108
+-0.09954388 0.02188638 -0.08851080
+-0.07000471 0.03571507 -0.08907375
+-0.03212058 0.04765115 -0.09041873
+0.01228370 0.05823213 -0.09306331
+0.05674459 0.07101901 -0.08834866
+0.10013381 0.07872612 -0.08327552
+0.15972213 0.08634549 -0.08700433
+0.19360822 0.10220756 -0.04670148
+0.25098291 0.11431021 -0.02235206
+0.32425183 0.12907889 -0.02541153
+0.39307171 0.13962096 -0.02756802
+0.46343499 0.15401098 -0.03177377
+0.55343121 0.16445790 -0.05362802
+0.63671589 0.17868511 -0.07371236
+0.70581609 0.18786307 -0.08649044
+0.76044667 0.20212652 -0.09171090
+0.82479393 0.21172626 -0.09627232
+0.89498478 0.22284566 -0.09799822
+0.71335828 0.22708543 -0.07626154
+0.42447963 0.24155940 -0.08042652
+0.44230899 0.25146583 -0.07623922
+0.46189091 0.26709804 -0.08767198
+0.46917295 0.28345197 -0.09834727
+0.46495911 0.29215518 -0.10180787
+0.46568692 0.33030513 -0.10333576
+0.36820233 0.43114090 -0.10427973
+-0.21719119 0.43686572 -0.10431921
+-0.14639696 0.45179328 -0.10426664
+-0.08501827 0.46988392 -0.10525440
+-0.02384914 0.47937039 -0.10592563
+0.03638894 0.49811062 -0.09907487
+0.09607281 0.51645976 -0.06916767
+0.17314911 0.55279332 -0.07623384
+0.23986459 0.56519145 -0.07998469
+0.31187883 0.57584262 -0.08170350
+0.37484467 0.59278828 -0.08394811
+0.44417229 0.60889339 -0.08514865
+0.50427198 0.62468928 -0.08675905
+0.56147891 0.63431972 -0.08214850
+0.62803930 0.64915186 -0.08355731
+0.69485956 0.66098601 -0.08524032
+0.75753897 0.67736125 -0.08545228
+0.81596506 0.69388598 -0.08715482
+0.87869638 0.71032482 -0.08709944
+0.94832963 0.72626793 -0.08869353
+1.03092909 0.73585624 -0.08872054
+1.08324122 0.74773932 -0.09062017
+1.08417535 0.76224256 -0.09010227
+1.06871450 0.77640665 -0.09181512
+1.04675102 0.78895950 -0.09147371
+1.01608348 0.79907918 -0.09328577
+0.99351823 0.80310047 -0.09336389
+0.93009460 0.80751127 -0.09298950
+-0.31518897 0.79793191 -0.09486344
+-0.25762376 0.78028774 -0.09457592
+-0.24033916 0.76094955 -0.09631027
+-0.21913797 0.75085729 -0.09633106
+-0.19633038 0.73907375 -0.09877006
+-0.16736901 0.78029335 -0.09906133
+-0.12367091 0.87153727 -0.09859268
+-0.06664541 0.84684688 -0.10025129
+-0.00931917 0.82683259 -0.09996311
+0.04505074 0.80569470 -0.10144319
+0.10310628 0.78899145 -0.10292812
+0.16176987 0.77186602 -0.05898134
+0.21299456 0.74752265 -0.05944146
+0.26570877 0.72300035 -0.06517350
+0.32859072 0.70452166 -0.06828597
+0.37946138 0.68700206 -0.07071117
+0.43164125 0.66483027 -0.07464048
+0.48089784 0.63790172 -0.07530419
+0.54306614 0.61990607 -0.07622690
+0.61611599 0.59731960 -0.07709914
+0.70846027 0.57836074 -0.07878745
+0.77444160 0.56045246 -0.08084720
+0.84257305 0.53400731 -0.07959066
+0.88542038 0.51222438 -0.07265969
+0.94953030 0.48722002 -0.07598288
+1.00783896 0.46887806 -0.08152166
+1.10181737 0.44774738 -0.08434529
+0.26403156 0.42873937 -0.08444418
+-0.25695294 0.40694442 -0.08554320
+-0.27404410 0.39037931 -0.08664206
+-0.30518973 0.36931819 -0.08826533
+-0.29236227 0.34822875 -0.08942465
+-0.26788095 0.39396194 -0.09092695
+-0.23502611 0.46429163 -0.09197878
+-0.17216782 0.43742076 -0.09215000
+-0.09644905 0.41908103 -0.09348256
+-0.03685923 0.39963493 -0.09496523
+0.00309756 0.38250789 -0.09596745
+0.05265955 0.36476123 -0.09668759
+0.09748497 0.35300010 -0.09695552
+0.14495660 0.36541200 -0.09790337
+0.67102361 0.32758725 -0.03400111
+0.48105738 0.33920282 -0.06091915
+0.56858540 0.35224363 -0.05668274
+0.62593883 0.36186033 -0.01576931
+0.71389514 0.36894441 -0.02877864
+0.81951410 0.38180736 -0.05226677
+0.92033976 0.39475054 -0.06892312
+1.05446422 0.41110063 -0.07679884
+0.20017938 0.42656213 -0.07900976
+-0.32349953 0.43761832 -0.08037214
+-0.26397157 0.45469958 -0.08072100
+-0.21014628 0.47047865 -0.08184666
+-0.15941100 0.48999181 -0.08278501
+-0.10675156 0.50597626 -0.08445802
+-0.04484219 0.52019662 -0.08537728
+-0.02204972 0.53434622 -0.08715604
+-0.18858247 0.54456919 -0.08786159
+-0.15330929 0.58096021 -0.08962280
+-0.13818042 0.66597360 -0.09038489
+-0.12194713 0.66962606 -0.09215264
+-0.10765783 0.67505944 -0.09218758
+-0.09235049 0.68179899 -0.09292835
+-0.05942774 0.69439870 -0.09473233
+-0.02465456 0.70403385 -0.09536704
+0.01380692 0.70479918 -0.09702952
+0.04939596 0.85316068 -0.09735162
+0.08876637 0.86184293 -0.09840761
+0.14455174 0.87595552 -0.10112792
+0.20200174 0.88311231 -0.10167858
+0.26235700 0.89978415 -0.10346793
+0.32328343 0.91398019 -0.10372332
+0.37722972 0.92550677 -0.10534497
+0.43222645 0.92940974 -0.10589036
+0.48854280 0.93842852 -0.10550567
+0.55286998 0.95600694 -0.07341005
+0.61557156 0.97089958 -0.07738435
+0.67371565 0.98591131 -0.08046396
+0.73688591 1.00180185 -0.08306911
+0.78636312 1.01280260 -0.08549442
+0.83085448 1.02443659 -0.08785585
+0.87600213 1.02387238 -0.09069158
+0.93180728 1.00683510 -0.08587662
+0.98575222 0.98889512 -0.08913384
+0.96285903 0.97007918 -0.08917065
+1.03093255 0.95055974 -0.09144227
+1.10660362 0.93028128 -0.09180830
+1.16014063 0.90694624 -0.09394314
+1.18196011 0.88038373 -0.09430866
+1.17584074 0.85947621 -0.09669507
+1.19615221 0.83750218 -0.09739322
+0.44022024 0.81393170 -0.09906627
+-0.19681671 0.78731292 -0.09952023
+-0.12939300 0.75841081 -0.09966078
+-0.08328822 0.73407459 -0.10144180
+-0.03274660 0.71163863 -0.10210735
+0.02093394 0.68968791 -0.10351825
+0.08638698 0.66800147 -0.10424738
+0.09194826 0.64937156 -0.10444291
+-0.16267130 0.62891901 -0.10604654
+-0.11785015 0.71487844 -0.10678617
+-0.08487993 0.69128847 -0.10857511
+-0.04737505 0.67081183 -0.10966015
+-0.01290930 0.65021938 -0.11114293
+0.02664065 0.62881827 -0.11158987
+0.07932890 0.60375124 -0.11259958
+0.12900257 0.58286822 -0.11335316
+0.17099653 0.63914180 -0.11526377
+0.19941694 0.62962812 -0.09728575
+0.22793104 0.61132467 -0.09252615
+0.25591290 0.58935469 -0.09539527
+0.27904186 0.56709826 -0.09728034
+0.30451080 0.54878545 -0.09955499
+0.32622606 0.52751631 -0.10133757
+0.34255821 0.50266141 -0.10371435
+0.35550895 0.48422337 -0.09808230
+0.37653083 0.46381325 -0.09688795
+0.41246086 0.44546640 -0.09865794
+0.44810930 0.42040139 -0.10025093
+0.48931456 0.40372962 -0.10163254
+0.52999532 0.37953588 -0.10281581
+0.56079441 0.35979244 -0.10359865
+0.57567519 0.33687112 -0.09211242
+0.57597673 0.31327373 -0.05113552
+0.63743252 0.28869337 -0.06179608
+0.65179116 0.27095339 -0.06704246
+0.61363238 0.24586487 -0.06170523
+0.72898448 0.22481471 -0.09255809
+0.83271903 0.20636852 -0.11043096
+0.91697705 0.18456139 -0.11269978
+0.98943532 0.16800033 -0.11356363
+1.06787145 0.14895830 -0.11433867
+1.11056614 0.12912928 -0.11516741
+-0.33380020 0.12213126 -0.11604010
+-0.25214043 0.12961261 -0.11712755
+-0.21405284 0.10457264 -0.11780880
+-0.17648666 0.08679055 -0.11860555
+-0.13589661 0.07181632 -0.11926183
+-0.09401854 0.05087204 -0.11993218
+-0.01532634 0.03439236 -0.12077316
+-0.15243334 0.04383634 -0.12192874
+-0.15302476 0.22460966 -0.11512594
+-0.13185875 0.19089729 -0.10694906
+-0.11234537 0.17228475 -0.10880987
+-0.09459264 0.15014023 -0.11034664
+-0.07308611 0.12740132 -0.11187674
+-0.04328772 0.11098681 -0.11351875
+-0.00820446 0.08246453 -0.11531005
+0.02904282 0.05961936 -0.11060943
+0.06807464 0.03089102 -0.10363365
+0.10783711 0.01391020 -0.09445687
+0.16156062 -0.00368788 -0.09638751
+0.22179322 -0.03186567 -0.10903666
+0.28388211 -0.04382465 -0.10998131
+0.34903949 -0.04902379 -0.11118779
+0.40459013 -0.04621974 -0.11294957
+0.45999521 -0.04187348 -0.11468019
+0.52289945 -0.04196200 -0.11539060
+0.59112829 -0.04476048 -0.11672553
+0.65884799 -0.04300933 -0.11759794
+0.73824537 -0.03473648 -0.11834382
+0.80088520 -0.03022415 -0.11889071
+0.85309207 -0.02773513 -0.11936419
+0.90130389 -0.02103776 -0.12042323
+0.94570738 -0.01344890 -0.12080475
+0.99903464 -0.00475321 -0.12194332
+0.97934848 0.00219300 -0.12231168
+0.62545097 0.00636156 -0.12353326
+0.69576138 0.01598069 -0.12392720
+0.74194825 0.02654498 -0.12472199
+0.77724826 0.03900577 -0.12529708
+0.81740487 0.04484002 -0.12597416
+0.85331523 0.05521017 -0.12654670
+0.88776386 0.06068482 -0.12756656
+-0.31259823 0.20982508 -0.12591976
+-0.26425004 0.28480744 -0.11873852
+-0.25495213 0.28205779 -0.12027886
+-0.24338643 0.28259191 -0.12125399
+-0.22995314 0.27954656 -0.12260386
+-0.21063881 0.28327420 -0.12346465
+-0.16383699 0.28444189 -0.12493661
+-0.09424077 0.31304416 -0.12217566
+-0.03027638 0.34202018 -0.10923505
+0.04628769 0.34435606 -0.11240963
+0.12355509 0.34482929 -0.11358961
+0.19717532 0.35143474 -0.11517436
+0.25924748 0.35302290 -0.11615306
+0.32741189 0.35542989 -0.11691116
+0.37913251 0.35584146 -0.11866546
+0.43435177 0.35802335 -0.12097391
+0.47582915 0.35681385 -0.12216080
+0.52747005 0.36259869 -0.12263586
+0.57465833 0.35995731 -0.12290286
+0.60315210 0.36132357 -0.12014185
+0.63460159 0.36357850 -0.10836160
+0.66558033 0.36899507 -0.09612504
+0.69029462 0.37270468 -0.09260080
+0.72465575 0.37553617 -0.09580772
+0.77491927 0.38135400 -0.10527406
+0.82413572 0.38678992 -0.11387856
+0.89260131 0.39245731 -0.12208427
+0.95199913 0.40389210 -0.12613526
+0.98794156 0.41069987 -0.12842087
+1.00404644 0.41690785 -0.12920228
+1.01980579 0.42904705 -0.13034232
+1.03725815 0.43650582 -0.13101509
+1.06871963 0.44145486 -0.13232264
+0.56969929 0.48104295 -0.13316955
+0.05374663 0.57124239 -0.12851693
+0.11390878 0.56281352 -0.13013920
+0.16276655 0.56254447 -0.13061689
+0.20309925 0.56422502 -0.13186242
+0.25126624 0.56852716 -0.13231352
+0.31198204 0.57363063 -0.13356309
+0.14185072 0.60029233 -0.13227768
+-0.18695728 0.67696393 -0.11459096
+-0.13723302 0.67501205 -0.11660320
+-0.09913852 0.67664307 -0.11941127
+-0.05678003 0.67962641 -0.12078343
+-0.01622558 0.68139035 -0.12084833
+0.02894505 0.68645585 -0.12244149
+0.08513930 0.68736631 -0.12422636
+0.13944411 0.68888205 -0.12620504
+0.18300372 0.68759972 -0.12689345
+0.21977350 0.69069070 -0.12796821
+0.25543168 0.69549835 -0.12916167
+0.28513089 0.70093912 -0.12907405
+0.31342569 0.70623618 -0.13013832
+0.34978938 0.70934474 -0.13007087
+0.37410402 0.71457863 -0.13128765
+0.40356013 0.71507990 -0.13124685
+0.43503815 0.72117710 -0.13229230
+0.48947200 0.72699779 -0.13230194
+0.53453481 0.73242456 -0.13332739
+0.58917570 0.73594964 -0.13351330
+0.64386779 0.74231398 -0.13452521
+0.68338966 0.74880606 -0.13448776
+0.71269774 0.75440133 -0.13447048
+0.75753164 0.75308692 -0.13558999
+0.80509531 0.75244200 -0.13545422
+0.79946023 0.75676394 -0.13716993
+0.50499785 0.79830879 -0.13568746
+0.58523351 0.79440266 -0.13774823
+0.65625572 0.79198313 -0.13759173
+0.71326870 0.79454881 -0.13870373
+0.76730913 0.79734975 -0.13882752
+0.82220173 0.80033290 -0.13883865
+0.78017801 0.80534655 -0.14001825
+-0.30939662 0.96114880 -0.11866234
+-0.26352349 0.95151943 -0.12219283
+-0.24590349 0.95852816 -0.12362069
+-0.23126279 0.95829648 -0.12496293
+-0.21043712 0.96124756 -0.12623852
+-0.18986978 0.96794999 -0.12756304
+-0.13947225 0.96789145 -0.12804756
+-0.07607459 0.96104664 -0.13043971
+-0.02853079 0.96190077 -0.13225409
+-0.00523146 0.96903706 -0.13196738
+0.02055258 0.97272706 -0.13319346
+0.04740926 0.97995466 -0.13302395
+0.06726593 0.98446029 -0.13404602
+0.09942838 0.98406452 -0.13514405
+0.11489877 0.98854095 -0.13494895
+0.12925075 0.99670482 -0.13609688
+0.15065598 1.00076914 -0.13591732
+0.19474073 1.00925648 -0.13586904
+0.24746898 1.01336944 -0.13702340
+0.28151160 1.01712191 -0.13679495
+0.34323177 1.02342606 -0.13789093
+0.40515164 1.02516365 -0.13765140
+0.44797280 1.01825011 -0.13872302
+0.51531476 1.01438189 -0.13849202
+0.58522469 1.00601220 -0.13933802
+0.65755820 0.99415195 -0.13987218
+0.79092944 0.97539812 -0.14087370
+0.86312205 0.95866770 -0.14229552
+0.93944079 0.94910735 -0.14183177
+0.99230868 0.94096100 -0.14260772
+1.04052389 0.93442875 -0.14228748
+1.09200430 0.91595107 -0.14213781
+1.18379271 0.90799993 -0.14365253
+-0.22084524 1.05517304 -0.12123218
+-0.19796678 1.04091668 -0.12308833
+-0.17450325 1.02858293 -0.12583466
+-0.15421298 1.02363539 -0.12695402
+-0.12966889 1.01861179 -0.12820975
+-0.11062787 1.00114667 -0.12801191
+-0.04999812 0.99149948 -0.12977149
+-0.17158642 0.99800754 -0.13097858
+-0.12815450 0.98886859 -0.13119246
+-0.10389958 0.98485911 -0.13231143
+-0.08212870 0.98058951 -0.13315971
+-0.05609215 0.96839362 -0.13300729
+-0.03247109 0.96466130 -0.13407539
+0.00475708 0.95960832 -0.13382858
+0.03202766 0.95556432 -0.13492167
+0.06768899 0.95060724 -0.13479567
+0.09528358 0.94691128 -0.13588996
+0.14430720 0.94677949 -0.13590033
+0.20298530 0.94281369 -0.13683204
+0.24764299 0.93221647 -0.13686599
+0.32609537 0.92522138 -0.13788700
+0.38275325 0.92004079 -0.13781418
+0.43364868 0.91367912 -0.13772203
+0.49727550 0.90567070 -0.13875176
+0.56676549 0.90237689 -0.13846570
+0.63569522 0.89177895 -0.14002618
+0.74670339 0.87542039 -0.14106128
+0.81897151 0.86371398 -0.14124779
+0.89306629 0.84703135 -0.14198291
+0.94337702 0.84440964 -0.14162406
+0.99357361 0.83675247 -0.14229968
+1.04783475 0.82972854 -0.14202091
+1.13344383 0.82571912 -0.14359653
+0.08280787 0.94554442 -0.12292141
+0.07632125 0.93412411 -0.12438040
+0.09678099 0.92820555 -0.12690668
+0.11283725 0.92883909 -0.12793908
+0.13069983 0.91759717 -0.12914838
+0.14775790 0.91781503 -0.12891577
+0.20111899 0.90712070 -0.13068987
+-0.19083224 0.94433075 -0.13031895
+-0.16540076 0.93861586 -0.13202044
+-0.14225687 0.92671978 -0.13189672
+-0.12150462 0.92545789 -0.13284889
+-0.09778845 0.91951931 -0.13278621
+-0.07361618 0.91950727 -0.13385072
+-0.03274023 0.91238141 -0.13382004
+0.00531873 0.91089469 -0.13468546
+0.04621171 0.90565389 -0.13473602
+0.08752023 0.90407717 -0.13569270
+0.13738687 0.89351571 -0.13569908
+0.19765115 0.89105290 -0.13661054
+0.24289450 0.89021063 -0.13650140
+0.31281483 0.88362962 -0.13738333
+0.37570938 0.87929273 -0.13742229
+0.42492417 0.87282044 -0.13727337
+0.48789972 0.86920440 -0.13827078
+0.55698746 0.86384743 -0.13807887
+0.62098312 0.85212845 -0.13962010
+0.72599804 0.83500630 -0.14049432
+0.79694420 0.82821667 -0.14079830
+0.86492443 0.82270640 -0.14159460
+0.91632396 0.81443304 -0.14131619
+0.96864605 0.81096768 -0.14221983
+1.02302611 0.80832940 -0.14198272
+1.11121535 0.80384344 -0.14261554
+0.17330019 0.89754301 -0.12361442
+0.20527764 0.89248675 -0.12665278
+0.22112094 0.89301646 -0.12775832
+0.23074618 0.89081162 -0.12876154
+0.24367382 0.89135945 -0.12989444
+0.26044941 0.89057869 -0.13085237
+0.30881438 0.87907767 -0.13137652
+-0.22038810 0.93681276 -0.13037311
+-0.17602213 0.92895043 -0.13206974
+-0.15487495 0.92712778 -0.13196556
+-0.13436706 0.92516828 -0.13303137
+-0.11035325 0.92497998 -0.13293231
+-0.08680843 0.92280161 -0.13398588
+-0.04296775 0.92208773 -0.13397327
+-0.00188517 0.91452187 -0.13495466
+0.03909834 0.91401196 -0.13502228
+0.08568660 0.91171110 -0.13596141
+0.13631541 0.91126484 -0.13599196
+0.19874413 0.91081434 -0.13689429
+0.24495010 0.90809065 -0.13693814
+0.31047559 0.90685135 -0.13780224
+0.37068704 0.90528065 -0.13785593
+0.42271027 0.90547830 -0.13772351
+0.47724959 0.89668024 -0.13883154
+0.54831856 0.89258534 -0.13865282
+0.61571157 0.88655925 -0.14020638
+0.71540362 0.87450695 -0.14122036
+0.78565234 0.86860740 -0.14156757
+0.84866804 0.86954665 -0.14238545
+0.90367651 0.86592525 -0.14216100
+0.95732594 0.86262983 -0.14210775
+1.01921773 0.85021812 -0.14281821
+1.07609355 0.85398579 -0.14327495
+0.14151530 0.92170203 -0.12485515
+0.18914907 0.92006731 -0.12796289
+0.19853182 0.92133480 -0.12913151
+0.20890759 0.92625421 -0.13012013
+0.21534196 0.92722249 -0.13122149
+0.22844774 0.92792380 -0.13222046
+0.25183722 0.92863691 -0.13276061
+-0.21862678 0.98338264 -0.13206789
+-0.16936901 0.98035586 -0.13370477
+-0.14764442 0.97915155 -0.13376266
+-0.12637733 0.97960430 -0.13479057
+-0.10227665 0.98285055 -0.13469413
+-0.07746448 0.98170137 -0.13573273
+-0.03671684 0.98273873 -0.13556843
+0.00443485 0.98037994 -0.13680054
+0.04507030 0.98437870 -0.13667054
+0.08459215 0.98463994 -0.13768964
+0.13363162 0.98780906 -0.13764656
+0.19330268 0.98803639 -0.13851063
+0.23913449 0.99237555 -0.13864277
+0.30419385 0.99018955 -0.13951164
+0.36218870 0.99078715 -0.13955773
+0.40845928 0.99455559 -0.13950962
+0.46275878 0.99352318 -0.14053743
+0.53657758 0.99522221 -0.14057609
+0.60561013 0.99049407 -0.14107656
+0.71148103 0.98814988 -0.14318374
+0.78173083 0.98777723 -0.14365257
+0.84417152 0.99023223 -0.14450355
+0.90477550 0.98364317 -0.14426553
+0.95723659 0.98605788 -0.14415392
+1.02178276 0.98843813 -0.14502798
+1.05046713 0.98756862 -0.14519916
+-0.01213126 1.01409614 -0.12685661
+0.02349014 1.01904666 -0.12995596
+0.02956152 1.02462542 -0.13105316
+0.03473830 1.03023303 -0.13204303
+0.04109822 1.03079259 -0.13313103
+0.04310232 1.03637326 -0.13412936
+0.06692728 1.03549767 -0.13458261
+-0.19541240 1.06977797 -0.13504148
+-0.14355011 1.06646633 -0.13656035
+-0.12301502 1.06988895 -0.13637948
+-0.09663936 1.07401049 -0.13746379
+-0.07399092 1.07312286 -0.13727534
+-0.04442946 1.07727814 -0.13824198
+-0.00845177 1.08015454 -0.13819008
+0.02589587 1.08406317 -0.13919374
+0.05822815 1.08770180 -0.13918918
+0.09282982 1.09236646 -0.14015830
+0.12685513 1.09692550 -0.14005008
+0.17980604 1.10093689 -0.14109279
+0.22846140 1.10558951 -0.14100070
+0.28970069 1.10991096 -0.14104347
+0.34756780 1.11442363 -0.14196721
+0.39149937 1.11815643 -0.14199887
+0.44371980 1.12713587 -0.14193252
+0.51711047 1.13158131 -0.14290965
+0.58735627 1.13294506 -0.14353538
+0.71130431 1.13124120 -0.14570573
+0.78170139 1.13335288 -0.14619495
+0.84838659 1.13843620 -0.14598040
+0.91262358 1.14282393 -0.14688341
+0.96734291 1.15163004 -0.14666666
+1.03087962 1.15533555 -0.14654754
+1.11727262 1.15963817 -0.14798307
+-0.31486079 1.17026925 -0.12853308
+-0.27974597 1.17939866 -0.13163891
+-0.28386018 1.18377757 -0.13263984
+-0.28540939 1.18785453 -0.13362271
+-0.28361961 1.19168460 -0.13463394
+-0.27554926 1.19312501 -0.13560572
+-0.22671989 1.18555307 -0.13700911
+-0.15342610 1.17366242 -0.13785695
+-0.09872258 1.16383255 -0.13919345
+-0.06969421 1.16197836 -0.13893448
+-0.03610292 1.16021585 -0.13974641
+-0.00736364 1.15557456 -0.13944979
+0.02531195 1.15325606 -0.14035717
+0.06376018 1.14765525 -0.13995744
+0.09400691 1.14553714 -0.14078343
+0.12601517 1.14043570 -0.14054751
+0.16449276 1.13856113 -0.14146163
+0.20054007 1.13320625 -0.14128152
+0.27719042 1.14627719 -0.14525139
+0.18933111 1.00246739 -0.14005762
+0.24199513 0.99965888 -0.14177932
+0.27761278 0.97896242 -0.14133908
+0.30028278 0.96959054 -0.14142576
+0.32277721 0.94901955 -0.13995148
+0.33817855 0.92390853 -0.13777633
+0.63017070 1.10550070 -0.14723949
+0.71227020 1.09743989 -0.14370570
+0.75770932 1.09411252 -0.14455047
+0.81823051 1.08901775 -0.14437717
+0.87769818 1.08348012 -0.14427964
+0.97457176 1.12825823 -0.15210086
+0.43420148 0.88244545 -0.13699317
+0.68848890 1.11769080 -0.15210329
+-0.09638976 0.00607034 0.04666052
+-0.20134971 -0.09719604 0.04038746
+-0.15192142 -0.08735492 0.02842829
+-0.12746233 -0.07789987 0.01564919
+-0.10684118 -0.05938533 0.00134070
+-0.06557399 -0.04622812 -0.00416936
+-0.00252853 -0.03947225 -0.01516411
+0.06626254 -0.03255695 -0.02267083
+0.14551841 -0.02562093 -0.02812050
+0.21816093 -0.02441416 -0.03506436
+0.29056311 -0.02737904 -0.03191439
+0.35280722 -0.02774535 -0.04082134
+0.40581527 -0.02231026 -0.04065492
+0.47264773 -0.01572702 -0.05368695
+0.53148037 -0.00895144 -0.05407860
+0.58831668 -0.00207405 -0.06544401
+0.64112407 0.00234347 -0.06608274
+0.70311540 0.00782824 -0.07027153
+0.76709515 0.01339156 -0.07082152
+0.84650367 0.01726904 -0.07153647
+0.91998351 0.02245149 -0.07429288
+0.97538018 0.02897207 -0.07448231
+1.01917255 0.03670190 -0.07686794
+1.05251074 0.04455050 -0.07723845
+1.08196807 0.05347001 -0.07947042
+1.13300645 0.05684605 -0.08051324
+0.59410185 0.12538476 -0.07520865
+0.13972998 0.15309887 -0.07919963
+0.14888647 0.15728025 -0.07952467
+0.13615182 0.16696854 -0.08176690
+0.13165291 0.17460023 -0.08224944
+0.12098674 0.18341231 -0.08452243
+0.12793572 0.18850371 -0.08757244
+-0.01538555 0.21166323 -0.01629644
+-0.16894995 0.22440214 -0.01916441
+-0.12668309 0.22809865 -0.02827682
+-0.09699976 0.23722512 -0.03543582
+-0.06712025 0.24423675 -0.03779854
+-0.03583884 0.25116900 -0.04536096
+0.00574703 0.26106885 -0.05287725
+0.06404807 0.26212823 -0.05487541
+0.13815054 0.26472288 -0.06204960
+0.21051885 0.27487677 -0.06715110
+0.27176318 0.28130195 -0.06827489
+0.33944610 0.29142803 -0.07431421
+0.39022276 0.29752856 -0.07551015
+0.44184896 0.30728057 -0.07989886
+0.50771677 0.30899209 -0.07489306
+0.53783774 0.31304419 -0.04631905
+0.57294106 0.31549397 -0.02447401
+0.64106423 0.32349047 -0.03572661
+0.73648882 0.32801977 -0.05540576
+0.82348198 0.33463430 -0.07204395
+0.86146355 0.33635101 -0.07952224
+0.91675854 0.34527603 -0.08545683
+0.94639081 0.35651338 -0.08878704
+0.96448976 0.36287850 -0.09028427
+0.96945137 0.37259898 -0.09189278
+0.96806830 0.38367030 -0.09298297
+0.94332296 0.44299209 -0.08284105
+-0.32437417 0.53629750 -0.08935026
+-0.26487073 0.54061055 -0.09048023
+-0.23207729 0.54576278 -0.09220739
+-0.19761521 0.55717051 -0.09310178
+-0.16501842 0.56574166 -0.09368287
+-0.12796342 0.57816577 -0.09698593
+-0.06303649 0.58614111 -0.05273163
+0.01447227 0.59832996 -0.04462966
+0.08428518 0.60871029 -0.05294714
+0.13019924 0.62013483 -0.05789614
+0.18143901 0.62699789 -0.06212318
+0.22976652 0.63645220 -0.06572010
+0.27758878 0.64182109 -0.07065020
+0.33042464 0.65231073 -0.07501145
+0.38651380 0.66295493 -0.07890932
+0.45456049 0.67335111 -0.08204621
+0.51794887 0.68413997 -0.08344977
+0.58787775 0.69291854 -0.08685017
+0.65441775 0.69616461 -0.08843637
+0.73135167 0.70566893 -0.09105534
+0.80574059 0.71410501 -0.09276972
+0.86264050 0.72261053 -0.09425206
+0.90479815 0.73040390 -0.09493808
+0.94649863 0.73748380 -0.09653848
+0.98926640 0.72798693 -0.09752839
+1.04278111 0.70938390 -0.09943783
+0.63786513 0.69302475 -0.10075143
+0.11047657 0.66769648 -0.10137797
+0.13036880 0.65669543 -0.10247117
+0.12814488 0.64792430 -0.10339928
+0.12384954 0.64102709 -0.10446475
+0.11874717 0.63361996 -0.10609580
+0.12297912 0.62216198 -0.09920929
+0.05735375 0.75053000 -0.09501335
+-0.13750324 0.73811567 -0.09663886
+-0.05736515 0.72496307 -0.09829560
+0.02369998 0.70711339 -0.09978633
+0.10510229 0.69466180 -0.10088556
+0.17637837 0.67632049 -0.10306797
+0.24767794 0.65855300 -0.08542589
+0.32683492 0.64527935 -0.07040210
+0.39204535 0.63061470 -0.07681926
+0.45887068 0.60875803 -0.08248545
+0.52585757 0.59426749 -0.08377298
+0.60033506 0.58140737 -0.08582062
+0.65985912 0.56398076 -0.08949576
+0.69792426 0.55060989 -0.09124459
+0.75875044 0.53714675 -0.09387375
+0.81332856 0.51678735 -0.09591290
+0.84596288 0.49937195 -0.09094681
+0.89047831 0.48463443 -0.08868904
+0.94801623 0.46856713 -0.09608889
+1.00875592 0.45482025 -0.10069642
+0.88847679 0.43410951 -0.09447394
+0.81104547 0.41783243 -0.08506241
+0.81238407 0.39835721 -0.08780545
+0.78851783 0.38218766 -0.08487662
+0.76185936 0.36433041 -0.08223119
+0.74212146 0.34639591 -0.08151474
+0.72923458 0.37240165 -0.07951495
+0.29685435 0.43122944 -0.11292777
+-0.26482460 0.40807998 -0.11314929
+-0.22344592 0.39481109 -0.11421734
+-0.20311038 0.38120475 -0.11506001
+-0.17907907 0.36513951 -0.11614894
+-0.15275000 0.35054258 -0.11165827
+-0.11839949 0.35195544 -0.09914199
+-0.07036200 0.39442819 -0.10250017
+-0.01578034 0.37006065 -0.10357590
+0.03570374 0.34942296 -0.10499389
+0.08359931 0.32684922 -0.10642698
+0.14058821 0.30927113 -0.10718464
+0.19325458 0.28966823 -0.10526522
+0.23518208 0.26394296 -0.09283330
+0.30776006 0.24053890 -0.09704626
+0.35694826 0.22373550 -0.10023533
+0.36778930 0.19922218 -0.04297851
+0.41551661 0.17302255 -0.03903875
+0.48122957 0.15007024 -0.04531535
+0.58506823 0.13294733 -0.09336539
+0.69032240 0.10883033 -0.10894120
+0.77650332 0.08872579 -0.10972656
+0.84422535 0.06908035 -0.11156844
+0.90235168 0.04913142 -0.11165440
+0.96038723 0.03017780 -0.11349194
+1.01747859 0.00901453 -0.11356585
+1.09342539 -0.01111027 -0.11541366
+0.59331137 -0.03036347 -0.11558654
+-0.33627698 -0.04667291 -0.11720280
+-0.31694922 -0.06152578 -0.11734712
+-0.30113730 -0.07940156 -0.11898679
+-0.28221524 -0.09621892 -0.11977561
+-0.25897345 -0.11731373 -0.12287639
+-0.22935429 0.01860852 -0.12346268
+-0.16728692 0.12464086 -0.12359272
+-0.09071422 0.10128915 -0.12544543
+-0.02591859 0.09471773 -0.12541103
+0.01155237 0.10108864 -0.12711915
+0.06137248 0.11103146 -0.12805937
+0.10582455 0.12123884 -0.10434838
+0.15300885 0.12645522 -0.10696083
+0.20725557 0.13372783 -0.10856968
+0.25730538 0.14554203 -0.10989033
+0.30030373 0.16016962 -0.10124815
+0.32542509 0.17290029 -0.06908792
+0.37105349 0.18070474 -0.04958383
+0.44139296 0.19392931 -0.04723405
+0.52166384 0.20897982 -0.05128316
+0.61765671 0.21477200 -0.06959763
+0.71140426 0.22554263 -0.09309028
+0.78481889 0.23847643 -0.10680317
+0.84700203 0.25315917 -0.11464268
+0.89582264 0.25696266 -0.11915400
+0.95198256 0.26886833 -0.12098387
+0.93474364 0.28541663 -0.12154058
+-0.00842397 0.29802495 -0.12351295
+0.01240137 0.31314665 -0.12468445
+0.00581479 0.32358846 -0.12527762
+-0.00991022 0.33605033 -0.12552060
+-0.02118426 0.35804641 -0.12678199
+-0.03553960 0.40182093 -0.12729958
+-0.02608501 0.43764293 -0.12853256
+-0.12659368 0.45684135 -0.12927333
+-0.12966937 0.47810212 -0.13044643
+-0.08827206 0.50622272 -0.13166024
+-0.04877288 0.52873880 -0.13333930
+0.00482778 0.55261505 -0.13418843
+0.07649946 0.63332397 -0.13359106
+0.15765920 0.72246885 -0.13349968
+0.24715185 0.73574585 -0.13326593
+0.32520625 0.74916339 -0.13316570
+0.39710742 0.76804811 -0.13380465
+0.46777853 0.78303945 -0.11915392
+0.54184014 0.79954678 -0.10572819
+0.61465538 0.81865096 -0.10760424
+0.68196815 0.83173108 -0.10907046
+0.89528829 0.78588223 -0.11829275
+-0.29438204 0.75797117 -0.11993228
+-0.24921905 0.73424453 -0.12089820
+-0.24690908 0.70400715 -0.12251567
+-0.24663787 0.67617017 -0.12326380
+-0.24729727 0.64431041 -0.12390399
+-0.24826786 0.61591947 -0.12469023
+-0.23195986 0.59222776 -0.12536721
+-0.16266297 0.56295007 -0.12614445
+-0.12120419 0.53791910 -0.12677196
+-0.09139940 0.51551682 -0.12740195
+-0.07211009 0.50268424 -0.12735938
+-0.04899659 0.47774518 -0.12771909
+-0.01154947 0.45911747 -0.12784134
+0.03842711 0.44068888 -0.12827881
+0.08655508 0.41563740 -0.12775378
+0.13964523 0.39060363 -0.12767194
+0.18484537 0.39849404 -0.12818326
+0.22277652 0.52995265 -0.12837902
+0.26577306 0.50256991 -0.12987658
+0.29366294 0.47695857 -0.13093460
+0.31411105 0.45505050 -0.13189606
+0.35368347 0.43757147 -0.13151759
+0.37938970 0.40990755 -0.13116689
+0.40329939 0.38963348 -0.13171937
+0.42665195 0.36060485 -0.13153048
+0.45150653 0.33498892 -0.12847382
+0.48399004 0.31616744 -0.10688517
+0.50913668 0.28980350 -0.08701657
+0.52359307 0.26670954 -0.05062890
+0.55955613 0.24707626 -0.05539843
+0.58477294 0.21689352 -0.06242884
+0.61123496 0.19441725 -0.07130967
+0.65566355 0.17239405 -0.09773423
+0.70230442 0.14943808 -0.10925423
+0.68679953 0.12436623 -0.11316432
+0.45466748 0.09284082 -0.09033117
+0.55969745 0.06517595 -0.11464930
+0.65196919 0.03429841 -0.11510269
+0.72363299 0.03987090 -0.11609383
+0.80737692 0.04653747 -0.11717155
+0.88814062 0.05011860 -0.11671099
+1.02247798 0.05319114 -0.11785212
+-0.07526132 0.06233985 -0.11714379
+-0.31984729 0.07632951 -0.11723313
+-0.31439528 0.09234289 -0.11776486
+-0.27467018 0.10813487 -0.11795260
+-0.23063718 0.12094835 -0.11846857
+-0.18356808 0.13903277 -0.11853088
+-0.11850207 0.15702493 -0.11917241
+-0.12107188 0.17314506 -0.11926198
+-0.16344775 0.21777420 -0.11991652
+-0.13437808 0.40462267 -0.12006213
+-0.11810324 0.39734969 -0.12135567
+-0.10157846 0.40226579 -0.12230386
+-0.08354870 0.41183430 -0.12245031
+-0.06256928 0.41393405 -0.12212488
+-0.02855276 0.42155302 -0.12234925
+0.00278162 0.42290366 -0.12269057
+0.03604139 0.47830066 -0.12366619
+0.06687758 0.48363274 -0.10901988
+0.10624338 0.49375597 -0.10634247
+0.15991421 0.50292480 -0.10895728
+0.20956321 0.51176190 -0.11021905
+0.28022668 0.52142495 -0.11164903
+0.33404231 0.52806652 -0.11179725
+0.38367251 0.53717977 -0.11361562
+0.44211587 0.54351485 -0.10433510
+0.50195622 0.55045533 -0.10149910
+0.56602734 0.55937201 -0.10291428
+0.63933605 0.56970823 -0.10447972
+0.70514202 0.57793111 -0.10512616
+0.76699442 0.58649784 -0.10636219
+0.81700796 0.59676898 -0.10741235
+0.86521226 0.60594207 -0.10813048
+0.91608673 0.61886150 -0.10900662
+0.97793204 0.62797892 -0.10937216
+0.86829257 0.64568418 -0.11025314
+0.75616354 0.66935277 -0.11075009
+0.83235735 0.69947088 -0.11149786
+0.88434356 0.71677059 -0.11219745
+0.93608469 0.73251015 -0.11275187
+0.97638756 0.74384707 -0.11292144
+1.03578246 0.75826520 -0.11356023
+0.76339018 0.76437098 -0.11401889
+-0.31381506 0.79946262 -0.11492365
+-0.28003734 0.84886652 -0.11585324
+-0.27941144 0.84382033 -0.11602163
+-0.28187549 0.84791791 -0.11667474
+-0.28091595 0.85337234 -0.11679997
+-0.24413307 0.85750216 -0.11719748
+-0.15797409 0.86252558 -0.11755798
+-0.15017433 0.89948577 -0.11786991
+-0.10347658 0.99403030 -0.11198714
+-0.06787519 0.99548036 -0.10596708
+-0.02410440 1.00816214 -0.10772884
+0.03018311 1.01545072 -0.10916984
+0.08264513 1.01984406 -0.11012073
+0.14100902 1.02853882 -0.11076296
+0.19344904 1.03578925 -0.11178993
+0.24720912 1.03730512 -0.10371175
+0.28532398 1.03753591 -0.09321957
+0.33104879 1.04756534 -0.09506352
+0.37346402 1.05677116 -0.09641986
+0.40344936 1.06688595 -0.09782831
+0.44319972 1.07704186 -0.09893083
+0.47887307 1.09092081 -0.10047214
+0.50338018 1.10157549 -0.10156486
+0.53059727 1.11304450 -0.10253038
+0.57007056 1.11697996 -0.10342445
+0.60903907 1.12913668 -0.10381906
+0.65985417 1.11686862 -0.10461959
+0.71350199 1.10456800 -0.10519628
+0.75207466 1.09014404 -0.10601404
+0.78170025 1.07510757 -0.10639947
+0.79762799 1.05995095 -0.10704213
+0.82065207 1.04413307 -0.10738165
+0.86203223 1.02627945 -0.10832296
+0.69738662 0.99951613 -0.10866920
+0.30018726 0.97304934 -0.11000668
+0.37365049 0.95579445 -0.10995995
+0.43939912 0.93672132 -0.11032870
+0.50025111 0.91861427 -0.11119013
+0.56294334 0.90094423 -0.11119659
+0.62980205 0.88389516 -0.11192667
+0.57745224 0.85946029 -0.11239630
+-0.29176465 0.92269534 -0.11099361
+-0.25256729 0.93992388 -0.10539229
+-0.23987867 0.92224097 -0.10686380
+-0.22644867 0.90499377 -0.10803524
+-0.20916143 0.88794547 -0.10856110
+-0.18765539 0.87732631 -0.10976919
+-0.14177623 0.85724658 -0.11045589
+-0.08163102 0.87954795 -0.10531081
+-0.03575614 0.89129585 -0.08560669
+-0.01770123 0.87433749 -0.08833007
+0.00724816 0.85935962 -0.08965249
+0.02648002 0.84836584 -0.09139217
+0.04796690 0.83400190 -0.09285191
+0.07317469 0.81849974 -0.09462662
+0.08745150 0.80445683 -0.09611623
+0.10267097 0.78753310 -0.09695815
+0.11577945 0.77145213 -0.09831078
+0.13628131 0.75999522 -0.09855951
+0.16768301 0.74517548 -0.09970918
+0.21135926 0.73326606 -0.09998799
+0.27086771 0.71565354 -0.10117555
+0.32599968 0.70380431 -0.10141829
+0.38040829 0.68459851 -0.10253396
+0.43389529 0.66696864 -0.10254960
+0.50443596 0.64538479 -0.10393593
+0.57593048 0.62758398 -0.10390837
+0.67424536 0.60292268 -0.10527214
+0.76543021 0.58515167 -0.10546271
+0.83458865 0.56896633 -0.10549231
+0.89324617 0.54919291 -0.10522233
+0.94404447 0.53084958 -0.10150737
+0.99670571 0.51072061 -0.10461108
+1.07890773 0.49292037 -0.10728423
+0.47068501 0.49659741 -0.10895187
+0.00992385 0.51310724 -0.10516677
+0.05573152 0.49588516 -0.10619693
+0.09067018 0.48439378 -0.10766811
+0.11816196 0.47555256 -0.10786504
+0.15329857 0.46136761 -0.10930453
+0.20649646 0.44975415 -0.10962058
+0.02787529 0.48311976 -0.10795270
+-0.20114665 0.59126788 -0.07825661
+-0.16799970 0.56900901 -0.08353577
+-0.15141852 0.55570364 -0.08521941
+-0.13266566 0.54308432 -0.08713488
+-0.11379797 0.53211385 -0.08881503
+-0.08449955 0.51704228 -0.09073388
+-0.04283248 0.50338727 -0.09093832
+0.00035922 0.48631418 -0.09340515
+0.04209572 0.47062680 -0.09349821
+0.08688099 0.45934421 -0.09531545
+0.14315817 0.44439390 -0.09680969
+0.20237572 0.43351483 -0.09696573
+0.26311883 0.42027929 -0.09855282
+0.32723382 0.40125018 -0.09827349
+0.38151208 0.38828850 -0.09828665
+0.43678305 0.37314540 -0.09984492
+0.49734563 0.35216737 -0.09972185
+0.55899400 0.33445403 -0.09447663
+0.57837045 0.31383702 -0.04362670
+0.66854799 0.29654238 -0.06135027
+0.75386840 0.27383953 -0.08044060
+0.81904387 0.25826147 -0.09577221
+0.87574339 0.24840158 -0.10205346
+0.92533684 0.23161036 -0.10355316
+0.98461366 0.21522172 -0.10525671
+0.95019108 0.19758773 -0.10556334
+0.56382048 0.19102529 -0.05021323
+0.65021670 0.18235423 -0.08304174
+0.70150423 0.17481047 -0.09957864
+0.73486042 0.17192364 -0.10409531
+0.76705855 0.16363326 -0.10807104
+0.79803079 0.14772968 -0.10887562
+0.68718100 0.15216832 -0.10583413
+-0.29373166 0.36827737 -0.07404031
+-0.24901102 0.34538069 -0.07994690
+-0.23744899 0.33026820 -0.08182292
+-0.22500698 0.32070455 -0.08402400
+-0.20807566 0.30803841 -0.08592580
+-0.18552259 0.29774380 -0.08791663
+-0.13575269 0.27729023 -0.08813599
+-0.07046066 0.26551652 -0.09087140
+-0.01309556 0.24497800 -0.09082639
+0.04254134 0.23831427 -0.09289498
+0.10361562 0.22681470 -0.09251716
+0.17806906 0.20818090 -0.09443245
+0.24529453 0.20046073 -0.09425853
+0.31325752 0.18730918 -0.09547845
+0.32574207 0.17100757 -0.03030814
+0.39101991 0.15559597 -0.03247796
+0.44120437 0.14501195 -0.03353683
+0.54296929 0.12733772 -0.08140816
+0.61556679 0.10542437 -0.09789243
+0.65985364 0.09056991 -0.10089460
+0.72794533 0.07426614 -0.10066248
+0.78420812 0.05617021 -0.10237934
+0.82188988 0.04386003 -0.10213816
+0.87746936 0.02107345 -0.10385396
+0.92923301 0.00230723 -0.10369124
+0.99101818 -0.00615587 -0.10380379
+1.07008183 -0.01615800 -0.10631827
+1.13836932 -0.01869853 -0.10636355
+1.16089582 -0.01164509 -0.10801470
+1.17445469 -0.01007441 -0.10781240
+1.18010771 -0.00377975 -0.10956673
+1.19045699 0.00363115 -0.10928365
+1.23720121 -0.00138176 -0.11241181
+-0.26460186 0.27039817 -0.07313944
+-0.23439494 0.25206625 -0.07959059
+-0.20903188 0.25384042 -0.08172029
+-0.18624395 0.24801077 -0.08415383
+-0.15609029 0.24423011 -0.08636431
+-0.12427943 0.24509655 -0.08639034
+-0.05542811 0.23510557 -0.08895601
+-0.12503682 0.24057321 -0.09129388
+-0.07160805 0.23833057 -0.09160417
+-0.02373131 0.23148964 -0.09368166
+0.03410348 0.23208925 -0.09361826
+0.08783107 0.23718129 -0.09570429
+0.15513217 0.22954290 -0.09565487
+0.22677135 0.22862998 -0.09768164
+0.28381899 0.22721899 -0.09769642
+0.33796975 0.22606556 -0.09965524
+0.38076150 0.21600479 -0.08781316
+0.39798716 0.21132390 -0.03745682
+0.44165811 0.20784126 -0.03752736
+0.48117703 0.20525469 -0.03989276
+0.53609115 0.19286638 -0.04297265
+0.59222817 0.18870093 -0.05898080
+0.63832408 0.18765347 -0.07568195
+0.69395137 0.18426165 -0.09297204
+0.74972183 0.18074219 -0.10369603
+0.80609536 0.20038347 -0.10998523
+0.89106250 0.23980471 -0.12248024
+0.94619322 0.27041110 -0.12756629
+0.97740769 0.27834415 -0.12887925
+1.00280738 0.28498802 -0.12806559
+1.02045751 0.29111183 -0.12907839
+1.04345846 0.29795948 -0.12825562
+1.09576905 0.28217870 -0.13057894
+0.00001811 0.50228119 -0.09440932
+-0.01316034 0.49851111 -0.09890015
+0.01911508 0.49167353 -0.10024046
+0.04461316 0.48363340 -0.10150053
+0.07262252 0.48457912 -0.10306362
+0.10585377 0.47843474 -0.10202283
+0.17522891 0.47597462 -0.10363597
+-0.18360430 0.48985219 -0.10185765
+-0.15230431 0.48776993 -0.10343064
+-0.12093943 0.48927435 -0.10485759
+-0.07984880 0.48019236 -0.10439605
+-0.02597406 0.47999358 -0.10631773
+0.02520159 0.47761583 -0.10602824
+0.09667108 0.46980432 -0.10795307
+0.15317304 0.46851328 -0.10787553
+0.21450481 0.46306014 -0.10982795
+0.25665978 0.46134007 -0.10957023
+0.31043473 0.45559546 -0.11135337
+0.36113515 0.44633716 -0.11109519
+0.39558122 0.44168821 -0.11281982
+0.45602506 0.43758455 -0.11274476
+0.49539578 0.43129614 -0.11450285
+0.53553820 0.42928219 -0.11433884
+0.57372177 0.41597450 -0.11425664
+0.63148457 0.41018015 -0.11560321
+0.68211335 0.40528557 -0.11118781
+0.74290764 0.39855328 -0.09778517
+0.81061685 0.40363911 -0.10877033
+0.86336803 0.40706724 -0.11665142
+0.89502913 0.41305807 -0.11879951
+0.92661810 0.40804335 -0.12247051
+0.95961189 0.40997797 -0.12356299
+1.01996398 0.40727746 -0.12774417
+0.08151424 0.59589660 -0.09398931
+0.10511352 0.58589041 -0.09875318
+0.13870282 0.57772797 -0.10021866
+0.16900012 0.57903516 -0.10169462
+0.19636758 0.57114130 -0.10103640
+0.22764659 0.56309158 -0.10244440
+0.30412936 0.55834693 -0.10427089
+-0.21454526 0.58686042 -0.10236618
+-0.17460811 0.57559359 -0.10450979
+-0.14641128 0.57376921 -0.10623930
+-0.11196829 0.57089126 -0.10594957
+-0.07042655 0.56295407 -0.10778520
+-0.01922021 0.56095093 -0.10763661
+0.04667745 0.55698395 -0.10934883
+0.11366467 0.55440301 -0.10925240
+0.17097822 0.54365909 -0.11102801
+0.21966732 0.53980309 -0.11072206
+0.26687482 0.53561068 -0.11244252
+0.31722832 0.53044778 -0.11219540
+0.35264698 0.52677000 -0.11393948
+0.41289425 0.52049774 -0.11366592
+0.45389509 0.50733888 -0.11534522
+0.49626082 0.50254428 -0.11516461
+0.53732216 0.49720275 -0.11511467
+0.59445542 0.49012670 -0.11667968
+0.65588194 0.48618197 -0.11874571
+0.74044126 0.48118290 -0.12410049
+0.79473323 0.47397611 -0.12176000
+0.83893794 0.47151843 -0.11716262
+0.87228757 0.47340158 -0.11596920
+0.90276498 0.47413626 -0.11881767
+0.94225824 0.47625202 -0.12117422
+0.99026865 0.47280458 -0.12591779
+0.05615002 0.64335448 -0.09443775
+0.11320660 0.63028181 -0.09729188
+0.14226052 0.62019706 -0.10104984
+0.16564447 0.61909723 -0.10031140
+0.19416845 0.61168766 -0.10183337
+0.22794391 0.60874408 -0.10337850
+0.27580789 0.59686601 -0.10528758
+-0.22031599 0.61358464 -0.10358458
+-0.16822702 0.61049628 -0.10593308
+-0.14772598 0.60324568 -0.10573085
+-0.11668643 0.59852582 -0.10735574
+-0.07035296 0.59706831 -0.10905978
+-0.02070703 0.59556293 -0.10889915
+0.04512565 0.58266050 -0.11059511
+0.11429262 0.57845372 -0.11052670
+0.17655538 0.57084173 -0.11232156
+0.22164403 0.56833631 -0.11211387
+0.27967042 0.56422466 -0.11367932
+0.32534280 0.55050921 -0.11344262
+0.37155423 0.54679978 -0.11510295
+0.42756715 0.53761113 -0.11491849
+0.48039803 0.53227758 -0.11659529
+0.51829684 0.52511656 -0.11630724
+0.57253391 0.51938260 -0.11626687
+0.62944353 0.50301963 -0.11782482
+0.70405889 0.49802813 -0.11962530
+0.78962833 0.48879740 -0.12325824
+0.84501761 0.48750249 -0.11955354
+0.89504355 0.48515534 -0.11876436
+0.93008393 0.48441491 -0.12016438
+0.96269739 0.48778021 -0.12373348
+0.99883556 0.48662150 -0.12488223
+0.99551034 0.48176426 -0.12654483
+-0.03744184 0.66413760 -0.09582058
+0.01195056 0.64781404 -0.09870696
+0.03054775 0.64102906 -0.10010691
+0.04895134 0.63030136 -0.10171301
+0.06746588 0.62676203 -0.10320990
+0.09187736 0.61608303 -0.10456160
+0.12832868 0.61445332 -0.10648111
+-0.19606626 0.61369395 -0.10537579
+-0.14368084 0.60201883 -0.10755950
+-0.11769870 0.59761345 -0.10715479
+-0.08826140 0.59569138 -0.10888949
+-0.05155091 0.58458626 -0.11059786
+0.01072462 0.58015686 -0.11032197
+0.08084185 0.57417816 -0.11200569
+0.14337507 0.56763798 -0.11185223
+0.21339554 0.56072772 -0.11341505
+0.26410592 0.54724962 -0.11319133
+0.33097407 0.54291099 -0.11486890
+0.38033476 0.53562957 -0.11448742
+0.43480995 0.52804488 -0.11610082
+0.49522108 0.51931334 -0.11574464
+0.55741650 0.51033902 -0.11739355
+0.60261321 0.49522260 -0.11726353
+0.66676188 0.48611209 -0.11705777
+0.72724998 0.47694185 -0.11848746
+0.80088538 0.46617758 -0.11210857
+0.90779489 0.45553234 -0.11692426
+0.98017746 0.45115513 -0.12264564
+1.03237426 0.44944444 -0.12513183
+1.06814837 0.44907925 -0.12507370
+1.09496820 0.44067398 -0.12634842
+1.12145674 0.43672889 -0.12604533
+1.13439536 0.43444854 -0.12803166
+-0.23283406 0.61803448 -0.09168867
+-0.18847169 0.60199583 -0.09708846
+-0.18566655 0.59175634 -0.09881249
+-0.18321899 0.58112073 -0.10058739
+-0.17808771 0.57775778 -0.10217057
+-0.17039442 0.57138056 -0.10396638
+-0.12741245 0.55904573 -0.10373449
+-0.15007189 0.55472505 -0.10580616
+-0.09513507 0.54964215 -0.10773460
+-0.06846686 0.53403831 -0.10735030
+-0.03406004 0.52912003 -0.10893391
+0.01031691 0.52395040 -0.10855258
+0.05556469 0.51995623 -0.11015753
+0.15800886 0.50175214 -0.11155498
+0.26701775 0.49402973 -0.11701362
+0.34665489 0.48437989 -0.11742081
+0.40233675 0.47103307 -0.11931645
+0.45765960 0.46267226 -0.11795323
+0.51236671 0.44855815 -0.11978544
+0.52569818 0.43312109 -0.11649361
+0.63992029 0.44262126 -0.11762038
+0.67363006 0.43289325 -0.11491312
+0.71891904 0.42432159 -0.10815356
+0.75533015 0.41109428 -0.09131483
+0.83823717 0.40304080 -0.10381217
+0.93723863 0.41659230 -0.11940535
+0.64286453 0.32374102 -0.07254151
+0.80806899 0.35165653 -0.10481991
+0.83636951 0.34494597 -0.10990754
+0.85241145 0.34567088 -0.11125044
+0.85483754 0.34313232 -0.11305635
+0.87970775 0.36179659 -0.11794437
+0.96486777 0.40002525 -0.13159284
+-0.08487865 0.57443506 -0.10360139
+-0.17760907 0.56995463 -0.10767129
+-0.13882658 0.55517250 -0.10940266
+-0.10523697 0.55070007 -0.11140244
+-0.07977013 0.51927966 -0.10998926
+-0.06934173 0.47185832 -0.10557494
+-0.02925319 0.45791197 -0.10520878
+0.03661150 0.48471045 -0.11384892
+0.09920241 0.49985489 -0.11690856
+0.14680058 0.49445775 -0.11780977
+0.19597208 0.48672026 -0.11876527
+0.24406274 0.47256431 -0.11802606
+0.29576838 0.46396005 -0.11912894
+0.35186309 0.45579550 -0.11820129
+0.41867849 0.44999737 -0.11913395
+0.48695576 0.44111249 -0.11847952
+0.54366779 0.42696032 -0.11921465
+0.60690123 0.41665551 -0.11869413
+0.66562879 0.40547115 -0.11644533
+0.70831376 0.39158514 -0.09099667
+0.78332901 0.38089690 -0.09840322
+0.84216511 0.37206823 -0.10747262
+0.88971233 0.36247137 -0.11390544
+0.93269831 0.34807292 -0.11681855
+0.97657973 0.33642292 -0.11998721
+1.03410912 0.32421771 -0.12221122
+0.53326148 0.34953886 -0.11689749
+0.26771158 0.34689066 -0.11726942
+0.29076687 0.33290362 -0.11867915
+0.29430610 0.32373813 -0.11862610
+0.29991356 0.31535047 -0.11952700
+0.30428272 0.30473968 -0.11998979
+0.32790646 0.29109406 -0.12243235
+0.03197882 0.37584367 -0.09533449
+-0.14056525 0.39327830 -0.09664767
+-0.06075628 0.37362313 -0.09842609
+0.00866048 0.35844839 -0.10021643
+0.06845415 0.34806591 -0.10150654
+0.12636954 0.33978665 -0.10324290
+0.19354114 0.32327703 -0.10430194
+0.26032323 0.31252706 -0.10831811
+0.32560790 0.30402476 -0.11085320
+0.38777995 0.28799504 -0.11067278
+0.44930333 0.27760679 -0.11070901
+0.48040384 0.26768273 -0.07418666
+0.51214403 0.25332692 -0.04954230
+0.57340300 0.24450211 -0.05649345
+0.65410393 0.23476738 -0.07340116
+0.72862655 0.22293256 -0.09446929
+0.79129124 0.21447234 -0.10796300
+0.85286593 0.20543441 -0.11306572
+0.90860695 0.19226797 -0.11348757
+0.97983706 0.18087696 -0.11482928
+1.06703532 0.16461511 -0.11467889
+1.11537576 0.15182731 -0.11573552
+1.14480567 0.13785960 -0.11559506
+1.16812563 0.12894574 -0.11568543
+1.18691850 0.11503357 -0.11642415
+1.20904052 0.10221863 -0.11779548
+0.92484355 0.14621028 -0.10849702
+-0.34346718 0.19494778 -0.10693061
+-0.29386434 0.17505285 -0.10829003
+-0.27857530 0.15730965 -0.10893714
+-0.25969616 0.14446685 -0.11019740
+-0.23595664 0.12910385 -0.11060492
+-0.20833635 0.10879576 -0.11279634
+-0.14787237 0.11331308 -0.09413472
+-0.06951087 0.12598537 -0.09148157
+0.00582462 0.10368379 -0.09337716
+0.09475633 0.08685167 -0.09504507
+0.14507699 0.07225804 -0.03792750
+0.19396007 0.05391763 -0.02865332
+0.28135991 0.04250469 -0.07368143
+0.36569187 0.02543869 -0.10097768
+0.42206222 0.00786738 -0.10410260
+0.48216254 -0.00516090 -0.10460261
+0.53679931 -0.01485501 -0.10506420
+0.59478289 -0.03094309 -0.10459691
+0.65743262 -0.04288808 -0.10548217
+0.72649264 -0.05574432 -0.10626012
+0.79692960 -0.06802187 -0.10660326
+0.85366231 -0.08279257 -0.10705070
+0.90326655 -0.09416237 -0.10750864
+0.95185548 -0.10200521 -0.10792281
+1.00053000 -0.11460449 -0.10795145
+1.06987500 -0.13241701 -0.10849579
+0.64548147 -0.14819883 -0.10929123
+0.40141663 -0.16155714 -0.11049873
+0.39944452 -0.17300661 -0.11071001
+0.38792482 -0.18749499 -0.11073864
+0.36979359 -0.19817050 -0.11128777
+0.35204318 -0.20854220 -0.11262831
+0.35036197 -0.21363041 -0.10121839
+0.07288150 0.02459740 -0.09457552
+-0.20675549 0.02011211 -0.09731607
+-0.16580033 0.02253824 -0.09818897
+-0.14142601 0.02360255 -0.09893758
+-0.11408490 0.03798087 -0.10010915
+-0.08589431 0.03861566 -0.10168197
+-0.05132784 0.04503382 -0.09169114
+-0.01094002 0.04123107 -0.08612636
+0.02890612 0.04818065 -0.08831414
+0.06477954 0.04877469 -0.08986967
+0.10051049 0.05882168 -0.09132028
+0.15032926 0.07147010 -0.08849613
+0.15835109 0.07945582 -0.02452773
+0.20782912 0.08639828 -0.02752699
+0.27253458 0.09736161 -0.03013018
+0.32425660 0.10589626 -0.03157672
+0.38136321 0.11397933 -0.03769336
+0.44305107 0.12321333 -0.05152972
+0.53428519 0.13822015 -0.07103424
+0.61934137 0.14340198 -0.09076571
+0.74496162 0.15199493 -0.10032893
+0.80896151 0.16640750 -0.10127228
+0.84620321 0.17871842 -0.10173775
+0.87485194 0.18813178 -0.10242341
+0.90586936 0.20399293 -0.10278725
+0.92003244 0.21595342 -0.10390880
+0.97742534 0.25654313 -0.10416079
+0.06727930 0.29489425 -0.10478128
+-0.29777959 0.30731377 -0.10537845
+-0.26654455 0.32802680 -0.10571712
+-0.24410723 0.34303889 -0.10640732
+-0.21427873 0.36459103 -0.10746680
+-0.18008952 0.37602863 -0.09826726
+-0.13051923 0.45560834 -0.08140229
+-0.06005123 0.54703289 -0.08390980
+0.01092988 0.55038679 -0.08631387
+0.06767260 0.55964381 -0.08639949
+0.11543431 0.57425785 -0.08795795
+0.16659985 0.58730221 -0.08993104
+0.21486767 0.59715915 -0.08726365
+0.26853427 0.60821801 -0.08011207
+0.32606301 0.62123024 -0.08279160
+0.37793699 0.62853217 -0.08359665
+0.42672738 0.64129740 -0.08516420
+0.48187748 0.65496296 -0.08581539
+0.54940724 0.66676265 -0.08698762
+0.62753540 0.68257707 -0.08817649
+0.71794307 0.69533467 -0.09015908
+0.80149996 0.70663768 -0.09045997
+0.86078525 0.72240591 -0.09184223
+0.91479814 0.73670501 -0.09215049
+0.95780164 0.74370545 -0.09315617
+1.00217485 0.75558615 -0.09319548
+1.07060254 0.76084185 -0.09298884
+0.26137063 0.77130812 -0.09453638
+-0.08225735 0.78667039 -0.09422550
+-0.08127357 0.80249935 -0.09564381
+-0.09429549 0.81796807 -0.09551684
+-0.10618783 0.83475471 -0.09744389
+-0.11739070 0.83886480 -0.09780122
+-0.12088802 0.94176495 -0.09803528
+-0.13449030 0.98676419 -0.09923988
+-0.13115101 1.00528693 -0.09905216
+-0.08030619 1.02603972 -0.10016049
+-0.03398992 1.04727972 -0.10017937
+0.03088893 1.06859374 -0.10131058
+0.10488555 1.08689618 -0.06522588
+0.19343409 1.10887194 -0.06838443
+0.27940941 1.12470782 -0.07283628
+0.34604412 1.13902831 -0.07254089
+0.42496881 1.15540123 -0.07435869
+0.48442173 1.17259884 -0.07635646
+0.56113029 1.15557837 -0.07902825
+0.63051885 1.14081681 -0.07383281
+0.69548661 1.12448871 -0.07678477
+0.76983958 1.11120486 -0.07680764
+0.82649529 1.09747910 -0.07883827
+0.87349951 1.08344495 -0.07875431
+0.92289573 1.06936598 -0.08065740
+0.97482175 1.05151355 -0.08070856
+1.03235686 1.03602910 -0.08279818
+0.76833588 1.02158678 -0.08285432
+0.42482972 1.00691628 -0.08449119
+0.42650804 0.98724562 -0.08442426
+0.40862420 0.96933484 -0.08598462
+0.39271128 0.95449698 -0.08597010
+0.36931089 0.93483180 -0.08550946
+0.35749581 0.96750093 -0.08680654
+0.31468099 0.95170045 -0.08699059
+-0.14340509 0.93635726 -0.08823898
+-0.04714244 0.92117798 -0.08833265
+0.02093998 0.90162694 -0.08993401
+0.08646978 0.88807076 -0.09111768
+0.15000993 0.86911869 -0.09289299
+0.21443993 0.89531535 -0.09317654
+0.29047024 0.89290649 -0.09421887
+0.36346966 0.87761396 -0.09450759
+0.43734086 0.86368650 -0.09417339
+0.50707906 0.84746611 -0.09617170
+0.57853478 0.83245927 -0.06826096
+0.65123940 0.81274211 -0.05227209
+0.71084499 0.79541290 -0.05643705
+0.76649934 0.77426016 -0.05955445
+0.82323092 0.75890785 -0.06274861
+0.87146544 0.73941624 -0.06587835
+0.91235548 0.71781564 -0.06769597
+0.95075965 0.70197737 -0.07014012
+0.99394834 0.68163419 -0.07249420
+1.05631804 0.66437423 -0.07359844
+0.82871389 0.64374840 -0.07693972
+-0.11359662 0.64593410 -0.08169249
+-0.03071925 0.66111749 -0.08242717
+0.06025987 0.67438555 -0.08183274
+0.13699417 0.77385879 -0.08249367
+0.20796879 0.81996739 -0.08317073
+0.26892534 0.82230848 -0.08387907
+0.32440555 0.83240521 -0.08464643
+0.37463695 0.83941692 -0.08510369
+0.41564637 0.84966910 -0.08594698
+0.45075798 0.85865200 -0.08694009
+0.48746055 0.87553930 -0.08832952
+0.52052099 0.89194286 -0.08943447
+0.55235875 0.90501720 -0.09171528
+0.57661426 0.91440183 -0.09256698
+0.60744798 0.92281723 -0.09366103
+0.64621556 0.93670404 -0.09504610
+0.67893058 0.94671142 -0.09570805
+0.70176685 0.95649290 -0.09730764
+0.73160821 0.96075749 -0.09828513
+0.76657063 0.96678990 -0.08992403
+0.79995900 0.98101735 -0.05958683
+0.85157728 0.99169099 -0.06412446
+0.89322823 1.00264311 -0.06727174
+0.91597927 1.01718700 -0.07002685
+0.93328327 1.02822232 -0.07309370
+0.95483071 1.03847110 -0.07566275
+0.97949916 1.05034196 -0.07659425
+1.01714051 1.06567252 -0.07643327
+0.75400275 1.07766914 -0.07753971
+0.53334659 1.09008193 -0.08044577
+0.61797285 1.10251856 -0.08264443
+0.68838662 1.11576283 -0.08319943
+0.74277514 1.12914824 -0.08548214
+0.79911828 1.14562678 -0.08598420
+0.85684907 1.15885270 -0.08866850
+0.76905060 1.17226410 -0.08918986
+-0.28213474 1.18407345 -0.08922046
+-0.23943831 1.18558574 -0.09161023
+-0.23096044 1.16425097 -0.09153613
+-0.22994791 1.14562333 -0.09364881
+-0.22510868 1.12743008 -0.09384929
+-0.22198510 1.10839868 -0.09576909
+-0.19599579 1.08869457 -0.09590004
+-0.14365555 1.06887770 -0.09782808
+-0.10481203 1.05134153 -0.09780459
+-0.07698634 1.03618777 -0.10032706
+-0.05226567 1.01745379 -0.10118482
+-0.02792145 0.99815333 -0.10342332
+0.00503187 0.97949207 -0.10354326
+0.05775269 0.96096456 -0.10528074
+0.11276969 0.94162190 -0.10545234
+0.16587022 0.92627031 -0.10712289
+0.21512635 0.95583904 -0.10867048
+0.25664276 0.93683028 -0.08013073
+0.30183673 0.92023301 -0.08051497
+0.33441326 0.90530109 -0.08356266
+0.36867073 0.88806945 -0.08561403
+0.40932101 0.87276292 -0.08833362
+0.44278315 0.85742766 -0.08878453
+0.46722975 0.83992368 -0.09153403
+0.49969518 0.82021904 -0.08657797
+0.53081626 0.80365801 -0.08599750
+0.57627207 0.79112309 -0.08857946
+0.63878518 0.77192920 -0.08981961
+0.68404299 0.75452006 -0.09174563
+0.71606106 0.74079072 -0.09246200
+0.73226142 0.72270954 -0.09431506
+0.75502074 0.70123696 -0.09596843
+0.78032905 0.68533844 -0.09759010
+0.82753950 0.66560191 -0.09865075
+0.45780143 0.64407110 -0.10025838
+0.36122239 0.62550342 -0.10083584
+0.43647811 0.59940618 -0.10237639
+0.51055002 0.58001018 -0.10300983
+0.58093166 0.55887985 -0.10453264
+0.64512277 0.54161555 -0.10528259
+0.74524260 0.51910794 -0.10678338
+0.31316820 0.51832700 -0.10761327
+-0.29323623 0.21235597 -0.11115871
+-0.26271868 -0.04673931 -0.11799920
+-0.25262824 -0.01848213 -0.12333912
+-0.23999618 -0.01075600 -0.12551449
+-0.22001624 -0.00119103 -0.12617379
+-0.17027038 0.00637205 -0.12647450
+-0.07416914 0.00992648 -0.12628455
+0.03075428 0.07738735 -0.12741469
+0.12615912 0.19579685 -0.11533011
+0.19652337 0.19497290 -0.10640571
+0.26064470 0.20102973 -0.10892341
+0.31026340 0.20254284 -0.11023770
+0.35215041 0.20807613 -0.11043435
+0.38908538 0.21349268 -0.08618845
+0.40146711 0.21444434 -0.05289294
+0.44411549 0.21400401 -0.04224209
+0.47343531 0.21807250 -0.03627481
+0.51473045 0.22196309 -0.03944569
+0.55858988 0.22124963 -0.04539055
+0.59644669 0.22921909 -0.05272282
+0.65172207 0.23333050 -0.06516355
+0.70233089 0.23144394 -0.07891545
+0.73843026 0.23563713 -0.08898585
+0.77362984 0.23854068 -0.09772965
+0.81467080 0.24116623 -0.10512118
+0.86008555 0.23648855 -0.11023045
+0.91628993 0.23637895 -0.11286595
+0.96283597 0.23743629 -0.11381260
+0.98952508 0.23442873 -0.11501623
+1.00731921 0.23323493 -0.11562460
+1.02845716 0.23326898 -0.11669735
+1.05115175 0.22174704 -0.11734029
+1.08389652 0.22082354 -0.11845827
+0.71004266 0.22421710 -0.09548832
+0.34059620 0.23184054 -0.12224381
+0.40374509 0.24273498 -0.12474381
+0.45041108 0.25670859 -0.12103212
+0.47603220 0.26090646 -0.09732490
+0.50382036 0.27166042 -0.07638492
+0.55461293 0.28408504 -0.06910597
+0.41696021 0.29296273 -0.12804985
+-0.20150252 0.48105958 -0.12432048
+-0.14767075 0.52107668 -0.11463609
+-0.12393882 0.51944172 -0.11738436
+-0.10250987 0.51654124 -0.11857760
+-0.08530392 0.52152413 -0.11890983
+-0.06189925 0.52288407 -0.11907078
+-0.01737129 0.52405465 -0.12047684
+0.03774143 0.54597628 -0.11632226
+0.08018710 0.55040056 -0.10435013
+0.11017487 0.55529588 -0.10749181
+0.15186486 0.56253445 -0.10901251
+0.19514787 0.56611699 -0.11010275
+0.25280383 0.56844348 -0.11165781
+0.31870973 0.57501119 -0.11265303
+0.35841218 0.57963455 -0.11394449
+0.41384163 0.58065033 -0.11593773
+0.46353936 0.58075839 -0.11751295
+0.51288992 0.58723837 -0.11770352
+0.56528538 0.58942145 -0.11892218
+0.59996682 0.59586257 -0.11909412
+0.66086972 0.59840453 -0.12032316
+0.70683753 0.59662282 -0.12054799
+0.75107431 0.60221934 -0.12184371
+0.79730725 0.60484052 -0.12208036
+0.85687232 0.61042064 -0.12336022
+0.90973991 0.61675763 -0.12386696
+0.99921244 0.62024671 -0.12580906
+1.05469418 0.62665099 -0.12720333
+1.08718848 0.63173348 -0.12888502
+1.10489464 0.64443070 -0.12874010
+1.11040688 0.65141797 -0.12908694
+1.11697328 0.66158044 -0.12975943
+1.15211630 0.66693950 -0.12976849
+0.28583300 0.71972555 -0.12961204
+-0.14574039 0.79262549 -0.12326705
+-0.09882858 0.78889054 -0.12515038
+-0.06427845 0.79298514 -0.12628116
+-0.02497206 0.79366130 -0.12618025
+0.01177987 0.79232419 -0.12669836
+0.07930206 0.79696792 -0.12801766
+-0.04722450 0.81237751 -0.12610017
+-0.16970246 0.84711301 -0.10852918
+-0.13823391 0.85340208 -0.11227155
+-0.11589585 0.85666168 -0.11352617
+-0.07977694 0.86227423 -0.11519252
+-0.03653966 0.86784792 -0.11677293
+0.01595872 0.87483686 -0.11797002
+0.07496189 0.87379783 -0.11902898
+0.13143221 0.87399739 -0.12120713
+0.17650232 0.87715948 -0.12301830
+0.22127333 0.88220578 -0.12292799
+0.26234150 0.88967979 -0.12427092
+0.29845455 0.89188540 -0.12422467
+0.33474755 0.89526838 -0.12559247
+0.37621915 0.90008181 -0.12563233
+0.41111857 0.90510613 -0.12706140
+0.43687737 0.91090792 -0.12699391
+0.47318748 0.91581553 -0.12839636
+0.52041596 0.91882229 -0.12849571
+0.57235736 0.92479157 -0.13005646
+0.63626784 0.93006855 -0.13089873
+0.68066359 0.93535912 -0.13122994
+0.71623874 0.94354898 -0.13236384
+0.74528527 0.95164412 -0.13228582
+0.77508479 0.95983231 -0.13349004
+0.81607395 0.96653849 -0.13339612
+0.71313894 0.97598916 -0.13388127
+0.30696744 1.02717960 -0.13197094
+0.38290164 1.02422392 -0.13290127
+0.43986407 1.02521324 -0.13326786
+0.49653727 1.02775049 -0.13425110
+0.54961079 1.03133273 -0.13412668
+0.61473054 1.03401411 -0.13428363
+0.52539706 1.04012072 -0.13516404
+-0.28712589 1.06048751 -0.11292648
+-0.24673940 1.06523883 -0.11677179
+-0.23505473 1.07042873 -0.11824680
+-0.22162710 1.07545996 -0.11961638
+-0.20483825 1.07978618 -0.12099372
+-0.17643668 1.08213186 -0.12235494
+-0.12497295 1.08300257 -0.12308594
+-0.06267165 1.08039248 -0.12567808
+-0.01539983 1.07813883 -0.12745126
+0.00844012 1.08424723 -0.12722148
+0.04183381 1.08985364 -0.12858480
+0.06452245 1.09567881 -0.12826665
+0.09236895 1.09852445 -0.12965439
+0.12509887 1.10477281 -0.12956963
+0.14905332 1.10699332 -0.13084126
+0.17305952 1.11362886 -0.13078077
+0.19423695 1.11987793 -0.13217375
+0.22381139 1.12297261 -0.13198851
+0.26827177 1.12986839 -0.13341555
+0.30757627 1.13288867 -0.13348888
+0.36509278 1.13988018 -0.13343222
+0.40823424 1.14368153 -0.13468575
+0.44752952 1.15057898 -0.13450019
+0.49048403 1.15419745 -0.13446081
+0.55225897 1.16138732 -0.13564382
+0.61871111 1.16150284 -0.13620704
+0.64914197 1.16837931 -0.13704598
+0.73935473 1.16777170 -0.13877387
+0.81701028 1.17332280 -0.13867246
+0.88998252 1.17565858 -0.13955507
+0.95172805 1.18091452 -0.13945955
+1.02262986 1.18311739 -0.13942665
+1.14428329 1.18552482 -0.14127930
+-0.34603083 1.18292844 -0.11608759
+-0.29388055 1.17878568 -0.12008369
+-0.27549580 1.17456579 -0.12135120
+-0.25573650 1.16522169 -0.12265988
+-0.23224066 1.16060197 -0.12391497
+-0.20709299 1.15601540 -0.12512486
+-0.14859512 1.14172435 -0.12702131
+-0.17653449 1.14002335 -0.12743238
+-0.12634923 1.13104963 -0.12914565
+-0.10704596 1.12769735 -0.12879457
+-0.08253833 1.12420225 -0.12981094
+-0.06257153 1.11699915 -0.12961367
+-0.03683978 1.11393654 -0.13068047
+-0.00480349 1.10988784 -0.13046290
+0.02079794 1.10609245 -0.13150324
+0.05307923 1.10236621 -0.13135163
+0.07899817 1.09839821 -0.13247207
+0.11493849 1.09102976 -0.13233411
+0.16234058 1.08778858 -0.13211451
+0.20442496 1.08350551 -0.13324517
+0.27271268 1.07950699 -0.13314533
+0.32513434 1.07518125 -0.13407871
+0.37763429 1.07085311 -0.13402995
+0.43048725 1.06553686 -0.13371164
+0.50333947 1.06088555 -0.13483925
+0.57006377 1.05344653 -0.13541098
+0.67508101 1.04341352 -0.13662808
+0.75510037 1.03529215 -0.13823515
+0.82055616 1.03066409 -0.13794817
+0.88031942 1.02605736 -0.13775839
+0.93445742 1.02099466 -0.13873319
+0.99441993 1.01574206 -0.13861732
+1.09250033 1.06539357 -0.14866738
+0.05236836 -0.23254573 0.13209143
+0.03204296 -0.23641424 0.11689970
+0.06312753 -0.23101482 0.10448290
+0.08552096 -0.22860526 0.09114438
+0.10703478 -0.22652911 0.07985113
+0.15193769 -0.22350112 0.06794611
+0.24565746 -0.23058215 0.06160759
+-0.07128462 -0.19158980 0.05177110
+-0.01067796 -0.19275004 0.04612361
+0.04693453 -0.19084959 0.03028352
+0.09609233 -0.19202942 0.02844797
+0.14136866 -0.18904488 0.01187321
+0.18593484 -0.18776630 0.00940978
+0.24737476 -0.18546264 -0.01026091
+0.30412483 -0.18787445 -0.01343101
+0.36292672 -0.18556680 -0.03056693
+0.40306181 -0.18546702 -0.03433571
+0.45918381 -0.18417674 -0.03992543
+0.51501542 -0.18156946 -0.04030252
+0.56315655 -0.18179344 -0.04353877
+0.62811750 -0.18137272 -0.04361246
+0.67548460 -0.17938206 -0.04385827
+0.71678048 -0.18056288 -0.04697006
+0.75713497 -0.17876810 -0.04673425
+0.80595523 -0.17996046 -0.04979110
+0.86264884 -0.18316664 -0.05018869
+0.93039465 -0.18962714 -0.05479164
+0.97795630 -0.19167304 -0.05516024
+1.00666702 -0.19296926 -0.05497750
+1.03446519 -0.19147120 -0.05779856
+1.06117880 -0.19444084 -0.05745705
+1.08166516 -0.19601114 -0.06076970
+1.13422155 -0.19538902 -0.06568207
+0.20773852 -0.16847399 0.07530420
+0.21765968 -0.16750579 0.05543534
+0.24139652 -0.16770953 0.04514367
+0.26367787 -0.16816795 0.03464632
+0.28620231 -0.16749656 0.02354866
+0.31169206 -0.16785759 0.02118666
+0.39119494 -0.17405894 0.00801264
+-0.13377416 -0.11727310 0.00243977
+-0.06532940 -0.12326425 -0.00192001
+-0.01319620 -0.12631132 -0.01433312
+0.03442989 -0.12322183 -0.01391875
+0.07567474 -0.12599190 -0.02800170
+0.11823893 -0.12773420 -0.02876358
+0.18065800 -0.12928285 -0.04071715
+0.23929556 -0.13035780 -0.04208658
+0.29864603 -0.12994634 -0.04797580
+0.34713373 -0.13101943 -0.04987328
+0.40106782 -0.13121103 -0.05338973
+0.45594841 -0.13323395 -0.05336159
+0.51071823 -0.13435261 -0.05332050
+0.57917589 -0.13501129 -0.05641556
+0.62777340 -0.13560493 -0.05615421
+0.67640775 -0.13623782 -0.05928007
+0.72208285 -0.13719201 -0.05893837
+0.77120948 -0.13840012 -0.06199155
+0.82626325 -0.14319864 -0.06239264
+0.89563477 -0.14891481 -0.06363800
+0.94950777 -0.15267099 -0.06692369
+0.98143750 -0.15654001 -0.06664415
+1.01127160 -0.15747361 -0.06928753
+1.03914118 -0.15863259 -0.06892449
+1.06631076 -0.16127397 -0.07174832
+1.11648178 -0.16321747 -0.07544923
+0.20248345 -0.13062753 0.04537136
+0.25783047 -0.13735725 0.02712954
+0.28198275 -0.13783683 0.01796392
+0.29902983 -0.13713963 0.00863773
+0.31688404 -0.13783909 0.00182528
+0.34387952 -0.13704363 -0.00151761
+0.39726409 -0.14204711 -0.01354693
+-0.15798405 -0.09298625 -0.01568163
+-0.07015351 -0.10261947 -0.02009061
+-0.01626615 -0.10412794 -0.02982152
+0.03167006 -0.10502069 -0.03357599
+0.07493641 -0.10649186 -0.04202925
+0.12136036 -0.10722125 -0.04517277
+0.18413267 -0.11214536 -0.05155096
+0.24780209 -0.11236878 -0.05431606
+0.30731472 -0.11375425 -0.05597968
+0.35087878 -0.11828966 -0.05576415
+0.40856880 -0.11925472 -0.05912388
+0.46490395 -0.11896801 -0.05897131
+0.51384348 -0.12165686 -0.06179392
+0.58262378 -0.12458555 -0.06167825
+0.63631690 -0.12461647 -0.06452855
+0.68944323 -0.12821525 -0.06449924
+0.73361295 -0.12869592 -0.06432256
+0.78483224 -0.13381025 -0.06721111
+0.84329522 -0.13836578 -0.06739479
+0.92129153 -0.14313053 -0.07146550
+0.96874368 -0.14982623 -0.07175424
+1.00182939 -0.15032257 -0.07161961
+1.02814507 -0.15340289 -0.07414641
+1.06053376 -0.15534317 -0.07369842
+1.08220792 -0.16048038 -0.07645215
+1.07860243 -0.16101116 -0.07818229
+0.11141916 -0.11722945 0.02436047
+0.15953739 -0.12257548 0.00846390
+0.17718418 -0.12699971 0.00092237
+0.18842153 -0.13084061 -0.00683913
+0.20219296 -0.13230598 -0.00497532
+0.22294956 -0.13438995 -0.01317457
+0.26564148 -0.14270675 -0.02273523
+-0.13296017 -0.10361454 -0.02049263
+-0.04161195 -0.11450338 -0.02937705
+0.02184182 -0.11522342 -0.03764798
+0.07766037 -0.11932797 -0.03724431
+0.12878633 -0.12390428 -0.04903811
+0.17936580 -0.12812042 -0.04840584
+0.24973674 -0.12967816 -0.05762355
+0.31070784 -0.13248505 -0.05706274
+0.37324739 -0.13625608 -0.06175072
+0.42400438 -0.14058255 -0.06115994
+0.48142901 -0.13997445 -0.06431197
+0.53055048 -0.14378923 -0.06414391
+0.58444035 -0.14821866 -0.06412227
+0.65043342 -0.15110074 -0.06682459
+0.70576066 -0.15421648 -0.06663463
+0.75010288 -0.15943122 -0.06923013
+0.79719520 -0.16388901 -0.06897708
+0.85155022 -0.16454157 -0.06888887
+0.90994030 -0.17296694 -0.07198042
+0.99270546 -0.18199216 -0.07302735
+1.04046524 -0.18816200 -0.07606675
+1.07108104 -0.19131365 -0.07560609
+1.09349012 -0.19683960 -0.07538480
+1.11827111 -0.19958113 -0.07773297
+1.13379359 -0.20261717 -0.07762609
+1.11433756 -0.20719551 -0.08173741
+-0.12040738 -0.13620675 0.00620177
+-0.07126819 -0.14598836 -0.00919786
+-0.06574231 -0.15526590 -0.01630991
+-0.06134477 -0.16183500 -0.02356997
+-0.04635642 -0.16406398 -0.02915236
+-0.03489330 -0.17154650 -0.03489332
+0.01670076 -0.18180758 -0.03994672
+-0.08857739 -0.17737420 -0.04290939
+0.01954251 -0.16916873 -0.04729968
+0.11518605 -0.14541063 -0.05751971
+0.19675928 -0.13350336 -0.06435870
+0.26530218 -0.13893549 -0.06470333
+0.33261481 -0.14468558 -0.06859635
+0.41119030 -0.14781436 -0.06934211
+0.47048965 -0.16964486 -0.06983976
+0.52971941 -0.20470254 -0.06478173
+0.57319719 -0.22390166 -0.06193380
+0.64132875 -0.23323475 -0.06480236
+0.70004267 -0.23629846 -0.06440090
+0.74905080 -0.23892199 -0.06715322
+0.82925367 -0.24916515 -0.06961475
+0.82205474 -0.23800783 -0.07156262
+0.86265308 -0.22759932 -0.06880046
+0.90518689 -0.22268352 -0.06857853
+0.95033854 -0.21641305 -0.07158475
+1.00327933 -0.21496019 -0.07205743
+0.99562603 -0.19278054 -0.07828219
+1.06766260 -0.17435610 -0.08441286
+1.08864260 -0.15450101 -0.08701379
+1.09517002 -0.15012072 -0.08974788
+1.09591758 -0.14020954 -0.08958802
+1.09035599 -0.13850579 -0.09227221
+1.11063838 -0.14051484 -0.09229108
+-0.20623876 -0.06046526 -0.01121593
+-0.27564034 -0.06999066 -0.01981994
+-0.25949243 -0.06953271 -0.02767668
+-0.24160239 -0.06859881 -0.03425802
+-0.21839863 -0.06437905 -0.03810993
+-0.19220497 -0.06540738 -0.04446111
+-0.13571778 -0.06415319 -0.04875706
+-0.05302469 -0.06447666 -0.05312776
+0.04071654 -0.05875813 -0.05870046
+0.12168396 -0.05638668 -0.05928111
+0.20121142 -0.05058035 -0.06248646
+0.26507568 -0.04129245 -0.06254569
+0.32627413 -0.03905310 -0.06555308
+0.39505699 -0.02997452 -0.06561614
+0.45204249 -0.02069967 -0.06852051
+0.50783658 -0.01422181 -0.06892937
+0.56233776 -0.00537553 -0.06869465
+0.62834430 -0.00087747 -0.07171888
+0.69078898 0.00530038 -0.07182022
+0.75521547 0.01012302 -0.07479092
+0.82356137 0.01728964 -0.07470752
+0.88310325 0.02298656 -0.07723729
+0.93112987 0.03086717 -0.07744499
+0.97498715 0.03959116 -0.07733098
+1.01752079 0.04882165 -0.07988592
+1.08266568 0.05322343 -0.08042558
+0.63209754 0.09342391 -0.07997585
+0.47600615 0.10588299 -0.06916291
+0.47555742 0.11545825 -0.06357296
+0.45863107 0.12418026 -0.05011473
+0.44250745 0.13238668 -0.03580895
+0.42410731 0.14239003 -0.02280999
+0.43400377 0.14899565 -0.02372807
+-0.00228897 0.23518483 -0.03508179
+-0.21436571 0.25384063 -0.03479204
+-0.18092209 0.25310045 -0.04073220
+-0.15734524 0.25340697 -0.04581643
+-0.13238239 0.25503102 -0.04915287
+-0.10323783 0.26056784 -0.05463206
+-0.06468990 0.26223511 -0.06112480
+-0.01583306 0.26508135 -0.06270081
+0.03961104 0.26669514 -0.06719805
+0.09707908 0.27294791 -0.06835566
+0.15932506 0.27876535 -0.07064845
+0.22074459 0.28656265 -0.07120419
+0.27689481 0.29953775 -0.07358083
+0.33979553 0.30642253 -0.07419168
+0.40374100 0.31420812 -0.07644704
+0.46005580 0.31971666 -0.07700891
+0.51337504 0.32953355 -0.07845268
+0.56151277 0.33452770 -0.05987994
+0.60042524 0.33653542 -0.02606145
+0.69592988 0.34363222 -0.04155594
+0.80962384 0.34883392 -0.06398803
+0.89203465 0.35635531 -0.07716127
+0.95839071 0.36846015 -0.08246516
+1.01526368 0.37532163 -0.08642265
+1.06125104 0.38522860 -0.08728755
+1.12105858 0.39027053 -0.08859844
+0.73875666 0.45446196 -0.07864989
+-0.20999998 0.50818056 -0.08493488
+-0.19694841 0.51379824 -0.08708242
+-0.20997500 0.52688521 -0.08767652
+-0.22393340 0.53482950 -0.08964516
+-0.23430052 0.54962605 -0.09034208
+-0.23615135 0.55418313 -0.09324785
+-0.20666020 0.59863138 -0.06116854
+-0.14279781 0.64139915 -0.05652176
+-0.08991836 0.64361304 -0.05946200
+-0.05355063 0.65242004 -0.06305080
+-0.01403117 0.65851426 -0.06611007
+0.02152304 0.66688371 -0.06885034
+0.06597700 0.67233348 -0.07284742
+0.10908890 0.67719418 -0.07434624
+0.14188665 0.68861461 -0.07715718
+0.18285404 0.69540590 -0.07804275
+0.22071426 0.70699465 -0.08016942
+0.28907704 0.71926886 -0.08077423
+0.34932640 0.73144054 -0.08239309
+0.42271668 0.73986781 -0.08336712
+0.50081772 0.74984407 -0.08500904
+0.56660730 0.75692129 -0.08614360
+0.62794143 0.76901257 -0.08774104
+0.68476087 0.77542835 -0.08871442
+0.74719298 0.78454822 -0.08913287
+0.83149099 0.79069513 -0.09106011
+0.49689698 0.79461634 -0.09232361
+0.45468909 0.80258954 -0.09378333
+0.48675236 0.80793881 -0.09460940
+0.50200611 0.81745118 -0.09613636
+0.51894337 0.82256484 -0.09667507
+0.53405988 0.83525962 -0.09765298
+0.57297146 0.87012917 -0.09110656
+0.03092630 1.00072861 -0.08846833
+-0.21013434 1.01162195 -0.09098871
+-0.16599342 1.02091980 -0.09239174
+-0.12496035 1.03673291 -0.09400501
+-0.08063757 1.05191684 -0.09518544
+-0.02897316 1.06005180 -0.09715489
+0.03578002 1.07069993 -0.07940959
+0.10682159 1.07853460 -0.07076804
+0.17446604 1.07181394 -0.07503852
+0.23834220 1.06190252 -0.07714485
+0.29428372 1.04326391 -0.07862693
+0.35242480 1.03232038 -0.08126811
+0.40727887 1.02096939 -0.08370534
+0.46249342 1.00987148 -0.08550780
+0.52855498 0.99483567 -0.08742619
+0.58536100 0.98386115 -0.08907884
+0.63547063 0.97239125 -0.09049635
+0.69751531 0.96079481 -0.09185785
+0.76558536 0.94461739 -0.09350818
+0.84655511 0.93901944 -0.09487829
+0.94311047 0.92831051 -0.09627804
+1.01133943 0.91821915 -0.09716867
+1.06292999 0.90708792 -0.09867294
+1.10313475 0.89579409 -0.09983450
+1.13108826 0.87945539 -0.10121235
+1.15766323 0.86173725 -0.10326392
+1.22298062 0.88078511 -0.10389513
+-0.22691378 0.87593609 -0.10503866
+-0.31067178 0.86147225 -0.10615537
+-0.29868171 0.85043508 -0.10692390
+-0.27788326 0.83585495 -0.10790785
+-0.25314480 0.82508016 -0.10885866
+-0.22413470 0.81233990 -0.10238017
+-0.16566014 0.85889864 -0.09386551
+-0.08935808 0.88629335 -0.09643848
+-0.01339493 0.86708051 -0.09795721
+0.04603310 0.85289425 -0.09934934
+0.11282712 0.83642584 -0.10094589
+0.18739282 0.82559210 -0.10240132
+0.26619729 0.81183404 -0.09612688
+0.34358272 0.79149783 -0.08511309
+0.41957420 0.77064729 -0.08874315
+0.48633215 0.75514102 -0.09098507
+0.55058730 0.73821402 -0.09233465
+0.61376333 0.72266930 -0.09392141
+0.67980713 0.70606536 -0.09651478
+0.74611694 0.69267297 -0.09835780
+0.81673735 0.67479044 -0.09904823
+0.87493527 0.65575695 -0.10058331
+0.92296869 0.63777786 -0.10167570
+0.96299320 0.61625201 -0.10274829
+1.00704765 0.59709954 -0.10278535
+1.04162836 0.58288276 -0.10375485
+1.07344806 0.56583560 -0.10548484
+0.25269991 0.55188328 -0.10764402
+0.27998698 0.54238713 -0.10811363
+0.26563376 0.52344805 -0.10993944
+0.24922857 0.51035368 -0.11043365
+0.23009899 0.49444234 -0.11298265
+0.22035147 0.47681272 -0.11405878
+0.24953872 0.63260895 -0.11494864
+-0.02300468 0.61514050 -0.11638388
+-0.04048230 0.59738010 -0.11665012
+0.04009024 0.57950103 -0.11814895
+0.11084192 0.56929433 -0.11841835
+0.17742284 0.55171198 -0.11705595
+0.24254367 0.53516936 -0.09690611
+0.31515321 0.53436929 -0.10067420
+0.38896260 0.52106738 -0.10248211
+0.46154380 0.50514084 -0.10380940
+0.53297371 0.48994976 -0.10563957
+0.60058838 0.47020060 -0.10695875
+0.67181963 0.45253104 -0.10781985
+0.71951169 0.43533272 -0.09267856
+0.74447960 0.41585305 -0.07605912
+0.80336696 0.39517421 -0.08363952
+0.86420828 0.37589097 -0.09536703
+0.91151184 0.35856742 -0.10161603
+0.95613527 0.34004417 -0.10673160
+0.99883962 0.32304966 -0.11069100
+1.05430186 0.30436143 -0.11179037
+0.82491720 0.28182822 -0.10205437
+0.76755464 0.26615506 -0.09604745
+0.74924570 0.25068614 -0.09487268
+0.71832275 0.23098455 -0.09282320
+0.69418168 0.21472096 -0.09156024
+0.65475386 0.19994742 -0.08648653
+0.64440662 0.18482360 -0.09026887
+0.18315133 0.17819208 -0.11936027
+-0.24542981 0.17174993 -0.12109200
+-0.20353489 0.16396321 -0.12131544
+-0.17770183 0.15799752 -0.12240728
+-0.15092342 0.15164389 -0.12527505
+-0.12041904 0.13966483 -0.12649406
+-0.08010070 0.29325560 -0.12775211
+-0.02234939 0.27367854 -0.12811799
+0.04963936 0.25517550 -0.12833372
+0.13219343 0.23989135 -0.12951148
+0.20055330 0.22257079 -0.13067339
+0.26821831 0.20978208 -0.10960819
+0.32885650 0.18961267 -0.10267643
+0.33293620 0.17444056 -0.04316523
+0.39205614 0.15782051 -0.04389247
+0.45486483 0.14198646 -0.04741614
+0.53103364 0.12816018 -0.08448234
+0.60449511 0.11339825 -0.10945424
+0.67009610 0.09950576 -0.11566100
+0.73485762 0.08250979 -0.11884074
+0.82945740 0.07023317 -0.12001075
+0.93254149 0.05508562 -0.12031843
+1.00098085 0.04250080 -0.12039324
+1.02780306 0.02514576 -0.12068193
+1.02800918 0.00982657 -0.12199818
+1.02239454 -0.00781702 -0.12227894
+1.00453126 -0.02333041 -0.12176599
+1.00207961 -0.03986528 -0.12209348
+-0.27827087 -0.05518574 -0.12251028
+0.13180172 -0.01856831 -0.12417758
+0.14680770 -0.01158289 -0.12096606
+0.17588088 -0.00458446 -0.11057537
+0.17404830 0.07139143 -0.05922401
+0.23320596 0.11058203 -0.09004878
+0.26301950 0.11725558 -0.06304491
+0.30804050 0.12970203 -0.06584450
+0.36692154 0.13796549 -0.06672388
+0.42756405 0.14935602 -0.06752153
+0.47546914 0.15937784 -0.06878736
+0.53063577 0.17091504 -0.07424324
+0.60345364 0.17806838 -0.09130155
+0.68071377 0.19171152 -0.10164997
+0.76938063 0.20157064 -0.09980786
+0.85949159 0.20837350 -0.10767133
+0.91850883 0.22135299 -0.10960290
+0.97334617 0.23128313 -0.11119583
+1.00559390 0.24092758 -0.11274390
+1.04209900 0.25228783 -0.11434820
+1.06851804 0.25595912 -0.11531302
+1.11960888 0.26436523 -0.11337407
+0.44251135 0.27438992 -0.11465570
+0.36908725 0.28148893 -0.11479525
+0.42872125 0.28826010 -0.11560147
+0.47959283 0.29634023 -0.11497505
+0.51850075 0.29470935 -0.09832074
+0.53938955 0.29857063 -0.07057492
+0.59945983 0.30335152 -0.06385130
+0.24855968 0.31158656 -0.11713338
+-0.26392063 0.31922123 -0.11818724
+-0.23483892 0.32746023 -0.11806286
+-0.22440249 0.33399355 -0.11899932
+-0.21197835 0.34296981 -0.11887084
+-0.19691409 0.34853765 -0.11843843
+-0.17348208 0.35692063 -0.11978576
+-0.11063570 0.36752442 -0.11921348
+-0.03057995 0.37552205 -0.11865589
+0.05900493 0.49374154 -0.11992022
+0.13890785 0.58903724 -0.11988729
+0.21118829 0.58791339 -0.12253089
+0.27300209 0.58998716 -0.12239694
+0.33145124 0.59527826 -0.12214077
+0.39915127 0.60153806 -0.12267878
+0.44520915 0.60603893 -0.12256594
+0.49002242 0.61517555 -0.12188294
+0.52378887 0.61969513 -0.12387911
+0.55925781 0.62389487 -0.10273936
+0.59664947 0.63299990 -0.10486878
+0.62623566 0.64196533 -0.10609874
+0.66267031 0.65004224 -0.10766330
+0.69879955 0.65386057 -0.10864286
+0.72725213 0.66159260 -0.11011841
+0.75524604 0.66865784 -0.11214523
+0.78527802 0.67608005 -0.10046107
+0.81771088 0.68206424 -0.10141773
+0.86362404 0.69010049 -0.10199390
+0.92208797 0.69277245 -0.10338333
+0.95331639 0.70120198 -0.10380112
+0.97281837 0.70888865 -0.10445202
+0.98621380 0.71353346 -0.10487222
+1.00736570 0.72254491 -0.10658016
+1.02629042 0.73049235 -0.10660946
+1.07496297 0.73565745 -0.10784184
+0.36071295 0.73965079 -0.10774933
+0.39643997 0.74611568 -0.10812280
+0.46391943 0.75241339 -0.10859312
+0.52062917 0.76447314 -0.10920978
+0.57016671 0.77803850 -0.10962756
+0.62095982 0.78862661 -0.11026073
+0.70581639 0.80225205 -0.10998695
+0.07976127 0.81260908 -0.11094373
+-0.21001378 0.88082433 -0.11154310
+-0.17473485 0.91501069 -0.11257692
+-0.15691824 0.91715544 -0.11380498
+-0.14192899 0.92564642 -0.11435725
+-0.13021199 0.93078130 -0.11432640
+-0.10525702 0.93931961 -0.11501405
+-0.06104210 0.96818525 -0.11543221
+-0.01320012 0.49905857 -0.12208665
+0.01429141 0.02843009 -0.00282981
+0.03339037 0.03508386 0.06862756
+0.05011494 0.02241150 0.05520100
+0.07452933 0.00547371 0.04643143
+0.10088080 -0.00629594 0.03816992
+0.13949323 -0.01918728 0.02859256
+0.19218388 -0.03938555 0.02181447
+0.24050669 -0.05694122 0.02661829
+0.29413772 -0.07186115 0.02769310
+0.35129398 -0.08716432 0.01767932
+0.40885189 -0.09883476 0.00869625
+0.44893703 -0.11053998 -0.00043671
+0.52003264 -0.12586792 -0.00804098
+0.57040548 -0.13756950 -0.01649734
+0.61551267 -0.14925799 -0.02620335
+0.67206824 -0.16149974 -0.03449304
+0.73184657 -0.17609565 -0.04326621
+0.79940194 -0.18705441 -0.04891129
+0.88997549 -0.19838037 -0.05172655
+0.95634282 -0.20962217 -0.05383364
+1.00933254 -0.21991269 -0.05547090
+1.04211903 -0.23353206 -0.05742701
+1.06900549 -0.24345648 -0.05905321
+1.09007609 -0.25383675 -0.05992753
+1.13602841 -0.26368076 -0.06156582
+0.53534776 -0.27760544 -0.06347352
+0.20265540 -0.28894436 -0.06515756
+0.25653198 -0.30453438 -0.06747613
+0.29686600 -0.31573752 -0.06907020
+0.33303759 -0.31375942 -0.07084423
+0.37342739 -0.30593675 -0.07140302
+0.42993641 -0.29873759 -0.07289111
+0.15984923 -0.29326379 -0.07576524
+-0.23175840 -0.25581664 -0.05114682
+-0.19718266 -0.24969442 -0.00644871
+-0.18189232 -0.24393846 -0.01774780
+-0.16573854 -0.23964210 -0.02409861
+-0.14326839 -0.23511392 -0.02990998
+-0.10488894 -0.22932100 -0.03594449
+-0.03396250 -0.22831713 -0.03987647
+0.05655637 -0.20181610 -0.03757625
+0.14061354 -0.19306514 -0.02264267
+0.21129562 -0.18644258 -0.02934176
+0.27651504 -0.17957374 -0.03545373
+0.33509004 -0.17453504 -0.03928923
+0.38939309 -0.16693017 -0.04481473
+0.45628518 -0.15984614 -0.04973545
+0.51059639 -0.15243337 -0.05515292
+0.56630766 -0.14657581 -0.05901971
+0.62021351 -0.14255698 -0.06311633
+0.67943430 -0.13467878 -0.06725425
+0.73157889 -0.12863497 -0.06849686
+0.78318191 -0.12486488 -0.07037171
+0.83964849 -0.11753362 -0.07160840
+0.87933254 -0.11087944 -0.07330047
+0.91385496 -0.10568037 -0.07394326
+0.94758904 -0.10288668 -0.07606922
+0.98321325 -0.09711212 -0.07661500
+1.02766311 -0.09571924 -0.07877243
+1.04385805 -0.09308949 -0.07955641
+1.10235333 -0.09257398 -0.08208181
+1.14470315 -0.09261611 -0.08256309
+1.18159473 -0.08714426 -0.08411850
+1.18585944 -0.08498347 -0.08511516
+1.18084633 -0.08091035 -0.08664558
+1.21300149 -0.07949165 -0.08838923
+0.10082620 -0.06244201 -0.08572052
+-0.21643977 -0.04807743 -0.05403973
+-0.16890894 -0.04481927 -0.06416339
+-0.13201906 -0.04021290 -0.06713475
+-0.09156672 -0.03307358 -0.07145026
+-0.04330303 -0.02880022 -0.07416512
+0.04215910 -0.02416044 -0.07697774
+-0.02429053 0.01855810 -0.07556065
+-0.03142336 0.08614439 -0.04865039
+0.04213725 0.08457094 -0.05502355
+0.09761833 0.08732343 -0.05935003
+0.14305490 0.09487987 -0.06127030
+0.17883284 0.09814077 -0.05362165
+0.19030198 0.10347850 -0.00064290
+0.24066205 0.10688188 -0.00439769
+0.29161683 0.10953375 -0.00724685
+0.33399224 0.11206315 -0.01197084
+0.38585287 0.11278688 -0.03094586
+0.44277316 0.11947704 -0.04756602
+0.48864940 0.12395558 -0.05953192
+0.54292732 0.12687927 -0.07109284
+0.59865302 0.12677911 -0.08017225
+0.64388621 0.13335136 -0.08262147
+0.68081564 0.13625687 -0.08550947
+0.72325224 0.13847783 -0.08640242
+0.76841366 0.13894565 -0.08900180
+0.82363236 0.13563432 -0.08914793
+0.88180959 0.13534792 -0.09168909
+0.91843110 0.13842228 -0.09196195
+0.94725746 0.13941070 -0.09390806
+0.97160077 0.14147320 -0.09449325
+0.99906111 0.14088349 -0.09643923
+1.03729928 0.13577034 -0.09692667
+0.86092758 0.14003991 -0.09918287
+0.36428136 0.15460326 -0.02299719
+0.43473682 0.15643992 -0.02847510
+0.47960836 0.16131271 -0.03292653
+0.52055722 0.16672194 -0.04125661
+0.56257689 0.17259030 -0.05358697
+0.62459671 0.17710628 -0.07333276
+0.44541180 0.19666296 -0.03769785
+-0.21977378 0.35354346 -0.06497769
+-0.16250190 0.34261385 -0.06867251
+-0.13380042 0.34470671 -0.07446922
+-0.10958604 0.34416065 -0.07418334
+-0.08736932 0.34877518 -0.07745025
+-0.06044957 0.34777176 -0.07945707
+-0.00988237 0.35113978 -0.08261700
+0.04733727 0.34892806 -0.08330882
+0.09184747 0.35275260 -0.08614139
+0.12157515 0.35366371 -0.08799870
+0.15507311 0.35690814 -0.08810731
+0.19487147 0.35443118 -0.09034169
+0.25317135 0.35861036 -0.09034321
+0.31541479 0.35888323 -0.09251552
+0.36363244 0.36174351 -0.09243882
+0.42506668 0.35728925 -0.09479997
+0.47015926 0.35708016 -0.09457362
+0.52887017 0.35818663 -0.09678064
+0.57695371 0.35898608 -0.09490654
+0.60925114 0.35436928 -0.07435984
+0.64149243 0.35114917 -0.05040716
+0.70623189 0.34385091 -0.06444462
+0.74818259 0.34319153 -0.07280645
+0.81391513 0.34341717 -0.08705808
+0.87273240 0.34338090 -0.09495332
+0.93835074 0.34080645 -0.10471638
+0.89904571 0.34182432 -0.10336477
+0.97301883 0.34192535 -0.11143415
+1.03144908 0.34748673 -0.11259355
+1.07536960 0.34383103 -0.11297297
+1.10564017 0.35167027 -0.11443728
+1.13520825 0.35598454 -0.11441670
+1.17985594 0.35863769 -0.11719260
+-0.33717892 0.55949503 -0.07423815
+-0.29300579 0.55111241 -0.07834496
+-0.28942972 0.54514116 -0.08035052
+-0.28654104 0.53862333 -0.08262758
+-0.27270585 0.54302770 -0.08464062
+-0.24936028 0.53522962 -0.08691039
+-0.18383400 0.53828025 -0.08665135
+-0.14793354 0.53887582 -0.08956143
+-0.09647718 0.53942853 -0.09204741
+-0.07355401 0.53494447 -0.09171934
+-0.04399524 0.53545046 -0.09399641
+-0.00563064 0.53597760 -0.09356426
+0.03274567 0.53729022 -0.09573450
+0.10823385 0.53207529 -0.09775709
+0.17410678 0.53211504 -0.09757065
+0.23486915 0.53165752 -0.09970231
+0.29180953 0.53110647 -0.09956920
+0.34779432 0.53326964 -0.10158913
+0.40702319 0.52344960 -0.10150383
+0.44511342 0.52278876 -0.10130963
+0.51105171 0.51960289 -0.10338600
+0.56049752 0.51753360 -0.10535935
+0.59871799 0.51619047 -0.10518502
+0.65195197 0.51622677 -0.10518297
+0.70614803 0.51357168 -0.10707723
+0.77766740 0.50187027 -0.10844798
+0.86384648 0.49556598 -0.10687894
+0.93117046 0.49466956 -0.10882453
+0.97856861 0.49866205 -0.11309869
+1.00761104 0.50432205 -0.11352970
+1.03145242 0.51027822 -0.11563586
+1.05333102 0.51574445 -0.11554624
+1.11514497 0.51547593 -0.11929905
+-0.04330747 0.68391913 -0.07685266
+-0.06301690 0.68104017 -0.08254499
+-0.03743464 0.67616731 -0.08494940
+-0.00930470 0.67858422 -0.08711255
+0.01597838 0.67388785 -0.08958051
+0.05091264 0.67640656 -0.09180881
+0.11755920 0.70003605 -0.09718284
+-0.17392366 0.50557405 -0.08902399
+-0.15158388 0.52139574 -0.09698032
+-0.12598425 0.51856625 -0.09692723
+-0.10412957 0.50707626 -0.09823994
+-0.07486447 0.50213391 -0.09809641
+-0.02871556 0.49738672 -0.10029523
+0.02814407 0.49529061 -0.09914809
+0.10846496 0.48867220 -0.10134998
+0.18761298 0.47569087 -0.10297390
+0.25434488 0.46959153 -0.10269261
+0.31793606 0.46730143 -0.10390006
+0.38024169 0.46025547 -0.10437901
+0.42706031 0.45382607 -0.10354334
+0.49904215 0.44927081 -0.10568669
+0.55295914 0.44193396 -0.10488855
+0.60965455 0.43471596 -0.10747099
+0.66052157 0.42382672 -0.10613409
+0.71298498 0.41232401 -0.09102859
+0.76683885 0.40197968 -0.08291142
+0.87105799 0.39631429 -0.10440841
+0.94748789 0.38956711 -0.11164870
+1.00002801 0.38894266 -0.11483642
+1.03756762 0.38795158 -0.11514904
+1.06544089 0.38701761 -0.11672534
+1.08970225 0.38248703 -0.11655979
+1.15378392 0.37520620 -0.11893480
+0.22482133 0.53189343 -0.07932340
+0.21887901 0.52111751 -0.08467118
+0.23256725 0.52095687 -0.08663728
+0.24973507 0.51026171 -0.08893509
+0.27045634 0.51008606 -0.09073719
+0.27922279 0.50336099 -0.09298235
+0.33579662 0.49747455 -0.09793651
+-0.20260178 0.50463235 -0.08686783
+-0.17975074 0.49889153 -0.09299366
+-0.15668155 0.49113771 -0.09302095
+-0.13259839 0.48954850 -0.09468082
+-0.10981067 0.48428085 -0.09708788
+-0.07697482 0.48291337 -0.09662487
+-0.02269436 0.48059630 -0.09934792
+0.06417546 0.46685070 -0.09953520
+0.14743873 0.46461594 -0.10125051
+0.21865772 0.46248734 -0.10184286
+0.28509045 0.46067369 -0.10303532
+0.34854290 0.45385185 -0.10384815
+0.39780247 0.45211795 -0.10481840
+0.47178450 0.44833648 -0.10550699
+0.52810782 0.43883213 -0.10697648
+0.57936400 0.43243030 -0.10714282
+0.63951683 0.42812571 -0.10873165
+0.69863498 0.42324525 -0.10379156
+0.74750763 0.41434273 -0.08423369
+0.84427005 0.40682435 -0.09992702
+0.91686982 0.40341309 -0.10908687
+0.97470641 0.40239891 -0.11372688
+1.01414442 0.39718807 -0.11477672
+1.05162644 0.39643350 -0.11660443
+1.07969892 0.39866549 -0.11657616
+1.14443064 0.39510697 -0.11941227
+0.25347468 0.53461295 -0.08032978
+0.29379675 0.52362621 -0.08661179
+0.30634844 0.51738483 -0.08838116
+0.31682667 0.51792431 -0.09060377
+0.33006501 0.51143688 -0.09247787
+0.33895463 0.51110172 -0.09474498
+0.38440296 0.50959295 -0.09704991
+-0.23587696 0.51768082 -0.08866680
+-0.18117373 0.51542395 -0.09415153
+-0.16161981 0.51416218 -0.09421768
+-0.13774282 0.51310408 -0.09663313
+-0.11377173 0.51178426 -0.09668905
+-0.07919345 0.50452572 -0.09850775
+-0.02644361 0.50224686 -0.10115563
+0.04275381 0.49917457 -0.10115464
+0.13646027 0.50118405 -0.10300761
+0.20073739 0.50018674 -0.10338260
+0.27576917 0.49815640 -0.10512488
+0.33444360 0.49026111 -0.10572176
+0.38534760 0.49264675 -0.10743102
+0.46013370 0.48968020 -0.10762873
+0.51430178 0.48734927 -0.10938403
+0.57334334 0.48436606 -0.10927777
+0.62855649 0.48557270 -0.10903628
+0.69350213 0.48122242 -0.11093821
+0.76309943 0.47457242 -0.10978105
+0.83600098 0.45986453 -0.10122111
+0.91484946 0.45506003 -0.10854236
+0.97271061 0.45404255 -0.11423234
+1.01336277 0.45863923 -0.11541586
+1.05513549 0.46079659 -0.11779357
+1.08522379 0.46657747 -0.11811240
+1.10280514 0.46824345 -0.12046996
+0.18644875 0.59406203 -0.08332106
+0.22593094 0.58803272 -0.08927807
+0.23697077 0.58238631 -0.09122673
+0.24210578 0.58756465 -0.09346887
+0.25017720 0.58736479 -0.09541165
+0.25636411 0.58572477 -0.09553292
+0.26420262 0.58476985 -0.09975467
+-0.22044554 0.60080433 -0.09481221
+-0.16792180 0.60243523 -0.09747238
+-0.14409360 0.59484947 -0.09966626
+-0.12099116 0.59861749 -0.10247108
+-0.09337116 0.59760308 -0.10196199
+-0.06301407 0.60173935 -0.10431937
+-0.01072625 0.60415113 -0.10469822
+0.04831286 0.59596461 -0.10679115
+0.12511541 0.59878665 -0.10702179
+0.19024362 0.60242933 -0.10909883
+0.26561266 0.60091597 -0.11071184
+0.32277167 0.60328430 -0.11111417
+0.37993506 0.60563785 -0.11051225
+0.44703874 0.60262716 -0.11265327
+0.50219119 0.60423058 -0.11236926
+0.56205636 0.59850365 -0.11422020
+0.61821353 0.59951258 -0.11388662
+0.69216990 0.59489650 -0.11593090
+0.75867528 0.59244132 -0.11662965
+0.85656017 0.58481264 -0.12002840
+0.93056136 0.58194464 -0.12050214
+0.98695600 0.58253908 -0.11921094
+1.03331816 0.58532739 -0.12072749
+1.07227123 0.59054863 -0.12092388
+1.10824573 0.58483100 -0.12264585
+1.09140515 0.59135276 -0.12281670
+-0.02229151 0.74692684 -0.08709136
+0.01167282 0.74590307 -0.09311262
+0.01821159 0.74348080 -0.09516857
+0.01984749 0.75321740 -0.09859793
+0.03548669 0.75952160 -0.10346296
+0.04585101 0.76800221 -0.10468086
+0.07856937 0.76986670 -0.10864145
+-0.15661815 0.77376550 -0.10920503
+-0.09800278 0.77493846 -0.11298896
+-0.07175438 0.77287591 -0.11130162
+-0.05075977 0.76711053 -0.11082581
+-0.02492950 0.76661789 -0.10907499
+0.00195660 0.76302463 -0.11118995
+0.04355375 0.76690388 -0.11291651
+0.08151594 0.77704602 -0.11310157
+0.13066366 0.76078987 -0.11647051
+0.18310496 0.84985828 -0.11861479
+0.24448182 0.81915063 -0.11536668
+0.29633218 0.82592076 -0.11501605
+0.34907615 0.82782656 -0.11483413
+0.41481152 0.82010633 -0.11651748
+0.48957011 0.82013875 -0.11822143
+0.50889415 0.80126131 -0.12173624
+0.59620744 0.80356431 -0.12333058
+0.68782151 0.80468631 -0.12629734
+0.78360349 0.81068480 -0.12696481
+0.92344767 0.80270368 -0.13184427
+0.99401826 0.80045366 -0.13066521
+1.01337588 0.79742390 -0.12625997
+1.04330790 0.78510171 -0.12600152
+1.06446028 0.78096521 -0.12529314
+1.08513951 0.78054118 -0.12637997
+1.15790248 0.77137887 -0.12745658
+-0.31338820 0.94398892 -0.08912010
+-0.30411649 0.92575163 -0.09501629
+-0.28438309 0.92235070 -0.09694124
+-0.26725081 0.90702999 -0.09888571
+-0.24577184 0.90297961 -0.10090601
+-0.21904734 0.88742524 -0.10281350
+-0.16475029 0.88132322 -0.10389411
+-0.08523922 0.86963493 -0.10826221
+-0.02836844 0.85999221 -0.11088192
+0.01018111 0.85583144 -0.11024399
+0.04668727 0.83916384 -0.11152070
+0.08738441 0.83081877 -0.11090509
+0.12404530 0.82652599 -0.11233878
+0.16852207 0.81783766 -0.11378242
+0.20257987 0.80959678 -0.11317684
+0.25443354 0.80360740 -0.11471068
+0.29113644 0.79528886 -0.11430961
+0.36930057 0.77832592 -0.11562710
+0.43410036 0.77269042 -0.11558087
+0.50453079 0.76290154 -0.11516193
+0.57356471 0.75190115 -0.11669754
+0.63208568 0.74171466 -0.11623026
+0.68659902 0.73520452 -0.11793359
+0.73793578 0.72460145 -0.11755718
+0.80228865 0.71307093 -0.11901420
+0.87351030 0.69721580 -0.11965228
+0.53416055 0.72647417 -0.11838525
+0.49433541 0.71639067 -0.11887243
+0.52995473 0.70494419 -0.11842013
+0.55290329 0.69728428 -0.11949747
+0.57580042 0.68835849 -0.11943492
+0.59068674 0.68270421 -0.12051870
+0.64097983 0.67215550 -0.12113813
+-0.03445246 0.76126897 -0.08945495
+-0.21675202 0.76251316 -0.09049147
+-0.17482290 0.75121021 -0.09429027
+-0.13154098 0.74300671 -0.09640440
+-0.08363959 0.72989374 -0.09812212
+-0.03630340 0.71852696 -0.09824647
+0.02463248 0.70743877 -0.10066367
+0.09194848 0.69553655 -0.10474093
+0.16115099 0.67675078 -0.10540715
+0.21492566 0.66477555 -0.10687111
+0.26493040 0.65423638 -0.10796556
+0.31787553 0.63978642 -0.10775528
+0.36633059 0.62931544 -0.10867248
+0.41762859 0.61569935 -0.10827037
+0.47290987 0.59929866 -0.10965956
+0.51838893 0.58736634 -0.10923959
+0.57003331 0.57614338 -0.11065792
+0.63228703 0.55809867 -0.11034676
+0.69932431 0.54696870 -0.11188157
+0.77627981 0.53748345 -0.11177561
+0.85413086 0.52765757 -0.11178445
+0.90586078 0.51381570 -0.10680602
+0.95175737 0.50208360 -0.10901862
+0.99001139 0.48939258 -0.11126313
+1.02699208 0.47872478 -0.11230492
+1.07932127 0.46055210 -0.11567098
+0.59297103 0.53513288 -0.10839513
+-0.05737820 0.56758565 -0.10922423
+-0.03354356 0.55027878 -0.10946660
+-0.03158090 0.53767890 -0.11059385
+-0.03092518 0.52820146 -0.11076614
+-0.02367085 0.51326853 -0.11082253
+-0.00983945 0.50076592 -0.11242695
+-0.04211612 0.53452307 -0.08909737
+-0.11808427 0.55321014 -0.08792868
+-0.05223053 0.53723085 -0.09023270
+0.00993499 0.52352995 -0.09217728
+0.08006613 0.50680536 -0.09349698
+0.15737021 0.49745819 -0.09540250
+0.22852394 0.47868672 -0.09597393
+0.31003350 0.46200463 -0.09881132
+0.37604633 0.44528311 -0.10094406
+0.44769409 0.43309593 -0.10149882
+0.49787965 0.41436648 -0.10229828
+0.56453335 0.39771304 -0.10264172
+0.61677587 0.37971941 -0.10036971
+0.63024408 0.35739827 -0.06756034
+0.69333076 0.34238085 -0.06572782
+0.75580966 0.32373726 -0.08026264
+0.81573856 0.30713612 -0.09206406
+0.87185270 0.28982568 -0.10076746
+0.93814528 0.27214557 -0.10609708
+1.00642526 0.25776684 -0.10695811
+0.82105613 0.24830405 -0.10161906
+0.84519607 0.23483804 -0.10569648
+0.84640276 0.21861151 -0.10806582
+0.83846223 0.21163163 -0.10825593
+0.82194692 0.20101599 -0.10932554
+0.81004596 0.18771586 -0.11082132
+0.83013272 0.22885396 -0.09661402
+-0.11446031 0.36984214 -0.09685635
+-0.24688995 0.35044318 -0.09823021
+-0.22271168 0.33500883 -0.09937446
+-0.20446961 0.32280514 -0.10011730
+-0.18125993 0.30548990 -0.10063271
+-0.15689605 0.29295245 -0.10182916
+-0.11607726 0.27547124 -0.08744295
+-0.06217409 0.27118137 -0.08141983
+-0.01277270 0.24882242 -0.08454321
+0.03166596 0.23500939 -0.08632447
+0.07788406 0.22022994 -0.08800616
+0.13101369 0.19977106 -0.08930490
+0.18614747 0.18499380 -0.09020384
+0.24687447 0.16933726 -0.09263034
+0.28439710 0.15470476 -0.06279206
+0.31238931 0.13063535 -0.02805759
+0.36607167 0.12093855 -0.02939356
+0.43405229 0.12539612 -0.04433075
+0.51141071 0.12939991 -0.06890819
+0.60542572 0.12769367 -0.09174749
+0.69644517 0.13077083 -0.09762438
+0.76558077 0.13504431 -0.09873439
+0.83041888 0.14215913 -0.09989861
+0.88415492 0.14674385 -0.10066947
+0.94495684 0.15642287 -0.10345703
+1.00936925 0.18517292 -0.10958011
+0.88204682 0.07519037 -0.11545134
+-0.07716038 0.07448920 -0.11765809
+-0.05990500 0.07676157 -0.11779846
+-0.07320153 0.07299887 -0.11847868
+-0.09244891 0.07051915 -0.11906145
+-0.10323057 0.06837481 -0.12022676
+-0.09482913 0.05268244 -0.10758098
+-0.02647319 0.19610228 -0.09573442
+-0.02463665 0.22992814 -0.09796833
+0.08698285 0.21166071 -0.09888743
+0.17027640 0.19839483 -0.09977691
+0.24561611 0.18574184 -0.09960853
+0.30703008 0.17478693 -0.09657020
+0.32181102 0.15841365 -0.02753809
+0.38911092 0.14396667 -0.02012281
+0.46307936 0.13232757 -0.04514858
+0.54679912 0.11692604 -0.08071468
+0.60192037 0.10578501 -0.08767236
+0.65830165 0.09418548 -0.08985605
+0.71584481 0.08539815 -0.09042092
+0.77170986 0.07108873 -0.09174498
+0.83243084 0.05928707 -0.09325186
+0.88933837 0.04714371 -0.09428612
+0.93397391 0.03752518 -0.09457076
+0.96941471 0.02316414 -0.09556256
+1.00755060 0.00929970 -0.09583547
+1.05331433 -0.00546171 -0.09699052
+0.93516731 -0.01847786 -0.09751520
+0.56927490 -0.03246395 -0.09830415
+0.56550080 -0.04596657 -0.09846021
+0.54328388 -0.05822819 -0.09985952
+0.52633959 -0.07030359 -0.10084301
+0.50456846 -0.08212300 -0.10604492
+0.47643337 -0.08751459 -0.11065716
+0.44184726 -0.07962673 -0.11311053
+-0.24719907 -0.08859671 -0.11395762
+-0.18976866 -0.09318256 -0.11466449
+-0.16366321 -0.10371293 -0.11430784
+-0.13684155 -0.11094416 -0.11444841
+-0.10637189 -0.11524204 -0.10905749
+-0.07209755 -0.12896141 -0.07997564
+-0.01661129 -0.06357533 -0.08397412
+0.05344541 -0.08195579 -0.08520378
+0.13657337 -0.09565500 -0.08573481
+0.20346197 -0.10684429 -0.08673840
+0.27161172 -0.11851832 -0.08542742
+0.33316606 -0.13135476 -0.08590595
+0.38669717 -0.14347361 -0.07914190
+0.44699615 -0.15653004 -0.07978058
+0.51145899 -0.16880275 -0.08131020
+0.56665212 -0.17972231 -0.08071263
+0.61468250 -0.19023177 -0.08266110
+0.67528445 -0.20216846 -0.08245986
+0.74701244 -0.21028323 -0.08443114
+0.83232421 -0.22064729 -0.08464156
+0.93253529 -0.23129669 -0.08689050
+0.96319056 -0.24215274 -0.08640082
+0.98393148 -0.25249362 -0.08855511
+0.98641795 -0.26315847 -0.08792073
+0.98170972 -0.27498952 -0.09030478
+0.96490234 -0.29177836 -0.09010860
+0.99431551 -0.30668622 -0.09209765
+-0.15762806 -0.30510232 -0.09170312
+-0.26672065 -0.28767148 -0.09377102
+-0.22738796 -0.27029389 -0.09349400
+-0.18845806 -0.25258482 -0.09864137
+-0.14728206 -0.23470873 -0.10504364
+-0.10501058 -0.20782106 -0.11059243
+-0.04418476 -0.16041595 -0.11018769
+0.03089324 -0.14260058 -0.11107728
+0.10702349 -0.12791868 -0.11048613
+0.16788088 -0.11290318 -0.11126020
+0.22047912 -0.09760924 -0.11206726
+0.28015581 -0.08293552 -0.07196695
+0.33508226 -0.06569706 -0.06780272
+0.38998505 -0.05671536 -0.06990366
+0.45232636 -0.04301862 -0.07109094
+0.51884800 -0.02341498 -0.07026919
+0.58407217 -0.00894321 -0.07091769
+0.65383619 0.00607901 -0.07273201
+0.72553247 0.02625271 -0.07118003
+0.79291284 0.04216853 -0.07253132
+0.88450527 0.05680202 -0.07465145
+0.95877600 0.07625612 -0.07461563
+1.00977147 0.09149671 -0.07588588
+1.04855561 0.10556128 -0.07625774
+1.08468747 0.12329336 -0.07778891
+1.11722231 0.13279146 -0.07825124
+1.16295195 0.14659640 -0.07941538
+0.50906652 0.15884985 -0.03383789
+-0.24611852 0.17858054 -0.08119339
+-0.24641326 0.19421291 -0.08179331
+-0.26945838 0.21446064 -0.08261327
+-0.27226448 0.22990127 -0.08308325
+-0.24637012 0.27699870 -0.08378065
+-0.21585646 0.35348952 -0.08440077
+-0.15759124 0.36926132 -0.08528107
+-0.07820332 0.38379556 -0.08603407
+0.72943038 0.36576203 -0.06450041
+0.78696060 0.34930494 -0.07967754
+0.83538914 0.32352877 -0.09138491
+0.87916666 0.30250537 -0.09838442
+0.91470689 0.27838051 -0.10519534
+0.94639808 0.26019731 -0.08465061
+0.99889767 0.23775168 -0.05825994
+1.04224110 0.21954237 -0.06373613
+1.06181312 0.19704431 -0.06619991
+1.06522512 0.17859417 -0.06757308
+1.06608915 0.15501247 -0.06781437
+1.07182062 0.13489689 -0.07064550
+1.08489370 0.11636156 -0.07241505
+0.85220480 0.09433376 -0.07269570
+0.02620862 0.07613549 -0.07560556
+0.11118131 0.05184871 -0.07630806
+0.13194326 0.03635828 -0.01293575
+0.22822814 0.01433035 -0.07604375
+0.29525003 -0.00804835 -0.08085655
+0.35715893 -0.02381693 -0.08316661
+0.45309874 -0.04104177 -0.08391185
+-0.08576268 -0.05772531 -0.08615994
+-0.18934180 -0.08063085 -0.08648635
+-0.15222190 -0.06930968 -0.08871106
+-0.12261182 -0.09140072 -0.08918279
+-0.09801368 -0.11100577 -0.09130133
+-0.07688882 -0.13462286 -0.09167647
+-0.04880598 -0.15262109 -0.09396458
+-0.00141148 -0.17224576 -0.09411865
+0.04410826 -0.19329813 -0.09643487
+0.07210966 -0.15450092 -0.09693060
+0.09072557 -0.15604632 -0.10224975
+0.10818638 -0.18427846 -0.10737190
+0.12558566 -0.20592229 -0.11140914
+0.13610098 -0.22613682 -0.11084771
+0.15625905 -0.21797700 -0.11195252
+0.16375981 -0.21473259 -0.11099527
+0.19595006 -0.20848453 -0.11204235
+0.21475095 -0.19831622 -0.11230987
+0.26024076 -0.18999907 -0.07202794
+0.30579290 -0.17776242 -0.07545017
+0.33353147 -0.16645941 -0.07766444
+0.40214524 -0.15554492 -0.07992999
+0.45953956 -0.14429002 -0.08223768
+0.50622994 -0.13348091 -0.08439314
+0.56339759 -0.12136351 -0.08725551
+0.62718248 -0.11077424 -0.08045804
+0.69032699 -0.10032857 -0.08310347
+0.78090394 -0.09152786 -0.08370537
+0.86864996 -0.08017471 -0.08605445
+0.93040717 -0.07182787 -0.08842942
+0.98338556 -0.06016715 -0.08916651
+1.02170479 -0.04853752 -0.09158082
+1.05609274 -0.03755538 -0.09238250
+1.09669030 -0.02829192 -0.09461956
+0.91214854 -0.02092694 -0.09500628
+0.16709135 -0.01496889 -0.09592083
+0.24156144 -0.01033023 -0.09701853
+0.28901935 -0.00234301 -0.09887991
+0.33445269 0.00428161 -0.09949910
+0.38164738 0.01440692 -0.10120655
+0.41980511 0.02222816 -0.10184202
+0.50251997 0.02833867 -0.10236023
+-0.18564489 0.03246550 -0.10395638
+-0.21435133 0.08224671 -0.10563447
+-0.20022202 0.09338436 -0.11034258
+-0.18648461 0.09839727 -0.11279989
+-0.16899395 0.10495806 -0.11436370
+-0.15157719 0.11226496 -0.11428908
+-0.11458280 0.12108208 -0.11471578
+-0.05395843 0.12335040 -0.11484081
+0.02146163 0.19889386 -0.11635736
+0.09723837 0.24336804 -0.09646118
+0.17135702 0.24539140 -0.08932155
+0.23919545 0.25642195 -0.09267605
+0.29936436 0.26291159 -0.09432297
+0.36258826 0.27367961 -0.09672301
+0.42689148 0.28966394 -0.09863838
+0.48011786 0.32613727 -0.10512798
+0.53260881 0.36204037 -0.00774029
+0.55814445 0.37757060 0.08859786
+0.59784889 0.38553083 0.10208921
+0.64591229 0.39148825 0.09749432
+0.68733186 0.40485799 0.08996479
+0.75220561 0.41526520 0.07575456
+0.80667627 0.42559937 0.06077981
+0.83024871 0.43679571 0.05096699
+0.87010580 0.44261512 0.03886803
+0.90526462 0.45194903 0.02633073
+0.95228875 0.46362248 0.01275970
+1.02952194 0.47196037 -0.00011808
+1.07090986 0.47923464 -0.00828717
+1.08157516 0.48497000 -0.01634947
+1.08437216 0.49319896 -0.02505996
+1.09609485 0.49391875 -0.03350404
+1.10171497 0.49952102 -0.04138249
+1.14037359 0.50430459 -0.04725625
+0.20480148 0.51125121 -0.05040434
+0.02471380 0.52408785 -0.05326330
+0.08199139 0.52639675 -0.05580132
+0.12905194 0.53323668 -0.05641967
+0.17791004 0.54395604 -0.05728275
+0.22608943 0.54702210 -0.05672876
+0.30147517 0.55823463 -0.05738699
+0.02233011 0.56401289 -0.05834025
+-0.15706943 0.78262377 -0.05187057
+-0.09438431 0.77200824 -0.04157550
+-0.04656550 0.75936693 -0.04376306
+-0.01056201 0.73890173 -0.04578407
+0.01869907 0.72541451 -0.04631095
+0.05507404 0.70452183 -0.04780572
+0.10795107 0.68951505 -0.05216517
+0.15626854 0.67718005 -0.00768475
+0.19429849 0.66332680 0.07572162
+0.22234575 0.64304715 0.06036070
+0.25250894 0.63261139 0.05253195
+0.27516726 0.61894047 0.04378156
+0.30404580 0.60590810 0.03746913
+0.33893737 0.58606678 0.03303247
+0.38048947 0.57026434 0.02389445
+0.42569733 0.55606252 0.01641923
+0.46903145 0.54206562 0.01176752
+0.51359999 0.52786458 0.00373336
+0.55931336 0.51733446 -0.00133787
+0.60429877 0.50336492 -0.01046201
+0.65118659 0.48345125 -0.01706556
+0.69237161 0.46585158 -0.02392699
+0.70954180 0.44936910 -0.01975308
+0.72591025 0.43373078 0.00233584
+0.77571368 0.41870394 -0.00950998
+0.84796250 0.40452611 -0.02600791
+0.71644521 0.38667107 -0.00427179
+0.81783551 0.37192407 -0.02755462
+0.91054296 0.35982427 -0.04169611
+0.97379094 0.34962890 -0.04798481
+1.03271127 0.33809289 -0.05145775
+1.07799721 0.32895991 -0.05211668
+1.16395009 0.32047030 -0.05387129
+-0.13644230 0.37257716 -0.05239785
+-0.32925361 0.41052088 -0.04447167
+-0.30603382 0.39438015 -0.04625266
+-0.27584884 0.37896499 -0.04695258
+-0.24031109 0.36780137 -0.04929807
+-0.20158488 0.35174024 -0.04996230
+-0.13468949 0.34255654 -0.05344833
+-0.14431393 0.33475631 -0.03105450
+-0.12941173 0.33282986 0.08831497
+-0.10050364 0.31852585 0.06657310
+-0.07614331 0.30920425 0.05808728
+-0.05491147 0.29373455 0.04843437
+-0.02984326 0.28121746 0.03904799
+0.00173329 0.27105534 0.03131471
+0.04819486 0.25494459 0.02527422
+0.11414472 0.24261633 0.01576843
+0.18264803 0.22827224 0.01105061
+0.24880633 0.21730781 0.00053763
+0.31011111 0.20569235 -0.00369402
+0.31832105 0.19197141 0.05046645
+0.37852412 0.18174723 0.04103581
+0.45193395 0.17173153 0.02084156
+0.52913964 0.15846570 -0.02149352
+0.59315401 0.14954917 -0.03433977
+0.65710956 0.13945203 -0.03870146
+0.72287339 0.12863901 -0.04137343
+0.80033451 0.11241646 -0.04157811
+0.87569821 0.09785135 -0.04467616
+0.93652493 0.08744998 -0.04486732
+0.98436934 0.07904638 -0.04741570
+1.02024114 0.07176562 -0.04683006
+1.05174303 0.06065481 -0.04685588
+1.09219503 0.05347243 -0.04914895
+0.82687438 0.05627591 -0.04951259
+0.33229956 0.08791997 -0.02877333
+0.39413542 0.07355640 -0.04708978
+0.43035185 0.06346405 -0.04830941
+0.45985287 0.05543662 -0.05116264
+0.48956415 0.04635835 -0.05133482
+0.52586275 0.03635239 -0.05459139
+0.33743763 0.03515690 -0.04874520
+-0.25352806 0.06215426 0.07832905
+-0.21284482 0.04738637 0.06006172
+-0.19731545 0.03638209 0.05246017
+-0.17920054 0.02554557 0.04454333
+-0.15747559 0.01488069 0.03666196
+-0.12436508 0.00534969 0.03427314
+-0.05805019 -0.00857380 0.02332297
+0.01910777 -0.02418471 0.01375183
+0.10517541 -0.03658678 0.01077238
+0.17920226 -0.04498680 -0.00067780
+0.25102821 -0.05522883 -0.00264990
+0.30956602 -0.06380584 -0.01516661
+0.36764076 -0.06834526 -0.01908928
+0.43782100 -0.07880803 -0.02890581
+0.49248722 -0.08841008 -0.03221935
+0.55297697 -0.09846467 -0.03659913
+0.60781842 -0.10708173 -0.03695948
+0.66999906 -0.11175721 -0.04032999
+0.72202265 -0.12254962 -0.03987690
+0.78004068 -0.13194697 -0.03987119
+0.84100711 -0.14085762 -0.04272205
+0.88859189 -0.14676434 -0.04267601
+0.92042625 -0.15428530 -0.04539051
+0.96057355 -0.16257203 -0.04491377
+0.99902874 -0.16633049 -0.04480793
+1.03906786 -0.17871708 -0.04845008
+0.89913905 -0.17600961 -0.04774524
+0.95964414 -0.18408969 -0.05162038
+0.98653489 -0.19440068 -0.05114558
+1.01524019 -0.20340891 -0.05403646
+1.04039574 -0.20740384 -0.05376621
+1.06130731 -0.21645522 -0.05355674
+1.05826855 -0.22284101 -0.05962814
+-0.34459671 -0.15242530 0.07111420
+-0.29391682 -0.16446212 0.05300969
+-0.28361002 -0.18070196 0.04459814
+-0.27127939 -0.18988699 0.03621226
+-0.25243309 -0.19816579 0.02604692
+-0.23221019 -0.20882618 0.01926770
+-0.15795636 -0.22763267 0.01487139
+-0.05939907 -0.23794873 0.00368671
+0.04411863 -0.25075057 0.00283325
+0.13473512 -0.25061136 -0.00810599
+0.20750231 -0.24345903 -0.01434182
+0.26773134 -0.24313648 -0.01693534
+0.32377252 -0.23934834 -0.02560454
+0.38809928 -0.23557459 -0.02787204
+0.43734404 -0.23224922 -0.03489633
+0.49541643 -0.22891524 -0.03550871
+0.53530204 -0.22526789 -0.03614051
+0.59148324 -0.22193490 -0.03981568
+0.63913196 -0.21866046 -0.03950093
+0.67699915 -0.21524636 -0.04300795
+0.73461914 -0.21181971 -0.04268430
+0.77288836 -0.20843430 -0.04608789
+0.81119245 -0.20527281 -0.04591384
+0.85128987 -0.20513028 -0.04592497
+0.88714719 -0.19922464 -0.04899426
+0.93758231 -0.19995020 -0.04972709
+1.02076232 -0.20252568 -0.05426489
+1.06544471 -0.20496109 -0.05493637
+1.08531928 -0.20199968 -0.05456873
+1.10058153 -0.19910787 -0.05772460
+1.11965680 -0.19577943 -0.05735392
+1.12927938 -0.19292465 -0.06070667
+1.17856073 -0.19418132 -0.06427387
+-0.01391292 -0.10739593 0.04117132
+-0.03514990 -0.10983468 0.02545800
+-0.00865901 -0.11479627 0.01751026
+0.01963496 -0.11509366 0.00681187
+0.04585681 -0.11740530 -0.00048533
+0.07759212 -0.12041710 -0.00675457
+0.15138724 -0.12662682 -0.01361755
+-0.11828783 -0.10558341 -0.01850184
+-0.05305288 -0.10631019 -0.02646725
+0.02104250 -0.10853902 -0.02769656
+0.07909898 -0.10419339 -0.03310820
+0.12836395 -0.10124438 -0.03323809
+0.17463042 -0.09961652 -0.03806132
+0.23627479 -0.09579229 -0.03856612
+0.29392266 -0.08534380 -0.04369027
+0.34292895 -0.07649010 -0.04409032
+0.38839298 -0.07167416 -0.04777406
+0.43947670 -0.07126144 -0.04793120
+0.48301297 -0.06695109 -0.04772589
+0.52018279 -0.06618355 -0.05104590
+0.57256204 -0.06228109 -0.05072200
+0.62655932 -0.06105408 -0.05363268
+0.66988546 -0.05911828 -0.05349746
+0.71185488 -0.05587950 -0.05337453
+0.75954485 -0.05888844 -0.05621290
+0.81305331 -0.05816342 -0.05654901
+0.88178432 -0.05923660 -0.06094495
+0.93805957 -0.06205551 -0.06132431
+0.96699351 -0.06178433 -0.06389335
+0.99054003 -0.05878096 -0.06362703
+1.01676106 -0.06110706 -0.06345776
+1.04260004 -0.05887795 -0.06641763
+1.09563267 -0.06297642 -0.06903699
+0.18178837 0.04476685 0.00923514
+0.17201506 0.03212475 0.00538093
+0.20588072 0.02971770 -0.00708189
+0.23451483 0.02326868 -0.01379819
+0.26132280 0.01585228 -0.01551331
+0.28699538 0.01463759 -0.02182764
+0.35618651 0.00336898 -0.03172746
+-0.16916342 0.04693787 -0.03028714
+-0.12207393 0.03673800 -0.03607216
+-0.05781207 0.03857141 -0.03844734
+-0.00482259 0.03120586 -0.04179540
+0.04189945 0.03501087 -0.04181326
+0.07380346 0.03344588 -0.03531409
+0.10671974 0.03726106 0.01353683
+0.19751090 0.03373439 -0.03886234
+0.26174378 0.03056378 -0.04872098
+0.30718142 0.03202615 -0.05210762
+0.35582420 0.03175801 -0.05220778
+0.39110890 0.03512908 -0.05521974
+0.43171689 0.03232302 -0.05499298
+0.47982374 0.03234621 -0.05490112
+0.53351641 0.03010130 -0.05752312
+0.58140999 0.03350792 -0.05733781
+0.63595009 0.03036989 -0.06006774
+0.68497646 0.02988952 -0.06010617
+0.74053681 0.03030015 -0.06352738
+0.81226254 0.02532573 -0.06478088
+0.87105328 0.01959470 -0.06498292
+0.90519112 0.01669654 -0.06777596
+0.93185103 0.01623379 -0.06729901
+0.96609116 0.01844500 -0.07011880
+0.99578983 0.01460534 -0.06975888
+1.05891943 0.00826692 -0.07495519
+0.21056347 0.14217822 -0.00517156
+0.21412049 0.13124627 0.05559390
+0.24895810 0.12097982 0.04741480
+0.29766884 0.10817202 0.01736109
+0.34286475 0.09785953 -0.01508060
+0.36628142 0.09573678 -0.02353725
+0.43710423 0.08055425 -0.03752576
+-0.21705993 0.12505910 -0.03532385
+-0.14767322 0.10713068 -0.03942779
+-0.08484284 0.10356365 -0.04175138
+-0.02711624 0.09971171 -0.04488778
+0.01264694 0.08872580 -0.04480641
+0.05685420 0.08893602 -0.04804709
+0.12141570 0.08040045 -0.04805081
+0.14191890 0.08131681 0.01736180
+0.20358232 0.07837505 0.01662308
+0.26162776 0.07689412 -0.01155951
+0.33053687 0.06972324 -0.04708433
+0.37634167 0.06956236 -0.05503682
+0.41738817 0.06655628 -0.05690840
+0.46704143 0.06293716 -0.05725747
+0.51415265 0.05951206 -0.06010301
+0.57209820 0.05946553 -0.05998366
+0.61866122 0.05933663 -0.06280128
+0.67997116 0.05608536 -0.06268811
+0.73489630 0.05154192 -0.06607860
+0.80660439 0.04388000 -0.06732274
+0.86776918 0.04132237 -0.06737462
+0.90169311 0.04104382 -0.07013035
+0.93516457 0.03420446 -0.06974301
+0.96642905 0.03371189 -0.07229641
+1.00067866 0.03246821 -0.07217448
+1.02587843 0.02916453 -0.07596907
+0.16598740 0.19177933 -0.02212398
+0.22387712 0.17740227 -0.03066260
+0.25318292 0.16590545 -0.03316677
+0.25548264 0.15767469 -0.01373763
+0.25256509 0.15645477 0.02917792
+0.27221242 0.14420864 0.02638774
+0.29343921 0.13899125 0.02228538
+-0.20164242 0.16123427 -0.04075265
+-0.13039058 0.15269049 -0.04486888
+-0.07168169 0.13529520 -0.04478909
+-0.01065156 0.13248076 -0.04790355
+0.03795506 0.12307269 -0.04800621
+0.08943115 0.11143532 -0.05097574
+0.15648232 0.10132564 -0.05103686
+0.17576991 0.10143977 0.01380561
+0.23332910 0.08596992 0.01260346
+0.30905786 0.07877703 -0.03276156
+0.37770492 0.07074326 -0.05491118
+0.42843407 0.06432094 -0.06020240
+0.46577969 0.05929143 -0.06056881
+0.52250004 0.05407120 -0.06363420
+0.57265335 0.04859096 -0.06352735
+0.61980289 0.04179993 -0.06343013
+0.67383361 0.03558495 -0.06640053
+0.73173273 0.03542499 -0.06629267
+0.79049629 0.02916696 -0.06953602
+0.87277162 0.02089802 -0.07047555
+0.92784184 0.01530050 -0.07371529
+0.96376741 0.01172620 -0.07300561
+0.99403530 0.00668576 -0.07561389
+1.02317572 0.00528793 -0.07529482
+1.06079614 0.02056958 -0.07738081
+1.03126228 0.05503619 -0.08453466
+0.00745929 0.27320835 -0.03231221
+0.05686105 0.25587544 -0.03735549
+0.07849392 0.24437545 -0.04388465
+0.09264838 0.23907265 -0.04404793
+0.11393527 0.20719671 -0.04522103
+0.14139487 0.15696895 -0.04389114
+0.16444142 0.12909140 -0.04560649
+-0.15298979 0.13793190 -0.04363082
+-0.07644608 0.12691215 -0.04755663
+-0.00596588 0.11803262 -0.04743965
+0.04783114 0.09654079 -0.05008627
+0.13776559 0.08429066 0.01688452
+0.20165546 0.06134813 -0.00041221
+0.30255923 0.04002143 -0.05175151
+0.34741178 0.02994553 -0.05510741
+0.40908763 0.01724125 -0.05504434
+0.47075072 0.00925430 -0.06090234
+0.39615956 -0.06474213 -0.05653715
+0.45572233 -0.05533003 -0.06295340
+0.49555653 -0.05727693 -0.06265847
+0.55105650 -0.06920870 -0.06629827
+0.60589975 -0.07283664 -0.06596556
+0.64228666 -0.09574792 -0.06368737
+0.82683754 -0.06292409 -0.06799716
+0.88014001 -0.09310658 -0.06470385
+0.93733037 -0.10359884 -0.06823524
+1.03307819 -0.11219455 -0.06894701
+1.08857203 -0.11892699 -0.07223494
+1.12484598 -0.12210021 -0.07152251
+1.14961147 -0.13298753 -0.07424283
+1.16851735 -0.13607047 -0.07369564
+1.18733370 -0.13971946 -0.07334629
+1.21647930 -0.15539062 -0.07754098
+-0.32556424 0.12704374 -0.02022108
+-0.28225771 0.09820530 -0.02481378
+-0.28075951 0.09237655 -0.03162681
+-0.27861699 0.07984623 -0.03124250
+-0.25832009 0.07768705 -0.03478645
+-0.23642452 0.07926194 -0.03793931
+-0.17725781 0.07266689 -0.04218562
+-0.09717377 0.06799920 -0.04316848
+-0.02793170 0.06231878 -0.04724299
+0.05288637 0.06294813 -0.04722610
+0.12543909 0.06872790 -0.03898170
+0.15448393 0.06417105 0.01890178
+0.23704311 0.06640201 -0.01329158
+0.33528119 0.06238634 -0.05052681
+0.39413020 0.05556737 -0.05677351
+0.45680937 0.05093473 -0.05678649
+0.50559425 0.05273866 -0.06028462
+0.57144272 0.04158089 -0.06028200
+0.63065046 0.03790575 -0.06336973
+0.68137199 0.04018878 -0.06343454
+0.74750042 0.04174280 -0.06652147
+0.80042100 0.04005089 -0.06644992
+0.84905285 0.03345923 -0.06644544
+0.89731860 0.03704914 -0.06941573
+0.95416272 0.03418557 -0.06924172
+1.02413738 0.04202206 -0.07283185
+0.79134548 0.06135643 -0.07171322
+0.78901261 0.06622309 -0.07519364
+0.79609466 0.07201847 -0.07498441
+0.79411799 0.08405264 -0.07756662
+0.78774172 0.09623769 -0.07748244
+0.78358257 0.10896163 -0.07995069
+0.80717766 0.11187923 -0.08182195
+-0.09591018 0.33107588 -0.03235488
+-0.24824409 0.35266769 -0.03512638
+-0.22402823 0.35291809 -0.03814456
+-0.20665801 0.35431322 -0.04143128
+-0.18428527 0.35430157 -0.04458818
+-0.16090347 0.36027235 -0.04767088
+-0.11574371 0.35908374 -0.04863604
+-0.06025199 0.36135384 -0.05241181
+-0.00607803 0.36601812 -0.05622912
+0.04151660 0.36737967 -0.05639051
+0.09796660 0.37295976 -0.05923231
+0.16365997 0.37988010 -0.05943827
+0.22123466 0.38017857 -0.06246046
+0.28858939 0.38382682 -0.06289513
+0.34337515 0.38963056 -0.06581151
+0.39531627 0.38848519 -0.06601595
+0.45242360 0.39091033 -0.06895068
+0.51193810 0.39379570 -0.06888077
+0.57392913 0.39578882 -0.07156894
+0.64635998 0.39659828 -0.06186206
+0.68916261 0.38750386 -0.02755013
+0.76953948 0.39010724 -0.04486740
+0.83600724 0.40118980 -0.05666449
+0.89991409 0.40580761 -0.06791335
+0.96365327 0.40636307 -0.07363670
+1.04540110 0.41208896 -0.07976490
+0.58278286 0.42942688 -0.07655015
+0.16813047 0.44738171 -0.07925183
+0.17467281 0.45827946 -0.07968673
+0.17008321 0.47012758 -0.08192723
+0.15771487 0.47778997 -0.08238822
+0.15263008 0.49242464 -0.08257978
+0.15676330 0.49783796 -0.08630684
+-0.01136727 0.60711586 -0.04810471
+-0.18812075 0.66349119 -0.04644598
+-0.14907546 0.66440886 -0.04945277
+-0.12479043 0.66783857 -0.05250325
+-0.09935138 0.67763865 -0.05529364
+-0.07217512 0.68226415 -0.05802880
+-0.04091377 0.69114465 -0.05923088
+-0.00283774 0.69385523 -0.06247340
+0.02844396 0.69760662 -0.06337078
+0.06110174 0.70865077 -0.06590001
+0.09324887 0.71395606 -0.06853110
+0.13136935 0.72397000 -0.06927423
+0.18317445 0.73134279 -0.07156388
+0.22504148 0.74093097 -0.07203005
+0.28359193 0.74621457 -0.07451764
+0.33788493 0.75720811 -0.07506580
+0.38151935 0.76354170 -0.07708060
+0.44256750 0.77252311 -0.07791067
+0.51106775 0.77556795 -0.08007233
+0.59459865 0.78354180 -0.08158538
+0.66960120 0.79119122 -0.08193095
+0.72179550 0.79603481 -0.08368254
+0.77534306 0.80584294 -0.08441450
+0.80249184 0.81533909 -0.08611242
+0.84200019 0.82169139 -0.08646483
+0.87003618 0.83309829 -0.08902970
+0.93676710 0.84794325 -0.08235515
+-0.33102176 0.86029929 -0.08277933
+-0.27996254 0.87465316 -0.08406964
+-0.26665366 0.88845289 -0.08599482
+-0.24827790 0.89848089 -0.08696494
+-0.22758709 0.91343987 -0.08890375
+-0.20248722 0.92661375 -0.09116553
+-0.14783667 0.95156080 -0.06417923
+-0.07682145 0.99399871 -0.05816877
+-0.01257020 0.99619901 -0.06170607
+0.02963838 1.00678051 -0.06434706
+0.07691797 1.01819861 -0.06667165
+0.12011465 1.02888107 -0.06931961
+0.16449916 1.04035878 -0.07067511
+0.21846059 1.05091226 -0.07332610
+0.26727778 1.06221724 -0.07472736
+0.31345397 1.07352197 -0.07680294
+0.35986865 1.08218944 -0.07774279
+0.41753286 1.09489489 -0.07914770
+0.48609760 1.10709786 -0.08056560
+0.57046717 1.11964750 -0.08209141
+0.64934492 1.13203144 -0.08450451
+0.72140718 1.14449823 -0.08546960
+0.78128308 1.15681922 -0.08567744
+0.83213186 1.16895449 -0.08734097
+0.88032037 1.18097627 -0.08859885
+0.94292486 1.17558324 -0.09036808
+0.61562091 1.16228318 -0.09212580
+0.04910962 1.15358841 -0.09385694
+0.07232414 1.14754391 -0.09461085
+0.07639796 1.14131665 -0.09611651
+0.07531457 1.13461232 -0.09727363
+0.07649089 1.12825084 -0.10479646
+0.08367274 1.16711903 -0.00584732
+0.04483951 -0.06815282 0.07062031
+-0.18247584 -0.19248624 0.06147527
+-0.13154081 -0.17388347 0.05938356
+-0.10466523 -0.16252302 0.05701746
+-0.07177573 -0.15155409 0.05215258
+-0.03313641 -0.13626444 0.04975630
+0.01362058 -0.12799321 0.06085971
+0.07144171 -0.12254287 0.06716299
+0.13393161 -0.11662925 0.06114221
+0.21551268 -0.10264304 0.05525066
+0.26939175 -0.09143551 0.04847661
+0.33957326 -0.08043516 0.04319523
+0.39357343 -0.06587472 0.03481072
+0.45858097 -0.05517891 0.02437443
+0.52878761 -0.04625588 0.01382089
+0.60278404 -0.03330515 0.00655186
+0.66055745 -0.02338363 -0.00179105
+0.72372550 -0.01032287 -0.00954775
+0.79107338 -0.00118886 -0.01351095
+0.86133462 0.00696932 -0.01846580
+0.79866844 0.01875574 -0.02144521
+0.74024743 0.02839630 -0.02479739
+0.76104325 0.04281248 -0.02652644
+0.77184939 0.05304667 -0.02942440
+0.76401144 0.06637313 -0.02934197
+0.75839943 0.07641699 -0.03150471
+0.76073742 0.11957975 -0.03541978
+0.35577029 0.19314528 0.02852657
+-0.25849581 0.20112197 -0.03814083
+-0.19093485 0.21767215 -0.03818594
+-0.14058080 0.22769354 -0.04008441
+-0.09582269 0.24390315 -0.04163004
+-0.05051981 0.25720981 -0.00244881
+0.00093909 0.27168798 0.11355871
+0.07447096 0.29940042 0.10315689
+0.15143058 0.30906758 0.09732327
+0.22323437 0.32036287 0.09037863
+0.27582198 0.33505321 0.08614506
+0.33764827 0.34965444 0.08293470
+0.39262152 0.36073345 0.07777968
+0.44568831 0.36846319 0.08357913
+0.51382315 0.38104388 0.07841074
+0.56591755 0.39270309 0.07814953
+0.59783721 0.39883265 0.10250253
+0.65108508 0.41055226 0.10399764
+0.71637344 0.42446482 0.08577108
+0.79217637 0.43981320 0.06434511
+0.89885521 0.45014387 0.02745529
+0.99239516 0.46339789 0.01037266
+1.04695916 0.47679207 -0.00410517
+1.08452392 0.48559543 -0.01550196
+1.11519635 0.49656981 -0.01815917
+1.14410615 0.50629801 -0.02112598
+1.17857850 0.51243043 -0.02186569
+0.81274694 0.51960438 -0.01722540
+-0.31660265 0.52819532 -0.02427272
+-0.30465072 0.53983903 -0.02382473
+-0.28614151 0.55650157 -0.02663755
+-0.26717469 0.57385027 -0.02684156
+-0.24224952 0.58847243 -0.03139469
+-0.21454978 0.68359619 -0.03120772
+-0.15868929 0.79092127 -0.03425772
+-0.08342648 0.80167282 -0.03356174
+-0.01170351 0.81065983 -0.03328411
+0.07249299 0.79060537 -0.03569116
+0.14943296 0.77565384 -0.04270518
+0.21452066 0.75351751 0.14189915
+0.27163810 0.73022795 0.14764906
+0.33475986 0.71262372 0.13927998
+0.39473769 0.69526607 0.13123907
+0.44903600 0.67806137 0.12027913
+0.49943748 0.66045672 0.10948438
+0.55470127 0.63395250 0.10485984
+0.61869693 0.61710119 0.09792006
+0.68457967 0.60044569 0.08236826
+0.76062548 0.58397192 0.07624045
+0.81907296 0.56295353 0.06473327
+0.84731263 0.53931755 0.08488746
+0.90804875 0.51810980 0.06020646
+0.97136658 0.50267518 0.03799509
+1.02752686 0.48255438 0.01773598
+1.11613894 0.46520948 0.00643921
+0.23365435 0.44641221 -0.00410822
+0.11192770 0.42522800 -0.00885061
+0.08714761 0.40746966 -0.01296475
+0.05610334 0.38579786 -0.01411787
+0.02504929 0.36406749 -0.01361259
+-0.00430639 0.39350420 -0.01551796
+-0.01559862 0.40602729 -0.01656622
+-0.10734379 0.38668352 -0.01811228
+-0.15545693 0.36712331 -0.01888609
+-0.11014108 0.35081771 -0.01864779
+-0.08058442 0.33354783 -0.02188525
+-0.05182840 0.31740713 -0.02467643
+-0.02055860 0.32193816 -0.02685163
+0.02237099 0.35217836 -0.02841388
+0.07469230 0.32060862 -0.03010365
+0.12089518 0.30059293 -0.03199818
+0.76904082 0.28625235 0.14701517
+0.86482233 0.29983217 0.13420987
+0.95345366 0.31459588 0.12258583
+0.99893647 0.32463157 0.11455176
+1.04827321 0.34184238 0.10546850
+1.12243438 0.35595554 0.08509508
+0.34143612 0.37378451 0.07131640
+-0.13583146 0.38781321 0.06023317
+-0.06949802 0.40367189 0.04550737
+-0.01889613 0.41521806 0.03478289
+0.03169099 0.42982632 0.02105713
+0.08404668 0.43997923 0.01097839
+0.14374582 0.45341429 -0.00143082
+0.13433458 0.46905318 -0.00849741
+-0.21643576 0.47888693 -0.01415715
+-0.17751864 0.50141573 -0.01698863
+-0.16337505 0.56490743 -0.01987048
+-0.14954053 0.56654274 -0.02129755
+-0.13379125 0.57217485 -0.02434311
+-0.11704051 0.58272749 -0.02470894
+-0.08413937 0.58805436 -0.02586671
+-0.04046514 0.59915549 -0.02896095
+0.00635068 0.60626346 -0.02981035
+0.05599524 0.76576471 -0.03282434
+0.11244444 0.77748805 -0.03404436
+0.17444092 0.79026848 -0.03658228
+0.22998622 0.79825240 -0.03978851
+0.29021600 0.81139874 -0.04048965
+0.35597137 0.82881689 -0.04331740
+0.41417837 0.83601207 -0.04379617
+0.47363782 0.84620184 -0.04718856
+0.53113532 0.85901588 -0.03989132
+0.59095353 0.87311965 0.10110880
+0.64677691 0.87971902 0.08465910
+0.69766939 0.86251390 0.07251614
+0.75910926 0.84044749 0.06055874
+0.81040502 0.81896818 0.04748375
+0.84301645 0.80077964 0.03322394
+0.88958430 0.78231263 0.01930831
+0.94113421 0.76375824 0.02537117
+0.98080647 0.74535340 0.01675350
+1.04667854 0.72647250 0.01093423
+1.08671701 0.70439482 0.00113637
+1.09886754 0.67985678 -0.00029620
+1.10106730 0.65950811 -0.01201659
+1.10308242 0.63975561 -0.01491517
+1.10847294 0.61989677 -0.02436953
+1.13063765 0.59891719 -0.02729687
+0.52936387 0.57813680 -0.03267603
+-0.05382681 0.55384278 -0.03414261
+0.01666419 0.53004819 -0.03742586
+0.07141626 0.50740707 -0.03809117
+0.12461878 0.48185447 -0.03895003
+0.18011023 0.46403509 -0.04151056
+0.24696496 0.44722751 -0.04259105
+0.22667831 0.43651944 -0.04498391
+-0.19363314 0.41658753 -0.04615896
+-0.14438817 0.50884765 -0.04704910
+-0.10218810 0.48414859 -0.05073142
+-0.06953945 0.46484414 -0.05221843
+-0.03679056 0.44564110 -0.05468728
+-0.00599124 0.42576298 -0.05554586
+0.04144290 0.40754396 -0.05712662
+0.09098071 0.38608348 -0.05861001
+0.13090947 0.40217522 -0.06221467
+0.15493649 0.39437884 0.00707317
+0.18534556 0.37300539 0.02606575
+0.20658292 0.34831250 0.01493369
+0.22392817 0.33271411 0.00646841
+0.25084552 0.31239003 -0.00349076
+0.26588398 0.29439875 -0.01333218
+0.28524366 0.27046043 -0.02292343
+0.30725026 0.25345564 -0.01354067
+0.33672935 0.23075043 -0.01181746
+0.33611348 0.21409881 0.04540130
+0.37245390 0.19530544 0.04128866
+0.41651472 0.18127207 0.03795910
+0.48705587 0.16419245 -0.00201783
+0.53602678 0.15024702 -0.02860745
+0.57254750 0.13135676 -0.04494829
+0.62254930 0.11783616 -0.05435663
+0.67240208 0.10321682 -0.05790297
+0.73461741 0.08244750 -0.05999289
+0.83142769 0.06584913 -0.06149261
+0.91865653 0.04493637 -0.06284090
+0.98423010 0.02922304 -0.06420942
+1.02930593 0.01576235 -0.06551135
+1.06748343 -0.00152019 -0.06667182
+1.10707247 -0.01485135 -0.06796347
+1.17978787 -0.03030949 -0.06895714
+-0.15058702 -0.03944692 -0.06933913
+-0.10978849 -0.04186158 -0.07049299
+-0.06281686 -0.05993174 -0.07191079
+-0.02552948 -0.07657086 -0.07346663
+0.01561411 -0.09120987 -0.07446939
+0.05678660 -0.10992874 -0.07449105
+0.12820099 -0.12484110 -0.07549379
+-0.11936624 -0.13125482 -0.07813448
+-0.17242797 -0.02897317 -0.05660946
+-0.14850982 -0.06433175 -0.03155755
+-0.13146748 -0.08861188 -0.04128685
+-0.11219133 -0.10462269 -0.04827444
+-0.09219997 -0.13215402 -0.05422869
+-0.06078254 -0.15339039 -0.05769579
+-0.02201747 -0.17503826 -0.06119966
+0.03037445 -0.18894604 -0.05491933
+0.08801480 -0.18405138 -0.03980934
+0.15266001 -0.17477757 -0.04572494
+0.21818164 -0.16899022 -0.04930167
+0.27203205 -0.15735422 -0.05205323
+0.33274293 -0.14941658 -0.05508020
+0.39928025 -0.13814756 -0.05830824
+0.45486903 -0.12656912 -0.06374096
+0.51287091 -0.11797699 -0.06859469
+0.57473862 -0.10780167 -0.07182806
+0.63787305 -0.09661442 -0.07209824
+0.70070791 -0.08796532 -0.07390023
+0.76928186 -0.08064178 -0.07555696
+0.82897764 -0.07033981 -0.07602993
+0.87734717 -0.05946267 -0.07764252
+0.91993684 -0.05063649 -0.07766299
+0.96411514 -0.04031297 -0.07882049
+1.00211298 -0.02958103 -0.07981711
+1.01540697 -0.02444584 -0.08089777
+0.76291674 -0.01995106 -0.08191251
+0.83531648 -0.01463402 -0.08331864
+0.87555152 -0.00562756 -0.08407114
+0.91725957 0.00451151 -0.08502616
+0.95136434 0.01093116 -0.08570469
+0.98125589 0.01890890 -0.08657655
+1.05870140 0.02440690 -0.08780523
+-0.28576303 0.10803438 -0.08420163
+-0.28754693 0.15361725 -0.06418227
+-0.27724221 0.15231828 -0.07120574
+-0.26797402 0.15028350 -0.07498268
+-0.25206608 0.14875653 -0.07710950
+-0.23499241 0.15282093 -0.07948105
+-0.18572406 0.15087140 -0.08181299
+-0.11051001 0.18746951 -0.07802735
+-0.03353724 0.21686044 -0.04904889
+0.05808157 0.21798515 -0.05579987
+0.13839096 0.22354504 -0.05926818
+0.19900551 0.22502458 -0.06189806
+0.25078315 0.23404379 -0.06482445
+0.31003457 0.23879486 -0.06763282
+0.35986760 0.24470972 -0.07327324
+0.40822160 0.24924627 -0.07511384
+0.43417504 0.25372663 -0.06141239
+0.45490900 0.26118302 -0.03253552
+0.48632243 0.26547188 -0.02127057
+0.52008629 0.27337763 -0.02358206
+0.55596906 0.27906814 -0.02456617
+0.60104555 0.28832677 -0.03160418
+0.64310926 0.29586896 -0.03830411
+0.68324023 0.30348861 -0.04758762
+0.72948629 0.31240413 -0.05687972
+0.78276414 0.31534097 -0.06858156
+0.84679765 0.32135266 -0.07871367
+0.90996796 0.32978815 -0.08656439
+0.94827139 0.33440283 -0.08923630
+0.96549308 0.33934826 -0.09137706
+0.98612034 0.34501186 -0.09225598
+1.00719762 0.35315958 -0.09442027
+1.04151618 0.35639271 -0.09514832
+0.64081353 0.37736204 -0.07831483
+0.17772651 0.43824315 -0.08843011
+0.24140239 0.43660685 -0.09278728
+0.29268673 0.43657088 -0.09495833
+0.33405241 0.43884221 -0.09570593
+0.37589881 0.44298303 -0.09846156
+0.43607384 0.44746813 -0.09847037
+0.23508874 0.47197014 -0.09828295
+-0.21115123 0.56456506 -0.05853308
+-0.15558919 0.56420547 -0.06557475
+-0.11319113 0.56353325 -0.06867828
+-0.07332612 0.57024211 -0.07153437
+-0.04062863 0.57299054 -0.07439994
+-0.00279110 0.57528859 -0.07715761
+0.05195538 0.58000153 -0.08037260
+0.10845959 0.58295274 -0.08753695
+0.15023172 0.58328032 -0.09202063
+0.17885043 0.58974111 -0.09138403
+0.21352829 0.59577662 -0.09339009
+0.24099122 0.60119319 -0.09332830
+0.26866764 0.60801995 -0.09533510
+0.30284891 0.61377275 -0.09731080
+0.33575600 0.61048210 -0.09651340
+0.38161519 0.61676651 -0.09856471
+0.42734247 0.62273777 -0.09801978
+0.48330578 0.62861305 -0.09976403
+0.52832597 0.63406760 -0.09915268
+0.57740396 0.63835835 -0.09867988
+0.63547981 0.64209878 -0.10060686
+0.67588145 0.63645363 -0.10012133
+0.71495920 0.64103639 -0.10203265
+0.75455457 0.64495504 -0.10179750
+0.80393672 0.64717484 -0.10405514
+0.83863580 0.64500070 -0.10512263
+0.65278894 0.66983569 -0.10579647
+0.73580498 0.66563976 -0.10740484
+0.80179071 0.66680753 -0.10952334
+0.85577136 0.66784996 -0.10918301
+0.90578294 0.66673040 -0.10943347
+0.95222312 0.67322767 -0.11172149
+0.93985188 0.68041891 -0.11220613
+-0.33673507 0.84878820 -0.06590626
+-0.28884614 0.84256089 -0.07376116
+-0.27356827 0.84621358 -0.07633158
+-0.26285559 0.84500694 -0.07913134
+-0.24779122 0.84879369 -0.08204665
+-0.23207653 0.85541856 -0.08468568
+-0.18288772 0.85735458 -0.08694592
+-0.11795399 0.85316390 -0.09388869
+-0.07051639 0.85917836 -0.09833133
+-0.04854236 0.86265850 -0.09759545
+-0.02615112 0.87017381 -0.09949435
+-0.00131562 0.87337017 -0.09876542
+0.01743118 0.86792719 -0.10061181
+0.04649325 0.87498784 -0.10271239
+0.06927721 0.87062502 -0.10149274
+0.12229992 0.86163342 -0.10342164
+0.16143879 0.85693944 -0.10225608
+0.23959684 0.84656757 -0.10411940
+0.29376194 0.84091437 -0.10303959
+0.34056765 0.82633817 -0.10490587
+0.41693494 0.81413049 -0.10389487
+0.47226050 0.80681312 -0.10581415
+0.52941102 0.79913992 -0.10513762
+0.58497548 0.78662199 -0.10452750
+0.65183896 0.77759820 -0.10653649
+0.73093426 0.76466143 -0.10697000
+0.84262115 0.74226505 -0.11106822
+0.91312391 0.73064643 -0.11125224
+0.98369622 0.71355808 -0.11297741
+1.03077209 0.70707721 -0.11234099
+1.07610321 0.70326185 -0.11199478
+1.10795331 0.69689250 -0.11351623
+1.18286741 0.68914092 -0.11469533
+-0.05811599 0.84419191 -0.06944659
+-0.08103947 0.83314449 -0.07597069
+-0.05538629 0.82072389 -0.07850549
+-0.03445336 0.81622821 -0.08103854
+-0.01545323 0.80653137 -0.08343188
+0.00924807 0.79448450 -0.08587925
+0.06966626 0.78760791 -0.08757859
+-0.17385401 0.79243934 -0.08721837
+-0.14610788 0.78600860 -0.09189509
+-0.12133940 0.78078628 -0.09142170
+-0.09994634 0.76904154 -0.09317381
+-0.07433275 0.76373154 -0.09529411
+-0.05066629 0.75840741 -0.09457973
+-0.01164110 0.75239038 -0.09672429
+0.02557334 0.74651176 -0.09651341
+0.08371101 0.74170876 -0.09843632
+0.12855098 0.73705024 -0.09802169
+0.20516379 0.72534108 -0.10000003
+0.26336774 0.72045630 -0.09965707
+0.31335655 0.71966106 -0.10198504
+0.38731158 0.71386594 -0.10137738
+0.44527453 0.70758760 -0.10361986
+0.49448591 0.70174611 -0.10339522
+0.55747014 0.69466430 -0.10318336
+0.62454885 0.68664718 -0.10508531
+0.69855976 0.67583203 -0.10584600
+0.79333371 0.65752017 -0.10961035
+0.86296463 0.64664978 -0.11012162
+0.93030995 0.63792300 -0.11186375
+0.97842366 0.63124764 -0.11112359
+1.02431834 0.63071609 -0.11043460
+1.06270826 0.62692612 -0.11193562
+1.13581872 0.62008953 -0.11299807
+0.22183560 0.73005515 -0.07196821
+0.19517988 0.72565591 -0.07485042
+0.21650924 0.72013533 -0.08016692
+0.23213170 0.70909446 -0.08230105
+0.25100058 0.70928949 -0.08459559
+0.26626885 0.70436305 -0.08457876
+0.31968227 0.70074081 -0.08846152
+-0.19108413 0.71956652 -0.08476666
+-0.18478888 0.70953602 -0.08616718
+-0.16213617 0.70920467 -0.08911481
+-0.13940024 0.70184565 -0.09151863
+-0.11685508 0.69962013 -0.09116787
+-0.08994950 0.69474262 -0.09320994
+-0.04999251 0.68532115 -0.09362213
+-0.00665113 0.67798758 -0.09575036
+0.05722017 0.67541236 -0.09591484
+0.11283664 0.67049789 -0.09795629
+0.18596546 0.66871780 -0.09765590
+0.24478954 0.66379720 -0.09949700
+0.30070782 0.66269064 -0.09953751
+0.37040728 0.66015112 -0.10133797
+0.42626190 0.65408671 -0.10139671
+0.48930052 0.64499730 -0.10290036
+0.54564011 0.63825864 -0.10294500
+0.61296314 0.63504803 -0.10463633
+0.68077809 0.62848026 -0.10569851
+0.76976997 0.61235142 -0.10733141
+0.84490973 0.60586190 -0.10982404
+0.90083343 0.60264063 -0.10957626
+0.94879478 0.59556592 -0.11060522
+0.99966675 0.59314150 -0.10955028
+1.03882265 0.58699799 -0.10876434
+1.11861837 0.58377701 -0.11312705
+0.30780092 0.71009701 -0.07339484
+0.33083442 0.70114392 -0.07950529
+0.34603825 0.70146829 -0.08197296
+0.36344558 0.69562274 -0.08406639
+0.37534747 0.69577926 -0.08651777
+0.38503313 0.69527489 -0.08864225
+0.43420869 0.68014699 -0.09015937
+-0.23332742 0.72935241 -0.08582471
+-0.19506906 0.72302192 -0.08957171
+-0.17459045 0.71966887 -0.08996364
+-0.15503608 0.71659362 -0.09190223
+-0.13029768 0.71317136 -0.09423946
+-0.10623935 0.70626664 -0.09406781
+-0.05977770 0.70137662 -0.09643187
+-0.01154164 0.69894165 -0.09626831
+0.04091306 0.69410503 -0.09852989
+0.09817880 0.69407094 -0.09828003
+0.17268714 0.69254887 -0.10036483
+0.22613832 0.68912637 -0.10005789
+0.27848673 0.68900424 -0.10044461
+0.35789755 0.67809653 -0.10217973
+0.41324732 0.67724979 -0.10220306
+0.46792218 0.67507672 -0.10389464
+0.53152555 0.67260599 -0.10392776
+0.59625715 0.66773307 -0.10558979
+0.66861194 0.66180629 -0.10665455
+0.75733185 0.65655446 -0.10828964
+0.82193047 0.64994353 -0.11080320
+0.88850039 0.64679825 -0.11072807
+0.93849063 0.63809931 -0.11215143
+0.98847872 0.63635582 -0.11201994
+1.03566003 0.63467687 -0.11141254
+1.08394063 0.63846993 -0.11436045
+0.27976468 0.74752200 -0.07564874
+0.32314485 0.74387938 -0.08201162
+0.33688089 0.73876464 -0.08441765
+0.34789610 0.74381334 -0.08642179
+0.35479763 0.73862624 -0.08879820
+0.36716342 0.73890531 -0.09081667
+0.37732130 0.74082154 -0.09200370
+-0.23840488 0.79730678 -0.08911241
+-0.18816948 0.79024452 -0.09284904
+-0.16744772 0.79195476 -0.09274625
+-0.14493971 0.78336239 -0.09536968
+-0.12297270 0.78769237 -0.09504753
+-0.09610400 0.78508395 -0.09727172
+-0.05120915 0.78404224 -0.09950167
+-0.00482797 0.78430790 -0.09938946
+0.04546537 0.78340495 -0.10201297
+0.09101716 0.78516001 -0.10171360
+0.15563713 0.77907050 -0.10388236
+0.21121894 0.78258443 -0.10363521
+0.26109219 0.77970934 -0.10379188
+0.33774182 0.78161734 -0.10584167
+0.39233413 0.78008717 -0.10596392
+0.44323671 0.78057760 -0.10779095
+0.50692290 0.77790707 -0.10801955
+0.57571208 0.77937168 -0.10798772
+0.65228993 0.77768528 -0.11149208
+0.74673659 0.77335978 -0.11419954
+0.82219929 0.79429573 -0.11886197
+0.89509988 0.79985911 -0.11961268
+0.94608784 0.80120492 -0.11986117
+1.00606787 0.80260360 -0.12189966
+1.05783093 0.80053055 -0.12174787
+1.06406748 0.79600799 -0.12157464
+0.14300227 0.89404637 -0.08291475
+0.18160447 0.87830466 -0.08841469
+0.19078192 0.87897271 -0.09025013
+0.19598879 0.87930447 -0.09253293
+0.20540205 0.88906777 -0.09472724
+0.20258567 0.84209293 -0.09628373
+-0.17676564 0.98988229 -0.09977829
+-0.14274544 0.94448131 -0.09768447
+-0.10773689 0.93974560 -0.09963428
+-0.06978739 0.94327927 -0.09975488
+-0.03221026 0.94783092 -0.10171948
+0.00506174 0.95271909 -0.10366519
+-0.03782967 0.74835759 -0.09559193
+-0.01409481 0.76978928 -0.09917874
+-0.00146918 0.77961272 -0.10001982
+0.01543389 0.78400177 -0.10183965
+0.02851114 0.79363608 -0.10274151
+0.05691500 0.80473131 -0.10090227
+0.19351928 0.98778141 -0.11150681
+0.22832598 0.98104858 -0.10992166
+0.30521038 0.98351687 -0.11175785
+0.35638767 0.98730880 -0.11194642
+0.40565363 0.99560499 -0.11174168
+0.47231302 0.99872863 -0.11408485
+0.54620349 0.99687219 -0.11408984
+0.63087368 0.99588996 -0.11740398
+0.74152201 0.98958260 -0.11907245
+0.81222665 0.98707837 -0.11966463
+0.88797593 0.99194521 -0.12128215
+0.93849158 0.99158275 -0.12059539
+0.99662358 0.98985165 -0.12212168
+1.04835749 0.99007124 -0.12157575
+1.08747888 0.98512381 -0.12234671
+-0.22135644 1.11903179 -0.08305375
+-0.18660951 1.11962569 -0.08957185
+-0.18822578 1.12173247 -0.09163735
+-0.19075237 1.13241017 -0.09390986
+-0.19024007 1.13751256 -0.09608526
+-0.19400193 1.14251804 -0.09816652
+-0.15938522 1.14462495 -0.10140393
+-0.16634282 1.14839089 -0.10230427
+-0.11663716 1.14747691 -0.10566436
+-0.08972957 1.15640211 -0.10511304
+-0.06360437 1.16094935 -0.10732175
+-0.03539156 1.16986287 -0.10920763
+-0.01021028 1.17514217 -0.10896716
+0.03143372 1.16349459 -0.11074109
+0.05888815 1.16133547 -0.11047591
+0.09381416 1.15885317 -0.11235257
+0.11774147 1.15249014 -0.11217417
+0.15535934 1.14979100 -0.11178084
+0.21752435 1.14355147 -0.11367745
+0.26360944 1.13671255 -0.11356684
+0.34081259 1.13371992 -0.11544388
+0.40076619 1.11932862 -0.11526870
+0.44890356 1.11584949 -0.11497683
+0.51592070 1.10793364 -0.11663508
+0.58300453 1.10346305 -0.11651932
+0.66183722 1.09152579 -0.11725387
+0.58205330 1.09359193 -0.11864951
+0.62962008 1.08574414 -0.11955394
+0.68398458 1.07722569 -0.12080159
+0.72403532 1.06205499 -0.12021423
+0.76420093 1.05668557 -0.11998963
+0.79532993 1.04826808 -0.12113851
+0.88368225 1.03835344 -0.12189750
+-0.17901276 1.10406363 -0.08526622
+-0.27470899 1.10325015 -0.08993734
+-0.25520185 1.09695613 -0.09200822
+-0.23650338 1.09055316 -0.09379528
+-0.21071339 1.08403420 -0.09595448
+-0.18115199 1.07972276 -0.09767866
+-0.12756833 1.06931543 -0.10046566
+-0.05505568 1.05503094 -0.10194678
+0.00458461 1.04403675 -0.10465486
+0.04890040 1.03736877 -0.10432488
+0.09096834 1.02954650 -0.10568243
+0.13549441 1.02008331 -0.10736111
+0.17367393 1.01642263 -0.10708936
+0.22607997 1.00905836 -0.10861194
+0.26871666 1.00191689 -0.10847666
+0.31406063 0.99487185 -0.10990532
+0.35708892 0.98606843 -0.10996778
+0.40986931 0.97808361 -0.10986484
+0.47565961 0.97072357 -0.11219259
+0.54883820 0.96056056 -0.11297569
+0.62499803 0.95319480 -0.11525507
+0.68548054 0.94703960 -0.11508007
+0.73698491 0.94134879 -0.11522564
+0.78386134 0.93565309 -0.11650138
+0.83187008 0.92772603 -0.11653080
+0.89713758 0.91327310 -0.11720699
+0.43130466 0.95949775 -0.11269321
+0.18364520 0.96127295 -0.11337572
+0.21139129 0.95088661 -0.11342321
+0.22946368 0.94422179 -0.11453017
+0.24681561 0.93534416 -0.11436264
+0.25780004 0.92827517 -0.11362242
+0.29960886 0.91836166 -0.11582234
+0.00462546 0.92174882 -0.08698510
+-0.19870494 0.91859001 -0.08789679
+-0.16208462 0.91210300 -0.09022000
+-0.13641481 0.90022683 -0.09168326
+-0.10373298 0.89268684 -0.09382110
+-0.05531101 0.88588345 -0.09526781
+0.00416615 0.87728155 -0.09777366
+0.07243977 0.86290056 -0.09941471
+0.14353690 0.84976578 -0.10144199
+0.20535147 0.84064543 -0.10170656
+0.26494807 0.83021581 -0.10270952
+0.32617348 0.82236028 -0.10443509
+0.38298491 0.81465739 -0.10415288
+0.43883932 0.80311257 -0.10572376
+0.50859523 0.79195720 -0.10569176
+0.56744277 0.77832049 -0.10528944
+0.62671357 0.76962638 -0.10683485
+0.69210589 0.75671327 -0.10670813
+0.76987135 0.74710667 -0.10903570
+0.86179942 0.73676372 -0.11080392
+0.97207493 0.72432262 -0.11208279
+1.03900623 0.71518439 -0.11316040
+1.09407961 0.70427024 -0.11355764
+1.13642395 0.69991887 -0.11316294
+1.16528153 0.69194090 -0.11437637
+1.19987404 0.68138790 -0.11529611
+1.00110424 0.73101753 -0.10559135
+-0.33607632 0.78188759 -0.10387474
+-0.28858098 0.77145797 -0.10412042
+-0.27402607 0.76112074 -0.10513405
+-0.25737625 0.74986351 -0.10533551
+-0.23065384 0.74177784 -0.10519473
+-0.20340633 0.72957897 -0.10699879
+-0.14391755 0.72123080 -0.08668446
+-0.06457371 0.71381885 -0.08381414
+-0.00214344 0.70085037 -0.08636039
+0.03904960 0.69144624 -0.08765048
+0.08669182 0.68467718 -0.08948068
+0.13730410 0.67322934 -0.09078921
+0.19787061 0.65890408 -0.09310193
+0.28132948 0.64776880 -0.09444116
+0.34814182 0.63619679 -0.09663237
+0.42293036 0.62792873 -0.09688007
+0.48690042 0.61563164 -0.09790442
+0.55745000 0.59878218 -0.09804212
+0.62389058 0.58748239 -0.09928165
+0.69573063 0.57523912 -0.09956028
+0.76529610 0.56182098 -0.10083854
+0.82505322 0.55138081 -0.10110071
+0.86811507 0.53868389 -0.10086064
+0.90798795 0.52322066 -0.09670022
+0.95746690 0.50111699 -0.09850410
+1.02255094 0.48728031 -0.10540602
+0.65031356 0.47044057 -0.10986532
+0.38311946 0.45816121 -0.11088270
+0.40363917 0.44944242 -0.11126260
+0.40113366 0.44307381 -0.11117131
+0.39278165 0.43652552 -0.11134212
+0.38358796 0.43045318 -0.11274827
+0.39283955 0.42239648 -0.09950214
+0.16173391 0.61071825 -0.09180274
+-0.14829056 0.58777332 -0.09328514
+-0.06796525 0.57075065 -0.09381497
+-0.00063778 0.54997665 -0.09507759
+0.05937987 0.54002130 -0.09581877
+0.11657247 0.53042197 -0.10340027
+0.17867704 0.53464401 0.03089644
+0.25068080 0.56966650 0.12488431
+0.31508863 0.58639812 0.10947547
+0.38442230 0.57864207 0.10406698
+0.44480929 0.55716503 0.09752687
+0.51356351 0.54449749 0.08763508
+0.57504326 0.53287005 0.08101314
+0.62711549 0.52056789 0.07382651
+0.70000952 0.50550330 0.06293815
+0.72874999 0.48187646 0.08924020
+0.76116937 0.46482626 0.09626300
+0.83143359 0.45379743 0.07327291
+0.90905529 0.43980327 0.04919529
+0.97739553 0.42752680 0.02848593
+1.08448815 0.41406229 0.00971301
+1.12169886 0.39234570 -0.00256132
+1.11469698 0.37653077 -0.01037152
+1.09786868 0.35966781 -0.02033571
+1.07536197 0.34535629 -0.02888610
+1.05298841 0.32968995 -0.03598613
+1.04935384 0.33211029 -0.04407657
+0.19671164 0.33773240 -0.04800227
+-0.29581851 0.31980035 -0.05189897
+-0.26230824 0.30852088 -0.05365763
+-0.24259552 0.29401928 -0.05674066
+-0.21959761 0.28017178 -0.05787118
+-0.19215703 0.26529679 -0.04939827
+-0.15436502 0.29461423 -0.03121817
+-0.09459367 0.34707463 -0.03420929
+-0.02173492 0.32751435 -0.03704314
+0.05895013 0.30845246 -0.03899160
+0.13233441 0.29314575 -0.04170221
+0.19914997 0.27634582 -0.04540635
+0.25576273 0.25629044 -0.02242906
+0.31198817 0.24421063 0.04238006
+0.33395234 0.22585754 0.09549183
+0.38721037 0.20527689 0.08769382
+0.45982945 0.19402139 0.05711689
+0.54333979 0.17929126 0.01707206
+0.61208594 0.16201983 0.00823614
+0.67107439 0.15045500 -0.00112250
+0.76266664 0.13214836 -0.00812984
+0.83325207 0.11498047 -0.01228225
+0.89698821 0.09978042 -0.02020369
+0.95060492 0.08826394 -0.02712669
+1.00025165 0.07272716 -0.03230496
+1.04811275 0.05524958 -0.03982772
+1.11801064 0.03347451 -0.04487453
+0.47224313 0.01344481 -0.05199071
+-0.01244473 0.00105695 -0.05429962
+-0.02139917 -0.01403347 -0.06058209
+-0.05255028 -0.03113764 -0.06513184
+-0.07737428 -0.04688765 -0.07008735
+-0.10014276 -0.06575996 -0.07593449
+-0.11213521 0.02258383 -0.07945894
+-0.13030635 0.04189816 -0.08018921
+-0.15414187 0.01379760 -0.08157703
+-0.10531411 -0.00383116 -0.08146729
+-0.08016320 -0.02363951 -0.08437422
+-0.03980039 -0.04301264 -0.08516851
+-0.00222469 -0.06599494 -0.03940028
+0.04318000 -0.08619045 -0.04605698
+0.09309865 -0.10902121 -0.04903954
+0.13554186 -0.13538259 -0.05141561
+0.17918010 -0.15601377 -0.05371144
+0.22381718 -0.17885152 -0.05686845
+0.28646320 -0.16976878 -0.06412967
+0.35819176 -0.15439700 -0.02907410
+0.43374714 -0.14243336 -0.03613264
+0.51109827 -0.12363592 -0.04273698
+0.58970249 -0.10772064 -0.04502216
+0.65210503 -0.08908883 -0.05080448
+0.71060693 -0.07091441 -0.05422794
+0.77570200 -0.05281392 -0.05771976
+0.84721875 -0.03955662 -0.06090118
+0.70860660 -0.02139387 -0.06619199
+0.29100192 -0.00006209 -0.06722171
+0.31703097 0.01799667 -0.07170475
+0.32190752 0.03316017 -0.07462599
+0.31720829 0.05180295 -0.06902734
+0.28811759 0.07347251 -0.03358402
+0.26566690 0.12280811 -0.01484616
+0.30283079 0.14356069 -0.01686938
+-0.15193756 0.16595304 -0.08563545
+-0.14547721 0.18660033 -0.08683795
+-0.10095278 0.20590127 -0.09093320
+-0.04637092 0.23152512 -0.09635898
+0.01480024 0.24674231 -0.10127358
+0.08385378 0.35452947 -0.10233240
+0.15859687 0.42416346 -0.10195886
+0.23242179 0.43103224 -0.10335889
+0.30600274 0.44488648 -0.10425378
+0.37455675 0.45585099 -0.10650747
+0.43957281 0.47336897 -0.07456267
+0.51554877 0.48604849 -0.05269074
+0.58405077 0.50126714 -0.05716193
+0.64522219 0.51357877 -0.05917989
+0.71038282 0.52905381 -0.06128041
+0.76071322 0.54242516 -0.06390422
+-0.30606374 0.48593423 -0.08633465
+-0.28615510 0.45849440 -0.08747886
+-0.24532665 0.42925367 -0.09009541
+-0.19835104 0.40456641 -0.09021740
+-0.14570545 0.37728366 -0.08980183
+-0.06704494 0.35619989 -0.08895123
+-0.09965932 0.33060554 -0.08777027
+-0.15078965 0.31003356 -0.08737204
+-0.11604588 0.30831689 -0.08656659
+-0.08586126 0.31538406 -0.08698905
+-0.05085356 0.29102409 -0.08642314
+-0.01221151 0.26430583 -0.08677637
+0.03102388 0.24245019 -0.08661821
+0.08577460 0.21615894 -0.08777043
+0.13205336 0.19148298 -0.08683944
+0.17032140 0.20016244 -0.08667188
+0.20264131 0.33228135 -0.08832297
+0.23064791 0.29870763 -0.09089114
+0.26218316 0.27400428 -0.09534347
+0.27903265 0.24892183 -0.09569211
+0.30934870 0.22537825 -0.09632555
+0.32941061 0.19765607 -0.09476133
+0.31722102 0.17423362 -0.05168718
+0.31468460 0.14105384 -0.02954884
+0.33310702 0.11618158 -0.02315396
+0.40850896 0.08112222 -0.04664363
+0.44162527 0.05810247 -0.05471644
+0.47559318 0.03485140 -0.05676947
+0.51439202 0.00371132 -0.05922949
+0.54153198 -0.02251717 -0.06116980
+0.56247801 -0.04833655 -0.06416408
+0.59197330 -0.07920302 -0.06732479
+0.63975781 -0.09451068 -0.03668707
+0.66651583 -0.08333681 -0.04347367
+0.62251484 -0.07563371 -0.04344291
+0.71619672 -0.06829708 -0.04702709
+0.80882037 -0.06040370 -0.05006276
+0.89713764 -0.05074892 -0.05107176
+0.98090488 -0.03909214 -0.05581867
+1.04676795 -0.02697812 -0.05541560
+1.13464510 -0.01536984 -0.05840198
+0.03309371 -0.00325795 -0.05845030
+-0.20468141 0.00636564 -0.06242562
+-0.15230332 0.01837937 -0.06193376
+-0.10832450 0.03172168 -0.06635729
+-0.06291638 0.04463914 -0.06621103
+-0.01682116 0.06033405 -0.07004604
+0.05360126 0.07600383 -0.06961792
+-0.03446277 0.09001626 -0.07050647
+-0.18645100 0.13055566 -0.07149409
+-0.15561247 0.30870128 -0.07322834
+-0.14067627 0.30350521 -0.07635745
+-0.12385478 0.30465639 -0.07706948
+-0.10757730 0.31384414 -0.07839509
+-0.08464026 0.31839618 -0.07781781
+-0.04768228 0.32085994 -0.07905711
+-0.00777275 0.32667232 -0.07885698
+0.02970014 0.39579958 -0.07907683
+0.07648994 0.40464032 -0.05219940
+0.12357282 0.41001099 -0.04848017
+0.18202400 0.41755566 -0.05179190
+0.23733048 0.42950886 -0.05348329
+0.30577913 0.43475765 -0.05600104
+0.36565164 0.44052023 -0.05781523
+0.41766089 0.44942245 -0.06238708
+0.47242427 0.45597047 -0.01904209
+0.54048181 0.46695155 -0.00665377
+0.59795797 0.46662372 -0.01291196
+0.66412193 0.47588971 -0.01740166
+0.72888601 0.48409432 -0.02164408
+0.77741772 0.49504480 -0.02009621
+0.81839317 0.50376755 -0.01962222
+0.85839504 0.51114625 -0.01902180
+0.91068614 0.52270895 -0.02635881
+0.97110581 0.53157181 -0.03379418
+0.93420655 0.54621440 -0.03585995
+0.90623653 0.55782998 -0.04146440
+0.97375357 0.56766331 -0.04400346
+1.03565288 0.58359903 -0.04922823
+1.08058691 0.59568024 -0.05402092
+1.12814140 0.61113703 -0.05687525
+1.17786503 0.62200427 -0.05923498
+0.91840917 0.62724346 -0.06056044
+-0.32509425 0.65626353 -0.06171150
+-0.25719866 0.70206571 -0.06412464
+-0.22057576 0.70099491 -0.06493159
+-0.17657171 0.70765173 -0.06607357
+-0.13072246 0.71391380 -0.06663996
+-0.08280221 0.72121418 -0.06712944
+0.00341051 0.73207366 -0.06787667
+-0.13608320 0.76757896 -0.06778660
+-0.09118323 0.87571478 -0.05646473
+-0.04901198 0.87630022 -0.04664844
+0.00823108 0.88930029 -0.04986667
+0.06199884 0.89351678 -0.05167973
+0.10830898 0.90392959 -0.05334591
+0.16292918 0.91457367 -0.05534441
+0.20964536 0.92208034 -0.05813548
+0.25687614 0.92105997 -0.02825459
+0.29571849 0.93418121 0.00762357
+0.32965648 0.94539034 -0.00398158
+0.36396250 0.95684659 -0.01133828
+0.38894051 0.96795863 -0.01887854
+0.42058092 0.97983027 -0.02254735
+0.45521525 0.95803034 -0.02582861
+0.47769192 0.94523990 -0.03172560
+0.50096744 0.93150270 -0.03529251
+0.53485060 0.91781622 -0.04042418
+0.57606441 0.90348715 -0.04299507
+0.62286013 0.88906127 -0.04451831
+0.67290050 0.87392884 -0.04548138
+0.71574026 0.85810018 -0.04614275
+0.74419457 0.83521628 -0.04765808
+0.76724535 0.81839097 -0.04833982
+0.79964447 0.80151820 -0.05019704
+0.84329534 0.78412867 -0.05007472
+0.75564843 0.76346171 -0.05117610
+0.44299811 0.73856038 -0.05292814
+0.52894175 0.72172236 -0.05437117
+0.60582727 0.70368922 -0.05567778
+0.66635501 0.68723732 -0.05519234
+0.73632061 0.66700375 -0.05580505
+0.79616421 0.65198636 -0.05707030
+0.75956869 0.64086121 -0.05790912
+-0.31029454 0.72341418 -0.05559024
+-0.26716772 0.74439347 -0.04546272
+-0.25471133 0.72152638 -0.04927809
+-0.24378470 0.70972478 -0.05021054
+-0.22997735 0.69475293 -0.05246476
+-0.21709424 0.67938936 -0.05285233
+-0.17470627 0.65778387 -0.05469070
+-0.10983209 0.67647898 -0.03947058
+-0.06920860 0.67903489 0.01890491
+-0.04856886 0.66131777 0.00337576
+-0.03330832 0.64987880 -0.00348878
+-0.01453091 0.63178867 -0.00797438
+0.00234786 0.61703271 -0.01075236
+0.03031125 0.59696764 -0.01489700
+0.04926425 0.57831150 -0.02134171
+0.07362595 0.56385076 -0.02564684
+0.09614863 0.54611838 -0.02987925
+0.13832128 0.53406042 -0.03365274
+0.19475973 0.51639050 -0.03505695
+0.24153882 0.50647014 -0.03697056
+0.31321213 0.48741710 -0.03737810
+0.37651408 0.47189838 -0.03944309
+0.42736396 0.45656160 -0.03953245
+0.48807684 0.44392157 -0.03962440
+0.55575913 0.42574248 -0.04184241
+0.62312967 0.41321400 -0.04113339
+0.67507160 0.39222744 0.00583744
+0.77944970 0.37380683 -0.01476046
+0.86290348 0.36220941 -0.03281069
+0.93035603 0.34630063 -0.04176704
+0.98135430 0.33391759 -0.04593621
+1.03035772 0.32359898 -0.04895408
+1.09599411 0.30742303 -0.04937282
+0.53971881 0.31254825 0.00935829
+0.12911697 0.34859797 -0.04458905
+0.18315133 0.32796144 -0.04858312
+0.21806699 0.31664094 -0.04882869
+0.24661484 0.30570990 -0.05145843
+0.28146908 0.29337734 -0.05148143
+0.32556334 0.28177300 -0.05214270
+0.11419056 0.30063814 -0.04878894
+-0.21789618 0.39597192 0.01871888
+-0.18387569 0.37608737 -0.00019549
+-0.16681951 0.35832939 -0.00323981
+-0.14967510 0.34252554 -0.00622835
+-0.12909414 0.32283431 -0.01182415
+-0.09991112 0.30971354 -0.01207438
+-0.05582659 0.28994015 -0.01619528
+-0.00660561 0.27509859 -0.02450533
+0.04595278 0.26027140 -0.02521154
+0.10225777 0.24211086 -0.02816170
+0.16775748 0.22809038 -0.02947544
+0.22949111 0.20848802 -0.03230033
+0.28898251 0.19839644 -0.03215194
+0.31343570 0.18283091 0.02962353
+0.36852145 0.16609336 0.02956532
+0.44077656 0.15264340 0.00184311
+0.52918446 0.13926621 -0.03301689
+0.59773052 0.12515859 -0.03802585
+0.65863544 0.10803313 -0.04153133
+0.73304814 0.09262293 -0.04125259
+0.79648817 0.08002031 -0.04408611
+0.84847027 0.06617217 -0.04346819
+0.89451373 0.05254218 -0.04638891
+0.94250202 0.04486864 -0.04572906
+0.99154818 0.03493104 -0.04528063
+0.99063927 0.02475094 -0.04876442
+0.72691190 0.03048588 -0.04673529
+0.79271525 0.01669678 -0.05057994
+0.82884794 0.00670140 -0.05012730
+0.85682744 0.00108307 -0.05288348
+0.88116372 -0.00858861 -0.05255798
+0.91209251 -0.02291571 -0.05538333
+0.83679557 -0.02580805 -0.05542713
+-0.31738579 0.18498400 0.01041696
+-0.27056307 0.16121727 -0.00352680
+-0.25935090 0.14354201 -0.00670956
+-0.24703921 0.12554012 -0.01017796
+-0.22978874 0.11874323 -0.01421211
+-0.20692007 0.09816723 -0.01356879
+-0.15358879 0.08660799 -0.01782179
+-0.08156990 0.05974808 -0.01913183
+-0.00761038 0.04410571 -0.02295261
+0.06638876 0.03589546 -0.01805066
+0.14930242 0.01246247 -0.02560955
+0.22123961 0.00261217 -0.02891196
+0.28781027 -0.02243030 -0.02870030
+0.35453552 -0.03680276 -0.03205005
+0.41052684 -0.05042429 -0.03168437
+0.47641242 -0.06679431 -0.03148988
+0.53483564 -0.09312750 -0.03480988
+0.59151572 -0.10602889 -0.03445842
+0.64896482 -0.12102770 -0.03755351
+0.68983173 -0.11590530 -0.03728551
+0.73850971 -0.12702446 -0.04047630
+0.78689104 -0.12778275 -0.04028845
+0.81634986 -0.12456349 -0.04351244
+0.85795933 -0.12421887 -0.04337970
+0.90820539 -0.12339512 -0.04307295
+0.95177877 -0.12109230 -0.04726421
+1.03600001 -0.12150881 -0.04867947
+1.08257699 -0.11559474 -0.05232975
+1.10790277 -0.11114975 -0.05197453
+1.11842227 -0.11107940 -0.05485142
+1.13121080 -0.10221465 -0.05457687
+1.14198184 -0.09739986 -0.05745214
+1.18853748 -0.10300767 -0.05947880
+-0.13206430 0.16440515 0.00243529
+-0.13729817 0.15155573 -0.00699201
+-0.10567005 0.14415222 -0.01025139
+-0.08322854 0.14506982 -0.01450937
+-0.05103455 0.13808195 -0.01456268
+-0.01855452 0.14137878 -0.01843784
+0.05397191 0.13013731 -0.02269688
+-0.13500722 0.14449281 -0.02211545
+-0.08974632 0.13399553 -0.02642388
+-0.02323750 0.13306440 -0.02643229
+0.04354887 0.12511823 -0.02977578
+0.09485111 0.12504703 -0.02963358
+0.14875519 0.12663573 -0.03328950
+0.18328936 0.11736476 0.01199468
+0.22833291 0.11458361 0.03041542
+0.28284433 0.11043569 0.02448857
+0.35376546 0.10517750 -0.01627353
+0.42466784 0.08825359 -0.03922126
+0.47103316 0.08484596 -0.04321676
+0.50413084 0.08254520 -0.04329637
+0.55534291 0.07916758 -0.04649294
+0.59254771 0.07724826 -0.04635340
+0.63208640 0.06711201 -0.04941189
+0.66816688 0.06590333 -0.04908009
+0.72477508 0.06196193 -0.05237036
+0.77340823 0.06153452 -0.05298728
+0.84579098 0.06372426 -0.05438958
+0.90667164 0.06148664 -0.05805183
+0.94054091 0.06609120 -0.05781143
+0.96172816 0.07112218 -0.06074924
+0.98744345 0.07635548 -0.06041599
+1.01625562 0.08199845 -0.06334756
+1.06987739 0.07335830 -0.06532510
+0.13658445 0.29660168 -0.00991393
+0.10520644 0.29109576 -0.01357153
+0.14488599 0.29131436 -0.02068381
+0.18049723 0.28379202 -0.02059010
+0.21529296 0.27846232 -0.02390498
+0.24625854 0.27963889 -0.02710098
+0.31626070 0.27123156 -0.03146919
+-0.15832564 0.29881507 -0.02824350
+-0.14946419 0.29665351 -0.03240666
+-0.10739265 0.29144597 -0.03243671
+-0.05295577 0.28671634 -0.03587477
+-0.00117661 0.28097805 -0.03577920
+0.04554155 0.28081000 -0.03891892
+0.10895950 0.27532542 -0.03902060
+0.16585776 0.27260384 -0.04287405
+0.22455114 0.25938749 -0.04272833
+0.26906255 0.25679988 -0.04590299
+0.31335646 0.24953656 -0.04579277
+0.35530165 0.24657032 -0.04887530
+0.38608530 0.23748121 -0.03763345
+0.39218795 0.22730811 0.01207460
+0.43039003 0.22398867 0.01172113
+0.46365514 0.21935055 0.01174053
+0.50220621 0.21577650 0.00815512
+0.57063425 0.20430405 -0.00527206
+0.64466476 0.20254844 -0.03522795
+0.72980726 0.20696324 -0.05294266
+0.79212815 0.20678918 -0.06121464
+0.83733684 0.21194898 -0.06170278
+0.86948740 0.21114714 -0.06514768
+0.90084583 0.20498373 -0.06487770
+0.93677145 0.20973381 -0.06786703
+1.00241172 0.20038828 -0.06959277
+0.21387859 0.40091980 -0.01620826
+0.23576856 0.39509028 -0.02058363
+0.27861720 0.38699633 -0.02693278
+0.30838826 0.37902337 -0.02709813
+0.34889436 0.37963244 -0.03009612
+0.37760144 0.36983865 -0.03292774
+0.45744669 0.36456487 -0.03702269
+-0.20417471 0.40582326 -0.03262835
+-0.17075896 0.39797422 -0.03705449
+-0.13361287 0.39942408 -0.03696477
+-0.09465019 0.38897470 -0.04021813
+-0.04508151 0.38652202 -0.04012305
+-0.00553825 0.38461831 -0.04338565
+0.05849103 0.37141961 -0.04320163
+0.12473164 0.36619800 -0.04675562
+0.17845805 0.36441243 -0.04684432
+0.22261924 0.35968006 -0.04987792
+0.27181262 0.34690049 -0.04978110
+0.31154969 0.34211141 -0.05284469
+0.34640914 0.33477694 -0.05240978
+0.39970231 0.32642323 -0.05546564
+0.43352395 0.32148853 -0.05515746
+0.46716464 0.30942366 -0.05472609
+0.49411517 0.30233255 -0.04370466
+0.51454335 0.29076669 0.00079741
+0.56549424 0.28755692 -0.00033180
+0.64598376 0.28638491 -0.01184077
+0.72913712 0.28583807 -0.03319985
+0.78628910 0.28230512 -0.04608706
+0.82329166 0.28386772 -0.05628943
+0.86896318 0.28547150 -0.06195634
+0.91148043 0.28334945 -0.06821895
+0.96362352 0.27701822 -0.07120513
+0.18199247 0.45969322 -0.01876786
+0.24389978 0.44546849 -0.02402000
+0.28555506 0.43783548 -0.02688167
+0.31762522 0.42788860 -0.03002956
+0.34828922 0.42340496 -0.03301045
+0.38090646 0.41578326 -0.03595464
+0.43074346 0.41196644 -0.03673093
+-0.22283776 0.45008495 -0.03592342
+-0.16735221 0.43921271 -0.03698599
+-0.13257606 0.43210557 -0.04006715
+-0.09557001 0.43055442 -0.04289065
+-0.04841921 0.42057878 -0.04274123
+0.00134255 0.41494307 -0.04592793
+0.06803697 0.41016307 -0.04572329
+0.12974314 0.39907521 -0.04904986
+0.19016919 0.39032048 -0.04910180
+0.23484635 0.38573593 -0.05194417
+0.28269392 0.37845203 -0.05172226
+0.32611957 0.36920232 -0.05457234
+0.36357558 0.35866904 -0.05457273
+0.42190662 0.34892532 -0.05767293
+0.47691786 0.36296588 -0.05980606
+0.54579151 0.39318404 -0.06438672
+0.60106152 0.40070930 -0.06889380
+0.63720739 0.37973523 -0.03838882
+0.66417557 0.37087843 -0.02287260
+0.72108215 0.36899605 -0.03331389
+0.76447958 0.34876859 -0.04431743
+0.78440332 0.31091955 -0.04542865
+0.80548185 0.29513535 -0.05185978
+0.84933347 0.29505777 -0.05981784
+0.90804803 0.31143725 -0.07576221
+0.93254656 0.35207072 -0.09229106
+0.09139752 0.52913630 -0.04763804
+-0.28093550 0.57749552 -0.05161526
+-0.24497062 0.54045624 -0.05381556
+-0.23302315 0.53661156 -0.05607479
+-0.21816252 0.52831393 -0.05809271
+-0.20012178 0.52621877 -0.05710511
+-0.16801760 0.52409774 -0.06123344
+-0.09249337 0.20970947 -0.05249827
+-0.07538391 0.23696873 -0.05410503
+-0.05606321 0.23390691 -0.05561945
+-0.03288229 0.23515941 -0.05419126
+-0.00129188 0.23556012 -0.05641218
+0.03064546 0.21929899 -0.05559726
+0.12076233 0.49137092 -0.06499819
+0.17397049 0.45426041 -0.06495367
+0.22377196 0.44881028 -0.06441025
+0.28013036 0.43383092 -0.06665678
+0.33817101 0.42412949 -0.06621516
+0.38898236 0.41940540 -0.06901199
+0.43936899 0.41759810 -0.06900553
+0.50264233 0.41052297 -0.06904506
+0.55678588 0.39901021 -0.07142595
+0.60169554 0.38095814 -0.06821794
+0.62238640 0.36499029 -0.03340390
+0.67938614 0.34873971 -0.02737364
+0.76997966 0.33475226 -0.05482223
+0.87316686 0.32557166 -0.08084084
+0.94731992 0.32361594 -0.09436814
+0.99264944 0.31085694 -0.09509704
+1.02778327 0.31010830 -0.09769889
+1.05181241 0.30883330 -0.09692211
+1.08066416 0.30661991 -0.09898288
+1.05806875 0.30654278 -0.09937230
+-0.16309647 0.51885903 -0.03962838
+-0.12200993 0.49436828 -0.04778679
+-0.11391560 0.48776922 -0.04970637
+-0.11054869 0.47657344 -0.05195713
+-0.09437902 0.47200337 -0.05384116
+-0.08336952 0.45996752 -0.05246415
+-0.04781475 0.45252475 -0.05479828
+-0.16570516 0.44258809 -0.05659515
+-0.11108995 0.43432513 -0.05527819
+-0.07209860 0.42833641 -0.05682451
+-0.02791451 0.41146749 -0.05494182
+0.03428213 0.40591669 -0.05711222
+0.10799290 0.39992455 -0.05936657
+0.18791437 0.38947678 -0.05864568
+0.24652360 0.37496209 -0.06109190
+0.31860355 0.36723000 -0.06016514
+0.37206140 0.35644862 -0.06300452
+0.44754869 0.34697476 -0.06232147
+0.50341874 0.33496687 -0.06510990
+0.52883375 0.31436417 -0.02561514
+0.58064491 0.30271670 -0.00828140
+0.65843648 0.28907469 -0.01980957
+0.71294540 0.28297991 -0.03101731
+0.79834551 0.27235794 -0.05578471
+0.87093061 0.26354322 -0.06650467
+0.95172691 0.25299570 -0.07740070
+0.98643577 0.23618764 -0.08350730
+1.03808892 0.23230009 -0.08996216
+1.05618691 0.23028727 -0.08925568
+1.07335877 0.23155309 -0.09026492
+1.06777382 0.22971138 -0.08810651
+1.06801438 0.23037703 -0.09041642
+1.11171257 0.22110443 -0.09065887
+-0.22832489 0.41924077 -0.03082901
+-0.25906059 0.41044572 -0.03762569
+-0.23618689 0.39643914 -0.03919649
+-0.21700662 0.38626751 -0.04218589
+-0.19173431 0.37946180 -0.04383072
+-0.16173449 0.36543712 -0.04257178
+-0.10732406 0.35638416 -0.04489347
+-0.03476327 0.34983209 -0.04900925
+0.02909854 0.33386442 -0.04814375
+0.07374026 0.32573622 -0.05035684
+0.12244480 0.31796089 -0.04980032
+0.18999517 0.31377426 -0.05211442
+0.25225613 0.29987776 -0.05131390
+0.33382061 0.29141137 -0.05379245
+0.40346307 0.28364247 -0.05664464
+0.45142519 0.27425206 -0.03709017
+0.47685030 0.26338363 0.00358283
+0.53937703 0.25041038 0.00397285
+0.61137199 0.23941971 -0.00717555
+0.70067888 0.23139326 -0.03785115
+0.78392798 0.22141752 -0.05678871
+0.83726305 0.21184666 -0.06275669
+0.88307756 0.20256907 -0.06306336
+0.92758608 0.18715139 -0.06614152
+0.97469336 0.17575470 -0.06582788
+1.03500760 0.16611709 -0.07377225
+0.61266989 0.16971013 -0.04357629
+0.44510806 0.16375063 0.00030947
+0.47410718 0.15934917 -0.01251994
+0.48531702 0.15716097 -0.01962570
+0.49015635 0.15430312 -0.02402431
+0.49174631 0.14616948 -0.03327570
+0.54440922 0.13721894 -0.05544927
+0.05745422 0.25283316 -0.01713014
+-0.14613526 0.27065611 -0.02054109
+-0.08293208 0.25687861 -0.02287281
+-0.03259712 0.24585043 -0.02652758
+0.01605992 0.23517272 -0.02898506
+0.06314933 0.22649370 -0.03023006
+0.12502161 0.21927504 -0.03357354
+0.19302322 0.20745790 -0.03898306
+0.26276729 0.19534197 -0.04018984
+0.30753598 0.18864653 -0.02476435
+0.33083758 0.17708942 0.02161567
+0.38612390 0.16801113 0.01962423
+0.45725721 0.16091441 0.00104054
+0.55217159 0.15065590 -0.03822888
+0.62416869 0.14359823 -0.05016663
+0.68339819 0.13328162 -0.05153786
+0.73686665 0.12137759 -0.05358154
+0.79082686 0.11310118 -0.05423764
+0.84909642 0.10364023 -0.05622637
+0.92202151 0.09037022 -0.05761297
+0.99921018 0.07959656 -0.05972826
+1.04499018 0.06484219 -0.05963582
+1.07558310 0.05542577 -0.05985036
+1.10285914 0.04769964 -0.06162423
+1.12755525 0.03587008 -0.06214629
+1.15699995 0.02653647 -0.06832077
+0.78273654 0.03963757 -0.02938767
+-0.18651527 0.05062294 -0.02691082
+-0.16608572 0.03702839 -0.03070236
+-0.17364433 0.02835014 -0.03185971
+-0.18042359 0.02013672 -0.03288269
+-0.18311583 0.01498642 -0.03619277
+-0.17532426 0.00392490 -0.03987717
+-0.12520559 0.03028993 -0.00455797
+-0.05201538 0.05306217 -0.00085571
+0.05466260 0.03841468 -0.00379081
+0.14469622 0.03022509 -0.00875907
+0.22054870 0.01805120 -0.01295012
+0.28376445 0.01087283 -0.01854688
+0.34438774 -0.00090040 -0.02553996
+0.41505587 -0.01165527 -0.02834086
+0.46920943 -0.01964987 -0.03193652
+0.53115392 -0.03180271 -0.03614301
+0.57827985 -0.04111395 -0.03748091
+0.64169544 -0.05064536 -0.04036192
+0.69817924 -0.05798822 -0.04111738
+0.75751853 -0.06990657 -0.04370936
+0.81325740 -0.07887027 -0.04413143
+0.86799449 -0.08859940 -0.04550160
+0.91600567 -0.09630565 -0.04670204
+0.95967066 -0.10607932 -0.04815264
+1.00089908 -0.11735222 -0.04934682
+1.06127834 -0.13022219 -0.05135911
+0.74488258 -0.14555694 -0.05188336
+0.65259540 -0.15329775 -0.05382005
+0.65058339 -0.16270567 -0.05404329
+0.63368124 -0.17331930 -0.05584620
+0.62246323 -0.18202163 -0.05643529
+0.60219014 -0.19171508 -0.06186075
+0.60562706 -0.19025092 -0.01234376
+0.06873678 -0.12556626 0.00864020
+-0.23282878 -0.14002767 0.00248383
+-0.19726874 -0.15398258 -0.00150175
+-0.17447656 -0.16804281 -0.00313998
+-0.14818171 -0.17635906 -0.00540461
+-0.11938107 -0.18977408 -0.01090270
+-0.08105157 -0.21017179 0.00711473
+-0.02946187 -0.22202076 0.01454849
+0.03125013 -0.23497696 0.00654727
+0.09419244 -0.22634473 0.00155172
+0.15677088 -0.21178021 -0.00354001
+0.22362556 -0.20054878 -0.00878218
+0.28280154 -0.18600225 -0.01800770
+0.33602664 -0.16679601 -0.02898927
+0.40037560 -0.15496697 -0.03768913
+0.45752326 -0.14060619 -0.04316124
+0.50719088 -0.12600136 -0.04585235
+0.56462198 -0.11399480 -0.04881277
+0.63795143 -0.10153417 -0.05023369
+0.71241552 -0.08493789 -0.05189081
+0.82286346 -0.07477399 -0.05319599
+0.89041358 -0.06229302 -0.05274123
+0.95378244 -0.04947095 -0.05348212
+1.01374257 -0.03217184 -0.05410275
+1.05899715 -0.02099737 -0.05460451
+1.09912813 -0.01045882 -0.05586595
+1.18820941 0.02713945 -0.05611387
+-0.11464640 0.04758158 -0.05618085
+-0.31030911 0.06063992 -0.05658759
+-0.31527317 0.07969503 -0.05673499
+-0.29868308 0.09402160 -0.05713493
+-0.27698791 0.10910667 -0.05978709
+-0.24853954 0.12577406 -0.01893272
+-0.19997799 0.18381396 0.03936487
+-0.12468293 0.23641965 0.02792184
+-0.05428097 0.24053617 0.02279779
+-0.00233227 0.24882269 0.01579087
+0.03950476 0.26299188 0.01118297
+0.08687685 0.27076849 0.00802323
+0.13028869 0.28270227 0.00659185
+0.17989139 0.28739119 0.01615361
+0.22916882 0.29861426 0.00995412
+0.27657536 0.31413862 0.00430878
+0.32798913 0.32532907 -0.00065196
+0.38175064 0.34322959 -0.00651760
+0.45416221 0.35626668 -0.00939859
+0.53230095 0.37298766 -0.01937877
+0.59892631 0.38392770 -0.01396387
+0.64531732 0.39262599 0.01423481
+0.70269078 0.40745297 0.01539781
+0.76189965 0.42007220 0.00087539
+0.82858670 0.43696851 -0.01072854
+0.89109832 0.45012638 -0.02063700
+0.97424674 0.45697203 -0.03234251
+0.25024864 0.47194615 -0.03908288
+0.19429816 0.48534429 -0.04013737
+0.20323028 0.50127488 -0.04038055
+0.20137666 0.50756979 -0.04147212
+0.19797607 0.52530700 -0.04213332
+0.19428580 0.53926933 -0.04259361
+0.21273285 0.67141247 -0.04505467
+-0.03153721 0.69091612 -0.04394930
+-0.13744862 0.70525157 -0.04537892
+-0.07882018 0.72480208 -0.04514122
+-0.02214119 0.74468052 -0.04721191
+0.04171406 0.75997972 -0.03913165
+0.11230487 0.77590430 0.07879690
+0.19007491 0.81662828 0.06005846
+0.26852858 0.83814114 0.05257479
+0.33640078 0.85261106 0.04081689
+0.40574586 0.86565238 0.03246288
+0.47605458 0.87824839 0.02948460
+0.55125511 0.89244992 0.01854243
+0.60696208 0.90981573 0.02144717
+0.65370917 0.92752886 0.01555938
+0.70990372 0.94566178 0.00658966
+0.76840556 0.96429217 0.00488346
+0.80916190 0.98330092 -0.00402720
+0.86311197 1.00165057 -0.00382681
+0.91842651 1.02116752 -0.01210366
+0.98671025 1.01608026 -0.01313154
+0.84282970 0.99937296 -0.01943319
+0.77499580 0.98152173 -0.01980261
+0.76624167 0.96294415 -0.02227025
+0.75116730 0.94351077 -0.02239337
+0.72351450 0.92247963 -0.02171961
+0.69395000 0.90190786 -0.02405017
+0.68446016 0.89820462 -0.02342747
+0.33955544 0.87812543 -0.02576459
+-0.25374430 0.85393208 -0.02530563
+-0.21051078 0.83724791 -0.02722883
+-0.19047357 0.82290351 -0.02792623
+-0.16694868 0.80525523 -0.02886751
+-0.14295581 0.78929484 -0.03153635
+-0.11620030 0.87831527 -0.03164475
+-0.07086591 0.86474228 -0.03344699
+-0.02526398 0.84814900 -0.03352319
+0.01676738 0.83103919 -0.03504945
+0.05053055 0.81067592 -0.03900609
+0.09140348 0.79000890 0.06159183
+0.13789289 0.77055603 0.09425666
+0.18291943 0.74545062 0.07811364
+0.23906665 0.72509521 0.06968705
+0.29386017 0.70440567 0.05960032
+0.34240162 0.68140805 0.05346218
+0.39032426 0.66154295 0.04675477
+0.44529504 0.63758093 0.03490163
+0.51144975 0.61872709 0.02629036
+0.58976239 0.59487081 0.01927319
+0.69377965 0.57539618 0.01374011
+0.76930863 0.55057454 0.00684604
+0.81282687 0.52327365 0.01250183
+0.07653834 0.59282225 -0.01174072
+0.14357316 0.68475735 -0.01323060
+0.19298798 0.72935319 -0.01499347
+0.23378877 0.73176777 -0.01524123
+0.26896986 0.73896819 -0.01719876
+0.31074968 0.74535412 -0.01958647
+0.34622040 0.75464565 -0.02098233
+0.38012761 0.76008332 -0.02334871
+0.41465682 0.81085151 -0.02481700
+0.44772300 0.87526834 -0.02755972
+0.48478693 0.88045007 -0.02985187
+0.51807570 0.89496839 -0.03380752
+0.55571193 0.90314311 -0.03431207
+0.60163659 0.91419649 -0.03545928
+0.63491571 0.92957520 -0.03759196
+0.65983945 0.93672597 -0.03855979
+0.69252020 0.93824804 -0.04232169
+0.72600847 0.94792920 -0.01529568
+0.76716024 0.96251249 0.06753056
+0.81177473 0.97510570 0.04636611
+0.85303545 0.98775727 0.03622780
+0.87998605 1.00086808 0.02810972
+0.90554285 1.01761770 0.01870644
+0.93028188 1.03056526 0.01486665
+0.96179289 1.03868389 0.00587959
+1.00217438 1.05240107 0.00499260
+0.85723561 1.06684589 -0.00037186
+0.72292143 1.08144653 -0.00758031
+0.80666763 1.10025346 -0.00934222
+0.86901677 1.11454427 -0.01720000
+0.92737460 1.12958884 -0.01783234
+0.97480768 1.11100912 -0.02294063
+1.03233767 1.08669305 -0.02457948
+0.94501662 1.06216204 -0.02886121
+-0.32076803 1.03814113 -0.02894060
+-0.28353509 1.00954711 -0.03259341
+-0.28481123 0.98130858 -0.03290434
+-0.29339677 0.95705903 -0.03283108
+-0.25167954 0.93398577 -0.03621034
+-0.20698424 0.91127908 -0.03616288
+-0.12995283 0.88590783 -0.03979643
+-0.13997343 0.85828429 -0.03951527
+-0.12598406 0.87352031 -0.04291377
+-0.09860735 0.92425823 -0.04336976
+-0.06807248 0.89913070 -0.04792950
+-0.02791594 0.88071293 -0.04869615
+0.01769031 0.85961401 -0.05151225
+0.06881079 0.83854383 -0.05184005
+0.12092967 0.81606078 -0.05162856
+0.16897073 0.79829919 -0.05464236
+0.20983101 0.84540468 -0.05755195
+0.24794245 0.82505882 0.00234245
+0.28640804 0.80522269 0.00015812
+0.31528410 0.78773230 -0.00935567
+0.34485149 0.76733607 -0.01509710
+0.37860718 0.74731076 -0.02188361
+0.40693107 0.72761548 -0.02414137
+0.42409354 0.70331222 -0.02981130
+0.44820163 0.68282783 -0.02001889
+0.47889820 0.66810513 -0.01985170
+0.51327342 0.64511901 -0.02478993
+0.56652284 0.62487966 -0.02706494
+0.60478169 0.60933512 -0.03014425
+0.64225936 0.58064616 -0.03229037
+0.66104370 0.56124437 -0.03618243
+0.68046772 0.53831214 -0.03948066
+0.71330750 0.51434553 -0.04339373
+0.75776762 0.48849848 -0.04200747
+0.53695494 0.46189085 -0.04731687
+0.48932177 0.43948409 -0.04851286
+0.56691551 0.41231370 -0.04875353
+0.62521917 0.38339132 -0.02761066
+0.67240298 0.35168827 -0.00222005
+0.76930332 0.33449346 -0.02470527
+0.88812041 0.31219649 -0.04836245
+0.44184884 0.29483029 -0.05664859
+-0.32205129 0.28555289 -0.05826776
+-0.29631448 0.28067309 -0.06110894
+-0.29213831 0.26472530 -0.06287046
+-0.28690922 0.24446380 -0.06467063
+-0.28217795 0.23007593 -0.06605357
+-0.27281293 0.21099889 -0.06776108
+-0.19228987 0.19231792 -0.06910819
+-0.16156696 0.24973471 -0.07169080
+-0.12074130 0.37628850 -0.04721893
+-0.10398328 0.34768420 -0.03106597
+-0.08317076 0.32991961 -0.04014034
+-0.06621265 0.31002671 -0.04484012
+-0.04355432 0.29015952 -0.04728714
+-0.01359734 0.27324009 -0.05064587
+0.01505865 0.24955760 -0.05527721
+0.04367939 0.22462857 -0.04369975
+0.07428762 0.20138389 -0.03266438
+0.11042684 0.18548992 -0.03765437
+0.16179341 0.16777748 -0.04001964
+0.21298184 0.14400192 -0.04341791
+0.22823556 0.12811816 0.02097521
+0.29360601 0.10347812 0.00819818
+0.38183287 0.07572603 -0.04951913
+0.43631810 0.05405944 -0.05659479
+0.50012249 0.03194090 -0.05885212
+0.56553584 0.00891688 -0.05902405
+0.64658254 -0.01510380 -0.06102892
+0.72409350 -0.00897516 -0.06259649
+0.78701580 -0.00845223 -0.06375846
+0.84115940 -0.00577545 -0.06541158
+0.89125639 0.00046883 -0.06623860
+0.94391221 0.00316869 -0.06791529
+1.00917101 0.00110098 -0.06900514
+0.79256922 0.00926221 -0.07099114
+0.47785565 0.02113777 -0.07179441
+0.53908235 0.03322177 -0.07373081
+0.58552617 0.04610994 -0.07496975
+0.62805194 0.05281884 -0.07605214
+0.66215980 0.06458811 -0.07795206
+0.71419984 0.07843404 -0.07880809
+0.51031345 0.08333983 -0.08014778
+-0.27978894 0.27716908 -0.07514005
+-0.24112585 0.32501623 -0.06141880
+-0.23095776 0.32335120 -0.06610139
+-0.21898362 0.32404420 -0.06897013
+-0.20419225 0.32311314 -0.07133409
+-0.18335484 0.32784107 -0.07197667
+-0.13592854 0.32485077 -0.07594755
+-0.07221048 0.35730731 -0.06805263
+-0.01841893 0.37624791 -0.04276047
+0.03422730 0.37796459 -0.04868445
+0.09176101 0.38042668 -0.05093906
+0.15751716 0.38944602 -0.05416710
+0.22859262 0.39471456 -0.05740462
+0.30499655 0.39481089 -0.06018997
+0.36281601 0.39973217 -0.06437603
+0.42006072 0.40602535 -0.06717721
+0.47954553 0.40578285 -0.07066228
+0.54653490 0.40926552 -0.07197531
+0.59743643 0.41543296 -0.07277742
+0.63452524 0.41699117 -0.07377140
+0.67511684 0.42142743 -0.06936204
+0.70461792 0.41858783 -0.05440517
+0.72635007 0.42185083 -0.04734416
+0.76151001 0.42475405 -0.04767787
+0.80843657 0.43211067 -0.05497993
+0.86262947 0.44114271 -0.06591532
+0.94233102 0.44915515 -0.07546720
+0.99821091 0.45808828 -0.08171471
+1.03024769 0.46252427 -0.08336169
+1.04500687 0.47155812 -0.08606210
+1.05438077 0.48356456 -0.08620980
+1.06763697 0.49152955 -0.08729530
+1.10329652 0.50046408 -0.08983157
+0.38980237 0.54991567 -0.09031416
+-0.03586343 0.62705386 -0.08137246
+0.02145578 0.62587732 -0.08400141
+0.06615679 0.62392032 -0.08537207
+0.10517796 0.62482584 -0.08808006
+0.15369262 0.62777901 -0.08917959
+0.22482570 0.62920123 -0.09201013
+0.03914699 0.65881515 -0.08849255
+-0.16662689 0.72355217 -0.05091736
+-0.12707394 0.72420329 -0.05772633
+-0.09295862 0.72992498 -0.06025901
+-0.05278958 0.73615104 -0.06345224
+-0.00950223 0.73882550 -0.06612226
+0.03973197 0.74439192 -0.06939058
+0.09785811 0.74645311 -0.07318933
+0.14934996 0.74591321 -0.07602933
+0.19325428 0.75212854 -0.07922682
+0.22629853 0.75392985 -0.08155020
+0.26585197 0.75901490 -0.08122400
+0.29861376 0.76265889 -0.08379824
+0.32680544 0.76905972 -0.08380076
+0.36456823 0.77459806 -0.08637176
+0.39002755 0.78094649 -0.08629282
+0.41252553 0.78769100 -0.08896133
+0.43894002 0.79333049 -0.08913281
+0.48021510 0.79426008 -0.09174421
+0.52826822 0.81045163 -0.09291261
+0.57926476 0.83446795 -0.09533709
+0.63246226 0.84799463 -0.09851393
+0.66814065 0.85231334 -0.09883882
+0.69737488 0.85988110 -0.10085526
+0.73700500 0.86616677 -0.10095520
+0.78087837 0.86958033 -0.10344952
+0.73924482 0.87636840 -0.10462535
+0.41874170 0.91177702 -0.10118598
+0.49535969 0.90871203 -0.10453743
+0.56374788 0.90871072 -0.10473076
+0.61922795 0.91083616 -0.10697047
+0.67612779 0.91196233 -0.10701991
+0.74475652 0.91439486 -0.10678247
+0.66433358 0.92352343 -0.10868296
+-0.30963773 1.04794288 -0.06160836
+-0.26766172 1.04311252 -0.06915894
+-0.25424939 1.04921770 -0.07155378
+-0.23945437 1.04923463 -0.07447886
+-0.21877205 1.05230153 -0.07712366
+-0.19900794 1.05790150 -0.07973418
+-0.14858364 1.05959773 -0.08359520
+-0.08346001 1.05151331 -0.08569358
+-0.04008484 1.05105424 -0.08885845
+-0.01452152 1.05725551 -0.09125995
+0.00873089 1.06407285 -0.09084925
+0.03611059 1.06703401 -0.09322961
+0.05761704 1.07385731 -0.09298290
+0.08848266 1.08102107 -0.09565394
+0.10684326 1.08441854 -0.09518094
+0.12635779 1.08505237 -0.09777799
+0.13915110 1.08895481 -0.09751741
+0.16307342 1.09673965 -0.09992853
+0.21055269 1.10463297 -0.09993415
+0.23513682 1.10877228 -0.09998018
+0.29585063 1.11604786 -0.10237288
+0.35143006 1.11880243 -0.10225342
+0.39027023 1.12556136 -0.10460610
+0.45127788 1.12836599 -0.10453180
+0.52306896 1.10801017 -0.10395263
+0.59518129 1.09774113 -0.10734921
+0.72913629 1.07576406 -0.10889473
+0.80157459 1.06462193 -0.11199614
+0.87960696 1.05550122 -0.11115236
+0.93342954 1.04267120 -0.11035749
+0.98635697 1.03542078 -0.11221948
+1.04777145 1.01376605 -0.11152618
+1.14678872 1.00386190 -0.11288659
+-0.18766157 1.12538362 -0.06492370
+-0.18358703 1.11363494 -0.07206652
+-0.16042569 1.10539198 -0.07462849
+-0.14007412 1.10016704 -0.07733335
+-0.11649132 1.08949327 -0.07979759
+-0.09336446 1.08427453 -0.08236611
+-0.03520183 1.07033396 -0.08597851
+-0.17838641 1.08123696 -0.08538972
+-0.14307092 1.06748593 -0.08867492
+-0.11960363 1.06257117 -0.09095662
+-0.09834662 1.05845821 -0.09027282
+-0.07456072 1.05353487 -0.09258079
+-0.05246837 1.04538584 -0.09193439
+-0.01450319 1.03519762 -0.09434095
+0.01535386 1.03018200 -0.09372121
+0.04753383 1.02454615 -0.09616791
+0.08166765 1.02024043 -0.09551352
+0.12045791 1.01469588 -0.09790968
+0.17696287 1.01020384 -0.09738037
+0.22001168 1.00566447 -0.09727272
+0.28492236 0.99928415 -0.09929897
+0.34634066 0.98250872 -0.09905595
+0.39476466 0.97606206 -0.10122009
+0.44874039 0.96940160 -0.10102393
+0.52351797 0.95944136 -0.10067181
+0.59177613 0.94917953 -0.10368213
+0.69659019 0.93452841 -0.10557342
+0.77066082 0.92356765 -0.10639860
+0.84007227 0.91512412 -0.10778873
+0.89431727 0.89878654 -0.10753590
+0.94473952 0.89553952 -0.10893559
+1.00514495 0.88677484 -0.10884033
+1.09274256 0.87834418 -0.11017015
+0.18306974 0.94084126 -0.06690738
+0.14808127 0.93684959 -0.07327793
+0.17009491 0.93238223 -0.07574610
+0.18736096 0.92796546 -0.07835469
+0.21046448 0.92348754 -0.08074621
+0.22813527 0.92456657 -0.08334789
+0.27862749 0.91377622 -0.08679975
+-0.18202516 0.96454614 -0.08308940
+-0.18404435 0.95510763 -0.08639894
+-0.16220322 0.95117491 -0.08877594
+-0.14397360 0.95004833 -0.08827437
+-0.12132172 0.94151723 -0.09065997
+-0.09953082 0.93722224 -0.09045216
+-0.05831516 0.93466812 -0.09256632
+-0.01752372 0.92887926 -0.09232234
+0.02323903 0.92373955 -0.09476060
+0.06319676 0.92192662 -0.09409525
+0.11120775 0.91748810 -0.09646066
+0.17622709 0.91088974 -0.09621333
+0.22557537 0.90739727 -0.09633906
+0.29096323 0.90160370 -0.09813374
+0.34763780 0.89643133 -0.09837385
+0.40107557 0.89264083 -0.09814993
+0.45565772 0.88657439 -0.10049520
+0.52364451 0.88424945 -0.09996071
+0.58892208 0.87465101 -0.10327687
+0.68406588 0.86514109 -0.10505308
+0.75188625 0.85104382 -0.10599322
+0.82089037 0.84799773 -0.10769175
+0.86919457 0.84094977 -0.10709633
+0.92303437 0.83735746 -0.10705589
+0.98053473 0.82739449 -0.10869844
+1.06829572 0.82530463 -0.11031082
+0.33339584 0.83962470 -0.06938853
+0.33675483 0.83993292 -0.07589088
+0.35696727 0.84080482 -0.07806475
+0.37468067 0.83703184 -0.08066972
+0.39187551 0.83519614 -0.08285350
+0.40414235 0.83605909 -0.08541562
+0.45750514 0.82465917 -0.08880108
+-0.21459073 0.90162206 -0.08314832
+-0.20193666 0.89523244 -0.08670273
+-0.18154004 0.88873261 -0.08911695
+-0.16470981 0.88612485 -0.08855993
+-0.14460051 0.88583076 -0.09092689
+-0.12063424 0.87930381 -0.09078692
+-0.07963815 0.87834585 -0.09320522
+-0.02933280 0.87373430 -0.09292596
+0.01473393 0.87231553 -0.09537350
+0.05907086 0.87202102 -0.09504317
+0.10378706 0.86510748 -0.09519021
+0.16649279 0.86461425 -0.09712827
+0.22001633 0.86408722 -0.09726609
+0.28960299 0.86039817 -0.09921039
+0.34910437 0.85943216 -0.09917244
+0.39854720 0.85777557 -0.09896737
+0.45371777 0.85607880 -0.10132582
+0.52629387 0.85115832 -0.10103340
+0.58590907 0.84277421 -0.10220087
+0.67767280 0.83669686 -0.10589206
+0.74786699 0.83139277 -0.10678798
+0.81141508 0.82935977 -0.10629225
+0.85879189 0.82419294 -0.10794234
+0.91361469 0.82126516 -0.10792051
+0.97699243 0.81722474 -0.10783626
+1.05553544 0.81544763 -0.11086449
+0.34306103 0.81931078 -0.07065219
+0.39099702 0.81973118 -0.07770981
+0.41169301 0.82260966 -0.07977525
+0.41829908 0.82316017 -0.08234219
+0.43127969 0.82405144 -0.08441126
+0.44318587 0.82510108 -0.08688015
+0.48112375 0.82019192 -0.09021232
+-0.24963425 0.89422941 -0.08437489
+-0.19798654 0.88628125 -0.08800023
+-0.18258987 0.88409173 -0.09031167
+-0.16327408 0.88582569 -0.09026971
+-0.14462820 0.88587415 -0.09263507
+-0.11859797 0.88337302 -0.09266624
+-0.07672936 0.88244349 -0.09472010
+-0.02582349 0.88070494 -0.09510426
+0.01622760 0.88184595 -0.09496158
+0.06809831 0.89548039 -0.09861863
+0.13205430 0.92100346 -0.10135796
+0.20106192 0.93484545 -0.10488966
+0.26504138 0.93434107 -0.10510601
+0.33593306 0.93328828 -0.10493232
+0.39499673 0.93393934 -0.10729364
+0.43766621 0.91950774 -0.10575368
+0.46981278 0.89251715 -0.10330695
+0.52323729 0.88260514 -0.10378493
+0.57239300 0.88125199 -0.10421756
+0.63189888 0.87808716 -0.10402872
+0.68997377 0.88332528 -0.10638595
+0.72607589 0.85797793 -0.10686474
+1.00024033 0.92583525 -0.11485071
+1.00749326 0.87916392 -0.11235830
+1.04742694 0.88675117 -0.11243236
+1.06359482 0.86891085 -0.12113415
+0.25479358 -0.23312555 0.31731999
+-0.26140609 -0.12376901 0.29784685
+-0.09528141 -0.18948208 0.25594705
+-0.09477931 -0.17685392 0.25449744
+-0.08971092 -0.17809109 0.24472876
+-0.07756546 -0.17816116 0.23767366
+-0.05589056 -0.17941453 0.22623920
+-0.03207124 -0.19281922 0.22477268
+-0.02037365 -0.13760580 0.23698519
+0.04158144 -0.15574886 0.23158160
+0.09250675 -0.15816456 0.21683961
+0.13910362 -0.15947254 0.21026857
+0.18651678 -0.16136135 0.19520395
+0.24402107 -0.15824167 0.18386540
+0.28236616 -0.14783585 0.16562796
+0.33633101 -0.14458117 0.15442310
+0.39051166 -0.14639190 0.13193002
+0.45663863 -0.14955109 0.11675312
+0.51816434 -0.15305619 0.10269243
+0.57082570 -0.16387074 0.09074787
+0.64143515 -0.17862006 0.07777085
+0.69388962 -0.18757643 0.07058182
+0.73759711 -0.19107823 0.06974179
+0.78566974 -0.19590990 0.05850856
+0.84002298 -0.19719453 0.05965120
+0.89707094 -0.20383902 0.04982089
+0.97531122 -0.21280131 0.04850005
+1.01841128 -0.21854067 0.04744104
+1.05085135 -0.22137134 0.03907782
+1.07480836 -0.22523554 0.04030528
+1.10356987 -0.22806674 0.03215170
+1.12040782 -0.23089720 0.03294875
+1.06828833 -0.23266879 0.02211594
+-0.02167371 -0.20852004 0.29264906
+0.02017683 -0.21182027 0.27561864
+0.03175574 -0.21514861 0.26522771
+0.03671055 -0.21634929 0.25515324
+0.04295526 -0.21895950 0.24411705
+0.06438319 -0.22053730 0.23273496
+0.11341913 -0.22615096 0.22815593
+-0.08498850 -0.20652890 0.21725413
+0.01707266 -0.21663603 0.20263638
+0.08801326 -0.22217003 0.19833229
+0.15339780 -0.22669773 0.18222268
+0.21154770 -0.22947124 0.17656082
+0.27096492 -0.23390226 0.15823737
+0.34257308 -0.23945090 0.14734322
+0.40367970 -0.24285857 0.12421874
+0.47020507 -0.24668129 0.11095653
+0.52671528 -0.24911635 0.08260553
+0.59175253 -0.25586313 0.06793312
+0.64936239 -0.25809434 0.05534935
+0.69117725 -0.26044685 0.04618819
+0.75758696 -0.26635614 0.04651162
+0.81057125 -0.26853266 0.03236914
+0.85569924 -0.27069217 0.03131614
+0.90222943 -0.27689415 0.02388155
+0.94928497 -0.27923235 0.02428607
+1.00305343 -0.28708407 0.02392592
+1.09396350 -0.29591632 0.01569451
+1.13982010 -0.30027422 0.01547114
+1.16131306 -0.30436718 0.00978158
+1.17975605 -0.30570185 0.01064844
+1.19732821 -0.31102675 0.00444153
+1.18273246 -0.30618709 0.00472173
+1.22150099 -0.29867470 -0.00505704
+-0.34085095 -0.24935730 0.28372273
+-0.30348402 -0.24388905 0.26578906
+-0.28677374 -0.24163616 0.25325933
+-0.27163845 -0.23549344 0.24098009
+-0.24821064 -0.22731246 0.22839878
+-0.21676424 -0.22517000 0.21514858
+-0.13891800 -0.22216699 0.19867909
+-0.03770084 -0.22512126 0.19324259
+0.07358272 -0.22016785 0.17582563
+0.15715440 -0.21289741 0.17057844
+0.23263858 -0.20867763 0.15285817
+0.29618138 -0.20151454 0.14569698
+0.35644904 -0.19286948 0.12496307
+0.42647839 -0.19013353 0.11349263
+0.48373055 -0.18196841 0.09131806
+0.54404145 -0.17365418 0.07619779
+0.59904468 -0.16690457 0.05855639
+0.66259837 -0.16298829 0.04518019
+0.72049046 -0.15615430 0.03380454
+0.77471185 -0.15075490 0.02691701
+0.83700824 -0.14358020 0.01837439
+0.89115727 -0.13592331 0.01432060
+0.93609488 -0.13309240 0.01234659
+0.97318816 -0.12476961 0.00629804
+1.01096988 -0.11619648 0.00599719
+1.07058430 -0.11179721 -0.00116359
+0.74390453 -0.07929994 0.00145923
+0.67828697 -0.07017494 0.00042424
+0.68015164 -0.06213275 -0.00534700
+0.67490107 -0.05313335 -0.00534899
+0.67080975 -0.04442531 -0.01119711
+0.65911061 -0.03436674 -0.01155269
+0.68020815 -0.02698659 -0.02421622
+-0.03730837 0.01763782 0.21504663
+-0.23880407 0.02562673 0.20654497
+-0.20845941 0.03472103 0.19434163
+-0.18588364 0.04268226 0.18180476
+-0.16151311 0.04923145 0.17080864
+-0.13067044 0.05546917 0.15845476
+-0.07903472 0.05939578 0.15135652
+-0.01081877 0.06106660 0.13732284
+0.06729934 0.06604125 0.12069993
+0.14515457 0.07263637 0.11532235
+0.21684127 0.08058975 0.09843943
+0.28273576 0.08869660 0.09070121
+0.33936796 0.09554543 0.07225079
+0.40157750 0.10476654 0.06003744
+0.46619543 0.11032042 0.04415337
+0.52188593 0.11764050 0.03330262
+0.57907122 0.12473867 0.03063652
+0.64254415 0.13026659 0.01468157
+0.70590264 0.13953900 0.01235665
+0.78701627 0.14272739 0.00018097
+0.87031358 0.14614327 -0.00135348
+0.93638289 0.15583955 -0.00943539
+0.99074525 0.16064334 -0.01090479
+1.03270471 0.16810398 -0.01161692
+1.07282686 0.17631567 -0.01631771
+1.12478888 0.18593475 -0.01839392
+0.65034580 0.24356949 0.01931533
+0.00931210 0.28455982 -0.01504676
+0.01808983 0.29105017 -0.01554574
+0.01082067 0.29836696 -0.01885421
+-0.00194045 0.31105757 -0.01963499
+-0.01156322 0.32009417 -0.02268705
+-0.01095529 0.33015096 -0.03013625
+-0.06020873 0.35770237 0.13104710
+-0.16338421 0.38001177 0.15165414
+-0.11566468 0.38931593 0.13317677
+-0.08835541 0.39525998 0.12887239
+-0.05736839 0.40368795 0.11944382
+-0.02846478 0.41289696 0.10756344
+0.00584577 0.41886500 0.09403404
+0.03944334 0.42855370 0.08648314
+0.07436315 0.43444315 0.07436705
+0.12081949 0.44619474 0.06682706
+0.17270268 0.45415279 0.05385201
+0.24902149 0.46340084 0.04480932
+0.32438308 0.47243187 0.03115494
+0.38323441 0.47951996 0.01553966
+0.45783591 0.49005941 0.00740744
+0.53120345 0.50070375 0.00099661
+0.58315384 0.50657028 -0.00678346
+0.65676862 0.51642114 -0.01182839
+0.72558111 0.52502608 -0.01793457
+0.79989052 0.52489418 -0.01885298
+0.66602182 0.52858973 -0.02653579
+0.70363152 0.53439742 -0.02890477
+0.73833776 0.53924012 -0.02940455
+0.76077056 0.54566181 -0.03254411
+0.77505672 0.55891985 -0.03352249
+0.78200543 0.57162565 -0.03708771
+0.82768804 0.61837292 -0.02500288
+-0.07037227 0.73946053 -0.02131417
+-0.24679030 0.73842949 -0.02471304
+-0.20668040 0.74764591 -0.02628989
+-0.16878417 0.76220888 -0.02890136
+-0.12656450 0.77553856 -0.03056475
+-0.08416522 0.78360039 -0.03762978
+-0.02426117 0.79803383 0.05791021
+0.05013830 0.81793141 0.09425375
+0.11746255 0.82840270 0.08092982
+0.17271771 0.83456373 0.07247165
+0.22726078 0.84756207 0.06709220
+0.27976766 0.86073041 0.05903175
+0.32649380 0.87368309 0.04813718
+0.38048306 0.88698876 0.04017653
+0.43588212 0.90085649 0.03018834
+0.49069592 0.91444749 0.01858843
+0.54527402 0.91900480 0.01190595
+0.60382068 0.91544056 0.00421660
+0.67607039 0.90322948 -0.00246535
+0.75233740 0.89035219 -0.01048103
+0.83631700 0.87626123 -0.01760131
+0.89992821 0.86181426 -0.02198594
+0.95140117 0.84397066 -0.02804854
+0.98820871 0.82926810 -0.03263656
+1.02650726 0.81331766 -0.03715672
+1.06969094 0.78624326 -0.04170659
+0.97806215 0.78887117 -0.04532705
+-0.10574754 0.77624398 -0.04832361
+-0.07814045 0.75945461 -0.04876165
+-0.08293342 0.74683166 -0.05040722
+-0.09080421 0.73540628 -0.05230941
+-0.09598704 0.72638685 -0.05451075
+-0.10159863 0.71164018 -0.04251459
+-0.08061418 0.78530973 -0.02890426
+-0.12099412 0.80316460 -0.03287293
+-0.06096843 0.78428727 -0.03513121
+0.00128743 0.76835752 -0.03735480
+0.08459256 0.75288254 -0.03976113
+0.16246025 0.73649925 -0.04424436
+0.23233363 0.72311610 -0.00774402
+0.29718331 0.69963551 0.04116676
+0.35547820 0.68011105 0.02782677
+0.41519558 0.66584963 0.01976694
+0.46677503 0.64802760 0.01219672
+0.52314305 0.63165545 0.00586833
+0.58441079 0.61191702 0.00132264
+0.63848740 0.59528255 -0.00809158
+0.69735694 0.57249004 -0.01508082
+0.76100248 0.55744964 -0.02012361
+0.81139815 0.53668660 -0.02345658
+0.84370834 0.51505625 -0.01334419
+0.89817911 0.49621078 -0.01732885
+0.96851772 0.48395827 -0.02951267
+0.92379290 0.46635634 -0.03115683
+0.55963176 0.45050633 -0.04602404
+0.56899339 0.43365011 -0.05005932
+0.55868316 0.41322449 -0.05173799
+0.53737241 0.39979488 -0.05623091
+0.51293409 0.38229039 -0.05869604
+0.49082598 0.37556252 -0.06293744
+0.50112212 0.50609523 -0.06555499
+-0.20086399 0.47783008 -0.06694310
+-0.20140164 0.46366459 -0.06809404
+-0.17832482 0.44523346 -0.06852174
+-0.15407728 0.42619860 -0.07165670
+-0.12936649 0.41348648 -0.06564791
+-0.10109361 0.39143708 -0.03401366
+-0.06344943 0.42821977 -0.04036066
+-0.02252034 0.41382530 -0.04226843
+0.01876337 0.38955989 -0.04521292
+0.05488658 0.37138885 -0.04730429
+0.09054593 0.35460359 -0.05066111
+0.13425185 0.33067086 -0.05112061
+0.18002160 0.30972075 -0.01026212
+0.23026250 0.29305059 -0.02036032
+0.28932956 0.27288538 -0.02668334
+0.33705610 0.24756953 -0.03080772
+0.35927397 0.22255264 -0.00275217
+0.38943502 0.19891232 0.02625609
+0.46087945 0.17676678 0.01447547
+0.57190186 0.15462297 -0.04169912
+0.69475901 0.12638091 -0.05233209
+0.74231786 0.09900418 -0.05807308
+0.77927977 0.07512857 -0.05848911
+0.81199646 0.04973813 -0.06125423
+0.82743520 0.02578419 -0.06410077
+0.85187864 0.00606434 -0.06607565
+0.90470701 -0.01257330 -0.06891035
+-0.00124078 -0.03146661 -0.07071603
+-0.28401563 -0.01058500 -0.07311022
+-0.25861874 0.00960022 -0.07442024
+-0.24038185 0.03556257 -0.07586081
+-0.21853013 0.05605925 -0.08113898
+-0.18933463 0.10654352 -0.08356249
+-0.14694518 0.32516345 -0.08580589
+-0.08298177 0.32623911 -0.08640042
+-0.00937055 0.33394137 -0.08660015
+0.04743578 0.34542501 -0.08912102
+0.09745749 0.35935101 -0.09102344
+0.15079193 0.36647475 -0.05088332
+0.20318618 0.37817290 -0.04535442
+0.24852803 0.38589329 -0.04925457
+0.31802720 0.39729223 -0.05221425
+0.37166655 0.41138703 -0.05497497
+0.42493641 0.42049760 -0.05797450
+0.48843670 0.43783563 -0.06289948
+0.55664265 0.45215166 -0.05968829
+0.63324535 0.46207333 -0.06313469
+0.73335177 0.47796011 -0.06720088
+0.81717825 0.48898405 -0.05674088
+0.89061284 0.50186038 -0.05865253
+0.95741177 0.51997340 -0.06628967
+1.01455808 0.52958077 -0.07277504
+1.06373668 0.54283714 -0.07591661
+1.12010789 0.55384338 -0.07913878
+0.78618252 0.56977683 -0.08143866
+-0.24526085 0.58267456 -0.08334007
+-0.24134946 0.60043472 -0.08438986
+-0.26161823 0.61156356 -0.08542758
+0.20456618 -0.07304060 -0.09093100
+0.25238234 0.02156299 -0.08247381
+0.27717263 0.07682701 -0.02918386
+0.34419894 0.07969409 -0.05600663
+0.39145193 0.08803830 -0.06719100
+0.46022242 0.09535816 -0.08256336
+0.52200729 0.10537748 -0.08910792
+0.57332879 0.11125731 -0.09425309
+0.62477207 0.11781313 -0.09553657
+0.67960417 0.12470915 -0.09721009
+0.74065715 0.12874494 -0.08077207
+0.80286318 0.13700968 -0.04699180
+0.87950999 0.14636782 -0.05304902
+0.93777990 0.14998870 -0.05541142
+0.97918022 0.15735935 -0.05792090
+1.00744760 0.16636068 -0.06030044
+1.03162158 0.17287220 -0.06334871
+1.05384886 0.17827712 -0.06480027
+1.10368586 0.17659792 -0.05713437
+0.58231664 0.18184590 -0.03098579
+0.50977349 0.18360841 -0.00474172
+0.57945859 0.18737081 -0.02611176
+0.64782637 0.18860714 -0.04851488
+0.71160734 0.18350025 -0.05995947
+0.75435728 0.18722990 -0.06440447
+0.81965554 0.18845575 -0.06651345
+0.32127622 0.18727697 -0.01816225
+-0.29267833 0.18875767 -0.06896812
+-0.26179156 0.18999910 -0.07077099
+-0.25253725 0.19639242 -0.07146218
+-0.24123690 0.20552456 -0.07275654
+-0.22666703 0.21927992 -0.07302961
+-0.19530699 0.23672810 -0.07434617
+-0.12116470 0.25393054 -0.07414588
+-0.01896701 0.26608688 -0.07344167
+0.07863885 0.39363632 -0.07555416
+0.15311587 0.50186789 -0.07580768
+0.21330920 0.50099403 -0.07682344
+0.26016217 0.50667769 -0.07989886
+0.30188745 0.51313639 -0.07901793
+0.34852803 0.51761192 -0.07877420
+0.38897613 0.52235520 -0.07989708
+0.43102860 0.53269392 -0.07970729
+0.46691102 0.55962139 -0.08237363
+0.50488061 0.56850046 -0.04504507
+0.54050374 0.57764643 -0.04694023
+0.57130122 0.58071774 -0.05000658
+0.60768116 0.59216601 -0.05182964
+0.65013409 0.60217547 -0.05356887
+0.68413502 0.60563999 -0.05611635
+0.71510285 0.61375684 -0.05999680
+0.74902445 0.61950040 -0.03369360
+0.78527385 0.62951303 -0.03440440
+0.82672995 0.63896996 -0.03878683
+0.88147014 0.64387488 -0.04087273
+0.91611135 0.64853352 -0.04416322
+0.94089186 0.65812200 -0.04474130
+0.95798862 0.66761148 -0.04764266
+0.98102224 0.67492425 -0.05049579
+1.00821555 0.68528324 -0.05199630
+1.05628097 0.69523013 -0.05367867
+0.53503710 0.69901770 -0.05487903
+0.55748153 0.70970225 -0.05594051
+0.62489253 0.72067082 -0.05680808
+0.68139523 0.73134941 -0.05793457
+0.72712094 0.74698442 -0.05755167
+0.77657574 0.75870883 -0.05935803
+0.85907435 0.77351719 -0.05982544
+0.15907924 0.78073686 -0.06005614
+-0.24000183 0.84771526 -0.06164002
+-0.21371810 0.88016021 -0.06245184
+-0.20324805 0.88180256 -0.06484913
+-0.19666183 0.88303107 -0.06547520
+-0.18835612 0.89087719 -0.06546108
+-0.17034772 0.89528221 -0.06627525
+-0.12428354 0.90176052 -0.06691374
+-0.07669965 0.93737888 -0.06781720
+-0.04637592 0.97882491 -0.05236241
+-0.02628216 0.98545796 -0.04401831
+0.00120608 0.99477118 -0.04851027
+0.04886888 1.00658464 -0.05113947
+0.11245793 1.01481664 -0.05230199
+0.17785646 1.02269280 -0.05357491
+0.22350408 1.02975047 -0.05709847
+0.28140920 1.03247321 -0.03230932
+0.32309601 1.03886020 -0.01364993
+0.37592560 1.05089724 -0.02133235
+0.41317233 1.05963588 -0.02565216
+0.45021445 1.06694484 -0.02753821
+0.49543241 1.07650042 -0.02989037
+0.53860492 1.08990169 -0.03420723
+0.56673157 1.10007274 -0.03691594
+0.60545737 1.11005592 -0.03947297
+0.64012742 1.12066543 -0.04155673
+0.68871450 1.13089454 -0.04251533
+0.75703925 1.14230442 -0.04494156
+0.80614233 1.15342367 -0.04553701
+0.84226739 1.16474450 -0.04624672
+0.86585581 1.17599404 -0.04768509
+0.88075691 1.18701732 -0.04852550
+0.89954829 1.19857597 -0.05004086
+0.93901086 1.19347250 -0.04920109
+0.47155601 1.17651272 -0.05016113
+0.17438523 1.15028560 -0.05221463
+0.24038443 1.13101542 -0.05316124
+0.29312316 1.11598372 -0.05428906
+0.35083339 1.09995413 -0.05503845
+0.41090998 1.08345497 -0.05575133
+0.49399707 1.06699181 -0.05619291
+0.23048954 1.04444337 -0.05813430
+-0.25487438 1.05597532 -0.05249726
+-0.22538979 1.04437208 -0.04315716
+-0.21344835 1.02973342 -0.04570336
+-0.20009671 1.01417756 -0.04774559
+-0.18212663 0.99910891 -0.04986935
+-0.15249644 0.98433453 -0.05084660
+-0.10278559 0.96469843 -0.05298704
+-0.04532674 0.98564571 -0.03883865
+-0.00366974 0.98439080 -0.00497708
+0.02125462 0.96980995 -0.01346790
+0.04641755 0.95649070 -0.01753340
+0.06962924 0.94282705 -0.01946537
+0.09065964 0.93025911 -0.01970503
+0.11921461 0.92016613 -0.02440247
+0.14064327 0.90557039 -0.02804335
+0.15522492 0.89189786 -0.02941802
+0.17229192 0.87739372 -0.03213632
+0.19565636 0.86776465 -0.03222130
+0.22760180 0.85464609 -0.03499553
+0.26384842 0.83979583 -0.03638238
+0.30777514 0.82923520 -0.03653127
+0.34466040 0.81491780 -0.03870951
+0.38184679 0.80025131 -0.03869351
+0.41781425 0.78760076 -0.04044479
+0.48367456 0.76988566 -0.04092113
+0.55165523 0.75689977 -0.04263888
+0.67035830 0.73780191 -0.04227129
+0.75102264 0.71836144 -0.04327146
+0.81650990 0.70302302 -0.04518366
+0.87877202 0.68381608 -0.04544503
+0.93241864 0.67092955 -0.04710034
+0.98937607 0.65199310 -0.04658832
+1.07792723 0.63821298 -0.04705720
+0.22823973 0.62449008 -0.04839043
+-0.09819847 0.61554426 -0.04293720
+-0.05361446 0.60011411 -0.04446088
+-0.01993609 0.59187931 -0.04747150
+0.01390899 0.58337784 -0.04793219
+0.04326700 0.57056135 -0.05045799
+0.10129496 0.55978572 -0.05083221
+-0.06218132 0.59164965 -0.04599973
+-0.18341248 0.66725355 0.00799049
+-0.15542236 0.65125823 0.00127899
+-0.13752517 0.63547611 -0.00359166
+-0.11985572 0.62450927 -0.00754594
+-0.10052168 0.61464822 -0.01204396
+-0.07101472 0.59841955 -0.01604671
+-0.03318993 0.58593255 -0.01967763
+0.00452885 0.57063365 -0.02081197
+0.03711702 0.55653864 -0.02414169
+0.07316238 0.54595965 -0.02372155
+0.12096823 0.53256553 -0.02617012
+0.17521816 0.52278781 -0.02610085
+0.23718119 0.51250881 -0.02877779
+0.29755485 0.49632910 -0.02875455
+0.35141534 0.48118207 -0.03122640
+0.40677580 0.46913880 -0.03087087
+0.46485466 0.45693740 -0.03361320
+0.53358257 0.44157365 -0.03325993
+0.60422230 0.42181474 -0.03586421
+0.65417796 0.40337840 -0.00587480
+0.70309722 0.38066676 0.00764639
+0.77074063 0.36827719 -0.00592220
+0.83627129 0.35588509 -0.02243380
+0.89857119 0.34142563 -0.03267146
+0.97198898 0.32600006 -0.04346031
+0.89183789 0.28807271 -0.04853973
+0.54197890 0.00119919 -0.02131181
+0.60392606 0.03625650 -0.03374109
+0.64674753 0.04303855 -0.03901205
+0.68054003 0.04926783 -0.04119955
+0.71332020 0.05500124 -0.04295382
+0.75849664 0.05315026 -0.04640026
+0.62142646 0.07673699 -0.05016997
+-0.24203652 0.26254562 0.01490548
+-0.18848087 0.25474727 0.00576228
+-0.16844864 0.25353912 0.00077164
+-0.15033926 0.25747144 -0.00587041
+-0.13017422 0.25546604 -0.01175023
+-0.10756879 0.25869134 -0.01657854
+-0.05803785 0.25312814 -0.01705285
+0.00050970 0.24912775 -0.02275635
+0.04816204 0.24345265 -0.02745105
+0.08700659 0.24627280 -0.02793451
+0.13634558 0.24881811 -0.03056304
+0.19975419 0.25113475 -0.03093064
+0.25223088 0.24401264 -0.03443966
+0.32338992 0.24506640 -0.03374952
+0.37384763 0.24654454 -0.03674060
+0.39353228 0.24306348 0.00504504
+0.43065593 0.23398955 0.02263280
+0.48206428 0.23219036 0.02221361
+0.53853792 0.22670586 0.01777977
+0.59524798 0.22441116 0.00678652
+0.67434990 0.22229972 -0.02505191
+0.74471843 0.20823446 -0.04406745
+0.78246450 0.20737658 -0.04938533
+0.83968455 0.20251350 -0.05083067
+0.89389342 0.19543484 -0.05491849
+0.95733339 0.19377819 -0.05973519
+1.04235101 0.18944775 -0.06906074
+1.10742426 0.19366716 -0.07705808
+1.15903664 0.18803786 -0.07770219
+1.17106998 0.19742593 -0.08033333
+1.17903447 0.20354547 -0.07911557
+1.18384945 0.21392596 -0.08170802
+1.23358166 0.21063134 -0.08291552
+-0.26567817 0.46147886 -0.01808873
+-0.24668507 0.44387281 -0.02419769
+-0.22211871 0.44548732 -0.02738479
+-0.20363256 0.44229519 -0.03077871
+-0.17715406 0.43570274 -0.03335289
+-0.14841892 0.43917865 -0.03633088
+-0.08337436 0.43725657 -0.03577508
+-0.16136290 0.43434611 -0.03870396
+-0.11548523 0.43654233 -0.04195026
+-0.08680288 0.43745887 -0.04013935
+-0.04498210 0.43070343 -0.04246114
+0.00803168 0.43493283 -0.04093455
+0.07044671 0.43554726 -0.04350837
+0.13277428 0.43540463 -0.04215634
+0.19570284 0.42718932 -0.04489578
+0.25804812 0.42916113 -0.04406080
+0.30257910 0.42852166 -0.04708666
+0.36051518 0.42605904 -0.04631532
+0.40522391 0.42468634 -0.04956524
+0.45219067 0.41525993 -0.04906122
+0.50491673 0.41504619 -0.05243819
+0.55466992 0.41123092 -0.05183742
+0.58924186 0.40980366 -0.05480329
+0.63327587 0.40571210 -0.05111504
+0.66090059 0.39909783 -0.02873995
+0.71000892 0.39490271 -0.01893537
+0.81362844 0.38780144 -0.05346002
+0.87627226 0.39238575 -0.06799271
+0.92805010 0.39780024 -0.07553533
+0.95497859 0.40412036 -0.07685936
+0.97577035 0.41033497 -0.07728098
+1.00247133 0.41614020 -0.08063252
+1.06014216 0.41505471 -0.08695881
+0.06611036 0.59167641 -0.02204711
+0.02151600 0.59207845 -0.03041200
+0.05613551 0.58714324 -0.03331213
+0.08755006 0.58110297 -0.03579168
+0.11682833 0.58247125 -0.03877692
+0.15628493 0.57757688 -0.04117352
+0.22919570 0.57634062 -0.04080550
+-0.17362154 0.59363866 -0.04090252
+-0.17141549 0.58846790 -0.04047844
+-0.14745215 0.59002191 -0.04242169
+-0.12098544 0.58828461 -0.04470756
+-0.08437644 0.59028709 -0.04370547
+-0.03716953 0.58581573 -0.04625806
+0.02757808 0.58527994 -0.04558703
+0.08750813 0.58470184 -0.04804951
+0.14857240 0.58077490 -0.04747061
+0.19794106 0.57498199 -0.05066318
+0.24374165 0.57448727 -0.05015920
+0.28909543 0.57310408 -0.05316820
+0.32349089 0.56971991 -0.05284702
+0.37959242 0.56751478 -0.05583758
+0.41906837 0.56614965 -0.05545802
+0.45334274 0.56628245 -0.05855358
+0.49923491 0.55404735 -0.05832066
+0.54377860 0.55235642 -0.06130109
+0.60847962 0.54724735 -0.06547603
+0.68250006 0.54475105 -0.07738796
+0.74406070 0.54691172 -0.08212380
+0.79098278 0.54829526 -0.08147843
+0.82459855 0.55494678 -0.08362158
+0.85140306 0.55065948 -0.08237500
+0.88604522 0.55625176 -0.08373570
+0.94763851 0.55101109 -0.08191738
+0.18640444 0.71027607 -0.02867057
+0.17992508 0.70506644 -0.03601622
+0.22463909 0.70112377 -0.03876812
+0.25904199 0.70027143 -0.04163844
+0.28974852 0.69626284 -0.04396426
+0.33098659 0.69525093 -0.04651349
+0.41269359 0.69038725 -0.04619351
+-0.20624159 0.69626439 -0.04425337
+-0.19854254 0.69746578 -0.04443203
+-0.18054983 0.69642466 -0.04680802
+-0.15930553 0.68916422 -0.04905515
+-0.13129681 0.69072676 -0.04805882
+-0.09330101 0.68926775 -0.05058779
+-0.03539319 0.68594098 -0.05006335
+0.03492507 0.67805552 -0.05258710
+0.09105369 0.67396569 -0.05212029
+0.13677704 0.67117232 -0.05514902
+0.17851177 0.67116338 -0.05456844
+0.22284745 0.66742635 -0.05763197
+0.25704861 0.66501182 -0.05701692
+0.31207824 0.65423429 -0.05996441
+0.35290074 0.65388280 -0.05938824
+0.39033324 0.64996994 -0.06245198
+0.43214729 0.64610678 -0.06209200
+0.47725230 0.64175880 -0.06478978
+0.53652501 0.63692224 -0.06900240
+0.61567801 0.63474256 -0.08011332
+0.67956817 0.63277549 -0.08404429
+0.73297745 0.62710381 -0.08616576
+0.76725334 0.62964225 -0.08536340
+0.80138880 0.63166589 -0.08492508
+0.84477419 0.63393563 -0.08721302
+0.91447306 0.63077843 -0.08845070
+0.18865040 0.76257640 -0.03117239
+0.24226311 0.75265902 -0.03909686
+0.28504026 0.75246757 -0.04133987
+0.31549531 0.74635488 -0.04399135
+0.34913442 0.74564552 -0.04281547
+0.38794437 0.73872209 -0.04495909
+0.46343008 0.73725998 -0.04799024
+-0.25235546 0.73224550 -0.04530902
+-0.20286730 0.73049772 -0.04544757
+-0.18532160 0.72881550 -0.04772628
+-0.16389123 0.72707587 -0.04670883
+-0.13185214 0.72165507 -0.04859209
+-0.07993937 0.72365463 -0.04660190
+-0.00598187 0.72184473 -0.04903913
+0.06142957 0.71783155 -0.05195729
+0.12772587 0.71124119 -0.05211072
+0.16996002 0.70960617 -0.05537611
+0.21388808 0.69906688 -0.05585781
+0.23185959 0.69399410 -0.06048109
+0.25990286 0.69039237 -0.06048199
+0.31270993 0.68326539 -0.06327660
+0.35169780 0.68016577 -0.06282615
+0.39617309 0.67789710 -0.06243004
+0.43510985 0.67364156 -0.06628747
+0.66798842 0.68347740 -0.06694173
+0.70131326 0.65115541 -0.07134831
+0.78662026 0.64503729 -0.07899125
+0.85535270 0.63987166 -0.08535192
+0.90421462 0.64281332 -0.08475403
+0.93368965 0.65417236 -0.09008630
+0.20464423 0.16737249 -0.06839062
+0.24978690 0.20815949 -0.07351355
+0.25537333 0.20641737 -0.07433701
+-0.12222786 0.30251929 -0.02435905
+-0.10149673 0.29375738 -0.02846137
+-0.11806095 0.27625769 -0.03131618
+0.25794303 0.78986317 -0.04425128
+0.26001722 0.74899602 -0.04369855
+0.29022539 0.75025749 -0.04618273
+0.31224483 0.75157505 -0.05623643
+-0.22311243 0.38531968 -0.01765583
+-0.15161948 0.42090225 -0.03138702
+-0.12376691 0.42002931 -0.03341253
+-0.09942905 0.42069083 -0.03196047
+-0.06699853 0.42348671 -0.03547323
+-0.02095223 0.42245170 -0.03708747
+0.04095946 0.42484251 -0.04055352
+0.10654216 0.41991180 -0.04021618
+0.18706515 0.41952920 -0.04455479
+0.25019601 0.41664565 -0.04572374
+0.32175642 0.41799673 -0.04926629
+0.37724689 0.41949758 -0.05181551
+0.43387106 0.42078817 -0.05350455
+0.50027198 0.41743109 -0.05333564
+0.55822998 0.41098821 -0.05684758
+0.60940897 0.41187778 -0.05739781
+0.65725219 0.41075960 -0.05372661
+0.69460845 0.40428799 -0.02019940
+0.77163380 0.40019113 -0.03892695
+0.88533998 0.39791939 -0.06630141
+0.95461613 0.39854312 -0.07961651
+1.00811398 0.40106663 -0.08188593
+1.04623032 0.40626392 -0.08464028
+1.07744479 0.40486720 -0.08461186
+1.10818517 0.41033322 -0.08735480
+1.06491649 0.42009377 -0.08717719
+0.07769158 0.58393657 -0.02931721
+0.10825350 0.57559156 -0.03781008
+0.11396609 0.57325685 -0.04063928
+0.11218078 0.57741773 -0.04317744
+0.12073173 0.58093810 -0.04608764
+0.12345936 0.57768410 -0.04495280
+0.12675427 0.58056182 -0.05361048
+-0.19759190 0.58803570 -0.04539809
+-0.14419475 0.58319592 -0.05135936
+-0.12075970 0.58627921 -0.05378814
+-0.09149269 0.58896643 -0.05429428
+-0.06289486 0.59140849 -0.05674597
+-0.03052314 0.59432006 -0.06073448
+0.02463186 0.58901185 -0.05984278
+0.09303451 0.59117311 -0.06280338
+0.17528072 0.59671932 -0.06336789
+0.23408578 0.59886181 -0.06563280
+0.30689070 0.60002702 -0.06621367
+0.36086112 0.60152519 -0.06844786
+0.41702443 0.60220546 -0.06883682
+0.48461360 0.59806812 -0.07105716
+0.53939527 0.59815758 -0.07122821
+0.59567559 0.59769624 -0.07318182
+0.65099496 0.59715033 -0.07302818
+0.72595692 0.59858292 -0.07522317
+0.79723066 0.59557950 -0.07914651
+0.90504831 0.58875847 -0.08947710
+0.97949988 0.58959335 -0.09106074
+1.03622901 0.58245051 -0.08982395
+1.08331430 0.58774966 -0.09277201
+1.11585200 0.59801686 -0.09245077
+1.14011502 0.60449189 -0.09502599
+1.17020762 0.61258668 -0.09643537
+-0.29443571 0.78941065 -0.03356933
+-0.25719619 0.78009969 -0.03843724
+-0.25996926 0.78937519 -0.04494968
+-0.26863286 0.78528374 -0.04746319
+-0.26586741 0.79382485 -0.04650339
+-0.25990516 0.79736775 -0.04928300
+-0.22531170 0.79527932 -0.05717252
+-0.14637157 0.78948092 -0.06934764
+-0.08851998 0.78045732 -0.07306024
+-0.05231936 0.77598721 -0.07472552
+-0.01974821 0.75834566 -0.07310577
+0.01876913 0.75315088 -0.07478694
+0.05153726 0.74460208 -0.07649980
+0.09555740 0.73554254 -0.07509134
+0.13955395 0.73069131 -0.07700069
+0.21844204 0.72154570 -0.07546613
+0.27776048 0.71295446 -0.07761157
+0.35802749 0.69859076 -0.07604607
+0.41805291 0.68890584 -0.07773671
+0.48387626 0.67848903 -0.07641913
+0.55034465 0.67070746 -0.07791527
+0.61818451 0.65893722 -0.07611123
+0.66650051 0.64821893 -0.07470077
+0.72005779 0.64046925 -0.07608844
+0.78757471 0.62793881 -0.07469719
+0.86212665 0.60489029 -0.08083292
+0.67985016 0.61369807 -0.07551746
+0.69827539 0.60016638 -0.08124330
+0.73224866 0.59366035 -0.07954440
+0.75821114 0.58607495 -0.08213224
+0.77406496 0.58024675 -0.08059294
+0.78708315 0.57604915 -0.08252089
+0.83410400 0.56572169 -0.08316920
+-0.10143989 0.68299240 -0.02414457
+-0.24499805 0.67912084 -0.02918108
+-0.20412913 0.66700602 -0.03234070
+-0.16454098 0.65936983 -0.03523248
+-0.12613422 0.64338177 -0.03854516
+-0.08715937 0.63526273 -0.04083091
+-0.02743530 0.62413651 -0.04878428
+0.04280416 0.61477447 -0.05636979
+0.10718021 0.59971362 -0.06382663
+0.15668778 0.58972335 -0.06616331
+0.20983005 0.57919663 -0.06573439
+0.25380349 0.57035339 -0.06722123
+0.29798883 0.56167936 -0.06681667
+0.34799173 0.54762256 -0.06837513
+0.40211603 0.53601831 -0.06781293
+0.45571679 0.52371955 -0.06938697
+0.51422852 0.51446092 -0.06825005
+0.58168453 0.50528747 -0.06997493
+0.64839202 0.49529004 -0.06872122
+0.71931726 0.48366019 -0.07028191
+0.77654487 0.46530703 -0.05338107
+0.82504719 0.45231608 -0.04747299
+0.87669748 0.44069135 -0.05489565
+0.92169827 0.43050930 -0.06338247
+0.96880919 0.41990846 -0.06668098
+1.02495229 0.40568820 -0.07525463
+0.55394495 0.46048355 -0.05377692
+0.13536587 0.47131562 -0.05448776
+0.15986006 0.45757237 -0.05710737
+0.16640146 0.44284821 -0.05736736
+0.17430225 0.42899433 -0.05948950
+0.17730570 0.42211694 -0.06043622
+0.19711600 0.40987763 -0.06381410
+0.04166434 0.46155724 -0.01828202
+-0.14504330 0.48107857 -0.01766874
+-0.07169808 0.46562368 -0.02250523
+-0.00125581 0.44820899 -0.02505752
+0.06816030 0.43665352 -0.02957533
+0.13052720 0.42004672 -0.03164855
+0.19548804 0.40465456 -0.03899527
+0.26976174 0.39035514 -0.04513993
+0.33809066 0.37152013 -0.05244709
+0.40507773 0.35669467 -0.05466899
+0.46162322 0.34085125 -0.05560519
+0.52365273 0.32570618 -0.04895920
+0.53754121 0.30315807 0.00370052
+0.59178591 0.29019383 0.00052366
+0.67515379 0.27510905 -0.01714181
+0.75349402 0.26585898 -0.03804772
+0.81698138 0.25148299 -0.05572538
+0.88342798 0.23651718 -0.06034464
+0.94237065 0.22519538 -0.06171287
+1.01092410 0.20874612 -0.06198095
+1.05879629 0.19770749 -0.06088686
+1.08192885 0.18279603 -0.06243711
+1.08465374 0.16819389 -0.06206827
+1.07238901 0.15937722 -0.06376819
+1.06221354 0.14682050 -0.06363223
+1.04388702 0.13112937 -0.06830493
+1.06764805 0.18708861 -0.03584945
+-0.27889353 0.29863822 -0.02956231
+-0.27301189 0.27717784 -0.03431858
+-0.25622544 0.25909254 -0.03657781
+-0.23807880 0.24716641 -0.03945784
+-0.21636741 0.23535971 -0.04173285
+-0.19169874 0.21921964 -0.04517093
+-0.14174442 0.21276155 -0.01610452
+-0.07660282 0.21745420 -0.00799369
+-0.01566808 0.20281969 -0.01397853
+0.03953713 0.18627898 -0.01596339
+0.10451205 0.16555794 -0.01986238
+0.16814141 0.15044907 -0.02273457
+0.20998214 0.13276002 -0.00219263
+0.24832381 0.10927235 0.03361547
+0.34336603 0.08949223 -0.02823835
+0.40388593 0.06906129 -0.04260305
+0.45708227 0.03922496 -0.04425892
+0.51959813 0.01756012 -0.04567323
+0.58128166 -0.00045190 -0.04695629
+0.65124673 -0.01965791 -0.04799455
+0.72638774 -0.03894852 -0.05012504
+0.79111910 -0.06903073 -0.05015680
+0.85053009 -0.08773683 -0.05028120
+0.90400243 -0.10600424 -0.05102872
+0.95660800 -0.12460841 -0.05211463
+1.02534771 -0.12816745 -0.05332416
+0.78077775 -0.12152815 -0.05356748
+0.18099286 -0.10696981 -0.05488218
+0.19415960 -0.09025179 -0.05552733
+0.17867111 -0.07334605 -0.05645635
+0.15933371 -0.05607356 -0.05727806
+0.14178975 -0.03228833 -0.06055871
+0.12933306 -0.02741921 -0.02886497
+0.08583917 0.20736665 -0.00331454
+-0.20178357 0.25149915 -0.01158962
+-0.15029234 0.25459006 -0.01628474
+-0.12742981 0.26876265 -0.01959668
+-0.09920353 0.27430132 -0.02150775
+-0.07404780 0.28371152 -0.02507346
+-0.04273441 0.28778130 -0.01431926
+-0.00546887 0.29748520 -0.00069654
+0.02223631 0.30100653 -0.00617513
+0.05620533 0.30957642 -0.00962018
+0.08142321 0.32494125 -0.01227975
+0.11311118 0.33120403 -0.01576128
+0.15627411 0.33914578 -0.01901685
+0.20122676 0.35384038 -0.02428389
+0.27688411 0.36001092 -0.02847232
+0.34548661 0.36622941 -0.03217655
+0.41026813 0.37973580 -0.03341252
+0.47641852 0.38763827 -0.03531440
+0.54972291 0.39622957 -0.03497084
+0.62581301 0.39877817 -0.02756919
+0.60220045 0.41099676 -0.03714041
+0.54158449 0.41786420 -0.03781454
+0.58336335 0.43212301 -0.03918700
+0.60838562 0.43939996 -0.03916867
+0.62749308 0.44972664 -0.04097941
+0.64748770 0.46023920 -0.04175915
+0.67570376 0.48030472 -0.04440733
+0.45886171 0.50663191 -0.04493430
+-0.27956724 0.52687752 -0.04644236
+-0.23464687 0.54208243 -0.04632212
+-0.21424954 0.55937958 -0.04744555
+-0.19168714 0.58027822 -0.04922524
+-0.16409954 0.59569287 -0.03329577
+-0.11778122 0.62626374 0.02270880
+-0.05223141 0.75251585 0.01421630
+0.01705377 0.75163209 0.00793749
+0.08604366 0.76732504 0.00517479
+0.13406332 0.77983207 0.00305011
+0.19378008 0.78846788 0.00171556
+0.24607304 0.80452818 -0.00026682
+0.30106926 0.81648564 0.01542811
+0.36259413 0.83031243 0.00674737
+0.42523608 0.84119457 0.00169366
+0.48109087 0.85535842 0.00079536
+0.54114646 0.87156647 -0.00465446
+0.60878843 0.88828450 -0.00542332
+0.68231416 0.90340000 -0.01168352
+0.77982581 0.91535991 -0.01376639
+0.88515013 0.93184900 -0.01824099
+0.95863467 0.94827813 -0.01830702
+1.02116501 0.96349937 -0.02209958
+1.06803393 0.97946608 -0.02174220
+1.10869658 0.99455869 -0.02478877
+1.15199304 1.00733078 -0.02449978
+1.02140594 1.02095973 -0.02760033
+-0.30755317 1.03677523 -0.02646356
+-0.29039440 1.05384541 -0.02624979
+-0.28469875 1.07141924 -0.02861751
+-0.26724812 1.08896410 -0.02844418
+-0.24211773 1.10665095 -0.03307257
+-0.21020897 1.12758970 -0.03294356
+-0.15586975 1.15078294 -0.03565700
+-0.07592963 1.16952944 -0.03517627
+-0.00619569 1.18783081 -0.03774793
+0.04845036 1.18337977 -0.03715049
+0.09661435 1.17201579 -0.04233129
+0.15276076 1.16022348 0.03273943
+0.21218555 1.14425373 0.03268237
+0.28485304 1.12578440 0.02606877
+0.36185521 1.10890472 0.02172304
+0.43775162 1.09784567 0.02239802
+0.50892848 1.08705592 0.01807852
+0.57516074 1.07594073 0.01233206
+0.64482164 1.06500793 0.01705138
+0.71917379 1.05035031 0.01298416
+0.79301155 1.03879857 0.01152602
+0.86540115 1.02730989 0.00826979
+0.91467124 1.01372004 0.00329127
+0.95392478 0.99793190 0.00218850
+1.00166297 0.98502624 -0.00147095
+1.03853047 0.97159249 -0.00265949
+1.09974861 0.95530349 -0.00609123
+0.39351940 0.94306815 -0.00704848
+0.10110717 0.93165994 -0.00914100
+0.09384446 0.91737026 -0.01004172
+0.07298299 0.90647006 -0.00914731
+0.05200982 0.89174688 -0.01105638
+0.03202208 0.90949196 -0.01181893
+0.02379388 0.93575048 -0.01323643
+-0.02482625 0.92013472 -0.01409317
+-0.08598473 0.90951866 -0.01571827
+0.01386059 0.89498442 -0.02215018
+0.11157253 0.88347173 -0.03427987
+0.79745096 0.13754201 -0.06570001
+0.82458591 0.11619484 -0.06739612
+0.85328126 0.09315835 -0.06992690
+0.87953049 0.07655359 -0.03055612
+0.92954934 0.05676841 0.02061476
+0.97507453 0.04059602 0.01290832
+0.99484783 0.02474055 0.00602936
+1.00375569 0.00390806 0.00008365
+1.01214540 -0.01367335 -0.00546865
+1.02259374 -0.02924822 -0.01131852
+1.04248250 -0.04841207 -0.01496157
+0.89035124 -0.06393097 -0.01440928
+0.20284043 -0.07951071 -0.01867840
+0.28998810 -0.09840639 -0.01932841
+0.35584846 -0.11407028 -0.02241430
+0.41947964 -0.12890863 -0.02334675
+0.47965610 -0.14281613 -0.02725166
+0.53003997 -0.16062029 -0.03103832
+0.62606364 -0.17357086 -0.03101337
+-0.05492518 -0.18709838 -0.03166032
+-0.22408287 -0.20427288 -0.03478073
+-0.18883447 -0.20774351 -0.03503168
+-0.16539727 -0.22728598 -0.03830256
+-0.14845787 -0.24418527 -0.03828543
+-0.13611411 -0.26033524 -0.04147260
+-0.10952441 -0.27677912 -0.04174059
+-0.06402308 -0.29241145 -0.04471109
+-0.01649177 -0.30828601 -0.04489038
+0.00828917 -0.28552434 -0.04855594
+0.02541721 -0.26879540 -0.05289392
+0.03924996 -0.26273590 -0.06397732
+0.05097729 -0.25445181 -0.06685960
+0.06440383 -0.24732111 -0.06960724
+0.08522723 -0.24022138 -0.06906866
+0.12637609 -0.23548713 -0.07122074
+0.18880427 -0.21933270 -0.07119865
+0.23720056 -0.20028904 -0.07545269
+0.29497394 -0.19548805 -0.01745282
+0.35339400 -0.18524444 -0.02372913
+0.39789686 -0.17489101 -0.02652477
+0.46278828 -0.16507870 -0.03055046
+0.51824665 -0.15440041 -0.03369792
+0.56406349 -0.14559683 -0.03689424
+0.61778170 -0.13649663 -0.04197012
+0.67706263 -0.12644732 -0.02693279
+0.74061710 -0.11657321 -0.03053048
+0.81896102 -0.11156165 -0.03092767
+0.89450800 -0.10136893 -0.03360112
+0.95164216 -0.09174468 -0.03393509
+0.99659121 -0.08492002 -0.03663122
+1.02854335 -0.07555440 -0.03982493
+1.05790973 -0.06953352 -0.04162664
+1.08636463 -0.06188629 -0.04373433
+0.97048789 -0.05416821 -0.04463269
+0.32952082 -0.05148866 -0.04628336
+0.39855859 -0.05046281 -0.04762634
+0.44565570 -0.04536841 -0.04754337
+0.48997924 -0.03902243 -0.05030586
+0.53976226 -0.03465478 -0.05064531
+0.57889575 -0.02817766 -0.05331508
+0.65369779 -0.02271998 -0.05388943
+-0.15908039 -0.02353116 -0.05660411
+-0.23917842 -0.00123520 -0.05953949
+-0.22386603 0.00724981 -0.06744544
+-0.21102758 0.01543814 -0.07200680
+-0.19566600 0.02208484 -0.07381582
+-0.17577568 0.03128737 -0.07493354
+-0.12644422 0.04095115 -0.07619149
+-0.05080886 0.04393934 -0.07655714
+0.04262690 0.13631445 -0.07955003
+0.12661725 0.18930091 -0.05426679
+0.20030092 0.19404450 -0.04312089
+0.26515436 0.19731648 -0.04676487
+0.32150775 0.20311479 -0.04768252
+0.34975883 0.21088497 -0.00543317
+0.39870757 0.21407898 0.00940053
+0.45182893 0.22219220 0.00676501
+0.50947368 0.22439137 0.01977933
+0.56385827 0.22985190 0.02379660
+0.61965537 0.23697780 0.00840060
+0.66368413 0.24188139 -0.00620569
+0.69346851 0.24791056 -0.01388957
+0.74727333 0.25508091 -0.02764249
+0.78845173 0.26118687 -0.03687157
+0.81972635 0.26983020 -0.04339645
+0.84690809 0.27292031 -0.04853439
+0.88171309 0.27272135 -0.05290896
+0.92352140 0.27609387 -0.05577902
+0.99495733 0.28238240 -0.05787194
+1.02889860 0.28466064 -0.05933838
+1.04657781 0.28640062 -0.06089882
+1.05862737 0.28693068 -0.06245515
+1.07605946 0.28333554 -0.06383569
+1.08545434 0.28690019 -0.06547219
+1.12594998 0.28775162 -0.06705758
+0.36416134 0.28874633 -0.06977487
+0.17340960 0.29147452 -0.07361277
+0.23339956 0.29616246 -0.07857326
+0.28165224 0.30417052 -0.08126080
+0.32892689 0.31225765 -0.08226530
+0.37685528 0.31557316 -0.08350068
+0.45644191 0.32805449 -0.08400252
+0.11811193 0.33350953 -0.08567336
+-0.15470448 0.55572891 -0.07808883
+-0.10280141 0.55682582 -0.06321556
+-0.06881784 0.55617499 -0.06613752
+-0.04217093 0.56297606 -0.06835445
+-0.01681105 0.56304610 -0.06990892
+0.01446690 0.56689131 -0.07156132
+0.06264567 0.56569636 -0.07376310
+0.10988463 0.57411617 -0.06298847
+0.14712240 0.58110732 -0.04309618
+0.17230253 0.58174986 -0.04892577
+0.20316337 0.58722663 -0.05229532
+0.23836613 0.59394377 -0.05472793
+0.28735882 0.60094112 -0.05600116
+0.34018981 0.60718238 -0.05767296
+0.38352486 0.60404462 -0.06147784
+0.43777680 0.60742694 -0.06444595
+0.48608214 0.61302269 -0.06618284
+0.53181803 0.61876094 -0.06755756
+0.58201480 0.62414694 -0.06865602
+0.62223911 0.62704509 -0.07005375
+0.67534614 0.62796277 -0.07061002
+0.72348320 0.63063353 -0.07279589
+0.75332403 0.63658619 -0.07334840
+0.80490893 0.63857836 -0.07562775
+0.85532463 0.64345980 -0.07617010
+0.92347038 0.64856321 -0.07899848
+0.95033687 0.65008605 -0.08071721
+1.03162909 0.65315437 -0.08388247
+1.10437548 0.66012770 -0.08630563
+1.15549600 0.66785067 -0.08680667
+1.17095971 0.67962676 -0.08716454
+1.17311740 0.69131076 -0.08926142
+1.21937466 0.69670039 -0.08946072
+0.01150316 0.76261681 -0.08850987
+-0.22618338 0.81803042 -0.07790400
+-0.19095315 0.81858379 -0.08097889
+-0.16195250 0.82092196 -0.08325755
+-0.12851539 0.82609302 -0.08387667
+-0.09047046 0.82789057 -0.08440350
+-0.02359455 0.83471978 -0.08494733
+-0.11744627 0.83815348 -0.08158217
+-0.14864972 0.84464997 -0.05039778
+-0.11974929 0.84886563 -0.05433643
+-0.09916650 0.85595328 -0.05942687
+-0.07486001 0.85864538 -0.06209520
+-0.04061173 0.86062908 -0.06407817
+0.00748774 0.86715424 -0.06489515
+0.06684114 0.86795318 -0.06868073
+0.12621608 0.87125063 -0.07332340
+0.17581965 0.87278444 -0.07417569
+0.22070648 0.87464964 -0.07662512
+0.26379186 0.88177228 -0.07650210
+0.30189127 0.88581914 -0.07897189
+0.34214714 0.88994390 -0.07889675
+0.38756049 0.89349860 -0.08126137
+0.42133179 0.90066278 -0.08138252
+0.45356306 0.90479231 -0.08405814
+0.49448428 0.90800428 -0.08396999
+0.53967243 0.90942466 -0.08470503
+0.59835005 0.91668195 -0.08771823
+0.66167307 0.92036080 -0.08949445
+0.71052510 0.92566055 -0.09219159
+0.74360007 0.93225235 -0.09201737
+0.77396512 0.93946809 -0.09217969
+0.80297929 0.94649565 -0.09421623
+0.84359282 0.95566505 -0.09448721
+0.66727656 0.96833438 -0.09541097
+0.24425445 1.01476002 -0.09211151
+0.31552464 1.01503563 -0.09411494
+0.36845568 1.01999140 -0.09455785
+0.42140135 1.02331161 -0.09673522
+0.47347587 1.02832878 -0.09720486
+0.54796332 1.03972614 -0.09876098
+0.40396893 0.89536566 -0.08617254
+-0.27056885 -0.12174885 0.38837293
+-0.23067382 -0.08824845 0.36237276
+-0.21531840 -0.09750237 0.35386688
+-0.19831856 -0.10532498 0.34597546
+-0.17572753 -0.11264505 0.34465474
+-0.12898712 -0.12106652 0.33490381
+-0.04704406 -0.13268773 0.32195440
+0.05335342 -0.14819400 0.31755322
+0.14654835 -0.15886588 0.30503953
+0.21578340 -0.16266327 0.30192128
+0.28397909 -0.17040353 0.28752470
+0.34129047 -0.17791197 0.28339753
+0.40026447 -0.18545187 0.26917356
+0.46641436 -0.19287425 0.25177824
+0.51268363 -0.20094694 0.24501601
+0.57174158 -0.20438989 0.23548666
+0.62378240 -0.21173860 0.21658544
+0.68448746 -0.21917517 0.20401071
+0.73714638 -0.22634608 0.18461014
+0.78693134 -0.22999467 0.17618525
+0.84502190 -0.23695152 0.15666313
+0.88980222 -0.24358442 0.14425175
+0.91887307 -0.25037828 0.14274541
+0.95381540 -0.25312212 0.12968913
+0.99049151 -0.25973371 0.13044249
+1.03906345 -0.27022168 0.12113031
+1.01914930 -0.27102396 0.12049029
+1.06693697 -0.28277352 0.10986649
+1.10100651 -0.28591907 0.11078391
+1.12631893 -0.29340082 0.10216285
+1.15879858 -0.30107662 0.10278632
+1.16388607 -0.30409122 0.10383944
+1.22484052 -0.31246623 0.08411703
+-0.36827043 -0.28004882 0.38347030
+-0.29628515 -0.27786139 0.36209661
+-0.27329186 -0.27705476 0.35176593
+-0.24766986 -0.27311662 0.33875000
+-0.21185440 -0.27269158 0.32582408
+-0.16725582 -0.26993111 0.31419387
+-0.07412109 -0.27277860 0.29819533
+-0.04957844 -0.26747847 0.29447293
+0.04853338 -0.26951441 0.27854574
+0.12257218 -0.26749462 0.27460173
+0.18673399 -0.26166296 0.25782254
+0.23822033 -0.25894922 0.25126830
+0.28994197 -0.25384676 0.23465271
+0.35295489 -0.25076622 0.22415721
+0.40410113 -0.24963550 0.20513277
+0.46019420 -0.24406515 0.19294558
+0.50580031 -0.24104644 0.17061615
+0.56014311 -0.23968957 0.15576695
+0.60924917 -0.23694259 0.13706315
+0.64370781 -0.23134223 0.12701407
+0.69954503 -0.22936937 0.10968011
+0.74710375 -0.22734143 0.09444910
+0.78730637 -0.22506450 0.09347792
+0.82503337 -0.22116622 0.07892016
+0.86750954 -0.21936846 0.07952876
+0.91236955 -0.21976396 0.06893774
+0.98741621 -0.22479598 0.06740794
+1.03199959 -0.22575592 0.06610721
+1.05716062 -0.22157000 0.05810170
+1.07675064 -0.22022995 0.05891593
+1.09715664 -0.21847253 0.05085569
+1.10826278 -0.21674235 0.05127010
+1.15850699 -0.21680257 0.03299579
+0.12057009 -0.17992556 0.31950244
+0.07115830 -0.17847513 0.30703163
+0.10761278 -0.17762685 0.28794649
+0.12985083 -0.17649846 0.27642807
+0.16016926 -0.17546205 0.27458495
+0.19499646 -0.17301482 0.26291057
+0.27185428 -0.17647868 0.24769221
+-0.09671380 -0.13880639 0.24765326
+-0.05609457 -0.14025898 0.23316172
+0.00325889 -0.13845243 0.21916206
+0.05457815 -0.13641119 0.21369188
+0.09750852 -0.13446841 0.19796982
+0.14021467 -0.13281921 0.19145659
+0.19897717 -0.13158664 0.17235455
+0.25588185 -0.12908551 0.16255048
+0.31318808 -0.12788635 0.14045905
+0.35445422 -0.12899536 0.12921482
+0.40542844 -0.12576601 0.10311215
+0.45626342 -0.12382635 0.09819067
+0.49785277 -0.12279801 0.08701714
+0.56253046 -0.12037508 0.07243656
+0.61262488 -0.12063558 0.06085449
+0.66229331 -0.11935886 0.05272754
+0.70419067 -0.11919434 0.04855166
+0.75175244 -0.11745086 0.04890044
+0.80734926 -0.12181100 0.04150843
+0.87531614 -0.12397021 0.03952065
+0.92821616 -0.12494308 0.03244483
+0.96056318 -0.12457979 0.03319816
+0.98556685 -0.12530932 0.03362831
+1.01891196 -0.12627207 0.02773490
+1.04290223 -0.12773459 0.02800576
+1.10009253 -0.12906124 0.01252402
+0.32515267 -0.08794095 0.27346519
+0.30845740 -0.09033672 0.26223961
+0.34155142 -0.08982651 0.25288451
+0.36928087 -0.08852090 0.24206887
+0.39280501 -0.08948626 0.23199975
+0.41884479 -0.08820876 0.22041005
+0.49528104 -0.09190983 0.20616707
+-0.13695578 -0.03289129 0.20965338
+-0.11549614 -0.03611266 0.19495194
+-0.06403230 -0.03679678 0.19111754
+-0.02214064 -0.03670721 0.17552073
+0.01586674 -0.03729637 0.17053232
+0.05475017 -0.03706589 0.15441163
+0.11167444 -0.03938073 0.14449468
+0.17220484 -0.03795208 0.12827660
+0.23120108 -0.03841911 0.11598454
+0.27036515 -0.03503492 0.10063685
+0.31440604 -0.03916641 0.08820880
+0.36086619 -0.03956111 0.07459714
+0.41031167 -0.03682803 0.06319950
+0.47764009 -0.03896426 0.06040590
+0.53596848 -0.04243654 0.04304359
+0.58411074 -0.04030346 0.04298139
+0.63465369 -0.04317402 0.03260116
+0.68745160 -0.04500423 0.03295733
+0.74419010 -0.04607753 0.03204727
+0.80969125 -0.05134746 0.02439051
+0.87123895 -0.05941872 0.02383538
+0.90624970 -0.06071227 0.01861749
+0.93998390 -0.06216066 0.01875483
+0.97534424 -0.06225820 0.01973280
+1.00667143 -0.06405604 0.01359502
+1.07157123 -0.06777522 0.00493813
+0.37033755 -0.01542606 0.24859089
+0.41420436 -0.02366162 0.22723247
+0.44396734 -0.02849828 0.21690738
+0.47396082 -0.02812051 0.20772362
+0.49236083 -0.02949848 0.19740340
+0.50878990 -0.02995347 0.19475242
+0.58154023 -0.02671959 0.18153876
+-0.19773111 0.05544366 0.17543259
+-0.12337434 0.05706940 0.17104998
+-0.07071195 0.05725940 0.15593526
+-0.02602972 0.05231380 0.15223874
+0.01556255 0.05215135 0.13587746
+0.05274605 0.03599181 0.13125966
+0.10744308 0.01371515 0.11005948
+0.16600880 -0.00043238 0.10412890
+0.22463757 -0.00331102 0.08244316
+0.26142466 -0.00394376 0.07920448
+0.31041014 -0.00440497 0.05748045
+0.37262517 -0.00264582 0.05844702
+0.62736297 -0.01632328 0.05075042
+0.64232278 -0.02318257 0.03959509
+0.70585757 -0.02457251 0.03219793
+0.75322556 -0.02761558 0.03309491
+0.80137777 -0.02806157 0.02356826
+0.84187979 -0.01895345 0.02199327
+0.09831331 -0.15833749 0.02012143
+0.17257357 -0.14414121 0.01711154
+0.18812795 -0.14648739 0.01159863
+0.19623022 -0.14609765 0.01229928
+0.19663247 -0.14741281 0.01339008
+0.19475032 -0.16286644 0.01001944
+1.04683828 -0.03492356 0.00543735
+1.01569235 -0.05426977 -0.00467938
+0.29764301 0.00298590 0.23526019
+0.35488454 -0.00363084 0.21090846
+0.37900588 -0.01047593 0.20216082
+0.41317719 -0.00441890 0.19205381
+0.46305829 0.01196801 0.18081228
+0.49475890 0.01774636 0.17737193
+0.49058670 0.00904146 0.16563539
+-0.16526467 0.06089779 0.15822648
+-0.09235819 0.05230946 0.15462911
+-0.04336924 0.03619801 0.13910113
+-0.00909494 0.01455061 0.13452570
+0.02705059 -0.00066973 0.11947820
+0.07160463 -0.00334016 0.11207821
+0.13537472 0.00032992 0.08895341
+0.19515754 0.01177436 0.08156783
+0.25554803 0.01880556 0.05826125
+0.30095896 0.01152306 0.05430847
+0.35376087 0.00876697 0.03558127
+0.40229481 0.00896058 0.03495321
+0.44477823 0.00560220 0.03063657
+0.50500095 0.00312384 0.02266375
+0.56227505 -0.00234706 0.01826298
+0.61420327 -0.00586080 0.01315253
+0.66503876 -0.01203528 0.01098704
+0.72332174 -0.01294581 0.01111689
+0.77728993 -0.01903820 0.00546709
+0.85805237 -0.02672322 0.00471000
+0.91306043 -0.03482131 -0.00027079
+0.94911039 -0.03726612 0.00027331
+0.97640467 -0.04072656 -0.00371791
+1.00940788 -0.04478142 -0.00279987
+1.04337645 -0.05187209 -0.00253447
+0.99405825 -0.05294119 -0.00955672
+0.11266053 0.03696832 0.22244255
+0.16229883 0.02160637 0.19687749
+0.18256283 0.00856901 0.18906221
+0.19384378 -0.00070885 0.17898048
+0.21049936 -0.00810659 0.16687964
+0.22410400 -0.01714520 0.15668713
+0.23085539 -0.02589038 0.15174785
+-0.17808622 -0.00227625 0.14273314
+-0.08752754 -0.01268506 0.13712558
+-0.01249577 -0.02158784 0.12322377
+0.04789788 -0.02673643 0.12028659
+0.09783129 -0.03356853 0.10373754
+0.15390211 -0.03860253 0.10293796
+0.22279590 -0.04242221 0.07887835
+0.28790826 -0.04937956 0.07738915
+0.35363105 -0.05445578 0.05513061
+0.40277943 -0.05831521 0.05303075
+0.45796540 -0.06494775 0.03627668
+0.51140553 -0.06868491 0.03494009
+0.55897349 -0.07236201 0.02281001
+0.61940259 -0.07711301 0.02336885
+0.67052031 -0.08684649 0.01900167
+0.72450542 -0.09031571 0.01443779
+0.77144021 -0.09418338 0.01208759
+0.83027309 -0.09862908 0.00793315
+0.89174902 -0.10869152 0.00726804
+0.97659385 -0.12135404 0.00134148
+1.03336000 -0.12876041 0.00117799
+1.06426716 -0.13250712 0.00237538
+1.08706117 -0.13643913 -0.00205032
+1.11161172 -0.14679503 -0.00085165
+1.13391149 -0.15077280 -0.00591561
+1.09977531 -0.15400515 -0.00945684
+-0.18733275 -0.00806761 0.22167061
+-0.14316489 -0.02921759 0.19594459
+-0.13708523 -0.04603714 0.18579508
+-0.13140212 -0.05120438 0.17394802
+-0.12120399 -0.07029579 0.16236502
+-0.11555972 -0.08705569 0.15082040
+-0.07242176 -0.10101859 0.14603765
+-0.11699847 -0.11576808 0.13149159
+-0.03621371 -0.12848614 0.12686422
+0.06679726 -0.13602509 0.10848492
+0.15450646 -0.15182206 0.11022377
+0.22488140 -0.16122979 0.08834685
+0.29554376 -0.17295970 0.09196036
+0.37249154 -0.18207139 0.07046829
+0.43013600 -0.18500863 0.07046259
+0.50383127 -0.20106511 0.05305078
+0.54840142 -0.19621138 0.05210404
+0.61363250 -0.18779683 0.03483769
+0.66897923 -0.18298802 0.03431033
+0.70800418 -0.17902848 0.03188491
+0.77258813 -0.16923009 0.02324104
+0.82696307 -0.16463622 0.01932792
+0.86287969 -0.15488173 0.01410119
+0.91242003 -0.15378754 0.01200008
+0.96319342 -0.14424773 0.00682974
+1.01849830 -0.13753286 0.00618714
+0.94649637 -0.12789628 0.00103341
+0.97378916 -0.12343217 0.00022131
+0.97902310 -0.11293723 0.00072144
+0.97498190 -0.10214758 -0.00399350
+0.96846288 -0.09732638 -0.00348964
+0.96637201 -0.08632775 -0.00838646
+0.99305683 -0.08587241 -0.01535017
+-0.17795888 0.11690028 0.18677087
+-0.27078947 0.11371559 0.16787589
+-0.25065473 0.11851618 0.15529907
+-0.23233822 0.11737482 0.14318724
+-0.21228991 0.11537302 0.13110206
+-0.18564573 0.12045453 0.11593944
+-0.13753897 0.11484011 0.11058394
+-0.07121528 0.11127386 0.09407856
+-0.00497344 0.10633186 0.08768253
+0.06221873 0.10960570 0.07232871
+0.13642453 0.11801435 0.06063791
+0.15775208 0.11695755 0.11959817
+0.25103155 0.12314898 0.06731232
+0.32900497 0.12079060 0.03854610
+0.38557824 0.12799822 0.03632904
+0.44204491 0.13399920 0.02468291
+0.49717870 0.13966970 0.02226085
+0.56413102 0.14110619 0.01167581
+0.62495446 0.14547978 0.01096338
+0.69644368 0.15023178 0.00214837
+0.77021819 0.15597399 0.00172227
+0.83034837 0.15797451 -0.00500964
+0.88490504 0.16544256 -0.00562750
+0.93419713 0.17239401 -0.00678997
+0.98489988 0.18072633 -0.01069687
+1.05852437 0.18984945 -0.01197243
+0.58494240 0.23069732 0.03511759
+0.37279859 0.24992554 -0.00848472
+0.37763274 0.25992781 -0.01388671
+0.37279156 0.26924983 -0.01445201
+0.36015084 0.27769208 -0.01795162
+0.35479930 0.29303396 -0.01797920
+0.36313665 0.29838932 -0.02700417
+0.03302729 0.41978809 0.12378596
+-0.21074912 0.46358740 0.12284068
+-0.17380175 0.46858984 0.11145718
+-0.15085328 0.47118711 0.10115066
+-0.12560393 0.47363240 0.09283020
+-0.09871975 0.47905853 0.07980243
+-0.06267059 0.48552254 0.07393609
+-0.02028889 0.48573491 0.06291442
+0.02196098 0.48930052 0.05706402
+0.05908932 0.49674574 0.04554606
+0.09858666 0.50194913 0.04351616
+0.14647904 0.51341754 0.03137520
+0.19360033 0.51698667 0.02922113
+0.24625637 0.52171189 0.01816059
+0.30849072 0.53196812 0.01559559
+0.36215344 0.53489602 0.00637745
+0.41701421 0.54013681 0.00445825
+0.47643945 0.54287738 -0.00315707
+0.55135649 0.55110413 -0.00484030
+0.63268232 0.55168539 -0.01120284
+0.73768485 0.55749655 -0.01317475
+0.81452703 0.56117713 -0.01749267
+0.87750280 0.57113969 -0.01630723
+0.93351042 0.57197249 -0.01082476
+0.99002349 0.58022469 -0.01447792
+1.05605578 0.58759540 -0.02077894
+0.95853907 0.63895279 -0.01644185
+-0.36362243 0.69887018 -0.01608805
+-0.31640634 0.70618016 -0.01993106
+-0.30369627 0.72041672 -0.02120943
+-0.29037708 0.73671710 -0.02409773
+-0.27103519 0.74668390 -0.02467310
+-0.24677783 0.75919169 -0.03123710
+-0.19231856 0.80084318 0.05776540
+-0.11653656 0.85578865 0.07367235
+-0.05500699 0.86225438 0.06190955
+-0.01987615 0.87272114 0.05261591
+0.02041622 0.88420868 0.04357095
+0.06118644 0.89091212 0.03534269
+0.10086984 0.89924884 0.03013636
+0.15169986 0.91073400 0.02340554
+0.19335270 0.92117083 0.01925427
+0.23402421 0.93390638 0.01200785
+0.27429610 0.94243819 0.01022282
+0.32782909 0.95476109 0.00399296
+0.38864121 0.96864122 0.00043293
+0.46588776 0.98081952 -0.00488659
+0.53807586 0.98730612 -0.00792297
+0.60524321 1.00036204 -0.01325877
+0.66271621 1.01275730 -0.01546232
+0.71668041 1.02426243 -0.02027876
+0.77596414 1.03568983 -0.02306466
+0.84884608 1.03971267 -0.02701468
+0.53146780 1.04497945 -0.03049441
+0.24340543 1.05380595 -0.03311733
+0.27131650 1.05749488 -0.03425829
+0.28405002 1.06914103 -0.03519308
+0.29806700 1.08602941 -0.03729478
+0.30418727 1.09801543 -0.04008118
+0.32712123 1.10723293 -0.02930366
+0.13401751 1.20954156 -0.02236360
+-0.21303378 1.20011175 -0.02631518
+-0.16860072 1.19128525 -0.02910945
+-0.14111765 1.18255293 -0.03164773
+-0.10495611 1.17333531 -0.03310481
+-0.05642724 1.16406333 -0.03722095
+0.00441817 1.15098011 0.00468094
+0.07965956 1.13009357 0.03411879
+0.14516772 1.11587334 0.02254741
+0.21683352 1.10554981 0.01447607
+0.27203757 1.09335291 0.00774777
+0.34212136 1.08329320 0.00418923
+0.39808184 1.07029045 -0.00059929
+0.45652059 1.06052768 -0.00805102
+0.52827704 1.05052686 -0.01212702
+0.59735972 1.03970468 -0.01524369
+0.65342671 1.02538466 -0.01914427
+0.72270805 1.01479602 -0.02216607
+0.79879081 1.00224400 -0.02550081
+0.87715399 0.98646855 -0.02883068
+0.99875611 0.97575366 -0.03134184
+1.07231498 0.96616548 -0.03375541
+1.09221137 0.95187885 -0.03742544
+1.09543371 0.94163394 -0.03948826
+1.08112264 0.92850512 -0.04330929
+1.06661510 0.91664845 -0.04425946
+1.07266831 0.93193102 -0.04717663
+0.34495094 0.95599461 -0.05065333
+-0.27419326 0.94238627 -0.05124683
+-0.23034114 0.92825049 -0.05282930
+-0.20090200 0.91744995 -0.05469459
+-0.17054160 0.90544271 -0.05619239
+-0.13367985 0.89364177 -0.04771236
+-0.08971234 0.88209581 -0.02941569
+-0.01918753 0.88364404 -0.03415238
+0.05755108 0.87297040 -0.03696103
+0.11792710 0.85771662 -0.03921451
+0.17038764 0.84818256 -0.04173203
+0.22540049 0.83551681 -0.04321586
+0.28257534 0.82497311 -0.03615310
+0.35542709 0.80560040 -0.00440761
+0.43875581 0.78843725 -0.01230062
+0.50113887 0.77626860 -0.01818794
+0.57222486 0.76291496 -0.02294984
+0.63256574 0.74862248 -0.02498607
+0.69772637 0.73797023 -0.02835638
+0.76008910 0.71807951 -0.03161356
+0.84393537 0.70270479 -0.03348654
+0.91278505 0.68661481 -0.03858423
+0.96206152 0.67475468 -0.04160062
+0.99997503 0.65811872 -0.04335789
+1.03735697 0.64092267 -0.04494699
+1.06960833 0.62406570 -0.04447088
+1.11547053 0.60610271 -0.05028392
+0.60411209 0.58913887 -0.05182880
+-0.01426408 0.57449174 -0.05636646
+-0.01536373 0.56314933 -0.05648263
+-0.03110644 0.55242121 -0.05882124
+-0.04847485 0.54152900 -0.06237224
+-0.06303855 0.52702403 -0.06554617
+-0.06885158 0.60967547 -0.06654634
+-0.06035514 0.65455431 -0.06975368
+-0.07417410 0.63519776 -0.06981497
+0.02764725 0.62409270 -0.06989042
+0.12472630 0.60956633 -0.07317962
+0.20542313 0.59458411 -0.07509588
+0.26815769 0.58304173 -0.03515460
+0.32868424 0.56817901 -0.04059542
+0.39686394 0.55163878 -0.04416089
+0.45201272 0.53638166 -0.04676485
+0.50483787 0.52432334 -0.05016201
+0.55707067 0.51074922 -0.05274705
+0.61660504 0.49313939 -0.05533180
+0.67542720 0.48099676 -0.04361269
+0.72648537 0.46665469 -0.04142838
+0.75821793 0.44818437 -0.01910263
+0.82477522 0.43396991 -0.02972949
+0.88928282 0.41431415 -0.04157488
+0.94036490 0.40052891 -0.04915368
+0.98668844 0.38235915 -0.05668841
+1.03718221 0.36760199 -0.05958981
+0.98847461 0.35013437 -0.06210260
+0.45403662 0.33460584 -0.06502551
+0.46117559 0.31704038 -0.06799497
+0.43357238 0.29474315 -0.06930871
+0.40176812 0.27805513 -0.06975056
+0.37345701 0.26089108 -0.07275627
+0.34829217 0.25806957 -0.07379861
+0.34630668 0.24792646 -0.07440095
+-0.08530089 0.23605745 -0.07689015
+-0.18498066 0.22323969 -0.07844181
+-0.15021582 0.21378128 -0.07933917
+-0.12277225 0.20517699 -0.08369245
+-0.09302240 0.18696193 -0.08692528
+-0.06161410 0.23424520 -0.08751585
+-0.02612405 0.27586514 -0.08926880
+0.01366800 0.25349784 -0.09084146
+0.05335464 0.23813303 -0.09110135
+0.10225161 0.21783672 -0.10396281
+0.14698380 0.20281555 0.20403191
+0.98820668 0.27263072 0.42122796
+1.03541613 0.28390360 0.40978584
+1.07070386 0.29938984 0.40046394
+1.12794042 0.31172013 0.38357931
+0.48198637 0.32408592 0.37203351
+0.05401315 0.33892328 0.36004815
+0.12218606 0.34921870 0.34860697
+0.16769160 0.35967743 0.33739835
+0.21873574 0.36623889 0.32337409
+0.27079052 0.37708709 0.31083229
+0.32955787 0.39028797 0.29569799
+0.29311758 0.39934674 0.28349802
+-0.23968288 0.40795684 0.26552933
+-0.20082702 0.42066896 0.25165311
+-0.18813147 0.44792408 0.23327284
+-0.17435046 0.45272398 0.21965496
+-0.16020867 0.46116596 0.20089005
+-0.14179564 0.46685496 0.18869556
+-0.10704663 0.47980240 0.17637517
+-0.05946886 0.49623129 0.16135868
+0.00355693 0.50346130 0.15526286
+0.07187555 0.69547319 0.14413792
+0.14982358 0.71175623 0.13968484
+0.21606986 0.71864408 0.12920240
+0.27187294 0.73251629 0.12640746
+0.33684957 0.73957825 0.12389737
+0.40163371 0.75509602 0.11677116
+0.45721787 0.73728210 0.11538670
+0.51696479 0.71418715 0.10687076
+0.57131302 0.69422990 0.11687021
+0.62679124 0.67660266 0.32830653
+0.67905444 0.65902877 0.30213496
+0.72375578 0.64170772 0.29189214
+0.77486014 0.61995441 0.28132880
+0.76750505 0.59032840 0.31184226
+0.77289438 0.56819987 0.31656906
+0.79524207 0.55009204 0.30158019
+0.82699203 0.53222626 0.30973557
+0.86181843 0.51501018 0.29954538
+0.95146817 0.50752860 0.26014218
+1.01659632 0.49138209 0.23466684
+1.03870046 0.46959850 0.21914269
+1.04505467 0.45069233 0.21023233
+1.05328512 0.43215212 0.19348446
+1.06084204 0.41380596 0.18617722
+1.08632457 0.39448896 0.16909958
+0.56092972 0.37176400 0.21940938
+0.09571376 0.35809171 0.14338742
+0.17143813 0.33565578 0.13352148
+0.22979914 0.31168702 0.12530467
+0.28469530 0.29556620 0.10982957
+0.34126225 0.28511357 0.09983139
+0.35517395 0.26903442 0.14805964
+0.34208265 0.25731909 0.11424550
+-0.22446670 0.24438235 0.07555434
+-0.17268659 0.32397330 0.07247689
+-0.12902148 0.30329549 0.07075139
+-0.09825987 0.29003355 0.06337369
+-0.07348485 0.26837909 0.06169925
+-0.05052518 0.25043860 0.05584864
+-0.00871498 0.23769246 0.05421894
+0.04305519 0.21571437 0.05246034
+0.08557540 0.21619672 0.04202807
+0.10688780 0.20723349 0.16464561
+0.12939982 0.18893737 0.20049949
+0.15321256 0.17260188 0.18813762
+0.16747588 0.15341729 0.17888114
+0.18659201 0.14027588 0.17051443
+0.21001671 0.12078088 0.16400635
+0.24746048 0.10367586 0.15548268
+0.29278663 0.08281953 0.16747886
+0.33668160 0.06738821 0.17147945
+0.38434246 0.04891157 0.16238733
+0.41570300 0.03574093 0.15385248
+0.45690885 0.02324005 0.14524841
+0.50563556 0.00585240 0.13742486
+0.54633844 -0.00754688 0.12735894
+0.58937448 -0.02471625 0.11853825
+0.64464897 -0.03790577 0.10763158
+0.71081656 -0.05116869 0.09791811
+0.79351246 -0.06926760 0.08742516
+0.89725190 -0.08315819 0.07810701
+0.96654826 -0.09647062 0.06863445
+1.01725054 -0.11308579 0.06007925
+1.05424416 -0.12559101 0.05333682
+1.09067452 -0.13677970 0.04517290
+1.11113977 -0.14785551 0.03915555
+1.17684078 -0.16428339 0.03467433
+0.03967568 -0.17423964 0.03067291
+0.03437138 -0.17737091 0.02654162
+0.07716483 -0.19288315 0.02231663
+0.11557376 -0.20678830 0.02068411
+0.15753287 -0.22313167 0.01794186
+0.19715609 -0.23560153 0.01459203
+0.26716346 -0.24919192 0.01204146
+-0.08181061 -0.25818941 0.00465352
+-0.19148517 -0.21907929 0.05330017
+-0.16645846 -0.23604997 0.11510135
+-0.15034230 -0.24408983 0.10340337
+-0.13196856 -0.23924778 0.09316937
+-0.11109971 -0.22984424 0.08848907
+-0.07155903 -0.22568592 0.08368048
+-0.01623641 -0.22294402 0.07633738
+0.05288772 -0.21177141 0.08610684
+0.12613888 -0.20611154 0.10707878
+0.19748875 -0.19944023 0.09773768
+0.26380876 -0.19008179 0.09107531
+0.32038426 -0.18332587 0.08507590
+0.38155448 -0.17728007 0.07803755
+0.44459713 -0.16859964 0.07106815
+0.49950919 -0.16137466 0.06390427
+0.55703866 -0.15269263 0.05617040
+0.61246145 -0.14480752 0.04805489
+0.67082870 -0.13782164 0.04384796
+0.72819889 -0.12961659 0.03669192
+0.78847289 -0.12114606 0.03038481
+0.84704143 -0.11398172 0.02388600
+0.88758689 -0.11022376 0.01664088
+0.92681378 -0.10229054 0.01311561
+0.96349514 -0.09569360 0.00882620
+1.00045621 -0.08880981 0.00481403
+1.02819645 -0.08317647 0.00228828
+0.89955771 -0.08345322 -0.00030876
+0.96535945 -0.08115817 -0.00161800
+1.00190318 -0.07579242 -0.00434744
+1.04454696 -0.07159623 -0.00632011
+1.08201313 -0.06571285 -0.00862954
+1.10580361 -0.06000236 -0.01060574
+1.18134832 -0.05499602 -0.01470601
+-0.23656958 -0.02269132 -0.00434285
+-0.30944830 -0.00183301 0.04582614
+-0.29319099 -0.00453314 0.03536263
+-0.25872552 0.00120880 0.02989795
+-0.21772172 0.00824038 0.02580613
+-0.16868655 0.01106104 0.02027081
+-0.08242022 0.01457036 0.01625574
+-0.07763259 0.05518712 0.02159561
+-0.01730496 0.09939045 0.06180406
+0.06244303 0.09963043 0.05254978
+0.12779851 0.10642891 0.04648155
+0.13436656 0.11257739 0.11004175
+0.17972301 0.11844812 0.10366081
+0.26060674 0.12151417 0.05999831
+0.32135743 0.12808858 0.03948847
+0.37167928 0.13012634 0.02560138
+0.41304985 0.13760610 0.02048382
+0.45623457 0.14269374 0.01459574
+0.49785969 0.14890462 0.00841881
+0.53077167 0.15046108 0.00558138
+0.57560790 0.15554641 0.00005587
+0.62345809 0.16303705 -0.00236864
+0.66500425 0.16694026 -0.00683366
+0.70148486 0.16960944 -0.00903474
+0.74277192 0.17319474 -0.01278247
+0.78704453 0.17587791 -0.01410510
+0.84362751 0.17688514 -0.01707342
+0.90178543 0.18112232 -0.01865881
+0.93707448 0.18241547 -0.02164315
+0.96219373 0.18495739 -0.02195591
+0.98459756 0.18679026 -0.02560489
+1.00965369 0.19034721 -0.02584154
+1.04905820 0.18662038 -0.02991062
+0.76034987 0.19446252 -0.03101462
+0.31942174 0.21673548 -0.00717694
+0.33917412 0.21538948 0.04702361
+0.38778481 0.22008118 0.04526759
+0.42696723 0.22436722 0.03998597
+0.46804813 0.22940971 0.03750164
+0.51656777 0.23245490 0.03185823
+0.35959950 0.25818390 -0.02724086
+-0.20853008 0.37782738 0.02788807
+-0.14991386 0.37433738 0.01796622
+-0.11450099 0.38006860 0.01288047
+-0.08539765 0.38095620 0.00791200
+-0.06232839 0.38686764 0.00366015
+-0.03176497 0.39118260 0.00226466
+0.01890249 0.42160860 -0.01167129
+0.07151172 0.46735710 -0.03281570
+0.11306973 0.49111670 -0.04229605
+0.14357868 0.49134648 -0.04580973
+0.17297401 0.49789584 -0.04599383
+0.20173891 0.50433630 -0.04966001
+0.24097812 0.51017070 -0.05312137
+0.28572908 0.51541412 -0.05275447
+0.33639342 0.51482433 -0.05601410
+0.39003998 0.51994103 -0.05531889
+0.43352494 0.52447605 -0.05844265
+0.48953146 0.52501893 -0.05794243
+0.53582281 0.52874833 -0.06034384
+0.58866495 0.53120422 -0.05972538
+0.64036798 0.53329206 -0.06214374
+0.68132687 0.52868515 -0.06154727
+0.72135746 0.52808654 -0.06388048
+0.76305950 0.53000873 -0.06272250
+0.82047766 0.52976322 -0.06397985
+0.86338907 0.52965963 -0.06364866
+0.79110116 0.53436828 -0.06855232
+0.87397128 0.53280807 -0.07234152
+0.92804533 0.53560668 -0.06774402
+0.98516643 0.53554142 -0.07387558
+1.02811086 0.54165030 -0.07618539
+1.05814326 0.54978931 -0.08095922
+1.09734547 0.55558944 -0.08266694
+-0.36117271 0.76043993 -0.01500796
+-0.31288764 0.75326729 -0.02465791
+-0.30501217 0.74857271 -0.02819219
+-0.29900330 0.75591928 -0.03185172
+-0.29007933 0.75382948 -0.03476385
+-0.27742150 0.75649065 -0.03425890
+-0.20691867 0.74630880 -0.04152177
+-0.14992446 0.74089843 -0.05314914
+-0.09797654 0.72222841 -0.05482322
+-0.07650057 0.71724838 -0.05682966
+-0.04766705 0.70761245 -0.05732733
+-0.02022209 0.70216644 -0.05399652
+0.00412246 0.68479943 -0.05624288
+0.04789535 0.67884099 -0.05322578
+0.10268236 0.67316216 -0.05557556
+0.17830932 0.66315043 -0.05681853
+0.23309620 0.65721112 -0.05408793
+0.30530602 0.64647108 -0.05701397
+0.35878828 0.64017808 -0.05472762
+0.40531203 0.62568671 -0.05399317
+0.47783723 0.61318290 -0.05534458
+0.53267539 0.60543066 -0.05454880
+0.58796346 0.59751284 -0.05594834
+0.64136052 0.58552688 -0.05521882
+0.71336514 0.57581025 -0.05678925
+0.78021669 0.56594294 -0.06052339
+0.87689066 0.54792774 -0.06815351
+0.94777101 0.53700835 -0.06705821
+1.00774550 0.52426952 -0.07258154
+1.04769421 0.52158415 -0.07297948
+1.08548307 0.52049387 -0.07261823
+1.10945117 0.51564467 -0.07488562
+1.17396867 0.50930315 -0.07642105
+0.08343709 0.65126187 -0.01196666
+0.02884286 0.64426833 -0.01895941
+0.05443989 0.63937390 -0.02212421
+0.07636410 0.62788504 -0.02420116
+0.10152245 0.61856478 -0.02734735
+0.11901993 0.61411387 -0.02572151
+0.17727356 0.60129780 -0.03433333
+-0.16997100 0.60240638 -0.02449835
+-0.16051398 0.59650910 -0.02783302
+-0.13532658 0.59129697 -0.03092050
+-0.11431333 0.57927889 -0.03220315
+-0.08904810 0.57343358 -0.03113080
+-0.06305895 0.56853676 -0.03279088
+-0.01704861 0.56203318 -0.03242613
+0.03733808 0.55564022 -0.03511482
+0.12268154 0.54940593 -0.03360398
+0.18913969 0.53803754 -0.03698525
+0.26283121 0.53211880 -0.03638758
+0.32091576 0.52638763 -0.03897863
+0.37743703 0.52031493 -0.03843737
+0.44351569 0.51736897 -0.04130566
+0.49938112 0.51057827 -0.04075744
+0.55710238 0.50386125 -0.04482646
+0.61187583 0.49675298 -0.04347222
+0.68296093 0.48197067 -0.04793279
+0.74182713 0.47120920 -0.04580365
+0.80201364 0.45397162 -0.03391788
+0.88868308 0.45022079 -0.05186643
+0.95152789 0.44539580 -0.05882648
+1.00016558 0.44185984 -0.06438963
+1.03698206 0.43996024 -0.06502841
+1.06825984 0.44246665 -0.06769063
+1.13323176 0.43625325 -0.07028147
+0.34985211 0.54867578 -0.00984843
+0.30660897 0.54698801 -0.01377844
+0.32886934 0.53599632 -0.01647906
+0.34523243 0.53190643 -0.01882130
+0.36450747 0.52625448 -0.02195684
+0.37818629 0.52158916 -0.02428956
+0.43108135 0.51555824 -0.03313206
+-0.17946033 0.52402753 -0.01019195
+-0.19830804 0.51803631 -0.01466782
+-0.17565900 0.51285553 -0.01808471
+-0.15368237 0.51281112 -0.01806828
+-0.13175243 0.50766200 -0.02008883
+-0.10234936 0.50709546 -0.02357864
+-0.05107345 0.49592814 -0.02436220
+0.01537224 0.49286342 -0.02722833
+0.09271857 0.48714346 -0.02806881
+0.16836162 0.48589459 -0.02972036
+0.23902065 0.48070294 -0.03069168
+0.29888228 0.47924015 -0.03365832
+0.35679507 0.47397664 -0.03482570
+0.42612147 0.46630532 -0.03833574
+0.48701650 0.46319959 -0.03937414
+0.54244626 0.45735413 -0.03897194
+0.59731442 0.45520243 -0.04312714
+0.66249973 0.44670007 -0.04311040
+0.71084589 0.43941569 -0.03607560
+0.77745390 0.42646918 -0.02629746
+0.85892689 0.41873476 -0.04769579
+0.92300683 0.41729948 -0.05715778
+0.97066480 0.41078573 -0.06256851
+1.01216674 0.40724882 -0.06497966
+1.04963064 0.40876701 -0.06475399
+1.11269057 0.40518448 -0.06967553
+0.43358439 0.52543199 -0.01207334
+0.44927958 0.51965320 -0.01370426
+0.47099581 0.53267360 -0.01293550
+0.48294914 0.53331143 -0.01375101
+0.49988359 0.53236234 -0.01674582
+0.51664841 0.53231674 -0.02066258
+0.56911767 0.51955926 -0.02910115
+-0.22147624 0.53862637 -0.00360033
+-0.19411728 0.52090454 -0.01468692
+-0.17487462 0.51308566 -0.02035611
+-0.15389283 0.51130503 -0.02372880
+-0.13194408 0.50423700 -0.02396749
+-0.10605078 0.50370854 -0.02638176
+-0.04577386 0.52885878 -0.02722937
+0.26829785 0.52487403 -0.03362139
+0.30538255 0.49627674 -0.03218174
+0.36470318 0.49453247 -0.03740353
+0.42073619 0.49360594 -0.03641275
+0.48325467 0.48665470 -0.04188795
+0.55072331 0.49179617 -0.04013567
+-0.02623654 0.27309871 -0.04288005
+0.01335749 0.28098997 -0.04162161
+0.01866300 0.27982125 -0.04142766
+0.02607602 0.27801788 -0.04385613
+0.03736003 0.28050965 -0.04408238
+0.03851739 0.27216646 -0.05045961
+0.79108852 0.46568751 -0.03479881
+0.82309568 0.44565263 -0.04190493
+0.89008492 0.44503173 -0.05231505
+0.94621867 0.44767269 -0.06043984
+0.98802865 0.44904903 -0.06382376
+1.04914427 0.45418677 -0.06542775
+1.11435592 0.45977199 -0.07104795
+0.44605595 0.58615434 -0.01347239
+0.49392518 0.57583874 -0.01919100
+0.50409144 0.57064742 -0.02527425
+0.51761681 0.57483065 -0.02773961
+0.50939929 0.56621850 -0.02758775
+0.49109739 0.56110179 -0.02999032
+0.46299371 0.56216401 -0.03748631
+-0.25130674 0.58852518 -0.01327389
+-0.20135093 0.58952987 -0.02090248
+-0.18093500 0.58212793 -0.02408539
+-0.15792306 0.58042914 -0.02737789
+-0.13521920 0.58372962 -0.02769834
+-0.10576172 0.58329785 -0.03049530
+-0.05916043 0.58434182 -0.03117152
+0.00255131 0.58242840 -0.03624395
+0.07208093 0.58487707 -0.03554210
+0.13436387 0.57897228 -0.03972926
+0.20867063 0.58321667 -0.03939966
+0.26803958 0.58173394 -0.04370537
+0.32775769 0.58567280 -0.04432671
+0.39616281 0.58348107 -0.04916601
+0.44797230 0.58663803 -0.04883166
+0.50886178 0.58946478 -0.05071522
+0.56662315 0.58671528 -0.05396002
+0.64082664 0.58179432 -0.05546315
+0.70750546 0.58062661 -0.06094827
+0.79074758 0.57036901 -0.06655778
+0.86315829 0.56791168 -0.07235134
+0.91921484 0.56888425 -0.06943027
+0.96566904 0.56577241 -0.06648398
+1.01129436 0.56927949 -0.07011123
+1.05840778 0.57480001 -0.07095730
+1.03133595 0.58017999 -0.07344753
+0.23870772 0.69180393 -0.01461210
+0.27227348 0.68646085 -0.02386915
+0.27811453 0.69198859 -0.02622851
+0.28247115 0.68648195 -0.02929286
+0.28938708 0.69192863 -0.03216245
+0.29198804 0.69562018 -0.03503698
+0.26687250 0.69328624 -0.04223641
+-0.22584285 0.72297823 -0.02612546
+-0.17454617 0.72231674 -0.03495483
+-0.15421638 0.72413057 -0.03792187
+-0.12870765 0.72231019 -0.03862165
+-0.10480020 0.72596246 -0.04179356
+-0.07441971 0.72201240 -0.04253677
+-0.03296794 0.72470963 -0.04519630
+0.01184300 0.72583616 -0.04857071
+0.06800138 0.72959870 -0.04888903
+0.12333541 0.73350078 -0.05237177
+0.18746164 0.73754156 -0.05170770
+0.24822846 0.74068844 -0.05294907
+0.30009848 0.74414736 -0.05533921
+0.37061897 0.74027097 -0.05681590
+0.43278852 0.74242431 -0.05896295
+0.48402756 0.74521613 -0.06004904
+0.54240936 0.74706513 -0.06243205
+0.61631876 0.74667192 -0.06299324
+0.68820155 0.74383187 -0.06553058
+0.79643565 0.74020559 -0.07406912
+0.86572266 0.73835731 -0.07608619
+0.92679465 0.73862439 -0.07845760
+0.98699027 0.73215353 -0.07797939
+1.03211594 0.73525470 -0.07705334
+1.08465540 0.73954850 -0.07991210
+1.06107116 0.75251848 -0.07964138
+-0.06556801 0.90375710 -0.01822393
+-0.03111797 0.90352744 -0.02707074
+-0.03133484 0.90161043 -0.03340625
+-0.03412402 0.90689504 -0.03621891
+-0.03314294 0.91658711 -0.03923051
+-0.02942946 0.91408116 -0.03882486
+-0.00950331 0.91633373 -0.04646439
+-0.18422653 0.93645239 -0.04770532
+-0.13142805 0.93692690 -0.05245612
+-0.10815090 0.94071138 -0.05490403
+-0.07846896 0.94991058 -0.05849675
+-0.05350557 0.94602102 -0.05743808
+-0.02146944 0.95046449 -0.06098859
+0.01290424 0.96001619 -0.05983323
+0.04253248 0.96402258 -0.06340682
+0.07144228 0.97332972 -0.06303265
+0.10240468 0.97844905 -0.06582288
+0.15068786 0.98305154 -0.06540131
+0.19899730 0.99288487 -0.06823673
+0.25445709 0.98841488 -0.06776285
+0.32227096 0.99674630 -0.07107326
+0.37756023 0.99953526 -0.07009602
+0.43446970 1.00653684 -0.06983527
+0.49097130 1.00782204 -0.07240356
+0.57304698 1.01192522 -0.07198775
+0.65178657 1.00037336 -0.07365257
+0.75099605 0.98255551 -0.08082485
+0.82606053 0.96883619 -0.08125810
+0.87929761 0.95252067 -0.08272892
+0.93284273 0.94248420 -0.08172113
+0.96670258 0.93659461 -0.08019937
+0.99446183 0.92909443 -0.08273623
+1.08484805 0.91933185 -0.08367195
+-0.27435073 1.05847466 -0.01910618
+-0.29688188 1.04389620 -0.02723370
+-0.27959833 1.03636706 -0.03058255
+-0.26107594 1.02866316 -0.03318710
+-0.23793326 1.01754236 -0.03613874
+-0.21211776 1.00977612 -0.03912729
+-0.15803365 0.99801725 -0.04552273
+-0.08367474 0.98351789 -0.05519829
+-0.02163522 0.97562015 -0.05787883
+0.01479726 0.96085209 -0.05985417
+0.05722649 0.95277250 -0.05853131
+0.09396932 0.94410104 -0.06031149
+0.13217162 0.93606740 -0.06273926
+0.17656225 0.93154585 -0.06154689
+0.21729480 0.92329544 -0.06388599
+0.25193068 0.91601098 -0.06277838
+0.28968215 0.90025795 -0.06531002
+0.33952644 0.89096278 -0.06432195
+0.39684129 0.88770479 -0.06464374
+0.46426177 0.88937581 -0.06873660
+0.54102039 0.88786703 -0.06953100
+0.60774809 0.88128704 -0.07202530
+0.65940928 0.87420279 -0.07194295
+0.70750761 0.86477983 -0.07133602
+0.76858306 0.85599172 -0.07363277
+0.84150076 0.83710778 -0.07585537
+0.46616942 0.87274206 -0.07054425
+0.35464349 0.86924410 -0.07191184
+0.39000696 0.85835147 -0.07130402
+0.41699451 0.84794164 -0.07356371
+0.43316874 0.83959150 -0.07254945
+0.45185798 0.83025062 -0.07545210
+0.50222027 0.81486708 -0.07727134
+0.00418100 0.89600801 -0.02455886
+-0.22477922 0.90417296 -0.02735892
+-0.18633306 0.89113551 -0.03401106
+-0.15348336 0.88018095 -0.03647103
+-0.11341865 0.86983085 -0.03967642
+-0.06535286 0.86152679 -0.03923803
+-0.00336850 0.85152107 -0.04505492
+0.06554104 0.83197337 -0.05302818
+0.13413483 0.81692392 -0.05591763
+0.19230224 0.80692023 -0.05792800
+0.24708034 0.79832798 -0.06021339
+0.30075297 0.78560406 -0.05949168
+0.35221648 0.77686578 -0.06143528
+0.40977344 0.76458830 -0.06069534
+0.46844888 0.74687058 -0.06281722
+0.52155995 0.73565346 -0.06213795
+0.57424700 0.72566056 -0.06428710
+0.63475066 0.71071446 -0.06388567
+0.70309436 0.70031482 -0.06380593
+0.78898454 0.69072449 -0.06775048
+0.88185871 0.67585689 -0.06834875
+0.94561779 0.66781408 -0.07086971
+0.99639559 0.65766501 -0.07042497
+1.03355765 0.64887917 -0.06983346
+1.06208134 0.63646531 -0.07085190
+1.10734653 0.62599683 -0.07301499
+0.78398585 0.68185896 -0.06054047
+-0.19576961 0.72870553 -0.05995457
+-0.17239910 0.71165961 -0.06022573
+-0.17847022 0.70240557 -0.06290478
+-0.18529764 0.68819678 -0.06165028
+-0.18863855 0.67699432 -0.06169669
+-0.18727674 0.66329873 -0.06546704
+-0.16469090 0.67599732 -0.02997834
+-0.13919023 0.69095457 -0.02428450
+-0.08914945 0.67540860 -0.03002447
+-0.04240152 0.66388774 -0.03253417
+0.01566783 0.65228701 -0.03557476
+0.08758451 0.64388126 -0.03578637
+0.16309324 0.62871790 -0.03931263
+0.25199291 0.61104089 -0.04523114
+0.32143492 0.59628391 -0.04834121
+0.39016083 0.58599073 -0.05008853
+0.45677209 0.57254428 -0.05234284
+0.52237791 0.55663329 -0.05219608
+0.59410125 0.54122341 -0.05356558
+0.65157819 0.52589333 -0.05367269
+0.72364080 0.50969124 -0.05547969
+0.77672857 0.49368170 -0.05154299
+0.80850065 0.47456995 -0.03312018
+0.86339909 0.46265054 -0.03813466
+0.92909753 0.44553798 -0.04987943
+1.00173402 0.42526299 -0.06037727
+0.69363570 0.40480548 -0.02788953
+0.63414985 0.39807799 -0.06287630
+0.63888896 0.38782501 -0.05141279
+0.62920409 0.37873682 -0.04493096
+0.61670691 0.37033340 -0.04598881
+0.60494918 0.35982704 -0.04049207
+0.60743344 0.36179560 -0.00468039
+0.15447269 0.53620195 -0.04524595
+-0.17287019 0.51483005 -0.04872662
+-0.10987817 0.50545758 -0.04922219
+-0.06056533 0.48926577 -0.05021980
+-0.01271911 0.48011842 -0.05172241
+0.03578278 0.46317694 -0.05493478
+0.09214590 0.45227948 -0.03496147
+0.16379233 0.43047991 -0.02301854
+0.23559283 0.41911435 -0.02798976
+0.30071342 0.40994456 -0.03091784
+0.35939145 0.40034077 -0.03316613
+0.42488748 0.38333565 -0.03401854
+0.48850280 0.37271145 -0.03580445
+0.54845637 0.36171782 -0.03859424
+0.57747984 0.34634352 0.01031242
+0.63517606 0.33169717 0.01133654
+0.69872695 0.31544214 -0.00213616
+0.76765454 0.30316040 -0.01841008
+0.84301466 0.29286146 -0.03789146
+0.91547722 0.28124043 -0.04661036
+1.00921738 0.26533905 -0.04886008
+1.06179619 0.25195649 -0.05007388
+1.09503353 0.23478337 -0.05002773
+1.12219274 0.22040154 -0.05121943
+1.14775908 0.20487417 -0.05367426
+1.16320634 0.19265556 -0.05863162
+1.21110094 0.18798174 -0.06304217
+0.02446347 0.18010405 -0.06463087
+-0.29150924 0.17328222 -0.06549773
+-0.30320296 0.16432388 -0.06649189
+-0.28408855 0.15471651 -0.06761466
+-0.26101077 0.15015933 -0.06923447
+-0.23082890 0.13931419 -0.05498186
+-0.17312677 0.20381084 -0.03179350
+-0.08739306 0.26976141 -0.03450630
+0.00925021 0.24817605 -0.03560236
+0.10125414 0.23332958 -0.03702429
+0.18004374 0.21729103 -0.03937181
+0.24963319 0.20745052 -0.04120508
+0.30542752 0.19269305 -0.02918659
+0.32410720 0.17863297 0.04522504
+0.39119753 0.16498582 0.03811377
+0.47603548 0.15402342 -0.00594852
+0.54926902 0.13734840 -0.02599329
+0.60488874 0.12781833 -0.02934705
+0.66209024 0.11514335 -0.02972381
+0.72604978 0.10099381 -0.03258313
+0.79659551 0.08810014 -0.03439165
+0.86353570 0.07587220 -0.03569151
+0.91576874 0.06288484 -0.03641079
+0.96111602 0.05213588 -0.03814854
+1.00778484 0.03868987 -0.03796564
+1.04739690 0.02382412 -0.03994577
+1.11014736 0.00571853 -0.03956627
+0.46960786 -0.00880430 -0.04092524
+0.29947129 -0.02182111 -0.04151519
+0.28278518 -0.03121716 -0.04301860
+0.25839743 -0.04512459 -0.04426410
+0.23552594 -0.05757312 -0.04996894
+0.21182199 -0.07110954 -0.05661976
+0.20707642 -0.04216708 -0.06200488
+-0.00875844 -0.04681370 -0.06136559
+-0.18209244 -0.06141114 -0.06367663
+-0.13763332 -0.07145669 -0.06279180
+-0.10956845 -0.08202752 -0.06221247
+-0.08033242 -0.09421865 -0.06322350
+-0.04872293 -0.10735849 -0.00890230
+-0.01537052 -0.09898765 -0.01575674
+0.02499760 -0.10008436 -0.01841765
+0.06033510 -0.11681849 -0.01981287
+0.11406655 -0.13058157 -0.02171311
+0.15608500 -0.14315414 -0.02404164
+0.23326185 -0.15702482 -0.02334236
+0.28805020 -0.17048939 -0.01389447
+0.34496319 -0.18388689 -0.01814178
+0.43068111 -0.19765840 -0.01771525
+0.50408512 -0.20942594 -0.02029669
+0.57072121 -0.22210015 -0.01972508
+0.63775790 -0.23566197 -0.02214654
+0.70622319 -0.24704343 -0.02406684
+0.78742349 -0.25938988 -0.02377324
+0.71004164 -0.23943390 -0.02591882
+0.61736703 -0.22576965 -0.02543098
+0.64124179 -0.20907490 -0.02762344
+0.65300781 -0.19242157 -0.02732048
+0.65910947 -0.17794919 -0.02922710
+0.65582573 -0.16380373 -0.02925149
+0.66018140 -0.13332644 -0.03147094
+0.49366572 -0.11188499 -0.03180713
+-0.25266153 -0.09546150 -0.03113189
+-0.19559506 -0.07542828 -0.03358365
+-0.14849916 -0.05655583 -0.03715127
+-0.09811126 -0.03698473 -0.04713708
+-0.04432689 -0.01663754 -0.05364081
+0.01023542 0.05510852 -0.05650975
+0.08239365 0.07983676 -0.05643645
+0.15374711 0.09343321 -0.05774909
+0.18923362 0.11349982 -0.00117778
+0.24433652 0.12679401 0.00627722
+0.30403951 0.14221382 0.05081933
+0.37952486 0.15972959 0.04972544
+0.44331881 0.17178395 0.03408027
+0.50853431 0.18846013 0.02575954
+0.58671027 0.20311479 0.01358535
+0.65082949 0.22049364 0.00797108
+0.70865214 0.24165659 0.00176619
+0.78751659 0.25997576 -0.00951549
+-0.06352144 0.21722664 -0.03855018
+-0.00244635 0.19807185 -0.03553684
+0.05677404 0.17829271 -0.03415906
+0.14048970 0.15518056 -0.03307295
+-0.00103586 0.13833800 -0.02979924
+-0.15457943 0.11467786 -0.02765775
+-0.11589438 0.11334968 -0.02494095
+-0.07981841 0.11783798 -0.02495987
+-0.03713457 0.08962008 -0.02135457
+-0.00389003 0.06931245 -0.01917807
+0.02641965 0.04951014 -0.01869700
+0.06153418 0.03035887 0.00337616
+0.12010352 0.00390887 -0.01813377
+0.15891518 -0.00258196 -0.01641686
+0.14177319 0.06252573 0.03990424
+0.20659100 0.03034514 -0.02376747
+0.22499968 -0.00095002 -0.03304749
+0.24253456 -0.02546437 -0.03494434
+0.26475322 -0.05159277 -0.03636364
+0.27849317 -0.07166136 -0.03563541
+0.29242653 -0.10022473 -0.03591890
+0.30641913 -0.12906440 -0.03636081
+0.33254179 -0.15963484 -0.02770628
+0.36486819 -0.17839997 0.02601873
+0.39660484 -0.19597965 0.01877868
+0.43480384 -0.20848744 0.01749331
+0.48062035 -0.19448084 0.01499915
+0.51235878 -0.18200190 0.01343806
+0.54308724 -0.16758761 0.01059347
+0.58042073 -0.15241365 0.00754365
+0.62782419 -0.13737482 0.06566326
+0.69305485 -0.12434366 0.05780354
+0.80661750 -0.11051128 0.05896883
+0.88133639 -0.09584616 0.05835757
+0.94295788 -0.08284176 0.05793155
+0.99018425 -0.06933151 0.05978012
+1.03953993 -0.05443373 0.05776131
+1.07623363 -0.03981615 0.05692574
+1.15186596 -0.02658620 0.05705278
+0.21157767 -0.01489915 0.05598435
+-0.04517023 -0.00789294 0.05574326
+0.01078397 0.00096218 0.05397229
+0.05546641 0.01317321 0.05308311
+0.10092046 0.02642269 0.05102647
+0.15286098 0.03813374 0.04820651
+0.21559758 0.05126872 0.04536551
+0.05606259 0.06005793 0.04161294
+-0.20622797 0.08340987 0.03753122
+-0.17519599 0.18410088 0.03203734
+-0.16063514 0.18042898 0.02362470
+-0.14487459 0.18040851 0.01435177
+-0.12758879 0.18479794 0.01040632
+-0.10568041 0.19579068 0.00656344
+-0.06457262 0.20008141 0.00470619
+-0.02033303 0.20395099 0.00283483
+0.02699293 0.28336391 0.00100046
+0.09108301 0.29374981 0.03828574
+0.16078486 0.30057794 0.04235162
+0.22097921 0.31201535 0.03932589
+0.27673516 0.32222167 0.03611761
+0.34955728 0.33429089 0.03426294
+0.40665439 0.34404385 0.03325826
+0.46007946 0.35367486 0.02646739
+0.49509287 0.36282998 0.13789575
+0.52745020 0.36897379 0.20040999
+0.58822888 0.37934670 0.19402912
+0.64215046 0.38656259 0.19184183
+0.69924366 0.39987507 0.18667455
+0.75834769 0.41045329 0.18263727
+0.80516613 0.42551860 0.17437156
+0.85262346 0.43682545 0.16042161
+0.90448838 0.44912180 0.14901663
+0.96018296 0.45875016 0.13490248
+0.99428326 0.47263038 0.12798966
+1.05813956 0.48273271 0.11750190
+1.13603354 0.49171093 0.10898888
+1.16722536 0.50380147 0.10290603
+1.16600394 0.51254678 0.09880946
+1.16620648 0.52109665 0.09220859
+1.17306387 0.52950436 0.08747333
+0.95326358 0.52571428 0.09826221
+-0.21338546 0.54816884 0.06817663
+-0.13269502 0.57657433 0.05818813
+-0.08995264 0.57733446 0.04729744
+-0.04652996 0.58265960 0.04063851
+0.00175251 0.59063250 0.03396937
+0.05111695 0.60238111 0.02942608
+0.14367737 0.61155283 0.02590108
+-0.13540749 0.64796519 0.02301690
+-0.11001737 0.77321362 0.03589163
+-0.05514058 0.78307688 0.04841733
+0.00287965 0.78764653 0.04611701
+0.04682977 0.79861492 0.04319344
+0.08458554 0.80302727 0.03989908
+0.13430457 0.81478041 0.03790332
+0.18006958 0.82419592 0.03131780
+0.22566345 0.82522857 0.10435168
+0.26446262 0.81977391 0.20617707
+0.29472664 0.80337334 0.19491875
+0.32431790 0.79061162 0.18594424
+0.34992304 0.77722877 0.18283185
+0.37675551 0.75587094 0.18203995
+0.40476805 0.74221003 0.17515932
+0.43938169 0.72839433 0.16985697
+0.47343281 0.71438307 0.16519409
+0.51366329 0.70036727 0.15837239
+0.55851561 0.68590808 0.15317044
+0.60414958 0.67138308 0.14859721
+0.65512419 0.66114962 0.14268996
+0.69577366 0.63931018 0.13688771
+0.72847837 0.62270790 0.12713000
+0.75676125 0.60721058 0.12141899
+0.79227751 0.59155357 0.10981403
+0.82639956 0.57150376 0.11564663
+0.79861403 0.55425459 0.10262570
+0.59325939 0.53429008 0.08031797
+0.68206787 0.51839072 0.06955656
+0.74129266 0.49976647 0.07201143
+0.77104992 0.47499907 0.09977007
+0.84486735 0.46396518 0.08019763
+0.91087198 0.45610577 0.05956467
+0.91341120 0.44684154 0.05726065
+-0.33679757 0.52325153 0.03879296
+-0.29132074 0.54678154 0.05289697
+-0.28056905 0.52937973 0.04951958
+-0.27496696 0.51680005 0.04573958
+-0.26621100 0.50055307 0.04487357
+-0.25674924 0.48670182 0.04152503
+-0.21649283 0.47318861 0.03890618
+-0.15292922 0.47217539 0.08018999
+-0.10602207 0.46847832 0.25327361
+-0.07964727 0.45637029 0.23592940
+-0.05752665 0.43911728 0.23009698
+-0.03397753 0.42718008 0.22253445
+-0.01194431 0.41205022 0.21567129
+0.01896156 0.40075168 0.20882329
+0.04537052 0.38410187 0.20449735
+0.09260733 0.36790085 0.19604380
+0.13861816 0.35818693 0.19191635
+0.20608135 0.34396023 0.18341401
+0.26830259 0.33165503 0.17942093
+0.32395700 0.31435329 0.16871122
+0.36906162 0.30207750 0.18337262
+0.39440146 0.28907222 0.20504616
+0.46483490 0.27557525 0.18148778
+0.54723018 0.26768270 0.13919103
+0.62088633 0.25351393 0.12173045
+0.69009084 0.24174657 0.10619931
+0.77273065 0.22367838 0.09778813
+0.85565305 0.20878297 0.08422564
+0.91984737 0.19447394 0.07406233
+0.96970040 0.17975922 0.06618199
+1.01178360 0.17104770 0.05646553
+1.04909968 0.16309249 0.05181947
+1.10226262 0.15410453 0.04598289
+0.69536412 0.15726936 0.04718974
+0.25040141 0.19131811 0.05050268
+0.25183120 0.17855178 0.11476287
+0.29531628 0.16190852 0.10394610
+0.35421920 0.15084623 0.05745171
+0.39700925 0.13962305 0.04610302
+0.43937457 0.12998535 0.03893864
+0.16277190 0.13535933 0.12388580
+-0.23440121 0.16518529 0.28974664
+-0.19880725 0.15066412 0.26538572
+-0.18237162 0.13476400 0.25844407
+-0.16530789 0.12100808 0.25059083
+-0.14444892 0.10909607 0.24203394
+-0.11632615 0.09742827 0.23221369
+-0.06703565 0.07997187 0.22974648
+0.00042339 0.06565387 0.21666855
+0.07564116 0.05104105 0.21307512
+0.14590587 0.04235105 0.20108804
+0.21864045 0.02745206 0.18935031
+0.27807143 0.01937807 0.18452905
+0.33826819 0.01087727 0.16938204
+0.40728289 0.00005147 0.16103852
+0.45803133 -0.00846015 0.15403029
+0.51922053 -0.01286447 0.13471310
+0.57684559 -0.02376433 0.12576900
+0.64182258 -0.03352747 0.10681304
+0.70234704 -0.04316246 0.09693127
+0.76047331 -0.05595316 0.08451560
+0.82380551 -0.06520706 0.07464677
+0.87341923 -0.07379932 0.05796433
+0.90898800 -0.08259230 0.05678053
+0.95393372 -0.09378453 0.05197876
+0.99722570 -0.10216677 0.04594781
+1.01697409 -0.10900689 0.04560452
+0.84328717 -0.10758294 0.04196366
+0.90708977 -0.12056670 0.04181459
+0.93804842 -0.12952122 0.03580801
+0.96829611 -0.13938025 0.03729226
+0.99907559 -0.14371933 0.03839466
+1.01731849 -0.15608154 0.03283542
+0.98768592 -0.16484703 0.02840636
+-0.33675894 -0.05695796 0.29566756
+-0.28780273 -0.07933590 0.27921078
+-0.27770436 -0.09959015 0.27062598
+-0.26580951 -0.11627310 0.26067275
+-0.24722998 -0.12427504 0.24949475
+-0.22654825 -0.14153942 0.23979326
+-0.17164600 -0.15870403 0.22634748
+-0.09472111 -0.17921291 0.22194965
+-0.00339480 -0.19207753 0.20742184
+0.09736920 -0.20017788 0.20493852
+0.19038847 -0.20880303 0.18935679
+0.24576545 -0.20870367 0.18479691
+0.30249903 -0.20131777 0.16823411
+0.37060466 -0.19352606 0.15708898
+0.41807780 -0.19302978 0.13902295
+0.47786477 -0.18539377 0.12764183
+0.52693278 -0.18142836 0.10629632
+0.57405645 -0.17735437 0.09774880
+0.62226069 -0.17320457 0.08564666
+0.66092378 -0.16939703 0.07222882
+0.71324813 -0.16183265 0.06578161
+0.75252038 -0.16126136 0.05190297
+0.79186106 -0.15361151 0.05080424
+0.82710475 -0.14985865 0.03901341
+0.86990720 -0.14273946 0.03936524
+0.91885203 -0.14491650 0.03824043
+0.99437290 -0.14735213 0.03182144
+1.04602575 -0.14317571 0.03119256
+1.06880796 -0.13938679 0.02679930
+1.08236003 -0.13885823 0.02762907
+1.09839272 -0.13193530 0.02306905
+1.11256659 -0.12835637 0.02349252
+1.15920317 -0.12987544 0.00912086
+0.00600105 0.01251437 0.26099789
+-0.04106580 0.01136522 0.24905828
+-0.00628953 0.00090003 0.23911646
+0.02300367 -0.00721224 0.22822508
+0.05723944 -0.00699593 0.21627998
+0.08917588 -0.01607275 0.20584926
+0.15916866 -0.01748284 0.18974504
+-0.13038839 -0.00449426 0.19051848
+-0.10530043 -0.00806868 0.17441906
+-0.02659263 -0.01228437 0.17165500
+0.03665338 -0.01102893 0.15722744
+0.08812483 -0.00887228 0.15145168
+0.13653375 -0.01146962 0.13726403
+0.19883823 -0.01118981 0.13017663
+0.25550202 -0.00407737 0.11139324
+0.31300986 -0.00740398 0.10599175
+0.35359812 -0.00381770 0.08727729
+0.40042254 -0.00194644 0.07938386
+0.44353083 -0.00233054 0.07073189
+0.47555354 0.00130523 0.05959810
+0.52177030 0.00516196 0.05331486
+0.56647980 0.00922381 0.04051540
+0.60890079 0.01340349 0.03971101
+0.65659398 0.01291288 0.02939966
+0.70936680 0.01294064 0.02938921
+0.75683290 0.01480235 0.02840163
+0.82793802 0.01448210 0.02244173
+0.88280028 0.01296265 0.02146491
+0.91806710 0.01595655 0.01756440
+0.94358075 0.01907895 0.01864813
+0.96934128 0.02242283 0.01447378
+1.00237393 0.02338040 0.01478979
+1.05430830 0.01384880 0.00218612
+0.26014188 0.17579378 0.21873069
+0.22140871 0.17002699 0.21100110
+0.26654899 0.16279681 0.20169897
+0.30038342 0.16106972 0.18891336
+0.33143377 0.15572879 0.17924476
+0.36011857 0.15637416 0.16645049
+0.42811862 0.14584929 0.15346406
+-0.14917929 0.18320447 0.15457805
+-0.16017659 0.17384255 0.14136022
+-0.10909465 0.17103016 0.13660870
+-0.05604197 0.16302465 0.12421232
+-0.01289253 0.15871607 0.11878350
+0.02798748 0.16129351 0.10352662
+0.08808646 0.14938171 0.09898740
+0.14592844 0.14861891 0.08027662
+0.15643121 0.14982617 0.14219257
+0.20066608 0.14185007 0.12582579
+0.27126417 0.14202648 0.08638979
+0.31262451 0.14142026 0.06252512
+0.35738784 0.14402241 0.04767728
+0.40797880 0.13680933 0.03558153
+0.44830042 0.13757175 0.02438137
+0.49271336 0.13795441 0.02274737
+0.54449177 0.14020918 0.01320418
+0.60114235 0.14028671 0.01345245
+0.64964455 0.13960685 0.00820259
+0.72225785 0.13594325 0.00702997
+0.78146607 0.13464627 0.00633276
+0.82493484 0.13409860 0.00233996
+0.86118835 0.14888689 0.00281147
+0.90375054 0.17916940 -0.00120888
+0.95376837 0.19289686 -0.00084728
+1.00766695 0.18945129 -0.01287092
+0.35035983 0.35250938 0.18871230
+0.35536042 0.34658188 0.17732812
+0.40030596 0.32493123 0.17245416
+0.39260483 0.28098524 0.21290529
+0.46999678 0.25822932 0.15936157
+0.50014359 0.25566760 0.14531012
+0.57999909 0.24597040 0.12482314
+-0.20427702 0.30087799 0.12924209
+-0.17791231 0.31254095 0.12038695
+-0.01247683 0.29159909 0.11001067
+0.03814267 0.27975187 0.09664977
+0.08873146 0.26914912 0.09079788
+0.12727642 0.26249257 0.07893134
+0.17793187 0.25900263 0.07363078
+0.22995020 0.27084205 0.05928272
+0.01053961 -0.08399253 0.05045036
+0.02094167 -0.06376553 0.03956470
+0.02692964 -0.06551930 0.03771742
+0.03158267 -0.07156806 0.02928198
+0.03265917 -0.07183325 0.02854369
+0.02327574 -0.09886865 0.02532360
+0.35069624 0.23388916 0.07918588
+0.37530896 0.20713344 0.07998860
+0.42776689 0.20129322 0.07139132
+0.51114506 0.20007794 0.04009443
+0.58644640 0.19573100 0.01348956
+0.67444527 0.19622204 0.00472491
+0.76113945 0.20149432 0.00261433
+0.82809556 0.19746862 -0.00070990
+0.86232722 0.19668537 0.00004288
+0.90369838 0.19532050 -0.00372466
+0.95638263 0.19332267 -0.00300881
+0.98540670 0.18464936 -0.01220166
+0.31731865 0.35246459 0.16659026
+0.37455818 0.32900211 0.15295684
+0.40592498 0.32122803 0.14804758
+0.39427719 0.31033242 0.19460596
+0.42379591 0.30865631 0.18401535
+0.44786882 0.29967651 0.17692448
+0.47820604 0.29580164 0.17095432
+-0.24180512 0.34755397 0.10970040
+-0.18473719 0.33872986 0.09884030
+-0.14082778 0.32420546 0.09608579
+-0.09765893 0.32118893 0.08520255
+-0.05440553 0.31507155 0.08196503
+-0.01200129 0.30179438 0.07066187
+0.05239897 0.29599407 0.06576798
+0.11654081 0.28721181 0.05105307
+0.17243190 0.28003183 0.04968381
+0.21776856 0.26398322 0.03694088
+0.26764384 0.25276977 0.03441427
+0.30361900 0.24873647 0.02513779
+0.34379590 0.23940754 0.02716386
+0.34413546 0.22574314 0.08473893
+0.38344553 0.21600680 0.07656449
+0.42271969 0.21136886 0.07540453
+0.48231500 0.20029247 0.05032436
+0.57627094 0.19617325 0.01634744
+0.63909417 0.19129278 0.00320943
+0.71959281 0.18448511 -0.00014959
+0.77852809 0.17920183 -0.00502499
+0.82118982 0.17862000 -0.00426415
+0.85884255 0.17414989 -0.00755845
+0.89624166 0.16995752 -0.00698969
+0.94531029 0.16421184 -0.01060465
+0.92126584 0.16430409 -0.01215137
+0.19466507 0.35427538 0.14542243
+0.25398898 0.33899611 0.13317767
+0.27880558 0.32854459 0.12459577
+0.30675662 0.32353327 0.11288306
+0.33043686 0.31565771 0.10462265
+0.35720006 0.30561128 0.09686591
+0.34741503 0.30080992 0.09189088
+-0.21182971 0.33026093 0.08374125
+-0.15372862 0.31681123 0.08480661
+-0.11167561 0.31115276 0.06981567
+-0.05591777 0.29694045 0.06231533
+-0.00449494 0.29077125 0.06034942
+0.04931721 0.28681636 0.04926487
+0.11246131 0.27578014 0.04705997
+0.17847338 0.26008153 0.03818015
+0.24168687 0.24953729 0.03605708
+0.28366798 0.24008207 0.03213913
+0.32990170 0.22731631 0.03687059
+0.34077215 0.20845531 0.08671519
+0.38032520 0.19846106 0.08103292
+0.45757720 0.18967819 0.05152943
+0.51925719 0.18033656 0.01952317
+0.57353783 0.16984084 0.00899007
+0.62038958 0.15212686 0.00359802
+0.68614197 0.14228398 0.00386897
+0.74779814 0.13528556 -0.00040122
+0.83200532 0.13103871 -0.00211213
+0.89190918 0.12467086 -0.00224325
+0.93788570 0.11466017 -0.00573836
+0.96861523 0.11196317 -0.00891710
+1.00087774 0.10420751 -0.00838196
+1.03778732 0.10095902 -0.00818526
+0.98127902 0.10421600 -0.01222977
+-0.02668777 0.32325789 0.13901590
+0.01825375 0.29840368 0.12429215
+0.03898354 0.28754139 0.11712347
+0.05418315 0.28124923 0.10730804
+0.06879371 0.26955497 0.10008813
+0.08779582 0.26156998 0.09159134
+0.10347138 0.24704181 0.08788015
+-0.15898134 0.26011190 0.07942725
+-0.09574684 0.24986033 0.07763180
+-0.04398781 0.23574226 0.06512424
+0.01233281 0.22577536 0.05839350
+0.07466415 0.21900357 0.05641821
+0.14396112 0.20381390 0.04835894
+0.22010286 0.19477066 0.04653500
+0.24042740 0.18254671 0.09951714
+0.29781514 0.17234896 0.10310674
+0.39373758 0.15414418 0.04179709
+0.46159604 0.13942124 0.02850576
+0.52008301 0.12637377 0.02389558
+0.57120210 0.11591853 0.01902504
+0.63501215 0.08976684 0.01519779
+0.69351304 0.07775382 0.00989947
+0.73553896 0.06206099 0.00952549
+0.79448032 0.04920541 0.00598448
+0.85755062 0.03115486 0.00674281
+0.92727911 0.02289749 0.00176005
+1.02366781 0.00877076 0.00058670
+1.08868551 0.00300828 -0.00406045
+1.12677741 0.00085157 -0.00316450
+1.15592062 -0.00516830 -0.00666244
+1.17592549 -0.00747869 -0.00606184
+1.19647753 -0.01135612 -0.00954685
+1.25301135 -0.02647964 -0.01412414
+-0.34705830 0.23526296 0.12971285
+-0.29223353 0.22579445 0.10859779
+-0.28037187 0.22058086 0.10237622
+-0.26676208 0.21912414 0.09440139
+-0.24907438 0.22526962 0.08215358
+-0.22832385 0.21901818 0.08593343
+-0.17261164 0.22173263 0.07254767
+-0.10093102 0.21071735 0.06268070
+-0.04178484 0.21332647 0.06200538
+0.00697577 0.21884832 0.05066886
+0.06996105 0.21629333 0.05242167
+0.13701206 0.21781322 0.04391744
+0.20823757 0.22294830 0.04234403
+0.27952275 0.22001126 0.03593830
+0.30827278 0.21909557 0.07441259
+0.35256678 0.22117008 0.09047247
+0.40291002 0.22430976 0.08672508
+0.46740699 0.22547708 0.07993615
+0.54616106 0.22095726 0.05030899
+0.62541223 0.21875770 0.02281678
+0.69538999 0.21970020 0.01153969
+0.75855064 0.22030440 0.00438840
+0.80574751 0.22388703 0.00318432
+0.86223280 0.21761295 -0.00124678
+0.92618626 0.21683496 -0.00175607
+0.99813300 0.25181901 -0.01762975
+0.73455322 0.04717644 0.00516182
+0.68829495 0.04893955 -0.00655654
+0.70262748 0.05207970 -0.00515586
+0.70767641 0.05387988 -0.00688777
+0.70477176 0.04607527 -0.00517008
+0.70670170 0.04504242 -0.00544445
+0.74542820 0.03716848 -0.01035027
+0.01257095 0.19991171 0.09654499
+-0.17369254 0.21256904 0.09003216
+-0.12382758 0.19978920 0.08312639
+-0.08458517 0.18796049 0.07615986
+-0.04504513 0.18078099 0.07657009
+-0.00216157 0.16956992 0.07252365
+0.05582188 0.16037494 0.06457637
+0.12287429 0.15038700 0.06359126
+0.15095194 0.13873075 0.11997837
+0.21743400 0.13012852 0.10177384
+0.31468129 0.12255205 0.05156109
+0.37961152 0.10932746 0.04612430
+0.44541779 0.10151841 0.04499565
+0.51648521 0.09429394 0.04027013
+0.58348113 0.08771336 0.03807986
+0.63788444 0.07633210 0.03465252
+0.69416535 0.06437021 0.03293661
+0.74790907 0.05599211 0.02916903
+0.80889279 0.04619963 0.02838282
+0.88049716 0.03355395 0.02456532
+0.94593680 0.01892216 0.02375248
+0.99166089 0.00809521 0.02053568
+1.02658999 -0.00013507 0.02137707
+1.05806565 -0.01078419 0.01980025
+1.08616376 -0.02004620 0.01912490
+1.12345111 -0.02835723 0.01510937
+0.69532514 -0.02742252 0.05119076
+0.02761463 -0.02984519 0.05239715
+0.04528259 -0.03684122 0.04947665
+0.04029649 -0.03954530 0.04976342
+0.03353343 -0.04402125 0.04733027
+0.03134693 -0.04633565 0.04869093
+0.05120007 -0.05249826 0.04382316
+0.02834714 0.00219812 0.10765322
+-0.05864231 0.04102146 0.11281830
+0.04100971 0.02552599 0.10740256
+0.11873909 0.01805669 0.10243940
+0.19032645 0.00739444 0.10230789
+0.25598454 -0.00316150 0.09888736
+0.32372797 -0.01126546 0.09239011
+0.39992288 -0.02371316 0.09013987
+0.46382120 -0.03083953 0.08357584
+0.53468806 -0.04168639 0.07908244
+0.59756005 -0.04944480 0.07609431
+0.66542715 -0.05796821 0.07136291
+0.71699899 -0.06667461 0.06778543
+0.75368309 -0.07365746 0.06416950
+0.81491262 -0.08360799 0.06027611
+0.86650884 -0.09242690 0.05574233
+0.90884268 -0.09906492 0.05379815
+0.95000857 -0.10797332 0.04944870
+0.99171305 -0.11864841 0.04855019
+1.04641759 -0.13263515 0.04431872
+0.90095770 -0.14211567 0.04309067
+0.89792436 -0.15255144 0.04211562
+0.88575804 -0.16122396 0.04011325
+0.87361640 -0.16937622 0.03935225
+0.85777026 -0.17752936 0.03737246
+0.83818299 -0.18394342 0.03063476
+0.84705234 -0.18568292 0.09283238
+-0.02166882 -0.16495770 0.11458244
+-0.26003501 -0.17425074 0.10994404
+-0.23080376 -0.17992060 0.10716167
+-0.20871216 -0.18719010 0.10713728
+-0.18435667 -0.19441675 0.10380768
+-0.15305044 -0.20109621 0.10153739
+-0.10100051 -0.20832421 0.13570566
+-0.02977823 -0.19787759 0.14899664
+0.05910470 -0.21243139 0.14209029
+0.14312479 -0.22081296 0.13902146
+0.21591529 -0.23133802 0.13581355
+0.28181395 -0.23950224 0.13068883
+0.33951002 -0.24962766 0.12480238
+0.40059423 -0.25739253 0.12027609
+0.46607020 -0.26531228 0.11495021
+0.51947629 -0.27449894 0.10772720
+0.57442594 -0.28524318 0.10240611
+0.63516814 -0.28640258 0.09826584
+0.70146364 -0.27579251 0.09369586
+0.77705723 -0.26389089 0.08737618
+0.86010253 -0.25181949 0.08043610
+0.92551726 -0.24130300 0.07554545
+0.98616958 -0.22946067 0.07295039
+1.02843952 -0.21738179 0.06873056
+1.07210541 -0.20263530 0.06594344
+1.10468495 -0.19319353 0.06297986
+1.10795188 -0.17082751 0.05936300
+-0.05962969 -0.15684722 0.05926660
+-0.04400703 -0.13968140 0.05731787
+-0.06218819 -0.12617530 0.05459121
+-0.08303463 -0.11164144 0.05257977
+-0.09973203 -0.09804881 0.04630629
+-0.12098725 -0.08076920 0.11059203
+-0.10573214 -0.03916267 0.18420739
+-0.15609792 -0.01321634 0.17428413
+-0.11950628 0.00058926 0.17234035
+-0.08263216 0.01128368 0.16819711
+-0.05405145 0.02323360 0.16727528
+-0.01862481 0.03779140 0.16477177
+0.02419380 0.04607752 0.17278214
+0.06853554 0.05366762 0.19230518
+0.11780127 0.06633816 0.18720065
+0.17721039 0.07684805 0.18186516
+0.24599931 0.09289167 0.17857105
+0.31899914 0.10470062 0.17223239
+0.39747775 0.11930568 0.16784109
+0.46157816 0.12881316 0.15970702
+0.53598237 0.14371274 0.15383589
+0.60987717 0.15512601 0.14508016
+0.67151803 0.17015213 0.13837796
+0.72752893 0.18008174 0.12968183
+0.78464311 0.19423008 0.12356975
+0.84902871 0.20195509 0.11711334
+0.86392421 0.21178824 0.10412959
+0.41630208 0.22258098 0.13010618
+0.45210290 0.22911763 0.11952683
+0.44464549 0.24287216 0.13906273
+0.44246018 0.25366545 0.14384633
+0.44145352 0.27036369 0.13757615
+0.43281311 0.28669980 0.13601163
+0.51219231 0.40212083 0.06997665
+-0.09871796 0.41214010 0.06985593
+-0.17478502 0.42600513 0.06634532
+-0.11693068 0.44477585 0.06792539
+-0.05970074 0.45836830 0.06642386
+-0.00350337 0.47219044 0.08483136
+0.05417243 0.48872608 0.26537454
+0.12321456 0.52542657 0.24898899
+0.19760053 0.53935993 0.24445656
+0.27043644 0.55453551 0.23940989
+0.33699551 0.56654990 0.23410703
+0.39692441 0.58138043 0.23023801
+0.46479186 0.59723526 0.22943851
+0.52429676 0.61320740 0.24303854
+0.57966918 0.62421620 0.23264611
+0.65051568 0.64027548 0.23102045
+0.70801371 0.65697318 0.22205351
+0.77219707 0.66951299 0.21875717
+0.83010203 0.68259823 0.20950708
+0.90182835 0.69870287 0.20574349
+0.96988726 0.71328652 0.19529647
+1.05693078 0.72297871 0.20281129
+1.09456968 0.73948038 0.18301158
+1.09303451 0.75559545 0.16994840
+1.07363236 0.77046305 0.15882131
+1.05126464 0.78232139 0.14321494
+1.02285790 0.78699386 0.13143750
+1.02051210 0.78455782 0.11510924
+0.22614962 0.79378486 0.10658292
+-0.28556111 0.78511578 0.10332546
+-0.25173008 0.77198410 0.09398695
+-0.23309776 0.76080662 0.09316226
+-0.21145813 0.74799538 0.08711319
+-0.18622223 0.74179924 0.08614749
+-0.15392227 0.87859517 0.08309112
+-0.10034510 0.85842222 0.08403654
+-0.04096706 0.83475643 0.08576137
+0.00936490 0.81965774 0.08215373
+0.06262543 0.79421830 0.07526974
+0.11460295 0.77654141 0.26839501
+0.17628649 0.75871927 0.33174706
+0.22506662 0.74013823 0.32352352
+0.28628790 0.71145552 0.31785592
+0.33882508 0.69165355 0.31016862
+0.38811302 0.67328727 0.30291507
+0.44152352 0.65511405 0.29418015
+0.49895236 0.63375217 0.29298797
+0.55852824 0.61327994 0.28556538
+0.64079142 0.59259379 0.28018832
+0.71635503 0.56510067 0.28052422
+0.73068768 0.53290832 0.31357354
+0.79203993 0.51100498 0.30485407
+0.86104602 0.49507746 0.28529236
+0.95622891 0.48209667 0.24714965
+-0.11705832 0.58124465 0.17905983
+-0.09780762 0.58951926 0.16259201
+-0.08155170 0.59555882 0.14512835
+-0.05735562 0.60688990 0.12724367
+-0.02476497 0.61697978 0.11237041
+0.00837270 0.62347370 0.10413470
+0.03993287 0.67829227 0.09542621
+0.07630678 0.75679785 0.08728448
+0.12594010 0.76235628 0.08376136
+0.18276970 0.77490187 0.07764465
+0.23158026 0.78776544 0.07452014
+0.29663515 0.80225182 0.06997538
+0.35366961 0.81470829 0.06909475
+0.40804952 0.82292926 0.06485995
+0.45719042 0.83400738 0.06015391
+0.52635026 0.84691817 0.11186225
+0.58124375 0.86172533 0.30414510
+0.65132415 0.87551349 0.28463262
+0.71767229 0.89083594 0.26811692
+0.77280521 0.90166581 0.25858009
+0.81994063 0.91653931 0.25307298
+0.86495280 0.93239868 0.24124077
+0.91498470 0.94790971 0.22997513
+0.97067559 0.96323043 0.23483884
+0.93316382 0.96152943 0.22196585
+0.90168923 0.94307387 0.21533377
+0.97638804 0.92418653 0.20106788
+1.04299271 0.89774591 0.19640569
+1.09204793 0.87500352 0.18135399
+1.14483559 0.85456693 0.17162578
+1.19236386 0.83352357 0.15474062
+1.10086060 0.81176126 0.14258109
+-0.30228257 0.78777736 0.12536049
+-0.22495367 0.75989658 0.11598401
+-0.18254188 0.73235279 0.09570807
+-0.13843822 0.70566946 0.08897141
+-0.08287316 0.68095970 0.08039635
+-0.02920387 0.66119474 0.06692673
+0.05551559 0.64234799 0.05884019
+-0.08217975 0.62333876 0.04923340
+-0.12030309 0.64946699 0.04536020
+-0.08332672 0.71844208 0.03870806
+-0.04830779 0.69329935 0.03638394
+-0.00485616 0.66859365 0.03561600
+0.03864232 0.64799964 0.03027554
+0.08486278 0.62717521 0.03122685
+0.13418260 0.60703796 0.02664635
+0.17820154 0.59067476 0.02618238
+0.21753018 0.62088615 0.01490448
+0.24703908 0.59612912 0.17347564
+0.27508965 0.57796925 0.19227637
+0.30072448 0.55018258 0.17599504
+0.31966278 0.53108132 0.16763254
+0.35186046 0.51103395 0.16195349
+0.36630607 0.48973674 0.15504615
+0.38720921 0.46239188 0.14187007
+0.39751455 0.44430873 0.16002215
+0.43386254 0.42122760 0.15459733
+0.46442088 0.40193459 0.14865822
+0.50288236 0.38320479 0.14298636
+0.50130343 0.35445806 0.19095646
+0.53423160 0.33807266 0.18155159
+0.55828452 0.31857768 0.17219770
+0.60753453 0.30182067 0.13847744
+0.67123461 0.28304982 0.09734681
+0.73565239 0.26824591 0.07678040
+0.63613588 0.24449737 0.07051050
+0.63822556 0.22568232 0.05504831
+0.73553193 0.20210923 0.04581435
+0.81596756 0.18554288 0.03883893
+0.89753622 0.16452496 0.03096383
+0.97212714 0.14894648 0.02502934
+1.06691861 0.13017219 0.01875092
+0.58846331 0.11499262 0.01427363
+-0.34919882 0.11626079 0.01044240
+-0.29683548 0.11163014 0.00766840
+-0.26064840 0.09370640 0.00674890
+-0.22327068 0.07806209 0.00403291
+-0.17577490 0.05704582 0.00289385
+-0.12822716 0.04110100 0.00228496
+-0.07387102 0.02190699 0.00039934
+-0.17581755 0.05700729 -0.00521310
+-0.13607456 0.16126800 0.05770514
+-0.11701936 0.13496286 0.10813596
+-0.09606817 0.11006739 0.09678037
+-0.07920352 0.09290919 0.09037212
+-0.05988501 0.06807118 0.08605718
+-0.02492869 0.04354993 0.08041978
+0.00575946 0.02113193 0.07212592
+0.04219772 -0.01323869 0.08627684
+0.07613500 -0.03296253 0.10085395
+0.12884590 -0.05184796 0.09140326
+0.18381430 -0.07423376 0.08503454
+0.23129493 -0.09349634 0.07803897
+0.30165172 -0.10767455 0.07112855
+0.36108097 -0.13640234 0.06315699
+0.41438857 -0.12579088 0.05112138
+0.47457579 -0.11670572 0.03866245
+0.53839570 -0.11638580 0.03008026
+0.60507894 -0.10680365 0.02239646
+0.68173957 -0.09720267 0.01618316
+0.75306505 -0.08817199 0.00978076
+0.81498116 -0.08354893 0.00424747
+0.86880845 -0.07645737 -0.00092180
+0.91442764 -0.06480687 -0.00540638
+0.96257043 -0.05503380 -0.00947718
+1.01800203 -0.04338446 -0.01251140
+0.87593877 -0.03700303 -0.01569652
+0.60435605 -0.03377997 -0.01673219
+0.67234683 -0.02599969 -0.01809453
+0.71301466 -0.01515639 -0.02047499
+0.75415707 -0.00395791 -0.02083841
+0.79426944 0.00431289 -0.02285866
+0.83655769 0.01414583 -0.02310169
+0.65067536 0.01899585 -0.02763425
+-0.30238482 0.16994525 -0.00814952
+-0.26234421 0.21139550 0.04078394
+-0.25187352 0.21256582 0.03200400
+-0.24054809 0.21270312 0.02766699
+-0.22605357 0.21202970 0.02333211
+-0.20657116 0.21457188 0.02127234
+-0.15242170 0.21382764 0.01464510
+-0.08365689 0.25060219 0.02209689
+-0.01493622 0.26946199 0.05690863
+0.06112562 0.26939517 0.04677331
+0.13880783 0.27619037 0.04191523
+0.20382236 0.27972063 0.03539662
+0.27023309 0.28126681 0.03162053
+0.34509817 0.28654075 0.02618692
+0.39213669 0.28773969 0.01595571
+0.43642470 0.28723615 0.01614594
+0.45302051 0.29169765 0.03512980
+0.48518646 0.29107091 0.05298876
+0.53108013 0.29399922 0.04841030
+0.55895030 0.30046847 0.04509861
+0.60482877 0.30493936 0.03998095
+0.64229709 0.31302685 0.03049308
+0.67999101 0.31741637 0.02369159
+0.72308296 0.32588443 0.01182839
+0.77053326 0.33338079 0.00072179
+0.82206392 0.34304774 -0.01158710
+0.89347541 0.34783554 -0.02356551
+0.95306212 0.35676771 -0.02972513
+0.98407477 0.36176342 -0.03418783
+1.00133669 0.36852732 -0.03424669
+1.01676321 0.37864095 -0.03713630
+1.03574598 0.38447180 -0.03705279
+1.07243359 0.39134860 -0.04093357
+0.48807535 0.43351892 -0.04057575
+0.07053788 0.50648409 -0.01133967
+0.13389222 0.50086099 -0.01853735
+0.18030995 0.50067431 -0.02021726
+0.22827394 0.50134391 -0.02434885
+0.27098802 0.50673401 -0.02502218
+0.33834329 0.51037049 -0.03026240
+0.11576825 0.54210228 -0.02674208
+-0.19077240 0.62364197 0.02565903
+-0.14187799 0.62762475 0.01465814
+-0.09835429 0.62739223 0.01162036
+-0.05900564 0.63240433 0.00618165
+-0.02062560 0.63339674 0.00227406
+0.02165843 0.63656074 -0.00290010
+0.07740214 0.64380717 -0.00875325
+0.12808599 0.64686775 -0.02234597
+0.17248975 0.64756423 -0.02951796
+0.20618448 0.64774519 -0.03068048
+0.23615307 0.65299857 -0.03329421
+0.26766074 0.65906078 -0.03422918
+0.29728824 0.66461527 -0.03728287
+0.32690233 0.67242396 -0.04123923
+0.35312882 0.67780817 -0.04102368
+0.38436276 0.67902255 -0.04429519
+0.41850039 0.68609542 -0.04384462
+0.46816856 0.69300354 -0.04666598
+0.51543558 0.69965160 -0.04651475
+0.56801701 0.70708394 -0.04616841
+0.62270343 0.71380270 -0.04943751
+0.66103083 0.72068596 -0.04884822
+0.69659978 0.72712541 -0.05145793
+0.73467767 0.73260003 -0.05061994
+0.78291720 0.72622806 -0.05362403
+0.79217410 0.73010987 -0.05649397
+0.55686522 0.76626372 -0.05261020
+0.64362288 0.76252210 -0.05709518
+0.70962757 0.76363575 -0.05728372
+0.76910651 0.76563805 -0.06101165
+0.82302159 0.77044147 -0.06029977
+0.87832576 0.77552539 -0.06420526
+0.83986086 0.77763504 -0.06480020
+-0.32460395 0.92042351 0.00143115
+-0.28026068 0.91548872 -0.00441674
+-0.26674345 0.92254400 -0.01213686
+-0.25369021 0.92140180 -0.01622070
+-0.23723678 0.92513746 -0.01942900
+-0.22057904 0.93208051 -0.01956558
+-0.17527024 0.92857885 -0.02814807
+-0.10855008 0.92846000 -0.04136345
+-0.06179512 0.93370819 -0.04467917
+-0.04350293 0.94158351 -0.04788127
+-0.01881999 0.94902885 -0.05067264
+0.00147476 0.95332509 -0.04906597
+0.02537506 0.95267975 -0.05186088
+0.05145162 0.95688009 -0.05067915
+0.06738448 0.96443224 -0.05343433
+0.09185737 0.97211033 -0.05247621
+0.11889555 0.96797395 -0.05527910
+0.17559865 0.95899200 -0.05302559
+0.22654457 0.95415002 -0.05486954
+0.28286684 0.94376779 -0.05368036
+0.35285366 0.92869282 -0.05544697
+0.42010170 0.91708320 -0.05346360
+0.46681815 0.91044426 -0.05602831
+0.52402467 0.89795899 -0.05431986
+0.60274440 0.88827479 -0.05330044
+0.67378968 0.87155694 -0.05909288
+0.78749889 0.85355568 -0.06471684
+0.86991292 0.83622378 -0.07069831
+0.93323004 0.82763988 -0.06910117
+0.99515462 0.80650836 -0.06748772
+1.04054046 0.80016637 -0.06937896
+1.08075023 0.79582447 -0.06804502
+1.17012012 0.78342164 -0.07255276
+-0.04044689 0.93213183 -0.00484715
+-0.08062366 0.92984849 -0.01259122
+-0.04867451 0.91234165 -0.01565089
+-0.02819679 0.90691698 -0.01860479
+-0.00424365 0.90232056 -0.02171656
+0.02003440 0.88514686 -0.02481867
+0.07646599 0.87665677 -0.02902848
+-0.17250545 0.88849461 -0.02585355
+-0.15202254 0.88124394 -0.03284297
+-0.13061479 0.87128067 -0.03216075
+-0.10716008 0.85862923 -0.03382676
+-0.08531366 0.85361511 -0.03311361
+-0.05919004 0.84718919 -0.03468878
+-0.02439214 0.84214413 -0.03787538
+0.00913775 0.83023638 -0.03586968
+0.04844441 0.82442153 -0.03947589
+0.09056031 0.81812674 -0.03854477
+0.15050536 0.81309932 -0.04108243
+0.20707515 0.80106086 -0.04054219
+0.25602642 0.79434854 -0.03963742
+0.33191848 0.78771436 -0.04248020
+0.39002645 0.78131497 -0.04190619
+0.45046714 0.77302951 -0.04456826
+0.50553614 0.76591206 -0.04504695
+0.57301152 0.75783587 -0.04405128
+0.64784694 0.74595135 -0.05038337
+0.73939008 0.73103988 -0.05590136
+0.81810266 0.72013968 -0.06154343
+0.88288730 0.70544147 -0.06145651
+0.93049216 0.69808584 -0.05987089
+0.98557079 0.69045269 -0.06293187
+1.03247941 0.68509382 -0.06150492
+1.11174595 0.67742306 -0.06584615
+0.31589794 0.78161514 -0.00501561
+0.25287291 0.77473450 -0.00797002
+0.28373519 0.76937699 -0.01490105
+0.30016711 0.76987267 -0.01744085
+0.31715226 0.75917077 -0.02052260
+0.34057212 0.75413966 -0.02338342
+0.39096332 0.74369907 -0.02792227
+-0.16382973 0.79185301 -0.01172134
+-0.19512370 0.77727312 -0.01893661
+-0.17501681 0.77399516 -0.01903354
+-0.15436211 0.76970321 -0.02156726
+-0.13441397 0.76284373 -0.02148851
+-0.10843673 0.75794011 -0.02504605
+-0.06797165 0.75381154 -0.02790460
+-0.01952619 0.74734592 -0.02776157
+0.02807343 0.73868513 -0.02852507
+0.07584409 0.73227018 -0.03155647
+0.14007398 0.72465873 -0.03135984
+0.19891725 0.71790677 -0.03446641
+0.24905756 0.71757197 -0.03554454
+0.32529628 0.70707315 -0.03843676
+0.37862512 0.70577955 -0.03927322
+0.43950054 0.69862860 -0.03902116
+0.49701583 0.68985772 -0.04377419
+0.58063263 0.68892258 -0.04341036
+0.66666257 0.69801664 -0.04718234
+0.74258107 0.70379639 -0.04719006
+0.80701333 0.69531536 -0.04747702
+0.86562312 0.69145495 -0.05179531
+0.91748512 0.68454933 -0.05171965
+0.95553094 0.67385751 -0.05246338
+0.98709780 0.64913094 -0.05781686
+1.06891227 0.62352335 -0.06375219
+0.45738962 0.71402586 -0.01135226
+0.45588169 0.71626377 -0.01857839
+0.48067576 0.70681697 -0.02173106
+0.50214422 0.74744612 -0.02431050
+-0.22862378 0.74988085 -0.00972214
+-0.21562225 0.75367534 -0.01429656
+-0.19409284 0.74532861 -0.01456218
+-0.15617485 0.73941392 -0.01876372
+-0.10265048 0.73582238 -0.02170091
+-0.04764831 0.74963993 -0.01984902
+-0.05099622 0.34678763 -0.03452073
+-0.05069437 0.35955867 -0.03101902
+-0.04819544 0.36005574 -0.03327884
+-0.04592094 0.36081904 -0.03564791
+-0.04439005 0.35157558 -0.03509225
+-0.04750005 0.33155087 -0.03744004
+0.06803003 0.73340464 -0.02913043
+0.12981671 0.71552551 -0.03283512
+0.19122027 0.71008092 -0.03624183
+0.23732804 0.70861298 -0.03735947
+0.31325936 0.70667726 -0.04053708
+0.37327474 0.70678085 -0.04201306
+0.44573116 0.71166193 -0.04164865
+0.50247067 0.71357882 -0.04620019
+0.57330859 0.70485842 -0.04588085
+0.64578146 0.69448715 -0.04906810
+0.72248727 0.68629360 -0.05580602
+0.79263234 0.67167920 -0.05725398
+0.84238142 0.65956092 -0.06054934
+0.87994504 0.64932227 -0.05948063
+0.93916094 0.63811147 -0.05977818
+0.98848027 0.63537508 -0.06161594
+1.05853295 0.63133246 -0.06237039
+0.45729756 0.71790540 -0.00806004
+0.50974035 0.71436638 -0.01665851
+0.52296907 0.71102417 -0.01997986
+0.53340107 0.71129793 -0.02270573
+0.54613471 0.71115285 -0.02609973
+0.55947024 0.71426547 -0.02910019
+0.56959164 0.70990360 -0.03327219
+-0.26596999 0.80048633 -0.01267538
+-0.21448359 0.79168338 -0.02033401
+-0.19813931 0.78869206 -0.02056336
+-0.17931944 0.79005212 -0.02415337
+-0.15864228 0.78978062 -0.02487115
+-0.13213466 0.78323054 -0.02833289
+-0.08475284 0.78139025 -0.03148944
+-0.03295604 0.78031534 -0.03249328
+0.01602613 0.77875823 -0.03417263
+0.06824604 0.77516270 -0.03701694
+0.12666731 0.77877879 -0.03787076
+0.18727396 0.77769643 -0.04092187
+0.24181190 0.77329278 -0.04190646
+0.31428781 0.77055973 -0.04185158
+0.36375654 0.76869220 -0.04632538
+0.41970611 0.76523727 -0.04634650
+0.48145357 0.76307195 -0.05067720
+0.54814625 0.75821942 -0.05039156
+0.61451113 0.75757867 -0.05311285
+0.69702762 0.74842083 -0.05915447
+0.76293814 0.73885751 -0.06018296
+0.82856685 0.73402488 -0.06059612
+0.87498951 0.73537982 -0.06307475
+0.93408006 0.73079139 -0.06346877
+0.99297577 0.73152751 -0.06287815
+1.00456023 0.73093331 -0.06667154
+0.35865176 0.79206991 -0.01164826
+0.39840576 0.79000932 -0.02076010
+0.41700521 0.79563528 -0.02342557
+0.42251498 0.80153978 -0.02694021
+0.42892528 0.80230814 -0.03003067
+0.43890795 0.80718380 -0.03361180
+0.39831698 0.80669934 -0.03946181
+-0.24622947 0.88713533 -0.02302564
+-0.19669066 0.88342667 -0.03105074
+-0.17913929 0.88146597 -0.03120694
+-0.15767957 0.88335437 -0.03505363
+-0.13624570 0.88537210 -0.03519838
+-0.11081111 0.88326764 -0.03941808
+-0.06533119 0.88680547 -0.03917388
+-0.01885483 0.88974077 -0.04359596
+0.02647872 0.89140975 -0.04336268
+0.06653487 0.89175355 -0.04760622
+0.12169019 0.89398772 -0.04772785
+0.17979524 0.89553040 -0.05120346
+0.23137920 0.89944947 -0.05185379
+0.29767424 0.90287459 -0.05158282
+0.35099736 0.90449840 -0.05570968
+0.40290222 0.90288776 -0.05540079
+0.46056688 0.90610731 -0.05539332
+0.52689165 0.90739888 -0.05921888
+0.60169840 0.90104634 -0.06045105
+0.68951440 0.89897299 -0.06330179
+0.75958848 0.89777172 -0.06759663
+0.82513654 0.90034783 -0.06713060
+0.87816602 0.90246725 -0.07001220
+0.93636763 0.90223479 -0.06980694
+0.99760175 0.90482408 -0.06935894
+0.97269291 0.90357447 -0.07277822
+0.12378599 0.93459475 -0.01597623
+0.16190203 0.93893313 -0.02497998
+0.16494159 0.94302946 -0.02818629
+0.16447806 0.94874001 -0.03148796
+0.17101744 0.95400381 -0.03467506
+0.17510068 0.95924562 -0.03789140
+0.15414935 0.96184349 -0.04379718
+-0.21334253 1.00939190 -0.03667269
+-0.16639915 1.00555694 -0.04396508
+-0.14433038 1.00861883 -0.04349418
+-0.12241567 1.01264095 -0.04679361
+-0.09675180 1.01954603 -0.04697719
+-0.07064147 1.02387130 -0.05018442
+-0.02907013 1.02656960 -0.05018469
+0.00562934 1.03006887 -0.05370227
+0.04390990 1.03374732 -0.05362150
+0.07515349 1.04120243 -0.05690558
+0.11084793 1.04563689 -0.05706287
+0.16485769 1.05034065 -0.05664369
+0.21002533 1.05409956 -0.06043443
+0.27809948 1.06267548 -0.05989996
+0.32853365 1.06671119 -0.06362884
+0.37283367 1.07075477 -0.06307123
+0.43465310 1.07826686 -0.06338574
+0.49761364 1.08220613 -0.06664117
+0.57749230 1.08297765 -0.06775794
+0.68610048 1.08613229 -0.07054973
+0.76446348 1.08733141 -0.07464494
+0.83026916 1.09156096 -0.07433355
+0.89305454 1.10010469 -0.07364497
+0.94812542 1.10375178 -0.07674632
+1.00427783 1.11223471 -0.07608710
+1.05473948 1.11593497 -0.07736350
+-0.24736945 1.13174260 -0.01946739
+-0.21368483 1.13664114 -0.02893549
+-0.21862055 1.14646423 -0.03219499
+-0.22682625 1.15138280 -0.03548247
+-0.22663574 1.16103399 -0.03876191
+-0.23113175 1.16561639 -0.04213231
+-0.19875164 1.17042160 -0.04801069
+-0.16860385 1.16890788 -0.05178347
+-0.12033974 1.17168176 -0.05776979
+-0.09369562 1.17612994 -0.05659688
+-0.06722842 1.17108047 -0.05914304
+-0.03464796 1.16596889 -0.05814613
+-0.00708302 1.16393411 -0.06098752
+0.03677805 1.15880561 -0.05977195
+0.06347045 1.15680182 -0.06271788
+0.10065822 1.15162754 -0.06186987
+0.13309462 1.14613140 -0.06108108
+0.16576856 1.14086819 -0.06416822
+0.22230086 1.13842642 -0.06357548
+0.27338064 1.13248825 -0.06667318
+0.34720704 1.12675786 -0.06620926
+0.40526736 1.12427711 -0.06592890
+0.45358783 1.11851358 -0.06859855
+0.51857316 1.11310697 -0.06803494
+0.58212465 1.10716224 -0.06756224
+0.66837382 1.09848726 -0.07193816
+0.51095766 1.11160755 -0.07002790
+0.54635262 1.10480452 -0.07084933
+0.59444672 1.10057783 -0.07375295
+0.63427329 1.09561038 -0.07316720
+0.66535383 1.09176707 -0.07254717
+0.70068580 1.08663154 -0.07515268
+0.77465945 1.12751281 -0.09652928
+-0.11811606 -0.04716739 0.49060589
+-0.25995103 -0.14095765 0.48387232
+-0.23412412 -0.12788098 0.47061759
+-0.21332562 -0.12058078 0.46016809
+-0.18894254 -0.11255620 0.44670063
+-0.14757688 -0.10529459 0.43414921
+-0.07867790 -0.10211466 0.42676562
+0.01248442 -0.10113981 0.41023278
+0.11380617 -0.09748766 0.40227672
+0.19404007 -0.09044398 0.39039952
+0.26381457 -0.08307922 0.38385499
+0.32789147 -0.07615481 0.36934331
+0.38385466 -0.06524834 0.36209980
+0.45187226 -0.06058530 0.34521690
+0.50835550 -0.05427301 0.33762187
+0.56171620 -0.04752383 0.32196102
+0.61843050 -0.04135888 0.31225267
+0.67951471 -0.03543375 0.29348910
+0.74488688 -0.02992181 0.28262454
+0.81978554 -0.02174085 0.26408958
+0.89092350 -0.01630930 0.25200787
+0.95119607 -0.01195566 0.23333851
+0.99568290 -0.00489397 0.22637378
+1.03132617 0.00320050 0.22245194
+1.06430137 0.01461003 0.21131156
+1.11452639 0.01917087 0.20767014
+0.65919685 0.07860544 0.20610510
+0.21765192 0.10482311 0.20369767
+0.22767393 0.11342285 0.19342899
+0.21524046 0.12137746 0.19089189
+0.20398925 0.12784992 0.18999992
+0.19238780 0.13941498 0.18089376
+0.20241669 0.14722310 0.17081131
+0.03122740 0.16510904 0.37273434
+-0.18741933 0.18157397 0.38350138
+-0.14376599 0.18796504 0.37066135
+-0.11581979 0.19857754 0.36052865
+-0.08647645 0.20561148 0.34880537
+-0.05625080 0.21003056 0.34432593
+-0.01608898 0.21808878 0.33210549
+0.03893397 0.22171512 0.31859437
+0.11020236 0.22985686 0.31156611
+0.18140069 0.23581073 0.30010027
+0.24781460 0.24689865 0.29230574
+0.31143364 0.25190291 0.27268952
+0.37025070 0.26107687 0.25857592
+0.41916057 0.26708952 0.24386156
+0.48940471 0.27598113 0.23595110
+0.54248857 0.28493640 0.22686347
+0.59103203 0.28942117 0.22169477
+0.65847772 0.29683852 0.21178222
+0.72529709 0.30063549 0.20122269
+0.80412519 0.30652747 0.18548603
+0.90849584 0.30958608 0.17209089
+0.95572615 0.31088158 0.15609388
+0.99698991 0.32104832 0.14628097
+1.00611651 0.33287492 0.14136541
+1.01564181 0.34212559 0.13288257
+1.01735485 0.35360777 0.12848695
+1.05580437 0.40461868 0.13672645
+-0.24019670 0.49925587 0.13654511
+-0.28458342 0.50080127 0.13451351
+-0.25214300 0.51230061 0.12710804
+-0.22413528 0.52102751 0.12376734
+-0.19226083 0.53246987 0.11676472
+-0.15584819 0.54013085 0.10695439
+-0.09829588 0.54976237 0.25232822
+-0.01972915 0.56799144 0.29932997
+0.04699888 0.57677966 0.28514031
+0.09627496 0.58263963 0.27658123
+0.14698741 0.59363461 0.26731434
+0.19324426 0.60475039 0.25791109
+0.24025233 0.61594397 0.25125018
+0.29076904 0.62214875 0.24218509
+0.34694320 0.63210601 0.22950995
+0.41031098 0.63590282 0.22359528
+0.47600749 0.64709598 0.21511322
+0.54384202 0.65736109 0.20836951
+0.61307102 0.66754872 0.19952828
+0.68786001 0.67780918 0.18988685
+0.76168054 0.68623638 0.17952754
+0.82537729 0.69505399 0.17054822
+0.87142348 0.70421070 0.15951790
+0.91324013 0.71182674 0.14768827
+0.95933723 0.71331155 0.13837038
+1.00903320 0.71618098 0.12568738
+0.80237067 0.69645000 0.11108354
+0.13025692 0.68112767 0.09725074
+0.15550190 0.66849279 0.08798843
+0.15842839 0.65845466 0.08287831
+0.15410350 0.65114480 0.07597916
+0.15109050 0.64397573 0.06943665
+0.14861475 0.63033104 0.08208035
+0.15093307 0.73543197 0.09261064
+-0.16247162 0.74532014 0.08838440
+-0.08721469 0.73152399 0.08321406
+-0.01460150 0.71448505 0.07803196
+0.07039412 0.69763064 0.07373987
+0.14042561 0.68548805 0.06551839
+0.21225682 0.67264807 0.13608211
+0.28340518 0.65122521 0.21143988
+0.34950739 0.63568425 0.19582963
+0.42210308 0.62200856 0.18897559
+0.49192262 0.60543275 0.18048109
+0.55699581 0.59295851 0.17310996
+0.62341303 0.57661557 0.16826952
+0.68101633 0.55669594 0.15934113
+0.72981405 0.54255140 0.15300930
+0.74085319 0.52107036 0.18777457
+0.77278733 0.50230253 0.19168282
+0.82330602 0.48993564 0.18002670
+0.89159167 0.47509694 0.16022176
+0.96610367 0.46250117 0.13550198
+0.93292141 0.44043580 0.12998143
+0.80934656 0.42230567 0.14606646
+0.81519866 0.40542480 0.13501000
+0.80788410 0.39116162 0.12682086
+0.78414011 0.37371790 0.11646694
+0.75774056 0.35802740 0.10988715
+0.74077296 0.35972476 0.10036176
+0.62402582 0.43493214 0.04295193
+-0.28505483 0.40940377 0.03331312
+-0.23457731 0.39086950 0.02629696
+-0.21405010 0.37778372 0.02402744
+-0.19259493 0.36169484 0.01889287
+-0.16683502 0.35172540 0.02462439
+-0.14092095 0.33499122 0.05938746
+-0.09230639 0.39589810 0.04971026
+-0.03986644 0.36934274 0.04665222
+0.01420747 0.34858492 0.04176060
+0.06160625 0.33177447 0.03948380
+0.10987414 0.31265089 0.03535871
+0.16288590 0.29031494 0.04058554
+0.20980707 0.27139333 0.12538534
+0.26549101 0.24453555 0.10858335
+0.27801794 0.22639595 0.16878913
+0.34293199 0.20474941 0.14433977
+0.43024084 0.17976628 0.09086248
+0.49058470 0.15729666 0.08498687
+0.55451155 0.13943015 0.08024842
+0.63489980 0.11858559 0.07445689
+0.73248583 0.10280503 0.06606641
+0.80020404 0.08059550 0.06524087
+0.86893415 0.06065959 0.05672457
+0.92402881 0.04206770 0.05526477
+0.97811222 0.02361707 0.04659199
+1.03952265 0.00470889 0.04425330
+1.14292145 -0.01619805 0.03540838
+-0.24290064 -0.03540964 0.03198869
+-0.30770758 -0.05162014 0.02696518
+-0.31170157 -0.06770696 0.01996770
+-0.29548529 -0.08348404 0.01339388
+-0.27453893 -0.10200614 -0.00221761
+-0.25141045 -0.04658042 -0.01022200
+-0.20537822 0.12145118 -0.01728136
+-0.13467121 0.09610154 -0.02008604
+-0.06698550 0.07615747 -0.02151184
+-0.01723693 0.06943716 -0.02631735
+0.02406419 0.07661296 -0.02941234
+0.07156675 0.09009386 0.02271480
+0.11565503 0.09386382 0.02539766
+0.12041656 0.10605948 0.08801798
+0.17581229 0.12164586 0.08413697
+0.22131762 0.12789872 0.08041729
+0.26869345 0.14165553 0.07537889
+0.31982514 0.15642853 0.06641556
+0.40768692 0.16213723 0.04322164
+0.50088906 0.17377043 0.02702266
+0.58782619 0.19210926 0.01734669
+0.66906446 0.19803722 0.01145776
+0.74144429 0.20781578 0.00536254
+0.80115294 0.21865632 0.00128117
+0.85640812 0.23584917 -0.00377865
+0.90639597 0.24771114 -0.00566056
+0.97597355 0.25422046 -0.01023369
+0.43420216 0.26524097 0.04924958
+0.01452868 0.28218558 -0.01744919
+0.02183853 0.29666770 -0.01952515
+0.01255141 0.31650338 -0.02371733
+-0.00160488 0.33084127 -0.02722626
+-0.01255975 0.36514208 -0.03143819
+0.29070863 0.51937318 -0.03418265
+0.32996878 0.49240679 -0.04030137
+0.35595429 0.46930465 -0.04778607
+0.38984150 0.44888568 -0.04930228
+0.42326117 0.42356345 -0.04932414
+0.44700208 0.40097234 -0.04713726
+0.46916127 0.37676793 -0.04719881
+0.49615642 0.34593725 -0.04848696
+0.51144010 0.32404536 -0.00777595
+0.51420677 0.29845339 0.08008035
+0.56060970 0.27243078 0.07306860
+0.61244887 0.24917798 0.05031914
+0.66773617 0.22884977 0.01769154
+0.68800938 0.19981045 0.00576567
+0.70301163 0.17645977 0.00175948
+0.73328012 0.15113063 0.00551790
+0.77574867 0.12155005 0.03078659
+0.46160659 0.08385486 0.02621153
+0.44879436 0.05822611 0.02735240
+0.53589320 0.03379355 0.02596112
+0.60924298 0.00428621 0.02901723
+0.68968946 -0.02158640 0.02737779
+0.76555324 -0.05604611 0.02518243
+0.87348503 -0.05863306 0.02758681
+0.43089327 -0.04901519 0.02591067
+-0.32083035 -0.03693951 0.02713620
+-0.29703060 -0.02141586 0.02467973
+-0.29520822 -0.00156942 0.02605933
+-0.29269394 0.01000306 0.02561065
+-0.29014260 0.02510929 0.02403747
+-0.25010380 0.03832585 0.02172755
+-0.17345499 0.05507896 0.01919997
+-0.17434698 0.06690500 0.01567261
+-0.13177735 0.19591540 0.01298891
+-0.11404611 0.31596696 0.00608684
+-0.09748678 0.31497648 -0.00080591
+-0.08316059 0.32026201 -0.00668518
+-0.06338291 0.32752720 -0.00967676
+-0.03611154 0.33096588 -0.01242948
+-0.00542114 0.33578268 -0.01485757
+0.02415346 0.35357508 -0.01370834
+0.05338540 0.39471802 -0.01858613
+0.08500341 0.40023392 0.02982156
+0.12776737 0.41136655 0.02839019
+0.17971420 0.42323285 0.02407289
+0.23756048 0.42766166 0.02322657
+0.29763323 0.43754330 0.01974418
+0.35086933 0.44799623 0.01822010
+0.40358534 0.45807019 0.00831980
+0.46100953 0.46002764 0.09228954
+0.52485675 0.47129324 0.10197797
+0.59063417 0.47873226 0.09776606
+0.66708529 0.48536241 0.09489827
+0.71545106 0.49494043 0.11142027
+0.73825246 0.49388513 0.14104037
+0.78333676 0.50159597 0.13774227
+0.84023052 0.51416099 0.12868944
+0.90793228 0.52887881 0.11193730
+0.99235386 0.53919941 0.09901595
+0.69405919 0.55386627 0.07823951
+0.71089751 0.56147152 0.07734954
+0.77595341 0.57689130 0.07231807
+0.82849544 0.58905506 0.07072575
+0.86962020 0.60484779 0.06654221
+0.91206127 0.61548334 0.06495352
+0.97293830 0.62911600 0.06396538
+0.22568522 0.63681966 0.04682447
+-0.28987148 0.70039588 0.03857278
+-0.26734504 0.73083925 0.03118924
+-0.25953940 0.73149776 0.02376196
+-0.25054374 0.73658407 0.01787089
+-0.23813990 0.74431658 0.01364010
+-0.21249059 0.75014025 0.00995224
+-0.15535460 0.75547624 0.00796660
+-0.08945402 0.81779432 0.00450242
+-0.04281345 0.88683420 0.02498922
+0.00212960 0.89450485 0.03790513
+0.05392893 0.90191394 0.03361259
+0.10643377 0.90903378 0.03191998
+0.15854098 0.91989386 0.02963774
+0.22282691 0.93262589 0.02755636
+0.27099314 0.93835282 0.02109043
+0.31426960 0.94202334 0.09461856
+0.35315639 0.94933623 0.15874235
+0.40159050 0.96015418 0.14991693
+0.43189034 0.97075456 0.14497869
+0.46124193 0.98249543 0.14165999
+0.49901304 0.99429560 0.13945545
+0.53200573 1.01013124 0.13404457
+0.55383068 1.02173460 0.12924559
+0.58019131 1.02783382 0.12474090
+0.61250079 1.04132557 0.12043557
+0.65133417 1.05449617 0.11618169
+0.70211160 1.06731868 0.11061398
+0.75257182 1.07177937 0.10562097
+0.78502011 1.05805123 0.09926946
+0.80546707 1.03935981 0.09268440
+0.82818961 1.02466631 0.08432122
+0.85212326 1.00847828 0.07631577
+0.89515698 0.98284161 0.06903911
+0.54826432 0.96197182 0.06069119
+0.28866783 0.93623614 0.04931585
+0.35968587 0.91504449 0.04163656
+0.42371351 0.89629465 0.03290168
+0.48606646 0.87925148 0.02935478
+0.54672557 0.86197239 0.02447955
+0.62876594 0.83888620 0.01953528
+0.35901293 0.82412404 0.01722756
+-0.27805632 0.91930562 0.02268677
+-0.24405961 0.92063046 0.03607208
+-0.23131835 0.89930385 0.03141267
+-0.21545726 0.88285577 0.03036906
+-0.19646494 0.86673027 0.02786133
+-0.17094262 0.85092962 0.02708266
+-0.12345374 0.83196133 0.02161248
+-0.06498431 0.85460585 0.07182468
+-0.02791588 0.85055560 0.19966723
+-0.00567102 0.83509564 0.18569551
+0.01727461 0.82031137 0.17889413
+0.03716588 0.80868715 0.17406805
+0.05501788 0.79429030 0.17220204
+0.08512573 0.77453929 0.16371581
+0.09384724 0.75609690 0.15575075
+0.11139836 0.74306041 0.15127780
+0.11715952 0.72676164 0.14338432
+0.13732430 0.71211636 0.13944706
+0.16802238 0.69990891 0.13020478
+0.19347669 0.68292624 0.12733319
+0.26645836 0.66677958 0.11755756
+0.32339227 0.65230113 0.11048242
+0.37179804 0.63042980 0.10051860
+0.43484467 0.61444598 0.09316995
+0.50351447 0.59541184 0.08100204
+0.58174831 0.57376695 0.07374784
+0.68857300 0.55537456 0.06245399
+0.76663798 0.53297806 0.05950441
+0.80124366 0.51043618 0.08136167
+0.86717516 0.49012703 0.07099503
+0.93984306 0.47582731 0.05232996
+1.00126970 0.46060225 0.03722968
+1.09156156 0.44955599 0.02838695
+0.35871744 0.45978948 0.02429126
+0.01372966 0.48424333 0.03431268
+0.06136731 0.46937144 0.02945152
+0.09512351 0.45361891 0.02945583
+0.12896194 0.44321808 0.02571978
+0.16483226 0.42684397 0.02556925
+0.21386489 0.41284350 0.02127898
+-0.00204199 0.45158273 0.04448963
+-0.20038569 0.53832042 0.22728911
+-0.17035879 0.52014291 0.20536236
+-0.15335445 0.50612640 0.19881511
+-0.13554354 0.48667300 0.19214636
+-0.11603409 0.47142965 0.19162950
+-0.08611514 0.45878667 0.18121359
+-0.04469206 0.44132143 0.17130506
+-0.00201378 0.42253622 0.16649820
+0.03998676 0.40844929 0.15431632
+0.08619278 0.39238775 0.15303425
+0.14036891 0.38072747 0.14120473
+0.20020798 0.36221796 0.13811962
+0.26046169 0.34234217 0.12690416
+0.32608292 0.32778129 0.12131131
+0.37820819 0.31210935 0.10892574
+0.38429919 0.28534862 0.16486107
+0.44458669 0.26828969 0.15045652
+0.53840476 0.25329381 0.11025409
+0.62718606 0.23394094 0.07299434
+0.70517135 0.21491539 0.06661703
+0.76817060 0.18976046 0.05382770
+0.82562643 0.17337571 0.05025367
+0.87024951 0.15851311 0.04484957
+0.92485476 0.14301582 0.03806699
+0.97988313 0.12832636 0.03546121
+0.94716507 0.11429385 0.03013491
+0.65410942 0.11785560 0.03402513
+0.71482897 0.10641316 0.02878628
+0.75431114 0.09663473 0.02964559
+0.78409034 0.08689422 0.02593416
+0.81407702 0.07723751 0.02642372
+0.84881753 0.06394530 0.02237565
+0.72291923 0.07494736 0.02328640
+-0.30125010 0.29068664 0.23909779
+-0.25764048 0.26740867 0.22331288
+-0.24643910 0.25130230 0.21515232
+-0.23511346 0.23482361 0.20704740
+-0.21776450 0.22410358 0.19503713
+-0.19719541 0.20623477 0.18444756
+-0.14588796 0.19629484 0.18123125
+-0.07848330 0.17273834 0.16784811
+-0.02173567 0.15874802 0.15365116
+0.03381566 0.14668436 0.15093514
+0.11019741 0.12620698 0.13927437
+0.18311717 0.11836369 0.13849698
+0.24225739 0.10564430 0.12459155
+0.32075691 0.08206171 0.12354097
+0.37786409 0.07236794 0.10902079
+0.44361731 0.05490210 0.10375459
+0.49322850 0.03900147 0.08978283
+0.56262434 0.01365792 0.08546410
+0.62107438 -0.00325095 0.06900995
+0.65939319 -0.01695816 0.06872359
+0.72754931 -0.03248681 0.05222166
+0.77152550 -0.04082460 0.05141643
+0.81044179 -0.05115145 0.04541532
+0.84617013 -0.05519369 0.04041787
+0.90183121 -0.05344579 0.03786072
+0.94819999 -0.05296076 0.03191677
+1.03452933 -0.04444976 0.02977276
+1.07965088 -0.04026950 0.02470667
+1.10865784 -0.03906355 0.02559752
+1.12207770 -0.03332565 0.02137974
+1.13378394 -0.02492678 0.02192065
+1.14398766 -0.01914819 0.01766635
+1.19375718 -0.02012446 0.01093470
+-0.13443477 0.23629025 0.21217315
+-0.14807390 0.23530124 0.20080961
+-0.11896066 0.22902636 0.19031483
+-0.09041517 0.22963841 0.17769356
+-0.05976877 0.22590607 0.16676840
+-0.02551220 0.22656931 0.15180308
+0.05089963 0.21652229 0.15042719
+-0.13094299 0.23391898 0.13700980
+-0.09496085 0.22537759 0.12529394
+-0.04678306 0.22505525 0.12129499
+-0.00389411 0.22984664 0.10993531
+0.05761201 0.22376320 0.10832307
+0.11510189 0.22341876 0.09735840
+0.18266170 0.22553034 0.09407696
+0.23391530 0.22532126 0.08326111
+0.28137359 0.21600753 0.09662443
+0.29281712 0.21324536 0.13129936
+0.33831853 0.20899875 0.12808414
+0.38404238 0.20846829 0.11448994
+0.42989728 0.20784943 0.09527790
+0.51024657 0.19606692 0.04838039
+0.55902225 0.19248417 0.03837532
+0.59064591 0.18970577 0.03338269
+0.62300217 0.18731016 0.02836571
+0.67519510 0.18526959 0.02808034
+0.72648191 0.18448864 0.02317701
+0.79979980 0.17980279 0.02138775
+0.85605389 0.18450186 0.01672409
+0.89858055 0.19012630 0.01725216
+0.92571700 0.19526103 0.01361587
+0.94921106 0.20088570 0.01398783
+0.97782266 0.20693418 0.01054037
+1.03618801 0.20349805 0.00429906
+0.18636763 0.39358646 0.17722577
+0.12699051 0.39258391 0.16127864
+0.17308296 0.39090663 0.14927647
+0.20571962 0.38665274 0.14108284
+0.24866757 0.38163647 0.13055101
+0.28261429 0.38283619 0.11874422
+0.35948932 0.37532297 0.11758721
+-0.13700227 0.40674680 0.11197595
+-0.16391110 0.40675664 0.10814302
+-0.12938356 0.40258080 0.10040028
+-0.09136099 0.40371850 0.08916431
+-0.04784456 0.40317899 0.08776893
+-0.00728145 0.40490413 0.07773953
+0.05605561 0.39863610 0.07735656
+0.11874730 0.39364368 0.06518546
+0.17763142 0.39018226 0.06253578
+0.21287070 0.39029887 0.05218134
+0.26131985 0.38273525 0.05067512
+0.29812604 0.37825960 0.04032340
+0.34739244 0.39491370 0.03810004
+0.41511771 0.42845696 0.02647711
+0.47178999 0.44018620 0.02503439
+0.50208414 0.43990928 0.02252783
+0.53982276 0.42767188 0.01779002
+0.58701795 0.42370272 0.01793848
+0.60837322 0.40195253 0.02617118
+0.57928860 0.36424294 0.07438905
+0.61359936 0.34560624 0.07134535
+0.65273094 0.34931737 0.06941746
+0.69473404 0.34913823 0.06001693
+0.73337501 0.35188243 0.05298956
+0.84380263 0.39157295 0.02023465
+1.04286313 0.42383033 -0.03731648
+0.52608407 0.59601742 0.10401212
+-0.24564272 0.63977653 0.09116337
+-0.26657608 0.63633657 0.08176997
+-0.25346249 0.62827140 0.07425221
+-0.23930012 0.66246098 0.06428956
+-0.09745590 0.11663304 0.04972615
+-0.08957168 0.13305530 0.04283238
+-0.08142712 0.13036303 0.03582615
+-0.06552880 0.12561585 0.03729324
+-0.05423546 0.12386464 0.03045676
+-0.04587517 0.08775505 0.02904338
+-0.07219595 0.61887777 0.03402829
+-0.03665264 0.60472739 0.03270204
+0.01051252 0.59732682 0.02517649
+0.04218332 0.59859312 0.02357334
+0.08370784 0.58974898 0.01777444
+0.11800381 0.59389907 0.01578924
+0.16315635 0.60364789 0.00861958
+0.20537758 0.60978335 0.00638042
+0.24250586 0.60646170 0.00014015
+0.29451886 0.59485418 -0.00007205
+0.33071443 0.58738536 -0.00515268
+0.36726120 0.57528764 -0.00467659
+0.39611465 0.55568975 -0.00933945
+0.44517201 0.54151738 -0.00885793
+0.49423963 0.54163963 -0.01686290
+0.55982637 0.53768003 -0.02441357
+0.62784737 0.53179634 -0.03224292
+0.67421705 0.53402400 -0.03118389
+0.71920842 0.53283566 -0.03400575
+0.75547773 0.53442186 -0.03327664
+0.80038071 0.53569335 -0.03537256
+0.86293811 0.52677125 -0.02808554
+0.27458724 0.68120652 0.08071245
+0.34456834 0.66800451 0.06036012
+0.38673636 0.66047800 0.05363368
+0.42135790 0.65872431 0.04630010
+0.46556011 0.64791512 0.04239098
+0.50359613 0.64581215 0.04221396
+0.57380950 0.63566399 0.03678160
+-0.27068472 0.68140173 0.03780952
+-0.22154635 0.67345929 0.03632771
+-0.20060065 0.66564459 0.03173466
+-0.17583863 0.66395950 0.03098166
+-0.14250594 0.66226953 0.02579193
+-0.10516058 0.65926671 0.02510975
+-0.04310670 0.64998454 0.02166718
+0.02413370 0.64454228 0.01321078
+0.07828043 0.63695550 0.01276199
+0.11958704 0.63414800 0.00590372
+0.16182081 0.63086623 0.00475118
+0.20548922 0.62167966 -0.00114649
+0.24119453 0.61359900 -0.00158214
+0.29079786 0.60857189 -0.00657270
+0.32851610 0.60459179 -0.00605588
+0.36758316 0.59674400 -0.00530453
+0.40404817 0.59254915 -0.00923077
+0.45485336 0.58072716 -0.00858180
+0.51405996 0.57742548 -0.01695796
+0.58450454 0.56881070 -0.02516614
+0.65023148 0.56660777 -0.03262478
+0.69907576 0.56423938 -0.03218570
+0.73689336 0.56658828 -0.03478154
+0.78045386 0.56833059 -0.03423664
+0.82817245 0.56588203 -0.03684375
+0.83850318 0.56294501 -0.03755658
+0.22172260 0.69960934 0.06196536
+0.27786317 0.68578964 0.04083769
+0.31698290 0.68140447 0.03383221
+0.34992501 0.67470938 0.02965700
+0.38440296 0.66486400 0.03239894
+0.41781646 0.66312397 0.02595529
+0.41716242 0.65757829 0.01835394
+-0.25194645 0.67671150 0.02757243
+-0.20381613 0.67033815 0.01987669
+-0.18569559 0.66904384 0.01414181
+-0.16235815 0.66424483 0.01397330
+-0.12387609 0.65448105 0.01158603
+-0.07961333 0.65326875 0.01210715
+-0.01930636 0.64655197 0.00680434
+0.05062160 0.64155883 0.00723058
+0.11292421 0.62882990 0.00348506
+0.15287200 0.62364596 0.00458489
+0.20699373 0.61572599 -0.00048365
+0.24788493 0.61283553 0.00033382
+0.29112846 0.60605222 -0.00387006
+0.34419101 0.59804416 -0.00334053
+0.39070195 0.58775246 -0.00716104
+0.43103072 0.58148259 -0.00628232
+0.47705302 0.57402319 -0.01009214
+0.53475970 0.56501091 -0.00974109
+0.59940213 0.56022716 -0.01828975
+0.68333620 0.55136776 -0.02726445
+0.75121957 0.54688978 -0.03500646
+0.80086434 0.54466105 -0.03378830
+0.83329147 0.53657311 -0.03376264
+0.86672276 0.53389961 -0.02601423
+0.90404284 0.53101170 -0.02534415
+0.86675620 0.54028332 -0.03182401
+0.06990439 0.69340605 0.04411630
+0.12064248 0.67834157 0.02878107
+0.14414786 0.66895247 0.02621831
+0.16470759 0.65970522 0.02231864
+0.18689278 0.65535307 0.02295443
+0.21596396 0.64541584 0.01945931
+0.20675801 0.63948250 0.01457983
+-0.21717426 0.64177543 0.01380749
+-0.16891846 0.63617283 0.01300506
+-0.14556256 0.62575042 0.00932632
+-0.11850443 0.62104803 0.00953262
+-0.08836465 0.61658609 0.00665045
+-0.02977869 0.61146188 0.00760726
+0.03914961 0.59902966 0.00458335
+0.10245396 0.59264362 0.00145912
+0.16963822 0.58292484 0.00208232
+0.21883655 0.57760322 -0.00084781
+0.27999115 0.57062495 -0.00013323
+0.33021310 0.56380850 -0.00320191
+0.38046974 0.54983819 -0.00270957
+0.44217715 0.54226840 -0.00598532
+0.49927706 0.53073007 -0.00570486
+0.54521686 0.52376097 -0.00487130
+0.59850430 0.51557404 -0.00860063
+0.66747516 0.50574952 -0.00787325
+0.74073356 0.49704021 -0.01520150
+0.81804413 0.47000164 0.00444442
+0.90074223 0.46726671 -0.01857834
+0.96561360 0.46594954 -0.02517051
+1.00518715 0.46256915 -0.03182616
+1.03988504 0.46189818 -0.03271260
+1.07437718 0.46134168 -0.03731720
+1.03884673 0.46003780 -0.03618824
+-0.17735960 0.62290782 0.04224593
+-0.13565305 0.60738695 0.03498134
+-0.12989190 0.59448510 0.03223207
+-0.12575918 0.59129179 0.02807383
+-0.11833603 0.58045393 0.02494701
+-0.11329847 0.57412070 0.02090668
+-0.07870283 0.56987298 0.01654534
+-0.16341913 0.55546826 0.01764470
+-0.10971522 0.55102724 0.01294008
+-0.08420113 0.54386294 0.01475447
+-0.05169374 0.53136212 0.01127993
+-0.01185733 0.52394962 0.00851446
+0.03243488 0.51974291 0.01007836
+0.11148480 0.51164705 0.00719794
+0.18284501 0.50682753 0.00893561
+0.25096789 0.49860102 0.00546554
+0.32188907 0.48455411 0.00706753
+0.38986257 0.47616595 0.00368053
+0.45772865 0.46662581 0.00457905
+0.50802445 0.46092868 0.00120583
+0.57678962 0.44977880 0.00251552
+0.64670759 0.43797851 0.00031936
+0.66940695 0.42774376 0.02724789
+0.71915865 0.40371886 0.04501978
+0.80008435 0.39396694 0.02986771
+0.90013760 0.38718778 0.00180926
+0.87613338 0.37788743 0.00264174
+0.92797738 0.36932406 -0.01088409
+0.96789628 0.36647263 -0.01695765
+0.98135227 0.36378166 -0.01579156
+0.99633420 0.36194611 -0.02030181
+0.99369901 0.35113344 -0.01846643
+1.03941262 0.34253752 -0.02444587
+-0.16418982 0.50757951 0.05834777
+-0.24703716 0.50008529 0.04872182
+-0.21816644 0.49304736 0.04618864
+-0.19253200 0.47937259 0.04326767
+-0.16480733 0.47278383 0.04020027
+-0.13459496 0.45952058 0.03643072
+-0.07972472 0.47294366 0.02283305
+-0.01182421 0.51337034 0.00346878
+0.05163234 0.52466047 -0.01009374
+0.09736724 0.51893759 -0.01014596
+0.14422825 0.51110876 -0.01215896
+0.18604285 0.50285614 -0.01484560
+0.23887154 0.49508145 -0.01285196
+0.29563242 0.48116198 -0.01607024
+0.36204636 0.47210434 -0.01539086
+0.42745975 0.46311119 -0.01747756
+0.48980039 0.45410889 -0.01683969
+0.55222243 0.44488433 -0.01880618
+0.61517733 0.43458599 -0.01789729
+0.66542304 0.42080864 0.00063801
+0.70871162 0.39972493 0.02870543
+0.77440017 0.38698474 0.01365361
+0.82647645 0.37882954 0.00484283
+0.87981367 0.36873609 -0.00773814
+0.93147546 0.35869277 -0.01384361
+0.99931717 0.34700468 -0.02409065
+0.55669552 0.35918123 0.02415842
+0.32858834 0.35678002 -0.00334787
+0.35799822 0.33798644 -0.00490442
+0.36394864 0.32863119 -0.00329361
+0.37203917 0.32165736 -0.00513800
+0.37097830 0.31612656 -0.00306445
+0.39847359 0.30313978 -0.00724750
+0.06714117 0.38799596 0.05355033
+-0.17291309 0.40880027 0.05782630
+-0.09849655 0.39363652 0.05406209
+-0.03275753 0.37970361 0.05186921
+0.02565794 0.36785841 0.04811593
+0.08129135 0.35828996 0.04452474
+0.14549547 0.34549299 0.03682921
+0.21836229 0.33303949 0.02967185
+0.28519320 0.32274672 0.02124827
+0.34971583 0.30982152 0.01806045
+0.40746439 0.30087829 0.01678035
+0.43326855 0.28702185 0.05362478
+0.47067103 0.27470750 0.07551312
+0.52623039 0.26363036 0.07113945
+0.59471470 0.25197345 0.05881138
+0.68352705 0.24613571 0.02214769
+0.75078410 0.23540753 0.00502815
+0.80802113 0.22626653 0.00102973
+0.86933357 0.21026677 -0.00122540
+0.93895602 0.19733118 -0.00054401
+1.02869868 0.18248127 -0.00102325
+1.08469689 0.17151408 -0.00196741
+1.11501610 0.15834336 -0.00253208
+1.14056063 0.14600788 -0.00342960
+1.16700912 0.13659757 -0.00413235
+1.18724620 0.12215016 -0.01069947
+1.07077098 0.15309346 0.04300809
+-0.34463251 0.19073212 0.05234263
+-0.30375162 0.16919757 0.05064084
+-0.28864741 0.15421320 0.04886806
+-0.27107918 0.14014545 0.04792645
+-0.24949454 0.12704146 0.04959678
+-0.22263128 0.11051546 0.04563213
+-0.16591474 0.11144368 0.08860409
+-0.09021410 0.12915668 0.09805409
+-0.01772809 0.10881855 0.09241270
+0.07407535 0.09596455 0.08950678
+0.15338627 0.08078060 0.08515771
+0.22202659 0.06337152 0.08301573
+0.28111362 0.05016510 0.07473975
+0.35147926 0.03587710 0.06670151
+0.40886369 0.02312157 0.05732312
+0.46056610 0.01038895 0.05169778
+0.51588047 -0.00260449 0.04704325
+0.57816976 -0.01537233 0.04264110
+0.63908207 -0.03049355 0.04173610
+0.70288700 -0.04179364 0.03595356
+0.76964122 -0.05307967 0.03241035
+0.83336222 -0.06124886 0.02802694
+0.88363403 -0.07653862 0.02540046
+0.93115628 -0.08756185 0.02058902
+0.98146218 -0.09916212 0.01923529
+1.04459286 -0.11340391 0.01877703
+0.77070653 -0.13267101 0.01647506
+0.43911585 -0.14608486 0.01515427
+0.44228783 -0.15721259 0.01346442
+0.42647919 -0.16820592 0.01275401
+0.40760136 -0.17903405 0.01185519
+0.39600888 -0.19368224 0.00627514
+0.38764411 -0.21454261 0.07009890
+0.20430765 -0.02330255 0.11569180
+-0.22304727 -0.01729967 0.10877308
+-0.17745191 -0.01654059 0.10658103
+-0.15332016 -0.01561369 0.10311716
+-0.12842399 -0.00589093 0.10342031
+-0.10039759 -0.00489331 0.09996422
+-0.07047982 0.00058077 0.11914454
+-0.02623739 0.00276459 0.13757697
+0.01168719 0.00737372 0.13035800
+0.05244056 0.01689463 0.12587377
+0.08390925 0.02351076 0.12108049
+0.12645981 0.03203095 0.11691270
+0.18289706 0.04371362 0.11106355
+0.22084452 0.05266045 0.10136328
+0.29235685 0.06438089 0.09091559
+0.34770280 0.08059371 0.08308745
+0.39320105 0.08780468 0.07720672
+0.45304018 0.09644771 0.06932163
+0.52012998 0.10732706 0.06476881
+0.58928108 0.12240200 0.05860449
+0.70341921 0.13055320 0.05224894
+0.79617083 0.14372033 0.04683399
+0.84727842 0.15535931 0.04055990
+0.88096637 0.16828209 0.03605255
+0.90688705 0.18321364 0.03061579
+0.92896926 0.19242775 0.02897901
+0.97579491 0.22889508 0.02462704
+0.39879495 0.27177432 0.03760137
+-0.31471309 0.29075930 0.02543417
+-0.27609146 0.30412889 0.02465052
+-0.25695872 0.32392025 0.02538566
+-0.23225501 0.33989674 0.02095794
+-0.20152268 0.35882488 0.06645615
+-0.16260701 0.40208986 0.18007815
+-0.09752026 0.52425182 0.16866788
+-0.02164241 0.52362591 0.16565253
+0.03921974 0.53656232 0.16122878
+0.08391943 0.54799950 0.15948933
+0.13341448 0.56018209 0.15698181
+0.18184707 0.57584882 0.15701133
+0.23060359 0.57806945 0.17470200
+0.29061484 0.59181672 0.16912842
+0.34089822 0.60287410 0.16246592
+0.39057860 0.61510295 0.15876947
+0.44303367 0.63239181 0.15232973
+0.50178504 0.64595240 0.14741695
+0.57652903 0.65776587 0.13544068
+0.66426319 0.67487609 0.12897749
+0.74847305 0.68278778 0.11561779
+0.81851697 0.69841850 0.11198535
+0.87615591 0.70847136 0.09886502
+0.92540312 0.72219914 0.09460208
+0.97059005 0.73525679 0.08957428
+1.02668738 0.74616587 0.07625227
+0.68178499 0.75803292 0.07176060
+-0.07699496 0.76797843 0.06058205
+-0.06203184 0.77862555 0.05698787
+-0.07042240 0.79216689 0.04443229
+-0.08372483 0.80844289 0.04466150
+-0.10069899 0.82337987 0.03699818
+-0.11105526 0.89905214 0.03925647
+-0.09337763 0.96969771 0.03554771
+-0.16075492 0.98752767 0.03786467
+-0.10097072 1.00902557 0.03492255
+-0.06088654 1.03057134 0.03609772
+-0.01267203 1.04562926 0.02397731
+0.04985556 1.06362534 0.23387821
+0.13581271 1.08501863 0.23224771
+0.22379039 1.11314774 0.22536732
+0.29775515 1.12618661 0.22122687
+0.37019956 1.14346147 0.21487749
+0.43762591 1.15998292 0.21473508
+0.50853831 1.16524279 0.20804335
+0.58124787 1.15171373 0.20902863
+0.65048867 1.13863254 0.20689449
+0.71456903 1.12511432 0.19914466
+0.78088856 1.11156404 0.19503236
+0.83866066 1.09717607 0.18526505
+0.88329321 1.08318210 0.18215308
+0.93923092 1.06517506 0.16910118
+0.98398799 1.04471827 0.16240965
+1.05251598 1.02967954 0.14965460
+0.45639345 1.01525116 0.14093056
+0.45021743 1.00129247 0.12697320
+0.43670771 0.98343033 0.11831193
+0.41806793 0.96728712 0.11481853
+0.39475471 0.94878900 0.10182011
+0.37246391 0.95983040 0.09190970
+0.38632596 0.95613486 0.07944531
+0.06455313 0.93985528 0.06953250
+-0.11574756 0.92593771 0.06003138
+-0.03469862 0.90890729 0.05520288
+0.03384730 0.89439130 0.05147849
+0.09890058 0.87908846 0.04903055
+0.16555543 0.88383615 0.04771827
+0.79887670 0.91340131 0.03697744
+0.83552074 0.92438841 0.14332260
+0.88337052 0.93870223 0.27966952
+0.92886752 0.95055711 0.25984642
+0.95434827 0.96281242 0.24870755
+0.96962374 0.97782815 0.24021517
+0.98575336 0.98902726 0.23308033
+1.00500631 1.00212193 0.22094244
+1.03088522 1.01511812 0.21136975
+0.93496805 1.03114533 0.20900895
+0.40452415 1.04201579 0.19703481
+0.49375609 1.05594957 0.19019116
+0.56078053 1.06978226 0.17657763
+0.62408316 1.08794832 0.16540204
+0.67471629 1.10199654 0.15791140
+0.72960883 1.11688733 0.14401639
+0.82075649 1.13199186 0.13408744
+0.01339392 1.14218831 0.11804700
+-0.23184930 1.15270364 0.11092733
+-0.20760003 1.16515446 0.09468529
+-0.19889928 1.17159081 0.08938646
+-0.19206613 1.17766953 0.08080433
+-0.18573198 1.15837657 0.06487698
+-0.17017759 1.13810861 0.05866558
+-0.12744519 1.11233938 0.04697904
+-0.08296304 1.08863962 0.04350532
+-0.05592610 1.09153140 0.03465474
+-0.04193558 1.08068514 0.03354802
+-0.02933916 1.05999959 0.02812952
+0.00662400 1.03985596 0.02686167
+0.07122491 1.01993763 0.02430481
+0.11951087 0.99987674 0.02372385
+0.17406575 0.98200071 0.02052331
+0.22354746 0.98020804 0.02029829
+0.26925060 0.98482537 0.00908241
+0.31279200 0.96464294 0.18961321
+0.35471702 0.94777906 0.17025925
+0.38430142 0.93117309 0.16317588
+0.42820883 0.91307360 0.15138629
+0.46458238 0.89480484 0.15107326
+0.49452361 0.88100642 0.14245355
+0.52341211 0.86185002 0.12839535
+0.55793947 0.84212202 0.14632212
+0.59560871 0.82485914 0.13586228
+0.64728075 0.80682057 0.13161418
+0.70381975 0.79092962 0.12044611
+0.74199837 0.77284110 0.11026031
+0.76838279 0.75389445 0.10565250
+0.78390145 0.73485768 0.09260131
+0.80083382 0.71564442 0.08520932
+0.83157587 0.69503701 0.07254452
+0.77126002 0.67380440 0.06720213
+0.25009882 0.65464288 0.06173287
+0.33298802 0.63089997 0.04974484
+0.40586168 0.60624558 0.04507667
+0.46318504 0.58385223 0.03518137
+0.53617299 0.56029123 0.02933559
+0.60357106 0.54195350 0.02268152
+0.72015661 0.51688588 0.01922657
+-0.12903054 0.49976256 0.01485392
+-0.26723054 0.47776687 0.01306085
+-0.25647527 0.45862710 0.00908504
+-0.25003019 0.44569817 0.00738423
+-0.24126528 0.42758024 0.00564475
+-0.23182723 0.41476810 0.00429065
+-0.20327361 0.39769268 0.00224832
+-0.15077427 0.37617156 0.00079195
+-0.10239331 0.46682569 -0.00515359
+-0.07616131 0.51431108 0.06858230
+-0.05884657 0.49206537 0.10474809
+-0.04445074 0.47384274 0.09637128
+-0.02988278 0.45833862 0.08934927
+-0.01084887 0.44263607 0.08291201
+0.01534667 0.42175761 0.07582152
+0.03741419 0.40188658 0.06744844
+0.05933535 0.38119942 0.08406587
+0.08510081 0.36364031 0.09091850
+0.11392290 0.34539136 0.08363998
+0.15298602 0.33109495 0.07735082
+0.20126121 0.31261009 0.07061797
+0.25965494 0.29529732 0.06442276
+0.31852788 0.27415839 0.05727430
+0.35658166 0.25374201 0.05410025
+0.36578307 0.23526408 0.10218232
+0.44074979 0.21468820 0.09133886
+0.54405165 0.19036737 0.03251478
+0.65185344 0.17139524 0.02058192
+0.72115010 0.14678836 0.01527611
+0.78940141 0.12529650 0.01066396
+0.83881122 0.10250553 0.00548966
+0.89529216 0.07492675 0.00182740
+0.94694382 0.05269642 -0.00167181
+1.03109944 0.03269065 -0.00406712
+0.48109981 0.05935935 -0.00884257
+0.26581979 0.12042008 0.04912233
+0.32290769 0.16188560 0.03951671
+0.37018591 0.17613469 0.03436528
+0.41432691 0.18058699 0.03228394
+0.46107754 0.19485921 0.03018012
+0.53696638 0.20806840 0.02052633
+0.20012234 0.21565378 -0.03630324
+-0.18042113 0.44436350 -0.01398127
+-0.13252212 0.45168182 0.02779205
+-0.10470762 0.45106837 0.02113332
+-0.08425299 0.45111006 0.01672073
+-0.06546351 0.45421922 0.01304218
+-0.03577382 0.45327991 0.00810538
+0.01070817 0.45542476 0.00420217
+0.05952607 0.47548407 0.01733280
+0.10202046 0.48390275 0.04336543
+0.13531041 0.49012125 0.03429176
+0.17856908 0.49273917 0.03058648
+0.22910318 0.49945664 0.02548128
+0.28548953 0.50395989 0.02077773
+0.34618551 0.50880420 0.01440109
+0.38819534 0.51390034 0.00662802
+0.44195181 0.51468694 -0.00228253
+0.48104852 0.51955020 -0.00740226
+0.53814626 0.52157342 -0.01030135
+0.58717471 0.52667528 -0.01452007
+0.62383252 0.53299904 -0.01848700
+0.68662059 0.53287268 -0.01972548
+0.72649246 0.53138733 -0.02318176
+0.76019871 0.53786325 -0.02435157
+0.81289840 0.54323524 -0.02601466
+0.86170989 0.54318875 -0.02042913
+0.91856652 0.54814601 -0.01834184
+1.01084018 0.55333847 -0.02540563
+1.06833684 0.55740380 -0.03181631
+1.09454072 0.56998378 -0.03529226
+1.11175644 0.57716995 -0.03554961
+1.11660349 0.58779007 -0.03518934
+1.12218595 0.59968859 -0.03688267
+1.16315401 0.60424113 -0.03873048
+0.12195406 0.67303574 -0.03795946
+-0.14426962 0.73904127 -0.01140511
+-0.10119459 0.73790765 -0.01603764
+-0.06718632 0.73689395 -0.01983846
+-0.02829930 0.73870683 -0.02136887
+0.01495905 0.73924923 -0.02299946
+0.08693004 0.74209201 -0.02737188
+-0.07892483 0.77028602 -0.01974278
+-0.16825920 0.81551033 0.02493583
+-0.13508846 0.81962854 0.01524423
+-0.10577855 0.82268727 0.01222757
+-0.06924202 0.83165860 0.00740597
+-0.02669342 0.83528531 0.00412069
+0.02565158 0.83612227 -0.00091791
+0.08287004 0.84107304 -0.00824039
+0.13596985 0.84151661 -0.01646571
+0.18264121 0.84444541 -0.02242818
+0.22187991 0.85202813 -0.02308024
+0.26347977 0.85387886 -0.02646361
+0.29629830 0.85624182 -0.02993282
+0.33433321 0.86470580 -0.02976428
+0.37336195 0.86896890 -0.03263844
+0.40509829 0.87403768 -0.03231606
+0.43350628 0.87918538 -0.03537546
+0.46204051 0.88348949 -0.03472777
+0.50532722 0.89013475 -0.03498356
+0.55962086 0.89512211 -0.03819541
+0.61468875 0.89706582 -0.03928171
+0.66459793 0.90438247 -0.04227051
+0.69453651 0.91215718 -0.04158828
+0.72373307 0.91987544 -0.04104527
+0.75722700 0.93084604 -0.04397699
+0.79690933 0.93633687 -0.04332954
+0.68445837 0.94614422 -0.04508747
+0.32806820 0.98833710 -0.03812141
+0.40597436 0.98159516 -0.04196924
+0.46812895 0.98322773 -0.04445700
+0.52222663 0.98625404 -0.04479360
+0.58186352 0.98761481 -0.04502488
+0.65456718 0.99059141 -0.04893635
+0.53392559 1.00151408 -0.04746149
+-0.29080924 1.06991339 0.01353362
+-0.25270700 1.07396209 0.00355138
+-0.24263877 1.08038676 -0.00051215
+-0.22938952 1.08593261 -0.00447638
+-0.20984159 1.09260213 -0.00811074
+-0.18488382 1.09868813 -0.01196686
+-0.13683020 1.10036671 -0.01968085
+-0.07317933 1.09537554 -0.02737056
+-0.03140585 1.09757483 -0.03447364
+-0.00505863 1.10444295 -0.03358419
+0.02098095 1.10792017 -0.03672308
+0.04531856 1.11471081 -0.03966509
+0.06689891 1.12157297 -0.03877546
+0.10050815 1.12485409 -0.04187471
+0.11729818 1.13145351 -0.04094674
+0.14068910 1.13848329 -0.04409996
+0.16158207 1.14578402 -0.04309534
+0.18045935 1.14575541 -0.04268786
+0.22618552 1.15340173 -0.04609120
+0.26064751 1.16087186 -0.04561396
+0.31720600 1.16883028 -0.04872322
+0.35681897 1.17306137 -0.04805605
+0.39135659 1.18061256 -0.04734645
+0.44306061 1.18883777 -0.05036217
+0.49803409 1.19276369 -0.04960802
+0.56278342 1.19184303 -0.05103775
+0.69205803 1.18331742 -0.05818333
+0.76359302 1.17474568 -0.05845693
+0.84108311 1.16524160 -0.05677691
+0.89466763 1.15993059 -0.05961021
+0.95833892 1.14868307 -0.05815502
+1.01019824 1.13649750 -0.05722405
+1.12650096 1.12387812 -0.06232950
+-0.21418327 1.14785278 0.00651008
+-0.20398103 1.14324093 -0.00323230
+-0.18322033 1.13310969 -0.00634982
+-0.15591648 1.12838137 -0.00975018
+-0.13253815 1.11801136 -0.01305812
+-0.10813288 1.11290026 -0.01651486
+-0.05259234 1.10260761 -0.02384351
+-0.17851448 1.10681820 -0.02269780
+-0.14392163 1.09816611 -0.03000685
+-0.12144548 1.08945692 -0.02826710
+-0.10143191 1.08578062 -0.03044962
+-0.07929849 1.08135605 -0.03339162
+-0.05770824 1.07364154 -0.03195528
+-0.02121812 1.06879115 -0.03486203
+0.00887105 1.06017244 -0.03389817
+0.03945572 1.05496454 -0.03346318
+0.07241915 1.05081272 -0.03590808
+0.10268915 1.04692948 -0.03582378
+0.15764017 1.03777695 -0.03829645
+0.20240490 1.03393221 -0.03848597
+0.26306781 1.02947295 -0.03741260
+0.32185137 1.02089858 -0.04111622
+0.37052560 1.01486671 -0.04011147
+0.43090707 1.00970805 -0.04024791
+0.49369490 1.00430965 -0.04265479
+0.56036693 0.99621564 -0.04470089
+0.66199654 0.98168164 -0.04709653
+0.73653930 0.97173852 -0.05222429
+0.80856526 0.96521538 -0.05091596
+0.86046773 0.95867956 -0.05015437
+0.91805047 0.95178658 -0.05272329
+0.97346342 0.94407237 -0.05205371
+1.06886494 0.93765050 -0.05372329
+0.23891565 0.93574190 0.00511760
+0.17389926 0.93145061 -0.00247092
+0.20546228 0.92711502 -0.00543599
+0.22393669 0.92296690 -0.00883468
+0.24843575 0.91406983 -0.01177779
+0.26521140 0.91014522 -0.01526824
+0.32247746 0.90013075 -0.02216223
+-0.15408391 0.95168239 -0.00898892
+-0.18871099 0.94441056 -0.01637141
+-0.16765465 0.94042897 -0.01586384
+-0.15026282 0.93515718 -0.01956050
+-0.13063751 0.92956465 -0.01981686
+-0.11022865 0.92586893 -0.02312358
+-0.07252038 0.91946173 -0.02257529
+-0.01911498 0.92707163 -0.02624843
+0.03848045 0.94815987 -0.02396517
+0.08775742 0.95555663 -0.02693706
+0.13236639 0.95136243 -0.02766541
+0.19025040 0.95063859 -0.02659946
+0.24305792 0.94604605 -0.03078202
+0.30325782 0.92741644 -0.03094901
+0.34783918 0.89793158 -0.03591933
+0.38881657 0.87808657 -0.03629968
+0.44168544 0.87586826 -0.03705627
+0.50590062 0.86791712 -0.03953876
+0.55865997 0.86281753 -0.04056442
+0.65055412 0.90236115 -0.04132326
+0.80083013 0.74858707 -0.04476315
+0.92826170 0.81363714 -0.04880796
+0.96726888 0.80946076 -0.04812367
+1.01059961 0.80233598 -0.04834529
+1.04209328 0.79863429 -0.05115731
+1.15667391 0.85291100 -0.07042762
+-0.09867537 -0.16664165 0.42987537
+-0.08406462 -0.15359926 0.40761518
+-0.07880148 -0.14904062 0.39856502
+-0.07820241 -0.14862871 0.39740226
+-0.07759929 -0.14728175 0.38886121
+-0.11321315 -0.15538378 0.37281382
+0.55197626 -0.14342931 0.43902922
+-0.13182896 -0.06957351 0.45428738
+-0.10482042 -0.07214107 0.43672457
+-0.04592871 -0.07587510 0.43234226
+-0.00767075 -0.07829478 0.41875911
+0.02686987 -0.06532983 0.41203031
+0.05776720 -0.04803304 0.39959458
+0.10240364 -0.03490615 0.39198175
+0.13403836 -0.03477992 0.37719786
+0.17617814 -0.03824916 0.37030971
+0.22454651 -0.03646204 0.35346341
+0.28074354 -0.04740124 0.34501848
+0.34264249 -0.07120982 0.32620025
+0.40220496 -0.08041586 0.32002839
+0.47341466 -0.08250936 0.30108127
+0.52448362 -0.08350949 0.29351947
+0.57664561 -0.08832946 0.28866500
+0.62341493 -0.08746870 0.27603582
+0.68195403 -0.09020477 0.27414659
+0.73861969 -0.09516960 0.26365012
+0.79946011 -0.10121723 0.25935429
+0.85857457 -0.10957737 0.25828052
+0.89534819 -0.11175119 0.24810962
+0.93239707 -0.11188857 0.24728589
+0.96926904 -0.11453107 0.23786180
+1.00894630 -0.11817719 0.23876838
+1.06851101 -0.12089791 0.22052403
+0.50165558 -0.10073674 0.45957437
+0.54479980 -0.10499534 0.44321090
+0.57130516 -0.10440316 0.43440399
+0.59362668 -0.10388067 0.42486197
+0.60726720 -0.10260642 0.41502291
+0.62721002 -0.10208460 0.40422204
+0.69496369 -0.10816858 0.39955270
+-0.22517611 -0.02088251 0.40638798
+-0.15153500 -0.03039304 0.39077479
+-0.11402838 -0.03375982 0.38705093
+-0.08060574 -0.03386437 0.37360805
+-0.04845008 -0.03787213 0.36997062
+-0.01323531 -0.03824002 0.35682058
+0.04535820 -0.04374041 0.35039645
+0.11377782 -0.04605219 0.33472806
+0.16879143 -0.04743478 0.32775998
+0.21434551 -0.05169296 0.31178203
+0.26758629 -0.05227042 0.30317327
+0.32619438 -0.05560488 0.28666708
+0.38101998 -0.05657030 0.28121734
+0.45423663 -0.06053113 0.27091432
+0.51076669 -0.06153994 0.25201726
+0.56509024 -0.06346405 0.24689123
+0.61792338 -0.06498266 0.23238555
+0.67117947 -0.06955059 0.23134667
+0.73225772 -0.07732440 0.22997209
+0.79419565 -0.08230074 0.21747027
+0.85558075 -0.08653275 0.21587884
+0.89334047 -0.09149894 0.20700875
+0.92920882 -0.09344917 0.20821391
+0.96810204 -0.09540945 0.20796381
+1.01048076 -0.10443436 0.19942798
+1.02189851 -0.10565949 0.19481036
+0.44281039 -0.07961989 0.44099063
+0.49617490 -0.08497325 0.42404297
+0.51765221 -0.08513040 0.41493410
+0.54010135 -0.08608501 0.40688235
+0.55021447 -0.08641826 0.39727935
+0.56840950 -0.08654092 0.38712078
+0.56073970 -0.09161161 0.37413195
+-0.20886651 -0.02247196 0.38524038
+-0.13318598 -0.03262105 0.36959141
+-0.08927579 -0.03244526 0.36734322
+-0.05094854 -0.03931549 0.35496071
+-0.01334522 -0.04178198 0.35151601
+0.02738014 -0.04610162 0.33813295
+0.08960228 -0.04691107 0.33050343
+0.15520853 -0.05376044 0.31755033
+0.21457766 -0.05536022 0.30959088
+0.25907451 -0.05841761 0.29280534
+0.30740374 -0.06253745 0.28397793
+0.36367151 -0.06490261 0.26836064
+0.42324042 -0.06802173 0.26063529
+0.49133486 -0.06947083 0.24057168
+0.55049169 -0.07294726 0.23111182
+0.60540539 -0.07894797 0.22580239
+0.65815198 -0.07952910 0.21103124
+0.71698666 -0.08480666 0.20946778
+0.77526420 -0.09061249 0.19901371
+0.84812260 -0.09541856 0.19661431
+0.89920157 -0.10215835 0.19611514
+0.94012970 -0.10806959 0.18627131
+0.97028208 -0.11091857 0.18766309
+1.00509953 -0.11178880 0.17812230
+1.04336393 -0.11687236 0.17893089
+0.98957634 -0.11820194 0.16848782
+0.27237323 -0.08486948 0.43897709
+0.31415719 -0.09086914 0.41195133
+0.33513954 -0.09192675 0.40517035
+0.34845749 -0.09724165 0.39549673
+0.35529849 -0.10026366 0.38602769
+0.37793538 -0.10198823 0.37719092
+0.35520944 -0.10583139 0.37315637
+-0.16930723 -0.05956028 0.36895588
+-0.08746801 -0.07064999 0.36559534
+-0.02869218 -0.07550275 0.35369045
+0.02160496 -0.08184030 0.34207827
+0.06994051 -0.08475026 0.33921915
+0.11779730 -0.08949617 0.32559526
+0.18588766 -0.09107816 0.32014039
+0.25007972 -0.09449079 0.30466828
+0.31066284 -0.09783511 0.29637620
+0.36182621 -0.10717409 0.29008457
+0.41088143 -0.11003564 0.27190307
+0.46372363 -0.11315274 0.26347896
+0.52425295 -0.11783985 0.24589844
+0.59065622 -0.12226106 0.23471802
+0.64220732 -0.12500492 0.21557884
+0.69831806 -0.12982520 0.20914342
+0.74926269 -0.13319911 0.20371124
+0.80600381 -0.13727640 0.19153927
+0.86213028 -0.14371918 0.19136268
+0.94677311 -0.15492673 0.17935371
+0.99774909 -0.16312151 0.17909092
+1.02976441 -0.16618732 0.17959581
+1.05633235 -0.17089295 0.17153120
+1.08419871 -0.17416625 0.17240605
+1.10962152 -0.17755792 0.16284080
+1.03906512 -0.18128513 0.16158830
+-0.03374351 -0.12839296 0.44043258
+0.00757778 -0.13619970 0.42202830
+0.01689517 -0.14655882 0.40624982
+0.02228465 -0.15175201 0.39680418
+0.03092846 -0.15381910 0.39623576
+0.04381246 -0.16027731 0.38589096
+0.07943336 -0.16826154 0.37371385
+-0.11396855 -0.15846315 0.37332213
+-0.01921842 -0.16905853 0.36084554
+0.06611448 -0.17514129 0.35834455
+0.13595113 -0.17761980 0.34622031
+0.19757853 -0.18699121 0.34422320
+0.25882626 -0.18949126 0.32958141
+0.33371526 -0.19567198 0.32325432
+0.39520061 -0.20152256 0.30788988
+0.45430219 -0.20420122 0.30142614
+0.51154703 -0.21007529 0.28387815
+0.58090740 -0.21556255 0.27423173
+0.63843107 -0.22111322 0.25409436
+0.68194628 -0.22338462 0.24688116
+0.74978513 -0.23168889 0.22393741
+0.80759472 -0.23736814 0.21332406
+0.85419375 -0.23985413 0.20495415
+0.89514923 -0.24568138 0.18819858
+0.94869196 -0.25094619 0.18671353
+1.01070631 -0.25982872 0.17438421
+1.10396576 -0.26855448 0.17280848
+1.14300311 -0.26946753 0.17221843
+1.14983904 -0.26246154 0.16220608
+1.14344072 -0.25730860 0.16342133
+1.13999605 -0.24683414 0.15235123
+1.13171232 -0.23634173 0.15326647
+1.16137290 -0.23662724 0.13164307
+-0.28385657 -0.14387718 0.44040430
+-0.29243711 -0.14405572 0.41535351
+-0.27541369 -0.14213243 0.40445089
+-0.25862765 -0.14094791 0.39173523
+-0.23536983 -0.13632074 0.39072403
+-0.21140282 -0.13153811 0.37885934
+-0.15826829 -0.12756723 0.36331797
+-0.07070419 -0.13218620 0.35859632
+0.02414474 -0.12645337 0.34329766
+0.10943049 -0.11670980 0.33820990
+0.18863869 -0.10956734 0.32488227
+0.25504336 -0.09965825 0.31036454
+0.31511873 -0.09209714 0.30538020
+0.38655388 -0.08693151 0.28641543
+0.43666595 -0.07687622 0.27896267
+0.49536890 -0.06931654 0.27122828
+0.55365920 -0.06086081 0.25137520
+0.61719501 -0.05147413 0.23917112
+0.67228490 -0.04545220 0.22011316
+0.73791522 -0.03857040 0.20927618
+0.80392730 -0.03061626 0.18620080
+0.86435163 -0.02227282 0.17378777
+0.90928578 -0.01636392 0.16701898
+0.95434803 -0.00811680 0.14896545
+1.00168085 0.00085605 0.14424241
+1.06261563 0.00568293 0.13339910
+0.69414955 0.04051466 0.13872606
+0.56656641 0.05212924 0.12787542
+0.57295847 0.06017775 0.12748718
+0.56174338 0.07001109 0.12809294
+0.55586421 0.08299516 0.11981911
+0.54804659 0.09280399 0.11956684
+0.55909395 0.09847434 0.10077650
+0.02886973 0.17149974 0.35148829
+-0.22961573 0.19081603 0.35076258
+-0.19627592 0.19109207 0.33934942
+-0.17461036 0.19869979 0.32966849
+-0.14907005 0.19984308 0.31895694
+-0.12141453 0.20586608 0.31508043
+-0.08324838 0.20975862 0.30310774
+-0.03529642 0.21209019 0.29044527
+0.01965313 0.22008544 0.28506780
+0.07788708 0.22813454 0.27312225
+0.14066966 0.23566279 0.26850632
+0.20513190 0.24846365 0.25494966
+0.25519091 0.25377539 0.25218442
+0.32230791 0.25835699 0.23158106
+0.38951316 0.26929125 0.21957599
+0.43747798 0.27739882 0.20771234
+0.49471498 0.28465354 0.19833775
+0.55601496 0.29731375 0.18561164
+0.62640643 0.30538777 0.17389654
+0.71402949 0.31441706 0.16171464
+0.80489135 0.31786895 0.14483266
+0.87424439 0.32088628 0.13374965
+0.94114035 0.33054596 0.11824664
+0.99416119 0.33788788 0.11085095
+1.04619491 0.34958938 0.09866772
+1.10212982 0.35561773 0.09484001
+0.78802001 0.40813059 0.15510871
+-0.15507744 0.46787822 0.10061128
+-0.13928652 0.47822908 0.09921089
+-0.15232959 0.48570120 0.09208001
+-0.16654153 0.49905488 0.09070069
+-0.17800909 0.51186872 0.08315096
+-0.18556556 0.52014536 0.07314096
+-0.17009746 0.56065637 0.25463247
+-0.15768631 0.59939861 0.28784171
+-0.10825649 0.60645646 0.27527326
+-0.07886727 0.61318272 0.26690638
+-0.04514534 0.61611933 0.25661668
+-0.00753518 0.62745976 0.25197002
+0.02795392 0.63640499 0.24351057
+0.07876687 0.64171559 0.22951140
+0.11034831 0.65309221 0.22332633
+0.14976843 0.66470069 0.21423098
+0.18576862 0.67763358 0.20871124
+0.23847915 0.68480456 0.20004219
+0.31128025 0.69279557 0.19305746
+0.37269750 0.70663804 0.18149439
+0.45463783 0.71863115 0.17332089
+0.52521318 0.73033947 0.16161269
+0.57883245 0.73806340 0.15141156
+0.64501590 0.74965143 0.13652579
+0.71026343 0.75995803 0.12498947
+0.78733402 0.76656091 0.11518741
+0.55915606 0.76937497 0.10049151
+0.46950573 0.77148330 0.09055449
+0.50447309 0.78132319 0.07983126
+0.53041124 0.79187077 0.07240333
+0.54383630 0.79858196 0.06248458
+0.55752522 0.81052870 0.05681378
+0.59733057 0.83151692 0.07417422
+0.16873983 0.97324574 0.07728725
+-0.22741351 0.97777164 0.07230647
+-0.18212448 0.99392605 0.06705029
+-0.14711286 1.00233519 0.06364959
+-0.10387021 1.01812959 0.05983885
+-0.05573239 1.03375471 0.05119605
+0.00177252 1.04561985 0.15419942
+0.07526575 1.06339240 0.21822658
+0.14651754 1.06410921 0.20482504
+0.20719045 1.06903028 0.19608742
+0.26118225 1.05896068 0.18775465
+0.31719783 1.04811394 0.18264499
+0.37347853 1.03692365 0.17602140
+0.42187595 1.02560008 0.16493268
+0.49053904 1.01470387 0.15822110
+0.54798865 0.99316412 0.15110829
+0.60003775 0.98024255 0.14486976
+0.65281796 0.96845794 0.13706306
+0.72321326 0.95882833 0.13012570
+0.79440981 0.95256758 0.12256932
+0.89933300 0.94136542 0.11402962
+0.97136414 0.93151402 0.10521469
+1.02853549 0.91964716 0.09583366
+1.07409978 0.90401298 0.08617911
+1.10813487 0.88749760 0.07503065
+1.13749683 0.86924046 0.06649648
+1.19669747 0.88201761 0.05413797
+0.14804244 0.88457811 0.04427452
+-0.29131123 0.87020046 0.03745664
+-0.29529831 0.85549927 0.02953793
+-0.29080996 0.84411091 0.02439816
+-0.26851827 0.82963187 0.01822364
+-0.23910600 0.81091887 0.02908717
+-0.19491881 0.84484696 0.04992955
+-0.12304368 0.88958496 0.04563781
+-0.04406780 0.87466967 0.04283588
+0.01753455 0.86012024 0.03901054
+0.07670899 0.84416103 0.03641033
+0.14534974 0.83340466 0.03054334
+0.22085892 0.81695986 0.06255873
+0.29898185 0.79859227 0.14228864
+0.37642077 0.77693820 0.13003811
+0.44763133 0.75992775 0.12216146
+0.51616967 0.74806142 0.11640230
+0.57277101 0.73135173 0.10929616
+0.64378893 0.71811807 0.10623210
+0.70685911 0.69721669 0.09707860
+0.78162456 0.67632288 0.09129785
+0.84312099 0.66181856 0.08699995
+0.89602721 0.64446044 0.08085914
+0.92881906 0.62716097 0.08302295
+0.95960891 0.60423261 0.09022170
+1.00301731 0.58748490 0.07964743
+1.07203674 0.57029164 0.06376325
+0.54949826 0.55682069 0.05450501
+0.28786114 0.54066592 0.04430964
+0.28634018 0.52726460 0.04144507
+0.27182716 0.51786113 0.03091390
+0.25430521 0.50420576 0.02587919
+0.23868434 0.48530927 0.01672687
+0.24553667 0.59258032 0.00594867
+0.10804164 0.61567956 0.00302903
+-0.09943154 0.59923875 -0.00224398
+-0.00871445 0.57997477 -0.00629224
+0.06456051 0.56530881 -0.01144553
+0.13311568 0.54919273 -0.01136699
+0.20003065 0.53244978 0.03825606
+0.26659223 0.53185570 0.03053511
+0.34632212 0.52310413 0.02634609
+0.41278043 0.50305945 0.02042176
+0.48774961 0.49118823 0.01938532
+0.55565697 0.47602794 0.01674005
+0.62893492 0.45819041 0.00658708
+0.64776361 0.43038455 0.11164126
+0.68014657 0.41275698 0.11261342
+0.74138373 0.39656386 0.09795067
+0.80984646 0.38124657 0.07993673
+0.87569743 0.36511886 0.05482028
+0.93125015 0.34168246 0.03959192
+0.97355556 0.32353660 0.03094902
+1.02099454 0.30667499 0.02747745
+0.96703041 0.28807411 0.02222142
+0.79665905 0.27180034 0.02268831
+0.79438430 0.25738379 0.01693713
+0.76759946 0.23177084 0.01172270
+0.73747474 0.21584649 0.01059019
+0.71491450 0.20065239 0.00423420
+0.67831141 0.19006556 0.00170509
+0.65421635 0.18087815 -0.00369392
+-0.25928667 0.17172766 -0.00696532
+-0.21883726 0.16608384 -0.00964388
+-0.19438204 0.16040641 -0.01617760
+-0.16976981 0.14861850 -0.02283545
+-0.14041476 0.13410300 -0.02857695
+-0.10868166 0.24003768 -0.03294101
+-0.06292091 0.27907592 -0.03466461
+-0.00512799 0.25891146 -0.03509743
+0.07195219 0.24148607 -0.03796775
+0.14753896 0.22635396 -0.04117319
+0.21489021 0.21138482 -0.00107145
+0.27728155 0.19343609 0.02737104
+0.29309335 0.17704667 0.07885935
+1.07010329 0.16885012 -0.00091196
+1.11987698 0.17701627 -0.00241558
+0.59810388 0.18416648 0.00598631
+0.23493071 0.19377267 0.00015655
+0.29911616 0.19964187 0.00574940
+0.30795357 0.20169429 0.06589380
+0.35322642 0.20185730 0.06581081
+0.40445057 0.20972422 0.06489316
+0.45832771 0.21448088 0.06385665
+0.41013023 0.21940570 0.06545498
+-0.26367497 0.22506386 0.00080837
+-0.22402249 0.23335910 0.00104208
+-0.21307349 0.24243470 -0.00059143
+-0.20018691 0.24753547 0.00045615
+-0.18653658 0.24998422 0.00025015
+-0.16669053 0.26188540 -0.00216721
+-0.12080815 0.27312800 -0.00090821
+-0.05398009 0.28420979 -0.00295690
+0.02650231 0.29095343 -0.00465699
+0.10759177 0.49604881 -0.00665034
+0.18275452 0.51146299 -0.01176650
+0.24823813 0.51859081 -0.01558513
+0.30680031 0.52144909 -0.01921915
+0.36939588 0.53004664 -0.02151072
+0.43109253 0.53365195 -0.02205170
+0.48534086 0.54037559 -0.02154792
+0.54223001 0.55115271 -0.02499618
+0.58092690 0.55621439 -0.02142539
+0.62453967 0.56320441 0.02670116
+0.65859735 0.57297426 0.02243743
+0.68637460 0.58283573 0.01574112
+0.72642910 0.58890945 0.01379799
+0.75367594 0.59524417 0.01027963
+0.78102773 0.60069501 0.01144487
+0.81140959 0.60886157 0.00222687
+0.83837742 0.61754560 0.06684483
+0.87528753 0.62649620 0.06164789
+0.92968845 0.63230270 0.06087627
+0.96773183 0.63576585 0.06460843
+0.98834610 0.64492834 0.06343172
+1.00209105 0.64943486 0.06338149
+1.01910341 0.65869308 0.05733703
+1.03600359 0.66775388 0.05638358
+1.06638873 0.67680788 0.05173158
+0.71570224 0.68354845 0.04672973
+0.26850379 0.69227695 0.04239060
+0.34825113 0.69607401 0.03898601
+0.40151411 0.70755422 0.04000032
+0.45726272 0.71737802 0.03359459
+0.50935304 0.73251694 0.03358211
+0.56685990 0.74727809 0.02958261
+0.54195213 0.75826442 0.02613009
+-0.22744836 0.76841688 0.02488543
+-0.17220864 0.86763608 0.01878961
+-0.14372507 0.87477636 0.01326877
+-0.12431822 0.88073981 0.00656077
+-0.10672049 0.88764429 0.00448160
+-0.09320763 0.89431483 0.00012948
+-0.05779909 0.90070242 -0.00112024
+-0.00769217 0.90732902 -0.00243510
+0.03054027 0.91977769 -0.00499183
+0.05155038 0.92799366 0.01980173
+0.07470673 0.93817902 0.02854977
+0.09233007 0.94334173 0.02334144
+0.12061241 0.95280790 0.02048194
+0.16731574 0.96037322 0.01754741
+0.21725893 0.96581149 0.01675583
+0.26747435 0.97125882 0.01072945
+0.31853706 0.97304857 0.07500187
+0.36721081 0.98163229 0.11018495
+0.41694146 0.98938513 0.10463938
+0.45991191 0.99686432 0.10123292
+0.50417721 1.00753200 0.09629263
+0.55578142 1.01511371 0.09140970
+0.60095745 1.02603090 0.08640824
+0.63472515 1.03347337 0.08286326
+0.67367166 1.04102314 0.07836712
+0.72611719 1.04927194 0.07516085
+0.78126085 1.06073761 0.07211031
+0.87107903 1.06920671 0.06801550
+0.91178834 1.07774746 0.06463654
+0.94516945 1.09020305 0.06170274
+0.96626031 1.09974134 0.05725027
+0.97919875 1.10941648 0.05323972
+0.99445957 1.11884248 0.04883019
+1.04406965 1.12812960 0.04299448
+0.08695582 1.13942349 0.03804715
+0.04859493 1.15035939 0.03200400
+0.10178241 1.15529180 0.02572742
+0.14727089 1.16302788 0.01985823
+0.20071591 1.17115855 0.01709031
+0.25374004 1.17970097 0.01361309
+0.34272823 1.17107630 0.01111429
+-0.04446103 1.10987401 0.00249497
+-0.21027790 -0.33798987 0.10651761
+-0.18528201 -0.27902368 0.24870849
+-0.16953641 -0.27255112 0.23115741
+-0.15167227 -0.26782495 0.22323747
+-0.12349734 -0.26254562 0.21489376
+-0.07388445 -0.25653440 0.20900768
+-0.00122890 -0.25564644 0.19928929
+0.08288878 -0.22863682 0.23916626
+0.16375029 -0.22412397 0.31595153
+0.23460196 -0.21681023 0.30086863
+0.29838923 -0.21232674 0.29138428
+0.35369727 -0.20401520 0.28067651
+0.41369480 -0.19685169 0.26997304
+0.47410482 -0.18941426 0.25862229
+0.52324831 -0.18385556 0.24963111
+0.57761234 -0.17723118 0.23661454
+0.63083947 -0.16999310 0.22503263
+0.69060999 -0.16408581 0.21688099
+0.74234545 -0.15998352 0.20662247
+0.79635000 -0.15281875 0.19752797
+0.85110343 -0.14620668 0.18673408
+0.89393800 -0.13957278 0.17654821
+0.92177153 -0.13508211 0.16628873
+0.95519888 -0.13243535 0.15841842
+0.99033707 -0.12728404 0.14670153
+1.03752124 -0.12429188 0.13945621
+1.02543795 -0.12309490 0.12909862
+1.08480024 -0.12593225 0.12280618
+1.12414777 -0.12333945 0.11472369
+1.16683447 -0.11856838 0.10941378
+1.19610620 -0.11701956 0.10314433
+1.18456459 -0.11372553 0.10004275
+1.22321630 -0.11044151 0.09463117
+-0.11628398 -0.09936804 0.10012995
+-0.22543773 -0.08774769 0.14041220
+-0.17840812 -0.08456060 0.13113742
+-0.14044993 -0.07838389 0.12185513
+-0.10011487 -0.07419817 0.11800972
+-0.05141892 -0.06747915 0.11349990
+0.03496321 -0.06389124 0.10494464
+-0.04867156 -0.01067513 0.12074918
+-0.02513539 0.05255260 0.22848454
+0.04507066 0.05058903 0.21504262
+0.10082954 0.05668543 0.20635819
+0.14607228 0.05988076 0.19460265
+0.18713512 0.06550674 0.18578805
+0.23987535 0.06774740 0.17464389
+0.29003215 0.06752215 0.17067944
+0.33852714 0.07277525 0.15639125
+0.38103363 0.07405218 0.14546777
+0.42379633 0.07792275 0.14303967
+0.46901542 0.08165570 0.13202946
+0.51047188 0.08383853 0.12709329
+0.55670017 0.08729561 0.11792361
+0.60475844 0.09038366 0.11215850
+0.64833814 0.09302580 0.10209263
+0.68855596 0.09793111 0.09679941
+0.72879261 0.09799776 0.08659808
+0.77433354 0.09478373 0.08190174
+0.82630026 0.09721403 0.07279950
+0.88061213 0.09630015 0.06885708
+0.92088294 0.09495964 0.06229796
+0.94594383 0.09516224 0.05929176
+0.97294420 0.09543043 0.05490310
+1.00117457 0.09598545 0.05411571
+1.04093802 0.08929389 0.04920343
+0.83764571 0.09210375 0.04486380
+0.43736148 0.10200178 0.06194158
+0.50313443 0.10495800 0.05401147
+0.55206525 0.11026025 0.04688492
+0.58974838 0.11884328 0.04424124
+0.62284881 0.12439910 0.04079160
+0.67754024 0.12825412 0.03770609
+0.47616196 0.15139374 0.03718410
+-0.22421470 0.30004314 0.17603271
+-0.17006713 0.29456085 0.15323865
+-0.14257865 0.29442403 0.14354974
+-0.11994409 0.29907978 0.13426276
+-0.09868896 0.29844055 0.12479331
+-0.07206880 0.30303404 0.11324401
+-0.02440752 0.30516616 0.10891037
+0.03325699 0.30088928 0.09736049
+0.07655150 0.30389723 0.09470535
+0.10527813 0.30731866 0.08279654
+0.14097579 0.30475175 0.07253665
+0.18922342 0.30861714 0.07079543
+0.24480307 0.31226727 0.06163482
+0.30466744 0.31529066 0.06010757
+0.35889047 0.31515568 0.05333521
+0.41046453 0.31068069 0.05155027
+0.45128259 0.31177664 0.05930253
+0.47053194 0.30852336 0.10308660
+0.51621246 0.30872944 0.09685943
+0.55859965 0.30883220 0.09419855
+0.62354225 0.30330595 0.08819376
+0.68062454 0.29584372 0.07189478
+0.74152386 0.29691753 0.04784798
+0.79989374 0.29692927 0.03216184
+0.87096566 0.29227790 0.01938889
+0.93208152 0.29139966 0.01199903
+0.96898764 0.28997186 -0.00016546
+1.04528618 0.28985819 -0.00475800
+1.09697211 0.29607737 -0.01085979
+1.14529526 0.29477504 -0.01210866
+1.17668986 0.30191469 -0.01095630
+1.20089316 0.30672503 -0.01664684
+1.25693595 0.30844223 -0.02008603
+-0.30906466 0.53538394 0.10242468
+-0.26754761 0.52722472 0.08389905
+-0.25083923 0.52434814 0.07636955
+-0.22998406 0.51852006 0.07002035
+-0.20547016 0.52338183 0.06187894
+-0.17417285 0.51699984 0.05384480
+-0.11057440 0.52031052 0.05300725
+-0.15939352 0.52271736 0.04391699
+-0.11438245 0.51822102 0.04320240
+-0.08900186 0.51901811 0.03551736
+-0.06144187 0.52256757 0.02935085
+-0.03426532 0.52337348 0.03035766
+0.02777784 0.52728426 0.02632307
+0.08665419 0.51945078 0.02739920
+0.15112107 0.52174473 0.02359785
+0.21765174 0.52063674 0.02462914
+0.26215518 0.52055430 0.02078339
+0.32172400 0.52244157 0.02155765
+0.36985275 0.51384896 0.01781987
+0.40629944 0.51626551 0.01848466
+0.46769628 0.51327300 0.01463396
+0.51249927 0.51148975 0.01512861
+0.55638802 0.51312494 0.01117862
+0.59945202 0.51115346 0.01115146
+0.65606135 0.50765014 0.00735836
+0.71137249 0.50599265 0.00269387
+0.78502876 0.49457890 0.00770719
+0.83241928 0.49244279 0.01391942
+0.88983005 0.49730179 0.00157702
+0.92583770 0.50429821 -0.00277112
+0.95462406 0.51417601 -0.00970153
+0.98094994 0.52051926 -0.01201567
+1.04535413 0.52207571 -0.02424419
+0.10474309 0.67099255 0.07997655
+0.02814904 0.67443776 0.06636754
+0.06857292 0.66927403 0.05926948
+0.09469419 0.67341739 0.05320596
+0.13211733 0.66863364 0.04635076
+0.16812864 0.66958135 0.04669310
+0.24678563 0.66430861 0.03908150
+-0.15291466 0.66628987 0.03615217
+-0.17461750 0.66693038 0.03474016
+-0.14637189 0.66902566 0.03615956
+-0.10719465 0.66574353 0.04928182
+-0.07038378 0.66771132 0.05066105
+-0.03867923 0.66941816 0.05084130
+0.02362535 0.66919535 0.04610945
+0.08764966 0.66866994 0.04108670
+0.14766391 0.66104716 0.03472971
+0.17279440 0.65966809 0.01854832
+0.21109210 0.65861171 0.01242566
+0.24794242 0.65896153 0.00898371
+0.28662217 0.65899384 0.00956879
+0.33044854 0.65838975 0.00656469
+0.40486270 0.68193626 0.00913683
+0.43146765 0.60623115 0.00835698
+0.55617708 0.66615897 0.00561024
+0.60794640 0.66156346 0.00194386
+0.67043352 0.66115117 -0.00287574
+0.75505430 0.65534037 -0.01132179
+0.85769063 0.69319940 -0.01975868
+0.20157748 0.16934305 -0.01939801
+0.16926490 0.17605306 -0.02253782
+0.17053579 0.17600468 -0.02185910
+0.16695942 0.17078622 -0.02459325
+0.18560980 0.16807154 -0.02649086
+-0.10198507 0.20099513 0.03800853
+0.19547132 0.77834070 0.04491841
+0.28762427 0.78746444 0.03603476
+0.32072955 0.78506058 0.03637518
+0.36612231 0.78433245 0.03256300
+0.40728378 0.78106213 0.02819654
+0.51005530 0.81827974 0.01225783
+-0.14834273 0.34545222 0.09049281
+-0.17263767 0.33553222 0.07546542
+-0.14826341 0.33724871 0.07056006
+-0.12680793 0.33260611 0.07146166
+-0.10095890 0.33178821 0.06692103
+-0.07009760 0.32697269 0.06764815
+-0.02747638 0.31859419 0.06015630
+0.04706889 0.31004494 0.05495469
+0.14040831 0.30730316 0.05414952
+0.21378732 0.30607742 0.05090098
+0.28261283 0.30095559 0.05005829
+0.34518445 0.29924956 0.04845076
+0.39764094 0.29429469 0.04759318
+0.41683689 0.28300297 0.10545065
+0.46994719 0.27936637 0.10393967
+0.52441698 0.27305719 0.10350645
+0.58849192 0.26962164 0.08909739
+0.67743975 0.26780033 0.05756968
+0.75371802 0.26102036 0.03335945
+0.82884115 0.25534576 0.02063465
+0.89229977 0.25218248 0.01026518
+0.94709694 0.24507411 0.01043987
+0.97961468 0.24291925 0.00727964
+1.01368678 0.24451654 0.00661910
+1.04610360 0.24631645 0.00398188
+1.10622132 0.24209213 0.00062892
+0.52282166 0.36515397 0.10976093
+0.51856691 0.35166284 0.12420024
+0.53222954 0.34643328 0.11999324
+0.55027306 0.34627342 0.11743317
+0.56462121 0.34075585 0.11228257
+0.56752074 0.34024051 0.11369916
+0.61730736 0.33851010 0.10291918
+-0.26178664 0.35238826 0.07714242
+-0.22608019 0.34661365 0.07147513
+-0.20726646 0.34547284 0.06731085
+-0.18814655 0.34439638 0.06332684
+-0.16537245 0.33803350 0.06327135
+-0.13328509 0.33686942 0.05872620
+-0.06986746 0.33368123 0.05977927
+0.02119327 0.32953289 0.05472117
+0.11403313 0.32638848 0.05440661
+0.19049805 0.32502007 0.05141371
+0.26074082 0.32366264 0.05073232
+0.32056546 0.31620699 0.04738436
+0.37961596 0.31431550 0.04624121
+0.44656646 0.31489244 0.04504598
+0.45766342 0.30787623 0.10030001
+0.51167309 0.30519187 0.09764059
+0.56601495 0.30169979 0.09570576
+0.63471425 0.29738322 0.08914830
+0.71686089 0.29566273 0.05628226
+0.81116033 0.28521675 0.01757587
+0.87939364 0.28624833 0.00787102
+0.93298423 0.28470948 0.00522419
+0.97539371 0.28495336 0.00180842
+1.01215708 0.28672060 0.00087696
+1.04891121 0.28863347 -0.00208524
+1.06987858 0.29310298 -0.00275812
+0.51853013 0.40110266 0.06860507
+0.55269474 0.39141244 0.06581576
+0.55996025 0.38535237 0.06384587
+0.56538254 0.39005587 0.06252447
+0.57189697 0.38910502 0.06727309
+0.56735533 0.38276443 0.06968173
+0.56532007 0.38868642 0.04256035
+-0.26973534 0.40413642 0.06851611
+-0.21912475 0.40094626 0.06290840
+-0.19888054 0.39847526 0.05876327
+-0.17752609 0.39767843 0.05695393
+-0.15455079 0.40036246 0.05284145
+-0.12087259 0.39891109 0.04885982
+-0.06153281 0.39674351 0.04844715
+0.01548128 0.39699966 0.04504997
+0.10893227 0.38952199 0.04459254
+0.18429480 0.39290398 0.03996205
+0.25565985 0.39091581 0.03953311
+0.31794694 0.39367834 0.03609632
+0.37328187 0.39160508 0.03524531
+0.44177040 0.39348316 0.03145730
+0.50080198 0.39077979 0.02885434
+0.55630028 0.39209589 0.02561629
+0.58562481 0.38326284 0.05944103
+0.62874812 0.37638122 0.07773917
+0.69262779 0.37551388 0.06507573
+0.79309446 0.36915803 0.03636129
+0.87314570 0.37039876 0.01111010
+0.93979996 0.37334782 0.00156668
+0.98147851 0.37395501 -0.00678048
+1.02307403 0.37953067 -0.00934791
+1.06410122 0.38472009 -0.01305294
+1.02700996 0.38567483 -0.01285418
+0.37020814 0.49715930 0.06193940
+0.40473026 0.49237213 0.05078838
+0.41156143 0.49319586 0.04588043
+0.41728669 0.49304429 0.04169217
+0.41724098 0.49823618 0.03705895
+0.42560938 0.50246352 0.03365392
+0.36862585 0.50184292 0.02348192
+-0.24291226 0.51622415 0.05087726
+-0.19186401 0.51841503 0.04002430
+-0.17193620 0.52160090 0.03458419
+-0.14761966 0.52451849 0.03509917
+-0.12027436 0.52715182 0.03145024
+-0.08859408 0.52510959 0.03005305
+-0.03409596 0.52295077 0.02711051
+0.02791801 0.52475071 0.02716317
+0.10705120 0.52671665 0.02246849
+0.17607538 0.53021789 0.01882537
+0.25094065 0.53249341 0.01922583
+0.30817544 0.53509593 0.01443042
+0.36335486 0.53141171 0.01428626
+0.43626112 0.53225666 0.01325505
+0.49044850 0.53388155 0.00892847
+0.54431254 0.53572178 0.00919475
+0.60723245 0.53592682 0.00419809
+0.67072046 0.53588277 0.00362782
+0.74622685 0.53302765 -0.00611644
+0.82587630 0.52449775 -0.00570260
+0.88101971 0.52032453 0.00049186
+0.95261878 0.51573265 -0.01330081
+1.00304437 0.51939142 -0.01717745
+1.05134344 0.52510500 -0.02446137
+1.09170079 0.53479403 -0.02571356
+1.01515067 0.54575551 -0.02589023
+0.08293226 0.68903345 0.04880940
+0.11418429 0.68239486 0.03665163
+0.11398128 0.68102688 0.03315976
+0.11258869 0.68569428 0.02850521
+0.11444733 0.69456357 0.02523401
+0.11857497 0.69232690 0.02052791
+0.11383037 0.69664794 0.01142369
+-0.19961078 0.70973182 0.02116968
+-0.14736255 0.71600056 0.01226968
+-0.12115224 0.71897525 0.00699570
+-0.09590010 0.71566939 0.00827404
+-0.06721669 0.71958035 0.00355115
+-0.03851693 0.72697121 0.00489030
+0.00411851 0.73013526 0.00000699
+0.04342837 0.73328012 -0.00268150
+0.10364995 0.74116820 -0.00338375
+0.15480702 0.74434894 -0.00621376
+0.22431985 0.74426955 -0.00659954
+0.28924611 0.74712712 -0.01113188
+0.33668920 0.75021166 -0.01036193
+0.41159189 0.75592119 -0.01081564
+0.46645072 0.75728875 -0.01436771
+0.51394504 0.76318604 -0.01452069
+0.58017182 0.76332211 -0.01802141
+0.64759582 0.76712078 -0.01797152
+0.72141886 0.76354855 -0.02762018
+0.84588164 0.74927324 -0.03616144
+0.91612399 0.74635607 -0.04067016
+0.98912799 0.74993759 -0.04318482
+1.04028749 0.75113958 -0.04237536
+1.08194840 0.75970823 -0.04623338
+1.12649977 0.76534808 -0.04480327
+1.18029475 0.77227849 -0.05146647
+-0.34483945 0.95264262 0.03727547
+-0.30713901 0.94302076 0.02472390
+-0.31427684 0.95264274 0.02073093
+-0.30262199 0.94954735 0.01821175
+-0.28427267 0.93405581 0.01452771
+-0.26215205 0.92697716 0.01208618
+-0.20841257 0.91758299 0.00430668
+-0.13044931 0.91095757 -0.00981434
+-0.07024926 0.89301610 -0.01263314
+-0.03572805 0.88511580 -0.01466526
+-0.00054559 0.88041478 -0.01318334
+0.03781913 0.87223202 -0.01547883
+0.07306711 0.86364591 -0.01778508
+0.11875634 0.85469568 -0.01534415
+0.14698005 0.85026389 -0.01863930
+0.19765936 0.83386087 -0.01651381
+0.23730668 0.82525665 -0.01904905
+0.30155104 0.81580943 -0.01788828
+0.37381637 0.80693865 -0.02032285
+0.43411136 0.79788029 -0.01911911
+0.51336026 0.79183036 -0.02159965
+0.57463169 0.78218138 -0.02123994
+0.62405092 0.77298450 -0.01966218
+0.68656313 0.75462449 -0.02249563
+0.74910426 0.74276125 -0.02057555
+0.82188481 0.72703713 -0.02861856
+0.57738733 0.74976575 -0.01800198
+0.55384696 0.73984313 -0.02000297
+0.59281301 0.72797322 -0.02139117
+0.62142110 0.71748805 -0.01897209
+0.64235157 0.71000975 -0.02066401
+0.66339064 0.70259571 -0.01960756
+0.71583050 0.68731672 -0.02085156
+-0.02014660 0.78428745 0.05234257
+-0.23448642 0.78815001 0.04716640
+-0.19618523 0.77145326 0.04344201
+-0.15702890 0.76192570 0.04066631
+-0.11422031 0.75357825 0.03612480
+-0.07422415 0.74199736 0.03360448
+-0.01422693 0.72479898 0.02552438
+0.05704925 0.71132547 0.01765042
+0.12085263 0.70028627 0.00930105
+0.17454919 0.69041234 0.00641577
+0.22544797 0.67790788 0.00656167
+0.27642494 0.65887624 0.00337154
+0.32083169 0.64780009 0.00340971
+0.37430838 0.63691640 0.00082487
+0.42485523 0.62360775 0.00061825
+0.47339883 0.61221772 -0.00196339
+0.52314025 0.59701204 -0.00148264
+0.58373910 0.58595461 -0.00526644
+0.65193200 0.57563794 -0.00461851
+0.72888041 0.55901200 -0.00773106
+0.80580086 0.54539835 -0.00544164
+0.85260642 0.53208411 0.00621616
+0.89210546 0.51797235 0.01385196
+0.93675989 0.50970280 0.00739688
+0.98441762 0.50099236 -0.00003349
+1.04216981 0.48379868 -0.01076059
+0.66170871 0.54641449 0.02040684
+-0.01747978 0.57615799 0.02193596
+0.00921278 0.55849814 0.02239257
+0.02009501 0.54407352 0.02083535
+0.02201416 0.53160417 0.02093604
+0.02580368 0.52171397 0.02031016
+0.03937126 0.50779390 0.01760897
+0.00697182 0.54403663 0.07161661
+-0.13267408 0.56553149 0.07518406
+-0.07049643 0.55055308 0.06973428
+-0.01998453 0.53644174 0.06698832
+0.04337958 0.51950955 0.06295912
+0.12128323 0.50570142 0.06013301
+0.19688241 0.49142352 0.05305516
+0.27887991 0.47928903 0.04241857
+0.33693826 0.46096122 0.03588292
+0.41126522 0.44599962 0.03250232
+0.46814755 0.42900559 0.03041789
+0.54314452 0.41028750 0.02727757
+0.59130257 0.39418581 0.03469506
+0.58852941 0.36863992 0.08020286
+0.65700471 0.35021016 0.07394850
+0.71383435 0.33743107 0.06372755
+0.78203887 0.32150230 0.04050282
+0.84871942 0.30603209 0.01729071
+0.91798019 0.28572893 0.01058468
+0.98436546 0.26921484 0.00719696
+0.87985748 0.25574648 0.00721217
+0.88237685 0.24435034 0.00471678
+0.88669461 0.23344238 0.00500396
+0.88323420 0.22197385 0.00474885
+0.86714238 0.21500744 0.00375515
+0.85535586 0.20122793 -0.00181996
+0.86721635 0.21792862 0.04930256
+0.04846462 0.37233871 0.07025852
+-0.25829762 0.34861180 0.06724304
+-0.23008832 0.33242369 0.06670956
+-0.21227013 0.32093680 0.06609350
+-0.19146337 0.30396241 0.06305782
+-0.16855338 0.29489529 0.05904182
+-0.13168526 0.27567378 0.09253174
+-0.07837060 0.27681082 0.10459181
+-0.02568770 0.25978407 0.09961659
+0.01579602 0.23913078 0.09544222
+0.05866833 0.22485293 0.08918764
+0.10881508 0.21145578 0.08673266
+0.16297795 0.18940681 0.08017975
+0.22128688 0.17391644 0.07200667
+0.24021456 0.15510158 0.12697154
+0.33808202 0.13872810 0.06067959
+0.38688409 0.11397789 0.05554458
+0.44319454 0.09576736 0.05099586
+0.50740921 0.10002806 0.04898052
+0.57755870 0.10614807 0.04440304
+0.66822344 0.10955330 0.03681217
+0.73637378 0.11390368 0.03254198
+0.80505037 0.11307206 0.03086995
+0.85599101 0.12210222 0.02702675
+0.91645569 0.12612450 0.02034295
+0.97281063 0.15720256 0.00882162
+1.08088398 0.08775866 -0.00176330
+-0.00144246 0.06912138 -0.00541636
+-0.03139853 0.07388521 -0.00691173
+-0.04752968 0.06610005 -0.00803422
+-0.06179400 0.06194047 -0.01013163
+-0.07272243 0.05865161 -0.01493522
+-0.07280312 0.05143194 0.03085564
+-0.03790456 0.16561183 0.09637372
+-0.05972087 0.23199099 0.09011162
+0.01797098 0.21233979 0.08794393
+0.11782765 0.20085676 0.08435641
+0.20447223 0.18657729 0.08136481
+0.22863707 0.17554399 0.14364479
+0.32917824 0.16268788 0.09230962
+0.39927906 0.14588229 0.10816644
+0.46173042 0.13073955 0.10078328
+0.51495755 0.11809222 0.09743974
+0.57269621 0.10731560 0.09267275
+0.62975717 0.09528129 0.08977888
+0.68949568 0.08403540 0.08174682
+0.74519455 0.07551572 0.07382194
+0.80367720 0.06268498 0.06699424
+0.86425507 0.04989418 0.06100948
+0.91392696 0.03783683 0.05668501
+0.95048255 0.02562546 0.05044273
+0.99044442 0.01479535 0.04760033
+1.02808189 -0.00004444 0.04472224
+1.08119881 -0.01681753 0.03648912
+0.59380788 -0.03061618 0.03278304
+0.59222245 -0.04111181 0.02590442
+0.57626164 -0.05228096 0.02324544
+0.55273950 -0.06501216 0.01706599
+0.53144485 -0.07470902 0.01244839
+0.50257933 -0.08606797 0.00329702
+0.50396174 -0.08130106 0.00232229
+-0.03498480 -0.08756898 -0.00023118
+-0.21192124 -0.09370158 -0.00029328
+-0.17592764 -0.10047492 -0.00408617
+-0.14977713 -0.10758504 -0.00476661
+-0.12125214 -0.11206043 0.00418495
+-0.08920333 -0.12371066 0.13617016
+-0.04579435 -0.07514962 0.12665533
+0.01498777 -0.07549781 0.12479021
+0.08899545 -0.08754344 0.12235899
+0.16629267 -0.10112803 0.11520614
+0.23048016 -0.11280216 0.11319737
+0.30185714 -0.12498791 0.10504773
+0.35385215 -0.13748740 0.12606643
+0.40225244 -0.14940666 0.11763935
+0.47364545 -0.16212802 0.11712901
+0.52649260 -0.17114535 0.10717665
+0.58076108 -0.18172581 0.10871272
+0.63366771 -0.19246775 0.10258721
+0.70545399 -0.20341684 0.09266144
+0.77398795 -0.21389982 0.08866008
+0.88550264 -0.22417386 0.07899972
+0.95265740 -0.23497507 0.07567857
+0.98013401 -0.24516395 0.06867912
+0.99118966 -0.25558057 0.06263191
+0.98994440 -0.26706499 0.06211241
+0.98421353 -0.28023475 0.05043330
+0.98786920 -0.29506895 0.04255027
+0.41921711 -0.30770078 0.03914502
+-0.29841733 -0.30384111 0.04062424
+-0.24975589 -0.28662059 0.03318106
+-0.21263801 -0.26521945 0.02824556
+-0.17571142 -0.24741204 0.01654024
+-0.13364026 -0.23082365 0.01154090
+-0.08921188 -0.17601921 0.00743015
+-0.01732907 -0.15902784 0.00677426
+0.05698784 -0.14494818 0.00395770
+0.12811902 -0.13043600 0.00380384
+0.18237087 -0.11047502 -0.00308181
+0.23815945 -0.09542517 0.11463478
+0.29256567 -0.08127306 0.16191998
+0.34570467 -0.07213280 0.15546070
+0.40948597 -0.05673359 0.14844678
+0.46626192 -0.04213084 0.14315313
+0.53363514 -0.02616316 0.13694413
+0.60025913 -0.01061150 0.13407111
+0.66778803 0.00897415 0.13230847
+0.74068993 0.02486814 0.12460897
+0.80773991 0.04008026 0.12017045
+0.23353475 0.00548344 0.09775771
+0.31533128 -0.01407194 0.09082599
+0.06763317 -0.03014761 0.08561174
+-0.18317814 -0.04693957 0.07745593
+-0.13972798 -0.05332610 0.07117541
+-0.10357460 -0.05252819 0.06268031
+-0.06814504 -0.07268258 0.05863507
+-0.04287348 -0.08997238 0.05333871
+-0.02133616 -0.10789797 0.04465875
+0.02497690 -0.12977985 0.04094299
+0.07213269 -0.14676063 0.03368030
+0.10633029 -0.15788220 0.03213347
+0.12504350 -0.13410252 0.02487366
+0.14746667 -0.15633066 0.01788754
+0.16546926 -0.17234817 0.00681857
+0.17841516 -0.19528469 0.00299537
+0.19769385 -0.21440721 0.00031734
+0.21505745 -0.23046009 0.00035457
+0.24102214 -0.25230458 -0.00318603
+0.27246270 -0.25344926 -0.00407129
+0.31409654 -0.24702568 0.00929437
+0.35088256 -0.23514274 0.12380212
+0.38692886 -0.22471423 0.10740393
+0.42554897 -0.21249744 0.09968148
+0.46789280 -0.20201521 0.09425702
+0.51047063 -0.19057767 0.08671223
+0.55100542 -0.17857693 0.08136026
+0.60715878 -0.16863045 0.07892942
+0.67717212 -0.15798278 0.08581054
+0.74740696 -0.14634949 0.07924744
+0.86116737 -0.13580073 0.07631736
+0.92453623 -0.12582467 0.06740767
+0.97741693 -0.11502215 0.06627661
+1.02439415 -0.10754339 0.06233300
+1.05879331 -0.09750944 0.05306576
+1.08671594 -0.08696799 0.04874552
+1.14364839 -0.07670595 0.04093938
+0.35654446 -0.06859405 0.03875111
+0.11016329 -0.06419866 0.03257909
+0.16696185 -0.06091360 0.03164878
+0.21901745 -0.05330436 0.02603265
+0.25946459 -0.04470752 0.02330239
+0.30570453 -0.03563508 0.01835235
+0.36616004 -0.02679602 0.01604299
+0.15940408 -0.02158435 0.01601832
+-0.22616997 -0.01073766 0.01094967
+-0.19319382 0.02857548 0.00762454
+-0.18029210 0.03059556 -0.00068924
+-0.16481234 0.03694209 -0.00579789
+-0.14859530 0.04567658 -0.00829058
+-0.12507021 0.05201850 -0.00823052
+-0.07657360 0.06252697 -0.01102006
+-0.01507058 0.06717926 -0.01136563
+0.05510173 0.16311087 -0.01573772
+0.13315499 0.17531528 0.04451154
+0.20413952 0.17962670 0.05578836
+0.26081038 0.19160858 0.05552203
+0.27594647 0.19558817 0.10946118
+0.34302327 0.20597365 0.10439260
+0.39347517 0.21211094 0.10222378
+0.45535773 0.21771890 0.08914305
+0.53219879 0.22943340 0.07569436
+0.60790789 0.23741929 0.06372954
+0.66737312 0.24459672 0.05340280
+0.71427435 0.25059491 0.04538063
+0.76647782 0.25860170 0.04072434
+0.81910437 0.26869580 0.03653789
+0.85633385 0.27581501 0.03281988
+0.89117950 0.28260553 0.02525762
+0.93413931 0.28605488 0.02031773
+0.96607143 0.29197240 0.01623635
+1.01785851 0.30038688 0.01412365
+1.08391094 0.30482396 0.01104037
+1.10975051 0.31156531 0.00919480
+1.11849844 0.31513205 0.00618321
+1.12368333 0.31672734 0.00432661
+1.13225198 0.31703818 0.00201293
+1.13998842 0.32320884 -0.00009890
+1.01781368 0.32516637 -0.00066029
+-0.07860570 0.33055201 -0.00395870
+0.00044988 0.33747289 -0.00936299
+0.04744070 0.34341124 -0.01354755
+0.09440541 0.35001326 -0.01613979
+0.14264862 0.35738638 -0.01763052
+0.19603112 0.36061183 -0.01715777
+0.28110260 0.37210545 -0.01849165
+-0.11211869 0.41031569 -0.02141306
+-0.10687487 0.57494032 -0.00054582
+-0.05169662 0.57154661 0.01920131
+-0.00811654 0.57323223 0.01380066
+0.02831091 0.58012223 0.01193458
+0.05532963 0.57827985 0.00778347
+0.09582835 0.58707803 0.00559764
+0.14449957 0.61868167 -0.00462029
+0.19036368 0.60283422 0.16631952
+0.22375391 0.60615325 0.41682592
+0.25370336 0.59447956 0.40309834
+0.28318280 0.58232534 0.39601678
+0.30991876 0.57004529 0.39274409
+0.34504932 0.55072492 0.39111516
+0.38229644 0.53717810 0.38371125
+0.42625341 0.52724308 0.37749860
+0.46700475 0.51277500 0.36710337
+0.50400043 0.49885800 0.35561895
+0.53678209 0.48208880 0.35150763
+0.53030336 0.45992985 0.37651718
+0.61996895 0.44598857 0.32815325
+0.67708462 0.43289784 0.31586021
+0.71308023 0.41880754 0.31311280
+0.74214411 0.40553299 0.31478658
+0.78168648 0.39198905 0.31505299
+0.83849722 0.38077956 0.31465331
+0.85482687 0.36590409 0.31069055
+0.74152839 0.34850842 0.29557845
+0.82699752 0.33425304 0.29547548
+0.90136391 0.32079080 0.28720096
+0.95982069 0.30915764 0.28414389
+1.01318538 0.30064857 0.28032136
+1.05562389 0.29222113 0.27446148
+1.10265291 0.28317881 0.27251869
+-0.36235338 0.35789907 0.27259490
+-0.31677222 0.38903886 0.28763080
+-0.31336814 0.36909473 0.27936968
+-0.29721770 0.35565761 0.27887750
+-0.26132235 0.34090933 0.27278271
+-0.21639900 0.33243212 0.27345595
+-0.14453913 0.31626150 0.27090168
+-0.15340745 0.30867657 0.30592647
+-0.12032408 0.30603701 0.47003916
+-0.09417032 0.29214570 0.45785081
+-0.07277311 0.28291807 0.45227763
+-0.04949274 0.26727995 0.44550452
+-0.02572965 0.25204736 0.43910700
+0.01245826 0.24222398 0.43063068
+0.06345858 0.22608931 0.42118078
+0.13566180 0.21411245 0.41580489
+0.19779448 0.20007496 0.40669343
+0.26671422 0.18922825 0.40497774
+0.32567921 0.17755203 0.39622530
+0.37818912 0.16470484 0.39389619
+0.43855646 0.15529883 0.38470450
+0.50057507 0.14145066 0.38012144
+0.55404019 0.13190752 0.36998194
+0.60462981 0.11843758 0.36417204
+0.66711771 0.10881122 0.35227653
+0.73192883 0.09867990 0.34464490
+0.80680591 0.08308373 0.33136714
+0.88453740 0.07003468 0.32455376
+0.94359529 0.06077252 0.30920252
+0.98882818 0.04880171 0.30371809
+1.02591240 0.04201283 0.29769886
+1.05537653 0.03544285 0.28792477
+1.09666491 0.02759009 0.28759369
+0.77944243 0.03036528 0.28051648
+0.36039400 0.06135445 0.28963140
+0.40960398 0.04718204 0.28748864
+0.44488981 0.03638783 0.28030923
+0.47335020 0.02375023 0.28033906
+0.50802183 0.01493793 0.27290744
+0.54653525 0.00406234 0.27373752
+0.30758423 0.00160159 0.27984515
+-0.25164813 0.01759728 0.52152455
+-0.21323162 0.00637882 0.50649416
+-0.19741052 -0.00903938 0.49080655
+-0.18007937 -0.01765097 0.48326927
+-0.15915766 -0.02772779 0.48358664
+-0.12649509 -0.03786742 0.47461623
+-0.06492818 -0.04987440 0.46048868
+0.01716602 -0.06496289 0.45512778
+0.10759887 -0.07704826 0.44324747
+0.18348956 -0.08613351 0.43430829
+0.25260046 -0.09418128 0.43227255
+0.31175324 -0.10229510 0.41949585
+0.37237766 -0.11167959 0.41748527
+0.43951446 -0.11988146 0.40315929
+0.49583992 -0.12918939 0.39978108
+0.55342036 -0.13702431 0.38403332
+0.60917187 -0.14599040 0.37724233
+0.67190880 -0.15506873 0.36021590
+0.72026813 -0.16307810 0.35447624
+0.77746081 -0.17182975 0.34755269
+0.83640873 -0.17713827 0.32730570
+0.88345277 -0.18442017 0.31959161
+0.91590512 -0.19140175 0.30514121
+0.95536667 -0.19977342 0.30193779
+0.99345291 -0.20688570 0.30007049
+1.03855586 -0.21719974 0.28960201
+0.95180058 -0.21447559 0.29041442
+1.01237679 -0.22771899 0.28024223
+1.04543316 -0.23567387 0.28036615
+1.07648075 -0.24441545 0.28136238
+1.09903741 -0.24970266 0.27285135
+1.11834335 -0.25791511 0.27382419
+1.14031255 -0.26710168 0.25676569
+-0.35412988 -0.22089191 0.55173874
+-0.30345219 -0.22979563 0.53486055
+-0.29382399 -0.24002562 0.52459425
+-0.28290293 -0.24967127 0.51612586
+-0.25313905 -0.24875174 0.50292027
+-0.21119842 -0.24349032 0.49092764
+-0.12297905 -0.24511869 0.47407147
+-0.07687320 -0.24474126 0.46840739
+0.02472402 -0.24418293 0.45243031
+0.10765342 -0.24050938 0.44807878
+0.17792736 -0.23579213 0.43501800
+0.23301612 -0.23181279 0.42968163
+0.28655165 -0.22511579 0.41354609
+0.35019687 -0.22056249 0.40757072
+0.40078691 -0.21705376 0.38976967
+0.45952594 -0.21299036 0.38266310
+0.49611694 -0.20982555 0.36497635
+0.55003864 -0.20366873 0.35419235
+0.59693456 -0.20283161 0.33604547
+0.63560063 -0.20000222 0.32664263
+0.69114310 -0.19476739 0.31538251
+0.73210096 -0.19216229 0.29567164
+0.77108043 -0.18870407 0.28741103
+0.81129265 -0.18656501 0.28118730
+0.85517627 -0.18446830 0.26771703
+0.90048164 -0.18462417 0.26753190
+0.97744137 -0.18771306 0.25416413
+1.02458239 -0.18541487 0.25318706
+1.04855072 -0.18303385 0.24303928
+1.06629002 -0.18230391 0.24403319
+1.08680940 -0.18015738 0.24360979
+1.10241008 -0.17524099 0.23426555
+1.15003204 -0.17472297 0.22399649
+0.15278743 -0.12189298 0.49212739
+0.07289246 -0.12056132 0.47144574
+0.10996085 -0.12023856 0.46178442
+0.14112952 -0.12031343 0.45032960
+0.16717032 -0.10379117 0.44078490
+0.20034459 -0.07728028 0.44159159
+0.27989167 -0.06508507 0.43020356
+-0.08655840 -0.03147040 0.42226037
+-0.07471124 -0.03090230 0.41671589
+-0.00351001 -0.03241533 0.40363151
+0.05292118 -0.04070149 0.39776742
+0.09614098 -0.06554569 0.37982628
+0.13592111 -0.07785386 0.37358069
+0.19363496 -0.08117047 0.35715061
+0.25322533 -0.07877788 0.35103971
+0.30322602 -0.07636074 0.33603054
+0.36627266 -0.06572890 0.34052438
+0.40935245 -0.05499156 0.30559170
+0.55471152 -0.05830647 0.29865435
+0.59144652 -0.05603803 0.29139650
+0.64712918 -0.05569484 0.27100089
+0.70320797 -0.05391490 0.26077268
+0.78087407 -0.03451163 0.25652015
+0.19619848 -0.15130003 0.20200807
+0.15605386 -0.14205642 0.20035876
+0.17282054 -0.14241947 0.19111830
+0.20171629 -0.14627546 0.18654089
+0.21745171 -0.14766036 0.17752528
+0.17973459 -0.16459262 0.17683984
+0.83537364 -0.04775313 0.21375458
+0.96492159 -0.04892432 0.20382664
+0.99040604 -0.04972767 0.20402521
+1.04312229 -0.05173106 0.18577455
+0.42003959 -0.00221886 0.44146952
+0.39172980 0.00730502 0.42539713
+0.46314159 0.02621139 0.41465467
+0.50998056 0.03881246 0.40463951
+0.54155821 0.03790690 0.39510736
+0.56926239 0.03651806 0.39352897
+0.62932616 0.03517170 0.37919003
+-0.09104344 0.08210086 0.37871280
+-0.14881419 0.06193685 0.37356335
+-0.10786191 0.04758715 0.36161774
+-0.07068126 0.04622053 0.35668781
+-0.03555017 0.04970704 0.34357542
+-0.00509054 0.04509108 0.34047249
+0.04891775 0.05716383 0.32357189
+0.10840900 0.07949141 0.31473973
+0.16423613 0.08540452 0.29626361
+0.20677106 0.08997127 0.28839266
+0.24717657 0.09042988 0.27956051
+0.28320616 0.09206523 0.26378664
+0.32709625 0.09233765 0.25693285
+0.37845707 0.08967321 0.23530024
+0.43228933 0.09086829 0.22844332
+0.48396957 0.09046517 0.21170571
+0.53927600 0.09331277 0.20397331
+0.58899748 0.09282034 0.20122024
+0.64525145 0.09167375 0.19032089
+0.70814449 0.08788515 0.18861538
+0.76396275 0.08197020 0.17805585
+0.81161636 0.08380792 0.17919542
+0.84151334 0.08076195 0.17208666
+0.88205266 0.07883421 0.17268130
+0.92305988 0.07979818 0.16428618
+0.98988146 0.07485285 0.15475641
+0.46960017 0.13844162 0.40579996
+0.49474525 0.12496241 0.38598669
+0.54454279 0.12221465 0.37697628
+0.57112300 0.11810494 0.36835894
+0.60174137 0.11395901 0.36003342
+0.62215787 0.11444410 0.34888771
+0.68678731 0.10888709 0.34636450
+-0.23323177 0.18373114 0.34685549
+-0.20607410 0.17569895 0.34257200
+-0.16172895 0.17253573 0.33058330
+-0.12412949 0.17038080 0.32820746
+-0.08938339 0.16697697 0.31538984
+-0.05686431 0.17027262 0.31025678
+0.00388711 0.16742566 0.29531232
+0.07002167 0.16349916 0.28816903
+0.12831642 0.16307840 0.27146843
+0.16415989 0.16044442 0.26670104
+0.20546976 0.16038582 0.24828221
+0.24484964 0.15655437 0.23988234
+0.27875304 0.15654200 0.23338096
+0.32572576 0.15397403 0.21452905
+0.38252738 0.15388231 0.20454636
+0.43441921 0.15334927 0.19010809
+0.49265379 0.15234675 0.18240196
+0.55074835 0.14897709 0.17120869
+0.60296768 0.14261159 0.16985193
+0.67169189 0.13771014 0.15985237
+0.73112583 0.13423283 0.15902965
+0.77937782 0.13021910 0.16116583
+0.81210738 0.12912625 0.15318224
+0.85265923 0.12432802 0.15545620
+0.90416956 0.12187457 0.14704898
+0.94909245 0.11856682 0.14063646
+0.44034728 0.20796086 0.36980903
+0.49786586 0.19468643 0.35189402
+0.53726006 0.18439758 0.35063180
+0.57106656 0.17333855 0.34736496
+0.59792525 0.16545522 0.34214965
+0.61833060 0.16336110 0.33219942
+0.62716335 0.15359838 0.33123133
+-0.26394141 0.21385619 0.33167556
+-0.20299385 0.19870025 0.32846108
+-0.15609661 0.19597426 0.31737652
+-0.11755107 0.19595018 0.31454501
+-0.08086371 0.18584406 0.30317336
+-0.04144298 0.18268158 0.29843277
+0.02210796 0.18076353 0.28262216
+0.08962023 0.17189038 0.27634218
+0.14312975 0.17059366 0.26092148
+0.18291792 0.16699655 0.25320232
+0.23040298 0.15944862 0.23705019
+0.27002251 0.15974744 0.22706230
+0.30470240 0.15610385 0.22030191
+0.35143650 0.15602191 0.20093726
+0.39769375 0.14962351 0.19474727
+0.45596829 0.14607379 0.18084930
+0.51470447 0.14528282 0.17343470
+0.57408494 0.14036810 0.16168202
+0.63673055 0.13753615 0.15988725
+0.69928801 0.12740061 0.15031259
+0.76083446 0.12476239 0.15086524
+0.80945271 0.11991517 0.14351219
+0.84244829 0.11535258 0.14443719
+0.88870013 0.10860302 0.14640570
+0.93365723 0.10317586 0.13768607
+0.91049886 0.10605587 0.13793747
+0.32937080 0.23295200 0.36558935
+0.38524705 0.21801531 0.33825958
+0.42023316 0.20861989 0.33286449
+0.44312942 0.19741461 0.33028275
+0.46436673 0.19262977 0.32338101
+0.49011236 0.18278767 0.31819111
+0.44204831 0.17473562 0.31607991
+-0.23270614 0.20869088 0.32368729
+-0.16959563 0.19981924 0.31806469
+-0.12128122 0.18652791 0.30746964
+-0.06913704 0.18140404 0.30453336
+-0.02387898 0.17339437 0.29170167
+0.02338687 0.16686004 0.28789091
+0.08461168 0.15696852 0.27386579
+0.15252180 0.15103333 0.26675192
+0.21288066 0.13875861 0.25052306
+0.25647849 0.13648659 0.24344845
+0.30303895 0.13056089 0.22599454
+0.35081089 0.12462551 0.21643443
+0.38838804 0.11372656 0.20291081
+0.44442499 0.10769460 0.19164599
+0.49105525 0.10067441 0.17334796
+0.53966057 0.09684893 0.16860649
+0.59793431 0.09173108 0.15963891
+0.66299981 0.08467875 0.14620557
+0.72223210 0.07827619 0.14493205
+0.79755902 0.07164315 0.13420072
+0.85998380 0.06523697 0.13524163
+0.90163416 0.06064866 0.12697561
+0.93028671 0.05332718 0.13072835
+0.96935976 0.04858365 0.12305807
+1.00836122 0.04319569 0.12436477
+0.93423730 0.04536758 0.11495499
+0.10338610 0.20706300 0.38845149
+0.15513261 0.19037227 0.36215293
+0.17721373 0.17697573 0.35521370
+0.19110456 0.17194317 0.34472734
+0.20676200 0.15989164 0.33693752
+0.23042089 0.14774264 0.32778504
+0.21499528 0.14085889 0.32450750
+-0.18061896 0.16351931 0.31701723
+-0.11028180 0.14450783 0.31506079
+-0.04863915 0.13194068 0.30249077
+0.01410727 0.11823041 0.30161229
+0.06629464 0.11021034 0.28876957
+0.12569492 0.09904111 0.28564838
+0.19848295 0.07987826 0.27089444
+0.26219583 0.06840056 0.26584470
+0.32149395 0.06069478 0.24880895
+0.37620482 0.04676843 0.24209535
+0.43703067 0.02725128 0.22368006
+0.48426312 0.01788932 0.21686709
+0.53622216 0.01170943 0.19892390
+0.59876990 -0.00025198 0.18878390
+0.64582652 -0.01542736 0.17182697
+0.69682795 -0.02387732 0.16555496
+0.74590468 -0.03257030 0.15737030
+0.81047636 -0.03910815 0.14180550
+0.87206340 -0.04536315 0.13870256
+0.96470582 -0.06123371 0.12958963
+1.02158105 -0.06730995 0.13046169
+1.06118619 -0.07528263 0.12289821
+1.08902144 -0.07947781 0.12586203
+1.11222851 -0.08376361 0.11772498
+1.13991523 -0.09202458 0.12022104
+1.10784423 -0.09929424 0.10651632
+-0.22454430 0.14269677 0.39680898
+-0.18139635 0.11601757 0.37283000
+-0.18011211 0.10904397 0.36200374
+-0.17595854 0.09395674 0.35481369
+-0.17172992 0.08066726 0.34653056
+-0.16053607 0.07221373 0.34471610
+-0.11895292 0.05383490 0.33402684
+-0.11301385 0.04295866 0.32030776
+-0.04500142 0.02322990 0.31860748
+0.03222552 0.01248277 0.30605286
+0.11303891 0.00115518 0.30255514
+0.19252661 -0.01598675 0.29160678
+0.26119304 -0.01238922 0.28618971
+0.33742765 -0.01120635 0.26941544
+0.38381159 -0.01237369 0.26343799
+0.44982946 -0.02208553 0.24600109
+0.50606775 -0.02145397 0.23690352
+0.56331807 -0.02249121 0.21872649
+0.62099624 -0.02402922 0.20833744
+0.66639113 -0.03040390 0.19468722
+0.73216766 -0.02968981 0.18269168
+0.79030502 -0.02812440 0.16263723
+0.83095211 -0.02890792 0.15570340
+0.88417172 -0.02461755 0.14547105
+0.93884283 -0.02486319 0.13123856
+1.00518453 -0.01707532 0.12658463
+0.86519295 0.00021066 0.11794835
+0.87487274 0.01040899 0.11723523
+0.88426411 0.01637721 0.10871518
+0.88482910 0.02808991 0.10985883
+0.87840980 0.03576889 0.10145763
+0.87369084 0.04724244 0.10280860
+0.89993280 0.05022366 0.08342153
+-0.10139221 0.27739158 0.35039997
+-0.26005718 0.29955995 0.33440638
+-0.23711623 0.29925191 0.32382312
+-0.21991687 0.30020481 0.31430110
+-0.19914241 0.30658460 0.30296102
+-0.17542399 0.30746496 0.30135551
+-0.13193700 0.31162813 0.28732452
+-0.07259075 0.30850288 0.28235734
+-0.01758317 0.31199783 0.26857385
+0.03043133 0.31323776 0.25875065
+0.08720165 0.31775609 0.25357494
+0.15017228 0.32416037 0.24057651
+0.20629287 0.33075315 0.23558289
+0.27083725 0.33488494 0.22200236
+0.33109850 0.33720472 0.21493112
+0.38200498 0.34022936 0.19836079
+0.41908714 0.34156439 0.20568079
+0.44254497 0.33063817 0.23020884
+0.50462860 0.33090138 0.22052778
+0.58480078 0.34086457 0.20576751
+0.68153632 0.34957227 0.17488812
+0.75941670 0.35029656 0.14340568
+0.82560325 0.35445157 0.12664029
+0.88339114 0.36161071 0.11469050
+0.94494098 0.36615723 0.09668207
+1.02319551 0.37242350 0.08941735
+0.58478981 0.38126293 0.15017132
+0.22734840 0.40620312 0.08989546
+0.23574296 0.41544330 0.08414239
+0.23287837 0.42673406 0.08455566
+0.22086067 0.44256625 0.07800668
+0.20879881 0.45355549 0.07777356
+0.21156512 0.45947143 0.06317309
+0.04194403 0.56886715 0.26053187
+-0.20063509 0.62744176 0.27478760
+-0.15955657 0.63216174 0.26364309
+-0.13724622 0.63546407 0.25475681
+-0.11230593 0.64555097 0.24416970
+-0.08695122 0.65049511 0.24208049
+-0.05469906 0.65495753 0.23056555
+-0.01694596 0.66400063 0.22415654
+0.01941920 0.66688561 0.21428338
+0.05075239 0.67628044 0.20345375
+0.07900088 0.68396509 0.19840567
+0.11595984 0.69390965 0.18948318
+0.16074699 0.70394582 0.18509720
+0.20910457 0.71096998 0.17338963
+0.26612839 0.72230899 0.16762987
+0.32203129 0.72734922 0.15760711
+0.36319399 0.73622072 0.15002923
+0.41509578 0.74701703 0.13812219
+0.48644203 0.75190794 0.12892532
+0.55933481 0.75869161 0.11738102
+0.68057108 0.76015842 0.10680090
+0.73314345 0.76963192 0.09416085
+0.79200399 0.78048617 0.08681036
+0.82075149 0.79132515 0.08160861
+0.85289460 0.79756129 0.07256444
+0.89071643 0.80772710 0.06585012
+0.97406316 0.82052553 0.07397885
+-0.19199571 0.83837241 0.07536603
+-0.29084539 0.84866053 0.06968964
+-0.27503440 0.86391997 0.06800967
+-0.25918952 0.87868601 0.06229917
+-0.24043229 0.89372122 0.05995604
+-0.21703905 0.90242928 0.04994271
+-0.16846117 0.92216659 0.17143543
+-0.10192372 0.97434062 0.21545996
+-0.03489095 0.98010087 0.20325166
+0.00786902 0.99053699 0.19967803
+0.05271205 1.00198996 0.19230434
+0.09636758 1.01245677 0.18373948
+0.13587630 1.02409649 0.17434286
+0.18665665 1.03472173 0.16821776
+0.23835304 1.04656994 0.15921085
+0.28336218 1.05477214 0.15380339
+0.33034244 1.06651425 0.14688730
+0.38435951 1.07909012 0.13693565
+0.44717094 1.09174883 0.13303031
+0.51990986 1.10387087 0.12604457
+0.60632902 1.11653459 0.11872376
+0.68086559 1.13317645 0.11212328
+0.74464524 1.14595068 0.10553616
+0.79741538 1.15890026 0.09796046
+0.84881675 1.17182577 0.08993747
+0.90810764 1.18134856 0.08287211
+0.78012156 1.17461157 0.07264506
+0.05907533 1.16488373 0.06063352
+0.08786271 1.15817773 0.05304817
+0.09550041 1.15202749 0.04978565
+0.09418182 1.14524245 0.04391360
+0.09757221 1.13617396 0.02912031
+0.09193881 1.16864741 0.17742632
+0.13178788 0.10678825 0.32831910
+-0.18851818 -0.21494320 0.31500950
+-0.14334527 -0.18587194 0.31408629
+-0.11669147 -0.17383334 0.31004289
+-0.08569802 -0.16229291 0.30705369
+-0.05233769 -0.15172239 0.30159247
+-0.00716420 -0.13914773 0.35274884
+0.04707349 -0.13355410 0.41959035
+0.10711963 -0.12708171 0.41011593
+0.18213888 -0.11709549 0.40353930
+0.24345072 -0.10209212 0.39666027
+0.30845997 -0.09109846 0.38850144
+0.36718383 -0.07736609 0.38195446
+0.42329752 -0.06778038 0.37284273
+0.49189696 -0.05745393 0.36833802
+0.56404722 -0.04367032 0.35864830
+0.62835598 -0.03364282 0.35247552
+0.68302083 -0.02046934 0.34430599
+0.75031465 -0.01125354 0.33966860
+0.82427156 -0.00246999 0.33008811
+0.84033072 0.00835736 0.32048687
+0.74043018 0.01548759 0.31435674
+0.76626873 0.02932426 0.30620748
+0.78161234 0.04047309 0.30102026
+0.78191501 0.05533674 0.29325148
+0.77268988 0.06940239 0.28932419
+0.76472896 0.09035756 0.28141806
+0.74809885 0.17831318 0.27755204
+-0.28487286 0.18393303 0.27435467
+-0.21579604 0.20093100 0.26781923
+-0.16999182 0.20990220 0.26611072
+-0.12317962 0.22678159 0.25956094
+-0.07615642 0.24350186 0.28679249
+-0.02894215 0.25058949 0.41893068
+0.03691277 0.28171590 0.40480271
+0.11258843 0.29555070 0.40139532
+0.18636486 0.30656561 0.39793879
+0.24377534 0.32139206 0.39868370
+0.30065644 0.33145186 0.39261329
+0.35867387 0.34185609 0.37847921
+0.40692675 0.35483611 0.40526384
+0.46079391 0.36650485 0.38142312
+0.52066773 0.37864888 0.36517426
+0.58111256 0.39255854 0.35576627
+0.63987029 0.39837357 0.34980828
+0.70540458 0.41031960 0.35512432
+0.77758414 0.42460188 0.35865185
+0.85366690 0.43799001 0.37140891
+0.95372719 0.45177037 0.37831500
+1.02017510 0.46478340 0.38352171
+1.06417906 0.47327194 0.37145993
+1.09773946 0.48448822 0.36902872
+1.12904823 0.49478501 0.36512351
+1.15565193 0.50019723 0.34880972
+1.21007192 0.50352997 0.34481451
+-0.01031555 0.51420158 0.33075780
+-0.29563633 0.52708441 0.32869539
+-0.29490703 0.54251397 0.32009456
+-0.27653137 0.55965126 0.31779441
+-0.25474790 0.57555360 0.31695798
+-0.22885865 0.62262297 0.30658844
+-0.18724488 0.77512234 0.30600110
+-0.12164945 0.78026295 0.30023107
+-0.04911139 0.78980094 0.30080068
+0.02394713 0.79887229 0.30220529
+0.10159528 0.78335118 0.29040536
+0.17300859 0.75955385 0.47914410
+0.23235881 0.74255455 0.51381147
+0.28874627 0.72123957 0.50350469
+0.35809302 0.70413804 0.49967599
+0.40305987 0.68062282 0.49391621
+0.46076921 0.66276532 0.49486196
+0.51238775 0.64585263 0.48487082
+0.57265031 0.62882948 0.48667231
+0.62723809 0.60676831 0.47275433
+0.63689071 0.57055539 0.49014348
+0.75805962 0.56325758 0.42676654
+0.81272119 0.54849058 0.41941768
+0.86002779 0.53366566 0.41893411
+0.91160560 0.51451010 0.42050427
+0.96866959 0.49754909 0.42526263
+1.04427123 0.47951016 0.42904949
+0.71830130 0.46177262 0.38347918
+-0.10533842 0.48529682 0.38323587
+-0.07522110 0.49394101 0.37124082
+-0.03748064 0.50536716 0.35915616
+0.00261782 0.51187772 0.34601709
+0.04258493 0.57429659 0.33667487
+0.09244990 0.66657585 0.32575482
+0.15252958 0.67683089 0.32273218
+0.21011637 0.68894273 0.31490764
+0.26380453 0.69915932 0.30432740
+0.33316216 0.71366882 0.30030403
+0.38778824 0.72810888 0.29072875
+0.45122045 0.73534614 0.28666055
+0.49989042 0.75251126 0.27595195
+0.56723666 0.76640081 0.32611483
+0.62644362 0.78122771 0.50033599
+0.68050689 0.79616553 0.48301992
+0.74233717 0.80173439 0.46275702
+0.79754871 0.81566167 0.45150429
+0.83786964 0.79834551 0.44646767
+0.87953150 0.78118736 0.43205470
+0.92190117 0.76306355 0.42350784
+0.91306096 0.72970301 0.48253846
+0.95006090 0.71124601 0.46652856
+1.01831949 0.68714315 0.45324036
+1.12591147 0.67574590 0.42265615
+1.13927138 0.65868580 0.40230829
+1.14078295 0.64061677 0.39289418
+1.14473665 0.62197256 0.37506014
+1.15167415 0.60304594 0.36463010
+1.09177208 0.58191377 0.34963113
+-0.17769110 0.56111276 0.34107578
+-0.08903682 0.53633320 0.32899532
+-0.04013976 0.50875413 0.31371227
+0.01022593 0.48882073 0.30590430
+0.06422675 0.47035450 0.28598180
+0.11856224 0.45385882 0.27956012
+0.20482850 0.43907782 0.26957509
+-0.05158294 0.42334658 0.25685665
+-0.14473110 0.44163793 0.25007421
+-0.10227615 0.51291758 0.24203764
+-0.06202748 0.48523921 0.23492813
+-0.02205754 0.46228975 0.23229495
+0.01255198 0.44415957 0.22191626
+0.05168900 0.42970186 0.22016415
+0.10049634 0.40684479 0.21239071
+0.14569618 0.38935706 0.20883298
+0.17898642 0.40186834 0.19451402
+0.20801942 0.38127229 0.34291449
+0.23543905 0.35708070 0.35457206
+0.25330853 0.34226114 0.34311235
+0.27430269 0.32288492 0.33273533
+0.29596072 0.30554998 0.32212579
+0.31831524 0.29106617 0.30623251
+0.33821192 0.27307183 0.29043108
+0.36884630 0.25916469 0.31244951
+0.41386801 0.23635966 0.31873456
+0.44727731 0.22167219 0.31031439
+0.49039185 0.20032847 0.30812776
+0.53648460 0.18028781 0.30401969
+0.57804918 0.16394997 0.30033627
+0.60771537 0.14452690 0.29126403
+0.63741910 0.13072661 0.28042477
+0.68699139 0.11119772 0.27020198
+0.74204570 0.09652207 0.26151061
+0.75179893 0.08025731 0.24781483
+0.81803739 0.05929883 0.23933834
+0.90986568 0.04288157 0.22892851
+0.99851513 0.02400228 0.21931465
+1.06708956 0.01092853 0.21124344
+1.09929538 -0.00264202 0.20071608
+1.14836442 -0.01984966 0.19257249
+0.70091635 -0.03340390 0.18485261
+-0.23117253 -0.03299170 0.17734125
+-0.16624145 -0.03797270 0.17085515
+-0.12101287 -0.05592120 0.16532882
+-0.08309076 -0.07006425 0.16220388
+-0.04114167 -0.08924286 0.15732747
+0.00483131 -0.10364362 0.15345755
+0.05266427 -0.11985926 0.14838752
+-0.19262898 -0.11512643 0.14078479
+-0.14831492 -0.08831544 0.20190527
+-0.13273208 -0.10727696 0.25303975
+-0.11247547 -0.12592696 0.23826055
+-0.09541348 -0.14354587 0.23121728
+-0.07311068 -0.15767132 0.22519538
+-0.04072262 -0.17927317 0.21553032
+0.00078212 -0.19733344 0.20812677
+0.05625329 -0.21895872 0.23307870
+0.11162478 -0.23395979 0.26055726
+0.17627315 -0.23346679 0.24910682
+0.23660527 -0.22253753 0.23985717
+0.29119331 -0.21234331 0.23119743
+0.35499114 -0.20459247 0.22751318
+0.41780505 -0.19247703 0.21612084
+0.47394016 -0.18160559 0.19413047
+0.52911091 -0.16883266 0.17495880
+0.59373766 -0.15659092 0.16390382
+0.65521818 -0.14777656 0.15389007
+0.71997452 -0.13624410 0.14404376
+0.78970277 -0.12578277 0.13802049
+0.84689939 -0.11480717 0.12961002
+0.89337152 -0.10683210 0.12284385
+0.93656158 -0.09659120 0.11427528
+0.97564334 -0.08615293 0.10850475
+1.02103317 -0.07590763 0.10137168
+0.93568110 -0.06972585 0.09622400
+0.73723382 -0.06551210 0.09096795
+0.79763883 -0.05868249 0.08665568
+0.84245187 -0.04943901 0.08247369
+0.87744892 -0.04476847 0.07846569
+0.91719127 -0.03577100 0.07633052
+0.95399076 -0.02695967 0.07457986
+0.80100435 -0.02029089 0.06824872
+-0.32308352 0.04260157 0.08437973
+-0.27987811 0.05671863 0.13301522
+-0.27107441 0.05519972 0.12519014
+-0.26039213 0.06171023 0.12042892
+-0.24373326 0.06749178 0.11395629
+-0.22593899 0.07067654 0.10753480
+-0.17254820 0.07615082 0.10038011
+-0.09842093 0.12529305 0.11195595
+-0.01265046 0.15435421 0.15893678
+0.07611427 0.16123241 0.14711989
+0.15403847 0.16826254 0.14168292
+0.16619919 0.17455053 0.20110905
+0.21869978 0.18507002 0.19292019
+0.31192872 0.19240184 0.14114927
+0.36454397 0.19675329 0.12242188
+0.41410649 0.20697483 0.11171570
+0.45265302 0.21274842 0.10197994
+0.50089222 0.22252899 0.09551643
+0.54501510 0.22784765 0.08727963
+0.57254052 0.23552166 0.08495397
+0.61522043 0.24165231 0.07692601
+0.65628487 0.25204641 0.07168189
+0.68937486 0.25886387 0.06724751
+0.72502095 0.26836494 0.06222612
+0.76968592 0.27211368 0.05638234
+0.81290293 0.27849317 0.05079511
+0.87342811 0.28261834 0.04904038
+0.92702025 0.28934461 0.04630676
+0.95871025 0.29300719 0.04257686
+0.97718734 0.29717425 0.04107003
+0.99244171 0.30580404 0.03775217
+1.01508939 0.31002721 0.03619652
+1.05205142 0.31589144 0.03209728
+0.52845669 0.32837734 0.09041000
+0.18042693 0.36855033 0.05854634
+0.24726385 0.36822888 0.05093104
+0.29698631 0.36871064 0.04525025
+0.33878118 0.37138999 0.04329125
+0.38369015 0.37541255 0.04089918
+0.44637498 0.38279977 0.03457174
+0.19437186 0.41537899 0.03926405
+-0.20885640 0.50931782 0.10819033
+-0.15391983 0.50477004 0.09564129
+-0.10992601 0.51170504 0.09087107
+-0.07299645 0.51876789 0.08472196
+-0.04194757 0.52277219 0.08001869
+-0.00276842 0.52469051 0.07770000
+0.05347919 0.52936828 0.06734768
+0.10607128 0.53536522 0.05257464
+0.14617203 0.54429662 0.04896337
+0.17665972 0.54570591 0.04310484
+0.20980003 0.55155170 0.03814114
+0.23534399 0.55842322 0.03718533
+0.26228398 0.56525874 0.03138106
+0.29460472 0.57192600 0.03087768
+0.33145192 0.57740599 0.02619616
+0.38282278 0.57808077 0.02611167
+0.43149152 0.58480811 0.02073387
+0.47780687 0.59065825 0.02069925
+0.52356404 0.59577739 0.01630397
+0.57698458 0.60045367 0.01671672
+0.62902242 0.60479206 0.01255084
+0.67386240 0.60891414 0.01244644
+0.70399952 0.61325967 0.00840655
+0.74707955 0.60947269 0.00847690
+0.80351311 0.61174273 0.00516466
+0.83181000 0.61311138 -0.00054478
+0.69288695 0.62682360 -0.00162030
+0.77323085 0.62504184 -0.00764461
+0.83987242 0.62689584 -0.00633319
+0.90126622 0.63103050 -0.01140656
+0.94964081 0.63848877 -0.01158351
+0.99200863 0.64555037 -0.01630863
+0.98847646 0.64720744 -0.01720641
+-0.34442741 0.80531186 0.06808711
+-0.29755691 0.79979819 0.05966721
+-0.28704312 0.80658722 0.05585606
+-0.27805382 0.80558050 0.05046365
+-0.26728937 0.80909365 0.04538658
+-0.25440112 0.81630796 0.04012793
+-0.20912251 0.81389153 0.03115533
+-0.13978955 0.81560761 0.01561989
+-0.09449640 0.82130092 0.01088391
+-0.07297747 0.82068563 0.00721668
+-0.04403461 0.81685650 0.00558350
+-0.02193596 0.79988635 0.00942239
+0.00682830 0.79168838 0.00544890
+0.03918289 0.78682232 0.00898827
+0.07034809 0.77820146 0.00706957
+0.12148681 0.76921982 0.00861517
+0.18129651 0.76444751 0.00704320
+0.24678111 0.75496137 0.00841340
+0.31353462 0.74117064 0.00649053
+0.35771355 0.73125702 0.00901675
+0.43205029 0.72395128 0.00511522
+0.48839724 0.71285385 0.00745405
+0.53557032 0.70606428 0.01010805
+0.59880954 0.69355881 0.00621051
+0.66500890 0.68467128 0.00894288
+0.73237604 0.66926223 0.00025609
+0.84507626 0.65254492 -0.00693527
+0.91802478 0.63329053 -0.01522643
+0.97946924 0.61912614 -0.00925975
+1.02162218 0.61257535 -0.00911917
+1.06110585 0.60528338 -0.00895933
+1.09988463 0.60383350 -0.00860891
+1.16682494 0.60155100 -0.00847126
+0.09618244 0.75234294 0.08946498
+0.01571672 0.75167245 0.09319935
+0.05310651 0.73948479 0.08486693
+0.07895694 0.72948456 0.08056960
+0.10819033 0.72472084 0.08166580
+0.13676639 0.70846444 0.06963750
+0.19792283 0.68750191 0.04606962
+-0.13509698 0.68620664 0.04418465
+-0.13941199 0.67981410 0.04133809
+-0.11791560 0.67463273 0.03712601
+-0.09588910 0.66307133 0.03479537
+-0.07104647 0.68398893 0.03990819
+0.07390543 0.52805817 0.04081354
+0.13729440 0.61619312 0.04398572
+0.18025735 0.60597652 0.04139172
+0.22813578 0.60106093 0.04291302
+0.28454027 0.58965194 0.03907840
+0.37020415 0.59032863 0.04959201
+0.06122369 0.41345260 0.01291247
+0.04696096 0.39328435 0.01947259
+0.06496704 0.38686070 0.01631549
+0.07814848 0.37914121 0.01661604
+0.08781553 0.37177497 0.01652486
+0.07314160 0.35664329 0.00552800
+0.55134499 0.52881753 0.04332418
+0.69186771 0.52191424 0.02698264
+0.76251322 0.50509065 0.02598306
+0.80154401 0.48885411 0.04590308
+0.87121481 0.48759970 0.03507726
+0.94258583 0.48572582 0.02502433
+1.01944649 0.48881558 0.01444292
+1.08306694 0.48916125 0.01255013
+1.15549028 0.48307094 0.00371337
+0.51010537 0.58858806 0.08035511
+0.44949380 0.58496720 0.07613503
+0.47155717 0.58111900 0.06790920
+0.46304908 0.57147139 0.06392873
+0.46590406 0.55863667 0.05841801
+0.47883788 0.55336684 0.05946631
+0.52930808 0.55116725 0.04983464
+-0.15096752 0.56899929 0.07685021
+-0.21381347 0.55917782 0.07107680
+-0.19245119 0.55282259 0.06683166
+-0.17249478 0.55200630 0.06434521
+-0.15145954 0.54629916 0.06432211
+-0.12680107 0.54064059 0.06111130
+-0.08542997 0.53891426 0.06245425
+-0.02722736 0.52519417 0.05790503
+0.04540696 0.52342254 0.05877783
+0.11505940 0.51763684 0.05441215
+0.18655974 0.51274687 0.05694037
+0.25299820 0.51231956 0.05194977
+0.30511358 0.50626582 0.05256251
+0.37367538 0.50531805 0.04694805
+0.43539295 0.49961072 0.04682005
+0.49337023 0.49807042 0.04667084
+0.55063838 0.48702466 0.04219118
+0.62051594 0.48446485 0.04157802
+0.67809939 0.47424284 0.03269779
+0.71738327 0.45865870 0.06350284
+0.78355891 0.44909036 0.05481693
+0.84892732 0.44744202 0.04276786
+0.91050076 0.44275516 0.03012951
+0.96329832 0.44399849 0.01886224
+1.01083815 0.44029024 0.01492528
+1.08224821 0.43295026 0.00362767
+0.57342750 0.52881145 0.08188265
+0.57863855 0.52059686 0.07150445
+0.59618521 0.51578140 0.06859275
+0.61392558 0.51485550 0.06413094
+0.62513059 0.51029330 0.06101910
+0.64020538 0.50544018 0.05611569
+0.68670285 0.50262326 0.04683532
+-0.22047698 0.53804278 0.08281309
+-0.23284689 0.52987635 0.07679773
+-0.21352699 0.52929038 0.07210988
+-0.19685438 0.52638233 0.07209503
+-0.17392121 0.51322407 0.06775776
+-0.15054359 0.51280117 0.06745493
+-0.10282198 0.50853586 0.06457333
+-0.04574757 0.50495821 0.05947489
+0.02580240 0.50169432 0.06073554
+0.09748062 0.50192696 0.05604512
+0.17089380 0.49568012 0.05743051
+0.23723921 0.49552479 0.05240618
+0.29491812 0.48969793 0.05280828
+0.37164959 0.48703471 0.05264040
+0.42647207 0.48584169 0.04860331
+0.48558712 0.48459712 0.04667198
+0.54026341 0.48090321 0.04295577
+0.60757637 0.47839475 0.04065411
+0.66911680 0.47355270 0.03643877
+0.71010762 0.45969909 0.05435340
+0.76243770 0.45103705 0.06261959
+0.83929092 0.44497964 0.04367771
+0.88847309 0.44457996 0.03334302
+0.94618708 0.44468009 0.02472800
+1.00310719 0.44432741 0.01345367
+1.06757176 0.44219628 0.00832707
+0.57103258 0.54753029 0.07505853
+0.62200725 0.53783804 0.06924367
+0.63103098 0.53675252 0.06212205
+0.64301449 0.53720653 0.05709827
+0.65422827 0.53243357 0.05386466
+0.66590190 0.53236479 0.05337207
+0.67637163 0.53471416 0.04362057
+-0.28309509 0.59243363 0.08058280
+-0.23082422 0.58480376 0.07291567
+-0.21397935 0.57991916 0.06867871
+-0.19584683 0.57034570 0.06468222
+-0.17418028 0.56543702 0.06482147
+-0.14829680 0.56857270 0.06017325
+-0.09755740 0.56249487 0.06130090
+-0.03982587 0.56004244 0.05618169
+0.01904863 0.55400741 0.05738295
+0.09197886 0.55926794 0.05128110
+0.16060632 0.55422097 0.05234789
+0.22708128 0.55048847 0.04763220
+0.28344613 0.55514687 0.04802288
+0.35509545 0.55332339 0.04633817
+0.41471153 0.54943025 0.04249268
+0.46725094 0.55262524 0.04087349
+0.52518916 0.55089158 0.03540227
+0.59684205 0.55076033 0.03339876
+0.66090864 0.54609549 0.02849359
+0.73750949 0.53225762 0.01664614
+0.79958349 0.53174156 0.01563627
+0.83518410 0.52392805 0.02959113
+0.88424784 0.52526522 0.02999173
+0.94373167 0.52507758 0.02120037
+1.00418735 0.52998102 0.00889426
+1.01094794 0.53313994 0.00883480
+0.48131379 0.62973100 0.07373974
+0.52400041 0.62121892 0.06312190
+0.54105341 0.62678242 0.05428736
+0.54482281 0.62220901 0.05105707
+0.55180556 0.62674731 0.04757745
+0.56040448 0.62659204 0.04686661
+0.49465358 0.63247454 0.03796946
+-0.26154569 0.69623613 0.06708304
+-0.21317926 0.68896252 0.06014807
+-0.19448645 0.68991286 0.05606043
+-0.17487618 0.68635857 0.05051888
+-0.15164782 0.68992537 0.05053189
+-0.12367339 0.69017059 0.04642498
+-0.07530148 0.68764859 0.04564985
+-0.02319520 0.68254650 0.04095742
+0.02890076 0.68600804 0.04156555
+0.08451690 0.68706453 0.03715844
+0.14613929 0.68844438 0.03638268
+0.20864445 0.69191766 0.03542108
+0.26185507 0.69449431 0.03167325
+0.32802990 0.69769859 0.02898018
+0.38870567 0.69675738 0.02477279
+0.44465613 0.69729412 0.02343974
+0.50353366 0.69440967 0.02198417
+0.57272351 0.69570315 0.01647572
+0.64154553 0.69449884 0.01210191
+0.72897416 0.68848425 -0.00142945
+0.79738921 0.68795848 -0.00480911
+0.85830104 0.68387008 -0.00547734
+0.91058385 0.68591684 -0.00952254
+0.96396381 0.68748146 -0.00927526
+1.02633595 0.68255997 -0.00920381
+0.96909583 0.69390923 -0.01282782
+0.25764883 0.80226642 0.05755297
+0.29572883 0.80311400 0.05128955
+0.29898265 0.80354410 0.04242521
+0.30350950 0.80830634 0.03923730
+0.30374962 0.81373745 0.03438764
+0.31478390 0.81820846 0.03529844
+0.25630322 0.81884724 0.02553666
+-0.22942944 0.87102473 0.04217016
+-0.18249330 0.86885458 0.03619849
+-0.16054527 0.87113243 0.03102492
+-0.13809545 0.87520379 0.02745430
+-0.11254896 0.87719363 0.02671304
+-0.08600368 0.88368607 0.02308074
+-0.04290272 0.88119984 0.02278974
+0.00127578 0.88409263 0.01883342
+0.04260488 0.88608295 0.01882315
+0.08305141 0.89059973 0.01506091
+0.12853126 0.89331800 0.01502838
+0.18196140 0.90216571 0.01514539
+0.22721994 0.90618396 0.01037514
+0.29475799 0.90809977 0.01033209
+0.35584831 0.90466875 0.00536483
+0.40439969 0.90787756 0.00520658
+0.46212634 0.91418928 0.00435092
+0.53797042 0.91423935 -0.00026006
+0.60912055 0.91240823 -0.00453373
+0.71876848 0.91132528 -0.01197493
+0.78915590 0.90968704 -0.01959277
+0.85322231 0.91013002 -0.01872011
+0.91668904 0.90878046 -0.02271728
+0.96993345 0.91084218 -0.02178338
+1.03594220 0.91196579 -0.02197224
+1.00713766 0.92382604 -0.02564621
+-0.09870881 1.04213619 0.05051472
+-0.06625747 1.04609311 0.04372114
+-0.06685224 1.05180538 0.03460917
+-0.06874707 1.05701423 0.03075044
+-0.07502061 1.06459320 0.02662037
+-0.07302458 1.06991923 0.02718471
+-0.04883787 1.07622015 0.01756144
+-0.18512222 1.09353554 0.01322335
+-0.13326423 1.09627712 0.00753824
+-0.11091068 1.10092545 0.00427715
+-0.08225162 1.10989022 -0.00035532
+-0.05821450 1.10908401 -0.00030703
+-0.02699352 1.11842453 -0.00354754
+0.00728674 1.12268889 -0.00332372
+0.03652086 1.13199985 -0.00660160
+0.06239147 1.14141929 -0.00646153
+0.08622402 1.14696634 -0.00639941
+0.10953224 1.15714347 -0.00967797
+0.15467390 1.15917671 -0.00949809
+0.19686438 1.16427958 -0.01419208
+0.25860712 1.16502297 -0.01307130
+0.33066463 1.15753150 -0.01173616
+0.38233411 1.15397644 -0.01509643
+0.44030279 1.14632690 -0.01390737
+0.52417690 1.13725543 -0.01706174
+0.60473561 1.12918222 -0.01956203
+0.63270986 1.11386740 -0.02124272
+0.68717921 1.10269833 -0.02808603
+0.74083525 1.09415352 -0.02541226
+0.78810060 1.08852756 -0.02279163
+0.82408363 1.08009696 -0.02598565
+0.86588758 1.07207501 -0.02373023
+0.94994301 1.05352449 -0.02449281
+-0.21052760 1.13307571 0.04949569
+-0.28715625 1.12962878 0.03914803
+-0.27130949 1.12373912 0.03577444
+-0.25505888 1.12041175 0.03230265
+-0.23214787 1.11430049 0.02863752
+-0.20814037 1.10810602 0.02930674
+-0.15631273 1.09803057 0.02103866
+-0.08464027 1.08275473 0.00865427
+-0.02409828 1.07185757 0.00486541
+0.01583969 1.06243908 0.00237544
+0.05669014 1.05566239 -0.00147347
+0.09617157 1.04898083 0.00006488
+0.13749467 1.04259109 -0.00341567
+0.18618436 1.03429043 -0.00211083
+0.22936803 1.02728796 -0.00558194
+0.26813397 1.02043688 -0.00494388
+0.31177863 1.01331568 -0.00429338
+0.35925576 1.00316083 -0.00749177
+0.41858995 0.99504578 -0.00736163
+0.49319047 0.98717505 -0.01130664
+0.56888252 0.98021096 -0.01141921
+0.63373286 0.96852559 -0.01055907
+0.68703347 0.96221691 -0.01357058
+0.73336929 0.95653707 -0.01254519
+0.78548747 0.94786841 -0.01110684
+0.85761750 0.93726349 -0.01748021
+0.45790225 0.97468120 -0.00057832
+0.22221209 0.97482008 -0.00051141
+0.25469801 0.96775573 -0.00316617
+0.27151093 0.95949620 -0.00311317
+0.29028866 0.94887161 -0.00204816
+0.30428702 0.93631440 -0.00387769
+0.34087378 0.92800283 -0.00570846
+0.04376300 0.93736219 0.05223553
+-0.21037474 0.93515712 0.05087777
+-0.17242453 0.92467970 0.04599835
+-0.14947391 0.91811842 0.04299443
+-0.12223372 0.91152418 0.03891702
+-0.07859430 0.89966494 0.03629031
+-0.02013445 0.89017129 0.03235028
+0.04562273 0.87562162 0.02227724
+0.11567647 0.86496568 0.01722072
+0.17742139 0.85694605 0.01457517
+0.23494974 0.84666675 0.01064385
+0.29500687 0.83690232 0.01115623
+0.34960565 0.82460845 0.01070349
+0.40511566 0.81651437 0.00803583
+0.47350132 0.80456233 0.00710978
+0.52847463 0.79648888 0.00480263
+0.58229363 0.78441232 0.00389140
+0.64924979 0.77533388 0.00087852
+0.72164720 0.76007199 -0.00060713
+0.81435639 0.74788046 -0.00221024
+0.92299706 0.73501807 -0.00630718
+0.99965757 0.72752321 -0.00637778
+1.05683529 0.71824610 -0.00566960
+1.10006750 0.71353942 -0.00648274
+1.13671255 0.70524114 -0.00648438
+1.16715550 0.69492728 -0.00828649
+1.13288689 0.73531020 0.01928715
+-0.32548955 0.79210979 0.02312292
+-0.29626358 0.77660388 0.01948438
+-0.28474012 0.76609212 0.01906925
+-0.27010879 0.75442111 0.01860712
+-0.24922071 0.74590039 0.01775412
+-0.22305559 0.73792428 0.01633900
+-0.16884117 0.72550052 0.05346837
+-0.09247032 0.71792310 0.05972715
+-0.02889330 0.70693445 0.05605156
+0.01431201 0.69607133 0.05181390
+0.06271283 0.68629569 0.04878120
+0.10660628 0.67663324 0.04471166
+0.16145502 0.66692728 0.03993432
+0.24182831 0.65573430 0.03246758
+0.31099653 0.64585525 0.02767771
+0.38882321 0.62922233 0.02504086
+0.45292675 0.61890757 0.02279047
+0.52529472 0.60739064 0.02049144
+0.59210056 0.59616739 0.01811002
+0.65665489 0.58485854 0.01579939
+0.73114455 0.57069713 0.01466756
+0.79330367 0.55111617 0.01345697
+0.82969594 0.53583515 0.02300352
+0.86104947 0.51898861 0.03669558
+0.92235416 0.50571460 0.02574853
+0.99081814 0.49375117 0.01334993
+0.74333853 0.47574228 0.02056288
+0.39923820 0.46515700 -0.00107364
+0.42136097 0.45494446 -0.00080634
+0.42163160 0.44808620 -0.00251901
+0.42281610 0.43320036 -0.00303969
+0.41386527 0.42613083 -0.00512117
+0.41340041 0.41427106 0.02357495
+0.28179744 0.58150566 0.04323650
+-0.17697717 0.58514714 0.03940508
+-0.09622340 0.56771559 0.03681805
+-0.03052780 0.55773610 0.03456449
+0.03133143 0.54146725 0.03333286
+0.08799691 0.52723587 0.02288454
+0.14024127 0.53598046 0.22982134
+0.21378355 0.56946623 0.42398956
+0.28330788 0.58423030 0.40257543
+0.35463858 0.57765281 0.39284065
+0.41343629 0.56268227 0.38227999
+0.48186466 0.55089992 0.37223089
+0.53966796 0.53439701 0.35525477
+0.59278440 0.52023488 0.33801100
+0.59949481 0.49442479 0.36177671
+0.65511709 0.48213983 0.34452793
+0.75827408 0.47775671 0.31803912
+0.83382148 0.46456754 0.30532637
+0.89376175 0.45151421 0.29817128
+0.95734966 0.43432230 0.29217380
+1.05011177 0.41341546 0.28341866
+1.12774217 0.39916489 0.27277142
+1.13686335 0.38518777 0.26465201
+1.11717057 0.36821663 0.25450438
+1.10057473 0.35407111 0.24346691
+1.07559705 0.33608606 0.23444161
+1.06679869 0.33099008 0.22024401
+0.57869166 0.33433217 0.21219991
+-0.31359103 0.31136748 0.20239531
+-0.26892316 0.30037883 0.19384930
+-0.25108966 0.28876314 0.18815550
+-0.22923730 0.27877426 0.18010882
+-0.20399122 0.26581508 0.19073813
+-0.17396714 0.27116868 0.22667015
+-0.11997348 0.35017714 0.21400167
+-0.05403132 0.32653442 0.20862611
+0.01882404 0.31439283 0.20120402
+0.09068225 0.29353067 0.19639023
+0.16105628 0.28197846 0.18754745
+0.22263083 0.26461887 0.20052008
+0.28216237 0.24380247 0.27135640
+0.34732768 0.23117189 0.25524446
+0.40566623 0.21394561 0.24866423
+0.46033853 0.19896919 0.24222678
+0.51035428 0.18767324 0.23582312
+0.57320148 0.16977310 0.23056461
+0.63845485 0.15274557 0.21887575
+0.71295446 0.14087097 0.21122761
+0.79241657 0.12587400 0.20267008
+0.86011291 0.11085068 0.19742040
+0.91798836 0.09401664 0.18984024
+0.97081757 0.07970174 0.18448898
+1.01982915 0.06236958 0.17643799
+1.07553136 0.04378872 0.17058463
+0.90834761 0.02389836 0.16227148
+-0.00711301 0.00677779 0.15635675
+-0.00180449 -0.00848301 0.14777510
+-0.02568098 -0.02011398 0.14136788
+-0.05189915 -0.03525442 0.12916374
+-0.08182184 -0.05356873 0.11764447
+-0.10385780 -0.02079523 0.10821211
+-0.09665670 0.02437883 0.10034510
+-0.16686131 -0.00147011 0.09569588
+-0.12496132 -0.01788357 0.08850611
+-0.09367457 -0.03972740 0.08500377
+-0.06525177 -0.06033310 0.07618052
+-0.02756757 -0.07807727 0.14162666
+0.01646920 -0.09885547 0.13612920
+0.06221966 -0.11048323 0.13014090
+0.10441113 -0.13880755 0.12313230
+0.14817674 -0.15443610 0.11879963
+0.18958835 -0.17636520 0.11379042
+0.24095014 -0.19232169 0.10321326
+0.30598789 -0.17361650 0.13716719
+0.37665549 -0.16362843 0.13292003
+0.44770995 -0.14431748 0.12822285
+0.53669637 -0.12596643 0.12045527
+0.60188091 -0.10678050 0.11136639
+0.66787249 -0.08786482 0.10899343
+0.72442740 -0.06995214 0.10124075
+0.78990215 -0.05264605 0.09503563
+0.87537247 -0.03734238 0.08997294
+0.42213345 -0.01984723 0.08478676
+0.30958021 -0.00184975 0.07841114
+0.32119408 0.02049437 0.07518886
+0.32612753 0.03837708 0.06871352
+0.32554340 0.05331777 0.06332749
+0.32243836 0.08700018 0.05707896
+0.33169076 0.12648399 0.05416777
+0.10885469 0.14502563 0.04723246
+0.33386743 0.23042336 0.03558315
+0.32156017 0.20262687 0.09210932
+0.34696001 0.17897643 0.09182207
+0.40125912 0.15369733 0.03942273
+0.42461893 0.11969776 0.02913717
+0.43830237 0.09635126 0.03103208
+0.46182930 0.07109029 0.05764261
+0.49437582 0.04414107 0.10959296
+0.53502423 0.02368217 0.10295527
+0.56918555 -0.00532123 0.10076098
+0.59592986 -0.02879220 0.09875619
+0.62076837 -0.05197776 0.09857020
+0.64376843 -0.07363901 0.09679934
+0.68368953 -0.10270094 0.10163920
+0.73190629 -0.12343756 0.13377352
+0.57438940 -0.14386238 0.12754712
+0.60892898 -0.16142565 0.12909339
+0.70186234 -0.14771961 0.12967248
+0.78581506 -0.13547406 0.13182788
+0.86741060 -0.12369566 0.13088422
+0.95071220 -0.10805744 0.13006023
+1.05256295 -0.09604975 0.13127470
+0.55797428 -0.08117175 0.13014513
+-0.34105349 -0.06784736 0.13066277
+-0.27687883 -0.05672878 0.13150513
+-0.23553093 -0.04454190 0.13310640
+-0.18586336 -0.03241352 0.13469712
+-0.13975418 -0.01851916 0.13138764
+-0.08982726 -0.00359103 0.13264081
+-0.01791484 0.01095318 0.12867212
+-0.19354074 0.02192030 0.12973522
+-0.14888430 0.11876066 0.12753680
+-0.13534920 0.21252252 0.12302617
+-0.11720172 0.20876524 0.11264696
+-0.10119797 0.21167950 0.10696579
+-0.08171220 0.21719812 0.10744101
+-0.05183022 0.22473741 0.10572466
+-0.01601384 0.22936420 0.10292096
+0.02020670 0.24839057 0.10259740
+0.05309767 0.29673681 0.09927358
+0.09465683 0.30400860 0.15439573
+0.14669015 0.31287795 0.15430665
+0.19807269 0.31768754 0.15063988
+0.25753269 0.32951698 0.14958961
+0.32576582 0.33782592 0.14675252
+0.38079020 0.34177309 0.14566326
+0.43653768 0.35089508 0.13861187
+0.44251382 0.36226186 0.27370733
+0.52022338 0.36380446 0.26317918
+0.59686595 0.37772429 0.24966103
+0.68300980 0.38880193 0.23900892
+0.75033087 0.39805812 0.23464468
+0.80941874 0.40876126 0.23213431
+0.85145402 0.41672492 0.22896463
+0.89984226 0.43027359 0.22513348
+0.95341295 0.43748349 0.22302310
+1.01271844 0.45145640 0.22001009
+0.77415758 0.45755395 0.26779813
+0.80576980 0.46478325 0.26432976
+0.88844568 0.48016295 0.24974667
+0.94196254 0.49180448 0.23602584
+0.99974895 0.50408053 0.22493526
+1.04414964 0.51860732 0.21694662
+1.12164760 0.52857399 0.20670271
+0.31766179 0.53439009 0.19711630
+-0.31532276 0.57906574 0.19242893
+-0.29141572 0.60974687 0.18189813
+-0.27480704 0.61062157 0.17494078
+-0.23001905 0.61504561 0.17156270
+-0.18488955 0.62343317 0.16499972
+-0.12507467 0.63127679 0.16238318
+-0.07743129 0.63795686 0.15732895
+-0.11223865 0.70852703 0.15404235
+-0.05848071 0.79355919 0.17642125
+-0.00223513 0.79647577 0.18972772
+0.05334266 0.80815995 0.18771036
+0.10636752 0.81390268 0.18513255
+0.15456873 0.82408041 0.18235861
+0.20497563 0.83450812 0.17948909
+0.25395069 0.84489870 0.17448057
+0.30245024 0.84763169 0.25611484
+0.33105215 0.85801518 0.32784435
+0.37348580 0.86915660 0.31779003
+0.40793419 0.88038194 0.31603494
+0.43000939 0.89189059 0.31042373
+0.46766093 0.90734583 0.30547467
+0.49198028 0.91724825 0.30234504
+0.51833892 0.92124665 0.29980361
+0.54300934 0.90848070 0.29498756
+0.58323145 0.89554101 0.29156914
+0.62048042 0.88187593 0.28550735
+0.67330474 0.86786646 0.28246915
+0.72060722 0.85349363 0.28141609
+0.75751817 0.83851659 0.27690002
+0.78427714 0.82297373 0.27137250
+0.80584121 0.80851811 0.26754478
+0.83782792 0.78488559 0.25918907
+0.88276160 0.76752156 0.25286511
+0.63590771 0.74801624 0.24357837
+0.42541847 0.72313070 0.23539984
+0.50761837 0.70274585 0.22462228
+0.57246059 0.68551290 0.21532951
+0.63942331 0.66918719 0.20705327
+0.70049417 0.65544176 0.20246047
+0.77189744 0.63655537 0.19754094
+0.49367908 0.62033623 0.19154418
+-0.29140010 0.70534718 0.19892941
+-0.25554502 0.71447605 0.21200079
+-0.24091794 0.69392556 0.20845589
+-0.22688647 0.67777109 0.20322227
+-0.21225716 0.66344595 0.20447847
+-0.19322459 0.64435607 0.20302935
+-0.14613773 0.63148248 0.19653790
+-0.08954559 0.63730633 0.24926749
+-0.05058559 0.62720352 0.39377299
+-0.02995383 0.61047965 0.38338614
+-0.01455893 0.59699851 0.37808111
+0.00482196 0.57976037 0.37158650
+0.02141446 0.56438398 0.36622298
+0.04399860 0.54921937 0.35903102
+0.05389477 0.53661275 0.35199392
+0.08153579 0.52036870 0.34836444
+0.11078835 0.50619578 0.34132835
+0.16134061 0.49620843 0.33871824
+0.22450554 0.47863629 0.33261484
+0.27081776 0.46703053 0.33035743
+0.33544680 0.45155537 0.32156786
+0.40124202 0.43286729 0.31084827
+0.45083100 0.41922924 0.29488248
+0.44726664 0.39295235 0.33531162
+0.53753632 0.38122037 0.29628485
+0.63467801 0.37134647 0.27166191
+0.74262643 0.36056304 0.27039188
+0.83096921 0.34233224 0.26258847
+0.89695764 0.32955790 0.25406927
+0.95286423 0.31454206 0.23987401
+1.00097275 0.30365059 0.23445711
+1.04686880 0.28887990 0.22177319
+1.11329412 0.27898672 0.21900092
+0.46948427 0.28776142 0.22086070
+0.12279240 0.32624909 0.22356917
+0.17293659 0.31077433 0.22139680
+0.20747407 0.29469097 0.21581870
+0.24170139 0.28373706 0.21601050
+0.27066889 0.27125674 0.20819055
+0.28014842 0.25179332 0.26330009
+0.06864385 0.27115881 0.22627583
+-0.21350598 0.32379350 0.44814727
+-0.18146040 0.29961494 0.43386763
+-0.16525394 0.28089669 0.42750928
+-0.14689752 0.26461452 0.42056671
+-0.12724441 0.24373275 0.41336533
+-0.09691250 0.22978301 0.40527752
+-0.05229687 0.21174900 0.40301141
+-0.00406780 0.19566038 0.39143288
+0.04905261 0.17327681 0.38247079
+0.11279453 0.16377775 0.37937298
+0.17716473 0.15111735 0.36941439
+0.23725623 0.13602784 0.36819887
+0.30096453 0.12549640 0.35708204
+0.36990899 0.11026318 0.35312298
+0.42759505 0.10021592 0.34044272
+0.48123127 0.08498801 0.33482912
+0.54238522 0.07446278 0.31858242
+0.60963690 0.06032156 0.31211376
+0.66886908 0.04937333 0.30477512
+0.73990947 0.03635002 0.28779608
+0.80452102 0.02574275 0.27774543
+0.85376954 0.01344562 0.26215008
+0.90100271 0.00422970 0.25385538
+0.94745517 -0.00489884 0.23742075
+0.99485713 -0.01457110 0.23289938
+0.99461168 -0.02637492 0.23277554
+0.76038849 -0.01930125 0.22755195
+0.82578713 -0.03291712 0.22693549
+0.86253816 -0.04270016 0.21963151
+0.89028770 -0.05347596 0.22135422
+0.92021585 -0.06604707 0.21466875
+0.95088959 -0.07623979 0.21590097
+0.86247748 -0.07424209 0.20551230
+-0.31879815 0.09023985 0.48491573
+-0.27268025 0.06717154 0.46862218
+-0.26242024 0.04814342 0.46080846
+-0.25024971 0.02856378 0.45113483
+-0.23457688 0.01757986 0.44194624
+-0.21066728 -0.00456514 0.43333921
+-0.15751308 -0.01637941 0.41889036
+-0.08411991 -0.04339560 0.41665342
+-0.01518561 -0.05778556 0.40349102
+0.06430840 -0.08271421 0.40379056
+0.15309882 -0.08619379 0.38996372
+0.22377019 -0.10266192 0.38799211
+0.28283775 -0.12121631 0.37682280
+0.35745004 -0.13590798 0.37081087
+0.41313657 -0.14214455 0.35562900
+0.47394371 -0.14722854 0.34807009
+0.51329058 -0.14234105 0.33083305
+0.57323527 -0.14039366 0.31979620
+0.62110728 -0.13387781 0.29813576
+0.65300316 -0.13583022 0.29245612
+0.70763487 -0.13049372 0.27926016
+0.75531250 -0.12681334 0.25741938
+0.78187466 -0.12172653 0.25006050
+0.82748634 -0.11429781 0.22919951
+0.86779213 -0.11328983 0.22257778
+0.91862130 -0.10777429 0.20957439
+0.99762106 -0.10808618 0.20678611
+1.04770923 -0.08198494 0.20878670
+1.07354593 -0.04052337 0.20589477
+1.08797216 -0.01240090 0.20889689
+1.10661721 -0.00899996 0.20064947
+1.12253809 -0.00239102 0.20113808
+1.16619384 -0.00640209 0.18213616
+-0.00420235 0.18043700 0.45705637
+-0.06371032 0.14137602 0.43997175
+-0.01771033 0.11336176 0.42812955
+0.01336963 0.10344075 0.41687137
+0.04610161 0.10379566 0.40619829
+0.08076273 0.09929310 0.39484906
+0.15023418 0.10806617 0.39650488
+-0.10576759 0.11072140 0.36387208
+-0.06355836 0.13364223 0.36321566
+-0.00205981 0.13517165 0.35764873
+0.05979167 0.12915626 0.34607226
+0.11899824 0.12733316 0.34071019
+0.17693290 0.14710180 0.33084542
+0.11439887 -0.04779417 0.28961435
+0.11729234 -0.05035526 0.27770036
+0.13242224 -0.05199974 0.26927572
+0.14588031 -0.05836025 0.25479835
+0.16103762 -0.06592080 0.24511369
+0.16322778 -0.08850508 0.22730975
+0.38482526 0.10606727 0.25145984
+0.45847845 0.11040458 0.23879139
+0.49273542 0.10434588 0.22170384
+0.52930743 0.10385630 0.21364410
+0.56960487 0.10449750 0.19717231
+0.63279659 0.11000255 0.18888775
+0.69962037 0.11839096 0.17754816
+0.77640206 0.11938634 0.17768481
+0.83729970 0.12102958 0.16831757
+0.88403904 0.12403842 0.17021917
+0.91459662 0.12734380 0.16196620
+0.94079059 0.12718751 0.16254343
+0.95940077 0.12367334 0.15302993
+1.00271773 0.11049182 0.14424141
+0.32852361 0.28640106 0.36155447
+0.27166179 0.28911501 0.38565263
+0.31503898 0.28225181 0.35088149
+0.35357779 0.28255776 0.33747989
+0.39323005 0.27824479 0.32705429
+0.42724940 0.27717176 0.31699347
+0.49723738 0.26888111 0.31784788
+-0.12348486 0.31688881 0.33896765
+-0.18868108 0.31165698 0.32746449
+-0.14578781 0.31144688 0.32378092
+-0.10547850 0.30909023 0.31002924
+-0.06611721 0.30147034 0.30802742
+-0.02632886 0.30107221 0.29549387
+0.02737700 0.30020872 0.28879973
+0.09054534 0.28904986 0.27460369
+0.14809395 0.28330126 0.26789895
+0.18409146 0.28220049 0.25322470
+0.22443493 0.27854508 0.24397674
+0.26265755 0.27452990 0.22599775
+0.27907607 0.26781604 0.24102901
+0.29456222 0.26048788 0.26135850
+0.34752849 0.25771484 0.21687061
+0.40092811 0.25741690 0.18923333
+0.43794259 0.25388423 0.17248715
+0.49488550 0.25100452 0.16302659
+0.55757219 0.24942581 0.15102041
+0.61802191 0.25112730 0.14922860
+0.67726868 0.25356716 0.14118132
+0.72710943 0.25308341 0.14292309
+0.76110470 0.25718927 0.13592923
+0.79772896 0.25090840 0.13748246
+0.85013574 0.25354955 0.13154915
+0.91141236 0.24532032 0.12212627
+0.41637325 0.40980002 0.35118783
+0.42530167 0.40745443 0.32904780
+0.41710657 0.39580747 0.37266856
+0.49974719 0.39267859 0.31068742
+0.55081552 0.38824221 0.29030687
+0.58633345 0.38675949 0.28318140
+0.66820419 0.37678939 0.28617173
+-0.19215640 0.43904945 0.30956993
+-0.21996148 0.43461919 0.30438548
+-0.19120763 0.42471707 0.29506972
+-0.15681092 0.42584252 0.28242305
+-0.12649262 0.42425638 0.27981481
+-0.09031984 0.41333529 0.26885709
+-0.03400693 0.40850395 0.26307568
+0.03516622 0.40688297 0.24788670
+0.08526573 0.40192333 0.24132831
+0.12512212 0.39143777 0.22755399
+0.16578455 0.38898373 0.22014521
+0.19902474 0.38111976 0.21327308
+0.23325962 0.37785986 0.19883558
+0.27717641 0.37156639 0.18950580
+0.30754438 0.36044812 0.17383376
+0.34389773 0.36003634 0.16761261
+0.37855265 0.35426965 0.15129961
+0.42986318 0.35168198 0.14411998
+0.45722669 0.34477308 0.16687219
+0.49942064 0.33793870 0.18536663
+0.56828773 0.33224627 0.18051419
+0.62377572 0.33364534 0.17342587
+0.67238158 0.33544010 0.15538625
+0.73950994 0.33628204 0.13557900
+0.79871613 0.33679178 0.12090222
+0.86923283 0.33211264 0.10733098
+0.40661713 0.48888311 0.34202966
+0.47130638 0.47512719 0.31212893
+0.52549118 0.46273452 0.29957774
+0.50884604 0.44599637 0.33330998
+0.54139155 0.44319946 0.32267082
+0.57369643 0.43319827 0.31054434
+0.65626186 0.43105286 0.29551986
+-0.27764979 0.50683886 0.28852376
+-0.22588193 0.49743113 0.28456321
+-0.20013134 0.49588731 0.27231225
+-0.17353545 0.48920411 0.26267546
+-0.13780609 0.48377758 0.25953382
+-0.10025365 0.48153448 0.24817082
+-0.04395220 0.47720614 0.24318245
+0.02451879 0.46723422 0.22985277
+0.08070955 0.45875317 0.22392297
+0.11771416 0.45524484 0.21873263
+0.15825652 0.44668406 0.20217031
+0.19672813 0.44128132 0.19517776
+0.23101149 0.43273869 0.18279171
+0.27827007 0.42183033 0.17338473
+0.30776119 0.41770974 0.15924576
+0.34250307 0.41184500 0.15223205
+0.37471566 0.40339550 0.13837691
+0.42920816 0.39284936 0.13027756
+0.48724243 0.38602361 0.11858891
+0.52276969 0.38052908 0.14900567
+0.56071460 0.37372410 0.16767494
+0.61839008 0.37391934 0.16996333
+0.65403461 0.37390211 0.16449207
+0.69872880 0.37008607 0.16564597
+0.78206033 0.36856067 0.13654952
+0.80240631 0.36687663 0.12709892
+0.34746197 0.51488388 0.32988712
+0.40612000 0.50169426 0.30516040
+0.45164964 0.49129486 0.29576987
+0.48965994 0.48838511 0.28694084
+0.52163315 0.47801831 0.27781868
+0.55998319 0.47499633 0.27502346
+0.53476441 0.46644321 0.26527959
+-0.25693658 0.51800519 0.27163336
+-0.20600460 0.50160408 0.26988572
+-0.17859663 0.50005490 0.25774157
+-0.14656809 0.49182650 0.25486296
+-0.11187258 0.48667550 0.24377473
+-0.06843846 0.47912031 0.24404901
+-0.00383191 0.47117078 0.23055319
+0.06482152 0.46291783 0.22477791
+0.11784247 0.45485467 0.21203060
+0.16131102 0.44197974 0.20889665
+0.20362122 0.43775269 0.19471020
+0.24663733 0.42855144 0.18745689
+0.28296050 0.42459214 0.17381594
+0.33758378 0.41400835 0.16548097
+0.37322503 0.40254304 0.15110803
+0.41100207 0.38762659 0.14462388
+0.44828752 0.38254219 0.13176592
+0.49647549 0.37338197 0.12600935
+0.53780305 0.38481545 0.12619220
+0.60006171 0.41116902 0.11119171
+0.64661378 0.42664376 0.10968447
+0.69619840 0.41795504 0.11756738
+0.73740977 0.41724300 0.10682122
+0.78830326 0.41454157 0.10161101
+0.85269082 0.41385689 0.08267374
+0.78146815 0.42228431 0.09908582
+0.18406075 0.58007950 0.27690321
+0.23611361 0.56494659 0.25330955
+0.26670539 0.55556816 0.24655558
+0.29065382 0.55074203 0.23835742
+0.31853902 0.54047883 0.24014407
+0.35032201 0.53324354 0.22941807
+0.30571556 0.52953672 0.21868551
+-0.23469967 0.55545032 0.22673999
+-0.18505542 0.54726475 0.21451825
+-0.15774484 0.54020643 0.20389137
+-0.12170327 0.52933198 0.20412856
+-0.07406411 0.52417642 0.19356993
+-0.02252753 0.51837498 0.19209272
+0.04260364 0.50914508 0.18038821
+0.11308779 0.49522153 0.17875016
+0.17517453 0.48727390 0.16543639
+0.21955919 0.48023203 0.16217205
+0.27573776 0.47142535 0.14709374
+0.32308292 0.46269244 0.14229165
+0.36984125 0.44740742 0.12973990
+0.42640775 0.43590242 0.12352542
+0.47882020 0.42598745 0.10695249
+0.52104467 0.41778117 0.10105170
+0.56646079 0.40204889 0.09571100
+0.57845873 0.38436946 0.13938975
+0.64644372 0.37566039 0.12439322
+0.74765050 0.36013550 0.10312574
+0.83261919 0.36001572 0.07150035
+0.90280920 0.35606176 0.05831764
+0.94237930 0.35526210 0.04968336
+0.97756743 0.35425353 0.05229471
+1.01775038 0.35212827 0.05472466
+0.93700933 0.35495478 0.05009086
+-0.06361959 0.53852624 0.26808867
+-0.02157251 0.52197033 0.24489881
+-0.01481676 0.50872964 0.23836249
+-0.00266656 0.49731079 0.23222673
+0.00908662 0.49304748 0.23154669
+0.02729030 0.47905198 0.22474429
+0.04229311 0.47277838 0.21202590
+-0.18311901 0.48048872 0.21376179
+-0.13057689 0.46201760 0.20469667
+-0.09579147 0.45707497 0.19468665
+-0.05417399 0.44788834 0.19385596
+-0.00561033 0.44238496 0.18418160
+0.06740471 0.42592478 0.18625633
+0.14165518 0.41953808 0.17492168
+0.20020255 0.40901759 0.17315672
+0.27323318 0.40127623 0.16150370
+0.32575387 0.39031109 0.15867400
+0.40020621 0.37326971 0.14857420
+0.45328930 0.36107504 0.14359318
+0.46749946 0.34653687 0.18336453
+0.52439606 0.33148709 0.18430507
+0.59114027 0.32138345 0.16756600
+0.66296518 0.31280717 0.13061497
+0.75778347 0.29154012 0.09510013
+0.82579595 0.28073964 0.08404160
+0.91294664 0.26635775 0.07069653
+1.02687967 0.25582817 0.05872132
+1.09257746 0.24778162 0.04924279
+1.14882135 0.24294007 0.05263763
+1.16274643 0.24497733 0.04995207
+1.16427064 0.24479434 0.05422710
+1.15781081 0.23453115 0.05188870
+1.20434129 0.22578442 0.04734971
+-0.28248134 0.44006601 0.26382887
+-0.27998182 0.42406332 0.25305864
+-0.26307243 0.40995619 0.23513490
+-0.24588737 0.40330449 0.23644270
+-0.22401151 0.39216062 0.22855294
+-0.20103090 0.38587198 0.21801455
+-0.14622751 0.37020338 0.21049581
+-0.07053398 0.35993257 0.20676243
+-0.00753570 0.35103756 0.19558993
+0.03122932 0.34386671 0.19606763
+0.08024597 0.32933104 0.18932591
+0.14279482 0.32477599 0.17845073
+0.20517457 0.31772301 0.17927396
+0.28859377 0.30987093 0.17006625
+0.36081871 0.29472619 0.17761886
+0.37795392 0.28261891 0.22301728
+0.46024129 0.27545381 0.19364648
+0.54470074 0.26897752 0.15103631
+0.61773759 0.25956973 0.14050266
+0.67914563 0.25024399 0.12712075
+0.74979156 0.23255718 0.12429881
+0.80408221 0.22196722 0.11178326
+0.84595323 0.21301359 0.10868251
+0.89708912 0.20273396 0.09904007
+0.94478136 0.19253714 0.09306730
+1.01077890 0.18229383 0.08325284
+0.66612190 0.18234293 0.09772073
+0.55211246 0.17652206 0.08852744
+0.57493681 0.16401926 0.09095585
+0.57576478 0.16076322 0.09025504
+0.57955283 0.15844150 0.09431712
+0.58015567 0.15553570 0.09881363
+0.60820526 0.14830200 0.08980363
+0.08251410 0.26174006 0.24800351
+-0.17231274 0.28166449 0.25255978
+-0.11067406 0.26933685 0.24232872
+-0.06003634 0.25817394 0.23665453
+-0.01487403 0.25049490 0.22684206
+0.03211239 0.23958421 0.22294708
+0.09201343 0.22765099 0.21313649
+0.15953833 0.22015698 0.21020810
+0.23022681 0.20834643 0.20439515
+0.28589150 0.19653770 0.19702505
+0.33934113 0.18957716 0.19465283
+0.39763108 0.18228953 0.18788186
+0.45886528 0.16877672 0.18935122
+0.52361381 0.16045076 0.17996413
+0.58993542 0.15308043 0.17795122
+0.64880383 0.14256769 0.16935664
+0.70685637 0.13507463 0.16723071
+0.76050591 0.12694682 0.15846121
+0.81867814 0.11184692 0.15726629
+0.89354932 0.10027277 0.14962649
+0.97235328 0.08724219 0.14486279
+1.02236831 0.07799732 0.13842511
+1.05537832 0.06709322 0.13521098
+1.08437300 0.05925272 0.12886381
+1.11142302 0.04825114 0.12318299
+1.14064789 0.03675316 0.11513594
+0.89186144 0.04024725 0.15427171
+-0.14749193 0.04887213 0.15762965
+-0.12234245 0.03876067 0.15654314
+-0.12897138 0.03291585 0.15542944
+-0.13608362 0.02512495 0.15723661
+-0.13848443 0.01819741 0.15432885
+-0.13657150 0.01184476 0.15215385
+-0.10037410 0.03327106 0.25603196
+-0.08318709 0.06580866 0.27105719
+0.01651500 0.04981530 0.26257461
+0.11655927 0.03705816 0.25661677
+0.19903415 0.02808532 0.25003859
+0.26393494 0.01871208 0.24107304
+0.32594764 0.00775331 0.24066028
+0.39800635 -0.00486831 0.23258902
+0.44464758 -0.01092121 0.22305381
+0.50635844 -0.02157338 0.22133926
+0.56165183 -0.03389071 0.21492538
+0.62518567 -0.04302320 0.21346653
+0.68288535 -0.04936449 0.20657153
+0.73288345 -0.05992107 0.19799417
+0.79458159 -0.06907067 0.19253518
+0.85182947 -0.07859213 0.18789783
+0.89386350 -0.08976693 0.18595807
+0.93998152 -0.09754285 0.17818750
+0.98607087 -0.10742722 0.17583276
+1.04308939 -0.11942958 0.16823013
+0.82079870 -0.13309419 0.16495919
+0.68044245 -0.14629297 0.16097806
+0.67733407 -0.15615663 0.15946047
+0.66673315 -0.16468953 0.15505205
+0.65002036 -0.17342332 0.15443416
+0.63090402 -0.18444502 0.15166289
+0.63356394 -0.19235340 0.20730087
+0.22391103 -0.13859713 0.23958625
+-0.24628702 -0.15098318 0.23428741
+-0.20534535 -0.16159864 0.23447454
+-0.18282668 -0.17406754 0.23116562
+-0.15764086 -0.18178591 0.22839446
+-0.13032602 -0.19199175 0.22258762
+-0.09586485 -0.20587994 0.27312204
+-0.04864663 -0.21566169 0.30192563
+0.00690682 -0.22791399 0.29157153
+0.07324510 -0.24079534 0.28591070
+0.12926534 -0.22705527 0.28268072
+0.19853637 -0.21593952 0.27728266
+0.25535583 -0.19725256 0.26869643
+0.30890679 -0.18253230 0.25176468
+0.37478459 -0.16999832 0.23564896
+0.42784825 -0.15609205 0.22747305
+0.48680204 -0.14144951 0.22174795
+0.54066414 -0.12941316 0.21609595
+0.60522652 -0.11219589 0.21230976
+0.67755860 -0.09945900 0.20694242
+0.77956760 -0.08671079 0.20076101
+0.86181504 -0.07571735 0.19625331
+0.92658561 -0.05961622 0.19031313
+0.98122299 -0.04668497 0.18472053
+1.03589821 -0.03596252 0.18391465
+1.08256447 -0.02179354 0.18025251
+1.15972733 0.00567382 0.17502595
+0.27920267 0.03312058 0.17424092
+-0.29932070 0.05084365 0.17088902
+-0.30918878 0.06378232 0.17127761
+-0.30671626 0.07762294 0.16963200
+-0.28786588 0.09678712 0.16540785
+-0.26242289 0.10927144 0.21212181
+-0.22357233 0.15008518 0.30589479
+-0.15478711 0.20093746 0.29502276
+-0.08058318 0.21267903 0.29331774
+-0.02384924 0.22271666 0.29128784
+0.01546072 0.23217173 0.29069665
+0.06206211 0.24639006 0.28795165
+0.10360985 0.25722140 0.29528314
+0.15104766 0.27235845 0.32797512
+0.20450433 0.28481349 0.31506905
+0.24875927 0.29700667 0.31349173
+0.30204803 0.30825785 0.30114520
+0.29525307 0.32305166 0.36615860
+0.38812312 0.32806763 0.32522810
+0.47943479 0.33936930 0.28730527
+0.56501836 0.35856372 0.27640101
+0.63912070 0.37834182 0.27203065
+0.70829320 0.39225301 0.26851434
+0.76163256 0.41107261 0.26536006
+0.81131113 0.42828682 0.26021522
+0.87294471 0.43962014 0.25766695
+0.94269449 0.45025718 0.24703076
+0.53695881 0.45328507 0.23873693
+0.18614621 0.46811777 0.23811102
+0.20489107 0.48328432 0.22895356
+0.20740208 0.49804479 0.22649293
+0.20629239 0.51459146 0.22025345
+0.20161982 0.52504045 0.21975684
+0.20630716 0.62210912 0.21476789
+0.12905048 0.67663050 0.21633182
+-0.16642457 0.69280714 0.21127978
+-0.10659741 0.71353906 0.21286295
+-0.05732377 0.72539884 0.21498229
+-0.00105185 0.74273771 0.20083927
+0.07356191 0.76115817 0.41186726
+0.13723242 0.79145938 0.39718151
+0.22063351 0.82099921 0.39247733
+0.29069361 0.83261055 0.38785464
+0.35756621 0.84575069 0.39088565
+0.42633760 0.86283594 0.38483661
+0.50057375 0.88036633 0.37758282
+0.56721133 0.89829314 0.39870930
+0.61837572 0.91600245 0.39022875
+0.67052895 0.93426359 0.38949510
+0.72727734 0.95246565 0.38194245
+0.77626652 0.97109276 0.38065410
+0.82340920 0.98290312 0.37295824
+0.87911421 1.00163496 0.36803529
+0.94025147 1.01950383 0.35903275
+0.94938600 1.01031566 0.35352910
+0.76764917 0.99295950 0.34238553
+0.77962476 0.97442317 0.33682284
+0.76281238 0.95554656 0.32631010
+0.74732482 0.93542463 0.31956509
+0.71642530 0.91198641 0.30786240
+0.69438690 0.89639676 0.30079845
+0.69677126 0.87975228 0.29515272
+-0.09828556 0.86206567 0.28476903
+-0.22900659 0.84522998 0.27759287
+-0.20234771 0.82899946 0.27007204
+-0.18219320 0.81332994 0.26728690
+-0.15919141 0.79440731 0.26228026
+-0.13364935 0.84692508 0.26021028
+-0.09935097 0.87887144 0.25730529
+-0.05726366 0.85735291 0.25678334
+0.60788399 0.84504980 0.48825729
+0.67800081 0.85865247 0.47024390
+0.74035466 0.87679911 0.45763910
+0.79279500 0.89178890 0.44492888
+0.84178233 0.90434271 0.43640935
+0.89068514 0.91481102 0.42717478
+0.95074254 0.93112808 0.41783181
+0.93616539 0.95124102 0.41709733
+0.58704662 0.96816498 0.40359882
+0.67260456 0.98732984 0.39580193
+0.73900568 1.00669038 0.38240167
+0.79560798 1.02339923 0.37039906
+0.84811240 1.03767002 0.36135444
+0.89710999 1.04395032 0.34652257
+0.98636425 1.05762255 0.33662367
+0.06428616 1.05244541 0.32600912
+-0.26954982 1.02827525 0.31231689
+-0.25514600 0.99838704 0.30045161
+-0.25299889 0.96726710 0.28657848
+-0.25358623 0.94421506 0.27697322
+-0.25149155 0.92182213 0.25843748
+-0.23748417 0.89322168 0.24963653
+-0.16963315 0.87493646 0.23427671
+-0.12820227 0.85199487 0.22709936
+-0.09064040 0.92461646 0.21118654
+-0.05889596 0.94236940 0.20768045
+-0.02052459 0.91576302 0.20485862
+0.02957365 0.89251548 0.19406992
+0.07243917 0.87171912 0.19564763
+0.13819252 0.84768659 0.18565151
+0.18698531 0.82181096 0.18657845
+0.23073317 0.82381070 0.17629732
+0.26918033 0.83665305 0.16690028
+0.30703929 0.81436479 0.36334854
+0.34208834 0.79422927 0.34482181
+0.36770266 0.77462590 0.33673236
+0.40503049 0.75374657 0.32503718
+0.43597069 0.73373109 0.32194278
+0.46338651 0.71234560 0.31062448
+0.48455545 0.68862027 0.29843310
+0.51144737 0.66876727 0.31985843
+0.54439503 0.65304160 0.30978253
+0.58637178 0.63039833 0.30290329
+0.63404185 0.61041158 0.29379413
+0.67086405 0.59371877 0.28727031
+0.69468921 0.56497943 0.27816731
+0.68034464 0.53590471 0.29869261
+0.67910135 0.51682055 0.30489799
+0.71049613 0.48891404 0.29466084
+0.69475478 0.46766636 0.28661484
+0.36470869 0.45183656 0.22453667
+0.46021813 0.42743552 0.21375160
+0.49727431 0.40364257 0.24941957
+0.55268019 0.37502733 0.24954949
+0.66073078 0.35585043 0.20204268
+0.74916232 0.33401763 0.17385246
+0.86905152 0.31784675 0.16537890
+-0.08957507 0.29526341 0.15342726
+-0.29118726 0.31334871 0.14720023
+-0.27944022 0.29969427 0.14156048
+-0.27422383 0.28289670 0.13673253
+-0.26753050 0.26168415 0.13645752
+-0.25848305 0.24535139 0.13127565
+-0.23409940 0.22194958 0.12847275
+-0.18242463 0.20059390 0.12453654
+-0.13312621 0.28865725 0.11663530
+-0.10520135 0.34898183 0.20284179
+-0.08434337 0.32622498 0.24400258
+-0.06445887 0.30432972 0.23213226
+-0.04491845 0.28580683 0.22447535
+-0.01983508 0.26706344 0.22020237
+0.00685961 0.24275008 0.21246085
+0.02982208 0.21889527 0.20352708
+0.05715354 0.19558425 0.22471640
+0.08240274 0.17295828 0.23508824
+0.11872762 0.15138038 0.22665668
+0.16741544 0.13104224 0.21940863
+0.21116629 0.10682295 0.21160299
+0.27839488 0.08821934 0.20465674
+0.33180511 0.06114666 0.19474325
+0.38954279 0.03297126 0.18431339
+0.44154051 0.01062610 0.17310099
+0.50763583 -0.01112125 0.16500635
+0.57996136 -0.03752865 0.15812768
+0.66759795 -0.07138399 0.14853829
+0.74535137 -0.09098966 0.14199765
+0.80418873 -0.10536293 0.13509238
+0.85903728 -0.10062338 0.12697414
+0.90752465 -0.09543875 0.11934219
+0.95962042 -0.08852015 0.11202261
+1.03388107 -0.08448163 0.10537837
+0.59713191 -0.07238998 0.09825243
+0.43342695 -0.06228032 0.09257727
+0.49181920 -0.05073495 0.08684775
+0.53677607 -0.03755475 0.08544514
+0.57196003 -0.02867331 0.08220363
+0.61280924 -0.01651894 0.08100034
+0.67282546 -0.00395919 0.07835265
+0.24493019 0.00008984 0.07109036
+-0.26133075 0.23042971 0.10040746
+-0.23194471 0.23964100 0.15556635
+-0.22066176 0.24537049 0.14568189
+-0.20766337 0.24676259 0.14053486
+-0.19260259 0.24731454 0.13284338
+-0.16662423 0.25238946 0.12896664
+-0.11630690 0.24870020 0.12271754
+-0.05696122 0.27953565 0.13505669
+-0.00701462 0.29214385 0.17260757
+0.04518741 0.29338431 0.16342269
+0.11297601 0.29986811 0.15480489
+0.17493640 0.30895609 0.14795554
+0.24481843 0.30704030 0.14393802
+0.31965548 0.30993044 0.13932498
+0.37651619 0.31567690 0.12841591
+0.42890108 0.32277998 0.11833236
+0.44259408 0.31300607 0.16617219
+0.49887308 0.31622669 0.16109657
+0.55543596 0.32276237 0.15563864
+0.60239249 0.32789218 0.15067065
+0.65521401 0.33499825 0.14225289
+0.71270674 0.33863217 0.12467524
+0.74061149 0.34093475 0.11300653
+0.79091483 0.34935555 0.09823455
+0.83826768 0.35891235 0.08476756
+0.89556879 0.36434701 0.07029942
+0.97368973 0.37199289 0.05896093
+1.02421606 0.37791592 0.05446564
+1.05045784 0.38954228 0.05137803
+1.06578600 0.40124059 0.05173193
+1.07104123 0.40848744 0.05026411
+1.08452666 0.41909742 0.04735748
+1.12408292 0.42260540 0.04451437
+0.24229361 0.48852134 0.04507060
+-0.04196968 0.55768025 0.08325157
+0.00967869 0.55382317 0.07597097
+0.05340329 0.55324012 0.07092357
+0.09799813 0.55723464 0.06860459
+0.14464828 0.56021231 0.06312611
+0.21923181 0.56140733 0.06063564
+-0.00739951 0.60392725 0.06626686
+-0.15987623 0.66720355 0.12378302
+-0.11838245 0.67106932 0.11183556
+-0.08377025 0.67660081 0.10706113
+-0.04199161 0.67927724 0.10115158
+0.00225557 0.68563664 0.09616759
+0.05123025 0.69136405 0.08980376
+0.10557086 0.69413471 0.08338230
+0.15943518 0.69894028 0.06886087
+0.20165598 0.70226598 0.06140091
+0.23515537 0.70427287 0.05923636
+0.27235991 0.70910090 0.05417233
+0.30057675 0.71645635 0.04883480
+0.33143210 0.72203863 0.04805985
+0.36637056 0.72700685 0.04210974
+0.39060217 0.73241353 0.04147982
+0.41458240 0.74224633 0.03615025
+0.44513577 0.74609846 0.03575229
+0.48701480 0.74504453 0.03025957
+0.53374451 0.75251722 0.03127762
+0.58727479 0.75959170 0.03020672
+0.63835138 0.76702106 0.02655683
+0.67510861 0.77801067 0.02639803
+0.70432007 0.78532213 0.02277331
+0.74081779 0.79177302 0.02335605
+0.79091799 0.79523045 0.02268359
+0.73047131 0.80277324 0.01488223
+0.44511369 0.83614063 0.02723118
+0.52742547 0.83333999 0.02124895
+0.59125680 0.83461988 0.01618894
+0.65952045 0.83710176 0.01540801
+0.71608841 0.83943182 0.01211853
+0.78075290 0.84256554 0.01108896
+0.67893708 0.85888326 0.01079514
+-0.30070990 0.98527229 0.08647747
+-0.25956243 0.98106134 0.07452295
+-0.24633215 0.98826826 0.07079274
+-0.23222984 0.98888171 0.06566542
+-0.21778031 0.99637669 0.06080940
+-0.19594167 0.99919969 0.05531051
+-0.14724728 1.00259459 0.05110372
+-0.08618865 0.99670589 0.03593137
+-0.04236194 1.00158715 0.02633734
+-0.02189230 1.00913453 0.02641262
+0.00510105 1.01871240 0.02302711
+0.02801794 1.02932680 0.02376573
+0.05274824 1.03460407 0.01969879
+0.07807782 1.04204881 0.01514940
+0.09419882 1.04127586 0.01669569
+0.11130016 1.04922879 0.01721652
+0.12200887 1.05270815 0.01268980
+0.14158225 1.05968928 0.01438920
+0.17797558 1.06702518 0.00994280
+0.21554606 1.07487428 0.01080290
+0.28199589 1.06970620 0.00653670
+0.34936079 1.05988669 0.00854675
+0.41893137 1.05494452 0.01440591
+0.52405357 1.05041492 0.01890793
+0.62941355 1.04305732 0.02338494
+0.67803144 1.03724384 0.02518095
+0.75786811 1.02430427 0.02079443
+0.80647111 1.01306689 0.02254668
+0.85371351 0.99983215 0.01563031
+0.87485331 0.97649688 0.00899198
+0.90463728 0.95481128 0.00661515
+0.98321927 0.93799645 -0.00115528
+1.12421405 0.92096198 -0.01265806
+-0.06855027 1.04607332 0.06531452
+-0.10507645 1.08250511 0.06105402
+-0.20008202 0.89433163 0.05366525
+-0.21639962 0.99461937 0.05222599
+-0.20523027 0.98364282 0.05007188
+-0.19245899 0.96842057 0.04633207
+-0.17490648 0.96228677 0.04902646
+-0.15118013 0.96475500 0.05411216
+-0.09655983 0.74791855 0.03182883
+-0.07808698 0.73124349 0.03980887
+-0.06453680 0.72303045 0.03580121
+-0.05356568 0.70536560 0.03688630
+-0.04078199 0.69197506 0.03286130
+-0.02735425 0.66975462 0.02087828
+0.00450166 0.89773172 0.04731816
+0.03559895 0.89887387 0.04029909
+0.06983822 0.89249963 0.03784043
+0.11181926 0.88614470 0.03845843
+0.16376233 0.88154984 0.03631888
+0.21528646 0.87564087 0.03670463
+0.28695273 0.87613142 0.04011319
+0.34938088 0.86776489 0.03593425
+0.40869537 0.86107230 0.03761391
+0.46678627 0.85285461 0.03257869
+0.54275787 0.84269500 0.03391213
+0.60619020 0.82785165 0.02878108
+0.68909013 0.80085683 0.01686234
+0.76414120 0.78364497 0.01244510
+0.82676286 0.76691800 0.01248563
+0.88468933 0.75717038 0.01014608
+0.93479949 0.74932861 0.00991572
+0.99344873 0.74124402 0.01137357
+1.07251263 0.73139894 0.00481646
+0.39975709 0.81414932 0.07921612
+0.32188901 0.81309277 0.07117777
+0.35658452 0.80732363 0.06815791
+0.37364781 0.80214506 0.06440073
+0.39683270 0.79455614 0.06113312
+0.41404653 0.78928399 0.05660245
+0.46950975 0.77716851 0.04799451
+-0.13302752 0.84533650 0.07424412
+-0.20973079 0.83942038 0.06702131
+-0.18885362 0.83223444 0.06689353
+-0.17046407 0.82451177 0.06241175
+-0.15095408 0.81724119 0.06437676
+-0.12860781 0.81242639 0.05973497
+-0.08833583 0.80364501 0.06089172
+-0.03709992 0.80102819 0.05744949
+0.00702085 0.79217488 0.05726719
+0.05370509 0.78669721 0.05404324
+0.10603044 0.78154576 0.05494894
+0.16654676 0.76839101 0.05177652
+0.22425421 0.76655179 0.05076013
+0.28777972 0.76001799 0.05093934
+0.34521767 0.75001556 0.04666258
+0.40607575 0.74652702 0.04619165
+0.45846990 0.73905581 0.04465909
+0.52809352 0.72913194 0.04136046
+0.59364957 0.72405589 0.03598796
+0.66760594 0.70273334 0.02540228
+0.74238348 0.69009125 0.02135829
+0.79998153 0.68520039 0.02140489
+0.85449952 0.67528307 0.01764428
+0.90296918 0.66636866 0.01647258
+0.96280235 0.66042721 0.01686656
+1.03563643 0.64502013 0.01459504
+0.56246823 0.70296675 0.08021519
+0.55061537 0.70043594 0.07144275
+0.58008856 0.70102274 0.06823368
+0.59571522 0.69641751 0.06362142
+0.61240685 0.69553268 0.06112900
+0.63134062 0.69068164 0.05668110
+0.68322241 0.68480492 0.04718522
+-0.17458841 0.77856487 0.08481961
+-0.23242667 0.77772164 0.07402845
+-0.21461418 0.76796830 0.07539517
+-0.19818498 0.76509887 0.07076111
+-0.17900808 0.75740635 0.07069921
+-0.15723349 0.75723875 0.06559355
+-0.11384252 0.75251579 0.06660824
+-0.05511027 0.74548525 0.06099023
+-0.00516649 0.74394047 0.06283198
+0.03981381 0.73795879 0.05834358
+0.10004754 0.73245114 0.05731031
+0.15872014 0.73191106 0.05804920
+0.22234902 0.72747165 0.05293360
+0.29265982 0.72071201 0.05301782
+0.34921363 0.71877229 0.04710650
+0.40493095 0.71592486 0.04669909
+0.46197966 0.70924383 0.04592932
+0.53187084 0.69733351 0.04106468
+0.58861595 0.69212013 0.03735365
+0.66150290 0.68531919 0.02930666
+0.72834039 0.67859888 0.02215271
+0.79033452 0.66592705 0.02094546
+0.83765489 0.66239053 0.02135950
+0.89232063 0.65334970 0.01568481
+0.94786215 0.65052187 0.01603319
+1.02313018 0.64537114 0.01641235
+0.60026419 0.66778606 0.07866447
+0.64810777 0.66402245 0.06832828
+0.67107081 0.66499108 0.06577808
+0.68869430 0.66075563 0.06145588
+0.69883925 0.66097814 0.05843466
+0.71236104 0.66197604 0.05379922
+0.76426405 0.65503925 0.04435504
+-0.28181386 0.76810515 0.08575523
+-0.23652166 0.75826967 0.07360987
+-0.22265345 0.75495696 0.07359158
+-0.20597871 0.75143552 0.06883501
+-0.18811645 0.75122976 0.06833286
+-0.16395335 0.74700648 0.06366141
+-0.11688530 0.74488163 0.06435762
+-0.05736823 0.73803854 0.05902934
+-0.00958330 0.74013370 0.05980569
+0.03568916 0.73928964 0.05488889
+0.08701898 0.73523182 0.05438596
+0.15375003 0.73455691 0.05498961
+0.21545039 0.73348969 0.04961765
+0.28386748 0.73179579 0.04979448
+0.34122229 0.72658724 0.04818884
+0.40287662 0.72393823 0.04356221
+0.45321521 0.72590250 0.04323414
+0.52356160 0.72230589 0.04087465
+0.58708531 0.71668279 0.03329552
+0.65812689 0.70721364 0.02616685
+0.72739691 0.70570046 0.02270185
+0.78240454 0.70285648 0.01677758
+0.83665121 0.69871712 0.01682051
+0.88720751 0.69531685 0.01588186
+0.95245606 0.69490880 0.01193834
+0.98873001 0.69006497 0.01013776
+0.56766754 0.69327641 0.07567923
+0.60892177 0.69892377 0.06482626
+0.63425255 0.70002323 0.06222836
+0.64300311 0.70076966 0.05735895
+0.65437061 0.70658427 0.05425010
+0.66532862 0.70459771 0.04966039
+0.61587942 0.70483357 0.04151543
+-0.27458748 0.80277383 0.07792035
+-0.22566293 0.79394275 0.06640899
+-0.21061714 0.79467994 0.06505357
+-0.19322681 0.79432428 0.06036511
+-0.17412922 0.79490244 0.06006882
+-0.15036474 0.79420865 0.05660544
+-0.10219179 0.79365164 0.05597961
+-0.04705633 0.79131210 0.04939901
+-0.00122427 0.79096997 0.05029571
+0.03938271 0.79047233 0.04931244
+0.08853859 0.79384303 0.04584590
+0.14039113 0.79330945 0.04493013
+0.20405780 0.79377460 0.04443191
+0.27644202 0.79260457 0.03909462
+0.33182442 0.79529119 0.03925302
+0.38704431 0.79786235 0.03772074
+0.44513670 0.79311013 0.03286287
+0.51010120 0.79510760 0.03129574
+0.57625288 0.79431123 0.02796846
+0.65454817 0.78845644 0.01749959
+0.72363251 0.78807908 0.01387388
+0.78462905 0.79013401 0.01283915
+0.83726943 0.78488684 0.00911953
+0.89037460 0.78701741 0.00777105
+0.95917368 0.79254752 0.00643014
+0.94003618 0.73526454 0.00525783
+0.40472806 -0.19976811 0.67564118
+0.44669849 -0.15877174 0.64425606
+0.46660072 -0.16207902 0.63589102
+0.47237828 -0.16173388 0.62548876
+0.48402068 -0.16028517 0.61879104
+0.50746775 -0.16094561 0.60769790
+0.43729872 -0.15966970 0.60091960
+-0.18578725 -0.09632664 0.61720139
+-0.10956894 -0.10598490 0.60789466
+-0.05592890 -0.11061570 0.59541702
+-0.01314006 -0.11330765 0.58425802
+0.02790877 -0.11531818 0.58111799
+0.07222267 -0.11803976 0.56976086
+0.14006032 -0.12191818 0.56229901
+0.20343293 -0.12825894 0.54983085
+0.26386714 -0.13161410 0.54394680
+0.31652486 -0.13435060 0.52856243
+0.37967652 -0.13911669 0.52197188
+0.44068888 -0.14171481 0.51554197
+0.50180626 -0.14439259 0.50084519
+0.56754583 -0.14717184 0.49315065
+0.62233883 -0.15203702 0.47853553
+0.67742652 -0.15541615 0.47365808
+0.72484374 -0.15890476 0.46079171
+0.78248280 -0.16301717 0.45773119
+0.84377688 -0.17198248 0.45564070
+0.92064285 -0.18212788 0.43949094
+0.96605599 -0.18788169 0.43830773
+1.00217748 -0.19151427 0.42733002
+1.03116035 -0.19455630 0.42854393
+1.06419408 -0.19809075 0.41851100
+1.08980501 -0.20142011 0.42080542
+0.98894429 -0.20452732 0.42204571
+0.11332559 -0.18373686 0.66254288
+0.15254720 -0.18818510 0.63706094
+0.16249643 -0.19015826 0.63076675
+0.16825643 -0.19126475 0.61998498
+0.17517334 -0.19549014 0.61260885
+0.19274779 -0.19739647 0.61037385
+0.18963210 -0.20120332 0.59743959
+-0.12489222 -0.17363024 0.59488136
+-0.03262296 -0.18295868 0.58925056
+0.03774574 -0.18657187 0.57680702
+0.09965531 -0.19082873 0.56553143
+0.15447259 -0.19622971 0.56204307
+0.21197441 -0.20067954 0.54992014
+0.28200409 -0.20639944 0.54366589
+0.34535038 -0.20951554 0.53006971
+0.41324019 -0.21406451 0.52333045
+0.46934611 -0.21921848 0.51780570
+0.53341508 -0.22232687 0.50169140
+0.58974773 -0.22709702 0.49431261
+0.64002103 -0.22990380 0.48062173
+0.70760834 -0.23578586 0.47189295
+0.76115590 -0.23811923 0.45550355
+0.81201357 -0.24075702 0.45078051
+0.85784090 -0.24596451 0.44668746
+0.90355778 -0.25279784 0.43667284
+0.96691197 -0.25812408 0.43452305
+1.05658662 -0.26880470 0.42026475
+1.10428607 -0.27444220 0.42045209
+1.12636185 -0.27882034 0.42062527
+1.14842129 -0.28026989 0.41171676
+1.16937101 -0.28545332 0.41395223
+1.17578971 -0.28937358 0.40498611
+1.17899978 -0.29170406 0.40000728
+-0.30995250 -0.25332811 0.68562788
+-0.27374536 -0.25816739 0.65983325
+-0.27056786 -0.26392266 0.65218037
+-0.27426782 -0.27022964 0.64423072
+-0.26313061 -0.27269098 0.63241506
+-0.23561692 -0.26668197 0.61892468
+-0.16330473 -0.26437435 0.61085016
+-0.06404195 -0.26359892 0.59096998
+0.04589804 -0.26275083 0.57267272
+0.13618784 -0.25584227 0.56894928
+0.21486393 -0.24728751 0.55507791
+0.28001571 -0.24024785 0.55040860
+0.34115806 -0.23545660 0.53448248
+0.41418880 -0.22825961 0.52720219
+0.46950132 -0.21962622 0.51198018
+0.53230846 -0.21161409 0.50312680
+0.58803546 -0.20454422 0.48526365
+0.65100455 -0.19624834 0.47532204
+0.70228261 -0.18827713 0.45881331
+0.75729722 -0.18631895 0.45047480
+0.82085556 -0.17876115 0.43925440
+0.87572080 -0.17084751 0.41926047
+0.91375828 -0.16285370 0.41411775
+0.95792234 -0.15579043 0.40797749
+0.99880379 -0.14851879 0.39478356
+1.05811930 -0.14305794 0.39088506
+0.79609913 -0.11642721 0.38420859
+0.75396609 -0.10778578 0.38182774
+0.75082374 -0.09807919 0.37067851
+0.74621230 -0.09047285 0.36941081
+0.74054521 -0.08077763 0.36818412
+0.72911078 -0.07073245 0.35799795
+0.74949020 -0.06372583 0.34861499
+-0.01476213 -0.01895906 0.59365362
+-0.24907252 -0.00755424 0.58510637
+-0.21962154 -0.00110717 0.57230085
+-0.19692878 0.00984240 0.55990487
+-0.17314498 0.01617597 0.54707515
+-0.14388090 0.02246750 0.54316330
+-0.09624041 0.02813258 0.52908301
+-0.03237376 0.03009548 0.51083344
+0.04506528 0.03473831 0.50246406
+0.12104402 0.04684341 0.48958552
+0.19727619 0.05390045 0.48461655
+0.26462093 0.05987469 0.47171366
+0.32365158 0.06613933 0.46612513
+0.38796028 0.07767075 0.45121205
+0.45112476 0.08515230 0.44368488
+0.50813842 0.09176312 0.42855215
+0.55978405 0.09870629 0.42250288
+0.62170774 0.10942856 0.40576446
+0.68970978 0.11430393 0.39591327
+0.76622957 0.11824390 0.38628644
+0.84970659 0.12473677 0.36782464
+0.91615438 0.12881164 0.35872629
+0.97102576 0.13526115 0.34389707
+1.01894522 0.14702380 0.33582926
+1.05861652 0.15475138 0.32511950
+1.10940826 0.16464049 0.32058939
+0.75873375 0.22001889 0.33239475
+0.05366588 0.25660679 0.32301489
+0.06430881 0.26490730 0.32017848
+0.05235041 0.27250823 0.31148857
+0.03987666 0.28458950 0.30853260
+0.02840809 0.29223511 0.30015302
+0.03139726 0.30503869 0.29071540
+-0.01429367 0.32917148 0.47131559
+-0.17581607 0.35573000 0.49936014
+-0.12755913 0.35988408 0.48716781
+-0.09913753 0.36881673 0.47718543
+-0.06867679 0.37995645 0.46618313
+-0.04082348 0.38742295 0.45514110
+-0.00665615 0.39886826 0.44134751
+0.02820803 0.40449542 0.43192151
+0.06149036 0.41477850 0.41944915
+0.10649924 0.42419207 0.41378087
+0.15143037 0.42905921 0.40382895
+0.22355343 0.44077462 0.39807868
+0.28175560 0.45304206 0.38516137
+0.34549069 0.46026886 0.37803677
+0.42302841 0.46921459 0.36697075
+0.48805270 0.47393695 0.36026517
+0.54838413 0.47540009 0.34911531
+0.55541772 0.47321811 0.38478717
+0.62718350 0.47615960 0.37368470
+0.70765334 0.47779694 0.35960916
+0.63638347 0.47971785 0.34972629
+0.65513217 0.48909801 0.33691201
+0.68550003 0.50020242 0.32763797
+0.70938307 0.51186562 0.32280409
+0.72444087 0.52530646 0.31350440
+0.73741478 0.53926790 0.30770564
+0.77465165 0.56770575 0.31811219
+0.09516896 0.71325791 0.27133033
+-0.26111764 0.71739453 0.26244423
+-0.21895318 0.73160338 0.25795263
+-0.18463315 0.73984426 0.25117940
+-0.14492944 0.75435567 0.24700688
+-0.10537119 0.76818550 0.24005400
+-0.05229015 0.78150320 0.34959674
+0.01990806 0.79448175 0.40693820
+0.09295835 0.80639517 0.39443046
+0.14775050 0.81923997 0.38589716
+0.19817428 0.83199871 0.37623879
+0.25352144 0.84563118 0.36702970
+0.30335090 0.85898364 0.35467988
+0.35417187 0.86425465 0.34617740
+0.41165173 0.87717742 0.33630237
+0.45727956 0.89061904 0.32955346
+0.51372159 0.90404266 0.32036647
+0.56874752 0.91672820 0.31356230
+0.64328384 0.91253340 0.30585447
+0.71276885 0.89997953 0.29772004
+0.80518043 0.88252068 0.28728798
+0.87121034 0.86915624 0.27858594
+0.92621398 0.84832036 0.26889721
+0.96918875 0.83191329 0.25766221
+1.00753081 0.81660730 0.24825095
+1.04499686 0.79333216 0.23580986
+1.11047792 0.78895229 0.22889501
+0.06321651 0.78089333 0.21281029
+-0.06940494 0.76556641 0.20386481
+-0.06887472 0.75002879 0.19641709
+-0.07562790 0.73788786 0.18721183
+-0.07959905 0.72311157 0.18334195
+-0.09022142 0.70844549 0.19665675
+-0.07209855 0.76037705 0.21390861
+-0.11193049 0.80488294 0.20576361
+-0.08157492 0.78695816 0.19988617
+-0.01903627 0.76739132 0.19488472
+0.05112157 0.75568819 0.18923759
+0.12571277 0.73994851 0.18225379
+0.19323017 0.71822727 0.22082153
+0.26571336 0.70392758 0.30280676
+0.32877424 0.68450403 0.28543010
+0.38009685 0.66812247 0.27873513
+0.44054458 0.64878315 0.27132297
+0.49499911 0.63017344 0.26488656
+0.55051792 0.61179495 0.25770420
+0.60786813 0.59672225 0.24758466
+0.66055208 0.57333249 0.24274664
+0.72113657 0.55681103 0.23961413
+0.72536045 0.52074647 0.28191966
+0.76652199 0.50558937 0.27453256
+0.82525355 0.48903105 0.26805842
+0.90566361 0.47947782 0.23666805
+1.01581120 0.46526060 0.20256323
+0.58019823 0.42923355 0.24778017
+0.56213129 0.42351276 0.20764101
+0.53920716 0.40159726 0.21296492
+0.52063662 0.38875160 0.20424686
+0.49853122 0.37216070 0.19597340
+0.46238965 0.34486470 0.20080964
+0.50700724 0.48175409 0.13666317
+0.06117287 0.47542137 0.13279088
+-0.22236513 0.45572230 0.12529856
+-0.18691276 0.43967173 0.11906368
+-0.16503274 0.42083412 0.11504091
+-0.14120966 0.40622735 0.11087332
+-0.11594479 0.39029923 0.16196950
+-0.08434737 0.41196775 0.15031381
+-0.04051587 0.40752041 0.14644223
+-0.00153386 0.38857213 0.14022002
+0.03490889 0.36817199 0.13632745
+0.06825245 0.34725443 0.13305494
+0.10087142 0.33274135 0.11934743
+0.15117580 0.31124040 0.19648929
+0.18859993 0.28819069 0.18177857
+0.25335741 0.26760820 0.17216201
+0.25801668 0.24457212 0.22650577
+0.32593426 0.22350352 0.18258058
+0.39573556 0.19983608 0.15844277
+0.45383096 0.17320164 0.14948179
+0.52343380 0.15124588 0.14538462
+0.62708306 0.12679669 0.13852715
+0.70956820 0.10667704 0.13499437
+0.75263494 0.08311016 0.12866850
+0.78798848 0.05701837 0.12502503
+0.81013435 0.02439874 0.11663403
+0.83255780 0.00054710 0.11420716
+0.86513746 -0.01829426 0.10580546
+0.56837463 -0.03219452 0.10271233
+-0.30938035 -0.02841359 0.09762656
+-0.26684257 -0.00789773 0.09045104
+-0.25220594 0.01402012 0.08321664
+-0.23233598 0.02972930 0.07267333
+-0.20928907 0.04200914 0.05996174
+-0.17844354 0.25548983 0.05601028
+-0.12490694 0.30217430 0.05038553
+-0.05243408 0.30842438 0.04584965
+0.01233638 0.32011649 0.04468426
+0.06172299 0.33269417 0.03746273
+0.11137738 0.34278548 0.08367465
+0.16425629 0.35343143 0.10354913
+0.21099129 0.36417472 0.09582198
+0.26625809 0.37576437 0.09069530
+0.33184591 0.38606462 0.08542392
+0.46566346 0.31908834 0.15074722
+0.21009742 0.30124578 0.08711860
+0.28421202 0.27742282 0.08912171
+0.33242247 0.25212666 0.11832493
+0.37376350 0.22315516 0.15323681
+0.48286453 0.19161551 0.09426933
+0.56628764 0.16750753 0.09431224
+0.53889263 0.14173295 0.09492175
+-0.28625515 0.11973977 0.09504955
+-0.24806893 0.11157376 0.09792537
+-0.23861960 0.07731155 0.09554856
+-0.22701572 0.11130324 0.09819230
+-0.21371381 0.11184760 0.10005562
+-0.18800297 0.12325560 0.09639502
+-0.13489638 0.14019513 0.09809943
+-0.05536563 0.15791321 0.09676053
+0.03490487 0.16748737 0.09573106
+0.11668833 0.39132419 0.09596570
+0.19469938 0.41256481 0.08835350
+0.26143438 0.41436905 0.08177081
+0.31438148 0.42311406 0.07442400
+0.36515766 0.42603770 0.07497600
+0.41437620 0.43338394 0.07464008
+0.44769272 0.43201533 0.07174563
+0.49042466 0.45269442 0.07073068
+0.52650869 0.46948910 0.07496373
+0.56857193 0.47498521 0.13343775
+0.60211647 0.48325464 0.12364081
+0.63082576 0.49464124 0.12300421
+0.67911130 0.50535184 0.11992458
+0.70556772 0.51184767 0.12130747
+0.72603488 0.51279634 0.12578322
+0.74904770 0.52025855 0.12549537
+0.74170786 0.52188247 0.24574269
+0.78169656 0.53119284 0.23866381
+0.83996177 0.53887147 0.23213510
+0.88929254 0.54159957 0.22717534
+0.91703212 0.55046147 0.22173493
+0.93860382 0.55961967 0.21988575
+0.96313047 0.57033950 0.21047151
+0.98731363 0.57736760 0.20947866
+1.02724338 0.58873802 0.19802395
+0.79747707 0.60396147 0.17996782
+0.42055005 0.60702527 0.17519833
+0.49858469 0.61851358 0.17725873
+0.55795997 0.62993634 0.17519093
+0.61004812 0.64252216 0.17088887
+0.65362096 0.65795958 0.16994305
+0.71027416 0.67356950 0.16706665
+0.69296092 0.68480867 0.16428825
+-0.25439882 0.68963832 0.16205159
+-0.20185426 0.79385495 0.15445974
+-0.18373601 0.80202651 0.14703104
+-0.17013539 0.80209345 0.13990918
+-0.15960819 0.80688643 0.13457045
+-0.15058422 0.81182003 0.12954257
+-0.11592672 0.81769693 0.12769639
+-0.06490525 0.81995308 0.11965743
+-0.02166955 0.89257741 0.11673502
+0.00322019 0.92107821 0.14447679
+0.02910797 0.93191886 0.15374252
+0.06423795 0.94112444 0.15262148
+0.11736195 0.95072317 0.14862759
+0.16986690 0.95840192 0.14717488
+0.22170354 0.96573174 0.14406660
+0.27987960 0.97298688 0.13692419
+0.32923672 0.97705585 0.22471464
+0.37763235 0.98749489 0.27037907
+0.42722246 0.99381363 0.26152840
+0.46533880 1.00094128 0.25954312
+0.50325394 1.01024604 0.25821719
+0.54905808 1.02325475 0.25619036
+0.58873534 1.03286552 0.25250772
+0.61793011 1.04232824 0.24940363
+0.64918375 1.05565882 0.24555276
+0.69476080 1.06615138 0.24465293
+0.74402571 1.07464969 0.24104172
+0.82107800 1.08078659 0.23841922
+0.86205584 1.09554029 0.23769517
+0.89239776 1.10658813 0.23033854
+0.90910149 1.11777425 0.22601543
+0.92077899 1.12840009 0.22487798
+0.93722582 1.13863003 0.22015318
+0.98888832 1.14643586 0.21338584
+0.20236056 1.14514637 0.20670369
+0.14605537 1.13415933 0.19756366
+0.20351152 1.11468184 0.18867558
+0.25795016 1.09753656 0.17909959
+0.31386575 1.07966220 0.17178826
+0.37026328 1.06212163 0.16438958
+0.46454495 1.04413843 0.15821645
+0.01314917 1.01995540 0.14959772
+-0.23179296 1.09437394 0.15648779
+-0.21018688 1.07599199 0.16757542
+-0.19717996 1.06112373 0.16296738
+-0.17933933 1.04560733 0.15983684
+-0.15722907 1.03041852 0.16108055
+-0.12015358 1.01520014 0.15936051
+-0.06560259 0.99467218 0.15045609
+-0.01376391 1.01629806 0.21351738
+0.02160973 0.99774998 0.33796808
+0.04820995 0.98458171 0.32794502
+0.07392298 0.97058332 0.32212833
+0.09332787 0.96046489 0.31766924
+0.11885335 0.94745207 0.31167576
+0.14513148 0.93234867 0.30506167
+0.16451405 0.91742229 0.30074137
+0.18183252 0.90325695 0.29659984
+0.19872686 0.88537049 0.29050735
+0.22155373 0.87462115 0.28965944
+0.25221172 0.86085927 0.28391060
+0.28509453 0.84531558 0.28125030
+0.33114097 0.82989722 0.27547157
+0.36633003 0.81930870 0.27059820
+0.39388889 0.80369812 0.26449418
+0.43758970 0.78374934 0.25972858
+0.48757774 0.76489049 0.25025111
+0.55678207 0.75095803 0.24387735
+0.67406011 0.73060691 0.23149009
+0.75652742 0.70990968 0.22232465
+0.82147980 0.69363332 0.20967506
+0.88381207 0.67402118 0.20316960
+0.91376340 0.65224826 0.20984946
+0.95032847 0.62696970 0.21927862
+1.07560635 0.61621392 0.18389775
+0.02619761 0.61859578 0.16674146
+-0.11893439 0.61096013 0.17293054
+-0.08040831 0.60094965 0.17234017
+-0.04719961 0.58624011 0.17282979
+-0.01293302 0.57654828 0.16885820
+0.02275616 0.56178057 0.16933884
+0.08313550 0.54377401 0.16401461
+-0.10931247 0.59165883 0.19811898
+-0.17496489 0.65690470 0.38331091
+-0.14958671 0.63670284 0.37097883
+-0.13239503 0.62414408 0.36524579
+-0.11407942 0.60885441 0.35951909
+-0.09565227 0.59835374 0.35163552
+-0.06464275 0.58128154 0.34515971
+-0.02761453 0.56739664 0.33533749
+0.00878673 0.55164289 0.33384445
+0.04288111 0.53644973 0.32472697
+0.07830673 0.52489465 0.32273841
+0.12588333 0.50702727 0.31598362
+0.17860034 0.49670750 0.31337431
+0.23795226 0.48585761 0.30429918
+0.29909477 0.47281602 0.30144855
+0.35541564 0.45188951 0.29167181
+0.40939370 0.43571463 0.28577217
+0.46413723 0.41800004 0.27135825
+0.47288394 0.38432023 0.31130597
+0.56952202 0.36778241 0.27590415
+0.68024868 0.36387876 0.24509308
+0.74770808 0.35119799 0.22996818
+0.80510682 0.33693507 0.22264403
+0.85519683 0.31672826 0.20807607
+0.91197866 0.29869944 0.19872519
+0.97858173 0.27683020 0.18116318
+0.86989427 0.26484534 0.17724213
+0.54963648 0.25390410 0.17055731
+0.61073852 0.24631825 0.17189038
+0.64918345 0.23844808 0.16692780
+0.68961108 0.22582807 0.17009632
+0.71815294 0.21777885 0.17318630
+0.75818396 0.20406823 0.16946714
+0.56392777 0.21821319 0.17677146
+-0.27837777 0.39163053 0.41635624
+-0.23902920 0.37083468 0.40186322
+-0.22753724 0.35674432 0.39511764
+-0.21540727 0.34790468 0.38611668
+-0.19918691 0.33269480 0.37879032
+-0.17493641 0.32179746 0.37044445
+-0.11977733 0.31721234 0.36847904
+-0.05573237 0.30578873 0.35553885
+-0.00684489 0.28588611 0.35583946
+0.03716034 0.27496669 0.34473279
+0.09217805 0.26297128 0.33252349
+0.14515340 0.25225106 0.33191946
+0.21434872 0.22748335 0.32163769
+0.28809470 0.21264718 0.31859875
+0.33868453 0.20139664 0.30440199
+0.40416273 0.18809675 0.30075011
+0.46557304 0.16764300 0.28786767
+0.53705269 0.18511745 0.28429100
+0.51964760 0.13317306 0.26080108
+0.58891934 0.15785591 0.25973174
+0.67274487 0.15271087 0.24042475
+0.74171275 0.13968870 0.23397754
+0.81245863 0.13328616 0.21661116
+0.86347365 0.10370231 0.20868593
+0.94456840 0.05359652 0.18593459
+0.96309453 0.02200303 0.18061255
+1.00764418 0.01946445 0.16666201
+1.02246976 0.02946653 0.16819213
+1.05042613 0.03066236 0.17297041
+1.11378610 0.05019860 0.17428170
+1.01659775 0.18310574 0.11290053
+1.14356482 0.20678686 0.10758612
+1.19437075 0.20777936 0.09951932
+-0.02618498 0.42462558 0.35856318
+-0.25379872 0.43772846 0.33735186
+-0.23064724 0.45722291 0.32983738
+-0.16492338 0.31864199 0.30012614
+-0.14893180 0.32135156 0.29213881
+-0.13556460 0.31680679 0.29142189
+-0.11809352 0.30188328 0.27971217
+-0.10240691 0.29625162 0.26957625
+-0.07979224 0.26106700 0.26160556
+-0.08524385 0.44459265 0.27377722
+-0.04744023 0.43342727 0.26083508
+0.00424489 0.43030870 0.25822452
+0.05827052 0.43021527 0.24678585
+0.11628351 0.42719311 0.24555360
+0.16364378 0.43068564 0.23392235
+0.20930560 0.43809783 0.23088515
+0.25563371 0.44531521 0.21753649
+0.30742756 0.44371322 0.21006793
+0.35087490 0.43601611 0.19645628
+0.39233094 0.43617001 0.18890804
+0.44067189 0.42897522 0.17039198
+0.48714706 0.41634002 0.15890531
+0.51966411 0.40970361 0.15309545
+0.54647452 0.40518111 0.14858772
+0.55737466 0.40019339 0.16862702
+0.60265255 0.39061326 0.16763410
+0.68061578 0.38735759 0.15343717
+0.74105847 0.39097416 0.13860460
+0.79039854 0.39586529 0.13465019
+0.82819849 0.40599179 0.12339033
+0.86290312 0.41274339 0.12141214
+0.90050602 0.41922647 0.10978922
+0.97122884 0.42013255 0.09013281
+0.23504058 0.58501565 0.30142447
+0.14277235 0.59426546 0.28907079
+0.18924884 0.58670062 0.28234884
+0.23103359 0.58146232 0.27397931
+0.26585859 0.58178741 0.26432967
+0.31079274 0.57666451 0.26556358
+0.39098421 0.57396042 0.25357223
+-0.13519098 0.60718966 0.25017372
+-0.20130637 0.60365969 0.24893133
+-0.17467792 0.60440320 0.23851423
+-0.14948606 0.60601902 0.22616164
+-0.11890940 0.60144860 0.22760887
+-0.07844971 0.60250199 0.21620314
+-0.02015540 0.60210919 0.21213417
+0.03804462 0.60054219 0.19957381
+0.09745070 0.59959292 0.19431703
+0.13709463 0.59528095 0.18390982
+0.18065545 0.58945376 0.17796424
+0.21823771 0.58952606 0.16314662
+0.25630358 0.58912599 0.15708254
+0.29756427 0.58783942 0.14302577
+0.33925846 0.58614689 0.13413095
+0.37111872 0.58263546 0.12283028
+0.40320656 0.57562411 0.11585147
+0.44191304 0.57372284 0.10132881
+0.49233195 0.57098496 0.09323389
+0.56250912 0.56943971 0.07354065
+0.62033325 0.56817830 0.07075135
+0.66883588 0.57302696 0.07291028
+0.70528704 0.57883376 0.07207267
+0.74118322 0.57533890 0.07733625
+0.78623736 0.58012688 0.07390088
+0.84366465 0.57824665 0.07565936
+0.34765723 0.70352137 0.26616582
+0.32760972 0.70841455 0.25212902
+0.37808579 0.70386255 0.24440123
+0.42485350 0.70178044 0.23501295
+0.46780005 0.69804776 0.22854197
+0.51560360 0.69573605 0.22810775
+0.60375226 0.68668157 0.21890378
+-0.16853347 0.72165465 0.21869683
+-0.23599191 0.72143024 0.21530272
+-0.21781021 0.71893817 0.20747150
+-0.19899327 0.71730185 0.20602818
+-0.17310208 0.71962833 0.19447494
+-0.14520653 0.71866035 0.18458053
+-0.08926480 0.71871763 0.18137561
+-0.02602401 0.70896721 0.17199895
+0.03175842 0.70814681 0.16763853
+0.06717387 0.70504844 0.15594468
+0.10772207 0.70217460 0.15068461
+0.14302884 0.70290309 0.13821365
+0.17746158 0.70075375 0.13356709
+0.21836965 0.69604915 0.12246377
+0.25499886 0.69230038 0.11414703
+0.28716585 0.68990177 0.11124148
+0.31943145 0.68819374 0.09530205
+0.35828230 0.68443674 0.09000137
+0.40973976 0.68070197 0.07562732
+0.47644964 0.68042356 0.06119259
+0.53191364 0.67916763 0.05221752
+0.58342659 0.67468870 0.05569925
+0.62406474 0.67628247 0.05516584
+0.66543365 0.68224818 0.06003335
+0.71842974 0.68199724 0.05572163
+0.78588790 0.67804641 0.05270058
+0.36488253 0.79677081 0.23519298
+0.41286144 0.79318500 0.21508162
+0.46562311 0.79259974 0.20648879
+0.51233983 0.78695738 0.20112698
+0.55318964 0.78305733 0.19090173
+0.60002750 0.77693498 0.19468896
+0.69740969 0.77421290 0.18313789
+-0.26554465 0.78771210 0.18478945
+-0.24730457 0.78405070 0.18472397
+-0.23450467 0.78319091 0.17420152
+-0.21812640 0.78192592 0.16337828
+-0.19952314 0.78085935 0.16282508
+-0.16925763 0.77499503 0.15523420
+-0.11587867 0.77152652 0.15358414
+-0.04785401 0.76594996 0.14206146
+0.00669159 0.76226687 0.13951337
+0.04092413 0.76075912 0.13051185
+0.08024867 0.75363350 0.12936167
+0.11790904 0.75125480 0.11909046
+0.15133324 0.74917972 0.11528259
+0.19383527 0.74606764 0.10483179
+0.22890979 0.74265754 0.09766094
+0.26304299 0.74015796 0.08998820
+0.29802167 0.73649257 0.08211149
+0.33849779 0.72986370 0.07250720
+0.39215446 0.72122580 0.06562430
+0.45597517 0.71721679 0.04685846
+0.52111834 0.71518987 0.04389868
+0.57294416 0.71495581 0.04458440
+0.61613965 0.71663636 0.04531205
+0.66248691 0.71851379 0.04932501
+0.71775359 0.71657389 0.04723878
+0.75760126 0.71711791 0.04746700
+0.34612399 0.82341170 0.21156707
+0.40970346 0.81404018 0.20116049
+0.45655477 0.80648297 0.19462763
+0.49760833 0.80165452 0.18907140
+0.53804266 0.80096447 0.18006998
+0.58308327 0.79992825 0.16998422
+0.59451395 0.79149026 0.16231112
+-0.28389648 0.79340804 0.17335649
+-0.23946308 0.79213041 0.16002084
+-0.22532342 0.78366011 0.15371752
+-0.20902345 0.78244430 0.15293710
+-0.18972491 0.78129596 0.14187616
+-0.15964913 0.77734596 0.14210403
+-0.10537565 0.77421397 0.13073687
+-0.03497637 0.76180398 0.12540780
+0.02347007 0.75863028 0.12240240
+0.05673587 0.75731581 0.11522659
+0.10194767 0.75193554 0.11168060
+0.13730854 0.75012773 0.10301857
+0.17046738 0.74521321 0.09916842
+0.22217722 0.74157417 0.09548613
+0.25935942 0.73078150 0.08662538
+0.30063707 0.72818577 0.08544900
+0.33831498 0.72197145 0.07396186
+0.38606858 0.71828836 0.07339479
+0.44126791 0.71126527 0.06030969
+0.51150900 0.70342451 0.05056084
+0.58121967 0.70081949 0.04151665
+0.63336402 0.69708639 0.04254799
+0.67955893 0.69832808 0.04062141
+0.72589278 0.69215244 0.04212272
+0.78065348 0.69051707 0.03978326
+0.76164627 0.69909066 0.04335174
+0.25467029 0.80882949 0.18943629
+0.31003287 0.79685545 0.17921272
+0.35174045 0.79237753 0.17294127
+0.37594029 0.79024678 0.16248065
+0.40768912 0.78300321 0.15716127
+0.45082942 0.78704089 0.14615560
+0.40476295 0.76512212 0.12155125
+-0.25623044 0.30166510 0.21005383
+-0.20833258 0.33901650 0.18195596
+-0.18819718 0.34254593 0.17025433
+-0.16485137 0.34201044 0.16922435
+-0.13613714 0.34462634 0.15705055
+-0.09090853 0.34254152 0.15893841
+-0.02218586 0.34397185 0.15163337
+0.06126085 0.34419939 0.14715007
+0.15244353 0.34173152 0.14071603
+0.22545788 0.34430194 0.13956024
+0.29643399 0.34545627 0.12945195
+0.35329142 0.34170231 0.13108626
+0.40442494 0.34333488 0.12138073
+0.45644736 0.34118912 0.14707628
+0.47129196 0.33828896 0.17938285
+0.52678573 0.33798137 0.17781153
+0.58296448 0.33758524 0.16665009
+0.65791607 0.33638343 0.15437119
+0.75196904 0.33875522 0.11126472
+0.85737854 0.33875051 0.07742950
+0.93121523 0.33324289 0.06180678
+0.97944826 0.33564219 0.06085694
+1.02069354 0.34035528 0.05546148
+1.05414677 0.34556475 0.05539658
+1.08825254 0.35025144 0.05602455
+0.99429131 0.36508808 0.05425458
+0.22023463 0.50407517 0.18084787
+0.24769032 0.49733210 0.16867507
+0.25375023 0.50086224 0.15781374
+0.25284249 0.50311261 0.15053737
+0.25521889 0.50692272 0.14012863
+0.25729057 0.51028758 0.12850912
+0.20884344 0.50785536 0.11721581
+-0.21574409 0.51726454 0.11976181
+-0.16453761 0.52275109 0.11443281
+-0.14242019 0.52500057 0.10263344
+-0.11496146 0.52156806 0.10685316
+-0.08663919 0.52427208 0.09749601
+-0.05349725 0.52703959 0.09241895
+0.00128235 0.53233302 0.09038106
+0.07028973 0.53385323 0.08428664
+0.15409954 0.53549850 0.08315071
+0.21864241 0.54162234 0.07727271
+0.29302102 0.53644651 0.07847413
+0.34714586 0.53856117 0.07238476
+0.39802977 0.54402405 0.07050867
+0.47086605 0.54406047 0.06456364
+0.52534103 0.54451299 0.06283621
+0.58255434 0.54825824 0.06311913
+0.63820595 0.54804122 0.05658078
+0.70493555 0.55025578 0.05489400
+0.78295189 0.53946334 0.04878075
+0.85268247 0.53210992 0.06541322
+0.93209642 0.53331739 0.04641153
+1.00693667 0.53585315 0.03561942
+1.05386758 0.54415059 0.02806025
+1.09721673 0.55080092 0.02510549
+1.12594056 0.56086439 0.01824770
+1.08854961 0.56852412 0.01972061
+-0.18594275 0.73672211 0.14139941
+-0.15791662 0.73255765 0.11892439
+-0.15906163 0.72918099 0.11106708
+-0.16842186 0.73805445 0.10178013
+-0.16613129 0.73381615 0.09410793
+-0.16761126 0.74223423 0.08455358
+-0.13274561 0.74473721 0.06936752
+-0.16016895 0.75252140 0.06566284
+-0.10479825 0.75036013 0.05155098
+-0.07580146 0.75367290 0.04622724
+-0.04732927 0.76052207 0.04808792
+-0.01669766 0.76702505 0.04244998
+0.01219561 0.76972663 0.04212657
+0.05292319 0.76907682 0.03893827
+0.09061326 0.75226045 0.03746537
+0.17385481 0.74339461 0.04073562
+0.23036994 0.73830062 0.03870194
+0.31249726 0.72828853 0.04023112
+0.37244558 0.71899676 0.03775702
+0.42539120 0.70931804 0.04026818
+0.50291991 0.69780004 0.03637921
+0.56330025 0.69066995 0.03874092
+0.62396812 0.67119575 0.04122654
+0.68091124 0.65988064 0.03876370
+0.74597305 0.64759851 0.03991404
+0.82893056 0.63261217 0.03201892
+0.71532017 0.63220471 0.03614994
+0.75413895 0.62215030 0.02920724
+0.79262954 0.61153126 0.03034294
+0.81741971 0.60298640 0.03369880
+0.83990002 0.59756297 0.03213211
+0.84773397 0.58605063 0.03672959
+0.88483763 0.57284558 0.04160000
+-0.10047770 0.69963002 0.14316490
+-0.25935087 0.69592619 0.13144645
+-0.22310682 0.68702722 0.12386721
+-0.18941081 0.67380124 0.11744098
+-0.15639801 0.66392040 0.11014266
+-0.11813944 0.65651923 0.10168207
+-0.06111604 0.64163345 0.09095606
+0.01215262 0.63005996 0.08399566
+0.07733502 0.62079746 0.07646761
+0.12600410 0.60865557 0.07430720
+0.17345744 0.59430140 0.07579444
+0.21900477 0.58353251 0.07215060
+0.26388350 0.57475263 0.07417104
+0.31199235 0.56569636 0.07104921
+0.36647341 0.55627048 0.07301024
+0.41801897 0.54779333 0.07009476
+0.47588003 0.53454041 0.07194934
+0.54180276 0.52548379 0.06872465
+0.61069483 0.51120621 0.07065565
+0.68273938 0.49921435 0.06774994
+0.72111338 0.48217583 0.10358084
+0.76396906 0.46427655 0.11552913
+0.81966698 0.45567939 0.10801886
+0.86770761 0.44744802 0.09660240
+0.92578232 0.43493405 0.08604848
+0.99782413 0.42335024 0.06869812
+0.60667855 0.46636510 0.09187302
+0.16687901 0.47360161 0.09250502
+0.19510876 0.45560864 0.09025966
+0.20313893 0.44386515 0.09202349
+0.21413690 0.43304241 0.08979768
+0.21714585 0.42441657 0.09209988
+0.23543774 0.41373932 0.09040231
+0.08143082 0.46244305 0.16250663
+-0.16176283 0.48744980 0.16491427
+-0.09649181 0.46598175 0.15852056
+-0.03476982 0.45323056 0.15459535
+0.03221209 0.43773687 0.14913623
+0.09827401 0.42308673 0.14567558
+0.16659930 0.41024864 0.13819295
+0.24003957 0.39458171 0.13182785
+0.30217218 0.37860793 0.12438346
+0.37067586 0.36092266 0.12333792
+0.43176749 0.34002414 0.12382956
+0.44265443 0.31933513 0.18491247
+0.49426630 0.30483547 0.18536712
+0.56521624 0.29666427 0.16409637
+0.67310143 0.28769794 0.11908450
+0.73918134 0.27445608 0.11034448
+0.78706485 0.26302487 0.10954568
+0.84975195 0.24850585 0.10504996
+0.91760939 0.23809166 0.10519747
+0.98424858 0.22191201 0.10187359
+1.08159554 0.20705317 0.10238066
+1.10655212 0.19698331 0.09995980
+1.11556995 0.18406504 0.10089034
+1.09958506 0.17140441 0.09848813
+1.08939743 0.15751091 0.10042043
+1.07719994 0.14279182 0.09576080
+1.09182179 0.17391026 0.14755332
+-0.10586540 0.28854486 0.16441397
+-0.28250945 0.26767781 0.16029419
+-0.26038107 0.25350520 0.15997538
+-0.24459206 0.23807614 0.15977916
+-0.22250104 0.22628196 0.15911919
+-0.19919476 0.20940533 0.15843788
+-0.15480292 0.20141293 0.19894639
+-0.09231052 0.21482739 0.21363254
+-0.03192955 0.19340371 0.20703852
+0.02501924 0.17854658 0.20382251
+0.08320361 0.15558478 0.19935372
+0.14593659 0.14114936 0.19763546
+0.20239401 0.12547794 0.19096470
+0.26362720 0.10763437 0.18423600
+0.32631174 0.07994914 0.17638189
+0.38051176 0.06078753 0.17129128
+0.43367532 0.04340401 0.16942182
+0.49028376 0.02268825 0.16587648
+0.55471337 -0.00514603 0.16502620
+0.62484431 -0.02189879 0.16043742
+0.69794834 -0.04271610 0.15677039
+0.76381791 -0.06164775 0.15322432
+0.82321668 -0.07966334 0.14980735
+0.87561661 -0.10316307 0.14474475
+0.93235683 -0.11767997 0.14090575
+0.99487716 -0.13048317 0.13801552
+0.95343727 -0.13058184 0.13537988
+0.19303429 -0.11645624 0.13360484
+0.20674157 -0.10002768 0.13270046
+0.19306186 -0.08668374 0.13255230
+0.17467907 -0.07075658 0.13112956
+0.15693595 -0.05399526 0.12750182
+0.13927118 -0.04392322 0.18099296
+0.15175742 0.15134239 0.24281968
+-0.17495257 0.22756156 0.23496513
+-0.16491036 0.22792615 0.23185705
+-0.13695887 0.23768717 0.23398246
+-0.11190992 0.24903844 0.23308326
+-0.08431916 0.25773239 0.22771181
+-0.05729000 0.26379138 0.24756952
+-0.02071036 0.27282718 0.27032116
+0.01203655 0.28050870 0.26250160
+0.04359087 0.28708187 0.26080033
+0.07057045 0.29493433 0.25393698
+0.09374972 0.31107926 0.24980219
+0.13033783 0.31941989 0.24691391
+0.17011563 0.33069375 0.23861285
+0.23190664 0.34117860 0.23220004
+0.30762753 0.34767625 0.22735305
+0.36796850 0.35281873 0.22809865
+0.42902705 0.35664493 0.22770509
+0.44555187 0.35821167 0.28248769
+0.52094364 0.36089993 0.27998197
+0.57138830 0.37049374 0.27432150
+0.50048065 0.38330415 0.22643794
+0.52176142 0.38927823 0.24727657
+0.54103899 0.39199215 0.25736481
+0.56470579 0.41004598 0.23526558
+0.58592403 0.42023087 0.23746336
+0.61791521 0.44901648 0.20340140
+0.66074991 0.46457079 0.23268285
+-0.19141370 0.51087093 0.16790822
+-0.24423563 0.52705491 0.16887720
+-0.22312142 0.54843062 0.16572560
+-0.20212920 0.56877118 0.16461469
+-0.17453381 0.58492470 0.18429092
+-0.13747475 0.59904188 0.33158743
+-0.08426727 0.72460842 0.31731558
+-0.01866016 0.74123472 0.31415221
+0.05082197 0.75326437 0.31169945
+0.10711534 0.76635689 0.31380188
+0.16059557 0.77523458 0.30980209
+0.21732269 0.79068667 0.30339113
+0.26885965 0.80583650 0.33265325
+0.32577607 0.81838584 0.32127020
+0.38934550 0.82849652 0.32148558
+0.44839126 0.84488463 0.31459302
+0.50069207 0.86021906 0.30797943
+0.56204641 0.87635034 0.30675402
+0.63758451 0.89349753 0.29806492
+0.71886861 0.90494752 0.29578850
+0.83706069 0.92080736 0.28426602
+0.91625029 0.93764484 0.28231698
+0.98193228 0.95432460 0.27153039
+1.04026151 0.97097629 0.26951045
+1.08538842 0.98641509 0.26663405
+1.12364030 0.99935693 0.25488594
+1.19341767 1.01286781 0.25059992
+0.22494179 1.02398336 0.23879163
+-0.29084551 1.04116774 0.23407073
+-0.29067025 1.05858052 0.22082500
+-0.27521089 1.07627523 0.21666248
+-0.25285158 1.09371066 0.20447135
+-0.22524479 1.11274362 0.20506674
+-0.18630737 1.13839507 0.20059958
+-0.11808071 1.15747380 0.20235333
+-0.04428513 1.17585921 0.19920307
+0.01903555 1.19424796 0.20217086
+0.06540553 1.17924607 0.19089150
+0.11725496 1.16845942 0.36464775
+0.17019515 1.15392864 0.41594827
+0.23228672 1.13540614 0.40848261
+0.31062332 1.11966681 0.40471837
+0.38830963 1.10809660 0.39918160
+0.45636100 1.09709024 0.39260763
+0.52676868 1.08596706 0.38508555
+0.59436500 1.07192016 0.38936803
+0.66405118 1.05988109 0.38596082
+0.74024379 1.04756629 0.38338518
+0.81263471 1.03564036 0.37813395
+0.87772042 1.02290392 0.37484160
+0.18069026 1.03601992 0.34100595
+-0.19493043 1.04785252 0.33118555
+-0.15432876 1.06854331 0.31940982
+-0.12344229 1.09485948 0.30770022
+-0.09984674 1.10188580 0.29355651
+-0.08701825 1.11157370 0.28370842
+-0.06748389 1.12148440 0.26779187
+-0.02910730 1.13102257 0.25774351
+0.01914963 1.14926422 0.24298796
+0.04895880 0.97584224 0.23146288
+0.06777354 -0.32242307 0.21142882
+0.08454262 -0.28993559 0.18914120
+0.09861298 -0.29840595 0.15543109
+0.12319009 -0.29078099 0.14513081
+0.14939952 -0.28315392 0.13990244
+0.18708296 -0.27585283 0.13909519
+0.22778666 -0.27294734 0.13373733
+0.27091539 -0.25607523 0.13330217
+0.31478554 -0.24755388 0.15034364
+0.35896042 -0.23781648 0.33018348
+0.40666366 -0.22692800 0.31295294
+0.45606109 -0.21697168 0.30547807
+0.51773334 -0.20659827 0.29502055
+0.56389916 -0.20021150 0.28493467
+0.60905004 -0.19128171 0.27609104
+0.66762632 -0.18195118 0.27323213
+0.72610426 -0.17329662 0.28437349
+0.79731613 -0.16442762 0.27007502
+0.89157528 -0.15498421 0.26925820
+0.95063764 -0.14547740 0.25733274
+1.00073075 -0.13719305 0.25468281
+1.03210521 -0.13216555 0.24322058
+1.06182337 -0.12372638 0.23933268
+1.08225524 -0.11604092 0.22549227
+1.12939095 -0.10868177 0.21846767
+0.48817000 -0.10563616 0.20688106
+0.26666585 -0.10348187 0.20163828
+0.32350630 -0.10033356 0.19010550
+0.36979318 -0.09625871 0.18517837
+0.41096354 -0.09257371 0.17156303
+0.45553601 -0.08665621 0.16530021
+0.51311374 -0.08150161 0.15292861
+0.26053959 -0.07976624 0.14733620
+-0.24938983 -0.07697770 0.13257550
+-0.21490768 -0.05644803 0.12618595
+-0.20207413 -0.05244039 0.11103103
+-0.18833549 -0.04399710 0.10533007
+-0.17175363 -0.03796872 0.10041899
+-0.14553490 -0.02897638 0.09997252
+-0.09099267 -0.02009092 0.09605022
+-0.01000413 -0.02443846 0.09786854
+0.07604520 0.11057816 0.08784880
+0.15526727 0.12035158 0.20038985
+0.22479367 0.12954773 0.22597100
+0.28657910 0.13365191 0.21372490
+0.34198508 0.14409797 0.20813996
+0.40812072 0.14780955 0.20075965
+0.46323761 0.15563515 0.19401169
+0.52050328 0.15449840 0.18945271
+0.57384479 0.15965863 0.20934922
+0.63157284 0.16464570 0.21119559
+0.68481088 0.17340936 0.20386350
+0.72352964 0.17570743 0.19708414
+0.76748860 0.17945538 0.19301791
+0.80665654 0.18767001 0.18558270
+0.83890152 0.19259416 0.17866813
+0.86771733 0.19711141 0.16888720
+0.89390028 0.20035750 0.15911871
+0.92553884 0.20016147 0.15158755
+0.97925520 0.20269230 0.14678435
+1.04303896 0.20719329 0.13863787
+1.06822026 0.20789666 0.13305987
+1.07986927 0.20852153 0.12563717
+1.09078443 0.20669334 0.11824900
+1.10326946 0.20563728 0.11173256
+1.11340725 0.20553777 0.10612541
+1.05215907 0.20477833 0.09775110
+0.04612491 0.20608747 0.09001811
+0.12595153 0.21075670 0.08201310
+0.18305533 0.21596670 0.07433738
+0.22787164 0.22425734 0.07092289
+0.27461302 0.23179904 0.07214355
+0.31456131 0.23356543 0.08315258
+0.35727620 0.24075226 0.13829477
+-0.08287592 0.27957073 0.06370313
+-0.12631920 0.47623703 0.10506328
+-0.07753078 0.47037780 0.15089920
+-0.04122999 0.47039425 0.14062899
+-0.01212622 0.47108504 0.13428135
+0.01364376 0.47840074 0.13085911
+0.05276678 0.48538888 0.12657627
+0.10467488 0.48239523 0.12195224
+0.14962085 0.49680334 0.13727863
+0.18121257 0.50309420 0.16268285
+0.21163201 0.50404030 0.15489860
+0.24731351 0.51210815 0.14826758
+0.28495166 0.52045131 0.14215957
+0.33745638 0.52909511 0.13603656
+0.39197239 0.52949959 0.12904748
+0.43479115 0.53589046 0.12088146
+0.47878754 0.53796887 0.11098037
+0.52369452 0.54532152 0.10334712
+0.57128286 0.55104166 0.09810083
+0.61676961 0.55748755 0.09383421
+0.66662526 0.55798823 0.08842844
+0.71537507 0.56228960 0.08551157
+0.75598681 0.56729746 0.07921793
+0.78935248 0.57010406 0.07629370
+0.83151549 0.57379323 0.07431842
+0.86754709 0.57585317 0.08346652
+0.90120924 0.58046776 0.08350704
+0.90173978 0.58358121 0.07342765
+0.98520833 0.58741879 0.06481940
+1.06977892 0.59904724 0.05168309
+1.12035716 0.61274183 0.04762577
+1.16145897 0.62162459 0.04608011
+1.19809473 0.63433957 0.04177561
+1.25052333 0.64366162 0.04128358
+-0.25394505 0.72840321 0.05003995
+-0.24620958 0.78092575 0.08654881
+-0.21903639 0.78191710 0.07882668
+-0.19225270 0.78486806 0.07634349
+-0.15436944 0.78815955 0.07117285
+-0.11691731 0.78915364 0.06870244
+-0.04588551 0.79569608 0.06701871
+-0.14356516 0.80855465 0.07345188
+-0.13482298 0.81854308 0.12269519
+-0.11164130 0.82591069 0.11329027
+-0.08975276 0.83046132 0.10740913
+-0.06128133 0.83603811 0.10193329
+-0.02027979 0.83849126 0.09818209
+0.03384224 0.84526592 0.09167869
+0.08874603 0.84596831 0.08335779
+0.14694971 0.84974480 0.07376152
+0.19157639 0.85293990 0.06631853
+0.23824906 0.85936177 0.06158294
+0.28245628 0.86157060 0.06127649
+0.31802806 0.86619115 0.05617050
+0.35935670 0.87374920 0.05561485
+0.40159222 0.87764406 0.05006400
+0.43450415 0.88512534 0.04952825
+0.47045818 0.88970757 0.04787657
+0.50885731 0.89290869 0.04344929
+0.55055064 0.89870149 0.04116260
+0.60909176 0.90328926 0.03625948
+0.67422843 0.90755451 0.03332991
+0.71969074 0.91713071 0.03269601
+0.75581956 0.92438966 0.02795738
+0.78052425 0.93235308 0.02936445
+0.80565035 0.94007701 0.02900079
+0.84983206 0.95039046 0.02569372
+0.62081885 0.96674228 0.02426814
+0.24012524 1.00855303 0.04289552
+0.31346521 1.00894320 0.03430838
+0.36602342 1.01294971 0.03393764
+0.42344224 1.01835775 0.03340697
+0.47561869 1.02247322 0.02972108
+0.55234247 1.02524543 0.02954074
+0.36115113 1.03074837 0.03198237
+-0.25918353 1.04231977 0.09617317
+-0.21897733 1.05031371 0.09245855
+-0.20524085 1.05535460 0.08561332
+-0.19078727 1.06308305 0.08116590
+-0.17549834 1.06784034 0.07981087
+-0.14936876 1.07192910 0.07383375
+-0.10290006 1.07075846 0.06304736
+-0.04718540 1.06520522 0.05117297
+-0.00847821 1.06640291 0.04202272
+0.01735853 1.07208633 0.03713883
+0.04393674 1.07776320 0.03758721
+0.07463909 1.08607173 0.03323388
+0.09005000 1.08806789 0.03813227
+0.01252743 0.88685387 0.02618985
+0.04473977 0.92433882 0.03303929
+0.06842262 0.93511212 0.03425696
+0.08868371 0.95634109 0.03109114
+0.11576813 0.97669017 0.03191927
+0.14086291 0.99078774 0.02808317
+0.27293652 1.14458573 0.02618848
+0.31373858 1.13449121 0.02160143
+0.35866976 1.14110303 0.01751687
+0.40379652 1.14796770 0.01847336
+0.45280260 1.15460157 0.01923777
+0.48144132 1.13193524 0.02137994
+0.53014445 1.22916651 0.02153948
+0.64021486 1.17634261 0.01179942
+0.72753882 1.16411304 0.00969147
+0.79640359 1.15473211 0.00617444
+0.86579114 1.14946246 0.00660857
+0.95129251 1.14772975 0.01162995
+0.89504778 1.07037306 0.00987731
+0.98507732 1.11576331 -0.01383193
+-0.16977693 -0.26087177 0.79055208
+-0.18753333 -0.25562418 0.75037336
+-0.17242311 -0.25028881 0.74040270
+-0.18233629 -0.25255680 0.72722578
+-0.06071875 -0.25634477 0.74370849
+-0.03419927 -0.25752753 0.72513765
+0.04807531 -0.26028359 0.70586556
+-0.07844939 -0.24055982 0.70571250
+-0.00040611 -0.24133277 0.68708980
+0.07585476 -0.23329620 0.68343097
+0.14152104 -0.22330809 0.67125076
+0.19360428 -0.21413423 0.66679126
+0.23672301 -0.21037556 0.65474194
+0.29877183 -0.20799801 0.64724088
+0.33788568 -0.20227315 0.63414991
+0.38866100 -0.20360668 0.62667918
+0.43566245 -0.20656028 0.60939711
+0.48709977 -0.21024440 0.60240132
+0.53890681 -0.20856088 0.58583844
+0.58370435 -0.20352899 0.58010000
+0.64161432 -0.20267326 0.57157177
+0.68562633 -0.20090573 0.55619603
+0.72621477 -0.19691528 0.55029893
+0.76812488 -0.19566149 0.53660637
+0.81347573 -0.19448102 0.53343928
+0.86289108 -0.19474529 0.51961970
+0.93527055 -0.19894728 0.51055032
+0.98071003 -0.20079812 0.50655591
+1.01104653 -0.20022129 0.49444249
+1.03244102 -0.19656557 0.49405652
+1.05648088 -0.19569318 0.48172125
+1.07573450 -0.19507416 0.48157290
+1.12395215 -0.19638440 0.46316031
+0.32483038 -0.17221791 0.69320613
+0.22668739 -0.16725273 0.68438900
+0.26711148 -0.16578974 0.67572159
+0.29068300 -0.16329519 0.66330111
+0.32014877 -0.16160682 0.65430182
+0.35148352 -0.16014095 0.64120954
+0.42287958 -0.16274317 0.63456857
+-0.07071912 -0.10939605 0.64185894
+-0.11396508 -0.10697107 0.62565100
+-0.05876324 -0.10741830 0.62284881
+-0.01347456 -0.10687793 0.60926378
+0.02416727 -0.10443357 0.60548908
+0.06028717 -0.10479990 0.59282774
+0.11595339 -0.10333379 0.58688205
+0.17448366 -0.10291378 0.57293868
+0.23158459 -0.10365100 0.56616431
+0.27455440 -0.10163561 0.55114239
+0.32539263 -0.09996487 0.54208344
+0.37355143 -0.09982258 0.52749491
+0.42465904 -0.09785971 0.52113724
+0.48675662 -0.09680569 0.51262486
+0.53889608 -0.09501183 0.49536934
+0.58936894 -0.09349395 0.49000493
+0.63637340 -0.09505571 0.47499785
+0.68767387 -0.09434448 0.47265232
+0.73688614 -0.09782267 0.46812144
+0.80364174 -0.10156488 0.45176047
+0.85826987 -0.10349786 0.44733256
+0.89774477 -0.10347290 0.43749964
+0.92762214 -0.10216101 0.43417552
+0.96651125 -0.10794074 0.43346745
+0.99970841 -0.10830864 0.42344955
+1.05440652 -0.10896111 0.41419235
+0.53531545 -0.08346599 0.63843650
+0.49253097 -0.08315729 0.63270473
+0.53480273 -0.08178052 0.62170017
+0.56235838 -0.07960036 0.61308706
+0.58746499 -0.08037436 0.60472262
+0.60967612 -0.07957537 0.59448367
+0.67542499 -0.08218212 0.57751632
+-0.10166059 -0.00662945 0.60457987
+-0.17330015 -0.00756020 0.58861476
+-0.13038228 -0.00819183 0.58563042
+-0.09764670 -0.00851447 0.57147396
+-0.06658077 -0.00972531 0.56811327
+-0.03617919 -0.00720387 0.55637014
+0.01601332 -0.01219552 0.55070204
+0.07908054 -0.01101326 0.53464085
+0.13261901 -0.01197641 0.52867424
+0.17058399 -0.01324366 0.51392621
+0.21807095 -0.01414198 0.50686336
+0.26777163 -0.01168383 0.49142829
+0.31762069 -0.01310500 0.48358989
+0.38688770 -0.01101251 0.46694392
+0.44424629 -0.01480181 0.45835450
+0.50006825 -0.01428904 0.45436490
+0.54748893 -0.01545002 0.43913034
+0.60597020 -0.01440409 0.43500808
+0.66721880 -0.01890750 0.43073770
+0.72305757 -0.02354764 0.41640943
+0.78245944 -0.02799281 0.41239846
+0.83030456 -0.03024508 0.40171328
+0.86244023 -0.03231525 0.40203971
+0.90902847 -0.03193939 0.39042312
+0.95049697 -0.03418381 0.38894540
+1.01832330 -0.03826622 0.37047082
+0.60957563 -0.00917919 0.60954601
+0.63279045 -0.01106047 0.58896875
+0.67873031 -0.01572547 0.58141172
+0.70166105 -0.01186492 0.57194614
+0.72254407 -0.01188585 0.56393766
+0.74364656 -0.01219484 0.55410326
+0.80999225 -0.01606723 0.54818219
+-0.20572805 0.06977709 0.56860191
+-0.20019218 0.06689833 0.56061995
+-0.16436243 0.06525942 0.54937047
+-0.13585834 0.06178392 0.53757668
+-0.10990919 0.06187733 0.53311241
+-0.08125201 0.05679536 0.52299702
+-0.02661591 0.05609587 0.51612848
+0.04012724 0.05698538 0.50183266
+0.09667657 0.05216482 0.49638110
+0.12893073 0.05169922 0.49030858
+0.16834748 0.04956963 0.47333768
+0.21024877 0.04906289 0.46749824
+0.27105561 0.04508480 0.45160773
+0.33659893 0.04308571 0.44568303
+0.39973971 0.04212107 0.42774317
+0.45709509 0.04084587 0.42217165
+0.51449406 0.03957791 0.41579741
+0.57160860 0.03276470 0.40534472
+0.63309968 0.02911777 0.40156478
+0.69245791 0.02395998 0.38816926
+0.75083488 0.01989078 0.38486007
+0.80221111 0.01628947 0.38450938
+0.83949387 0.01465997 0.37438479
+0.88873035 0.01205144 0.37374088
+0.93516362 0.00978229 0.36364406
+0.99588823 -0.00120524 0.35817361
+0.59142572 0.03230397 0.58746755
+0.65248579 0.02563897 0.57274783
+0.68828028 0.02555788 0.55541307
+0.71144778 0.02487361 0.55573499
+0.73456997 0.02444359 0.54749507
+0.74638301 0.02285813 0.53726047
+0.74971414 0.02037509 0.52717865
+-0.25723138 0.09730421 0.55342573
+-0.19481751 0.08789276 0.53855246
+-0.16013132 0.08476610 0.53527713
+-0.12949637 0.07644910 0.52399832
+-0.09903219 0.07629380 0.51957989
+-0.06743398 0.07602239 0.50624299
+-0.00827040 0.06737917 0.50092602
+0.05449869 0.06691597 0.48853278
+0.10952159 0.06630170 0.48224056
+0.14776786 0.05794112 0.46791339
+0.19315483 0.05754226 0.46109068
+0.23474139 0.05698195 0.44374672
+0.28204110 0.05170561 0.44039476
+0.34988284 0.05109959 0.42998815
+0.41376525 0.04732227 0.41331607
+0.47743696 0.04168934 0.41035050
+0.53175735 0.04083594 0.39478955
+0.59759182 0.03597531 0.39107764
+0.65071231 0.03277524 0.37899235
+0.71627957 0.02339509 0.37621063
+0.78247398 0.01954741 0.37550169
+0.82715046 0.01174690 0.36561123
+0.86764544 0.01025207 0.36584821
+0.91018999 0.00400556 0.35633141
+0.95829600 0.00172446 0.35693032
+0.94847274 -0.00126728 0.34903699
+0.48730421 0.03432564 0.58722514
+0.54510343 0.02668440 0.57003027
+0.57288569 0.02175218 0.55385411
+0.59227425 0.02031532 0.54792690
+0.61048537 0.01387120 0.54732555
+0.62799734 0.01476644 0.53625929
+0.54580832 0.01379467 0.52478349
+-0.22955172 0.07404211 0.54491204
+-0.16317485 0.06557161 0.53020424
+-0.12035892 0.06006836 0.52660549
+-0.08115213 0.05729328 0.51353693
+-0.04726476 0.05002400 0.50400740
+-0.00695468 0.05185863 0.49871874
+0.05670314 0.05750137 0.48202580
+0.12211682 0.07049150 0.47564164
+0.17889202 0.07647271 0.46544960
+0.22049199 0.07674653 0.44927025
+0.26542643 0.07155566 0.44537729
+0.31364268 0.06832805 0.42806038
+0.36240208 0.06250698 0.42244995
+0.41987413 0.05698163 0.40576565
+0.47634807 0.05663642 0.39982823
+0.53637332 0.05283732 0.39202285
+0.58806449 0.04892351 0.37875101
+0.64997184 0.04222633 0.37531474
+0.70833629 0.03358085 0.36440551
+0.77839178 0.02602780 0.36211023
+0.83964038 0.01954683 0.35201555
+0.87999022 0.01326394 0.35247734
+0.91405880 0.00882752 0.35401723
+0.95202893 0.00428649 0.34463233
+0.99609447 -0.00087521 0.34621260
+0.90691721 -0.00070799 0.33968079
+0.24143203 0.04791808 0.58640313
+0.29054123 0.03378608 0.56332475
+0.30913609 0.02785037 0.55526114
+0.32964557 0.02301960 0.54860997
+0.34119719 0.01872585 0.53865170
+0.35692033 0.01265928 0.53781003
+0.30102891 0.01088421 0.52594393
+-0.20288651 0.04653738 0.52705789
+-0.12891722 0.03680739 0.52295083
+-0.06625400 0.03037447 0.51158452
+-0.01139592 0.02492782 0.50983608
+0.04110110 0.02103392 0.49667257
+0.09499855 0.01100250 0.49509326
+0.16514874 0.00539700 0.47954068
+0.23165888 0.00086213 0.47500038
+0.29552186 -0.00598322 0.46001816
+0.34102583 -0.00976270 0.45561954
+0.39925206 -0.01862551 0.43845034
+0.45006916 -0.02473529 0.43344846
+0.49202642 -0.02838791 0.42752767
+0.55413157 -0.03225983 0.41015688
+0.60994506 -0.03951577 0.40176725
+0.66136336 -0.04364326 0.38793266
+0.71775281 -0.05023346 0.38187659
+0.77889198 -0.05911863 0.36860642
+0.83782381 -0.06587364 0.36637551
+0.92065316 -0.07503270 0.36517909
+0.97803015 -0.08753859 0.35544530
+1.01349235 -0.09146196 0.35723954
+1.04385448 -0.09562524 0.34778851
+1.06923819 -0.10294702 0.34963003
+1.09877098 -0.10739214 0.34140107
+1.01118886 -0.11391514 0.34168717
+-0.09466665 -0.00488794 0.61405271
+-0.05202100 -0.03003705 0.58792001
+-0.04069704 -0.04611300 0.58132225
+-0.03912155 -0.04896694 0.57051951
+-0.02824835 -0.06560248 0.56336552
+-0.01330422 -0.08070183 0.56477374
+0.01234033 -0.08967096 0.54969627
+-0.13345540 -0.08347722 0.54045594
+-0.05671394 -0.10448572 0.53874654
+0.03182276 -0.11189045 0.52582246
+0.11214413 -0.12284950 0.52592719
+0.18120854 -0.13202257 0.51202267
+0.24908207 -0.13581078 0.51001483
+0.32624772 -0.15119256 0.49669823
+0.38010994 -0.15494695 0.49258649
+0.44935843 -0.16332446 0.47661924
+0.51176053 -0.17611550 0.47294557
+0.58299679 -0.17974946 0.45360175
+0.63320643 -0.18690971 0.44834581
+0.68665934 -0.19378686 0.44283393
+0.76132107 -0.20453510 0.42319864
+0.80984992 -0.20761374 0.41765413
+0.85323042 -0.19837062 0.39775032
+0.89377028 -0.18926625 0.39164072
+0.94894099 -0.18824176 0.37362665
+1.00179744 -0.18156955 0.37012520
+1.01635253 -0.17204264 0.36723283
+1.04876363 -0.16432764 0.35580963
+1.05337143 -0.15358090 0.35543841
+1.05018592 -0.15115151 0.34578180
+1.04365623 -0.14024475 0.34576279
+1.03777289 -0.12955670 0.33604619
+1.06474721 -0.12556873 0.32575661
+-0.19792967 0.05566649 0.60082018
+-0.27823505 0.06159886 0.57825148
+-0.25950986 0.05947573 0.56823629
+-0.24225020 0.05745468 0.55652809
+-0.22190511 0.05166883 0.54452407
+-0.19583686 0.05779288 0.54021060
+-0.14697245 0.05054026 0.52726060
+-0.08044904 0.05495984 0.50934535
+-0.01516883 0.05170745 0.50416535
+0.05007679 0.05750854 0.49027681
+0.12372453 0.06800726 0.48473951
+0.18603344 0.06770117 0.47406930
+0.24346060 0.07588194 0.46807793
+0.31428459 0.08255056 0.45160794
+0.37369138 0.08517905 0.44581124
+0.43189713 0.08998497 0.42823738
+0.48531875 0.10186786 0.42096299
+0.54762119 0.10910449 0.40357107
+0.61380595 0.11194724 0.39440975
+0.68129182 0.11717124 0.38680992
+0.74961925 0.12280704 0.36648044
+0.81509125 0.12819195 0.35661981
+0.86602283 0.13472471 0.34051380
+0.91981143 0.14477442 0.33212355
+0.97224969 0.15272404 0.31566516
+1.04350412 0.15935849 0.31124642
+0.66637254 0.20062743 0.30861124
+0.41590559 0.21724103 0.30707055
+0.42841372 0.22964840 0.29955199
+0.41859031 0.23942892 0.29810035
+0.40667310 0.25000378 0.29873550
+0.40199250 0.25847584 0.29059920
+0.40931910 0.26765016 0.27317449
+0.07589117 0.37989637 0.49390078
+-0.21902855 0.42568216 0.50170058
+-0.18109240 0.43094236 0.48893940
+-0.15875216 0.43329462 0.47890350
+-0.13486798 0.43917814 0.46823710
+-0.10969897 0.44551316 0.46490318
+-0.07499165 0.44801822 0.45139042
+-0.03075944 0.45321450 0.43767491
+0.01052278 0.45674676 0.43081811
+0.04919324 0.46073312 0.42063767
+0.08652828 0.47103757 0.41495055
+0.13230868 0.47868568 0.40331587
+0.17802906 0.48748749 0.39886323
+0.22652824 0.48975661 0.38544565
+0.29345855 0.49883991 0.37925777
+0.34348369 0.50496960 0.36513183
+0.39418980 0.51319158 0.35821590
+0.45616263 0.51546305 0.34395570
+0.51867700 0.52032900 0.33586434
+0.59117579 0.51439220 0.33090550
+0.62404656 0.49842888 0.37120765
+0.68547279 0.50075042 0.36404368
+0.76069391 0.50602382 0.35118094
+0.81923246 0.52076298 0.34131321
+0.90215123 0.53671026 0.31655389
+0.98417753 0.55672288 0.29288948
+1.05954778 0.60449618 0.28993374
+-0.33969554 0.67601395 0.26260778
+-0.32215154 0.68844825 0.25362080
+-0.31069499 0.70469803 0.25041065
+-0.29734388 0.71483409 0.24330828
+-0.28019679 0.72901094 0.24207726
+-0.25764143 0.74225920 0.22894272
+-0.21121038 0.77698886 0.37792927
+-0.13651204 0.83722770 0.42186058
+-0.07568052 0.84403729 0.40650657
+-0.03692712 0.85369396 0.39807180
+0.00278428 0.86202884 0.38742578
+0.04116585 0.87021571 0.38294706
+0.08000012 0.88125408 0.37353426
+0.12763631 0.89335471 0.36084965
+0.17132555 0.90499586 0.35414141
+0.21279404 0.91620827 0.34418553
+0.25398168 0.92919427 0.33838212
+0.29441991 0.93608254 0.33027253
+0.35526431 0.94555002 0.32451662
+0.42681700 0.95922720 0.31503233
+0.50034714 0.97227061 0.30828863
+0.57156104 0.98398602 0.29701281
+0.63063765 0.99689537 0.28903285
+0.68437845 1.00986147 0.27914777
+0.74389505 1.02217126 0.26862985
+0.81380415 1.02311385 0.26060817
+0.64374238 1.02843177 0.24680255
+0.23987313 1.03748095 0.23616254
+0.27197123 1.04854238 0.22588237
+0.28899765 1.06059265 0.21811582
+0.29711515 1.07213271 0.20632622
+0.30891016 1.07724023 0.19719552
+0.32323563 1.08490741 0.20799302
+0.26404405 1.18835688 0.21721780
+-0.22627249 1.20859921 0.20928587
+-0.17696653 1.19889414 0.20268038
+-0.15245555 1.19015884 0.19785918
+-0.12017877 1.18113148 0.19396697
+-0.08113696 1.17199075 0.18527396
+-0.02486289 1.15943003 0.25676394
+0.04978083 1.13925874 0.33169091
+0.11525562 1.12207031 0.31793460
+0.18802403 1.11062443 0.30807325
+0.24226691 1.10119319 0.30240881
+0.30879641 1.08821595 0.29707566
+0.36741140 1.07814479 0.28657135
+0.42555100 1.06780827 0.27932900
+0.49466673 1.05773163 0.27235898
+0.56335801 1.04215515 0.26378149
+0.62189573 1.03055418 0.25911954
+0.68047488 1.01998782 0.25012484
+0.75759363 1.00539231 0.24368131
+0.83833051 0.99446011 0.23855399
+0.94627506 0.98262519 0.23060091
+1.05598879 0.96732289 0.22444560
+1.08750594 0.95781934 0.21675502
+1.09825242 0.94735032 0.21100004
+1.09004343 0.93196595 0.20295513
+1.07807541 0.92086273 0.19190399
+1.07051778 0.92160469 0.17996800
+0.76236284 0.95893812 0.17058998
+-0.29500306 0.94183046 0.16436762
+-0.24210767 0.93015975 0.15435340
+-0.21362284 0.91431761 0.14903368
+-0.18522958 0.90213579 0.13954854
+-0.15099882 0.88997263 0.14456578
+-0.11376173 0.88111740 0.17509085
+-0.05207392 0.88438064 0.16797842
+0.02580765 0.87425900 0.15834746
+0.09635963 0.86170554 0.15434606
+0.14181975 0.84909582 0.14862950
+0.19695732 0.83537519 0.14636789
+0.25673643 0.82251233 0.15399134
+0.32013926 0.81045961 0.23696423
+0.39195281 0.79322916 0.22332580
+0.46322855 0.77756089 0.21475220
+0.53309762 0.76754963 0.21044609
+0.59642357 0.74957925 0.20661914
+0.66045868 0.73469430 0.19940780
+0.72551292 0.72343832 0.19126117
+0.80059844 0.70794052 0.18772769
+0.87966317 0.69216520 0.17953371
+0.93115479 0.67544454 0.18108733
+0.94869733 0.65635288 0.19854146
+0.97938323 0.63417429 0.19383283
+1.02622092 0.61772555 0.18239412
+1.07140434 0.60213143 0.16988440
+1.04355121 0.58766645 0.16593167
+-0.02109438 0.57790500 0.14415891
+-0.00104813 0.56532830 0.14054613
+-0.02162431 0.55419755 0.13141812
+-0.03842845 0.54324108 0.12511790
+-0.05342079 0.53054577 0.11349339
+-0.06760984 0.56618029 0.10395647
+-0.05399904 0.65041834 0.10156482
+-0.09877943 0.63454151 0.09639720
+-0.04370138 0.62203401 0.08984090
+0.05234496 0.60562688 0.08522750
+0.14589679 0.59318984 0.08041810
+0.22016501 0.57544988 0.12838437
+0.28332239 0.56335425 0.12648435
+0.34808224 0.55167961 0.11823711
+0.40915525 0.53885037 0.11397999
+0.45871511 0.51843721 0.10820846
+0.51752639 0.50661677 0.10744391
+0.57309449 0.49517652 0.09884832
+0.63423598 0.48402989 0.12731685
+0.64157915 0.45420805 0.18380241
+0.68838727 0.43593851 0.18280101
+0.75393575 0.42307305 0.17356853
+0.82829249 0.41183057 0.15125349
+0.89520270 0.40144992 0.12343834
+0.95278913 0.38839492 0.10527561
+1.00367868 0.37389970 0.09959752
+1.06376278 0.35328895 0.09616417
+0.67774081 0.32628459 0.13709806
+0.42632318 0.31297201 0.13785154
+0.40216643 0.29620424 0.14862956
+-0.04684359 0.29516581 0.08084145
+-0.00059598 0.30753478 0.08303553
+0.05704467 0.38022181 0.08191655
+0.12423453 0.49362311 0.07985771
+0.19710380 0.49586233 0.07670889
+0.25368977 0.50385028 0.07049585
+0.31082487 0.51511276 0.06649795
+0.37892815 0.52165377 0.06855275
+0.43455943 0.54164642 0.06810259
+0.49294007 0.58341479 0.06810506
+0.54737926 0.63759619 0.05804726
+0.60457796 0.65900576 0.20190094
+0.65717387 0.64408916 0.68402064
+0.70458359 0.62966669 0.58969271
+0.74914068 0.60757607 0.53849262
+0.79268628 0.59299850 0.51913756
+0.83181977 0.57733458 0.51332396
+0.86482322 0.56067318 0.51004720
+0.89753824 0.54385954 0.51248640
+0.93086070 0.52735376 0.55886436
+0.98505497 0.50362003 0.57651746
+1.04672742 0.48296982 0.60433310
+1.07793951 0.46465495 0.60922444
+1.08454800 0.44948444 0.60449624
+1.08830428 0.43054304 0.60610741
+1.09765863 0.41237777 0.59999573
+1.10415423 0.39367947 0.59795928
+1.09141588 0.37479714 0.58314306
+-0.03097322 0.35591450 0.58180386
+0.04977520 0.33333844 0.56412196
+0.10595260 0.31486163 0.55894512
+0.15776105 0.29843524 0.54950774
+0.21239635 0.28392005 0.53631473
+0.26579082 0.27126190 0.52629209
+0.34826508 0.26255238 0.51413924
+-0.00939625 0.24880010 0.50440544
+-0.17409056 0.26651344 0.49387375
+-0.12605926 0.33464551 0.48341569
+-0.08751259 0.31454742 0.47554871
+-0.05532691 0.29700240 0.45815784
+-0.02848808 0.27655810 0.45346338
+0.00652791 0.26365837 0.43898749
+0.05488969 0.24307160 0.43379721
+0.10131051 0.22704570 0.42443475
+0.13220009 0.22947571 0.41023740
+0.15868999 0.21143091 0.52506816
+0.18388185 0.19826040 0.53902221
+0.20163408 0.17726184 0.52480006
+0.21910368 0.16075842 0.51754582
+0.24752352 0.14758152 0.50705934
+0.28270999 0.12886253 0.49737677
+0.32349974 0.11115837 0.48203224
+0.36766642 0.09224452 0.56024969
+0.40865901 0.07638539 0.57437086
+0.45376551 0.05946558 0.56266946
+0.48635963 0.04638889 0.55251056
+0.53039235 0.02997534 0.54026836
+0.57398325 0.01754274 0.53072137
+0.60606557 0.00040075 0.52158391
+0.64835650 -0.01228342 0.51136279
+0.69823796 -0.02478485 0.49816364
+0.75445324 -0.04306149 0.49024069
+0.84967846 -0.05615612 0.48073030
+0.94089627 -0.07266243 0.47171268
+0.99816644 -0.08565797 0.46300665
+1.04629731 -0.09774166 0.45177951
+1.08399034 -0.11263622 0.44087049
+1.11092424 -0.12373408 0.43345141
+1.14607918 -0.13472018 0.42188755
+0.78222871 -0.14675622 0.41367820
+-0.09866690 -0.15494958 0.40239120
+-0.03257450 -0.15779634 0.39014891
+0.00638331 -0.17269635 0.38001734
+0.04581357 -0.19035049 0.36912209
+0.09433773 -0.20338210 0.35846716
+0.13722193 -0.21609779 0.34927526
+0.18556035 -0.22911862 0.33824348
+-0.20983428 -0.23114537 0.32454541
+-0.16383433 -0.21759103 0.36751625
+-0.14883716 -0.23274790 0.40838748
+-0.12995867 -0.24661975 0.39474046
+-0.11264123 -0.25994086 0.38514337
+-0.09011532 -0.27284020 0.37893176
+-0.04980336 -0.26656169 0.37400714
+0.00216797 -0.26541194 0.36615211
+0.07689928 -0.25922042 0.42437991
+0.15105595 -0.25532243 0.50156015
+0.22065757 -0.24345429 0.48570663
+0.28371641 -0.23642440 0.47701952
+0.33746031 -0.22749244 0.46787617
+0.40188640 -0.21858366 0.45510548
+0.46222872 -0.21198076 0.44709125
+0.51605999 -0.20313120 0.43869022
+0.57203275 -0.19587068 0.42805180
+0.63158345 -0.18814485 0.41863257
+0.68776256 -0.17938855 0.40771320
+0.74625146 -0.17503646 0.39709562
+0.80910993 -0.16634148 0.39112550
+0.86510599 -0.15932330 0.38172033
+0.90814823 -0.15108243 0.37363446
+0.94211394 -0.14435866 0.36234260
+0.97869164 -0.13682544 0.35348567
+1.01803434 -0.13003621 0.34399348
+0.98198986 -0.12585260 0.33553410
+0.85626400 -0.12769119 0.32316568
+0.91773075 -0.12409552 0.31424099
+0.95550478 -0.11932287 0.30021915
+0.99597448 -0.11324506 0.29022139
+1.03092968 -0.10737749 0.27710384
+1.06774020 -0.10418017 0.26776457
+0.94693571 -0.09985739 0.25275528
+-0.34025663 -0.07020105 0.25744912
+-0.29614100 -0.05791785 0.29258403
+-0.28768224 -0.05618417 0.28182250
+-0.27848944 -0.04983952 0.27314436
+-0.25135809 -0.04224638 0.27040839
+-0.20746486 -0.03748906 0.26295072
+-0.11729472 -0.03302783 0.25701800
+-0.09385432 0.02155595 0.29107198
+-0.00949618 0.05647451 0.43150768
+0.07431170 0.05993557 0.41004872
+0.14057621 0.06761354 0.40204039
+0.19367389 0.07129902 0.39064631
+0.24131434 0.07824414 0.38374755
+0.29877064 0.08370222 0.37791452
+0.34781978 0.08911879 0.36540705
+0.39918306 0.09426752 0.35440564
+0.43506363 0.09892147 0.34900957
+0.47839981 0.10628662 0.33622777
+0.51996648 0.10812567 0.32621190
+0.55698562 0.11345194 0.32269955
+0.60065103 0.11739704 0.31246245
+0.64359200 0.12405977 0.30811089
+0.68405843 0.12809330 0.29577386
+0.71859080 0.13191478 0.29111972
+0.75870270 0.13626385 0.27883312
+0.80264628 0.13504405 0.27540478
+0.86525679 0.13952452 0.26225969
+0.91892153 0.13967793 0.25403053
+0.95200866 0.14030164 0.23892944
+0.97429287 0.14518942 0.22996430
+0.99807167 0.14745818 0.21522547
+1.02219987 0.14673434 0.20523211
+1.05936766 0.14607053 0.18877573
+0.69147682 0.15309209 0.17905766
+0.31259835 0.16799997 0.19027290
+0.38052019 0.17252986 0.17891774
+0.42369938 0.18307404 0.17002116
+0.46641260 0.19754948 0.17717798
+0.50353795 0.20626545 0.17261735
+0.56500256 0.21265009 0.17364044
+0.26667342 0.24362677 0.24557570
+-0.19606568 0.34677923 0.37798980
+-0.14027061 0.33906108 0.35136947
+-0.10364704 0.33569244 0.33620992
+-0.07346307 0.33535296 0.32867905
+-0.04897466 0.33913606 0.32577333
+-0.01573617 0.33831093 0.31734276
+0.03870847 0.34365392 0.30512062
+0.03672505 0.33671993 0.29886264
+-0.04369861 0.24605472 0.23764560
+-0.02100717 0.25407094 0.24720562
+-0.00514418 0.26114100 0.24599791
+0.01270737 0.26841456 0.23827763
+0.03916277 0.27997792 0.23098634
+0.09805451 0.29655379 0.22262318
+0.31011513 0.36955330 0.25335887
+0.35318896 0.36988139 0.23573147
+0.41126153 0.37291902 0.22338426
+0.44913995 0.37314039 0.23923163
+0.47177246 0.37467295 0.26405257
+0.38343260 0.30651981 0.25446886
+0.58749723 0.42570907 0.24879846
+0.60290521 0.39574122 0.23510243
+0.63633484 0.39503795 0.21567082
+0.69111633 0.39456588 0.20847367
+0.75121534 0.39646959 0.18255012
+0.85682660 0.42276001 0.15287533
+0.93872380 0.46958065 0.12333748
+1.05311608 0.49318814 0.09861122
+1.13656378 0.49826065 0.09167250
+1.18411279 0.49613208 0.08212413
+1.21787047 0.49707729 0.08757292
+1.18779683 0.46985495 0.08569510
+1.25763011 0.43919262 0.08197649
+-0.26898226 0.61204284 0.29952303
+-0.24714202 0.60270637 0.28621593
+-0.22518249 0.59903586 0.26678351
+-0.20895751 0.60360438 0.26724583
+-0.17864764 0.59890276 0.25857669
+-0.14599454 0.60632330 0.24697973
+-0.07653380 0.63977593 0.22097570
+-0.14781982 0.58307171 0.20742340
+-0.11416850 0.59729874 0.19510992
+-0.08774216 0.59393483 0.18339288
+-0.06321706 0.58551782 0.18528864
+-0.04531650 0.56964946 0.17690045
+-0.00649012 0.56495452 0.16735771
+0.04417452 0.55571926 0.17037307
+0.10282572 0.55041307 0.15891464
+0.18140100 0.54073483 0.16105792
+0.23928662 0.53571063 0.15187509
+0.31010702 0.52595651 0.14980152
+0.36716017 0.51280951 0.14172067
+0.41177702 0.50628954 0.13905521
+0.48315421 0.49443024 0.12434698
+0.53692341 0.48681259 0.12121160
+0.59203434 0.47515261 0.11989548
+0.64256442 0.46651754 0.11119217
+0.65271330 0.44553828 0.15926602
+0.72131735 0.43599030 0.14571247
+0.83147418 0.42066455 0.11795349
+0.92961240 0.41221747 0.08343910
+0.99172246 0.40828922 0.07370839
+1.03156960 0.40578386 0.06987958
+1.06751001 0.40448013 0.07074381
+1.09173214 0.39973658 0.06939423
+1.15159607 0.39298669 0.06555233
+0.29171345 0.53191715 0.24206038
+0.17750813 0.52877331 0.22741371
+0.20663160 0.52344066 0.21839947
+0.22870608 0.51300448 0.21242402
+0.25379691 0.50779879 0.20325045
+0.27432248 0.50345546 0.20397441
+0.33003330 0.48826328 0.19286282
+-0.13162237 0.48989543 0.20008500
+-0.18629490 0.48469427 0.19834286
+-0.16282187 0.47956204 0.18821420
+-0.14174286 0.46875668 0.18332568
+-0.12092767 0.46267146 0.18322736
+-0.09357785 0.45721152 0.17538908
+-0.04421852 0.45079696 0.17615485
+0.02219075 0.43947366 0.16537590
+0.10218218 0.43340027 0.16726780
+0.18014967 0.42203182 0.15942070
+0.24970910 0.41576335 0.16129066
+0.31315503 0.40981150 0.14981082
+0.36671659 0.40396875 0.15106918
+0.43628833 0.39693540 0.13803828
+0.49429649 0.38984835 0.13699526
+0.51265293 0.38062236 0.16683266
+0.55223423 0.37189132 0.18432000
+0.61441946 0.36268419 0.17484231
+0.69585097 0.34874013 0.15640102
+0.79540193 0.34523225 0.11453108
+0.87340468 0.33887798 0.09942555
+0.93365669 0.33264196 0.09634963
+0.97616380 0.32867953 0.09283740
+1.01331365 0.32603380 0.09442873
+1.04502738 0.32459766 0.09137050
+1.10179889 0.31823733 0.08720665
+0.49989718 0.41758594 0.28118691
+0.48768178 0.42464200 0.22265375
+0.50765520 0.41433024 0.20976487
+0.50668442 0.40876728 0.21960084
+0.49350733 0.39745909 0.25947377
+0.50490379 0.39703763 0.25044519
+0.55015695 0.39280689 0.23855937
+-0.12751797 0.40108135 0.20196897
+-0.22881511 0.39139730 0.20111591
+-0.20623896 0.38977402 0.19102505
+-0.18837599 0.38421556 0.18295103
+-0.16579609 0.37846324 0.18300538
+-0.14109850 0.37807599 0.17232850
+-0.09060770 0.36618790 0.17745039
+-0.02352980 0.35842982 0.16722488
+0.07062718 0.35533181 0.16623369
+0.14907175 0.35040364 0.15768348
+0.22311758 0.34517378 0.15892401
+0.28866333 0.34368733 0.15212587
+0.34547839 0.33907098 0.15082848
+0.41705513 0.33694220 0.14395250
+0.42240515 0.33074301 0.20095602
+0.47915477 0.32564819 0.19607896
+0.54584241 0.31764874 0.18448825
+0.63876879 0.31153983 0.14888264
+0.70938963 0.30371103 0.12924796
+0.78086925 0.29687741 0.11791570
+0.84560382 0.28927281 0.10885073
+0.90313816 0.28687230 0.10841785
+0.94089508 0.28154957 0.10497161
+0.98371983 0.28289053 0.10378022
+1.02033448 0.27587700 0.10472902
+1.07970154 0.27281597 0.09866193
+0.65348756 0.37287912 0.22999252
+0.65953511 0.36392000 0.21775877
+0.67747748 0.36331528 0.21058792
+0.69802564 0.35371432 0.20140329
+0.71102977 0.35382178 0.19426833
+0.72348648 0.34954998 0.18773350
+0.77438700 0.34188545 0.17132701
+-0.20933695 0.36282218 0.21258445
+-0.24706641 0.36164269 0.19844960
+-0.22818407 0.36067715 0.19005619
+-0.21078369 0.35159528 0.18965639
+-0.18899848 0.35008988 0.18146104
+-0.16391681 0.34849000 0.18098122
+-0.10707951 0.34630445 0.17374071
+-0.03834377 0.33746946 0.16418612
+0.05149709 0.33528489 0.16489716
+0.13511746 0.33398557 0.15862818
+0.21503244 0.32832327 0.15810952
+0.27930620 0.32828990 0.15159193
+0.33811846 0.32742444 0.15128738
+0.40865946 0.32224998 0.14962883
+0.41918156 0.31885543 0.20268136
+0.47987464 0.31742099 0.20113117
+0.53060794 0.31475300 0.19111072
+0.62771159 0.30908418 0.15192789
+0.70071095 0.30474386 0.13140054
+0.77062863 0.29314557 0.11728489
+0.83194745 0.28819948 0.11257018
+0.88658798 0.28595209 0.10647641
+0.92952561 0.28468126 0.10674631
+0.97430319 0.28524616 0.10310495
+1.01053870 0.28566217 0.10222696
+1.06753588 0.28341648 0.09578829
+0.63495123 0.37994400 0.23529401
+0.69418228 0.37392747 0.20646390
+0.71990228 0.36903995 0.19476672
+0.73078835 0.36926773 0.18850239
+0.74738497 0.36504796 0.18003792
+0.74548596 0.36530951 0.17692809
+0.75717735 0.36282206 0.16666397
+-0.29716817 0.39646310 0.18837155
+-0.24532306 0.39186957 0.18265063
+-0.22869891 0.38700622 0.17432433
+-0.21043654 0.38530606 0.17583694
+-0.18749024 0.38343462 0.16725984
+-0.16254780 0.38302368 0.16092020
+-0.10400302 0.38398340 0.15985738
+-0.03404212 0.38090229 0.15359953
+0.04766614 0.37311620 0.15276411
+0.12897310 0.37316948 0.14771721
+0.20814803 0.37563142 0.14724681
+0.27102706 0.37509340 0.14277311
+0.32998466 0.37466916 0.14183126
+0.40411088 0.37224871 0.13838360
+0.45291892 0.37505156 0.13487047
+0.49423957 0.37165427 0.15859501
+0.51889300 0.36642772 0.18729298
+0.58462119 0.36214894 0.18624970
+0.64954787 0.35508779 0.17501454
+0.73484951 0.35189793 0.14362012
+0.82159430 0.35091111 0.11548132
+0.88618487 0.34917912 0.10078478
+0.92840850 0.35086951 0.09968291
+0.97582918 0.35069540 0.09360623
+1.02234125 0.35525098 0.09396889
+1.02447033 0.35490102 0.09276052
+0.59306508 0.45717695 0.18160008
+0.59154367 0.44237751 0.21512184
+0.60424459 0.44755650 0.20459495
+0.60104191 0.44237021 0.21050707
+0.61117262 0.44670033 0.20165327
+0.61628705 0.44643766 0.19723268
+0.57262027 0.45897317 0.13260193
+-0.27591032 0.47766957 0.16738060
+-0.22808707 0.47948492 0.16157533
+-0.20977129 0.47791505 0.15389565
+-0.19015171 0.48108199 0.14584993
+-0.16599089 0.48437342 0.14701092
+-0.13805805 0.48378256 0.14157297
+-0.08700070 0.48051441 0.14140874
+-0.02228612 0.48284975 0.13383870
+0.05418558 0.48072660 0.13307853
+0.12272554 0.48586401 0.12942000
+0.19787487 0.49040279 0.12692305
+0.25494581 0.48939750 0.12250713
+0.31345746 0.49396160 0.12287274
+0.38647819 0.49662709 0.11753777
+0.44147772 0.50043201 0.11554123
+0.49988925 0.49472305 0.11507083
+0.56150800 0.49773884 0.10943599
+0.62421638 0.49860135 0.10733379
+0.69168532 0.49731705 0.10397626
+0.71884483 0.48000512 0.13993362
+0.78756005 0.47893897 0.12962641
+0.85616851 0.48209694 0.11407725
+0.91561383 0.48574719 0.10359435
+0.97810858 0.48580173 0.08623722
+1.03174841 0.49074575 0.08062524
+0.95476061 0.50154799 0.09181263
+0.38766950 0.60412651 0.15441112
+0.42067224 0.60023689 0.14140454
+0.42907682 0.59937918 0.13653678
+0.42703316 0.60477298 0.13232177
+0.43403178 0.60942847 0.12718962
+0.43885127 0.60887158 0.12197756
+0.34130991 0.61494809 0.11203723
+-0.24351738 0.64012504 0.13874361
+-0.19548725 0.64090085 0.12522557
+-0.17555225 0.64391208 0.12083637
+-0.15174598 0.64168829 0.11897516
+-0.12784146 0.64549112 0.11417666
+-0.09635721 0.64837760 0.11334419
+-0.05192593 0.65624726 0.10814830
+-0.00264650 0.65778673 0.10811115
+0.05255141 0.66155535 0.10230891
+0.10880492 0.66479522 0.10284261
+0.17736813 0.66321534 0.09809265
+0.23578317 0.66752970 0.09826034
+0.29637825 0.67067713 0.09307078
+0.36397102 0.67373800 0.09263887
+0.41948417 0.68096381 0.08729882
+0.47912142 0.68256736 0.08704507
+0.53417587 0.68480742 0.08579763
+0.60367668 0.68597984 0.08088711
+0.68235719 0.68225837 0.07491318
+0.77505058 0.67406321 0.06238554
+0.85024625 0.67228705 0.05648962
+0.91063422 0.67308235 0.05754800
+0.95985895 0.67884618 0.05227332
+1.01324928 0.67948252 0.05541889
+1.06251037 0.68265605 0.05140065
+0.98916793 0.69880992 0.04873021
+0.04758385 0.84097505 0.12607610
+0.07991791 0.83437508 0.11489105
+0.07449590 0.83982509 0.11035622
+0.07259770 0.84960794 0.10608452
+0.07277286 0.84781486 0.10183139
+0.07778176 0.85795891 0.09671794
+0.07033791 0.86130863 0.08746670
+-0.19584951 0.88509756 0.08964700
+-0.14722100 0.88447076 0.08506477
+-0.12258904 0.88075626 0.07960021
+-0.09742959 0.89051980 0.07638589
+-0.06998581 0.89398938 0.07533192
+-0.04209328 0.90231329 0.07020932
+-0.00121318 0.90651274 0.07149527
+0.02878899 0.91553849 0.06616083
+0.06408820 0.91887099 0.06584918
+0.09557290 0.92128879 0.06257669
+0.14656781 0.93060708 0.06233810
+0.19589351 0.93520200 0.06352551
+0.23904634 0.94439059 0.05826556
+0.31695065 0.94688529 0.05730386
+0.37072265 0.95472848 0.05393407
+0.41741911 0.96255225 0.05322111
+0.48467907 0.96433377 0.05243977
+0.55388874 0.96996868 0.04840541
+0.64146388 0.96266621 0.04306393
+0.76200813 0.95477998 0.02815964
+0.83393109 0.95690256 0.02513321
+0.91357660 0.96082461 0.02555973
+0.96978980 0.96134287 0.02080893
+1.02376926 0.95884258 0.02231646
+1.06126451 0.95142221 0.02577659
+1.15349364 0.93224043 0.02075099
+-0.31693488 1.08170986 0.11176305
+-0.30854428 1.07189703 0.10091696
+-0.29409829 1.05700552 0.09811322
+-0.27911052 1.04991639 0.09517864
+-0.26021546 1.04199314 0.09136625
+-0.23654826 1.03789759 0.08922148
+-0.18558790 1.01959431 0.08129987
+-0.10980031 1.00577199 0.06938832
+-0.04861196 0.99418491 0.06558423
+-0.01434380 0.98649126 0.06382595
+0.02608348 0.97886062 0.06616005
+0.06053147 0.97116911 0.06431548
+0.09998143 0.96359986 0.06622557
+0.14342742 0.94797391 0.06311741
+0.18244687 0.94302100 0.06507274
+0.21956174 0.93498319 0.06286801
+0.25302976 0.92664248 0.06436256
+0.29812083 0.91809833 0.06063790
+0.35619849 0.91375870 0.06133806
+0.41563162 0.91420704 0.05599168
+0.49612939 0.91037190 0.05650936
+0.55979258 0.90019870 0.05736007
+0.61245364 0.88716644 0.05489848
+0.66932780 0.87808192 0.05489061
+0.73100454 0.86922425 0.05254465
+0.80839479 0.85598582 0.04832156
+0.49403694 0.88523740 0.06438873
+0.38185835 0.88075930 0.05965455
+0.42341012 0.86946815 0.06083791
+0.44537094 0.85543972 0.06413595
+0.47152200 0.84146386 0.06067394
+0.48922637 0.83314031 0.06270945
+0.54052997 0.82130295 0.05778874
+0.03838170 0.89998949 0.13599180
+-0.23395495 0.91249126 0.13277063
+-0.19753897 0.89782578 0.12955143
+-0.16875941 0.89001590 0.12120392
+-0.12936296 0.88263547 0.12126150
+-0.08691185 0.87163836 0.11905605
+-0.02879525 0.85536289 0.11083035
+0.04377543 0.84234428 0.09830397
+0.10980017 0.83095378 0.09373243
+0.16643953 0.81827682 0.09120422
+0.21961784 0.80989456 0.09125110
+0.27269819 0.79890466 0.08938121
+0.32327533 0.78234655 0.08923783
+0.37762597 0.77111447 0.08689712
+0.43914303 0.76124412 0.08635936
+0.48853627 0.74772161 0.08391225
+0.54174328 0.73794985 0.08448780
+0.59964705 0.72076058 0.08048303
+0.67060971 0.70862710 0.08024022
+0.75274014 0.69853508 0.07807387
+0.84755081 0.68324941 0.07541224
+0.91406161 0.67457825 0.07517559
+0.96301407 0.66378772 0.07608676
+0.99807608 0.65549898 0.08226530
+1.02717149 0.64355105 0.08902863
+1.07625973 0.63266063 0.07706759
+0.89035791 0.67912120 0.10738715
+-0.17759897 0.72777575 0.11477771
+-0.15140115 0.71359468 0.11153348
+-0.15461664 0.69940203 0.11208097
+-0.16131310 0.68773037 0.11047725
+-0.16459332 0.67485571 0.11042039
+-0.16650593 0.66329825 0.10819277
+-0.14569482 0.67414051 0.16347654
+-0.14880675 0.69032335 0.17111936
+-0.09355862 0.67632073 0.16387789
+-0.06118440 0.66854924 0.15826781
+-0.00974645 0.65496045 0.15299858
+0.05735175 0.63914669 0.15292341
+0.13851477 0.63054907 0.14633088
+0.21681738 0.61673737 0.13635126
+0.28830492 0.60051441 0.13037600
+0.35800681 0.58273357 0.12775533
+0.42699978 0.57261890 0.12577006
+0.50000489 0.55738878 0.12343053
+0.56485492 0.54369742 0.12227540
+0.62269181 0.52968931 0.11928453
+0.69286305 0.51322174 0.11711366
+0.71314520 0.49322304 0.15352964
+0.75105959 0.46888196 0.16481619
+0.81286031 0.45443609 0.15194349
+0.88617408 0.43849188 0.13430205
+0.97264564 0.42712623 0.10862345
+0.74221689 0.40325356 0.14916666
+0.59200311 0.39106327 0.15673235
+0.60525233 0.38139510 0.15646873
+0.60390347 0.37712264 0.15678109
+0.60078639 0.36103210 0.16083673
+0.58808643 0.35349068 0.15790634
+0.59675133 0.33693248 0.20625529
+0.31376377 0.53079408 0.16961777
+-0.20310211 0.51230001 0.16520400
+-0.13523099 0.49620599 0.16545451
+-0.08395616 0.48010436 0.16463086
+-0.03521473 0.47086167 0.16196184
+0.01336409 0.45171592 0.15785310
+0.06461016 0.43994221 0.18564190
+0.13598873 0.42905846 0.20625658
+0.20700106 0.41712117 0.19887854
+0.27513522 0.40003800 0.19295573
+0.33162466 0.38945535 0.18835008
+0.39735800 0.37952122 0.19246477
+0.45445105 0.36912817 0.19210069
+0.46471250 0.34614176 0.24315299
+0.54396558 0.33162102 0.22973050
+0.64361668 0.32707164 0.17979868
+0.70930588 0.31832013 0.16276771
+0.76639962 0.30715197 0.15596829
+0.82863444 0.29542810 0.15338086
+0.88665193 0.27563247 0.14944692
+0.97542942 0.25988251 0.14449634
+1.04320860 0.24692027 0.14026935
+1.08314443 0.23241051 0.13790622
+1.11254048 0.22084314 0.13281855
+1.13898444 0.20804647 0.12609607
+1.15827429 0.19536696 0.11933053
+1.19503284 0.18524854 0.11039657
+0.43753508 0.17727478 0.11000597
+-0.29418203 0.16534270 0.10698712
+-0.28866583 0.15780386 0.10790195
+-0.28903624 0.15372024 0.10675877
+-0.26743558 0.14707908 0.10683998
+-0.24075489 0.14034048 0.14067830
+-0.20307262 0.17486559 0.22302310
+-0.13388993 0.26353630 0.21718262
+-0.04813043 0.24484593 0.21592055
+0.04544032 0.22802284 0.21112718
+0.13420175 0.21811888 0.20888378
+0.20960985 0.20074688 0.20532617
+0.27542084 0.19150142 0.20949684
+0.33224827 0.17707446 0.23744051
+0.40519157 0.16249073 0.22856535
+0.45812455 0.14956868 0.22468199
+0.51584935 0.13926038 0.21740213
+0.56695533 0.12673604 0.21321654
+0.62886637 0.11004170 0.21368566
+0.68852973 0.10127969 0.20512915
+0.75558484 0.08783328 0.20108518
+0.82281339 0.07865006 0.19405025
+0.88480067 0.06611987 0.19348992
+0.93692541 0.05274054 0.18804151
+0.97959751 0.03945613 0.18616705
+1.02293980 0.02491123 0.17854770
+1.07838261 0.00914578 0.17540260
+0.78065974 -0.00387277 0.16611621
+0.29386255 -0.01740844 0.16347136
+0.29087505 -0.02975062 0.15389335
+0.26844561 -0.04192789 0.15112892
+0.24372473 -0.05440074 0.13677081
+0.22013071 -0.06880953 0.12714107
+0.19917186 -0.05578484 0.12369251
+0.17016937 -0.05079902 0.11587855
+-0.20573735 -0.06199888 0.12101343
+-0.15016039 -0.07197600 0.11796623
+-0.12241362 -0.08160365 0.12196434
+-0.09479398 -0.09276239 0.11291115
+-0.06378333 -0.10443426 0.28169614
+-0.03338619 -0.10491447 0.27487808
+0.00529538 -0.09954273 0.26834768
+0.03840214 -0.11251650 0.26646864
+0.08019628 -0.12669714 0.26065809
+0.12875500 -0.13955536 0.25599861
+0.18355998 -0.15218939 0.25648150
+0.24467526 -0.16697136 0.26502374
+0.30790794 -0.17886855 0.25669467
+0.37309298 -0.19100989 0.25801778
+0.45110586 -0.20507249 0.25099924
+0.52488315 -0.21673326 0.25034976
+0.58586591 -0.22801106 0.24452491
+0.66268033 -0.24225888 0.23822324
+0.73345631 -0.25411305 0.23644644
+0.79401529 -0.25186726 0.22849140
+0.59030306 -0.23541704 0.22647575
+0.62420309 -0.22142580 0.21992593
+0.64474851 -0.20127432 0.21544054
+0.65481454 -0.18473959 0.21480753
+0.65214223 -0.17084302 0.20742328
+0.65452689 -0.14710881 0.20106204
+0.67533284 -0.12673722 0.19253436
+0.08138284 -0.10808495 0.18564913
+-0.22489475 -0.08913946 0.17419370
+-0.17506714 -0.06659010 0.16629991
+0.33042175 -0.05263146 0.11930568
+0.34944052 -0.07386432 0.12079944
+0.36563089 -0.09771438 0.11888271
+0.39042860 -0.12121323 0.11849181
+0.42191613 -0.14246692 0.17654285
+0.46310684 -0.16488898 0.30126172
+0.49502254 -0.18430911 0.28258145
+0.53622735 -0.20143203 0.27354327
+0.57320368 -0.21836857 0.26425663
+0.59427720 -0.23701361 0.25715214
+0.62095910 -0.22909427 0.24761109
+0.67108369 -0.21421391 0.25930679
+0.71981561 -0.20219135 0.37365055
+0.72148734 -0.18671183 0.35913348
+0.79632169 -0.17203276 0.35088459
+0.89101309 -0.15713781 0.34709990
+0.98110086 -0.14541845 0.34993625
+1.03904164 -0.13126904 0.34495845
+1.07912123 -0.11684395 0.34527871
+1.13585687 -0.10493238 0.33770856
+0.65871292 -0.09276442 0.33780164
+-0.19070384 -0.08124284 0.33119294
+-0.12080055 -0.07473992 0.32625940
+-0.07565382 -0.06438227 0.32400343
+-0.02585998 -0.05367955 0.32567874
+0.02073234 -0.04150232 0.31471798
+0.06738207 -0.02865346 0.31340724
+0.14592002 -0.01628274 0.30430508
+-0.19726120 -0.00634594 0.30184072
+-0.16637804 0.02764988 0.29025170
+-0.15042463 0.06441797 0.28645808
+-0.13552266 0.06931090 0.27298456
+-0.11836636 0.07828203 0.26646587
+-0.10031109 0.08563931 0.26243025
+-0.06842753 0.09678828 0.26201138
+-0.02989147 0.10747197 0.26814786
+0.01628609 0.13600698 0.26172188
+0.06735323 0.20315899 0.26339501
+0.12568881 0.21179572 0.38161322
+0.18999711 0.22475152 0.38013148
+0.24952081 0.23300475 0.37348264
+0.31127393 0.24636620 0.36749780
+0.37830001 0.26218641 0.35591021
+0.43059719 0.27850834 0.34942129
+0.48145264 0.29835477 0.33682847
+0.54015380 0.30703038 0.41046894
+0.60238355 0.32792014 0.41054296
+0.66243523 0.33326435 0.40902811
+0.72228450 0.34850404 0.40877545
+0.78248674 0.36012766 0.40997782
+0.83634305 0.36623076 0.41062483
+0.86986214 0.37820193 0.40292025
+0.91528517 0.38320512 0.40498301
+0.95672673 0.38768139 0.40022576
+1.01066518 0.39216143 0.40382758
+0.94530004 0.40925080 0.39465782
+1.00218737 0.41114393 0.39408550
+1.06059492 0.41538104 0.39201194
+1.11017907 0.42540491 0.38933140
+1.15068281 0.43340096 0.38276544
+1.19498372 0.44461846 0.37871477
+1.22090137 0.44692543 0.37497121
+0.40652585 0.45059857 0.36888868
+-0.25487599 0.47308499 0.36322701
+-0.19685100 0.48592263 0.35317343
+-0.15589067 0.48899442 0.34389970
+-0.10644532 0.49736351 0.33910033
+-0.05906726 0.50625062 0.33772182
+0.00234905 0.51649988 0.33310992
+0.01154400 0.52773756 0.33354846
+-0.13275489 0.59762108 0.33100462
+-0.07276203 0.69374090 0.37858260
+-0.00823916 0.69916117 0.41166279
+0.04317882 0.70914459 0.40184614
+0.08775267 0.71804053 0.39720055
+0.12972479 0.72354513 0.39315739
+0.18330768 0.73421693 0.38852650
+0.22575264 0.74410725 0.38225245
+0.27359736 0.75170386 0.45620891
+0.30546108 0.75874150 0.52813524
+0.33788893 0.76866210 0.51759732
+0.36762404 0.77070969 0.51261330
+0.39424640 0.75780052 0.50678706
+0.42512068 0.74376184 0.50585902
+0.45371267 0.72290874 0.49992290
+0.48667353 0.70984894 0.49013585
+0.52825189 0.69631046 0.48246729
+0.57154578 0.68277049 0.47970536
+0.61218530 0.66910094 0.47505343
+0.65771091 0.65568304 0.46967185
+0.70580536 0.64284831 0.46248981
+0.68402058 0.61436027 0.50034785
+0.70404339 0.59362084 0.49073285
+0.73903304 0.58171773 0.47324294
+0.81058133 0.57283151 0.44227609
+0.86258900 0.55708319 0.43167025
+0.68019986 0.53365004 0.44136789
+0.55337304 0.51646405 0.42529353
+0.60387492 0.49429202 0.42389914
+0.69644284 0.48299050 0.39010561
+0.75034988 0.46924078 0.38495487
+0.81075102 0.45371142 0.38447541
+0.87803221 0.44775340 0.38753968
+0.59190166 0.43105960 0.37660897
+-0.31258085 0.52307445 0.40552667
+-0.27587876 0.52724773 0.43533224
+-0.26291072 0.50663519 0.42609277
+-0.25376576 0.49630353 0.42127767
+-0.24320655 0.48315233 0.41476148
+-0.22749741 0.46594539 0.41483864
+-0.18379311 0.45013079 0.41296932
+-0.12314326 0.45278737 0.45766097
+-0.08345589 0.44439912 0.60526925
+-0.06736919 0.43101567 0.59464836
+-0.04583433 0.41429809 0.58757621
+-0.02091534 0.40385368 0.58091861
+0.00155552 0.39087278 0.57448107
+0.03228924 0.37696117 0.56604296
+0.05751918 0.36563161 0.55617642
+0.11480454 0.35049537 0.54833370
+0.16450658 0.34110355 0.54023618
+0.23946352 0.32535636 0.53822565
+0.29560310 0.30993640 0.53186959
+0.34080765 0.30088478 0.52926463
+0.41002202 0.28741649 0.52158052
+0.46776778 0.27723920 0.51696944
+0.51681322 0.26279837 0.50870538
+0.57560301 0.25271982 0.50341672
+0.63948411 0.23738785 0.49424714
+0.70965618 0.22566116 0.48827446
+0.80148894 0.20685321 0.47623643
+0.87584907 0.19136459 0.47141734
+0.93871909 0.17593621 0.46473575
+0.98807228 0.16637968 0.45352411
+1.03105509 0.15631422 0.44953746
+1.07410669 0.15609632 0.44406512
+1.13010955 0.15555541 0.44918674
+0.59874511 0.17025015 0.45206571
+0.22729744 0.20269790 0.46323052
+0.27790689 0.18447047 0.46032831
+0.31703755 0.17115404 0.45068809
+0.35116848 0.15348239 0.44733185
+0.39072558 0.12770407 0.43532336
+0.44547260 0.11359318 0.43366891
+0.15804838 0.11605749 0.44791526
+-0.20801917 0.13600945 0.66964489
+-0.17573127 0.12444997 0.65132320
+-0.14450778 0.04710070 0.64279497
+-0.11581009 -0.11653990 0.52592349
+-0.11545213 -0.10531758 0.53307194
+-0.10717433 -0.10906259 0.53718603
+-0.07911894 -0.11382159 0.52885216
+-0.04328095 -0.12292256 0.51848614
+-0.00560360 -0.11109275 0.52067679
+0.07651546 0.04395510 0.59523714
+0.13505535 0.00958849 0.58698422
+0.19079868 0.00014167 0.57478887
+0.25032461 -0.01083503 0.57449287
+0.31578511 -0.01955208 0.56570810
+0.20483433 -0.02989565 0.50139290
+0.52368134 -0.09220491 0.58762097
+0.55865145 -0.10322901 0.55869412
+0.62044144 -0.11296730 0.54135996
+0.67676467 -0.12394399 0.53712213
+0.72961831 -0.13146515 0.53395694
+0.80711788 -0.12857328 0.52196997
+0.88264757 -0.11911383 0.52598321
+0.93146318 -0.12129010 0.51574999
+0.97843885 -0.12897804 0.51154870
+1.02693009 -0.13676685 0.50896031
+1.07170880 -0.14772682 0.49729118
+0.99539751 -0.16312397 0.49250361
+1.03685462 -0.19125201 0.47117761
+1.05736434 -0.21007770 0.46834752
+1.08813214 -0.21901141 0.45933130
+1.11906731 -0.23003334 0.46080935
+1.14048803 -0.23842232 0.46301809
+1.16268742 -0.24832506 0.44583842
+-0.35187998 -0.18540907 0.73835021
+-0.30175897 -0.19912721 0.71008778
+-0.29368278 -0.21064845 0.70320278
+-0.26433635 -0.20825794 0.69095838
+-0.23329230 -0.20892908 0.68020219
+-0.19490863 -0.20389949 0.67583239
+-0.12103164 -0.20651469 0.65796930
+-0.10892537 -0.20478602 0.64053547
+-0.02605438 -0.20513736 0.63425756
+0.05581887 -0.19861394 0.61976182
+0.14427726 -0.19804485 0.61750776
+0.19342333 -0.19127668 0.60290998
+0.24883737 -0.18396306 0.59789461
+0.31269863 -0.18115978 0.58308911
+0.36521599 -0.17004326 0.57597095
+0.42040136 -0.16326265 0.55737227
+0.46897680 -0.15808505 0.55187827
+0.51332843 -0.15009709 0.53351098
+0.55887425 -0.14615211 0.52436006
+0.59557945 -0.13834438 0.51779616
+0.65015978 -0.13711816 0.49813116
+0.68787646 -0.12972333 0.49116945
+0.73092180 -0.12566547 0.47283459
+0.76773334 -0.11815541 0.46582869
+0.81283289 -0.11698039 0.45203719
+0.86169988 -0.11662541 0.44783199
+0.93182427 -0.11438882 0.44450215
+0.98812360 -0.11372979 0.43094677
+1.01368904 -0.10999726 0.43235740
+1.03171456 -0.10711498 0.42145434
+1.05142653 -0.10106202 0.41944697
+1.06954229 -0.09842289 0.41008902
+1.11808908 -0.10050052 0.40048718
+0.18938784 -0.03316345 0.65904027
+0.08747489 -0.03345984 0.64023465
+0.12805691 -0.03480979 0.63137156
+0.15952270 -0.03199159 0.61985731
+0.19329636 -0.02876982 0.60990220
+0.22559609 -0.02808085 0.59707719
+0.29347244 -0.02862558 0.59117556
+-0.11017902 0.00967789 0.58960903
+-0.13556145 0.01220921 0.58308035
+-0.07397613 0.01311710 0.57049000
+-0.02114660 0.01528513 0.55808419
+0.02464103 0.02255007 0.55193311
+0.06773415 0.02372655 0.54960221
+0.12754020 0.02553749 0.53284997
+0.18750949 0.02642083 0.52760315
+0.23970349 0.02968018 0.51156032
+0.27961475 0.03358514 0.50489843
+0.32408684 0.03535526 0.48641613
+0.36627540 0.03979721 0.48076889
+0.39694816 0.04310943 0.46581593
+0.44225061 0.04651368 0.45631123
+0.48773122 0.05008271 0.43853220
+0.53315544 0.05129870 0.43299267
+0.58297533 0.05208783 0.42567244
+0.63061213 0.05480296 0.41075894
+0.68564063 0.05563080 0.40720418
+0.74770880 0.05227831 0.39685890
+0.80832273 0.05213950 0.39306113
+0.84692395 0.05450843 0.38437533
+0.87382776 0.05730541 0.38218883
+0.90686899 0.05957640 0.37341884
+0.94249958 0.05962640 0.37362900
+1.00071204 0.05581108 0.35443419
+0.43349555 0.12983456 0.60431141
+0.36811215 0.13229109 0.59132183
+0.41838026 0.12285844 0.57992160
+0.45961669 0.12566811 0.57002395
+0.49196088 0.12414068 0.55916089
+0.52235913 0.11987702 0.54933351
+0.59267408 0.11933766 0.54374939
+-0.10347714 0.17154062 0.55011100
+-0.20389983 0.17052943 0.54529381
+-0.15792465 0.17123951 0.53203720
+-0.11799306 0.17046320 0.52738249
+-0.08138724 0.17004445 0.51637280
+-0.04638526 0.17346978 0.51162499
+0.00783691 0.16841407 0.49731219
+0.06716385 0.17126830 0.48915043
+0.12394634 0.17131378 0.47491854
+0.16184172 0.16781455 0.46906716
+0.20317267 0.17102532 0.45025879
+0.23794769 0.17449163 0.44522920
+0.27050030 0.17833114 0.42893288
+0.31023026 0.17289762 0.42409915
+0.34649953 0.17632462 0.40491110
+0.40574092 0.17602375 0.39888662
+0.45126939 0.17948554 0.39204448
+0.50769377 0.18043007 0.37849224
+0.56296110 0.17802784 0.37437320
+0.62100786 0.17775469 0.36286560
+0.68585491 0.17454194 0.36100820
+0.73012549 0.17724386 0.35252237
+0.76685256 0.17101255 0.35191771
+0.81011337 0.17252223 0.34338906
+0.85556281 0.17412332 0.34307772
+0.92272544 0.16776188 0.32601812
+0.52936214 0.26881438 0.55724776
+0.53364658 0.26343605 0.54767138
+0.59155357 0.25954312 0.53849250
+0.63328111 0.25429869 0.53020477
+0.67480671 0.24929100 0.52265984
+0.69850445 0.24804722 0.51294255
+0.77104855 0.23563352 0.50809681
+-0.17665106 0.30559370 0.51827008
+-0.23618765 0.29676476 0.51247096
+-0.20349494 0.29436859 0.50043511
+-0.17054836 0.29559937 0.48773909
+-0.14301690 0.28860572 0.48544556
+-0.11131274 0.28485921 0.47207543
+-0.05728218 0.28576586 0.46479115
+0.01279050 0.28019643 0.45859200
+0.06588414 0.27812907 0.44211480
+0.10101917 0.27721658 0.43630061
+0.13665538 0.27244678 0.42200354
+0.17394111 0.27122027 0.41445541
+0.20427413 0.27032024 0.40145057
+0.24475388 0.26807633 0.39256251
+0.27672416 0.27060142 0.37644932
+0.33236495 0.26771888 0.37196189
+0.37535146 0.26816049 0.35521427
+0.44841820 0.26434478 0.34827080
+0.50247830 0.26265547 0.34435657
+0.55727577 0.25927299 0.33268234
+0.62400442 0.25749886 0.33284059
+0.67071551 0.25580072 0.32489836
+0.71577239 0.25363800 0.32604915
+0.75932187 0.25150654 0.31752616
+0.81180859 0.24889950 0.31853962
+0.88586634 0.24121411 0.30064431
+0.53064865 0.35475788 0.52973866
+0.59797662 0.34313732 0.51235837
+0.64539295 0.33550352 0.50527012
+0.68224227 0.32874578 0.49985799
+0.72108668 0.32238024 0.49292105
+0.74900222 0.32236326 0.48392591
+0.81912088 0.31011170 0.48262578
+-0.29745370 0.38538212 0.49391210
+-0.24234678 0.37996188 0.48648146
+-0.21533296 0.36852801 0.47636139
+-0.18671091 0.36688265 0.47270593
+-0.15576810 0.36084124 0.46053109
+-0.12375066 0.35231647 0.45831898
+-0.06535882 0.34936580 0.44328052
+0.00490833 0.34013948 0.43773884
+0.05878833 0.33298364 0.42581418
+0.09455769 0.32420880 0.42003509
+0.12948680 0.32277262 0.40568987
+0.16912907 0.31797796 0.39918435
+0.20180281 0.31691042 0.38372639
+0.24289143 0.30493736 0.37879601
+0.27677083 0.30381373 0.36150059
+0.32448399 0.29740903 0.35692084
+0.37075585 0.29920077 0.33655044
+0.43949470 0.29520848 0.32895541
+0.49434501 0.29159161 0.31708691
+0.55496514 0.28853035 0.31432262
+0.62106872 0.28526241 0.31492770
+0.67131054 0.27921617 0.30858877
+0.71480328 0.27714267 0.31090501
+0.76191598 0.27478233 0.30365878
+0.81743193 0.26141736 0.30657411
+0.84502882 0.26194525 0.29452857
+0.47275153 0.39250341 0.51627779
+0.53751892 0.37760678 0.48101160
+0.58345598 0.37068906 0.47529969
+0.61991793 0.36202610 0.47430483
+0.65136123 0.36112055 0.46636248
+0.68145615 0.35224009 0.46327654
+0.61944634 0.34802866 0.46203607
+-0.27645260 0.40344334 0.48241162
+-0.22408608 0.39372149 0.47658038
+-0.19280338 0.39117089 0.46471995
+-0.15927130 0.37647954 0.46301872
+-0.12323965 0.37075537 0.45076373
+-0.08894993 0.36711743 0.44903421
+-0.02552680 0.35277918 0.43578571
+0.04439153 0.34429204 0.42985263
+0.09896715 0.33499831 0.41554332
+0.13666312 0.33105585 0.41195732
+0.17968014 0.32120520 0.39591065
+0.21787813 0.30773816 0.39207330
+0.25668055 0.30357254 0.37671354
+0.30400148 0.29061112 0.37041211
+0.33811900 0.28748780 0.35288367
+0.38460729 0.28053588 0.34497178
+0.42562085 0.27087584 0.32994342
+0.49072716 0.26599562 0.32391319
+0.54843545 0.26450661 0.31247133
+0.61672670 0.25761849 0.30871093
+0.68601096 0.25165263 0.30032113
+0.73369926 0.25086921 0.30139315
+0.77394545 0.24108098 0.29458505
+0.82141644 0.23666535 0.29521137
+0.87315381 0.23083551 0.29670349
+0.82367641 0.23772815 0.28990769
+0.31592962 0.38737163 0.53367871
+0.37207517 0.37183139 0.51147163
+0.40747860 0.36154935 0.50319374
+0.43742549 0.35557872 0.49359736
+0.46931183 0.34280261 0.48711514
+0.49718574 0.33729118 0.48538578
+0.40741470 0.33427078 0.47678155
+-0.23526552 0.37173885 0.47558483
+-0.18189210 0.35743719 0.47177339
+-0.14705634 0.34970590 0.46186218
+-0.10650783 0.34314665 0.45884070
+-0.05945407 0.33142281 0.44841677
+-0.01003819 0.32216802 0.44647425
+0.05673690 0.31395349 0.43204102
+0.12004887 0.30501175 0.42947447
+0.18197316 0.28944612 0.41561660
+0.22594683 0.28033337 0.41008195
+0.27518871 0.26916683 0.39676061
+0.32162279 0.25911084 0.39007181
+0.36193272 0.25104442 0.37766233
+0.41673747 0.23245890 0.37000710
+0.45941907 0.22381192 0.35565332
+0.50403166 0.21406674 0.34871870
+0.54714185 0.20127393 0.33282241
+0.61369234 0.19149536 0.32488576
+0.67846680 0.18351857 0.31088006
+0.76218706 0.17326561 0.30779010
+0.82212222 0.16880950 0.30743819
+0.86819917 0.16531213 0.30056772
+0.90718448 0.16142106 0.30208129
+0.94329870 0.15349278 0.29530051
+0.98691082 0.14834838 0.29622516
+0.87981850 0.15193239 0.29221722
+0.06330789 0.33897915 0.54355407
+0.11177863 0.31360388 0.52236933
+0.13103478 0.30846617 0.51236486
+0.14731412 0.29696146 0.50580084
+0.16666438 0.28614441 0.49732792
+0.18852618 0.27774259 0.49752095
+0.17127743 0.26632363 0.48609656
+-0.17698534 0.28667542 0.48031202
+-0.11848569 0.27172706 0.47614330
+-0.07441102 0.25936884 0.46755201
+-0.02403693 0.25265175 0.46506894
+0.03879889 0.24147649 0.45388883
+0.09604145 0.23448020 0.45326260
+0.17353696 0.21553844 0.44055122
+0.23895095 0.20686133 0.43793067
+0.29823354 0.19444448 0.42349517
+0.35476494 0.18324187 0.41988263
+0.41959685 0.17212883 0.40284258
+0.47008833 0.14983475 0.40055609
+0.52020776 0.14027089 0.38533053
+0.58214390 0.12300908 0.37805778
+0.63725728 0.11104894 0.36088192
+0.68269569 0.09567191 0.35588637
+0.73961800 0.08209768 0.33796191
+0.80403215 0.05722590 0.33233875
+0.87574100 0.04572492 0.31505021
+0.97156525 0.03836936 0.30951369
+1.02986062 0.03153135 0.31045681
+1.07988369 0.02952362 0.30209571
+1.11233675 0.02353643 0.29479691
+1.13666463 0.01053544 0.29950824
+1.15890062 0.00918988 0.30151930
+1.17088723 -0.00105157 0.28696519
+-0.28749242 0.23755738 0.56851012
+-0.24441658 0.21842113 0.54049212
+-0.24559440 0.20367654 0.53407604
+-0.24943317 0.18891349 0.52699584
+-0.24074264 0.18433571 0.52544820
+-0.23821418 0.16857854 0.51747936
+-0.18343945 0.17166969 0.50132495
+-0.10480734 0.17157990 0.49676228
+-0.04562914 0.16222218 0.48327851
+0.00225735 0.16826531 0.46901411
+0.05351344 0.17386651 0.46562588
+0.11927452 0.17152439 0.45484674
+0.19376120 0.17655940 0.45095280
+0.27217302 0.18139410 0.43537501
+0.32347670 0.18259473 0.43124560
+0.38895419 0.17824991 0.41794971
+0.43977904 0.18155982 0.41254359
+0.50542748 0.18303506 0.39411163
+0.55980301 0.18511827 0.38737372
+0.61864793 0.18739435 0.37101534
+0.68183297 0.18002865 0.36367914
+0.74304491 0.17993280 0.34430581
+0.78908890 0.18300398 0.33751404
+0.84506512 0.18381366 0.31763160
+0.90356660 0.18468578 0.30874431
+0.98021215 0.21654360 0.28564560
+0.76559108 0.04954232 0.29320270
+0.73960453 0.04212713 0.28314900
+0.75656849 0.04529455 0.27622628
+0.75828165 0.04581742 0.27795982
+0.75634378 0.04621390 0.27218807
+0.75545710 0.04660044 0.27710304
+0.78982961 0.03953448 0.26303029
+0.02662560 0.19678675 0.50181961
+-0.20070052 0.21414554 0.50552964
+-0.15088946 0.20134538 0.48814797
+-0.11049223 0.19485478 0.48650873
+-0.07160484 0.18145904 0.47962847
+-0.03188714 0.17446385 0.47052559
+0.02653087 0.16170806 0.46018893
+0.09628913 0.15059963 0.45749581
+0.16221556 0.14205982 0.44558400
+0.22199240 0.12801419 0.44641277
+0.28076577 0.12022821 0.43661529
+0.34926787 0.11397578 0.42525649
+0.41085073 0.10813808 0.42349568
+0.48321560 0.09488903 0.41475794
+0.55242950 0.08646186 0.41170797
+0.60798883 0.07932486 0.40090707
+0.66542864 0.07163646 0.39744768
+0.72299409 0.06110406 0.38474527
+0.78230202 0.04792197 0.38106760
+0.85546386 0.03635488 0.36816528
+0.92625242 0.02323812 0.36111408
+0.97442281 0.01382820 0.34856385
+1.00914490 0.00306539 0.34188506
+1.04329121 -0.00516530 0.33724990
+1.07401359 -0.01758483 0.32324925
+1.11036777 -0.03031339 0.31456482
+0.78047699 -0.02926475 0.33417583
+0.05120926 -0.03076616 0.33527619
+0.07159328 -0.03402078 0.32951707
+0.06685207 -0.03845658 0.33191967
+0.06096721 -0.04051989 0.32763815
+0.05753913 -0.04465980 0.33130294
+0.06734207 -0.05263980 0.32159343
+0.05175174 -0.00497833 0.48854479
+-0.09937362 0.04180557 0.51954907
+-0.00272582 0.02820503 0.50913614
+0.08109903 0.02085544 0.50270194
+0.15463221 0.00858781 0.49562773
+0.22141205 -0.00206855 0.48778361
+0.28823176 -0.00805040 0.47607595
+0.36599049 -0.01988707 0.47308782
+0.42979172 -0.02941515 0.46328643
+0.50492370 -0.03852483 0.46038777
+0.56740123 -0.04721296 0.45153457
+0.63890076 -0.05360230 0.44326210
+0.69928825 -0.06387157 0.44113535
+0.73448849 -0.07240871 0.43175992
+0.79553205 -0.08070537 0.42837763
+0.84826761 -0.08740458 0.41984886
+0.89310956 -0.09830266 0.41538268
+0.93029505 -0.10691441 0.40497977
+0.97280258 -0.11637653 0.39883396
+1.03024590 -0.12520197 0.38974327
+0.93706089 -0.13792075 0.38057578
+0.91081798 -0.14828528 0.37063551
+0.90727806 -0.15689939 0.36549816
+0.89044827 -0.16730396 0.35645664
+0.88116342 -0.17257574 0.34969151
+0.85670555 -0.18102747 0.34094226
+0.86375427 -0.18533128 0.38295895
+0.16222319 -0.16159581 0.40175956
+-0.27063304 -0.17010897 0.39452451
+-0.23606879 -0.17740287 0.39663354
+-0.21467043 -0.18448858 0.39457446
+-0.19095680 -0.19290325 0.39401588
+-0.16270407 -0.19826689 0.38897258
+-0.12170815 -0.20968804 0.48238671
+-0.05963486 -0.19504680 0.54186380
+0.01904071 -0.21032082 0.53262341
+0.10579617 -0.21921684 0.52461737
+0.18308698 -0.22947375 0.51755172
+0.25310740 -0.23749132 0.50977659
+0.31413937 -0.24568890 0.50242293
+0.36979827 -0.25486332 0.49524134
+0.43628192 -0.26256797 0.48733523
+0.49618301 -0.27143452 0.48348042
+0.54895085 -0.27909198 0.47837922
+0.60439229 -0.28684700 0.46847433
+0.67405421 -0.28293198 0.46229398
+0.73664397 -0.27155134 0.45563012
+0.83421296 -0.25551704 0.44981593
+0.90023577 -0.24455753 0.44227508
+0.95958233 -0.23295669 0.43689024
+1.01046956 -0.22129765 0.42952272
+1.05335903 -0.20945641 0.42267013
+1.09039521 -0.20039900 0.41490403
+1.15528774 -0.17790991 0.40532055
+0.21865903 -0.16046375 0.40081224
+-0.04199157 -0.14878075 0.39321882
+-0.05211888 -0.13532841 0.38885283
+-0.07242402 -0.11641499 0.38312170
+-0.09039399 -0.10276048 0.37173474
+-0.10621824 -0.09062009 0.41375932
+-0.10790932 -0.05338340 0.48425969
+-0.14556786 -0.01932142 0.47374603
+-0.13646562 -0.00904430 0.46951690
+-0.09284403 0.00538879 0.47002509
+-0.06397717 0.01572132 0.46734169
+-0.03383370 0.02755534 0.46648088
+0.00870902 0.04143529 0.49702120
+0.05065271 0.04899591 0.56709743
+0.09996983 0.06132222 0.55970901
+0.14774640 0.07186596 0.55240422
+0.21903028 0.08285529 0.54637957
+0.27955329 0.09702986 0.54017121
+0.36014116 0.10807443 0.53309894
+0.43179256 0.12418505 0.52381492
+0.49834076 0.13441359 0.52133965
+0.57828951 0.15022022 0.51076633
+0.64227211 0.16153497 0.50994378
+0.69179410 0.17504029 0.50144094
+0.75518376 0.18961072 0.49325109
+0.81794959 0.19909865 0.48971614
+0.88814557 0.20547529 0.47751662
+0.55566829 0.21342100 0.47498679
+0.45745176 0.22689846 0.46744740
+0.47714862 0.23747440 0.46120337
+0.48822281 0.25242725 0.45540628
+0.48636395 0.26907358 0.44769230
+0.48301372 0.27828565 0.43902221
+0.49311918 0.36769354 0.43053252
+0.16926032 0.40376869 0.42850173
+-0.20399691 0.41569254 0.42909214
+-0.14817260 0.43464586 0.41844451
+-0.09855909 0.44965881 0.41941401
+-0.04127012 0.46621329 0.41177222
+0.02029386 0.47894487 0.59046239
+0.08257852 0.50874519 0.57320923
+0.15872018 0.52895135 0.56852460
+0.22409090 0.54148310 0.56580603
+0.29794139 0.55372918 0.56175810
+0.35827029 0.57014757 0.55865037
+0.41958314 0.58613539 0.55505890
+0.48351726 0.60234660 0.61349422
+0.53451103 0.61812603 0.60814005
+0.60699522 0.62999231 0.59822047
+0.64417833 0.62584263 0.59335947
+0.65817416 0.62179184 0.60430312
+0.71672022 0.63563895 0.59343112
+0.79062617 0.65252119 0.58605480
+0.88221371 0.67367607 0.57117003
+0.98902327 0.69594479 0.55579698
+1.07114661 0.71624094 0.55229533
+1.07198143 0.72872716 0.54704744
+1.04625905 0.73114049 0.54747754
+1.02171552 0.74314451 0.54089558
+0.99847895 0.75382030 0.53534168
+0.97123581 0.75705880 0.52867383
+0.88460094 0.78103030 0.50305790
+-0.31284696 0.79161423 0.50561178
+-0.25993681 0.77693415 0.49625880
+-0.24265732 0.76417744 0.49156153
+-0.22325446 0.75262415 0.48368171
+-0.19940069 0.73190695 0.47813222
+-0.17373073 0.83309871 0.47931114
+-0.13101934 0.85837221 0.47445354
+-0.07370972 0.83828110 0.47257936
+-0.01915259 0.81763989 0.46874544
+0.03079182 0.79872525 0.46775416
+0.75254107 0.79428577 0.66027492
+0.80350071 0.80344737 0.64168489
+0.84569305 0.81801420 0.62513340
+0.89321744 0.83700955 0.61393875
+0.94263083 0.85259026 0.61131221
+0.95411640 0.86933774 0.61977577
+0.75131565 0.88798243 0.61731350
+0.83962119 0.90248847 0.60686940
+0.89819425 0.91771954 0.59379786
+0.95615613 0.89753407 0.58421278
+0.99919021 0.87032694 0.56807542
+1.03312624 0.84741634 0.55990696
+1.11816204 0.82802415 0.53974456
+0.10138199 0.81140822 0.53395712
+-0.30502167 0.78764939 0.52447999
+-0.29027846 0.75820303 0.50791281
+-0.25121406 0.73347765 0.50051290
+-0.20756170 0.71245581 0.48395962
+-0.15787289 0.68553007 0.47529572
+-0.08495495 0.66492248 0.45893687
+-0.05682505 0.64729208 0.45154402
+-0.11982515 0.63252467 0.44374231
+-0.07561402 0.69686514 0.42821398
+-0.04199849 0.71049470 0.42390528
+0.00755695 0.68704575 0.40987784
+0.05500167 0.66770393 0.40170464
+0.09999121 0.64523923 0.39324161
+0.15616682 0.62333071 0.38731503
+0.19607565 0.60762405 0.37758952
+0.24139704 0.59843349 0.37050647
+0.27116254 0.59302992 0.36232236
+0.30593210 0.56948191 0.52859193
+0.33742502 0.55119914 0.52007776
+0.35750252 0.53178364 0.49872905
+0.38825110 0.51257473 0.49712080
+0.41134870 0.49810341 0.48767558
+0.43145961 0.47672904 0.47546378
+0.44969785 0.45634633 0.46020052
+0.47428858 0.43799904 0.51728606
+0.49886996 0.43951881 0.45414960
+0.54334211 0.41359925 0.45914382
+0.59060061 0.39811108 0.45112848
+0.63321692 0.37668976 0.45193675
+0.66320020 0.35396710 0.44910654
+0.68468392 0.33489177 0.44669884
+0.71910316 0.31289759 0.43668115
+0.75873840 0.29599562 0.42755309
+0.77974313 0.27261025 0.42061722
+0.53099781 0.25840247 0.40826970
+0.61828130 0.23002429 0.40083930
+0.70871580 0.21266668 0.39300644
+0.77781898 0.19313456 0.38134244
+0.85183454 0.17700537 0.37054002
+0.92314315 0.15830378 0.36035728
+1.03730369 0.14494987 0.35151491
+-0.02751764 0.12495149 0.34232113
+-0.31241906 0.14608765 0.33191636
+-0.29970396 0.13437480 0.32307881
+-0.29777345 0.11785226 0.31688875
+-0.29535323 0.10168158 0.30655420
+-0.25610319 0.08142278 0.30129546
+-0.19054151 0.06562878 0.29389879
+-0.15032692 0.04285484 0.28686151
+-0.14488335 0.08068199 0.27583206
+-0.11436295 0.10296775 0.34764507
+-0.09503738 0.07334335 0.38775024
+-0.07582862 0.05103589 0.37557873
+-0.05544990 0.03344766 0.36539385
+-0.03138430 0.01490350 0.35668784
+0.00037604 -0.01103343 0.34899509
+0.02757465 -0.03186984 0.33791214
+0.05843085 -0.05553697 0.39255702
+0.09911353 -0.07489853 0.42674369
+0.14744149 -0.09805902 0.41108367
+0.20666301 -0.11247171 0.40153867
+0.25488356 -0.12947935 0.39171153
+0.32483700 -0.14843599 0.38170895
+0.38414904 -0.16304561 0.37085283
+0.43676797 -0.17783029 0.35832578
+0.49313122 -0.20088239 0.34346065
+0.56398660 -0.19725734 0.33468181
+0.62764502 -0.18565141 0.32437524
+0.71641576 -0.17433631 0.31518728
+0.78372920 -0.16560857 0.30661321
+0.84231591 -0.15374984 0.29764998
+0.89066422 -0.14182298 0.28846189
+0.93806320 -0.13005294 0.28026813
+0.98858660 -0.11848468 0.27180058
+1.04969525 -0.11013479 0.26357427
+0.70725399 -0.10082506 0.25405559
+0.55855656 -0.09410124 0.24665871
+0.61232901 -0.08496327 0.23946097
+0.65696746 -0.07787663 0.23409785
+0.69728601 -0.06650213 0.22698528
+0.73110580 -0.05577604 0.22425507
+0.78824532 -0.04517635 0.21597417
+0.33844957 -0.03933087 0.20704991
+-0.27799773 0.10351336 0.22607948
+-0.24714895 0.10927872 0.27146399
+-0.23611876 0.10496686 0.26004857
+-0.22394024 0.11075816 0.25023845
+-0.20815302 0.11172310 0.24648251
+-0.18239948 0.11937748 0.24196023
+-0.12656599 0.11601039 0.23258571
+-0.06179388 0.15742831 0.26523349
+-0.00036572 0.16435635 0.34584403
+0.06917786 0.16819178 0.33072871
+0.14807077 0.17398565 0.31565875
+0.21060182 0.18120699 0.30218986
+0.27864370 0.18608576 0.29434302
+0.35334548 0.19047077 0.28900883
+0.40983683 0.19832681 0.27269360
+0.46591479 0.20859551 0.25569442
+0.51249641 0.21492304 0.24839677
+0.56821787 0.22039828 0.23695740
+0.61308461 0.22841705 0.22951362
+0.63463324 0.23579127 0.22370376
+0.68600172 0.24638206 0.21584600
+0.71838731 0.25318122 0.20970312
+0.75242621 0.26312733 0.20226274
+0.78382635 0.27401829 0.19848387
+0.83003151 0.27997643 0.18915707
+0.87205529 0.29619256 0.18435219
+0.94246113 0.32035571 0.17918462
+0.99616325 0.34291208 0.18046404
+1.02171290 0.35084024 0.17367782
+1.03816533 0.35982364 0.16941918
+1.05394495 0.36814761 0.16109519
+1.07083023 0.36909762 0.15670043
+1.10833907 0.35767567 0.14483285
+0.36138037 0.38195717 0.14811750
+0.06099287 0.42715600 0.17063181
+0.12024242 0.42592224 0.15765351
+0.16650189 0.42475554 0.15276951
+0.21797317 0.43540883 0.15111732
+0.12645410 0.32935014 0.14355314
+0.03055546 0.17133507 0.03531474
+-0.03453753 0.21318308 0.05853785
+-0.10009491 0.25923449 0.15341176
+-0.09389138 0.27164075 0.14382996
+-0.09466225 0.27440852 0.13181373
+-0.13720950 0.37116268 0.12863666
+-0.18508883 0.59037668 0.23052967
+-0.15350662 0.58018655 0.21016538
+-0.10784455 0.58519959 0.19564818
+-0.05147038 0.58823395 0.17782627
+0.00173600 0.60261297 0.17679912
+0.02085820 0.33763787 0.12682499
+0.18614249 0.66996056 0.16017646
+0.20427760 0.64734864 0.14638647
+0.22821210 0.65757412 0.13809766
+0.25994092 0.66200262 0.13803242
+0.28489920 0.66815364 0.13138781
+0.33448336 0.67001206 0.14748271
+0.39083716 0.67963457 0.16010655
+0.45321310 0.68626928 0.16936249
+0.50464034 0.69209391 0.15964545
+0.55784506 0.69738984 0.15826105
+0.61993700 0.70173359 0.14917569
+0.64818287 0.70607954 0.13539292
+0.66347885 0.71035349 0.10373179
+0.70208830 0.71312201 0.09006386
+0.75558656 0.70939422 0.08316872
+0.79230124 0.71068841 0.07721309
+0.65247524 0.73125464 0.07908832
+0.73461318 0.72902650 0.06653635
+0.81260294 0.72952366 0.06470747
+0.87322402 0.73181212 0.06099590
+0.92795026 0.73710519 0.05982493
+0.98777443 0.74315286 0.05916452
+0.98446441 0.74214852 0.05072321
+-0.34274909 0.91604751 0.17729791
+-0.29890865 0.90991056 0.15173498
+-0.28973809 0.91749883 0.14321454
+-0.28206256 0.91654849 0.13784698
+-0.27360258 0.92466962 0.13183902
+-0.26228347 0.92930132 0.12381559
+-0.21790896 0.92692763 0.12050224
+-0.14607203 0.93215358 0.10277984
+-0.10326347 0.93028104 0.09228551
+-0.07798134 0.92603445 0.09656604
+-0.05533322 0.91734314 0.09298667
+-0.02948375 0.90798783 0.09464013
+-0.00662123 0.89868355 0.09160481
+0.02668265 0.88473552 0.09075953
+0.04659334 0.87528747 0.09220041
+0.08994523 0.86562091 0.08883060
+0.12107792 0.86073291 0.09233246
+0.17700079 0.85083050 0.09372570
+0.24190181 0.84084404 0.08985837
+0.28736523 0.83574361 0.09299371
+0.36293206 0.82508159 0.08621062
+0.42184964 0.81149656 0.08998117
+0.47059873 0.80096442 0.08553436
+0.53543854 0.79352838 0.08517545
+0.60160702 0.78114343 0.08736777
+0.67033738 0.76618266 0.07608788
+0.78270054 0.74970597 0.06933327
+0.85725725 0.73389882 0.06042102
+0.92639256 0.72522891 0.06097649
+0.97771752 0.71373963 0.06357886
+1.02183223 0.70050234 0.06276429
+1.06505883 0.69473982 0.06660914
+1.14344549 0.68384176 0.06020859
+0.15231113 0.80153692 0.16092332
+0.05030409 0.79959786 0.15212281
+0.07955375 0.78750581 0.14084294
+0.10649522 0.77748412 0.13626750
+0.13001032 0.76600760 0.14012243
+0.15359668 0.76061255 0.13411418
+0.20731172 0.74849719 0.12579265
+-0.14303757 0.75650632 0.13387625
+-0.17621249 0.75031203 0.13190828
+-0.15173718 0.74030215 0.12767833
+-0.13055116 0.72846669 0.12549539
+-0.11030068 0.72293681 0.12621769
+-0.08776893 0.71748650 0.12411518
+-0.04921846 0.70746100 0.12508160
+-0.00978874 0.70069498 0.12199805
+0.04043253 0.69483924 0.12302842
+0.08975459 0.68953669 0.12080160
+0.15507489 0.67400575 0.12123316
+0.21544214 0.66864252 0.11917451
+0.26867646 0.66267985 0.11989804
+0.34184334 0.65650129 0.11620145
+0.40122357 0.64940202 0.11633959
+0.45276564 0.64324939 0.11745650
+0.51408190 0.63180190 0.11274484
+0.58108008 0.62443483 0.11332875
+0.65204018 0.61362296 0.10900640
+0.73509896 0.59379482 0.09572577
+0.80588663 0.58248883 0.09400436
+0.84730858 0.56878281 0.11087691
+0.87786496 0.55695319 0.12761992
+0.94269812 0.55268842 0.11690934
+0.99697095 0.54979330 0.10492678
+1.08103144 0.54457265 0.09315027
+0.50164789 0.64900804 0.15898414
+0.40836036 0.64898574 0.15273756
+0.43716165 0.64318192 0.14733547
+0.45998958 0.63319451 0.14618360
+0.47783375 0.62773132 0.14079028
+0.50031841 0.62185699 0.13727261
+0.54757661 0.61427367 0.13215479
+-0.10689306 0.64421034 0.15923485
+-0.22323510 0.63409323 0.15030298
+-0.20062411 0.62457877 0.15243541
+-0.18343124 0.62484348 0.14808486
+-0.16283382 0.61767423 0.14806709
+-0.14073545 0.60872024 0.14630766
+-0.09776508 0.60259265 0.14683726
+-0.04505452 0.59322613 0.14189728
+0.00823557 0.58653319 0.14454928
+0.06916424 0.58192480 0.14028729
+0.13380055 0.57436383 0.14155650
+0.20011634 0.56885439 0.13916345
+0.25699750 0.56381756 0.13984005
+0.33185092 0.56002098 0.13482347
+0.38647714 0.55395365 0.13708985
+0.44375896 0.54813707 0.13554981
+0.50505531 0.53984499 0.13198712
+0.57256448 0.53755039 0.13026822
+0.63196862 0.52367997 0.12423167
+0.70531243 0.51015866 0.11748727
+0.72437203 0.49590218 0.15758592
+0.78223681 0.48673633 0.15613547
+0.84081578 0.48146802 0.14885606
+0.89600897 0.48141068 0.13891596
+0.96457350 0.47663689 0.12046047
+1.04390967 0.47101885 0.10658858
+0.65951490 0.55066568 0.16863616
+0.64081943 0.55512780 0.16579778
+0.66932875 0.54572552 0.15645522
+0.68850476 0.53935903 0.15327790
+0.70547026 0.53956050 0.14942862
+0.71583319 0.53421956 0.15175283
+0.73542219 0.52006108 0.16893834
+-0.15603885 0.59426087 0.17676398
+-0.24683532 0.58890146 0.17151649
+-0.22666828 0.58754385 0.16917370
+-0.21151289 0.57804155 0.16464636
+-0.19233112 0.57410640 0.16423060
+-0.17081115 0.56890017 0.15955766
+-0.12221187 0.55675185 0.16007851
+-0.06197068 0.55023021 0.15408371
+-0.00192956 0.54449344 0.15653838
+0.05606146 0.54328930 0.15166906
+0.12664954 0.53980923 0.15058930
+0.18981597 0.53487152 0.14762802
+0.24888217 0.53532368 0.14582141
+0.32375073 0.52886468 0.14541396
+0.38293487 0.52044350 0.14148760
+0.44376642 0.51862347 0.13916981
+0.49705541 0.51689315 0.14126481
+0.56467330 0.50655365 0.13611494
+0.62689680 0.50229305 0.13175543
+0.68617463 0.49392173 0.12257133
+0.70233250 0.47909862 0.17022280
+0.75779879 0.47075167 0.16716959
+0.81580347 0.46379167 0.15313485
+0.87562901 0.46366557 0.13949166
+0.94374901 0.46456617 0.12644978
+1.03202939 0.46345577 0.10582096
+0.70139396 0.54768288 0.17166479
+0.73072737 0.53187639 0.17442091
+0.73850173 0.52964813 0.18104267
+0.74181563 0.52746218 0.18899444
+0.74710321 0.52669066 0.18838534
+0.74981821 0.52050513 0.19497322
+0.79514432 0.51465553 0.18901807
+-0.29183832 0.62542307 0.18001811
+-0.25283024 0.61682743 0.16952085
+-0.23738559 0.61213398 0.16913803
+-0.22292884 0.60787112 0.16404039
+-0.20188466 0.59831893 0.16332708
+-0.18040092 0.59787804 0.15848526
+-0.12936221 0.58977103 0.15902850
+-0.06516275 0.58548576 0.15333676
+-0.00589467 0.58322358 0.15405203
+0.05014434 0.57738614 0.14942758
+0.11499090 0.57628393 0.15034164
+0.18532139 0.57499397 0.14911009
+0.24568745 0.56375128 0.14444289
+0.32220745 0.56166738 0.14276974
+0.37128195 0.56260353 0.13920571
+0.43399075 0.55670363 0.13720979
+0.49378687 0.55175638 0.13735527
+0.55495310 0.54910493 0.13120230
+0.61750799 0.54201955 0.12709010
+0.68866396 0.53483158 0.11323748
+0.74182427 0.52358365 0.11888430
+0.75953901 0.51177818 0.15797153
+0.80191630 0.50784886 0.15334649
+0.87022656 0.50754893 0.13985932
+0.93607676 0.51244134 0.12789783
+0.98791134 0.51163554 0.11091752
+0.66938490 0.58711058 0.17434937
+0.71676284 0.58172876 0.16226564
+0.73484832 0.58747655 0.15655704
+0.74700075 0.58758909 0.15248686
+0.75363773 0.58568162 0.14552268
+0.76930058 0.58913481 0.14242111
+0.69693798 0.58995855 0.13636486
+-0.29077560 0.69114304 0.17395349
+-0.24249908 0.68650204 0.16166028
+-0.22603108 0.67952251 0.16094787
+-0.21067870 0.68020445 0.15516227
+-0.18868019 0.67909282 0.15445285
+-0.16327651 0.67907774 0.15005158
+-0.11209769 0.67620265 0.14782014
+-0.05156277 0.66918045 0.14259303
+0.00010671 0.67138046 0.14304321
+0.05435623 0.66978967 0.13829486
+0.11404608 0.66519600 0.13947995
+0.17973591 0.66411507 0.13660231
+0.23445071 0.66675740 0.13350426
+0.30504537 0.66481549 0.13233304
+0.36424258 0.66196209 0.12865147
+0.42220405 0.66322213 0.12508716
+0.47800738 0.65972584 0.12497384
+0.54463840 0.65509039 0.11888883
+0.60493147 0.64560050 0.11506982
+0.68269515 0.64192820 0.10440520
+0.75023824 0.64014137 0.09698658
+0.80804276 0.63539600 0.09556199
+0.85858053 0.63614845 0.09553534
+0.90969002 0.63404769 0.09188484
+0.95359862 0.62253666 0.10735108
+0.94085473 0.63282293 0.09829076
+0.52360481 0.69616711 0.16656730
+0.56182146 0.69975525 0.15203640
+0.57790953 0.70042032 0.14764917
+0.57941568 0.70506352 0.14138931
+0.58579636 0.71108329 0.13565023
+0.59791720 0.71635455 0.13109922
+0.46939746 0.72227859 0.12649734
+-0.26290682 0.80830628 0.15226312
+-0.21769755 0.80255795 0.14059146
+-0.20028362 0.80445212 0.14084381
+-0.18152148 0.80850607 0.13266468
+-0.15972883 0.81033969 0.13253267
+-0.13193540 0.80984968 0.12846185
+-0.08304700 0.81037748 0.12533021
+-0.03156712 0.81241560 0.12021520
+0.01398044 0.81057763 0.12106123
+0.05602795 0.81516111 0.11851931
+0.10592354 0.81900775 0.11524841
+0.16708511 0.82084674 0.11489835
+0.22351460 0.82502127 0.10982075
+0.28814059 0.82838029 0.10909962
+0.34268039 0.83156735 0.10769700
+0.39819971 0.83126396 0.10265341
+0.45819360 0.83126771 0.10278070
+0.52011222 0.83341855 0.09973213
+0.58956182 0.83277994 0.09183654
+0.67501217 0.83073366 0.08221972
+0.74469280 0.82747859 0.07914641
+0.80721664 0.82951438 0.07333113
+0.86042958 0.82678008 0.07409269
+0.91793782 0.82848275 0.07346729
+0.98290843 0.83101535 0.06867053
+0.90622902 0.84017068 0.06973299
+0.24447981 0.86763376 0.15024284
+0.27491182 0.87225437 0.13753882
+0.28073326 0.87782043 0.13123778
+0.28196386 0.88331848 0.12611848
+0.28220066 0.88873971 0.11941686
+0.28782526 0.89861822 0.11497099
+0.22435521 0.90343809 0.10978084
+-0.22456455 0.95903611 0.12119780
+-0.17893620 0.95486575 0.10881129
+-0.15814765 0.96328205 0.10927146
+-0.13744992 0.96584463 0.10180950
+-0.11521339 0.96866298 0.10240553
+-0.08590700 0.97255975 0.09663459
+-0.04574542 0.97877747 0.09680839
+-0.00364285 0.98197716 0.09514324
+0.03202145 0.98559576 0.09134307
+0.06610278 0.99305940 0.09007245
+0.10247263 0.99772435 0.08686467
+0.15496407 1.00227630 0.08576099
+0.20014864 1.01102805 0.08527538
+0.26140147 1.01384878 0.08141620
+0.31931424 1.02238178 0.08068329
+0.36466148 1.02613449 0.08060351
+0.42642963 1.03424037 0.07532202
+0.49020532 1.03773260 0.07511848
+0.56185502 1.03763258 0.07013725
+0.67154050 1.04142582 0.05666614
+0.74031770 1.04275715 0.05410380
+0.81300288 1.05081713 0.05352277
+0.86671942 1.05425823 0.04929835
+0.93025011 1.06226254 0.05032074
+0.98937249 1.06990445 0.05054880
+0.98201334 1.07371843 0.04596328
+-0.16485690 1.08993196 0.13460594
+-0.13326253 1.09489286 0.11973064
+-0.14286211 1.10489833 0.11439684
+-0.14375342 1.10988843 0.10797293
+-0.15015414 1.11934924 0.10202517
+-0.14930129 1.12911880 0.09673919
+-0.12629314 1.12928867 0.09167778
+-0.17900445 1.14184105 0.07923017
+-0.12807861 1.14482200 0.07568231
+-0.10637596 1.14902532 0.06948049
+-0.07840575 1.15717018 0.06245933
+-0.05592489 1.16529238 0.06381176
+-0.02632163 1.17362511 0.06354867
+0.00527253 1.17810380 0.05752484
+0.03612005 1.17961931 0.05932701
+0.06490397 1.17439890 0.05661904
+0.09785255 1.16911793 0.05927165
+0.13021635 1.16687834 0.05682779
+0.17887293 1.16147137 0.05802897
+0.22676533 1.15576446 0.06005613
+0.28880554 1.15018904 0.05702514
+0.35878298 1.14442730 0.05854649
+0.40822500 1.13890743 0.05905076
+0.47455576 1.13646626 0.06030575
+0.54032201 1.13067710 0.05733620
+0.62710196 1.12175870 0.05444803
+0.53154445 1.12587786 0.05615651
+0.57510018 1.12029374 0.04955637
+0.62105954 1.11538041 0.05209259
+0.66311854 1.11012197 0.05464984
+0.69637585 1.10570931 0.05100822
+0.73372126 1.10129249 0.05302925
+0.80964673 1.14147210 0.02553918
+-0.10783459 -0.05917491 0.83855885
+-0.26767981 -0.16007057 0.83736664
+-0.24291112 -0.14653060 0.82679623
+-0.22204705 -0.13917634 0.81479114
+-0.19825108 -0.13255903 0.80183554
+-0.16252097 -0.12507688 0.79787606
+-0.10248831 -0.12049977 0.78066391
+-0.01938662 -0.11934075 0.75963569
+0.07437596 -0.11568131 0.74998111
+0.15885085 -0.10859718 0.73937684
+0.23758228 -0.09894937 0.73333710
+0.30665326 -0.09213006 0.72022539
+0.36000511 -0.08494824 0.71467531
+0.42743021 -0.07815671 0.69936019
+0.48784080 -0.07166295 0.69265753
+0.54330683 -0.06503086 0.67755789
+0.60069311 -0.05508455 0.67138535
+0.66292369 -0.04918716 0.65547144
+0.72470647 -0.04316756 0.64646262
+0.80055225 -0.04016618 0.63036048
+0.87388504 -0.03167902 0.62055260
+0.93298697 -0.02560931 0.60448766
+0.98001599 -0.01864400 0.59791571
+1.01850224 -0.01109830 0.59238964
+1.05371559 0.00027086 0.58147353
+1.10257757 0.00511939 0.57423210
+0.72079176 0.05713344 0.58641237
+0.25177062 0.08833280 0.58214426
+0.25732723 0.09446481 0.57896459
+0.24537714 0.10537280 0.56895554
+0.23964310 0.11301865 0.56630796
+0.22767672 0.11967664 0.55771005
+0.22785598 0.13048732 0.54810458
+0.07422081 0.14943965 0.72103268
+-0.19568105 0.16784555 0.73299849
+-0.15029319 0.17200780 0.71936232
+-0.12280727 0.18101174 0.70926821
+-0.09485605 0.18794084 0.69663352
+-0.06575213 0.19473910 0.69197422
+-0.02830734 0.20445019 0.67757165
+0.02048005 0.21231928 0.65782195
+0.08738155 0.21416616 0.64897245
+0.16114472 0.22196384 0.63670063
+0.23037152 0.22868203 0.63086528
+0.29341823 0.23934259 0.61679989
+0.34693697 0.24577273 0.61027241
+0.40223974 0.25574616 0.59828395
+0.46648216 0.26498181 0.58891237
+0.52916741 0.27028728 0.57568175
+0.57416481 0.27990365 0.56534809
+0.62885863 0.28256664 0.55155987
+0.70620394 0.28710914 0.53964239
+0.77649206 0.29380834 0.53117049
+0.90761751 0.29566577 0.51501751
+0.95265424 0.30391660 0.50471425
+0.98949575 0.31295571 0.49361888
+1.01714849 0.32389453 0.48614904
+1.02469873 0.33280841 0.47796348
+1.02572250 0.34439206 0.46766651
+1.06675410 0.38299668 0.50405520
+-0.05025332 0.48374075 0.50814903
+-0.29458970 0.48810601 0.50051010
+-0.26134187 0.49655867 0.49190643
+-0.23571345 0.50844365 0.48613748
+-0.20301729 0.51578522 0.48303297
+-0.17021523 0.52848041 0.46826780
+-0.11723235 0.54039425 0.58560884
+-0.04468139 0.54981768 0.63240552
+0.02834721 0.56045645 0.61573642
+0.07895856 0.57159346 0.60600364
+0.12581506 0.58225417 0.59482163
+0.17401178 0.59323478 0.58204168
+0.21932228 0.60435784 0.57332897
+0.27008921 0.60756522 0.56061119
+0.32390228 0.61801332 0.54884988
+0.38111708 0.62864769 0.53952789
+0.44850677 0.63990754 0.52783984
+0.51737583 0.65040016 0.51812947
+0.58757341 0.66042459 0.50803006
+0.65542901 0.66910332 0.49655354
+0.72540706 0.67611498 0.48377246
+0.77112406 0.67090499 0.48367342
+0.78019828 0.66647810 0.50584239
+0.81853253 0.67396772 0.49342340
+0.86219674 0.67969060 0.48266348
+0.91556686 0.68584496 0.46556261
+0.92156804 0.68004107 0.45270872
+0.12436188 0.68415684 0.40219867
+0.15595682 0.67091733 0.39240688
+0.15839811 0.65918887 0.38601103
+0.15831734 0.64419967 0.38026354
+0.15461686 0.63433170 0.37310401
+0.14970200 0.62368625 0.40422282
+0.17757173 0.70946825 0.43917814
+-0.10643318 0.74616611 0.42979416
+-0.10959263 0.72545171 0.42241788
+-0.04614280 0.71103132 0.41203886
+0.03076072 0.69578630 0.40445298
+0.09981944 0.68046075 0.39569056
+0.16746895 0.66451389 0.44438171
+0.24484064 0.65102553 0.51542073
+0.31767794 0.63446343 0.49816704
+0.38572240 0.62196976 0.48779070
+0.45062023 0.60625267 0.47604260
+0.51982862 0.58526987 0.46619442
+0.58510518 0.56969595 0.45322445
+0.57602036 0.53866833 0.48694122
+0.61383027 0.51977479 0.46896818
+0.71316040 0.51524317 0.42235380
+0.76148981 0.50112855 0.41630667
+0.80669051 0.48937994 0.41164833
+0.85931331 0.47126204 0.40462667
+0.92670739 0.46015671 0.39504439
+0.97731221 0.44315019 0.38206351
+0.81199926 0.42561734 0.37848812
+0.83631492 0.41031754 0.36536399
+0.83155024 0.39770529 0.35849434
+0.82101107 0.38043341 0.34509879
+0.79856688 0.36582908 0.32842773
+0.77867341 0.34303492 0.31214267
+0.78493649 0.41186133 0.30019957
+-0.05412318 0.39400977 0.28528196
+-0.24787228 0.38173065 0.27918261
+-0.22112435 0.36397851 0.27339706
+-0.20059830 0.34636065 0.26761252
+-0.17696518 0.33668673 0.27287078
+-0.15008806 0.31600732 0.36815038
+-0.11337245 0.36521578 0.34769833
+-0.06227243 0.35416347 0.34054026
+-0.01070909 0.33454192 0.33156821
+0.03359948 0.31727487 0.32239133
+0.07645714 0.29720062 0.31338602
+0.12411986 0.27593791 0.30130205
+0.17655510 0.25763980 0.38493219
+0.22603147 0.24161887 0.36560553
+0.28815359 0.21781181 0.35877723
+0.34241718 0.19518107 0.34624031
+0.39107749 0.17649108 0.33100918
+0.44221023 0.16090655 0.32647857
+0.51102138 0.14002556 0.31413263
+0.57520610 0.11895061 0.30708656
+0.68248802 0.09863123 0.29824626
+0.75799209 0.08026665 0.29220417
+0.82212955 0.06145100 0.28192779
+0.88441664 0.04473292 0.27681679
+0.94109166 0.02955710 0.26665118
+1.00024652 0.01107850 0.25964084
+1.08569765 -0.00865816 0.25105852
+0.42010075 -0.02648680 0.24120834
+-0.31015390 -0.04264153 0.23659205
+-0.31707543 -0.05891486 0.22464478
+-0.30139497 -0.07924753 0.21416911
+-0.28441694 -0.09497948 0.19657886
+-0.26380503 -0.11896217 0.18381245
+-0.23520835 0.09260590 0.17561087
+-0.17712447 0.07507229 0.16847385
+-0.10257039 0.05483061 0.16364753
+-0.04105088 0.03363976 0.15800416
+-0.00571239 0.04696090 0.15266968
+0.04271288 0.05453920 0.24189320
+0.08270830 0.06616297 0.26554596
+0.13041207 0.06969190 0.25099728
+0.18139011 0.07920100 0.24068826
+0.23474383 0.09258629 0.23131263
+0.28050852 0.10439441 0.21938968
+0.33392403 0.12000104 0.20846124
+0.41684777 0.02853634 0.21246979
+0.49111593 0.00174217 0.21399316
+0.56712270 -0.02530760 0.21425721
+0.63786006 -0.05344731 0.21557951
+0.72700131 -0.08163964 0.21603926
+0.69799668 -0.10309086 0.21722934
+-0.31238395 -0.12152584 0.21497330
+-0.27726328 -0.13325013 0.21841322
+-0.27452588 -0.11987202 0.21789750
+-0.27078071 -0.10466662 0.21849188
+-0.26462105 -0.09165929 0.21686274
+-0.25766695 -0.07411387 0.21676831
+-0.23043485 -0.05702725 0.21473394
+-0.17814361 -0.04027531 0.21704479
+-0.13302454 -0.03118336 0.21662600
+-0.10807096 0.18620394 0.21143545
+-0.08908278 0.21029343 0.20645185
+-0.07123668 0.21422896 0.19523434
+-0.05353812 0.21678497 0.19352143
+-0.03016872 0.22557658 0.19124980
+-0.00345309 0.23064989 0.18981896
+0.02328727 0.23414853 0.19156219
+0.04766368 0.26507843 0.19298425
+0.07093477 0.28105888 0.19527426
+0.10612036 0.28959709 0.29608703
+0.15140641 0.30252704 0.28086421
+0.20199968 0.30699226 0.27424699
+0.26240468 0.31560394 0.27068207
+0.31203729 0.32719725 0.26334599
+0.36494806 0.33429870 0.25813714
+0.36220226 0.33685702 0.31199101
+0.47045597 0.34472302 0.31842959
+0.53029078 0.35326996 0.30634290
+0.61197430 0.36444947 0.30860803
+0.68646842 0.37176511 0.31142193
+0.74767858 0.38146481 0.31709725
+0.80074704 0.39322218 0.31590584
+0.84985691 0.40302500 0.31501856
+0.90499866 0.41660821 0.31635830
+0.97378033 0.42990172 0.31227049
+0.81731540 0.43812913 0.31322318
+0.50470668 0.44201407 0.36589217
+0.57452190 0.46165788 0.36249131
+0.62399828 0.47533646 0.36025420
+0.67424774 0.49275884 0.35872072
+0.72633743 0.50425088 0.35183883
+0.77219671 0.51723880 0.34970808
+0.75760633 0.52544308 0.35664523
+-0.30329305 0.53158486 0.30307236
+-0.25888652 0.62031311 0.29625374
+-0.25148377 0.63217247 0.28989783
+-0.24205010 0.63405478 0.28508052
+-0.23096885 0.64248902 0.27905029
+-0.21683000 0.64675814 0.27829206
+-0.17763151 0.65645838 0.27466226
+-0.11252981 0.66001499 0.27295971
+-0.05470542 0.75793624 0.26865691
+-0.00823599 0.80157578 0.31353047
+0.04308990 0.80759466 0.32855070
+0.09668490 0.81737387 0.32056838
+0.15534770 0.82608145 0.31649619
+0.21990108 0.83718085 0.31058040
+0.27479839 0.84968936 0.30790058
+0.32093459 0.85722148 0.29765779
+0.36476550 0.86208743 0.38331884
+0.40701711 0.87263823 0.43728182
+0.44611028 0.88295966 0.43005213
+0.48103923 0.89304477 0.42710319
+0.51073211 0.90374225 0.42531392
+0.55365473 0.91839993 0.42140636
+0.58034462 0.92937815 0.41542891
+0.60705441 0.93791187 0.41339949
+0.63488948 0.94437486 0.40887332
+0.67418230 0.95607382 0.40720236
+0.71557766 0.97190571 0.40492889
+0.77967066 0.98383367 0.40466285
+0.81809175 0.99562377 0.40308645
+0.85150206 1.00611162 0.39953557
+0.86680907 1.01600945 0.39530027
+0.88336593 1.00904703 0.39311630
+0.91043550 0.99122208 0.38802233
+0.95763385 0.96083945 0.38330472
+0.33200741 0.93946242 0.37682965
+0.26668635 0.91330820 0.36983445
+0.33220449 0.89338011 0.36465427
+0.39483297 0.87571239 0.35735032
+0.45093247 0.85822815 0.35192233
+0.51461589 0.84182745 0.34874696
+0.60727954 0.82559794 0.34232140
+0.09528144 0.80206895 0.33866480
+-0.23644488 0.92368555 0.35084808
+-0.21128517 0.90380955 0.37273669
+-0.19582339 0.88150418 0.36627802
+-0.17606814 0.86647397 0.36066169
+-0.15525728 0.85104454 0.35666963
+-0.12482451 0.84104586 0.35104474
+-0.07198180 0.81645286 0.34496391
+-0.01836377 0.83262885 0.40420797
+0.02050698 0.81785214 0.52972412
+0.04689836 0.80206877 0.51843333
+0.07233570 0.78837979 0.51139623
+0.09047633 0.77281964 0.51021665
+0.11149802 0.76353621 0.50467759
+0.13320595 0.74102098 0.49809071
+0.14302215 0.72408736 0.49069676
+0.14790297 0.70693928 0.48786968
+0.15772551 0.69073325 0.48193339
+0.17532726 0.67911065 0.48118907
+0.21042626 0.66306758 0.47687542
+0.23728923 0.64881879 0.47461942
+0.31502515 0.63682610 0.46924558
+0.41358942 0.63468039 0.46998841
+0.48038465 0.62817395 0.46800861
+0.54813117 0.61229968 0.46544191
+0.61430764 0.58711332 0.45506379
+0.63259208 0.55476308 0.47093743
+0.65046871 0.52100092 0.49252021
+0.68482602 0.50400543 0.45775723
+0.74689174 0.48053870 0.42466387
+0.79979032 0.46520236 0.42001882
+0.85767758 0.45327568 0.41474390
+0.94694710 0.44675541 0.40064076
+1.09060419 0.46299186 0.39168358
+-0.01787847 0.09143240 0.35958081
+-0.07568952 -0.08251820 0.25336245
+-0.06586622 -0.07084941 0.26065260
+-0.05964646 -0.07099675 0.26362351
+-0.05281020 -0.07138628 0.26217812
+-0.04873754 -0.08252987 0.26371089
+0.11383155 0.06051510 0.28292623
+-0.12005119 0.47387597 0.41988796
+-0.24512315 0.49991304 0.60524648
+-0.22607121 0.48242605 0.59086907
+-0.21643327 0.46635002 0.57819843
+-0.20433553 0.45285112 0.58536637
+-0.13182120 0.26808527 0.42379528
+-0.05652058 0.35530266 0.59439778
+-0.02771352 0.32359776 0.56116378
+-0.00378033 0.31212303 0.56052989
+0.03227298 0.30004197 0.55217505
+0.07890704 0.28366923 0.55287153
+0.13625121 0.29022229 0.54991633
+0.19901250 0.29578847 0.55813771
+0.26224345 0.28325891 0.55383354
+0.33032641 0.27011836 0.55002725
+0.38905433 0.24957530 0.53775674
+0.44928128 0.23044693 0.53458005
+0.50734234 0.20122015 0.51629382
+0.56740248 0.16221128 0.50147319
+0.62971616 0.13293275 0.48235229
+0.69883144 0.11818721 0.47811753
+0.76616764 0.09039409 0.46328652
+0.82240164 0.07844041 0.45638469
+0.86511326 0.06565576 0.45233431
+0.91724259 0.05509876 0.43725145
+0.97312373 0.04102222 0.43341053
+0.96580356 0.03109906 0.42044723
+0.74638510 0.03565263 0.42478728
+0.81778079 0.02216128 0.41288546
+0.85747498 0.01169037 0.41448343
+0.88993329 0.00061462 0.40568203
+0.91789919 -0.01318383 0.40877694
+0.95327687 -0.02375495 0.40008721
+0.84719706 -0.02384193 0.40010938
+-0.31430328 0.17548938 0.66773039
+-0.27034122 0.15207677 0.65255886
+-0.25936428 0.13429660 0.64585811
+-0.24897753 0.12107550 0.63878220
+-0.23246326 0.10987938 0.62718469
+-0.21257193 0.09043702 0.61955065
+-0.15964258 0.07537068 0.60677260
+-0.08728082 0.04814418 0.60418129
+-0.02942910 0.03323170 0.58953536
+0.03494060 0.02015198 0.58952022
+0.10555857 0.00217118 0.57960784
+0.18000312 -0.01135261 0.57709581
+0.24167678 -0.02362134 0.56535566
+0.32166341 -0.05041606 0.56436712
+0.37525403 -0.04851804 0.54762757
+0.42545757 -0.05300130 0.54362905
+0.47684550 -0.05032976 0.52518624
+0.53642082 -0.06227572 0.51805592
+0.57934594 -0.06320211 0.50134498
+0.61776966 -0.06181805 0.49414024
+0.66537118 -0.06186306 0.47382259
+0.71361923 -0.06542406 0.46572080
+0.74330086 -0.06874207 0.45982894
+0.78524643 -0.06467741 0.43945932
+0.83984613 -0.06118075 0.43040892
+0.88397497 -0.05408947 0.41340059
+0.96705824 -0.04853602 0.40605587
+1.01417637 -0.04518607 0.39433879
+1.04899037 -0.04130168 0.39580393
+1.06343591 -0.03659358 0.38446701
+1.08008051 -0.02811997 0.38565376
+1.09409928 -0.02373432 0.37508345
+1.14275849 -0.02344121 0.36590880
+0.03424565 0.19458671 0.62815237
+-0.05456867 0.20394401 0.61756766
+-0.01686764 0.19807865 0.60857511
+0.01954941 0.20260821 0.59563375
+0.05294137 0.19664311 0.58618116
+0.09059559 0.19360907 0.57404757
+0.16132270 0.19100337 0.56755048
+-0.11953965 0.21448322 0.55958331
+-0.12361202 0.20863302 0.54548830
+-0.08680240 0.20820113 0.54336828
+-0.03744670 0.21302730 0.52870548
+0.01459676 0.20551072 0.52804345
+0.06645550 0.20888661 0.51340181
+0.12922205 0.20728810 0.50696248
+0.18369071 0.20728618 0.49335888
+0.24055211 0.20130159 0.48774171
+0.28646025 0.19932120 0.47288257
+0.32983038 0.19609752 0.46537799
+0.37233377 0.19297186 0.44962820
+0.40285641 0.19715522 0.44305295
+0.45081779 0.18617149 0.42673957
+0.48567796 0.18416478 0.41824946
+0.52118814 0.18226548 0.41208532
+0.55277127 0.18479581 0.39430076
+0.60430086 0.18324618 0.38579816
+0.65360224 0.17842026 0.37001857
+0.71999657 0.18124329 0.36418369
+0.77846289 0.18477084 0.35207000
+0.82411319 0.19333753 0.35337785
+0.85160691 0.19802040 0.34519562
+0.88278562 0.20190309 0.34473059
+0.91455013 0.20681973 0.33705157
+0.97559661 0.19713703 0.32866204
+0.34072313 0.36235806 0.56344748
+0.24149285 0.37644458 0.55787534
+0.29734927 0.37027511 0.54914039
+0.33582592 0.37070656 0.53712684
+0.38243845 0.36626422 0.52893555
+0.42470810 0.36705172 0.51747334
+0.49907428 0.35896415 0.50642502
+-0.08832859 0.40748888 0.51177704
+-0.19807881 0.40998203 0.50586957
+-0.16513830 0.40638146 0.49650258
+-0.13529047 0.40522316 0.48500940
+-0.09694549 0.40635327 0.48033753
+-0.06195542 0.40841925 0.46898192
+-0.00762430 0.40297025 0.46623674
+0.05799554 0.40203223 0.45072207
+0.10896527 0.39891818 0.44600317
+0.15027003 0.39831311 0.43102261
+0.18828709 0.39231136 0.42682070
+0.22476783 0.38623807 0.41226679
+0.25529075 0.38630489 0.40629303
+0.29954791 0.38366282 0.38996571
+0.33176979 0.38184887 0.38233909
+0.36146179 0.38097224 0.37635466
+0.34467581 0.36833125 0.41349757
+0.42654487 0.36353463 0.36232477
+0.46830535 0.36461392 0.35603860
+0.52306241 0.36560899 0.35365748
+0.58350164 0.36984599 0.34767622
+0.63107497 0.37108141 0.34906939
+0.66372919 0.37634099 0.34016964
+0.70596164 0.37749308 0.33935666
+0.75340837 0.37823078 0.32777229
+0.82465899 0.37164921 0.30897132
+0.44911876 0.50894880 0.52744156
+0.42897117 0.51332611 0.51401854
+0.49088970 0.50847048 0.50562215
+0.52759314 0.50129795 0.47977030
+0.55798507 0.49531472 0.45158321
+0.59630066 0.48949260 0.43997604
+0.67315340 0.47783422 0.42858458
+-0.13287388 0.54520380 0.47577509
+-0.23795584 0.54590380 0.47252855
+-0.21378848 0.54505396 0.46053919
+-0.19290686 0.54264015 0.45990199
+-0.16585888 0.54098094 0.44882062
+-0.13444380 0.54282814 0.44497707
+-0.08361551 0.53640270 0.43279141
+-0.01686835 0.53530401 0.41863352
+0.03761977 0.52616751 0.41593528
+0.07147107 0.52328515 0.40318340
+0.10914800 0.52288741 0.39602479
+0.14136767 0.51944566 0.38286924
+0.17112771 0.51991779 0.37758717
+0.21414661 0.50719810 0.36412448
+0.24343491 0.50583708 0.35669166
+0.27426314 0.50283551 0.35217607
+0.29949218 0.49823603 0.33554703
+0.32878575 0.49757153 0.32771468
+0.38587725 0.50876433 0.29991421
+0.43431976 0.53541839 0.27033064
+0.50466239 0.55072290 0.25053006
+0.55354029 0.54928744 0.25243992
+0.59349853 0.55099142 0.24674039
+0.64243335 0.55120510 0.25089404
+0.69257158 0.55528027 0.24434316
+0.71031159 0.53741491 0.27980456
+0.47173858 0.67576337 0.45173463
+0.50905025 0.66878158 0.43146110
+0.56922853 0.66239947 0.42272207
+0.61714941 0.65369594 0.41086242
+0.66448557 0.64385921 0.40102482
+0.70436585 0.63884711 0.39765802
+0.73686928 0.60764098 0.41780496
+-0.26929772 0.70887011 0.40314823
+-0.26326612 0.70570934 0.39898774
+-0.24702623 0.70010394 0.39026070
+-0.22852722 0.69846314 0.38834837
+-0.20540416 0.69768971 0.37787923
+-0.17690067 0.68836170 0.37770352
+-0.12423309 0.68478239 0.36571866
+-0.05519940 0.67938995 0.36189321
+-0.00198568 0.67511189 0.34872246
+0.03297363 0.67264205 0.34614560
+0.06713372 0.66524637 0.33444867
+0.10346548 0.65844226 0.32125330
+0.13232195 0.65579224 0.31753320
+0.17914113 0.65078944 0.31136933
+0.20720640 0.64702177 0.29696816
+0.24150099 0.64303601 0.29284286
+0.26977450 0.63931149 0.27781999
+0.30405870 0.62876505 0.27234644
+0.35888386 0.62600094 0.25573581
+0.40841067 0.61873794 0.24470474
+0.47992969 0.61768377 0.23323593
+0.52965325 0.61400032 0.23571689
+0.57392347 0.61522287 0.23019746
+0.62585282 0.61511028 0.23452187
+0.68143409 0.61559415 0.22743386
+0.72973359 0.60975093 0.22557680
+0.43188402 0.73270154 0.43597966
+0.50021666 0.71452010 0.41310611
+0.55956608 0.70685792 0.40620017
+0.59757805 0.70399398 0.39598349
+0.64757717 0.69570750 0.38976434
+0.68796563 0.68915766 0.38804364
+0.69350296 0.68699741 0.37667704
+-0.30138540 0.74474573 0.38912994
+-0.25461757 0.73868531 0.38451010
+-0.24129485 0.73425210 0.37418434
+-0.22142439 0.72843385 0.37437698
+-0.19683863 0.72585428 0.36363757
+-0.16564447 0.72104245 0.36340103
+-0.10864095 0.71738499 0.35255992
+-0.03925269 0.71183598 0.33952966
+0.01283893 0.69989401 0.33802298
+0.04863783 0.69569099 0.32615557
+0.08611472 0.68941998 0.32208043
+0.12512615 0.68641388 0.30911469
+0.15665033 0.68016279 0.30683589
+0.20574352 0.67568666 0.29184705
+0.23920673 0.66759127 0.28835854
+0.27461919 0.66040325 0.28317592
+0.30633017 0.65671706 0.26835182
+0.34790650 0.64504576 0.26256260
+0.40780833 0.64212590 0.24555357
+0.46867809 0.63433880 0.23356016
+0.53188521 0.62943608 0.22024868
+0.58912319 0.62974036 0.22166209
+0.63200086 0.62291002 0.21945485
+0.68025744 0.62435478 0.22266072
+0.73578203 0.61849642 0.21586622
+0.72490036 0.62774765 0.21953206
+0.34144861 0.73840535 0.42573902
+0.40004551 0.72512513 0.40222642
+0.44672039 0.71880537 0.39621416
+0.48144257 0.71015865 0.39834917
+0.51654166 0.70503157 0.38989303
+0.56124794 0.69524574 0.38234514
+0.47461569 0.69332385 0.37221292
+-0.27314028 0.72292382 0.38524470
+-0.22929285 0.71549749 0.37411410
+-0.21275300 0.71167362 0.36376980
+-0.19066298 0.70740962 0.36173493
+-0.16210277 0.70334256 0.35282615
+-0.12408684 0.70167917 0.35115787
+-0.06400855 0.69073391 0.34230119
+0.00552733 0.68299210 0.33995080
+0.06286039 0.67506415 0.32735562
+0.10184565 0.67017514 0.31698427
+0.14698151 0.66368520 0.31365326
+0.18837644 0.66093999 0.30145392
+0.22709052 0.65007979 0.29954344
+0.27939770 0.64267528 0.29438168
+0.32015759 0.63596702 0.28006265
+0.36028251 0.62787426 0.27623910
+0.40517011 0.62074471 0.26188314
+0.45581904 0.61176938 0.25469518
+0.52300680 0.60226417 0.23972744
+0.59735471 0.58484608 0.23198760
+0.66019708 0.57911670 0.21960439
+0.71241522 0.57515997 0.22342868
+0.75496447 0.57505542 0.21773276
+0.76899207 0.56246293 0.24941748
+0.78440815 0.54886276 0.27454761
+0.76135433 0.58241165 0.22087358
+0.15887803 0.71445620 0.41682458
+0.20611851 0.70064890 0.40291628
+0.23476350 0.69227982 0.38894594
+0.25564566 0.68631470 0.38893294
+0.28602338 0.67710543 0.38348180
+0.31655106 0.67321938 0.37352523
+0.25176552 0.66846269 0.36396763
+-0.22926117 0.66697818 0.37317413
+-0.18599561 0.65933800 0.36052579
+-0.16462466 0.65517497 0.35157323
+-0.14027078 0.64989042 0.35036275
+-0.11124276 0.63991731 0.34419674
+-0.05912061 0.63535130 0.34280035
+0.00389804 0.62622035 0.33316436
+0.06995717 0.61982644 0.32152742
+0.13444427 0.61289763 0.32055309
+0.18321180 0.60183972 0.31172961
+0.23987754 0.59248984 0.30943921
+0.28543872 0.58687723 0.29695380
+0.33160743 0.58069158 0.29487315
+0.39440149 0.57261050 0.27912909
+0.44363564 0.56153387 0.27670011
+0.49220639 0.55300134 0.27345935
+0.54229110 0.54335463 0.26298356
+0.60227799 0.52095705 0.26477236
+0.65355504 0.50779235 0.26947567
+0.70351630 0.48407084 0.29617873
+0.78032088 0.48019639 0.27239814
+0.84834546 0.48016477 0.26021510
+0.92203337 0.48345321 0.22914565
+0.97815865 0.48709577 0.21731935
+1.02494502 0.48454654 0.20380738
+0.89790595 0.48299685 0.24173068
+-0.11363336 0.63084519 0.42404082
+-0.07381529 0.61661029 0.40984368
+-0.06265602 0.61050683 0.40122449
+-0.06138964 0.60066903 0.39592624
+-0.04879256 0.59416765 0.38522705
+-0.04005860 0.58360606 0.37965700
+-0.01558057 0.57704419 0.36691251
+-0.17271259 0.57318962 0.36886653
+-0.12181293 0.55853355 0.36002877
+-0.09386054 0.55441296 0.35981131
+-0.06641012 0.54726410 0.35023168
+-0.03142675 0.53984731 0.34059227
+0.01053977 0.53563219 0.34077385
+0.08643202 0.51983714 0.33312160
+0.14755607 0.51247138 0.33403990
+0.22517011 0.50697052 0.32198599
+0.28087485 0.49890363 0.32243052
+0.35744664 0.48963103 0.30991367
+0.41204911 0.48308071 0.30836999
+0.47145259 0.47156289 0.29840028
+0.52836853 0.44610634 0.31655464
+0.55357999 0.42971641 0.34657025
+0.59800410 0.42002264 0.34558097
+0.68715304 0.41706386 0.29838410
+0.79411447 0.41131860 0.26334351
+0.87666553 0.40264094 0.23509744
+0.93128848 0.39336547 0.22055529
+0.98391676 0.38406515 0.20302425
+1.01618099 0.36863649 0.20476092
+1.03769577 0.36529827 0.21142818
+1.05115879 0.36275509 0.20786934
+1.05100977 0.36057329 0.21607594
+1.09682238 0.35229760 0.20320617
+-0.17917596 0.51356399 0.43404210
+-0.25931382 0.51221740 0.41258848
+-0.23359342 0.49850947 0.40652892
+-0.21147197 0.48469704 0.40001577
+-0.18651150 0.47825211 0.38929072
+-0.15886587 0.47244006 0.37947720
+-0.10645366 0.47983828 0.35803229
+-0.03482899 0.51713997 0.32912862
+0.02576598 0.53647834 0.30432931
+0.07303514 0.53119904 0.30256450
+0.11675549 0.52369416 0.29366198
+0.15789941 0.50988388 0.28693822
+0.20999061 0.50086391 0.28794158
+0.26612994 0.49277768 0.27924612
+0.32960227 0.48453659 0.27939487
+0.39561936 0.47648430 0.26946208
+0.45675912 0.46442774 0.26926357
+0.52095079 0.45020449 0.26291320
+0.52637589 0.43220243 0.31643480
+0.59039837 0.42281806 0.30584389
+0.69209999 0.41603118 0.27240533
+0.77319062 0.40693614 0.24248883
+0.82216078 0.39409399 0.23425621
+0.87041593 0.38287675 0.21917358
+0.92008817 0.37154680 0.21436197
+0.97901595 0.35973784 0.19792086
+0.57356292 0.36275423 0.25459605
+0.35314339 0.35035196 0.21455990
+0.38478726 0.34126794 0.20848629
+0.39064333 0.33451757 0.21616249
+0.37208039 0.32652062 0.24439791
+0.35174745 0.31732664 0.27504882
+0.37300393 0.30850929 0.26682830
+0.11569067 0.38837421 0.37278661
+-0.18533151 0.41068333 0.37830594
+-0.11792425 0.39900216 0.36790177
+-0.05852834 0.38790786 0.36308867
+-0.00168584 0.37394640 0.35478744
+0.05510395 0.36245057 0.34963575
+0.11773168 0.34874514 0.33698869
+0.19130585 0.33912832 0.33025971
+0.25930032 0.32999575 0.31817615
+0.29469490 0.31369495 0.34255165
+0.38119563 0.30544910 0.30884889
+0.43825695 0.29290435 0.30228823
+0.49006370 0.28479937 0.30293146
+0.54041398 0.27288690 0.29586732
+0.60524547 0.26402608 0.28789476
+0.66410041 0.24942625 0.28763959
+0.72456449 0.23941872 0.28010902
+0.78650248 0.22771032 0.27859136
+0.84363627 0.21854162 0.26981443
+0.91623437 0.20339635 0.26713076
+1.00598240 0.18760192 0.26417965
+1.06802142 0.17755690 0.25554058
+1.10670888 0.16506687 0.25143528
+1.13019371 0.15647498 0.24336360
+1.15608561 0.14179625 0.24086875
+1.17613089 0.12464140 0.22846499
+1.23435760 0.13975112 0.27065310
+-0.28382722 0.17065187 0.27392685
+-0.30120552 0.15254562 0.26924354
+-0.29015893 0.13853188 0.27107728
+-0.27391812 0.12560457 0.27006540
+-0.25347063 0.11497432 0.27350500
+-0.22668491 0.09966596 0.26761961
+-0.17558134 0.10257067 0.38055524
+-0.10233492 0.12374715 0.41216144
+-0.03102362 0.10709368 0.40240619
+0.04714485 0.08983067 0.39615008
+0.12271360 0.07782935 0.38925651
+0.19124861 0.06618707 0.38282621
+0.25542104 0.05033423 0.37151396
+0.31875852 0.03804207 0.36500648
+0.37739080 0.02420056 0.35496166
+0.43609893 0.00860355 0.34687594
+0.49238592 -0.00271336 0.34460306
+0.55024660 -0.01429487 0.33773312
+0.61071885 -0.02234957 0.33459637
+0.67728049 -0.03697246 0.32931167
+0.74446607 -0.04954104 0.32581350
+0.80436820 -0.06075842 0.32056862
+0.85843486 -0.07195444 0.31675765
+0.90718961 -0.08640756 0.31031454
+0.96152818 -0.09732942 0.30581594
+1.02376854 -0.11090410 0.30136016
+0.88718086 -0.12709239 0.29672584
+0.43764096 -0.14076252 0.29259345
+0.44827422 -0.15560728 0.28890401
+0.43592864 -0.16695523 0.28413993
+0.41709387 -0.17804942 0.28050044
+0.40013796 -0.18879659 0.27462673
+0.38465270 -0.20738269 0.32471269
+0.34596011 -0.08056387 0.36707160
+-0.23658049 -0.05666637 0.36030608
+-0.18273057 -0.05671138 0.35665271
+-0.15927258 -0.04879452 0.35501155
+-0.13571692 -0.04267703 0.35709688
+-0.10820726 -0.03973306 0.35789689
+-0.08111370 -0.03089081 0.40640235
+-0.04113007 -0.02295533 0.45961499
+0.00010100 -0.01850834 0.44585788
+0.03774314 -0.01066284 0.44104087
+0.07077097 -0.00118776 0.43405676
+0.10727228 0.01319333 0.42668965
+0.15117356 0.02595782 0.42295823
+0.19678146 0.03568447 0.41401216
+0.25401145 0.04493034 0.40177041
+0.31776729 0.06286677 0.39479008
+0.37048009 0.07578825 0.39084718
+0.41898051 0.08601493 0.38200167
+0.48324534 0.10041183 0.37897241
+0.55607182 0.11190609 0.37390909
+0.65152556 0.12261654 0.36510116
+0.76240599 0.13697748 0.36276767
+0.81386656 0.14557651 0.35448605
+0.85285479 0.16358897 0.35071892
+0.88791060 0.17689040 0.34409738
+0.91387403 0.18951692 0.34038091
+0.94320673 0.21521646 0.33315709
+0.83454329 0.26557201 0.33082527
+-0.32965800 0.28218913 0.32412624
+-0.28102335 0.29815564 0.32659057
+-0.26379532 0.31926927 0.32533190
+-0.24337745 0.33259049 0.31824064
+-0.21558295 0.35376146 0.34866282
+-0.18253452 0.36570325 0.46803224
+-0.12594587 0.50405991 0.45747194
+-0.05446085 0.50185120 0.45129991
+0.01358407 0.51923251 0.45152462
+0.05825788 0.52756196 0.44952780
+0.10853621 0.53642690 0.45119363
+0.15707967 0.55297190 0.45561382
+0.20300990 0.55977666 0.51612210
+0.25714871 0.57318115 0.50098962
+0.31342682 0.58638883 0.49223337
+0.36474675 0.59836662 0.49004304
+0.41585553 0.61606085 0.48230308
+0.47011963 0.63143402 0.47977433
+0.53220522 0.63958675 0.46674958
+0.60842526 0.65116996 0.46543065
+0.69391912 0.65878868 0.45493364
+0.75898957 0.66306204 0.45821905
+0.80247867 0.67197168 0.46187389
+0.82151717 0.68041807 0.47688931
+0.84951776 0.69019759 0.48697788
+0.90152633 0.70077884 0.47216773
+0.99204534 0.70737511 0.46454644
+0.05452084 0.75603926 0.41190213
+-0.06430721 0.77189803 0.41019994
+-0.06908923 0.78778660 0.39823994
+-0.08083934 0.80424184 0.39696851
+-0.09188063 0.81245452 0.38470551
+-0.10796767 0.85135013 0.38531604
+-0.10147875 0.96189439 0.37859187
+-0.13169421 0.97740269 0.38060027
+-0.12655634 0.99875695 0.37827808
+-0.08254835 1.01745415 0.37741333
+-0.04460526 1.03857338 0.36668089
+0.01150114 1.05994177 0.54524183
+0.08128635 1.07682812 0.57523167
+0.16056840 1.10690236 0.57059020
+0.24351060 1.11955488 0.56492859
+0.31195745 1.13211858 0.56759185
+0.39280328 1.14911437 0.56355494
+0.45176661 1.16666853 0.55719906
+0.53024989 1.16048932 0.57716614
+0.59307635 1.14707267 0.57489789
+0.66346031 1.13353777 0.56619757
+0.73492366 1.11988556 0.56438649
+0.79700911 1.10100114 0.55719662
+0.84790343 1.08444107 0.55423164
+0.90138769 1.06943417 0.54814088
+-0.18730070 1.07710481 0.50781101
+-0.16408837 1.09236038 0.49466559
+-0.15227002 1.09870839 0.48589164
+-0.14094274 1.10689533 0.47437862
+-0.13013636 1.11300111 0.45969418
+-0.09128769 1.11538076 0.44835004
+-0.04307713 1.10846555 0.43558705
+-0.00866384 1.09860837 0.42391083
+0.00769494 1.16451025 0.40777147
+0.02153501 1.14127207 0.39899454
+0.05171451 1.12074649 0.38332567
+0.08765744 1.10026217 0.37796819
+0.13972369 1.07976890 0.37062323
+0.19584866 1.05932593 0.36697346
+0.24835680 1.03411567 0.35923958
+0.29668677 1.03658116 0.35315353
+0.34062582 1.01833475 0.36898261
+0.38627338 0.99982548 0.54764408
+0.42418921 0.98138577 0.52818853
+0.45986819 0.96374726 0.51337236
+0.50574607 0.94928747 0.50747830
+0.53606486 0.93038952 0.49725112
+0.56252450 0.90925169 0.48595530
+0.59885544 0.88778543 0.47361141
+0.63092315 0.86824107 0.50940132
+0.67892128 0.85417086 0.49140674
+0.74807042 0.83359492 0.48321080
+0.78610879 0.81312770 0.46865818
+0.81529164 0.79329342 0.46183190
+0.83321679 0.77161628 0.44769302
+0.84651685 0.75281566 0.43307656
+0.86199290 0.72991586 0.42359179
+0.85199648 0.69551313 0.43552256
+0.40447581 0.69317615 0.40514731
+0.21360810 0.66755527 0.39485043
+0.28595087 0.63917607 0.38283515
+0.34416741 0.61826003 0.37519658
+0.40491527 0.59274024 0.36056373
+0.47103998 0.56928176 0.35312599
+0.55599093 0.55080521 0.34120223
+0.31547603 0.52812999 0.33270884
+-0.26997507 0.50741780 0.32174051
+-0.24120767 0.50332272 0.31326970
+-0.23380046 0.48222911 0.30213273
+-0.22532707 0.46796677 0.29589453
+-0.21595979 0.44806036 0.28862160
+-0.19597083 0.43322635 0.28479201
+-0.15548392 0.41413331 0.27765736
+-0.09649190 0.38713712 0.27545065
+-0.05633896 0.51433587 0.26208100
+-0.03799275 0.51218325 0.37264228
+-0.01837958 0.48904625 0.39838508
+-0.00218007 0.47525784 0.38694057
+0.01347365 0.45737025 0.37973776
+0.03523152 0.43844905 0.37157232
+0.04533418 0.41859749 0.36146814
+0.06018266 0.39431411 0.35051340
+0.07386361 0.37696144 0.38638052
+0.09579425 0.35731667 0.39292040
+0.12659755 0.33600971 0.38196683
+0.16692296 0.32115692 0.37024361
+0.21693003 0.30607161 0.36152753
+0.27058968 0.28165966 0.35110375
+0.32159606 0.26190946 0.33502680
+0.37194419 0.24575831 0.32330027
+0.43006817 0.22336617 0.31133342
+0.49767849 0.20021811 0.30110577
+0.57858288 0.17484735 0.29477367
+0.67727983 0.15340193 0.28753549
+0.74489444 0.12696315 0.28123468
+0.80878800 0.10392137 0.27306554
+0.85941285 0.08237070 0.26558819
+0.91547698 0.05749976 0.25854534
+0.97079706 0.02951356 0.25114465
+1.01245248 0.00112074 0.24361947
+0.17746952 -0.01645679 0.23633744
+0.25162110 -0.03338767 0.22926146
+0.29781285 -0.04548609 0.22264211
+0.34103993 -0.03056531 0.21825586
+0.37574691 -0.01784361 0.21456203
+0.41617101 -0.00776581 0.20964831
+0.49069655 0.00673038 0.20775278
+-0.10215620 0.04591947 0.20139521
+-0.21523957 0.26133138 0.23851888
+-0.19775195 0.25248808 0.28726012
+-0.18232650 0.26077902 0.27499571
+-0.16043477 0.26216945 0.27013999
+-0.13813834 0.27012077 0.26409966
+-0.10479749 0.27103043 0.25739631
+-0.05593453 0.27166623 0.25254273
+-0.00718436 0.29188019 0.27675658
+0.02656187 0.29831100 0.31373930
+0.06036431 0.30657482 0.29663995
+0.10462669 0.30920431 0.28647414
+0.16131541 0.31802875 0.27594775
+0.22698878 0.32721654 0.26426312
+0.28952491 0.33404276 0.25266469
+0.35813820 0.33225915 0.25274232
+0.36045372 0.35829148 0.23791674
+0.31487262 0.40100110 0.22965370
+0.38472614 0.42674333 0.23294929
+0.44386956 0.43328440 0.23244193
+0.50294346 0.43813899 0.22682662
+0.54291344 0.43039143 0.25213841
+0.59680480 0.40964627 0.27463469
+0.77538407 0.39801505 0.21567445
+0.84595132 0.38388738 0.18649046
+0.90733260 0.38268656 0.17895706
+0.95133138 0.38647690 0.17337841
+1.01715839 0.39021665 0.16854392
+0.92707974 0.41503909 0.17354296
+-0.17831892 0.13376947 0.12674274
+-0.14429317 0.01855954 0.01842284
+-0.14988759 0.03776841 0.02823059
+-0.13667040 0.05463296 0.02761107
+-0.10240185 0.07587475 0.02744068
+-0.12309963 0.08994235 0.02267556
+0.89052325 0.33991858 0.04940438
+1.08975220 0.55026788 0.15123279
+1.09970653 0.55238450 0.13247678
+1.11217260 0.55885208 0.12963536
+1.16904545 0.56800282 0.12407275
+0.20071578 0.65535581 0.12628068
+-0.15612201 0.30063239 0.09566272
+-0.14686817 0.82255042 0.23524582
+-0.11376437 0.79502112 0.19623786
+-0.08213457 0.79945040 0.18150555
+-0.04837290 0.80352527 0.17073369
+-0.00883949 0.81231606 0.16344418
+0.03860435 0.82704937 0.17081299
+0.07742175 0.84824860 0.18666331
+0.11497568 0.85785282 0.19217607
+0.15185469 0.86255729 0.18656801
+0.19187790 0.87009114 0.18331347
+0.23260495 0.86898184 0.17693596
+0.26496458 0.86065382 0.15778676
+0.30063936 0.85626507 0.13250746
+0.33735767 0.85528505 0.11628312
+0.36688465 0.86023474 0.11516152
+0.39140010 0.86589837 0.11288692
+0.41895753 0.87453550 0.10832258
+0.45658657 0.87822419 0.10648973
+0.50427222 0.88323480 0.10186365
+0.55567783 0.88513637 0.09961514
+0.60243052 0.89235544 0.09558508
+0.64164937 0.90376836 0.09489053
+0.67061055 0.91095638 0.09594721
+0.70273626 0.91716009 0.09133339
+0.75292778 0.92005020 0.09140765
+0.68000996 0.92906785 0.08634631
+0.40182668 0.96426356 0.09509665
+0.47856048 0.95590216 0.08880635
+0.55084479 0.95643789 0.08791323
+0.60674316 0.95842272 0.08499867
+0.66595930 0.96205419 0.08441917
+0.74028939 0.96328914 0.08321228
+0.62329870 0.97685659 0.07988454
+-0.30457485 1.08675563 0.19449966
+-0.26675820 1.08633685 0.16863017
+-0.25833300 1.09263372 0.15916325
+-0.24632584 1.09524810 0.14640741
+-0.23091717 1.10199392 0.13819587
+-0.21342608 1.10835683 0.13105536
+-0.16524762 1.10714495 0.11967973
+-0.10086098 1.10630786 0.10935103
+-0.05994987 1.10894740 0.09777354
+-0.03619059 1.11108470 0.09602429
+-0.01425571 1.11802983 0.08986998
+0.00539420 1.12486875 0.08982925
+0.02889201 1.13200033 0.08476491
+0.05597282 1.13930058 0.07887089
+0.07497261 1.14676082 0.07798414
+0.09416179 1.15066779 0.07932229
+0.10800859 1.15858567 0.07470468
+0.11926226 1.15878260 0.07520565
+0.15070030 1.16724551 0.07202660
+0.18552956 1.16732645 0.07220701
+0.24244143 1.16347420 0.07533913
+0.30701622 1.15444744 0.07356057
+0.35130554 1.14465320 0.07452205
+0.40534800 1.13947880 0.07726453
+0.48305550 1.11973751 0.07547772
+0.55269104 1.10537946 0.07194886
+0.67989570 1.08517563 0.06128488
+0.75410712 1.07436597 0.05976560
+0.83056867 1.06033063 0.06129641
+0.88485307 1.04729378 0.05983462
+0.94906974 1.03094602 0.06240562
+1.00259972 1.01798463 0.06360836
+1.10189235 1.00723243 0.05733205
+-0.03629677 1.08457470 0.18075968
+-0.09203122 1.07723916 0.15968534
+-0.06727181 1.07219386 0.15101069
+-0.03951285 1.06207561 0.14484973
+-0.01656784 1.05751300 0.13939165
+0.00561248 1.04745984 0.13429829
+0.06691792 1.03791320 0.12393463
+-0.16814065 1.05324841 0.13107252
+-0.16266680 1.04340839 0.12145699
+-0.14189903 1.03358603 0.12147372
+-0.12058719 1.02988923 0.11814477
+-0.10230866 1.02090836 0.11751581
+-0.07824298 1.01608324 0.11471491
+-0.04408062 1.00682890 0.11676805
+-0.00623030 1.00196302 0.11122330
+0.02738840 0.99274457 0.11378499
+0.05769654 0.98369640 0.10866188
+0.09307061 0.97953427 0.11107949
+0.14098051 0.96895492 0.10690566
+0.19368307 0.96445483 0.10854141
+0.25489140 0.95912290 0.10908760
+0.31323430 0.94952029 0.10628717
+0.36469248 0.93828613 0.10826663
+0.41902176 0.93183339 0.10755458
+0.48597661 0.92519915 0.10568754
+0.55275565 0.91118979 0.10109656
+0.64500993 0.89968544 0.09591807
+0.72121471 0.88723648 0.08772402
+0.78824687 0.87523359 0.08985105
+0.84244388 0.86190397 0.09072850
+0.89835089 0.85345489 0.08795074
+0.95459831 0.84655464 0.08818253
+1.04237247 0.83600670 0.08576478
+0.41286680 0.85478812 0.18587165
+0.30232275 0.84716421 0.16919410
+0.33866572 0.84254271 0.16384810
+0.36516708 0.83804113 0.15802327
+0.38346386 0.83327240 0.15408891
+0.40622583 0.82902998 0.14801443
+0.46136057 0.81638008 0.13940272
+-0.10351533 0.87617886 0.16255160
+-0.21351089 0.87491971 0.15487814
+-0.19223984 0.86764354 0.15419021
+-0.17519806 0.86324519 0.14865771
+-0.15738711 0.85652530 0.14948598
+-0.13672847 0.85192859 0.14416137
+-0.09871399 0.84396195 0.14632395
+-0.04902452 0.83720779 0.14024267
+-0.00516260 0.83153391 0.14114620
+0.03474920 0.82457471 0.13731427
+0.07533730 0.81963646 0.13687927
+0.13078557 0.81452304 0.13911018
+0.18619664 0.80972970 0.13419887
+0.25382957 0.80134356 0.13467589
+0.31630573 0.79537868 0.13518812
+0.36887625 0.78913772 0.13164897
+0.42456734 0.78263736 0.12997764
+0.48891047 0.77283263 0.13164733
+0.55363721 0.76785952 0.12245212
+0.62793320 0.75752258 0.11552937
+0.69944394 0.74734277 0.11192657
+0.76649457 0.73887521 0.10833937
+0.81496334 0.73097420 0.10880432
+0.86796170 0.72029614 0.10904685
+0.92655283 0.71534562 0.10522737
+1.00393903 0.70794708 0.10203515
+0.62337780 0.70597118 0.19132885
+0.57688802 0.70223570 0.17651185
+0.61358982 0.70338118 0.17205633
+0.63830370 0.69951314 0.16677462
+0.66343528 0.69310600 0.16270044
+0.68062186 0.69452810 0.15654190
+0.73485506 0.68458849 0.14684233
+-0.11097460 0.77053255 0.18537998
+-0.24107583 0.77303267 0.17378947
+-0.22179893 0.76520455 0.17303002
+-0.20744289 0.75779027 0.16762038
+-0.19022009 0.75734228 0.16735430
+-0.17022254 0.74968833 0.16369188
+-0.12868954 0.74820495 0.16211644
+-0.06960969 0.73819363 0.15584235
+-0.02093427 0.73588228 0.15823038
+0.01859464 0.73120707 0.15632993
+0.06265786 0.72297007 0.15315968
+0.11622999 0.72208142 0.15157625
+0.18244243 0.71675712 0.15164505
+0.24896288 0.71576095 0.14843385
+0.31111494 0.71042562 0.14639525
+0.37278223 0.70458400 0.14680620
+0.42479044 0.70241958 0.14104792
+0.49318248 0.69467640 0.14067034
+0.55087644 0.69039893 0.13515644
+0.62173003 0.67999536 0.12605201
+0.68651503 0.67094386 0.12056509
+0.75096416 0.66659850 0.12013048
+0.79581696 0.65941721 0.11641681
+0.85483342 0.65533835 0.11407068
+0.90762532 0.64606708 0.11602249
+0.98987955 0.68354428 0.08230422
+0.71060079 -0.10113920 0.81734961
+0.73440760 -0.11094812 0.79928631
+0.77173948 -0.10660029 0.79203480
+0.79640460 -0.10419672 0.78332263
+0.81594956 -0.10208192 0.77528429
+0.83049959 -0.09810515 0.76483822
+0.89204186 -0.10250289 0.75822794
+-0.19769037 0.00470708 0.79356301
+-0.21924511 0.00031354 0.77526593
+-0.18977821 -0.00093834 0.77239275
+-0.16574244 -0.00072482 0.76011652
+-0.14308158 -0.00457694 0.75701553
+-0.11527871 -0.00516058 0.74654478
+-0.05839323 -0.01096058 0.74080497
+0.00384857 -0.01402318 0.72790664
+0.06101963 -0.01635170 0.72374249
+0.10384618 -0.01841377 0.71030396
+0.15596369 -0.01939199 0.70605612
+0.21235153 -0.01961322 0.69169283
+0.27713665 -0.02438822 0.68853992
+0.35386309 -0.02570298 0.68062729
+0.40328780 -0.02708585 0.66854179
+0.46694049 -0.02929674 0.66276866
+0.52311784 -0.03159858 0.65100598
+0.58128214 -0.03851143 0.64739496
+0.64229536 -0.04322259 0.64123714
+0.69696110 -0.04921811 0.62505299
+0.76185054 -0.05526774 0.62130320
+0.80626434 -0.05840240 0.60977626
+0.85042143 -0.06173535 0.60954309
+0.89601219 -0.06494581 0.59762281
+0.95099753 -0.07417396 0.59763712
+1.00260508 -0.07680146 0.58992010
+0.70200282 -0.06246599 0.78605020
+0.76415259 -0.06590761 0.76204252
+0.79513919 -0.06509137 0.75541031
+0.81455374 -0.06392775 0.74651229
+0.82880020 -0.06259823 0.73875618
+0.84489024 -0.06191384 0.72897083
+0.83990395 -0.06797183 0.72405154
+-0.27347726 0.03942701 0.75798422
+-0.21392976 0.02754868 0.74028277
+-0.18630600 0.02340576 0.73911119
+-0.15947434 0.02324811 0.72702324
+-0.13406570 0.01861568 0.72397864
+-0.10523287 0.01524187 0.71334076
+-0.04679287 0.01279615 0.70789939
+0.02101382 0.00630005 0.69473791
+0.07792201 0.00446957 0.69028783
+0.11544346 0.00060093 0.68468094
+0.16823052 -0.00373776 0.67186087
+0.22469099 -0.00422142 0.66684216
+0.28512079 -0.00822386 0.65554911
+0.35721561 -0.00919102 0.64797622
+0.42004082 -0.01325922 0.63268667
+0.47960362 -0.01882019 0.62944382
+0.53379840 -0.02036833 0.62421530
+0.59307390 -0.02537227 0.61446255
+0.65601778 -0.02999608 0.60838974
+0.71434522 -0.03778212 0.59254587
+0.77884167 -0.04275375 0.58698595
+0.82441097 -0.04957265 0.57832587
+0.86841553 -0.05453256 0.57730752
+0.91157103 -0.05700141 0.57527679
+0.96574855 -0.06304093 0.56615543
+0.96364218 -0.06420281 0.56440026
+0.60682231 -0.04590362 0.76854855
+0.66091466 -0.05143107 0.75223053
+0.68656445 -0.05094648 0.74703079
+0.71096706 -0.05605947 0.73842329
+0.72136396 -0.05553865 0.73062474
+0.73871791 -0.05688386 0.72038531
+0.62465012 -0.05197776 0.71100974
+-0.24624141 0.02504559 0.74325794
+-0.18268563 0.01337307 0.72654456
+-0.14598911 0.01036246 0.72372407
+-0.11310637 0.00359808 0.71540213
+-0.08064985 0.00058239 0.71136928
+-0.04123735 -0.00310094 0.69993633
+0.02151819 -0.00657749 0.69396663
+0.08691105 -0.01120070 0.68326247
+0.14327283 -0.01566677 0.67752010
+0.18589181 -0.01855760 0.66337484
+0.23381093 -0.02182199 0.65975332
+0.28709078 -0.02566778 0.64532715
+0.35131225 -0.02607505 0.64113528
+0.42077443 -0.03211014 0.63443464
+0.48218748 -0.03609446 0.62072259
+0.53968269 -0.03961370 0.61550081
+0.59562171 -0.04304160 0.60235405
+0.65672207 -0.04839310 0.60002524
+0.71297193 -0.05186374 0.59374291
+0.78339672 -0.06187981 0.57907802
+0.84381747 -0.06774944 0.57500803
+0.88375372 -0.07222925 0.56436241
+0.92323965 -0.07598080 0.56507421
+0.96269649 -0.07983487 0.55398977
+1.01054978 -0.08509512 0.55391634
+0.92315865 -0.08538469 0.55729455
+0.39344808 -0.06180930 0.77631503
+0.44067362 -0.06674211 0.75403744
+0.45732048 -0.06965511 0.74641860
+0.46850291 -0.07194518 0.73726135
+0.48189944 -0.07457606 0.73129040
+0.49843258 -0.07650559 0.72087789
+0.39133334 -0.07586928 0.71937835
+-0.20079774 -0.02545027 0.73085713
+-0.12763046 -0.03633502 0.72438741
+-0.07432961 -0.04099364 0.71356577
+-0.02696504 -0.04423005 0.71125543
+0.01823939 -0.05074905 0.70141608
+0.06711186 -0.05384517 0.69759178
+0.13194069 -0.05878971 0.68532109
+0.19691777 -0.06418239 0.68190765
+0.25300354 -0.06728365 0.66931903
+0.30342558 -0.07486569 0.66435993
+0.35795876 -0.07808252 0.64969260
+0.40858060 -0.08290339 0.64469451
+0.46370301 -0.08712612 0.63251472
+0.53169912 -0.09007040 0.62578297
+0.59023005 -0.09612661 0.61876488
+0.64801949 -0.09983525 0.60592008
+0.69863510 -0.10629436 0.60195506
+0.75943780 -0.10997106 0.59057337
+0.82206571 -0.11920595 0.58538544
+0.89746875 -0.12849914 0.57111293
+0.95613950 -0.13424018 0.56699407
+0.99108517 -0.13760157 0.56780559
+1.02298141 -0.14403036 0.55961555
+1.05401766 -0.14867914 0.55913663
+1.08800006 -0.15374216 0.55106169
+0.96158904 -0.15587021 0.55338448
+0.05290346 -0.11441232 0.79453605
+0.09623457 -0.12384055 0.77760047
+0.10098355 -0.12883006 0.77188492
+0.10934327 -0.13306031 0.76259100
+0.11824983 -0.13768670 0.75522244
+0.13240045 -0.14238644 0.74770886
+0.12209349 -0.14774539 0.73332363
+-0.14131784 -0.13305740 0.74000084
+-0.05767373 -0.14360897 0.72380823
+0.02533101 -0.14880468 0.72366577
+0.09389544 -0.15578905 0.71308696
+0.15563908 -0.15860340 0.71018934
+0.21739908 -0.16792656 0.69980973
+0.28817350 -0.17051634 0.69481581
+0.34621608 -0.17663096 0.68355101
+0.41343653 -0.18230182 0.68036073
+0.47288865 -0.18773437 0.66551208
+0.53604698 -0.19343226 0.66022843
+0.58860648 -0.19847655 0.64721769
+0.64190131 -0.20415437 0.64222497
+0.70925075 -0.20716900 0.63518250
+0.76119137 -0.21520427 0.62159353
+0.81065702 -0.22088258 0.61576575
+0.86410916 -0.22361280 0.60139877
+0.92064142 -0.22950464 0.59859037
+0.97559744 -0.24068743 0.59582829
+1.07512701 -0.25199115 0.57921416
+1.12802947 -0.25704569 0.57846433
+1.15781999 -0.26184633 0.56793463
+1.17649853 -0.26965722 0.57114792
+1.19469666 -0.27217296 0.56208420
+1.19103491 -0.27010399 0.56242043
+1.22236490 -0.26268905 0.54362595
+-0.32122493 -0.18646307 0.82350224
+-0.29681119 -0.18544893 0.80610394
+-0.28234133 -0.18377270 0.78709733
+-0.26599273 -0.17444120 0.77418554
+-0.24356137 -0.16876955 0.77142459
+-0.21888666 -0.16012952 0.75774962
+-0.16508427 -0.15728904 0.74286598
+-0.08738353 -0.15405890 0.73081702
+-0.00773798 -0.15088862 0.71409756
+0.07377587 -0.14125571 0.70945501
+0.15915750 -0.13389856 0.69838005
+0.22754207 -0.12853414 0.69315100
+0.29112083 -0.11809868 0.67812705
+0.36305219 -0.11130648 0.67212039
+0.42185673 -0.10142170 0.65556186
+0.48211092 -0.09151074 0.65008098
+0.53888124 -0.08441731 0.63336420
+0.59830576 -0.07529067 0.62551981
+0.65833586 -0.06630710 0.60723394
+0.72243595 -0.06128747 0.59918177
+0.78448898 -0.04942394 0.59018511
+0.84194869 -0.04108335 0.57362652
+0.89384711 -0.03399228 0.56540555
+0.93884766 -0.02770538 0.55027217
+0.98586023 -0.01917181 0.54341686
+1.05181742 -0.01268747 0.52839935
+0.72769135 0.01993582 0.53605521
+0.59843421 0.03008083 0.53276962
+0.60720664 0.03885414 0.52311057
+0.60257995 0.05400198 0.52120477
+0.59160572 0.06242383 0.51062953
+0.58420146 0.07218411 0.50879288
+0.59352183 0.07862412 0.49154133
+0.06854713 0.13405430 0.71490073
+-0.23578484 0.15683419 0.71342868
+-0.20126475 0.15983570 0.70098680
+-0.18022901 0.16573724 0.69047177
+-0.15582414 0.17210276 0.68047941
+-0.12939152 0.18487491 0.67575103
+-0.09096915 0.19023862 0.66043639
+-0.04230534 0.19467159 0.64979136
+0.00885572 0.20388767 0.63468230
+0.06341526 0.21177781 0.62204725
+0.12102732 0.21916492 0.61604971
+0.18500780 0.23051572 0.60496777
+0.24363215 0.23875789 0.59820884
+0.30165476 0.25217414 0.58474308
+0.36789796 0.25913751 0.57746422
+0.42425805 0.26665583 0.56396103
+0.47711751 0.27941054 0.55576360
+0.54169917 0.28599980 0.54742986
+0.60927302 0.29414278 0.53195876
+0.68996483 0.29656512 0.52204806
+0.78714788 0.30541551 0.50551265
+0.85633612 0.31042609 0.49764937
+0.92256260 0.32091340 0.48286301
+0.97496623 0.32814157 0.47396761
+1.02688134 0.34028187 0.46839821
+1.08548069 0.34673625 0.45511550
+0.95769370 0.39830932 0.47645363
+-0.14225350 0.45486310 0.47021630
+-0.12208422 0.46549636 0.46460649
+-0.13482654 0.47889718 0.45576042
+-0.14947636 0.48642385 0.45113218
+-0.16223262 0.50152409 0.44261923
+-0.17273089 0.50979680 0.43202007
+-0.14892530 0.54051936 0.58885241
+-0.17020024 0.57902479 0.62419844
+-0.11450275 0.57962191 0.60973835
+-0.09029454 0.58988285 0.59734452
+-0.05725935 0.60161304 0.59079975
+-0.02234403 0.61441320 0.58206493
+0.01605846 0.62050337 0.56738120
+0.05850079 0.63283354 0.55533892
+0.09832367 0.64189750 0.54314500
+0.13338816 0.65048391 0.53251117
+0.17302084 0.65883136 0.52534884
+0.22054346 0.67316896 0.51587874
+0.27748179 0.68643308 0.50628865
+0.34647119 0.69871807 0.49634960
+0.42045379 0.71193403 0.48761931
+0.49771741 0.72016793 0.47704729
+0.55707031 0.73171294 0.46858701
+0.61474341 0.74201930 0.46127677
+0.68501735 0.74338150 0.44874877
+0.76156133 0.74910069 0.43563074
+0.62156206 0.75750536 0.42215046
+0.45956385 0.76713073 0.41192481
+0.49343953 0.77717650 0.40086666
+0.51680321 0.78746134 0.39260912
+0.54051459 0.79837763 0.38133103
+0.55582458 0.79738826 0.37204552
+0.58440185 0.80677778 0.40060398
+0.33767420 0.95405227 0.41284657
+-0.23826861 0.97347510 0.40332261
+-0.19029438 0.98183131 0.39437097
+-0.16124018 1.00220168 0.38701123
+-0.12257245 1.01756012 0.37899539
+-0.07683915 1.03319728 0.36747521
+-0.02645659 1.03964126 0.45035470
+0.04589830 1.05205572 0.51526982
+0.11759705 1.06181622 0.49952522
+0.18057367 1.07440686 0.48923200
+0.23500521 1.06370437 0.47873700
+0.29632068 1.05319858 0.46933419
+0.34890452 1.03625083 0.46056497
+0.39514703 1.01875508 0.44888988
+0.46156302 1.00701427 0.43655539
+0.52233529 0.99529403 0.42506096
+0.57427764 0.98352820 0.41745198
+0.62679505 0.97150666 0.41007724
+0.69281352 0.95720583 0.40017742
+0.76269984 0.94957918 0.39234239
+0.86125952 0.94222558 0.38492280
+0.94381714 0.92876440 0.37535527
+1.00639522 0.91008121 0.36623928
+1.05926895 0.89879012 0.35857320
+1.09710467 0.88657874 0.34619761
+1.12869644 0.86784714 0.33877516
+1.17866349 0.86986524 0.32853225
+0.58931041 0.88460296 0.31485388
+-0.29602143 0.86439639 0.30775321
+-0.29192668 0.84703290 0.29925975
+-0.29016766 0.83464521 0.29005292
+-0.27193806 0.82041800 0.28138417
+-0.24612796 0.80710214 0.29841089
+-0.21374735 0.81625599 0.34846863
+-0.14709222 0.88795489 0.33481935
+-0.06759979 0.86762935 0.32438177
+-0.00142513 0.85342604 0.31818387
+0.04829269 0.84211892 0.31025249
+0.10999648 0.82329398 0.29803306
+0.17639108 0.80976135 0.31340140
+0.25401339 0.79231030 0.39510784
+0.33946836 0.77699655 0.38020006
+0.40480712 0.75916803 0.36683381
+0.47616184 0.74771345 0.35944197
+0.53576869 0.72638953 0.34900406
+0.60436577 0.70338506 0.34359133
+0.66922092 0.68692982 0.33214748
+0.73707360 0.66653574 0.32483470
+0.80591035 0.65238547 0.31343612
+0.81520665 0.61682332 0.34301648
+0.84067863 0.58688408 0.35141507
+0.88223392 0.57335216 0.34391698
+0.93389869 0.56035668 0.33606401
+1.01711380 0.55540323 0.29790378
+0.78226411 0.51687664 0.33935547
+0.26706433 0.53676271 0.26209849
+0.27910161 0.52342492 0.25904408
+0.26894924 0.51446927 0.25007573
+0.25737500 0.49755025 0.24045576
+0.24178396 0.47796237 0.22982857
+0.22461432 0.53783226 0.21963346
+0.25246397 0.60377651 0.21171705
+-0.11901119 0.58593506 0.20599906
+-0.07189014 0.56994820 0.20137247
+0.00841640 0.55542481 0.19284557
+0.08303972 0.53895527 0.18461110
+0.15079308 0.52341080 0.28906947
+0.21715936 0.51244968 0.28074336
+0.29219803 0.51732886 0.26318967
+0.36501595 0.49959287 0.25209206
+0.43657896 0.48039564 0.25549969
+0.51041663 0.45209223 0.26929709
+0.55755359 0.43082792 0.28328168
+0.59092277 0.40742379 0.35751593
+0.68440259 0.40061593 0.31180060
+0.74162394 0.38368279 0.27527818
+0.80321634 0.37052926 0.25395358
+0.85705256 0.35568759 0.23343679
+0.90183741 0.33810881 0.22314534
+0.94008821 0.32006538 0.20925200
+0.98451662 0.30238807 0.20132087
+1.04401290 0.27885953 0.19364385
+0.83724016 0.26175904 0.18658890
+0.79501933 0.24762471 0.18226948
+0.77977484 0.23197825 0.17642371
+0.75134611 0.21597730 0.17241482
+0.73005033 0.20087065 0.16710114
+0.07582799 0.27381930 0.16427548
+0.15425886 0.40591404 0.16346456
+0.22456963 0.40817261 0.16086558
+0.28245193 0.41659811 0.15511332
+0.33971712 0.42020136 0.15311728
+0.40797585 0.42769864 0.15540694
+0.45862767 0.42972109 0.15521619
+0.51809466 0.43765920 0.15608686
+0.57057601 0.44951066 0.15521370
+0.59043491 0.44699988 0.21176279
+0.61110902 0.45348343 0.32262465
+0.65278035 0.46466705 0.31236768
+0.69349617 0.47577637 0.30066490
+0.72436136 0.48086452 0.29683831
+0.75022477 0.49069005 0.29065147
+0.77883941 0.49983919 0.29104635
+0.81050384 0.50929916 0.28491217
+0.84266782 0.51999283 0.33196104
+0.90715307 0.52960634 0.31806222
+0.98763871 0.53883296 0.29387164
+1.02363694 0.54842544 0.29261050
+1.02925372 0.55618227 0.28818414
+1.03735423 0.56412911 0.29067737
+1.05056787 0.57361281 0.28514948
+1.05938351 0.57965320 0.28650725
+1.08584511 0.58968127 0.27904639
+0.14697182 0.60166895 0.26655376
+0.21175247 0.60868192 0.26442358
+0.27161297 0.61619365 0.26620483
+0.32417688 0.62985706 0.26414877
+0.37835878 0.64481086 0.26097623
+0.42941174 0.66036582 0.26259053
+0.50695586 0.67322767 0.26140687
+0.06187445 0.68789917 0.26191661
+-0.18172772 0.72984207 0.26100963
+-0.13684553 0.81969291 0.25455275
+-0.10635895 0.82223010 0.24983959
+-0.08103395 0.82346743 0.24260627
+-0.06152689 0.83038187 0.24402100
+-0.03495908 0.84030485 0.23817474
+0.01091528 0.84679133 0.23912227
+0.05496021 0.85290176 0.23437814
+0.08589542 0.87979472 0.22934388
+0.10984316 0.88978481 0.29685119
+0.13249347 0.89746380 0.30653858
+0.15315314 0.90504628 0.29451981
+0.19930682 0.91283691 0.28882912
+0.24220420 0.92411792 0.28136382
+0.29102114 0.92962188 0.28225550
+0.33772236 0.93554217 0.27129471
+0.38508180 0.93808603 0.36114496
+0.43030086 0.94897521 0.38810235
+0.47919038 0.95705217 0.38063577
+0.51159561 0.96832067 0.37875643
+0.56710482 0.97667253 0.37363929
+0.61604315 0.98477107 0.37156940
+0.64952642 0.99638337 0.36575952
+0.69476181 1.00506210 0.36307287
+0.74432725 1.01601791 0.35959575
+0.79444486 1.02442837 0.35855854
+0.87106442 1.03350317 0.35638306
+0.94010288 1.04606307 0.35642284
+0.98274934 1.05578840 0.35362977
+1.00813127 1.06612337 0.34954926
+1.02356005 1.07653892 0.34897301
+1.03655350 1.09063506 0.34499046
+1.05755913 1.10120928 0.34259072
+0.76916504 1.10997367 0.33955339
+-0.06387354 1.12274480 0.33414185
+0.00621664 1.13931680 0.33045280
+0.05191604 1.14422381 0.32166868
+0.09449232 1.15113986 0.31725591
+0.14569762 1.15836227 0.31290090
+0.20294857 1.16565835 0.30822030
+0.29523930 1.17283571 0.30371964
+-0.20125896 1.18463719 0.29742390
+-0.15580228 1.19199252 0.31940976
+-0.14309451 1.17814350 0.34076110
+-0.12556268 1.16406083 0.33303982
+-0.11031971 1.14965343 0.32596031
+-0.09837937 1.13531673 0.32156372
+-0.05813405 1.12068319 0.31834128
+-0.00655894 1.10313511 0.31271902
+0.04590530 1.10136759 0.38087320
+0.07657286 1.08496833 0.47446322
+0.12538624 1.07489741 0.46596596
+-0.00318538 1.07648754 0.46247819
+-0.02838354 1.08968091 0.46661207
+-0.00956767 1.08908844 0.46746728
+0.00392822 1.07730734 0.46600518
+0.01963327 1.06343937 0.46127269
+0.02906493 1.05090368 0.45328188
+0.11855190 1.02725315 0.44853112
+0.23622359 0.98897249 0.43999052
+0.26074132 0.96194589 0.42929816
+0.30486423 0.94783145 0.42405829
+0.35179937 0.93947142 0.41864160
+0.40961283 0.92513579 0.41670108
+0.17236724 0.95496488 0.41644940
+-0.13239147 -0.05845392 0.34247500
+-0.12815541 -0.08617818 0.20873260
+-0.13407987 -0.07994948 0.21613030
+-0.14425419 -0.07840758 0.21419595
+-0.15932988 -0.07684018 0.21392532
+-0.16354896 -0.10519080 0.20640792
+0.43069848 0.47226527 0.26698062
+0.46672198 0.81582433 0.37431744
+0.52401435 0.77987707 0.36065757
+0.63605911 0.75866407 0.34923396
+0.71589845 0.73359752 0.34461465
+0.82344359 0.73462874 0.34452310
+0.75876921 0.44044346 0.24570030
+-0.05956039 -0.09519650 0.49598929
+-0.01714885 -0.09257413 0.47090742
+0.02878641 -0.08660964 0.46129116
+0.11098868 -0.08232448 0.45527083
+-0.07368959 -0.01367076 0.48623571
+-0.05863865 0.07203113 0.67179179
+0.01670061 0.08833518 0.65666062
+0.07993200 0.09768916 0.65143341
+0.12380899 0.10065787 0.64074022
+0.16641292 0.10636514 0.62981433
+0.21966489 0.10345940 0.61922628
+0.25995129 0.09051859 0.60744631
+0.29971635 0.06625493 0.58394623
+0.33954823 0.05835088 0.57566738
+0.38287923 0.06152358 0.56297290
+0.42726967 0.06474457 0.55243075
+0.47344619 0.06899004 0.54804027
+0.52589566 0.06841946 0.53862309
+0.57222259 0.07338986 0.53324872
+0.61208564 0.07566600 0.52066451
+0.65495443 0.07702991 0.51505905
+0.69664413 0.07897171 0.50153816
+0.74460894 0.07428735 0.49596065
+0.80095375 0.07316070 0.47991875
+0.85242909 0.07137594 0.47280467
+0.89276147 0.07167387 0.45646977
+0.92180330 0.07026789 0.44706869
+0.94881231 0.06988084 0.43399987
+0.98259228 0.06575142 0.42427474
+1.02127111 0.06033269 0.40847898
+0.86336935 0.06071967 0.39767253
+0.52938652 0.06695388 0.39722818
+0.59621036 0.06966308 0.38892758
+0.63921857 0.07507240 0.37827238
+0.68317676 0.08081804 0.37727818
+0.71444839 0.08746701 0.36997217
+0.76472974 0.08556803 0.36945844
+0.54870749 0.11605634 0.36869162
+-0.24895830 0.28303722 0.60701519
+-0.20036978 0.27594382 0.58043027
+-0.17626770 0.27489883 0.57182044
+-0.15665440 0.27867004 0.55977798
+-0.13778935 0.27678734 0.55182368
+-0.11600455 0.28079754 0.53941286
+-0.06662395 0.28106150 0.53473955
+-0.00728912 0.27429241 0.52008349
+0.03582129 0.27598274 0.50611621
+0.06460883 0.27879193 0.50534105
+0.10124351 0.27491322 0.49442762
+0.14928934 0.27791733 0.49185088
+0.20272756 0.28126997 0.47872630
+0.26805210 0.28351527 0.47547099
+0.32300439 0.28544569 0.46283996
+0.37685752 0.27925485 0.46120605
+0.42886829 0.28050026 0.44586810
+0.48162043 0.28056249 0.44038787
+0.53623688 0.27971303 0.42498606
+0.57497454 0.27712187 0.42007309
+0.64050567 0.27395827 0.40160269
+0.68793166 0.26314911 0.39729971
+0.72680533 0.26261812 0.38206437
+0.78492594 0.25866312 0.37413850
+0.84384191 0.25242057 0.35455623
+0.91481447 0.25002286 0.34419361
+1.01600683 0.24953702 0.31923097
+1.07417190 0.25411332 0.31304225
+1.11066437 0.26308677 0.30235454
+1.12765634 0.26070085 0.30777490
+1.14067185 0.27197924 0.29947817
+1.14705467 0.28198025 0.30203110
+1.20664060 0.28240192 0.28631309
+-0.15341254 0.48304990 0.54848510
+-0.19229175 0.48207918 0.52398098
+-0.16371430 0.48351124 0.51337856
+-0.13957381 0.48112187 0.50367695
+-0.11300480 0.48510510 0.49065346
+-0.07943689 0.47915766 0.49280065
+-0.01492205 0.48107323 0.47721168
+-0.15970431 0.48923248 0.46568263
+-0.13293384 0.48572668 0.46450615
+-0.10831720 0.49026528 0.45209163
+-0.08347815 0.49193034 0.43924838
+-0.04640899 0.49693459 0.43804187
+0.00574073 0.49191383 0.42803621
+0.06365816 0.49561575 0.42592424
+0.12674984 0.49574697 0.41289818
+0.18417038 0.49868152 0.40882343
+0.23178393 0.49892086 0.39670920
+0.28109562 0.50235319 0.39155740
+0.33153084 0.49507099 0.37975460
+0.36579639 0.49464107 0.37492850
+0.42070332 0.49593583 0.35905588
+0.46340916 0.49371213 0.35230300
+0.50292075 0.49451649 0.33659089
+0.54145569 0.49209970 0.33092651
+0.57612705 0.48677161 0.32476032
+0.58397722 0.48067957 0.35620883
+0.66413176 0.47136593 0.33598021
+0.73085004 0.47146249 0.32827255
+0.77889097 0.48036611 0.31573954
+0.81831759 0.48786876 0.31059244
+0.84858227 0.49513149 0.30755466
+0.87439078 0.50405556 0.30238119
+0.95698553 0.51006627 0.27680182
+0.23367500 0.65844518 0.47238570
+0.11001232 0.66942948 0.45831329
+0.15728047 0.66622490 0.45112547
+0.19390635 0.66755468 0.43964365
+0.23528980 0.66362464 0.43183702
+0.27550420 0.66459262 0.42963481
+0.35664257 0.65928143 0.41994700
+-0.10826354 0.67146534 0.41729179
+-0.20335729 0.67354697 0.41314358
+-0.18127978 0.67531335 0.40150890
+-0.16267140 0.67143095 0.39335984
+-0.14370114 0.67231828 0.39120167
+-0.10820743 0.67404574 0.38110164
+-0.05929508 0.67425084 0.37796551
+0.00245588 0.67308414 0.36712691
+0.06290419 0.67254800 0.36391529
+0.10437755 0.66816449 0.35446069
+0.14822443 0.67079836 0.35101804
+0.18392950 0.67124355 0.33846027
+0.21814474 0.67193568 0.33535802
+0.26283854 0.67109501 0.32151523
+0.30283627 0.67082322 0.31564200
+0.33636919 0.66759741 0.30283028
+0.37284315 0.66239536 0.29824582
+0.41230521 0.66040194 0.28299388
+0.45889086 0.65985310 0.27573523
+0.52305669 0.65822995 0.25239331
+0.58527142 0.65821511 0.24557975
+0.63644654 0.66070604 0.23529369
+0.67332280 0.66524267 0.23777436
+0.70759833 0.67071849 0.23296255
+0.75185579 0.67597497 0.23570378
+0.81600690 0.67201102 0.23386461
+0.38037464 0.77340871 0.42846012
+0.32487947 0.78220916 0.42436853
+0.38205120 0.77894348 0.40800393
+0.42472598 0.78062570 0.39873272
+0.47734934 0.78264147 0.39683065
+0.52099311 0.77732778 0.38970599
+0.61155343 0.77802110 0.37828636
+-0.10763814 0.78286564 0.38257891
+-0.24423733 0.78028893 0.37937373
+-0.22798550 0.77873927 0.36986089
+-0.21327971 0.78021580 0.36843878
+-0.19673653 0.78187805 0.35736457
+-0.17657273 0.78113443 0.34773088
+-0.12853479 0.77644062 0.34766397
+-0.06664598 0.77465218 0.33730450
+-0.00799878 0.77101994 0.33309391
+0.02599087 0.77263421 0.32389385
+0.06496590 0.77361524 0.32075712
+0.09610396 0.77171344 0.30998909
+0.12969984 0.77285886 0.30554548
+0.16909914 0.76544732 0.29520679
+0.20554157 0.76527250 0.29023805
+0.23782210 0.76297784 0.27847826
+0.26564384 0.76347321 0.27370811
+0.30427665 0.75966930 0.25831330
+0.34256893 0.75990784 0.25114214
+0.40477225 0.75491905 0.23833810
+0.46006542 0.75576174 0.22203545
+0.51922160 0.74999934 0.22256500
+0.55807096 0.75402623 0.21659274
+0.59863102 0.75546414 0.21992297
+0.65395278 0.76037240 0.21502839
+0.72074544 0.75767148 0.21300940
+0.43029389 0.85280728 0.39603502
+0.44965607 0.85189408 0.38789240
+0.51407790 0.85172212 0.37871441
+0.56272739 0.85019952 0.37151659
+0.61261636 0.85022724 0.36230287
+0.66077644 0.85077071 0.35310504
+0.76002896 0.88728863 0.32662565
+-0.20381176 0.21347030 0.46333101
+-0.25995946 0.20989212 0.44771507
+-0.24124399 0.20840360 0.43647763
+-0.22405078 0.20367342 0.43728673
+-0.20241977 0.20341793 0.42644677
+-0.17006016 0.19930883 0.42488125
+-0.10565600 0.19667730 0.41522413
+-0.02117977 0.19206773 0.40275148
+0.07535706 0.18922745 0.39998457
+0.15777701 0.18880975 0.39087614
+0.24199626 0.17936383 0.38963091
+0.29760718 0.17841822 0.38145095
+0.35763279 0.17755039 0.37671539
+0.43547705 0.17677498 0.36339989
+0.48528203 0.17447364 0.35763478
+0.54522818 0.17217299 0.35518891
+0.59984630 0.16953847 0.34072399
+0.66597837 0.16173600 0.33587658
+0.72397250 0.15435968 0.31952152
+0.78549999 0.14980650 0.30646914
+0.84729600 0.14745574 0.28999463
+0.89187950 0.14593226 0.28680936
+0.93273616 0.14631347 0.27963865
+0.97142065 0.14759654 0.28211188
+1.00860286 0.14927715 0.27791926
+1.06809306 0.14543763 0.27680019
+0.77444088 0.24774842 0.44781768
+0.81423700 0.23762886 0.43693143
+0.83023250 0.23363855 0.41965067
+0.84316111 0.23385313 0.41163972
+0.85123944 0.23413919 0.40064579
+0.85166109 0.22980718 0.40422404
+0.86345559 0.22915055 0.39011428
+-0.31281918 0.24858826 0.42307967
+-0.25880888 0.24634440 0.41507447
+-0.24273512 0.24073739 0.40769789
+-0.22558033 0.23966721 0.39751217
+-0.20265444 0.23860946 0.39605856
+-0.17668101 0.23739545 0.38575256
+-0.11271608 0.23389263 0.38323399
+-0.02546295 0.23348157 0.37120357
+0.07082691 0.22643442 0.37161011
+0.15463713 0.22549178 0.36269048
+0.23254099 0.22430192 0.36001331
+0.29450509 0.22305413 0.35000128
+0.35624069 0.23038466 0.34314007
+0.42597222 0.23321359 0.32806888
+0.48045558 0.23294708 0.32233420
+0.54148781 0.23545906 0.31006181
+0.59666264 0.23045957 0.30590820
+0.66552496 0.21819504 0.29435593
+0.72476089 0.21574444 0.28854090
+0.78308415 0.20784688 0.27482036
+0.84770232 0.20464727 0.25791541
+0.89983273 0.20660193 0.25322819
+0.94276822 0.20614086 0.24454343
+0.97767651 0.20738113 0.24698453
+1.01958311 0.21201597 0.24085107
+1.02659869 0.21167633 0.24969633
+0.70421243 0.32149881 0.40275797
+0.73873216 0.30914325 0.39478382
+0.74646193 0.31530911 0.37620059
+0.75786412 0.31528103 0.36864513
+0.76317066 0.31577808 0.37222740
+0.76541483 0.31658715 0.36309052
+0.64135116 0.33367512 0.34990916
+-0.29144728 0.31692368 0.38871631
+-0.24253815 0.31822786 0.38037425
+-0.22530232 0.31756175 0.37003213
+-0.20522164 0.32024249 0.35973746
+-0.18187729 0.31873643 0.35893595
+-0.15051833 0.32171604 0.34660715
+-0.09288455 0.31385550 0.34751165
+-0.01518864 0.31438449 0.33738130
+0.07617487 0.31572920 0.33559379
+0.15663336 0.31530631 0.32497197
+0.23403984 0.31771672 0.32273892
+0.29524171 0.32097492 0.31290796
+0.35752615 0.32249370 0.30781764
+0.42358741 0.33117786 0.29092520
+0.47976679 0.33827704 0.28344169
+0.53671825 0.33660823 0.27289635
+0.59273410 0.33610305 0.26857135
+0.65739286 0.33214331 0.26566964
+0.72433293 0.32526368 0.24975477
+0.79789841 0.31391808 0.23672692
+0.86610639 0.31201079 0.21630797
+0.91900730 0.31323951 0.21138050
+0.96105593 0.31567308 0.20151712
+1.00281775 0.31571090 0.20446515
+1.04595709 0.31646737 0.20920970
+0.97745436 0.33205888 0.21195711
+0.50898260 0.42752397 0.39073136
+0.53472459 0.42061010 0.37443301
+0.53639138 0.41820550 0.37291366
+0.49728742 0.41682416 0.40081754
+0.49364582 0.41840336 0.40118277
+0.49493164 0.41626385 0.39857265
+0.41456801 0.43766496 0.32241467
+-0.25634345 0.45835811 0.34755284
+-0.20883687 0.46014684 0.32876700
+-0.18911181 0.45439538 0.32190627
+-0.16662116 0.45766670 0.31876850
+-0.14174181 0.46064144 0.30862156
+-0.10935026 0.46388966 0.30771407
+-0.05772378 0.46533665 0.29582009
+0.00539446 0.47090924 0.28506854
+0.08197726 0.47230342 0.28335351
+0.16046011 0.47059324 0.27619314
+0.23219317 0.47373986 0.27604017
+0.29549929 0.47607714 0.26285845
+0.35134444 0.47868368 0.26253790
+0.41970024 0.47781089 0.25866550
+0.47789904 0.47697920 0.24770282
+0.52814412 0.47726375 0.24391115
+0.58629000 0.47796398 0.23101303
+0.62097824 0.47193325 0.25924373
+0.67066282 0.45951247 0.26598305
+0.75751001 0.45812422 0.24658480
+0.82917005 0.46150205 0.23139772
+0.90774524 0.46841842 0.19466515
+0.97352427 0.47698948 0.17794669
+1.02271748 0.48271254 0.16366962
+1.07793128 0.48921329 0.16175859
+0.91488689 0.49934354 0.19297174
+0.17782183 0.63346338 0.34622574
+0.20888831 0.62811577 0.32084653
+0.21009587 0.63298041 0.31124800
+0.20815198 0.64181840 0.30002835
+0.20918967 0.64018941 0.29372215
+0.21501464 0.64490753 0.28196120
+0.16576354 0.65403163 0.26804525
+-0.20807463 0.66692448 0.27887481
+-0.15830979 0.66282064 0.26645145
+-0.13587023 0.67068785 0.25406030
+-0.10943281 0.67378634 0.25204968
+-0.08423135 0.68212569 0.24144173
+-0.05141121 0.68541300 0.22888367
+-0.01171077 0.68810195 0.22932670
+0.03097002 0.68810171 0.22016403
+0.08779241 0.69148910 0.22068124
+0.14857543 0.69916874 0.20931950
+0.21408910 0.70242369 0.20755726
+0.27844834 0.70974857 0.19736987
+0.32765824 0.71240354 0.19486757
+0.39429998 0.71872193 0.19364432
+0.45480606 0.72034776 0.17857799
+0.50454277 0.72597933 0.17501526
+0.56402868 0.72370809 0.16328160
+0.64059341 0.72305799 0.15745117
+0.71416026 0.72406244 0.14802931
+0.83186698 0.71573132 0.12374388
+0.90122855 0.71763289 0.11616164
+0.96485054 0.72143632 0.10412094
+1.02440739 0.72143489 0.10423531
+1.06678379 0.72883618 0.09904002
+1.10862410 0.73722428 0.10073671
+1.12183034 0.73521245 0.10541590
+-0.27828220 0.91756552 0.29233360
+-0.24890964 0.91361535 0.26536334
+-0.25665942 0.91057771 0.25911367
+-0.25976512 0.92062098 0.24791738
+-0.26462120 0.92989808 0.23644197
+-0.26703188 0.93949580 0.22639515
+-0.22809373 0.93016046 0.21330546
+-0.14885932 0.92420232 0.19422489
+-0.09001771 0.91520882 0.19258425
+-0.06152237 0.90740019 0.18230703
+-0.02405175 0.89895272 0.18535173
+0.00806423 0.89048988 0.17664537
+0.04704169 0.87722439 0.17152604
+0.08739506 0.86841571 0.17295091
+0.12163824 0.85944843 0.16436629
+0.16551311 0.85104072 0.16737837
+0.20986030 0.84260297 0.15895918
+0.27000889 0.83407271 0.15974006
+0.33350369 0.82542855 0.15071225
+0.39957544 0.81677675 0.15171611
+0.47375685 0.79939526 0.15670018
+0.54578453 0.78924775 0.14571591
+0.59749329 0.77962804 0.14551714
+0.65159923 0.76954049 0.13456330
+0.72209048 0.75770414 0.13362983
+0.79761124 0.74257642 0.12835790
+0.58191890 0.75761044 0.12778105
+0.57174510 0.74695337 0.12105054
+0.61292529 0.73548198 0.11671086
+0.64897048 0.71768868 0.11704970
+0.66868281 0.70855224 0.12064329
+0.68857205 0.70025635 0.11979310
+0.74476039 0.69094628 0.11989525
+0.00543700 0.78419131 0.28749695
+-0.24269779 0.78529662 0.27638301
+-0.20700267 0.77539974 0.26811498
+-0.17437196 0.76560128 0.26058203
+-0.13643134 0.75150818 0.25538325
+-0.09332781 0.74168223 0.24819288
+-0.03864603 0.73207659 0.23608066
+0.03334768 0.71556515 0.22946052
+0.10057763 0.70453423 0.21764152
+0.15304422 0.68997979 0.21023512
+0.20306964 0.67898935 0.21079536
+0.25116113 0.66288519 0.20440598
+0.29814669 0.65208858 0.20587547
+0.35030663 0.64067012 0.19820130
+0.40335026 0.62962252 0.19975843
+0.44779858 0.61537760 0.19262652
+0.49383378 0.60504472 0.19426298
+0.55523503 0.58924860 0.18834741
+0.62410724 0.57217157 0.18968514
+0.70223033 0.56300896 0.18108171
+0.74675667 0.54200554 0.21168846
+0.78220224 0.52616328 0.22822927
+0.83838892 0.51870197 0.22395785
+0.89081311 0.50781089 0.21433996
+0.94482523 0.49884793 0.19738147
+1.01927531 0.48200244 0.17211309
+0.70996791 0.52064526 0.22726731
+-0.00493585 0.56476974 0.19749713
+0.02474447 0.54961514 0.19558729
+0.03188960 0.53613240 0.19368437
+0.03394290 0.52545285 0.19483575
+0.03747592 0.51260954 0.19647373
+0.04782586 0.50120181 0.19173950
+0.03973056 0.52790827 0.29884532
+-0.14374454 0.55738431 0.31257921
+-0.08256935 0.53769064 0.30383521
+-0.03376437 0.52675444 0.29766232
+0.02060145 0.51187372 0.29173958
+0.08625972 0.49708208 0.28518021
+0.16205326 0.48391378 0.27437392
+0.24532567 0.46851489 0.26106635
+0.30220103 0.45538566 0.25551370
+0.38013902 0.42790484 0.25582713
+0.44727933 0.39443812 0.26185843
+0.47152683 0.37047523 0.29970357
+0.52208978 0.35333517 0.31052050
+0.59489024 0.34772259 0.26753080
+0.67816365 0.34211540 0.23920237
+0.73123127 0.33207241 0.23373169
+0.78336495 0.31165308 0.23259552
+0.83214927 0.29543465 0.22590229
+0.89431816 0.27607617 0.22388318
+0.96019918 0.26519546 0.21682532
+0.89806092 0.25002751 0.21475554
+0.87339419 0.23857255 0.21126559
+0.88833368 0.22757134 0.21305092
+0.88374138 0.21155934 0.21295732
+0.87502205 0.20141734 0.21170306
+0.85794413 0.19193965 0.20627898
+0.86421716 0.19112295 0.25502381
+0.24710444 0.35358718 0.28263757
+-0.26733056 0.33075172 0.28039414
+-0.23314747 0.32001144 0.28130898
+-0.21585634 0.30265602 0.28071275
+-0.19624217 0.28496620 0.28105566
+-0.17375642 0.27306607 0.27608112
+-0.14204481 0.25934488 0.33760267
+-0.09065115 0.25438520 0.37372002
+-0.03649031 0.23827301 0.36322871
+0.00532157 0.22407033 0.35689750
+0.03947394 0.20310611 0.35087213
+0.08393548 0.18828352 0.34459382
+0.13214917 0.17472035 0.33638337
+0.18530528 0.15992948 0.32486749
+0.25247306 0.13727276 0.31694597
+0.30621597 0.12019601 0.31180236
+0.35765553 0.10346770 0.30877024
+0.40997651 0.08540802 0.30388588
+0.47818577 0.08348162 0.30244222
+0.53779203 0.08781882 0.29782873
+0.63216197 0.09004407 0.29372665
+0.70338279 0.09408585 0.28928325
+0.77320850 0.10087290 0.28413835
+0.82597017 0.10752789 0.28072408
+0.88503790 0.11223364 0.27128971
+0.94272757 0.14200673 0.25735676
+1.03715277 0.08796387 0.24165882
+0.29650468 0.04172376 0.23863466
+-0.04543990 0.05361912 0.23644619
+-0.04660555 0.05118586 0.23513591
+-0.05918077 0.05039831 0.23491232
+-0.07746170 0.04967039 0.23122691
+-0.08336268 0.04521319 0.27305624
+-0.06629602 0.11621573 0.35628074
+-0.07624898 0.21868740 0.35002813
+-0.04937146 0.20076612 0.34732071
+0.05016220 0.18422566 0.34758231
+0.14428607 0.17242815 0.34392565
+0.22724813 0.16001330 0.34219626
+0.28503817 0.14678496 0.36502868
+0.35122979 0.13570341 0.41074911
+0.42751426 0.12011015 0.39962426
+0.47462946 0.10582482 0.39503631
+0.53794974 0.09489342 0.38707969
+0.59192199 0.08672710 0.38418067
+0.65535337 0.07565092 0.37689152
+0.71246880 0.06297728 0.37082258
+0.76893854 0.05161880 0.35937697
+0.83317602 0.04351492 0.35611373
+0.88207746 0.03144073 0.34999937
+0.92574376 0.02303442 0.34797370
+0.96898776 0.00557736 0.34053367
+1.00823247 -0.00482620 0.33852693
+1.06358612 -0.01978448 0.32818735
+0.77855748 -0.03132643 0.32723477
+0.58208883 -0.04406168 0.31751794
+0.57275182 -0.05484550 0.31723845
+0.55674946 -0.06817688 0.30676442
+0.53397113 -0.08067540 0.30445713
+0.50853759 -0.08975276 0.29217523
+0.49176541 -0.08692688 0.29130504
+0.25797844 -0.09032048 0.28676522
+-0.23311146 -0.09559221 0.28947380
+-0.18492258 -0.10230485 0.28545651
+-0.16088028 -0.10882114 0.29048792
+-0.13296078 -0.11708818 0.27967572
+-0.10238270 -0.12563606 0.46569389
+-0.07172006 -0.09819099 0.44829714
+-0.02132983 -0.07547164 0.44685236
+0.03793022 -0.09189771 0.44213742
+0.11911371 -0.10142079 0.44119337
+0.18475816 -0.11336883 0.43455100
+0.25063482 -0.12524916 0.43640199
+0.31340933 -0.13672590 0.47283825
+0.36342061 -0.14987098 0.46328738
+0.42652228 -0.16131127 0.45848367
+0.48736179 -0.16967489 0.45208582
+0.53646761 -0.17970617 0.45373011
+0.59084702 -0.19070618 0.44544947
+0.65498930 -0.20129314 0.44300631
+0.72297323 -0.21113436 0.43337101
+0.81603754 -0.22101212 0.42536601
+0.91138542 -0.23241320 0.42145434
+0.94518590 -0.24213405 0.41443962
+0.97591650 -0.25202695 0.41099527
+0.97698414 -0.26269984 0.40899420
+0.97696912 -0.27470466 0.40114033
+0.97112948 -0.28926414 0.39598253
+0.99541521 -0.30171925 0.38818109
+-0.15086277 -0.30588332 0.38419822
+-0.26949948 -0.28907889 0.37363550
+-0.23440373 -0.27179080 0.36733079
+-0.20184302 -0.25461680 0.35398880
+-0.16031085 -0.23746710 0.34437227
+0.33197364 -0.23376533 0.32909366
+0.36786366 -0.25529298 0.32456332
+0.41390771 -0.27312726 0.38429588
+0.44357824 -0.28960976 0.52413273
+0.47516087 -0.27732387 0.50399667
+0.52857870 -0.26696876 0.49207816
+0.55869579 -0.25538558 0.48043129
+0.58203715 -0.24377163 0.47256479
+0.62653041 -0.23362084 0.46663782
+0.67327315 -0.22274508 0.45956099
+0.73548257 -0.21120860 0.47469947
+0.83816826 -0.20126225 0.46617925
+0.91635919 -0.18988040 0.45215306
+0.97767514 -0.17957427 0.43972781
+1.02753043 -0.17001285 0.43495280
+1.06729043 -0.15950657 0.42589879
+1.09758306 -0.14914861 0.41825160
+1.13562787 -0.14294030 0.40185425
+0.72971785 -0.13351771 0.39707938
+-0.03832204 -0.12715283 0.38252658
+0.03217184 -0.12206446 0.37686348
+0.08418626 -0.11704541 0.36388153
+0.12948963 -0.10954533 0.35854012
+0.17713085 -0.10321280 0.34344110
+0.22135542 -0.09453306 0.33739886
+0.30593321 -0.08694094 0.32466710
+-0.19465287 -0.08167766 0.31833303
+-0.18137172 -0.06329445 0.30561298
+-0.16616070 -0.03977964 0.29677808
+-0.15248400 -0.03408068 0.27980930
+-0.13574608 -0.02735709 0.27181858
+-0.11857870 -0.01851467 0.26375729
+-0.08526920 -0.00902101 0.26321605
+-0.03965660 -0.00273762 0.25829175
+0.02281233 0.02667668 0.25595978
+0.09289436 0.10834491 0.25103173
+0.16556962 0.10946621 0.37965041
+0.23369783 0.11796577 0.37952581
+0.29049605 0.12552704 0.37218660
+0.35065523 0.13403712 0.36249772
+0.41616526 0.14447299 0.35499531
+0.46849951 0.14750820 0.34519610
+0.52187312 0.15788014 0.33940434
+0.57673359 0.16383897 0.38172376
+0.63799381 0.17426607 0.38034227
+0.69384533 0.17624444 0.36953768
+0.73954332 0.18537262 0.35756662
+0.79846030 0.19223855 0.35084477
+0.84761709 0.20222425 0.34265110
+0.88034981 0.20901439 0.33032632
+0.92011881 0.21327084 0.31857744
+0.95926577 0.21826722 0.30789271
+1.00517571 0.22396447 0.30053034
+1.04935169 0.23128708 0.29115939
+1.13846827 0.23469687 0.28412470
+1.15511024 0.24063772 0.28031483
+1.15958261 0.24429682 0.26943213
+1.16268849 0.24882928 0.26339078
+1.16472840 0.25078803 0.25479525
+1.18632877 0.25101811 0.24768703
+0.49893469 0.25852928 0.23901555
+-0.13716586 0.26499426 0.23212880
+-0.07400246 0.27429909 0.22027101
+-0.02737368 0.28080747 0.21341255
+0.02053758 0.28783479 0.20697194
+0.07128759 0.29843354 0.20304789
+0.13178253 0.30708507 0.20154656
+0.12401671 0.30943036 0.19931009
+-0.13430856 0.37708896 0.19357195
+-0.06799875 0.48370275 0.24723728
+-0.00674401 0.48374835 0.28690755
+0.04054496 0.48714384 0.27638999
+0.08005466 0.49292395 0.26767442
+0.10203072 0.49398074 0.26188597
+-0.08088920 0.49515599 0.26442137
+-0.05116763 0.50159866 0.27592373
+-0.03872789 0.50471592 0.32338619
+-0.03513476 0.50756937 0.36308053
+-0.02910602 0.51520032 0.34899494
+-0.03410489 0.52226084 0.33308136
+0.16412221 0.52900136 0.31668609
+0.25938800 0.53153276 0.29639950
+0.30814072 0.53890181 0.27349788
+0.36583716 0.54569894 0.25297096
+0.42024532 0.55168068 0.24101184
+0.49141917 0.56068248 0.23605178
+0.12808102 0.53694284 0.23504865
+-0.01908816 -0.12884961 0.11489250
+-0.02712135 -0.10118138 -0.00762807
+-0.03847845 -0.09647802 0.00330367
+-0.05000095 -0.09155377 0.00469113
+-0.06877755 -0.08636256 0.00594426
+0.11819430 -0.10622224 0.00184995
+0.60216153 0.55459845 0.06690093
+0.63154334 0.62224853 0.21486029
+0.67889059 0.62312019 0.19418792
+0.71573341 0.62883896 0.18408741
+0.75566876 0.63483715 0.18049581
+0.81560266 0.67354584 0.18029849
+0.88878351 0.27640319 0.07151973
+1.16618192 0.69915366 0.16741329
+1.10070693 0.68756264 0.16054450
+-0.31942734 0.77725101 0.15683074
+-0.25903493 0.81505281 0.19348851
+-0.23313725 0.82173836 0.18828070
+-0.19848438 0.83854824 0.19150816
+-0.16191959 0.85453331 0.20244247
+-0.12404091 0.86242414 0.20226052
+-0.05157606 0.88649887 0.18955281
+-0.14688218 0.49852559 0.34020245
+-0.12061317 0.21122530 0.91358298
+-0.10136142 0.21243414 0.87852246
+-0.08460809 0.20067328 0.85244423
+-0.06229304 0.18658186 0.83887249
+-0.03189531 0.17550138 0.83172882
+0.01267399 0.16685727 0.82436597
+0.06664016 0.15214571 0.81524771
+0.14096473 0.14138210 0.80613422
+0.20557754 0.12708589 0.79824626
+0.27556637 0.11719448 0.79665834
+0.33312193 0.10518639 0.79036701
+0.38531876 0.09666425 0.78842854
+0.44822124 0.08767761 0.78130519
+0.50349993 0.07476796 0.77684492
+0.55688018 0.06563799 0.76951957
+0.61006433 0.05287445 0.76513648
+0.67178017 0.04360069 0.75659287
+0.73595399 0.03311909 0.74965155
+0.80907971 0.01827737 0.74024880
+0.88316053 0.00915754 0.73683578
+0.93831730 -0.00256222 0.73065883
+0.98021293 -0.00991276 0.72152811
+1.01554537 -0.01638443 0.71877921
+1.04438210 -0.02234177 0.71116215
+1.08584368 -0.03278056 0.71039701
+0.81026149 -0.02685913 0.70271802
+0.44449830 0.00359344 0.72134078
+0.49873555 -0.01401696 0.71627510
+0.53541207 -0.02349397 0.70840704
+0.56497115 -0.03126577 0.70817047
+0.59849787 -0.03933237 0.69892550
+0.63439357 -0.04860937 0.70061082
+0.36816236 -0.05572819 0.70489234
+-0.26412141 -0.04340601 0.90146703
+-0.22473025 -0.05365435 0.88371933
+-0.21094297 -0.06424347 0.87870920
+-0.19500917 -0.07350779 0.87304366
+-0.17567740 -0.08271768 0.86697620
+-0.14612009 -0.09551927 0.85764140
+-0.08439730 -0.10865282 0.85371053
+-0.00606593 -0.12336583 0.83721441
+0.08205172 -0.13624486 0.82638496
+0.16281319 -0.14422545 0.82694685
+0.23676185 -0.15328273 0.81854379
+0.29621187 -0.16126181 0.81659043
+0.35648865 -0.16931094 0.80715173
+0.42611864 -0.17818972 0.80505288
+0.48077881 -0.18596455 0.79483920
+0.54210985 -0.19445415 0.79221129
+0.59678453 -0.20259283 0.77877223
+0.65841359 -0.20987880 0.77466828
+0.71318346 -0.21834216 0.77209044
+0.75664431 -0.22606823 0.76049286
+0.81569999 -0.23340707 0.75604415
+0.86417836 -0.24151510 0.74096680
+0.90139854 -0.24470106 0.73869425
+0.93395573 -0.25171411 0.73817372
+0.97418910 -0.25868657 0.72800177
+1.02308547 -0.26993489 0.72462237
+1.05090141 -0.27751756 0.71063769
+1.11034608 -0.28863141 0.70892090
+1.14505410 -0.29726499 0.70024574
+1.16961730 -0.30032063 0.70074052
+1.20123875 -0.30784655 0.70205051
+1.19201696 -0.30326682 0.69185358
+1.23636937 -0.29951814 0.68385363
+-0.27824584 -0.25477487 0.92601252
+-0.25108728 -0.25306147 0.91008496
+-0.22008160 -0.25074995 0.89996082
+-0.18875709 -0.24664380 0.89140958
+-0.15128627 -0.24623443 0.87988013
+-0.11898354 -0.24381806 0.86883152
+-0.03980637 -0.24333803 0.85344446
+-0.10634859 -0.23666686 0.84898585
+-0.02693551 -0.23457038 0.83177418
+0.05340681 -0.23036152 0.83084279
+0.12263950 -0.22816470 0.81781971
+0.17643183 -0.22218196 0.81418800
+0.22686008 -0.21827835 0.80282134
+0.29014650 -0.21528274 0.79712540
+0.34184018 -0.21071035 0.78312540
+0.39907604 -0.20879641 0.77866286
+0.44293225 -0.20285185 0.76337433
+0.48831308 -0.20132990 0.75893044
+0.53631896 -0.19547692 0.74324369
+0.57703263 -0.19350803 0.73685086
+0.63374311 -0.18915354 0.73098999
+0.67555112 -0.18654202 0.71511340
+0.71732986 -0.18102261 0.71073121
+0.76147461 -0.17870210 0.69506925
+0.80323499 -0.17494923 0.69159204
+0.85086852 -0.17645334 0.68718356
+0.92304277 -0.17582864 0.66872811
+0.97932988 -0.17753878 0.66474545
+1.00484574 -0.17280640 0.65382892
+1.02769160 -0.17053609 0.65153593
+1.05078506 -0.16828117 0.64192677
+1.07192075 -0.16497117 0.64054030
+1.11943507 -0.16446407 0.62405443
+0.30436993 -0.12771194 0.85303938
+0.18282939 -0.12206939 0.84217948
+0.22432038 -0.12164932 0.83079207
+0.25675520 -0.12049653 0.82316113
+0.28795767 -0.11717757 0.81290174
+0.31754389 -0.11469173 0.80279958
+0.38642660 -0.11750276 0.79499954
+-0.07194814 -0.07302700 0.80211926
+-0.13368650 -0.06767894 0.79426789
+-0.07433763 -0.06722485 0.78370398
+-0.02590449 -0.06571265 0.77128381
+0.01593964 -0.06488638 0.76840818
+0.05371163 -0.06214432 0.75596428
+0.10738283 -0.05979500 0.75120330
+0.16530484 -0.05796559 0.74537557
+0.21515213 -0.05564059 0.73314649
+0.25553346 -0.05421037 0.72715634
+0.30137640 -0.05374563 0.71252114
+0.34017593 -0.05132898 0.70613199
+0.38547295 -0.05013354 0.69366711
+0.43940198 -0.04798945 0.68730760
+0.49597493 -0.04558159 0.67077613
+0.54990804 -0.04468431 0.66645390
+0.59420347 -0.04230050 0.66099423
+0.64988732 -0.04141559 0.64927435
+0.70069277 -0.04174342 0.64257878
+0.76173705 -0.04507613 0.62768698
+0.82196504 -0.04655070 0.62224752
+0.86277944 -0.04556603 0.62065548
+0.89704400 -0.04400485 0.61051798
+0.93076336 -0.04954239 0.61093491
+0.97189015 -0.04965424 0.59935206
+1.02676582 -0.05010037 0.59218842
+0.55764312 -0.01582131 0.79795802
+0.49060264 -0.01295858 0.79620522
+0.53676426 -0.01343881 0.77953428
+0.56758809 -0.01257229 0.77754235
+0.60364139 -0.00930728 0.76799345
+0.62675971 -0.00773686 0.75995129
+0.68929160 -0.01294675 0.74464238
+-0.05215010 0.04728910 0.77231717
+-0.19772182 0.05343098 0.75862527
+-0.15284774 0.05120199 0.75353813
+-0.12084181 0.05365155 0.74210036
+-0.09063294 0.05492434 0.74062687
+-0.06365737 0.05153264 0.72805381
+-0.01510900 0.05402222 0.72255158
+0.04731384 0.05523651 0.70997000
+0.10314968 0.05129343 0.70464593
+0.13762940 0.05390647 0.69078690
+0.17706977 0.05478897 0.68631744
+0.21356763 0.05694553 0.67270392
+0.25223747 0.05663712 0.66541827
+0.31547180 0.05570619 0.65959764
+0.36839294 0.05652777 0.64589399
+0.43044195 0.05527512 0.64139098
+0.48205629 0.05754618 0.62579411
+0.54225612 0.05451768 0.62283838
+0.59538949 0.05448477 0.61715573
+0.65838039 0.05271669 0.60216081
+0.71879691 0.04519666 0.59650350
+0.77211624 0.04565682 0.58768922
+0.81089729 0.04258586 0.58643949
+0.85082042 0.04326209 0.57746243
+0.90410155 0.04016667 0.57366079
+0.96640289 0.03958190 0.55741185
+0.67083740 0.06951895 0.77110779
+0.68180305 0.06890583 0.75541908
+0.72591394 0.06190214 0.74835932
+0.76594138 0.06482476 0.73871011
+0.79661137 0.06426151 0.73680907
+0.81235462 0.06635919 0.72738343
+0.88050216 0.06337622 0.71398783
+-0.13459568 0.13938156 0.74988782
+-0.22712649 0.14151859 0.73513520
+-0.19897047 0.14137262 0.73130244
+-0.17359082 0.13977182 0.71925741
+-0.14873450 0.14010693 0.71498168
+-0.12467610 0.13938199 0.70326179
+-0.07424638 0.15172437 0.68684101
+-0.01295639 0.17745127 0.67529207
+0.04275162 0.18980592 0.66851306
+0.07501201 0.19444224 0.65461552
+0.11084354 0.19096059 0.64853907
+0.14739366 0.18935160 0.63385487
+0.18386661 0.18929709 0.63107181
+0.23479594 0.19229794 0.61465245
+0.29176351 0.19207071 0.60749376
+0.35051635 0.19163623 0.60404932
+0.40068638 0.18961968 0.58951652
+0.46623349 0.18414399 0.58651417
+0.51701218 0.18487409 0.57216114
+0.57869899 0.18069045 0.56563622
+0.63970816 0.17582287 0.56157780
+0.69289690 0.17343490 0.55251491
+0.73012727 0.17171928 0.55287719
+0.77429652 0.16982825 0.54039979
+0.83463198 0.16534917 0.54118174
+0.90206748 0.16001412 0.52302539
+0.65021509 0.19837455 0.73945528
+0.71613139 0.18880044 0.71670705
+0.76240885 0.18774429 0.70897156
+0.80101991 0.18619069 0.70007056
+0.82905096 0.18524402 0.69340241
+0.84979534 0.18660961 0.69131303
+0.91187483 0.18050149 0.67937326
+-0.31483853 0.27652320 0.70738173
+-0.25779280 0.26563892 0.70144242
+-0.23148228 0.26184192 0.68812889
+-0.20685691 0.25985384 0.68575633
+-0.17834535 0.25965458 0.67331135
+-0.14961049 0.25522116 0.67192245
+-0.09160724 0.24934423 0.65813470
+-0.02403023 0.24841765 0.65238529
+0.03152496 0.24747768 0.64068919
+0.06566271 0.24294405 0.63558000
+0.10422052 0.24100459 0.62107372
+0.13739403 0.24037029 0.61748773
+0.17013223 0.24000596 0.61155897
+0.21578966 0.23577707 0.59711528
+0.26316071 0.23359020 0.59206998
+0.33238426 0.22888291 0.57984114
+0.38263288 0.22837502 0.57392544
+0.45348337 0.22729245 0.56012195
+0.50589931 0.21944316 0.55522025
+0.57019114 0.21480426 0.54961556
+0.63121510 0.21113525 0.53680193
+0.67842901 0.20920777 0.53910428
+0.72563803 0.20393294 0.52849621
+0.77188468 0.20023158 0.52938795
+0.83673954 0.19313230 0.51806879
+0.86817640 0.18925266 0.51691049
+0.59428179 0.24279077 0.73313540
+0.66592717 0.23245005 0.70788980
+0.70728624 0.22162643 0.70345896
+0.74167949 0.21712720 0.69439131
+0.77162361 0.21078534 0.68776071
+0.79429030 0.20978916 0.68535346
+0.70380586 0.20500179 0.67564088
+-0.29399440 0.27606827 0.69924104
+-0.24027658 0.26720574 0.69364703
+-0.20837843 0.26018167 0.68098414
+-0.18090050 0.25985238 0.67741281
+-0.14918497 0.25130528 0.66769451
+-0.11468945 0.24806109 0.66475326
+-0.05235024 0.24316391 0.65042889
+0.01862094 0.23843539 0.64610803
+0.07299214 0.23125069 0.63357955
+0.10928505 0.23100592 0.62772512
+0.14970461 0.22675674 0.62137234
+0.18690225 0.22439095 0.61088312
+0.22472417 0.22014104 0.60585767
+0.26882368 0.21263874 0.59177983
+0.31530753 0.21236189 0.58463389
+0.37396610 0.20790510 0.57414466
+0.42928681 0.20570599 0.56795049
+0.49797183 0.20129409 0.55409598
+0.55425680 0.19508585 0.54881704
+0.62326247 0.19067061 0.54356205
+0.68614727 0.18103729 0.53125781
+0.73881215 0.17432871 0.53250945
+0.77814800 0.16973050 0.52254748
+0.82406926 0.16807881 0.52384746
+0.88283706 0.16177173 0.51408100
+0.83841687 0.16499193 0.51694804
+0.44493806 0.24837236 0.73869491
+0.50573164 0.23373379 0.71356672
+0.53746706 0.22166124 0.70605916
+0.57005697 0.21032666 0.69924945
+0.59374428 0.20483868 0.69126326
+0.61611223 0.19821979 0.69124687
+0.47565809 0.19779743 0.68009621
+-0.25258380 0.24276161 0.69798970
+-0.19803348 0.23161426 0.68922466
+-0.16403244 0.22332968 0.68001807
+-0.12160034 0.21564452 0.67714220
+-0.07931538 0.20977230 0.66511655
+-0.03406668 0.20254375 0.66274023
+0.03238394 0.19332416 0.64897525
+0.09965774 0.18852262 0.64554405
+0.15553819 0.18673658 0.63109273
+0.19844505 0.17556649 0.62668097
+0.24775828 0.17046940 0.61391318
+0.28857604 0.16540550 0.60822809
+0.33101314 0.16031387 0.60323340
+0.37938341 0.15403032 0.58904088
+0.42590055 0.14698359 0.58284688
+0.47996441 0.13925502 0.57045621
+0.53864521 0.13289404 0.56456262
+0.60159051 0.12847368 0.55077863
+0.66684991 0.12168113 0.54491478
+0.73978615 0.11134484 0.52997500
+0.79998142 0.10523012 0.52940297
+0.84757972 0.10048922 0.51967871
+0.88238639 0.09594173 0.52213722
+0.92205143 0.09120592 0.51197731
+0.97231758 0.08463657 0.51293242
+0.84941167 0.08670215 0.50933230
+0.18779638 0.21116179 0.75404739
+0.23836656 0.18988504 0.73069960
+0.26091921 0.17894687 0.72445923
+0.28065529 0.17322163 0.71526664
+0.29740244 0.15926072 0.70891523
+0.32164735 0.15382619 0.70773083
+0.24806394 0.14361161 0.69696885
+-0.19516931 0.16997071 0.70069152
+-0.13555115 0.14978677 0.69647163
+-0.08751933 0.14275382 0.68506044
+-0.03322626 0.13513739 0.68391550
+0.02759548 0.11696317 0.67335570
+0.08519971 0.10822510 0.67177969
+0.15186401 0.10122389 0.65817255
+0.21911570 0.08176523 0.65734190
+0.28237557 0.07418280 0.64243895
+0.32900366 0.06586853 0.63990843
+0.39131454 0.05447890 0.62612128
+0.44270942 0.03997845 0.62151146
+0.48676506 0.03188997 0.61833405
+0.54669136 0.02082138 0.60137165
+0.59604555 0.01136251 0.59727424
+0.64625579 0.00576751 0.58345079
+0.69824618 -0.00221900 0.57744741
+0.76695514 -0.00983287 0.56296462
+0.83185726 -0.01983230 0.55696601
+0.92166859 -0.02803392 0.54002154
+0.97826415 -0.03821056 0.53940433
+1.02448642 -0.04266962 0.52974969
+1.05603755 -0.05432464 0.53392106
+1.08095133 -0.05933061 0.52395380
+1.11631060 -0.06798562 0.52568614
+1.03419828 -0.06552057 0.51638913
+-0.16963917 0.12977114 0.78760344
+-0.13307655 0.10220522 0.76563853
+-0.12459708 0.09768686 0.75858217
+-0.12245683 0.08180594 0.74996084
+-0.11135921 0.06550179 0.74299717
+-0.10414281 0.05922334 0.74435782
+-0.06686546 0.03831804 0.72993720
+-0.12073526 0.03070695 0.72819436
+-0.05603865 0.02022005 0.71487015
+0.00980313 0.00005459 0.70468432
+0.07887321 -0.01179456 0.70460302
+0.14549468 -0.02276287 0.69440109
+0.22520444 -0.04297530 0.69363493
+0.30902830 -0.05628623 0.68120229
+0.37222841 -0.06924867 0.68008733
+0.42912918 -0.06562031 0.66336197
+0.48830169 -0.07755587 0.66046005
+0.54542488 -0.07353783 0.64247710
+0.60358560 -0.07091344 0.63455081
+0.65372998 -0.06792270 0.62745559
+0.71232074 -0.06537807 0.60995549
+0.77150345 -0.07004480 0.60245609
+0.81175834 -0.06106680 0.58492827
+0.86633843 -0.05906158 0.57597935
+0.92104197 -0.04867431 0.55815691
+0.98940963 -0.04028341 0.54907864
+0.89059335 -0.02422498 0.53421110
+0.90766490 -0.01835002 0.53108776
+0.92075729 -0.00713803 0.51945537
+0.91856122 0.00415006 0.52000755
+0.91317534 0.01546449 0.50879741
+0.90853804 0.02680131 0.50810587
+0.93622392 0.03077899 0.48773003
+-0.07868494 0.23415114 0.74890184
+-0.26333579 0.25639138 0.73596489
+-0.24123943 0.25709927 0.72433305
+-0.22430149 0.25844049 0.71356243
+-0.20486201 0.26508915 0.70932537
+-0.18096367 0.26597416 0.69818872
+-0.13771047 0.27022302 0.68111283
+-0.07846048 0.27062225 0.67458123
+-0.02518362 0.27425870 0.65834624
+0.01694597 0.28104511 0.65442550
+0.06799786 0.28202173 0.64261431
+0.12615550 0.28772652 0.63780493
+0.18484552 0.29450408 0.62519729
+0.24879827 0.30545133 0.61028779
+0.30722561 0.30478275 0.60599267
+0.36502352 0.30824274 0.59343296
+0.41734013 0.31352064 0.58686072
+0.47864789 0.31872818 0.57041132
+0.54140562 0.32170498 0.56385410
+0.61324751 0.32334337 0.55536354
+0.69147050 0.32487142 0.53764063
+0.75648141 0.33220634 0.52942747
+0.81192660 0.33688194 0.51430410
+0.86688155 0.34219179 0.50553912
+0.92642701 0.34488514 0.48925501
+1.00231373 0.35460308 0.47926065
+0.68972135 0.36751717 0.48865423
+0.23924243 0.39178988 0.48328629
+0.25521728 0.40262851 0.47384265
+0.24724685 0.41382185 0.47113276
+0.23677766 0.43003073 0.46112928
+0.22486290 0.43816125 0.46033433
+0.22514473 0.44824988 0.44354221
+0.08629695 0.54110420 0.63541722
+-0.20702405 0.60572833 0.66059452
+-0.16525799 0.61062950 0.64104766
+-0.14270405 0.61650372 0.63576645
+-0.11931479 0.62606114 0.62569326
+-0.09340566 0.63170016 0.61435610
+-0.06499045 0.64071327 0.60032046
+-0.02488469 0.64383495 0.59138650
+0.00934511 0.65157884 0.57827109
+0.04379569 0.66077214 0.57292229
+0.06980658 0.66858989 0.56293291
+0.10207096 0.68099421 0.55440217
+0.14038995 0.68724746 0.54549837
+0.18016100 0.69700044 0.53343707
+0.24348585 0.70874470 0.52624714
+0.29226357 0.71601504 0.51471490
+0.34138238 0.72590905 0.50826216
+0.39139381 0.73480386 0.49500051
+0.46142325 0.74094057 0.48546514
+0.52908599 0.74935120 0.47797728
+0.65399909 0.75208730 0.46389484
+0.70750529 0.75051260 0.45641041
+0.75350064 0.75743282 0.44646615
+0.79729831 0.76431417 0.43885791
+0.82709914 0.77216291 0.42422023
+0.86553699 0.78476954 0.41326076
+0.93911093 0.79574865 0.43627340
+0.00858459 0.83182830 0.43548772
+-0.29831821 0.84710312 0.42508006
+-0.27739745 0.85759771 0.42041573
+-0.26314762 0.87133265 0.41245466
+-0.24472089 0.88702649 0.40876421
+-0.22314417 0.90171224 0.39533207
+-0.18344869 0.91688198 0.51094878
+-0.11902155 0.97198653 0.56854022
+-0.05323635 0.97771347 0.55454659
+-0.00390557 0.98574746 0.54472548
+0.03473558 0.99646610 0.53431278
+0.07875465 1.00741231 0.52173358
+0.12173150 1.01987004 0.50868630
+0.16644745 1.03187668 0.49915627
+0.22045092 1.04241335 0.48999056
+0.26529858 1.05461764 0.48169795
+0.31267148 1.06732190 0.47207552
+0.36124420 1.07941377 0.46678305
+0.41925815 1.09233344 0.45834261
+0.48942515 1.10538113 0.44677076
+0.57532251 1.11867106 0.44080850
+0.65222359 1.13150179 0.43029487
+0.71808481 1.14455521 0.42115003
+0.77472448 1.15736818 0.41260737
+0.82940012 1.17434251 0.40173578
+0.88194352 1.18480206 0.39132807
+0.96469468 1.17818522 0.38069850
+0.09074318 1.16852307 0.36915606
+0.07659062 1.16107821 0.35935873
+0.08664438 1.15401721 0.34955162
+0.08567554 1.14696574 0.33988768
+0.08928601 1.13762069 0.31905580
+0.08778169 1.16109002 0.47671825
+0.11625139 0.33784556 0.69261760
+-0.11103658 -0.22164875 0.67450362
+-0.15756053 -0.18793686 0.67179012
+-0.12335099 -0.17308308 0.67325044
+-0.09417626 -0.16240254 0.66941690
+-0.06243144 -0.15105534 0.66426659
+-0.02534838 -0.14140999 0.71329319
+0.02181574 -0.13139288 0.79839361
+0.07472970 -0.12551658 0.78821230
+0.14200245 -0.11666531 0.78452706
+0.21316284 -0.10265841 0.77811342
+0.27537602 -0.09170739 0.77241546
+0.34085757 -0.08089665 0.76615596
+0.38951069 -0.06670866 0.75885469
+0.45121831 -0.05680518 0.75129670
+0.52903557 -0.04311823 0.74655712
+0.59349579 -0.03301462 0.74080211
+0.65443754 -0.02355021 0.73568583
+0.71596199 -0.01310402 0.72997487
+0.78320998 -0.00430438 0.72438651
+0.86793673 0.00736389 0.71806473
+0.71148032 0.01599466 0.71266037
+0.74229485 0.02878181 0.70982111
+0.76208955 0.03920221 0.70048094
+0.76306468 0.05407702 0.69783044
+0.76801234 0.06566525 0.68741262
+0.75537348 0.07636058 0.68109912
+0.77330869 0.16494676 0.67110050
+0.08610804 0.18217517 0.66944468
+-0.24067597 0.19078100 0.66596270
+-0.19215946 0.20733312 0.65961522
+-0.14974079 0.22066148 0.65434754
+-0.10294534 0.23225413 0.65773499
+-0.05438323 0.24771674 0.76411581
+0.00362507 0.27439779 0.76002884
+0.07379135 0.28561622 0.75500029
+0.14606300 0.29841942 0.75635570
+0.21215723 0.31293508 0.75126004
+0.26780254 0.32326871 0.75215667
+0.32956165 0.33797699 0.74114090
+0.38270673 0.35213649 0.83322942
+0.43672979 0.35806140 0.81548345
+0.50403607 0.36804783 0.81491035
+0.56234872 0.38203245 0.80570734
+0.62897968 0.39656132 0.80411142
+0.68731850 0.40676188 0.79388541
+0.75436127 0.42072263 0.79279804
+0.82228452 0.43394583 0.78036827
+0.91032147 0.44619554 0.77581257
+0.99039787 0.45915127 0.76951104
+1.04399872 0.47024611 0.76449460
+1.08280241 0.47243157 0.75825715
+1.11462283 0.48339340 0.75346357
+1.14414191 0.49246994 0.75095570
+1.18306661 0.50032306 0.74072260
+0.72161591 0.50741893 0.72399867
+-0.30786762 0.52182096 0.72896993
+-0.29851657 0.53528935 0.72554851
+-0.28134799 0.55115992 0.72382706
+-0.26237997 0.56860298 0.71232575
+-0.23974147 0.57284981 0.70721966
+-0.21251328 0.73314571 0.70083559
+-0.15822937 0.76361752 0.69918847
+-0.08677840 0.77814204 0.69454503
+-0.02022041 0.78827554 0.69184071
+0.04487667 0.77125245 0.68343568
+0.10919242 0.75647461 0.80565071
+0.18009014 0.73494530 0.86367202
+0.85716730 0.73113209 0.81949705
+0.88883334 0.74148417 0.78876722
+0.92524564 0.74663585 0.78638345
+0.96217847 0.73146904 0.81656981
+0.89306152 0.71496433 0.80538434
+0.96861595 0.69666731 0.78607148
+1.03372395 0.67828959 0.77636820
+1.08164430 0.65278238 0.76985270
+1.13183534 0.63495350 0.76769018
+1.17217326 0.61723852 0.75966537
+1.20250809 0.59796119 0.75618571
+0.17551880 0.57782370 0.76537889
+-0.22000226 0.55684888 0.75860733
+-0.16356617 0.53326690 0.74978441
+-0.11195303 0.51273477 0.73892725
+-0.06216006 0.49392289 0.73080003
+-0.00903530 0.47466433 0.71862853
+0.05780632 0.45827392 0.71020657
+0.03462771 0.44456756 0.70484775
+-0.14581798 0.42816934 0.69028217
+-0.09942081 0.48670131 0.68672073
+-0.05866808 0.50917131 0.67102271
+-0.01001134 0.48626804 0.66245836
+0.03126259 0.46678740 0.65412569
+0.06938852 0.44659919 0.64421719
+0.12050088 0.42645547 0.63907665
+0.16407911 0.41283250 0.62818182
+0.20718305 0.40362707 0.62249917
+0.23712452 0.39660981 0.60652202
+0.26592129 0.38051245 0.74774051
+0.29197255 0.36076885 0.73763138
+0.31286758 0.34340233 0.72599387
+0.33779529 0.33026198 0.71973562
+0.35925591 0.31319544 0.70728368
+0.38705197 0.29362848 0.70008564
+0.42305660 0.27742651 0.68572444
+0.48014519 0.25536463 0.76643509
+0.53927165 0.24331163 0.75844306
+0.56974643 0.22537948 0.75187176
+0.59916478 0.21272822 0.74092048
+0.63971710 0.19456814 0.73400319
+0.66769803 0.17695677 0.72270268
+0.68678981 0.16335391 0.71659946
+0.70731050 0.14397439 0.70353633
+0.74875832 0.13029066 0.69216925
+0.80571812 0.10903643 0.68339527
+0.68709785 0.09299857 0.67365688
+0.78664559 0.07686182 0.66906244
+0.87161714 0.05829414 0.65832931
+0.86492676 0.04816086 0.64685315
+0.95145214 0.03703881 0.63749957
+1.02864146 0.02909652 0.62985563
+1.14712858 0.01394986 0.62400454
+0.03168358 -0.00157741 0.61286938
+-0.29890808 0.01445959 0.60418934
+-0.24388963 0.00128873 0.59527451
+-0.19190961 -0.02026787 0.58425277
+-0.14724365 -0.04081497 0.57401931
+-0.10354316 -0.06078719 0.56610966
+-0.03519672 -0.07366216 0.55817056
+-0.06053312 -0.08766239 0.54760069
+-0.09064239 -0.06452715 0.53826118
+-0.04681059 -0.09992980 0.60248244
+-0.05465611 -0.13737293 0.64534211
+-0.06112582 -0.13604464 0.64488328
+-0.06721821 -0.14161980 0.64069420
+-0.07077747 -0.14572620 0.63294208
+-0.07336563 -0.15368146 0.62499779
+-0.09197679 -0.16042131 0.60962838
+-0.04896228 -0.17471345 0.66659182
+0.00009584 -0.21112156 0.70731503
+0.04778008 -0.22438204 0.68673611
+0.09397454 -0.23824869 0.67505699
+0.14627622 -0.25434902 0.66608620
+-0.03836756 -0.20328096 0.67946672
+-0.01847496 -0.15190178 0.34867465
+-0.01743484 -0.15220135 0.12197711
+-0.00942696 -0.15073380 0.13574453
+-0.00480019 -0.14920038 0.14070997
+-0.02027294 -0.14786361 0.13975731
+0.27429542 -0.14138797 0.14651938
+0.41991544 -0.18910117 0.33575127
+0.47227654 -0.18150944 0.62434077
+0.52640730 -0.17220016 0.59571928
+0.58647746 -0.16332328 0.58663279
+0.65110785 -0.15565185 0.57799000
+0.73254836 -0.13284503 0.58194900
+0.81285715 -0.18450373 0.27091676
+0.82196170 -0.08890755 0.54460806
+0.88190895 -0.08595590 0.51746911
+0.92854035 -0.08287804 0.50530368
+0.96287489 -0.07522383 0.49817371
+0.99760681 -0.06001509 0.48857477
+1.04402328 -0.03596772 0.48799610
+0.74156374 -0.01863986 0.48190647
+-0.32499182 0.02111940 0.49142146
+-0.28608316 0.03510019 0.52180380
+-0.27729142 0.03769690 0.51017165
+-0.26743960 0.03604872 0.50363296
+-0.25143659 0.02398988 0.49003288
+-0.23245820 0.01641861 0.47876957
+-0.14484847 0.01742698 0.46732304
+-0.09945937 0.06507360 0.50879204
+-0.02986218 0.09257769 0.63450354
+0.04563186 0.09881728 0.61719811
+0.11909018 0.10258630 0.60206902
+0.17634858 0.11119977 0.59834021
+0.22876254 0.12034842 0.58596641
+0.28939882 0.13146552 0.57232410
+0.33637604 0.16010565 0.54476559
+0.38984588 0.18426377 0.51127005
+0.42465332 0.19956462 0.49459299
+0.46701378 0.20808434 0.48469323
+0.50846779 0.21249188 0.48145616
+0.53606844 0.22237866 0.46807173
+0.57980174 0.22940390 0.45820269
+0.62192947 0.23978843 0.45233476
+0.65745366 0.24614850 0.44192719
+0.69796872 0.25327259 0.43703839
+0.74233335 0.25662240 0.42843539
+0.78212780 0.26492605 0.42333710
+0.84268975 0.26770425 0.41024458
+0.89611876 0.26966721 0.40433958
+0.92885959 0.27649015 0.39029759
+0.95083535 0.28045103 0.38514236
+0.97194266 0.28753000 0.37133411
+0.99516535 0.29038742 0.36568967
+1.03483868 0.29002577 0.35009098
+0.59074932 0.30706528 0.35800493
+0.25855982 0.32045195 0.36411804
+0.32623860 0.31932497 0.34417138
+0.37694302 0.32716748 0.34414503
+0.42211574 0.33772883 0.34339455
+0.45763168 0.34560117 0.34550560
+0.51858306 0.35450178 0.33939716
+0.22714697 0.38686049 0.34203687
+-0.22275235 0.49504051 0.51298285
+-0.17402737 0.49192652 0.48933509
+-0.13961516 0.49811569 0.48007390
+-0.10902444 0.50494552 0.46882594
+-0.07833007 0.51093858 0.45733672
+-0.04300991 0.51252180 0.45898744
+0.01198330 0.51838684 0.44178623
+0.06622979 0.52792764 0.42363220
+0.10728908 0.53266382 0.41749680
+0.13808835 0.53317577 0.40805659
+0.16558781 0.53985584 0.39593527
+0.19160822 0.54578966 0.39381367
+0.21991304 0.55215812 0.38215327
+0.25384802 0.55757499 0.38130686
+0.29283279 0.56314409 0.36965498
+0.34936813 0.56258708 0.36058041
+0.39363575 0.56833541 0.35886937
+0.44853190 0.57656324 0.34547812
+0.49153754 0.58068103 0.34306920
+0.53660643 0.58482325 0.34074339
+0.59494758 0.58788371 0.32548913
+0.63414425 0.59162587 0.32150459
+0.67205858 0.59500134 0.30724061
+0.71287495 0.58651835 0.30632517
+0.73667824 0.58321935 0.31444785
+0.75677383 0.57683235 0.33187002
+0.76189107 0.59457856 0.26734832
+0.78457868 0.58271003 0.30474839
+0.86272162 0.58295828 0.30023128
+0.93033308 0.58917511 0.27904189
+1.00056589 0.59934860 0.27052966
+1.05127144 0.61064029 0.25351295
+1.10036051 0.61082119 0.25033244
+-0.36242548 0.79389322 0.45259652
+-0.31815684 0.78730112 0.43696859
+-0.31124648 0.79503477 0.41312662
+-0.30019674 0.78537774 0.40617839
+-0.27027613 0.77692163 0.39582044
+-0.23767026 0.77199161 0.39791808
+-0.16945454 0.76214206 0.38202497
+-0.15963794 0.74461645 0.36932096
+-0.11107906 0.73461819 0.36776927
+-0.08644167 0.72936732 0.35875502
+-0.06415389 0.72030210 0.34778014
+-0.03845533 0.71105689 0.35042712
+-0.01454767 0.69804221 0.34470332
+0.02037743 0.68812704 0.34527829
+0.05045802 0.67861497 0.33678132
+0.12348855 0.67282325 0.33929101
+0.17793381 0.66356486 0.32909647
+0.25145569 0.65324587 0.33066931
+0.30670148 0.64747632 0.32166326
+0.35230812 0.63766724 0.32082656
+0.42575932 0.62309629 0.31259909
+0.48221377 0.61167914 0.31217799
+0.53738672 0.60067505 0.29944631
+0.59104443 0.59328687 0.29880476
+0.65052867 0.58095926 0.28541285
+0.71045041 0.56966519 0.28797966
+0.74151164 0.54305482 0.32408682
+0.81930608 0.53258997 0.30473921
+0.89382005 0.52391917 0.28970489
+0.98000443 0.51624447 0.25486964
+1.04390764 0.51175666 0.24600688
+1.08027315 0.51042610 0.24944484
+1.14625049 0.50514752 0.23775920
+0.26522279 0.61910874 0.44574174
+0.13005044 0.62011313 0.43100321
+0.16003726 0.60453677 0.42376795
+0.18239671 0.60045063 0.41388893
+0.20666486 0.59063846 0.40704229
+0.23361902 0.58169663 0.39743698
+0.28754708 0.57667303 0.38260046
+-0.12237281 0.58173245 0.38919541
+-0.18490528 0.57320470 0.38385186
+-0.16136621 0.56257266 0.37783626
+-0.14041756 0.55683595 0.37742820
+-0.11952093 0.54741728 0.36958691
+-0.09446557 0.54270053 0.35860270
+-0.05592457 0.53639221 0.36093941
+-0.00756474 0.52976227 0.34949601
+0.05819928 0.51926523 0.35175815
+0.12610590 0.50887465 0.34424075
+0.20240720 0.50222641 0.34548998
+0.26527235 0.49695185 0.33571523
+0.32297349 0.49148300 0.33554870
+0.39015311 0.48064846 0.33371720
+0.45151946 0.47489625 0.32428604
+0.49997675 0.47059259 0.32242671
+0.51399451 0.45991820 0.34642813
+0.54772490 0.44947061 0.36509711
+0.62919867 0.44709226 0.32920590
+0.73440009 0.43618661 0.29475272
+0.81599909 0.42414424 0.28094822
+0.88315606 0.41405320 0.26385695
+0.94006675 0.40112385 0.25776854
+0.98448861 0.39559478 0.24791618
+1.02590263 0.39209238 0.25190115
+1.08844650 0.38533646 0.24288130
+0.56377870 0.48595396 0.41823828
+0.48148108 0.48176366 0.41673350
+0.47469169 0.46910208 0.45302287
+0.47850198 0.45886081 0.45577267
+0.49885479 0.46073264 0.43951809
+0.51499772 0.46018413 0.41950276
+0.59791356 0.46589470 0.36214224
+-0.07342233 0.46481815 0.39252642
+-0.23391512 0.46029350 0.39100057
+-0.21032248 0.45429781 0.37945032
+-0.19206960 0.44836795 0.37025914
+-0.17266986 0.44351318 0.37156063
+-0.14895841 0.43764865 0.36116666
+-0.10631847 0.43511131 0.36179546
+-0.04970181 0.42325333 0.35433033
+0.01932492 0.41658720 0.35292786
+0.09534519 0.41081199 0.34472206
+0.17407896 0.40556622 0.34555477
+0.24149582 0.40377522 0.33634749
+0.29861701 0.39845908 0.33416039
+0.36679417 0.39282119 0.33477032
+0.39498886 0.38305122 0.35767591
+0.44074702 0.39065066 0.36653557
+0.52765679 0.39693633 0.32485276
+0.58961499 0.39201513 0.32280067
+0.64774579 0.38514966 0.30764189
+0.71776742 0.36725494 0.29307401
+0.79062361 0.35232064 0.28152382
+0.84752119 0.34446087 0.26362669
+0.89624077 0.33543468 0.25809744
+0.94802940 0.32808757 0.24499041
+0.99150914 0.32200694 0.25120321
+1.05413413 0.31428313 0.25051686
+0.68000442 0.42457482 0.38757446
+0.66628128 0.42518497 0.37284970
+0.69777775 0.41397330 0.36049965
+0.71228790 0.41252860 0.35528040
+0.73151433 0.40690354 0.35652611
+0.74790937 0.40677193 0.35091260
+0.80754340 0.39154357 0.34308222
+-0.13663405 0.40375364 0.38722792
+-0.25798905 0.39755335 0.38178274
+-0.23852637 0.39605886 0.37138250
+-0.22227807 0.39141390 0.36059541
+-0.20257743 0.38999933 0.36120763
+-0.17888761 0.37941724 0.35547367
+-0.13262019 0.37762049 0.35349369
+-0.06700015 0.37334755 0.34389296
+0.00298255 0.36717504 0.34210306
+0.07273071 0.36732656 0.33393505
+0.15688224 0.36593473 0.33267763
+0.22460811 0.36162654 0.32586133
+0.28904626 0.36083186 0.32360017
+0.36224523 0.35309336 0.32270792
+0.38749588 0.35552344 0.34820768
+0.47630578 0.36689165 0.31964427
+0.52095723 0.36830243 0.31188527
+0.58303350 0.36168867 0.31032485
+0.64792168 0.35268292 0.30278018
+0.70569426 0.34102109 0.28204697
+0.77673882 0.33367595 0.26764727
+0.83762145 0.32022369 0.25098741
+0.87767088 0.31775755 0.24541828
+0.93046343 0.31404504 0.23987091
+0.97935003 0.31385732 0.23272881
+1.03843474 0.31131449 0.22935867
+0.77142131 0.38666040 0.39064181
+0.81422943 0.37682921 0.37342197
+0.83665758 0.37626594 0.36502936
+0.85749388 0.37656933 0.35824132
+0.87014055 0.37246889 0.35163084
+0.88066530 0.37114170 0.34443429
+0.93368411 0.36883786 0.32948428
+-0.28598189 0.40947008 0.37861508
+-0.26505023 0.40206304 0.36092037
+-0.25037783 0.39355326 0.35280243
+-0.23470029 0.39178902 0.35217857
+-0.21576008 0.38984051 0.34121740
+-0.19037849 0.38961211 0.34209558
+-0.13835946 0.38569784 0.33096907
+-0.06918506 0.38218188 0.32866505
+0.00090350 0.37879393 0.31968293
+0.07473212 0.37444627 0.32167074
+0.15178366 0.37714368 0.31332782
+0.22009031 0.37678707 0.31197369
+0.28406981 0.37642634 0.30298036
+0.36038044 0.37424168 0.30180740
+0.41125956 0.37462318 0.29817954
+0.42047846 0.36994058 0.35153383
+0.50839895 0.37426487 0.31797919
+0.59010959 0.37317654 0.29377279
+0.64500213 0.36456716 0.28971264
+0.71137792 0.35978636 0.26500919
+0.77960062 0.35452861 0.24877802
+0.83058149 0.35001656 0.24102473
+0.88069820 0.34736365 0.22320741
+0.92574024 0.34536573 0.21885620
+0.97978073 0.34862873 0.21618988
+1.02423894 0.34385246 0.21006802
+0.73675507 0.43464410 0.36066338
+0.79709309 0.42356467 0.34193560
+0.81997699 0.42895642 0.32731640
+0.82793218 0.42515272 0.32018691
+0.84266496 0.42444184 0.31264731
+0.85118431 0.42456675 0.31180763
+0.76299870 0.42896885 0.29804555
+-0.30431986 0.47778392 0.34016052
+-0.25445387 0.47493321 0.32946956
+-0.24030617 0.46972170 0.31915307
+-0.22271861 0.46607873 0.30971941
+-0.20313863 0.46706608 0.30865383
+-0.17390443 0.46558645 0.30046919
+-0.12035976 0.46060488 0.29864636
+-0.05462827 0.46268737 0.28533119
+0.00665102 0.45617184 0.28814077
+0.07751098 0.45831978 0.28699037
+0.14670874 0.45822817 0.27939031
+0.21200450 0.46226564 0.27819481
+0.26947901 0.45941973 0.26840878
+0.34386143 0.46330494 0.26612335
+0.40104315 0.46259305 0.25871679
+0.46408677 0.46476403 0.25839818
+0.51887518 0.46418896 0.26032576
+0.56561744 0.46148843 0.26486328
+0.58534932 0.45026514 0.30076939
+0.64763224 0.44677687 0.28293443
+0.71568966 0.44593924 0.27257314
+0.78422028 0.44442740 0.25389147
+0.84260917 0.44745710 0.22671649
+0.92299157 0.45068029 0.20087893
+0.99316365 0.44666615 0.18962325
+0.96461874 0.45680302 0.19050205
+0.62071747 0.54074323 0.35107252
+0.62559307 0.52900922 0.35201597
+0.62763703 0.52646714 0.35329780
+0.65963537 0.53764725 0.31636572
+0.65707898 0.53630823 0.31961459
+0.66439509 0.53525323 0.31562015
+0.53531015 0.55380446 0.27399859
+-0.27620614 0.61637354 0.30048689
+-0.22992381 0.60867459 0.29267585
+-0.21292587 0.60848427 0.28141096
+-0.19363338 0.60868174 0.27946901
+-0.17249611 0.61311507 0.27024078
+-0.14194871 0.60910892 0.27120188
+-0.09047519 0.60647869 0.25862339
+-0.03215569 0.60700190 0.25666851
+0.01851218 0.61071998 0.24601895
+0.06527226 0.61499751 0.24479139
+0.13019116 0.61816120 0.23759812
+0.19188090 0.62285000 0.23404844
+0.25368944 0.62730217 0.22660065
+0.32407689 0.62438083 0.22610153
+0.38030347 0.62887502 0.22305475
+0.43711311 0.62737614 0.21253385
+0.49736121 0.62777019 0.21317755
+0.56710094 0.62830740 0.20007034
+0.63036531 0.62618846 0.19900234
+0.70969200 0.62227774 0.18607718
+0.77829081 0.62168247 0.17164020
+0.83730364 0.61671448 0.17259037
+0.87017417 0.61323184 0.18721172
+0.90127361 0.61545122 0.19656059
+0.96904433 0.62022674 0.18482445
+0.90556878 0.64285702 0.16707982
+0.36085272 0.74245316 0.33020872
+0.39764640 0.73975170 0.30394056
+0.40416408 0.74545395 0.28230709
+0.40387714 0.75030178 0.27306736
+0.40391600 0.75120991 0.26103178
+0.41209331 0.75592589 0.25922212
+0.28967378 0.76910466 0.24430093
+-0.23924732 0.82013613 0.25661406
+-0.19294555 0.81635851 0.24883471
+-0.17376903 0.81829590 0.23708013
+-0.15141155 0.81740171 0.23433837
+-0.12788729 0.82395458 0.22256973
+-0.09753497 0.82772338 0.22251578
+-0.05344652 0.82883304 0.21064855
+-0.00651834 0.83135885 0.20894796
+0.03365420 0.83823735 0.19920868
+0.07063522 0.84259456 0.19806182
+0.11659052 0.84609801 0.18908696
+0.16880386 0.84801900 0.18836190
+0.21690808 0.85200083 0.18670925
+0.28442428 0.85565102 0.17580585
+0.34045631 0.86187392 0.17624596
+0.39843681 0.86543745 0.16486223
+0.45437509 0.86800802 0.16482796
+0.52907896 0.87421173 0.15786788
+0.60303473 0.87048495 0.14785336
+0.70031375 0.86455446 0.13391246
+0.77724242 0.86274332 0.12893564
+0.83990991 0.86436272 0.11978085
+0.90066707 0.87022746 0.11660744
+0.95520288 0.87190980 0.11756346
+1.02445161 0.87691367 0.11085592
+0.94114590 0.88015950 0.11265879
+-0.02805892 1.00297439 0.30286101
+0.00298368 1.00421536 0.28544858
+-0.00218783 1.01528060 0.26410547
+-0.00371054 1.01700866 0.25223202
+-0.01038551 1.02774882 0.24173287
+-0.00555608 1.03795469 0.24032938
+-0.00625972 1.04034936 0.22365525
+-0.19062115 1.06658852 0.21715884
+-0.14021789 1.06076181 0.20705193
+-0.11851208 1.07002187 0.19483373
+-0.09090847 1.07834542 0.19412380
+-0.06660921 1.08252752 0.18140692
+-0.03655401 1.09187138 0.17865546
+-0.00122179 1.10088480 0.16827329
+0.02625994 1.10571969 0.16565056
+0.05778553 1.11514771 0.15399761
+0.07918826 1.11747575 0.15358222
+0.10652050 1.12299538 0.14304014
+0.14636259 1.13307083 0.14013585
+0.17893524 1.14282596 0.13877238
+0.24358173 1.15280807 0.12935193
+0.29501927 1.15761495 0.12761845
+0.34801349 1.16681957 0.12500282
+0.40326723 1.15912545 0.11601345
+0.48843452 1.14979267 0.11395646
+0.56888628 1.13731432 0.11178281
+0.63471210 1.12891817 0.09640862
+0.70712346 1.11737454 0.09348326
+0.75881022 1.10873425 0.08840874
+0.80802059 1.10007453 0.09143637
+0.84706664 1.08326530 0.09518591
+0.89105642 1.07405710 0.09611364
+0.97733176 1.06234467 0.08776865
+-0.20958799 1.14628339 0.29367158
+-0.29213321 1.14291704 0.28371188
+-0.27743882 1.13663471 0.26264313
+-0.26332965 1.13381827 0.25367281
+-0.24293928 1.12761843 0.24541129
+-0.21997753 1.12075961 0.24634434
+-0.17013788 1.11105704 0.23359881
+-0.10188788 1.09436417 0.21352462
+-0.04001845 1.08363438 0.20875868
+0.00097917 1.07376885 0.20055383
+0.04096322 1.06642795 0.20057563
+0.07961942 1.05969596 0.19193371
+0.11490781 1.05313492 0.19229221
+0.16411592 1.04614556 0.18240246
+0.20660482 1.03607523 0.18123114
+0.24674962 1.02849102 0.17332728
+0.28991058 1.02126145 0.17304446
+0.33427632 1.01418495 0.17309019
+0.39152995 1.00549352 0.16506344
+0.46118426 0.99338526 0.16415709
+0.53414905 0.98586613 0.15663943
+0.60126477 0.97647893 0.15436508
+0.65593487 0.96953166 0.15602247
+0.70830971 0.96364158 0.14808710
+0.76504815 0.95348126 0.14679474
+0.83440673 0.94402218 0.14323139
+0.48621657 0.97657722 0.15605685
+0.22646286 0.98132193 0.15487982
+0.25869542 0.96585965 0.15370767
+0.28168306 0.95535344 0.15011434
+0.29661033 0.94766325 0.15192547
+0.31189123 0.93801528 0.15187600
+0.34714988 0.92788970 0.14471081
+0.08401705 0.93622816 0.30051804
+-0.21557207 0.93423611 0.30348161
+-0.17674898 0.92740136 0.29403824
+-0.15406451 0.91890490 0.28641558
+-0.12953977 0.90804768 0.27782318
+-0.09189592 0.90155369 0.27779266
+-0.03821877 0.89013618 0.26730686
+0.02340268 0.87932181 0.25193429
+0.09391240 0.86686212 0.24547157
+0.15746489 0.85415953 0.23848742
+0.21482129 0.84719771 0.23656288
+0.27097911 0.83638197 0.22967683
+0.32787636 0.82897341 0.22763994
+0.37834314 0.81778067 0.22099501
+0.44327170 0.80948192 0.21808156
+0.50506395 0.79571861 0.21214123
+0.55864501 0.78506446 0.20883141
+0.62791038 0.77240276 0.20839365
+0.69668078 0.75944531 0.20190419
+0.77756685 0.74948204 0.19721146
+0.89806497 0.73585773 0.19603086
+0.97283268 0.72786134 0.18869206
+1.02255094 0.71279687 0.20209154
+1.05741668 0.70171726 0.20931664
+1.10905266 0.70008928 0.19666226
+1.14679313 0.69052517 0.18629542
+1.23083901 0.71462053 0.22086954
+-0.19586460 0.78359598 0.22464837
+-0.29751846 0.76766282 0.22103673
+-0.28283337 0.75568253 0.22032739
+-0.27051774 0.74874341 0.21854192
+-0.25024867 0.73613614 0.21801683
+-0.22758085 0.72719628 0.21594274
+-0.18019880 0.71680152 0.31380892
+-0.10531695 0.70786232 0.34289312
+-0.04218997 0.69850171 0.33254844
+0.00562547 0.68896043 0.32504752
+0.05013418 0.67933136 0.31820396
+0.09118907 0.66867226 0.31547695
+0.14391591 0.65650821 0.30930573
+0.20939824 0.64552701 0.29571873
+0.28219658 0.63412446 0.28618267
+0.35942426 0.62307531 0.28164840
+0.42783529 0.61279780 0.27803510
+0.49302855 0.60117078 0.27529368
+0.55845094 0.58706325 0.28175893
+0.62605524 0.56452942 0.29098976
+0.69311476 0.54840785 0.30262551
+0.69420671 0.51980829 0.36382273
+0.74059635 0.50846082 0.35879225
+0.78308064 0.49613556 0.35270655
+0.85725617 0.48945922 0.32405469
+0.95147139 0.48549634 0.26987502
+0.84330207 0.46310994 0.30062363
+0.37910554 0.45387897 0.22894683
+0.40659425 0.44030526 0.23058446
+0.41305628 0.43101743 0.23309508
+0.41384998 0.42394081 0.23559275
+0.40962619 0.41725126 0.23018295
+0.39896044 0.40641910 0.26908955
+0.43172282 0.53597963 0.30276906
+-0.18093491 0.56693101 0.29560900
+-0.12884371 0.55524457 0.29178742
+-0.07132334 0.54058009 0.29021224
+-0.00628953 0.52886021 0.28868672
+0.05308150 0.51659250 0.27820945
+0.11171933 0.51700914 0.50068039
+0.18204570 0.54398280 0.78842872
+0.25296241 0.56890988 0.76228356
+0.32414994 0.56858808 0.75384808
+0.38443831 0.55044866 0.74787140
+0.44735867 0.53566527 0.74019933
+0.51301509 0.52452886 0.72867799
+0.56748009 0.51330966 0.71876395
+0.62740868 0.49839708 0.70424491
+0.69178122 0.48671031 0.68747306
+0.74841523 0.47212863 0.67762953
+0.80007493 0.45293841 0.67149186
+0.86001509 0.44061393 0.66330802
+0.92484844 0.42747891 0.65687788
+1.00383794 0.40965113 0.64956182
+1.10326743 0.39529195 0.64447707
+1.11856353 0.38186926 0.63408101
+1.11466837 0.36545372 0.62216109
+1.09861112 0.35091481 0.61069006
+1.07379532 0.32774618 0.59725374
+1.05347025 0.31666496 0.57961923
+1.05240941 0.32279837 0.56865674
+-0.28533417 0.30561796 0.56302339
+-0.27261269 0.29367572 0.55281967
+-0.25448531 0.28220510 0.54790056
+-0.23420838 0.27329758 0.53942740
+-0.21181378 0.26155359 0.55520058
+-0.18431403 0.24925837 0.65350664
+-0.13820548 0.33825809 0.63476020
+-0.07822083 0.32203224 0.62941444
+-0.01323664 0.30594411 0.62085342
+0.04709308 0.28909177 0.61184001
+0.11165369 0.27375799 0.60350877
+0.17816859 0.25799966 0.60281909
+0.23637481 0.24456620 0.66009635
+0.29857078 0.22861592 0.64704597
+0.36330834 0.21062204 0.64066082
+0.41283682 0.19673520 0.62964106
+0.46781608 0.18134862 0.62514859
+0.52861589 0.16640712 0.61168295
+0.59347713 0.15493518 0.59788734
+0.66198874 0.13899794 0.59293669
+0.74885422 0.12163102 0.57861513
+0.81601071 0.10882860 0.57497793
+0.88129723 0.09405807 0.56165695
+0.93271935 0.07838778 0.55675298
+0.98862249 0.06143777 0.54313630
+1.03884387 0.04335396 0.53613031
+1.12102044 0.02800921 0.51973313
+0.31345496 0.01143065 0.51472628
+-0.00986255 -0.00397599 0.50609553
+-0.02284421 -0.02102628 0.49270546
+-0.04775090 -0.03730892 0.47929290
+-0.07267564 -0.04925303 0.45981634
+-0.09556564 -0.05368590 0.44782922
+-0.11275925 0.00940575 0.43227318
+-0.13738960 -0.02008172 0.42528325
+-0.15063189 -0.03477659 0.42295983
+-0.10680124 -0.05408943 0.41537848
+-0.08016284 -0.07340914 0.40998158
+-0.04476468 -0.08817106 0.54077661
+-0.00509908 -0.11064384 0.56377518
+0.03375031 -0.11830761 0.55020231
+0.08786626 -0.14317308 0.54160732
+0.12575030 -0.16021444 0.53043532
+0.16862231 -0.17494069 0.52037817
+0.21182045 -0.19447601 0.51306528
+0.26072240 -0.18597186 0.53043622
+0.32898960 -0.16767097 0.52515149
+0.74820387 -0.19435705 0.50933629
+0.83351326 -0.19735861 0.50426382
+0.91228867 -0.18526404 0.49827045
+0.87846357 -0.16997246 0.49845451
+-0.33616057 -0.15498556 0.49190417
+-0.29973948 -0.14265504 0.49265504
+-0.29927251 -0.13220486 0.48874089
+-0.29877472 -0.12269666 0.48841986
+-0.27596313 -0.10729221 0.48879421
+-0.23030575 -0.09219156 0.48100874
+-0.15442176 -0.07720853 0.48058888
+-0.15088363 -0.06210463 0.47085297
+-0.14466880 -0.05462681 0.46956423
+-0.11925495 0.07400292 0.46155572
+-0.10254534 0.09160697 0.45276347
+-0.08523954 0.09071943 0.43924060
+-0.06723206 0.09108642 0.43282628
+-0.04413773 0.10113749 0.43237552
+-0.01167298 0.10800731 0.42675012
+0.01785457 0.11333882 0.42936510
+0.04849362 0.14448605 0.42655206
+0.07691554 0.17036532 0.43415478
+0.11811081 0.17726889 0.58241373
+0.18998149 0.18854658 0.57147884
+0.26487407 0.19822149 0.55697441
+0.35348454 0.20897712 0.55296421
+0.40691110 0.22114713 0.54565996
+0.46069992 0.23534580 0.54913235
+0.52171874 0.24652521 0.53420895
+0.57443434 0.25818837 0.61042678
+0.61073810 0.26860675 0.60850734
+0.64832228 0.27992859 0.60438889
+0.69558406 0.29453260 0.59616166
+0.75363410 0.30537656 0.59674746
+0.80335051 0.31861573 0.58845419
+0.87316555 0.33411503 0.58663577
+0.63903284 0.34615093 0.57531101
+0.40214261 0.36961421 0.57918781
+0.47854143 0.39598131 0.57504445
+0.53766346 0.41835070 0.56972301
+0.58382839 0.43301269 0.56296724
+0.63843846 0.45191503 0.55417401
+0.72978097 0.46584323 0.54504883
+1.11411929 0.45497274 0.55384737
+1.11184430 0.44901738 0.54819798
+0.93901992 0.45186338 0.53812444
+-0.32802576 0.44267312 0.54453647
+-0.28065506 0.50121593 0.53802204
+-0.27473462 0.50853562 0.52736872
+-0.10049335 0.52480680 0.51665366
+-0.10814231 0.36735156 0.51977938
+-0.11553854 0.35484290 0.53839493
+-0.10206071 0.37824282 0.54886967
+-0.05986863 0.38553452 0.55014062
+-0.02802864 0.47111213 0.54683495
+-0.09415649 0.49099281 0.61683530
+-0.17566207 0.65144402 0.63864923
+-0.15458034 0.71276969 0.60723418
+-0.13369648 0.71885598 0.58487499
+-0.10971611 0.72910386 0.57304996
+-0.07824241 0.73922926 0.57095981
+-0.03215890 0.77156228 0.56561232
+0.00686223 0.13868544 0.66241032
+0.04155028 -0.05733139 0.33850607
+0.07021534 -0.04703578 0.16757318
+0.09319516 -0.04556391 0.18429516
+0.11467550 -0.04426857 0.18527982
+0.14760111 -0.04813244 0.19122992
+0.27048004 0.06428047 0.21168597
+0.29704186 0.86457372 0.44430262
+0.33302635 0.84707224 0.67978561
+0.35857710 0.85722065 0.65531737
+0.38228670 0.87114173 0.65408099
+0.42484948 0.85446364 0.65034515
+0.45162851 0.82946050 0.67019463
+0.48924416 0.78818369 0.21627782
+0.69749945 0.70239252 0.71676278
+0.74793077 0.69041240 0.64112246
+0.80401629 0.68417263 0.60918367
+0.84812534 0.66835141 0.60168946
+0.61876601 0.64707506 0.63031256
+0.50754178 0.62757891 0.63635379
+0.59022981 0.61121756 0.64354271
+0.63620239 0.60314029 0.60312414
+0.69669902 0.58873147 0.60260159
+0.75050783 0.57562864 0.60205346
+0.82784313 0.55884427 0.59680861
+0.42182365 0.53220254 0.60597479
+-0.29768583 0.63052255 0.60208076
+-0.26577443 0.62865955 0.63058245
+-0.25530916 0.60867190 0.62035382
+-0.24480370 0.59393603 0.61522561
+-0.23303483 0.58520859 0.60987335
+-0.21293546 0.56678975 0.60959363
+-0.16811700 0.55101931 0.60657406
+-0.10900009 0.55167937 0.65304232
+-0.07498863 0.54583371 0.77932751
+-0.05904885 0.53079385 0.76454723
+-0.04246646 0.51614636 0.76035798
+-0.02251166 0.49783772 0.75411439
+0.00024189 0.48585942 0.75058335
+0.03180571 0.47066438 0.74759805
+0.04918218 0.45402524 0.74091053
+0.08841614 0.44269744 0.73352253
+0.11712071 0.42776716 0.72498375
+0.17801823 0.41367298 0.71928126
+0.23304571 0.40473333 0.71766436
+0.27651396 0.39053434 0.71040958
+0.35303751 0.37829867 0.70883530
+0.40871531 0.36290523 0.69995660
+0.45765522 0.34855711 0.69707495
+0.51815188 0.33826610 0.68831432
+0.58425528 0.32375705 0.68428314
+0.65791929 0.31196439 0.67859101
+0.75291932 0.29348943 0.66683781
+0.82745510 0.28074902 0.66176838
+0.89611876 0.26363912 0.64971614
+0.94695002 0.25092757 0.64398426
+0.99668944 0.23638047 0.63544869
+1.04109836 0.22764222 0.63170493
+1.10529709 0.21361020 0.62915617
+0.49978897 0.22709832 0.62605602
+0.20413081 0.24956749 0.65206939
+0.25526562 0.23083729 0.63969451
+0.28477639 0.22148161 0.63879442
+0.31910440 0.20596033 0.63131118
+0.35369855 0.19386807 0.63116235
+0.40859228 0.18249878 0.62335789
+0.08718387 0.18476442 0.64691681
+-0.22161351 0.20936322 0.84229416
+-0.19135939 0.19048801 0.82511270
+-0.17555055 0.17543207 0.81939542
+-0.15869141 0.16557108 0.81263351
+-0.13925064 0.15426028 0.80539829
+-0.10769009 0.14366353 0.80434126
+-0.06202075 0.12461866 0.79355532
+-0.00934071 0.11059541 0.77934593
+0.04420081 0.09716313 0.77769983
+0.10596748 0.08614504 0.76964444
+0.17322522 0.07044709 0.77038085
+0.23596711 0.06143174 0.76120722
+0.30112803 0.05168877 0.76023537
+0.36707941 0.04003516 0.74888426
+0.41983366 0.03062415 0.74745393
+0.48139480 0.02096322 0.73643011
+0.54115218 0.00475974 0.73408729
+0.60623682 -0.00597500 0.72168869
+0.66503352 -0.01634361 0.71926594
+0.73122793 -0.02779826 0.71511745
+0.79582936 -0.04048668 0.70011550
+0.84258372 -0.04968413 0.69704926
+0.88588607 -0.05871633 0.68485129
+0.92929792 -0.06784745 0.68252796
+0.98059809 -0.07733867 0.66981953
+0.99706972 -0.09113724 0.66839516
+0.83368051 -0.08581860 0.66136003
+0.90099525 -0.09974383 0.65948641
+0.94536233 -0.10937669 0.65080285
+0.97608477 -0.11962824 0.65287149
+1.00439990 -0.13176000 0.64505935
+1.03641129 -0.14129403 0.64537197
+0.97986048 -0.14867863 0.63374054
+-0.33173159 -0.05756794 0.90274328
+-0.28447291 -0.07912189 0.87959719
+-0.27508023 -0.09913678 0.87178296
+-0.26389918 -0.11105000 0.86575699
+-0.24881479 -0.12807603 0.85902315
+-0.22718032 -0.13986067 0.85998905
+-0.17268947 -0.15926644 0.84563982
+-0.09600321 -0.17305334 0.82873821
+-0.02726068 -0.19377767 0.82731026
+0.05478958 -0.18843909 0.81431574
+0.12422348 -0.18085365 0.81293672
+0.19419481 -0.18089794 0.79984117
+0.24463335 -0.17326435 0.79621083
+0.31296268 -0.16560200 0.78183377
+0.36643338 -0.16682139 0.77831233
+0.42458963 -0.15890332 0.76178628
+0.46372473 -0.15088162 0.75697356
+0.51850182 -0.14647587 0.74082941
+0.56939107 -0.14223525 0.73499197
+0.59815049 -0.13495380 0.72989404
+0.65096509 -0.13078423 0.71307343
+0.69673556 -0.12310235 0.70557129
+0.72982532 -0.11892313 0.69149721
+0.77357000 -0.11484066 0.68568677
+0.81736875 -0.10721450 0.66894615
+0.86660719 -0.10206290 0.66245371
+0.94129699 -0.10272980 0.64419377
+0.99529362 -0.10178556 0.64052272
+1.02594697 -0.09808133 0.63110936
+1.04379272 -0.09071025 0.63016409
+1.05934560 -0.08708335 0.61913627
+1.07855797 -0.07992844 0.61866748
+1.12403464 -0.08108482 0.59941095
+0.14202809 0.04750849 0.85053998
+0.01890727 0.05252613 0.83524036
+0.06454343 0.04791836 0.82453090
+0.09661110 0.03897258 0.81622243
+0.13248202 0.04533255 0.80368036
+0.17122915 0.04042387 0.80376077
+0.24049717 0.03931608 0.78612667
+-0.10349951 0.06270859 0.78576088
+-0.13960606 0.06482287 0.77930260
+-0.09371269 0.06179470 0.76743865
+-0.04096302 0.06554244 0.76420844
+0.01012447 0.06871872 0.75079370
+0.05730715 0.06737694 0.74825346
+0.11725257 0.06917696 0.73278797
+0.17261969 0.07612753 0.72829616
+0.22891708 0.07914817 0.71273088
+0.27260253 0.07608981 0.70841110
+0.31893262 0.07753258 0.69252253
+0.35470733 0.08372467 0.68584502
+0.39024144 0.08672494 0.67136019
+0.43005282 0.08582980 0.66538709
+0.46990412 0.09298186 0.64952505
+0.50676537 0.09706581 0.64402175
+0.54909056 0.09897646 0.63786787
+0.60624498 0.10227706 0.62273127
+0.65491831 0.10427736 0.61507720
+0.72026527 0.10158348 0.59864092
+0.77561116 0.10594395 0.59384799
+0.82159400 0.10854921 0.58382457
+0.85296363 0.11159797 0.58318549
+0.88105679 0.11483040 0.57314330
+0.91956025 0.11236043 0.57257795
+0.97395217 0.10962296 0.55456328
+0.43757430 0.22227234 0.78268319
+0.33208281 0.23324972 0.77411437
+0.38780677 0.22707920 0.76467478
+0.42944345 0.22993882 0.75378531
+0.47213694 0.22614911 0.74463743
+0.51086313 0.22263984 0.74283749
+0.57775807 0.21968636 0.72881025
+-0.05709508 0.26996678 0.74146795
+-0.21158847 0.26989043 0.73583031
+-0.17583235 0.26913708 0.72444749
+-0.14287134 0.26446015 0.72006583
+-0.10587981 0.26062661 0.70976436
+-0.07198756 0.26002336 0.70690352
+-0.02129167 0.26211274 0.69159710
+0.04399925 0.25518891 0.68752027
+0.10054218 0.25611186 0.67297930
+0.13658194 0.25675693 0.66860962
+0.17668034 0.25873554 0.65371180
+0.21016863 0.25469163 0.64855665
+0.24223122 0.25783220 0.63495237
+0.27891865 0.25316417 0.62903684
+0.31126714 0.25375304 0.61338270
+0.35004836 0.25656605 0.60907590
+0.38802746 0.25793877 0.59533298
+0.44303519 0.26123115 0.58740681
+0.49660939 0.25985494 0.58009607
+0.55911601 0.26065004 0.56258440
+0.61833239 0.26183966 0.55927497
+0.66703099 0.26462761 0.54758966
+0.70872176 0.26145747 0.54911453
+0.74758393 0.26064032 0.53944820
+0.80050313 0.26202536 0.53788191
+0.86410338 0.25500551 0.51923949
+0.54853344 0.37028125 0.73905843
+0.53528833 0.37302095 0.72879535
+0.59367192 0.36477405 0.71509504
+0.63943660 0.36511177 0.70510101
+0.68572718 0.36199579 0.69408768
+0.72583014 0.35674295 0.69382352
+0.80666625 0.34955540 0.68142641
+-0.10121020 0.41848788 0.70821363
+-0.25353599 0.42138186 0.70124972
+-0.22472626 0.41067851 0.68966174
+-0.20205048 0.41106641 0.68449855
+-0.17724051 0.41300637 0.67527407
+-0.14848386 0.40515184 0.67261523
+-0.09882614 0.40127879 0.65943903
+-0.03352889 0.39811972 0.65376675
+0.02460536 0.39785838 0.63978678
+0.05793303 0.38990545 0.63550311
+0.09172110 0.38648087 0.62136346
+0.12214143 0.38662750 0.61726081
+0.15507220 0.38016069 0.60434765
+0.19101648 0.37914643 0.59885550
+0.22358969 0.37225202 0.58262384
+0.25682318 0.37540889 0.57944798
+0.28758428 0.37490541 0.56326479
+0.34401807 0.37495169 0.55800670
+0.39685112 0.37832713 0.54064250
+0.45818764 0.37733981 0.53079450
+0.51972771 0.37065879 0.52679062
+0.57075554 0.37479493 0.51521069
+0.61537528 0.37413213 0.51544714
+0.66040564 0.37356776 0.50505537
+0.71283460 0.37159184 0.50451344
+0.79119545 0.36655018 0.48697481
+0.57763821 0.48016044 0.70906281
+0.62920034 0.47454348 0.68206280
+0.68421686 0.46198243 0.66548789
+0.73192561 0.45755553 0.65367299
+0.77729779 0.45497534 0.63887405
+0.81475449 0.44936654 0.64039785
+0.91321075 0.44550294 0.63406247
+-0.25646499 0.51673013 0.68863589
+-0.26851830 0.51336199 0.67208314
+-0.25017971 0.51218563 0.66109711
+-0.23150936 0.50603634 0.65894920
+-0.20778674 0.50048393 0.64779037
+-0.18192737 0.49859646 0.64427954
+-0.12891114 0.49061024 0.63168609
+-0.05895643 0.48692831 0.62820029
+-0.00352448 0.48344031 0.61328012
+0.02485010 0.47606713 0.60983634
+0.06229252 0.47341728 0.59699804
+0.09109087 0.46433741 0.59280401
+0.12545964 0.46205920 0.58082515
+0.16224660 0.45666704 0.57465225
+0.19289149 0.45285040 0.56120324
+0.22313806 0.44977522 0.55634642
+0.25902337 0.44320643 0.54298288
+0.30825070 0.43722567 0.53649747
+0.36161470 0.43494475 0.52988219
+0.42380652 0.43428421 0.50943232
+0.48938859 0.43085489 0.50627357
+0.54987574 0.42648327 0.49498832
+0.58943343 0.42442936 0.49519315
+0.63687360 0.42179355 0.48707911
+0.70321262 0.41659245 0.48527646
+0.75925398 0.40485546 0.47031564
+0.56577575 0.53298980 0.69265425
+0.62685955 0.51403844 0.65442932
+0.67876011 0.50253475 0.63511103
+0.72730386 0.49414477 0.62038028
+0.76259786 0.48893225 0.61643797
+0.80414653 0.48314932 0.60819787
+0.79690403 0.47651464 0.59502184
+-0.30928227 0.57617128 0.67068076
+-0.26060587 0.55870712 0.65503508
+-0.24298586 0.55766439 0.64221191
+-0.22416823 0.55172652 0.63993371
+-0.19862142 0.55052918 0.62826329
+-0.16843404 0.54057437 0.62816489
+-0.10973623 0.53695679 0.61583763
+-0.04331082 0.52875125 0.61102766
+0.01168471 0.52147639 0.59887511
+0.04136628 0.51396364 0.59579921
+0.08120379 0.51058924 0.58155012
+0.11540949 0.50197661 0.57787931
+0.14849482 0.49900752 0.56648082
+0.19076158 0.48923045 0.56129825
+0.22038938 0.48515511 0.54677016
+0.25011992 0.46884388 0.54540259
+0.28327531 0.46542361 0.53115976
+0.33477530 0.45890197 0.52310753
+0.38491324 0.45321399 0.51796502
+0.44535962 0.45031962 0.49719468
+0.52108938 0.44059286 0.49183759
+0.57209146 0.43711054 0.48044461
+0.61944747 0.43016231 0.48151729
+0.66517597 0.42680350 0.47521821
+0.72544807 0.42325824 0.47318453
+0.73196924 0.42375398 0.46192214
+0.45643163 0.54887611 0.68948692
+0.52392137 0.53372294 0.67725831
+0.56884503 0.52599680 0.65830278
+0.60418355 0.51673108 0.64406031
+0.64212346 0.50295973 0.62144977
+0.68268067 0.49392372 0.60358948
+0.56480068 0.49862930 0.62467164
+-0.27776307 0.55447048 0.66539228
+-0.23251246 0.54919380 0.64849508
+-0.21179993 0.53657860 0.64914876
+-0.18530680 0.53164589 0.63559026
+-0.15502979 0.52977687 0.62667489
+-0.11695299 0.52074790 0.62540954
+-0.05396894 0.50910574 0.61361665
+0.01346169 0.50055832 0.60835373
+0.06575956 0.49677679 0.59667689
+0.10591385 0.48963591 0.59396017
+0.14675383 0.48218825 0.58183479
+0.18494165 0.47298151 0.57625830
+0.22339228 0.45775968 0.56764346
+0.27206314 0.45210639 0.56038767
+0.30781072 0.44378734 0.54734945
+0.34528697 0.43516067 0.54324341
+0.37980640 0.42620510 0.53787273
+0.42797264 0.41816559 0.51992214
+0.48957288 0.42308217 0.50470102
+0.56109953 0.43987629 0.47019535
+0.62278122 0.44403666 0.46572021
+0.67012852 0.44098747 0.46198279
+0.71468067 0.43919018 0.46314842
+0.75525820 0.44089070 0.45934778
+0.81747621 0.44076094 0.45488459
+0.72076476 0.44762257 0.46266496
+0.26118055 0.59771764 0.65144372
+0.31909505 0.57875407 0.63676661
+0.35065359 0.57131588 0.63043898
+0.37881115 0.56218159 0.62246537
+0.40826190 0.55411845 0.61492598
+0.44322929 0.54410547 0.60675669
+0.32546476 0.54362118 0.59444880
+-0.24645308 0.57862639 0.61580068
+-0.20075761 0.56378728 0.60111856
+-0.17780006 0.55891556 0.59973359
+-0.14875272 0.55313498 0.58871204
+-0.10821763 0.54122573 0.58100164
+-0.05883285 0.53605139 0.57967693
+0.00593537 0.52567130 0.56889474
+0.07484107 0.51773506 0.56505048
+0.13524325 0.50966907 0.55420542
+0.18073298 0.49739513 0.55235422
+0.23434193 0.48767012 0.53865284
+0.27886471 0.47997648 0.53602874
+0.32768413 0.46810141 0.52267283
+0.38200980 0.45860258 0.51824200
+0.43230024 0.44903854 0.50304258
+0.47338849 0.43605435 0.50087041
+0.52124345 0.41865948 0.50112200
+0.58169770 0.40594819 0.48916975
+0.64969558 0.39466140 0.48598695
+0.73658407 0.38207290 0.46577638
+0.80236501 0.37848684 0.46049055
+0.85512859 0.37765473 0.44964460
+0.89690161 0.37257826 0.44912112
+0.93372321 0.36505660 0.44016653
+0.98498750 0.35975051 0.44065347
+0.84517866 0.37241006 0.44179237
+-0.01310447 0.53757560 0.67195362
+0.03140566 0.51871067 0.65900308
+0.04165756 0.50888884 0.65077955
+0.05507180 0.50156897 0.64346677
+0.07016279 0.49113524 0.63514882
+0.08771301 0.48333997 0.62701815
+0.08159295 0.47059754 0.61514282
+-0.18800421 0.47932005 0.62218666
+-0.14000593 0.47145796 0.60902226
+-0.11083756 0.45578483 0.60964859
+-0.07487679 0.45037764 0.59984726
+-0.03314507 0.44191858 0.59060067
+0.03482595 0.43633270 0.58948654
+0.10595822 0.42626911 0.57887906
+0.17067461 0.41243890 0.57894295
+0.24010591 0.40165186 0.56759280
+0.29385376 0.39135000 0.56697518
+0.36097625 0.38322657 0.55254716
+0.41548690 0.37170249 0.55063242
+0.47055617 0.35939085 0.53813201
+0.53893101 0.34110194 0.53516614
+0.60427392 0.32743084 0.52057540
+0.65102172 0.31506988 0.51803029
+0.71080881 0.30531871 0.50159425
+0.78930259 0.28930384 0.49559769
+0.86803466 0.27563271 0.48933968
+0.98941040 0.26399276 0.46655872
+1.05803847 0.25418088 0.46221930
+1.11823773 0.23890433 0.45415002
+1.15449321 0.23549926 0.45826146
+1.18162882 0.23213519 0.44901586
+1.20240247 0.23320514 0.45309281
+1.25318205 0.22693054 0.43646514
+-0.30538440 0.42903522 0.71216780
+-0.28507376 0.41190982 0.68572474
+-0.27143848 0.39787471 0.67893153
+-0.25838581 0.39229590 0.66934103
+-0.23872471 0.38150027 0.66190290
+-0.21576510 0.37533942 0.65021545
+-0.16309017 0.36694485 0.64669979
+-0.08746961 0.34961188 0.63164133
+-0.02527030 0.34094495 0.61731523
+0.01178155 0.33403674 0.61740464
+0.05695432 0.32694691 0.60690200
+0.11099613 0.32003513 0.60697013
+0.17360260 0.30683425 0.59934425
+0.25384799 0.29927433 0.58837247
+0.31698194 0.29248220 0.58731306
+0.38974649 0.28481567 0.57562089
+0.45575887 0.27686983 0.57426715
+0.52398205 0.26194510 0.56361026
+0.58964974 0.25171372 0.56085813
+0.65269548 0.24267614 0.54819822
+0.71818244 0.23231480 0.54309642
+0.78004861 0.22217673 0.52912992
+0.82489550 0.21344671 0.52559751
+0.87590367 0.20334071 0.52129716
+0.92795604 0.19107206 0.50635201
+0.99021864 0.17546578 0.50072622
+0.68261606 0.17297375 0.49788767
+0.56354815 0.16660711 0.49173951
+0.58543760 0.16154651 0.48304808
+0.59611577 0.15931144 0.48609889
+0.59399968 0.15491574 0.48054960
+0.59557498 0.15269397 0.48443154
+0.61847895 0.14629878 0.47130996
+0.12107427 0.25284576 0.68178028
+-0.19073793 0.27447420 0.68543285
+-0.13068709 0.26162344 0.67679662
+-0.08088404 0.24941605 0.66965806
+-0.03306912 0.24142364 0.66019255
+0.01293176 0.23172352 0.65143281
+0.07153244 0.22093913 0.64030445
+0.13847107 0.21197902 0.63431096
+0.20226194 0.20120129 0.62171078
+0.26387244 0.19412631 0.62042856
+0.31898618 0.18407032 0.61449492
+0.37710398 0.17236306 0.60424387
+0.43105549 0.16573304 0.60323840
+0.49308270 0.15617475 0.59365010
+0.56179744 0.14916342 0.59184098
+0.62361103 0.13922006 0.58518684
+0.67924136 0.12724486 0.58189386
+0.73965913 0.12026729 0.57286292
+0.80002916 0.10861997 0.56815356
+0.86973190 0.09884386 0.55821311
+0.95312411 0.08624889 0.55261528
+1.01055193 0.07770278 0.54203492
+1.04925430 0.06455466 0.54024750
+1.07687581 0.05432470 0.52883750
+1.10734832 0.04352269 0.52354711
+1.13256204 0.03519601 0.51641953
+1.03147626 0.03820690 0.53866988
+-0.14795834 0.04486489 0.54049188
+-0.11897331 0.03656359 0.53206575
+-0.12405054 0.02789696 0.53223020
+-0.13155787 0.02286778 0.52854836
+-0.13386902 0.01601311 0.52958024
+-0.14187106 0.00690547 0.52239758
+-0.10859729 0.02242473 0.66591471
+-0.11041122 0.05813161 0.70328313
+-0.02911883 0.04187419 0.69278979
+0.07115702 0.03396481 0.68399572
+0.15749155 0.02347465 0.67771769
+0.22101574 0.01095797 0.67057037
+0.28517023 0.00155176 0.66477329
+0.35758975 -0.00659717 0.65580827
+0.41595450 -0.01774533 0.64337659
+0.47729096 -0.02687826 0.63973647
+0.53525257 -0.03745047 0.63207352
+0.59766769 -0.04332443 0.62957907
+0.65235609 -0.05271515 0.62350553
+0.70737284 -0.06361149 0.61982685
+0.76948607 -0.07403912 0.61441928
+0.82522881 -0.08269861 0.60400158
+0.87284881 -0.09165853 0.59952605
+0.92174900 -0.09753406 0.59190679
+0.96841681 -0.10871504 0.58740872
+1.02313042 -0.12036299 0.58391994
+0.88980216 -0.13551223 0.57559210
+0.66672969 -0.14658681 0.57084441
+0.67285687 -0.15725631 0.56354505
+0.66624057 -0.16568893 0.55779821
+0.64792043 -0.17436266 0.55065304
+0.63037807 -0.18266791 0.54140961
+0.61865199 -0.19492744 0.57888800
+0.41382056 -0.15016127 0.60652936
+-0.25598708 -0.15616632 0.59817767
+-0.20828587 -0.16655970 0.59704286
+-0.18630785 -0.17665438 0.59823996
+-0.16333860 -0.18390281 0.59562910
+-0.13640612 -0.19357570 0.59116787
+-0.10840322 -0.20400944 0.66547865
+-0.06070802 -0.21567290 0.72599810
+-0.01305271 -0.22893193 0.71286672
+0.04485187 -0.24177766 0.70610607
+0.09397634 -0.22429535 0.69976276
+0.15587175 -0.21005192 0.69442707
+0.22120370 -0.19728601 0.68539721
+0.27373734 -0.18338619 0.66324389
+0.34338796 -0.17037746 0.64280349
+0.40102145 -0.15701316 0.63393188
+0.45104641 -0.13815488 0.62555164
+0.50731432 -0.12386695 0.62031490
+0.57126838 -0.11150662 0.61548567
+0.63785058 -0.09997981 0.60828763
+0.73321837 -0.08732607 0.60381597
+0.82245755 -0.07062155 0.59615135
+0.89349377 -0.05978805 0.59398603
+0.95755661 -0.04849536 0.58797044
+1.00953913 -0.03123499 0.58261049
+1.06065238 -0.01937333 0.57548642
+1.12631249 0.00030610 0.56789410
+0.73371440 0.03668575 0.56252432
+-0.31704909 0.04827598 0.55735469
+-0.30871814 0.06283938 0.55338806
+-0.30694011 0.08112062 0.54845452
+-0.28937519 0.09575338 0.54225188
+-0.26697695 0.10864370 0.56782997
+-0.23942824 0.13571766 0.65550745
+-0.18326139 0.19660451 0.64806169
+-0.09959282 0.20301004 0.64508021
+-0.04108205 0.21460855 0.64347196
+0.00199608 0.23284152 0.64459974
+0.04562785 0.24393341 0.63887131
+0.08926070 0.25987297 0.65286356
+0.13026547 0.27157924 0.73044986
+0.18347029 0.28425425 0.71496856
+0.22784963 0.29267484 0.71307451
+0.27596489 0.31100580 0.70491207
+0.32526201 0.32289362 0.70135057
+0.38348645 0.34087923 0.69342679
+0.45189023 0.35432130 0.69103587
+0.52628028 0.37015659 0.67985082
+0.60454643 0.38678703 0.67371893
+0.67861825 0.39931551 0.66798657
+0.73875761 0.41480166 0.66096938
+0.79131204 0.42256320 0.65481430
+0.84408432 0.43492261 0.64912635
+0.90162861 0.44587976 0.64435995
+0.86508763 0.45144281 0.63696158
+0.15606762 0.46953672 0.63720512
+0.18428122 0.48439479 0.62928802
+0.19268489 0.49966410 0.62543774
+0.18862401 0.51066297 0.61650020
+0.18990017 0.52293169 0.60994506
+0.18519504 0.58296341 0.60859394
+0.21127138 0.67934090 0.60083425
+-0.08139817 0.68770468 0.60241288
+-0.12791474 0.70647514 0.59841186
+-0.08341675 0.72187370 0.59572887
+-0.03992249 0.74254948 0.58502203
+0.01885874 0.76253235 0.74022675
+0.08856823 0.77775592 0.75858516
+0.16091068 0.80721217 0.75079489
+0.23373345 0.82109028 0.74912554
+0.30597547 0.83923936 0.74856120
+0.37738901 0.85639977 0.74246681
+0.44184825 0.87386256 0.73719305
+0.51664513 0.89202011 0.77557969
+0.57070231 0.91012210 0.77676070
+0.61858159 0.92168891 0.77220041
+0.67550385 0.93924284 0.76667118
+0.73487741 0.95820338 0.76488483
+0.77557445 0.97707027 0.75692910
+0.83088905 0.99462682 0.75311691
+0.88687426 1.01139307 0.74275112
+0.93752706 1.00932693 0.73387754
+-0.23123553 0.95782661 0.70462847
+-0.21834819 0.93519562 0.69643718
+-0.20232229 0.91626894 0.68643278
+-0.15451136 0.88786584 0.67429698
+-0.09295833 0.86723572 0.66686875
+-0.04782820 0.86386180 0.65374637
+-0.01362236 0.96746677 0.64329982
+0.02841328 0.93605053 0.63091195
+0.07077779 0.91632938 0.62036270
+0.12652116 0.89626223 0.60939258
+0.19525771 0.87630641 0.60488993
+0.25598475 0.85024863 0.59468132
+0.31275246 0.82680845 0.59109670
+0.35796109 0.83271015 0.58313656
+0.40125263 0.81977022 0.59533781
+0.44749534 0.79908156 0.74389720
+0.48037913 0.77860731 0.72892326
+0.50170994 0.75550604 0.71163678
+0.52670902 0.73345107 0.70704430
+0.54246926 0.71679008 0.69647425
+0.56199074 0.69434357 0.68574256
+0.58723247 0.67321694 0.67404193
+0.61327380 0.65131956 0.74017835
+0.63982403 0.63555509 0.72172976
+-0.04739066 0.62078696 0.71420074
+-0.00059317 0.60976666 0.70008790
+0.01868590 0.60230458 0.69521868
+0.03748527 0.58601248 0.68536925
+0.06318695 0.56644839 0.67651224
+0.07373107 0.55000651 0.65868056
+0.53758693 0.52508342 0.65260309
+0.80973005 0.50368261 0.63025254
+0.83287376 0.47103927 0.62468040
+0.87687761 0.44081384 0.61546052
+0.92020816 0.41812268 0.60808694
+0.98508686 0.39681315 0.59797901
+0.44400230 0.38195822 0.58691186
+-0.07673067 0.30227849 0.58392036
+-0.09842676 -0.09510826 0.57543987
+-0.08574664 -0.07261958 0.58328146
+-0.08969568 -0.07344071 0.57925379
+-0.09653286 -0.07387821 0.57639050
+-0.10584900 -0.07451525 0.56512213
+0.88523990 -0.10129271 0.55941117
+0.87894785 0.23258582 0.54286772
+-0.31604335 0.21815032 0.52395421
+-0.22546583 0.23741452 0.50654805
+-0.19665711 0.32773638 0.48728144
+-0.19185230 0.32293978 0.57608098
+-0.18820108 0.31038314 0.59530050
+-0.18360615 -0.00847199 0.61201662
+-0.16656932 -0.07002039 0.09557924
+-0.14380822 -0.07975159 -0.01199464
+-0.12191522 -0.09054093 -0.00306242
+-0.09763394 -0.10211548 -0.00238850
+-0.08194058 -0.12056478 0.03635465
+-0.06255879 0.04476110 0.03610014
+-0.03894050 0.16001156 0.39213571
+-0.01204967 0.12962393 0.64818972
+0.01257879 0.11038057 0.62112844
+0.03427856 0.09282687 0.61109394
+0.05898022 0.08409734 0.60203433
+0.08461202 0.08578450 0.60920274
+0.12345923 0.08402853 0.21674442
+0.52115124 -0.11693977 0.55637079
+0.59237832 -0.13737886 0.52857769
+0.68144089 -0.13533501 0.52028716
+0.74942881 -0.12658647 0.51238281
+0.81132442 -0.12069676 0.51185209
+0.85948598 -0.10366236 0.52609193
+0.91154605 -0.09159351 0.53841645
+0.96518624 -0.08217368 0.53588349
+1.03957546 -0.06943795 0.52577382
+0.56894654 -0.05943517 0.51693976
+0.51783192 -0.05268665 0.50192308
+0.56930929 -0.04497401 0.47411650
+0.61458236 -0.03419586 0.44120702
+0.65661019 -0.02681233 0.42742339
+0.69141740 -0.01475096 0.42059198
+0.75597721 -0.00332017 0.41144815
+0.15969169 0.00223710 0.40029806
+-0.26330289 0.18639949 0.42046237
+-0.23819447 0.18453676 0.45922557
+-0.22793974 0.18464758 0.44107759
+-0.21532486 0.19169071 0.43323976
+-0.20001559 0.19200939 0.42384714
+-0.16998892 0.19699213 0.41524759
+-0.11613950 0.19381963 0.41066274
+-0.05640921 0.23710138 0.45601630
+-0.00644933 0.23920386 0.54682654
+0.04543504 0.24466380 0.52945662
+0.10065478 0.25348946 0.51463217
+0.16970561 0.26275185 0.50299215
+0.24308917 0.26007888 0.49540320
+0.31517276 0.26573834 0.48988330
+0.36747810 0.27453548 0.47436962
+0.43294859 0.28264874 0.45642415
+0.49256584 0.28207478 0.44529375
+0.54433441 0.28810498 0.43744689
+0.58753276 0.29295528 0.42870539
+0.61583233 0.29971507 0.42400992
+0.67069566 0.30301112 0.41471237
+0.70533377 0.30811727 0.40808746
+0.73999298 0.31386968 0.39917299
+0.76780325 0.32552400 0.39338365
+0.81811672 0.33768916 0.38437194
+0.85898191 0.34605062 0.37823614
+0.93671328 0.35838836 0.36813396
+0.98233110 0.36595407 0.36134383
+1.01316667 0.37079316 0.35281974
+1.02873409 0.38284630 0.34982437
+1.04249215 0.39028043 0.34314749
+1.05570185 0.40104163 0.33115053
+1.10025716 0.40471917 0.32211438
+0.22506696 0.46482533 0.31324652
+0.01878272 0.52134472 0.34089944
+0.07379249 0.51936281 0.32857540
+0.11921941 0.51675296 0.31461304
+0.16698284 0.52032429 0.30716562
+0.21484339 0.52286047 0.29451862
+0.29154801 0.52956837 0.29174680
+0.00104855 0.56857252 0.31860262
+-0.17155752 0.62507737 0.47781804
+-0.13588089 0.62954938 0.45412537
+-0.10315474 0.63511217 0.44195074
+-0.06528938 0.63757694 0.43013006
+-0.02755095 0.64415169 0.42135492
+0.01935472 0.64911443 0.40844557
+0.07720757 0.65538985 0.39246815
+0.12817059 0.65885198 0.37379611
+0.16863956 0.66038674 0.37054551
+0.20333624 0.66619670 0.35795861
+0.23879565 0.67487234 0.34731066
+0.26569268 0.67864305 0.34423769
+0.29568678 0.68489987 0.33486128
+0.32877955 0.69016206 0.33168197
+0.35307491 0.70008796 0.32096544
+0.37813559 0.70548385 0.31922534
+0.40879083 0.70721370 0.31003833
+0.45393741 0.71300262 0.30831775
+0.50058317 0.72393948 0.29608533
+0.55709440 0.73087978 0.29415339
+0.60313451 0.73780203 0.29042608
+0.64130539 0.74509418 0.27973095
+0.67803127 0.75149184 0.27585986
+0.71231884 0.75556356 0.26241866
+0.76415461 0.75360870 0.25938040
+0.73682684 0.75889403 0.24989355
+0.51668632 0.79394162 0.24063134
+0.60127634 0.79067481 0.22971384
+0.66687334 0.79163063 0.21481007
+0.72659653 0.79321247 0.20918792
+0.79700160 0.79574084 0.20365523
+0.86031669 0.79849803 0.19231506
+0.77814949 0.80826837 0.20065777
+-0.31761554 0.96819311 0.39666757
+-0.27613297 0.96238738 0.38022342
+-0.26711342 0.97009170 0.35621867
+-0.25757635 0.97023535 0.34682050
+-0.24306893 0.97771317 0.33417067
+-0.22648793 0.98157871 0.33463058
+-0.18194376 0.98689854 0.31697735
+-0.11636536 0.98287070 0.29737929
+-0.07278210 0.98924416 0.27981687
+-0.05485080 0.99678087 0.28103033
+-0.03095725 1.00455153 0.26765037
+-0.01418036 1.01229143 0.26692951
+0.00392528 1.02028561 0.25415871
+0.03340923 1.02436829 0.25511855
+0.04756688 1.02398634 0.24575053
+0.07328417 1.01526189 0.24928808
+0.09101883 1.00638533 0.24079615
+0.13242704 0.99650627 0.24256040
+0.17980273 0.99139136 0.23414940
+0.21900307 0.98133397 0.23772517
+0.29637191 0.97038066 0.23721327
+0.35354355 0.95934647 0.22720146
+0.40074676 0.95313978 0.22882555
+0.46894115 0.93257856 0.21810466
+0.53841549 0.91932791 0.21652026
+0.61869740 0.90733027 0.21076046
+0.72969240 0.88646489 0.18827178
+0.80509812 0.87031889 0.18073858
+0.87980807 0.86079556 0.17778490
+0.93266469 0.84786969 0.16551232
+0.99219793 0.83515632 0.16399278
+1.04248214 0.82053411 0.16711664
+1.13451946 0.80598223 0.15742588
+0.08191847 0.92927569 0.37374404
+-0.01934037 0.92569214 0.36629817
+0.00899068 0.90917212 0.34479609
+0.03611575 0.90404540 0.33560991
+0.05902780 0.89393699 0.32574302
+0.08944920 0.88259941 0.32712704
+0.14364497 0.86905700 0.31222445
+-0.15019663 0.88387227 0.30971989
+-0.16939914 0.87342650 0.30709222
+-0.14715914 0.86707771 0.29874435
+-0.12627180 0.85618520 0.28646630
+-0.10701091 0.85232234 0.28850284
+-0.08340902 0.84019935 0.27910265
+-0.04728617 0.82926303 0.28038457
+-0.01110520 0.82313776 0.26890671
+0.02757648 0.81352580 0.27056056
+0.06075872 0.80743980 0.26210377
+0.10481769 0.80359662 0.26208508
+0.15903793 0.79443032 0.26398516
+0.20825899 0.78949326 0.25407144
+0.28052244 0.77834594 0.25652090
+0.33888420 0.76754040 0.24554881
+0.39265326 0.76199597 0.24519959
+0.45504755 0.75424528 0.24349418
+0.52304393 0.74176151 0.23160623
+0.59222895 0.73166358 0.22377066
+0.67950130 0.71841347 0.21206954
+0.75284022 0.70106310 0.20014630
+0.82150459 0.68685031 0.19509016
+0.87180918 0.67952174 0.19174264
+0.92117101 0.67035204 0.18923235
+0.94615477 0.65571952 0.20747349
+1.02819812 0.64716172 0.19984867
+0.50191122 0.73862177 0.37823436
+0.37559462 0.74105018 0.37572712
+0.41397330 0.73461139 0.35550123
+0.43324414 0.72974676 0.34708840
+0.45718312 0.72048867 0.33508351
+0.48076674 0.71378475 0.33620322
+0.53235406 0.70466775 0.32044622
+-0.07097037 0.74995583 0.33711568
+-0.22539872 0.74885464 0.33324334
+-0.20258836 0.74075156 0.32209462
+-0.18549398 0.73139095 0.31161252
+-0.16690303 0.71844524 0.30996931
+-0.14688975 0.71052104 0.29981500
+-0.10598660 0.70321965 0.29927817
+-0.05476240 0.69515306 0.28679359
+-0.00420570 0.69074327 0.28736344
+0.03905159 0.68400884 0.28615704
+0.08908898 0.67852598 0.27590665
+0.15095055 0.66549903 0.27767488
+0.20346075 0.65783083 0.26817048
+0.27371579 0.65188688 0.26762456
+0.33574378 0.64224464 0.26718172
+0.39540482 0.63568151 0.25524178
+0.45169577 0.62787426 0.25503847
+0.51733160 0.62058336 0.24310009
+0.58692491 0.60235971 0.23672101
+0.65627038 0.59465581 0.22526042
+0.72554231 0.58239025 0.21835804
+0.77025765 0.57133085 0.21812911
+0.77433801 0.55559850 0.25962716
+0.82646620 0.54655778 0.25080469
+0.89177740 0.54553801 0.23932521
+0.98577118 0.53465372 0.21410440
+0.69522804 0.60842884 0.39528188
+0.65022105 0.61011356 0.38158491
+0.68702197 0.61023712 0.37243181
+0.70668244 0.60175401 0.36577415
+0.71198577 0.59338188 0.37129116
+0.69950396 0.58335233 0.38404188
+0.73097688 0.57504982 0.38963515
+-0.08016929 0.66771585 0.36594585
+-0.25573206 0.66159958 0.35830635
+-0.23462728 0.65602988 0.34729394
+-0.22041737 0.65054381 0.33777624
+-0.20283647 0.64602202 0.33530024
+-0.18201034 0.64015418 0.32528827
+-0.13751331 0.62920630 0.32157925
+-0.07666372 0.62526780 0.31109828
+-0.02136850 0.61387670 0.30814603
+0.02886948 0.60813665 0.30618557
+0.08240400 0.60093844 0.29605684
+0.14193285 0.59977239 0.29545459
+0.20600054 0.58827800 0.28640354
+0.28155234 0.58541024 0.28269643
+0.33567151 0.57894778 0.28127745
+0.39636123 0.57603544 0.27169144
+0.45817006 0.55964011 0.26777735
+0.51845795 0.55580813 0.26483461
+0.58221495 0.54508817 0.25103527
+0.64070243 0.53794938 0.23696135
+0.67532235 0.52044100 0.26175827
+0.71129996 0.50847548 0.27187449
+0.75553304 0.50157952 0.27355248
+0.81027883 0.49344784 0.26884854
+0.87583679 0.49253324 0.25285769
+0.98209769 0.49338806 0.21158436
+0.75270736 0.53596449 0.42195129
+0.77415770 0.53170884 0.40633965
+0.81481636 0.53199166 0.39250398
+0.84920055 0.52839351 0.38048413
+0.85816479 0.52797866 0.37514779
+0.87328547 0.52742594 0.36837816
+0.93784720 0.52432662 0.35028258
+-0.20544472 0.64063573 0.37668461
+-0.26489362 0.63823307 0.36843702
+-0.24851663 0.63389897 0.35776255
+-0.23495214 0.62970102 0.34659100
+-0.21799418 0.62494451 0.34372276
+-0.19877407 0.61975688 0.34350511
+-0.14730130 0.61535442 0.32885331
+-0.08318434 0.60721803 0.32737541
+-0.02829238 0.60467577 0.31643596
+0.01478112 0.60412169 0.31427503
+0.07398078 0.59353536 0.30507943
+0.14132980 0.59295326 0.30184951
+0.20769571 0.59145463 0.30135882
+0.27911374 0.58433461 0.29102489
+0.33720493 0.58008313 0.28820524
+0.40156081 0.57632732 0.28514764
+0.45318204 0.57138526 0.27602991
+0.52160007 0.56408048 0.27201033
+0.57783562 0.54843628 0.26610067
+0.64028561 0.54242122 0.24668719
+0.69884455 0.53134727 0.24099623
+0.70836759 0.50676811 0.28061953
+0.74620402 0.50330484 0.27657661
+0.80161577 0.50436836 0.26981103
+0.86382431 0.50396037 0.26181039
+0.95728981 0.51025248 0.22722359
+0.76860303 0.48732916 0.42068505
+0.82950252 0.49818009 0.39196974
+0.85137534 0.50342762 0.38403815
+0.87587559 0.50983989 0.37507823
+0.87757850 0.51422864 0.37349153
+0.89738554 0.51646739 0.36290559
+0.87083405 0.50816113 0.36510915
+-0.30908737 0.66665375 0.36988458
+-0.25944042 0.65660900 0.36070257
+-0.24631940 0.65221572 0.34967077
+-0.23298526 0.65207285 0.34746972
+-0.21374398 0.65116340 0.33759907
+-0.19210969 0.64649457 0.33548185
+-0.14003925 0.64393550 0.32247058
+-0.07392301 0.64389622 0.32087645
+-0.02185969 0.63746655 0.30922192
+0.02254199 0.63689232 0.30684587
+0.07154319 0.63547790 0.29640740
+0.13282974 0.63887107 0.29367203
+0.20042479 0.63328338 0.29325333
+0.27606684 0.63148630 0.28925073
+0.32765734 0.63409865 0.28069457
+0.39012817 0.63145846 0.27755317
+0.44512349 0.62380636 0.27457541
+0.51262265 0.62403953 0.26290432
+0.57656616 0.61638486 0.25272122
+0.63583022 0.61026764 0.23953252
+0.70596594 0.60924393 0.22380434
+0.75838923 0.60635585 0.21549480
+0.80152023 0.60241079 0.21505079
+0.82124394 0.58744884 0.23616207
+0.87249613 0.58208567 0.24757755
+0.89181703 0.58237934 0.24418160
+0.71035051 0.56944656 0.39177519
+0.72257704 0.56056380 0.39526266
+0.73537457 0.56822932 0.39096162
+0.73752505 0.56496805 0.39288032
+0.75395781 0.58070427 0.37516093
+0.76034182 0.58033127 0.37433979
+0.66099882 0.61862183 0.32319093
+-0.28750226 0.72659767 0.35021490
+-0.24222936 0.72145498 0.34297267
+-0.22758241 0.72206211 0.33026716
+-0.21247973 0.72144973 0.32959613
+-0.19241817 0.72208172 0.31617871
+-0.16698623 0.72143114 0.31378061
+-0.11575636 0.72009027 0.30174029
+-0.05696895 0.72120219 0.30002999
+-0.01338258 0.71921915 0.28720340
+0.02524101 0.71922785 0.28713205
+0.07280540 0.72268963 0.28426054
+0.12890834 0.72628260 0.27443579
+0.18939020 0.72524339 0.27195683
+0.26246935 0.72527498 0.26867643
+0.31992495 0.72802705 0.25975314
+0.37651545 0.73057383 0.25490737
+0.43495461 0.72818983 0.25171998
+0.49921611 0.72981477 0.23970237
+0.56420517 0.72886252 0.22966483
+0.63485193 0.72444671 0.21752207
+0.70535207 0.72389370 0.20645492
+0.76118112 0.72112501 0.19249687
+0.81647760 0.72256494 0.18810567
+0.87081456 0.72394228 0.18215260
+0.94189304 0.73108065 0.17257595
+0.86391610 0.62036455 0.21705955
+0.51589715 -0.18522675 0.95474935
+0.55055320 -0.14746183 0.92423540
+0.57385570 -0.14705279 0.91873538
+0.58125883 -0.14649409 0.91691118
+0.59174371 -0.14610171 0.91066122
+0.61068839 -0.14679962 0.91007489
+0.45009580 -0.13743584 0.90190107
+-0.21435313 -0.06983741 0.92646205
+-0.14813928 -0.08155521 0.92088997
+-0.10060795 -0.08392902 0.91396248
+-0.05624781 -0.09146848 0.91157275
+-0.02145293 -0.09412846 0.90558094
+0.02595962 -0.09923635 0.90303826
+0.09448678 -0.10297801 0.89448291
+0.15684916 -0.10775764 0.89172226
+0.21766764 -0.11347819 0.88193083
+0.26823449 -0.11602814 0.88026285
+0.32603246 -0.11867954 0.86952794
+0.38662449 -0.12331336 0.86610907
+0.45021275 -0.12592950 0.85716671
+0.51806116 -0.12871993 0.85248631
+0.57495624 -0.13429275 0.84286207
+0.63233447 -0.13782972 0.83975357
+0.68559748 -0.14331579 0.83715945
+0.74281782 -0.14743418 0.82847965
+0.80572760 -0.15385917 0.82431012
+0.87886322 -0.16429475 0.80860686
+0.93215024 -0.17008331 0.80539548
+0.97202599 -0.17364381 0.80513817
+1.00294924 -0.17678039 0.79651034
+1.03623533 -0.18450080 0.79756695
+1.07171369 -0.18824269 0.78838581
+0.92221510 -0.18864311 0.79448396
+0.18091077 -0.17151748 0.94623858
+0.21901761 -0.17567930 0.93355274
+0.23121622 -0.17664237 0.92797142
+0.23733859 -0.18076843 0.92553324
+0.24449453 -0.18436880 0.91944695
+0.26058105 -0.18584517 0.92124891
+0.21398726 -0.18931834 0.91271704
+-0.15196733 -0.15398674 0.91927594
+-0.07027502 -0.16601017 0.91468960
+-0.00068892 -0.16989073 0.90703487
+0.06178679 -0.17327255 0.90659600
+0.11636269 -0.18005407 0.89856243
+0.17299214 -0.18328013 0.89751965
+0.24527408 -0.19015035 0.88818711
+0.30948815 -0.19314189 0.88531679
+0.37385297 -0.19931474 0.87456357
+0.43217272 -0.20249230 0.87174797
+0.49453554 -0.20750517 0.85930502
+0.55279636 -0.21053568 0.85668659
+0.60233366 -0.21549167 0.85384756
+0.67286545 -0.22043690 0.84030527
+0.72778457 -0.22433506 0.83739185
+0.78061515 -0.22932462 0.82390022
+0.82345790 -0.23170125 0.82299751
+0.87985528 -0.23780377 0.81291467
+0.94188851 -0.24571876 0.80880725
+1.03443921 -0.25325948 0.80141848
+1.08174801 -0.26195672 0.78921962
+1.11224794 -0.26618853 0.79052442
+1.13539636 -0.26799855 0.78236359
+1.15698075 -0.27237806 0.78377891
+1.16763043 -0.27754834 0.78519028
+1.13925815 -0.27889776 0.77398032
+-0.26865798 -0.24311787 0.98098290
+-0.22734267 -0.24991015 0.96278006
+-0.23052168 -0.25553402 0.95976585
+-0.23341970 -0.25904742 0.95610482
+-0.23009589 -0.26304251 0.94917095
+-0.22512433 -0.26890743 0.94484413
+-0.18159254 -0.27695483 0.94174457
+-0.09215424 -0.27813691 0.92343074
+0.00695106 -0.27759510 0.91876769
+0.10276154 -0.27075449 0.90930647
+0.18604931 -0.26224422 0.89855289
+0.25494421 -0.25537246 0.89590192
+0.31858248 -0.24702802 0.88540298
+0.39212394 -0.23835209 0.87983483
+0.44871181 -0.23128833 0.87568694
+0.51242012 -0.22271146 0.86081260
+0.56123042 -0.21822812 0.85804343
+0.62579376 -0.21138380 0.84228998
+0.68333066 -0.20335181 0.83590531
+0.74005997 -0.19566318 0.82059032
+0.80312192 -0.18902510 0.81329489
+0.85404742 -0.18204054 0.79972905
+0.89875549 -0.17423111 0.79350787
+0.94390696 -0.16736044 0.78835422
+0.98872322 -0.15910999 0.77554351
+1.04373360 -0.15338781 0.76943994
+0.81300980 -0.13035031 0.76614809
+0.77613825 -0.12106517 0.76089990
+0.77428764 -0.10848273 0.75980979
+0.76962459 -0.09879162 0.74927354
+0.76558548 -0.09112509 0.74798018
+0.74838388 -0.08146501 0.73827440
+0.76716822 -0.07284436 0.73026371
+0.02084360 -0.02898009 0.91822231
+-0.25211775 -0.01808644 0.91383755
+-0.22212236 -0.01250228 0.90606958
+-0.20110206 -0.00037881 0.89745069
+-0.17695031 0.00624211 0.88842189
+-0.15003823 0.01255531 0.88621902
+-0.10790019 0.01821224 0.87315291
+-0.05222018 0.02466266 0.85669154
+0.01890394 0.02758039 0.84844041
+0.09613275 0.03503329 0.84008259
+0.17308991 0.04214063 0.83561325
+0.24199709 0.05394779 0.82512248
+0.29934952 0.06089178 0.82040888
+0.36326471 0.06826912 0.80800021
+0.42594424 0.07593535 0.80181253
+0.47839355 0.08660664 0.78911155
+0.53566265 0.09327293 0.78229153
+0.59897786 0.10240080 0.77459598
+0.66791171 0.10666970 0.76070279
+0.74586779 0.11083047 0.75210667
+0.82559651 0.11993671 0.73662639
+0.89267945 0.12512183 0.72854728
+0.95247555 0.13123792 0.72159880
+0.99999863 0.14268512 0.70936632
+1.04718649 0.15103446 0.70323861
+1.09649789 0.15878400 0.69174391
+0.84937268 0.20533021 0.71680963
+0.05406499 0.25143591 0.70902872
+0.07008887 0.25729522 0.70396024
+0.05888867 0.26923963 0.70254624
+0.04572763 0.27628016 0.69330001
+0.03497247 0.29046109 0.68950933
+0.02710997 0.29902416 0.67492235
+0.01723638 0.32344320 0.81862885
+-0.18156557 0.34397402 0.84296417
+-0.13150257 0.35445374 0.83143294
+-0.10399004 0.36571014 0.82397860
+-0.07720728 0.37255251 0.81461155
+-0.04677975 0.38436291 0.80552346
+-0.01718730 0.39419210 0.79766411
+0.02272942 0.39670137 0.78367579
+0.04660340 0.40712076 0.77337933
+0.09703819 0.41387540 0.76453018
+0.13630685 0.42650127 0.75287020
+0.20221780 0.43842426 0.74780500
+0.26322973 0.45001549 0.74074513
+0.31738365 0.45762256 0.73081946
+0.40031207 0.46828982 0.72235227
+0.46772623 0.47853783 0.71190912
+0.52517074 0.48484841 0.70481420
+0.59517151 0.49001074 0.69167155
+0.66524029 0.49822643 0.68243241
+0.74833560 0.50247705 0.66890496
+0.70554882 0.50701606 0.65710485
+0.68137276 0.51055557 0.64837867
+0.72505337 0.51744968 0.63744247
+0.74946386 0.52566361 0.63103086
+0.77200007 0.52944064 0.62322235
+0.78095037 0.54028022 0.61660677
+0.81456369 0.55632836 0.64634955
+0.30858317 0.70958239 0.65596116
+-0.26945952 0.72008657 0.64961290
+-0.22656205 0.72245705 0.64195764
+-0.19771211 0.73742992 0.63498199
+-0.16234358 0.75225914 0.62733078
+-0.12206323 0.75964373 0.61713016
+-0.07194444 0.77199680 0.69942373
+-0.00177899 0.79130036 0.75444508
+0.06809008 0.80391884 0.73956460
+0.12988308 0.81687260 0.73156327
+0.17734252 0.82993591 0.72300118
+0.23210907 0.83633006 0.71197081
+0.28492069 0.84801537 0.70328975
+0.32680756 0.86107713 0.69197309
+0.39110896 0.87847430 0.67828506
+0.43723834 0.89147395 0.66792488
+0.49437907 0.90427566 0.66065729
+0.54462957 0.91709173 0.65223134
+0.61343318 0.90500700 0.64485812
+0.68417382 0.88750076 0.63396555
+0.77486384 0.87043124 0.62733459
+0.84919465 0.85365152 0.61860305
+0.90656286 0.83260727 0.61145252
+0.94303370 0.81336582 0.60432500
+0.96242088 0.78925991 0.60506278
+0.99999368 0.77072543 0.59027582
+1.06095493 0.76464325 0.56623143
+0.40325534 0.77607334 0.54228765
+-0.09103486 0.75623322 0.53118324
+-0.07954752 0.73831600 0.52070302
+-0.08453582 0.72517908 0.51419508
+-0.09120680 0.71011823 0.50489879
+-0.09661952 0.69807571 0.53161466
+-0.09589093 0.72720402 0.59539431
+-0.09739610 0.78955799 0.58132929
+-0.10235886 0.76958692 0.57113886
+-0.04256382 0.75442642 0.56467146
+0.00925451 0.73365510 0.55485713
+0.07433832 0.72142667 0.54468060
+0.14372917 0.70859325 0.56365901
+0.20607866 0.68832844 0.64376813
+0.28232086 0.67299706 0.62801826
+0.33924890 0.65056998 0.61938775
+0.39210603 0.63648134 0.61162645
+0.44693759 0.61998248 0.60246563
+0.50459027 0.60113859 0.58994240
+0.56398737 0.56879544 0.56145430
+0.62328547 0.54384577 0.54961610
+0.68059784 0.52719235 0.53685844
+0.73828405 0.50530022 0.53336293
+0.78255433 0.48990807 0.52503729
+0.83498234 0.47574270 0.52428621
+0.89164031 0.46539137 0.52082616
+0.96295077 0.45423868 0.51289874
+0.78018564 0.42891642 0.50288570
+0.54943234 0.42107305 0.49512085
+0.55066746 0.40504012 0.48591593
+0.53822374 0.39165238 0.48197141
+0.51868016 0.37239090 0.46166134
+0.50237000 0.35155335 0.45062190
+0.48274443 0.41710651 0.44032621
+0.36841074 0.46021271 0.42263225
+-0.24226351 0.43862095 0.41518351
+-0.19218510 0.42183372 0.39859712
+-0.17293344 0.40504813 0.39353773
+-0.14947717 0.38841808 0.38759682
+-0.12572561 0.37140289 0.52285337
+-0.09784831 0.37473005 0.50830442
+-0.06009385 0.38705033 0.49535650
+-0.01758542 0.36601704 0.48881334
+0.02021498 0.35185754 0.47612920
+0.05040902 0.33137023 0.46753880
+0.07884697 0.30910757 0.44936109
+0.11167069 0.29152399 0.50983405
+0.15355715 0.27194402 0.50014567
+0.20229214 0.25361666 0.48667017
+0.25602624 0.22729546 0.47907934
+0.30733880 0.20723923 0.46528077
+0.35151404 0.18530414 0.45970413
+0.40882275 0.16305104 0.44524136
+0.46728915 0.14024416 0.44151419
+0.54318261 0.11638066 0.42847183
+0.66098547 0.08416843 0.42467201
+0.69832999 0.06005936 0.41278568
+0.74569410 0.03770312 0.40625760
+0.76961416 0.01077418 0.40331361
+0.79443997 -0.01068331 0.39123034
+0.82127088 -0.02728145 0.38423344
+0.84797436 -0.04389873 0.37111902
+-0.03529358 0.19627738 0.34259194
+-0.01379290 0.20202111 0.33736604
+0.01326850 0.20926666 0.33025178
+0.04574649 0.21404439 0.32233766
+0.07194005 0.22381495 0.31914318
+0.09113148 0.22564802 0.31333002
+0.10202925 0.25043416 0.31452414
+0.11941154 0.25959110 0.35244143
+0.14065400 0.26599985 0.48955703
+0.17925632 0.27965224 0.46876749
+0.24149179 0.29347599 0.46283123
+-0.03365004 0.30630881 0.45373094
+-0.09360407 0.32687625 0.44858128
+-0.08674700 0.37588590 0.44134909
+-0.08226416 0.40665671 0.43900070
+-0.07563054 0.41893974 0.50310421
+-0.07219867 0.42883763 0.49120012
+0.01358950 0.42761314 0.49079493
+0.41767675 0.42628890 0.48533621
+0.45379892 0.40894479 0.48056766
+0.51443481 0.39024439 0.47805583
+0.57842785 0.38532963 0.46839371
+0.65619314 0.39318189 0.46718851
+0.78322005 0.40081322 0.46092141
+0.17040771 0.42851567 0.46824315
+0.15223341 0.21276996 0.46954054
+0.14089772 0.03659188 0.47545356
+0.12521516 0.06521902 0.50094414
+0.10837828 0.07917782 0.50585186
+0.08286040 0.09732942 0.50291747
+0.32587087 0.12067385 0.50454664
+0.52714032 0.26314780 0.49351761
+0.57884508 0.58885419 0.48358491
+0.62943411 0.59457302 0.46619001
+0.67007381 0.60741538 0.45082861
+0.67859763 0.60917926 0.48838687
+0.76145816 0.62983626 0.49739286
+0.52803248 0.55742419 0.42186141
+-0.21327530 -0.03083373 0.43114701
+-0.17188188 0.02624990 0.06278413
+-0.15298891 0.01558511 0.02402945
+-0.13774709 0.01117835 0.03200938
+-0.14329155 0.00438679 0.03401928
+-0.16328630 -0.03402812 0.03746349
+-0.14026541 0.71996647 0.02691923
+-0.08355616 0.79067391 0.30999687
+-0.04720874 0.88817042 0.40159252
+-0.03096414 0.89862084 0.49115723
+-0.00525767 0.90432966 0.60312682
+0.03789584 0.92275208 0.62448531
+0.08935597 0.93822032 0.64397883
+0.15665905 0.95370704 0.12007876
+0.47903740 0.99939984 0.60879242
+0.52326399 1.00935125 0.58785051
+0.55397141 1.01978064 0.58109903
+0.58689231 1.03012717 0.58082461
+0.62134510 1.04499662 0.58642513
+0.66354954 1.05296922 0.60049617
+0.71426713 1.06014490 0.61105078
+0.77697593 1.07158732 0.61316234
+0.82117903 1.08260059 0.60900706
+0.84674913 1.09319353 0.60682279
+0.86589026 1.10749257 0.59861982
+0.88423258 1.11713290 0.57859921
+0.90413123 1.11801863 0.55634058
+0.92645615 1.09757507 0.54412931
+0.13347930 1.06876791 0.54119349
+0.21322317 1.04386210 0.53218096
+0.27060214 1.02304041 0.52189243
+0.32363373 1.00412881 0.51495922
+0.38519558 0.98620057 0.51253897
+0.44624373 0.96648592 0.50536537
+0.54942781 0.94159549 0.50050461
+-0.08120673 0.93684435 0.49195263
+-0.23586817 1.03445017 0.52734935
+-0.21881321 1.01471484 0.57357824
+-0.20698021 0.99920368 0.56157953
+-0.19205397 0.97969878 0.55679417
+-0.17007838 0.96409947 0.55096006
+-0.13539565 0.94844627 0.54620075
+-0.07966937 0.92847836 0.53815752
+-0.02951917 0.95138806 0.60322964
+0.00191059 0.92875874 0.70868146
+0.02869938 0.91336423 0.69878942
+0.05122031 0.89957410 0.69386315
+0.07270402 0.88812643 0.68732429
+0.09505047 0.87416834 0.68148059
+0.12167874 0.85700786 0.67639142
+0.13489459 0.84123665 0.66963971
+0.15135808 0.81873661 0.65937704
+0.16249725 0.80733651 0.65350556
+0.18057078 0.79248267 0.65042913
+0.20922539 0.77780968 0.64582068
+0.23297836 0.76024646 0.64261848
+0.28047803 0.74342787 0.63820702
+0.31770560 0.73264766 0.63722795
+0.34748152 0.71623206 0.62993670
+0.40917990 0.69262338 0.62719643
+0.47587878 0.67696303 0.61968017
+0.55983806 0.65684122 0.61325794
+0.61508423 0.62038010 0.65513247
+0.72690082 0.59309697 0.60910451
+0.79769951 0.56959540 0.60113412
+0.85242987 0.55128825 0.59756160
+0.91546452 0.54081166 0.58801425
+0.97207600 0.52885407 0.57904571
+1.08547771 0.52273500 0.56180620
+0.01313106 0.54380733 0.55957085
+-0.04850798 0.54892629 0.59216142
+-0.01130971 0.53694147 0.58618015
+0.02256747 0.52159280 0.58357626
+0.05732317 0.51174712 0.57593471
+0.09232814 0.49636528 0.57521445
+0.15463309 0.48236850 0.56617665
+-0.11578814 0.52546144 0.60133648
+-0.18249521 0.58199602 0.77866513
+-0.15906148 0.56130069 0.76611537
+-0.14297625 0.54811847 0.76126617
+-0.12498273 0.52966136 0.75516784
+-0.10671365 0.51704937 0.74736077
+-0.07366730 0.50548995 0.73949337
+-0.03445679 0.48491937 0.73471260
+0.00217156 0.46854439 0.72183996
+0.03438342 0.45210087 0.71899861
+0.06990431 0.43920204 0.71056783
+0.11764714 0.42411003 0.70482224
+0.16831942 0.40830117 0.70457757
+0.22513705 0.39396375 0.69653708
+0.28838900 0.37547418 0.69639689
+0.34378895 0.35900906 0.68799496
+0.39886445 0.34617996 0.68543953
+0.46244356 0.33174294 0.67589003
+0.52744579 0.31534880 0.67164826
+0.59795904 0.28921565 0.66178578
+0.67266273 0.27278832 0.65775847
+0.73739022 0.25379977 0.64302731
+0.79286242 0.23822428 0.63845098
+0.84225839 0.21916485 0.63567495
+0.89614284 0.20482527 0.62271768
+0.95814991 0.18654142 0.61854416
+0.87964875 0.17373329 0.60429031
+0.61053431 0.17083529 0.61635071
+0.67807359 0.16085733 0.60203886
+0.71855962 0.14738955 0.60232741
+0.76069313 0.13750321 0.59390551
+0.78907180 0.12266400 0.59631109
+0.82709873 0.11297876 0.58741134
+0.64191771 0.12591451 0.59401345
+-0.29190868 0.30434847 0.83221024
+-0.25147784 0.28187543 0.81872946
+-0.24041620 0.26554975 0.81121671
+-0.23001397 0.24971481 0.80526835
+-0.21385548 0.23944658 0.79763764
+-0.19318779 0.22221921 0.79080743
+-0.14296106 0.20802438 0.78773761
+-0.07716235 0.19147441 0.76941365
+-0.02654567 0.16993214 0.76876533
+0.01643237 0.15920328 0.76040375
+0.06064479 0.14806615 0.75199670
+0.12971972 0.12822868 0.75447112
+0.19972207 0.11681716 0.74238819
+0.27678007 0.10291258 0.74209708
+0.32885611 0.09068856 0.73239112
+0.39584771 0.07616600 0.73158568
+0.44833797 0.05249352 0.71967798
+0.51699227 0.04076600 0.71740884
+0.56749475 0.02422876 0.70499301
+0.61727619 0.00775239 0.70353925
+0.67427832 -0.00152323 0.68723851
+0.72596675 -0.01159491 0.68195528
+0.75584614 -0.01463734 0.66600949
+0.80317521 -0.01339485 0.65850925
+0.84947354 -0.01693784 0.64119625
+0.90537530 -0.01160637 0.63066560
+0.99276787 -0.00747023 0.60451651
+1.04459465 -0.00133142 0.60000473
+1.07413447 0.00270405 0.60092813
+1.09949541 0.01414455 0.58976722
+1.10955727 0.02157112 0.59136987
+1.11908317 0.03286216 0.58031636
+1.17324209 0.03462086 0.57045925
+-0.04919705 0.24577436 0.83037531
+-0.12226560 0.25215247 0.80986017
+-0.08913088 0.24900268 0.79925072
+-0.05702345 0.25103492 0.78962576
+-0.02477454 0.24889338 0.77833080
+0.01608603 0.24895667 0.77492249
+0.09190801 0.24319731 0.76174265
+-0.12236516 0.26254138 0.75404400
+-0.11816610 0.26301032 0.74658537
+-0.08405629 0.26064923 0.73663539
+-0.04618758 0.26138282 0.73342061
+-0.00049399 0.26710784 0.72232044
+0.04835995 0.26828372 0.70963085
+0.11202732 0.26532429 0.70656335
+0.17419381 0.26463327 0.69361764
+0.22806591 0.26789317 0.68917793
+0.27224106 0.26747811 0.67612749
+0.31748384 0.27016357 0.67018300
+0.36317214 0.26146519 0.65610158
+0.39683837 0.26243582 0.65261805
+0.44291973 0.25902623 0.63572407
+0.48066550 0.25663394 0.63008583
+0.51625538 0.25857523 0.62432891
+0.54838258 0.25690287 0.60923123
+0.59225327 0.25355381 0.59043688
+0.63671744 0.26766697 0.57095993
+0.70360291 0.30504522 0.53487587
+0.75887096 0.33280519 0.50725001
+0.80034405 0.34609875 0.50526232
+0.83216041 0.35385397 0.49515322
+0.86172879 0.36036915 0.49582499
+0.89169157 0.37148720 0.48482794
+0.95353860 0.37044826 0.47557229
+0.31855637 0.51717287 0.70216399
+0.17872484 0.53142631 0.69202149
+0.23202395 0.53347701 0.67901307
+0.27245030 0.52938086 0.67138356
+0.31741792 0.52949333 0.65817481
+0.35486284 0.52489704 0.65857649
+0.43550605 0.52210945 0.64208269
+-0.08134225 0.55697709 0.65540409
+-0.21577156 0.56331831 0.64869815
+-0.19039796 0.56425518 0.63658053
+-0.17111540 0.56617641 0.63453585
+-0.13942738 0.56123602 0.62320024
+-0.10306888 0.56194174 0.62221611
+-0.05328397 0.56250459 0.60871977
+0.01016977 0.56173116 0.59560812
+0.06726502 0.56129974 0.59095126
+0.10735361 0.55695224 0.57966298
+0.14907189 0.55336577 0.57410949
+0.18605548 0.55312324 0.56050795
+0.21457672 0.55333996 0.55605572
+0.26066783 0.55144137 0.54017001
+0.29378629 0.55029589 0.53372759
+0.32962140 0.54384255 0.53074443
+0.35719970 0.54202610 0.51592624
+0.39594010 0.53959662 0.50809366
+0.43869925 0.53655910 0.49211690
+0.49602786 0.53501731 0.48175839
+0.55228674 0.53776747 0.46989775
+0.54704428 0.53059715 0.52247685
+0.57141495 0.53824258 0.51196271
+0.60702753 0.54314810 0.50473797
+0.66164166 0.55066717 0.48649180
+0.75160670 0.54864359 0.45878956
+0.44162515 0.66548282 0.64954627
+0.38915244 0.67799461 0.63822556
+0.45609343 0.67303926 0.62874675
+0.50312400 0.66931665 0.62177652
+0.55476367 0.66622543 0.60893059
+0.60142875 0.66673571 0.60804003
+0.64098155 0.64258534 0.64197403
+-0.07489481 0.70950246 0.62117833
+-0.25833595 0.71342081 0.61376220
+-0.23808722 0.71111256 0.60451192
+-0.22297888 0.71098411 0.60012698
+-0.20467490 0.71340412 0.58975977
+-0.17703928 0.71236622 0.57820058
+-0.13108900 0.70829564 0.57756925
+-0.06694587 0.70680553 0.56274092
+-0.01170547 0.70041078 0.55969274
+0.02333148 0.70174187 0.54746282
+0.05755198 0.70231974 0.54226518
+0.08967885 0.69964474 0.52919602
+0.11955599 0.70070851 0.52382523
+0.16217630 0.69295597 0.51223719
+0.19359766 0.69250262 0.50576210
+0.22361040 0.68649471 0.49189332
+0.24833401 0.68665522 0.48813426
+0.27736583 0.68594629 0.47143656
+0.32164171 0.68247843 0.46548757
+0.36991096 0.68219316 0.45438731
+0.43183240 0.68079698 0.43996981
+0.48193958 0.68013287 0.44085646
+0.52090639 0.68192756 0.43219024
+0.56997037 0.68365645 0.43304986
+0.62314063 0.68446976 0.42584440
+0.69310373 0.67982602 0.41745222
+0.49079716 0.77816725 0.61614019
+0.52033865 0.77724743 0.60940093
+0.58264613 0.77437299 0.59209979
+0.64318478 0.76828319 0.58325058
+0.68956137 0.76128036 0.58388758
+0.73735291 0.75981033 0.57026368
+0.83249307 0.74793744 0.55212122
+-0.19101423 0.80007571 0.60495794
+-0.27591568 0.80389988 0.58741194
+-0.26419312 0.80329925 0.57651651
+-0.25139615 0.80266422 0.57367063
+-0.23468569 0.80163151 0.56398880
+-0.21461087 0.80086571 0.56180674
+-0.16858457 0.79802805 0.55128485
+-0.10018713 0.79137176 0.53613502
+-0.04658532 0.79106724 0.53357399
+-0.01701374 0.79018742 0.52131486
+0.01599370 0.78414315 0.51813716
+0.04737471 0.78278208 0.50680178
+0.07418199 0.78457373 0.50419074
+0.11532614 0.77994126 0.48854196
+0.14465006 0.77719122 0.48429242
+0.17376396 0.77523404 0.47902501
+0.19904354 0.77324772 0.46646160
+0.22911975 0.77033204 0.45908585
+0.27614149 0.76385373 0.44525379
+0.32571852 0.76009429 0.43554607
+0.38826686 0.76275367 0.42000782
+0.43599504 0.76057488 0.41916421
+0.47494569 0.76236761 0.41202843
+0.53097743 0.76381618 0.41064027
+0.58594048 0.76289600 0.40383193
+0.66381490 0.74997962 0.39945981
+0.48590681 0.85653174 0.59489137
+0.56443751 0.84400308 0.58048916
+0.62136596 0.84268284 0.56215042
+0.67687654 0.82562625 0.55345649
+0.72231197 0.80626464 0.55153871
+0.77401835 0.77954483 0.54398745
+0.84103167 0.74219871 0.53017950
+-0.32285529 0.84750175 0.57224113
+-0.27689847 0.84230947 0.56278843
+-0.26861221 0.83746308 0.55387461
+-0.25648624 0.83646929 0.55164832
+-0.24113896 0.83542168 0.54059172
+-0.21945661 0.83467436 0.52972996
+-0.16972068 0.83115023 0.52842718
+-0.10093313 0.82610273 0.51482189
+-0.04978769 0.81867278 0.51483226
+-0.01846439 0.81482208 0.50253344
+0.01382435 0.81298214 0.50037378
+0.04451904 0.81163281 0.48727000
+0.07690132 0.80992383 0.48514137
+0.11756086 0.80438620 0.47047463
+0.14663003 0.80159628 0.46842185
+0.17818522 0.79575992 0.45607942
+0.20793904 0.79371476 0.45272344
+0.24415979 0.78674066 0.44533193
+0.28958526 0.78431457 0.43047878
+0.34649011 0.78033864 0.42001396
+0.40912798 0.77506572 0.40572026
+0.46255648 0.77452999 0.40291858
+0.50378692 0.77609831 0.39557183
+0.56140065 0.77326304 0.39875013
+0.61694515 0.76778078 0.39220202
+0.65719962 0.76971561 0.39247385
+0.44730657 0.85787392 0.59270591
+0.52075022 0.84992117 0.56817657
+0.57037848 0.84302175 0.56119597
+0.61761564 0.84168637 0.55440778
+0.66285485 0.83169377 0.54569829
+0.71577460 0.81634659 0.53604555
+0.62160218 0.83017576 0.52495104
+-0.30225581 0.82921314 0.56666780
+-0.26227960 0.82860422 0.55021966
+-0.25184843 0.82486266 0.53996760
+-0.23642586 0.82389313 0.53766847
+-0.21971172 0.81985164 0.52680951
+-0.19347486 0.81180328 0.52688181
+-0.14079389 0.80899072 0.51789832
+-0.07228738 0.80137509 0.51370633
+-0.02360114 0.79884762 0.50322706
+0.01244439 0.79456896 0.49987414
+0.04814864 0.79296023 0.49092361
+0.08505621 0.78401327 0.48857406
+0.11933044 0.77979487 0.47799936
+0.16548052 0.77702433 0.47194827
+0.19859785 0.77175432 0.46150964
+0.23557673 0.76659542 0.45698062
+0.27421623 0.76378953 0.44373256
+0.31436470 0.75730687 0.43890801
+0.36801898 0.75088179 0.42262900
+0.43203369 0.74309999 0.41252387
+0.49748197 0.73633260 0.39932519
+0.55288649 0.73147595 0.39735055
+0.60380363 0.72779691 0.39886272
+0.65275604 0.72460920 0.39354932
+0.71151686 0.72226220 0.39657795
+0.67083383 0.73440111 0.39265621
+0.32407135 0.82676804 0.58979428
+0.38564649 0.81673247 0.56836730
+0.42746311 0.81420910 0.55808634
+0.46157262 0.81017590 0.55059910
+0.49711183 0.80740762 0.54251760
+0.54877859 0.80651754 0.53364891
+0.39957818 0.74848139 0.51143610
+-0.26691383 0.25090456 0.62907940
+-0.22249964 0.28753597 0.59990329
+-0.20392178 0.29033718 0.59835380
+-0.18135929 0.28935617 0.58782667
+-0.15627243 0.29295424 0.57770765
+-0.11336326 0.29572013 0.57509726
+-0.04994624 0.29692075 0.56375736
+0.03014252 0.29651305 0.56119031
+0.12014312 0.29348552 0.55082935
+0.19718963 0.29633757 0.54901940
+0.26995274 0.29867327 0.53649497
+0.32797718 0.30059564 0.53367716
+0.38851544 0.30248940 0.52254701
+0.46081328 0.30292931 0.51594716
+0.51195973 0.30400527 0.50388831
+0.56882411 0.30518043 0.49849623
+0.63036293 0.30455139 0.48497888
+0.69604772 0.29889300 0.47880319
+0.76703888 0.29813248 0.47055829
+0.84445286 0.29628110 0.44913149
+0.90796638 0.29976934 0.44080943
+0.95991206 0.30092677 0.42769629
+1.00075030 0.30473220 0.42623964
+1.03894448 0.31014207 0.41984653
+1.07778823 0.31450698 0.41956151
+0.93293470 0.33553532 0.41880974
+0.30310267 0.46156991 0.61914891
+0.33104783 0.45531878 0.59578019
+0.33268616 0.45433232 0.58810633
+0.33280504 0.45784390 0.57779646
+0.33360383 0.46064919 0.56989503
+0.33808920 0.46444446 0.55909640
+0.23037174 0.46838263 0.54555094
+-0.22199884 0.48143759 0.55748993
+-0.17372686 0.47768727 0.54362601
+-0.15148512 0.48092893 0.53356946
+-0.12506907 0.48729938 0.53104478
+-0.09931402 0.48997471 0.51861477
+-0.06501209 0.49260846 0.51839304
+-0.01337760 0.49763954 0.50515056
+0.04984882 0.49309748 0.49664593
+0.12613395 0.49520421 0.49418241
+0.20020568 0.50185400 0.48297700
+0.26822439 0.50376529 0.48031750
+0.32956997 0.50980294 0.46615744
+0.38331965 0.51134086 0.46512550
+0.45465666 0.51561171 0.45904607
+0.50879937 0.51596010 0.44620958
+0.51093042 0.50463921 0.49370226
+0.56821287 0.50290048 0.48273742
+0.64669573 0.50690442 0.49971274
+0.72218835 0.50547540 0.50359619
+0.82990468 0.50582260 0.49037370
+0.90369898 0.50676101 0.46041837
+0.97634602 0.51139593 0.43568709
+1.02683091 0.51855254 0.42124388
+1.07099724 0.52430326 0.39951101
+1.11278164 0.52708519 0.39125529
+1.02777207 0.53658712 0.40302283
+-0.13682863 0.69846588 0.57998860
+-0.11071914 0.69496536 0.55288035
+-0.11062136 0.69922799 0.54295814
+-0.11920007 0.70011896 0.53433466
+-0.12305273 0.70858723 0.52268231
+-0.12466448 0.71226239 0.51200813
+-0.09696597 0.71152353 0.49878186
+-0.16532053 0.71992832 0.49503386
+-0.11122174 0.72226351 0.48007223
+-0.08660731 0.72969109 0.46714354
+-0.05475637 0.73633003 0.46550238
+-0.02370709 0.74332494 0.45374000
+0.00630710 0.74169016 0.45559648
+0.04482086 0.74471569 0.44209895
+0.07068670 0.75196368 0.42905447
+0.15149617 0.75101215 0.42907631
+0.20235132 0.74285114 0.43104967
+0.27383274 0.73386097 0.42038628
+0.34436610 0.72797626 0.42114854
+0.39851466 0.70997339 0.41176507
+0.47864360 0.69883013 0.41035011
+0.54004019 0.68834031 0.39838910
+0.58953929 0.67789674 0.39900801
+0.65250832 0.66517562 0.39607126
+0.71126932 0.65096205 0.41566774
+0.75094873 0.62899178 0.45778823
+0.71116465 0.63138396 0.40903851
+0.73837733 0.61829621 0.42202267
+0.72622263 0.58478087 0.47358948
+0.75197566 0.57445329 0.47937533
+0.76929349 0.56854260 0.47445214
+0.78399026 0.56392372 0.47774020
+0.83369505 0.55422992 0.46418411
+-0.07940486 0.68847388 0.55902040
+-0.26603717 0.69425321 0.54262936
+-0.23469341 0.67838532 0.53607726
+-0.20424092 0.67054254 0.52691835
+-0.17121220 0.65675277 0.52096456
+-0.13490558 0.64767170 0.51171178
+-0.07700215 0.63920820 0.49869883
+-0.00637348 0.62680012 0.49041623
+0.06057961 0.61168468 0.48070639
+0.10950939 0.60188407 0.48069903
+0.15277728 0.59351397 0.47237733
+0.20073117 0.58466047 0.46220195
+0.24133994 0.57639456 0.46307862
+0.29331720 0.56328619 0.45362198
+0.34045288 0.55483431 0.45435864
+0.39505610 0.54155540 0.44645160
+0.45431477 0.53175604 0.44732404
+0.51931018 0.51965410 0.43774110
+0.53176612 0.49932772 0.49268198
+0.63110876 0.48866260 0.48699179
+0.71027458 0.47892192 0.48557407
+0.77536732 0.46688220 0.47433308
+0.82257098 0.45905435 0.46537605
+0.87005675 0.45072004 0.45482877
+0.92222857 0.43364692 0.43187457
+0.98440474 0.41939321 0.41043985
+0.66380936 0.44197804 0.46096909
+0.16214196 0.45587111 0.40862629
+0.19189151 0.44203153 0.40491492
+0.20290242 0.42659488 0.39679176
+0.21402223 0.41692659 0.39811715
+0.21997254 0.40837580 0.39236128
+0.23360537 0.39223257 0.39290315
+0.13030846 0.43562511 0.54917747
+-0.16847354 0.46211743 0.56433696
+-0.10877564 0.44889888 0.55425614
+-0.05827466 0.43146849 0.54771274
+0.00272375 0.41833329 0.54045427
+0.06902213 0.40504801 0.53342378
+0.13058825 0.39366263 0.52263165
+0.20951319 0.37552115 0.51689154
+0.27740750 0.36291316 0.50735068
+0.34041417 0.34916759 0.49708292
+0.40220329 0.33353570 0.49612281
+0.47156319 0.32090756 0.48873129
+0.52578425 0.30632338 0.48758700
+0.58318245 0.29535186 0.48148942
+0.64838845 0.27950454 0.47999802
+0.71166223 0.26658893 0.47301301
+0.76012284 0.25673231 0.47157213
+0.82199752 0.24482642 0.46407595
+0.89565492 0.23223032 0.46121538
+0.95900893 0.22168183 0.45417750
+1.05458570 0.20658572 0.44909370
+1.08199251 0.19204721 0.44288912
+1.09790659 0.18041433 0.44217443
+1.09616315 0.16556977 0.44189212
+1.08109403 0.15287749 0.43339378
+1.06905591 0.13887799 0.42578328
+1.08495295 0.14839908 0.46013162
+0.12791258 0.26131710 0.47454533
+-0.28990299 0.23981380 0.47079214
+-0.26102066 0.22258072 0.46348527
+-0.24491285 0.21064118 0.46458837
+-0.22561993 0.19091952 0.46185896
+-0.20231731 0.18190454 0.45842299
+-0.16338935 0.16213426 0.55584180
+-0.10425436 0.17975669 0.60145175
+-0.04273236 0.15443508 0.59029591
+0.00543926 0.13860475 0.58329016
+0.05052762 0.12417748 0.57787824
+0.10388874 0.10031517 0.57140642
+0.16437568 0.08485059 0.56284010
+0.22666873 0.06795876 0.55461311
+0.28950304 0.05385840 0.54629415
+0.34329370 0.02861087 0.53835225
+0.39743811 0.01211246 0.53433013
+0.44940600 -0.00620196 0.52992302
+0.51694995 -0.02515635 0.52655035
+0.58167255 -0.04239668 0.52129084
+0.66200686 -0.06574985 0.51795512
+0.73034912 -0.08417377 0.51293623
+0.79388863 -0.09700117 0.50821340
+0.84536135 -0.10876792 0.50282252
+0.90281695 -0.12003896 0.49774837
+0.96032840 -0.13207026 0.49124554
+1.05317664 -0.13138393 0.48419634
+0.30125752 -0.11850812 0.48213640
+0.19050550 -0.09705523 0.47899315
+0.18187930 -0.08028144 0.47590235
+0.16602330 -0.06341892 0.47130054
+0.14896487 -0.04664950 0.46208560
+0.13049957 -0.03426153 0.49869007
+0.13454409 0.09295365 0.55760634
+-0.08283995 0.20418525 0.55221575
+-0.17760359 0.20595366 0.55013299
+-0.14251016 0.21545276 0.54423755
+-0.11812682 0.22031736 0.54300040
+-0.09243837 0.23253472 0.54281801
+-0.06554400 0.24019736 0.58067054
+-0.03290475 0.24326500 0.65167862
+0.00213854 0.25626868 0.63943511
+0.03282988 0.26426387 0.63490319
+0.05989800 0.27071977 0.62826753
+0.08451061 0.28739920 0.62442440
+0.10818323 0.29923695 0.61602044
+0.14352392 0.30999848 0.60898793
+0.20444229 0.31881544 0.60294825
+0.26740378 0.33107463 0.59758443
+0.34232205 0.34306425 0.59267062
+0.40060213 0.35759884 0.58929157
+0.46386099 0.36276582 0.58407575
+0.54530323 0.37535673 0.57959461
+0.62682486 0.38119465 0.57071000
+0.51646942 0.39465338 0.56884956
+0.52080017 0.40375552 0.56297761
+0.55631369 0.41845676 0.56117648
+0.58158588 0.42453596 0.55275291
+0.60067177 0.43992805 0.54910696
+0.61919564 0.44343534 0.53719437
+0.65963030 0.47007558 0.53398401
+0.18286172 0.50937253 0.53469884
+-0.26106000 0.53081053 0.52807164
+-0.22696361 0.54698759 0.52991980
+-0.20788155 0.56548285 0.52676064
+-0.18559563 0.58636332 0.52680767
+-0.15831825 0.59827834 0.67337215
+-0.11535577 0.68584734 0.66421390
+-0.05567617 0.73348808 0.65657711
+0.01403377 0.74434847 0.65635872
+0.07979178 0.75758106 0.64789975
+0.12566073 0.76854998 0.64800960
+0.18723372 0.78373832 0.64800107
+0.23659207 0.79821086 0.71458685
+0.28418982 0.81254852 0.70034254
+0.35106751 0.82227790 0.69991261
+0.41045809 0.83909374 0.69188929
+0.46800902 0.85645485 0.69238818
+0.52648073 0.87358999 0.68395483
+0.59091985 0.88526821 0.68132895
+0.66688353 0.90321225 0.67338413
+0.76810545 0.91988659 0.67088747
+0.86356884 0.92475778 0.66341889
+0.93474948 0.93137676 0.66102678
+0.99301052 0.94086391 0.65288591
+1.04500306 0.96029252 0.64955437
+1.09398091 0.97864407 0.64049494
+1.13931358 0.99430209 0.63779092
+0.98475099 1.01956880 0.63288593
+-0.30415106 1.04257929 0.63122529
+-0.28760788 1.06054330 0.62310517
+-0.27383924 1.07843733 0.61850661
+-0.25201872 1.09610510 0.60499877
+-0.22617909 1.11378860 0.59882343
+-0.20249389 1.13437080 0.59411383
+-0.17784788 1.15656197 0.59346998
+-0.09087190 1.15797746 0.62905860
+-0.09786497 1.15596879 0.76559108
+-0.10570249 1.15158439 0.74577153
+-0.11179611 1.13548684 0.73210424
+-0.12901972 1.11974895 0.72189385
+0.21885209 1.10214281 0.70800877
+0.32480076 1.07238543 0.69560379
+0.36817515 1.03079236 0.70083231
+0.41075042 1.00084960 0.73254693
+0.45877847 0.98441309 0.71978903
+0.52063149 0.96763510 0.70624632
+0.45724151 0.95539087 0.69469684
+0.39942709 0.98031247 0.68656337
+0.38190416 -0.06625116 0.67616940
+0.39435309 -0.08575094 0.67841995
+0.41265202 -0.07947582 0.68420643
+0.43051535 -0.07762297 0.68175578
+0.51049840 -0.07496731 0.67123300
+0.84140658 -0.09234111 0.66038817
+0.84447527 0.36624712 0.64618003
+0.85784835 0.80873168 0.62756640
+0.84011734 0.75280714 0.61337799
+0.82780629 0.71919525 0.62475514
+0.12144086 0.72810334 0.56412756
+0.22309799 0.71241969 0.55747628
+0.30018324 0.50345206 0.54636919
+0.36642700 0.27273670 0.56647366
+0.42383111 0.26076999 -0.06956983
+0.44875965 0.24076666 0.04806630
+0.53877950 0.22139814 0.03586523
+0.05985269 0.20010516 -0.04990033
+-0.23912670 0.18144754 -0.05028489
+-0.22376497 -0.10534972 -0.08095595
+-0.21179087 -0.08199804 0.40736958
+-0.19788767 -0.07490233 0.46089134
+-0.17898528 -0.06479173 0.45045471
+-0.14300342 -0.05504549 0.43691805
+-0.08222913 -0.03100691 0.43050092
+-0.00382500 -0.00006756 0.43980643
+0.07860558 0.16083533 0.12072472
+0.52334094 0.12529549 0.49147841
+0.57460511 0.12727118 0.56495792
+0.63395321 0.13233666 0.57868350
+0.67382675 0.13977821 0.56181175
+0.70143586 0.13997121 0.56055164
+0.74492460 0.14391103 0.57165641
+0.77891171 0.15055649 0.57422537
+0.80813116 0.15469000 0.56552750
+0.83682948 0.15333410 0.55776268
+0.86966485 0.15622555 0.54984617
+0.90734166 0.15829919 0.53302544
+0.96428072 0.15927941 0.50459838
+1.01810098 0.15996125 0.47339588
+1.04425538 0.16170749 0.45864791
+1.05956483 0.16088806 0.44767410
+1.07407475 0.15616520 0.43899593
+1.08671904 0.15089332 0.43563944
+1.10520482 0.15124600 0.42400023
+0.86602080 0.14893919 0.41312176
+0.13106550 0.14818671 0.40357828
+0.20805116 0.14884017 0.39473245
+0.25771478 0.15284109 0.38848880
+0.30559275 0.15964842 0.38023728
+0.35172793 0.16630355 0.37328151
+0.39799836 0.17666291 0.36448652
+0.48102289 0.18947427 0.35658085
+-0.19906993 0.25475302 0.34875700
+-0.13965011 0.43258113 0.38606218
+-0.09815933 0.42727530 0.41556969
+-0.06642272 0.42707470 0.40282050
+-0.04087176 0.42836621 0.39062494
+-0.01662051 0.43456700 0.37843958
+0.02542248 0.43350583 0.37348235
+0.07596295 0.43957809 0.35979214
+0.12111381 0.45979771 0.42758706
+0.15109392 0.46492442 0.51897341
+0.18411826 0.46673357 0.50033170
+0.21471976 0.47477922 0.48829567
+0.25564852 0.48333171 0.47537476
+0.30893224 0.49247018 0.46489003
+0.35820776 0.48961574 0.45242596
+0.40607825 0.49667734 0.44030100
+0.44996753 0.50248736 0.42741063
+0.49898431 0.51012498 0.41636273
+0.54251647 0.51724690 0.43133679
+0.56820190 0.52324212 0.45400232
+0.56029135 0.51532382 0.50053859
+0.60248011 0.51418626 0.49538159
+0.63551855 0.51767337 0.48748010
+0.66909182 0.51961058 0.48351038
+0.70860612 0.52303290 0.47567108
+0.77711070 0.52771723 0.45727432
+0.84328192 0.53171468 0.43263376
+0.91782981 0.54056573 0.40380251
+1.03379226 0.55143577 0.36240757
+1.11860967 0.56084621 0.33808443
+1.13791537 0.57433218 0.32596576
+1.14334083 0.58458716 0.32153878
+1.14776266 0.59554821 0.31457937
+1.10085094 0.59566575 0.31405750
+-0.25650591 0.69564831 0.28395844
+-0.19251481 0.73468173 0.31159276
+-0.16341582 0.73543608 0.29101607
+-0.13416301 0.73839015 0.28118032
+-0.09791946 0.73786998 0.27164054
+-0.05471408 0.74238300 0.25709206
+0.02206502 0.74695140 0.25134736
+-0.15410854 0.77533430 0.29004461
+-0.14389800 0.80374151 0.46403545
+-0.12187745 0.80849648 0.43974939
+-0.09930240 0.81787664 0.42801404
+-0.07527030 0.82178789 0.41732106
+-0.03756279 0.82967722 0.40547830
+0.01882751 0.83347917 0.39275131
+0.07453240 0.83822423 0.37778285
+0.13176037 0.84037536 0.36539400
+0.17373361 0.84844798 0.35199264
+0.22109984 0.85277438 0.34669220
+0.26064035 0.85632145 0.33641502
+0.29465398 0.86559618 0.33112550
+0.33505130 0.86958033 0.32042328
+0.37138575 0.87672162 0.31357008
+0.40273187 0.88217884 0.30293351
+0.43593389 0.88763094 0.29938069
+0.47130492 0.89557916 0.28819805
+0.51230735 0.89880663 0.28427354
+0.57152534 0.90448499 0.27983114
+0.62686312 0.91282356 0.26799971
+0.66874582 0.91758901 0.26277572
+0.70518589 0.92545605 0.25905076
+0.73236418 0.93736809 0.24709275
+0.76175284 0.94527501 0.24227381
+0.80754316 0.95217407 0.22681133
+0.60051006 0.96922863 0.21929839
+0.28104860 1.01108158 0.22650750
+0.35604909 1.00759292 0.21036243
+0.41186860 1.01170695 0.19166905
+0.47129494 1.01378882 0.18194121
+0.52349389 1.02055526 0.17580205
+0.59994423 1.02194619 0.16237588
+0.39826763 1.02577388 0.16946718
+-0.27942958 1.06159258 0.41669369
+-0.24637309 1.06588471 0.38760608
+-0.23846139 1.07062936 0.37626207
+-0.22723205 1.07655740 0.36671424
+-0.21274617 1.08232689 0.35507283
+-0.18900739 1.09073591 0.34327629
+-0.14126712 1.09191000 0.32741550
+-0.08010076 1.08985627 0.31600997
+-0.03705554 1.09271777 0.29964104
+-0.01174679 1.09902203 0.29841763
+0.01305499 1.10509574 0.28626588
+0.03746482 1.11130273 0.28341907
+0.06067307 1.11752820 0.27118012
+0.08940456 1.12385249 0.26828474
+0.11249001 1.12984860 0.25721171
+0.13317083 1.13670146 0.25487879
+0.15202253 1.14337718 0.25258598
+0.17169634 1.15023756 0.23979354
+0.20003560 1.15392458 0.23776372
+0.23148337 1.16101074 0.22649874
+0.27502966 1.16798544 0.22400756
+0.32571182 1.17503726 0.22110797
+0.35518765 1.18224204 0.20793284
+0.40952703 1.18956375 0.20496474
+0.46131352 1.19663370 0.19996659
+0.53417140 1.20079422 0.17805387
+0.65120810 1.19034410 0.16481498
+0.73371750 1.17890251 0.15397705
+0.79986691 1.16970754 0.13500535
+0.86413980 1.15974677 0.12744215
+0.91741765 1.14946771 0.12220216
+0.97907275 1.14339006 0.12188416
+1.08559489 1.13187110 0.10610000
+-0.15578923 1.13030648 0.38865608
+-0.18076763 1.12092292 0.36316937
+-0.16145898 1.11586285 0.35455924
+-0.13371162 1.10627091 0.34539118
+-0.10490456 1.09678638 0.33535567
+-0.08269665 1.09210265 0.32594472
+-0.02051648 1.07794380 0.31167930
+-0.17763497 1.08372843 0.31313455
+-0.15354973 1.07650840 0.29876333
+-0.13445647 1.06750119 0.30047727
+-0.11333440 1.06390214 0.28904936
+-0.09562760 1.05555356 0.29006195
+-0.07249166 1.04791319 0.28084084
+-0.04134561 1.04277110 0.27918008
+-0.00644875 1.03391707 0.26966739
+0.02416925 1.02958965 0.26862836
+0.05184031 1.02026439 0.26944324
+0.07954088 1.01610565 0.26084191
+0.11848605 1.00787306 0.25917479
+0.16080479 1.00424492 0.26047859
+0.22421978 0.99447358 0.25111213
+0.28130391 0.98997670 0.24890888
+0.32827270 0.98066109 0.25031814
+0.38746992 0.97552705 0.23636337
+0.44863752 0.96581721 0.23446037
+0.52097726 0.95667619 0.22548664
+0.61025107 0.94230735 0.20350103
+0.69191229 0.93383783 0.19338797
+0.75556374 0.92779613 0.18455912
+0.81541228 0.91694677 0.16789486
+0.86825413 0.91091490 0.16102104
+0.92929089 0.90449339 0.15869363
+1.02058244 0.93296188 0.12763733
+0.38844001 -0.08248023 0.95788866
+0.25448477 -0.20463049 0.97436482
+0.29471374 -0.19345327 0.96775830
+0.32752028 -0.18998480 0.96326649
+0.35585293 -0.18694086 0.95744646
+0.38847369 -0.18195979 0.95658785
+0.45594183 -0.18370354 0.94577545
+-0.03363780 -0.12967397 0.96247387
+-0.14255817 -0.12361572 0.95670068
+-0.08702444 -0.11917305 0.95160830
+-0.04002753 -0.11869279 0.94932890
+-0.00614907 -0.11639170 0.94418705
+0.02706009 -0.11627872 0.94239861
+0.08453436 -0.11502309 0.93499488
+0.14075440 -0.11667891 0.93076199
+0.19505413 -0.11352134 0.92343497
+0.23799109 -0.11153241 0.91900617
+0.28042638 -0.10938015 0.91149193
+0.33461761 -0.10969245 0.90658045
+0.38686073 -0.10819160 0.89931148
+0.44659975 -0.10659663 0.89338243
+0.49899676 -0.10520794 0.88378417
+0.54929471 -0.10413394 0.88123780
+0.59831494 -0.10592525 0.87757659
+0.65433598 -0.10628454 0.87107003
+0.70520854 -0.10772748 0.86553532
+0.76116562 -0.11133340 0.85301620
+0.82203096 -0.11456315 0.84815288
+0.86317241 -0.11512875 0.84735179
+0.90029252 -0.11848746 0.84113938
+0.93510038 -0.11926056 0.83847147
+0.97471941 -0.12077428 0.83182961
+1.02920961 -0.12184153 0.82665294
+0.64128745 -0.10538129 0.93505615
+0.57016784 -0.10298759 0.92990702
+0.61246932 -0.10169612 0.92663336
+0.65041715 -0.09833626 0.92005235
+0.67488861 -0.09935299 0.91693723
+0.69696653 -0.09879681 0.91602373
+0.76302516 -0.10024768 0.90480691
+-0.01138855 -0.01782529 0.93479025
+-0.20851344 -0.00831750 0.93021089
+-0.16894114 -0.01045561 0.92316425
+-0.14034446 -0.01418827 0.92167377
+-0.11254176 -0.01210058 0.91475898
+-0.08536949 -0.01033001 0.91286021
+-0.03745166 -0.01234933 0.90363830
+0.02141470 -0.01303320 0.89897871
+0.07708585 -0.01498237 0.88893038
+0.11784019 -0.01625378 0.88548082
+0.15923925 -0.01564139 0.87692398
+0.20218961 -0.01643674 0.87122840
+0.25951305 -0.01428778 0.86783254
+0.32926497 -0.01681918 0.85852861
+0.38455805 -0.01826728 0.85390282
+0.44486925 -0.01734247 0.84375393
+0.49361366 -0.01681250 0.84023756
+0.55352247 -0.01947088 0.83279073
+0.60680032 -0.02042085 0.82711393
+0.66674632 -0.02590930 0.81936723
+0.72579890 -0.03232312 0.80805409
+0.77877015 -0.03382094 0.80795050
+0.81655210 -0.03603544 0.79899347
+0.85845816 -0.03707843 0.79914206
+0.91159153 -0.04122387 0.78823298
+0.97445792 -0.04249252 0.78331101
+0.75724363 -0.02655379 0.91231108
+0.76554894 -0.02477279 0.90417784
+0.81287664 -0.03011706 0.89921719
+0.84872276 -0.02710182 0.89399916
+0.86846966 -0.02641292 0.89055651
+0.89063227 -0.02228532 0.88479370
+0.95646840 -0.02634866 0.87994635
+-0.11534852 0.06896586 0.91914380
+-0.23981395 0.06856572 0.90859127
+-0.21364535 0.06409075 0.90513575
+-0.19241717 0.06708430 0.89734238
+-0.17207359 0.06222218 0.89719707
+-0.14903456 0.06189127 0.88877296
+-0.10191870 0.06304205 0.88376778
+-0.03696822 0.05679233 0.87523311
+0.01968723 0.05508782 0.86838436
+0.04898979 0.05672686 0.86481738
+0.08797979 0.05602051 0.85564500
+0.13376743 0.05140975 0.85074002
+0.18417744 0.05287519 0.84230179
+0.25882801 0.05211952 0.83578748
+0.31186777 0.05177906 0.82446402
+0.38024479 0.05009038 0.82124555
+0.43296713 0.05105459 0.81695366
+0.49830079 0.04430786 0.80798191
+0.55278420 0.04134672 0.80209702
+0.61367834 0.03585524 0.78833902
+0.67299873 0.03188235 0.78256041
+0.73122531 0.03139392 0.78216696
+0.77118218 0.02929358 0.77432215
+0.81912911 0.02646137 0.77205181
+0.87993991 0.02314599 0.76397842
+0.94803232 0.01515152 0.75663728
+0.78811884 0.03492790 0.89723742
+0.84609002 0.03182187 0.88324577
+0.89426178 0.03075771 0.88011801
+0.92060232 0.03281964 0.87448949
+0.94156802 0.03328658 0.87110144
+0.95780873 0.03404909 0.86969000
+1.02521169 0.03055635 0.85932636
+-0.29450476 0.13302411 0.90145719
+-0.24610463 0.12382045 0.89478773
+-0.22512262 0.12310164 0.88541794
+-0.20799139 0.11849450 0.88341147
+-0.18636794 0.11799642 0.87697583
+-0.16625178 0.11679024 0.87411141
+-0.11454034 0.11159401 0.86376697
+-0.04692456 0.10940618 0.85879600
+0.00665266 0.10827698 0.84915334
+0.04041275 0.10335309 0.84466612
+0.07427563 0.10153688 0.83558077
+0.11523561 0.10060919 0.83000255
+0.16862625 0.09996372 0.82643980
+0.23425750 0.09886197 0.81525493
+0.28975254 0.09433329 0.81022400
+0.36432347 0.08866524 0.80106777
+0.41703939 0.08769853 0.79579008
+0.48568234 0.08534081 0.79368138
+0.54132712 0.08127637 0.78225511
+0.60391325 0.07339111 0.77601081
+0.66673768 0.06969429 0.76311481
+0.72595811 0.06674199 0.76319027
+0.76751113 0.05949454 0.75379062
+0.81703496 0.05431987 0.75346208
+0.88253862 0.05065670 0.75283873
+0.92265314 0.04901047 0.74182796
+0.74750239 0.07035464 0.89548045
+0.81003505 0.06427871 0.88150281
+0.84652412 0.06359156 0.87760788
+0.87391675 0.06081245 0.87179232
+0.89699370 0.06070207 0.86770988
+0.91497314 0.05775549 0.86086148
+0.80576533 0.05899641 0.85797846
+-0.28344277 0.14190820 0.89664006
+-0.23247682 0.13243145 0.88917756
+-0.20616487 0.12539563 0.88221347
+-0.18349007 0.12392420 0.87406099
+-0.16009548 0.11672830 0.87226868
+-0.13129669 0.11658938 0.86330664
+-0.07436693 0.11142880 0.85873604
+-0.00678953 0.10730309 0.85643053
+0.04476913 0.10372412 0.84470236
+0.08032691 0.10197864 0.84013331
+0.11983459 0.09805921 0.83110368
+0.15736474 0.09743637 0.82669419
+0.20760794 0.09007196 0.81787938
+0.27273023 0.08848719 0.81106275
+0.33567628 0.08486219 0.80098224
+0.40016490 0.08104719 0.79551160
+0.46151164 0.07890341 0.79430044
+0.52530718 0.07412091 0.78145850
+0.59004700 0.06711005 0.77789974
+0.65159911 0.06005991 0.76153451
+0.72052169 0.05310263 0.75981921
+0.76846027 0.05024026 0.75040883
+0.80957955 0.04572997 0.75088167
+0.86361974 0.04046158 0.74820596
+0.91933405 0.03774521 0.74105257
+0.89639676 0.03510177 0.74299216
+0.60044408 0.06081925 0.89988726
+0.65638202 0.05242851 0.89068991
+0.68760496 0.04744311 0.88622743
+0.71011853 0.04395210 0.88156074
+0.72978431 0.04143589 0.87752670
+0.75119555 0.03914288 0.87201041
+0.55165303 0.04600402 0.86831582
+-0.24637663 0.10631078 0.89752626
+-0.19450136 0.09674291 0.88399136
+-0.16163953 0.09201661 0.88222116
+-0.12515618 0.08619595 0.87491423
+-0.09134614 0.08508628 0.87252843
+-0.05314891 0.08165857 0.86252964
+0.00930197 0.09176245 0.85681856
+0.07504376 0.10748570 0.84243095
+0.13044639 0.11391467 0.83473104
+0.16793714 0.11027983 0.83251822
+0.21631463 0.10266820 0.82055193
+0.25584078 0.09971654 0.81499374
+0.30412233 0.09639201 0.80628628
+0.35939363 0.09280629 0.79903865
+0.41927773 0.08721005 0.78880215
+0.48091200 0.08095354 0.78480726
+0.53724891 0.07717764 0.78034884
+0.59939039 0.07245614 0.76856458
+0.65974498 0.06431130 0.76523787
+0.73010534 0.05698809 0.74983883
+0.79076201 0.05071829 0.74696964
+0.83536929 0.04630699 0.73743355
+0.87250054 0.04172041 0.73913908
+0.91653818 0.03482167 0.73009753
+0.96449065 0.02706415 0.73123759
+0.84477210 0.02847647 0.72879720
+0.31147808 0.06584337 0.90952277
+0.35744104 0.05447470 0.89839333
+0.38240075 0.04813822 0.88829684
+0.40355957 0.04303522 0.88956767
+0.41839033 0.04045388 0.88474059
+0.43806934 0.03498739 0.87873924
+0.30537230 0.03706994 0.87088656
+-0.21205862 0.07211873 0.88994461
+-0.14998803 0.06255060 0.87801313
+-0.10015423 0.05471844 0.87729573
+-0.04777152 0.05088306 0.86947322
+0.00350273 0.04126013 0.86763430
+0.05847405 0.03519885 0.85962999
+0.12612911 0.03126260 0.85590184
+0.19012940 0.02301930 0.84735268
+0.25280502 0.01504093 0.84374738
+0.30199793 0.01161885 0.83308554
+0.35300565 0.00435063 0.82925206
+0.40490693 0.00064878 0.81750566
+0.45306507 -0.00345552 0.81403309
+0.50893259 -0.01334257 0.80226815
+0.56388766 -0.01842757 0.79713416
+0.61891609 -0.02204771 0.79426235
+0.67743725 -0.02955002 0.78212941
+0.73891234 -0.03614820 0.77869117
+0.80303949 -0.04636466 0.76567876
+0.88335836 -0.05520706 0.75857866
+0.94491136 -0.06513985 0.74812543
+0.98637587 -0.06924484 0.74803782
+1.01556838 -0.08037156 0.74185562
+1.04804850 -0.08437236 0.74319708
+1.08253610 -0.09222104 0.73382843
+0.94456321 -0.08969932 0.73673648
+-0.04816483 -0.01403553 0.94836855
+-0.01167722 -0.03559687 0.93563807
+0.00161831 -0.05040044 0.93241638
+0.00475668 -0.05390417 0.92608207
+0.01572469 -0.06613876 0.92153490
+0.02561949 -0.07504249 0.91668952
+0.04009503 -0.08627775 0.90461260
+-0.13845721 -0.08063852 0.90867162
+-0.06847639 -0.09525642 0.89779615
+0.00204843 -0.10260773 0.89689988
+0.07187606 -0.11606214 0.88949740
+0.13391690 -0.12012859 0.88999724
+0.20453086 -0.12779501 0.87954587
+0.28414223 -0.14087543 0.87878299
+0.34609571 -0.14434302 0.86902928
+0.41710675 -0.15161155 0.86541635
+0.47034290 -0.15880911 0.85452104
+0.54244822 -0.17000899 0.85239041
+0.60236412 -0.17365196 0.83924663
+0.64704037 -0.18110804 0.83668703
+0.72059822 -0.18803501 0.82202232
+0.77392393 -0.19881631 0.82089007
+0.82610315 -0.20539336 0.81676984
+0.88242126 -0.20862563 0.80247265
+0.93114567 -0.19959396 0.79635853
+0.99146122 -0.19329964 0.77855051
+1.02685308 -0.18917856 0.77327240
+1.06726265 -0.18138479 0.75839514
+1.07832205 -0.17082641 0.75860918
+1.07883978 -0.16029769 0.74789751
+1.07239032 -0.14938834 0.74896270
+1.06270313 -0.14384046 0.73758167
+1.09007514 -0.14136976 0.73060167
+-0.19273701 0.00726811 0.95526230
+-0.28005987 0.01271736 0.94557202
+-0.26125818 0.01066705 0.93232089
+-0.24631397 0.00855283 0.93103886
+-0.22476961 0.00959921 0.92158055
+-0.20175281 0.01767077 0.91090035
+-0.15263335 0.01360632 0.89601189
+-0.08586002 0.01789378 0.88735503
+-0.02660340 0.02482221 0.87186074
+0.02641967 0.02542107 0.86934471
+0.08950839 0.03545517 0.85732549
+0.15639783 0.04868899 0.85296208
+0.22014621 0.05286585 0.84169728
+0.29027772 0.06049164 0.83786255
+0.34726733 0.07027452 0.82472825
+0.40504038 0.07533168 0.81935751
+0.46450308 0.08290100 0.80396336
+0.52442271 0.09106892 0.79736865
+0.58616734 0.09749649 0.78194797
+0.65550148 0.10767106 0.77463937
+0.72662079 0.11117815 0.75889426
+0.79346687 0.11881116 0.75202209
+0.84568942 0.12754959 0.73766261
+0.89611840 0.14086592 0.72996902
+0.95206898 0.14933714 0.71342272
+1.02315068 0.15345107 0.70487338
+0.70177710 0.19128217 0.72306722
+0.41312191 0.21535677 0.70990807
+0.42952126 0.22458664 0.70711720
+0.42295650 0.23376594 0.69720483
+0.41214284 0.24924988 0.69449621
+0.40614870 0.25828406 0.68522137
+0.41031182 0.26475444 0.67584282
+0.12412108 0.35437948 0.85199219
+-0.22387511 0.39877900 0.87011808
+-0.18423925 0.39863041 0.85344768
+-0.16212602 0.40492263 0.85056835
+-0.13875765 0.41025689 0.84040558
+-0.11247268 0.41987944 0.83146393
+-0.08058908 0.42443284 0.81683683
+-0.03708143 0.42568028 0.80711597
+0.00367773 0.43410614 0.79301500
+0.04041434 0.44137344 0.78795969
+0.07350393 0.44970465 0.77940774
+0.11148115 0.45418084 0.77347183
+0.16029833 0.46712002 0.76392102
+0.20022714 0.47331914 0.75732213
+0.26202959 0.48429787 0.74617034
+0.32236379 0.49228162 0.74012792
+0.36821425 0.50500506 0.72696352
+0.42451331 0.50839084 0.71937031
+0.50092071 0.51459646 0.70703775
+0.57167989 0.52278757 0.69356912
+0.69163686 0.52541339 0.67983580
+0.75573260 0.53376144 0.67238587
+0.82378149 0.54187334 0.66283357
+0.87121028 0.54570115 0.65703273
+0.92694777 0.55329478 0.64868724
+0.97914308 0.55442035 0.63759512
+1.09271061 0.59104532 0.67463440
+-0.15540572 0.68089706 0.66470218
+-0.32558912 0.69333601 0.65789473
+-0.30968097 0.70121503 0.64943725
+-0.29716533 0.71760541 0.64381087
+-0.28095564 0.73378825 0.63513833
+-0.26112929 0.74376470 0.62322438
+-0.21923135 0.76815033 0.74010110
+-0.14987105 0.82804018 0.78572118
+-0.08671285 0.83505929 0.77317154
+-0.04425780 0.84626824 0.76451111
+-0.00620249 0.85490137 0.75430381
+0.02952633 0.86638910 0.74466866
+0.06962764 0.87970150 0.73190027
+0.11328942 0.89032650 0.71877068
+0.15991047 0.90251565 0.70843089
+0.20311131 0.90784901 0.70014358
+0.24321717 0.92237818 0.69163048
+0.28710228 0.93187976 0.68419349
+0.33520907 0.94447351 0.67583245
+0.40133557 0.95927656 0.66718733
+0.47633845 0.97331202 0.65714055
+0.54566324 0.98804718 0.64884353
+0.61317289 0.99413490 0.64087152
+0.66678345 1.00724423 0.63019711
+0.72553790 1.01968014 0.61568272
+0.78920478 1.02984035 0.60421604
+0.77544844 1.03567660 0.58963364
+0.21131688 1.04461241 0.57668692
+0.24734849 1.04919505 0.56622785
+0.26777613 1.05944014 0.55180234
+0.27909419 1.07076311 0.53837436
+0.29170313 1.08241451 0.52415085
+0.29709229 1.09076726 0.56829154
+0.34590405 1.18007159 0.61434317
+-0.16595623 1.20977187 0.60062891
+-0.18369056 1.19911289 0.59229660
+-0.15643917 1.18997991 0.58734792
+-0.12829600 1.18074870 0.57861179
+-0.09807054 1.17147779 0.56421798
+-0.05361897 1.15788674 0.61482012
+0.01092601 1.13730419 0.69053322
+0.07828841 1.12229717 0.67710894
+0.14913455 1.11065233 0.66822153
+0.21091078 1.10065198 0.65674573
+0.27559274 1.08721077 0.64431053
+0.33847764 1.07723999 0.63747269
+0.39154601 1.06539893 0.62816983
+0.45304930 1.05261505 0.61144286
+0.52425665 1.03842998 0.60267442
+0.58803344 1.02778637 0.59505790
+0.65056503 1.01658070 0.58634222
+0.71905631 1.00018394 0.58038640
+0.80220056 0.98838723 0.56975973
+0.89351040 0.97443271 0.56252843
+1.01037991 0.95315194 0.55348366
+1.04802036 0.94166827 0.54404694
+1.05809510 0.93077195 0.53337473
+1.06402779 0.91597402 0.52502954
+1.05196774 0.90656269 0.50559932
+1.03707945 0.89024299 0.49288002
+1.07427168 0.94320470 0.47924820
+-0.09328692 0.93417001 0.46268559
+-0.25312445 0.92229313 0.45178708
+-0.21987292 0.90964764 0.44147277
+-0.19093694 0.89689600 0.42083058
+-0.15994458 0.88444537 0.43196777
+-0.12388061 0.86489892 0.56701678
+-0.07371303 0.87732255 0.54858559
+-0.00319668 0.86738646 0.54099458
+0.06580231 0.85435551 0.53036749
+0.12366471 0.84053361 0.52371973
+0.17547509 0.82730949 0.51148897
+0.22797750 0.81738788 0.50557244
+0.28371200 0.80282819 0.58897400
+0.35070187 0.78686988 0.57159430
+0.42436105 0.76936042 0.56440181
+0.48996824 0.75519276 0.55194330
+0.55824786 0.74460149 0.54386842
+0.62086022 0.73035461 0.53059840
+0.68036222 0.69652456 0.53389907
+0.71960884 0.65134382 0.53605539
+0.73060811 0.59996933 0.58126199
+0.80400288 0.58669657 0.57706273
+0.88047123 0.58209556 0.54548496
+0.94844639 0.58123732 0.52385932
+0.99308586 0.57519639 0.50428993
+1.03706431 0.56821686 0.49305302
+1.10332346 0.56607306 0.47443905
+0.49677879 0.57276011 0.44222113
+-0.02930497 0.55862427 0.43175146
+-0.02693932 0.54566717 0.42584914
+-0.04068439 0.52831274 0.40697560
+-0.05392677 0.52065963 0.39225847
+-0.06290720 0.50892597 0.37745920
+-0.07080947 0.64434165 0.36769193
+-0.06667719 0.62142444 0.34883299
+-0.08568355 0.60385031 0.33681756
+-0.00890246 0.58511323 0.32293886
+0.08976809 0.57145286 0.30009699
+0.18001479 0.55898094 0.45085534
+-0.03846221 0.53983045 0.49973574
+-0.03968525 0.52877444 0.48129430
+-0.04333984 0.51493895 0.47358060
+0.67591262 0.26070163 0.45263210
+0.72610641 -0.13337885 0.49697354
+0.77979940 -0.11434323 0.50663459
+0.80969381 -0.10923338 0.52973872
+0.79643685 -0.10386922 0.53108549
+0.84719062 -0.09746832 0.53041410
+0.88530970 -0.09960597 0.52244884
+0.89291143 0.60820830 0.51682436
+0.95672947 0.58471769 0.49064043
+1.00850689 0.59286034 0.46130532
+1.03615630 0.60283023 0.44664985
+1.05352569 0.61221737 0.43996736
+1.06003797 0.65209258 0.45056379
+1.09915376 0.29044566 0.45288479
+1.12499797 0.23485279 0.37895748
+0.74975336 0.22178067 -0.07385209
+0.11474308 0.20731050 -0.05631869
+0.18561555 0.18779971 -0.05369151
+0.23071191 0.15382470 -0.04765837
+0.28178883 0.45546460 -0.04619652
+0.33627912 0.70536244 -0.05124520
+0.38975677 0.70097637 0.47364762
+0.47537401 0.71198630 0.45022658
+-0.17986096 0.72449392 0.43854964
+-0.15842399 0.78743190 0.43837821
+-0.12614313 0.85676372 0.42951894
+-0.09299148 0.87170064 0.44262552
+-0.06590511 0.88079530 0.02419882
+0.14853366 0.11292747 0.86692017
+0.16627997 0.09835210 0.85429674
+0.19170460 0.08759728 0.84764391
+0.21936570 0.07286680 0.84480321
+0.26204148 0.05917701 0.84222192
+0.30708101 0.03951734 0.84846151
+0.35217902 0.02299623 0.94688410
+0.39293814 0.00809974 0.95897222
+0.42915538 -0.00346619 0.95139754
+0.46725014 -0.01867732 0.94447309
+0.51381397 -0.03079126 0.93394428
+0.56262678 -0.04295130 0.91665894
+0.59065127 -0.05875092 0.89971220
+0.63633633 -0.07032052 0.88632083
+0.70508730 -0.08362491 0.87919402
+0.76857322 -0.09921812 0.87106419
+0.87580186 -0.11035140 0.86672419
+0.95263612 -0.12195892 0.85858500
+1.00549853 -0.13654792 0.85087502
+1.04945433 -0.14710686 0.84657919
+1.08371532 -0.15703900 0.83713043
+1.10605121 -0.17011803 0.83222622
+1.14852250 -0.17975107 0.82412982
+0.55907756 -0.19196190 0.81756794
+-0.00763760 -0.19442037 0.81037486
+0.05170827 -0.20451334 0.80158824
+0.09153062 -0.21823604 0.79182792
+0.13127528 -0.22982658 0.78327000
+0.17219020 -0.24119133 0.78034985
+0.22058861 -0.25269964 0.77302879
+0.16919635 -0.26438028 0.76080984
+-0.21163554 -0.26808384 0.75325435
+-0.17317215 -0.26027003 0.77085447
+-0.15649445 -0.27326071 0.77945203
+-0.14090978 -0.27438703 0.77048093
+-0.12134896 -0.27000362 0.76524144
+-0.10168184 -0.26558819 0.76085067
+-0.05523485 -0.26259193 0.75609857
+0.00028293 -0.26025224 0.74587035
+0.07656457 -0.24986298 0.81920838
+0.14764754 -0.24571122 0.89028752
+0.22114882 -0.23897552 0.87788337
+0.27998260 -0.23161121 0.87118262
+0.33667508 -0.22452040 0.86314636
+0.40109423 -0.21744652 0.85849494
+0.45714378 -0.20989910 0.85249865
+0.51482761 -0.20347922 0.83847481
+0.56886208 -0.19605416 0.82665712
+0.63020265 -0.18962720 0.81957263
+0.68929517 -0.18294363 0.81046659
+0.74331343 -0.17564431 0.80300111
+0.80129910 -0.16804048 0.79750216
+0.85595316 -0.16314793 0.79025507
+0.89463961 -0.15597816 0.78499359
+0.92994660 -0.14911920 0.77568960
+0.96728343 -0.14575043 0.77045274
+1.01033902 -0.13993298 0.76199633
+0.97441149 -0.13593002 0.75478709
+0.92316562 -0.13675921 0.74553597
+0.98725778 -0.13417248 0.73765123
+1.02759194 -0.13160111 0.72760904
+1.06960881 -0.12628885 0.71982980
+1.10125732 -0.12186415 0.70937258
+1.13516402 -0.11764465 0.70200372
+0.87119538 -0.11359450 0.68914330
+-0.34566325 -0.09071986 0.69027770
+-0.30610746 -0.08343226 0.69962364
+-0.26742417 -0.07997689 0.69455421
+-0.23133269 -0.07611793 0.69029856
+-0.18850143 -0.06997987 0.68332738
+-0.14291924 -0.06308951 0.68017119
+-0.05738944 -0.06187751 0.67066425
+-0.11371049 -0.00160914 0.71255326
+-0.02800121 0.03257580 0.85336488
+0.04749959 0.03226067 0.83496845
+0.11249081 0.03882069 0.82795447
+0.16231793 0.04165854 0.81882423
+0.20807084 0.04819090 0.81273818
+0.26576182 0.05521576 0.80777222
+0.31243747 0.05612798 0.79268986
+0.36253506 0.06064214 0.77761763
+0.39722091 0.06444582 0.77095306
+0.44051793 0.07149327 0.76149201
+0.48021325 0.07373349 0.75803763
+0.51724958 0.07863908 0.74811321
+0.57098931 0.08264092 0.73927152
+0.61156982 0.08969343 0.73494887
+0.65188295 0.09316040 0.72460490
+0.69107282 0.09904695 0.72022200
+0.73153287 0.10013563 0.70925134
+0.77441382 0.09915820 0.70562994
+0.83460230 0.10292170 0.69370615
+0.89125925 0.10274853 0.68686497
+0.92520463 0.10638927 0.67364991
+0.95029312 0.10787228 0.66748947
+0.97419465 0.10915082 0.65467960
+1.00240314 0.11050688 0.64881086
+1.04244816 0.10625642 0.63377178
+0.70172888 0.11119040 0.62981790
+0.37626731 0.12349897 0.63438910
+0.43747446 0.12505364 0.61904919
+0.48775652 0.12920055 0.61588740
+0.52787626 0.13522248 0.60658222
+0.56917948 0.14380245 0.60583842
+0.62751752 0.14869606 0.59607577
+0.32759175 0.18668604 0.60993052
+-0.22115377 0.30326512 0.81163943
+-0.17045508 0.30304009 0.78862488
+-0.14017697 0.30692738 0.77907503
+-0.11476678 0.30713031 0.77221191
+-0.09064559 0.31084940 0.76196241
+-0.06265081 0.31001118 0.76225996
+-0.01207178 0.31406766 0.74534714
+0.03937990 0.32011274 0.72575408
+0.08097672 0.32255253 0.71950388
+0.10862149 0.32085270 0.71096462
+0.13800754 0.32438406 0.70971715
+0.17052419 0.32845354 0.69816142
+0.21514763 0.33279043 0.68752307
+0.26644024 0.33536589 0.68534201
+0.31720945 0.33263418 0.67574817
+0.37541920 0.33563444 0.67294711
+0.42240375 0.33892435 0.66173089
+0.47948188 0.34029397 0.65797263
+0.52539968 0.34240368 0.64439267
+0.57901287 0.34321326 0.64061403
+0.63397300 0.34334573 0.62506372
+0.67953396 0.33600774 0.62382948
+0.72389692 0.33667472 0.60787022
+0.77021962 0.33634719 0.60320687
+0.83425647 0.33435681 0.58516234
+0.89457905 0.33379349 0.57835048
+0.91317135 0.33331925 0.55938351
+1.00424170 0.33203441 0.55114728
+1.06868684 0.33482391 0.54791987
+1.12374771 0.33918402 0.53630918
+1.16429865 0.34652010 0.53944939
+1.19382739 0.34423420 0.53048259
+1.25598860 0.34788907 0.52367222
+-0.28585041 0.53794086 0.77153170
+-0.25706121 0.53134108 0.75487965
+-0.23659115 0.52534127 0.74538428
+-0.22042771 0.53071707 0.73311293
+-0.19400647 0.52731293 0.72553647
+-0.16384920 0.53174496 0.71261668
+-0.09890199 0.53329283 0.69387662
+-0.15911129 0.53007209 0.69382763
+-0.12149069 0.53393698 0.67622292
+-0.09688734 0.53519344 0.66423339
+-0.07496177 0.53938484 0.66246247
+-0.04997660 0.53575522 0.65351140
+-0.01721829 0.53970212 0.65219253
+0.03458132 0.54059249 0.63925934
+0.09548296 0.54395324 0.63903898
+0.15576836 0.54441607 0.62595624
+0.21080048 0.54815018 0.61293167
+0.26207781 0.55141097 0.61096317
+0.30853856 0.54449636 0.59945399
+0.35164869 0.54683322 0.59647578
+0.40378883 0.54536504 0.59175891
+0.45459244 0.54702008 0.57569849
+0.49293956 0.54619330 0.57304448
+0.53191805 0.54822916 0.55779558
+0.58675694 0.54807711 0.55194181
+0.63276929 0.54418778 0.55159128
+0.71063018 0.53390193 0.55710924
+0.76482773 0.53113085 0.54995102
+0.79735512 0.53179890 0.54867142
+0.81851143 0.53834528 0.54291755
+0.83693725 0.54341501 0.54418778
+0.84807098 0.55198383 0.54602289
+0.90131015 0.55286819 0.53032255
+0.21735942 0.69070518 0.69556910
+0.06248098 0.70211792 0.68468493
+0.10551397 0.69751084 0.67398137
+0.14620814 0.70207810 0.66074139
+0.18205535 0.70496106 0.65077913
+0.22202498 0.70210671 0.64020985
+0.29887208 0.73638666 0.61186755
+-0.10408825 0.43052962 0.67441636
+-0.19637917 0.40029386 0.65236473
+-0.17093371 0.39221701 0.64412212
+-0.14978224 0.38725844 0.64276570
+-0.12984869 0.38331705 0.63382834
+-0.09907210 0.37520823 0.63295698
+-0.05320181 0.36988804 0.62363732
+0.01147004 0.36334160 0.62135601
+0.09166776 0.35231274 0.61465257
+0.16907142 0.34638229 0.61305672
+0.24350227 0.33761042 0.60400212
+0.30521661 0.33211204 0.60142404
+0.35816512 0.32687300 0.59198993
+0.42617425 0.32064000 0.58815110
+0.48500007 0.31420586 0.57726139
+0.53874600 0.30876929 0.57397288
+0.59713686 0.29334807 0.56416947
+0.65962869 0.28521207 0.55877244
+0.72113824 0.27823126 0.54386401
+0.79654300 0.26868504 0.53371757
+0.86356330 0.26152402 0.52799684
+0.91826195 0.25543308 0.51612020
+0.95934850 0.25166497 0.51556164
+0.99664927 0.24969544 0.50994599
+1.03066635 0.24842878 0.51156771
+1.08427548 0.23767972 0.49975592
+0.65855998 0.33580357 0.68551171
+0.55235261 0.34694788 0.68342507
+0.58819699 0.33774710 0.67745948
+0.60624397 0.33340895 0.66766727
+0.63175362 0.32509375 0.66136694
+0.64208680 0.32031551 0.65236586
+0.69210047 0.31540531 0.64077735
+-0.03424402 0.32155588 0.64809942
+-0.24716564 0.31328836 0.64920568
+-0.22123922 0.30727348 0.63916647
+-0.20348772 0.30619708 0.63987124
+-0.18401362 0.30107111 0.63023740
+-0.16054447 0.29628754 0.62076747
+-0.11316264 0.28573155 0.62285113
+-0.04341245 0.27696440 0.61138314
+0.03905057 0.27033323 0.61034077
+0.12490670 0.26897943 0.60169536
+0.20210935 0.26397520 0.60080045
+0.26695257 0.25922331 0.58986992
+0.32787192 0.25363857 0.58831233
+0.39627019 0.24799933 0.57744974
+0.45750794 0.24560352 0.57398945
+0.51624471 0.23568273 0.57243592
+0.57255751 0.22940129 0.56209278
+0.63800222 0.22570010 0.55600792
+0.69836146 0.21908793 0.54123843
+0.75700009 0.21046846 0.53081340
+0.81965071 0.20733154 0.51642740
+0.87427169 0.20133644 0.51263380
+0.91966510 0.19665748 0.50056189
+0.95624053 0.19707607 0.50341868
+0.99474323 0.19062611 0.50649470
+1.05057359 0.18435480 0.49380472
+0.81035715 0.26409730 0.68356901
+0.79233706 0.26272479 0.67019647
+0.82176495 0.26224419 0.66222286
+0.84134036 0.25410375 0.65459293
+0.86158472 0.25352645 0.64650059
+0.86459261 0.24943164 0.63624388
+0.91163695 0.24459507 0.62702984
+-0.10433165 0.25812727 0.65489161
+-0.27138308 0.25816914 0.64236200
+-0.25105211 0.25275528 0.63253719
+-0.23437651 0.25150895 0.63151902
+-0.21456559 0.24201678 0.62546498
+-0.19199666 0.24106936 0.62449038
+-0.14166239 0.23390490 0.61494285
+-0.06949398 0.23004194 0.60329682
+0.01888096 0.22276466 0.60135865
+0.10679208 0.22224370 0.59226185
+0.18720488 0.22155152 0.59203064
+0.25587752 0.21634994 0.58189821
+0.31773716 0.21173468 0.58149648
+0.38932130 0.20957799 0.57937074
+0.44849470 0.20427786 0.56615704
+0.51012141 0.20313992 0.56395757
+0.56000745 0.20085266 0.55210572
+0.62537801 0.19452302 0.54588693
+0.68387574 0.19217546 0.53270543
+0.74237436 0.18636678 0.52046067
+0.80559170 0.18021300 0.51470006
+0.85296005 0.17444216 0.50226027
+0.89642441 0.17295700 0.49959469
+0.94078499 0.17292602 0.49150363
+0.97825080 0.17429148 0.49210703
+1.03629065 0.16892315 0.47931486
+0.87519932 0.23801990 0.67231911
+0.90523601 0.23418540 0.65310806
+0.93389118 0.23460387 0.64478981
+0.94702548 0.23558828 0.63521963
+0.96132988 0.23191352 0.62927961
+0.96359378 0.22864318 0.61884087
+1.01127970 0.22820103 0.60606903
+-0.27833909 0.25457960 0.64059031
+-0.27668500 0.24885672 0.62810934
+-0.26112136 0.24758296 0.61804348
+-0.24577945 0.24731192 0.61737746
+-0.22402231 0.24574533 0.60674751
+-0.20143719 0.24404174 0.60720611
+-0.14465430 0.24176174 0.59552240
+-0.07372789 0.23658058 0.59293300
+0.01598330 0.23046626 0.58517408
+0.10525606 0.22910388 0.58437645
+0.18385999 0.22874153 0.57467860
+0.25218928 0.22798033 0.57269502
+0.31417060 0.22627139 0.56289434
+0.38965461 0.22503158 0.55927485
+0.43727994 0.22283278 0.54830575
+0.50087601 0.22198544 0.54460466
+0.55922598 0.21601509 0.54310310
+0.62564456 0.21295768 0.52820849
+0.68332934 0.21371841 0.52247983
+0.73384327 0.20799516 0.50263655
+0.79773581 0.20521186 0.49332139
+0.85298282 0.20209442 0.47967768
+0.88943738 0.20106184 0.47531879
+0.93583792 0.20093897 0.47511414
+0.98359418 0.20556007 0.46820554
+1.02260935 0.20148915 0.46901819
+0.85414118 0.28241819 0.64735311
+0.89797014 0.27480260 0.62360358
+0.91718853 0.27518272 0.61567473
+0.93041891 0.27530718 0.60792118
+0.93763781 0.27584103 0.59956479
+0.94720852 0.27587464 0.59006661
+0.84825695 0.27722284 0.57838750
+-0.31732661 0.30602196 0.61451048
+-0.26691914 0.30110195 0.59933031
+-0.25218192 0.30519608 0.58955187
+-0.23513444 0.30325380 0.58880991
+-0.21324176 0.30154911 0.57834047
+-0.18596704 0.30510202 0.57722849
+-0.12978049 0.29746529 0.56763923
+-0.06106717 0.29415885 0.56483942
+0.01071498 0.29548880 0.55502141
+0.10470553 0.29510084 0.55405134
+0.18164212 0.29775628 0.54362833
+0.24340074 0.29702884 0.54332590
+0.30762669 0.30088127 0.53052640
+0.37903714 0.29822072 0.52888334
+0.43819383 0.29783154 0.51987273
+0.49996468 0.29726490 0.51678693
+0.55935818 0.29889143 0.51381320
+0.61848223 0.29707924 0.49809232
+0.67902088 0.29737598 0.49194130
+0.74465132 0.29038382 0.46957952
+0.80816233 0.28965366 0.46272683
+0.85838228 0.28684306 0.45359674
+0.90355420 0.28901085 0.44127053
+0.94700831 0.28309745 0.44263548
+1.00059140 0.28740633 0.43264952
+0.98649555 0.30003008 0.44015890
+0.72240585 0.37996641 0.61606282
+0.76314300 0.38123918 0.59188139
+0.77702707 0.38135290 0.58447218
+0.78103089 0.38226214 0.57561588
+0.78589761 0.38739595 0.56785953
+0.79592633 0.38818035 0.56023610
+0.58624750 0.38840672 0.54856426
+-0.28907463 0.41607183 0.57428098
+-0.24215694 0.41779462 0.55993634
+-0.22519894 0.41646287 0.55013889
+-0.20642787 0.41882852 0.54727793
+-0.18298759 0.41759235 0.53925359
+-0.15316802 0.42156452 0.53792626
+-0.09845465 0.42312765 0.52768272
+-0.03626021 0.42065266 0.52337301
+0.02693525 0.42391822 0.51243401
+0.09551412 0.42724460 0.51248372
+0.17075783 0.43192136 0.49983558
+0.23822348 0.43481013 0.49941340
+0.30146676 0.43557465 0.49074408
+0.37055168 0.43550697 0.48662692
+0.43036342 0.43854743 0.47400343
+0.48745704 0.44236696 0.47062904
+0.54224229 0.44497961 0.47437438
+0.61048114 0.44401363 0.47592112
+0.67429543 0.44197598 0.47906482
+0.74493444 0.43721145 0.46593589
+0.80985379 0.43374860 0.45640984
+0.86572629 0.43547505 0.44464552
+0.91253960 0.43820828 0.42861688
+0.96368033 0.44219038 0.41876996
+1.02311850 0.44638851 0.40762666
+0.91647643 0.45803216 0.43762994
+0.47432125 0.55033726 0.57899600
+0.50472975 0.54756689 0.55569994
+0.51745450 0.55231583 0.54441583
+0.51720160 0.55264062 0.53767675
+0.51641423 0.55716842 0.52591556
+0.53054124 0.56229508 0.51630443
+0.34352386 0.56965959 0.50312763
+-0.25011477 0.59733993 0.52312720
+-0.20539145 0.59401989 0.51118112
+-0.18512073 0.59748262 0.50746852
+-0.16455007 0.60112417 0.49753696
+-0.13964739 0.60535729 0.48501340
+-0.10803743 0.60824692 0.48443723
+-0.05968173 0.61585003 0.47122508
+-0.00916251 0.61665082 0.47075638
+0.04328607 0.61502379 0.46013644
+0.09439139 0.61895365 0.46054557
+0.15686888 0.62344307 0.44809899
+0.22041042 0.63197023 0.44849214
+0.27951363 0.63494945 0.44535685
+0.35143453 0.63809168 0.43410960
+0.40314466 0.64584070 0.43007910
+0.45968449 0.64836830 0.41866872
+0.52371103 0.64961344 0.41346622
+0.58934093 0.64410162 0.42256728
+0.65911680 0.62863457 0.43789384
+0.74185663 0.61010432 0.46611980
+0.76228249 0.60215336 0.48846871
+0.79256314 0.59605527 0.50682926
+0.82898045 0.59866381 0.51243347
+0.86752510 0.60632342 0.50456554
+0.92959571 0.60668176 0.49882179
+0.79421133 0.62561339 0.51636112
+0.09940874 0.80048388 0.53796661
+0.13045314 0.80562955 0.50873613
+0.12747210 0.80458724 0.50012106
+0.12654427 0.80968583 0.48905355
+0.12636864 0.82020819 0.47735566
+0.12621906 0.82441741 0.46650133
+0.08846637 0.82752496 0.45401916
+-0.19941111 0.84958667 0.45853451
+-0.15267454 0.85011804 0.44290993
+-0.12818940 0.85844225 0.42990625
+-0.10441757 0.86301321 0.42753080
+-0.07687451 0.87165201 0.41588619
+-0.04906325 0.87564844 0.41372073
+-0.00738481 0.87697726 0.40464306
+0.02412838 0.88609159 0.40288931
+0.05674355 0.88981783 0.38932008
+0.08963131 0.89957899 0.39009234
+0.12975147 0.90396190 0.37729952
+0.18495728 0.91324097 0.37588030
+0.22851720 0.92243463 0.37627861
+0.29612508 0.93071318 0.36240017
+0.35992491 0.93355578 0.35960752
+0.40895170 0.93341386 0.34797120
+0.46545687 0.94055218 0.34634227
+0.54472572 0.94085526 0.34038037
+0.62002808 0.94340581 0.32035378
+0.74852353 0.93968832 0.30699179
+0.82054609 0.94232762 0.29794362
+0.89939696 0.94222701 0.27858266
+0.95508915 0.94815367 0.27338076
+1.01254117 0.94417632 0.26162910
+1.07525384 0.94961727 0.25717711
+1.16212118 0.93806279 0.25359312
+-0.33183143 1.08668780 0.50143158
+-0.31126857 1.07177103 0.47393608
+-0.29904357 1.06429732 0.46440226
+-0.28517771 1.05685663 0.45456168
+-0.26680982 1.04955137 0.44354993
+-0.24597333 1.03419888 0.43520954
+-0.19502467 1.02407503 0.42106768
+-0.11906341 1.01122892 0.41392326
+-0.06163330 1.00075305 0.40023780
+-0.02544506 0.99318874 0.38845071
+0.01085763 0.98516977 0.38942239
+0.04760920 0.97015113 0.38088223
+0.08271401 0.96136117 0.38312548
+0.13139072 0.95316410 0.37239289
+0.16781487 0.94449365 0.37281162
+0.20205817 0.93635684 0.36268377
+0.23804535 0.92796040 0.36395845
+0.27769500 0.91800833 0.36545515
+0.33654064 0.91298735 0.35509053
+0.39756414 0.90628439 0.35685784
+0.46890816 0.90250659 0.34471786
+0.53938276 0.89553386 0.34410521
+0.59304821 0.88827074 0.34479079
+0.65414917 0.87641680 0.33369219
+0.71328717 0.86748248 0.33233318
+0.78786504 0.85268968 0.32843193
+0.50446022 0.87518185 0.32840875
+0.38171846 0.87023950 0.32149291
+0.41894618 0.85858101 0.30836245
+0.44716328 0.84659320 0.30581179
+0.46422938 0.83630300 0.30454117
+0.48956716 0.82701278 0.29330975
+0.53302807 0.81612396 0.28688836
+0.08777722 0.88684064 0.50010514
+-0.23662585 0.90235543 0.50194448
+-0.20209616 0.89264566 0.49062860
+-0.17918085 0.88005555 0.48117459
+-0.14545870 0.86667585 0.47269487
+-0.10539762 0.85942024 0.46156752
+-0.05129330 0.85032564 0.44926587
+0.01822640 0.83529252 0.44066125
+0.08752013 0.82267976 0.42858467
+0.14553963 0.80985218 0.41756248
+0.19836757 0.79592758 0.41673878
+0.25044104 0.78702521 0.40713343
+0.30241171 0.77419972 0.40658110
+0.35447630 0.76462460 0.39665720
+0.41797298 0.75244844 0.39594787
+0.46811360 0.73734087 0.38688916
+0.51848662 0.72719920 0.38536769
+0.57885581 0.70870566 0.38782290
+0.63927889 0.68929553 0.39641958
+0.71690547 0.65963137 0.43214133
+0.79905093 0.63868260 0.45518944
+0.80054957 0.60546976 0.50581157
+0.84177250 0.59683079 0.50466186
+0.87373966 0.58625036 0.49314755
+0.90915000 0.58243442 0.48036253
+0.97558367 0.58046895 0.44097382
+0.90031075 0.59570336 0.50186783
+-0.18739402 0.71225220 0.37817350
+-0.15641236 0.69325179 0.37318450
+-0.15952112 0.68392134 0.36359903
+-0.16824876 0.67063254 0.35788748
+-0.17199145 0.65733951 0.35954228
+-0.18155605 0.64299655 0.34659863
+-0.15483958 0.64777809 0.50247592
+-0.15454343 0.67254460 0.54672724
+-0.10218349 0.65796041 0.53376931
+-0.06672318 0.64570838 0.52473789
+-0.02681689 0.63416648 0.51719588
+0.02332108 0.62589031 0.50855350
+0.10241742 0.61298674 0.49872792
+0.17790739 0.59475428 0.48961467
+0.25200593 0.57909381 0.47929791
+0.32454833 0.56538600 0.47035143
+0.39249262 0.55613405 0.46520305
+0.46252307 0.54275978 0.45888409
+0.53420079 0.50833029 0.48838797
+0.54710782 0.49430069 0.50421506
+0.66368949 0.47332305 0.48277500
+0.72612643 0.46365857 0.48048341
+0.77785265 0.45061827 0.47067907
+0.82962716 0.43877485 0.45927051
+0.88234794 0.42558435 0.44492519
+0.94968903 0.41143930 0.42876694
+0.85475516 0.39418140 0.43208599
+0.60765636 0.37204248 0.42791626
+0.63357520 0.36186120 0.42466515
+0.63528788 0.35306141 0.42131662
+0.63485342 0.34595004 0.41451901
+0.62739503 0.33772206 0.40487698
+0.62470555 0.32571939 0.43833283
+0.51416904 0.47328976 0.46522495
+-0.22079654 0.48422575 0.45361480
+-0.14990717 0.46647388 0.44933504
+-0.09859584 0.45631593 0.44140169
+-0.04789131 0.44117612 0.43490389
+0.00002584 0.43009028 0.43059063
+0.04768924 0.41326529 0.51209217
+0.11701210 0.39981359 0.59443235
+0.18827368 0.38801205 0.57994282
+0.25777626 0.37825045 0.57249033
+0.31019166 0.37007526 0.56535703
+0.37201107 0.35606152 0.55891633
+0.43207312 0.34128723 0.55005056
+0.49221632 0.33205077 0.54344285
+0.55994666 0.32271671 0.53485626
+0.62555039 0.31286350 0.52811176
+0.68754917 0.29850000 0.52478898
+0.74615186 0.28385782 0.51658142
+0.80291075 0.26985577 0.51011646
+0.86490852 0.25863525 0.50772250
+0.94491339 0.24626593 0.50269777
+1.02471995 0.23338929 0.49689567
+1.07455814 0.21899320 0.49104404
+1.10920060 0.20733327 0.48615485
+1.13823175 0.19284917 0.48143741
+1.16063678 0.17231351 0.47609395
+1.18453336 0.16341646 0.46699828
+0.93198740 0.16032326 0.46404922
+-0.31856853 0.14867562 0.45894480
+-0.29970619 0.14295432 0.45784971
+-0.28917086 0.13908261 0.45714837
+-0.27043244 0.13341367 0.45043197
+-0.24620253 0.12870073 0.47258744
+-0.22019272 0.12523626 0.56379980
+-0.16624594 0.24740759 0.55254102
+-0.09048341 0.22883525 0.54253405
+-0.00238345 0.21678938 0.53800642
+0.08319788 0.20307735 0.53426754
+0.16281298 0.19059652 0.52855355
+0.23060462 0.17663281 0.53931546
+0.29173586 0.16379015 0.64146298
+0.35757589 0.15302210 0.62745965
+0.41360733 0.13989346 0.62136191
+0.46802616 0.12690577 0.61288232
+0.52486032 0.11319303 0.61105096
+0.58426666 0.10395189 0.60236126
+0.64921588 0.09206448 0.59891808
+0.71230030 0.08245133 0.59132928
+0.78495818 0.06768971 0.57981235
+0.85769325 0.05471782 0.58179373
+0.91752064 0.04593418 0.57041329
+0.96762848 0.03314836 0.57174462
+1.01659107 0.02238938 0.56713593
+1.06226301 0.00745021 0.55973637
+1.13165188 -0.00749746 0.55608606
+0.32891393 -0.01979830 0.54907805
+0.29213023 -0.03416244 0.54777735
+0.27508241 -0.04572568 0.53663069
+0.25293487 -0.05244749 0.53401524
+0.23168541 -0.04628449 0.52066463
+0.21455833 -0.03136787 0.51723218
+0.08572531 -0.00622874 0.51123226
+-0.05461552 -0.01860484 0.50892425
+-0.06700818 -0.02623824 0.51265901
+-0.05480294 -0.03496377 0.50736576
+-0.05461898 -0.05955020 0.50089759
+-0.05531425 -0.09425098 0.64106005
+-0.07261709 -0.11681339 0.66486484
+-0.15609072 -0.09685904 0.65276420
+-0.12903798 -0.11412188 0.66443866
+-0.10469878 -0.12961444 0.70327318
+-0.08362947 -0.14178857 0.72036314
+-0.06067209 -0.12775140 0.71373159
+-0.04144717 -0.13621153 0.75248355
+-0.00021137 -0.13882233 0.76415014
+0.05045086 -0.14161199 0.74269336
+0.09609786 -0.14356712 0.71309197
+0.71849889 -0.17435156 0.63763314
+0.81889588 -0.19105458 0.64136446
+0.89709437 -0.17916855 0.31100070
+0.95600426 -0.17687634 -0.15353379
+1.00391746 -0.17295650 -0.12849686
+1.05126762 -0.16966340 -0.12489213
+1.08676875 -0.18083376 -0.12322362
+1.15765405 -0.09766888 -0.12433951
+0.23914956 -0.10714232 -0.07852490
+-0.06275573 -0.09810121 0.62483352
+-0.00585525 -0.09154732 0.58649206
+0.03931737 -0.08503389 0.57394803
+0.08527931 -0.06773236 0.56773669
+0.13217980 -0.04363750 0.55963534
+0.19213723 -0.02208231 0.52729249
+0.09491432 -0.01096193 0.21954258
+-0.06838568 0.03762250 0.48128194
+-0.02485210 0.04270526 0.47706258
+0.02476678 0.08480864 0.46770909
+0.07379299 0.13719960 0.46029958
+0.14098245 0.13976838 0.60062617
+0.20495978 0.14989357 0.60392213
+0.26059651 0.15870346 0.60197711
+0.32823330 0.17056139 0.58833367
+0.38848662 0.18365440 0.57254016
+0.44181147 0.21066001 0.55905545
+0.49604434 0.25013709 0.52154946
+0.55574578 0.27072659 0.81952280
+0.61717153 0.27960014 0.83495778
+0.67375213 0.29014006 0.82606417
+0.72904605 0.30406374 0.82661277
+0.78902638 0.31454143 0.82154822
+0.83444321 0.32680941 0.81718516
+0.86860907 0.33717731 0.81588632
+0.91287380 0.34116161 0.80736613
+0.95265216 0.35373998 0.80757058
+1.00297189 0.36106616 0.80298311
+1.00936866 0.37212399 0.80134898
+1.08631885 0.37828374 0.79889876
+1.15014482 0.38462430 0.79681140
+1.17440808 0.39410648 0.79205459
+1.17637634 0.40072441 0.79014134
+1.17538166 0.40182361 0.78906357
+1.20529377 0.40843555 0.78441924
+0.12330882 0.41358995 0.78047758
+-0.17777063 0.42670539 0.77246040
+-0.12100939 0.43682390 0.76803803
+-0.07788164 0.44137076 0.76141220
+-0.03192578 0.44826472 0.75635803
+0.01617400 0.45754477 0.75180906
+0.08457891 0.47115391 0.75085086
+-0.00009055 0.47474188 0.75229931
+-0.13521279 0.57384795 0.74953723
+-0.08140145 0.66502118 0.80732769
+-0.03324797 0.67300934 0.84020728
+0.01396963 0.68016946 0.83186996
+0.05663336 0.68790168 0.82796907
+0.09802294 0.69397932 0.82453555
+0.14683463 0.70426691 0.82375884
+0.19617257 0.71037316 0.82152385
+0.24034192 0.71362203 0.85138297
+0.27173254 0.70404327 0.87528938
+0.30170307 0.69147342 0.87144625
+0.33439213 0.67846864 0.86731595
+0.35345146 0.66522926 0.86658788
+0.39080667 0.65038699 0.86420846
+0.41900742 0.63064069 0.86203682
+0.45686170 0.61762989 0.85685289
+0.49396980 0.60434222 0.85115403
+0.54626042 0.59135723 0.84997779
+0.58386624 0.57757175 0.84643257
+0.63455296 0.56405807 0.84437144
+0.68082875 0.55000919 0.84192383
+0.71950090 0.53530908 0.83861458
+0.74865800 0.51371521 0.83661944
+0.77678448 0.49964079 0.83287179
+0.81820285 0.48489201 0.82970917
+0.86784798 0.46841952 0.82536721
+0.70083404 0.45632553 0.81870317
+0.63068026 0.43800446 0.81477648
+0.71545964 0.42271858 0.80975169
+0.77949286 0.40860307 0.80390447
+0.84532386 0.39653429 0.79920894
+0.89852083 0.38029027 0.79788816
+0.96893322 0.37073049 0.79866338
+0.51805270 0.36161956 0.79599035
+-0.32083693 0.45551914 0.81355953
+-0.28875470 0.45199299 0.85120410
+-0.27963400 0.43791780 0.84689558
+-0.27333644 0.42479423 0.84327376
+-0.26471773 0.41059089 0.84068298
+-0.24977677 0.39805540 0.84018642
+-0.20474377 0.38019747 0.83394408
+-0.14113064 0.38141945 0.85922736
+-0.10037535 0.37181571 0.92308313
+-0.07750032 0.35828811 0.91795921
+-0.05286384 0.34907374 0.91669220
+-0.03287721 0.33199447 0.91458941
+-0.00610996 0.31742790 0.91339469
+0.02280945 0.30713040 0.90893018
+0.05272138 0.29146966 0.90325236
+0.11322299 0.27610371 0.89637160
+0.16363361 0.26677272 0.89248323
+0.23608992 0.25352460 0.89173776
+0.29241818 0.24190396 0.88937753
+0.34568980 0.22739287 0.88822496
+0.40920594 0.21405225 0.88465124
+0.46349013 0.20456643 0.88191861
+0.51913685 0.19126457 0.87775064
+0.57165855 0.18161023 0.87544256
+0.64009798 0.16749905 0.86919481
+0.70499289 0.15761498 0.86616141
+0.79198551 0.14251800 0.85865784
+0.87079436 0.12949018 0.85647434
+0.92834765 0.11417495 0.85183257
+0.97808337 0.10502204 0.84647769
+1.01889205 0.09657860 0.84491104
+1.05075800 0.08619795 0.83923715
+1.10432458 0.07881446 0.84068936
+0.58754790 0.08711166 0.84241432
+0.28954217 0.10955320 0.86299390
+0.34151146 0.09753427 0.85779542
+0.37155253 0.08496808 0.85254204
+0.40681207 0.07555520 0.85386008
+0.44015267 0.06611314 0.85411376
+0.49160999 0.05372886 0.84730619
+0.14993092 0.05536430 0.85915601
+-0.23655024 0.07041015 0.96852171
+-0.20385218 0.05398060 0.96085501
+-0.18889099 0.04427037 0.95850027
+-0.17171657 0.03448730 0.95636970
+-0.15161252 0.02572229 0.95327324
+-0.12209099 0.01116808 0.95391911
+-0.07288273 -0.00131603 0.94674987
+-0.01009731 -0.01733526 0.93596357
+0.06484341 -0.02800013 0.93434834
+0.14161088 -0.03763127 0.93112540
+0.21252693 -0.05021593 0.93061054
+0.27523440 -0.05989073 0.92707682
+0.33593467 -0.06816313 0.92668861
+0.40141794 -0.07712518 0.92154932
+0.45391145 -0.08735693 0.92130083
+0.51219493 -0.09575356 0.91519970
+0.57059342 -0.10524020 0.91360396
+0.63555378 -0.11522843 0.90484136
+0.69232583 -0.12383919 0.90341997
+0.74797392 -0.13706647 0.90224189
+0.80836302 -0.14687152 0.89411497
+0.85706222 -0.15468630 0.89202327
+0.89323604 -0.16259587 0.88457572
+0.93652469 -0.17032537 0.88197017
+0.98119104 -0.18046500 0.87566769
+1.01077008 -0.18993928 0.87415868
+0.91711557 -0.19025673 0.87690556
+0.98386872 -0.20266621 0.86597520
+1.02162409 -0.21278560 0.86808074
+1.05218780 -0.22176863 0.86134952
+1.08311093 -0.22591414 0.86392099
+1.10560691 -0.23463860 0.85656375
+1.10825086 -0.24366564 0.85494113
+-0.34730652 -0.19333400 1.01228547
+-0.29794234 -0.21012627 1.00570941
+-0.28877780 -0.22152273 1.00324011
+-0.27855012 -0.22964732 0.99915946
+-0.25575858 -0.23410431 0.99650484
+-0.21848628 -0.23444708 0.98976880
+-0.14419386 -0.23297688 0.97839475
+-0.11116504 -0.23337312 0.97214168
+-0.04118802 -0.23051010 0.96129644
+0.04470327 -0.22417913 0.96089482
+0.13000244 -0.22377574 0.95432079
+0.18148571 -0.21793935 0.95436376
+0.23643166 -0.21178606 0.94670331
+0.30372816 -0.20796153 0.94400913
+0.35384598 -0.20518611 0.93626332
+0.41001269 -0.19883260 0.93263811
+0.45973641 -0.19510528 0.92301983
+0.50398564 -0.19214998 0.92012757
+0.54795098 -0.18674542 0.91559047
+0.58916569 -0.18313435 0.90465724
+0.63438803 -0.18047792 0.90117103
+0.68056637 -0.17448632 0.88868177
+0.72392863 -0.16834117 0.88378668
+0.76073605 -0.16786233 0.88192761
+0.80894810 -0.16244006 0.87057525
+0.85605329 -0.16333346 0.86596930
+0.92938644 -0.16280349 0.85104251
+0.98384172 -0.16234899 0.84777653
+1.02054453 -0.16051656 0.83875674
+1.03666747 -0.15516606 0.84052032
+1.05710959 -0.15302667 0.83085287
+1.07891738 -0.14813852 0.83150125
+1.12345481 -0.14940481 0.81726021
+0.25681055 -0.09926708 0.97249514
+0.10747706 -0.09534622 0.97121465
+0.14939050 -0.09374125 0.96062779
+0.18403363 -0.09383796 0.96068287
+0.21649829 -0.09363542 0.95475721
+0.25489938 -0.08836318 0.94792724
+0.31932491 -0.09115697 0.93747717
+-0.07199258 -0.05404127 0.95074683
+-0.13754876 -0.05237928 0.94057024
+-0.08523839 -0.05144775 0.93840176
+-0.03411997 -0.04445624 0.93197668
+0.01220663 -0.04248703 0.92921811
+0.05319715 -0.04040476 0.92225790
+0.10767094 -0.02940599 0.91669643
+0.16579412 -0.01263469 0.90580750
+0.21563679 -0.00003195 0.89912051
+0.25685954 0.00694492 0.88868898
+0.30139562 0.00864436 0.88400507
+0.34028053 0.01232834 0.87167937
+0.37407619 0.01620607 0.86882800
+0.41714063 0.02342401 0.86224306
+0.46556309 0.02514482 0.85147452
+0.51252830 0.02614725 0.84675050
+0.56148177 0.02891280 0.83623558
+0.60994375 0.03508576 0.83210391
+0.66181213 0.03435637 0.82034123
+0.72269988 0.03359953 0.81193864
+0.77961296 0.03392583 0.80764169
+0.82563841 0.03582081 0.79890358
+0.85414827 0.03860468 0.79824555
+0.88872588 0.03637077 0.79008299
+0.92484921 0.04031982 0.78890163
+0.97820598 0.04064604 0.77481884
+0.52257878 0.08232670 0.92086512
+0.41634759 0.08784448 0.91800719
+0.46967992 0.08664033 0.91191393
+0.51244551 0.08687518 0.90583962
+0.55087739 0.09013938 0.90469313
+0.57972610 0.09214997 0.89870083
+0.64585215 0.08923380 0.88818800
+-0.01878357 0.14957790 0.91443306
+-0.22422300 0.16120964 0.90513837
+-0.18520448 0.15946822 0.89886129
+-0.15212646 0.16254044 0.89584637
+-0.11979102 0.16342466 0.88905144
+-0.08627340 0.16453589 0.88708544
+-0.03874433 0.16740477 0.87664801
+0.02545010 0.17075801 0.87233174
+0.08246224 0.16587186 0.86898071
+0.12014325 0.16868944 0.85870421
+0.15707004 0.17184012 0.85577190
+0.18820056 0.17511281 0.84360111
+0.22294915 0.17681211 0.83924967
+0.26028597 0.17648391 0.82931453
+0.30111918 0.17936851 0.82213241
+0.34998691 0.17917040 0.81984413
+0.40618303 0.18235113 0.80697036
+0.46416444 0.18339472 0.80290318
+0.51246727 0.18451528 0.78968555
+0.57176524 0.18045633 0.78330833
+0.63043129 0.18083321 0.77059466
+0.68522996 0.18080166 0.77007312
+0.72389716 0.17907885 0.76329112
+0.76383269 0.17719342 0.76134783
+0.81765860 0.17800584 0.75173050
+0.87828577 0.17746073 0.74444801
+0.64086813 0.22029652 0.89479589
+0.63120776 0.22237198 0.88731778
+0.68880838 0.21733297 0.88054430
+0.73883712 0.21605372 0.87401146
+0.77865189 0.21633211 0.87456095
+0.80985999 0.21178380 0.87142450
+0.87910068 0.20866767 0.85792661
+-0.07669768 0.28483734 0.89663649
+-0.26736185 0.28409603 0.88671303
+-0.23665680 0.28682369 0.88439453
+-0.21473733 0.28402665 0.87684697
+-0.19176766 0.28317955 0.86810249
+-0.16633984 0.28709683 0.86511242
+-0.11844763 0.28023309 0.86148775
+-0.05091840 0.28239658 0.85225344
+0.00610335 0.28174922 0.84629554
+0.03823361 0.28527921 0.83537632
+0.07277209 0.28322807 0.83265615
+0.10188113 0.28253976 0.82087916
+0.13510446 0.28192067 0.81880504
+0.16978203 0.28167877 0.80447948
+0.20037585 0.28332993 0.80017537
+0.25590211 0.28294128 0.78968531
+0.30793849 0.28624326 0.78449446
+0.36722633 0.28550208 0.78044426
+0.43004194 0.28385013 0.76618052
+0.48104116 0.27813566 0.76070625
+0.54285425 0.27525651 0.74852473
+0.60052073 0.27358744 0.74666840
+0.64268357 0.27562618 0.73922741
+0.68763310 0.27411515 0.73721904
+0.75340360 0.27147320 0.72885573
+0.81977516 0.26771566 0.72177410
+0.68880349 0.33277988 0.87738949
+0.73593712 0.32360172 0.86720455
+0.79897487 0.31491747 0.85819173
+0.85010612 0.30991751 0.85394734
+0.89232445 0.30684832 0.84765244
+0.92046815 0.30738002 0.84842426
+0.99614191 0.29905671 0.83676982
+-0.24410225 0.37777635 0.88324666
+-0.28227490 0.37332651 0.87040162
+-0.26248914 0.37156105 0.86173129
+-0.24433185 0.37276322 0.85910499
+-0.22377858 0.36500236 0.85044980
+-0.20036937 0.36592224 0.84742248
+-0.14691649 0.36457074 0.83549494
+-0.07760952 0.36382762 0.83325636
+-0.02238804 0.35547531 0.82168221
+0.01039111 0.35815802 0.81718898
+0.04095296 0.35714421 0.80695522
+0.07411434 0.35579088 0.80139536
+0.09981713 0.35368794 0.79979926
+0.13995616 0.35300961 0.78426546
+0.16568299 0.35286570 0.78117275
+0.22038083 0.34779626 0.76929528
+0.26651621 0.34766582 0.76593214
+0.32983479 0.34520805 0.75359887
+0.39619499 0.34308359 0.74915814
+0.44515142 0.33982185 0.73092210
+0.51792252 0.33691508 0.72847676
+0.56962353 0.33209777 0.71873170
+0.61140656 0.33103040 0.71942693
+0.67271411 0.32204491 0.71223509
+0.73280454 0.31967309 0.70960552
+0.79213065 0.31578946 0.69705856
+0.67429852 0.39139086 0.86752117
+0.74264908 0.38088703 0.85243815
+0.80739415 0.37325236 0.84565604
+0.85190535 0.36391056 0.84124887
+0.88493419 0.36177492 0.84142411
+0.92636597 0.35760227 0.83543515
+0.89322799 0.35197333 0.82743984
+-0.32584459 0.43600538 0.87059957
+-0.27631178 0.42324692 0.85568392
+-0.25827172 0.42076272 0.85499996
+-0.23966537 0.41124830 0.84724331
+-0.21750498 0.41054675 0.83810484
+-0.18795750 0.40472510 0.83539420
+-0.13142398 0.39545527 0.82466704
+-0.06010833 0.39224982 0.82207119
+-0.00919711 0.38720840 0.80947691
+0.02559154 0.38383695 0.80536860
+0.05858308 0.37962952 0.79638022
+0.09287938 0.37279654 0.79156142
+0.12407697 0.37163138 0.78859580
+0.16506164 0.36570469 0.77549571
+0.19536427 0.36150202 0.77184016
+0.23472463 0.35932440 0.76024348
+0.28559816 0.35532656 0.75634503
+0.34603491 0.35477588 0.74339509
+0.41010168 0.35246605 0.73769146
+0.46697950 0.34567225 0.71918058
+0.53309423 0.34291252 0.71608114
+0.59420139 0.33174938 0.70785868
+0.63729995 0.33065709 0.70955694
+0.69626945 0.32477757 0.70124573
+0.75793308 0.32193643 0.69870430
+0.77328610 0.32364130 0.69354051
+0.57893169 0.41346920 0.86699927
+0.64051688 0.39941522 0.85387772
+0.69942665 0.38833836 0.84931105
+0.73698223 0.38085097 0.84262973
+0.77231836 0.37136436 0.84317124
+0.81610215 0.36488387 0.83835936
+0.63848162 0.36764139 0.82920039
+-0.29517546 0.43008223 0.86591858
+-0.24894868 0.41947445 0.85097927
+-0.22661717 0.41015187 0.85086936
+-0.20241661 0.40376890 0.84112477
+-0.17251274 0.39647055 0.83255827
+-0.13344024 0.38743490 0.83034974
+-0.07345522 0.38073999 0.82048345
+-0.00455742 0.37668410 0.81767261
+0.04901605 0.36455637 0.80580515
+0.08528557 0.35804370 0.80372393
+0.12504050 0.34938765 0.79249084
+0.16255850 0.34174651 0.78790027
+0.20104228 0.33419517 0.78534025
+0.24563061 0.32431546 0.77320391
+0.27807781 0.31908143 0.76978910
+0.31831113 0.31905183 0.75673777
+0.36535844 0.31506249 0.75446910
+0.42320293 0.31133077 0.73926359
+0.48817903 0.30559808 0.73298728
+0.55711001 0.29458562 0.71507150
+0.61958945 0.28988013 0.71120048
+0.67792922 0.28557956 0.70150274
+0.71893454 0.28493851 0.70309120
+0.76665974 0.28011867 0.69453877
+0.83162135 0.27398074 0.69341058
+0.75577414 0.28603673 0.69150686
+0.38718241 0.39317811 0.87808651
+0.44373587 0.37537009 0.86954373
+0.47910959 0.36537731 0.86466652
+0.51086098 0.35899296 0.85995936
+0.54228890 0.34891871 0.85485494
+0.58077323 0.34285694 0.84743768
+0.39617535 0.33972958 0.84048802
+-0.24752079 0.37793937 0.86622101
+-0.19938986 0.36585215 0.85288864
+-0.17210291 0.35449210 0.85195488
+-0.13763686 0.34604052 0.84289193
+-0.09903486 0.33925140 0.84258974
+-0.05060059 0.32803741 0.83328348
+0.01779827 0.31712869 0.82359439
+0.08618607 0.30901802 0.82111281
+0.14057735 0.29962108 0.81833780
+0.18712308 0.29035157 0.80789334
+0.23131917 0.27705985 0.80581975
+0.27681056 0.26741642 0.79295599
+0.31889185 0.25960490 0.79207313
+0.37250087 0.24530910 0.77775937
+0.41301030 0.23835741 0.77416515
+0.45799705 0.22711165 0.76277590
+0.50414896 0.21749328 0.75994247
+0.56597978 0.20637214 0.74604762
+0.63512439 0.19913463 0.73854893
+0.71383381 0.19375964 0.71925288
+0.77889419 0.18921733 0.71585852
+0.82922798 0.18144800 0.70811027
+0.86967778 0.17274716 0.71030891
+0.91249394 0.16876885 0.70179307
+0.96062332 0.15794793 0.70325470
+0.80933273 0.17428105 0.69835311
+0.10728997 0.32922316 0.90841907
+0.14808774 0.30437896 0.89638829
+0.17251058 0.29833546 0.89357281
+0.18947430 0.28742945 0.88820869
+0.20986944 0.27852675 0.88182765
+0.23912713 0.26549619 0.87441081
+0.17827745 0.25806621 0.86489105
+-0.18130827 0.27394068 0.87894791
+-0.12853839 0.26451981 0.86426944
+-0.09578837 0.25322127 0.86552322
+-0.05230684 0.24631509 0.85541373
+0.00460723 0.22919071 0.85681403
+0.06651676 0.22279109 0.84822851
+0.13438307 0.21055545 0.83721036
+0.20175853 0.20132491 0.83686924
+0.26425737 0.18306066 0.82610393
+0.32029095 0.17342409 0.82476890
+0.38332197 0.15973446 0.81348926
+0.43239477 0.14490895 0.81025493
+0.48522457 0.13363712 0.80851346
+0.54515761 0.10959969 0.79687083
+0.60200638 0.09921517 0.79254282
+0.64401489 0.08391777 0.78120482
+0.69780934 0.07058723 0.77913362
+0.76713139 0.05464325 0.76311904
+0.83575195 0.04452652 0.75705361
+0.93889040 0.02992489 0.73438805
+1.00043941 0.02143087 0.73126274
+1.05188596 0.01557222 0.72386330
+1.08942854 0.00908813 0.72676808
+1.11961377 0.00902927 0.71720982
+1.14592218 0.00292326 0.71994680
+1.12080872 -0.00247821 0.70738834
+-0.26369175 0.21487024 0.95061415
+-0.22609311 0.19546142 0.94012111
+-0.22724620 0.18012314 0.93691725
+-0.22394182 0.16478494 0.93265086
+-0.22251230 0.15728202 0.92426848
+-0.21942414 0.14999910 0.91722125
+-0.18301280 0.13274620 0.91653740
+-0.10962001 0.12642050 0.89631736
+-0.05173303 0.12967440 0.88213396
+-0.01149211 0.12625675 0.88177854
+0.03764078 0.13203000 0.86925066
+0.08875381 0.13834608 0.86736733
+0.16419087 0.13606793 0.85826021
+0.24026130 0.14094403 0.85485077
+0.29440960 0.14246200 0.84192538
+0.36027327 0.14607325 0.83784115
+0.41087535 0.15102592 0.82622135
+0.47922489 0.14433345 0.82189953
+0.53327942 0.14717141 0.80700791
+0.59346795 0.14911087 0.80114007
+0.65479398 0.15022495 0.78471696
+0.71735728 0.15039209 0.77970880
+0.76456797 0.15401579 0.76421702
+0.82115692 0.15489526 0.75658768
+0.88142616 0.14732006 0.74004519
+0.95873493 0.18164286 0.71769446
+0.76764590 0.02017904 0.72492999
+0.72947913 0.01972250 0.71028000
+0.75223529 0.02432279 0.70059288
+0.76133776 0.02544602 0.70211488
+0.75797629 0.02726732 0.69451010
+0.75762326 0.02824652 0.69604099
+0.79133546 0.01675951 0.68123847
+0.06516998 0.17069669 0.90221423
+-0.21095741 0.19119459 0.90162891
+-0.15985325 0.17823197 0.89459926
+-0.12105387 0.17167224 0.88699782
+-0.08122401 0.16103671 0.88046831
+-0.04228242 0.15398087 0.87176704
+0.01430377 0.14380357 0.86741054
+0.08319961 0.12982672 0.85244268
+0.15373059 0.11956473 0.84745413
+0.21061499 0.11338921 0.83943993
+0.26305327 0.10080778 0.83192420
+0.32685569 0.09321038 0.83010274
+0.38707593 0.08759424 0.82289535
+0.45664421 0.07876989 0.82067668
+0.52746546 0.07258615 0.81204391
+0.58746266 0.06203709 0.81131291
+0.64423978 0.05091079 0.80189842
+0.70324039 0.04364340 0.79924512
+0.76355386 0.03488269 0.78821349
+0.83373809 0.02296557 0.78468454
+0.90699506 0.01287866 0.77318591
+0.96240586 -0.00213487 0.76964706
+1.00030351 -0.01205527 0.76062864
+1.03390896 -0.02017720 0.75558466
+1.06707799 -0.03088723 0.74476439
+1.09869647 -0.03932346 0.73852283
+0.88661182 -0.04177399 0.73821878
+0.03519534 -0.04099773 0.73709536
+0.06136468 -0.04692017 0.73042518
+0.05822276 -0.05151945 0.73171645
+0.05280281 -0.05763174 0.72707850
+0.04912800 -0.05915146 0.72740716
+0.04928977 -0.06509225 0.71612197
+0.06846111 -0.02411640 0.87193215
+-0.12258802 0.02943111 0.90509272
+-0.03133679 0.01321675 0.89579803
+0.05624150 0.00632826 0.88999754
+0.13291267 -0.00419409 0.88351667
+0.20238033 -0.01371037 0.87675697
+0.26923484 -0.02176734 0.87272185
+0.34761953 -0.03148719 0.86005735
+0.41225189 -0.04208254 0.85436338
+0.48388427 -0.05063116 0.84856170
+0.55137974 -0.05890443 0.84082830
+0.62264299 -0.06679326 0.83780032
+0.67291260 -0.07229072 0.83200693
+0.71808994 -0.08126885 0.83014613
+0.77665639 -0.09119833 0.82331312
+0.83202511 -0.09881090 0.81981087
+0.87298167 -0.10433993 0.81398255
+0.91606885 -0.11310907 0.80445147
+0.96164596 -0.12158271 0.80060053
+1.01638126 -0.13269044 0.79789704
+0.95016515 -0.14488569 0.78978187
+0.88790089 -0.15497445 0.78428173
+0.89339989 -0.16282240 0.77760965
+0.87963122 -0.17118306 0.77371460
+0.86865890 -0.17864236 0.76596510
+0.84695846 -0.18602297 0.76047355
+0.83903980 -0.19437501 0.76978433
+0.39482251 -0.16522717 0.77640355
+-0.27856752 -0.17542930 0.77131969
+-0.23659307 -0.18195318 0.77005726
+-0.21570714 -0.18822990 0.76824564
+-0.19264087 -0.19473161 0.76892430
+-0.16604652 -0.20022799 0.76279444
+-0.13358003 -0.21040890 0.84959626
+-0.07835291 -0.20092367 0.91528165
+-0.01309909 -0.21218348 0.90485352
+0.06982316 -0.22168049 0.90036058
+0.14138651 -0.23072623 0.89501411
+0.21951805 -0.23894846 0.89240795
+0.28027481 -0.24759556 0.88785344
+0.33216065 -0.25560477 0.87666214
+0.40551844 -0.26284808 0.86879396
+0.45878804 -0.27111974 0.86360294
+0.51753056 -0.27880201 0.85623044
+0.56885165 -0.28259927 0.85194385
+0.63156927 -0.27127042 0.84900874
+0.70134062 -0.25951934 0.84489816
+0.78913522 -0.24736018 0.84028834
+0.86235857 -0.23555990 0.83438796
+0.92837763 -0.22473028 0.83118671
+0.98417950 -0.21396129 0.82590765
+1.03336799 -0.19871062 0.82268715
+1.07402253 -0.18926960 0.81700677
+1.13181305 -0.17426766 0.81053996
+0.56944686 -0.15532531 0.80441338
+-0.06568325 -0.13946988 0.80220741
+-0.06442630 -0.12655678 0.79769570
+-0.08263666 -0.11439250 0.79376662
+-0.10193218 -0.10054771 0.78751701
+-0.12475977 -0.08262945 0.79827410
+-0.13341767 -0.05956309 0.82807255
+-0.13562272 -0.01940664 0.82274491
+-0.15079111 -0.00533384 0.82067442
+-0.10016426 0.00567207 0.82176000
+-0.07549286 0.01696089 0.82292569
+-0.03993842 0.03378949 0.81894541
+-0.00244838 0.04484784 0.84468693
+0.04035182 0.05360806 0.92830116
+0.08487370 0.06383769 0.91727394
+0.13111766 0.07452045 0.91276723
+0.19435568 0.09012257 0.90958488
+0.25826401 0.10271107 0.90648806
+0.33962867 0.11374534 0.90494931
+0.41211492 0.12979479 0.89836794
+0.47748950 0.14120823 0.88969451
+0.54409212 0.15545347 0.88524121
+0.59570479 0.16311425 0.88083863
+0.64562923 0.17759557 0.87418443
+0.69629252 0.18648069 0.87311137
+0.75921839 0.19966485 0.86581540
+0.83942258 0.21070692 0.86520267
+0.73333496 0.23096991 0.85759854
+0.37173647 0.25109082 0.85408944
+0.25674763 0.26252890 0.85330778
+0.25415275 0.27743453 0.84618527
+0.23981258 0.28591955 0.84434336
+0.21945052 0.29528746 0.83662349
+0.19686818 0.35478199 0.83172637
+0.21278419 0.40433237 0.82951540
+-0.24931790 0.41246408 0.82776999
+-0.24420674 0.42829186 0.82910234
+-0.22668183 0.44263208 0.83779097
+-0.20795137 0.47413656 0.86714756
+-0.18681616 0.21903987 0.95284587
+-0.16016704 -0.07623735 0.95566952
+-0.09104538 -0.05507540 0.95154399
+-0.05659159 -0.05405949 0.95097834
+-0.03272904 -0.05290113 0.94178015
+-0.00195907 -0.05343129 0.90921205
+0.03494914 -0.05397120 0.88639605
+0.08681260 0.62809896 0.93802148
+0.15442328 0.61603475 0.94317251
+0.24365364 0.63056552 0.93925488
+0.30360961 0.64264089 0.97919786
+0.37354353 0.65899575 -0.00802316
+0.43905368 0.67878509 -0.10500612
+0.50556946 0.59165847 -0.10342007
+0.57374066 0.60776597 -0.10763883
+0.62360376 0.63316953 -0.11311730
+0.69850034 0.65832424 -0.14278089
+0.73929870 0.66950005 0.47835445
+1.03536987 0.70915341 0.91227520
+-0.31423911 0.69052398 0.91776800
+-0.23905596 0.66866440 0.79792857
+-0.19202083 0.64274549 0.47866216
+-0.08083831 0.61779141 0.85872900
+-0.04608267 0.60781473 0.84719241
+-0.00694777 0.58839333 0.84053940
+0.03242024 0.57077867 0.83517963
+0.07467902 0.54813212 0.83657336
+0.12757637 0.53238124 0.84483194
+0.17381105 0.51247984 0.84397531
+0.21028455 0.50861007 0.83838749
+0.24292539 0.49588820 0.83442992
+0.27663478 0.48076856 0.90987861
+0.29799137 0.45894417 0.88976961
+0.32234555 0.43704939 0.87148631
+0.34964880 0.42266527 0.85793853
+0.37268490 0.40299585 0.85604888
+0.39152023 0.38644886 0.84926671
+0.41155592 0.36569002 0.83881027
+0.44223234 0.34622416 0.92302591
+0.48216864 0.33269820 0.91499889
+0.51985598 0.31254631 0.91123402
+0.56508976 0.29686746 0.90347779
+0.60381728 0.27904505 0.89824957
+0.63207442 0.26436642 0.89095056
+0.66231662 0.24654138 0.87467170
+0.69327641 0.23285557 0.85474116
+0.74111736 0.21337514 0.84268826
+0.70050877 0.19956376 0.83264530
+0.61098093 0.17974687 0.82826090
+0.70740664 0.16033328 0.81709170
+0.78464186 0.13927403 0.80922151
+0.86186159 0.12585223 0.80151147
+0.93846720 0.10812749 0.79361421
+1.01353598 0.09473462 0.79086632
+1.06176472 0.07952644 0.78028804
+-0.35935813 0.05979725 0.77584845
+-0.32035187 0.07883651 0.76568443
+-0.29845452 0.06458690 0.75746357
+-0.26212725 0.04477272 0.74613667
+-0.21671875 0.02716552 0.74111277
+-0.17473920 0.01249034 0.73568356
+-0.10548697 -0.00637445 0.72942573
+-0.14632751 -0.02200565 0.72256178
+-0.14623743 0.00568235 0.71150607
+-0.12232442 0.00293383 0.74843526
+-0.10325842 -0.01425354 0.75731069
+-0.08506783 -0.03087198 0.74745667
+-0.06482230 -0.04762858 0.73968858
+-0.03768186 -0.06716061 0.73465061
+-0.00629375 -0.08421504 0.73168439
+0.02731886 -0.10443682 0.72283626
+0.06269389 -0.12262991 0.79269344
+0.10551755 -0.13918014 0.83427328
+0.15806958 -0.15426549 0.81999373
+0.21363376 -0.17181176 0.81030452
+0.27269587 -0.18627331 0.80260175
+0.33695871 -0.20116095 0.79727328
+0.39600551 -0.21381061 0.79027623
+0.44984999 -0.20400035 0.78008485
+0.50808549 -0.19551030 0.77310288
+0.57526869 -0.18427733 0.76477528
+0.63819963 -0.17325157 0.75449973
+0.71544230 -0.16318944 0.74756145
+0.78666699 -0.15477897 0.74177146
+0.84294921 -0.14422861 0.73548722
+0.88805652 -0.13332285 0.72797394
+0.93562323 -0.12294059 0.72094321
+0.98533654 -0.11459893 0.71410799
+1.04576135 -0.10418653 0.70658386
+0.66567022 -0.09662187 0.69908023
+0.61968040 -0.09117310 0.68910128
+0.67920423 -0.08307329 0.68038541
+0.71773541 -0.07650851 0.67257696
+0.75936007 -0.06607431 0.66627598
+0.80058175 -0.05625730 0.65882444
+0.85590416 -0.04673098 0.64961535
+0.23140776 -0.03971187 0.63778406
+-0.28224874 0.04392781 0.64959151
+-0.25587139 0.04556543 0.66632473
+-0.24531159 0.04337072 0.65339708
+-0.23323974 0.04687211 0.64569157
+-0.21773058 0.05423702 0.63761687
+-0.18816540 0.05773749 0.63555044
+-0.12930839 0.06420084 0.63004684
+-0.06295803 0.10877703 0.67527866
+-0.00028148 0.12189550 0.78000534
+0.06804769 0.13249831 0.76506299
+0.13559404 0.13857411 0.75022215
+0.20017242 0.14492811 0.74460489
+0.27035388 0.15658763 0.73988861
+0.33988217 0.16276211 0.73010361
+0.38673076 0.17214455 0.71737236
+0.43341523 0.17951299 0.70654386
+0.47909194 0.18891194 0.70034117
+0.53176659 0.19940209 0.68944818
+0.56658649 0.20438322 0.68047571
+0.60121530 0.21414351 0.67792296
+0.65221459 0.22131085 0.66883194
+0.68443501 0.23088425 0.66362369
+0.71643305 0.24107626 0.65466362
+0.74759758 0.24838445 0.64964992
+0.79613793 0.25904623 0.64034534
+0.83466762 0.26277542 0.63501978
+0.90699643 0.26819208 0.62615651
+0.95316476 0.27202192 0.61938924
+0.98447186 0.28105110 0.60817260
+1.00407743 0.29031599 0.60393625
+1.01816010 0.29610559 0.59865361
+1.03916800 0.30392548 0.58665979
+1.07923329 0.30639538 0.57824594
+0.32874063 0.33929884 0.56818801
+0.10979322 0.37313136 0.57983088
+0.16233064 0.36562926 0.56451970
+0.21077091 0.36913097 0.55886602
+0.25853720 0.37232268 0.55266821
+0.30417055 0.38033071 0.54318744
+0.37578133 0.38444474 0.54078770
+0.04245015 0.42435306 0.55787879
+-0.18819563 0.49352565 0.73464739
+-0.14884473 0.49329472 0.71163654
+-0.11413819 0.50099766 0.70086282
+-0.07522766 0.51025850 0.69043702
+-0.03886775 0.51271725 0.68119055
+0.00321456 0.52074963 0.66991150
+0.05878643 0.53048259 0.65640312
+0.11244094 0.53418654 0.65004563
+0.15005422 0.53662878 0.63917655
+0.18205407 0.54726624 0.62845647
+0.21414319 0.55397308 0.62530828
+0.24274616 0.56084591 0.61345804
+0.27004388 0.56755871 0.60185981
+0.30243942 0.57305193 0.59965259
+0.32843295 0.57827181 0.59008723
+0.36700216 0.58531708 0.58795917
+0.40919107 0.59228086 0.57617247
+0.46292293 0.59815818 0.57484162
+0.51187187 0.60388488 0.57169557
+0.56070030 0.60914224 0.55821675
+0.61247516 0.61736697 0.55472493
+0.65324324 0.62226838 0.54019463
+0.64099663 0.61656106 0.57489592
+0.66637969 0.60965079 0.57599247
+0.71588308 0.61067730 0.58960849
+0.71778172 0.61256069 0.59012425
+0.62414867 0.64666498 0.49775520
+0.68844485 0.63689762 0.60950905
+0.70555609 0.62638605 0.60035300
+0.76390201 0.62619406 0.61817396
+0.81340694 0.62991309 0.61746794
+0.88263482 0.63239688 0.61000443
+0.81834310 0.64117515 0.61326873
+-0.33589706 0.83127892 0.67686874
+-0.29369819 0.82625449 0.64979357
+-0.28365338 0.83372682 0.63964975
+-0.27501628 0.83338857 0.63084304
+-0.26350158 0.84103215 0.61894149
+-0.24983788 0.84855324 0.60695988
+-0.20457534 0.84649563 0.59595329
+-0.13897221 0.84882814 0.57776177
+-0.09478192 0.85494024 0.57396555
+-0.07799200 0.86208993 0.56085378
+-0.05149452 0.86073601 0.56124705
+-0.03066376 0.85225493 0.55148363
+-0.00203258 0.83432823 0.54467821
+0.02666208 0.82914019 0.54675710
+0.04965277 0.81974763 0.53510523
+0.08578408 0.81026107 0.53712642
+0.13138925 0.80092865 0.52740812
+0.18783449 0.79105181 0.52762890
+0.25358048 0.78542876 0.51735598
+0.29875985 0.77552587 0.51845765
+0.36334583 0.76479852 0.51863557
+0.42968956 0.75014025 0.50762224
+0.47863916 0.73897743 0.50788128
+0.53357881 0.72758251 0.49565196
+0.60710031 0.71429050 0.49076456
+0.67670143 0.70391643 0.48698255
+0.75256801 0.68116891 0.54244435
+0.75729501 0.65272796 0.61971790
+0.81834012 0.64085490 0.60922712
+0.90618819 0.63029283 0.58894503
+0.97203350 0.62976849 0.56665033
+1.02362740 0.62364149 0.54156858
+1.11670387 0.61839741 0.50623429
+0.18697439 0.74351567 0.64912552
+0.04665376 0.74530917 0.63199651
+0.07827178 0.73385429 0.62404400
+0.10575241 0.72438622 0.60454589
+0.12897125 0.72002596 0.60503870
+0.15852475 0.70419115 0.59786588
+0.21215813 0.69738853 0.58502722
+-0.12801231 0.69792622 0.58224022
+-0.17884728 0.69322520 0.58088917
+-0.15505396 0.68351036 0.57171166
+-0.13389285 0.67221063 0.56345540
+-0.11477148 0.66618854 0.56500793
+-0.09028456 0.65710765 0.55419749
+-0.05457016 0.65104246 0.55509800
+-0.01255528 0.64038974 0.54413766
+0.03336595 0.63420606 0.54477596
+0.08212231 0.62954360 0.53621149
+0.14249615 0.62063885 0.53488308
+0.20576251 0.60988814 0.53908455
+0.26511624 0.60486060 0.52773070
+0.33262250 0.59467244 0.52774113
+0.39677653 0.58945787 0.51481324
+0.44975188 0.58430636 0.51418632
+0.50433236 0.57431477 0.51098096
+0.57461262 0.56662661 0.49844670
+0.58281714 0.54612857 0.54529393
+0.68851686 0.54961568 0.54204816
+0.76122844 0.53145963 0.54593122
+0.81954181 0.52307487 0.54572171
+0.86614770 0.51667106 0.53345096
+0.91508168 0.51061273 0.52294213
+0.96123552 0.50526160 0.50519514
+1.04170799 0.49122030 0.47796357
+0.58073479 0.56727195 0.63363713
+0.43954647 0.57173020 0.62606347
+0.47941616 0.56604999 0.61489922
+0.50385755 0.55697745 0.60912627
+0.52797884 0.55093402 0.59881264
+0.54430366 0.54641110 0.58968294
+0.59445029 0.54072607 0.57681489
+-0.02953104 0.54770017 0.59866387
+-0.23673233 0.54453105 0.58774906
+-0.21109736 0.53853327 0.57686806
+-0.19507535 0.53252733 0.57783550
+-0.17541383 0.52765369 0.56823826
+-0.15354401 0.52160329 0.56746882
+-0.11266711 0.51580340 0.55815154
+-0.05853772 0.50300205 0.55939120
+-0.00316439 0.49610692 0.55041838
+0.05402927 0.49000463 0.54947650
+0.11748233 0.48510793 0.54009014
+0.18671077 0.48013207 0.54081213
+0.24884838 0.47847131 0.53141451
+0.31464460 0.47259775 0.52878875
+0.37632102 0.46698377 0.52923602
+0.43701440 0.46068087 0.51837409
+0.49569613 0.45029828 0.51901609
+0.55939198 0.44276902 0.50591660
+0.61846256 0.43721062 0.50745499
+0.68436193 0.42730311 0.51202106
+0.74373543 0.42431024 0.50501752
+0.80048162 0.41716006 0.49994341
+0.84713989 0.40994403 0.49429387
+0.89505088 0.40388903 0.47847161
+0.95454949 0.38994941 0.46902987
+1.02190053 0.38348189 0.44846761
+0.75323433 0.46180707 0.63200372
+0.71742380 0.46744016 0.61733007
+0.75392658 0.45715976 0.61143124
+0.77298301 0.45843679 0.59563756
+0.79164785 0.45381045 0.59548140
+0.80919248 0.44954175 0.58618754
+0.85702580 0.44300720 0.57615721
+-0.04689564 0.47211480 0.58544135
+-0.26663867 0.46822286 0.58178818
+-0.24512896 0.46295625 0.57152700
+-0.23014940 0.45784283 0.57209468
+-0.21276407 0.45027089 0.56266975
+-0.19191679 0.44598493 0.56158197
+-0.14553006 0.43566793 0.55234557
+-0.08069603 0.43267244 0.55281991
+-0.01963631 0.42300946 0.54162562
+0.04371862 0.41795674 0.54181749
+0.10807855 0.41554335 0.53146845
+0.17074223 0.41030192 0.53010356
+0.23606381 0.41048709 0.52295178
+0.31125852 0.40276703 0.52174872
+0.37326458 0.40204966 0.51890492
+0.42946354 0.39254525 0.51108152
+0.48712569 0.39124209 0.50753331
+0.55549002 0.38371056 0.49939072
+0.61540246 0.38265789 0.49833426
+0.66916478 0.37276608 0.49226463
+0.73252392 0.37028185 0.47974747
+0.78468657 0.36642998 0.47451541
+0.83547848 0.35434741 0.46754581
+0.88007534 0.35237455 0.45410922
+0.93992537 0.34478584 0.44533464
+1.00754166 0.33992007 0.43255293
+0.85478270 0.40681425 0.62543434
+0.88324773 0.40058392 0.60506034
+0.91371447 0.40035251 0.59602195
+0.93875003 0.40064678 0.58616787
+0.95178419 0.39174175 0.57783419
+0.97193474 0.39204592 0.56697440
+1.01890624 0.38548306 0.55262554
+-0.19316557 0.46267542 0.57979220
+-0.27639055 0.44986647 0.57428515
+-0.25999734 0.44820875 0.56363094
+-0.24758589 0.44190323 0.56184638
+-0.22873706 0.43425533 0.55246651
+-0.20738447 0.42888811 0.55232811
+-0.15795374 0.42052275 0.54203081
+-0.08660241 0.41819391 0.54033488
+-0.02722866 0.41262910 0.52820808
+0.02636922 0.41105556 0.52665389
+0.09511379 0.41283476 0.51726300
+0.16858070 0.40068984 0.51719075
+0.23656423 0.40182081 0.51727575
+0.31336850 0.40077430 0.50528419
+0.36440074 0.40056762 0.50444210
+0.43024093 0.39660197 0.49207982
+0.48819688 0.39481935 0.49040383
+0.54897976 0.39238337 0.48768207
+0.60821277 0.38807270 0.47778538
+0.65963727 0.37580362 0.47098783
+0.72711456 0.37237579 0.46375373
+0.78472841 0.37068406 0.44990444
+0.82446498 0.36900094 0.44212553
+0.87940836 0.36784244 0.43563315
+0.93413424 0.36430064 0.41734877
+0.99652457 0.35642457 0.40897903
+0.87051094 0.42915550 0.61545169
+0.92625135 0.42211375 0.59000069
+0.95454526 0.42296678 0.57055992
+0.96926254 0.42033580 0.56156284
+0.98070765 0.41881275 0.55924112
+0.99657172 0.41909087 0.54997194
+0.98292559 0.41693473 0.53498572
+-0.32565621 0.51591605 0.56587511
+-0.27509469 0.50642174 0.55853063
+-0.26151586 0.49762100 0.54744315
+-0.24800764 0.49230188 0.54547930
+-0.22847246 0.49039170 0.53517550
+-0.20416595 0.48472545 0.53111029
+-0.15054354 0.48493806 0.51854122
+-0.07907301 0.47491339 0.51673377
+-0.02038642 0.47319457 0.50442678
+0.03066414 0.47037110 0.50405937
+0.09276091 0.46609646 0.49388096
+0.15743303 0.46548420 0.49224997
+0.22560889 0.46367177 0.49186274
+0.30271539 0.45905471 0.48034397
+0.36160555 0.46142450 0.47927570
+0.41850412 0.46047637 0.47406527
+0.47844812 0.45626161 0.46332154
+0.54756272 0.45109591 0.46240327
+0.59796387 0.44392523 0.46728674
+0.65533048 0.43623084 0.46430433
+0.71036029 0.43586949 0.46712455
+0.76301569 0.43354926 0.46522895
+0.80363417 0.43395504 0.45393705
+0.85984093 0.42935640 0.44401354
+0.91939646 0.42775184 0.42887154
+0.94338489 0.43423980 0.41823107
+0.78784782 0.49433202 0.60540152
+0.83453035 0.49440405 0.59073800
+0.85477942 0.49027699 0.57396615
+0.86786407 0.49526107 0.56821799
+0.87488675 0.49565399 0.56672519
+0.89635164 0.50004232 0.55946881
+0.71445745 0.50452495 0.54842800
+-0.30376568 0.60878956 0.54932457
+-0.25789526 0.59953105 0.54157513
+-0.24406925 0.59896916 0.53033751
+-0.22773606 0.59866863 0.52793580
+-0.20827466 0.59725708 0.51556724
+-0.17901851 0.59618890 0.51289880
+-0.12497848 0.59259540 0.50037616
+-0.06051428 0.58882409 0.49771076
+-0.01209203 0.58691460 0.48358706
+0.03454337 0.58546519 0.48288956
+0.08935915 0.58802474 0.47952747
+0.15467118 0.58745968 0.46904632
+0.22028866 0.58657622 0.46590424
+0.28497255 0.58912188 0.45443371
+0.34617779 0.58789897 0.45275381
+0.40641084 0.58121556 0.44760281
+0.46122053 0.58346593 0.43627214
+0.53078979 0.58365530 0.43043822
+0.58655095 0.57713038 0.45534930
+0.63011354 0.55574292 0.52178574
+0.64452285 0.54528624 0.53226787
+0.69339514 0.54141796 0.53402609
+0.73431677 0.54265356 0.52847165
+0.78164959 0.54525036 0.52448654
+0.86794156 0.54878074 0.49253356
+0.80051297 0.54624295 0.50873375
+0.61470908 0.63787359 0.57621628
+0.64656353 0.62548774 0.58424640
+0.65498072 0.61280066 0.59550434
+0.66387331 0.61437756 0.59609145
+0.66416985 0.61760753 0.59786958
+0.68382543 0.61746693 0.59784865
+0.45849338 0.67271072 0.50134248
+-0.27033871 0.75115329 0.51956707
+-0.22712873 0.74807221 0.51290268
+-0.21139430 0.74976277 0.50166237
+-0.19248444 0.75358570 0.49709886
+-0.17269839 0.75447577 0.48657066
+-0.14290445 0.75574803 0.48152122
+-0.09337553 0.75570166 0.46964124
+-0.03853593 0.75790524 0.46750903
+0.00443359 0.76075888 0.46189395
+0.04144321 0.76226568 0.45222610
+0.08881464 0.76648456 0.44727480
+0.14092617 0.77481228 0.43790358
+0.20440400 0.77577734 0.43394333
+0.26969233 0.77706671 0.43031260
+0.32785532 0.78084433 0.41962987
+0.37952355 0.78429717 0.41627961
+0.43812168 0.78664714 0.41194913
+0.50440735 0.78651458 0.39668030
+0.57443935 0.78560621 0.38841698
+0.65490174 0.78321463 0.37674901
+0.71898288 0.76412940 0.40339196
+0.77353412 0.74985176 0.43349308
+0.82091182 0.74001759 0.45159087
+0.87367129 0.73550183 0.44636685
+0.94120932 0.73988092 0.43065977
+0.83801252 0.76107836 0.38437632
+0.29833743 0.83151716 0.55316597
+0.32755232 0.83592647 0.53380919
+0.33556569 0.84676069 0.51345330
+0.33889261 0.85041350 0.50286114
+0.33936548 0.85605562 0.49210086
+0.34869188 0.86619687 0.49049065
+0.22886735 0.87580043 0.47606513
+-0.22915454 0.92910939 0.48974651
+-0.18460833 0.92949343 0.47347987
+-0.16555355 0.93352658 0.46083406
+-0.14387058 0.93592983 0.45692831
+-0.12167681 0.94436783 0.44605491
+-0.09278267 0.94685072 0.44224069
+-0.05246667 0.95475841 0.43950716
+-0.01027261 0.95635957 0.42660895
+0.02693141 0.96025008 0.42394370
+0.05372275 0.96908522 0.41168854
+0.08912231 0.97329915 0.40767336
+0.13218103 0.98085123 0.40681294
+0.18476276 0.98538148 0.39355990
+0.24261048 0.99434811 0.39215103
+0.30099988 0.99832207 0.38825873
+0.34748030 1.00601113 0.37518182
+0.40371203 1.00995493 0.37292814
+0.47376239 1.01815271 0.36598206
+0.54662335 1.02356076 0.34858826
+0.65202206 1.02237582 0.33263335
+0.72137702 1.02776623 0.32196969
+0.79315025 1.03119910 0.30334714
+0.84694111 1.03938401 0.29447380
+0.90945601 1.04771554 0.28289679
+0.97235572 1.05048251 0.26330471
+0.92753381 1.05897272 0.24940839
+-0.13042617 1.07170999 0.52818137
+-0.10631299 1.08119535 0.50851887
+-0.11523578 1.09126043 0.48603702
+-0.11668816 1.10136592 0.47466281
+-0.12283171 1.10664117 0.47430095
+-0.12563825 1.11649001 0.46176970
+-0.10807669 1.12271476 0.44428530
+-0.18185401 1.13212943 0.43939316
+-0.13192388 1.13572371 0.42288959
+-0.11098310 1.14406502 0.42003641
+-0.08382656 1.15261650 0.40574837
+-0.06080870 1.16120541 0.40536782
+-0.03561600 1.16569114 0.39132234
+0.00035382 1.17432368 0.38816306
+0.02293862 1.18288481 0.37470686
+0.05586327 1.18426573 0.37370032
+0.08100278 1.17876148 0.37465096
+0.11524150 1.17318821 0.36342266
+0.14742292 1.17101765 0.36422232
+0.20159216 1.16541743 0.36319402
+0.26133534 1.15986490 0.35262582
+0.33206338 1.15398908 0.35210821
+0.38196081 1.14798367 0.35282913
+0.44043273 1.14216721 0.33996677
+0.51697856 1.13660252 0.33742183
+0.59585601 1.12787020 0.33165908
+0.52090883 1.13092947 0.31677002
+0.55765736 1.12403488 0.31032443
+0.61162901 1.11848080 0.30147055
+0.65596527 1.11362898 0.28523070
+0.68470818 1.10927832 0.27926964
+0.72228128 1.10397446 0.27210614
+0.79793185 1.14374304 0.22536454
+-0.08866402 -0.04361428 1.00192773
+-0.26915163 -0.16500349 1.01278889
+-0.24419245 -0.15116675 1.00765848
+-0.22481792 -0.14346671 1.00394392
+-0.20117480 -0.13614725 1.00076818
+-0.17033446 -0.12510106 0.99692112
+-0.11700834 -0.12046114 0.98989654
+-0.04339459 -0.12032464 0.98072654
+0.04615913 -0.11709087 0.97464460
+0.13180067 -0.11012056 0.97325552
+0.20952608 -0.10311162 0.97050381
+0.27646431 -0.09249321 0.96926785
+0.33613291 -0.08575831 0.96621507
+0.40254754 -0.07900906 0.96434015
+0.46272311 -0.07229744 0.96070629
+0.52089328 -0.06572092 0.95842838
+0.57804352 -0.05767645 0.95406651
+0.64132822 -0.05231257 0.95255834
+0.70682484 -0.04649533 0.94566929
+0.77781612 -0.03805238 0.94233888
+0.85344177 -0.03295815 0.93331468
+0.91468549 -0.02723371 0.92898160
+0.96366078 -0.01726283 0.92451370
+1.00860012 -0.00970314 0.91754705
+1.04569793 -0.00376215 0.91538757
+1.09094501 0.00360312 0.90703499
+0.78794038 0.05184207 0.92853671
+0.23964238 0.08234247 0.92842340
+0.25041285 0.09218653 0.92370778
+0.23977587 0.10065383 0.92325807
+0.22712523 0.11136728 0.91954195
+0.22161295 0.11818146 0.91787583
+0.21698153 0.13007395 0.91164863
+0.11875406 0.14534944 0.96196085
+-0.20310183 0.15915728 0.96652466
+-0.15340170 0.16934589 0.96280688
+-0.12672862 0.17584510 0.95859039
+-0.10031775 0.18650605 0.95551074
+-0.07017092 0.19716762 0.95123172
+-0.03886890 0.20114973 0.94394964
+0.00703699 0.20667490 0.93630463
+0.05341854 0.21048796 0.92773014
+0.12879604 0.22042456 0.92562193
+0.18919741 0.22714567 0.92112565
+0.26617897 0.23770647 0.91926003
+0.31956363 0.24806319 0.91623503
+0.36347362 0.25436583 0.91244531
+0.43686873 0.26222131 0.90837848
+0.49364361 0.26455554 0.90431225
+0.54885995 0.27388415 0.89819747
+0.60371768 0.28231418 0.89193487
+0.66775531 0.28655484 0.88403869
+0.74730033 0.29327235 0.87461662
+0.85367376 0.29916370 0.86845869
+0.90606475 0.30704015 0.86032772
+0.95361453 0.31148773 0.85314178
+0.97748256 0.32053569 0.85050267
+0.99931645 0.32706785 0.84494710
+1.00810122 0.33933085 0.83943164
+1.03407335 0.36109859 0.87378258
+0.20011796 0.47903299 0.88761783
+-0.29977274 0.48214000 0.88069075
+-0.26357618 0.48939359 0.87778646
+-0.23711875 0.50214612 0.87576991
+-0.20905453 0.51049411 0.87267607
+-0.17476974 0.51659441 0.86769551
+-0.12823699 0.52825105 0.90115839
+-0.05652715 0.54809278 0.91904956
+0.01454475 0.55845457 0.91194850
+0.06977218 0.56957686 0.90826589
+0.11731379 0.57383609 0.90536636
+0.16327702 0.58431441 0.90081400
+0.20977822 0.59576696 0.89300662
+0.25820571 0.60636091 0.88404709
+0.30973554 0.61677605 0.87578881
+0.36052254 0.62746155 0.87098557
+0.42927563 0.63869023 0.86649960
+0.48725766 0.64968657 0.86250335
+0.56216908 0.65386552 0.85858995
+0.62782067 0.66285104 0.85304368
+0.70758551 0.67228907 0.84698045
+0.78073198 0.68123329 0.84082294
+0.83692807 0.68933523 0.83449024
+0.88204473 0.69671547 0.82660389
+0.92111170 0.70275128 0.81859964
+0.96305645 0.70694232 0.81112635
+1.02932358 0.68884259 0.80315089
+0.33244243 0.67376316 0.79047555
+0.12601453 0.65579611 0.78181076
+0.13836627 0.63985765 0.77423209
+0.13793139 0.62919366 0.76914501
+0.13657999 0.62019843 0.76497811
+0.13330582 0.61009073 0.79535598
+0.14875294 0.66402233 0.85169357
+-0.00919871 0.72441512 0.84192193
+-0.12832430 0.70184708 0.83363569
+-0.06903817 0.68778616 0.83121800
+-0.00905779 0.67134911 0.82717770
+0.06218015 0.65901738 0.82019699
+0.13511603 0.64372629 0.82896888
+0.20928475 0.62897301 0.86105460
+0.28064412 0.61028934 0.85385942
+0.34890485 0.59447449 0.84582019
+0.41969481 0.58293813 0.83775377
+0.47889885 0.57132930 0.83341295
+0.55343515 0.55509645 0.82629234
+0.61578321 0.54418284 0.81988174
+0.65107763 0.53288883 0.81044585
+0.71429223 0.51864880 0.80609584
+0.78398526 0.51850337 0.79675031
+0.70525855 0.51260728 0.79377460
+0.70868224 0.49797285 0.78681654
+0.71109438 0.48714057 0.78059202
+0.70021158 0.47192734 0.77231604
+0.68276983 0.45355844 0.76750135
+0.64830953 0.42389497 0.76196706
+0.85940182 0.39613441 0.75190610
+1.05481815 0.37746280 0.74236757
+1.05965972 0.36236575 0.73335969
+1.09633148 0.34002563 0.74191248
+0.97089475 0.39472696 0.76647830
+0.33909774 0.19574809 0.76733392
+-0.20619823 0.10596478 0.76151878
+-0.08140562 0.08864642 0.75257432
+-0.08411472 0.07769582 0.74926341
+-0.08553118 0.06314858 0.72371483
+-0.08619636 0.03915934 0.82004142
+-0.08630672 0.18571140 0.79217035
+-0.07666430 0.36992967 0.77699792
+-0.16042092 0.33999389 0.77053624
+-0.12471906 0.31720662 0.76268864
+-0.10000620 0.29839173 0.80142570
+-0.07269327 0.29415956 -0.07119989
+-0.04703100 0.13437460 -0.05263582
+-0.01617726 -0.06647540 -0.05558131
+0.00776325 -0.05423165 -0.06318662
+0.03530173 -0.05848751 -0.06699703
+0.06552840 -0.05901660 -0.10959973
+0.09663638 -0.06189502 0.63333738
+0.13392483 -0.05637760 0.76865155
+0.17159034 0.15489827 0.75467837
+0.21514212 0.11568945 0.74467468
+0.27190065 0.09796683 0.73406005
+0.75451422 -0.02735648 0.30377078
+0.82466185 -0.04337612 0.59429276
+-0.15050650 -0.02832515 0.66861510
+-0.13319547 -0.01434334 0.66951847
+-0.09731478 0.02112396 0.67259645
+-0.08037503 0.17822631 0.68452173
+-0.06415752 0.17677334 0.67992872
+-0.04523832 0.17718291 0.67712861
+-0.02694293 0.17815526 0.67217469
+0.00032591 0.18789291 0.66292590
+0.02587685 0.19050507 0.65135843
+0.05218404 0.19698432 0.62793159
+0.07545897 0.23597588 0.62105232
+0.09912744 0.24804136 0.64098817
+0.13187739 0.26035273 0.77094018
+0.16959025 0.26791018 0.76117355
+0.21456401 0.27428105 0.74701744
+0.27368757 0.28737429 0.74298215
+0.32534686 0.30042329 0.73738515
+0.37467152 0.30524087 0.73953056
+0.43517384 0.31547239 0.73077357
+0.49858204 0.32784283 0.76806945
+0.56122726 0.33389813 0.76482916
+0.64128721 0.34420910 0.75985950
+0.70789546 0.35465574 0.75486451
+0.76645738 0.36246046 0.75852340
+0.81318682 0.37775433 0.75175142
+0.86319923 0.38957664 0.75201678
+0.91526210 0.40586725 0.74363887
+0.98269677 0.41846797 0.74212372
+0.74377453 0.43315467 0.73776156
+0.66714710 0.44316152 0.73814428
+0.73417056 0.45479241 0.73538929
+0.78482622 0.47045159 0.73384058
+0.83435744 0.48306638 0.72498840
+0.87914228 0.49884489 0.72558951
+0.93276745 0.51048177 0.72531474
+0.58468139 0.51636833 0.71953017
+-0.27525544 0.52852774 0.71628523
+-0.24060751 0.59987122 0.71106631
+-0.23228796 0.60238439 0.70412397
+-0.22319117 0.60588086 0.69754100
+-0.20908840 0.61527234 0.69147879
+-0.19202119 0.61908144 0.68890232
+-0.14427917 0.62673068 0.68544656
+-0.07442704 0.63336229 0.68208265
+-0.02361121 0.73913002 0.67661685
+0.01144256 0.75550735 0.76442820
+0.05322627 0.76820278 0.78407097
+0.09369228 0.77358371 0.77705306
+0.14541480 0.78314477 0.77208191
+0.20551609 0.79671025 0.76912028
+0.24809578 0.80664533 0.76294100
+0.29607299 0.81076396 0.75593114
+0.33524951 0.81792474 0.80231577
+0.37702686 0.83142865 0.82311630
+0.41910639 0.84197021 0.81838518
+0.44938499 0.85300094 0.81850344
+0.48342684 0.86412835 0.81525809
+0.51728237 0.87894297 0.81146336
+0.54160607 0.88612652 0.80849767
+0.56619358 0.89371973 0.80314982
+0.60075063 0.90537030 0.79905367
+0.63891667 0.91724670 0.79829711
+0.68155783 0.92898601 0.79609048
+0.73798120 0.94017011 0.79542309
+0.78154093 0.94634092 0.79286546
+0.81222719 0.93141055 0.78993946
+0.83333451 0.91643578 0.78636885
+0.85297692 0.89801675 0.78409874
+0.88465458 0.87520683 0.78272408
+0.91474175 0.85196084 0.78867567
+0.26620033 0.83560842 0.77228963
+0.33358157 0.81151366 0.76959842
+0.39764509 0.79185265 0.76240748
+0.46226567 0.77468795 0.75805646
+0.52490348 0.75681967 0.75270897
+0.58591527 0.73390657 0.74751967
+0.68436641 0.71907824 0.74707711
+-0.02505655 0.71832001 0.74137968
+-0.24159177 0.83750767 0.76926512
+-0.22210446 0.81749266 0.80542701
+-0.21016264 0.79582721 0.79788053
+-0.19285128 0.78139603 0.79276800
+-0.17584354 0.77151698 0.79135650
+-0.14351448 0.75654387 0.78858536
+-0.08896244 0.73307502 0.78365630
+-0.03976296 0.73992366 0.82015079
+-0.00917573 0.72327471 0.88233179
+0.01055990 0.70705974 0.87705523
+0.03229649 0.69593424 0.87554759
+0.04868875 0.68192643 0.87277400
+0.07106327 0.66575986 0.87160850
+0.09282137 0.64560980 0.86941355
+0.10479418 0.62744528 0.86249363
+0.11602911 0.61617482 0.85464758
+0.12751602 0.60196698 0.85249531
+0.14972329 0.58622533 0.84933513
+0.17896084 0.57148105 0.85152954
+0.21761338 0.56217408 0.84885752
+0.29090059 0.54593772 0.84676868
+0.34866682 0.52662182 0.84371877
+0.40434200 0.51486838 0.84143573
+0.46196362 0.49821767 0.83805496
+0.53034449 0.48179504 0.83596992
+0.61171806 0.46916264 0.82903302
+0.72468185 0.44917363 0.82747924
+0.80454975 0.43496320 0.82295686
+0.86657721 0.41733572 0.81496227
+0.92861718 0.39796516 0.81310475
+0.97854459 0.38535619 0.80738688
+1.02722538 0.37030506 0.80337226
+1.11736357 0.35858190 0.79670078
+0.13328081 0.38141096 0.80123377
+0.03861202 0.40038726 0.82977939
+0.08066999 0.38176814 0.82439959
+0.11602326 0.37212625 0.81674761
+0.14384702 0.35535821 0.81705832
+0.17989901 0.34290716 0.81621772
+0.24174817 0.32489544 0.81062639
+-0.08301908 0.35332814 0.83101696
+-0.19291081 0.38369200 0.94169414
+-0.16917126 0.36341393 0.93376756
+-0.15260376 0.34357107 0.93119562
+-0.13540967 0.32961634 0.92820728
+-0.11490748 0.31708294 0.92684299
+-0.08354731 0.29859236 0.92616224
+-0.04102322 0.28135860 0.91872394
+0.00051804 0.26786882 0.90906906
+0.03705269 0.24851625 0.90637314
+0.07864847 0.23825987 0.90375584
+0.13234985 0.22721604 0.90350503
+0.18991350 0.20788461 0.90095055
+0.25113034 0.19889335 0.90040773
+0.31318387 0.18732667 0.89625949
+0.37284833 0.16943742 0.89626080
+0.43071878 0.15884103 0.88994730
+0.49094948 0.14739473 0.88773656
+0.55946493 0.13598171 0.88047820
+0.62521905 0.11757833 0.87797534
+0.69622010 0.10176262 0.87163728
+0.76104712 0.09074279 0.86861819
+0.81282699 0.08076780 0.85997319
+0.86145729 0.07093062 0.85863996
+0.91040713 0.05606214 0.85678965
+0.97258067 0.04300602 0.84643781
+0.92214161 0.03415982 0.84127223
+0.68676174 0.04329041 0.84357876
+0.75018781 0.02998378 0.84091234
+0.79744619 0.01960003 0.83328569
+0.83215618 0.00832559 0.83508664
+0.86085773 -0.00458897 0.82829750
+0.90478051 -0.01526865 0.82859987
+0.73412222 -0.01302746 0.82300001
+-0.31006560 0.11813357 0.99325097
+-0.26752913 0.09595584 0.98232371
+-0.25791031 0.07702176 0.98087710
+-0.24582720 0.05332084 0.97898883
+-0.22919130 0.03791065 0.97390181
+-0.20762889 0.02639367 0.97573775
+-0.15514314 0.00132443 0.96760803
+-0.08513425 -0.01847798 0.95603144
+-0.02777509 -0.03228711 0.95255733
+0.02300553 -0.05427003 0.94960713
+0.08685878 -0.06636373 0.95134717
+0.15267432 -0.07804609 0.94712281
+0.22368522 -0.09140691 0.94901419
+0.30503324 -0.10959984 0.94201487
+0.36298543 -0.12319502 0.94307864
+0.42151502 -0.13348259 0.93622035
+0.47663176 -0.14215058 0.93377352
+0.52712512 -0.13546385 0.92396456
+0.57743680 -0.13483955 0.91981518
+0.61753064 -0.12763213 0.90830493
+0.66567647 -0.12137728 0.90315330
+0.71372277 -0.12150879 0.89181656
+0.74510181 -0.11329900 0.88773793
+0.78895777 -0.10498583 0.88202840
+0.83290857 -0.09670971 0.86867875
+0.88565010 -0.09471717 0.86051643
+0.96134949 -0.09130678 0.83943284
+1.01609409 -0.08981946 0.83708471
+1.04823339 -0.08271528 0.82707494
+1.06900096 -0.07860241 0.82711476
+1.08301723 -0.07087756 0.81816185
+1.09997547 -0.06350243 0.81757259
+1.14612508 -0.06610277 0.80114937
+0.04977607 0.11279921 0.98238486
+-0.06471494 0.12054902 0.97206151
+-0.02841340 0.11347207 0.96502727
+0.00964933 0.10790621 0.96041119
+0.04234444 0.10786379 0.95273811
+0.08227088 0.10342021 0.95065755
+0.15322359 0.10237002 0.94108498
+-0.11133856 0.11521144 0.94103593
+-0.13132608 0.11842259 0.93520969
+-0.09136851 0.11757131 0.92960578
+-0.04994247 0.11350259 0.92701608
+0.00013260 0.11370058 0.92119300
+0.05146579 0.11763269 0.91854900
+0.10959583 0.11841939 0.90973920
+0.16792774 0.11535836 0.90747154
+0.22643951 0.11408253 0.89761841
+0.26678264 0.11814145 0.89517558
+0.31422061 0.11517468 0.88384265
+0.35018623 0.11442716 0.87970656
+0.38767147 0.11190761 0.86978221
+0.42940909 0.11337348 0.86453962
+0.46974379 0.12051004 0.85077655
+0.50146759 0.12495130 0.84647697
+0.53681266 0.12957588 0.84131819
+0.58549076 0.13844123 0.82583499
+0.63526899 0.13711950 0.82063550
+0.70120865 0.13857676 0.79833239
+0.75983196 0.14533661 0.79400080
+0.80563885 0.14953545 0.78316993
+0.83947444 0.15389150 0.78206134
+0.86699885 0.15801397 0.77388692
+0.90382451 0.16550422 0.77109349
+0.95849866 0.16064939 0.75777632
+0.40516683 0.29656678 0.92208296
+0.26121667 0.31310615 0.91960698
+0.31678820 0.30942628 0.91234738
+0.36474326 0.30939871 0.90602720
+0.40919754 0.30499601 0.90656149
+0.45188633 0.30521584 0.89801764
+0.53068644 0.29862189 0.88936859
+-0.03099840 0.34159905 0.91151190
+-0.21166560 0.34649542 0.90107894
+-0.18125802 0.34225002 0.89313740
+-0.15441686 0.34037679 0.89158154
+-0.12493465 0.34215862 0.88327342
+-0.08884652 0.33896357 0.88200307
+-0.03620042 0.33931053 0.87145418
+0.02423261 0.33723390 0.86983567
+0.08102264 0.33805528 0.85977441
+0.12146360 0.33251166 0.85512394
+0.15612462 0.33233327 0.84622413
+0.19414659 0.33066818 0.83990788
+0.22227588 0.33168378 0.83026755
+0.26417825 0.33013120 0.82430387
+0.29421812 0.32958162 0.81214058
+0.32208925 0.32513103 0.80763900
+0.35456607 0.32740366 0.80342072
+0.39476061 0.32886565 0.78920871
+0.44874972 0.32993558 0.78268516
+0.50466514 0.33255848 0.76062655
+0.56392241 0.33568585 0.75646222
+0.62050581 0.34011024 0.74745125
+0.65856349 0.34077469 0.74693340
+0.69870377 0.34076658 0.73998022
+0.74988127 0.34378156 0.73671860
+0.81475312 0.33710918 0.72268999
+0.53620952 0.45640311 0.88405043
+0.49430159 0.46627444 0.88229448
+0.55401969 0.46420401 0.87142301
+0.60900766 0.46041381 0.87180728
+0.65741885 0.45359743 0.86324298
+0.71360117 0.45024163 0.85852057
+0.79618818 0.44755438 0.84728789
+-0.02864583 0.51160026 0.88307345
+-0.26179072 0.52206725 0.87060654
+-0.23785755 0.51689118 0.86376351
+-0.22070797 0.51438403 0.86021805
+-0.19935799 0.51582205 0.85318196
+-0.17560197 0.51446605 0.85076278
+-0.12845829 0.51212823 0.84182626
+-0.06340446 0.50737828 0.83805954
+-0.00851033 0.50403273 0.82806784
+0.02503367 0.50443721 0.82385921
+0.05776547 0.50494641 0.81430537
+0.08772322 0.50072402 0.80919015
+0.11698273 0.50163013 0.79809767
+0.15333483 0.48904335 0.79288495
+0.18239996 0.48873633 0.78233850
+0.20797883 0.48828527 0.77726740
+0.23628505 0.48594910 0.76480198
+0.26938820 0.48358315 0.75798339
+0.31185436 0.48201025 0.75215203
+0.36652768 0.48331389 0.73061740
+0.42654309 0.48034844 0.72597021
+0.48681226 0.48524994 0.71840078
+0.53419113 0.48168677 0.71758521
+0.57950121 0.48655516 0.71031868
+0.64345562 0.48618096 0.70813501
+0.71132821 0.48457488 0.69552392
+0.58173645 0.58454448 0.85710412
+0.61955112 0.58782995 0.85123789
+0.68499660 0.58081985 0.84625030
+0.74421871 0.56983387 0.84218842
+0.79732233 0.56988758 0.83436716
+0.84715760 0.56370836 0.82904547
+0.93817395 0.55798888 0.81613910
+-0.15953210 0.63430929 0.86252576
+-0.28465414 0.62859482 0.85010612
+-0.26876965 0.62667125 0.84813333
+-0.25482899 0.62914866 0.83958626
+-0.23856504 0.62444377 0.83116549
+-0.21806337 0.61904734 0.82984012
+-0.17140226 0.61939037 0.81744826
+-0.10381660 0.61506277 0.81274664
+-0.04825217 0.61166787 0.80284697
+-0.02214533 0.60984516 0.79900301
+0.01175570 0.60649806 0.78916264
+0.03873619 0.59943420 0.78486818
+0.06794886 0.59669524 0.77466738
+0.10379429 0.59320676 0.76889485
+0.13396849 0.58920926 0.75725770
+0.15665574 0.59056997 0.75253308
+0.18260263 0.58658975 0.74882966
+0.20748346 0.57848495 0.73499984
+0.25258636 0.58399254 0.72262490
+0.29929233 0.60582888 0.68763036
+0.36127475 0.61856729 0.67372859
+0.42676288 0.62052965 0.66499311
+0.47009128 0.62239152 0.66318381
+0.52139610 0.62817407 0.65506852
+0.59372145 0.62844288 0.65514576
+0.66705573 0.61934805 0.63802689
+0.58254898 0.72113663 0.81058681
+0.65402317 0.71102881 0.79989374
+0.71556157 0.70445752 0.79226911
+0.77456981 0.70054495 0.78622437
+0.81916201 0.68887693 0.78068846
+0.86830497 0.67864782 0.77133214
+0.94211078 0.65779018 0.76672041
+-0.33863544 0.76711047 0.81343347
+-0.29177856 0.75783247 0.79709685
+-0.28238139 0.75369549 0.79261094
+-0.26991540 0.74479604 0.78407526
+-0.25248259 0.74388218 0.78375793
+-0.23412745 0.74299973 0.77397144
+-0.18078470 0.73963946 0.76362425
+-0.11238630 0.73489076 0.75880229
+-0.05992878 0.72747296 0.74933970
+-0.03443799 0.72213012 0.74544311
+0.00125581 0.71604407 0.73468423
+0.02892615 0.71323574 0.72916484
+0.06044680 0.71075928 0.72695005
+0.09911106 0.70742482 0.71275562
+0.12952425 0.69977474 0.70200866
+0.15583853 0.69345188 0.69689089
+0.18611635 0.68920279 0.69260424
+0.21339907 0.68130076 0.67818564
+0.25522193 0.67771190 0.67419755
+0.30541599 0.67057818 0.66287887
+0.36473304 0.66935384 0.65899968
+0.43022498 0.66987240 0.65026671
+0.47324070 0.66267747 0.65229332
+0.52999926 0.66431081 0.64223903
+0.60233742 0.65976995 0.64261258
+0.65288746 0.66050464 0.63352346
+0.53284198 0.75657624 0.80977070
+0.60189629 0.74602610 0.79236281
+0.65660381 0.74017328 0.78643650
+0.71367270 0.73362589 0.77885973
+0.75957406 0.72673070 0.77265370
+0.81145334 0.71071106 0.76597977
+0.70522296 0.71919417 0.75619417
+-0.31878641 0.77983534 0.80451608
+-0.27663165 0.77181494 0.79092848
+-0.26601335 0.76556772 0.78639454
+-0.25217700 0.76467276 0.77616620
+-0.23376293 0.75976110 0.76789498
+-0.20494413 0.75488985 0.76769239
+-0.14924701 0.74793673 0.75577343
+-0.08079964 0.74044585 0.75095052
+-0.03026408 0.73388815 0.74084121
+0.00016392 0.73214948 0.73831046
+0.03618463 0.72609329 0.72791058
+0.06930158 0.71608031 0.72390097
+0.10490555 0.71439058 0.71344000
+0.14517736 0.70685077 0.70921272
+0.18091018 0.70038539 0.69725084
+0.21213403 0.69416463 0.69261926
+0.24418388 0.68655610 0.68808192
+0.28317651 0.68298465 0.67676097
+0.33240071 0.67496091 0.67021853
+0.39088291 0.66325778 0.65776968
+0.45075727 0.66155732 0.65323025
+0.51396412 0.65498608 0.64555335
+0.55825388 0.65319425 0.64659268
+0.61153340 0.65529317 0.63695091
+0.66662169 0.64877051 0.64770240
+0.65280175 0.66145390 0.63502884
+0.40750524 0.75199729 0.81358570
+0.46380204 0.73880517 0.79505390
+0.51540869 0.72972065 0.79195434
+0.55308270 0.72452104 0.78307921
+0.59269774 0.71580577 0.77669644
+0.64554852 0.70990932 0.77101201
+0.45258680 0.70566821 0.76626128
+-0.28394562 0.74213666 0.80024552
+-0.24370171 0.73584503 0.78638709
+-0.22939508 0.73096234 0.78219044
+-0.21050781 0.72274035 0.77301449
+-0.18925919 0.71876806 0.77352077
+-0.15384355 0.71442723 0.76278961
+-0.09434285 0.70703059 0.75319541
+-0.02797729 0.69981378 0.74919069
+0.02572285 0.69322580 0.73902351
+0.06471840 0.68378609 0.73822051
+0.10787060 0.67858064 0.72772110
+0.14822757 0.67256963 0.72488636
+0.18781950 0.66570085 0.71424466
+0.23768213 0.65847021 0.70808351
+0.27565986 0.65234172 0.69780612
+0.31454805 0.64521378 0.69483209
+0.35832214 0.63281345 0.69126755
+0.40517858 0.62549382 0.67814839
+0.46938738 0.61755079 0.67154843
+0.54425132 0.60941750 0.65812039
+0.60417300 0.60212713 0.65426725
+0.66391438 0.59805584 0.64550620
+0.70739788 0.59445059 0.64952123
+0.75502855 0.59050894 0.64853448
+0.81233668 0.58365315 0.65237260
+0.68356562 0.59986740 0.64232451
+0.19809659 0.71246082 0.82890981
+0.24547413 0.69889498 0.81089354
+0.27683687 0.69036347 0.80503047
+0.30044717 0.68663669 0.79752153
+0.32742783 0.67852622 0.79066825
+0.36392763 0.66742307 0.78355598
+0.24160703 0.66380894 0.78059202
+-0.23526433 0.67017776 0.79706603
+-0.19441381 0.65693319 0.78475153
+-0.17456405 0.65253133 0.78183770
+-0.15188700 0.64802396 0.77301371
+-0.12636514 0.64367491 0.77286637
+-0.08292968 0.63526362 0.76335341
+-0.02637504 0.62423319 0.75576729
+0.04073613 0.61776197 0.75405890
+0.10027982 0.60900682 0.74415559
+0.15230758 0.60393792 0.74185526
+0.20430215 0.59865528 0.73259449
+0.25325382 0.58934820 0.72924268
+0.30005270 0.58383131 0.71948755
+0.36028999 0.57202435 0.71536660
+0.41058952 0.55946571 0.70487964
+0.45680338 0.55297017 0.70366663
+0.51229709 0.54111421 0.69810575
+0.57251012 0.53302002 0.68547475
+0.65180689 0.52074409 0.68041605
+0.74333203 0.51047355 0.66782236
+0.81316388 0.49917758 0.66694331
+0.87456673 0.49440256 0.65612686
+0.91742510 0.48849729 0.65678972
+0.96416110 0.48192304 0.64872438
+1.00775528 0.47732118 0.64939356
+0.86480719 0.48752192 0.64727354
+-0.09112301 0.61738759 0.85874814
+-0.05551964 0.60086280 0.83919686
+-0.04320479 0.59740448 0.83350986
+-0.04075575 0.58446336 0.82713813
+-0.02740366 0.58101499 0.82081068
+-0.01707757 0.57390833 0.82272553
+-0.00342799 0.56007004 0.80946124
+-0.17757773 0.55730015 0.80520630
+-0.12759180 0.54962885 0.80054945
+-0.10101154 0.54251063 0.79004502
+-0.07369458 0.53809488 0.78134727
+-0.04246381 0.52284789 0.78426504
+-0.00700526 0.51646441 0.77401817
+0.05608000 0.50815701 0.77486777
+0.11440950 0.50398922 0.76574814
+0.19457959 0.49575654 0.76475638
+0.25115123 0.48819283 0.75501674
+0.32729226 0.47041926 0.75678480
+0.38373771 0.46544215 0.74438471
+0.43354902 0.45665732 0.74468875
+0.51471883 0.44553971 0.73118126
+0.57544661 0.43498951 0.73011774
+0.63801801 0.42459407 0.71539414
+0.69942760 0.41729486 0.71375889
+0.78101492 0.40563300 0.69790339
+0.85742152 0.39519805 0.69467747
+0.91610867 0.37403551 0.67805499
+0.97871429 0.36326712 0.67469227
+1.01437128 0.35608023 0.66265023
+1.03491771 0.35145441 0.66412109
+1.05271339 0.34975982 0.66798139
+1.05192649 0.34789088 0.65874511
+1.10048664 0.34091598 0.65454161
+-0.16039611 0.49535382 0.87344688
+-0.26144499 0.48803893 0.86689180
+-0.23846607 0.47742239 0.85168892
+-0.21781820 0.46763492 0.84403938
+-0.19188860 0.46212301 0.83504683
+-0.16496262 0.44910094 0.83800977
+-0.11413493 0.46292251 0.81537318
+-0.04602236 0.50160885 0.77800792
+0.01687364 0.51482636 0.76395750
+0.06126700 0.50970173 0.75375092
+0.10330752 0.50263453 0.74391294
+0.14763883 0.49482575 0.74343908
+0.19005410 0.48744950 0.73440301
+0.24202277 0.47929031 0.73375386
+0.29849240 0.46593615 0.72569001
+0.36736956 0.45696336 0.72540534
+0.43279618 0.44620946 0.71565115
+0.49900624 0.43692175 0.71461344
+0.56120837 0.42771250 0.70422751
+0.63070130 0.41741431 0.70226151
+0.69864655 0.40724590 0.69074392
+0.75848889 0.39434567 0.68872654
+0.80804819 0.38420361 0.67743093
+0.85257119 0.36868507 0.67534053
+0.90349448 0.35612378 0.66252446
+0.96291393 0.34210539 0.65849519
+0.63786268 0.34605387 0.65429986
+0.33176970 0.34055680 0.65052301
+0.36553627 0.32756725 0.64917767
+0.37703872 0.31960630 0.64112037
+0.38346836 0.31356069 0.64284223
+0.39105037 0.30240065 0.63928908
+0.40817305 0.29221320 0.63542145
+0.16252635 0.36361068 0.79913962
+-0.19121045 0.39272603 0.81059790
+-0.13026543 0.38051406 0.80127650
+-0.07622699 0.37287545 0.79396904
+-0.01842530 0.35790256 0.78771961
+0.03847880 0.34760088 0.78010899
+0.09571739 0.33612654 0.77799535
+0.16926362 0.32443368 0.77143973
+0.23896095 0.30999440 0.76148599
+0.30503422 0.30210489 0.76048553
+0.35508275 0.29076037 0.75301427
+0.41836685 0.28203452 0.75161904
+0.47571123 0.26985413 0.74539155
+0.52296722 0.26016277 0.73753542
+0.59120244 0.24654488 0.73645848
+0.65296710 0.23901495 0.72912592
+0.70479208 0.22724015 0.72742659
+0.76659638 0.21843717 0.71955949
+0.82756907 0.20630060 0.71677732
+0.89457524 0.19241497 0.71506542
+0.99194622 0.18150000 0.70668870
+1.05414319 0.16654955 0.70446199
+1.10101378 0.15436953 0.69772905
+1.13140595 0.14258094 0.69394016
+1.15723193 0.13036042 0.68610251
+1.18012035 0.12075995 0.67983723
+1.23153043 0.12284464 0.68866789
+-0.04353926 0.15428139 0.69079059
+-0.30891719 0.13865681 0.68828946
+-0.28625229 0.12188882 0.68344736
+-0.26975095 0.10819388 0.68371820
+-0.25000730 0.09627439 0.68202680
+-0.22694585 0.08487186 0.67818713
+-0.17939863 0.08013891 0.78643692
+-0.10986014 0.10761155 0.83062071
+-0.03957518 0.08966102 0.82110834
+0.02280193 0.07246210 0.81524992
+0.08468409 0.06484831 0.80892837
+0.15085131 0.05303412 0.80794954
+0.21610634 0.03575105 0.80331087
+0.28357807 0.02465388 0.79447478
+0.34891063 0.01335839 0.78535497
+0.40220803 0.00209938 0.78226179
+0.45643082 -0.00865629 0.77830428
+0.51700729 -0.02130610 0.77667433
+0.57909042 -0.03229475 0.77326643
+0.63995665 -0.04317016 0.76551104
+0.70806485 -0.05702415 0.76209205
+0.77002549 -0.06807912 0.75727987
+0.83197236 -0.07898992 0.75450969
+0.88097286 -0.09006431 0.74931639
+0.93353528 -0.10096724 0.74507380
+0.99024934 -0.11724986 0.74322170
+1.03502476 -0.13315821 0.73658961
+0.40748581 -0.14688663 0.73272467
+0.42497155 -0.15813832 0.72866082
+0.41772583 -0.16867232 0.72429401
+0.40119117 -0.17885700 0.71979141
+0.38519481 -0.19148813 0.71445590
+0.36883590 -0.20581205 0.73214030
+0.38104567 -0.12550770 0.75370759
+-0.09984096 -0.06786991 0.74756199
+-0.18313317 -0.06754912 0.74548739
+-0.15428576 -0.06079992 0.74170625
+-0.13002039 -0.05285067 0.74387002
+-0.10471182 -0.04795172 0.74161911
+-0.07867464 -0.04310044 0.78864992
+-0.04243591 -0.03594753 0.86410797
+-0.00189227 -0.02455702 0.85446000
+0.03532312 -0.01656545 0.84607750
+0.07678594 0.00018852 0.84533167
+0.13136372 0.01695035 0.84365398
+0.19273657 0.03384511 0.83793265
+0.24400690 0.04869801 0.83162242
+0.29333690 0.06141797 0.82663882
+0.36130425 0.07164762 0.82247442
+0.41481975 0.08560822 0.81713068
+0.44504443 0.09182486 0.81072634
+0.47409391 0.10153951 0.80849916
+0.51919955 0.11555508 0.80325812
+0.57462221 0.13046537 0.80494797
+0.64024395 0.14858103 0.81555116
+0.70180690 0.16213284 0.83683693
+0.81280541 -0.09863692 0.84053493
+-0.19841063 -0.07628073 0.83633906
+-0.18057007 -0.07558078 0.83359230
+-0.15652062 -0.07568794 0.82905364
+-0.12463041 -0.07565312 0.81217539
+-0.10174990 -0.10117926 0.78649735
+-0.11606909 0.23992699 0.77634329
+0.23221099 0.28403810 0.76994193
+0.71927458 0.29251456 0.76628965
+0.71682197 0.30400932 0.76829082
+0.75792068 0.36298770 0.73072171
+0.33085877 0.48324010 -0.06667189
+-0.20795242 0.21298569 -0.03502252
+-0.14657797 0.14209361 -0.03735569
+-0.12123477 0.16692039 -0.04411117
+-0.09978902 0.18210250 -0.04697079
+-0.07273793 0.20293070 -0.08534892
+-0.03355322 0.20852448 0.95434964
+0.01404124 0.42132881 0.89943486
+0.05880036 0.60353982 0.89337641
+0.11487609 0.60896206 0.88908452
+0.16364841 0.62296849 0.88842666
+0.53366822 0.74591368 0.36044112
+0.59478968 0.76248121 0.84444606
+0.66378558 0.77262008 0.88755780
+0.75076240 0.78160566 0.87904221
+0.84355092 0.79028821 0.87619168
+0.91032273 0.80740666 0.87100577
+0.96379596 0.81287783 0.87775999
+1.00792611 0.82663840 0.89063436
+1.04283082 0.83670020 0.89914823
+1.07121086 0.83763027 0.89486527
+1.07026923 0.84961510 0.89257532
+-0.20059463 0.88165289 0.88654554
+-0.18016322 0.89114684 0.87743431
+-0.19376206 0.90594214 0.86496311
+0.18583293 0.98892206 0.81764364
+0.22328807 0.96667749 0.81485170
+0.27404043 0.94229549 0.80640429
+0.30621663 0.95152229 0.80131042
+0.35336334 0.93301666 0.81401908
+0.38755354 0.91349268 0.88861662
+0.41944695 0.89357841 0.87850511
+0.45685205 0.87536341 0.86836225
+0.49377173 0.85901153 0.86322486
+0.52056825 0.83405560 0.85326409
+0.54415596 0.81098139 0.85036492
+0.57497293 0.79038399 0.84850860
+0.60857582 0.77561527 0.90123039
+0.65643752 0.75350785 0.89150530
+0.70768017 0.73323846 0.88137037
+0.73970556 0.71843565 0.87582844
+0.76331151 0.69820708 0.86891228
+0.78035122 0.67179424 0.86609650
+0.79999816 0.65195179 0.85620874
+0.82202536 0.62969309 0.84744656
+0.86144149 0.60625833 0.84075779
+0.26664552 0.58764130 0.83517367
+0.33163330 0.55997169 0.82351679
+0.39351505 0.53060949 0.82121855
+0.46048245 0.51067513 0.80861443
+0.52583325 0.48914206 0.80575323
+0.59094632 0.47325414 0.79225355
+0.69317728 0.45258656 0.78974158
+0.13179132 0.43461376 0.77627361
+-0.20429346 0.42079493 0.77237630
+-0.18434823 0.44087514 0.75991923
+-0.17424375 0.41832992 0.75050712
+-0.16179249 0.40348524 0.73730886
+-0.14593609 0.38312295 0.73342556
+-0.12221953 0.36815915 0.72742462
+-0.07277381 0.34598136 0.72056049
+-0.01798205 0.33045444 0.71166712
+0.01587356 0.45594868 0.70535350
+0.03530071 0.42742953 0.76487803
+0.05181884 0.40790528 0.76792824
+0.06753270 0.38942897 0.75652778
+0.07835361 0.36862066 0.74746436
+0.09183569 0.35218173 0.74371016
+0.10256916 0.32399058 0.73468190
+0.12077323 0.30373442 0.72301233
+0.13170925 0.27931362 0.80722094
+0.14696683 0.25653619 0.82503885
+0.17295602 0.23987927 0.81190485
+0.20175061 0.22302300 0.80555791
+0.24653459 0.19620416 0.79741937
+0.29439977 0.17689440 0.78873986
+0.33746034 0.15949653 0.77882439
+0.38820413 0.14210922 0.76921803
+0.44653586 0.11801732 0.76230741
+0.51069129 0.09058689 0.75360370
+0.59102285 0.06892985 0.74710023
+0.67406952 0.04816801 0.73964870
+0.73954391 0.02680407 0.72746330
+0.79492962 0.00759194 0.72114635
+0.84682769 -0.01865777 0.71325451
+0.90017337 -0.04074068 0.70750093
+0.96469283 -0.05728950 0.70174986
+0.84597760 -0.07587420 0.69343460
+0.28353494 -0.08474592 0.68684572
+0.35066876 -0.07402999 0.67600673
+0.39595810 -0.06336080 0.66562092
+0.44330525 -0.05317940 0.65789425
+0.48354644 -0.04026663 0.65128922
+0.52539587 -0.02710007 0.64864671
+0.59884769 -0.01585011 0.63987058
+-0.17678516 0.04156473 0.62961930
+-0.17180353 0.21430567 0.64705926
+-0.16070493 0.20913616 0.66500509
+-0.15077345 0.21037392 0.65606141
+-0.13885173 0.21676393 0.64391780
+-0.12482785 0.21656434 0.63529599
+-0.09314225 0.22234018 0.63195908
+-0.04619179 0.22143288 0.62172616
+-0.00448767 0.25290006 0.67757875
+0.02898394 0.25823489 0.75530553
+0.06209885 0.26554719 0.73885202
+0.10831323 0.26736572 0.72571808
+0.16016427 0.27635926 0.71617115
+0.22202207 0.28567451 0.70898432
+0.28605884 0.28864729 0.70382941
+0.34293368 0.28953779 0.69144481
+0.39939880 0.29750854 0.67948210
+0.45707932 0.30446470 0.67231750
+0.51635063 0.31179929 0.66123861
+0.57010514 0.31400958 0.65237707
+0.62351680 0.32186320 0.64647675
+0.68540913 0.32007238 0.63753921
+0.73246658 0.32706529 0.63303107
+0.77910203 0.33373415 0.62346578
+0.82980293 0.33874324 0.61658019
+0.89115334 0.34380314 0.60654348
+0.94796455 0.35385397 0.60322058
+1.03087091 0.35644317 0.59551847
+1.06273079 0.36771151 0.58459294
+1.08775294 0.37845245 0.57848465
+1.10841322 0.38708955 0.57101387
+1.11426985 0.40079334 0.56718785
+1.12393343 0.41386569 0.56146556
+1.14402866 0.41775405 0.54821289
+-0.18224077 0.50646108 0.54996264
+-0.10948252 0.55134225 0.56636119
+-0.07194979 0.55195999 0.54991955
+-0.03195069 0.55191541 0.54319948
+0.01051276 0.55220765 0.53710514
+0.05562148 0.55674601 0.52361226
+0.13775629 0.55703360 0.51317662
+-0.11270531 0.60620207 0.54054743
+-0.12314826 0.64465350 0.69580251
+-0.09455167 0.64907020 0.67758662
+-0.06875683 0.65588319 0.65912801
+-0.03595894 0.66406721 0.64765340
+0.00823257 0.66650689 0.63833565
+0.05810305 0.67408031 0.63479280
+0.11315148 0.67822415 0.61909419
+0.16332425 0.68571210 0.60583830
+0.20483975 0.69135088 0.59953582
+0.24638323 0.69406515 0.58756053
+0.28085908 0.69830579 0.57669222
+0.30760014 0.70454168 0.57322907
+0.34575477 0.71043813 0.56090897
+0.37919584 0.71959376 0.55816358
+0.40563428 0.72570169 0.55361861
+0.42895627 0.73506480 0.54199392
+0.45953763 0.73943013 0.53793627
+0.49404767 0.74659425 0.52610588
+0.54109967 0.75946617 0.52258962
+0.59548420 0.78332448 0.50834620
+0.63666517 0.79647905 0.50468576
+0.67447388 0.80512065 0.50042391
+0.70343494 0.81303334 0.48869458
+0.73601574 0.82271749 0.49044219
+0.78442031 0.82278854 0.49886239
+0.64963865 0.84024090 0.46296564
+0.37531009 0.87622398 0.46945840
+0.45561492 0.87596685 0.45960012
+0.51715326 0.87648463 0.44220904
+0.57695538 0.87809050 0.43524635
+0.64003634 0.87911123 0.42838204
+0.71452624 0.87937695 0.41107735
+0.52289778 0.89342803 0.42108217
+-0.28272820 1.00970340 0.64048809
+-0.24820125 1.01553774 0.62063903
+-0.24063344 1.02144933 0.59823418
+-0.22978584 1.02145433 0.58603203
+-0.21705051 1.02850747 0.57372963
+-0.19474147 1.03466678 0.57297081
+-0.14741568 1.03813243 0.55611676
+-0.08746426 1.03901029 0.53724813
+-0.04453158 1.04294944 0.53147775
+-0.02361457 1.04371846 0.51778972
+0.00326992 1.05087721 0.51620418
+0.02066333 1.05798864 0.50236493
+0.04588623 1.06492054 0.49939305
+0.07276319 1.07200098 0.48512217
+0.08942614 1.07945991 0.48311263
+0.11087313 1.08696103 0.47019160
+0.12218015 1.08706605 0.46962482
+0.14020225 1.09117174 0.45494381
+0.16453055 1.09892368 0.45311520
+0.18247522 1.10675430 0.45320421
+0.23835130 1.11433470 0.43841669
+0.28464255 1.12191796 0.43614009
+0.34102947 1.11138785 0.43699595
+0.39696637 1.10065854 0.42294571
+0.47882444 1.08397472 0.42410424
+0.55040854 1.06821501 0.40864152
+0.66894418 1.04710281 0.39985940
+0.75349355 1.03022814 0.39314193
+0.82169628 1.01633930 0.37860614
+0.88536549 1.00752330 0.37659919
+0.94005299 0.98584765 0.38078240
+0.99878705 0.97204822 0.36912829
+1.09313536 0.95414782 0.36980575
+-0.04622795 1.07651448 0.61533451
+-0.11999756 1.07031047 0.59292150
+-0.09542835 1.05578613 0.58263433
+-0.06680617 1.05056334 0.57278979
+-0.03875440 1.04006934 0.56105572
+-0.01464386 1.02953458 0.56176376
+0.04664045 1.02076828 0.54742426
+-0.16191910 1.02433801 0.53853178
+-0.16257879 1.01230276 0.53593087
+-0.14144945 1.00672245 0.52545768
+-0.12014241 0.99633944 0.52369320
+-0.10158557 0.99209583 0.51321197
+-0.07839484 0.98147696 0.51350987
+-0.04474720 0.97164565 0.50071269
+-0.01059073 0.95880705 0.50086510
+0.02478485 0.94769782 0.48866791
+0.05242633 0.94284844 0.48910451
+0.08535455 0.93122518 0.47903654
+0.12637033 0.92619592 0.47722322
+0.16899358 0.91642106 0.47865793
+0.22812131 0.91156131 0.46585131
+0.28595823 0.89369220 0.46635303
+0.34492341 0.88619739 0.46646470
+0.39917794 0.87951052 0.45379916
+0.46924213 0.86647892 0.45072383
+0.53520095 0.85683256 0.44517088
+0.62357825 0.83658135 0.42562607
+0.70251709 0.82570982 0.41914424
+0.76684034 0.81108803 0.42366597
+0.81756842 0.79620397 0.42481822
+0.86229241 0.78757530 0.43701223
+0.90763229 0.77279687 0.46092060
+0.94587582 0.75160795 0.48393574
+0.46474627 0.82742035 0.61500376
+0.31025121 0.83248097 0.60522544
+0.34805739 0.82202226 0.59416646
+0.37714309 0.81765962 0.58405948
+0.40195718 0.81318396 0.57332987
+0.42651823 0.80324280 0.57268053
+0.47884682 0.79036838 0.55907106
+-0.04726119 0.84008330 0.56630498
+-0.22184256 0.84179199 0.56302691
+-0.19832161 0.83404279 0.55168706
+-0.18192089 0.82465982 0.55110532
+-0.16493493 0.81755072 0.54053926
+-0.14646554 0.80981803 0.54012758
+-0.10857420 0.80083179 0.52768826
+-0.05943651 0.79344815 0.52727628
+-0.01340931 0.78739494 0.51523298
+0.02156025 0.77502900 0.51490808
+0.06206678 0.76946837 0.51341450
+0.10890100 0.76445591 0.50209475
+0.16374491 0.75374448 0.50263268
+0.23176748 0.74693209 0.49993968
+0.28880677 0.74104291 0.49136564
+0.34810323 0.73501927 0.48809189
+0.40719464 0.72477925 0.48796004
+0.47078326 0.71732450 0.47364843
+0.53495562 0.70740008 0.46745470
+0.60569018 0.69302934 0.45629194
+0.67474627 0.67833978 0.46482006
+0.72661972 0.66818941 0.50160772
+0.75866240 0.65224814 0.54655141
+0.74885541 0.63378519 0.59107912
+0.80045146 0.62369639 0.59092683
+0.87056184 0.61338156 0.57646340
+0.63522089 0.63602561 0.66808885
+0.63051665 0.64935988 0.61024308
+0.65446484 0.64102900 0.61295509
+0.63867956 0.62859601 0.64201438
+0.67396736 0.62560707 0.62329251
+0.72837937 0.63098437 0.60247815
+0.77061599 0.62070841 0.61748374
+-0.00436803 0.70929092 0.58539331
+-0.25790316 0.71184862 0.58194518
+-0.23485601 0.70513809 0.57140803
+-0.22269997 0.70147514 0.57042515
+-0.20561741 0.69280845 0.55937427
+-0.18709280 0.68744850 0.55904531
+-0.14628811 0.68095011 0.54662794
+-0.08742171 0.67371911 0.54398263
+-0.03680266 0.66603136 0.54107189
+0.00246309 0.66065925 0.53211123
+0.04327663 0.65127134 0.53070140
+0.09955454 0.64942485 0.51953501
+0.15589160 0.64378124 0.52053851
+0.22721943 0.63791502 0.51767027
+0.29183376 0.63212699 0.50779498
+0.35028756 0.62542260 0.50452310
+0.40897319 0.61769396 0.50427961
+0.47103518 0.61453950 0.49004269
+0.53400767 0.60421187 0.48406845
+0.59353167 0.59773797 0.48784149
+0.61353385 0.57261902 0.52786165
+0.65804517 0.56118655 0.54740787
+0.71665102 0.55986893 0.55916941
+0.79240036 0.56036049 0.55794120
+0.85710263 0.55615979 0.54809672
+0.92875350 0.54912204 0.51813906
+0.81262785 0.54950178 0.64535397
+0.82390928 0.54265392 0.63517350
+0.86543179 0.54471058 0.63038731
+0.89568520 0.54128426 0.62518293
+0.91267818 0.54412037 0.61860812
+0.92438650 0.54032296 0.61703086
+0.98174024 0.53405207 0.60065997
+-0.10252514 0.64222085 0.59482497
+-0.27246195 0.64577794 0.59016860
+-0.25451669 0.64069891 0.58080751
+-0.24279346 0.63199639 0.57890570
+-0.22695327 0.63126820 0.56746447
+-0.20987317 0.62217653 0.56524736
+-0.16427355 0.61930752 0.56165081
+-0.09808344 0.61541516 0.55010659
+-0.04437298 0.60423964 0.54675519
+-0.00570762 0.60257024 0.53906220
+0.03768341 0.60113949 0.53607631
+0.08525342 0.59643286 0.53384215
+0.15525751 0.59055978 0.52480745
+0.23119645 0.58831173 0.52139592
+0.28613815 0.58648282 0.52052647
+0.35361591 0.57974273 0.50798488
+0.40586203 0.57736486 0.50578773
+0.47666299 0.56845671 0.50192243
+0.53131598 0.56356269 0.49636421
+0.59077954 0.55004942 0.50298667
+0.59486401 0.53464645 0.52887017
+0.70577472 0.53374451 0.53545749
+0.75004959 0.52933615 0.53496349
+0.80877697 0.52366740 0.53180033
+0.86621141 0.51456559 0.51661754
+0.92486465 0.54348034 0.51124603
+0.87322974 -0.11053646 0.99224192
+0.92321169 -0.08915869 0.97198892
+0.96609080 -0.08555091 0.96757346
+0.99218148 -0.08256614 0.96623385
+1.01177371 -0.07904339 0.96224391
+1.03051662 -0.07606097 0.96080524
+1.09528267 -0.08484372 0.95225310
+-0.29893771 0.05260823 0.99725556
+-0.26458097 0.04283142 0.98963910
+-0.24815603 0.03776069 0.98932517
+-0.23501851 0.03764338 0.98634535
+-0.21600530 0.03220351 0.98578936
+-0.19622970 0.03180013 0.98243034
+-0.14431708 0.02430843 0.98256952
+-0.07245651 0.02038623 0.97718835
+-0.01931819 0.01788099 0.97548515
+0.01480772 0.01680703 0.97426993
+0.05754753 0.01099378 0.97356176
+0.11496822 0.00987473 0.97215337
+0.17271501 0.00895238 0.97131515
+0.25022763 0.00733865 0.96718127
+0.30367222 0.00343627 0.96696532
+0.37718102 -0.00347283 0.96360338
+0.42820147 -0.00538754 0.96016771
+0.49721035 -0.00869968 0.95775461
+0.56027073 -0.01409573 0.95212609
+0.61003357 -0.01995177 0.94745028
+0.67203790 -0.02763347 0.94316089
+0.73096305 -0.03695217 0.93943202
+0.77405983 -0.03999821 0.94153303
+0.83171016 -0.04494436 0.93925667
+0.89065534 -0.05137613 0.93715924
+0.94412655 -0.05514803 0.93197352
+0.83877218 -0.04480240 0.96603996
+0.89702547 -0.04711590 0.96309012
+0.93919718 -0.04838815 0.95933187
+0.95860982 -0.05204153 0.95852852
+0.98027706 -0.04957455 0.95645511
+0.99477428 -0.04985475 0.95492822
+0.86063308 -0.04263986 0.94814318
+-0.29921970 0.06894317 0.99144602
+-0.24743752 0.05597471 0.98260605
+-0.22829510 0.05545082 0.98221189
+-0.20984226 0.04829759 0.97968054
+-0.18786041 0.04736377 0.97946000
+-0.16169919 0.04276923 0.97666878
+-0.10473769 0.03748555 0.97476453
+-0.03457870 0.03391359 0.97118205
+0.01617745 0.02512745 0.96937901
+0.05153529 0.02405437 0.96801025
+0.09454680 0.02042282 0.96749091
+0.14430422 0.01935657 0.96399277
+0.21068376 0.01151715 0.96432179
+0.27939019 0.01082670 0.96250731
+0.34483886 0.00693803 0.95712024
+0.40578675 0.00536308 0.95435810
+0.46751565 0.00081710 0.94823271
+0.52979738 -0.00186887 0.94619769
+0.59306598 -0.01302691 0.94386429
+0.64976817 -0.02013209 0.93333495
+0.71209162 -0.02453426 0.93156725
+0.76642907 -0.02990109 0.92632425
+0.80921751 -0.03281986 0.92784959
+0.86402684 -0.03873077 0.92499477
+0.92130107 -0.04441054 0.92333007
+0.91269767 -0.04604268 0.92454261
+0.70198345 -0.03588292 0.96926665
+0.75340748 -0.04154082 0.96705085
+0.78705364 -0.04154148 0.96120137
+0.80602115 -0.04172957 0.96005815
+0.82250959 -0.04259609 0.96041340
+0.84462196 -0.04475883 0.95878595
+0.59322345 -0.03221235 0.95353538
+-0.26066670 0.04324715 0.98977226
+-0.20655096 0.03274345 0.98179764
+-0.17635462 0.02675313 0.98156422
+-0.14571178 0.02572393 0.97864699
+-0.11671592 0.01964200 0.97651589
+-0.07964202 0.01557295 0.97549164
+-0.01775703 0.00861551 0.97317946
+0.04720026 0.00428393 0.97121489
+0.10014243 -0.00022888 0.96947509
+0.14191271 -0.00378383 0.96782237
+0.18677001 -0.00709350 0.96698189
+0.23293646 -0.01058405 0.96353799
+0.29418787 -0.01305382 0.96077287
+0.35867012 -0.01591803 0.95388198
+0.42470413 -0.01972197 0.95190454
+0.48370999 -0.02344020 0.94886857
+0.54496992 -0.03001677 0.94292730
+0.60497391 -0.03410301 0.94061810
+0.67074394 -0.04081690 0.93421251
+0.73563492 -0.04730507 0.92809963
+0.79853034 -0.05329685 0.92675889
+0.84292316 -0.05768307 0.92246675
+0.88101143 -0.06175129 0.92408538
+0.92834342 -0.06892944 0.92140907
+0.97987854 -0.07328476 0.92029899
+0.86149007 -0.07324745 0.91930181
+0.44704124 -0.05062009 0.98000443
+0.49011040 -0.05626724 0.97477734
+0.51824796 -0.05961502 0.97183567
+0.53082889 -0.06197672 0.97047377
+0.54241067 -0.06602114 0.96903104
+0.56183189 -0.06825730 0.96717674
+0.36327767 -0.06491506 0.96509135
+-0.21057598 -0.01264641 0.98717493
+-0.14452690 -0.02342614 0.98021156
+-0.09569608 -0.02854198 0.98036802
+-0.05174580 -0.03464641 0.97858083
+-0.00905367 -0.03907059 0.97836655
+0.03935912 -0.04430578 0.97658437
+0.10392522 -0.04890859 0.97645485
+0.16592312 -0.05249069 0.97262669
+0.22405852 -0.06063846 0.97158629
+0.27361673 -0.06468106 0.97301471
+0.32526806 -0.06768427 0.96721447
+0.37036175 -0.07366790 0.96780950
+0.42857873 -0.07686906 0.95986277
+0.49282125 -0.08296058 0.95716923
+0.55236375 -0.08577795 0.94976211
+0.60631096 -0.09171601 0.94804817
+0.66842598 -0.09598295 0.94642520
+0.72720701 -0.10259888 0.94052863
+0.79120624 -0.10881761 0.93895817
+0.86662805 -0.11646662 0.92813212
+0.92443842 -0.12627052 0.92761862
+0.96675432 -0.13091731 0.92409766
+0.99712527 -0.13685827 0.92758626
+1.03069782 -0.14048606 0.92908776
+1.06810689 -0.14428498 0.92526352
+0.88999897 -0.14639656 0.92909139
+0.08122710 -0.10841443 0.99903971
+0.12204725 -0.11790510 0.99389172
+0.13059939 -0.12280500 0.99143332
+0.13999861 -0.12939341 0.99135238
+0.14609067 -0.13228051 0.99298239
+0.16181718 -0.13898566 0.99084789
+0.13635471 -0.14104325 0.98632777
+-0.15004995 -0.12764293 0.99466085
+-0.07947549 -0.13798521 0.98844206
+-0.00210211 -0.14295915 0.98969561
+0.06422024 -0.14984027 0.98754525
+0.12613504 -0.15265962 0.98858309
+0.18915121 -0.16069002 0.98665875
+0.25964645 -0.16695756 0.98309141
+0.32465225 -0.16951744 0.98373717
+0.39020789 -0.17767052 0.98344332
+0.44202638 -0.18329711 0.97983819
+0.50818413 -0.18586783 0.97831959
+0.56396735 -0.19438741 0.97310019
+0.60970455 -0.19964734 0.97124892
+0.68007696 -0.20201749 0.96308422
+0.73859268 -0.20736066 0.96119529
+0.78230417 -0.21513525 0.95975679
+0.83865482 -0.22044407 0.95243257
+0.89876878 -0.22345646 0.95236927
+0.95696557 -0.23207445 0.94447535
+1.05500281 -0.24556926 0.94018930
+1.11221647 -0.25334665 0.93403625
+1.14547396 -0.25848836 0.93818909
+1.16777074 -0.26073375 0.94226313
+1.18556309 -0.26569492 0.93899226
+1.20074987 -0.27368903 0.94323456
+1.23219252 -0.26629534 0.93387586
+-0.32097149 -0.19111614 1.02683699
+-0.29639968 -0.19019629 1.01972008
+-0.28100890 -0.18424857 1.01698625
+-0.26474372 -0.17965330 1.01367533
+-0.24385338 -0.17376678 1.01030624
+-0.21750695 -0.16829272 1.01096928
+-0.16379617 -0.16248301 1.00372994
+-0.08940081 -0.15899540 0.99510545
+-0.01742919 -0.15559007 0.98798883
+0.05576452 -0.14592762 0.98404711
+0.13968512 -0.13938639 0.98507494
+0.20970610 -0.12955499 0.98054117
+0.27231637 -0.11936782 0.97967285
+0.34582093 -0.11201072 0.97434294
+0.40395701 -0.10225448 0.97297192
+0.45774600 -0.09215762 0.96736759
+0.51520306 -0.08497968 0.96475506
+0.57910615 -0.07597260 0.96040845
+0.63663727 -0.06729541 0.95195556
+0.69913918 -0.05630105 0.94728363
+0.76516706 -0.05071580 0.93713963
+0.82169408 -0.04269811 0.93372178
+0.86968064 -0.03422566 0.92969662
+0.92119825 -0.02590524 0.92038000
+0.96938986 -0.01961771 0.91690552
+1.03120744 -0.01400138 0.90728784
+0.75256759 0.02190031 0.91991377
+0.60918528 0.03439841 0.91248071
+0.61934608 0.04231384 0.91268426
+0.61871678 0.05010713 0.90859795
+0.60940993 0.06444462 0.90973890
+0.59951967 0.07438349 0.90509886
+0.61437893 0.08293627 0.90109384
+0.14824042 0.12923567 0.97820973
+-0.20737299 0.15418056 0.98105520
+-0.17183203 0.16011830 0.97670889
+-0.15021420 0.16693097 0.97278547
+-0.12750717 0.17337699 0.96976238
+-0.10176933 0.18614492 0.96759099
+-0.06732640 0.19200473 0.96160144
+-0.02185650 0.19939296 0.95082575
+0.02576504 0.20302558 0.94605982
+0.07065895 0.21044624 0.94134527
+0.11855573 0.22391303 0.94004762
+0.17572685 0.23157917 0.93651545
+0.22754456 0.23982134 0.93382001
+0.28138435 0.25321627 0.93027240
+0.34887215 0.26076701 0.92720753
+0.40281752 0.27107218 0.92103928
+0.45960385 0.27744949 0.91815430
+0.51414043 0.28981119 0.90880090
+0.58165520 0.29535186 0.90358895
+0.66058940 0.30357704 0.89797246
+0.75414771 0.30806869 0.88869017
+0.82876217 0.31863609 0.88305104
+0.89098752 0.32552007 0.87210727
+0.94245625 0.33440092 0.86689532
+1.00471723 0.33786446 0.85966241
+1.05403781 0.34883726 0.85200340
+1.12401283 0.39448142 0.87820172
+-0.13694611 0.45989120 0.88240862
+-0.11473630 0.47064474 0.87688547
+-0.13473396 0.47705057 0.87496191
+-0.14997511 0.49264407 0.87000215
+-0.16215962 0.50790411 0.86716056
+-0.17249154 0.51580447 0.86072803
+-0.15590149 0.53582561 0.91768193
+-0.15450183 0.57591975 0.93438035
+-0.10614578 0.57976598 0.92922693
+-0.07486787 0.59009945 0.92444736
+-0.03720473 0.60228133 0.92071164
+-0.00387378 0.61017394 0.91624731
+0.02993391 0.61678725 0.91093791
+0.07477999 0.62949717 0.90054363
+0.11023093 0.64009881 0.89399070
+0.14577486 0.65303802 0.88839632
+0.18248710 0.66134888 0.88524902
+0.21796373 0.67562401 0.88199508
+0.27301031 0.68963325 0.87736881
+0.33293748 0.70278692 0.87066305
+0.40658230 0.71628082 0.86585838
+0.48076722 0.71842343 0.86010331
+0.54383296 0.73185498 0.85593045
+0.60155416 0.74307942 0.84772062
+0.66874743 0.75487727 0.84042335
+0.74185479 0.76336831 0.83352876
+0.69325286 0.76804614 0.82312918
+0.42269576 0.77602708 0.81714004
+0.46609595 0.77875954 0.80829585
+0.49642253 0.78882003 0.80009341
+0.51326382 0.79882336 0.79333478
+0.53428137 0.80972821 0.78168744
+0.55627590 0.81805003 0.81658804
+0.54893386 0.94137716 0.84971291
+-0.21696851 0.97813743 0.83989209
+-0.16046849 0.99149328 0.83258563
+-0.13526373 1.00783110 0.82624441
+-0.10263582 1.01848125 0.82261050
+-0.06144016 1.03206205 0.81707519
+-0.00404048 1.04614878 0.84249133
+0.06270916 1.05912578 0.87509942
+0.13629633 1.06943274 0.86776149
+0.20424059 1.06643522 0.86055523
+0.26287216 1.05157661 0.85507137
+0.31770271 1.03664184 0.84896046
+0.36632261 1.02445877 0.84275568
+0.40699843 1.00839663 0.83402461
+0.46442217 0.99593079 0.82465106
+0.52394253 0.98331398 0.82554835
+0.57783931 0.97582126 0.84078306
+0.65471119 0.91534352 0.85680282
+0.20013905 0.77975124 0.85868007
+-0.08634195 0.76813853 0.85311198
+-0.08100334 0.74449188 0.84917051
+-0.09109941 0.72135246 0.84052074
+-0.10266272 0.69593787 0.81230670
+-0.11927930 0.71090549 0.78280443
+-0.10834754 0.86654478 0.76391995
+0.84668481 0.83401722 0.74876064
+0.84342545 0.79577374 0.75624049
+0.96957934 0.79017448 0.74575853
+1.00932884 0.78676945 0.57173848
+1.08490992 0.67332792 0.08361319
+1.11583042 -0.05864825 0.09579411
+1.14661551 -0.02549526 0.08389407
+1.15979826 -0.02582134 0.07813396
+1.18299305 -0.00586802 0.06207632
+0.13165942 -0.00516055 0.12103657
+-0.11895314 -0.03451755 0.72339320
+-0.08836094 0.70287704 0.68007183
+-0.08103493 0.76450640 0.67335147
+-0.07193287 0.74871975 0.68386543
+-0.04818077 0.72425348 0.80515832
+0.32961807 0.73809206 0.12553650
+0.39304581 0.71657729 0.81634992
+0.46442538 0.68998778 0.76063657
+0.52326179 0.66230303 0.75040925
+0.58878130 0.64263576 0.74554217
+0.64453900 0.62937170 0.73625118
+0.70883948 0.61129785 0.74390024
+0.76286191 0.59033471 0.76137990
+0.83900976 0.57133871 0.76373231
+0.90221649 0.55350387 0.75881165
+0.95135200 0.53548026 0.74773306
+0.98926812 0.51836908 0.74010748
+1.02417183 0.49819177 0.72820210
+1.05473554 0.47829798 0.69496721
+1.09725213 0.46125486 0.67938924
+0.66978449 0.44272158 0.66497880
+0.13755587 0.42218503 0.66082072
+0.14415358 0.41003746 0.65361798
+0.13469121 0.39854974 0.64070266
+0.12285644 0.38570750 0.62779605
+0.11229341 0.36698189 0.62031680
+0.10401288 0.52579349 0.60397190
+0.11649515 0.51640224 0.59714323
+0.01055539 0.49716911 0.58862889
+0.09130283 0.48284793 0.57405853
+0.16405921 0.46418357 0.56573254
+0.74431133 0.47359389 0.72672468
+0.77868479 0.47972658 0.71921653
+0.79767293 0.48610362 0.71405298
+0.82443231 0.49608073 0.71235764
+0.85554749 0.50552565 0.71035808
+0.88432872 0.51662660 0.73408508
+0.93917036 0.52024722 0.73095614
+0.98120308 0.52695018 0.72558111
+1.00281727 0.53680056 0.72410589
+1.01328301 0.54390466 0.71843380
+1.02316391 0.55273885 0.71772778
+1.03604865 0.55916673 0.70965821
+1.05960572 0.56903642 0.70555478
+0.79741925 0.57778096 0.69908631
+0.31010938 0.58560956 0.70285916
+0.38231871 0.59377021 0.69698077
+0.43835828 0.60558093 0.69814879
+0.49191070 0.61371106 0.69906688
+0.54274535 0.62839735 0.69239008
+0.58580911 0.64078903 0.69361770
+0.67566526 0.65628338 0.69387776
+-0.08086504 0.66968125 0.68617809
+-0.07187029 0.72365302 0.68456745
+-0.04874625 0.78320879 0.68202358
+-0.02889478 0.78224117 0.66942447
+-0.00775185 0.78992462 0.66684383
+0.00871373 0.79342675 0.66104907
+0.03989750 0.80233425 0.65448248
+0.08998783 0.80510646 0.64860368
+0.13422474 0.82226038 0.64730060
+0.16382782 0.88049501 0.63086265
+0.18246652 0.89015311 0.76938462
+0.20160426 0.89694500 0.76956439
+0.21846372 0.90993184 0.76350361
+0.24711750 0.91906929 0.75630951
+0.28395364 0.92939562 0.75118047
+0.32028592 0.93585938 0.74798405
+0.36762130 0.94388080 0.74139923
+0.40021881 0.94851804 0.79472858
+0.44993910 0.95833278 0.80360776
+0.48519468 0.97096509 0.79903173
+0.52201694 0.98052925 0.79723209
+0.57030487 0.98692131 0.79530978
+0.61829132 0.99933207 0.79356843
+0.64647400 1.00892532 0.78632724
+0.68179524 1.01738906 0.78352302
+0.73132229 1.03097999 0.77610433
+0.77510828 1.04080999 0.77269763
+0.85159928 1.04813457 0.77323842
+0.90209055 1.05727255 0.77049774
+0.93479538 1.07139230 0.76997793
+0.95888984 1.08199573 0.76920253
+0.97619677 1.09301341 0.76768637
+0.98902035 1.10451746 0.76445991
+1.01895893 1.11524677 0.76383621
+0.56920940 1.12508988 0.75877684
+0.08171625 1.13479543 0.75397778
+0.14129394 1.14281583 0.74876273
+0.18864994 1.14782023 0.74105459
+0.23715508 1.15447700 0.73544312
+0.28732845 1.15781605 0.73156619
+0.35003588 1.16059351 0.72419119
+0.31437176 1.15326178 0.71709102
+-0.10505114 1.15376151 0.71239239
+-0.07381137 1.16927850 0.76368707
+-0.06595977 1.15328860 0.80360031
+-0.05681140 1.13813603 0.79420340
+-0.04547911 1.12291741 0.79073185
+-0.02993955 1.10768950 0.78569728
+0.00536552 1.09151459 0.78290719
+0.05853964 1.07672179 0.77755147
+0.10163632 1.07628465 0.82100022
+0.12662402 1.05958927 0.87253106
+0.15635028 1.04631269 0.86512214
+0.18007223 1.03372228 0.86189234
+0.20249903 1.02000225 0.86046940
+0.22755241 1.00729167 0.85866773
+0.24741970 0.99246466 0.85540748
+0.26432583 0.98268288 0.84913212
+0.27835953 0.96860600 0.84515595
+0.29679769 0.95537448 0.84012359
+0.31435102 0.94015062 0.83811975
+0.34276986 0.92664194 0.83729827
+0.37540975 0.91296083 0.83613676
+0.41211656 0.89907843 0.83604085
+0.44201314 0.88710564 0.83342969
+0.47410077 0.87261480 0.83112401
+0.51082540 0.85725951 0.82880932
+0.56103563 0.84164685 0.82623214
+0.58047462 0.82344180 0.82051247
+0.60834932 0.80858964 0.81696570
+0.69253975 0.78671104 0.81246805
+0.77153015 0.76963478 0.80741984
+0.84362054 0.74854523 0.80351061
+0.90893787 0.73176098 0.80578834
+0.97908300 0.70908111 0.80291438
+0.83490658 0.69908434 0.78506410
+-0.22463708 0.69472343 0.78707916
+-0.16735719 0.68095976 0.82667428
+-0.13398661 0.66697377 0.81489271
+-0.09820073 0.65875930 0.81294191
+-0.06164604 0.64569342 0.80724967
+-0.02532722 0.63257545 0.80589879
+0.04710456 0.62002939 0.80019748
+-0.11852484 0.67189372 0.83123642
+-0.08457261 0.70032549 0.93276542
+-0.06850153 0.68233728 0.92568719
+-0.05357846 0.66615707 0.91975504
+-0.03551089 0.65610236 0.92120928
+-0.02029498 0.64086336 0.91732955
+0.00638751 0.62895381 0.91438293
+0.03343186 0.61326945 0.90669858
+0.06125401 0.59934336 0.90153152
+0.08145081 0.58248311 0.89693874
+0.10277232 0.57285869 0.89717269
+0.13181689 0.55895805 0.89439845
+0.17101677 0.54680741 0.89170074
+0.22213148 0.53370905 0.89178377
+0.27488768 0.51877946 0.88822067
+0.32635459 0.50767124 0.88847351
+0.37821051 0.49188629 0.88269067
+0.44158989 0.47717062 0.88248634
+0.50380784 0.46005175 0.87484187
+0.57762420 0.44164923 0.87236381
+0.65173006 0.42653799 0.86498749
+0.71548218 0.40614378 0.86159235
+0.77015001 0.39196908 0.85321313
+0.82176250 0.37513608 0.85012072
+0.87730706 0.35481355 0.84146887
+0.94715601 0.34412459 0.83627212
+0.74055398 0.23932476 0.82017213
+0.49324915 -0.03051255 0.86621600
+0.55859578 -0.00095235 0.85190129
+0.61090225 0.00506081 0.84345126
+0.64929819 0.01170745 0.84276962
+0.69042397 0.01685489 0.83478242
+0.74215615 0.01636712 0.83519137
+0.46369237 0.06139280 0.83594912
+-0.16171171 0.21696313 0.98587239
+-0.11961493 0.20935839 0.97600859
+-0.09700448 0.20798233 0.97184354
+-0.07582019 0.21069582 0.96700108
+-0.05572130 0.20820548 0.96245533
+-0.02922238 0.21241501 0.95711201
+0.02031525 0.20632248 0.94813025
+0.07384292 0.20448248 0.93967772
+0.11320451 0.20447846 0.93047333
+0.14178003 0.20555744 0.93101323
+0.17178869 0.20086163 0.92590088
+0.20537953 0.20313051 0.92580122
+0.25314221 0.20500262 0.91924888
+0.31121475 0.20543578 0.91171426
+0.35245141 0.19945224 0.91209632
+0.40729767 0.19945514 0.90306485
+0.44952628 0.19960514 0.90173924
+0.50688535 0.19749257 0.89196855
+0.55009794 0.19559112 0.88960481
+0.59834975 0.19294946 0.87819773
+0.65265304 0.17997235 0.87555319
+0.70256966 0.17573686 0.86192566
+0.73786306 0.17328367 0.86000896
+0.78385824 0.16968626 0.84622329
+0.84806007 0.16280322 0.84076810
+0.90988344 0.15870769 0.83612281
+1.01100004 0.15105322 0.82084197
+1.07498360 0.15043484 0.81904739
+1.11646461 0.14904739 0.80881107
+1.13478851 0.16044466 0.80912334
+1.14535296 0.17226283 0.80044556
+1.15433598 0.18370959 0.80068815
+1.21028662 0.18480237 0.78340745
+-0.16918391 0.41019133 0.96255159
+-0.18865722 0.40851408 0.95521575
+-0.16505572 0.41246706 0.94787645
+-0.13815406 0.40936434 0.94120961
+-0.10573529 0.41018307 0.93615329
+-0.06955399 0.40688524 0.92922240
+-0.00164012 0.40716794 0.91597158
+-0.12288973 0.41530207 0.91693348
+-0.09718896 0.41109705 0.90438855
+-0.07549520 0.41499445 0.90330154
+-0.04992201 0.41585276 0.89627701
+-0.02247059 0.42090073 0.88658965
+0.02034065 0.41897735 0.88646096
+0.07499062 0.41911259 0.87767297
+0.12633659 0.42221174 0.87529838
+0.18848042 0.42547655 0.86458164
+0.22961055 0.42575997 0.86314386
+0.28388608 0.42883185 0.85160905
+0.32534912 0.42140803 0.84858137
+0.36788297 0.42358688 0.83811545
+0.41411623 0.42529079 0.83256876
+0.46202403 0.42179412 0.81915957
+0.49594814 0.42444021 0.81599700
+0.53316814 0.42281434 0.80277282
+0.58347297 0.42302319 0.79719073
+0.63013059 0.42175323 0.78335756
+0.70662040 0.41534260 0.77678823
+0.76712322 0.41459474 0.77374238
+0.81208247 0.41676626 0.76265180
+0.84650975 0.42641237 0.76389194
+0.87470967 0.43272382 0.75356627
+0.90635532 0.44272023 0.75457102
+0.95926547 0.44402513 0.73869383
+0.28868821 0.58452481 0.90216506
+0.11368777 0.60128558 0.89762461
+0.16231455 0.59417468 0.89053279
+0.20359688 0.59233230 0.88524848
+0.25030670 0.59255153 0.87726444
+0.29692832 0.59363961 0.87157178
+0.37540254 0.59024501 0.86287266
+-0.05598842 0.61397338 0.88073051
+-0.18977500 0.61867225 0.86689359
+-0.16474321 0.62397093 0.86539847
+-0.14747322 0.62131613 0.85729074
+-0.12741879 0.62257963 0.85530388
+-0.10108056 0.62508601 0.84735864
+-0.05820796 0.62862462 0.83794761
+0.00165346 0.62818325 0.83371538
+0.05799489 0.62372464 0.82611907
+0.09911324 0.62424707 0.82184064
+0.13730976 0.62553090 0.81272119
+0.17680222 0.62974018 0.80741656
+0.20717567 0.62970942 0.79786038
+0.24675483 0.62939316 0.79139382
+0.28435740 0.62924522 0.78017026
+0.31602547 0.63017243 0.77438241
+0.34805530 0.62537491 0.76339668
+0.38621986 0.62401891 0.75735903
+0.42467859 0.62413251 0.75262547
+0.48030937 0.62510687 0.73702681
+0.53861171 0.62518746 0.73366082
+0.58722037 0.62816924 0.72243434
+0.62711859 0.63308996 0.72131234
+0.66572028 0.63936394 0.71403909
+0.70916438 0.64015943 0.71316624
+0.76487571 0.63856471 0.70512664
+0.44444990 0.74508768 0.85344237
+0.35758317 0.76045734 0.84736621
+0.41365099 0.75645500 0.84244329
+0.46930459 0.75715768 0.83432120
+0.51681471 0.75466758 0.82795936
+0.57256567 0.75267285 0.82132626
+0.66310316 0.75142616 0.80487090
+-0.00677529 0.76663721 0.84547675
+-0.24445216 0.76734602 0.83400047
+-0.22612981 0.76823658 0.83055645
+-0.21340208 0.76999718 0.82258624
+-0.20021278 0.77202559 0.81160128
+-0.18220626 0.77423859 0.81158030
+-0.14517425 0.77093762 0.80295557
+-0.08421737 0.76551527 0.79792845
+-0.03208692 0.76550049 0.78946948
+0.00503312 0.76698011 0.78641450
+0.03673059 0.76863426 0.77622509
+0.06970679 0.77000183 0.77223229
+0.09543934 0.76856130 0.76322240
+0.13311376 0.76554972 0.75946677
+0.16582941 0.76552969 0.74721420
+0.19605418 0.76673472 0.74483222
+0.22392662 0.76386505 0.73159701
+0.25483680 0.76409256 0.72602350
+0.28441548 0.76477629 0.72104877
+0.33067814 0.76050591 0.70711666
+0.38666427 0.76121271 0.70375735
+0.43915820 0.76369095 0.69001925
+0.48415881 0.76026398 0.69129211
+0.52789187 0.76490706 0.68403053
+0.58369750 0.77013624 0.68278229
+0.64884430 0.76799589 0.66756147
+0.49844366 0.84626204 0.82286114
+0.50999826 0.85321933 0.81666934
+0.58030766 0.85163736 0.80824542
+0.62992382 0.85031831 0.80108279
+0.68896759 0.84883833 0.79445684
+0.74131340 0.85107219 0.78480798
+0.84021020 0.83834922 0.78449506
+-0.09228419 0.85172892 0.82216465
+-0.28168339 0.85131234 0.80841666
+-0.26909456 0.85358876 0.80624461
+-0.25936389 0.84899694 0.79857129
+-0.24671665 0.85055071 0.79570764
+-0.23281585 0.84972191 0.78799713
+-0.19265500 0.84975529 0.77725744
+-0.12923646 0.84464890 0.77346742
+-0.07699150 0.84463894 0.76435471
+-0.04496855 0.84007156 0.76259345
+-0.01826314 0.83889681 0.75388420
+0.01031105 0.84065098 0.74806875
+0.03694729 0.83953309 0.74688792
+0.07376137 0.83738685 0.73591232
+0.10182236 0.83861488 0.73137218
+0.13043852 0.83728319 0.72131473
+0.15607801 0.83486062 0.71586603
+0.18353462 0.83590096 0.70392144
+0.21316122 0.82953507 0.70160961
+0.25217271 0.82616979 0.68441319
+0.31025407 0.82738757 0.68136567
+0.36077604 0.82586086 0.67059624
+0.41015387 0.82592255 0.66780204
+0.45936376 0.82742417 0.66900218
+0.52076322 0.83252144 0.66113067
+0.59107739 0.82994980 0.65574175
+0.52530551 0.90511537 0.80501688
+0.58974773 0.90202355 0.79234064
+0.66044140 0.89800072 0.78685808
+0.71141064 0.90095818 0.77746630
+0.77593297 0.89755082 0.76789445
+0.82536435 0.89811897 0.76670223
+0.93429524 0.92808461 0.74698913
+-0.26924074 0.10058843 0.88845217
+-0.28354520 0.11453068 0.87504750
+-0.26860031 0.11558422 0.86662269
+-0.25275573 0.11569185 0.85849226
+-0.23314281 0.11548419 0.85746944
+-0.20308563 0.11188086 0.84930873
+-0.13873672 0.10938449 0.84764880
+-0.05305740 0.10077095 0.84004992
+0.04618125 0.09816310 0.83047974
+0.13599502 0.09778150 0.83061743
+0.21351154 0.09691013 0.82097363
+0.27742127 0.09611320 0.82022238
+0.33751059 0.09518761 0.81855696
+0.41096029 0.09362888 0.80804080
+0.46520105 0.09209235 0.80562675
+0.52888852 0.09012732 0.79650730
+0.58333600 0.08837325 0.79372323
+0.64659089 0.08627380 0.78225189
+0.70312107 0.08376287 0.77847582
+0.75365114 0.08050174 0.76498264
+0.81473929 0.07856215 0.76163256
+0.85832751 0.07677904 0.75863749
+0.89864939 0.07679173 0.74920189
+0.94254613 0.07785224 0.74857819
+0.98377645 0.07855313 0.74303794
+1.02541482 0.07905225 0.74080551
+0.93538427 0.16003731 0.89395559
+0.97824800 0.15237054 0.87857938
+0.99769425 0.15263967 0.87245452
+1.00551665 0.15333258 0.86762720
+1.01662493 0.15358096 0.86058211
+1.02114177 0.15374383 0.85333568
+0.91018045 0.15367498 0.85180861
+-0.32511026 0.17045894 0.85536671
+-0.27414674 0.16869535 0.84515631
+-0.25924960 0.16736349 0.84468883
+-0.24281879 0.17013152 0.83637893
+-0.22108999 0.16869633 0.82791501
+-0.19237283 0.16418779 0.82922477
+-0.12761931 0.16446516 0.81955665
+-0.04353562 0.15965694 0.81808686
+0.04854692 0.15674837 0.80858779
+0.13710387 0.16017182 0.80758840
+0.21397626 0.15950519 0.79838723
+0.27863336 0.15800676 0.79749811
+0.34150749 0.16092257 0.78780806
+0.41297242 0.15495196 0.78721464
+0.46886179 0.15769456 0.77644312
+0.53030920 0.15620717 0.77379549
+0.58930862 0.15726714 0.77004904
+0.65167689 0.15490377 0.75854504
+0.70181662 0.15601055 0.75487471
+0.76083452 0.15144366 0.74031097
+0.82216007 0.15304995 0.73600715
+0.87331092 0.15050185 0.72279567
+0.91077518 0.14911164 0.72283262
+0.95483977 0.15000975 0.72190255
+1.00121915 0.15468617 0.71370286
+0.99706513 0.16315500 0.71851176
+0.82418501 0.23967507 0.87563425
+0.86119115 0.23633134 0.85838741
+0.87360233 0.23283605 0.85155684
+0.88108379 0.23692733 0.84463525
+0.88595003 0.24083814 0.83659524
+0.89463007 0.23701786 0.83076376
+0.63568264 0.24299870 0.82941723
+-0.29245323 0.26446930 0.83121049
+-0.24722193 0.26156759 0.82174015
+-0.22983018 0.26368436 0.82053173
+-0.21097189 0.26319218 0.81285423
+-0.18736169 0.26176021 0.81243813
+-0.15634324 0.26423025 0.80372888
+-0.09768745 0.26529440 0.79344344
+-0.02216718 0.26497656 0.79188538
+0.06473816 0.26337895 0.78224301
+0.14497690 0.26636407 0.78209424
+0.22159033 0.26495093 0.77319825
+0.28338218 0.26828179 0.77213234
+0.34630463 0.27098563 0.77076882
+0.41548514 0.26972151 0.75859129
+0.47129121 0.27224913 0.75646168
+0.52970016 0.27417356 0.74608946
+0.58483940 0.27584860 0.74116534
+0.64982152 0.27718216 0.72908902
+0.71460623 0.27590063 0.72324246
+0.77952784 0.27061793 0.71826822
+0.83854413 0.26812381 0.70506907
+0.89363515 0.26890239 0.69948190
+0.93743467 0.27152744 0.68801272
+0.97831917 0.27591443 0.68753445
+1.02899551 0.28033102 0.68660426
+0.93659389 0.29831812 0.68638897
+0.59150642 0.37698710 0.85558152
+0.62517637 0.37431255 0.84322876
+0.63221526 0.37838763 0.82690579
+0.63462830 0.37926146 0.82068890
+0.64204645 0.38449928 0.81206691
+0.65122312 0.38908193 0.81118768
+0.40892407 0.39511013 0.80099970
+-0.23675631 0.40990862 0.80357230
+-0.19183032 0.41617489 0.79979420
+-0.17070068 0.41910642 0.79038668
+-0.14847556 0.42212233 0.78061813
+-0.12461773 0.42523408 0.77989691
+-0.09396614 0.42780814 0.76995438
+-0.04520447 0.42444882 0.77080351
+0.01487582 0.42608720 0.75956178
+0.08715174 0.42788491 0.75840819
+0.15644282 0.43570423 0.74843848
+0.22775029 0.43865728 0.74727225
+0.28608140 0.44147691 0.73658574
+0.34479013 0.44448921 0.73519009
+0.41185385 0.44623771 0.72289276
+0.46378273 0.45161664 0.72082198
+0.52329868 0.44826403 0.71858406
+0.58084059 0.44947577 0.70668924
+0.64587677 0.44956380 0.70117450
+0.71461654 0.45201626 0.68785113
+0.79333931 0.44907486 0.67958397
+0.85870624 0.44881973 0.67505485
+0.91785544 0.45321053 0.65932423
+0.96392703 0.45412228 0.65617645
+1.01412475 0.45174855 0.64585656
+1.06315768 0.46014124 0.64572704
+0.89981383 0.48160785 0.64743912
+0.24767010 0.59940630 0.82576495
+0.27590916 0.59773833 0.81157261
+0.27534786 0.59719270 0.79491609
+0.27665555 0.60666049 0.78646249
+0.27913237 0.61103702 0.77701110
+0.28810421 0.61895388 0.77643108
+0.19302547 0.61771655 0.76689887
+-0.17581488 0.63149399 0.76150465
+-0.13116238 0.63804179 0.74933666
+-0.10718043 0.64102507 0.74781495
+-0.08195850 0.64880365 0.73776037
+-0.05754283 0.65165275 0.73644292
+-0.02956145 0.65300512 0.72848701
+0.00862193 0.65602708 0.72640252
+0.04666981 0.66270524 0.71472347
+0.09430997 0.66993302 0.71408808
+0.14546949 0.67330509 0.70283264
+0.20895830 0.68093419 0.70110869
+0.26440492 0.68441093 0.69034100
+0.31518808 0.69122440 0.68846536
+0.38854638 0.69074333 0.67688584
+0.44039211 0.69307554 0.67516196
+0.48964512 0.69898039 0.67167020
+0.55228621 0.70413983 0.65650958
+0.61920512 0.70406520 0.65299094
+0.69688016 0.69106346 0.65468013
+0.73636550 0.68072134 0.68509352
+0.85306209 0.68060887 0.66763026
+0.93093961 0.67947167 0.65551418
+0.98078817 0.68602878 0.65484852
+1.03323925 0.69025165 0.64741403
+1.07809889 0.69951594 0.64696330
+1.07012987 0.71001410 0.64647532
+-0.23760995 0.89129728 0.79287845
+-0.21012478 0.88799709 0.76687628
+-0.21687494 0.89321917 0.75637925
+-0.22469291 0.90319353 0.74553245
+-0.22871731 0.90409911 0.73758608
+-0.23036179 0.91338098 0.72619110
+-0.19683032 0.92093003 0.72434276
+-0.12576684 0.91138977 0.71143776
+-0.07358806 0.90669870 0.69895136
+-0.04208773 0.89885342 0.70026410
+-0.01107189 0.88272083 0.69267768
+0.02350406 0.87459558 0.69387138
+0.05714150 0.86670226 0.68254924
+0.10163539 0.85814631 0.68350273
+0.13147664 0.85018271 0.67338020
+0.17368239 0.84189254 0.67439574
+0.21018140 0.83469242 0.66427875
+0.27044815 0.81897229 0.66633075
+0.33210573 0.81107587 0.65576398
+0.38775405 0.80317569 0.65629172
+0.46836984 0.79444933 0.64442748
+0.53080493 0.78579545 0.64374632
+0.58164948 0.77684826 0.64182937
+0.64298689 0.76741421 0.62963665
+0.70719367 0.75561172 0.62729353
+0.77556741 0.72672176 0.63710845
+0.60626519 0.74557358 0.61497009
+0.57999629 0.73577338 0.61222160
+0.62728345 0.72420806 0.59700078
+0.65949804 0.71072137 0.59501624
+0.68388617 0.69772774 0.59859741
+0.70229751 0.68010789 0.60056305
+0.69010144 0.65116346 0.64268959
+0.12370794 0.76954710 0.77814019
+-0.15703692 0.77724189 0.77513748
+-0.12383726 0.75848937 0.75859553
+-0.10011240 0.74953574 0.74889767
+-0.06933109 0.73987037 0.73995060
+-0.03359052 0.73094982 0.74057800
+0.01873294 0.72202039 0.73104805
+0.08262897 0.70394987 0.72147989
+0.14345361 0.69259018 0.71967196
+0.19262552 0.68183428 0.71210247
+0.23548205 0.66886568 0.70266318
+0.28212816 0.65923774 0.70288968
+0.32451493 0.64955872 0.69439411
+0.37103385 0.63958085 0.69422841
+0.41735923 0.62161857 0.68780267
+0.46228883 0.60952836 0.68783826
+0.50528377 0.59712547 0.67956066
+0.55477631 0.58776611 0.67756838
+0.61653221 0.57766652 0.67731702
+0.68792737 0.56129277 0.67119342
+0.76530200 0.54895902 0.67107457
+0.82973957 0.53482461 0.66463196
+0.88081884 0.52346379 0.66358674
+0.92813623 0.51357746 0.66293341
+0.96230215 0.50191736 0.65280855
+1.00944066 0.49096575 0.64686561
+0.86163837 0.51764256 0.65486258
+0.02830427 0.56124502 0.64680105
+0.06342169 0.54334491 0.64454204
+0.07406866 0.53253233 0.63554972
+0.07984778 0.51746726 0.63351840
+0.08968201 0.50408095 0.63415772
+0.09794879 0.49034965 0.62393862
+0.12668593 0.50817984 0.75615048
+-0.07082708 0.54738361 0.78202289
+-0.01392978 0.53086030 0.77357715
+0.02530384 0.51786345 0.76714396
+0.06363571 0.50215936 0.75955945
+0.10938881 0.48937550 0.75228250
+0.17122595 0.47840479 0.75092065
+0.24696419 0.46003833 0.74264657
+0.30510899 0.44156200 0.73277467
+0.37337407 0.43026271 0.72997862
+0.43691179 0.41468805 0.72431964
+0.49958012 0.39896995 0.72175527
+0.55516517 0.38460922 0.71786273
+0.59838045 0.36216125 0.71674502
+0.65707934 0.34457076 0.71092671
+0.71089393 0.32880288 0.71008170
+0.75958717 0.31507474 0.70434254
+0.80849189 0.29930833 0.70171416
+0.86191213 0.28002000 0.70041001
+0.92927939 0.26489046 0.69299352
+0.89864397 0.24484362 0.68774903
+0.83919924 0.23686878 0.68365848
+0.86018163 0.22343832 0.68102890
+0.86290789 0.21355152 0.68237591
+0.86426973 0.20380631 0.67615336
+0.84977412 0.19291152 0.67047447
+0.85523802 0.17520317 0.68599862
+0.52125192 0.34110865 0.69651532
+-0.21451864 0.32737547 0.69480824
+-0.17131904 0.31399038 0.69152963
+-0.15128249 0.29711252 0.68695527
+-0.12774779 0.28525203 0.68627393
+-0.10024633 0.26791558 0.67824638
+-0.07122837 0.25296494 0.75423294
+-0.02769278 0.24518535 0.82320744
+0.02686287 0.22984701 0.80948865
+0.07035257 0.21573980 0.79990959
+0.10028004 0.20223399 0.80012500
+0.13354032 0.20321687 0.81492567
+0.18268822 0.23099203 0.83027530
+0.00686541 0.24280389 0.82863832
+0.00562771 0.23103884 0.82425046
+0.00760647 0.21658811 0.82054901
+0.00569179 0.19648241 0.81060916
+0.00132041 0.16751356 0.78944308
+-0.01759160 0.14193326 0.76583540
+0.18400255 0.12088366 0.75267810
+0.34649891 0.10824350 0.75051224
+0.38021266 0.11231229 0.74538720
+0.41586530 0.11778161 0.76421380
+0.45399514 0.12669462 0.46540952
+0.51952964 -0.05664336 0.06840958
+0.38861623 -0.19394194 0.07632175
+0.29584032 -0.18319488 0.06287350
+0.39800784 -0.17736118 0.05729134
+0.46969685 -0.17079161 0.04417068
+0.54636186 -0.16542831 0.18473636
+0.63020140 -0.10295413 0.76812655
+0.76487130 0.24117832 0.72390527
+0.98633152 0.20449699 0.70975357
+0.89654845 0.00871725 0.70282900
+-0.16834372 0.03022552 0.71291333
+0.06191009 0.22468793 0.21516553
+0.13911089 0.19499522 0.79369503
+0.20374967 0.15331167 0.75512975
+0.26427460 0.12526904 0.75289071
+0.31861749 0.11552782 0.76485676
+0.37022182 0.09938968 0.85709786
+0.42637017 0.08806803 0.85671663
+0.48211461 0.07590475 0.87622464
+0.53301138 0.06427093 0.88430655
+0.58422172 0.05321125 0.87854457
+0.63688284 0.04589918 0.87449372
+0.69584268 0.03619115 0.87193662
+0.75323564 0.02864062 0.85413545
+0.81711948 0.01630048 0.82468170
+0.87136066 0.00703030 0.80930382
+0.92328912 -0.00280593 0.80070847
+0.96747577 -0.01092425 0.80263972
+1.00885129 -0.02235336 0.79373050
+1.04362857 -0.03513788 0.79504114
+1.09957600 -0.04765941 0.79006326
+0.53575402 -0.06126945 0.78735918
+0.43719894 -0.06905530 0.78290987
+0.42546672 -0.07831104 0.77895421
+0.40805486 -0.08808939 0.77292991
+0.39610523 -0.09639602 0.77096176
+0.37567014 -0.10070022 0.76299697
+0.37234217 -0.09039964 0.76358014
+0.15563108 -0.09842884 0.75843030
+-0.03046907 -0.10696188 0.75919825
+0.00675469 -0.11270256 0.76241988
+0.03027546 -0.11919024 0.75203359
+0.05285266 -0.12313304 0.83288389
+0.07389717 -0.13445538 0.85145962
+0.09741899 -0.09605029 0.84679586
+0.12605952 -0.11096308 0.84716398
+0.15972555 -0.12276214 0.84563339
+0.20678452 -0.13086642 0.84344864
+0.25414178 -0.14222094 0.83947939
+0.92617965 -0.12287324 0.87281835
+0.98089761 -0.11711005 0.86807376
+1.01806569 -0.10800654 0.86097348
+1.05501401 -0.10006458 0.85896283
+1.08222532 -0.09188548 0.84934050
+1.13233483 -0.08606302 0.84362918
+0.43296319 -0.08167139 0.83579457
+0.20323998 -0.07617005 0.83033276
+0.25238532 -0.07288592 0.82242024
+0.29678085 -0.07050314 0.81614864
+0.34071445 -0.06473564 0.80735409
+0.38417366 -0.05789599 0.80021220
+0.43639502 -0.05336148 0.79091775
+0.30777800 -0.04814208 0.78402913
+-0.06089341 -0.04558202 0.77443409
+-0.03113577 -0.02366894 0.76626557
+-0.02146234 -0.01018293 0.75622356
+-0.01007891 -0.00544222 0.75148898
+0.00209697 -0.00064414 0.73702770
+0.01681117 0.00708081 0.73561519
+0.05063790 0.01282451 0.72777718
+0.09799054 0.01837232 0.72203320
+0.15467669 0.06649916 0.71459758
+0.20537242 0.12483724 0.70725846
+0.26016703 0.12945868 0.78381908
+0.31147060 0.13467301 0.77602053
+0.36065835 0.14135145 0.76931649
+0.41726536 0.14770685 0.75663960
+0.46881232 0.15595089 0.74980724
+0.51656294 0.15738662 0.74227029
+0.56422150 0.16385514 0.72323650
+0.61749136 0.16824172 0.82739407
+0.67231530 0.17251371 0.82431680
+0.71825558 0.17796513 0.81348586
+0.76150113 0.18381758 0.80741954
+0.81381863 0.19246745 0.79699039
+0.85574061 0.19716461 0.79475051
+0.88959897 0.20560859 0.78515238
+0.92260003 0.20451182 0.77416241
+0.96225172 0.20945677 0.76737982
+1.00529099 0.21506429 0.76027679
+1.07159185 0.21833026 0.75259548
+1.10662413 0.22067733 0.74506211
+1.11698675 0.22432742 0.73840946
+1.11994565 0.22649556 0.72861564
+1.12685704 0.22357845 0.72109699
+1.12959158 0.22445858 0.71307570
+1.15688312 0.22689722 0.70394444
+0.33845583 0.22817670 0.69911677
+0.08106206 0.23314102 0.68839687
+0.13358472 0.23521575 0.67987126
+0.17852147 0.23992042 0.67334962
+0.22460710 0.24631985 0.66523528
+0.27043951 0.25449646 0.65741748
+0.33087221 0.25804329 0.65408212
+0.21016660 0.25959694 0.64799517
+0.01161974 0.36713028 0.63817316
+0.05893316 0.46581995 0.66714227
+0.09304137 0.46210566 0.68022150
+0.12475155 0.46471542 0.66896915
+0.15258041 0.46734419 0.66131335
+0.18123092 0.46856168 0.64800900
+0.22607286 0.47452122 0.63713288
+0.26882792 0.48031837 0.62388408
+0.30925784 0.48450413 0.70915210
+0.33429462 0.48570192 0.77476293
+0.36089814 0.49286106 0.75882000
+0.37912866 0.49989355 0.75059390
+0.40162709 0.50712389 0.74151081
+0.44004205 0.51287436 0.73591071
+0.47199717 0.51364070 0.72822863
+0.50847918 0.52024049 0.71588504
+0.54103917 0.52699023 0.70659560
+0.58571213 0.53396207 0.69912660
+0.62185860 0.54011965 0.69198257
+0.66714811 0.54687858 0.68373668
+0.71296185 0.55250746 0.67695576
+0.75143033 0.55124575 0.67232031
+0.77915156 0.55634421 0.66677690
+0.80571598 0.56218123 0.66577262
+0.84275335 0.56770200 0.66428560
+0.88836962 0.56782615 0.66099709
+0.82457036 0.57425570 0.64974612
+0.80091482 0.57721299 0.63958818
+0.86776412 0.58189476 0.64765400
+0.92227113 0.58843875 0.64961487
+0.97276324 0.58911830 0.64566368
+1.01965988 0.59930068 0.64508069
+1.07567024 0.61037195 0.63948137
+0.62913561 0.61399728 0.63037324
+-0.18346228 0.73410046 0.58480644
+-0.15456814 0.74990654 0.60397917
+-0.14728408 0.75585061 0.59097040
+-0.14215451 0.75916547 0.57739377
+-0.11102811 0.76257622 0.56910026
+-0.06832778 0.76974142 0.55807441
+-0.00980815 0.77233320 0.53971499
+-0.01096673 0.77848250 0.58815348
+0.02413965 0.78709400 0.73672557
+0.04040461 0.79447752 0.71479189
+0.05496306 0.79577374 0.70602900
+0.06576519 0.80186838 0.69417363
+0.08239336 0.80946964 0.68568259
+0.11382075 0.81268197 0.68154240
+0.15642235 0.81707478 0.66693139
+0.20458248 0.81911570 0.65393233
+0.24944834 0.82376391 0.64710778
+0.29227927 0.82680196 0.63777691
+0.33519295 0.83444035 0.63226002
+0.36464915 0.83891284 0.62228245
+0.41221306 0.84608853 0.61677039
+0.44843987 0.84982854 0.60588878
+0.47674015 0.85732687 0.60212970
+0.51263666 0.86149448 0.59725988
+0.55101854 0.86680555 0.58652890
+0.58917338 0.86903936 0.58251315
+0.65324408 0.87613243 0.57779229
+0.70663446 0.87974364 0.56600583
+0.75329238 0.88789147 0.56266445
+0.78627807 0.89352518 0.55746996
+0.81161028 0.89895380 0.55033016
+0.83695149 0.90570199 0.55558437
+0.87584651 0.90122354 0.57443029
+0.48887366 0.94171333 0.52415752
+0.22896898 0.98264426 0.53412938
+0.29316890 0.98428851 0.52396232
+0.34359822 0.98755419 0.51366717
+0.39788759 0.99465746 0.49730471
+0.45373178 0.99825567 0.48760915
+0.52609456 1.01648700 0.47473711
+0.26504946 0.74277288 0.50538152
+-0.12286855 -0.04624058 1.04616106
+-0.08820537 -0.02155876 1.02156365
+-0.06959826 -0.02844833 1.02001810
+-0.04918471 -0.03855749 1.01803529
+-0.02761223 -0.04512178 1.01886034
+0.00674269 -0.05287986 1.01593995
+0.06151632 -0.06535825 1.01116514
+0.12842757 -0.07816745 1.00665772
+0.19519320 -0.09095394 1.00199473
+0.25137088 -0.09758878 1.00087881
+0.30784780 -0.10446808 1.00151455
+0.35866645 -0.11139315 1.00037730
+0.41082215 -0.11826724 1.00047624
+0.47100613 -0.12538327 0.99923992
+0.51957816 -0.13309653 1.00003898
+0.57255316 -0.13974009 0.99871498
+0.62459421 -0.14647274 0.99999499
+0.68118310 -0.15301155 0.99845827
+0.73084265 -0.15947226 0.99928945
+0.78186637 -0.16949628 1.00055051
+0.83541340 -0.17563656 0.99982405
+0.87474656 -0.18170051 1.00128424
+0.91078842 -0.18756501 1.00024259
+0.94795412 -0.19402538 1.00193179
+0.98508769 -0.19686434 1.00242293
+1.02085078 -0.20582414 0.99845642
+1.00100279 -0.20871693 0.99796093
+1.05514026 -0.21916708 0.99319839
+1.08867168 -0.22583508 0.99453014
+1.11677778 -0.23293822 0.99273324
+1.14247179 -0.23983072 0.99440908
+1.15430152 -0.24650884 0.99614179
+1.20183098 -0.25409150 0.99292433
+-0.23533720 -0.21690950 1.03488934
+-0.17776182 -0.21567999 1.03085637
+-0.14586730 -0.21548778 1.02514291
+-0.11519758 -0.21394418 1.02626348
+-0.07731257 -0.21242207 1.02319038
+-0.04015793 -0.20918606 1.02034068
+0.03231983 -0.21138342 1.01403642
+0.00627611 -0.20662132 1.01232874
+0.07535120 -0.20665045 1.00656474
+0.13336179 -0.20170665 1.00707448
+0.18744996 -0.19824536 1.00490999
+0.23508568 -0.19568536 1.00298071
+0.27916744 -0.19101532 1.00348258
+0.33426571 -0.18711126 1.00091922
+0.38416418 -0.18237267 1.00138438
+0.43502578 -0.18204041 1.00147474
+0.47569492 -0.17729461 0.99943203
+0.52494937 -0.17249516 1.00012696
+0.56042832 -0.17115712 0.99772298
+0.59599626 -0.16735546 0.99841166
+0.64853978 -0.16514775 0.99632746
+0.69196802 -0.16151738 0.99684882
+0.72882950 -0.15717281 0.99592268
+0.76550657 -0.15536943 0.99348027
+0.81024551 -0.15146172 0.99223894
+0.85372823 -0.15418194 0.98694968
+0.91852224 -0.15508053 0.98096091
+0.96675074 -0.15654545 0.97863287
+0.99902469 -0.15421793 0.97618687
+1.01756585 -0.15074867 0.97706199
+1.03773987 -0.14954993 0.97412455
+1.05816698 -0.14662591 0.97528058
+1.09972692 -0.14729042 0.97037596
+0.38901260 -0.11447009 1.01148963
+0.22288904 -0.10870150 1.00741541
+0.27322751 -0.10878579 1.00365925
+0.30622804 -0.10470459 1.00228810
+0.33893421 -0.10369012 0.99879801
+0.36990523 -0.10108676 0.99971336
+0.43773729 -0.10253028 0.99269670
+0.02581925 -0.06136093 1.00367892
+-0.07770184 -0.05399531 1.00082600
+-0.02986476 -0.05516142 0.99858671
+0.00937237 -0.05459077 0.99847698
+0.04616582 -0.04959799 0.99590957
+0.08041996 -0.04832670 0.99594855
+0.13040206 -0.04846398 0.99344575
+0.18618868 -0.04588276 0.99233282
+0.23699804 -0.04444123 0.98874485
+0.27748013 -0.04222739 0.98921871
+0.31841910 -0.04049696 0.98880249
+0.35812375 -0.03868277 0.98726088
+0.39451608 -0.03616424 0.98672730
+0.44390517 -0.03402284 0.98415196
+0.49561840 -0.03052561 0.98436475
+0.54415333 -0.03105742 0.98229402
+0.59251606 -0.02978641 0.97877306
+0.63999766 -0.02953495 0.97731978
+0.69079673 -0.03034323 0.97109699
+0.74711490 -0.03218795 0.96549708
+0.79899293 -0.03100551 0.95912778
+0.84305382 -0.03152348 0.95901269
+0.87552226 -0.03019189 0.95726097
+0.91062886 -0.03207156 0.95620102
+0.94691062 -0.03231523 0.95691246
+0.99653614 -0.03375237 0.95203912
+0.65140969 -0.00478417 0.99000430
+0.55210817 0.00001781 0.98892355
+0.60779917 -0.00022970 0.98562890
+0.64287150 0.00093677 0.98426408
+0.67792445 0.00283436 0.98025602
+0.70869911 0.00297006 0.97931516
+0.76382452 0.00056428 0.97149998
+0.10196611 0.06937367 0.99721247
+-0.14630622 0.07929473 0.99246049
+-0.11051169 0.07735878 0.99187255
+-0.08449799 0.07819890 0.98960727
+-0.05911276 0.07743860 0.98904324
+-0.03405431 0.07925440 0.98651117
+0.00730492 0.08009180 0.98509926
+0.06645571 0.08148737 0.98144460
+0.11669853 0.08015340 0.98000193
+0.15419181 0.08023551 0.97872144
+0.19102392 0.08182546 0.97785372
+0.21726114 0.08385315 0.97450417
+0.25516871 0.08217993 0.97459954
+0.29858491 0.08087343 0.97278911
+0.34801504 0.08206347 0.97078866
+0.40184686 0.08373955 0.96694064
+0.45638195 0.08414534 0.96306837
+0.50771648 0.08257125 0.96049529
+0.56372058 0.08197504 0.95885581
+0.61654043 0.08027465 0.94917375
+0.67243105 0.07438079 0.94753611
+0.72695041 0.07104485 0.94382942
+0.76394236 0.07154482 0.94458449
+0.81106013 0.07121079 0.94060802
+0.86133575 0.07069621 0.94125086
+0.92040861 0.06611159 0.93482631
+0.76564330 0.09087272 0.97689873
+0.75984955 0.09277680 0.97449881
+0.81887001 0.08983586 0.97065705
+0.85899103 0.08696853 0.96850109
+0.89262456 0.08993438 0.96520907
+0.91839290 0.09028982 0.96635312
+0.97935396 0.08875863 0.95925921
+0.01450444 0.16453975 0.99190128
+-0.22037227 0.17195931 0.98857838
+-0.19427806 0.17224789 0.98590702
+-0.17768048 0.16814221 0.98578840
+-0.15715685 0.16887434 0.98303479
+-0.13739526 0.16853791 0.98148578
+-0.09312014 0.16693501 0.97934657
+-0.03090906 0.16449532 0.97647178
+0.02240873 0.16625921 0.97233856
+0.05235692 0.16556209 0.97237867
+0.08717288 0.16358042 0.97166163
+0.11898563 0.16100466 0.96959460
+0.14562818 0.16311455 0.96860671
+0.19445625 0.16227233 0.96291870
+0.24420290 0.16324215 0.96252161
+0.30920956 0.16241197 0.95522135
+0.36316490 0.15711799 0.95461226
+0.42413709 0.15820713 0.95163274
+0.48206162 0.15508577 0.94620240
+0.53293288 0.15255968 0.94244891
+0.59958160 0.14847893 0.93474424
+0.65211219 0.14590491 0.93565863
+0.69462752 0.14667095 0.93054390
+0.75040537 0.14252889 0.93200260
+0.81008601 0.13974974 0.92620909
+0.88472265 0.13067250 0.92492396
+0.82657099 0.15428510 0.97085780
+0.87165892 0.15111001 0.96634662
+0.93655801 0.14765884 0.96209323
+0.97426200 0.14970516 0.96079248
+1.01442432 0.14991038 0.95860130
+1.03174067 0.15024504 0.95724761
+1.09550142 0.14748275 0.95184261
+-0.17086469 0.24191962 0.99005365
+-0.24209474 0.24117655 0.98465133
+-0.22456603 0.23641837 0.98200822
+-0.21313074 0.23582214 0.98100394
+-0.19186749 0.23195919 0.97774172
+-0.16494022 0.23116150 0.97821546
+-0.11130727 0.24646069 0.97156703
+-0.04037895 0.28045586 0.96384013
+0.01596838 0.29178125 0.95922488
+0.05383299 0.29125491 0.95747054
+0.08918776 0.29147986 0.95357734
+0.11961203 0.29139745 0.95313549
+0.14700645 0.29041982 0.95123738
+0.18262990 0.29029143 0.94600630
+0.22083995 0.28530166 0.94388705
+0.28857583 0.28488994 0.93632102
+0.33241868 0.28420934 0.93548900
+0.39911222 0.28150174 0.92766184
+0.44566637 0.27912140 0.92562383
+0.48887208 0.27547765 0.91673470
+0.55716753 0.27208397 0.91289753
+0.60538620 0.26869613 0.91485161
+0.65533203 0.26142153 0.90979952
+0.70330423 0.25885674 0.91163617
+0.76146996 0.25576922 0.90545756
+0.83113581 0.25208774 0.90414548
+0.78663439 0.27887610 0.95406336
+0.85021329 0.26921868 0.94806373
+0.91033280 0.26661581 0.94598937
+0.94879001 0.26445425 0.94209087
+0.98673898 0.26382029 0.94117510
+1.00494409 0.26022041 0.93795925
+0.96862644 0.26070970 0.93529302
+-0.27108136 0.36069363 0.97342587
+-0.22321706 0.34965628 0.96723670
+-0.20353159 0.34920266 0.96427423
+-0.18517275 0.34423819 0.96356630
+-0.16105755 0.34265769 0.96100330
+-0.13580105 0.33920994 0.95951188
+-0.07926564 0.33787632 0.95781595
+-0.01133151 0.33103335 0.95664901
+0.03807301 0.32747394 0.95299059
+0.06866313 0.32669610 0.95318943
+0.09788363 0.32588524 0.94936991
+0.12803797 0.32359314 0.94583881
+0.15140244 0.31558126 0.94385630
+0.18706955 0.31497514 0.94013435
+0.22211127 0.31435630 0.93480092
+0.27835739 0.30943316 0.93171102
+0.33042163 0.30871776 0.92971528
+0.38842520 0.30445170 0.92143667
+0.44758254 0.30149981 0.91903239
+0.49956912 0.29729381 0.90932894
+0.56726497 0.28524548 0.90892035
+0.61711526 0.28376007 0.90405840
+0.66028023 0.27881068 0.90566272
+0.71837270 0.27605948 0.90255928
+0.77637076 0.27013728 0.90148741
+0.80517197 0.27132967 0.89876765
+0.70416468 0.30411783 0.95665991
+0.76263177 0.29585835 0.95046788
+0.82054955 0.28580207 0.94625711
+0.85542166 0.27718118 0.94636351
+0.88398063 0.27212107 0.94488633
+0.91883087 0.27172533 0.94163370
+0.70076162 0.27554244 0.94067419
+-0.25782174 0.34678787 0.97462076
+-0.21220306 0.33778799 0.96883929
+-0.18942955 0.32817522 0.96623695
+-0.16719763 0.32806301 0.96529639
+-0.13933650 0.32343096 0.96225297
+-0.10348357 0.31396374 0.96202230
+-0.04370311 0.31321740 0.96015668
+0.02301647 0.30853710 0.95865518
+0.07157736 0.30289432 0.95535749
+0.10587556 0.30168691 0.95597154
+0.14122230 0.29433614 0.95159203
+0.17432764 0.29078379 0.95013875
+0.20944609 0.28681138 0.94492739
+0.24563061 0.28443703 0.94138247
+0.28168374 0.28082782 0.93495917
+0.33558470 0.27738169 0.93290138
+0.38780910 0.27277303 0.93060088
+0.45814806 0.26653126 0.92246324
+0.51097006 0.26096365 0.91950428
+0.57102132 0.25442544 0.91107255
+0.63487196 0.24879585 0.90786701
+0.68466473 0.24413978 0.90544176
+0.72658086 0.24237864 0.90619886
+0.78159863 0.23544817 0.90361780
+0.83877987 0.22970070 0.90382189
+0.78789246 0.23440866 0.90202636
+0.53116423 0.28579482 0.96601737
+0.58666235 0.27476060 0.96152020
+0.62713110 0.26442739 0.95952243
+0.65940952 0.25601697 0.95597351
+0.68251890 0.25285846 0.95607126
+0.72156751 0.24542162 0.95433098
+0.47479206 0.24873242 0.95307946
+-0.19793947 0.29150945 0.97897929
+-0.14893682 0.28169107 0.97450453
+-0.11964995 0.27616048 0.97097647
+-0.08517473 0.26750821 0.96851474
+-0.04724380 0.26361072 0.96831799
+-0.00547184 0.25962719 0.96669340
+0.06038645 0.25149223 0.96556401
+0.12813114 0.24441338 0.96299040
+0.17867024 0.23956040 0.96302128
+0.22001940 0.23475593 0.96174157
+0.26512638 0.22979535 0.95646387
+0.30143133 0.22243476 0.95596027
+0.33795908 0.21837842 0.94832623
+0.38188055 0.21178664 0.94623363
+0.41944432 0.20523424 0.93927753
+0.46723926 0.20112683 0.93744010
+0.51803601 0.19524330 0.93069559
+0.58227897 0.19106580 0.92779732
+0.63758695 0.18498941 0.91896826
+0.70486271 0.17766716 0.91353250
+0.76448709 0.16865583 0.90728050
+0.81194574 0.16354276 0.90973216
+0.85273725 0.15462661 0.90828663
+0.89145601 0.15034702 0.90931481
+0.94013405 0.14151682 0.91177106
+0.79718053 0.15176429 0.90946203
+0.29197440 0.23163851 0.98653185
+0.33555520 0.21642907 0.97977072
+0.36517161 0.20629534 0.97849160
+0.38257545 0.19970556 0.97687054
+0.40537357 0.18553495 0.97595859
+0.43360320 0.18019626 0.97593963
+0.31824341 0.17403431 0.97322273
+-0.09534327 0.19938283 0.98716396
+-0.04602678 0.18868068 0.98345047
+-0.01348623 0.17650837 0.98155338
+0.02010868 0.16783939 0.97954792
+0.06525908 0.16206798 0.98038101
+0.11654565 0.14852317 0.97861403
+0.18081017 0.14158158 0.97923356
+0.23795320 0.13165084 0.97635013
+0.29487053 0.12527686 0.97568399
+0.34570771 0.11375321 0.97101772
+0.39499030 0.10498323 0.96915263
+0.44151431 0.09623546 0.96354508
+0.48498422 0.08670063 0.96279913
+0.54124987 0.07515733 0.96034122
+0.58681089 0.07160362 0.95363098
+0.63337159 0.06439860 0.95265931
+0.68476713 0.06077583 0.94466490
+0.74763954 0.05318007 0.94311064
+0.81201810 0.04675076 0.93245661
+0.89285553 0.03200308 0.92672938
+0.95113337 0.02177388 0.92007989
+0.99565095 0.01798286 0.92325503
+1.02892160 0.01042601 0.92083085
+1.06018448 0.00622201 0.92433476
+1.08959889 -0.00176832 0.92061448
+0.99412018 -0.00101589 0.92282701
+-0.06532459 0.14495668 1.01780510
+-0.02617047 0.11946532 1.01041806
+-0.01627247 0.11122912 1.01031721
+-0.01032159 0.09568880 1.01061630
+0.00360613 0.08256956 1.00880468
+0.01336554 0.07399116 1.00872469
+0.04353111 0.06184426 1.00725591
+-0.01490961 0.04664175 1.00415242
+0.04355923 0.03576377 1.00143695
+0.08651394 0.02511499 1.00098538
+0.13064882 0.00517861 1.00065136
+0.18835318 -0.00503949 1.00285780
+0.24582195 -0.01438513 0.99998474
+0.31925949 -0.02162922 1.00180578
+0.37885344 -0.04110125 0.99764580
+0.43225899 -0.04378341 0.99795210
+0.48635846 -0.03943521 0.98975301
+0.54868203 -0.03594673 0.98669338
+0.59701681 -0.03734184 0.97820747
+0.64530957 -0.03317205 0.97522932
+0.70092499 -0.02522766 0.96715659
+0.75804114 -0.01694220 0.96283358
+0.79765004 -0.00740081 0.95970863
+0.85126251 0.00263831 0.94922835
+0.90476018 0.00453871 0.94681609
+0.97225863 0.01200570 0.93328005
+0.89146119 0.02754088 0.93201137
+0.89971697 0.03701664 0.92200011
+0.92069179 0.04756017 0.92364001
+0.93043226 0.06334446 0.91872114
+0.92652982 0.07416313 0.92086214
+0.92326212 0.08119546 0.91604984
+0.95177549 0.08591022 0.91301876
+0.07752637 0.24625155 1.00826240
+-0.12233069 0.26763996 1.00461757
+-0.09668402 0.26808229 1.00168478
+-0.07987913 0.26917118 0.99949789
+-0.05991636 0.27469304 0.99641204
+-0.03998242 0.27563071 0.99520737
+-0.00530255 0.27891526 0.98831731
+0.04587653 0.28602284 0.97758371
+0.09186014 0.28455672 0.97264647
+0.12445329 0.28974676 0.96941888
+0.15189505 0.29710338 0.96970576
+0.18749769 0.29769617 0.96585184
+0.22996514 0.30764967 0.96463114
+0.28037032 0.31454366 0.95795673
+0.32993689 0.32170564 0.95603162
+0.37792450 0.32884970 0.94943124
+0.42640480 0.33513391 0.94629467
+0.48053524 0.33837092 0.93860161
+0.53838372 0.34196547 0.93524987
+0.60567278 0.35051495 0.92593962
+0.67693239 0.35357970 0.92132390
+0.73986483 0.35701868 0.91225970
+0.79573977 0.36651424 0.90849417
+0.84771860 0.37232795 0.89908767
+0.90293199 0.37800798 0.89349610
+0.97186893 0.38752636 0.87991071
+0.77405834 0.40544626 0.90358216
+0.29391974 0.42224219 0.89785069
+0.31210223 0.43578470 0.89679980
+0.30642059 0.44502467 0.89210862
+0.30090854 0.46057832 0.89114410
+0.29139683 0.47126624 0.88531518
+0.28901425 0.48364198 0.88184786
+0.22143736 0.55308646 0.95629668
+-0.09517611 0.62098891 0.96770221
+-0.04927265 0.62146837 0.96220541
+-0.02611893 0.63115650 0.95740998
+-0.00136682 0.63702226 0.95359594
+0.01987502 0.64673078 0.95193762
+0.04357333 0.65196049 0.94505286
+0.07086856 0.65940464 0.93585813
+0.09779797 0.66464758 0.92929280
+0.12052839 0.67582941 0.92511493
+0.13948004 0.68223298 0.92366499
+0.15723024 0.69194406 0.91809416
+0.18272665 0.70425713 0.91386986
+0.21049255 0.71184045 0.90902299
+0.24937636 0.72299409 0.90118641
+0.30256271 0.73256564 0.89727640
+0.34085849 0.73950511 0.89141893
+0.39277965 0.75044554 0.88531625
+0.44832647 0.76100802 0.87773013
+0.51812023 0.76409781 0.87233961
+0.61289072 0.76990366 0.86591637
+0.67522484 0.77918494 0.85730517
+0.72455388 0.78606826 0.85125822
+0.76908958 0.79702842 0.84343094
+0.80115044 0.80889380 0.83293205
+0.83581406 0.81423825 0.81814420
+0.89569360 0.81893271 0.85523897
+0.30031720 0.84563649 0.87347817
+-0.21379559 0.86053354 0.86612785
+-0.18307808 0.87572837 0.86069459
+-0.16570528 0.89114553 0.85634065
+-0.14373712 0.90661031 0.85034126
+-0.12348673 0.91690040 0.85134774
+-0.08917104 0.94049025 0.91698182
+-0.05496791 1.02166152 0.96186113
+-0.04675653 1.04193926 0.95987886
+-0.02007331 1.05353701 0.95572704
+-0.01145380 1.06384778 0.95177817
+-0.00247206 1.07521713 0.94055670
+0.00223109 1.07612634 0.91533643
+0.01186021 1.06507444 0.88799399
+0.15494525 1.05966330 0.87433404
+0.18262804 1.06836009 0.86623245
+0.21658087 1.08101690 0.85977608
+0.25821054 1.09398639 0.87779540
+0.29284135 1.14994478 0.56212366
+0.34848934 -0.01567321 0.28655288
+0.04164091 -0.11120388 0.25015482
+0.05867312 -0.10525698 0.23844062
+0.07985391 -0.10478417 0.23184852
+0.10724027 -0.10399967 0.21110810
+0.15289888 -0.11820541 0.42841327
+0.17382592 0.25911239 0.84788710
+0.53263956 1.21803916 0.81668437
+0.72186404 1.17458606 0.80992496
+0.78208095 1.16549242 0.80170316
+0.84308338 1.15317011 0.81624371
+0.02098334 1.12221420 0.14172550
+0.02132582 1.10581005 0.76777571
+0.01719686 1.09652436 0.79165834
+0.01790369 0.82681006 0.97630364
+0.03309906 -0.10346580 0.96322787
+-0.01982762 -0.05622536 0.96709901
+0.03441926 -0.04515168 0.98209071
+0.06733532 -0.03090596 1.00317490
+0.09692691 -0.02029579 1.00860822
+0.11773212 -0.00994552 1.02294791
+0.14997989 -0.00138609 1.07230771
+0.18287453 0.00264007 1.06635904
+0.22767738 0.00965452 1.05080068
+0.28939784 0.02294320 1.02651036
+0.34858847 0.03221853 1.01460767
+0.40968725 0.04488367 1.01312411
+0.46815762 0.05381684 1.00851548
+0.52618098 0.06281620 1.00576651
+0.59110701 0.07209507 1.00256920
+0.65401655 0.08023569 1.00050664
+0.71004933 0.09199145 1.00179553
+0.75593853 0.09955347 0.99905509
+0.81184417 0.11047342 0.99984676
+0.87379128 0.11682222 0.99675447
+0.82731664 0.12701063 0.99742484
+0.56145817 0.13448420 0.99538672
+0.58608192 0.14604311 0.99398023
+0.59826928 0.15309827 0.99180979
+0.61025518 0.16477449 0.98895687
+0.60971278 0.17643587 0.98377317
+0.60316098 0.23274145 0.98341638
+0.63683021 0.30096179 0.97890353
+0.01526355 0.30759108 0.97994405
+-0.01594293 0.32159176 0.97579402
+0.02311129 0.33389726 0.97598684
+0.06234237 0.34527802 0.97094804
+0.10410654 0.35868666 0.98611754
+0.14880383 0.37192619 0.98476291
+0.20567967 0.39156151 0.98636216
+0.26937595 0.40349489 0.98514664
+0.32824659 0.41683909 0.98686975
+0.38076106 0.42563334 0.98827505
+0.43157071 0.43316132 0.98384422
+0.48637435 0.44622543 1.01699531
+0.53295517 0.45810273 1.02074409
+0.58410990 0.46608743 1.01957917
+0.64632082 0.47845516 1.01793098
+0.69817066 0.49196175 1.01706338
+0.75238222 0.50481087 1.01523328
+0.80969769 0.51426041 1.01367617
+0.03582117 0.47197187 1.00063443
+0.08325928 0.45226178 1.00028992
+0.12748615 0.43443695 0.99793303
+0.17811486 0.41119519 0.99847764
+0.22787586 0.39953098 0.99675620
+0.30134088 0.38677394 0.99532801
+0.10377625 0.37507007 0.99323738
+0.02249328 0.36297822 0.99141961
+0.05468811 0.45086226 0.98883784
+0.08109436 0.44421655 0.98613614
+0.11011570 0.42280152 0.97868884
+0.13999391 0.41014373 0.97649020
+0.17407098 0.39053547 0.97154409
+0.21679202 0.37334615 0.97091794
+0.25625706 0.36063114 0.96543300
+0.29170150 0.35770294 0.96418452
+0.31291470 0.35230285 0.96082950
+0.33421516 0.33299375 0.97875828
+0.35458717 0.31496149 0.97378647
+0.36543551 0.30294010 0.97274071
+0.38615867 0.28687292 0.96767598
+0.40302271 0.27375296 0.96745604
+0.42288160 0.25525546 0.96218956
+0.45017356 0.24047995 0.95621985
+0.48597628 0.22267236 1.01262283
+0.51668262 0.20844005 1.00926459
+0.55482346 0.19331621 1.00740600
+0.59272832 0.18129157 1.00500357
+0.62638772 0.16627547 1.00160992
+0.65382993 0.15457998 0.99957955
+0.68386227 0.13852566 0.99446142
+0.72000271 0.12720191 0.98990685
+0.76873964 0.11199717 0.98541504
+0.77696157 0.09893914 0.98159534
+0.78215390 0.08464687 0.98152840
+0.86672682 0.06844336 0.97797525
+0.94516224 0.05567008 0.97728550
+1.01684344 0.04477554 0.97370142
+1.07325518 0.03075467 0.97336489
+1.11610413 0.02127792 0.97068369
+1.14314663 0.00695936 0.96895540
+-0.09339053 -0.00509859 0.96550822
+-0.04233710 0.01045245 0.96191460
+0.00291856 -0.00191987 0.95601553
+0.04071080 -0.01786358 0.95262611
+0.08176182 -0.02964960 0.94649035
+0.12271623 -0.04064915 0.94436097
+0.18400723 -0.05237249 0.93895805
+0.07179128 -0.06952669 0.93452334
+0.03052319 -0.04678625 0.92805564
+0.05056652 -0.04485432 0.93614638
+0.06206731 -0.05911000 0.93632096
+0.07427984 -0.07054511 0.93172479
+0.08689635 -0.08628423 0.92713314
+0.10507411 -0.09945286 0.92436153
+0.13098484 -0.11321145 0.92324591
+0.16369423 -0.13058224 0.91746134
+0.20447005 -0.14774163 0.96631110
+0.24849583 -0.15964989 0.99721801
+0.29895768 -0.17077987 0.99277490
+0.34681547 -0.16681671 0.98976105
+0.38949478 -0.15949281 0.98699838
+0.44550449 -0.15286519 0.98386258
+0.49609965 -0.14468525 0.97826463
+0.54294956 -0.13729291 0.97185886
+0.59138352 -0.13108088 0.96574044
+0.65289783 -0.12322344 0.96134335
+0.70204866 -0.11609415 0.95956206
+0.77202898 -0.11003733 0.95700955
+0.82913661 -0.10249073 0.95492148
+0.87310243 -0.09567613 0.95306826
+0.91653407 -0.08845095 0.95102656
+0.95640129 -0.08269772 0.94868219
+0.99247289 -0.07560165 0.94577110
+1.04182148 -0.06913415 0.94296718
+0.80603355 -0.06772035 0.93892598
+0.77375668 -0.06736617 0.93432009
+0.82452857 -0.06458341 0.92852676
+0.86273205 -0.05815368 0.92400026
+0.89428002 -0.05180581 0.91757327
+0.92840368 -0.04554734 0.91315407
+0.97348607 -0.04149236 0.90646482
+0.40373200 -0.03938691 0.90105987
+-0.11994447 0.00750834 0.89866960
+-0.09601095 0.01107600 0.89968276
+-0.08513679 0.01436001 0.89162391
+-0.07111411 0.01659823 0.88790810
+-0.05398900 0.01921359 0.88247097
+-0.02609008 0.02582080 0.88307649
+0.02639297 0.02761664 0.87912291
+0.08867364 0.08112586 0.91170615
+0.14368628 0.08974729 0.98988158
+0.20128572 0.09623031 0.98020035
+0.25223887 0.10186422 0.97704130
+0.29905459 0.10486758 0.97361857
+0.34460995 0.11237125 0.96982110
+0.39425692 0.11758792 0.96458763
+0.43578258 0.12009794 0.95689064
+0.48201028 0.12680890 0.94952261
+0.51391184 0.13407242 0.94346064
+0.55991262 0.13503331 0.94285566
+0.59664029 0.14043140 0.93863684
+0.61844432 0.14476711 0.93448073
+0.66099650 0.15175691 0.93354106
+0.69952595 0.15783620 0.92889380
+0.72612649 0.16162759 0.92795038
+0.76374722 0.16590594 0.92314082
+0.80429840 0.16767277 0.92190331
+0.84128952 0.17229126 0.91545832
+0.90101975 0.17299519 0.91201770
+0.94669151 0.17640086 0.90386558
+0.97560674 0.17793675 0.89949620
+0.99188906 0.18309842 0.89112908
+1.01229453 0.18483408 0.88874245
+1.03268409 0.18605626 0.88452119
+1.06963611 0.18441944 0.87528008
+0.50857353 0.19516660 0.87150174
+0.30685976 0.20959617 0.86551178
+0.36436075 0.20923325 0.86044002
+0.40593854 0.21288730 0.85057461
+0.44957590 0.21695317 0.84895432
+0.49215531 0.22245237 0.84211850
+0.55480915 0.22837718 0.84144878
+0.22258209 0.27116919 0.85043049
+-0.04927864 0.34906229 0.97830194
+-0.01178587 0.35246930 0.96425635
+0.01981851 0.35365042 0.96036488
+0.05094392 0.35770097 0.95584661
+0.08110002 0.36166555 0.95148712
+0.12045370 0.37226850 0.94544989
+0.16960755 0.40295845 0.93353403
+0.22002676 0.44064000 0.90758878
+0.25645795 0.45824623 0.89288002
+0.28249720 0.46430784 0.89221859
+0.30970839 0.47010449 0.88575411
+0.32818934 0.47561616 0.88446671
+0.35145390 0.47936288 0.87845182
+0.37952673 0.48193392 0.87276572
+0.40952906 0.48713091 0.87190092
+0.45246074 0.49195379 0.86372101
+0.48593360 0.49630517 0.86255163
+0.52985162 0.50053740 0.85279220
+0.57135940 0.50387037 0.85063559
+0.61205071 0.50682032 0.84041137
+0.66168898 0.51036143 0.83691412
+0.69668764 0.50607216 0.82664371
+0.72379655 0.50889045 0.82397276
+0.76629275 0.50980610 0.81984186
+0.81060410 0.51073527 0.80651838
+0.83767003 0.51209027 0.80359048
+0.75983667 0.51573795 0.78891516
+0.82821357 0.51583290 0.78548771
+0.89302623 0.51665348 0.77262938
+0.93978697 0.52033091 0.77135956
+0.98315543 0.51887667 0.77363604
+1.02128363 0.52675098 0.76515871
+1.00109029 0.53541684 0.76276940
+-0.15575659 0.71937156 0.91898185
+-0.11893310 0.71191353 0.90224296
+-0.10526733 0.71514046 0.89657605
+-0.09559967 0.71306282 0.89169639
+-0.08241885 0.71876580 0.88489741
+-0.06861024 0.72423404 0.87757128
+-0.01706820 0.71342415 0.87200791
+0.03559339 0.70412087 0.87178081
+0.07504602 0.69494474 0.86440855
+0.08664303 0.68645316 0.85823661
+0.10123080 0.68146914 0.85842329
+0.11144693 0.67317140 0.85124028
+0.12549135 0.65659446 0.85393137
+0.14389944 0.64779019 0.84583598
+0.16929352 0.64258695 0.84588170
+0.21268450 0.63417983 0.83718765
+0.26170886 0.62544328 0.83781117
+0.31505737 0.61651236 0.82787603
+0.36811268 0.61083204 0.82770872
+0.40855327 0.60224420 0.81823176
+0.46506864 0.58464575 0.81794262
+0.52153015 0.57374281 0.80698878
+0.56596839 0.56726092 0.80597317
+0.61434090 0.55686474 0.79405010
+0.67972034 0.54464859 0.79058784
+0.73858827 0.53647578 0.78855962
+0.82794797 0.52210456 0.77446318
+0.89242887 0.51432818 0.77279919
+0.94525903 0.50390619 0.76162285
+0.99473155 0.48754039 0.76044971
+1.03053153 0.48434737 0.75269026
+1.06507087 0.47953618 0.75474817
+1.12161827 0.47390497 0.75013447
+0.37595418 0.58321011 0.90644294
+0.22486150 0.59250504 0.89717937
+0.25724229 0.57739264 0.89229840
+0.28633136 0.57249826 0.88726288
+0.31070065 0.56431401 0.88123834
+0.33277822 0.55438423 0.87660378
+0.38726604 0.54384738 0.87000299
+0.03921384 0.54770297 0.87277800
+-0.04564612 0.53979379 0.86516821
+-0.02463160 0.53484446 0.86513078
+-0.01033096 0.52099210 0.86007059
+0.00602241 0.51514143 0.85182762
+0.02165258 0.51008511 0.85230809
+0.05035732 0.50080997 0.84402817
+0.09020109 0.49425784 0.84283173
+0.14490463 0.48508042 0.83489043
+0.19981679 0.48029914 0.83423465
+0.25843608 0.47070506 0.82786697
+0.31596902 0.46124309 0.82663542
+0.36513239 0.45622551 0.81843632
+0.42277697 0.45081127 0.81631762
+0.48003986 0.44095573 0.80685651
+0.52813625 0.43541226 0.80436242
+0.58126211 0.42916057 0.80263400
+0.64129966 0.42228892 0.79118925
+0.69952214 0.41187871 0.78864539
+0.76996088 0.39765528 0.77650583
+0.83437622 0.38929099 0.77401918
+0.89230788 0.38221377 0.76223558
+0.93857640 0.37653187 0.76024699
+0.97589433 0.36955175 0.76004457
+1.01446557 0.36692059 0.75385630
+1.06802726 0.36180204 0.74939883
+0.69876188 0.43746763 0.89682233
+0.57087266 0.44447544 0.89267600
+0.60769105 0.43901148 0.88670051
+0.63332814 0.42721921 0.88208550
+0.65714467 0.42313221 0.87636888
+0.67720771 0.41980740 0.86991888
+0.71688384 0.41458055 0.86868203
+0.12925158 0.42379725 0.87025654
+-0.10116325 0.42153642 0.86264068
+-0.07614831 0.41635078 0.86281163
+-0.06128376 0.41149434 0.85521150
+-0.04343863 0.40627912 0.85523695
+-0.02425929 0.40221044 0.84750098
+0.01038359 0.39182514 0.83993673
+0.06172175 0.38392976 0.83940208
+0.12554628 0.37735757 0.83066583
+0.18377514 0.37294319 0.83125585
+0.24299009 0.36779773 0.82267988
+0.29949313 0.36314896 0.82167923
+0.34564388 0.35866201 0.82169729
+0.40600228 0.35293511 0.81243694
+0.46032274 0.34360197 0.81186104
+0.51320112 0.34179363 0.80372292
+0.56684989 0.33515018 0.80067110
+0.62604457 0.32898483 0.79019117
+0.67998445 0.32225871 0.78699517
+0.73724288 0.31325275 0.78257197
+0.79731888 0.30667245 0.77168405
+0.84853077 0.30024156 0.76865470
+0.89122915 0.29861981 0.75817049
+0.93496901 0.28940937 0.75759691
+0.97579575 0.28564522 0.75940561
+1.02784359 0.27993512 0.74813104
+0.84748429 0.35065469 0.88975406
+0.82224625 0.35720310 0.88359958
+0.85528892 0.34891835 0.87801570
+0.87559003 0.34423855 0.87236983
+0.89237535 0.34450367 0.86578387
+0.90558177 0.33690590 0.86087602
+0.94637948 0.32984176 0.85912889
+0.09323876 0.35462654 0.86219901
+-0.15879467 0.35273024 0.85426748
+-0.13696933 0.34689444 0.85365278
+-0.12273095 0.34556085 0.84559911
+-0.10368858 0.33758363 0.84651375
+-0.08385895 0.33155227 0.83999783
+-0.04182461 0.32832447 0.83094722
+0.02125661 0.32075495 0.82897681
+0.08464479 0.31878015 0.82059073
+0.14921097 0.31306851 0.82094252
+0.21134719 0.30883056 0.81324071
+0.27178428 0.30730587 0.81197375
+0.32750222 0.29934514 0.81338227
+0.39250097 0.29838210 0.80472636
+0.44717914 0.29227644 0.80368304
+0.50412583 0.29138774 0.79441226
+0.55219561 0.28596509 0.79198503
+0.61109310 0.28439048 0.78950661
+0.66816694 0.27692196 0.77842987
+0.71546823 0.27240261 0.77466589
+0.77381402 0.26626009 0.76303762
+0.82860404 0.25909674 0.76095891
+0.86580658 0.25737894 0.75773430
+0.90973705 0.25301436 0.74807674
+0.95827705 0.25291181 0.74870330
+1.00821209 0.24667339 0.73603189
+0.93736541 0.31036094 0.88281447
+0.96062857 0.31049004 0.87111872
+0.99553591 0.30584678 0.86545968
+1.01068091 0.30634946 0.85851264
+1.02732468 0.30182838 0.85379356
+1.03604043 0.29768980 0.84623230
+1.08269250 0.29666764 0.83821422
+-0.08787995 0.32763484 0.85082263
+-0.19794451 0.32726127 0.84124112
+-0.17885584 0.31760192 0.84243751
+-0.16433834 0.31749091 0.83446097
+-0.14480925 0.31552264 0.82612109
+-0.12079453 0.31351325 0.82623690
+-0.07112496 0.30752772 0.81693673
+0.00204287 0.30235332 0.81493902
+0.07328470 0.30059993 0.80621588
+0.13544150 0.30104566 0.80672830
+0.20484294 0.29658207 0.80037647
+0.26769572 0.29322970 0.79925221
+0.32763597 0.29233253 0.79907191
+0.39645061 0.29260528 0.78939539
+0.44215745 0.29273295 0.78840989
+0.50190723 0.29319382 0.77848184
+0.55644828 0.29116517 0.77646434
+0.61888844 0.29024464 0.77324259
+0.66492003 0.28885984 0.76218933
+0.71582776 0.27936888 0.75881022
+0.77720076 0.27759781 0.75470442
+0.82141399 0.27611354 0.74296778
+0.86252475 0.27497318 0.73944288
+0.90190732 0.27418026 0.72904277
+0.95358676 0.27167541 0.72632366
+1.00743544 0.26903430 0.72167915
+0.95780194 0.32656258 0.87335092
+1.00704587 0.32365531 0.86124045
+1.03040254 0.31878746 0.84997290
+1.04519069 0.31944814 0.84264833
+1.05816233 0.31983566 0.83650190
+1.06828189 0.32018557 0.82839483
+1.05363274 0.31594494 0.82936722
+-0.18181348 0.35617951 0.83561027
+-0.13616480 0.35003966 0.82554078
+-0.12204380 0.35005876 0.82517403
+-0.10678054 0.34766808 0.81676006
+-0.08722822 0.34943843 0.81631744
+-0.06109083 0.34922579 0.80766946
+-0.00849384 0.34158024 0.80765039
+0.06046715 0.33809102 0.79752457
+0.11949823 0.33395657 0.79691654
+0.16749604 0.33805728 0.78856117
+0.22169603 0.33766690 0.78870440
+0.27896100 0.33586913 0.78020823
+0.32766199 0.33565378 0.78029037
+0.39253116 0.33910444 0.77861446
+0.44369349 0.33681297 0.76987880
+0.50111961 0.33285081 0.77037251
+0.54777008 0.33171389 0.75917095
+0.60897994 0.33388284 0.75625277
+0.66432059 0.32899275 0.75249255
+0.71039414 0.32458979 0.73898935
+0.77252680 0.32605144 0.73569596
+0.82455033 0.32356498 0.73038048
+0.86266345 0.31688327 0.72131652
+0.91234523 0.31945193 0.71800411
+0.96073484 0.31800205 0.71331286
+0.99151230 0.32633081 0.70730752
+0.90653574 0.39398456 0.85410166
+0.94875163 0.38874832 0.83434236
+0.97033352 0.39050609 0.82826918
+0.97791344 0.39068744 0.82069534
+0.99093002 0.39522377 0.81242925
+1.00338948 0.39159110 0.80670828
+0.80091971 0.40031508 0.79712301
+-0.18402246 0.44421503 0.81122363
+-0.14295912 0.44188905 0.80069220
+-0.12759256 0.43691862 0.79894346
+-0.11145860 0.43793395 0.79023850
+-0.08976086 0.43404701 0.78933007
+-0.06227372 0.43337855 0.78222960
+-0.00758414 0.43301439 0.77221358
+0.05523649 0.42999285 0.77028072
+0.10826318 0.43226862 0.76903391
+0.15728799 0.42989358 0.76047671
+0.20461738 0.43433979 0.75917947
+0.26012743 0.43842834 0.75053787
+0.31738675 0.43561056 0.75066179
+0.37862954 0.43599063 0.75085366
+0.42703068 0.43962547 0.74058467
+0.48381507 0.43719140 0.73910379
+0.54042268 0.44034961 0.72894263
+0.59971637 0.44287083 0.72584581
+0.65241480 0.43939742 0.72101068
+0.71351600 0.43802705 0.70674527
+0.77102482 0.43702033 0.70376366
+0.82466578 0.43527690 0.69852722
+0.86632311 0.43384966 0.68725276
+0.91972870 0.43588117 0.68342906
+0.97719824 0.43647912 0.67716581
+0.94343835 0.45085323 0.67521054
+0.74508405 0.51521599 0.83586359
+0.77922434 0.51344049 0.81388175
+0.79781932 0.51830339 0.80502832
+0.80110621 0.52221179 0.79694945
+0.80860126 0.52216148 0.78800142
+0.82454085 0.52641547 0.77995718
+0.55607492 0.54070240 0.78020483
+-0.15738736 0.58644617 0.78180593
+-0.11748429 0.58446515 0.77176297
+-0.10018533 0.58097786 0.77157420
+-0.08176767 0.58228672 0.76118588
+-0.06015833 0.58620501 0.76007450
+-0.03166635 0.58709151 0.75091881
+0.01683887 0.58812255 0.74794394
+0.07324523 0.58900255 0.73777485
+0.11813814 0.59269780 0.73503715
+0.15660134 0.59592211 0.72614986
+0.20136005 0.59521836 0.72703290
+0.25063255 0.60004139 0.72467858
+0.30066851 0.60483968 0.71572554
+0.36250803 0.60704738 0.71307629
+0.41387644 0.61152548 0.70322448
+0.46578485 0.61510837 0.70084679
+0.51947725 0.61793691 0.69800061
+0.57966560 0.61888063 0.68608189
+0.64091623 0.61209166 0.68309611
+0.71217066 0.61065871 0.67838806
+0.76999480 0.60476500 0.66994840
+0.81907463 0.60133463 0.66873211
+0.86212206 0.59887695 0.66664469
+0.90807819 0.59414983 0.65710515
+0.96625614 0.58998352 0.65320408
+0.85838574 0.60636449 0.65536577
+0.49732214 0.72457492 0.81558055
+0.52447176 0.72646666 0.79183751
+0.53574312 0.73100740 0.78282654
+0.54616344 0.73098123 0.77327299
+0.55012590 0.74115473 0.76356983
+0.56223983 0.74557966 0.75467139
+0.39668527 0.75555056 0.75113785
+-0.06555535 0.79294217 0.74893606
+-0.02840914 0.79250997 0.73633581
+-0.01130067 0.79473293 0.73464793
+0.00582758 0.79838437 0.72315174
+0.02449906 0.80500293 0.72151893
+0.04748815 0.80890715 0.70988780
+0.08342049 0.80992025 0.70788044
+0.12050582 0.81609410 0.69576466
+0.15064214 0.81441623 0.69530642
+0.17524549 0.82188982 0.68374950
+0.20166622 0.82622182 0.68146479
+0.23811878 0.83038270 0.68029398
+0.27524960 0.83825678 0.66866589
+0.32592356 0.84228617 0.66766739
+0.37562281 0.85037321 0.66401297
+0.42354122 0.85285127 0.65368879
+0.48157886 0.85288125 0.65160435
+0.54032701 0.85487556 0.64690650
+0.60935068 0.85773808 0.63309139
+0.69809103 0.85332417 0.62470490
+0.76341522 0.85701406 0.61856496
+0.82014877 0.84946489 0.60970020
+0.85848719 0.83556277 0.61770630
+0.89865178 0.82367295 0.62253082
+0.94922817 0.82244235 0.61227578
+0.88525426 0.85213870 0.59035999
+0.12377805 0.99035573 0.79814243
+0.14577363 0.99651355 0.77081406
+0.15109570 0.99804682 0.76085913
+0.15011305 1.00866318 0.75062734
+0.15496755 1.01398695 0.73977035
+0.15816125 1.02360606 0.72837991
+0.15482314 1.02717078 0.72567242
+-0.01894396 1.04491949 0.71461093
+0.02266336 1.04924345 0.70053428
+0.04266863 1.05820417 0.69885582
+0.06004706 1.06686556 0.68577307
+0.07925990 1.07091880 0.68282974
+0.09714354 1.07993042 0.67081708
+0.12226299 1.08182323 0.66773623
+0.14030370 1.09085441 0.65440029
+0.15951052 1.09549296 0.65296870
+0.17608231 1.10535634 0.65000784
+0.19178335 1.11529505 0.63626355
+0.21746549 1.12519586 0.63345385
+0.23651594 1.13028681 0.63247430
+0.27284002 1.13237441 0.61948401
+0.32759580 1.14177334 0.61610401
+0.36340332 1.15053451 0.61396915
+0.42387801 1.15058970 0.59955496
+0.49048689 1.14175415 0.59792733
+0.57386875 1.12995541 0.59415239
+0.63759732 1.11106014 0.57920468
+0.69519973 1.10269761 0.57421434
+0.75546837 1.09320736 0.56959939
+0.80083239 1.08376980 0.55490959
+0.83884263 1.07487249 0.55212796
+0.87327731 1.06554306 0.54948902
+0.96159816 1.04122698 0.52728516
+-0.04743465 1.14063179 0.77993512
+-0.13758305 1.13961434 0.76102704
+-0.11963232 1.13303697 0.75168318
+-0.09962657 1.12701964 0.74224901
+-0.07757162 1.12104058 0.73155826
+-0.05518931 1.11139071 0.72188973
+-0.01047730 1.10220516 0.71989244
+0.05416425 1.08953536 0.70674169
+0.10679377 1.07991230 0.69469219
+0.13876595 1.07006133 0.69413966
+0.16999559 1.06372082 0.68265718
+0.19636774 1.05383861 0.68246084
+0.22225165 1.04689324 0.67216468
+0.25720185 1.03968966 0.67100489
+0.28844786 1.03266704 0.67056310
+0.32193846 1.02452493 0.66085196
+0.35392034 1.01365399 0.65967101
+0.39118925 1.00634837 0.64849234
+0.43837157 0.99581790 0.64712590
+0.49448624 0.98708975 0.64659733
+0.55565220 0.97944564 0.63703936
+0.61695749 0.96886402 0.63497853
+0.66809279 0.96283072 0.63539463
+0.71992654 0.95592767 0.62495530
+0.76728082 0.94133931 0.62421900
+0.82796067 0.89635837 0.62909305
+0.57429767 0.96400356 0.61558741
+0.28277919 0.97173089 0.61121184
+0.31650397 0.95902699 0.60510004
+0.33807757 0.95139289 0.59231079
+0.36121807 0.93967605 0.58773345
+0.37871823 0.92661172 0.58255446
+0.40972090 0.91724151 0.56968683
+0.24482068 0.92731267 0.76724565
+-0.06583466 0.92847323 0.78334498
+-0.03197535 0.92140228 0.77333111
+-0.01565537 0.91169137 0.76529545
+0.00206150 0.90507859 0.75701880
+0.02326097 0.89676017 0.74919832
+0.05540159 0.88427246 0.74648315
+0.10041628 0.87434697 0.73649025
+0.15398517 0.86112362 0.73247498
+0.21401617 0.85336256 0.72509778
+0.25919631 0.84309155 0.71535289
+0.31660065 0.83593738 0.71323073
+0.36125869 0.82392853 0.71228069
+0.40552670 0.81418771 0.70478141
+0.46885735 0.80271614 0.70218593
+0.51930869 0.79470235 0.69540566
+0.57120973 0.78311211 0.69236106
+0.62686706 0.77097696 0.69197589
+0.69866401 0.76159781 0.68420231
+0.75468981 0.70734805 0.68490577
+0.85101128 0.67589724 0.68683714
+0.92405236 0.65862960 0.67566013
+0.98024720 0.64947951 0.66873688
+1.02155221 0.64864129 0.66455066
+1.06779039 0.64662451 0.65554029
+1.09643972 0.64141124 0.64800853
+1.16766500 0.66262853 0.66292959
+0.14522634 0.77694452 0.67725015
+-0.19246964 0.76483858 0.68975890
+-0.16607431 0.76393360 0.70168144
+-0.15091269 0.75300038 0.70232517
+-0.13505381 0.74308002 0.69275492
+-0.11788668 0.72845167 0.67962486
+-0.08685855 0.72096908 0.79980171
+-0.03655414 0.71168172 0.83786148
+0.02500908 0.69643635 0.80851960
+0.07783704 0.67885244 0.79632485
+0.11020321 0.66908157 0.78943753
+0.14196923 0.66228700 0.78239673
+0.17279416 0.65292007 0.80725646
+0.21939269 0.67120862 0.44547454
+0.09211013 -0.09044959 0.22565123
+-0.05789015 -0.08462041 0.21944331
+-0.04828553 -0.08954690 0.21211016
+-0.04467463 -0.09486205 0.20378403
+-0.03850086 -0.09852719 0.17574589
+-0.03084549 -0.12232957 0.45517990
+0.02164038 0.41363841 0.77156842
+0.44282675 0.57474250 0.74661291
+0.48722064 0.55645353 0.74211556
+0.54621625 0.54560691 0.73807126
+0.61459959 0.53488851 0.76166737
+1.00142086 0.47984830 0.29848784
+1.07913172 0.47021657 0.75669467
+0.50354284 0.41813737 0.72693634
+0.27476656 0.39109060 0.72374767
+0.28224641 0.38266367 0.72061396
+0.28211921 0.37698105 0.72754657
+0.27856800 0.37300965 0.74586004
+0.27258262 0.36694399 0.78306699
+0.28267986 0.42862153 0.81748426
+0.12323270 0.50727427 0.80920380
+-0.03602970 0.49122798 0.80249608
+0.02697194 0.48290336 0.79417026
+0.08656808 0.47219864 0.77093422
+0.14984988 0.45876220 0.73378581
+0.21388291 0.45306963 0.80040842
+0.27762267 0.46979940 1.00995886
+0.34699464 0.49385044 0.99661791
+0.40276578 0.50088948 0.99536532
+0.46973163 0.48838323 0.99324507
+0.52942127 0.47861090 0.99269015
+0.58816844 0.46838361 0.98943812
+0.64875042 0.45805809 0.98629224
+0.70073044 0.43941051 0.98349476
+0.75691187 0.42959782 0.97974789
+0.80661285 0.41553214 0.97890115
+0.84969562 0.40482175 0.97582871
+0.89087027 0.39349094 0.97481167
+0.94005960 0.37874186 0.97326994
+0.99154258 0.36560920 0.96819341
+0.94517958 0.35215896 0.96656674
+0.90759724 0.33205473 0.96214002
+0.90912890 0.31990483 0.95894718
+0.90338910 0.30528995 0.95285517
+0.88488549 0.29272723 0.95008433
+0.87039083 0.27635419 0.94198382
+0.85925239 0.28388304 0.93899339
+0.57690400 0.27751401 0.93617254
+-0.11052495 0.26504603 0.92967039
+-0.06946299 0.25154278 0.92940593
+-0.04968276 0.24032897 0.92371488
+-0.02778586 0.22822939 0.92038417
+-0.00586546 0.21839473 0.99089783
+0.01874330 0.24975729 0.98301417
+0.05748134 0.28175479 0.97915417
+0.10205542 0.26359457 0.97683942
+0.14220560 0.24795048 0.97257328
+0.17406546 0.23404717 0.96929723
+0.21040832 0.22049882 0.96495163
+0.25010517 0.20844923 0.97255331
+0.29306498 0.19065571 0.96905732
+0.34586045 0.17672062 0.96826613
+0.40013635 0.16568041 0.96486574
+0.44635838 0.15144475 0.96104366
+0.49003613 0.13562156 0.96086329
+0.54453009 0.11975821 0.95582181
+0.60691607 0.10923378 0.95413095
+0.67685378 0.09586342 0.94874710
+0.76966429 0.08020620 0.94799429
+0.83090788 0.06990997 0.94265020
+0.89034283 0.05646113 0.94123381
+0.94785732 0.04310837 0.93577820
+0.99979258 0.02979271 0.93315202
+0.01723177 0.03355504 0.92000175
+0.03006000 0.10865720 0.91399348
+0.04290677 0.10241904 0.91171050
+0.05381207 0.10437781 0.90477973
+0.06738504 0.11536961 0.90437651
+0.08741838 0.12165162 0.90219319
+0.11363834 0.12976508 0.89730316
+0.13984577 0.13437159 0.89715046
+0.16323712 0.19179800 0.89374727
+0.18956380 0.20324454 0.90490764
+0.22363026 0.21385685 0.97848636
+0.26354149 0.22759444 0.96877533
+0.31253895 0.23352057 0.96583390
+0.36964443 0.24592805 0.96327323
+0.41639650 0.25954190 0.96033376
+0.46887574 0.26781204 0.95807004
+0.52017105 0.28025135 0.95892972
+0.57892394 0.28824234 0.96836120
+0.63609034 0.29997274 0.96519578
+0.69944406 0.30891684 0.96756995
+0.76457572 0.32103863 0.96408653
+0.81727302 0.33407357 0.96168286
+0.85729235 0.34387180 0.96240783
+0.90154213 0.35702607 0.95749009
+0.94764292 0.36528221 0.95696765
+1.00249767 0.37458640 0.95119852
+0.85642827 0.38297853 0.95290524
+0.82045454 0.39112383 0.94868863
+0.88418460 0.40160692 0.94820362
+0.93012667 0.40937036 0.94473374
+0.97518355 0.42099819 0.94341189
+1.01158321 0.42826006 0.94321167
+1.06471527 0.43930024 0.93952358
+0.72016734 0.44547686 0.93761426
+-0.12980708 0.44710547 0.93251884
+-0.09916521 0.48837042 0.93136197
+-0.08851676 0.48946437 0.92996782
+-0.07761218 0.49224594 0.92477578
+-0.04102607 0.49822628 0.92319763
+0.00216998 0.50526619 0.91897964
+0.07417560 0.51423603 0.91838712
+0.06426483 0.52298021 0.91962576
+0.10192487 0.63728780 0.91446751
+0.13205974 0.65805942 0.96284246
+0.16630581 0.66920859 0.97658706
+0.20000805 0.67443252 0.97096634
+0.23937786 0.68334305 0.96856558
+0.28829405 0.69409162 0.96630806
+0.33251667 0.69817692 0.96617526
+0.36989281 0.70768625 0.96408463
+0.40394333 0.71650928 0.97735900
+0.44022268 0.72596782 0.98325199
+0.47074443 0.73553836 0.98233455
+0.49439335 0.74523628 0.98028547
+0.52048051 0.75036144 0.97938472
+0.54835165 0.75900090 0.97743529
+0.57103360 0.76819408 0.97617471
+0.59398890 0.77712804 0.97231823
+0.62830716 0.78587401 0.96824056
+0.66357541 0.77371788 0.96618360
+0.70558190 0.76142609 0.96492308
+0.75070989 0.74880636 0.96327901
+0.78755730 0.73597622 0.96236461
+0.81676704 0.71979481 0.96053725
+0.83452553 0.70050704 0.95867026
+0.85523385 0.68698150 0.95644891
+0.88696367 0.67204046 0.95524269
+0.92898005 0.65599102 0.95379519
+0.48180592 0.63999867 0.95309353
+0.52743632 0.62099993 0.95028090
+0.58910894 0.60598665 0.94910854
+0.65149540 0.59078342 0.94752854
+0.70201826 0.57056475 0.94527858
+0.75723267 0.55965263 0.94480163
+0.83601463 0.54966706 0.94322282
+0.18658710 0.54864007 0.94269532
+-0.05509088 0.66151565 0.95935130
+-0.03685547 0.64839101 0.98090386
+-0.02651965 0.62941527 0.97704035
+-0.01227269 0.61721569 0.97464603
+0.00243019 0.60501540 0.97351784
+0.02955866 0.58588195 0.97197551
+0.07278519 0.57187665 0.97189838
+0.11557268 0.57829922 0.98347622
+0.13725868 0.56540120 1.00149822
+0.14965455 0.55250275 0.99778146
+0.16051491 0.54001397 0.99653071
+0.16739003 0.52208638 0.99530458
+0.17551291 0.51342201 0.99533045
+0.18448164 0.49964112 0.99155271
+0.18980846 0.48537982 0.98711181
+0.20581920 0.47510490 0.98402846
+0.23639593 0.46267688 0.98163885
+0.27691779 0.45064259 0.98074740
+0.32723364 0.44183275 0.97973233
+0.36795264 0.42589313 0.97948867
+0.42412651 0.41243652 0.97810131
+0.47776511 0.40295541 0.97592139
+0.51887238 0.38993365 0.97667450
+0.56790501 0.37730148 0.97636807
+0.63600856 0.36698523 0.97404492
+0.69599736 0.35273361 0.97386110
+0.79730481 0.34106046 0.97145492
+0.86020911 0.32347903 0.97144365
+0.91573703 0.31162715 0.97034317
+0.96550012 0.29847080 0.96972382
+1.00773406 0.28653952 0.96992326
+1.05204880 0.27907854 0.96793073
+1.11704373 0.26584437 0.96819949
+0.36764774 0.29453331 0.97065806
+0.25880751 0.31310904 0.98818463
+0.29930353 0.30110726 0.98350775
+0.33170861 0.29298985 0.98354995
+0.36305851 0.27826589 0.98193794
+0.39517748 0.26782119 0.98235852
+0.44307506 0.25490731 0.98218602
+0.12051506 0.26180562 0.98672175
+-0.02472105 0.26980639 1.01992214
+-0.00529011 0.25780636 1.01503325
+0.00681369 0.24626388 1.01428819
+0.02016025 0.23323978 1.01228857
+0.03526376 0.22445150 1.01148033
+0.06045580 0.21426502 1.01104903
+0.09779453 0.19884846 1.00634122
+0.13845891 0.18620512 1.00242925
+0.17681877 0.17600457 0.99819446
+0.22008771 0.16172034 0.99652791
+0.26926523 0.15477906 0.99733150
+0.31928861 0.14694718 0.99533576
+0.37470278 0.13824008 0.99611986
+0.42980921 0.12727462 0.99389172
+0.47880253 0.11966830 0.99464083
+0.53002870 0.11065666 0.99323094
+0.58517218 0.10344364 0.99344784
+0.64284605 0.09155454 0.99414289
+0.69777834 0.08169229 0.99289656
+0.76064050 0.07106705 0.99237776
+0.81525445 0.06312601 0.99144447
+0.85900098 0.05525566 0.99210286
+0.90051073 0.04704701 0.99109775
+0.94145143 0.03752833 0.99244004
+0.98925257 0.02601951 0.99040008
+0.97358155 0.01853741 0.98968506
+0.82099026 0.02496424 0.99407643
+0.87554675 0.01395125 0.98959297
+0.90917641 0.00291154 0.99067950
+0.93637305 -0.00492599 0.98869079
+0.96529192 -0.01304894 0.98989981
+0.99371487 -0.02131819 0.98775339
+0.88259107 -0.02631016 0.98879635
+-0.07519136 0.02290513 1.03501463
+-0.03893707 0.00992087 1.02981317
+-0.02708385 -0.00092263 1.02885747
+-0.01466447 -0.00858163 1.02755988
+-0.00006697 -0.01985441 1.02551699
+0.01623892 -0.03123061 1.02670693
+0.06000109 -0.04268850 1.02239001
+0.11894364 -0.05673146 1.01532495
+0.16816077 -0.07106649 1.01360166
+0.20828171 -0.07846263 1.01238751
+0.25618550 -0.08938804 1.01389110
+0.30032191 -0.09261806 1.01255250
+0.34808248 -0.09298837 1.01311231
+0.40516463 -0.08961452 1.01111031
+0.44499016 -0.08249266 1.01138413
+0.49561059 -0.07565261 1.00877964
+0.52967167 -0.06887042 1.00966036
+0.58024681 -0.06850797 1.00735497
+0.62497097 -0.06170841 1.00768006
+0.65104389 -0.05521224 1.00542796
+0.69881797 -0.04847357 1.00601685
+0.73283380 -0.04490564 1.00627410
+0.76603413 -0.04114480 1.00332463
+0.80144089 -0.03449734 1.00393438
+0.84551680 -0.02812963 1.00014067
+0.88917887 -0.02731512 0.99750489
+0.95005053 -0.02877028 0.98841369
+0.99886829 -0.02613724 0.98687136
+1.02634847 -0.02015113 0.98301142
+1.04433274 -0.01694447 0.98392910
+1.05599296 -0.01075168 0.98124969
+1.07407391 -0.00757752 0.98167217
+1.11176205 -0.00680450 0.97643840
+0.28429598 0.06882790 1.02428508
+0.15896636 0.06706700 1.01982570
+0.20062074 0.06942661 1.01627243
+0.23319651 0.06871690 1.01465559
+0.27065936 0.06687038 1.01101089
+0.30130810 0.07081357 1.01162028
+0.36074334 0.06687383 1.00545204
+0.09230940 0.09442472 1.01009011
+0.04381556 0.09851846 1.00723362
+0.07939494 0.09967975 1.00464654
+0.10860819 0.10268652 1.00478899
+0.14421122 0.10584934 1.00201368
+0.18135890 0.10751449 1.00173318
+0.22930916 0.11390969 0.99942338
+0.27599025 0.11717706 0.99935657
+0.32410675 0.12109558 0.99683833
+0.36243719 0.12427028 0.99688148
+0.39387238 0.12617271 0.99432361
+0.42754525 0.13247375 0.99426794
+0.45686579 0.13354586 0.99203598
+0.48991621 0.13971026 0.99180049
+0.51866347 0.14325753 0.99179983
+0.54930645 0.14669733 0.98898697
+0.58720165 0.15321042 0.98849553
+0.63213110 0.15255019 0.98444903
+0.67952728 0.15346085 0.98138523
+0.73448640 0.15628697 0.97080117
+0.78328651 0.15706173 0.96868175
+0.82551861 0.15958850 0.96381056
+0.85338825 0.16540745 0.96493566
+0.88173163 0.16579491 0.96175438
+0.91462815 0.16776900 0.96163696
+0.95965725 0.16780972 0.95616376
+0.56690210 0.22892013 0.99993294
+0.43595400 0.24076605 0.99693412
+0.49129903 0.23639278 0.99367237
+0.53565079 0.23267283 0.99059612
+0.57509017 0.23476785 0.98892397
+0.61306983 0.23426884 0.98831671
+0.66887671 0.23437402 0.98225445
+0.16633518 0.27616826 0.99996442
+-0.03786562 0.28397384 0.99664629
+-0.00897473 0.28565863 0.99378437
+0.01541455 0.28481126 0.99302810
+0.04248540 0.28712192 0.99046576
+0.07068155 0.29084077 0.98923552
+0.11505187 0.29122281 0.98744136
+0.17200044 0.29062134 0.98671573
+0.21768592 0.29590341 0.98322886
+0.24846354 0.29806316 0.98370165
+0.27837899 0.29892746 0.98008907
+0.30211091 0.30090338 0.98073661
+0.32271221 0.30423316 0.97727948
+0.34995541 0.30435494 0.97660059
+0.37186331 0.30701131 0.97442514
+0.40161413 0.30880713 0.97239417
+0.43215767 0.30883661 0.96859926
+0.48184747 0.31201398 0.96525389
+0.52568960 0.31362858 0.96265244
+0.57245171 0.31366527 0.95364332
+0.62439662 0.31452253 0.94888616
+0.67185366 0.31182420 0.94674861
+0.70405549 0.31313011 0.94642508
+0.74402720 0.31468537 0.94328809
+0.78934896 0.31606805 0.94257128
+0.84599233 0.31484962 0.93803906
+0.66845924 0.36631122 0.98106092
+0.63894886 0.37421599 0.97734278
+0.70322883 0.36974248 0.97523308
+0.75092071 0.36920777 0.97052640
+0.79215211 0.36361566 0.96909648
+0.83202136 0.36239123 0.96978056
+0.90092373 0.35842445 0.96194267
+0.17143062 0.42370835 0.98939151
+-0.07625617 0.43439955 0.98637217
+-0.05436334 0.42905062 0.98322427
+-0.03962285 0.43063328 0.98255354
+-0.02051273 0.43102905 0.97960770
+-0.00070662 0.42947251 0.97892320
+0.03778882 0.42768931 0.97680712
+0.09369656 0.42862284 0.97538292
+0.13958485 0.42875808 0.97197741
+0.16519967 0.42658129 0.97271001
+0.18650232 0.42895490 0.96878713
+0.20788199 0.42269158 0.96990931
+0.22466893 0.42484120 0.96664119
+0.24878149 0.42592692 0.96500337
+0.26587677 0.42561173 0.96145362
+0.29108894 0.42882901 0.95928526
+0.31985709 0.42869419 0.95539165
+0.35749444 0.43178615 0.95273280
+0.40721378 0.43375838 0.94479376
+0.45249993 0.42594573 0.93940830
+0.51067793 0.42637622 0.93500006
+0.55812490 0.42529207 0.93273193
+0.59727949 0.42760843 0.92828310
+0.64620918 0.42586920 0.92858136
+0.69921857 0.42692289 0.92963511
+0.75838625 0.42216146 0.92299670
+0.70389825 0.48049775 0.96838361
+0.74554211 0.47985354 0.96280575
+0.81506515 0.47131333 0.95967871
+0.86324614 0.46768570 0.95790821
+0.90944439 0.46229431 0.95397609
+0.95757377 0.46326336 0.95459217
+1.03217077 0.45622197 0.94749993
+0.02441478 0.53648031 0.98358166
+-0.12192100 0.53857058 0.97863829
+-0.10453823 0.53360659 0.97505105
+-0.09132604 0.53225827 0.97421074
+-0.07593937 0.53014058 0.97142303
+-0.05914354 0.52935117 0.97027922
+-0.01688083 0.52465039 0.96668375
+0.04758098 0.52183461 0.96689165
+0.09050503 0.52321011 0.96301484
+0.11518998 0.51673502 0.96432912
+0.13314715 0.51484936 0.95984590
+0.15437052 0.51386392 0.95844066
+0.17158268 0.51215577 0.95651442
+0.19479595 0.51132143 0.95423639
+0.21106286 0.51093596 0.95065165
+0.23804829 0.51101458 0.94839811
+0.25754857 0.51478922 0.94357198
+0.29520544 0.50919425 0.94102687
+0.34854102 0.50875676 0.93312734
+0.38892820 0.50751638 0.92655391
+0.44415054 0.50657696 0.91759974
+0.50227487 0.50629950 0.91927969
+0.54292083 0.50615287 0.91457254
+0.59934497 0.50514799 0.91611177
+0.65840924 0.50532186 0.91356015
+0.72149134 0.50027609 0.91023481
+0.72534925 0.56210214 0.95807123
+0.78223687 0.55489516 0.95236540
+0.85351723 0.54863101 0.94774359
+0.89999062 0.54311281 0.94606304
+0.94457811 0.54101247 0.94398952
+0.99378633 0.53577852 0.94238293
+1.06607342 0.53253710 0.93703371
+-0.11620650 0.60644126 0.97942805
+-0.07652815 0.60185242 0.97215450
+-0.06532454 0.59607750 0.96759713
+-0.05349595 0.59523660 0.96751350
+-0.03782104 0.59098291 0.96449870
+-0.02061439 0.58704907 0.96321756
+0.01971029 0.58028817 0.96215624
+0.07988430 0.57729906 0.96034241
+0.11744525 0.57202142 0.95651472
+0.13711968 0.56960833 0.95736980
+0.15508263 0.56757379 0.95309132
+0.17284474 0.56435347 0.95389938
+0.18899453 0.56264240 0.94898701
+0.21357360 0.54878896 0.94966531
+0.22867626 0.54860914 0.94331610
+0.24892525 0.54608148 0.94366449
+0.27068669 0.54555619 0.93639320
+0.30789527 0.54355490 0.93599218
+0.34708518 0.53887790 0.92542124
+0.39146033 0.53703713 0.91961211
+0.45432943 0.53407973 0.91313726
+0.50325912 0.53036445 0.91295779
+0.54496729 0.52482784 0.91160464
+0.60394859 0.52365965 0.91126817
+0.66281259 0.52137953 0.91255069
+0.72115988 0.51877779 0.91002262
+0.68397015 0.59223473 0.95776451
+0.74371576 0.58240241 0.95330703
+0.80720609 0.57300699 0.95083499
+0.85181451 0.56565440 0.94708925
+0.90404087 0.55962807 0.94701618
+0.94960582 0.55418122 0.94514376
+0.82925653 0.55616987 0.93924397
+-0.13363492 0.63436425 0.97805166
+-0.09610692 0.62861019 0.96954036
+-0.08237939 0.61675590 0.96707976
+-0.06810782 0.61540502 0.96603376
+-0.04932357 0.61371052 0.96296322
+-0.02351758 0.60437703 0.96209747
+0.02621238 0.59882271 0.95938230
+0.08500247 0.59182239 0.95949996
+0.12470762 0.58902556 0.95550334
+0.14786664 0.58309120 0.95597357
+0.17186587 0.57991797 0.95156211
+0.19435509 0.57022202 0.95311403
+0.21688750 0.55991691 0.94864351
+0.24163440 0.55645198 0.94616789
+0.26269665 0.54963928 0.94190574
+0.28447860 0.54658145 0.94269347
+0.30954942 0.53992134 0.93535882
+0.34078777 0.53165364 0.93472427
+0.38682958 0.52791333 0.92395651
+0.43416879 0.52109456 0.91771036
+0.49313849 0.51683259 0.91136819
+0.54757947 0.51314998 0.91139865
+0.59083110 0.50980127 0.90984851
+0.64876908 0.50960779 0.91111523
+0.70672774 0.50393987 0.90866524
+0.70187610 0.51151544 0.91250646
+0.56620389 0.59046608 0.96315777
+0.62434149 0.57967508 0.96079046
+0.67820978 0.56718141 0.95696270
+0.71990979 0.56171721 0.95528334
+0.75970423 0.55256701 0.95471013
+0.80988252 0.54919553 0.95220405
+0.59047413 0.55296260 0.94707996
+-0.11445974 0.60102040 0.98213327
+-0.07807792 0.59037650 0.97357142
+-0.06314220 0.58564520 0.97289479
+-0.04444380 0.58262765 0.97079307
+-0.02103942 0.57125938 0.96793896
+0.01037211 0.56630725 0.96699965
+0.06313634 0.55954927 0.96586722
+0.12405138 0.55162311 0.96419567
+0.16520968 0.54092771 0.96037781
+0.19678986 0.53179407 0.96197098
+0.22625197 0.52509677 0.95742732
+0.25684664 0.51769114 0.95742112
+0.28473103 0.51065183 0.95393002
+0.32144815 0.50542170 0.95292675
+0.34785339 0.49715367 0.94802773
+0.37926582 0.48574948 0.94768924
+0.40910271 0.47688895 0.94056213
+0.44873500 0.46879283 0.94030344
+0.50167298 0.47902361 0.92761874
+0.55660498 0.49929166 0.91376394
+0.61748058 0.50721723 0.90331525
+0.66526985 0.50142950 0.90406299
+0.70601976 0.49931058 0.90152824
+0.75600678 0.49376634 0.90365499
+0.81043530 0.49005026 0.90454817
+0.71173555 0.50758016 0.90391225
+0.39954886 0.61631894 0.96461809
+0.44645560 0.60280454 0.95869654
+0.48373377 0.59332412 0.95794523
+0.51261622 0.58509421 0.95551610
+0.54767877 0.57638383 0.95354491
+0.58644587 0.56447798 0.95120221
+0.42209262 0.56647664 0.94693667
+-0.03455023 0.60131955 0.97032380
+-0.00033870 0.59288490 0.96219468
+0.01552874 0.58034521 0.96254301
+0.03415092 0.57375532 0.95942712
+0.05933800 0.56876409 0.95733261
+0.09463206 0.56272322 0.95643002
+0.14427622 0.55224931 0.95486468
+0.19903028 0.54174048 0.95354503
+0.24215622 0.53337115 0.95077151
+0.27870640 0.52720141 0.95049381
+0.31611913 0.51682496 0.94703114
+0.35283679 0.50840294 0.94747388
+0.38816991 0.49639577 0.94214416
+0.43318066 0.48354435 0.94171989
+0.46919125 0.47496754 0.93503666
+0.50983655 0.46471611 0.93512559
+0.55128449 0.45204213 0.92772198
+0.60247242 0.44168767 0.92677826
+0.66045588 0.42906776 0.92019945
+0.73377156 0.41883096 0.91936988
+0.79217130 0.40643650 0.92019457
+0.84162527 0.39969465 0.91645205
+0.88208741 0.39857987 0.91958928
+0.92319471 0.39183173 0.91613233
+0.96534121 0.38944286 0.91917205
+0.82037008 0.40394068 0.91806513
+0.14438336 0.54944521 0.98926795
+0.18309404 0.53149462 0.98628336
+0.20184425 0.52200955 0.98325145
+0.22018293 0.51328528 0.98298877
+0.23703210 0.50346625 0.98248935
+0.26039946 0.49601778 0.97947150
+0.23796777 0.49024281 0.97525412
+0.00955139 0.49343142 0.98335135
+0.04726101 0.48261312 0.97638899
+0.06579854 0.47689629 0.97761363
+0.08667929 0.46775475 0.97412783
+0.10933025 0.45323524 0.97178245
+0.15096645 0.44811717 0.97302997
+0.19725662 0.43819106 0.96951210
+0.25075457 0.43196836 0.97070104
+0.30748367 0.42177647 0.96783817
+0.34979492 0.41185579 0.96814495
+0.40769497 0.39383763 0.96489745
+0.45286578 0.38679221 0.96599364
+0.49529880 0.37593937 0.96216798
+0.55799890 0.36173812 0.96097535
+0.60841775 0.35302106 0.95602983
+0.66081733 0.34033284 0.95630872
+0.71502841 0.32721093 0.94950229
+0.78784066 0.30383685 0.94891888
+0.85626876 0.29079673 0.94317555
+0.96259803 0.27931741 0.94275600
+1.03588402 0.26720342 0.93549025
+1.08997262 0.25908762 0.93844652
+1.12809741 0.25476950 0.93490326
+1.16547608 0.25155646 0.93811339
+1.17942691 0.24988399 0.94216734
+1.22841263 0.24673176 0.93434322
+-0.13806340 0.43695241 1.02787793
+-0.12489861 0.42134243 1.02047718
+-0.10592095 0.41585356 1.01834118
+-0.08814470 0.40323043 1.01658511
+-0.06463079 0.39779013 1.01452482
+-0.03978366 0.38541108 1.01265538
+0.00924079 0.37784955 1.00560379
+0.07522663 0.36856529 0.99753785
+0.12944441 0.36072081 0.99010211
+0.15996689 0.34806484 0.99119544
+0.19247715 0.34157026 0.98859066
+0.22559975 0.33544552 0.98532802
+0.26180333 0.32988536 0.98624384
+0.31942379 0.32349914 0.98291427
+0.37141511 0.31133601 0.98383832
+0.43061104 0.30376482 0.98055536
+0.48239812 0.29700539 0.98104966
+0.54555881 0.28919750 0.97671676
+0.60099685 0.28139856 0.97671407
+0.65810180 0.27117851 0.97238016
+0.72315592 0.26113087 0.97125214
+0.77651644 0.25253057 0.96583450
+0.82435381 0.23816779 0.96530819
+0.86886621 0.22846657 0.95927167
+0.92072833 0.21834756 0.95681334
+0.97890824 0.20949523 0.95550179
+0.72476870 0.20717721 0.94895917
+0.58552462 0.20149653 0.94767547
+0.61076605 0.19580734 0.94254142
+0.62780821 0.19377016 0.94449914
+0.63357693 0.18617381 0.94165087
+0.63847899 0.18349345 0.94427532
+0.65714359 0.17905113 0.93824917
+0.28543288 0.27781519 1.01769376
+-0.04428733 0.30772319 1.02241659
+0.00679394 0.29488912 1.02004731
+0.04602924 0.28764203 1.01843572
+0.08546133 0.27590019 1.01660442
+0.12500158 0.26795244 1.01384473
+0.17410791 0.26159278 1.00688422
+0.23203534 0.24886985 0.99984211
+0.29173267 0.23956646 0.99277085
+0.34514388 0.23294728 0.99274492
+0.38960382 0.22435462 0.99075395
+0.43517068 0.21802442 0.98825002
+0.47953245 0.20668542 0.98901850
+0.53023654 0.19895735 0.98696464
+0.58906555 0.19076695 0.98697394
+0.63999313 0.18452868 0.98441195
+0.69600958 0.17814317 0.98453104
+0.74674934 0.16928701 0.98142296
+0.80795449 0.16221391 0.98056233
+0.87089932 0.14899516 0.97662944
+0.94983798 0.13728812 0.97513211
+1.00966382 0.12723291 0.97100818
+1.04854703 0.12266579 0.97655076
+1.07944703 0.12865625 0.98752826
+1.11517072 0.13129681 0.99736625
+1.14270914 0.12829779 0.99479985
+1.19288373 0.13060746 0.99586838
+0.00349020 0.14452204 0.99621993
+-0.03692301 0.13133776 0.98544413
+-0.03872854 0.11076576 0.96820396
+-0.03757515 0.08844333 0.95229989
+-0.03576607 0.07451059 0.94998091
+-0.03354642 0.06799733 0.94615066
+-0.00876958 0.07645430 1.00349259
+0.00978711 0.11979858 1.05852115
+0.08119626 0.07881033 0.67064732
+-0.02966066 -0.07257028 0.47866145
+-0.03827620 -0.06330555 0.48457143
+-0.04194628 -0.06923016 0.47557604
+-0.04629266 -0.07347963 0.46548894
+-0.05078062 -0.07991816 0.42551237
+-0.05844885 -0.07553255 0.77569157
+0.00954875 0.05406436 1.01907575
+0.18406545 0.03401476 0.99701726
+0.24014702 0.02913220 0.99670571
+0.29595086 0.02126113 0.99530965
+0.35481831 0.01154385 1.02970409
+0.77894861 -0.10972797 0.38134670
+0.83833873 -0.04294523 1.02312839
+0.87850952 -0.05372021 0.99189240
+0.91391993 -0.06513573 0.99036735
+0.96565390 -0.07433932 0.98825890
+1.01064539 -0.08415597 0.99435991
+1.07306683 -0.09406195 1.01566887
+0.51631349 -0.10003983 1.03387105
+0.52293414 -0.10527834 1.03713286
+0.52109176 -0.11473385 1.03603244
+0.50538552 -0.12409399 1.03220749
+0.49175623 -0.13308771 1.02248228
+0.47657606 -0.14341997 1.00331271
+0.48533982 -0.11746468 0.97980124
+0.02993126 -0.10361247 0.96723920
+-0.08899011 -0.11501796 0.96460897
+-0.06196431 -0.10720240 0.96594590
+-0.04057848 -0.09925129 0.96672755
+-0.01982502 -0.08942851 0.96491706
+0.00212313 -0.07657527 0.98957962
+0.02991460 -0.07057631 1.02814794
+0.06373388 -0.06256302 1.02353477
+0.10029300 -0.05274030 1.02174628
+0.13520943 -0.04210482 1.01892519
+0.17311227 -0.03019276 1.01691842
+0.22166122 -0.01513695 1.01427841
+0.26866010 -0.00216833 1.00355244
+0.31524277 0.01086657 0.99167752
+0.38032725 0.02347309 0.98511422
+0.42894065 0.03444095 0.98493898
+0.48076281 0.05113651 0.98311472
+0.53176117 0.06169448 0.98263794
+0.59490758 0.07094342 0.98050743
+0.66945666 0.08532892 0.97869319
+0.77850008 0.09621115 0.97905123
+0.85662299 0.10709492 0.97651070
+0.91078585 0.11963323 0.97637385
+0.93936169 0.13013332 0.97338688
+0.97098827 0.14093977 0.97222990
+0.98765576 0.15065783 0.96971595
+1.03928745 0.20361984 0.96499014
+0.27503309 0.21590410 0.96488923
+-0.13522555 0.23095152 0.96135354
+-0.10816393 0.24384101 0.96095812
+-0.08931478 0.26151717 0.95566553
+-0.06821312 0.27469406 0.95702028
+-0.04246832 0.28717381 0.96687108
+-0.00686595 0.32812935 0.96687061
+0.05169607 0.34966707 0.96651816
+0.11379018 0.36339092 0.96317416
+0.16287951 0.37341714 0.96572548
+0.19857228 0.38915229 0.96340096
+0.23924769 0.39794376 0.96383363
+0.27696079 0.41066349 1.00978255
+0.31334031 0.42355958 1.00421524
+0.36270821 0.43232208 1.00179100
+0.40132430 0.44810462 1.00106573
+0.44404095 0.45987818 0.99856114
+0.48827010 0.47560605 0.99727535
+0.54155093 0.48803872 0.99474758
+0.60280943 0.50244367 0.99517250
+0.68453658 0.51359886 0.99238324
+0.76143187 0.52512258 0.99293566
+0.82453376 0.54028863 0.99087888
+0.87706888 0.55468518 0.99013174
+0.92374647 0.56318361 0.98957855
+0.96790308 0.57461363 0.98919088
+1.02254152 0.58269376 0.98855013
+0.78913659 0.59071255 0.98830611
+0.05599423 0.59665185 0.98925167
+0.07468497 0.60971880 0.98732573
+0.07439974 0.62297601 0.98619086
+0.07057113 0.63251090 0.98127204
+0.07218108 0.64857686 0.97856325
+0.32362014 0.74063784 0.97019184
+0.36054653 0.74653441 0.96630490
+0.40102428 0.72388649 0.96866918
+0.42892146 0.70461529 0.98282963
+0.44878232 0.69215137 0.98123527
+0.48321232 0.66697466 0.97915107
+0.50964928 0.64918011 0.97584981
+0.53043503 0.62888044 0.97450072
+0.54903501 0.61386079 0.97134590
+0.57263499 0.59311056 0.97356260
+0.59974945 0.57969481 1.00843620
+0.63921946 0.56243020 1.00173330
+0.68593311 0.54368931 0.99878365
+0.71881521 0.52664727 0.99662113
+0.74536115 0.50742590 0.99344903
+0.76628929 0.49288568 0.99108750
+0.78422523 0.47419155 0.98928469
+0.81679565 0.45599616 0.98689610
+0.85805589 0.44174308 0.98247272
+0.40423635 0.42124480 0.98326105
+0.46989024 0.40333304 0.97920287
+0.54019594 0.38005558 0.97717088
+0.60599703 0.36277840 0.97556907
+0.67366201 0.34445241 0.97308511
+0.74024826 0.33069471 0.97177553
+0.83838129 0.31227043 0.96825272
+0.24953750 0.29665002 0.96895605
+-0.12853447 0.29137319 0.96357411
+-0.10918339 0.31868535 0.96191746
+-0.10050634 0.29974556 0.95355070
+-0.09060472 0.28065106 0.95024174
+-0.08059040 0.26284185 0.94793814
+-0.06032086 0.24454300 0.94340247
+-0.01775298 0.23074874 0.94013548
+0.02894710 0.21800771 0.93469131
+0.05656294 0.28773144 0.93127429
+0.06604164 0.26697245 0.94331598
+0.08119359 0.24615070 0.94052356
+0.09279915 0.22266693 0.93765020
+0.10748271 0.20536973 0.93101895
+0.12434346 0.19137199 0.92907447
+0.14121433 0.16905630 0.92899960
+0.15863949 0.14804491 0.92112041
+0.17414473 0.13190937 0.97054094
+0.19548213 0.11265504 0.98591626
+0.22351299 0.09490398 0.97861153
+0.25680673 0.08194760 0.97498560
+0.30418488 0.06922272 0.97131318
+0.35460141 0.05258621 0.96980619
+0.40409005 0.03772736 0.96714020
+0.45401675 0.02474844 0.96315938
+0.51534146 0.00630320 0.95866400
+0.57811409 -0.01068716 0.95682472
+0.65419036 -0.02687615 0.95402634
+0.73314482 -0.04026874 0.95252651
+0.79059708 -0.05301423 0.95015866
+0.84404260 -0.06511013 0.94833064
+0.89160621 -0.07868618 0.94507349
+0.94062787 -0.07029545 0.94293362
+0.99564010 -0.05660178 0.93968725
+0.92116970 -0.04697990 0.93659323
+0.44540870 -0.04004716 0.93207729
+0.50475872 -0.03379264 0.92688215
+0.54873061 -0.02607851 0.92093199
+0.59074801 -0.01834358 0.91640490
+0.62687957 -0.00784530 0.91232151
+0.66012514 0.00218936 0.90765607
+0.72724056 0.01107326 0.90523565
+-0.00279425 0.04384946 0.89920771
+-0.02267349 0.14241210 0.89865160
+-0.00995150 0.13875085 0.90232867
+0.00210978 0.13946024 0.89638942
+0.01484106 0.13954499 0.89066267
+0.02892359 0.14511202 0.88594824
+0.05637669 0.14734052 0.88095385
+0.09985171 0.15200515 0.87829864
+0.13790293 0.18903121 0.91545683
+0.16631854 0.19165930 0.96567488
+0.19548374 0.19806615 0.95774734
+0.23434576 0.20381287 0.95157313
+0.28003457 0.20958410 0.94752377
+0.33034611 0.21634719 0.94329667
+0.38103318 0.22583893 0.94049942
+0.43337676 0.23365712 0.93791550
+0.48423204 0.23629871 0.93233502
+0.53442585 0.24387614 0.92893201
+0.58853364 0.25317079 0.92717516
+0.63346618 0.25839818 0.92372102
+0.68431783 0.26179254 0.92242324
+0.74002445 0.27108887 0.91567773
+0.77575308 0.28156337 0.91114235
+0.80369008 0.28868914 0.91053230
+0.84515303 0.29919747 0.90751940
+0.88893622 0.30966350 0.90214056
+0.93140268 0.31406596 0.89924562
+1.00105417 0.31893963 0.89238191
+1.03345323 0.32621792 0.88899559
+1.05634439 0.33211571 0.88139212
+1.07218623 0.34154904 0.87977111
+1.07901061 0.35085991 0.87586147
+1.09153080 0.35620454 0.86787498
+1.13287961 0.36125326 0.86266780
+0.09650948 0.41279987 0.85545439
+0.12873195 0.44255051 0.85750341
+0.16881979 0.43867889 0.85330355
+0.20993115 0.44257095 0.84331959
+0.25093359 0.44370106 0.83812553
+0.29265165 0.44868329 0.82926673
+0.36027905 0.44941035 0.82744694
+0.08556901 0.50146919 0.84943444
+0.04636357 0.54890019 0.94418740
+0.07078627 0.55178261 0.93179822
+0.09144469 0.55604768 0.92690301
+0.11420088 0.56337976 0.92221189
+0.14526740 0.56716406 0.91740054
+0.18958847 0.57183993 0.91296023
+0.23316118 0.57856834 0.91121411
+0.27715236 0.58364117 0.90366453
+0.30998659 0.59035128 0.89792079
+0.33844483 0.59195733 0.89779335
+0.36579725 0.59650910 0.89087135
+0.38930535 0.60567319 0.88959587
+0.41450456 0.61193335 0.88111597
+0.43946216 0.61861157 0.87384534
+0.46243075 0.62896252 0.87302274
+0.48462680 0.63426775 0.87164336
+0.51287311 0.63709998 0.86539620
+0.54997665 0.64454967 0.86370140
+0.59235412 0.65465152 0.85440189
+0.64238197 0.66099972 0.85179597
+0.68254727 0.66764873 0.84143376
+0.71777713 0.67416334 0.83949137
+0.74173945 0.68364823 0.83648264
+0.77530158 0.68819523 0.82530427
+0.81862605 0.68913847 0.82101291
+0.74689108 0.69437605 0.82000476
+0.55231369 0.72135109 0.80857420
+0.61686391 0.71928424 0.80421972
+0.67427379 0.72374600 0.79078007
+0.73348951 0.72474188 0.78651893
+0.78370363 0.72749925 0.78312349
+0.84532362 0.72605830 0.77636957
+0.70788538 0.74377590 0.77718568
+-0.03720061 0.86055773 0.92309999
+-0.00660404 0.86264127 0.91140640
+0.00355355 0.86280751 0.90063220
+0.01517750 0.86913031 0.89472103
+0.02832482 0.87586445 0.88814116
+0.04347914 0.88186896 0.88859701
+0.08111290 0.87993163 0.88255811
+0.13036619 0.88447446 0.87352359
+0.15882224 0.88954169 0.87251645
+0.17202981 0.89601421 0.86373848
+0.18391268 0.90274495 0.85528076
+0.19482350 0.90919715 0.85501450
+0.20331591 0.91625214 0.84498686
+0.21764866 0.91457570 0.84635788
+0.22319786 0.92205626 0.83627087
+0.23158598 0.92868888 0.83651900
+0.24096696 0.93549871 0.82584339
+0.25869599 0.94192737 0.82510728
+0.29821280 0.93321335 0.82586974
+0.32932386 0.92922270 0.81568021
+0.38254708 0.91999906 0.81601411
+0.43944204 0.90191859 0.80767959
+0.47836041 0.89214057 0.80742735
+0.52589303 0.88161528 0.80590427
+0.59426552 0.87371665 0.79363167
+0.65532708 0.85988009 0.79206675
+0.76124638 0.84112900 0.77652460
+0.82470387 0.82233381 0.77788275
+0.87308735 0.80016959 0.79027498
+0.93366593 0.78940368 0.77806973
+0.97448498 0.77958453 0.77840996
+1.02182961 0.77010065 0.77906388
+1.09516084 0.76113659 0.76671892
+0.24547122 0.90323889 0.90343446
+0.14358664 0.89614654 0.89262843
+0.17535114 0.89093256 0.88650596
+0.20211433 0.88206494 0.88013244
+0.22362064 0.87328851 0.87360430
+0.24930426 0.86253399 0.86846614
+0.29276359 0.85100061 0.86764562
+0.08137702 0.85262507 0.86129236
+0.05613684 0.84667093 0.85237736
+0.07126571 0.83757561 0.85234213
+0.08431258 0.83302277 0.84405982
+0.09603731 0.81777436 0.84614801
+0.10989339 0.81269640 0.83719617
+0.13037206 0.80292040 0.83723897
+0.15771535 0.79349351 0.82785720
+0.18247047 0.78842896 0.82807797
+0.20639521 0.77906531 0.81975621
+0.23058186 0.77485472 0.81916606
+0.26357394 0.76543874 0.81987101
+0.30370852 0.76132876 0.81103373
+0.35686964 0.75086719 0.81281704
+0.40862286 0.74053872 0.80408657
+0.45532218 0.73457712 0.80253756
+0.50375122 0.72449511 0.80226862
+0.56329083 0.71803141 0.79072827
+0.62261981 0.70556098 0.78874117
+0.70206153 0.69284844 0.78341061
+0.76911503 0.67697048 0.77455115
+0.82553512 0.66276884 0.77237707
+0.87367481 0.65475327 0.77017117
+0.91928190 0.64786488 0.76218760
+0.96970350 0.63677639 0.75994164
+1.03774881 0.62760997 0.74529904
+0.63030756 0.71336454 0.89760524
+0.48940647 0.71650755 0.89323533
+0.52647692 0.71075571 0.88562059
+0.55217314 0.70217806 0.87979114
+0.57429814 0.69633842 0.87246478
+0.59617317 0.68746555 0.86511731
+0.63853651 0.68090415 0.86321735
+0.17635229 0.70518005 0.86087322
+-0.01068780 0.70500129 0.85942024
+0.01120693 0.68980259 0.85290301
+0.02467825 0.68251914 0.84389597
+0.03929613 0.67816919 0.84400856
+0.05509815 0.67201108 0.83561265
+0.08209831 0.66560268 0.83490735
+0.12226741 0.65858358 0.82548600
+0.15953088 0.65346086 0.82404286
+0.18942721 0.64510262 0.82429218
+0.22070771 0.63638699 0.81738240
+0.25618717 0.63152182 0.81746906
+0.29841259 0.62821662 0.80939716
+0.35181481 0.62251550 0.80875367
+0.40483731 0.61754799 0.80797303
+0.45172462 0.61301285 0.79991764
+0.49994016 0.60774088 0.79815167
+0.56029505 0.59636593 0.79719973
+0.61470020 0.58754802 0.78793603
+0.67688423 0.57710886 0.78196263
+0.73529178 0.56791711 0.77938730
+0.79146510 0.56045401 0.76665789
+0.83522213 0.55337530 0.76362801
+0.88142234 0.54361874 0.76373011
+0.93529505 0.53706360 0.75308782
+0.99483550 0.52837706 0.74452800
+0.81306690 0.59178591 0.89537668
+0.75716197 0.60050756 0.89069158
+0.79360342 0.59055132 0.88232023
+0.82230610 0.58965915 0.87502849
+0.83873582 0.58506072 0.86664152
+0.85940200 0.58068424 0.85928458
+0.89761966 0.57371348 0.85667211
+0.23995084 0.61637646 0.85942757
+-0.01491976 0.61452091 0.85838765
+0.00593162 0.60984635 0.85008651
+0.01864062 0.60452402 0.84101498
+0.03189203 0.59706885 0.84064192
+0.04614982 0.59212124 0.83211440
+0.07555636 0.58273458 0.82981604
+0.12225680 0.57813364 0.82846278
+0.16388522 0.56634909 0.82036334
+0.19133916 0.56005025 0.81928045
+0.21880944 0.55480289 0.81108701
+0.25788388 0.55209559 0.81085706
+0.30184534 0.54666835 0.81065381
+0.35629490 0.54179770 0.80196595
+0.40180832 0.54048538 0.80164361
+0.45311537 0.52968293 0.80228013
+0.49846813 0.52222174 0.79349065
+0.55508304 0.51999843 0.79068518
+0.61118305 0.51077205 0.78180188
+0.66097838 0.50494248 0.77571940
+0.72032899 0.49511963 0.77266282
+0.77190942 0.48495024 0.76181918
+0.81684637 0.48307398 0.76003522
+0.86136174 0.47709364 0.75594389
+0.91564703 0.47578025 0.74530643
+0.97346044 0.46704373 0.73406893
+0.90405822 0.52021730 0.90012312
+0.92054224 0.52093244 0.89091808
+0.96070802 0.51886845 0.88295311
+0.98753232 0.51417363 0.87497944
+1.00233710 0.51461029 0.86770725
+1.01806140 0.51024657 0.86018223
+1.06335211 0.50455236 0.85834372
+0.12788269 0.57396501 0.86189711
+-0.04984785 0.57283765 0.85953951
+-0.03061823 0.56732625 0.85077512
+-0.01666992 0.56298292 0.84923786
+-0.00123998 0.55798417 0.84039354
+0.01350593 0.54923081 0.84021527
+0.04916901 0.54208541 0.83042234
+0.10438196 0.53284609 0.82748365
+0.14716926 0.52955633 0.81837732
+0.17905545 0.52403688 0.81723654
+0.20882559 0.51796740 0.80840492
+0.24343847 0.51694274 0.80705792
+0.29179123 0.51637346 0.80744004
+0.35057527 0.50349808 0.79896152
+0.40075257 0.50167805 0.79756701
+0.44800529 0.49958256 0.79657221
+0.49853536 0.49712056 0.78715545
+0.55076247 0.48967558 0.78400427
+0.60617715 0.48224407 0.78150266
+0.64922762 0.47281548 0.76843971
+0.71013492 0.46917537 0.76508939
+0.75811851 0.46703777 0.75960475
+0.80319232 0.46176356 0.74998379
+0.84766746 0.46094900 0.74449551
+0.90704650 0.45526791 0.74247438
+0.96280944 0.45140085 0.72110039
+0.95343333 0.49727196 0.90391403
+0.99879336 0.49712792 0.88494563
+1.03572929 0.49324962 0.87819308
+1.05915773 0.49423176 0.86990863
+1.07400358 0.49512437 0.86285001
+1.08427286 0.49191359 0.85425174
+1.13193846 0.48794234 0.85281652
+-0.03012728 0.58730674 0.85811049
+-0.01755070 0.58044493 0.85500455
+-0.00229366 0.57593191 0.84610325
+0.00920745 0.57142508 0.84478241
+0.02452885 0.56869072 0.83639514
+0.03795162 0.56337500 0.83505774
+0.07483158 0.56076348 0.82470071
+0.13078064 0.55225790 0.82253230
+0.16922659 0.54951715 0.81253272
+0.18914382 0.54841208 0.81153405
+0.21756935 0.54504579 0.81048965
+0.25433403 0.53941262 0.80149555
+0.30225599 0.53871739 0.80085677
+0.35214749 0.53757066 0.79918098
+0.39966553 0.53547007 0.79016167
+0.45475242 0.53370577 0.78892684
+0.49679157 0.53093690 0.78727686
+0.55607700 0.52587283 0.77604818
+0.60158741 0.52028322 0.77329528
+0.65206039 0.51381421 0.76654035
+0.70747632 0.50411850 0.75521976
+0.76141977 0.50668305 0.74763703
+0.79914725 0.50036925 0.74457765
+0.85305220 0.49921170 0.73017013
+0.90517271 0.49632606 0.72524250
+0.95794463 0.49380010 0.71478838
+0.93772405 0.51879042 0.90044314
+0.98197395 0.51575720 0.87808859
+1.01302671 0.51681834 0.87169993
+1.03656614 0.51685089 0.86357969
+1.05213165 0.52226496 0.85663068
+1.06371653 0.52253532 0.84869641
+0.94663930 0.52613354 0.84636414
+-0.09091114 0.63040107 0.85169524
+-0.05105340 0.62134683 0.84834534
+-0.03720954 0.61714464 0.83949077
+-0.02154100 0.62045056 0.83782595
+-0.00514638 0.61593145 0.82945758
+0.01530071 0.61869675 0.82666379
+0.05762668 0.61187959 0.81651103
+0.11277782 0.60755420 0.81404126
+0.15059406 0.60846412 0.81136805
+0.17553204 0.60344929 0.80242532
+0.20246224 0.60628802 0.80112135
+0.23664260 0.60511082 0.79097056
+0.28521287 0.60770041 0.79013979
+0.33944172 0.60263300 0.78788692
+0.38371849 0.60535544 0.77876687
+0.43570143 0.60305947 0.77732974
+0.48235187 0.60470951 0.77380955
+0.53955323 0.60059506 0.77028751
+0.58948094 0.59689838 0.75928688
+0.64555097 0.59026760 0.75236934
+0.70273042 0.58670712 0.74676549
+0.75478894 0.57968998 0.73192412
+0.79763639 0.57846820 0.72737300
+0.85140866 0.57716095 0.72179908
+0.91025746 0.57047153 0.70840305
+0.93102384 0.57016277 0.70427209
+0.83109099 0.58442742 0.88934928
+0.86976409 0.58782953 0.86538368
+0.89745313 0.59260762 0.85839003
+0.91430914 0.59337062 0.84947532
+0.92529136 0.59853548 0.84222662
+0.94339859 0.60249788 0.84073752
+0.69343883 0.62118477 0.83411217
+-0.08691739 0.70673686 0.83776891
+-0.05084120 0.70248061 0.83470470
+-0.03594851 0.70306516 0.82532054
+-0.01978037 0.70219749 0.82296914
+-0.00170190 0.70244932 0.81382805
+0.02245236 0.70530671 0.81211120
+0.06461933 0.70602477 0.80802584
+0.11334331 0.70394361 0.79778618
+0.14544567 0.70235413 0.79520833
+0.16697465 0.70567048 0.78535193
+0.19324483 0.70800108 0.78352708
+0.22517245 0.70818895 0.78161830
+0.26819408 0.71143287 0.77163196
+0.31876540 0.71429408 0.76978010
+0.36758637 0.71245366 0.76779658
+0.41552532 0.71212375 0.75710714
+0.46728653 0.71425647 0.75489002
+0.52189976 0.71558720 0.75007248
+0.58114046 0.71485114 0.74534965
+0.64232039 0.71327639 0.73092586
+0.70525539 0.71058553 0.72440106
+0.75306624 0.69948089 0.71756166
+0.79763258 0.68694580 0.70695299
+0.84877270 0.68159419 0.70355725
+0.90788090 0.68271691 0.69930488
+0.86130655 0.57409501 0.68900335
+0.62830430 -0.07336088 1.02902174
+0.67071956 -0.04285093 1.01512337
+0.69076067 -0.04265029 1.01578712
+0.70508581 -0.04258510 1.01534081
+0.72089535 -0.04440028 1.01619685
+0.74095690 -0.04496061 1.01633704
+0.52101576 -0.03194044 1.01552069
+0.00050673 0.03127637 1.02428436
+0.04766580 0.01978511 1.02281237
+0.08077929 0.01491909 1.02268100
+0.11274531 0.01053868 1.02256286
+0.14496036 0.00778763 1.02263021
+0.18311213 0.00306602 1.02249551
+0.23630178 -0.00054244 1.02190626
+0.28881815 -0.00477323 1.02104223
+0.33459699 -0.01069653 1.02075565
+0.37130329 -0.01505680 1.02116799
+0.41137818 -0.01742151 1.02149177
+0.45256925 -0.01999151 1.02163839
+0.49755976 -0.02498504 1.02233148
+0.55208415 -0.02933758 1.02240729
+0.60194558 -0.03170233 1.02309537
+0.64937019 -0.03444020 1.02294326
+0.69886726 -0.03952981 1.02333343
+0.74911243 -0.04330810 1.02296531
+0.80599606 -0.05000991 1.02199054
+0.87025934 -0.06125107 1.01936054
+0.92181790 -0.06674450 1.01878381
+0.95631427 -0.06997997 1.01855028
+0.98797172 -0.07492834 1.01919675
+1.01829147 -0.07818462 1.01932669
+1.05419922 -0.08200562 1.01962423
+0.88960409 -0.08235096 1.01978362
+0.33404151 -0.06049620 1.01996374
+0.36946249 -0.06895258 1.02065420
+0.38375443 -0.07087437 1.02059507
+0.39112368 -0.07316262 1.02147853
+0.40086365 -0.07499236 1.02173030
+0.41716954 -0.07750832 1.02200294
+0.34379604 -0.07798640 1.02100730
+0.04172027 -0.04636936 1.02548027
+0.09874214 -0.05668988 1.02415705
+0.14520745 -0.06106715 1.02438819
+0.19039713 -0.06575581 1.02443826
+0.23530744 -0.07158879 1.02464902
+0.28265536 -0.07458404 1.02472782
+0.34149709 -0.07986373 1.02467322
+0.39550772 -0.08474480 1.02458513
+0.45056677 -0.08954063 1.02435946
+0.49657342 -0.09182717 1.02487576
+0.54903877 -0.09713269 1.02538705
+0.58931059 -0.10216665 1.02572477
+0.63859069 -0.10411120 1.02646589
+0.69496006 -0.10925444 1.02702796
+0.74649817 -0.11329620 1.02752221
+0.78917933 -0.11529014 1.02792692
+0.83568984 -0.11965545 1.02846897
+0.88797832 -0.12612815 1.02849495
+0.94258082 -0.13119109 1.02734709
+1.02179480 -0.14068204 1.02211642
+1.07220566 -0.14840713 1.02128744
+1.10058439 -0.15014498 1.01939905
+1.12128448 -0.15391651 1.02045703
+1.14284766 -0.15736197 1.01870084
+1.15502834 -0.16238368 1.01955318
+1.11462390 -0.16537520 1.01761556
+-0.08825608 -0.12095562 1.02964652
+-0.06105194 -0.12754196 1.02983880
+-0.06327002 -0.13230638 1.03089941
+-0.06505272 -0.13736542 1.03188610
+-0.06016123 -0.14279562 1.03278744
+-0.05478740 -0.14459369 1.03302658
+-0.01053840 -0.15420988 1.03226244
+0.06579750 -0.15431468 1.02912843
+0.14108801 -0.15264565 1.02752411
+0.20077306 -0.14529997 1.02780640
+0.26336512 -0.13778077 1.02771592
+0.31797948 -0.13219589 1.02773595
+0.37052360 -0.12458518 1.02769518
+0.43393847 -0.11884819 1.02767313
+0.48300219 -0.11145215 1.02799892
+0.53263813 -0.10395969 1.02793932
+0.58300966 -0.09814267 1.02803862
+0.64120471 -0.09086995 1.02791166
+0.69720972 -0.08459486 1.02799761
+0.74389380 -0.07822603 1.02814579
+0.80221981 -0.07323301 1.02536881
+0.85706329 -0.06690647 1.02513242
+0.89620960 -0.06047985 1.02481127
+0.94145703 -0.05550498 1.02228892
+0.98612493 -0.04913397 1.02202189
+1.04314852 -0.04499805 1.01832652
+0.83766371 -0.02117547 1.02125800
+0.78234684 -0.01476376 1.02005017
+0.78628480 -0.00848281 1.01804972
+0.78259343 0.00342769 1.01837337
+0.77928638 0.01152140 1.01628447
+0.76663309 0.01873653 1.01621473
+0.78202462 0.02425059 1.01382041
+0.18605837 0.06521194 1.02759814
+-0.10778949 0.07962227 1.02831078
+-0.07601441 0.08860747 1.02844787
+-0.05559270 0.09595603 1.02818370
+-0.03357781 0.10277157 1.02838302
+-0.01152415 0.10726374 1.02833211
+0.02009390 0.11563995 1.02678978
+0.06332941 0.11751350 1.02416170
+0.11688469 0.12148806 1.02245736
+0.17209454 0.12701751 1.02230179
+0.22576983 0.13721034 1.02226424
+0.27822477 0.14418614 1.02153540
+0.32720011 0.14995930 1.02137816
+0.38299501 0.15774849 1.02066839
+0.43946236 0.16320165 1.02049530
+0.48970374 0.16848792 1.01978648
+0.54226965 0.17742689 1.01765454
+0.60492814 0.18547054 1.02293622
+0.69004166 0.20112336 1.03482771
+0.76927602 0.21291356 1.04123926
+0.83763403 0.22051017 1.04177487
+0.89486641 0.22940253 1.03987134
+0.95231354 0.23174649 1.03971016
+1.00512755 0.23605354 1.03276908
+1.02870500 0.23492281 1.01703346
+1.05784082 0.23488016 1.00427330
+0.99323106 0.27120873 1.01390982
+0.12074260 0.32201755 1.01436698
+0.14181098 0.32663929 1.01176131
+0.13641137 0.35111549 1.04432166
+0.12080052 0.12690087 0.70743281
+-0.08944393 -0.07520690 0.59138006
+-0.09280439 -0.06218791 0.58909333
+-0.07860710 -0.05800544 0.58991987
+-0.06641561 -0.05150486 0.58428770
+-0.04534827 -0.05809176 0.54826754
+-0.04594168 0.01670999 0.90238792
+-0.08511684 0.45910794 1.03821111
+-0.07776005 0.44332859 1.02256870
+-0.05792466 0.45364618 1.02078032
+-0.04259585 0.45816371 1.01729047
+-0.02431118 0.46918887 1.05951750
+0.18953533 0.35564536 0.44674012
+0.22766849 0.54953653 1.03622842
+0.27912828 0.54649794 1.00800598
+0.33946818 0.55182499 1.00721526
+0.40683624 0.56269187 1.00428045
+0.47375736 0.57191157 1.01782262
+0.54080594 0.58463496 1.05376339
+0.59814441 0.59538162 1.07759213
+0.65642846 0.60710663 1.08090973
+0.71469223 0.61363053 1.07729924
+0.78672326 0.61979103 1.07390320
+0.75871724 0.62247616 1.06207478
+0.51003993 0.61876476 1.02889252
+0.55300915 0.62140352 0.99386090
+0.58096063 0.62689304 0.97815460
+0.59626627 0.63517278 0.97486234
+0.62084812 0.64118904 0.97233093
+0.63125426 0.64972693 0.98949766
+0.65419030 0.77773321 1.00477457
+-0.15591063 0.81863123 1.00018036
+-0.10338960 0.82892495 0.99803960
+-0.07170012 0.83640277 0.99567765
+-0.04027847 0.84680390 0.99291462
+-0.00416689 0.85941410 0.99077982
+0.04058861 0.87090105 0.99654382
+0.10127877 0.88270879 1.00263572
+0.16237295 0.88818043 1.00082612
+0.22420612 0.89898956 0.99982727
+0.27190515 0.91000712 0.99841076
+0.32354790 0.89853603 0.99756861
+0.37643653 0.88691711 0.99426275
+0.42131042 0.87455994 0.99122530
+0.47323111 0.86214238 0.98833048
+0.52819097 0.85002655 0.98590165
+0.57489586 0.83515763 0.98561931
+0.62522531 0.81518990 0.98358351
+0.68823642 0.80368674 0.97983360
+0.75589353 0.79184186 0.97753978
+0.83235085 0.77964103 0.97267532
+0.92130995 0.76582366 0.97018629
+0.98520261 0.75216728 0.96542567
+1.03405309 0.73528183 0.96027529
+1.07809508 0.72068322 0.95790577
+1.10759532 0.70064610 0.95218801
+1.14054668 0.68858749 0.94960934
+1.19645047 0.70061761 0.94532019
+-0.12227236 0.68770438 0.94274843
+-0.13779113 0.67525733 0.93905282
+-0.13993110 0.65868336 0.93578720
+-0.14602527 0.64420307 0.92869043
+-0.12329230 0.63297403 0.93796742
+-0.10161816 0.61045378 0.99119228
+-0.06294245 0.69774711 0.98382980
+-0.00323273 0.69006741 0.97847009
+0.04964724 0.66892928 0.97475445
+0.08583815 0.65373808 0.97228801
+0.12000983 0.63739085 0.97111303
+0.15893258 0.62520069 0.96934050
+0.20051983 0.60822582 0.97731119
+0.24918629 0.58706003 0.97613871
+0.30422047 0.57259929 0.97245669
+0.35300711 0.55517197 0.96848929
+0.40107593 0.54143608 0.96840227
+0.45080769 0.52328795 0.96464390
+0.50640458 0.50669968 0.96332473
+0.56413406 0.48458338 0.95702791
+0.63054085 0.46912998 0.95605040
+0.69551396 0.45210248 0.95011801
+0.75322026 0.43873048 0.94973731
+0.80321199 0.42225498 0.94364494
+0.85696179 0.40444309 0.94308954
+0.91425806 0.38996026 0.94223446
+0.99447471 0.36969802 0.93599069
+0.55556124 0.35463777 0.93314260
+0.33795696 0.33923489 0.93177265
+0.33600026 0.32327256 0.92274880
+0.31950966 0.31129780 0.92031944
+0.30055159 0.29453567 0.91002971
+0.27875870 0.29217264 0.90656894
+0.26783738 0.40575540 0.90353101
+0.13492723 0.38238174 0.89479172
+-0.14819247 0.36067122 0.89012277
+-0.11011495 0.34408915 0.88714772
+-0.08923794 0.33024430 0.87647849
+-0.06862436 0.31063277 0.94871241
+-0.04285421 0.29883084 0.96405399
+0.32284492 0.30388641 0.94675547
+0.37673020 0.31443527 0.94468254
+0.44313478 0.32631755 0.94580263
+0.50377685 0.33433026 0.95001483
+0.59157127 0.33951229 0.94677836
+0.66681451 0.34816116 0.94747943
+0.73015171 0.35596812 0.94444937
+0.78382111 0.36579236 0.94603747
+0.83471721 0.37704942 0.94212502
+0.88797557 0.38499144 0.94222569
+0.95398343 0.39727318 0.93573701
+0.77493179 0.40090674 0.93614805
+0.38704887 0.41428456 0.93091875
+0.45790809 0.42466813 0.93144232
+0.50568444 0.43405634 0.92664206
+0.55959898 0.45019621 0.92870414
+0.60692817 0.46314126 0.92861664
+0.64765167 0.48000580 0.92338002
+0.73550868 0.49209875 0.92334026
+-0.13086602 0.50369567 0.92356515
+-0.15246990 0.55748999 0.91573292
+-0.13686478 0.61959046 0.91642982
+-0.12422826 0.61683691 0.90773004
+-0.10754108 0.62395918 0.90859169
+-0.09062962 0.62918085 0.90646613
+-0.05819844 0.63619429 0.89961272
+-0.00720304 0.64103758 0.89936191
+0.04098579 0.66929328 0.89752853
+0.07422123 0.75408900 0.88938826
+0.10554508 0.75680113 0.96776718
+0.13750556 0.76995057 0.96947801
+0.17717348 0.77327454 0.96515006
+0.23471686 0.78759265 0.96257520
+0.29212075 0.79784137 0.95898956
+0.34149000 0.80622268 0.95648003
+0.40125728 0.81729567 0.95482463
+0.43926695 0.82417881 0.96601480
+0.48848343 0.82889497 0.96675819
+0.52341539 0.84266639 0.96703327
+0.55819774 0.85312176 0.96481341
+0.60012281 0.86363471 0.96568394
+0.64180052 0.87421215 0.96333593
+0.66288805 0.88762784 0.96131116
+0.69112486 0.89926219 0.95611227
+0.73194575 0.90574288 0.95375627
+0.76905805 0.91599643 0.95375478
+0.83501256 0.92988360 0.95144480
+0.88289076 0.95009744 0.95081502
+0.91508639 0.96506143 0.94844764
+0.93641222 0.97718805 0.94681281
+0.94995618 0.98811108 0.94780827
+0.96522677 0.99891025 0.94468081
+0.99516344 1.00136864 0.94161129
+0.61369336 1.01032257 0.94289380
+0.16440088 1.01457703 0.94076461
+0.22650950 1.01471949 0.93758869
+0.27783239 1.01112449 0.93670684
+0.32984403 0.99512309 0.93311065
+0.38372183 0.97526497 0.93135059
+0.44324848 0.95401156 0.92841983
+0.40915993 0.93625337 0.92617947
+-0.07340284 0.97216928 0.92279637
+-0.03914453 1.05351543 0.95606548
+-0.02760097 1.03377938 0.98100525
+-0.01204747 1.01456404 0.97555107
+0.00570782 1.00042641 0.97312504
+0.02741276 0.98619902 0.97070265
+0.07108124 0.97145092 0.96812057
+0.11766705 0.95714539 0.96662968
+0.15903015 0.95099384 0.97783518
+0.17991561 0.93547583 0.98876745
+0.20373972 0.92154652 0.98776895
+0.22049153 0.90747970 0.98745048
+0.23853450 0.89850020 0.98674661
+0.25605685 0.88418996 0.98543888
+0.27218428 0.86960202 0.98311937
+0.28414255 0.84888637 0.97861093
+0.29696035 0.83400249 0.97424954
+0.30783847 0.82031000 0.97364062
+0.32217562 0.80676329 0.97251213
+0.33733675 0.79646105 0.97189415
+0.36232081 0.78279746 0.97181839
+0.39118791 0.76944935 0.97108579
+0.42573470 0.74937069 0.96936804
+0.45916301 0.73792410 0.96922946
+0.49837053 0.72216111 0.96715617
+0.55260831 0.70628470 0.96737427
+0.61524999 0.68808424 0.96582246
+0.70937032 0.67042351 0.96401238
+0.78186858 0.65175301 0.96298367
+0.84458417 0.63114554 0.96305382
+0.90159565 0.61891049 0.96050215
+0.95246279 0.60407054 0.96051675
+1.01658535 0.58945566 0.95901811
+0.92361057 0.57505202 0.95580673
+-0.03480988 0.61764538 0.96451300
+0.02113018 0.62199217 0.99295503
+0.05741308 0.61056644 0.98632747
+0.09166855 0.59606683 0.98530138
+0.12460935 0.58673692 0.98302740
+0.15913215 0.57037687 0.98224813
+0.22261691 0.55616784 0.98014349
+0.00887847 0.58758038 0.98817921
+0.03158129 0.60248452 1.01300418
+0.04415271 0.58819079 1.01287293
+0.05812135 0.57295263 1.01204896
+0.06986024 0.56124276 1.00991452
+0.08350018 0.54334611 1.00913465
+0.10452779 0.52858680 1.00793397
+0.12960066 0.50893366 1.00390661
+0.15484275 0.49593922 0.99898034
+0.17413346 0.48232847 0.99691451
+0.19588973 0.46488109 0.99617279
+0.21969932 0.45477870 0.99582750
+0.24828054 0.43916547 0.99520528
+0.29158950 0.42515668 0.99602574
+0.33770081 0.41147339 0.99368769
+0.38665971 0.39607272 0.99313301
+0.43727532 0.38448605 0.99405533
+0.49429646 0.36641169 0.99211967
+0.55391544 0.35089815 0.99310005
+0.62451142 0.33600768 0.99213755
+0.69534302 0.31620336 0.99240702
+0.75550121 0.30485135 0.99350739
+0.80731183 0.29447526 0.99210185
+0.85546619 0.28456137 0.99213284
+0.90800148 0.26859891 0.98937356
+0.97059041 0.25755739 0.98968118
+0.82472593 0.25389445 0.98494571
+0.60504514 0.26437554 0.99976653
+0.66138035 0.24871610 0.99278170
+0.70092767 0.23994724 0.99320620
+0.73862708 0.23010801 0.99131334
+0.76688802 0.21804947 0.99222434
+0.81115478 0.20832376 0.99043524
+0.57649618 0.21942316 0.99313152
+-0.03000404 0.32825163 1.03249586
+0.00240787 0.30497688 1.03249276
+0.01588617 0.29482612 1.03085649
+0.02761209 0.27927154 1.02982652
+0.04113422 0.26845822 1.02830017
+0.05806471 0.25190574 1.02964294
+0.09422015 0.23775044 1.02416313
+0.13962063 0.21627487 1.01772380
+0.17174004 0.20301080 1.01632583
+0.19272947 0.19160834 1.01545107
+0.22213788 0.16913791 1.01708972
+0.25789341 0.15818444 1.01574659
+0.29969215 0.14742477 1.01636887
+0.35538441 0.13601923 1.01529682
+0.40239707 0.12321921 1.01685047
+0.45091632 0.10925172 1.01580584
+0.50057650 0.09483491 1.01772714
+0.55925661 0.08163174 1.01595318
+0.60350400 0.06616618 1.01790869
+0.64256370 0.05416384 1.01702988
+0.70433855 0.03110330 1.01916575
+0.75645679 0.02167893 1.01717985
+0.79064745 0.00808772 1.01944029
+0.83369160 0.00005341 1.01793790
+0.88610405 0.00264470 1.01789308
+0.92962849 0.00730791 1.01052189
+1.01355481 0.00828666 1.00193799
+1.05274916 0.01121321 0.99494886
+1.08810520 0.02014208 0.99582326
+1.10680199 0.02773618 0.99425560
+1.11830628 0.03631248 0.99530017
+1.12663460 0.04121909 0.99304372
+1.17032099 0.04211635 0.99219185
+0.11922334 0.22675975 1.03904128
+0.05952406 0.23040864 1.03576529
+0.09366487 0.22753403 1.03286409
+0.12338625 0.22190556 1.03089118
+0.15478659 0.22564417 1.03059602
+0.18293492 0.22292775 1.02767944
+0.24018300 0.21995026 1.02260089
+0.10017190 0.23662727 1.02213788
+0.10557140 0.23909117 1.01876009
+0.12815411 0.23378567 1.01687419
+0.14548559 0.23784615 1.01704514
+0.17278542 0.24282438 1.01459026
+0.20741935 0.24317947 1.01501834
+0.25126365 0.24211079 1.01259816
+0.29689670 0.24148826 1.01239479
+0.34491149 0.24486661 1.01025879
+0.37737548 0.24816515 1.00791657
+0.41815132 0.24734098 1.00751340
+0.45066231 0.24342823 1.00603044
+0.48223898 0.24141662 1.00516081
+0.51656568 0.24312346 1.00613046
+0.55347908 0.24186195 1.00299048
+0.57784718 0.24475971 1.00317812
+0.60591161 0.24416259 0.99998015
+0.64376599 0.24489272 0.99961179
+0.68043101 0.24338581 0.99246502
+0.74226266 0.24579896 0.98410475
+0.79298198 0.24713761 0.97721678
+0.83591050 0.25512880 0.97743738
+0.86272097 0.26054943 0.97526985
+0.88656759 0.26952970 0.97671932
+0.91664445 0.27438501 0.97295856
+0.96487421 0.27387315 0.97159111
+0.46879444 0.40233147 1.01536536
+0.31467736 0.41980222 1.01348174
+0.36267909 0.41432399 1.00904012
+0.40477553 0.41715497 1.00813937
+0.44546720 0.41364092 1.00544250
+0.48756316 0.41348433 1.00245309
+0.55273718 0.41441378 0.99612582
+0.17482601 0.44605744 1.01270688
+0.02234513 0.45091966 1.00725377
+0.04377962 0.45542184 1.00416756
+0.06082522 0.45089078 1.00401068
+0.08088499 0.45169088 1.00098312
+0.10398623 0.45382255 1.00063837
+0.14250313 0.45796159 0.99828160
+0.18880334 0.45849806 0.99740475
+0.23430102 0.45462543 0.99515778
+0.26450661 0.45276850 0.99480569
+0.29274529 0.45241877 0.99120772
+0.31758541 0.45242774 0.99186766
+0.34117770 0.45571801 0.98844099
+0.37005833 0.45507044 0.98908859
+0.39749336 0.44966084 0.98500723
+0.41881302 0.44915363 0.98547375
+0.44229284 0.44869825 0.98208219
+0.46686059 0.44553074 0.98084736
+0.49868506 0.45778427 0.97346008
+0.54253072 0.48533285 0.96097875
+0.58693993 0.50601840 0.95257676
+0.63476825 0.51698345 0.95153046
+0.66851598 0.52261752 0.94735736
+0.69982463 0.52485019 0.94713670
+0.74427706 0.52596056 0.94400698
+0.79717457 0.52552319 0.94164342
+0.57754511 0.62716222 0.98176455
+0.51011145 0.64485359 0.98173231
+0.57159650 0.64321131 0.97627318
+0.61772484 0.64042664 0.97377151
+0.66456151 0.63441241 0.97176301
+0.71156937 0.63058668 0.96643078
+0.78278697 0.62639308 0.95976174
+0.23084338 0.68125963 0.98796439
+-0.00131669 0.68970507 0.98226106
+0.01684864 0.68755466 0.97878712
+0.02847433 0.68882173 0.97705346
+0.04235148 0.69058758 0.97381806
+0.05794676 0.69295144 0.97242188
+0.09055211 0.68715632 0.96968961
+0.13793556 0.68665737 0.96780199
+0.17969319 0.68403876 0.96577013
+0.20414868 0.68442243 0.96361202
+0.22532712 0.68537295 0.96002907
+0.24323982 0.68255907 0.96016258
+0.26128271 0.68029445 0.95644039
+0.28318593 0.67917496 0.95545280
+0.30281311 0.67930776 0.95285481
+0.31966212 0.67321455 0.95106119
+0.33608884 0.67231452 0.94724488
+0.35499799 0.67182767 0.94493175
+0.37759954 0.67141455 0.94171566
+0.40725583 0.66747266 0.94032544
+0.44352528 0.66503268 0.93494439
+0.49041042 0.66751409 0.93513632
+0.52758688 0.66473716 0.93235135
+0.56589854 0.66890001 0.93035561
+0.61795038 0.67244977 0.93122321
+0.67725617 0.66833651 0.92505783
+0.60000199 0.75452012 0.96583205
+0.62147099 0.76044828 0.96362108
+0.68979585 0.75240582 0.95922858
+0.74341065 0.75172371 0.95670688
+0.79933238 0.74542689 0.95407104
+0.84871674 0.74326676 0.94717145
+0.93351209 0.72801936 0.93674421
+0.15031560 0.80159259 0.98231721
+-0.04046796 0.80764067 0.97517526
+-0.02495800 0.80710661 0.97149414
+-0.01310612 0.80577463 0.96932340
+0.00074451 0.80526406 0.96570933
+0.01486510 0.80412519 0.96391016
+0.04788378 0.80217147 0.96182019
+0.09894790 0.79788566 0.95946372
+0.14019488 0.79861450 0.95738178
+0.15910695 0.79412204 0.95458519
+0.17609257 0.79217184 0.95266354
+0.19214705 0.79397029 0.95055270
+0.20691369 0.78845698 0.94837981
+0.22654901 0.78890699 0.94596821
+0.24138853 0.78655881 0.94339114
+0.25513798 0.78456515 0.93999314
+0.26960465 0.78548515 0.93719798
+0.28606126 0.77937549 0.93438113
+0.30628130 0.77622962 0.93063354
+0.32933104 0.77664375 0.92987734
+0.36247048 0.77055109 0.92308402
+0.40984115 0.76960021 0.92331171
+0.44644532 0.77004027 0.92010182
+0.48967758 0.77456069 0.91804713
+0.54770404 0.77466333 0.91876805
+0.60969555 0.77097154 0.91383469
+0.61739796 0.83883387 0.95743436
+0.67747754 0.83709699 0.95245636
+0.74606651 0.83405983 0.94952416
+0.79658234 0.82915187 0.94464707
+0.85725737 0.82384634 0.94075286
+0.90447068 0.80777687 0.93657064
+1.00332522 0.78738832 0.92123216
+-0.02045796 0.87691081 0.97940344
+-0.04643573 0.87634808 0.96952170
+-0.03250595 0.87304157 0.96572942
+-0.01647919 0.87270486 0.96393055
+-0.00149955 0.87248254 0.96001673
+0.01467622 0.86953646 0.95802432
+0.05341538 0.86731505 0.95514005
+0.10784908 0.86039603 0.95244169
+0.14474359 0.85789007 0.95030785
+0.15882540 0.85732788 0.94816262
+0.17604449 0.85613281 0.94606090
+0.18831648 0.85226756 0.94391602
+0.20296812 0.85153663 0.94171482
+0.21935900 0.84944600 0.93919998
+0.23255633 0.84461683 0.93684113
+0.24629401 0.84310782 0.93433607
+0.25956044 0.84140062 0.93095422
+0.27665445 0.83617610 0.93044084
+0.29478180 0.83414394 0.92484504
+0.32344145 0.83122939 0.92373508
+0.35322902 0.82940018 0.92333096
+0.40369743 0.82871503 0.91669631
+0.43645021 0.82934958 0.91830319
+0.48303020 0.82745689 0.91559833
+0.54395115 0.82150179 0.91417474
+0.60337180 0.82208848 0.91059530
+0.61353940 0.89871955 0.95847142
+0.67356110 0.89052397 0.94981366
+0.73973173 0.88581103 0.94684213
+0.78926218 0.88027710 0.94441259
+0.84230137 0.87278676 0.93906534
+0.89348114 0.86375904 0.93393236
+0.87299341 0.86141890 0.92702472
+-0.10044429 0.89151818 0.97954774
+-0.06650164 0.88660675 0.96920848
+-0.05968984 0.88603771 0.96567070
+-0.04621090 0.88504875 0.96403384
+-0.03315986 0.88402665 0.96019012
+-0.01410591 0.87712371 0.95840657
+0.02724249 0.87429941 0.95623225
+0.08169224 0.86992955 0.95371282
+0.11823096 0.86430979 0.95142215
+0.13541095 0.86369002 0.95014966
+0.15648180 0.86226141 0.94787395
+0.17204484 0.85509455 0.94574577
+0.19202586 0.85415590 0.94337982
+0.21228488 0.84888089 0.94071954
+0.23136395 0.84719270 0.93729192
+0.25011453 0.84567034 0.93768167
+0.26719102 0.84009618 0.93103164
+0.29110301 0.83774281 0.93010026
+0.31717288 0.83168924 0.92332637
+0.35566247 0.82860935 0.92180324
+0.39419648 0.82303220 0.92037016
+0.44611189 0.81850636 0.91455013
+0.48562220 0.81560838 0.91548401
+0.53897238 0.81698489 0.91261530
+0.59354669 0.81416208 0.91337448
+0.62161791 0.82297832 0.90905362
+0.55410421 0.88656026 0.96210623
+0.61726892 0.87917185 0.95529014
+0.66801077 0.87285095 0.95058590
+0.71545410 0.86944836 0.94765484
+0.75820702 0.86803097 0.94618714
+0.81667143 0.86030775 0.94068468
+0.63352364 0.85938299 0.93702286
+-0.10015036 0.86225426 0.97957081
+-0.06921700 0.85780704 0.96979445
+-0.06032580 0.85384166 0.96854985
+-0.04659295 0.85031182 0.96488029
+-0.03205778 0.84636682 0.96120632
+-0.00884163 0.84531832 0.96213037
+0.03627132 0.83946180 0.95774126
+0.08868927 0.83221108 0.95573163
+0.12871391 0.82363838 0.95422560
+0.15122539 0.82316947 0.95244128
+0.17737550 0.81903905 0.94996208
+0.19907123 0.81502557 0.94891900
+0.22444320 0.81038117 0.94563586
+0.25259167 0.80838120 0.94493937
+0.27701616 0.80355048 0.93887895
+0.30129337 0.79794323 0.93932790
+0.32720169 0.78891456 0.93669498
+0.36095357 0.78268474 0.93121654
+0.39523643 0.77997839 0.93137586
+0.44478279 0.77291268 0.92380166
+0.49571949 0.76722002 0.92228556
+0.54453474 0.76259685 0.91802019
+0.58972538 0.75948393 0.91674846
+0.63990551 0.75790977 0.91523558
+0.69806945 0.75466311 0.91666543
+0.64103144 0.76504385 0.92045397
+0.42401055 0.84170306 0.97279739
+0.47687984 0.83445197 0.96608126
+0.52032340 0.83126849 0.96326739
+0.55701441 0.82527375 0.96009237
+0.59107590 0.82296437 0.95664829
+0.64726657 0.82719326 0.95395100
+0.45143732 0.73298645 0.94892126
+-0.06164383 0.28359357 1.00245011
+-0.02262155 0.31502572 0.99136323
+0.00007999 0.31781659 0.99118942
+0.02213002 0.32375962 0.98820895
+0.04491249 0.32562408 0.98573482
+0.07611629 0.32389927 0.98568064
+0.12202710 0.32449096 0.98304516
+0.18048309 0.32412869 0.98262823
+0.23851670 0.32546422 0.97988933
+0.29149225 0.32788551 0.97989094
+0.34638438 0.32949159 0.97656351
+0.39382896 0.33116421 0.97643089
+0.44600585 0.33445516 0.97199374
+0.50190520 0.33075297 0.97214448
+0.55072325 0.33142951 0.97093844
+0.60229284 0.33180743 0.96592313
+0.65501857 0.33180979 0.96442330
+0.71544886 0.33058205 0.95802885
+0.77527726 0.33267713 0.95656639
+0.84223312 0.33039212 0.94966429
+0.90249091 0.32974982 0.94773114
+0.95068818 0.32884845 0.94152927
+0.99180394 0.32862538 0.94154429
+1.03073478 0.33274511 0.94324809
+1.07029665 0.33620620 0.93943697
+0.91268492 0.36506218 0.94454163
+0.44126213 0.47843194 1.00846601
+0.46414438 0.47283012 1.00153470
+0.46911055 0.47895038 0.99898595
+0.47153962 0.47737274 0.99605650
+0.47369516 0.48067120 0.99272048
+0.47598878 0.48618498 0.98903072
+0.35382047 0.48489362 0.98597139
+-0.01308031 0.49534494 0.98587835
+0.02190571 0.49985391 0.98225188
+0.03923460 0.50179005 0.97857803
+0.05630051 0.50651795 0.97893596
+0.07471107 0.50276446 0.97598875
+0.09536885 0.50816405 0.97614366
+0.12961636 0.50908118 0.97283995
+0.17024066 0.51305413 0.97251147
+0.22426467 0.51451057 0.96902502
+0.27400437 0.51996964 0.96900249
+0.33160117 0.52161235 0.96427149
+0.37759405 0.52617908 0.96436232
+0.42449495 0.52151984 0.95943642
+0.48593923 0.52526283 0.95899433
+0.53392941 0.52546543 0.95288169
+0.58517790 0.52872723 0.95183223
+0.63616413 0.53158170 0.95045668
+0.69766760 0.53010434 0.94302273
+0.76976961 0.53112751 0.94119644
+0.85894972 0.52725357 0.93262410
+0.92189366 0.52860379 0.93091798
+0.98421949 0.52326626 0.92281497
+1.02805531 0.52400345 0.92160583
+1.07104814 0.53068060 0.92241842
+1.10860705 0.53831720 0.91698623
+1.01408005 0.55189186 0.92006052
+0.02835079 0.69888824 1.00493443
+0.04987109 0.70131290 0.99546617
+0.04795036 0.69749731 0.99164951
+0.04229252 0.70456254 0.98742759
+0.04487545 0.70427841 0.98335975
+0.04129119 0.71137363 0.97972685
+0.05781928 0.71720672 0.97563034
+0.00110322 0.72071391 0.97610503
+0.03870136 0.72596014 0.97203219
+0.05682038 0.72392231 0.97316176
+0.07534754 0.72992611 0.96935159
+0.09028170 0.73588604 0.96453649
+0.10993372 0.73803025 0.96536875
+0.13079692 0.74344480 0.96036756
+0.14313658 0.74926174 0.96092480
+0.19943544 0.74185026 0.95588517
+0.24526942 0.72612512 0.95798719
+0.31404591 0.71786582 0.95224214
+0.36924097 0.70970500 0.95308042
+0.41623721 0.70175242 0.94728607
+0.49008965 0.69223154 0.94727921
+0.54634857 0.68338066 0.94678897
+0.60452259 0.67361808 0.94014734
+0.65862358 0.66691834 0.93940812
+0.72077227 0.65616155 0.93166244
+0.80106139 0.63501650 0.93092805
+0.71242845 0.63064176 0.92201710
+0.73833179 0.61926913 0.92070717
+0.77994591 0.60586858 0.91858172
+0.81093889 0.59596682 0.91031164
+0.83871335 0.58865613 0.91126066
+0.85589695 0.58348233 0.90633285
+0.89987683 0.57443547 0.90572768
+0.06713848 0.68506932 1.00074673
+-0.15258072 0.68812436 0.99609333
+-0.12309764 0.67230666 0.99234813
+-0.09804622 0.66389978 0.98795670
+-0.06838281 0.65642780 0.98359305
+-0.03395902 0.64864177 0.97908509
+0.01774470 0.63178301 0.97995991
+0.08191846 0.62195498 0.97530085
+0.14293903 0.61377954 0.97063333
+0.19078392 0.60537618 0.97110766
+0.23064724 0.59825629 0.96746171
+0.27157569 0.58810472 0.96826565
+0.31257737 0.58093405 0.96980870
+0.37235871 0.58216304 0.97480679
+0.43415886 0.58163130 0.98121291
+0.48294681 0.57302397 0.97840190
+0.53713524 0.56645054 0.97930866
+0.59788197 0.55925280 0.98099583
+0.65430230 0.54810864 0.97258520
+0.69135100 0.52698570 0.96263033
+0.72142863 0.50468534 0.95242989
+0.76372164 0.49086618 0.95111042
+0.80913818 0.47891992 0.94549078
+0.84929949 0.46979859 0.94426262
+0.91387546 0.46527171 0.97580630
+0.53752643 0.31731176 0.69907999
+-0.00628906 0.20204920 0.65079600
+0.02018575 0.19438441 0.63982552
+0.01193219 0.18480594 0.62831616
+0.00636973 0.16989246 0.61843300
+-0.00942134 0.15221033 0.57634103
+0.09340388 0.25542361 0.87463105
+1.03889716 0.40044451 0.92350060
+0.09617820 0.45833352 0.98603106
+-0.19107087 0.49140871 0.99564117
+-0.14998107 0.47610557 0.99071723
+-0.13281617 0.47534311 1.03375638
+0.06247112 0.03486492 0.52280349
+0.14287451 0.38910779 1.00319624
+0.20252042 0.35298884 0.98167598
+0.27504215 0.33992276 0.97931272
+0.33503994 0.32812709 0.97584009
+0.40076727 0.31650102 0.99411577
+0.45452556 0.30698749 1.03346372
+0.52306837 0.30214664 1.06014609
+0.58130139 0.29070720 1.06255007
+0.63210613 0.27609709 1.05888808
+0.68535733 0.26757401 1.05775476
+0.74200177 0.25566161 1.04388189
+0.78727680 0.24022447 1.00913978
+0.83610457 0.22219087 0.97664136
+0.89066726 0.21106876 0.96274191
+0.95399517 0.19315144 0.96018726
+0.94179720 0.17884530 0.95605904
+0.89025837 0.16586792 0.95400989
+0.90290856 0.15812436 0.95435178
+0.90630674 0.14677426 0.95108134
+0.89560562 0.13553822 0.94807380
+0.88443816 0.12402034 0.94376045
+0.87871170 0.10467006 0.94309354
+0.56951284 0.21871319 0.94436842
+-0.24013928 0.20851384 0.93983877
+-0.19637628 0.19316891 0.93649679
+-0.17568050 0.18165430 0.93212980
+-0.15361950 0.16443297 0.92896581
+-0.12702014 0.15265220 0.92852926
+-0.10086137 0.13270278 0.96800095
+-0.05348403 0.13286351 1.00011170
+0.00015213 0.11369058 0.99388480
+0.04490333 0.09714036 0.99149430
+0.08088401 0.08277845 0.98904335
+0.11597944 0.06943043 0.98619711
+0.15114361 0.05065953 0.98531258
+0.19180264 0.03365435 0.98405963
+0.24509835 0.01937577 0.98089707
+0.29380676 0.00413977 0.97989494
+0.34717184 -0.01129117 0.97922069
+0.39613727 -0.03092857 0.97797960
+0.45821428 -0.05016059 0.97702974
+0.52282113 -0.04930204 0.97397405
+0.60174787 -0.03905423 0.97229165
+0.68324023 -0.02723712 0.97239846
+0.74988770 -0.00918348 0.97073197
+0.80962962 0.00343505 0.97139376
+0.86751604 0.01541696 0.96972543
+0.92738771 0.02890721 0.96516752
+1.00249529 0.04399182 0.96116382
+0.73399699 0.06412999 0.95646304
+-0.01878660 0.08330204 0.95658886
+-0.01233350 0.09913808 0.95435643
+-0.02935796 0.11437396 0.95086247
+-0.04259755 0.12734109 0.94885606
+-0.05678628 0.14260870 0.94763464
+-0.07523660 0.18317972 0.95374978
+-0.06435534 0.32674202 0.95172906
+-0.14368041 0.32902843 0.94805944
+-0.09600565 0.34079024 0.94761640
+-0.07095318 0.34997588 0.94601345
+-0.04763281 0.35538983 0.94254118
+-0.02315148 0.36693281 0.95420140
+0.00942646 0.38071421 1.00501037
+0.04912715 0.38228813 0.99987817
+0.08467051 0.39139825 0.99595046
+0.11977290 0.40743661 0.99430585
+0.15307660 0.41251278 0.99332738
+0.19240606 0.42805651 0.99418193
+0.23279658 0.44045129 0.99260515
+0.28148973 0.45272028 0.99112183
+0.33655858 0.46519372 0.99177790
+0.40167966 0.47611046 0.99029779
+0.46869904 0.49023917 0.98721921
+0.53162777 0.50029576 0.98674607
+0.59699261 0.51413608 0.98574513
+0.67253405 0.52235752 0.98711419
+0.70388269 0.53299081 0.98395854
+0.31888324 0.54009366 0.98552001
+0.35789773 0.55471355 0.98192966
+0.38375425 0.56589884 0.98396742
+0.39741778 0.58213657 0.97796959
+0.41103256 0.59149909 0.97466600
+0.41685626 0.61767524 0.97210705
+0.46384951 0.65090901 0.97009397
+-0.02952466 0.67010957 0.96894997
+-0.19300987 0.69044846 0.96942192
+-0.16455884 0.70552421 0.96553606
+-0.14195186 0.72608554 0.96495676
+-0.11740769 0.74069399 0.97547632
+-0.08413485 0.76574576 0.97697377
+-0.03711712 0.84664708 0.97841620
+0.01740287 0.85199481 0.97589338
+0.08145208 0.86625367 0.97652048
+0.14194483 0.88070261 0.97708988
+0.19803853 0.89328694 0.97426051
+0.25650281 0.90789729 1.00527024
+0.31220943 0.92418498 1.01106131
+0.92430896 0.89094347 1.00521004
+0.94368440 0.87594366 1.00339782
+0.95533073 0.85666299 1.00257027
+0.99445987 0.83556867 0.99813569
+0.30590945 0.81823194 0.99614406
+0.07633773 0.79559517 0.99412405
+0.13386525 0.77066511 0.99140769
+0.18664980 0.75118250 0.98998731
+0.24144673 0.72933400 0.98683095
+0.30032912 0.70768517 0.98510253
+0.37062976 0.69008893 0.98200554
+0.23573266 0.66387808 0.98175603
+-0.21945967 0.64419681 0.97648937
+-0.18950386 0.62881947 0.97630990
+-0.18277462 0.61187530 0.96798521
+-0.17100500 0.59761161 0.96363592
+-0.16008821 0.57924849 0.95920163
+-0.14622547 0.56635612 0.95456368
+-0.10553093 0.54830480 0.95236611
+-0.05315768 0.53095400 0.95122761
+-0.01158918 0.56304508 0.94400734
+0.01511787 0.62053812 0.94249940
+0.03702994 0.59648919 0.94987845
+0.06074314 0.58096838 0.94879687
+0.07959229 0.56676513 0.94591504
+0.10366339 0.54607314 0.93929136
+0.12407321 0.53127372 0.93697333
+0.13778490 0.50705945 0.93396521
+0.15252864 0.49022213 0.92447954
+0.16253558 0.47499844 0.99027938
+0.17398906 0.45596281 0.99075949
+0.18137786 0.43621090 0.98715508
+0.19665204 0.42207670 0.98371792
+0.22058877 0.40309563 0.98054600
+0.25591806 0.38775495 0.97713131
+0.30727300 0.37281561 0.97451091
+0.35984284 0.34529996 0.97040868
+0.42890951 0.32915536 0.96498781
+0.49605343 0.31080243 0.96330541
+0.61544001 0.28802481 0.95854414
+0.68354505 0.26835558 0.95614165
+0.75471163 0.24791333 0.95210743
+0.81449187 0.22010030 0.95023113
+0.86498767 0.19507214 0.94551897
+0.92340803 0.17528364 0.94348133
+1.00868559 0.15255688 0.94218022
+0.31254631 0.15162691 0.93792480
+0.07369543 0.07547851 0.93374532
+0.13155775 0.06434550 0.92587739
+0.17959049 0.08147413 0.91903496
+0.22716302 0.08441799 0.91704804
+0.27759454 0.09005412 0.91135949
+0.34682861 0.09939022 0.90677899
+0.19140637 0.10445001 0.90490228
+-0.07303052 0.23065044 0.89870942
+-0.01387675 0.34930599 0.90031624
+0.02960560 0.34774461 0.90096807
+0.06469888 0.35099989 0.89408273
+0.09571074 0.35340118 0.88805884
+0.12863910 0.35682586 0.88196123
+0.17591073 0.35705006 0.87639397
+0.22528085 0.36339572 0.86953682
+0.26515663 0.37179494 0.92680663
+0.28965044 0.37231046 0.97251374
+0.31951532 0.37977681 0.96357846
+0.35154271 0.38725802 0.95873070
+0.37823406 0.39342475 0.95255643
+0.42589164 0.39594010 0.94650137
+0.46272647 0.40304366 0.94251955
+0.50458121 0.40923640 0.93790680
+0.53846079 0.41555366 0.93032241
+0.58458823 0.42245179 0.92515820
+0.62285906 0.42726710 0.92097783
+0.67068434 0.42688081 0.91619337
+0.71559316 0.43275592 0.91216886
+0.75873178 0.43369237 0.90690202
+0.78849268 0.43638059 0.90318584
+0.82600492 0.44254917 0.89797801
+0.86773634 0.44653150 0.89594293
+0.91822457 0.45088601 0.89167386
+0.89309037 0.45317516 0.88590246
+0.90550327 0.45040059 0.88450891
+0.98461747 0.45817441 0.88034165
+1.04295862 0.46659371 0.87448037
+1.08782482 0.47556001 0.87122828
+1.13364518 0.48851234 0.86402577
+1.18524575 0.50099576 0.86183053
+0.78151536 0.50823510 0.85502642
+-0.19725887 0.63229746 0.84897166
+-0.14541049 0.65758115 0.85001010
+-0.11752823 0.65516382 0.84405804
+-0.08822589 0.65662581 0.83513016
+-0.05238441 0.65876585 0.83087093
+-0.00625123 0.66334170 0.82425570
+0.04160732 0.65998513 0.81184447
+-0.02299163 0.70840347 0.85067129
+0.01679576 0.72883558 0.96513128
+0.03612907 0.73575670 0.95022631
+0.05302789 0.74170804 0.94322687
+0.07332899 0.74560332 0.93577462
+0.10739084 0.75285161 0.92776674
+0.15486977 0.75609082 0.92106164
+0.20401126 0.76263410 0.91720349
+0.24972574 0.76589900 0.90932053
+0.29035071 0.77191532 0.90565109
+0.32988957 0.77520537 0.89604086
+0.36830112 0.78367871 0.88843399
+0.39622292 0.78622019 0.88510400
+0.43311933 0.79242390 0.87664658
+0.47006288 0.79644185 0.87477356
+0.49735701 0.80457824 0.87158161
+0.52888805 0.80921865 0.86273283
+0.56412786 0.81208652 0.85941297
+0.60214108 0.81877220 0.84993607
+0.65796804 0.82113940 0.84814358
+0.70635158 0.82664055 0.84549171
+0.74457961 0.83265793 0.83526111
+0.77341950 0.83963144 0.83340722
+0.79945940 0.85118353 0.82972246
+0.82619071 0.85873204 0.81894326
+0.86811841 0.86339533 0.81504351
+0.54256034 0.88751245 0.81045133
+0.28833437 0.92501861 0.80074972
+0.35369802 0.92299414 0.79604059
+0.40493694 0.92672127 0.78860390
+0.45943445 0.92955917 0.77476633
+0.51182234 0.92978644 0.77006221
+0.58802634 0.92518568 0.76411402
+0.34296924 0.95171106 0.76424301
+-0.08445174 1.02538240 0.95674103
+-0.05409630 1.02795219 0.93582517
+-0.03980972 1.03456652 0.92694253
+-0.02335109 1.04012930 0.91778839
+-0.00534281 1.04690599 0.90818048
+0.02299787 1.05282593 0.89882630
+0.06706595 1.05518341 0.89666480
+0.11691114 1.05729234 0.88528323
+0.15021569 1.06189978 0.88269824
+0.17180148 1.06780887 0.87186259
+0.19336940 1.07026100 0.86948782
+0.20913059 1.07680857 0.85865074
+0.22533619 1.08330119 0.85697371
+0.24750173 1.09303761 0.84523386
+0.26102114 1.09905350 0.84328765
+0.27436271 1.10601580 0.83122742
+0.28769162 1.11254621 0.82921082
+0.30433139 1.11510527 0.82625520
+0.32038707 1.12244046 0.81479609
+0.34329104 1.12924266 0.81299186
+0.36841181 1.13618159 0.80978447
+0.40385112 1.14375949 0.79715937
+0.43661499 1.15064645 0.79472595
+0.47073618 1.15255570 0.79249263
+0.52398819 1.15909636 0.77744013
+0.57407355 1.15845478 0.77323645
+0.63667023 1.16162837 0.76585984
+0.71148443 1.16293287 0.75064468
+0.79261476 1.16665244 0.74232185
+0.85503042 1.16290462 0.73701364
+0.91455084 1.15177405 0.72007221
+0.96178830 1.13854504 0.71510506
+1.06093884 1.11403501 0.69890690
+-0.03098559 1.17210710 0.94247055
+-0.02781655 1.16227448 0.92027611
+-0.00542492 1.15284395 0.91156030
+0.01518443 1.14346421 0.90275651
+0.04350271 1.13420320 0.89395928
+0.07205423 1.12971258 0.88447475
+0.12374315 1.11654866 0.88318455
+0.04047163 1.11588502 0.87350357
+0.06117799 1.10452640 0.87256944
+0.07708189 1.10016179 0.86176813
+0.08907462 1.09195244 0.86122137
+0.10211643 1.08445859 0.85120052
+0.11402658 1.07601333 0.85061568
+0.13389823 1.07172918 0.83903039
+0.15290383 1.06286514 0.83802229
+0.17406124 1.05439281 0.83697456
+0.18872155 1.04955673 0.82596093
+0.20608854 1.04120505 0.82499635
+0.22497003 1.03290915 0.81473947
+0.25280342 1.02884829 0.81305146
+0.28730279 1.01948500 0.81217235
+0.33569539 1.01517797 0.80079484
+0.37833601 1.00611365 0.80001718
+0.42147210 1.00095212 0.79885560
+0.48070598 0.99127734 0.78603345
+0.53892142 0.97801936 0.78320384
+0.62557697 0.96730429 0.77773052
+0.69468081 0.95395344 0.77351826
+0.75900704 0.94752866 0.75840342
+0.80897617 0.93683887 0.75256854
+0.86056709 0.93028098 0.74680150
+0.91853076 0.91742015 0.73137021
+0.84343058 0.78578937 0.71105027
+0.50036377 0.90770948 0.93023139
+0.34655759 0.90493631 0.92160952
+0.38045576 0.90075117 0.91317683
+0.40777874 0.89216077 0.90511298
+0.43786293 0.88822633 0.89692467
+0.46197438 0.87951738 0.88820994
+0.50931376 0.87157601 0.88651878
+0.13956408 0.90928888 0.88229156
+0.00359359 0.90648919 0.88041854
+0.02436912 0.89990830 0.87124246
+0.03729483 0.89574170 0.86984617
+0.05169884 0.88609558 0.86091399
+0.06540386 0.88155693 0.85922450
+0.08936558 0.87669724 0.84905928
+0.12225192 0.86527383 0.84743565
+0.15217353 0.85975701 0.84531271
+0.17236862 0.85538489 0.83624029
+0.19325803 0.84917116 0.83398765
+0.21549648 0.84049273 0.83339459
+0.24619900 0.83605582 0.82373548
+0.28781831 0.83101916 0.82213962
+0.33266240 0.82635939 0.82065970
+0.38012549 0.81497371 0.81082124
+0.42494825 0.80930126 0.80946767
+0.48089021 0.80306554 0.80594510
+0.53845197 0.79510957 0.80364776
+0.60470313 0.78496295 0.78980321
+0.67021400 0.77577293 0.78545737
+0.72947568 0.76571262 0.77991575
+0.77880037 0.75438988 0.76682514
+0.82196516 0.73972285 0.75960517
+0.86132115 0.71817583 0.75254405
+0.88614237 0.70557415 0.72462964
+0.72724730 0.07959048 1.00444841
+0.64428866 -0.06829479 1.01825571
+0.69384694 -0.05732209 1.01751029
+0.72607833 -0.05373059 1.01695597
+0.75775808 -0.05235395 1.01733470
+0.78493702 -0.04933255 1.01665425
+0.83238637 -0.05024853 1.01597190
+0.27141389 0.02386480 1.02320886
+0.01921982 0.03778895 1.02276087
+0.05110508 0.03835097 1.02257335
+0.07395360 0.03792603 1.02238297
+0.09502586 0.03957089 1.02221215
+0.11663003 0.03894254 1.02209270
+0.15034713 0.03908122 1.02121365
+0.19839509 0.03858989 1.02019918
+0.24008514 0.03591474 1.01935184
+0.26915318 0.03420538 1.01902521
+0.29441422 0.03560226 1.01934385
+0.32129386 0.03674440 1.01923394
+0.35248592 0.03823970 1.01947463
+0.39833573 0.03637067 1.01937175
+0.44308668 0.03697676 1.01973307
+0.48667702 0.03566820 1.01940560
+0.53148502 0.03599482 1.01963985
+0.57509494 0.03567634 1.01942205
+0.62370384 0.03369315 1.01883268
+0.67100775 0.02710570 1.01721156
+0.72549945 0.02083632 1.01667964
+0.77024549 0.01940891 1.01603878
+0.80248600 0.01884462 1.01631951
+0.84548771 0.01718043 1.01598752
+0.89085913 0.01321332 1.01609147
+0.94986361 0.01068085 1.01565719
+0.84813845 0.02486036 1.01586974
+0.84637207 0.02070913 1.01537037
+0.89650691 0.02055253 1.01559365
+0.93024492 0.02305626 1.01505053
+0.95894152 0.02485766 1.01557171
+0.97917175 0.02732074 1.01611924
+1.03209686 0.02596625 1.01440680
+0.21443725 0.12049732 1.02472866
+-0.02583098 0.13254479 1.02397525
+-0.00116329 0.12683265 1.02373123
+0.01582044 0.12862384 1.02344871
+0.03302567 0.12409609 1.02322209
+0.04951738 0.12559050 1.02304065
+0.08442833 0.12243207 1.02191842
+0.13301869 0.11802750 1.02045751
+0.17398408 0.11783522 1.01924419
+0.19782917 0.11652001 1.01900077
+0.21830155 0.11738728 1.01932132
+0.23990650 0.11263821 1.01910257
+0.27555570 0.11138058 1.01950693
+0.31568542 0.11239039 1.01918995
+0.35937491 0.11112264 1.01960015
+0.40651831 0.11214598 1.01935399
+0.45424667 0.10581884 1.01961839
+0.50238502 0.10551447 1.01926088
+0.55488610 0.10164956 1.01873600
+0.59634620 0.09710415 1.01666546
+0.65680552 0.09370288 1.01609051
+0.70364362 0.09031540 1.01562405
+0.74012446 0.08775695 1.01597536
+0.79249358 0.08579862 1.01552582
+0.84569669 0.07733470 1.01583672
+0.91425908 0.07250944 1.01513600
+0.90959013 0.08937631 1.01509511
+0.95700002 0.08692443 1.01413250
+1.00752807 0.08522472 1.01465607
+1.04200363 0.08742843 1.01397610
+1.06890106 0.08828081 1.01468515
+1.08875954 0.08982376 1.01528871
+1.14278603 0.08604337 1.01343274
+0.03090718 0.19300796 1.02665997
+-0.05180413 0.19003506 1.02471662
+-0.03292589 0.18942337 1.02448905
+-0.01750896 0.18430431 1.02418733
+-0.00104660 0.18423168 1.02386117
+0.01588460 0.17982407 1.02350318
+0.05419623 0.17984702 1.02213156
+0.10987278 0.17671281 1.02037251
+0.14735499 0.17502569 1.01896691
+0.16896807 0.16927919 1.01858723
+0.19081277 0.16857724 1.01889694
+0.20838837 0.16807312 1.01859343
+0.24030975 0.16693552 1.01897180
+0.28781816 0.16626522 1.01862216
+0.32851872 0.16125511 1.01899099
+0.38462451 0.15991080 1.01875520
+0.42360973 0.16031094 1.01917779
+0.48244822 0.15813293 1.01879394
+0.52635413 0.15524562 1.01826799
+0.56614393 0.15047501 1.01623678
+0.63045955 0.14592268 1.01595783
+0.67801535 0.13847995 1.01586235
+0.72649914 0.13357823 1.01660502
+0.77378041 0.13001540 1.01632190
+0.83045840 0.12636921 1.01699936
+0.89813685 0.12233678 1.01643932
+0.91511369 0.13981044 1.01681936
+0.97561914 0.13522251 1.01740491
+1.02816904 0.13274370 1.01675224
+1.05949378 0.13261607 1.01771975
+1.08380735 0.12976864 1.01737440
+1.10092402 0.13056052 1.01825631
+1.06895864 0.13005142 1.01678932
+-0.11676621 0.24151629 1.03088546
+-0.07634684 0.23164901 1.02873683
+-0.06057717 0.22601171 1.02865326
+-0.04691097 0.22576848 1.02842760
+-0.02620923 0.22003438 1.02818656
+-0.00766758 0.21705742 1.02785563
+0.03418846 0.21550360 1.02647030
+0.09072692 0.20835955 1.02478456
+0.12885736 0.20712645 1.02358174
+0.14992753 0.20347977 1.02343512
+0.17132175 0.20133460 1.02391052
+0.19206394 0.20014182 1.02367330
+0.22640745 0.19260022 1.02425015
+0.26579612 0.19162616 1.02406657
+0.30861834 0.19004957 1.02445543
+0.36662313 0.18632908 1.02416611
+0.41444588 0.18510723 1.02453959
+0.47688702 0.18264703 1.02409506
+0.52406216 0.17211375 1.02327168
+0.57383490 0.16790764 1.02106941
+0.63735628 0.16367596 1.02042627
+0.68580902 0.15858702 1.01987100
+0.72910762 0.15634187 1.02016771
+0.78528553 0.14985232 1.01935482
+0.84553868 0.14645635 1.01965189
+0.89089304 0.14289679 1.01909983
+0.84023988 0.16226566 1.01906824
+0.90175486 0.15580450 1.01912653
+0.94727272 0.14660175 1.01823747
+0.97473174 0.14714617 1.01889861
+0.99914390 0.14517389 1.01888371
+1.01951301 0.14472303 1.01949513
+0.79701585 0.15344214 1.01834583
+-0.11704709 0.22967967 1.03165221
+-0.07747901 0.22058180 1.02949905
+-0.05662026 0.21387418 1.02950227
+-0.03714836 0.21270175 1.02930140
+-0.01406329 0.20898047 1.02899063
+0.01546316 0.20488773 1.02866042
+0.06488177 0.20041804 1.02808225
+0.11868537 0.19696881 1.02597976
+0.15869786 0.19532499 1.02496338
+0.18595178 0.18728592 1.02531171
+0.21225795 0.18410239 1.02529514
+0.23750018 0.18335925 1.02521336
+0.26635921 0.17996182 1.02554476
+0.30945492 0.17548716 1.02535117
+0.35443500 0.17444806 1.02604365
+0.41219643 0.16751111 1.02597642
+0.46618760 0.16398908 1.02640259
+0.52540404 0.15860836 1.02613950
+0.57858938 0.15557392 1.02492237
+0.63914078 0.14837281 1.02216125
+0.69515538 0.14255008 1.02170157
+0.74453902 0.13806279 1.02122915
+0.78976077 0.13190366 1.02154088
+0.83967382 0.12637395 1.02203417
+0.90174937 0.12071003 1.02131820
+0.86272907 0.12099874 1.02164400
+0.67713547 0.14105016 1.02108681
+0.72781253 0.13404632 1.02123272
+0.76283181 0.12866069 1.02052474
+0.79036951 0.12674600 1.02143991
+0.80826771 0.12430592 1.02126956
+0.83587408 0.12154222 1.02175474
+0.55450082 0.12848945 1.02226222
+-0.09985256 0.18764693 1.03208578
+-0.05504690 0.17736782 1.03016448
+-0.02588036 0.17436597 1.03012669
+0.00605082 0.16887200 1.02988482
+0.03878093 0.16526975 1.02956092
+0.07905662 0.16532156 1.02903104
+0.13318557 0.17467956 1.02775598
+0.19138376 0.18677147 1.02495062
+0.23704694 0.19238326 1.02334809
+0.27066597 0.18944146 1.02365303
+0.30564904 0.18620443 1.02335596
+0.33905831 0.18125083 1.02336144
+0.37163690 0.17566049 1.02362716
+0.41175294 0.17251915 1.02344549
+0.45895684 0.16885199 1.02404726
+0.50776577 0.16410063 1.02391624
+0.55798364 0.15799169 1.02442694
+0.61628097 0.15389533 1.02405334
+0.67215407 0.14793937 1.02284312
+0.73796600 0.13965718 1.01958156
+0.79144990 0.12999934 1.01896381
+0.83156186 0.12589517 1.01925397
+0.86882448 0.12163326 1.01918805
+0.90882337 0.11455789 1.01939511
+0.95911157 0.10902691 1.01657057
+0.80600762 0.11078082 1.01734090
+0.40946969 0.14282246 1.01910484
+0.45290545 0.13245058 1.01972318
+0.47722316 0.12571059 1.01924098
+0.49699724 0.11830318 1.01998484
+0.51433688 0.11592793 1.02039206
+0.53757310 0.10886890 1.02040935
+0.38035560 0.11355648 1.02025104
+-0.03189727 0.15164027 1.02710736
+0.01429221 0.13922100 1.02551031
+0.04718399 0.13327260 1.02556336
+0.08567072 0.12789790 1.02566254
+0.12723675 0.12093261 1.02564538
+0.17377752 0.11497408 1.02563179
+0.23141356 0.10962817 1.02552748
+0.28594267 0.10275461 1.02604365
+0.33447802 0.09859244 1.02597988
+0.37756240 0.08971269 1.02618265
+0.42170084 0.08594757 1.02688813
+0.45857871 0.08075429 1.02710152
+0.50145972 0.07389747 1.02786458
+0.55032432 0.06823570 1.02797651
+0.59110653 0.06191862 1.02864146
+0.64262688 0.05849122 1.02913880
+0.69197583 0.05185713 1.02960324
+0.75226080 0.04743721 1.02973187
+0.81485420 0.03528356 1.02832389
+0.89063144 0.02578549 1.02523673
+0.94740009 0.01698552 1.02438068
+0.98713678 0.01027853 1.02208269
+1.01769865 0.00648062 1.02286792
+1.04521704 -0.00050101 1.02109182
+1.08064353 -0.00712371 1.02131355
+0.92350239 -0.00721411 1.01981020
+0.06090294 0.05590280 1.02758551
+0.09942672 0.04055892 1.02821720
+0.11091132 0.02682345 1.02876413
+0.11712566 0.02366108 1.02908158
+0.13247846 0.01223696 1.02985895
+0.14385124 -0.00031574 1.03033173
+0.14544713 -0.00452937 1.02895892
+0.00253779 0.00029087 1.03069937
+0.05841035 -0.01569621 1.02946806
+0.10698391 -0.02300288 1.03008926
+0.15253940 -0.02668312 1.03059506
+0.20867935 -0.03893301 1.03132033
+0.26497021 -0.04522937 1.03202879
+0.32390782 -0.05209058 1.03260219
+0.38023242 -0.05912727 1.03365016
+0.44213325 -0.06567653 1.03454542
+0.48705673 -0.07246149 1.03562427
+0.55203432 -0.07894872 1.03664482
+0.61139113 -0.08898829 1.03786659
+0.65350300 -0.09191494 1.03900480
+0.72422314 -0.09843232 1.03958714
+0.77580118 -0.10485412 1.04042625
+0.82719260 -0.11100208 1.04136181
+0.87062955 -0.10620026 1.04120064
+0.93105668 -0.09755884 1.04097450
+0.99305975 -0.09195678 1.03922164
+1.01732028 -0.08366346 1.03339636
+1.05061543 -0.08141372 1.03170633
+1.06292522 -0.07107019 1.02950990
+1.06609058 -0.06458124 1.03046870
+1.06010520 -0.05468464 1.02834177
+1.05636656 -0.04474829 1.02887583
+1.07664037 -0.03872678 1.02621353
+-0.08612546 0.07999007 1.03715360
+-0.21267168 0.08161584 1.03742123
+-0.19057715 0.08679499 1.03750277
+-0.17133617 0.08706258 1.03743327
+-0.14871855 0.08939629 1.03764749
+-0.12726651 0.09577736 1.03755760
+-0.08646178 0.09732772 1.03611720
+-0.02613090 0.10340499 1.03544939
+0.03503183 0.11465874 1.03927135
+0.08779210 0.12144579 1.04260373
+0.14031234 0.13071544 1.04382217
+0.19171780 0.13906923 1.04475558
+0.24795854 0.14441952 1.04499173
+0.31174526 0.14859724 1.04244590
+0.35739070 0.14913364 1.03579700
+0.40478417 0.15702300 1.03146350
+0.45923379 0.15939233 1.03109586
+0.51573038 0.16735984 1.03096378
+0.57199645 0.17531826 1.03021502
+0.64695245 0.20727038 1.05951190
+0.35933197 0.00654410 0.87245595
+0.18485041 -0.03666225 0.85834175
+0.19518092 -0.03309686 0.86061126
+0.18805377 -0.03330868 0.84831303
+0.18799944 -0.03459826 0.83800393
+0.17167160 -0.05161917 0.79959244
+0.45546564 0.13823058 1.02467024
+0.93299454 0.27117479 1.02638614
+0.95641667 0.26253632 1.01927757
+0.99844164 0.26893690 1.01692855
+1.03578031 0.28046662 1.01531076
+1.10857904 0.29589960 1.06010103
+-0.05961898 0.22526285 0.65179354
+0.19857734 0.46731886 1.04437304
+-0.17883708 0.50360149 1.02592981
+-0.12009525 0.50320858 1.02386427
+-0.09095422 0.51069289 1.02289224
+-0.06856468 0.52148300 1.04299283
+-0.04387639 0.54739165 1.08463848
+-0.02027773 0.56711179 1.10961556
+0.01426817 0.57981265 1.11101687
+0.03532651 0.58252853 1.11030149
+0.06565960 0.59455210 1.10978353
+0.09000149 0.59817415 1.09470582
+0.11935335 0.59755260 1.05816805
+0.14782695 0.59474224 1.02636254
+0.16995126 0.59625429 1.01548886
+0.22012833 0.60689116 1.01501679
+0.27574283 0.60890239 1.01345515
+0.33019015 0.62096453 1.01265204
+0.38289887 0.63172990 1.01241136
+0.44504187 0.63769430 1.01032639
+0.52196932 0.64466280 1.00887740
+0.63415623 0.64892966 1.00841188
+0.72404724 0.64900404 1.00416791
+0.77980459 0.66023356 1.00034976
+0.82838774 0.67093349 0.99732900
+0.86195129 0.68174136 0.99297494
+0.89900112 0.68700850 0.98626834
+0.96318424 0.70113266 1.01168478
+0.31685376 0.81157243 1.02305663
+-0.29250997 0.81930375 1.01948321
+-0.26283532 0.82963163 1.01708961
+-0.25056723 0.84496427 1.01504052
+-0.23226576 0.86028230 1.01206791
+-0.21027467 0.87068558 1.01031768
+-0.17502056 0.88133878 1.01582778
+-0.11726572 0.92384458 1.01817191
+-0.04856327 0.93437326 1.01660430
+0.00264279 0.94529110 1.01484632
+0.04169951 0.95801520 1.01339281
+0.08324555 0.96976054 1.01104486
+0.12503101 0.97735560 1.00837767
+0.16854645 0.98795515 1.00578451
+0.22006460 1.00050724 1.00202692
+0.26664659 1.01280248 0.99993396
+0.31234080 1.02665746 0.99759185
+0.35395092 1.04095876 0.99551255
+0.41209754 1.04984760 0.99509001
+0.46821994 1.06131685 0.99262381
+0.54768068 1.07505238 0.98977202
+0.61673367 1.08852768 0.98837584
+0.68503511 1.10156524 0.98570663
+0.74829686 1.11444986 0.98212200
+0.80426532 1.12689650 0.98022079
+0.86018795 1.13265800 0.97647107
+0.93185478 1.13471043 0.97095203
+0.42281267 1.12516344 0.96807104
+0.08391885 1.11171627 0.96408755
+0.10355103 1.09987319 0.95849639
+0.10913236 1.08468246 0.95451367
+0.11234271 1.06798077 0.94747663
+0.11466264 1.05463684 0.96751773
+0.12954468 1.07916594 1.02042592
+0.03224206 1.14388680 1.01222575
+-0.16926661 1.13124394 1.00860775
+-0.12500951 1.12193656 1.00428700
+-0.09835949 1.11160028 1.00033021
+-0.06951772 1.09892964 0.99655688
+-0.03372275 1.08549726 0.99804139
+0.02362382 1.07152724 1.00158036
+0.08924479 1.05679083 0.99810004
+0.15552166 1.04483628 0.99659485
+0.22202142 1.03106284 0.99269068
+0.28564927 1.01676035 0.99144816
+0.35085997 1.00673246 0.98938447
+0.41077742 0.99275112 0.98345941
+0.47020259 0.97917438 0.97922981
+0.54081678 0.96785921 0.97325712
+0.61571985 0.95284688 0.97246534
+0.67433900 0.94121873 0.96997869
+0.73206723 0.92518437 0.96433884
+0.80192208 0.90900493 0.96281040
+0.87826389 0.89572990 0.96081853
+0.86910576 0.88309550 0.95442367
+0.80749041 0.86769754 0.95248789
+0.83454120 0.85469002 0.95033509
+0.84248430 0.83736265 0.94117934
+0.84709764 0.82634413 0.93722188
+0.84216797 0.81336558 0.93345463
+0.83178014 0.84980232 0.92377526
+0.71336246 0.87163138 0.91832763
+-0.24199221 0.85391903 0.91517091
+-0.18123876 0.84051669 0.90193164
+-0.13995682 0.82536393 0.89785028
+-0.09970313 0.81501174 0.88393396
+-0.05940950 0.79872245 1.01038623
+-0.01538199 0.79522252 1.00215793
+0.04685684 0.79919302 0.99751079
+0.11548864 0.78501922 0.99220324
+0.18436764 0.77489257 0.98761940
+0.23952341 0.76031041 0.98164523
+0.29325849 0.74638027 0.98013783
+0.35070214 0.73286724 0.98206651
+0.40706211 0.71762228 0.98117757
+0.47024029 0.70475680 0.97554195
+0.53674936 0.69006002 0.97351861
+0.60067338 0.67636347 0.96789294
+0.65961313 0.65981704 0.96578723
+0.72448045 0.64570218 0.95803726
+0.78937101 0.63040280 0.95394701
+0.84053200 0.61715597 0.95069987
+0.14533888 0.58975011 0.93298626
+0.19709210 0.60085529 0.93264210
+0.25066024 0.61435956 0.93096370
+0.33451629 0.62613875 0.92412961
+0.00414813 0.64168441 0.92444581
+-0.13789436 0.65299195 0.92274392
+-0.08891251 0.76630592 0.92089957
+-0.04755762 0.78210104 0.91270602
+-0.01576627 0.78408670 0.91090465
+0.01083831 0.79375339 0.90736914
+0.04325150 0.79988825 0.89841127
+0.08420424 0.80546403 0.89579445
+0.12503864 0.81352109 0.89081073
+0.16207890 0.82622641 0.88187867
+0.18340199 0.83740491 0.87813449
+0.21190478 0.84331191 1.01257288
+0.22699659 0.85406065 0.99681556
+0.24937968 0.86152738 0.99358612
+0.29372674 0.87232387 0.98872900
+0.32374457 0.87906998 0.98513448
+0.36873239 0.88528150 0.98000216
+0.40935457 0.88762081 0.97974038
+0.45578215 0.89760643 0.98672962
+0.50181037 0.90554595 0.98679191
+0.53844398 0.91330761 0.98246652
+0.58788449 0.92431545 0.98295939
+0.63102919 0.93205738 0.97830993
+0.66471988 0.94267493 0.97817653
+0.70371234 0.94999367 0.97222644
+0.75172305 0.95560575 0.96922535
+0.80513990 0.96676052 0.96769249
+0.86556935 0.97450989 0.96354854
+0.96752661 0.98213500 0.96265084
+1.04107857 0.99092263 0.96264064
+1.08664715 1.00120294 0.95954221
+1.11026096 1.01021743 0.95738459
+1.12226379 1.02335286 0.95743483
+1.13302052 1.03353977 0.95306838
+1.16037095 1.04221225 0.95179260
+-0.16482119 1.04903746 0.95007527
+-0.13458648 1.08461869 0.94902986
+-0.09772353 1.09135127 0.94374835
+-0.06236739 1.09824955 0.94164532
+-0.01899593 1.10530889 0.93981504
+0.02521681 1.11221862 0.93390179
+0.09807152 1.12122893 0.92977017
+-0.08066695 1.16046357 0.92729372
+-0.15619551 0.22400564 0.92013472
+-0.13151914 -0.23537320 0.99216670
+-0.11278787 -0.22782262 1.02454901
+-0.09191918 -0.23764077 1.02177346
+-0.06807451 -0.24761663 1.02067578
+-0.03313855 -0.25751007 1.02023542
+0.01400679 -0.27298710 1.01920915
+0.07638960 -0.27779308 1.01825452
+0.14954402 -0.27497831 1.02859378
+0.20996971 -0.26932764 1.03562212
+0.27152193 -0.26167026 1.03566957
+0.32720292 -0.25410837 1.03608572
+0.37966454 -0.24641195 1.03647399
+0.44521475 -0.23909618 1.03680146
+0.49522611 -0.23192215 1.03593755
+0.54732609 -0.22519948 1.03300881
+0.60352439 -0.21872997 1.03032589
+0.66407937 -0.21166524 1.02975774
+0.72015607 -0.20477419 1.03018665
+0.78436029 -0.19806662 1.02968705
+0.84356564 -0.19199358 1.02917600
+0.89592928 -0.18758352 1.02865303
+0.93498468 -0.18086943 1.02804863
+0.97235239 -0.17488863 1.02760732
+1.00819671 -0.16913857 1.02698100
+1.05353725 -0.16416939 1.02649903
+0.85835189 -0.16350536 1.02572966
+0.83714801 -0.16346535 1.02513111
+0.88624018 -0.16322328 1.02419782
+0.92861986 -0.15850922 1.02361572
+0.96426290 -0.15363330 1.02270579
+0.99917233 -0.14973477 1.02216208
+1.04644263 -0.14573272 1.02122056
+0.39859012 -0.14413849 1.02078342
+-0.27384257 -0.12327977 1.01973641
+-0.24504700 -0.11953216 1.01921964
+-0.23490287 -0.11529414 1.01809061
+-0.22024550 -0.11169622 1.01759350
+-0.20153271 -0.10546058 1.01615369
+-0.17157456 -0.09985412 1.01586151
+-0.09361463 -0.09870210 1.01437962
+-0.02384396 -0.02571281 1.02230728
+0.05803402 -0.00768553 1.03904855
+0.13095030 -0.00463242 1.03877473
+0.19205271 -0.00035081 1.03923011
+0.24334815 0.00433389 1.03961420
+0.29353312 0.00800760 1.04006195
+0.35141492 0.01141453 1.03973281
+0.39765716 0.01516974 1.03630555
+0.44660383 0.01768318 1.03162193
+0.48734266 0.02370602 1.02944398
+0.52625543 0.02475461 1.02827287
+0.56510746 0.02984564 1.02831089
+0.59881270 0.03344940 1.02708638
+0.64816397 0.03960567 1.02706790
+0.68333888 0.04565394 1.02563155
+0.71843702 0.04894745 1.02559137
+0.75695080 0.05167750 1.02367640
+0.79627597 0.05180396 1.02243304
+0.83661127 0.05301816 1.02252865
+0.90217066 0.05526022 1.02096951
+0.95078814 0.05451507 1.02087271
+0.97916585 0.05682290 1.01910949
+0.99714625 0.05754413 1.01943815
+1.01953268 0.06059864 1.01942778
+1.03962266 0.05760381 1.01784551
+1.07869065 0.05400451 1.01792300
+0.54419893 0.06193160 1.01598525
+0.31384042 0.06896736 1.01583409
+0.37501979 0.07118624 1.01349068
+0.42163876 0.07451032 1.01347220
+0.45947555 0.07942003 1.01112413
+0.50194162 0.08716167 1.01173294
+0.56488574 0.08908036 1.00965893
+0.21321566 0.13562478 1.01352286
+-0.11317694 0.24060290 1.04177988
+-0.06274746 0.23867230 1.04122496
+-0.02581286 0.23929344 1.04176164
+0.00553464 0.24392466 1.04238856
+0.03594419 0.24990696 1.04278719
+0.07209416 0.24927674 1.04279053
+0.12320373 0.25154719 1.03912342
+0.17139947 0.25138929 1.03218853
+0.21069171 0.24904545 1.02668822
+0.23830359 0.25575247 1.02486086
+0.26706210 0.25917262 1.02528417
+0.29032338 0.26272109 1.02331042
+0.32602361 0.26537168 1.02370381
+0.37126783 0.26317006 1.02146733
+0.41178247 0.26676667 1.02177203
+0.45484120 0.26935676 1.01958060
+0.50062084 0.27161142 1.01997840
+0.54478502 0.27596036 1.01780462
+0.59176266 0.27655202 1.01820767
+0.63783920 0.27710685 1.01602793
+0.69133818 0.27489582 1.01647258
+0.72966588 0.26759934 1.01424682
+0.76282287 0.26795924 1.01473439
+0.81102860 0.26604214 1.01217782
+0.86027652 0.26410577 1.01257706
+0.89991593 0.26291388 1.00976014
+0.86209404 0.26153159 1.00992680
+0.93992198 0.26029262 1.00646615
+1.00699258 0.26116136 1.00707543
+1.05352175 0.25783291 1.00398171
+1.09531403 0.26516968 1.00520658
+1.12926400 0.27250338 1.00613916
+1.16153252 0.27692819 1.00269091
+-0.18511139 0.48159504 1.04254699
+-0.14606413 0.48028779 1.04199243
+-0.13675626 0.47644353 1.04270864
+-0.11669597 0.47235158 1.04221630
+-0.09005526 0.47666559 1.04170501
+-0.06164779 0.48109880 1.04246962
+-0.00537423 0.47586796 1.03425169
+0.00098890 0.47689795 1.02899420
+0.03499908 0.48011389 1.02189481
+0.05478805 0.48404115 1.01971531
+0.07389438 0.48811838 1.01988959
+0.08759866 0.48477498 1.01708043
+0.11846179 0.48566720 1.01753211
+0.15194780 0.48969212 1.01474845
+0.19490243 0.49347281 1.01154315
+0.24421453 0.49738353 1.01148796
+0.29131991 0.49805340 1.00886309
+0.33721542 0.50166863 1.00877380
+0.38405585 0.49784508 1.00542271
+0.41866389 0.49751192 1.00595355
+0.47042614 0.49883440 1.00252151
+0.51147717 0.50079697 1.00200748
+0.54617494 0.50026023 1.00236762
+0.58857203 0.50127041 0.99840826
+0.63635486 0.50204378 0.99785626
+0.68316233 0.50028574 0.99452376
+0.76558763 0.49916178 0.99366862
+0.82488000 0.50113338 0.98915851
+0.87506711 0.49391407 0.98878878
+0.90887856 0.49955764 0.98448807
+0.93451875 0.50445282 0.98599577
+0.96113974 0.51389486 0.98533416
+1.00888658 0.51474816 0.98094136
+0.30919829 0.64579982 1.01801062
+0.12497279 0.66048610 1.01830113
+0.17247957 0.65797174 1.01630569
+0.20581879 0.65891147 1.01637459
+0.24243239 0.66353142 1.01513219
+0.28585106 0.65941107 1.01190329
+0.34992135 0.66183525 1.00312436
+0.06291261 0.66633981 1.01871669
+-0.03074555 0.67114836 1.01182866
+-0.00982808 0.66718960 1.01080287
+0.00450280 0.66762167 1.00814593
+0.01962601 0.67179567 1.00474620
+0.03498943 0.67332333 1.00418437
+0.06725859 0.67674851 1.00142419
+0.11053329 0.67665315 1.00050354
+0.16083737 0.67194706 0.99773717
+0.19747747 0.67536825 0.99623239
+0.23463044 0.67612898 0.99417782
+0.26744443 0.67707258 0.99253160
+0.29339814 0.68117350 0.99041224
+0.33035105 0.68077981 0.98860514
+0.36116543 0.68071449 0.98601305
+0.38827741 0.68120092 0.98527956
+0.41914058 0.67878139 0.98142493
+0.45314422 0.67663914 0.98009688
+0.49232316 0.67573351 0.98035836
+0.54571772 0.67346883 0.97515273
+0.59323817 0.67611188 0.97476614
+0.64038736 0.67581105 0.97014284
+0.67757636 0.67770618 0.96875179
+0.71169007 0.68210322 0.96625549
+0.74901462 0.68703651 0.96653241
+0.80429578 0.68611354 0.96224678
+0.47796318 0.78025055 0.99673152
+0.35148159 0.79973453 0.99848711
+0.40826920 0.80024338 0.99670535
+0.45831567 0.79869568 0.99483263
+0.50530070 0.80019385 0.99076903
+0.55088419 0.80226731 0.98757035
+0.63223445 0.83197612 0.97832745
+0.16641146 0.38719597 1.01864052
+-0.06034901 0.29017925 1.01439810
+-0.03182215 0.29437187 1.01364410
+-0.01196029 0.29105803 1.01145065
+0.00878865 0.28442365 1.00914705
+0.03142905 0.27715939 1.00907600
+0.06889837 0.27093720 1.00680661
+0.12003419 0.26735860 1.00642741
+0.18210909 0.26128891 1.00408161
+0.23895301 0.25704625 1.00413835
+0.29478979 0.25252378 1.00193202
+0.34720153 0.24817263 1.00190413
+0.39438039 0.24402817 0.99957544
+0.45278043 0.23515227 0.99958193
+0.50542814 0.22924796 0.99705511
+0.55728507 0.22417498 0.99679196
+0.60819852 0.21887913 0.99675179
+0.66285372 0.21303579 0.99368268
+0.71947849 0.20681562 0.99364734
+0.77124292 0.20260866 0.98985755
+0.82625294 0.19682649 0.98972815
+0.87852401 0.19149032 0.98552901
+0.91980845 0.18354361 0.98527020
+0.95916408 0.18035085 0.98685563
+0.99535996 0.18158294 0.98496807
+1.04011548 0.17587513 0.98478222
+0.90010804 0.25350681 1.02053010
+0.86666542 0.26121482 1.02198136
+0.90207356 0.25633982 1.02200174
+0.92117870 0.25209197 1.01998878
+0.93821937 0.24865922 1.01792037
+0.94672424 0.24161570 1.01588118
+0.98213166 0.23993555 1.01377094
+0.20003086 0.25283879 1.01392961
+-0.07150346 0.25105292 1.01201069
+-0.04934841 0.24955054 1.00992560
+-0.03465512 0.24483901 1.01004565
+-0.01615310 0.23728041 1.00808311
+0.00159933 0.23542152 1.00815570
+0.04084503 0.22925536 1.00593865
+0.09887063 0.22427885 1.00560558
+0.16200000 0.21796387 1.00323999
+0.21999313 0.21324064 1.00328839
+0.27696416 0.21274833 1.00081432
+0.33068013 0.20462623 1.00085008
+0.38123214 0.20351325 0.99847370
+0.44141382 0.19867286 0.99845481
+0.49282348 0.19664976 0.99579847
+0.54697603 0.19195475 0.99579388
+0.59872508 0.19009915 0.99276710
+0.64987844 0.18412843 0.99221671
+0.70180202 0.18219669 0.99218798
+0.75093114 0.17536615 0.98734146
+0.80691266 0.16928588 0.98761183
+0.85754681 0.16346422 0.98264301
+0.89233220 0.16221243 0.98200792
+0.93207639 0.16165096 0.98316991
+0.97374058 0.15946381 0.98116505
+1.01994705 0.15701088 0.98172128
+0.98936319 0.21867597 1.02231216
+1.01802540 0.21848370 1.02253139
+1.04688680 0.21788955 1.02045202
+1.05831540 0.21445113 1.01847756
+1.07684088 0.21079172 1.01651192
+1.08460689 0.21084423 1.01455629
+1.12087274 0.20588410 1.01255393
+0.03395585 0.23205696 1.01277757
+-0.09267339 0.22880137 1.01086915
+-0.07473206 0.22339679 1.00888026
+-0.06051777 0.22174527 1.00908506
+-0.03977326 0.21987060 1.00694335
+-0.02062162 0.21928421 1.00728774
+0.02390727 0.21199328 1.00443470
+0.08818284 0.20795037 1.00418699
+0.15567538 0.20114368 1.00075281
+0.21242577 0.20081158 1.00093532
+0.27280101 0.19925027 0.99803317
+0.32567796 0.19545096 0.99819493
+0.37828973 0.19535054 0.99518889
+0.44187498 0.19324338 0.99522114
+0.48362538 0.19241178 0.99180317
+0.54067081 0.19180620 0.99167174
+0.59134799 0.18974438 0.99105883
+0.65024120 0.18475208 0.98689711
+0.70244992 0.18288536 0.98672259
+0.74014884 0.17789662 0.98157471
+0.79726899 0.17299622 0.98156679
+0.84682763 0.17141651 0.98066068
+0.87816459 0.17033075 0.97568339
+0.92296112 0.16912033 0.97655135
+0.96732813 0.16995460 0.97439206
+1.01442039 0.16385280 0.97619516
+1.02129006 0.23058981 1.02496362
+1.06905723 0.22390941 1.02129924
+1.08997822 0.22142380 1.01975679
+1.10013926 0.22222720 1.01806438
+1.11379278 0.22163528 1.01650560
+1.11874998 0.22209661 1.01500702
+1.11082888 0.22223373 1.01596057
+-0.17177148 0.25357017 1.01437807
+-0.13222672 0.25077975 1.01286507
+-0.12254231 0.24925099 1.01350868
+-0.11010723 0.24756348 1.01184309
+-0.09105738 0.24735603 1.01242685
+-0.06946053 0.24204385 1.01015115
+-0.01946164 0.23952352 1.00699270
+0.04778039 0.23351507 1.00687540
+0.11740217 0.23469459 1.00352991
+0.18109728 0.23304830 1.00381064
+0.24884839 0.23253345 1.00104713
+0.29860032 0.23076411 1.00119972
+0.35422882 0.23026505 1.00136507
+0.41931102 0.22947133 0.99806565
+0.47022760 0.22739509 0.99782318
+0.52931327 0.22620077 0.99362367
+0.58169287 0.22466174 0.99315238
+0.63569039 0.22490738 0.98821819
+0.68941772 0.22199452 0.98757166
+0.73983538 0.21779373 0.98621511
+0.79934400 0.21859592 0.98106486
+0.84360528 0.21184871 0.98041290
+0.88553715 0.21068525 0.97947174
+0.92638838 0.21305501 0.97462875
+0.97722679 0.21284467 0.97612083
+1.01568651 0.21650906 0.97419864
+0.97143990 0.28687772 1.03112853
+1.01901340 0.27973112 1.02402592
+1.03486967 0.28404611 1.02184844
+1.03974497 0.28385454 1.01955867
+1.05208218 0.27966440 1.01744020
+1.05992687 0.28379375 1.01465559
+0.83398420 0.28645778 1.01189971
+-0.19622524 0.31909102 1.01232147
+-0.15481916 0.31424052 1.00964034
+-0.13943344 0.31619641 1.00988984
+-0.12221080 0.31244215 1.00732064
+-0.10136049 0.31442744 1.00335753
+-0.07185641 0.31222019 1.00381088
+-0.01937157 0.31357312 0.99977821
+0.04575489 0.30977756 0.99952048
+0.10720602 0.31046540 0.99572229
+0.17145655 0.31005147 0.99595171
+0.23322107 0.31157967 0.99267334
+0.29042897 0.31153944 0.99311608
+0.34851828 0.31103438 0.99327606
+0.41287836 0.31256357 0.98937833
+0.46334407 0.31157398 0.98930150
+0.51521349 0.31394053 0.98480779
+0.57250512 0.31484118 0.98419875
+0.63411361 0.31272632 0.98304069
+0.69044501 0.31203580 0.97761810
+0.74481940 0.30672863 0.97672278
+0.80706441 0.30281496 0.97558510
+0.85743529 0.30413410 0.96903652
+0.89787513 0.30605748 0.96746773
+0.94701928 0.30811337 0.96107781
+0.99903738 0.30591151 0.96141452
+0.97134137 0.32236171 0.96664095
+0.81039119 0.39691702 1.02782083
+0.84592652 0.39435089 1.01887751
+0.85421711 0.39383459 1.01584005
+0.85982025 0.39381987 1.01267326
+0.86612552 0.39831153 1.00982249
+0.88116801 0.40220553 1.00701869
+0.55214453 0.41074982 1.00361669
+-0.19077986 0.43197575 1.00399899
+-0.15226150 0.42966750 1.00091827
+-0.13489528 0.43213752 1.00114524
+-0.11616722 0.43433258 0.99668455
+-0.09343910 0.43665463 0.99267441
+-0.06197385 0.43959239 0.99288064
+-0.01169563 0.44030803 0.98854339
+0.04723253 0.44062939 0.98832554
+0.10327276 0.43851632 0.98482615
+0.15712519 0.44278273 0.98521483
+0.21725377 0.44650444 0.98099327
+0.27404296 0.44971198 0.98152387
+0.33055222 0.45002568 0.98151463
+0.39126375 0.45352656 0.97660375
+0.44501674 0.45625955 0.97659183
+0.50132579 0.46372837 0.97555798
+0.55889630 0.46536827 0.96998692
+0.61978465 0.46280459 0.96937966
+0.68679720 0.46150699 0.96288139
+0.75501972 0.45936066 0.96123165
+0.81563085 0.45971146 0.95922178
+0.87025398 0.46043921 0.95113730
+0.91601175 0.46129334 0.94912583
+0.96988082 0.46222565 0.94712675
+1.02858496 0.45989692 0.94007689
+0.89570296 0.48191702 0.94647563
+0.53831404 0.56270552 1.02181304
+0.56618595 0.56630832 1.01033473
+0.57315183 0.56644893 1.00704753
+0.57428467 0.57124096 1.00283122
+0.57651138 0.57482725 0.99911970
+0.58798879 0.57420880 0.99585021
+0.35841611 0.58546597 0.99613053
+-0.13166301 0.60707915 0.99187994
+-0.09411764 0.60843122 0.98737872
+-0.07564856 0.61110914 0.98754615
+-0.05477689 0.61802644 0.98303521
+-0.03311663 0.62067479 0.98318279
+-0.00457854 0.61871469 0.97949576
+0.03612967 0.62109429 0.97956598
+0.07920809 0.62589216 0.97473186
+0.11593342 0.62860227 0.97488379
+0.14998198 0.63151163 0.97025615
+0.19678695 0.63920909 0.97075570
+0.24528365 0.64291334 0.96573740
+0.29827076 0.64486933 0.96644735
+0.36394152 0.64661771 0.96722734
+0.41509551 0.64937496 0.96170384
+0.46794283 0.65568328 0.96128130
+0.52473825 0.65693921 0.96037900
+0.59048903 0.65762776 0.95295745
+0.66553700 0.65920472 0.95116824
+0.75352520 0.65393019 0.94222629
+0.82493234 0.65444398 0.93999535
+0.88440609 0.64871734 0.93842167
+0.93886620 0.65253264 0.92711288
+0.98848176 0.65320522 0.92511648
+1.04966176 0.65755862 0.92274106
+0.88301545 0.67967302 0.91787428
+0.14389767 0.81272215 1.01361561
+0.16637711 0.80690926 1.00032890
+0.16985382 0.81648684 0.99514616
+0.16412787 0.82014966 0.99030781
+0.16653641 0.82318383 0.98593843
+0.16934410 0.82715023 0.98100507
+0.12299605 0.83583778 0.97542751
+-0.12795174 0.85440546 0.97590888
+-0.08741767 0.85562855 0.97029054
+-0.06539053 0.86298531 0.97065109
+-0.04161453 0.87079245 0.96514487
+-0.01957678 0.86744124 0.96660316
+0.00582004 0.87506282 0.96086758
+0.03946960 0.88288110 0.96142071
+0.06632905 0.88634437 0.95565677
+0.09524056 0.89380312 0.95618635
+0.11627325 0.90266961 0.95005071
+0.14488606 0.90692997 0.95116764
+0.18114361 0.91503060 0.94497669
+0.22120580 0.91615337 0.94688642
+0.28887901 0.92406708 0.94727516
+0.34265509 0.92690831 0.94062001
+0.38903889 0.93424010 0.94064206
+0.45368981 0.94036394 0.93984777
+0.52186573 0.94597679 0.93036735
+0.60713696 0.94725341 0.92903852
+0.72869384 0.93118471 0.91807979
+0.80076325 0.93098837 0.91555691
+0.87757343 0.92544597 0.91087538
+0.92890233 0.91879177 0.89558107
+0.98720515 0.91004217 0.89089638
+1.01974964 0.89850503 0.88763386
+1.10045230 0.85555816 0.86867183
+-0.28171894 1.06917000 1.00954700
+-0.28032887 1.06018507 0.99496937
+-0.26789519 1.05436337 0.99092978
+-0.25398493 1.04213142 0.98743784
+-0.23546310 1.03631687 0.98336059
+-0.21166511 1.02944398 0.97853130
+-0.16136877 1.02053881 0.97995663
+-0.09001563 1.00932467 0.97452247
+-0.02965398 0.99047095 0.96792859
+0.00180329 0.97763723 0.96543819
+0.03857500 0.96645695 0.95829296
+0.07247051 0.95749271 0.95926923
+0.10585528 0.94881427 0.95382655
+0.15455644 0.93867224 0.95501405
+0.20976666 0.94179165 0.97814357
+0.08517860 0.77253753 0.89342260
+0.07112382 0.72718209 0.89693773
+0.08217322 0.71141410 0.88856369
+0.09375530 0.69420439 0.88001406
+0.10029554 0.67716438 0.86501533
+0.10226959 0.64775783 0.82822931
+0.33660203 0.82727242 0.96958649
+0.49783048 0.85454822 0.93828702
+0.54767329 0.83533502 0.93496680
+0.61571026 0.82467699 0.93408084
+0.69090837 0.82481050 0.92419994
+0.79374087 0.85393739 0.96783489
+0.00400574 0.41053805 0.68610871
+0.29982856 0.83095008 0.92291337
+0.30257973 0.79870051 0.90997136
+0.32002765 0.78341520 0.90812498
+0.34096134 0.77379727 0.89793408
+0.37992105 0.76647502 0.91362035
+0.19295734 0.82934493 1.06358778
+-0.17418452 0.86998755 1.09709942
+-0.13111189 0.85589403 1.09249151
+-0.10625313 0.84623027 1.08804691
+-0.07633247 0.83866119 1.08291197
+-0.03944242 0.82238489 1.06148970
+0.00819415 0.80214834 1.02118421
+0.06160283 0.77541220 0.98494971
+0.11994359 0.75915807 0.97180629
+0.18253253 0.74643451 0.97084343
+0.23246674 0.73785377 0.96657068
+0.29421219 0.72704440 0.96612388
+0.34687915 0.71193695 0.96201426
+0.40047118 0.70230430 0.96149009
+0.46471736 0.68636620 0.95742100
+0.52659804 0.66967255 0.95632374
+0.57610035 0.65939504 0.95670456
+0.63211328 0.64381194 0.95205790
+0.70735306 0.63157648 0.95059818
+0.77962726 0.61396837 0.95078111
+0.90151376 0.59797823 0.94562954
+0.98008364 0.58335263 0.94480222
+1.04083312 0.56915337 0.93973827
+1.09274697 0.56337631 0.93748504
+1.13193023 0.55319333 0.93716156
+1.16414750 0.54580230 0.93029284
+1.23411357 0.56130254 0.92661744
+0.12845334 0.66305876 0.92635292
+-0.27953553 0.64370841 0.91918933
+-0.27426323 0.62862206 0.91389036
+-0.26113948 0.61385518 0.91155517
+-0.24445781 0.60346127 0.90442312
+-0.22290350 0.59500450 0.89587200
+-0.18025663 0.57991487 0.97489882
+-0.11280212 0.61032408 1.01404631
+-0.04359553 0.59396464 1.00772333
+0.00788450 0.58624059 1.00394678
+0.04895887 0.56829298 0.99977124
+0.10021903 0.55667412 0.99492913
+0.15761647 0.54353517 0.99277675
+0.23154576 0.53055876 0.98997283
+0.30237055 0.52109259 0.98474771
+0.36865297 0.50129509 0.98225188
+0.43924290 0.48822355 0.97899860
+0.50183845 0.47404552 0.97648787
+0.57112503 0.46025503 0.97309232
+0.63428974 0.44467866 0.97063941
+0.70682305 0.42881790 0.97056115
+0.77426165 0.41606644 0.96761441
+0.83225697 0.40090665 0.96508449
+0.87303430 0.37877133 0.96201241
+0.92245054 0.35862187 0.95888406
+0.97511166 0.34090757 0.95957690
+1.04078329 0.32160729 0.95629191
+0.48319530 0.30413738 0.95257056
+0.43651035 0.28986067 0.95195568
+0.44252634 0.27908736 0.94807792
+0.44659993 0.27045217 0.94420326
+0.44090033 0.26243758 0.94309926
+0.43110737 0.24584213 0.94008774
+0.44926268 0.34582499 0.93626541
+0.05051857 0.43572599 0.93544787
+-0.12861763 0.41681883 0.93087494
+-0.05974060 0.40184298 0.92536008
+0.00145400 0.39002922 0.92417198
+0.06023524 0.37671497 0.91848516
+0.11582724 0.36702642 0.95040202
+0.17874791 0.35507783 1.02371144
+0.24746391 0.33996865 1.01533580
+0.31100756 0.32403645 1.01170373
+0.37795499 0.31510502 1.00788021
+0.43749705 0.30328247 1.00390124
+0.50280625 0.29429385 1.00106812
+0.56552529 0.28424895 1.00018561
+0.61767244 0.26936632 0.99599367
+0.68964875 0.26040956 0.99283439
+0.75281948 0.24832980 0.99199921
+0.79935426 0.23885922 0.98846382
+0.85836071 0.22884978 0.98827034
+0.91723484 0.21780738 0.98750204
+0.97791493 0.20348243 0.98377651
+1.07532573 0.18439060 0.98292661
+1.14673221 0.17271110 0.97934890
+1.16028678 0.15919507 0.97932637
+1.14126527 0.14817701 0.97830081
+1.12694573 0.13567796 0.97469109
+1.10613239 0.12189028 0.97491407
+1.09759331 0.12174439 0.97400916
+0.40151417 0.11345349 0.96888661
+-0.28485793 0.10219120 0.96893543
+-0.24470223 0.09111359 0.96682638
+-0.22448757 0.08245011 0.96240634
+-0.20053919 0.07842360 0.96067572
+-0.17247814 0.07032002 0.96394682
+-0.13902991 0.13548449 0.95939445
+-0.07981993 0.16890103 0.95775086
+-0.01098406 0.15262066 0.95783788
+0.06595197 0.14124858 0.95162386
+0.14656362 0.12684752 0.95051622
+0.22268589 0.11840134 0.94404697
+0.29325038 0.10418396 1.02632284
+0.35124630 0.09169950 1.02023852
+0.42039591 0.07922054 1.01780629
+0.48218715 0.06985553 1.01583374
+0.54014057 0.05725956 1.01373327
+0.59316939 0.04774322 1.01127517
+0.65747952 0.03368389 1.01155686
+0.71715999 0.02246840 1.00916040
+0.77180964 0.01329591 1.00943387
+0.82961756 0.00204068 1.00713599
+0.88594389 -0.00631437 1.00743699
+0.94413024 -0.01769885 1.00532508
+0.99691689 -0.03318756 1.00560486
+1.04753196 -0.04360402 1.00324452
+1.10003984 -0.05948803 1.00332880
+1.02217543 -0.07372019 1.00327468
+-0.08171187 -0.04272618 0.99271816
+-0.06224468 -0.03926524 0.99130470
+-0.03974679 -0.03257202 0.98731387
+-0.00769444 -0.02281918 0.98363012
+0.03232910 -0.01736277 0.98159558
+0.07478837 -0.01139837 0.97860789
+0.12853689 0.05857055 0.97549945
+0.19087113 0.07069902 0.96982116
+0.25192881 0.07746639 0.97415149
+0.31127718 0.08527893 0.97054988
+0.37188807 0.09416712 0.96362454
+0.43445051 0.10035466 0.95991236
+0.48574159 0.11113056 0.95616013
+0.53951538 0.11896098 0.94738477
+0.59326154 0.12633120 0.94163883
+0.65774113 0.13172497 1.02742636
+0.70043457 0.14248905 1.01597822
+0.75235420 0.14998034 1.01328802
+0.80493772 0.16004054 1.01004934
+0.85020882 0.16679879 1.00697339
+0.89330411 0.17526399 1.00337660
+0.93173671 0.17950702 1.00242090
+0.97767144 0.18937421 0.99827820
+1.02733433 0.19551159 0.99702996
+0.93535161 0.20166436 0.99267304
+0.93766707 0.20954329 0.99173635
+1.00077021 0.21352722 0.98634237
+1.04871225 0.22024140 0.98518801
+1.09740114 0.22384787 0.97946680
+1.13762605 0.22346093 0.97732508
+1.18880880 0.22999994 0.97609627
+0.77400261 0.23317288 0.97055727
+-0.31051722 0.23685561 0.96649039
+-0.24454984 0.25342196 0.96510351
+-0.20539823 0.25519428 0.95842582
+-0.16345179 0.25685886 0.95500380
+-0.11115881 0.26195213 0.95254588
+-0.06014074 0.27235770 0.94648266
+0.02616008 0.27435383 0.94185996
+-0.10749546 0.27794114 0.93915164
+-0.05790090 0.42397216 0.93687123
+-0.00140464 0.45286402 0.93337089
+0.06006512 0.45976529 0.92914557
+0.10899066 0.46298996 0.92497474
+0.14563367 0.47028977 0.91595674
+0.19394003 0.47965702 0.90861082
+0.24114250 0.49979544 0.90341699
+0.28686911 0.54825920 0.89237183
+0.31996471 0.59450203 0.98733670
+0.35335448 0.61248642 1.03578401
+0.38837436 0.62189811 1.03314090
+0.41357973 0.63099468 1.03309560
+0.44187543 0.63525414 1.03306746
+0.47799557 0.62620980 1.03305578
+0.51199806 0.61459440 1.03285348
+0.54943627 0.60262740 1.03231418
+0.58894849 0.59038901 1.03182077
+0.62860590 0.57791644 1.03163671
+0.67370659 0.56499910 1.03157520
+0.72366488 0.54911953 1.03150630
+0.77295119 0.53059024 1.03142965
+0.80105817 0.51631993 1.03138530
+0.81922001 0.50231177 1.03079081
+0.85106778 0.48824897 1.03027225
+0.88598335 0.47294208 1.03027856
+0.93591422 0.45773000 1.02978277
+0.51044983 0.44216952 1.02938187
+0.56428766 0.42477056 1.02904952
+0.64202774 0.40943006 1.02872837
+0.69987625 0.38860452 1.02845776
+0.75922501 0.38045505 1.02811170
+0.80778980 0.37155601 1.02829099
+0.89250463 0.36362240 1.02805591
+0.07106608 0.36162385 1.02756715
+-0.27107632 0.49745581 1.02934873
+-0.24662961 0.47329119 1.03174126
+-0.23474857 0.45896056 1.03159654
+-0.22167677 0.44679767 1.03165591
+-0.21046856 0.43464646 1.03171873
+-0.18254925 0.41646039 1.03178751
+-0.13125515 0.40319782 1.03186393
+-0.08227359 0.40384901 1.03194940
+-0.05364471 0.39144081 1.03204513
+-0.03664503 0.37892833 1.03214872
+-0.02169899 0.36511138 1.03225851
+-0.00624495 0.35221207 1.03236544
+0.02066196 0.33953890 1.03245580
+0.04863080 0.32935667 1.03237641
+0.08515770 0.31415620 1.03180909
+0.14343216 0.30014819 1.03104806
+0.20330672 0.29119730 1.03070390
+0.26509422 0.27905810 1.03063524
+0.32408172 0.26275721 1.03056920
+0.36724034 0.25302729 1.03034782
+0.42980939 0.23999621 1.02985311
+0.48942217 0.23045124 1.02968884
+0.53545070 0.21768288 1.02920997
+0.58928400 0.20453396 1.02924514
+0.66069329 0.19450855 1.02916992
+0.72474122 0.18089570 1.02883697
+0.83197540 0.16969176 1.02886546
+0.90075064 0.15296403 1.02863872
+0.95555001 0.14204021 1.02871990
+1.00677693 0.12961045 1.02849984
+1.04638994 0.12165800 1.02872670
+1.07999909 0.11136315 1.02884400
+1.14038241 0.10339417 1.02857316
+0.35922951 0.12641671 1.02892971
+0.21200171 0.14989290 1.03093088
+0.24912873 0.13773236 1.03068268
+0.28311786 0.12540346 1.03070116
+0.31865129 0.11565143 1.03073275
+0.35171601 0.10137982 1.03080463
+0.40999791 0.09286794 1.03088772
+0.01518900 0.09551981 1.03098476
+-0.19253050 0.09787752 1.03110087
+-0.16515528 0.08582228 1.03122973
+-0.14836460 0.07739945 1.03135645
+-0.12924401 0.06397559 1.03147149
+-0.10841469 0.05482073 1.03156543
+-0.07521641 0.04529648 1.03156483
+-0.02848660 0.02892167 1.03094876
+0.03304940 0.01553835 1.02986693
+0.10506070 0.00331565 1.02933061
+0.17406313 -0.00471240 1.02927423
+0.24037205 -0.01748035 1.02898633
+0.29859689 -0.02568853 1.02894306
+0.35825649 -0.03460008 1.02864373
+0.41906640 -0.04272935 1.02858841
+0.47200406 -0.05087811 1.02833700
+0.52788931 -0.06337474 1.02838743
+0.58663630 -0.07150900 1.02841938
+0.65081781 -0.08118809 1.02828598
+0.71006417 -0.09043763 1.02839136
+0.77012396 -0.09913262 1.02826345
+0.82949305 -0.10673188 1.02838659
+0.87822819 -0.11811321 1.02851927
+0.91659826 -0.12676366 1.02854824
+0.96046644 -0.13397592 1.02872574
+1.00571954 -0.14151599 1.02887928
+1.00102341 -0.15015949 1.02856982
+0.85084987 -0.14654483 1.02898872
+0.91367602 -0.15752354 1.02867436
+0.94824183 -0.16608618 1.02873671
+0.98455185 -0.17409743 1.02880847
+1.01429832 -0.18340100 1.02889085
+1.03994858 -0.19187984 1.02899039
+0.96135604 -0.19814074 1.02911329
+-0.28415030 -0.16048679 1.02926075
+-0.23893237 -0.17227370 1.02942300
+-0.22723132 -0.18231916 1.02958035
+-0.21354221 -0.19222735 1.02971816
+-0.19288357 -0.20254330 1.02977645
+-0.17223926 -0.21053779 1.02982545
+-0.12147048 -0.22471833 1.02925110
+-0.05092876 -0.23542015 1.02800131
+0.02869607 -0.24656565 1.02742612
+0.11144467 -0.24240845 1.02748442
+0.17817919 -0.23619454 1.02757370
+0.23819166 -0.23245122 1.02770841
+0.29221991 -0.22620790 1.02786827
+0.35570443 -0.22018754 1.02798498
+0.40426135 -0.21943945 1.02808332
+0.46007118 -0.21369702 1.02822769
+0.50624019 -0.20791394 1.02834499
+0.55210435 -0.20412926 1.02849615
+0.59620762 -0.19881333 1.02866924
+0.63615894 -0.19587523 1.02889156
+0.67956662 -0.18995501 1.02907515
+0.72392511 -0.18605277 1.02919912
+0.76179242 -0.18050474 1.02945042
+0.79966503 -0.17794864 1.02953684
+0.84305727 -0.17256156 1.02973223
+0.89159888 -0.17253987 1.02945018
+0.96294391 -0.17559363 1.02876103
+1.01739514 -0.17363232 1.02826476
+1.04500735 -0.16896088 1.02836287
+1.06256521 -0.16820976 1.02838552
+1.08093822 -0.16346759 1.02828884
+1.09804153 -0.15889874 1.02850688
+1.13911593 -0.15853232 1.02840030
+0.27315152 -0.11214317 1.02850628
+0.09489768 -0.10731796 1.02849388
+0.13754825 -0.10686562 1.02861059
+0.17546882 -0.10712166 1.02837861
+0.20841128 -0.10246316 1.02862144
+0.24761498 -0.09955822 1.02870286
+0.30661348 -0.10049772 1.02801943
+0.00575356 -0.06901414 1.03030276
+-0.06315032 -0.06517110 1.02982962
+-0.00311811 -0.06114798 1.02995014
+0.04768991 -0.06040562 1.03007770
+0.09263040 -0.05451670 1.03029680
+0.13483383 -0.05511690 1.03035903
+0.18555062 -0.05304063 1.02995837
+0.23892486 -0.04732377 1.02930713
+0.28775951 -0.04669202 1.02873325
+0.32648167 -0.04311211 1.02895868
+0.36694381 -0.04084668 1.02894652
+0.40052018 -0.03529334 1.02898431
+0.43070382 -0.03427677 1.02919638
+0.47406259 -0.03207096 1.02909040
+0.51358765 -0.02628935 1.02942717
+0.55679435 -0.02576757 1.02939379
+0.60221946 -0.02378867 1.02974534
+0.65138370 -0.02051670 1.02954948
+0.70006663 -0.02074690 1.02928412
+0.75635964 -0.02259735 1.02821660
+0.81628650 -0.02370433 1.02795851
+0.86022288 -0.02111387 1.02758586
+0.88816899 -0.01944745 1.02775669
+0.92088479 -0.02060118 1.02740800
+0.95628661 -0.01754272 1.02750742
+1.00892210 -0.01805756 1.02756751
+0.60978204 0.01444861 1.02730918
+0.44858041 0.01921350 1.02736938
+0.50750875 0.01878321 1.02701604
+0.55120313 0.02115864 1.02712321
+0.58622515 0.02199206 1.02717376
+0.62038845 0.02507202 1.02736938
+0.67811680 0.02078780 1.02649093
+0.14086749 0.07662278 1.03202987
+-0.11797344 0.08769100 1.03179514
+-0.07570738 0.08924737 1.03185487
+-0.04121917 0.09341119 1.03204548
+-0.00795600 0.09471397 1.03189635
+0.02162964 0.09805083 1.03165102
+0.06621893 0.10852090 1.03089952
+0.12029217 0.12796111 1.02861834
+0.17132987 0.14379409 1.02707994
+0.20992020 0.14988573 1.02703524
+0.23886436 0.15222904 1.02668953
+0.26629028 0.15558232 1.02639270
+0.29149336 0.15625195 1.02643430
+0.32085466 0.15869218 1.02612054
+0.35576546 0.16035412 1.02625465
+0.40001824 0.16284996 1.02596426
+0.44641671 0.16577452 1.02610624
+0.49634352 0.16820015 1.02566993
+0.54586989 0.16942531 1.02522576
+0.59219676 0.16783753 1.02368748
+0.65045536 0.16432633 1.02304113
+0.69647580 0.16188785 1.02243698
+0.73594719 0.16325949 1.02239549
+0.77451408 0.16437429 1.02228343
+0.81671739 0.16382286 1.02161920
+0.87813133 0.16288657 1.02157533
+0.71148211 0.19246374 1.02080381
+0.67735463 0.19751756 1.02088714
+0.73942614 0.19311486 1.01989639
+0.78659385 0.18916774 1.02002013
+0.83407056 0.18974791 1.02047551
+0.86488044 0.19349439 1.02014899
+0.92178261 0.18921648 1.01941836
+0.17046736 0.27269280 1.02732182
+-0.13434169 0.28731936 1.02715087
+-0.10505098 0.28409258 1.02724159
+-0.08499205 0.28309709 1.02692902
+-0.06315538 0.28662467 1.02663946
+-0.04045135 0.28489175 1.02625751
+0.00039047 0.28671667 1.02585614
+0.05487721 0.28565574 1.02608418
+0.10291076 0.28812930 1.02577257
+0.13202725 0.28944251 1.02536356
+0.15454775 0.28882736 1.02564502
+0.17536548 0.28795448 1.02537036
+0.19364506 0.28698987 1.02566481
+0.21788578 0.28837952 1.02522767
+0.23978522 0.29100382 1.02547455
+0.28242937 0.29039159 1.02514648
+0.32620040 0.29330021 1.02538741
+0.37663087 0.29269767 1.02474892
+0.43167275 0.28837836 1.02433407
+0.47638345 0.28396332 1.02245438
+0.53776717 0.28371757 1.02179730
+0.58729643 0.28483278 1.02103865
+0.62454575 0.28325418 1.02094126
+0.67474478 0.28280219 1.02012599
+0.72968775 0.27992722 1.01996386
+0.79416716 0.27589226 1.02003884
+0.76906705 0.30987436 1.01885271
+0.82012302 0.30291736 1.01904368
+0.88473350 0.29795280 1.01789892
+0.93689972 0.29283652 1.01793337
+0.97949272 0.29536146 1.01836085
+1.01382613 0.29315940 1.01791704
+1.08290935 0.29029948 1.01751959
+0.01678405 0.37966526 1.02831280
+-0.16212097 0.38141936 1.02796400
+-0.14138672 0.38399667 1.02751279
+-0.12583368 0.38184750 1.02714467
+-0.10847995 0.37702656 1.02677643
+-0.09163829 0.38013777 1.02636182
+-0.05097318 0.37769502 1.02590907
+0.01186468 0.37634858 1.02612126
+0.05564689 0.37069711 1.02571285
+0.08089524 0.37333018 1.02530086
+0.09962954 0.37118763 1.02562928
+0.12047369 0.37051204 1.02517974
+0.13776034 0.37005875 1.02547967
+0.16075793 0.37278697 1.02500379
+0.17609626 0.37244844 1.02535832
+0.22273991 0.36552945 1.02465391
+0.26106596 0.36487269 1.02509868
+0.32202098 0.36742944 1.02439666
+0.37114388 0.36557701 1.02357459
+0.40936849 0.36254519 1.02109134
+0.47669354 0.35948795 1.02034795
+0.52724457 0.35639110 1.01929092
+0.56802964 0.35492799 1.01925385
+0.62713242 0.35282946 1.01908994
+0.68774569 0.34477121 1.01787615
+0.75577086 0.34294495 1.01802778
+0.80335283 0.38939908 1.01678181
+0.87196517 0.38214278 1.01707923
+0.94043410 0.37405232 1.01709795
+0.98777956 0.37062737 1.01589012
+1.02756929 0.36687598 1.01652336
+1.06719339 0.36706159 1.01612043
+1.14520538 0.35359064 1.01620543
+-0.21582520 0.45784056 1.03064799
+-0.17765227 0.44824818 1.02921402
+-0.16933542 0.43965468 1.02932906
+-0.16421290 0.44033310 1.02953613
+-0.15537845 0.43973956 1.02982569
+-0.14491878 0.43739423 1.03009391
+-0.10886447 0.43093565 1.03105640
+-0.05106756 0.42955914 1.03118885
+-0.01468576 0.42514011 1.03138185
+0.00789911 0.42171428 1.03208232
+0.03290803 0.42118782 1.03202796
+0.05322725 0.41951334 1.03273988
+0.07766582 0.41408199 1.03247821
+0.10313981 0.41333023 1.03201878
+0.12500218 0.41129804 1.03262758
+0.16906622 0.41075647 1.03210437
+0.20778590 0.40672681 1.03251505
+0.27453578 0.40578723 1.03202438
+0.32879183 0.40372938 1.03118432
+0.37626255 0.40041712 1.02917945
+0.45227557 0.38765493 1.02720153
+0.50392985 0.38633579 1.02727759
+0.55669397 0.38430697 1.02610874
+0.61276203 0.38211834 1.02619159
+0.67846799 0.37554038 1.02500391
+0.75453395 0.37476906 1.02511013
+0.76257640 0.43014130 1.02534103
+0.82797951 0.42074013 1.02422190
+0.89735651 0.40571427 1.02434325
+0.94119173 0.39963496 1.02437866
+0.99168867 0.39653486 1.02330613
+1.03142381 0.38996693 1.02394712
+0.87283581 0.39611611 1.02269793
+-0.29197383 0.47863525 1.03819764
+-0.24870332 0.46949196 1.03552437
+-0.23502851 0.46728632 1.03522980
+-0.21900666 0.45932874 1.03487396
+-0.19781750 0.45420432 1.03448427
+-0.17169788 0.44905925 1.03391206
+-0.11927495 0.44466427 1.03346992
+-0.05414953 0.43773925 1.03376675
+-0.01293535 0.43616164 1.03320205
+0.01748867 0.43253922 1.03364193
+0.05021079 0.42277759 1.03323281
+0.07914908 0.41816854 1.03263199
+0.11018874 0.41365811 1.03324318
+0.14177121 0.40882525 1.03263354
+0.16917028 0.40829715 1.03327441
+0.20638970 0.40397280 1.03264689
+0.24882564 0.40329078 1.03314781
+0.30743474 0.39641312 1.03249800
+0.36572692 0.39049476 1.03151727
+0.42321032 0.38402078 1.02896702
+0.49351496 0.37793130 1.02686620
+0.54499787 0.37660420 1.02693164
+0.59364051 0.37131330 1.02598596
+0.65510476 0.36895302 1.02613318
+0.72234040 0.36051878 1.02642930
+0.73685718 0.36553550 1.02535856
+0.63393706 0.43310678 1.02551377
+0.69696617 0.41990310 1.02554929
+0.75185621 0.40911603 1.02467823
+0.79355437 0.39961040 1.02489734
+0.83691937 0.39581224 1.02360606
+0.88142300 0.38616824 1.02415919
+0.57125360 0.39487278 1.02446508
+-0.26473927 0.45838124 1.03816772
+-0.22385252 0.44489002 1.03541684
+-0.20496006 0.43891928 1.03513527
+-0.18332249 0.43020010 1.03479922
+-0.15594228 0.42406985 1.03444493
+-0.11859988 0.41801542 1.03424442
+-0.05923197 0.41174078 1.03387296
+0.00511387 0.40416774 1.03424120
+0.05094581 0.39340889 1.03397918
+0.08770783 0.38374239 1.03454971
+0.12379256 0.37662327 1.03417218
+0.15810059 0.36954287 1.03378141
+0.19636555 0.36607316 1.03446853
+0.23418503 0.36050898 1.03423941
+0.26961049 0.35461020 1.03483427
+0.30564457 0.34562215 1.03467178
+0.34907919 0.34221399 1.03540313
+0.40229502 0.33815634 1.03469419
+0.46414804 0.33299190 1.03307784
+0.52890241 0.32707363 1.03002536
+0.59896332 0.32192868 1.02747452
+0.64791131 0.31731468 1.02776527
+0.69752443 0.31077483 1.02777731
+0.75279504 0.30550417 1.02729714
+0.81585908 0.29640844 1.02748239
+0.71222031 0.31310901 1.02655876
+0.41617346 0.40309575 1.02685690
+0.47338623 0.38889828 1.02685750
+0.51201564 0.37900388 1.02619410
+0.54203498 0.37265110 1.02627194
+0.57409543 0.35913965 1.02668703
+0.62318295 0.34921333 1.02569950
+0.36608222 0.34946001 1.02537835
+-0.20195746 0.38884458 1.03715396
+-0.15902235 0.37902659 1.03434885
+-0.13169999 0.36939636 1.03436160
+-0.09958876 0.35922110 1.03410196
+-0.06262293 0.34972644 1.03411889
+-0.01283583 0.34029403 1.03400815
+0.04988936 0.32856709 1.03459466
+0.11014883 0.32132503 1.03448296
+0.16303137 0.31431115 1.03448689
+0.20529334 0.30248761 1.03503358
+0.24975412 0.29470775 1.03519535
+0.29130343 0.28368482 1.03577387
+0.33271104 0.26571432 1.03603721
+0.38007170 0.25667086 1.03684020
+0.41947067 0.25097147 1.03710616
+0.45897949 0.24314256 1.03770280
+0.50365525 0.23486055 1.03805459
+0.56225330 0.22678030 1.03886199
+0.62964398 0.21947794 1.03670835
+0.70633209 0.20545787 1.03266025
+0.77333200 0.19855857 1.03116894
+0.82376510 0.19511509 1.03114021
+0.86920863 0.18699874 1.03149760
+0.90773416 0.18351927 1.03214490
+0.96197498 0.17460291 1.03182817
+0.75867105 0.19529165 1.03254759
+0.12122484 0.33065927 1.03208876
+0.16271970 0.30949804 1.03274083
+0.18604493 0.30170813 1.03345120
+0.20717871 0.28828895 1.03298867
+0.22085257 0.28200364 1.03375602
+0.25041807 0.26734903 1.03387749
+0.17689277 0.26434675 1.03239810
+-0.15163454 0.28193405 1.03864110
+-0.10279903 0.26493633 1.03639555
+-0.07056717 0.25530258 1.03683233
+-0.03035838 0.24475214 1.03695345
+0.02243776 0.23642927 1.03739512
+0.07847036 0.22005858 1.03798151
+0.14997394 0.21289873 1.03816247
+0.21379964 0.20059191 1.03891730
+0.27248073 0.19262777 1.03945458
+0.32575160 0.17930998 1.04005158
+0.38273987 0.15931901 1.04059815
+0.43512711 0.14803001 1.04173470
+0.48171571 0.13433467 1.04211569
+0.54787546 0.11809760 1.04322779
+0.59549409 0.10755603 1.04429328
+0.64786345 0.09337121 1.04528487
+0.70158929 0.07850607 1.04617500
+0.76832306 0.05902200 1.04761887
+0.83903468 0.04940480 1.04582131
+0.93892270 0.03279735 1.04175234
+1.00995445 0.02465580 1.04026246
+1.05843580 0.02122401 1.04150474
+1.10228765 0.01721863 1.04254961
+1.13305736 0.01205096 1.04405200
+1.16264498 0.00556134 1.04544652
+1.14413345 -0.00342963 1.04646385
+-0.25654221 0.21901919 1.04765594
+-0.21932088 0.19711788 1.04874313
+-0.21951298 0.18151113 1.04977274
+-0.21770145 0.17428495 1.05030191
+-0.21640848 0.15819119 1.05124772
+-0.21118717 0.15090087 1.05208337
+-0.16417542 0.14529327 1.05011106
+-0.09114861 0.14191017 1.04623389
+-0.03516282 0.14508893 1.04475141
+0.00914658 0.16864136 1.07025838
+0.04824341 0.16090627 1.07484078
+0.09033023 0.17993568 1.10059071
+0.15060297 0.17289838 1.09068596
+0.20132472 0.16580509 1.08094680
+0.24805534 0.15046138 1.07121193
+0.28822863 0.11728121 1.03632903
+0.38614061 0.19231056 1.07642508
+0.44646302 0.17779768 1.04890394
+0.48790064 0.17670737 1.04744864
+0.52413690 0.18033181 1.04773378
+0.58187455 0.17212638 1.04801464
+0.65871102 0.18800782 1.09874213
+0.42029816 0.14001738 0.89802659
+0.80866748 0.24234976 1.05530751
+0.85630834 0.23790181 1.04751682
+0.93032271 0.26682904 1.04403305
+0.70514601 0.05661128 1.05180919
+0.58508050 0.02082542 1.07170916
+0.63004935 0.05108095 1.11500037
+0.66416991 0.06790850 1.13766575
+0.67041296 0.07027552 1.13835263
+0.67643505 0.06892514 1.13836646
+0.69711584 0.06448358 1.13822258
+0.25589275 0.17948823 1.12111294
+-0.15146981 0.19750564 1.08234417
+-0.10484152 0.15726569 1.05575836
+-0.06209036 0.14192493 1.05100572
+-0.01582352 0.13255301 1.05135846
+0.02998376 0.12223347 1.05200899
+0.08327533 0.11501873 1.05078077
+0.15299740 0.10591987 1.04734206
+0.22235397 0.09159616 1.04552031
+0.28121963 0.08289804 1.04580927
+0.33722612 0.07685678 1.04622948
+0.39789686 0.06844112 1.04649031
+0.45586199 0.05992528 1.04656339
+0.51736456 0.04931197 1.04648948
+0.58630353 0.04372315 1.04650891
+0.64576852 0.03770246 1.04662812
+0.70443249 0.02893022 1.04679942
+0.75980693 0.02230355 1.04710269
+0.81960565 0.00984542 1.04753149
+0.88247591 -0.00185007 1.04804444
+0.97107530 -0.01377380 1.04855287
+1.02661204 -0.02235961 1.04899287
+1.06543934 -0.03193989 1.04923522
+1.09211242 -0.03894072 1.04931390
+1.12293327 -0.04911509 1.04936004
+1.14159107 -0.05734091 1.04928136
+1.19806087 -0.06331077 1.04918671
+-0.02652176 -0.06524105 1.04924631
+-0.09604141 -0.07077388 1.04944456
+-0.09896306 -0.07605676 1.04980004
+-0.11143265 -0.07820328 1.05021143
+-0.11466416 -0.08230853 1.05074763
+-0.11706745 -0.08737957 1.04969347
+-0.08504369 -0.07338241 1.05109406
+-0.08373550 -0.00830456 1.05208659
+-0.00725893 -0.02443034 1.05235565
+0.09085593 -0.03242232 1.05252635
+0.17899026 -0.04319366 1.05255699
+0.25010523 -0.05107906 1.05263865
+0.31565464 -0.05672837 1.05126476
+0.38561305 -0.06876208 1.04759848
+0.44906455 -0.07804482 1.04470539
+0.51038677 -0.08390709 1.04423285
+0.56664658 -0.09223661 1.04465663
+0.62373614 -0.10212809 1.04512525
+0.68564820 -0.10923165 1.04555130
+0.73744959 -0.11694852 1.04583251
+0.79200280 -0.12164759 1.04603148
+0.84914535 -0.12888710 1.04619229
+0.89752185 -0.13899350 1.04625893
+0.94504261 -0.14640391 1.04627156
+0.99448627 -0.15416031 1.04630709
+1.04182005 -0.16382627 1.04639423
+1.02696180 -0.17410453 1.04649329
+0.68931741 -0.18458559 1.04661703
+0.70001048 -0.19235142 1.04685390
+0.68732172 -0.19975711 1.04717112
+0.67845738 -0.20760769 1.04750144
+0.66511750 -0.21472411 1.04774892
+0.65035534 -0.22220244 1.04789340
+0.66952044 -0.20282289 1.04807675
+-0.15993270 -0.20042494 1.04829597
+-0.18825774 -0.20836398 1.04758704
+-0.16148064 -0.21433659 1.04679298
+-0.13381420 -0.22095758 1.04712701
+-0.10458419 -0.22823204 1.04654312
+-0.07144018 -0.23668842 1.04733384
+-0.02740853 -0.24531613 1.04981565
+0.02873675 -0.25617635 1.05003166
+0.10017185 -0.26686293 1.05037892
+0.17535482 -0.26916954 1.05068946
+0.24867551 -0.25671488 1.05083859
+0.31537297 -0.24448270 1.05022824
+0.37531731 -0.23224668 1.04750371
+0.43854016 -0.21924303 1.04406214
+0.50108325 -0.20271805 1.04273951
+0.55612016 -0.19067979 1.04283392
+0.61502749 -0.17811391 1.04297209
+0.67643356 -0.16581607 1.04315233
+0.74515140 -0.15428759 1.04330719
+0.79428983 -0.14186449 1.04346311
+0.85441625 -0.12999964 1.04370105
+0.91072267 -0.11572887 1.04393387
+0.97287548 -0.10428485 1.04411280
+1.03215182 -0.09247175 1.04426968
+1.07841527 -0.08229802 1.04435241
+1.12041044 -0.06866670 1.04444253
+1.20061028 -0.02571892 1.04460430
+-0.03186066 -0.01434971 1.04478347
+-0.27184126 -0.00241220 1.04496801
+-0.28085816 0.01449831 1.04512012
+-0.28049031 0.02803693 1.04531658
+-0.25481728 0.03954577 1.04557276
+-0.23016459 0.05584497 1.04577661
+-0.19070880 0.09710193 1.04588473
+-0.12758376 0.11277729 1.04494870
+-0.06716452 0.12780137 1.04513538
+-0.03110081 0.13656200 1.04415679
+-0.00911154 0.15076992 1.04444993
+0.01042980 0.16233186 1.04351664
+0.02803794 0.17183374 1.04744267
+0.04423247 0.18399048 1.04749954
+0.06125792 0.19231772 1.04769886
+0.06874079 0.20742197 1.04789901
+0.08480245 0.21897772 1.04819310
+0.09822603 0.23263937 1.04840660
+0.11579757 0.24254252 1.04699039
+0.13097610 0.25790611 1.04402554
+0.13514575 0.26837653 1.04259360
+0.14100748 0.28343147 1.04273307
+0.14437616 0.29384455 1.04290199
+0.14311324 0.30731955 1.04308784
+0.13765506 0.31682950 1.04325092
+0.13449986 0.33078393 1.04337561
+0.12915829 0.33841586 1.04350388
+0.11946051 0.34683388 1.04364336
+0.10790871 0.35532144 1.04379153
+0.09677816 0.36756027 1.04393542
+0.08252437 0.38097134 1.04406834
+0.06646145 0.39139184 1.04419386
+0.04827651 0.40335938 1.04431129
+0.03619424 0.53964919 1.04437172
+0.00076062 0.54837698 1.04437220
+-0.01136864 0.53455842 1.04444993
+-0.00854979 0.51035404 1.04440594
+-0.00496602 0.49630919 1.04389048
+0.00034925 0.47888300 1.04418278
+0.00634705 0.46010867 1.04425383
+0.01360619 0.44552791 1.04357183
+0.02259134 0.42433429 1.04372478
+0.03593040 0.40953034 1.04340458
+0.05365290 0.39111245 1.04734755
+0.07322719 0.36977682 1.04739237
+0.09832975 0.35558286 1.04776120
+0.12734675 0.33715150 1.04806864
+0.16133696 0.32310605 1.04839098
+0.19394557 0.30496210 1.04871595
+0.23078163 0.29045942 1.04724538
+0.28471667 0.27173191 1.04415286
+0.32485136 0.25735998 1.04278660
+0.39035070 0.23684281 1.04300320
+0.43785748 0.21978439 1.04319203
+0.50647676 0.20450337 1.04340410
+0.57416612 0.18625431 1.04359138
+0.64013106 0.17193896 1.04374552
+0.71970040 0.15320531 1.04391003
+0.81844741 0.13857114 1.04409206
+0.17728657 0.12410472 1.04428232
+-0.26914832 0.11690335 1.04448509
+-0.25649607 0.14588793 1.04470766
+-0.25663087 0.12354594 1.04493940
+-0.25298026 0.10723272 1.04518294
+-0.24582286 0.09080166 1.04535544
+-0.22554465 0.07661657 1.04551232
+-0.15142429 0.05740738 1.04582977
+-0.10463833 0.04320699 1.04482365
+-0.06278672 0.07103922 1.04487312
+-0.04133672 0.04881126 1.04396105
+-0.01597148 0.03239566 1.04402995
+0.00372244 0.01834209 1.04309690
+0.02988928 0.00205500 1.04313898
+0.06268064 -0.01890361 1.04226303
+0.09334496 -0.03554015 1.04211950
+0.12787738 -0.05585383 1.04208016
+0.16732104 -0.07546324 1.04706669
+0.21454272 -0.08983347 1.04904675
+0.27013734 -0.10962083 1.04933751
+0.32320604 -0.12350795 1.04981589
+0.38644591 -0.13663709 1.05025983
+0.45003396 -0.15193468 1.05058730
+0.50454813 -0.16633804 1.04904068
+0.55684435 -0.17960897 1.04459631
+0.62080127 -0.19268607 1.04082441
+0.68072659 -0.20683457 1.03973687
+0.73429084 -0.21973075 1.03960824
+0.79023767 -0.21612947 1.03949630
+0.84416294 -0.20233181 1.03940129
+0.89938003 -0.19326290 1.03932106
+0.94742912 -0.18424828 1.03925157
+0.99746472 -0.17354755 1.03918803
+1.04994893 -0.16304131 1.03912580
+0.97797632 -0.15369378 1.03906047
+0.46107259 -0.14825767 1.03899360
+0.53262055 -0.14457177 1.03892803
+0.57684129 -0.13917170 1.03890288
+0.61888355 -0.12935208 1.03784525
+0.66265106 -0.11974818 1.03684759
+0.69889951 -0.11099190 1.03684413
+0.77571100 -0.10419322 1.03582764
+-0.17290550 -0.08427196 1.03479040
+-0.22645129 -0.02876759 1.03384483
+-0.21134605 -0.02774499 1.03279316
+-0.19944845 -0.02165349 1.03188205
+-0.18348406 -0.01614812 1.03074443
+-0.16576697 -0.01239545 1.03076041
+-0.12737438 -0.00366092 1.02983749
+-0.06774687 0.00131886 1.02836621
+-0.00916373 0.05687360 1.03249776
+0.04860016 0.06187698 1.03848767
+0.11466578 0.06449741 1.03819215
+0.18591264 0.07557455 1.03816247
+0.25249082 0.08414344 1.03813612
+0.32010609 0.09260102 1.03811431
+0.37961325 0.10306925 1.03809774
+0.43261668 0.10995740 1.03808606
+0.49221691 0.11825661 1.03807831
+0.54622626 0.12875825 1.03807211
+0.60105246 0.13307633 1.03806496
+0.64297169 0.14328265 1.03805435
+0.68086082 0.15202600 1.03803778
+0.72340453 0.15859915 1.03801322
+0.76014274 0.16879788 1.03797841
+0.78450835 0.17895585 1.03793228
+0.82507324 0.18575945 1.03787243
+0.86522174 0.19447662 1.03779793
+0.91746414 0.19967900 1.03773820
+0.99042541 0.20196231 1.03705025
+1.02878976 0.20897779 1.03527665
+1.05627346 0.21389562 1.03465331
+1.06573808 0.22291228 1.03275001
+1.07740986 0.22719929 1.03271246
+1.09356129 0.23433225 1.03204226
+1.13882577 0.23747404 1.03013504
+0.03988095 0.26933613 1.02957904
+0.04072262 0.28385803 1.02764022
+0.08807699 0.28331354 1.02712226
+0.13343464 0.28331292 1.02512264
+0.17956431 0.28978390 1.02511585
+0.22482091 0.29434970 1.02457464
+0.30304635 0.30057824 1.02236807
+-0.06672543 0.35628238 1.02486587
+-0.14338468 0.41565487 1.03706765
+-0.09820326 0.41784424 1.03655100
+-0.05819796 0.42440113 1.03650796
+-0.01768442 0.43186325 1.03646767
+0.01682167 0.43605077 1.03643155
+0.06448399 0.44594824 1.03640187
+0.12090651 0.45142832 1.03637874
+0.17158525 0.45555949 1.03636074
+0.20701438 0.46184832 1.03634584
+0.24205589 0.46822515 1.03633249
+0.27250880 0.47442251 1.03631723
+0.29776999 0.48106974 1.03629708
+0.33240503 0.49102733 1.03627086
+0.36049017 0.49761814 1.03623521
+0.38902658 0.50230098 1.03618753
+0.43084139 0.50709260 1.03613651
+0.47272617 0.51368564 1.03583193
+0.52296859 0.51986116 1.03328395
+0.57069367 0.52520686 1.03304458
+0.62203509 0.52991027 1.03040814
+0.66765493 0.53750598 1.03015351
+0.70695078 0.54168206 1.02742970
+0.73367399 0.54678869 1.02733564
+0.77382129 0.54946476 1.02701509
+0.82783872 0.54570568 1.02424204
+0.76931041 0.55086559 1.02409744
+0.56471258 0.56967133 1.02132642
+0.64573509 0.56869161 1.02128208
+0.71136832 0.56892240 1.02104497
+0.77401322 0.57070994 1.01816368
+0.82713401 0.57491297 1.01814568
+0.89449894 0.57985401 1.01806772
+0.73678774 0.59304893 1.01548111
+-0.30392081 0.73402607 1.03497648
+-0.26369405 0.73547471 1.03423488
+-0.25175822 0.73509246 1.03418815
+-0.23928727 0.74240816 1.03414655
+-0.22479615 0.74851704 1.03411126
+-0.20869008 0.74781358 1.03408408
+-0.16229717 0.75353271 1.03406620
+-0.09867790 0.75845188 1.03405714
+-0.06168941 0.76419514 1.03405595
+-0.04089298 0.77061743 1.03406048
+-0.02173862 0.77720875 1.03406882
+-0.00108594 0.77494997 1.03407824
+0.01679454 0.78154075 1.03408682
+0.04496000 0.78740650 1.03409195
+0.05718203 0.78601432 1.03419805
+0.10552277 0.78096718 1.03112423
+0.14357442 0.77200103 1.03121436
+0.20268098 0.76256454 1.03129327
+0.26629037 0.75321490 1.02826321
+0.31187150 0.73548371 1.02841890
+0.38473117 0.72456425 1.02544212
+0.43929622 0.71782279 1.02556002
+0.48499361 0.70722395 1.02264118
+0.54915702 0.69517648 1.02271163
+0.61546445 0.68248719 1.02285707
+0.68360382 0.67257196 1.01994085
+0.79927266 0.65407586 1.01999795
+0.87331605 0.64067334 1.01695132
+0.94540650 0.61961573 1.01703775
+0.99779940 0.61176902 1.01700056
+1.04292548 0.60181773 1.01390505
+1.08893096 0.59397513 1.01406515
+1.16309702 0.58688772 1.01123273
+0.16613537 0.72413915 1.03391743
+0.00622493 0.72081178 1.03410554
+0.03630168 0.71509707 1.03408730
+0.06369490 0.70616424 1.03411150
+0.09327709 0.69043541 1.03414512
+0.11524529 0.68498528 1.03418529
+0.17252770 0.67460340 1.03423643
+-0.10589586 0.67727679 1.03429627
+-0.15615164 0.66843224 1.03436041
+-0.12998836 0.65278655 1.03442872
+-0.11084837 0.64683503 1.03449392
+-0.08846263 0.63779569 1.03454340
+-0.06621096 0.63248181 1.03468394
+-0.03031596 0.62252551 1.03194821
+0.00713493 0.61589694 1.03185081
+0.05068080 0.60575426 1.02927613
+0.10251580 0.60117531 1.02920544
+0.15984039 0.58589017 1.02928650
+0.22357860 0.57982129 1.02671528
+0.27778617 0.57017910 1.02671874
+0.34563279 0.56420857 1.02416122
+0.40507796 0.55415541 1.02406597
+0.45570570 0.54766142 1.02413666
+0.51412356 0.54094344 1.02168369
+0.57986826 0.52951485 1.02163291
+0.64227933 0.52096498 1.01896858
+0.72699422 0.50254345 1.01834393
+0.80323046 0.48770446 1.01822793
+0.86638439 0.47972393 1.01471221
+0.91773832 0.46902996 1.01402450
+0.96577305 0.46288568 1.01031780
+1.01490569 0.45656151 1.01054072
+1.08083951 0.44909337 1.01189041
+0.62629300 0.53874445 1.03289652
+0.43089932 0.55137217 1.03419507
+0.47300220 0.54427010 1.03419530
+0.49764347 0.53060061 1.03433573
+0.52113563 0.52529484 1.03437650
+0.54362410 0.52072340 1.03441262
+0.59005123 0.51461583 1.03449011
+0.05512249 0.52639329 1.03456545
+-0.21008018 0.51501685 1.03470302
+-0.18303505 0.50898314 1.03478646
+-0.16690569 0.50353938 1.03500330
+-0.14754887 0.49753812 1.03172040
+-0.12524673 0.49262962 1.03183496
+-0.08716694 0.48612928 1.02862656
+-0.03713232 0.47521847 1.02836859
+0.01637679 0.46429554 1.02563393
+0.07432493 0.45835012 1.02540660
+0.13697954 0.45401862 1.02590334
+0.20327112 0.44869983 1.02309799
+0.25889909 0.44434887 1.02334189
+0.32291606 0.43878978 1.02073491
+0.38591743 0.43394583 1.02056599
+0.44393778 0.42954609 1.02065933
+0.50368506 0.42034885 1.01779878
+0.56445736 0.41249317 1.01736403
+0.62575734 0.40507054 1.01399755
+0.69090736 0.39471924 1.01290560
+0.75733012 0.38635820 1.01267946
+0.82060516 0.37811247 1.00818050
+0.86667418 0.37156487 1.00714588
+0.91361248 0.36582914 1.00671387
+0.96362263 0.35613582 1.00297701
+1.02601433 0.34778649 1.00390029
+0.82819581 0.41044092 1.03112578
+0.75096107 0.41717407 1.03272939
+0.79632342 0.41115165 1.03266537
+0.81807005 0.40652350 1.03269482
+0.83637148 0.40664008 1.03274512
+0.86038888 0.39729300 1.03289437
+0.90118909 0.39034843 1.03295326
+0.11909202 0.41328222 1.03305995
+-0.22177851 0.41293588 1.03318548
+-0.19501173 0.40628719 1.03338099
+-0.17922240 0.40482211 1.03031158
+-0.15914436 0.39513791 1.03044939
+-0.13752501 0.38977885 1.02756155
+-0.09586101 0.38215730 1.02754164
+-0.03885802 0.37390685 1.02442312
+0.01974725 0.37160322 1.02454126
+0.07671601 0.36523241 1.02159309
+0.13508198 0.36026612 1.02219260
+0.19797248 0.36032701 1.01891470
+0.25930548 0.35088554 1.01988018
+0.32867512 0.34493208 1.02030337
+0.38193530 0.34411103 1.01727951
+0.43903479 0.33898515 1.01727104
+0.49812967 0.33169067 1.01719928
+0.56221694 0.32973599 1.01355231
+0.61829478 0.32232162 1.01303041
+0.67463124 0.31291386 1.00862670
+0.73354071 0.30428293 1.00847912
+0.79212785 0.29651713 1.00735295
+0.83422762 0.29475969 1.00208139
+0.88321728 0.28866300 1.00086975
+0.93928301 0.28319973 1.00064349
+0.99843049 0.27728871 0.99529856
+0.93946165 0.34111634 1.03024924
+0.96147907 0.34627968 1.03131735
+1.00375712 0.34021673 1.03125870
+1.02775693 0.34069729 1.03129888
+1.04726231 0.33109507 1.03160703
+1.05853486 0.33089218 1.03168297
+1.10641074 0.32381681 1.03178072
+0.00532329 0.36945090 1.03208184
+-0.23826060 0.36541012 1.02823639
+-0.21657829 0.36032295 1.02852249
+-0.20281433 0.35306814 1.02504897
+-0.18213792 0.34799749 1.02535748
+-0.16084658 0.34356004 1.02181244
+-0.11609849 0.33683151 1.02196085
+-0.05010675 0.33013198 1.01799655
+0.01167769 0.32763654 1.01835585
+0.07527570 0.32297266 1.01477361
+0.13370350 0.32013184 1.01556313
+0.19760367 0.31681716 1.01272297
+0.25358936 0.31214866 1.01323617
+0.32506347 0.30968010 1.01383948
+0.38243964 0.30903089 1.01035500
+0.44481197 0.30395192 1.01055336
+0.49465397 0.30306336 1.01070535
+0.55989647 0.29964775 1.00634933
+0.61945522 0.29712641 1.00586832
+0.66368747 0.28397131 1.00573492
+0.72843891 0.28095061 1.00021338
+0.77818942 0.27901730 0.99865299
+0.82520211 0.27560315 0.99756587
+0.86932957 0.27386206 0.99013937
+0.92855889 0.26829734 0.98915058
+0.98475826 0.26028574 0.98843616
+1.01270127 0.32117236 1.03186703
+1.06577170 0.32079470 1.03098142
+1.10345912 0.31893286 1.03088093
+1.12200594 0.31605801 1.03078461
+1.13603163 0.31642425 1.03082407
+1.14680171 0.31188509 1.03090286
+1.20398521 0.30866635 1.03118622
+-0.23225074 0.38714927 1.02676094
+-0.23790593 0.37744454 1.02252018
+-0.22325896 0.37036061 1.02311218
+-0.20922808 0.36882114 1.01878393
+-0.19074912 0.36394125 1.01944065
+-0.17047684 0.36330369 1.01554000
+-0.12425019 0.35390073 1.01610792
+-0.05724557 0.35139388 1.01186061
+-0.00520003 0.34615409 1.01302898
+0.04494270 0.34101164 1.01406085
+0.09741468 0.34194142 1.01129007
+0.16731700 0.34136823 1.01281464
+0.23976000 0.33814666 1.01022470
+0.31668481 0.33749646 1.01184988
+0.36599454 0.33721310 1.01313078
+0.43252683 0.33670953 1.01001918
+0.49242061 0.33264670 1.01108444
+0.55097198 0.33163118 1.01126969
+0.61043036 0.32692510 1.00606883
+0.65418237 0.32228252 1.00524771
+0.72221577 0.31915674 1.00461435
+0.77189922 0.31501633 0.99653912
+0.81908274 0.31026259 0.99648625
+0.86667985 0.31324670 0.99458033
+0.92915130 0.31160450 0.98651153
+0.98679751 0.31015390 0.98470366
+1.00970447 0.37190378 1.04317546
+1.05265462 0.36599869 1.04079831
+1.08923900 0.36859399 1.04044032
+1.10350513 0.36875591 1.04043424
+1.11765659 0.36897993 1.04047132
+1.13520825 0.36861250 1.03600764
+0.97248226 0.37500685 1.03593540
+-0.30880547 0.46064135 1.03149128
+-0.26163119 0.45196205 1.02726305
+-0.24964334 0.45090809 1.02739441
+-0.23558672 0.44541556 1.02280855
+-0.21751063 0.44329739 1.02302325
+-0.19134541 0.44257075 1.01855493
+-0.13567017 0.43429309 1.01848042
+-0.06410376 0.42456272 1.01793158
+-0.00699895 0.42731768 1.01345956
+0.04478622 0.42445251 1.01380062
+0.10731956 0.42421287 1.00952566
+0.17474000 0.42365298 1.01004970
+0.23567523 0.42181554 1.01030624
+0.31005222 0.41877031 1.00699663
+0.36759970 0.41628498 1.00741661
+0.42376059 0.41985172 1.00760484
+0.48430520 0.41570374 1.00226581
+0.54870760 0.41745526 1.00197744
+0.60279298 0.40859196 1.00087595
+0.66076928 0.40771088 0.99348813
+0.72226268 0.40058020 0.99279368
+0.77755433 0.40366080 0.98407358
+0.82235080 0.40172777 0.98174840
+0.87908292 0.40444928 0.97952813
+0.93965834 0.40426239 0.97694916
+0.96530575 0.40784094 0.97045243
+0.89035922 0.47331762 1.04617798
+0.93146235 0.46799132 1.04307044
+0.95842379 0.47344136 1.04304457
+0.97296786 0.47871843 1.04284728
+0.98096675 0.47803268 1.03886402
+0.99909240 0.47813570 1.03474367
+0.66307861 0.49748263 1.03463268
+-0.28300595 0.57957280 1.03070259
+-0.24152680 0.57513338 1.03063130
+-0.22790101 0.57431471 1.02631950
+-0.21289051 0.56888914 1.02224529
+-0.19246176 0.56826824 1.02153635
+-0.16219391 0.56710392 1.02092540
+-0.10670099 0.56328869 1.01646256
+-0.04312512 0.56250530 1.01544058
+0.00739139 0.55997008 1.01085150
+0.05367164 0.56334680 1.01072693
+0.10224663 0.56602752 1.00595260
+0.16163351 0.56066972 1.00577009
+0.22415283 0.56046009 1.00526643
+0.28423536 0.56374776 1.00003600
+0.34530291 0.56658632 0.99978435
+0.40381265 0.56827432 0.99943769
+0.46134922 0.56667680 0.99183893
+0.52553260 0.55931497 0.99118936
+0.58620548 0.55829209 0.98911351
+0.65358585 0.55538231 0.97994703
+0.71792203 0.55607074 0.97779250
+0.77494520 0.55819869 0.97396910
+0.82567912 0.55842620 0.96259785
+0.88379759 0.55771160 0.96022058
+0.95103616 0.55955422 0.95522869
+0.88216305 0.57506770 0.95615208
+0.66418320 0.63676941 1.04721773
+0.69690174 0.63995051 1.04360318
+0.71743464 0.64550924 1.04329741
+0.72603440 0.64924443 1.03994119
+0.72589535 0.65306586 1.03585649
+0.74722290 0.65808147 1.03291035
+0.41134244 0.67814660 1.03250098
+-0.24948320 0.74841136 1.02935147
+-0.20979205 0.74508017 1.02913129
+-0.19392078 0.74421263 1.02453792
+-0.17604902 0.74776298 1.02401435
+-0.15580492 0.74925029 1.02053010
+-0.12430157 0.75244635 1.01974607
+-0.07559760 0.75179386 1.01535594
+-0.02343098 0.75818616 1.01424193
+0.01722517 0.76001740 1.00949192
+0.05514289 0.76030678 1.00830805
+0.09804518 0.76186073 1.00712574
+0.14310911 0.76614910 1.00142217
+0.19830169 0.76955038 1.00076532
+0.25689459 0.77542418 0.99945897
+0.30944961 0.77859437 0.99127948
+0.36624587 0.77892351 0.99037498
+0.42642623 0.78151917 0.98784363
+0.48974407 0.78329396 0.97857130
+0.56256783 0.78628463 0.97587907
+0.64052445 0.78191996 0.97216958
+0.71158731 0.78098291 0.96024877
+0.77049595 0.78374624 0.95521545
+0.82684404 0.78167200 0.94886011
+0.88275111 0.78086454 0.94244081
+0.95806599 0.77608055 0.92555583
+0.80013889 0.79075277 0.92811817
+0.32129946 0.83961219 1.04729021
+0.35160249 0.84849072 1.04275167
+0.35297489 0.85414511 1.03932393
+0.35906908 0.85966116 1.03603661
+0.35938528 0.87044495 1.03270817
+0.37119856 0.87497556 1.02938831
+0.21508098 0.88606125 1.02913463
+-0.20945317 0.93958247 1.02564251
+-0.16763020 0.93628186 1.02559543
+-0.14929165 0.94480109 1.02138186
+-0.12762402 0.94753534 1.02077425
+-0.10605634 0.95597816 1.01679671
+-0.07748726 0.95836174 1.01590145
+-0.03738569 0.96613234 1.01110077
+0.00468085 0.96873426 1.01012027
+0.03839768 0.97543365 1.00894034
+0.06683257 0.97981161 1.00241613
+0.09731226 0.98862457 1.00160325
+0.13244472 0.99303335 1.00038385
+0.16905379 1.00094724 0.99122661
+0.21973522 1.00996745 0.98977280
+0.27244979 1.01398134 0.98851919
+0.32060066 1.02276766 0.97860962
+0.38276318 1.02641439 0.97643560
+0.45138574 1.03313708 0.97331697
+0.52729553 1.03824937 0.96145248
+0.63035220 1.03639245 0.95654768
+0.70197254 1.04204261 0.95307410
+0.77191246 1.04431224 0.93502778
+0.82763541 1.04090714 0.92804879
+0.89082706 1.04539800 0.92082280
+0.95644045 1.05125034 0.91388917
+0.89831585 1.04656363 0.89340258
+-0.13096595 1.09540105 1.04968166
+-0.10684254 1.10531950 1.04103565
+-0.11136632 1.11570334 1.03800523
+-0.11696970 1.12259483 1.03635442
+-0.12222020 1.14617503 1.05883229
+-0.12113014 1.17815578 1.10245001
+-0.09937757 1.19457102 1.12559903
+-0.14856748 1.20195138 1.12183774
+-0.09396742 1.20542920 1.12185657
+-0.06824208 1.21314943 1.11686683
+-0.03834189 1.20985186 1.09194207
+-0.01637080 1.19551754 1.03849256
+0.01170854 1.19312799 1.01324975
+0.04227276 1.19778633 1.01234794
+0.07045479 1.19943523 1.00552404
+0.09764449 1.19433582 1.00580144
+0.13272327 1.23839104 1.04375160
+0.13211945 1.00934982 0.96715504
+0.20718834 1.15408134 1.00438869
+0.24305181 1.14082563 0.99254036
+0.29453635 1.13461351 0.99175996
+0.35845202 1.12870526 0.99175614
+0.43524560 1.12904108 1.01610315
+0.52435946 1.13629174 1.05445755
+0.61658502 1.13652289 1.07613480
+0.69780380 1.12818956 1.07538438
+0.51785451 1.14131594 1.06266820
+0.49312398 1.13680947 1.06001711
+0.53402883 1.12607002 1.03429472
+0.55041331 1.10527110 0.97606570
+0.56231266 1.08999932 0.94161344
+0.59358507 1.08176196 0.93151140
+0.65827787 1.11157382 0.91969001
+0.06746500 0.14363180 1.05620170
+-0.22454214 -0.08478606 1.06554973
+-0.19071908 -0.06147551 1.06605768
+-0.16660613 -0.05305776 1.06703091
+-0.13991059 -0.04639650 1.06793189
+-0.10688092 -0.03928392 1.06853724
+-0.05671592 -0.03448847 1.06883883
+0.01041508 -0.02935058 1.06922293
+0.09453874 -0.02634816 1.06973577
+0.18257767 -0.02019588 1.07027400
+0.26179191 -0.00984884 1.07089353
+0.33347708 -0.00306446 1.07164156
+0.39665362 0.00213575 1.07252324
+0.45915809 0.00754916 1.07350004
+0.52731061 0.01701784 1.07453251
+0.58787900 0.02320629 1.07554030
+0.64386684 0.02914798 1.07645869
+0.70629269 0.03771660 1.07725108
+0.77190429 0.04292588 1.07790983
+0.82485425 0.05129759 1.07828534
+0.88342136 0.05632543 1.07842577
+0.93682784 0.05957728 1.07874584
+0.99539542 0.06612102 1.07930565
+1.04686713 0.07228269 1.07998013
+1.08838141 0.08305154 1.08078063
+1.12678468 0.08930077 1.08168697
+1.03910804 0.13784301 1.08265638
+0.07315457 0.19287185 1.08361948
+0.08988568 0.20164122 1.08452630
+0.08307210 0.20739341 1.08533359
+0.07336142 0.21962389 1.08602560
+0.06817096 0.22584327 1.08661640
+0.06143291 0.23464192 1.08714139
+0.08876485 0.24689668 1.08765757
+-0.13023396 0.26729563 1.08821785
+-0.08652641 0.27301985 1.08885586
+-0.05457229 0.28172514 1.08973694
+-0.01902067 0.28429982 1.09084463
+0.01318714 0.29432195 1.09186399
+0.05085587 0.30407292 1.09272373
+0.09203668 0.30804208 1.09346199
+0.13447888 0.31540701 1.09407151
+0.19582075 0.32450706 1.09458756
+0.25479203 0.33044723 1.09500360
+0.32816547 0.33581513 1.09533393
+0.38867539 0.34605047 1.09562743
+0.42507499 0.35187623 1.09594285
+0.46528026 0.36068240 1.09631979
+0.49511817 0.36973441 1.09677470
+0.52282715 0.37448251 1.09730601
+0.54808831 0.38235226 1.09803593
+0.57196987 0.38909122 1.09891856
+0.59527642 0.39728427 1.09964406
+0.60967827 0.39680389 1.10018826
+0.62004429 0.40044060 1.10066330
+0.63105148 0.40676606 1.10106909
+0.63281816 0.41377467 1.10142398
+0.63521129 0.42292121 1.10176015
+0.62444395 0.43403184 1.10223830
+0.61973000 0.43870899 1.10286486
+0.46151340 0.57249933 1.10339141
+-0.21309920 0.59524757 1.10382700
+-0.17536275 0.60564429 1.10429621
+-0.16306835 0.61152142 1.10478032
+-0.15074562 0.62174416 1.10526860
+-0.13743280 0.63319772 1.10587001
+-0.12486031 0.64369905 1.10655499
+-0.09551834 0.65764380 1.10707319
+-0.05324290 0.66302615 1.10745704
+-0.02507966 0.66656774 1.10786116
+-0.01500879 0.67670262 1.10839009
+-0.00636171 0.68659025 1.10902941
+-0.00030776 0.69642454 1.10955048
+0.00535511 0.70641357 1.10990214
+0.01011049 0.71156603 1.11021245
+0.01181970 0.71779269 1.11066866
+0.01536477 0.72779995 1.11124325
+0.01785170 0.74140221 1.11165440
+0.01961987 0.74005771 1.11189556
+0.01798907 0.71734738 1.11223912
+0.01432637 0.69531512 1.11273658
+0.00971961 0.67321211 1.11314011
+0.00402765 0.65160567 1.11343217
+-0.00342616 0.62750220 1.11384881
+-0.01158132 0.60090297 1.11440408
+-0.02047448 0.57964265 1.11488569
+-0.02962874 0.55990815 1.11529291
+-0.04030934 0.53388834 1.11583126
+-0.05019217 0.51486069 1.11648774
+-0.06078467 0.49570161 1.11704183
+-0.07104030 0.47781992 1.11748433
+-0.08092560 0.46228752 1.11801684
+-0.09019180 0.43791655 1.11863840
+-0.09823165 0.43066207 1.11915004
+-0.08382363 0.51695806 1.11965799
+-0.04630854 0.49789402 1.12026834
+-0.01468124 0.47201258 1.12079084
+-0.00819890 0.45780498 1.12132323
+-0.00744624 0.44404471 1.12196290
+-0.00796022 0.42041144 1.12251592
+-0.00895636 0.40399739 1.12307191
+-0.01002638 0.38759127 1.12374234
+-0.01112193 0.37196413 1.12433279
+-0.01222157 0.35229555 1.12490773
+-0.01337822 0.33513579 1.12555778
+-0.01455012 0.31558263 1.12609923
+-0.01568059 0.30199462 1.12655413
+-0.01677982 0.28855020 1.12700009
+-0.01791366 0.27098495 1.12739861
+-0.01899963 0.25832996 1.12784910
+-0.02005814 0.24159296 1.12836981
+-0.02139100 0.22942904 1.12879312
+-0.02302673 0.21600868 1.12919903
+-0.02483118 0.19919604 1.12967348
+-0.02648591 0.18795128 1.13013470
+-0.02778333 0.17291307 1.13058972
+-0.02893610 0.16196837 1.13096631
+-0.02996503 0.14778988 1.13134503
+-0.03072748 0.13726321 1.13180721
+-0.03131813 0.12355593 1.13227618
+-0.03189643 0.11374419 1.13275051
+-0.03237164 0.10066871 1.13322747
+-0.03262023 0.08758252 1.13370311
+-0.03272502 0.07879258 1.13410449
+-0.03273880 0.06748635 1.13449514
+-0.03258447 0.05948545 1.13494229
+-0.03222830 0.04960158 1.13537180
+-0.03175949 0.03771125 1.13578534
+-0.03086258 0.04798323 1.13618195
+-0.02972852 0.03382618 1.13650107
+-0.01171973 0.04464440 1.13620937
+-0.01203351 0.05201896 1.13592350
+-0.01251566 0.06339338 1.13564658
+-0.01312612 0.07203152 1.13534892
+-0.01386501 0.08390853 1.13498235
+-0.01479807 0.09614423 1.13461995
+-0.01603831 0.10548174 1.13423467
+-0.01768578 0.11855146 1.13375318
+-0.01971631 0.12860750 1.13317561
+-0.02208588 0.14113532 1.13271332
+-0.02483834 0.15099704 1.13229632
+-0.02797820 0.16537711 1.13178444
+-0.03138302 0.17595078 1.13125110
+-0.03495801 0.19063282 1.13069975
+-0.03900054 0.20150661 1.13021517
+-0.04349906 0.21671104 1.12972116
+-0.04825309 0.22751480 1.12914753
+-0.05330500 0.24141400 1.12857521
+-0.05849320 0.25075072 1.12800813
+-0.06398467 0.26155126 1.12753284
+-0.06965907 0.27707323 1.12706363
+-0.07535416 0.28773028 1.12651420
+-0.08116849 0.30344146 1.12605309
+-0.07398561 0.31521595 1.12558532
+-0.04422164 0.32593909 1.12502253
+-0.01619334 0.35837135 1.12454736
+-0.00765967 0.44012782 1.12407076
+-0.00742567 0.45389691 1.12330306
+-0.00742687 0.47645858 1.12278104
+-0.00768244 0.48955965 1.12229884
+-0.00864350 0.50423849 1.12175465
+-0.00997244 0.52574265 1.12127423
+-0.01086461 0.54044241 1.12081289
+-0.01187592 0.54977345 1.12027764
+-0.01330142 0.56548017 1.11986887
+-0.01462502 0.58905250 1.11953127
+-0.01585264 0.60607821 1.11908638
+-0.01682885 0.62374640 1.11854935
+-0.01748620 0.64221573 1.11810124
+-0.01784001 0.66109771 1.11762035
+-0.01784228 0.68249077 1.11691487
+-0.01766060 0.70120728 1.11616945
+-0.01703419 0.72202855 1.11555338
+-0.01484742 0.74346322 1.11492097
+-0.01143026 0.76543403 1.11418772
+-0.00581987 0.78792709 1.11353672
+0.00226363 0.81013000 1.11297119
+0.01157320 0.84095049 1.11227727
+0.02302236 0.86379713 1.11145937
+0.03658968 0.88177520 1.11078966
+0.05409158 0.90114826 1.11031449
+0.07323697 0.88569623 1.10977137
+0.09635635 0.87004375 1.10912168
+0.11972657 0.85361117 1.10859585
+0.14958468 0.83735472 1.10819256
+0.17708679 0.82037163 1.10779381
+0.21091326 0.80028802 1.10727155
+0.25397941 0.77954972 1.10662246
+0.23810798 0.76373088 1.10608065
+-0.15472320 0.79971921 1.10567784
+-0.13808727 0.87899572 1.10503042
+-0.14133185 0.85648918 1.10443735
+-0.14252633 0.84244156 1.10396039
+-0.14237261 0.82819968 1.10332501
+-0.14045478 0.81208009 1.10279965
+-0.11760963 0.79614824 1.10242069
+-0.07337776 0.78276056 1.10204458
+-0.04251530 0.77816463 1.10166490
+-0.02683402 0.76217347 1.10117328
+-0.01145208 0.74844491 1.10053599
+0.00645298 0.73338580 1.10000694
+0.02475283 0.71265566 1.09960079
+0.05088228 0.70337170 1.09918392
+0.07268270 0.68733406 1.09868276
+0.09528074 0.67172474 1.09796607
+0.11911801 0.65708864 1.09715736
+0.14774139 0.64225870 1.09638178
+0.19441099 0.63284808 1.09557307
+0.24493606 0.61794853 1.09489357
+0.30494168 0.59842110 1.09434450
+0.37658346 0.58846867 1.09378743
+0.44390139 0.57398039 1.09323084
+0.50722188 0.55865091 1.09267759
+0.59572208 0.54391080 1.09212887
+0.66170472 0.53278399 1.09157634
+0.71823031 0.51801062 1.09100425
+0.78869450 0.49645597 1.09039879
+0.84115720 0.48447013 1.08975852
+0.91188037 0.46818629 1.08910501
+0.96442926 0.45682201 1.08824813
+1.01862037 0.44156203 1.08721757
+1.08185053 0.42531070 1.08633971
+1.00295115 0.41233039 1.08562458
+-0.11946809 0.46662930 1.08483922
+-0.04859198 0.48172936 1.08373952
+-0.01204732 0.46400073 1.08314753
+0.02370576 0.44910711 1.08245540
+0.06234642 0.43533322 1.08174670
+0.10058384 0.41802773 1.08107865
+0.17438130 0.40650481 1.08039939
+-0.15449299 0.41946137 1.07973266
+-0.13399236 0.42699352 1.07906926
+-0.11264727 0.40694794 1.07841134
+-0.09077217 0.39073288 1.07775044
+-0.07023782 0.37758631 1.07709074
+-0.04629819 0.36055091 1.07639146
+-0.01001151 0.34714228 1.07566154
+0.03319705 0.32772624 1.07462037
+0.07349567 0.31270140 1.07336915
+0.11473027 0.29699439 1.07255769
+0.15773648 0.28546968 1.07212389
+0.20911328 0.27201849 1.07150805
+0.26372668 0.25589237 1.07076931
+0.32886675 0.24492900 1.06998324
+0.39548022 0.23306578 1.06920898
+0.45442647 0.21834351 1.06843305
+0.50860482 0.20824164 1.06765652
+0.57331526 0.19686365 1.06687629
+0.63326240 0.17912532 1.06607914
+0.68895519 0.16701145 1.06532145
+0.74841416 0.15595147 1.06450927
+0.80480117 0.14544816 1.06371582
+0.85929370 0.12955159 1.06306553
+0.90944219 0.11710236 1.06259155
+0.96272731 0.10611054 1.06197631
+1.02460110 0.09344893 1.06124175
+0.87561119 0.08541229 1.06052577
+0.62104732 0.09913888 1.05968022
+0.67495382 0.08510398 1.05895293
+0.72245443 0.07076979 1.05818558
+0.75531000 0.06007141 1.05755651
+0.79287481 0.04936160 1.05712092
+0.83434725 0.03307194 1.05654502
+0.56369376 0.03850859 1.05582297
+-0.27160692 0.12033082 1.05510926
+-0.23174530 0.09854371 1.05436718
+-0.21939322 0.07922167 1.05363894
+-0.20598221 0.06624420 1.05314028
+-0.18940143 0.04998093 1.05277824
+-0.16334236 0.03692990 1.05220246
+-0.11070951 0.01336818 1.05114460
+-0.04494117 -0.00259621 1.04972124
+0.00840741 -0.02235040 1.04877675
+0.05621224 -0.03489926 1.04835618
+0.12263904 -0.04539761 1.04774332
+0.19072661 -0.06310561 1.04695892
+0.25953311 -0.07333128 1.04617774
+0.33318588 -0.08557152 1.04558694
+0.38220012 -0.09683781 1.04518557
+0.44756192 -0.11336789 1.04460311
+0.49500406 -0.12576534 1.04385114
+0.56092352 -0.13626966 1.04311395
+0.61691612 -0.14904885 1.04257834
+0.65351999 -0.15789372 1.04242051
+0.71908098 -0.16361795 1.04246271
+0.75635207 -0.15916173 1.04254627
+0.79347211 -0.15139630 1.04266083
+0.82882649 -0.14366831 1.04274678
+0.88134426 -0.13591239 1.04280472
+0.92732763 -0.13063502 1.04279745
+1.01411867 -0.13235652 1.04277134
+1.06265545 -0.13113734 1.04274905
+1.09598589 -0.12381051 1.04279327
+1.11312985 -0.11646172 1.04275036
+1.12590122 -0.10924666 1.04273689
+1.13695228 -0.10204823 1.04279029
+1.18673480 -0.10317417 1.04275346
+0.01630617 0.04420353 1.04282677
+-0.10107350 0.04374193 1.04283130
+-0.06036782 0.04488153 1.04285002
+-0.03124708 0.03844516 1.04285777
+0.00599391 0.03362006 1.04284871
+0.04606883 0.03791034 1.04287279
+0.11198117 0.02727259 1.04231811
+-0.09256388 0.04640888 1.04282522
+-0.10460416 0.05123378 1.04245842
+-0.06201687 0.04501585 1.04244137
+-0.01649464 0.04983231 1.04244614
+0.03141825 0.05137546 1.04245341
+0.08182287 0.05660181 1.04246044
+0.14637302 0.05795483 1.04246688
+0.20442677 0.05771556 1.04248428
+0.25589642 0.06453451 1.04251528
+0.29863727 0.06293835 1.04255629
+0.34115127 0.06890114 1.04260492
+0.38230819 0.06455942 1.04265642
+0.41447702 0.07038137 1.04276431
+0.45734590 0.07325885 1.04266179
+0.49388802 0.08074356 1.04282856
+0.52979583 0.08462474 1.04273748
+0.56260800 0.09262904 1.04283488
+0.61042863 0.09233968 1.04296458
+0.66387260 0.09772665 1.04260516
+0.72784883 0.09787820 1.04234171
+0.78827494 0.10261157 1.04187727
+0.83324736 0.10568459 1.04186392
+0.86454684 0.11283240 1.04184723
+0.89311284 0.11343482 1.04155529
+0.92539489 0.11592074 1.04163969
+0.97747463 0.11791562 1.04133332
+0.45276383 0.23164070 1.04133773
+0.24788135 0.25262564 1.04135108
+0.30625930 0.24808919 1.04103875
+0.35092786 0.24195796 1.04102623
+0.39948341 0.24097352 1.04066980
+0.44533920 0.23836140 1.04062343
+0.51880622 0.23419239 1.04038632
+0.04054336 0.27868584 1.04269326
+-0.19560191 0.28428173 1.04247975
+-0.16254525 0.28324977 1.04244626
+-0.13605626 0.28293648 1.04247546
+-0.10364318 0.27867588 1.04249024
+-0.06761765 0.27923185 1.04250813
+-0.02056669 0.28415447 1.04253650
+0.03935609 0.28496221 1.04256845
+0.09424444 0.28385937 1.04261565
+0.13375114 0.27970934 1.04266393
+0.17030816 0.27827924 1.04280174
+0.20305744 0.28218833 1.04239118
+0.23245990 0.28221637 1.04256010
+0.26812145 0.28427535 1.04218602
+0.30345640 0.28535479 1.04234719
+0.33051831 0.28651845 1.04214311
+0.36003926 0.29043615 1.04240227
+0.39685908 0.29484248 1.04277003
+0.45001528 0.29812104 1.04203200
+0.50564522 0.30002889 1.04133785
+0.56058908 0.30617565 1.04038143
+0.61699480 0.30753860 1.04019129
+0.65652025 0.31112072 1.04015768
+0.69877726 0.31170028 1.03949988
+0.74880219 0.31383768 1.03945899
+0.80765164 0.31218857 1.03881013
+0.58470881 0.40629598 1.03852332
+0.50149071 0.42669994 1.03852999
+0.56818360 0.42076012 1.03756440
+0.62656748 0.42025134 1.03744221
+0.67369205 0.41391522 1.03739536
+0.73141325 0.40996739 1.03646815
+0.81173742 0.40298566 1.03617239
+0.09911274 0.46132624 1.04147327
+-0.25786668 0.47316954 1.04125321
+-0.23217130 0.46927521 1.04116893
+-0.21477924 0.47016290 1.04114807
+-0.19506685 0.47222558 1.04113901
+-0.17263885 0.47124493 1.04115450
+-0.13046548 0.46447086 1.04115319
+-0.06929684 0.46409753 1.04117703
+-0.01729285 0.46508607 1.04121554
+0.01730622 0.46563965 1.04132748
+0.04696608 0.46688664 1.04068220
+0.07403848 0.45582211 1.04086709
+0.10126226 0.45541945 1.04029334
+0.13569720 0.45487463 1.04057372
+0.16399498 0.45748758 1.04025018
+0.19091001 0.45431110 1.04072082
+0.21527861 0.45762601 1.04022813
+0.24188609 0.45892724 1.04084229
+0.29198343 0.45832810 1.03992164
+0.34284240 0.45237303 1.03923082
+0.40726537 0.45407796 1.03878856
+0.46421653 0.45761213 1.03800893
+0.50671607 0.45696011 1.03807580
+0.55965090 0.46005097 1.03804815
+0.61833322 0.46270651 1.03718865
+0.69360495 0.45580885 1.03718257
+0.63726634 0.54348654 1.03613544
+0.66875309 0.54623020 1.03605616
+0.74556929 0.54333436 1.03587747
+0.80592138 0.53985864 1.03454959
+0.86753529 0.53260130 1.03392398
+0.92198211 0.53198367 1.03364098
+1.01522946 0.52590895 1.03215075
+-0.00171592 0.61238450 1.04109859
+-0.29105693 0.61821681 1.04083955
+-0.27323323 0.61903417 1.04074478
+-0.26333395 0.61770082 1.04070663
+-0.24924304 0.61251652 1.04076338
+-0.23370293 0.61026323 1.04076004
+-0.19385237 0.61154878 1.04077649
+-0.12948334 0.60788071 1.04091752
+-0.07700238 0.60866904 1.03985572
+-0.04745597 0.60307252 1.04006994
+-0.02337115 0.59945488 1.03915739
+0.00524227 0.59577835 1.03948116
+0.02847503 0.59290868 1.03875804
+0.06203691 0.59335506 1.03917062
+0.08745323 0.58964044 1.03837514
+0.10855435 0.58734834 1.03905857
+0.13247757 0.58522058 1.03843153
+0.15288417 0.58112842 1.03910279
+0.19777976 0.57468879 1.03797352
+0.23634802 0.57447255 1.03710747
+0.29556915 0.57341850 1.03671384
+0.35940072 0.57254380 1.03571153
+0.40656546 0.57731688 1.03570902
+0.46715629 0.57714373 1.03584123
+0.53400975 0.57386410 1.03462183
+0.60577941 0.56781626 1.03457737
+0.66593838 0.65219820 1.03460407
+0.74030811 0.64783430 1.03306675
+0.82332659 0.64044732 1.03272414
+0.87948054 0.63384229 1.03192377
+0.94023579 0.63151926 1.02675915
+0.99387121 0.62727344 1.02336907
+1.10615802 0.61109716 1.02089775
+-0.23628692 0.70948309 1.04176104
+-0.29993212 0.70859724 1.04065800
+-0.29153284 0.70424926 1.04057336
+-0.28250203 0.69823295 1.04051173
+-0.27023658 0.70050776 1.04049468
+-0.25583631 0.69936967 1.04049158
+-0.21386755 0.69324768 1.04064000
+-0.14264435 0.68908387 1.03940070
+-0.09749667 0.68088192 1.03826094
+-0.07094870 0.67893821 1.03873610
+-0.04679969 0.67658061 1.03770542
+-0.01979036 0.67369276 1.03830624
+0.00420926 0.67185640 1.03750134
+0.04196672 0.66398573 1.03844357
+0.06307564 0.66155392 1.03793108
+0.08789220 0.65323991 1.03905463
+0.11074301 0.65047109 1.04031181
+0.13205788 0.64706063 1.04100072
+0.17187442 0.65421861 1.06503677
+0.20261341 0.67126781 1.10874927
+0.27230373 0.67940658 1.13161302
+0.32964340 0.67565435 1.13263941
+0.37484932 0.67745364 1.13225222
+0.44608375 0.67322612 1.13308001
+0.51498061 0.66940981 1.13357627
+0.59679347 0.66903859 1.13234365
+0.66166794 0.76133066 1.13239503
+0.73572844 0.75138438 1.13249135
+0.81454998 0.74464959 1.13047314
+0.87363309 0.73633158 1.13067210
+0.93370569 0.72969258 1.13029659
+0.99301064 0.72322232 1.12758839
+0.95503950 0.72204006 1.12639701
+-0.33417335 0.81224638 1.14351976
+-0.29075852 0.80686635 1.14185834
+-0.28426048 0.79771894 1.14172554
+-0.27252370 0.79646963 1.14169943
+-0.25912693 0.79211396 1.14175785
+-0.23807208 0.79069281 1.14047313
+-0.18895659 0.77938449 1.14065158
+-0.11762111 0.77506799 1.13948798
+-0.07192397 0.77170438 1.13837910
+-0.04309009 0.76622939 1.13863611
+-0.01595638 0.76043093 1.13747633
+0.01431340 0.75837463 1.13772762
+0.04186984 0.75200534 1.13650680
+0.08151456 0.74387014 1.13666320
+0.10512029 0.74121571 1.13689113
+0.13408123 0.73399621 1.13579082
+0.16142997 0.73048902 1.13610852
+0.18664397 0.72563839 1.13504398
+0.21810193 0.71480417 1.13526988
+0.24850437 0.71116066 1.13540518
+0.29848573 0.70048624 1.13472331
+0.36532277 0.70029354 1.13496375
+0.41756082 0.69742119 1.13523149
+0.48249620 0.69807947 1.13395381
+0.55350649 0.69372994 1.13401461
+0.60764414 0.70487988 1.13414454
+0.58160681 0.78563625 1.13230610
+0.65646404 0.77209908 1.13248003
+0.71668780 0.76597297 1.13043606
+0.77806634 0.75976008 1.13000906
+0.82585931 0.75347412 1.12986755
+0.89019859 0.74594808 1.12929261
+0.64070028 0.74671960 1.12669802
+-0.30322662 0.81612188 1.14578927
+-0.26479784 0.80856150 1.14366126
+-0.25472829 0.80067593 1.14366496
+-0.23982838 0.79948562 1.14373672
+-0.22227277 0.79439247 1.14285755
+-0.19154127 0.78654104 1.14196551
+-0.13416041 0.78316420 1.14211440
+-0.06623269 0.77449167 1.14129293
+-0.01809658 0.76453978 1.14147651
+0.01457392 0.76324475 1.14066803
+0.04922725 0.75682992 1.13992512
+0.08440391 0.74800509 1.13989460
+0.11847778 0.74219286 1.13999724
+0.15884329 0.73869020 1.13913250
+0.19346869 0.73132342 1.13930643
+0.22689065 0.72070926 1.13855958
+0.25972515 0.71354020 1.13873756
+0.29665670 0.70881939 1.13783395
+0.32944798 0.69831276 1.13794672
+0.36303607 0.69113147 1.13821518
+0.41702893 0.68453121 1.13726723
+0.47830617 0.67970598 1.13739431
+0.52969605 0.68080783 1.13779140
+0.59501100 0.67694348 1.13640440
+0.66175044 0.66627222 1.13651645
+0.61266029 0.68558121 1.13663924
+0.42785928 0.77187705 1.13501263
+0.49050933 0.75937188 1.13521957
+0.53768843 0.75080132 1.13473690
+0.58644366 0.74407607 1.13281429
+0.62734687 0.73212773 1.13313663
+0.69235420 0.72889268 1.13225079
+0.38946292 0.73233378 1.13091993
+-0.25588578 0.76875484 1.14795697
+-0.21784124 0.76194143 1.14563441
+-0.20276588 0.75769949 1.14558387
+-0.18247004 0.75305265 1.14501417
+-0.15879856 0.74602520 1.14438665
+-0.11937810 0.73775524 1.14400184
+-0.05624691 0.73130429 1.14406717
+0.00980248 0.72429091 1.14364588
+0.06481665 0.71436840 1.14379752
+0.10620540 0.70792723 1.14316773
+0.14941858 0.70232671 1.14326513
+0.18983650 0.69573593 1.14278817
+0.23596878 0.68528336 1.14296544
+0.28371164 0.67821574 1.14243412
+0.32465205 0.67114490 1.14267993
+0.36743605 0.66335887 1.14211559
+0.41231173 0.65418857 1.14227068
+0.45865327 0.64207906 1.14230025
+0.50078523 0.63493556 1.14177716
+0.54869449 0.62672710 1.14189923
+0.60057664 0.61829746 1.14219356
+0.65877265 0.60781360 1.14125538
+0.71097571 0.59961706 1.14168918
+0.76493466 0.59806824 1.14168346
+0.82420796 0.59500021 1.14099908
+0.63863283 0.61952835 1.14103281
+0.20441070 0.72695351 1.14127076
+0.25163648 0.71165180 1.14013112
+0.28543556 0.70454895 1.14037013
+0.31683379 0.69525278 1.14006233
+0.34650946 0.68761986 1.14034891
+0.38966277 0.68055063 1.13876081
+0.22713627 0.67139691 1.13785374
+-0.19649936 0.67995650 1.14961648
+-0.15340708 0.67391783 1.14709282
+-0.13072440 0.66815972 1.14684510
+-0.10542727 0.65514410 1.14671183
+-0.07481186 0.65041995 1.14656818
+-0.02794466 0.64563787 1.14644158
+0.03264536 0.63620073 1.14665914
+0.09851664 0.62983483 1.14643741
+0.16410486 0.62079108 1.14672315
+0.21665269 0.61508662 1.14648271
+0.27574205 0.60049319 1.14673746
+0.32166412 0.59532541 1.14651346
+0.37411499 0.58574754 1.14676332
+0.43590859 0.57815713 1.14667153
+0.48724291 0.56738746 1.14677918
+0.54131454 0.55999053 1.14705837
+0.59599423 0.54836595 1.14672124
+0.65901703 0.53908682 1.14706087
+0.70671117 0.52697247 1.14743781
+0.76826328 0.51139641 1.14710712
+0.82540911 0.49975210 1.14755261
+0.88807154 0.49292871 1.14803267
+0.93727803 0.48515365 1.14779246
+0.98973805 0.48033851 1.14833772
+1.03460407 0.47851560 1.14887285
+0.86019546 0.48866984 1.14874291
+-0.08729093 0.62235469 1.14935684
+-0.05316373 0.61098158 1.15011811
+-0.03984208 0.59772837 1.15003133
+-0.02700906 0.59370053 1.15098798
+-0.01478274 0.57978725 1.15180922
+0.00134961 0.57277834 1.15239596
+0.01607834 0.56799924 1.15014601
+-0.12514216 0.56194663 1.15272808
+-0.07428887 0.54686832 1.15044653
+-0.04186599 0.53941953 1.15123010
+-0.00637202 0.53767931 1.15472543
+0.01424165 0.46677759 1.12565124
+0.09352040 0.50809896 1.20388412
+0.15013035 0.46893299 1.15540051
+0.20887128 0.46175584 1.15555978
+0.28299165 0.45775524 1.15634239
+0.34482279 0.44899774 1.14587903
+0.40442342 0.46198344 1.17045140
+0.45392245 0.49891001 1.20688057
+0.49901175 0.51124805 1.22030592
+0.54754877 0.49829265 1.21007943
+0.59367776 0.48490286 1.21087611
+0.62119317 0.46417972 1.20040715
+0.64785326 0.43088165 1.16845846
+0.67533177 0.37275511 1.11328900
+0.68654209 0.33382767 1.07837391
+0.71081048 0.31669596 1.07795596
+0.72700787 0.30416176 1.06796813
+0.74397618 0.29209754 1.05834520
+0.74657619 0.28211096 1.04896820
+0.74499625 0.27619076 1.03952098
+0.73329812 0.26461181 1.04080153
+0.75013888 0.25486296 1.03112793
+0.00566653 0.37037194 1.02185106
+-0.17686626 0.37158415 1.01236331
+-0.16000655 0.36051607 1.00282049
+-0.15024298 0.34604335 0.99337453
+-0.14077742 0.33633167 0.98352921
+-0.13061410 0.32303810 0.98421407
+-0.10781454 0.32718286 0.97182065
+-0.06781987 0.35653612 0.95711184
+-0.03188847 0.37397778 0.94442534
+-0.01436135 0.36953062 0.93445790
+-0.00227927 0.36034915 0.92463791
+0.00778212 0.34318015 0.91470832
+0.01757314 0.33285752 0.90436959
+0.02781443 0.32359421 0.90450633
+0.03663513 0.31410083 0.89394957
+0.04905554 0.30061615 0.88364476
+0.05987925 0.29130253 0.87341386
+0.06874390 0.28175956 0.86335880
+0.07402559 0.27248934 0.85331541
+0.07544486 0.25704974 0.84320867
+0.07749026 0.24676590 0.83348906
+0.07824189 0.23750234 0.82371622
+0.07572921 0.22511968 0.81374562
+0.07324746 0.21655738 0.80404150
+0.06927466 0.20748033 0.79413414
+0.06428903 0.19560601 0.78394055
+0.05662452 0.18707590 0.77354777
+0.04988059 0.17922325 0.77319115
+0.04282036 0.16694623 0.76269966
+0.03392503 0.15849292 0.75271988
+0.02377545 0.14971423 0.74267107
+0.01247765 0.14484896 0.73297977
+0.00413980 0.13602531 0.72322828
+-0.00001995 0.15493631 0.71378773
+-0.06903740 0.17578307 0.70440757
+-0.04614941 0.16288087 0.69498968
+-0.04266159 0.15537596 0.68564308
+-0.03965933 0.14591758 0.67612529
+-0.03680849 0.13911924 0.66678822
+-0.03424150 0.12873688 0.65734851
+-0.02743179 0.12260459 0.64815056
+-0.01665146 0.11351716 0.63897663
+-0.01148581 0.10501391 0.63000387
+-0.01223269 0.09944949 0.62158400
+-0.01374992 0.09036277 0.60410225
+-0.01578565 0.08544177 0.59615129
+-0.01822757 0.07799423 0.58800668
+-0.02118063 0.07087278 0.58000875
+-0.02486975 0.06629956 0.57209033
+-0.02950899 0.05946162 0.56431186
+-0.03516417 0.05528843 0.55663061
+-0.04114047 0.04799543 0.54914337
+-0.04652513 0.04191317 0.54187256
+-0.05080226 0.03803162 0.53467017
+-0.05451465 0.03145010 0.52735722
+-0.05787162 0.02525725 0.52021897
+-0.06089815 0.01931774 0.51325595
+-0.06374226 0.01532740 0.50644439
+-0.06644585 0.00951071 0.49167487
+-0.06889480 0.00437403 0.48541784
+-0.07087937 0.00030317 0.47862542
+-0.07248266 -0.00429138 0.47222066
+-0.07375360 -0.00888067 0.46587363
+-0.07456823 -0.01327486 0.45960245
+-0.07483662 -0.01748435 0.45343760
+-0.07444162 -0.02031065 0.44721401
+-0.07047012 -0.02649441 0.43368265
+-0.05136597 -0.02840589 0.42816910
+-0.02369694 -0.03500412 0.42252699
+-0.01155999 -0.03929586 0.41701433
+-0.01165647 -0.04311160 0.41161859
+-0.01181572 -0.04664266 0.40634450
+-0.01196676 -0.04911705 0.40084454
+-0.01213328 -0.05250854 0.38854170
+-0.01233316 -0.05563033 0.38378054
+-0.01251786 -0.05838360 0.37885281
+-0.01270819 -0.06076610 0.37401482
+-0.01293431 -0.06312272 0.36951369
+-0.01319239 -0.06541914 0.35796365
+-0.01345828 -0.06752411 0.35370886
+-0.01375409 -0.06935946 0.34931153
+-0.01407422 -0.07086734 0.34500343
+-0.01444133 -0.07218360 0.34100255
+-0.01497089 -0.07350182 0.33016953
+-0.01565102 -0.07455022 0.32632172
+-0.01635445 -0.07456536 0.32228899
+-0.01697711 -0.07336606 0.31860989
+-0.01752136 -0.07167064 0.30591559
+-0.01804180 -0.06994928 0.30006576
+-0.01852574 -0.06816849 0.29403427
+-0.01894900 -0.06623903 0.28827304
+-0.01933540 -0.06425844 0.27610224
+-0.01969457 -0.06244509 0.27051362
+-0.01998864 -0.06068242 0.26477376
+-0.02018559 -0.05887775 0.25930420
+-0.02029897 -0.05723793 0.24763538
+-0.02031641 -0.05577950 0.24230607
+-0.02020849 -0.05443895 0.23680547
+-0.01996116 -0.05308616 0.23154201
+-0.01955923 -0.05187666 0.22028184
+-0.01901128 -0.05284157 0.21513128
+-0.01824078 -0.05554597 0.21001445
+-0.01733922 -0.05607497 0.19908713
+-0.01660886 -0.05464443 0.19410460
+-0.01600045 -0.05342122 0.18916468
+-0.01535663 -0.05222977 0.17859678
+-0.01468361 -0.05082896 0.17379694
+-0.01400552 -0.04952456 0.16903469
+-0.01334487 -0.04837542 0.15881270
+-0.01271461 -0.04716729 0.15417179
+-0.01213135 -0.04584670 0.14955920
+-0.01160978 -0.04449485 0.13965613
+-0.01115441 -0.04322285 0.13515224
+-0.01077423 -0.04213598 0.13067426
+-0.01047167 -0.04110188 0.12108075
+-0.01024942 -0.04002376 0.11670849
+-0.01010912 -0.03897397 0.11235944
+-0.01004595 -0.03794426 0.10306864
+-0.01007002 -0.03696886 0.09881973
+-0.01017198 -0.03595655 0.09459338
+-0.01034992 -0.03489099 0.08560526
+-0.01059566 -0.03388559 0.08164378
+-0.01089837 -0.03291393 0.07289952
+-0.01124769 -0.03196203 0.06890272
+-0.01162979 -0.03103379 0.06494642
+-0.01204104 -0.03012647 0.05655506
+-0.01247438 -0.02924879 0.05288658
+-0.01292467 -0.02840224 0.04476306
+-0.01338769 -0.02751891 0.04122145
+-0.01385697 -0.02666701 0.03335589
+-0.01432514 -0.02594306 0.02979167
+-0.01478259 -0.02529126 0.02625652
+-0.01521919 -0.02469860 0.01871140
+-0.01562919 -0.02412979 0.01541362
+-0.01600309 -0.02397749 0.00809960
+-0.01633680 -0.02421276 0.00489540
+-0.01662562 -0.02415042 -0.00231178
+-0.00851315 -0.02529901 0.00467346
+-0.00856131 -0.02576090 0.01206374
+-0.00861454 -0.02644875 0.01549922
+-0.00868608 -0.02718944 0.01896633
+-0.00878615 -0.02801616 0.02655610
+-0.00893527 -0.02887262 0.02999733
+-0.00914360 -0.02970603 0.03782554
+-0.00941845 -0.03056040 0.04136451
+-0.00976263 -0.03140611 0.04942322
+-0.01017312 -0.03222803 0.05320164
+-0.01064369 -0.03307337 0.05699934
+-0.01116458 -0.03395970 0.06534977
+-0.01172543 -0.03486060 0.06908562
+-0.01231976 -0.03577059 0.07765975
+-0.01293270 -0.03669714 0.08164917
+-0.01355113 -0.03763758 0.08566778
+-0.01415561 -0.03856232 0.09456568
+-0.01472397 -0.03944877 0.09854895
+-0.01523048 -0.04027585 0.10771053
+-0.01564418 -0.04117970 0.11199602
+-0.01594661 -0.04221105 0.11632481
+-0.01611693 -0.04326613 0.12584737
+-0.01615124 -0.04435954 0.13031188
+-0.01605658 -0.04541958 0.13481088
+-0.01584174 -0.04684357 0.14467095
+-0.01553196 -0.04994931 0.14929065
+-0.01514727 -0.05398552 0.15394649
+-0.01470846 -0.05661898 0.16405325
+-0.01423724 -0.05810864 0.16880950
+-0.01375147 -0.05938965 0.17361499
+-0.01326836 -0.06066870 0.18415427
+-0.01280197 -0.06209261 0.18907940
+-0.01236678 -0.06333967 0.19403830
+-0.01198696 -0.06441439 0.20490211
+-0.01167061 -0.06572206 0.21001582
+-0.01143244 -0.06726678 0.21535225
+-0.01128249 -0.06872407 0.22052421
+-0.01123586 -0.07008852 0.23181534
+-0.01130025 -0.07147335 0.23710884
+-0.01147416 -0.07289804 0.24242997
+-0.01179002 -0.07431797 0.25403497
+-0.01226046 -0.07564444 0.25945923
+-0.01291665 -0.07690334 0.26511410
+-0.01378183 -0.07811216 0.27057466
+-0.01486632 -0.07924496 0.28252694
+-0.01618818 -0.08030093 0.28807113
+-0.01772133 -0.08142836 0.29385337
+-0.01942525 -0.08265773 0.29943961
+-0.02130821 -0.08366779 0.31174949
+-0.02341735 -0.08440328 0.31752962
+-0.02575345 -0.08442478 0.32123935
+-0.02828089 -0.08313867 0.32488903
+-0.03095906 -0.08114234 0.33552447
+-0.03378314 -0.07904455 0.33939934
+-0.03672164 -0.07683583 0.34359959
+-0.03970589 -0.07443714 0.34789491
+-0.04282032 -0.07179587 0.35203964
+-0.04459417 -0.06907243 0.36342052
+-0.03693592 -0.06731934 0.36778075
+-0.02186288 -0.06747184 0.37250012
+-0.01446565 -0.06706680 0.37704092
+-0.01423920 -0.06507662 0.38171902
+-0.01411050 -0.06115466 0.38648811
+-0.01403042 -0.05699771 0.39879972
+-0.01404303 -0.05259432 0.40378964
+-0.01420811 -0.04809206 0.40913698
+-0.01450575 -0.04491518 0.41508979
+-0.01497006 -0.04029092 0.42060471
+-0.01564535 -0.03521417 0.42599624
+-0.01653723 -0.02962396 0.43931758
+-0.01762026 -0.02374324 0.44495407
+-0.01897514 -0.01794682 0.45098129
+-0.02061514 -0.01367308 0.45748955
+-0.02234431 -0.00729811 0.46367440
+-0.02417800 -0.00064755 0.46999973
+-0.02632428 0.00634397 0.47638372
+-0.02916063 0.01121382 0.48291355
+-0.03294146 0.01867102 0.49756008
+-0.03748086 0.02642027 0.50401962
+-0.04273496 0.03379558 0.51085842
+-0.04856309 0.03923710 0.51805055
+-0.05445857 0.04753526 0.52509075
+-0.06065463 0.05626495 0.53225791
+-0.06719267 0.06117233 0.53927660
+-0.07280739 0.06861556 0.54626071
+-0.07763434 0.07682814 0.55358452
+-0.08193921 0.08082826 0.56116748
+-0.08567491 0.08884797 0.56881493
+-0.08861304 0.09690833 0.57667327
+-0.09062349 0.10190151 0.58432537
+-0.09061485 0.11051304 0.60133451
+-0.08731891 0.11582199 0.60938090
+-0.06143279 0.12280426 0.61796004
+-0.04955679 0.15526450 0.62634200
+-0.03180415 0.17100038 0.63373017
+-0.03487026 0.18180326 0.64291024
+-0.03784943 0.18985537 0.65189809
+-0.04061079 0.20150860 0.66119397
+-0.04327228 0.20906621 0.67055142
+-0.03829632 0.22188407 0.68001193
+-0.02513067 0.22907841 0.68941021
+-0.01707761 0.24185598 0.69907415
+-0.01611229 0.25079495 0.70863730
+-0.01486808 0.26433989 0.71837729
+-0.01364153 0.27281055 0.72826159
+-0.01158275 0.28267980 0.73801416
+-0.00849201 0.29812580 0.74802661
+-0.00524735 0.30822629 0.75791270
+-0.00171357 0.32437786 0.76802212
+0.00127443 0.33514169 0.77818787
+0.00512825 0.34583935 0.77839339
+0.01110760 0.36168110 0.78886878
+0.01988536 0.37121993 0.79904443
+0.03079566 0.38275695 0.80883819
+0.04678340 0.40050930 0.81902713
+0.06260772 0.41222584 0.82899308
+0.07730941 0.42392787 0.83882135
+0.10073085 0.44211140 0.84893328
+0.12543647 0.45243698 0.85875577
+0.14988053 0.46090490 0.86875606
+0.18038455 0.47868818 0.87864119
+0.20673724 0.49006391 0.88835824
+0.24420404 0.50136906 0.89825410
+0.28302056 0.51262647 0.89760864
+0.31824496 0.52259839 0.90744948
+0.37676376 0.53632367 0.91738135
+0.19866730 0.56931108 0.92719889
+-0.17778079 0.66004801 0.93567294
+-0.16474567 0.67282486 0.94557589
+-0.16577922 0.68531466 0.95530212
+-0.16571279 0.70206481 0.96549386
+-0.16267973 0.72699308 0.96512604
+-0.15182582 0.74340934 0.97533196
+-0.11717070 0.75758034 0.98524225
+-0.07116792 0.76610094 0.99507177
+-0.04194589 0.78190386 1.00500011
+-0.02675956 0.79963028 1.01497030
+-0.00783259 0.81693637 1.02522099
+0.00985669 0.83422548 1.02471483
+0.03323610 0.85191107 1.03510129
+0.05894115 0.86902583 1.04505956
+0.08200524 0.88020611 1.05531156
+0.10504469 0.89790338 1.06573820
+0.12737016 0.91531473 1.06521261
+0.15214749 0.93295771 1.07571077
+0.18428347 0.95064056 1.08584094
+0.22373910 0.96823990 1.09604776
+0.27997109 0.98546493 1.10665476
+0.35045487 1.00233293 1.10605216
+0.40557685 1.01143634 1.11676300
+0.47137731 1.02793229 1.12673104
+0.56096876 1.04267704 1.13657570
+0.62193054 1.05855906 1.14678955
+0.71600389 1.05866921 1.14580739
+0.76124930 1.04705870 1.14538968
+0.84420127 1.02839136 1.14490354
+0.90154511 1.01539910 1.14433908
+0.96809626 1.00152910 1.14358270
+1.02308285 0.98860091 1.14294791
+1.13639283 0.97030169 1.14260554
+-0.12486894 1.11552584 1.14499068
+-0.17577353 1.10631323 1.14455259
+-0.14584273 1.09557450 1.14446068
+-0.11602336 1.08528674 1.14439261
+-0.08390498 1.07476687 1.14430857
+-0.05137929 1.06977355 1.14426172
+0.00755203 1.04969037 1.14386666
+-0.13168977 1.04993463 1.14378178
+-0.11542752 1.03743756 1.14371502
+-0.09034363 1.03244030 1.14365745
+-0.06444640 1.02224088 1.14359069
+-0.04201198 1.01173878 1.14355135
+-0.01575044 1.00699735 1.14352167
+0.02056407 0.98918974 1.14348114
+0.05926402 0.97739875 1.14343667
+0.09471440 0.97192740 1.14344490
+0.12638567 0.96060640 1.14350545
+0.15999117 0.95037395 1.14358604
+0.19610260 0.94520211 1.14371645
+0.23645626 0.93511653 1.14382720
+0.29146442 0.92267311 1.14427793
+0.35850927 0.91075242 1.14445102
+0.41374803 0.90548205 1.14454675
+0.47132307 0.89403594 1.14450264
+0.54162329 0.88245720 1.14435077
+0.59967989 0.87442052 1.14408314
+0.66548109 0.85552210 1.14379811
+0.72449386 0.84727937 1.14336765
+0.79107440 0.83381581 1.14222729
+0.85026407 0.82575840 1.14133811
+0.90945792 0.81740111 1.13982725
+0.96898776 0.80411172 1.13834548
+1.05289447 0.78659207 1.13730562
+0.49870127 0.87464589 1.14638710
+0.28158310 0.88638127 1.14672542
+0.32622576 0.87421995 1.14660978
+0.35617760 0.86904275 1.14647770
+0.38322070 0.85909486 1.14612794
+0.40930456 0.84745735 1.14597738
+0.46347460 0.83852518 1.14583182
+0.01069499 0.87216014 1.14568174
+-0.19300044 0.87376058 1.14547205
+-0.16417783 0.86514324 1.14528108
+-0.14511861 0.85258216 1.14510548
+-0.12500186 0.84232497 1.14470911
+-0.10233196 0.83289593 1.14450097
+-0.06506313 0.82529777 1.14429355
+-0.01366228 0.81277066 1.14402795
+0.03443329 0.80242991 1.14382231
+0.07235261 0.79553717 1.14371109
+0.11366215 0.78538537 1.14336848
+0.16141208 0.77063704 1.14333248
+0.21467361 0.76403713 1.14322150
+0.27098814 0.75753909 1.14324641
+0.33385861 0.75108784 1.14313745
+0.39228460 0.74003357 1.14316058
+0.45026603 0.73069155 1.14293826
+0.51960886 0.71753204 1.14271080
+0.57762009 0.70827860 1.14236498
+0.63521051 0.69906121 1.14169669
+0.69276977 0.69122016 1.14107895
+0.75674558 0.68170118 1.13909209
+0.81181526 0.67023551 1.13820755
+0.86411780 0.65708876 1.13054800
+0.92403114 0.65008688 1.12790835
+0.99516666 0.63999641 1.12433612
+0.75341100 0.69280791 1.14435458
+0.63767397 0.70307958 1.14565074
+0.67883450 0.69603443 1.14542878
+0.71605635 0.68853736 1.14521575
+0.74595481 0.68318617 1.14508247
+0.76561278 0.67832786 1.14500022
+0.82111758 0.66891229 1.14490139
+0.12642249 0.73696607 1.14479029
+-0.24164593 0.74721158 1.14471447
+-0.21468833 0.73482126 1.14454651
+-0.19953197 0.72824466 1.14437199
+-0.18235134 0.71955550 1.14432204
+-0.16341132 0.71329498 1.14424956
+-0.12469390 0.70238233 1.14395797
+-0.06543850 0.69735277 1.14360869
+-0.00987071 0.68687218 1.14306033
+0.03205022 0.67589861 1.14286256
+0.07943034 0.66856593 1.14268112
+0.12899391 0.66208333 1.14252460
+0.18908969 0.65601468 1.14241683
+0.25941443 0.64560288 1.14225650
+0.32035649 0.64269906 1.14215755
+0.38169438 0.63333631 1.14181161
+0.43783823 0.62488538 1.14154935
+0.50159818 0.61688894 1.14128399
+0.55923337 0.60404098 1.14067829
+0.61184394 0.59961897 1.14000607
+0.66926396 0.58659071 1.13905942
+0.73005325 0.57835305 1.13191295
+0.77947706 0.56813693 1.12885070
+0.83335471 0.56548119 1.12560058
+0.89206207 0.55558169 1.12199283
+0.96189237 0.53940725 1.11241066
+0.88743216 0.56414044 1.14131331
+0.88329631 0.56411451 1.14263761
+0.93189752 0.55919552 1.14263868
+0.96707433 0.55927408 1.14260924
+0.99415898 0.55473155 1.14267564
+1.01466644 0.55031508 1.14281595
+1.07199550 0.54505396 1.14316082
+0.07022111 0.64512902 1.14318073
+-0.26737496 0.65348995 1.14314091
+-0.24505584 0.65110916 1.14314497
+-0.23264219 0.64191347 1.14320421
+-0.21782035 0.63617599 1.14322901
+-0.19948366 0.62956125 1.14319324
+-0.15690610 0.62622929 1.14293325
+-0.08934868 0.61224371 1.14246821
+-0.03460815 0.60777915 1.14218414
+0.00842915 0.60091299 1.14209104
+0.05204711 0.59884429 1.14194393
+0.11186904 0.58800930 1.14177179
+0.17308922 0.58572108 1.14165807
+0.24648950 0.57911360 1.14159083
+0.30417642 0.57678968 1.14154923
+0.36857113 0.56923550 1.14151180
+0.43119711 0.56135064 1.14131451
+0.49026698 0.55243188 1.14110303
+0.55025846 0.54785776 1.14077115
+0.59486586 0.54358220 1.13509822
+0.65142441 0.53366512 1.13415933
+0.71158141 0.52765805 1.13190508
+0.75535750 0.51879865 1.12330401
+0.81256109 0.50856733 1.11994863
+0.87131578 0.50047004 1.11544633
+0.94213003 0.49014285 1.10883200
+0.97410637 0.49444357 1.14196491
+1.02373147 0.49453124 1.14223218
+1.07777095 0.49459130 1.14223456
+1.10753238 0.49188158 1.14223015
+1.13719380 0.49401131 1.14218521
+1.15129936 0.49198535 1.14221179
+1.21441364 0.48195362 1.14226639
+-0.14149281 0.62055165 1.14232373
+-0.27206987 0.62006909 1.14240885
+-0.25635192 0.61392063 1.14247215
+-0.24674357 0.60809851 1.14253545
+-0.23227556 0.60250533 1.14261305
+-0.21536742 0.60157740 1.14263165
+-0.16783722 0.59336895 1.14234281
+-0.09385294 0.58819181 1.14176536
+-0.03790681 0.58460629 1.14142835
+0.00257236 0.57751495 1.14128733
+0.04295103 0.57135648 1.14109933
+0.09500703 0.56939811 1.14096200
+0.16994865 0.56768227 1.14090586
+0.23842701 0.56015307 1.14086092
+0.30217776 0.55781913 1.14091003
+0.36210197 0.55520290 1.14099562
+0.42160127 0.55199802 1.14115095
+0.48043033 0.54808587 1.13658822
+0.54016215 0.54355454 1.13631403
+0.58070469 0.54020053 1.13550377
+0.65217286 0.52720672 1.12972248
+0.70248288 0.52197444 1.12703037
+0.75256079 0.51652235 1.12537265
+0.80312610 0.50998503 1.12239540
+0.86327285 0.50330073 1.11415410
+0.93687159 0.50855446 1.13349450
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/interview-cool_17.C0003.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/interview-cool_17.C0003.cube
new file mode 100644
index 0000000000000000000000000000000000000000..e70c3383bc006863176d1cc5e7c51200abfb3888
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/interview-cool_17.C0003.cube
@@ -0,0 +1,35940 @@
+TITLE "Generated by Resolve"
+LUT_3D_SIZE 33
+
+0.00132753 0.00137331 0.00181582
+0.00856031 0.00221256 0.00259403
+0.0386206 0.00653086 0.00683604
+0.0757 0.0120241 0.0122683
+0.11667 0.018967 0.0190738
+0.153796 0.027512 0.0273289
+0.187594 0.0379187 0.037171
+0.21973 0.0512551 0.049546
+0.251301 0.0696727 0.0663005
+0.281605 0.091783 0.0876478
+0.310155 0.113054 0.109056
+0.33785 0.133516 0.130037
+0.365469 0.155032 0.151568
+0.393454 0.177508 0.174441
+0.421775 0.200885 0.198413
+0.449546 0.224048 0.222263
+0.477012 0.247089 0.246036
+0.504677 0.270329 0.270039
+0.53286 0.29424 0.294713
+0.561059 0.318196 0.319402
+0.589609 0.342214 0.344106
+0.618326 0.366049 0.368612
+0.646738 0.389242 0.392386
+0.67538 0.412177 0.415854
+0.70486 0.435218 0.439384
+0.734539 0.45774 0.462333
+0.765255 0.480217 0.485191
+0.798276 0.503288 0.508583
+0.833219 0.526268 0.531823
+0.873228 0.550484 0.556222
+0.922637 0.576989 0.582803
+0.950637 0.59884 0.604959
+0.960143 0.616449 0.623087
+0.00880446 0.0239109 0.00988785
+0.0150759 0.0215305 0.00854505
+0.0536355 0.0274815 0.014435
+0.0927291 0.0339818 0.0209201
+0.13077 0.0458991 0.0297856
+0.164462 0.0601358 0.0396735
+0.196429 0.076112 0.0511177
+0.227253 0.0935073 0.0646372
+0.257267 0.110521 0.0813916
+0.285634 0.126345 0.0996872
+0.31313 0.142901 0.118502
+0.340108 0.160281 0.137789
+0.367117 0.178836 0.157733
+0.394553 0.198474 0.179278
+0.422034 0.218631 0.201602
+0.448936 0.238758 0.223972
+0.476051 0.259449 0.246906
+0.503227 0.28043 0.270008
+0.530953 0.301976 0.293645
+0.559304 0.324163 0.317739
+0.587869 0.346502 0.341787
+0.616266 0.368627 0.365438
+0.645029 0.390845 0.389044
+0.673884 0.412833 0.412268
+0.702708 0.434806 0.435325
+0.732265 0.457115 0.458595
+0.762692 0.479301 0.48159
+0.794583 0.501595 0.50457
+0.829084 0.524361 0.527947
+0.868177 0.548196 0.552285
+0.91574 0.57409 0.578546
+0.94963 0.596963 0.601846
+0.959152 0.614618 0.620127
+0.0280919 0.0784924 0.0293126
+0.0325017 0.0717937 0.0262608
+0.0699016 0.0779126 0.0316777
+0.113634 0.0866255 0.0390631
+0.15082 0.0965896 0.0477607
+0.183322 0.10428 0.0572519
+0.214252 0.115343 0.0697795
+0.243778 0.127947 0.0850996
+0.271397 0.141161 0.101152
+0.297505 0.155016 0.116976
+0.322942 0.169421 0.133272
+0.348089 0.184466 0.14992
+0.373953 0.200809 0.168338
+0.400153 0.217838 0.188022
+0.426535 0.235645 0.208759
+0.452995 0.253773 0.230152
+0.479042 0.272053 0.251606
+0.506081 0.291524 0.274189
+0.533272 0.311437 0.296971
+0.561288 0.332265 0.32047
+0.58967 0.353536 0.344167
+0.617823 0.37464 0.367407
+0.646372 0.395956 0.390677
+0.675242 0.41735 0.413809
+0.704234 0.43856 0.436515
+0.734081 0.459953 0.459251
+0.764813 0.481712 0.4822
+0.796994 0.504005 0.505486
+0.831479 0.526558 0.528878
+0.869917 0.549813 0.552819
+0.918791 0.576181 0.579736
+0.950408 0.598428 0.602548
+0.959823 0.615854 0.620691
+0.0511177 0.134096 0.0525826
+0.0554513 0.125261 0.0475013
+0.090898 0.128359 0.0521553
+0.126635 0.13373 0.0585031
+0.164599 0.140902 0.0670176
+0.200122 0.150057 0.0775158
+0.229816 0.159472 0.0893416
+0.257252 0.166354 0.1019
+0.28484 0.175082 0.117906
+0.310719 0.185016 0.133608
+0.335637 0.196017 0.149142
+0.360861 0.208911 0.165759
+0.385595 0.222782 0.18294
+0.410941 0.238087 0.201465
+0.436072 0.253895 0.220523
+0.461158 0.270161 0.240192
+0.486275 0.286809 0.260288
+0.511727 0.304189 0.28098
+0.538552 0.322942 0.303075
+0.565667 0.342184 0.325429
+0.59324 0.36202 0.348135
+0.62153 0.382483 0.371267
+0.649561 0.402716 0.393912
+0.677897 0.423087 0.416434
+0.707118 0.443931 0.439185
+0.736568 0.464561 0.461479
+0.767208 0.485496 0.483879
+0.800092 0.507179 0.506874
+0.834745 0.529397 0.53019
+0.873426 0.552544 0.554253
+0.922576 0.578698 0.58117
+0.951461 0.600381 0.603601
+0.96083 0.6177 0.621729
+0.0779278 0.182727 0.0794995
+0.0863508 0.174044 0.0734569
+0.116518 0.174945 0.0771801
+0.144381 0.177478 0.0823835
+0.176257 0.18233 0.0896162
+0.209339 0.188312 0.0979324
+0.241642 0.195682 0.107485
+0.270497 0.20415 0.118471
+0.29601 0.211688 0.130861
+0.321233 0.218006 0.145815
+0.346319 0.225513 0.161563
+0.371084 0.235233 0.177844
+0.396277 0.246754 0.195377
+0.421378 0.259373 0.213626
+0.446921 0.273396 0.232914
+0.471534 0.287541 0.251881
+0.496468 0.302739 0.271519
+0.521523 0.318822 0.291539
+0.547311 0.335988 0.312322
+0.573785 0.354192 0.333806
+0.600793 0.372976 0.355673
+0.627894 0.391974 0.377493
+0.655589 0.411475 0.399603
+0.683619 0.431083 0.421622
+0.712062 0.450843 0.443519
+0.74165 0.471092 0.465721
+0.772351 0.491585 0.487938
+0.804807 0.512505 0.510384
+0.839582 0.533837 0.533028
+0.879545 0.556832 0.557168
+0.929534 0.582849 0.584146
+0.952804 0.602899 0.605097
+0.962219 0.620233 0.623362
+0.105592 0.225818 0.106615
+0.120714 0.218921 0.102251
+0.142962 0.217487 0.103883
+0.164858 0.217716 0.106752
+0.190036 0.219562 0.111254
+0.21854 0.223926 0.117922
+0.248127 0.228763 0.124987
+0.277989 0.235126 0.133547
+0.305989 0.242573 0.14406
+0.33193 0.250278 0.157717
+0.356069 0.257221 0.171878
+0.380438 0.26424 0.187549
+0.405249 0.272435 0.204974
+0.430732 0.282765 0.223651
+0.455543 0.294072 0.242298
+0.480507 0.306508 0.261509
+0.505058 0.319646 0.28069
+0.530755 0.334508 0.301091
+0.556619 0.350317 0.321767
+0.583276 0.367361 0.343114
+0.610407 0.385367 0.364858
+0.637354 0.403525 0.386297
+0.664607 0.422065 0.407736
+0.692378 0.441016 0.429282
+0.720485 0.460044 0.450629
+0.749615 0.479469 0.47216
+0.780224 0.499443 0.494011
+0.812711 0.51986 0.516106
+0.848219 0.541039 0.538781
+0.888518 0.563302 0.562325
+0.941573 0.58938 0.589548
+0.95494 0.606851 0.608042
+0.964111 0.623713 0.625895
+0.130526 0.263966 0.130388
+0.150835 0.258045 0.127535
+0.168917 0.255833 0.128115
+0.187121 0.255055 0.129931
+0.206821 0.254978 0.132525
+0.229664 0.256657 0.136797
+0.25539 0.260273 0.14284
+0.282322 0.264332 0.148989
+0.310887 0.270085 0.157031
+0.338643 0.277302 0.167834
+0.365774 0.285222 0.182696
+0.390249 0.292775 0.197375
+0.414084 0.300237 0.213123
+0.438788 0.308278 0.231159
+0.463828 0.317006 0.250309
+0.488411 0.326711 0.269383
+0.513451 0.338262 0.289021
+0.538521 0.351064 0.308812
+0.564706 0.365682 0.329641
+0.591318 0.381353 0.35082
+0.618433 0.398032 0.372366
+0.646204 0.415671 0.394308
+0.673747 0.433433 0.415793
+0.701686 0.451652 0.437232
+0.730663 0.470558 0.458961
+0.759991 0.489494 0.480308
+0.790509 0.508797 0.501701
+0.823697 0.529 0.523812
+0.860243 0.550072 0.546517
+0.902296 0.572351 0.570214
+0.948806 0.596277 0.595407
+0.957855 0.612238 0.612482
+0.966949 0.628855 0.630167
+0.156603 0.298894 0.153887
+0.17821 0.293538 0.150744
+0.194446 0.290547 0.150439
+0.210361 0.289647 0.151888
+0.225528 0.288518 0.153246
+0.243503 0.288472 0.155779
+0.264881 0.29015 0.160006
+0.288899 0.293431 0.165881
+0.314443 0.297215 0.171542
+0.34229 0.303014 0.179614
+0.370336 0.310018 0.191287
+0.39791 0.317983 0.206622
+0.423514 0.325841 0.222522
+0.447623 0.333471 0.238987
+0.471733 0.341436 0.25687
+0.49575 0.349447 0.275563
+0.520958 0.35877 0.295674
+0.546487 0.369589 0.31606
+0.572442 0.382147 0.336751
+0.599237 0.39649 0.358083
+0.626352 0.411917 0.379492
+0.653666 0.428077 0.400916
+0.681743 0.445197 0.422675
+0.710185 0.462745 0.444282
+0.739193 0.480781 0.465827
+0.769619 0.499611 0.487724
+0.80148 0.518914 0.509682
+0.835752 0.538949 0.531991
+0.873899 0.559991 0.554986
+0.919722 0.583017 0.57969
+0.952041 0.603372 0.601434
+0.961059 0.618875 0.618128
+0.970459 0.635187 0.635615
+0.182666 0.33225 0.177172
+0.204395 0.327169 0.173297
+0.22031 0.324041 0.172396
+0.234302 0.322881 0.173449
+0.24654 0.321279 0.174105
+0.260639 0.32018 0.175448
+0.277531 0.320211 0.178027
+0.297642 0.32195 0.182361
+0.320821 0.325093 0.188281
+0.345418 0.328618 0.193637
+0.37261 0.334157 0.201694
+0.400748 0.341131 0.213947
+0.428916 0.349279 0.229877
+0.455451 0.356939 0.247013
+0.480003 0.364141 0.264317
+0.504234 0.372061 0.282567
+0.528313 0.380438 0.301396
+0.55375 0.390036 0.321798
+0.579751 0.400687 0.342779
+0.606867 0.413108 0.364508
+0.63444 0.427176 0.386404
+0.661906 0.442039 0.407889
+0.689815 0.457816 0.429374
+0.718502 0.474556 0.451041
+0.747692 0.491768 0.472496
+0.778302 0.509789 0.494255
+0.81091 0.528695 0.516396
+0.846815 0.548745 0.5393
+0.887129 0.569909 0.562875
+0.936843 0.593469 0.588525
+0.955215 0.610681 0.607309
+0.964385 0.626139 0.624155
+0.973922 0.642069 0.641413
+0.207965 0.36466 0.200046
+0.230228 0.360128 0.196262
+0.246265 0.356847 0.194598
+0.258961 0.355337 0.195209
+0.269245 0.353567 0.195438
+0.280034 0.351827 0.195834
+0.293416 0.350713 0.197162
+0.309712 0.350988 0.2
+0.328862 0.352499 0.204196
+0.351415 0.355474 0.209888
+0.375525 0.358801 0.215351
+0.402045 0.364034 0.223484
+0.429953 0.370703 0.235874
+0.458549 0.378561 0.252552
+0.485679 0.385946 0.270588
+0.511742 0.393469 0.289387
+0.537072 0.401617 0.30869
+0.562005 0.410574 0.328237
+0.587991 0.420706 0.349004
+0.614435 0.431724 0.370214
+0.641779 0.443885 0.39205
+0.669947 0.457404 0.414267
+0.698054 0.471763 0.43592
+0.726818 0.487205 0.457557
+0.756878 0.503853 0.479484
+0.787808 0.521065 0.501198
+0.821042 0.539345 0.5234
+0.858045 0.55903 0.546487
+0.900343 0.580087 0.570474
+0.949187 0.603067 0.595987
+0.958053 0.617838 0.612497
+0.967346 0.633219 0.629526
+0.97702 0.649104 0.646937
+0.233661 0.396048 0.222431
+0.255818 0.39202 0.219028
+0.27187 0.389242 0.217472
+0.283986 0.387717 0.217884
+0.292668 0.385504 0.217456
+0.301152 0.383413 0.217182
+0.311437 0.381552 0.217426
+0.324224 0.380453 0.218692
+0.340078 0.380621 0.221408
+0.35874 0.381857 0.22533
+0.380774 0.384588 0.230671
+0.404486 0.387732 0.236362
+0.43006 0.39234 0.244373
+0.457816 0.398672 0.256901
+0.487022 0.406424 0.274632
+0.515373 0.413977 0.293919
+0.543053 0.422019 0.314183
+0.569955 0.430594 0.334859
+0.596262 0.440009 0.355535
+0.623255 0.450767 0.376913
+0.650278 0.462058 0.398306
+0.677745 0.474098 0.419913
+0.706294 0.487343 0.441978
+0.735561 0.501503 0.463996
+0.765789 0.516762 0.485969
+0.798032 0.533471 0.5084
+0.832013 0.551019 0.530739
+0.870008 0.570031 0.553887
+0.915694 0.59144 0.578897
+0.952087 0.611124 0.601343
+0.960891 0.625437 0.61767
+0.970138 0.640421 0.634531
+0.97998 0.656291 0.652171
+0.260227 0.427298 0.245167
+0.281727 0.423438 0.241672
+0.297215 0.420981 0.240406
+0.308766 0.419318 0.240528
+0.316396 0.416999 0.239765
+0.323064 0.414557 0.238911
+0.330861 0.412055 0.238209
+0.340795 0.410071 0.238285
+0.353201 0.408804 0.239338
+0.368704 0.408774 0.24181
+0.386999 0.409735 0.245426
+0.408835 0.412467 0.250797
+0.431907 0.415106 0.256352
+0.457298 0.419562 0.264683
+0.48571 0.426123 0.278416
+0.515419 0.433753 0.296956
+0.545022 0.44152 0.317403
+0.57406 0.449958 0.338842
+0.602792 0.459083 0.360922
+0.631067 0.469123 0.383017
+0.658946 0.480064 0.404868
+0.686717 0.491554 0.426429
+0.715068 0.503792 0.448142
+0.744564 0.517082 0.470268
+0.775296 0.531289 0.4925
+0.80766 0.546624 0.514855
+0.843427 0.563714 0.538048
+0.883726 0.582437 0.562005
+0.932433 0.603586 0.587594
+0.955139 0.619959 0.606943
+0.963943 0.63386 0.623209
+0.973205 0.648524 0.64004
+0.982986 0.663966 0.657481
+0.286427 0.457679 0.267704
+0.306889 0.453864 0.263996
+0.321813 0.451499 0.262745
+0.332784 0.450019 0.262837
+0.339834 0.447547 0.261799
+0.345281 0.444648 0.260319
+0.351232 0.442084 0.25919
+0.358785 0.439414 0.258305
+0.36849 0.437324 0.258228
+0.380911 0.436271 0.259403
+0.396063 0.435874 0.261555
+0.414176 0.436805 0.265171
+0.435966 0.439521 0.270527
+0.459022 0.442039 0.276402
+0.484596 0.446525 0.28542
+0.51342 0.453132 0.300023
+0.543954 0.460899 0.319554
+0.574639 0.468879 0.340917
+0.605463 0.477653 0.363729
+0.635798 0.48719 0.386938
+0.665522 0.497505 0.409949
+0.694972 0.508614 0.432609
+0.723995 0.520348 0.454582
+0.753887 0.532952 0.476677
+0.78529 0.546685 0.499138
+0.818479 0.561303 0.521752
+0.855238 0.577462 0.54519
+0.898177 0.59588 0.570077
+0.949599 0.616739 0.596445
+0.958144 0.629435 0.612421
+0.966918 0.642802 0.62858
+0.976394 0.657328 0.645701
+0.98616 0.672374 0.66305
+0.312566 0.487816 0.290425
+0.331655 0.484199 0.286702
+0.346166 0.482139 0.285771
+0.356573 0.480552 0.285603
+0.363272 0.478096 0.284428
+0.36791 0.47512 0.282658
+0.372412 0.472099 0.280903
+0.378058 0.469154 0.279393
+0.385534 0.466499 0.278416
+0.39527 0.464286 0.278202
+0.407706 0.463188 0.279301
+0.422843 0.462821 0.281453
+0.441199 0.46392 0.285191
+0.463004 0.466468 0.290379
+0.486351 0.468925 0.296803
+0.512123 0.473487 0.3066
+0.541344 0.480064 0.322042
+0.572732 0.487907 0.342519
+0.604501 0.496071 0.364645
+0.636637 0.504936 0.388327
+0.66836 0.514565 0.41236
+0.699825 0.525078 0.436271
+0.731472 0.536645 0.460029
+0.762707 0.548806 0.482856
+0.794873 0.561883 0.505516
+0.829816 0.576425 0.528908
+0.867872 0.592081 0.552605
+0.913252 0.610086 0.578042
+0.95256 0.627909 0.601846
+0.961105 0.639963 0.617807
+0.969924 0.652689 0.633967
+0.979599 0.666957 0.651392
+0.989456 0.681666 0.668818
+0.338766 0.51812 0.313481
+0.356695 0.514931 0.310002
+0.370825 0.513283 0.309682
+0.380301 0.511391 0.309071
+0.386709 0.509102 0.307912
+0.390829 0.506004 0.305898
+0.394308 0.502632 0.303624
+0.398535 0.499504 0.301686
+0.404211 0.4963 0.299901
+0.41181 0.493568 0.298802
+0.421866 0.491585 0.298711
+0.434211 0.490211 0.299535
+0.449393 0.489906 0.301656
+0.468086 0.491081 0.305425
+0.490043 0.493446 0.310414
+0.513741 0.495857 0.317494
+0.540276 0.500572 0.328481
+0.569528 0.506996 0.344427
+0.60177 0.514839 0.365667
+0.634424 0.522881 0.388281
+0.667384 0.531655 0.41236
+0.700862 0.541436 0.437308
+0.73431 0.552178 0.462135
+0.768521 0.564172 0.486961
+0.803372 0.577035 0.511238
+0.839963 0.591089 0.535317
+0.880903 0.606912 0.560143
+0.930175 0.625116 0.586694
+0.955261 0.639399 0.606729
+0.963989 0.651286 0.622965
+0.972915 0.66363 0.639277
+0.982467 0.677089 0.656428
+0.992584 0.691661 0.674281
+0.365576 0.549249 0.337316
+0.382208 0.546334 0.334386
+0.395407 0.545007 0.334386
+0.404288 0.542962 0.333455
+0.410254 0.54052 0.332036
+0.41416 0.537484 0.329976
+0.416968 0.533913 0.327398
+0.419898 0.530282 0.324804
+0.424186 0.527016 0.322698
+0.429953 0.523659 0.320729
+0.437629 0.520745 0.319463
+0.447807 0.518776 0.319326
+0.460426 0.517388 0.320073
+0.475853 0.517067 0.322118
+0.494881 0.518227 0.325795
+0.517189 0.520546 0.330632
+0.541131 0.522911 0.33843
+0.5682 0.527504 0.350301
+0.598108 0.533715 0.367086
+0.630686 0.541176 0.388556
+0.664118 0.548989 0.411582
+0.698375 0.5579 0.436286
+0.733455 0.567803 0.461845
+0.769802 0.579049 0.487953
+0.807294 0.591546 0.513893
+0.847272 0.605463 0.539925
+0.891615 0.621118 0.566308
+0.946914 0.64007 0.595056
+0.957961 0.65127 0.611597
+0.966583 0.662654 0.627604
+0.975662 0.674952 0.644129
+0.985275 0.688121 0.661341
+0.995392 0.702251 0.679164
+0.39266 0.580987 0.361685
+0.408453 0.578805 0.359976
+0.420569 0.577371 0.359716
+0.428534 0.575143 0.358526
+0.433906 0.572396 0.356741
+0.437476 0.569146 0.354421
+0.439948 0.56585 0.35198
+0.442008 0.562036 0.349096
+0.444953 0.55816 0.346273
+0.449317 0.554696 0.343969
+0.455283 0.551202 0.341863
+0.463249 0.54818 0.340444
+0.47364 0.546166 0.340215
+0.486549 0.544656 0.340826
+0.502312 0.544259 0.342763
+0.521523 0.545388 0.346273
+0.544182 0.547509 0.350866
+0.568521 0.549706 0.35938
+0.595865 0.554101 0.372045
+0.626505 0.560082 0.389593
+0.659403 0.567193 0.411109
+0.693858 0.575006 0.434653
+0.729946 0.583902 0.460182
+0.767346 0.594034 0.486641
+0.807004 0.605859 0.513924
+0.849241 0.619089 0.541329
+0.897414 0.634607 0.569757
+0.951461 0.652552 0.599054
+0.960235 0.663203 0.615625
+0.969024 0.674357 0.631907
+0.978119 0.686336 0.648447
+0.987854 0.699474 0.665858
+0.998001 0.71342 0.683696
+0.419867 0.613245 0.386435
+0.435004 0.611887 0.386038
+0.445594 0.609979 0.385214
+0.452842 0.607843 0.384039
+0.45771 0.604868 0.381994
+0.460868 0.601526 0.379538
+0.462852 0.59794 0.376806
+0.464439 0.594034 0.373785
+0.466346 0.589944 0.370657
+0.469413 0.586007 0.367758
+0.473991 0.582254 0.365179
+0.48014 0.578668 0.362966
+0.488319 0.575509 0.36141
+0.498955 0.573388 0.361074
+0.512108 0.571832 0.361578
+0.528283 0.571283 0.363317
+0.547875 0.572244 0.366613
+0.570886 0.574197 0.370916
+0.595834 0.576226 0.380255
+0.623697 0.580453 0.393774
+0.654734 0.586206 0.411887
+0.68835 0.592966 0.433631
+0.724071 0.600748 0.45774
+0.762112 0.609705 0.48397
+0.802487 0.620188 0.511452
+0.846738 0.632624 0.540154
+0.897749 0.647578 0.570336
+0.952422 0.664637 0.600534
+0.961532 0.674937 0.617823
+0.970794 0.686046 0.634989
+0.980102 0.69781 0.651911
+0.989883 0.710689 0.669398
+1 0.72491 0.68777
+0.447379 0.646159 0.412161
+0.461112 0.645182 0.412177
+0.470512 0.643046 0.411032
+0.476921 0.64036 0.409308
+0.481407 0.637568 0.40737
+0.484291 0.634226 0.404883
+0.485908 0.630304 0.401862
+0.487022 0.626413 0.39881
+0.488136 0.622095 0.395422
+0.490043 0.617746 0.392096
+0.493156 0.613443 0.388907
+0.497917 0.609552 0.386236
+0.504311 0.605844 0.383917
+0.51281 0.602731 0.38233
+0.523857 0.600412 0.381796
+0.537377 0.598795 0.382177
+0.553841 0.598184 0.38378
+0.573968 0.598962 0.386847
+0.597467 0.600702 0.390845
+0.623072 0.602533 0.401068
+0.651621 0.606577 0.415534
+0.683238 0.612161 0.434226
+0.717754 0.618677 0.456153
+0.755138 0.626474 0.480934
+0.795468 0.635584 0.507851
+0.84033 0.646632 0.536858
+0.892348 0.660395 0.567971
+0.952728 0.677165 0.600717
+0.962005 0.686824 0.618402
+0.971527 0.697643 0.636133
+0.981216 0.709316 0.653803
+0.991333 0.722148 0.671916
+1 0.736873 0.691676
+0.475486 0.680385 0.438895
+0.487251 0.678828 0.4383
+0.49572 0.676661 0.437064
+0.501335 0.673854 0.435187
+0.505089 0.670619 0.432853
+0.507591 0.667201 0.43032
+0.508843 0.663218 0.427253
+0.509483 0.6589 0.42385
+0.51017 0.654734 0.420569
+0.511238 0.650126 0.416968
+0.513268 0.645396 0.413336
+0.516609 0.641016 0.410086
+0.521492 0.636973 0.407294
+0.528191 0.633036 0.404791
+0.537011 0.629862 0.403204
+0.548302 0.627375 0.402487
+0.562295 0.625635 0.402701
+0.579232 0.624933 0.404135
+0.599893 0.625559 0.406973
+0.624033 0.627131 0.410712
+0.650126 0.62887 0.421759
+0.679591 0.632715 0.437171
+0.712337 0.638117 0.456718
+0.747829 0.644343 0.478859
+0.787457 0.652277 0.504433
+0.831434 0.661768 0.53257
+0.882551 0.673701 0.563378
+0.949798 0.690166 0.599023
+0.961761 0.699397 0.617563
+0.971389 0.709484 0.635615
+0.981353 0.720867 0.653895
+0.991714 0.733486 0.672526
+1 0.74844 0.693538
+0.503563 0.715358 0.465858
+0.513756 0.713451 0.464866
+0.520928 0.710903 0.463264
+0.525933 0.708186 0.461433
+0.529107 0.704646 0.458869
+0.531044 0.700832 0.456016
+0.532143 0.696849 0.452979
+0.532403 0.692363 0.449485
+0.532418 0.687663 0.445777
+0.532799 0.682918 0.442054
+0.533989 0.678111 0.438331
+0.536095 0.673259 0.434623
+0.539651 0.668711 0.431296
+0.544717 0.664347 0.428244
+0.551675 0.660319 0.425681
+0.560861 0.656855 0.423819
+0.572656 0.654414 0.423117
+0.587137 0.652506 0.423194
+0.604654 0.651743 0.424506
+0.62565 0.652216 0.427085
+0.650507 0.653605 0.430549
+0.67744 0.655222 0.442512
+0.707729 0.658961 0.458824
+0.741909 0.664164 0.479164
+0.779156 0.670283 0.501884
+0.821988 0.678416 0.528664
+0.871794 0.68864 0.558694
+0.934951 0.70248 0.593103
+0.961196 0.713039 0.616053
+0.970672 0.722225 0.633982
+0.980545 0.732799 0.652247
+0.991104 0.745159 0.671366
+1 0.759655 0.692531
+0.531762 0.751461 0.493141
+0.540688 0.74963 0.49218
+0.546761 0.746685 0.490242
+0.550835 0.743297 0.487892
+0.553628 0.739925 0.485466
+0.555169 0.735851 0.482429
+0.555779 0.731426 0.479088
+0.555795 0.726986 0.475685
+0.555291 0.721889 0.471733
+0.554955 0.716731 0.467704
+0.555337 0.711727 0.463844
+0.556466 0.706371 0.459724
+0.558709 0.701244 0.455848
+0.562524 0.696635 0.452476
+0.567834 0.691997 0.449241
+0.575067 0.687816 0.446586
+0.584695 0.684321 0.444739
+0.596841 0.68162 0.443809
+0.61178 0.679652 0.443778
+0.630152 0.678843 0.445014
+0.651698 0.679042 0.447272
+0.67718 0.680278 0.450462
+0.705196 0.681804 0.463447
+0.736736 0.685435 0.480781
+0.772351 0.690394 0.501686
+0.812451 0.696712 0.525673
+0.859739 0.705211 0.553903
+0.919539 0.716823 0.587106
+0.96051 0.727901 0.614176
+0.969741 0.736263 0.631846
+0.979431 0.746014 0.649927
+0.989532 0.757275 0.668421
+1 0.77116 0.689128
+0.561044 0.790188 0.521798
+0.568368 0.787671 0.520272
+0.573648 0.784665 0.518303
+0.576944 0.781003 0.51577
+0.57882 0.776806 0.512779
+0.579934 0.772686 0.509773
+0.580087 0.767895 0.506218
+0.579629 0.762722 0.502312
+0.578973 0.757778 0.498543
+0.578073 0.752224 0.494285
+0.577539 0.74641 0.489815
+0.57789 0.741009 0.485695
+0.578973 0.735302 0.481376
+0.581292 0.729824 0.477302
+0.585214 0.72491 0.473777
+0.590799 0.719997 0.470375
+0.598413 0.715648 0.467613
+0.608499 0.712276 0.465843
+0.621134 0.709194 0.464622
+0.636622 0.707103 0.464469
+0.655344 0.706157 0.465522
+0.677852 0.706279 0.467643
+0.704265 0.707393 0.470603
+0.733867 0.708919 0.484871
+0.766934 0.712322 0.503273
+0.804288 0.717174 0.524773
+0.848447 0.72372 0.550347
+0.903853 0.733272 0.581384
+0.960235 0.744762 0.612955
+0.968811 0.751781 0.629572
+0.978088 0.760586 0.647135
+0.987884 0.770977 0.665248
+0.998657 0.783688 0.684764
+0.591638 0.832319 0.55201
+0.597574 0.829297 0.550164
+0.60174 0.825727 0.547845
+0.604395 0.82179 0.545205
+0.605676 0.817197 0.541985
+0.606027 0.812222 0.53843
+0.605798 0.807126 0.534752
+0.604852 0.80148 0.530602
+0.603479 0.795575 0.526223
+0.60206 0.789685 0.521828
+0.600824 0.783444 0.517143
+0.600229 0.777127 0.512383
+0.600549 0.771313 0.508034
+0.601694 0.76524 0.503517
+0.604105 0.759274 0.499138
+0.608194 0.75404 0.495415
+0.613993 0.748898 0.491905
+0.621897 0.744259 0.488991
+0.632425 0.740612 0.487068
+0.645548 0.737453 0.485756
+0.661585 0.735241 0.485496
+0.681117 0.734325 0.486503
+0.704402 0.734173 0.488319
+0.731975 0.735149 0.491081
+0.763058 0.736721 0.506523
+0.798535 0.740001 0.52636
+0.839246 0.744747 0.549187
+0.889921 0.752102 0.577264
+0.958999 0.763439 0.612497
+0.968368 0.769467 0.628031
+0.976959 0.777188 0.644526
+0.986145 0.786511 0.661768
+0.996323 0.798215 0.680491
+0.624811 0.880461 0.585214
+0.629541 0.876951 0.583078
+0.632364 0.872236 0.580056
+0.634104 0.867613 0.577035
+0.634623 0.862287 0.57348
+0.634211 0.856413 0.569497
+0.63331 0.850462 0.565393
+0.631922 0.844327 0.561059
+0.629938 0.837507 0.556161
+0.627848 0.830655 0.551217
+0.625895 0.823713 0.546136
+0.624369 0.816617 0.540948
+0.623514 0.809644 0.535836
+0.623621 0.803052 0.531014
+0.624765 0.796521 0.526268
+0.627222 0.790112 0.521645
+0.631464 0.784436 0.517693
+0.637476 0.778943 0.514015
+0.645777 0.773968 0.510887
+0.656748 0.770077 0.508827
+0.670314 0.766781 0.507439
+0.687053 0.764309 0.506996
+0.707301 0.763317 0.507897
+0.731426 0.763043 0.509544
+0.760586 0.763851 0.512108
+0.793835 0.765423 0.528939
+0.832273 0.768673 0.550301
+0.878294 0.773739 0.57528
+0.939666 0.782406 0.607126
+0.968826 0.789517 0.628092
+0.976257 0.795834 0.642588
+0.984634 0.804196 0.658595
+0.994034 0.814878 0.676158
+0.663706 0.940703 0.624964
+0.667002 0.936095 0.622217
+0.668208 0.929763 0.61828
+0.668376 0.923125 0.614084
+0.66772 0.916228 0.609659
+0.666423 0.909163 0.605051
+0.664363 0.901396 0.599939
+0.662028 0.893721 0.594827
+0.659388 0.885878 0.589532
+0.656397 0.877546 0.583764
+0.653361 0.869078 0.577844
+0.65098 0.861143 0.572244
+0.648951 0.852796 0.566339
+0.647776 0.844846 0.560662
+0.647654 0.837293 0.555306
+0.64863 0.829908 0.550072
+0.651087 0.82295 0.54519
+0.655467 0.816754 0.540963
+0.661677 0.810758 0.537011
+0.670146 0.805417 0.533715
+0.681544 0.801175 0.531456
+0.695628 0.797589 0.529915
+0.713008 0.794965 0.529351
+0.734356 0.793713 0.530053
+0.759716 0.793347 0.531579
+0.790677 0.794064 0.533989
+0.826734 0.795605 0.552499
+0.869337 0.798856 0.575677
+0.923903 0.804746 0.604028
+0.970367 0.81236 0.630045
+0.976608 0.817533 0.642451
+0.983856 0.824582 0.65655
+0.992203 0.834287 0.672511
+0.695644 0.985733 0.656306
+0.700206 0.985611 0.65594
+0.703746 0.985397 0.655406
+0.706279 0.985107 0.654704
+0.708064 0.984756 0.653864
+0.707424 0.980163 0.650645
+0.703258 0.968734 0.643488
+0.698848 0.957366 0.636301
+0.69456 0.946532 0.629374
+0.690013 0.93547 0.622217
+0.685603 0.924514 0.615045
+0.681682 0.914015 0.608011
+0.67837 0.903944 0.60119
+0.675593 0.893797 0.594263
+0.673961 0.884611 0.587976
+0.673259 0.875563 0.581765
+0.673838 0.86685 0.575784
+0.676127 0.85893 0.570413
+0.68043 0.851926 0.565759
+0.686809 0.845228 0.561425
+0.695659 0.839582 0.558022
+0.707332 0.834699 0.555398
+0.721935 0.830701 0.553628
+0.739971 0.827787 0.552895
+0.762463 0.826291 0.553445
+0.789487 0.825757 0.554833
+0.822873 0.826459 0.557214
+0.863462 0.827985 0.578103
+0.91223 0.831571 0.603769
+0.973159 0.838346 0.634287
+0.978134 0.84271 0.644343
+0.984039 0.848615 0.656123
+0.990997 0.856886 0.669779
+0.708766 0.989868 0.665248
+0.712993 0.98967 0.664729
+0.716136 0.98938 0.664027
+0.718441 0.989059 0.66331
+0.719966 0.988647 0.662348
+0.720928 0.98819 0.661311
+0.721569 0.987732 0.660273
+0.721736 0.987167 0.659022
+0.72166 0.986587 0.657725
+0.721416 0.986007 0.656397
+0.721096 0.985367 0.654948
+0.720897 0.98471 0.653483
+0.715343 0.970977 0.644755
+0.710018 0.956634 0.635523
+0.705959 0.943542 0.626993
+0.703059 0.93138 0.619028
+0.701579 0.920272 0.611704
+0.701549 0.909773 0.604776
+0.703487 0.90042 0.598657
+0.707378 0.891722 0.593042
+0.713573 0.883864 0.588129
+0.722499 0.877256 0.584222
+0.734478 0.871931 0.581399
+0.749676 0.867338 0.579324
+0.768688 0.864195 0.5785
+0.792157 0.862257 0.578759
+0.821393 0.861448 0.580011
+0.858427 0.862028 0.582345
+0.904738 0.863737 0.606073
+0.966476 0.868193 0.637003
+0.980972 0.872099 0.6486
+0.985489 0.87718 0.657893
+0.990951 0.884367 0.668956
+0.722911 0.994064 0.674311
+0.726986 0.993851 0.673793
+0.729854 0.9935 0.672984
+0.731838 0.993072 0.672053
+0.733211 0.99266 0.671107
+0.733944 0.992157 0.669993
+0.734203 0.991608 0.668757
+0.734203 0.991058 0.667521
+0.733867 0.990433 0.666117
+0.733333 0.989776 0.664683
+0.732769 0.989136 0.663233
+0.732204 0.988434 0.661646
+0.731929 0.987747 0.660105
+0.732067 0.987091 0.65864
+0.73257 0.986389 0.657023
+0.733623 0.985672 0.65536
+0.735454 0.985031 0.653864
+0.735317 0.977462 0.648539
+0.73373 0.963226 0.639567
+0.734569 0.950896 0.631846
+0.737636 0.939788 0.624933
+0.743343 0.930083 0.619058
+0.75227 0.922148 0.614496
+0.764187 0.915221 0.610788
+0.77969 0.909682 0.608225
+0.799756 0.906065 0.607217
+0.824689 0.903441 0.607111
+0.85684 0.902266 0.60824
+0.899153 0.903243 0.610971
+0.955001 0.904936 0.638682
+0.985428 0.908003 0.655787
+0.988434 0.912154 0.662272
+0.992111 0.917449 0.670192
+0.738872 0.998413 0.683726
+0.74255 0.998077 0.682994
+0.745281 0.997696 0.682124
+0.747051 0.997253 0.681147
+0.748104 0.996765 0.680049
+0.748547 0.996231 0.678874
+0.748516 0.995636 0.677577
+0.748119 0.994995 0.676158
+0.747555 0.994385 0.674784
+0.746715 0.993683 0.673243
+0.745724 0.99295 0.671611
+0.744869 0.992248 0.670039
+0.744228 0.991516 0.668406
+0.743801 0.990768 0.666743
+0.743877 0.990082 0.665187
+0.744442 0.98938 0.6636
+0.745617 0.988663 0.661936
+0.747631 0.988006 0.66041
+0.750652 0.987381 0.6589
+0.754894 0.986862 0.657603
+0.760662 0.986511 0.656641
+0.768063 0.986282 0.655894
+0.777462 0.986236 0.655528
+0.786984 0.979629 0.651804
+0.798352 0.96997 0.646632
+0.813947 0.962478 0.643061
+0.834958 0.957412 0.641337
+0.861891 0.953918 0.640879
+0.897429 0.952453 0.642039
+0.948425 0.953536 0.645182
+0.991516 0.954635 0.665858
+0.992828 0.955947 0.669169
+0.995026 0.961563 0.674449
+0.766278 1 0.706218
+0.768307 1 0.703639
+0.769192 1 0.700664
+0.769055 1 0.697307
+0.768002 1 0.693523
+0.766278 1 0.689479
+0.764981 0.999725 0.68658
+0.764263 0.999069 0.68513
+0.763241 0.998383 0.683604
+0.76202 0.997665 0.682002
+0.760586 0.996902 0.680323
+0.759213 0.996124 0.678584
+0.758068 0.995361 0.67689
+0.757183 0.994583 0.675151
+0.75671 0.993805 0.673396
+0.756802 0.993088 0.671778
+0.757397 0.992355 0.67013
+0.758709 0.991669 0.668544
+0.760922 0.990997 0.666957
+0.764248 0.990341 0.665415
+0.768933 0.989807 0.664088
+0.775296 0.989441 0.663111
+0.783566 0.989197 0.662333
+0.793988 0.989136 0.661952
+0.807126 0.989334 0.662074
+0.823301 0.989761 0.662623
+0.843229 0.990463 0.663752
+0.868528 0.991531 0.665599
+0.900023 0.992874 0.667964
+0.943313 0.99472 0.67129
+0.996841 0.996841 0.675059
+0.997208 0.997208 0.676478
+0.997818 0.997818 0.678828
+0.800122 1 0.735912
+0.801801 1 0.733318
+0.802014 1 0.729931
+0.801617 1 0.726619
+0.800107 1 0.722683
+0.797818 1 0.718349
+0.795224 1 0.714046
+0.791867 1 0.709148
+0.788205 1 0.704021
+0.784512 1 0.698955
+0.780163 1 0.693187
+0.775814 1 0.687388
+0.774014 0.999237 0.685481
+0.772503 0.998398 0.683619
+0.771328 0.997589 0.681773
+0.770748 0.996796 0.680018
+0.770703 0.996017 0.678248
+0.771344 0.99527 0.676539
+0.772885 0.994568 0.674937
+0.775402 0.993896 0.673381
+0.77908 0.99324 0.671839
+0.784375 0.992721 0.670558
+0.791333 0.992294 0.669459
+0.800488 0.992035 0.668666
+0.812284 0.991974 0.668269
+0.827024 0.992126 0.668315
+0.845533 0.992508 0.668818
+0.869001 0.99321 0.669963
+0.898711 0.994202 0.671656
+0.939116 0.99559 0.674113
+0.997467 0.997467 0.67747
+0.997665 0.997665 0.678218
+0.998077 0.998077 0.679805
+0.838483 1 0.767987
+0.839857 1 0.76527
+0.839567 1 0.761685
+0.838285 1 0.757824
+0.836454 1 0.753841
+0.833631 1 0.74934
+0.830121 1 0.744411
+0.826429 1 0.739528
+0.82208 1 0.734127
+0.817349 1 0.728389
+0.812665 1 0.722744
+0.807614 1 0.716686
+0.802579 1 0.710414
+0.798077 1 0.704433
+0.793652 1 0.698054
+0.789761 1 0.691798
+0.787182 0.999817 0.686778
+0.786969 0.998993 0.684901
+0.787533 0.998199 0.683116
+0.789212 0.997497 0.681498
+0.79202 0.996811 0.679911
+0.796155 0.99617 0.678386
+0.802121 0.995621 0.677058
+0.809979 0.995163 0.675883
+0.82034 0.994858 0.675044
+0.83389 0.994766 0.674617
+0.850843 0.994858 0.674556
+0.872435 0.995193 0.674983
+0.90074 0.995834 0.67602
+0.938323 0.99675 0.677607
+0.993942 0.998077 0.679973
+0.998337 0.998337 0.680766
+0.99852 0.99852 0.681498
+0.00260929 0.00260929 0.0272984
+0.0127413 0.00419623 0.0338903
+0.0589761 0.0104372 0.038468
+0.0935378 0.0152895 0.0373693
+0.127367 0.0216068 0.0424964
+0.161212 0.0297704 0.0515602
+0.193988 0.0401312 0.0638895
+0.22536 0.0531777 0.0786908
+0.256153 0.0706645 0.0960555
+0.286336 0.0927749 0.113771
+0.314366 0.113771 0.131197
+0.341482 0.134066 0.149432
+0.368917 0.155581 0.169451
+0.396704 0.178256 0.190585
+0.424506 0.201556 0.212528
+0.452155 0.225147 0.234928
+0.479271 0.248371 0.257191
+0.506477 0.271702 0.279805
+0.534569 0.29575 0.303349
+0.562753 0.319677 0.326955
+0.591165 0.343542 0.350591
+0.619806 0.367285 0.374197
+0.648371 0.390585 0.397421
+0.677028 0.413489 0.42031
+0.706249 0.436286 0.443137
+0.736263 0.459037 0.465904
+0.767132 0.481575 0.488472
+0.799939 0.504433 0.51136
+0.835401 0.527657 0.5346
+0.875746 0.551934 0.558846
+0.925887 0.578592 0.585382
+0.951141 0.599786 0.606775
+0.960678 0.617426 0.624842
+0.00851453 0.021149 0.0264591
+0.0122988 0.0213474 0.0325322
+0.0585946 0.0246891 0.0323796
+0.0982071 0.0331426 0.037583
+0.137224 0.0432441 0.0458991
+0.173754 0.0554513 0.0566415
+0.207202 0.0689555 0.068864
+0.238315 0.0847181 0.0835279
+0.267704 0.100633 0.0987411
+0.295506 0.117494 0.115282
+0.321752 0.134447 0.131975
+0.348165 0.152789 0.150256
+0.374823 0.172152 0.169741
+0.401602 0.19237 0.19028
+0.429068 0.213779 0.212161
+0.455665 0.234821 0.233768
+0.482383 0.25626 0.255848
+0.509392 0.278264 0.278523
+0.536583 0.300801 0.301747
+0.564523 0.323934 0.325567
+0.592844 0.34725 0.349523
+0.620966 0.370169 0.373053
+0.649302 0.39295 0.396399
+0.678187 0.415778 0.419745
+0.707149 0.438148 0.442557
+0.736812 0.460426 0.465248
+0.76788 0.482963 0.488136
+0.800443 0.505516 0.510994
+0.83563 0.528466 0.534173
+0.87628 0.552834 0.558694
+0.926589 0.579477 0.585397
+0.951476 0.600397 0.606653
+0.961013 0.618036 0.624811
+0.0287785 0.0783856 0.0511025
+0.0271916 0.0741588 0.0344244
+0.0633707 0.0770886 0.03299
+0.11426 0.0819867 0.0443427
+0.152987 0.0896315 0.0606241
+0.185748 0.0997024 0.072282
+0.215579 0.111116 0.0835584
+0.244526 0.123156 0.096025
+0.272068 0.135393 0.109148
+0.298421 0.148669 0.123796
+0.324178 0.163088 0.139528
+0.349828 0.178241 0.156283
+0.37583 0.194659 0.174533
+0.40235 0.212284 0.194141
+0.428656 0.230396 0.214389
+0.455177 0.24921 0.235416
+0.481147 0.26804 0.256352
+0.507744 0.287755 0.278126
+0.535073 0.3084 0.30071
+0.562921 0.329625 0.323751
+0.590982 0.351125 0.346883
+0.619181 0.372732 0.369955
+0.647593 0.394308 0.392889
+0.676051 0.415717 0.415518
+0.704921 0.43772 0.438575
+0.734356 0.459709 0.461479
+0.764645 0.481605 0.484154
+0.797177 0.504143 0.507378
+0.831678 0.526696 0.53051
+0.870176 0.549981 0.554238
+0.919036 0.576318 0.580911
+0.950515 0.598596 0.603616
+0.95993 0.616037 0.621683
+0.0530251 0.135897 0.0803082
+0.0487221 0.12842 0.0527047
+0.0733806 0.129198 0.051545
+0.121096 0.131609 0.0572976
+0.165759 0.136492 0.0670176
+0.19942 0.143343 0.0804913
+0.230884 0.150637 0.099443
+0.259068 0.158968 0.114076
+0.285451 0.168246 0.127077
+0.31046 0.178622 0.139498
+0.334234 0.190433 0.153307
+0.358541 0.203815 0.168597
+0.383001 0.217823 0.18497
+0.408011 0.232853 0.202701
+0.433799 0.249042 0.221912
+0.459007 0.265217 0.24123
+0.484688 0.282322 0.261494
+0.510506 0.300023 0.282185
+0.537346 0.318898 0.30399
+0.564843 0.338674 0.326467
+0.592569 0.358801 0.349096
+0.620722 0.379416 0.371939
+0.649042 0.400153 0.394659
+0.67744 0.420829 0.417105
+0.706355 0.441672 0.439475
+0.736156 0.462791 0.461952
+0.76672 0.484123 0.484459
+0.798901 0.506203 0.507576
+0.833722 0.528786 0.530999
+0.872389 0.55198 0.554894
+0.921386 0.578134 0.581628
+0.951202 0.599908 0.603998
+0.960693 0.617441 0.622263
+0.0816815 0.18584 0.11133
+0.0755932 0.178073 0.078645
+0.100481 0.17731 0.0775921
+0.135149 0.178286 0.0823529
+0.173388 0.181582 0.08925
+0.210971 0.186114 0.0987106
+0.242603 0.19144 0.109682
+0.26981 0.197406 0.122683
+0.296239 0.202838 0.137591
+0.32105 0.209628 0.151949
+0.345724 0.218662 0.166888
+0.370062 0.229053 0.182345
+0.394858 0.241199 0.198947
+0.419196 0.254231 0.2159
+0.443488 0.268269 0.233417
+0.46775 0.282902 0.25153
+0.491936 0.297963 0.270024
+0.517082 0.31426 0.289769
+0.54287 0.331456 0.310277
+0.569436 0.349676 0.331609
+0.596902 0.36878 0.353735
+0.624277 0.387991 0.375692
+0.651957 0.407477 0.397681
+0.680507 0.427588 0.420066
+0.709133 0.447593 0.442069
+0.738613 0.467903 0.464164
+0.769574 0.488762 0.486595
+0.801984 0.50985 0.509056
+0.83653 0.531487 0.531838
+0.87602 0.554894 0.556237
+0.925307 0.580835 0.583001
+0.952209 0.601785 0.604746
+0.961547 0.619013 0.622812
+0.1093 0.228748 0.138064
+0.103807 0.221836 0.105303
+0.127947 0.219852 0.104753
+0.154192 0.219562 0.107561
+0.184024 0.220645 0.111955
+0.216571 0.223438 0.118029
+0.250233 0.228016 0.127001
+0.280186 0.232563 0.13727
+0.306813 0.238087 0.149493
+0.330785 0.243717 0.162295
+0.354864 0.2495 0.176623
+0.379873 0.257023 0.19292
+0.404089 0.266148 0.209247
+0.428962 0.27715 0.226719
+0.453391 0.288869 0.244358
+0.477852 0.301564 0.262547
+0.501945 0.315038 0.280781
+0.526696 0.329793 0.299886
+0.552148 0.345876 0.319829
+0.57818 0.36286 0.340383
+0.604685 0.380636 0.361379
+0.63154 0.398871 0.38262
+0.65864 0.417365 0.403861
+0.686137 0.436118 0.425162
+0.714687 0.455528 0.446891
+0.743847 0.475074 0.468528
+0.774182 0.494972 0.490272
+0.806928 0.51577 0.512734
+0.842161 0.537041 0.535454
+0.881819 0.559319 0.558968
+0.932296 0.585092 0.585824
+0.95375 0.604639 0.606348
+0.962966 0.621607 0.624277
+0.134371 0.266819 0.161578
+0.129473 0.260548 0.129198
+0.153323 0.257481 0.128908
+0.174868 0.256809 0.130938
+0.198306 0.256413 0.133577
+0.224842 0.257389 0.137697
+0.254032 0.260105 0.14345
+0.284337 0.263828 0.151568
+0.313909 0.268589 0.162188
+0.34078 0.274098 0.17435
+0.365225 0.280064 0.187243
+0.388678 0.286702 0.20145
+0.412894 0.293675 0.217777
+0.437446 0.30161 0.235248
+0.462104 0.311177 0.253269
+0.485969 0.321508 0.27097
+0.510552 0.333455 0.289586
+0.535256 0.346532 0.308568
+0.560922 0.361135 0.328527
+0.587274 0.377035 0.349203
+0.613809 0.393683 0.370031
+0.640696 0.411002 0.391043
+0.667933 0.428885 0.412161
+0.695338 0.446952 0.433112
+0.7234 0.465415 0.45417
+0.752468 0.484398 0.475425
+0.782559 0.503594 0.496666
+0.815106 0.523674 0.518608
+0.850767 0.544579 0.541161
+0.891386 0.566629 0.56466
+0.944152 0.592035 0.591348
+0.955932 0.608698 0.609125
+0.965133 0.625559 0.627054
+0.158221 0.301701 0.183169
+0.156359 0.295888 0.153262
+0.178058 0.292317 0.151843
+0.196796 0.290974 0.153094
+0.21532 0.290074 0.154742
+0.23653 0.289784 0.157321
+0.260777 0.290684 0.161273
+0.287938 0.293462 0.166918
+0.316411 0.296956 0.174701
+0.345556 0.301991 0.185565
+0.372976 0.307652 0.198001
+0.398367 0.31371 0.211734
+0.422461 0.320714 0.226856
+0.446113 0.327916 0.243
+0.469749 0.335195 0.260197
+0.494041 0.343557 0.278492
+0.51838 0.353109 0.297047
+0.543496 0.364691 0.316442
+0.568826 0.377539 0.33608
+0.595132 0.39202 0.356588
+0.622003 0.40763 0.377539
+0.648997 0.423835 0.398489
+0.676417 0.440711 0.419577
+0.704601 0.458396 0.440925
+0.733013 0.47628 0.461982
+0.76231 0.494606 0.483116
+0.79353 0.513848 0.504799
+0.826596 0.533501 0.526589
+0.863066 0.55407 0.54902
+0.905806 0.576257 0.572854
+0.949783 0.599222 0.597208
+0.958724 0.614633 0.613825
+0.968032 0.630808 0.631159
+0.180987 0.334493 0.203418
+0.182483 0.329519 0.176654
+0.202838 0.325826 0.17464
+0.219837 0.324407 0.17554
+0.235004 0.322881 0.176287
+0.251926 0.321767 0.177691
+0.271565 0.321569 0.180194
+0.294163 0.322484 0.183963
+0.320012 0.325139 0.189334
+0.347234 0.328405 0.196963
+0.376043 0.333577 0.207919
+0.403815 0.339345 0.220905
+0.43003 0.345495 0.235554
+0.455146 0.352346 0.251728
+0.478492 0.359197 0.267994
+0.502205 0.366827 0.285451
+0.526055 0.374929 0.303624
+0.551049 0.384375 0.323064
+0.576852 0.395621 0.343236
+0.60325 0.408408 0.363806
+0.629847 0.422431 0.384482
+0.657145 0.437659 0.405554
+0.684565 0.453422 0.42649
+0.712566 0.469932 0.447532
+0.741665 0.487343 0.46891
+0.771756 0.505287 0.490333
+0.803372 0.523857 0.51194
+0.838331 0.543755 0.534508
+0.876646 0.564355 0.557382
+0.922438 0.586831 0.581842
+0.953033 0.606653 0.60325
+0.962005 0.621912 0.619837
+0.971374 0.637644 0.636835
+0.203601 0.366705 0.223667
+0.207736 0.362051 0.199512
+0.228168 0.358663 0.197559
+0.244007 0.357168 0.198169
+0.256641 0.355154 0.198184
+0.269902 0.353567 0.198688
+0.285771 0.3523 0.199863
+0.304402 0.352041 0.202197
+0.326085 0.353292 0.206027
+0.350698 0.355505 0.210895
+0.377096 0.358587 0.218494
+0.405341 0.363577 0.22948
+0.433295 0.369299 0.243153
+0.460014 0.375158 0.258457
+0.486076 0.381857 0.275563
+0.510552 0.388846 0.292927
+0.534936 0.396933 0.311086
+0.559319 0.4056 0.329778
+0.584878 0.415473 0.349752
+0.611063 0.42649 0.370306
+0.638056 0.438911 0.391363
+0.665263 0.452476 0.412345
+0.693004 0.467247 0.433448
+0.721141 0.482719 0.454414
+0.75024 0.499062 0.475578
+0.780911 0.516442 0.497169
+0.813428 0.5346 0.519051
+0.848844 0.553765 0.541451
+0.889509 0.574563 0.565057
+0.939849 0.597787 0.590753
+0.955993 0.613977 0.608713
+0.965194 0.629313 0.625605
+0.97467 0.644984 0.642741
+0.22591 0.398077 0.243534
+0.233768 0.393713 0.221988
+0.253971 0.39089 0.220417
+0.269154 0.38941 0.220874
+0.279957 0.387182 0.220462
+0.290089 0.384802 0.219928
+0.302586 0.383154 0.22031
+0.31754 0.381872 0.221332
+0.335348 0.381476 0.223453
+0.356283 0.382544 0.227024
+0.380148 0.384619 0.231693
+0.405722 0.38735 0.239246
+0.433173 0.391974 0.250263
+0.461448 0.397559 0.264607
+0.489158 0.403586 0.280964
+0.516121 0.410239 0.298939
+0.542321 0.417716 0.31783
+0.568124 0.426215 0.33724
+0.593393 0.435447 0.356603
+0.619577 0.445777 0.376944
+0.646357 0.457038 0.397818
+0.673503 0.469062 0.418814
+0.701411 0.482277 0.44004
+0.73019 0.496742 0.461448
+0.759564 0.512016 0.482643
+0.790494 0.528389 0.504158
+0.823789 0.546014 0.526192
+0.86041 0.564767 0.548852
+0.903105 0.585321 0.572824
+0.950225 0.607462 0.597848
+0.958892 0.621668 0.614008
+0.968017 0.636545 0.630701
+0.977722 0.652293 0.648157
+0.248569 0.429175 0.262867
+0.260243 0.425055 0.244755
+0.279744 0.422141 0.242954
+0.294377 0.420859 0.243412
+0.303731 0.418555 0.242679
+0.311803 0.4159 0.241627
+0.321309 0.413596 0.241077
+0.332998 0.411536 0.241032
+0.34728 0.410117 0.241886
+0.364584 0.409674 0.243915
+0.384833 0.410391 0.247211
+0.408072 0.412284 0.251698
+0.433417 0.415061 0.259617
+0.460395 0.419257 0.270802
+0.489052 0.424887 0.285893
+0.517678 0.431128 0.303181
+0.546151 0.438117 0.322484
+0.574121 0.44625 0.34284
+0.601465 0.45507 0.363439
+0.628321 0.46482 0.383978
+0.65507 0.47541 0.404562
+0.682338 0.486748 0.425467
+0.710155 0.498817 0.446525
+0.73901 0.51194 0.467948
+0.769253 0.526268 0.489677
+0.800824 0.541665 0.511421
+0.83476 0.558297 0.533516
+0.873671 0.576974 0.557
+0.918868 0.597345 0.58146
+0.953109 0.615961 0.603189
+0.961868 0.629923 0.61941
+0.970993 0.64448 0.636042
+0.980606 0.659739 0.653254
+0.271 0.459373 0.281346
+0.286213 0.455436 0.267216
+0.304997 0.452873 0.265705
+0.318517 0.451408 0.265827
+0.327306 0.449073 0.264927
+0.33402 0.446235 0.263478
+0.340978 0.443381 0.262074
+0.350103 0.44094 0.261341
+0.361395 0.438773 0.261143
+0.37525 0.437278 0.261875
+0.392386 0.436912 0.26392
+0.412207 0.437446 0.267018
+0.435218 0.439292 0.271412
+0.460487 0.442023 0.279728
+0.487587 0.44625 0.291493
+0.517006 0.452201 0.307607
+0.546242 0.458412 0.325567
+0.575982 0.46566 0.345953
+0.605676 0.474098 0.367666
+0.634745 0.483421 0.389471
+0.663081 0.4934 0.410971
+0.691173 0.504295 0.432258
+0.719326 0.515816 0.453315
+0.748486 0.528191 0.474693
+0.77879 0.541482 0.496269
+0.811444 0.556161 0.518547
+0.84686 0.572076 0.541253
+0.887205 0.589883 0.564981
+0.936843 0.610559 0.590753
+0.956298 0.625513 0.609018
+0.964828 0.638666 0.624765
+0.974151 0.653178 0.641703
+0.983749 0.668086 0.658808
+0.293416 0.489158 0.298955
+0.312245 0.48571 0.289921
+0.330159 0.483574 0.288899
+0.342657 0.481773 0.288548
+0.350973 0.479622 0.287648
+0.356573 0.476677 0.285924
+0.361822 0.473426 0.283986
+0.368734 0.470741 0.282658
+0.377478 0.468009 0.281605
+0.388663 0.465721 0.281254
+0.402701 0.464454 0.282109
+0.419486 0.463828 0.283864
+0.439231 0.464393 0.286931
+0.462547 0.466514 0.291463
+0.487724 0.46891 0.300114
+0.514977 0.473167 0.312566
+0.544854 0.479118 0.329366
+0.574914 0.485451 0.348135
+0.605783 0.492958 0.369421
+0.637247 0.501701 0.39234
+0.667689 0.51107 0.415015
+0.697749 0.521294 0.437476
+0.727901 0.532586 0.459785
+0.757748 0.544427 0.481392
+0.788769 0.557183 0.503151
+0.822202 0.571206 0.525567
+0.859159 0.58674 0.548791
+0.902129 0.604212 0.573327
+0.951049 0.623804 0.599054
+0.959457 0.63592 0.614771
+0.968093 0.648661 0.630655
+0.977356 0.662501 0.647364
+0.987045 0.677211 0.664591
+0.316564 0.519585 0.31693
+0.338567 0.516335 0.31313
+0.35555 0.514656 0.312764
+0.366964 0.512795 0.312184
+0.374578 0.510277 0.310857
+0.379705 0.507485 0.309117
+0.383886 0.504158 0.306905
+0.388754 0.500786 0.304768
+0.395514 0.497826 0.303197
+0.404288 0.495094 0.302052
+0.415457 0.492714 0.301564
+0.42945 0.491447 0.302358
+0.446143 0.490867 0.304082
+0.466102 0.491371 0.307027
+0.489586 0.493477 0.311467
+0.515084 0.495827 0.32076
+0.542748 0.500069 0.334035
+0.572717 0.505989 0.351232
+0.603815 0.512367 0.370855
+0.635706 0.51986 0.392859
+0.668101 0.528557 0.416312
+0.700404 0.538094 0.440009
+0.732525 0.548608 0.463493
+0.764981 0.560204 0.486748
+0.798321 0.572839 0.509819
+0.833021 0.586419 0.532631
+0.87187 0.601709 0.55642
+0.918029 0.619211 0.581872
+0.953994 0.635523 0.604395
+0.962386 0.647013 0.62005
+0.971191 0.659419 0.636194
+0.980529 0.67277 0.652995
+0.99025 0.686946 0.670192
+0.345052 0.55053 0.340215
+0.365209 0.547356 0.337041
+0.381247 0.546319 0.337301
+0.391684 0.544274 0.336416
+0.398596 0.54168 0.33489
+0.403311 0.538872 0.333059
+0.406653 0.535348 0.330571
+0.410025 0.531746 0.328038
+0.414847 0.528252 0.325765
+0.421653 0.525139 0.324025
+0.430488 0.522194 0.322683
+0.44181 0.519921 0.32221
+0.455924 0.518578 0.32285
+0.472786 0.517983 0.324483
+0.492958 0.518486 0.327352
+0.516716 0.520531 0.33164
+0.542351 0.522866 0.341558
+0.570565 0.52694 0.355673
+0.601022 0.53254 0.373358
+0.632624 0.538781 0.393484
+0.665537 0.546212 0.416098
+0.699153 0.554986 0.440101
+0.733211 0.564675 0.464576
+0.767956 0.57557 0.489189
+0.804074 0.5879 0.513954
+0.841901 0.601343 0.538506
+0.883406 0.616373 0.563363
+0.934096 0.634272 0.590326
+0.956863 0.647608 0.609583
+0.965286 0.658824 0.625254
+0.973999 0.670665 0.641169
+0.983536 0.683848 0.658274
+0.993408 0.697749 0.6757
+0.374304 0.582193 0.364416
+0.393088 0.579934 0.362615
+0.407111 0.578256 0.362158
+0.416556 0.576349 0.361273
+0.422721 0.573617 0.359548
+0.426886 0.570397 0.357305
+0.429786 0.567178 0.354955
+0.432242 0.563409 0.352178
+0.435615 0.559518 0.349386
+0.440589 0.556023 0.347066
+0.44744 0.552621 0.345052
+0.456397 0.549569 0.343587
+0.467933 0.547356 0.34313
+0.4822 0.545769 0.343542
+0.499306 0.545098 0.345052
+0.51957 0.545602 0.347768
+0.543694 0.547478 0.351812
+0.56965 0.549615 0.362371
+0.598077 0.553521 0.377096
+0.629099 0.558785 0.395239
+0.661295 0.564874 0.415808
+0.695247 0.572229 0.438956
+0.7308 0.581064 0.463951
+0.76704 0.590997 0.489265
+0.804959 0.60238 0.515023
+0.845762 0.615549 0.541329
+0.891279 0.630549 0.568231
+0.947723 0.648753 0.597421
+0.959381 0.659709 0.614084
+0.967895 0.67071 0.629892
+0.976715 0.682353 0.64596
+0.986206 0.695216 0.662974
+0.99617 0.708965 0.680491
+0.402975 0.614099 0.388785
+0.420905 0.612894 0.388464
+0.433173 0.611017 0.387671
+0.441428 0.608637 0.386297
+0.44715 0.605966 0.384558
+0.450767 0.602686 0.382193
+0.452995 0.599023 0.379461
+0.454856 0.59527 0.376623
+0.457023 0.591257 0.373617
+0.460472 0.587198 0.370672
+0.465599 0.583612 0.368277
+0.472511 0.580026 0.366079
+0.481682 0.576837 0.364477
+0.493339 0.57435 0.363745
+0.507912 0.572885 0.364187
+0.525399 0.572061 0.365499
+0.546059 0.572442 0.368048
+0.570367 0.574121 0.371786
+0.596826 0.576089 0.383078
+0.625757 0.579797 0.398566
+0.657038 0.584756 0.416953
+0.69015 0.590723 0.438087
+0.725292 0.598016 0.461753
+0.762982 0.607004 0.487587
+0.802289 0.617304 0.514046
+0.844755 0.629374 0.541329
+0.893538 0.644022 0.570138
+0.952514 0.661738 0.600809
+0.961166 0.671733 0.617197
+0.970092 0.682704 0.633753
+0.979034 0.694179 0.650019
+0.988525 0.706737 0.667002
+0.998657 0.720562 0.684825
+0.432624 0.647028 0.414313
+0.448218 0.645777 0.414099
+0.459174 0.643961 0.413245
+0.466423 0.641321 0.411566
+0.471351 0.638376 0.409537
+0.474662 0.635248 0.407279
+0.476463 0.631373 0.404364
+0.477546 0.627298 0.401221
+0.478904 0.62324 0.398123
+0.481102 0.618967 0.394903
+0.484611 0.61471 0.391806
+0.489921 0.610849 0.389197
+0.497047 0.607156 0.386892
+0.506432 0.603967 0.385245
+0.518502 0.601434 0.384451
+0.533257 0.599756 0.384665
+0.550988 0.598886 0.38584
+0.572229 0.599207 0.388266
+0.596902 0.600565 0.391623
+0.624079 0.602319 0.403754
+0.653498 0.605859 0.419944
+0.685039 0.61059 0.438529
+0.719432 0.61648 0.46038
+0.756237 0.623774 0.484733
+0.796262 0.632914 0.51133
+0.839963 0.643778 0.539315
+0.889662 0.657053 0.568811
+0.953277 0.67451 0.601892
+0.962188 0.684016 0.61883
+0.971237 0.694453 0.63566
+0.980697 0.706065 0.652903
+0.990372 0.718471 0.670237
+1 0.732189 0.688365
+0.46247 0.681132 0.440803
+0.475822 0.679591 0.440223
+0.48513 0.67718 0.438804
+0.491493 0.674662 0.437186
+0.495644 0.671443 0.434913
+0.498268 0.667796 0.432227
+0.499886 0.664149 0.429496
+0.500603 0.659922 0.426215
+0.501183 0.655497 0.422782
+0.502464 0.65124 0.419532
+0.504692 0.646555 0.416007
+0.508309 0.6421 0.412772
+0.513695 0.638132 0.410071
+0.521111 0.634241 0.40763
+0.53077 0.630869 0.405844
+0.543221 0.628443 0.405081
+0.558328 0.626535 0.405051
+0.57644 0.625559 0.406073
+0.598093 0.625635 0.408194
+0.623453 0.626963 0.411414
+0.650935 0.62858 0.424231
+0.681193 0.631846 0.441077
+0.713802 0.636332 0.460395
+0.74934 0.642176 0.48278
+0.788449 0.649653 0.508019
+0.832074 0.659175 0.535805
+0.882002 0.670924 0.565682
+0.945846 0.686671 0.599435
+0.962386 0.696727 0.61886
+0.971679 0.706676 0.63624
+0.981201 0.717678 0.653666
+0.991333 0.730251 0.67187
+1 0.744488 0.691524
+0.491829 0.71577 0.467353
+0.50341 0.714092 0.46656
+0.51136 0.711543 0.464973
+0.516716 0.708537 0.462928
+0.520394 0.705364 0.460685
+0.522499 0.701579 0.457893
+0.523537 0.697368 0.454719
+0.523934 0.693233 0.451575
+0.523888 0.688579 0.447974
+0.524132 0.68368 0.444205
+0.525521 0.679164 0.440772
+0.52784 0.674342 0.437156
+0.531609 0.669596 0.433707
+0.53727 0.665476 0.4309
+0.5449 0.661433 0.428336
+0.55491 0.657923 0.426429
+0.567666 0.655375 0.425574
+0.58323 0.653284 0.425376
+0.601801 0.652232 0.426246
+0.623972 0.652369 0.428305
+0.649882 0.653391 0.431174
+0.678172 0.654902 0.444816
+0.709148 0.658015 0.462257
+0.743069 0.662272 0.482338
+0.780575 0.668116 0.505608
+0.82295 0.675822 0.532097
+0.872175 0.68603 0.561715
+0.933486 0.699626 0.594949
+0.962142 0.710399 0.617975
+0.971389 0.7196 0.635386
+0.980957 0.729992 0.653025
+0.991073 0.741909 0.671321
+1 0.756222 0.691814
+0.521431 0.75172 0.49427
+0.531228 0.749859 0.493294
+0.537957 0.747005 0.491463
+0.542443 0.74374 0.489265
+0.545357 0.7402 0.486793
+0.547112 0.736446 0.484077
+0.547738 0.732082 0.480827
+0.547646 0.727428 0.477302
+0.547219 0.722652 0.473671
+0.546807 0.717556 0.469749
+0.547051 0.712322 0.465766
+0.548348 0.707332 0.461997
+0.550774 0.702266 0.458244
+0.554696 0.697353 0.454704
+0.560571 0.693034 0.451759
+0.568444 0.688838 0.449104
+0.578836 0.685161 0.447059
+0.59202 0.682506 0.446097
+0.60798 0.680369 0.445823
+0.627268 0.679088 0.446494
+0.650065 0.679164 0.448402
+0.676478 0.679988 0.450996
+0.705745 0.681392 0.465537
+0.737636 0.684169 0.483528
+0.773419 0.688487 0.504677
+0.813596 0.694469 0.529061
+0.860639 0.702785 0.557198
+0.919478 0.714199 0.589807
+0.961807 0.725444 0.616815
+0.970703 0.733532 0.633753
+0.980194 0.743313 0.651423
+0.990051 0.754376 0.669367
+1 0.767895 0.689448
+0.551629 0.790005 0.522286
+0.559594 0.787472 0.520775
+0.565164 0.784298 0.518715
+0.568933 0.780957 0.516487
+0.571099 0.776913 0.51368
+0.572259 0.772732 0.510719
+0.57258 0.768292 0.507546
+0.572168 0.763333 0.503929
+0.571237 0.758099 0.499992
+0.570336 0.752895 0.496071
+0.569635 0.747143 0.491722
+0.569802 0.741482 0.487465
+0.57113 0.736141 0.483497
+0.573617 0.730739 0.47953
+0.577691 0.725582 0.475853
+0.583841 0.720958 0.472724
+0.59205 0.716625 0.469978
+0.602731 0.712856 0.467887
+0.616358 0.709987 0.466758
+0.632868 0.707729 0.466361
+0.652583 0.706416 0.466926
+0.676158 0.70634 0.468666
+0.703502 0.707027 0.471031
+0.734051 0.708171 0.486488
+0.767498 0.710933 0.505486
+0.805173 0.715236 0.527504
+0.849546 0.721523 0.553582
+0.904479 0.730816 0.584466
+0.961746 0.742336 0.616037
+0.970092 0.749249 0.63212
+0.979156 0.757946 0.649195
+0.988769 0.768261 0.666896
+0.999252 0.780713 0.685832
+0.583078 0.831708 0.55201
+0.589578 0.828779 0.55021
+0.594003 0.825132 0.54786
+0.596872 0.821225 0.545266
+0.598367 0.816846 0.542275
+0.59881 0.811994 0.538903
+0.598581 0.807034 0.535424
+0.59762 0.801572 0.531548
+0.596201 0.795834 0.527428
+0.594675 0.789929 0.523156
+0.593408 0.784009 0.518776
+0.592721 0.777813 0.514168
+0.592874 0.771832 0.509743
+0.594125 0.766003 0.505486
+0.596613 0.760082 0.501213
+0.600809 0.754589 0.497337
+0.607187 0.749737 0.494087
+0.615702 0.745129 0.491188
+0.626795 0.741131 0.48896
+0.64094 0.73814 0.487739
+0.657908 0.735775 0.487221
+0.678203 0.734356 0.487663
+0.702693 0.734157 0.489235
+0.731121 0.734722 0.491432
+0.762798 0.735607 0.507576
+0.798733 0.738308 0.528023
+0.839902 0.742748 0.551675
+0.89041 0.749691 0.579995
+0.959014 0.760922 0.615167
+0.969802 0.767025 0.630945
+0.978164 0.774411 0.646906
+0.987243 0.783795 0.66389
+0.997253 0.7953 0.6822
+0.617029 0.879393 0.584848
+0.622354 0.876204 0.58294
+0.625391 0.871504 0.579934
+0.626993 0.866545 0.576699
+0.627741 0.86154 0.573373
+0.627405 0.855802 0.569497
+0.626459 0.849897 0.565454
+0.624949 0.843717 0.561196
+0.623011 0.837308 0.556725
+0.620813 0.83061 0.552026
+0.618799 0.823896 0.54728
+0.617166 0.81709 0.542443
+0.61619 0.810193 0.537453
+0.616129 0.803357 0.532509
+0.617472 0.797208 0.528099
+0.62002 0.790799 0.523552
+0.624399 0.784955 0.519509
+0.6309 0.779721 0.516045
+0.63975 0.774731 0.512917
+0.651225 0.770489 0.510552
+0.665721 0.767361 0.509255
+0.683345 0.764767 0.508583
+0.704341 0.763226 0.508904
+0.729671 0.762936 0.510338
+0.75967 0.763363 0.512367
+0.793194 0.764035 0.529534
+0.832197 0.766827 0.551614
+0.878767 0.771634 0.577569
+0.939376 0.779721 0.609354
+0.970245 0.787091 0.631037
+0.977646 0.793317 0.645365
+0.98584 0.801358 0.660945
+0.995163 0.812039 0.678309
+0.656916 0.939544 0.624521
+0.66009 0.93434 0.621393
+0.661875 0.928695 0.617914
+0.662089 0.922057 0.613718
+0.661357 0.915068 0.609232
+0.660151 0.908248 0.604822
+0.657969 0.900481 0.59971
+0.655375 0.892607 0.594476
+0.65272 0.88513 0.589456
+0.649622 0.876997 0.583947
+0.646555 0.868803 0.578363
+0.644083 0.861082 0.573068
+0.642023 0.853056 0.567544
+0.640742 0.845212 0.562081
+0.640513 0.837674 0.556786
+0.64155 0.830472 0.551751
+0.644099 0.823606 0.54699
+0.648646 0.81738 0.542794
+0.655207 0.811414 0.538888
+0.664271 0.806073 0.535592
+0.676173 0.801556 0.533089
+0.691157 0.798108 0.531579
+0.709422 0.795285 0.53077
+0.731517 0.793698 0.53106
+0.757778 0.793149 0.53225
+0.78941 0.793256 0.533898
+0.82565 0.793866 0.552575
+0.869017 0.796902 0.576776
+0.923995 0.802502 0.606027
+0.971572 0.809827 0.632654
+0.977935 0.815015 0.645197
+0.985168 0.821927 0.65919
+0.993362 0.831128 0.674754
+0.690166 0.985763 0.656474
+0.694911 0.985641 0.656107
+0.698497 0.985397 0.655512
+0.701183 0.985153 0.654902
+0.702937 0.984802 0.654063
+0.701076 0.977798 0.649454
+0.697246 0.967254 0.642878
+0.692775 0.956039 0.635798
+0.68806 0.944732 0.62858
+0.683635 0.934356 0.621881
+0.678981 0.92343 0.614755
+0.674937 0.91313 0.60798
+0.671656 0.903563 0.601663
+0.668772 0.89369 0.595102
+0.666926 0.884428 0.588922
+0.666377 0.875898 0.583139
+0.666987 0.867277 0.577295
+0.669337 0.859373 0.571969
+0.673823 0.852338 0.567346
+0.680598 0.845792 0.563149
+0.689815 0.839933 0.559609
+0.702129 0.835157 0.557015
+0.717449 0.831067 0.555123
+0.736324 0.828 0.554162
+0.759487 0.826078 0.554238
+0.787488 0.825437 0.555367
+0.821225 0.825269 0.55671
+0.861997 0.826078 0.577783
+0.91162 0.829389 0.604654
+0.974136 0.835981 0.636469
+0.979187 0.839902 0.646662
+0.985245 0.84593 0.658656
+0.992218 0.854002 0.672236
+0.703365 0.989883 0.665354
+0.70782 0.989715 0.664912
+0.711055 0.989425 0.664225
+0.713359 0.989075 0.663417
+0.714977 0.988693 0.662562
+0.715938 0.988251 0.66154
+0.716426 0.987747 0.660426
+0.716579 0.987243 0.659266
+0.716396 0.986664 0.657969
+0.715969 0.986038 0.656596
+0.715511 0.985428 0.655222
+0.71487 0.984176 0.653437
+0.708385 0.968872 0.643839
+0.703441 0.955734 0.635508
+0.699306 0.942992 0.627375
+0.696269 0.930907 0.619623
+0.694957 0.920394 0.612863
+0.694865 0.909941 0.606027
+0.696666 0.900298 0.599771
+0.700938 0.892058 0.594522
+0.7075 0.884276 0.589654
+0.716823 0.877546 0.585672
+0.729397 0.872328 0.582895
+0.745235 0.867582 0.580636
+0.764828 0.864042 0.579431
+0.789197 0.862074 0.579538
+0.819043 0.860731 0.580133
+0.856321 0.860426 0.58143
+0.903136 0.861509 0.605554
+0.965194 0.865721 0.637491
+0.981735 0.869444 0.65037
+0.98645 0.874388 0.660014
+0.992004 0.881392 0.671199
+0.717769 0.994141 0.67451
+0.72195 0.993912 0.673976
+0.724895 0.993561 0.673182
+0.726909 0.993149 0.672251
+0.728206 0.992706 0.67126
+0.728985 0.992233 0.670222
+0.729152 0.991684 0.668986
+0.729 0.991119 0.66772
+0.728634 0.990509 0.666377
+0.727977 0.989868 0.664942
+0.727214 0.989181 0.663447
+0.726558 0.988525 0.661952
+0.726116 0.987839 0.660426
+0.72604 0.987152 0.6589
+0.726452 0.986511 0.65745
+0.727459 0.985901 0.656016
+0.729259 0.985321 0.654658
+0.728862 0.977127 0.649226
+0.727321 0.96318 0.640604
+0.727932 0.950378 0.632609
+0.731426 0.939925 0.626184
+0.737408 0.930251 0.62034
+0.746426 0.921798 0.615442
+0.759075 0.915343 0.612009
+0.775235 0.909712 0.609339
+0.795682 0.905486 0.607797
+0.821515 0.902983 0.607614
+0.854063 0.901045 0.607874
+0.896056 0.900725 0.609323
+0.95256 0.902296 0.63769
+0.985748 0.905226 0.656718
+0.988922 0.908751 0.663569
+0.992844 0.91426 0.671931
+0.733745 0.998505 0.68394
+0.73753 0.998169 0.683207
+0.740261 0.997772 0.682322
+0.742061 0.997345 0.681361
+0.743053 0.996841 0.680247
+0.743526 0.996307 0.679103
+0.74345 0.995727 0.677821
+0.742977 0.995102 0.676417
+0.742245 0.994446 0.674983
+0.74136 0.99379 0.673533
+0.7402 0.993057 0.671901
+0.739132 0.99234 0.670314
+0.738354 0.991623 0.668742
+0.737789 0.99089 0.667079
+0.737682 0.990173 0.665476
+0.73817 0.989502 0.663966
+0.7393 0.988846 0.66247
+0.741283 0.988266 0.661097
+0.74435 0.987747 0.659861
+0.748669 0.98732 0.658793
+0.754528 0.986984 0.657893
+0.762203 0.986801 0.657252
+0.771862 0.98674 0.656886
+0.781155 0.978714 0.652293
+0.793286 0.969787 0.647578
+0.8094 0.962219 0.643915
+0.830594 0.956329 0.641535
+0.858167 0.952773 0.640772
+0.89395 0.950378 0.640986
+0.944106 0.949828 0.64268
+0.991318 0.95137 0.665751
+0.992889 0.952514 0.669688
+0.995224 0.957321 0.675273
+0.761532 1 0.706783
+0.763622 1 0.704234
+0.764385 1 0.701122
+0.764431 1 0.697978
+0.763348 1 0.694286
+0.761563 1 0.690288
+0.759838 0.999863 0.68687
+0.758984 0.999191 0.685405
+0.757809 0.998505 0.683864
+0.756512 0.997787 0.682307
+0.755001 0.99704 0.680644
+0.75346 0.996262 0.678904
+0.752178 0.995499 0.677241
+0.751125 0.99472 0.675502
+0.7505 0.993942 0.673777
+0.750347 0.99321 0.672145
+0.750835 0.992508 0.670542
+0.752071 0.991821 0.668971
+0.754345 0.991226 0.667597
+0.757748 0.990662 0.666255
+0.762539 0.990204 0.665125
+0.769024 0.989883 0.664256
+0.777554 0.9897 0.663661
+0.78822 0.989654 0.663294
+0.801678 0.989822 0.663371
+0.818357 0.990204 0.663859
+0.838727 0.990845 0.664851
+0.864317 0.99176 0.666346
+0.896147 0.992966 0.668376
+0.939178 0.994629 0.671214
+0.996796 0.996796 0.674891
+0.997284 0.997284 0.676783
+0.998001 0.998001 0.6795
+0.795239 1 0.736095
+0.797238 1 0.733776
+0.797452 1 0.730434
+0.796765 1 0.726879
+0.795453 1 0.723247
+0.793103 1 0.718975
+0.790234 1 0.714488
+0.787045 1 0.709895
+0.783307 1 0.704906
+0.779217 1 0.699641
+0.774929 1 0.69424
+0.770397 1 0.688548
+0.767834 0.999374 0.685786
+0.766247 0.998566 0.684001
+0.764965 0.997757 0.682185
+0.764141 0.996933 0.680354
+0.76408 0.996185 0.678691
+0.764569 0.995438 0.676982
+0.765957 0.994705 0.675349
+0.76846 0.994095 0.673915
+0.772213 0.993515 0.672572
+0.777584 0.993042 0.671382
+0.784863 0.992706 0.670497
+0.794293 0.992477 0.66981
+0.806287 0.992416 0.669444
+0.821439 0.992554 0.669505
+0.840314 0.992889 0.669902
+0.863874 0.993469 0.670756
+0.893965 0.994354 0.672221
+0.934142 0.995575 0.674281
+0.993347 0.997345 0.677272
+0.99762 0.99762 0.67805
+0.998154 0.998154 0.680095
+0.833707 1 0.768277
+0.834867 1 0.765393
+0.834821 1 0.76202
+0.8336 1 0.758236
+0.831418 1 0.754025
+0.828855 1 0.749844
+0.825269 1 0.744976
+0.821256 1 0.739925
+0.817014 1 0.734813
+0.812161 1 0.729183
+0.807111 1 0.723369
+0.802182 1 0.717662
+0.796994 1 0.711513
+0.792081 1 0.705379
+0.787671 1 0.699382
+0.783597 1 0.693263
+0.780056 1 0.68719
+0.779797 0.999207 0.685389
+0.780285 0.998413 0.683619
+0.781796 0.997681 0.681926
+0.784649 0.997024 0.68043
+0.788891 0.996414 0.679026
+0.794903 0.995895 0.677775
+0.803082 0.995514 0.676799
+0.813672 0.995239 0.676051
+0.827329 0.995132 0.675593
+0.844739 0.995224 0.675547
+0.866728 0.995499 0.675853
+0.894835 0.996002 0.6766
+0.932403 0.996796 0.677943
+0.98674 0.997971 0.679911
+0.998322 0.998322 0.68072
+0.998474 0.998474 0.681315
+0.00534066 0.00534066 0.0800031
+0.0135958 0.00665293 0.0854353
+0.0623331 0.0133211 0.0918441
+0.118761 0.0217441 0.0991684
+0.15697 0.029221 0.099321
+0.183536 0.0363012 0.0991531
+0.209461 0.0454719 0.104204
+0.237278 0.0584573 0.114153
+0.265675 0.0762188 0.126787
+0.293736 0.0975509 0.140826
+0.320882 0.118379 0.15584
+0.347082 0.138186 0.171496
+0.373739 0.159274 0.189029
+0.401251 0.181949 0.208225
+0.428733 0.205081 0.228244
+0.45568 0.228061 0.248447
+0.482795 0.251377 0.269322
+0.509773 0.274525 0.290517
+0.537438 0.298146 0.312474
+0.565774 0.32221 0.33518
+0.594049 0.345937 0.357839
+0.622477 0.369467 0.380499
+0.651133 0.392813 0.403143
+0.679866 0.415717 0.425513
+0.709072 0.438453 0.447807
+0.738964 0.461036 0.470039
+0.770153 0.483726 0.492454
+0.803098 0.506554 0.515038
+0.838453 0.529564 0.537804
+0.879713 0.554192 0.562173
+0.93106 0.581125 0.588785
+0.951873 0.601129 0.608927
+0.961517 0.618936 0.627085
+0.010605 0.0222019 0.0691997
+0.0150607 0.0224613 0.0869917
+0.0645151 0.0261234 0.095491
+0.120928 0.0340887 0.0965133
+0.152407 0.0450752 0.092134
+0.182696 0.0573129 0.0963912
+0.213886 0.0714885 0.105257
+0.24387 0.0871138 0.115694
+0.272572 0.102754 0.127184
+0.299794 0.119081 0.1402
+0.325704 0.13576 0.15436
+0.351461 0.153582 0.169848
+0.378149 0.173205 0.187488
+0.404623 0.193454 0.206043
+0.43151 0.214664 0.225864
+0.458122 0.236179 0.246311
+0.48426 0.257557 0.266682
+0.511284 0.279896 0.288289
+0.538399 0.302358 0.310231
+0.566094 0.325261 0.332769
+0.594537 0.348653 0.355917
+0.622675 0.371557 0.378668
+0.650919 0.394247 0.401266
+0.679789 0.417029 0.424018
+0.708888 0.439475 0.446479
+0.738628 0.461784 0.468772
+0.76939 0.484031 0.491035
+0.802457 0.506874 0.513893
+0.837949 0.529915 0.536919
+0.878492 0.554086 0.561028
+0.930022 0.581155 0.587961
+0.95201 0.601404 0.608454
+0.961578 0.619074 0.626551
+0.0288548 0.0756847 0.0817884
+0.029221 0.0750286 0.0849012
+0.0573892 0.0782483 0.0954604
+0.119463 0.0800641 0.0905165
+0.163272 0.0857252 0.0923934
+0.195438 0.0966354 0.100191
+0.225803 0.10779 0.109377
+0.254734 0.119463 0.119646
+0.281895 0.131868 0.131044
+0.307866 0.144503 0.142977
+0.332784 0.157488 0.15555
+0.358129 0.172 0.169894
+0.383368 0.188037 0.186007
+0.409491 0.206638 0.204883
+0.435447 0.22565 0.224338
+0.461311 0.245045 0.244282
+0.487266 0.264942 0.264805
+0.513466 0.285664 0.286168
+0.540383 0.307317 0.308476
+0.567864 0.329473 0.331289
+0.595438 0.35169 0.354116
+0.623423 0.374121 0.377111
+0.651713 0.396521 0.400061
+0.680034 0.418601 0.422629
+0.70901 0.440757 0.445212
+0.738949 0.463035 0.467887
+0.769696 0.48513 0.490333
+0.802533 0.507683 0.513176
+0.838209 0.530755 0.536477
+0.877974 0.554406 0.560281
+0.929137 0.581262 0.587182
+0.95227 0.601892 0.608164
+0.961822 0.619516 0.626307
+0.0525826 0.133288 0.1066
+0.0495155 0.127535 0.091783
+0.0599069 0.131991 0.0830396
+0.115999 0.1346 0.0700694
+0.171115 0.134813 0.0897383
+0.205936 0.139818 0.109178
+0.234546 0.147906 0.120272
+0.260884 0.157504 0.129732
+0.286137 0.166995 0.139437
+0.310704 0.176806 0.150118
+0.335164 0.187427 0.16202
+0.359426 0.198886 0.174975
+0.384543 0.212558 0.190692
+0.409751 0.227787 0.208209
+0.435676 0.244327 0.227115
+0.460853 0.260899 0.246021
+0.486198 0.278218 0.265568
+0.512169 0.296574 0.286076
+0.538811 0.315785 0.307362
+0.566201 0.335988 0.329427
+0.593835 0.356573 0.35172
+0.621805 0.377447 0.374151
+0.649943 0.398428 0.396536
+0.67837 0.419471 0.41883
+0.706966 0.440665 0.441093
+0.736049 0.462165 0.463554
+0.76672 0.484138 0.486381
+0.798886 0.506218 0.509178
+0.833371 0.528588 0.532143
+0.872541 0.552087 0.55613
+0.921645 0.578271 0.582696
+0.951263 0.600015 0.604898
+0.960769 0.617578 0.623102
+0.0807507 0.183642 0.132708
+0.0761578 0.177249 0.111467
+0.0808881 0.177951 0.0938888
+0.120684 0.179355 0.0889143
+0.168933 0.18024 0.0932479
+0.212848 0.183154 0.107851
+0.244129 0.187808 0.123613
+0.27245 0.19266 0.140078
+0.298436 0.199405 0.153414
+0.322347 0.206806 0.164767
+0.345937 0.215564 0.176257
+0.368963 0.225498 0.187976
+0.392187 0.236561 0.200977
+0.416358 0.250004 0.217227
+0.440604 0.263981 0.234241
+0.465202 0.27863 0.252232
+0.489723 0.293721 0.270695
+0.515282 0.310277 0.290471
+0.541268 0.327672 0.310872
+0.567971 0.346059 0.332082
+0.595636 0.365499 0.354162
+0.623224 0.385061 0.376104
+0.651011 0.404868 0.398032
+0.679438 0.425086 0.420203
+0.708278 0.445472 0.442267
+0.73785 0.466056 0.464332
+0.76846 0.48687 0.486442
+0.80087 0.508629 0.509316
+0.835248 0.530724 0.532341
+0.874174 0.553872 0.556283
+0.923735 0.580087 0.583139
+0.951995 0.601389 0.605112
+0.961349 0.618647 0.623133
+0.109529 0.228 0.158358
+0.104707 0.221637 0.13431
+0.103838 0.219287 0.108843
+0.13611 0.219287 0.108217
+0.173098 0.219348 0.112078
+0.212039 0.220844 0.117708
+0.249714 0.223987 0.128725
+0.280507 0.227985 0.142336
+0.305791 0.232761 0.155596
+0.331075 0.237873 0.171084
+0.355444 0.244038 0.185611
+0.3794 0.251957 0.199496
+0.403037 0.261082 0.213519
+0.426963 0.272023 0.229221
+0.450889 0.284352 0.245884
+0.474281 0.297093 0.262516
+0.497856 0.310857 0.27985
+0.522133 0.325567 0.298146
+0.547311 0.341512 0.317556
+0.57351 0.358602 0.338033
+0.600061 0.376318 0.358907
+0.627192 0.394736 0.38024
+0.654627 0.413489 0.401679
+0.682383 0.432486 0.423117
+0.710872 0.451911 0.444755
+0.740459 0.471885 0.466697
+0.770855 0.491981 0.488518
+0.803296 0.512749 0.510811
+0.838697 0.534371 0.533761
+0.877775 0.556909 0.557412
+0.927123 0.58265 0.584115
+0.953033 0.603311 0.605646
+0.962295 0.620386 0.623621
+0.135531 0.267063 0.181765
+0.130892 0.26125 0.156329
+0.129335 0.257969 0.130007
+0.156832 0.256672 0.130968
+0.185428 0.256046 0.133425
+0.21706 0.25626 0.137087
+0.250034 0.257481 0.141848
+0.283818 0.260594 0.151965
+0.313802 0.264363 0.164309
+0.339513 0.269184 0.176959
+0.363485 0.27483 0.1906
+0.387366 0.280354 0.205737
+0.411994 0.28748 0.222263
+0.435859 0.296132 0.23856
+0.459632 0.305943 0.255146
+0.483421 0.316899 0.272221
+0.507347 0.328847 0.289723
+0.531716 0.34226 0.308003
+0.55668 0.356847 0.327001
+0.582422 0.372763 0.346853
+0.608408 0.389349 0.366979
+0.634806 0.406516 0.387427
+0.661677 0.424247 0.408148
+0.689067 0.442374 0.429053
+0.717006 0.460807 0.450034
+0.745693 0.479576 0.471061
+0.776135 0.499138 0.492699
+0.808499 0.51928 0.514702
+0.843412 0.540017 0.537057
+0.883772 0.562341 0.560815
+0.934447 0.587366 0.587106
+0.954589 0.60621 0.607034
+0.963806 0.623148 0.62501
+0.160067 0.302419 0.203326
+0.155673 0.297185 0.17673
+0.157214 0.293431 0.153567
+0.180011 0.291905 0.154604
+0.202075 0.290517 0.15584
+0.227543 0.290135 0.158328
+0.255467 0.290379 0.1617
+0.285161 0.291752 0.166155
+0.316365 0.294774 0.175708
+0.345769 0.298573 0.187579
+0.372412 0.303563 0.200687
+0.396887 0.309407 0.214755
+0.420066 0.315633 0.22948
+0.444129 0.322408 0.246052
+0.467903 0.32958 0.263035
+0.491737 0.338369 0.280339
+0.515404 0.348379 0.297734
+0.539895 0.360067 0.316045
+0.565118 0.373281 0.33521
+0.59086 0.387701 0.354925
+0.617502 0.403479 0.375433
+0.643961 0.419623 0.395758
+0.670817 0.436393 0.416236
+0.697963 0.45359 0.436698
+0.726009 0.471489 0.457496
+0.754772 0.489677 0.478294
+0.784894 0.5084 0.499352
+0.817533 0.528099 0.521141
+0.852995 0.548455 0.543374
+0.893431 0.570001 0.566552
+0.94667 0.595209 0.593256
+0.956756 0.610941 0.610193
+0.965988 0.627115 0.627527
+0.183627 0.335958 0.224308
+0.179339 0.330907 0.196887
+0.18378 0.327291 0.177035
+0.203754 0.32578 0.177783
+0.221912 0.323964 0.178302
+0.242054 0.322896 0.179675
+0.264851 0.322377 0.181842
+0.290318 0.322667 0.18497
+0.318303 0.324315 0.189349
+0.347509 0.326909 0.198352
+0.376471 0.330709 0.210147
+0.404074 0.335897 0.224094
+0.42945 0.341665 0.238956
+0.452873 0.347845 0.254078
+0.475944 0.354604 0.270008
+0.499214 0.361501 0.286854
+0.523415 0.369802 0.304936
+0.547967 0.379507 0.323461
+0.573205 0.391089 0.342657
+0.598993 0.404013 0.362371
+0.625208 0.418128 0.382422
+0.652232 0.433433 0.403067
+0.679301 0.449195 0.423575
+0.706889 0.465644 0.44419
+0.735149 0.482719 0.464912
+0.764797 0.500664 0.486076
+0.795483 0.518959 0.507179
+0.828779 0.538216 0.528939
+0.865553 0.558465 0.551369
+0.908156 0.580102 0.574899
+0.950652 0.602335 0.59881
+0.959594 0.617624 0.615396
+0.968841 0.633249 0.632273
+0.206058 0.368048 0.245029
+0.202182 0.363531 0.217288
+0.209094 0.359792 0.19971
+0.228397 0.358511 0.200488
+0.243626 0.356481 0.200488
+0.259068 0.354528 0.200687
+0.277806 0.353429 0.201923
+0.298985 0.352926 0.203952
+0.322789 0.353399 0.20705
+0.349523 0.355093 0.211276
+0.3776 0.357504 0.220188
+0.406104 0.361212 0.232197
+0.433967 0.366232 0.246586
+0.459968 0.37171 0.262074
+0.48484 0.378042 0.278462
+0.50808 0.384741 0.294697
+0.531594 0.392203 0.311833
+0.555901 0.400748 0.330159
+0.581033 0.410361 0.349355
+0.607217 0.42182 0.369482
+0.633646 0.43447 0.3897
+0.660166 0.448096 0.409873
+0.687251 0.46273 0.430259
+0.715236 0.47837 0.451041
+0.743832 0.494606 0.471809
+0.773693 0.511666 0.492866
+0.805707 0.529824 0.514565
+0.839979 0.548699 0.536507
+0.878309 0.56875 0.559228
+0.925261 0.591257 0.5841
+0.953841 0.61004 0.604715
+0.962722 0.624949 0.621103
+0.972122 0.640589 0.638148
+0.228382 0.399374 0.265156
+0.224689 0.395178 0.236957
+0.235279 0.391714 0.222309
+0.254017 0.390585 0.223072
+0.267033 0.388342 0.222644
+0.279072 0.385977 0.22211
+0.293324 0.383978 0.222171
+0.310719 0.382834 0.223285
+0.330709 0.382223 0.225147
+0.353445 0.382757 0.228183
+0.379278 0.384405 0.232364
+0.406455 0.386633 0.241352
+0.434348 0.390188 0.253498
+0.462348 0.394781 0.268162
+0.489311 0.400168 0.28452
+0.515541 0.40676 0.302113
+0.540337 0.41387 0.319722
+0.565026 0.422156 0.337911
+0.589731 0.431052 0.356527
+0.615473 0.441062 0.376196
+0.641978 0.452293 0.396506
+0.668666 0.464393 0.416831
+0.695933 0.477653 0.437308
+0.72398 0.492088 0.457984
+0.752819 0.507424 0.478767
+0.783093 0.52369 0.499855
+0.815381 0.541009 0.521401
+0.851011 0.559609 0.543755
+0.891646 0.579675 0.567147
+0.941924 0.602243 0.59263
+0.956832 0.617868 0.610224
+0.965805 0.632578 0.626673
+0.975204 0.647929 0.643671
+0.250965 0.430396 0.284779
+0.247349 0.426368 0.256123
+0.261738 0.423194 0.245243
+0.279179 0.421714 0.245548
+0.290837 0.419715 0.245075
+0.300481 0.417075 0.244038
+0.31136 0.414466 0.243198
+0.325017 0.412634 0.243305
+0.341192 0.411093 0.243992
+0.360296 0.410285 0.245609
+0.382483 0.410773 0.248569
+0.407279 0.412085 0.252399
+0.433982 0.414282 0.261723
+0.461769 0.417807 0.274266
+0.490105 0.42237 0.289464
+0.518318 0.428168 0.306966
+0.545968 0.434928 0.325734
+0.572442 0.442512 0.344701
+0.598703 0.451225 0.364202
+0.62446 0.460685 0.383581
+0.650477 0.470893 0.403281
+0.67747 0.482124 0.423743
+0.704845 0.494072 0.444236
+0.733043 0.507103 0.464958
+0.762661 0.521523 0.486122
+0.793332 0.536843 0.507256
+0.826139 0.553292 0.528771
+0.862852 0.571283 0.551293
+0.905684 0.591211 0.575174
+0.951125 0.612192 0.599481
+0.959655 0.625864 0.615351
+0.968765 0.640497 0.632029
+0.978241 0.655634 0.649058
+0.27306 0.460212 0.303334
+0.269734 0.456596 0.274418
+0.287831 0.45391 0.268086
+0.304051 0.452338 0.268132
+0.314717 0.450156 0.267353
+0.322728 0.447425 0.265995
+0.330816 0.444541 0.264591
+0.341268 0.442054 0.263798
+0.354131 0.439841 0.263508
+0.369726 0.438224 0.264057
+0.388464 0.437446 0.265644
+0.410071 0.437797 0.268391
+0.434485 0.439124 0.272145
+0.461387 0.441657 0.28217
+0.489006 0.444968 0.295018
+0.517845 0.449607 0.310933
+0.547189 0.455726 0.329458
+0.576196 0.462684 0.349325
+0.604517 0.470665 0.369741
+0.63238 0.47985 0.390387
+0.65948 0.489555 0.410605
+0.68632 0.499962 0.430655
+0.714031 0.511391 0.451225
+0.74258 0.523522 0.472038
+0.772183 0.536568 0.493034
+0.803861 0.551064 0.514656
+0.838132 0.566873 0.536751
+0.87631 0.584253 0.559564
+0.922026 0.603983 0.58407
+0.954284 0.621668 0.605295
+0.962631 0.634684 0.620768
+0.97174 0.648905 0.637354
+0.981262 0.663813 0.654398
+0.295491 0.49012 0.321202
+0.292287 0.486641 0.292424
+0.314 0.484565 0.291249
+0.328862 0.482795 0.290974
+0.338552 0.480476 0.289952
+0.345373 0.47776 0.288441
+0.351583 0.474571 0.286549
+0.359319 0.471611 0.284993
+0.369467 0.469123 0.284123
+0.382071 0.466758 0.28365
+0.397421 0.46508 0.284077
+0.416007 0.4645 0.285725
+0.437217 0.464698 0.288304
+0.46157 0.466056 0.291966
+0.488533 0.468589 0.302541
+0.516335 0.471931 0.315984
+0.545724 0.476692 0.332586
+0.575998 0.482963 0.351965
+0.606241 0.490181 0.372808
+0.636316 0.498421 0.394446
+0.665858 0.507759 0.41619
+0.694408 0.517617 0.437247
+0.72282 0.528359 0.458015
+0.752026 0.540124 0.479042
+0.782223 0.55259 0.50016
+0.814572 0.566247 0.521889
+0.850065 0.581353 0.544396
+0.890929 0.598428 0.56817
+0.940734 0.618082 0.593729
+0.957519 0.631907 0.6112
+0.965942 0.644526 0.626719
+0.97499 0.658244 0.643137
+0.984405 0.672618 0.659937
+0.318517 0.520485 0.339391
+0.31986 0.517021 0.315297
+0.340536 0.515587 0.315038
+0.353994 0.513756 0.314519
+0.36289 0.511223 0.313191
+0.368826 0.5084 0.311467
+0.373739 0.505241 0.309422
+0.379294 0.501808 0.307271
+0.386877 0.498848 0.305684
+0.39678 0.496162 0.30457
+0.409293 0.493706 0.303975
+0.424521 0.492027 0.304326
+0.442893 0.491478 0.305913
+0.46421 0.491661 0.308385
+0.488701 0.49308 0.312001
+0.515862 0.49546 0.323095
+0.543908 0.498848 0.337194
+0.573587 0.50367 0.35436
+0.604944 0.509972 0.374609
+0.636286 0.517189 0.396216
+0.66743 0.525444 0.418479
+0.698802 0.534951 0.44126
+0.72958 0.54519 0.463478
+0.760372 0.556329 0.485344
+0.792248 0.568673 0.507317
+0.825559 0.581842 0.52929
+0.862333 0.596445 0.552056
+0.90605 0.613413 0.576699
+0.952453 0.631617 0.601556
+0.960678 0.643015 0.616922
+0.969223 0.655253 0.632639
+0.978347 0.668513 0.649104
+0.987823 0.682521 0.665949
+0.342016 0.551293 0.357275
+0.348455 0.54815 0.339132
+0.367147 0.546883 0.339208
+0.379522 0.545159 0.338628
+0.387457 0.54258 0.337148
+0.392676 0.539544 0.335149
+0.396658 0.536339 0.332967
+0.40058 0.532769 0.33051
+0.406027 0.529274 0.328252
+0.413687 0.526192 0.326528
+0.423529 0.523217 0.325154
+0.436027 0.520821 0.324514
+0.451408 0.519295 0.324926
+0.469673 0.518563 0.326268
+0.491127 0.518715 0.328634
+0.515969 0.520256 0.33225
+0.542962 0.522393 0.343664
+0.571588 0.525643 0.358526
+0.601831 0.530327 0.376333
+0.633768 0.536522 0.39707
+0.666148 0.543709 0.419303
+0.698665 0.552026 0.442298
+0.731929 0.5617 0.46598
+0.76524 0.57229 0.489357
+0.799252 0.584024 0.51252
+0.835477 0.597253 0.536034
+0.874449 0.611658 0.559594
+0.920958 0.628397 0.584924
+0.955535 0.644007 0.607141
+0.963684 0.654902 0.622339
+0.972229 0.666545 0.637964
+0.98146 0.679423 0.654612
+0.991119 0.693172 0.671687
+0.366094 0.582788 0.375616
+0.377966 0.580636 0.364538
+0.394293 0.578988 0.364141
+0.404944 0.576837 0.363058
+0.412253 0.574426 0.361639
+0.416999 0.571283 0.359472
+0.420081 0.567803 0.356954
+0.423011 0.564355 0.354482
+0.426764 0.56051 0.351766
+0.432212 0.556848 0.349355
+0.439918 0.553597 0.347478
+0.44976 0.550546 0.345998
+0.462272 0.548058 0.345251
+0.477943 0.546502 0.345586
+0.49633 0.545632 0.346746
+0.517754 0.545815 0.348989
+0.542809 0.547036 0.352239
+0.570092 0.54905 0.364218
+0.598856 0.552132 0.379599
+0.629938 0.55668 0.398154
+0.662394 0.562661 0.419257
+0.69601 0.569802 0.442176
+0.730373 0.57821 0.466072
+0.765713 0.588144 0.490562
+0.802274 0.599268 0.515221
+0.84094 0.611841 0.540047
+0.884031 0.626444 0.565698
+0.935637 0.643534 0.59295
+0.95816 0.656184 0.611856
+0.966506 0.667033 0.627359
+0.975128 0.678477 0.643107
+0.984314 0.690913 0.659617
+0.994125 0.70454 0.676951
+0.390524 0.61474 0.394217
+0.407263 0.613214 0.38996
+0.421576 0.611658 0.389471
+0.430884 0.609308 0.388128
+0.437156 0.606394 0.386221
+0.441382 0.603433 0.384161
+0.44387 0.599802 0.381491
+0.445747 0.59585 0.378546
+0.448234 0.592126 0.375814
+0.452049 0.588129 0.372961
+0.457588 0.584283 0.370382
+0.46537 0.580957 0.368414
+0.475425 0.577737 0.366766
+0.488106 0.575158 0.365911
+0.503838 0.573571 0.36614
+0.522515 0.572534 0.367102
+0.544259 0.572519 0.369131
+0.569543 0.573724 0.372244
+0.597025 0.575387 0.384588
+0.626291 0.578286 0.400656
+0.657984 0.582834 0.419821
+0.691203 0.588586 0.441352
+0.725994 0.595682 0.464775
+0.762585 0.604242 0.489647
+0.801053 0.614527 0.515404
+0.841917 0.626307 0.541512
+0.88777 0.640253 0.568597
+0.945006 0.65771 0.598367
+0.960479 0.668681 0.615946
+0.968933 0.679179 0.631647
+0.977661 0.690547 0.647578
+0.986908 0.702815 0.664149
+0.996674 0.716045 0.681361
+0.418341 0.647379 0.415625
+0.436164 0.646128 0.415412
+0.448295 0.644114 0.41442
+0.456626 0.641779 0.413062
+0.462074 0.638926 0.41117
+0.465614 0.635645 0.40885
+0.467765 0.632044 0.406195
+0.469001 0.628016 0.403159
+0.470314 0.623743 0.399924
+0.472831 0.619791 0.397009
+0.476661 0.615564 0.393988
+0.482307 0.611444 0.39118
+0.490211 0.608042 0.389136
+0.500374 0.604791 0.387427
+0.513344 0.602045 0.386389
+0.529335 0.600351 0.386496
+0.548226 0.599268 0.387335
+0.570367 0.599115 0.389166
+0.596155 0.600244 0.392096
+0.624094 0.601465 0.404974
+0.653742 0.604257 0.421637
+0.685695 0.60856 0.441093
+0.720409 0.614359 0.463462
+0.756863 0.621485 0.487602
+0.795941 0.63032 0.513405
+0.838651 0.641093 0.540612
+0.886473 0.654047 0.568917
+0.946502 0.670649 0.600198
+0.961975 0.681285 0.618494
+0.970672 0.691463 0.634653
+0.979629 0.702525 0.651011
+0.989044 0.714794 0.667887
+0.998871 0.727962 0.685206
+0.449546 0.680964 0.441459
+0.464729 0.679576 0.441001
+0.47509 0.677195 0.439628
+0.482185 0.674632 0.438025
+0.486915 0.671626 0.435996
+0.489845 0.668116 0.433509
+0.491539 0.664347 0.430777
+0.492531 0.660548 0.427939
+0.49308 0.656153 0.424598
+0.494224 0.651652 0.421195
+0.496757 0.647288 0.41799
+0.500664 0.642878 0.414832
+0.506432 0.638697 0.411978
+0.51458 0.635035 0.40972
+0.525032 0.631632 0.407889
+0.538231 0.628855 0.40679
+0.554528 0.62707 0.40676
+0.573678 0.625895 0.407477
+0.596323 0.625605 0.409094
+0.622538 0.626459 0.411643
+0.650721 0.627558 0.425086
+0.6813 0.630152 0.442573
+0.714534 0.634485 0.462898
+0.750149 0.640146 0.485618
+0.788998 0.647395 0.510735
+0.83183 0.656718 0.537911
+0.880476 0.668238 0.566888
+0.94139 0.683482 0.599145
+0.962554 0.694102 0.619242
+0.971588 0.70399 0.636118
+0.980743 0.714733 0.652888
+0.990478 0.726848 0.670344
+1 0.740322 0.688533
+0.480339 0.715282 0.467491
+0.493355 0.713741 0.466819
+0.502159 0.711254 0.465324
+0.508064 0.708293 0.463355
+0.512108 0.705211 0.46125
+0.514443 0.701549 0.45864
+0.515587 0.697459 0.45568
+0.515953 0.693233 0.452552
+0.516136 0.689006 0.449439
+0.516457 0.684291 0.445914
+0.517769 0.679591 0.442374
+0.520317 0.675013 0.439017
+0.52433 0.670298 0.43563
+0.530266 0.665934 0.432654
+0.538598 0.66212 0.430289
+0.549325 0.658595 0.428367
+0.562814 0.655695 0.427146
+0.579538 0.653758 0.426963
+0.599084 0.652506 0.427543
+0.622095 0.65214 0.429007
+0.648814 0.65272 0.431159
+0.677714 0.653712 0.445335
+0.708965 0.656168 0.463462
+0.743709 0.660426 0.484703
+0.781308 0.666056 0.508309
+0.823392 0.673564 0.534646
+0.871534 0.683513 0.563516
+0.930983 0.69688 0.595728
+0.962707 0.707973 0.61915
+0.971695 0.717083 0.636027
+0.980957 0.727306 0.653086
+0.990738 0.738903 0.670756
+1 0.752392 0.68986
+0.511421 0.751202 0.494301
+0.521981 0.749096 0.493141
+0.529488 0.746471 0.491508
+0.53434 0.743236 0.489342
+0.537514 0.739757 0.486931
+0.539376 0.735912 0.484199
+0.54023 0.731838 0.481254
+0.540169 0.727306 0.477943
+0.539712 0.722606 0.474479
+0.539361 0.717815 0.470939
+0.53962 0.712764 0.467247
+0.540795 0.707576 0.463416
+0.543496 0.702876 0.459998
+0.547707 0.697978 0.456504
+0.553826 0.693385 0.453376
+0.562402 0.689479 0.45095
+0.57348 0.685756 0.448859
+0.58732 0.682765 0.447562
+0.60441 0.68072 0.447272
+0.624613 0.679255 0.447654
+0.648051 0.678737 0.44889
+0.675212 0.679133 0.450706
+0.705028 0.680018 0.46569
+0.737484 0.682414 0.484703
+0.773938 0.686656 0.506844
+0.814191 0.692424 0.531548
+0.860471 0.700328 0.559274
+0.918486 0.711711 0.59144
+0.962692 0.723156 0.618631
+0.971344 0.731136 0.635035
+0.980591 0.74078 0.652186
+0.990158 0.751644 0.669596
+1 0.764691 0.688838
+0.542779 0.789364 0.522194
+0.551522 0.786847 0.520699
+0.557488 0.783627 0.518639
+0.561624 0.780392 0.516487
+0.563943 0.776364 0.513695
+0.565087 0.772076 0.510674
+0.565469 0.767727 0.507576
+0.565011 0.76289 0.504082
+0.563989 0.757763 0.500359
+0.563088 0.752728 0.496666
+0.562432 0.747204 0.492638
+0.562631 0.741741 0.488685
+0.563958 0.736385 0.48484
+0.566674 0.731258 0.481147
+0.570962 0.726131 0.477531
+0.577386 0.721386 0.474342
+0.58616 0.717205 0.471702
+0.597528 0.713329 0.469535
+0.611795 0.710155 0.468086
+0.629358 0.708019 0.467704
+0.650034 0.706493 0.467964
+0.674052 0.70573 0.468864
+0.702022 0.705959 0.470481
+0.733135 0.706676 0.486427
+0.766995 0.709041 0.506355
+0.805478 0.713359 0.529473
+0.849897 0.719417 0.555856
+0.903777 0.728252 0.586191
+0.962814 0.740124 0.61825
+0.970993 0.746929 0.633921
+0.979782 0.755352 0.650416
+0.989258 0.765682 0.667826
+0.999435 0.777813 0.686168
+0.575067 0.830564 0.551537
+0.582422 0.828077 0.550072
+0.587137 0.824414 0.547707
+0.590005 0.820249 0.54493
+0.59173 0.816144 0.542153
+0.592187 0.811276 0.538781
+0.591791 0.806073 0.535134
+0.590951 0.800961 0.531533
+0.589395 0.795224 0.527428
+0.587716 0.789364 0.523217
+0.586419 0.783597 0.519066
+0.585733 0.777691 0.514839
+0.585779 0.77174 0.510582
+0.587167 0.766201 0.506661
+0.589899 0.76051 0.502693
+0.594324 0.755047 0.498894
+0.600931 0.749935 0.49546
+0.610056 0.745586 0.49276
+0.621759 0.741558 0.490486
+0.636561 0.738338 0.489021
+0.654429 0.735988 0.488441
+0.675517 0.734279 0.488502
+0.700359 0.733272 0.489113
+0.729397 0.73341 0.490593
+0.761837 0.734051 0.507454
+0.798169 0.736355 0.528801
+0.840009 0.740841 0.553414
+0.890501 0.747555 0.58204
+0.957458 0.758206 0.616464
+0.970825 0.764721 0.633051
+0.979065 0.772 0.648692
+0.9879 0.781018 0.665125
+0.997803 0.792569 0.683192
+0.610178 0.878386 0.584466
+0.615534 0.874769 0.582269
+0.61912 0.870542 0.579599
+0.620905 0.865629 0.576394
+0.621469 0.860243 0.572808
+0.621408 0.855024 0.569314
+0.620371 0.849104 0.56527
+0.618647 0.842725 0.560876
+0.616678 0.836561 0.556603
+0.614267 0.829877 0.551934
+0.611948 0.82295 0.547051
+0.610376 0.816495 0.542519
+0.609369 0.809796 0.537804
+0.609369 0.80322 0.533181
+0.610758 0.797223 0.529015
+0.613474 0.790997 0.524742
+0.618067 0.785214 0.520851
+0.624903 0.780056 0.517464
+0.634211 0.775097 0.514382
+0.646281 0.770809 0.511955
+0.661524 0.76759 0.510536
+0.679881 0.764858 0.509636
+0.701549 0.762921 0.509422
+0.727367 0.761898 0.509987
+0.757702 0.761807 0.511254
+0.79202 0.762387 0.529244
+0.831632 0.764935 0.552361
+0.878599 0.769589 0.57908
+0.938933 0.777447 0.611048
+0.971206 0.784649 0.633051
+0.978653 0.790951 0.647395
+0.98674 0.798871 0.662699
+0.995895 0.809186 0.679652
+0.650828 0.938109 0.623835
+0.654231 0.932921 0.620722
+0.655848 0.926802 0.616938
+0.656489 0.920729 0.613138
+0.655787 0.913848 0.608728
+0.654231 0.906554 0.603998
+0.652247 0.899321 0.599268
+0.649577 0.891539 0.594095
+0.646662 0.883772 0.588891
+0.643565 0.876066 0.583688
+0.64033 0.867948 0.578164
+0.637461 0.859815 0.57261
+0.635431 0.852247 0.567422
+0.634073 0.844556 0.562142
+0.633707 0.836988 0.556954
+0.634928 0.830213 0.552361
+0.63769 0.82359 0.54789
+0.642313 0.817151 0.543633
+0.649409 0.811612 0.540108
+0.658915 0.806317 0.536889
+0.671321 0.801678 0.534264
+0.686946 0.798123 0.532586
+0.705882 0.795041 0.531426
+0.728389 0.792889 0.531075
+0.755245 0.791989 0.531685
+0.787289 0.791577 0.532708
+0.824308 0.792126 0.552178
+0.868177 0.794842 0.577295
+0.923506 0.800336 0.607309
+0.972503 0.807523 0.634653
+0.978927 0.812573 0.647257
+0.98613 0.819379 0.661112
+0.994247 0.828443 0.676448
+0.685283 0.985718 0.656458
+0.690333 0.985626 0.656184
+0.693996 0.985397 0.655589
+0.696681 0.985122 0.654932
+0.698558 0.984802 0.654154
+0.695766 0.975937 0.648539
+0.691539 0.964858 0.641627
+0.687343 0.954437 0.635065
+0.682506 0.943252 0.627924
+0.677668 0.932433 0.620951
+0.673136 0.922179 0.614282
+0.668833 0.911925 0.607553
+0.665125 0.901961 0.600977
+0.662364 0.892668 0.594812
+0.66041 0.883467 0.588693
+0.659648 0.874723 0.582864
+0.660548 0.866743 0.577585
+0.663066 0.859037 0.572534
+0.667643 0.851896 0.56791
+0.674815 0.845701 0.564034
+0.684459 0.839872 0.56054
+0.697139 0.83473 0.557656
+0.713222 0.830839 0.55581
+0.732662 0.827497 0.554498
+0.756298 0.82504 0.553948
+0.784741 0.823911 0.554437
+0.818891 0.823423 0.555398
+0.860059 0.823941 0.576974
+0.910491 0.827268 0.60502
+0.974868 0.833768 0.638102
+0.980041 0.837507 0.648493
+0.986145 0.843397 0.660517
+0.993133 0.851255 0.674067
+0.698711 0.989883 0.6654
+0.703365 0.989715 0.664973
+0.706737 0.989425 0.664302
+0.709072 0.98909 0.663508
+0.710704 0.988708 0.662654
+0.71165 0.988266 0.661646
+0.712077 0.987778 0.660548
+0.712077 0.987228 0.659342
+0.711833 0.986679 0.658106
+0.711299 0.986068 0.656733
+0.710719 0.985443 0.65536
+0.709072 0.982193 0.652506
+0.702434 0.967117 0.643061
+0.697093 0.953628 0.634516
+0.693065 0.941558 0.626825
+0.68986 0.929549 0.619135
+0.688258 0.91873 0.612192
+0.688457 0.908873 0.605875
+0.690471 0.899565 0.599939
+0.694759 0.891081 0.594598
+0.701854 0.883848 0.590173
+0.711559 0.877165 0.586236
+0.724361 0.871519 0.583124
+0.740871 0.866926 0.580896
+0.760983 0.863111 0.579339
+0.78558 0.860365 0.578653
+0.816083 0.859007 0.579049
+0.853773 0.858381 0.580011
+0.900771 0.859007 0.604471
+0.963302 0.863325 0.63743
+0.982315 0.866972 0.651743
+0.987106 0.871412 0.661494
+0.992798 0.878508 0.672908
+0.713298 0.994171 0.674601
+0.717479 0.993896 0.673991
+0.720638 0.993591 0.673274
+0.722667 0.993179 0.672358
+0.723918 0.992721 0.671351
+0.724651 0.992248 0.670283
+0.724834 0.991714 0.669108
+0.72459 0.991135 0.667826
+0.724163 0.990555 0.666529
+0.7234 0.989899 0.66511
+0.722499 0.989227 0.663615
+0.721645 0.98854 0.662089
+0.721065 0.987884 0.660609
+0.720851 0.987198 0.659098
+0.721157 0.986557 0.657649
+0.722072 0.985946 0.65626
+0.723796 0.985382 0.654932
+0.722148 0.974594 0.64802
+0.720958 0.961501 0.639948
+0.721706 0.949004 0.632258
+0.725216 0.938399 0.625803
+0.731685 0.929198 0.620325
+0.741115 0.920943 0.615549
+0.753933 0.913939 0.611734
+0.770794 0.908629 0.609171
+0.791623 0.904067 0.607248
+0.817578 0.900771 0.606332
+0.850782 0.898924 0.606546
+0.893019 0.898268 0.60763
+0.949401 0.899275 0.636149
+0.985946 0.902556 0.657374
+0.989334 0.905913 0.664652
+0.993362 0.910918 0.673182
+0.72929 0.99855 0.684031
+0.73315 0.998215 0.683314
+0.735897 0.997803 0.682383
+0.737819 0.997391 0.681483
+0.738796 0.996872 0.680354
+0.739162 0.996323 0.679164
+0.739132 0.995789 0.677958
+0.738582 0.995148 0.67657
+0.737728 0.994492 0.67512
+0.736721 0.993835 0.673686
+0.735454 0.993118 0.672084
+0.734264 0.992386 0.670481
+0.733349 0.991684 0.66894
+0.732647 0.990951 0.667308
+0.732403 0.990234 0.665721
+0.732754 0.989578 0.66421
+0.73373 0.988922 0.66273
+0.735607 0.988327 0.661357
+0.738674 0.987808 0.660136
+0.743053 0.987396 0.659083
+0.749004 0.98706 0.658213
+0.756863 0.986908 0.657664
+0.766766 0.986893 0.657359
+0.775662 0.976959 0.651728
+0.787961 0.967697 0.646738
+0.804593 0.960266 0.643061
+0.826154 0.954147 0.640391
+0.854109 0.950332 0.639368
+0.890272 0.947631 0.639261
+0.940337 0.946731 0.640589
+0.991058 0.94786 0.665446
+0.992905 0.949157 0.670024
+0.995407 0.953643 0.675975
+0.757031 1 0.706752
+0.759503 1 0.704479
+0.760296 1 0.701411
+0.760067 1 0.698039
+0.759243 1 0.694652
+0.757366 1 0.6907
+0.755261 0.999893 0.686946
+0.754467 0.999268 0.685573
+0.753231 0.998566 0.684016
+0.751751 0.997833 0.682414
+0.75021 0.997116 0.680827
+0.748547 0.996338 0.679103
+0.747021 0.995544 0.677378
+0.745876 0.994797 0.675746
+0.745098 0.994034 0.674022
+0.744808 0.993286 0.672358
+0.74522 0.992599 0.670817
+0.746365 0.991913 0.669261
+0.748486 0.991287 0.667811
+0.751934 0.990753 0.66656
+0.75671 0.990295 0.665446
+0.763241 0.98996 0.664546
+0.771954 0.989776 0.663966
+0.782895 0.989731 0.66363
+0.796536 0.989868 0.66363
+0.813611 0.99025 0.664103
+0.834287 0.990845 0.664973
+0.860182 0.991714 0.666362
+0.892134 0.992874 0.668284
+0.935073 0.994476 0.67097
+0.996735 0.996735 0.674708
+0.997345 0.997345 0.676982
+0.998138 0.998138 0.680003
+0.79115 1 0.736233
+0.792859 1 0.733669
+0.793362 1 0.730571
+0.79266 1 0.727062
+0.791226 1 0.723354
+0.788998 1 0.719265
+0.786068 1 0.714839
+0.782544 1 0.710048
+0.779019 1 0.705409
+0.774731 1 0.700175
+0.770123 1 0.694667
+0.765637 1 0.68925
+0.762646 0.999481 0.68603
+0.760815 0.998642 0.684184
+0.759503 0.997864 0.682445
+0.758541 0.99704 0.680629
+0.758236 0.996262 0.678904
+0.758648 0.995544 0.677287
+0.75993 0.994827 0.675669
+0.762341 0.994171 0.674174
+0.766171 0.993637 0.672908
+0.771557 0.993149 0.671717
+0.77882 0.992767 0.670771
+0.78851 0.992569 0.67013
+0.800687 0.992493 0.669749
+0.815915 0.992599 0.669688
+0.835157 0.99292 0.6701
+0.858976 0.993469 0.670893
+0.888991 0.994293 0.67219
+0.929244 0.995468 0.674174
+0.987457 0.997177 0.676997
+0.997574 0.997574 0.677852
+0.998199 0.998199 0.680278
+0.829419 1 0.768231
+0.830533 1 0.765286
+0.83061 1 0.762036
+0.829389 1 0.758282
+0.827222 1 0.754147
+0.824613 1 0.749981
+0.820935 1 0.745159
+0.816846 1 0.740139
+0.812512 1 0.735058
+0.80766 1 0.72958
+0.802502 1 0.723857
+0.797406 1 0.718181
+0.792096 1 0.712169
+0.786999 1 0.706127
+0.782284 1 0.700099
+0.778149 1 0.694209
+0.774487 1 0.688258
+0.773648 0.999344 0.685725
+0.774029 0.998566 0.68397
+0.775464 0.997818 0.682292
+0.77818 0.997147 0.680751
+0.782467 0.996567 0.679408
+0.788464 0.996033 0.678157
+0.796719 0.995636 0.67715
+0.807492 0.995361 0.676387
+0.821347 0.995224 0.675898
+0.838788 0.99527 0.675776
+0.861128 0.995529 0.676066
+0.889235 0.996002 0.676722
+0.926436 0.99675 0.677928
+0.980041 0.997864 0.679774
+0.998306 0.998306 0.680674
+0.998428 0.998428 0.681117
+0.00886549 0.00886549 0.13724
+0.0155032 0.00988785 0.139605
+0.062623 0.0162966 0.142947
+0.119905 0.0248417 0.148699
+0.171115 0.0352789 0.156085
+0.209644 0.0455787 0.158938
+0.236912 0.0559243 0.158862
+0.260166 0.0688487 0.160693
+0.284291 0.0874495 0.166873
+0.308644 0.107088 0.175387
+0.332677 0.126146 0.185565
+0.357275 0.145403 0.197955
+0.38262 0.165972 0.212314
+0.408774 0.187793 0.228458
+0.435767 0.210788 0.246311
+0.461997 0.23328 0.264286
+0.488273 0.255879 0.283009
+0.515084 0.27895 0.302693
+0.542397 0.302281 0.323217
+0.570245 0.325887 0.344503
+0.598535 0.349615 0.366293
+0.626825 0.372992 0.388083
+0.655146 0.395987 0.409796
+0.684108 0.419028 0.431769
+0.713268 0.441642 0.453513
+0.743099 0.464057 0.475212
+0.774487 0.486778 0.497307
+0.807675 0.509621 0.5196
+0.843442 0.532677 0.542184
+0.885084 0.557183 0.566217
+0.938704 0.584772 0.593271
+0.953002 0.603235 0.611841
+0.96257 0.620874 0.62977
+0.0132448 0.0237125 0.123766
+0.0177615 0.0248569 0.141314
+0.0634928 0.0291447 0.147921
+0.122942 0.0370947 0.152285
+0.174594 0.0483253 0.156542
+0.20882 0.0620584 0.153979
+0.233448 0.0764172 0.15198
+0.258259 0.0923323 0.155413
+0.283406 0.108095 0.162127
+0.307942 0.123766 0.17084
+0.332876 0.14049 0.181842
+0.357641 0.157931 0.194186
+0.383276 0.176913 0.208667
+0.409506 0.197223 0.22504
+0.435966 0.218204 0.242634
+0.462272 0.239536 0.260945
+0.488045 0.26067 0.279408
+0.514534 0.282536 0.299123
+0.541726 0.305089 0.319921
+0.569284 0.327855 0.341268
+0.597391 0.350958 0.363241
+0.625727 0.374014 0.385382
+0.653986 0.396674 0.407309
+0.682628 0.419226 0.429267
+0.711849 0.441718 0.451286
+0.741695 0.464027 0.473198
+0.772534 0.486244 0.495094
+0.805631 0.508995 0.517571
+0.841688 0.532235 0.540551
+0.88275 0.556481 0.564508
+0.935027 0.583551 0.591241
+0.952865 0.603006 0.61088
+0.962448 0.620661 0.628901
+0.0311437 0.0766918 0.12546
+0.0315862 0.0745556 0.133974
+0.0614633 0.0780499 0.153536
+0.127535 0.0780957 0.161975
+0.180865 0.0854963 0.156924
+0.207355 0.0973831 0.148119
+0.233722 0.109499 0.149447
+0.260471 0.121355 0.154894
+0.286458 0.133364 0.162188
+0.31223 0.146181 0.171221
+0.336797 0.159075 0.180896
+0.361852 0.173541 0.192599
+0.38677 0.189288 0.205982
+0.412222 0.207538 0.222049
+0.438193 0.226978 0.239658
+0.463737 0.246494 0.257694
+0.489342 0.26656 0.27657
+0.515435 0.287297 0.296376
+0.542 0.308629 0.317098
+0.56968 0.330968 0.338918
+0.597208 0.35314 0.360723
+0.62504 0.375402 0.382757
+0.653452 0.397894 0.405112
+0.681804 0.419974 0.427115
+0.710765 0.442069 0.449165
+0.740703 0.464302 0.471382
+0.771634 0.486488 0.493568
+0.804685 0.509133 0.516213
+0.840131 0.531945 0.53901
+0.880629 0.555886 0.562875
+0.932723 0.582986 0.589822
+0.952743 0.602762 0.609842
+0.962402 0.620569 0.628092
+0.0525978 0.130846 0.135958
+0.0509651 0.126864 0.134325
+0.0627604 0.131319 0.141985
+0.113237 0.132662 0.148592
+0.168948 0.134661 0.143908
+0.210163 0.138735 0.144472
+0.24535 0.14432 0.147204
+0.271641 0.153429 0.153948
+0.296773 0.163363 0.162219
+0.320516 0.173358 0.171054
+0.344274 0.184283 0.181186
+0.367758 0.196002 0.192416
+0.39176 0.209049 0.205264
+0.416266 0.22356 0.219837
+0.440925 0.239017 0.235599
+0.465797 0.256641 0.253758
+0.490562 0.274556 0.272312
+0.516197 0.293629 0.292103
+0.542489 0.313436 0.312688
+0.569345 0.333944 0.333989
+0.596735 0.35552 0.356329
+0.624247 0.377096 0.378653
+0.65182 0.398581 0.400809
+0.680003 0.420279 0.423133
+0.708492 0.44181 0.445228
+0.737728 0.463371 0.467308
+0.768475 0.485359 0.489738
+0.800946 0.507576 0.512352
+0.835721 0.530037 0.535134
+0.874983 0.55346 0.558785
+0.925399 0.580118 0.58558
+0.951888 0.60119 0.607004
+0.961318 0.618601 0.624964
+0.0803235 0.18146 0.156771
+0.0768444 0.176165 0.145159
+0.0819715 0.17763 0.139895
+0.101503 0.183749 0.129015
+0.165194 0.181933 0.12549
+0.217044 0.181155 0.135668
+0.252232 0.183932 0.151476
+0.278111 0.18999 0.161593
+0.301198 0.197314 0.169238
+0.324025 0.205356 0.177707
+0.347005 0.213733 0.187167
+0.370581 0.223621 0.198428
+0.394186 0.234287 0.210773
+0.418143 0.246204 0.224537
+0.442329 0.259251 0.239506
+0.466636 0.273976 0.256779
+0.491356 0.289784 0.274968
+0.516564 0.306538 0.294026
+0.542611 0.324575 0.314168
+0.569238 0.343359 0.334981
+0.596536 0.362936 0.356497
+0.624216 0.383017 0.378286
+0.651957 0.403143 0.399969
+0.68011 0.423499 0.421729
+0.708934 0.444175 0.443641
+0.738323 0.465263 0.465827
+0.768444 0.486595 0.488106
+0.80032 0.508263 0.510567
+0.835218 0.530709 0.5337
+0.874144 0.553857 0.557412
+0.92314 0.579812 0.58381
+0.952026 0.601434 0.605966
+0.961379 0.618708 0.623911
+0.109026 0.226322 0.178637
+0.105058 0.220737 0.161669
+0.104875 0.219043 0.146838
+0.119478 0.22269 0.132815
+0.160388 0.223468 0.125582
+0.21033 0.222538 0.127001
+0.253056 0.222827 0.142473
+0.283009 0.226154 0.159197
+0.309834 0.22948 0.175784
+0.334203 0.234623 0.188296
+0.357702 0.241581 0.199649
+0.38024 0.249607 0.21033
+0.402686 0.259083 0.221668
+0.425238 0.269291 0.233951
+0.448234 0.280537 0.247547
+0.471412 0.29305 0.263218
+0.494987 0.306676 0.28011
+0.519738 0.321645 0.298466
+0.545037 0.33756 0.317678
+0.571664 0.355047 0.338247
+0.598444 0.373037 0.359091
+0.625528 0.391546 0.380194
+0.653269 0.410727 0.401724
+0.681117 0.429969 0.423117
+0.709728 0.449653 0.444724
+0.739254 0.469795 0.466545
+0.769726 0.49012 0.488365
+0.802197 0.511101 0.510643
+0.836835 0.532845 0.533516
+0.87602 0.555947 0.557534
+0.925002 0.581643 0.583993
+0.952651 0.602594 0.605692
+0.962036 0.619913 0.623835
+0.134676 0.265324 0.198932
+0.130831 0.260243 0.179202
+0.129595 0.257282 0.160327
+0.137804 0.258671 0.142947
+0.170031 0.257755 0.140932
+0.209216 0.257404 0.143679
+0.248295 0.257633 0.147158
+0.285069 0.258778 0.159121
+0.314961 0.262089 0.173434
+0.339666 0.266255 0.187198
+0.364843 0.270939 0.203281
+0.38883 0.276616 0.217929
+0.412146 0.283818 0.231418
+0.435386 0.292546 0.245106
+0.458198 0.301839 0.258808
+0.480934 0.312581 0.27361
+0.503883 0.324666 0.289754
+0.527504 0.338231 0.306905
+0.551949 0.352804 0.325063
+0.577203 0.368444 0.344213
+0.60351 0.385275 0.364401
+0.63003 0.402472 0.384787
+0.656901 0.420127 0.405402
+0.684764 0.43859 0.426627
+0.712825 0.45716 0.447654
+0.74165 0.476127 0.468788
+0.771954 0.495705 0.490364
+0.804593 0.516213 0.512627
+0.839368 0.537072 0.535012
+0.878859 0.559197 0.558465
+0.928725 0.584543 0.584955
+0.953796 0.604715 0.606149
+0.962951 0.621592 0.624018
+0.159365 0.301152 0.218692
+0.155261 0.295995 0.196887
+0.15346 0.292638 0.175601
+0.156664 0.291814 0.155718
+0.183719 0.290059 0.156619
+0.215106 0.289372 0.159106
+0.248371 0.289265 0.162539
+0.282307 0.290166 0.167056
+0.315953 0.292226 0.177707
+0.345907 0.295491 0.191028
+0.371389 0.29987 0.204562
+0.395209 0.305226 0.218906
+0.418936 0.310567 0.234668
+0.443046 0.317006 0.250889
+0.466163 0.324483 0.266102
+0.489113 0.33341 0.281895
+0.512673 0.343969 0.298695
+0.53666 0.355779 0.316091
+0.561395 0.369177 0.334432
+0.586465 0.383612 0.353216
+0.612055 0.399039 0.37258
+0.638178 0.415305 0.392416
+0.664591 0.431968 0.412406
+0.691371 0.449027 0.432517
+0.719203 0.466865 0.453147
+0.74786 0.485039 0.473915
+0.777798 0.503761 0.494972
+0.809873 0.523262 0.516594
+0.845228 0.543832 0.539055
+0.884627 0.56524 0.562097
+0.934936 0.589746 0.588083
+0.955383 0.608103 0.607675
+0.964553 0.624506 0.625238
+0.183032 0.334874 0.238392
+0.179095 0.330083 0.215564
+0.176608 0.326299 0.192462
+0.182544 0.324987 0.17731
+0.204227 0.322988 0.177661
+0.228199 0.321477 0.178714
+0.255299 0.320943 0.18088
+0.284276 0.32079 0.183688
+0.314595 0.321523 0.187366
+0.346426 0.324224 0.198077
+0.376303 0.327779 0.211765
+0.403052 0.332296 0.22623
+0.427436 0.337926 0.241093
+0.450233 0.343603 0.25597
+0.473472 0.349676 0.272084
+0.496864 0.356359 0.288792
+0.520668 0.365026 0.30605
+0.544549 0.37499 0.323537
+0.569116 0.386542 0.341756
+0.594873 0.399863 0.361074
+0.620722 0.414023 0.38056
+0.647028 0.429068 0.400397
+0.673823 0.444999 0.420523
+0.70071 0.461265 0.440497
+0.728328 0.478157 0.460685
+0.756924 0.495644 0.481132
+0.786984 0.513787 0.50193
+0.819287 0.532738 0.523308
+0.85452 0.552499 0.545205
+0.895323 0.573816 0.568444
+0.948165 0.598352 0.594751
+0.957366 0.613565 0.611292
+0.966705 0.629389 0.628382
+0.205982 0.367422 0.258595
+0.202243 0.362982 0.235126
+0.199451 0.359045 0.210681
+0.209491 0.357595 0.199954
+0.227893 0.355764 0.200153
+0.246189 0.353796 0.200366
+0.267659 0.352316 0.201328
+0.291752 0.351827 0.203326
+0.317891 0.351797 0.205982
+0.346227 0.352544 0.209461
+0.376593 0.355154 0.22002
+0.406073 0.358663 0.233799
+0.433646 0.363348 0.24892
+0.458595 0.368505 0.264149
+0.481865 0.374212 0.279454
+0.504753 0.380652 0.295399
+0.528161 0.38761 0.312322
+0.55256 0.395987 0.330434
+0.577371 0.405798 0.348974
+0.60267 0.417212 0.367971
+0.628855 0.430213 0.387701
+0.654978 0.44387 0.40734
+0.68159 0.458381 0.427207
+0.709361 0.474067 0.4477
+0.737453 0.490196 0.468055
+0.766613 0.507057 0.488655
+0.79762 0.524895 0.509773
+0.830716 0.543465 0.531228
+0.86717 0.562982 0.553262
+0.910506 0.584451 0.57702
+0.951522 0.605905 0.600381
+0.96025 0.620645 0.616571
+0.96939 0.635904 0.633219
+0.22858 0.398932 0.278508
+0.225162 0.395026 0.254749
+0.222522 0.391348 0.229725
+0.236698 0.389914 0.223011
+0.252522 0.388006 0.222889
+0.266575 0.385672 0.222431
+0.283055 0.383658 0.222492
+0.302785 0.382361 0.223453
+0.324865 0.381506 0.225055
+0.349325 0.381491 0.227527
+0.376669 0.382437 0.230976
+0.405524 0.384497 0.241276
+0.434256 0.387701 0.254994
+0.462409 0.392157 0.270649
+0.488533 0.397253 0.286809
+0.513481 0.403525 0.303502
+0.537026 0.41033 0.319997
+0.56083 0.417945 0.33727
+0.585534 0.426688 0.355718
+0.611063 0.436439 0.374975
+0.636988 0.447501 0.394537
+0.663432 0.459968 0.414389
+0.690196 0.473304 0.434287
+0.717494 0.487541 0.454292
+0.746029 0.502922 0.474815
+0.775769 0.519081 0.495583
+0.807141 0.53608 0.516655
+0.841794 0.554498 0.538689
+0.880491 0.57406 0.561456
+0.926802 0.595621 0.585809
+0.954559 0.613733 0.605997
+0.963455 0.628458 0.6224
+0.972641 0.643549 0.639078
+0.251377 0.430076 0.298314
+0.24802 0.426322 0.274342
+0.245716 0.42298 0.249012
+0.263218 0.421576 0.246113
+0.276921 0.419486 0.245624
+0.288411 0.417075 0.244831
+0.300954 0.414511 0.244068
+0.316213 0.41236 0.2439
+0.334493 0.410941 0.244633
+0.355337 0.409857 0.24593
+0.378851 0.409613 0.248127
+0.405081 0.410468 0.251347
+0.433097 0.412329 0.261723
+0.46183 0.415625 0.275868
+0.490425 0.419989 0.292027
+0.517861 0.425345 0.3093
+0.544518 0.431907 0.327398
+0.569619 0.439155 0.34519
+0.594461 0.447364 0.363287
+0.619898 0.456718 0.382208
+0.645533 0.466606 0.401404
+0.671931 0.477424 0.421195
+0.699199 0.489555 0.441444
+0.726726 0.502541 0.46154
+0.755352 0.516701 0.481941
+0.785397 0.532021 0.502708
+0.817258 0.548241 0.523766
+0.85272 0.565942 0.545846
+0.893416 0.585382 0.569131
+0.943954 0.60737 0.594583
+0.957549 0.622019 0.611475
+0.966445 0.636378 0.627817
+0.975814 0.651453 0.644739
+0.273762 0.460243 0.317159
+0.270436 0.456519 0.292927
+0.269703 0.453834 0.268788
+0.289082 0.452323 0.26894
+0.301534 0.450004 0.268116
+0.31104 0.447608 0.267094
+0.320317 0.444785 0.265797
+0.332082 0.442084 0.264836
+0.3467 0.440085 0.264698
+0.363897 0.438331 0.265049
+0.3841 0.437156 0.266178
+0.407156 0.43711 0.268421
+0.432593 0.437751 0.271321
+0.460258 0.439567 0.281987
+0.489158 0.442985 0.296696
+0.518318 0.44741 0.313497
+0.546929 0.452979 0.331777
+0.57525 0.459892 0.351186
+0.602258 0.467582 0.370459
+0.628595 0.47628 0.389685
+0.654826 0.485832 0.409049
+0.68101 0.495888 0.428428
+0.707851 0.506752 0.448188
+0.736156 0.518883 0.468711
+0.765118 0.531807 0.489204
+0.795712 0.545998 0.510109
+0.828962 0.561746 0.531731
+0.865385 0.578729 0.553887
+0.907973 0.597681 0.577432
+0.952178 0.617746 0.601343
+0.960403 0.630671 0.616678
+0.96936 0.644709 0.633036
+0.978744 0.65948 0.649912
+0.296239 0.490196 0.335317
+0.293034 0.486625 0.311345
+0.297047 0.484443 0.292012
+0.314855 0.482856 0.291905
+0.326223 0.480552 0.290959
+0.334173 0.477882 0.289555
+0.341421 0.474968 0.287938
+0.350164 0.472053 0.286503
+0.361349 0.469306 0.28542
+0.375463 0.46717 0.285115
+0.392187 0.465339 0.285313
+0.411978 0.46421 0.286366
+0.434607 0.464164 0.288487
+0.459831 0.464805 0.291264
+0.487449 0.466667 0.302388
+0.516518 0.4701 0.317632
+0.546258 0.474617 0.335119
+0.576104 0.480507 0.354437
+0.605615 0.487526 0.374777
+0.634562 0.495491 0.395422
+0.662394 0.50428 0.415641
+0.689891 0.514076 0.435721
+0.717327 0.524468 0.455604
+0.745449 0.535668 0.475746
+0.77528 0.548058 0.496605
+0.806653 0.561379 0.517754
+0.840513 0.575982 0.539391
+0.87953 0.592752 0.562539
+0.925277 0.61149 0.586831
+0.955352 0.627832 0.607187
+0.963699 0.640513 0.622629
+0.972519 0.653986 0.638712
+0.981796 0.668193 0.655299
+0.319142 0.520485 0.353506
+0.316045 0.517067 0.329351
+0.32491 0.515282 0.315618
+0.340993 0.513802 0.315435
+0.351324 0.51136 0.314244
+0.358053 0.508476 0.312551
+0.36376 0.505562 0.31078
+0.370047 0.502251 0.308797
+0.378515 0.499229 0.30721
+0.389593 0.496712 0.306233
+0.403326 0.494209 0.305577
+0.419806 0.492363 0.305684
+0.43946 0.491478 0.306813
+0.461814 0.491188 0.308629
+0.487007 0.491844 0.311315
+0.515007 0.493782 0.323125
+0.543999 0.497093 0.338735
+0.574121 0.501686 0.356786
+0.605264 0.507744 0.377127
+0.63592 0.514702 0.39823
+0.66601 0.522698 0.419593
+0.695872 0.531731 0.441016
+0.725444 0.541833 0.462226
+0.754818 0.552575 0.482948
+0.785077 0.564263 0.503777
+0.817548 0.577249 0.525307
+0.852979 0.591424 0.547463
+0.893568 0.607416 0.570855
+0.944457 0.62652 0.596735
+0.958694 0.639033 0.613275
+0.966949 0.650965 0.628504
+0.975891 0.664149 0.644709
+0.985153 0.677958 0.661234
+0.342306 0.551019 0.371237
+0.339559 0.547936 0.347448
+0.353048 0.546792 0.339895
+0.367239 0.544961 0.339269
+0.376516 0.542611 0.338033
+0.382559 0.539666 0.336202
+0.386954 0.536324 0.333989
+0.391562 0.53315 0.33193
+0.397635 0.529763 0.329824
+0.405951 0.526482 0.328008
+0.416922 0.523812 0.326879
+0.430503 0.521309 0.326146
+0.44683 0.519432 0.326146
+0.466377 0.518547 0.327184
+0.488838 0.518227 0.328878
+0.514138 0.518868 0.331411
+0.542184 0.520851 0.343725
+0.571725 0.523964 0.360037
+0.60238 0.528435 0.378683
+0.633967 0.534234 0.399374
+0.665858 0.541314 0.421286
+0.697475 0.549386 0.443488
+0.729381 0.558694 0.465995
+0.76144 0.569131 0.48835
+0.793744 0.580423 0.510292
+0.82768 0.592905 0.532357
+0.865095 0.606973 0.555261
+0.908705 0.62295 0.579568
+0.953811 0.640085 0.603952
+0.961898 0.650965 0.619043
+0.970199 0.662394 0.634318
+0.979126 0.674952 0.650446
+0.988556 0.688579 0.667185
+0.366064 0.582269 0.389471
+0.364828 0.580301 0.367041
+0.381567 0.578729 0.364569
+0.393729 0.576623 0.363577
+0.401831 0.574044 0.362066
+0.407431 0.571298 0.360296
+0.41091 0.56791 0.357961
+0.414069 0.564309 0.355459
+0.418326 0.560845 0.353155
+0.424338 0.557305 0.350912
+0.432624 0.553841 0.348913
+0.44358 0.551064 0.347662
+0.457084 0.548516 0.346807
+0.47361 0.546517 0.34667
+0.493187 0.545586 0.34757
+0.515526 0.545281 0.349142
+0.5411 0.545754 0.351461
+0.569284 0.547539 0.364233
+0.598978 0.550484 0.381018
+0.630335 0.554772 0.40029
+0.662745 0.560555 0.421576
+0.695933 0.567529 0.44419
+0.729351 0.575738 0.467308
+0.763424 0.585397 0.490761
+0.798581 0.596201 0.514351
+0.835309 0.608316 0.537942
+0.875196 0.621973 0.561868
+0.923049 0.638315 0.587762
+0.956786 0.652827 0.609308
+0.964813 0.663233 0.624277
+0.973312 0.674556 0.639841
+0.982269 0.686717 0.65597
+0.99173 0.699825 0.67274
+0.390249 0.61416 0.407538
+0.393622 0.612711 0.390036
+0.409979 0.6112 0.389593
+0.420493 0.608896 0.388342
+0.427497 0.606073 0.386557
+0.43209 0.603006 0.384497
+0.435035 0.599649 0.382132
+0.437217 0.595865 0.379416
+0.439918 0.592111 0.376761
+0.444221 0.588434 0.374258
+0.450263 0.58468 0.371847
+0.458534 0.581155 0.369757
+0.469581 0.578195 0.368338
+0.483131 0.575525 0.367346
+0.499611 0.573465 0.367086
+0.519463 0.572351 0.367773
+0.542031 0.571878 0.369131
+0.567697 0.57229 0.371252
+0.596216 0.573938 0.384604
+0.626322 0.576715 0.401968
+0.658198 0.58085 0.421714
+0.691585 0.586572 0.44361
+0.725887 0.593454 0.466712
+0.761608 0.601816 0.490898
+0.798688 0.611749 0.515541
+0.838087 0.623331 0.540673
+0.881666 0.636774 0.566506
+0.934234 0.653117 0.594339
+0.959442 0.665675 0.614054
+0.967544 0.675822 0.629129
+0.975921 0.686656 0.64445
+0.985046 0.698802 0.660838
+0.994583 0.711727 0.677699
+0.415061 0.646571 0.42565
+0.424109 0.645563 0.415381
+0.437675 0.643503 0.414374
+0.446937 0.641184 0.413031
+0.453071 0.638422 0.411231
+0.456947 0.635096 0.408911
+0.459373 0.631617 0.406439
+0.460822 0.627817 0.403662
+0.462318 0.623682 0.400656
+0.464897 0.619577 0.397742
+0.469154 0.615732 0.395102
+0.475288 0.611719 0.392477
+0.48368 0.608148 0.390341
+0.494789 0.605142 0.38883
+0.508614 0.602304 0.387686
+0.525292 0.600168 0.387289
+0.545296 0.598978 0.387854
+0.568139 0.598367 0.389013
+0.59411 0.598596 0.390875
+0.623255 0.600015 0.404959
+0.653651 0.602686 0.422797
+0.685985 0.606729 0.442954
+0.720745 0.612406 0.465599
+0.756771 0.619333 0.489448
+0.794842 0.627878 0.514488
+0.836423 0.638514 0.540902
+0.882261 0.651057 0.568048
+0.938567 0.666896 0.597711
+0.96141 0.67863 0.617487
+0.969741 0.688502 0.63299
+0.978332 0.699199 0.648661
+0.98735 0.710948 0.664881
+0.997009 0.723903 0.681941
+0.441032 0.68011 0.445182
+0.454231 0.678996 0.44094
+0.465721 0.676631 0.439612
+0.473381 0.673945 0.437903
+0.478676 0.671077 0.435996
+0.481849 0.667613 0.433555
+0.483665 0.66389 0.430869
+0.484642 0.66006 0.428077
+0.485283 0.655802 0.424933
+0.48661 0.651453 0.421759
+0.48925 0.647059 0.418616
+0.493584 0.642954 0.415808
+0.499794 0.63888 0.413108
+0.508431 0.635096 0.410819
+0.519646 0.631861 0.40911
+0.533623 0.628962 0.407874
+0.550546 0.626734 0.407355
+0.570718 0.625483 0.407797
+0.594049 0.62472 0.408759
+0.620523 0.624811 0.410422
+0.649851 0.626139 0.42501
+0.681193 0.628611 0.443656
+0.714549 0.632532 0.464485
+0.750301 0.638178 0.487556
+0.788785 0.645243 0.512459
+0.830411 0.654154 0.53875
+0.87805 0.665675 0.567147
+0.936004 0.680369 0.597971
+0.962402 0.691661 0.619028
+0.971099 0.701305 0.635264
+0.97998 0.711849 0.65153
+0.989242 0.72343 0.668162
+0.998947 0.736263 0.685328
+0.469764 0.714656 0.467369
+0.483879 0.712902 0.466545
+0.493767 0.710658 0.465248
+0.500114 0.707668 0.463279
+0.504295 0.704356 0.461006
+0.507027 0.700984 0.458625
+0.508293 0.696925 0.455695
+0.508629 0.692683 0.452583
+0.508721 0.688365 0.449409
+0.509117 0.683879 0.446097
+0.51046 0.679225 0.442725
+0.513161 0.674739 0.439536
+0.517479 0.670237 0.436423
+0.523827 0.665965 0.4336
+0.532601 0.661936 0.431098
+0.544137 0.658671 0.429358
+0.558358 0.65568 0.428031
+0.575677 0.653315 0.427375
+0.596139 0.651972 0.427665
+0.619806 0.651102 0.428473
+0.646784 0.651072 0.429938
+0.676768 0.652247 0.445182
+0.708827 0.654597 0.464469
+0.743557 0.658442 0.486091
+0.781445 0.664118 0.510124
+0.823056 0.671443 0.536217
+0.869825 0.681025 0.564218
+0.927687 0.694209 0.595666
+0.962951 0.705745 0.619684
+0.971557 0.714473 0.635828
+0.980621 0.724651 0.652522
+0.990066 0.735943 0.669551
+1 0.748699 0.687312
+0.50222 0.750484 0.494087
+0.513756 0.748394 0.492958
+0.521691 0.74548 0.491112
+0.527214 0.742611 0.489235
+0.530632 0.739162 0.486854
+0.532509 0.73518 0.484031
+0.533471 0.731228 0.481209
+0.533364 0.72668 0.477897
+0.532692 0.721859 0.474357
+0.532326 0.71725 0.47097
+0.532525 0.712184 0.467277
+0.533806 0.707134 0.463615
+0.536721 0.702586 0.46041
+0.541161 0.69778 0.457084
+0.547662 0.693294 0.454109
+0.556664 0.689281 0.451652
+0.568414 0.685664 0.449638
+0.58291 0.682551 0.448188
+0.600717 0.680217 0.447532
+0.621637 0.678508 0.447517
+0.645655 0.677592 0.448188
+0.673198 0.677485 0.4495
+0.704051 0.678569 0.465492
+0.737163 0.680842 0.485527
+0.773724 0.684688 0.508125
+0.814099 0.690425 0.533181
+0.859876 0.698146 0.560662
+0.916045 0.709041 0.591821
+0.963211 0.72105 0.619715
+0.971649 0.728893 0.63566
+0.980529 0.738125 0.652125
+0.989929 0.748959 0.6692
+1 0.761486 0.687419
+0.534524 0.788235 0.521675
+0.54432 0.786068 0.520455
+0.550729 0.782879 0.518395
+0.55491 0.779339 0.516045
+0.557595 0.775631 0.513497
+0.55877 0.771344 0.510491
+0.558999 0.766751 0.507225
+0.558709 0.762234 0.50399
+0.55758 0.757122 0.500282
+0.556374 0.751766 0.496376
+0.555779 0.746593 0.492622
+0.555917 0.741161 0.488685
+0.557168 0.735714 0.484794
+0.560006 0.730724 0.4813
+0.564569 0.725765 0.477897
+0.571298 0.720958 0.474723
+0.580652 0.716991 0.472282
+0.59263 0.713069 0.470054
+0.607507 0.709789 0.468498
+0.625589 0.707271 0.467658
+0.647059 0.705562 0.467597
+0.671656 0.704524 0.468116
+0.700053 0.704387 0.469337
+0.732036 0.705165 0.486137
+0.766506 0.707424 0.507042
+0.805081 0.711299 0.530571
+0.849607 0.717418 0.557305
+0.902785 0.72604 0.587335
+0.963439 0.737865 0.619562
+0.971527 0.744762 0.635019
+0.980117 0.753017 0.651102
+0.989273 0.762921 0.667872
+0.999298 0.775006 0.685924
+0.568139 0.829602 0.551125
+0.575738 0.826871 0.549493
+0.580972 0.823484 0.547341
+0.584054 0.819364 0.544594
+0.585718 0.814954 0.541604
+0.586419 0.810422 0.538491
+0.586007 0.805264 0.53489
+0.584909 0.799847 0.531075
+0.583429 0.794446 0.52723
+0.581598 0.788617 0.523064
+0.580026 0.782696 0.518822
+0.579293 0.776989 0.514733
+0.579324 0.771084 0.510521
+0.58056 0.765255 0.506416
+0.583505 0.759854 0.502678
+0.588174 0.754528 0.499046
+0.595087 0.749447 0.49572
+0.604685 0.745174 0.493095
+0.616892 0.741131 0.490791
+0.632181 0.737621 0.489052
+0.650767 0.735164 0.488258
+0.67248 0.733227 0.487984
+0.697963 0.732021 0.48835
+0.72752 0.731914 0.489509
+0.760769 0.732479 0.507134
+0.797574 0.734661 0.529351
+0.839353 0.738857 0.55433
+0.889906 0.745449 0.583276
+0.955673 0.755825 0.617258
+0.971511 0.762554 0.63444
+0.979629 0.769741 0.649821
+0.988296 0.778622 0.665904
+0.997925 0.789715 0.683436
+0.604028 0.87718 0.583871
+0.609766 0.873594 0.581704
+0.613504 0.869276 0.578988
+0.615503 0.864515 0.575891
+0.616114 0.859129 0.57232
+0.615885 0.853651 0.568643
+0.614969 0.848081 0.564858
+0.613138 0.841718 0.560494
+0.61091 0.835309 0.556054
+0.608576 0.828977 0.551644
+0.606073 0.82208 0.546807
+0.604181 0.815335 0.542077
+0.603235 0.808972 0.537606
+0.603174 0.802502 0.533089
+0.604349 0.796155 0.528679
+0.607263 0.790234 0.524636
+0.612009 0.784466 0.52076
+0.619043 0.779126 0.517296
+0.628946 0.774472 0.514443
+0.64152 0.770138 0.511971
+0.657099 0.766522 0.51017
+0.676188 0.763912 0.509255
+0.698512 0.761807 0.508843
+0.724834 0.760418 0.509056
+0.755703 0.76022 0.510109
+0.790722 0.760754 0.528771
+0.83061 0.762966 0.55259
+0.877958 0.76762 0.57998
+0.937713 0.77525 0.611933
+0.971939 0.782528 0.634577
+0.979294 0.788617 0.648707
+0.987335 0.79646 0.663859
+0.996307 0.80647 0.680446
+0.645274 0.93637 0.622904
+0.648951 0.931273 0.619867
+0.650721 0.925216 0.616129
+0.651179 0.918791 0.612085
+0.650767 0.912337 0.60798
+0.649241 0.90515 0.603311
+0.647105 0.897765 0.598474
+0.644541 0.890333 0.593561
+0.641489 0.882597 0.588388
+0.63801 0.87451 0.58294
+0.634836 0.86685 0.577737
+0.631754 0.858717 0.572198
+0.629374 0.850858 0.566827
+0.628092 0.84358 0.561852
+0.62768 0.836072 0.55671
+0.628748 0.829023 0.551919
+0.631724 0.822736 0.547707
+0.6365 0.816297 0.54345
+0.643656 0.810452 0.539712
+0.653727 0.805417 0.53666
+0.66656 0.800732 0.534005
+0.682536 0.796857 0.532052
+0.702266 0.793957 0.530953
+0.725292 0.791699 0.530434
+0.752468 0.79028 0.530587
+0.785214 0.789914 0.531518
+0.822858 0.790402 0.551583
+0.866911 0.792798 0.577356
+0.922347 0.798199 0.607904
+0.973175 0.805371 0.636103
+0.979568 0.810117 0.648585
+0.986801 0.816999 0.66244
+0.994812 0.825895 0.677546
+0.681071 0.985672 0.656413
+0.686351 0.985595 0.656153
+0.690181 0.985367 0.655589
+0.692882 0.985077 0.654902
+0.694789 0.984741 0.654154
+0.690959 0.973754 0.647379
+0.686732 0.96286 0.640574
+0.68249 0.952544 0.634089
+0.677516 0.941466 0.627024
+0.672541 0.93077 0.620142
+0.667781 0.920378 0.613382
+0.663478 0.910506 0.606928
+0.659617 0.900649 0.600427
+0.656641 0.891279 0.594217
+0.654627 0.882261 0.588235
+0.653803 0.873594 0.582483
+0.654444 0.865248 0.576959
+0.657206 0.857984 0.572198
+0.661967 0.850874 0.56762
+0.669261 0.84445 0.563577
+0.679377 0.838849 0.56022
+0.692485 0.833661 0.55729
+0.708843 0.829374 0.555123
+0.72903 0.826276 0.553918
+0.753124 0.823636 0.55317
+0.781796 0.822019 0.553216
+0.816602 0.821591 0.554116
+0.858244 0.822049 0.576165
+0.908629 0.824887 0.604685
+0.975372 0.831617 0.639246
+0.980636 0.835218 0.649805
+0.986709 0.840635 0.661723
+0.993774 0.8486 0.675334
+0.694743 0.989853 0.665385
+0.699443 0.989654 0.664897
+0.703014 0.98941 0.664302
+0.705409 0.989059 0.663508
+0.70695 0.988663 0.662593
+0.707958 0.988251 0.661677
+0.708339 0.987747 0.660563
+0.708278 0.987213 0.659358
+0.707988 0.986664 0.658137
+0.707362 0.986053 0.656794
+0.70663 0.985428 0.65539
+0.703822 0.979904 0.651331
+0.697093 0.965103 0.642054
+0.6916 0.951766 0.633616
+0.687266 0.939483 0.625803
+0.684169 0.927947 0.618418
+0.68246 0.917128 0.61149
+0.682658 0.907347 0.605219
+0.684779 0.898222 0.59942
+0.689204 0.889799 0.594125
+0.696315 0.882216 0.589456
+0.706477 0.875929 0.585779
+0.719707 0.870161 0.582559
+0.736568 0.8654 0.580163
+0.757275 0.861677 0.578622
+0.782406 0.858763 0.577752
+0.81297 0.85687 0.577676
+0.85124 0.856336 0.578576
+0.898619 0.856825 0.603449
+0.960403 0.860655 0.636591
+0.982712 0.864561 0.652705
+0.98761 0.868864 0.662638
+0.993317 0.87541 0.673991
+0.709438 0.994141 0.674586
+0.71371 0.993881 0.673976
+0.716793 0.99353 0.673182
+0.71902 0.993164 0.672358
+0.720302 0.992706 0.671366
+0.720943 0.992218 0.670253
+0.721157 0.991699 0.669139
+0.720897 0.991135 0.667872
+0.720272 0.990509 0.666499
+0.719478 0.989899 0.665156
+0.718441 0.989227 0.663676
+0.717449 0.98854 0.66215
+0.716808 0.987884 0.6607
+0.716457 0.987213 0.659205
+0.716594 0.986542 0.657725
+0.717464 0.985962 0.656382
+0.719112 0.985397 0.65507
+0.71635 0.972381 0.646937
+0.71516 0.959457 0.638972
+0.716014 0.947112 0.631388
+0.719615 0.936477 0.624918
+0.726375 0.927428 0.619516
+0.73611 0.919295 0.614816
+0.749279 0.912322 0.610971
+0.766552 0.906935 0.608331
+0.787732 0.902235 0.606271
+0.814038 0.898772 0.605158
+0.847547 0.896666 0.605097
+0.890059 0.895857 0.605982
+0.946715 0.896712 0.634821
+0.986038 0.899916 0.657771
+0.989609 0.90312 0.665385
+0.993744 0.907774 0.674098
+0.725231 0.998505 0.68394
+0.729412 0.998215 0.683314
+0.732235 0.997803 0.682399
+0.734066 0.997345 0.681422
+0.735149 0.996872 0.680369
+0.7355 0.996323 0.679179
+0.735302 0.995743 0.677897
+0.734813 0.995148 0.6766
+0.733898 0.994507 0.675166
+0.732723 0.993805 0.673655
+0.731441 0.993118 0.672145
+0.730159 0.992401 0.670573
+0.729 0.991669 0.66894
+0.728252 0.990967 0.667414
+0.72784 0.990265 0.665827
+0.728008 0.989563 0.664271
+0.728985 0.988952 0.662882
+0.7308 0.988357 0.661509
+0.733776 0.987823 0.660258
+0.738216 0.987427 0.659266
+0.744213 0.987106 0.658381
+0.752071 0.986908 0.657771
+0.761913 0.986068 0.657053
+0.770459 0.974517 0.650492
+0.782971 0.965057 0.64535
+0.800137 0.957946 0.641825
+0.821988 0.951827 0.639094
+0.849989 0.947265 0.637507
+0.886763 0.944823 0.637476
+0.936614 0.943633 0.638498
+0.990768 0.944457 0.66508
+0.992859 0.9458 0.670192
+0.995483 0.950164 0.676387
+0.753231 1 0.706661
+0.755657 1 0.704311
+0.756619 1 0.701381
+0.756374 1 0.698024
+0.755291 1 0.694438
+0.753735 1 0.690822
+0.751476 0.999908 0.686992
+0.750546 0.999252 0.685557
+0.749325 0.998581 0.684077
+0.747784 0.997864 0.68249
+0.746014 0.997101 0.680827
+0.744305 0.996353 0.679194
+0.742672 0.995575 0.677485
+0.741375 0.994812 0.675792
+0.740536 0.994064 0.674159
+0.740108 0.993317 0.672496
+0.740337 0.992599 0.670878
+0.741451 0.991958 0.669429
+0.743465 0.991333 0.667994
+0.746792 0.990768 0.666667
+0.75169 0.990341 0.665629
+0.758297 0.990005 0.664744
+0.767025 0.989792 0.664088
+0.778241 0.989761 0.663798
+0.792111 0.989899 0.663783
+0.809262 0.990219 0.664149
+0.830304 0.990814 0.665034
+0.856382 0.991653 0.666346
+0.888075 0.992752 0.668086
+0.931212 0.994324 0.67071
+0.995956 0.996674 0.674495
+0.99736 0.99736 0.677089
+0.99823 0.99823 0.680385
+0.787366 1 0.736019
+0.78912 1 0.73344
+0.789715 1 0.730419
+0.789029 1 0.72694
+0.787442 1 0.723125
+0.785351 1 0.719234
+0.782376 1 0.714855
+0.77879 1 0.71014
+0.775143 1 0.705516
+0.770794 1 0.700359
+0.766049 1 0.694865
+0.76144 1 0.689525
+0.758206 0.999527 0.686137
+0.756268 0.998703 0.684321
+0.754803 0.997925 0.682597
+0.753719 0.997101 0.680797
+0.753262 0.996323 0.679072
+0.753582 0.995605 0.67744
+0.754803 0.994888 0.675853
+0.757137 0.994247 0.674372
+0.760937 0.993698 0.673106
+0.766339 0.99321 0.671931
+0.773663 0.992828 0.67097
+0.783352 0.992599 0.670298
+0.795743 0.992523 0.669917
+0.81117 0.992615 0.669841
+0.830625 0.992935 0.670192
+0.854597 0.993454 0.670939
+0.884749 0.994232 0.67216
+0.924498 0.995361 0.673991
+0.981903 0.997009 0.676692
+0.997528 0.997528 0.677668
+0.99823 0.99823 0.680385
+0.825559 1 0.76791
+0.826734 1 0.764996
+0.826535 1 0.761532
+0.825574 1 0.758007
+0.823423 1 0.753933
+0.820508 1 0.749554
+0.817136 1 0.745052
+0.813001 1 0.740078
+0.808438 1 0.73489
+0.803693 1 0.729641
+0.798444 1 0.72398
+0.79292 1 0.718074
+0.787747 1 0.712413
+0.782544 1 0.706462
+0.777615 1 0.70042
+0.773434 1 0.694743
+0.769604 1 0.688853
+0.768277 0.999405 0.685863
+0.768658 0.998657 0.684184
+0.769985 0.997909 0.682506
+0.77258 0.997223 0.680964
+0.776867 0.996643 0.679637
+0.78291 0.996094 0.67834
+0.79115 0.995682 0.677333
+0.802121 0.995422 0.676616
+0.816114 0.995285 0.676097
+0.833616 0.995315 0.675929
+0.856092 0.995544 0.676158
+0.884169 0.995987 0.676768
+0.920897 0.996674 0.677852
+0.973739 0.997742 0.679606
+0.998291 0.998291 0.680613
+0.998367 0.998367 0.680934
+0.0128939 0.0128939 0.186572
+0.0178988 0.0135958 0.187213
+0.063386 0.0197452 0.188907
+0.119661 0.0280766 0.192477
+0.17084 0.0383307 0.197925
+0.217884 0.0508736 0.206012
+0.255695 0.0650034 0.21059
+0.285924 0.0830549 0.213291
+0.311101 0.104005 0.21593
+0.332601 0.122728 0.218799
+0.352697 0.139498 0.223087
+0.373892 0.157153 0.230365
+0.397192 0.176944 0.241001
+0.421393 0.197681 0.253666
+0.446784 0.219638 0.268437
+0.471977 0.241459 0.284031
+0.497185 0.263249 0.300267
+0.523033 0.285512 0.3178
+0.549874 0.308476 0.336706
+0.577188 0.331609 0.356451
+0.605051 0.354925 0.376928
+0.633249 0.378164 0.397818
+0.661357 0.4009 0.418585
+0.689937 0.423529 0.439567
+0.71928 0.446174 0.460822
+0.749126 0.468467 0.481956
+0.780484 0.490959 0.503456
+0.814176 0.513909 0.525551
+0.850553 0.537026 0.547921
+0.893339 0.561715 0.571893
+0.945296 0.588815 0.598291
+0.954543 0.606119 0.615671
+0.964157 0.623758 0.633509
+0.0164187 0.0255894 0.173449
+0.0196994 0.0259709 0.184588
+0.0640116 0.0322423 0.193225
+0.120928 0.0401312 0.195987
+0.17467 0.0517739 0.201877
+0.221271 0.0666056 0.207324
+0.25658 0.0861067 0.207935
+0.282872 0.103731 0.206714
+0.304585 0.11928 0.20676
+0.324865 0.133471 0.209064
+0.346426 0.148836 0.214771
+0.369223 0.165743 0.223377
+0.393179 0.184009 0.23444
+0.418143 0.203677 0.247868
+0.443732 0.224216 0.262867
+0.46894 0.24477 0.278462
+0.494362 0.265751 0.295094
+0.520348 0.287251 0.312932
+0.54699 0.309346 0.332021
+0.574456 0.332067 0.352132
+0.602319 0.354925 0.372854
+0.630259 0.377615 0.393774
+0.658686 0.400366 0.415045
+0.68719 0.422736 0.43621
+0.716152 0.444938 0.457404
+0.746273 0.467353 0.478981
+0.777234 0.48954 0.50045
+0.810437 0.512169 0.522484
+0.847044 0.535531 0.545296
+0.889082 0.559976 0.569223
+0.943389 0.587472 0.596139
+0.953994 0.605081 0.613901
+0.963699 0.622919 0.631998
+0.0341192 0.0783551 0.171176
+0.0338293 0.0744793 0.177859
+0.0645762 0.0800336 0.197848
+0.122637 0.0831617 0.205158
+0.178347 0.0893568 0.207446
+0.225635 0.0998703 0.208484
+0.256001 0.113069 0.202853
+0.278065 0.125551 0.199161
+0.299413 0.137438 0.199832
+0.321843 0.149737 0.203784
+0.344869 0.16289 0.210269
+0.368322 0.176883 0.218601
+0.392798 0.193469 0.230198
+0.417533 0.211398 0.24329
+0.442802 0.230396 0.258244
+0.468147 0.249912 0.274205
+0.493202 0.269551 0.290837
+0.519265 0.290349 0.309133
+0.545632 0.311528 0.328206
+0.572885 0.333516 0.348424
+0.600534 0.355795 0.369284
+0.628321 0.377997 0.390356
+0.656382 0.400168 0.411612
+0.684993 0.422415 0.433127
+0.714031 0.444526 0.454658
+0.743786 0.466545 0.476188
+0.775006 0.488853 0.4981
+0.808255 0.511482 0.520378
+0.844038 0.534356 0.542931
+0.884962 0.558312 0.566552
+0.938766 0.585855 0.593698
+0.953643 0.604425 0.612451
+0.963211 0.622049 0.630426
+0.055024 0.131518 0.173648
+0.0531167 0.126421 0.176089
+0.0702525 0.13138 0.18938
+0.113588 0.131884 0.209094
+0.179828 0.129519 0.215061
+0.23212 0.13341 0.208499
+0.255924 0.144289 0.196857
+0.278584 0.154177 0.195087
+0.302602 0.16434 0.198245
+0.325978 0.17438 0.203296
+0.349218 0.184955 0.21001
+0.372854 0.197055 0.218769
+0.396719 0.210163 0.229129
+0.421088 0.224796 0.241443
+0.445518 0.240238 0.254932
+0.470054 0.257786 0.270771
+0.494636 0.276081 0.287449
+0.519799 0.295232 0.305425
+0.546151 0.315709 0.325002
+0.572854 0.336629 0.34522
+0.600168 0.358114 0.366247
+0.628 0.37995 0.387762
+0.655726 0.401526 0.409094
+0.683848 0.423117 0.430488
+0.71281 0.444968 0.452232
+0.742336 0.466667 0.473854
+0.773281 0.488655 0.495811
+0.806455 0.511193 0.518303
+0.842054 0.533928 0.540993
+0.882704 0.557748 0.564736
+0.935149 0.584772 0.591608
+0.953536 0.604242 0.611337
+0.963058 0.621759 0.629282
+0.080293 0.179355 0.183703
+0.0783093 0.17554 0.181521
+0.0845045 0.177783 0.185702
+0.105669 0.181811 0.193622
+0.163134 0.180591 0.195178
+0.212116 0.181659 0.190311
+0.248463 0.184741 0.190204
+0.283513 0.188296 0.191333
+0.31313 0.193072 0.193927
+0.3355 0.201312 0.200473
+0.357504 0.210101 0.208057
+0.379858 0.219974 0.217136
+0.402914 0.231296 0.22797
+0.425971 0.243427 0.239902
+0.449485 0.256825 0.253346
+0.472755 0.270573 0.267384
+0.496468 0.285527 0.282795
+0.521172 0.303014 0.300923
+0.546426 0.32134 0.319936
+0.573007 0.340993 0.340352
+0.599939 0.361151 0.361288
+0.62681 0.381735 0.38262
+0.654429 0.402853 0.40444
+0.682124 0.423804 0.426062
+0.710369 0.444846 0.44773
+0.73994 0.466407 0.469841
+0.770153 0.48777 0.491691
+0.802197 0.509499 0.513848
+0.837491 0.532113 0.536828
+0.876844 0.555383 0.560372
+0.926787 0.581582 0.586755
+0.952529 0.60235 0.607919
+0.96202 0.619867 0.626001
+0.108476 0.224231 0.201221
+0.105699 0.219852 0.192386
+0.106477 0.21915 0.186801
+0.119875 0.222263 0.183154
+0.146532 0.225635 0.174075
+0.207584 0.222858 0.173175
+0.253986 0.221714 0.181628
+0.286305 0.223178 0.194095
+0.316686 0.226413 0.197559
+0.338094 0.232609 0.20441
+0.359976 0.239994 0.212467
+0.381949 0.247944 0.221393
+0.404562 0.256977 0.232059
+0.427573 0.267094 0.24387
+0.450477 0.277928 0.25658
+0.473655 0.289754 0.270375
+0.496727 0.302205 0.284947
+0.521462 0.317678 0.302846
+0.546593 0.334051 0.321492
+0.572869 0.351766 0.34139
+0.59968 0.370336 0.361959
+0.626596 0.389212 0.38265
+0.65391 0.408438 0.403586
+0.681926 0.428214 0.424918
+0.71043 0.448157 0.446281
+0.73959 0.468315 0.467658
+0.770077 0.489219 0.489662
+0.802152 0.510796 0.512184
+0.836606 0.532723 0.53492
+0.875364 0.555596 0.55845
+0.924697 0.581521 0.584909
+0.952636 0.602579 0.606561
+0.961929 0.619715 0.62443
+0.134005 0.263722 0.218463
+0.130831 0.259098 0.20499
+0.130236 0.256779 0.19324
+0.138247 0.258228 0.183597
+0.152377 0.261753 0.168261
+0.194659 0.261616 0.157305
+0.246296 0.259464 0.156619
+0.289448 0.257908 0.173861
+0.318456 0.260166 0.191104
+0.344793 0.262837 0.208072
+0.368719 0.267536 0.220813
+0.391608 0.274067 0.232013
+0.413565 0.281559 0.242435
+0.435126 0.290364 0.253056
+0.45687 0.299809 0.264546
+0.478676 0.309804 0.277043
+0.501213 0.320836 0.290822
+0.524605 0.333989 0.307179
+0.549584 0.348898 0.325475
+0.575097 0.364691 0.344518
+0.601358 0.381476 0.364401
+0.628275 0.39913 0.384909
+0.655268 0.417044 0.405447
+0.682948 0.435554 0.426352
+0.711315 0.454582 0.447501
+0.7402 0.473777 0.468589
+0.770596 0.493614 0.490135
+0.803159 0.51429 0.512306
+0.837858 0.535317 0.53463
+0.876997 0.557733 0.558175
+0.925612 0.583062 0.584451
+0.953429 0.604044 0.606317
+0.962631 0.620996 0.624155
+0.158541 0.299718 0.235477
+0.155062 0.295018 0.218982
+0.153338 0.291569 0.202823
+0.156329 0.291478 0.188388
+0.167391 0.293629 0.173754
+0.20177 0.292607 0.170153
+0.241856 0.2916 0.171664
+0.2813 0.291127 0.173846
+0.318257 0.291463 0.187381
+0.348165 0.294118 0.203159
+0.37258 0.297826 0.21738
+0.397253 0.301839 0.233448
+0.421042 0.307317 0.248142
+0.443854 0.31397 0.261402
+0.46627 0.321798 0.274418
+0.488167 0.330266 0.287251
+0.510445 0.340154 0.300923
+0.533272 0.351675 0.316213
+0.55697 0.36492 0.333211
+0.581689 0.379553 0.351339
+0.607019 0.394934 0.370214
+0.632807 0.410925 0.389563
+0.659586 0.427863 0.40972
+0.686549 0.445045 0.429862
+0.714244 0.46276 0.45034
+0.743404 0.481376 0.471458
+0.773327 0.500191 0.492531
+0.805341 0.519829 0.514183
+0.840299 0.540398 0.536538
+0.879408 0.561975 0.55964
+0.928557 0.586374 0.585412
+0.954528 0.606104 0.606317
+0.963668 0.622889 0.624201
+0.182315 0.333654 0.252628
+0.178805 0.329168 0.23418
+0.176379 0.325353 0.215366
+0.17731 0.324224 0.198886
+0.18468 0.324666 0.183597
+0.213993 0.322835 0.184161
+0.245853 0.32163 0.185733
+0.27953 0.321431 0.188525
+0.313649 0.321828 0.192035
+0.347219 0.323033 0.2038
+0.377401 0.325978 0.218677
+0.402823 0.329885 0.23299
+0.426184 0.334707 0.247349
+0.449607 0.339574 0.263081
+0.472786 0.345068 0.278599
+0.495567 0.352102 0.2934
+0.518151 0.36025 0.308034
+0.541772 0.370565 0.324498
+0.565896 0.382315 0.341878
+0.590707 0.395438 0.360006
+0.616144 0.409873 0.37882
+0.641718 0.424857 0.397772
+0.667506 0.440375 0.416907
+0.694057 0.456687 0.436515
+0.721309 0.473472 0.456367
+0.749462 0.490761 0.476524
+0.779355 0.508949 0.497322
+0.811322 0.527871 0.518654
+0.845869 0.547509 0.540444
+0.885542 0.568658 0.563516
+0.935897 0.592767 0.589395
+0.955856 0.610498 0.608499
+0.965148 0.626291 0.625574
+0.20528 0.366232 0.270726
+0.201953 0.362112 0.251026
+0.199191 0.358206 0.230564
+0.199695 0.356771 0.21294
+0.207202 0.354986 0.199771
+0.229587 0.352911 0.199878
+0.255406 0.351324 0.200916
+0.283421 0.350744 0.203296
+0.31313 0.35079 0.206607
+0.344335 0.351553 0.210758
+0.376318 0.35346 0.222049
+0.406012 0.356298 0.236179
+0.432425 0.360159 0.250767
+0.456306 0.365148 0.265675
+0.478828 0.37026 0.280659
+0.50193 0.375982 0.29688
+0.525505 0.382635 0.313832
+0.54934 0.391073 0.33109
+0.573724 0.401328 0.348867
+0.598566 0.412863 0.367132
+0.624094 0.425666 0.385992
+0.650141 0.439612 0.405295
+0.67631 0.454124 0.424613
+0.703182 0.46949 0.444266
+0.730846 0.485695 0.46424
+0.759136 0.502297 0.484199
+0.788922 0.519661 0.50457
+0.821134 0.538048 0.525689
+0.856062 0.557122 0.547204
+0.89659 0.577783 0.570108
+0.94931 0.601862 0.596231
+0.957992 0.616556 0.612406
+0.967102 0.631846 0.629099
+0.227955 0.39791 0.289357
+0.224796 0.394202 0.268971
+0.222126 0.390509 0.247608
+0.22266 0.38909 0.229023
+0.234623 0.386877 0.222278
+0.25185 0.384802 0.222034
+0.271214 0.382727 0.222049
+0.293538 0.381064 0.222721
+0.318425 0.380316 0.224369
+0.345037 0.380011 0.226566
+0.373816 0.380255 0.22945
+0.404486 0.382437 0.241108
+0.433982 0.385443 0.256229
+0.461631 0.389578 0.272251
+0.486717 0.394385 0.28806
+0.510018 0.400031 0.303639
+0.533227 0.406592 0.31989
+0.556893 0.413626 0.337011
+0.581353 0.421836 0.355093
+0.606882 0.431922 0.374075
+0.632242 0.443122 0.392889
+0.657862 0.455406 0.411856
+0.684535 0.468971 0.431495
+0.711452 0.483162 0.451087
+0.739239 0.498222 0.470985
+0.768673 0.514458 0.491569
+0.799146 0.531212 0.512123
+0.832166 0.54905 0.533333
+0.869291 0.568322 0.555627
+0.912062 0.588952 0.578866
+0.952285 0.609628 0.601755
+0.960983 0.62414 0.617868
+0.970001 0.639048 0.634318
+0.250767 0.429129 0.308324
+0.24744 0.425284 0.287327
+0.245258 0.422141 0.265522
+0.245731 0.420737 0.246021
+0.261723 0.41854 0.245197
+0.275288 0.41619 0.24445
+0.289784 0.413672 0.243717
+0.306996 0.41146 0.243519
+0.327062 0.409644 0.243931
+0.350042 0.408713 0.245304
+0.375174 0.408179 0.247211
+0.402731 0.408682 0.250065
+0.43212 0.410498 0.26157
+0.461418 0.413443 0.27686
+0.489937 0.4177 0.293599
+0.516426 0.422751 0.310475
+0.541665 0.428946 0.327565
+0.565682 0.435935 0.344472
+0.589929 0.443702 0.362005
+0.614939 0.452461 0.380468
+0.640528 0.462181 0.399512
+0.666636 0.472953 0.418875
+0.693065 0.484916 0.438346
+0.720195 0.498009 0.45803
+0.74815 0.512047 0.477897
+0.777371 0.527031 0.498116
+0.80885 0.543328 0.519081
+0.843122 0.560723 0.540703
+0.881422 0.579416 0.563104
+0.928603 0.600748 0.587777
+0.955444 0.618112 0.607569
+0.964096 0.632166 0.623514
+0.97322 0.646983 0.640085
+0.273167 0.459342 0.326452
+0.269963 0.455665 0.30518
+0.268162 0.452827 0.283436
+0.273411 0.451499 0.268589
+0.28806 0.44921 0.267826
+0.298909 0.446586 0.266651
+0.309667 0.444007 0.265538
+0.322805 0.441291 0.264576
+0.33872 0.438987 0.264195
+0.357717 0.4374 0.264652
+0.379431 0.436072 0.265614
+0.403586 0.435508 0.267384
+0.430396 0.436072 0.2701
+0.459327 0.437858 0.28188
+0.488792 0.440955 0.297673
+0.518074 0.445304 0.315129
+0.545968 0.450614 0.33312
+0.573007 0.45713 0.351568
+0.598718 0.464622 0.369772
+0.623804 0.472862 0.387915
+0.649393 0.482002 0.406653
+0.675288 0.491753 0.425711
+0.701793 0.502327 0.445121
+0.729351 0.514076 0.465019
+0.757916 0.527153 0.485222
+0.787671 0.541192 0.505592
+0.819394 0.55642 0.526406
+0.854597 0.573236 0.548196
+0.89482 0.591592 0.571054
+0.944915 0.61268 0.59617
+0.958251 0.626719 0.612711
+0.967071 0.64062 0.628885
+0.976211 0.655085 0.645411
+0.295659 0.489326 0.344518
+0.292592 0.485863 0.323278
+0.291341 0.483391 0.301839
+0.300847 0.482078 0.29163
+0.314 0.47982 0.290745
+0.322911 0.476982 0.289219
+0.331167 0.474281 0.2878
+0.340749 0.471305 0.28632
+0.353063 0.468513 0.285206
+0.36849 0.466361 0.284871
+0.386603 0.464454 0.284977
+0.407706 0.463142 0.285832
+0.431525 0.462837 0.287663
+0.457786 0.463233 0.290135
+0.486519 0.465049 0.302281
+0.516335 0.468345 0.318715
+0.546136 0.472602 0.336751
+0.57528 0.478126 0.355764
+0.603937 0.485039 0.375479
+0.631632 0.492714 0.395071
+0.658076 0.501167 0.414099
+0.684459 0.510613 0.433204
+0.711223 0.520623 0.452506
+0.738766 0.531426 0.472175
+0.767605 0.543252 0.492363
+0.798291 0.556451 0.513146
+0.830991 0.570809 0.534264
+0.867613 0.586877 0.556374
+0.910536 0.605097 0.57995
+0.953216 0.623911 0.603204
+0.961303 0.636225 0.618235
+0.970077 0.649744 0.634287
+0.979217 0.663798 0.650721
+0.318593 0.519677 0.362722
+0.315587 0.516304 0.341329
+0.315221 0.514488 0.320714
+0.327779 0.51281 0.314992
+0.339864 0.510658 0.314076
+0.347524 0.50779 0.312413
+0.353765 0.504646 0.310475
+0.360861 0.501595 0.30869
+0.370123 0.498589 0.307118
+0.381979 0.49575 0.305913
+0.397024 0.493462 0.305379
+0.41471 0.491524 0.305379
+0.43534 0.490211 0.306127
+0.45893 0.489952 0.307881
+0.485023 0.490303 0.310185
+0.513909 0.492058 0.32285
+0.543801 0.49543 0.339773
+0.57409 0.499794 0.358389
+0.604547 0.505394 0.378393
+0.634607 0.512352 0.3991
+0.663539 0.520088 0.419486
+0.691997 0.52874 0.439765
+0.719982 0.538338 0.459678
+0.74847 0.548867 0.479728
+0.777813 0.560143 0.499931
+0.809049 0.572564 0.520729
+0.843244 0.586358 0.542382
+0.881666 0.601755 0.564981
+0.927581 0.619532 0.589227
+0.956573 0.63505 0.609339
+0.964569 0.646738 0.624155
+0.973251 0.659602 0.639963
+0.982452 0.673426 0.656428
+0.341634 0.550057 0.380621
+0.33901 0.547143 0.359503
+0.339651 0.546075 0.340002
+0.355398 0.544137 0.338994
+0.366033 0.541939 0.337911
+0.372824 0.53904 0.33611
+0.377661 0.535698 0.333913
+0.382498 0.532265 0.33167
+0.389303 0.529107 0.329763
+0.39823 0.525811 0.327932
+0.409888 0.522911 0.326604
+0.424674 0.520577 0.325963
+0.4421 0.518608 0.325872
+0.462486 0.517342 0.326528
+0.486152 0.517052 0.328161
+0.512261 0.517418 0.330343
+0.541024 0.519127 0.343389
+0.571511 0.522332 0.361013
+0.60235 0.526589 0.380209
+0.633555 0.532113 0.400793
+0.664759 0.539071 0.422202
+0.695354 0.546899 0.44358
+0.725917 0.55584 0.464988
+0.756466 0.565927 0.486213
+0.787213 0.576806 0.507057
+0.819669 0.588785 0.528283
+0.855375 0.602274 0.550393
+0.896132 0.61738 0.573648
+0.947036 0.635416 0.599329
+0.959808 0.646876 0.615198
+0.967971 0.658244 0.630243
+0.976684 0.670619 0.646052
+0.985779 0.683833 0.662303
+0.365515 0.58146 0.398779
+0.363897 0.57911 0.378561
+0.369421 0.578042 0.364355
+0.383169 0.575967 0.363424
+0.392233 0.573434 0.361975
+0.398367 0.570657 0.360204
+0.402136 0.567269 0.357885
+0.405539 0.563638 0.355383
+0.410101 0.560113 0.353017
+0.416663 0.556695 0.350881
+0.425574 0.553216 0.348867
+0.437217 0.550286 0.347494
+0.451713 0.547799 0.346654
+0.4692 0.545708 0.346395
+0.489464 0.544396 0.346944
+0.512932 0.544106 0.348424
+0.539269 0.54432 0.350408
+0.568109 0.545861 0.363882
+0.598795 0.548898 0.381949
+0.63032 0.553002 0.40174
+0.662257 0.558419 0.422827
+0.695033 0.565377 0.445182
+0.727382 0.573327 0.46746
+0.759915 0.582483 0.489738
+0.793912 0.593164 0.51252
+0.828611 0.604761 0.534859
+0.866041 0.617777 0.557549
+0.910262 0.633066 0.58204
+0.9552 0.649454 0.606348
+0.963012 0.659541 0.620966
+0.971237 0.670497 0.636088
+0.97995 0.682383 0.651835
+0.98912 0.695186 0.668162
+0.3897 0.613336 0.4168
+0.389456 0.611856 0.397742
+0.39884 0.610224 0.389166
+0.41088 0.608225 0.38819
+0.418647 0.605432 0.386435
+0.423682 0.602289 0.384329
+0.426917 0.598962 0.38201
+0.429297 0.59527 0.37937
+0.43209 0.59144 0.376669
+0.436683 0.587808 0.374228
+0.443122 0.584054 0.371801
+0.451911 0.580514 0.369711
+0.463478 0.577264 0.368048
+0.478065 0.574807 0.367193
+0.495445 0.572671 0.366812
+0.515999 0.571191 0.367163
+0.539574 0.570748 0.368444
+0.565927 0.570916 0.370245
+0.595026 0.572274 0.384207
+0.626017 0.575143 0.402777
+0.658122 0.579095 0.423056
+0.691035 0.584421 0.444755
+0.725078 0.591363 0.467704
+0.759854 0.599512 0.491173
+0.795529 0.609079 0.514809
+0.833265 0.620371 0.538888
+0.87454 0.633249 0.563516
+0.922393 0.648356 0.589364
+0.958083 0.662608 0.611521
+0.965927 0.672435 0.626169
+0.974105 0.682994 0.641154
+0.982986 0.694789 0.657176
+0.992279 0.707362 0.673686
+0.413993 0.645274 0.434577
+0.41503 0.644785 0.417075
+0.428183 0.642832 0.414191
+0.438224 0.640375 0.412757
+0.44506 0.637781 0.411093
+0.449256 0.63444 0.408789
+0.451759 0.630808 0.40621
+0.453376 0.627192 0.403586
+0.454887 0.623056 0.400595
+0.457588 0.618967 0.397681
+0.46215 0.615122 0.395071
+0.468635 0.611139 0.392462
+0.477531 0.607523 0.390295
+0.489174 0.604318 0.388617
+0.503853 0.601602 0.387518
+0.521324 0.599359 0.387015
+0.542077 0.597879 0.387289
+0.565728 0.597223 0.388296
+0.59234 0.597208 0.389868
+0.622049 0.598367 0.404532
+0.653223 0.601175 0.423484
+0.685863 0.605035 0.44419
+0.72015 0.610285 0.466651
+0.755947 0.617273 0.490394
+0.793103 0.625589 0.514778
+0.832929 0.635721 0.540017
+0.877089 0.648081 0.566293
+0.929778 0.663127 0.59443
+0.960418 0.675776 0.615641
+0.968475 0.685496 0.630671
+0.97673 0.695842 0.645792
+0.985489 0.707164 0.66157
+0.994904 0.719753 0.678248
+0.440208 0.679103 0.453758
+0.444327 0.677974 0.440452
+0.457298 0.675929 0.439384
+0.465644 0.673243 0.437705
+0.471077 0.670085 0.435584
+0.474739 0.666941 0.433402
+0.476738 0.663264 0.430762
+0.477577 0.659159 0.427756
+0.478386 0.655177 0.424857
+0.479713 0.650828 0.421683
+0.482383 0.646372 0.418524
+0.486946 0.642283 0.415702
+0.493492 0.638209 0.413031
+0.50248 0.634318 0.410651
+0.514366 0.631159 0.408988
+0.529091 0.628229 0.407691
+0.546761 0.62591 0.40705
+0.567498 0.624308 0.407156
+0.59173 0.62359 0.408057
+0.618753 0.623438 0.409415
+0.648707 0.624537 0.424613
+0.680751 0.627054 0.444282
+0.714275 0.630823 0.465568
+0.749722 0.636088 0.488548
+0.78793 0.643214 0.513329
+0.828611 0.651926 0.53901
+0.874266 0.662898 0.566217
+0.929671 0.677241 0.595972
+0.961959 0.689326 0.618235
+0.97026 0.698543 0.633738
+0.978836 0.708858 0.649454
+0.987686 0.719982 0.6654
+0.996994 0.732219 0.681895
+0.466682 0.713695 0.473274
+0.475471 0.712108 0.466239
+0.485924 0.709606 0.464744
+0.493141 0.70692 0.46302
+0.497627 0.703624 0.460777
+0.500343 0.699992 0.458213
+0.501884 0.696239 0.455528
+0.502235 0.692012 0.452445
+0.502159 0.687526 0.449134
+0.502586 0.683238 0.446006
+0.503868 0.678553 0.442618
+0.506569 0.673854 0.439277
+0.511238 0.669596 0.436347
+0.517876 0.665324 0.433524
+0.527077 0.661265 0.431006
+0.539162 0.657969 0.429221
+0.554009 0.654902 0.427802
+0.571939 0.652445 0.427024
+0.593072 0.650874 0.427085
+0.617563 0.649912 0.427726
+0.645029 0.649683 0.428931
+0.675669 0.650797 0.444816
+0.708385 0.653056 0.465019
+0.743252 0.656733 0.487083
+0.780697 0.662028 0.510979
+0.822065 0.669398 0.53698
+0.867643 0.678752 0.564309
+0.923049 0.691325 0.594522
+0.96286 0.703578 0.619577
+0.971191 0.712123 0.635203
+0.979873 0.721843 0.651179
+0.989075 0.733013 0.667811
+0.998672 0.745266 0.684825
+0.493874 0.749523 0.493645
+0.506477 0.747555 0.492592
+0.515023 0.744656 0.490791
+0.520699 0.741558 0.488731
+0.524559 0.738369 0.486564
+0.526528 0.734386 0.483757
+0.527306 0.730159 0.480735
+0.527352 0.725902 0.477638
+0.526665 0.721141 0.474159
+0.52607 0.716258 0.470588
+0.52636 0.711467 0.467109
+0.527642 0.706462 0.463508
+0.530449 0.701656 0.460105
+0.53518 0.697093 0.456977
+0.541924 0.692576 0.453986
+0.551247 0.688441 0.451408
+0.563622 0.684916 0.44947
+0.578744 0.681758 0.447944
+0.597101 0.679118 0.447013
+0.618753 0.677501 0.446983
+0.643381 0.676402 0.44744
+0.671412 0.676097 0.448493
+0.70277 0.676997 0.464973
+0.736522 0.67924 0.485924
+0.77319 0.682887 0.508934
+0.813413 0.688457 0.534035
+0.858671 0.696086 0.561303
+0.913466 0.706722 0.591775
+0.963317 0.718822 0.619989
+0.971618 0.726741 0.635676
+0.980255 0.735744 0.651652
+0.989273 0.74609 0.66804
+0.999176 0.758358 0.685725
+0.527398 0.787274 0.521202
+0.537636 0.784863 0.519814
+0.544686 0.781933 0.517968
+0.549126 0.778408 0.515618
+0.551858 0.774517 0.512963
+0.553307 0.770489 0.51014
+0.553567 0.765911 0.506905
+0.553017 0.761105 0.503456
+0.55201 0.756329 0.500008
+0.550652 0.750957 0.496117
+0.549767 0.74551 0.49218
+0.549966 0.740368 0.488472
+0.551202 0.734966 0.484611
+0.554009 0.729763 0.480964
+0.558892 0.725002 0.477729
+0.565881 0.720256 0.474586
+0.575402 0.715953 0.471916
+0.588037 0.712276 0.469841
+0.603464 0.708949 0.468208
+0.622065 0.706249 0.467185
+0.644175 0.704463 0.467002
+0.669337 0.703258 0.467323
+0.698085 0.7028 0.468177
+0.73077 0.7037 0.485618
+0.765774 0.705837 0.507332
+0.804593 0.709545 0.531334
+0.848783 0.71548 0.558053
+0.901106 0.723873 0.587732
+0.963821 0.735851 0.620386
+0.971725 0.742596 0.635477
+0.980163 0.75079 0.651225
+0.989059 0.760464 0.667521
+0.99884 0.772229 0.685115
+0.561837 0.828458 0.55053
+0.56994 0.825727 0.548898
+0.575479 0.822293 0.546715
+0.578866 0.818311 0.544091
+0.580621 0.813916 0.541115
+0.581338 0.809339 0.537972
+0.580957 0.804288 0.534463
+0.579751 0.798871 0.530648
+0.577996 0.793179 0.526604
+0.576257 0.787701 0.522713
+0.574609 0.781872 0.518532
+0.573602 0.775921 0.51429
+0.573678 0.77023 0.510262
+0.574884 0.764401 0.506157
+0.577707 0.75877 0.502251
+0.582696 0.753735 0.498848
+0.589807 0.748623 0.495491
+0.599573 0.74403 0.492638
+0.612406 0.740291 0.490532
+0.628244 0.736706 0.488716
+0.647181 0.733913 0.487617
+0.669673 0.732113 0.487358
+0.695659 0.730739 0.487526
+0.725368 0.730175 0.488243
+0.759503 0.730907 0.5066
+0.796674 0.732967 0.529503
+0.83827 0.736889 0.554681
+0.888716 0.743435 0.58381
+0.95314 0.753536 0.617304
+0.971832 0.760327 0.635142
+0.979889 0.76759 0.650355
+0.988388 0.776287 0.666102
+0.997803 0.78706 0.683223
+0.59852 0.875776 0.583108
+0.604608 0.872206 0.580957
+0.608362 0.867643 0.578073
+0.610712 0.863203 0.575204
+0.611399 0.857877 0.571679
+0.61117 0.852415 0.568017
+0.610117 0.846677 0.564126
+0.608392 0.840574 0.559945
+0.606043 0.83415 0.555505
+0.60354 0.827787 0.55108
+0.600961 0.821057 0.546365
+0.598932 0.814343 0.541665
+0.597665 0.807645 0.536995
+0.597681 0.801541 0.532738
+0.598825 0.795209 0.528344
+0.601678 0.789059 0.524147
+0.606714 0.783566 0.520485
+0.613993 0.778241 0.517021
+0.624033 0.773266 0.513939
+0.637201 0.769192 0.511635
+0.653239 0.765515 0.509758
+0.672602 0.762524 0.508507
+0.695659 0.760571 0.508141
+0.722499 0.75906 0.508171
+0.753475 0.758404 0.508797
+0.789288 0.759121 0.528115
+0.829511 0.761212 0.55259
+0.876432 0.765438 0.580041
+0.935744 0.773068 0.61207
+0.972396 0.780468 0.635569
+0.979644 0.786313 0.649439
+0.987655 0.794186 0.664485
+0.996475 0.803967 0.680751
+0.639689 0.933745 0.621363
+0.644099 0.929351 0.618769
+0.646082 0.923369 0.615091
+0.646601 0.916915 0.611032
+0.646357 0.910674 0.607065
+0.644846 0.903548 0.602457
+0.642542 0.895994 0.597513
+0.640085 0.888914 0.592828
+0.636927 0.881209 0.587686
+0.633295 0.873152 0.582254
+0.629969 0.865522 0.577096
+0.626749 0.85745 0.571603
+0.624277 0.849668 0.566293
+0.622797 0.842283 0.561242
+0.622415 0.834974 0.556268
+0.623468 0.828 0.551537
+0.626429 0.821622 0.54728
+0.631312 0.815229 0.543069
+0.638682 0.809384 0.539315
+0.648936 0.804074 0.536065
+0.662318 0.79968 0.533578
+0.678737 0.795743 0.531548
+0.698833 0.792615 0.530236
+0.722393 0.790417 0.529686
+0.750027 0.788815 0.529641
+0.782803 0.787945 0.530114
+0.821195 0.788647 0.55079
+0.865553 0.790906 0.577188
+0.920378 0.79588 0.607721
+0.973617 0.803326 0.637049
+0.980011 0.80795 0.649546
+0.987106 0.814435 0.663096
+0.995148 0.823392 0.678172
+0.677485 0.985595 0.656306
+0.682811 0.985473 0.65597
+0.6869 0.985306 0.655497
+0.689662 0.985016 0.654826
+0.689982 0.981445 0.652247
+0.686595 0.971298 0.645991
+0.682322 0.960494 0.639261
+0.677684 0.949691 0.632456
+0.673091 0.939467 0.62594
+0.668055 0.928908 0.61915
+0.663111 0.918517 0.61239
+0.658732 0.908843 0.606073
+0.654765 0.899092 0.599649
+0.651484 0.889494 0.593301
+0.6495 0.880827 0.587564
+0.6486 0.872221 0.581842
+0.649256 0.863951 0.576394
+0.651987 0.856596 0.571572
+0.656962 0.849653 0.567102
+0.664378 0.843122 0.562997
+0.674815 0.837613 0.559686
+0.688289 0.832425 0.556741
+0.705028 0.828077 0.554498
+0.725536 0.824643 0.553002
+0.750195 0.822171 0.552316
+0.779232 0.820386 0.552163
+0.814221 0.819669 0.552758
+0.856367 0.820142 0.575235
+0.906828 0.822828 0.604257
+0.975586 0.829236 0.639826
+0.981018 0.832959 0.65066
+0.987121 0.838254 0.662577
+0.994125 0.845838 0.676036
+0.691295 0.989776 0.665278
+0.696147 0.989593 0.664805
+0.699672 0.989303 0.664134
+0.702235 0.988998 0.663417
+0.703822 0.988602 0.662516
+0.704753 0.988159 0.661524
+0.705196 0.987701 0.660487
+0.705104 0.987167 0.659297
+0.704677 0.986587 0.658045
+0.704036 0.986007 0.656764
+0.703182 0.985382 0.655375
+0.69865 0.976547 0.649424
+0.692302 0.962814 0.640818
+0.686717 0.949645 0.632502
+0.682155 0.93724 0.624598
+0.679133 0.926116 0.617502
+0.677378 0.915419 0.610636
+0.677363 0.905364 0.604212
+0.679683 0.896651 0.598672
+0.684215 0.888273 0.593408
+0.691493 0.88069 0.588739
+0.701991 0.874525 0.585122
+0.715557 0.86865 0.581827
+0.732647 0.863706 0.579278
+0.753872 0.860105 0.577752
+0.779431 0.857038 0.57673
+0.810178 0.854994 0.576455
+0.848661 0.854231 0.577111
+0.896239 0.854658 0.602213
+0.957534 0.858213 0.635615
+0.982925 0.86215 0.653284
+0.987945 0.866361 0.663401
+0.993683 0.872724 0.6748
+0.705989 0.994064 0.674464
+0.71046 0.99382 0.673884
+0.713634 0.993469 0.673091
+0.715785 0.993072 0.67219
+0.71722 0.99266 0.67129
+0.717845 0.992157 0.670176
+0.717968 0.991638 0.669017
+0.717723 0.991089 0.667826
+0.717021 0.990478 0.666453
+0.716091 0.989837 0.665049
+0.715053 0.989197 0.663645
+0.713954 0.988495 0.662135
+0.71313 0.987823 0.660639
+0.712734 0.987167 0.65919
+0.712764 0.986526 0.65774
+0.713436 0.985916 0.656352
+0.714839 0.984787 0.654795
+0.711162 0.969909 0.64564
+0.709697 0.956573 0.637415
+0.710933 0.945006 0.63032
+0.714656 0.934493 0.623911
+0.72137 0.925048 0.618265
+0.731563 0.917433 0.61387
+0.744991 0.910475 0.610025
+0.762341 0.904601 0.607019
+0.784161 0.900298 0.605173
+0.810773 0.896727 0.603937
+0.844312 0.894179 0.603479
+0.887114 0.893416 0.604303
+0.943877 0.894118 0.633326
+0.985962 0.896956 0.657786
+0.989746 0.900328 0.665797
+0.993988 0.904768 0.674723
+0.721889 0.998459 0.683848
+0.726085 0.998138 0.683177
+0.729061 0.997757 0.682322
+0.730892 0.997299 0.681331
+0.73196 0.996811 0.680262
+0.732357 0.996292 0.679103
+0.732158 0.995712 0.677852
+0.731517 0.995087 0.676478
+0.730663 0.994476 0.675135
+0.729397 0.993774 0.673609
+0.728008 0.993072 0.672084
+0.72665 0.992386 0.670558
+0.725338 0.991638 0.66894
+0.724422 0.990921 0.667338
+0.72401 0.99025 0.665843
+0.724071 0.989548 0.664302
+0.72488 0.988907 0.662852
+0.726711 0.988342 0.661555
+0.729641 0.987823 0.660319
+0.733944 0.987381 0.659266
+0.740063 0.987091 0.658457
+0.748028 0.986893 0.657847
+0.756603 0.982559 0.655116
+0.765759 0.971847 0.649073
+0.778561 0.962509 0.643977
+0.795697 0.954849 0.640055
+0.818128 0.94931 0.637629
+0.846357 0.944579 0.635874
+0.882841 0.941405 0.635279
+0.932815 0.940475 0.636362
+0.990463 0.941314 0.664668
+0.992691 0.942016 0.670069
+0.995529 0.946654 0.676661
+0.749722 1 0.706249
+0.752071 1 0.703807
+0.753292 1 0.701076
+0.753094 1 0.697749
+0.752026 1 0.694194
+0.750484 1 0.690639
+0.748241 0.999893 0.686931
+0.74725 0.999222 0.685496
+0.745937 0.99855 0.684001
+0.744366 0.997848 0.68246
+0.74255 0.997086 0.680812
+0.740764 0.996338 0.679179
+0.739025 0.995575 0.677485
+0.737621 0.994797 0.675807
+0.736614 0.994049 0.674144
+0.736126 0.993317 0.672526
+0.736202 0.992584 0.670909
+0.737224 0.991943 0.669459
+0.739223 0.991333 0.668055
+0.742489 0.990768 0.666743
+0.747326 0.990326 0.66566
+0.75404 0.990005 0.66482
+0.76286 0.989792 0.664164
+0.774136 0.989746 0.663844
+0.78822 0.989868 0.663828
+0.805493 0.990188 0.664164
+0.826566 0.990738 0.664958
+0.852949 0.991577 0.666255
+0.884657 0.99263 0.667918
+0.927611 0.994171 0.670436
+0.991073 0.99646 0.674067
+0.997375 0.997375 0.677134
+0.998291 0.998291 0.680613
+0.783948 1 0.735576
+0.785763 1 0.733013
+0.786084 1 0.729747
+0.785748 1 0.726558
+0.784115 1 0.722744
+0.78175 1 0.718654
+0.779034 1 0.714565
+0.775479 1 0.709941
+0.771481 1 0.705089
+0.767315 1 0.700221
+0.762493 1 0.694789
+0.75761 1 0.689326
+0.754391 0.999527 0.686137
+0.752361 0.998703 0.684337
+0.750698 0.997894 0.682551
+0.749645 0.997116 0.680858
+0.749065 0.996338 0.679118
+0.749233 0.99559 0.67747
+0.750423 0.994904 0.675929
+0.752697 0.994263 0.674464
+0.756344 0.993683 0.673121
+0.761807 0.993225 0.672007
+0.769177 0.992844 0.671077
+0.778927 0.992599 0.670359
+0.79147 0.992538 0.669993
+0.807034 0.992615 0.669902
+0.826444 0.992874 0.670161
+0.850675 0.993393 0.670909
+0.880858 0.994156 0.672053
+0.920073 0.995224 0.673777
+0.976608 0.996841 0.676387
+0.997482 0.997482 0.677501
+0.99823 0.99823 0.6804
+0.821714 1 0.767117
+0.823178 1 0.764416
+0.823041 1 0.760983
+0.82179 1 0.757214
+0.820005 1 0.75346
+0.81709 1 0.749126
+0.813413 1 0.744396
+0.809552 1 0.739742
+0.804929 1 0.7346
+0.799832 1 0.729122
+0.794781 1 0.723766
+0.789181 1 0.717922
+0.783703 1 0.712093
+0.778653 1 0.706462
+0.773587 1 0.700496
+0.769055 1 0.694636
+0.765301 1 0.689036
+0.763745 0.999451 0.685954
+0.763912 0.998657 0.684199
+0.765286 0.99794 0.682597
+0.767865 0.997269 0.681071
+0.772 0.996658 0.679683
+0.778149 0.996139 0.678462
+0.786419 0.995712 0.67744
+0.797314 0.995422 0.676646
+0.811475 0.995285 0.676188
+0.829053 0.995315 0.67599
+0.851438 0.995499 0.676143
+0.879652 0.995941 0.676753
+0.916106 0.996597 0.67776
+0.967483 0.997604 0.679362
+0.99826 0.99826 0.680522
+0.998322 0.998322 0.680735
+0.0172274 0.0172274 0.230076
+0.0206302 0.0176852 0.230152
+0.0637522 0.0234531 0.2309
+0.119326 0.0316472 0.233326
+0.170352 0.0417487 0.237018
+0.217151 0.0537728 0.242878
+0.260868 0.0694438 0.251072
+0.299382 0.0915541 0.25803
+0.332967 0.118471 0.263905
+0.359213 0.140856 0.266804
+0.379858 0.158724 0.268162
+0.39881 0.175662 0.27071
+0.41915 0.193912 0.276555
+0.440558 0.212924 0.284962
+0.46363 0.233234 0.296101
+0.486885 0.253697 0.308415
+0.510414 0.274174 0.321767
+0.534829 0.295262 0.336736
+0.560861 0.317556 0.35378
+0.58735 0.339925 0.371679
+0.614511 0.362585 0.390509
+0.642252 0.385367 0.410071
+0.670085 0.407767 0.429786
+0.698466 0.430106 0.449821
+0.727459 0.452293 0.470085
+0.757534 0.47454 0.4907
+0.789059 0.49688 0.51165
+0.822873 0.519554 0.533104
+0.860487 0.542977 0.555474
+0.905104 0.567987 0.579461
+0.947311 0.592599 0.603311
+0.956619 0.609949 0.62063
+0.966262 0.627588 0.638361
+0.0198672 0.0274815 0.218219
+0.0221103 0.0276646 0.224994
+0.0625925 0.0338598 0.230991
+0.117647 0.0420844 0.233082
+0.170062 0.0540017 0.237507
+0.218891 0.0700084 0.244663
+0.263905 0.0908827 0.252613
+0.300542 0.113466 0.256184
+0.32874 0.132799 0.256718
+0.350423 0.148836 0.256168
+0.369238 0.1635 0.256214
+0.388632 0.178973 0.259525
+0.409751 0.195895 0.266194
+0.432349 0.214221 0.275776
+0.456321 0.233936 0.287663
+0.480079 0.253544 0.300359
+0.50425 0.27364 0.314427
+0.529458 0.294591 0.330266
+0.555245 0.316014 0.34725
+0.582238 0.338323 0.365759
+0.609705 0.360845 0.385092
+0.637278 0.383185 0.404746
+0.6654 0.4056 0.424903
+0.693858 0.427848 0.445243
+0.722728 0.449851 0.46569
+0.752544 0.471885 0.486366
+0.784039 0.49424 0.507576
+0.817563 0.516838 0.529183
+0.854536 0.540047 0.551522
+0.898253 0.564935 0.57557
+0.946441 0.590951 0.600855
+0.955688 0.608209 0.618158
+0.965377 0.626001 0.636103
+0.0372931 0.0797284 0.214359
+0.0363012 0.074815 0.218601
+0.0682536 0.0838788 0.238819
+0.121904 0.0869917 0.244602
+0.174929 0.0943923 0.246754
+0.22356 0.104021 0.250446
+0.267475 0.116884 0.25388
+0.299657 0.132052 0.252049
+0.323033 0.145739 0.248249
+0.34197 0.157855 0.245472
+0.361044 0.170367 0.246235
+0.381765 0.184787 0.250858
+0.403891 0.200793 0.258503
+0.427314 0.218296 0.26862
+0.451347 0.236652 0.280644
+0.475868 0.255756 0.294163
+0.500282 0.275029 0.308644
+0.525719 0.295415 0.324804
+0.551629 0.316274 0.342092
+0.578393 0.337881 0.360601
+0.605798 0.359945 0.380148
+0.633585 0.382116 0.400244
+0.661448 0.404089 0.420447
+0.689769 0.426047 0.440925
+0.719005 0.448218 0.461875
+0.748745 0.47013 0.48275
+0.779812 0.492164 0.503929
+0.813642 0.515007 0.526024
+0.849851 0.537896 0.548241
+0.891417 0.561837 0.571557
+0.945708 0.589593 0.598642
+0.95494 0.606836 0.616022
+0.964538 0.62446 0.633875
+0.0579995 0.132448 0.213367
+0.055375 0.126055 0.215503
+0.0752117 0.133028 0.231189
+0.11754 0.133333 0.24799
+0.173297 0.133684 0.254871
+0.2262 0.136889 0.25565
+0.271092 0.144839 0.254475
+0.298451 0.156497 0.246311
+0.31812 0.16701 0.240192
+0.337774 0.177554 0.239231
+0.358526 0.188251 0.241733
+0.380377 0.200259 0.246983
+0.40322 0.213443 0.254627
+0.426551 0.227756 0.264195
+0.450752 0.243702 0.275959
+0.474647 0.261082 0.289265
+0.499046 0.279377 0.303899
+0.523888 0.298375 0.319905
+0.549874 0.318563 0.337621
+0.576577 0.339513 0.356512
+0.603754 0.360906 0.376165
+0.631327 0.382528 0.396368
+0.659113 0.404135 0.416815
+0.687221 0.425666 0.437369
+0.715908 0.447242 0.458183
+0.7458 0.469154 0.479454
+0.776883 0.491142 0.500923
+0.809949 0.513466 0.522805
+0.84625 0.536492 0.545434
+0.887648 0.560479 0.569024
+0.941649 0.587839 0.595911
+0.954498 0.606012 0.614267
+0.964004 0.623484 0.632059
+0.0831769 0.180148 0.217578
+0.0805676 0.175433 0.218158
+0.0899062 0.178088 0.22652
+0.117571 0.179767 0.237629
+0.160983 0.179538 0.256123
+0.221698 0.177493 0.254231
+0.272633 0.177951 0.250385
+0.298878 0.18471 0.238697
+0.319341 0.193347 0.235157
+0.340398 0.201602 0.235798
+0.362524 0.210819 0.23978
+0.384848 0.220783 0.245701
+0.407767 0.232151 0.253803
+0.430777 0.244373 0.263432
+0.453849 0.257588 0.274235
+0.477256 0.271809 0.286519
+0.500465 0.28661 0.299718
+0.525231 0.304524 0.316243
+0.550286 0.323217 0.333654
+0.576608 0.343206 0.352728
+0.603479 0.363775 0.37261
+0.630488 0.384466 0.392798
+0.658137 0.40557 0.41352
+0.686152 0.426749 0.43444
+0.714641 0.447929 0.455451
+0.744167 0.469368 0.476768
+0.775021 0.491081 0.498375
+0.80766 0.513039 0.520241
+0.843412 0.535698 0.542809
+0.884413 0.559548 0.566567
+0.937087 0.586465 0.593286
+0.954131 0.605356 0.612451
+0.963638 0.622843 0.630365
+0.108049 0.222049 0.225834
+0.106416 0.218647 0.223682
+0.109041 0.219364 0.225834
+0.122881 0.22179 0.230304
+0.144488 0.22443 0.237034
+0.205524 0.221439 0.235065
+0.249683 0.222049 0.230289
+0.282551 0.224414 0.229679
+0.314672 0.227131 0.230198
+0.345144 0.230137 0.23125
+0.371618 0.235294 0.23473
+0.39292 0.243992 0.242206
+0.414282 0.253285 0.250675
+0.436576 0.263966 0.260884
+0.45861 0.275151 0.271855
+0.480888 0.287236 0.283986
+0.503334 0.300099 0.297108
+0.526726 0.314321 0.311772
+0.551308 0.330449 0.328481
+0.577035 0.34873 0.347463
+0.603403 0.367803 0.367269
+0.630106 0.387381 0.387579
+0.656855 0.40734 0.40827
+0.684123 0.427558 0.429191
+0.71252 0.448386 0.450675
+0.741344 0.469108 0.471977
+0.771405 0.490105 0.493523
+0.804044 0.512016 0.515908
+0.838727 0.53402 0.538323
+0.877913 0.557 0.561624
+0.928038 0.583124 0.587976
+0.953201 0.603616 0.608881
+0.962524 0.620813 0.626657
+0.133318 0.26186 0.239902
+0.13106 0.25803 0.23267
+0.130953 0.256062 0.227436
+0.139193 0.258152 0.225269
+0.152071 0.260945 0.221057
+0.189761 0.261402 0.215152
+0.244144 0.25835 0.213931
+0.286931 0.257115 0.221363
+0.316991 0.258366 0.23183
+0.346593 0.261234 0.234791
+0.37319 0.265293 0.236881
+0.394064 0.272068 0.244511
+0.415671 0.279759 0.253483
+0.437186 0.288136 0.263233
+0.459419 0.29749 0.274479
+0.481224 0.307271 0.286152
+0.50396 0.318502 0.299367
+0.526894 0.330724 0.313542
+0.551263 0.344747 0.329824
+0.57673 0.361089 0.34844
+0.602853 0.378332 0.367834
+0.62945 0.396262 0.387762
+0.656367 0.414618 0.407965
+0.683894 0.433448 0.428504
+0.711742 0.452491 0.449042
+0.740887 0.472221 0.470146
+0.77116 0.492271 0.491447
+0.803113 0.512978 0.513268
+0.83769 0.534783 0.536019
+0.876585 0.557519 0.559548
+0.925093 0.582834 0.585519
+0.953338 0.603876 0.607248
+0.962585 0.62092 0.625055
+0.157534 0.298054 0.254353
+0.154864 0.29395 0.243259
+0.153689 0.290913 0.232898
+0.156756 0.290929 0.224704
+0.167498 0.293065 0.21709
+0.182071 0.297032 0.19971
+0.229358 0.294926 0.193957
+0.279377 0.292287 0.194614
+0.323201 0.290455 0.202655
+0.352041 0.291707 0.22089
+0.378378 0.294209 0.238407
+0.401785 0.298512 0.251057
+0.42414 0.304616 0.262242
+0.445502 0.311635 0.272358
+0.46598 0.319402 0.282139
+0.486976 0.328206 0.292973
+0.508278 0.337652 0.304906
+0.530983 0.348699 0.318669
+0.554284 0.360861 0.333761
+0.579355 0.375616 0.351843
+0.604868 0.391119 0.370581
+0.630838 0.407309 0.389822
+0.657465 0.424231 0.409613
+0.684794 0.441855 0.429908
+0.712566 0.459831 0.450263
+0.741436 0.478447 0.471061
+0.771695 0.497749 0.492287
+0.803632 0.517571 0.513832
+0.838254 0.53817 0.535943
+0.877363 0.560006 0.559091
+0.925917 0.584558 0.584787
+0.95407 0.605249 0.606485
+0.963241 0.622095 0.624323
+0.181277 0.331991 0.268894
+0.178515 0.328176 0.255283
+0.176379 0.324544 0.241566
+0.177691 0.323674 0.230289
+0.18407 0.324193 0.219409
+0.19585 0.326986 0.203204
+0.231235 0.32578 0.198108
+0.27216 0.324102 0.198444
+0.312612 0.323003 0.199344
+0.350103 0.322484 0.214313
+0.380072 0.324453 0.23125
+0.404395 0.327779 0.246006
+0.428626 0.331289 0.262013
+0.451926 0.336233 0.276493
+0.473884 0.342107 0.289097
+0.49575 0.349325 0.301717
+0.517494 0.35761 0.314351
+0.539635 0.367269 0.327779
+0.562585 0.378347 0.34226
+0.586435 0.391379 0.359014
+0.611246 0.405722 0.376974
+0.636515 0.420645 0.395422
+0.662226 0.436149 0.414298
+0.688487 0.452247 0.433524
+0.716197 0.469368 0.453681
+0.744457 0.486793 0.473869
+0.77406 0.50486 0.494469
+0.806302 0.524147 0.516075
+0.840604 0.543877 0.53785
+0.879408 0.564858 0.560647
+0.928618 0.588968 0.586404
+0.955032 0.608225 0.606989
+0.964279 0.624033 0.624002
+0.204501 0.364904 0.284688
+0.201495 0.360998 0.268879
+0.199039 0.357366 0.252705
+0.199802 0.356161 0.239445
+0.201831 0.355016 0.224887
+0.21181 0.356634 0.210895
+0.242542 0.354513 0.210986
+0.274907 0.353002 0.21181
+0.308843 0.352361 0.213748
+0.343603 0.352193 0.216251
+0.377707 0.352697 0.229267
+0.407858 0.355093 0.245182
+0.433021 0.358434 0.259861
+0.455665 0.362478 0.27396
+0.478782 0.366827 0.289555
+0.501701 0.371954 0.304891
+0.524529 0.378943 0.319707
+0.54728 0.387076 0.334417
+0.57084 0.396887 0.34992
+0.595163 0.40853 0.367193
+0.62005 0.421439 0.385138
+0.645121 0.435187 0.403326
+0.670741 0.449821 0.421942
+0.696849 0.465034 0.440818
+0.723598 0.480858 0.460014
+0.751629 0.49749 0.479774
+0.780835 0.514656 0.499825
+0.812177 0.532677 0.520546
+0.846769 0.551888 0.542199
+0.88603 0.572335 0.564874
+0.935302 0.595529 0.590127
+0.956359 0.61323 0.6094
+0.965484 0.628611 0.626169
+0.227298 0.396857 0.301305
+0.224201 0.393042 0.284092
+0.221729 0.389578 0.266453
+0.222492 0.388357 0.251469
+0.222217 0.386221 0.234699
+0.233127 0.385122 0.224994
+0.257038 0.383276 0.225254
+0.283436 0.381521 0.226001
+0.311559 0.380438 0.227634
+0.341466 0.380316 0.230381
+0.373129 0.380529 0.233738
+0.404944 0.38143 0.245762
+0.434623 0.383825 0.260929
+0.460853 0.387121 0.275883
+0.484642 0.391577 0.290608
+0.507042 0.396429 0.305287
+0.530175 0.401953 0.321386
+0.554101 0.408652 0.338445
+0.578134 0.417044 0.355825
+0.603067 0.42739 0.373922
+0.627863 0.438697 0.391928
+0.653101 0.451026 0.410269
+0.67921 0.464485 0.429206
+0.705715 0.478737 0.448325
+0.732815 0.493675 0.467597
+0.761227 0.50959 0.487388
+0.790875 0.526223 0.507439
+0.82266 0.543709 0.528038
+0.857572 0.562203 0.549355
+0.897963 0.582345 0.572
+0.949783 0.605463 0.597513
+0.958541 0.619745 0.613397
+0.96759 0.63476 0.629938
+0.25008 0.428107 0.318379
+0.246967 0.424384 0.300099
+0.244511 0.420935 0.281163
+0.24538 0.419928 0.265049
+0.244953 0.417777 0.24802
+0.258335 0.415183 0.244053
+0.275761 0.412833 0.243458
+0.295933 0.410574 0.243214
+0.318853 0.408667 0.243519
+0.344182 0.407568 0.244709
+0.371588 0.407218 0.247456
+0.401053 0.407691 0.251286
+0.431693 0.40911 0.263127
+0.460975 0.411368 0.277974
+0.488624 0.415076 0.29453
+0.514275 0.420066 0.311177
+0.537957 0.425742 0.32723
+0.561563 0.43238 0.343877
+0.585702 0.439521 0.361364
+0.610544 0.447761 0.379644
+0.635828 0.457465 0.398291
+0.661418 0.468391 0.417014
+0.687221 0.480308 0.435752
+0.713909 0.493431 0.454932
+0.741512 0.507469 0.474449
+0.770153 0.522347 0.494255
+0.800534 0.538247 0.514549
+0.83389 0.55555 0.535805
+0.870207 0.573693 0.557427
+0.913207 0.593805 0.580667
+0.953216 0.614008 0.603433
+0.961669 0.627878 0.619089
+0.970504 0.642298 0.635172
+0.272496 0.458351 0.335134
+0.269429 0.454765 0.31635
+0.267414 0.451728 0.297169
+0.26807 0.450553 0.280171
+0.272389 0.448432 0.267567
+0.285267 0.445792 0.266377
+0.297704 0.443122 0.265217
+0.312749 0.440467 0.264302
+0.330541 0.438102 0.263859
+0.35108 0.436164 0.264027
+0.374731 0.434943 0.265019
+0.400336 0.43418 0.266545
+0.428367 0.434546 0.269276
+0.458274 0.436164 0.281605
+0.488136 0.439033 0.298299
+0.517174 0.443229 0.316045
+0.544121 0.448264 0.333608
+0.569665 0.454276 0.351049
+0.594232 0.461555 0.368368
+0.618799 0.469352 0.386038
+0.6439 0.477821 0.404364
+0.669749 0.487343 0.423362
+0.695903 0.49778 0.442435
+0.722805 0.509453 0.461769
+0.750713 0.522454 0.481437
+0.77966 0.536309 0.501274
+0.810422 0.551293 0.521584
+0.844144 0.56762 0.542702
+0.882826 0.585763 0.565194
+0.928939 0.60589 0.589197
+0.9561 0.622614 0.608713
+0.964797 0.636484 0.62475
+0.973739 0.650721 0.640955
+0.294911 0.488258 0.352346
+0.292058 0.484993 0.333227
+0.290654 0.482414 0.314046
+0.29099 0.48098 0.296452
+0.301045 0.479011 0.29044
+0.311345 0.476173 0.288945
+0.320546 0.473228 0.287343
+0.331518 0.470512 0.286046
+0.345174 0.467674 0.284901
+0.361685 0.465248 0.284321
+0.381384 0.463523 0.28455
+0.403738 0.462074 0.285252
+0.428473 0.461402 0.286717
+0.455802 0.461707 0.289036
+0.485451 0.463432 0.301961
+0.515496 0.466361 0.319097
+0.545388 0.470695 0.337591
+0.573754 0.475975 0.356222
+0.601007 0.482383 0.374899
+0.627573 0.489967 0.393652
+0.652842 0.498024 0.411734
+0.678279 0.506798 0.43006
+0.704829 0.516533 0.449195
+0.731884 0.52694 0.468544
+0.760174 0.538521 0.488365
+0.789853 0.551431 0.508553
+0.8215 0.565637 0.529183
+0.856458 0.581277 0.550637
+0.896483 0.598749 0.573251
+0.946593 0.619028 0.59826
+0.959091 0.632136 0.61416
+0.967636 0.645304 0.629862
+0.976715 0.659403 0.646265
+0.317769 0.518502 0.36997
+0.315022 0.515419 0.350545
+0.314504 0.513497 0.33196
+0.315053 0.511955 0.314611
+0.328786 0.509697 0.313634
+0.337652 0.507012 0.312139
+0.344625 0.503883 0.310216
+0.3523 0.50071 0.308354
+0.362463 0.49781 0.306874
+0.375235 0.494957 0.305623
+0.391058 0.492332 0.304845
+0.410025 0.490578 0.304952
+0.431739 0.489158 0.305562
+0.456046 0.488487 0.30692
+0.483131 0.488838 0.309117
+0.51281 0.490562 0.322515
+0.542992 0.493553 0.340108
+0.57348 0.497993 0.359243
+0.603296 0.503349 0.378927
+0.632013 0.509834 0.398627
+0.66009 0.517525 0.418341
+0.687053 0.525841 0.437461
+0.713756 0.53492 0.456382
+0.74165 0.545113 0.476005
+0.770184 0.555886 0.495705
+0.800336 0.567742 0.515923
+0.833356 0.58117 0.537102
+0.86978 0.596048 0.558968
+0.912093 0.612955 0.582086
+0.954421 0.631037 0.605341
+0.962264 0.642588 0.619928
+0.970764 0.655238 0.635462
+0.979706 0.668711 0.65156
+0.341009 0.549157 0.387488
+0.338293 0.546075 0.368154
+0.338933 0.545098 0.350408
+0.344549 0.543328 0.338628
+0.356237 0.540917 0.337407
+0.36405 0.538277 0.335836
+0.369314 0.534936 0.333654
+0.374502 0.531502 0.331411
+0.381781 0.528313 0.329503
+0.391379 0.525048 0.327688
+0.403784 0.522148 0.32636
+0.419364 0.519631 0.325567
+0.437827 0.517723 0.325475
+0.459129 0.516335 0.325994
+0.483574 0.515801 0.327352
+0.510399 0.515969 0.32929
+0.539956 0.517632 0.343053
+0.570703 0.5205 0.361303
+0.601801 0.524834 0.381018
+0.632532 0.530175 0.401404
+0.662562 0.53669 0.421958
+0.692241 0.544488 0.442634
+0.721447 0.553079 0.463004
+0.750149 0.562524 0.482872
+0.779843 0.573129 0.503059
+0.811215 0.584619 0.52369
+0.845029 0.597284 0.544915
+0.883879 0.611902 0.567605
+0.930236 0.628748 0.591913
+0.957656 0.642847 0.611231
+0.965606 0.653986 0.62594
+0.97409 0.666148 0.641382
+0.982971 0.679103 0.657313
+0.364874 0.58056 0.405493
+0.363073 0.578088 0.386694
+0.363546 0.576852 0.3691
+0.373526 0.575143 0.363073
+0.383551 0.572671 0.361685
+0.390082 0.569635 0.359731
+0.394446 0.566537 0.357641
+0.398077 0.56289 0.355138
+0.402808 0.559243 0.352697
+0.409842 0.555932 0.350652
+0.419303 0.552468 0.348653
+0.431495 0.549371 0.347127
+0.446845 0.546944 0.346349
+0.465156 0.544793 0.345983
+0.486259 0.54342 0.346426
+0.510323 0.542733 0.347524
+0.537484 0.542931 0.349386
+0.567056 0.544427 0.363516
+0.598077 0.547173 0.382269
+0.629801 0.551293 0.402518
+0.661341 0.556512 0.423468
+0.693034 0.563043 0.445029
+0.724529 0.570993 0.466682
+0.755856 0.579858 0.48806
+0.787808 0.589853 0.509453
+0.82092 0.60116 0.530877
+0.856397 0.61355 0.552651
+0.897566 0.627863 0.575982
+0.948989 0.645167 0.601831
+0.961013 0.655772 0.617273
+0.968933 0.66627 0.631891
+0.977462 0.678004 0.647395
+0.986389 0.690517 0.66334
+0.388846 0.612146 0.423529
+0.388602 0.610788 0.405753
+0.389044 0.609384 0.388785
+0.40206 0.607156 0.387625
+0.410849 0.604654 0.38613
+0.416327 0.601541 0.384054
+0.419669 0.598001 0.381582
+0.422324 0.594537 0.379141
+0.425208 0.590707 0.376455
+0.429831 0.586831 0.373816
+0.43679 0.583307 0.371588
+0.446097 0.579751 0.369482
+0.458259 0.576501 0.367803
+0.473564 0.573983 0.366888
+0.491707 0.571756 0.366415
+0.512963 0.570169 0.366598
+0.537133 0.569482 0.36762
+0.564141 0.569512 0.369223
+0.593942 0.57084 0.38381
+0.62533 0.573541 0.403082
+0.657603 0.577417 0.423774
+0.690181 0.582574 0.445365
+0.723262 0.58912 0.467643
+0.757305 0.597269 0.490578
+0.791577 0.606516 0.513268
+0.827146 0.617105 0.535988
+0.866194 0.629557 0.559564
+0.910246 0.643717 0.583886
+0.95642 0.659373 0.608438
+0.964126 0.669047 0.622858
+0.972076 0.67924 0.637476
+0.980606 0.690471 0.652949
+0.989715 0.702831 0.669169
+0.413077 0.64416 0.440986
+0.413977 0.643473 0.424689
+0.419669 0.642008 0.413809
+0.430594 0.639597 0.412421
+0.437766 0.636759 0.41059
+0.442451 0.633631 0.408469
+0.445136 0.63003 0.405921
+0.446693 0.626169 0.403128
+0.448447 0.622309 0.400351
+0.45124 0.618235 0.397467
+0.455802 0.614115 0.394644
+0.462791 0.610422 0.392264
+0.472084 0.606775 0.390066
+0.484184 0.603403 0.388266
+0.499519 0.600702 0.387167
+0.517723 0.598444 0.386587
+0.539055 0.596735 0.386633
+0.56347 0.596048 0.387549
+0.590585 0.59585 0.388861
+0.62089 0.596994 0.404089
+0.652354 0.599481 0.423621
+0.685374 0.603357 0.444877
+0.719295 0.608454 0.467216
+0.754284 0.615122 0.49041
+0.790707 0.623407 0.514305
+0.829038 0.633219 0.538613
+0.870573 0.644831 0.563455
+0.92015 0.659327 0.590387
+0.959182 0.673091 0.613352
+0.966812 0.682246 0.627634
+0.974914 0.692424 0.642512
+0.983413 0.703349 0.657862
+0.992493 0.715343 0.674006
+0.439292 0.677974 0.459968
+0.439765 0.676951 0.443961
+0.449546 0.674891 0.438834
+0.458747 0.672389 0.437324
+0.464668 0.669276 0.435233
+0.468376 0.665873 0.432868
+0.470726 0.662486 0.430457
+0.471565 0.658381 0.427466
+0.47219 0.654139 0.424369
+0.473686 0.650034 0.421408
+0.476387 0.645594 0.418265
+0.48098 0.641306 0.415305
+0.487968 0.637415 0.412772
+0.497353 0.633555 0.410407
+0.50956 0.630152 0.408545
+0.525048 0.62739 0.407355
+0.543343 0.624994 0.406638
+0.564691 0.623255 0.406577
+0.589471 0.622385 0.407279
+0.616983 0.622049 0.408392
+0.647547 0.623041 0.424125
+0.679973 0.625483 0.44445
+0.713588 0.629191 0.466072
+0.748943 0.634287 0.489113
+0.786435 0.64123 0.513466
+0.826078 0.649744 0.538506
+0.870069 0.660365 0.564782
+0.921874 0.673793 0.59292
+0.961181 0.686961 0.616815
+0.969177 0.695903 0.631754
+0.977295 0.705684 0.646677
+0.985855 0.716518 0.66215
+0.994919 0.728344 0.678248
+0.465705 0.712459 0.479194
+0.468009 0.711192 0.465766
+0.479271 0.708705 0.464302
+0.486976 0.705989 0.462577
+0.491798 0.702754 0.46038
+0.494697 0.699138 0.457847
+0.496101 0.695109 0.454948
+0.496635 0.691173 0.452094
+0.496529 0.686702 0.448814
+0.496788 0.682216 0.445533
+0.498207 0.67776 0.442329
+0.500954 0.673045 0.438987
+0.505592 0.668544 0.435889
+0.512657 0.66453 0.433265
+0.522194 0.660456 0.430732
+0.534524 0.656855 0.428702
+0.550088 0.654002 0.42742
+0.568612 0.651514 0.426581
+0.590219 0.649668 0.426383
+0.615442 0.648707 0.426947
+0.643259 0.64831 0.427924
+0.674235 0.649165 0.444114
+0.707668 0.65153 0.465202
+0.742565 0.655055 0.487541
+0.779706 0.660182 0.511376
+0.820279 0.667292 0.536934
+0.864775 0.676524 0.563653
+0.917937 0.688609 0.592844
+0.962478 0.701457 0.618906
+0.970535 0.709804 0.634012
+0.978912 0.719219 0.649439
+0.987655 0.729778 0.665263
+0.996902 0.74168 0.681727
+0.492515 0.748074 0.498955
+0.499977 0.746548 0.492058
+0.509102 0.743679 0.490272
+0.515129 0.740612 0.488258
+0.519036 0.737209 0.485939
+0.521309 0.733455 0.483314
+0.522164 0.729259 0.480308
+0.522103 0.724834 0.477104
+0.521477 0.720256 0.473777
+0.52079 0.715404 0.470237
+0.520821 0.710323 0.466545
+0.522255 0.705653 0.463203
+0.525048 0.700801 0.459785
+0.529747 0.695979 0.456474
+0.53695 0.691752 0.453696
+0.546609 0.687572 0.451087
+0.559213 0.683803 0.448936
+0.575006 0.680827 0.447547
+0.593881 0.678126 0.446525
+0.615869 0.676143 0.446159
+0.641138 0.675181 0.446647
+0.669612 0.674662 0.44744
+0.701366 0.67541 0.464302
+0.735622 0.677699 0.485954
+0.772366 0.681193 0.50927
+0.812085 0.686442 0.534173
+0.856947 0.694087 0.561303
+0.910124 0.704417 0.590997
+0.963226 0.716869 0.619883
+0.971313 0.72459 0.635142
+0.979675 0.733364 0.650629
+0.988388 0.743358 0.666453
+0.997955 0.755215 0.683558
+0.520882 0.78613 0.520562
+0.531762 0.783673 0.519142
+0.539391 0.78085 0.517372
+0.544121 0.77734 0.515053
+0.546914 0.773373 0.512337
+0.548501 0.769406 0.50959
+0.548852 0.76495 0.506432
+0.548241 0.760128 0.502998
+0.547112 0.755322 0.499535
+0.545663 0.749981 0.495659
+0.544701 0.744579 0.491768
+0.544717 0.739239 0.487938
+0.546075 0.734066 0.48426
+0.548913 0.728878 0.480629
+0.553811 0.723934 0.477256
+0.561105 0.719402 0.474266
+0.570932 0.715053 0.47155
+0.583719 0.711055 0.469245
+0.599802 0.707958 0.46775
+0.618906 0.70518 0.466636
+0.641321 0.703075 0.466148
+0.66714 0.701991 0.466484
+0.696254 0.70135 0.46714
+0.729076 0.701991 0.484733
+0.764736 0.704234 0.50724
+0.803677 0.707774 0.531579
+0.847074 0.713314 0.557961
+0.898802 0.721752 0.587472
+0.963958 0.733974 0.620706
+0.971633 0.740444 0.635355
+0.979934 0.748623 0.650828
+0.988571 0.758038 0.666651
+0.998001 0.769223 0.683604
+0.556252 0.827222 0.549813
+0.564813 0.824445 0.548165
+0.570489 0.820798 0.545846
+0.574289 0.817105 0.54342
+0.576135 0.812711 0.540459
+0.576669 0.807843 0.537118
+0.576501 0.803113 0.533837
+0.575326 0.797757 0.530068
+0.57348 0.792081 0.526055
+0.571572 0.786526 0.522103
+0.569894 0.78085 0.518059
+0.568704 0.774807 0.513756
+0.568719 0.769177 0.509773
+0.569909 0.763378 0.505699
+0.572747 0.757778 0.501823
+0.577676 0.752468 0.498238
+0.585214 0.747646 0.495079
+0.595254 0.743069 0.492226
+0.608301 0.739132 0.489967
+0.624735 0.735668 0.488212
+0.644099 0.732799 0.487022
+0.666819 0.730617 0.486442
+0.693401 0.729366 0.486625
+0.723445 0.728634 0.487144
+0.757778 0.729091 0.505684
+0.795392 0.731319 0.529259
+0.837049 0.735088 0.554726
+0.886564 0.741192 0.583474
+0.949935 0.751263 0.616693
+0.971969 0.758358 0.635477
+0.979797 0.765225 0.650248
+0.98822 0.773983 0.665827
+0.997421 0.784497 0.682551
+0.593103 0.873762 0.581888
+0.599908 0.870588 0.580011
+0.603906 0.866087 0.577173
+0.606134 0.861311 0.57406
+0.607279 0.856504 0.570901
+0.60705 0.851026 0.567239
+0.605905 0.845167 0.563272
+0.604227 0.839261 0.559228
+0.601801 0.832868 0.554818
+0.599054 0.826307 0.550256
+0.59649 0.819821 0.545739
+0.594308 0.813138 0.54107
+0.592981 0.806516 0.536446
+0.592935 0.800412 0.532204
+0.594049 0.79411 0.52784
+0.596887 0.78793 0.523629
+0.602014 0.782422 0.519951
+0.609537 0.777173 0.516548
+0.619791 0.772183 0.513436
+0.633295 0.768078 0.511101
+0.64976 0.76437 0.509178
+0.669535 0.761318 0.507866
+0.692851 0.759091 0.50724
+0.720226 0.757641 0.50724
+0.751492 0.756817 0.507652
+0.787564 0.757397 0.527199
+0.828061 0.759426 0.552209
+0.874876 0.763485 0.579889
+0.932662 0.770657 0.611337
+0.972625 0.778515 0.636088
+0.979797 0.784237 0.64979
+0.987655 0.791791 0.66453
+0.996368 0.801511 0.680568
+0.635019 0.931533 0.62005
+0.639323 0.926696 0.617182
+0.641917 0.921355 0.613916
+0.642557 0.914961 0.609903
+0.642054 0.908309 0.605646
+0.640909 0.901747 0.601419
+0.638605 0.89427 0.596521
+0.635843 0.886839 0.591623
+0.632822 0.87953 0.58674
+0.629175 0.871611 0.581415
+0.625513 0.863661 0.576028
+0.6224 0.856016 0.57084
+0.619821 0.848295 0.565576
+0.618143 0.840772 0.560449
+0.617792 0.833692 0.555627
+0.618799 0.82678 0.550942
+0.621592 0.820096 0.546471
+0.62678 0.814023 0.542489
+0.634333 0.808209 0.538766
+0.644831 0.802792 0.535424
+0.658488 0.798398 0.532921
+0.675303 0.794491 0.530907
+0.695628 0.79115 0.529397
+0.719646 0.788983 0.528817
+0.747692 0.787243 0.528603
+0.780697 0.786236 0.528908
+0.819196 0.786709 0.549676
+0.863966 0.789014 0.576715
+0.918196 0.793744 0.607233
+0.973816 0.801266 0.637552
+0.980224 0.805829 0.650019
+0.987259 0.812177 0.663417
+0.995163 0.820676 0.678218
+0.674342 0.985489 0.656123
+0.67985 0.985382 0.655818
+0.68397 0.985183 0.655283
+0.686885 0.984924 0.654673
+0.685847 0.978485 0.650523
+0.682139 0.967849 0.643961
+0.678355 0.957977 0.637797
+0.673701 0.947265 0.631052
+0.668788 0.936675 0.624308
+0.664088 0.926909 0.618006
+0.659022 0.916594 0.611307
+0.654261 0.906538 0.60473
+0.650416 0.897307 0.598657
+0.647044 0.887785 0.592371
+0.644785 0.878813 0.586435
+0.644068 0.870649 0.581033
+0.644709 0.862486 0.575647
+0.647364 0.855009 0.570748
+0.652537 0.848264 0.566415
+0.66006 0.841703 0.56228
+0.670527 0.835889 0.558755
+0.684504 0.831022 0.556008
+0.701595 0.826673 0.553735
+0.722423 0.823056 0.552087
+0.747433 0.8206 0.551354
+0.776745 0.818677 0.551034
+0.811734 0.817624 0.551308
+0.854246 0.818189 0.574075
+0.904662 0.820722 0.603464
+0.973007 0.826917 0.639155
+0.981216 0.830777 0.651118
+0.98732 0.83592 0.663035
+0.994278 0.843244 0.676371
+0.688182 0.98967 0.665064
+0.693263 0.989487 0.664622
+0.69691 0.989212 0.663966
+0.699535 0.988907 0.663264
+0.701183 0.988525 0.662379
+0.702098 0.988083 0.661387
+0.702434 0.987579 0.660288
+0.702419 0.987091 0.659175
+0.701915 0.986511 0.657923
+0.701167 0.985916 0.656611
+0.700298 0.985306 0.655268
+0.694331 0.973663 0.647776
+0.687694 0.959686 0.639017
+0.682353 0.947295 0.631189
+0.677699 0.934981 0.623346
+0.674372 0.923598 0.616068
+0.672786 0.91342 0.609567
+0.67277 0.903471 0.603189
+0.674952 0.894453 0.597452
+0.67982 0.88658 0.592523
+0.687266 0.879042 0.587884
+0.697734 0.872541 0.584024
+0.711803 0.867002 0.580926
+0.729168 0.862043 0.578347
+0.750408 0.858015 0.576486
+0.776516 0.855192 0.575586
+0.807507 0.853071 0.575189
+0.845747 0.851789 0.575402
+0.893629 0.852491 0.600778
+0.954574 0.855833 0.634424
+0.982956 0.859571 0.653468
+0.988098 0.86389 0.663798
+0.993881 0.870039 0.675227
+0.702907 0.993942 0.67422
+0.707637 0.993729 0.673716
+0.710903 0.993393 0.672923
+0.713115 0.992981 0.672038
+0.714519 0.992569 0.671092
+0.71519 0.992081 0.670024
+0.715267 0.991547 0.668849
+0.715038 0.991012 0.667674
+0.714305 0.990402 0.666331
+0.713314 0.989761 0.664942
+0.712108 0.98909 0.663478
+0.711009 0.988434 0.662028
+0.710063 0.987762 0.660548
+0.709514 0.987091 0.659068
+0.709514 0.986465 0.657664
+0.71014 0.985855 0.656291
+0.709743 0.981094 0.652674
+0.706477 0.967163 0.644114
+0.705028 0.953979 0.635981
+0.706127 0.942214 0.628748
+0.710155 0.932219 0.622675
+0.717037 0.922911 0.61709
+0.727184 0.914885 0.612436
+0.741131 0.908507 0.608942
+0.758755 0.902556 0.605844
+0.78056 0.897795 0.603647
+0.80766 0.894575 0.602594
+0.841337 0.891905 0.601999
+0.883696 0.890532 0.602319
+0.940658 0.891463 0.631556
+0.985855 0.894301 0.657725
+0.9897 0.8972 0.665858
+0.994125 0.901839 0.675059
+0.718944 0.998367 0.68368
+0.723156 0.998047 0.682963
+0.726268 0.997665 0.682139
+0.728161 0.997223 0.681163
+0.729198 0.996719 0.680049
+0.729686 0.996216 0.678965
+0.729488 0.995636 0.677699
+0.728817 0.99501 0.676341
+0.727916 0.9944 0.674998
+0.726574 0.993713 0.673487
+0.725093 0.993011 0.671946
+0.723674 0.992309 0.670451
+0.722301 0.991577 0.668849
+0.721279 0.99086 0.667262
+0.720775 0.990188 0.665782
+0.720729 0.989502 0.66424
+0.721462 0.988846 0.662791
+0.723171 0.988281 0.661463
+0.726085 0.987778 0.660288
+0.730388 0.987335 0.65922
+0.736538 0.987045 0.658427
+0.744549 0.986847 0.657816
+0.752041 0.979477 0.653391
+0.761242 0.968582 0.647211
+0.774487 0.959731 0.64239
+0.791852 0.952102 0.638453
+0.814404 0.946441 0.63592
+0.842878 0.941726 0.634119
+0.879438 0.93846 0.633371
+0.92874 0.93698 0.633997
+0.990143 0.938155 0.664164
+0.992523 0.93872 0.669902
+0.995499 0.943145 0.676738
+0.746502 1 0.705638
+0.748959 1 0.703243
+0.749966 1 0.700282
+0.750118 1 0.697246
+0.74905 1 0.693706
+0.74725 1 0.689937
+0.745434 0.999817 0.686778
+0.744427 0.999161 0.685344
+0.743008 0.998459 0.683818
+0.741497 0.997787 0.682338
+0.73962 0.99704 0.680705
+0.737652 0.996262 0.679011
+0.735943 0.995514 0.677394
+0.734432 0.994751 0.675731
+0.733242 0.993973 0.674022
+0.732723 0.993271 0.672465
+0.732723 0.992554 0.670863
+0.733593 0.991867 0.669352
+0.735607 0.991287 0.668009
+0.738842 0.990723 0.666712
+0.743633 0.99028 0.665629
+0.750362 0.98996 0.664805
+0.759213 0.989746 0.664134
+0.770489 0.989685 0.663767
+0.784833 0.989822 0.663767
+0.802197 0.990127 0.664103
+0.823346 0.990662 0.664851
+0.849744 0.99147 0.666087
+0.881437 0.992508 0.667704
+0.923751 0.993988 0.670069
+0.986145 0.996231 0.673625
+0.99736 0.997147 0.677089
+0.998322 0.998322 0.680735
+0.780423 1 0.73463
+0.782635 1 0.732341
+0.782986 1 0.729091
+0.782498 1 0.725765
+0.781079 1 0.722118
+0.778759 1 0.718105
+0.775769 1 0.713802
+0.772488 1 0.709468
+0.768414 1 0.704631
+0.763958 1 0.699596
+0.759274 1 0.694423
+0.754314 1 0.689021
+0.751049 0.999451 0.685969
+0.749065 0.998672 0.68426
+0.747341 0.997864 0.68249
+0.746059 0.997055 0.68072
+0.745495 0.996307 0.679072
+0.745571 0.99556 0.677424
+0.746563 0.994842 0.675837
+0.748867 0.994232 0.674434
+0.752499 0.993652 0.673091
+0.757839 0.993164 0.671931
+0.765332 0.992828 0.671061
+0.775128 0.992569 0.670344
+0.787594 0.992462 0.669917
+0.803372 0.992569 0.669856
+0.822828 0.992813 0.6701
+0.846876 0.993301 0.670741
+0.877226 0.994049 0.671901
+0.916136 0.995102 0.673564
+0.970932 0.996643 0.676005
+0.997421 0.997421 0.677317
+0.99823 0.99823 0.680369
+0.818235 1 0.766217
+0.819867 1 0.763592
+0.819837 1 0.760235
+0.818631 1 0.756481
+0.816876 1 0.752758
+0.813962 1 0.74844
+0.810254 1 0.74374
+0.806241 1 0.73901
+0.80174 1 0.73402
+0.796643 1 0.728618
+0.791516 1 0.723278
+0.78587 1 0.717494
+0.780316 1 0.711727
+0.775021 1 0.706004
+0.770016 1 0.700252
+0.765332 1 0.694438
+0.761395 1 0.688823
+0.759899 0.999435 0.685924
+0.760006 0.998642 0.684184
+0.761212 0.997894 0.682536
+0.763821 0.997253 0.681071
+0.76791 0.996643 0.679683
+0.773999 0.996109 0.678447
+0.7823 0.995697 0.67744
+0.793256 0.995392 0.676631
+0.807294 0.995239 0.676127
+0.825071 0.99527 0.675975
+0.847456 0.995453 0.676081
+0.875456 0.995865 0.676631
+0.91162 0.996506 0.677607
+0.961975 0.997482 0.679133
+0.99823 0.99823 0.680369
+0.998276 0.998276 0.680552
+0.0220035 0.0220035 0.27097
+0.0239872 0.0221866 0.270314
+0.0633555 0.0273899 0.270222
+0.118654 0.035462 0.271733
+0.170108 0.0455634 0.274327
+0.216434 0.057145 0.27837
+0.259663 0.0718547 0.284566
+0.302632 0.0946059 0.294331
+0.343069 0.125566 0.303975
+0.376791 0.153201 0.310109
+0.404517 0.177234 0.313832
+0.426825 0.197467 0.315648
+0.446983 0.215991 0.318303
+0.467109 0.234424 0.323415
+0.487404 0.25272 0.330114
+0.507744 0.270832 0.338277
+0.529229 0.289738 0.348409
+0.55198 0.309422 0.360693
+0.576104 0.330053 0.374792
+0.601587 0.351553 0.390677
+0.627909 0.373404 0.407736
+0.654673 0.395224 0.425483
+0.682139 0.417182 0.443976
+0.71017 0.439017 0.462837
+0.738872 0.460731 0.482063
+0.768994 0.482704 0.5019
+0.800885 0.504906 0.52224
+0.835309 0.527459 0.543175
+0.873793 0.550713 0.564981
+0.921767 0.576471 0.58938
+0.950042 0.597711 0.609903
+0.959274 0.614816 0.626841
+0.968994 0.632547 0.644572
+0.023743 0.0298772 0.25951
+0.024918 0.0296178 0.263081
+0.0619211 0.0357366 0.267384
+0.115572 0.0439765 0.268788
+0.167239 0.0559854 0.272175
+0.215137 0.0722057 0.277775
+0.261402 0.0940719 0.286427
+0.305608 0.117479 0.295888
+0.341909 0.141176 0.300816
+0.37174 0.162875 0.302922
+0.395453 0.181552 0.302937
+0.415 0.197726 0.302861
+0.434501 0.214221 0.305669
+0.4542 0.230854 0.310567
+0.475395 0.248753 0.318318
+0.496925 0.26688 0.32752
+0.519173 0.285542 0.338582
+0.542977 0.30547 0.351751
+0.56759 0.325948 0.36643
+0.593469 0.347326 0.382788
+0.620401 0.36939 0.400565
+0.647471 0.391211 0.418799
+0.675105 0.413138 0.437613
+0.703288 0.435019 0.45687
+0.731991 0.456718 0.476326
+0.761822 0.478523 0.496223
+0.793347 0.500587 0.51667
+0.827558 0.523262 0.537911
+0.865507 0.546548 0.55993
+0.910796 0.571481 0.583703
+0.948699 0.595193 0.606607
+0.957961 0.612406 0.623728
+0.96759 0.629999 0.641367
+0.0406195 0.0807813 0.25478
+0.0391089 0.075349 0.257084
+0.0693828 0.0848402 0.27306
+0.122988 0.0913558 0.281621
+0.173571 0.0987259 0.283162
+0.221088 0.109102 0.286824
+0.265721 0.121187 0.291447
+0.306935 0.136233 0.296056
+0.339925 0.15404 0.296193
+0.365637 0.170901 0.294011
+0.385473 0.185138 0.291325
+0.404105 0.199222 0.291096
+0.422995 0.213764 0.293721
+0.443763 0.229969 0.299687
+0.46569 0.247196 0.308217
+0.488289 0.26508 0.318532
+0.511604 0.283772 0.330449
+0.535637 0.303136 0.343954
+0.560998 0.323659 0.359457
+0.587106 0.344762 0.376165
+0.613886 0.366293 0.394003
+0.641413 0.388235 0.412772
+0.668986 0.409903 0.431769
+0.697032 0.43154 0.451133
+0.726116 0.453468 0.471138
+0.755993 0.475319 0.491371
+0.787228 0.497246 0.511925
+0.821073 0.519814 0.533288
+0.858366 0.542992 0.555398
+0.901518 0.567239 0.578668
+0.947433 0.592828 0.603433
+0.956771 0.610208 0.620783
+0.966369 0.627787 0.638468
+0.0612039 0.133181 0.252171
+0.0581674 0.126207 0.253513
+0.0776379 0.13196 0.265675
+0.120974 0.135927 0.284504
+0.171695 0.137469 0.290349
+0.22063 0.141878 0.291188
+0.266529 0.148425 0.293599
+0.308217 0.158877 0.295323
+0.338003 0.17229 0.290654
+0.359503 0.184146 0.285344
+0.377417 0.195254 0.281529
+0.39556 0.206653 0.281315
+0.416052 0.21976 0.285191
+0.437507 0.233738 0.291646
+0.460487 0.25037 0.30106
+0.483268 0.267231 0.311589
+0.506584 0.284886 0.323568
+0.531029 0.303746 0.337743
+0.556344 0.323491 0.353307
+0.582773 0.344289 0.37055
+0.609689 0.365484 0.388708
+0.636866 0.38677 0.407462
+0.664485 0.408209 0.426749
+0.692592 0.429694 0.446403
+0.721248 0.451164 0.466392
+0.751034 0.472877 0.486854
+0.782422 0.494942 0.50782
+0.815778 0.51725 0.529198
+0.852216 0.540063 0.551202
+0.895109 0.564523 0.574868
+0.946593 0.591241 0.600839
+0.955764 0.608362 0.618036
+0.965377 0.626001 0.635843
+0.0859998 0.180499 0.252964
+0.0832837 0.175402 0.253986
+0.0940871 0.177401 0.261875
+0.123842 0.180514 0.275822
+0.163668 0.179797 0.293523
+0.21799 0.178607 0.300435
+0.269184 0.179217 0.299657
+0.312016 0.184298 0.295644
+0.337255 0.194797 0.285039
+0.355093 0.203922 0.277043
+0.373495 0.213367 0.274739
+0.393668 0.223621 0.27657
+0.414832 0.23476 0.281376
+0.437095 0.247349 0.288365
+0.459449 0.260563 0.296834
+0.482338 0.274784 0.306874
+0.505241 0.289845 0.318395
+0.529671 0.307759 0.332738
+0.554452 0.326314 0.348241
+0.580453 0.346059 0.365469
+0.607294 0.366659 0.383978
+0.634226 0.387289 0.40293
+0.661692 0.408225 0.422431
+0.689693 0.429374 0.442374
+0.718257 0.450553 0.462593
+0.747875 0.471992 0.483192
+0.778439 0.4934 0.503914
+0.811688 0.515663 0.525582
+0.847868 0.538384 0.547799
+0.889113 0.562097 0.571023
+0.944015 0.589685 0.598047
+0.955139 0.607202 0.615747
+0.964645 0.624659 0.633478
+0.110079 0.222568 0.256382
+0.108064 0.218418 0.256397
+0.113039 0.218326 0.260517
+0.131533 0.221225 0.269734
+0.157778 0.221775 0.280644
+0.203311 0.220203 0.290623
+0.258122 0.218311 0.288762
+0.305074 0.218219 0.284916
+0.330312 0.223362 0.273823
+0.354955 0.228489 0.270237
+0.37644 0.235676 0.270573
+0.39762 0.244495 0.273716
+0.418997 0.25388 0.278996
+0.44094 0.264363 0.286137
+0.463279 0.275975 0.29514
+0.485145 0.287938 0.304692
+0.507774 0.301244 0.316091
+0.530983 0.315679 0.328939
+0.555398 0.331991 0.343984
+0.580896 0.350622 0.36144
+0.606851 0.369894 0.379736
+0.633692 0.38996 0.399054
+0.660624 0.410056 0.418616
+0.688075 0.430396 0.438544
+0.71664 0.451286 0.459144
+0.74583 0.472206 0.47985
+0.776287 0.49337 0.500862
+0.809094 0.515221 0.522591
+0.844923 0.537743 0.544991
+0.885298 0.561028 0.568124
+0.93756 0.587594 0.594461
+0.954772 0.606531 0.613657
+0.964218 0.623865 0.631418
+0.132601 0.259846 0.263233
+0.131426 0.256886 0.261295
+0.132631 0.255787 0.261295
+0.141451 0.257816 0.264759
+0.155337 0.259831 0.26894
+0.187884 0.260243 0.272297
+0.242161 0.256947 0.269932
+0.283452 0.257252 0.265675
+0.313787 0.259312 0.265187
+0.344228 0.261738 0.265873
+0.374029 0.265003 0.267613
+0.402564 0.268894 0.270176
+0.428031 0.275273 0.275441
+0.448692 0.284092 0.283497
+0.469978 0.29395 0.292882
+0.490959 0.304173 0.302907
+0.512703 0.315633 0.314366
+0.535241 0.328466 0.327398
+0.558801 0.342596 0.341878
+0.583551 0.358267 0.358022
+0.608972 0.375616 0.375952
+0.634852 0.394354 0.39527
+0.66154 0.413794 0.415305
+0.688685 0.433478 0.435584
+0.716258 0.453285 0.455955
+0.744961 0.473564 0.476753
+0.775525 0.494591 0.498268
+0.807752 0.515877 0.519997
+0.842725 0.537758 0.542229
+0.883268 0.561135 0.565911
+0.934279 0.587152 0.592111
+0.954742 0.606485 0.611887
+0.964172 0.623804 0.629801
+0.156161 0.295796 0.274678
+0.154604 0.292729 0.268894
+0.154177 0.290303 0.263752
+0.15787 0.29099 0.26128
+0.167819 0.292607 0.259388
+0.181231 0.295872 0.25481
+0.227604 0.293721 0.251408
+0.277363 0.290776 0.250141
+0.317678 0.289906 0.257176
+0.346456 0.291234 0.266972
+0.374975 0.294072 0.26952
+0.402441 0.297429 0.270481
+0.426871 0.302373 0.274647
+0.447898 0.309697 0.283391
+0.468376 0.317235 0.292409
+0.489693 0.325795 0.302876
+0.511131 0.33521 0.314168
+0.533822 0.346273 0.32723
+0.556924 0.358389 0.341299
+0.58117 0.371939 0.356878
+0.606561 0.387472 0.374594
+0.632319 0.404028 0.393332
+0.658747 0.421317 0.412634
+0.685908 0.439338 0.432486
+0.713497 0.457618 0.452461
+0.742199 0.476524 0.472923
+0.772 0.495842 0.493614
+0.804135 0.516121 0.515145
+0.838499 0.536919 0.537011
+0.876692 0.55906 0.560082
+0.925216 0.584237 0.586084
+0.953979 0.605066 0.607691
+0.963073 0.621805 0.625254
+0.180179 0.330343 0.28748
+0.178042 0.326925 0.278264
+0.176501 0.323796 0.269261
+0.178393 0.323369 0.26302
+0.18439 0.323705 0.256764
+0.195575 0.326223 0.24828
+0.215167 0.329061 0.233112
+0.264179 0.325597 0.231983
+0.310842 0.32314 0.232929
+0.352621 0.321508 0.239353
+0.382559 0.322301 0.252872
+0.409354 0.324315 0.268635
+0.433616 0.327886 0.279683
+0.455177 0.333333 0.290425
+0.475731 0.339635 0.300069
+0.495628 0.346883 0.309453
+0.516396 0.355489 0.320089
+0.537743 0.36495 0.331945
+0.560571 0.375906 0.345693
+0.5841 0.387884 0.360571
+0.608606 0.40148 0.37731
+0.634333 0.41677 0.395865
+0.660136 0.432441 0.414557
+0.686549 0.448768 0.433707
+0.714107 0.46595 0.453544
+0.742596 0.483757 0.473777
+0.772183 0.502052 0.49427
+0.804044 0.521324 0.515541
+0.838483 0.541421 0.537377
+0.877058 0.56257 0.560067
+0.925048 0.586419 0.58529
+0.954879 0.606744 0.60676
+0.963806 0.623133 0.624231
+0.203662 0.363561 0.300938
+0.201068 0.359915 0.289021
+0.198764 0.356329 0.276982
+0.200092 0.355642 0.268284
+0.202197 0.354604 0.258686
+0.21091 0.355825 0.248737
+0.223011 0.358984 0.231205
+0.25893 0.357519 0.224674
+0.300587 0.355001 0.223774
+0.342428 0.353429 0.223667
+0.380819 0.352102 0.239963
+0.41062 0.353277 0.257771
+0.434897 0.356207 0.272984
+0.458503 0.359045 0.288731
+0.481254 0.363394 0.302922
+0.502907 0.368948 0.315328
+0.524773 0.376089 0.327993
+0.546624 0.38436 0.340719
+0.568811 0.393957 0.354009
+0.591989 0.405081 0.368521
+0.615686 0.417319 0.384192
+0.640055 0.430976 0.401465
+0.66537 0.445594 0.419593
+0.691341 0.460746 0.438209
+0.718013 0.476493 0.457221
+0.745937 0.493111 0.47686
+0.775311 0.510491 0.497032
+0.806607 0.528618 0.517769
+0.840787 0.547814 0.539315
+0.879545 0.568353 0.561959
+0.92726 0.591333 0.586862
+0.955383 0.610559 0.60763
+0.96463 0.626215 0.624613
+0.22652 0.395682 0.315496
+0.223758 0.392065 0.301656
+0.221164 0.388388 0.287434
+0.222461 0.387671 0.276524
+0.222431 0.385718 0.264118
+0.227955 0.385733 0.252659
+0.237949 0.387579 0.237278
+0.269596 0.385092 0.236728
+0.302358 0.383185 0.236912
+0.336522 0.381933 0.237842
+0.372335 0.381231 0.239445
+0.40679 0.380911 0.253468
+0.436683 0.382559 0.270085
+0.461646 0.385351 0.284962
+0.484199 0.388983 0.299245
+0.507301 0.393194 0.314931
+0.530312 0.398337 0.330404
+0.553353 0.405341 0.345342
+0.576272 0.41352 0.360082
+0.6 0.423117 0.375525
+0.624231 0.434272 0.391913
+0.648814 0.446647 0.409369
+0.673976 0.459998 0.427253
+0.699763 0.474281 0.445563
+0.726101 0.489113 0.464073
+0.753582 0.504707 0.483131
+0.782605 0.521187 0.5028
+0.813779 0.538537 0.52314
+0.847669 0.556771 0.544137
+0.885954 0.576257 0.566125
+0.934997 0.598962 0.591196
+0.956802 0.616159 0.610178
+0.965759 0.631067 0.626612
+0.249332 0.426993 0.330465
+0.246479 0.423453 0.315114
+0.244007 0.419989 0.299306
+0.244953 0.418921 0.286488
+0.244862 0.41709 0.273259
+0.246265 0.415442 0.259068
+0.258503 0.414679 0.250111
+0.282887 0.412512 0.249897
+0.309529 0.410391 0.250065
+0.337926 0.40885 0.251041
+0.368292 0.408225 0.25301
+0.40029 0.40795 0.255558
+0.432395 0.408255 0.268482
+0.462272 0.410224 0.284581
+0.48864 0.413275 0.300053
+0.512657 0.417655 0.31516
+0.535363 0.422553 0.330068
+0.558633 0.427985 0.346303
+0.58294 0.43476 0.3635
+0.607095 0.442863 0.380316
+0.63154 0.452644 0.397864
+0.656779 0.463859 0.415976
+0.682139 0.475822 0.434073
+0.70808 0.488762 0.452461
+0.735317 0.502922 0.471565
+0.763149 0.517647 0.490684
+0.792508 0.533288 0.510292
+0.824399 0.550195 0.530755
+0.8589 0.56788 0.551614
+0.898955 0.587228 0.573907
+0.950103 0.609567 0.598962
+0.959304 0.623606 0.61474
+0.968017 0.637903 0.630686
+0.271641 0.457115 0.345403
+0.268879 0.453834 0.329061
+0.266789 0.450721 0.312474
+0.26746 0.44947 0.298207
+0.267323 0.447684 0.28365
+0.266316 0.44509 0.267857
+0.280293 0.442237 0.265003
+0.298711 0.439765 0.264317
+0.319844 0.437507 0.264286
+0.343404 0.435706 0.264988
+0.369558 0.434577 0.266621
+0.397421 0.434104 0.269108
+0.427359 0.434318 0.272358
+0.458534 0.435386 0.285176
+0.488167 0.437461 0.300999
+0.515862 0.440787 0.317281
+0.541772 0.445624 0.33402
+0.565942 0.451301 0.350622
+0.589715 0.457801 0.367407
+0.614374 0.465126 0.385275
+0.639338 0.473136 0.40351
+0.664515 0.482368 0.42182
+0.690318 0.493111 0.440421
+0.716518 0.504753 0.459037
+0.743526 0.517449 0.477928
+0.772305 0.531518 0.497597
+0.802197 0.546304 0.517357
+0.83476 0.562356 0.537926
+0.871397 0.57995 0.559594
+0.914183 0.599329 0.582589
+0.953979 0.618555 0.604791
+0.962402 0.63212 0.620371
+0.971145 0.646174 0.636286
+0.294118 0.487129 0.360937
+0.291402 0.48397 0.343832
+0.289906 0.481346 0.326787
+0.290379 0.479988 0.31162
+0.289982 0.478019 0.29633
+0.29633 0.475425 0.288762
+0.307393 0.472465 0.287144
+0.319936 0.469444 0.285634
+0.335698 0.466835 0.284657
+0.35407 0.464363 0.284016
+0.37528 0.462287 0.28394
+0.399435 0.46096 0.284672
+0.425498 0.460227 0.28629
+0.454276 0.460761 0.290059
+0.484794 0.462165 0.302937
+0.514717 0.464591 0.319493
+0.544045 0.468544 0.337957
+0.571618 0.473732 0.356252
+0.597574 0.479805 0.37409
+0.622507 0.486717 0.391638
+0.64741 0.494514 0.409476
+0.672602 0.502724 0.427665
+0.698543 0.511788 0.446403
+0.725429 0.522225 0.465614
+0.752926 0.5337 0.484825
+0.781567 0.546349 0.504295
+0.812329 0.560433 0.524453
+0.84593 0.575753 0.545327
+0.883558 0.592538 0.567071
+0.929793 0.612009 0.591073
+0.957031 0.628107 0.610376
+0.965408 0.641123 0.625803
+0.974289 0.655024 0.641901
+0.317052 0.517494 0.377295
+0.314229 0.514244 0.359503
+0.313726 0.512459 0.342641
+0.313954 0.510979 0.326863
+0.315572 0.508751 0.313237
+0.326146 0.506203 0.311849
+0.334203 0.503075 0.309957
+0.342779 0.499809 0.308003
+0.354025 0.496941 0.306554
+0.368048 0.494057 0.305287
+0.385138 0.491432 0.304463
+0.405325 0.489601 0.304494
+0.428168 0.48806 0.304952
+0.453422 0.487251 0.306127
+0.4813 0.487465 0.308537
+0.511574 0.489067 0.322026
+0.542138 0.49189 0.340307
+0.57232 0.496117 0.359503
+0.601373 0.50132 0.37882
+0.628992 0.50753 0.397772
+0.655406 0.514626 0.416266
+0.681376 0.522759 0.434653
+0.707424 0.53138 0.453101
+0.734386 0.54078 0.472099
+0.762539 0.551278 0.491676
+0.79176 0.562722 0.511421
+0.823316 0.575662 0.531868
+0.858244 0.590341 0.553201
+0.897765 0.606607 0.575418
+0.947478 0.625849 0.600153
+0.960067 0.638422 0.615869
+0.968414 0.650935 0.631205
+0.977188 0.664195 0.647044
+0.340307 0.54818 0.393927
+0.337682 0.545174 0.376059
+0.337987 0.543893 0.359579
+0.338064 0.542367 0.343465
+0.345785 0.540032 0.337011
+0.354437 0.537163 0.335286
+0.360662 0.534096 0.333333
+0.366445 0.530678 0.33109
+0.374182 0.527199 0.328954
+0.384741 0.524239 0.327367
+0.397986 0.521279 0.325994
+0.414359 0.518593 0.325048
+0.433814 0.516732 0.324971
+0.455955 0.515221 0.325353
+0.48098 0.514382 0.326406
+0.508583 0.514549 0.328252
+0.538781 0.516182 0.342535
+0.569833 0.518944 0.361395
+0.600549 0.522957 0.381064
+0.630838 0.528298 0.401266
+0.6598 0.534539 0.421088
+0.68806 0.541863 0.440726
+0.715908 0.55021 0.460136
+0.743404 0.559228 0.479179
+0.771954 0.569116 0.498634
+0.802579 0.58027 0.518975
+0.835065 0.592309 0.539635
+0.871336 0.605982 0.561303
+0.914473 0.622187 0.584787
+0.95555 0.638758 0.607294
+0.963226 0.649592 0.621561
+0.971572 0.661692 0.636851
+0.98027 0.674418 0.652522
+0.364141 0.579538 0.411322
+0.362112 0.576913 0.393576
+0.362707 0.575753 0.37734
+0.363531 0.573999 0.362417
+0.375097 0.571817 0.361273
+0.38233 0.56878 0.359335
+0.386954 0.565423 0.357076
+0.391135 0.562036 0.354772
+0.396185 0.558404 0.352331
+0.403403 0.554818 0.350088
+0.413596 0.551583 0.348272
+0.426444 0.54847 0.346716
+0.442344 0.545754 0.345693
+0.46154 0.543847 0.345495
+0.48336 0.542351 0.3458
+0.508064 0.541497 0.346716
+0.535714 0.541543 0.348379
+0.56585 0.542977 0.362966
+0.597162 0.545556 0.382269
+0.628717 0.549538 0.402625
+0.659815 0.554696 0.423362
+0.690578 0.561013 0.444282
+0.72076 0.568658 0.464988
+0.750805 0.577203 0.485481
+0.781033 0.586709 0.505745
+0.812238 0.597223 0.526085
+0.846372 0.609171 0.547341
+0.885115 0.62266 0.569833
+0.931456 0.638437 0.594064
+0.958938 0.65185 0.613443
+0.966598 0.662028 0.627634
+0.974838 0.673335 0.642664
+0.983612 0.685771 0.658396
+0.388128 0.611154 0.428824
+0.387671 0.609644 0.411902
+0.38793 0.608301 0.395804
+0.39408 0.606226 0.387137
+0.403494 0.603555 0.385519
+0.409659 0.600656 0.383627
+0.413275 0.597101 0.381155
+0.415976 0.593469 0.378592
+0.419211 0.589883 0.376089
+0.424018 0.585977 0.373434
+0.431098 0.582208 0.371023
+0.441032 0.578866 0.369085
+0.453666 0.575601 0.367391
+0.469337 0.572808 0.366247
+0.488319 0.570733 0.36585
+0.51017 0.56907 0.365957
+0.534737 0.56817 0.366735
+0.562417 0.568154 0.368215
+0.592706 0.569436 0.38323
+0.624247 0.571878 0.40293
+0.656641 0.575784 0.423941
+0.688792 0.580804 0.445319
+0.721096 0.587137 0.467063
+0.753674 0.594858 0.488991
+0.786633 0.603906 0.510826
+0.820493 0.614069 0.532555
+0.856748 0.625681 0.554681
+0.897978 0.639109 0.577981
+0.949218 0.655268 0.603708
+0.962081 0.665354 0.619074
+0.969909 0.675364 0.633539
+0.978164 0.686152 0.648569
+0.986877 0.697887 0.664134
+0.412284 0.643091 0.44596
+0.413016 0.642298 0.430335
+0.413092 0.640879 0.414542
+0.423713 0.638636 0.411887
+0.431418 0.635767 0.410056
+0.436484 0.632609 0.407919
+0.43946 0.629145 0.405478
+0.441093 0.625284 0.402701
+0.442695 0.62118 0.399741
+0.445747 0.617365 0.39707
+0.450431 0.613199 0.394232
+0.457435 0.609293 0.391684
+0.467277 0.605859 0.389654
+0.479881 0.602472 0.387823
+0.495552 0.599542 0.386542
+0.514504 0.597436 0.386053
+0.5364 0.595651 0.385977
+0.56109 0.594598 0.386572
+0.588861 0.594476 0.387854
+0.619577 0.595575 0.403449
+0.651347 0.597925 0.423499
+0.684474 0.601724 0.445029
+0.717952 0.606683 0.46717
+0.752056 0.613092 0.489784
+0.787533 0.62121 0.513069
+0.824247 0.630686 0.5364
+0.863676 0.641794 0.560159
+0.909316 0.655329 0.585428
+0.957656 0.670329 0.610498
+0.965026 0.679118 0.624338
+0.972824 0.688777 0.638712
+0.981186 0.699474 0.653864
+0.990021 0.71104 0.669657
+0.438254 0.676707 0.464546
+0.438788 0.675731 0.449226
+0.44271 0.673777 0.438163
+0.45272 0.671397 0.436759
+0.459068 0.66833 0.434714
+0.463035 0.664973 0.432395
+0.465507 0.66157 0.429984
+0.466346 0.65745 0.426993
+0.466957 0.653223 0.423926
+0.468269 0.648875 0.420783
+0.471244 0.644709 0.417853
+0.475944 0.640421 0.414908
+0.48304 0.636316 0.412222
+0.492882 0.632654 0.409995
+0.50547 0.629252 0.408133
+0.521218 0.626169 0.406683
+0.540215 0.623941 0.406058
+0.562066 0.622126 0.40589
+0.587121 0.62092 0.406287
+0.615244 0.620661 0.407385
+0.646342 0.621607 0.423529
+0.678782 0.623804 0.44416
+0.712505 0.627573 0.466087
+0.747662 0.632532 0.489082
+0.784054 0.639063 0.512734
+0.822812 0.647532 0.537285
+0.864973 0.657786 0.5626
+0.91368 0.670527 0.589364
+0.960128 0.684565 0.614878
+0.967758 0.693187 0.62916
+0.975509 0.702495 0.643442
+0.983825 0.712978 0.658518
+0.99266 0.724376 0.67425
+0.4645 0.710964 0.483497
+0.464912 0.710018 0.468605
+0.473381 0.707668 0.463691
+0.481331 0.704723 0.461799
+0.486671 0.701732 0.4598
+0.489738 0.698131 0.457282
+0.491264 0.694133 0.454429
+0.491753 0.690059 0.451484
+0.491737 0.685756 0.448341
+0.49189 0.681224 0.445029
+0.493233 0.676722 0.441794
+0.496086 0.672114 0.438544
+0.500801 0.667613 0.435447
+0.507881 0.663325 0.432624
+0.517891 0.65951 0.430274
+0.530617 0.655894 0.428244
+0.546441 0.652766 0.426734
+0.565621 0.650462 0.426001
+0.587701 0.648539 0.425696
+0.613108 0.647211 0.425925
+0.641505 0.646906 0.426886
+0.672862 0.647715 0.443397
+0.706294 0.649729 0.464759
+0.741436 0.653391 0.487495
+0.778271 0.658412 0.511238
+0.817838 0.665217 0.536202
+0.861326 0.674327 0.562417
+0.912245 0.685954 0.5906
+0.961776 0.699214 0.617609
+0.969589 0.707439 0.632288
+0.977646 0.716533 0.647166
+0.985992 0.726619 0.662272
+0.994904 0.738064 0.678187
+0.491447 0.746715 0.503059
+0.49369 0.745083 0.491127
+0.503822 0.742565 0.489616
+0.510277 0.739544 0.487648
+0.514321 0.736034 0.485252
+0.516808 0.732403 0.482719
+0.517723 0.728222 0.479728
+0.517571 0.723674 0.476448
+0.516976 0.719234 0.473228
+0.516182 0.714382 0.469703
+0.516136 0.709316 0.466026
+0.517601 0.704692 0.46273
+0.520424 0.699825 0.459312
+0.525216 0.695018 0.456001
+0.532479 0.690608 0.453101
+0.54255 0.686564 0.450599
+0.555474 0.682795 0.448432
+0.571588 0.679683 0.446921
+0.590921 0.677012 0.445884
+0.613352 0.674937 0.445426
+0.638743 0.673671 0.445609
+0.667826 0.673243 0.446403
+0.699947 0.673945 0.463523
+0.734203 0.675914 0.485451
+0.771176 0.679515 0.509148
+0.810529 0.684642 0.533944
+0.854261 0.691829 0.560464
+0.906035 0.702083 0.589578
+0.962905 0.714961 0.619303
+0.970672 0.722271 0.633982
+0.978836 0.730983 0.649119
+0.987243 0.740642 0.664408
+0.996399 0.751904 0.680812
+0.519478 0.784695 0.52401
+0.526619 0.782422 0.51838
+0.534371 0.779309 0.516411
+0.539681 0.77612 0.514321
+0.542657 0.772198 0.51165
+0.544152 0.768017 0.508751
+0.544686 0.76379 0.505776
+0.54406 0.758984 0.502342
+0.542748 0.753933 0.498711
+0.541405 0.748882 0.495064
+0.540352 0.743511 0.491188
+0.540246 0.738125 0.487343
+0.541573 0.732952 0.483665
+0.544488 0.72784 0.480095
+0.549371 0.722744 0.476631
+0.556878 0.718349 0.473747
+0.566949 0.713985 0.471015
+0.580102 0.710002 0.468696
+0.596399 0.706661 0.467002
+0.616053 0.704036 0.46598
+0.638849 0.701839 0.465385
+0.664912 0.700511 0.465476
+0.694392 0.69987 0.466056
+0.727504 0.70045 0.483864
+0.763149 0.702358 0.506615
+0.802365 0.70605 0.531365
+0.845273 0.711437 0.55758
+0.895537 0.719417 0.586374
+0.96141 0.731823 0.619806
+0.971374 0.738491 0.634897
+0.979339 0.746212 0.64976
+0.987823 0.755566 0.665309
+0.996948 0.766354 0.681743
+0.550774 0.825467 0.548699
+0.560204 0.823041 0.547311
+0.56614 0.819348 0.544961
+0.569863 0.815351 0.542321
+0.572168 0.811353 0.539635
+0.572793 0.806531 0.536339
+0.572412 0.801495 0.532845
+0.571466 0.796506 0.529351
+0.569574 0.790845 0.525353
+0.567498 0.785183 0.521324
+0.565789 0.779644 0.517388
+0.564477 0.773617 0.5131
+0.564263 0.767758 0.508965
+0.565591 0.762219 0.505089
+0.56849 0.756664 0.501244
+0.57348 0.751339 0.497642
+0.58117 0.746532 0.494514
+0.591424 0.741985 0.491676
+0.604715 0.737911 0.489296
+0.621485 0.734447 0.487526
+0.641245 0.731563 0.48629
+0.664393 0.72929 0.485618
+0.691249 0.727977 0.485679
+0.721523 0.727092 0.486015
+0.756161 0.727504 0.504768
+0.793698 0.729549 0.528557
+0.835477 0.733303 0.554345
+0.884367 0.739208 0.582925
+0.945891 0.748882 0.615412
+0.971893 0.75642 0.63537
+0.979583 0.763165 0.649866
+0.987732 0.771481 0.664958
+0.99678 0.781933 0.681407
+0.588434 0.871962 0.580774
+0.595529 0.868666 0.578805
+0.599924 0.864408 0.576135
+0.602319 0.859678 0.573083
+0.603311 0.854566 0.569711
+0.603403 0.84947 0.566308
+0.602258 0.843641 0.562371
+0.60032 0.837415 0.558114
+0.598062 0.831388 0.553964
+0.595209 0.824842 0.549401
+0.592386 0.818128 0.544732
+0.590341 0.81181 0.540322
+0.588937 0.805264 0.53576
+0.588602 0.798825 0.531289
+0.589883 0.792844 0.527153
+0.592737 0.786694 0.522972
+0.597772 0.780972 0.519142
+0.60557 0.775937 0.515892
+0.616068 0.770962 0.512795
+0.629633 0.766567 0.510231
+0.646632 0.763104 0.508461
+0.666712 0.760006 0.507073
+0.690288 0.757626 0.506294
+0.717968 0.756115 0.506218
+0.749432 0.755169 0.506477
+0.785611 0.75552 0.526055
+0.826383 0.757656 0.551537
+0.872908 0.761578 0.579278
+0.929824 0.768551 0.610498
+0.972625 0.776486 0.636133
+0.979736 0.782208 0.649729
+0.987457 0.789502 0.664195
+0.996017 0.798993 0.679927
+0.630671 0.929137 0.618585
+0.635279 0.924422 0.615793
+0.637766 0.918715 0.612299
+0.638865 0.91284 0.608606
+0.638422 0.906218 0.604395
+0.637125 0.899428 0.6
+0.635065 0.892378 0.595392
+0.632334 0.885023 0.590539
+0.628977 0.877302 0.585382
+0.625544 0.869902 0.580407
+0.621805 0.862013 0.575067
+0.618357 0.854063 0.569665
+0.6159 0.846754 0.564691
+0.614115 0.839246 0.559579
+0.613519 0.831907 0.554589
+0.614725 0.82536 0.550164
+0.617533 0.818677 0.545693
+0.622599 0.812345 0.541527
+0.630488 0.806867 0.538033
+0.641184 0.801465 0.534707
+0.654902 0.796796 0.531991
+0.672129 0.793072 0.530083
+0.692744 0.789731 0.528542
+0.716869 0.787182 0.527657
+0.745449 0.785611 0.527504
+0.778546 0.784512 0.527657
+0.817105 0.784817 0.548455
+0.862119 0.787106 0.575936
+0.915648 0.791638 0.606363
+0.973785 0.799084 0.637583
+0.980255 0.803754 0.650126
+0.987198 0.809979 0.663371
+0.995026 0.81825 0.678004
+0.67158 0.985351 0.655879
+0.677256 0.98526 0.655589
+0.681453 0.985046 0.655039
+0.684489 0.984802 0.654444
+0.682048 0.975357 0.648661
+0.678447 0.964935 0.642222
+0.674723 0.955215 0.636164
+0.670069 0.944625 0.62948
+0.665202 0.934279 0.622873
+0.660258 0.9243 0.616449
+0.655314 0.914382 0.61001
+0.650523 0.904494 0.60354
+0.646479 0.895109 0.597375
+0.643168 0.885924 0.591302
+0.640833 0.877043 0.585412
+0.639811 0.868513 0.579767
+0.640696 0.860853 0.574716
+0.643351 0.853422 0.569863
+0.648386 0.846387 0.565332
+0.656245 0.840162 0.561425
+0.666911 0.834348 0.5579
+0.680888 0.82916 0.55491
+0.698451 0.825132 0.552834
+0.7196 0.821424 0.551095
+0.744549 0.818601 0.550042
+0.774258 0.816876 0.549828
+0.809369 0.815686 0.54995
+0.851667 0.815915 0.572534
+0.902235 0.818616 0.602365
+0.969375 0.824567 0.637827
+0.981155 0.828321 0.651102
+0.98735 0.833631 0.663157
+0.994278 0.840757 0.676387
+0.685405 0.989517 0.664759
+0.690761 0.989364 0.664393
+0.694514 0.98909 0.663737
+0.697093 0.988769 0.662974
+0.698909 0.988418 0.662165
+0.699825 0.987976 0.661189
+0.700145 0.987472 0.660075
+0.700084 0.986969 0.658961
+0.699596 0.986419 0.65774
+0.698772 0.985809 0.656413
+0.697871 0.985214 0.6551
+0.690379 0.97055 0.645945
+0.683803 0.95697 0.63743
+0.678172 0.944305 0.629419
+0.67364 0.932448 0.621881
+0.670283 0.921233 0.61471
+0.668666 0.911116 0.608225
+0.668742 0.901442 0.602029
+0.670939 0.892515 0.596353
+0.675669 0.88426 0.591165
+0.683467 0.877241 0.586877
+0.694057 0.87071 0.582971
+0.708186 0.864912 0.57969
+0.725933 0.860212 0.577249
+0.747433 0.856168 0.575357
+0.77348 0.852949 0.574136
+0.804868 0.851057 0.573846
+0.843107 0.849622 0.573907
+0.890471 0.849989 0.598901
+0.951278 0.853407 0.632914
+0.982925 0.857191 0.653498
+0.988037 0.861067 0.663752
+0.993912 0.867399 0.675349
+0.700282 0.99382 0.673961
+0.704997 0.993576 0.673381
+0.708507 0.993271 0.672679
+0.710765 0.992874 0.671809
+0.712154 0.992432 0.670832
+0.712932 0.991974 0.66981
+0.713024 0.99144 0.66865
+0.712657 0.99089 0.667414
+0.711986 0.990295 0.666148
+0.710964 0.98967 0.664759
+0.709667 0.988983 0.663279
+0.708507 0.988342 0.66186
+0.707485 0.987655 0.66038
+0.706828 0.986984 0.658885
+0.706783 0.986374 0.657511
+0.707362 0.985779 0.656168
+0.70544 0.977844 0.650797
+0.702205 0.964172 0.64239
+0.700755 0.951095 0.634318
+0.701885 0.939483 0.627161
+0.706065 0.929686 0.62121
+0.71313 0.920577 0.615763
+0.723461 0.912627 0.611124
+0.737575 0.90634 0.607675
+0.755413 0.900343 0.604532
+0.777417 0.895567 0.602274
+0.804593 0.892073 0.600992
+0.838376 0.889479 0.600397
+0.880598 0.887984 0.600565
+0.937209 0.888792 0.629572
+0.985672 0.891707 0.657465
+0.989609 0.894438 0.665797
+0.994125 0.898863 0.675135
+0.716289 0.998245 0.683421
+0.720668 0.997925 0.682719
+0.723705 0.997528 0.681834
+0.725795 0.997101 0.680919
+0.726864 0.996612 0.679835
+0.727245 0.996078 0.67866
+0.727169 0.995529 0.677485
+0.726467 0.994919 0.676127
+0.725429 0.994263 0.674723
+0.724178 0.993606 0.673289
+0.722667 0.99292 0.671778
+0.72108 0.992187 0.670207
+0.719722 0.991485 0.668681
+0.718624 0.990768 0.667109
+0.717922 0.990066 0.665553
+0.717891 0.98941 0.664088
+0.718547 0.988769 0.662654
+0.720165 0.988174 0.661295
+0.723095 0.987701 0.660166
+0.727382 0.987259 0.659113
+0.733425 0.986938 0.658244
+0.741573 0.98677 0.65771
+0.747845 0.97615 0.651469
+0.757061 0.965164 0.645197
+0.770642 0.95668 0.640604
+0.788266 0.949142 0.636698
+0.810712 0.943069 0.633844
+0.839521 0.938796 0.632273
+0.87602 0.935439 0.631403
+0.924819 0.933669 0.631754
+0.989746 0.934874 0.663523
+0.992294 0.935347 0.669581
+0.995331 0.939147 0.676539
+0.743297 1 0.704692
+0.746059 1 0.702464
+0.747143 1 0.699535
+0.747021 1 0.696254
+0.746303 1 0.693004
+0.744457 1 0.689204
+0.742901 0.99968 0.686488
+0.742016 0.999069 0.685145
+0.740597 0.998367 0.683619
+0.738918 0.99765 0.682063
+0.737118 0.996948 0.680522
+0.735058 0.996155 0.678813
+0.733181 0.995392 0.67715
+0.731701 0.994659 0.675547
+0.730465 0.993896 0.673869
+0.729747 0.993164 0.672236
+0.729793 0.992462 0.67071
+0.730587 0.991791 0.669215
+0.732433 0.99118 0.667811
+0.735714 0.990646 0.66659
+0.740459 0.990204 0.665522
+0.747097 0.989868 0.664622
+0.7561 0.98967 0.664027
+0.767422 0.989609 0.663645
+0.781704 0.989715 0.663584
+0.799252 0.990036 0.663966
+0.820462 0.99057 0.664683
+0.846601 0.991333 0.665843
+0.87834 0.99237 0.667445
+0.920378 0.99382 0.669734
+0.980407 0.992203 0.670863
+0.996933 0.992523 0.676402
+0.998123 0.994827 0.680476
+0.77734 1 0.733715
+0.77966 1 0.731441
+0.780118 1 0.728237
+0.779553 1 0.724834
+0.778286 1 0.721309
+0.775998 1 0.717327
+0.773037 1 0.713085
+0.76968 1 0.708736
+0.76556 1 0.703929
+0.761074 1 0.698909
+0.756313 1 0.693736
+0.751369 1 0.688457
+0.748318 0.999374 0.685802
+0.746258 0.998596 0.684092
+0.744472 0.997787 0.682338
+0.743099 0.996979 0.680568
+0.742382 0.996216 0.678889
+0.742428 0.995483 0.677272
+0.743374 0.994781 0.6757
+0.745617 0.994156 0.674311
+0.749218 0.993576 0.672969
+0.754543 0.993103 0.671824
+0.761944 0.992737 0.670924
+0.771817 0.992493 0.670237
+0.784314 0.992401 0.669795
+0.800137 0.992477 0.669718
+0.819608 0.992737 0.669947
+0.843626 0.993194 0.670573
+0.873686 0.993927 0.671656
+0.912352 0.994965 0.673289
+0.965927 0.99646 0.675654
+0.997375 0.997375 0.677119
+0.998199 0.998199 0.680293
+0.815061 1 0.765194
+0.816495 1 0.762387
+0.816831 1 0.759274
+0.815671 1 0.75555
+0.813581 1 0.751553
+0.811002 1 0.747524
+0.80734 1 0.742885
+0.803189 1 0.738064
+0.798795 1 0.733196
+0.793713 1 0.727855
+0.788312 1 0.722332
+0.782864 1 0.716823
+0.777234 1 0.711101
+0.771756 1 0.705318
+0.766766 1 0.699687
+0.762051 1 0.693965
+0.757824 1 0.688197
+0.756634 0.999374 0.685786
+0.756664 0.998596 0.684062
+0.757778 0.997833 0.682399
+0.760311 0.997192 0.680949
+0.76434 0.996567 0.67953
+0.770367 0.996033 0.678294
+0.778759 0.995651 0.677348
+0.789746 0.995331 0.676539
+0.803708 0.995178 0.67602
+0.821469 0.995193 0.675837
+0.843824 0.995377 0.675944
+0.871473 0.995758 0.676432
+0.907408 0.996399 0.677394
+0.956878 0.997345 0.678874
+0.998184 0.998184 0.680232
+0.998215 0.998215 0.680339
+0.0271763 0.0271763 0.309865
+0.0281987 0.0271458 0.308583
+0.0637522 0.0317693 0.30779
+0.118227 0.0396277 0.308415
+0.169986 0.0497444 0.310399
+0.216007 0.0610666 0.313191
+0.25861 0.0747692 0.317525
+0.300618 0.0957351 0.325139
+0.345174 0.127474 0.337728
+0.384665 0.159182 0.347463
+0.419211 0.188617 0.353948
+0.448844 0.215213 0.358618
+0.474434 0.238468 0.362509
+0.496178 0.258335 0.365637
+0.51664 0.276936 0.369863
+0.535409 0.293751 0.374578
+0.554528 0.310597 0.381064
+0.575021 0.32842 0.389899
+0.597147 0.347295 0.400961
+0.620844 0.367163 0.414115
+0.646128 0.387991 0.429145
+0.671901 0.408804 0.445029
+0.698405 0.429725 0.461723
+0.726146 0.451041 0.479347
+0.754543 0.47216 0.497322
+0.784405 0.493477 0.515953
+0.816861 0.515496 0.535607
+0.852338 0.537957 0.556008
+0.893019 0.561425 0.57763
+0.944747 0.587747 0.602182
+0.953597 0.604349 0.61828
+0.962844 0.621363 0.635004
+0.972473 0.638804 0.652354
+0.0279393 0.0325628 0.29836
+0.0285344 0.0324254 0.300099
+0.061265 0.0376898 0.302495
+0.11426 0.0460975 0.303609
+0.165225 0.0578927 0.306081
+0.212558 0.0740063 0.310475
+0.257954 0.0961318 0.317708
+0.303029 0.120607 0.327749
+0.345388 0.144503 0.337301
+0.38175 0.170199 0.342809
+0.413581 0.19501 0.346349
+0.439811 0.216556 0.348272
+0.46215 0.235508 0.349599
+0.482307 0.252903 0.351919
+0.501579 0.26949 0.355718
+0.520912 0.286076 0.361318
+0.540536 0.302724 0.368475
+0.561959 0.320729 0.378164
+0.585168 0.340108 0.390372
+0.609812 0.360433 0.404486
+0.635355 0.381231 0.419944
+0.661768 0.402426 0.43653
+0.688701 0.423606 0.453712
+0.716213 0.444739 0.471443
+0.744793 0.466072 0.48986
+0.774639 0.487541 0.508812
+0.806302 0.509285 0.528405
+0.841306 0.531868 0.549096
+0.881041 0.555413 0.570947
+0.929885 0.581003 0.594949
+0.951629 0.600671 0.613901
+0.960967 0.617929 0.6309
+0.970581 0.635416 0.64831
+0.0439155 0.0813916 0.292805
+0.0420996 0.0754864 0.293675
+0.0694896 0.0850233 0.305638
+0.120851 0.092134 0.313069
+0.169863 0.100343 0.314504
+0.216464 0.111543 0.317693
+0.261448 0.125383 0.322942
+0.304219 0.140703 0.329397
+0.344854 0.158236 0.335714
+0.378729 0.179721 0.337514
+0.406668 0.19942 0.337606
+0.430014 0.217227 0.336934
+0.449393 0.232624 0.336477
+0.468025 0.2477 0.338003
+0.487755 0.263767 0.342824
+0.507652 0.279911 0.349004
+0.528847 0.297154 0.357565
+0.551202 0.315328 0.368338
+0.574792 0.334493 0.380926
+0.600015 0.354925 0.39559
+0.625925 0.375738 0.411521
+0.652552 0.396872 0.428412
+0.67985 0.418219 0.446159
+0.70753 0.439429 0.464271
+0.736278 0.460899 0.48307
+0.766339 0.482612 0.502556
+0.797803 0.504402 0.522377
+0.832197 0.526879 0.543145
+0.870314 0.54995 0.564691
+0.916106 0.574762 0.588098
+0.949889 0.597436 0.609888
+0.959121 0.614542 0.626795
+0.968841 0.632258 0.64448
+0.0645609 0.133639 0.289845
+0.0612192 0.126238 0.29012
+0.0793317 0.131624 0.299016
+0.124681 0.139223 0.31928
+0.172122 0.141421 0.324483
+0.218616 0.146456 0.325261
+0.262394 0.15346 0.327169
+0.304555 0.162737 0.330571
+0.344594 0.175509 0.334081
+0.375433 0.191028 0.331945
+0.399939 0.205554 0.328206
+0.419303 0.21857 0.324712
+0.437766 0.232197 0.324208
+0.456443 0.246174 0.326406
+0.476585 0.261418 0.331518
+0.497612 0.277501 0.338903
+0.51931 0.294224 0.348043
+0.542504 0.312352 0.359548
+0.566827 0.331456 0.372824
+0.592218 0.351492 0.387839
+0.618845 0.372503 0.404486
+0.645533 0.393393 0.421698
+0.672572 0.414298 0.43946
+0.700694 0.435721 0.458137
+0.729229 0.456977 0.477073
+0.758846 0.478386 0.496513
+0.790494 0.500404 0.516808
+0.824308 0.522713 0.537652
+0.86157 0.545602 0.559243
+0.905638 0.570047 0.582483
+0.948531 0.594888 0.606394
+0.957717 0.611963 0.623346
+0.967254 0.629404 0.640803
+0.0891585 0.181033 0.288579
+0.0859388 0.175097 0.288884
+0.0966812 0.176867 0.295338
+0.128847 0.182101 0.311192
+0.166934 0.181872 0.326818
+0.214878 0.18172 0.33257
+0.261601 0.184298 0.332769
+0.305913 0.188312 0.333669
+0.345464 0.196033 0.332845
+0.37351 0.20824 0.326146
+0.393942 0.21915 0.319326
+0.411948 0.229984 0.315694
+0.429862 0.240909 0.315236
+0.449439 0.25304 0.31809
+0.470237 0.266194 0.323674
+0.491661 0.280018 0.331075
+0.513924 0.295872 0.340719
+0.537194 0.3131 0.352346
+0.561715 0.331624 0.366094
+0.587335 0.351171 0.381552
+0.613504 0.371252 0.398108
+0.640406 0.391913 0.415747
+0.667674 0.41268 0.433921
+0.695354 0.433509 0.452567
+0.724071 0.454749 0.471946
+0.753643 0.476036 0.491661
+0.784329 0.497383 0.511635
+0.817899 0.519646 0.532753
+0.85478 0.542504 0.55462
+0.897185 0.56643 0.5776
+0.947372 0.592721 0.603006
+0.956619 0.609934 0.620218
+0.96614 0.627359 0.637766
+0.112688 0.223056 0.289174
+0.110094 0.218311 0.289433
+0.115953 0.21767 0.293629
+0.137148 0.221256 0.305196
+0.164843 0.221775 0.316411
+0.203677 0.22005 0.334691
+0.25597 0.217182 0.339315
+0.305974 0.216617 0.33727
+0.349081 0.219226 0.332433
+0.372702 0.22858 0.319982
+0.390326 0.237598 0.311421
+0.407858 0.246479 0.308125
+0.427527 0.256413 0.30956
+0.448127 0.267033 0.31371
+0.469566 0.278752 0.319951
+0.4907 0.29073 0.327077
+0.512749 0.30396 0.336202
+0.535714 0.318517 0.347326
+0.559701 0.334966 0.360494
+0.585214 0.353735 0.376242
+0.610941 0.372869 0.392798
+0.637415 0.392645 0.410437
+0.66453 0.412909 0.428931
+0.691936 0.433188 0.447745
+0.720256 0.453864 0.467201
+0.749767 0.474952 0.487282
+0.780331 0.496086 0.507561
+0.813382 0.517968 0.528695
+0.849241 0.540307 0.550362
+0.890669 0.563943 0.573388
+0.944884 0.590982 0.599756
+0.955718 0.608286 0.617166
+0.96527 0.625803 0.634928
+0.13373 0.259724 0.291142
+0.132357 0.256382 0.291173
+0.135866 0.2551 0.293385
+0.148196 0.257649 0.300587
+0.166018 0.257969 0.306828
+0.19295 0.258503 0.318624
+0.240314 0.25597 0.322072
+0.290593 0.253727 0.319936
+0.334829 0.253742 0.316289
+0.359228 0.258625 0.30602
+0.383154 0.263645 0.302815
+0.409033 0.268284 0.303014
+0.431006 0.275624 0.30544
+0.451911 0.284871 0.310338
+0.472847 0.294499 0.316564
+0.494041 0.305104 0.324422
+0.515526 0.316533 0.333608
+0.537987 0.329564 0.34464
+0.561318 0.343801 0.357305
+0.585504 0.359319 0.371527
+0.611124 0.377172 0.388251
+0.636988 0.395895 0.406088
+0.663371 0.415076 0.424521
+0.69073 0.434958 0.443793
+0.718379 0.454795 0.463172
+0.747158 0.475074 0.483116
+0.777813 0.496132 0.503914
+0.810178 0.517449 0.525017
+0.845411 0.539361 0.546761
+0.885954 0.562585 0.569802
+0.938415 0.58909 0.596033
+0.955352 0.607614 0.614801
+0.964691 0.62475 0.632349
+0.154849 0.293629 0.296742
+0.154162 0.291096 0.295048
+0.155245 0.289738 0.294636
+0.160174 0.291173 0.297154
+0.170367 0.291997 0.299367
+0.184955 0.294194 0.304021
+0.22591 0.292653 0.304341
+0.2757 0.289631 0.302174
+0.314336 0.290013 0.29781
+0.34316 0.29221 0.297307
+0.372229 0.294575 0.297749
+0.401053 0.297871 0.299351
+0.428702 0.301717 0.301701
+0.456016 0.306569 0.305318
+0.478935 0.313344 0.311223
+0.498863 0.322118 0.319478
+0.519646 0.332204 0.329335
+0.541192 0.343374 0.34052
+0.563806 0.356069 0.353429
+0.587427 0.369955 0.367712
+0.611719 0.384894 0.383154
+0.636881 0.400885 0.399771
+0.662882 0.418738 0.418311
+0.689311 0.437125 0.4374
+0.716655 0.456382 0.457343
+0.7449 0.475975 0.477592
+0.774304 0.495903 0.498146
+0.80592 0.516594 0.519402
+0.840284 0.537972 0.541283
+0.878965 0.560296 0.564019
+0.927871 0.585489 0.589548
+0.954482 0.605997 0.610529
+0.963607 0.622782 0.627939
+0.178775 0.328389 0.307591
+0.177447 0.325521 0.30248
+0.176562 0.322881 0.297673
+0.179324 0.323232 0.295918
+0.185199 0.323629 0.293736
+0.195315 0.325353 0.291234
+0.213474 0.327916 0.287251
+0.262531 0.324437 0.28513
+0.308919 0.321675 0.28397
+0.347082 0.320989 0.290547
+0.37496 0.322271 0.299794
+0.402213 0.324788 0.301732
+0.429068 0.328344 0.30312
+0.45507 0.332067 0.305241
+0.47834 0.33756 0.311131
+0.498238 0.344625 0.319768
+0.51928 0.353017 0.330022
+0.540734 0.362387 0.341329
+0.563241 0.373144 0.35404
+0.586908 0.385473 0.368399
+0.611002 0.398688 0.383612
+0.635828 0.412818 0.399786
+0.661616 0.429084 0.418112
+0.687861 0.445792 0.43679
+0.715099 0.463233 0.456107
+0.743496 0.481407 0.47602
+0.7729 0.499992 0.496147
+0.804532 0.519493 0.517067
+0.838743 0.539773 0.538598
+0.877379 0.561257 0.561181
+0.92462 0.58555 0.586419
+0.954696 0.606409 0.608118
+0.963684 0.622919 0.625528
+0.202594 0.362005 0.319234
+0.20061 0.358801 0.311192
+0.198611 0.355367 0.30309
+0.200549 0.3552 0.298375
+0.202853 0.354406 0.292744
+0.211093 0.355337 0.287114
+0.222217 0.357839 0.277546
+0.251331 0.358282 0.26836
+0.296727 0.354955 0.26717
+0.340719 0.35256 0.267857
+0.380926 0.35108 0.274067
+0.409827 0.351888 0.28658
+0.435721 0.353704 0.301259
+0.461128 0.356252 0.309087
+0.484474 0.360174 0.316625
+0.504906 0.366369 0.32636
+0.524804 0.373571 0.335821
+0.545617 0.382193 0.346502
+0.567056 0.391669 0.358343
+0.589685 0.402365 0.371725
+0.61355 0.414389 0.386648
+0.637659 0.426932 0.402213
+0.662821 0.441352 0.419867
+0.689189 0.456916 0.43856
+0.715953 0.472908 0.457435
+0.743664 0.48957 0.476738
+0.77319 0.507301 0.496895
+0.804425 0.525673 0.517494
+0.8383 0.544945 0.538781
+0.876799 0.565682 0.561318
+0.923796 0.588693 0.585962
+0.955261 0.608835 0.607431
+0.964385 0.624414 0.624201
+0.225605 0.394339 0.331762
+0.223285 0.391043 0.32134
+0.220905 0.387488 0.310674
+0.222324 0.38674 0.303151
+0.222843 0.385336 0.294942
+0.228107 0.385229 0.28716
+0.236942 0.386587 0.276692
+0.248859 0.389731 0.257832
+0.286412 0.387549 0.251881
+0.328771 0.384344 0.251987
+0.371038 0.381949 0.254276
+0.410025 0.380194 0.26421
+0.439628 0.380606 0.282628
+0.463722 0.382986 0.298131
+0.48719 0.385473 0.313985
+0.509896 0.389685 0.328283
+0.531579 0.395254 0.340856
+0.553307 0.402197 0.353323
+0.575601 0.410697 0.366445
+0.598184 0.42034 0.379919
+0.620859 0.430961 0.39382
+0.644419 0.442664 0.408759
+0.668818 0.455772 0.425467
+0.693935 0.469764 0.443015
+0.720333 0.484733 0.461448
+0.747692 0.500298 0.480323
+0.776364 0.516594 0.499733
+0.807706 0.534188 0.520256
+0.841093 0.552392 0.541085
+0.878798 0.571908 0.562982
+0.926146 0.594369 0.587671
+0.955886 0.613428 0.608499
+0.964843 0.628428 0.624964
+0.248295 0.425528 0.344594
+0.24596 0.422477 0.332525
+0.243519 0.418982 0.319936
+0.244694 0.418051 0.310307
+0.244831 0.416388 0.300404
+0.246311 0.414862 0.28986
+0.252995 0.415244 0.27892
+0.262409 0.4168 0.262028
+0.29482 0.414176 0.261082
+0.328145 0.411749 0.260548
+0.362905 0.409918 0.260609
+0.399435 0.408667 0.26128
+0.434333 0.407691 0.27628
+0.464424 0.40885 0.293767
+0.48954 0.411429 0.309133
+0.512291 0.414984 0.32369
+0.535637 0.419226 0.339727
+0.558816 0.424369 0.355383
+0.581903 0.431235 0.370321
+0.605341 0.439643 0.385351
+0.628794 0.448936 0.400458
+0.652873 0.459342 0.416098
+0.677653 0.471397 0.433158
+0.702724 0.484291 0.450568
+0.728679 0.498085 0.468498
+0.755886 0.512886 0.487037
+0.78436 0.528344 0.506004
+0.814862 0.544717 0.525658
+0.848539 0.562325 0.546319
+0.886854 0.581262 0.568139
+0.934295 0.602716 0.592279
+0.957427 0.619745 0.611292
+0.966186 0.634134 0.627359
+0.270771 0.455894 0.357717
+0.268208 0.45272 0.343984
+0.266163 0.449699 0.330251
+0.267079 0.4486 0.318883
+0.266896 0.446677 0.307164
+0.266224 0.444419 0.295216
+0.270191 0.443687 0.283757
+0.282383 0.442847 0.27396
+0.307118 0.440421 0.273335
+0.333974 0.438071 0.273045
+0.363043 0.436149 0.273426
+0.393896 0.435187 0.274815
+0.426581 0.434607 0.276707
+0.459297 0.434501 0.290608
+0.489509 0.436225 0.307668
+0.516243 0.439155 0.323751
+0.540307 0.443259 0.339025
+0.563638 0.448402 0.354513
+0.587228 0.453895 0.370916
+0.611597 0.460563 0.388067
+0.635828 0.468421 0.404746
+0.66009 0.477577 0.421469
+0.685084 0.488197 0.439078
+0.71104 0.50013 0.457252
+0.737499 0.51281 0.475517
+0.765194 0.526528 0.494285
+0.794369 0.541375 0.513542
+0.825605 0.557122 0.533349
+0.859983 0.57406 0.553948
+0.899855 0.592767 0.575982
+0.949523 0.613931 0.600244
+0.960006 0.62771 0.615991
+0.968658 0.641733 0.6318
+0.293324 0.486015 0.371572
+0.290654 0.482811 0.356695
+0.289189 0.480278 0.342
+0.28983 0.479042 0.32929
+0.289479 0.477043 0.316518
+0.288579 0.474678 0.303716
+0.288945 0.472526 0.290364
+0.30367 0.469749 0.288029
+0.322652 0.46717 0.287236
+0.344015 0.464729 0.2869
+0.367956 0.462715 0.287236
+0.394446 0.461341 0.288411
+0.422873 0.460731 0.290501
+0.453437 0.460731 0.293263
+0.485222 0.461494 0.306966
+0.51519 0.463355 0.32369
+0.543313 0.466575 0.340581
+0.569421 0.471199 0.357275
+0.593774 0.476753 0.373632
+0.618067 0.483116 0.390814
+0.642741 0.490227 0.408606
+0.667811 0.497963 0.426749
+0.693202 0.50692 0.444938
+0.71902 0.517159 0.463157
+0.746136 0.528878 0.481941
+0.773953 0.541375 0.500771
+0.803525 0.555062 0.52015
+0.836347 0.570397 0.540719
+0.872206 0.586801 0.561761
+0.914412 0.605173 0.584344
+0.955047 0.624079 0.606699
+0.963195 0.636896 0.621759
+0.971695 0.650339 0.637247
+0.316304 0.516457 0.386267
+0.313588 0.513252 0.370352
+0.312688 0.511086 0.355245
+0.313298 0.509987 0.341665
+0.312718 0.507836 0.327886
+0.311467 0.50515 0.314626
+0.318608 0.502312 0.30985
+0.329122 0.499077 0.307912
+0.342199 0.495933 0.306233
+0.358495 0.493217 0.305089
+0.377554 0.490562 0.304204
+0.399329 0.48838 0.303899
+0.424048 0.487144 0.304906
+0.450874 0.486717 0.307424
+0.480232 0.487037 0.31078
+0.511376 0.488197 0.324483
+0.541558 0.490318 0.341466
+0.570809 0.493935 0.35964
+0.599069 0.499077 0.378637
+0.625391 0.504952 0.39678
+0.650523 0.51165 0.414405
+0.675608 0.519081 0.432197
+0.70132 0.527184 0.450523
+0.72784 0.536065 0.469291
+0.755184 0.546212 0.488319
+0.783673 0.557656 0.507591
+0.814008 0.570382 0.527306
+0.847028 0.584497 0.547707
+0.884703 0.600488 0.569375
+0.930144 0.618738 0.592874
+0.957946 0.634104 0.611963
+0.966217 0.646647 0.627207
+0.974792 0.659724 0.642756
+0.339574 0.547143 0.401541
+0.336996 0.544152 0.385245
+0.337011 0.542611 0.370123
+0.33727 0.541253 0.355749
+0.336599 0.539132 0.341619
+0.341909 0.536324 0.335027
+0.349126 0.533028 0.332876
+0.356161 0.529854 0.330846
+0.364965 0.52636 0.328679
+0.376471 0.52314 0.326894
+0.391104 0.520363 0.325643
+0.408728 0.517617 0.324636
+0.42916 0.51545 0.324269
+0.452613 0.514092 0.324712
+0.478462 0.513115 0.325582
+0.507134 0.513603 0.329076
+0.537972 0.514931 0.343053
+0.568811 0.517327 0.361349
+0.599084 0.521096 0.380972
+0.628611 0.526268 0.400778
+0.656428 0.53225 0.419867
+0.683207 0.539147 0.438453
+0.709804 0.547082 0.457023
+0.736629 0.555627 0.475654
+0.764401 0.564904 0.494713
+0.794095 0.575448 0.514641
+0.825284 0.586999 0.534752
+0.859571 0.600183 0.555611
+0.898924 0.615351 0.577661
+0.948577 0.633677 0.602335
+0.961059 0.645365 0.617594
+0.969131 0.657084 0.632425
+0.977752 0.669841 0.64802
+0.36321 0.578256 0.4177
+0.361105 0.575692 0.400961
+0.361807 0.574609 0.385992
+0.361669 0.572946 0.371328
+0.364675 0.570901 0.360876
+0.373022 0.567895 0.358968
+0.378332 0.564538 0.35671
+0.382925 0.560983 0.354269
+0.388647 0.557488 0.351949
+0.396567 0.553933 0.349706
+0.407385 0.55053 0.347753
+0.421164 0.547524 0.346273
+0.437919 0.544762 0.345205
+0.457649 0.54258 0.344747
+0.480446 0.541222 0.345113
+0.505806 0.5402 0.345861
+0.533867 0.540124 0.347845
+0.564523 0.541512 0.36228
+0.596048 0.544015 0.38204
+0.627176 0.547692 0.402289
+0.657771 0.55285 0.422797
+0.687419 0.558938 0.442985
+0.716167 0.566064 0.462669
+0.744839 0.57435 0.482292
+0.773571 0.583337 0.50164
+0.803647 0.593271 0.521401
+0.836347 0.604471 0.542062
+0.873106 0.617258 0.563912
+0.915496 0.631922 0.586923
+0.956863 0.647639 0.609583
+0.964355 0.657725 0.623514
+0.972335 0.668772 0.638148
+0.980819 0.680781 0.653422
+0.387335 0.610056 0.434211
+0.386435 0.608148 0.418036
+0.387015 0.607126 0.403006
+0.386526 0.605173 0.38822
+0.395331 0.602533 0.38497
+0.402228 0.599619 0.383078
+0.406455 0.596185 0.380713
+0.40943 0.592493 0.378103
+0.41294 0.588907 0.375601
+0.418128 0.585046 0.372992
+0.425605 0.581262 0.370565
+0.435813 0.577615 0.368383
+0.44921 0.574594 0.366873
+0.465492 0.571756 0.365682
+0.484947 0.56939 0.365042
+0.507546 0.567926 0.36524
+0.532555 0.566934 0.365896
+0.560418 0.566522 0.367025
+0.591363 0.568002 0.382513
+0.623087 0.570367 0.402579
+0.654994 0.573892 0.423407
+0.686839 0.579004 0.444678
+0.718273 0.585153 0.465873
+0.749416 0.592523 0.486839
+0.780957 0.601267 0.50779
+0.812894 0.610864 0.52842
+0.846906 0.621698 0.549447
+0.885786 0.634379 0.571939
+0.932464 0.649241 0.596307
+0.960052 0.66157 0.615335
+0.967666 0.671168 0.629435
+0.975677 0.681605 0.644083
+0.984161 0.693095 0.659312
+0.411475 0.641978 0.450752
+0.411978 0.641016 0.43566
+0.412024 0.639536 0.420584
+0.416526 0.637613 0.411307
+0.424964 0.634775 0.409506
+0.430365 0.631479 0.407263
+0.433799 0.628168 0.404959
+0.43563 0.624323 0.402197
+0.437308 0.620203 0.399222
+0.440513 0.616358 0.396536
+0.445457 0.612222 0.393698
+0.452766 0.608316 0.391165
+0.462821 0.6047 0.388998
+0.476036 0.601434 0.387259
+0.492149 0.598505 0.385946
+0.511437 0.596216 0.385306
+0.533898 0.594476 0.385229
+0.558984 0.593317 0.385687
+0.586847 0.592828 0.386648
+0.618128 0.594171 0.40264
+0.650141 0.596414 0.423087
+0.682933 0.599863 0.444526
+0.716091 0.604929 0.466545
+0.74934 0.61117 0.488624
+0.783352 0.618814 0.510964
+0.818555 0.628077 0.533455
+0.855634 0.638575 0.556008
+0.897093 0.650919 0.579446
+0.948196 0.666148 0.605219
+0.963149 0.675914 0.620844
+0.970703 0.6851 0.634852
+0.978821 0.695323 0.649638
+0.987396 0.706447 0.665003
+0.436912 0.675074 0.468498
+0.437751 0.674434 0.453773
+0.43743 0.672648 0.438911
+0.446555 0.670085 0.435935
+0.453681 0.667277 0.434104
+0.457969 0.663951 0.431815
+0.460395 0.660243 0.429175
+0.461631 0.656428 0.426413
+0.462303 0.652201 0.423362
+0.46363 0.647807 0.420188
+0.466636 0.64361 0.417227
+0.47155 0.639399 0.414343
+0.478782 0.635218 0.411597
+0.488853 0.631586 0.4094
+0.501823 0.628183 0.407523
+0.517983 0.625086 0.406058
+0.537179 0.622599 0.405203
+0.559701 0.620935 0.405127
+0.585077 0.619638 0.405402
+0.613291 0.619058 0.406195
+0.644923 0.620172 0.422721
+0.67747 0.622309 0.443671
+0.710842 0.625711 0.465476
+0.745815 0.630762 0.488472
+0.781384 0.637125 0.51162
+0.818555 0.645121 0.535195
+0.859129 0.655177 0.559747
+0.904723 0.667216 0.585184
+0.958785 0.682063 0.612345
+0.966094 0.69041 0.626078
+0.973556 0.69929 0.639887
+0.981552 0.709133 0.654414
+0.99025 0.720272 0.669978
+0.463371 0.709575 0.486976
+0.463615 0.70837 0.472557
+0.467781 0.706493 0.462959
+0.476295 0.703578 0.461097
+0.481773 0.700328 0.458915
+0.485344 0.697017 0.456611
+0.487022 0.693049 0.453788
+0.48748 0.688869 0.450752
+0.487587 0.684733 0.447745
+0.487663 0.680156 0.444419
+0.488838 0.675471 0.441062
+0.491844 0.671031 0.437934
+0.496681 0.66656 0.434867
+0.503914 0.662272 0.432044
+0.514168 0.658442 0.429694
+0.527184 0.65481 0.427619
+0.543343 0.651667 0.426093
+0.562783 0.649195 0.425208
+0.585321 0.647334 0.424918
+0.611032 0.645884 0.42501
+0.639628 0.645396 0.425772
+0.671382 0.646235 0.442542
+0.704967 0.648188 0.46424
+0.739727 0.65153 0.486839
+0.776425 0.656641 0.510613
+0.815076 0.663294 0.535073
+0.856931 0.671916 0.560388
+0.905715 0.683207 0.587686
+0.960876 0.697108 0.615946
+0.968322 0.70486 0.629953
+0.976104 0.713771 0.644343
+0.98407 0.7234 0.658824
+0.992615 0.734142 0.674128
+0.490318 0.745266 0.506188
+0.490196 0.74377 0.492164
+0.498756 0.741085 0.48864
+0.505928 0.738338 0.486885
+0.510201 0.734829 0.484489
+0.512612 0.730938 0.481773
+0.513832 0.727031 0.479011
+0.513695 0.722484 0.475746
+0.512886 0.717815 0.472343
+0.512276 0.713252 0.469032
+0.512169 0.708217 0.4654
+0.513405 0.703334 0.461906
+0.516426 0.698726 0.458686
+0.521294 0.693919 0.455375
+0.528618 0.689418 0.452415
+0.538949 0.685405 0.449928
+0.552102 0.681651 0.447776
+0.568414 0.678355 0.446113
+0.588251 0.675807 0.445151
+0.611002 0.673701 0.444617
+0.636667 0.672358 0.444694
+0.665858 0.671626 0.445228
+0.698405 0.67245 0.462623
+0.732769 0.674311 0.48484
+0.769497 0.677714 0.508522
+0.808515 0.682811 0.533227
+0.851438 0.68986 0.55935
+0.900877 0.699504 0.58732
+0.962356 0.713069 0.618311
+0.969879 0.720165 0.632532
+0.977676 0.728389 0.646998
+0.98584 0.737865 0.661891
+0.994568 0.748562 0.677562
+0.518074 0.782834 0.526711
+0.52195 0.781064 0.517494
+0.530144 0.777951 0.515541
+0.535454 0.774472 0.513252
+0.538872 0.770871 0.510811
+0.540505 0.766766 0.507973
+0.540871 0.762219 0.504768
+0.54049 0.757733 0.501579
+0.539117 0.752697 0.497963
+0.53753 0.747387 0.494133
+0.536583 0.742306 0.490486
+0.536431 0.736934 0.486641
+0.537545 0.731548 0.482826
+0.540597 0.726635 0.479408
+0.545571 0.721599 0.475975
+0.553033 0.716915 0.472892
+0.563485 0.712825 0.470344
+0.576883 0.708812 0.468009
+0.593408 0.705394 0.466239
+0.613413 0.702785 0.465202
+0.636484 0.700511 0.464515
+0.662699 0.69897 0.464408
+0.692531 0.69836 0.464942
+0.725872 0.698924 0.482887
+0.761639 0.70074 0.505943
+0.800687 0.704311 0.530755
+0.843076 0.709575 0.556786
+0.89218 0.717327 0.585077
+0.954955 0.729076 0.617273
+0.970886 0.736522 0.634028
+0.978607 0.744045 0.648447
+0.986831 0.753063 0.663523
+0.995651 0.76347 0.679423
+0.547539 0.823789 0.549203
+0.555795 0.821286 0.546166
+0.56228 0.817807 0.543969
+0.566232 0.81387 0.54139
+0.568597 0.809796 0.538659
+0.569375 0.805081 0.535439
+0.569039 0.800076 0.53196
+0.567849 0.794797 0.528267
+0.566155 0.789487 0.524514
+0.564019 0.783856 0.520516
+0.56199 0.778012 0.516365
+0.560815 0.77229 0.512306
+0.560555 0.766461 0.508202
+0.561669 0.760662 0.504128
+0.564767 0.755413 0.500511
+0.569818 0.750103 0.496925
+0.577417 0.745007 0.493584
+0.588006 0.740749 0.490959
+0.601511 0.736614 0.488533
+0.618402 0.732921 0.48658
+0.638621 0.730251 0.485466
+0.662104 0.727886 0.484703
+0.688899 0.726253 0.484474
+0.71957 0.725505 0.484871
+0.754421 0.725872 0.503716
+0.791775 0.727718 0.527611
+0.833555 0.731472 0.553597
+0.881804 0.73724 0.581949
+0.941146 0.746395 0.613535
+0.971633 0.754543 0.634928
+0.979156 0.76112 0.649119
+0.987106 0.769207 0.663828
+0.995865 0.779187 0.679744
+0.584176 0.870069 0.579553
+0.591394 0.866529 0.577432
+0.596292 0.862593 0.57499
+0.598901 0.857939 0.571984
+0.599985 0.852857 0.568643
+0.599908 0.847501 0.565057
+0.598978 0.841947 0.561303
+0.59704 0.835767 0.557076
+0.59469 0.829648 0.552865
+0.591882 0.823255 0.54844
+0.588998 0.816617 0.543816
+0.586679 0.810056 0.539223
+0.585397 0.803845 0.534905
+0.58497 0.797391 0.530419
+0.586007 0.791135 0.526101
+0.589075 0.785306 0.522148
+0.594202 0.779614 0.518349
+0.601907 0.774289 0.514885
+0.612772 0.769619 0.512001
+0.62652 0.765225 0.509438
+0.643549 0.76144 0.507424
+0.664073 0.758572 0.506172
+0.687861 0.75613 0.505318
+0.715557 0.754314 0.504967
+0.747387 0.753491 0.505272
+0.78381 0.753796 0.524956
+0.824155 0.755596 0.550378
+0.870527 0.75967 0.578286
+0.926696 0.76643 0.609323
+0.972427 0.774456 0.635828
+0.979492 0.780163 0.649317
+0.987076 0.787289 0.663523
+0.995407 0.796323 0.678828
+0.626581 0.926604 0.616999
+0.63151 0.921965 0.614267
+0.634104 0.916213 0.610727
+0.635416 0.910491 0.607156
+0.635096 0.903975 0.602991
+0.633768 0.897108 0.59855
+0.631891 0.890318 0.594125
+0.62916 0.883055 0.589319
+0.625757 0.875349 0.584176
+0.622324 0.86804 0.579278
+0.618479 0.860182 0.573953
+0.614954 0.852277 0.568582
+0.612314 0.844846 0.563516
+0.610605 0.837568 0.558572
+0.609995 0.830365 0.553674
+0.611093 0.823713 0.549187
+0.613962 0.817105 0.544762
+0.619074 0.810834 0.540627
+0.626841 0.805035 0.536919
+0.637873 0.799954 0.533806
+0.651804 0.7953 0.53109
+0.669139 0.791394 0.529015
+0.690044 0.78822 0.527581
+0.714412 0.78558 0.526604
+0.742992 0.783627 0.526146
+0.776333 0.782727 0.52639
+0.814969 0.782956 0.547143
+0.859617 0.784878 0.574639
+0.912856 0.789532 0.605173
+0.973678 0.797131 0.637446
+0.980026 0.80145 0.64976
+0.986984 0.807797 0.663005
+0.99472 0.815854 0.67744
+0.668894 0.985153 0.655497
+0.674983 0.985107 0.655299
+0.679301 0.984909 0.654765
+0.680583 0.981079 0.652171
+0.678447 0.972 0.646632
+0.674983 0.961822 0.640345
+0.670954 0.951659 0.633982
+0.666697 0.941802 0.627756
+0.66186 0.931624 0.621256
+0.656931 0.921767 0.614908
+0.651972 0.912001 0.60856
+0.647166 0.902281 0.602197
+0.642878 0.892699 0.59588
+0.639689 0.883909 0.590082
+0.637308 0.87509 0.584237
+0.63621 0.86656 0.578592
+0.636973 0.858808 0.57348
+0.639811 0.851682 0.568826
+0.644831 0.844572 0.564248
+0.652796 0.838376 0.560357
+0.663661 0.832654 0.556878
+0.677806 0.827497 0.553903
+0.695338 0.823148 0.551583
+0.716854 0.819669 0.549981
+0.742 0.8168 0.548867
+0.771634 0.814908 0.54847
+0.806973 0.813733 0.548562
+0.849287 0.813901 0.571069
+0.899123 0.81619 0.600732
+0.965408 0.822187 0.636149
+0.981033 0.826169 0.65095
+0.987182 0.831083 0.662882
+0.99411 0.838254 0.676081
+0.68304 0.989364 0.664454
+0.68838 0.989181 0.664012
+0.692409 0.988952 0.663447
+0.695064 0.988617 0.662684
+0.696788 0.988235 0.66183
+0.697871 0.987839 0.660914
+0.698207 0.98735 0.659831
+0.69807 0.986816 0.658671
+0.697643 0.986297 0.657496
+0.696773 0.985687 0.656168
+0.69395 0.981277 0.65272
+0.686732 0.967269 0.643992
+0.680171 0.953933 0.635615
+0.674449 0.941329 0.627619
+0.670024 0.929839 0.62031
+0.666667 0.918776 0.61323
+0.664851 0.908476 0.606622
+0.665125 0.899229 0.600717
+0.667353 0.890394 0.595087
+0.672084 0.882124 0.589883
+0.679988 0.875257 0.585687
+0.69073 0.868711 0.581781
+0.704936 0.862837 0.578424
+0.722942 0.858244 0.576043
+0.744625 0.8542 0.574121
+0.770809 0.850935 0.572808
+0.802258 0.848951 0.572427
+0.840421 0.84741 0.572351
+0.887449 0.847639 0.597086
+0.947463 0.850828 0.631006
+0.982773 0.854856 0.653284
+0.987915 0.85861 0.6636
+0.99382 0.864744 0.675181
+0.697902 0.993667 0.673655
+0.70277 0.993423 0.673075
+0.706249 0.993088 0.672312
+0.708736 0.992737 0.671519
+0.71017 0.992294 0.670558
+0.710872 0.991806 0.66949
+0.711086 0.991318 0.668406
+0.710689 0.990753 0.667155
+0.709895 0.990143 0.665812
+0.708934 0.989532 0.664515
+0.707622 0.988861 0.663035
+0.70631 0.98819 0.661555
+0.705318 0.987549 0.660151
+0.704601 0.986862 0.658656
+0.704402 0.986221 0.657237
+0.704997 0.985656 0.65597
+0.701411 0.974304 0.648692
+0.697917 0.960311 0.64007
+0.696895 0.948074 0.632517
+0.698116 0.936706 0.625513
+0.702159 0.926665 0.619394
+0.709575 0.918059 0.614252
+0.720027 0.910246 0.609689
+0.734035 0.903502 0.60592
+0.752239 0.897948 0.603037
+0.774395 0.893156 0.600763
+0.801572 0.889403 0.599252
+0.835492 0.887007 0.598733
+0.877516 0.88539 0.598764
+0.93315 0.88571 0.627146
+0.985397 0.889082 0.657038
+0.989441 0.89163 0.665553
+0.993957 0.895537 0.674891
+0.713802 0.998077 0.683055
+0.718425 0.997787 0.682414
+0.721538 0.997375 0.681529
+0.723659 0.996948 0.680598
+0.724819 0.99646 0.679545
+0.725216 0.995941 0.678386
+0.725017 0.995361 0.677119
+0.724468 0.994781 0.675868
+0.723415 0.994141 0.674464
+0.722072 0.993469 0.672984
+0.720592 0.992798 0.671534
+0.718959 0.992081 0.669963
+0.717418 0.991333 0.66836
+0.716335 0.990646 0.666865
+0.715587 0.989944 0.665309
+0.715419 0.989258 0.663798
+0.716106 0.988663 0.66244
+0.717678 0.988067 0.661097
+0.720455 0.987564 0.659907
+0.724804 0.987152 0.658915
+0.730831 0.986831 0.658061
+0.737865 0.984192 0.656092
+0.743877 0.972549 0.649332
+0.753338 0.961852 0.643214
+0.766781 0.952941 0.638315
+0.784878 0.946075 0.634821
+0.807416 0.940002 0.631922
+0.83595 0.93521 0.629969
+0.872648 0.932265 0.629328
+0.920958 0.930358 0.629496
+0.989273 0.931167 0.662715
+0.992004 0.931991 0.669139
+0.995163 0.935637 0.676265
+0.740246 1 0.703593
+0.743267 1 0.701488
+0.744427 1 0.698573
+0.744411 1 0.695323
+0.74377 1 0.692134
+0.741894 1 0.688304
+0.740795 0.999557 0.686198
+0.739864 0.998932 0.68484
+0.738476 0.998245 0.68336
+0.736767 0.997528 0.681788
+0.734936 0.996811 0.680247
+0.73286 0.996048 0.678569
+0.730953 0.995285 0.676921
+0.72932 0.994522 0.675258
+0.728099 0.99379 0.67364
+0.727321 0.993042 0.672023
+0.72726 0.992355 0.670481
+0.728008 0.991684 0.669001
+0.729793 0.991073 0.667597
+0.732952 0.990524 0.666346
+0.737774 0.990097 0.665324
+0.744411 0.989761 0.664439
+0.753338 0.989548 0.663813
+0.764736 0.989502 0.663462
+0.779034 0.989593 0.663401
+0.796429 0.989899 0.663691
+0.817792 0.990433 0.664454
+0.843824 0.991196 0.665583
+0.87541 0.992218 0.66714
+0.91632 0.990112 0.667323
+0.975204 0.98761 0.667796
+0.996429 0.987503 0.675563
+0.997833 0.989914 0.680003
+0.774426 1 0.732647
+0.776516 1 0.730129
+0.777386 1 0.727199
+0.776883 1 0.723827
+0.775372 1 0.720088
+0.773358 1 0.71635
+0.770443 1 0.712154
+0.766796 1 0.707576
+0.762966 1 0.703044
+0.758419 1 0.698024
+0.753506 1 0.69276
+0.748699 1 0.687678
+0.745953 0.999252 0.685542
+0.743725 0.998444 0.683772
+0.742 0.997681 0.682109
+0.740551 0.996872 0.680339
+0.739727 0.996094 0.678645
+0.739773 0.995377 0.677058
+0.740673 0.994675 0.675502
+0.742748 0.994034 0.674052
+0.74641 0.993484 0.672786
+0.751675 0.992996 0.671641
+0.758999 0.99263 0.67071
+0.768933 0.992401 0.670054
+0.78143 0.992294 0.669612
+0.797177 0.992355 0.669474
+0.816709 0.992615 0.669749
+0.84065 0.993072 0.670344
+0.870405 0.993774 0.671382
+0.908629 0.994797 0.672984
+0.961089 0.996277 0.675273
+0.997314 0.997314 0.676905
+0.998169 0.998169 0.680171
+0.812009 1 0.763989
+0.813519 1 0.761212
+0.813565 1 0.757839
+0.812802 1 0.754406
+0.810788 1 0.750454
+0.807919 1 0.746166
+0.804623 1 0.741833
+0.800488 1 0.737041
+0.795789 1 0.731945
+0.790982 1 0.726909
+0.785534 1 0.721401
+0.779797 1 0.715679
+0.774411 1 0.710231
+0.768872 1 0.704494
+0.763622 1 0.698711
+0.75906 1 0.693233
+0.754772 1 0.68751
+0.753704 0.999237 0.685496
+0.75378 0.998489 0.683864
+0.754833 0.997742 0.6822
+0.757229 0.99707 0.680705
+0.761334 0.996475 0.679347
+0.767315 0.995941 0.678111
+0.77554 0.995529 0.677104
+0.786633 0.995254 0.676356
+0.800549 0.995087 0.675837
+0.818112 0.995087 0.675608
+0.840528 0.99527 0.675746
+0.867994 0.995636 0.676204
+0.903212 0.996246 0.677089
+0.951949 0.997208 0.678584
+0.998154 0.998154 0.680064
+0.998154 0.998154 0.68011
+0.0327001 0.0327001 0.346929
+0.0330053 0.0325322 0.345357
+0.064744 0.0365759 0.344167
+0.118624 0.0443275 0.34432
+0.169619 0.0542 0.345388
+0.215778 0.0654765 0.347509
+0.257939 0.0783246 0.350454
+0.298848 0.0972915 0.355947
+0.34226 0.127825 0.366857
+0.386084 0.160754 0.379843
+0.425589 0.193896 0.389181
+0.461616 0.225803 0.397086
+0.49369 0.254566 0.403098
+0.521233 0.279286 0.407614
+0.545495 0.300969 0.411627
+0.566094 0.319234 0.415137
+0.584863 0.335668 0.41883
+0.604105 0.35227 0.424659
+0.624369 0.369406 0.432563
+0.646326 0.387625 0.442924
+0.670146 0.407004 0.455436
+0.694697 0.42652 0.469078
+0.720287 0.446326 0.483803
+0.747127 0.466514 0.499565
+0.775479 0.487053 0.516304
+0.805463 0.507774 0.533745
+0.838392 0.529229 0.5523
+0.876036 0.551858 0.572351
+0.920851 0.575906 0.594079
+0.949386 0.596475 0.613199
+0.958236 0.612924 0.628977
+0.967437 0.629725 0.645335
+0.977035 0.646967 0.662348
+0.0325322 0.0356146 0.335561
+0.0327916 0.0358129 0.33611
+0.0614023 0.0404212 0.337255
+0.113054 0.0483101 0.337606
+0.163653 0.0599069 0.339666
+0.210575 0.0756237 0.34313
+0.255375 0.0975662 0.349004
+0.299443 0.122423 0.357305
+0.342443 0.147539 0.367208
+0.384405 0.173098 0.377356
+0.421561 0.20148 0.383978
+0.455177 0.22887 0.389029
+0.48423 0.253285 0.392477
+0.509575 0.274937 0.395407
+0.531167 0.293446 0.398093
+0.549996 0.30959 0.400443
+0.568521 0.325368 0.404578
+0.588022 0.341772 0.411002
+0.608988 0.359213 0.419852
+0.631891 0.378027 0.431067
+0.655879 0.397406 0.443992
+0.681071 0.417395 0.458381
+0.707256 0.43772 0.473823
+0.734081 0.458 0.489906
+0.761929 0.47837 0.506676
+0.792279 0.499702 0.524849
+0.824506 0.521157 0.543587
+0.860487 0.543465 0.56347
+0.903166 0.567422 0.585229
+0.946746 0.591501 0.607507
+0.955566 0.607996 0.623362
+0.964858 0.62504 0.639979
+0.974502 0.64242 0.657176
+0.0474098 0.0814984 0.329519
+0.0457008 0.0761425 0.329717
+0.068986 0.0847334 0.337865
+0.119387 0.0927901 0.344427
+0.167254 0.101488 0.345556
+0.21323 0.113344 0.348318
+0.257115 0.127611 0.352575
+0.299626 0.144518 0.358816
+0.341421 0.16289 0.366476
+0.382345 0.183337 0.374548
+0.416907 0.207218 0.377768
+0.447654 0.230274 0.379782
+0.473686 0.250904 0.380926
+0.495979 0.269032 0.381994
+0.515663 0.285267 0.383566
+0.534188 0.300587 0.386252
+0.553017 0.316075 0.391058
+0.573159 0.332631 0.398322
+0.594736 0.350225 0.407782
+0.61825 0.369253 0.419715
+0.643015 0.389075 0.433448
+0.668605 0.409262 0.44831
+0.694987 0.429709 0.464225
+0.722393 0.450477 0.481056
+0.75079 0.471382 0.498497
+0.780453 0.492424 0.516594
+0.812497 0.514122 0.535714
+0.847669 0.536431 0.555734
+0.887388 0.559533 0.576806
+0.937713 0.585275 0.600656
+0.953185 0.603586 0.618204
+0.962402 0.620554 0.634806
+0.972015 0.637995 0.652064
+0.0678874 0.133577 0.325795
+0.0646525 0.126497 0.325505
+0.0803235 0.131441 0.331685
+0.124758 0.138888 0.348455
+0.171939 0.144137 0.355779
+0.216999 0.150103 0.356893
+0.259709 0.1579 0.358968
+0.300969 0.167819 0.362676
+0.341619 0.17995 0.367239
+0.380209 0.194629 0.371405
+0.412177 0.213062 0.370855
+0.439872 0.232181 0.370306
+0.462776 0.249088 0.368978
+0.482506 0.264363 0.368536
+0.501015 0.278889 0.369665
+0.5196 0.293584 0.373114
+0.538827 0.308766 0.378378
+0.559701 0.325307 0.386389
+0.582681 0.343572 0.397147
+0.606882 0.362737 0.409903
+0.632303 0.382788 0.424262
+0.658305 0.403098 0.439689
+0.684627 0.423377 0.455695
+0.712077 0.444129 0.47274
+0.740658 0.465217 0.490684
+0.770245 0.486351 0.509087
+0.801846 0.507973 0.528328
+0.836545 0.530388 0.548669
+0.875151 0.553399 0.569863
+0.922103 0.578378 0.593133
+0.951217 0.599908 0.613687
+0.960357 0.616815 0.630259
+0.969924 0.634211 0.647501
+0.0923781 0.181308 0.323583
+0.0889143 0.174929 0.323247
+0.0980392 0.176028 0.327535
+0.131273 0.181308 0.341588
+0.17052 0.184878 0.359609
+0.21471 0.185412 0.364675
+0.258183 0.188281 0.364263
+0.300206 0.193393 0.365316
+0.340551 0.200183 0.367208
+0.379431 0.210773 0.368917
+0.40914 0.225254 0.365484
+0.433326 0.239124 0.361181
+0.452903 0.251804 0.357702
+0.470375 0.263691 0.355764
+0.488899 0.276722 0.35758
+0.507927 0.290684 0.36141
+0.52842 0.305974 0.368032
+0.550179 0.322393 0.376898
+0.573327 0.340078 0.387991
+0.598184 0.359197 0.401297
+0.623636 0.378805 0.41593
+0.64979 0.398901 0.431678
+0.67686 0.419486 0.448493
+0.704234 0.440009 0.465797
+0.732479 0.460761 0.483772
+0.762325 0.482094 0.502724
+0.793256 0.503349 0.52192
+0.826963 0.525353 0.542123
+0.865034 0.548486 0.563653
+0.909346 0.572747 0.58645
+0.949462 0.596628 0.609247
+0.958602 0.613596 0.625971
+0.968246 0.631189 0.643503
+0.115328 0.223194 0.322499
+0.11252 0.218143 0.322637
+0.117937 0.217105 0.325673
+0.141466 0.22031 0.336431
+0.16994 0.222904 0.349737
+0.206806 0.221653 0.365698
+0.252689 0.220218 0.371008
+0.297597 0.220874 0.369696
+0.341268 0.223392 0.370001
+0.380331 0.229541 0.367956
+0.407599 0.241321 0.359792
+0.42771 0.251926 0.352316
+0.445289 0.262257 0.34818
+0.462913 0.272801 0.347265
+0.481773 0.284047 0.349371
+0.501427 0.296086 0.353689
+0.522194 0.309071 0.360311
+0.54432 0.323598 0.369146
+0.567803 0.340612 0.380636
+0.592508 0.358907 0.39411
+0.61796 0.377935 0.408988
+0.64416 0.397543 0.425025
+0.670771 0.417395 0.441871
+0.698314 0.437781 0.459632
+0.726574 0.458335 0.477928
+0.755749 0.479057 0.496727
+0.786786 0.500404 0.516442
+0.820157 0.522271 0.536858
+0.856596 0.54464 0.557961
+0.899229 0.56849 0.580652
+0.948211 0.594293 0.605432
+0.95729 0.61117 0.622202
+0.966766 0.628519 0.639597
+0.136049 0.26006 0.321889
+0.13373 0.255848 0.321752
+0.138064 0.254475 0.324437
+0.154208 0.256779 0.332525
+0.172961 0.258061 0.341283
+0.200687 0.257572 0.352911
+0.238788 0.255268 0.371237
+0.288624 0.252888 0.368017
+0.335546 0.252323 0.365927
+0.379171 0.253712 0.363363
+0.406928 0.260319 0.353246
+0.424231 0.269123 0.344076
+0.441245 0.277668 0.340124
+0.460227 0.28716 0.340871
+0.47985 0.296956 0.343877
+0.500175 0.307622 0.349172
+0.521035 0.319173 0.355886
+0.542794 0.331991 0.364614
+0.566094 0.346532 0.375631
+0.590066 0.362081 0.38819
+0.615457 0.380194 0.403311
+0.641276 0.398932 0.419501
+0.667552 0.418051 0.436454
+0.694484 0.437568 0.454093
+0.722484 0.457664 0.472648
+0.751293 0.477913 0.491615
+0.78175 0.498711 0.511315
+0.814694 0.520302 0.53196
+0.850385 0.542306 0.553155
+0.891737 0.565698 0.575814
+0.945815 0.592477 0.601801
+0.956451 0.609628 0.618997
+0.965805 0.626764 0.636316
+0.155215 0.293385 0.323217
+0.154284 0.290257 0.323064
+0.157443 0.288579 0.324269
+0.167559 0.290608 0.329747
+0.178943 0.291264 0.334585
+0.19791 0.291524 0.341482
+0.224659 0.291737 0.353811
+0.274006 0.288731 0.351385
+0.321157 0.286564 0.349554
+0.363592 0.286885 0.346365
+0.387366 0.291539 0.33669
+0.410422 0.296269 0.333532
+0.43566 0.300969 0.333913
+0.46154 0.306035 0.335973
+0.483192 0.313664 0.339605
+0.503197 0.322576 0.345037
+0.524025 0.332815 0.352468
+0.545571 0.344182 0.361654
+0.567926 0.356939 0.372366
+0.591592 0.371206 0.385016
+0.615747 0.386389 0.398901
+0.640497 0.402502 0.413977
+0.666682 0.421012 0.431479
+0.693111 0.439689 0.449363
+0.720378 0.458839 0.467903
+0.749233 0.478828 0.487449
+0.779019 0.498939 0.507195
+0.810925 0.519692 0.527626
+0.846281 0.541482 0.549126
+0.886213 0.564172 0.571572
+0.937484 0.58996 0.59704
+0.955947 0.608698 0.615976
+0.965209 0.625681 0.633326
+0.176623 0.325994 0.328878
+0.176654 0.323964 0.327611
+0.177111 0.321965 0.326421
+0.181476 0.323064 0.32842
+0.187716 0.323598 0.329992
+0.198291 0.324559 0.332464
+0.212726 0.326619 0.337209
+0.260975 0.323445 0.334905
+0.307378 0.320623 0.332876
+0.344244 0.320745 0.328923
+0.372213 0.323064 0.328756
+0.400198 0.325399 0.329549
+0.428199 0.328588 0.331365
+0.455039 0.332052 0.333669
+0.481453 0.336263 0.336889
+0.507103 0.341466 0.341344
+0.530068 0.348898 0.348257
+0.550927 0.359014 0.358129
+0.572625 0.37023 0.369329
+0.59559 0.383017 0.382269
+0.619104 0.396689 0.396231
+0.643397 0.411276 0.411246
+0.667903 0.426612 0.42707
+0.693782 0.443793 0.444816
+0.720607 0.462165 0.463752
+0.748379 0.480995 0.483131
+0.777935 0.500679 0.503334
+0.809522 0.520958 0.524117
+0.843748 0.541878 0.54548
+0.883406 0.564385 0.568353
+0.932662 0.589273 0.593515
+0.955901 0.608621 0.613336
+0.965072 0.625437 0.630762
+0.201068 0.360037 0.3393
+0.199969 0.357504 0.334874
+0.198596 0.354543 0.330144
+0.200961 0.354589 0.328557
+0.20383 0.354406 0.32668
+0.211551 0.355062 0.324804
+0.221759 0.356985 0.32192
+0.249699 0.357122 0.318624
+0.295155 0.353826 0.316869
+0.338933 0.351202 0.315755
+0.375494 0.350591 0.321981
+0.402426 0.351827 0.330648
+0.428687 0.354131 0.332418
+0.454536 0.357275 0.333333
+0.479759 0.360647 0.335225
+0.505348 0.364996 0.339086
+0.527672 0.371191 0.346303
+0.54847 0.379538 0.356329
+0.570169 0.389044 0.367773
+0.592767 0.399741 0.380514
+0.616205 0.411643 0.394415
+0.640314 0.424567 0.409339
+0.664866 0.438148 0.424918
+0.690501 0.453254 0.442054
+0.717296 0.469825 0.460624
+0.744747 0.486839 0.479438
+0.773754 0.504646 0.498955
+0.805066 0.523491 0.519402
+0.838804 0.543053 0.540398
+0.8766 0.563745 0.562341
+0.923781 0.587228 0.586938
+0.955535 0.60795 0.608652
+0.964309 0.624063 0.625727
+0.224277 0.392554 0.349828
+0.222721 0.389914 0.342916
+0.220676 0.386587 0.335515
+0.222522 0.386145 0.331334
+0.223209 0.384771 0.326375
+0.228519 0.384878 0.321996
+0.236835 0.385962 0.315999
+0.247715 0.388327 0.305562
+0.284855 0.386419 0.301228
+0.327306 0.383185 0.300038
+0.369177 0.380499 0.300053
+0.407935 0.379126 0.306127
+0.435721 0.379705 0.317601
+0.460853 0.381308 0.33138
+0.485679 0.38378 0.338674
+0.51043 0.387259 0.344564
+0.533745 0.392584 0.351934
+0.55375 0.399802 0.361578
+0.57467 0.408438 0.372381
+0.596429 0.41799 0.384314
+0.618845 0.428443 0.397375
+0.642191 0.439841 0.411627
+0.666545 0.452201 0.426978
+0.691585 0.465705 0.443595
+0.717906 0.480674 0.461738
+0.745418 0.496544 0.480552
+0.77406 0.513054 0.499763
+0.804959 0.530632 0.51986
+0.838407 0.549218 0.540673
+0.875792 0.568902 0.562387
+0.921736 0.591089 0.586465
+0.955779 0.611444 0.608362
+0.964721 0.626566 0.624781
+0.247242 0.424125 0.361151
+0.245167 0.421134 0.351797
+0.243076 0.418006 0.342473
+0.244587 0.417319 0.335897
+0.244892 0.415686 0.328893
+0.246571 0.414405 0.321721
+0.252918 0.414618 0.314122
+0.261616 0.41593 0.302876
+0.277638 0.417716 0.2869
+0.317525 0.41413 0.285603
+0.357443 0.410986 0.285222
+0.398032 0.408545 0.287221
+0.436271 0.406836 0.29366
+0.467552 0.406836 0.30631
+0.491814 0.408972 0.322301
+0.515465 0.411383 0.338582
+0.538308 0.415564 0.353109
+0.560098 0.421195 0.365881
+0.582086 0.428183 0.378531
+0.604532 0.436698 0.391638
+0.626963 0.446097 0.404929
+0.649744 0.456382 0.418677
+0.673121 0.467643 0.433143
+0.697383 0.480003 0.448844
+0.72282 0.49369 0.466148
+0.749401 0.508156 0.484123
+0.777981 0.523796 0.503136
+0.80824 0.540139 0.522652
+0.841123 0.557473 0.542947
+0.87895 0.576547 0.564782
+0.924559 0.597711 0.588479
+0.95639 0.616602 0.609384
+0.965225 0.631235 0.62562
+0.269841 0.454643 0.37229
+0.267491 0.451545 0.361227
+0.265507 0.448569 0.350378
+0.266743 0.447745 0.341939
+0.266773 0.44596 0.333089
+0.266194 0.443717 0.32398
+0.270069 0.443015 0.315282
+0.276677 0.443366 0.30367
+0.285664 0.444923 0.285664
+0.318486 0.441993 0.284215
+0.352773 0.439124 0.282979
+0.388205 0.436957 0.28246
+0.425574 0.435294 0.282399
+0.461295 0.433875 0.298451
+0.491737 0.434714 0.316854
+0.517266 0.437247 0.33286
+0.540261 0.440757 0.347784
+0.563912 0.444999 0.364096
+0.587335 0.450172 0.379995
+0.610483 0.456947 0.394949
+0.633936 0.465141 0.409873
+0.657359 0.474128 0.424735
+0.681376 0.484138 0.440009
+0.706264 0.495583 0.456291
+0.731792 0.508247 0.473579
+0.758373 0.521828 0.491341
+0.786099 0.536202 0.509514
+0.816419 0.551888 0.528801
+0.849393 0.56846 0.54876
+0.886793 0.586435 0.569894
+0.933043 0.606928 0.593393
+0.958144 0.623804 0.612558
+0.966644 0.637613 0.628168
+0.29247 0.484855 0.384314
+0.290013 0.481773 0.371817
+0.288258 0.478935 0.359457
+0.289342 0.478111 0.349477
+0.289158 0.476234 0.339269
+0.288212 0.473732 0.328893
+0.288716 0.471809 0.318517
+0.293431 0.471336 0.307652
+0.305501 0.470451 0.297154
+0.330602 0.467796 0.296162
+0.357977 0.465202 0.295476
+0.387625 0.46305 0.295399
+0.41912 0.46186 0.2963
+0.452583 0.461021 0.297597
+0.48603 0.460563 0.312428
+0.516548 0.462058 0.330358
+0.54374 0.464851 0.347082
+0.568093 0.468894 0.362707
+0.591791 0.474052 0.378531
+0.615793 0.479454 0.395178
+0.639826 0.48571 0.411917
+0.664286 0.493462 0.428534
+0.688518 0.502098 0.444648
+0.713619 0.512322 0.461906
+0.739956 0.523903 0.479866
+0.7673 0.536538 0.498192
+0.795972 0.550103 0.516869
+0.827268 0.565057 0.536507
+0.861387 0.581155 0.556741
+0.900343 0.598749 0.578088
+0.949447 0.619104 0.601984
+0.960952 0.632609 0.617639
+0.969253 0.645838 0.632822
+0.315496 0.515328 0.397284
+0.312917 0.51223 0.383459
+0.311894 0.509972 0.370459
+0.312505 0.508766 0.359091
+0.3122 0.506889 0.347707
+0.31107 0.504295 0.336614
+0.309621 0.501457 0.324926
+0.312062 0.50013 0.313802
+0.326802 0.497215 0.311009
+0.3458 0.494179 0.309712
+0.367849 0.491798 0.309239
+0.392142 0.489586 0.309239
+0.418936 0.487922 0.309957
+0.448051 0.487236 0.311711
+0.479332 0.486992 0.313985
+0.511513 0.487205 0.328313
+0.542184 0.489113 0.346136
+0.570611 0.492241 0.363531
+0.596933 0.496544 0.380392
+0.621668 0.501991 0.396826
+0.64593 0.507973 0.413535
+0.670619 0.514595 0.431189
+0.696147 0.522286 0.44947
+0.722042 0.53106 0.467704
+0.748333 0.541115 0.485786
+0.776089 0.55259 0.504433
+0.805478 0.565179 0.523507
+0.837278 0.579049 0.543267
+0.873014 0.594583 0.564157
+0.915053 0.61207 0.586542
+0.95613 0.630076 0.608591
+0.96405 0.642252 0.62327
+0.972442 0.655283 0.638529
+0.338628 0.54583 0.411048
+0.336294 0.543114 0.396475
+0.336141 0.541451 0.382971
+0.336355 0.539971 0.370398
+0.335958 0.538125 0.358282
+0.334661 0.535439 0.346365
+0.33286 0.532311 0.334569
+0.339956 0.529137 0.330877
+0.350668 0.525628 0.328679
+0.36434 0.522408 0.326863
+0.381064 0.519417 0.325429
+0.400916 0.516747 0.324437
+0.423377 0.514824 0.324849
+0.448569 0.513634 0.326223
+0.476112 0.51313 0.328435
+0.506127 0.513268 0.33135
+0.537697 0.513817 0.345693
+0.568582 0.515938 0.363699
+0.597787 0.519158 0.381582
+0.625971 0.523735 0.400351
+0.652766 0.529625 0.418845
+0.678111 0.536095 0.436515
+0.703761 0.543297 0.454459
+0.730205 0.551369 0.472984
+0.757336 0.560052 0.491768
+0.785748 0.570031 0.510903
+0.815946 0.581598 0.53048
+0.84863 0.594522 0.550561
+0.885573 0.609155 0.57171
+0.930297 0.626276 0.594812
+0.959121 0.641215 0.614038
+0.966995 0.65275 0.62855
+0.975402 0.665263 0.643809
+0.362417 0.577157 0.425742
+0.359854 0.574151 0.410178
+0.360906 0.573434 0.396796
+0.360876 0.571847 0.383658
+0.360021 0.569574 0.370809
+0.358907 0.567056 0.35877
+0.365576 0.563729 0.356527
+0.37116 0.560067 0.354009
+0.37792 0.556634 0.35172
+0.38703 0.553079 0.349477
+0.399023 0.549554 0.347402
+0.414206 0.546593 0.345953
+0.432288 0.543755 0.344778
+0.453147 0.541527 0.344244
+0.476799 0.539788 0.344259
+0.503532 0.539284 0.34612
+0.532769 0.539574 0.349386
+0.563775 0.540322 0.363729
+0.594965 0.542397 0.38204
+0.625696 0.545892 0.402106
+0.655177 0.550576 0.421973
+0.683772 0.556588 0.44155
+0.711131 0.563333 0.460349
+0.73817 0.570947 0.478874
+0.766217 0.579599 0.497917
+0.795422 0.588907 0.517296
+0.826688 0.599329 0.537346
+0.861479 0.611536 0.558465
+0.900664 0.625437 0.580377
+0.949432 0.642313 0.604562
+0.962219 0.653376 0.619623
+0.970016 0.664256 0.633951
+0.978302 0.676081 0.64892
+0.386496 0.608896 0.441001
+0.385351 0.606836 0.425834
+0.385809 0.605615 0.411856
+0.385641 0.603998 0.39826
+0.384588 0.601602 0.385168
+0.391943 0.598535 0.382605
+0.397162 0.59527 0.380362
+0.400763 0.591623 0.377783
+0.404639 0.587793 0.375082
+0.410513 0.5841 0.372595
+0.418738 0.580301 0.370138
+0.429816 0.576623 0.367941
+0.444053 0.573602 0.3664
+0.461173 0.570718 0.365133
+0.481453 0.568276 0.364401
+0.50457 0.566613 0.364401
+0.530282 0.565652 0.365026
+0.559136 0.565713 0.367758
+0.590112 0.566598 0.382452
+0.62179 0.56875 0.402136
+0.653437 0.572183 0.422965
+0.684291 0.576898 0.443641
+0.714946 0.583047 0.464393
+0.744671 0.590082 0.484459
+0.77409 0.598123 0.504067
+0.804822 0.607416 0.524102
+0.837217 0.617533 0.544411
+0.873442 0.629084 0.565866
+0.916625 0.642969 0.589288
+0.958144 0.657496 0.611795
+0.965408 0.666606 0.625315
+0.973297 0.677028 0.63978
+0.981476 0.688212 0.654536
+0.410452 0.640574 0.456458
+0.410941 0.639735 0.442039
+0.411048 0.638285 0.427771
+0.410422 0.636255 0.414069
+0.416693 0.633783 0.409003
+0.422797 0.630472 0.40676
+0.426505 0.626886 0.404257
+0.428916 0.623301 0.401679
+0.430961 0.619196 0.398733
+0.434272 0.615106 0.395834
+0.439841 0.611246 0.39321
+0.447593 0.607309 0.390646
+0.458091 0.603586 0.388388
+0.47187 0.60032 0.386633
+0.488548 0.597375 0.385306
+0.508278 0.594919 0.384497
+0.53135 0.593225 0.384421
+0.556893 0.592004 0.384787
+0.585306 0.591699 0.386389
+0.616449 0.592493 0.401602
+0.648783 0.594873 0.422507
+0.6813 0.598215 0.443915
+0.713664 0.602975 0.465461
+0.746059 0.60914 0.487037
+0.778668 0.61648 0.508522
+0.811841 0.625086 0.529824
+0.846769 0.635187 0.551354
+0.885374 0.646677 0.573632
+0.931334 0.660334 0.597696
+0.961273 0.672465 0.61738
+0.968627 0.681163 0.631052
+0.97641 0.690745 0.645274
+0.984756 0.701564 0.660288
+0.435752 0.673686 0.47303
+0.436515 0.672892 0.458854
+0.436393 0.671321 0.444739
+0.439429 0.668971 0.435279
+0.447044 0.665919 0.43328
+0.452155 0.662898 0.43122
+0.454902 0.659144 0.428565
+0.456168 0.655085 0.42562
+0.457221 0.651148 0.422766
+0.458671 0.646754 0.419593
+0.461707 0.642359 0.416495
+0.466957 0.6383 0.413733
+0.474479 0.634104 0.410956
+0.484764 0.63032 0.408637
+0.498283 0.62707 0.406867
+0.51487 0.623926 0.405356
+0.534463 0.621393 0.404456
+0.557427 0.619654 0.404288
+0.583047 0.618311 0.404471
+0.61149 0.617609 0.405158
+0.64329 0.618601 0.421714
+0.675914 0.620768 0.442908
+0.709178 0.624079 0.464759
+0.743542 0.628962 0.487419
+0.778195 0.635187 0.510048
+0.813962 0.642878 0.532815
+0.85214 0.652232 0.5561
+0.895003 0.663752 0.580453
+0.945632 0.677592 0.606195
+0.964233 0.687327 0.622614
+0.971542 0.695933 0.636194
+0.979339 0.705318 0.650431
+0.987671 0.715694 0.665431
+0.462181 0.708095 0.4907
+0.462501 0.706966 0.476738
+0.462119 0.705196 0.462806
+0.470771 0.702388 0.460365
+0.476738 0.699168 0.458198
+0.480369 0.695552 0.45568
+0.482521 0.691905 0.453101
+0.483116 0.687739 0.45008
+0.48307 0.683314 0.44686
+0.483406 0.678996 0.443732
+0.484688 0.674342 0.440375
+0.487587 0.669642 0.437064
+0.492775 0.665431 0.43418
+0.500206 0.661128 0.431357
+0.510506 0.657023 0.428794
+0.52401 0.653635 0.426917
+0.54049 0.650462 0.42533
+0.560098 0.647807 0.424308
+0.583047 0.646021 0.424033
+0.609049 0.644526 0.424063
+0.637644 0.643748 0.424567
+0.669795 0.644755 0.44155
+0.703441 0.646647 0.463462
+0.738018 0.649882 0.486076
+0.773983 0.654749 0.509422
+0.811734 0.661326 0.53341
+0.852064 0.669581 0.557946
+0.898299 0.680339 0.584115
+0.954437 0.694133 0.612329
+0.966903 0.702419 0.627314
+0.974227 0.710689 0.640909
+0.982025 0.720073 0.655131
+0.990295 0.730282 0.669993
+0.489113 0.74374 0.509255
+0.489052 0.74229 0.495567
+0.493751 0.739818 0.487831
+0.501137 0.736812 0.485893
+0.505943 0.733501 0.48365
+0.508583 0.729641 0.480964
+0.509819 0.725597 0.478096
+0.509957 0.721263 0.474968
+0.509194 0.716594 0.471595
+0.508385 0.711772 0.468086
+0.508522 0.707042 0.464668
+0.509743 0.702129 0.461158
+0.512612 0.697246 0.457725
+0.517739 0.692683 0.454627
+0.5252 0.688197 0.451652
+0.535561 0.68394 0.448997
+0.549142 0.680415 0.446998
+0.565667 0.677104 0.445304
+0.585565 0.674266 0.444114
+0.608743 0.672389 0.443732
+0.634653 0.670954 0.443717
+0.66389 0.670024 0.444053
+0.696712 0.670893 0.461555
+0.731228 0.672694 0.484047
+0.767498 0.675883 0.507546
+0.806165 0.68101 0.532143
+0.848081 0.687861 0.557748
+0.895476 0.697139 0.584787
+0.954787 0.71017 0.614862
+0.968856 0.717998 0.63064
+0.976333 0.725872 0.644556
+0.984131 0.734905 0.658793
+0.992508 0.745159 0.673884
+0.516777 0.781155 0.529244
+0.517128 0.779568 0.516503
+0.525856 0.776486 0.51458
+0.531487 0.772961 0.512261
+0.535134 0.769375 0.509834
+0.537041 0.765423 0.507103
+0.537484 0.760861 0.503899
+0.537148 0.756359 0.500694
+0.535821 0.751354 0.497108
+0.534203 0.746059 0.493294
+0.533013 0.740719 0.489448
+0.533013 0.735576 0.485786
+0.534157 0.730251 0.482002
+0.537102 0.72517 0.478462
+0.542275 0.720348 0.475196
+0.549813 0.715648 0.472099
+0.560204 0.711284 0.469352
+0.573983 0.70753 0.467201
+0.590692 0.704067 0.465385
+0.610712 0.701152 0.464103
+0.634256 0.699092 0.463554
+0.660655 0.697505 0.463386
+0.690379 0.696574 0.463645
+0.724132 0.697337 0.481773
+0.759915 0.699092 0.505013
+0.798398 0.702312 0.529595
+0.840436 0.707668 0.55555
+0.888289 0.71519 0.583291
+0.947951 0.726299 0.614267
+0.970214 0.734569 0.632792
+0.977676 0.741848 0.646754
+0.98555 0.750332 0.661204
+0.99411 0.76051 0.676677
+0.546197 0.821958 0.551202
+0.551476 0.81944 0.54493
+0.558572 0.816159 0.542901
+0.562768 0.812253 0.540337
+0.565103 0.807965 0.537453
+0.566201 0.803525 0.534432
+0.565927 0.79852 0.530953
+0.564767 0.793256 0.527276
+0.562982 0.787823 0.523445
+0.560967 0.782422 0.5196
+0.558816 0.776471 0.515373
+0.55758 0.770779 0.511345
+0.557336 0.765072 0.507317
+0.558404 0.759274 0.503258
+0.561288 0.753735 0.499443
+0.566567 0.748714 0.496056
+0.574243 0.743648 0.492729
+0.584833 0.739193 0.489952
+0.598672 0.735241 0.487663
+0.615763 0.731548 0.485695
+0.635966 0.728573 0.484352
+0.659876 0.726421 0.483696
+0.686778 0.724681 0.483375
+0.717296 0.723613 0.483497
+0.752438 0.724224 0.502464
+0.789899 0.726009 0.526589
+0.831159 0.729397 0.552377
+0.878843 0.735256 0.580606
+0.936355 0.744091 0.611475
+0.971115 0.752438 0.634012
+0.978531 0.759045 0.64799
+0.986267 0.766873 0.662303
+0.99469 0.776364 0.677623
+0.580056 0.86804 0.578241
+0.587686 0.86453 0.57615
+0.592523 0.860243 0.573449
+0.595666 0.856062 0.570764
+0.596857 0.850965 0.567422
+0.596826 0.845548 0.563806
+0.596048 0.840177 0.560174
+0.594141 0.834028 0.555962
+0.591653 0.827771 0.551644
+0.588922 0.821576 0.547356
+0.586007 0.815015 0.542779
+0.583612 0.808469 0.538216
+0.582238 0.802243 0.533883
+0.581781 0.795834 0.529442
+0.582788 0.789563 0.525109
+0.585809 0.783688 0.521126
+0.591043 0.778134 0.517418
+0.59884 0.772793 0.513954
+0.609781 0.768124 0.511055
+0.623652 0.76376 0.508492
+0.640864 0.75993 0.506432
+0.661433 0.756832 0.505013
+0.685573 0.754574 0.504265
+0.713405 0.752697 0.503822
+0.745174 0.751675 0.503944
+0.781872 0.752026 0.52372
+0.822049 0.753765 0.549218
+0.867475 0.757458 0.57673
+0.92314 0.764263 0.607752
+0.972122 0.772564 0.635309
+0.979019 0.777951 0.648478
+0.986526 0.785092 0.662531
+0.994659 0.793835 0.677485
+0.622126 0.923323 0.614923
+0.627863 0.91931 0.612589
+0.630732 0.913695 0.60914
+0.631861 0.907561 0.605295
+0.632044 0.90161 0.601511
+0.630777 0.894804 0.597101
+0.628733 0.8878 0.592508
+0.626245 0.880903 0.587961
+0.622843 0.873243 0.582849
+0.61912 0.865614 0.577722
+0.615534 0.858244 0.572717
+0.611963 0.850416 0.567407
+0.609155 0.842878 0.562264
+0.607477 0.835752 0.557427
+0.606867 0.828687 0.552621
+0.607736 0.821744 0.547921
+0.610758 0.815366 0.543664
+0.615915 0.809171 0.53959
+0.623774 0.803418 0.535897
+0.634836 0.79823 0.532708
+0.648997 0.793698 0.530068
+0.666392 0.789639 0.527886
+0.68751 0.786557 0.526497
+0.712032 0.783871 0.525444
+0.740719 0.781842 0.524895
+0.773907 0.780667 0.52491
+0.812741 0.781064 0.545724
+0.85716 0.782879 0.573281
+0.909545 0.78732 0.603555
+0.973434 0.795193 0.637049
+0.979736 0.799405 0.649256
+0.986557 0.805325 0.662211
+0.994232 0.813382 0.676539
+0.666651 0.984985 0.655161
+0.672801 0.984909 0.654902
+0.677409 0.984741 0.654444
+0.677012 0.977371 0.649912
+0.67454 0.967727 0.644007
+0.671656 0.958465 0.638285
+0.66775 0.948531 0.632059
+0.663264 0.938354 0.62562
+0.658869 0.928954 0.619608
+0.653941 0.919188 0.613306
+0.648707 0.909148 0.606775
+0.644114 0.899916 0.600717
+0.639735 0.890349 0.594415
+0.636271 0.881285 0.588418
+0.634134 0.872984 0.582925
+0.633036 0.864546 0.57734
+0.633692 0.856748 0.572183
+0.636622 0.849775 0.567636
+0.641688 0.84271 0.563073
+0.649546 0.836271 0.559014
+0.66067 0.830777 0.555703
+0.674922 0.825666 0.552728
+0.692592 0.821271 0.550378
+0.714275 0.817838 0.548791
+0.739513 0.814923 0.547616
+0.769024 0.812863 0.547066
+0.804532 0.811734 0.547143
+0.846769 0.811841 0.569497
+0.896147 0.814008 0.59913
+0.961074 0.81973 0.63415
+0.980789 0.823957 0.650538
+0.986923 0.828717 0.662425
+0.993774 0.835737 0.675486
+0.680873 0.989181 0.664103
+0.686366 0.989013 0.663676
+0.690486 0.988785 0.663096
+0.693278 0.988464 0.662364
+0.695048 0.988083 0.661509
+0.696071 0.987655 0.660548
+0.696529 0.987198 0.659525
+0.696406 0.986679 0.658381
+0.695888 0.98613 0.65716
+0.695064 0.985534 0.655879
+0.69044 0.977462 0.650416
+0.68304 0.963287 0.641566
+0.676844 0.950774 0.633692
+0.671138 0.938384 0.625818
+0.666423 0.926574 0.618296
+0.663355 0.916167 0.611627
+0.66154 0.905989 0.605097
+0.661524 0.896376 0.598932
+0.664057 0.888075 0.593668
+0.668879 0.879866 0.588495
+0.676616 0.872755 0.584115
+0.687694 0.86659 0.580453
+0.702022 0.860746 0.577096
+0.719905 0.855848 0.574487
+0.741939 0.85211 0.572763
+0.768185 0.848768 0.571374
+0.799344 0.846387 0.570687
+0.837674 0.845121 0.570748
+0.884474 0.845319 0.595239
+0.943297 0.848112 0.628779
+0.982498 0.852506 0.652857
+0.987686 0.856138 0.663203
+0.99353 0.861753 0.674662
+0.695766 0.9935 0.673289
+0.700771 0.993255 0.67274
+0.704372 0.99292 0.671962
+0.706859 0.992554 0.671153
+0.708415 0.992142 0.670237
+0.709117 0.991653 0.669154
+0.709331 0.991165 0.66807
+0.70898 0.9906 0.666835
+0.708202 0.98999 0.665522
+0.707118 0.989364 0.664149
+0.705867 0.988724 0.662745
+0.704524 0.988052 0.66128
+0.703426 0.987381 0.659831
+0.702678 0.986725 0.658381
+0.702449 0.986099 0.656977
+0.702861 0.985412 0.655589
+0.697734 0.970642 0.646494
+0.694301 0.956954 0.638041
+0.69308 0.944472 0.63032
+0.694652 0.933761 0.623728
+0.698787 0.923888 0.6177
+0.706004 0.914931 0.612314
+0.716808 0.907652 0.608087
+0.730907 0.900908 0.604303
+0.749004 0.895018 0.601175
+0.771527 0.890654 0.599161
+0.798825 0.886854 0.597589
+0.832288 0.884062 0.59675
+0.874357 0.882734 0.596933
+0.929305 0.882948 0.624842
+0.984985 0.886 0.656336
+0.989181 0.888792 0.665125
+0.993759 0.892592 0.674556
+0.711589 0.997894 0.682673
+0.716396 0.99762 0.682063
+0.719585 0.997208 0.681163
+0.721675 0.996765 0.680201
+0.722988 0.996307 0.679194
+0.723445 0.995773 0.67805
+0.723247 0.995209 0.676799
+0.722713 0.994629 0.675547
+0.72166 0.993988 0.674144
+0.720287 0.993317 0.672679
+0.718761 0.99263 0.671214
+0.717113 0.991928 0.669657
+0.715541 0.991196 0.66807
+0.714412 0.990509 0.666575
+0.713603 0.989807 0.665019
+0.713375 0.98912 0.663523
+0.71397 0.98851 0.662135
+0.715557 0.987945 0.660853
+0.718257 0.987427 0.659648
+0.72256 0.987015 0.658656
+0.728573 0.986694 0.657801
+0.734035 0.980209 0.653696
+0.739986 0.968368 0.646799
+0.749828 0.958343 0.641093
+0.763409 0.94966 0.636301
+0.781537 0.942687 0.6327
+0.804181 0.936751 0.629862
+0.832731 0.931975 0.627878
+0.869001 0.928634 0.626917
+0.917082 0.927047 0.627253
+0.986481 0.927779 0.660853
+0.991669 0.928618 0.668559
+0.994919 0.932067 0.675883
+0.737423 1 0.702449
+0.740276 1 0.70013
+0.741878 1 0.697475
+0.741924 1 0.694255
+0.741085 1 0.690867
+0.739483 1 0.687266
+0.738918 0.99939 0.685863
+0.737911 0.998749 0.684443
+0.736614 0.998093 0.683024
+0.73492 0.997375 0.681483
+0.732952 0.996628 0.679866
+0.730968 0.995895 0.678264
+0.72903 0.995148 0.676616
+0.727275 0.994369 0.674922
+0.726055 0.993637 0.67335
+0.725216 0.992905 0.671733
+0.725017 0.992187 0.670146
+0.725795 0.991547 0.668727
+0.72755 0.990936 0.667338
+0.730648 0.990387 0.666072
+0.735424 0.98996 0.665049
+0.742077 0.989624 0.664179
+0.750896 0.98941 0.663523
+0.762341 0.989364 0.663203
+0.776623 0.989471 0.663127
+0.794034 0.989761 0.663432
+0.815259 0.99028 0.664149
+0.841215 0.991043 0.665278
+0.871824 0.9897 0.665415
+0.9122 0.985534 0.664363
+0.969863 0.982895 0.664668
+0.995926 0.982528 0.674693
+0.997513 0.985077 0.679454
+0.771603 1 0.731426
+0.77377 1 0.728893
+0.774502 1 0.725826
+0.774289 1 0.722637
+0.772824 1 0.718914
+0.770611 1 0.714977
+0.768002 1 0.711055
+0.764355 1 0.706493
+0.760266 1 0.701747
+0.755947 1 0.696956
+0.751049 1 0.691768
+0.746288 0.999893 0.686931
+0.743877 0.9991 0.685222
+0.741634 0.998306 0.683467
+0.739742 0.997497 0.681727
+0.738369 0.996735 0.680049
+0.737499 0.995956 0.678355
+0.737377 0.995209 0.676707
+0.738338 0.994537 0.675227
+0.740337 0.993896 0.673762
+0.743832 0.993317 0.67245
+0.749203 0.992874 0.671397
+0.756497 0.992508 0.670466
+0.766278 0.992248 0.669734
+0.778881 0.992172 0.669367
+0.794614 0.992218 0.669215
+0.81384 0.992462 0.669413
+0.837842 0.992935 0.670054
+0.867384 0.993637 0.671077
+0.904753 0.994614 0.672587
+0.956451 0.996078 0.674876
+0.997269 0.997269 0.676692
+0.998123 0.998123 0.679957
+0.80885 1 0.762524
+0.81062 1 0.759884
+0.810773 1 0.756542
+0.810071 1 0.753124
+0.808118 1 0.749203
+0.805249 1 0.7449
+0.801862 1 0.740505
+0.797909 1 0.735866
+0.793164 1 0.730739
+0.788357 1 0.725719
+0.782956 1 0.720287
+0.777218 1 0.714611
+0.771618 1 0.709026
+0.766201 1 0.703456
+0.760922 1 0.697734
+0.756222 1 0.69221
+0.752209 0.999908 0.686976
+0.751263 0.9991 0.685206
+0.751202 0.998337 0.683513
+0.752316 0.99762 0.681926
+0.754665 0.996948 0.68043
+0.758679 0.996338 0.679042
+0.764645 0.995819 0.677867
+0.772808 0.995392 0.676844
+0.783688 0.995102 0.676051
+0.797742 0.994965 0.675593
+0.815229 0.994965 0.675349
+0.8374 0.995132 0.675456
+0.864729 0.995514 0.675929
+0.899489 0.996109 0.676799
+0.946761 0.997024 0.678187
+0.998093 0.998093 0.679881
+0.998108 0.998108 0.679881
+0.0386206 0.0386206 0.382834
+0.038468 0.0383459 0.38114
+0.0658274 0.0417487 0.379705
+0.119066 0.0493935 0.379477
+0.169635 0.0591287 0.380041
+0.215381 0.0702373 0.381445
+0.257511 0.0828412 0.383658
+0.297475 0.0991989 0.387274
+0.339391 0.127794 0.395636
+0.382864 0.161944 0.407858
+0.426535 0.195132 0.420844
+0.466667 0.230167 0.431067
+0.50457 0.263859 0.439857
+0.53814 0.293599 0.446448
+0.568032 0.319814 0.45182
+0.593439 0.341894 0.455665
+0.61529 0.360647 0.458717
+0.635752 0.377951 0.462852
+0.656489 0.395193 0.468956
+0.677577 0.412345 0.476646
+0.700221 0.43035 0.486519
+0.723888 0.448707 0.497932
+0.748501 0.467216 0.510475
+0.774807 0.48632 0.524346
+0.802945 0.505882 0.539406
+0.833967 0.526268 0.555871
+0.868818 0.547555 0.573678
+0.909957 0.570245 0.59321
+0.947112 0.592187 0.612741
+0.955352 0.607569 0.627008
+0.964034 0.623545 0.642115
+0.973266 0.640208 0.658183
+0.982818 0.657221 0.674876
+0.0375067 0.0391241 0.371496
+0.0377813 0.0398413 0.371588
+0.0617685 0.0436866 0.371862
+0.112627 0.0513161 0.371801
+0.162325 0.062211 0.372824
+0.208957 0.0772564 0.375357
+0.2533 0.0984207 0.380102
+0.296696 0.123659 0.387167
+0.338735 0.149569 0.395697
+0.381216 0.176287 0.406317
+0.423484 0.203906 0.417365
+0.462074 0.234928 0.425132
+0.497185 0.264118 0.431235
+0.528679 0.290684 0.436164
+0.556039 0.313893 0.439826
+0.579004 0.333288 0.442084
+0.599359 0.350408 0.444816
+0.618891 0.366674 0.448753
+0.638758 0.383001 0.454643
+0.660365 0.400534 0.463111
+0.682933 0.418479 0.473381
+0.706538 0.436866 0.485115
+0.731838 0.456077 0.498512
+0.758007 0.475364 0.51281
+0.785779 0.495048 0.528115
+0.816052 0.515526 0.544747
+0.849485 0.536736 0.5626
+0.887831 0.55906 0.581918
+0.93547 0.583566 0.603647
+0.951812 0.601022 0.619791
+0.960678 0.617395 0.635309
+0.969818 0.634028 0.651331
+0.979538 0.651423 0.668421
+0.0508431 0.0804456 0.365179
+0.049546 0.0767987 0.364675
+0.068986 0.0850233 0.370153
+0.117815 0.0928206 0.375494
+0.16524 0.102312 0.376654
+0.210788 0.11458 0.378973
+0.254047 0.129503 0.382589
+0.295644 0.146578 0.387778
+0.337026 0.166445 0.395193
+0.378515 0.187594 0.403784
+0.41973 0.210437 0.412924
+0.456001 0.237201 0.417807
+0.48867 0.262776 0.421775
+0.517739 0.286229 0.424582
+0.542443 0.306447 0.426474
+0.563699 0.323964 0.428229
+0.582589 0.339513 0.430213
+0.601694 0.355215 0.43444
+0.621439 0.371283 0.440589
+0.643076 0.388678 0.449516
+0.666392 0.407202 0.460685
+0.690639 0.426108 0.473136
+0.715938 0.445426 0.48687
+0.742458 0.465156 0.501747
+0.770626 0.48542 0.517769
+0.800275 0.505882 0.534539
+0.832563 0.52697 0.552407
+0.86952 0.549371 0.571893
+0.912734 0.572946 0.592874
+0.948577 0.594949 0.613016
+0.957549 0.611643 0.628885
+0.96672 0.628397 0.64506
+0.976303 0.645655 0.661967
+0.0712444 0.133043 0.360739
+0.0681315 0.126406 0.359838
+0.0816205 0.13138 0.364111
+0.124697 0.138659 0.378073
+0.169894 0.144411 0.384451
+0.213199 0.150607 0.38529
+0.25536 0.159716 0.387549
+0.295964 0.170809 0.390829
+0.336172 0.184161 0.39559
+0.376547 0.199542 0.402167
+0.415991 0.216907 0.408316
+0.449958 0.239841 0.41059
+0.480293 0.261997 0.41181
+0.506218 0.281895 0.412406
+0.528679 0.299596 0.413153
+0.54725 0.314427 0.413336
+0.56556 0.329137 0.415473
+0.584512 0.34432 0.42005
+0.605447 0.361059 0.427573
+0.62768 0.378714 0.437156
+0.65156 0.397498 0.44889
+0.676249 0.416693 0.461982
+0.701762 0.436179 0.476127
+0.728573 0.456199 0.491478
+0.756603 0.476555 0.507805
+0.786343 0.497383 0.525139
+0.818372 0.51873 0.543404
+0.853666 0.54078 0.562707
+0.89485 0.564248 0.583734
+0.945891 0.589914 0.607111
+0.954711 0.606409 0.622827
+0.963912 0.623316 0.639185
+0.97348 0.640604 0.656168
+0.0955673 0.181186 0.35787
+0.0919203 0.174426 0.357
+0.0995041 0.175692 0.35993
+0.132311 0.180224 0.371588
+0.17258 0.186511 0.389319
+0.21619 0.189761 0.396353
+0.257389 0.192874 0.395727
+0.297322 0.198291 0.396445
+0.335912 0.205417 0.397894
+0.374929 0.214939 0.401205
+0.413565 0.228351 0.404944
+0.44538 0.245884 0.403815
+0.472587 0.26334 0.402289
+0.495171 0.279591 0.400351
+0.514534 0.294179 0.399207
+0.53228 0.307698 0.399283
+0.550408 0.32163 0.402014
+0.56994 0.336767 0.407263
+0.59118 0.353231 0.415229
+0.614572 0.371374 0.425879
+0.638849 0.390158 0.438193
+0.663966 0.40943 0.451804
+0.690333 0.429419 0.466865
+0.717342 0.449531 0.482689
+0.745281 0.469841 0.49926
+0.774548 0.490486 0.516594
+0.806119 0.511818 0.535088
+0.840513 0.53373 0.554513
+0.879591 0.556725 0.57525
+0.927565 0.581811 0.598276
+0.952361 0.602029 0.61738
+0.961486 0.618875 0.633738
+0.97113 0.636393 0.651011
+0.117937 0.22298 0.355612
+0.11487 0.217487 0.355001
+0.119478 0.216648 0.357153
+0.144183 0.219532 0.366781
+0.173449 0.223163 0.379919
+0.210117 0.224216 0.396399
+0.251957 0.223636 0.401205
+0.293355 0.225116 0.400137
+0.334188 0.228611 0.40029
+0.374166 0.233921 0.401679
+0.412833 0.243244 0.402441
+0.442115 0.257404 0.398077
+0.465919 0.270756 0.393103
+0.485435 0.283085 0.389242
+0.502693 0.294408 0.386862
+0.519997 0.305974 0.387259
+0.53846 0.318517 0.390143
+0.559045 0.333593 0.396582
+0.581094 0.34992 0.40531
+0.604547 0.367453 0.416327
+0.629282 0.386084 0.429191
+0.65481 0.405264 0.44329
+0.680888 0.424704 0.458366
+0.707988 0.444694 0.47454
+0.736141 0.465064 0.491585
+0.765301 0.485603 0.509255
+0.796155 0.506569 0.527733
+0.83035 0.528618 0.54757
+0.867674 0.551034 0.568048
+0.912001 0.575036 0.590295
+0.950469 0.59852 0.612497
+0.959533 0.615305 0.628916
+0.969009 0.632547 0.645975
+0.13846 0.260197 0.35346
+0.135866 0.255634 0.353063
+0.139254 0.253559 0.354711
+0.158083 0.255909 0.363195
+0.178424 0.257893 0.372854
+0.206241 0.25832 0.38497
+0.241688 0.256519 0.401358
+0.28632 0.2542 0.406226
+0.330663 0.25391 0.404379
+0.374533 0.255604 0.404395
+0.413993 0.260975 0.401663
+0.440528 0.272297 0.392233
+0.460395 0.282689 0.384039
+0.477272 0.292378 0.378912
+0.49453 0.302449 0.377508
+0.512383 0.312749 0.378622
+0.531777 0.324361 0.382467
+0.552529 0.337148 0.388937
+0.574807 0.351476 0.397589
+0.598306 0.367498 0.408438
+0.623056 0.385428 0.42153
+0.648646 0.404105 0.436042
+0.674601 0.423011 0.451331
+0.70132 0.442359 0.467491
+0.728954 0.462119 0.48455
+0.758083 0.482521 0.502647
+0.788724 0.503288 0.521447
+0.821653 0.52462 0.541024
+0.858412 0.546975 0.561837
+0.901061 0.570581 0.584039
+0.94905 0.59585 0.608057
+0.958099 0.61268 0.624674
+0.967483 0.629786 0.641718
+0.157336 0.293629 0.352605
+0.155367 0.289937 0.352255
+0.158968 0.287877 0.353735
+0.172534 0.289738 0.360204
+0.185855 0.290944 0.366842
+0.205921 0.291157 0.375051
+0.233204 0.290318 0.387121
+0.272618 0.28809 0.398733
+0.319524 0.285939 0.395895
+0.364096 0.285573 0.393835
+0.406409 0.287068 0.391608
+0.436179 0.292134 0.383078
+0.456687 0.298939 0.375265
+0.473518 0.307073 0.370748
+0.491112 0.315541 0.370047
+0.510155 0.324865 0.372412
+0.530053 0.335103 0.377249
+0.551186 0.346746 0.384115
+0.572931 0.359426 0.392599
+0.59646 0.373892 0.403479
+0.620386 0.389105 0.415625
+0.64509 0.405615 0.429343
+0.671138 0.424063 0.445212
+0.69752 0.44271 0.461692
+0.724773 0.46183 0.47892
+0.753323 0.481544 0.497017
+0.783566 0.5019 0.515999
+0.815702 0.522667 0.535576
+0.851072 0.544259 0.55613
+0.892287 0.567391 0.578347
+0.945525 0.593622 0.603632
+0.957 0.610666 0.6206
+0.966354 0.627771 0.637842
+0.17554 0.32517 0.353643
+0.175631 0.322683 0.353719
+0.179248 0.320989 0.355047
+0.187747 0.322255 0.359121
+0.195544 0.32311 0.362982
+0.208835 0.323201 0.367453
+0.227878 0.32343 0.374807
+0.259632 0.322621 0.382437
+0.305806 0.319799 0.379828
+0.350515 0.3178 0.378195
+0.391684 0.31812 0.375402
+0.41474 0.322637 0.366094
+0.436927 0.327031 0.362905
+0.461448 0.331487 0.363241
+0.486427 0.335973 0.364889
+0.511269 0.341588 0.367651
+0.532952 0.349584 0.372564
+0.553658 0.359701 0.379812
+0.575402 0.37113 0.388876
+0.597955 0.383795 0.399695
+0.621576 0.397833 0.412161
+0.645594 0.412528 0.425467
+0.670115 0.427939 0.439734
+0.695811 0.445136 0.455955
+0.722896 0.463706 0.473686
+0.750729 0.482551 0.491875
+0.780148 0.502068 0.510872
+0.812146 0.522576 0.530953
+0.846647 0.543572 0.551598
+0.886351 0.565942 0.573632
+0.936889 0.591241 0.59855
+0.956542 0.609812 0.617212
+0.965621 0.626429 0.63418
+0.198505 0.357382 0.360113
+0.198947 0.355779 0.359182
+0.199023 0.353643 0.357778
+0.202792 0.35436 0.359258
+0.205982 0.354208 0.35996
+0.214267 0.354742 0.361593
+0.225071 0.35581 0.364324
+0.248112 0.355932 0.366522
+0.293706 0.352865 0.364187
+0.337453 0.350195 0.362249
+0.37261 0.350347 0.358114
+0.399588 0.352667 0.357733
+0.426352 0.354818 0.358175
+0.453101 0.357473 0.359289
+0.479179 0.360754 0.361227
+0.505043 0.364797 0.364157
+0.530709 0.370123 0.368582
+0.556191 0.376516 0.37435
+0.579202 0.385748 0.383261
+0.60087 0.396872 0.394339
+0.623438 0.409094 0.406729
+0.646891 0.422415 0.420386
+0.670802 0.436332 0.43476
+0.69572 0.451148 0.450141
+0.721569 0.46688 0.466484
+0.748791 0.484642 0.484916
+0.777234 0.503166 0.504082
+0.807904 0.522591 0.524132
+0.841535 0.542947 0.545083
+0.87921 0.564248 0.566888
+0.926009 0.588083 0.59115
+0.955962 0.608743 0.612329
+0.964767 0.624887 0.629145
+0.222873 0.390768 0.369802
+0.22179 0.388342 0.365927
+0.220462 0.385672 0.361776
+0.222858 0.385657 0.360372
+0.224033 0.38468 0.358129
+0.229221 0.384756 0.356558
+0.236973 0.385504 0.354635
+0.246983 0.387366 0.351415
+0.283131 0.385138 0.348424
+0.325887 0.38204 0.34696
+0.367636 0.379355 0.345785
+0.402594 0.378622 0.351507
+0.428443 0.379644 0.359503
+0.453971 0.381689 0.361212
+0.479164 0.384771 0.361822
+0.504051 0.38819 0.363943
+0.529488 0.39266 0.36788
+0.554788 0.398047 0.373449
+0.577615 0.405539 0.382284
+0.599619 0.41529 0.39382
+0.622003 0.425757 0.406241
+0.645075 0.43714 0.419654
+0.669215 0.449668 0.434226
+0.693843 0.462898 0.449439
+0.719493 0.477043 0.465553
+0.746715 0.493294 0.483803
+0.775158 0.510201 0.502571
+0.805768 0.528084 0.522194
+0.838529 0.546685 0.542306
+0.876081 0.566888 0.563943
+0.921675 0.589258 0.587655
+0.956268 0.609796 0.609308
+0.965087 0.625467 0.626017
+0.245991 0.422599 0.379599
+0.244419 0.419944 0.373098
+0.242512 0.416846 0.366506
+0.244587 0.416648 0.36289
+0.245228 0.415274 0.358511
+0.24683 0.413809 0.354055
+0.253071 0.414115 0.349737
+0.261234 0.415122 0.343221
+0.275853 0.416342 0.333776
+0.315953 0.413031 0.33193
+0.355917 0.409827 0.330434
+0.396201 0.407111 0.330312
+0.433631 0.405783 0.335714
+0.460746 0.406363 0.346838
+0.485466 0.408042 0.360082
+0.510079 0.410712 0.367315
+0.534737 0.414359 0.37322
+0.559564 0.419348 0.379217
+0.582635 0.425727 0.386908
+0.603479 0.43415 0.397574
+0.625299 0.443687 0.409537
+0.647715 0.453803 0.42237
+0.670771 0.464729 0.436057
+0.695247 0.476814 0.451102
+0.720378 0.48954 0.466804
+0.74696 0.504143 0.484565
+0.775479 0.519936 0.503349
+0.805585 0.536431 0.522652
+0.838209 0.553933 0.542687
+0.875257 0.572931 0.564034
+0.920333 0.594339 0.587579
+0.956329 0.614328 0.609323
+0.965057 0.628946 0.62536
+0.268727 0.453239 0.389212
+0.266758 0.450401 0.38085
+0.264744 0.447303 0.372457
+0.266484 0.446937 0.36669
+0.266789 0.445335 0.360433
+0.266316 0.443091 0.353841
+0.270146 0.442435 0.347692
+0.276417 0.442618 0.33962
+0.284916 0.44387 0.327489
+0.308553 0.443183 0.317723
+0.346639 0.43975 0.31664
+0.384894 0.436683 0.316289
+0.424063 0.434409 0.318227
+0.461433 0.432883 0.324376
+0.492302 0.433082 0.336446
+0.517601 0.435142 0.349706
+0.541695 0.437507 0.365377
+0.566049 0.441093 0.377768
+0.588647 0.446891 0.390585
+0.610773 0.45388 0.403342
+0.632914 0.461936 0.416098
+0.655436 0.471229 0.429267
+0.678218 0.481209 0.442695
+0.701549 0.491981 0.456794
+0.726146 0.503838 0.471916
+0.752056 0.517266 0.488945
+0.779431 0.531563 0.506767
+0.809186 0.547021 0.525673
+0.84181 0.563622 0.545556
+0.878279 0.58143 0.5664
+0.922362 0.60148 0.589288
+0.957168 0.620584 0.610788
+0.965667 0.63444 0.626383
+0.291447 0.483528 0.399313
+0.289311 0.48069 0.389303
+0.287556 0.477836 0.3794
+0.288762 0.477028 0.371801
+0.28893 0.475471 0.364157
+0.288106 0.473045 0.356329
+0.288426 0.470863 0.348211
+0.293156 0.470573 0.33991
+0.299672 0.470863 0.327703
+0.308476 0.472404 0.308919
+0.341726 0.469276 0.306737
+0.376806 0.466133 0.305013
+0.413336 0.46334 0.305623
+0.451392 0.46125 0.309804
+0.488075 0.459846 0.320302
+0.518685 0.460288 0.339452
+0.544854 0.462867 0.356207
+0.568154 0.466346 0.371527
+0.591928 0.470344 0.387976
+0.615854 0.47567 0.404242
+0.638743 0.482124 0.418982
+0.661906 0.489799 0.433494
+0.685679 0.498741 0.448386
+0.709758 0.508446 0.463371
+0.734752 0.519188 0.478889
+0.761151 0.531823 0.496193
+0.788602 0.545251 0.513863
+0.818265 0.559808 0.532387
+0.850797 0.575586 0.551858
+0.887327 0.592569 0.572274
+0.932326 0.611948 0.59501
+0.959075 0.628611 0.614206
+0.9673 0.641779 0.629297
+0.314397 0.513878 0.410529
+0.3122 0.511147 0.399069
+0.311101 0.508827 0.388205
+0.311818 0.507652 0.378927
+0.311772 0.505989 0.369894
+0.310765 0.503487 0.360937
+0.309346 0.500633 0.351537
+0.311666 0.49926 0.342519
+0.316335 0.498802 0.331106
+0.328206 0.497871 0.320012
+0.353796 0.494957 0.318654
+0.381674 0.492164 0.317601
+0.411856 0.489815 0.317128
+0.443976 0.488182 0.317403
+0.478386 0.487266 0.318303
+0.512612 0.486503 0.333989
+0.543526 0.487694 0.352743
+0.571145 0.49044 0.370092
+0.59585 0.494362 0.386069
+0.61944 0.499062 0.40177
+0.643763 0.504448 0.418616
+0.668009 0.51043 0.435401
+0.69221 0.517678 0.451606
+0.717144 0.52639 0.467857
+0.742519 0.536171 0.484428
+0.769284 0.547402 0.50219
+0.798001 0.560082 0.520729
+0.828595 0.57377 0.539696
+0.862181 0.588769 0.559442
+0.901427 0.605768 0.580804
+0.949767 0.625132 0.604212
+0.96199 0.638041 0.619486
+0.970047 0.650736 0.634211
+0.337804 0.544717 0.422629
+0.33547 0.541894 0.409949
+0.335286 0.540276 0.398322
+0.335653 0.538903 0.387762
+0.335149 0.536858 0.377508
+0.334127 0.534463 0.367788
+0.332418 0.531411 0.358022
+0.331624 0.528588 0.347738
+0.334844 0.527565 0.337087
+0.349554 0.524575 0.33373
+0.368795 0.521385 0.332189
+0.391318 0.518715 0.33135
+0.416083 0.516396 0.331044
+0.443366 0.514534 0.331411
+0.473091 0.513634 0.332753
+0.505119 0.513176 0.334554
+0.538186 0.513024 0.349798
+0.569009 0.514443 0.368215
+0.597681 0.51754 0.386038
+0.624353 0.521584 0.403174
+0.649027 0.52665 0.41944
+0.673533 0.532479 0.435981
+0.698589 0.538781 0.453468
+0.7243 0.546059 0.47158
+0.751064 0.554879 0.490043
+0.778363 0.564828 0.508293
+0.80705 0.576059 0.526802
+0.838804 0.588998 0.54641
+0.873793 0.603235 0.56672
+0.914931 0.619501 0.588571
+0.957458 0.63714 0.610971
+0.965087 0.648493 0.625071
+0.973159 0.66067 0.639765
+0.361593 0.576028 0.435752
+0.359075 0.573022 0.421942
+0.359762 0.571939 0.409979
+0.360082 0.570733 0.398611
+0.359289 0.568475 0.387335
+0.357931 0.565774 0.376669
+0.356268 0.56289 0.36672
+0.354116 0.559411 0.355734
+0.360937 0.555764 0.351705
+0.37229 0.552407 0.34963
+0.386618 0.548989 0.34789
+0.403998 0.545937 0.34667
+0.424552 0.543542 0.346258
+0.44741 0.541482 0.34641
+0.472786 0.539986 0.347326
+0.501106 0.539361 0.349218
+0.531685 0.539208 0.351629
+0.563622 0.539406 0.366476
+0.594903 0.541009 0.385168
+0.624689 0.54403 0.403647
+0.652735 0.548196 0.421729
+0.679896 0.553841 0.440436
+0.705821 0.56022 0.458335
+0.732036 0.567254 0.476417
+0.75906 0.574975 0.494911
+0.78764 0.583886 0.514107
+0.81767 0.593912 0.533547
+0.850126 0.605493 0.55346
+0.886915 0.619089 0.574502
+0.930892 0.634928 0.597162
+0.960281 0.648936 0.616053
+0.967987 0.659876 0.630259
+0.976074 0.671519 0.644953
+0.385641 0.607706 0.449546
+0.384283 0.605524 0.435599
+0.384848 0.604364 0.422965
+0.384558 0.602564 0.410636
+0.38378 0.600443 0.399039
+0.382239 0.59762 0.387915
+0.382788 0.594263 0.380087
+0.387579 0.590829 0.377676
+0.392355 0.586938 0.374929
+0.399176 0.583017 0.372259
+0.40882 0.579446 0.36997
+0.421256 0.575738 0.367712
+0.436667 0.572412 0.365911
+0.455344 0.569711 0.364752
+0.476875 0.567178 0.363897
+0.500938 0.565484 0.364172
+0.527962 0.565087 0.366445
+0.557946 0.565103 0.369253
+0.589456 0.565454 0.384131
+0.621057 0.567239 0.403098
+0.65185 0.570306 0.422721
+0.681849 0.574792 0.442985
+0.711025 0.580468 0.462806
+0.739391 0.587289 0.482048
+0.767163 0.594797 0.500679
+0.796521 0.603311 0.519966
+0.827878 0.612879 0.539956
+0.862211 0.623652 0.560723
+0.901427 0.636301 0.582681
+0.950408 0.652155 0.60705
+0.963455 0.662242 0.621729
+0.970993 0.672282 0.635599
+0.979034 0.683436 0.650172
+0.409583 0.639384 0.463752
+0.409735 0.638254 0.450172
+0.41004 0.636988 0.436973
+0.409445 0.634958 0.424414
+0.408362 0.632578 0.412467
+0.41178 0.629526 0.406439
+0.416358 0.625971 0.403952
+0.41915 0.62208 0.401144
+0.421912 0.618265 0.398413
+0.425757 0.61416 0.395499
+0.431815 0.610056 0.392676
+0.440497 0.606317 0.390249
+0.45182 0.602564 0.387945
+0.466331 0.599054 0.385977
+0.484108 0.596292 0.384741
+0.504662 0.593744 0.383841
+0.528252 0.59173 0.383474
+0.554635 0.590768 0.384222
+0.584024 0.590906 0.387274
+0.615518 0.591333 0.402441
+0.647364 0.593225 0.421942
+0.679561 0.596429 0.443305
+0.711086 0.600946 0.464393
+0.742382 0.606897 0.485359
+0.773587 0.613947 0.505989
+0.804776 0.622034 0.526162
+0.837568 0.631479 0.546639
+0.87396 0.642145 0.568093
+0.916213 0.654643 0.590997
+0.959442 0.668391 0.613993
+0.966628 0.676829 0.62739
+0.974136 0.686091 0.641184
+0.982177 0.696559 0.655711
+0.434516 0.672206 0.478981
+0.435294 0.671366 0.465568
+0.435294 0.669917 0.452232
+0.434501 0.667765 0.439506
+0.438254 0.664897 0.432807
+0.444053 0.661814 0.430701
+0.447349 0.658076 0.428046
+0.449012 0.654047 0.425132
+0.450095 0.649836 0.422065
+0.452018 0.64567 0.419074
+0.455436 0.641291 0.415961
+0.460975 0.637018 0.413031
+0.469184 0.633021 0.410407
+0.480049 0.629221 0.408057
+0.49395 0.625681 0.406043
+0.51133 0.622751 0.404669
+0.531472 0.620172 0.403693
+0.554711 0.618082 0.40322
+0.58088 0.616892 0.403479
+0.610071 0.616648 0.4056
+0.641764 0.61706 0.421225
+0.674311 0.619181 0.442115
+0.707347 0.62237 0.463951
+0.740795 0.626917 0.486061
+0.774609 0.633112 0.508232
+0.808804 0.640452 0.530144
+0.844846 0.649287 0.552331
+0.884169 0.659876 0.575097
+0.930358 0.672648 0.59939
+0.962463 0.684108 0.619333
+0.969589 0.692241 0.632609
+0.977172 0.701137 0.64654
+0.985245 0.710979 0.661082
+0.46096 0.7066 0.495537
+0.461357 0.705516 0.482124
+0.460853 0.703563 0.468742
+0.463447 0.701198 0.459693
+0.470069 0.697993 0.457542
+0.474144 0.694347 0.455009
+0.476509 0.690547 0.452308
+0.477607 0.68661 0.44947
+0.477714 0.682155 0.44622
+0.478126 0.677729 0.442985
+0.479698 0.673182 0.439734
+0.482841 0.668482 0.436408
+0.48809 0.663996 0.43331
+0.496071 0.659922 0.430655
+0.506661 0.655802 0.428061
+0.520333 0.652171 0.425986
+0.537469 0.649195 0.424536
+0.557443 0.646525 0.423468
+0.580514 0.644419 0.422934
+0.607004 0.643107 0.423056
+0.636042 0.642542 0.424262
+0.667872 0.642969 0.440284
+0.701762 0.645029 0.462547
+0.736065 0.648173 0.485084
+0.771267 0.652811 0.508034
+0.808087 0.659297 0.531518
+0.846754 0.667216 0.5552
+0.889921 0.677195 0.57995
+0.941512 0.690105 0.606622
+0.965316 0.699794 0.624369
+0.972351 0.707607 0.637476
+0.979919 0.716487 0.651331
+0.987976 0.726177 0.665873
+0.487617 0.741848 0.513069
+0.487861 0.740749 0.499886
+0.487373 0.738491 0.487022
+0.495384 0.735439 0.485039
+0.500755 0.732189 0.482841
+0.503731 0.728359 0.480186
+0.50515 0.724224 0.477241
+0.505516 0.719951 0.474174
+0.504921 0.715343 0.470832
+0.504189 0.710506 0.467323
+0.504417 0.705806 0.463935
+0.505699 0.700832 0.460365
+0.50869 0.695918 0.456916
+0.513893 0.691234 0.453696
+0.521721 0.686931 0.450874
+0.532311 0.682658 0.448188
+0.546044 0.678996 0.446082
+0.562966 0.675776 0.44445
+0.583108 0.672908 0.443198
+0.606241 0.670741 0.442588
+0.632624 0.669474 0.442664
+0.662104 0.668589 0.443168
+0.694697 0.669078 0.460212
+0.729534 0.671061 0.483085
+0.765454 0.674174 0.506447
+0.803159 0.678935 0.53051
+0.844221 0.685817 0.555764
+0.889448 0.694682 0.581796
+0.944076 0.706569 0.610056
+0.967681 0.71577 0.628443
+0.974853 0.723308 0.64181
+0.982193 0.731731 0.655299
+0.990356 0.741604 0.670039
+0.515465 0.779446 0.53225
+0.515038 0.777584 0.519127
+0.520882 0.775006 0.513634
+0.526986 0.771511 0.51133
+0.53077 0.767758 0.508797
+0.53312 0.764004 0.506203
+0.533715 0.759457 0.502998
+0.533257 0.754665 0.499596
+0.532219 0.749935 0.496208
+0.530648 0.744656 0.492393
+0.529503 0.73933 0.488563
+0.529442 0.734081 0.48481
+0.530739 0.728893 0.481147
+0.533684 0.723735 0.477546
+0.53901 0.718975 0.474311
+0.546685 0.714275 0.471214
+0.557229 0.709895 0.468467
+0.571023 0.705898 0.466117
+0.588144 0.702663 0.464469
+0.608377 0.699718 0.463142
+0.631952 0.69749 0.46244
+0.65861 0.69601 0.462318
+0.688472 0.695003 0.462501
+0.721996 0.69546 0.480354
+0.757977 0.697398 0.503883
+0.79617 0.700542 0.528389
+0.837201 0.705531 0.553811
+0.884123 0.713085 0.581216
+0.940703 0.723629 0.610986
+0.969284 0.732372 0.631067
+0.976577 0.73959 0.644739
+0.984115 0.747692 0.65861
+0.992233 0.757153 0.673304
+0.544793 0.820066 0.553429
+0.546914 0.817716 0.543816
+0.554116 0.81413 0.541543
+0.558984 0.81059 0.539254
+0.561486 0.806271 0.536355
+0.562509 0.801541 0.53312
+0.562646 0.796918 0.529915
+0.561593 0.791684 0.526253
+0.559792 0.786175 0.522362
+0.55787 0.78088 0.518608
+0.555703 0.774945 0.514382
+0.554314 0.76907 0.510216
+0.554192 0.763546 0.506325
+0.555291 0.757778 0.502281
+0.558236 0.752255 0.498482
+0.563592 0.747219 0.495094
+0.571374 0.742229 0.491814
+0.582025 0.737667 0.48896
+0.596048 0.7337 0.486641
+0.613291 0.730068 0.484703
+0.633616 0.727047 0.483314
+0.657664 0.724849 0.482612
+0.684718 0.723095 0.482246
+0.715282 0.721965 0.482292
+0.750225 0.722408 0.500984
+0.787854 0.724269 0.525383
+0.82884 0.72755 0.551125
+0.875395 0.733166 0.578836
+0.93106 0.741741 0.609003
+0.970535 0.75053 0.632944
+0.977676 0.756741 0.646403
+0.985245 0.764538 0.660441
+0.993347 0.773632 0.675227
+0.576608 0.865644 0.577935
+0.583673 0.862425 0.574777
+0.588861 0.858198 0.572122
+0.592004 0.853742 0.569253
+0.593683 0.849027 0.566155
+0.593774 0.843656 0.56257
+0.592798 0.837934 0.558694
+0.591226 0.832197 0.554772
+0.588785 0.825971 0.550484
+0.585809 0.819455 0.545953
+0.583124 0.81326 0.54165
+0.580758 0.806821 0.537148
+0.579126 0.800259 0.53257
+0.578882 0.794186 0.528359
+0.579889 0.7879 0.524041
+0.582788 0.781918 0.519966
+0.58819 0.776547 0.516381
+0.596033 0.771145 0.512871
+0.606851 0.766262 0.509819
+0.621042 0.762219 0.507485
+0.638407 0.758343 0.505379
+0.659052 0.755184 0.503883
+0.68333 0.752865 0.50309
+0.711254 0.751003 0.502632
+0.742885 0.749752 0.502556
+0.779751 0.750195 0.522316
+0.819699 0.751904 0.547845
+0.864683 0.755505 0.575235
+0.918914 0.761929 0.605676
+0.971695 0.770687 0.634546
+0.978469 0.775891 0.647456
+0.985809 0.782803 0.661204
+0.993729 0.791318 0.675807
+0.618051 0.920562 0.613169
+0.623758 0.916152 0.610574
+0.627283 0.911055 0.607462
+0.628626 0.905028 0.603677
+0.628717 0.898833 0.599725
+0.627802 0.892409 0.59556
+0.625849 0.885466 0.591028
+0.623148 0.878248 0.586236
+0.620081 0.871092 0.58146
+0.616373 0.863523 0.576364
+0.612543 0.855848 0.57116
+0.609201 0.848432 0.566125
+0.606378 0.840955 0.561028
+0.604425 0.833524 0.555962
+0.604013 0.82681 0.5514
+0.604868 0.819928 0.546746
+0.607675 0.81326 0.542275
+0.613092 0.807416 0.538445
+0.620996 0.801694 0.534783
+0.632013 0.796323 0.531456
+0.646387 0.791974 0.528939
+0.663874 0.7879 0.526726
+0.684871 0.784512 0.525109
+0.709712 0.782101 0.524224
+0.738476 0.780026 0.523629
+0.771542 0.778714 0.523507
+0.810407 0.779141 0.544198
+0.854551 0.780865 0.571756
+0.905913 0.784985 0.601648
+0.973083 0.793225 0.636423
+0.979309 0.797345 0.648478
+0.986053 0.803082 0.661311
+0.993591 0.810941 0.675395
+0.664424 0.984802 0.654795
+0.670756 0.984726 0.654521
+0.674342 0.982254 0.652811
+0.673411 0.97351 0.647532
+0.671153 0.964065 0.641749
+0.668437 0.955047 0.636164
+0.664698 0.945327 0.630076
+0.660304 0.935332 0.623728
+0.655787 0.925765 0.617594
+0.651087 0.916426 0.611566
+0.645869 0.906508 0.605112
+0.641138 0.897169 0.598978
+0.636912 0.887968 0.592905
+0.633433 0.878996 0.586969
+0.631022 0.87039 0.581262
+0.630152 0.862409 0.575967
+0.630823 0.854719 0.570901
+0.633524 0.847425 0.566125
+0.638788 0.840681 0.561776
+0.646693 0.834287 0.557733
+0.657725 0.828489 0.554192
+0.672267 0.823743 0.551476
+0.690044 0.819364 0.549111
+0.711574 0.81561 0.54728
+0.737087 0.812985 0.546288
+0.766598 0.81088 0.545678
+0.80174 0.809339 0.545434
+0.844068 0.809705 0.567758
+0.893126 0.811765 0.597391
+0.955962 0.816983 0.631601
+0.980438 0.821775 0.649927
+0.986542 0.826413 0.661753
+0.993271 0.833005 0.674556
+0.678767 0.988983 0.663706
+0.684474 0.98883 0.663294
+0.688609 0.988571 0.662684
+0.69163 0.988296 0.662013
+0.693477 0.987915 0.661158
+0.69453 0.987488 0.660197
+0.694987 0.987015 0.659159
+0.694911 0.986511 0.65803
+0.694362 0.985946 0.656794
+0.693584 0.985382 0.655558
+0.68719 0.973617 0.648066
+0.679911 0.959808 0.639429
+0.673457 0.947036 0.631373
+0.66807 0.935302 0.623911
+0.66334 0.923644 0.616464
+0.660151 0.913146 0.609735
+0.658473 0.903319 0.603418
+0.658518 0.893889 0.59736
+0.660822 0.885267 0.591867
+0.665949 0.877592 0.587045
+0.673716 0.870466 0.58265
+0.684688 0.864088 0.578836
+0.699275 0.858534 0.575677
+0.71722 0.853605 0.573022
+0.739055 0.849546 0.571054
+0.765606 0.846555 0.569879
+0.796735 0.844129 0.569131
+0.834592 0.842496 0.568902
+0.881392 0.842939 0.593286
+0.939284 0.845594 0.626581
+0.982086 0.84979 0.652125
+0.98735 0.85359 0.662623
+0.993194 0.859052 0.674052
+0.693553 0.993271 0.672816
+0.698924 0.993072 0.672343
+0.702632 0.992737 0.67158
+0.705119 0.992355 0.670741
+0.706813 0.991958 0.669856
+0.707576 0.991485 0.668788
+0.707744 0.990967 0.667659
+0.707485 0.990433 0.666484
+0.706706 0.989822 0.665171
+0.705623 0.989197 0.663813
+0.704356 0.988556 0.662409
+0.702968 0.987884 0.660945
+0.701778 0.987213 0.659464
+0.701045 0.986572 0.658061
+0.700786 0.985946 0.656672
+0.699245 0.981186 0.653025
+0.69427 0.966842 0.644175
+0.690929 0.953429 0.635874
+0.689738 0.941131 0.62826
+0.691325 0.93051 0.621714
+0.695598 0.920913 0.615839
+0.702907 0.912062 0.610513
+0.713817 0.904982 0.606394
+0.728008 0.898238 0.602594
+0.746166 0.892393 0.599481
+0.768597 0.887861 0.59733
+0.796063 0.884245 0.59585
+0.829358 0.881376 0.594934
+0.871061 0.879927 0.59498
+0.925261 0.880156 0.62237
+0.984588 0.883284 0.65565
+0.988815 0.885695 0.664485
+0.993484 0.889616 0.674052
+0.709529 0.997711 0.682277
+0.71429 0.997391 0.681575
+0.7178 0.997024 0.680781
+0.719982 0.996582 0.67982
+0.721218 0.996094 0.678737
+0.721843 0.995605 0.677684
+0.721675 0.995026 0.676417
+0.721019 0.994415 0.675105
+0.720088 0.99382 0.673777
+0.718746 0.993149 0.672328
+0.717113 0.992447 0.670802
+0.715526 0.99176 0.669322
+0.713924 0.991028 0.667735
+0.712657 0.990311 0.666178
+0.711894 0.989639 0.664683
+0.711635 0.988968 0.663203
+0.712123 0.988327 0.661784
+0.713695 0.987778 0.660533
+0.716365 0.987274 0.659342
+0.720546 0.986831 0.658274
+0.726619 0.986542 0.657496
+0.730419 0.976074 0.651194
+0.736416 0.964263 0.644282
+0.746471 0.954665 0.638819
+0.760128 0.946197 0.634134
+0.778119 0.938872 0.630289
+0.801099 0.933425 0.627741
+0.829587 0.928679 0.625742
+0.865614 0.925261 0.624689
+0.9131 0.923568 0.624887
+0.981277 0.924239 0.657801
+0.991211 0.924727 0.66775
+0.994629 0.92842 0.675349
+0.734691 1 0.701198
+0.737697 1 0.698894
+0.739071 1 0.695994
+0.739544 1 0.693065
+0.738689 1 0.689647
+0.737545 0.999786 0.686717
+0.737224 0.999222 0.685481
+0.736263 0.998566 0.684077
+0.734844 0.997879 0.682567
+0.733272 0.997208 0.681102
+0.731304 0.99646 0.679484
+0.729213 0.995697 0.677836
+0.727337 0.99498 0.676265
+0.725536 0.994202 0.674571
+0.724163 0.993439 0.672938
+0.7234 0.992737 0.671397
+0.723171 0.99202 0.66981
+0.723796 0.991363 0.66833
+0.725612 0.990768 0.667002
+0.728664 0.990234 0.665766
+0.733303 0.989792 0.664683
+0.740001 0.989471 0.663859
+0.748791 0.989258 0.663203
+0.760082 0.989181 0.662837
+0.774472 0.989319 0.662821
+0.791836 0.989609 0.663111
+0.812879 0.990112 0.663783
+0.838727 0.990875 0.664927
+0.867994 0.98497 0.662425
+0.907561 0.98024 0.660945
+0.964691 0.978225 0.66154
+0.995422 0.977859 0.673823
+0.997116 0.979629 0.678752
+0.76878 1 0.730053
+0.771054 1 0.727504
+0.771817 1 0.724422
+0.771756 1 0.721294
+0.770413 1 0.717647
+0.768261 1 0.713756
+0.765606 1 0.709789
+0.76202 1 0.705272
+0.757931 1 0.700542
+0.753475 1 0.695644
+0.748699 1 0.690593
+0.744488 0.999725 0.686564
+0.742077 0.998932 0.684855
+0.739818 0.998138 0.683116
+0.737865 0.99733 0.681361
+0.7364 0.996551 0.679652
+0.735561 0.995804 0.678004
+0.735378 0.995041 0.676356
+0.736263 0.994369 0.674876
+0.738262 0.993744 0.673442
+0.741711 0.993164 0.672129
+0.746944 0.992706 0.671031
+0.754299 0.992355 0.670146
+0.764019 0.992096 0.669429
+0.776516 0.992004 0.669032
+0.792203 0.992065 0.668894
+0.811368 0.992309 0.669093
+0.83505 0.992752 0.669688
+0.8645 0.993469 0.670726
+0.901259 0.994446 0.672221
+0.951736 0.995865 0.674434
+0.997208 0.997208 0.676463
+0.998062 0.998062 0.679759
+0.805646 1 0.760861
+0.807797 1 0.758434
+0.808042 1 0.755123
+0.80708 1 0.751446
+0.805508 1 0.747799
+0.80267 1 0.743496
+0.799176 1 0.73901
+0.795392 1 0.734524
+0.790707 1 0.729442
+0.785672 1 0.724239
+0.780514 1 0.719036
+0.774777 1 0.71339
+0.7691 1 0.707774
+0.763638 1 0.702205
+0.758373 1 0.696559
+0.753491 1 0.690929
+0.750134 0.999756 0.686625
+0.749142 0.998947 0.684871
+0.749035 0.998169 0.683177
+0.750072 0.997452 0.681575
+0.752377 0.996765 0.680049
+0.756283 0.996155 0.678676
+0.76228 0.995666 0.677531
+0.770397 0.995254 0.676524
+0.781216 0.994949 0.675746
+0.795148 0.994812 0.675258
+0.812604 0.994812 0.675044
+0.83447 0.99498 0.675105
+0.861616 0.995361 0.675593
+0.895979 0.995956 0.676448
+0.942184 0.996857 0.677836
+0.998047 0.998047 0.679667
+0.998047 0.998047 0.679652
+0.0450446 0.0450446 0.418448
+0.0446784 0.0446784 0.416464
+0.066453 0.0472725 0.414694
+0.119524 0.054902 0.414496
+0.169665 0.0645151 0.414649
+0.215351 0.0755169 0.415351
+0.257069 0.0876173 0.416526
+0.296483 0.101732 0.418799
+0.336858 0.127123 0.424811
+0.379324 0.162356 0.435538
+0.422827 0.196872 0.448417
+0.467384 0.231312 0.462547
+0.508766 0.267674 0.473259
+0.547478 0.301686 0.48246
+0.582742 0.33225 0.489265
+0.613367 0.358373 0.493919
+0.640742 0.381384 0.497902
+0.665675 0.401938 0.502144
+0.688579 0.420447 0.506874
+0.711727 0.438743 0.513497
+0.73521 0.456779 0.52166
+0.75906 0.474556 0.531106
+0.784131 0.492561 0.542
+0.811032 0.511025 0.554314
+0.839948 0.529824 0.567773
+0.872908 0.549737 0.582986
+0.912337 0.571328 0.600336
+0.946929 0.591836 0.617563
+0.954711 0.606378 0.630457
+0.96286 0.621393 0.644099
+0.971466 0.636973 0.658625
+0.980484 0.653086 0.673991
+0.990112 0.670039 0.690532
+0.0432288 0.0437324 0.407294
+0.0433967 0.0444953 0.406577
+0.0623636 0.0475471 0.406012
+0.11252 0.0549325 0.4056
+0.161593 0.0652781 0.406073
+0.207645 0.0792554 0.40766
+0.251545 0.09897 0.411292
+0.294255 0.124102 0.417105
+0.335653 0.150729 0.424781
+0.377462 0.178531 0.434211
+0.41976 0.207263 0.44538
+0.463401 0.236835 0.45774
+0.502846 0.269322 0.466667
+0.539605 0.300023 0.473472
+0.572671 0.327733 0.478737
+0.601495 0.351736 0.482246
+0.626459 0.372335 0.485084
+0.649668 0.391302 0.488609
+0.671229 0.408667 0.493004
+0.693202 0.426047 0.499321
+0.716243 0.4439 0.507912
+0.739269 0.461295 0.517327
+0.763607 0.479133 0.528237
+0.789425 0.497368 0.54052
+0.817182 0.516091 0.554055
+0.848463 0.535973 0.569329
+0.88426 0.556954 0.586267
+0.928695 0.580209 0.605768
+0.950286 0.598154 0.621515
+0.958373 0.613153 0.635218
+0.967239 0.629358 0.650355
+0.976318 0.64567 0.665904
+0.985809 0.662486 0.682246
+0.0540627 0.078294 0.399802
+0.0536507 0.0773175 0.39913
+0.0689708 0.0851759 0.402411
+0.116899 0.0931716 0.407019
+0.163149 0.102358 0.407568
+0.208774 0.115373 0.40972
+0.251423 0.130587 0.412863
+0.292546 0.148013 0.417258
+0.333486 0.168627 0.423667
+0.37409 0.190951 0.43154
+0.415549 0.214618 0.441245
+0.458259 0.240055 0.452293
+0.49543 0.268727 0.458259
+0.53048 0.296742 0.463508
+0.561532 0.321935 0.467308
+0.588296 0.34374 0.469764
+0.611505 0.362585 0.471595
+0.632364 0.379492 0.474113
+0.653117 0.396155 0.478599
+0.67422 0.412879 0.484871
+0.696101 0.429938 0.49305
+0.719478 0.447791 0.503166
+0.743603 0.465736 0.514458
+0.769329 0.484306 0.527214
+0.797223 0.50367 0.541451
+0.827527 0.523644 0.556954
+0.861357 0.544488 0.573892
+0.901167 0.566842 0.592645
+0.946197 0.590463 0.613153
+0.954299 0.605631 0.627024
+0.963073 0.621775 0.642084
+0.972274 0.638437 0.657969
+0.981811 0.655436 0.674479
+0.0746166 0.13196 0.395071
+0.0721294 0.126741 0.393942
+0.0823987 0.130922 0.396246
+0.124376 0.138323 0.40824
+0.16817 0.144472 0.41384
+0.210575 0.15111 0.414252
+0.251667 0.160342 0.415824
+0.292088 0.17258 0.419028
+0.331518 0.186954 0.423392
+0.371054 0.203738 0.429694
+0.411719 0.222339 0.437568
+0.452674 0.242985 0.446067
+0.488533 0.268833 0.450111
+0.521065 0.293538 0.453376
+0.550027 0.316228 0.455467
+0.57377 0.335042 0.455955
+0.594888 0.351904 0.456992
+0.614572 0.367636 0.459373
+0.63447 0.383474 0.463645
+0.655436 0.400046 0.470375
+0.677653 0.417365 0.479149
+0.700557 0.434928 0.489342
+0.725277 0.453513 0.501472
+0.751507 0.472694 0.515007
+0.778927 0.492103 0.529458
+0.808774 0.512322 0.545342
+0.841489 0.533257 0.562402
+0.87866 0.55523 0.580941
+0.923552 0.578973 0.601541
+0.950729 0.598978 0.619593
+0.959442 0.615122 0.634684
+0.96849 0.631632 0.650401
+0.978149 0.648936 0.667231
+0.098436 0.180133 0.391562
+0.0948348 0.173419 0.390326
+0.100969 0.175387 0.391882
+0.133257 0.179675 0.40177
+0.171725 0.185428 0.416373
+0.213931 0.189944 0.423117
+0.253925 0.194125 0.422873
+0.292653 0.200473 0.423789
+0.331243 0.209339 0.426413
+0.369985 0.220096 0.430152
+0.409827 0.233249 0.436072
+0.449042 0.249378 0.441474
+0.482033 0.270329 0.442466
+0.512093 0.291783 0.442908
+0.537621 0.310826 0.442603
+0.559564 0.327642 0.442374
+0.578378 0.342275 0.442359
+0.597116 0.35697 0.444465
+0.61651 0.372152 0.448981
+0.637766 0.388724 0.456275
+0.660746 0.4065 0.466087
+0.684413 0.424582 0.477134
+0.709514 0.443442 0.489769
+0.735866 0.462837 0.503761
+0.763302 0.48246 0.518624
+0.792432 0.502541 0.534524
+0.824369 0.523507 0.551843
+0.859968 0.545357 0.570428
+0.90164 0.568612 0.590723
+0.947417 0.592782 0.61236
+0.956298 0.609323 0.627939
+0.965393 0.626001 0.64387
+0.974899 0.643153 0.660533
+0.120623 0.222568 0.388434
+0.117418 0.216815 0.387304
+0.120562 0.215839 0.388128
+0.145846 0.218845 0.39675
+0.175097 0.222202 0.408194
+0.213169 0.226764 0.426291
+0.252903 0.227604 0.431495
+0.291752 0.22948 0.430213
+0.330144 0.233127 0.429923
+0.368475 0.239322 0.431388
+0.407416 0.247745 0.434394
+0.446235 0.260105 0.437797
+0.477409 0.276951 0.435599
+0.504173 0.293217 0.433097
+0.526757 0.308537 0.430732
+0.545007 0.321859 0.428138
+0.562921 0.335225 0.428016
+0.581231 0.349035 0.430518
+0.601556 0.364462 0.436179
+0.623011 0.380728 0.44387
+0.646189 0.398291 0.454017
+0.670802 0.416846 0.465995
+0.69601 0.435599 0.479042
+0.722286 0.454856 0.493278
+0.75024 0.474891 0.508888
+0.779263 0.495048 0.525185
+0.810391 0.515785 0.542565
+0.845014 0.537545 0.561318
+0.88426 0.560265 0.581353
+0.932372 0.585 0.603586
+0.95349 0.604135 0.621454
+0.962646 0.620996 0.637644
+0.972091 0.638132 0.654353
+0.140902 0.26006 0.385229
+0.138155 0.255207 0.384649
+0.14052 0.25304 0.385397
+0.16022 0.254795 0.392691
+0.181888 0.256825 0.40177
+0.211109 0.25977 0.415808
+0.244617 0.258534 0.430381
+0.285161 0.257481 0.435142
+0.325734 0.258259 0.433768
+0.366232 0.26096 0.433661
+0.406638 0.265583 0.434989
+0.445426 0.273869 0.435157
+0.474083 0.287648 0.429603
+0.497612 0.300587 0.424018
+0.516655 0.31223 0.419242
+0.533257 0.322774 0.416083
+0.550301 0.333883 0.415915
+0.569009 0.346258 0.418784
+0.589456 0.360403 0.424567
+0.611994 0.376837 0.433417
+0.635691 0.394186 0.444114
+0.660182 0.412146 0.456275
+0.68574 0.430838 0.469856
+0.712108 0.449897 0.484474
+0.739513 0.469398 0.500099
+0.768582 0.48957 0.516869
+0.799344 0.510185 0.534478
+0.832746 0.531441 0.553094
+0.870207 0.553674 0.572992
+0.915511 0.577905 0.595071
+0.951431 0.60032 0.615976
+0.960403 0.616892 0.631998
+0.969863 0.634089 0.64889
+0.159472 0.293538 0.382742
+0.15729 0.289738 0.382208
+0.160006 0.287282 0.383169
+0.175692 0.288731 0.389578
+0.191272 0.289967 0.396704
+0.212299 0.291752 0.407065
+0.239246 0.290898 0.418311
+0.273655 0.288548 0.434928
+0.318074 0.285893 0.440131
+0.362341 0.285069 0.43801
+0.405859 0.286473 0.436545
+0.446494 0.290623 0.434195
+0.472251 0.301518 0.423484
+0.49221 0.311772 0.414755
+0.508125 0.320699 0.408331
+0.524788 0.330144 0.40618
+0.542397 0.340185 0.406912
+0.562066 0.351827 0.410849
+0.582727 0.364446 0.416876
+0.605127 0.378561 0.425299
+0.628809 0.393988 0.435904
+0.653239 0.411093 0.448218
+0.678584 0.429084 0.461952
+0.705013 0.447807 0.476982
+0.732128 0.466804 0.49276
+0.760662 0.486412 0.509575
+0.790768 0.506523 0.52726
+0.823468 0.527443 0.546014
+0.859602 0.549157 0.565866
+0.901884 0.572366 0.587411
+0.94992 0.597498 0.611017
+0.958755 0.613886 0.627039
+0.968017 0.630762 0.643732
+0.177356 0.325124 0.381765
+0.175982 0.322164 0.381704
+0.180331 0.320195 0.383352
+0.192264 0.321569 0.38851
+0.202686 0.322042 0.393133
+0.216449 0.32314 0.399954
+0.236942 0.322637 0.407858
+0.263874 0.321492 0.420249
+0.30454 0.319234 0.425742
+0.349035 0.317235 0.423072
+0.39176 0.316686 0.42089
+0.432959 0.318471 0.41912
+0.462318 0.323308 0.410925
+0.482414 0.329549 0.403311
+0.50193 0.335409 0.399115
+0.520989 0.342489 0.398047
+0.539895 0.351751 0.400183
+0.559686 0.361898 0.404715
+0.581079 0.373617 0.411704
+0.60325 0.386358 0.42031
+0.626337 0.400244 0.430625
+0.650339 0.415183 0.442374
+0.674769 0.430655 0.4551
+0.70042 0.448173 0.469963
+0.727535 0.466758 0.486259
+0.755398 0.485603 0.503166
+0.78497 0.505135 0.52105
+0.817029 0.525551 0.540017
+0.852155 0.546746 0.55993
+0.892729 0.569299 0.581323
+0.944747 0.594797 0.605676
+0.957717 0.611948 0.622629
+0.966796 0.62858 0.639277
+0.195239 0.355657 0.3832
+0.19675 0.353796 0.383673
+0.201053 0.35256 0.385122
+0.20882 0.353658 0.388937
+0.215091 0.353719 0.391592
+0.223163 0.353689 0.394507
+0.237446 0.353857 0.399359
+0.256321 0.353872 0.406958
+0.292287 0.351934 0.409873
+0.335988 0.349416 0.407507
+0.378759 0.347585 0.405783
+0.418769 0.347631 0.403326
+0.441169 0.35198 0.394247
+0.46244 0.355932 0.390784
+0.486183 0.360021 0.39089
+0.510689 0.364401 0.392355
+0.535729 0.370077 0.395743
+0.560693 0.37673 0.399954
+0.583124 0.385992 0.406653
+0.605158 0.397589 0.415824
+0.627665 0.41001 0.426261
+0.650767 0.423316 0.437934
+0.674937 0.437766 0.451118
+0.699748 0.452857 0.465095
+0.725414 0.469001 0.480217
+0.752941 0.487221 0.49752
+0.78175 0.505928 0.515511
+0.812757 0.52546 0.534447
+0.847211 0.546151 0.554635
+0.886137 0.567864 0.575921
+0.935271 0.59234 0.599924
+0.957259 0.611139 0.618784
+0.966278 0.627619 0.635554
+0.220523 0.388388 0.390997
+0.220874 0.38677 0.38999
+0.220523 0.384421 0.388281
+0.224369 0.38526 0.389822
+0.226719 0.384771 0.390066
+0.231601 0.38436 0.390524
+0.239963 0.384863 0.392218
+0.250675 0.38584 0.39501
+0.281849 0.384146 0.39472
+0.324453 0.381033 0.392309
+0.366186 0.378363 0.390341
+0.400244 0.378225 0.386465
+0.426017 0.380301 0.386023
+0.452155 0.382223 0.386496
+0.478218 0.384802 0.387839
+0.504051 0.388144 0.390097
+0.529824 0.392309 0.393362
+0.555673 0.397879 0.39823
+0.58146 0.40444 0.404273
+0.607462 0.412375 0.411902
+0.631922 0.422538 0.421973
+0.654292 0.434424 0.433967
+0.677501 0.447227 0.447013
+0.701778 0.461143 0.461295
+0.726818 0.475822 0.476417
+0.752956 0.49131 0.492409
+0.781216 0.508949 0.510567
+0.811536 0.527703 0.529824
+0.844419 0.547204 0.549798
+0.882429 0.568338 0.571359
+0.929351 0.591791 0.595178
+0.957504 0.611582 0.615442
+0.966201 0.627482 0.631983
+0.244404 0.420813 0.39971
+0.243473 0.41857 0.395956
+0.241978 0.415732 0.391943
+0.244602 0.41593 0.391028
+0.245762 0.414984 0.389059
+0.247654 0.413733 0.386709
+0.253254 0.413535 0.384817
+0.261067 0.414481 0.382895
+0.274617 0.41532 0.379629
+0.314199 0.411749 0.376867
+0.354482 0.408759 0.37496
+0.39469 0.405982 0.373968
+0.428168 0.405051 0.379187
+0.453574 0.406271 0.38706
+0.47866 0.408408 0.388815
+0.503594 0.411643 0.389654
+0.528374 0.415259 0.391928
+0.553491 0.419715 0.395895
+0.579187 0.425467 0.401785
+0.604898 0.43212 0.409064
+0.628504 0.440681 0.41912
+0.650996 0.451011 0.431388
+0.673777 0.462043 0.444266
+0.697719 0.474037 0.458274
+0.722805 0.487098 0.473381
+0.748775 0.500862 0.489097
+0.776532 0.51635 0.506539
+0.806668 0.533455 0.525536
+0.839002 0.551278 0.545113
+0.875654 0.57052 0.565957
+0.919402 0.59176 0.588617
+0.957046 0.612589 0.610727
+0.965698 0.627329 0.626581
+0.267292 0.451575 0.407965
+0.265888 0.449165 0.402274
+0.264164 0.446281 0.396292
+0.266072 0.445869 0.392706
+0.266926 0.444785 0.388998
+0.266712 0.442756 0.384604
+0.270222 0.441749 0.380423
+0.276341 0.441978 0.376059
+0.284291 0.442893 0.369085
+0.307103 0.441978 0.36257
+0.345113 0.438666 0.360662
+0.383398 0.435554 0.359274
+0.422263 0.43299 0.359228
+0.458854 0.431846 0.364416
+0.485573 0.432593 0.37525
+0.509819 0.434195 0.387884
+0.534508 0.437278 0.395483
+0.559136 0.441138 0.401282
+0.583932 0.446143 0.407218
+0.608927 0.452201 0.413642
+0.632059 0.459525 0.422278
+0.653452 0.468467 0.433768
+0.676143 0.478538 0.446555
+0.699367 0.489158 0.46006
+0.723659 0.500679 0.474525
+0.749508 0.51339 0.490135
+0.776761 0.527413 0.50724
+0.806226 0.542916 0.525795
+0.838712 0.559777 0.54548
+0.874662 0.577661 0.566003
+0.91751 0.597559 0.588327
+0.957198 0.618021 0.61088
+0.965652 0.632029 0.626413
+0.290166 0.481956 0.416434
+0.288502 0.47953 0.409003
+0.286854 0.476738 0.401617
+0.288258 0.476005 0.396307
+0.288762 0.474723 0.390814
+0.288167 0.472465 0.384985
+0.288579 0.470359 0.379004
+0.293034 0.469886 0.372992
+0.299229 0.470008 0.364446
+0.307561 0.471244 0.351736
+0.338399 0.468421 0.347433
+0.374899 0.465095 0.346532
+0.411704 0.462196 0.346273
+0.44979 0.460029 0.348119
+0.486519 0.458717 0.354101
+0.516976 0.459098 0.365652
+0.542168 0.461234 0.378286
+0.566308 0.463874 0.393683
+0.590784 0.467597 0.406134
+0.615579 0.472694 0.416403
+0.639002 0.47895 0.427482
+0.661112 0.486748 0.44007
+0.68336 0.495521 0.452781
+0.706416 0.505455 0.466163
+0.73019 0.51606 0.480095
+0.754986 0.527474 0.494789
+0.781903 0.540566 0.511482
+0.81088 0.55494 0.529534
+0.842344 0.570336 0.548409
+0.878279 0.587381 0.56875
+0.921218 0.606348 0.590921
+0.958007 0.624994 0.612284
+0.966323 0.638407 0.627543
+0.313375 0.512596 0.426078
+0.311254 0.509773 0.416785
+0.310338 0.507698 0.408286
+0.311269 0.506661 0.40116
+0.311192 0.504875 0.394049
+0.310552 0.502739 0.387259
+0.309255 0.499962 0.380026
+0.311284 0.498314 0.372885
+0.315923 0.497932 0.364187
+0.322301 0.498192 0.351461
+0.335607 0.498451 0.33637
+0.368963 0.494987 0.335286
+0.403967 0.491554 0.335103
+0.439948 0.488685 0.336645
+0.476982 0.486778 0.340566
+0.513512 0.485603 0.348409
+0.545785 0.485908 0.361975
+0.572381 0.488365 0.379309
+0.595956 0.491722 0.394949
+0.619821 0.495491 0.411521
+0.64361 0.500374 0.427649
+0.66685 0.506798 0.442512
+0.689982 0.514183 0.45687
+0.713802 0.522744 0.471458
+0.738399 0.532403 0.486427
+0.763973 0.542962 0.501823
+0.790936 0.554955 0.518395
+0.820325 0.568689 0.536492
+0.852079 0.583337 0.5552
+0.888167 0.599451 0.575143
+0.932494 0.618036 0.597406
+0.960174 0.633997 0.616159
+0.968048 0.646433 0.63061
+0.336873 0.543511 0.4365
+0.334646 0.540703 0.425834
+0.334371 0.53901 0.416327
+0.334966 0.53782 0.407874
+0.334615 0.535897 0.399527
+0.333486 0.533303 0.391318
+0.332097 0.530571 0.383581
+0.331319 0.527794 0.37525
+0.334173 0.526421 0.366201
+0.338933 0.526146 0.354406
+0.350668 0.525185 0.342565
+0.376486 0.521767 0.340703
+0.405051 0.519051 0.339529
+0.435904 0.516472 0.338643
+0.468711 0.514519 0.338384
+0.504067 0.51342 0.338872
+0.5393 0.512245 0.35552
+0.570382 0.513008 0.374868
+0.598184 0.515709 0.392554
+0.62327 0.519341 0.408881
+0.646937 0.523796 0.424613
+0.671244 0.528862 0.441367
+0.695933 0.534722 0.458289
+0.72047 0.541772 0.474464
+0.745892 0.550271 0.490669
+0.772015 0.559731 0.506905
+0.799741 0.570886 0.524559
+0.830045 0.583459 0.543191
+0.863554 0.597589 0.562753
+0.90164 0.61323 0.583352
+0.949462 0.631662 0.606439
+0.963256 0.644327 0.621744
+0.971038 0.656306 0.635935
+0.360678 0.574807 0.448066
+0.358312 0.571908 0.436057
+0.358877 0.570764 0.425757
+0.359304 0.569604 0.416144
+0.358633 0.567422 0.406622
+0.357351 0.564767 0.397604
+0.355612 0.561746 0.38909
+0.353643 0.558465 0.38024
+0.354284 0.55613 0.371237
+0.357244 0.554818 0.360143
+0.371984 0.551781 0.356222
+0.391623 0.548394 0.354421
+0.414313 0.545373 0.353109
+0.43975 0.543099 0.352667
+0.467445 0.541085 0.352667
+0.497704 0.539605 0.353338
+0.530587 0.539071 0.354833
+0.564004 0.538537 0.370565
+0.595407 0.539513 0.389792
+0.624659 0.542321 0.408209
+0.651347 0.546151 0.425391
+0.67628 0.550973 0.441703
+0.701228 0.556695 0.458366
+0.726757 0.562753 0.475639
+0.753094 0.569802 0.493675
+0.780377 0.578302 0.512001
+0.809323 0.588418 0.530678
+0.840238 0.599832 0.549676
+0.874739 0.612924 0.569619
+0.915511 0.628199 0.591211
+0.958801 0.644816 0.613336
+0.966186 0.655421 0.626978
+0.974105 0.667094 0.641413
+0.384573 0.606256 0.460121
+0.3832 0.604181 0.447654
+0.383886 0.603113 0.436561
+0.383673 0.601328 0.425772
+0.382895 0.599161 0.415732
+0.381506 0.59649 0.406119
+0.379522 0.593225 0.396872
+0.377417 0.589914 0.3879
+0.375647 0.586496 0.377966
+0.382803 0.582986 0.373907
+0.394339 0.579217 0.371588
+0.409247 0.57583 0.369787
+0.42681 0.572595 0.368368
+0.447333 0.569772 0.367514
+0.471015 0.567651 0.367498
+0.496773 0.565988 0.368063
+0.525139 0.56492 0.369375
+0.556771 0.564675 0.371496
+0.589303 0.564508 0.386923
+0.62089 0.565652 0.406149
+0.651118 0.568551 0.425086
+0.67953 0.572473 0.443305
+0.707012 0.577615 0.461677
+0.733715 0.584054 0.479912
+0.760586 0.590982 0.49807
+0.788937 0.598672 0.516945
+0.81912 0.607599 0.536477
+0.85156 0.617838 0.55642
+0.888029 0.629984 0.577249
+0.931884 0.644785 0.599908
+0.961776 0.657908 0.618662
+0.969055 0.667765 0.63209
+0.976852 0.67863 0.64625
+0.408682 0.638132 0.472953
+0.408515 0.636759 0.460472
+0.409003 0.635645 0.448569
+0.408499 0.633692 0.437201
+0.40737 0.63122 0.426398
+0.405859 0.628458 0.416266
+0.403769 0.625132 0.40676
+0.404623 0.621286 0.401099
+0.40824 0.617472 0.398367
+0.412924 0.613352 0.395438
+0.420111 0.609201 0.392569
+0.429969 0.605234 0.389944
+0.442908 0.601663 0.387747
+0.458885 0.598093 0.385718
+0.477928 0.595087 0.384253
+0.499931 0.592691 0.38352
+0.524773 0.591089 0.384436
+0.552117 0.590219 0.386175
+0.582757 0.590249 0.388739
+0.614954 0.590249 0.404242
+0.64651 0.591546 0.423484
+0.677928 0.594461 0.443137
+0.708537 0.598749 0.463706
+0.738277 0.604242 0.483711
+0.768002 0.611048 0.503517
+0.79733 0.618601 0.522637
+0.828199 0.627115 0.542153
+0.862989 0.637125 0.563149
+0.902007 0.648539 0.585
+0.950332 0.662776 0.609171
+0.964843 0.672328 0.624125
+0.972107 0.681483 0.637522
+0.979858 0.691661 0.651545
+0.43328 0.67071 0.486595
+0.434134 0.669932 0.474144
+0.434043 0.668315 0.461753
+0.433509 0.666438 0.450095
+0.432166 0.663783 0.438895
+0.431998 0.660609 0.430228
+0.436255 0.657084 0.427726
+0.438514 0.653071 0.424826
+0.440146 0.648859 0.421759
+0.442466 0.644587 0.418677
+0.446555 0.640314 0.415641
+0.45275 0.635981 0.412634
+0.461784 0.631968 0.409979
+0.473594 0.628168 0.407614
+0.488457 0.624567 0.405539
+0.506447 0.621332 0.403891
+0.527672 0.618906 0.402991
+0.551675 0.616739 0.402396
+0.578424 0.615686 0.403632
+0.608713 0.615778 0.40647
+0.640803 0.615915 0.422217
+0.672709 0.617304 0.441733
+0.705531 0.620523 0.46331
+0.73814 0.624857 0.485023
+0.770382 0.630549 0.506264
+0.803296 0.637766 0.527504
+0.836973 0.646052 0.54844
+0.873228 0.655726 0.569802
+0.915923 0.667521 0.593027
+0.960876 0.680552 0.616403
+0.967742 0.688014 0.629236
+0.975128 0.696559 0.642832
+0.982879 0.706004 0.656855
+0.459464 0.704753 0.501778
+0.460182 0.704021 0.489174
+0.459709 0.702083 0.476585
+0.458595 0.69958 0.464561
+0.46067 0.696864 0.457038
+0.465522 0.693233 0.454505
+0.468315 0.689357 0.451743
+0.469917 0.685557 0.448997
+0.470283 0.681056 0.445716
+0.470832 0.676478 0.44239
+0.472816 0.672084 0.439216
+0.476295 0.667353 0.435859
+0.481987 0.662837 0.432746
+0.490501 0.658717 0.43003
+0.501747 0.654627 0.427451
+0.516014 0.650996 0.42533
+0.533654 0.647791 0.423713
+0.554345 0.645212 0.42266
+0.57789 0.643046 0.422034
+0.604685 0.641535 0.421958
+0.634516 0.641474 0.424613
+0.666636 0.641657 0.440558
+0.699825 0.643091 0.461494
+0.734066 0.646387 0.484169
+0.768566 0.650889 0.506752
+0.803876 0.656901 0.529381
+0.84097 0.664652 0.552316
+0.881376 0.673991 0.575814
+0.92726 0.685435 0.600214
+0.963745 0.69691 0.621454
+0.970581 0.70428 0.634226
+0.977768 0.712337 0.64744
+0.985733 0.721691 0.66186
+0.48629 0.740185 0.518242
+0.486397 0.738872 0.505516
+0.485878 0.736965 0.492927
+0.487739 0.734157 0.484337
+0.493477 0.730632 0.481956
+0.4972 0.727108 0.4795
+0.498955 0.722972 0.47657
+0.499397 0.718471 0.473335
+0.499107 0.714076 0.470146
+0.498558 0.70927 0.466651
+0.498741 0.704295 0.46305
+0.50045 0.699596 0.459678
+0.503716 0.694636 0.456199
+0.509178 0.689906 0.452934
+0.517357 0.685603 0.450095
+0.528405 0.681376 0.447425
+0.542412 0.677531 0.445167
+0.559838 0.674403 0.44358
+0.580377 0.671504 0.442283
+0.603845 0.669322 0.441611
+0.63035 0.667781 0.441459
+0.660487 0.667399 0.443153
+0.693065 0.667567 0.459525
+0.727626 0.669245 0.481971
+0.763272 0.672389 0.505302
+0.800229 0.676997 0.528984
+0.839628 0.683406 0.553338
+0.883055 0.692103 0.578637
+0.933684 0.703151 0.605371
+0.966354 0.713191 0.626001
+0.973236 0.720531 0.638849
+0.980331 0.728496 0.651911
+0.988128 0.737545 0.666041
+0.514092 0.777661 0.536278
+0.513756 0.775876 0.523583
+0.514061 0.773266 0.512551
+0.521096 0.770047 0.510475
+0.525353 0.766354 0.507973
+0.527672 0.762249 0.505119
+0.528771 0.758007 0.502144
+0.528527 0.753262 0.498756
+0.527413 0.748257 0.495171
+0.526177 0.743282 0.491585
+0.525109 0.737957 0.487739
+0.525032 0.732525 0.483848
+0.526589 0.72752 0.480308
+0.529686 0.722362 0.476707
+0.535027 0.717342 0.473274
+0.54316 0.712886 0.470344
+0.554009 0.708476 0.467552
+0.568032 0.704463 0.465187
+0.585443 0.701228 0.463508
+0.605982 0.698222 0.462135
+0.629618 0.695872 0.461311
+0.656428 0.694423 0.461189
+0.686687 0.693629 0.462058
+0.720073 0.693782 0.479072
+0.755978 0.695674 0.502678
+0.79382 0.698726 0.527062
+0.834058 0.703593 0.552132
+0.879393 0.71075 0.578775
+0.933028 0.720851 0.607416
+0.968322 0.730282 0.629282
+0.975341 0.737148 0.642451
+0.982589 0.744945 0.655833
+0.990295 0.753857 0.669825
+0.543206 0.817929 0.556466
+0.542611 0.8159 0.544182
+0.548913 0.81239 0.540459
+0.554086 0.808759 0.538094
+0.557076 0.804623 0.535317
+0.558328 0.799908 0.532097
+0.558389 0.79498 0.528679
+0.557702 0.790066 0.525246
+0.556069 0.784649 0.521416
+0.553948 0.779019 0.517418
+0.55201 0.773358 0.51339
+0.550683 0.767498 0.509224
+0.550469 0.761746 0.50515
+0.551873 0.756268 0.50132
+0.554925 0.750759 0.49752
+0.560204 0.745403 0.493889
+0.568338 0.740749 0.490852
+0.579156 0.736141 0.487953
+0.593194 0.731914 0.485451
+0.610773 0.728511 0.48365
+0.631296 0.725475 0.482231
+0.655238 0.722988 0.4813
+0.682612 0.721447 0.481071
+0.713344 0.720394 0.481407
+0.748012 0.720607 0.499504
+0.785611 0.722438 0.52401
+0.826261 0.725643 0.549661
+0.871534 0.730938 0.576745
+0.925521 0.739361 0.606317
+0.969863 0.748608 0.631693
+0.976776 0.75462 0.644755
+0.984039 0.76199 0.658244
+0.991867 0.770764 0.672541
+0.574823 0.863111 0.580011
+0.578943 0.860334 0.573434
+0.584588 0.856184 0.57084
+0.588022 0.851713 0.567956
+0.5897 0.846769 0.564706
+0.590188 0.841718 0.561334
+0.589303 0.835966 0.557427
+0.587716 0.830091 0.553414
+0.585504 0.824109 0.549294
+0.582635 0.81767 0.544808
+0.579782 0.8112 0.540307
+0.577661 0.805112 0.536034
+0.576043 0.798535 0.531456
+0.575601 0.792187 0.527047
+0.576837 0.78616 0.522896
+0.579812 0.780224 0.518837
+0.585092 0.774594 0.515068
+0.593271 0.769497 0.511772
+0.604181 0.764645 0.508736
+0.618296 0.760296 0.506172
+0.636011 0.756695 0.504265
+0.656764 0.753506 0.502739
+0.680964 0.750912 0.501717
+0.709072 0.749233 0.501366
+0.740719 0.747967 0.50132
+0.777249 0.748104 0.520638
+0.817182 0.750027 0.546288
+0.861692 0.753521 0.573541
+0.914458 0.759625 0.603372
+0.97116 0.76878 0.63357
+0.977798 0.773831 0.646235
+0.984894 0.780331 0.659525
+0.992645 0.788693 0.673808
+0.613428 0.917769 0.611399
+0.619532 0.913375 0.60882
+0.623392 0.908339 0.605753
+0.624964 0.902388 0.602014
+0.625162 0.896147 0.598016
+0.624491 0.889906 0.593973
+0.622721 0.883131 0.589532
+0.620111 0.875975 0.584787
+0.617121 0.868879 0.580041
+0.613474 0.861372 0.57499
+0.609659 0.853712 0.569787
+0.606149 0.846128 0.564614
+0.60351 0.838926 0.559716
+0.601602 0.831617 0.554711
+0.601114 0.824781 0.550057
+0.602075 0.818036 0.54551
+0.604929 0.811399 0.541054
+0.610162 0.80528 0.537026
+0.618357 0.799863 0.533562
+0.629419 0.794491 0.530221
+0.643717 0.789929 0.52755
+0.661509 0.786099 0.525505
+0.682551 0.782696 0.523842
+0.707225 0.77998 0.522744
+0.736248 0.778164 0.522301
+0.769238 0.776776 0.522118
+0.80766 0.776898 0.542367
+0.851759 0.778805 0.570062
+0.902281 0.782788 0.599664
+0.968109 0.790539 0.633875
+0.97879 0.795285 0.647547
+0.985428 0.80087 0.660182
+0.992752 0.808194 0.673838
+0.661875 0.984604 0.654414
+0.668498 0.984527 0.654139
+0.669963 0.977707 0.650004
+0.669642 0.96968 0.645182
+0.667582 0.960388 0.63949
+0.664714 0.951034 0.633677
+0.661479 0.942077 0.628046
+0.657206 0.932219 0.62179
+0.65275 0.922774 0.615717
+0.648051 0.91342 0.609674
+0.64303 0.903853 0.603418
+0.638193 0.894408 0.597208
+0.634119 0.885512 0.591333
+0.630671 0.876631 0.585443
+0.62826 0.868101 0.579782
+0.627237 0.859953 0.574365
+0.628077 0.852552 0.569482
+0.630762 0.845212 0.564675
+0.636057 0.838499 0.560342
+0.644083 0.832242 0.55639
+0.655192 0.826459 0.55285
+0.669566 0.821439 0.549935
+0.687602 0.817365 0.547768
+0.709178 0.813596 0.545907
+0.734493 0.810773 0.544762
+0.764187 0.808789 0.544213
+0.799222 0.807233 0.543938
+0.841001 0.807263 0.565728
+0.889998 0.809506 0.595544
+0.951263 0.814527 0.629191
+0.97995 0.819348 0.649042
+0.986068 0.824079 0.660868
+0.992691 0.830472 0.673487
+0.676326 0.988754 0.663233
+0.682429 0.988647 0.662913
+0.686732 0.988388 0.662303
+0.689738 0.988083 0.66157
+0.691798 0.987732 0.660792
+0.692943 0.987305 0.659831
+0.693385 0.986831 0.658763
+0.693431 0.986343 0.657679
+0.692912 0.985779 0.656443
+0.691157 0.983276 0.654108
+0.684016 0.969787 0.645716
+0.676799 0.956191 0.637186
+0.670329 0.943481 0.62916
+0.66508 0.932082 0.621897
+0.660426 0.920638 0.614557
+0.657115 0.910063 0.607767
+0.655634 0.900572 0.601663
+0.655726 0.891295 0.595712
+0.658045 0.882765 0.590249
+0.663218 0.875181 0.585489
+0.670985 0.86807 0.581094
+0.681941 0.861616 0.577218
+0.696605 0.856153 0.57409
+0.714672 0.851331 0.571511
+0.736553 0.847272 0.569528
+0.763088 0.844266 0.568322
+0.794125 0.84181 0.567529
+0.8318 0.840116 0.567224
+0.878019 0.840345 0.591119
+0.935103 0.843 0.624216
+0.981674 0.847379 0.651392
+0.986954 0.851072 0.661891
+0.992782 0.856367 0.673274
+0.691417 0.993057 0.672389
+0.696788 0.992844 0.671855
+0.700816 0.992538 0.671183
+0.703441 0.992172 0.670344
+0.705089 0.991745 0.669398
+0.706065 0.991302 0.668421
+0.706264 0.990784 0.667277
+0.705913 0.990219 0.666041
+0.705287 0.989654 0.664805
+0.704204 0.989029 0.663432
+0.702846 0.988357 0.661982
+0.701564 0.987716 0.660578
+0.700374 0.987045 0.659113
+0.699519 0.986374 0.657649
+0.699336 0.985779 0.656321
+0.695781 0.976837 0.65037
+0.690623 0.962325 0.641398
+0.687724 0.949767 0.633616
+0.68661 0.937697 0.626108
+0.688075 0.926955 0.619471
+0.692653 0.91783 0.613886
+0.700023 0.909209 0.608698
+0.710704 0.901717 0.604288
+0.725277 0.895415 0.600778
+0.74345 0.889662 0.597696
+0.765728 0.884932 0.595392
+0.793286 0.881498 0.594018
+0.826474 0.87866 0.593088
+0.867506 0.876814 0.592828
+0.921172 0.877333 0.619821
+0.984146 0.880522 0.654856
+0.988418 0.882719 0.663783
+0.993133 0.886564 0.673381
+0.707469 0.997497 0.681849
+0.712383 0.997192 0.681147
+0.715938 0.996811 0.680323
+0.718288 0.996384 0.679393
+0.719615 0.995895 0.67834
+0.72015 0.995377 0.677195
+0.720165 0.994842 0.67602
+0.719554 0.994232 0.674693
+0.718563 0.993606 0.673335
+0.717327 0.992966 0.671931
+0.715709 0.992264 0.67042
+0.714015 0.991547 0.668864
+0.712489 0.99086 0.667353
+0.711192 0.990143 0.665797
+0.710277 0.989425 0.66424
+0.710079 0.988785 0.662821
+0.710567 0.988159 0.661433
+0.711986 0.987579 0.660105
+0.714717 0.987091 0.658976
+0.718868 0.986664 0.657923
+0.723949 0.984375 0.656001
+0.726955 0.971817 0.648569
+0.733089 0.960189 0.641749
+0.742962 0.950362 0.636118
+0.757031 0.942657 0.631907
+0.775082 0.935393 0.628077
+0.797757 0.929549 0.625223
+0.826551 0.925292 0.623514
+0.862287 0.921889 0.622446
+0.908766 0.919753 0.622293
+0.975769 0.920623 0.654536
+0.990784 0.921324 0.666987
+0.994232 0.924361 0.674617
+0.731914 1 0.699855
+0.735073 1 0.697566
+0.736522 1 0.694636
+0.737133 1 0.691768
+0.736355 1 0.68835
+0.735927 0.999588 0.686305
+0.735592 0.999008 0.685023
+0.734722 0.998367 0.68365
+0.733349 0.997696 0.682155
+0.731777 0.997009 0.68069
+0.729793 0.996262 0.679072
+0.727718 0.995514 0.67744
+0.725734 0.994766 0.675807
+0.72401 0.994018 0.674189
+0.722622 0.993271 0.672541
+0.721782 0.992554 0.670985
+0.721538 0.991852 0.669429
+0.722133 0.99118 0.667964
+0.723796 0.99057 0.666575
+0.726909 0.990066 0.6654
+0.731502 0.989609 0.664332
+0.738109 0.989273 0.663462
+0.746914 0.989075 0.662852
+0.758175 0.989013 0.662486
+0.772351 0.98912 0.662409
+0.789776 0.989425 0.66276
+0.810681 0.989929 0.663417
+0.835325 0.987396 0.662638
+0.864286 0.98027 0.659419
+0.903487 0.975601 0.657923
+0.959075 0.973129 0.658137
+0.994904 0.97319 0.672892
+0.996735 0.974792 0.678065
+0.765621 1 0.728359
+0.768383 1 0.72607
+0.769268 1 0.723003
+0.769024 1 0.719707
+0.768017 1 0.716258
+0.765942 1 0.712413
+0.762997 1 0.708156
+0.759716 1 0.703899
+0.755657 1 0.699199
+0.751095 1 0.694209
+0.746487 1 0.689311
+0.742901 0.999527 0.686152
+0.740337 0.998718 0.684382
+0.738216 0.997955 0.682719
+0.736187 0.997131 0.680949
+0.734661 0.996353 0.679225
+0.733837 0.995605 0.677623
+0.733623 0.994873 0.675975
+0.734386 0.994171 0.674434
+0.736431 0.993561 0.67306
+0.739849 0.992996 0.671763
+0.744991 0.992523 0.670649
+0.752316 0.992172 0.669764
+0.761975 0.991913 0.669062
+0.774319 0.991821 0.66862
+0.790036 0.991897 0.668528
+0.809079 0.992142 0.668742
+0.832532 0.992584 0.669306
+0.861646 0.993286 0.670344
+0.897841 0.994247 0.671824
+0.947051 0.995651 0.673961
+0.997147 0.997147 0.676234
+0.998001 0.998001 0.679515
+0.802716 1 0.759289
+0.804623 1 0.756619
+0.805325 1 0.753582
+0.80441 1 0.749905
+0.802594 1 0.746014
+0.800153 1 0.742016
+0.79675 1 0.73756
+0.792706 1 0.732845
+0.788327 1 0.728023
+0.783307 1 0.722835
+0.777905 1 0.717418
+0.772412 1 0.712016
+0.766735 1 0.706432
+0.761059 1 0.70071
+0.755993 1 0.695277
+0.75108 1 0.689662
+0.74815 0.999527 0.686152
+0.74728 0.998764 0.684474
+0.747112 0.997986 0.68278
+0.748012 0.997253 0.681132
+0.750362 0.996582 0.679667
+0.754238 0.995987 0.678294
+0.760037 0.995468 0.677104
+0.768246 0.995087 0.676173
+0.778988 0.994781 0.67538
+0.792706 0.994629 0.674861
+0.810162 0.994644 0.674678
+0.831785 0.994812 0.674739
+0.858427 0.995163 0.675181
+0.892622 0.995789 0.676081
+0.937758 0.996689 0.67744
+0.997986 0.997986 0.679423
+0.997971 0.997971 0.679423
+0.0520638 0.0520638 0.4542
+0.0516213 0.0516213 0.452033
+0.0673228 0.053315 0.449775
+0.119585 0.0607309 0.448981
+0.169711 0.0703288 0.448981
+0.215381 0.0814984 0.449256
+0.256962 0.0928969 0.44979
+0.295537 0.104906 0.450629
+0.334615 0.126329 0.454566
+0.376181 0.161868 0.464057
+0.418631 0.197391 0.475334
+0.463218 0.233814 0.489693
+0.509316 0.268757 0.505257
+0.551003 0.305028 0.515816
+0.590723 0.339178 0.524468
+0.626245 0.369131 0.530358
+0.659068 0.396262 0.535409
+0.689052 0.420432 0.539788
+0.717021 0.44239 0.544747
+0.74464 0.463416 0.551186
+0.771939 0.483452 0.558984
+0.798627 0.502235 0.567437
+0.826169 0.520668 0.577096
+0.856214 0.539574 0.588418
+0.889479 0.558892 0.601221
+0.929412 0.579705 0.616266
+0.949233 0.59617 0.629053
+0.956542 0.609766 0.640192
+0.96408 0.623606 0.652018
+0.972107 0.638132 0.664927
+0.980652 0.653376 0.67895
+0.989563 0.669078 0.693767
+0.9991 0.685634 0.709834
+0.0497444 0.0497749 0.442664
+0.0497292 0.0501564 0.44152
+0.0628977 0.0520333 0.440024
+0.112551 0.0592355 0.43949
+0.161044 0.0690471 0.439521
+0.206821 0.0823224 0.440406
+0.249775 0.0994888 0.442634
+0.291951 0.123842 0.447501
+0.332952 0.15108 0.454017
+0.373693 0.179095 0.461997
+0.415518 0.209583 0.472618
+0.45922 0.240604 0.485634
+0.504036 0.271214 0.499489
+0.544335 0.304509 0.508171
+0.581689 0.33547 0.514885
+0.616159 0.363867 0.520165
+0.646632 0.388647 0.523751
+0.674784 0.41117 0.527398
+0.70161 0.432242 0.532418
+0.726879 0.451621 0.537865
+0.751736 0.470146 0.544808
+0.776745 0.488197 0.553002
+0.80235 0.505943 0.56231
+0.829145 0.523629 0.572808
+0.859495 0.542473 0.585382
+0.894209 0.562295 0.599664
+0.937011 0.5841 0.61651
+0.951141 0.599725 0.629389
+0.958801 0.613931 0.641611
+0.96669 0.628336 0.654414
+0.975418 0.644053 0.668833
+0.984405 0.660029 0.683879
+0.99382 0.676478 0.699763
+0.0568856 0.0741894 0.433845
+0.0577707 0.0770581 0.433127
+0.0695354 0.0851453 0.434958
+0.115969 0.0932326 0.43888
+0.161517 0.10248 0.439216
+0.206455 0.11519 0.440467
+0.249226 0.131121 0.443168
+0.289921 0.148806 0.446815
+0.330129 0.169467 0.452094
+0.370214 0.192874 0.459403
+0.410986 0.217975 0.468681
+0.453941 0.244648 0.480308
+0.497307 0.27129 0.492073
+0.535866 0.301717 0.499229
+0.572396 0.33109 0.505058
+0.604608 0.357046 0.50869
+0.633753 0.380438 0.51162
+0.659815 0.40116 0.514672
+0.684016 0.420172 0.518181
+0.7075 0.438315 0.523262
+0.730617 0.455802 0.529747
+0.754192 0.473152 0.537652
+0.778775 0.490715 0.547158
+0.804807 0.508568 0.558083
+0.833249 0.527108 0.570504
+0.865248 0.546639 0.58468
+0.902525 0.567452 0.600671
+0.945861 0.589807 0.618753
+0.953643 0.604395 0.631357
+0.961624 0.619104 0.64448
+0.97026 0.634806 0.658839
+0.979248 0.650889 0.673945
+0.98883 0.667796 0.690242
+0.0778058 0.129778 0.42916
+0.0764019 0.12697 0.428046
+0.0839246 0.130861 0.428794
+0.12372 0.137682 0.438407
+0.166613 0.144335 0.443473
+0.208301 0.151217 0.443595
+0.248859 0.160769 0.4448
+0.288808 0.173419 0.44744
+0.327611 0.188525 0.451575
+0.366293 0.206119 0.456992
+0.406607 0.226566 0.46479
+0.448203 0.248386 0.474571
+0.490944 0.271885 0.485328
+0.527779 0.299474 0.490394
+0.562203 0.326146 0.494255
+0.592538 0.349996 0.496651
+0.619242 0.371069 0.498375
+0.64358 0.39028 0.500633
+0.665782 0.407675 0.503502
+0.687617 0.424598 0.508125
+0.71017 0.441825 0.514931
+0.732525 0.458534 0.522683
+0.756176 0.475776 0.532158
+0.781826 0.493889 0.543435
+0.809125 0.512367 0.555978
+0.839353 0.531777 0.570123
+0.874174 0.552575 0.586221
+0.915724 0.574975 0.604349
+0.948867 0.595468 0.621714
+0.957 0.61062 0.635264
+0.965606 0.626383 0.649683
+0.974624 0.642649 0.664958
+0.9841 0.65948 0.681117
+0.101244 0.178607 0.424765
+0.0979782 0.172488 0.423102
+0.102602 0.175006 0.423789
+0.133562 0.179034 0.431998
+0.171008 0.184695 0.444434
+0.21146 0.189258 0.450095
+0.250736 0.194385 0.450324
+0.288563 0.201465 0.450996
+0.326482 0.211261 0.453361
+0.364569 0.223346 0.457038
+0.403418 0.237995 0.462867
+0.444389 0.255055 0.470939
+0.484916 0.27364 0.478676
+0.520073 0.298283 0.481407
+0.552041 0.321904 0.483482
+0.580301 0.343404 0.484352
+0.604547 0.362142 0.484733
+0.626093 0.378897 0.485466
+0.647059 0.395239 0.488441
+0.667872 0.411337 0.492882
+0.689418 0.427848 0.499519
+0.712093 0.444953 0.508049
+0.735851 0.462486 0.518029
+0.761059 0.480598 0.52958
+0.788205 0.499458 0.542657
+0.817578 0.518959 0.557031
+0.850141 0.539345 0.572885
+0.888518 0.561456 0.590921
+0.935714 0.58555 0.611231
+0.952728 0.602701 0.626444
+0.961379 0.618677 0.641093
+0.970504 0.635264 0.656672
+0.97998 0.652186 0.672908
+0.123186 0.221622 0.42092
+0.119844 0.215625 0.419348
+0.122087 0.215366 0.419486
+0.1467 0.218158 0.426825
+0.175875 0.221256 0.43682
+0.21268 0.225925 0.45211
+0.251621 0.228809 0.458259
+0.289281 0.231937 0.45771
+0.326589 0.236683 0.458045
+0.364187 0.244068 0.460258
+0.402487 0.253422 0.463615
+0.441276 0.264881 0.468254
+0.480842 0.280064 0.473487
+0.513527 0.29955 0.473716
+0.543023 0.320012 0.473014
+0.567834 0.338003 0.471473
+0.589853 0.354482 0.470787
+0.609415 0.369345 0.470985
+0.62884 0.384222 0.473213
+0.649027 0.39968 0.477882
+0.670481 0.415976 0.484916
+0.693294 0.433097 0.493889
+0.71754 0.451026 0.504692
+0.743084 0.46949 0.516899
+0.770245 0.488609 0.530526
+0.799481 0.508431 0.545464
+0.830991 0.528756 0.561471
+0.866789 0.550286 0.579095
+0.908965 0.573312 0.598596
+0.949126 0.595972 0.618463
+0.957732 0.611963 0.633188
+0.966735 0.628443 0.648692
+0.976272 0.645594 0.665171
+0.143297 0.25951 0.417121
+0.140414 0.254444 0.4159
+0.141787 0.252537 0.415885
+0.1617 0.254032 0.422248
+0.183795 0.255741 0.430274
+0.212955 0.258656 0.442756
+0.24831 0.261646 0.459953
+0.285817 0.26128 0.464347
+0.32369 0.262623 0.462959
+0.361624 0.265705 0.462623
+0.399969 0.271183 0.464027
+0.43917 0.278737 0.466957
+0.477867 0.289967 0.469718
+0.508598 0.306279 0.466484
+0.534722 0.321675 0.462837
+0.556848 0.335805 0.459617
+0.575204 0.348653 0.456565
+0.59353 0.362097 0.456428
+0.612253 0.375952 0.458854
+0.632715 0.391165 0.464195
+0.654994 0.407706 0.47219
+0.678264 0.424857 0.481926
+0.702403 0.442496 0.492912
+0.728237 0.461112 0.505684
+0.755138 0.480064 0.519509
+0.783703 0.499596 0.534524
+0.815015 0.52015 0.551049
+0.84921 0.541314 0.568627
+0.888563 0.563745 0.587839
+0.937697 0.588556 0.609674
+0.954818 0.606592 0.626322
+0.963745 0.623011 0.64184
+0.973083 0.639902 0.658091
+0.161654 0.293248 0.413275
+0.159289 0.289143 0.412421
+0.160937 0.286763 0.41297
+0.17792 0.288029 0.419059
+0.194491 0.288777 0.42533
+0.216587 0.290623 0.435142
+0.244617 0.292546 0.448814
+0.276707 0.290547 0.463172
+0.316533 0.289204 0.46804
+0.356741 0.289509 0.46656
+0.397131 0.291402 0.466026
+0.437995 0.295476 0.467308
+0.47689 0.302937 0.467063
+0.505135 0.316274 0.46009
+0.527855 0.328405 0.453452
+0.546609 0.339529 0.447852
+0.563256 0.34992 0.444434
+0.580423 0.360952 0.443946
+0.599573 0.37348 0.447135
+0.620356 0.387198 0.452628
+0.642618 0.402945 0.460868
+0.666438 0.419989 0.471214
+0.690974 0.437491 0.482811
+0.716548 0.455604 0.49575
+0.743694 0.474571 0.51014
+0.772061 0.493919 0.52546
+0.802182 0.513771 0.541817
+0.83566 0.534829 0.559686
+0.872862 0.556603 0.578668
+0.917403 0.580148 0.599649
+0.952438 0.602167 0.619852
+0.961303 0.61854 0.635493
+0.97055 0.635355 0.651789
+0.179507 0.325231 0.411109
+0.177462 0.321706 0.410544
+0.180835 0.31957 0.411749
+0.195422 0.320928 0.417411
+0.207813 0.321248 0.422354
+0.222995 0.321996 0.429343
+0.243992 0.32311 0.43946
+0.270314 0.321843 0.450813
+0.30396 0.318975 0.467582
+0.347875 0.317052 0.46714
+0.390311 0.316472 0.464256
+0.43241 0.317968 0.462699
+0.472755 0.321614 0.461219
+0.502892 0.329183 0.453529
+0.522332 0.338903 0.443732
+0.537926 0.347478 0.436606
+0.554559 0.356863 0.43418
+0.572305 0.366949 0.434821
+0.592096 0.378546 0.438621
+0.613291 0.391333 0.444831
+0.635599 0.405173 0.452934
+0.658625 0.41976 0.46244
+0.683146 0.435996 0.474083
+0.708629 0.453559 0.487404
+0.735195 0.471748 0.501793
+0.763317 0.49073 0.517464
+0.793057 0.510231 0.534051
+0.825208 0.530495 0.551751
+0.861234 0.551888 0.570886
+0.903243 0.574701 0.591623
+0.950759 0.599054 0.614145
+0.959533 0.61529 0.629862
+0.968658 0.631922 0.646189
+0.196887 0.355779 0.410498
+0.196017 0.352972 0.410437
+0.201617 0.351339 0.41239
+0.213169 0.352941 0.417609
+0.221988 0.353017 0.421149
+0.231601 0.352972 0.425101
+0.246006 0.353323 0.431449
+0.266255 0.352728 0.439673
+0.292882 0.351232 0.452232
+0.334813 0.348898 0.452171
+0.377432 0.347021 0.449607
+0.418921 0.346456 0.447623
+0.458656 0.348058 0.445686
+0.487434 0.352361 0.437568
+0.507057 0.358175 0.429831
+0.52639 0.363851 0.425956
+0.547601 0.370077 0.425452
+0.569451 0.378058 0.427527
+0.589349 0.388251 0.431891
+0.610681 0.399756 0.438575
+0.633082 0.412528 0.447257
+0.655924 0.425925 0.457038
+0.679667 0.440223 0.468162
+0.704631 0.455604 0.480751
+0.730266 0.472099 0.494591
+0.75761 0.49015 0.510231
+0.786801 0.509056 0.527123
+0.818067 0.528634 0.5449
+0.852659 0.549218 0.563958
+0.892851 0.571344 0.58471
+0.943984 0.596262 0.608255
+0.958465 0.613352 0.624979
+0.967483 0.629801 0.641337
+0.215137 0.385718 0.412634
+0.218845 0.384695 0.413962
+0.222644 0.3832 0.414862
+0.230091 0.384192 0.418158
+0.235843 0.384283 0.420523
+0.241184 0.383688 0.422538
+0.250492 0.383215 0.42533
+0.264729 0.383322 0.430259
+0.283375 0.383078 0.43798
+0.323049 0.380056 0.436515
+0.364767 0.3776 0.434165
+0.405631 0.375708 0.432197
+0.444404 0.375525 0.42977
+0.466606 0.379522 0.421103
+0.487144 0.383413 0.417517
+0.510567 0.387579 0.417777
+0.534981 0.392142 0.419501
+0.560006 0.39791 0.423102
+0.585275 0.40473 0.427695
+0.61088 0.412833 0.433753
+0.634379 0.423194 0.441993
+0.656901 0.435401 0.452155
+0.679942 0.448325 0.463386
+0.703914 0.462181 0.475837
+0.729213 0.477119 0.489601
+0.755428 0.492668 0.50428
+0.78349 0.510292 0.520974
+0.814221 0.52929 0.539117
+0.847425 0.548898 0.558053
+0.885451 0.569879 0.578454
+0.933822 0.593866 0.601862
+0.95816 0.612787 0.620706
+0.966842 0.628656 0.636805
+0.241825 0.418204 0.420706
+0.242329 0.416876 0.419959
+0.242023 0.414633 0.418311
+0.245701 0.415183 0.419516
+0.248112 0.414878 0.419867
+0.250217 0.413718 0.41944
+0.256062 0.413169 0.419806
+0.264317 0.413535 0.421454
+0.274846 0.414221 0.424109
+0.312917 0.410849 0.421485
+0.353094 0.407736 0.419043
+0.393286 0.40502 0.416999
+0.426322 0.404807 0.413199
+0.451286 0.406897 0.412695
+0.476936 0.408896 0.413306
+0.502632 0.411597 0.414786
+0.528389 0.415198 0.417365
+0.554086 0.419577 0.420844
+0.57998 0.425193 0.425757
+0.606088 0.431983 0.432044
+0.632212 0.439704 0.43946
+0.658457 0.448585 0.448218
+0.683223 0.459159 0.458839
+0.706508 0.471626 0.471534
+0.730632 0.485008 0.485237
+0.756298 0.49958 0.500221
+0.783398 0.514946 0.51606
+0.812741 0.531868 0.533501
+0.845411 0.550912 0.553002
+0.882338 0.571099 0.573648
+0.926757 0.593179 0.596109
+0.958587 0.613596 0.616983
+0.967025 0.628977 0.633005
+0.265415 0.449592 0.428275
+0.264775 0.44773 0.425162
+0.263569 0.445243 0.421439
+0.265965 0.445167 0.420157
+0.267124 0.444251 0.418448
+0.267353 0.442573 0.416205
+0.270832 0.441535 0.414054
+0.276295 0.44126 0.411994
+0.283879 0.442115 0.409842
+0.305943 0.44097 0.406714
+0.34345 0.437446 0.403937
+0.38201 0.434501 0.40209
+0.420798 0.431891 0.401221
+0.453468 0.431098 0.406332
+0.478508 0.432502 0.414084
+0.503319 0.434791 0.415991
+0.528084 0.438193 0.417136
+0.552789 0.442008 0.419394
+0.57789 0.446632 0.423606
+0.603784 0.452445 0.429526
+0.629343 0.458915 0.43653
+0.6551 0.46627 0.444816
+0.67953 0.475639 0.455787
+0.702525 0.486381 0.468513
+0.726436 0.498024 0.482078
+0.751644 0.510674 0.496635
+0.778668 0.524483 0.512398
+0.80766 0.539467 0.529366
+0.839338 0.55639 0.548196
+0.875319 0.574868 0.568444
+0.917815 0.595087 0.590295
+0.958007 0.615778 0.612451
+0.966491 0.630152 0.627985
+0.288731 0.480369 0.435859
+0.287358 0.478019 0.43061
+0.286168 0.475639 0.425467
+0.287953 0.475196 0.422278
+0.288563 0.473899 0.418524
+0.28838 0.472007 0.41471
+0.288991 0.470024 0.410574
+0.292973 0.469154 0.40647
+0.29897 0.469276 0.401724
+0.306737 0.470146 0.3944
+0.337087 0.467247 0.390524
+0.373404 0.463951 0.388708
+0.410254 0.461067 0.387427
+0.448081 0.458671 0.387457
+0.48397 0.457679 0.392493
+0.510384 0.458595 0.403006
+0.534432 0.460365 0.415473
+0.558999 0.46363 0.423102
+0.583795 0.467613 0.429068
+0.608408 0.472526 0.434592
+0.633204 0.478492 0.440818
+0.658137 0.485023 0.447883
+0.68162 0.492988 0.457603
+0.704067 0.502571 0.469978
+0.727871 0.51313 0.483497
+0.752605 0.524437 0.497765
+0.779141 0.536843 0.513191
+0.807904 0.550652 0.530037
+0.839002 0.56614 0.548562
+0.874113 0.583078 0.568353
+0.916396 0.602258 0.590265
+0.958144 0.622171 0.612589
+0.966293 0.635508 0.627558
+0.312184 0.511193 0.4439
+0.310399 0.508614 0.436851
+0.309407 0.506386 0.430304
+0.310765 0.505699 0.425483
+0.310918 0.504067 0.420447
+0.310323 0.501884 0.415198
+0.3093 0.499382 0.40972
+0.311299 0.497719 0.404288
+0.31545 0.496925 0.397757
+0.321721 0.49723 0.389029
+0.334264 0.497337 0.378302
+0.367269 0.493599 0.376242
+0.402472 0.490364 0.375616
+0.438361 0.487511 0.375616
+0.475212 0.485359 0.37705
+0.511543 0.484428 0.383047
+0.541634 0.484977 0.394186
+0.566705 0.487083 0.406332
+0.591012 0.489967 0.421363
+0.615335 0.493629 0.433326
+0.639872 0.498314 0.443259
+0.665003 0.504158 0.45301
+0.689158 0.511025 0.46363
+0.711498 0.5196 0.476097
+0.734768 0.529274 0.48925
+0.759106 0.539757 0.50309
+0.784695 0.551064 0.517693
+0.812879 0.563836 0.533959
+0.843824 0.578317 0.552209
+0.878553 0.594079 0.571603
+0.920104 0.611872 0.59292
+0.959228 0.630381 0.614466
+0.967102 0.642878 0.628901
+0.335836 0.542199 0.452888
+0.333837 0.539544 0.444343
+0.333364 0.537652 0.436561
+0.33434 0.536812 0.430198
+0.334157 0.534981 0.423682
+0.333181 0.532479 0.417166
+0.331884 0.529824 0.411032
+0.331182 0.527077 0.40441
+0.333867 0.525628 0.397253
+0.338216 0.524987 0.388083
+0.344671 0.525383 0.375021
+0.36527 0.523568 0.366384
+0.39707 0.520027 0.365209
+0.431113 0.516793 0.365209
+0.466178 0.514031 0.366705
+0.502251 0.512032 0.370306
+0.538735 0.511162 0.378149
+0.570779 0.511543 0.390433
+0.598215 0.513466 0.4038
+0.623377 0.516625 0.418006
+0.647334 0.520119 0.434516
+0.671122 0.524712 0.450599
+0.694667 0.530983 0.465537
+0.718059 0.538201 0.479805
+0.742275 0.546517 0.494301
+0.767605 0.556115 0.509316
+0.793835 0.566506 0.524544
+0.822446 0.578317 0.540932
+0.853742 0.592035 0.559121
+0.889326 0.607294 0.578576
+0.932403 0.624674 0.600015
+0.961563 0.640238 0.618647
+0.969192 0.652125 0.632624
+0.359548 0.573327 0.462577
+0.357519 0.570764 0.452644
+0.358022 0.569604 0.444083
+0.358358 0.568246 0.436118
+0.358022 0.5664 0.42855
+0.356817 0.56379 0.421256
+0.355108 0.560754 0.414145
+0.353216 0.557534 0.40679
+0.353872 0.555245 0.399298
+0.356603 0.553719 0.38999
+0.361212 0.553246 0.37763
+0.372763 0.552346 0.36495
+0.399222 0.54876 0.362707
+0.428031 0.545571 0.361028
+0.45951 0.543069 0.360006
+0.493645 0.540459 0.361913
+0.529061 0.538491 0.367529
+0.564996 0.537682 0.377157
+0.596918 0.538018 0.396582
+0.624964 0.540154 0.414633
+0.650309 0.543877 0.431144
+0.674235 0.54815 0.446983
+0.698619 0.552834 0.463676
+0.723873 0.558633 0.480827
+0.748928 0.565545 0.497032
+0.774716 0.573724 0.513024
+0.80238 0.583368 0.529641
+0.831983 0.5944 0.54725
+0.864546 0.607126 0.566094
+0.902678 0.621973 0.586603
+0.949462 0.639231 0.60914
+0.96466 0.65127 0.624216
+0.972244 0.66273 0.638056
+0.383658 0.605035 0.47306
+0.381842 0.602518 0.462165
+0.382925 0.601831 0.452934
+0.382834 0.600137 0.443748
+0.382025 0.597894 0.43505
+0.38085 0.595422 0.426978
+0.378943 0.592218 0.419028
+0.37673 0.588754 0.411292
+0.375097 0.585489 0.403021
+0.376471 0.583352 0.394247
+0.379248 0.581796 0.382864
+0.393927 0.578714 0.378271
+0.413886 0.575128 0.376242
+0.436881 0.571893 0.374685
+0.462852 0.569146 0.373709
+0.491142 0.567102 0.373465
+0.521813 0.565423 0.373724
+0.555489 0.564416 0.374578
+0.589685 0.563592 0.390997
+0.621607 0.564202 0.410986
+0.650813 0.566506 0.429511
+0.678126 0.570352 0.447181
+0.703655 0.575006 0.463767
+0.72874 0.580377 0.480232
+0.755123 0.586526 0.497795
+0.782452 0.593362 0.515694
+0.811017 0.601785 0.534157
+0.842023 0.61207 0.553262
+0.876081 0.62385 0.572915
+0.915801 0.637675 0.593942
+0.96051 0.653712 0.616388
+0.967544 0.663447 0.629374
+0.975082 0.674144 0.643107
+0.407797 0.636912 0.484352
+0.407416 0.635386 0.473121
+0.407767 0.634043 0.462547
+0.407584 0.632441 0.452689
+0.406531 0.629999 0.443198
+0.404883 0.627039 0.43418
+0.403021 0.623972 0.426093
+0.400534 0.620218 0.418128
+0.397955 0.616342 0.409583
+0.397436 0.613489 0.400702
+0.404181 0.609827 0.395758
+0.415961 0.605829 0.39324
+0.430961 0.602258 0.391241
+0.449104 0.598856 0.389578
+0.470039 0.595834 0.388449
+0.493965 0.5935 0.388144
+0.520394 0.591546 0.388403
+0.549294 0.590265 0.389319
+0.581262 0.589548 0.390799
+0.614786 0.589242 0.40705
+0.646525 0.590143 0.426749
+0.677165 0.592569 0.446021
+0.706355 0.596506 0.464698
+0.734218 0.601389 0.482643
+0.76173 0.607462 0.501122
+0.790127 0.614603 0.51986
+0.819959 0.622354 0.53904
+0.852552 0.631312 0.559106
+0.889006 0.642222 0.580072
+0.93228 0.655467 0.602502
+0.963317 0.667811 0.621378
+0.970413 0.676982 0.63444
+0.97789 0.686915 0.648035
+0.432013 0.669108 0.496254
+0.43299 0.668498 0.484947
+0.43299 0.666926 0.473732
+0.432273 0.66479 0.463188
+0.43122 0.66247 0.453254
+0.429419 0.659373 0.44387
+0.427131 0.655802 0.435004
+0.424765 0.652247 0.427024
+0.42501 0.648096 0.421805
+0.428031 0.643671 0.418585
+0.433219 0.639506 0.415625
+0.440635 0.635142 0.412589
+0.450858 0.630945 0.409781
+0.464256 0.627237 0.407462
+0.48069 0.623545 0.40528
+0.500206 0.620325 0.403677
+0.522835 0.618235 0.403784
+0.548104 0.616434 0.40441
+0.576013 0.61532 0.405768
+0.607248 0.614969 0.407843
+0.640131 0.614816 0.423972
+0.67219 0.615854 0.443824
+0.703975 0.618524 0.463767
+0.73547 0.622568 0.484291
+0.766262 0.627955 0.504723
+0.79707 0.634531 0.524742
+0.828733 0.642451 0.544701
+0.862928 0.651316 0.56524
+0.902083 0.661784 0.587182
+0.950195 0.674861 0.611414
+0.966201 0.683513 0.626429
+0.973251 0.691676 0.639429
+0.980804 0.701137 0.653147
+0.458152 0.703151 0.509941
+0.458869 0.702373 0.498253
+0.458564 0.700587 0.486549
+0.457542 0.698161 0.475471
+0.456016 0.695308 0.465141
+0.454185 0.692226 0.455543
+0.456519 0.688426 0.451514
+0.458488 0.684306 0.448539
+0.459495 0.680064 0.445441
+0.460349 0.675471 0.4421
+0.462608 0.670802 0.438712
+0.466972 0.666331 0.435538
+0.473442 0.661799 0.43241
+0.482643 0.657374 0.429435
+0.495003 0.653544 0.427024
+0.510262 0.649866 0.424857
+0.528786 0.646494 0.423041
+0.550378 0.6439 0.421942
+0.574701 0.641688 0.421317
+0.602274 0.640635 0.422965
+0.633051 0.640543 0.425452
+0.665675 0.640406 0.441581
+0.69865 0.641489 0.461967
+0.731945 0.644297 0.483345
+0.765774 0.648768 0.505653
+0.799603 0.654429 0.527489
+0.834562 0.661677 0.54931
+0.872175 0.670451 0.571542
+0.913909 0.680903 0.594339
+0.962264 0.693507 0.618723
+0.968994 0.700526 0.631327
+0.975967 0.708019 0.64419
+0.983566 0.71667 0.658
+0.484977 0.738521 0.524971
+0.485176 0.73727 0.512917
+0.484474 0.735134 0.500969
+0.483406 0.732738 0.489876
+0.48365 0.729442 0.481437
+0.487831 0.725719 0.478843
+0.490211 0.721782 0.476051
+0.49102 0.717296 0.472816
+0.490852 0.712642 0.469444
+0.490791 0.708141 0.466163
+0.491218 0.703136 0.462531
+0.493034 0.698146 0.458946
+0.49691 0.693446 0.455634
+0.502846 0.688716 0.452369
+0.511391 0.684169 0.449332
+0.523217 0.680095 0.446769
+0.537911 0.676234 0.444465
+0.55581 0.672801 0.442618
+0.577096 0.670146 0.441474
+0.601099 0.667872 0.440665
+0.628077 0.666316 0.440803
+0.658885 0.666285 0.443488
+0.691768 0.666178 0.459892
+0.725658 0.667308 0.480934
+0.76109 0.670481 0.504295
+0.797269 0.674937 0.527611
+0.835126 0.681086 0.551171
+0.87631 0.689296 0.575433
+0.923095 0.699535 0.600671
+0.965072 0.710582 0.623606
+0.971603 0.717372 0.635874
+0.978531 0.724926 0.648661
+0.986099 0.733394 0.662425
+0.512703 0.775845 0.541665
+0.512428 0.774121 0.529519
+0.51133 0.771542 0.517617
+0.512932 0.768505 0.509621
+0.517968 0.764996 0.507256
+0.520745 0.760876 0.504387
+0.522118 0.756573 0.501381
+0.522179 0.751904 0.498039
+0.521233 0.746883 0.494438
+0.519951 0.741665 0.490654
+0.519188 0.736614 0.487022
+0.519249 0.731167 0.483116
+0.520851 0.725948 0.479408
+0.524453 0.721065 0.47599
+0.530129 0.715984 0.472511
+0.53843 0.711254 0.469368
+0.54995 0.707073 0.466728
+0.564385 0.703059 0.464332
+0.581994 0.699519 0.462409
+0.603159 0.696681 0.461128
+0.6271 0.694286 0.460243
+0.653925 0.692607 0.459892
+0.684962 0.692348 0.461997
+0.718517 0.692302 0.478859
+0.753689 0.693629 0.50132
+0.791409 0.696834 0.52578
+0.830777 0.701503 0.550439
+0.874372 0.708263 0.576288
+0.924926 0.717891 0.603708
+0.967346 0.728069 0.627482
+0.974044 0.734447 0.64007
+0.980957 0.741955 0.652857
+0.988373 0.750347 0.666377
+0.541573 0.815732 0.560662
+0.541161 0.813931 0.548775
+0.542199 0.810727 0.539467
+0.547738 0.806882 0.536965
+0.551308 0.802945 0.53434
+0.55288 0.798306 0.531151
+0.55317 0.793408 0.527764
+0.552468 0.788266 0.524163
+0.551125 0.783078 0.520485
+0.549081 0.777447 0.516487
+0.547189 0.77171 0.512398
+0.546044 0.766003 0.508339
+0.545953 0.760235 0.504265
+0.547295 0.754482 0.500221
+0.550729 0.749249 0.496605
+0.556222 0.743862 0.492943
+0.564416 0.738979 0.489723
+0.575723 0.734615 0.486992
+0.590112 0.730373 0.484459
+0.607736 0.72668 0.482429
+0.628733 0.723873 0.481163
+0.652888 0.72134 0.480171
+0.680171 0.719493 0.479683
+0.711452 0.718929 0.480995
+0.746029 0.718883 0.498451
+0.783108 0.720348 0.522454
+0.823575 0.723705 0.548135
+0.867796 0.728817 0.574777
+0.919188 0.736614 0.60322
+0.969131 0.746593 0.63035
+0.975814 0.752361 0.643
+0.982742 0.759289 0.655894
+0.990311 0.767727 0.669718
+0.573175 0.860777 0.583062
+0.57261 0.857847 0.571878
+0.579248 0.854215 0.569635
+0.583017 0.849668 0.566705
+0.584878 0.844694 0.563424
+0.585657 0.839765 0.560128
+0.58497 0.834028 0.556237
+0.583429 0.828092 0.552178
+0.58143 0.822278 0.548165
+0.578653 0.815885 0.543709
+0.575891 0.809491 0.539239
+0.57377 0.803326 0.534936
+0.572183 0.79678 0.530358
+0.571832 0.790448 0.525948
+0.573114 0.784344 0.521737
+0.576333 0.778561 0.517784
+0.581765 0.772915 0.514
+0.590082 0.767773 0.510658
+0.601221 0.763012 0.507668
+0.615534 0.758602 0.505058
+0.633219 0.754726 0.502922
+0.654337 0.751766 0.501534
+0.678752 0.749126 0.500481
+0.706722 0.74728 0.499977
+0.73872 0.746365 0.500664
+0.774975 0.746227 0.519097
+0.814282 0.74786 0.544472
+0.85861 0.751476 0.571786
+0.909957 0.757351 0.601038
+0.97052 0.766598 0.632364
+0.977066 0.77171 0.644892
+0.983963 0.777981 0.657847
+0.991379 0.785748 0.671519
+0.609506 0.914839 0.611292
+0.614435 0.910597 0.607095
+0.618311 0.905119 0.603738
+0.62063 0.899825 0.600412
+0.621057 0.893645 0.59646
+0.620356 0.887175 0.592264
+0.618952 0.880781 0.588067
+0.61648 0.873701 0.583368
+0.613275 0.866239 0.578363
+0.609949 0.859159 0.573587
+0.60618 0.851545 0.568414
+0.602686 0.843961 0.563241
+0.600153 0.836881 0.558404
+0.598367 0.829679 0.553475
+0.597742 0.822614 0.548653
+0.598947 0.816114 0.544259
+0.601862 0.809491 0.539818
+0.607202 0.803372 0.535775
+0.615412 0.797848 0.532219
+0.626734 0.792645 0.529
+0.641077 0.788006 0.526253
+0.659022 0.784192 0.524208
+0.680201 0.780819 0.52256
+0.704921 0.778088 0.521431
+0.733761 0.776013 0.520775
+0.766979 0.774929 0.521096
+0.805112 0.774853 0.540658
+0.848722 0.776593 0.568185
+0.898558 0.780575 0.597589
+0.962158 0.788006 0.631006
+0.978134 0.79292 0.646357
+0.984741 0.798596 0.6589
+0.991882 0.805646 0.672236
+0.658564 0.984375 0.653971
+0.664424 0.981872 0.65243
+0.665415 0.973678 0.647578
+0.664942 0.965179 0.642435
+0.663584 0.956771 0.637278
+0.660853 0.947555 0.63154
+0.65742 0.938201 0.625635
+0.653727 0.929183 0.619913
+0.649378 0.919829 0.613901
+0.644526 0.910216 0.60766
+0.639841 0.901167 0.601724
+0.63505 0.891829 0.595575
+0.630762 0.882612 0.589471
+0.627604 0.874189 0.583886
+0.625254 0.865736 0.578256
+0.624247 0.857603 0.572839
+0.625208 0.850324 0.568032
+0.627955 0.843 0.563226
+0.633158 0.836133 0.55877
+0.641428 0.830137 0.555001
+0.652613 0.824384 0.551476
+0.667048 0.819348 0.548531
+0.68513 0.815259 0.546334
+0.706767 0.81149 0.544457
+0.731975 0.808591 0.543236
+0.761761 0.806668 0.542718
+0.796735 0.805158 0.542596
+0.838193 0.805066 0.563867
+0.886778 0.807218 0.593591
+0.946426 0.812009 0.626627
+0.979446 0.81706 0.648112
+0.985489 0.821653 0.6598
+0.99205 0.827955 0.672297
+0.673625 0.988556 0.662852
+0.679911 0.988449 0.662516
+0.684459 0.988205 0.661936
+0.687602 0.9879 0.661204
+0.689693 0.987533 0.660365
+0.691051 0.987137 0.65948
+0.691585 0.986648 0.658412
+0.691615 0.986145 0.657282
+0.691218 0.985595 0.656092
+0.687495 0.978943 0.651469
+0.680186 0.965209 0.642908
+0.673472 0.952499 0.634913
+0.667155 0.940093 0.627039
+0.661677 0.928359 0.619547
+0.657404 0.917586 0.612634
+0.654185 0.907179 0.605936
+0.652461 0.897307 0.599573
+0.652903 0.88864 0.594003
+0.655253 0.880156 0.588571
+0.660227 0.872297 0.583597
+0.668315 0.865583 0.579461
+0.679347 0.85919 0.575601
+0.693874 0.853483 0.57232
+0.7122 0.848981 0.56994
+0.734127 0.844892 0.56791
+0.760311 0.841581 0.566476
+0.791409 0.839429 0.565866
+0.828916 0.83769 0.565545
+0.874525 0.83769 0.58883
+0.930861 0.840421 0.621759
+0.981201 0.844968 0.650538
+0.986419 0.848234 0.660914
+0.992279 0.853666 0.672343
+0.68896 0.992859 0.671992
+0.694545 0.992645 0.671458
+0.69865 0.992325 0.670741
+0.701518 0.991989 0.669963
+0.703258 0.991562 0.669017
+0.70428 0.991104 0.668025
+0.70457 0.9906 0.666896
+0.704295 0.990036 0.66566
+0.703609 0.989441 0.664363
+0.702693 0.988846 0.663066
+0.701366 0.988174 0.661601
+0.700023 0.987503 0.660151
+0.698909 0.986862 0.658747
+0.69807 0.986191 0.657282
+0.69778 0.985565 0.655894
+0.692317 0.972457 0.647669
+0.687327 0.958312 0.638911
+0.68426 0.945556 0.630961
+0.683604 0.934279 0.623957
+0.685161 0.92372 0.617411
+0.689509 0.914214 0.611566
+0.697246 0.906279 0.606806
+0.707958 0.898787 0.602396
+0.722316 0.892073 0.598581
+0.740764 0.886839 0.595834
+0.763073 0.882185 0.593561
+0.79028 0.878386 0.591913
+0.823575 0.875898 0.591196
+0.864256 0.874022 0.59089
+0.916655 0.874113 0.616968
+0.983658 0.877714 0.653971
+0.987976 0.879805 0.662959
+0.99266 0.883192 0.672496
+0.705165 0.997299 0.681407
+0.710262 0.996979 0.68072
+0.713878 0.996582 0.67985
+0.716411 0.996185 0.678965
+0.717845 0.995697 0.677913
+0.718471 0.995178 0.676783
+0.718563 0.994644 0.675608
+0.717998 0.994034 0.674296
+0.717052 0.993408 0.672923
+0.715816 0.992767 0.671519
+0.714275 0.992081 0.670024
+0.712566 0.991348 0.668467
+0.711055 0.990662 0.666957
+0.709743 0.989944 0.6654
+0.708843 0.989242 0.663844
+0.708583 0.988586 0.662394
+0.709117 0.987976 0.661051
+0.710506 0.987396 0.659724
+0.713207 0.986908 0.658579
+0.717342 0.986465 0.657526
+0.720439 0.979675 0.653101
+0.723354 0.967025 0.645594
+0.729915 0.956176 0.639246
+0.739895 0.946639 0.633768
+0.753918 0.938811 0.62945
+0.772122 0.931838 0.625772
+0.794766 0.92607 0.622965
+0.823209 0.921355 0.62092
+0.85893 0.918425 0.620111
+0.90486 0.916304 0.619928
+0.970001 0.916808 0.651072
+0.990311 0.917861 0.666148
+0.993851 0.920745 0.673899
+0.728588 1 0.698253
+0.732265 1 0.696208
+0.733867 1 0.693294
+0.734325 1 0.690227
+0.733974 0.999985 0.687129
+0.734249 0.99939 0.685863
+0.733898 0.998779 0.68455
+0.733135 0.998169 0.683207
+0.731792 0.997482 0.681727
+0.730144 0.99678 0.680186
+0.728328 0.996063 0.678645
+0.726284 0.995315 0.677028
+0.724269 0.994553 0.67538
+0.72256 0.99382 0.673762
+0.721172 0.993072 0.672129
+0.720241 0.992325 0.670527
+0.720043 0.991653 0.669017
+0.720623 0.990982 0.667552
+0.722271 0.990372 0.666178
+0.725307 0.989868 0.664973
+0.729915 0.989425 0.663935
+0.736416 0.989075 0.663035
+0.74522 0.988891 0.662455
+0.75639 0.98883 0.662089
+0.770504 0.988922 0.662013
+0.787747 0.989227 0.662333
+0.808621 0.989746 0.66302
+0.831617 0.982284 0.659419
+0.860609 0.975525 0.656382
+0.899428 0.970932 0.654887
+0.953719 0.968246 0.654871
+0.994354 0.968414 0.671885
+0.996338 0.969924 0.677302
+0.762692 1 0.726879
+0.765332 1 0.724407
+0.766629 1 0.721569
+0.766491 1 0.718273
+0.76524 1 0.71458
+0.763546 1 0.711009
+0.760632 1 0.706737
+0.757153 1 0.702266
+0.753399 1 0.69781
+0.748867 1 0.692836
+0.744045 1 0.687739
+0.741375 0.999329 0.68571
+0.738827 0.998505 0.68394
+0.736553 0.997711 0.6822
+0.734676 0.996933 0.680507
+0.733135 0.996139 0.678798
+0.732189 0.995377 0.677119
+0.732067 0.994675 0.675547
+0.732784 0.993973 0.674022
+0.734676 0.993332 0.672587
+0.73814 0.992798 0.671351
+0.743236 0.992325 0.670237
+0.750439 0.991958 0.669306
+0.760113 0.99173 0.668666
+0.772381 0.991623 0.668223
+0.787839 0.991684 0.668086
+0.806912 0.991943 0.668345
+0.830182 0.992386 0.668894
+0.858656 0.993072 0.669886
+0.894591 0.994049 0.671397
+0.942809 0.995438 0.673503
+0.99707 0.99707 0.675975
+0.99794 0.99794 0.679271
+0.79968 1 0.757671
+0.801694 1 0.754986
+0.802487 1 0.751934
+0.801724 1 0.748318
+0.8 1 0.744457
+0.797436 1 0.740307
+0.794293 1 0.736034
+0.790295 1 0.731334
+0.78587 1 0.726452
+0.780941 1 0.721325
+0.775525 1 0.715892
+0.769909 1 0.710369
+0.764462 1 0.704997
+0.758785 1 0.69929
+0.753597 1 0.693797
+0.74876 1 0.688273
+0.746471 0.999329 0.685695
+0.745434 0.99852 0.683955
+0.745388 0.997787 0.682338
+0.746273 0.997055 0.680705
+0.748501 0.996368 0.67921
+0.752407 0.995789 0.677867
+0.758144 0.99527 0.676677
+0.76611 0.994873 0.6757
+0.776898 0.994598 0.674983
+0.790524 0.994446 0.674449
+0.807782 0.994446 0.674235
+0.829267 0.994629 0.674342
+0.855573 0.994995 0.674784
+0.889021 0.995575 0.675624
+0.933333 0.996506 0.677028
+0.997925 0.997925 0.679194
+0.997909 0.997909 0.679149
+0.0596628 0.0596628 0.489982
+0.0591592 0.0591592 0.487633
+0.0691081 0.0599832 0.485054
+0.11986 0.0671397 0.48397
+0.16939 0.0765393 0.483467
+0.215381 0.0876173 0.483497
+0.256794 0.098436 0.483345
+0.295064 0.109285 0.483528
+0.332586 0.126131 0.485237
+0.373159 0.160403 0.492851
+0.414847 0.196857 0.502937
+0.458747 0.235248 0.516838
+0.50454 0.272053 0.532357
+0.551354 0.30602 0.548119
+0.593866 0.34226 0.558236
+0.633295 0.375235 0.565667
+0.670192 0.405341 0.571069
+0.705623 0.433448 0.576242
+0.739376 0.459297 0.581857
+0.772519 0.483635 0.58819
+0.805844 0.506905 0.595911
+0.839246 0.528786 0.604639
+0.873732 0.549691 0.614343
+0.912596 0.571023 0.625986
+0.946334 0.590677 0.638163
+0.953353 0.603815 0.646906
+0.960479 0.616983 0.656443
+0.967971 0.63064 0.66717
+0.975464 0.644129 0.678248
+0.983307 0.658061 0.690257
+0.991791 0.672969 0.7037
+1 0.688579 0.718212
+1 0.708721 0.736355
+0.0571298 0.0571298 0.478325
+0.0568093 0.0568704 0.476738
+0.0651408 0.0577707 0.474708
+0.112444 0.0643778 0.473671
+0.16051 0.0736706 0.473564
+0.206058 0.085893 0.473838
+0.248569 0.100984 0.4748
+0.289448 0.122545 0.477729
+0.330373 0.150591 0.483604
+0.370535 0.179126 0.490562
+0.41149 0.210346 0.500313
+0.454658 0.24329 0.512673
+0.499016 0.275166 0.526665
+0.545281 0.306188 0.54139
+0.585626 0.339315 0.549737
+0.623819 0.370443 0.555795
+0.659434 0.3991 0.560647
+0.693156 0.42565 0.56527
+0.725231 0.450263 0.570245
+0.756191 0.473228 0.57586
+0.786435 0.494774 0.582742
+0.816114 0.514931 0.590433
+0.84651 0.534371 0.599207
+0.878798 0.553552 0.609354
+0.916701 0.573983 0.621927
+0.947372 0.59263 0.634592
+0.954345 0.605661 0.644099
+0.961593 0.619043 0.654505
+0.969162 0.632792 0.665873
+0.976898 0.646708 0.677882
+0.985351 0.661677 0.691295
+0.994385 0.677455 0.706004
+1 0.694987 0.722332
+0.0598001 0.0692149 0.468162
+0.0623789 0.0769818 0.46775
+0.0703746 0.0843671 0.46804
+0.11487 0.0928054 0.471031
+0.159716 0.102037 0.470863
+0.204395 0.114839 0.47155
+0.246799 0.130678 0.473503
+0.287556 0.149142 0.476783
+0.327199 0.169726 0.481147
+0.366735 0.193683 0.487846
+0.407126 0.219974 0.496284
+0.448783 0.247791 0.506981
+0.492653 0.27628 0.520119
+0.537285 0.303914 0.53312
+0.577142 0.335607 0.54049
+0.613779 0.364843 0.545556
+0.648112 0.392081 0.549737
+0.67985 0.416953 0.553384
+0.709575 0.439796 0.557214
+0.73817 0.461234 0.562249
+0.765759 0.481285 0.568475
+0.792752 0.500175 0.575494
+0.82005 0.518441 0.583688
+0.849119 0.536812 0.593423
+0.881193 0.555673 0.604746
+0.918898 0.575784 0.61825
+0.94818 0.594171 0.631693
+0.955352 0.607553 0.642145
+0.962814 0.621286 0.653498
+0.970748 0.635676 0.66598
+0.979202 0.650813 0.6795
+0.988098 0.666514 0.694057
+0.997711 0.683238 0.710079
+0.0805524 0.125963 0.46276
+0.0808423 0.126909 0.461814
+0.0858473 0.130571 0.461357
+0.12311 0.137102 0.4692
+0.164462 0.143404 0.473228
+0.206104 0.150896 0.473365
+0.246326 0.160662 0.47422
+0.285588 0.173281 0.476295
+0.324239 0.189166 0.479896
+0.362387 0.207507 0.484688
+0.402243 0.229206 0.492164
+0.443046 0.252659 0.501808
+0.485832 0.277134 0.513161
+0.529686 0.302129 0.525017
+0.567788 0.331258 0.530632
+0.603204 0.358846 0.534768
+0.635538 0.384115 0.537621
+0.665644 0.407538 0.540566
+0.693431 0.428901 0.54406
+0.7196 0.448661 0.548226
+0.744671 0.467185 0.553475
+0.7691 0.484733 0.559808
+0.794095 0.502068 0.567544
+0.820676 0.519738 0.576898
+0.849821 0.538048 0.588006
+0.882765 0.55729 0.60087
+0.922362 0.578195 0.616053
+0.949508 0.596658 0.630488
+0.957122 0.610819 0.642298
+0.96495 0.625162 0.654688
+0.973495 0.640604 0.668498
+0.982391 0.656443 0.683085
+0.991791 0.672953 0.698756
+0.10367 0.175891 0.457664
+0.101564 0.171984 0.456092
+0.104204 0.174014 0.455573
+0.133227 0.178164 0.462409
+0.169909 0.183734 0.473304
+0.20943 0.188632 0.478309
+0.247929 0.194202 0.478111
+0.285222 0.201755 0.478599
+0.322301 0.211887 0.48043
+0.360098 0.225254 0.484382
+0.398383 0.241169 0.489876
+0.438499 0.259815 0.497658
+0.479728 0.279667 0.507042
+0.522179 0.301015 0.516991
+0.558572 0.327565 0.520928
+0.592248 0.352941 0.523384
+0.622858 0.376394 0.525322
+0.650477 0.397635 0.527047
+0.675929 0.417136 0.529503
+0.69987 0.435309 0.532876
+0.72285 0.452506 0.537652
+0.745983 0.469444 0.543954
+0.769909 0.486488 0.551797
+0.794965 0.503746 0.561105
+0.822003 0.521584 0.571969
+0.852766 0.540749 0.584985
+0.887922 0.560967 0.599664
+0.93138 0.583352 0.616953
+0.951751 0.60087 0.631434
+0.959625 0.615457 0.644068
+0.968139 0.630961 0.657908
+0.977157 0.647166 0.672862
+0.986557 0.663798 0.688594
+0.125505 0.219837 0.453376
+0.122194 0.213825 0.45153
+0.123873 0.214801 0.45098
+0.146532 0.216953 0.456504
+0.175906 0.220295 0.465522
+0.211826 0.224979 0.478752
+0.249317 0.228367 0.48423
+0.285863 0.232212 0.483955
+0.322179 0.237858 0.484276
+0.358633 0.246052 0.486122
+0.39649 0.25716 0.489952
+0.435111 0.270359 0.495552
+0.475807 0.285771 0.503304
+0.516426 0.302892 0.510582
+0.550317 0.325826 0.511406
+0.581811 0.348516 0.512352
+0.61004 0.369436 0.512566
+0.635355 0.388556 0.513222
+0.658213 0.405905 0.514427
+0.67985 0.422309 0.517082
+0.701473 0.438544 0.521691
+0.723766 0.455024 0.528161
+0.747036 0.47187 0.536324
+0.771756 0.489296 0.546075
+0.798352 0.507378 0.557397
+0.827344 0.526207 0.57026
+0.860609 0.546502 0.585199
+0.899046 0.567971 0.601801
+0.946838 0.591669 0.621027
+0.954894 0.606714 0.634165
+0.963394 0.622354 0.648188
+0.97232 0.638529 0.663096
+0.98175 0.655329 0.678965
+0.145357 0.258137 0.448432
+0.142535 0.253132 0.447044
+0.143221 0.251987 0.44651
+0.162387 0.253208 0.451896
+0.184695 0.254582 0.459037
+0.213794 0.257618 0.470146
+0.248539 0.261433 0.48542
+0.285588 0.263584 0.491524
+0.322042 0.266133 0.490913
+0.358618 0.270146 0.491157
+0.39556 0.276265 0.492882
+0.433463 0.284611 0.495766
+0.472007 0.295003 0.499977
+0.511788 0.309071 0.504814
+0.543694 0.32755 0.503624
+0.572732 0.346517 0.501884
+0.597589 0.364172 0.499779
+0.619959 0.380514 0.49868
+0.640681 0.395972 0.499428
+0.660914 0.411078 0.501854
+0.682017 0.426825 0.506706
+0.703685 0.442786 0.513283
+0.726436 0.459297 0.521508
+0.751003 0.476753 0.531716
+0.777661 0.495186 0.54374
+0.806119 0.514138 0.556985
+0.837476 0.533989 0.571756
+0.873747 0.555383 0.588617
+0.916777 0.578302 0.607324
+0.950866 0.599222 0.625193
+0.959411 0.615061 0.639475
+0.968277 0.63122 0.654398
+0.977508 0.647807 0.670039
+0.163912 0.29276 0.444297
+0.161379 0.288365 0.44303
+0.162036 0.28632 0.442847
+0.179309 0.287388 0.44828
+0.196857 0.288014 0.454139
+0.218936 0.289342 0.462669
+0.247349 0.292058 0.475761
+0.280446 0.293599 0.492134
+0.316854 0.29279 0.496376
+0.354284 0.293889 0.495048
+0.39205 0.296452 0.494591
+0.430426 0.301289 0.495842
+0.469718 0.308064 0.498573
+0.508278 0.317998 0.500511
+0.538231 0.333593 0.496071
+0.564141 0.34844 0.491386
+0.586404 0.362387 0.487648
+0.605463 0.37496 0.48484
+0.624155 0.388418 0.484672
+0.643626 0.402564 0.487114
+0.664195 0.417502 0.492164
+0.686488 0.433631 0.499611
+0.709834 0.45034 0.508721
+0.734524 0.467765 0.519478
+0.760876 0.486 0.531792
+0.789303 0.505104 0.545602
+0.819394 0.524529 0.560327
+0.853376 0.545235 0.576761
+0.892973 0.567452 0.595178
+0.942168 0.591852 0.616037
+0.955962 0.608713 0.631251
+0.964858 0.62504 0.646448
+0.974105 0.641733 0.662318
+0.181689 0.325109 0.441093
+0.179538 0.321416 0.440253
+0.181064 0.318791 0.440253
+0.197589 0.320317 0.446448
+0.211353 0.320531 0.451316
+0.227344 0.320928 0.457618
+0.249195 0.322545 0.467796
+0.275883 0.323323 0.480674
+0.307195 0.321019 0.495262
+0.346578 0.319173 0.500084
+0.386633 0.319158 0.498466
+0.427115 0.320516 0.497734
+0.468177 0.323888 0.49868
+0.507042 0.330282 0.497719
+0.534646 0.342977 0.489128
+0.557168 0.354788 0.481804
+0.575921 0.365682 0.475731
+0.593225 0.376471 0.472526
+0.61091 0.387686 0.472145
+0.630365 0.400259 0.47509
+0.651194 0.413764 0.480446
+0.673198 0.428473 0.487846
+0.696681 0.444816 0.497398
+0.721736 0.462165 0.508721
+0.747814 0.479988 0.521248
+0.775464 0.498497 0.535058
+0.805631 0.518059 0.550439
+0.838285 0.538262 0.566918
+0.87512 0.559533 0.584878
+0.920119 0.583032 0.605325
+0.953475 0.604089 0.624231
+0.962127 0.62005 0.639216
+0.971344 0.636774 0.655238
+0.198947 0.355871 0.439246
+0.197101 0.352682 0.438605
+0.20177 0.350652 0.440055
+0.215915 0.35201 0.44567
+0.226902 0.352331 0.449805
+0.238087 0.352087 0.454093
+0.253162 0.352544 0.461097
+0.273793 0.352972 0.470817
+0.299718 0.35137 0.482399
+0.333822 0.348501 0.495552
+0.37641 0.346868 0.492775
+0.417441 0.346273 0.490028
+0.457679 0.347311 0.487922
+0.497398 0.350774 0.486625
+0.529473 0.356649 0.480537
+0.551568 0.364843 0.471763
+0.567452 0.373556 0.4645
+0.584085 0.382971 0.461646
+0.602152 0.39321 0.462409
+0.622034 0.404715 0.465965
+0.643366 0.417441 0.472068
+0.665461 0.430823 0.479683
+0.688731 0.445121 0.488869
+0.713054 0.460288 0.499504
+0.738781 0.477485 0.51223
+0.76611 0.495476 0.526329
+0.795209 0.514214 0.541695
+0.827054 0.533959 0.558389
+0.862394 0.554635 0.576349
+0.903578 0.576776 0.596033
+0.951904 0.60119 0.618235
+0.960388 0.616861 0.633188
+0.969268 0.633036 0.648844
+0.215763 0.385351 0.438605
+0.216464 0.383368 0.439124
+0.223606 0.382239 0.441794
+0.234424 0.383398 0.446403
+0.242649 0.383551 0.449683
+0.250019 0.382925 0.452369
+0.259434 0.38265 0.456275
+0.274052 0.382254 0.462013
+0.294148 0.381567 0.470512
+0.322286 0.379583 0.480217
+0.363577 0.377035 0.477455
+0.404242 0.375143 0.475151
+0.444511 0.374411 0.473106
+0.483314 0.375845 0.471168
+0.511849 0.37998 0.463355
+0.531304 0.385504 0.455726
+0.550896 0.391592 0.452461
+0.572244 0.397955 0.452323
+0.595376 0.405539 0.454658
+0.619074 0.414221 0.458869
+0.640116 0.425452 0.465156
+0.662348 0.437797 0.473228
+0.685252 0.450889 0.482734
+0.709026 0.46479 0.493446
+0.734249 0.479789 0.505577
+0.760647 0.495705 0.518944
+0.7888 0.513497 0.534249
+0.819364 0.532265 0.55079
+0.853468 0.552254 0.568887
+0.892454 0.573465 0.588403
+0.942107 0.597559 0.610864
+0.959396 0.615061 0.627832
+0.968109 0.630945 0.643488
+0.235431 0.414878 0.441459
+0.240742 0.414588 0.443488
+0.244343 0.41326 0.444343
+0.25182 0.414282 0.447547
+0.256962 0.413993 0.449256
+0.261204 0.413184 0.450446
+0.265949 0.412177 0.45182
+0.276341 0.411383 0.454856
+0.290486 0.411139 0.459892
+0.312123 0.410132 0.465156
+0.351843 0.40676 0.462074
+0.391913 0.404257 0.459678
+0.431312 0.402426 0.457725
+0.469322 0.402274 0.455573
+0.491463 0.406241 0.447227
+0.511742 0.4103 0.443854
+0.535027 0.414649 0.444373
+0.559396 0.419394 0.446342
+0.584283 0.425116 0.44979
+0.610025 0.432242 0.455039
+0.635798 0.440131 0.461067
+0.66154 0.448997 0.468132
+0.685771 0.460105 0.477394
+0.708949 0.472724 0.488258
+0.733089 0.486213 0.500282
+0.758801 0.500862 0.51371
+0.786038 0.51632 0.52813
+0.815564 0.533501 0.544396
+0.848219 0.552422 0.562493
+0.885863 0.572915 0.582223
+0.931151 0.595209 0.603784
+0.959167 0.614633 0.62295
+0.967697 0.630198 0.638666
+0.262928 0.447227 0.449668
+0.26334 0.445792 0.448753
+0.263462 0.444083 0.447608
+0.267033 0.44448 0.448631
+0.269108 0.443824 0.4486
+0.270359 0.442634 0.448051
+0.27361 0.441337 0.447501
+0.279347 0.44065 0.447807
+0.287266 0.440665 0.449195
+0.30515 0.440085 0.450202
+0.342229 0.43653 0.447303
+0.380743 0.433524 0.444938
+0.41944 0.430945 0.443
+0.451698 0.430915 0.439109
+0.476081 0.433188 0.43856
+0.50132 0.435386 0.43917
+0.52668 0.438209 0.440589
+0.552285 0.442084 0.443259
+0.577798 0.446616 0.446769
+0.603738 0.452155 0.451453
+0.629694 0.458854 0.457511
+0.655604 0.466209 0.464454
+0.682002 0.474556 0.472602
+0.708995 0.484123 0.48217
+0.733562 0.495521 0.493767
+0.75816 0.508522 0.507134
+0.784375 0.522545 0.521614
+0.813077 0.537804 0.537408
+0.844114 0.554025 0.554208
+0.879454 0.573037 0.573785
+0.92221 0.594232 0.595529
+0.95935 0.614984 0.616831
+0.967407 0.629694 0.632212
+0.286915 0.478569 0.456794
+0.286137 0.476585 0.453712
+0.285298 0.474388 0.450523
+0.287724 0.474464 0.4495
+0.288685 0.473381 0.447532
+0.288594 0.471458 0.445121
+0.289708 0.469871 0.443046
+0.293385 0.468833 0.440879
+0.298726 0.468452 0.438621
+0.306111 0.46923 0.436286
+0.336019 0.466255 0.433265
+0.371847 0.462776 0.430594
+0.408896 0.460029 0.42887
+0.446647 0.457588 0.428016
+0.478614 0.456916 0.433097
+0.50338 0.458503 0.440787
+0.527977 0.460945 0.442847
+0.552331 0.464256 0.444038
+0.577401 0.468482 0.446723
+0.602457 0.473136 0.45066
+0.62771 0.478523 0.456092
+0.653651 0.484962 0.463127
+0.679591 0.492042 0.471031
+0.706096 0.500053 0.480186
+0.73109 0.510262 0.492149
+0.755474 0.521706 0.505562
+0.781506 0.534203 0.520027
+0.809827 0.547997 0.53576
+0.840314 0.562722 0.552316
+0.875105 0.579889 0.571389
+0.916747 0.599298 0.59266
+0.959274 0.619745 0.614755
+0.96733 0.633265 0.629496
+0.31075 0.509636 0.463783
+0.309377 0.507332 0.459022
+0.308537 0.505165 0.454414
+0.310338 0.504814 0.451591
+0.31078 0.503395 0.448142
+0.310369 0.501335 0.444312
+0.309483 0.498878 0.440314
+0.311559 0.497292 0.436561
+0.315435 0.496345 0.432227
+0.321248 0.496345 0.426993
+0.333135 0.496239 0.42063
+0.366064 0.49247 0.418051
+0.40087 0.489067 0.416159
+0.436866 0.486427 0.415229
+0.473716 0.48423 0.415229
+0.508919 0.483284 0.42005
+0.535119 0.484489 0.430228
+0.559136 0.486381 0.442618
+0.583322 0.489448 0.449989
+0.608148 0.493614 0.456031
+0.632822 0.49836 0.461463
+0.657404 0.503899 0.46714
+0.682643 0.510445 0.474006
+0.708217 0.517525 0.482033
+0.73225 0.526314 0.493126
+0.756588 0.536797 0.506554
+0.78204 0.547967 0.520729
+0.809644 0.560204 0.536095
+0.84036 0.573953 0.552865
+0.874556 0.58967 0.571694
+0.915068 0.607462 0.592493
+0.959426 0.627161 0.614893
+0.967315 0.639887 0.629358
+0.334508 0.540642 0.471321
+0.332937 0.538369 0.464942
+0.332555 0.536522 0.459083
+0.333562 0.535576 0.454398
+0.333806 0.534142 0.44976
+0.332967 0.531746 0.444831
+0.331594 0.528908 0.440009
+0.331243 0.526513 0.435035
+0.333745 0.524956 0.429389
+0.337774 0.524086 0.422568
+0.343877 0.524239 0.413352
+0.363989 0.522438 0.406699
+0.395575 0.518761 0.404715
+0.429633 0.515602 0.403815
+0.464652 0.512825 0.404196
+0.500679 0.510811 0.405905
+0.536507 0.509728 0.41149
+0.566354 0.510643 0.422187
+0.591119 0.512734 0.433783
+0.615305 0.515282 0.448142
+0.639658 0.519051 0.459907
+0.664317 0.523613 0.469306
+0.689418 0.52903 0.478447
+0.715297 0.535546 0.48809
+0.739925 0.543313 0.499214
+0.763348 0.552651 0.512016
+0.788464 0.56318 0.525841
+0.81561 0.574563 0.540658
+0.845258 0.58703 0.556573
+0.879454 0.601892 0.575235
+0.920089 0.618708 0.595865
+0.960662 0.636454 0.617044
+0.968307 0.648371 0.631037
+0.358511 0.572045 0.479606
+0.356512 0.56939 0.471504
+0.357153 0.568429 0.465019
+0.357656 0.567147 0.458869
+0.357259 0.565164 0.452689
+0.35642 0.562921 0.446921
+0.354788 0.55993 0.441108
+0.352834 0.556588 0.434989
+0.353613 0.554467 0.429053
+0.356161 0.552819 0.42153
+0.360372 0.55198 0.411856
+0.366766 0.552438 0.39855
+0.39408 0.548684 0.395712
+0.424674 0.545037 0.394415
+0.457618 0.542016 0.394553
+0.492088 0.539223 0.395926
+0.527459 0.53724 0.399298
+0.563088 0.536294 0.406424
+0.595346 0.536736 0.418296
+0.622827 0.538582 0.431205
+0.647684 0.541588 0.444602
+0.67219 0.544976 0.460243
+0.697002 0.549142 0.474922
+0.722179 0.554559 0.487984
+0.746273 0.561852 0.50248
+0.770977 0.570047 0.516915
+0.797131 0.579385 0.531838
+0.825437 0.590143 0.547616
+0.855772 0.601862 0.563836
+0.890623 0.615854 0.582422
+0.933013 0.63238 0.603372
+0.963256 0.647303 0.621683
+0.970474 0.658396 0.634882
+0.382666 0.603738 0.488594
+0.380743 0.60116 0.479301
+0.381781 0.600336 0.471656
+0.38204 0.598978 0.464271
+0.381353 0.596826 0.457099
+0.380056 0.594141 0.450202
+0.378439 0.591287 0.443656
+0.376257 0.587793 0.437293
+0.374456 0.584298 0.430304
+0.375937 0.582361 0.423026
+0.378561 0.580728 0.413397
+0.382925 0.579889 0.40029
+0.396262 0.578653 0.389029
+0.42327 0.574716 0.387457
+0.453147 0.571023 0.386847
+0.485176 0.568032 0.388006
+0.518868 0.565332 0.391058
+0.553811 0.563317 0.39649
+0.58938 0.562493 0.405539
+0.622934 0.562646 0.418647
+0.651423 0.564508 0.436271
+0.67686 0.567803 0.452857
+0.701488 0.572091 0.469123
+0.726284 0.576669 0.485878
+0.751751 0.582147 0.502876
+0.77789 0.58909 0.519463
+0.804807 0.597253 0.535622
+0.833844 0.606775 0.552285
+0.866392 0.618082 0.570184
+0.90338 0.631449 0.58999
+0.949477 0.647562 0.612146
+0.966369 0.659297 0.627253
+0.973571 0.669856 0.640391
+0.406744 0.635508 0.498039
+0.406287 0.633997 0.488319
+0.40679 0.632746 0.479301
+0.406577 0.631037 0.470848
+0.405692 0.628779 0.462974
+0.404135 0.625864 0.455253
+0.402136 0.622599 0.448035
+0.399893 0.619135 0.441245
+0.39736 0.61529 0.433936
+0.396612 0.612192 0.426032
+0.398062 0.610056 0.416922
+0.400778 0.608392 0.404929
+0.415061 0.605051 0.399649
+0.43566 0.60145 0.397559
+0.459052 0.598016 0.395758
+0.485405 0.594949 0.394415
+0.514504 0.592676 0.393866
+0.545708 0.590784 0.393698
+0.57995 0.589166 0.397284
+0.615152 0.588266 0.41117
+0.647211 0.588632 0.431601
+0.677089 0.590661 0.45069
+0.704814 0.594217 0.468574
+0.730861 0.59881 0.485374
+0.75697 0.604059 0.502251
+0.784283 0.610147 0.519982
+0.812924 0.617029 0.538155
+0.843626 0.625422 0.556725
+0.877241 0.635828 0.576211
+0.917021 0.648661 0.59733
+0.96231 0.663478 0.619547
+0.969085 0.672389 0.632059
+0.976394 0.682399 0.64538
+0.431006 0.66772 0.508354
+0.431754 0.666926 0.498314
+0.431922 0.665537 0.488487
+0.431312 0.663478 0.479072
+0.430259 0.661128 0.470329
+0.428565 0.658122 0.462089
+0.426322 0.654597 0.454231
+0.423789 0.650797 0.446952
+0.421225 0.647013 0.43978
+0.418418 0.642802 0.431235
+0.418509 0.639811 0.422827
+0.424872 0.636378 0.417258
+0.437018 0.632166 0.414496
+0.452201 0.628229 0.412161
+0.470863 0.624796 0.410422
+0.492226 0.621592 0.409064
+0.516365 0.618875 0.408316
+0.543572 0.616907 0.408377
+0.573083 0.61532 0.408927
+0.605783 0.614313 0.409995
+0.639841 0.613748 0.426749
+0.67219 0.614374 0.44715
+0.703212 0.616571 0.466728
+0.733379 0.620356 0.485924
+0.762158 0.625132 0.504143
+0.790814 0.631098 0.522545
+0.820722 0.638148 0.54168
+0.853407 0.64625 0.561761
+0.889769 0.655665 0.582757
+0.932616 0.667552 0.605203
+0.965057 0.678996 0.624384
+0.971801 0.687053 0.636835
+0.979004 0.696178 0.649943
+0.456855 0.701564 0.520195
+0.457527 0.700664 0.509544
+0.457435 0.699092 0.499001
+0.456489 0.696742 0.489006
+0.455009 0.693919 0.479683
+0.453071 0.690654 0.470909
+0.450904 0.687266 0.462928
+0.448218 0.683284 0.45539
+0.445274 0.679042 0.44799
+0.44445 0.674708 0.442191
+0.447578 0.670008 0.438788
+0.452827 0.665263 0.435401
+0.460777 0.660975 0.432425
+0.471443 0.656489 0.429389
+0.485161 0.652384 0.426734
+0.50222 0.648997 0.424964
+0.522362 0.645853 0.423911
+0.545205 0.643351 0.42359
+0.571069 0.641627 0.424125
+0.599756 0.640238 0.425132
+0.631373 0.639536 0.426734
+0.665095 0.6392 0.443427
+0.6981 0.639979 0.464103
+0.730434 0.642298 0.484367
+0.76289 0.646357 0.504875
+0.795163 0.651713 0.525872
+0.827817 0.658351 0.546441
+0.862745 0.66659 0.567452
+0.901396 0.676051 0.589166
+0.948943 0.687846 0.61326
+0.967742 0.696254 0.629068
+0.974441 0.703273 0.641443
+0.98175 0.711635 0.654734
+0.483665 0.736873 0.533623
+0.483925 0.735653 0.522408
+0.483284 0.733532 0.511345
+0.482261 0.731167 0.501183
+0.480461 0.727993 0.491447
+0.478279 0.724453 0.482429
+0.477455 0.720684 0.475761
+0.47892 0.716289 0.472602
+0.479164 0.711635 0.469215
+0.479515 0.707118 0.465904
+0.480323 0.702113 0.462272
+0.482612 0.697108 0.458671
+0.486931 0.692149 0.455161
+0.493858 0.687633 0.452033
+0.50338 0.68307 0.448966
+0.516091 0.678813 0.44622
+0.531929 0.675044 0.443961
+0.550881 0.671519 0.442008
+0.572778 0.668589 0.440574
+0.597864 0.666758 0.440787
+0.625788 0.665568 0.442161
+0.657053 0.665019 0.444129
+0.69073 0.664866 0.460899
+0.72459 0.665721 0.482002
+0.75874 0.668193 0.503365
+0.794232 0.672694 0.526452
+0.830427 0.678523 0.549157
+0.868711 0.685954 0.571984
+0.911833 0.695567 0.595804
+0.963882 0.707683 0.621408
+0.970184 0.713893 0.633249
+0.976989 0.720989 0.645838
+0.984314 0.728786 0.659205
+0.511025 0.773648 0.548699
+0.511086 0.772335 0.537362
+0.510063 0.769833 0.526101
+0.508507 0.766812 0.51548
+0.507652 0.763729 0.506722
+0.511055 0.759579 0.503853
+0.512718 0.755093 0.500679
+0.513313 0.750652 0.49752
+0.512551 0.745586 0.493874
+0.511482 0.740398 0.49012
+0.510857 0.735241 0.486397
+0.511315 0.729931 0.482582
+0.513237 0.724651 0.478828
+0.517281 0.719768 0.475395
+0.523522 0.714733 0.471931
+0.532433 0.709972 0.468757
+0.544366 0.705455 0.465843
+0.559655 0.701671 0.4636
+0.577935 0.698085 0.461616
+0.599634 0.695018 0.460105
+0.624186 0.69276 0.459251
+0.651576 0.691386 0.459922
+0.683024 0.690913 0.462119
+0.717159 0.690867 0.479225
+0.751949 0.691768 0.500816
+0.788708 0.69453 0.524453
+0.827436 0.69929 0.548913
+0.869276 0.705745 0.573938
+0.915999 0.714473 0.599695
+0.96643 0.725643 0.625803
+0.972778 0.73167 0.637751
+0.979324 0.738506 0.649866
+0.986572 0.746532 0.663142
+0.540093 0.813718 0.566323
+0.539483 0.811643 0.554818
+0.538277 0.808911 0.543511
+0.539452 0.80531 0.536141
+0.543267 0.801022 0.533257
+0.545495 0.79675 0.530343
+0.54609 0.791867 0.526955
+0.545617 0.786664 0.523308
+0.544533 0.781598 0.519722
+0.542626 0.775967 0.515709
+0.540719 0.770077 0.511498
+0.539849 0.764553 0.507561
+0.53991 0.75877 0.503471
+0.541451 0.753017 0.499428
+0.545174 0.747768 0.495796
+0.55108 0.742443 0.492164
+0.559655 0.737484 0.488884
+0.571374 0.733043 0.486061
+0.586297 0.728862 0.483558
+0.604364 0.725139 0.481483
+0.625727 0.722255 0.480125
+0.650233 0.719646 0.479026
+0.67776 0.717723 0.478447
+0.709438 0.717372 0.480751
+0.744381 0.717327 0.498314
+0.780926 0.718425 0.521202
+0.820752 0.721553 0.546639
+0.864027 0.726574 0.5729
+0.913191 0.734005 0.600427
+0.968353 0.744198 0.628931
+0.974853 0.74992 0.641245
+0.981491 0.756512 0.65359
+0.988602 0.764279 0.666651
+0.571511 0.858427 0.587335
+0.570306 0.855558 0.57583
+0.571893 0.85185 0.568231
+0.576516 0.847669 0.565545
+0.57882 0.842786 0.562325
+0.579599 0.837522 0.558801
+0.5794 0.832166 0.555169
+0.578042 0.826291 0.551125
+0.575952 0.820188 0.546914
+0.573449 0.81413 0.542687
+0.570779 0.807782 0.538247
+0.568475 0.801251 0.533684
+0.567269 0.795102 0.529381
+0.567056 0.788785 0.524971
+0.568383 0.782544 0.520638
+0.571923 0.776913 0.516808
+0.5776 0.771282 0.513024
+0.585992 0.765881 0.509468
+0.597589 0.761364 0.506645
+0.612222 0.756909 0.503975
+0.630213 0.753002 0.501793
+0.651545 0.74995 0.500328
+0.676295 0.747341 0.499245
+0.704265 0.745327 0.498604
+0.73669 0.744793 0.500191
+0.772946 0.744488 0.51838
+0.811734 0.74583 0.542931
+0.855222 0.749157 0.569879
+0.905394 0.754986 0.598749
+0.968841 0.764401 0.630976
+0.976333 0.769406 0.643549
+0.983032 0.775509 0.656123
+0.990158 0.782879 0.669291
+0.607156 0.91133 0.613916
+0.608255 0.907912 0.605478
+0.612619 0.90251 0.602152
+0.615 0.89691 0.598642
+0.616053 0.891249 0.595026
+0.615534 0.88481 0.590829
+0.613947 0.878004 0.586358
+0.611902 0.871397 0.581979
+0.608835 0.864027 0.577035
+0.605356 0.856657 0.57203
+0.601892 0.849424 0.567117
+0.598489 0.841932 0.562005
+0.595819 0.834638 0.557
+0.594293 0.827726 0.55227
+0.593729 0.820645 0.547448
+0.594827 0.813855 0.542824
+0.598154 0.807599 0.538628
+0.603677 0.801526 0.5346
+0.611978 0.795804 0.530907
+0.623606 0.790784 0.527794
+0.638148 0.786191 0.525063
+0.656107 0.782086 0.522789
+0.677638 0.778912 0.521263
+0.702464 0.77612 0.520073
+0.731289 0.773953 0.519326
+0.764767 0.773159 0.520317
+0.802716 0.772869 0.539269
+0.84567 0.774319 0.566293
+0.894835 0.778302 0.595514
+0.956191 0.785412 0.628138
+0.977554 0.790738 0.645304
+0.984009 0.796201 0.657572
+0.990967 0.802976 0.670558
+0.654414 0.983841 0.653437
+0.658518 0.977386 0.649744
+0.660136 0.969696 0.645182
+0.659937 0.961364 0.640131
+0.658763 0.953033 0.635004
+0.656382 0.944152 0.62948
+0.653147 0.934981 0.623697
+0.649348 0.925734 0.617792
+0.645396 0.91693 0.612116
+0.64062 0.907423 0.605936
+0.635828 0.898222 0.599893
+0.631251 0.889204 0.593942
+0.627039 0.880095 0.5879
+0.623713 0.871412 0.582116
+0.621698 0.863432 0.576806
+0.620798 0.855375 0.571435
+0.621607 0.847761 0.566384
+0.624689 0.840772 0.561791
+0.63003 0.833982 0.557382
+0.638178 0.82768 0.553384
+0.649729 0.822263 0.550072
+0.664302 0.817243 0.547112
+0.682322 0.812848 0.544701
+0.704234 0.809384 0.543023
+0.729488 0.806485 0.541787
+0.759091 0.804211 0.540993
+0.794293 0.803159 0.541543
+0.835309 0.802792 0.561944
+0.882948 0.804578 0.591257
+0.941527 0.809461 0.624018
+0.978927 0.814817 0.647166
+0.984848 0.819089 0.658625
+0.991363 0.82536 0.671016
+0.670222 0.988373 0.662486
+0.676722 0.988235 0.662104
+0.681651 0.988037 0.661616
+0.684993 0.987732 0.660868
+0.687221 0.987366 0.660029
+0.68864 0.986954 0.659113
+0.689326 0.986496 0.658091
+0.689387 0.985977 0.656947
+0.689052 0.985428 0.655756
+0.683436 0.974716 0.648905
+0.676371 0.961395 0.640589
+0.669444 0.948363 0.632364
+0.663554 0.936706 0.624949
+0.658167 0.92517 0.617578
+0.653834 0.91429 0.610574
+0.650874 0.90428 0.60412
+0.64918 0.894484 0.597772
+0.64947 0.885512 0.591989
+0.652232 0.877607 0.586923
+0.657282 0.86978 0.581964
+0.665278 0.862791 0.57763
+0.676646 0.856703 0.573983
+0.691249 0.851087 0.570718
+0.709377 0.84625 0.568093
+0.731609 0.842451 0.566247
+0.757717 0.839139 0.564797
+0.788418 0.836728 0.563989
+0.826185 0.835401 0.564233
+0.871229 0.835203 0.586679
+0.926177 0.837476 0.618997
+0.980713 0.842512 0.649638
+0.985901 0.84564 0.659968
+0.991653 0.850584 0.671199
+0.686 0.992676 0.671611
+0.691844 0.992462 0.671092
+0.696086 0.992142 0.670344
+0.699153 0.991806 0.669596
+0.700999 0.991379 0.668635
+0.702052 0.990906 0.667597
+0.702525 0.990417 0.666545
+0.702327 0.989853 0.665293
+0.701701 0.989258 0.663996
+0.700832 0.988663 0.662699
+0.69955 0.988006 0.66125
+0.698222 0.98732 0.659785
+0.697124 0.986679 0.658366
+0.69633 0.986023 0.656931
+0.694942 0.983063 0.654246
+0.688701 0.968215 0.645075
+0.683879 0.954391 0.636484
+0.680964 0.941894 0.628687
+0.680308 0.930632 0.621668
+0.682109 0.920455 0.615351
+0.686534 0.910994 0.609506
+0.694347 0.903227 0.604852
+0.705165 0.895796 0.600458
+0.719631 0.889174 0.596689
+0.737926 0.883772 0.593805
+0.760403 0.879393 0.591684
+0.787533 0.875593 0.590021
+0.8206 0.872999 0.589212
+0.861036 0.87126 0.589166
+0.912596 0.871168 0.614389
+0.981735 0.874586 0.652369
+0.987488 0.876921 0.662089
+0.992203 0.880171 0.671641
+0.702205 0.997055 0.680919
+0.707713 0.99678 0.680308
+0.711513 0.996399 0.679454
+0.714061 0.995956 0.678492
+0.715755 0.995514 0.677531
+0.716487 0.994995 0.676387
+0.716518 0.99443 0.675135
+0.716152 0.993851 0.673899
+0.715282 0.993225 0.672541
+0.714 0.992554 0.671077
+0.712581 0.991882 0.669627
+0.710887 0.991165 0.668055
+0.709316 0.990448 0.666499
+0.708141 0.989761 0.665019
+0.707256 0.989059 0.663462
+0.706981 0.988388 0.661982
+0.707561 0.987793 0.660655
+0.708934 0.987198 0.659327
+0.711559 0.986694 0.658137
+0.715785 0.986282 0.65713
+0.71696 0.975067 0.650263
+0.719982 0.962631 0.642847
+0.726711 0.952071 0.636652
+0.736858 0.942885 0.631388
+0.750729 0.934783 0.626871
+0.769146 0.928191 0.623423
+0.791806 0.92253 0.620645
+0.820203 0.917845 0.618601
+0.855482 0.914839 0.6177
+0.900969 0.912886 0.6177
+0.964202 0.913039 0.647578
+0.989822 0.914351 0.665232
+0.993423 0.917082 0.673091
+0.725322 1 0.696956
+0.728847 1 0.694682
+0.730968 1 0.692042
+0.731517 1 0.68896
+0.731777 0.999741 0.686625
+0.732296 0.999191 0.685435
+0.732006 0.998581 0.684123
+0.731167 0.99794 0.682704
+0.730053 0.997284 0.6813
+0.728466 0.996582 0.679774
+0.726589 0.995834 0.678157
+0.724697 0.995117 0.6766
+0.722713 0.994354 0.674952
+0.720913 0.993591 0.673274
+0.719631 0.992874 0.671702
+0.7187 0.992126 0.670085
+0.718425 0.991424 0.668528
+0.719112 0.990784 0.667124
+0.720745 0.990188 0.665766
+0.72369 0.989639 0.664515
+0.728344 0.989227 0.663523
+0.734798 0.988876 0.662623
+0.743435 0.988663 0.661982
+0.754742 0.988632 0.661662
+0.76875 0.988724 0.661601
+0.785779 0.989029 0.661891
+0.805325 0.985382 0.660243
+0.828092 0.977386 0.656306
+0.85658 0.970138 0.652934
+0.895354 0.966232 0.65182
+0.948638 0.963607 0.651789
+0.993729 0.963272 0.670771
+0.995895 0.965179 0.676493
+0.759518 1 0.725429
+0.762249 1 0.722911
+0.763622 1 0.720058
+0.763668 1 0.716808
+0.762585 1 0.713207
+0.760952 1 0.709606
+0.758114 1 0.705333
+0.754696 1 0.700877
+0.750866 1 0.696315
+0.746502 1 0.691463
+0.742092 0.999878 0.6869
+0.739712 0.9991 0.685237
+0.73727 0.998306 0.683497
+0.735012 0.997513 0.681758
+0.733043 0.996704 0.680018
+0.731624 0.995941 0.678355
+0.730663 0.995178 0.676677
+0.730495 0.994446 0.67509
+0.731228 0.993774 0.673579
+0.733104 0.993133 0.672145
+0.736461 0.992569 0.670878
+0.741619 0.992126 0.66981
+0.74876 0.991745 0.668864
+0.758328 0.991516 0.668208
+0.770565 0.991424 0.667796
+0.785885 0.991485 0.667643
+0.804639 0.99173 0.667857
+0.827955 0.992203 0.668467
+0.85597 0.992874 0.669459
+0.891264 0.993835 0.670924
+0.938674 0.995224 0.673045
+0.997009 0.997009 0.675746
+0.997864 0.997864 0.678965
+0.796429 1 0.756054
+0.798627 1 0.753384
+0.799176 1 0.750072
+0.798886 1 0.746746
+0.797253 1 0.742901
+0.794675 1 0.738674
+0.791653 1 0.734462
+0.787747 1 0.729778
+0.783169 1 0.724743
+0.778515 1 0.719814
+0.773129 1 0.714382
+0.767544 1 0.708873
+0.762081 1 0.703487
+0.756481 1 0.697841
+0.751125 1 0.692195
+0.746593 0.999939 0.687053
+0.744869 0.999115 0.685237
+0.743847 0.998306 0.683482
+0.743725 0.997559 0.681834
+0.744579 0.996811 0.680201
+0.746777 0.996155 0.678721
+0.750683 0.995575 0.677409
+0.756359 0.995071 0.676234
+0.764263 0.994659 0.675258
+0.774914 0.994385 0.67451
+0.788495 0.994247 0.674022
+0.805539 0.994232 0.673777
+0.826856 0.99443 0.673915
+0.852842 0.994797 0.674357
+0.885771 0.995392 0.675196
+0.928786 0.996292 0.67657
+0.991897 0.997711 0.678737
+0.997833 0.997833 0.678874
+0.0680247 0.0680247 0.526497
+0.0674449 0.0674449 0.523995
+0.0724041 0.0675364 0.521233
+0.119951 0.0741894 0.519768
+0.16907 0.08365 0.518929
+0.214786 0.0938888 0.51838
+0.256397 0.10425 0.517739
+0.294774 0.114549 0.516976
+0.330953 0.127306 0.516884
+0.370214 0.157946 0.522316
+0.411383 0.195514 0.531716
+0.454368 0.234943 0.544198
+0.499611 0.274189 0.559396
+0.545907 0.310109 0.575433
+0.593881 0.343008 0.591546
+0.636133 0.378088 0.600107
+0.676249 0.410544 0.606317
+0.715648 0.441413 0.612024
+0.754803 0.470863 0.617914
+0.794064 0.498848 0.624323
+0.834562 0.525765 0.632013
+0.87747 0.551781 0.64123
+0.926085 0.577768 0.65243
+0.949615 0.59678 0.661799
+0.957504 0.61146 0.669993
+0.965194 0.625574 0.678614
+0.972763 0.639277 0.687816
+0.980484 0.653071 0.697932
+0.988251 0.666743 0.70869
+0.996262 0.68072 0.720378
+1 0.697414 0.734417
+1 0.71667 0.750866
+1 0.736568 0.768551
+0.0652323 0.0652323 0.51458
+0.0648508 0.0648508 0.512901
+0.0689403 0.0649271 0.510567
+0.112856 0.0708629 0.509056
+0.159716 0.0793622 0.508049
+0.205249 0.0903639 0.507652
+0.247333 0.103258 0.507515
+0.287282 0.121447 0.508934
+0.327733 0.149126 0.513695
+0.367544 0.178317 0.520012
+0.407889 0.210101 0.528557
+0.450538 0.244587 0.540322
+0.49398 0.278248 0.553887
+0.539544 0.310658 0.568765
+0.586297 0.340795 0.58352
+0.627115 0.373754 0.590723
+0.666453 0.405097 0.596811
+0.704601 0.434775 0.601801
+0.74168 0.462699 0.606882
+0.77911 0.489693 0.61294
+0.816022 0.514839 0.619867
+0.853864 0.538811 0.628
+0.894682 0.562325 0.637583
+0.941207 0.585916 0.649165
+0.951553 0.600427 0.656977
+0.958846 0.613977 0.665202
+0.966186 0.627405 0.67425
+0.973617 0.640818 0.684016
+0.981125 0.6542 0.694499
+0.989013 0.668101 0.706157
+0.997497 0.682872 0.719097
+1 0.700694 0.734524
+1 0.720745 0.75227
+0.0656443 0.0712596 0.503777
+0.0674754 0.0771649 0.502602
+0.0720378 0.0831464 0.50161
+0.112886 0.0911727 0.503197
+0.157382 0.100755 0.502785
+0.202014 0.113649 0.503014
+0.244404 0.129625 0.504402
+0.2851 0.148531 0.507393
+0.324422 0.169238 0.510933
+0.363287 0.19321 0.516335
+0.403586 0.220798 0.524437
+0.444419 0.24979 0.53463
+0.487465 0.279957 0.547112
+0.531945 0.309209 0.560845
+0.577951 0.33727 0.574441
+0.617746 0.368734 0.581308
+0.655955 0.398749 0.586221
+0.692546 0.427085 0.590677
+0.728038 0.45388 0.5953
+0.762463 0.478996 0.600443
+0.796536 0.502754 0.606744
+0.830472 0.525109 0.61384
+0.864729 0.54612 0.621897
+0.902464 0.567224 0.6318
+0.945449 0.588968 0.643885
+0.952377 0.601999 0.651774
+0.959381 0.614969 0.660426
+0.966598 0.628153 0.670039
+0.97406 0.641611 0.680644
+0.981811 0.655436 0.69218
+0.99028 0.670314 0.70518
+0.999069 0.685573 0.719081
+1 0.705196 0.736416
+0.0830243 0.120089 0.496345
+0.0853895 0.125917 0.495476
+0.0882887 0.129885 0.494347
+0.121645 0.136004 0.500359
+0.162341 0.142397 0.503899
+0.20351 0.149783 0.503731
+0.243748 0.159915 0.504265
+0.282826 0.172778 0.505669
+0.321019 0.18883 0.508568
+0.359197 0.208087 0.513115
+0.398123 0.230335 0.519936
+0.438743 0.255421 0.529198
+0.480491 0.281453 0.540139
+0.524361 0.307866 0.552987
+0.569177 0.333486 0.565499
+0.607614 0.363043 0.570565
+0.644572 0.391653 0.574945
+0.679881 0.418814 0.578943
+0.713542 0.444266 0.583001
+0.745541 0.467826 0.587335
+0.776165 0.489632 0.592355
+0.806332 0.510216 0.598611
+0.836301 0.52958 0.605722
+0.867811 0.548638 0.614267
+0.903548 0.56846 0.624979
+0.945861 0.589761 0.6383
+0.952682 0.602564 0.646922
+0.959792 0.615732 0.65658
+0.967269 0.629374 0.667353
+0.974884 0.643107 0.678721
+0.983124 0.65774 0.691371
+0.99205 0.673411 0.705608
+1 0.690074 0.72108
+0.105501 0.17142 0.490486
+0.10515 0.170977 0.489387
+0.106584 0.173007 0.488243
+0.131762 0.176516 0.493034
+0.168368 0.182422 0.502541
+0.207431 0.187564 0.506935
+0.244862 0.193133 0.506203
+0.282216 0.201404 0.506859
+0.319081 0.2121 0.508583
+0.356329 0.226123 0.511986
+0.394171 0.243076 0.51725
+0.433433 0.262776 0.524514
+0.473915 0.284474 0.534066
+0.516686 0.307149 0.545098
+0.560418 0.330159 0.556252
+0.597696 0.35787 0.560204
+0.632944 0.384619 0.563577
+0.66656 0.410193 0.566445
+0.697749 0.433722 0.569375
+0.727657 0.455924 0.573098
+0.755688 0.476204 0.577615
+0.782483 0.495003 0.582879
+0.809705 0.513344 0.589731
+0.837537 0.531197 0.59762
+0.867414 0.549187 0.606958
+0.902495 0.568658 0.618814
+0.946075 0.590188 0.633448
+0.95317 0.603494 0.643275
+0.96054 0.617105 0.654002
+0.968368 0.631357 0.665904
+0.976684 0.646311 0.678843
+0.985565 0.662043 0.693065
+0.994995 0.678508 0.708492
+0.127245 0.216602 0.485328
+0.125231 0.21297 0.483818
+0.12604 0.214023 0.482582
+0.146075 0.215793 0.486686
+0.174914 0.218723 0.494316
+0.210559 0.223789 0.506386
+0.247135 0.227634 0.511315
+0.282765 0.231632 0.510475
+0.318639 0.238346 0.511147
+0.354391 0.247349 0.512825
+0.391623 0.259495 0.516838
+0.429511 0.274006 0.522255
+0.469093 0.290867 0.52961
+0.510628 0.309422 0.53901
+0.55259 0.328695 0.547768
+0.588113 0.353887 0.55021
+0.621866 0.378683 0.551949
+0.653407 0.402274 0.553887
+0.682216 0.423835 0.555611
+0.709133 0.443824 0.558373
+0.7346 0.46247 0.562112
+0.758846 0.47982 0.56672
+0.783215 0.496788 0.572763
+0.808957 0.514046 0.58056
+0.836454 0.531624 0.589914
+0.867185 0.550088 0.601114
+0.903395 0.570062 0.614527
+0.947143 0.592203 0.630762
+0.954543 0.606058 0.64181
+0.962341 0.620417 0.653773
+0.970779 0.635721 0.667094
+0.979553 0.651423 0.681193
+0.988846 0.667796 0.696406
+0.147387 0.256306 0.480003
+0.144335 0.250858 0.478355
+0.145022 0.251301 0.477745
+0.162341 0.252262 0.481758
+0.185046 0.253605 0.488029
+0.213718 0.256535 0.497627
+0.247868 0.260563 0.511223
+0.283436 0.263386 0.516808
+0.318379 0.266499 0.516381
+0.353994 0.271626 0.516838
+0.38996 0.278889 0.518608
+0.427344 0.288899 0.522179
+0.465675 0.300832 0.527428
+0.506035 0.314641 0.534585
+0.546334 0.330556 0.540948
+0.579782 0.352056 0.540627
+0.611154 0.374151 0.540581
+0.640177 0.395193 0.540932
+0.666529 0.414633 0.541711
+0.69073 0.432486 0.543206
+0.713466 0.449165 0.545983
+0.735897 0.465431 0.550362
+0.758556 0.481498 0.556115
+0.782605 0.498085 0.563806
+0.80911 0.515709 0.573648
+0.838041 0.53402 0.584985
+0.870878 0.553506 0.598199
+0.91014 0.574746 0.613703
+0.949386 0.596429 0.630686
+0.957122 0.610819 0.642771
+0.965438 0.626047 0.656001
+0.974258 0.641993 0.670344
+0.983444 0.65832 0.685466
+0.166079 0.291829 0.475303
+0.163455 0.287266 0.473793
+0.163241 0.285588 0.472908
+0.179965 0.286748 0.477684
+0.198306 0.287266 0.483192
+0.220508 0.288472 0.490944
+0.248524 0.291035 0.502434
+0.281788 0.294408 0.518013
+0.317601 0.296117 0.524117
+0.353216 0.298161 0.523384
+0.389395 0.301549 0.523415
+0.42565 0.306645 0.524529
+0.463325 0.314137 0.527123
+0.501732 0.323461 0.530785
+0.541131 0.336049 0.534844
+0.572717 0.353902 0.53225
+0.601846 0.372015 0.530129
+0.627451 0.389853 0.527993
+0.650584 0.406424 0.527001
+0.672236 0.422187 0.527565
+0.693019 0.437324 0.529931
+0.714412 0.45275 0.534401
+0.736828 0.468711 0.540825
+0.760372 0.485115 0.548867
+0.786007 0.50248 0.558755
+0.81387 0.520668 0.570336
+0.844739 0.539818 0.583566
+0.880568 0.560494 0.59881
+0.923827 0.582986 0.616388
+0.952621 0.602502 0.632593
+0.960937 0.617853 0.646082
+0.96965 0.633707 0.66038
+0.978943 0.650339 0.675853
+0.183871 0.324681 0.471672
+0.181643 0.320851 0.470497
+0.181918 0.318456 0.469749
+0.198581 0.319463 0.475044
+0.213733 0.319921 0.480018
+0.230335 0.32015 0.485847
+0.252094 0.321263 0.494789
+0.279545 0.323598 0.508003
+0.310903 0.323949 0.523644
+0.346502 0.322652 0.527749
+0.383795 0.323552 0.526421
+0.421485 0.325673 0.525811
+0.459541 0.329686 0.526604
+0.498772 0.335607 0.528801
+0.53756 0.344488 0.530236
+0.567102 0.359594 0.524651
+0.593271 0.374395 0.51957
+0.615991 0.388418 0.515694
+0.636103 0.401434 0.513237
+0.655222 0.414481 0.512779
+0.674998 0.42858 0.515053
+0.695552 0.443122 0.519524
+0.717632 0.458595 0.526223
+0.741634 0.475227 0.535073
+0.767025 0.492439 0.545434
+0.794324 0.510445 0.557321
+0.824552 0.529595 0.571008
+0.858396 0.549844 0.586358
+0.897398 0.571328 0.603357
+0.946868 0.595438 0.623224
+0.957305 0.611185 0.63714
+0.965927 0.626963 0.651484
+0.975006 0.64332 0.666743
+0.2009 0.35555 0.468376
+0.1991 0.352438 0.467735
+0.201694 0.350118 0.468177
+0.217945 0.351461 0.473991
+0.230213 0.351522 0.478248
+0.242634 0.351293 0.482719
+0.258488 0.351522 0.489235
+0.279606 0.352728 0.499382
+0.30547 0.352697 0.511772
+0.336263 0.350118 0.526589
+0.375341 0.347707 0.531243
+0.415457 0.347372 0.529244
+0.455467 0.348089 0.528313
+0.49633 0.350805 0.527977
+0.535134 0.356542 0.526284
+0.563424 0.368597 0.517525
+0.586236 0.380514 0.509834
+0.605447 0.391577 0.503624
+0.623209 0.402548 0.500374
+0.641352 0.413916 0.499931
+0.660594 0.426062 0.502388
+0.681544 0.439384 0.507424
+0.703761 0.453452 0.514229
+0.727367 0.469306 0.523278
+0.752651 0.486229 0.534081
+0.779767 0.50399 0.546365
+0.808759 0.522438 0.55996
+0.841138 0.542138 0.575296
+0.877836 0.563012 0.592218
+0.921767 0.585657 0.611246
+0.95465 0.606271 0.629313
+0.963211 0.622034 0.64387
+0.972091 0.638102 0.658991
+0.217762 0.385458 0.46685
+0.216251 0.382559 0.466239
+0.223743 0.38146 0.46891
+0.237415 0.382727 0.474266
+0.247257 0.382574 0.47776
+0.256382 0.382132 0.481071
+0.267048 0.381659 0.485084
+0.281941 0.381933 0.492088
+0.302007 0.381476 0.50106
+0.327596 0.379583 0.512963
+0.362661 0.376684 0.520424
+0.403174 0.37499 0.517586
+0.443168 0.374197 0.51487
+0.482246 0.375158 0.512566
+0.521401 0.378515 0.511421
+0.553521 0.384344 0.505806
+0.577569 0.391821 0.498253
+0.596597 0.399405 0.492149
+0.613413 0.408515 0.488762
+0.631998 0.419074 0.489555
+0.651759 0.43035 0.493004
+0.67277 0.442527 0.49836
+0.695155 0.455787 0.50576
+0.718441 0.469673 0.514488
+0.743191 0.484535 0.524712
+0.769802 0.501244 0.537041
+0.797925 0.518944 0.550683
+0.828901 0.537774 0.56585
+0.863813 0.5579 0.582834
+0.904479 0.579492 0.601511
+0.953033 0.603281 0.622629
+0.961303 0.618524 0.636942
+0.970108 0.634546 0.652262
+0.234104 0.414069 0.466285
+0.23743 0.412634 0.467582
+0.245487 0.412161 0.470588
+0.256229 0.413397 0.475105
+0.263783 0.413153 0.477897
+0.269627 0.41207 0.479683
+0.27628 0.411215 0.482063
+0.28571 0.410742 0.486107
+0.300526 0.409751 0.491432
+0.320287 0.408789 0.49987
+0.351247 0.406271 0.504906
+0.390555 0.40351 0.501976
+0.429953 0.401892 0.499855
+0.469291 0.401236 0.497902
+0.507591 0.402762 0.496239
+0.536233 0.407004 0.48896
+0.555795 0.41265 0.481621
+0.57557 0.41886 0.478813
+0.59704 0.425361 0.478965
+0.620279 0.432776 0.481468
+0.644755 0.441276 0.485801
+0.669291 0.450477 0.491188
+0.691142 0.462272 0.498634
+0.714443 0.475273 0.507836
+0.738476 0.488869 0.518135
+0.763958 0.50341 0.529854
+0.791623 0.519203 0.543053
+0.821454 0.536828 0.558129
+0.854627 0.555886 0.574884
+0.892744 0.576364 0.593286
+0.940261 0.599283 0.614267
+0.960418 0.616922 0.631037
+0.968933 0.63241 0.646174
+0.257038 0.443702 0.470497
+0.262013 0.443351 0.472206
+0.265812 0.442222 0.472969
+0.273487 0.443442 0.47631
+0.278401 0.443107 0.477852
+0.28159 0.441825 0.478264
+0.284886 0.440497 0.478782
+0.290562 0.439261 0.480125
+0.300832 0.438315 0.483131
+0.314824 0.437888 0.488167
+0.341512 0.435843 0.490028
+0.379538 0.432578 0.487022
+0.418128 0.430243 0.484749
+0.45658 0.428595 0.482963
+0.493965 0.428489 0.480934
+0.516442 0.432609 0.47332
+0.536416 0.436851 0.470024
+0.559396 0.441184 0.470588
+0.583825 0.446296 0.472999
+0.609018 0.452094 0.476555
+0.634318 0.458747 0.481254
+0.660243 0.46656 0.487343
+0.686534 0.47509 0.494377
+0.713222 0.484596 0.502388
+0.737911 0.496605 0.512627
+0.76257 0.509896 0.524376
+0.7888 0.524163 0.537346
+0.817884 0.539895 0.55198
+0.849424 0.556695 0.567819
+0.885603 0.576043 0.586206
+0.930571 0.597955 0.607233
+0.960571 0.617212 0.626108
+0.968734 0.632074 0.641047
+0.284428 0.476234 0.478614
+0.284825 0.47483 0.477729
+0.285039 0.473075 0.476509
+0.288685 0.473701 0.477714
+0.290623 0.472969 0.477592
+0.291402 0.471382 0.476585
+0.29247 0.469718 0.475578
+0.296391 0.468421 0.47509
+0.302068 0.467628 0.475349
+0.309865 0.467506 0.476677
+0.335286 0.465431 0.475731
+0.370718 0.461936 0.472877
+0.407538 0.459022 0.470588
+0.445319 0.456672 0.468833
+0.477226 0.456718 0.465171
+0.500923 0.458991 0.464515
+0.526055 0.461524 0.465492
+0.551232 0.464515 0.467124
+0.576822 0.468498 0.469902
+0.602365 0.473091 0.473487
+0.627878 0.478431 0.477989
+0.653773 0.484642 0.483558
+0.68011 0.491981 0.490471
+0.706798 0.499992 0.498253
+0.734203 0.508965 0.507179
+0.762844 0.519127 0.517479
+0.788174 0.532006 0.530678
+0.815549 0.545937 0.545037
+0.845838 0.561196 0.5608
+0.880278 0.57789 0.578042
+0.921263 0.59736 0.598032
+0.961089 0.618173 0.61941
+0.968841 0.632273 0.634165
+0.30869 0.507591 0.485237
+0.308125 0.505943 0.482597
+0.307729 0.504067 0.47985
+0.309758 0.503731 0.478645
+0.31078 0.502831 0.477058
+0.310658 0.500999 0.474525
+0.309834 0.498497 0.471672
+0.312123 0.497078 0.469749
+0.315663 0.495933 0.467506
+0.320851 0.49546 0.46508
+0.332341 0.495293 0.462562
+0.365103 0.491478 0.459617
+0.399634 0.488045 0.457176
+0.435401 0.485374 0.45536
+0.472328 0.483177 0.454429
+0.503746 0.482628 0.459678
+0.528099 0.484382 0.467353
+0.552666 0.486946 0.469505
+0.576883 0.490303 0.470771
+0.601556 0.49424 0.473213
+0.62681 0.498955 0.477287
+0.652079 0.504158 0.482444
+0.677867 0.510216 0.488762
+0.70428 0.517235 0.496452
+0.731289 0.524941 0.505272
+0.759518 0.533593 0.515251
+0.784924 0.545113 0.528756
+0.812039 0.557534 0.54316
+0.841871 0.571221 0.558785
+0.875837 0.586557 0.576028
+0.915679 0.604105 0.595453
+0.960769 0.624308 0.617487
+0.968597 0.637308 0.631754
+0.333028 0.539071 0.491875
+0.331838 0.537026 0.487434
+0.331746 0.535409 0.483467
+0.333043 0.534646 0.480705
+0.333318 0.53312 0.47744
+0.332921 0.531136 0.474022
+0.331701 0.52842 0.470207
+0.331365 0.525887 0.466178
+0.333852 0.524453 0.462394
+0.337606 0.523415 0.457847
+0.34313 0.52311 0.451987
+0.362921 0.52137 0.447562
+0.394324 0.517678 0.445289
+0.428046 0.51426 0.443397
+0.463249 0.511727 0.442725
+0.499214 0.509682 0.442954
+0.533913 0.508705 0.447471
+0.559853 0.51014 0.457282
+0.583581 0.512016 0.46923
+0.607797 0.514977 0.476265
+0.632303 0.518944 0.482017
+0.657053 0.523629 0.487465
+0.681788 0.529015 0.492882
+0.707225 0.535271 0.499397
+0.733608 0.542199 0.507195
+0.760769 0.549844 0.516167
+0.785351 0.559899 0.529168
+0.812543 0.571359 0.543725
+0.841794 0.583703 0.559152
+0.874815 0.597436 0.575998
+0.914763 0.613931 0.595682
+0.96112 0.633051 0.617945
+0.968582 0.644938 0.631617
+0.357305 0.570657 0.499138
+0.355612 0.568215 0.492897
+0.356313 0.567285 0.488045
+0.357046 0.566155 0.483558
+0.356817 0.564279 0.478889
+0.355947 0.561929 0.474266
+0.354604 0.559197 0.469749
+0.352743 0.555947 0.46482
+0.353384 0.553597 0.460151
+0.355901 0.552056 0.454582
+0.359838 0.551049 0.44741
+0.365667 0.551034 0.437598
+0.392844 0.547555 0.434714
+0.423331 0.543893 0.432746
+0.45594 0.540612 0.431647
+0.490593 0.538033 0.431937
+0.525887 0.536034 0.433509
+0.561044 0.534966 0.438865
+0.590875 0.53576 0.449561
+0.615534 0.537804 0.460685
+0.63949 0.540291 0.474388
+0.663951 0.543969 0.485817
+0.68864 0.548394 0.494881
+0.71426 0.553658 0.50367
+0.740566 0.559808 0.512673
+0.768002 0.566918 0.522179
+0.792813 0.576043 0.534874
+0.81912 0.586465 0.548714
+0.847898 0.598047 0.563622
+0.880751 0.610925 0.580102
+0.91989 0.626108 0.59913
+0.962539 0.64358 0.620417
+0.96968 0.654582 0.633494
+0.381628 0.602441 0.506477
+0.379675 0.599847 0.498924
+0.380896 0.599115 0.493004
+0.381201 0.597742 0.48716
+0.380758 0.595804 0.481575
+0.379538 0.593164 0.476051
+0.377935 0.590265 0.470573
+0.375906 0.586954 0.465232
+0.374228 0.58352 0.459373
+0.375372 0.581231 0.453147
+0.378027 0.579767 0.445609
+0.382132 0.578759 0.435325
+0.394705 0.577218 0.425971
+0.421897 0.57351 0.424079
+0.451621 0.569818 0.422705
+0.483436 0.566552 0.422599
+0.517357 0.564034 0.424125
+0.552193 0.562051 0.427283
+0.587289 0.560983 0.433875
+0.619638 0.561471 0.445335
+0.647013 0.563287 0.457679
+0.67187 0.566064 0.470451
+0.696895 0.569512 0.48574
+0.722057 0.573556 0.499992
+0.74815 0.578668 0.512184
+0.774853 0.585245 0.524971
+0.800565 0.593439 0.539559
+0.828214 0.602853 0.554711
+0.858686 0.613809 0.570794
+0.89279 0.626093 0.587777
+0.934051 0.640909 0.607294
+0.96524 0.655177 0.625238
+0.972183 0.665721 0.637919
+0.405722 0.634165 0.514244
+0.405158 0.632593 0.506233
+0.405798 0.631449 0.498909
+0.405631 0.629709 0.491875
+0.404913 0.627573 0.485237
+0.403479 0.624796 0.478798
+0.401541 0.621561 0.472648
+0.399344 0.618128 0.466819
+0.396872 0.614343 0.460548
+0.396124 0.611215 0.453803
+0.397253 0.608774 0.445884
+0.399985 0.607217 0.436301
+0.404273 0.606363 0.42298
+0.423713 0.603067 0.417411
+0.450141 0.599252 0.416007
+0.479347 0.595468 0.415442
+0.510582 0.592218 0.416373
+0.543603 0.589853 0.419196
+0.578271 0.587839 0.424155
+0.613458 0.586725 0.43267
+0.646799 0.587137 0.445289
+0.676951 0.588693 0.459358
+0.703563 0.591638 0.474418
+0.728618 0.595804 0.490883
+0.754314 0.600229 0.508034
+0.780438 0.6056 0.525093
+0.807843 0.612634 0.541939
+0.836484 0.620874 0.558495
+0.867887 0.63061 0.57557
+0.904616 0.642374 0.594171
+0.949828 0.657115 0.615641
+0.968277 0.668132 0.630655
+0.97525 0.678035 0.643351
+0.43003 0.666392 0.522972
+0.430457 0.665309 0.514153
+0.430915 0.664179 0.505882
+0.430396 0.662196 0.497765
+0.429236 0.659663 0.49015
+0.427756 0.656916 0.483162
+0.425574 0.653422 0.47631
+0.423072 0.649638 0.469978
+0.420417 0.645701 0.463706
+0.417762 0.641672 0.456504
+0.417777 0.638651 0.448859
+0.419089 0.636316 0.439368
+0.421851 0.634653 0.426963
+0.435874 0.631266 0.420844
+0.456794 0.627207 0.418296
+0.480888 0.623819 0.416419
+0.50753 0.6206 0.414862
+0.537118 0.617792 0.413748
+0.569924 0.615351 0.418219
+0.604227 0.613397 0.42501
+0.639307 0.61239 0.43508
+0.672892 0.612802 0.452094
+0.703243 0.614633 0.471565
+0.731594 0.617868 0.489723
+0.758587 0.622461 0.506966
+0.785733 0.62768 0.524163
+0.814267 0.633585 0.542168
+0.845365 0.640803 0.56112
+0.879088 0.649485 0.580194
+0.917647 0.660502 0.600565
+0.964401 0.674601 0.623255
+0.970855 0.682567 0.635172
+0.977783 0.691539 0.647791
+0.455573 0.699992 0.532845
+0.456336 0.699138 0.523476
+0.456107 0.697337 0.514031
+0.455467 0.695338 0.505379
+0.454032 0.692546 0.497246
+0.452079 0.689235 0.489448
+0.450034 0.685985 0.482322
+0.447349 0.681987 0.475456
+0.444373 0.677684 0.468757
+0.441505 0.673518 0.461769
+0.439429 0.669444 0.453651
+0.439414 0.666209 0.444648
+0.445289 0.66276 0.438392
+0.457618 0.658259 0.435462
+0.473198 0.654154 0.432914
+0.491997 0.650431 0.430884
+0.514061 0.64715 0.429374
+0.538674 0.644251 0.428382
+0.566278 0.641962 0.428061
+0.596719 0.640223 0.428305
+0.629938 0.638972 0.429389
+0.664683 0.637797 0.446174
+0.698085 0.638392 0.467521
+0.729747 0.640452 0.487526
+0.760586 0.643931 0.50692
+0.790906 0.64889 0.525795
+0.82092 0.654765 0.544076
+0.853544 0.661967 0.564065
+0.890089 0.670604 0.585245
+0.932891 0.68098 0.607874
+0.966857 0.691356 0.627512
+0.973358 0.698528 0.639521
+0.980346 0.706767 0.652247
+0.482109 0.73492 0.544442
+0.482658 0.734005 0.534401
+0.482094 0.731945 0.524392
+0.480919 0.729366 0.515023
+0.479393 0.726513 0.506325
+0.477256 0.723003 0.498131
+0.474708 0.719081 0.49044
+0.472038 0.715114 0.483406
+0.46891 0.710628 0.476616
+0.465629 0.705928 0.469551
+0.463508 0.70132 0.462425
+0.466789 0.696315 0.458808
+0.472313 0.69131 0.455238
+0.480568 0.686702 0.452033
+0.491798 0.682277 0.449195
+0.506218 0.678065 0.446799
+0.523827 0.674556 0.445151
+0.544335 0.67126 0.443931
+0.567544 0.668605 0.443366
+0.593774 0.666499 0.443488
+0.623178 0.665141 0.444358
+0.655528 0.664225 0.445609
+0.689876 0.663462 0.462608
+0.723995 0.664118 0.484184
+0.757519 0.6663 0.505119
+0.790967 0.670008 0.525765
+0.825467 0.675639 0.547387
+0.861219 0.682551 0.568994
+0.900053 0.691066 0.590936
+0.94725 0.702022 0.615106
+0.969162 0.709987 0.631418
+0.975708 0.716274 0.643565
+0.982849 0.723812 0.656611
+0.509636 0.771847 0.557839
+0.509529 0.77026 0.547219
+0.508812 0.768124 0.536904
+0.507332 0.765194 0.527077
+0.505394 0.761837 0.517983
+0.503166 0.758221 0.509606
+0.500359 0.753948 0.501717
+0.500008 0.749279 0.497078
+0.499962 0.744503 0.493645
+0.49926 0.739345 0.489906
+0.498863 0.734035 0.486061
+0.49987 0.728862 0.482338
+0.502403 0.723613 0.478584
+0.50695 0.718441 0.474937
+0.514122 0.713588 0.471595
+0.52401 0.708812 0.468376
+0.537057 0.704265 0.465415
+0.553429 0.700435 0.463096
+0.572747 0.696773 0.461006
+0.595346 0.693599 0.45951
+0.620752 0.69189 0.460136
+0.649104 0.690639 0.461311
+0.681331 0.689845 0.462943
+0.716014 0.689433 0.480217
+0.750927 0.690089 0.502083
+0.786572 0.692409 0.524025
+0.823911 0.696742 0.547524
+0.863966 0.702983 0.571756
+0.90721 0.711086 0.596017
+0.959854 0.722133 0.622446
+0.971618 0.728603 0.63563
+0.977951 0.734874 0.647395
+0.984924 0.742031 0.660182
+0.538613 0.811719 0.573754
+0.538064 0.809689 0.56289
+0.536767 0.806821 0.552224
+0.535012 0.80354 0.542336
+0.532631 0.799558 0.532921
+0.534981 0.795026 0.529534
+0.536309 0.790494 0.52639
+0.536217 0.785351 0.522774
+0.535134 0.77995 0.518944
+0.533639 0.774624 0.51516
+0.531853 0.768734 0.510948
+0.530953 0.762905 0.506798
+0.531518 0.757397 0.502892
+0.533486 0.75169 0.498863
+0.537469 0.746166 0.495003
+0.544167 0.741131 0.491569
+0.553368 0.73611 0.488228
+0.565637 0.731472 0.485252
+0.581369 0.727413 0.482795
+0.600107 0.723613 0.480629
+0.621927 0.720424 0.478996
+0.647196 0.717998 0.477974
+0.67538 0.71664 0.479072
+0.707561 0.716045 0.48101
+0.742855 0.71574 0.498619
+0.779187 0.716579 0.521157
+0.81796 0.719234 0.545327
+0.860197 0.724163 0.571191
+0.906966 0.731182 0.597711
+0.965072 0.741512 0.626932
+0.973922 0.747204 0.639521
+0.980255 0.753552 0.651347
+0.987045 0.760739 0.663828
+0.569787 0.856001 0.593164
+0.568734 0.85333 0.582162
+0.566934 0.84979 0.57142
+0.56762 0.845487 0.564355
+0.570718 0.840986 0.561379
+0.571878 0.835752 0.55787
+0.571786 0.830198 0.554101
+0.570748 0.824552 0.550225
+0.568841 0.818494 0.546029
+0.566308 0.812177 0.541619
+0.564004 0.80618 0.537423
+0.561761 0.799603 0.532815
+0.56051 0.793194 0.528328
+0.560708 0.787213 0.524147
+0.562295 0.780972 0.519814
+0.565866 0.775036 0.51574
+0.572137 0.76968 0.512139
+0.581003 0.764309 0.508598
+0.592874 0.759487 0.505531
+0.60824 0.755261 0.502998
+0.626673 0.751339 0.500786
+0.648264 0.748058 0.499107
+0.673518 0.745556 0.49807
+0.701793 0.743618 0.497734
+0.734417 0.743008 0.499825
+0.771038 0.742794 0.51812
+0.809308 0.743755 0.541558
+0.852064 0.746853 0.568261
+0.900893 0.752529 0.596613
+0.960708 0.761334 0.627497
+0.975631 0.766888 0.642267
+0.982101 0.772854 0.654429
+0.988922 0.779828 0.667063
+0.605173 0.90837 0.618036
+0.603738 0.905165 0.607248
+0.605371 0.900008 0.600717
+0.608118 0.894362 0.597177
+0.609491 0.888762 0.593591
+0.609323 0.88246 0.589487
+0.607996 0.875776 0.585092
+0.606088 0.8692 0.580713
+0.603174 0.861906 0.575814
+0.599817 0.854597 0.570871
+0.596231 0.847135 0.565774
+0.593057 0.839963 0.560861
+0.590478 0.832731 0.555901
+0.588937 0.82565 0.551049
+0.588663 0.818784 0.546349
+0.589929 0.812024 0.541741
+0.593271 0.805478 0.537331
+0.599283 0.79971 0.533532
+0.607889 0.793957 0.529793
+0.619654 0.788739 0.526513
+0.634638 0.78436 0.523919
+0.652918 0.780194 0.521569
+0.674525 0.77673 0.519814
+0.699809 0.774197 0.518761
+0.728771 0.771954 0.517937
+0.76231 0.771176 0.519585
+0.80058 0.770977 0.538598
+0.842847 0.772122 0.56463
+0.890639 0.775662 0.593256
+0.95021 0.782696 0.62533
+0.97702 0.788464 0.644327
+0.983246 0.793469 0.656168
+0.990051 0.800198 0.668894
+0.650629 0.979309 0.654475
+0.651362 0.972885 0.647059
+0.653819 0.965835 0.642893
+0.654032 0.957732 0.63798
+0.652827 0.949081 0.632654
+0.651011 0.940871 0.627527
+0.647959 0.931823 0.62182
+0.644373 0.922805 0.616053
+0.64036 0.913878 0.6103
+0.635813 0.904677 0.604288
+0.631022 0.895415 0.598215
+0.626627 0.886671 0.592432
+0.622507 0.877684 0.58645
+0.619257 0.869093 0.580713
+0.617166 0.860899 0.57525
+0.616571 0.853193 0.570108
+0.617487 0.845579 0.565042
+0.620584 0.838437 0.560327
+0.626215 0.831846 0.556054
+0.634623 0.825589 0.552056
+0.646174 0.819867 0.548531
+0.661204 0.815152 0.545769
+0.679454 0.810727 0.543313
+0.701305 0.807111 0.541497
+0.726864 0.804349 0.540322
+0.756542 0.801984 0.539437
+0.791562 0.80087 0.540429
+0.832731 0.800671 0.560739
+0.879576 0.802197 0.589242
+0.936324 0.806607 0.621271
+0.978439 0.812497 0.646296
+0.984283 0.816648 0.657603
+0.990616 0.82237 0.669642
+0.665965 0.988205 0.662165
+0.672847 0.988083 0.661814
+0.677928 0.987854 0.661234
+0.681636 0.987564 0.660578
+0.684047 0.987213 0.659754
+0.685512 0.98677 0.658793
+0.686381 0.986343 0.657801
+0.686564 0.985824 0.656657
+0.685435 0.983597 0.654505
+0.678874 0.970703 0.64651
+0.671916 0.95758 0.6383
+0.665095 0.944778 0.630213
+0.659342 0.933394 0.62295
+0.654002 0.92195 0.61561
+0.649653 0.91107 0.608591
+0.646922 0.901396 0.602335
+0.645396 0.891752 0.596078
+0.645808 0.882887 0.590341
+0.648707 0.87509 0.585351
+0.653895 0.867262 0.580362
+0.662013 0.860288 0.576013
+0.673518 0.854139 0.57232
+0.688289 0.848646 0.569131
+0.706554 0.843839 0.566491
+0.728954 0.840024 0.564614
+0.755032 0.836728 0.563165
+0.785657 0.834318 0.562295
+0.823285 0.832975 0.562905
+0.868025 0.832731 0.584756
+0.922026 0.834775 0.616587
+0.980209 0.839948 0.648737
+0.985397 0.843015 0.659052
+0.991119 0.847807 0.670192
+0.682139 0.992462 0.671183
+0.688457 0.992294 0.670741
+0.692927 0.991974 0.670008
+0.69604 0.991592 0.669184
+0.698222 0.991211 0.668315
+0.699382 0.990738 0.667277
+0.699855 0.990234 0.666148
+0.699855 0.9897 0.664973
+0.699306 0.989105 0.663676
+0.69839 0.988464 0.662303
+0.697246 0.987839 0.660914
+0.695949 0.987152 0.659449
+0.694804 0.986481 0.657969
+0.694179 0.985855 0.656611
+0.690715 0.978531 0.651514
+0.684306 0.963439 0.642161
+0.680034 0.950545 0.634134
+0.677272 0.938277 0.626459
+0.676555 0.926909 0.619333
+0.67866 0.917174 0.613275
+0.683284 0.907927 0.607569
+0.690944 0.899809 0.60264
+0.702159 0.892866 0.598566
+0.716731 0.886305 0.594812
+0.735027 0.880796 0.591836
+0.75761 0.876554 0.589792
+0.784695 0.87274 0.588098
+0.817365 0.869841 0.587045
+0.857877 0.868559 0.587594
+0.908553 0.868254 0.611811
+0.975799 0.871366 0.649104
+0.986999 0.873945 0.661173
+0.99173 0.877104 0.670756
+0.698909 0.996872 0.680537
+0.70457 0.996582 0.679881
+0.708675 0.996216 0.679088
+0.711391 0.995789 0.678126
+0.713069 0.995315 0.677089
+0.714046 0.994827 0.676036
+0.714183 0.994247 0.674784
+0.713771 0.993652 0.673472
+0.713054 0.993042 0.67216
+0.711864 0.99237 0.67071
+0.710399 0.991684 0.6692
+0.708858 0.990982 0.667689
+0.707317 0.990265 0.666133
+0.706065 0.989548 0.664576
+0.705318 0.988876 0.663096
+0.705058 0.988205 0.661616
+0.705547 0.987579 0.660212
+0.707088 0.987015 0.658946
+0.709728 0.986511 0.657755
+0.71284 0.983749 0.655406
+0.713283 0.970535 0.647471
+0.716518 0.958404 0.640238
+0.72311 0.947601 0.63386
+0.733639 0.939071 0.628962
+0.747646 0.931044 0.624475
+0.76585 0.924147 0.620798
+0.7888 0.919036 0.618357
+0.817121 0.914397 0.616312
+0.851911 0.911101 0.615198
+0.897124 0.909529 0.615625
+0.958633 0.909422 0.64419
+0.989242 0.910445 0.664179
+0.992981 0.913466 0.672267
+0.72163 1 0.695766
+0.725383 1 0.693492
+0.727703 1 0.690883
+0.728328 1 0.687755
+0.729335 0.999557 0.686213
+0.729885 0.998993 0.684993
+0.729793 0.998398 0.683726
+0.72903 0.997742 0.682307
+0.727962 0.997101 0.680888
+0.726452 0.996399 0.679377
+0.724651 0.995651 0.677775
+0.722667 0.994904 0.676143
+0.720821 0.994171 0.674556
+0.719066 0.993393 0.672877
+0.717769 0.99266 0.671275
+0.716899 0.991928 0.669673
+0.71667 0.991226 0.668132
+0.717266 0.99057 0.666667
+0.71902 0.98999 0.665354
+0.721965 0.989441 0.664103
+0.726558 0.989013 0.663066
+0.733089 0.988678 0.662211
+0.741726 0.988464 0.66157
+0.75288 0.988403 0.661189
+0.766949 0.98854 0.661189
+0.783856 0.98883 0.661463
+0.801495 0.979812 0.656748
+0.824521 0.972473 0.653178
+0.85301 0.965408 0.649882
+0.89099 0.961181 0.648508
+0.943694 0.959121 0.648966
+0.993149 0.958679 0.669734
+0.995422 0.960281 0.675608
+0.755947 1 0.724025
+0.758877 1 0.721538
+0.76022 1 0.718517
+0.760601 1 0.715434
+0.759686 1 0.711894
+0.757809 1 0.708034
+0.755322 1 0.704005
+0.751949 1 0.69955
+0.748043 1 0.694881
+0.743877 1 0.69015
+0.740169 0.99968 0.686473
+0.737728 0.998871 0.684733
+0.73547 0.998108 0.68307
+0.733227 0.997299 0.681331
+0.731273 0.99649 0.679561
+0.72987 0.995727 0.677897
+0.728939 0.994965 0.676234
+0.728725 0.994217 0.674601
+0.729549 0.993561 0.673136
+0.731441 0.99292 0.671702
+0.734783 0.99237 0.67042
+0.73991 0.991913 0.669352
+0.747051 0.991547 0.668437
+0.756466 0.991302 0.667735
+0.768719 0.991226 0.667353
+0.783978 0.991272 0.667216
+0.802563 0.991516 0.667414
+0.825666 0.991989 0.668009
+0.853315 0.992676 0.669017
+0.887953 0.993622 0.670436
+0.934478 0.994995 0.672557
+0.996994 0.996994 0.675639
+0.997787 0.997787 0.678676
+0.792569 1 0.754223
+0.7953 1 0.751842
+0.795972 1 0.748516
+0.795483 1 0.744961
+0.794247 1 0.74136
+0.79176 1 0.737163
+0.788571 1 0.732738
+0.785016 1 0.728298
+0.780499 1 0.723278
+0.775631 1 0.71812
+0.77055 1 0.712917
+0.765011 1 0.707424
+0.75938 1 0.701854
+0.753979 1 0.696391
+0.748669 1 0.690761
+0.744701 0.999695 0.686503
+0.74316 0.998901 0.684764
+0.742153 0.998093 0.683024
+0.74197 0.997314 0.681315
+0.742885 0.996597 0.679728
+0.745068 0.995926 0.678248
+0.748837 0.995331 0.67689
+0.75462 0.994858 0.675776
+0.762493 0.994461 0.6748
+0.772961 0.994156 0.674022
+0.786511 0.994034 0.673579
+0.803403 0.994034 0.673335
+0.824277 0.994202 0.673411
+0.850141 0.994598 0.673915
+0.882536 0.995193 0.674754
+0.924392 0.996078 0.676097
+0.985641 0.997497 0.678264
+0.997787 0.997787 0.678706
+0.0775006 0.0775006 0.56495
+0.0767987 0.0767987 0.562158
+0.077821 0.0762493 0.55906
+0.119722 0.0822766 0.557153
+0.168093 0.0908675 0.555611
+0.213962 0.100481 0.554162
+0.255558 0.110277 0.552773
+0.294102 0.12015 0.551492
+0.329732 0.130327 0.550149
+0.367132 0.154177 0.552895
+0.408209 0.193378 0.561517
+0.450736 0.234028 0.573053
+0.494789 0.274556 0.587213
+0.54052 0.313054 0.603235
+0.587533 0.347829 0.619272
+0.636149 0.378912 0.634531
+0.678584 0.412985 0.642008
+0.721111 0.446021 0.647959
+0.764157 0.477974 0.653834
+0.809201 0.509377 0.660319
+0.857191 0.540017 0.667872
+0.911681 0.570611 0.67744
+0.949248 0.596033 0.687434
+0.958602 0.613458 0.695201
+0.967651 0.629999 0.703593
+0.976501 0.645945 0.712764
+0.98497 0.660975 0.72224
+0.993362 0.675669 0.732448
+1 0.691051 0.743816
+1 0.709484 0.757321
+1 0.72845 0.772213
+1 0.748119 0.788678
+1 0.768963 0.807157
+0.0743114 0.0743114 0.5523
+0.0737316 0.0737316 0.54995
+0.0746471 0.0732738 0.547265
+0.11252 0.0782635 0.545174
+0.15874 0.0865492 0.543633
+0.203937 0.095964 0.542382
+0.245975 0.106783 0.541405
+0.285283 0.121508 0.54168
+0.324727 0.146166 0.544549
+0.364675 0.176883 0.550286
+0.404685 0.20911 0.557961
+0.446693 0.244648 0.569085
+0.489509 0.279942 0.581918
+0.533928 0.314092 0.596109
+0.580056 0.34609 0.611292
+0.627558 0.375051 0.625788
+0.669108 0.407828 0.632258
+0.710781 0.439963 0.638132
+0.752194 0.470756 0.643626
+0.79501 0.500969 0.649622
+0.83946 0.530114 0.656687
+0.887312 0.558434 0.664836
+0.943725 0.587228 0.675395
+0.953567 0.60412 0.682795
+0.962112 0.619928 0.690593
+0.970245 0.634699 0.698741
+0.978302 0.649165 0.707744
+0.986328 0.663386 0.717464
+0.994339 0.677378 0.727932
+1 0.692882 0.740185
+1 0.711757 0.754849
+1 0.730648 0.770397
+1 0.75053 0.787655
+0.0725567 0.0749981 0.540047
+0.073579 0.0788434 0.538338
+0.0754101 0.0829938 0.5364
+0.110048 0.0894789 0.536431
+0.154162 0.0984512 0.535241
+0.199039 0.111391 0.53547
+0.241611 0.127504 0.536278
+0.282368 0.146746 0.538293
+0.32166 0.168017 0.541314
+0.360296 0.192248 0.546014
+0.40029 0.22063 0.553689
+0.44065 0.25069 0.563012
+0.482719 0.282002 0.574639
+0.526406 0.313252 0.588205
+0.571801 0.342931 0.602564
+0.61854 0.370398 0.616327
+0.659327 0.402121 0.622217
+0.699168 0.43267 0.627375
+0.739605 0.462806 0.632532
+0.779721 0.491447 0.637781
+0.820493 0.518883 0.643915
+0.863355 0.545464 0.651331
+0.909987 0.571298 0.660258
+0.948241 0.594186 0.670039
+0.956176 0.609003 0.677165
+0.96379 0.622995 0.684718
+0.971359 0.636728 0.69308
+0.979034 0.650477 0.702434
+0.986755 0.664118 0.712535
+0.994659 0.677943 0.723568
+1 0.693919 0.736584
+1 0.713054 0.752285
+1 0.732769 0.769207
+0.0872206 0.117708 0.531121
+0.0899519 0.124773 0.529915
+0.0914015 0.128298 0.528298
+0.119081 0.134142 0.532403
+0.159564 0.140658 0.535363
+0.200473 0.147982 0.534554
+0.241123 0.15848 0.534798
+0.279973 0.171511 0.535744
+0.317784 0.187686 0.53814
+0.356176 0.207797 0.542397
+0.394797 0.230838 0.548592
+0.434974 0.256977 0.557275
+0.475807 0.284245 0.567926
+0.518624 0.3122 0.580118
+0.562997 0.339361 0.593301
+0.608728 0.365011 0.605783
+0.648508 0.395483 0.611551
+0.687755 0.425361 0.616175
+0.726024 0.45391 0.620569
+0.764218 0.481483 0.625437
+0.801587 0.507195 0.630625
+0.839185 0.531472 0.63682
+0.879408 0.555352 0.6448
+0.923766 0.578851 0.654414
+0.949783 0.597101 0.663081
+0.957107 0.610742 0.670436
+0.964279 0.623911 0.678386
+0.971572 0.63714 0.687251
+0.979141 0.650675 0.697246
+0.986755 0.664134 0.707866
+0.995026 0.678569 0.719966
+1 0.695277 0.734218
+1 0.715358 0.751415
+0.106508 0.16437 0.523812
+0.108675 0.169299 0.522972
+0.109514 0.17145 0.521309
+0.129625 0.174502 0.524147
+0.16611 0.180468 0.532479
+0.204761 0.185931 0.536294
+0.242008 0.191684 0.535592
+0.279301 0.200412 0.536034
+0.316152 0.211643 0.537316
+0.352895 0.226062 0.540246
+0.390707 0.244068 0.545419
+0.429206 0.264668 0.552346
+0.469017 0.287663 0.561334
+0.510811 0.311971 0.572122
+0.554055 0.336141 0.583947
+0.599145 0.360143 0.596033
+0.637308 0.388739 0.600137
+0.675471 0.417502 0.604288
+0.712001 0.444709 0.608011
+0.747936 0.470848 0.612284
+0.782681 0.495216 0.617166
+0.81648 0.517784 0.622431
+0.850584 0.539178 0.62887
+0.886275 0.559838 0.636652
+0.926604 0.58085 0.646357
+0.950042 0.597589 0.655421
+0.957031 0.610605 0.663401
+0.964141 0.623667 0.67216
+0.971496 0.637003 0.682017
+0.979095 0.650614 0.69279
+0.987411 0.665278 0.705089
+0.996048 0.680354 0.718349
+1 0.698405 0.734127
+0.128588 0.212009 0.517632
+0.128023 0.211261 0.516091
+0.128664 0.212711 0.515023
+0.144656 0.21416 0.517494
+0.173541 0.217075 0.524208
+0.208835 0.222293 0.534676
+0.244923 0.226535 0.539178
+0.28011 0.231006 0.538293
+0.315572 0.238285 0.538979
+0.351003 0.247929 0.540627
+0.387396 0.260517 0.543893
+0.424933 0.276326 0.54934
+0.463722 0.294453 0.556481
+0.504143 0.314611 0.565881
+0.546334 0.335271 0.575952
+0.589807 0.356313 0.586191
+0.627161 0.383413 0.589349
+0.663264 0.410117 0.592523
+0.698161 0.435935 0.595392
+0.731228 0.460044 0.598489
+0.762722 0.482444 0.602167
+0.793256 0.50341 0.606882
+0.822522 0.522606 0.612116
+0.852735 0.541344 0.618738
+0.885832 0.560418 0.62739
+0.924651 0.580682 0.638468
+0.950057 0.59765 0.648829
+0.957031 0.61062 0.657618
+0.964233 0.62385 0.667399
+0.971801 0.637568 0.678203
+0.97995 0.652125 0.690333
+0.988693 0.667536 0.703853
+0.997833 0.683452 0.718395
+0.149096 0.253422 0.512047
+0.146914 0.249577 0.510307
+0.147112 0.250095 0.509087
+0.161547 0.251102 0.511864
+0.18468 0.252491 0.517433
+0.21297 0.255131 0.525856
+0.246891 0.259602 0.538354
+0.281498 0.262913 0.543435
+0.315526 0.266423 0.542641
+0.350362 0.272404 0.543282
+0.38555 0.280507 0.545022
+0.421942 0.291386 0.548501
+0.459541 0.304875 0.553994
+0.498878 0.320317 0.560967
+0.539956 0.337133 0.569512
+0.581933 0.354803 0.577447
+0.617334 0.379339 0.579156
+0.651728 0.404028 0.580606
+0.684092 0.427588 0.582254
+0.714885 0.449958 0.584451
+0.743236 0.470268 0.587137
+0.769604 0.488716 0.590433
+0.796033 0.506661 0.5953
+0.822431 0.523857 0.601251
+0.850767 0.54139 0.609003
+0.883024 0.560021 0.618936
+0.920958 0.579934 0.631098
+0.950332 0.598169 0.643503
+0.957595 0.611658 0.653559
+0.96524 0.625681 0.664759
+0.973358 0.64036 0.677012
+0.982025 0.655787 0.690501
+0.991211 0.671946 0.70518
+0.168093 0.290272 0.506691
+0.165393 0.285557 0.504982
+0.16527 0.285145 0.504128
+0.179629 0.285756 0.507424
+0.198978 0.286503 0.512612
+0.221256 0.287633 0.519463
+0.248783 0.289952 0.529458
+0.281407 0.293751 0.543313
+0.315557 0.296101 0.548898
+0.34934 0.298589 0.548226
+0.384512 0.303273 0.548745
+0.420096 0.309819 0.550393
+0.457069 0.31873 0.553689
+0.495064 0.329549 0.558434
+0.534768 0.341726 0.564492
+0.575204 0.356664 0.570336
+0.608865 0.377432 0.569451
+0.640711 0.399405 0.569009
+0.670466 0.420508 0.569085
+0.697963 0.440208 0.569833
+0.723491 0.458473 0.571664
+0.747189 0.475212 0.574136
+0.770489 0.491356 0.578134
+0.794888 0.507805 0.584085
+0.820829 0.524605 0.591623
+0.84918 0.542062 0.600961
+0.882048 0.560983 0.612589
+0.922759 0.582208 0.627039
+0.951736 0.600824 0.640864
+0.959396 0.615 0.652277
+0.967559 0.629892 0.66479
+0.976135 0.64535 0.678264
+0.985275 0.661555 0.692973
+0.185855 0.323644 0.502235
+0.183719 0.319966 0.500862
+0.183307 0.318181 0.49984
+0.199252 0.318929 0.504265
+0.215228 0.319341 0.508995
+0.232242 0.319448 0.514397
+0.254139 0.320439 0.522591
+0.280842 0.322438 0.534051
+0.313054 0.325505 0.550027
+0.347967 0.326818 0.555993
+0.383001 0.328313 0.554971
+0.418509 0.330892 0.554376
+0.454353 0.335241 0.554955
+0.491478 0.341817 0.557198
+0.530037 0.350149 0.560281
+0.569696 0.361715 0.563897
+0.601511 0.379492 0.560708
+0.630808 0.397223 0.558206
+0.657771 0.415351 0.556344
+0.68188 0.432227 0.555337
+0.703731 0.447684 0.555367
+0.725322 0.462928 0.557595
+0.746899 0.477958 0.561425
+0.769848 0.493614 0.567269
+0.795056 0.510353 0.575525
+0.822202 0.527672 0.585199
+0.85275 0.546181 0.59678
+0.888808 0.566476 0.610803
+0.93254 0.588586 0.627115
+0.954467 0.60592 0.640864
+0.96257 0.620844 0.653544
+0.97113 0.636362 0.667155
+0.980148 0.652491 0.681804
+0.203052 0.355245 0.49836
+0.201083 0.351843 0.497475
+0.202045 0.349767 0.497307
+0.219287 0.351003 0.502785
+0.232441 0.35082 0.506676
+0.245762 0.350637 0.51107
+0.262104 0.350713 0.517113
+0.283238 0.351583 0.526192
+0.309865 0.353552 0.539513
+0.339925 0.352941 0.554284
+0.375311 0.351308 0.558633
+0.412116 0.351766 0.556939
+0.449165 0.353277 0.555962
+0.487312 0.356466 0.556176
+0.526711 0.361669 0.557977
+0.566201 0.36994 0.55938
+0.595773 0.384985 0.553002
+0.6224 0.399878 0.547631
+0.645457 0.413825 0.543374
+0.666514 0.427268 0.540841
+0.686107 0.44004 0.540352
+0.705959 0.453651 0.54226
+0.72726 0.468284 0.546563
+0.749416 0.483299 0.552575
+0.773602 0.499367 0.560723
+0.800641 0.516854 0.571099
+0.829755 0.534936 0.582879
+0.862745 0.554299 0.59649
+0.902113 0.575601 0.612528
+0.95082 0.599115 0.631205
+0.95874 0.613825 0.643839
+0.967254 0.629358 0.657618
+0.976059 0.645212 0.672068
+0.219837 0.385428 0.495796
+0.218021 0.382345 0.494881
+0.222919 0.380545 0.496132
+0.239414 0.382147 0.502266
+0.250767 0.381964 0.506004
+0.260655 0.381201 0.50901
+0.272419 0.380774 0.513359
+0.287953 0.380774 0.520058
+0.308324 0.381521 0.530053
+0.333486 0.380713 0.541924
+0.363836 0.377691 0.556786
+0.402396 0.375051 0.55967
+0.442145 0.374502 0.556771
+0.480919 0.375341 0.554101
+0.520333 0.378576 0.552254
+0.558953 0.384298 0.550881
+0.591928 0.393637 0.545617
+0.615381 0.405875 0.537682
+0.635019 0.417105 0.53138
+0.653132 0.428092 0.527825
+0.671489 0.43946 0.527367
+0.690822 0.451362 0.529305
+0.711604 0.464164 0.533669
+0.734188 0.478065 0.54023
+0.758373 0.493339 0.548653
+0.784375 0.509987 0.559014
+0.812848 0.527749 0.571206
+0.844343 0.546532 0.584863
+0.880049 0.566522 0.600275
+0.924132 0.588922 0.618402
+0.956008 0.608789 0.635279
+0.964248 0.623911 0.648905
+0.973022 0.639765 0.663554
+0.236011 0.414115 0.493782
+0.235431 0.411582 0.493462
+0.245487 0.411002 0.497154
+0.259251 0.412573 0.502754
+0.268772 0.412345 0.506035
+0.275929 0.411231 0.508095
+0.283696 0.410254 0.510719
+0.294301 0.409522 0.514916
+0.308827 0.409628 0.521691
+0.328557 0.408453 0.530205
+0.353872 0.406226 0.542184
+0.389883 0.403388 0.544488
+0.428992 0.40174 0.54168
+0.468009 0.401068 0.539086
+0.506493 0.402152 0.536995
+0.545403 0.405646 0.536126
+0.577752 0.411536 0.531106
+0.602075 0.418875 0.523919
+0.621759 0.426764 0.518425
+0.641291 0.434958 0.515984
+0.66154 0.444266 0.516381
+0.681132 0.455283 0.519188
+0.702083 0.467124 0.524208
+0.724483 0.479927 0.53106
+0.74844 0.493812 0.539666
+0.773754 0.508415 0.549538
+0.801144 0.524376 0.56112
+0.831662 0.542565 0.575067
+0.865614 0.561761 0.590463
+0.904891 0.58233 0.607569
+0.954391 0.605783 0.627848
+0.962463 0.620645 0.641505
+0.970932 0.636027 0.656016
+0.25214 0.441749 0.493462
+0.259449 0.44155 0.496208
+0.267124 0.441001 0.498878
+0.278065 0.442374 0.503487
+0.285405 0.442237 0.506127
+0.290257 0.440955 0.507393
+0.294774 0.439277 0.508339
+0.301259 0.438254 0.510613
+0.310872 0.437491 0.514519
+0.325673 0.436225 0.519768
+0.345342 0.435004 0.528359
+0.378973 0.432135 0.529183
+0.416846 0.429541 0.52639
+0.455299 0.428107 0.524422
+0.493935 0.427649 0.522683
+0.532036 0.429313 0.521477
+0.560739 0.433646 0.514565
+0.580545 0.439399 0.507607
+0.600122 0.445716 0.504784
+0.622065 0.452308 0.505318
+0.645167 0.459464 0.507774
+0.669566 0.467613 0.51194
+0.694881 0.476493 0.517281
+0.720256 0.486473 0.523827
+0.743374 0.498909 0.532311
+0.768292 0.512566 0.542565
+0.794614 0.526955 0.553933
+0.823606 0.542596 0.566842
+0.856046 0.560189 0.581903
+0.893141 0.579751 0.599084
+0.939483 0.601862 0.618891
+0.961852 0.619562 0.635416
+0.970031 0.634424 0.649729
+0.278859 0.472328 0.499184
+0.284031 0.47219 0.501183
+0.28838 0.471443 0.502297
+0.295445 0.472328 0.505043
+0.300298 0.472145 0.50663
+0.303059 0.470741 0.506783
+0.305119 0.468864 0.506432
+0.308003 0.467262 0.506645
+0.314534 0.465873 0.507973
+0.324758 0.464805 0.511055
+0.338659 0.464103 0.516136
+0.370031 0.461311 0.514855
+0.406455 0.458213 0.511971
+0.444068 0.456001 0.509819
+0.481727 0.454536 0.508202
+0.518685 0.454612 0.506264
+0.541344 0.458747 0.499229
+0.561288 0.463127 0.496361
+0.584024 0.467582 0.496773
+0.608515 0.47274 0.49929
+0.633326 0.47834 0.502739
+0.658793 0.484764 0.50724
+0.684718 0.492119 0.512886
+0.711574 0.500511 0.519707
+0.738949 0.509667 0.527459
+0.767102 0.520058 0.536614
+0.792828 0.53341 0.548394
+0.820386 0.547662 0.561212
+0.850767 0.563104 0.575433
+0.886458 0.580514 0.591791
+0.929229 0.600839 0.611063
+0.962142 0.620096 0.629664
+0.970092 0.634516 0.644053
+0.30631 0.505333 0.507668
+0.306737 0.504051 0.506889
+0.307637 0.502876 0.506249
+0.310719 0.502968 0.506905
+0.31249 0.502205 0.506706
+0.313313 0.500801 0.505882
+0.313207 0.498527 0.504189
+0.314916 0.496544 0.502876
+0.318929 0.495369 0.502556
+0.324529 0.494438 0.502754
+0.332235 0.494163 0.504036
+0.364508 0.490654 0.501183
+0.398611 0.487236 0.498375
+0.433982 0.484337 0.496086
+0.471031 0.482277 0.494606
+0.502983 0.482292 0.491493
+0.525963 0.484672 0.490929
+0.551171 0.487388 0.492302
+0.576272 0.49044 0.494224
+0.601678 0.494118 0.49691
+0.62742 0.498772 0.50074
+0.653025 0.50396 0.505241
+0.679011 0.509972 0.510735
+0.70573 0.517006 0.517418
+0.73312 0.524849 0.525078
+0.7617 0.533578 0.533776
+0.791882 0.543404 0.543709
+0.820874 0.555489 0.556023
+0.850248 0.569802 0.570626
+0.883619 0.58555 0.58674
+0.924269 0.603632 0.605203
+0.963577 0.622721 0.624704
+0.971038 0.63624 0.638804
+0.331228 0.537377 0.514244
+0.330419 0.53547 0.511574
+0.330877 0.534295 0.509544
+0.332616 0.533822 0.508293
+0.333211 0.532525 0.506432
+0.333059 0.530709 0.50425
+0.332036 0.528145 0.501457
+0.332021 0.525734 0.498482
+0.334081 0.523949 0.495979
+0.337667 0.522911 0.493965
+0.342733 0.522347 0.491447
+0.36199 0.520256 0.488563
+0.393347 0.516732 0.485893
+0.426871 0.513298 0.483467
+0.461723 0.510475 0.481788
+0.497856 0.508659 0.481224
+0.528923 0.508247 0.485969
+0.552697 0.509804 0.493156
+0.577142 0.512566 0.495598
+0.601282 0.515801 0.49688
+0.62565 0.5196 0.499184
+0.65095 0.524224 0.50312
+0.676326 0.529274 0.508049
+0.702312 0.535073 0.514138
+0.729473 0.541909 0.521584
+0.757153 0.549355 0.529824
+0.786435 0.557687 0.539345
+0.815137 0.568261 0.551736
+0.844068 0.580911 0.566369
+0.876509 0.594842 0.582269
+0.915373 0.61091 0.60029
+0.962829 0.629877 0.621225
+0.970184 0.641962 0.634592
+0.355901 0.569192 0.520577
+0.354589 0.56701 0.516075
+0.35523 0.565881 0.512718
+0.356497 0.56524 0.510063
+0.356497 0.5635 0.506767
+0.355764 0.561212 0.503365
+0.354482 0.558511 0.499916
+0.35285 0.555459 0.496086
+0.353536 0.553079 0.492287
+0.355825 0.551385 0.488273
+0.359518 0.550301 0.483528
+0.364935 0.550027 0.477333
+0.391546 0.546273 0.474128
+0.422141 0.542824 0.471931
+0.454627 0.539513 0.470115
+0.48893 0.53666 0.469368
+0.524407 0.534874 0.469871
+0.558587 0.533898 0.474266
+0.584085 0.535027 0.483742
+0.607904 0.537118 0.495399
+0.631922 0.540017 0.502159
+0.656291 0.543725 0.507546
+0.681208 0.54844 0.512764
+0.706386 0.553658 0.517998
+0.732128 0.559579 0.524102
+0.759319 0.566445 0.531685
+0.788006 0.573877 0.540413
+0.815732 0.58323 0.552193
+0.844236 0.59469 0.566705
+0.876341 0.607385 0.582589
+0.914244 0.621942 0.60032
+0.963195 0.639979 0.621698
+0.970275 0.651011 0.634623
+0.380255 0.600839 0.526528
+0.378744 0.598657 0.520912
+0.379995 0.59794 0.516747
+0.380407 0.596551 0.512398
+0.38024 0.594858 0.508217
+0.379156 0.592325 0.503609
+0.377539 0.589349 0.499062
+0.375708 0.586236 0.494743
+0.374212 0.582895 0.489906
+0.375204 0.580514 0.484855
+0.377661 0.578927 0.479072
+0.381491 0.577737 0.471504
+0.393606 0.576074 0.464622
+0.420432 0.572168 0.462028
+0.450248 0.568673 0.460014
+0.482017 0.565377 0.4589
+0.515785 0.562676 0.458976
+0.550622 0.56083 0.460578
+0.58529 0.559777 0.465568
+0.614954 0.560281 0.475502
+0.639689 0.562493 0.486793
+0.6636 0.564904 0.500267
+0.68806 0.568276 0.510964
+0.713359 0.572808 0.519936
+0.739361 0.57792 0.528359
+0.766659 0.583841 0.536965
+0.795468 0.590829 0.546136
+0.823377 0.599451 0.557733
+0.85127 0.609873 0.571725
+0.883238 0.621912 0.58732
+0.921111 0.635615 0.604715
+0.964721 0.651438 0.624323
+0.971511 0.661799 0.636728
+0.404654 0.632822 0.533135
+0.4038 0.630945 0.526482
+0.404883 0.630213 0.520912
+0.404868 0.628565 0.515328
+0.404059 0.626276 0.509789
+0.402914 0.623804 0.504677
+0.401053 0.620615 0.499489
+0.398718 0.616968 0.494316
+0.396506 0.613504 0.489235
+0.395773 0.61033 0.483619
+0.396765 0.607782 0.476997
+0.399252 0.606058 0.469032
+0.403388 0.605142 0.45864
+0.422385 0.601801 0.453483
+0.448707 0.59794 0.451469
+0.477913 0.594232 0.450156
+0.508995 0.590982 0.449912
+0.541772 0.588312 0.451179
+0.576593 0.586526 0.454383
+0.611566 0.585428 0.460655
+0.64332 0.585718 0.471336
+0.671168 0.587655 0.483452
+0.696284 0.590387 0.495796
+0.721508 0.5935 0.51046
+0.747753 0.597681 0.524559
+0.774655 0.60264 0.536385
+0.803632 0.60853 0.547677
+0.831495 0.616861 0.562432
+0.861067 0.626444 0.577844
+0.894759 0.637675 0.594446
+0.935531 0.651255 0.613016
+0.967727 0.664179 0.629694
+0.974212 0.673823 0.641489
+0.429007 0.665064 0.540124
+0.429343 0.663905 0.532769
+0.429725 0.662608 0.525811
+0.429526 0.66096 0.519188
+0.428458 0.658473 0.51281
+0.42681 0.655497 0.506874
+0.424903 0.652308 0.501183
+0.422446 0.648569 0.495583
+0.41973 0.644541 0.489906
+0.417273 0.640681 0.483864
+0.417212 0.637598 0.477165
+0.41828 0.63505 0.468833
+0.420981 0.633433 0.458656
+0.427878 0.631785 0.447318
+0.45034 0.627405 0.444938
+0.476219 0.623575 0.44358
+0.504601 0.619837 0.44303
+0.5355 0.61648 0.443824
+0.568154 0.613886 0.446525
+0.602533 0.612039 0.451209
+0.63743 0.611017 0.459037
+0.670802 0.611307 0.471077
+0.70132 0.612879 0.484672
+0.729137 0.615595 0.498161
+0.755901 0.619135 0.512383
+0.782788 0.623713 0.530068
+0.810208 0.629053 0.547585
+0.839017 0.635966 0.56463
+0.870481 0.644739 0.581888
+0.905852 0.655039 0.599817
+0.949859 0.667918 0.620005
+0.970489 0.678203 0.634577
+0.977096 0.687144 0.646601
+0.45417 0.698299 0.548043
+0.455177 0.697643 0.540169
+0.455024 0.695903 0.532158
+0.454261 0.693675 0.52459
+0.453132 0.691234 0.517632
+0.451255 0.688014 0.510765
+0.449027 0.684489 0.504326
+0.446555 0.680751 0.498375
+0.443626 0.676478 0.492409
+0.440604 0.672099 0.486091
+0.438697 0.668223 0.479316
+0.438621 0.664973 0.471351
+0.439734 0.662318 0.461524
+0.442557 0.660655 0.448844
+0.45626 0.657298 0.441764
+0.477531 0.653101 0.439063
+0.50309 0.649104 0.4383
+0.531121 0.645396 0.438727
+0.561624 0.641993 0.44094
+0.594247 0.639475 0.445289
+0.628138 0.637537 0.451743
+0.663478 0.636454 0.461433
+0.697963 0.636637 0.474723
+0.729656 0.638468 0.492393
+0.758953 0.641581 0.511009
+0.786938 0.646052 0.528542
+0.815442 0.651331 0.546212
+0.846342 0.657389 0.564965
+0.880034 0.664698 0.584436
+0.91931 0.674372 0.605066
+0.966628 0.686717 0.627192
+0.972702 0.693706 0.638392
+0.979492 0.702083 0.650752
+0.480797 0.733288 0.557885
+0.481209 0.732128 0.548852
+0.480949 0.730419 0.540139
+0.47985 0.727871 0.531838
+0.478202 0.724819 0.52398
+0.47628 0.721599 0.516823
+0.473732 0.717662 0.509941
+0.470893 0.713451 0.503532
+0.46804 0.7093 0.497505
+0.464729 0.70457 0.490959
+0.461433 0.699779 0.483574
+0.460166 0.69601 0.475898
+0.460075 0.692576 0.46659
+0.465187 0.688838 0.459083
+0.478004 0.684443 0.45623
+0.493889 0.680003 0.453483
+0.513054 0.675975 0.451164
+0.535637 0.672587 0.4495
+0.560739 0.669535 0.448249
+0.588769 0.666926 0.447547
+0.619989 0.66511 0.447578
+0.653864 0.663188 0.455528
+0.689281 0.66212 0.467018
+0.723949 0.662455 0.487678
+0.756817 0.664332 0.508431
+0.78883 0.66775 0.528298
+0.82092 0.672801 0.547768
+0.853529 0.678859 0.566827
+0.889616 0.686336 0.587381
+0.932357 0.695781 0.610178
+0.968719 0.705409 0.630686
+0.975021 0.711345 0.642374
+0.981826 0.718669 0.654795
+0.508263 0.770062 0.569314
+0.508232 0.768536 0.559701
+0.507469 0.766308 0.550286
+0.506172 0.763577 0.541512
+0.504234 0.760204 0.533272
+0.501976 0.756512 0.525536
+0.49929 0.752407 0.518303
+0.496239 0.74786 0.511452
+0.492836 0.742962 0.50486
+0.48954 0.738231 0.498589
+0.485939 0.733059 0.491417
+0.482612 0.727932 0.482963
+0.486183 0.723033 0.479271
+0.492073 0.717845 0.475731
+0.500648 0.712871 0.472435
+0.512413 0.708446 0.469718
+0.527184 0.704021 0.467155
+0.544976 0.700084 0.465141
+0.566003 0.69688 0.463905
+0.589944 0.693858 0.463035
+0.616419 0.691615 0.462898
+0.646265 0.690166 0.463539
+0.679713 0.688991 0.464439
+0.714977 0.687861 0.48188
+0.750347 0.688396 0.504356
+0.785306 0.690471 0.52604
+0.820722 0.694194 0.547448
+0.858412 0.699931 0.569833
+0.898192 0.707362 0.592584
+0.944366 0.716945 0.616556
+0.970794 0.725093 0.63415
+0.977005 0.730739 0.645701
+0.98381 0.737224 0.658183
+0.537072 0.809644 0.583383
+0.536629 0.807706 0.573312
+0.535271 0.80473 0.563317
+0.5337 0.801694 0.554223
+0.531365 0.797757 0.545464
+0.528695 0.7935 0.537377
+0.525734 0.788968 0.529809
+0.52256 0.784207 0.522683
+0.521584 0.778775 0.518715
+0.520272 0.773327 0.514824
+0.518959 0.767605 0.510735
+0.518456 0.761807 0.506584
+0.51928 0.755962 0.502434
+0.522072 0.750561 0.498619
+0.526833 0.745037 0.494743
+0.534249 0.739712 0.491066
+0.544579 0.73489 0.487861
+0.557946 0.730205 0.48481
+0.574639 0.725841 0.482078
+0.59469 0.72224 0.480003
+0.617533 0.719326 0.47924
+0.643473 0.717098 0.479423
+0.672724 0.715846 0.480476
+0.705791 0.714916 0.481834
+0.741436 0.714046 0.499458
+0.777935 0.714794 0.522377
+0.815747 0.717052 0.545342
+0.856031 0.721355 0.569543
+0.900633 0.728176 0.595209
+0.953445 0.73756 0.622461
+0.973083 0.744289 0.637995
+0.979171 0.750301 0.649378
+0.985733 0.756863 0.661463
+0.567864 0.853284 0.600687
+0.567193 0.851133 0.590478
+0.565423 0.847623 0.580301
+0.563073 0.843458 0.570642
+0.560601 0.839292 0.561898
+0.561013 0.834119 0.557183
+0.561242 0.828473 0.553353
+0.560662 0.822965 0.549569
+0.55903 0.816983 0.545419
+0.556741 0.810727 0.541054
+0.554559 0.8047 0.536828
+0.552483 0.798138 0.532204
+0.551431 0.791745 0.527733
+0.551751 0.78558 0.5234
+0.553872 0.779507 0.519188
+0.558022 0.773602 0.515129
+0.564813 0.768154 0.511437
+0.574426 0.76289 0.507942
+0.587015 0.757992 0.504799
+0.60296 0.753429 0.501991
+0.622278 0.749752 0.499916
+0.644495 0.746365 0.498116
+0.670146 0.74374 0.497185
+0.699245 0.742458 0.498451
+0.732464 0.741634 0.500099
+0.769085 0.740917 0.518166
+0.807584 0.741878 0.54197
+0.849119 0.744533 0.566934
+0.895979 0.74966 0.59443
+0.952438 0.758083 0.62414
+0.975052 0.76434 0.64123
+0.98117 0.769772 0.652735
+0.987732 0.776577 0.664881
+0.60322 0.905455 0.623743
+0.601495 0.901793 0.613245
+0.599176 0.897414 0.602853
+0.599084 0.892058 0.595956
+0.600793 0.88632 0.592279
+0.60116 0.880308 0.588373
+0.600107 0.873686 0.584009
+0.598123 0.866743 0.57937
+0.595666 0.859922 0.574792
+0.592371 0.852644 0.569848
+0.588815 0.845136 0.564721
+0.585779 0.838041 0.559869
+0.583459 0.830976 0.555001
+0.581903 0.823697 0.550011
+0.581964 0.817029 0.545449
+0.58352 0.810285 0.540841
+0.587198 0.803754 0.536431
+0.593484 0.797818 0.532479
+0.60264 0.792187 0.528801
+0.614832 0.786923 0.525475
+0.630335 0.782528 0.52285
+0.649195 0.778393 0.520485
+0.671214 0.774884 0.518639
+0.696712 0.772 0.517311
+0.726207 0.770306 0.517494
+0.760143 0.769543 0.519387
+0.798489 0.768948 0.538262
+0.840223 0.769909 0.563516
+0.886946 0.773251 0.591409
+0.943847 0.779629 0.622431
+0.976562 0.786084 0.643519
+0.98262 0.790875 0.655024
+0.98912 0.79704 0.667185
+0.647868 0.974929 0.657801
+0.644755 0.968978 0.646616
+0.645579 0.961563 0.640421
+0.646708 0.954269 0.636011
+0.645853 0.9458 0.630777
+0.643931 0.937179 0.625391
+0.641443 0.928817 0.620111
+0.638025 0.919921 0.614404
+0.634012 0.910857 0.60856
+0.629801 0.902083 0.602823
+0.625086 0.892927 0.596796
+0.620508 0.883879 0.590799
+0.616739 0.87538 0.585138
+0.613596 0.86685 0.579446
+0.611566 0.858625 0.573938
+0.611139 0.851011 0.568841
+0.612253 0.843442 0.563806
+0.615503 0.836164 0.558984
+0.621561 0.829816 0.554849
+0.630289 0.823575 0.550851
+0.642176 0.817853 0.547295
+0.657542 0.813138 0.544518
+0.676127 0.808621 0.54197
+0.6981 0.804929 0.540063
+0.723964 0.802167 0.538857
+0.753918 0.799771 0.537911
+0.789151 0.798978 0.539818
+0.830289 0.798611 0.559945
+0.876295 0.799771 0.587366
+0.93167 0.803937 0.618921
+0.977996 0.809979 0.645487
+0.983764 0.814069 0.656657
+0.98996 0.819577 0.668452
+0.661814 0.988022 0.663371
+0.667796 0.987945 0.661585
+0.673213 0.987716 0.661006
+0.677073 0.987396 0.660273
+0.67985 0.987076 0.659525
+0.681529 0.986648 0.658564
+0.682445 0.986175 0.657526
+0.682841 0.985687 0.656443
+0.679759 0.979324 0.652018
+0.673075 0.966217 0.64387
+0.666575 0.953872 0.636118
+0.659876 0.941344 0.628183
+0.653895 0.92961 0.620691
+0.648966 0.918822 0.613748
+0.6448 0.908186 0.606882
+0.641917 0.898222 0.600412
+0.640818 0.889113 0.594491
+0.641382 0.880339 0.5888
+0.644236 0.872251 0.583597
+0.649821 0.864775 0.578836
+0.658167 0.857832 0.574502
+0.669779 0.851484 0.570626
+0.684962 0.846296 0.567636
+0.703426 0.841474 0.564965
+0.725765 0.837324 0.562829
+0.752148 0.834363 0.561563
+0.782818 0.831846 0.560601
+0.820386 0.830564 0.561761
+0.865049 0.830335 0.583429
+0.918074 0.832074 0.614313
+0.979706 0.83714 0.647837
+0.984939 0.840345 0.658228
+0.9906 0.844953 0.669245
+0.677424 0.992309 0.670893
+0.684031 0.992111 0.67042
+0.688945 0.991821 0.669749
+0.692287 0.991455 0.668925
+0.694591 0.991058 0.668025
+0.695964 0.9906 0.667018
+0.696559 0.990097 0.665888
+0.696559 0.989517 0.664637
+0.696178 0.988952 0.663401
+0.695323 0.988312 0.662013
+0.694209 0.987655 0.660594
+0.693065 0.987015 0.659175
+0.691981 0.986328 0.657694
+0.691295 0.985672 0.65626
+0.685924 0.974151 0.648905
+0.679698 0.959396 0.639735
+0.675227 0.946197 0.631479
+0.672938 0.934646 0.624247
+0.67248 0.923598 0.617319
+0.674479 0.913558 0.611032
+0.679576 0.904952 0.605722
+0.687404 0.896849 0.600793
+0.698528 0.889586 0.596475
+0.713512 0.883452 0.592981
+0.731929 0.877974 0.590005
+0.754376 0.873381 0.587686
+0.78175 0.869947 0.586221
+0.814298 0.867033 0.585122
+0.854398 0.865568 0.585916
+0.90483 0.865446 0.609857
+0.970123 0.868223 0.646006
+0.986481 0.870695 0.660227
+0.991196 0.874022 0.669779
+0.69485 0.996719 0.680217
+0.70074 0.996414 0.679545
+0.70515 0.996063 0.678767
+0.708064 0.995636 0.677821
+0.709895 0.995163 0.676783
+0.710979 0.994675 0.675715
+0.711223 0.994095 0.674464
+0.710948 0.9935 0.673167
+0.710262 0.992874 0.671809
+0.709194 0.992218 0.670405
+0.70779 0.991516 0.668879
+0.706294 0.990829 0.667369
+0.704799 0.990097 0.665812
+0.703578 0.98938 0.66424
+0.7028 0.988678 0.662715
+0.702693 0.988037 0.661295
+0.703212 0.987396 0.659861
+0.704768 0.986831 0.658595
+0.707485 0.986328 0.657404
+0.708598 0.978973 0.652522
+0.708919 0.96553 0.644419
+0.712688 0.954238 0.637659
+0.719524 0.943755 0.631464
+0.730068 0.935088 0.626459
+0.744396 0.927382 0.622141
+0.762676 0.920638 0.61854
+0.785367 0.915145 0.615808
+0.813916 0.910933 0.614023
+0.848478 0.907622 0.612848
+0.893065 0.905943 0.613474
+0.953323 0.905943 0.641093
+0.988739 0.906981 0.663264
+0.992523 0.909575 0.671397
+0.717418 1 0.694728
+0.721355 1 0.692439
+0.723583 1 0.689616
+0.724926 0.999924 0.687022
+0.72639 0.99939 0.685863
+0.727001 0.99881 0.684611
+0.727077 0.998245 0.683375
+0.726421 0.997589 0.681956
+0.725322 0.996902 0.680476
+0.72398 0.996231 0.679011
+0.72224 0.995483 0.677409
+0.720317 0.99472 0.675776
+0.718502 0.993988 0.674174
+0.716823 0.993225 0.672511
+0.715496 0.992462 0.670863
+0.714733 0.991745 0.669306
+0.714519 0.991043 0.66775
+0.715145 0.990387 0.666285
+0.716899 0.989792 0.664942
+0.719936 0.989258 0.663722
+0.724498 0.988815 0.662654
+0.731106 0.988495 0.661814
+0.739757 0.988281 0.661173
+0.750957 0.988205 0.660792
+0.764874 0.988327 0.660746
+0.780194 0.984039 0.658473
+0.797757 0.974701 0.653529
+0.820874 0.967636 0.650111
+0.849424 0.960769 0.646891
+0.886915 0.956558 0.645472
+0.938735 0.95462 0.646174
+0.992569 0.954147 0.668681
+0.994919 0.955245 0.674662
+0.75169 1 0.72256
+0.755154 1 0.720287
+0.756664 1 0.717296
+0.756863 1 0.713954
+0.756405 1 0.710704
+0.754559 1 0.706783
+0.751873 1 0.702541
+0.748882 1 0.698329
+0.745052 1 0.693675
+0.740673 1 0.688731
+0.737881 0.999496 0.686076
+0.735515 0.998688 0.684321
+0.733181 0.997894 0.682597
+0.731075 0.997116 0.680919
+0.729168 0.996292 0.679149
+0.727718 0.995514 0.67744
+0.726925 0.994766 0.675822
+0.726741 0.994034 0.674189
+0.727474 0.993332 0.672663
+0.729519 0.992721 0.67129
+0.732845 0.992157 0.670008
+0.737881 0.991684 0.668879
+0.745113 0.991348 0.668009
+0.754528 0.991104 0.667308
+0.766613 0.990997 0.666865
+0.781933 0.991073 0.666789
+0.800427 0.991318 0.666987
+0.823148 0.99176 0.667536
+0.850675 0.992462 0.668559
+0.884764 0.993408 0.669978
+0.9299 0.994751 0.672007
+0.996979 0.996979 0.675593
+0.997711 0.997711 0.678386
+0.788754 1 0.752773
+0.791577 1 0.750347
+0.792416 1 0.747036
+0.792065 1 0.743511
+0.790753 1 0.739757
+0.788602 1 0.735744
+0.785504 1 0.73135
+0.781888 1 0.726802
+0.777554 1 0.721889
+0.772717 1 0.716731
+0.767437 1 0.711299
+0.762203 1 0.70605
+0.756634 1 0.700496
+0.751125 1 0.694911
+0.745968 1 0.689418
+0.742687 0.999481 0.686046
+0.741054 0.998657 0.684245
+0.7402 0.997894 0.682567
+0.740032 0.997101 0.680873
+0.740902 0.996368 0.679225
+0.743175 0.995727 0.677806
+0.746944 0.995117 0.676432
+0.752575 0.994629 0.675273
+0.760586 0.994247 0.674342
+0.770977 0.993957 0.673579
+0.784314 0.993805 0.673075
+0.801175 0.99382 0.672877
+0.821866 0.994003 0.672953
+0.847227 0.994369 0.673411
+0.879332 0.994995 0.674311
+0.920287 0.99588 0.675639
+0.979355 0.997269 0.677729
+0.997772 0.997772 0.678599
+0.0885328 0.0885328 0.606226
+0.0876478 0.0876478 0.602838
+0.086717 0.0866407 0.598993
+0.117876 0.0905165 0.596139
+0.166155 0.098436 0.594003
+0.212436 0.107485 0.591821
+0.254459 0.116793 0.589715
+0.293111 0.126223 0.588037
+0.328771 0.135454 0.585931
+0.364401 0.151354 0.585641
+0.405219 0.190616 0.593225
+0.447395 0.23212 0.603876
+0.4907 0.274174 0.617075
+0.535607 0.314473 0.63212
+0.581353 0.351247 0.647684
+0.628611 0.384314 0.663157
+0.678523 0.41384 0.67837
+0.723247 0.448295 0.685008
+0.769146 0.482063 0.691005
+0.818616 0.516045 0.697444
+0.873472 0.550011 0.70457
+0.940795 0.585428 0.713848
+0.955184 0.607034 0.72195
+0.965896 0.626749 0.730465
+0.976196 0.645365 0.739452
+0.986267 0.663249 0.749187
+0.996246 0.68069 0.760159
+1 0.699794 0.77171
+1 0.720027 0.784527
+1 0.740551 0.799191
+1 0.761379 0.81529
+1 0.782635 0.832914
+1 0.805371 0.853193
+0.0847334 0.0847334 0.591714
+0.0840009 0.0840009 0.588937
+0.0831922 0.0831311 0.585595
+0.110918 0.0865187 0.582986
+0.157 0.0939651 0.580941
+0.202609 0.102846 0.579202
+0.244602 0.112169 0.577554
+0.283436 0.123384 0.576242
+0.321874 0.142809 0.576974
+0.361669 0.174182 0.581918
+0.401663 0.207202 0.589181
+0.443046 0.243519 0.598978
+0.485496 0.280507 0.611307
+0.528984 0.316197 0.624765
+0.573541 0.349706 0.639353
+0.62034 0.380911 0.654169
+0.669551 0.40914 0.66865
+0.713283 0.442588 0.675471
+0.757824 0.47538 0.681086
+0.805051 0.508202 0.686763
+0.855772 0.54052 0.693339
+0.914855 0.57348 0.701457
+0.951095 0.599435 0.710002
+0.961196 0.618173 0.717632
+0.971084 0.63621 0.72607
+0.980529 0.653101 0.734936
+0.989853 0.669535 0.744869
+0.999069 0.685573 0.755581
+1 0.704356 0.767407
+1 0.723354 0.780529
+1 0.743481 0.795666
+1 0.763592 0.811902
+1 0.784695 0.830137
+0.0813001 0.0816968 0.577829
+0.0814832 0.0832685 0.575814
+0.0817426 0.0851606 0.573434
+0.106432 0.0895552 0.571694
+0.150408 0.0975662 0.569924
+0.195529 0.109133 0.569177
+0.238209 0.124086 0.56907
+0.27924 0.143587 0.570275
+0.318822 0.166064 0.573343
+0.357458 0.190524 0.577371
+0.396857 0.219135 0.583658
+0.437263 0.250645 0.592691
+0.478691 0.283177 0.603784
+0.521477 0.315862 0.616846
+0.565682 0.347204 0.630457
+0.611231 0.376257 0.644343
+0.659922 0.403632 0.658839
+0.702098 0.435645 0.664424
+0.745647 0.467781 0.669764
+0.7906 0.499397 0.675227
+0.837827 0.530312 0.681178
+0.889982 0.560967 0.68838
+0.946792 0.591348 0.697917
+0.95642 0.609384 0.705058
+0.965576 0.626215 0.712474
+0.974548 0.642435 0.72076
+0.983108 0.657679 0.729305
+0.991562 0.672541 0.738735
+1 0.687373 0.74931
+1 0.705638 0.761624
+1 0.724681 0.775601
+1 0.744442 0.791394
+1 0.764813 0.808682
+0.0914168 0.114153 0.567224
+0.0942245 0.121859 0.565744
+0.0954757 0.125811 0.563577
+0.115221 0.131456 0.565332
+0.155932 0.138201 0.567895
+0.196948 0.145663 0.566705
+0.237659 0.155886 0.566537
+0.27689 0.169436 0.567239
+0.314824 0.186007 0.568902
+0.353353 0.206744 0.572808
+0.391775 0.230518 0.578454
+0.431281 0.257252 0.58648
+0.471763 0.285878 0.596582
+0.51371 0.315175 0.608194
+0.556542 0.343648 0.6206
+0.601831 0.371298 0.634272
+0.649104 0.397009 0.647578
+0.691173 0.428717 0.653284
+0.733028 0.459632 0.658198
+0.775906 0.49012 0.663218
+0.819944 0.519646 0.668772
+0.866316 0.548165 0.674998
+0.919432 0.576974 0.683192
+0.951064 0.59942 0.691447
+0.959686 0.615427 0.698253
+0.967971 0.630579 0.705531
+0.976059 0.645167 0.713634
+0.984009 0.659281 0.722347
+0.991989 0.673274 0.731945
+1 0.687556 0.742916
+1 0.706096 0.756344
+1 0.724834 0.770901
+1 0.74461 0.78735
+0.109606 0.160769 0.558434
+0.112123 0.166705 0.557473
+0.112902 0.169024 0.555535
+0.126329 0.171633 0.556481
+0.162585 0.177325 0.563333
+0.20145 0.18349 0.566964
+0.238911 0.189593 0.565957
+0.276081 0.198428 0.565927
+0.313313 0.210544 0.567254
+0.34995 0.225498 0.570092
+0.387503 0.244083 0.574578
+0.425513 0.265568 0.580911
+0.464714 0.289433 0.589242
+0.505699 0.315236 0.599924
+0.547921 0.3411 0.611536
+0.592355 0.366629 0.624186
+0.63856 0.390814 0.636454
+0.679103 0.421027 0.641382
+0.719905 0.451118 0.646281
+0.760906 0.480507 0.650675
+0.801923 0.508553 0.655604
+0.844144 0.535515 0.661143
+0.88864 0.561349 0.667842
+0.939605 0.587274 0.67657
+0.953429 0.603876 0.683436
+0.961089 0.618036 0.690059
+0.968643 0.6318 0.697551
+0.976303 0.645594 0.706004
+0.983871 0.659037 0.715129
+0.991653 0.672694 0.725322
+1 0.687282 0.737087
+1 0.705913 0.751431
+1 0.725139 0.767132
+0.129168 0.205112 0.550729
+0.131029 0.209171 0.549844
+0.13167 0.21088 0.548348
+0.142321 0.212009 0.548943
+0.171511 0.215 0.554879
+0.206165 0.219959 0.563821
+0.242481 0.224979 0.568414
+0.277531 0.229908 0.56759
+0.312505 0.237507 0.567712
+0.34818 0.247898 0.569284
+0.384039 0.261112 0.572274
+0.421073 0.277668 0.577356
+0.459174 0.296788 0.58436
+0.498466 0.317906 0.592889
+0.539818 0.340429 0.603021
+0.582818 0.36286 0.61413
+0.628626 0.385672 0.626169
+0.66775 0.414252 0.630106
+0.706783 0.442802 0.633661
+0.745571 0.470695 0.637537
+0.783703 0.497169 0.641581
+0.821363 0.521996 0.64622
+0.859876 0.545663 0.652018
+0.901534 0.568917 0.659342
+0.94699 0.591821 0.668498
+0.954192 0.60531 0.674723
+0.961227 0.618311 0.681468
+0.968307 0.63122 0.689174
+0.975708 0.644556 0.698268
+0.983291 0.658015 0.708217
+0.991348 0.672175 0.719448
+0.999985 0.68716 0.732265
+1 0.706813 0.748287
+0.150347 0.249165 0.544503
+0.149783 0.248341 0.543175
+0.149966 0.249012 0.541695
+0.159762 0.24947 0.542794
+0.183703 0.251164 0.547982
+0.21207 0.253788 0.555489
+0.245365 0.258198 0.566278
+0.279622 0.262196 0.57116
+0.313161 0.266133 0.570275
+0.347051 0.272343 0.570611
+0.381842 0.281376 0.572534
+0.417594 0.292943 0.575647
+0.454597 0.307546 0.581003
+0.492973 0.324224 0.587762
+0.532738 0.342458 0.596017
+0.574868 0.361791 0.605859
+0.618845 0.381582 0.615839
+0.656916 0.408576 0.618692
+0.694026 0.435294 0.621347
+0.730907 0.461707 0.624598
+0.765866 0.486183 0.627741
+0.799191 0.508675 0.631052
+0.832624 0.530114 0.635523
+0.866575 0.550515 0.641306
+0.902922 0.57055 0.6486
+0.946426 0.591897 0.658564
+0.953887 0.604776 0.665492
+0.960784 0.617517 0.673213
+0.968002 0.630686 0.682231
+0.975525 0.644221 0.692348
+0.983459 0.65832 0.703487
+0.991775 0.672923 0.715709
+1 0.689143 0.730037
+0.169741 0.287572 0.53872
+0.167926 0.284398 0.537285
+0.167926 0.284642 0.536049
+0.178851 0.284779 0.537758
+0.198978 0.285618 0.542626
+0.221286 0.286702 0.548714
+0.2486 0.289082 0.557534
+0.280735 0.293004 0.570153
+0.313771 0.295857 0.57525
+0.346563 0.298939 0.574426
+0.380743 0.30428 0.574899
+0.415442 0.311711 0.576577
+0.45127 0.321538 0.57966
+0.48835 0.333822 0.584802
+0.527199 0.347799 0.591058
+0.568246 0.363363 0.599115
+0.611048 0.380163 0.607172
+0.646494 0.404181 0.60798
+0.681941 0.429053 0.609339
+0.715724 0.452934 0.610834
+0.747753 0.475395 0.612985
+0.777813 0.495964 0.615396
+0.806561 0.514992 0.618738
+0.834974 0.532998 0.623224
+0.865629 0.551324 0.629755
+0.899123 0.569833 0.63801
+0.939544 0.589929 0.648814
+0.953719 0.604471 0.657862
+0.960723 0.617426 0.666758
+0.968048 0.630777 0.676707
+0.976104 0.645258 0.688273
+0.984512 0.660197 0.700816
+0.99353 0.675975 0.714763
+0.1879 0.322347 0.533455
+0.18555 0.318288 0.531762
+0.185367 0.317922 0.530877
+0.199176 0.318318 0.534279
+0.215625 0.318395 0.53843
+0.233326 0.318746 0.543542
+0.255299 0.319692 0.550805
+0.281682 0.321675 0.561013
+0.312871 0.324971 0.574929
+0.345998 0.326955 0.580453
+0.379217 0.329061 0.579461
+0.41387 0.333196 0.579995
+0.448859 0.338964 0.581308
+0.485161 0.34667 0.583947
+0.523049 0.356466 0.588174
+0.5626 0.367758 0.593637
+0.603845 0.38204 0.599573
+0.637812 0.40235 0.598245
+0.670756 0.424491 0.597681
+0.701457 0.445701 0.597391
+0.729778 0.46537 0.597665
+0.756176 0.483543 0.599161
+0.781415 0.500603 0.601755
+0.806409 0.516991 0.605539
+0.832624 0.533516 0.611215
+0.861708 0.550896 0.619043
+0.895109 0.569421 0.628931
+0.936492 0.590097 0.641703
+0.954406 0.605753 0.652583
+0.9617 0.619211 0.662715
+0.969635 0.633646 0.674372
+0.978134 0.64889 0.687282
+0.98703 0.664622 0.701122
+0.205203 0.354574 0.529229
+0.203082 0.350958 0.52784
+0.203021 0.349508 0.527031
+0.219913 0.350576 0.531853
+0.233951 0.350332 0.535653
+0.247562 0.349783 0.539483
+0.264546 0.350057 0.545296
+0.28571 0.350805 0.553506
+0.311467 0.352453 0.565225
+0.342733 0.355093 0.581277
+0.37673 0.355596 0.58674
+0.410742 0.356176 0.584833
+0.445838 0.358419 0.584131
+0.481544 0.362097 0.584298
+0.51873 0.368032 0.586236
+0.55787 0.375906 0.58941
+0.598016 0.38677 0.592874
+0.630335 0.404654 0.589151
+0.660273 0.422446 0.586374
+0.688212 0.440436 0.584344
+0.713085 0.457359 0.58323
+0.735759 0.472877 0.583154
+0.75787 0.487877 0.584695
+0.780346 0.502892 0.588205
+0.804379 0.518471 0.593759
+0.831006 0.535073 0.60145
+0.861295 0.552987 0.611429
+0.896834 0.572457 0.623652
+0.941497 0.594369 0.638758
+0.956619 0.609888 0.650645
+0.964416 0.624186 0.662257
+0.972656 0.639109 0.674861
+0.981537 0.654932 0.688838
+0.221958 0.385168 0.52549
+0.220066 0.381964 0.524361
+0.222324 0.380026 0.524392
+0.240604 0.381643 0.530678
+0.253162 0.38143 0.534646
+0.263874 0.380621 0.53753
+0.275975 0.379828 0.541375
+0.292073 0.379873 0.547662
+0.312444 0.380438 0.55668
+0.338323 0.381872 0.569879
+0.367407 0.380346 0.584054
+0.402411 0.378302 0.588205
+0.438941 0.378347 0.586282
+0.475898 0.379431 0.584985
+0.514199 0.382162 0.585
+0.554223 0.387076 0.586862
+0.594629 0.394903 0.588357
+0.624598 0.410056 0.581476
+0.651652 0.42501 0.575631
+0.675517 0.4392 0.571206
+0.696803 0.452461 0.568444
+0.716823 0.465141 0.567391
+0.736904 0.478126 0.568612
+0.758587 0.492485 0.57261
+0.782086 0.507729 0.578668
+0.807477 0.523781 0.586557
+0.83563 0.540887 0.596323
+0.868452 0.559777 0.60853
+0.906645 0.580011 0.62269
+0.95259 0.602426 0.639551
+0.960311 0.616693 0.651392
+0.96849 0.631601 0.664179
+0.977157 0.647166 0.678035
+0.237995 0.414008 0.522515
+0.236316 0.411154 0.521599
+0.244984 0.410269 0.52433
+0.260838 0.411597 0.530098
+0.272328 0.411658 0.534035
+0.280491 0.410498 0.536263
+0.288762 0.409125 0.538598
+0.300298 0.408515 0.542947
+0.315419 0.408316 0.549523
+0.335363 0.408774 0.559503
+0.359899 0.407202 0.570871
+0.390005 0.403861 0.585885
+0.428275 0.401846 0.583444
+0.467033 0.401389 0.580682
+0.505241 0.40238 0.57821
+0.544289 0.405676 0.576593
+0.582956 0.411521 0.575647
+0.617823 0.419928 0.571923
+0.644526 0.430915 0.565454
+0.66479 0.442359 0.558999
+0.68304 0.453193 0.555108
+0.701457 0.464363 0.554147
+0.720836 0.475975 0.555673
+0.741939 0.488563 0.559548
+0.765072 0.502281 0.565759
+0.790005 0.517006 0.573663
+0.81738 0.533639 0.58381
+0.847944 0.551492 0.595773
+0.883497 0.571038 0.609949
+0.925719 0.592157 0.626154
+0.957412 0.611353 0.641917
+0.96556 0.626291 0.655009
+0.974014 0.64155 0.668772
+0.253498 0.441505 0.52015
+0.255604 0.439963 0.520912
+0.267536 0.440024 0.525292
+0.281056 0.441276 0.530724
+0.290593 0.441382 0.534234
+0.296696 0.440085 0.53576
+0.30219 0.438346 0.536904
+0.309438 0.436973 0.539162
+0.320012 0.436332 0.543557
+0.334462 0.436103 0.550286
+0.35407 0.434531 0.558679
+0.379294 0.432074 0.57084
+0.416251 0.429465 0.568475
+0.454276 0.427939 0.565774
+0.492729 0.427527 0.563455
+0.530892 0.428763 0.5617
+0.569543 0.432395 0.560784
+0.602167 0.438331 0.556512
+0.626856 0.44567 0.549844
+0.647257 0.453651 0.544564
+0.666789 0.461585 0.542123
+0.687861 0.470069 0.542473
+0.710658 0.479759 0.545266
+0.731517 0.491279 0.549615
+0.754177 0.503822 0.555947
+0.778561 0.517372 0.564095
+0.805173 0.532067 0.574029
+0.834501 0.547875 0.585397
+0.867475 0.566079 0.599237
+0.906386 0.586145 0.615259
+0.95613 0.609018 0.634318
+0.963867 0.623209 0.647059
+0.972137 0.638178 0.660853
+0.271794 0.46952 0.520974
+0.281651 0.4701 0.524971
+0.290242 0.470176 0.528084
+0.300557 0.471275 0.532265
+0.307393 0.470924 0.534539
+0.311971 0.469841 0.535683
+0.315282 0.467933 0.536004
+0.319173 0.46595 0.536568
+0.325628 0.46482 0.538842
+0.335607 0.463737 0.542611
+0.350362 0.462287 0.547997
+0.369985 0.460945 0.556741
+0.405966 0.457816 0.553613
+0.442863 0.45536 0.550805
+0.480491 0.454093 0.549096
+0.518578 0.453819 0.54757
+0.556222 0.455344 0.546471
+0.585412 0.460014 0.54052
+0.605493 0.465858 0.533578
+0.624933 0.471916 0.530556
+0.646677 0.478523 0.531029
+0.669902 0.485451 0.533303
+0.694331 0.493095 0.537148
+0.720394 0.501854 0.542657
+0.747143 0.511238 0.548943
+0.773083 0.52253 0.556863
+0.798901 0.536065 0.566842
+0.826673 0.550515 0.578042
+0.857618 0.566201 0.590875
+0.894194 0.583993 0.606027
+0.938842 0.605035 0.624369
+0.963439 0.622446 0.640299
+0.971298 0.636698 0.653834
+0.301778 0.501534 0.528618
+0.306828 0.50132 0.530373
+0.311971 0.501167 0.532326
+0.318532 0.501732 0.534829
+0.322713 0.501244 0.535805
+0.325322 0.499977 0.535927
+0.326696 0.497887 0.535134
+0.328069 0.495598 0.534279
+0.330877 0.493843 0.534417
+0.338155 0.492332 0.53576
+0.348318 0.491127 0.538766
+0.364019 0.489784 0.542885
+0.397925 0.486656 0.539895
+0.433051 0.483726 0.536995
+0.469673 0.481483 0.534768
+0.506798 0.480323 0.533455
+0.543221 0.480552 0.531914
+0.565866 0.484535 0.524514
+0.585962 0.489189 0.522011
+0.608835 0.493507 0.522698
+0.632898 0.498268 0.524971
+0.657847 0.50396 0.52845
+0.683345 0.510155 0.532677
+0.709545 0.517189 0.538048
+0.736919 0.525338 0.544686
+0.765408 0.534188 0.552163
+0.795346 0.543923 0.560678
+0.823835 0.55671 0.571954
+0.853513 0.571176 0.585046
+0.887358 0.587106 0.599695
+0.928496 0.60528 0.616602
+0.964233 0.623896 0.634379
+0.97171 0.63743 0.647745
+0.329015 0.535195 0.537514
+0.329305 0.533837 0.536614
+0.330632 0.532845 0.536171
+0.333639 0.533043 0.536919
+0.335058 0.532021 0.536461
+0.335439 0.53019 0.53518
+0.335302 0.528099 0.533639
+0.335073 0.525505 0.531655
+0.337301 0.523461 0.530327
+0.341161 0.522072 0.529839
+0.346777 0.521096 0.530068
+0.361639 0.519417 0.52961
+0.39266 0.515908 0.526711
+0.425956 0.51252 0.523919
+0.460594 0.509682 0.52166
+0.496361 0.507561 0.520104
+0.528161 0.507912 0.517098
+0.550607 0.510384 0.51632
+0.575158 0.51284 0.517235
+0.600275 0.516045 0.519112
+0.625254 0.519661 0.521569
+0.650675 0.523934 0.524834
+0.67657 0.529183 0.529274
+0.702724 0.534966 0.534401
+0.729686 0.541573 0.540536
+0.757839 0.549264 0.547921
+0.787259 0.557595 0.55613
+0.819196 0.566903 0.565499
+0.851087 0.578607 0.577417
+0.882994 0.592966 0.592142
+0.921218 0.609323 0.608927
+0.966644 0.628305 0.628382
+0.972808 0.639414 0.640055
+0.353994 0.56733 0.543435
+0.353353 0.565698 0.540856
+0.354376 0.564813 0.539162
+0.355764 0.564111 0.538003
+0.356283 0.562844 0.536263
+0.355779 0.560723 0.533883
+0.354559 0.557977 0.530999
+0.353201 0.5552 0.528176
+0.35404 0.55285 0.525444
+0.355932 0.550835 0.522728
+0.359457 0.549752 0.520272
+0.364401 0.549172 0.517464
+0.390845 0.545342 0.514366
+0.421164 0.541878 0.512001
+0.453513 0.538521 0.509651
+0.487663 0.535668 0.507912
+0.522896 0.533715 0.507195
+0.553658 0.533425 0.512093
+0.577264 0.534936 0.519081
+0.601312 0.537545 0.521065
+0.625406 0.540841 0.522271
+0.649699 0.544533 0.52462
+0.674678 0.548775 0.528161
+0.700755 0.553933 0.533135
+0.727214 0.559564 0.538979
+0.754726 0.565942 0.545907
+0.784161 0.573404 0.554192
+0.815183 0.581491 0.563226
+0.846677 0.591516 0.574762
+0.878355 0.604532 0.589883
+0.915358 0.619181 0.606577
+0.964874 0.6374 0.626902
+0.972351 0.647852 0.638483
+0.378851 0.599359 0.548989
+0.377478 0.597131 0.544839
+0.379141 0.596811 0.542336
+0.379812 0.595605 0.539391
+0.379614 0.593774 0.536202
+0.378927 0.591653 0.532799
+0.377432 0.588739 0.529183
+0.375494 0.585428 0.525368
+0.374441 0.582452 0.521645
+0.375265 0.579965 0.517861
+0.377279 0.577951 0.513573
+0.381003 0.576852 0.508705
+0.392828 0.575036 0.503761
+0.419394 0.571069 0.500664
+0.449027 0.567544 0.498238
+0.480735 0.564294 0.496483
+0.514305 0.561471 0.495476
+0.549111 0.559655 0.495933
+0.582773 0.558694 0.500328
+0.608316 0.559747 0.50956
+0.631769 0.561563 0.520867
+0.65597 0.564645 0.527672
+0.680491 0.568261 0.532738
+0.705486 0.572671 0.537545
+0.731243 0.577951 0.542626
+0.75787 0.583719 0.548424
+0.78587 0.590158 0.55555
+0.816739 0.597635 0.564187
+0.847425 0.606592 0.575341
+0.878157 0.618112 0.590021
+0.915038 0.631739 0.606882
+0.963211 0.648341 0.626978
+0.972396 0.658122 0.638422
+0.403479 0.631479 0.554238
+0.40267 0.629602 0.549126
+0.40383 0.628824 0.545022
+0.40415 0.627512 0.540963
+0.403494 0.625315 0.536629
+0.402258 0.622644 0.532326
+0.400671 0.61976 0.528435
+0.398428 0.616175 0.523964
+0.396094 0.612528 0.519249
+0.395636 0.609598 0.514687
+0.39649 0.607004 0.509331
+0.398657 0.605005 0.503044
+0.402625 0.604028 0.495445
+0.421332 0.600656 0.490913
+0.447303 0.596597 0.488487
+0.47657 0.593027 0.486778
+0.507515 0.589807 0.485481
+0.540276 0.587106 0.485405
+0.575021 0.58529 0.486961
+0.609537 0.584192 0.491722
+0.638895 0.58471 0.501259
+0.663706 0.58677 0.511925
+0.687877 0.589212 0.525322
+0.712688 0.592477 0.536004
+0.738491 0.596887 0.544564
+0.765362 0.601923 0.552682
+0.793896 0.607691 0.560952
+0.824414 0.614267 0.569574
+0.855283 0.622858 0.580789
+0.886168 0.633722 0.595331
+0.922683 0.646326 0.611704
+0.96846 0.661677 0.631098
+0.973922 0.670115 0.641032
+0.427863 0.6636 0.559716
+0.428229 0.662531 0.553948
+0.428794 0.661372 0.548516
+0.428626 0.659663 0.543282
+0.427726 0.657343 0.538125
+0.426184 0.654444 0.532998
+0.42414 0.651041 0.527947
+0.421942 0.647608 0.523262
+0.419242 0.64358 0.518242
+0.416754 0.639551 0.512886
+0.4168 0.636683 0.507301
+0.417716 0.634012 0.500496
+0.42002 0.632029 0.492134
+0.426764 0.630549 0.48307
+0.449104 0.626169 0.480201
+0.474617 0.62208 0.478004
+0.503166 0.61857 0.47689
+0.533989 0.615198 0.47657
+0.566445 0.612482 0.477668
+0.600855 0.610712 0.48072
+0.635477 0.609659 0.486717
+0.667247 0.609918 0.496925
+0.695445 0.611811 0.508644
+0.721004 0.614466 0.520592
+0.746822 0.617487 0.53492
+0.773968 0.621439 0.548592
+0.802625 0.626444 0.560265
+0.83357 0.632181 0.571313
+0.864149 0.640375 0.58558
+0.897154 0.650492 0.601785
+0.936782 0.662699 0.619669
+0.971405 0.675105 0.636332
+0.976822 0.683238 0.646128
+0.452705 0.696544 0.566003
+0.454032 0.696193 0.55964
+0.454032 0.694545 0.552911
+0.453346 0.692393 0.546578
+0.45211 0.689769 0.540551
+0.450507 0.686854 0.534768
+0.44831 0.68333 0.529152
+0.445701 0.679393 0.523827
+0.442954 0.675349 0.518776
+0.439963 0.670985 0.513191
+0.437934 0.66688 0.506905
+0.437964 0.663844 0.50013
+0.438956 0.661128 0.491707
+0.441413 0.659113 0.480873
+0.454215 0.656184 0.47393
+0.476127 0.651759 0.47158
+0.501381 0.647547 0.470115
+0.529534 0.644007 0.46978
+0.560021 0.64062 0.470497
+0.59234 0.637858 0.472908
+0.626398 0.636149 0.477577
+0.66154 0.63505 0.4851
+0.694942 0.635203 0.496284
+0.725978 0.636957 0.509316
+0.754711 0.639582 0.522484
+0.782757 0.643 0.536065
+0.812116 0.647211 0.552254
+0.841474 0.652644 0.570382
+0.872602 0.659785 0.587991
+0.908232 0.669139 0.606302
+0.950927 0.68069 0.625956
+0.973541 0.689998 0.640024
+0.979217 0.697444 0.650339
+0.479515 0.731685 0.573938
+0.480034 0.730587 0.566201
+0.479866 0.728939 0.55874
+0.478828 0.726452 0.551553
+0.47718 0.723369 0.544823
+0.475273 0.720119 0.538537
+0.472847 0.71632 0.532433
+0.470069 0.712169 0.526589
+0.467216 0.708019 0.52105
+0.463935 0.703319 0.515175
+0.460655 0.698543 0.508659
+0.45922 0.694514 0.50161
+0.459205 0.691264 0.493645
+0.460273 0.688441 0.483589
+0.462959 0.686458 0.470497
+0.481163 0.681865 0.467872
+0.502815 0.677348 0.465934
+0.527733 0.673136 0.46482
+0.555611 0.669581 0.46537
+0.585748 0.666209 0.467292
+0.617945 0.663401 0.47129
+0.652003 0.661677 0.477714
+0.687266 0.660609 0.486839
+0.722484 0.660639 0.499504
+0.756481 0.662272 0.514122
+0.78703 0.665324 0.532479
+0.816342 0.669688 0.550423
+0.847257 0.675273 0.568917
+0.881117 0.68162 0.588479
+0.919631 0.68957 0.609262
+0.968124 0.700771 0.632212
+0.975128 0.7066 0.642649
+0.981338 0.713649 0.653971
+0.506905 0.768307 0.583444
+0.506935 0.766812 0.575021
+0.506157 0.764508 0.566598
+0.505043 0.76199 0.558801
+0.503166 0.758663 0.551415
+0.500786 0.754803 0.54435
+0.498283 0.750927 0.537942
+0.495262 0.74641 0.531685
+0.49189 0.741527 0.525628
+0.488457 0.736614 0.519921
+0.484993 0.731624 0.513558
+0.481697 0.726513 0.505898
+0.480705 0.722652 0.4981
+0.480583 0.719066 0.488533
+0.484962 0.715282 0.479912
+0.497932 0.710414 0.476677
+0.514534 0.706004 0.473899
+0.533974 0.701778 0.471443
+0.55671 0.697993 0.469429
+0.582803 0.694789 0.468009
+0.611353 0.692012 0.467796
+0.643366 0.689265 0.473045
+0.677806 0.687495 0.481041
+0.71368 0.686427 0.49189
+0.750011 0.686442 0.507729
+0.784512 0.688411 0.529412
+0.818265 0.691798 0.550027
+0.852842 0.696757 0.570306
+0.889158 0.703487 0.590539
+0.931075 0.71165 0.612238
+0.970489 0.720684 0.633692
+0.976699 0.725902 0.645212
+0.983261 0.732021 0.657252
+0.535409 0.807401 0.595315
+0.535241 0.805798 0.586252
+0.533974 0.802915 0.577173
+0.532204 0.799573 0.56875
+0.530159 0.796017 0.560922
+0.52752 0.791775 0.553567
+0.524544 0.787213 0.546609
+0.521416 0.782528 0.540047
+0.517815 0.777264 0.533684
+0.514015 0.771786 0.527504
+0.510246 0.766354 0.521096
+0.506355 0.760723 0.513588
+0.503441 0.755459 0.505241
+0.506035 0.750393 0.500389
+0.512032 0.744945 0.496696
+0.520897 0.73962 0.493172
+0.532845 0.734813 0.490166
+0.547936 0.730358 0.487572
+0.566217 0.726131 0.485328
+0.587701 0.722637 0.483833
+0.611994 0.719539 0.482811
+0.639216 0.716991 0.482383
+0.66949 0.715175 0.482597
+0.703929 0.71371 0.487846
+0.740597 0.712612 0.50135
+0.77705 0.712886 0.524544
+0.814282 0.714977 0.547387
+0.852674 0.718822 0.56997
+0.893736 0.724636 0.592782
+0.941909 0.733349 0.618341
+0.972488 0.741131 0.636957
+0.978363 0.746349 0.647944
+0.984863 0.752407 0.659922
+0.566247 0.851011 0.610559
+0.565408 0.848585 0.600977
+0.563928 0.845441 0.59173
+0.561624 0.841337 0.582773
+0.558953 0.836866 0.574426
+0.5561 0.832288 0.566751
+0.552605 0.826886 0.559197
+0.548882 0.821256 0.552132
+0.545129 0.815671 0.545556
+0.542809 0.809537 0.540856
+0.540475 0.803159 0.53637
+0.538857 0.796902 0.53196
+0.538231 0.790539 0.527489
+0.53904 0.784268 0.523095
+0.541909 0.778317 0.518944
+0.546868 0.772396 0.514855
+0.554467 0.76672 0.510979
+0.565347 0.761654 0.507607
+0.579095 0.75668 0.504372
+0.596185 0.75201 0.501442
+0.616495 0.748379 0.499733
+0.639857 0.745495 0.499138
+0.666407 0.743053 0.499077
+0.696468 0.741543 0.49984
+0.730571 0.740429 0.500938
+0.767742 0.739345 0.519158
+0.805982 0.739788 0.543038
+0.84686 0.742275 0.567452
+0.891463 0.746853 0.592767
+0.944015 0.754559 0.620951
+0.974609 0.761608 0.640467
+0.980438 0.766751 0.651438
+0.986618 0.772824 0.662867
+0.601267 0.902556 0.631479
+0.599649 0.899016 0.621515
+0.597131 0.894316 0.61149
+0.594507 0.889677 0.602365
+0.591226 0.884199 0.593561
+0.589578 0.877974 0.587259
+0.589197 0.871794 0.583185
+0.587366 0.86482 0.578546
+0.584894 0.857725 0.573754
+0.582116 0.850904 0.569131
+0.578729 0.843458 0.56405
+0.575677 0.836164 0.55903
+0.573693 0.829343 0.554345
+0.572396 0.822095 0.549355
+0.572564 0.815137 0.544564
+0.574746 0.808698 0.540169
+0.578897 0.802167 0.535744
+0.585733 0.796109 0.531685
+0.595743 0.7906 0.528084
+0.608698 0.785351 0.524727
+0.624826 0.780667 0.521843
+0.644587 0.776684 0.519554
+0.667277 0.773098 0.517601
+0.693401 0.770443 0.517098
+0.723491 0.769024 0.518196
+0.758007 0.768017 0.519615
+0.796704 0.767025 0.538506
+0.838224 0.76788 0.563897
+0.883421 0.770748 0.589853
+0.93817 0.776745 0.620111
+0.976226 0.783551 0.642939
+0.982086 0.788083 0.654063
+0.988296 0.793866 0.66569
+0.644984 0.970336 0.662684
+0.642237 0.96495 0.652125
+0.638392 0.958038 0.641398
+0.637049 0.950851 0.63415
+0.636713 0.942672 0.629114
+0.635157 0.934234 0.623819
+0.632685 0.925551 0.618326
+0.629831 0.917296 0.613031
+0.625986 0.908354 0.607248
+0.621683 0.899336 0.601358
+0.617288 0.890608 0.595605
+0.612772 0.881605 0.589624
+0.60882 0.872816 0.583764
+0.606058 0.864729 0.578347
+0.604257 0.85658 0.572869
+0.603845 0.848676 0.567575
+0.605493 0.841489 0.562783
+0.609125 0.834241 0.557977
+0.615381 0.827588 0.553613
+0.624811 0.821668 0.549813
+0.637171 0.815915 0.546212
+0.652811 0.810849 0.54316
+0.672175 0.806622 0.54078
+0.69456 0.80293 0.538811
+0.720607 0.799802 0.537301
+0.751232 0.798123 0.537865
+0.786801 0.797177 0.539559
+0.827741 0.796292 0.559365
+0.873411 0.797406 0.586511
+0.927184 0.801205 0.616785
+0.97763 0.80734 0.644877
+0.983352 0.811429 0.65594
+0.98938 0.816663 0.667399
+0.66125 0.987762 0.669734
+0.661433 0.987839 0.661967
+0.66688 0.98761 0.660883
+0.671138 0.987305 0.660166
+0.674144 0.986954 0.659358
+0.676143 0.986557 0.658442
+0.677241 0.986084 0.657389
+0.677775 0.98558 0.656275
+0.672892 0.975341 0.64976
+0.666331 0.962493 0.641764
+0.659556 0.949722 0.633722
+0.653422 0.938109 0.626352
+0.647562 0.926589 0.618967
+0.642527 0.915572 0.611887
+0.638712 0.90547 0.605325
+0.635996 0.895613 0.598917
+0.634791 0.886183 0.592782
+0.635828 0.877897 0.587411
+0.638911 0.869764 0.582147
+0.644648 0.862089 0.577234
+0.653559 0.855528 0.573144
+0.665537 0.84921 0.569268
+0.680827 0.843687 0.566003
+0.699886 0.839185 0.563531
+0.722454 0.834958 0.561303
+0.748745 0.831662 0.559762
+0.779873 0.82948 0.559182
+0.817731 0.828443 0.561044
+0.861921 0.827695 0.582254
+0.914244 0.829328 0.612192
+0.979324 0.834546 0.647196
+0.984497 0.837324 0.65742
+0.990143 0.842008 0.668406
+0.671351 0.992203 0.670726
+0.678386 0.991989 0.670207
+0.683726 0.991714 0.669566
+0.687373 0.991363 0.668757
+0.689845 0.990936 0.667811
+0.691463 0.990494 0.666835
+0.69218 0.989975 0.66569
+0.692317 0.98941 0.664454
+0.692088 0.988846 0.663218
+0.691325 0.988205 0.661814
+0.690288 0.987533 0.66038
+0.689219 0.986877 0.658946
+0.688243 0.986206 0.657496
+0.687221 0.984787 0.655619
+0.680232 0.969894 0.646418
+0.67422 0.95552 0.637461
+0.669993 0.942641 0.629389
+0.66772 0.930968 0.622049
+0.667659 0.920439 0.615427
+0.669886 0.910521 0.609216
+0.675196 0.901991 0.603937
+0.683253 0.893935 0.599008
+0.694636 0.886732 0.594705
+0.709712 0.8804 0.591058
+0.728557 0.875227 0.588251
+0.751232 0.870604 0.585885
+0.778546 0.867048 0.584298
+0.811078 0.86424 0.58323
+0.851301 0.862974 0.584695
+0.900862 0.862364 0.607996
+0.964584 0.865019 0.643015
+0.986053 0.86772 0.659495
+0.990799 0.870893 0.669032
+0.689708 0.996597 0.679988
+0.695949 0.996307 0.679316
+0.700465 0.995911 0.678477
+0.703777 0.995514 0.677592
+0.705806 0.995041 0.676555
+0.706935 0.994507 0.675395
+0.707454 0.993973 0.674235
+0.707332 0.993378 0.672938
+0.706661 0.992721 0.671534
+0.70576 0.992096 0.670161
+0.704402 0.991394 0.668635
+0.702876 0.990662 0.667048
+0.701549 0.98996 0.665537
+0.700404 0.989242 0.663981
+0.699672 0.988525 0.662425
+0.699641 0.9879 0.661021
+0.700236 0.987243 0.659586
+0.701778 0.986664 0.658259
+0.704631 0.986175 0.657115
+0.703792 0.974319 0.649729
+0.704417 0.961242 0.641825
+0.708385 0.950103 0.635142
+0.715557 0.940063 0.629191
+0.726162 0.931197 0.624033
+0.740856 0.923796 0.619898
+0.759228 0.917159 0.616327
+0.782025 0.911681 0.613581
+0.810452 0.907347 0.611658
+0.845014 0.904204 0.610559
+0.889204 0.902586 0.611612
+0.94847 0.902571 0.638651
+0.988251 0.903532 0.662394
+0.992096 0.905837 0.670634
+0.712016 1 0.69366
+0.716701 1 0.691676
+0.719127 1 0.688807
+0.720928 0.999756 0.686671
+0.722728 0.999252 0.685573
+0.723507 0.998672 0.684337
+0.723552 0.998062 0.683009
+0.72311 0.997436 0.681666
+0.722118 0.99675 0.680186
+0.72079 0.996048 0.67866
+0.719234 0.995331 0.677104
+0.717388 0.994583 0.675471
+0.715541 0.993805 0.673793
+0.714 0.993057 0.67219
+0.712703 0.992309 0.670542
+0.711879 0.991547 0.66891
+0.711833 0.990875 0.667414
+0.712551 0.990219 0.665965
+0.71429 0.989609 0.664576
+0.717433 0.98909 0.663386
+0.722072 0.988632 0.662303
+0.728618 0.988281 0.661402
+0.737408 0.988098 0.660807
+0.748653 0.988022 0.66041
+0.762539 0.988128 0.660349
+0.776272 0.979004 0.655375
+0.794003 0.969909 0.650538
+0.816907 0.962539 0.646876
+0.845731 0.956252 0.643977
+0.882887 0.952087 0.642542
+0.933547 0.949874 0.643305
+0.992142 0.949783 0.66804
+0.994461 0.950698 0.673808
+0.747173 1 0.721477
+0.750774 1 0.719142
+0.752575 1 0.716228
+0.752941 1 0.712917
+0.75256 1 0.709636
+0.750851 1 0.705745
+0.748287 1 0.701503
+0.745205 1 0.697169
+0.741604 1 0.692638
+0.737301 1 0.687709
+0.735042 0.999329 0.68571
+0.732784 0.99852 0.683986
+0.73051 0.997726 0.682246
+0.728389 0.996918 0.680507
+0.726619 0.996124 0.678782
+0.725216 0.995331 0.677073
+0.724422 0.994568 0.67541
+0.72433 0.993851 0.673808
+0.725093 0.993149 0.672282
+0.727062 0.992508 0.670832
+0.730556 0.991974 0.669627
+0.735637 0.991501 0.668498
+0.742824 0.991135 0.667582
+0.752316 0.990906 0.666911
+0.764446 0.990799 0.666468
+0.779538 0.99086 0.666316
+0.798093 0.991119 0.66656
+0.820615 0.991562 0.667109
+0.847791 0.992248 0.668086
+0.881559 0.993194 0.66952
+0.925795 0.994522 0.671519
+0.990784 0.99678 0.675303
+0.997665 0.997665 0.678218
+0.784451 1 0.751431
+0.787167 1 0.748791
+0.78851 1 0.745739
+0.788312 1 0.742214
+0.78703 1 0.738415
+0.785016 1 0.734447
+0.782055 1 0.730083
+0.778256 1 0.725338
+0.774212 1 0.720607
+0.769467 1 0.71548
+0.764248 1 0.710063
+0.758999 1 0.704738
+0.753536 1 0.69926
+0.747951 1 0.693584
+0.742931 1 0.688182
+0.740276 0.999298 0.685634
+0.738705 0.998459 0.683833
+0.73785 0.997681 0.682124
+0.737713 0.996887 0.6804
+0.738643 0.996155 0.678798
+0.740978 0.995529 0.677378
+0.744778 0.994919 0.67602
+0.750423 0.99443 0.674861
+0.758312 0.994018 0.673869
+0.768765 0.993759 0.673136
+0.781994 0.993606 0.672633
+0.79881 0.993622 0.672435
+0.819364 0.993805 0.672526
+0.84448 0.994171 0.672969
+0.875883 0.994781 0.673838
+0.916228 0.995682 0.675181
+0.973404 0.99704 0.677226
+0.997757 0.997757 0.678553
+0.100481 0.100481 0.651759
+0.0994125 0.0994125 0.647684
+0.0982071 0.0982071 0.643107
+0.114504 0.0995346 0.638941
+0.163119 0.106813 0.636225
+0.210132 0.115282 0.633295
+0.253071 0.124132 0.630304
+0.291814 0.132952 0.62742
+0.328069 0.141894 0.624857
+0.36286 0.152407 0.622812
+0.401877 0.185855 0.627649
+0.444083 0.229068 0.637201
+0.486961 0.272801 0.649409
+0.531106 0.314778 0.663432
+0.575769 0.353368 0.678492
+0.621668 0.388312 0.693111
+0.669673 0.419944 0.707942
+0.722957 0.4495 0.724208
+0.771069 0.484184 0.730724
+0.823468 0.519829 0.736446
+0.883696 0.556435 0.742962
+0.947448 0.592447 0.750988
+0.959533 0.615015 0.759533
+0.971389 0.636667 0.768856
+0.983032 0.657496 0.778973
+0.994492 0.677607 0.790005
+1 0.699687 0.801801
+1 0.723629 0.814694
+1 0.747219 0.829343
+1 0.770428 0.845518
+1 0.794446 0.864225
+1 0.818936 0.885069
+1 0.844892 0.909285
+0.0960403 0.0960403 0.634821
+0.0952316 0.0952316 0.631754
+0.0942245 0.0942245 0.627924
+0.107668 0.0952163 0.624125
+0.154345 0.102083 0.621439
+0.200397 0.110307 0.618723
+0.242847 0.119081 0.616297
+0.282002 0.128161 0.61416
+0.319509 0.141695 0.61323
+0.358572 0.170047 0.616342
+0.399008 0.204608 0.622675
+0.439887 0.241733 0.631464
+0.481636 0.279789 0.642664
+0.52459 0.31725 0.655818
+0.568231 0.352346 0.669383
+0.613352 0.385122 0.683482
+0.66128 0.415747 0.698543
+0.713039 0.443671 0.713802
+0.760159 0.477836 0.720211
+0.810468 0.512428 0.725719
+0.866102 0.547234 0.731563
+0.935393 0.584237 0.738933
+0.955795 0.608118 0.747021
+0.967147 0.628977 0.75555
+0.978347 0.64918 0.76492
+0.989227 0.668437 0.775036
+0.999832 0.686885 0.785946
+1 0.709636 0.797528
+1 0.731975 0.810971
+1 0.753399 0.82533
+1 0.775662 0.841688
+1 0.798428 0.860243
+1 0.822248 0.881346
+0.0919509 0.0919509 0.619272
+0.091249 0.0913252 0.616434
+0.0906386 0.0912032 0.613153
+0.102708 0.0927901 0.61001
+0.146715 0.0997787 0.60763
+0.191577 0.109285 0.605844
+0.234653 0.121828 0.60502
+0.275715 0.139284 0.605035
+0.315709 0.1626 0.607233
+0.354818 0.188113 0.610773
+0.393912 0.217121 0.616114
+0.433997 0.249516 0.624582
+0.475105 0.283391 0.634852
+0.516899 0.317067 0.646754
+0.56025 0.350103 0.659953
+0.604425 0.380911 0.673609
+0.651728 0.410224 0.687968
+0.70251 0.43711 0.70277
+0.74818 0.470405 0.708476
+0.796521 0.504067 0.714031
+0.848997 0.537758 0.719799
+0.909911 0.572137 0.726421
+0.951843 0.600763 0.734585
+0.962783 0.621027 0.742306
+0.973281 0.640116 0.750484
+0.983444 0.658244 0.759197
+0.993515 0.675944 0.769116
+1 0.694636 0.780011
+1 0.71516 0.791577
+1 0.735759 0.805035
+1 0.756756 0.820066
+1 0.777981 0.836683
+1 0.800443 0.855863
+0.0955673 0.108782 0.605432
+0.0983444 0.117006 0.603601
+0.0996414 0.121447 0.601144
+0.109865 0.126467 0.600549
+0.150958 0.133913 0.60267
+0.192538 0.141802 0.601083
+0.233814 0.152712 0.60029
+0.273487 0.166644 0.600458
+0.312016 0.183642 0.601831
+0.350271 0.204486 0.605112
+0.388907 0.229313 0.610422
+0.428199 0.256962 0.617517
+0.468055 0.286412 0.626764
+0.509361 0.316991 0.637827
+0.551003 0.3467 0.649699
+0.595163 0.376135 0.662852
+0.641321 0.40383 0.676585
+0.69189 0.430365 0.691341
+0.736049 0.462654 0.697078
+0.782254 0.49514 0.701885
+0.831449 0.52752 0.707195
+0.886061 0.559884 0.713115
+0.947494 0.59263 0.721141
+0.957839 0.611963 0.72813
+0.967819 0.630259 0.735592
+0.977462 0.647623 0.743542
+0.986908 0.664363 0.752575
+0.99617 0.680537 0.762417
+1 0.698207 0.772778
+1 0.717083 0.784421
+1 0.737026 0.79826
+1 0.757122 0.813474
+1 0.777951 0.830579
+0.113039 0.156542 0.595392
+0.115587 0.162875 0.594141
+0.116457 0.165606 0.591943
+0.123064 0.167956 0.590539
+0.158572 0.173678 0.596216
+0.197513 0.180194 0.599435
+0.235447 0.18674 0.598306
+0.27303 0.195987 0.598169
+0.310475 0.208667 0.599237
+0.347189 0.224216 0.601389
+0.384482 0.24329 0.605234
+0.422293 0.26569 0.611109
+0.461158 0.290562 0.619181
+0.501167 0.317235 0.629007
+0.542596 0.344518 0.640024
+0.585397 0.371374 0.652049
+0.631083 0.397803 0.665446
+0.680064 0.422873 0.679332
+0.72343 0.45452 0.684688
+0.768063 0.486137 0.689387
+0.814145 0.517098 0.694194
+0.86421 0.547982 0.699611
+0.921416 0.578927 0.706538
+0.952651 0.60235 0.713863
+0.962081 0.619806 0.720531
+0.971099 0.63621 0.727733
+0.979797 0.651804 0.735531
+0.988296 0.666819 0.743923
+0.996765 0.68159 0.753506
+1 0.698268 0.764248
+1 0.717098 0.776837
+1 0.736477 0.791211
+1 0.756313 0.80708
+0.132189 0.201999 0.586267
+0.134142 0.206455 0.585107
+0.134691 0.208148 0.583169
+0.140185 0.209308 0.582452
+0.168765 0.212345 0.587564
+0.203265 0.217502 0.595407
+0.239963 0.22295 0.599405
+0.274784 0.228321 0.598245
+0.309728 0.236164 0.598093
+0.345449 0.247211 0.599496
+0.381064 0.260975 0.60235
+0.417655 0.278004 0.606714
+0.455375 0.298192 0.613321
+0.493767 0.32018 0.62118
+0.534203 0.343999 0.630976
+0.575967 0.368124 0.6421
+0.620996 0.392569 0.654582
+0.66891 0.416251 0.667674
+0.710567 0.446372 0.671901
+0.753521 0.476905 0.676509
+0.797208 0.506706 0.680949
+0.842206 0.535409 0.685512
+0.891493 0.563882 0.691417
+0.947417 0.592538 0.699428
+0.956069 0.608728 0.705089
+0.964416 0.624094 0.711421
+0.972442 0.638651 0.718227
+0.98027 0.652659 0.72575
+0.988113 0.666499 0.73434
+0.996323 0.680812 0.744549
+1 0.697246 0.756054
+1 0.715724 0.76936
+1 0.735393 0.784848
+0.1514 0.243565 0.578775
+0.152895 0.246769 0.57789
+0.153124 0.247669 0.576059
+0.158083 0.2477 0.575128
+0.182177 0.2495 0.579843
+0.210376 0.252155 0.586404
+0.243534 0.256657 0.595956
+0.277638 0.261112 0.600626
+0.310842 0.265431 0.599725
+0.344381 0.272068 0.599786
+0.378866 0.281697 0.601236
+0.414115 0.293904 0.60415
+0.450202 0.308949 0.608835
+0.488014 0.326848 0.615549
+0.526711 0.346273 0.623621
+0.567819 0.367315 0.633219
+0.611337 0.3888 0.644297
+0.658412 0.410834 0.65655
+0.698512 0.439338 0.660151
+0.739528 0.46836 0.663615
+0.780377 0.496483 0.667262
+0.821149 0.523171 0.670878
+0.863767 0.54905 0.675425
+0.910536 0.574624 0.681819
+0.949889 0.597238 0.689326
+0.957549 0.61149 0.694835
+0.964965 0.625116 0.70106
+0.972412 0.638621 0.708309
+0.979873 0.651957 0.716381
+0.987442 0.665324 0.725521
+0.995499 0.679377 0.736049
+1 0.695506 0.748272
+1 0.714611 0.763012
+0.171191 0.283909 0.571832
+0.170916 0.283589 0.570825
+0.170947 0.283955 0.569329
+0.177554 0.283665 0.569345
+0.198016 0.284245 0.573785
+0.220539 0.285649 0.579278
+0.247929 0.288045 0.587182
+0.279469 0.291814 0.598032
+0.312169 0.295415 0.602991
+0.344366 0.298924 0.602045
+0.377447 0.30454 0.602182
+0.411719 0.312901 0.604028
+0.446601 0.32343 0.606943
+0.482918 0.33669 0.611749
+0.520775 0.351965 0.617914
+0.560449 0.369009 0.625788
+0.603235 0.387625 0.635782
+0.648234 0.406607 0.645945
+0.687099 0.433478 0.648264
+0.725689 0.460426 0.650599
+0.763577 0.486534 0.653132
+0.801282 0.51165 0.656123
+0.838392 0.535058 0.659815
+0.876616 0.557443 0.664515
+0.918547 0.579644 0.670954
+0.950622 0.598627 0.678111
+0.957458 0.611353 0.683711
+0.964416 0.624155 0.690394
+0.971588 0.63714 0.698375
+0.978897 0.650233 0.707271
+0.986694 0.664027 0.71751
+0.995193 0.678859 0.729625
+1 0.695827 0.743404
+0.189822 0.320287 0.566018
+0.188113 0.317372 0.564462
+0.188067 0.317494 0.563317
+0.198413 0.317632 0.565042
+0.215686 0.317739 0.568917
+0.233402 0.317723 0.57322
+0.255741 0.318944 0.580026
+0.281956 0.320974 0.589136
+0.312215 0.324163 0.601129
+0.344381 0.326925 0.606699
+0.376379 0.32961 0.605737
+0.40972 0.334188 0.605798
+0.443854 0.340993 0.607324
+0.479149 0.349783 0.609934
+0.515816 0.360998 0.614572
+0.554742 0.37409 0.6206
+0.596307 0.388968 0.628672
+0.640024 0.405203 0.636881
+0.676371 0.429038 0.637095
+0.712703 0.453864 0.638239
+0.747784 0.477821 0.639338
+0.781125 0.500175 0.640848
+0.813581 0.521233 0.64329
+0.845655 0.541009 0.646616
+0.878401 0.559915 0.651347
+0.915068 0.579324 0.658305
+0.950454 0.598352 0.667079
+0.957092 0.610712 0.673732
+0.963912 0.62324 0.681437
+0.971145 0.636347 0.690455
+0.978775 0.650034 0.700648
+0.987015 0.664591 0.712306
+0.99588 0.680049 0.725567
+0.207309 0.353475 0.5608
+0.205127 0.349752 0.559182
+0.204837 0.349264 0.557916
+0.219837 0.350118 0.561807
+0.23473 0.349859 0.565408
+0.248829 0.349264 0.56907
+0.266026 0.349401 0.574426
+0.287266 0.350134 0.581827
+0.312612 0.351797 0.592065
+0.342504 0.354437 0.60589
+0.375021 0.356176 0.611322
+0.407584 0.357763 0.609979
+0.441505 0.361212 0.610101
+0.476112 0.366247 0.611032
+0.512322 0.373266 0.613397
+0.55053 0.382498 0.61767
+0.590204 0.393225 0.62269
+0.632547 0.407019 0.628931
+0.667002 0.427268 0.6271
+0.700771 0.449012 0.625864
+0.732723 0.470451 0.625605
+0.762219 0.490166 0.625635
+0.789975 0.5084 0.626413
+0.816739 0.52549 0.62855
+0.844373 0.542397 0.632609
+0.874311 0.559686 0.638483
+0.908721 0.578058 0.646738
+0.950484 0.598428 0.657908
+0.957198 0.610925 0.665797
+0.964279 0.623926 0.674922
+0.971969 0.637858 0.685496
+0.980056 0.652293 0.697047
+0.988708 0.667567 0.710033
+0.224033 0.384512 0.556023
+0.222126 0.381262 0.55494
+0.222614 0.379751 0.554192
+0.240726 0.380865 0.559625
+0.254673 0.380987 0.563561
+0.266072 0.380056 0.566384
+0.278462 0.379095 0.569818
+0.294881 0.37911 0.575631
+0.315267 0.379553 0.58378
+0.340154 0.380774 0.595392
+0.370657 0.38291 0.611414
+0.403723 0.382437 0.616098
+0.437156 0.382712 0.613886
+0.47219 0.384604 0.613001
+0.508003 0.387976 0.613153
+0.545571 0.393637 0.615152
+0.585412 0.401205 0.618418
+0.626535 0.411582 0.622049
+0.659342 0.429511 0.617746
+0.690089 0.44744 0.614282
+0.718105 0.464561 0.611658
+0.744305 0.481834 0.610529
+0.767926 0.497368 0.610086
+0.791058 0.512367 0.611383
+0.815534 0.527825 0.614923
+0.841321 0.543481 0.620188
+0.870619 0.560327 0.627726
+0.906142 0.579232 0.638178
+0.950973 0.600534 0.651606
+0.958755 0.613794 0.661158
+0.966247 0.627512 0.671748
+0.974441 0.642283 0.683879
+0.983001 0.657526 0.696895
+0.239887 0.413489 0.551766
+0.2383 0.410773 0.550896
+0.243854 0.409644 0.552209
+0.261891 0.410986 0.558297
+0.274479 0.410803 0.562158
+0.283772 0.409827 0.564874
+0.292607 0.408392 0.567102
+0.304311 0.407477 0.570703
+0.319966 0.407324 0.576974
+0.339773 0.40763 0.585977
+0.365011 0.408499 0.599008
+0.393545 0.406439 0.612909
+0.42829 0.404227 0.617075
+0.464881 0.404074 0.615106
+0.502129 0.405005 0.613855
+0.540963 0.407538 0.613916
+0.581659 0.412192 0.615824
+0.621073 0.420783 0.615305
+0.653239 0.434607 0.609751
+0.681208 0.449928 0.603876
+0.705409 0.463981 0.598733
+0.727031 0.476997 0.595376
+0.747707 0.489693 0.59411
+0.768475 0.502358 0.594827
+0.790631 0.516335 0.598123
+0.815457 0.53167 0.603967
+0.842832 0.547906 0.61178
+0.874708 0.565774 0.62208
+0.912566 0.585367 0.634592
+0.954696 0.606317 0.649378
+0.961944 0.619654 0.659907
+0.969955 0.634241 0.671946
+0.978424 0.649424 0.685054
+0.255497 0.441489 0.548653
+0.25417 0.438865 0.547784
+0.267399 0.439261 0.552529
+0.283162 0.440558 0.558328
+0.294011 0.440391 0.561898
+0.301442 0.439323 0.563928
+0.307668 0.437552 0.565179
+0.315435 0.435981 0.5673
+0.326696 0.435218 0.571664
+0.341604 0.434836 0.578256
+0.361349 0.435096 0.588357
+0.385519 0.432975 0.599435
+0.416251 0.429908 0.610681
+0.453681 0.428138 0.607416
+0.491829 0.427878 0.604791
+0.52961 0.429053 0.602594
+0.568246 0.432258 0.601068
+0.607141 0.438331 0.600656
+0.642298 0.446693 0.597482
+0.671717 0.456367 0.591989
+0.69424 0.467002 0.586221
+0.712703 0.477699 0.58175
+0.731151 0.488518 0.580087
+0.750927 0.500099 0.581308
+0.772686 0.512581 0.585016
+0.796353 0.525979 0.590707
+0.822858 0.540719 0.598535
+0.852628 0.557473 0.608545
+0.886717 0.575784 0.620737
+0.928801 0.596475 0.635721
+0.959365 0.614939 0.650141
+0.967071 0.629007 0.662028
+0.975296 0.643839 0.675105
+0.271061 0.468956 0.546929
+0.278141 0.46833 0.549462
+0.291051 0.469184 0.554376
+0.304219 0.47039 0.559609
+0.312932 0.470069 0.562692
+0.318746 0.468971 0.564248
+0.322896 0.467018 0.564706
+0.327535 0.464958 0.565362
+0.334646 0.463401 0.567559
+0.345205 0.462684 0.572091
+0.35964 0.462028 0.578561
+0.379065 0.460227 0.586923
+0.405997 0.457771 0.595834
+0.442329 0.455314 0.592691
+0.479393 0.453803 0.589975
+0.517418 0.453727 0.587991
+0.555398 0.4551 0.586633
+0.593545 0.458778 0.585931
+0.626719 0.464836 0.581628
+0.65185 0.472053 0.575143
+0.672236 0.479515 0.56997
+0.692348 0.487465 0.567788
+0.713695 0.495659 0.568002
+0.737148 0.504585 0.570382
+0.761349 0.515114 0.574807
+0.784527 0.527489 0.580865
+0.809918 0.540963 0.588678
+0.838163 0.555749 0.598321
+0.869963 0.571756 0.609751
+0.90782 0.590356 0.623896
+0.956588 0.612467 0.641581
+0.965591 0.626352 0.653651
+0.973465 0.640558 0.666438
+0.295537 0.49868 0.550729
+0.305104 0.499199 0.554528
+0.314336 0.499519 0.558038
+0.324346 0.500664 0.562188
+0.330587 0.500282 0.56408
+0.334478 0.498848 0.564706
+0.337072 0.49691 0.564584
+0.339376 0.494575 0.564157
+0.343221 0.49247 0.564767
+0.34966 0.491203 0.567056
+0.359976 0.489799 0.570672
+0.374807 0.488167 0.576288
+0.39765 0.486259 0.581262
+0.432517 0.483391 0.578241
+0.468681 0.481041 0.575479
+0.505623 0.479927 0.573587
+0.542992 0.479866 0.57232
+0.580667 0.481468 0.571725
+0.61001 0.485832 0.565972
+0.630777 0.491768 0.559457
+0.65005 0.497673 0.556359
+0.671305 0.503868 0.556329
+0.694865 0.510781 0.558587
+0.719661 0.518166 0.562234
+0.745846 0.52636 0.567147
+0.774121 0.535698 0.573587
+0.803311 0.545892 0.580972
+0.830182 0.559258 0.590631
+0.860685 0.574197 0.602243
+0.895338 0.590433 0.615427
+0.938354 0.609079 0.631174
+0.96553 0.62623 0.646418
+0.973022 0.63978 0.659037
+0.325841 0.531365 0.558999
+0.330755 0.531197 0.560723
+0.336156 0.531121 0.562509
+0.342061 0.531472 0.56466
+0.346075 0.530968 0.565942
+0.34815 0.529305 0.565667
+0.348989 0.527077 0.564431
+0.349676 0.524712 0.56318
+0.350805 0.52221 0.562097
+0.35407 0.52015 0.562036
+0.361532 0.518654 0.563546
+0.371633 0.517342 0.566445
+0.392355 0.515129 0.567605
+0.425376 0.51194 0.564858
+0.459678 0.509071 0.562356
+0.495186 0.506935 0.560128
+0.531807 0.505989 0.55877
+0.56791 0.506233 0.557412
+0.590677 0.510079 0.550118
+0.610498 0.514534 0.547326
+0.633051 0.518898 0.547982
+0.657191 0.523537 0.550057
+0.682322 0.528939 0.553597
+0.708217 0.535027 0.55787
+0.73489 0.541817 0.562875
+0.762829 0.549462 0.569024
+0.792721 0.558221 0.576471
+0.82504 0.567727 0.584756
+0.856107 0.579873 0.595407
+0.88922 0.59498 0.608942
+0.928801 0.611933 0.624552
+0.967346 0.629557 0.641123
+0.973861 0.641291 0.652644
+0.352041 0.565301 0.567605
+0.352407 0.564111 0.566888
+0.354513 0.563684 0.566964
+0.356832 0.563302 0.567147
+0.357961 0.562081 0.566476
+0.358343 0.560403 0.565347
+0.357733 0.557809 0.563317
+0.356771 0.554955 0.560998
+0.357351 0.552499 0.559182
+0.359472 0.55024 0.557687
+0.363134 0.548562 0.556954
+0.368841 0.547662 0.557351
+0.3906 0.544579 0.555123
+0.42031 0.540871 0.551995
+0.452689 0.537728 0.549432
+0.486564 0.534874 0.547143
+0.521584 0.532769 0.545602
+0.553323 0.532982 0.542565
+0.57528 0.5355 0.54168
+0.599435 0.537926 0.542565
+0.624399 0.541054 0.544381
+0.649332 0.544564 0.546746
+0.674754 0.54873 0.54992
+0.700786 0.553628 0.553979
+0.727657 0.559457 0.559136
+0.755383 0.56585 0.565042
+0.784649 0.573144 0.572
+0.816022 0.581384 0.580087
+0.850462 0.590387 0.589105
+0.885191 0.601938 0.600839
+0.922042 0.617319 0.616541
+0.970657 0.635935 0.635554
+0.976532 0.646082 0.646159
+0.377172 0.597787 0.573007
+0.376242 0.59585 0.570413
+0.378134 0.59556 0.569345
+0.379294 0.594766 0.567956
+0.37937 0.593133 0.565866
+0.378759 0.590967 0.563333
+0.377523 0.588312 0.560662
+0.375708 0.585092 0.557717
+0.374777 0.581964 0.554543
+0.375631 0.579644 0.551873
+0.377386 0.577478 0.548989
+0.38056 0.575936 0.546181
+0.392462 0.574136 0.543481
+0.418723 0.570169 0.540017
+0.447913 0.566445 0.537118
+0.479606 0.563317 0.535241
+0.513039 0.560464 0.533562
+0.547539 0.558404 0.532723
+0.577859 0.558221 0.53756
+0.601541 0.55964 0.544366
+0.62536 0.562081 0.546334
+0.649424 0.565469 0.547478
+0.673808 0.569085 0.549493
+0.699001 0.57322 0.552956
+0.725368 0.578149 0.557717
+0.752682 0.583703 0.563409
+0.781292 0.589914 0.570092
+0.812543 0.597147 0.578058
+0.846113 0.605035 0.586892
+0.880491 0.615015 0.598306
+0.916075 0.628534 0.613855
+0.963226 0.645411 0.632959
+0.97586 0.655985 0.644739
+0.402136 0.630045 0.577462
+0.401495 0.628275 0.573816
+0.402899 0.627634 0.571206
+0.403449 0.626459 0.568582
+0.403021 0.624445 0.565515
+0.401923 0.621866 0.562112
+0.400443 0.619043 0.558724
+0.398337 0.615595 0.554864
+0.396063 0.611963 0.55082
+0.395544 0.608804 0.546822
+0.396445 0.606394 0.54287
+0.398383 0.604242 0.538323
+0.401831 0.602823 0.533303
+0.420554 0.599588 0.52961
+0.446326 0.595544 0.526635
+0.475166 0.59173 0.524071
+0.506188 0.588739 0.522286
+0.538918 0.585992 0.521309
+0.573312 0.583917 0.521355
+0.607034 0.583139 0.525628
+0.632273 0.584161 0.534874
+0.655711 0.585916 0.545968
+0.680034 0.588937 0.552682
+0.704997 0.592477 0.557687
+0.730297 0.596765 0.562112
+0.756771 0.601968 0.566995
+0.784543 0.607599 0.572488
+0.814374 0.613901 0.579232
+0.847135 0.621042 0.587472
+0.881285 0.630213 0.598856
+0.916274 0.642405 0.614359
+0.962371 0.65774 0.63331
+0.976104 0.66772 0.645045
+0.426551 0.662043 0.581827
+0.4271 0.661173 0.577676
+0.427893 0.660182 0.573556
+0.427726 0.658381 0.569345
+0.4271 0.656336 0.565393
+0.425666 0.653498 0.561196
+0.423697 0.650156 0.556878
+0.421439 0.646586 0.552666
+0.418906 0.642741 0.54847
+0.416632 0.638819 0.543954
+0.416464 0.635782 0.539055
+0.417334 0.633127 0.533425
+0.41944 0.631037 0.52694
+0.42565 0.629175 0.519829
+0.448066 0.62501 0.516899
+0.473426 0.620905 0.51426
+0.501686 0.617105 0.512337
+0.532555 0.613962 0.511574
+0.564874 0.611261 0.511421
+0.599039 0.609232 0.512505
+0.633448 0.608423 0.517296
+0.66273 0.608927 0.526513
+0.687694 0.610773 0.536767
+0.712383 0.613291 0.54995
+0.737652 0.616495 0.560388
+0.764202 0.6206 0.568765
+0.792584 0.625727 0.576867
+0.822965 0.631388 0.584802
+0.856001 0.637827 0.592966
+0.889921 0.646647 0.604486
+0.925505 0.658259 0.620005
+0.971893 0.672724 0.638666
+0.977798 0.680812 0.647944
+0.451408 0.695018 0.586511
+0.452674 0.694499 0.581445
+0.453071 0.693248 0.576272
+0.452506 0.691173 0.571115
+0.451331 0.688563 0.566079
+0.449836 0.685756 0.561364
+0.447669 0.682231 0.556527
+0.44506 0.678279 0.551675
+0.44239 0.674311 0.547082
+0.43946 0.670008 0.542138
+0.437537 0.665949 0.536629
+0.437476 0.662852 0.530785
+0.438315 0.660044 0.52372
+0.440574 0.657923 0.515053
+0.452903 0.654719 0.508949
+0.474937 0.650446 0.50631
+0.500053 0.646265 0.504097
+0.527977 0.642588 0.502831
+0.558495 0.639307 0.502602
+0.590738 0.63653 0.503594
+0.624491 0.634562 0.506264
+0.659571 0.633677 0.512352
+0.691402 0.633967 0.522103
+0.7196 0.63563 0.533104
+0.746227 0.638422 0.545022
+0.772992 0.641382 0.559045
+0.801358 0.645136 0.572351
+0.832364 0.650172 0.583871
+0.86627 0.655833 0.594522
+0.899962 0.664332 0.609567
+0.938704 0.675486 0.627131
+0.975662 0.687297 0.643961
+0.980636 0.69456 0.652949
+0.478233 0.730114 0.592706
+0.478874 0.729076 0.586404
+0.478569 0.727199 0.580133
+0.477836 0.725032 0.574212
+0.476295 0.722057 0.568338
+0.474327 0.718685 0.562768
+0.472084 0.715099 0.557504
+0.469337 0.710994 0.552239
+0.466346 0.70663 0.547036
+0.463249 0.702159 0.541909
+0.459968 0.697368 0.536324
+0.458549 0.693339 0.530053
+0.458396 0.689952 0.522881
+0.459419 0.687175 0.51426
+0.461814 0.684993 0.503151
+0.479805 0.680461 0.500191
+0.501411 0.67599 0.497795
+0.526238 0.671794 0.495964
+0.553826 0.667933 0.495644
+0.584115 0.664775 0.496529
+0.616236 0.661982 0.498787
+0.650065 0.660075 0.503044
+0.685313 0.659159 0.510307
+0.719524 0.659236 0.521187
+0.751186 0.6607 0.533562
+0.781308 0.663584 0.546273
+0.810941 0.666941 0.559518
+0.842725 0.67068 0.574746
+0.874891 0.676555 0.593774
+0.90985 0.684199 0.612375
+0.951705 0.694377 0.632044
+0.977401 0.703487 0.646906
+0.982651 0.710033 0.656397
+0.505302 0.766247 0.600229
+0.50573 0.765194 0.593088
+0.505043 0.762951 0.585733
+0.503746 0.760159 0.57882
+0.502159 0.757183 0.572519
+0.499809 0.753353 0.566232
+0.497139 0.749203 0.560403
+0.494331 0.745007 0.555032
+0.491005 0.740154 0.549462
+0.487526 0.735164 0.543984
+0.484154 0.730297 0.538277
+0.480949 0.725261 0.531456
+0.479744 0.721157 0.524239
+0.479667 0.717693 0.515831
+0.480659 0.714672 0.50544
+0.487831 0.711284 0.496468
+0.506035 0.706538 0.493904
+0.527443 0.701885 0.491966
+0.552056 0.697551 0.491005
+0.579858 0.693767 0.49131
+0.609628 0.690517 0.493141
+0.641642 0.687739 0.496818
+0.675929 0.685969 0.502876
+0.711589 0.684855 0.511635
+0.747631 0.684825 0.523827
+0.782757 0.686244 0.537743
+0.816205 0.68925 0.554314
+0.847822 0.693751 0.573098
+0.881422 0.699535 0.592309
+0.920027 0.706584 0.613245
+0.96788 0.715999 0.636545
+0.978134 0.721309 0.647974
+0.983825 0.727245 0.658335
+0.534005 0.805524 0.61001
+0.533761 0.803754 0.601877
+0.532723 0.801144 0.593927
+0.530999 0.797818 0.586496
+0.528756 0.793973 0.579339
+0.52639 0.790112 0.572839
+0.523507 0.785657 0.566384
+0.520134 0.780636 0.560174
+0.516793 0.775708 0.554482
+0.512978 0.77023 0.548684
+0.509041 0.764569 0.542596
+0.505364 0.759213 0.536126
+0.502464 0.753948 0.528618
+0.501152 0.749508 0.520424
+0.501122 0.745968 0.510689
+0.504662 0.742077 0.500786
+0.517952 0.736934 0.497337
+0.534813 0.732372 0.494453
+0.554925 0.72784 0.491691
+0.578164 0.723766 0.489418
+0.605509 0.720027 0.490425
+0.635248 0.716594 0.493416
+0.667094 0.713893 0.498268
+0.701869 0.712016 0.505837
+0.738537 0.710979 0.516243
+0.776379 0.710979 0.529732
+0.813352 0.712825 0.550851
+0.849805 0.71632 0.572534
+0.887663 0.721569 0.593866
+0.929885 0.728893 0.615839
+0.972717 0.737591 0.637491
+0.978286 0.741863 0.647883
+0.984695 0.747158 0.659663
+0.564675 0.848798 0.623087
+0.563897 0.846418 0.614374
+0.562234 0.842985 0.605722
+0.560265 0.839323 0.597681
+0.557626 0.834882 0.590036
+0.554635 0.830091 0.582818
+0.551354 0.82501 0.575982
+0.547662 0.819425 0.569406
+0.543679 0.813504 0.563134
+0.539803 0.807828 0.557168
+0.5355 0.801572 0.550881
+0.531106 0.795178 0.543923
+0.527138 0.789303 0.536248
+0.524544 0.783871 0.528084
+0.525872 0.778256 0.521553
+0.53225 0.772671 0.5178
+0.541238 0.767056 0.514138
+0.553307 0.761761 0.510811
+0.568811 0.757153 0.508125
+0.587518 0.752621 0.505638
+0.60914 0.74876 0.503822
+0.633997 0.745708 0.502785
+0.661936 0.742901 0.502083
+0.693233 0.740658 0.503136
+0.728496 0.738872 0.512093
+0.7664 0.737743 0.524025
+0.805035 0.737819 0.545342
+0.845243 0.740078 0.569574
+0.887572 0.744228 0.593576
+0.935515 0.750835 0.618555
+0.974426 0.758633 0.640192
+0.979965 0.763378 0.650584
+0.985977 0.768795 0.661738
+0.59942 0.899794 0.641505
+0.597879 0.896345 0.632227
+0.595392 0.891691 0.622858
+0.592798 0.887068 0.614298
+0.589639 0.881773 0.606195
+0.585855 0.875685 0.59826
+0.582071 0.869703 0.590951
+0.577707 0.862974 0.583658
+0.573159 0.856092 0.576715
+0.56849 0.849104 0.570062
+0.56405 0.842084 0.56376
+0.561288 0.834852 0.558785
+0.559411 0.827787 0.553918
+0.558572 0.820752 0.549081
+0.559228 0.813794 0.544289
+0.561929 0.807034 0.539635
+0.567239 0.800885 0.535454
+0.575097 0.794797 0.531365
+0.586069 0.788998 0.52752
+0.600427 0.783993 0.5243
+0.617792 0.779339 0.52163
+0.638453 0.775372 0.520043
+0.662379 0.772396 0.519356
+0.68957 0.769741 0.519081
+0.720317 0.767803 0.519432
+0.755932 0.766659 0.521294
+0.795316 0.765301 0.539544
+0.836271 0.765591 0.564874
+0.880781 0.768444 0.590707
+0.932525 0.773663 0.618235
+0.975998 0.78056 0.642588
+0.98172 0.785107 0.653452
+0.98764 0.790539 0.66453
+0.642237 0.965972 0.669627
+0.639765 0.961013 0.659846
+0.636057 0.954284 0.649699
+0.631876 0.947036 0.639979
+0.627573 0.939757 0.630884
+0.623316 0.93164 0.622614
+0.621271 0.923156 0.617227
+0.618479 0.914717 0.611811
+0.614984 0.906111 0.606241
+0.610773 0.897063 0.60032
+0.606424 0.888441 0.594644
+0.602045 0.879545 0.588724
+0.598306 0.870893 0.58294
+0.59559 0.862593 0.577371
+0.594263 0.854749 0.572106
+0.594202 0.846906 0.566827
+0.596185 0.839567 0.561929
+0.600504 0.832517 0.557229
+0.607355 0.825833 0.552834
+0.617334 0.819562 0.548775
+0.630747 0.81416 0.545373
+0.647196 0.809049 0.542245
+0.667124 0.804578 0.539635
+0.69041 0.800977 0.537697
+0.717083 0.798398 0.537682
+0.748089 0.796445 0.538354
+0.784482 0.795529 0.539757
+0.825742 0.794324 0.559579
+0.870726 0.794888 0.586572
+0.923095 0.798474 0.615457
+0.977447 0.804761 0.644617
+0.983001 0.808377 0.655329
+0.988922 0.813581 0.66656
+0.660792 0.987564 0.677699
+0.660899 0.987594 0.670283
+0.660761 0.987518 0.663462
+0.662928 0.987259 0.660182
+0.6663 0.986893 0.659342
+0.668681 0.986496 0.658442
+0.670024 0.986023 0.657374
+0.670008 0.984222 0.655528
+0.664103 0.971664 0.647791
+0.657755 0.959091 0.639948
+0.651102 0.946517 0.632029
+0.645106 0.935134 0.624781
+0.639353 0.923781 0.617502
+0.634348 0.912779 0.610407
+0.630716 0.902876 0.603983
+0.628199 0.893156 0.59765
+0.627268 0.883818 0.591562
+0.628717 0.875685 0.586252
+0.632166 0.867506 0.580957
+0.638346 0.859876 0.576059
+0.6477 0.853254 0.571878
+0.660304 0.847059 0.568078
+0.676097 0.841489 0.564736
+0.695628 0.836942 0.562188
+0.718685 0.832685 0.559899
+0.745342 0.829343 0.558267
+0.776852 0.827497 0.559091
+0.815122 0.826444 0.560693
+0.859358 0.825452 0.581765
+0.910857 0.826734 0.611505
+0.976959 0.831662 0.645914
+0.984192 0.834485 0.656931
+0.989715 0.838788 0.667643
+0.670222 0.991974 0.677363
+0.670863 0.991943 0.670161
+0.676539 0.991623 0.669444
+0.680705 0.991302 0.668711
+0.683467 0.990875 0.66775
+0.685237 0.990402 0.666697
+0.68632 0.989914 0.665629
+0.686641 0.989334 0.664378
+0.686458 0.988739 0.663066
+0.685939 0.988128 0.661723
+0.685023 0.987457 0.660288
+0.683925 0.98677 0.658793
+0.683131 0.986114 0.657374
+0.68014 0.980484 0.653193
+0.672999 0.965377 0.643824
+0.667582 0.951919 0.635431
+0.663569 0.9393 0.627497
+0.661372 0.927565 0.620096
+0.661707 0.917433 0.613718
+0.66421 0.907652 0.607569
+0.669596 0.898787 0.602045
+0.678325 0.891203 0.597406
+0.690089 0.884062 0.593118
+0.705486 0.877653 0.589395
+0.724697 0.872526 0.586587
+0.747753 0.867887 0.584161
+0.775006 0.864057 0.58233
+0.807797 0.861723 0.582055
+0.848249 0.860517 0.583795
+0.89752 0.859678 0.606775
+0.959411 0.861814 0.640604
+0.985702 0.864698 0.658885
+0.990402 0.867399 0.66833
+0.68275 0.996506 0.67982
+0.689616 0.996231 0.67921
+0.694575 0.99585 0.67837
+0.698039 0.995407 0.677394
+0.700465 0.994965 0.676432
+0.701808 0.99443 0.675273
+0.702403 0.993866 0.674037
+0.702525 0.993301 0.672801
+0.701961 0.992645 0.671382
+0.70106 0.991958 0.669932
+0.699962 0.991287 0.668467
+0.698528 0.990555 0.66688
+0.697185 0.989822 0.665293
+0.696208 0.989136 0.663783
+0.695598 0.988418 0.662242
+0.695521 0.987747 0.660746
+0.6963 0.987121 0.659358
+0.697978 0.986526 0.65803
+0.700084 0.984298 0.655879
+0.698329 0.970001 0.647196
+0.69926 0.957229 0.63946
+0.703304 0.945937 0.632654
+0.711025 0.936492 0.627054
+0.721859 0.927657 0.621881
+0.736584 0.919875 0.617472
+0.755505 0.913802 0.614221
+0.778485 0.908385 0.611475
+0.806836 0.903807 0.609354
+0.841474 0.900847 0.608316
+0.885588 0.899519 0.610117
+0.943465 0.898878 0.636271
+0.987793 0.900023 0.661585
+0.991714 0.90219 0.669947
+0.70602 1 0.693187
+0.711055 1 0.691218
+0.713741 1 0.688334
+0.716045 0.99968 0.686488
+0.717922 0.999146 0.685344
+0.718959 0.998596 0.684153
+0.719188 0.997971 0.682826
+0.718853 0.99733 0.681437
+0.718029 0.996658 0.679973
+0.716838 0.995956 0.678462
+0.715267 0.995193 0.676829
+0.713619 0.994461 0.675242
+0.711788 0.993683 0.673548
+0.710277 0.99292 0.671916
+0.709133 0.992172 0.670298
+0.708385 0.991424 0.66865
+0.708339 0.990707 0.667094
+0.709239 0.990082 0.665705
+0.711055 0.989456 0.664302
+0.714214 0.988922 0.66305
+0.71902 0.988479 0.661997
+0.725673 0.988128 0.661097
+0.734493 0.987915 0.660441
+0.745968 0.987869 0.660105
+0.758389 0.983932 0.657771
+0.771801 0.973693 0.65211
+0.790036 0.965316 0.647684
+0.813062 0.958083 0.644068
+0.841535 0.951339 0.640818
+0.878752 0.947692 0.639658
+0.928954 0.945769 0.641001
+0.991836 0.945418 0.667689
+0.994003 0.946242 0.672984
+0.741848 1 0.720653
+0.745495 1 0.718181
+0.747768 1 0.715434
+0.748363 1 0.712154
+0.747799 1 0.708598
+0.746517 1 0.704952
+0.744045 1 0.70071
+0.740963 1 0.6963
+0.737453 1 0.691814
+0.733379 0.999954 0.687083
+0.731426 0.999176 0.685389
+0.729397 0.998398 0.683711
+0.727184 0.997589 0.681956
+0.725124 0.996765 0.680201
+0.723415 0.995972 0.678477
+0.722103 0.995193 0.676768
+0.721263 0.9944 0.675044
+0.721309 0.993683 0.673487
+0.722179 0.992996 0.671962
+0.724224 0.99234 0.670512
+0.727733 0.991806 0.669261
+0.732921 0.991333 0.668162
+0.740124 0.990951 0.667201
+0.749737 0.990738 0.66656
+0.761913 0.990616 0.666087
+0.776989 0.990677 0.665949
+0.795468 0.990936 0.666163
+0.817945 0.991379 0.666728
+0.844862 0.992035 0.667643
+0.878309 0.992981 0.669078
+0.921736 0.994293 0.671046
+0.984771 0.996628 0.675166
+0.997681 0.997681 0.678309
+0.779599 1 0.750332
+0.782528 1 0.747707
+0.783719 1 0.744396
+0.784009 1 0.741146
+0.782834 1 0.737316
+0.780667 1 0.73315
+0.778042 1 0.729
+0.774365 1 0.724254
+0.770153 1 0.719326
+0.765774 1 0.714443
+0.760616 1 0.709026
+0.755261 1 0.703563
+0.749935 1 0.698177
+0.744396 1 0.692515
+0.739315 0.999954 0.687083
+0.737377 0.99913 0.685283
+0.735882 0.998306 0.683482
+0.735012 0.997497 0.681727
+0.734981 0.996719 0.680034
+0.735973 0.995987 0.678416
+0.738231 0.995315 0.676936
+0.742168 0.994751 0.675639
+0.74786 0.994247 0.674479
+0.755749 0.993835 0.673457
+0.766262 0.993561 0.672755
+0.779492 0.993408 0.672236
+0.796094 0.993408 0.671977
+0.816693 0.993606 0.672114
+0.84155 0.993973 0.672557
+0.872358 0.994568 0.673381
+0.912154 0.995468 0.674723
+0.967788 0.996811 0.676738
+0.997757 0.997757 0.678584
+0.115114 0.115114 0.707469
+0.113771 0.113771 0.702342
+0.11223 0.11223 0.696437
+0.11487 0.111238 0.690562
+0.15967 0.11693 0.685786
+0.207919 0.124743 0.681605
+0.251575 0.132982 0.677501
+0.291096 0.14136 0.673854
+0.328115 0.149935 0.67042
+0.362692 0.158465 0.667048
+0.398947 0.180209 0.667247
+0.440711 0.224582 0.674983
+0.483574 0.270527 0.686351
+0.527077 0.314305 0.699275
+0.570626 0.354269 0.712566
+0.615488 0.391165 0.726452
+0.661982 0.424826 0.741054
+0.713024 0.456519 0.756695
+0.770291 0.485832 0.77348
+0.825437 0.521996 0.779751
+0.888655 0.560006 0.785016
+0.949737 0.596628 0.792416
+0.9626 0.620554 0.802014
+0.975341 0.643717 0.812467
+0.988144 0.666484 0.824567
+1 0.689158 0.837461
+1 0.716625 0.848783
+1 0.743679 0.862654
+1 0.770642 0.879347
+1 0.79765 0.898802
+1 0.826185 0.922545
+1 0.856291 0.951293
+1 0.888533 0.986542
+0.109483 0.109483 0.686
+0.108354 0.108354 0.681727
+0.107073 0.107073 0.676844
+0.10927 0.106172 0.671595
+0.151598 0.11165 0.66775
+0.197925 0.11928 0.664668
+0.241398 0.127565 0.661372
+0.281498 0.136141 0.658274
+0.318441 0.145251 0.655436
+0.355718 0.165026 0.655329
+0.396307 0.201114 0.660578
+0.436881 0.238956 0.66833
+0.478431 0.278584 0.678187
+0.520668 0.317388 0.690089
+0.563531 0.35404 0.702617
+0.607156 0.388144 0.715999
+0.653803 0.420813 0.730526
+0.703655 0.451087 0.745754
+0.759564 0.479332 0.761913
+0.812619 0.514748 0.7682
+0.871687 0.551293 0.773388
+0.946624 0.590768 0.779339
+0.959121 0.614176 0.788495
+0.971466 0.636744 0.797971
+0.98378 0.658793 0.808392
+0.995972 0.680201 0.820264
+1 0.704738 0.831617
+1 0.730663 0.844083
+1 0.755947 0.858793
+1 0.781155 0.87599
+1 0.807614 0.896361
+1 0.83444 0.91957
+1 0.863416 0.948013
+0.104326 0.104326 0.666392
+0.103334 0.103334 0.662638
+0.102449 0.102449 0.659266
+0.104631 0.101778 0.655024
+0.143771 0.106859 0.651621
+0.188342 0.114351 0.648646
+0.232166 0.124025 0.646342
+0.272755 0.136889 0.644678
+0.312444 0.157702 0.645136
+0.352193 0.185031 0.64828
+0.39115 0.214237 0.652583
+0.431052 0.247517 0.659541
+0.471946 0.282841 0.669123
+0.513085 0.317693 0.679973
+0.555322 0.351858 0.692332
+0.598627 0.384329 0.705165
+0.644083 0.415137 0.718761
+0.693324 0.444602 0.733913
+0.748074 0.472145 0.749981
+0.798642 0.506371 0.755764
+0.855009 0.542184 0.760998
+0.922988 0.579553 0.766491
+0.955337 0.607202 0.774395
+0.967407 0.629419 0.783276
+0.979126 0.650538 0.792554
+0.990631 0.670863 0.80264
+1 0.691951 0.814038
+1 0.71664 0.825559
+1 0.740337 0.838437
+1 0.764065 0.853605
+1 0.788388 0.871122
+1 0.812924 0.890852
+1 0.838712 0.91397
+0.102083 0.106355 0.649271
+0.103471 0.111574 0.646662
+0.104356 0.115496 0.643519
+0.107805 0.120165 0.640726
+0.145174 0.127977 0.641291
+0.187137 0.136324 0.639155
+0.229297 0.148074 0.637797
+0.269993 0.162951 0.637781
+0.309331 0.180591 0.638529
+0.347585 0.201755 0.640726
+0.386236 0.227283 0.645228
+0.425376 0.255848 0.651484
+0.464759 0.286183 0.660029
+0.505394 0.31783 0.670161
+0.546273 0.348745 0.681025
+0.589303 0.379614 0.693553
+0.634089 0.409125 0.707073
+0.682673 0.437629 0.721874
+0.736263 0.464439 0.737591
+0.785031 0.497932 0.742824
+0.837491 0.532052 0.747631
+0.898924 0.56759 0.752972
+0.95137 0.599802 0.760098
+0.962829 0.621057 0.768017
+0.974166 0.641657 0.776852
+0.985229 0.661387 0.786007
+0.995987 0.680217 0.796063
+1 0.701686 0.806668
+1 0.724239 0.818235
+1 0.745815 0.831067
+1 0.768063 0.846006
+1 0.790906 0.863432
+1 0.814389 0.883131
+0.117235 0.151888 0.636301
+0.119509 0.158145 0.634379
+0.120562 0.161593 0.631785
+0.122606 0.163653 0.629267
+0.153933 0.169192 0.633249
+0.192798 0.176059 0.635721
+0.231525 0.183062 0.63415
+0.269932 0.192828 0.633295
+0.307332 0.205707 0.6336
+0.344488 0.222141 0.635462
+0.381659 0.241825 0.638743
+0.41944 0.265095 0.644144
+0.457984 0.290867 0.65127
+0.497124 0.318196 0.660029
+0.537865 0.346777 0.670512
+0.579446 0.374945 0.682139
+0.623987 0.40322 0.695186
+0.671458 0.430365 0.709316
+0.723903 0.456184 0.724392
+0.771206 0.489204 0.729839
+0.820981 0.522225 0.734691
+0.877012 0.555978 0.739467
+0.947173 0.591928 0.746059
+0.958083 0.612345 0.752911
+0.968811 0.632013 0.760327
+0.979263 0.650813 0.768612
+0.989349 0.668635 0.777386
+0.999329 0.686015 0.787182
+1 0.706676 0.797391
+1 0.727275 0.809293
+1 0.748135 0.822721
+1 0.768933 0.837598
+1 0.790753 0.854994
+0.135698 0.198276 0.625605
+0.137697 0.203113 0.624125
+0.138293 0.205066 0.62179
+0.140002 0.206195 0.61973
+0.165301 0.209079 0.623011
+0.199619 0.21442 0.629633
+0.236347 0.219928 0.632685
+0.271839 0.226062 0.631571
+0.307042 0.234302 0.631373
+0.342611 0.245624 0.632136
+0.378393 0.260227 0.634516
+0.414847 0.277943 0.638331
+0.451926 0.29868 0.64419
+0.489921 0.32166 0.651423
+0.529046 0.346151 0.660563
+0.570169 0.371908 0.671366
+0.613733 0.39794 0.683497
+0.660441 0.423682 0.697139
+0.711513 0.448295 0.711696
+0.756695 0.479988 0.716411
+0.804608 0.512291 0.720989
+0.85568 0.544137 0.725277
+0.915175 0.576867 0.730678
+0.953292 0.603464 0.737789
+0.963348 0.622065 0.744274
+0.973007 0.639628 0.751156
+0.982483 0.65655 0.75903
+0.99173 0.672816 0.767651
+1 0.688533 0.776806
+1 0.707637 0.787015
+1 0.72726 0.799176
+1 0.746944 0.812741
+1 0.7673 0.82826
+0.154574 0.241032 0.616022
+0.156298 0.244831 0.614923
+0.156573 0.24593 0.612741
+0.158022 0.245731 0.610697
+0.17995 0.247364 0.614176
+0.207874 0.250065 0.619944
+0.241245 0.254749 0.628382
+0.275105 0.259266 0.632136
+0.308553 0.264286 0.631174
+0.341848 0.271366 0.630823
+0.376257 0.281407 0.631952
+0.411154 0.294255 0.634577
+0.446708 0.30988 0.638956
+0.483787 0.328496 0.645045
+0.52166 0.348898 0.652445
+0.561593 0.371069 0.661524
+0.604028 0.394491 0.672984
+0.649851 0.418158 0.685557
+0.699733 0.441382 0.699351
+0.743496 0.471977 0.703349
+0.788022 0.502235 0.706889
+0.83537 0.532586 0.710842
+0.887526 0.562905 0.715358
+0.948165 0.593881 0.72224
+0.957641 0.611597 0.728054
+0.96669 0.628183 0.733989
+0.975402 0.643931 0.740703
+0.983795 0.658885 0.747921
+0.992157 0.673564 0.756222
+1 0.687953 0.765362
+1 0.706065 0.775952
+1 0.725032 0.788739
+1 0.744671 0.803372
+0.172854 0.279744 0.607309
+0.174014 0.28217 0.606607
+0.174273 0.282994 0.605097
+0.176913 0.282414 0.603632
+0.196765 0.282994 0.606897
+0.218845 0.284138 0.611322
+0.246845 0.286778 0.618677
+0.278218 0.290745 0.628336
+0.310399 0.294575 0.63267
+0.342351 0.298604 0.631754
+0.374884 0.304662 0.631846
+0.408377 0.313298 0.633082
+0.442847 0.324605 0.63566
+0.478157 0.338308 0.63978
+0.515435 0.354879 0.646052
+0.55407 0.373251 0.65391
+0.595605 0.3935 0.6636
+0.639948 0.414343 0.674846
+0.688289 0.435462 0.687037
+0.730175 0.464378 0.690471
+0.772564 0.493202 0.693584
+0.816297 0.521706 0.696513
+0.86244 0.549691 0.700298
+0.913558 0.577401 0.705287
+0.951827 0.600793 0.711284
+0.960143 0.616236 0.716487
+0.968017 0.630625 0.722026
+0.975753 0.644587 0.728328
+0.983459 0.658305 0.735866
+0.991287 0.672053 0.744549
+0.999344 0.686061 0.754284
+1 0.703914 0.76611
+1 0.722988 0.77995
+0.191531 0.317205 0.600137
+0.191257 0.316915 0.598947
+0.191104 0.316945 0.597375
+0.197024 0.316823 0.597482
+0.215137 0.316945 0.601022
+0.23299 0.316884 0.60473
+0.255497 0.318074 0.610971
+0.281636 0.320211 0.619058
+0.311604 0.323552 0.629847
+0.342977 0.326741 0.634699
+0.374105 0.329809 0.633555
+0.4065 0.334813 0.633371
+0.439841 0.34229 0.634791
+0.474113 0.351858 0.637308
+0.509758 0.363867 0.641443
+0.547906 0.378607 0.647791
+0.587991 0.39498 0.655756
+0.631647 0.413092 0.666026
+0.678157 0.431479 0.676616
+0.717388 0.457832 0.677852
+0.757778 0.485084 0.679881
+0.797681 0.511315 0.681804
+0.838117 0.536568 0.684215
+0.881102 0.561425 0.687953
+0.92842 0.585824 0.69337
+0.953597 0.60415 0.699153
+0.960876 0.617624 0.704097
+0.967956 0.630564 0.709728
+0.975036 0.64332 0.716289
+0.982391 0.656413 0.724361
+0.990066 0.669932 0.733623
+0.998215 0.684108 0.744335
+1 0.701961 0.757443
+0.209354 0.351736 0.593866
+0.20798 0.349477 0.592294
+0.207736 0.349233 0.591012
+0.218601 0.349233 0.593011
+0.234806 0.34934 0.59675
+0.249332 0.348714 0.599878
+0.266468 0.348531 0.604303
+0.28809 0.349493 0.611215
+0.313176 0.351171 0.620325
+0.342184 0.353902 0.632258
+0.373404 0.356191 0.637507
+0.404593 0.358343 0.636164
+0.437125 0.36228 0.635859
+0.470832 0.368475 0.637125
+0.506004 0.376654 0.639597
+0.542794 0.38732 0.644221
+0.582025 0.399863 0.650294
+0.624063 0.413962 0.658152
+0.669001 0.429892 0.666819
+0.706615 0.453651 0.666407
+0.743664 0.478111 0.666606
+0.780423 0.502235 0.667567
+0.816083 0.524895 0.668589
+0.85156 0.546304 0.670619
+0.889067 0.567376 0.674479
+0.930159 0.588205 0.680018
+0.953735 0.604425 0.685832
+0.960464 0.616876 0.691386
+0.967193 0.629191 0.697902
+0.974182 0.641794 0.705638
+0.981704 0.655207 0.714916
+0.989609 0.669123 0.725368
+0.998184 0.684031 0.737575
+0.226047 0.383322 0.587976
+0.224186 0.380163 0.586618
+0.224048 0.379629 0.585519
+0.240635 0.380407 0.589776
+0.255192 0.380362 0.593362
+0.267399 0.379507 0.59617
+0.280079 0.3785 0.599359
+0.296391 0.378134 0.60444
+0.317052 0.37879 0.612024
+0.341436 0.380072 0.622141
+0.370474 0.382239 0.635889
+0.402533 0.383566 0.64126
+0.434363 0.384848 0.639612
+0.467979 0.387869 0.639521
+0.502663 0.392599 0.640467
+0.539055 0.399268 0.642878
+0.577798 0.408118 0.647227
+0.617792 0.418357 0.651942
+0.661158 0.431479 0.658152
+0.696742 0.452049 0.656077
+0.730907 0.473075 0.654261
+0.763867 0.494347 0.65304
+0.79527 0.514427 0.652873
+0.825406 0.533104 0.653605
+0.855161 0.550759 0.655619
+0.886519 0.568276 0.659541
+0.922606 0.586755 0.665873
+0.953567 0.60415 0.673808
+0.960189 0.616419 0.680827
+0.967041 0.628916 0.688685
+0.974304 0.642023 0.697841
+0.982238 0.656168 0.708598
+0.990723 0.671092 0.72079
+0.241993 0.412924 0.582498
+0.240192 0.409888 0.58117
+0.242679 0.40911 0.581567
+0.262196 0.410422 0.587655
+0.275929 0.410208 0.59147
+0.286 0.409262 0.593988
+0.295293 0.407843 0.595895
+0.307256 0.406714 0.599191
+0.32314 0.406516 0.604974
+0.342809 0.406744 0.613046
+0.3673 0.40763 0.62472
+0.397299 0.409445 0.640848
+0.429511 0.408331 0.644938
+0.462928 0.408499 0.642725
+0.498085 0.410285 0.641917
+0.534325 0.413504 0.642084
+0.572106 0.418723 0.643946
+0.612924 0.426261 0.647593
+0.65539 0.43624 0.651606
+0.688426 0.453971 0.646418
+0.719829 0.471855 0.642267
+0.748638 0.488792 0.638956
+0.775357 0.50544 0.63679
+0.800717 0.52137 0.636286
+0.825589 0.536599 0.637461
+0.852247 0.5523 0.640879
+0.881941 0.568856 0.646601
+0.917098 0.586908 0.65481
+0.954406 0.605737 0.665156
+0.961196 0.618265 0.673457
+0.968292 0.631189 0.682765
+0.976135 0.645304 0.693599
+0.984527 0.660212 0.705867
+0.257572 0.441291 0.578256
+0.25594 0.438529 0.577111
+0.26656 0.438621 0.58053
+0.284352 0.439963 0.586648
+0.29662 0.439811 0.590448
+0.304662 0.438437 0.59234
+0.311742 0.436896 0.594018
+0.319921 0.435218 0.595956
+0.331334 0.434165 0.599542
+0.346639 0.433829 0.605814
+0.366171 0.433951 0.614923
+0.391165 0.434653 0.628138
+0.419089 0.432105 0.641703
+0.453819 0.429801 0.646036
+0.490669 0.42948 0.644068
+0.528237 0.43035 0.642863
+0.567117 0.433051 0.642039
+0.60592 0.438865 0.640909
+0.645365 0.447532 0.640635
+0.682261 0.459129 0.637751
+0.710384 0.474174 0.631174
+0.7355 0.488304 0.625986
+0.757763 0.501259 0.62211
+0.778729 0.513619 0.620096
+0.800839 0.526528 0.620722
+0.824308 0.54023 0.623636
+0.850584 0.555428 0.629084
+0.881834 0.572534 0.637263
+0.918975 0.591257 0.647898
+0.957046 0.610651 0.660517
+0.964141 0.623682 0.670359
+0.971771 0.637491 0.681208
+0.979782 0.65182 0.693019
+0.273075 0.468986 0.575341
+0.273808 0.466896 0.575265
+0.290578 0.468071 0.581338
+0.306706 0.469673 0.587564
+0.317021 0.469368 0.59089
+0.323583 0.468009 0.592401
+0.328634 0.466285 0.59324
+0.333806 0.464118 0.593912
+0.341421 0.462425 0.596002
+0.352438 0.461479 0.60029
+0.3673 0.461021 0.607034
+0.386755 0.460792 0.616846
+0.410742 0.458579 0.628077
+0.442359 0.455802 0.634882
+0.478904 0.454231 0.631754
+0.516533 0.454063 0.629206
+0.554284 0.455421 0.627237
+0.592294 0.458778 0.625803
+0.631571 0.46482 0.625879
+0.667292 0.472984 0.622889
+0.697154 0.482292 0.617578
+0.721645 0.491722 0.612177
+0.742321 0.501701 0.608042
+0.761303 0.512459 0.605966
+0.781598 0.523857 0.606744
+0.804196 0.536355 0.610147
+0.829297 0.549844 0.615656
+0.857633 0.564569 0.623163
+0.891142 0.581598 0.633417
+0.932021 0.601251 0.646433
+0.96144 0.618738 0.659327
+0.968902 0.632319 0.67039
+0.976761 0.646433 0.682368
+0.289311 0.496574 0.574228
+0.302129 0.497475 0.579309
+0.315831 0.498482 0.584619
+0.328359 0.49958 0.589441
+0.336583 0.499413 0.592248
+0.34165 0.497963 0.593393
+0.344793 0.495735 0.593332
+0.347997 0.493599 0.593362
+0.352468 0.491371 0.593896
+0.359487 0.489677 0.596033
+0.370001 0.488838 0.600626
+0.384588 0.487739 0.60705
+0.403708 0.485801 0.615228
+0.432578 0.483421 0.619989
+0.468193 0.481041 0.616999
+0.50454 0.479652 0.614572
+0.541955 0.479774 0.612818
+0.579812 0.481254 0.611627
+0.617929 0.484703 0.611109
+0.651759 0.490745 0.607172
+0.677195 0.497734 0.600839
+0.697414 0.504967 0.595209
+0.717845 0.512581 0.592706
+0.739971 0.520623 0.593133
+0.76405 0.529229 0.595376
+0.790753 0.538811 0.599466
+0.815625 0.550958 0.605341
+0.842634 0.564523 0.613062
+0.873457 0.579538 0.622751
+0.910018 0.596445 0.634714
+0.95697 0.616419 0.649836
+0.967605 0.629984 0.66125
+0.975219 0.643702 0.673304
+0.320195 0.528222 0.581018
+0.330175 0.529061 0.58526
+0.339986 0.529717 0.589212
+0.348714 0.530282 0.592615
+0.35462 0.529885 0.594583
+0.357992 0.528283 0.594858
+0.359747 0.526085 0.594018
+0.361044 0.52343 0.59292
+0.36318 0.52108 0.592432
+0.366918 0.518914 0.592813
+0.373159 0.517281 0.594827
+0.384085 0.515755 0.598749
+0.398856 0.514046 0.604517
+0.425071 0.511406 0.606104
+0.459174 0.508782 0.603311
+0.494347 0.50663 0.600504
+0.530449 0.505379 0.598337
+0.567544 0.505592 0.597345
+0.60499 0.507134 0.596506
+0.634546 0.511315 0.590967
+0.655421 0.517082 0.584848
+0.674891 0.522866 0.581567
+0.696452 0.528862 0.581521
+0.720287 0.535592 0.583673
+0.745525 0.542748 0.587015
+0.772656 0.550668 0.591745
+0.801953 0.559503 0.597681
+0.834424 0.56939 0.604913
+0.863615 0.582803 0.614664
+0.897368 0.598093 0.626429
+0.939071 0.615763 0.640818
+0.968414 0.631464 0.654368
+0.975052 0.643427 0.665263
+0.350774 0.561715 0.590158
+0.355123 0.561273 0.59147
+0.36144 0.561929 0.593988
+0.366583 0.561913 0.595697
+0.369726 0.560906 0.596139
+0.371542 0.559274 0.595773
+0.372152 0.556909 0.594507
+0.372076 0.554055 0.592737
+0.372305 0.551263 0.591241
+0.373449 0.548653 0.590097
+0.377234 0.546517 0.589822
+0.384466 0.544625 0.591058
+0.394766 0.54345 0.594263
+0.420172 0.540337 0.592706
+0.451957 0.536904 0.589563
+0.485679 0.53431 0.587091
+0.520424 0.532158 0.585214
+0.556451 0.530922 0.583856
+0.592371 0.531395 0.58265
+0.615259 0.535119 0.575402
+0.634775 0.539376 0.57232
+0.657389 0.54377 0.572976
+0.681544 0.548302 0.57496
+0.706798 0.553429 0.578058
+0.733394 0.559487 0.582452
+0.761074 0.566064 0.587533
+0.790188 0.573465 0.593393
+0.821927 0.581918 0.600458
+0.857069 0.591165 0.608545
+0.891264 0.603616 0.61941
+0.929458 0.619562 0.633631
+0.971511 0.637095 0.649714
+0.97731 0.647471 0.659892
+0.375494 0.595865 0.598154
+0.375509 0.594339 0.597101
+0.378363 0.594354 0.59765
+0.380468 0.593973 0.597818
+0.381292 0.592584 0.596963
+0.381186 0.590433 0.595361
+0.380621 0.588006 0.593484
+0.379355 0.584939 0.590951
+0.378149 0.581643 0.58822
+0.379202 0.579141 0.586404
+0.381231 0.576684 0.584756
+0.384833 0.574777 0.583886
+0.392386 0.57322 0.583551
+0.418509 0.569406 0.580316
+0.447303 0.565667 0.577157
+0.478538 0.562371 0.574441
+0.51194 0.55967 0.57229
+0.546334 0.557565 0.570718
+0.578088 0.557366 0.568032
+0.600061 0.560098 0.567071
+0.624079 0.562463 0.568109
+0.648692 0.565301 0.569863
+0.674022 0.568948 0.572549
+0.699733 0.573007 0.575784
+0.726375 0.577752 0.579843
+0.754177 0.583474 0.585031
+0.783123 0.589731 0.590875
+0.814511 0.596826 0.597711
+0.848905 0.604974 0.605737
+0.887236 0.613733 0.614496
+0.926101 0.626612 0.627466
+0.973693 0.644373 0.64538
+0.981186 0.654353 0.655726
+0.400336 0.62826 0.602274
+0.400244 0.626947 0.600473
+0.402045 0.626566 0.59939
+0.402731 0.625391 0.597757
+0.402716 0.623743 0.595804
+0.401785 0.621302 0.59324
+0.400259 0.618341 0.590326
+0.398474 0.615228 0.587152
+0.396384 0.611673 0.583688
+0.395956 0.608499 0.580591
+0.396567 0.605844 0.577707
+0.398352 0.603693 0.574838
+0.401434 0.602029 0.571893
+0.420096 0.598596 0.568704
+0.44567 0.594644 0.565545
+0.474205 0.590845 0.562509
+0.50486 0.587564 0.560021
+0.537758 0.584985 0.558648
+0.571939 0.582864 0.557946
+0.601816 0.582406 0.562402
+0.625513 0.584054 0.569284
+0.649302 0.58645 0.571176
+0.673152 0.589532 0.572137
+0.698161 0.593317 0.574273
+0.723674 0.597375 0.577401
+0.750408 0.602029 0.581781
+0.779049 0.607584 0.587533
+0.809384 0.613657 0.593988
+0.842451 0.620508 0.601465
+0.880125 0.628412 0.610239
+0.918166 0.639216 0.622675
+0.962356 0.654398 0.640085
+0.980102 0.665415 0.652308
+0.425223 0.660609 0.606012
+0.425742 0.659617 0.603082
+0.427039 0.659083 0.600565
+0.42707 0.657389 0.597543
+0.426383 0.655177 0.594354
+0.425284 0.652689 0.59118
+0.423423 0.649424 0.587762
+0.42118 0.645823 0.584024
+0.418784 0.642115 0.580255
+0.416785 0.6383 0.576211
+0.416419 0.635111 0.571923
+0.417182 0.632441 0.567651
+0.419059 0.630213 0.562905
+0.425162 0.628138 0.5579
+0.447318 0.623957 0.55494
+0.472465 0.619821 0.552026
+0.500603 0.615991 0.549477
+0.531151 0.612711 0.547723
+0.563424 0.610178 0.546715
+0.597559 0.608087 0.546639
+0.630838 0.607263 0.550668
+0.656092 0.608392 0.559564
+0.679759 0.610056 0.570672
+0.704067 0.612772 0.577081
+0.729595 0.616495 0.582177
+0.755917 0.620691 0.586572
+0.7832 0.625574 0.591028
+0.812833 0.631327 0.596399
+0.844846 0.637491 0.602808
+0.881025 0.644388 0.610529
+0.918883 0.65449 0.623148
+0.962127 0.668208 0.640574
+0.980285 0.678203 0.652491
+0.450202 0.693614 0.609506
+0.451575 0.693156 0.605859
+0.451911 0.691737 0.601877
+0.451728 0.690028 0.598184
+0.45066 0.687495 0.594018
+0.449058 0.684489 0.589746
+0.447166 0.6813 0.585779
+0.444617 0.677378 0.581445
+0.44184 0.673243 0.577142
+0.439124 0.669184 0.572854
+0.437354 0.665187 0.568032
+0.436942 0.661738 0.563088
+0.437842 0.659098 0.557534
+0.439887 0.65687 0.550561
+0.452018 0.653513 0.545327
+0.473915 0.649195 0.542321
+0.498878 0.64509 0.539742
+0.526589 0.641276 0.537758
+0.557076 0.638071 0.536751
+0.589227 0.635264 0.536873
+0.622873 0.63328 0.538079
+0.657282 0.632242 0.542489
+0.686778 0.632975 0.551385
+0.711955 0.634821 0.561395
+0.737163 0.63711 0.574258
+0.763409 0.640391 0.584588
+0.791196 0.644434 0.592645
+0.82121 0.649256 0.600336
+0.854276 0.655039 0.608392
+0.891493 0.661372 0.616373
+0.928435 0.670909 0.629023
+0.972793 0.684276 0.646647
+0.982223 0.692287 0.655833
+0.476661 0.728222 0.614145
+0.477745 0.727626 0.609323
+0.477592 0.725856 0.604166
+0.476722 0.723461 0.599115
+0.475502 0.720851 0.5944
+0.473594 0.717525 0.589593
+0.471199 0.71371 0.584772
+0.468727 0.709926 0.580316
+0.465721 0.705531 0.575692
+0.46247 0.700816 0.570809
+0.459434 0.696361 0.56582
+0.458091 0.692348 0.560235
+0.45771 0.688746 0.553903
+0.458701 0.68603 0.546822
+0.460899 0.683711 0.537774
+0.478523 0.678965 0.534493
+0.500145 0.674708 0.532006
+0.524895 0.670466 0.529656
+0.552377 0.666621 0.528283
+0.582589 0.663447 0.52813
+0.614633 0.660624 0.52903
+0.648264 0.65864 0.531533
+0.68336 0.657725 0.537163
+0.715969 0.657969 0.546746
+0.744808 0.659617 0.557488
+0.77229 0.662394 0.5691
+0.800397 0.665278 0.58291
+0.830716 0.668971 0.595987
+0.864424 0.673777 0.607111
+0.902998 0.679545 0.6177
+0.940703 0.68925 0.634913
+0.980407 0.700664 0.65243
+0.985031 0.70721 0.660731
+0.504005 0.764599 0.619883
+0.504417 0.763455 0.613886
+0.503975 0.761471 0.607721
+0.502754 0.75874 0.601846
+0.501106 0.755657 0.59649
+0.498909 0.751995 0.591089
+0.496284 0.74789 0.585824
+0.493324 0.743435 0.580667
+0.490227 0.738903 0.575753
+0.486778 0.733944 0.570687
+0.483192 0.728786 0.565255
+0.480339 0.724117 0.559335
+0.479026 0.719921 0.553017
+0.478645 0.716136 0.54551
+0.479728 0.713314 0.536706
+0.486702 0.709895 0.528725
+0.504509 0.70489 0.525567
+0.526085 0.700481 0.5234
+0.550591 0.696132 0.521752
+0.578088 0.692195 0.520897
+0.607996 0.689067 0.521752
+0.639994 0.686229 0.524071
+0.673838 0.68423 0.528084
+0.709529 0.683345 0.535073
+0.744533 0.683375 0.545525
+0.777417 0.68481 0.557549
+0.809033 0.687617 0.56997
+0.84123 0.691005 0.582834
+0.87602 0.69482 0.598093
+0.911696 0.701091 0.618189
+0.95346 0.709758 0.638605
+0.981353 0.717998 0.653941
+0.986358 0.723873 0.662974
+0.532631 0.803677 0.627604
+0.532341 0.801785 0.6206
+0.531487 0.79939 0.613779
+0.52987 0.796185 0.607172
+0.527687 0.792401 0.600793
+0.525185 0.788327 0.594797
+0.522515 0.784146 0.589136
+0.519173 0.779141 0.583429
+0.515709 0.77406 0.578073
+0.512016 0.768719 0.572946
+0.508125 0.763119 0.56733
+0.504265 0.757519 0.561135
+0.501625 0.75259 0.554513
+0.500267 0.748119 0.547021
+0.499931 0.744244 0.538125
+0.501045 0.741207 0.527382
+0.51223 0.736584 0.52163
+0.530007 0.731456 0.518959
+0.551629 0.726802 0.517418
+0.576181 0.722301 0.516426
+0.603571 0.718227 0.516625
+0.633448 0.715068 0.518517
+0.665278 0.712337 0.521889
+0.699763 0.710262 0.527428
+0.736385 0.709377 0.535958
+0.773495 0.709346 0.547601
+0.810498 0.710613 0.56109
+0.847257 0.713573 0.576852
+0.881758 0.718318 0.596613
+0.919829 0.724559 0.617105
+0.9673 0.733059 0.640604
+0.981125 0.737896 0.653239
+0.986694 0.742626 0.663401
+0.563195 0.846738 0.638346
+0.562478 0.844373 0.630549
+0.560891 0.841016 0.622812
+0.558953 0.837385 0.61561
+0.556374 0.833005 0.608667
+0.553353 0.828168 0.602136
+0.550103 0.823102 0.595956
+0.546517 0.817655 0.589899
+0.54258 0.81181 0.583871
+0.538705 0.806149 0.578302
+0.534432 0.799924 0.572396
+0.530037 0.793545 0.565942
+0.525948 0.787488 0.558862
+0.523507 0.782254 0.551461
+0.521996 0.77734 0.542947
+0.521706 0.773266 0.532937
+0.524422 0.769528 0.521874
+0.538064 0.764035 0.518196
+0.555459 0.758785 0.515435
+0.577173 0.753902 0.514214
+0.601556 0.749325 0.513985
+0.628809 0.745266 0.515175
+0.658946 0.741817 0.518273
+0.691234 0.738933 0.52311
+0.726162 0.736904 0.530037
+0.764096 0.736019 0.540124
+0.803723 0.735988 0.553079
+0.843809 0.73753 0.5729
+0.884001 0.741512 0.596048
+0.927611 0.747448 0.619211
+0.975723 0.755627 0.642741
+0.980636 0.759747 0.651942
+0.98616 0.76408 0.66215
+0.597314 0.896681 0.653925
+0.59617 0.893782 0.645655
+0.593759 0.889189 0.637171
+0.591073 0.884413 0.629191
+0.588113 0.879423 0.62179
+0.584421 0.873442 0.614404
+0.580438 0.86717 0.607401
+0.576349 0.860853 0.600778
+0.571847 0.854032 0.594232
+0.567178 0.847044 0.5879
+0.562448 0.840024 0.581643
+0.557733 0.833066 0.575174
+0.552926 0.825925 0.567773
+0.548714 0.819394 0.559716
+0.546136 0.813474 0.551385
+0.546258 0.807568 0.543435
+0.552575 0.801297 0.539269
+0.561868 0.795468 0.5355
+0.574228 0.789715 0.531899
+0.589899 0.784695 0.528939
+0.608804 0.780072 0.52639
+0.6309 0.77586 0.524315
+0.656031 0.772305 0.522866
+0.684871 0.769558 0.522133
+0.717525 0.766674 0.527306
+0.753521 0.76463 0.535775
+0.793439 0.763531 0.547417
+0.835126 0.763577 0.567208
+0.878248 0.765774 0.592508
+0.927504 0.770809 0.619104
+0.976715 0.777859 0.644038
+0.981567 0.781659 0.653239
+0.987259 0.786892 0.663874
+0.639765 0.962036 0.679194
+0.637079 0.95671 0.669764
+0.633875 0.95079 0.660578
+0.629755 0.943633 0.651438
+0.625238 0.936019 0.642664
+0.620844 0.92874 0.634607
+0.615717 0.920485 0.626444
+0.610407 0.912032 0.618677
+0.605188 0.903853 0.611521
+0.599451 0.895003 0.604089
+0.593713 0.886229 0.596918
+0.588174 0.877806 0.589776
+0.583169 0.869337 0.582574
+0.580789 0.861067 0.577035
+0.579904 0.853254 0.571786
+0.580346 0.845426 0.566506
+0.582879 0.837919 0.561471
+0.588251 0.831052 0.556893
+0.596262 0.824399 0.552483
+0.607462 0.818051 0.548333
+0.622202 0.812802 0.545312
+0.639933 0.80795 0.542885
+0.660929 0.803723 0.541054
+0.685222 0.800412 0.540108
+0.712947 0.79762 0.539696
+0.744961 0.795377 0.539788
+0.782177 0.793866 0.544503
+0.824125 0.792477 0.560555
+0.868833 0.792691 0.587777
+0.919463 0.795804 0.616007
+0.977859 0.802136 0.645518
+0.98291 0.805356 0.655238
+0.988617 0.810254 0.666056
+0.660349 0.987381 0.687678
+0.660487 0.987427 0.680659
+0.660288 0.98732 0.674189
+0.659953 0.987152 0.668559
+0.659327 0.986862 0.663676
+0.658518 0.986465 0.659327
+0.659648 0.986038 0.657557
+0.658045 0.980575 0.653712
+0.652079 0.967819 0.645838
+0.646265 0.956054 0.638498
+0.639735 0.943709 0.630716
+0.633524 0.931991 0.62324
+0.628092 0.921248 0.616358
+0.623224 0.910384 0.609339
+0.619623 0.900236 0.602731
+0.617685 0.89102 0.596735
+0.617151 0.881758 0.590677
+0.61886 0.87332 0.585153
+0.623148 0.865492 0.580072
+0.630014 0.857923 0.575189
+0.639933 0.851041 0.570825
+0.653513 0.84506 0.567117
+0.670176 0.83949 0.563745
+0.690288 0.834546 0.560861
+0.714229 0.830839 0.55935
+0.741573 0.82797 0.559167
+0.773739 0.825818 0.55964
+0.812589 0.824613 0.56083
+0.857069 0.82327 0.581888
+0.907591 0.823972 0.611414
+0.971405 0.828595 0.644526
+0.98407 0.831571 0.656764
+0.989487 0.835615 0.667247
+0.669627 0.991714 0.686519
+0.669703 0.99173 0.679057
+0.669413 0.991592 0.672251
+0.671412 0.991302 0.668788
+0.674693 0.99089 0.667872
+0.676814 0.990402 0.666804
+0.67808 0.989883 0.665644
+0.678752 0.989334 0.664469
+0.678767 0.988724 0.663142
+0.678294 0.988067 0.661723
+0.677623 0.987427 0.660334
+0.676768 0.98674 0.658839
+0.676005 0.986053 0.657328
+0.671229 0.976577 0.651102
+0.664271 0.961746 0.641886
+0.658763 0.948074 0.633326
+0.655283 0.936187 0.625864
+0.653361 0.92462 0.618555
+0.653788 0.914183 0.611948
+0.657084 0.905043 0.60621
+0.662943 0.896193 0.600671
+0.671931 0.888273 0.595773
+0.684535 0.881559 0.59173
+0.700496 0.875166 0.587976
+0.719966 0.869657 0.584863
+0.743725 0.865248 0.582559
+0.771328 0.861555 0.581018
+0.804273 0.859342 0.581735
+0.845319 0.858244 0.583307
+0.894484 0.857114 0.606104
+0.954833 0.858656 0.639475
+0.985458 0.861631 0.658503
+0.990158 0.864118 0.667918
+0.679408 0.996323 0.685466
+0.681163 0.996246 0.679271
+0.686656 0.995865 0.678431
+0.690532 0.995407 0.677455
+0.693294 0.994965 0.676478
+0.69485 0.994415 0.675288
+0.695689 0.993851 0.674052
+0.695949 0.993255 0.67277
+0.695659 0.992615 0.671382
+0.694926 0.991928 0.669917
+0.693935 0.991241 0.668437
+0.692638 0.990509 0.666835
+0.691417 0.989761 0.665248
+0.69041 0.989029 0.663661
+0.690028 0.988357 0.662165
+0.69012 0.987671 0.66067
+0.69102 0.98703 0.659236
+0.692912 0.986435 0.657923
+0.693172 0.979873 0.653376
+0.691447 0.965377 0.644541
+0.693095 0.953445 0.637308
+0.697505 0.942336 0.630579
+0.70544 0.932738 0.624857
+0.716915 0.924346 0.619944
+0.732036 0.916655 0.615534
+0.751064 0.910201 0.612009
+0.774624 0.905196 0.609491
+0.803159 0.900603 0.607279
+0.837736 0.897734 0.60708
+0.882033 0.896574 0.608957
+0.939193 0.895659 0.634623
+0.987732 0.896483 0.661662
+0.991394 0.898589 0.669429
+0.698528 1 0.693187
+0.70367 1 0.690959
+0.706935 1 0.688289
+0.70959 0.999664 0.686473
+0.711727 0.999115 0.685283
+0.713039 0.998566 0.684108
+0.713466 0.99794 0.682765
+0.713237 0.997269 0.681331
+0.712673 0.996612 0.679911
+0.711604 0.995895 0.67837
+0.710109 0.995132 0.676722
+0.708537 0.994385 0.675105
+0.706889 0.993606 0.673426
+0.70544 0.992828 0.671748
+0.704433 0.992081 0.670146
+0.703807 0.991318 0.668498
+0.703899 0.990616 0.666941
+0.704814 0.989944 0.665476
+0.706813 0.989349 0.664103
+0.710109 0.988785 0.662837
+0.715145 0.988342 0.661768
+0.721981 0.988006 0.660883
+0.730999 0.987778 0.660212
+0.74258 0.987701 0.659815
+0.753506 0.979171 0.654932
+0.767224 0.968978 0.649256
+0.785657 0.960708 0.644862
+0.808972 0.953719 0.641337
+0.837552 0.947112 0.638117
+0.87454 0.943358 0.636896
+0.924483 0.941863 0.639033
+0.991669 0.941207 0.667659
+0.993576 0.941802 0.672236
+0.735454 1 0.720195
+0.739452 1 0.717754
+0.74168 1 0.714763
+0.742809 1 0.711742
+0.742397 1 0.708156
+0.740948 1 0.704234
+0.738857 1 0.700252
+0.735882 1 0.695842
+0.73225 1 0.691127
+0.728756 0.999893 0.686931
+0.726955 0.9991 0.685237
+0.72491 0.998276 0.683467
+0.722927 0.997497 0.681773
+0.720913 0.996674 0.680003
+0.719203 0.99585 0.678218
+0.718059 0.995071 0.676555
+0.717342 0.994278 0.67483
+0.717388 0.99353 0.673198
+0.718486 0.992874 0.671733
+0.720623 0.992218 0.670268
+0.724178 0.991653 0.668971
+0.729564 0.991196 0.667887
+0.736843 0.990799 0.666926
+0.746456 0.990555 0.666194
+0.758907 0.990463 0.665782
+0.774075 0.990509 0.665629
+0.792477 0.990753 0.665797
+0.815045 0.991196 0.666362
+0.84184 0.991852 0.667262
+0.874678 0.992767 0.668605
+0.917601 0.994064 0.670573
+0.979049 0.996551 0.675227
+0.997742 0.997742 0.678538
+0.773846 1 0.749462
+0.777111 1 0.746899
+0.77847 1 0.743587
+0.778653 1 0.740108
+0.77789 1 0.736477
+0.775921 1 0.732372
+0.773266 1 0.728099
+0.769802 1 0.723461
+0.765698 1 0.718547
+0.761135 1 0.713436
+0.756268 1 0.708247
+0.750973 1 0.70277
+0.745541 1 0.69723
+0.740261 1 0.691752
+0.735607 0.999832 0.686824
+0.733639 0.998978 0.684947
+0.732341 0.998169 0.683207
+0.731563 0.99736 0.681453
+0.731502 0.996551 0.679683
+0.732647 0.995834 0.678111
+0.734997 0.995163 0.676616
+0.738918 0.994568 0.675273
+0.744808 0.994079 0.674159
+0.752773 0.993667 0.673136
+0.763226 0.993378 0.672358
+0.776623 0.99324 0.671885
+0.793194 0.99324 0.671611
+0.81355 0.993408 0.671687
+0.838483 0.993805 0.67216
+0.868955 0.994385 0.672984
+0.907805 0.995254 0.67425
+0.962188 0.996597 0.676265
+0.997803 0.997803 0.678767
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.130159 0.130144 0.764614
+0.160067 0.132509 0.756176
+0.207004 0.138643 0.74844
+0.251881 0.145953 0.741848
+0.292012 0.153307 0.73518
+0.329122 0.160845 0.728832
+0.364004 0.168658 0.723461
+0.397894 0.179202 0.718898
+0.438315 0.220401 0.723354
+0.480507 0.267338 0.731899
+0.523629 0.313344 0.742702
+0.566278 0.354879 0.753948
+0.610056 0.393439 0.766613
+0.65536 0.428901 0.779873
+0.704479 0.462516 0.794766
+0.758953 0.494087 0.811246
+0.82417 0.524193 0.829374
+0.890608 0.562264 0.835019
+0.951293 0.59939 0.841688
+0.964736 0.624369 0.853269
+0.978134 0.648661 0.865538
+0.991653 0.672618 0.879499
+1 0.699504 0.893507
+1 0.729671 0.905547
+1 0.759823 0.921309
+1 0.790616 0.942153
+1 0.82208 0.968139
+1 0.855863 1
+1 0.893324 1
+1 0.936767 1
+0.128267 0.128267 0.757443
+0.12668 0.12668 0.751446
+0.124681 0.124681 0.743832
+0.122606 0.122606 0.735912
+0.150805 0.1252 0.729671
+0.196658 0.131579 0.724086
+0.241154 0.13904 0.718715
+0.281743 0.146761 0.713466
+0.319142 0.154742 0.709133
+0.354604 0.165179 0.705409
+0.393759 0.196582 0.707027
+0.434333 0.235523 0.712718
+0.475578 0.276677 0.720668
+0.516991 0.31667 0.73051
+0.559258 0.355032 0.742077
+0.601938 0.3906 0.753872
+0.647181 0.424842 0.767376
+0.695323 0.457069 0.782147
+0.748837 0.4878 0.798535
+0.811353 0.516793 0.816098
+0.873701 0.553567 0.821683
+0.948333 0.593851 0.826001
+0.961288 0.618067 0.836286
+0.974456 0.642069 0.847822
+0.987686 0.66566 0.860288
+1 0.689143 0.874205
+1 0.718654 0.885405
+1 0.747845 0.899535
+1 0.776669 0.917113
+1 0.80592 0.938888
+1 0.836988 0.965759
+1 0.870176 1
+1 0.906996 1
+0.120699 0.120699 0.728679
+0.119371 0.119371 0.723613
+0.117891 0.117891 0.718029
+0.116472 0.116457 0.712535
+0.142519 0.118929 0.707179
+0.186786 0.1252 0.70251
+0.231113 0.132967 0.699001
+0.271611 0.141405 0.695033
+0.310048 0.15465 0.692149
+0.349462 0.180362 0.692622
+0.388769 0.210803 0.695705
+0.428717 0.245106 0.70106
+0.469123 0.281575 0.709529
+0.509834 0.3178 0.718883
+0.551003 0.352895 0.729335
+0.593698 0.38706 0.741329
+0.637613 0.419211 0.75404
+0.684855 0.450324 0.768688
+0.737652 0.480446 0.784878
+0.798001 0.508537 0.801862
+0.857084 0.544472 0.807294
+0.930114 0.584115 0.811566
+0.957778 0.611612 0.820203
+0.970565 0.635065 0.830289
+0.983352 0.657984 0.84181
+0.996048 0.680308 0.854322
+1 0.706706 0.865446
+1 0.73463 0.877897
+1 0.761791 0.892729
+1 0.788983 0.910658
+1 0.817761 0.93315
+1 0.847959 0.961089
+1 0.879774 0.995468
+0.114382 0.11458 0.704265
+0.114 0.115312 0.700648
+0.113542 0.116182 0.696208
+0.113375 0.117708 0.692119
+0.138872 0.122606 0.689143
+0.180972 0.130571 0.685634
+0.224491 0.142061 0.683024
+0.266194 0.157671 0.681529
+0.306584 0.176989 0.681498
+0.345098 0.198428 0.682399
+0.383719 0.224262 0.685527
+0.422843 0.254002 0.691005
+0.461952 0.285405 0.698024
+0.50164 0.317693 0.70631
+0.542168 0.350103 0.716503
+0.583947 0.381979 0.728038
+0.627802 0.413275 0.741131
+0.674784 0.443565 0.755367
+0.725856 0.472389 0.770809
+0.784863 0.499992 0.787533
+0.840162 0.534737 0.792752
+0.905577 0.572076 0.797055
+0.954025 0.604639 0.804211
+0.966354 0.62742 0.813367
+0.978637 0.649622 0.823224
+0.991043 0.67158 0.834577
+1 0.694163 0.84596
+1 0.72047 0.856397
+1 0.746273 0.869307
+1 0.77145 0.884459
+1 0.798108 0.903517
+1 0.824872 0.925292
+1 0.853361 0.952132
+0.123079 0.146975 0.685954
+0.125338 0.153887 0.683223
+0.126146 0.157275 0.679866
+0.126436 0.159411 0.676188
+0.147967 0.164187 0.676677
+0.187106 0.170962 0.677836
+0.227176 0.178714 0.675776
+0.266453 0.188907 0.674067
+0.304326 0.202152 0.673747
+0.341985 0.219287 0.674678
+0.37908 0.239673 0.676738
+0.416648 0.263508 0.680919
+0.455131 0.290455 0.687312
+0.493706 0.318654 0.694957
+0.533639 0.348196 0.704707
+0.574334 0.377539 0.71519
+0.617563 0.407126 0.727489
+0.663722 0.436286 0.741634
+0.714122 0.464454 0.757092
+0.771069 0.491157 0.773404
+0.823926 0.525093 0.778683
+0.884215 0.560906 0.782528
+0.949874 0.596918 0.787686
+0.961883 0.619257 0.796185
+0.97377 0.640909 0.804959
+0.985428 0.661707 0.814511
+0.99704 0.682048 0.825559
+1 0.705867 0.835767
+1 0.729946 0.846784
+1 0.753857 0.860319
+1 0.778058 0.875868
+1 0.801999 0.893309
+1 0.827054 0.914229
+0.140154 0.193988 0.671107
+0.142153 0.199207 0.669047
+0.142748 0.20148 0.666133
+0.142657 0.202289 0.662837
+0.160296 0.205035 0.663691
+0.195148 0.21059 0.669123
+0.232425 0.216541 0.671382
+0.268666 0.223056 0.669779
+0.304479 0.231815 0.66865
+0.340032 0.243549 0.668696
+0.375952 0.258854 0.670497
+0.412284 0.277226 0.673533
+0.448707 0.29836 0.678401
+0.486473 0.322362 0.685084
+0.52491 0.347784 0.693187
+0.565377 0.374807 0.70338
+0.607569 0.402136 0.715206
+0.652506 0.429374 0.728222
+0.701991 0.456443 0.743114
+0.757137 0.482094 0.75877
+0.80766 0.515221 0.763653
+0.863203 0.549386 0.76759
+0.931441 0.585718 0.772107
+0.957336 0.610895 0.779385
+0.96875 0.631846 0.787594
+0.979767 0.651667 0.795697
+0.990585 0.670787 0.804562
+1 0.690105 0.814725
+1 0.712657 0.824186
+1 0.734844 0.835599
+1 0.756863 0.848615
+1 0.779248 0.863981
+1 0.802197 0.881773
+0.158541 0.238285 0.658213
+0.160296 0.242298 0.656962
+0.160662 0.243702 0.654643
+0.160311 0.243503 0.651667
+0.175982 0.244312 0.652399
+0.204623 0.247532 0.657298
+0.238407 0.25243 0.664546
+0.272816 0.257298 0.667567
+0.306172 0.26273 0.666194
+0.339498 0.270191 0.665324
+0.373648 0.28043 0.666026
+0.408499 0.29398 0.668254
+0.443854 0.310231 0.671641
+0.479896 0.329137 0.676707
+0.51725 0.350607 0.683635
+0.556405 0.373938 0.692546
+0.597833 0.398749 0.703471
+0.642222 0.424125 0.715877
+0.690272 0.449378 0.729854
+0.74432 0.473976 0.744945
+0.791577 0.505516 0.749126
+0.842908 0.537957 0.752621
+0.90338 0.572091 0.756771
+0.952636 0.602167 0.762753
+0.963333 0.622003 0.769406
+0.973922 0.641215 0.776776
+0.984009 0.659236 0.784436
+0.993866 0.676524 0.792844
+1 0.695293 0.80238
+1 0.715587 0.812116
+1 0.735683 0.823056
+1 0.756329 0.836301
+1 0.777478 0.851637
+0.176669 0.278264 0.647593
+0.177829 0.280873 0.646265
+0.177981 0.281651 0.644205
+0.178119 0.281178 0.641718
+0.194415 0.281468 0.643214
+0.216617 0.282445 0.64686
+0.245075 0.285267 0.653346
+0.276585 0.289418 0.66212
+0.308522 0.293431 0.665721
+0.340414 0.297963 0.664561
+0.37261 0.304356 0.664027
+0.4056 0.313268 0.664408
+0.439643 0.325154 0.666789
+0.474357 0.339498 0.670665
+0.510948 0.356909 0.676371
+0.548806 0.376333 0.683726
+0.588968 0.39765 0.692821
+0.632166 0.420462 0.704448
+0.679133 0.443626 0.717403
+0.731289 0.466468 0.731624
+0.776532 0.496742 0.735058
+0.824781 0.527749 0.737942
+0.877882 0.559045 0.741146
+0.943557 0.592477 0.746334
+0.958053 0.612299 0.751781
+0.967712 0.63003 0.757671
+0.977203 0.647135 0.76463
+0.986389 0.663447 0.771893
+0.995132 0.678752 0.77966
+1 0.695613 0.788525
+1 0.714534 0.798428
+1 0.733684 0.81004
+1 0.753613 0.82388
+0.194034 0.314595 0.63769
+0.194842 0.316365 0.636606
+0.194705 0.316487 0.634684
+0.196612 0.315953 0.633371
+0.213993 0.31603 0.636225
+0.231861 0.315923 0.6392
+0.254246 0.316884 0.644053
+0.280934 0.319341 0.651469
+0.31075 0.32282 0.661006
+0.341283 0.326009 0.664927
+0.372259 0.329686 0.663767
+0.4038 0.335073 0.663523
+0.436271 0.342809 0.664332
+0.4701 0.353262 0.666545
+0.505043 0.366094 0.670436
+0.54229 0.381903 0.676646
+0.581247 0.399634 0.684657
+0.623499 0.419303 0.694636
+0.668894 0.439704 0.706127
+0.718914 0.46009 0.718624
+0.761929 0.488685 0.720745
+0.806928 0.517845 0.72314
+0.854627 0.546883 0.725704
+0.908934 0.576577 0.72932
+0.952834 0.602625 0.734844
+0.961746 0.61915 0.73962
+0.970336 0.634806 0.744915
+0.978622 0.649683 0.750881
+0.986587 0.663798 0.757351
+0.994492 0.677623 0.764996
+1 0.693141 0.774258
+1 0.711345 0.784939
+1 0.730312 0.797726
+0.2112 0.348898 0.629267
+0.211337 0.349325 0.628351
+0.211063 0.349111 0.626688
+0.216983 0.348547 0.62652
+0.233936 0.348501 0.62977
+0.249058 0.348074 0.63267
+0.266499 0.347814 0.636469
+0.287999 0.348547 0.642435
+0.313161 0.350469 0.650828
+0.341695 0.353353 0.661265
+0.371679 0.355749 0.665476
+0.402213 0.358633 0.664317
+0.433799 0.363104 0.663828
+0.466651 0.370001 0.665064
+0.500877 0.37908 0.667613
+0.536431 0.390539 0.671626
+0.574899 0.404746 0.678096
+0.615503 0.4206 0.686168
+0.659815 0.438025 0.696315
+0.708431 0.456077 0.7075
+0.74873 0.482277 0.708141
+0.790234 0.509071 0.709026
+0.833524 0.535927 0.710292
+0.879255 0.562219 0.712489
+0.93164 0.588998 0.716548
+0.955718 0.608026 0.721187
+0.963424 0.622248 0.725475
+0.970886 0.635813 0.730282
+0.978302 0.649134 0.7364
+0.985733 0.662303 0.743618
+0.993332 0.675608 0.751751
+1 0.690166 0.761593
+1 0.708446 0.773571
+0.228153 0.381704 0.621866
+0.227008 0.379828 0.620493
+0.22678 0.379614 0.619211
+0.239582 0.379889 0.621698
+0.254948 0.37966 0.625223
+0.267857 0.378912 0.627878
+0.280873 0.377874 0.630564
+0.297398 0.377462 0.634913
+0.31809 0.378103 0.641688
+0.342184 0.379446 0.65066
+0.370291 0.381781 0.662654
+0.400793 0.383734 0.667597
+0.431373 0.385611 0.666102
+0.463554 0.389212 0.66566
+0.497215 0.395117 0.666941
+0.532494 0.40296 0.669505
+0.569726 0.41323 0.674189
+0.60914 0.425284 0.680354
+0.652216 0.438972 0.688289
+0.698528 0.454414 0.696941
+0.736645 0.477546 0.695888
+0.775204 0.502007 0.695109
+0.813947 0.526177 0.695171
+0.853529 0.549676 0.696056
+0.894636 0.57229 0.698116
+0.940993 0.595071 0.702464
+0.956847 0.610178 0.706706
+0.963561 0.622522 0.710857
+0.970306 0.634791 0.716182
+0.97731 0.647379 0.722957
+0.984558 0.660243 0.730861
+0.992309 0.673838 0.740291
+1 0.688701 0.751659
+0.244175 0.411994 0.615259
+0.242496 0.409186 0.613825
+0.242924 0.408759 0.613016
+0.261875 0.409903 0.618341
+0.276616 0.409705 0.622049
+0.28716 0.408621 0.62414
+0.297093 0.407309 0.625986
+0.309316 0.406104 0.629114
+0.325063 0.405554 0.634073
+0.344976 0.406012 0.641596
+0.368841 0.407019 0.651713
+0.397345 0.408942 0.665568
+0.42887 0.410086 0.670924
+0.460563 0.411231 0.669291
+0.494133 0.414023 0.669154
+0.529046 0.418616 0.670237
+0.565637 0.424979 0.672724
+0.604715 0.433371 0.676768
+0.645762 0.443427 0.681819
+0.690196 0.455863 0.687816
+0.726268 0.476158 0.684596
+0.761456 0.496773 0.681971
+0.795972 0.51809 0.680339
+0.82974 0.538491 0.679774
+0.863264 0.557809 0.680415
+0.897978 0.576501 0.682567
+0.937179 0.595712 0.687221
+0.95697 0.610422 0.692409
+0.963195 0.621897 0.697337
+0.969757 0.633829 0.703822
+0.976806 0.646494 0.712001
+0.984497 0.660136 0.721599
+0.992645 0.674418 0.732586
+0.25977 0.440894 0.609506
+0.258091 0.438056 0.608179
+0.264439 0.437781 0.609583
+0.284733 0.43946 0.61648
+0.298314 0.439323 0.620371
+0.307134 0.437934 0.622156
+0.314672 0.436347 0.623529
+0.323186 0.434714 0.625132
+0.334813 0.433433 0.628382
+0.350301 0.433097 0.634134
+0.369604 0.433158 0.642267
+0.393759 0.433906 0.654093
+0.42327 0.435477 0.670314
+0.455009 0.433921 0.674052
+0.488609 0.434028 0.671946
+0.523781 0.435737 0.671153
+0.560525 0.438819 0.671351
+0.598947 0.443824 0.673091
+0.64036 0.451087 0.676875
+0.684291 0.460594 0.681041
+0.717494 0.477974 0.674891
+0.74992 0.495888 0.670146
+0.779675 0.512734 0.666026
+0.807767 0.529091 0.663325
+0.835019 0.54522 0.662318
+0.862699 0.561028 0.663432
+0.892714 0.577188 0.666758
+0.928923 0.595102 0.673091
+0.95758 0.611597 0.680949
+0.963928 0.62324 0.687617
+0.970733 0.635615 0.695689
+0.978271 0.649104 0.705394
+0.986206 0.663157 0.716258
+0.275257 0.468956 0.605509
+0.273701 0.466377 0.604227
+0.289982 0.467521 0.609751
+0.307866 0.468864 0.615991
+0.319997 0.468864 0.619944
+0.327428 0.467491 0.621546
+0.332738 0.465461 0.622065
+0.338582 0.463493 0.623133
+0.346563 0.461692 0.625025
+0.357656 0.460441 0.628534
+0.372824 0.460029 0.634867
+0.392157 0.460029 0.644083
+0.416571 0.460243 0.657008
+0.444404 0.457572 0.670726
+0.479042 0.455283 0.674586
+0.515923 0.454856 0.67158
+0.553384 0.456336 0.669352
+0.591302 0.459571 0.667247
+0.630182 0.465202 0.666148
+0.670268 0.473762 0.666148
+0.708324 0.484474 0.663951
+0.739391 0.497795 0.658259
+0.765332 0.512001 0.652491
+0.788846 0.525109 0.648188
+0.811353 0.537728 0.646235
+0.834821 0.550683 0.646571
+0.860304 0.564279 0.649042
+0.889952 0.580041 0.654521
+0.92665 0.598047 0.663157
+0.959808 0.615717 0.673411
+0.9664 0.627756 0.681682
+0.973663 0.640879 0.691386
+0.981582 0.655009 0.702739
+0.290669 0.496483 0.602548
+0.298039 0.495964 0.605234
+0.316442 0.497704 0.612192
+0.331304 0.498833 0.617716
+0.3411 0.49865 0.621042
+0.347158 0.497246 0.622339
+0.350896 0.495018 0.622278
+0.354513 0.49279 0.622263
+0.359472 0.490501 0.622812
+0.366964 0.48867 0.624857
+0.377691 0.487404 0.628916
+0.39266 0.487007 0.635859
+0.411795 0.486381 0.645457
+0.435523 0.483894 0.656687
+0.468269 0.481544 0.65951
+0.504143 0.480125 0.656474
+0.541024 0.479927 0.65391
+0.578744 0.48159 0.652293
+0.616846 0.484901 0.651194
+0.656199 0.490486 0.650767
+0.692302 0.498558 0.648234
+0.722667 0.5075 0.643076
+0.748272 0.516655 0.637552
+0.771176 0.525902 0.633677
+0.791836 0.53608 0.631479
+0.813016 0.547463 0.631861
+0.837018 0.560082 0.635065
+0.864347 0.573846 0.640467
+0.896498 0.589212 0.64828
+0.936065 0.606851 0.658854
+0.96405 0.623514 0.670283
+0.971008 0.636103 0.679957
+0.978531 0.649592 0.690959
+0.31342 0.525872 0.604654
+0.327581 0.52697 0.610193
+0.342519 0.528695 0.616342
+0.35375 0.529366 0.620676
+0.360937 0.528695 0.622873
+0.365652 0.527413 0.623789
+0.368139 0.525154 0.623224
+0.369924 0.522438 0.622232
+0.372534 0.519936 0.621836
+0.377066 0.517723 0.622599
+0.384039 0.515831 0.624659
+0.394491 0.514809 0.629221
+0.409186 0.513436 0.635599
+0.428489 0.511315 0.644144
+0.458976 0.508614 0.644816
+0.493919 0.506676 0.641749
+0.529641 0.505379 0.639155
+0.566186 0.505272 0.637522
+0.604074 0.50692 0.636591
+0.642313 0.510216 0.636072
+0.675883 0.515785 0.632181
+0.702434 0.522835 0.626108
+0.723552 0.529885 0.620676
+0.744076 0.537148 0.6177
+0.766751 0.545068 0.617746
+0.792065 0.553429 0.620005
+0.820233 0.562539 0.623865
+0.848295 0.574517 0.629725
+0.877729 0.588373 0.637491
+0.912932 0.604105 0.647593
+0.958541 0.622843 0.66096
+0.970214 0.634699 0.670542
+0.977264 0.647349 0.681163
+0.347005 0.558831 0.613169
+0.355993 0.559197 0.616693
+0.366201 0.560235 0.620859
+0.374197 0.560678 0.624018
+0.379049 0.559762 0.625254
+0.381949 0.557992 0.625452
+0.383551 0.555764 0.624765
+0.384054 0.552911 0.623178
+0.38471 0.549935 0.621622
+0.386755 0.547433 0.620905
+0.390448 0.545159 0.621103
+0.396674 0.543343 0.623041
+0.407858 0.54165 0.626749
+0.422599 0.539818 0.632609
+0.451957 0.536614 0.631006
+0.485008 0.533822 0.628016
+0.5196 0.531853 0.625559
+0.555337 0.530571 0.623453
+0.591684 0.530678 0.62208
+0.629084 0.53228 0.621439
+0.658961 0.536294 0.615869
+0.679759 0.541711 0.609323
+0.699901 0.54757 0.606516
+0.721752 0.553429 0.606348
+0.745861 0.559747 0.608194
+0.772534 0.566949 0.611749
+0.800717 0.574609 0.616144
+0.832044 0.583139 0.621805
+0.867689 0.592782 0.628855
+0.899931 0.60676 0.638804
+0.939483 0.623026 0.651408
+0.972519 0.63888 0.664561
+0.978378 0.649332 0.674052
+0.376028 0.592187 0.621576
+0.380118 0.591836 0.623011
+0.38677 0.592508 0.625727
+0.39118 0.592187 0.626978
+0.394018 0.591302 0.627253
+0.395239 0.589273 0.626398
+0.395468 0.586694 0.624826
+0.395132 0.583902 0.62295
+0.3944 0.580606 0.620539
+0.394278 0.577447 0.618524
+0.395575 0.574777 0.617578
+0.400031 0.572366 0.617533
+0.407156 0.570459 0.618677
+0.418769 0.568795 0.620966
+0.447181 0.565133 0.617639
+0.477928 0.561761 0.614496
+0.511025 0.559045 0.611902
+0.545205 0.556985 0.609796
+0.580636 0.555764 0.60853
+0.616632 0.55584 0.607477
+0.639963 0.559701 0.60061
+0.659144 0.563958 0.597162
+0.681559 0.568048 0.597498
+0.70605 0.572686 0.599603
+0.731884 0.577676 0.602579
+0.758938 0.583352 0.606531
+0.787961 0.58999 0.611658
+0.819318 0.597223 0.617578
+0.853468 0.605249 0.624292
+0.892653 0.614359 0.632151
+0.930785 0.628153 0.644053
+0.976211 0.645487 0.659495
+0.981659 0.655177 0.668833
+0.398886 0.626413 0.628702
+0.399603 0.625299 0.628092
+0.402548 0.625498 0.628824
+0.404013 0.624582 0.628443
+0.40444 0.622858 0.627268
+0.404349 0.620829 0.625803
+0.403357 0.617975 0.623484
+0.401892 0.61474 0.620768
+0.400351 0.61146 0.618036
+0.399588 0.608026 0.615213
+0.400351 0.605051 0.612955
+0.402548 0.602731 0.61149
+0.406104 0.600656 0.610513
+0.420096 0.597726 0.608515
+0.445441 0.593896 0.605264
+0.473548 0.590112 0.602045
+0.503975 0.58677 0.599268
+0.536736 0.584161 0.597192
+0.570733 0.582025 0.59559
+0.60267 0.581689 0.592966
+0.624048 0.584344 0.591653
+0.648096 0.586816 0.592767
+0.672755 0.589609 0.594476
+0.698329 0.593118 0.597025
+0.724453 0.597147 0.600244
+0.751598 0.60177 0.604166
+0.780362 0.607111 0.608957
+0.811399 0.613474 0.614878
+0.845045 0.620386 0.621515
+0.882963 0.628138 0.629099
+0.928298 0.636927 0.637873
+0.973404 0.652842 0.653819
+0.98613 0.663066 0.66424
+0.423713 0.659129 0.632105
+0.424628 0.658412 0.630564
+0.426139 0.657923 0.629374
+0.42649 0.656504 0.62771
+0.426001 0.654429 0.625574
+0.424842 0.651759 0.622889
+0.423346 0.64889 0.620111
+0.42121 0.64538 0.616815
+0.418692 0.641459 0.613184
+0.417243 0.638041 0.609873
+0.416724 0.634775 0.606302
+0.41709 0.631724 0.60296
+0.418891 0.629572 0.600351
+0.425101 0.627237 0.597223
+0.446693 0.622812 0.593576
+0.471809 0.618921 0.590524
+0.499779 0.615045 0.587549
+0.529961 0.611688 0.585153
+0.562112 0.609186 0.583459
+0.596231 0.607065 0.582528
+0.625696 0.606638 0.587213
+0.649241 0.608255 0.593988
+0.673274 0.610574 0.595773
+0.697337 0.613611 0.596643
+0.722438 0.617182 0.598566
+0.749065 0.621317 0.601831
+0.776822 0.625879 0.606027
+0.806821 0.631251 0.611231
+0.839399 0.637293 0.617578
+0.875761 0.643961 0.624949
+0.918776 0.651499 0.633249
+0.96286 0.66482 0.64863
+0.984939 0.675715 0.660853
+0.448905 0.692164 0.634943
+0.450462 0.691829 0.632715
+0.451057 0.690578 0.629923
+0.450828 0.688746 0.626947
+0.450126 0.68658 0.623789
+0.448615 0.68365 0.620279
+0.446662 0.680308 0.616709
+0.444358 0.676661 0.613016
+0.441627 0.672557 0.609201
+0.438758 0.668269 0.605203
+0.4374 0.664591 0.601175
+0.436881 0.661082 0.596826
+0.4374 0.658106 0.592172
+0.439399 0.65597 0.587304
+0.45153 0.652476 0.582986
+0.473014 0.647974 0.579538
+0.497932 0.644022 0.576867
+0.525444 0.640162 0.574548
+0.555581 0.636713 0.572641
+0.587854 0.634134 0.571817
+0.621393 0.632136 0.571847
+0.654627 0.631159 0.575525
+0.680064 0.632441 0.584222
+0.70396 0.634089 0.595087
+0.728832 0.636744 0.601297
+0.755032 0.640391 0.606332
+0.782391 0.644526 0.610681
+0.811353 0.649332 0.614954
+0.843091 0.655009 0.620203
+0.878614 0.661097 0.626337
+0.920226 0.667872 0.633707
+0.962509 0.679759 0.648859
+0.985199 0.690013 0.661189
+0.475395 0.726726 0.638132
+0.476661 0.726253 0.634684
+0.476661 0.72459 0.630701
+0.475898 0.722255 0.626596
+0.474708 0.719631 0.622675
+0.472969 0.716472 0.618875
+0.470634 0.712688 0.614649
+0.468193 0.708919 0.610437
+0.465263 0.704616 0.606165
+0.462043 0.699931 0.601617
+0.458976 0.695277 0.596887
+0.457816 0.691493 0.592142
+0.457328 0.687846 0.58674
+0.457969 0.684794 0.581003
+0.460166 0.682536 0.574212
+0.477699 0.677775 0.570672
+0.498863 0.67332 0.567361
+0.523751 0.669261 0.564843
+0.551095 0.6654 0.562844
+0.580957 0.661967 0.561624
+0.613123 0.659373 0.561654
+0.646662 0.657359 0.562753
+0.681117 0.656229 0.567147
+0.711208 0.656931 0.576181
+0.736797 0.658808 0.585763
+0.762707 0.66096 0.598367
+0.790219 0.664286 0.608637
+0.819669 0.668269 0.61651
+0.852262 0.67303 0.624002
+0.889265 0.678767 0.631708
+0.932509 0.685039 0.639567
+0.975494 0.696956 0.656031
+0.987427 0.704997 0.665064
+0.502739 0.763012 0.642283
+0.503212 0.761868 0.637491
+0.502922 0.760006 0.632639
+0.501823 0.757366 0.627756
+0.50013 0.754192 0.62295
+0.498131 0.750744 0.618326
+0.495552 0.746685 0.613626
+0.492638 0.74229 0.608942
+0.489433 0.737575 0.604257
+0.486152 0.73283 0.59971
+0.482551 0.727642 0.594827
+0.479774 0.722957 0.58941
+0.478492 0.718853 0.583734
+0.478004 0.715007 0.577142
+0.478737 0.711833 0.569574
+0.485786 0.708583 0.562951
+0.503456 0.703578 0.559533
+0.524666 0.698924 0.556725
+0.549264 0.694804 0.554742
+0.576623 0.690837 0.553338
+0.606226 0.687449 0.552972
+0.638376 0.68484 0.554025
+0.672099 0.682826 0.556405
+0.707225 0.681712 0.561563
+0.740871 0.682078 0.571054
+0.770794 0.683696 0.581552
+0.799237 0.686244 0.592676
+0.829694 0.689326 0.606592
+0.862699 0.692973 0.619501
+0.900435 0.697627 0.630304
+0.943542 0.70457 0.643275
+0.985397 0.715114 0.661311
+0.989715 0.720882 0.669032
+0.531289 0.801907 0.648157
+0.531121 0.800107 0.642191
+0.530129 0.797467 0.636225
+0.528817 0.794644 0.630716
+0.526696 0.790906 0.625132
+0.524254 0.786877 0.619715
+0.521599 0.782712 0.614771
+0.518288 0.777737 0.609644
+0.514778 0.772564 0.604578
+0.511177 0.767346 0.599649
+0.507347 0.761822 0.594446
+0.503502 0.756237 0.588754
+0.500938 0.751339 0.582788
+0.499519 0.746868 0.575967
+0.499062 0.74287 0.568078
+0.499931 0.739635 0.558923
+0.511086 0.735103 0.55378
+0.528786 0.729961 0.550683
+0.550225 0.725292 0.548424
+0.574731 0.720836 0.546792
+0.602029 0.716747 0.546105
+0.631525 0.713375 0.546563
+0.663539 0.710842 0.54876
+0.697871 0.708721 0.552682
+0.734066 0.707668 0.559304
+0.770321 0.70782 0.569512
+0.804868 0.709194 0.581186
+0.838682 0.711757 0.593149
+0.874434 0.715328 0.606088
+0.912764 0.719631 0.622705
+0.954498 0.726604 0.644327
+0.985519 0.734157 0.661341
+0.990311 0.739101 0.669978
+0.561502 0.844343 0.656306
+0.56112 0.84242 0.649714
+0.559609 0.839139 0.642908
+0.557458 0.835172 0.636484
+0.555184 0.831205 0.630503
+0.552209 0.826398 0.624521
+0.548852 0.82118 0.618677
+0.545464 0.816022 0.61326
+0.541588 0.810269 0.607569
+0.537484 0.804257 0.602121
+0.533455 0.798383 0.59678
+0.529091 0.79202 0.590799
+0.524941 0.785885 0.584466
+0.522545 0.780682 0.577707
+0.521019 0.77583 0.569924
+0.520531 0.771542 0.560769
+0.522042 0.768231 0.549966
+0.536065 0.76257 0.546532
+0.553841 0.757214 0.543847
+0.575418 0.752178 0.54197
+0.599863 0.747692 0.54136
+0.627039 0.743557 0.541558
+0.65713 0.740124 0.543313
+0.689311 0.737331 0.546624
+0.724163 0.735256 0.551766
+0.761593 0.734127 0.559762
+0.80058 0.734325 0.571099
+0.84062 0.735531 0.584237
+0.880537 0.73846 0.600198
+0.919692 0.743816 0.621515
+0.966232 0.751171 0.644602
+0.983902 0.755932 0.658091
+0.989517 0.760006 0.66836
+0.595575 0.894087 0.669535
+0.594202 0.890806 0.661906
+0.592264 0.8869 0.654398
+0.589609 0.882155 0.647135
+0.586404 0.876768 0.640146
+0.583062 0.871305 0.633631
+0.579126 0.86511 0.627146
+0.574807 0.858473 0.620752
+0.570611 0.852079 0.614908
+0.565957 0.845121 0.609049
+0.56112 0.837964 0.602945
+0.556588 0.83125 0.596872
+0.551781 0.824109 0.589975
+0.547433 0.817349 0.582483
+0.545037 0.811749 0.574929
+0.543282 0.806287 0.565881
+0.542718 0.801633 0.555367
+0.546517 0.797391 0.545434
+0.561013 0.791272 0.542382
+0.578973 0.785565 0.540032
+0.600549 0.780499 0.538872
+0.625025 0.775647 0.538613
+0.652308 0.771374 0.539696
+0.68275 0.76788 0.542611
+0.715465 0.764858 0.547326
+0.751217 0.762692 0.554131
+0.790936 0.761669 0.563806
+0.833188 0.761669 0.576226
+0.876707 0.763333 0.596048
+0.922759 0.767834 0.621363
+0.976745 0.775128 0.647761
+0.983413 0.778881 0.656794
+0.988373 0.783062 0.66598
+0.637461 0.958373 0.691386
+0.634913 0.953231 0.682765
+0.631678 0.94725 0.674205
+0.627787 0.940429 0.665827
+0.623392 0.933013 0.65774
+0.618769 0.925383 0.65005
+0.614008 0.917708 0.642741
+0.608774 0.909392 0.635416
+0.603372 0.900938 0.628336
+0.597955 0.892576 0.621546
+0.592264 0.883909 0.614725
+0.586511 0.875166 0.607706
+0.581262 0.867185 0.600702
+0.575982 0.859144 0.592828
+0.571389 0.851438 0.584237
+0.568627 0.845014 0.575616
+0.567422 0.838758 0.566217
+0.573617 0.831632 0.561563
+0.583047 0.82536 0.55758
+0.595605 0.819043 0.553643
+0.611368 0.813428 0.550301
+0.630533 0.808637 0.547707
+0.652979 0.804135 0.545388
+0.678599 0.80029 0.543694
+0.708522 0.797055 0.545281
+0.742321 0.793851 0.551095
+0.779507 0.791577 0.559152
+0.821942 0.790509 0.570397
+0.867536 0.790478 0.590173
+0.916228 0.793027 0.617716
+0.97673 0.79939 0.648066
+0.984024 0.802594 0.65745
+0.988678 0.806546 0.666224
+0.659937 0.987228 0.699962
+0.660105 0.987289 0.693462
+0.659937 0.987198 0.68748
+0.659571 0.987015 0.6822
+0.659037 0.986755 0.677562
+0.658259 0.986374 0.673381
+0.657374 0.985962 0.669718
+0.651637 0.976806 0.661891
+0.644129 0.964569 0.652644
+0.636622 0.952468 0.643809
+0.629389 0.940948 0.635554
+0.62211 0.929458 0.627146
+0.615213 0.918639 0.618769
+0.608682 0.9084 0.61001
+0.60415 0.898405 0.602243
+0.60238 0.888823 0.595972
+0.602792 0.880125 0.59028
+0.605188 0.871626 0.58471
+0.610117 0.863447 0.579385
+0.618479 0.856352 0.574929
+0.629831 0.849683 0.571023
+0.644526 0.843565 0.56762
+0.662654 0.838544 0.565133
+0.683848 0.83389 0.563058
+0.708568 0.829938 0.561654
+0.737179 0.82707 0.561166
+0.770428 0.824552 0.561044
+0.809735 0.82237 0.567208
+0.855192 0.821241 0.582818
+0.905196 0.82153 0.612512
+0.965988 0.825345 0.644495
+0.984817 0.828809 0.65832
+0.989471 0.832303 0.667292
+0.669123 0.991485 0.697963
+0.669245 0.991531 0.690852
+0.668986 0.991409 0.684382
+0.668498 0.991165 0.678706
+0.667872 0.990875 0.673732
+0.667018 0.990463 0.669383
+0.666377 0.98996 0.665965
+0.667353 0.98941 0.664775
+0.667689 0.9888 0.663432
+0.667536 0.988128 0.661997
+0.667094 0.987457 0.660563
+0.666514 0.986786 0.659083
+0.665949 0.986068 0.657542
+0.659419 0.973129 0.649424
+0.652506 0.958465 0.640299
+0.647272 0.945113 0.631952
+0.643992 0.93315 0.624399
+0.642725 0.922072 0.617395
+0.643671 0.911742 0.610849
+0.647578 0.902617 0.605097
+0.654215 0.893889 0.599603
+0.663996 0.885985 0.594705
+0.677195 0.878904 0.590387
+0.694209 0.872847 0.586801
+0.714534 0.867323 0.583627
+0.738903 0.863203 0.582406
+0.767224 0.860059 0.582055
+0.800885 0.857557 0.5823
+0.842176 0.855848 0.583108
+0.891798 0.854688 0.606073
+0.95111 0.855772 0.639384
+0.986114 0.85861 0.659953
+0.990082 0.860777 0.667857
+0.678843 0.996048 0.69601
+0.678798 0.996017 0.688411
+0.678508 0.99588 0.681514
+0.680003 0.995514 0.677729
+0.683085 0.995026 0.676661
+0.685222 0.994507 0.675532
+0.686458 0.993927 0.674296
+0.686915 0.993301 0.672938
+0.686915 0.99266 0.67158
+0.686397 0.991974 0.670085
+0.685496 0.991241 0.668528
+0.684382 0.990524 0.666972
+0.683314 0.989776 0.665354
+0.682551 0.989029 0.663737
+0.682353 0.988342 0.662242
+0.682658 0.98764 0.660731
+0.683757 0.986969 0.659251
+0.685969 0.986404 0.657954
+0.684489 0.975738 0.651148
+0.683207 0.961639 0.642542
+0.685237 0.949752 0.635309
+0.690394 0.939071 0.628824
+0.698772 0.929397 0.623011
+0.710948 0.921279 0.61825
+0.72668 0.913634 0.61384
+0.746242 0.907195 0.610254
+0.770138 0.90193 0.607507
+0.79913 0.897795 0.606226
+0.833982 0.895109 0.606729
+0.878584 0.893812 0.608209
+0.935363 0.892622 0.6336
+0.98819 0.893324 0.662806
+0.991241 0.894957 0.66923
+0.692653 1 0.697551
+0.694469 1 0.691524
+0.697963 1 0.688624
+0.700969 0.999756 0.686671
+0.703471 0.999191 0.68545
+0.704982 0.998596 0.684184
+0.705776 0.998001 0.682902
+0.70573 0.997314 0.681437
+0.705257 0.996612 0.679942
+0.704479 0.995911 0.678447
+0.703212 0.995148 0.676783
+0.701732 0.994354 0.675105
+0.700298 0.993591 0.673457
+0.69897 0.992798 0.671763
+0.698009 0.99202 0.670085
+0.697581 0.991287 0.668482
+0.697856 0.99057 0.666926
+0.69894 0.989883 0.665385
+0.701198 0.989273 0.664042
+0.704753 0.988724 0.66276
+0.709957 0.988251 0.661616
+0.717189 0.987915 0.660777
+0.726513 0.987686 0.66009
+0.737514 0.98555 0.658518
+0.74789 0.974624 0.652293
+0.762112 0.964569 0.646662
+0.780728 0.956146 0.6421
+0.804623 0.949645 0.638834
+0.833387 0.943069 0.635569
+0.870283 0.939529 0.635462
+0.92018 0.93817 0.63743
+0.991012 0.937331 0.667796
+0.993606 0.937346 0.672587
+0.727367 1 0.720119
+0.731945 1 0.717815
+0.734524 1 0.714855
+0.735805 1 0.711742
+0.735592 1 0.708171
+0.73431 1 0.704234
+0.73225 1 0.70013
+0.729595 1 0.695872
+0.726055 1 0.691127
+0.722637 0.999878 0.686915
+0.721065 0.9991 0.685237
+0.719097 0.99826 0.683436
+0.717144 0.997436 0.681666
+0.715358 0.996628 0.679927
+0.713817 0.995804 0.678141
+0.712749 0.994995 0.676417
+0.712215 0.994217 0.674723
+0.712398 0.993469 0.673075
+0.713558 0.992767 0.671534
+0.715938 0.992126 0.670115
+0.719646 0.991547 0.668803
+0.72517 0.991058 0.667659
+0.732754 0.990692 0.666728
+0.74258 0.990433 0.665995
+0.755123 0.990311 0.665507
+0.770611 0.990387 0.665385
+0.78912 0.9906 0.665537
+0.811658 0.991028 0.666026
+0.838544 0.991669 0.666926
+0.871199 0.992569 0.668208
+0.913237 0.993973 0.670497
+0.973632 0.996551 0.675547
+0.997711 0.995789 0.678752
+0.766659 1 0.748837
+0.770504 1 0.746471
+0.772168 1 0.743175
+0.772534 1 0.739681
+0.771908 1 0.736004
+0.770169 1 0.73196
+0.767498 1 0.727565
+0.764294 1 0.723049
+0.76025 1 0.71812
+0.755779 1 0.713024
+0.750942 1 0.707744
+0.74583 1 0.702373
+0.740368 1 0.696727
+0.735225 1 0.691325
+0.730861 0.999771 0.686687
+0.729015 0.998901 0.684794
+0.727733 0.998062 0.682994
+0.727001 0.997238 0.681208
+0.727153 0.996445 0.679469
+0.72845 0.995727 0.677897
+0.730953 0.995041 0.676387
+0.735027 0.994446 0.675044
+0.740963 0.993942 0.673869
+0.749157 0.99353 0.672877
+0.759686 0.99324 0.672084
+0.773205 0.993088 0.67158
+0.789899 0.993088 0.671321
+0.810269 0.993255 0.671366
+0.835004 0.993622 0.671794
+0.86537 0.994202 0.672602
+0.903609 0.995056 0.673838
+0.956497 0.996368 0.675776
+0.997909 0.997909 0.679133
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.144854 0.134401 0.774502
+0.197177 0.142901 0.776226
+0.246555 0.152361 0.778241
+0.290501 0.161868 0.780346
+0.329473 0.171054 0.782467
+0.365621 0.180148 0.784649
+0.40032 0.189364 0.786954
+0.437766 0.217746 0.794018
+0.479103 0.265415 0.799161
+0.521324 0.313115 0.805051
+0.563104 0.356283 0.812345
+0.605554 0.395941 0.82063
+0.649989 0.433371 0.831922
+0.697124 0.468452 0.844877
+0.748837 0.501854 0.86038
+0.8103 0.534691 0.878874
+0.887785 0.565713 0.898894
+0.952697 0.601816 0.907073
+0.966293 0.627039 0.921126
+0.980072 0.652018 0.936919
+0.994079 0.676829 0.9552
+1 0.706538 0.970596
+1 0.7393 0.985779
+1 0.772503 1
+1 0.806714 1
+1 0.84268 1
+1 0.88336 1
+1 0.92987 1
+1 0.989532 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.142809 0.134096 0.774441
+0.192126 0.142016 0.776043
+0.240269 0.151095 0.777966
+0.283101 0.160204 0.77998
+0.321904 0.169223 0.78204
+0.358038 0.177691 0.781415
+0.393164 0.193484 0.774746
+0.432929 0.232731 0.775265
+0.473716 0.275044 0.779889
+0.514412 0.316472 0.785901
+0.555749 0.356054 0.793698
+0.597711 0.393271 0.803311
+0.641535 0.428733 0.814572
+0.68809 0.46276 0.828626
+0.739315 0.495369 0.843915
+0.798245 0.526696 0.86128
+0.871229 0.556558 0.880369
+0.949767 0.596368 0.885557
+0.962982 0.620996 0.898039
+0.976486 0.645609 0.912032
+0.990356 0.670314 0.928512
+1 0.696971 0.944808
+1 0.728756 0.957244
+1 0.761181 0.975265
+1 0.7935 0.9991
+1 0.826719 1
+1 0.863966 1
+1 0.904936 1
+1 0.95349 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.141375 0.133898 0.774395
+0.187396 0.141192 0.775876
+0.233188 0.149416 0.776394
+0.274067 0.155962 0.76846
+0.311559 0.162829 0.760143
+0.348318 0.177203 0.754681
+0.38764 0.208362 0.755215
+0.427085 0.242634 0.756954
+0.466743 0.279866 0.761563
+0.507256 0.317815 0.768536
+0.547631 0.354086 0.776608
+0.589227 0.389349 0.786679
+0.632197 0.423102 0.798108
+0.678019 0.455787 0.811368
+0.72842 0.487648 0.826917
+0.785672 0.518166 0.843961
+0.855512 0.547295 0.862531
+0.93254 0.586786 0.867155
+0.959548 0.614725 0.877485
+0.972824 0.639033 0.889769
+0.986145 0.662898 0.90338
+0.999786 0.686809 0.920027
+1 0.717693 0.930571
+1 0.748363 0.944762
+1 0.779293 0.964202
+1 0.810651 0.989166
+1 0.844419 1
+1 0.881392 1
+1 0.922637 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.131106 0.131197 0.768063
+0.137453 0.130571 0.75964
+0.178943 0.135958 0.753231
+0.222309 0.143709 0.74696
+0.264118 0.154818 0.741802
+0.304509 0.172763 0.739208
+0.343526 0.195666 0.737758
+0.382086 0.221485 0.737896
+0.420966 0.251911 0.740902
+0.4598 0.284382 0.745388
+0.498802 0.317601 0.751522
+0.538872 0.351354 0.760388
+0.579767 0.38436 0.770077
+0.622461 0.416907 0.781888
+0.667948 0.448722 0.795239
+0.716777 0.47924 0.810147
+0.772885 0.5093 0.827161
+0.838987 0.537499 0.845167
+0.908354 0.574868 0.8495
+0.955825 0.607858 0.85658
+0.96878 0.631724 0.867918
+0.981811 0.655207 0.88014
+0.995041 0.678538 0.894057
+1 0.705959 0.906157
+1 0.735271 0.917998
+1 0.764431 0.93341
+1 0.793851 0.953582
+1 0.82475 0.97908
+1 0.857176 1
+1 0.893568 1
+0.132952 0.142702 0.755459
+0.134829 0.149996 0.750881
+0.13521 0.153552 0.745174
+0.135363 0.156313 0.739834
+0.142855 0.160052 0.735653
+0.182162 0.166964 0.734874
+0.223377 0.174929 0.730816
+0.263371 0.185168 0.727153
+0.301885 0.198642 0.724544
+0.339544 0.215854 0.722972
+0.377096 0.237171 0.723857
+0.414588 0.261799 0.726207
+0.452689 0.28957 0.731167
+0.490806 0.318715 0.737209
+0.529992 0.349096 0.744915
+0.570123 0.379797 0.754376
+0.612329 0.410681 0.76585
+0.657008 0.441291 0.779431
+0.705531 0.471199 0.794186
+0.759747 0.50016 0.810513
+0.823056 0.527626 0.828092
+0.887114 0.563745 0.83238
+0.951827 0.600427 0.836591
+0.964431 0.623835 0.846769
+0.977249 0.647059 0.858091
+0.989944 0.669627 0.870176
+1 0.69308 0.882582
+1 0.72166 0.892927
+1 0.749142 0.905638
+1 0.776333 0.921477
+1 0.804913 0.941772
+1 0.83389 0.966232
+1 0.86482 0.998184
+0.147066 0.18967 0.730419
+0.149157 0.195529 0.728008
+0.149569 0.198016 0.723781
+0.149248 0.198901 0.719081
+0.155367 0.200839 0.715694
+0.190448 0.2065 0.718654
+0.228412 0.212818 0.719539
+0.265415 0.219623 0.716609
+0.302022 0.228916 0.714275
+0.337835 0.241154 0.713054
+0.373587 0.256703 0.713603
+0.409995 0.275959 0.715557
+0.446021 0.297719 0.718593
+0.483497 0.322591 0.724102
+0.521401 0.348928 0.73106
+0.560983 0.376867 0.740322
+0.60238 0.4056 0.751415
+0.646097 0.434287 0.763684
+0.693553 0.462974 0.77821
+0.746365 0.490974 0.794125
+0.807279 0.517571 0.810971
+0.866316 0.552346 0.815732
+0.940673 0.591257 0.81883
+0.960159 0.615991 0.827344
+0.972381 0.638346 0.836759
+0.984604 0.660197 0.847089
+0.996765 0.681544 0.858503
+1 0.706722 0.868132
+1 0.732891 0.879042
+1 0.758312 0.892058
+1 0.784314 0.908385
+1 0.811185 0.928542
+1 0.838315 0.951858
+0.164279 0.235554 0.711284
+0.165789 0.239582 0.708782
+0.166247 0.241474 0.70573
+0.165667 0.241352 0.701762
+0.171862 0.241443 0.699123
+0.200839 0.244648 0.702495
+0.235126 0.249821 0.708156
+0.27013 0.255055 0.710277
+0.303426 0.260456 0.707591
+0.337362 0.26862 0.706325
+0.371496 0.27924 0.705684
+0.406058 0.293126 0.706752
+0.441184 0.310002 0.709194
+0.476814 0.329595 0.713558
+0.513771 0.351965 0.71957
+0.552148 0.376211 0.727489
+0.592721 0.402228 0.737789
+0.635721 0.428931 0.74966
+0.681834 0.455802 0.763516
+0.733654 0.482734 0.778881
+0.791623 0.507942 0.794736
+0.846357 0.5411 0.798688
+0.912215 0.577646 0.80177
+0.955657 0.607691 0.807965
+0.967407 0.629328 0.816175
+0.97911 0.650462 0.824948
+0.990707 0.67097 0.835081
+1 0.691844 0.845411
+1 0.716243 0.854154
+1 0.739895 0.865064
+1 0.763638 0.87805
+1 0.787289 0.893278
+1 0.811826 0.911986
+0.181659 0.276799 0.695415
+0.182788 0.279606 0.693492
+0.182788 0.280369 0.690349
+0.182284 0.28011 0.687251
+0.191104 0.279683 0.686381
+0.213901 0.28069 0.688945
+0.242679 0.283574 0.694148
+0.274662 0.287938 0.701259
+0.306783 0.292241 0.703944
+0.338308 0.296773 0.701793
+0.370398 0.30367 0.700587
+0.403235 0.312917 0.700542
+0.436866 0.325261 0.70222
+0.471183 0.340215 0.705119
+0.506996 0.358099 0.709834
+0.54435 0.378668 0.716838
+0.583612 0.401144 0.72575
+0.625513 0.425208 0.736797
+0.670924 0.450111 0.749538
+0.72079 0.475013 0.763821
+0.777035 0.499153 0.779278
+0.82855 0.531075 0.78265
+0.886793 0.564843 0.785153
+0.951202 0.599405 0.789548
+0.962478 0.620356 0.796674
+0.973495 0.640406 0.804074
+0.984283 0.659693 0.812009
+0.994995 0.678492 0.821103
+1 0.698756 0.829602
+1 0.720882 0.838788
+1 0.742657 0.849714
+1 0.764218 0.862303
+1 0.786023 0.877089
+0.198383 0.31371 0.681697
+0.199298 0.315801 0.680385
+0.19913 0.316014 0.677928
+0.198596 0.315099 0.675059
+0.211841 0.314931 0.675929
+0.230015 0.314885 0.677913
+0.252644 0.315801 0.681758
+0.279683 0.318105 0.688014
+0.309575 0.321859 0.696529
+0.339818 0.325322 0.699779
+0.370382 0.329274 0.698085
+0.401495 0.335012 0.697063
+0.43331 0.34313 0.697093
+0.466819 0.354208 0.699031
+0.501152 0.367773 0.702724
+0.537667 0.384421 0.708415
+0.575723 0.403204 0.715908
+0.616587 0.424048 0.725429
+0.660487 0.446204 0.736965
+0.708827 0.468879 0.750057
+0.762768 0.491066 0.764324
+0.811048 0.521401 0.767178
+0.863844 0.553002 0.769162
+0.928252 0.586892 0.772
+0.957549 0.611292 0.77763
+0.967971 0.630442 0.783917
+0.977996 0.648508 0.790372
+0.987625 0.665599 0.797116
+0.997208 0.682353 0.805325
+1 0.701152 0.813291
+1 0.721065 0.822446
+1 0.741192 0.833524
+1 0.761379 0.846296
+0.214496 0.347509 0.669535
+0.215152 0.348959 0.668467
+0.214939 0.348943 0.666529
+0.216373 0.347936 0.66453
+0.232654 0.347692 0.66685
+0.24799 0.34728 0.669367
+0.265751 0.34696 0.672389
+0.287388 0.347646 0.677256
+0.312657 0.349737 0.684306
+0.341024 0.352728 0.693538
+0.370382 0.355474 0.697078
+0.400244 0.35874 0.695628
+0.431113 0.363638 0.695033
+0.463081 0.370886 0.695644
+0.496773 0.380896 0.697948
+0.531579 0.39321 0.701747
+0.569009 0.408453 0.707958
+0.608347 0.42565 0.716182
+0.65095 0.444587 0.726116
+0.698283 0.464912 0.73817
+0.750011 0.484672 0.750851
+0.794614 0.512749 0.751888
+0.843183 0.542367 0.753079
+0.898085 0.572885 0.755047
+0.952758 0.602426 0.758984
+0.962341 0.620188 0.763928
+0.971572 0.637003 0.76936
+0.980514 0.653025 0.775082
+0.98909 0.668177 0.781491
+0.997497 0.682841 0.788952
+1 0.699672 0.796475
+1 0.718105 0.805844
+1 0.737285 0.817548
+0.230365 0.379339 0.659434
+0.230488 0.379782 0.658335
+0.230274 0.379675 0.656672
+0.237598 0.379248 0.656947
+0.25417 0.37908 0.660044
+0.267247 0.378027 0.661921
+0.280949 0.377249 0.664408
+0.29778 0.376822 0.668116
+0.318334 0.377249 0.673884
+0.342504 0.378866 0.68217
+0.370031 0.381415 0.6925
+0.399252 0.383536 0.696376
+0.429099 0.386191 0.695094
+0.460319 0.390402 0.694514
+0.493004 0.397024 0.695735
+0.52723 0.405768 0.698375
+0.563043 0.416861 0.702541
+0.601587 0.430533 0.70901
+0.643076 0.445975 0.71722
+0.688365 0.462745 0.727184
+0.738476 0.479973 0.738521
+0.780301 0.506081 0.737896
+0.824384 0.533074 0.737896
+0.872938 0.561028 0.739116
+0.928038 0.589303 0.741238
+0.956939 0.610239 0.7449
+0.965331 0.625681 0.748928
+0.973312 0.640177 0.753353
+0.980941 0.653819 0.758343
+0.98851 0.667185 0.76437
+0.996216 0.680629 0.771923
+1 0.696696 0.780896
+1 0.714778 0.791577
+0.246509 0.410651 0.65066
+0.245686 0.409354 0.649439
+0.245182 0.408698 0.647883
+0.261082 0.40943 0.651652
+0.276539 0.409262 0.655146
+0.287648 0.408118 0.656931
+0.298161 0.406806 0.658686
+0.310643 0.4056 0.661189
+0.326558 0.405035 0.665431
+0.346395 0.405356 0.671962
+0.369924 0.406577 0.680995
+0.397421 0.408698 0.693019
+0.427359 0.410498 0.697978
+0.457664 0.412284 0.696437
+0.489738 0.415732 0.69601
+0.52343 0.421424 0.697353
+0.558709 0.428962 0.699977
+0.596353 0.438697 0.704402
+0.636759 0.450599 0.710933
+0.680552 0.463737 0.718776
+0.72781 0.478279 0.727214
+0.767239 0.501152 0.725307
+0.807691 0.525658 0.723552
+0.849561 0.550164 0.722805
+0.894896 0.574838 0.723629
+0.947097 0.600015 0.726345
+0.959381 0.614816 0.729259
+0.966354 0.627588 0.732341
+0.973327 0.640208 0.736782
+0.980255 0.652598 0.742245
+0.98735 0.665141 0.74902
+0.995056 0.678614 0.757397
+1 0.693919 0.767452
+0.262104 0.440131 0.643381
+0.260807 0.43798 0.642176
+0.262928 0.437476 0.641749
+0.284169 0.43888 0.647959
+0.29926 0.438987 0.652079
+0.308843 0.437629 0.653742
+0.316609 0.435828 0.654582
+0.325597 0.434348 0.656107
+0.337453 0.43299 0.659068
+0.352758 0.432303 0.663996
+0.372213 0.432624 0.671504
+0.395666 0.433478 0.681697
+0.42359 0.435187 0.695583
+0.454978 0.436286 0.701167
+0.486549 0.437339 0.699474
+0.519951 0.439872 0.699046
+0.555337 0.444389 0.700404
+0.592264 0.450492 0.703014
+0.631266 0.458213 0.706477
+0.673701 0.468147 0.711742
+0.719295 0.47982 0.717891
+0.755962 0.499779 0.713329
+0.792676 0.520241 0.70985
+0.829206 0.541558 0.707301
+0.866407 0.562463 0.706111
+0.906096 0.583261 0.707301
+0.950057 0.603952 0.710216
+0.96022 0.616388 0.712902
+0.966506 0.627894 0.716793
+0.97293 0.639521 0.72195
+0.979644 0.651545 0.728466
+0.986969 0.664485 0.736553
+0.994751 0.67808 0.746212
+0.277516 0.468635 0.637369
+0.276036 0.466148 0.636225
+0.289021 0.467185 0.640162
+0.308644 0.468498 0.64651
+0.322118 0.468513 0.650736
+0.330343 0.46714 0.652399
+0.336126 0.465095 0.652796
+0.342077 0.462943 0.653254
+0.350454 0.46125 0.654948
+0.361776 0.459892 0.658015
+0.376867 0.459281 0.66363
+0.396002 0.459327 0.671931
+0.419776 0.459968 0.683665
+0.448508 0.460822 0.699519
+0.480262 0.459373 0.703639
+0.514214 0.459403 0.70161
+0.549447 0.460929 0.700679
+0.586618 0.464027 0.70103
+0.62565 0.468772 0.70277
+0.667582 0.475334 0.705974
+0.710262 0.485847 0.707607
+0.746593 0.501564 0.70309
+0.779614 0.519112 0.697414
+0.811856 0.536568 0.693049
+0.842344 0.553002 0.689906
+0.872526 0.569589 0.688624
+0.904448 0.58616 0.689632
+0.941711 0.603845 0.693523
+0.960815 0.617517 0.698268
+0.96698 0.628779 0.703716
+0.973434 0.640452 0.710521
+0.98056 0.653178 0.718776
+0.98822 0.666697 0.728603
+0.292973 0.49659 0.633494
+0.29279 0.494331 0.632837
+0.316304 0.4972 0.641398
+0.33344 0.49839 0.647334
+0.344335 0.498009 0.650614
+0.351461 0.496773 0.652232
+0.355688 0.494545 0.652171
+0.359442 0.492058 0.65182
+0.364889 0.489906 0.652415
+0.372686 0.487984 0.654246
+0.383673 0.486564 0.658076
+0.39855 0.485939 0.664149
+0.417777 0.485954 0.673594
+0.441764 0.485695 0.686198
+0.469535 0.482887 0.700053
+0.50428 0.481209 0.69987
+0.540749 0.480934 0.696818
+0.577752 0.482246 0.694392
+0.615778 0.485664 0.693156
+0.655024 0.491081 0.692012
+0.69482 0.499046 0.691615
+0.733745 0.509499 0.689769
+0.768841 0.521248 0.685313
+0.795636 0.535286 0.67866
+0.820859 0.548791 0.674144
+0.844968 0.561563 0.671595
+0.870756 0.574777 0.671855
+0.90074 0.589395 0.674876
+0.936446 0.606027 0.680735
+0.96286 0.621286 0.688121
+0.969192 0.632807 0.695247
+0.976059 0.645167 0.70367
+0.983459 0.65832 0.713466
+0.308827 0.524605 0.631098
+0.323873 0.525383 0.636606
+0.343633 0.527672 0.644297
+0.357565 0.52871 0.649683
+0.36611 0.528038 0.652232
+0.371405 0.526513 0.652964
+0.374762 0.524468 0.653025
+0.376944 0.521691 0.652064
+0.379736 0.518975 0.651362
+0.384756 0.516823 0.652064
+0.392172 0.514794 0.653986
+0.402838 0.51339 0.658061
+0.417807 0.512886 0.665248
+0.436835 0.511818 0.674556
+0.460395 0.509239 0.685817
+0.494011 0.507179 0.684688
+0.529244 0.505837 0.681682
+0.565438 0.505684 0.679179
+0.602869 0.507088 0.677348
+0.64123 0.510414 0.676371
+0.680354 0.51577 0.676081
+0.717403 0.523461 0.673411
+0.749111 0.53225 0.668437
+0.775814 0.541115 0.662959
+0.799771 0.549874 0.658717
+0.823331 0.559594 0.656794
+0.84593 0.57113 0.65687
+0.871824 0.583841 0.659724
+0.902937 0.598352 0.665492
+0.94168 0.615 0.673991
+0.967193 0.629206 0.682902
+0.973648 0.640848 0.691417
+0.980728 0.653498 0.701152
+0.341253 0.556405 0.637263
+0.355093 0.557458 0.642756
+0.369894 0.559182 0.64889
+0.379828 0.559411 0.652705
+0.386419 0.558785 0.65481
+0.390234 0.557031 0.655131
+0.392218 0.554543 0.654292
+0.393393 0.551904 0.653071
+0.394415 0.548852 0.65153
+0.396735 0.546075 0.650568
+0.401297 0.543877 0.651194
+0.408301 0.541833 0.653422
+0.418585 0.540536 0.657877
+0.433433 0.539025 0.664256
+0.452811 0.536675 0.672877
+0.484977 0.533837 0.669841
+0.519112 0.531838 0.667002
+0.554467 0.530602 0.664302
+0.590494 0.53051 0.662211
+0.628183 0.532036 0.661341
+0.666468 0.535225 0.661097
+0.700618 0.540581 0.657313
+0.727733 0.547204 0.651041
+0.749889 0.55433 0.645762
+0.771344 0.561425 0.642847
+0.79498 0.568963 0.642527
+0.821653 0.577234 0.644465
+0.852262 0.586099 0.648127
+0.882795 0.598077 0.65391
+0.916808 0.612894 0.662287
+0.960006 0.630182 0.673457
+0.974166 0.64181 0.682322
+0.980194 0.652552 0.69131
+0.374258 0.589395 0.646021
+0.382574 0.589654 0.649287
+0.393194 0.591043 0.653849
+0.399771 0.59089 0.656062
+0.403967 0.589853 0.65687
+0.406424 0.588006 0.656672
+0.407385 0.585458 0.655436
+0.407355 0.582361 0.653483
+0.407385 0.579293 0.651759
+0.407828 0.576089 0.649927
+0.409613 0.573098 0.648859
+0.413581 0.570871 0.649378
+0.42002 0.568994 0.651087
+0.431006 0.566842 0.654459
+0.447669 0.564889 0.659098
+0.477882 0.561502 0.65565
+0.510338 0.558556 0.65272
+0.544366 0.556649 0.650385
+0.579614 0.555383 0.64831
+0.616053 0.555276 0.647013
+0.653162 0.55697 0.646418
+0.683497 0.560861 0.640879
+0.704784 0.56614 0.634272
+0.724834 0.571801 0.630976
+0.747509 0.57763 0.630884
+0.772503 0.583795 0.632715
+0.800214 0.590753 0.636103
+0.831037 0.598321 0.640558
+0.86508 0.606577 0.645975
+0.903258 0.616373 0.652842
+0.941558 0.631754 0.663813
+0.977142 0.647135 0.675853
+0.982559 0.656748 0.684382
+0.40174 0.623178 0.653788
+0.406271 0.622934 0.655268
+0.412314 0.623529 0.657649
+0.416083 0.62298 0.658595
+0.418189 0.621393 0.658457
+0.419272 0.619394 0.657679
+0.419181 0.616709 0.655818
+0.418265 0.613519 0.653284
+0.41706 0.610025 0.650568
+0.41622 0.606668 0.648096
+0.416037 0.603311 0.645899
+0.417136 0.600336 0.644495
+0.422171 0.597971 0.644602
+0.429465 0.595834 0.646021
+0.445487 0.593149 0.646006
+0.473365 0.589624 0.642451
+0.503441 0.586236 0.639277
+0.535729 0.583337 0.636469
+0.569604 0.581445 0.634516
+0.604776 0.580209 0.633097
+0.640604 0.58027 0.631937
+0.664515 0.583963 0.625574
+0.683818 0.588174 0.622126
+0.706188 0.592233 0.622049
+0.731106 0.596796 0.624079
+0.757458 0.601663 0.626947
+0.785779 0.607202 0.630762
+0.816464 0.613565 0.635599
+0.850462 0.620768 0.641398
+0.888655 0.628595 0.64799
+0.933379 0.638041 0.656306
+0.979858 0.654795 0.670665
+0.986542 0.663767 0.678981
+0.422553 0.65742 0.659724
+0.424445 0.657084 0.659907
+0.426627 0.656687 0.66006
+0.427878 0.65568 0.659602
+0.428031 0.653773 0.658244
+0.42742 0.651209 0.656245
+0.426307 0.648264 0.653834
+0.424811 0.645029 0.651148
+0.422751 0.641184 0.647822
+0.420829 0.63743 0.644633
+0.420661 0.634119 0.641978
+0.421302 0.630869 0.639475
+0.423285 0.628183 0.63769
+0.427024 0.626276 0.636927
+0.446845 0.62208 0.633387
+0.471321 0.617945 0.629816
+0.499214 0.614298 0.626734
+0.529046 0.610956 0.623941
+0.560815 0.608179 0.621698
+0.594995 0.60621 0.620249
+0.627024 0.605798 0.617838
+0.647822 0.608408 0.616098
+0.672145 0.610925 0.617243
+0.697002 0.613687 0.618906
+0.722805 0.616968 0.621225
+0.749981 0.621088 0.624521
+0.778088 0.62562 0.628351
+0.808392 0.630854 0.63299
+0.841642 0.637064 0.638758
+0.87866 0.643824 0.645212
+0.922683 0.651423 0.652628
+0.974273 0.662654 0.663767
+0.991867 0.673091 0.674266
+0.447272 0.690471 0.662058
+0.449393 0.690623 0.661479
+0.450263 0.689555 0.659937
+0.450263 0.687861 0.657938
+0.449744 0.685847 0.655573
+0.448371 0.682994 0.652781
+0.446464 0.679652 0.649897
+0.444236 0.676051 0.646616
+0.441642 0.672084 0.643015
+0.438987 0.667903 0.639216
+0.43772 0.66421 0.635676
+0.437079 0.660655 0.63209
+0.437415 0.657572 0.628443
+0.438956 0.655039 0.625132
+0.451484 0.651576 0.622019
+0.472648 0.647044 0.618402
+0.497124 0.642939 0.615137
+0.524559 0.639231 0.612345
+0.554498 0.635767 0.609888
+0.586419 0.632914 0.608148
+0.620066 0.631128 0.607507
+0.649592 0.630701 0.611597
+0.672984 0.632074 0.618051
+0.697414 0.634592 0.620157
+0.721859 0.637583 0.620981
+0.747494 0.641032 0.622736
+0.775174 0.645182 0.625956
+0.804532 0.649683 0.630014
+0.836378 0.654826 0.635081
+0.872404 0.660899 0.641245
+0.914015 0.667491 0.648249
+0.963287 0.676005 0.657893
+0.990539 0.687327 0.67071
+0.474083 0.725277 0.664515
+0.475349 0.724666 0.662181
+0.475792 0.723415 0.659678
+0.475181 0.721187 0.656672
+0.474006 0.718486 0.653391
+0.472496 0.715587 0.650141
+0.470253 0.711894 0.646342
+0.46772 0.707958 0.642329
+0.464988 0.703883 0.638544
+0.461814 0.699229 0.634256
+0.459052 0.694697 0.629953
+0.457649 0.690669 0.625834
+0.45716 0.687114 0.621439
+0.457588 0.683925 0.616709
+0.459831 0.681407 0.611719
+0.477195 0.676738 0.608026
+0.498131 0.672282 0.604395
+0.522591 0.667948 0.601297
+0.549996 0.664302 0.599023
+0.579736 0.660838 0.597147
+0.611551 0.658015 0.596368
+0.645136 0.656168 0.596521
+0.678584 0.655146 0.600198
+0.704036 0.656184 0.608652
+0.728527 0.658076 0.619455
+0.754177 0.6607 0.625574
+0.78117 0.664088 0.630198
+0.810315 0.668391 0.634546
+0.841413 0.673152 0.638773
+0.87602 0.678553 0.64361
+0.917189 0.68481 0.649821
+0.965316 0.69276 0.658946
+0.990723 0.702678 0.670924
+0.501457 0.761456 0.667582
+0.502144 0.760479 0.66389
+0.501778 0.758434 0.659831
+0.500999 0.756146 0.656031
+0.499397 0.753033 0.651957
+0.497246 0.749355 0.647745
+0.494957 0.745647 0.643748
+0.492088 0.741268 0.639582
+0.488853 0.736492 0.635248
+0.485649 0.731853 0.631022
+0.482124 0.726741 0.626154
+0.479423 0.721965 0.621134
+0.478172 0.717968 0.616205
+0.477562 0.714046 0.610544
+0.478111 0.710781 0.604334
+0.485191 0.707362 0.59884
+0.502632 0.702358 0.595346
+0.523644 0.697673 0.592325
+0.548028 0.693477 0.589654
+0.575341 0.689601 0.587564
+0.604822 0.686183 0.586389
+0.636851 0.683543 0.586343
+0.670451 0.681529 0.587396
+0.705104 0.680415 0.591394
+0.735775 0.680858 0.600183
+0.762402 0.682857 0.610101
+0.789364 0.685023 0.622461
+0.81857 0.688197 0.632471
+0.850477 0.692287 0.64033
+0.886687 0.697002 0.647639
+0.929442 0.70248 0.654948
+0.978973 0.711009 0.666316
+0.99324 0.718578 0.675319
+0.529824 0.8 0.671382
+0.529976 0.79852 0.666682
+0.529091 0.795972 0.661692
+0.527626 0.792889 0.656825
+0.525811 0.789517 0.652399
+0.52343 0.78558 0.647547
+0.520562 0.781079 0.642786
+0.51754 0.776486 0.638209
+0.514061 0.771344 0.633448
+0.510292 0.765896 0.628611
+0.506676 0.760662 0.623896
+0.502861 0.755093 0.618616
+0.500221 0.74995 0.612955
+0.498939 0.745739 0.607202
+0.498329 0.741619 0.600366
+0.49897 0.738201 0.592493
+0.510185 0.733761 0.587732
+0.527794 0.728588 0.584329
+0.548852 0.723735 0.581491
+0.573404 0.719448 0.579461
+0.600595 0.715373 0.578012
+0.629892 0.711971 0.577676
+0.661799 0.7093 0.578607
+0.696086 0.707286 0.580911
+0.731853 0.706127 0.58587
+0.766522 0.706462 0.595087
+0.797833 0.708049 0.605371
+0.828321 0.710582 0.616358
+0.861341 0.713481 0.629984
+0.898634 0.717296 0.642954
+0.943358 0.721965 0.65362
+0.990677 0.730922 0.670695
+0.994781 0.736049 0.677989
+0.560113 0.842405 0.677516
+0.559548 0.840162 0.67187
+0.558373 0.837293 0.666178
+0.556329 0.833448 0.660441
+0.553903 0.829236 0.654963
+0.551186 0.824781 0.649744
+0.54789 0.819623 0.644419
+0.544335 0.814237 0.63917
+0.540703 0.808804 0.634043
+0.536599 0.802808 0.628946
+0.532357 0.796613 0.623835
+0.528237 0.790616 0.618448
+0.524117 0.784527 0.612467
+0.521599 0.77908 0.606058
+0.520195 0.774456 0.599222
+0.519631 0.770153 0.591089
+0.520821 0.766415 0.581567
+0.534951 0.761044 0.578271
+0.55259 0.755673 0.575387
+0.573938 0.7505 0.5729
+0.598413 0.746166 0.571496
+0.625559 0.741985 0.570794
+0.655283 0.738384 0.571267
+0.687465 0.735805 0.573312
+0.72224 0.733684 0.576837
+0.759319 0.732494 0.583185
+0.797086 0.732738 0.593225
+0.834409 0.734051 0.6047
+0.871351 0.736614 0.616358
+0.911925 0.740215 0.629038
+0.955688 0.745602 0.649454
+0.989364 0.751858 0.668147
+0.994324 0.756115 0.677089
+0.593973 0.891707 0.68806
+0.592676 0.888472 0.681315
+0.590738 0.88455 0.674586
+0.588266 0.880049 0.668177
+0.585092 0.874678 0.661814
+0.58175 0.86923 0.655879
+0.577905 0.863157 0.650065
+0.573632 0.856565 0.64419
+0.569238 0.849897 0.638437
+0.564858 0.843336 0.63299
+0.560098 0.836301 0.627161
+0.555383 0.829343 0.621286
+0.550759 0.822461 0.61503
+0.546502 0.815763 0.608194
+0.543832 0.809812 0.601114
+0.542229 0.804639 0.593149
+0.541588 0.799954 0.583658
+0.545098 0.795377 0.574456
+0.559503 0.789624 0.571084
+0.577417 0.783871 0.568338
+0.598779 0.778515 0.566415
+0.623377 0.773968 0.565682
+0.650584 0.769635 0.566064
+0.68069 0.765866 0.567575
+0.713527 0.763134 0.570932
+0.749111 0.760967 0.575967
+0.78822 0.759701 0.583581
+0.829725 0.75993 0.594491
+0.87332 0.761196 0.607156
+0.917891 0.764401 0.625147
+0.965194 0.770855 0.649149
+0.986893 0.775753 0.66334
+0.992004 0.779126 0.672724
+0.635279 0.954849 0.706523
+0.632898 0.949981 0.698787
+0.629541 0.943771 0.690837
+0.62591 0.937362 0.683482
+0.621668 0.930175 0.676066
+0.617166 0.922759 0.668879
+0.612284 0.91487 0.661891
+0.607279 0.90695 0.655222
+0.601846 0.898466 0.648463
+0.596506 0.890211 0.642039
+0.590936 0.881743 0.63566
+0.585184 0.87303 0.629145
+0.579736 0.86479 0.622324
+0.574762 0.857191 0.615137
+0.57023 0.849515 0.607202
+0.567285 0.842908 0.599008
+0.565393 0.837034 0.589761
+0.564553 0.831724 0.578653
+0.569207 0.826368 0.569299
+0.584176 0.819898 0.566659
+0.602243 0.813764 0.564462
+0.62359 0.808194 0.563058
+0.648402 0.803281 0.562875
+0.675914 0.798749 0.563912
+0.706294 0.794858 0.566506
+0.740215 0.791943 0.571145
+0.777173 0.789639 0.577737
+0.819013 0.788235 0.586908
+0.865431 0.788388 0.599252
+0.913878 0.790387 0.621118
+0.969039 0.795666 0.649409
+0.986526 0.799954 0.662272
+0.990875 0.803693 0.670405
+0.65948 0.987045 0.714961
+0.659785 0.987167 0.70901
+0.659648 0.987091 0.70341
+0.659297 0.986923 0.698482
+0.658808 0.986679 0.694148
+0.658045 0.986313 0.690166
+0.656535 0.984787 0.686076
+0.649439 0.973068 0.677394
+0.642039 0.961028 0.668772
+0.634684 0.949203 0.660426
+0.627588 0.937926 0.652522
+0.620401 0.926619 0.644541
+0.613504 0.915816 0.636561
+0.60705 0.905745 0.628382
+0.60087 0.896056 0.619593
+0.595941 0.887098 0.610651
+0.592645 0.879591 0.601343
+0.590173 0.872541 0.59057
+0.595865 0.86453 0.585153
+0.605097 0.857252 0.580591
+0.617639 0.850645 0.576547
+0.633555 0.844358 0.572824
+0.652995 0.839094 0.569924
+0.675547 0.834165 0.567407
+0.701732 0.829938 0.565438
+0.732784 0.82591 0.568795
+0.767849 0.822675 0.574533
+0.807172 0.820203 0.582345
+0.852476 0.819028 0.593088
+0.903487 0.819104 0.614862
+0.961791 0.8224 0.646097
+0.986679 0.825956 0.662028
+0.990967 0.829404 0.670207
+0.668666 0.991302 0.711925
+0.668742 0.991318 0.705287
+0.668605 0.991257 0.699214
+0.668132 0.991028 0.693843
+0.667445 0.990692 0.689204
+0.666697 0.990341 0.685084
+0.665675 0.989853 0.681315
+0.664546 0.989319 0.677958
+0.663386 0.988769 0.674983
+0.662013 0.988128 0.67216
+0.660594 0.987457 0.669566
+0.65922 0.986816 0.667048
+0.656825 0.984482 0.663645
+0.647456 0.969207 0.652857
+0.639048 0.955566 0.642267
+0.631159 0.942718 0.631128
+0.628275 0.930755 0.623621
+0.627894 0.920027 0.616953
+0.629847 0.909941 0.610697
+0.634562 0.900526 0.604929
+0.642573 0.892332 0.600061
+0.653651 0.884627 0.595605
+0.668162 0.877699 0.59176
+0.686305 0.87187 0.58883
+0.707774 0.866712 0.58648
+0.733043 0.862165 0.584741
+0.762493 0.858991 0.584024
+0.797238 0.856138 0.583658
+0.839323 0.85362 0.589807
+0.889357 0.852216 0.606775
+0.947982 0.852964 0.640314
+0.987472 0.855756 0.662776
+0.991135 0.857847 0.670024
+0.678294 0.995804 0.709133
+0.678264 0.995789 0.702007
+0.677913 0.995621 0.69543
+0.677424 0.995377 0.689693
+0.676661 0.99501 0.684688
+0.6757 0.994553 0.680186
+0.674708 0.994079 0.67631
+0.674052 0.993484 0.673442
+0.67425 0.992798 0.671962
+0.674052 0.992126 0.670527
+0.673457 0.991379 0.66894
+0.672587 0.9906 0.667292
+0.671839 0.989883 0.665721
+0.671366 0.98912 0.664088
+0.671366 0.988388 0.662501
+0.672053 0.987701 0.661006
+0.673426 0.987015 0.659495
+0.675975 0.986404 0.658122
+0.673152 0.972137 0.649393
+0.672541 0.958419 0.641016
+0.675059 0.94641 0.633661
+0.681208 0.936172 0.627451
+0.690394 0.926574 0.621653
+0.703182 0.918074 0.616587
+0.720043 0.910887 0.612421
+0.740383 0.904631 0.6094
+0.76492 0.899596 0.607706
+0.79472 0.895903 0.607111
+0.830152 0.893004 0.607141
+0.874998 0.89102 0.607828
+0.93196 0.889754 0.63328
+0.989059 0.890303 0.66479
+0.99202 0.891493 0.67097
+0.690883 1 0.708659
+0.690486 1 0.700618
+0.689174 1 0.69279
+0.688899 0.999954 0.687083
+0.692027 0.999405 0.685924
+0.693858 0.998795 0.684611
+0.694957 0.998154 0.683268
+0.695338 0.997467 0.681819
+0.695232 0.996765 0.680293
+0.694575 0.996002 0.678691
+0.69366 0.995254 0.677089
+0.692378 0.994461 0.67538
+0.691066 0.993652 0.673671
+0.689906 0.992874 0.671992
+0.689158 0.992081 0.670283
+0.688945 0.991302 0.668589
+0.68957 0.9906 0.667079
+0.690929 0.989899 0.665522
+0.693446 0.989258 0.664103
+0.697444 0.988708 0.662837
+0.703075 0.98822 0.661692
+0.710628 0.987854 0.660746
+0.720531 0.98764 0.660105
+0.730297 0.981262 0.656153
+0.741009 0.96994 0.649653
+0.756222 0.96054 0.644373
+0.775402 0.95227 0.639857
+0.799451 0.945312 0.636225
+0.828901 0.939757 0.634623
+0.866133 0.936324 0.634806
+0.915801 0.934493 0.636149
+0.985489 0.933577 0.66598
+0.993973 0.933593 0.673625
+0.71986 1 0.723522
+0.722164 1 0.718532
+0.7252 1 0.715587
+0.726558 1 0.71223
+0.726925 1 0.708873
+0.725856 1 0.704906
+0.723934 1 0.70074
+0.721477 1 0.696513
+0.71809 1 0.691798
+0.71429 0.999954 0.687083
+0.713039 0.999176 0.685435
+0.711299 0.998337 0.683604
+0.709529 0.997482 0.681804
+0.707881 0.996658 0.680018
+0.706538 0.995819 0.678248
+0.705608 0.994995 0.676478
+0.705318 0.994217 0.674784
+0.705699 0.993454 0.673121
+0.707027 0.992737 0.671565
+0.709636 0.992081 0.670085
+0.71371 0.991501 0.668788
+0.719509 0.990997 0.667597
+0.727459 0.990631 0.666667
+0.737636 0.990356 0.665919
+0.75053 0.990234 0.6654
+0.766232 0.990265 0.665217
+0.785122 0.990494 0.665354
+0.807843 0.99089 0.665782
+0.834897 0.991531 0.666651
+0.867567 0.992401 0.667872
+0.909239 0.994202 0.671473
+0.967712 0.991913 0.673365
+0.997528 0.990463 0.678889
+0.75819 1 0.748989
+0.762051 1 0.746349
+0.764385 1 0.743313
+0.765011 1 0.739818
+0.76437 1 0.735943
+0.762997 1 0.732067
+0.760449 1 0.727657
+0.757122 1 0.722896
+0.753521 1 0.718227
+0.749157 1 0.713115
+0.744289 1 0.707713
+0.739406 1 0.702464
+0.734005 1 0.696818
+0.72871 1 0.691203
+0.724559 0.999786 0.686702
+0.722881 0.998886 0.684794
+0.721736 0.998032 0.682948
+0.721218 0.997208 0.681178
+0.721538 0.996399 0.679423
+0.722927 0.995651 0.677775
+0.725734 0.99498 0.67631
+0.729992 0.994385 0.674937
+0.73608 0.993851 0.673716
+0.744549 0.993454 0.672724
+0.755352 0.993133 0.671916
+0.769039 0.992966 0.671336
+0.786007 0.992966 0.671107
+0.806516 0.993118 0.671122
+0.831235 0.993469 0.671489
+0.861479 0.994049 0.672282
+0.89926 0.994873 0.673457
+0.951095 0.996368 0.676005
+0.998062 0.998062 0.679744
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132738 0.132677 0.774166
+0.176974 0.139422 0.775525
+0.232349 0.149508 0.77763
+0.280552 0.15964 0.779843
+0.322225 0.169299 0.782055
+0.359991 0.178698 0.784298
+0.39556 0.188083 0.786618
+0.429953 0.200015 0.789639
+0.472267 0.249943 0.802853
+0.51574 0.302953 0.819226
+0.559106 0.351446 0.836301
+0.601846 0.394507 0.853071
+0.645914 0.43444 0.869917
+0.692073 0.471733 0.886732
+0.742138 0.506935 0.903502
+0.800732 0.541192 0.920638
+0.874601 0.574105 0.937835
+0.953918 0.603922 0.953918
+0.967208 0.628595 0.967208
+0.98117 0.65391 0.98117
+0.995514 0.679316 0.995514
+1 0.711254 1
+1 0.745998 1
+1 0.78201 1
+1 0.819409 1
+1 0.859464 1
+1 0.907576 1
+1 0.966186 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132738 0.132677 0.774166
+0.173358 0.138827 0.775402
+0.226642 0.148394 0.777386
+0.273487 0.158083 0.779492
+0.314794 0.167514 0.781643
+0.35285 0.176883 0.783856
+0.388052 0.186282 0.786175
+0.427329 0.219669 0.79443
+0.469108 0.265614 0.807309
+0.510857 0.311452 0.821988
+0.552621 0.354528 0.837385
+0.594553 0.394614 0.853056
+0.637598 0.43238 0.868986
+0.68246 0.46804 0.884978
+0.731746 0.502693 0.901396
+0.787503 0.535851 0.917891
+0.855543 0.56762 0.934356
+0.95137 0.599115 0.95137
+0.964294 0.623224 0.964294
+0.977874 0.647974 0.977874
+0.991989 0.673136 0.991989
+1 0.702144 1
+1 0.736049 1
+1 0.770886 1
+1 0.806668 1
+1 0.844038 1
+1 0.887266 1
+1 0.938643 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132784 0.132677 0.774166
+0.170077 0.138293 0.77528
+0.220249 0.147158 0.777127
+0.266117 0.156481 0.779141
+0.307332 0.165759 0.781231
+0.344778 0.17499 0.783398
+0.382879 0.19675 0.788525
+0.423758 0.235126 0.798428
+0.464149 0.275471 0.810208
+0.50515 0.316716 0.823697
+0.54548 0.355673 0.837736
+0.586374 0.393088 0.852384
+0.628351 0.428519 0.863615
+0.672587 0.462409 0.873655
+0.720256 0.495308 0.886854
+0.774548 0.528099 0.904036
+0.839399 0.559869 0.922911
+0.92845 0.591348 0.944656
+0.961196 0.617517 0.961196
+0.974533 0.641962 0.974533
+0.988098 0.666255 0.988098
+1 0.69221 1
+1 0.72546 1
+1 0.758785 1
+1 0.792737 1
+1 0.828565 1
+1 0.868055 1
+1 0.912673 1
+1 0.967712 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132845 0.132692 0.774166
+0.167102 0.137819 0.775189
+0.214191 0.146014 0.776883
+0.259129 0.155093 0.778836
+0.300145 0.16669 0.781384
+0.34023 0.187762 0.786191
+0.380285 0.217121 0.793454
+0.419425 0.248905 0.802152
+0.458793 0.284062 0.812787
+0.497581 0.319051 0.819532
+0.537026 0.353887 0.82359
+0.576898 0.387823 0.829694
+0.61828 0.421225 0.838376
+0.662364 0.454459 0.850309
+0.709072 0.486259 0.863172
+0.762234 0.51809 0.879179
+0.824292 0.548974 0.897841
+0.905577 0.578958 0.918135
+0.957412 0.610574 0.928542
+0.970581 0.634836 0.943358
+0.984024 0.659052 0.959899
+0.997772 0.683284 0.97995
+1 0.714214 0.993439
+1 0.746273 1
+1 0.778744 1
+1 0.811765 1
+1 0.848234 1
+1 0.887648 1
+1 0.933104 1
+0.132998 0.133639 0.774227
+0.133974 0.136385 0.774426
+0.135012 0.139284 0.774624
+0.136095 0.14229 0.774838
+0.138003 0.146807 0.775219
+0.171603 0.155581 0.778576
+0.215442 0.165698 0.780789
+0.25922 0.179355 0.783886
+0.299947 0.195499 0.787732
+0.339071 0.21416 0.792447
+0.376867 0.236194 0.79472
+0.414054 0.261158 0.792096
+0.451164 0.289113 0.792172
+0.489235 0.319631 0.795148
+0.52752 0.350744 0.799466
+0.566979 0.382605 0.807157
+0.608225 0.414603 0.816388
+0.65127 0.446113 0.827741
+0.698177 0.477699 0.841764
+0.749813 0.508461 0.857542
+0.809155 0.53817 0.875044
+0.884978 0.567254 0.894667
+0.95346 0.60325 0.900755
+0.966323 0.627115 0.91339
+0.979614 0.651194 0.927825
+0.992981 0.674907 0.944045
+1 0.702037 0.957961
+1 0.733166 0.970001
+1 0.764202 0.987625
+1 0.79527 1
+1 0.828168 1
+1 0.863539 1
+1 0.902342 1
+0.150835 0.180636 0.777905
+0.153735 0.187762 0.778546
+0.155337 0.191653 0.778897
+0.156344 0.194064 0.77911
+0.157595 0.196368 0.779385
+0.186801 0.203037 0.785443
+0.226123 0.210864 0.791074
+0.263691 0.217563 0.786358
+0.300908 0.227146 0.780804
+0.336767 0.239445 0.775952
+0.372595 0.255283 0.772564
+0.408362 0.274876 0.771191
+0.444297 0.297383 0.771801
+0.481239 0.322927 0.775128
+0.518807 0.350362 0.780285
+0.557748 0.379263 0.787305
+0.598138 0.409003 0.796765
+0.640696 0.438941 0.807813
+0.686137 0.468818 0.821408
+0.736797 0.498848 0.837339
+0.794369 0.527794 0.854322
+0.864546 0.555444 0.872541
+0.944686 0.59472 0.876249
+0.962158 0.619516 0.886885
+0.974929 0.642832 0.898802
+0.987915 0.665995 0.912322
+1 0.689616 0.927184
+1 0.719387 0.937011
+1 0.748684 0.950088
+1 0.778088 0.967819
+1 0.80827 0.990372
+1 0.839734 1
+1 0.873869 1
+0.173602 0.233906 0.783078
+0.17586 0.238895 0.783612
+0.176364 0.240955 0.78085
+0.175433 0.240894 0.774441
+0.175051 0.240314 0.768353
+0.198199 0.242527 0.766873
+0.232517 0.247944 0.769314
+0.267979 0.253361 0.768231
+0.301747 0.258824 0.763256
+0.336049 0.267185 0.75967
+0.369909 0.27808 0.756924
+0.404074 0.292119 0.756008
+0.43917 0.309789 0.756985
+0.474281 0.329961 0.758968
+0.510933 0.35314 0.763455
+0.548791 0.378439 0.770291
+0.588373 0.405295 0.77937
+0.630274 0.43331 0.790646
+0.674846 0.461509 0.803479
+0.724086 0.489876 0.81799
+0.779477 0.517678 0.834531
+0.845594 0.544182 0.851835
+0.915557 0.580728 0.855055
+0.957763 0.611429 0.862181
+0.970184 0.634272 0.873045
+0.982788 0.656947 0.884398
+0.995361 0.679103 0.897185
+1 0.70544 0.907744
+1 0.733135 0.917861
+1 0.759976 0.93048
+1 0.787884 0.947524
+1 0.816098 0.968734
+1 0.845838 0.996765
+0.189899 0.276463 0.761868
+0.190799 0.279408 0.758083
+0.190539 0.280156 0.753353
+0.189609 0.27953 0.748379
+0.190753 0.27863 0.743893
+0.211765 0.279271 0.743694
+0.239826 0.281743 0.746151
+0.27274 0.286549 0.751522
+0.305303 0.291035 0.752453
+0.336477 0.295659 0.748806
+0.368597 0.302892 0.746288
+0.401328 0.312474 0.744625
+0.434546 0.325124 0.744762
+0.468925 0.340917 0.746639
+0.504067 0.359442 0.750561
+0.540764 0.380804 0.756405
+0.579293 0.404242 0.764263
+0.619867 0.429191 0.774273
+0.663966 0.455634 0.786725
+0.711833 0.482246 0.800748
+0.765118 0.508431 0.816266
+0.828092 0.533959 0.833204
+0.8907 0.568215 0.83624
+0.953384 0.603342 0.839506
+0.965469 0.625711 0.848676
+0.977478 0.647471 0.858183
+0.989502 0.668849 0.86862
+1 0.690532 0.879789
+1 0.716731 0.888045
+1 0.742077 0.898268
+1 0.767483 0.911482
+1 0.793591 0.928542
+1 0.819226 0.947555
+0.204669 0.313375 0.737804
+0.205585 0.315694 0.735759
+0.20528 0.315923 0.732219
+0.204334 0.314977 0.728161
+0.209018 0.313909 0.725002
+0.227924 0.313924 0.726268
+0.250614 0.314702 0.728664
+0.277989 0.316838 0.733013
+0.308324 0.320928 0.739849
+0.338506 0.324651 0.741711
+0.368566 0.328557 0.738674
+0.399573 0.334905 0.736919
+0.43125 0.34342 0.736324
+0.464088 0.354864 0.737331
+0.498131 0.369223 0.740154
+0.533761 0.386358 0.744762
+0.571252 0.406271 0.751873
+0.611002 0.428183 0.760906
+0.653071 0.451347 0.771725
+0.699977 0.476051 0.785061
+0.751431 0.500374 0.79939
+0.810681 0.523903 0.814664
+0.868009 0.556497 0.817548
+0.939452 0.593301 0.819043
+0.960739 0.617075 0.826078
+0.972305 0.638209 0.834241
+0.983612 0.658457 0.842695
+0.994751 0.67805 0.852018
+1 0.700114 0.86067
+1 0.723568 0.868894
+1 0.746868 0.879255
+1 0.769879 0.891585
+1 0.793347 0.906966
+0.219715 0.347478 0.71899
+0.220233 0.348806 0.717479
+0.220066 0.348974 0.715099
+0.219196 0.347784 0.711696
+0.230533 0.347005 0.711421
+0.246448 0.346593 0.712795
+0.264393 0.346227 0.714504
+0.286381 0.346929 0.717998
+0.311894 0.348837 0.723751
+0.340337 0.352178 0.731868
+0.369299 0.35523 0.734554
+0.39884 0.358801 0.732357
+0.429053 0.364141 0.730983
+0.460487 0.371832 0.730953
+0.493507 0.382437 0.73257
+0.527687 0.395468 0.736187
+0.564004 0.411322 0.741619
+0.602564 0.429786 0.749508
+0.64387 0.450034 0.759167
+0.689021 0.471748 0.770825
+0.738766 0.493965 0.784222
+0.795087 0.515404 0.797955
+0.847318 0.545815 0.799527
+0.908888 0.579385 0.8009
+0.956283 0.608865 0.805264
+0.967041 0.628687 0.811704
+0.977722 0.64799 0.818814
+0.988159 0.666514 0.826093
+0.998215 0.684077 0.83415
+1 0.704982 0.841382
+1 0.725902 0.849195
+1 0.746715 0.858976
+1 0.767773 0.871229
+0.234668 0.379217 0.704097
+0.234928 0.380026 0.702434
+0.234485 0.379629 0.700084
+0.236362 0.378912 0.69836
+0.25304 0.378637 0.700496
+0.266377 0.377569 0.701762
+0.280461 0.376761 0.703716
+0.297719 0.376257 0.706493
+0.318395 0.376684 0.71107
+0.342611 0.378454 0.717983
+0.369833 0.381201 0.72668
+0.398337 0.383688 0.729915
+0.42742 0.38677 0.728298
+0.457847 0.391455 0.727565
+0.489494 0.398383 0.728038
+0.523186 0.408072 0.730465
+0.557961 0.419974 0.734188
+0.59527 0.434485 0.740169
+0.635538 0.451469 0.748608
+0.679103 0.469932 0.758648
+0.726879 0.489235 0.770321
+0.781186 0.508751 0.783352
+0.829145 0.536904 0.783703
+0.883452 0.567514 0.783795
+0.951873 0.601007 0.785428
+0.962036 0.619577 0.790372
+0.971847 0.637446 0.795483
+0.981414 0.654597 0.801343
+0.990524 0.670665 0.807446
+0.999527 0.686366 0.814969
+1 0.705104 0.821668
+1 0.724544 0.830014
+1 0.743633 0.839994
+0.24947 0.409293 0.691341
+0.249638 0.409751 0.690486
+0.249119 0.409125 0.688609
+0.258915 0.40885 0.689387
+0.275883 0.409064 0.692607
+0.287694 0.407874 0.693965
+0.29836 0.406271 0.694835
+0.311452 0.405325 0.697063
+0.327611 0.40473 0.700526
+0.347326 0.404898 0.705989
+0.370794 0.406363 0.714199
+0.39762 0.408713 0.724483
+0.426154 0.410727 0.728222
+0.455619 0.413275 0.726833
+0.48658 0.417319 0.726207
+0.518929 0.423453 0.727047
+0.553429 0.432166 0.72987
+0.589639 0.442985 0.734432
+0.628336 0.456077 0.740795
+0.670771 0.471168 0.749081
+0.716777 0.48719 0.758785
+0.768277 0.503532 0.769604
+0.81294 0.529702 0.768399
+0.861021 0.557275 0.76733
+0.91693 0.586404 0.767468
+0.957565 0.611353 0.770642
+0.966415 0.627619 0.774548
+0.974838 0.642863 0.778164
+0.983154 0.657725 0.783093
+0.991028 0.671565 0.788388
+0.99881 0.685115 0.794827
+1 0.702556 0.802258
+1 0.720562 0.811383
+0.26479 0.439155 0.681117
+0.264408 0.43859 0.680293
+0.264103 0.437781 0.678645
+0.283314 0.438682 0.68336
+0.299596 0.438865 0.687312
+0.309957 0.437522 0.688777
+0.318166 0.435752 0.689296
+0.327443 0.43418 0.690501
+0.339498 0.432792 0.692729
+0.354894 0.432074 0.696788
+0.374121 0.432181 0.70312
+0.397223 0.433326 0.712215
+0.424094 0.435325 0.724254
+0.453727 0.436973 0.729061
+0.483772 0.438712 0.727581
+0.515709 0.442023 0.727214
+0.549401 0.447395 0.728405
+0.584985 0.454826 0.731258
+0.623056 0.464225 0.735698
+0.664195 0.475593 0.742061
+0.708659 0.488121 0.749798
+0.757519 0.50193 0.757687
+0.798215 0.524269 0.754559
+0.841596 0.549142 0.752224
+0.889052 0.574762 0.750744
+0.944396 0.60145 0.751385
+0.961288 0.618265 0.753902
+0.968841 0.632059 0.756558
+0.975998 0.644984 0.759777
+0.983154 0.657725 0.764324
+0.990265 0.670253 0.769924
+0.997742 0.683268 0.776883
+1 0.699489 0.785657
+0.280217 0.468376 0.673014
+0.279133 0.46659 0.671901
+0.287236 0.467033 0.673899
+0.308812 0.468345 0.680247
+0.323186 0.468147 0.683909
+0.33257 0.467063 0.685725
+0.338766 0.464973 0.685832
+0.344884 0.462699 0.685863
+0.353552 0.461097 0.687129
+0.365042 0.459617 0.689754
+0.379965 0.458808 0.694423
+0.399023 0.458976 0.702159
+0.42208 0.459724 0.712383
+0.449683 0.461326 0.726406
+0.480797 0.462242 0.732006
+0.512596 0.463279 0.730526
+0.545815 0.465721 0.729961
+0.581552 0.470039 0.731228
+0.618647 0.4757 0.733471
+0.657954 0.482948 0.736751
+0.700816 0.492134 0.741466
+0.748257 0.503258 0.747936
+0.785977 0.523064 0.742351
+0.825116 0.543801 0.737819
+0.865599 0.565637 0.734813
+0.908431 0.587564 0.733135
+0.956771 0.609964 0.734173
+0.963333 0.62208 0.736004
+0.96965 0.633585 0.738415
+0.975998 0.645014 0.742077
+0.982605 0.656779 0.747417
+0.98967 0.669215 0.754055
+0.997192 0.682307 0.762478
+0.295598 0.496696 0.667231
+0.294301 0.494575 0.66601
+0.315343 0.496849 0.672786
+0.334859 0.498207 0.679316
+0.347021 0.497826 0.682689
+0.354604 0.496315 0.683894
+0.359564 0.494347 0.684031
+0.363607 0.491814 0.683635
+0.368994 0.489342 0.68368
+0.377249 0.487602 0.685405
+0.388327 0.486122 0.688426
+0.403037 0.485252 0.69366
+0.422049 0.485359 0.70222
+0.445624 0.485893 0.714061
+0.473747 0.486183 0.729381
+0.505364 0.484733 0.733715
+0.539559 0.484703 0.731762
+0.575036 0.485985 0.73077
+0.612482 0.488991 0.731258
+0.652354 0.493355 0.732677
+0.693446 0.500084 0.73402
+0.73547 0.510689 0.734127
+0.776013 0.524834 0.731197
+0.810575 0.542473 0.724514
+0.845212 0.560204 0.719692
+0.879454 0.577279 0.716274
+0.914961 0.594736 0.715038
+0.95581 0.61326 0.71664
+0.964492 0.624231 0.718776
+0.970245 0.634668 0.72221
+0.976379 0.645716 0.727275
+0.983169 0.657786 0.734203
+0.990494 0.67068 0.74284
+0.311192 0.524895 0.662959
+0.319768 0.5243 0.665568
+0.344411 0.52726 0.674723
+0.360494 0.528344 0.680705
+0.37026 0.527687 0.683497
+0.376303 0.526131 0.684245
+0.379873 0.523827 0.683818
+0.382574 0.521279 0.682948
+0.385565 0.518502 0.682063
+0.390646 0.51603 0.682246
+0.398505 0.514122 0.684123
+0.409369 0.512581 0.687739
+0.424094 0.511666 0.694118
+0.443412 0.511727 0.703929
+0.466789 0.511101 0.715999
+0.494499 0.508019 0.72903
+0.529381 0.506889 0.725887
+0.565087 0.506661 0.722866
+0.602029 0.507866 0.720302
+0.640162 0.511131 0.718654
+0.679255 0.51635 0.717815
+0.720012 0.523995 0.7178
+0.760281 0.534081 0.716045
+0.797665 0.545129 0.711666
+0.827268 0.55874 0.704997
+0.854231 0.57232 0.699901
+0.881514 0.585824 0.697276
+0.911315 0.599802 0.697368
+0.947417 0.615457 0.70074
+0.966567 0.628046 0.705684
+0.972381 0.63856 0.711025
+0.978729 0.649912 0.717662
+0.98587 0.662562 0.726482
+0.333623 0.554116 0.663157
+0.353231 0.556161 0.670939
+0.37258 0.558465 0.678599
+0.384512 0.558755 0.682857
+0.392126 0.557977 0.685054
+0.396872 0.556344 0.685695
+0.399344 0.553826 0.684871
+0.400732 0.551049 0.683452
+0.402136 0.548074 0.681971
+0.404776 0.54522 0.681071
+0.409476 0.542641 0.681331
+0.41709 0.540719 0.683482
+0.427695 0.539223 0.687556
+0.442252 0.538369 0.694484
+0.461463 0.537072 0.703777
+0.485649 0.534356 0.713436
+0.51902 0.532158 0.710018
+0.553994 0.53106 0.707225
+0.589715 0.530892 0.704646
+0.626978 0.532113 0.702663
+0.665339 0.535393 0.701823
+0.70486 0.540536 0.701579
+0.742855 0.547829 0.698848
+0.776165 0.556497 0.694011
+0.804623 0.565133 0.688457
+0.83061 0.573709 0.684077
+0.856291 0.583139 0.681895
+0.881163 0.595071 0.68188
+0.910689 0.608423 0.68481
+0.948165 0.624155 0.691157
+0.971633 0.637232 0.698299
+0.97705 0.646937 0.704845
+0.983337 0.658106 0.713008
+0.370413 0.587106 0.671519
+0.384192 0.588266 0.677104
+0.398169 0.589944 0.683024
+0.406638 0.589868 0.685878
+0.411978 0.588724 0.687053
+0.415351 0.586892 0.687312
+0.416968 0.58436 0.686351
+0.417258 0.581247 0.684352
+0.417533 0.578164 0.682429
+0.418311 0.574914 0.680629
+0.420569 0.571832 0.679576
+0.424887 0.569238 0.679835
+0.431983 0.567498 0.682033
+0.442329 0.566018 0.686519
+0.457115 0.563943 0.692607
+0.478477 0.561563 0.698634
+0.510353 0.558633 0.695079
+0.543694 0.556451 0.691966
+0.578897 0.555367 0.68957
+0.614984 0.555215 0.687556
+0.65182 0.556573 0.686122
+0.690715 0.559808 0.685908
+0.725673 0.564965 0.682536
+0.753658 0.571389 0.676326
+0.777096 0.578408 0.670878
+0.799695 0.585351 0.667796
+0.82472 0.59266 0.667353
+0.854383 0.600839 0.669276
+0.88809 0.609415 0.672541
+0.921355 0.622507 0.678447
+0.96286 0.638743 0.687678
+0.978805 0.65008 0.695872
+0.984283 0.659785 0.703609
+0.402243 0.620569 0.679637
+0.411154 0.621149 0.683268
+0.419944 0.621775 0.686992
+0.425864 0.6215 0.689067
+0.429236 0.619974 0.689372
+0.431022 0.617807 0.68867
+0.431754 0.61532 0.687205
+0.431327 0.612146 0.684886
+0.430472 0.608637 0.682246
+0.429862 0.605081 0.679683
+0.430411 0.601816 0.677989
+0.432227 0.598703 0.676936
+0.436072 0.596185 0.677241
+0.443046 0.594095 0.679164
+0.454002 0.591882 0.682475
+0.473579 0.589136 0.68394
+0.50338 0.585977 0.680659
+0.535241 0.583047 0.677409
+0.568536 0.580896 0.67483
+0.603662 0.579843 0.673167
+0.639933 0.579705 0.671855
+0.677134 0.581064 0.67126
+0.708293 0.585077 0.666224
+0.73022 0.590265 0.65922
+0.750607 0.595682 0.655589
+0.773968 0.601541 0.655329
+0.800214 0.607584 0.656962
+0.82974 0.614221 0.660121
+0.863706 0.621805 0.664805
+0.902495 0.629892 0.670192
+0.944366 0.641352 0.677974
+0.982498 0.656641 0.689067
+0.987442 0.665339 0.696452
+0.427329 0.654063 0.68632
+0.433097 0.65478 0.688685
+0.437964 0.654719 0.690272
+0.44094 0.653651 0.690623
+0.442771 0.652155 0.690349
+0.443214 0.649683 0.688899
+0.442802 0.646754 0.686824
+0.442008 0.643595 0.684703
+0.44036 0.63978 0.681575
+0.438651 0.635996 0.678233
+0.43769 0.632425 0.675532
+0.43743 0.628855 0.673136
+0.439002 0.625742 0.671702
+0.444022 0.62327 0.671717
+0.451255 0.620996 0.672877
+0.471611 0.617426 0.670878
+0.498863 0.613596 0.667369
+0.52845 0.610437 0.664134
+0.559976 0.60763 0.66128
+0.593774 0.605509 0.659068
+0.628626 0.604425 0.657801
+0.664332 0.604456 0.656809
+0.688655 0.607813 0.649805
+0.7084 0.612222 0.646464
+0.731472 0.61619 0.646662
+0.756832 0.620462 0.648417
+0.784298 0.625483 0.651316
+0.814298 0.630915 0.654963
+0.84715 0.637049 0.659586
+0.884855 0.64419 0.66537
+0.929702 0.651896 0.671855
+0.979461 0.663981 0.682002
+0.992218 0.673701 0.690883
+0.446372 0.688853 0.691188
+0.449195 0.689052 0.691936
+0.451102 0.688548 0.691997
+0.451774 0.687053 0.691066
+0.451606 0.684855 0.689418
+0.451011 0.682383 0.68751
+0.449622 0.679164 0.68484
+0.44773 0.675441 0.681666
+0.445716 0.671717 0.678492
+0.443351 0.667536 0.674861
+0.441581 0.663371 0.671275
+0.441367 0.659876 0.668467
+0.442008 0.656535 0.665919
+0.443961 0.653666 0.664012
+0.451972 0.650767 0.662089
+0.472786 0.646326 0.658228
+0.496803 0.64213 0.654582
+0.523949 0.638453 0.651469
+0.553643 0.635004 0.648569
+0.585351 0.632136 0.64622
+0.618647 0.630076 0.644663
+0.651011 0.629847 0.642252
+0.67158 0.632517 0.640085
+0.695796 0.634897 0.640833
+0.72108 0.637781 0.642405
+0.747311 0.641032 0.644495
+0.775097 0.644862 0.647288
+0.805005 0.649561 0.651087
+0.837079 0.654688 0.655467
+0.872892 0.660517 0.660716
+0.915251 0.667353 0.667109
+0.96817 0.674769 0.674205
+0.997818 0.684123 0.683421
+0.472694 0.723812 0.693477
+0.474311 0.72343 0.692546
+0.474784 0.722087 0.690822
+0.474617 0.720302 0.688853
+0.473594 0.717708 0.68629
+0.471992 0.714611 0.683375
+0.470085 0.711315 0.680171
+0.467597 0.707393 0.676524
+0.464744 0.703075 0.672847
+0.461814 0.698741 0.669139
+0.459403 0.694347 0.665141
+0.457816 0.690135 0.661143
+0.457267 0.686625 0.657618
+0.457496 0.683314 0.654032
+0.459907 0.680354 0.650507
+0.477119 0.675883 0.646677
+0.497826 0.671351 0.642832
+0.52195 0.667033 0.639551
+0.549096 0.663355 0.636988
+0.578714 0.659831 0.634485
+0.610285 0.656977 0.632731
+0.643748 0.655085 0.632013
+0.673472 0.654688 0.636301
+0.697169 0.656077 0.642542
+0.721843 0.65861 0.644404
+0.747005 0.661555 0.645182
+0.77351 0.664958 0.646906
+0.802441 0.66891 0.649851
+0.833982 0.673533 0.653971
+0.868879 0.67863 0.658915
+0.909895 0.684535 0.664958
+0.96054 0.691157 0.671839
+0.996719 0.699886 0.681483
+0.500038 0.759777 0.695171
+0.501137 0.759197 0.692821
+0.500923 0.757244 0.689784
+0.50016 0.754894 0.686717
+0.498787 0.75201 0.683452
+0.496727 0.748394 0.679988
+0.494285 0.744457 0.676219
+0.491676 0.740398 0.672465
+0.488518 0.735698 0.668254
+0.485161 0.730816 0.663951
+0.481895 0.72604 0.659449
+0.479423 0.721325 0.654871
+0.477867 0.717006 0.650278
+0.477317 0.713268 0.645701
+0.477684 0.709865 0.641016
+0.484718 0.705989 0.636332
+0.502144 0.701274 0.632731
+0.522927 0.69659 0.629252
+0.54699 0.692256 0.625925
+0.574258 0.688487 0.623545
+0.603586 0.685054 0.621698
+0.635264 0.68217 0.6206
+0.668925 0.680323 0.621027
+0.70248 0.679286 0.624552
+0.728603 0.680262 0.633005
+0.753796 0.682063 0.64387
+0.780468 0.684779 0.649821
+0.809079 0.688136 0.654337
+0.840208 0.692439 0.658534
+0.87451 0.697169 0.662501
+0.914092 0.702541 0.667292
+0.963821 0.708629 0.673182
+0.997147 0.71664 0.6822
+0.528496 0.798276 0.697505
+0.528847 0.796979 0.694057
+0.528115 0.794568 0.690196
+0.526741 0.791531 0.686122
+0.524834 0.788022 0.68191
+0.522728 0.784405 0.677806
+0.519905 0.779934 0.673442
+0.516777 0.775174 0.669047
+0.513497 0.770306 0.664714
+0.509773 0.764889 0.66006
+0.505959 0.75938 0.655375
+0.502358 0.754086 0.650828
+0.499901 0.74905 0.645579
+0.498329 0.744503 0.640024
+0.497795 0.740566 0.634333
+0.498283 0.737072 0.627878
+0.509346 0.73228 0.62327
+0.527001 0.727337 0.619806
+0.547875 0.722484 0.616693
+0.57203 0.717922 0.61416
+0.599252 0.714107 0.612238
+0.628504 0.710689 0.610895
+0.660197 0.70782 0.610651
+0.694423 0.705959 0.611826
+0.729671 0.704814 0.615671
+0.761227 0.70518 0.624109
+0.789014 0.70721 0.634012
+0.817594 0.709331 0.646601
+0.849042 0.712413 0.656397
+0.884657 0.71664 0.664195
+0.926528 0.721355 0.671382
+0.98024 0.726833 0.678553
+0.999619 0.733547 0.686519
+0.558785 0.840558 0.701854
+0.558358 0.838437 0.697108
+0.55726 0.83563 0.692302
+0.555322 0.831891 0.687343
+0.552926 0.827695 0.682475
+0.550195 0.823178 0.677699
+0.547051 0.818235 0.672953
+0.543542 0.812894 0.668132
+0.539879 0.807401 0.663401
+0.535836 0.80148 0.658488
+0.531609 0.795331 0.653407
+0.527352 0.789136 0.648112
+0.523568 0.783368 0.642771
+0.521035 0.777905 0.636835
+0.519432 0.773098 0.630594
+0.518868 0.768887 0.623697
+0.520058 0.764996 0.615824
+0.533822 0.75935 0.612009
+0.551553 0.754269 0.608881
+0.572763 0.749096 0.605951
+0.596902 0.744518 0.603784
+0.624201 0.74052 0.602518
+0.653727 0.736934 0.60206
+0.685466 0.734096 0.602838
+0.720394 0.732189 0.605188
+0.757122 0.730999 0.609964
+0.792782 0.731106 0.618738
+0.826749 0.732876 0.629129
+0.8598 0.735409 0.639948
+0.896666 0.738247 0.653468
+0.941405 0.742153 0.66656
+0.995453 0.748074 0.68011
+1 0.752514 0.687175
+0.592462 0.889448 0.709758
+0.591257 0.886305 0.703899
+0.589303 0.882322 0.697871
+0.58703 0.878065 0.692348
+0.583871 0.872709 0.686824
+0.580392 0.867048 0.681254
+0.576822 0.861372 0.675975
+0.57261 0.854871 0.670405
+0.568231 0.848234 0.664988
+0.56376 0.84155 0.659663
+0.559182 0.834775 0.654154
+0.554391 0.827695 0.648508
+0.549798 0.820874 0.642924
+0.545724 0.814298 0.636637
+0.543008 0.808362 0.629953
+0.541176 0.80293 0.622522
+0.540597 0.798428 0.614298
+0.544121 0.793774 0.60618
+0.558297 0.7879 0.602472
+0.576181 0.782254 0.599557
+0.597421 0.776867 0.597314
+0.621683 0.772061 0.595682
+0.649012 0.768032 0.595209
+0.679011 0.764248 0.595621
+0.711528 0.761303 0.597498
+0.747112 0.759319 0.601114
+0.785779 0.758083 0.607004
+0.825666 0.758038 0.616571
+0.866453 0.75964 0.628077
+0.908522 0.762234 0.639536
+0.955444 0.766033 0.653651
+0.992737 0.771847 0.674113
+0.997986 0.774792 0.683574
+0.632883 0.951034 0.724681
+0.630991 0.946883 0.718151
+0.627756 0.940841 0.711009
+0.623911 0.934081 0.70396
+0.620157 0.927642 0.697475
+0.615686 0.920287 0.690852
+0.610742 0.912322 0.684245
+0.605936 0.904662 0.678141
+0.600504 0.896208 0.671809
+0.595026 0.88777 0.665675
+0.589715 0.879698 0.659754
+0.584024 0.871092 0.653422
+0.578637 0.862943 0.646922
+0.573648 0.855344 0.640269
+0.569207 0.847745 0.632929
+0.56614 0.841001 0.625238
+0.564248 0.835187 0.616983
+0.563333 0.829877 0.607141
+0.568032 0.824491 0.598688
+0.582742 0.818051 0.595422
+0.600717 0.811933 0.592782
+0.621958 0.806378 0.590768
+0.646693 0.801389 0.589883
+0.674189 0.796933 0.590082
+0.704448 0.793027 0.591745
+0.738186 0.790082 0.594965
+0.77496 0.787793 0.599786
+0.81648 0.786374 0.607156
+0.861326 0.786404 0.617731
+0.910628 0.787915 0.630045
+0.962341 0.792096 0.652918
+0.990234 0.797116 0.669291
+0.994629 0.800412 0.677363
+0.659175 0.986954 0.732723
+0.659434 0.98706 0.727291
+0.659419 0.98703 0.722225
+0.659098 0.986877 0.717647
+0.658564 0.986618 0.713512
+0.657893 0.986297 0.709941
+0.654337 0.980972 0.704311
+0.647059 0.969009 0.695766
+0.640177 0.957839 0.688014
+0.632929 0.946212 0.680125
+0.625605 0.9346 0.672328
+0.618814 0.923949 0.665064
+0.611994 0.913298 0.657526
+0.605356 0.902937 0.649805
+0.599451 0.893721 0.641901
+0.594598 0.88484 0.633448
+0.591073 0.877073 0.624475
+0.5888 0.870375 0.614786
+0.587549 0.864164 0.603143
+0.591867 0.858045 0.593149
+0.606928 0.851072 0.590539
+0.625238 0.844221 0.588464
+0.646815 0.838056 0.587137
+0.671824 0.832807 0.586954
+0.699687 0.827909 0.587839
+0.730678 0.823743 0.590341
+0.765621 0.820584 0.594797
+0.8047 0.818128 0.601083
+0.849271 0.816709 0.609842
+0.901534 0.816754 0.621958
+0.958206 0.819333 0.649287
+0.989563 0.823224 0.667613
+0.993606 0.826505 0.675273
+0.668269 0.99115 0.728786
+0.668376 0.99118 0.722667
+0.668193 0.991089 0.717113
+0.667811 0.990906 0.712108
+0.667155 0.9906 0.707591
+0.666346 0.990204 0.703563
+0.665431 0.989776 0.699947
+0.664317 0.989258 0.696605
+0.663096 0.988678 0.693523
+0.66183 0.988083 0.690761
+0.660426 0.987427 0.688106
+0.658976 0.98674 0.685389
+0.654551 0.98056 0.680003
+0.64535 0.965606 0.669871
+0.636744 0.95169 0.659663
+0.629297 0.939651 0.649683
+0.623545 0.928603 0.63975
+0.618845 0.918547 0.629191
+0.6159 0.910414 0.617914
+0.62002 0.901244 0.610697
+0.628717 0.892699 0.605447
+0.641108 0.885313 0.601038
+0.656886 0.878218 0.596887
+0.676127 0.871977 0.593408
+0.699199 0.866835 0.590784
+0.725978 0.861982 0.588617
+0.757809 0.85742 0.592111
+0.794522 0.853956 0.597726
+0.836515 0.851225 0.605295
+0.886336 0.849714 0.615503
+0.945495 0.850217 0.642496
+0.989578 0.85301 0.667048
+0.993057 0.854704 0.673854
+0.67776 0.995575 0.725185
+0.677791 0.995575 0.718471
+0.677455 0.995407 0.71223
+0.676982 0.995193 0.706813
+0.676249 0.994842 0.701976
+0.675319 0.9944 0.697581
+0.674281 0.993912 0.693858
+0.673121 0.993347 0.690471
+0.671778 0.992721 0.687282
+0.670405 0.992065 0.684428
+0.668894 0.991363 0.681712
+0.667308 0.990616 0.679103
+0.665736 0.989868 0.676493
+0.664225 0.989166 0.673564
+0.662699 0.988449 0.67039
+0.661295 0.987778 0.666529
+0.660258 0.987289 0.662058
+0.660853 0.98407 0.658015
+0.658091 0.968963 0.64892
+0.658732 0.956176 0.641276
+0.662318 0.944503 0.634318
+0.669367 0.934081 0.628214
+0.679881 0.925032 0.623087
+0.693782 0.916747 0.61857
+0.711528 0.909422 0.614786
+0.733227 0.90367 0.612161
+0.758877 0.89839 0.610025
+0.789456 0.894148 0.608728
+0.826047 0.891295 0.608392
+0.871794 0.888624 0.612146
+0.928573 0.886641 0.633539
+0.990463 0.887312 0.667872
+0.993362 0.888441 0.673838
+0.688899 1 0.722591
+0.688792 1 0.715114
+0.687572 1 0.707713
+0.686656 0.999756 0.701686
+0.685863 0.999374 0.696513
+0.684855 0.998901 0.691997
+0.683665 0.998322 0.687953
+0.682414 0.997742 0.684428
+0.680995 0.997055 0.681163
+0.680537 0.996277 0.679347
+0.67985 0.995499 0.677684
+0.678843 0.99469 0.675975
+0.677791 0.993851 0.674189
+0.677028 0.993057 0.672496
+0.676585 0.992233 0.670756
+0.676783 0.991455 0.669047
+0.677714 0.990707 0.667445
+0.679576 0.990005 0.665904
+0.682597 0.989349 0.664439
+0.687068 0.988785 0.663142
+0.693385 0.988281 0.661967
+0.701717 0.9879 0.661006
+0.712367 0.987655 0.660273
+0.72134 0.977447 0.654246
+0.732952 0.966232 0.647745
+0.748989 0.956863 0.642618
+0.769055 0.949218 0.639246
+0.79379 0.942718 0.63682
+0.82388 0.937011 0.635065
+0.86186 0.933577 0.634913
+0.911665 0.931228 0.635523
+0.980697 0.929992 0.665049
+0.99469 0.929992 0.67541
+0.718029 1 0.735683
+0.717403 1 0.727916
+0.716197 1 0.720439
+0.714656 1 0.713802
+0.715099 1 0.710201
+0.714611 1 0.706447
+0.712917 1 0.702281
+0.710353 1 0.697841
+0.707378 1 0.693309
+0.7037 1 0.688441
+0.701869 0.999374 0.685832
+0.700511 0.998535 0.684062
+0.69897 0.997665 0.682231
+0.69752 0.996796 0.680354
+0.696483 0.995972 0.678599
+0.69572 0.995117 0.676799
+0.695598 0.994293 0.674998
+0.696437 0.993545 0.673396
+0.698146 0.992813 0.671794
+0.701091 0.992111 0.670253
+0.705623 0.991547 0.668956
+0.711925 0.991028 0.667735
+0.720272 0.990616 0.666728
+0.73106 0.990356 0.665995
+0.744518 0.990204 0.665446
+0.760739 0.990219 0.665202
+0.78027 0.990433 0.665309
+0.803372 0.990799 0.665675
+0.830518 0.991485 0.666667
+0.86363 0.993011 0.669566
+0.904219 0.989609 0.670054
+0.962005 0.986831 0.67126
+0.997543 0.985504 0.67953
+0.749264 1 0.751751
+0.751675 1 0.747189
+0.754101 1 0.743923
+0.755276 1 0.740642
+0.754894 1 0.736751
+0.753628 1 0.732738
+0.751476 1 0.728466
+0.748333 1 0.723705
+0.74464 1 0.718791
+0.740642 1 0.713863
+0.735927 1 0.708492
+0.730953 1 0.703044
+0.725734 1 0.697551
+0.720516 1 0.691936
+0.71603 0.999863 0.68687
+0.714687 0.998993 0.685008
+0.713771 0.998108 0.683131
+0.713359 0.997238 0.68127
+0.714015 0.996445 0.679561
+0.715633 0.995682 0.677882
+0.718639 0.99498 0.676326
+0.723339 0.994385 0.674998
+0.729809 0.993835 0.673747
+0.738552 0.993393 0.672679
+0.749844 0.993103 0.671885
+0.763943 0.992905 0.671275
+0.781064 0.992874 0.670954
+0.801968 0.993027 0.670985
+0.826917 0.993347 0.671305
+0.856992 0.993881 0.671977
+0.894804 0.994797 0.673365
+0.946349 0.996643 0.677028
+0.998291 0.998291 0.680598
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.149126 0.135027 0.774624
+0.212985 0.145785 0.776837
+0.267231 0.156725 0.779202
+0.312856 0.167056 0.781537
+0.353094 0.176944 0.783871
+0.389761 0.186511 0.786236
+0.424506 0.196048 0.788663
+0.462989 0.227695 0.796765
+0.507744 0.285893 0.813748
+0.552819 0.339956 0.83212
+0.596811 0.386618 0.849912
+0.641688 0.429007 0.867582
+0.688167 0.467933 0.884978
+0.738582 0.504692 0.902403
+0.796872 0.540154 0.920089
+0.868772 0.573892 0.937682
+0.954894 0.605768 0.954894
+0.967773 0.629618 0.967773
+0.981506 0.654505 0.981506
+0.996307 0.68072 0.996307
+1 0.714153 1
+1 0.750408 1
+1 0.788663 1
+1 0.828946 1
+1 0.873121 1
+1 0.928191 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.147478 0.134783 0.774578
+0.207553 0.144778 0.776623
+0.260609 0.155306 0.778881
+0.305882 0.165408 0.781155
+0.345815 0.175097 0.783429
+0.382315 0.184527 0.785733
+0.417945 0.19765 0.788998
+0.460243 0.245853 0.801617
+0.50396 0.297292 0.817304
+0.546807 0.344305 0.833616
+0.590021 0.38764 0.850263
+0.633646 0.427436 0.86685
+0.67892 0.464683 0.883452
+0.728099 0.50045 0.900313
+0.783719 0.534874 0.917372
+0.85069 0.567742 0.934386
+0.94847 0.600565 0.952117
+0.964874 0.624308 0.964874
+0.978347 0.648829 0.978347
+0.992767 0.67451 0.992767
+1 0.705318 1
+1 0.740978 1
+1 0.777768 1
+1 0.816419 1
+1 0.857862 1
+1 0.907622 1
+1 0.969802 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.145281 0.134463 0.774517
+0.201724 0.143725 0.77641
+0.253635 0.153841 0.778561
+0.298344 0.163668 0.780758
+0.337926 0.173129 0.782971
+0.374762 0.182895 0.785321
+0.414664 0.214984 0.793164
+0.456336 0.258762 0.805219
+0.498268 0.303761 0.819348
+0.540108 0.346563 0.834379
+0.581918 0.386557 0.849775
+0.624369 0.42417 0.8654
+0.669108 0.460487 0.881498
+0.716503 0.495003 0.897658
+0.769909 0.528664 0.914214
+0.833936 0.56144 0.93106
+0.920363 0.593194 0.948058
+0.96173 0.618494 0.96173
+0.975036 0.642847 0.975036
+0.989013 0.667872 0.989013
+1 0.695613 1
+1 0.730648 1
+1 0.766217 1
+1 0.803006 1
+1 0.842557 1
+1 0.887922 1
+1 0.941939 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.143832 0.134249 0.774472
+0.197131 0.142901 0.776226
+0.246876 0.152438 0.778256
+0.290623 0.161898 0.780362
+0.330526 0.172183 0.782712
+0.370153 0.195804 0.78822
+0.410636 0.231052 0.797253
+0.451499 0.269596 0.808362
+0.491829 0.308705 0.82092
+0.532494 0.347326 0.834592
+0.573404 0.384619 0.848951
+0.615183 0.4206 0.863828
+0.658396 0.455222 0.879072
+0.704585 0.48893 0.894728
+0.756344 0.522118 0.910918
+0.815976 0.553903 0.927108
+0.894209 0.585214 0.943709
+0.958465 0.612436 0.958465
+0.971374 0.63621 0.971374
+0.985199 0.661097 0.985199
+0.99939 0.686122 0.99939
+1 0.71957 1
+1 0.754055 1
+1 0.789471 1
+1 0.826215 1
+1 0.867567 1
+1 0.915419 1
+1 0.974762 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132769 0.132952 0.774182
+0.145754 0.135607 0.774716
+0.194034 0.144381 0.776501
+0.24184 0.156146 0.778958
+0.286259 0.172183 0.782467
+0.327962 0.194385 0.787625
+0.367987 0.219379 0.793942
+0.407401 0.248249 0.801892
+0.44625 0.280156 0.811505
+0.485634 0.314214 0.822705
+0.524575 0.348333 0.834897
+0.564233 0.382528 0.848051
+0.605356 0.41677 0.86215
+0.647562 0.449973 0.876661
+0.69279 0.482856 0.891829
+0.742565 0.515206 0.907469
+0.799084 0.546395 0.923217
+0.870085 0.576867 0.939223
+0.95494 0.605829 0.95494
+0.967605 0.629313 0.967605
+0.980972 0.653559 0.980972
+0.994827 0.678126 0.994827
+1 0.708049 1
+1 0.741543 1
+1 0.775525 1
+1 0.810346 1
+1 0.847929 1
+1 0.889708 1
+1 0.939376 1
+0.140658 0.154604 0.775769
+0.144183 0.163821 0.776501
+0.146304 0.169268 0.776944
+0.147448 0.172168 0.777188
+0.148592 0.175036 0.777432
+0.161883 0.180896 0.780026
+0.205814 0.189975 0.786038
+0.249088 0.199451 0.788418
+0.290364 0.211994 0.791653
+0.329305 0.227237 0.795727
+0.367193 0.246067 0.801022
+0.404608 0.268345 0.807645
+0.441962 0.293797 0.815717
+0.479225 0.321599 0.825147
+0.517205 0.351446 0.835966
+0.555947 0.382345 0.847929
+0.595224 0.413413 0.860685
+0.636851 0.445258 0.874525
+0.680491 0.476188 0.885847
+0.728496 0.507362 0.899809
+0.782864 0.538354 0.916579
+0.848005 0.568566 0.934798
+0.942153 0.598352 0.950912
+0.963821 0.622354 0.963821
+0.97673 0.64593 0.97673
+0.990021 0.669673 0.990021
+1 0.696162 1
+1 0.728344 1
+1 0.760662 1
+1 0.793317 1
+1 0.828351 1
+1 0.865751 1
+1 0.907607 1
+0.165408 0.215381 0.781155
+0.168017 0.221332 0.781765
+0.169451 0.224582 0.782101
+0.170169 0.226215 0.782269
+0.170581 0.227131 0.782361
+0.182025 0.229969 0.784772
+0.220295 0.237186 0.793652
+0.25948 0.244617 0.800061
+0.296101 0.251911 0.802274
+0.332433 0.26215 0.805402
+0.367742 0.274968 0.8094
+0.403159 0.291035 0.814588
+0.438468 0.31043 0.821103
+0.473838 0.332357 0.82797
+0.509773 0.355978 0.82858
+0.546944 0.382071 0.832593
+0.585626 0.409689 0.838315
+0.626047 0.438361 0.846937
+0.669123 0.467735 0.858259
+0.716228 0.497459 0.871473
+0.768368 0.526787 0.887129
+0.830518 0.556207 0.905776
+0.912886 0.585168 0.926162
+0.959442 0.614313 0.937194
+0.972244 0.637842 0.951904
+0.98529 0.66128 0.96759
+0.998489 0.684535 0.986114
+1 0.715129 0.997864
+1 0.745739 1
+1 0.776089 1
+1 0.808225 1
+1 0.842054 1
+1 0.878248 1
+0.189319 0.267964 0.786938
+0.191165 0.271901 0.787411
+0.19205 0.273732 0.78764
+0.192203 0.274067 0.787671
+0.192157 0.27396 0.787655
+0.204471 0.274647 0.790448
+0.23447 0.278172 0.797833
+0.269535 0.284138 0.807492
+0.303853 0.290089 0.813748
+0.336324 0.29601 0.815793
+0.368948 0.303853 0.814038
+0.401053 0.313481 0.808576
+0.433738 0.326238 0.805707
+0.467826 0.342626 0.80502
+0.502388 0.361654 0.80589
+0.538399 0.383505 0.808911
+0.576181 0.407889 0.815305
+0.615656 0.433707 0.823621
+0.658137 0.461158 0.835126
+0.704128 0.489189 0.848402
+0.75491 0.517159 0.863371
+0.813672 0.544717 0.880079
+0.888884 0.572106 0.899077
+0.955123 0.606378 0.904051
+0.967483 0.629221 0.915694
+0.980179 0.652232 0.929137
+0.993042 0.675013 0.943664
+1 0.700862 0.955917
+1 0.730282 0.967025
+1 0.759289 0.981033
+1 0.788602 0.999695
+1 0.819028 1
+1 0.850294 1
+0.210529 0.311681 0.792538
+0.211795 0.31426 0.792889
+0.212421 0.31548 0.793057
+0.212329 0.315312 0.793042
+0.212314 0.314244 0.793011
+0.227634 0.314626 0.79675
+0.250217 0.315343 0.797726
+0.27776 0.317266 0.798276
+0.308324 0.321324 0.801694
+0.338598 0.325093 0.800671
+0.368063 0.329076 0.795254
+0.398733 0.335607 0.791135
+0.430198 0.344427 0.788205
+0.46247 0.35613 0.787121
+0.49633 0.371206 0.788449
+0.531182 0.388907 0.791592
+0.567712 0.4094 0.797436
+0.606516 0.432258 0.805188
+0.647349 0.456489 0.814908
+0.692256 0.482277 0.827161
+0.741482 0.508507 0.841611
+0.797436 0.534325 0.857206
+0.866621 0.559762 0.874311
+0.94435 0.597147 0.876646
+0.962966 0.621012 0.88603
+0.975189 0.643305 0.896971
+0.987488 0.665263 0.908736
+0.999802 0.686824 0.92166
+1 0.714488 0.928893
+1 0.741634 0.939391
+1 0.768582 0.952392
+1 0.795819 0.969329
+1 0.824323 0.992798
+0.22887 0.349371 0.791791
+0.229099 0.350637 0.788235
+0.228489 0.3505 0.783551
+0.227329 0.349386 0.778378
+0.229786 0.347646 0.773541
+0.24567 0.346807 0.771817
+0.263569 0.346502 0.771969
+0.285954 0.347036 0.773404
+0.311772 0.348775 0.776547
+0.340322 0.352361 0.782254
+0.369009 0.355657 0.782986
+0.397864 0.359152 0.778866
+0.427909 0.365103 0.776577
+0.458869 0.373175 0.775357
+0.491035 0.383948 0.77557
+0.52488 0.397848 0.778256
+0.560403 0.414374 0.782589
+0.597971 0.433661 0.789639
+0.638102 0.454978 0.798581
+0.681453 0.477897 0.809674
+0.728634 0.501488 0.822446
+0.782422 0.525551 0.837217
+0.846708 0.549081 0.85301
+0.913146 0.582864 0.854582
+0.958633 0.613062 0.859419
+0.970214 0.634348 0.868147
+0.981872 0.655314 0.877379
+0.993713 0.676234 0.88806
+1 0.698894 0.896757
+1 0.72369 0.903716
+1 0.748653 0.914
+1 0.773404 0.926375
+1 0.798169 0.941817
+0.241566 0.38056 0.763729
+0.241688 0.381323 0.761166
+0.241138 0.380896 0.758114
+0.24033 0.379889 0.754604
+0.252094 0.378988 0.753643
+0.265705 0.377859 0.753246
+0.279774 0.376669 0.753079
+0.297734 0.376379 0.754696
+0.3187 0.376791 0.757534
+0.342748 0.378439 0.762219
+0.370077 0.381491 0.769757
+0.398032 0.384298 0.771817
+0.426337 0.387366 0.768765
+0.45626 0.392737 0.767376
+0.487236 0.400107 0.76701
+0.520073 0.410315 0.768521
+0.554116 0.422919 0.771634
+0.590524 0.43827 0.776989
+0.629221 0.456107 0.785031
+0.671275 0.475975 0.794903
+0.717159 0.496956 0.806378
+0.768551 0.518517 0.819547
+0.829038 0.539986 0.833997
+0.888212 0.571252 0.834516
+0.954452 0.605341 0.834943
+0.965484 0.625757 0.842344
+0.976501 0.645762 0.84976
+0.987411 0.665156 0.857786
+0.998184 0.684031 0.866835
+1 0.706264 0.872892
+1 0.728435 0.880034
+1 0.751354 0.889769
+1 0.773053 0.900649
+0.254948 0.410178 0.743328
+0.255238 0.410956 0.742
+0.254612 0.41033 0.739071
+0.257343 0.409293 0.736507
+0.275288 0.40943 0.739055
+0.287617 0.408194 0.739422
+0.298756 0.406546 0.739391
+0.312169 0.405509 0.740841
+0.328603 0.404898 0.743114
+0.348455 0.405066 0.747127
+0.371801 0.406607 0.753658
+0.398138 0.40914 0.761883
+0.425803 0.411505 0.764828
+0.454307 0.414389 0.762814
+0.484413 0.418952 0.761685
+0.515785 0.42565 0.762295
+0.549386 0.435035 0.764645
+0.584451 0.446662 0.768612
+0.621714 0.460655 0.774395
+0.662684 0.477104 0.782605
+0.706737 0.494865 0.792508
+0.75581 0.513481 0.803876
+0.813367 0.532555 0.816785
+0.866148 0.561196 0.816449
+0.930129 0.593713 0.815503
+0.961196 0.617929 0.819364
+0.97142 0.636606 0.825086
+0.981384 0.654505 0.830442
+0.991089 0.671672 0.836652
+1 0.688502 0.843839
+1 0.708782 0.849317
+1 0.728954 0.856306
+1 0.749218 0.865934
+0.269001 0.439307 0.72723
+0.269093 0.439658 0.726101
+0.268498 0.438911 0.724071
+0.282551 0.439063 0.72639
+0.299245 0.43888 0.729168
+0.31078 0.437919 0.730144
+0.319463 0.436072 0.729946
+0.32871 0.43415 0.729976
+0.341283 0.433005 0.731762
+0.356802 0.432258 0.734813
+0.375891 0.432273 0.739849
+0.398733 0.433585 0.747646
+0.424811 0.435782 0.75816
+0.452873 0.437675 0.761669
+0.481956 0.440131 0.760098
+0.512718 0.444053 0.759335
+0.544991 0.450004 0.760128
+0.5794 0.458427 0.762982
+0.616037 0.46891 0.7673
+0.655299 0.481453 0.77351
+0.697978 0.495964 0.781979
+0.745235 0.51133 0.791257
+0.799069 0.527199 0.801892
+0.846769 0.552987 0.799527
+0.902098 0.582193 0.797482
+0.957351 0.61088 0.797955
+0.966644 0.627985 0.801694
+0.975769 0.644495 0.805829
+0.984497 0.660044 0.810422
+0.992981 0.674983 0.815656
+1 0.689799 0.821408
+1 0.707759 0.826581
+1 0.725856 0.834012
+0.283635 0.468116 0.715129
+0.28333 0.46775 0.713954
+0.285313 0.467185 0.713024
+0.308614 0.46862 0.719203
+0.324224 0.468437 0.722545
+0.334173 0.467185 0.72372
+0.341009 0.465217 0.723583
+0.347372 0.462989 0.722942
+0.355947 0.461036 0.72343
+0.367849 0.459739 0.725811
+0.382788 0.458885 0.72958
+0.401389 0.458793 0.735607
+0.424125 0.459892 0.744717
+0.450568 0.461753 0.756741
+0.479713 0.463096 0.761334
+0.509865 0.464988 0.759945
+0.541466 0.468223 0.759518
+0.575235 0.473274 0.760586
+0.611093 0.480491 0.763485
+0.649363 0.489372 0.767681
+0.690852 0.499992 0.773556
+0.736446 0.512123 0.78114
+0.787121 0.52546 0.788876
+0.831098 0.547951 0.784726
+0.878981 0.573236 0.78117
+0.935637 0.600763 0.779263
+0.962509 0.620432 0.780621
+0.970535 0.635096 0.782971
+0.978286 0.649042 0.785794
+0.985611 0.662043 0.78909
+0.992828 0.674708 0.793515
+1 0.688167 0.799542
+1 0.705135 0.806378
+0.298772 0.49688 0.705943
+0.298024 0.495735 0.704646
+0.314107 0.496895 0.708858
+0.33579 0.49839 0.715572
+0.349187 0.498024 0.718929
+0.357504 0.496483 0.720043
+0.36289 0.494514 0.719875
+0.367163 0.491966 0.718868
+0.372686 0.489433 0.718349
+0.380835 0.487388 0.719203
+0.392233 0.486076 0.721752
+0.406897 0.48513 0.726207
+0.425376 0.485039 0.733394
+0.448325 0.485847 0.744121
+0.475639 0.487343 0.758282
+0.506188 0.488075 0.763836
+0.538338 0.489158 0.762448
+0.571756 0.491402 0.761944
+0.60705 0.495171 0.762722
+0.644724 0.500465 0.764401
+0.684306 0.50724 0.767147
+0.727916 0.515938 0.77174
+0.777279 0.526558 0.778195
+0.817105 0.546349 0.771664
+0.85948 0.567514 0.766033
+0.905928 0.590234 0.762387
+0.959228 0.61445 0.761044
+0.96611 0.627085 0.761563
+0.97258 0.638849 0.762585
+0.97908 0.650477 0.765164
+0.985626 0.662104 0.769085
+0.992477 0.674113 0.774258
+0.999802 0.686824 0.781415
+0.313985 0.525093 0.698711
+0.316625 0.524178 0.699382
+0.344625 0.527214 0.70901
+0.362402 0.528084 0.714733
+0.373709 0.527718 0.717708
+0.380438 0.526131 0.718364
+0.384375 0.523796 0.717678
+0.387198 0.521096 0.716396
+0.390463 0.518395 0.715297
+0.395651 0.51577 0.715099
+0.403632 0.513756 0.716625
+0.414664 0.512215 0.719738
+0.429252 0.511223 0.725078
+0.447852 0.510979 0.733349
+0.471183 0.511757 0.745312
+0.498878 0.511467 0.760189
+0.530129 0.509636 0.764065
+0.56434 0.509712 0.762203
+0.600168 0.510781 0.761181
+0.637873 0.513252 0.761151
+0.678233 0.517586 0.762646
+0.7187 0.525017 0.761685
+0.761578 0.535042 0.761471
+0.806088 0.547951 0.759808
+0.842969 0.565881 0.752056
+0.880735 0.583963 0.746151
+0.921584 0.602548 0.742824
+0.962707 0.620905 0.742046
+0.968261 0.631037 0.74226
+0.973983 0.641398 0.744183
+0.979828 0.651835 0.747478
+0.986114 0.662974 0.752331
+0.993103 0.675212 0.759426
+0.32958 0.553262 0.694163
+0.351049 0.555367 0.701976
+0.374548 0.55816 0.711025
+0.388342 0.558465 0.715633
+0.396887 0.557565 0.717784
+0.402411 0.556023 0.718517
+0.405325 0.553475 0.717739
+0.406821 0.55053 0.716045
+0.408484 0.547631 0.714305
+0.411307 0.544747 0.713024
+0.41619 0.542077 0.712947
+0.424002 0.540032 0.714702
+0.43473 0.538384 0.718227
+0.449226 0.537392 0.724392
+0.468315 0.537041 0.734051
+0.491661 0.536095 0.746288
+0.519738 0.533196 0.756252
+0.553903 0.531929 0.752438
+0.58938 0.531823 0.749477
+0.626322 0.532952 0.746777
+0.664042 0.535882 0.74493
+0.703639 0.5411 0.744167
+0.74551 0.548455 0.744015
+0.78735 0.557946 0.742473
+0.827756 0.568902 0.738628
+0.86067 0.582345 0.731411
+0.890776 0.596475 0.725841
+0.922774 0.610941 0.723201
+0.960296 0.626551 0.723781
+0.971115 0.63624 0.725689
+0.976135 0.645274 0.729183
+0.982025 0.655756 0.734401
+0.988647 0.667445 0.74165
+0.364462 0.585107 0.69926
+0.385031 0.587427 0.707469
+0.401694 0.588952 0.714
+0.412284 0.589197 0.717845
+0.418692 0.587991 0.719295
+0.422492 0.585962 0.719188
+0.424735 0.583627 0.718349
+0.425299 0.580468 0.716228
+0.425559 0.577142 0.713893
+0.426734 0.574075 0.712169
+0.429252 0.570901 0.710933
+0.433906 0.5682 0.71107
+0.441306 0.56614 0.713039
+0.452033 0.564584 0.71722
+0.46659 0.563607 0.724208
+0.485512 0.561852 0.733043
+0.510994 0.559121 0.739651
+0.543786 0.556939 0.736095
+0.578271 0.555566 0.73286
+0.614145 0.555596 0.730526
+0.650752 0.556832 0.728603
+0.689281 0.559731 0.727443
+0.729732 0.564904 0.727459
+0.768887 0.571908 0.72488
+0.804135 0.580133 0.719646
+0.835355 0.58883 0.714275
+0.864088 0.597223 0.709667
+0.891859 0.60705 0.706798
+0.920287 0.619699 0.706889
+0.956481 0.634409 0.710552
+0.976516 0.645975 0.715541
+0.981628 0.655055 0.721065
+0.987152 0.66482 0.727687
+0.40029 0.618128 0.706996
+0.414786 0.619852 0.713237
+0.426215 0.62063 0.7178
+0.433448 0.620081 0.720104
+0.438224 0.61886 0.721126
+0.440726 0.616678 0.720546
+0.441703 0.613931 0.718807
+0.441871 0.610971 0.716838
+0.441276 0.607416 0.714336
+0.440818 0.603738 0.711574
+0.441703 0.600504 0.709773
+0.443915 0.597299 0.708598
+0.448218 0.594507 0.708751
+0.455436 0.592584 0.711101
+0.465705 0.591089 0.715389
+0.480507 0.588647 0.720958
+0.503914 0.586053 0.7243
+0.535225 0.583093 0.720699
+0.568093 0.580911 0.717479
+0.602747 0.57969 0.71487
+0.638865 0.579644 0.712963
+0.676066 0.580896 0.711803
+0.714931 0.583978 0.711391
+0.751202 0.589059 0.707668
+0.780484 0.595315 0.701366
+0.805158 0.601953 0.695811
+0.829847 0.609003 0.692882
+0.857282 0.616205 0.692226
+0.889998 0.623972 0.693767
+0.928252 0.633616 0.697551
+0.967712 0.648615 0.704341
+0.983932 0.659159 0.710887
+0.989075 0.668193 0.717723
+0.430014 0.651637 0.714107
+0.439689 0.652811 0.718303
+0.447181 0.653056 0.721202
+0.451804 0.652079 0.722316
+0.454582 0.650324 0.722362
+0.456138 0.648127 0.721675
+0.456291 0.645182 0.719768
+0.455558 0.641794 0.717174
+0.454368 0.63827 0.71426
+0.452934 0.634455 0.710933
+0.45214 0.63064 0.708034
+0.452613 0.627207 0.706035
+0.454414 0.624002 0.704845
+0.458274 0.621195 0.70515
+0.465675 0.618997 0.707088
+0.476722 0.616602 0.710491
+0.499214 0.613291 0.709545
+0.528267 0.610147 0.705852
+0.559503 0.60734 0.702663
+0.592844 0.605097 0.699779
+0.627527 0.604074 0.697917
+0.663539 0.603937 0.696666
+0.70132 0.605173 0.696361
+0.733364 0.608865 0.69131
+0.75668 0.614145 0.684581
+0.777859 0.619516 0.680705
+0.801709 0.625162 0.679911
+0.83006 0.631235 0.681498
+0.86215 0.637751 0.68452
+0.899733 0.644938 0.688762
+0.946899 0.653132 0.694499
+0.988357 0.666957 0.703624
+0.992905 0.674891 0.71017
+0.453468 0.685878 0.71989
+0.459815 0.686641 0.722728
+0.463844 0.686122 0.723842
+0.466438 0.685145 0.72398
+0.467491 0.68304 0.722927
+0.467597 0.680415 0.721218
+0.467079 0.677485 0.719112
+0.465644 0.673823 0.716106
+0.463737 0.669871 0.712734
+0.461921 0.665965 0.70956
+0.460044 0.661677 0.706081
+0.458762 0.657679 0.702815
+0.45861 0.654231 0.700435
+0.460594 0.650965 0.69894
+0.465431 0.648127 0.698634
+0.47364 0.645823 0.699702
+0.497063 0.641611 0.69575
+0.523659 0.637705 0.692027
+0.553109 0.63447 0.689067
+0.584497 0.631571 0.686366
+0.617502 0.62948 0.684001
+0.652415 0.628504 0.682658
+0.688411 0.628473 0.681727
+0.713542 0.631708 0.674739
+0.733577 0.636072 0.671092
+0.757031 0.64007 0.671061
+0.783536 0.644297 0.672786
+0.81294 0.649241 0.675837
+0.844953 0.654582 0.679377
+0.881285 0.660624 0.683818
+0.924666 0.667491 0.689357
+0.980972 0.675227 0.695903
+0.998459 0.684535 0.703883
+0.472175 0.722316 0.724712
+0.474601 0.722225 0.725185
+0.475776 0.72108 0.72462
+0.476127 0.71928 0.723415
+0.475807 0.716991 0.721691
+0.474723 0.71397 0.719249
+0.473259 0.710658 0.716518
+0.47129 0.706859 0.713283
+0.468833 0.702586 0.709545
+0.466163 0.698054 0.705577
+0.463722 0.693736 0.701823
+0.462226 0.689372 0.698085
+0.461769 0.685435 0.694865
+0.462547 0.682124 0.692393
+0.464454 0.678996 0.690303
+0.477378 0.674937 0.686976
+0.497993 0.670588 0.683192
+0.521691 0.666285 0.679438
+0.548287 0.662364 0.676051
+0.577935 0.659037 0.673259
+0.609216 0.656184 0.670924
+0.642359 0.654078 0.669322
+0.675731 0.653635 0.66743
+0.696254 0.656397 0.665034
+0.720577 0.658701 0.665858
+0.746807 0.661601 0.667628
+0.77409 0.664805 0.669856
+0.803571 0.668574 0.67277
+0.835645 0.673213 0.676661
+0.871199 0.678355 0.681193
+0.912886 0.684169 0.686519
+0.96492 0.690959 0.692958
+1 0.698482 0.700236
+0.498726 0.758343 0.725597
+0.50013 0.757946 0.724529
+0.500175 0.756191 0.722667
+0.499458 0.753811 0.720424
+0.498314 0.751141 0.717891
+0.496406 0.747662 0.714702
+0.494057 0.743801 0.711269
+0.491341 0.739544 0.707515
+0.488426 0.735149 0.703685
+0.485115 0.730312 0.699413
+0.481895 0.72546 0.694911
+0.479713 0.720928 0.690837
+0.478035 0.716518 0.686976
+0.477134 0.712428 0.682933
+0.477485 0.709194 0.679423
+0.484977 0.705058 0.675441
+0.501854 0.700114 0.671366
+0.522545 0.695705 0.66775
+0.546365 0.691325 0.664073
+0.573159 0.687297 0.661112
+0.602502 0.684062 0.659144
+0.634028 0.681132 0.657328
+0.667323 0.679042 0.656382
+0.697398 0.678813 0.660777
+0.721691 0.68014 0.667063
+0.746761 0.68246 0.668666
+0.773007 0.685664 0.669413
+0.800946 0.689052 0.671046
+0.831449 0.692897 0.673945
+0.866117 0.697566 0.678019
+0.905715 0.702632 0.682857
+0.954543 0.7084 0.68867
+1 0.715236 0.695781
+0.52726 0.796735 0.726986
+0.527596 0.795316 0.72433
+0.527276 0.793332 0.721462
+0.525994 0.790372 0.71809
+0.524224 0.786984 0.714412
+0.522179 0.783398 0.710811
+0.519387 0.778943 0.706752
+0.516289 0.774197 0.702556
+0.513069 0.769375 0.698573
+0.509407 0.764035 0.694209
+0.505638 0.758572 0.689555
+0.502266 0.753368 0.684993
+0.499855 0.748363 0.680034
+0.498161 0.74374 0.67509
+0.497353 0.739544 0.67013
+0.49778 0.736126 0.665156
+0.509102 0.731182 0.66099
+0.526436 0.726131 0.657298
+0.547143 0.721355 0.653834
+0.571115 0.716808 0.650675
+0.597879 0.712764 0.647898
+0.627268 0.709529 0.646204
+0.658915 0.706615 0.645106
+0.692714 0.704585 0.645045
+0.726986 0.70367 0.648859
+0.75378 0.704616 0.657313
+0.779751 0.706218 0.668055
+0.808164 0.709087 0.674296
+0.838849 0.712489 0.678614
+0.872694 0.716564 0.682475
+0.912016 0.721569 0.686519
+0.960403 0.726955 0.691051
+1 0.733013 0.696941
+0.557534 0.838865 0.72929
+0.557244 0.836835 0.725521
+0.555978 0.833722 0.721279
+0.554421 0.830472 0.717281
+0.552102 0.826352 0.713008
+0.549249 0.821637 0.708751
+0.546334 0.816983 0.704524
+0.542916 0.811734 0.699779
+0.539055 0.805966 0.694972
+0.535256 0.800366 0.690425
+0.531029 0.794217 0.68545
+0.526787 0.788022 0.680308
+0.523201 0.78233 0.675258
+0.520653 0.776883 0.670069
+0.518853 0.771893 0.664378
+0.518288 0.767803 0.65832
+0.519631 0.763714 0.651804
+0.533227 0.758083 0.647791
+0.550637 0.752819 0.644221
+0.571801 0.747814 0.641032
+0.595743 0.743175 0.638392
+0.622858 0.739086 0.636683
+0.652247 0.735607 0.635462
+0.683894 0.732754 0.63505
+0.718456 0.730587 0.63592
+0.754864 0.729641 0.639872
+0.787518 0.730022 0.648188
+0.817121 0.731868 0.657816
+0.848051 0.734142 0.670588
+0.882872 0.737209 0.680598
+0.923964 0.741238 0.688197
+0.976486 0.746273 0.695445
+1 0.751858 0.702541
+0.590723 0.88687 0.734508
+0.589975 0.884337 0.729854
+0.588083 0.880385 0.724788
+0.585595 0.875807 0.719692
+0.582834 0.871 0.714778
+0.579416 0.8654 0.709682
+0.575631 0.859403 0.704555
+0.571725 0.85333 0.699565
+0.567391 0.846754 0.694392
+0.562814 0.839902 0.689128
+0.558373 0.833326 0.684138
+0.553597 0.826276 0.678676
+0.548852 0.819257 0.672953
+0.545144 0.813046 0.667292
+0.542382 0.807095 0.661112
+0.540413 0.801572 0.654353
+0.539773 0.797055 0.647227
+0.543374 0.792279 0.640253
+0.557275 0.786236 0.636393
+0.575143 0.780758 0.633204
+0.596246 0.775402 0.63032
+0.620371 0.770581 0.628122
+0.647578 0.766522 0.626932
+0.67744 0.762737 0.626398
+0.709758 0.759716 0.62707
+0.745159 0.757717 0.629496
+0.783352 0.756542 0.633982
+0.821317 0.756603 0.642634
+0.858061 0.758419 0.652873
+0.895109 0.760983 0.66363
+0.938521 0.763851 0.677165
+0.995727 0.767697 0.690181
+1 0.772625 0.700984
+0.631022 0.948058 0.746548
+0.629114 0.943801 0.740642
+0.626154 0.93817 0.734417
+0.622415 0.931579 0.728054
+0.618463 0.924819 0.721859
+0.614359 0.918013 0.71606
+0.609461 0.910109 0.710079
+0.604425 0.902129 0.704128
+0.599329 0.894194 0.698299
+0.593927 0.885878 0.692348
+0.588388 0.87747 0.686412
+0.583001 0.869337 0.680583
+0.577676 0.86128 0.674327
+0.572427 0.853315 0.667872
+0.568338 0.846113 0.661494
+0.56524 0.839384 0.654398
+0.563043 0.833219 0.646525
+0.56228 0.828244 0.63798
+0.567056 0.822751 0.630488
+0.58143 0.816022 0.626749
+0.599481 0.810239 0.623911
+0.620615 0.804654 0.621393
+0.64506 0.799451 0.619928
+0.672572 0.795193 0.61944
+0.7028 0.791287 0.619837
+0.736065 0.788083 0.621561
+0.772869 0.786053 0.625071
+0.813947 0.784634 0.630869
+0.856947 0.784604 0.64007
+0.902617 0.786313 0.651209
+0.953216 0.788952 0.662699
+0.995926 0.793561 0.679805
+1 0.796521 0.689937
+0.658915 0.986893 0.753613
+0.659236 0.987015 0.74873
+0.65919 0.986984 0.744076
+0.658961 0.986877 0.740047
+0.658457 0.986633 0.736126
+0.657786 0.986313 0.732525
+0.65243 0.97763 0.72575
+0.645289 0.965896 0.717769
+0.638132 0.954314 0.71014
+0.631357 0.943465 0.703029
+0.624109 0.932006 0.695659
+0.617105 0.921035 0.688609
+0.61062 0.910933 0.681712
+0.604074 0.90074 0.674311
+0.59794 0.891188 0.666697
+0.593484 0.882872 0.659037
+0.589899 0.875074 0.65069
+0.587335 0.868025 0.641596
+0.586236 0.86215 0.631479
+0.590707 0.85594 0.62269
+0.605341 0.848646 0.619303
+0.623774 0.842222 0.616892
+0.645258 0.836057 0.615
+0.669963 0.830533 0.61384
+0.697932 0.825956 0.614099
+0.728801 0.82179 0.615488
+0.763317 0.818372 0.618372
+0.802304 0.816129 0.623438
+0.846403 0.814679 0.630533
+0.896651 0.814466 0.640818
+0.955291 0.816236 0.654398
+0.993729 0.820371 0.675532
+0.997513 0.823377 0.682567
+0.667887 0.991012 0.74902
+0.668055 0.991073 0.743328
+0.667887 0.990982 0.738048
+0.667536 0.990814 0.733394
+0.666926 0.990524 0.729122
+0.666148 0.990158 0.7252
+0.665248 0.989731 0.72163
+0.664164 0.989212 0.718395
+0.662943 0.988647 0.715282
+0.661662 0.988052 0.712291
+0.660334 0.987427 0.709377
+0.658869 0.98674 0.706493
+0.652445 0.976867 0.699504
+0.643458 0.96231 0.690044
+0.634989 0.948638 0.680522
+0.627436 0.9364 0.671275
+0.621973 0.925872 0.662196
+0.617319 0.915969 0.652216
+0.614298 0.907805 0.641642
+0.612421 0.900298 0.629297
+0.614282 0.893675 0.616938
+0.629358 0.885359 0.614054
+0.648188 0.877958 0.612039
+0.670039 0.871031 0.610803
+0.695262 0.864988 0.610727
+0.723903 0.859693 0.611643
+0.755688 0.855131 0.613962
+0.79202 0.851301 0.618067
+0.833844 0.848936 0.624338
+0.882979 0.847395 0.632822
+0.943526 0.847288 0.646052
+0.992676 0.850156 0.673167
+0.996017 0.851804 0.679622
+0.677211 0.995331 0.744396
+0.677333 0.995392 0.738216
+0.677028 0.995239 0.732326
+0.676509 0.99498 0.727169
+0.675868 0.99469 0.722728
+0.674983 0.994263 0.718379
+0.67393 0.993759 0.714549
+0.672801 0.99324 0.711101
+0.671489 0.992615 0.70782
+0.670085 0.991958 0.704768
+0.668635 0.991272 0.7019
+0.667079 0.990539 0.699153
+0.665507 0.989807 0.696422
+0.664012 0.98909 0.69337
+0.662516 0.988403 0.690044
+0.661082 0.987716 0.686198
+0.660151 0.987274 0.681971
+0.656764 0.980591 0.674189
+0.65008 0.966827 0.661646
+0.645365 0.955367 0.648661
+0.647547 0.944686 0.639796
+0.655268 0.934112 0.633478
+0.666926 0.925185 0.628275
+0.682078 0.916884 0.623514
+0.701152 0.909438 0.61941
+0.724086 0.903197 0.616175
+0.751431 0.897871 0.613672
+0.784283 0.89279 0.61532
+0.822705 0.888899 0.620722
+0.868589 0.885817 0.628107
+0.925872 0.884077 0.638025
+0.992569 0.884291 0.672282
+0.995422 0.885435 0.678065
+0.68716 1 0.740291
+0.687068 0.999954 0.733272
+0.686748 0.999802 0.726909
+0.686137 0.999512 0.721218
+0.685298 0.999115 0.716136
+0.684382 0.998672 0.711727
+0.683192 0.998108 0.707637
+0.68191 0.997497 0.703899
+0.680568 0.996872 0.70074
+0.679026 0.996139 0.697658
+0.677424 0.995377 0.694759
+0.675807 0.994629 0.692103
+0.674083 0.993805 0.689342
+0.672404 0.993011 0.686488
+0.670802 0.992248 0.683345
+0.66923 0.991516 0.679591
+0.667735 0.990814 0.675349
+0.667079 0.990494 0.67097
+0.668345 0.990478 0.667048
+0.673777 0.989929 0.665812
+0.681193 0.989517 0.664851
+0.690593 0.989227 0.664088
+0.701442 0.987152 0.662547
+0.710552 0.975204 0.655879
+0.723171 0.964309 0.649989
+0.740001 0.954833 0.64509
+0.761349 0.947524 0.641672
+0.787198 0.940932 0.63888
+0.818173 0.934752 0.636454
+0.857313 0.931289 0.635904
+0.907912 0.928527 0.635752
+0.976028 0.926146 0.664759
+0.995895 0.926497 0.678233
+0.716289 1 0.751034
+0.71574 1 0.743603
+0.714504 1 0.736355
+0.712413 1 0.729381
+0.709789 1 0.722835
+0.706645 1 0.716472
+0.703304 1 0.71046
+0.699351 1 0.704356
+0.695109 1 0.698405
+0.690669 1 0.6925
+0.686671 0.999756 0.687388
+0.684977 0.998886 0.68484
+0.683879 0.998032 0.68304
+0.682612 0.997116 0.681117
+0.68188 0.996246 0.679271
+0.68162 0.995392 0.677455
+0.681971 0.994537 0.675624
+0.683238 0.993729 0.673899
+0.685527 0.992996 0.672312
+0.689082 0.992294 0.670741
+0.694179 0.991669 0.669352
+0.701244 0.99115 0.668132
+0.710445 0.990723 0.667079
+0.722072 0.990417 0.666255
+0.736553 0.990265 0.665705
+0.753658 0.990295 0.665507
+0.774029 0.990845 0.666377
+0.797879 0.991638 0.667796
+0.825483 0.992676 0.669703
+0.857923 0.990005 0.669902
+0.899092 0.985626 0.66949
+0.956909 0.982544 0.670069
+0.997818 0.980514 0.680766
+0.747417 1 0.764904
+0.74641 1 0.757137
+0.744564 1 0.749416
+0.742351 1 0.742336
+0.742458 1 0.738521
+0.74136 1 0.734371
+0.73959 1 0.730175
+0.736675 1 0.725399
+0.733181 1 0.720485
+0.729137 1 0.715373
+0.724666 1 0.710155
+0.719768 1 0.704646
+0.714794 1 0.699168
+0.709712 1 0.693568
+0.704814 1 0.687892
+0.703288 0.999191 0.685481
+0.702541 0.998306 0.683558
+0.702525 0.997421 0.681682
+0.703548 0.996612 0.679942
+0.705638 0.995819 0.678233
+0.709163 0.995102 0.676661
+0.714275 0.994461 0.675227
+0.721386 0.993912 0.673991
+0.730694 0.993454 0.672877
+0.74255 0.993133 0.672038
+0.757275 0.99292 0.671397
+0.775006 0.992859 0.671016
+0.796307 0.992981 0.670954
+0.821851 0.993286 0.671229
+0.852277 0.994125 0.672679
+0.890379 0.995483 0.675334
+0.941634 0.997101 0.678569
+0.998611 0.998611 0.681865
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.183581 0.140536 0.775738
+0.248524 0.152773 0.778332
+0.300298 0.164111 0.780865
+0.344045 0.174655 0.783322
+0.382788 0.184649 0.785763
+0.418997 0.194507 0.788266
+0.45333 0.204715 0.790951
+0.497993 0.262333 0.806592
+0.544991 0.323964 0.826474
+0.591012 0.376379 0.845899
+0.637034 0.42208 0.864622
+0.684062 0.463096 0.88278
+0.73489 0.501518 0.900877
+0.79295 0.538186 0.919081
+0.863615 0.572885 0.937133
+0.955139 0.60621 0.955139
+0.968811 0.63151 0.968811
+0.982177 0.655726 0.982177
+0.996658 0.681331 0.996658
+1 0.715846 1
+1 0.753246 1
+1 0.792966 1
+1 0.835767 1
+1 0.883589 1
+1 0.94522 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.179644 0.139879 0.775616
+0.242527 0.151553 0.778073
+0.293721 0.1626 0.780514
+0.336721 0.172839 0.782895
+0.375769 0.182803 0.785306
+0.411658 0.192477 0.787747
+0.449638 0.21944 0.794553
+0.495186 0.277424 0.811048
+0.540017 0.3308 0.828794
+0.584558 0.378286 0.846586
+0.629252 0.421027 0.864118
+0.675105 0.460197 0.881407
+0.724483 0.497383 0.898848
+0.779751 0.53286 0.91635
+0.846098 0.566873 0.933928
+0.940429 0.600534 0.952041
+0.965866 0.626139 0.965866
+0.979065 0.650126 0.979065
+0.99324 0.675334 0.99324
+1 0.706981 1
+1 0.744121 1
+1 0.782513 1
+1 0.823178 1
+1 0.868437 1
+1 0.924163 1
+1 0.999023 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.175601 0.139193 0.775464
+0.236103 0.150256 0.777783
+0.286305 0.160922 0.780133
+0.329335 0.171023 0.782467
+0.367987 0.180774 0.784802
+0.404364 0.191867 0.787549
+0.446784 0.236271 0.798901
+0.490333 0.286687 0.813855
+0.533944 0.334707 0.830106
+0.576791 0.377997 0.846403
+0.620127 0.418128 0.862837
+0.665492 0.456321 0.879606
+0.713161 0.492195 0.896315
+0.766445 0.52694 0.913344
+0.829465 0.560571 0.930587
+0.91368 0.593332 0.948089
+0.962829 0.620539 0.962829
+0.975616 0.643915 0.975616
+0.989532 0.668788 0.989532
+1 0.697765 1
+1 0.733669 1
+1 0.771206 1
+1 0.810407 1
+1 0.852979 1
+1 0.904112 1
+1 0.968322 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.172442 0.138674 0.775372
+0.229618 0.148974 0.777508
+0.278843 0.159258 0.779767
+0.321721 0.169177 0.782025
+0.360006 0.178912 0.784344
+0.400381 0.207416 0.791196
+0.442298 0.249561 0.802502
+0.484504 0.293675 0.816007
+0.526558 0.33637 0.83064
+0.568627 0.376776 0.845869
+0.611292 0.415061 0.861494
+0.654826 0.451179 0.877256
+0.701259 0.486168 0.893416
+0.753033 0.5205 0.910109
+0.81207 0.553231 0.926757
+0.888258 0.585397 0.943771
+0.959579 0.614496 0.959579
+0.972076 0.637476 0.972076
+0.985672 0.661952 0.985672
+1 0.687999 1
+1 0.723003 1
+1 0.759152 1
+1 0.797162 1
+1 0.837201 1
+1 0.883589 1
+1 0.939849 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.170474 0.138354 0.775296
+0.224079 0.14789 0.777279
+0.271962 0.157763 0.779431
+0.314382 0.170169 0.782193
+0.356374 0.195331 0.788022
+0.397467 0.227527 0.796231
+0.437949 0.263081 0.806332
+0.478569 0.300908 0.818265
+0.519081 0.338552 0.831342
+0.559945 0.375494 0.845304
+0.601541 0.411475 0.859937
+0.64419 0.446159 0.874968
+0.689647 0.480247 0.890608
+0.73933 0.513603 0.906676
+0.795499 0.545815 0.922896
+0.86511 0.577249 0.939391
+0.956008 0.607843 0.956008
+0.968322 0.63064 0.968322
+0.981582 0.654643 0.981582
+0.995743 0.679744 0.995743
+1 0.711925 1
+1 0.747204 1
+1 0.783276 1
+1 0.821607 1
+1 0.863737 1
+1 0.912749 1
+1 0.974884 1
+0.132753 0.132906 0.774182
+0.13344 0.13489 0.774319
+0.134478 0.137789 0.774517
+0.135393 0.140322 0.774701
+0.136507 0.143404 0.774929
+0.138827 0.149523 0.775387
+0.177722 0.160403 0.779568
+0.22707 0.172366 0.782238
+0.273335 0.187472 0.785748
+0.316075 0.205264 0.790127
+0.356222 0.226123 0.795605
+0.395361 0.251011 0.802579
+0.43447 0.279698 0.811276
+0.47303 0.310353 0.821317
+0.512108 0.342687 0.832761
+0.551553 0.375601 0.845273
+0.591531 0.408438 0.85861
+0.633555 0.441596 0.872908
+0.67747 0.474174 0.887724
+0.725338 0.506493 0.903166
+0.779141 0.538186 0.91899
+0.84361 0.569055 0.935027
+0.934325 0.599878 0.951659
+0.964416 0.623468 0.964416
+0.97734 0.647028 0.97734
+0.99115 0.671656 0.99115
+1 0.699977 1
+1 0.734356 1
+1 0.769207 1
+1 0.804929 1
+1 0.844419 1
+1 0.88809 1
+1 0.940002 1
+0.154467 0.189532 0.778698
+0.157458 0.196735 0.779355
+0.159243 0.200977 0.779751
+0.160357 0.203632 0.780011
+0.161013 0.205173 0.780163
+0.162295 0.207568 0.780438
+0.19617 0.215183 0.787671
+0.240253 0.224323 0.794537
+0.281376 0.233188 0.797055
+0.320424 0.244968 0.800458
+0.358022 0.259648 0.804822
+0.395041 0.277653 0.810391
+0.431403 0.298695 0.817227
+0.468193 0.322927 0.825528
+0.505547 0.349599 0.835218
+0.543603 0.378195 0.84622
+0.582727 0.40798 0.858351
+0.623056 0.4383 0.871397
+0.665705 0.469139 0.885359
+0.711879 0.50013 0.900038
+0.762646 0.530526 0.915084
+0.823133 0.560861 0.930694
+0.902373 0.590631 0.946593
+0.960464 0.616144 0.960464
+0.973083 0.639307 0.973083
+0.986557 0.663523 0.986557
+1 0.688045 1
+1 0.72134 1
+1 0.754696 1
+1 0.788388 1
+1 0.824582 1
+1 0.864027 1
+1 0.908248 1
+0.18117 0.250538 0.784909
+0.183444 0.255451 0.785473
+0.184604 0.257923 0.785748
+0.18497 0.258732 0.78584
+0.185031 0.258854 0.785855
+0.186313 0.259113 0.786145
+0.215045 0.263035 0.792752
+0.253513 0.269902 0.802777
+0.291112 0.276829 0.809567
+0.325933 0.283528 0.811795
+0.360632 0.292744 0.814878
+0.395209 0.305089 0.819059
+0.429526 0.320165 0.824323
+0.464668 0.338689 0.830991
+0.499886 0.359808 0.838926
+0.53637 0.383627 0.84828
+0.573907 0.409506 0.858915
+0.61294 0.436881 0.87071
+0.654246 0.465431 0.883589
+0.698863 0.494789 0.897429
+0.747677 0.524056 0.911803
+0.803632 0.552956 0.926558
+0.874144 0.581598 0.941711
+0.956634 0.609003 0.956634
+0.968826 0.631556 0.968826
+0.98172 0.654871 0.98172
+0.995209 0.678798 0.995209
+1 0.707881 1
+1 0.739712 1
+1 0.772152 1
+1 0.805493 1
+1 0.840635 1
+1 0.878981 1
+0.204837 0.300191 0.790997
+0.206394 0.303334 0.791409
+0.207172 0.304936 0.791623
+0.207156 0.304891 0.791623
+0.206714 0.30399 0.791501
+0.210544 0.303563 0.792386
+0.23537 0.305135 0.798535
+0.266133 0.308522 0.806912
+0.299992 0.314031 0.817121
+0.33286 0.319493 0.823545
+0.364202 0.325032 0.825605
+0.396201 0.332952 0.82855
+0.428672 0.34345 0.832471
+0.461418 0.356619 0.837491
+0.495476 0.373129 0.843931
+0.530098 0.392218 0.851606
+0.565972 0.413886 0.86067
+0.603769 0.438056 0.871153
+0.643259 0.463142 0.879118
+0.68629 0.489845 0.889235
+0.732998 0.517342 0.902602
+0.785641 0.544991 0.917845
+0.849744 0.57322 0.936385
+0.941619 0.601236 0.952422
+0.964752 0.624079 0.964752
+0.977234 0.64683 0.977234
+0.989899 0.669429 0.989899
+1 0.694286 1
+1 0.72488 1
+1 0.755001 1
+1 0.786175 1
+1 0.81825 1
+1 0.851804 1
+0.225895 0.342153 0.796872
+0.226902 0.344121 0.797162
+0.227131 0.344579 0.797238
+0.227024 0.344381 0.797208
+0.226505 0.343206 0.79704
+0.23711 0.342473 0.79971
+0.256733 0.342992 0.804929
+0.281209 0.344427 0.811933
+0.309133 0.347127 0.820584
+0.339132 0.351598 0.83064
+0.368887 0.356054 0.836744
+0.398306 0.360647 0.838621
+0.428565 0.367712 0.841443
+0.459297 0.376577 0.841886
+0.490684 0.387488 0.838743
+0.523735 0.401694 0.838605
+0.558343 0.418631 0.840299
+0.594598 0.438224 0.84477
+0.633677 0.460594 0.852628
+0.675242 0.484459 0.862623
+0.720119 0.509194 0.874174
+0.77113 0.534997 0.88838
+0.83125 0.561074 0.904952
+0.910811 0.587396 0.923659
+0.960449 0.616205 0.932509
+0.972457 0.638239 0.944976
+0.984726 0.660304 0.958251
+0.99733 0.682521 0.973831
+1 0.710185 0.984054
+1 0.738308 0.993149
+1 0.766751 1
+1 0.796002 1
+1 0.825635 1
+0.244968 0.378912 0.802563
+0.245701 0.380316 0.802792
+0.245731 0.380377 0.802808
+0.245319 0.379599 0.802686
+0.248783 0.378668 0.803571
+0.264012 0.378119 0.807706
+0.279133 0.377462 0.811994
+0.29839 0.377783 0.817792
+0.320668 0.378866 0.824918
+0.345266 0.380621 0.829923
+0.372259 0.383719 0.833417
+0.399496 0.386587 0.832044
+0.427054 0.389715 0.8262
+0.456168 0.39527 0.822568
+0.486381 0.402884 0.82005
+0.518105 0.413169 0.819089
+0.551598 0.426535 0.821469
+0.586984 0.442481 0.825315
+0.624384 0.460945 0.831662
+0.664973 0.481849 0.840742
+0.708888 0.504097 0.85153
+0.757534 0.527245 0.864347
+0.814466 0.551171 0.879499
+0.886778 0.575097 0.895994
+0.956313 0.608621 0.898451
+0.967819 0.629877 0.90869
+0.979629 0.651255 0.919097
+0.991531 0.672389 0.930434
+1 0.695079 0.940902
+1 0.721904 0.947951
+1 0.747723 0.957137
+1 0.774212 0.969238
+1 0.800656 0.985992
+0.262837 0.412512 0.808225
+0.263371 0.41352 0.808392
+0.263279 0.413336 0.808362
+0.262882 0.412268 0.808225
+0.276783 0.411841 0.80914
+0.28925 0.410391 0.806653
+0.300557 0.40856 0.803769
+0.313817 0.407034 0.80177
+0.330831 0.406485 0.801877
+0.350683 0.406561 0.80325
+0.373434 0.407797 0.806287
+0.399695 0.410651 0.812512
+0.426566 0.41326 0.813581
+0.453956 0.416144 0.810056
+0.483391 0.421256 0.807889
+0.513924 0.428336 0.806943
+0.546334 0.437964 0.807752
+0.580591 0.450446 0.811078
+0.616632 0.465171 0.815946
+0.655909 0.482414 0.823194
+0.698268 0.501625 0.833097
+0.744915 0.521965 0.844663
+0.798978 0.543221 0.857816
+0.865339 0.564858 0.872999
+0.936034 0.597955 0.872465
+0.963653 0.622309 0.877943
+0.97467 0.64239 0.88571
+0.985962 0.662577 0.894301
+0.99704 0.682033 0.903639
+1 0.705165 0.910185
+1 0.729122 0.916793
+1 0.752956 0.925002
+1 0.776562 0.936263
+0.27686 0.442191 0.79321
+0.276661 0.442283 0.790661
+0.27602 0.441657 0.787503
+0.282338 0.440833 0.785397
+0.300069 0.440543 0.786114
+0.312047 0.439261 0.785336
+0.32137 0.437491 0.783917
+0.330846 0.435401 0.782147
+0.343389 0.433997 0.781994
+0.359228 0.433326 0.783886
+0.378256 0.433295 0.787137
+0.400504 0.434348 0.792523
+0.4262 0.436988 0.800824
+0.453162 0.439231 0.802945
+0.480919 0.441749 0.800107
+0.510842 0.446372 0.798917
+0.542031 0.452873 0.798962
+0.575006 0.461692 0.801053
+0.610544 0.473198 0.805234
+0.648295 0.486748 0.810925
+0.688884 0.502235 0.818555
+0.734188 0.5196 0.82829
+0.78529 0.537789 0.839658
+0.846647 0.55642 0.852476
+0.907958 0.586374 0.85098
+0.95996 0.615564 0.851499
+0.970306 0.634516 0.857694
+0.980728 0.6533 0.864118
+0.990951 0.671397 0.870878
+1 0.689326 0.877745
+1 0.71075 0.881758
+1 0.732235 0.887556
+1 0.752972 0.895232
+0.289647 0.470085 0.770504
+0.289433 0.469978 0.768688
+0.288701 0.468986 0.765881
+0.308751 0.469871 0.76968
+0.32549 0.469627 0.771984
+0.336141 0.468238 0.772198
+0.343465 0.466285 0.771374
+0.350057 0.464012 0.76936
+0.358755 0.461921 0.768582
+0.370794 0.460563 0.769619
+0.385733 0.459632 0.772015
+0.404196 0.459495 0.776486
+0.426169 0.460472 0.783612
+0.451911 0.46276 0.793881
+0.479622 0.464546 0.797665
+0.50811 0.466789 0.795453
+0.538521 0.470756 0.794705
+0.570871 0.476478 0.795224
+0.604974 0.484291 0.797452
+0.641886 0.494499 0.801831
+0.681529 0.506508 0.807706
+0.724804 0.52018 0.815412
+0.774029 0.535439 0.825345
+0.831403 0.551156 0.836072
+0.884657 0.577264 0.832532
+0.951965 0.608988 0.828962
+0.9664 0.627466 0.832486
+0.975799 0.644495 0.836423
+0.985122 0.661158 0.841047
+0.994003 0.676768 0.845823
+1 0.693172 0.850843
+1 0.712367 0.8551
+1 0.731197 0.861219
+0.303227 0.497658 0.754009
+0.303136 0.497658 0.752804
+0.313298 0.497826 0.754482
+0.336202 0.49897 0.760159
+0.351354 0.498894 0.763333
+0.360388 0.497337 0.763561
+0.365835 0.495048 0.762249
+0.370611 0.492699 0.760876
+0.376242 0.490105 0.759441
+0.384451 0.487984 0.759243
+0.395834 0.486488 0.760784
+0.410513 0.485573 0.764477
+0.428611 0.485405 0.77023
+0.450874 0.48632 0.77908
+0.476997 0.488151 0.791135
+0.505608 0.489464 0.795743
+0.535515 0.490959 0.793774
+0.567315 0.49424 0.793454
+0.600793 0.49897 0.794186
+0.636713 0.505562 0.796445
+0.675288 0.514199 0.800717
+0.717464 0.52433 0.806363
+0.764019 0.53576 0.813169
+0.817594 0.548898 0.821088
+0.865873 0.571725 0.815946
+0.921218 0.598138 0.81091
+0.963363 0.621958 0.810361
+0.971725 0.637201 0.812375
+0.979767 0.651637 0.814511
+0.987701 0.665721 0.817777
+0.995254 0.67895 0.821271
+1 0.693492 0.825208
+1 0.710567 0.830259
+0.317876 0.525841 0.742489
+0.317403 0.525063 0.741253
+0.344656 0.527794 0.749889
+0.364508 0.528679 0.755505
+0.376577 0.528054 0.757595
+0.384298 0.52668 0.758312
+0.388586 0.5243 0.757061
+0.391455 0.521431 0.755261
+0.394965 0.518791 0.75378
+0.400229 0.516091 0.752743
+0.408087 0.513848 0.75314
+0.419287 0.512383 0.755611
+0.433707 0.511299 0.759899
+0.45182 0.511055 0.766766
+0.474281 0.511894 0.777066
+0.501457 0.513222 0.791363
+0.531716 0.513802 0.797024
+0.563287 0.514549 0.795193
+0.597009 0.516716 0.794614
+0.632395 0.519997 0.794751
+0.670024 0.524804 0.796002
+0.710567 0.531411 0.79884
+0.755077 0.53959 0.802808
+0.806607 0.549523 0.808606
+0.84976 0.569711 0.801694
+0.896971 0.591714 0.79498
+0.95407 0.616312 0.790417
+0.96846 0.631312 0.790417
+0.975387 0.643824 0.790845
+0.982101 0.655818 0.791974
+0.988647 0.667399 0.794217
+0.995392 0.679179 0.797711
+1 0.69247 0.802747
+0.332982 0.55404 0.733761
+0.349172 0.555444 0.739071
+0.375601 0.558038 0.748196
+0.391745 0.558679 0.753445
+0.401282 0.557733 0.755642
+0.40708 0.555886 0.755703
+0.410605 0.553582 0.754726
+0.412268 0.550607 0.752514
+0.413794 0.547463 0.749889
+0.416938 0.544701 0.74847
+0.421927 0.54197 0.747814
+0.429572 0.539559 0.748592
+0.440574 0.538048 0.751934
+0.454902 0.536965 0.757198
+0.473411 0.536553 0.765408
+0.49662 0.537041 0.777569
+0.523659 0.53637 0.791836
+0.554726 0.534417 0.795468
+0.588846 0.534295 0.793317
+0.625116 0.53518 0.791867
+0.662943 0.537469 0.791791
+0.702251 0.542062 0.790906
+0.744137 0.549432 0.790158
+0.788952 0.559091 0.790188
+0.836622 0.571023 0.788785
+0.877607 0.589593 0.780026
+0.921431 0.608881 0.773388
+0.966705 0.628168 0.769787
+0.972045 0.637842 0.768902
+0.977676 0.647974 0.768963
+0.983459 0.658259 0.770764
+0.989609 0.669108 0.774258
+0.996139 0.680491 0.779385
+0.356146 0.5832 0.730968
+0.385275 0.587076 0.742428
+0.404974 0.588739 0.749523
+0.416876 0.588754 0.75314
+0.424475 0.587732 0.754849
+0.42884 0.585672 0.754589
+0.431144 0.583047 0.753155
+0.432166 0.580118 0.751049
+0.432547 0.576761 0.748363
+0.4336 0.573373 0.746181
+0.4365 0.570382 0.744869
+0.441276 0.56762 0.744289
+0.448707 0.565301 0.745586
+0.459632 0.563729 0.749294
+0.474052 0.5626 0.755413
+0.492973 0.562112 0.764965
+0.516014 0.560708 0.776593
+0.544457 0.557946 0.784146
+0.578363 0.556542 0.780392
+0.613703 0.556527 0.777096
+0.650019 0.557656 0.774319
+0.688212 0.560418 0.772305
+0.728328 0.565332 0.771374
+0.771389 0.572488 0.771435
+0.815976 0.581674 0.769497
+0.860029 0.592233 0.765469
+0.897139 0.6065 0.758144
+0.932845 0.621805 0.752178
+0.971862 0.637537 0.749569
+0.976349 0.645624 0.749477
+0.980957 0.653849 0.750912
+0.985992 0.66276 0.75404
+0.991928 0.673167 0.759365
+0.396628 0.616312 0.737606
+0.41735 0.618936 0.746197
+0.431495 0.619944 0.75172
+0.440162 0.619364 0.754299
+0.445716 0.618021 0.755306
+0.448905 0.615946 0.754864
+0.450294 0.613138 0.75314
+0.450446 0.609903 0.750622
+0.450172 0.606592 0.747951
+0.449805 0.602884 0.7449
+0.450614 0.599344 0.742504
+0.4533 0.596307 0.74136
+0.457908 0.593378 0.741238
+0.465202 0.591058 0.742962
+0.476036 0.589563 0.74728
+0.490608 0.588479 0.754345
+0.509209 0.586221 0.76257
+0.535821 0.583581 0.766674
+0.568154 0.581384 0.762936
+0.602274 0.580011 0.759564
+0.638086 0.57998 0.757076
+0.674998 0.58117 0.755138
+0.713466 0.583993 0.753704
+0.755199 0.588937 0.754009
+0.796246 0.595712 0.751446
+0.834241 0.603723 0.746105
+0.868681 0.6121 0.740383
+0.902052 0.620539 0.735698
+0.932158 0.632013 0.732387
+0.967514 0.646036 0.732921
+0.982055 0.655818 0.735637
+0.986633 0.663905 0.739406
+0.99176 0.672892 0.744747
+0.430869 0.649683 0.744289
+0.444953 0.651377 0.750378
+0.454887 0.651789 0.754528
+0.460945 0.650843 0.756146
+0.464607 0.649088 0.756298
+0.466499 0.646647 0.75523
+0.467308 0.643931 0.753582
+0.466835 0.640528 0.750866
+0.465614 0.63682 0.747478
+0.464515 0.633158 0.744228
+0.463935 0.629267 0.741299
+0.464515 0.625513 0.738964
+0.466957 0.622446 0.737942
+0.47126 0.619516 0.737972
+0.478279 0.617212 0.739971
+0.488991 0.615641 0.744564
+0.503883 0.613062 0.750042
+0.528603 0.610056 0.750088
+0.559564 0.607385 0.746578
+0.592386 0.605112 0.743297
+0.62649 0.603815 0.740764
+0.662531 0.603845 0.738949
+0.700191 0.60502 0.737713
+0.739895 0.607813 0.737362
+0.778027 0.612894 0.733959
+0.809125 0.619028 0.727413
+0.83534 0.625559 0.721263
+0.862684 0.632517 0.718044
+0.893736 0.639612 0.717449
+0.932021 0.647242 0.718898
+0.974456 0.659785 0.723308
+0.989761 0.669413 0.72842
+0.994415 0.677516 0.733959
+0.459022 0.683726 0.750851
+0.468452 0.684764 0.754955
+0.47454 0.684382 0.756954
+0.478584 0.683452 0.757687
+0.480629 0.681331 0.757031
+0.481407 0.678676 0.75552
+0.4813 0.675669 0.753368
+0.480385 0.672099 0.750744
+0.47866 0.668162 0.747265
+0.47686 0.664179 0.743725
+0.475196 0.659968 0.740108
+0.474235 0.65597 0.736736
+0.474434 0.652155 0.734234
+0.476448 0.649058 0.73315
+0.480262 0.646235 0.733242
+0.487846 0.643549 0.734798
+0.499214 0.641184 0.738598
+0.524102 0.63743 0.735439
+0.552773 0.633967 0.731624
+0.584009 0.631296 0.728496
+0.616709 0.62916 0.725399
+0.651072 0.627924 0.723186
+0.68748 0.62797 0.722133
+0.725902 0.629145 0.721523
+0.759121 0.632639 0.716762
+0.783703 0.637903 0.710063
+0.806195 0.643244 0.705882
+0.832013 0.648737 0.704982
+0.862623 0.654841 0.706401
+0.898695 0.66125 0.70927
+0.943297 0.668345 0.713436
+0.99501 0.678553 0.719951
+0.999146 0.685695 0.725734
+0.481651 0.719158 0.755779
+0.487144 0.719738 0.75816
+0.490349 0.718807 0.758679
+0.492119 0.717021 0.758221
+0.493065 0.7149 0.757351
+0.49276 0.711986 0.755199
+0.491615 0.708583 0.75227
+0.49015 0.704997 0.749279
+0.487922 0.700725 0.745495
+0.485435 0.696269 0.741466
+0.48307 0.691814 0.737499
+0.481117 0.687404 0.733761
+0.479835 0.683177 0.730449
+0.479774 0.679423 0.728191
+0.48217 0.67602 0.726589
+0.486946 0.673106 0.726009
+0.498573 0.66981 0.725078
+0.521935 0.665782 0.721233
+0.548104 0.661845 0.717418
+0.577234 0.658274 0.713909
+0.608377 0.655619 0.711315
+0.64123 0.653483 0.709316
+0.676188 0.652232 0.707774
+0.712764 0.652445 0.70695
+0.738918 0.655573 0.700038
+0.759319 0.659739 0.695796
+0.783825 0.663935 0.695811
+0.81181 0.668132 0.697337
+0.842985 0.672831 0.700084
+0.878828 0.67834 0.704051
+0.920958 0.684321 0.708476
+0.974151 0.69102 0.713741
+1 0.698924 0.720394
+0.498512 0.756939 0.759441
+0.500404 0.756466 0.759564
+0.50135 0.755169 0.758877
+0.501244 0.752926 0.757244
+0.50042 0.750042 0.754971
+0.499275 0.746975 0.752499
+0.497414 0.74316 0.749279
+0.495079 0.738872 0.745571
+0.492653 0.734585 0.741848
+0.489769 0.729809 0.737621
+0.486732 0.724773 0.73315
+0.48426 0.720119 0.729076
+0.482856 0.715587 0.725216
+0.482292 0.71133 0.721721
+0.48304 0.707805 0.719081
+0.485939 0.704326 0.716625
+0.502342 0.699397 0.712245
+0.522484 0.694865 0.708293
+0.54609 0.690578 0.704524
+0.572564 0.686534 0.70103
+0.601602 0.683253 0.698268
+0.632944 0.680339 0.695857
+0.666117 0.678203 0.694209
+0.699672 0.677501 0.691905
+0.720653 0.680552 0.689143
+0.745327 0.682902 0.689784
+0.772107 0.685695 0.691188
+0.800855 0.689021 0.693309
+0.8318 0.692805 0.69601
+0.866453 0.697185 0.699443
+0.906783 0.702495 0.70396
+0.956115 0.708263 0.709056
+1 0.71487 0.715114
+0.526101 0.795361 0.759655
+0.52668 0.79411 0.758099
+0.526314 0.791943 0.755871
+0.525429 0.78941 0.753414
+0.523812 0.786175 0.750195
+0.521614 0.782315 0.746777
+0.519112 0.778195 0.743511
+0.516075 0.77351 0.739498
+0.512749 0.768521 0.735241
+0.509316 0.76347 0.730938
+0.505592 0.758022 0.726284
+0.502342 0.752636 0.721553
+0.500099 0.747936 0.717052
+0.498253 0.743206 0.712642
+0.497215 0.738811 0.708659
+0.497475 0.735317 0.704952
+0.509316 0.730251 0.700648
+0.526223 0.725032 0.696376
+0.546777 0.720424 0.692714
+0.570474 0.715862 0.689128
+0.596963 0.711833 0.685802
+0.626078 0.708431 0.683497
+0.657725 0.705562 0.682063
+0.691249 0.703441 0.681086
+0.721691 0.703151 0.685389
+0.7467 0.704479 0.691691
+0.772732 0.706783 0.693324
+0.800031 0.709819 0.693858
+0.830045 0.713451 0.69543
+0.86331 0.717327 0.698222
+0.902083 0.721859 0.70222
+0.949783 0.727062 0.707103
+1 0.732891 0.712886
+0.556069 0.836896 0.75996
+0.556237 0.835386 0.757412
+0.555108 0.832364 0.75407
+0.553414 0.828855 0.750652
+0.551431 0.825162 0.747112
+0.548669 0.820554 0.743008
+0.545602 0.815656 0.73872
+0.542443 0.810758 0.734401
+0.538628 0.80502 0.729717
+0.534646 0.799146 0.724956
+0.530648 0.793301 0.720302
+0.526436 0.787152 0.71545
+0.522988 0.781353 0.710414
+0.520531 0.77612 0.705501
+0.518639 0.771084 0.700282
+0.517693 0.766598 0.694926
+0.519585 0.762585 0.689876
+0.532982 0.75697 0.685618
+0.550103 0.751553 0.681758
+0.571069 0.746639 0.678462
+0.594812 0.742 0.675319
+0.621592 0.737743 0.672663
+0.650935 0.734447 0.670863
+0.682506 0.731548 0.669688
+0.716884 0.729351 0.669505
+0.752148 0.728496 0.673091
+0.779767 0.729442 0.681712
+0.80737 0.730983 0.692607
+0.837766 0.733883 0.698848
+0.871626 0.737301 0.703304
+0.910384 0.741451 0.707118
+0.957732 0.746548 0.710903
+1 0.75201 0.715343
+0.58938 0.884886 0.763378
+0.588647 0.882292 0.759335
+0.58703 0.878691 0.755062
+0.584634 0.874205 0.750561
+0.581857 0.869322 0.746059
+0.578592 0.863935 0.741451
+0.574868 0.858 0.736599
+0.570733 0.851606 0.731777
+0.56669 0.845441 0.727108
+0.562173 0.838682 0.721782
+0.557565 0.831861 0.716548
+0.552987 0.825101 0.71136
+0.548287 0.818112 0.705806
+0.544564 0.811688 0.700221
+0.54197 0.806027 0.694697
+0.539879 0.800412 0.688838
+0.538888 0.795529 0.682506
+0.542962 0.790921 0.676509
+0.556664 0.784894 0.672374
+0.574136 0.779141 0.66862
+0.5953 0.77406 0.665553
+0.619242 0.769223 0.662852
+0.646082 0.764889 0.660807
+0.67599 0.761318 0.659968
+0.708156 0.758282 0.659663
+0.743191 0.7561 0.660441
+0.780972 0.755138 0.664118
+0.815641 0.755489 0.672419
+0.847318 0.75729 0.681956
+0.881819 0.759686 0.694835
+0.922026 0.762798 0.704814
+0.972961 0.766888 0.71252
+1 0.77203 0.719982
+0.629343 0.945327 0.772015
+0.627344 0.940902 0.766781
+0.624735 0.93576 0.76144
+0.621118 0.92932 0.755749
+0.617227 0.922667 0.75024
+0.61294 0.915557 0.744686
+0.608377 0.908171 0.739147
+0.603387 0.900267 0.733425
+0.598245 0.892256 0.727779
+0.592996 0.884184 0.722133
+0.587503 0.875853 0.716365
+0.581903 0.867414 0.71043
+0.576822 0.859739 0.704829
+0.571588 0.851804 0.69868
+0.567514 0.844465 0.692332
+0.564523 0.83798 0.685893
+0.562249 0.831785 0.678767
+0.561151 0.826444 0.671061
+0.566339 0.821149 0.664698
+0.580545 0.81442 0.660807
+0.598184 0.808377 0.657465
+0.619486 0.803037 0.654704
+0.643763 0.797879 0.652461
+0.670909 0.793332 0.651041
+0.701289 0.78967 0.650721
+0.734295 0.78648 0.651316
+0.770626 0.784161 0.653269
+0.81146 0.783001 0.657984
+0.852018 0.783108 0.666529
+0.892409 0.784756 0.676463
+0.936645 0.78764 0.68748
+0.99202 0.79057 0.701152
+1 0.794354 0.714229
+0.658732 0.986877 0.778058
+0.659083 0.98703 0.77377
+0.659083 0.987015 0.769436
+0.658915 0.986923 0.765576
+0.658442 0.986694 0.761791
+0.657191 0.985321 0.757809
+0.650782 0.97464 0.750668
+0.643717 0.963043 0.743145
+0.636652 0.951629 0.73608
+0.629923 0.940887 0.729366
+0.622782 0.929625 0.722286
+0.615839 0.918776 0.715358
+0.609323 0.908644 0.708675
+0.602945 0.898756 0.701747
+0.596872 0.889296 0.694621
+0.592554 0.881102 0.687373
+0.588876 0.873243 0.679866
+0.586252 0.866194 0.671611
+0.584939 0.860121 0.662379
+0.589746 0.854032 0.654658
+0.604288 0.846723 0.650965
+0.622507 0.840299 0.648127
+0.6439 0.834226 0.645716
+0.668498 0.828687 0.643854
+0.696147 0.823865 0.643244
+0.727016 0.819913 0.643946
+0.761334 0.81648 0.645563
+0.799969 0.81416 0.648875
+0.843763 0.812787 0.654566
+0.891905 0.81265 0.663752
+0.945357 0.814145 0.67451
+0.999619 0.817334 0.686488
+1 0.820829 0.698451
+0.667491 0.990875 0.772549
+0.667796 0.990997 0.767422
+0.667659 0.990921 0.762554
+0.667277 0.990738 0.758007
+0.666773 0.990509 0.754009
+0.66601 0.990143 0.750347
+0.665064 0.9897 0.746654
+0.664073 0.989227 0.743313
+0.662882 0.988678 0.739956
+0.661585 0.988083 0.736706
+0.660319 0.987472 0.733593
+0.658869 0.986801 0.730465
+0.650248 0.973007 0.721996
+0.641733 0.959228 0.713573
+0.633387 0.945815 0.704646
+0.625971 0.933715 0.695872
+0.620569 0.923339 0.687343
+0.616022 0.913695 0.678111
+0.612741 0.905211 0.668223
+0.610986 0.898009 0.657221
+0.613123 0.891295 0.646403
+0.62797 0.883009 0.643229
+0.646632 0.875532 0.640803
+0.668482 0.868788 0.638987
+0.693507 0.862623 0.63798
+0.722057 0.857542 0.638041
+0.75375 0.852964 0.639323
+0.789929 0.849134 0.642084
+0.831128 0.846616 0.646738
+0.879683 0.845182 0.653895
+0.938399 0.844907 0.663996
+0.997055 0.847166 0.681636
+1 0.84892 0.688258
+0.676768 0.995148 0.767315
+0.676844 0.995178 0.761608
+0.676646 0.995087 0.756283
+0.676158 0.994842 0.751308
+0.675486 0.994522 0.746715
+0.674693 0.994156 0.742519
+0.673671 0.993667 0.738643
+0.672496 0.993118 0.734951
+0.671275 0.992554 0.73164
+0.669886 0.991897 0.72845
+0.668391 0.991196 0.725322
+0.666911 0.990509 0.722362
+0.665385 0.989792 0.719203
+0.663828 0.989059 0.715892
+0.662409 0.988403 0.71252
+0.66099 0.987732 0.708629
+0.660075 0.987289 0.704448
+0.654749 0.976989 0.695338
+0.648142 0.963424 0.683833
+0.64332 0.951919 0.671672
+0.640726 0.942977 0.658793
+0.639521 0.934874 0.643503
+0.651942 0.925536 0.63772
+0.671031 0.916838 0.635752
+0.693385 0.908629 0.634394
+0.719051 0.901427 0.63418
+0.748714 0.895445 0.635355
+0.781964 0.890166 0.637568
+0.819974 0.885985 0.641474
+0.865614 0.883223 0.647547
+0.921843 0.881453 0.655802
+0.993378 0.88098 0.677409
+0.998444 0.882383 0.684108
+0.68658 0.999725 0.762676
+0.686519 0.999695 0.756024
+0.686152 0.999527 0.749889
+0.685634 0.999283 0.744457
+0.684825 0.998901 0.739467
+0.683894 0.998459 0.735027
+0.682765 0.997925 0.731106
+0.681514 0.99733 0.727153
+0.680125 0.996674 0.723613
+0.678676 0.996002 0.720333
+0.677089 0.995254 0.717144
+0.675456 0.994476 0.714092
+0.673808 0.993698 0.711131
+0.672129 0.99292 0.708019
+0.670481 0.992142 0.704631
+0.669001 0.99144 0.701045
+0.667521 0.990738 0.696818
+0.66685 0.990417 0.692302
+0.667308 0.990631 0.687633
+0.668406 0.991135 0.681987
+0.670375 0.99205 0.675166
+0.677516 0.992432 0.671153
+0.68716 0.986175 0.667216
+0.696834 0.973785 0.660151
+0.711009 0.963592 0.65449
+0.729168 0.954131 0.649348
+0.751598 0.946212 0.645243
+0.779232 0.939864 0.642267
+0.811688 0.933425 0.639246
+0.852827 0.928618 0.643351
+0.904189 0.925277 0.650523
+0.972702 0.923018 0.66601
+0.997696 0.922744 0.682231
+0.714565 1 0.770214
+0.714137 1 0.763104
+0.712657 1 0.75613
+0.710857 1 0.749615
+0.708278 1 0.743191
+0.70515 1 0.736889
+0.701823 1 0.730953
+0.697948 1 0.725002
+0.693599 1 0.718959
+0.689326 1 0.713161
+0.686198 0.999527 0.708782
+0.684398 0.998688 0.705913
+0.682628 0.997848 0.70309
+0.680827 0.996994 0.700145
+0.679042 0.996139 0.696941
+0.677363 0.995361 0.693477
+0.675715 0.994568 0.689357
+0.674189 0.993851 0.684611
+0.673854 0.993683 0.680034
+0.674418 0.993957 0.674846
+0.680247 0.993423 0.673243
+0.688457 0.99295 0.672175
+0.698772 0.992599 0.671321
+0.711513 0.992386 0.670741
+0.727016 0.992355 0.670497
+0.745159 0.992523 0.670649
+0.766308 0.992889 0.671214
+0.790967 0.9935 0.672251
+0.819379 0.99411 0.673625
+0.851637 0.986862 0.670878
+0.893462 0.981857 0.669642
+0.952041 0.978759 0.669688
+0.998474 0.976242 0.682918
+0.745312 1 0.781567
+0.744656 1 0.774121
+0.742901 1 0.766674
+0.740551 1 0.759609
+0.73785 1 0.753002
+0.734462 1 0.746487
+0.730617 1 0.740124
+0.726543 1 0.734096
+0.721981 1 0.727977
+0.717052 1 0.721767
+0.712154 1 0.715862
+0.706798 1 0.709743
+0.701274 1 0.703563
+0.695994 1 0.697627
+0.690486 1 0.691188
+0.686885 0.999634 0.686397
+0.686564 0.998703 0.684459
+0.687175 0.997787 0.682506
+0.688716 0.996918 0.680659
+0.691539 0.996124 0.678965
+0.695781 0.995361 0.677317
+0.701656 0.99469 0.675822
+0.709606 0.994125 0.67454
+0.719799 0.993622 0.673381
+0.732601 0.993255 0.672419
+0.748516 0.993118 0.671962
+0.767376 0.993347 0.672251
+0.789563 0.993774 0.672938
+0.816007 0.994476 0.674174
+0.847044 0.995361 0.675853
+0.885374 0.996475 0.67805
+0.936751 0.997803 0.680766
+0.999069 0.999069 0.683574
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.140169 0.133715 0.774365
+0.221134 0.147326 0.777157
+0.283635 0.160327 0.779995
+0.332586 0.171817 0.78265
+0.374411 0.182452 0.785214
+0.412604 0.192737 0.787808
+0.448142 0.202747 0.790433
+0.486427 0.230442 0.797696
+0.53576 0.302251 0.819181
+0.583917 0.362341 0.840528
+0.631708 0.413046 0.860838
+0.679637 0.456901 0.879973
+0.730632 0.497032 0.898726
+0.788922 0.535317 0.917632
+0.858656 0.571038 0.936141
+0.954894 0.605753 0.954894
+0.969116 0.632074 0.969116
+0.983276 0.657679 0.983276
+0.997467 0.682734 0.997467
+1 0.71667 1
+1 0.754955 1
+1 0.795789 1
+1 0.840009 1
+1 0.891127 1
+1 0.958801 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.1393 0.133593 0.77435
+0.216251 0.146395 0.776959
+0.277028 0.158846 0.779675
+0.325399 0.170062 0.782238
+0.367529 0.180652 0.784772
+0.405447 0.190768 0.787305
+0.44094 0.200687 0.789883
+0.484108 0.249226 0.802747
+0.531655 0.312032 0.822339
+0.57818 0.365881 0.84181
+0.623926 0.412314 0.860471
+0.670924 0.454398 0.878798
+0.720729 0.49337 0.896925
+0.775708 0.529976 0.9149
+0.841688 0.565209 0.933028
+0.933181 0.599634 0.951522
+0.966232 0.626795 0.966232
+0.980163 0.65211 0.980163
+0.994049 0.676768 0.994049
+1 0.70808 1
+1 0.745769 1
+1 0.785504 1
+1 0.827863 1
+1 0.875715 1
+1 0.937133 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.138567 0.133486 0.774319
+0.210254 0.145281 0.77673
+0.269886 0.15729 0.779324
+0.318456 0.168383 0.781842
+0.360006 0.178714 0.784298
+0.39791 0.188708 0.786786
+0.434882 0.204913 0.790845
+0.480293 0.262348 0.806455
+0.525979 0.3178 0.824231
+0.570886 0.366766 0.842069
+0.615381 0.410315 0.859571
+0.66125 0.450614 0.877058
+0.709651 0.488426 0.89453
+0.76286 0.524346 0.912047
+0.825086 0.558831 0.929671
+0.907225 0.592462 0.947585
+0.963241 0.621286 0.963241
+0.976745 0.645945 0.976745
+0.99028 0.67013 0.99028
+1 0.699016 1
+1 0.735637 1
+1 0.77406 1
+1 0.815473 1
+1 0.860731 1
+1 0.916228 1
+1 0.99118 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.137911 0.133394 0.774304
+0.204868 0.144289 0.776516
+0.263188 0.155856 0.779004
+0.310552 0.166506 0.781415
+0.352056 0.176669 0.78381
+0.390005 0.186648 0.786267
+0.431235 0.222553 0.795193
+0.475715 0.273045 0.809567
+0.519493 0.32163 0.825467
+0.562783 0.36614 0.841779
+0.606714 0.407675 0.858427
+0.650904 0.445869 0.874907
+0.697658 0.482353 0.89163
+0.749599 0.517998 0.908873
+0.808225 0.551705 0.925948
+0.882948 0.58471 0.943374
+0.959976 0.615244 0.959976
+0.97322 0.639582 0.97322
+0.986496 0.663417 0.986496
+1 0.689174 1
+1 0.725048 1
+1 0.7626 1
+1 0.80206 1
+1 0.845075 1
+1 0.895888 1
+1 0.959899 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.138491 0.133486 0.774319
+0.200458 0.143496 0.776349
+0.256336 0.154406 0.778683
+0.302968 0.164736 0.781003
+0.344259 0.174792 0.783352
+0.385199 0.198962 0.789059
+0.427909 0.239887 0.799741
+0.470192 0.282795 0.812482
+0.512459 0.325307 0.826673
+0.554681 0.365927 0.841627
+0.596948 0.404303 0.856977
+0.640543 0.441199 0.872786
+0.686397 0.476768 0.888975
+0.735897 0.51107 0.90544
+0.791897 0.544335 0.922133
+0.860471 0.576684 0.939071
+0.95642 0.608606 0.95642
+0.969497 0.632776 0.969497
+0.982391 0.656077 0.982391
+0.996338 0.680781 0.996338
+1 0.714 1
+1 0.75079 1
+1 0.788739 1
+1 0.829252 1
+1 0.875975 1
+1 0.931975 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.141512 0.133974 0.774411
+0.19826 0.143648 0.776379
+0.251148 0.156024 0.778988
+0.298634 0.173678 0.782849
+0.34258 0.199374 0.788891
+0.384344 0.22768 0.796185
+0.425147 0.26009 0.805371
+0.465461 0.294942 0.816251
+0.505989 0.330953 0.82858
+0.546471 0.366812 0.841901
+0.587427 0.401984 0.855955
+0.629892 0.436759 0.870787
+0.674342 0.470832 0.886183
+0.722301 0.504234 0.902068
+0.775525 0.53666 0.918196
+0.839368 0.568536 0.934737
+0.927428 0.600214 0.951797
+0.965576 0.625589 0.965576
+0.978119 0.648417 0.978119
+0.991806 0.672816 0.991806
+1 0.702434 1
+1 0.737896 1
+1 0.77499 1
+1 0.813352 1
+1 0.856397 1
+1 0.906645 1
+1 0.969711 1
+0.139574 0.15172 0.775555
+0.143404 0.161791 0.776333
+0.14583 0.168063 0.776852
+0.14728 0.171756 0.777157
+0.148302 0.174319 0.777371
+0.14966 0.177722 0.777661
+0.1617 0.18439 0.780026
+0.213352 0.195834 0.787411
+0.261128 0.207019 0.79028
+0.304509 0.220768 0.793927
+0.345647 0.238453 0.79881
+0.384863 0.25922 0.804852
+0.423117 0.283192 0.812268
+0.461723 0.310521 0.821302
+0.499977 0.339605 0.831571
+0.538735 0.370184 0.843107
+0.578805 0.402029 0.855909
+0.619669 0.43386 0.869474
+0.662425 0.465751 0.883803
+0.708904 0.497932 0.898985
+0.759472 0.529213 0.914412
+0.818998 0.560265 0.930358
+0.89662 0.591073 0.946792
+0.961654 0.618341 0.961654
+0.973877 0.640757 0.973877
+0.987137 0.664546 0.987137
+1 0.690684 1
+1 0.72546 1
+1 0.760449 1
+1 0.797131 1
+1 0.837064 1
+1 0.881621 1
+1 0.935073 1
+0.170138 0.226154 0.782254
+0.173022 0.232624 0.78294
+0.174563 0.236027 0.783307
+0.175219 0.237507 0.783459
+0.175402 0.237888 0.783505
+0.175906 0.239002 0.783627
+0.187625 0.241962 0.78616
+0.230808 0.249836 0.79646
+0.27393 0.258564 0.804074
+0.312718 0.266697 0.806638
+0.349935 0.27744 0.810056
+0.386511 0.291432 0.814618
+0.422538 0.308354 0.82031
+0.458305 0.328313 0.827314
+0.494759 0.351339 0.835767
+0.532021 0.376791 0.845594
+0.570031 0.403998 0.856641
+0.609857 0.432929 0.868986
+0.651347 0.46247 0.882246
+0.69572 0.492515 0.896345
+0.744656 0.52285 0.911192
+0.800092 0.552605 0.926345
+0.869108 0.582116 0.941939
+0.95787 0.611307 0.95787
+0.969604 0.632975 0.969604
+0.982437 0.656168 0.982437
+0.996323 0.680751 0.996323
+1 0.712306 1
+1 0.746212 1
+1 0.781155 1
+1 0.818326 1
+1 0.858366 1
+1 0.903868 1
+0.197528 0.285176 0.789059
+0.199313 0.288869 0.789517
+0.200275 0.290852 0.789776
+0.200412 0.291127 0.789807
+0.200107 0.290486 0.789731
+0.199725 0.289693 0.789624
+0.21442 0.290929 0.793072
+0.247959 0.294957 0.801663
+0.285542 0.301244 0.812482
+0.321553 0.30779 0.819562
+0.355047 0.314046 0.82182
+0.388617 0.322637 0.824918
+0.422278 0.334264 0.82916
+0.456031 0.348577 0.834501
+0.490639 0.366003 0.841184
+0.526146 0.386481 0.849317
+0.562646 0.409323 0.858763
+0.600427 0.43418 0.869459
+0.640467 0.460899 0.881453
+0.68336 0.488762 0.894499
+0.729381 0.516869 0.908171
+0.781811 0.545464 0.922637
+0.84535 0.57409 0.937621
+0.933715 0.602838 0.953216
+0.965499 0.625437 0.965499
+0.977981 0.648157 0.977981
+0.991165 0.671672 0.991165
+1 0.698955 1
+1 0.731914 1
+1 0.764843 1
+1 0.799283 1
+1 0.836255 1
+1 0.876127 1
+0.220737 0.332021 0.795392
+0.221912 0.33434 0.795727
+0.222354 0.33521 0.79585
+0.222339 0.335195 0.79585
+0.22179 0.334112 0.795697
+0.222141 0.332616 0.795743
+0.240391 0.333013 0.800366
+0.266682 0.334783 0.807538
+0.297047 0.337926 0.816617
+0.329183 0.342733 0.8271
+0.361181 0.347982 0.833738
+0.39173 0.353155 0.835798
+0.422629 0.360571 0.838712
+0.45478 0.370733 0.842756
+0.487266 0.383383 0.847837
+0.520867 0.398947 0.854246
+0.555932 0.417563 0.862119
+0.592157 0.438514 0.87126
+0.630594 0.461784 0.881788
+0.671672 0.486915 0.893553
+0.715358 0.512673 0.90605
+0.764767 0.539422 0.919493
+0.823133 0.566598 0.933623
+0.899413 0.593881 0.948287
+0.961578 0.618204 0.961578
+0.973556 0.640162 0.973556
+0.986267 0.663005 0.986267
+0.999573 0.686427 0.999573
+1 0.717617 1
+1 0.748791 1
+1 0.780743 1
+1 0.814099 1
+1 0.849653 1
+0.24126 0.371847 0.801434
+0.242161 0.373556 0.801709
+0.242267 0.373785 0.80174
+0.241917 0.373098 0.801633
+0.241276 0.371847 0.801434
+0.249607 0.370748 0.803601
+0.265995 0.370275 0.808087
+0.286656 0.370886 0.814084
+0.310811 0.372183 0.821591
+0.337697 0.374655 0.830549
+0.366506 0.378653 0.840864
+0.395712 0.383001 0.847166
+0.424491 0.387396 0.849058
+0.4542 0.393942 0.85182
+0.485023 0.40293 0.855634
+0.516808 0.414435 0.860563
+0.549874 0.428687 0.866758
+0.584985 0.445991 0.874464
+0.621454 0.465476 0.883375
+0.660441 0.487175 0.893599
+0.702876 0.510765 0.905058
+0.749249 0.535134 0.917266
+0.802945 0.560281 0.930266
+0.871061 0.586145 0.94406
+0.958007 0.611566 0.958007
+0.969314 0.632441 0.969314
+0.981567 0.654612 0.981567
+0.99411 0.67686 0.99411
+1 0.703365 1
+1 0.732952 1
+1 0.762539 1
+1 0.793271 1
+1 0.82443 1
+0.260166 0.407553 0.807355
+0.260655 0.408469 0.807523
+0.260685 0.408515 0.807523
+0.260166 0.407538 0.807355
+0.26453 0.406455 0.80853
+0.279683 0.406012 0.812833
+0.292744 0.404959 0.816678
+0.307942 0.404211 0.821363
+0.326818 0.404288 0.827466
+0.34847 0.405341 0.834882
+0.37261 0.407294 0.843626
+0.39968 0.410819 0.854032
+0.427039 0.41442 0.860044
+0.454658 0.41828 0.861799
+0.483543 0.424109 0.864424
+0.513893 0.432425 0.868132
+0.545586 0.443076 0.872938
+0.578393 0.455711 0.873762
+0.613275 0.471107 0.877104
+0.65095 0.488975 0.882277
+0.691173 0.508827 0.890135
+0.735744 0.530678 0.901137
+0.786587 0.55375 0.914153
+0.847745 0.577722 0.929824
+0.93341 0.603342 0.94931
+0.965637 0.625727 0.961471
+0.976974 0.646387 0.972656
+0.988998 0.667857 0.987091
+1 0.689464 1
+1 0.717205 1
+1 0.744778 1
+1 0.772793 1
+1 0.800687 1
+0.278004 0.440543 0.813275
+0.278218 0.44094 0.813336
+0.277958 0.440467 0.813245
+0.278386 0.439704 0.813352
+0.295705 0.43975 0.818463
+0.309148 0.438911 0.822583
+0.319982 0.437705 0.826001
+0.330831 0.436164 0.829526
+0.344594 0.435172 0.834165
+0.361639 0.435111 0.840177
+0.381567 0.435615 0.847517
+0.404273 0.437232 0.856306
+0.429786 0.440375 0.865736
+0.455512 0.442695 0.864546
+0.481971 0.445304 0.858915
+0.510582 0.450019 0.855558
+0.540734 0.456947 0.853727
+0.572503 0.466133 0.853651
+0.606607 0.478019 0.855955
+0.642969 0.492378 0.860487
+0.681743 0.508751 0.866926
+0.724666 0.527184 0.875731
+0.77319 0.547417 0.887572
+0.830579 0.568627 0.901473
+0.905608 0.590677 0.917525
+0.961913 0.618967 0.921645
+0.972763 0.638819 0.930358
+0.983948 0.65893 0.939788
+0.995346 0.679057 0.950988
+1 0.702434 0.95761
+1 0.727184 0.962036
+1 0.752773 0.97026
+1 0.777722 0.981552
+0.295048 0.471595 0.819196
+0.295232 0.471901 0.819257
+0.29482 0.471168 0.819104
+0.307729 0.471214 0.823041
+0.326284 0.471504 0.828962
+0.338537 0.470527 0.83299
+0.346868 0.468788 0.835782
+0.354772 0.467109 0.838483
+0.36347 0.464775 0.835004
+0.375051 0.462882 0.832258
+0.390143 0.462028 0.832181
+0.408301 0.461723 0.833844
+0.429618 0.462608 0.838178
+0.454444 0.465019 0.845548
+0.480858 0.467155 0.846891
+0.507836 0.469566 0.842771
+0.537041 0.47396 0.840894
+0.568048 0.480171 0.840192
+0.600763 0.488563 0.841367
+0.635889 0.49929 0.844511
+0.673991 0.512581 0.850553
+0.715175 0.527596 0.857939
+0.761654 0.544411 0.867475
+0.815869 0.562661 0.879454
+0.883452 0.581323 0.892638
+0.958694 0.613443 0.889036
+0.968978 0.632029 0.895888
+0.979355 0.650797 0.902434
+0.989883 0.66949 0.909895
+1 0.687999 0.918425
+1 0.710857 0.921141
+1 0.733623 0.925414
+1 0.756054 0.932616
+0.311742 0.501564 0.825254
+0.311788 0.50164 0.825269
+0.314183 0.500816 0.822538
+0.338704 0.501747 0.826139
+0.35462 0.501213 0.826795
+0.36466 0.499794 0.825498
+0.370352 0.497353 0.822034
+0.374868 0.494545 0.818036
+0.380789 0.492073 0.815534
+0.388922 0.489784 0.813077
+0.400076 0.487938 0.812177
+0.414755 0.487083 0.813977
+0.432486 0.486854 0.817609
+0.45388 0.487602 0.82388
+0.479088 0.48983 0.833799
+0.506065 0.491554 0.836866
+0.534264 0.493477 0.834104
+0.564416 0.497322 0.833265
+0.596292 0.502739 0.833249
+0.630488 0.51017 0.834669
+0.667155 0.519768 0.838499
+0.707439 0.531456 0.844327
+0.751797 0.544717 0.851881
+0.802976 0.559457 0.861479
+0.865614 0.57525 0.872343
+0.928328 0.602747 0.867994
+0.965988 0.626627 0.867872
+0.97554 0.643961 0.872038
+0.985 0.660868 0.876326
+0.994324 0.677287 0.881178
+1 0.695155 0.88542
+1 0.715404 0.887922
+1 0.734844 0.891981
+0.324514 0.528649 0.803067
+0.324025 0.528084 0.801053
+0.345464 0.529671 0.806088
+0.367361 0.53051 0.81059
+0.380545 0.529778 0.811627
+0.388495 0.528038 0.810925
+0.393378 0.525811 0.808789
+0.396307 0.52285 0.80528
+0.399542 0.51986 0.801968
+0.405035 0.517281 0.799893
+0.412879 0.514916 0.798825
+0.423728 0.513069 0.799435
+0.438209 0.512169 0.802579
+0.455848 0.511894 0.807858
+0.477256 0.51252 0.815946
+0.503243 0.514382 0.828077
+0.531395 0.515572 0.832364
+0.560815 0.516899 0.829953
+0.592432 0.51989 0.829145
+0.626078 0.524422 0.829541
+0.662135 0.530678 0.831464
+0.701076 0.538933 0.835554
+0.743755 0.548592 0.840986
+0.792248 0.559686 0.847333
+0.849241 0.572335 0.854826
+0.904005 0.596048 0.848997
+0.964019 0.623087 0.843549
+0.972427 0.638392 0.845457
+0.980911 0.653651 0.847761
+0.989151 0.668238 0.850034
+0.99704 0.682033 0.852811
+1 0.698512 0.855573
+1 0.715709 0.858259
+0.338079 0.55584 0.785534
+0.34786 0.556573 0.788128
+0.377386 0.559121 0.797116
+0.395132 0.559533 0.801526
+0.405905 0.558755 0.803113
+0.412177 0.556817 0.802258
+0.415793 0.554314 0.800153
+0.417731 0.551446 0.797162
+0.419257 0.548211 0.793393
+0.422141 0.545098 0.790707
+0.42742 0.542504 0.7897
+0.43505 0.539986 0.789334
+0.445701 0.53814 0.790967
+0.460014 0.537224 0.79527
+0.477974 0.536782 0.801923
+0.500008 0.53724 0.811933
+0.526925 0.538735 0.826169
+0.556863 0.539223 0.831525
+0.588083 0.539742 0.82945
+0.621912 0.541619 0.828412
+0.656977 0.544503 0.827939
+0.694682 0.548989 0.828855
+0.736492 0.555444 0.831586
+0.782834 0.563409 0.835599
+0.836835 0.572885 0.841047
+0.884764 0.593378 0.832349
+0.940795 0.617288 0.82443
+0.970428 0.634836 0.8224
+0.977707 0.647959 0.822568
+0.984741 0.660487 0.822889
+0.991592 0.672557 0.823926
+0.998398 0.684398 0.826001
+1 0.699107 0.828672
+0.352361 0.583047 0.773648
+0.385443 0.587503 0.785733
+0.40824 0.589258 0.79295
+0.421576 0.589151 0.796338
+0.429953 0.588037 0.797543
+0.434897 0.586038 0.796857
+0.437461 0.583368 0.794965
+0.43856 0.580331 0.792233
+0.439017 0.576959 0.78883
+0.44004 0.573526 0.785611
+0.44271 0.57023 0.783078
+0.447791 0.567605 0.782101
+0.455253 0.565179 0.782559
+0.465888 0.563256 0.785
+0.480278 0.562264 0.790387
+0.498634 0.561715 0.798688
+0.521508 0.561944 0.810636
+0.548119 0.560952 0.824552
+0.579202 0.558892 0.828046
+0.613077 0.55848 0.825132
+0.64921 0.559472 0.82385
+0.687434 0.561715 0.82266
+0.727077 0.566354 0.820661
+0.770001 0.573434 0.819974
+0.817563 0.582757 0.820356
+0.869841 0.594293 0.819013
+0.916579 0.614252 0.808988
+0.970947 0.635798 0.801434
+0.976318 0.645502 0.799527
+0.981659 0.655055 0.798184
+0.987243 0.664912 0.798016
+0.993149 0.675273 0.799298
+0.999512 0.686336 0.803021
+0.390723 0.614908 0.77435
+0.419532 0.618647 0.785565
+0.436393 0.619852 0.791791
+0.446387 0.619226 0.794629
+0.452506 0.617685 0.795163
+0.456321 0.615763 0.794354
+0.457938 0.612909 0.79205
+0.458228 0.609628 0.789014
+0.457801 0.606104 0.785504
+0.457649 0.602533 0.782132
+0.458503 0.598932 0.779126
+0.461158 0.595636 0.777386
+0.466041 0.592767 0.776959
+0.473411 0.590356 0.77792
+0.484016 0.588464 0.781003
+0.498619 0.587488 0.787396
+0.517388 0.586923 0.796963
+0.539925 0.584817 0.807675
+0.56878 0.582361 0.813245
+0.602457 0.580941 0.809125
+0.637507 0.580636 0.805768
+0.674144 0.581964 0.803357
+0.712459 0.584649 0.801053
+0.753582 0.589227 0.799878
+0.798672 0.596231 0.800076
+0.846754 0.605142 0.798154
+0.896147 0.615274 0.793774
+0.938308 0.631601 0.784924
+0.977478 0.647608 0.7794
+0.981811 0.655344 0.777371
+0.986343 0.663355 0.776913
+0.991043 0.671595 0.777844
+0.996216 0.680613 0.780896
+0.430854 0.648417 0.780041
+0.449744 0.650675 0.787884
+0.461372 0.650828 0.791928
+0.468971 0.650156 0.794079
+0.473365 0.648371 0.79411
+0.4757 0.645869 0.792767
+0.476814 0.643137 0.79086
+0.476478 0.639689 0.787701
+0.475349 0.63595 0.783978
+0.474296 0.632212 0.780392
+0.473793 0.628336 0.776898
+0.474464 0.624552 0.774029
+0.477089 0.621363 0.77261
+0.481666 0.618326 0.772259
+0.48896 0.615854 0.773816
+0.499611 0.614069 0.777859
+0.514412 0.613108 0.785046
+0.532937 0.610468 0.792935
+0.560037 0.60766 0.794751
+0.592416 0.605539 0.79086
+0.626093 0.604212 0.787396
+0.661631 0.603937 0.784527
+0.699107 0.60528 0.782742
+0.738598 0.60798 0.781567
+0.781628 0.612543 0.781292
+0.825391 0.619333 0.779049
+0.866941 0.627115 0.773632
+0.906905 0.63534 0.767346
+0.944762 0.644984 0.762051
+0.980941 0.658824 0.758785
+0.988037 0.666346 0.758831
+0.992325 0.673869 0.761105
+0.997086 0.682124 0.764782
+0.46302 0.681971 0.785138
+0.475883 0.683467 0.790845
+0.483772 0.683146 0.793378
+0.488716 0.68188 0.794064
+0.491875 0.680018 0.793973
+0.493202 0.677317 0.792538
+0.493263 0.674113 0.789975
+0.492622 0.670741 0.78706
+0.49099 0.666789 0.78323
+0.489036 0.662562 0.779065
+0.487633 0.658579 0.775326
+0.486839 0.654536 0.771634
+0.487327 0.650629 0.768917
+0.489632 0.647288 0.767575
+0.494163 0.644404 0.76791
+0.501259 0.641932 0.769802
+0.512078 0.639994 0.774075
+0.527123 0.637278 0.779644
+0.553246 0.634043 0.777707
+0.583719 0.631128 0.773648
+0.616251 0.629191 0.770123
+0.650278 0.627878 0.76733
+0.686183 0.62771 0.765591
+0.724666 0.628962 0.764462
+0.76556 0.631662 0.764126
+0.805356 0.636378 0.760555
+0.839826 0.642649 0.754147
+0.869383 0.649134 0.747768
+0.899382 0.655772 0.743664
+0.93637 0.663005 0.743053
+0.982422 0.671778 0.744747
+0.996139 0.680491 0.748089
+1 0.688228 0.752682
+0.489662 0.717037 0.789975
+0.49749 0.717449 0.793439
+0.502846 0.716869 0.795209
+0.505791 0.715114 0.795071
+0.507271 0.712764 0.793942
+0.507759 0.710109 0.79205
+0.507057 0.706691 0.789151
+0.505608 0.702846 0.785687
+0.503731 0.698848 0.781964
+0.501305 0.694408 0.777676
+0.498985 0.689845 0.77348
+0.497337 0.685512 0.769757
+0.496361 0.681239 0.766293
+0.496544 0.677256 0.763607
+0.498497 0.673991 0.762219
+0.502327 0.671092 0.762112
+0.510201 0.668132 0.763424
+0.522881 0.665522 0.766049
+0.54844 0.661585 0.761959
+0.577096 0.657969 0.758038
+0.607782 0.655238 0.754742
+0.640421 0.653178 0.751919
+0.675013 0.651911 0.749493
+0.711696 0.651957 0.748272
+0.750988 0.653071 0.747707
+0.785901 0.656474 0.742596
+0.812009 0.661479 0.735668
+0.836637 0.666987 0.731472
+0.86482 0.67248 0.730449
+0.899306 0.678416 0.731838
+0.942229 0.684901 0.734615
+0.999786 0.691905 0.738674
+1 0.69984 0.743908
+0.510796 0.75407 0.794217
+0.515038 0.753811 0.795621
+0.517601 0.752483 0.795666
+0.518944 0.750546 0.794873
+0.519036 0.747723 0.792966
+0.518334 0.744442 0.790402
+0.517174 0.740978 0.787564
+0.515251 0.73669 0.784039
+0.512779 0.732174 0.779919
+0.510079 0.727764 0.77554
+0.507073 0.722744 0.770779
+0.504372 0.717815 0.766247
+0.502419 0.713314 0.762371
+0.500999 0.708812 0.758709
+0.500664 0.704738 0.755856
+0.503685 0.701228 0.754574
+0.508644 0.698039 0.754101
+0.523049 0.69427 0.751461
+0.546319 0.690059 0.747356
+0.572381 0.686015 0.743328
+0.600885 0.682506 0.739818
+0.632105 0.679774 0.737026
+0.664988 0.677623 0.734707
+0.700267 0.676295 0.733471
+0.737728 0.676341 0.732845
+0.765118 0.67953 0.72575
+0.786374 0.683742 0.721126
+0.812222 0.687922 0.720943
+0.841947 0.692134 0.722423
+0.876448 0.696818 0.725048
+0.917281 0.702159 0.728756
+0.969421 0.708278 0.733562
+1 0.715068 0.738903
+0.52607 0.793881 0.796536
+0.527428 0.79292 0.796216
+0.527687 0.790906 0.794858
+0.527169 0.78819 0.792782
+0.526329 0.785321 0.790555
+0.52462 0.781521 0.787381
+0.522438 0.777218 0.783719
+0.520058 0.772824 0.779934
+0.517159 0.767865 0.775555
+0.513909 0.762554 0.770809
+0.510781 0.757412 0.766247
+0.507439 0.751873 0.761273
+0.504921 0.746715 0.756725
+0.503594 0.742107 0.752834
+0.502922 0.73753 0.749035
+0.503426 0.733516 0.745937
+0.510231 0.729503 0.742809
+0.526665 0.724285 0.73814
+0.546624 0.719432 0.733822
+0.570199 0.715114 0.730037
+0.596368 0.711055 0.726497
+0.625101 0.7075 0.723461
+0.656641 0.704753 0.721218
+0.689998 0.702571 0.719524
+0.724376 0.701701 0.717433
+0.745876 0.70486 0.714122
+0.771435 0.70724 0.714672
+0.799252 0.709972 0.715999
+0.83003 0.713436 0.718212
+0.863767 0.717205 0.720882
+0.902876 0.721599 0.724285
+0.951217 0.726909 0.728756
+1 0.732754 0.733867
+0.554955 0.835431 0.795499
+0.555352 0.834089 0.794049
+0.554406 0.831235 0.791333
+0.55285 0.827832 0.788266
+0.550881 0.824094 0.785046
+0.548333 0.81973 0.781338
+0.545357 0.814939 0.777081
+0.542184 0.809979 0.772839
+0.538445 0.804334 0.768383
+0.534493 0.798489 0.763638
+0.530327 0.792401 0.758541
+0.526452 0.786618 0.753658
+0.523247 0.78088 0.748684
+0.520546 0.775418 0.743832
+0.518685 0.770535 0.739132
+0.517555 0.765911 0.734585
+0.519829 0.761349 0.730434
+0.533181 0.755978 0.726192
+0.550057 0.750561 0.721782
+0.570489 0.745434 0.717708
+0.594171 0.741024 0.714336
+0.620722 0.736767 0.711147
+0.649577 0.733227 0.7084
+0.68127 0.73051 0.706844
+0.71545 0.728252 0.706081
+0.74641 0.727733 0.71017
+0.772442 0.72929 0.716747
+0.800031 0.731579 0.718288
+0.828992 0.734615 0.718761
+0.861906 0.738323 0.720439
+0.899428 0.742275 0.723079
+0.945006 0.746777 0.726711
+1 0.752163 0.731746
+0.588205 0.883131 0.796368
+0.587503 0.880522 0.792996
+0.58613 0.87718 0.789532
+0.583856 0.872801 0.78558
+0.580972 0.86775 0.781308
+0.577951 0.862669 0.777432
+0.574258 0.856779 0.772778
+0.57023 0.850507 0.76788
+0.56611 0.844221 0.762997
+0.561776 0.83772 0.757733
+0.557107 0.830808 0.752438
+0.55256 0.824094 0.747204
+0.547951 0.817227 0.741756
+0.544457 0.810849 0.736599
+0.541573 0.804883 0.731197
+0.53959 0.799512 0.725887
+0.538445 0.794568 0.720348
+0.542794 0.789563 0.715007
+0.55642 0.783719 0.710735
+0.573663 0.777966 0.7066
+0.594369 0.772595 0.702983
+0.618311 0.768002 0.700221
+0.645029 0.763622 0.697551
+0.674525 0.759869 0.695613
+0.706722 0.757031 0.694682
+0.741588 0.754833 0.694331
+0.77789 0.753689 0.697536
+0.807416 0.75491 0.70631
+0.836988 0.756497 0.717342
+0.869917 0.759167 0.723583
+0.908614 0.762905 0.728313
+0.955612 0.767132 0.732067
+1 0.772076 0.735714
+0.627832 0.94284 0.801816
+0.625971 0.938552 0.797467
+0.623102 0.932998 0.792599
+0.62002 0.927337 0.787701
+0.61622 0.92079 0.782467
+0.611872 0.913573 0.777111
+0.607492 0.906477 0.772
+0.602564 0.898665 0.766476
+0.597299 0.890486 0.760754
+0.592248 0.882704 0.75552
+0.58677 0.874403 0.749905
+0.581262 0.866102 0.743877
+0.576181 0.858442 0.738216
+0.570993 0.850523 0.732189
+0.56701 0.843198 0.72607
+0.564004 0.836744 0.720119
+0.561669 0.830564 0.71368
+0.560433 0.825116 0.70721
+0.565896 0.819669 0.701686
+0.579934 0.81297 0.697353
+0.597375 0.806989 0.693385
+0.618479 0.80145 0.690135
+0.642634 0.796445 0.68748
+0.669627 0.791897 0.68542
+0.699886 0.788174 0.684306
+0.732662 0.785 0.684001
+0.76875 0.78265 0.684993
+0.808652 0.781353 0.688579
+0.845808 0.781949 0.696834
+0.880705 0.783841 0.706432
+0.920623 0.786221 0.719493
+0.970321 0.789487 0.729686
+1 0.793683 0.737377
+0.658518 0.986877 0.806302
+0.659037 0.987091 0.802548
+0.659098 0.987106 0.798505
+0.6589 0.986999 0.794659
+0.658534 0.986831 0.791074
+0.655589 0.98233 0.78613
+0.648936 0.971267 0.779232
+0.642344 0.960464 0.772519
+0.635401 0.949279 0.765621
+0.628382 0.938094 0.75874
+0.621698 0.927565 0.752209
+0.614801 0.916823 0.745464
+0.608103 0.906447 0.738735
+0.602014 0.897017 0.732311
+0.596094 0.887633 0.725719
+0.591546 0.879118 0.718578
+0.588083 0.871641 0.711681
+0.585382 0.864576 0.704143
+0.583871 0.858335 0.695903
+0.589029 0.852277 0.689235
+0.603418 0.844984 0.685222
+0.621317 0.838315 0.681788
+0.642664 0.832547 0.679164
+0.66714 0.826947 0.67689
+0.694606 0.82208 0.675425
+0.725338 0.818158 0.675074
+0.759503 0.814771 0.675654
+0.797681 0.812253 0.677501
+0.841184 0.811017 0.682094
+0.886442 0.811048 0.690608
+0.933272 0.812787 0.700526
+0.989105 0.815717 0.711543
+1 0.81886 0.725612
+0.667247 0.990829 0.800198
+0.667521 0.990936 0.795453
+0.667506 0.990921 0.791058
+0.667155 0.990753 0.786816
+0.666621 0.990494 0.782757
+0.665965 0.990188 0.778988
+0.665049 0.989761 0.775143
+0.664012 0.989273 0.77145
+0.662898 0.988754 0.767971
+0.661662 0.988174 0.76437
+0.660319 0.987549 0.760922
+0.65803 0.985229 0.757076
+0.64863 0.970016 0.748318
+0.639887 0.955947 0.739864
+0.632029 0.943328 0.731777
+0.624826 0.931426 0.723552
+0.619135 0.920699 0.715251
+0.614908 0.91162 0.706905
+0.611551 0.90312 0.697871
+0.60943 0.895491 0.688014
+0.612146 0.889067 0.678935
+0.626886 0.880858 0.675303
+0.645274 0.873198 0.67219
+0.667124 0.866712 0.669993
+0.692012 0.860563 0.668269
+0.72015 0.855192 0.667292
+0.751904 0.850919 0.667903
+0.787823 0.847074 0.669596
+0.82855 0.844388 0.672694
+0.8766 0.843137 0.678386
+0.932647 0.842908 0.687465
+1 0.844404 0.698329
+1 0.847166 0.709148
+0.676371 0.994995 0.794675
+0.676493 0.995041 0.789303
+0.676326 0.994965 0.784146
+0.675883 0.994751 0.779309
+0.675242 0.994446 0.774685
+0.674418 0.994064 0.770397
+0.673472 0.993622 0.766445
+0.672312 0.993072 0.762753
+0.671107 0.992508 0.759136
+0.669764 0.991882 0.755566
+0.668284 0.991196 0.75198
+0.666773 0.990494 0.748531
+0.665339 0.989822 0.745083
+0.663798 0.989105 0.741512
+0.662348 0.988434 0.73785
+0.660975 0.987778 0.733928
+0.660182 0.987411 0.729885
+0.652552 0.973037 0.719432
+0.646479 0.960418 0.708965
+0.641718 0.949157 0.697765
+0.638819 0.939834 0.685832
+0.637797 0.932158 0.672358
+0.650599 0.922774 0.667079
+0.669398 0.913649 0.664591
+0.691814 0.905989 0.662974
+0.717372 0.898863 0.661952
+0.746654 0.892576 0.661936
+0.779828 0.887724 0.663172
+0.817639 0.883513 0.665858
+0.862425 0.8804 0.670253
+0.917998 0.878981 0.677241
+0.990158 0.877928 0.6869
+1 0.879545 0.698863
+0.686015 0.999466 0.78938
+0.685985 0.999451 0.783093
+0.685649 0.999298 0.777173
+0.685145 0.999054 0.771923
+0.684382 0.998703 0.767132
+0.683436 0.998245 0.762524
+0.682399 0.997757 0.758251
+0.681163 0.997192 0.754086
+0.679805 0.996551 0.75021
+0.67834 0.995865 0.746532
+0.676829 0.995148 0.743023
+0.675181 0.994385 0.739544
+0.673564 0.993622 0.736339
+0.671931 0.992859 0.732967
+0.670298 0.992096 0.729183
+0.668788 0.991379 0.725246
+0.667384 0.990723 0.721065
+0.666773 0.990433 0.716533
+0.667201 0.990616 0.711803
+0.668284 0.991119 0.706279
+0.670192 0.991989 0.699901
+0.673106 0.993347 0.692058
+0.67216 0.985672 0.677272
+0.679683 0.974289 0.66685
+0.695201 0.963851 0.660822
+0.717052 0.953964 0.658091
+0.743481 0.945037 0.657755
+0.774121 0.937194 0.658717
+0.808972 0.930358 0.660807
+0.849912 0.925353 0.664637
+0.900725 0.922133 0.67042
+0.968536 0.919997 0.678477
+1 0.919554 0.689509
+0.712596 1 0.793851
+0.712505 1 0.787274
+0.711101 1 0.780346
+0.709117 1 0.773831
+0.706859 1 0.767803
+0.703761 1 0.761593
+0.700282 1 0.75555
+0.69662 1 0.749783
+0.692302 1 0.74377
+0.687785 1 0.737819
+0.68574 0.999329 0.734005
+0.683986 0.998505 0.730556
+0.682216 0.997665 0.72723
+0.680461 0.996841 0.723949
+0.678706 0.996002 0.720409
+0.676966 0.995193 0.716579
+0.675425 0.994461 0.712581
+0.673915 0.993744 0.707927
+0.673594 0.993591 0.703182
+0.674174 0.993866 0.697993
+0.675425 0.994446 0.691844
+0.677577 0.995453 0.684352
+0.684443 0.996094 0.67892
+0.698238 0.995727 0.678065
+0.714717 0.995499 0.677501
+0.734066 0.995468 0.677302
+0.756466 0.99559 0.677409
+0.782162 0.995911 0.677943
+0.810681 0.991928 0.676417
+0.844388 0.984512 0.673152
+0.887495 0.978973 0.671077
+0.947311 0.975219 0.673579
+0.999619 0.972305 0.686183
+0.743572 1 0.802625
+0.742718 1 0.795224
+0.741283 1 0.788174
+0.738979 1 0.781262
+0.736156 1 0.774594
+0.732937 1 0.768475
+0.729122 1 0.762112
+0.724865 1 0.755779
+0.720577 1 0.749828
+0.715663 1 0.743557
+0.710597 1 0.737377
+0.70544 1 0.731365
+0.699901 1 0.72517
+0.694408 1 0.719066
+0.689097 1 0.712825
+0.685969 0.999435 0.708125
+0.684108 0.99855 0.704417
+0.682445 0.997757 0.699992
+0.680873 0.997009 0.69482
+0.680903 0.997024 0.689769
+0.681651 0.997375 0.684123
+0.686931 0.997116 0.681086
+0.69601 0.996536 0.67982
+0.7075 0.996124 0.678889
+0.721477 0.995819 0.678157
+0.738384 0.995682 0.677745
+0.758297 0.995743 0.677745
+0.78143 0.995972 0.678065
+0.808591 0.996414 0.678843
+0.840726 0.997055 0.680095
+0.880003 0.997864 0.681712
+0.931304 0.998779 0.683696
+0.999649 0.999649 0.685847
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.177951 0.13959 0.775555
+0.259525 0.155077 0.778836
+0.31754 0.16817 0.781796
+0.36463 0.179889 0.784588
+0.405295 0.190723 0.787289
+0.442374 0.201099 0.78999
+0.477821 0.211414 0.792782
+0.523705 0.269718 0.808988
+0.575509 0.343114 0.833448
+0.625177 0.400671 0.855741
+0.674723 0.44892 0.876432
+0.726467 0.491615 0.896147
+0.784283 0.531212 0.915572
+0.853651 0.568338 0.934722
+0.95349 0.604471 0.954208
+0.968856 0.631601 0.968856
+0.983673 0.658381 0.983673
+0.998627 0.684794 0.998627
+1 0.718791 1
+1 0.755901 1
+1 0.797528 1
+1 0.843 1
+1 0.896071 1
+1 0.969024 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.174746 0.139055 0.775448
+0.253468 0.153796 0.778561
+0.311208 0.166659 0.781445
+0.357534 0.178073 0.784146
+0.398245 0.1888 0.786816
+0.435477 0.19913 0.789471
+0.471061 0.211841 0.792828
+0.520882 0.284413 0.813413
+0.570413 0.348821 0.835447
+0.618067 0.401221 0.855909
+0.66598 0.446662 0.875364
+0.716564 0.48809 0.894438
+0.771679 0.526253 0.913054
+0.836805 0.562463 0.931594
+0.926284 0.597894 0.950576
+0.966064 0.62649 0.966064
+0.98056 0.652811 0.98056
+0.995224 0.678813 0.995224
+1 0.710277 1
+1 0.746853 1
+1 0.787213 1
+1 0.830854 1
+1 0.881056 1
+1 0.946242 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.171145 0.138476 0.775326
+0.24712 0.152483 0.778271
+0.30399 0.164965 0.781064
+0.350134 0.176196 0.783688
+0.390921 0.186831 0.786313
+0.428031 0.19704 0.788922
+0.46775 0.228077 0.796918
+0.516289 0.294041 0.816373
+0.563439 0.35108 0.83621
+0.609873 0.399985 0.855329
+0.656764 0.443458 0.873899
+0.705409 0.483116 0.892042
+0.759121 0.520806 0.910307
+0.820874 0.556359 0.928389
+0.900984 0.590707 0.946624
+0.963119 0.621057 0.963119
+0.977188 0.646754 0.977188
+0.99144 0.672175 0.99144
+1 0.701137 1
+1 0.736858 1
+1 0.776013 1
+1 0.818677 1
+1 0.866056 1
+1 0.925566 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.167987 0.137957 0.775219
+0.240314 0.151095 0.777966
+0.296269 0.16318 0.780652
+0.342672 0.174319 0.783246
+0.383001 0.18471 0.785779
+0.419883 0.194873 0.788357
+0.464225 0.243046 0.80087
+0.510536 0.300542 0.818402
+0.555978 0.351873 0.836439
+0.601099 0.39762 0.854307
+0.646632 0.439078 0.871916
+0.693996 0.477577 0.889418
+0.745678 0.514336 0.907073
+0.804318 0.549325 0.924727
+0.878035 0.583291 0.942611
+0.959823 0.614939 0.959823
+0.973693 0.640406 0.973693
+0.987716 0.665568 0.987716
+1 0.691173 1
+1 0.726253 1
+1 0.764767 1
+1 0.805417 1
+1 0.850095 1
+1 0.904982 1
+1 0.976638 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.166079 0.137652 0.775158
+0.234348 0.149905 0.777707
+0.289342 0.161608 0.780285
+0.334691 0.172335 0.782773
+0.374868 0.182559 0.785245
+0.414939 0.206439 0.791058
+0.459571 0.256657 0.804639
+0.504036 0.306523 0.820294
+0.548363 0.353033 0.836789
+0.591959 0.395209 0.853269
+0.636286 0.434577 0.869902
+0.682811 0.472114 0.886839
+0.732448 0.507729 0.903807
+0.787869 0.541817 0.920851
+0.855879 0.57525 0.938293
+0.953521 0.608255 0.956222
+0.969894 0.633509 0.969894
+0.983597 0.658259 0.983597
+0.997253 0.682383 0.997253
+1 0.715434 1
+1 0.752987 1
+1 0.792264 1
+1 0.834745 1
+1 0.884535 1
+1 0.947463 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.166415 0.137713 0.775174
+0.229679 0.148989 0.777508
+0.282399 0.160052 0.779934
+0.32697 0.170718 0.782391
+0.369955 0.194156 0.787839
+0.413413 0.232486 0.79765
+0.456001 0.273289 0.809491
+0.498451 0.314916 0.823041
+0.540352 0.35494 0.83743
+0.582712 0.393515 0.852522
+0.62591 0.430564 0.868116
+0.670649 0.466133 0.884031
+0.719112 0.50106 0.900542
+0.772107 0.534432 0.917082
+0.834821 0.566979 0.933898
+0.92108 0.599634 0.951446
+0.966049 0.626444 0.966049
+0.979232 0.650446 0.979232
+0.992721 0.674418 0.992721
+1 0.703899 1
+1 0.740246 1
+1 0.778439 1
+1 0.81912 1
+1 0.86537 1
+1 0.920668 1
+1 0.996078 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132723 0.132845 0.774166
+0.132952 0.133486 0.774212
+0.133318 0.134524 0.774289
+0.133944 0.136278 0.774411
+0.135622 0.140963 0.774746
+0.173983 0.153124 0.778103
+0.23212 0.168627 0.78146
+0.283497 0.187442 0.785794
+0.32958 0.208774 0.791058
+0.371984 0.233188 0.797559
+0.412726 0.261448 0.805692
+0.453147 0.292897 0.815518
+0.493187 0.325978 0.826749
+0.533227 0.359777 0.83917
+0.574182 0.394125 0.852705
+0.615854 0.428061 0.866972
+0.659175 0.46154 0.88188
+0.70544 0.494606 0.897398
+0.756237 0.527077 0.913344
+0.815259 0.558999 0.929686
+0.89073 0.590387 0.946395
+0.962142 0.619272 0.962142
+0.975113 0.643 0.975113
+0.988006 0.666102 0.988006
+1 0.692226 1
+1 0.727901 1
+1 0.764294 1
+1 0.802915 1
+1 0.846143 1
+1 0.895644 1
+1 0.957824 1
+0.154925 0.190646 0.778805
+0.158236 0.198611 0.779538
+0.160327 0.203555 0.780011
+0.161486 0.206271 0.78027
+0.162097 0.207706 0.780407
+0.162844 0.209461 0.780575
+0.164279 0.212741 0.780896
+0.198871 0.221454 0.788373
+0.249897 0.232609 0.796765
+0.294804 0.242954 0.799771
+0.336004 0.256001 0.803647
+0.375341 0.272358 0.808667
+0.413443 0.291981 0.814954
+0.450889 0.314611 0.822583
+0.488594 0.340078 0.831662
+0.527047 0.367971 0.842191
+0.565881 0.397116 0.853834
+0.606302 0.427634 0.866712
+0.648157 0.458488 0.88043
+0.692668 0.48957 0.894942
+0.741207 0.520577 0.910063
+0.796582 0.551385 0.925719
+0.864271 0.581643 0.941665
+0.958297 0.6121 0.958297
+0.970825 0.635203 0.970825
+0.983307 0.65771 0.983307
+0.996994 0.681941 0.996994
+1 0.71487 1
+1 0.750378 1
+1 0.787381 1
+1 0.827543 1
+1 0.872129 1
+1 0.925063 1
+0.187442 0.263996 0.786465
+0.189639 0.268681 0.787015
+0.190875 0.271275 0.787335
+0.191379 0.272343 0.787472
+0.191241 0.272053 0.787427
+0.190951 0.271443 0.78735
+0.191531 0.272023 0.787488
+0.222629 0.276539 0.794827
+0.265675 0.283848 0.806378
+0.306523 0.291814 0.814313
+0.343236 0.299245 0.816876
+0.379232 0.309224 0.82034
+0.414435 0.322148 0.824903
+0.449622 0.338079 0.830686
+0.485283 0.357076 0.837812
+0.521538 0.379019 0.846372
+0.558816 0.403372 0.856306
+0.597055 0.429435 0.867414
+0.637095 0.456962 0.879683
+0.6804 0.486015 0.893187
+0.726452 0.514961 0.90724
+0.77821 0.544137 0.92195
+0.841245 0.5738 0.937453
+0.926879 0.603311 0.953429
+0.966674 0.627619 0.966674
+0.97879 0.649638 0.97879
+0.991897 0.672984 0.991897
+1 0.701656 1
+1 0.73637 1
+1 0.771466 1
+1 0.808896 1
+1 0.850126 1
+1 0.896361 1
+0.214099 0.318837 0.79353
+0.215625 0.321889 0.793957
+0.21622 0.323079 0.79411
+0.216205 0.323049 0.79411
+0.215778 0.322194 0.793988
+0.215061 0.32076 0.79379
+0.217975 0.319829 0.794476
+0.246662 0.322179 0.801801
+0.280903 0.326055 0.811505
+0.316625 0.33164 0.822736
+0.351308 0.337697 0.829984
+0.383612 0.343618 0.832273
+0.415961 0.351736 0.835416
+0.449134 0.362722 0.839673
+0.482444 0.376257 0.845045
+0.516854 0.392889 0.851789
+0.552377 0.412512 0.859998
+0.589029 0.434394 0.869474
+0.62768 0.458518 0.880293
+0.668498 0.484169 0.892256
+0.712505 0.510918 0.905196
+0.761685 0.538445 0.91899
+0.818936 0.566186 0.933394
+0.893751 0.594522 0.948592
+0.962844 0.620554 0.962844
+0.974319 0.641566 0.974319
+0.987076 0.664454 0.987076
+1 0.689235 1
+1 0.722057 1
+1 0.755932 1
+1 0.790829 1
+1 0.828351 1
+1 0.869337 1
+0.236713 0.363119 0.800061
+0.23769 0.365026 0.800351
+0.237934 0.365499 0.800427
+0.237644 0.36492 0.800336
+0.236973 0.363622 0.800137
+0.236439 0.362112 0.799969
+0.248951 0.361379 0.80322
+0.270695 0.361852 0.809232
+0.297749 0.36379 0.817319
+0.327199 0.36669 0.826841
+0.357977 0.371084 0.837629
+0.388739 0.375921 0.844373
+0.418631 0.380758 0.846418
+0.449134 0.387732 0.849317
+0.480812 0.397482 0.853391
+0.513115 0.409583 0.858534
+0.546609 0.424506 0.864973
+0.581857 0.442329 0.872847
+0.618647 0.462608 0.882063
+0.657679 0.484916 0.892531
+0.69987 0.509041 0.904204
+0.746258 0.534295 0.916823
+0.799344 0.560174 0.93019
+0.865675 0.586725 0.94432
+0.959289 0.613977 0.959289
+0.970199 0.634058 0.970199
+0.982315 0.65594 0.982315
+0.995514 0.679332 0.995514
+1 0.708568 1
+1 0.740475 1
+1 0.773144 1
+1 0.807767 1
+1 0.844068 1
+0.256992 0.401602 0.806348
+0.257527 0.402625 0.806516
+0.257481 0.402533 0.8065
+0.257145 0.401907 0.806394
+0.256367 0.400397 0.806134
+0.264881 0.399161 0.808454
+0.279286 0.398489 0.812528
+0.295644 0.397833 0.817395
+0.316136 0.398032 0.823835
+0.339696 0.399481 0.831708
+0.365469 0.401709 0.840879
+0.393545 0.405371 0.851545
+0.422034 0.409491 0.857984
+0.450401 0.413657 0.859846
+0.479759 0.419837 0.862593
+0.510521 0.42855 0.866453
+0.542519 0.439628 0.871412
+0.57557 0.453285 0.877623
+0.61059 0.469688 0.885222
+0.648173 0.48867 0.894209
+0.687938 0.509422 0.904311
+0.731762 0.531991 0.915602
+0.781811 0.555901 0.927901
+0.841749 0.580484 0.940917
+0.924422 0.606043 0.954879
+0.966552 0.627375 0.966552
+0.97792 0.648066 0.97792
+0.990417 0.670359 0.990417
+1 0.695064 1
+1 0.725368 1
+1 0.755886 1
+1 0.788067 1
+1 0.820813 1
+0.275669 0.436255 0.812482
+0.275944 0.436759 0.812573
+0.275731 0.436377 0.812497
+0.275242 0.435462 0.812329
+0.283101 0.434684 0.814572
+0.297719 0.433997 0.818921
+0.309438 0.432792 0.822507
+0.321538 0.43154 0.826352
+0.336431 0.430686 0.831266
+0.354421 0.430503 0.837491
+0.375616 0.431418 0.845197
+0.399191 0.433249 0.854246
+0.425299 0.436408 0.864805
+0.452491 0.439948 0.871061
+0.479805 0.443626 0.872801
+0.508736 0.44921 0.875425
+0.539071 0.457191 0.879133
+0.570657 0.467323 0.883894
+0.604089 0.480018 0.889906
+0.639796 0.49543 0.897337
+0.677424 0.512779 0.905852
+0.718883 0.532265 0.915648
+0.76527 0.553323 0.926497
+0.820783 0.575982 0.938445
+0.891951 0.599268 0.951095
+0.963287 0.621378 0.963287
+0.974151 0.64126 0.974151
+0.98584 0.662226 0.98584
+0.997909 0.683528 0.997909
+1 0.711238 1
+1 0.739391 1
+1 0.768643 1
+1 0.798321 1
+0.293278 0.46836 0.81857
+0.293477 0.468742 0.818631
+0.293126 0.468116 0.818509
+0.296254 0.46717 0.819409
+0.316365 0.467674 0.82565
+0.329976 0.466911 0.83003
+0.339254 0.465324 0.833097
+0.347601 0.463432 0.835889
+0.358206 0.462028 0.839567
+0.371435 0.460838 0.844297
+0.387717 0.46038 0.850355
+0.407416 0.460975 0.858015
+0.429603 0.46247 0.867033
+0.454597 0.465248 0.877714
+0.481209 0.468376 0.883894
+0.508003 0.471656 0.885527
+0.536431 0.476677 0.887984
+0.566827 0.483986 0.891539
+0.598428 0.493294 0.896071
+0.632273 0.505043 0.901854
+0.668635 0.519341 0.90898
+0.707713 0.535531 0.917205
+0.751583 0.553765 0.926635
+0.802335 0.573541 0.937087
+0.865232 0.5944 0.948363
+0.958755 0.616739 0.960769
+0.970794 0.635142 0.970794
+0.981674 0.654826 0.981674
+0.992981 0.674876 0.992981
+1 0.697368 1
+1 0.723903 1
+1 0.750607 1
+1 0.776699 1
+0.31046 0.499275 0.824781
+0.310414 0.499199 0.824765
+0.310033 0.498497 0.824628
+0.330953 0.499382 0.831312
+0.349172 0.499474 0.83743
+0.361013 0.498558 0.84152
+0.368154 0.496635 0.844007
+0.373983 0.494347 0.846067
+0.380774 0.492149 0.848508
+0.390341 0.490623 0.852049
+0.402564 0.489235 0.856718
+0.417853 0.488594 0.86276
+0.436301 0.48896 0.870329
+0.457786 0.490135 0.879515
+0.48217 0.492576 0.890425
+0.508354 0.495277 0.896559
+0.535119 0.49781 0.895155
+0.563317 0.50164 0.890959
+0.59379 0.507698 0.889021
+0.626276 0.515648 0.888579
+0.661051 0.525902 0.890837
+0.699351 0.538705 0.895888
+0.741238 0.553384 0.903273
+0.789029 0.569909 0.913054
+0.847517 0.588373 0.925689
+0.925978 0.607996 0.940566
+0.967987 0.630076 0.945144
+0.977966 0.648203 0.951522
+0.988449 0.666896 0.959823
+0.998962 0.685374 0.968505
+1 0.708995 0.970535
+1 0.733166 0.973892
+1 0.756725 0.979889
+0.327245 0.529137 0.831128
+0.327016 0.52874 0.831037
+0.340734 0.529274 0.835538
+0.365606 0.5308 0.844114
+0.380835 0.53048 0.849592
+0.390219 0.529107 0.853025
+0.396063 0.527062 0.855177
+0.400137 0.524651 0.856672
+0.404273 0.522011 0.858183
+0.410498 0.519661 0.860563
+0.419257 0.517723 0.863981
+0.430335 0.515938 0.865522
+0.444038 0.514504 0.8645
+0.461234 0.514336 0.866377
+0.481758 0.514916 0.871214
+0.506081 0.51667 0.879515
+0.53257 0.518517 0.882094
+0.560098 0.520241 0.877958
+0.589563 0.523598 0.875486
+0.6215 0.529015 0.875532
+0.655604 0.536156 0.876631
+0.69218 0.545251 0.87953
+0.732815 0.556619 0.885145
+0.778897 0.56965 0.892592
+0.833051 0.584176 0.90222
+0.902663 0.600305 0.913664
+0.966018 0.626581 0.91017
+0.975067 0.64303 0.914321
+0.984634 0.660182 0.919585
+0.994232 0.677104 0.924758
+1 0.695445 0.927703
+1 0.716991 0.928496
+1 0.737835 0.931167
+0.343664 0.558068 0.837568
+0.34551 0.558007 0.838178
+0.378256 0.560769 0.849638
+0.398413 0.561349 0.857099
+0.410834 0.560861 0.861845
+0.418296 0.559167 0.864698
+0.422782 0.556863 0.866423
+0.424933 0.553994 0.862882
+0.426276 0.550561 0.856428
+0.428901 0.547219 0.850858
+0.433936 0.544396 0.847013
+0.441352 0.541695 0.844129
+0.451728 0.539681 0.843397
+0.465446 0.538384 0.845014
+0.483024 0.538125 0.84976
+0.504021 0.538643 0.857313
+0.529168 0.54023 0.868559
+0.556954 0.541527 0.872724
+0.585809 0.542718 0.869596
+0.617227 0.545312 0.867735
+0.650782 0.549813 0.868055
+0.686763 0.555795 0.869627
+0.726375 0.563561 0.872984
+0.770733 0.57322 0.878706
+0.820951 0.583886 0.884215
+0.883528 0.596567 0.892012
+0.949325 0.62208 0.884764
+0.97319 0.639704 0.884672
+0.981567 0.65478 0.886412
+0.990143 0.669947 0.888914
+0.99852 0.684611 0.891417
+1 0.702449 0.891234
+1 0.720333 0.89163
+0.359945 0.586755 0.842481
+0.386236 0.589364 0.849836
+0.413062 0.591394 0.856764
+0.427832 0.591134 0.858778
+0.436683 0.589685 0.858457
+0.442145 0.587762 0.856336
+0.444755 0.584955 0.852277
+0.445563 0.581582 0.847074
+0.446113 0.578302 0.842191
+0.446952 0.574701 0.837095
+0.449485 0.571313 0.832609
+0.454292 0.568368 0.829755
+0.46183 0.565911 0.829084
+0.472251 0.563867 0.829999
+0.486168 0.562692 0.833478
+0.503944 0.562249 0.839841
+0.525643 0.5626 0.849546
+0.551965 0.563806 0.863554
+0.581888 0.564462 0.869001
+0.612711 0.56463 0.865599
+0.64564 0.565957 0.863432
+0.681254 0.568948 0.863066
+0.719478 0.573312 0.86389
+0.761913 0.579339 0.866041
+0.810834 0.58735 0.870268
+0.8692 0.596704 0.875807
+0.924315 0.618051 0.865538
+0.973373 0.64007 0.858686
+0.979889 0.651789 0.858717
+0.986954 0.664378 0.858335
+0.994217 0.677119 0.859159
+1 0.690059 0.859495
+1 0.705577 0.859052
+0.388403 0.615854 0.828244
+0.422736 0.619745 0.840497
+0.441642 0.62063 0.845899
+0.453239 0.620203 0.848157
+0.459937 0.618585 0.847501
+0.463737 0.616312 0.844923
+0.465797 0.613611 0.841886
+0.466072 0.610254 0.837522
+0.465507 0.606561 0.832578
+0.46537 0.602991 0.828458
+0.466133 0.599283 0.82417
+0.468589 0.595758 0.820783
+0.473503 0.592889 0.819242
+0.480827 0.590402 0.818891
+0.491295 0.588357 0.820798
+0.505562 0.587304 0.825833
+0.523598 0.586709 0.833722
+0.546395 0.586801 0.84564
+0.572229 0.585168 0.858564
+0.603357 0.5832 0.862058
+0.637217 0.582773 0.859098
+0.673198 0.583566 0.857237
+0.711772 0.585901 0.855589
+0.752438 0.590326 0.853376
+0.796872 0.596918 0.852232
+0.848325 0.606165 0.852613
+0.905867 0.618219 0.850401
+0.96173 0.64007 0.838544
+0.980697 0.653269 0.835203
+0.98613 0.662928 0.832959
+0.991485 0.672343 0.830869
+0.997024 0.682017 0.830213
+1 0.694072 0.830488
+0.43154 0.648325 0.82681
+0.454795 0.650919 0.83592
+0.468315 0.651041 0.839872
+0.476585 0.650019 0.841123
+0.481926 0.648463 0.841001
+0.484596 0.645869 0.839002
+0.485618 0.642817 0.836027
+0.485573 0.639582 0.832227
+0.484367 0.635813 0.827237
+0.48307 0.631846 0.8224
+0.482673 0.628046 0.818219
+0.483345 0.624201 0.81445
+0.485771 0.620691 0.811841
+0.490623 0.617761 0.810941
+0.497978 0.615167 0.811673
+0.508568 0.613199 0.814939
+0.523018 0.612055 0.820829
+0.541833 0.611505 0.830533
+0.564019 0.608988 0.840467
+0.592981 0.606455 0.844862
+0.626169 0.605112 0.840497
+0.661311 0.604776 0.836606
+0.698146 0.605829 0.833677
+0.737469 0.608606 0.832181
+0.780163 0.613031 0.830839
+0.827451 0.619654 0.830503
+0.880461 0.628397 0.82884
+0.936965 0.639612 0.822828
+0.982956 0.657328 0.813092
+0.987503 0.66537 0.80972
+0.991897 0.673075 0.807065
+0.996414 0.68098 0.8065
+1 0.690333 0.807309
+0.467216 0.681392 0.828153
+0.482567 0.682643 0.834195
+0.492531 0.682612 0.837537
+0.498466 0.681239 0.838209
+0.5019 0.679057 0.837201
+0.503838 0.676616 0.835462
+0.504067 0.67335 0.832197
+0.503258 0.669703 0.82826
+0.501869 0.665995 0.824063
+0.499855 0.661707 0.819089
+0.498161 0.657481 0.814221
+0.497688 0.65359 0.810407
+0.498283 0.649607 0.807157
+0.500633 0.646036 0.80502
+0.505409 0.643137 0.80473
+0.512718 0.640513 0.806027
+0.523369 0.638575 0.809918
+0.538338 0.637369 0.817197
+0.556802 0.634485 0.824567
+0.584176 0.631601 0.824643
+0.616251 0.629602 0.820615
+0.649851 0.628244 0.816907
+0.685344 0.62797 0.813886
+0.723507 0.62916 0.811872
+0.764187 0.631815 0.810697
+0.809232 0.63624 0.810437
+0.857221 0.642863 0.808103
+0.904707 0.650523 0.80235
+0.952987 0.65861 0.795758
+0.990784 0.671153 0.789029
+0.994553 0.677745 0.786801
+0.998489 0.684565 0.78648
+1 0.693538 0.78819
+0.496941 0.715663 0.830762
+0.507118 0.716136 0.834806
+0.513756 0.715373 0.836606
+0.517906 0.713771 0.83682
+0.520012 0.711391 0.835492
+0.520745 0.708583 0.832959
+0.520424 0.705257 0.829877
+0.519081 0.701396 0.825879
+0.517082 0.697093 0.821546
+0.51487 0.692927 0.81706
+0.512459 0.688365 0.8121
+0.510552 0.683742 0.807355
+0.509926 0.679683 0.803738
+0.510338 0.675593 0.800626
+0.512428 0.672007 0.798566
+0.517021 0.669154 0.798611
+0.524285 0.66656 0.800702
+0.535119 0.664164 0.804471
+0.550286 0.661555 0.810147
+0.577508 0.65803 0.806409
+0.607584 0.655131 0.802213
+0.639963 0.653193 0.798871
+0.674128 0.651896 0.795483
+0.710353 0.651652 0.79321
+0.749752 0.652873 0.792462
+0.792325 0.655467 0.792111
+0.834989 0.66006 0.788556
+0.873518 0.666224 0.781689
+0.907759 0.672724 0.775113
+0.944137 0.679362 0.770993
+0.991119 0.686534 0.769696
+1 0.694011 0.770932
+1 0.702373 0.774197
+0.521416 0.751781 0.833356
+0.527932 0.751705 0.835859
+0.531868 0.750286 0.836271
+0.53434 0.748425 0.835859
+0.535195 0.745632 0.834089
+0.535027 0.742336 0.831586
+0.533928 0.738613 0.828168
+0.53225 0.734615 0.824308
+0.529793 0.730144 0.819623
+0.526955 0.725551 0.814557
+0.524056 0.720729 0.809552
+0.521385 0.715801 0.804578
+0.519371 0.710964 0.800076
+0.518578 0.706691 0.796765
+0.51873 0.70251 0.793805
+0.5205 0.698741 0.791989
+0.524712 0.695918 0.792126
+0.532692 0.692851 0.793042
+0.54696 0.68957 0.793851
+0.572686 0.685771 0.789532
+0.600809 0.682216 0.785458
+0.631342 0.679225 0.781994
+0.664134 0.677287 0.779217
+0.699138 0.675944 0.776852
+0.736309 0.675746 0.775311
+0.776867 0.677089 0.774884
+0.814282 0.680385 0.769711
+0.842649 0.685328 0.762051
+0.869703 0.690883 0.757763
+0.901854 0.696376 0.756619
+0.94255 0.702205 0.757794
+0.998764 0.708827 0.76083
+1 0.715923 0.764736
+0.540841 0.790524 0.835599
+0.544625 0.78999 0.837018
+0.546441 0.788098 0.836439
+0.546929 0.785504 0.834577
+0.546822 0.782666 0.832425
+0.545647 0.778927 0.829252
+0.54374 0.774639 0.825345
+0.541527 0.77026 0.821286
+0.53875 0.765438 0.816648
+0.535576 0.760159 0.811673
+0.532464 0.755032 0.806821
+0.529015 0.749584 0.801297
+0.526085 0.74435 0.796231
+0.523812 0.739361 0.791745
+0.522438 0.734737 0.787961
+0.522255 0.730434 0.784878
+0.525231 0.726696 0.783062
+0.530388 0.723339 0.782681
+0.54728 0.718883 0.779049
+0.570169 0.714336 0.774166
+0.59617 0.710521 0.770214
+0.624552 0.70695 0.766552
+0.655589 0.70399 0.763424
+0.688869 0.701976 0.761212
+0.724407 0.700664 0.75964
+0.763073 0.700435 0.759152
+0.792859 0.703655 0.752453
+0.814939 0.707988 0.747127
+0.84239 0.712016 0.746487
+0.875395 0.716487 0.748165
+0.914885 0.721172 0.750744
+0.964569 0.726467 0.754345
+1 0.732754 0.759091
+0.555291 0.834058 0.836942
+0.556069 0.832502 0.836103
+0.556039 0.830152 0.83447
+0.555077 0.826856 0.831891
+0.553521 0.823011 0.828733
+0.551629 0.818875 0.825299
+0.549142 0.81413 0.82121
+0.546181 0.808865 0.816571
+0.543084 0.803555 0.811872
+0.539544 0.797742 0.806653
+0.53576 0.791638 0.801129
+0.532143 0.785748 0.795819
+0.528664 0.779919 0.79057
+0.526101 0.774197 0.785504
+0.52462 0.769238 0.781262
+0.523873 0.764401 0.777234
+0.5243 0.760006 0.773816
+0.533898 0.755032 0.769558
+0.550515 0.749783 0.764843
+0.570535 0.744656 0.760235
+0.59379 0.740154 0.756252
+0.620081 0.736004 0.752621
+0.648692 0.732403 0.749523
+0.680018 0.729397 0.747005
+0.714183 0.727382 0.745464
+0.749996 0.726284 0.743984
+0.772152 0.72932 0.740093
+0.799313 0.731868 0.740871
+0.829145 0.73463 0.742382
+0.862654 0.737881 0.744579
+0.901305 0.74197 0.747753
+0.948119 0.746426 0.7514
+1 0.751568 0.75581
+0.587213 0.881651 0.835172
+0.586694 0.879164 0.832654
+0.585168 0.875532 0.829679
+0.583291 0.871656 0.826658
+0.580514 0.866712 0.822599
+0.577325 0.861357 0.818296
+0.573953 0.855879 0.813901
+0.570001 0.849729 0.808957
+0.565835 0.843366 0.803708
+0.561608 0.837003 0.798398
+0.55697 0.830121 0.792966
+0.552254 0.823148 0.787457
+0.548211 0.816693 0.782071
+0.544656 0.8103 0.776623
+0.541634 0.804227 0.771328
+0.539559 0.79884 0.766491
+0.538262 0.793835 0.761563
+0.54316 0.788434 0.756603
+0.556603 0.782696 0.75227
+0.573556 0.776959 0.747799
+0.593973 0.771572 0.743572
+0.61767 0.766995 0.740093
+0.644221 0.76257 0.736828
+0.673411 0.758785 0.734218
+0.705409 0.755886 0.73254
+0.740169 0.753735 0.731289
+0.772259 0.753185 0.735393
+0.79968 0.754742 0.742336
+0.829038 0.757092 0.743877
+0.860548 0.760189 0.744274
+0.897154 0.763867 0.745769
+0.942107 0.768017 0.748562
+1 0.772625 0.752239
+0.626261 0.940246 0.837293
+0.624811 0.936507 0.833722
+0.62211 0.931151 0.829313
+0.61886 0.925185 0.824399
+0.615457 0.919219 0.819867
+0.611154 0.912047 0.814679
+0.606577 0.904631 0.809354
+0.601968 0.897307 0.804456
+0.59675 0.889204 0.798749
+0.591485 0.881132 0.792981
+0.586297 0.873259 0.787335
+0.580865 0.86508 0.781109
+0.575525 0.857038 0.775113
+0.570855 0.849577 0.769329
+0.566857 0.842283 0.763363
+0.563561 0.835477 0.757809
+0.561303 0.829526 0.752163
+0.559915 0.824033 0.746334
+0.565652 0.818082 0.741024
+0.579675 0.811734 0.736492
+0.596872 0.805753 0.732097
+0.61767 0.800031 0.728252
+0.641703 0.795193 0.725231
+0.668513 0.790616 0.722667
+0.69836 0.786587 0.720806
+0.731182 0.783658 0.71986
+0.767071 0.781308 0.719615
+0.805447 0.780041 0.722744
+0.836835 0.781353 0.731533
+0.869261 0.783001 0.74287
+0.906935 0.785779 0.749081
+0.953429 0.789624 0.753979
+1 0.793957 0.757733
+0.658503 0.986984 0.839643
+0.659022 0.987198 0.836103
+0.65922 0.987274 0.832441
+0.659083 0.987198 0.828672
+0.658701 0.987015 0.825132
+0.654307 0.979751 0.819486
+0.647791 0.968948 0.81268
+0.640894 0.957687 0.805844
+0.634424 0.947265 0.799451
+0.627436 0.936156 0.792615
+0.620539 0.925322 0.78587
+0.614008 0.91516 0.779553
+0.607309 0.904814 0.772976
+0.601007 0.895064 0.766369
+0.595666 0.886336 0.759945
+0.591043 0.87776 0.753094
+0.587274 0.869932 0.746365
+0.58471 0.863157 0.739727
+0.583093 0.856916 0.73254
+0.588403 0.850355 0.72639
+0.602823 0.843397 0.722484
+0.620508 0.836728 0.718685
+0.641428 0.830716 0.715114
+0.66601 0.825422 0.712459
+0.693309 0.820539 0.710338
+0.723674 0.816358 0.709026
+0.757824 0.813199 0.708812
+0.795727 0.810651 0.70956
+0.838132 0.809125 0.713283
+0.879255 0.809796 0.721828
+0.919219 0.811841 0.73138
+0.967941 0.814099 0.74464
+1 0.817716 0.755291
+0.667079 0.990814 0.833082
+0.667384 0.990951 0.828763
+0.667414 0.990951 0.824475
+0.66714 0.990814 0.820142
+0.666636 0.990585 0.815961
+0.666026 0.990295 0.812024
+0.665141 0.989883 0.807858
+0.664134 0.98941 0.8038
+0.663005 0.988891 0.800015
+0.66183 0.988342 0.796033
+0.660517 0.987732 0.792035
+0.656489 0.982254 0.786618
+0.647303 0.967422 0.778256
+0.638682 0.953597 0.770108
+0.630625 0.940719 0.762081
+0.623941 0.929458 0.754528
+0.618219 0.91873 0.746624
+0.613855 0.90956 0.738964
+0.610544 0.901244 0.730877
+0.608347 0.893614 0.72192
+0.611231 0.886687 0.713878
+0.626017 0.87892 0.710109
+0.644251 0.87129 0.706554
+0.665797 0.864591 0.7037
+0.690669 0.858671 0.701564
+0.718624 0.853269 0.700053
+0.74995 0.848707 0.699474
+0.785901 0.845197 0.70016
+0.826276 0.842512 0.701976
+0.873304 0.841001 0.706325
+0.926101 0.841154 0.715023
+0.985214 0.842939 0.725048
+1 0.845365 0.735607
+0.676036 0.994888 0.827024
+0.676188 0.994949 0.821927
+0.676005 0.994858 0.816754
+0.675669 0.99469 0.812055
+0.675059 0.994415 0.807309
+0.67425 0.994034 0.803021
+0.67335 0.993606 0.798825
+0.672236 0.993088 0.794537
+0.671 0.992523 0.790387
+0.669734 0.991928 0.78645
+0.668284 0.991257 0.782345
+0.666804 0.99057 0.778286
+0.665339 0.989899 0.77435
+0.663859 0.989197 0.77052
+0.662394 0.988525 0.766552
+0.661067 0.9879 0.762387
+0.658915 0.984833 0.757
+0.651087 0.970153 0.74699
+0.644846 0.957397 0.737102
+0.64033 0.946639 0.726986
+0.637293 0.937224 0.716182
+0.636164 0.929549 0.70457
+0.6495 0.92018 0.699779
+0.668208 0.911131 0.696635
+0.690288 0.903288 0.69424
+0.715846 0.896498 0.692714
+0.744884 0.890257 0.691814
+0.777829 0.885313 0.692058
+0.815518 0.881163 0.693736
+0.859724 0.878065 0.69688
+0.913954 0.876341 0.702281
+0.982727 0.875685 0.71107
+1 0.877287 0.721981
+0.685405 0.999176 0.82118
+0.685496 0.999222 0.815518
+0.685191 0.999084 0.809781
+0.684657 0.998825 0.804303
+0.684001 0.998535 0.799359
+0.683085 0.998108 0.794507
+0.682017 0.997604 0.789654
+0.680888 0.99707 0.78529
+0.679545 0.996445 0.780987
+0.678096 0.995773 0.776715
+0.676616 0.995087 0.773007
+0.674998 0.994324 0.768978
+0.673365 0.993561 0.765011
+0.671809 0.992844 0.761212
+0.670207 0.992096 0.756924
+0.668696 0.991379 0.752697
+0.667323 0.990738 0.748363
+0.666835 0.990509 0.74377
+0.66717 0.990662 0.739025
+0.668254 0.99115 0.733593
+0.670115 0.992004 0.72723
+0.672786 0.993027 0.719615
+0.670039 0.982132 0.704814
+0.673304 0.972045 0.691295
+0.692439 0.960464 0.688624
+0.715465 0.950652 0.687068
+0.741741 0.941848 0.686076
+0.772274 0.934066 0.685985
+0.80679 0.927367 0.686961
+0.847227 0.922469 0.689479
+0.897063 0.918807 0.69366
+0.963638 0.917082 0.700481
+1 0.916625 0.710506
+0.710964 1 0.822919
+0.710857 1 0.81651
+0.709606 1 0.809827
+0.707698 1 0.803403
+0.705257 1 0.797177
+0.702449 1 0.791165
+0.69897 1 0.78526
+0.695201 1 0.779309
+0.691081 1 0.773129
+0.686961 0.999893 0.767193
+0.685283 0.999115 0.762982
+0.683635 0.998337 0.759106
+0.68188 0.997528 0.75523
+0.68011 0.996689 0.751339
+0.678416 0.995895 0.747646
+0.676707 0.995102 0.743389
+0.675135 0.994354 0.738857
+0.673701 0.993683 0.734203
+0.673457 0.993561 0.729351
+0.673961 0.99379 0.724056
+0.675227 0.994369 0.71809
+0.677317 0.995346 0.71104
+0.680461 0.996826 0.702541
+0.684932 0.998932 0.691859
+0.698466 0.999619 0.686366
+0.719356 0.999298 0.685649
+0.743526 0.999146 0.685313
+0.770886 0.999146 0.685283
+0.800244 0.989914 0.681987
+0.838178 0.981918 0.684535
+0.883543 0.975326 0.688319
+0.942626 0.970672 0.693843
+1 0.968368 0.701869
+0.741863 1 0.828977
+0.741085 1 0.821714
+0.73959 1 0.81471
+0.737438 1 0.808118
+0.734585 1 0.801358
+0.731502 1 0.795087
+0.727703 1 0.788632
+0.723507 1 0.782254
+0.719081 1 0.775998
+0.714351 1 0.769726
+0.709239 1 0.763485
+0.704051 1 0.757336
+0.698604 1 0.751003
+0.693141 1 0.74464
+0.687678 1 0.738094
+0.685496 0.999207 0.734218
+0.683711 0.998367 0.729915
+0.682048 0.997574 0.725261
+0.680583 0.996887 0.720348
+0.680613 0.996902 0.715114
+0.681254 0.997208 0.7093
+0.68275 0.997909 0.702602
+0.685145 0.999039 0.694286
+0.6916 0.999969 0.687114
+0.706905 0.999481 0.686061
+0.725063 0.99913 0.685283
+0.746166 0.998917 0.68481
+0.770886 0.998901 0.684718
+0.799481 0.999023 0.684932
+0.832853 0.999313 0.685557
+0.873594 0.999741 0.686519
+0.926009 1 0.689479
+1 1 0.696391
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.221195 0.147341 0.777173
+0.29691 0.163333 0.780682
+0.351583 0.176562 0.78378
+0.396429 0.188312 0.786679
+0.435935 0.199268 0.789517
+0.472679 0.209903 0.79237
+0.508598 0.223163 0.796002
+0.564492 0.314412 0.823438
+0.617441 0.383856 0.849027
+0.66894 0.4383 0.871778
+0.721675 0.484474 0.892805
+0.779629 0.526116 0.913039
+0.848127 0.564523 0.932738
+0.945846 0.601892 0.952804
+0.96817 0.630365 0.96817
+0.983383 0.657862 0.983383
+0.999039 0.685512 0.999039
+1 0.721645 1
+1 0.758297 1
+1 0.798688 1
+1 0.844862 1
+1 0.89929 1
+1 0.97612 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.215808 0.146319 0.776944
+0.29073 0.161913 0.780362
+0.344701 0.174823 0.783368
+0.389303 0.186389 0.786206
+0.429145 0.197345 0.789014
+0.465675 0.207843 0.791806
+0.506676 0.242786 0.801175
+0.560327 0.32369 0.82652
+0.610941 0.385946 0.849775
+0.660548 0.436683 0.871015
+0.711589 0.480919 0.891081
+0.767239 0.521309 0.910613
+0.832166 0.558999 0.929808
+0.91902 0.595193 0.949096
+0.965438 0.62533 0.965438
+0.980423 0.652552 0.980423
+0.99559 0.679469 0.99559
+1 0.713207 1
+1 0.749386 1
+1 0.788159 1
+1 0.832761 1
+1 0.884535 1
+1 0.953048 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.210605 0.145342 0.776745
+0.283619 0.160311 0.779995
+0.337484 0.173022 0.78294
+0.38233 0.184527 0.785733
+0.42153 0.195209 0.788449
+0.458183 0.205661 0.791211
+0.503243 0.257527 0.805264
+0.554086 0.32845 0.828107
+0.603098 0.385718 0.849622
+0.65153 0.433982 0.86978
+0.700938 0.476478 0.88896
+0.754818 0.515969 0.907927
+0.816449 0.552956 0.926635
+0.895155 0.588281 0.945327
+0.962432 0.619791 0.962432
+0.977081 0.646555 0.977081
+0.991913 0.673014 0.991913
+1 0.703883 1
+1 0.739345 1
+1 0.77731 1
+1 0.820523 1
+1 0.869551 1
+1 0.932113 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.204944 0.144305 0.776532
+0.276341 0.158709 0.779644
+0.329961 0.171176 0.782498
+0.374411 0.182452 0.785214
+0.413626 0.193011 0.787884
+0.450477 0.204349 0.790829
+0.498695 0.268696 0.808469
+0.547417 0.331624 0.829145
+0.594659 0.384329 0.849012
+0.641505 0.429938 0.867979
+0.689845 0.47129 0.886503
+0.741726 0.509743 0.904845
+0.799924 0.545861 0.922957
+0.873045 0.581018 0.94139
+0.959274 0.613916 0.959274
+0.973495 0.64007 0.973495
+0.988205 0.666453 0.988205
+1 0.694072 1
+1 0.728496 1
+1 0.76611 1
+1 0.807523 1
+1 0.853651 1
+1 0.91136 1
+1 0.9897 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.199741 0.143359 0.776333
+0.269566 0.157229 0.779309
+0.322072 0.169253 0.782055
+0.366079 0.18027 0.78468
+0.405646 0.190829 0.78732
+0.446021 0.218814 0.794354
+0.493309 0.279072 0.811536
+0.540459 0.334859 0.830213
+0.585946 0.382879 0.848371
+0.63154 0.425986 0.866224
+0.678492 0.465766 0.883925
+0.728511 0.503151 0.901595
+0.784085 0.538643 0.919249
+0.85098 0.572854 0.937026
+0.946242 0.60679 0.955398
+0.969833 0.633402 0.969833
+0.983993 0.658961 0.983993
+0.998535 0.684611 0.998535
+1 0.717845 1
+1 0.754101 1
+1 0.7944 1
+1 0.838331 1
+1 0.890791 1
+1 0.958633 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.197299 0.142931 0.776242
+0.26302 0.15581 0.779004
+0.314641 0.167468 0.781628
+0.35848 0.178317 0.784207
+0.398337 0.193317 0.787839
+0.44361 0.241321 0.800244
+0.48867 0.291493 0.815351
+0.532921 0.338506 0.831434
+0.577035 0.382071 0.847974
+0.621347 0.422415 0.864637
+0.666636 0.460151 0.881315
+0.715389 0.496681 0.898436
+0.76849 0.531319 0.915511
+0.830701 0.564813 0.932754
+0.914458 0.598062 0.950576
+0.965972 0.626322 0.965972
+0.979767 0.651377 0.979767
+0.993896 0.676493 0.993896
+1 0.706279 1
+1 0.741695 1
+1 0.780713 1
+1 0.822873 1
+1 0.871611 1
+1 0.931533 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.133486 0.132769 0.774182
+0.196933 0.142855 0.776226
+0.258015 0.154757 0.778759
+0.308461 0.168353 0.781781
+0.354894 0.19501 0.78793
+0.398993 0.229328 0.796719
+0.442145 0.267292 0.807599
+0.484672 0.306844 0.820249
+0.526711 0.3458 0.833997
+0.568811 0.383734 0.848554
+0.611368 0.420356 0.863691
+0.655451 0.45594 0.879362
+0.701991 0.490455 0.89543
+0.752697 0.52398 0.911803
+0.811429 0.556878 0.928588
+0.885618 0.589075 0.945678
+0.962036 0.619058 0.962036
+0.975631 0.643946 0.975631
+0.989273 0.668345 0.989273
+1 0.694316 1
+1 0.729335 1
+1 0.766751 1
+1 0.806668 1
+1 0.852369 1
+1 0.906126 1
+1 0.976684 1
+0.134447 0.137697 0.774517
+0.137346 0.145693 0.775097
+0.140475 0.154116 0.775738
+0.142367 0.159091 0.77612
+0.143435 0.161883 0.776349
+0.144686 0.165118 0.776608
+0.146746 0.170397 0.777035
+0.152621 0.178683 0.778225
+0.213016 0.192615 0.786664
+0.268849 0.20708 0.790341
+0.316762 0.224063 0.794842
+0.360311 0.244434 0.800534
+0.40177 0.268696 0.807736
+0.441596 0.29546 0.816251
+0.481147 0.324773 0.826246
+0.521065 0.3561 0.837705
+0.561013 0.388022 0.850187
+0.602075 0.420569 0.863706
+0.644495 0.453132 0.878035
+0.689311 0.485557 0.89305
+0.737942 0.517662 0.908629
+0.792569 0.549111 0.924544
+0.859754 0.580407 0.940993
+0.958297 0.6121 0.958297
+0.971267 0.636011 0.971267
+0.984558 0.659968 0.984558
+0.997971 0.683635 0.997971
+1 0.716289 1
+1 0.753002 1
+1 0.79144 1
+1 0.8336 1
+1 0.882353 1
+1 0.942184 1
+0.173007 0.232578 0.78294
+0.175891 0.238972 0.783627
+0.177584 0.24271 0.784024
+0.178531 0.244785 0.784268
+0.178561 0.244846 0.784268
+0.17847 0.244648 0.784253
+0.179019 0.245853 0.784375
+0.18587 0.249561 0.785885
+0.236912 0.259037 0.798169
+0.28542 0.26894 0.807172
+0.327535 0.278569 0.810285
+0.367025 0.290578 0.814237
+0.404562 0.305531 0.819272
+0.441825 0.323949 0.825696
+0.478767 0.345098 0.833387
+0.515969 0.368963 0.842481
+0.554253 0.395483 0.853086
+0.593194 0.423224 0.864759
+0.633677 0.452125 0.877501
+0.677226 0.482307 0.891463
+0.723323 0.512215 0.905898
+0.774899 0.542229 0.920974
+0.836866 0.572488 0.936751
+0.920638 0.602899 0.95317
+0.967224 0.628611 0.967224
+0.979934 0.651682 0.979934
+0.992859 0.674662 0.992859
+1 0.703426 1
+1 0.738796 1
+1 0.775723 1
+1 0.815503 1
+1 0.859937 1
+1 0.912535 1
+0.205158 0.300816 0.791074
+0.207004 0.304585 0.791577
+0.207843 0.306279 0.791806
+0.208026 0.306645 0.791852
+0.207767 0.306127 0.791791
+0.207156 0.304891 0.791623
+0.206638 0.303838 0.791485
+0.218738 0.304891 0.794369
+0.258091 0.309926 0.804685
+0.299519 0.316732 0.817014
+0.338064 0.323781 0.82504
+0.373281 0.3308 0.827665
+0.407736 0.339986 0.831113
+0.442084 0.351965 0.835645
+0.476814 0.367102 0.841505
+0.512108 0.385077 0.848661
+0.548043 0.405707 0.857176
+0.585443 0.429007 0.86714
+0.62443 0.45417 0.87834
+0.665385 0.48072 0.890639
+0.7093 0.508202 0.903868
+0.758511 0.536645 0.918074
+0.815274 0.565164 0.932845
+0.888273 0.594095 0.948333
+0.963424 0.621622 0.963424
+0.975586 0.64387 0.975586
+0.987945 0.66598 0.987945
+1 0.691035 1
+1 0.724834 1
+1 0.760174 1
+1 0.797742 1
+1 0.838651 1
+1 0.884703 1
+0.230884 0.351888 0.798337
+0.231952 0.353933 0.798642
+0.232456 0.354925 0.798795
+0.232258 0.354528 0.798733
+0.231662 0.353399 0.798566
+0.230884 0.351858 0.798321
+0.230335 0.350103 0.798154
+0.249638 0.350439 0.803159
+0.279393 0.352575 0.811551
+0.312993 0.356298 0.821988
+0.346975 0.361395 0.833539
+0.37995 0.36669 0.840803
+0.411597 0.372381 0.843137
+0.443244 0.380041 0.846265
+0.475608 0.390265 0.850492
+0.508888 0.403418 0.855985
+0.54287 0.419104 0.862669
+0.578393 0.437629 0.870787
+0.615549 0.458762 0.880323
+0.654765 0.481865 0.891096
+0.696925 0.506645 0.903029
+0.743206 0.532616 0.915984
+0.79585 0.559213 0.929671
+0.861219 0.586572 0.944213
+0.956588 0.614832 0.959747
+0.971511 0.636469 0.971511
+0.983246 0.657618 0.983246
+0.996216 0.680568 0.996216
+1 0.71165 1
+1 0.745296 1
+1 0.779995 1
+1 0.81828 1
+1 0.85948 1
+0.25304 0.394186 0.805081
+0.253681 0.395392 0.805295
+0.253697 0.395422 0.805295
+0.253437 0.394919 0.805203
+0.252644 0.393439 0.804959
+0.251621 0.391333 0.804639
+0.261204 0.390173 0.807202
+0.279072 0.389838 0.812268
+0.302052 0.390417 0.819196
+0.328161 0.392081 0.827649
+0.356374 0.394766 0.837461
+0.38616 0.398856 0.848585
+0.415747 0.403159 0.855344
+0.445274 0.407874 0.857435
+0.475364 0.414466 0.860319
+0.506447 0.423438 0.864271
+0.539071 0.435264 0.869505
+0.572427 0.44947 0.875914
+0.607507 0.4663 0.88365
+0.64538 0.486 0.892943
+0.685176 0.507362 0.903304
+0.728756 0.530449 0.914809
+0.778561 0.555123 0.927489
+0.837674 0.580453 0.940887
+0.918166 0.606851 0.955261
+0.967758 0.629602 0.967758
+0.978851 0.64976 0.978851
+0.991272 0.671885 0.991272
+1 0.698177 1
+1 0.730526 1
+1 0.763577 1
+1 0.798901 1
+1 0.836484 1
+0.272725 0.430854 0.81149
+0.273182 0.431693 0.811643
+0.27306 0.431449 0.811597
+0.272526 0.430472 0.811414
+0.271901 0.429023 0.8112
+0.283116 0.428061 0.814404
+0.295537 0.426841 0.818067
+0.309026 0.425818 0.822202
+0.325582 0.425177 0.827527
+0.345296 0.425177 0.83418
+0.367697 0.426047 0.842176
+0.392828 0.428382 0.851667
+0.420066 0.4318 0.862577
+0.447822 0.435401 0.869062
+0.475929 0.439536 0.871
+0.505287 0.445396 0.873716
+0.535698 0.453468 0.877455
+0.567712 0.464179 0.882445
+0.601297 0.477256 0.888609
+0.636759 0.492882 0.896117
+0.674754 0.510994 0.904982
+0.716091 0.531044 0.915038
+0.762173 0.552743 0.926177
+0.817044 0.57612 0.938506
+0.886534 0.600229 0.951568
+0.96466 0.623896 0.96466
+0.975067 0.642908 0.975067
+0.986755 0.663874 0.986755
+0.999435 0.686198 0.999435
+1 0.71664 1
+1 0.747585 1
+1 0.780301 1
+1 0.814023 1
+0.291264 0.464729 0.817853
+0.291402 0.464973 0.817899
+0.291188 0.464591 0.817823
+0.290471 0.463279 0.817578
+0.303685 0.462959 0.821546
+0.318608 0.462562 0.82623
+0.329 0.461051 0.829557
+0.338293 0.459251 0.832609
+0.34992 0.457923 0.836561
+0.364248 0.456916 0.841596
+0.381552 0.45658 0.847944
+0.401999 0.45713 0.855802
+0.425116 0.458915 0.865125
+0.450706 0.461845 0.875975
+0.477577 0.465034 0.882353
+0.504829 0.468574 0.884092
+0.533471 0.473808 0.886641
+0.56379 0.481147 0.890196
+0.595758 0.491005 0.894987
+0.629694 0.503136 0.900938
+0.66569 0.517617 0.908141
+0.704936 0.534539 0.916701
+0.748562 0.553368 0.926421
+0.798413 0.573709 0.937148
+0.860288 0.595544 0.948928
+0.949676 0.618769 0.961807
+0.971725 0.636851 0.971725
+0.982666 0.65658 0.982666
+0.994614 0.677745 0.994614
+1 0.70341 1
+1 0.73254 1
+1 0.763012 1
+1 0.793271 1
+0.308949 0.49659 0.824231
+0.308919 0.496529 0.824216
+0.3084 0.495613 0.824033
+0.319722 0.495674 0.827573
+0.33933 0.495933 0.833982
+0.352346 0.494972 0.838392
+0.360754 0.493431 0.841291
+0.367239 0.491188 0.843534
+0.374563 0.489067 0.846128
+0.384649 0.487495 0.849836
+0.39762 0.486275 0.854734
+0.413458 0.485649 0.860929
+0.43238 0.486015 0.868635
+0.454398 0.487358 0.878004
+0.479133 0.489921 0.889006
+0.505302 0.492561 0.895262
+0.532586 0.495766 0.89691
+0.561105 0.500496 0.89929
+0.591318 0.50721 0.902678
+0.623697 0.51632 0.907256
+0.657832 0.527428 0.912902
+0.695018 0.540902 0.919814
+0.73608 0.556649 0.928008
+0.782498 0.57409 0.937255
+0.838743 0.59324 0.947601
+0.914321 0.613886 0.959014
+0.969253 0.632349 0.969253
+0.979248 0.650446 0.979248
+0.990326 0.670207 0.990326
+1 0.691432 1
+1 0.718547 1
+1 0.746395 1
+1 0.774151 1
+0.325872 0.526711 0.830594
+0.325811 0.526589 0.830564
+0.32961 0.526024 0.831769
+0.356359 0.527642 0.840772
+0.3738 0.527764 0.846952
+0.384222 0.526528 0.850721
+0.390631 0.524453 0.853056
+0.395224 0.522194 0.854719
+0.399619 0.519554 0.856336
+0.406073 0.517113 0.858763
+0.415335 0.515328 0.862364
+0.427283 0.513848 0.86714
+0.442252 0.513054 0.87332
+0.460441 0.51339 0.881102
+0.48159 0.514412 0.890517
+0.506004 0.516625 0.901854
+0.532067 0.518914 0.908095
+0.559335 0.521645 0.90956
+0.588022 0.525872 0.911772
+0.618784 0.532036 0.914977
+0.651743 0.540322 0.919295
+0.686641 0.550515 0.924636
+0.725139 0.56286 0.931136
+0.769116 0.577462 0.938949
+0.820264 0.593545 0.947677
+0.885695 0.611154 0.957397
+0.967803 0.629679 0.967803
+0.976761 0.645975 0.976761
+0.986847 0.664027 0.986847
+0.997345 0.682551 0.997345
+1 0.70576 1
+1 0.730861 1
+1 0.755886 1
+0.342672 0.556313 0.837171
+0.342367 0.555795 0.837049
+0.36968 0.558129 0.846479
+0.392111 0.55903 0.854658
+0.405447 0.558434 0.859678
+0.413916 0.557046 0.862928
+0.418875 0.554803 0.864805
+0.421851 0.552163 0.865919
+0.424643 0.549432 0.866957
+0.428428 0.546593 0.868406
+0.434363 0.543984 0.870756
+0.443076 0.541985 0.874311
+0.454383 0.540368 0.879057
+0.468757 0.539376 0.885267
+0.486503 0.539361 0.893187
+0.507393 0.540352 0.902876
+0.531701 0.542321 0.91458
+0.558083 0.544335 0.920913
+0.585428 0.546563 0.922148
+0.614969 0.550256 0.924163
+0.646143 0.55555 0.925795
+0.680156 0.562661 0.926329
+0.717144 0.571572 0.928817
+0.758221 0.582513 0.933852
+0.805997 0.595621 0.941512
+0.864805 0.610452 0.951797
+0.946014 0.627344 0.963684
+0.975219 0.643198 0.971679
+0.984161 0.659266 0.975753
+0.993576 0.675929 0.980575
+1 0.694942 0.984237
+1 0.717327 0.982834
+1 0.738994 0.98204
+0.359304 0.585382 0.843931
+0.377371 0.58706 0.850309
+0.407507 0.589487 0.861494
+0.424979 0.589944 0.868299
+0.435386 0.588876 0.872435
+0.441794 0.587045 0.874983
+0.445838 0.584848 0.876585
+0.447745 0.581872 0.877302
+0.449027 0.578683 0.877745
+0.451041 0.575662 0.878508
+0.454551 0.572656 0.879911
+0.460166 0.569909 0.882231
+0.468513 0.567788 0.885786
+0.4795 0.566033 0.890578
+0.493568 0.564965 0.896895
+0.510628 0.564553 0.900221
+0.53106 0.564935 0.906401
+0.555505 0.56643 0.916808
+0.582681 0.567712 0.919738
+0.611017 0.568765 0.915404
+0.641749 0.571221 0.912642
+0.675029 0.575387 0.911879
+0.711284 0.581338 0.913191
+0.751522 0.588922 0.916197
+0.797406 0.598352 0.921569
+0.85124 0.609216 0.927138
+0.922271 0.622065 0.934554
+0.975097 0.643046 0.931182
+0.982406 0.656199 0.935271
+0.990768 0.671031 0.936782
+0.999298 0.685969 0.938827
+1 0.705364 0.936324
+1 0.724437 0.934447
+0.380529 0.614832 0.852583
+0.420478 0.619486 0.867582
+0.442267 0.620706 0.876265
+0.45539 0.620386 0.881636
+0.463554 0.619165 0.885039
+0.468513 0.617105 0.887083
+0.471275 0.614389 0.888182
+0.472724 0.611536 0.888731
+0.473045 0.608087 0.888777
+0.473487 0.604562 0.888869
+0.475319 0.601343 0.889586
+0.47744 0.597574 0.883146
+0.481773 0.594278 0.878019
+0.488991 0.591791 0.875166
+0.499077 0.589548 0.874464
+0.512551 0.588098 0.876677
+0.530037 0.587732 0.882918
+0.551476 0.587961 0.892058
+0.577356 0.589151 0.905837
+0.606546 0.589319 0.910063
+0.636912 0.589487 0.906081
+0.669383 0.590768 0.902922
+0.705272 0.593668 0.901884
+0.744152 0.59791 0.902113
+0.787747 0.603906 0.904387
+0.839384 0.611688 0.908171
+0.904158 0.621286 0.914122
+0.972229 0.644831 0.902068
+0.982925 0.65716 0.902327
+0.989517 0.668849 0.902434
+0.996384 0.680903 0.900984
+1 0.695521 0.898573
+1 0.712093 0.896559
+0.430381 0.648707 0.872618
+0.458167 0.651652 0.883879
+0.474006 0.651957 0.890532
+0.483742 0.651026 0.894697
+0.489906 0.649317 0.897337
+0.493858 0.64715 0.899016
+0.495796 0.644282 0.899794
+0.495705 0.640772 0.895277
+0.494453 0.637049 0.888029
+0.492821 0.632914 0.880507
+0.491829 0.628702 0.873335
+0.492531 0.624964 0.867781
+0.494774 0.621302 0.863294
+0.49926 0.61796 0.860258
+0.506676 0.615473 0.859586
+0.51693 0.613367 0.860639
+0.530755 0.611963 0.8645
+0.548882 0.611551 0.872511
+0.571466 0.611597 0.884306
+0.596628 0.6094 0.895521
+0.627085 0.607599 0.898772
+0.660914 0.607141 0.895491
+0.697032 0.607797 0.893263
+0.736507 0.609949 0.892714
+0.778866 0.614099 0.890379
+0.825727 0.620447 0.888777
+0.882063 0.629358 0.889189
+0.947234 0.643519 0.883558
+0.984924 0.660761 0.875349
+0.990524 0.670649 0.873671
+0.996033 0.680293 0.870893
+1 0.690547 0.86807
+1 0.702922 0.864149
+0.47277 0.682338 0.891142
+0.491341 0.68365 0.899107
+0.502754 0.683528 0.901457
+0.509361 0.682002 0.900587
+0.513085 0.679683 0.897749
+0.514977 0.676982 0.894011
+0.515312 0.673732 0.889052
+0.514366 0.670008 0.883146
+0.512703 0.666102 0.876967
+0.510597 0.661814 0.870665
+0.508675 0.657526 0.863844
+0.507744 0.653254 0.857923
+0.508446 0.649424 0.853452
+0.510735 0.645731 0.849928
+0.515267 0.642466 0.847974
+0.522744 0.639933 0.848417
+0.533257 0.637842 0.851026
+0.547677 0.636378 0.857023
+0.566644 0.63592 0.867063
+0.588251 0.633097 0.875608
+0.616571 0.630274 0.879805
+0.649897 0.629114 0.875212
+0.684962 0.628779 0.87097
+0.722545 0.629709 0.867491
+0.763058 0.632441 0.865461
+0.807797 0.636713 0.864469
+0.859236 0.643076 0.864393
+0.920012 0.651682 0.862364
+0.984985 0.666468 0.85272
+0.993088 0.675135 0.847913
+0.997665 0.683146 0.844022
+1 0.692012 0.840055
+1 0.702342 0.83714
+0.504952 0.715526 0.886412
+0.517342 0.715953 0.890745
+0.525109 0.714992 0.891859
+0.530068 0.713375 0.891417
+0.532601 0.710979 0.889006
+0.533379 0.707912 0.88513
+0.533318 0.704646 0.881331
+0.531899 0.70074 0.875929
+0.529671 0.696422 0.869841
+0.527092 0.692012 0.863676
+0.524666 0.687602 0.857725
+0.522622 0.682918 0.851713
+0.521813 0.678645 0.846815
+0.522362 0.674586 0.842863
+0.524636 0.670893 0.840131
+0.529152 0.667628 0.839063
+0.536736 0.665125 0.840436
+0.547417 0.663096 0.844175
+0.562005 0.661372 0.850629
+0.58085 0.658488 0.857939
+0.608072 0.655589 0.857374
+0.639719 0.653376 0.852659
+0.673655 0.652247 0.84892
+0.709545 0.651942 0.845624
+0.748348 0.652873 0.843122
+0.790845 0.655619 0.842084
+0.838712 0.659907 0.841856
+0.892424 0.666178 0.839017
+0.949844 0.673976 0.833158
+0.99765 0.683116 0.825559
+1 0.690044 0.82002
+1 0.698528 0.816709
+1 0.707362 0.815366
+0.53167 0.750332 0.883116
+0.540429 0.750439 0.886503
+0.545647 0.748974 0.887144
+0.548638 0.746792 0.88603
+0.550225 0.744213 0.88394
+0.55021 0.740902 0.880354
+0.549172 0.737118 0.875929
+0.547509 0.733135 0.871122
+0.54493 0.728679 0.865232
+0.541863 0.723934 0.859037
+0.538933 0.719142 0.853315
+0.536202 0.714214 0.847562
+0.534112 0.709361 0.842084
+0.533318 0.705028 0.837827
+0.533654 0.700771 0.834195
+0.535744 0.69688 0.831846
+0.540185 0.693767 0.831312
+0.547509 0.691341 0.833158
+0.558602 0.688579 0.836622
+0.573846 0.685695 0.842069
+0.601251 0.682231 0.8374
+0.631266 0.679255 0.832776
+0.663432 0.677043 0.828809
+0.698329 0.675914 0.825818
+0.735073 0.675685 0.823148
+0.775265 0.676753 0.821729
+0.820645 0.679393 0.82182
+0.867689 0.683864 0.818143
+0.911391 0.689784 0.810788
+0.953811 0.696483 0.803845
+1 0.703151 0.799298
+1 0.71014 0.797726
+1 0.717952 0.798581
+0.554879 0.788159 0.883345
+0.560082 0.787366 0.884733
+0.56347 0.785824 0.884794
+0.564752 0.783261 0.882597
+0.56492 0.780056 0.879774
+0.56434 0.776623 0.876493
+0.56257 0.772351 0.871855
+0.560327 0.767742 0.86717
+0.557656 0.763104 0.861967
+0.554253 0.757885 0.855924
+0.550683 0.752529 0.849744
+0.547326 0.747402 0.84361
+0.544381 0.742138 0.837903
+0.542153 0.737057 0.832792
+0.541054 0.732403 0.82858
+0.541314 0.728023 0.825635
+0.543099 0.724147 0.823606
+0.547601 0.720974 0.823453
+0.555734 0.717632 0.824277
+0.570993 0.714076 0.823636
+0.596307 0.710124 0.818875
+0.624414 0.706676 0.814603
+0.655024 0.703639 0.810666
+0.687922 0.701564 0.807935
+0.723308 0.700282 0.805524
+0.761791 0.699992 0.803952
+0.804074 0.701045 0.803357
+0.844846 0.70454 0.798154
+0.876738 0.709499 0.78999
+0.907225 0.714977 0.784939
+0.945708 0.720653 0.783566
+0.998642 0.726528 0.784787
+1 0.732998 0.78761
+0.573724 0.83064 0.883558
+0.576257 0.829206 0.883543
+0.577234 0.826566 0.881956
+0.577523 0.823682 0.880064
+0.576684 0.819867 0.877028
+0.574853 0.815518 0.872755
+0.572686 0.811154 0.868299
+0.569711 0.80592 0.862974
+0.566354 0.800397 0.857298
+0.562905 0.79498 0.851698
+0.558907 0.788937 0.845396
+0.555047 0.78291 0.839307
+0.551751 0.777264 0.83389
+0.54847 0.771496 0.828061
+0.545846 0.766125 0.822812
+0.544411 0.761303 0.818723
+0.544427 0.756649 0.815259
+0.54728 0.752514 0.812985
+0.552499 0.749096 0.812314
+0.57113 0.744106 0.807584
+0.593805 0.739437 0.802899
+0.619806 0.73547 0.798505
+0.648142 0.731853 0.794522
+0.679225 0.728786 0.791196
+0.713024 0.726772 0.788907
+0.749386 0.725414 0.787243
+0.789593 0.725124 0.786435
+0.821729 0.728252 0.77937
+0.846235 0.732631 0.774289
+0.876417 0.736782 0.773449
+0.913771 0.741375 0.774853
+0.961471 0.74612 0.777462
+1 0.751492 0.781018
+0.587671 0.879927 0.883223
+0.588037 0.877836 0.881987
+0.587152 0.874357 0.879286
+0.585763 0.87039 0.876173
+0.583658 0.86569 0.872206
+0.581003 0.86038 0.867674
+0.577813 0.854536 0.862516
+0.574639 0.848798 0.857481
+0.570901 0.842481 0.851789
+0.566842 0.835782 0.845701
+0.562799 0.829206 0.839719
+0.55845 0.822217 0.83331
+0.554238 0.815396 0.827024
+0.550713 0.809155 0.821393
+0.547951 0.802899 0.815778
+0.546029 0.79707 0.810681
+0.545373 0.792142 0.806622
+0.545693 0.787366 0.802838
+0.557214 0.781613 0.797696
+0.573953 0.776165 0.792752
+0.594018 0.770794 0.787869
+0.617151 0.765927 0.78349
+0.643656 0.76173 0.779812
+0.672541 0.757946 0.776501
+0.704067 0.754864 0.773907
+0.738857 0.752819 0.772335
+0.775952 0.75169 0.770565
+0.799023 0.754788 0.765866
+0.827832 0.757534 0.766461
+0.860014 0.760357 0.767742
+0.897322 0.763714 0.769741
+0.943084 0.767895 0.772717
+1 0.772457 0.776181
+0.625055 0.938109 0.880964
+0.623972 0.934829 0.878248
+0.621454 0.929686 0.87425
+0.618341 0.923888 0.869535
+0.614755 0.917617 0.864866
+0.610773 0.910918 0.860197
+0.606256 0.903593 0.854673
+0.601587 0.896162 0.849058
+0.596567 0.88835 0.843107
+0.591333 0.880323 0.836896
+0.585885 0.872084 0.830411
+0.580758 0.864363 0.824048
+0.575433 0.856336 0.817746
+0.570855 0.848615 0.811719
+0.56701 0.841627 0.805905
+0.563622 0.834821 0.800107
+0.560998 0.828473 0.794522
+0.559655 0.823194 0.78967
+0.56611 0.816983 0.784436
+0.579599 0.810422 0.779019
+0.59678 0.8047 0.774411
+0.617258 0.798962 0.770199
+0.640833 0.793835 0.766445
+0.667597 0.789532 0.763378
+0.697261 0.785489 0.760601
+0.729641 0.782254 0.758648
+0.765576 0.780148 0.757809
+0.799344 0.779568 0.761685
+0.828367 0.780941 0.768322
+0.860624 0.783627 0.770352
+0.896071 0.786847 0.770687
+0.938964 0.790524 0.772015
+0.998016 0.794934 0.774884
+0.658656 0.987198 0.8804
+0.659236 0.987442 0.877287
+0.659525 0.987549 0.873808
+0.659449 0.987503 0.869764
+0.659098 0.987335 0.865492
+0.653422 0.977722 0.859266
+0.646998 0.967056 0.852567
+0.640192 0.955978 0.845701
+0.633783 0.945647 0.839231
+0.62681 0.9346 0.83241
+0.619959 0.923873 0.825544
+0.613367 0.913649 0.818769
+0.606851 0.903578 0.811933
+0.600565 0.893889 0.805142
+0.595529 0.885313 0.79855
+0.590829 0.876692 0.791836
+0.586969 0.868849 0.785382
+0.584115 0.861769 0.779034
+0.582498 0.855695 0.773281
+0.588342 0.848936 0.767605
+0.602487 0.841932 0.762905
+0.620005 0.835401 0.758556
+0.640696 0.829389 0.754421
+0.664881 0.823804 0.750988
+0.69218 0.819196 0.74844
+0.722438 0.814954 0.746502
+0.756176 0.811627 0.745556
+0.793927 0.809201 0.745327
+0.834836 0.807797 0.748638
+0.868757 0.808927 0.757366
+0.905776 0.810956 0.769284
+0.951217 0.81387 0.775692
+1 0.817746 0.780392
+0.667018 0.990906 0.872984
+0.667399 0.991058 0.868803
+0.66743 0.991058 0.864286
+0.667262 0.990967 0.859968
+0.666804 0.990753 0.855406
+0.666148 0.990448 0.850813
+0.66537 0.990082 0.846647
+0.664393 0.989639 0.841917
+0.663279 0.98912 0.83711
+0.662165 0.988602 0.832425
+0.660868 0.987991 0.82768
+0.655024 0.979309 0.820783
+0.646296 0.965255 0.812818
+0.637751 0.951598 0.80473
+0.629725 0.938781 0.796902
+0.62324 0.927611 0.789685
+0.617609 0.917144 0.782055
+0.613016 0.907713 0.774472
+0.609781 0.899641 0.767239
+0.607477 0.891997 0.759304
+0.610819 0.884901 0.752331
+0.62533 0.876997 0.748028
+0.643458 0.869535 0.744335
+0.664714 0.86273 0.740902
+0.689494 0.856947 0.737987
+0.717281 0.851575 0.735775
+0.74844 0.847013 0.734401
+0.783978 0.84332 0.734005
+0.824201 0.840787 0.734829
+0.870237 0.839185 0.738369
+0.917556 0.839734 0.747311
+0.966522 0.841917 0.757244
+1 0.843763 0.770352
+0.675685 0.994781 0.866041
+0.675975 0.994904 0.861341
+0.675822 0.994827 0.856229
+0.675471 0.994659 0.851164
+0.674968 0.99443 0.846235
+0.674205 0.994064 0.841276
+0.673274 0.993637 0.836362
+0.672251 0.993164 0.831647
+0.671061 0.992615 0.826764
+0.669749 0.992004 0.821927
+0.668406 0.991379 0.817288
+0.666941 0.990707 0.812619
+0.665461 0.990021 0.807965
+0.664027 0.989364 0.803494
+0.662608 0.988693 0.79884
+0.661234 0.988067 0.794034
+0.657664 0.982086 0.787655
+0.649912 0.967636 0.778225
+0.643549 0.954818 0.768902
+0.639155 0.94435 0.75996
+0.635996 0.934905 0.750301
+0.634562 0.926925 0.739803
+0.64863 0.917876 0.735424
+0.667185 0.908904 0.731777
+0.689036 0.900984 0.728786
+0.714473 0.894331 0.72668
+0.743252 0.888121 0.725124
+0.775845 0.882887 0.724468
+0.81355 0.878996 0.725155
+0.857237 0.875959 0.726925
+0.910369 0.874174 0.731182
+0.974212 0.873732 0.739559
+1 0.875654 0.749752
+0.684886 0.998962 0.86038
+0.684962 0.998978 0.854444
+0.684779 0.998901 0.848722
+0.684291 0.998672 0.842924
+0.683635 0.998367 0.837507
+0.682795 0.997986 0.832258
+0.681773 0.997513 0.826734
+0.680598 0.996963 0.821653
+0.679362 0.996399 0.817121
+0.677928 0.995743 0.812116
+0.676448 0.995041 0.807248
+0.674907 0.994324 0.802563
+0.673304 0.993591 0.797864
+0.671717 0.992844 0.793179
+0.670207 0.992157 0.788525
+0.668711 0.991455 0.783932
+0.667277 0.990784 0.779171
+0.667018 0.990662 0.774411
+0.667323 0.990784 0.769268
+0.668299 0.991226 0.763622
+0.670146 0.992065 0.757565
+0.670954 0.989731 0.749035
+0.667796 0.978332 0.735531
+0.672175 0.968673 0.724712
+0.691188 0.957259 0.721538
+0.713832 0.947143 0.71899
+0.740169 0.938964 0.717494
+0.77052 0.931273 0.716579
+0.804547 0.924285 0.716396
+0.844709 0.919799 0.717861
+0.893965 0.916045 0.721004
+0.958465 0.913893 0.726299
+1 0.91397 0.735592
+0.709346 1 0.859022
+0.709133 1 0.852476
+0.708156 1 0.845914
+0.706325 1 0.839368
+0.703914 1 0.833249
+0.701076 1 0.826963
+0.697765 1 0.820676
+0.693889 1 0.81416
+0.689952 1 0.807752
+0.68658 0.999725 0.801831
+0.684947 0.998962 0.796796
+0.683299 0.998199 0.792157
+0.681605 0.997406 0.787778
+0.67985 0.996597 0.783093
+0.678203 0.995819 0.778592
+0.676539 0.995056 0.773724
+0.674983 0.994324 0.768795
+0.673533 0.993652 0.763806
+0.673442 0.993591 0.758816
+0.673884 0.99379 0.753552
+0.675105 0.994354 0.747692
+0.67715 0.9953 0.740764
+0.680201 0.996719 0.732692
+0.684504 0.998749 0.722774
+0.695735 1 0.715389
+0.715419 1 0.712688
+0.739071 1 0.710933
+0.766522 0.995941 0.710033
+0.798215 0.985809 0.709972
+0.835599 0.977523 0.711147
+0.880629 0.971511 0.713893
+0.938598 0.966888 0.717937
+1 0.964462 0.724575
+0.740169 1 0.862242
+0.739483 1 0.85507
+0.737942 1 0.847761
+0.735973 1 0.840986
+0.733181 1 0.834058
+0.729915 1 0.827314
+0.726375 1 0.820798
+0.72224 1 0.81416
+0.717739 1 0.807721
+0.713085 1 0.801282
+0.708003 1 0.794568
+0.702647 1 0.787778
+0.697414 1 0.781353
+0.691951 1 0.774701
+0.686915 0.999878 0.768154
+0.685115 0.999039 0.76405
+0.68336 0.998215 0.759441
+0.681666 0.997421 0.75433
+0.6804 0.996826 0.749081
+0.680385 0.996811 0.743633
+0.68101 0.997101 0.737789
+0.68246 0.997772 0.731243
+0.684779 0.998871 0.723323
+0.690044 1 0.715618
+0.70338 1 0.712184
+0.720302 1 0.709178
+0.74078 1 0.706828
+0.765637 1 0.705638
+0.794659 1 0.705211
+0.828656 1 0.706004
+0.870237 1 0.708354
+0.922301 1 0.712169
+0.996811 1 0.717769
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.14966 0.135119 0.774639
+0.264637 0.156161 0.77908
+0.333852 0.172122 0.782727
+0.38529 0.185321 0.785931
+0.428397 0.197131 0.788952
+0.467124 0.20827 0.791913
+0.503532 0.219135 0.794934
+0.548424 0.266499 0.80827
+0.607141 0.358801 0.839429
+0.661357 0.423178 0.865293
+0.715908 0.4748 0.888319
+0.774334 0.519371 0.909728
+0.842466 0.559655 0.930205
+0.937789 0.598321 0.950866
+0.967071 0.628351 0.967071
+0.982696 0.656641 0.982696
+0.998795 0.685084 0.998795
+1 0.722774 1
+1 0.761334 1
+1 0.801404 1
+1 0.84622 1
+1 0.901442 1
+1 0.980545 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.147601 0.134813 0.774578
+0.259129 0.154986 0.77882
+0.327199 0.170504 0.782345
+0.378378 0.18349 0.785473
+0.421393 0.195178 0.788434
+0.460166 0.206241 0.791363
+0.496727 0.217075 0.794354
+0.545586 0.282078 0.812909
+0.601389 0.36321 0.841016
+0.653635 0.422751 0.865049
+0.705837 0.471519 0.886748
+0.76228 0.514855 0.907454
+0.827237 0.554467 0.927474
+0.912352 0.591821 0.94728
+0.964324 0.623301 0.964324
+0.979812 0.651469 0.979812
+0.995468 0.679255 0.995468
+1 0.714122 1
+1 0.752468 1
+1 0.791058 1
+1 0.833814 1
+1 0.886732 1
+1 0.957702 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.146288 0.134615 0.774548
+0.252308 0.153552 0.7785
+0.320119 0.16878 0.781933
+0.371267 0.181628 0.785016
+0.41384 0.193072 0.7879
+0.452598 0.204044 0.790784
+0.489021 0.214755 0.793713
+0.541176 0.292912 0.816236
+0.59411 0.364889 0.841581
+0.644999 0.42089 0.864195
+0.695674 0.467628 0.884901
+0.750103 0.509743 0.904906
+0.811551 0.548379 0.9243
+0.889158 0.584955 0.943542
+0.96141 0.617899 0.96141
+0.97644 0.64538 0.97644
+0.991821 0.672847 0.991821
+1 0.705089 1
+1 0.742153 1
+1 0.780194 1
+1 0.821942 1
+1 0.871412 1
+1 0.936431 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.143587 0.134218 0.774472
+0.245075 0.152071 0.77818
+0.312505 0.166964 0.781521
+0.363195 0.179522 0.784497
+0.406256 0.190982 0.787366
+0.444846 0.201801 0.790188
+0.482521 0.219226 0.794766
+0.535668 0.300313 0.818555
+0.586374 0.365255 0.841642
+0.635126 0.417365 0.862638
+0.684825 0.462745 0.882628
+0.737163 0.503624 0.901884
+0.795346 0.541375 0.920684
+0.867613 0.577737 0.939651
+0.958297 0.612116 0.958297
+0.972961 0.639094 0.972961
+0.988083 0.666224 0.988083
+1 0.695247 1
+1 0.731594 1
+1 0.768597 1
+1 0.809003 1
+1 0.85594 1
+1 0.915145 1
+1 0.999146 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.142321 0.134035 0.774426
+0.239185 0.150866 0.77792
+0.304784 0.165148 0.781094
+0.355322 0.177508 0.784009
+0.397986 0.188739 0.786786
+0.43653 0.199435 0.789548
+0.478828 0.236835 0.799313
+0.529412 0.306737 0.820584
+0.578149 0.365118 0.84152
+0.625666 0.414221 0.861265
+0.673518 0.45742 0.880156
+0.724056 0.497139 0.898726
+0.779904 0.534356 0.917098
+0.846189 0.569696 0.935363
+0.939055 0.604517 0.954147
+0.969329 0.632486 0.969329
+0.983963 0.6589 0.983963
+0.998962 0.685359 0.998962
+1 0.720958 1
+1 0.756848 1
+1 0.795468 1
+1 0.840681 1
+1 0.894957 1
+1 0.966888 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.144732 0.134386 0.774502
+0.2336 0.149752 0.777676
+0.297551 0.163485 0.780713
+0.347631 0.175555 0.783551
+0.389776 0.186526 0.786236
+0.428153 0.198215 0.789197
+0.475547 0.255467 0.80444
+0.523217 0.314412 0.823072
+0.569726 0.365881 0.841733
+0.615702 0.411276 0.859968
+0.661982 0.452232 0.877775
+0.711147 0.490852 0.895674
+0.764508 0.527123 0.91342
+0.826444 0.561791 0.931197
+0.908385 0.59585 0.949371
+0.965438 0.625345 0.965438
+0.979721 0.651316 0.979721
+0.994446 0.677455 0.994446
+1 0.709087 1
+1 0.74435 1
+1 0.782223 1
+1 0.824933 1
+1 0.875746 1
+1 0.939361 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.148989 0.135012 0.774624
+0.229847 0.14902 0.777523
+0.291218 0.162036 0.780392
+0.339757 0.173587 0.783078
+0.381964 0.18613 0.786084
+0.427604 0.228931 0.796811
+0.472999 0.277699 0.810956
+0.51812 0.325521 0.826795
+0.562127 0.369329 0.842969
+0.605768 0.409812 0.859281
+0.65098 0.448402 0.876005
+0.697993 0.484871 0.89279
+0.748699 0.519722 0.909712
+0.807492 0.553948 0.927077
+0.880598 0.587015 0.944564
+0.961578 0.618204 0.961578
+0.975525 0.643748 0.975525
+0.989837 0.669322 0.989837
+1 0.697398 1
+1 0.731548 1
+1 0.768292 1
+1 0.809216 1
+1 0.856199 1
+1 0.913512 1
+1 0.993057 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.157733 0.137545 0.775113
+0.230182 0.153292 0.778347
+0.289494 0.17496 0.783078
+0.340078 0.20296 0.789715
+0.385718 0.232914 0.797574
+0.42916 0.266789 0.807355
+0.471519 0.302693 0.818799
+0.5131 0.338964 0.831449
+0.554849 0.375372 0.845212
+0.59704 0.411139 0.85977
+0.639994 0.445899 0.87483
+0.685542 0.480308 0.890593
+0.734386 0.513756 0.906722
+0.788785 0.546212 0.923049
+0.85536 0.578424 0.939941
+0.951156 0.610834 0.957565
+0.971267 0.636011 0.971267
+0.985031 0.660807 0.985031
+0.999298 0.685939 0.999298
+1 0.718807 1
+1 0.754421 1
+1 0.793988 1
+1 0.837659 1
+1 0.889052 1
+1 0.955322 1
+0.151156 0.181445 0.777981
+0.154955 0.190723 0.778805
+0.157351 0.19649 0.779339
+0.158755 0.199847 0.779644
+0.159457 0.201495 0.779812
+0.15996 0.202701 0.779919
+0.160998 0.205127 0.780148
+0.16318 0.210208 0.780652
+0.192615 0.220462 0.786938
+0.254139 0.234333 0.797238
+0.304982 0.247166 0.800977
+0.350286 0.262882 0.805707
+0.391455 0.2813 0.811475
+0.431373 0.303334 0.818723
+0.470481 0.328344 0.827405
+0.509209 0.35552 0.8374
+0.548455 0.384619 0.848753
+0.588586 0.414954 0.861265
+0.629694 0.445716 0.874662
+0.673381 0.47718 0.889067
+0.719936 0.508492 0.904082
+0.771389 0.539452 0.91957
+0.832792 0.57055 0.935729
+0.914504 0.601602 0.952453
+0.967224 0.628611 0.967224
+0.980499 0.652705 0.980499
+0.99411 0.67686 0.99411
+1 0.705974 1
+1 0.740475 1
+1 0.778073 1
+1 0.819837 1
+1 0.867079 1
+1 0.924132 1
+0.19237 0.274403 0.787717
+0.194644 0.279179 0.788296
+0.196063 0.282124 0.788678
+0.196521 0.28307 0.788785
+0.196323 0.282658 0.788739
+0.195987 0.281956 0.788647
+0.195621 0.281209 0.788556
+0.19588 0.281758 0.788632
+0.224186 0.286503 0.795377
+0.274525 0.295293 0.80911
+0.320027 0.304341 0.818418
+0.359579 0.312901 0.821454
+0.397177 0.323934 0.825406
+0.433524 0.337682 0.830442
+0.46952 0.354437 0.836728
+0.506279 0.374548 0.844541
+0.543114 0.396963 0.853605
+0.580911 0.421576 0.863981
+0.62063 0.448386 0.875776
+0.66186 0.476127 0.888502
+0.705974 0.504646 0.902144
+0.755261 0.534066 0.916777
+0.811643 0.563378 0.931899
+0.883299 0.592981 0.947707
+0.963455 0.621683 0.963455
+0.976181 0.644923 0.976181
+0.989288 0.66836 0.989288
+1 0.693339 1
+1 0.726574 1
+1 0.762951 1
+1 0.801877 1
+1 0.845823 1
+1 0.8963 1
+0.223133 0.336751 0.796078
+0.22446 0.339345 0.79646
+0.22501 0.340414 0.796613
+0.225086 0.340566 0.796643
+0.224628 0.339696 0.796506
+0.223743 0.337942 0.796246
+0.222919 0.336339 0.796017
+0.223102 0.33518 0.796033
+0.253452 0.337606 0.803922
+0.293156 0.342351 0.815488
+0.332235 0.348531 0.828229
+0.368795 0.354803 0.836286
+0.402609 0.361242 0.838849
+0.43592 0.369879 0.842313
+0.469505 0.380987 0.846799
+0.503456 0.394934 0.852522
+0.538415 0.411978 0.859678
+0.574502 0.431632 0.868177
+0.611795 0.453544 0.877974
+0.65156 0.477836 0.88922
+0.693874 0.503471 0.901503
+0.739864 0.530068 0.914702
+0.792447 0.557549 0.928817
+0.856916 0.585611 0.943679
+0.948577 0.614313 0.959426
+0.972137 0.637598 0.972137
+0.984558 0.659953 0.984558
+0.997253 0.682368 0.997253
+1 0.713283 1
+1 0.748226 1
+1 0.784512 1
+1 0.82536 1
+1 0.870954 1
+0.247852 0.38439 0.803464
+0.248753 0.386099 0.803738
+0.248844 0.386267 0.803769
+0.248508 0.385626 0.803662
+0.247929 0.384543 0.803479
+0.246845 0.382483 0.803143
+0.245655 0.380224 0.802777
+0.256641 0.379492 0.805707
+0.282277 0.380407 0.812985
+0.31223 0.382406 0.822248
+0.344167 0.385779 0.83299
+0.376516 0.390372 0.844785
+0.408057 0.395224 0.852094
+0.438758 0.400229 0.854276
+0.470069 0.407599 0.85745
+0.5019 0.417136 0.861585
+0.534798 0.429419 0.866972
+0.568872 0.444526 0.873716
+0.604273 0.462058 0.881727
+0.642069 0.482231 0.891173
+0.682216 0.504494 0.901915
+0.725872 0.528313 0.913741
+0.775036 0.553414 0.926604
+0.833814 0.579629 0.940429
+0.912322 0.606683 0.955139
+0.968368 0.630701 0.968368
+0.980194 0.65214 0.980194
+0.992279 0.673655 0.992279
+1 0.700084 1
+1 0.733547 1
+1 0.768475 1
+1 0.806485 1
+1 0.847852 1
+0.269245 0.42443 0.81033
+0.269673 0.425208 0.810468
+0.269764 0.425361 0.810498
+0.26923 0.424399 0.81033
+0.268345 0.422766 0.81004
+0.267582 0.42089 0.809766
+0.277119 0.419409 0.812436
+0.291402 0.418219 0.816602
+0.310399 0.418036 0.822446
+0.332815 0.418341 0.82977
+0.35761 0.419593 0.838392
+0.38468 0.422263 0.848432
+0.413458 0.425986 0.859785
+0.442359 0.429923 0.866682
+0.471107 0.434211 0.868666
+0.501213 0.440543 0.87158
+0.532036 0.448951 0.875441
+0.564263 0.459983 0.880537
+0.598245 0.473701 0.886961
+0.633799 0.48983 0.894667
+0.671763 0.508339 0.903685
+0.713237 0.529137 0.914076
+0.759121 0.551415 0.92549
+0.813062 0.575235 0.938018
+0.881559 0.600229 0.951537
+0.965331 0.625147 0.965331
+0.976379 0.645274 0.976379
+0.987778 0.66569 0.987778
+1 0.687922 1
+1 0.719707 1
+1 0.752789 1
+1 0.788266 1
+1 0.825788 1
+0.288777 0.460227 0.816983
+0.28896 0.460548 0.817044
+0.288685 0.460044 0.816953
+0.28809 0.458961 0.816739
+0.288289 0.457298 0.816754
+0.303014 0.456733 0.821164
+0.314855 0.455589 0.824826
+0.325551 0.453956 0.828229
+0.338415 0.452537 0.832471
+0.354559 0.451957 0.838026
+0.373373 0.451804 0.844816
+0.395117 0.452461 0.853025
+0.419318 0.454398 0.862669
+0.445853 0.457588 0.873808
+0.473289 0.460945 0.880476
+0.501106 0.464729 0.882338
+0.530175 0.470268 0.884993
+0.560754 0.477897 0.88867
+0.592645 0.487861 0.893492
+0.627024 0.500618 0.899718
+0.662974 0.515496 0.907088
+0.701839 0.532662 0.91574
+0.745556 0.552239 0.925826
+0.794903 0.573159 0.936843
+0.855406 0.595499 0.948898
+0.942092 0.619638 0.962249
+0.973129 0.639399 0.973129
+0.983597 0.658244 0.983597
+0.99556 0.679423 0.99556
+1 0.706996 1
+1 0.73817 1
+1 0.771389 1
+1 0.805524 1
+0.307012 0.493126 0.823514
+0.307073 0.493217 0.823529
+0.306584 0.492348 0.823362
+0.306554 0.491035 0.823301
+0.326268 0.491554 0.829541
+0.340963 0.490822 0.834379
+0.350378 0.489174 0.837537
+0.358053 0.487266 0.840162
+0.366232 0.485283 0.843015
+0.377005 0.483589 0.846891
+0.391043 0.482597 0.852125
+0.407797 0.482078 0.85861
+0.427451 0.482429 0.866529
+0.450248 0.484047 0.876143
+0.475486 0.486732 0.887312
+0.502083 0.48954 0.893812
+0.52958 0.492912 0.895537
+0.558221 0.497826 0.898009
+0.588525 0.504768 0.901488
+0.620829 0.514015 0.906126
+0.655177 0.525643 0.912001
+0.692287 0.539528 0.919112
+0.732982 0.555642 0.927474
+0.779232 0.573785 0.937072
+0.834623 0.593606 0.947768
+0.907454 0.614816 0.959472
+0.970718 0.635019 0.970718
+0.980316 0.652354 0.980316
+0.991241 0.671809 0.991241
+1 0.695369 1
+1 0.724575 1
+1 0.755199 1
+1 0.786969 1
+0.324437 0.524163 0.830045
+0.324361 0.524041 0.830014
+0.323827 0.523079 0.829816
+0.344778 0.524025 0.836713
+0.363989 0.524193 0.843336
+0.376165 0.523369 0.847669
+0.383383 0.52137 0.850263
+0.388296 0.518929 0.852018
+0.393454 0.516594 0.853895
+0.400427 0.514214 0.856504
+0.41001 0.512276 0.860182
+0.422766 0.51104 0.865232
+0.438254 0.510353 0.87158
+0.456703 0.510491 0.879438
+0.478477 0.511788 0.889067
+0.50309 0.514092 0.900435
+0.529274 0.516487 0.906889
+0.556619 0.519371 0.908431
+0.585412 0.523857 0.910765
+0.616098 0.530175 0.914046
+0.648966 0.538781 0.918502
+0.683894 0.549401 0.924041
+0.722301 0.562203 0.930785
+0.765469 0.577142 0.93875
+0.81622 0.59411 0.947951
+0.880201 0.612573 0.958129
+0.969299 0.63241 0.969299
+0.977874 0.647974 0.977874
+0.98793 0.665949 0.98793
+0.999008 0.685435 0.999008
+1 0.712261 1
+1 0.740536 1
+1 0.769238 1
+0.341512 0.554284 0.836713
+0.341222 0.55378 0.836606
+0.35819 0.554681 0.842344
+0.383764 0.556191 0.851484
+0.398733 0.555825 0.857038
+0.407996 0.554391 0.860548
+0.413764 0.552438 0.86273
+0.417121 0.549844 0.863966
+0.419959 0.546883 0.865019
+0.424231 0.544289 0.866651
+0.430457 0.541695 0.869108
+0.439246 0.539467 0.872663
+0.451133 0.538109 0.877623
+0.465904 0.537179 0.88397
+0.483787 0.537087 0.89192
+0.504952 0.538262 0.901686
+0.529351 0.540261 0.913405
+0.55555 0.542275 0.91986
+0.582986 0.544823 0.921263
+0.612421 0.54873 0.923369
+0.643458 0.554421 0.926406
+0.677241 0.56231 0.930617
+0.713649 0.572015 0.935836
+0.753918 0.583734 0.942168
+0.800824 0.597543 0.949706
+0.858396 0.613123 0.958343
+0.938003 0.630213 0.967956
+0.976394 0.645304 0.976394
+0.985382 0.661433 0.985382
+0.995514 0.679332 0.995514
+1 0.701778 1
+1 0.727581 1
+1 0.753307 1
+0.358328 0.583673 0.843534
+0.366354 0.5841 0.846311
+0.39968 0.586969 0.858442
+0.419059 0.587594 0.865888
+0.430701 0.586801 0.870481
+0.437736 0.585046 0.873274
+0.4421 0.582818 0.874983
+0.444343 0.579934 0.875822
+0.445777 0.576745 0.876341
+0.447745 0.573526 0.877073
+0.451667 0.570794 0.878645
+0.457481 0.568032 0.881041
+0.465858 0.565698 0.884581
+0.477256 0.564187 0.88954
+0.491524 0.563119 0.895933
+0.509133 0.562844 0.904067
+0.530205 0.56379 0.914153
+0.554528 0.56553 0.926253
+0.58114 0.567178 0.932784
+0.609277 0.569268 0.933974
+0.639231 0.572656 0.935851
+0.671183 0.577707 0.938628
+0.706081 0.584756 0.942504
+0.744671 0.593561 0.947341
+0.788251 0.60415 0.953201
+0.840757 0.616693 0.960204
+0.909575 0.630655 0.968093
+0.976364 0.645258 0.976364
+0.983932 0.658854 0.983932
+0.992981 0.674891 0.992981
+1 0.693126 1
+1 0.716274 1
+1 0.739406 1
+0.375006 0.612619 0.850538
+0.41236 0.617044 0.864378
+0.436942 0.618692 0.874052
+0.451179 0.618418 0.879835
+0.460227 0.617426 0.883574
+0.465614 0.615396 0.885786
+0.468711 0.612726 0.887037
+0.470192 0.609705 0.887587
+0.470817 0.606455 0.88777
+0.471366 0.602945 0.887907
+0.473136 0.599573 0.888579
+0.476707 0.596429 0.890059
+0.482307 0.593622 0.892454
+0.490379 0.591241 0.89601
+0.501564 0.589563 0.901061
+0.515633 0.588388 0.907591
+0.533043 0.588006 0.915923
+0.554253 0.588754 0.926421
+0.578973 0.590249 0.939101
+0.606714 0.591409 0.945708
+0.635554 0.593057 0.946685
+0.666239 0.595865 0.948287
+0.699733 0.600137 0.950698
+0.736553 0.606287 0.954162
+0.777661 0.613901 0.958434
+0.825772 0.623148 0.963668
+0.885328 0.634455 0.970092
+0.972442 0.64802 0.977874
+0.984527 0.659907 0.984527
+0.991791 0.672786 0.991791
+0.999939 0.687083 0.999939
+1 0.707164 0.997742
+1 0.727428 0.99263
+0.420859 0.646128 0.868818
+0.452247 0.649409 0.881361
+0.470283 0.650233 0.888899
+0.480949 0.649454 0.893431
+0.487648 0.647791 0.8963
+0.491966 0.64567 0.898131
+0.494133 0.642832 0.899016
+0.494957 0.639597 0.89929
+0.494896 0.636149 0.899168
+0.494591 0.632486 0.898924
+0.494804 0.628595 0.898924
+0.496544 0.625116 0.899611
+0.499886 0.62179 0.90103
+0.505333 0.618723 0.903441
+0.513313 0.61622 0.907073
+0.524376 0.614542 0.912245
+0.53843 0.613306 0.918975
+0.555947 0.612894 0.927611
+0.577417 0.613367 0.938567
+0.603006 0.614542 0.952087
+0.630808 0.614496 0.958343
+0.660975 0.614908 0.954223
+0.693324 0.61622 0.950149
+0.728801 0.618906 0.947784
+0.768704 0.623362 0.947311
+0.814084 0.629343 0.948653
+0.869322 0.637324 0.952636
+0.944396 0.647547 0.959197
+0.986328 0.663157 0.956207
+0.992523 0.674098 0.957015
+0.999161 0.685725 0.956939
+1 0.700694 0.950927
+1 0.717678 0.943328
+0.466712 0.680323 0.888533
+0.487663 0.682017 0.897444
+0.500404 0.681865 0.903014
+0.508766 0.680858 0.906706
+0.513802 0.678813 0.908919
+0.516777 0.676219 0.910201
+0.518395 0.67332 0.910857
+0.518639 0.669825 0.910872
+0.517968 0.665995 0.91046
+0.517082 0.662135 0.909941
+0.51635 0.658106 0.909499
+0.516518 0.654063 0.909468
+0.51809 0.650278 0.910094
+0.521462 0.646906 0.911574
+0.526192 0.643503 0.910018
+0.533272 0.640711 0.90779
+0.543374 0.638514 0.907713
+0.557061 0.636942 0.910689
+0.57467 0.636255 0.917571
+0.597055 0.636622 0.929244
+0.621317 0.634043 0.938277
+0.650919 0.632059 0.939956
+0.684413 0.631861 0.936309
+0.720729 0.632578 0.933745
+0.760525 0.634531 0.932387
+0.806043 0.638117 0.932952
+0.857359 0.643931 0.932311
+0.920989 0.652354 0.931823
+0.98967 0.669108 0.923125
+0.994827 0.678172 0.921859
+1 0.687953 0.918868
+1 0.700877 0.912749
+1 0.713558 0.906157
+0.50425 0.71429 0.905882
+0.519203 0.715251 0.912551
+0.528542 0.714412 0.916762
+0.534524 0.712673 0.919463
+0.538521 0.710658 0.921263
+0.540536 0.707713 0.922118
+0.541299 0.704341 0.922393
+0.541268 0.700832 0.922271
+0.540215 0.696696 0.92166
+0.538689 0.692378 0.920821
+0.537362 0.688167 0.920089
+0.53547 0.683436 0.914199
+0.534157 0.678859 0.906172
+0.534478 0.674784 0.899428
+0.536461 0.670893 0.894011
+0.54081 0.66746 0.890761
+0.548196 0.664775 0.890257
+0.558602 0.662577 0.892149
+0.572778 0.661097 0.897444
+0.591638 0.660212 0.906981
+0.613016 0.657298 0.914916
+0.640253 0.654261 0.92108
+0.67364 0.653056 0.915267
+0.709133 0.652705 0.910323
+0.747539 0.653574 0.906233
+0.789395 0.656001 0.903456
+0.837034 0.66038 0.902296
+0.894896 0.666575 0.902419
+0.968582 0.674907 0.900572
+0.998856 0.685191 0.89395
+1 0.694743 0.886885
+1 0.70489 0.879866
+1 0.715373 0.873991
+0.537331 0.74966 0.922011
+0.547707 0.749584 0.926787
+0.554681 0.748409 0.930007
+0.558999 0.746288 0.931991
+0.561547 0.743465 0.933135
+0.563012 0.74049 0.933745
+0.56318 0.736782 0.933715
+0.562463 0.732601 0.933257
+0.560555 0.728405 0.928786
+0.557 0.723491 0.919539
+0.553353 0.718425 0.91046
+0.550423 0.713649 0.90248
+0.547997 0.708675 0.894713
+0.546761 0.70399 0.888106
+0.547219 0.69987 0.883207
+0.54931 0.695827 0.879316
+0.553765 0.69247 0.877546
+0.561288 0.689906 0.878477
+0.572045 0.687739 0.881895
+0.586618 0.685634 0.887556
+0.605234 0.682689 0.89424
+0.631708 0.679683 0.894347
+0.663401 0.67744 0.888899
+0.697749 0.676158 0.884413
+0.734173 0.675975 0.880934
+0.773999 0.67689 0.878172
+0.818982 0.679484 0.87686
+0.871504 0.68368 0.876554
+0.933455 0.68983 0.87364
+1 0.697398 0.866804
+1 0.705608 0.85919
+1 0.71371 0.852125
+1 0.72221 0.847517
+0.566873 0.786999 0.937072
+0.573999 0.786221 0.940398
+0.578714 0.78436 0.942596
+0.581872 0.78204 0.94406
+0.583429 0.778805 0.944717
+0.582849 0.775006 0.940215
+0.581155 0.770947 0.933791
+0.5785 0.766339 0.92639
+0.575174 0.761349 0.918395
+0.571679 0.756405 0.910704
+0.567697 0.751049 0.902358
+0.563745 0.745586 0.893919
+0.560845 0.740536 0.88716
+0.558541 0.735378 0.880812
+0.557229 0.730449 0.875044
+0.557656 0.726207 0.871015
+0.559686 0.722164 0.86807
+0.564065 0.718685 0.867033
+0.571542 0.716228 0.868772
+0.582635 0.713146 0.871092
+0.597665 0.710018 0.875959
+0.62475 0.706706 0.871656
+0.654902 0.703639 0.866361
+0.687266 0.701366 0.861921
+0.722545 0.700206 0.858625
+0.760601 0.699901 0.85594
+0.802411 0.700877 0.854093
+0.851408 0.703548 0.853788
+0.90454 0.707973 0.849805
+0.957748 0.713863 0.842206
+1 0.720592 0.834638
+1 0.727337 0.829511
+1 0.734478 0.827344
+0.592493 0.828244 0.946807
+0.596628 0.826734 0.947311
+0.59855 0.824063 0.945144
+0.599191 0.820966 0.941924
+0.598688 0.817349 0.937636
+0.596841 0.813031 0.931594
+0.594537 0.80853 0.925505
+0.591394 0.803357 0.918547
+0.587747 0.797894 0.911192
+0.583825 0.792172 0.903899
+0.579767 0.78645 0.896513
+0.575463 0.780468 0.888716
+0.571603 0.774609 0.881437
+0.568353 0.769116 0.874617
+0.565789 0.763668 0.868452
+0.564294 0.758495 0.863233
+0.564492 0.754086 0.859648
+0.566369 0.749981 0.857527
+0.570901 0.746258 0.856611
+0.579324 0.742885 0.857359
+0.594568 0.739162 0.856657
+0.619776 0.734981 0.850736
+0.647974 0.731563 0.846159
+0.678767 0.72845 0.841794
+0.71191 0.726162 0.838254
+0.748196 0.725017 0.835935
+0.78819 0.724651 0.834546
+0.833509 0.725612 0.833951
+0.879011 0.729076 0.828901
+0.91632 0.734112 0.819989
+0.952834 0.73962 0.813977
+1 0.745495 0.812436
+1 0.751492 0.813214
+0.610956 0.875822 0.942779
+0.612879 0.873838 0.942092
+0.613046 0.870481 0.939269
+0.612085 0.866346 0.935271
+0.610513 0.861936 0.9308
+0.60795 0.856718 0.9252
+0.604868 0.850919 0.919219
+0.601297 0.845075 0.912581
+0.597284 0.839124 0.905394
+0.592782 0.832441 0.89778
+0.588281 0.82591 0.890394
+0.583581 0.819074 0.882734
+0.57911 0.81236 0.875349
+0.575051 0.805859 0.868421
+0.571817 0.799741 0.862486
+0.568963 0.793851 0.856565
+0.567086 0.788556 0.851499
+0.567391 0.783688 0.8477
+0.570169 0.779232 0.844968
+0.575174 0.77525 0.843626
+0.594583 0.77023 0.838285
+0.617273 0.765362 0.832975
+0.643198 0.760906 0.828321
+0.671946 0.757336 0.824628
+0.703105 0.754284 0.82092
+0.737408 0.751934 0.81799
+0.775235 0.750774 0.816526
+0.817639 0.750439 0.815702
+0.85301 0.753277 0.808087
+0.880293 0.758068 0.802319
+0.915053 0.762295 0.801526
+0.96054 0.766751 0.802853
+1 0.771923 0.805493
+0.626245 0.936492 0.940627
+0.625513 0.93283 0.937972
+0.624063 0.928344 0.934539
+0.621546 0.922606 0.929732
+0.618479 0.916274 0.924331
+0.615137 0.909758 0.918639
+0.611093 0.902449 0.912093
+0.606729 0.89482 0.90515
+0.602289 0.887251 0.898238
+0.597452 0.87924 0.890822
+0.592386 0.871031 0.883162
+0.587594 0.863249 0.875944
+0.58262 0.855222 0.868452
+0.577783 0.847333 0.861067
+0.573907 0.840177 0.854505
+0.570886 0.833326 0.84828
+0.568627 0.82678 0.842466
+0.567727 0.821241 0.837781
+0.567895 0.815976 0.833555
+0.580346 0.809583 0.827665
+0.597009 0.803677 0.822232
+0.617288 0.798123 0.817136
+0.640528 0.792996 0.812467
+0.666972 0.788632 0.808591
+0.696361 0.784619 0.805035
+0.728496 0.781353 0.802228
+0.764035 0.779004 0.800351
+0.80354 0.77792 0.798795
+0.82826 0.781186 0.7935
+0.859327 0.783978 0.793942
+0.895598 0.787015 0.795331
+0.939422 0.790478 0.797375
+0.998871 0.794537 0.800107
+0.659113 0.987625 0.934951
+0.6598 0.9879 0.931487
+0.660075 0.988006 0.927077
+0.660136 0.988022 0.922728
+0.658701 0.985809 0.917189
+0.652689 0.975662 0.909972
+0.646662 0.965652 0.903212
+0.639933 0.954696 0.896178
+0.633204 0.943938 0.888624
+0.626642 0.933547 0.881239
+0.619837 0.922942 0.873457
+0.613077 0.91249 0.865721
+0.606744 0.902754 0.858396
+0.600748 0.893187 0.85095
+0.595483 0.884245 0.843534
+0.590936 0.875959 0.836942
+0.586969 0.86804 0.830732
+0.583886 0.860777 0.824521
+0.582177 0.854734 0.81915
+0.588769 0.847776 0.813443
+0.602502 0.840543 0.807828
+0.619852 0.834287 0.802869
+0.640299 0.828244 0.798093
+0.664179 0.822614 0.794156
+0.691203 0.817929 0.790982
+0.72137 0.813733 0.788174
+0.754696 0.810269 0.786099
+0.79234 0.807965 0.785122
+0.828183 0.807309 0.78941
+0.859785 0.808774 0.796017
+0.895735 0.811521 0.797833
+0.937911 0.815045 0.798398
+0.992752 0.818921 0.799695
+0.667109 0.991089 0.924468
+0.667628 0.991302 0.920516
+0.66772 0.991333 0.915496
+0.667521 0.991226 0.910323
+0.667185 0.991058 0.905501
+0.66656 0.990768 0.899763
+0.665766 0.990402 0.893904
+0.664897 0.98999 0.888334
+0.663813 0.989487 0.882124
+0.662638 0.988952 0.87602
+0.661433 0.988388 0.870344
+0.654337 0.977447 0.862165
+0.645258 0.962905 0.853758
+0.63711 0.949905 0.845869
+0.629328 0.937346 0.837766
+0.622766 0.925963 0.829999
+0.617365 0.915923 0.822507
+0.61265 0.906447 0.815213
+0.609033 0.897932 0.808133
+0.606836 0.890654 0.801343
+0.610758 0.883284 0.795453
+0.624949 0.875227 0.790387
+0.642954 0.868025 0.785962
+0.663966 0.86125 0.781796
+0.688334 0.855131 0.777951
+0.716136 0.850095 0.775296
+0.747097 0.845518 0.773159
+0.782269 0.841642 0.771923
+0.822263 0.8392 0.772
+0.866712 0.83769 0.775341
+0.905333 0.838819 0.784619
+0.94963 0.840986 0.797024
+1 0.843519 0.803159
+0.675532 0.994797 0.916869
+0.675868 0.994934 0.912047
+0.675792 0.994888 0.906142
+0.675486 0.994751 0.900023
+0.674952 0.994507 0.894072
+0.674296 0.994202 0.888395
+0.673411 0.99379 0.882429
+0.672389 0.993317 0.876448
+0.67126 0.992798 0.870527
+0.669993 0.992203 0.864897
+0.668605 0.991577 0.858793
+0.667247 0.990951 0.852918
+0.665766 0.990265 0.847089
+0.664332 0.989593 0.841505
+0.662974 0.988968 0.836088
+0.661692 0.988388 0.830503
+0.656367 0.97911 0.822873
+0.649012 0.965393 0.814359
+0.642725 0.952834 0.805478
+0.637964 0.941955 0.796765
+0.634974 0.932906 0.788357
+0.633402 0.924971 0.77937
+0.647822 0.915373 0.774624
+0.666392 0.906905 0.770657
+0.688014 0.898985 0.76733
+0.713039 0.891966 0.76437
+0.741802 0.886229 0.762036
+0.774243 0.880964 0.76054
+0.811444 0.876692 0.760021
+0.854948 0.874022 0.760937
+0.906859 0.872251 0.764416
+0.963073 0.871977 0.773068
+1 0.874495 0.783627
+0.684443 0.998764 0.910048
+0.68455 0.998825 0.903716
+0.684398 0.998749 0.897414
+0.683986 0.99855 0.890929
+0.683345 0.99826 0.884489
+0.682597 0.997925 0.878538
+0.68159 0.997467 0.87219
+0.680461 0.996948 0.865934
+0.679225 0.996384 0.859861
+0.677882 0.995758 0.853834
+0.676432 0.995087 0.847776
+0.674907 0.994385 0.841901
+0.67335 0.993683 0.836225
+0.671809 0.992966 0.830671
+0.670253 0.992248 0.825071
+0.668849 0.991592 0.819745
+0.667521 0.990982 0.81416
+0.667338 0.990875 0.808835
+0.667643 0.991012 0.803403
+0.668559 0.991409 0.797482
+0.670268 0.992187 0.791333
+0.669352 0.986725 0.782727
+0.666133 0.975418 0.770855
+0.671183 0.965393 0.76141
+0.690196 0.954376 0.757809
+0.712612 0.944442 0.754681
+0.738537 0.935866 0.75227
+0.768902 0.928695 0.75082
+0.802533 0.92163 0.749874
+0.842374 0.917189 0.750347
+0.891112 0.913558 0.752071
+0.954086 0.911421 0.756298
+1 0.911406 0.765164
+0.707713 1 0.905531
+0.707607 1 0.898695
+0.706477 1 0.891569
+0.704997 1 0.884794
+0.702663 1 0.877714
+0.699748 1 0.870588
+0.696635 1 0.863828
+0.692805 1 0.856458
+0.68867 1 0.849149
+0.686259 0.999588 0.843091
+0.684672 0.998856 0.837034
+0.683024 0.998093 0.831052
+0.681407 0.997345 0.825467
+0.679698 0.996551 0.819745
+0.678019 0.995773 0.814176
+0.676463 0.995056 0.808576
+0.674922 0.994339 0.803037
+0.673625 0.993744 0.797757
+0.673548 0.993698 0.792401
+0.673961 0.993866 0.786633
+0.675059 0.994369 0.780514
+0.677089 0.9953 0.773877
+0.680049 0.996674 0.766217
+0.684199 0.998611 0.757
+0.694606 1 0.749722
+0.714122 1 0.746578
+0.737453 1 0.743938
+0.764889 0.992035 0.742336
+0.796338 0.982086 0.741451
+0.833341 0.973816 0.741619
+0.877897 0.968017 0.743282
+0.934905 0.963424 0.745983
+1 0.960601 0.751308
+0.738231 1 0.904982
+0.737942 1 0.897597
+0.736477 1 0.889708
+0.734371 1 0.882078
+0.731868 1 0.874907
+0.728649 1 0.867552
+0.724865 1 0.860456
+0.721019 1 0.853498
+0.716564 1 0.846189
+0.711727 1 0.838773
+0.706874 1 0.831708
+0.701503 1 0.824231
+0.696101 1 0.817014
+0.690867 1 0.810239
+0.686549 0.99971 0.803647
+0.684718 0.998856 0.79852
+0.68307 0.998093 0.793133
+0.681422 0.99733 0.787411
+0.680232 0.996765 0.781567
+0.680278 0.99678 0.775937
+0.680858 0.997055 0.769909
+0.68217 0.997665 0.763546
+0.684489 0.998734 0.756069
+0.688991 1 0.748043
+0.702007 1 0.743923
+0.718975 1 0.740612
+0.7393 1 0.737743
+0.76379 1 0.735668
+0.792782 1 0.734722
+0.826459 1 0.734798
+0.867247 1 0.735958
+0.918837 1 0.73872
+0.991424 1 0.742885
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.204211 0.144167 0.776501
+0.307149 0.165713 0.781231
+0.369909 0.181262 0.784924
+0.418631 0.1944 0.788235
+0.460243 0.206256 0.791379
+0.498436 0.217594 0.794507
+0.535195 0.228855 0.797742
+0.591546 0.316106 0.824262
+0.651469 0.401007 0.856107
+0.708415 0.461204 0.882139
+0.768185 0.510475 0.905394
+0.836408 0.553429 0.927016
+0.929503 0.593683 0.948379
+0.965515 0.625467 0.965515
+0.981582 0.654643 0.981582
+0.998123 0.683909 0.998123
+1 0.722332 1
+1 0.762524 1
+1 0.804761 1
+1 0.849775 1
+1 0.903212 1
+1 0.983825 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.199817 0.143374 0.776333
+0.300649 0.164187 0.78088
+0.363348 0.179568 0.784512
+0.411521 0.192432 0.787732
+0.453269 0.204227 0.790829
+0.491646 0.215549 0.793927
+0.527962 0.226612 0.797086
+0.587213 0.325902 0.827527
+0.644526 0.402518 0.856657
+0.698955 0.458778 0.88098
+0.75613 0.506035 0.903181
+0.821576 0.548424 0.924392
+0.905516 0.587442 0.944945
+0.962768 0.620401 0.962768
+0.978698 0.64947 0.978698
+0.994842 0.678157 0.994842
+1 0.713848 1
+1 0.753567 1
+1 0.794293 1
+1 0.837461 1
+1 0.888014 1
+1 0.960815 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.19379 0.142306 0.776104
+0.293339 0.162509 0.780499
+0.356054 0.177691 0.784054
+0.404059 0.190387 0.787213
+0.445853 0.20209 0.790265
+0.483833 0.213214 0.793271
+0.522011 0.232197 0.798474
+0.581582 0.332143 0.829633
+0.636133 0.401679 0.856245
+0.689067 0.455375 0.879377
+0.744564 0.501396 0.900893
+0.805966 0.542275 0.921218
+0.882933 0.580606 0.941253
+0.95996 0.615198 0.95996
+0.975387 0.643488 0.975387
+0.991211 0.671763 0.991211
+1 0.704921 1
+1 0.743435 1
+1 0.783337 1
+1 0.825422 1
+1 0.873137 1
+1 0.938613 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.188617 0.141405 0.775921
+0.286152 0.160891 0.780133
+0.348089 0.175677 0.783566
+0.396597 0.188357 0.786694
+0.438071 0.199878 0.78967
+0.475929 0.210864 0.79263
+0.518044 0.247288 0.802518
+0.574594 0.33518 0.830625
+0.626886 0.399298 0.855207
+0.67834 0.450858 0.877302
+0.731914 0.495552 0.898039
+0.790417 0.535622 0.9178
+0.861891 0.573449 0.937407
+0.956893 0.609476 0.956893
+0.971984 0.637324 0.971984
+0.987457 0.665125 0.987457
+1 0.695018 1
+1 0.732891 1
+1 0.771893 1
+1 0.812009 1
+1 0.857633 1
+1 0.917998 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.184649 0.140719 0.775784
+0.278599 0.159197 0.779751
+0.340368 0.173739 0.783108
+0.388174 0.186099 0.78613
+0.429541 0.197452 0.789029
+0.467552 0.208392 0.791959
+0.513634 0.260655 0.806256
+0.567086 0.337774 0.831464
+0.618036 0.397467 0.854398
+0.667491 0.446113 0.875135
+0.718685 0.489052 0.894896
+0.77525 0.528725 0.91429
+0.841245 0.565606 0.933242
+0.931655 0.601343 0.952422
+0.968383 0.630747 0.968383
+0.983429 0.657954 0.983429
+0.998917 0.685298 0.998917
+1 0.722255 1
+1 0.760082 1
+1 0.798581 1
+1 0.841978 1
+1 0.897765 1
+1 0.972717 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.181582 0.1402 0.775677
+0.271672 0.157687 0.779416
+0.332601 0.171817 0.78265
+0.380072 0.183932 0.785595
+0.421149 0.195102 0.788418
+0.459007 0.206332 0.791379
+0.509148 0.275273 0.810513
+0.559899 0.341741 0.832807
+0.608148 0.39527 0.853437
+0.65626 0.441444 0.87303
+0.706294 0.483192 0.892088
+0.759701 0.52134 0.910567
+0.821805 0.557717 0.929091
+0.902373 0.592844 0.947768
+0.964477 0.62356 0.964477
+0.979248 0.650446 0.979248
+0.99443 0.67744 0.99443
+1 0.710445 1
+1 0.747295 1
+1 0.78529 1
+1 0.826581 1
+1 0.87805 1
+1 0.944656 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.18204 0.140276 0.775692
+0.266163 0.156497 0.779141
+0.324941 0.169955 0.782208
+0.371878 0.181781 0.785061
+0.412909 0.192813 0.787839
+0.456855 0.231785 0.797787
+0.505776 0.293446 0.816098
+0.552987 0.347875 0.834958
+0.59884 0.395163 0.853315
+0.645228 0.437934 0.871412
+0.693385 0.477531 0.889387
+0.744503 0.514366 0.907088
+0.802838 0.549783 0.924941
+0.875547 0.584146 0.943038
+0.960693 0.616571 0.960693
+0.975067 0.642908 0.975067
+0.989822 0.669306 0.989822
+1 0.69868 1
+1 0.734691 1
+1 0.771008 1
+1 0.810971 1
+1 0.858915 1
+1 0.91809 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.185504 0.140871 0.775814
+0.262226 0.155642 0.778958
+0.318379 0.168368 0.781842
+0.364584 0.181598 0.78497
+0.411368 0.220935 0.794629
+0.45771 0.26746 0.807767
+0.502586 0.313634 0.822644
+0.546639 0.357137 0.838285
+0.590738 0.398169 0.854444
+0.634882 0.436454 0.870695
+0.680873 0.473121 0.887282
+0.730404 0.508598 0.904204
+0.784695 0.542306 0.921065
+0.850324 0.575372 0.938323
+0.944183 0.608804 0.956451
+0.970825 0.635218 0.970825
+0.985046 0.660822 0.985046
+0.999832 0.6869 0.999832
+1 0.721981 1
+1 0.75729 1
+1 0.795468 1
+1 0.840269 1
+1 0.893858 1
+1 0.965515 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132723 0.132845 0.774166
+0.133028 0.133684 0.774227
+0.133333 0.134569 0.774289
+0.133822 0.135958 0.774395
+0.134661 0.138308 0.774563
+0.136751 0.14406 0.774975
+0.141741 0.157473 0.775998
+0.201862 0.176486 0.783017
+0.270222 0.195651 0.78761
+0.325444 0.217823 0.793286
+0.372808 0.243107 0.800244
+0.416907 0.271839 0.808774
+0.459083 0.303181 0.81886
+0.500252 0.336034 0.830304
+0.541375 0.369726 0.842954
+0.582574 0.403403 0.856489
+0.624857 0.437064 0.870878
+0.669184 0.470619 0.886046
+0.715831 0.503334 0.901595
+0.767712 0.53579 0.917723
+0.828702 0.567864 0.93431
+0.908629 0.599603 0.951354
+0.966796 0.627848 0.966796
+0.980529 0.652766 0.980529
+0.994659 0.677821 0.994659
+1 0.709178 1
+1 0.743221 1
+1 0.779767 1
+1 0.822522 1
+1 0.871763 1
+1 0.933791 1
+0.172381 0.231174 0.782788
+0.175662 0.238483 0.783566
+0.17763 0.242817 0.784039
+0.178759 0.245274 0.784314
+0.178912 0.245624 0.78436
+0.178653 0.245045 0.784298
+0.178592 0.244923 0.784283
+0.179324 0.246525 0.784451
+0.181216 0.250614 0.784924
+0.235248 0.262333 0.797787
+0.293385 0.274937 0.809018
+0.340063 0.286046 0.812665
+0.382467 0.30013 0.81738
+0.421927 0.316899 0.823163
+0.460197 0.336675 0.830243
+0.498589 0.359609 0.838849
+0.536812 0.384817 0.848737
+0.575662 0.411902 0.859922
+0.615869 0.440543 0.872312
+0.657969 0.470207 0.885771
+0.702403 0.500053 0.899947
+0.751446 0.530373 0.914931
+0.807889 0.5608 0.930556
+0.878706 0.591241 0.946777
+0.962997 0.620844 0.962997
+0.976226 0.645014 0.976226
+0.989899 0.669444 0.989899
+1 0.696193 1
+1 0.729259 1
+1 0.764691 1
+1 0.804685 1
+1 0.850248 1
+1 0.90547 1
+0.212039 0.314717 0.79295
+0.213764 0.318181 0.793439
+0.214527 0.319707 0.793652
+0.214618 0.31989 0.793667
+0.214511 0.319677 0.793637
+0.213733 0.318135 0.793423
+0.212863 0.316381 0.793179
+0.212512 0.315663 0.793088
+0.216068 0.316228 0.793942
+0.262913 0.322072 0.806241
+0.310948 0.33022 0.820874
+0.353201 0.337942 0.830076
+0.390249 0.345342 0.832929
+0.426215 0.355642 0.836912
+0.461707 0.368322 0.841871
+0.496971 0.383841 0.848081
+0.532753 0.402274 0.855665
+0.569833 0.423667 0.864775
+0.607721 0.446998 0.875059
+0.6477 0.472358 0.886687
+0.690455 0.499245 0.899474
+0.736416 0.526726 0.913039
+0.788663 0.55494 0.927459
+0.852705 0.583917 0.942779
+0.94197 0.61326 0.958816
+0.972122 0.637568 0.972122
+0.985183 0.661067 0.985183
+0.998596 0.684733 0.998596
+1 0.715831 1
+1 0.750027 1
+1 0.787259 1
+1 0.830045 1
+1 0.878843 1
+0.24094 0.371237 0.801343
+0.241947 0.373159 0.801648
+0.242313 0.373861 0.801755
+0.242069 0.373419 0.801678
+0.241428 0.372183 0.80148
+0.240497 0.370398 0.801205
+0.239338 0.36817 0.800855
+0.238331 0.366232 0.800549
+0.253788 0.366461 0.804623
+0.288914 0.369146 0.814725
+0.326497 0.373205 0.826734
+0.3635 0.378988 0.839765
+0.397986 0.384634 0.847822
+0.430655 0.390295 0.850233
+0.463401 0.398428 0.853681
+0.4963 0.40882 0.858106
+0.529915 0.421988 0.863798
+0.564492 0.437873 0.870802
+0.600488 0.456474 0.879194
+0.638636 0.477592 0.889021
+0.678904 0.500633 0.900053
+0.722835 0.525383 0.912291
+0.77174 0.551171 0.925444
+0.829602 0.577859 0.939483
+0.906722 0.605707 0.954589
+0.96846 0.6309 0.96846
+0.980728 0.653101 0.980728
+0.993652 0.676051 0.993652
+1 0.702663 1
+1 0.735256 1
+1 0.771481 1
+1 0.811399 1
+1 0.855558 1
+0.264714 0.416007 0.808835
+0.265248 0.417014 0.809018
+0.265324 0.417136 0.809033
+0.264912 0.416388 0.808911
+0.264057 0.414801 0.808621
+0.262943 0.412711 0.808255
+0.261662 0.410346 0.807843
+0.267231 0.408408 0.809339
+0.288441 0.40827 0.815457
+0.315068 0.409293 0.823743
+0.343633 0.411078 0.83331
+0.37351 0.413947 0.844083
+0.404837 0.418402 0.856199
+0.43537 0.422766 0.8636
+0.465217 0.427329 0.86569
+0.496208 0.434165 0.868788
+0.527749 0.443183 0.872877
+0.560388 0.454704 0.878157
+0.594766 0.469093 0.88484
+0.630564 0.485878 0.89279
+0.668818 0.505089 0.902113
+0.709972 0.526268 0.912642
+0.755993 0.549371 0.924437
+0.809506 0.573816 0.93727
+0.876371 0.599237 0.950988
+0.965484 0.625422 0.965484
+0.97705 0.646494 0.97705
+0.989044 0.667933 0.989044
+1 0.69041 1
+1 0.721691 1
+1 0.755642 1
+1 0.793393 1
+1 0.833951 1
+0.285573 0.454383 0.815869
+0.285832 0.454856 0.815961
+0.285557 0.454337 0.815854
+0.284977 0.4533 0.815656
+0.284092 0.451698 0.815351
+0.284047 0.449683 0.815274
+0.295415 0.44828 0.818601
+0.307515 0.447013 0.822293
+0.322469 0.445808 0.827024
+0.34081 0.445258 0.833112
+0.362142 0.445563 0.840589
+0.385962 0.446494 0.849393
+0.411719 0.448569 0.859495
+0.439796 0.452262 0.871138
+0.468223 0.455909 0.878202
+0.496559 0.459785 0.880064
+0.52639 0.465797 0.882948
+0.55729 0.473777 0.886763
+0.589456 0.484108 0.891722
+0.624002 0.497292 0.898116
+0.660075 0.512642 0.905684
+0.698985 0.530343 0.91458
+0.742382 0.550332 0.924834
+0.791455 0.571893 0.936172
+0.851331 0.594903 0.948547
+0.935042 0.619516 0.962142
+0.973846 0.640696 0.973846
+0.985 0.660746 0.985
+0.996567 0.681163 0.996567
+1 0.709102 1
+1 0.741588 1
+1 0.776364 1
+1 0.813916 1
+0.304646 0.488869 0.822644
+0.304784 0.489128 0.822705
+0.304356 0.488334 0.822538
+0.303593 0.486976 0.822263
+0.308782 0.485954 0.823819
+0.325185 0.485466 0.829007
+0.336172 0.483986 0.832578
+0.344869 0.481956 0.835447
+0.35462 0.480385 0.838773
+0.366827 0.478843 0.843061
+0.382071 0.477806 0.84863
+0.400397 0.477668 0.855604
+0.421256 0.478157 0.86392
+0.44477 0.479728 0.873732
+0.471015 0.482826 0.885237
+0.498222 0.485801 0.892042
+0.525826 0.489128 0.893736
+0.554971 0.494514 0.896422
+0.585565 0.501732 0.900008
+0.617929 0.511223 0.904753
+0.652354 0.523217 0.910796
+0.689509 0.537545 0.918105
+0.729961 0.554025 0.926635
+0.77612 0.572778 0.936538
+0.830747 0.593164 0.947524
+0.901671 0.614954 0.959518
+0.971405 0.636255 0.971405
+0.981765 0.654963 0.981765
+0.992355 0.673777 0.992355
+1 0.697429 1
+1 0.728145 1
+1 0.760922 1
+1 0.795483 1
+0.322698 0.52108 0.829374
+0.322545 0.520806 0.829328
+0.322148 0.520104 0.829175
+0.329641 0.519493 0.831556
+0.350851 0.519936 0.838636
+0.364813 0.519203 0.843473
+0.373587 0.517555 0.846571
+0.379309 0.515206 0.848585
+0.385 0.512795 0.850614
+0.392859 0.510643 0.853513
+0.40325 0.508782 0.85745
+0.416617 0.507393 0.862684
+0.433021 0.507042 0.869337
+0.452201 0.50724 0.877424
+0.474418 0.508431 0.88719
+0.499657 0.511101 0.898787
+0.526162 0.513664 0.905501
+0.553552 0.516533 0.907027
+0.582635 0.521355 0.909529
+0.613397 0.527901 0.912902
+0.646036 0.536614 0.917403
+0.681132 0.547723 0.923171
+0.719509 0.560952 0.930129
+0.762325 0.576333 0.938323
+0.812528 0.593851 0.947799
+0.875395 0.613001 0.958343
+0.967773 0.633814 0.970047
+0.979355 0.650645 0.979355
+0.989029 0.667918 0.989029
+1 0.687282 1
+1 0.71606 1
+1 0.746685 1
+1 0.778515 1
+0.340139 0.551873 0.836164
+0.339864 0.5514 0.836057
+0.344106 0.550759 0.83743
+0.37261 0.552728 0.847333
+0.389807 0.552651 0.85359
+0.400275 0.551324 0.857481
+0.406851 0.549477 0.859953
+0.410773 0.547005 0.861402
+0.413947 0.54406 0.862562
+0.418524 0.541436 0.864302
+0.425254 0.538903 0.866926
+0.434577 0.536782 0.870665
+0.446738 0.535256 0.8757
+0.462242 0.534585 0.882322
+0.480491 0.534585 0.890394
+0.501793 0.535607 0.90016
+0.526619 0.537881 0.912032
+0.552911 0.540047 0.918715
+0.580133 0.542473 0.920058
+0.609796 0.546792 0.922377
+0.640818 0.552728 0.925536
+0.674327 0.560708 0.929793
+0.710765 0.570977 0.935286
+0.750683 0.583124 0.941833
+0.797101 0.597421 0.94963
+0.853697 0.613733 0.958648
+0.930388 0.631556 0.968658
+0.977966 0.648142 0.977966
+0.986572 0.663554 0.986572
+0.996628 0.68127 0.996628
+1 0.705928 1
+1 0.733898 1
+1 0.763195 1
+0.357092 0.581537 0.84303
+0.356893 0.581109 0.842939
+0.389487 0.583947 0.854566
+0.411307 0.584802 0.862791
+0.424552 0.584344 0.867948
+0.432319 0.582666 0.871
+0.437034 0.580331 0.872847
+0.439796 0.577646 0.873884
+0.441474 0.574517 0.874495
+0.443671 0.571328 0.875319
+0.447654 0.568429 0.87689
+0.45391 0.565866 0.879454
+0.462593 0.563546 0.883116
+0.474174 0.561929 0.888136
+0.488838 0.561028 0.894667
+0.506676 0.560769 0.902876
+0.527672 0.561517 0.912902
+0.55227 0.563561 0.925093
+0.578805 0.565362 0.931823
+0.606592 0.567391 0.932982
+0.636652 0.571206 0.935088
+0.668452 0.576532 0.938003
+0.702876 0.583719 0.941939
+0.741375 0.593133 0.947097
+0.784466 0.604288 0.953262
+0.835599 0.617304 0.96051
+0.9028 0.632319 0.968978
+0.977768 0.647776 0.977768
+0.985077 0.660899 0.985077
+0.994171 0.676982 0.994171
+1 0.697597 1
+1 0.723217 1
+1 0.749996 1
+0.37406 0.611002 0.850141
+0.401434 0.613886 0.860136
+0.430091 0.616312 0.871229
+0.44593 0.616281 0.877607
+0.455604 0.615183 0.881559
+0.46183 0.613443 0.884123
+0.465263 0.610849 0.885512
+0.466972 0.607828 0.886152
+0.467765 0.604623 0.886397
+0.468421 0.601114 0.886595
+0.470268 0.597681 0.887282
+0.473976 0.594537 0.888823
+0.47982 0.591821 0.89131
+0.488106 0.589441 0.894942
+0.499489 0.587762 0.900084
+0.513726 0.586618 0.906661
+0.531304 0.586236 0.915053
+0.552316 0.586816 0.925414
+0.577066 0.58854 0.938094
+0.604486 0.589853 0.944869
+0.632853 0.591608 0.945891
+0.663462 0.594797 0.947707
+0.696681 0.599435 0.950317
+0.732845 0.605829 0.953902
+0.77377 0.614237 0.958618
+0.82153 0.624262 0.964263
+0.880964 0.635966 0.970901
+0.969024 0.649577 0.978729
+0.985412 0.661479 0.985412
+0.992966 0.674846 0.992966
+1 0.691814 1
+1 0.714656 1
+1 0.738308 1
+0.409232 0.643122 0.864302
+0.445609 0.647211 0.878584
+0.465263 0.648051 0.886702
+0.477348 0.647684 0.891829
+0.484627 0.646082 0.894926
+0.489067 0.643778 0.896803
+0.491783 0.641245 0.897917
+0.49276 0.637995 0.898268
+0.492668 0.634394 0.898116
+0.492561 0.630884 0.897978
+0.492866 0.627024 0.898009
+0.49453 0.623362 0.898665
+0.498146 0.620233 0.900206
+0.503731 0.617166 0.902678
+0.511849 0.614649 0.906371
+0.522972 0.612863 0.911543
+0.537163 0.611688 0.918334
+0.55465 0.611215 0.92694
+0.576043 0.611734 0.937835
+0.601358 0.613016 0.951171
+0.629435 0.613962 0.958038
+0.65922 0.615061 0.958724
+0.691386 0.6177 0.960266
+0.726192 0.621592 0.962493
+0.76492 0.627085 0.965652
+0.809644 0.634272 0.969757
+0.863111 0.642832 0.97467
+0.934493 0.65333 0.980728
+0.987198 0.664668 0.987198
+0.993759 0.676249 0.993759
+1 0.68957 1
+1 0.708537 1
+1 0.729335 1
+0.4589 0.677745 0.885222
+0.483238 0.680217 0.895476
+0.49723 0.680217 0.901549
+0.506004 0.679011 0.905409
+0.511772 0.677302 0.907942
+0.515038 0.674739 0.909361
+0.51664 0.671611 0.910002
+0.517266 0.668391 0.910201
+0.516701 0.664591 0.909834
+0.515709 0.660533 0.90927
+0.51519 0.656718 0.908919
+0.515419 0.652659 0.908919
+0.516976 0.648768 0.909545
+0.5205 0.645472 0.911101
+0.526009 0.642252 0.913603
+0.534051 0.639612 0.917372
+0.54519 0.637812 0.922728
+0.559442 0.636454 0.929747
+0.577081 0.63592 0.938674
+0.598886 0.636378 0.950088
+0.62504 0.637308 0.964263
+0.653361 0.6365 0.970657
+0.684627 0.637018 0.971023
+0.718303 0.638697 0.972015
+0.755032 0.641672 0.97377
+0.796979 0.646387 0.976516
+0.845548 0.652598 0.980117
+0.90782 0.660609 0.984756
+0.990402 0.670329 0.990402
+0.995941 0.680064 0.995941
+1 0.692103 1
+1 0.707515 1
+1 0.723491 1
+0.499565 0.712413 0.903761
+0.515862 0.713375 0.910979
+0.526421 0.712871 0.91574
+0.532982 0.711254 0.9187
+0.537224 0.709163 0.920607
+0.539635 0.706371 0.92166
+0.540566 0.703014 0.922011
+0.540459 0.699275 0.921859
+0.539696 0.695399 0.921386
+0.538216 0.691066 0.920577
+0.536721 0.68658 0.919753
+0.536034 0.682338 0.91931
+0.536233 0.67808 0.919295
+0.53782 0.674067 0.919951
+0.541329 0.670634 0.921538
+0.546807 0.667369 0.924102
+0.554879 0.664576 0.927993
+0.566049 0.662684 0.933501
+0.580331 0.66128 0.940719
+0.598566 0.660548 0.950195
+0.621012 0.660883 0.962249
+0.64538 0.658305 0.975753
+0.675044 0.656733 0.982223
+0.708309 0.657084 0.982452
+0.744488 0.658259 0.982223
+0.784756 0.660456 0.98056
+0.831571 0.664225 0.980652
+0.889616 0.669505 0.982437
+0.968887 0.67628 0.986328
+0.999619 0.686503 0.985
+1 0.698238 0.978408
+1 0.710811 0.969436
+1 0.723888 0.95935
+0.534203 0.747982 0.920531
+0.545708 0.747982 0.925795
+0.553445 0.746929 0.929381
+0.558328 0.74493 0.931624
+0.561212 0.742168 0.932921
+0.562692 0.738918 0.933547
+0.563226 0.735485 0.933715
+0.562646 0.73135 0.933318
+0.561471 0.727077 0.932631
+0.559762 0.722545 0.931685
+0.557809 0.717739 0.930617
+0.556176 0.712886 0.929702
+0.555444 0.708354 0.929244
+0.555611 0.703807 0.929213
+0.557153 0.699535 0.929854
+0.560647 0.695872 0.931487
+0.566155 0.692561 0.934127
+0.574258 0.689754 0.938109
+0.585321 0.687739 0.942473
+0.599374 0.686137 0.946777
+0.617456 0.684825 0.95436
+0.638437 0.681971 0.960647
+0.664225 0.678523 0.970687
+0.69752 0.67686 0.964508
+0.733745 0.676738 0.958328
+0.773251 0.677546 0.953201
+0.817426 0.67985 0.949569
+0.869627 0.684153 0.948058
+0.936278 0.690227 0.947784
+1 0.698344 0.94522
+1 0.70808 0.939086
+1 0.718212 0.929656
+1 0.728588 0.920027
+0.564965 0.785412 0.93611
+0.573068 0.784756 0.93991
+0.578454 0.783001 0.942428
+0.582071 0.780667 0.944106
+0.583963 0.777493 0.94493
+0.584695 0.773785 0.94519
+0.584573 0.769711 0.945022
+0.583719 0.765316 0.944488
+0.582116 0.760388 0.943572
+0.580224 0.755535 0.942519
+0.577951 0.750347 0.941268
+0.575708 0.744915 0.940032
+0.57406 0.739742 0.939086
+0.573312 0.734874 0.938598
+0.573434 0.730007 0.938552
+0.57351 0.72546 0.931731
+0.575418 0.72134 0.926192
+0.579675 0.717678 0.922835
+0.586831 0.714763 0.922362
+0.597833 0.712688 0.925582
+0.612131 0.710307 0.929961
+0.630137 0.707103 0.935058
+0.655314 0.704051 0.938186
+0.687205 0.701747 0.931502
+0.72192 0.700282 0.92578
+0.759747 0.700175 0.921813
+0.801053 0.701106 0.918105
+0.849363 0.703426 0.916625
+0.908629 0.707744 0.916655
+0.985306 0.713802 0.913466
+1 0.721309 0.905409
+1 0.729625 0.89659
+1 0.737972 0.887953
+0.592477 0.8262 0.950591
+0.598306 0.825223 0.953353
+0.601862 0.822614 0.955001
+0.603983 0.819409 0.955947
+0.605203 0.815946 0.956436
+0.60528 0.811673 0.956359
+0.604593 0.806882 0.955901
+0.603403 0.801907 0.955184
+0.601572 0.796445 0.954131
+0.599313 0.790753 0.952865
+0.596796 0.784924 0.951461
+0.594278 0.77908 0.950057
+0.591073 0.773098 0.944961
+0.58732 0.76759 0.934829
+0.584436 0.762066 0.926055
+0.582818 0.756741 0.918868
+0.582757 0.751995 0.913054
+0.584863 0.747967 0.909438
+0.589151 0.744274 0.907561
+0.596582 0.741421 0.908705
+0.607752 0.738186 0.910185
+0.622553 0.73489 0.913725
+0.648066 0.73135 0.909789
+0.678614 0.728466 0.904311
+0.711376 0.726131 0.899489
+0.747082 0.724743 0.895384
+0.786923 0.724544 0.892546
+0.831815 0.725444 0.890669
+0.885252 0.727855 0.890166
+0.94876 0.732509 0.885939
+1 0.73846 0.876799
+1 0.745037 0.868147
+1 0.752194 0.862257
+0.618006 0.87361 0.964492
+0.621393 0.871351 0.966033
+0.623621 0.86833 0.967025
+0.624567 0.864103 0.967346
+0.624674 0.859266 0.967269
+0.624308 0.854368 0.966949
+0.623102 0.848539 0.966186
+0.621454 0.842512 0.965209
+0.619532 0.836545 0.964111
+0.617014 0.829801 0.962676
+0.612619 0.823041 0.955352
+0.607401 0.816403 0.944976
+0.602365 0.80972 0.934951
+0.597742 0.803204 0.925399
+0.594034 0.797116 0.917082
+0.590982 0.791241 0.909255
+0.58912 0.785748 0.902724
+0.589044 0.780926 0.898085
+0.590723 0.776593 0.895003
+0.595407 0.772457 0.893156
+0.603891 0.768856 0.893629
+0.61799 0.765057 0.89337
+0.643397 0.760586 0.886931
+0.671672 0.756939 0.881575
+0.702464 0.753994 0.876493
+0.736507 0.751568 0.872404
+0.773983 0.750378 0.86978
+0.816083 0.749966 0.867887
+0.865446 0.750851 0.867552
+0.917647 0.754131 0.862028
+0.964706 0.759411 0.852476
+1 0.765103 0.845747
+1 0.77113 0.843305
+0.64181 0.932647 0.97789
+0.643198 0.929 0.978393
+0.643687 0.924041 0.978454
+0.643702 0.918776 0.978286
+0.642939 0.912367 0.977722
+0.641627 0.905241 0.976867
+0.640116 0.898314 0.975937
+0.63801 0.890532 0.974685
+0.633478 0.882612 0.967025
+0.628122 0.875151 0.957137
+0.621988 0.867185 0.945983
+0.616037 0.859129 0.935576
+0.610651 0.851591 0.926223
+0.605249 0.843809 0.916747
+0.600488 0.836454 0.908141
+0.596658 0.829801 0.900755
+0.593347 0.823178 0.893706
+0.591363 0.817151 0.888228
+0.591775 0.811902 0.88365
+0.594263 0.807019 0.87985
+0.599207 0.802747 0.878019
+0.617807 0.797543 0.872404
+0.640635 0.792401 0.866468
+0.666514 0.787793 0.861143
+0.69575 0.783993 0.856962
+0.727565 0.780697 0.853284
+0.762722 0.778271 0.850004
+0.802502 0.776989 0.848127
+0.848035 0.776669 0.847379
+0.888273 0.779492 0.839353
+0.920027 0.784482 0.832746
+0.961791 0.788952 0.831373
+1 0.79353 0.832792
+0.659739 0.988144 0.988144
+0.660777 0.988586 0.988586
+0.661357 0.98883 0.98883
+0.661646 0.988968 0.988968
+0.660883 0.984695 0.988464
+0.658442 0.97409 0.986511
+0.652415 0.963424 0.976532
+0.646586 0.953262 0.967056
+0.640208 0.942489 0.956832
+0.633661 0.93164 0.946441
+0.627512 0.921538 0.936782
+0.621027 0.911116 0.926726
+0.61471 0.900954 0.916945
+0.60911 0.891814 0.908217
+0.60354 0.882643 0.899443
+0.598856 0.873915 0.891173
+0.595453 0.86627 0.884092
+0.592737 0.858793 0.877287
+0.591272 0.852171 0.871473
+0.59144 0.846571 0.866941
+0.603235 0.839612 0.860456
+0.619913 0.833097 0.854307
+0.640284 0.827329 0.848936
+0.663859 0.821714 0.843732
+0.69041 0.816815 0.839231
+0.720516 0.812787 0.835645
+0.753506 0.809323 0.832624
+0.790631 0.806683 0.830427
+0.833249 0.805417 0.829465
+0.860761 0.808804 0.823651
+0.895293 0.811627 0.824048
+0.93875 0.815015 0.825925
+0.99559 0.818647 0.828305
+0.667567 0.991516 0.991516
+0.668223 0.991791 0.991791
+0.668482 0.991913 0.991913
+0.66833 0.991821 0.984604
+0.668025 0.991653 0.977188
+0.667414 0.991363 0.968551
+0.666651 0.990997 0.959915
+0.665751 0.990585 0.951354
+0.664729 0.990112 0.942519
+0.663569 0.989563 0.933806
+0.662348 0.988998 0.926085
+0.654154 0.97612 0.916091
+0.645151 0.961761 0.906233
+0.636667 0.948318 0.896712
+0.629572 0.936461 0.888045
+0.622965 0.925093 0.879469
+0.617319 0.914839 0.871153
+0.612634 0.905516 0.86389
+0.608835 0.89691 0.857191
+0.60621 0.889174 0.850599
+0.61117 0.881987 0.84477
+0.625132 0.873884 0.838682
+0.642664 0.866499 0.833173
+0.663508 0.860029 0.828214
+0.687663 0.853895 0.82356
+0.714961 0.848493 0.820066
+0.745907 0.844221 0.817441
+0.78085 0.84033 0.815122
+0.82031 0.837598 0.813855
+0.859434 0.83714 0.81857
+0.895262 0.838636 0.825757
+0.937163 0.841459 0.827268
+0.990051 0.844831 0.827314
+0.675669 0.99501 0.99115
+0.675975 0.995117 0.984451
+0.67602 0.995132 0.977005
+0.675761 0.994995 0.968612
+0.675258 0.994766 0.96022
+0.674632 0.994476 0.952346
+0.673808 0.994095 0.944198
+0.672786 0.993622 0.935958
+0.671717 0.993133 0.927947
+0.670481 0.992554 0.919585
+0.669123 0.991943 0.911116
+0.66775 0.991302 0.903075
+0.666316 0.990646 0.895445
+0.664881 0.98999 0.888014
+0.663554 0.98938 0.881376
+0.662623 0.988937 0.874586
+0.655924 0.977279 0.865766
+0.64828 0.963226 0.856733
+0.642283 0.951308 0.848219
+0.637339 0.940307 0.839918
+0.634134 0.931105 0.832227
+0.633066 0.923156 0.82475
+0.647532 0.913527 0.819669
+0.66569 0.904768 0.81471
+0.687282 0.897261 0.810559
+0.712093 0.890272 0.806668
+0.74052 0.884398 0.803494
+0.772839 0.879271 0.801251
+0.809766 0.874983 0.799802
+0.852522 0.871946 0.799649
+0.902678 0.870604 0.803449
+0.948058 0.871122 0.812741
+1 0.873442 0.8262
+0.684077 0.998642 0.980758
+0.684245 0.998718 0.97293
+0.684108 0.998642 0.964446
+0.683772 0.998505 0.956756
+0.683192 0.99823 0.948287
+0.682429 0.997894 0.939437
+0.681559 0.997497 0.93109
+0.680476 0.997009 0.922637
+0.679255 0.99646 0.914229
+0.677989 0.99588 0.906294
+0.67657 0.995224 0.898207
+0.675044 0.994537 0.890593
+0.673579 0.993866 0.88333
+0.672053 0.993164 0.875746
+0.670527 0.992462 0.868574
+0.669154 0.991821 0.861997
+0.668101 0.991333 0.855283
+0.667842 0.991211 0.84892
+0.668147 0.991333 0.84303
+0.669001 0.991699 0.836774
+0.670619 0.992416 0.830228
+0.668086 0.984176 0.821347
+0.664759 0.97293 0.810971
+0.670481 0.962493 0.802777
+0.689433 0.951812 0.798581
+0.71162 0.942046 0.794766
+0.737301 0.933471 0.791943
+0.767117 0.925795 0.789364
+0.800763 0.919417 0.787472
+0.840085 0.914565 0.786831
+0.888502 0.911299 0.787671
+0.949752 0.909194 0.79118
+1 0.909483 0.800381
+0.705928 1 0.97145
+0.706111 1 0.963088
+0.705135 1 0.953872
+0.703517 1 0.945037
+0.701488 1 0.936736
+0.69868 1 0.927962
+0.69546 1 0.919417
+0.691844 1 0.910918
+0.687724 1 0.90222
+0.685939 0.999435 0.893935
+0.684474 0.998779 0.886061
+0.682887 0.998047 0.878218
+0.681239 0.997299 0.870665
+0.679637 0.996567 0.86363
+0.678004 0.995819 0.856611
+0.676417 0.995087 0.849775
+0.674968 0.994415 0.843366
+0.673915 0.993927 0.836912
+0.673747 0.993851 0.83061
+0.674174 0.994034 0.824475
+0.675227 0.994507 0.81799
+0.677104 0.995346 0.81117
+0.680018 0.996689 0.804242
+0.684016 0.998535 0.795651
+0.693507 1 0.788052
+0.713069 1 0.784421
+0.736202 0.999649 0.781094
+0.763195 0.987884 0.778531
+0.79472 0.978668 0.777066
+0.831327 0.97055 0.776318
+0.874907 0.964294 0.776761
+0.931411 0.960189 0.778698
+1 0.957427 0.78294
+0.736614 1 0.964874
+0.736278 1 0.955779
+0.735088 1 0.946639
+0.732982 1 0.937453
+0.730541 1 0.929168
+0.727428 1 0.920424
+0.723751 1 0.911482
+0.719753 1 0.902876
+0.715511 1 0.89453
+0.710689 1 0.88574
+0.705791 1 0.877409
+0.700481 1 0.869139
+0.695109 1 0.860945
+0.689693 1 0.852766
+0.686198 0.999557 0.845838
+0.684474 0.998749 0.838956
+0.682826 0.998001 0.832364
+0.681254 0.997269 0.825742
+0.680278 0.996811 0.81915
+0.680201 0.99678 0.813031
+0.680812 0.997055 0.806821
+0.682078 0.997635 0.800046
+0.68426 0.998642 0.79263
+0.688151 1 0.784726
+0.701076 1 0.780056
+0.717586 1 0.775891
+0.738003 1 0.772686
+0.762341 1 0.770169
+0.790906 1 0.768399
+0.824445 1 0.76759
+0.864805 1 0.767697
+0.915221 1 0.769131
+0.986481 1 0.772213
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.25919 0.155001 0.77882
+0.347173 0.175448 0.78352
+0.404898 0.190616 0.787274
+0.451209 0.203632 0.790677
+0.491966 0.215641 0.793957
+0.530266 0.227329 0.797284
+0.567666 0.240009 0.801022
+0.637049 0.365042 0.842039
+0.698924 0.441855 0.873564
+0.760403 0.498116 0.899474
+0.829465 0.545205 0.92285
+0.921218 0.587884 0.945296
+0.963302 0.621393 0.963302
+0.979965 0.651743 0.979965
+0.996994 0.681926 0.996994
+1 0.720668 1
+1 0.762249 1
+1 0.806149 1
+1 0.853529 1
+1 0.908217 1
+1 0.986572 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.252323 0.153567 0.7785
+0.340673 0.173816 0.783123
+0.398047 0.188754 0.786801
+0.444129 0.201602 0.790127
+0.485283 0.213642 0.793393
+0.523125 0.225116 0.796643
+0.564797 0.256703 0.805615
+0.631174 0.370047 0.843854
+0.690013 0.440513 0.872908
+0.748974 0.494255 0.897566
+0.814633 0.540124 0.920211
+0.89807 0.581689 0.941909
+0.960723 0.616632 0.960723
+0.977111 0.646616 0.977111
+0.993774 0.676265 0.993774
+1 0.712444 1
+1 0.75314 1
+1 0.795621 1
+1 0.841245 1
+1 0.892775 1
+1 0.963088 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.246204 0.1523 0.778225
+0.333165 0.171954 0.782681
+0.390585 0.18674 0.786282
+0.436957 0.199557 0.789593
+0.47747 0.211322 0.792752
+0.515312 0.222721 0.795956
+0.561379 0.271626 0.809918
+0.623789 0.371664 0.844388
+0.680232 0.437613 0.87158
+0.737835 0.490105 0.895537
+0.799847 0.534463 0.917296
+0.875669 0.574731 0.938155
+0.958007 0.611566 0.958007
+0.973907 0.640818 0.973907
+0.990097 0.669795 0.990097
+1 0.703563 1
+1 0.743313 1
+1 0.784604 1
+1 0.829099 1
+1 0.877607 1
+1 0.94078 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.239353 0.150912 0.77792
+0.325444 0.170077 0.782238
+0.382986 0.18471 0.785779
+0.429084 0.19733 0.788998
+0.469551 0.208972 0.792111
+0.507134 0.220218 0.795239
+0.556161 0.28191 0.81297
+0.615442 0.371588 0.844282
+0.670253 0.434226 0.870039
+0.725185 0.484367 0.892775
+0.784726 0.528008 0.914
+0.85594 0.567971 0.934554
+0.95491 0.605768 0.95491
+0.97055 0.634714 0.97055
+0.986435 0.66331 0.986435
+1 0.693538 1
+1 0.732799 1
+1 0.773327 1
+1 0.81561 1
+1 0.861814 1
+1 0.920195 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.231556 0.149355 0.7776
+0.317693 0.1682 0.781811
+0.374685 0.182513 0.785245
+0.420584 0.194949 0.788388
+0.461326 0.206577 0.791455
+0.498802 0.2177 0.794537
+0.550622 0.291188 0.815778
+0.607141 0.371618 0.844221
+0.659663 0.430106 0.868193
+0.712505 0.478355 0.889906
+0.769497 0.521004 0.910475
+0.835737 0.560159 0.930419
+0.924605 0.59736 0.950271
+0.966903 0.628046 0.966903
+0.982483 0.656245 0.982483
+0.998398 0.684367 0.998398
+1 0.721965 1
+1 0.761456 1
+1 0.802075 1
+1 0.845899 1
+1 0.899367 1
+1 0.976684 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.226703 0.148409 0.777386
+0.309941 0.166369 0.781384
+0.366598 0.180407 0.784726
+0.412299 0.192645 0.787793
+0.452583 0.204028 0.790784
+0.489998 0.215671 0.793942
+0.545144 0.301366 0.818967
+0.598016 0.371328 0.844038
+0.648646 0.425956 0.866346
+0.700389 0.472847 0.887297
+0.754574 0.514046 0.906996
+0.816358 0.552209 0.926253
+0.896162 0.588907 0.945663
+0.963134 0.621088 0.963134
+0.97821 0.6486 0.97821
+0.993942 0.67657 0.993942
+1 0.710414 1
+1 0.74876 1
+1 0.788754 1
+1 0.830259 1
+1 0.880018 1
+1 0.94789 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.222934 0.147677 0.777234
+0.302831 0.164691 0.781003
+0.358557 0.178332 0.784207
+0.404059 0.190387 0.787213
+0.443885 0.201526 0.790112
+0.487434 0.239094 0.8
+0.539818 0.313695 0.82298
+0.589593 0.373709 0.844862
+0.638285 0.423682 0.865309
+0.687633 0.467521 0.884794
+0.739635 0.507271 0.903639
+0.798138 0.544594 0.922316
+0.869673 0.580087 0.940887
+0.959396 0.61416 0.959396
+0.974166 0.641291 0.974166
+0.989242 0.668284 0.989242
+1 0.698695 1
+1 0.736141 1
+1 0.774319 1
+1 0.81442 1
+1 0.860807 1
+1 0.921309 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.220966 0.147295 0.777157
+0.296773 0.163302 0.780682
+0.350958 0.176394 0.783749
+0.395468 0.188052 0.786618
+0.437552 0.208881 0.791821
+0.487144 0.271855 0.809308
+0.535271 0.329213 0.828214
+0.582315 0.379339 0.846967
+0.628382 0.423331 0.86508
+0.675502 0.463645 0.882948
+0.725338 0.501442 0.900771
+0.780224 0.537209 0.918502
+0.845548 0.571633 0.936355
+0.936721 0.605829 0.954833
+0.969985 0.633661 0.969985
+0.984619 0.660075 0.984619
+0.999802 0.686824 0.999802
+1 0.723415 1
+1 0.760662 1
+1 0.798489 1
+1 0.842115 1
+1 0.897017 1
+1 0.972152 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.133379 0.132753 0.774182
+0.223072 0.147707 0.777249
+0.292393 0.162295 0.780453
+0.345541 0.180331 0.784573
+0.395758 0.219821 0.794232
+0.44242 0.261967 0.806043
+0.487587 0.305608 0.819867
+0.53164 0.347463 0.834638
+0.57499 0.387182 0.849958
+0.618845 0.425254 0.865812
+0.664195 0.461952 0.882109
+0.711452 0.496864 0.898497
+0.763195 0.530694 0.91516
+0.824353 0.564233 0.932418
+0.903014 0.596918 0.949905
+0.965881 0.626154 0.965881
+0.980102 0.652003 0.980102
+0.99469 0.677882 0.99469
+1 0.710399 1
+1 0.746487 1
+1 0.78291 1
+1 0.824033 1
+1 0.874846 1
+1 0.939574 1
+0.139147 0.150576 0.775464
+0.144198 0.163867 0.776501
+0.147433 0.172122 0.777188
+0.149172 0.176501 0.777554
+0.14992 0.178363 0.777722
+0.150195 0.179049 0.777768
+0.150744 0.180423 0.77789
+0.152453 0.184619 0.778256
+0.155474 0.192004 0.778927
+0.166949 0.204776 0.781323
+0.249409 0.224933 0.794736
+0.310277 0.241871 0.799542
+0.360372 0.261204 0.80528
+0.405173 0.28394 0.812375
+0.44712 0.309438 0.820829
+0.48809 0.337606 0.830777
+0.528603 0.367636 0.842069
+0.56907 0.398581 0.854444
+0.610315 0.430213 0.867842
+0.653117 0.46215 0.882109
+0.698268 0.494011 0.897063
+0.747509 0.525719 0.912612
+0.803571 0.557137 0.928664
+0.874052 0.588724 0.945418
+0.962234 0.61941 0.962234
+0.975738 0.644129 0.975738
+0.989944 0.66952 0.989944
+1 0.697566 1
+1 0.732204 1
+1 0.767681 1
+1 0.8065 1
+1 0.853162 1
+1 0.911025 1
+0.1944 0.27866 0.788235
+0.197101 0.284276 0.788937
+0.198459 0.287083 0.789303
+0.199023 0.288273 0.789441
+0.199069 0.288365 0.789456
+0.19852 0.287221 0.789319
+0.197803 0.285725 0.78912
+0.197574 0.285252 0.789059
+0.198169 0.286503 0.789227
+0.214466 0.290791 0.793088
+0.277073 0.301747 0.809964
+0.330282 0.312688 0.821241
+0.373251 0.322438 0.824765
+0.412833 0.334798 0.829297
+0.45127 0.35021 0.835065
+0.488487 0.368231 0.842008
+0.52578 0.389136 0.85037
+0.563973 0.412818 0.860197
+0.602701 0.438132 0.871183
+0.64332 0.465263 0.883436
+0.686473 0.493629 0.896803
+0.732692 0.522377 0.910887
+0.785092 0.55172 0.925795
+0.848264 0.581384 0.941436
+0.935653 0.611521 0.957855
+0.971771 0.636927 0.971771
+0.985153 0.661006 0.985153
+0.999237 0.685832 0.999237
+1 0.719066 1
+1 0.75259 1
+1 0.788998 1
+1 0.833082 1
+1 0.884703 1
+0.23122 0.352529 0.798428
+0.232471 0.354955 0.798795
+0.233112 0.356176 0.798978
+0.23299 0.355962 0.798947
+0.23241 0.354833 0.798779
+0.231449 0.352972 0.798489
+0.23032 0.35079 0.798169
+0.229419 0.34902 0.797894
+0.228885 0.347982 0.797742
+0.253437 0.350256 0.804181
+0.300633 0.355749 0.818051
+0.344747 0.362722 0.832776
+0.384207 0.369894 0.842039
+0.419867 0.376608 0.8448
+0.454398 0.385534 0.848493
+0.489097 0.397421 0.853422
+0.523827 0.411948 0.859571
+0.559228 0.429145 0.867018
+0.596078 0.449195 0.875944
+0.634684 0.471565 0.886229
+0.675135 0.495598 0.897642
+0.719448 0.521477 0.910353
+0.768277 0.548104 0.923873
+0.825666 0.575525 0.938247
+0.900664 0.6038 0.953552
+0.968154 0.63032 0.968154
+0.980819 0.653284 0.980819
+0.994202 0.677028 0.994202
+1 0.705898 1
+1 0.738079 1
+1 0.773053 1
+1 0.814481 1
+1 0.861585 1
+0.258595 0.404623 0.806851
+0.259312 0.405966 0.80708
+0.259342 0.406027 0.807095
+0.259022 0.405417 0.806989
+0.258259 0.403967 0.806745
+0.257145 0.401892 0.806394
+0.255879 0.399542 0.805997
+0.254536 0.397024 0.80557
+0.25745 0.395239 0.806302
+0.288243 0.396551 0.815122
+0.32343 0.399451 0.826246
+0.358144 0.402945 0.838254
+0.392874 0.407874 0.851316
+0.42623 0.41323 0.859556
+0.457877 0.418402 0.861875
+0.48983 0.425696 0.865125
+0.522515 0.43563 0.869566
+0.555917 0.447944 0.875135
+0.590478 0.462943 0.882033
+0.626871 0.480751 0.890394
+0.665431 0.500771 0.900023
+0.706691 0.522713 0.910872
+0.752712 0.546563 0.923003
+0.80592 0.571694 0.936141
+0.87187 0.597757 0.950164
+0.965194 0.624887 0.965194
+0.977188 0.646738 0.977188
+0.989715 0.669123 0.989715
+1 0.693492 1
+1 0.724468 1
+1 0.75758 1
+1 0.796262 1
+1 0.839948 1
+0.281331 0.446632 0.814404
+0.281788 0.447471 0.814557
+0.281544 0.447028 0.814481
+0.280934 0.44593 0.814267
+0.280186 0.444556 0.814008
+0.279011 0.442405 0.813611
+0.277577 0.43975 0.813123
+0.282078 0.43772 0.814374
+0.299062 0.436683 0.819394
+0.32105 0.436545 0.826322
+0.346181 0.437171 0.83476
+0.373571 0.438758 0.844602
+0.401877 0.441245 0.855451
+0.431769 0.445182 0.867643
+0.46183 0.449424 0.875273
+0.491173 0.453651 0.877302
+0.521553 0.459785 0.880201
+0.553185 0.468437 0.884291
+0.585779 0.479286 0.889464
+0.620401 0.492836 0.895979
+0.656931 0.50898 0.903899
+0.695949 0.52726 0.913039
+0.739086 0.547723 0.923506
+0.788052 0.569955 0.935149
+0.847471 0.593652 0.947875
+0.928557 0.618647 0.961639
+0.974014 0.641016 0.974014
+0.985733 0.662043 0.985733
+0.997971 0.683635 0.997971
+1 0.71162 1
+1 0.743633 1
+1 0.779538 1
+1 0.81973 1
+0.301747 0.48365 0.821591
+0.301808 0.483757 0.821622
+0.301534 0.483268 0.821515
+0.300786 0.481926 0.821256
+0.299718 0.480003 0.820859
+0.303212 0.478386 0.821866
+0.315969 0.477134 0.825803
+0.326467 0.47538 0.829129
+0.337987 0.473838 0.832898
+0.352544 0.472694 0.837842
+0.370031 0.471885 0.844053
+0.390311 0.471901 0.851606
+0.413108 0.47274 0.860517
+0.437949 0.474495 0.870756
+0.46511 0.477607 0.882536
+0.493538 0.481132 0.88983
+0.521706 0.484703 0.89163
+0.551019 0.49015 0.894331
+0.582238 0.497902 0.898177
+0.614832 0.507759 0.903059
+0.64921 0.519982 0.909194
+0.686625 0.53492 0.916777
+0.72697 0.551827 0.925505
+0.772702 0.570932 0.935561
+0.827008 0.59202 0.946899
+0.896361 0.614343 0.959167
+0.971664 0.636728 0.971664
+0.982513 0.656306 0.982513
+0.99379 0.67631 0.99379
+1 0.70013 1
+1 0.730205 1
+1 0.764401 1
+1 0.80116 1
+0.320546 0.517266 0.828565
+0.320409 0.517006 0.828504
+0.319936 0.516167 0.828321
+0.319188 0.514839 0.828046
+0.333013 0.514534 0.832486
+0.349035 0.514 0.837827
+0.359762 0.512657 0.841489
+0.366735 0.510445 0.8439
+0.373404 0.508064 0.84622
+0.382376 0.506035 0.84947
+0.394003 0.504356 0.853788
+0.408667 0.503136 0.859434
+0.426276 0.502937 0.866484
+0.446494 0.503288 0.874907
+0.469596 0.504616 0.884962
+0.495277 0.507225 0.896681
+0.522499 0.510216 0.903807
+0.550225 0.513252 0.905409
+0.57937 0.51809 0.907897
+0.610468 0.525032 0.911467
+0.643122 0.534035 0.916091
+0.67808 0.545266 0.92192
+0.716731 0.559136 0.929183
+0.759258 0.574914 0.93756
+0.808621 0.592721 0.947173
+0.870939 0.61265 0.958129
+0.959869 0.633967 0.970108
+0.980102 0.651987 0.980102
+0.990509 0.670527 0.990509
+1 0.690089 1
+1 0.718135 1
+1 0.750332 1
+1 0.784451 1
+0.338384 0.548775 0.835462
+0.338262 0.548562 0.835416
+0.33756 0.547326 0.835142
+0.356786 0.548043 0.841627
+0.377432 0.548638 0.848936
+0.389776 0.54757 0.853422
+0.397269 0.545708 0.856184
+0.40206 0.543404 0.857939
+0.405844 0.540566 0.859297
+0.410819 0.537835 0.861158
+0.418387 0.535561 0.864088
+0.428412 0.533516 0.86807
+0.441306 0.532067 0.87335
+0.457359 0.53135 0.88014
+0.476356 0.531594 0.888472
+0.498116 0.532647 0.898405
+0.523232 0.53492 0.910353
+0.549905 0.537346 0.917342
+0.577371 0.539956 0.918776
+0.606836 0.544228 0.921065
+0.638132 0.550607 0.924437
+0.671611 0.558846 0.928817
+0.707622 0.569207 0.93434
+0.747631 0.581949 0.941192
+0.793652 0.596704 0.949218
+0.84892 0.613336 0.958404
+0.923873 0.631952 0.968856
+0.978851 0.649729 0.978851
+0.988052 0.666163 0.988052
+0.997879 0.683482 0.997879
+1 0.708324 1
+1 0.737667 1
+1 0.769528 1
+0.35581 0.579309 0.842496
+0.355428 0.578637 0.842344
+0.375692 0.580163 0.849439
+0.401022 0.581491 0.858763
+0.415885 0.581048 0.864439
+0.425162 0.579797 0.86804
+0.430533 0.577523 0.87013
+0.433524 0.574701 0.871244
+0.435737 0.571832 0.872068
+0.438254 0.568719 0.873014
+0.442481 0.565744 0.874678
+0.449195 0.563287 0.877409
+0.458259 0.560967 0.881193
+0.470207 0.559304 0.88632
+0.485374 0.558541 0.89305
+0.503609 0.558373 0.901411
+0.524895 0.559167 0.911513
+0.549676 0.561303 0.923751
+0.576257 0.563226 0.930694
+0.604028 0.565408 0.93193
+0.63386 0.569223 0.934035
+0.665751 0.574929 0.937148
+0.700053 0.582406 0.941238
+0.738201 0.592081 0.946517
+0.781048 0.603769 0.952956
+0.831312 0.617288 0.960479
+0.896452 0.632761 0.969192
+0.978744 0.649546 0.978744
+0.986786 0.66392 0.986786
+0.995361 0.679072 0.995361
+1 0.700221 1
+1 0.727382 1
+1 0.756436 1
+0.372976 0.609125 0.849683
+0.388037 0.610391 0.855085
+0.420874 0.613321 0.867506
+0.43917 0.613794 0.874769
+0.449943 0.612833 0.879133
+0.456565 0.610925 0.881834
+0.460716 0.608652 0.883513
+0.462699 0.605646 0.88426
+0.463447 0.602213 0.884489
+0.464454 0.598947 0.884825
+0.466453 0.595529 0.885588
+0.470268 0.592264 0.887144
+0.476524 0.589761 0.889815
+0.485084 0.587381 0.893553
+0.496559 0.585519 0.89868
+0.511238 0.584604 0.905455
+0.529046 0.584222 0.913924
+0.550088 0.584787 0.924269
+0.574792 0.586542 0.936889
+0.602167 0.588098 0.943923
+0.630259 0.589944 0.944991
+0.660807 0.593393 0.946944
+0.693843 0.598337 0.949706
+0.729747 0.605066 0.953475
+0.769985 0.613733 0.958328
+0.817273 0.624475 0.96437
+0.875303 0.636835 0.971374
+0.959121 0.651102 0.979553
+0.986786 0.663935 0.986786
+0.994049 0.676768 0.994049
+1 0.694408 1
+1 0.719127 1
+1 0.745449 1
+0.395132 0.639536 0.858961
+0.437186 0.644602 0.87512
+0.459419 0.645838 0.884184
+0.472374 0.645396 0.889616
+0.48069 0.644114 0.893141
+0.485527 0.641871 0.895186
+0.488304 0.63917 0.89633
+0.489723 0.636179 0.896864
+0.489784 0.632609 0.896788
+0.489586 0.62887 0.896605
+0.490166 0.625254 0.896757
+0.491951 0.621592 0.897459
+0.495506 0.618219 0.89897
+0.501442 0.615396 0.901595
+0.509728 0.612909 0.905348
+0.520943 0.610986 0.910552
+0.535409 0.609949 0.917449
+0.552972 0.609476 0.926085
+0.574197 0.609842 0.936858
+0.599496 0.611368 0.950164
+0.627268 0.612482 0.957229
+0.656672 0.613779 0.958007
+0.688487 0.616693 0.959701
+0.722927 0.620935 0.962127
+0.761135 0.626841 0.965499
+0.805188 0.634623 0.96994
+0.85864 0.644053 0.975341
+0.930022 0.655009 0.981659
+0.988113 0.66627 0.988113
+0.994629 0.677791 0.994629
+1 0.692561 1
+1 0.713024 1
+1 0.736889 1
+0.45008 0.675151 0.881544
+0.477775 0.678172 0.89308
+0.493172 0.67834 0.899702
+0.502739 0.677241 0.903899
+0.508858 0.675471 0.906569
+0.512612 0.673121 0.908202
+0.514443 0.670039 0.908949
+0.515114 0.666712 0.909163
+0.514748 0.663035 0.908888
+0.513848 0.659022 0.90837
+0.513146 0.654917 0.907942
+0.513619 0.651057 0.908049
+0.515297 0.647227 0.908721
+0.51873 0.643687 0.910231
+0.524559 0.640711 0.912886
+0.532723 0.638071 0.916701
+0.543786 0.636042 0.922011
+0.558312 0.634882 0.929152
+0.575906 0.634348 0.938048
+0.597391 0.634562 0.949279
+0.623407 0.635782 0.963348
+0.652399 0.636393 0.970611
+0.683299 0.637156 0.971084
+0.716991 0.639414 0.972427
+0.753796 0.642863 0.974441
+0.795697 0.647776 0.977295
+0.844816 0.654322 0.981094
+0.906416 0.662089 0.985595
+0.991089 0.67155 0.991089
+0.996628 0.681285 0.996628
+1 0.694728 1
+1 0.711818 1
+1 0.731182 1
+0.493996 0.710338 0.901274
+0.512078 0.711543 0.909239
+0.523613 0.711162 0.914397
+0.530846 0.709758 0.917662
+0.535332 0.707561 0.919676
+0.538064 0.704875 0.920882
+0.539193 0.701564 0.921309
+0.539193 0.697841 0.921218
+0.538354 0.693751 0.920699
+0.537102 0.689662 0.920012
+0.535637 0.685161 0.919203
+0.53489 0.680781 0.91873
+0.535271 0.676692 0.918807
+0.536919 0.672694 0.919493
+0.540337 0.669001 0.921035
+0.54609 0.665934 0.923735
+0.554269 0.663127 0.927657
+0.565332 0.66099 0.933104
+0.579873 0.659785 0.940459
+0.598016 0.659052 0.949874
+0.619974 0.659159 0.961654
+0.646967 0.660121 0.976654
+0.676097 0.658549 0.983261
+0.708598 0.658595 0.983322
+0.744533 0.659998 0.984176
+0.783917 0.662531 0.985687
+0.829404 0.666529 0.988022
+0.885924 0.672282 0.991394
+0.962631 0.679316 0.995483
+1 0.687358 1
+1 0.70042 1
+1 0.714809 1
+1 0.730602 1
+0.530571 0.746197 0.918822
+0.543236 0.746365 0.924605
+0.551461 0.745205 0.928405
+0.557015 0.743465 0.930968
+0.560204 0.740734 0.932403
+0.561898 0.73753 0.93312
+0.562615 0.734127 0.933379
+0.562158 0.730037 0.933043
+0.561013 0.725704 0.932372
+0.559335 0.721157 0.931456
+0.557473 0.716442 0.930434
+0.555856 0.711559 0.929519
+0.555169 0.707012 0.929076
+0.555398 0.70248 0.929076
+0.557015 0.698192 0.929763
+0.560494 0.694408 0.93138
+0.566247 0.691218 0.934142
+0.574456 0.68835 0.938186
+0.585763 0.686275 0.943893
+0.600427 0.68481 0.951476
+0.618906 0.684001 0.961303
+0.641443 0.683604 0.973678
+0.666941 0.680919 0.988159
+0.698207 0.67892 0.995132
+0.733211 0.678706 0.995026
+0.772045 0.679713 0.995621
+0.815442 0.681819 0.996872
+0.867185 0.685267 0.998886
+0.933944 0.691035 1
+1 0.699153 1
+1 0.709453 1
+1 0.721508 1
+1 0.734432 1
+0.562158 0.783337 0.934722
+0.571572 0.7832 0.939147
+0.577569 0.781552 0.94197
+0.581338 0.778943 0.943709
+0.583749 0.776104 0.944793
+0.58468 0.772412 0.945159
+0.584619 0.768215 0.945006
+0.583993 0.764019 0.944595
+0.582452 0.759075 0.943709
+0.580453 0.753994 0.94258
+0.578408 0.749096 0.941466
+0.576165 0.743664 0.94023
+0.574548 0.738445 0.9393
+0.5738 0.733501 0.938811
+0.57409 0.72874 0.938842
+0.575723 0.724254 0.939544
+0.579324 0.720317 0.941253
+0.584985 0.716793 0.94403
+0.593225 0.713954 0.94818
+0.6047 0.711681 0.954086
+0.619654 0.710338 0.96199
+0.638239 0.708766 0.972076
+0.660594 0.705852 0.984588
+0.687678 0.702617 0.999985
+0.72192 0.701091 1
+0.758907 0.700694 1
+0.800122 0.701762 1
+0.847913 0.70399 1
+0.906111 0.708034 1
+0.988235 0.714153 1
+1 0.72221 1
+1 0.731716 0.995315
+1 0.742382 0.983063
+0.591104 0.824506 0.949874
+0.597436 0.82324 0.952865
+0.601816 0.821118 0.95494
+0.604349 0.817975 0.956085
+0.605631 0.814206 0.956603
+0.606134 0.810254 0.956741
+0.6056 0.805508 0.956359
+0.604349 0.800259 0.955612
+0.602792 0.795132 0.954696
+0.600595 0.789471 0.953475
+0.598032 0.783505 0.952041
+0.595636 0.777813 0.950698
+0.593378 0.771893 0.949432
+0.59173 0.766217 0.948486
+0.591043 0.761013 0.948013
+0.591241 0.755764 0.947997
+0.592905 0.751003 0.948714
+0.596521 0.74699 0.950469
+0.602182 0.743221 0.953292
+0.610529 0.740139 0.957565
+0.622141 0.73814 0.963653
+0.637354 0.73547 0.971817
+0.656428 0.732265 0.982361
+0.679667 0.729 0.99266
+0.711284 0.726497 0.98584
+0.746532 0.725017 0.978317
+0.785962 0.724758 0.972793
+0.830427 0.725643 0.968658
+0.883223 0.727977 0.966217
+0.953109 0.73228 0.966278
+1 0.738308 0.962402
+1 0.745846 0.952285
+1 0.754253 0.940246
+0.617624 0.871748 0.964233
+0.621698 0.869581 0.966125
+0.624353 0.866423 0.967315
+0.625818 0.862455 0.967926
+0.626245 0.85774 0.968002
+0.625925 0.852522 0.967697
+0.625101 0.847105 0.967147
+0.623606 0.841169 0.966247
+0.621607 0.834821 0.965103
+0.619364 0.828443 0.963821
+0.616648 0.821653 0.962295
+0.613764 0.814694 0.960678
+0.611292 0.808301 0.959274
+0.609033 0.801755 0.957977
+0.607279 0.795331 0.956954
+0.606561 0.789731 0.956466
+0.606744 0.784131 0.956436
+0.608316 0.778943 0.957122
+0.611887 0.774685 0.958862
+0.616358 0.770672 0.956985
+0.623545 0.767529 0.956847
+0.634638 0.763989 0.956481
+0.649302 0.760372 0.958618
+0.671778 0.756848 0.957732
+0.702327 0.753994 0.950286
+0.735958 0.751537 0.94403
+0.772763 0.750042 0.93933
+0.814817 0.749813 0.935912
+0.863539 0.750668 0.933562
+0.92459 0.753063 0.932952
+1 0.757702 0.928496
+1 0.76379 0.917525
+1 0.770611 0.906111
+0.642237 0.930282 0.977996
+0.644358 0.926909 0.978866
+0.645411 0.922057 0.979187
+0.645685 0.916426 0.979156
+0.645472 0.910567 0.978882
+0.644465 0.903532 0.978195
+0.643091 0.896361 0.977325
+0.641306 0.888899 0.976257
+0.639048 0.880964 0.974945
+0.6365 0.872984 0.97348
+0.633783 0.865171 0.971923
+0.630732 0.856916 0.970214
+0.627771 0.84892 0.968536
+0.625147 0.841337 0.967025
+0.622812 0.833844 0.965682
+0.621027 0.826688 0.964614
+0.618906 0.82031 0.959548
+0.616495 0.814237 0.950774
+0.615656 0.808759 0.943648
+0.617212 0.804288 0.939422
+0.621897 0.799817 0.936172
+0.629847 0.79556 0.934569
+0.641505 0.792065 0.936461
+0.666697 0.787472 0.929183
+0.695293 0.783368 0.922271
+0.726986 0.780346 0.91696
+0.761791 0.777905 0.911711
+0.800931 0.776364 0.908125
+0.846235 0.776196 0.90634
+0.901473 0.777066 0.905562
+0.965072 0.780224 0.899763
+1 0.785763 0.889006
+1 0.791684 0.880796
+0.661616 0.988952 0.988952
+0.663249 0.989654 0.989654
+0.664286 0.990097 0.990097
+0.664881 0.990356 0.990356
+0.663783 0.98201 0.989578
+0.662089 0.97171 0.988479
+0.659983 0.960739 0.987182
+0.657816 0.950408 0.985885
+0.655207 0.939406 0.984344
+0.652308 0.928298 0.982651
+0.649332 0.917739 0.980941
+0.646204 0.907317 0.979141
+0.642908 0.896941 0.977264
+0.639948 0.887648 0.975555
+0.635081 0.878431 0.968048
+0.629129 0.869841 0.956359
+0.62417 0.861952 0.946212
+0.620371 0.854734 0.937591
+0.6177 0.848066 0.930251
+0.618097 0.841947 0.92462
+0.620478 0.836484 0.919936
+0.62504 0.8318 0.916777
+0.640604 0.826368 0.911269
+0.663951 0.821088 0.904631
+0.690135 0.816175 0.898466
+0.719753 0.811963 0.893187
+0.752529 0.808621 0.88922
+0.789273 0.805951 0.885908
+0.831312 0.804334 0.883299
+0.881544 0.804227 0.882689
+0.929412 0.80708 0.874052
+0.968704 0.812161 0.865965
+1 0.817136 0.864378
+0.667155 0.991333 0.991333
+0.667979 0.991684 0.991684
+0.668513 0.991928 0.991928
+0.668666 0.991989 0.991989
+0.668574 0.991943 0.991943
+0.66833 0.991836 0.991836
+0.667857 0.991638 0.991638
+0.667216 0.991363 0.991363
+0.666514 0.991058 0.991058
+0.665644 0.990677 0.990677
+0.664683 0.990265 0.990265
+0.661021 0.974624 0.988113
+0.655543 0.959884 0.981796
+0.64712 0.946426 0.968139
+0.639719 0.934447 0.956115
+0.632898 0.923278 0.944976
+0.627192 0.912596 0.934432
+0.622873 0.903349 0.925521
+0.619394 0.894514 0.917144
+0.617258 0.886549 0.90985
+0.616892 0.879896 0.904158
+0.625864 0.872816 0.897673
+0.642908 0.865385 0.890425
+0.663401 0.859007 0.884337
+0.687297 0.852857 0.878462
+0.714321 0.847501 0.873396
+0.744823 0.842985 0.869245
+0.779614 0.839292 0.86595
+0.818738 0.836469 0.863539
+0.864927 0.835019 0.861936
+0.896071 0.838788 0.854948
+0.936019 0.841917 0.855039
+0.989563 0.844907 0.855985
+0.675181 0.994797 0.994797
+0.675654 0.99501 0.99501
+0.675792 0.995056 0.995056
+0.675731 0.995041 0.995041
+0.67538 0.994888 0.994888
+0.67483 0.994644 0.994644
+0.674189 0.994369 0.994369
+0.673335 0.994003 0.994003
+0.672358 0.993576 0.993576
+0.671351 0.993149 0.993149
+0.67013 0.992599 0.988144
+0.668711 0.991943 0.974762
+0.667323 0.991302 0.963424
+0.665888 0.990646 0.952102
+0.664668 0.990066 0.941482
+0.663981 0.989731 0.931914
+0.656077 0.976074 0.921233
+0.648219 0.961868 0.910979
+0.642252 0.950195 0.901884
+0.637125 0.939116 0.893462
+0.633478 0.929473 0.886091
+0.633448 0.921569 0.879561
+0.647669 0.912032 0.872755
+0.665507 0.903227 0.866453
+0.686854 0.895827 0.861219
+0.711406 0.888838 0.856031
+0.739406 0.882734 0.851713
+0.771588 0.877806 0.848981
+0.808255 0.873503 0.846555
+0.850645 0.87042 0.845136
+0.894316 0.869993 0.850217
+0.935988 0.870909 0.857389
+0.989364 0.873945 0.859174
+0.683543 0.998428 0.998428
+0.683879 0.998566 0.998566
+0.683818 0.998535 0.998535
+0.683528 0.998413 0.998413
+0.683085 0.99823 0.99823
+0.682414 0.99794 0.99794
+0.681575 0.997574 0.997574
+0.680674 0.997177 0.997177
+0.679576 0.996704 0.994659
+0.678294 0.996124 0.981704
+0.676982 0.995529 0.969406
+0.675486 0.994858 0.956939
+0.673991 0.994171 0.945418
+0.672557 0.993515 0.93489
+0.671061 0.992828 0.924743
+0.669642 0.992172 0.915297
+0.668986 0.991867 0.907134
+0.668681 0.991714 0.899062
+0.668864 0.99176 0.891295
+0.669688 0.992126 0.883955
+0.671199 0.992782 0.876432
+0.666789 0.981445 0.867277
+0.663691 0.970825 0.858503
+0.670192 0.960204 0.851118
+0.688701 0.94905 0.84596
+0.710842 0.939895 0.841505
+0.736324 0.931441 0.8374
+0.765499 0.92311 0.833356
+0.799191 0.917464 0.830823
+0.83827 0.912551 0.829267
+0.885771 0.908873 0.828763
+0.944747 0.907301 0.832685
+1 0.908629 0.843626
+0.704112 1 1
+0.704662 1 1
+0.703853 1 1
+0.702373 1 1
+0.700328 1 1
+0.697719 1 1
+0.694484 1 1
+0.69102 1 0.989487
+0.687099 0.999969 0.976654
+0.685786 0.99939 0.963928
+0.684352 0.998749 0.951812
+0.682872 0.998077 0.940612
+0.68127 0.99736 0.929824
+0.679713 0.996658 0.920165
+0.678141 0.995956 0.910338
+0.676585 0.995239 0.900862
+0.675135 0.994583 0.892271
+0.674418 0.994247 0.884474
+0.674205 0.994125 0.876707
+0.674571 0.994278 0.869444
+0.675563 0.99472 0.862593
+0.677333 0.995514 0.85536
+0.680064 0.99675 0.847944
+0.683955 0.99852 0.839841
+0.692882 1 0.832334
+0.7122 1 0.827726
+0.735164 0.996353 0.823682
+0.761929 0.984771 0.820249
+0.793057 0.975036 0.817899
+0.82948 0.967575 0.816602
+0.872496 0.961456 0.815747
+0.9281 0.957137 0.816419
+1 0.95462 0.820096
+0.735012 1 1
+0.734691 1 1
+0.73373 1 1
+0.731716 1 1
+0.729183 1 1
+0.72636 1 0.998062
+0.722728 1 0.984985
+0.718715 1 0.97261
+0.714549 1 0.961028
+0.709743 1 0.949737
+0.704738 1 0.938354
+0.699626 1 0.927489
+0.69427 1 0.916854
+0.688838 1 0.906523
+0.685985 0.999466 0.897749
+0.684306 0.998703 0.888609
+0.682673 0.997955 0.880034
+0.681193 0.997284 0.872099
+0.680446 0.996933 0.86421
+0.680339 0.996887 0.856687
+0.680903 0.997131 0.849729
+0.682094 0.997681 0.842451
+0.684153 0.998611 0.834791
+0.687587 1 0.827039
+0.700374 1 0.821561
+0.71664 1 0.816892
+0.736889 1 0.813031
+0.761059 1 0.809445
+0.789242 1 0.806729
+0.822629 1 0.805188
+0.862593 1 0.804349
+0.912306 1 0.804715
+0.981918 1 0.806745
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.135332 0.133028 0.774227
+0.306828 0.165637 0.781216
+0.38436 0.185077 0.78587
+0.438376 0.199954 0.7897
+0.48333 0.213062 0.79324
+0.523964 0.225376 0.796719
+0.56231 0.237385 0.800259
+0.611276 0.290135 0.816068
+0.684901 0.410208 0.860151
+0.750439 0.480232 0.891096
+0.820645 0.533547 0.917006
+0.91165 0.57998 0.941115
+0.960449 0.616114 0.960449
+0.977691 0.647654 0.977691
+0.995331 0.679026 0.995331
+1 0.717952 1
+1 0.760525 1
+1 0.805951 1
+1 0.855207 1
+1 0.912795 1
+1 0.994873 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.134783 0.132952 0.774212
+0.300862 0.164248 0.780896
+0.377661 0.183307 0.785428
+0.431586 0.198032 0.789181
+0.476555 0.211048 0.792676
+0.516884 0.223209 0.796094
+0.55491 0.23505 0.799558
+0.608392 0.305943 0.821088
+0.676966 0.411124 0.860456
+0.739651 0.477226 0.889632
+0.806745 0.529091 0.914717
+0.889281 0.573861 0.937804
+0.958068 0.611673 0.958068
+0.975052 0.642893 0.975052
+0.992126 0.673365 0.992126
+1 0.709926 1
+1 0.751675 1
+1 0.795209 1
+1 0.842878 1
+1 0.897475 1
+1 0.969818 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.134661 0.132937 0.774212
+0.293538 0.162554 0.780499
+0.370031 0.181308 0.784939
+0.42446 0.196033 0.788663
+0.468971 0.208804 0.792065
+0.508965 0.220783 0.795407
+0.547234 0.232624 0.79884
+0.603571 0.315694 0.824247
+0.66804 0.410163 0.859968
+0.72903 0.473991 0.88806
+0.792493 0.523873 0.912047
+0.868315 0.567391 0.93434
+0.955352 0.606607 0.955352
+0.971939 0.637232 0.971939
+0.988602 0.66714 0.988602
+1 0.700816 1
+1 0.741955 1
+1 0.784497 1
+1 0.830427 1
+1 0.88191 1
+1 0.947005 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.133913 0.13283 0.774197
+0.285908 0.16083 0.780118
+0.362768 0.179416 0.784482
+0.416495 0.193805 0.788083
+0.461097 0.2065 0.79144
+0.501091 0.218387 0.79472
+0.538735 0.229969 0.798062
+0.597436 0.322484 0.826459
+0.659068 0.408942 0.859388
+0.71696 0.46891 0.885664
+0.777615 0.517525 0.908858
+0.849119 0.560693 0.930785
+0.948852 0.600717 0.952193
+0.968551 0.631052 0.968551
+0.984955 0.660685 0.984955
+1 0.691142 1
+1 0.731243 1
+1 0.773281 1
+1 0.817227 1
+1 0.865721 1
+1 0.925841 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.133516 0.132784 0.774182
+0.278569 0.159197 0.779751
+0.354559 0.17731 0.783963
+0.408469 0.191592 0.787518
+0.45301 0.20415 0.790814
+0.492882 0.215915 0.794034
+0.53019 0.227314 0.797284
+0.590494 0.327077 0.82797
+0.648753 0.405707 0.857984
+0.704601 0.463249 0.883024
+0.762921 0.510887 0.905547
+0.829328 0.552956 0.926726
+0.917174 0.592218 0.947524
+0.965042 0.624613 0.965042
+0.980972 0.653544 0.980972
+0.997421 0.682673 0.997421
+1 0.72076 1
+1 0.761044 1
+1 0.803738 1
+1 0.849912 1
+1 0.904402 1
+1 0.979812 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.135012 0.132982 0.774227
+0.272251 0.157809 0.779446
+0.346685 0.175326 0.78349
+0.40029 0.189364 0.786954
+0.444327 0.201663 0.790143
+0.483818 0.213199 0.793271
+0.522179 0.228229 0.797436
+0.583017 0.331685 0.82948
+0.638498 0.403143 0.856855
+0.692821 0.458335 0.880735
+0.748409 0.504204 0.902251
+0.810529 0.54519 0.922698
+0.889403 0.583719 0.942901
+0.961318 0.617716 0.961318
+0.976837 0.646113 0.976837
+0.992859 0.674678 0.992859
+1 0.709239 1
+1 0.748852 1
+1 0.790021 1
+1 0.834119 1
+1 0.884627 1
+1 0.95021 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.136324 0.133181 0.774258
+0.265538 0.156359 0.77911
+0.338994 0.173404 0.783032
+0.391775 0.18706 0.786374
+0.435752 0.199207 0.789502
+0.475273 0.210666 0.792569
+0.519295 0.252369 0.803937
+0.576135 0.339117 0.832029
+0.628916 0.402716 0.856596
+0.680369 0.45359 0.878523
+0.7337 0.497612 0.899016
+0.792706 0.537697 0.918837
+0.863874 0.575067 0.938247
+0.957534 0.610697 0.957534
+0.972854 0.638895 0.972854
+0.988342 0.666682 0.988342
+1 0.697307 1
+1 0.736187 1
+1 0.77586 1
+1 0.817914 1
+1 0.865019 1
+1 0.923781 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.140734 0.133806 0.77438
+0.261097 0.155413 0.778912
+0.331762 0.171618 0.782605
+0.38349 0.184848 0.785809
+0.427115 0.19678 0.788861
+0.466194 0.20827 0.791913
+0.518013 0.281025 0.812345
+0.570138 0.349584 0.835721
+0.619669 0.40415 0.857099
+0.668879 0.450736 0.877165
+0.719661 0.49221 0.896376
+0.775158 0.530541 0.915175
+0.84036 0.566735 0.933806
+0.929824 0.602182 0.95285
+0.968612 0.631174 0.968612
+0.98378 0.658564 0.98378
+0.999329 0.686015 0.999329
+1 0.723232 1
+1 0.762203 1
+1 0.801938 1
+1 0.84567 1
+1 0.899306 1
+1 0.976745 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.153338 0.135668 0.774762
+0.258915 0.15494 0.778805
+0.325399 0.170062 0.782238
+0.376074 0.182879 0.785321
+0.418875 0.195743 0.788556
+0.468025 0.252384 0.803494
+0.517647 0.311849 0.822171
+0.564691 0.363043 0.84062
+0.610819 0.408301 0.858717
+0.657984 0.45005 0.876783
+0.706218 0.488197 0.894408
+0.758526 0.52433 0.912016
+0.819257 0.559289 0.92987
+0.896925 0.593256 0.947936
+0.964691 0.623957 0.964691
+0.979202 0.65037 0.979202
+0.994263 0.677119 0.994263
+1 0.710506 1
+1 0.747738 1
+1 0.786389 1
+1 0.82768 1
+1 0.876539 1
+1 0.943435 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.168566 0.138827 0.775372
+0.260365 0.161303 0.780087
+0.326268 0.192813 0.787259
+0.379538 0.226596 0.795865
+0.427726 0.26392 0.8065
+0.473289 0.3028 0.818845
+0.516976 0.341299 0.832303
+0.560281 0.379263 0.846754
+0.603204 0.415778 0.861723
+0.647227 0.45127 0.877241
+0.693401 0.485954 0.893263
+0.743069 0.519661 0.909621
+0.799054 0.552483 0.926284
+0.869017 0.585275 0.943587
+0.961059 0.617258 0.961059
+0.974945 0.642695 0.974945
+0.989487 0.668711 0.989487
+1 0.697704 1
+1 0.73373 1
+1 0.770794 1
+1 0.809415 1
+1 0.855222 1
+1 0.914229 1
+0.164248 0.212711 0.780896
+0.168307 0.222004 0.781826
+0.171054 0.228214 0.782467
+0.172564 0.231601 0.782834
+0.173083 0.232731 0.782956
+0.172885 0.232319 0.78291
+0.172351 0.231098 0.782773
+0.172473 0.231388 0.782803
+0.173953 0.234684 0.783154
+0.176852 0.241093 0.783856
+0.218601 0.254337 0.793484
+0.293736 0.271199 0.807889
+0.347799 0.28574 0.812604
+0.393866 0.302571 0.818235
+0.436362 0.322301 0.825086
+0.476768 0.3449 0.83331
+0.516442 0.370047 0.842893
+0.5561 0.397269 0.853819
+0.59646 0.426108 0.865995
+0.638178 0.45594 0.87924
+0.681743 0.486213 0.893294
+0.728435 0.516686 0.90808
+0.781033 0.547387 0.923598
+0.843519 0.577951 0.93962
+0.929366 0.609018 0.956481
+0.971008 0.635538 0.971008
+0.984771 0.660349 0.984771
+0.999207 0.685802 0.999207
+1 0.720607 1
+1 0.755825 1
+1 0.79205 1
+1 0.835065 1
+1 0.888212 1
+0.216571 0.323781 0.794217
+0.218341 0.327291 0.79472
+0.21915 0.328893 0.794949
+0.219318 0.329244 0.794995
+0.21886 0.328328 0.794858
+0.217975 0.326558 0.794614
+0.21706 0.324758 0.794354
+0.216251 0.323156 0.794125
+0.215839 0.322316 0.794003
+0.216297 0.323232 0.794141
+0.258488 0.329381 0.805142
+0.316701 0.338979 0.822889
+0.364004 0.347875 0.833722
+0.404791 0.356634 0.837156
+0.442634 0.367529 0.841459
+0.479423 0.381308 0.846983
+0.51606 0.398138 0.85388
+0.552743 0.417395 0.862028
+0.590417 0.439246 0.871565
+0.629938 0.463554 0.882567
+0.670909 0.489097 0.89456
+0.715221 0.51606 0.907698
+0.764462 0.54403 0.921798
+0.821591 0.572412 0.936614
+0.895277 0.601404 0.952239
+0.967453 0.629038 0.967453
+0.980499 0.65272 0.980499
+0.994293 0.677195 0.994293
+1 0.707332 1
+1 0.74139 1
+1 0.776211 1
+1 0.816327 1
+1 0.865019 1
+0.249821 0.388128 0.804074
+0.250965 0.39028 0.80444
+0.251164 0.390661 0.804501
+0.250843 0.390051 0.804395
+0.250248 0.388907 0.804211
+0.249165 0.386877 0.803876
+0.247791 0.384298 0.803449
+0.246571 0.381979 0.803067
+0.245426 0.379797 0.802716
+0.248173 0.378683 0.803418
+0.291875 0.382773 0.815915
+0.335866 0.387655 0.830167
+0.376669 0.393805 0.844892
+0.413764 0.400015 0.854063
+0.448234 0.406256 0.856779
+0.48191 0.414511 0.86038
+0.515724 0.425315 0.865125
+0.550317 0.43888 0.871138
+0.585519 0.455024 0.878462
+0.622309 0.473808 0.887175
+0.661555 0.495186 0.897353
+0.70309 0.518135 0.908614
+0.748852 0.542657 0.921004
+0.802197 0.568811 0.93463
+0.867384 0.595575 0.948989
+0.962798 0.62356 0.964462
+0.976883 0.646204 0.976883
+0.989822 0.669306 0.989822
+1 0.694942 1
+1 0.727749 1
+1 0.760647 1
+1 0.798245 1
+1 0.84303 1
+0.275837 0.436576 0.812543
+0.27628 0.437385 0.81268
+0.276234 0.437293 0.812665
+0.275685 0.436301 0.812482
+0.274876 0.434806 0.812207
+0.273762 0.432746 0.811841
+0.272312 0.430076 0.811353
+0.270771 0.427237 0.810834
+0.26978 0.42475 0.810483
+0.291508 0.424659 0.8168
+0.32282 0.425971 0.826642
+0.355825 0.428214 0.837934
+0.388403 0.431479 0.850034
+0.421332 0.436011 0.863172
+0.453391 0.440696 0.871397
+0.484306 0.445502 0.873655
+0.515892 0.452262 0.876814
+0.548028 0.461311 0.881041
+0.58146 0.473091 0.88658
+0.616526 0.487358 0.8934
+0.653101 0.504036 0.901503
+0.692576 0.523262 0.911055
+0.735683 0.544411 0.921813
+0.784253 0.567132 0.933669
+0.843534 0.591684 0.946807
+0.922744 0.617227 0.960845
+0.973678 0.640406 0.973678
+0.985916 0.662379 0.985916
+0.998688 0.684886 0.998688
+1 0.714916 1
+1 0.746502 1
+1 0.781582 1
+1 0.823087 1
+0.298009 0.476921 0.820249
+0.298085 0.477073 0.820279
+0.297704 0.476387 0.820142
+0.297124 0.475334 0.819928
+0.296086 0.473457 0.819562
+0.29482 0.471153 0.819104
+0.293492 0.468681 0.818631
+0.300206 0.46659 0.8206
+0.313558 0.465141 0.824689
+0.331548 0.464454 0.830488
+0.352697 0.464027 0.837674
+0.376196 0.464302 0.846128
+0.401953 0.465629 0.855955
+0.429068 0.467826 0.866926
+0.457938 0.47129 0.879271
+0.487648 0.475181 0.887053
+0.516655 0.479057 0.888975
+0.546624 0.484886 0.891844
+0.578164 0.492851 0.89575
+0.611307 0.503319 0.900908
+0.64593 0.516014 0.90724
+0.683253 0.531319 0.914961
+0.723857 0.548943 0.924025
+0.769528 0.568643 0.934356
+0.822889 0.590021 0.945815
+0.891325 0.613062 0.95845
+0.971511 0.636439 0.971511
+0.98262 0.656489 0.98262
+0.994537 0.677607 0.994537
+1 0.703517 1
+1 0.732982 1
+1 0.766506 1
+1 0.805234 1
+0.3178 0.512367 0.827527
+0.317784 0.512352 0.827512
+0.317311 0.511513 0.827344
+0.316457 0.509972 0.827024
+0.31548 0.508247 0.826658
+0.327001 0.507271 0.830289
+0.339315 0.505913 0.834287
+0.348257 0.504097 0.837247
+0.356664 0.501884 0.840085
+0.367407 0.499947 0.843839
+0.381277 0.498695 0.848859
+0.397925 0.497749 0.855116
+0.41709 0.497536 0.862638
+0.439033 0.498314 0.871656
+0.463401 0.49984 0.882155
+0.490059 0.502663 0.894194
+0.517937 0.505776 0.901625
+0.546288 0.509102 0.903365
+0.575769 0.514138 0.905959
+0.607156 0.521401 0.909667
+0.64007 0.530785 0.914473
+0.675135 0.542412 0.92047
+0.713481 0.556451 0.927794
+0.756161 0.572885 0.936492
+0.805127 0.59115 0.946334
+0.866041 0.611368 0.957427
+0.952712 0.633402 0.969757
+0.980362 0.652445 0.980362
+0.99118 0.671702 0.99118
+1 0.693568 1
+1 0.721126 1
+1 0.75227 1
+1 0.788632 1
+0.336385 0.545266 0.834684
+0.336156 0.544854 0.834592
+0.335607 0.543893 0.834379
+0.336583 0.542443 0.834638
+0.359121 0.543114 0.842268
+0.374701 0.542672 0.847745
+0.384115 0.541085 0.851118
+0.389761 0.538659 0.853147
+0.394659 0.536156 0.854902
+0.400488 0.533516 0.857038
+0.408835 0.531136 0.860212
+0.420172 0.529458 0.864637
+0.434134 0.52813 0.870283
+0.451072 0.527398 0.877348
+0.471015 0.527886 0.88603
+0.493584 0.529061 0.896239
+0.519188 0.53138 0.908339
+0.546426 0.534096 0.915694
+0.574243 0.536858 0.917205
+0.603845 0.541344 0.919585
+0.635264 0.547936 0.923064
+0.668757 0.55642 0.92755
+0.704646 0.567086 0.933227
+0.744427 0.580072 0.9402
+0.790311 0.595376 0.948501
+0.844907 0.612497 0.957931
+0.917769 0.631525 0.968597
+0.979187 0.650339 0.979187
+0.988891 0.667659 0.988891
+0.999344 0.68603 0.999344
+1 0.711269 1
+1 0.740017 1
+1 0.773556 1
+0.354269 0.576623 0.841871
+0.353872 0.575936 0.841703
+0.356924 0.575174 0.84271
+0.38674 0.57731 0.853315
+0.404486 0.577264 0.859922
+0.415229 0.576104 0.864012
+0.421729 0.574075 0.866499
+0.425345 0.571344 0.867857
+0.427817 0.568322 0.868757
+0.43093 0.565454 0.869932
+0.435584 0.562493 0.871748
+0.442649 0.559869 0.874586
+0.452613 0.5579 0.878706
+0.465202 0.556298 0.884077
+0.480797 0.555413 0.890929
+0.499779 0.55552 0.899565
+0.521492 0.556405 0.909834
+0.54638 0.558419 0.922057
+0.573343 0.560662 0.929351
+0.601236 0.562982 0.930663
+0.631067 0.566934 0.93283
+0.662974 0.572869 0.936065
+0.697276 0.580652 0.940291
+0.735088 0.590524 0.945678
+0.777768 0.602686 0.952361
+0.827344 0.616632 0.960113
+0.891157 0.632624 0.9691
+0.97908 0.650156 0.97908
+0.987732 0.665599 0.987732
+0.996994 0.68191 0.996994
+1 0.703182 1
+1 0.729885 1
+1 0.760922 1
+0.37171 0.606912 0.849134
+0.372183 0.606256 0.849271
+0.408484 0.609674 0.862608
+0.43006 0.610712 0.871015
+0.44242 0.609979 0.875959
+0.449943 0.608179 0.878996
+0.454353 0.605722 0.880751
+0.456947 0.603006 0.881758
+0.457969 0.599603 0.882078
+0.459022 0.596185 0.882429
+0.461448 0.592996 0.883375
+0.465599 0.589807 0.885069
+0.471977 0.587076 0.887755
+0.481147 0.584955 0.891737
+0.492973 0.583108 0.897002
+0.507805 0.581994 0.903807
+0.526162 0.581903 0.91249
+0.547448 0.582544 0.922927
+0.572137 0.584222 0.935485
+0.599619 0.586084 0.942824
+0.62771 0.588037 0.943969
+0.657954 0.59147 0.945907
+0.691081 0.596826 0.948882
+0.726757 0.60383 0.952789
+0.766766 0.612833 0.957824
+0.813458 0.624033 0.964111
+0.870359 0.636896 0.971389
+0.950866 0.651698 0.979858
+0.987778 0.66569 0.987778
+0.995789 0.67982 0.995789
+1 0.697658 1
+1 0.721798 1
+1 0.749737 1
+0.389044 0.636835 0.856641
+0.426017 0.641428 0.870604
+0.451759 0.643198 0.880934
+0.466239 0.642954 0.886931
+0.475456 0.64181 0.890822
+0.480873 0.639673 0.893095
+0.484062 0.637064 0.894408
+0.485603 0.633951 0.894987
+0.485939 0.630533 0.895033
+0.485847 0.626795 0.894896
+0.486488 0.623117 0.895064
+0.488441 0.619516 0.895842
+0.492195 0.616129 0.897429
+0.498177 0.613138 0.900053
+0.506935 0.610956 0.904005
+0.518395 0.609003 0.9093
+0.532906 0.607813 0.916197
+0.55082 0.607553 0.924971
+0.572137 0.607935 0.93576
+0.597131 0.609277 0.948882
+0.624949 0.610758 0.956268
+0.654169 0.612238 0.957153
+0.685527 0.615167 0.958846
+0.719966 0.619898 0.961563
+0.757809 0.626154 0.965118
+0.801022 0.634211 0.969711
+0.853758 0.644343 0.975494
+0.922759 0.65594 0.982162
+0.989151 0.668132 0.989151
+0.996002 0.680186 0.996002
+1 0.695048 1
+1 0.715724 1
+1 0.74139 1
+0.43856 0.671992 0.876829
+0.470329 0.675441 0.889845
+0.488075 0.676219 0.897414
+0.498589 0.675258 0.901991
+0.50515 0.673487 0.904845
+0.509331 0.671244 0.906661
+0.511452 0.668223 0.90753
+0.512154 0.66479 0.907759
+0.512016 0.66125 0.907591
+0.511208 0.657267 0.907118
+0.510582 0.653162 0.906722
+0.510979 0.649119 0.906783
+0.512901 0.645487 0.907576
+0.516472 0.641962 0.909148
+0.522362 0.63888 0.911818
+0.530785 0.636362 0.91574
+0.542 0.634302 0.921096
+0.556451 0.632929 0.928191
+0.574319 0.632654 0.937209
+0.595804 0.632868 0.948425
+0.621363 0.633936 0.962219
+0.650187 0.634958 0.969787
+0.680735 0.635935 0.970397
+0.71371 0.63827 0.971771
+0.750286 0.642267 0.97409
+0.791501 0.647654 0.977218
+0.839521 0.654643 0.981262
+0.90164 0.663417 0.986343
+0.992081 0.673289 0.992081
+0.997452 0.682734 0.997452
+1 0.696788 1
+1 0.714733 1
+1 0.735744 1
+0.487343 0.708003 0.898344
+0.50753 0.709575 0.907149
+0.51989 0.709163 0.912642
+0.527993 0.70808 0.916304
+0.532815 0.705882 0.918471
+0.535607 0.702998 0.919676
+0.537133 0.699962 0.920302
+0.537301 0.696269 0.920287
+0.536507 0.692164 0.919799
+0.535348 0.688121 0.919142
+0.533913 0.683589 0.918349
+0.533135 0.679149 0.917861
+0.533639 0.675166 0.917998
+0.535378 0.671138 0.918715
+0.538888 0.667445 0.920302
+0.544778 0.664378 0.923064
+0.553063 0.661585 0.927031
+0.564248 0.659434 0.93254
+0.578759 0.658076 0.939864
+0.596963 0.657481 0.94931
+0.618708 0.657603 0.960967
+0.645274 0.658534 0.975692
+0.675532 0.658869 0.983459
+0.707744 0.659251 0.983703
+0.743297 0.660853 0.984665
+0.783047 0.663981 0.986511
+0.828946 0.668284 0.989029
+0.884825 0.673838 0.992279
+0.960494 0.680751 0.996307
+1 0.689052 1
+1 0.701839 1
+1 0.717372 1
+1 0.735027 1
+0.525841 0.743969 0.916609
+0.540124 0.744595 0.92311
+0.549081 0.743542 0.92723
+0.554833 0.741604 0.92987
+0.558618 0.739223 0.931594
+0.56051 0.736049 0.932418
+0.561151 0.732372 0.932616
+0.561059 0.728634 0.932479
+0.55996 0.724269 0.931823
+0.55819 0.719524 0.930846
+0.556481 0.714992 0.929915
+0.55491 0.710155 0.92903
+0.55407 0.705348 0.928496
+0.554528 0.701076 0.928618
+0.556222 0.696757 0.929335
+0.559762 0.692958 0.930983
+0.565621 0.689754 0.933806
+0.573968 0.68687 0.937911
+0.585214 0.684642 0.943587
+0.600031 0.683299 0.951247
+0.618433 0.682475 0.961044
+0.640955 0.682414 0.973404
+0.668406 0.682658 0.988998
+0.699153 0.68072 0.996185
+0.733669 0.680354 0.995987
+0.772091 0.681239 0.996506
+0.815106 0.683284 0.997711
+0.866331 0.686595 0.999664
+0.93138 0.692256 1
+1 0.700389 1
+1 0.710674 1
+1 0.723476 1
+1 0.738415 1
+0.559274 0.781552 0.933318
+0.569253 0.781262 0.937987
+0.57612 0.77998 0.941207
+0.580255 0.777447 0.94313
+0.582696 0.774334 0.944228
+0.584039 0.770947 0.944793
+0.5841 0.766781 0.944717
+0.583368 0.76231 0.944244
+0.582101 0.757687 0.943496
+0.580179 0.752667 0.942428
+0.577966 0.747494 0.941207
+0.575936 0.742321 0.940078
+0.574334 0.737118 0.939162
+0.573495 0.731975 0.938628
+0.573968 0.727382 0.93875
+0.575692 0.722881 0.939498
+0.579232 0.718715 0.941176
+0.585168 0.71545 0.944091
+0.59353 0.712551 0.948302
+0.60502 0.710155 0.954238
+0.620035 0.708827 0.962173
+0.638865 0.707942 0.972412
+0.661891 0.70695 0.985336
+0.688701 0.70396 1
+0.722393 0.702434 1
+0.758785 0.701991 1
+0.799603 0.702953 1
+0.846876 0.705074 1
+0.904219 0.708919 1
+0.984833 0.714931 1
+1 0.723003 1
+1 0.733242 1
+1 0.745663 1
+0.589273 0.822736 0.948943
+0.596307 0.821561 0.95227
+0.600992 0.819287 0.954482
+0.604013 0.816403 0.955871
+0.605554 0.812711 0.956527
+0.606149 0.808667 0.95671
+0.605829 0.804059 0.956436
+0.604685 0.798856 0.955734
+0.603021 0.793454 0.954772
+0.601053 0.788083 0.953658
+0.598505 0.782147 0.952239
+0.595987 0.776211 0.950835
+0.593927 0.770581 0.949676
+0.592309 0.764904 0.948745
+0.591516 0.759426 0.948211
+0.591974 0.754452 0.948333
+0.593744 0.749691 0.949111
+0.597314 0.745388 0.950851
+0.603311 0.741848 0.953857
+0.611811 0.738689 0.958206
+0.623377 0.73637 0.964294
+0.638697 0.735012 0.972549
+0.657679 0.733043 0.983063
+0.680827 0.729671 0.996292
+0.711727 0.727337 1
+0.746487 0.725811 1
+0.785229 0.725292 1
+0.829419 0.726284 1
+0.881559 0.728527 1
+0.949783 0.732479 1
+1 0.738613 1
+1 0.746639 1
+1 0.756374 1
+0.616602 0.869657 0.963668
+0.621378 0.867765 0.965911
+0.624369 0.8645 0.967269
+0.626261 0.860761 0.968078
+0.626947 0.856123 0.968307
+0.62681 0.85095 0.968093
+0.625986 0.845335 0.967544
+0.62475 0.839689 0.966796
+0.622812 0.83328 0.965667
+0.620569 0.826856 0.964385
+0.617975 0.820264 0.962921
+0.615122 0.813336 0.961318
+0.612512 0.806653 0.959854
+0.610468 0.800427 0.958679
+0.608804 0.794034 0.957687
+0.608057 0.788174 0.957183
+0.608499 0.782757 0.95729
+0.610254 0.777584 0.958083
+0.613855 0.773037 0.959838
+0.619883 0.769268 0.962905
+0.628397 0.766094 0.967346
+0.640055 0.763684 0.973571
+0.655955 0.760784 0.982269
+0.675593 0.757382 0.993317
+0.702434 0.754131 1
+0.735836 0.751888 1
+0.772229 0.750347 1
+0.813626 0.749813 1
+0.861997 0.750851 1
+0.922164 0.75317 1
+1 0.757229 1
+1 0.763546 1
+1 0.771282 1
+0.641855 0.927428 0.977707
+0.644785 0.924773 0.978988
+0.64625 0.919951 0.979522
+0.646845 0.914351 0.979644
+0.646922 0.908614 0.979522
+0.646128 0.901671 0.978958
+0.644862 0.894438 0.978149
+0.643259 0.88716 0.977188
+0.641154 0.879347 0.975952
+0.638712 0.871473 0.974548
+0.636057 0.863645 0.973037
+0.633082 0.855451 0.971344
+0.630167 0.84744 0.969696
+0.627573 0.83978 0.968215
+0.625376 0.832456 0.966934
+0.623713 0.825284 0.965927
+0.623041 0.818906 0.965454
+0.623316 0.812757 0.965469
+0.62501 0.807202 0.966232
+0.62858 0.802365 0.967987
+0.63444 0.798413 0.970993
+0.643122 0.794842 0.975555
+0.656184 0.790982 0.982605
+0.672755 0.787228 0.991791
+0.695552 0.783398 1
+0.726543 0.780148 1
+0.761212 0.777874 1
+0.799924 0.776272 0.99585
+0.844572 0.775921 0.991608
+0.899214 0.776837 0.988632
+0.973266 0.779232 0.987716
+1 0.783673 0.981628
+1 0.790219 0.967803
+0.662699 0.98941 0.98941
+0.664668 0.990265 0.990265
+0.666102 0.990875 0.990875
+0.666499 0.988495 0.990967
+0.665446 0.978759 0.990188
+0.664195 0.969177 0.989334
+0.662394 0.958389 0.988205
+0.660304 0.947646 0.986954
+0.658091 0.937346 0.985641
+0.65539 0.926345 0.984085
+0.652506 0.915679 0.982422
+0.649577 0.905623 0.980743
+0.646418 0.895354 0.978943
+0.643458 0.885771 0.977249
+0.640848 0.876738 0.975738
+0.638514 0.867964 0.974365
+0.63679 0.859754 0.973312
+0.635981 0.852323 0.972747
+0.636149 0.845502 0.972686
+0.637644 0.8392 0.973327
+0.641032 0.834211 0.975006
+0.648173 0.828992 0.978668
+0.658457 0.824109 0.984115
+0.670207 0.82005 0.98558
+0.690303 0.815824 0.982422
+0.719402 0.81146 0.97348
+0.751904 0.80824 0.966583
+0.788281 0.805554 0.960418
+0.829786 0.803922 0.955169
+0.879271 0.803586 0.952667
+0.944183 0.804608 0.951904
+1 0.807858 0.94461
+1 0.81355 0.93193
+0.669429 0.992309 0.992309
+0.670771 0.992889 0.992889
+0.671626 0.993271 0.993271
+0.67216 0.9935 0.9935
+0.672297 0.993561 0.993561
+0.67216 0.9935 0.9935
+0.67187 0.993362 0.993362
+0.671305 0.993133 0.993133
+0.670558 0.992813 0.992798
+0.669764 0.992462 0.992462
+0.668177 0.987732 0.991638
+0.664775 0.971633 0.98967
+0.66157 0.957595 0.987808
+0.658213 0.943725 0.98587
+0.655085 0.931075 0.984054
+0.652354 0.919997 0.982452
+0.64979 0.90901 0.980926
+0.647822 0.899062 0.979721
+0.646738 0.890349 0.978988
+0.646601 0.882185 0.978729
+0.647715 0.874815 0.974441
+0.649897 0.86865 0.968414
+0.654078 0.863127 0.963516
+0.663645 0.85803 0.959152
+0.687358 0.852171 0.950713
+0.714015 0.846784 0.943038
+0.744183 0.84213 0.936431
+0.778592 0.83856 0.931365
+0.817304 0.835676 0.927504
+0.863035 0.833844 0.924895
+0.920211 0.833722 0.923919
+0.980865 0.836622 0.914183
+1 0.841459 0.903243
+0.674815 0.994644 0.994644
+0.675517 0.994949 0.994949
+0.675853 0.995087 0.995087
+0.675914 0.995117 0.995117
+0.675792 0.995071 0.995071
+0.67541 0.994904 0.994904
+0.674861 0.994659 0.994659
+0.674174 0.994369 0.994369
+0.67332 0.994003 0.994003
+0.672358 0.993576 0.993576
+0.671382 0.993164 0.993164
+0.670253 0.992676 0.992676
+0.669108 0.992172 0.992172
+0.668025 0.991714 0.991714
+0.666957 0.991257 0.991257
+0.665934 0.990417 0.990799
+0.66276 0.974487 0.988876
+0.660487 0.959533 0.987381
+0.655055 0.946975 0.976638
+0.650431 0.936202 0.965728
+0.64715 0.926314 0.956008
+0.645792 0.917891 0.948211
+0.648341 0.910842 0.942107
+0.665797 0.902083 0.93312
+0.686595 0.894286 0.925231
+0.711025 0.887678 0.918715
+0.738705 0.881575 0.912703
+0.770352 0.876326 0.907622
+0.806928 0.872343 0.90396
+0.848966 0.869215 0.901198
+0.900191 0.867369 0.89929
+0.937743 0.870954 0.890272
+0.988235 0.874449 0.890105
+0.683024 0.998199 0.998199
+0.683436 0.998383 0.998383
+0.683497 0.998398 0.998398
+0.683253 0.998291 0.998291
+0.682872 0.998138 0.998138
+0.682246 0.997864 0.997864
+0.681437 0.997513 0.997513
+0.680522 0.997116 0.997116
+0.6795 0.996674 0.996674
+0.678325 0.99617 0.99617
+0.677119 0.995636 0.995636
+0.675807 0.995071 0.995071
+0.674495 0.994507 0.994507
+0.673152 0.993927 0.993927
+0.671901 0.993378 0.993378
+0.671016 0.993011 0.993011
+0.670329 0.992676 0.981735
+0.669978 0.992477 0.969039
+0.670054 0.992477 0.957427
+0.670695 0.992721 0.946563
+0.671977 0.993103 0.937118
+0.666285 0.979751 0.927535
+0.662699 0.96875 0.919417
+0.670298 0.958236 0.911849
+0.688548 0.947234 0.904433
+0.71017 0.937667 0.897993
+0.735607 0.929702 0.89276
+0.764416 0.921401 0.887007
+0.797818 0.915679 0.883177
+0.836759 0.91078 0.880674
+0.88365 0.907103 0.87924
+0.934234 0.906279 0.884581
+0.988556 0.90837 0.893629
+0.702464 1 1
+0.702983 1 1
+0.702647 1 1
+0.70132 1 1
+0.69929 1 1
+0.696925 1 1
+0.693828 1 1
+0.690166 1 1
+0.686946 0.999893 0.999893
+0.685664 0.999344 0.999344
+0.684291 0.998749 0.998749
+0.682933 0.998154 0.998154
+0.681453 0.997513 0.997513
+0.679988 0.996887 0.996887
+0.678569 0.996262 0.987716
+0.677058 0.995575 0.972686
+0.675792 0.994995 0.959487
+0.675212 0.99472 0.948287
+0.674968 0.994583 0.937835
+0.675196 0.994675 0.927794
+0.676143 0.995071 0.918898
+0.677791 0.995789 0.910277
+0.680354 0.996933 0.901854
+0.684047 0.998581 0.893706
+0.692592 1 0.885893
+0.711574 1 0.879667
+0.734371 0.993469 0.874998
+0.760876 0.982025 0.870405
+0.791806 0.972305 0.866575
+0.827848 0.965026 0.864103
+0.87039 0.958953 0.862074
+0.925002 0.954284 0.861448
+1 0.952255 0.865507
+0.733364 1 1
+0.733257 1 1
+0.732219 1 1
+0.730587 1 1
+0.728161 1 1
+0.72517 1 1
+0.721859 1 1
+0.717876 1 1
+0.713481 1 1
+0.708995 1 1
+0.704021 1 1
+0.698711 1 1
+0.693599 1 0.999344
+0.688167 1 0.983291
+0.685786 0.99939 0.969451
+0.684245 0.998703 0.956344
+0.682689 0.998001 0.94345
+0.68127 0.99736 0.931411
+0.680797 0.997147 0.921447
+0.680674 0.997086 0.911589
+0.681102 0.997269 0.902602
+0.682277 0.997787 0.894392
+0.68423 0.998657 0.886
+0.687144 0.999985 0.878065
+0.699916 1 0.871519
+0.716014 1 0.865339
+0.735821 1 0.860075
+0.759976 1 0.855711
+0.78793 1 0.851957
+0.820737 1 0.849134
+0.860548 1 0.847898
+0.90959 1 0.847211
+0.977218 1 0.84744
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.208148 0.144884 0.776654
+0.350118 0.176181 0.783688
+0.419699 0.194705 0.788312
+0.471199 0.209461 0.792248
+0.515602 0.222812 0.795987
+0.556008 0.235386 0.799664
+0.595285 0.247974 0.803494
+0.660456 0.346761 0.835599
+0.736187 0.451621 0.878157
+0.809384 0.516655 0.908705
+0.90042 0.569024 0.935409
+0.956542 0.608835 0.956542
+0.974685 0.642222 0.974685
+0.992935 0.674815 0.992935
+1 0.713802 1
+1 0.757565 1
+1 0.80383 1
+1 0.85478 1
+1 0.914778 1
+1 1 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.204868 0.144289 0.776516
+0.343435 0.174502 0.783291
+0.41294 0.192828 0.787839
+0.464698 0.207553 0.79173
+0.508385 0.2206 0.795361
+0.548623 0.233066 0.798978
+0.587655 0.245502 0.802731
+0.654566 0.354177 0.838209
+0.726299 0.450141 0.877424
+0.796384 0.512917 0.906798
+0.879011 0.563073 0.932219
+0.954208 0.604456 0.954208
+0.972122 0.637583 0.972122
+0.989807 0.669291 0.989807
+1 0.70573 1
+1 0.748669 1
+1 0.793484 1
+1 0.842206 1
+1 0.899428 1
+1 0.976959 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.198367 0.143114 0.776272
+0.33579 0.17261 0.782834
+0.405692 0.190829 0.78732
+0.457145 0.205356 0.791135
+0.500725 0.21828 0.79469
+0.540917 0.23064 0.79826
+0.579553 0.242893 0.801938
+0.647807 0.358663 0.83978
+0.716106 0.447807 0.87631
+0.782452 0.507851 0.904265
+0.858976 0.556725 0.928862
+0.951629 0.599603 0.951629
+0.969039 0.631952 0.969039
+0.986419 0.663279 0.986419
+1 0.696895 1
+1 0.73901 1
+1 0.78291 1
+1 0.830228 1
+1 0.883238 1
+1 0.953338 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.191897 0.14197 0.776043
+0.328695 0.170871 0.782422
+0.397955 0.188724 0.786786
+0.449073 0.203021 0.790509
+0.492927 0.21593 0.794034
+0.53257 0.228046 0.797498
+0.570626 0.24004 0.801068
+0.640162 0.361196 0.840635
+0.70489 0.443931 0.874525
+0.768109 0.50193 0.901335
+0.840467 0.550256 0.92546
+0.938415 0.593378 0.948272
+0.965789 0.625986 0.965789
+0.982788 0.656794 0.982788
+1 0.687343 1
+1 0.728573 1
+1 0.771481 1
+1 0.81706 1
+1 0.867658 1
+1 0.930968 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.187228 0.141161 0.775876
+0.320256 0.168826 0.781949
+0.389654 0.186481 0.786221
+0.441169 0.200748 0.789899
+0.484443 0.213397 0.793332
+0.524056 0.225406 0.796735
+0.562112 0.237491 0.80029
+0.631113 0.361578 0.840681
+0.693187 0.439368 0.87245
+0.754162 0.495903 0.89839
+0.821195 0.542626 0.921508
+0.9084 0.585031 0.943709
+0.962386 0.619699 0.962386
+0.978912 0.649851 0.978912
+0.995819 0.679866 0.995819
+1 0.718196 1
+1 0.759548 1
+1 0.803418 1
+1 0.851682 1
+1 0.909575 1
+1 0.987182 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.182696 0.140383 0.775708
+0.312245 0.166903 0.781506
+0.381445 0.184298 0.785687
+0.432563 0.198306 0.789258
+0.475654 0.210773 0.792615
+0.515145 0.222675 0.795941
+0.555779 0.24683 0.802762
+0.622385 0.362737 0.841031
+0.681819 0.435416 0.870649
+0.740063 0.489616 0.895338
+0.803174 0.53521 0.917678
+0.881239 0.576455 0.939086
+0.95874 0.612955 0.95874
+0.974868 0.642557 0.974868
+0.991363 0.672038 0.991363
+1 0.706508 1
+1 0.747616 1
+1 0.78996 1
+1 0.835477 1
+1 0.889403 1
+1 0.956741 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.180652 0.140047 0.775647
+0.305486 0.165316 0.78114
+0.373297 0.182147 0.785153
+0.42385 0.195865 0.788617
+0.46714 0.20827 0.791928
+0.505898 0.219852 0.795148
+0.552056 0.267964 0.808743
+0.614267 0.366506 0.842359
+0.670253 0.432135 0.869154
+0.725689 0.483528 0.892393
+0.785931 0.528038 0.914031
+0.856992 0.568109 0.93463
+0.955077 0.606104 0.955077
+0.970947 0.635431 0.970947
+0.986862 0.664057 0.986862
+1 0.694987 1
+1 0.734691 1
+1 0.77586 1
+1 0.819608 1
+1 0.869093 1
+1 0.92958 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.183047 0.140444 0.775723
+0.298756 0.16376 0.780774
+0.365209 0.180041 0.784634
+0.415488 0.19353 0.788022
+0.457969 0.2056 0.791196
+0.496696 0.21706 0.794354
+0.550256 0.293782 0.816602
+0.606332 0.372335 0.844495
+0.659602 0.431067 0.868605
+0.71223 0.478889 0.89015
+0.768414 0.520943 0.910445
+0.834257 0.560006 0.930343
+0.922148 0.597177 0.950164
+0.966766 0.627771 0.966766
+0.982361 0.656031 0.982361
+0.998367 0.684337 0.998367
+1 0.722026 1
+1 0.76202 1
+1 0.803525 1
+1 0.84979 1
+1 0.903899 1
+1 0.980133 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.187976 0.141283 0.775906
+0.29366 0.162585 0.780514
+0.35819 0.178241 0.784192
+0.407095 0.191226 0.787427
+0.448905 0.202976 0.790494
+0.49398 0.24239 0.800946
+0.548394 0.320439 0.825315
+0.599435 0.381613 0.84799
+0.649088 0.431952 0.868894
+0.699336 0.475746 0.888609
+0.752682 0.51545 0.907668
+0.813458 0.552697 0.926482
+0.890272 0.588342 0.945327
+0.962936 0.620737 0.962936
+0.977844 0.647929 0.977844
+0.993317 0.675471 0.993317
+1 0.709407 1
+1 0.747799 1
+1 0.787915 1
+1 0.831601 1
+1 0.88101 1
+1 0.945571 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.196887 0.142855 0.776226
+0.291081 0.162005 0.780377
+0.351553 0.176547 0.78378
+0.399161 0.18909 0.786877
+0.44889 0.236133 0.798886
+0.498848 0.294575 0.816403
+0.546807 0.347234 0.834669
+0.593271 0.393698 0.852674
+0.639506 0.43563 0.87039
+0.6869 0.474479 0.887938
+0.737575 0.511284 0.905547
+0.793851 0.546227 0.923095
+0.863005 0.580438 0.941024
+0.959381 0.61413 0.959381
+0.973678 0.640391 0.973678
+0.988495 0.666957 0.988495
+1 0.696666 1
+1 0.733852 1
+1 0.772381 1
+1 0.812818 1
+1 0.859297 1
+1 0.916823 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132692 0.774166
+0.132952 0.133501 0.774212
+0.134874 0.138888 0.774594
+0.141909 0.157885 0.776028
+0.221897 0.186679 0.785351
+0.303304 0.213779 0.792157
+0.362493 0.241779 0.799817
+0.412985 0.272496 0.808942
+0.458732 0.30515 0.819501
+0.5028 0.339498 0.831556
+0.545373 0.373846 0.844556
+0.587686 0.408103 0.858442
+0.631342 0.442588 0.87332
+0.675868 0.476005 0.888548
+0.723003 0.508721 0.904219
+0.776226 0.541497 0.920607
+0.838453 0.573465 0.937255
+0.922164 0.605417 0.954528
+0.969833 0.633387 0.969833
+0.983948 0.658885 0.983948
+0.99884 0.685161 0.99884
+1 0.72079 1
+1 0.757305 1
+1 0.79556 1
+1 0.838712 1
+1 0.890608 1
+0.189837 0.269093 0.787076
+0.193072 0.275898 0.7879
+0.194766 0.279423 0.788327
+0.195468 0.280888 0.78851
+0.195529 0.281025 0.78854
+0.194812 0.27953 0.788342
+0.19408 0.277989 0.788159
+0.193606 0.276997 0.788037
+0.193622 0.277028 0.788037
+0.19469 0.279255 0.788312
+0.197253 0.284611 0.788983
+0.26685 0.298482 0.806943
+0.332296 0.312352 0.821134
+0.382101 0.324666 0.825574
+0.425376 0.339193 0.83093
+0.46595 0.356863 0.837598
+0.505028 0.377188 0.845548
+0.543877 0.400137 0.854887
+0.5832 0.425269 0.865538
+0.623667 0.452201 0.87747
+0.66566 0.480232 0.89041
+0.710567 0.509133 0.904326
+0.759701 0.538369 0.918944
+0.817075 0.568246 0.934432
+0.889982 0.598276 0.950545
+0.966278 0.626871 0.966278
+0.979797 0.651438 0.979797
+0.993927 0.676555 0.993927
+1 0.707424 1
+1 0.743038 1
+1 0.77966 1
+1 0.819638 1
+1 0.867262 1
+0.236576 0.362875 0.800015
+0.23801 0.365621 0.800443
+0.23859 0.366735 0.800626
+0.238422 0.366415 0.80058
+0.237842 0.365301 0.800397
+0.236912 0.363531 0.800122
+0.235554 0.360922 0.79971
+0.234241 0.358373 0.799329
+0.233326 0.356603 0.799054
+0.232868 0.355703 0.798917
+0.238499 0.356741 0.800366
+0.299168 0.364263 0.817761
+0.351919 0.372671 0.835477
+0.395865 0.380652 0.84625
+0.43447 0.388342 0.849485
+0.471015 0.39826 0.853651
+0.506752 0.410712 0.858961
+0.542947 0.426184 0.86566
+0.579217 0.444205 0.87364
+0.616938 0.464698 0.882994
+0.656687 0.487602 0.893767
+0.698924 0.512123 0.905684
+0.7449 0.537835 0.918578
+0.797787 0.564797 0.93254
+0.862699 0.592599 0.947387
+0.955932 0.621347 0.963241
+0.976104 0.644785 0.976104
+0.989471 0.668681 0.989471
+1 0.695293 1
+1 0.729076 1
+1 0.764035 1
+1 0.801587 1
+1 0.845167 1
+0.267903 0.421927 0.809888
+0.268482 0.423011 0.810071
+0.268498 0.423041 0.810086
+0.268116 0.422324 0.809949
+0.267384 0.420981 0.80972
+0.266178 0.418738 0.809323
+0.264881 0.416327 0.808896
+0.26334 0.413458 0.808392
+0.261845 0.410681 0.807904
+0.260792 0.408728 0.807568
+0.284611 0.409522 0.814359
+0.328008 0.412985 0.828046
+0.36846 0.417594 0.842283
+0.406592 0.423163 0.856977
+0.441993 0.428687 0.866148
+0.475273 0.434379 0.868772
+0.508446 0.441993 0.872251
+0.541894 0.452155 0.876921
+0.576181 0.464912 0.882826
+0.611887 0.480201 0.890043
+0.648951 0.497871 0.898543
+0.688563 0.517876 0.9084
+0.731899 0.540047 0.9196
+0.780529 0.563653 0.931853
+0.8392 0.588861 0.945296
+0.917128 0.615152 0.959701
+0.973053 0.639261 0.973053
+0.985565 0.661768 0.985565
+0.99884 0.685145 0.99884
+1 0.716548 1
+1 0.749508 1
+1 0.784787 1
+1 0.825254 1
+0.292775 0.46746 0.818387
+0.293004 0.467872 0.818463
+0.292699 0.467323 0.818357
+0.292134 0.4663 0.818158
+0.291142 0.464515 0.817807
+0.289876 0.462211 0.817365
+0.28838 0.459495 0.816846
+0.286915 0.45684 0.816327
+0.285267 0.453819 0.815763
+0.298619 0.452476 0.819699
+0.325704 0.453025 0.82826
+0.35552 0.454078 0.838422
+0.385901 0.455833 0.849577
+0.417075 0.459007 0.861845
+0.448493 0.463004 0.875029
+0.47985 0.467185 0.883345
+0.510338 0.471763 0.885588
+0.541253 0.477989 0.888609
+0.573434 0.486442 0.892714
+0.607034 0.49749 0.898116
+0.642237 0.510979 0.904768
+0.679652 0.526848 0.912734
+0.720378 0.545144 0.922087
+0.766064 0.56553 0.932738
+0.819028 0.587518 0.944488
+0.885878 0.610925 0.957275
+0.970947 0.635431 0.970947
+0.982391 0.656077 0.982391
+0.994614 0.67776 0.994614
+1 0.705226 1
+1 0.736355 1
+1 0.769345 1
+1 0.807416 1
+0.314122 0.505821 0.826139
+0.314275 0.506111 0.8262
+0.313832 0.505287 0.826032
+0.312993 0.503807 0.825727
+0.31191 0.501884 0.82533
+0.310704 0.499702 0.824872
+0.310567 0.497017 0.824735
+0.32047 0.495232 0.827802
+0.33109 0.493431 0.831174
+0.344945 0.491859 0.835752
+0.362524 0.490959 0.84184
+0.382788 0.4907 0.84921
+0.404791 0.490791 0.857618
+0.42887 0.491661 0.867308
+0.455283 0.493675 0.878492
+0.483406 0.496818 0.891051
+0.512306 0.50016 0.898909
+0.541573 0.503899 0.900832
+0.571618 0.509255 0.903563
+0.603281 0.516747 0.907362
+0.636637 0.52668 0.912413
+0.671885 0.538735 0.918608
+0.710277 0.553231 0.926131
+0.75288 0.570153 0.935058
+0.801572 0.588937 0.945144
+0.861784 0.609689 0.956497
+0.94583 0.63212 0.969024
+0.980179 0.652125 0.980179
+0.991409 0.672129 0.991409
+1 0.695277 1
+1 0.72462 1
+1 0.755352 1
+1 0.790585 1
+0.333791 0.540703 0.833661
+0.333593 0.540337 0.833585
+0.333059 0.539406 0.833371
+0.332128 0.537774 0.833021
+0.333623 0.536019 0.833432
+0.351888 0.535912 0.839521
+0.36466 0.534936 0.843915
+0.372152 0.532708 0.84651
+0.378424 0.530312 0.848707
+0.385809 0.527932 0.851347
+0.395773 0.525719 0.855024
+0.40853 0.523964 0.859892
+0.424384 0.523079 0.866178
+0.442924 0.522591 0.873808
+0.463966 0.523064 0.882841
+0.487877 0.52462 0.893553
+0.514336 0.527138 0.905959
+0.542016 0.52987 0.913558
+0.570581 0.533043 0.915267
+0.600412 0.537697 0.917723
+0.6318 0.544335 0.921218
+0.665705 0.553353 0.925963
+0.701549 0.56437 0.931807
+0.741238 0.577676 0.938918
+0.786954 0.593454 0.947463
+0.840955 0.611032 0.957122
+0.912001 0.630426 0.967971
+0.97908 0.650156 0.97908
+0.989181 0.668177 0.989181
+1 0.687617 1
+1 0.714519 1
+1 0.743084 1
+1 0.775876 1
+0.352361 0.573266 0.841077
+0.351965 0.572595 0.840925
+0.351217 0.571283 0.84062
+0.366079 0.57174 0.845731
+0.388022 0.57232 0.853605
+0.40119 0.571389 0.858473
+0.409369 0.569665 0.86154
+0.413886 0.567041 0.863203
+0.417075 0.564141 0.864378
+0.420645 0.56112 0.86569
+0.426307 0.558495 0.867872
+0.434241 0.555947 0.871015
+0.444984 0.553918 0.87541
+0.458671 0.552621 0.881178
+0.475181 0.551827 0.88835
+0.494667 0.551812 0.897154
+0.517189 0.553033 0.907713
+0.542626 0.555154 0.92015
+0.569772 0.557382 0.927642
+0.598138 0.560067 0.929137
+0.628138 0.564202 0.931395
+0.659922 0.570184 0.934646
+0.694392 0.578378 0.939086
+0.732113 0.58854 0.94461
+0.774105 0.600809 0.951339
+0.823713 0.615412 0.959426
+0.886336 0.631846 0.968658
+0.979065 0.650111 0.979065
+0.988098 0.666255 0.988098
+0.997864 0.683452 0.997864
+1 0.706737 1
+1 0.733013 1
+1 0.763378 1
+0.370123 0.604196 0.848478
+0.369787 0.603586 0.848325
+0.39115 0.605081 0.855985
+0.41706 0.606592 0.865782
+0.431998 0.606363 0.871641
+0.440848 0.604746 0.875151
+0.446113 0.602441 0.877226
+0.449256 0.599802 0.878447
+0.450645 0.596445 0.87892
+0.451987 0.593027 0.879377
+0.454704 0.589822 0.88043
+0.459403 0.586816 0.882338
+0.466209 0.58407 0.885191
+0.475898 0.581933 0.889342
+0.488334 0.58024 0.89485
+0.503731 0.579217 0.901854
+0.522362 0.578973 0.910613
+0.544244 0.579904 0.921294
+0.569177 0.581674 0.933928
+0.596613 0.583535 0.941466
+0.624964 0.585733 0.942733
+0.655207 0.589334 0.944747
+0.688029 0.59469 0.947738
+0.723873 0.602167 0.951888
+0.763699 0.61149 0.957076
+0.809476 0.622827 0.963439
+0.865858 0.636332 0.971069
+0.943893 0.651621 0.979797
+0.988128 0.666316 0.988128
+0.99675 0.681498 0.99675
+1 0.701549 1
+1 0.724498 1
+1 0.752743 1
+0.387839 0.63476 0.856107
+0.409537 0.636942 0.864134
+0.441367 0.639918 0.8766
+0.458183 0.64004 0.883467
+0.468284 0.638819 0.887663
+0.474769 0.637079 0.890379
+0.478416 0.634516 0.891875
+0.480156 0.631312 0.892531
+0.480797 0.628031 0.892714
+0.480827 0.624292 0.892622
+0.481483 0.620462 0.89279
+0.483833 0.617075 0.893736
+0.487861 0.613718 0.89543
+0.494163 0.610788 0.898177
+0.503151 0.608515 0.902205
+0.515084 0.606714 0.907698
+0.5299 0.605524 0.914702
+0.548012 0.605219 0.923537
+0.569589 0.605737 0.934432
+0.59469 0.607172 0.947555
+0.622293 0.608576 0.955062
+0.651606 0.610407 0.956146
+0.682826 0.613519 0.957931
+0.716854 0.618311 0.960662
+0.754665 0.62501 0.964477
+0.797406 0.633402 0.969238
+0.84889 0.643763 0.975158
+0.916518 0.656092 0.982238
+0.9897 0.669108 0.9897
+0.996979 0.68188 0.996979
+1 0.699168 1
+1 0.719188 1
+1 0.74432 1
+0.423239 0.668055 0.870741
+0.461326 0.672557 0.886
+0.481071 0.673442 0.894316
+0.493202 0.672969 0.899535
+0.50045 0.67129 0.902678
+0.504829 0.668879 0.90457
+0.507424 0.666102 0.905653
+0.508354 0.662699 0.905974
+0.508217 0.659007 0.905806
+0.507683 0.655238 0.905455
+0.507134 0.651148 0.905089
+0.507576 0.647044 0.90518
+0.509697 0.643488 0.906065
+0.51342 0.639963 0.907683
+0.519402 0.636774 0.910384
+0.528161 0.634394 0.914458
+0.539635 0.632364 0.919921
+0.554253 0.631052 0.927062
+0.572274 0.630762 0.936141
+0.593866 0.630991 0.947372
+0.619287 0.63212 0.961059
+0.647791 0.633188 0.968795
+0.678157 0.634424 0.969543
+0.710857 0.637003 0.971054
+0.747051 0.641245 0.973526
+0.787747 0.647028 0.976852
+0.835081 0.654459 0.981155
+0.895399 0.66363 0.98645
+0.983581 0.674327 0.99266
+0.998627 0.684779 0.998627
+1 0.699825 1
+1 0.717113 1
+1 0.73904 1
+0.47834 0.704982 0.894423
+0.501839 0.707301 0.904555
+0.515404 0.707088 0.910552
+0.524025 0.705943 0.914427
+0.529519 0.70399 0.916884
+0.532616 0.701167 0.918227
+0.534142 0.697917 0.918853
+0.534661 0.694484 0.91899
+0.533974 0.69041 0.918563
+0.532677 0.686122 0.91783
+0.531456 0.681834 0.917144
+0.530724 0.677394 0.916686
+0.531182 0.673259 0.916793
+0.533181 0.669429 0.917632
+0.536812 0.665736 0.919264
+0.542657 0.662425 0.921996
+0.551278 0.659892 0.926131
+0.5626 0.657755 0.931685
+0.577173 0.656245 0.93901
+0.595453 0.655756 0.948486
+0.617105 0.65594 0.960067
+0.64332 0.656764 0.974578
+0.673289 0.65745 0.982635
+0.705058 0.658076 0.983017
+0.740093 0.659968 0.984146
+0.779126 0.663386 0.98616
+0.824414 0.668269 0.989013
+0.879393 0.67451 0.99266
+0.954376 0.682124 0.997086
+1 0.691402 1
+1 0.70396 1
+1 0.719188 1
+1 0.738216 1
+0.520394 0.74168 0.914092
+0.536156 0.74255 0.921218
+0.546029 0.741741 0.92575
+0.55227 0.739864 0.928618
+0.55613 0.73727 0.930358
+0.558495 0.734417 0.931411
+0.559289 0.730755 0.931685
+0.559091 0.726772 0.931487
+0.558251 0.722667 0.930968
+0.556558 0.717968 0.930022
+0.554711 0.713191 0.929015
+0.553323 0.708598 0.928222
+0.552529 0.703807 0.927733
+0.552865 0.69929 0.927779
+0.554833 0.695232 0.928634
+0.55845 0.691402 0.930297
+0.564263 0.687999 0.933089
+0.5729 0.685313 0.937346
+0.584237 0.683085 0.943053
+0.598901 0.681498 0.950637
+0.617472 0.680888 0.96051
+0.639811 0.680842 0.972747
+0.667033 0.681376 0.988205
+0.699016 0.681498 0.996643
+0.733196 0.681422 0.996612
+0.771298 0.682475 0.997238
+0.814649 0.684993 0.998718
+0.865721 0.688731 1
+0.929671 0.694316 1
+1 0.702281 1
+1 0.712322 1
+1 0.725017 1
+1 0.740963 1
+0.555795 0.779629 0.93164
+0.566674 0.779538 0.936706
+0.574105 0.778271 0.9402
+0.578576 0.775784 0.942275
+0.581262 0.772717 0.943481
+0.582666 0.769192 0.944076
+0.583001 0.76527 0.944137
+0.582361 0.7608 0.943694
+0.581109 0.75613 0.942962
+0.579293 0.751232 0.941955
+0.577081 0.746014 0.940734
+0.574884 0.740597 0.939513
+0.573495 0.735653 0.938704
+0.572686 0.73051 0.938201
+0.573098 0.72578 0.938277
+0.575006 0.721431 0.939132
+0.578637 0.717281 0.940856
+0.584512 0.713802 0.94374
+0.593149 0.711101 0.948089
+0.604715 0.708675 0.954055
+0.619547 0.707042 0.961898
+0.638514 0.706325 0.972213
+0.661707 0.706065 0.985229
+0.69015 0.705653 1
+0.7234 0.704356 1
+0.759121 0.703853 1
+0.799191 0.704479 1
+0.846189 0.706737 1
+0.902785 0.710475 1
+0.981552 0.716136 1
+1 0.724224 1
+1 0.734462 1
+1 0.747509 1
+0.586938 0.820813 0.947768
+0.594614 0.819745 0.9514
+0.599695 0.817487 0.953796
+0.603098 0.814755 0.955367
+0.604898 0.81117 0.956161
+0.605509 0.806928 0.956359
+0.605432 0.802563 0.956207
+0.604364 0.797375 0.955535
+0.602747 0.791959 0.954604
+0.600702 0.786404 0.953445
+0.598306 0.780713 0.952117
+0.595789 0.774777 0.950698
+0.593729 0.769146 0.949554
+0.592187 0.763516 0.948638
+0.59144 0.758053 0.94815
+0.591806 0.752819 0.948211
+0.59382 0.748287 0.949126
+0.597482 0.743954 0.950896
+0.603479 0.74023 0.953902
+0.612192 0.737255 0.958389
+0.623865 0.734874 0.964538
+0.639017 0.733211 0.972717
+0.658457 0.732479 0.98349
+0.682185 0.730907 0.997086
+0.712489 0.72845 1
+0.746944 0.727138 1
+0.785183 0.726558 1
+0.828534 0.727245 1
+0.8804 0.72961 1
+0.947601 0.733425 1
+1 0.739178 1
+1 0.747417 1
+1 0.757885 1
+0.614984 0.867323 0.962814
+0.620539 0.865888 0.965438
+0.623896 0.862699 0.96698
+0.625849 0.858625 0.967834
+0.626963 0.854414 0.968261
+0.626963 0.849287 0.968139
+0.626245 0.843671 0.967636
+0.625132 0.838117 0.966949
+0.62324 0.831708 0.965835
+0.620951 0.825177 0.964538
+0.618509 0.818814 0.963149
+0.615671 0.811902 0.961563
+0.613077 0.805234 0.960113
+0.611063 0.798993 0.958938
+0.609461 0.792645 0.957992
+0.608728 0.786709 0.957488
+0.609262 0.781277 0.957656
+0.611185 0.776196 0.958526
+0.614908 0.771634 0.960372
+0.621103 0.767819 0.963531
+0.629786 0.764584 0.968063
+0.641581 0.762066 0.97438
+0.657267 0.760433 0.982986
+0.676753 0.75819 0.993988
+0.70338 0.754971 1
+0.736217 0.752697 1
+0.772137 0.751125 1
+0.813123 0.750515 1
+0.860639 0.751324 1
+0.920195 0.753719 1
+1 0.757656 1
+1 0.76376 1
+1 0.77203 1
+0.641199 0.925017 0.977325
+0.644373 0.921981 0.978698
+0.646418 0.917754 0.979538
+0.647303 0.912276 0.979797
+0.647379 0.906126 0.97969
+0.646967 0.899748 0.979324
+0.645838 0.892592 0.978592
+0.644175 0.884962 0.977584
+0.642313 0.877653 0.976486
+0.639963 0.869871 0.975143
+0.637171 0.861631 0.973556
+0.634409 0.853849 0.971984
+0.631525 0.845899 0.970352
+0.62887 0.838071 0.968826
+0.626856 0.831006 0.967651
+0.625238 0.823819 0.966674
+0.624521 0.817166 0.966171
+0.625116 0.811337 0.966369
+0.626993 0.805737 0.967224
+0.630732 0.800763 0.969085
+0.636896 0.796857 0.972274
+0.645624 0.793439 0.976883
+0.657526 0.790906 0.983337
+0.673838 0.787579 0.992401
+0.696391 0.783795 1
+0.726757 0.780529 1
+0.760998 0.778149 1
+0.799329 0.776562 1
+0.843305 0.776028 1
+0.897429 0.77702 1
+0.970108 0.779324 1
+1 0.783413 1
+1 0.789792 1
+0.663218 0.989639 0.989639
+0.665507 0.990631 0.990631
+0.667109 0.991318 0.991318
+0.667262 0.985489 0.99118
+0.666468 0.975921 0.990539
+0.665278 0.965911 0.989731
+0.663844 0.955917 0.988815
+0.661936 0.945281 0.987655
+0.659709 0.93463 0.986343
+0.657298 0.924315 0.984955
+0.654521 0.913787 0.983352
+0.651499 0.903319 0.981643
+0.648615 0.89369 0.979995
+0.645731 0.884092 0.978347
+0.643046 0.874708 0.976791
+0.641016 0.866361 0.975586
+0.639429 0.858198 0.974624
+0.638666 0.850538 0.974075
+0.6392 0.843992 0.974227
+0.641001 0.837644 0.975036
+0.644617 0.832364 0.976837
+0.650599 0.828214 0.97995
+0.659632 0.824125 0.984741
+0.672801 0.81973 0.991943
+0.69102 0.815824 1
+0.719631 0.81146 1
+0.751446 0.807919 1
+0.787655 0.805493 1
+0.828702 0.803815 1
+0.877424 0.803311 1
+0.941375 0.804364 1
+1 0.80679 1
+1 0.811337 1
+0.670756 0.992889 0.992889
+0.672511 0.993652 0.993652
+0.673655 0.994141 0.994141
+0.674403 0.994461 0.994461
+0.674708 0.994598 0.994598
+0.674662 0.994568 0.994568
+0.674372 0.994461 0.994461
+0.673915 0.994247 0.994247
+0.673213 0.993942 0.993942
+0.672389 0.993591 0.993591
+0.670405 0.984833 0.992508
+0.667308 0.96907 0.990738
+0.664195 0.954665 0.988952
+0.661204 0.941604 0.987228
+0.658259 0.929152 0.985534
+0.655665 0.917861 0.984009
+0.653437 0.90724 0.982681
+0.651759 0.897383 0.981643
+0.650874 0.888289 0.981018
+0.651225 0.880568 0.981048
+0.652796 0.873533 0.981735
+0.656123 0.867475 0.983352
+0.663645 0.861784 0.987243
+0.673869 0.856443 0.992691
+0.687739 0.851469 1
+0.714168 0.846433 1
+0.743984 0.841688 1
+0.777661 0.837827 1
+0.81619 0.835218 1
+0.861402 0.833371 1
+0.917205 0.832898 1
+0.998413 0.834104 1
+1 0.836866 1
+0.677409 0.995758 0.995758
+0.67866 0.996307 0.996307
+0.679362 0.996612 0.996612
+0.679683 0.99675 0.99675
+0.679744 0.99678 0.99678
+0.67953 0.996689 0.996689
+0.679042 0.996475 0.996475
+0.678462 0.996216 0.996216
+0.677653 0.995865 0.995865
+0.676677 0.995453 0.995453
+0.675639 0.994995 0.994995
+0.674525 0.994522 0.994522
+0.67332 0.994003 0.994003
+0.672221 0.993515 0.993515
+0.671153 0.993057 0.993057
+0.669581 0.987716 0.992233
+0.666682 0.971588 0.990524
+0.664256 0.957641 0.989044
+0.662287 0.944854 0.987823
+0.661112 0.933684 0.986999
+0.661265 0.923674 0.986877
+0.66421 0.914519 0.988174
+0.669215 0.906447 0.990616
+0.676783 0.899657 0.994476
+0.687068 0.893477 0.999939
+0.710948 0.886702 1
+0.738384 0.880781 1
+0.76965 0.875517 0.992248
+0.805585 0.871183 0.984741
+0.84741 0.86836 0.979812
+0.898161 0.866392 0.976211
+0.966842 0.865309 0.974792
+1 0.868345 0.962737
+0.682734 0.998077 0.998077
+0.683299 0.998322 0.998322
+0.683604 0.998444 0.998444
+0.683528 0.998413 0.998413
+0.683268 0.998306 0.998306
+0.682841 0.998123 0.998123
+0.6822 0.997833 0.997833
+0.681392 0.997497 0.997497
+0.680507 0.997101 0.997101
+0.679454 0.996658 0.996658
+0.678309 0.996155 0.996155
+0.677134 0.995651 0.995651
+0.675914 0.995117 0.995117
+0.674662 0.994568 0.994568
+0.673518 0.994079 0.994079
+0.672404 0.993606 0.993606
+0.671397 0.993164 0.993164
+0.670924 0.992966 0.992966
+0.671107 0.993042 0.993042
+0.671824 0.993347 0.993347
+0.672999 0.991775 0.993805
+0.673732 0.977249 0.993805
+0.676219 0.964935 0.994766
+0.680827 0.955032 0.996841
+0.688823 0.9458 0.987625
+0.710124 0.936278 0.977127
+0.735225 0.928344 0.968612
+0.763607 0.920104 0.959716
+0.796536 0.913985 0.953399
+0.835416 0.909377 0.948867
+0.881743 0.905715 0.945403
+0.941909 0.90341 0.943893
+0.993515 0.908003 0.933944
+0.700832 1 1
+0.701625 1 1
+0.70132 1 1
+0.700481 1 1
+0.698604 1 1
+0.696208 1 1
+0.693416 1 1
+0.68983 1 1
+0.686793 0.999832 0.999832
+0.685588 0.999313 0.999313
+0.684245 0.998734 0.998734
+0.682826 0.998108 0.998108
+0.681422 0.997497 0.997497
+0.679973 0.996872 0.996872
+0.678569 0.996262 0.996262
+0.677317 0.995727 0.995727
+0.676509 0.995377 0.995377
+0.675975 0.995148 0.995148
+0.675853 0.995087 0.995087
+0.676143 0.995224 0.995224
+0.677012 0.99559 0.99559
+0.678584 0.996262 0.98999
+0.680903 0.997253 0.977783
+0.68426 0.998718 0.967071
+0.692668 1 0.958572
+0.711406 1 0.949248
+0.733669 0.990448 0.941283
+0.760128 0.979797 0.934829
+0.790738 0.970138 0.928939
+0.826078 0.962417 0.924178
+0.868574 0.956802 0.92105
+0.922469 0.952071 0.919295
+0.985687 0.950835 0.925521
+0.731579 1 1
+0.731914 1 1
+0.731029 1 1
+0.729503 1 1
+0.727275 1 1
+0.724376 1 1
+0.720928 1 1
+0.71725 1 1
+0.712886 1 1
+0.708385 1 1
+0.703548 1 1
+0.698268 1 1
+0.692943 1 1
+0.687541 1 1
+0.685695 0.999359 0.999359
+0.684215 0.998718 0.998718
+0.68278 0.998093 0.998093
+0.681819 0.997681 0.997681
+0.681346 0.997467 0.997467
+0.68127 0.997421 0.991318
+0.68162 0.997574 0.977722
+0.682628 0.998001 0.966003
+0.684459 0.998795 0.955154
+0.687236 1 0.945083
+0.699596 1 0.935317
+0.715709 1 0.927337
+0.735256 1 0.919997
+0.758999 1 0.913558
+0.786816 1 0.908919
+0.819379 1 0.904555
+0.858457 1 0.901259
+0.907103 1 0.899504
+0.973541 1 0.898451
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.276036 0.158633 0.779629
+0.389532 0.18645 0.786221
+0.453925 0.204425 0.790875
+0.504219 0.219333 0.794995
+0.547814 0.232807 0.798901
+0.588937 0.245914 0.802869
+0.63032 0.259464 0.807126
+0.712779 0.397574 0.85536
+0.794247 0.490517 0.896223
+0.885954 0.553017 0.927199
+0.951202 0.59881 0.951202
+0.970703 0.634974 0.970703
+0.989746 0.669169 0.989746
+1 0.707988 1
+1 0.753231 1
+1 0.800443 1
+1 0.852476 1
+1 0.914336 1
+1 1 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.269444 0.157198 0.779309
+0.382834 0.184665 0.785763
+0.447562 0.202594 0.790387
+0.497093 0.217182 0.794385
+0.540276 0.230442 0.798199
+0.58143 0.243503 0.802121
+0.621836 0.256657 0.806241
+0.704433 0.400046 0.85626
+0.782208 0.487892 0.894896
+0.866499 0.547707 0.924392
+0.949004 0.594629 0.949004
+0.968231 0.630472 0.968231
+0.98677 0.66389 0.98677
+1 0.700038 1
+1 0.744305 1
+1 0.790326 1
+1 0.840269 1
+1 0.898787 1
+1 0.979934 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.261921 0.155581 0.778943
+0.375814 0.182818 0.785306
+0.440055 0.200443 0.789822
+0.489494 0.214893 0.793744
+0.532891 0.228138 0.797528
+0.57319 0.240864 0.801312
+0.613214 0.253819 0.805341
+0.696071 0.401526 0.856764
+0.768612 0.483345 0.892683
+0.847517 0.541695 0.921248
+0.946654 0.590158 0.946654
+0.965209 0.624918 0.965209
+0.983505 0.658076 0.983505
+1 0.691447 1
+1 0.734783 1
+1 0.779873 1
+1 0.828367 1
+1 0.88275 1
+1 0.955398 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.255467 0.154223 0.778653
+0.367956 0.180758 0.784802
+0.431922 0.198123 0.789212
+0.481605 0.212543 0.793088
+0.524605 0.225574 0.79678
+0.564584 0.238102 0.800473
+0.604303 0.25156 0.804593
+0.686137 0.400305 0.856168
+0.755505 0.478492 0.890349
+0.82948 0.535363 0.917967
+0.926543 0.583398 0.942992
+0.962127 0.619242 0.962127
+0.979858 0.65156 0.979858
+0.997803 0.683345 0.997803
+1 0.724651 1
+1 0.768597 1
+1 0.81532 1
+1 0.867536 1
+1 0.933394 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.247135 0.152483 0.778271
+0.359625 0.178607 0.784283
+0.42417 0.195941 0.788647
+0.473365 0.210101 0.792416
+0.51603 0.222934 0.796017
+0.556054 0.235401 0.799664
+0.597681 0.259922 0.806882
+0.675288 0.397864 0.855085
+0.742245 0.473243 0.887846
+0.811322 0.528206 0.914305
+0.897795 0.575067 0.938491
+0.958831 0.613092 0.958831
+0.976135 0.644846 0.976135
+0.993591 0.675944 0.993591
+1 0.714275 1
+1 0.756786 1
+1 0.801907 1
+1 0.851133 1
+1 0.911788 1
+1 0.995331 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.239811 0.151003 0.777951
+0.351644 0.176577 0.78378
+0.415457 0.193515 0.788006
+0.464607 0.207523 0.791714
+0.507332 0.220279 0.79527
+0.54667 0.232456 0.798795
+0.592523 0.273915 0.810925
+0.665446 0.396872 0.854597
+0.728435 0.46746 0.885115
+0.793973 0.521126 0.910735
+0.872114 0.566751 0.934035
+0.9552 0.606317 0.9552
+0.972213 0.63772 0.972213
+0.989258 0.668315 0.989258
+1 0.70277 1
+1 0.745037 1
+1 0.788449 1
+1 0.83534 1
+1 0.891157 1
+1 0.963409 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.235218 0.150072 0.777752
+0.343587 0.174548 0.783307
+0.406897 0.191165 0.787411
+0.456001 0.20502 0.791043
+0.498146 0.217502 0.794476
+0.537087 0.22945 0.797909
+0.588083 0.291341 0.816205
+0.655055 0.396414 0.854307
+0.71516 0.462638 0.882841
+0.776883 0.514061 0.907195
+0.848737 0.558572 0.929702
+0.949325 0.599649 0.951644
+0.968231 0.630472 0.968231
+0.984787 0.66038 0.984787
+1 0.691371 1
+1 0.732113 1
+1 0.774319 1
+1 0.819532 1
+1 0.870985 1
+1 0.935225 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.23122 0.149294 0.777584
+0.335821 0.17261 0.782834
+0.398733 0.188937 0.786847
+0.446998 0.202426 0.790341
+0.48893 0.214725 0.793698
+0.52784 0.226581 0.79707
+0.584176 0.311009 0.822492
+0.645533 0.398718 0.855146
+0.70219 0.459037 0.881117
+0.760327 0.507683 0.904005
+0.826474 0.550561 0.925505
+0.913466 0.590433 0.946563
+0.964233 0.623133 0.964233
+0.980362 0.652445 0.980362
+0.996857 0.681682 0.996857
+1 0.719585 1
+1 0.760464 1
+1 0.803433 1
+1 0.851637 1
+1 0.909117 1
+1 0.988083 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.230121 0.149065 0.777539
+0.329595 0.171084 0.782483
+0.390478 0.186709 0.786282
+0.438102 0.199878 0.78967
+0.479713 0.211978 0.792935
+0.519783 0.231296 0.798215
+0.58117 0.333501 0.830106
+0.636683 0.403632 0.857038
+0.689769 0.45713 0.880171
+0.745251 0.502922 0.901625
+0.8065 0.543648 0.921904
+0.882109 0.58146 0.94168
+0.960525 0.616251 0.960525
+0.975952 0.644511 0.975952
+0.991775 0.672755 0.991775
+1 0.707057 1
+1 0.746563 1
+1 0.787701 1
+1 0.833356 1
+1 0.885603 1
+1 0.952056 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.233494 0.149737 0.777676
+0.324025 0.169726 0.782162
+0.382818 0.184665 0.785763
+0.429908 0.197559 0.789059
+0.470619 0.20943 0.792233
+0.524834 0.286625 0.81413
+0.57792 0.356252 0.838224
+0.628534 0.411383 0.860121
+0.678538 0.457954 0.880446
+0.730297 0.499306 0.899794
+0.787518 0.537621 0.918761
+0.856443 0.57406 0.937682
+0.95407 0.60943 0.956847
+0.971847 0.637079 0.971847
+0.987091 0.664454 0.987091
+1 0.694163 1
+1 0.732754 1
+1 0.772427 1
+1 0.814404 1
+1 0.863722 1
+1 0.922286 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.239185 0.150866 0.77792
+0.320546 0.168887 0.781964
+0.376486 0.183032 0.785367
+0.428717 0.226062 0.796078
+0.48043 0.282185 0.812375
+0.528832 0.333715 0.829725
+0.57528 0.379797 0.847089
+0.621759 0.42237 0.864622
+0.668116 0.461311 0.881849
+0.716564 0.497902 0.899031
+0.770214 0.533303 0.916503
+0.832593 0.567361 0.934081
+0.914977 0.600793 0.952026
+0.968002 0.630045 0.968002
+0.982635 0.656535 0.982635
+0.997925 0.683558 0.997925
+1 0.719326 1
+1 0.75729 1
+1 0.797253 1
+1 0.842603 1
+1 0.895369 1
+0.134981 0.139193 0.774624
+0.140398 0.153903 0.775723
+0.144533 0.164721 0.776577
+0.146838 0.170642 0.777066
+0.14789 0.173281 0.777279
+0.147997 0.173541 0.77731
+0.148257 0.174197 0.777356
+0.148409 0.174609 0.777386
+0.149737 0.17792 0.777676
+0.152514 0.184787 0.778271
+0.157595 0.197086 0.7794
+0.166217 0.215702 0.781323
+0.27332 0.24271 0.799603
+0.343511 0.264332 0.806104
+0.397757 0.288273 0.813687
+0.44509 0.314809 0.822614
+0.488731 0.342931 0.832685
+0.531044 0.372946 0.844099
+0.573068 0.404105 0.856703
+0.61529 0.435706 0.870222
+0.658747 0.467567 0.884581
+0.704692 0.499443 0.899672
+0.754345 0.530907 0.915221
+0.811093 0.562112 0.931258
+0.88368 0.593759 0.948135
+0.964599 0.623804 0.964599
+0.978469 0.649042 0.978469
+0.993042 0.674998 0.993042
+1 0.706371 1
+1 0.742962 1
+1 0.781262 1
+1 0.823529 1
+1 0.870985 1
+0.214328 0.31931 0.793591
+0.216526 0.323705 0.794202
+0.21767 0.325963 0.794522
+0.217945 0.326497 0.794598
+0.217548 0.325719 0.794491
+0.216709 0.324041 0.794247
+0.215442 0.321523 0.793896
+0.21416 0.318959 0.793545
+0.213275 0.31722 0.793301
+0.213428 0.317525 0.793347
+0.214313 0.319265 0.793576
+0.230106 0.324529 0.797559
+0.30985 0.338094 0.820645
+0.368048 0.349813 0.834455
+0.413916 0.360189 0.838529
+0.455268 0.37322 0.843702
+0.494179 0.388724 0.849989
+0.532509 0.407172 0.857664
+0.570733 0.428382 0.866773
+0.609842 0.451667 0.877134
+0.650492 0.47686 0.888762
+0.693462 0.503502 0.901518
+0.739971 0.531014 0.91516
+0.792828 0.55935 0.929732
+0.856977 0.588251 0.945068
+0.948409 0.618128 0.961471
+0.974929 0.642649 0.974929
+0.988556 0.667079 0.988556
+1 0.694408 1
+1 0.729244 1
+1 0.765316 1
+1 0.805325 1
+1 0.849073 1
+0.256077 0.399893 0.806058
+0.256947 0.401511 0.806332
+0.257099 0.401801 0.806378
+0.256947 0.401526 0.806332
+0.256291 0.400305 0.806119
+0.255116 0.398108 0.805753
+0.253788 0.395605 0.805325
+0.252247 0.392691 0.804837
+0.250782 0.389929 0.804379
+0.249653 0.387808 0.804028
+0.249165 0.386862 0.803876
+0.279438 0.389685 0.812375
+0.336156 0.396475 0.830442
+0.384466 0.40415 0.84802
+0.425727 0.411231 0.858717
+0.462318 0.417929 0.861692
+0.498238 0.427131 0.865782
+0.533288 0.438575 0.870909
+0.568643 0.452659 0.877302
+0.605646 0.469795 0.885237
+0.643458 0.489036 0.894347
+0.683619 0.510521 0.904814
+0.727245 0.533959 0.916548
+0.776059 0.558755 0.92932
+0.834211 0.584878 0.943175
+0.910826 0.61207 0.958007
+0.971969 0.637278 0.971969
+0.984817 0.660426 0.984817
+0.998352 0.684306 0.998352
+1 0.716762 1
+1 0.751019 1
+1 0.788144 1
+1 0.828885 1
+0.285389 0.454063 0.815808
+0.285863 0.454902 0.815961
+0.285649 0.45452 0.815885
+0.285023 0.453391 0.815671
+0.284184 0.451835 0.815381
+0.282933 0.449577 0.814954
+0.281468 0.446876 0.81445
+0.279881 0.443992 0.813916
+0.278309 0.441108 0.813367
+0.276753 0.438254 0.812848
+0.280659 0.436515 0.813916
+0.321172 0.439002 0.826413
+0.361334 0.442008 0.840208
+0.39852 0.445747 0.854215
+0.434638 0.450889 0.86894
+0.469078 0.455879 0.878187
+0.501305 0.46096 0.880629
+0.533974 0.468193 0.884077
+0.567239 0.477516 0.888533
+0.60148 0.489326 0.894224
+0.637507 0.503929 0.90135
+0.675227 0.520714 0.909697
+0.715969 0.539773 0.919371
+0.761959 0.561196 0.93048
+0.814511 0.583932 0.942565
+0.880613 0.608118 0.955749
+0.969955 0.633631 0.969955
+0.98172 0.654887 0.98172
+0.994308 0.677211 0.994308
+1 0.705425 1
+1 0.738003 1
+1 0.772915 1
+1 0.810651 1
+0.309255 0.497124 0.824338
+0.309377 0.497353 0.824384
+0.309102 0.496849 0.824277
+0.308293 0.495399 0.823987
+0.30721 0.493477 0.82359
+0.30602 0.491325 0.823148
+0.304417 0.488472 0.822568
+0.302693 0.485359 0.821942
+0.300938 0.4822 0.821302
+0.308721 0.480125 0.823621
+0.331212 0.479728 0.830808
+0.35819 0.480201 0.840024
+0.385733 0.481025 0.85008
+0.414023 0.48246 0.861082
+0.443473 0.48484 0.873274
+0.474205 0.488716 0.886763
+0.504829 0.492531 0.895232
+0.535073 0.496468 0.897246
+0.566201 0.50248 0.900282
+0.598505 0.510536 0.904326
+0.632074 0.520806 0.909499
+0.667887 0.533684 0.91606
+0.706477 0.548837 0.923873
+0.748806 0.566186 0.932982
+0.797589 0.585794 0.943465
+0.857145 0.607172 0.955123
+0.938796 0.63006 0.96788
+0.979553 0.651011 0.979553
+0.991165 0.671687 0.991165
+1 0.695521 1
+1 0.726421 1
+1 0.758877 1
+1 0.793896 1
+0.330373 0.534661 0.832334
+0.33019 0.534356 0.832258
+0.329564 0.533242 0.832013
+0.328786 0.531868 0.831724
+0.327626 0.529809 0.831266
+0.326268 0.527398 0.830747
+0.332753 0.525719 0.832776
+0.342718 0.523812 0.836011
+0.351385 0.521584 0.838865
+0.361776 0.519692 0.84242
+0.375051 0.517906 0.847105
+0.391135 0.516579 0.853025
+0.409812 0.515892 0.860197
+0.431128 0.515969 0.868757
+0.454337 0.516701 0.878538
+0.479881 0.518425 0.889815
+0.50779 0.521385 0.90277
+0.536507 0.524422 0.910842
+0.56556 0.527642 0.912551
+0.596185 0.532845 0.915282
+0.627939 0.539834 0.918929
+0.661768 0.54905 0.923751
+0.698054 0.560708 0.9299
+0.737743 0.574472 0.937224
+0.782971 0.590555 0.945907
+0.836759 0.608804 0.955901
+0.906615 0.628748 0.967041
+0.9785 0.649104 0.9785
+0.989013 0.667872 0.989013
+1 0.688151 1
+1 0.716243 1
+1 0.74667 1
+1 0.77911 1
+0.349691 0.568612 0.839994
+0.349477 0.568231 0.839902
+0.34873 0.566949 0.839612
+0.347723 0.565164 0.8392
+0.361105 0.56495 0.843732
+0.378439 0.564614 0.849836
+0.389303 0.563058 0.853758
+0.396017 0.560952 0.856184
+0.400626 0.558282 0.857832
+0.40528 0.555337 0.859525
+0.412329 0.552895 0.862181
+0.42179 0.550546 0.865843
+0.434058 0.548638 0.870756
+0.449287 0.547539 0.877058
+0.467292 0.546975 0.884779
+0.487999 0.547189 0.894011
+0.511528 0.548623 0.904952
+0.537804 0.550927 0.917693
+0.56556 0.553384 0.925566
+0.594125 0.556069 0.927062
+0.624628 0.560601 0.929519
+0.65658 0.566842 0.932891
+0.690959 0.575204 0.937392
+0.728817 0.58584 0.94316
+0.770565 0.598474 0.950072
+0.819593 0.613336 0.958297
+0.881453 0.630396 0.967834
+0.971252 0.649119 0.978485
+0.9879 0.665904 0.9879
+0.998169 0.683986 0.998169
+1 0.70869 1
+1 0.736431 1
+1 0.766598 1
+0.368139 0.600748 0.847639
+0.367712 0.6 0.847456
+0.3673 0.598764 0.847257
+0.396674 0.60087 0.857847
+0.415671 0.601053 0.865034
+0.427207 0.600046 0.86952
+0.433845 0.597925 0.872099
+0.437629 0.595163 0.873533
+0.439841 0.592142 0.874342
+0.441688 0.588769 0.874998
+0.444877 0.585519 0.876219
+0.450462 0.582757 0.878447
+0.458106 0.580118 0.881605
+0.468528 0.577905 0.88603
+0.481987 0.576516 0.89192
+0.498207 0.575601 0.899229
+0.517571 0.575463 0.908278
+0.53994 0.57641 0.919112
+0.565438 0.578408 0.93196
+0.593103 0.580407 0.939788
+0.621714 0.582773 0.941131
+0.652155 0.586603 0.943282
+0.685008 0.592187 0.94638
+0.720485 0.59971 0.950545
+0.760479 0.609537 0.956008
+0.805814 0.62121 0.962539
+0.861036 0.634974 0.970291
+0.93727 0.650858 0.979355
+0.988113 0.666285 0.988113
+0.997055 0.682017 0.997055
+1 0.70367 1
+1 0.728237 1
+1 0.755688 1
+0.386252 0.632044 0.855421
+0.386954 0.631205 0.855619
+0.424857 0.634989 0.869902
+0.446189 0.636027 0.878401
+0.458259 0.635111 0.88333
+0.465629 0.633341 0.886366
+0.470253 0.631083 0.888243
+0.47248 0.62797 0.889113
+0.473243 0.624506 0.889326
+0.473777 0.621057 0.889464
+0.474693 0.617273 0.889738
+0.47715 0.613687 0.890715
+0.481819 0.610605 0.892668
+0.488624 0.607782 0.895613
+0.498039 0.605463 0.899809
+0.510567 0.603815 0.905531
+0.525887 0.602686 0.912734
+0.544381 0.602319 0.921706
+0.5664 0.603067 0.932769
+0.591714 0.604593 0.945953
+0.619486 0.606119 0.953719
+0.648768 0.608103 0.954879
+0.679866 0.611399 0.956771
+0.713817 0.616358 0.959594
+0.751369 0.623285 0.963516
+0.793881 0.632074 0.96849
+0.844663 0.642802 0.974609
+0.910704 0.655558 0.981918
+0.989822 0.669322 0.989822
+0.997452 0.682734 0.997452
+1 0.701259 1
+1 0.723217 1
+1 0.747662 1
+0.404395 0.66305 0.863478
+0.447852 0.668544 0.880369
+0.47155 0.6701 0.89015
+0.485222 0.669703 0.895964
+0.493751 0.668391 0.899626
+0.498787 0.666102 0.901778
+0.501686 0.663249 0.902983
+0.503029 0.66006 0.903487
+0.50312 0.656397 0.903426
+0.50251 0.652415 0.903029
+0.502281 0.648585 0.902831
+0.502876 0.644495 0.902983
+0.505013 0.640742 0.903853
+0.509209 0.637491 0.905684
+0.515496 0.634348 0.908507
+0.524407 0.631785 0.912612
+0.536431 0.629999 0.918318
+0.551293 0.628779 0.925566
+0.56939 0.628275 0.934646
+0.591409 0.628763 0.946044
+0.616815 0.629969 0.959686
+0.645136 0.631083 0.967605
+0.675502 0.632609 0.968521
+0.708003 0.635355 0.970123
+0.743786 0.639719 0.972656
+0.784237 0.64596 0.976242
+0.831052 0.653742 0.980743
+0.890227 0.663355 0.986297
+0.974502 0.67451 0.992752
+0.999207 0.685802 0.999207
+1 0.702342 1
+1 0.721279 1
+1 0.742504 1
+0.465995 0.701213 0.889158
+0.49366 0.704234 0.900893
+0.509285 0.704509 0.907729
+0.518761 0.703395 0.91194
+0.52488 0.701549 0.914672
+0.52842 0.698878 0.916213
+0.530205 0.695674 0.916945
+0.530678 0.691997 0.917067
+0.530358 0.688228 0.916808
+0.529152 0.683955 0.916121
+0.527871 0.67953 0.915404
+0.527382 0.675303 0.915068
+0.527932 0.671183 0.915221
+0.52987 0.667124 0.916014
+0.533852 0.663676 0.917815
+0.53991 0.660365 0.920638
+0.548547 0.657633 0.924758
+0.560265 0.655756 0.930495
+0.575051 0.654292 0.937911
+0.59324 0.653635 0.947295
+0.615137 0.654032 0.958984
+0.641276 0.654978 0.973419
+0.670741 0.655604 0.981567
+0.70251 0.656626 0.982193
+0.737087 0.658747 0.983459
+0.775464 0.662348 0.985565
+0.820264 0.667704 0.988693
+0.874006 0.674403 0.992599
+0.946029 0.682445 0.997269
+1 0.693019 1
+1 0.706706 1
+1 0.72221 1
+1 0.740612 1
+0.513344 0.738949 0.910872
+0.530739 0.73994 0.918654
+0.541863 0.739513 0.923735
+0.548699 0.737728 0.926863
+0.552941 0.735225 0.928786
+0.55555 0.732403 0.929946
+0.556542 0.728801 0.930312
+0.556497 0.724849 0.930175
+0.555688 0.720684 0.929671
+0.554131 0.716106 0.928817
+0.552316 0.711345 0.92781
+0.550927 0.706706 0.927031
+0.550225 0.701976 0.926574
+0.550637 0.697459 0.92665
+0.55256 0.693263 0.927489
+0.556466 0.689647 0.92929
+0.562417 0.686244 0.932143
+0.571145 0.683497 0.936431
+0.582712 0.681392 0.942245
+0.597482 0.679805 0.949859
+0.615885 0.678981 0.959625
+0.638315 0.679149 0.971908
+0.665232 0.679759 0.987167
+0.696483 0.679881 0.995697
+0.730327 0.680262 0.995926
+0.767819 0.681636 0.99675
+0.810086 0.684367 0.998352
+0.860502 0.688884 1
+0.923659 0.695491 1
+1 0.704021 1
+1 0.714641 1
+1 0.727123 1
+1 0.742962 1
+0.551247 0.77731 0.929442
+0.563195 0.777417 0.934997
+0.570947 0.775906 0.938613
+0.57615 0.773861 0.941039
+0.57911 0.770855 0.942397
+0.580606 0.767224 0.943008
+0.581186 0.763485 0.943191
+0.580652 0.75906 0.942809
+0.579324 0.754208 0.942046
+0.577737 0.749569 0.941146
+0.575509 0.744289 0.93991
+0.573358 0.738933 0.93872
+0.571908 0.733898 0.937896
+0.571237 0.728893 0.937438
+0.571694 0.724132 0.937545
+0.573709 0.719844 0.938445
+0.577462 0.71574 0.94023
+0.583444 0.712261 0.94316
+0.59202 0.7093 0.947478
+0.603815 0.707073 0.953567
+0.618708 0.70544 0.961425
+0.637552 0.704585 0.971664
+0.660639 0.704463 0.984604
+0.689143 0.704799 1
+0.72343 0.70544 1
+0.759091 0.70547 1
+0.798901 0.706432 1
+0.845579 0.708843 1
+0.901854 0.712688 1
+0.979599 0.718196 1
+1 0.725872 1
+1 0.736141 1
+1 0.74931 1
+0.583551 0.81825 0.946075
+0.592309 0.8177 0.950225
+0.597848 0.815549 0.952834
+0.601358 0.812634 0.954467
+0.603571 0.809339 0.955459
+0.604334 0.805142 0.955718
+0.604166 0.800488 0.95552
+0.603403 0.795666 0.955016
+0.601862 0.790326 0.954116
+0.599756 0.784634 0.952926
+0.597482 0.77911 0.951659
+0.595026 0.773281 0.950286
+0.592859 0.767437 0.949065
+0.59147 0.762036 0.948241
+0.590753 0.756558 0.947768
+0.59115 0.751293 0.947845
+0.59324 0.746792 0.948806
+0.597009 0.742428 0.950622
+0.603037 0.738643 0.953643
+0.611887 0.735775 0.958206
+0.623652 0.733333 0.964401
+0.638834 0.73164 0.972595
+0.658152 0.730846 0.983322
+0.682322 0.730358 0.997162
+0.714122 0.730343 1
+0.74786 0.728954 1
+0.785595 0.728405 1
+0.828382 0.729 1
+0.879591 0.731273 1
+0.945861 0.734966 1
+1 0.740566 1
+1 0.748486 1
+1 0.759228 1
+0.613031 0.86508 0.961807
+0.618921 0.863478 0.964584
+0.622843 0.860655 0.9664
+0.625055 0.856657 0.967376
+0.626154 0.85214 0.967803
+0.62652 0.847471 0.967865
+0.625925 0.841947 0.967437
+0.624704 0.836103 0.96669
+0.623041 0.830076 0.965713
+0.620813 0.82359 0.964431
+0.618204 0.816938 0.962966
+0.615564 0.810346 0.961471
+0.612985 0.803708 0.960021
+0.610803 0.797208 0.95877
+0.60943 0.791226 0.957946
+0.608743 0.785245 0.957473
+0.609201 0.779568 0.95758
+0.611353 0.774731 0.958587
+0.615183 0.770169 0.960479
+0.621317 0.766033 0.963607
+0.630274 0.763012 0.968307
+0.642176 0.760464 0.974685
+0.657771 0.758679 0.983261
+0.677729 0.757916 0.994537
+0.705013 0.756252 1
+0.73698 0.753811 1
+0.772595 0.752453 1
+0.813016 0.751781 1
+0.859907 0.752438 1
+0.918761 0.754772 1
+1 0.758633 1
+1 0.764401 1
+1 0.772854 1
+0.64007 0.922423 0.976699
+0.643671 0.919524 0.978286
+0.645823 0.914885 0.979171
+0.64715 0.910002 0.979675
+0.64744 0.904005 0.97966
+0.647028 0.897429 0.979294
+0.646143 0.890669 0.978698
+0.644572 0.883116 0.977737
+0.642603 0.875471 0.976593
+0.640467 0.868101 0.975341
+0.63772 0.859953 0.973785
+0.634806 0.85185 0.972137
+0.632105 0.844297 0.970611
+0.629465 0.836515 0.9691
+0.627329 0.829145 0.967849
+0.62594 0.822293 0.966995
+0.625284 0.815641 0.966537
+0.625818 0.809567 0.96669
+0.628 0.804242 0.967727
+0.631891 0.799252 0.969665
+0.638071 0.79501 0.972869
+0.64712 0.791836 0.977676
+0.659175 0.789212 0.984222
+0.675135 0.787305 0.993133
+0.697887 0.784588 1
+0.727581 0.781415 1
+0.761196 0.778805 1
+0.799207 0.777356 1
+0.842725 0.776745 1
+0.89572 0.777401 1
+0.967605 0.779873 1
+1 0.783856 1
+1 0.789944 1
+0.66331 0.989685 0.989685
+0.665873 0.990784 0.990784
+0.667475 0.990402 0.99144
+0.667475 0.982223 0.991165
+0.666926 0.973037 0.990662
+0.665904 0.963149 0.989944
+0.664607 0.953353 0.989105
+0.662821 0.942901 0.988022
+0.660685 0.932326 0.98677
+0.658274 0.921904 0.985382
+0.655665 0.911788 0.983886
+0.652689 0.901366 0.982193
+0.649836 0.891768 0.98056
+0.647028 0.882292 0.978958
+0.644419 0.872984 0.977447
+0.642313 0.864378 0.976211
+0.64097 0.856596 0.975372
+0.64033 0.848936 0.974899
+0.64094 0.842237 0.975082
+0.643015 0.836057 0.976059
+0.646876 0.830732 0.978012
+0.652995 0.8262 0.981201
+0.662028 0.822812 0.986038
+0.674128 0.820127 0.992676
+0.692256 0.816007 1
+0.720424 0.811872 1
+0.751736 0.808331 1
+0.787198 0.80557 1
+0.828031 0.80412 1
+0.876173 0.803555 1
+0.938766 0.804318 1
+1 0.806882 1
+1 0.811063 1
+0.671427 0.993179 0.993179
+0.673548 0.994095 0.994095
+0.674907 0.994675 0.994675
+0.675731 0.995041 0.995041
+0.676204 0.995239 0.995239
+0.676249 0.995254 0.995254
+0.676005 0.995163 0.995163
+0.675578 0.99498 0.99498
+0.674907 0.99469 0.99469
+0.674067 0.994324 0.994324
+0.671809 0.981765 0.993042
+0.668894 0.966445 0.991394
+0.665934 0.95227 0.9897
+0.663005 0.939147 0.988037
+0.660288 0.927138 0.986465
+0.65774 0.915648 0.984985
+0.655741 0.905287 0.98378
+0.654261 0.895521 0.982849
+0.65359 0.886519 0.982345
+0.654093 0.878584 0.982467
+0.656092 0.871794 0.983398
+0.659785 0.865644 0.985245
+0.665721 0.861036 0.988342
+0.674952 0.856474 0.993271
+0.689006 0.851423 1
+0.714672 0.846159 1
+0.744228 0.841672 1
+0.777401 0.837766 1
+0.815412 0.835035 1
+0.860075 0.83328 1
+0.915236 0.832731 1
+0.994064 0.833585 1
+1 0.835737 1
+0.679042 0.996475 0.996475
+0.680552 0.997131 0.997131
+0.681605 0.997589 0.997589
+0.682139 0.997818 0.997818
+0.682277 0.997879 0.997879
+0.682216 0.997848 0.997848
+0.681804 0.997665 0.997665
+0.681178 0.997391 0.997391
+0.680446 0.99707 0.99707
+0.679469 0.996658 0.996658
+0.678401 0.996201 0.996201
+0.677287 0.995712 0.995712
+0.676066 0.995178 0.995178
+0.674891 0.994675 0.994675
+0.673869 0.994232 0.994232
+0.671931 0.984817 0.993179
+0.669352 0.968933 0.991653
+0.667292 0.955322 0.990402
+0.665675 0.942657 0.98938
+0.66482 0.931304 0.988754
+0.665156 0.921798 0.988769
+0.666728 0.913329 0.989425
+0.670207 0.90602 0.991119
+0.677607 0.89929 0.994919
+0.688045 0.89308 1
+0.711391 0.886091 1
+0.738506 0.880354 1
+0.76936 0.875074 1
+0.804868 0.87071 1
+0.846189 0.867826 1
+0.896147 0.865583 1
+0.96318 0.864424 1
+1 0.865721 1
+0.685786 0.99939 0.99939
+0.686793 0.999832 0.999832
+0.687922 1 1
+0.688777 1 1
+0.688426 1 1
+0.687175 1 1
+0.686671 0.999786 0.999786
+0.685908 0.999451 0.999451
+0.684962 0.999039 0.999039
+0.683986 0.998611 0.998611
+0.682841 0.998123 0.998123
+0.681559 0.997559 0.997559
+0.680339 0.997024 0.997024
+0.679026 0.99646 0.99646
+0.677806 0.995941 0.995941
+0.676738 0.995468 0.995468
+0.675746 0.995041 0.995041
+0.674998 0.99472 0.99472
+0.674571 0.994537 0.994537
+0.674388 0.994461 0.994461
+0.674159 0.989502 0.994247
+0.674372 0.976135 0.994079
+0.676829 0.963958 0.995041
+0.681285 0.953536 0.997086
+0.689708 0.944793 1
+0.710521 0.935302 1
+0.734707 0.925948 1
+0.763165 0.919203 1
+0.795789 0.913039 1
+0.833997 0.907988 1
+0.880003 0.904723 1
+0.939071 0.902419 1
+1 0.901549 1
+0.699947 1 1
+0.701427 1 1
+0.701808 1 1
+0.701442 1 1
+0.700267 1 1
+0.698344 1 1
+0.696056 1 1
+0.692973 1 1
+0.689479 1 1
+0.686702 0.999802 0.999802
+0.685527 0.999283 0.999283
+0.684215 0.998718 0.998718
+0.682887 0.998138 0.998138
+0.681544 0.997559 0.997559
+0.680217 0.996979 0.996979
+0.678965 0.996445 0.996445
+0.677867 0.995956 0.995956
+0.676829 0.995514 0.995514
+0.676463 0.995346 0.995346
+0.676722 0.995468 0.995468
+0.677546 0.995819 0.995819
+0.679042 0.996475 0.996475
+0.681392 0.997497 0.997497
+0.684627 0.998901 0.998901
+0.693172 1 1
+0.711666 1 1
+0.733593 0.988602 1
+0.759472 0.977447 1
+0.789975 0.968414 1
+0.824811 0.960754 1
+0.866773 0.954803 1
+0.920195 0.950317 1
+0.995544 0.94757 1
+0.729961 1 1
+0.730678 1 1
+0.730007 1 1
+0.728481 1 1
+0.726604 1 1
+0.723857 1 1
+0.720485 1 1
+0.71693 1 1
+0.712612 1 1
+0.708034 1 1
+0.703365 1 1
+0.698131 1 1
+0.692836 1 1
+0.687434 1 1
+0.685679 0.999359 0.999359
+0.684184 0.998703 0.998703
+0.68304 0.998199 0.998199
+0.682231 0.997848 0.997848
+0.681727 0.997635 0.997635
+0.681651 0.997604 0.997604
+0.682033 0.997772 0.997772
+0.683009 0.998199 0.998199
+0.684794 0.998962 0.998962
+0.687831 1 1
+0.699947 1 1
+0.715785 1 1
+0.735042 1 1
+0.758389 1 0.99852
+0.786007 1 0.989731
+0.818326 1 0.981979
+0.856916 1 0.975891
+0.90486 1 0.97171
+0.970321 1 0.968765
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.330175 0.171221 0.782513
+0.426841 0.196704 0.78883
+0.487846 0.214405 0.793606
+0.536751 0.229343 0.797879
+0.580682 0.243259 0.802045
+0.623697 0.257267 0.806424
+0.66833 0.27216 0.811307
+0.77055 0.442954 0.874754
+0.867811 0.528771 0.915084
+0.943572 0.584268 0.943572
+0.965225 0.624964 0.965225
+0.985534 0.661692 0.985534
+1 0.699977 1
+1 0.747189 1
+1 0.795529 1
+1 0.848295 1
+1 0.911467 1
+1 1 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.323201 0.169528 0.782116
+0.420661 0.194965 0.788388
+0.480949 0.212345 0.793042
+0.529274 0.227024 0.797192
+0.573312 0.240894 0.801328
+0.615366 0.25452 0.805554
+0.65893 0.269001 0.810254
+0.759869 0.442985 0.874662
+0.849989 0.524208 0.912703
+0.941741 0.580743 0.941741
+0.962798 0.620462 0.962798
+0.982666 0.656596 0.982666
+1 0.692454 1
+1 0.73817 1
+1 0.785611 1
+1 0.836713 1
+1 0.895888 1
+1 0.979126 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.316793 0.167987 0.78175
+0.412985 0.192844 0.787839
+0.473457 0.210132 0.792432
+0.522072 0.224796 0.796551
+0.565209 0.238315 0.800534
+0.606744 0.251698 0.804669
+0.652888 0.27779 0.812772
+0.748104 0.440925 0.87364
+0.831998 0.518685 0.90988
+0.93962 0.576638 0.93962
+0.960021 0.615335 0.960021
+0.979461 0.650828 0.979461
+0.998657 0.68484 0.998657
+1 0.729015 1
+1 0.775204 1
+1 0.824796 1
+1 0.880385 1
+1 0.954864 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.308659 0.166064 0.781308
+0.405005 0.190646 0.787274
+0.465629 0.207828 0.791806
+0.513863 0.222278 0.795834
+0.55668 0.235599 0.799725
+0.597925 0.248829 0.803769
+0.647044 0.289845 0.816388
+0.736248 0.437919 0.872236
+0.81532 0.513039 0.907027
+0.911772 0.569024 0.9355
+0.957122 0.609918 0.957122
+0.975998 0.644602 0.975998
+0.994644 0.677806 0.994644
+1 0.719158 1
+1 0.764248 1
+1 0.811734 1
+1 0.865446 1
+1 0.932998 1
+1 1 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.299947 0.164034 0.78085
+0.397391 0.188571 0.786755
+0.45742 0.205432 0.79115
+0.505318 0.219669 0.795087
+0.548119 0.232898 0.798917
+0.58851 0.245777 0.802823
+0.640269 0.299153 0.819242
+0.723827 0.434211 0.870542
+0.798123 0.506401 0.903716
+0.885435 0.561181 0.931304
+0.953857 0.603784 0.953857
+0.972381 0.638041 0.972381
+0.990662 0.670802 0.990662
+1 0.708476 1
+1 0.75259 1
+1 0.798856 1
+1 0.84918 1
+1 0.911498 1
+1 0.998871 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.292699 0.162371 0.780468
+0.388602 0.186206 0.78616
+0.448722 0.202914 0.790478
+0.496788 0.21709 0.794354
+0.538964 0.23003 0.798077
+0.579019 0.242725 0.801877
+0.633951 0.309361 0.822477
+0.711208 0.430228 0.868727
+0.781506 0.499886 0.900481
+0.860899 0.553002 0.926986
+0.950454 0.597391 0.950454
+0.968521 0.630976 0.968521
+0.986389 0.663218 0.986389
+1 0.697475 1
+1 0.740749 1
+1 0.785519 1
+1 0.833539 1
+1 0.890639 1
+1 0.966079 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.285161 0.160662 0.780072
+0.380194 0.183963 0.785595
+0.440101 0.200458 0.789822
+0.487602 0.214328 0.793591
+0.529549 0.227115 0.797223
+0.569162 0.239567 0.800916
+0.6271 0.320073 0.825956
+0.699351 0.427848 0.867597
+0.76524 0.493462 0.897337
+0.838041 0.544823 0.922728
+0.937591 0.590356 0.946685
+0.964706 0.623987 0.964706
+0.981872 0.655161 0.981872
+0.999588 0.686473 0.999588
+1 0.728237 1
+1 0.771344 1
+1 0.817838 1
+1 0.870802 1
+1 0.937499 1
+1 1 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.27834 0.159136 0.779736
+0.372335 0.181903 0.785092
+0.431357 0.197971 0.789166
+0.478477 0.211612 0.792844
+0.520317 0.224262 0.796399
+0.559213 0.236408 0.799969
+0.62153 0.334707 0.830915
+0.687434 0.426612 0.866972
+0.749447 0.487938 0.894636
+0.817243 0.537514 0.918929
+0.902739 0.580972 0.941573
+0.96083 0.616831 0.96083
+0.977676 0.647608 0.977676
+0.994629 0.677791 0.994629
+1 0.715816 1
+1 0.757702 1
+1 0.801587 1
+1 0.851499 1
+1 0.911421 1
+1 0.995804 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.274632 0.158328 0.779553
+0.364233 0.179797 0.784573
+0.422675 0.195529 0.78854
+0.469352 0.208927 0.792096
+0.510369 0.22121 0.795529
+0.549233 0.233295 0.799039
+0.61622 0.350896 0.836622
+0.676356 0.427771 0.867353
+0.734997 0.484245 0.892805
+0.797742 0.530907 0.915526
+0.873411 0.572473 0.93698
+0.957183 0.610025 0.957183
+0.973373 0.639841 0.973373
+0.989746 0.669169 0.989746
+1 0.703151 1
+1 0.743999 1
+1 0.786328 1
+1 0.832914 1
+1 0.887556 1
+1 0.958892 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.272038 0.157763 0.779431
+0.357565 0.178073 0.784146
+0.41445 0.19324 0.787945
+0.460365 0.206287 0.791379
+0.500923 0.218341 0.79472
+0.550805 0.278019 0.811734
+0.611414 0.369192 0.843351
+0.666606 0.432181 0.869139
+0.720928 0.482033 0.891661
+0.779385 0.52546 0.912718
+0.848661 0.565362 0.933165
+0.944213 0.603006 0.953368
+0.969299 0.632441 0.969299
+0.985138 0.66099 0.985138
+1 0.690623 1
+1 0.730144 1
+1 0.771084 1
+1 0.814343 1
+1 0.865263 1
+1 0.9281 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.272709 0.1579 0.779461
+0.352026 0.176669 0.78381
+0.406622 0.191089 0.787396
+0.451637 0.203754 0.790707
+0.499504 0.248829 0.802777
+0.555154 0.32784 0.827893
+0.607462 0.389303 0.851057
+0.65742 0.439063 0.872007
+0.708064 0.482292 0.891676
+0.762753 0.521935 0.910887
+0.825544 0.55903 0.929778
+0.906981 0.594614 0.948714
+0.965637 0.625711 0.965637
+0.980682 0.653025 0.980682
+0.996521 0.681102 0.996521
+1 0.716899 1
+1 0.755764 1
+1 0.797345 1
+1 0.844419 1
+1 0.900038 1
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.132662 0.132662 0.774151
+0.147692 0.134813 0.774594
+0.276844 0.158816 0.77966
+0.348409 0.177996 0.78407
+0.40856 0.225528 0.795789
+0.46154 0.275929 0.81033
+0.510643 0.324193 0.826276
+0.557839 0.369146 0.842863
+0.603601 0.410361 0.859495
+0.649256 0.448783 0.876158
+0.697047 0.485679 0.893172
+0.747677 0.520577 0.910109
+0.804791 0.55433 0.927245
+0.876799 0.587839 0.944976
+0.962371 0.619684 0.962371
+0.976699 0.645869 0.976699
+0.991638 0.672511 0.991638
+1 0.704143 1
+1 0.741848 1
+1 0.781125 1
+1 0.825254 1
+1 0.875471 1
+0.167498 0.220172 0.781643
+0.172229 0.230838 0.782742
+0.175036 0.237079 0.783413
+0.176608 0.240558 0.783795
+0.176898 0.241199 0.783871
+0.176303 0.239887 0.783719
+0.17528 0.237644 0.783475
+0.174197 0.235218 0.783215
+0.173953 0.234684 0.783154
+0.175509 0.238132 0.783536
+0.178012 0.243656 0.784131
+0.182559 0.253544 0.785245
+0.221317 0.27071 0.7944
+0.318975 0.29308 0.814771
+0.380865 0.310445 0.820752
+0.430625 0.330022 0.827726
+0.475349 0.352407 0.836027
+0.517617 0.377295 0.845685
+0.558587 0.403937 0.856535
+0.600168 0.43241 0.868696
+0.642496 0.461707 0.881834
+0.686351 0.491432 0.895766
+0.73402 0.521828 0.910628
+0.787106 0.552163 0.92604
+0.850752 0.582574 0.942061
+0.940185 0.613764 0.959075
+0.973236 0.639597 0.973236
+0.987198 0.664668 0.987198
+1 0.692271 1
+1 0.728145 1
+1 0.765408 1
+1 0.806714 1
+1 0.853361 1
+0.236728 0.363149 0.800061
+0.238331 0.366247 0.800549
+0.238849 0.367254 0.800702
+0.238941 0.367422 0.800732
+0.238544 0.366644 0.80061
+0.237415 0.364477 0.800275
+0.235966 0.3617 0.799832
+0.234501 0.358877 0.799405
+0.233051 0.356085 0.798978
+0.232074 0.354192 0.798672
+0.231785 0.353613 0.798596
+0.232471 0.354955 0.798795
+0.276616 0.362387 0.810941
+0.348272 0.373999 0.834211
+0.401083 0.384207 0.847669
+0.443885 0.393194 0.851469
+0.483574 0.404593 0.856306
+0.521614 0.418814 0.862409
+0.559014 0.435492 0.869734
+0.597284 0.455009 0.878523
+0.636545 0.47689 0.88867
+0.677592 0.500587 0.900023
+0.721553 0.525719 0.912444
+0.77084 0.552254 0.925978
+0.828794 0.57969 0.940429
+0.903716 0.607797 0.955688
+0.970413 0.63444 0.970413
+0.983612 0.658289 0.983612
+0.997513 0.682841 0.997513
+1 0.715663 1
+1 0.751156 1
+1 0.789746 1
+1 0.832807 1
+0.274769 0.434607 0.812177
+0.275288 0.435569 0.812345
+0.275364 0.435706 0.812375
+0.274846 0.434745 0.812192
+0.273899 0.433005 0.811887
+0.272801 0.430976 0.811505
+0.271382 0.428382 0.811048
+0.269734 0.425315 0.810498
+0.268162 0.4224 0.809964
+0.266621 0.419547 0.809461
+0.265431 0.41735 0.809079
+0.265126 0.416236 0.808957
+0.319341 0.421195 0.825391
+0.370398 0.426917 0.843183
+0.414633 0.4336 0.860395
+0.454139 0.439979 0.871092
+0.489479 0.446189 0.873976
+0.524163 0.454337 0.877775
+0.559213 0.465171 0.882841
+0.594614 0.47834 0.889082
+0.631327 0.494163 0.896681
+0.669856 0.512489 0.905669
+0.71104 0.53283 0.915877
+0.756893 0.55523 0.927413
+0.809537 0.579202 0.940063
+0.874983 0.604349 0.953689
+0.968429 0.630838 0.968429
+0.980606 0.652888 0.980606
+0.99353 0.675837 0.99353
+1 0.704402 1
+1 0.738216 1
+1 0.774563 1
+1 0.814176 1
+0.302556 0.48513 0.821897
+0.30277 0.485512 0.821973
+0.302403 0.484855 0.821836
+0.301778 0.483726 0.821607
+0.300725 0.481834 0.821225
+0.299397 0.479438 0.820752
+0.297932 0.476799 0.820218
+0.296193 0.47364 0.819593
+0.294331 0.470283 0.818936
+0.292699 0.467338 0.818357
+0.291188 0.464591 0.817823
+0.316442 0.464881 0.825605
+0.355657 0.467262 0.838788
+0.392065 0.46978 0.852216
+0.42707 0.47303 0.866194
+0.461448 0.477516 0.880903
+0.494957 0.482185 0.890333
+0.526879 0.486717 0.892607
+0.559152 0.493324 0.895872
+0.592569 0.50222 0.900282
+0.626825 0.513283 0.905806
+0.662852 0.526802 0.912612
+0.702022 0.543023 0.920913
+0.744472 0.561196 0.930388
+0.792798 0.581399 0.941131
+0.852155 0.603754 0.953262
+0.931914 0.627314 0.966354
+0.978454 0.649042 0.978454
+0.990478 0.670466 0.990478
+1 0.694759 1
+1 0.726452 1
+1 0.760571 1
+1 0.797681 1
+0.325643 0.526314 0.830503
+0.325673 0.526345 0.830518
+0.325078 0.525292 0.830289
+0.324193 0.52372 0.829953
+0.323171 0.521935 0.829557
+0.321843 0.519554 0.829053
+0.320241 0.516716 0.828443
+0.318532 0.51368 0.827802
+0.316625 0.510277 0.827085
+0.322469 0.507729 0.82884
+0.340948 0.506798 0.834867
+0.363592 0.506279 0.842649
+0.388037 0.506249 0.851575
+0.414115 0.507042 0.861677
+0.440909 0.508232 0.872648
+0.469169 0.510307 0.884886
+0.499168 0.513787 0.898589
+0.529458 0.517281 0.907286
+0.559564 0.520867 0.909178
+0.590951 0.526482 0.912093
+0.62327 0.533944 0.915953
+0.65742 0.543679 0.921019
+0.693797 0.555734 0.927321
+0.733791 0.57023 0.934997
+0.778912 0.586908 0.943954
+0.832059 0.605646 0.954192
+0.901076 0.626322 0.965682
+0.9776 0.647486 0.9776
+0.988312 0.666621 0.988312
+1 0.68748 1
+1 0.71664 1
+1 0.74815 1
+1 0.782864 1
+0.34641 0.56286 0.838666
+0.346105 0.562356 0.83856
+0.34551 0.561288 0.838315
+0.344503 0.559518 0.837903
+0.343282 0.557397 0.837415
+0.343404 0.555154 0.837369
+0.357153 0.554009 0.841962
+0.366903 0.552163 0.845289
+0.374304 0.550057 0.847852
+0.381292 0.547387 0.850294
+0.390784 0.545052 0.853712
+0.403296 0.543282 0.858396
+0.418357 0.541741 0.86424
+0.436011 0.540795 0.871351
+0.456474 0.540688 0.879957
+0.479026 0.541176 0.88986
+0.503868 0.542702 0.901259
+0.531594 0.545464 0.91458
+0.560281 0.548211 0.922896
+0.589456 0.55111 0.924483
+0.620356 0.555886 0.927062
+0.652689 0.562509 0.930617
+0.68716 0.57116 0.935256
+0.725109 0.582238 0.941253
+0.766705 0.595346 0.948379
+0.815595 0.610712 0.956847
+0.87602 0.628046 0.966522
+0.963516 0.647456 0.977539
+0.987396 0.665003 0.987396
+0.997925 0.683543 0.997925
+1 0.709239 1
+1 0.738293 1
+1 0.770108 1
+0.365682 0.59649 0.846601
+0.365225 0.595697 0.846403
+0.364523 0.594461 0.846113
+0.365515 0.592905 0.846387
+0.390204 0.593988 0.855207
+0.405798 0.593347 0.86099
+0.415305 0.591836 0.864576
+0.420676 0.589303 0.866575
+0.423713 0.586175 0.867674
+0.426688 0.583169 0.868757
+0.430945 0.580087 0.870375
+0.437507 0.577218 0.872938
+0.446708 0.574975 0.876677
+0.458518 0.572931 0.881605
+0.473121 0.571511 0.887877
+0.490791 0.570993 0.89575
+0.511238 0.571023 0.905211
+0.534432 0.572015 0.91635
+0.560769 0.574319 0.929534
+0.588968 0.576516 0.937713
+0.617746 0.578897 0.939055
+0.648676 0.583093 0.941405
+0.681575 0.588922 0.944625
+0.717083 0.596735 0.948928
+0.756939 0.606882 0.954559
+0.801938 0.618921 0.961273
+0.856336 0.633036 0.969207
+0.930449 0.649348 0.978485
+0.987701 0.665553 0.987701
+0.996963 0.68188 0.996963
+1 0.704387 1
+1 0.73022 1
+1 0.759594 1
+0.384329 0.628748 0.854582
+0.383734 0.62771 0.854322
+0.399771 0.628489 0.860136
+0.428199 0.63064 0.871015
+0.443656 0.630259 0.877165
+0.452964 0.628809 0.880919
+0.458534 0.62652 0.883146
+0.461662 0.623697 0.884382
+0.462928 0.62031 0.88481
+0.463752 0.61677 0.885039
+0.465171 0.613169 0.885542
+0.468162 0.609659 0.886717
+0.473259 0.606424 0.888823
+0.481025 0.603967 0.892149
+0.491218 0.601709 0.896635
+0.504356 0.599954 0.902571
+0.520607 0.59913 0.910155
+0.539803 0.598871 0.919402
+0.562127 0.599527 0.930541
+0.588037 0.601389 0.943984
+0.616144 0.603082 0.952056
+0.645274 0.605005 0.95317
+0.6766 0.608682 0.955276
+0.710582 0.613855 0.958206
+0.747799 0.620905 0.962188
+0.790204 0.630137 0.967407
+0.840375 0.641215 0.973709
+0.90454 0.654185 0.98114
+0.989517 0.668757 0.989517
+0.997436 0.682719 0.997436
+1 0.702068 1
+1 0.725368 1
+1 0.75169 1
+0.402594 0.660105 0.862669
+0.427359 0.663035 0.872084
+0.457923 0.665751 0.884321
+0.474403 0.665766 0.891188
+0.484443 0.664698 0.895445
+0.490455 0.662593 0.897993
+0.493843 0.65977 0.899397
+0.495705 0.656733 0.900114
+0.496101 0.653132 0.900191
+0.495674 0.64918 0.899886
+0.495445 0.645167 0.899672
+0.496452 0.641337 0.900008
+0.498878 0.637598 0.900999
+0.503334 0.634256 0.902922
+0.510201 0.631327 0.905989
+0.519585 0.628824 0.910277
+0.531929 0.626886 0.916091
+0.547433 0.625971 0.923598
+0.565927 0.625498 0.93283
+0.588067 0.625834 0.944259
+0.613809 0.627359 0.958038
+0.642206 0.628626 0.966217
+0.672297 0.630091 0.967102
+0.704936 0.633219 0.968917
+0.740459 0.637751 0.971542
+0.78024 0.644053 0.975158
+0.82681 0.652369 0.97995
+0.884825 0.662379 0.985733
+0.965759 0.673899 0.992386
+0.999298 0.685954 0.999298
+1 0.703487 1
+1 0.723445 1
+1 0.7467 1
+0.447776 0.696208 0.881621
+0.482307 0.700298 0.895888
+0.500938 0.701274 0.903929
+0.511742 0.700359 0.908675
+0.518441 0.698436 0.911635
+0.522728 0.696086 0.913512
+0.524849 0.692943 0.914397
+0.525551 0.689281 0.914611
+0.525414 0.685573 0.914443
+0.5243 0.681315 0.913802
+0.523064 0.676844 0.9131
+0.522728 0.672694 0.912825
+0.523445 0.668589 0.913054
+0.525582 0.664576 0.913939
+0.529809 0.661173 0.915846
+0.536141 0.657893 0.918776
+0.545083 0.655207 0.923018
+0.556985 0.653208 0.928817
+0.572183 0.651942 0.936416
+0.590555 0.651347 0.945876
+0.612543 0.651667 0.957565
+0.638697 0.652705 0.971954
+0.668025 0.653498 0.980362
+0.699397 0.654475 0.980957
+0.733898 0.657023 0.982467
+0.771908 0.660883 0.984726
+0.815839 0.666407 0.98793
+0.868711 0.673655 0.992157
+0.938659 0.682185 0.997116
+1 0.693217 1
+1 0.708095 1
+1 0.724865 1
+1 0.744579 1
+0.503853 0.735515 0.9066
+0.523888 0.737011 0.915465
+0.535988 0.736553 0.920928
+0.543893 0.735164 0.924529
+0.548608 0.732754 0.926665
+0.551308 0.729732 0.927855
+0.552804 0.726497 0.928466
+0.552865 0.72253 0.928389
+0.552056 0.718242 0.927871
+0.550698 0.713863 0.927108
+0.548943 0.709117 0.926146
+0.547417 0.704234 0.925292
+0.54696 0.699763 0.924941
+0.547463 0.695277 0.925078
+0.549523 0.691112 0.925963
+0.553552 0.687449 0.927825
+0.559731 0.684138 0.930785
+0.568521 0.681224 0.935073
+0.580362 0.67924 0.941009
+0.595315 0.677699 0.948699
+0.613825 0.676875 0.958495
+0.636118 0.676951 0.970672
+0.66302 0.677791 0.985885
+0.693874 0.678065 0.994629
+0.727245 0.678614 0.994965
+0.764324 0.680323 0.995987
+0.805966 0.683375 0.997772
+0.855192 0.687968 1
+0.916716 0.695384 1
+1 0.704646 1
+1 0.716136 1
+1 0.72987 1
+1 0.746014 1
+0.544945 0.774227 0.926452
+0.558633 0.774899 0.932769
+0.567132 0.773526 0.936721
+0.572549 0.771282 0.939223
+0.57612 0.768673 0.940871
+0.577813 0.765087 0.941588
+0.578347 0.76109 0.941741
+0.578119 0.75697 0.941512
+0.576913 0.752194 0.94081
+0.575158 0.747265 0.939818
+0.573144 0.74226 0.938704
+0.571038 0.736965 0.937545
+0.569512 0.731792 0.936675
+0.568978 0.72694 0.936294
+0.569451 0.722133 0.9364
+0.57142 0.717662 0.93727
+0.575463 0.713817 0.939193
+0.581567 0.710323 0.942184
+0.590295 0.707332 0.946563
+0.602228 0.705165 0.952712
+0.617212 0.703517 0.960601
+0.635981 0.702556 0.970779
+0.659037 0.702571 0.983688
+0.687007 0.702892 0.999908
+0.720729 0.703777 1
+0.755901 0.704051 1
+0.795026 0.705379 1
+0.840604 0.708217 1
+0.895994 0.712993 1
+0.972274 0.719524 1
+1 0.727932 1
+1 0.738521 1
+1 0.751431 1
+0.57966 0.815747 0.944137
+0.588968 0.815076 0.948531
+0.595254 0.813321 0.951507
+0.599115 0.810513 0.953292
+0.601419 0.80705 0.95433
+0.602472 0.803082 0.954742
+0.602426 0.798474 0.954604
+0.601556 0.793393 0.95404
+0.600259 0.788388 0.953277
+0.598199 0.782727 0.952102
+0.595789 0.776959 0.950759
+0.5935 0.771405 0.949477
+0.591318 0.765545 0.948257
+0.589776 0.759884 0.947356
+0.589288 0.754711 0.94699
+0.589761 0.749493 0.947112
+0.591745 0.744717 0.948013
+0.595789 0.740612 0.949981
+0.601923 0.736858 0.953048
+0.610712 0.733776 0.957565
+0.622766 0.731533 0.963897
+0.637964 0.729809 0.972107
+0.657084 0.728771 0.982712
+0.681178 0.728542 0.996506
+0.713359 0.729747 1
+0.748425 0.730419 1
+0.785809 0.730327 1
+0.828244 0.731243 1
+0.878859 0.733394 1
+0.944533 0.737194 1
+1 0.742641 1
+1 0.750301 1
+1 0.760891 1
+0.610437 0.862547 0.960479
+0.61677 0.860899 0.963455
+0.621118 0.858274 0.965484
+0.623621 0.854414 0.966613
+0.624918 0.849989 0.967132
+0.625238 0.845029 0.967163
+0.624933 0.839918 0.966888
+0.623743 0.834012 0.966155
+0.622049 0.827863 0.965148
+0.619944 0.821622 0.963943
+0.61738 0.815015 0.962493
+0.614572 0.808179 0.960922
+0.612161 0.801862 0.959564
+0.610025 0.795407 0.958343
+0.608515 0.789166 0.957443
+0.608026 0.783475 0.957061
+0.608545 0.777813 0.957214
+0.610605 0.772717 0.958175
+0.61471 0.768414 0.960204
+0.620951 0.764309 0.963394
+0.629847 0.761013 0.968048
+0.642039 0.758679 0.974594
+0.657572 0.756909 0.983139
+0.677287 0.755825 0.994293
+0.70547 0.755886 1
+0.738598 0.755749 1
+0.773312 0.754116 1
+0.813382 0.753643 1
+0.859648 0.754208 1
+0.917327 0.756237 1
+1 0.760189 1
+1 0.765805 1
+1 0.773816 1
+0.638437 0.919554 0.97583
+0.642435 0.916732 0.977615
+0.644877 0.9122 0.978637
+0.646403 0.907408 0.979248
+0.64683 0.901366 0.979294
+0.64651 0.89482 0.978973
+0.645747 0.888228 0.978439
+0.644282 0.880842 0.977539
+0.642405 0.873365 0.97644
+0.640269 0.865965 0.975204
+0.637552 0.857893 0.973663
+0.634653 0.849867 0.972015
+0.631876 0.842161 0.970443
+0.629358 0.834653 0.969009
+0.627237 0.827298 0.967773
+0.625864 0.820447 0.966934
+0.625299 0.81387 0.966506
+0.625925 0.807874 0.96672
+0.628061 0.802304 0.967727
+0.632197 0.797528 0.969802
+0.638529 0.79324 0.973083
+0.647623 0.789944 0.977935
+0.659846 0.787366 0.984588
+0.675868 0.785397 0.993545
+0.698985 0.784268 1
+0.729137 0.782727 1
+0.762158 0.780163 1
+0.799451 0.778546 1
+0.84268 0.777996 1
+0.894896 0.778592 1
+0.965118 0.780697 1
+1 0.784817 1
+1 0.790753 1
+0.662867 0.989487 0.989487
+0.665797 0.990753 0.990753
+0.666987 0.98645 0.991089
+0.667079 0.978027 0.990875
+0.666835 0.969589 0.990524
+0.665949 0.95996 0.989883
+0.664607 0.949737 0.989029
+0.663066 0.940047 0.988083
+0.66099 0.929595 0.986862
+0.65861 0.919203 0.985489
+0.656107 0.909377 0.984039
+0.653162 0.899077 0.982376
+0.650248 0.889342 0.980713
+0.647562 0.880217 0.979187
+0.644999 0.871 0.977691
+0.642924 0.862409 0.976471
+0.641611 0.854566 0.975647
+0.641108 0.847105 0.975265
+0.641749 0.840238 0.975479
+0.644053 0.834287 0.976577
+0.648081 0.828946 0.978622
+0.654398 0.824399 0.981933
+0.663554 0.820798 0.986862
+0.675929 0.818158 0.993667
+0.694209 0.816068 1
+0.721859 0.81265 1
+0.752621 0.809171 1
+0.787564 0.806424 1
+0.827665 0.80473 1
+0.87541 0.804273 1
+0.937087 0.804929 1
+1 0.80737 1
+1 0.81149 1
+0.671641 0.993271 0.993271
+0.673915 0.994263 0.994263
+0.675563 0.994965 0.994965
+0.676524 0.995377 0.995377
+0.677028 0.99559 0.99559
+0.677211 0.995682 0.995682
+0.677028 0.995605 0.995605
+0.67657 0.995407 0.995407
+0.675975 0.995148 0.995148
+0.675044 0.993759 0.99472
+0.67245 0.977768 0.99324
+0.669795 0.963439 0.991745
+0.666926 0.949523 0.990112
+0.663996 0.936278 0.988449
+0.661448 0.924773 0.986984
+0.658976 0.913283 0.98555
+0.656947 0.902724 0.984344
+0.655726 0.893477 0.983551
+0.655207 0.88452 0.983139
+0.655848 0.876509 0.983337
+0.658106 0.869856 0.984421
+0.662058 0.863722 0.986419
+0.668223 0.858778 0.989654
+0.677272 0.8551 0.994537
+0.691005 0.851774 1
+0.715999 0.846464 1
+0.745007 0.8421 1
+0.777676 0.838178 1
+0.815 0.835203 1
+0.859205 0.833616 1
+0.913741 0.832975 1
+0.991012 0.833722 1
+1 0.835767 1
+0.679988 0.996887 0.996887
+0.681773 0.99765 0.99765
+0.682948 0.998169 0.998169
+0.683711 0.998505 0.998505
+0.68397 0.998611 0.998611
+0.683925 0.998596 0.998596
+0.683604 0.998444 0.998444
+0.683009 0.998184 0.998184
+0.682231 0.997848 0.997848
+0.681331 0.997467 0.997467
+0.680262 0.996994 0.996994
+0.679072 0.99649 0.99649
+0.677882 0.995972 0.995972
+0.676692 0.995453 0.995453
+0.675578 0.99498 0.99498
+0.673442 0.981659 0.993759
+0.671092 0.96614 0.992401
+0.669123 0.952087 0.991211
+0.667872 0.940139 0.990402
+0.667292 0.928939 0.989929
+0.667811 0.919081 0.990051
+0.669856 0.911162 0.990997
+0.673533 0.903944 0.992813
+0.679286 0.898238 0.995804
+0.68983 0.893034 1
+0.712627 0.886046 1
+0.738949 0.879988 1
+0.769604 0.875013 1
+0.804562 0.870634 1
+0.845106 0.867384 1
+0.894545 0.864942 1
+0.960616 0.86421 1
+1 0.865019 1
+0.689006 1 1
+0.693767 1 1
+0.696483 1 1
+0.697978 1 1
+0.698161 1 1
+0.697215 1 1
+0.695506 1 1
+0.693233 1 1
+0.690059 1 1
+0.686992 0.999924 0.999924
+0.685832 0.99942 0.99942
+0.684535 0.998856 0.998856
+0.683207 0.998276 0.998276
+0.681926 0.997726 0.997726
+0.680674 0.997177 0.997177
+0.679561 0.996704 0.996704
+0.678614 0.996292 0.996292
+0.677882 0.995972 0.995972
+0.677424 0.995773 0.995773
+0.677394 0.995758 0.995758
+0.677058 0.986496 0.995453
+0.677211 0.973205 0.995331
+0.678691 0.962585 0.995911
+0.682109 0.953079 0.997497
+0.691157 0.943633 1
+0.711437 0.934401 1
+0.73518 0.92546 1
+0.763165 0.918532 1
+0.795453 0.912505 1
+0.833204 0.907439 1
+0.878325 0.903792 1
+0.936782 0.901747 1
+1 0.900679 1
+0.711528 1 1
+0.714717 1 1
+0.716167 1 1
+0.716472 1 1
+0.716014 1 1
+0.714458 1 1
+0.712169 1 1
+0.709453 1 1
+0.70602 1 1
+0.702068 1 1
+0.698009 1 1
+0.69337 1 1
+0.688472 1 1
+0.686183 0.999573 0.999573
+0.684794 0.998962 0.998962
+0.683497 0.998413 0.998413
+0.682353 0.997909 0.997909
+0.681331 0.997467 0.997467
+0.680552 0.997131 0.997131
+0.680125 0.996948 0.996948
+0.680034 0.996902 0.996902
+0.680369 0.997055 0.997055
+0.682078 0.997787 0.997787
+0.685191 0.999146 0.999146
+0.694484 1 1
+0.712505 1 1
+0.733989 0.987289 1
+0.759457 0.976135 1
+0.789532 0.967163 1
+0.823957 0.959564 1
+0.8654 0.953277 1
+0.91812 0.949081 1
+0.993637 0.945968 1
+0.729061 1 1
+0.730205 1 1
+0.730465 1 1
+0.72958 1 1
+0.728023 1 1
+0.726055 1 1
+0.723186 1 1
+0.71986 1 1
+0.716258 1 1
+0.712093 1 1
+0.707607 1 1
+0.702983 1 1
+0.69807 1 1
+0.692821 1 1
+0.688045 1 1
+0.686015 0.999496 0.999496
+0.684688 0.998917 0.998917
+0.683558 0.998428 0.998428
+0.682521 0.997986 0.997986
+0.682231 0.997864 0.997864
+0.682628 0.998032 0.998032
+0.683558 0.998428 0.998428
+0.685206 0.999146 0.999146
+0.689189 1 1
+0.700938 1 1
+0.716136 1 1
+0.735271 1 1
+0.758282 1 1
+0.785306 1 1
+0.817594 1 1
+0.85565 1 1
+0.90248 1 1
+0.967346 1 1
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/natural_look.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/natural_look.cube
new file mode 100644
index 0000000000000000000000000000000000000000..5721d0f830d64b2aae88fe02f7e4578a64063d2f
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/natural_look.cube
@@ -0,0 +1,4097 @@
+LUT_3D_SIZE 16
+0.016493 0.000000 0.040426
+0.016493 -0.000249 0.040425
+0.152991 -0.000549 0.040432
+0.285071 -0.000870 0.040430
+0.393238 -0.001204 0.040424
+0.485178 -0.001546 0.040423
+0.567326 -0.001893 0.040420
+0.644795 -0.002236 0.040412
+0.716517 -0.002563 0.040405
+0.779307 -0.002871 0.040398
+0.831229 -0.003154 0.040390
+0.873465 -0.003410 0.040384
+0.907426 -0.003632 0.040374
+0.933619 -0.003813 0.040362
+0.950943 -0.003942 0.040358
+0.957918 -0.003996 0.040356
+0.016492 0.005956 0.040432
+0.017200 0.005956 0.040432
+0.152991 0.068454 0.040431
+0.285071 0.088875 0.040429
+0.393238 0.094923 0.040424
+0.485178 0.095743 0.040422
+0.567326 0.094799 0.040420
+0.644795 0.093640 0.040411
+0.716517 0.092043 0.040404
+0.779307 0.089698 0.040397
+0.831229 0.086541 0.040389
+0.873465 0.082873 0.040383
+0.907426 0.078977 0.040373
+0.933619 0.074968 0.040361
+0.950943 0.070821 0.040357
+0.957918 0.066308 0.040356
+0.016490 0.148332 0.040429
+0.077952 0.148332 0.040429
+0.154965 0.148331 0.040428
+0.285071 0.188678 0.040424
+0.393237 0.200703 0.040420
+0.485178 0.202262 0.040423
+0.567326 0.200415 0.040413
+0.644795 0.198146 0.040409
+0.716517 0.195001 0.040400
+0.779307 0.190343 0.040393
+0.831229 0.184015 0.040389
+0.873465 0.176554 0.040379
+0.907426 0.168565 0.040375
+0.933619 0.160193 0.040357
+0.950943 0.151394 0.040356
+0.957917 0.141756 0.040353
+0.016480 0.282651 0.040420
+0.097147 0.282651 0.040420
+0.194313 0.282651 0.040423
+0.285967 0.282651 0.040421
+0.393236 0.298283 0.040422
+0.485178 0.300493 0.040413
+0.567326 0.297987 0.040411
+0.644863 0.294783 0.040403
+0.716517 0.290479 0.040397
+0.779307 0.284082 0.040390
+0.831229 0.275347 0.040379
+0.873465 0.265104 0.040375
+0.907426 0.254089 0.040361
+0.933619 0.242609 0.040358
+0.950942 0.230545 0.040350
+0.957917 0.217194 0.040348
+0.016464 0.389258 0.040414
+0.102676 0.389258 0.040414
+0.205226 0.389258 0.040413
+0.301421 0.389257 0.040414
+0.393127 0.389257 0.040411
+0.485177 0.392204 0.040405
+0.567326 0.388985 0.040400
+0.644863 0.385030 0.040395
+0.716517 0.379595 0.040389
+0.779307 0.371493 0.040379
+0.831228 0.360523 0.040375
+0.873465 0.347615 0.040361
+0.907426 0.333780 0.040357
+0.933619 0.319335 0.040347
+0.950942 0.304147 0.040349
+0.957917 0.287388 0.040348
+0.016437 0.478361 0.040403
+0.103257 0.478361 0.040403
+0.206382 0.478361 0.040402
+0.303044 0.478361 0.040399
+0.395130 0.478360 0.040401
+0.484101 0.478360 0.040396
+0.567325 0.475646 0.040388
+0.644863 0.470838 0.040384
+0.716516 0.464374 0.040377
+0.779306 0.454729 0.040374
+0.831228 0.441520 0.040357
+0.873465 0.426136 0.040351
+0.907426 0.409540 0.040349
+0.933619 0.392244 0.040339
+0.950942 0.374126 0.040339
+0.957917 0.354053 0.040340
+0.016406 0.557558 0.040388
+0.102288 0.557558 0.040388
+0.204524 0.557558 0.040385
+0.300429 0.557558 0.040388
+0.391795 0.557558 0.040382
+0.480005 0.557558 0.040382
+0.565800 0.557558 0.040379
+0.644862 0.553478 0.040373
+0.716516 0.545885 0.040356
+0.779306 0.534732 0.040350
+0.831228 0.519500 0.040347
+0.873465 0.501575 0.040340
+0.907425 0.482375 0.040331
+0.933618 0.462337 0.040330
+0.950942 0.441375 0.040330
+0.957917 0.418151 0.040332
+0.016361 0.632053 0.040368
+0.101190 0.632053 0.040368
+0.202344 0.632053 0.040362
+0.297370 0.632053 0.040360
+0.387885 0.632053 0.040358
+0.475280 0.632053 0.040358
+0.560243 0.632053 0.040351
+0.643333 0.632052 0.040348
+0.716515 0.624964 0.040338
+0.779305 0.612225 0.040332
+0.831227 0.594988 0.040330
+0.873464 0.574711 0.040319
+0.907425 0.552933 0.040314
+0.933618 0.530257 0.040312
+0.950941 0.506466 0.040312
+0.957917 0.480101 0.040314
+0.016308 0.700159 0.040339
+0.099603 0.700159 0.040339
+0.199281 0.700159 0.040338
+0.292973 0.700159 0.040340
+0.382315 0.700159 0.040337
+0.468506 0.700159 0.040331
+0.552343 0.700159 0.040330
+0.634278 0.700159 0.040324
+0.714693 0.700159 0.040314
+0.779304 0.687776 0.040312
+0.831227 0.668479 0.040306
+0.873464 0.645920 0.040303
+0.907424 0.621677 0.040296
+0.933617 0.596341 0.040294
+0.950941 0.569864 0.040296
+0.957916 0.540487 0.040306
+0.016249 0.759039 0.040314
+0.097244 0.759039 0.040314
+0.194552 0.759039 0.040313
+0.286349 0.759040 0.040310
+0.373805 0.759040 0.040312
+0.458240 0.759039 0.040307
+0.540295 0.759039 0.040301
+0.620518 0.759039 0.040294
+0.699306 0.759039 0.040292
+0.776661 0.759038 0.040288
+0.831226 0.740403 0.040278
+0.873463 0.715369 0.040272
+0.907424 0.688774 0.040274
+0.933617 0.660900 0.040274
+0.950941 0.631721 0.040275
+0.957916 0.599474 0.040284
+0.016186 0.807161 0.040288
+0.094056 0.807161 0.040288
+0.188240 0.807161 0.040287
+0.277380 0.807161 0.040285
+0.362350 0.807161 0.040286
+0.444283 0.807161 0.040279
+0.524036 0.807161 0.040273
+0.601930 0.807161 0.040270
+0.678362 0.807161 0.040268
+0.753538 0.807161 0.040257
+0.827462 0.807161 0.040248
+0.873462 0.783556 0.040249
+0.907423 0.754519 0.040248
+0.933616 0.724098 0.040247
+0.950940 0.692299 0.040256
+0.957915 0.657160 0.040267
+0.016121 0.846212 0.040260
+0.090418 0.846212 0.040260
+0.180907 0.846212 0.040259
+0.267043 0.846212 0.040257
+0.349090 0.846212 0.040258
+0.428269 0.846212 0.040251
+0.505261 0.846212 0.040247
+0.580498 0.846212 0.040244
+0.654322 0.846212 0.040243
+0.726991 0.846212 0.040229
+0.798301 0.846211 0.040220
+0.868921 0.846211 0.040212
+0.907422 0.819031 0.040214
+0.933615 0.786301 0.040219
+0.950939 0.751886 0.040226
+0.957915 0.713766 0.040244
+0.016057 0.877695 0.040236
+0.086632 0.877695 0.040235
+0.173200 0.877695 0.040234
+0.256131 0.877695 0.040229
+0.335137 0.877695 0.040226
+0.411318 0.877695 0.040228
+0.485454 0.877695 0.040220
+0.557886 0.877695 0.040217
+0.628963 0.877695 0.040211
+0.698756 0.877695 0.040202
+0.767463 0.877695 0.040193
+0.835480 0.877694 0.040187
+0.902382 0.877694 0.040173
+0.933615 0.847164 0.040182
+0.950939 0.810271 0.040192
+0.957914 0.769550 0.040215
+0.015999 0.902437 0.040210
+0.082742 0.902437 0.040210
+0.165198 0.902437 0.040207
+0.244836 0.902437 0.040205
+0.320654 0.902437 0.040202
+0.393803 0.902437 0.040197
+0.464950 0.902437 0.040196
+0.534399 0.902437 0.040189
+0.602604 0.902437 0.040189
+0.669644 0.902437 0.040177
+0.735681 0.902437 0.040170
+0.800852 0.902437 0.040164
+0.865010 0.902436 0.040152
+0.928470 0.902436 0.040145
+0.950938 0.868107 0.040161
+0.957914 0.824582 0.040181
+0.015957 0.919631 0.040188
+0.078750 0.919631 0.040187
+0.156858 0.919631 0.040190
+0.233044 0.919631 0.040188
+0.305564 0.919631 0.040185
+0.375548 0.919631 0.040182
+0.443524 0.919631 0.040175
+0.510011 0.919631 0.040173
+0.575203 0.919631 0.040169
+0.639324 0.919631 0.040164
+0.702426 0.919631 0.040157
+0.764664 0.919630 0.040152
+0.826120 0.919630 0.040141
+0.887014 0.919630 0.040128
+0.945994 0.919630 0.040124
+0.957913 0.878512 0.040149
+0.015938 0.927078 0.040176
+0.074448 0.927078 0.040176
+0.147704 0.927078 0.040175
+0.220144 0.927078 0.040181
+0.289049 0.927078 0.040176
+0.355509 0.927078 0.040173
+0.420204 0.927078 0.040172
+0.483302 0.927078 0.040171
+0.545218 0.927078 0.040164
+0.606126 0.927078 0.040161
+0.666052 0.927078 0.040153
+0.725218 0.927078 0.040147
+0.783660 0.927077 0.040143
+0.841470 0.927077 0.040132
+0.898469 0.927077 0.040125
+0.953336 0.927077 0.040108
+0.016493 -0.000165 0.050148
+0.018965 -0.000284 0.050148
+0.152991 -0.000564 0.115431
+0.285071 -0.000879 0.136792
+0.393238 -0.001210 0.143131
+0.485178 -0.001551 0.143957
+0.567326 -0.001896 0.142982
+0.644795 -0.002239 0.141765
+0.716517 -0.002566 0.140099
+0.779307 -0.002873 0.137670
+0.831229 -0.003156 0.134361
+0.873465 -0.003411 0.130524
+0.907426 -0.003633 0.126454
+0.933619 -0.003814 0.122252
+0.950943 -0.003943 0.117918
+0.957918 -0.003997 0.113184
+0.016492 0.007768 0.050148
+0.016493 0.006491 0.050518
+0.163388 0.000509 0.060987
+0.296752 0.000000 0.063471
+0.401519 0.000000 0.063243
+0.490865 0.000000 0.062467
+0.571470 0.000000 0.061673
+0.648096 0.000000 0.061082
+0.719090 0.000000 0.060651
+0.781313 0.000000 0.060230
+0.832802 0.000000 0.059784
+0.874701 0.000000 0.059337
+0.908594 0.000000 0.058946
+0.934585 0.000000 0.058641
+0.951812 0.000000 0.058435
+0.958790 0.000000 0.058348
+0.016489 0.148332 0.116437
+0.016493 0.151539 0.066690
+0.155229 0.149212 0.040426
+0.290427 0.181433 0.040426
+0.398425 0.188729 0.040426
+0.489421 0.188024 0.040426
+0.570755 0.185096 0.040426
+0.647695 0.182282 0.040426
+0.718920 0.178885 0.040426
+0.781233 0.174214 0.040426
+0.832764 0.168058 0.040426
+0.874655 0.160914 0.040426
+0.908588 0.153331 0.040426
+0.934613 0.145443 0.040426
+0.951778 0.137329 0.040426
+0.958742 0.128502 0.040426
+0.016480 0.282651 0.137145
+0.016493 0.284427 0.070023
+0.183815 0.284028 0.040426
+0.286105 0.283084 0.040426
+0.395376 0.295486 0.040426
+0.487548 0.295651 0.040426
+0.569562 0.292006 0.040426
+0.647002 0.288194 0.040426
+0.718352 0.283463 0.040426
+0.780877 0.276808 0.040426
+0.832603 0.267986 0.040426
+0.874505 0.257795 0.040426
+0.908487 0.246926 0.040426
+0.934515 0.235575 0.040426
+0.951764 0.223751 0.040426
+0.958746 0.210632 0.040426
+0.016463 0.389258 0.143069
+0.016493 0.390219 0.070143
+0.190775 0.390112 0.040426
+0.297090 0.389865 0.040426
+0.393133 0.389434 0.040426
+0.486174 0.390706 0.040426
+0.568579 0.386480 0.040426
+0.646232 0.381798 0.040426
+0.717829 0.375944 0.040426
+0.780566 0.367596 0.040426
+0.832273 0.356435 0.040426
+0.874418 0.343437 0.040426
+0.908326 0.329609 0.040426
+0.934370 0.315233 0.040426
+0.951652 0.300177 0.040426
+0.958605 0.283529 0.040426
+0.016437 0.478361 0.143686
+0.016493 0.478985 0.069330
+0.190479 0.478985 0.040426
+0.296756 0.478917 0.040426
+0.392939 0.478731 0.040426
+0.484198 0.478536 0.040426
+0.567819 0.474817 0.040426
+0.645620 0.469346 0.040426
+0.717300 0.462398 0.040426
+0.780255 0.452428 0.040426
+0.832106 0.439048 0.040426
+0.874142 0.423548 0.040426
+0.908071 0.406947 0.040426
+0.934348 0.389623 0.040426
+0.951509 0.371486 0.040426
+0.958542 0.351570 0.040426
+0.016406 0.557558 0.142654
+0.016493 0.557935 0.068401
+0.188056 0.557977 0.040426
+0.293161 0.557888 0.040426
+0.388379 0.557869 0.040426
+0.478675 0.557761 0.040426
+0.565851 0.557685 0.040426
+0.645143 0.552905 0.040426
+0.716945 0.544922 0.040426
+0.779934 0.533447 0.040426
+0.831836 0.517963 0.040426
+0.873887 0.499853 0.040426
+0.907921 0.480664 0.040426
+0.934157 0.460567 0.040426
+0.951444 0.439591 0.040426
+0.958492 0.416389 0.040426
+0.016360 0.632053 0.141470
+0.016493 0.632363 0.067699
+0.185723 0.632399 0.040426
+0.289661 0.632355 0.040426
+0.383803 0.632316 0.040426
+0.473139 0.632246 0.040426
+0.559424 0.632249 0.040426
+0.643326 0.632085 0.040426
+0.716715 0.624611 0.040426
+0.779709 0.611565 0.040426
+0.831537 0.594075 0.040426
+0.873745 0.573603 0.040426
+0.907856 0.551764 0.040426
+0.933988 0.529026 0.040426
+0.951299 0.505218 0.040426
+0.958351 0.478916 0.040426
+0.016308 0.700159 0.139782
+0.016493 0.700412 0.067147
+0.182627 0.700438 0.040426
+0.285067 0.700416 0.040426
+0.377853 0.700382 0.040426
+0.465898 0.700386 0.040426
+0.550928 0.700371 0.040426
+0.633701 0.700307 0.040426
+0.714654 0.700199 0.040426
+0.779608 0.687581 0.040426
+0.831461 0.668053 0.040426
+0.873725 0.645215 0.040426
+0.907807 0.620907 0.040426
+0.933876 0.595478 0.040426
+0.951278 0.568947 0.040426
+0.958297 0.539643 0.040426
+0.016250 0.759039 0.137242
+0.016493 0.759255 0.066604
+0.178153 0.759171 0.040426
+0.278389 0.759283 0.040426
+0.369169 0.759232 0.040426
+0.455380 0.759244 0.040426
+0.538560 0.759162 0.040426
+0.619521 0.759176 0.040426
+0.698747 0.759201 0.040426
+0.776625 0.759100 0.040426
+0.831445 0.740151 0.040426
+0.873540 0.714951 0.040426
+0.907672 0.688323 0.040426
+0.933731 0.660384 0.040426
+0.951091 0.631127 0.040426
+0.958210 0.598865 0.040426
+0.016186 0.807161 0.133821
+0.016493 0.807310 0.065988
+0.172149 0.807338 0.040426
+0.269486 0.807327 0.040426
+0.357603 0.807310 0.040426
+0.441283 0.807288 0.040426
+0.522068 0.807260 0.040426
+0.600662 0.807226 0.040426
+0.677651 0.807226 0.040426
+0.753060 0.807187 0.040426
+0.827464 0.807176 0.040426
+0.873499 0.783459 0.040426
+0.907603 0.754194 0.040426
+0.933728 0.723810 0.040426
+0.951114 0.691889 0.040426
+0.958170 0.656761 0.040426
+0.016120 0.846212 0.129923
+0.016493 0.846285 0.065392
+0.165269 0.846265 0.040426
+0.259295 0.846257 0.040426
+0.344413 0.846292 0.040426
+0.425192 0.846275 0.040426
+0.503206 0.846253 0.040426
+0.579107 0.846227 0.040426
+0.653399 0.846230 0.040426
+0.726320 0.846236 0.040426
+0.798102 0.846235 0.040426
+0.868846 0.846201 0.040426
+0.907494 0.818944 0.040426
+0.933631 0.785990 0.040426
+0.951193 0.751606 0.040426
+0.958149 0.713531 0.040426
+0.016057 0.877695 0.125839
+0.016493 0.877722 0.064872
+0.158041 0.877752 0.040426
+0.248587 0.877746 0.040426
+0.330534 0.877736 0.040426
+0.408298 0.877722 0.040426
+0.483347 0.877704 0.040426
+0.556419 0.877682 0.040426
+0.627876 0.877657 0.040426
+0.698090 0.877716 0.040426
+0.767014 0.877688 0.040426
+0.835248 0.877657 0.040426
+0.902305 0.877628 0.040426
+0.933641 0.847167 0.040426
+0.951051 0.810220 0.040426
+0.958074 0.769263 0.040426
+0.015999 0.902437 0.121639
+0.016493 0.902569 0.064468
+0.150549 0.902549 0.040426
+0.237509 0.902544 0.040426
+0.316153 0.902535 0.040426
+0.390776 0.902575 0.040426
+0.462826 0.902560 0.040426
+0.532929 0.902543 0.040426
+0.601535 0.902522 0.040426
+0.668818 0.902500 0.040426
+0.735089 0.902475 0.040426
+0.800457 0.902450 0.040426
+0.864891 0.902509 0.040426
+0.928570 0.902484 0.040426
+0.951055 0.867998 0.040426
+0.958004 0.824400 0.040426
+0.015957 0.919631 0.117311
+0.016493 0.919786 0.064191
+0.142715 0.919819 0.040426
+0.225963 0.919815 0.040426
+0.301231 0.919808 0.040426
+0.372603 0.919798 0.040426
+0.441429 0.919786 0.040426
+0.508467 0.919771 0.040426
+0.574114 0.919815 0.040426
+0.638492 0.919795 0.040426
+0.701802 0.919774 0.040426
+0.764306 0.919751 0.040426
+0.825911 0.919724 0.040426
+0.886971 0.919700 0.040426
+0.945984 0.919677 0.040426
+0.957883 0.878440 0.040426
+0.015938 0.927078 0.112649
+0.016493 0.927078 0.064363
+0.134253 0.927078 0.049896
+0.213377 0.927078 0.049895
+0.284857 0.927078 0.049894
+0.352665 0.927078 0.049897
+0.418032 0.927078 0.049889
+0.481739 0.927078 0.049887
+0.544060 0.927078 0.049887
+0.605231 0.927078 0.049883
+0.665322 0.927078 0.049882
+0.724596 0.927077 0.049871
+0.783167 0.927077 0.049859
+0.841202 0.927077 0.049847
+0.898336 0.927077 0.049844
+0.953288 0.927077 0.049836
+0.016493 -0.000363 0.198185
+0.078862 -0.000431 0.198185
+0.156885 -0.000626 0.198184
+0.285071 -0.000919 0.234721
+0.393238 -0.001238 0.246300
+0.485178 -0.001572 0.247820
+0.567326 -0.001913 0.246044
+0.644795 -0.002253 0.243847
+0.716517 -0.002578 0.240800
+0.779307 -0.002883 0.236354
+0.831229 -0.003164 0.230267
+0.873465 -0.003419 0.223101
+0.907426 -0.003639 0.215453
+0.933619 -0.003820 0.207535
+0.950943 -0.003948 0.199202
+0.957918 -0.004001 0.190006
+0.016493 0.070349 0.198185
+0.016493 0.017833 0.209936
+0.165719 0.000000 0.208072
+0.295776 0.000000 0.232249
+0.401098 0.000000 0.237100
+0.490620 0.000000 0.235537
+0.571347 0.000000 0.232424
+0.647998 0.000000 0.229565
+0.719011 0.000000 0.226238
+0.781308 0.000000 0.221743
+0.832772 0.000000 0.215857
+0.874678 0.000000 0.209067
+0.908575 0.000000 0.201875
+0.934567 0.000000 0.194444
+0.951799 0.000000 0.186690
+0.958753 0.000000 0.178156
+0.016489 0.150332 0.198184
+0.016493 0.152516 0.200724
+0.152345 0.148491 0.198952
+0.294589 0.141624 0.193271
+0.407309 0.128197 0.181016
+0.501622 0.106595 0.160902
+0.583662 0.085239 0.140586
+0.660381 0.067790 0.124404
+0.730199 0.054810 0.112883
+0.790674 0.045344 0.104774
+0.840478 0.038514 0.099031
+0.881319 0.033629 0.094937
+0.914390 0.030185 0.092034
+0.939688 0.027822 0.090051
+0.956620 0.026388 0.088814
+0.963210 0.025811 0.088332
+0.016481 0.282651 0.235367
+0.016493 0.284221 0.226897
+0.124539 0.286473 0.176456
+0.285381 0.283758 0.166826
+0.401900 0.281538 0.152741
+0.496632 0.273084 0.136735
+0.579628 0.263932 0.121393
+0.657323 0.256488 0.108224
+0.728138 0.249287 0.097926
+0.789433 0.241203 0.090019
+0.839716 0.231787 0.084070
+0.880877 0.221694 0.079649
+0.914142 0.211396 0.076456
+0.939576 0.200915 0.074239
+0.956316 0.190115 0.072882
+0.963138 0.178332 0.072429
+0.016463 0.389258 0.246190
+0.016493 0.390144 0.233754
+0.086321 0.393298 0.144483
+0.275217 0.392191 0.130444
+0.393098 0.390340 0.123974
+0.490556 0.384140 0.114193
+0.574763 0.375330 0.104702
+0.653413 0.367831 0.096271
+0.725177 0.359950 0.089435
+0.787233 0.350114 0.083983
+0.838239 0.338070 0.079730
+0.879785 0.324789 0.076496
+0.913296 0.310987 0.074110
+0.938935 0.296893 0.072454
+0.955765 0.282258 0.071469
+0.962754 0.266291 0.071244
+0.016438 0.478361 0.247319
+0.016493 0.478963 0.233399
+0.060617 0.481546 0.124005
+0.264271 0.481164 0.103741
+0.382164 0.480294 0.100532
+0.484169 0.479190 0.096554
+0.570665 0.471224 0.090883
+0.649898 0.463152 0.085746
+0.722358 0.454327 0.081506
+0.785147 0.442961 0.078048
+0.836647 0.428584 0.075270
+0.878494 0.412472 0.073134
+0.912309 0.395758 0.071532
+0.938187 0.378366 0.070439
+0.955312 0.360512 0.069811
+0.962249 0.340905 0.069810
+0.016405 0.557558 0.245454
+0.016493 0.557910 0.230936
+0.045130 0.559985 0.112972
+0.255785 0.559871 0.086558
+0.372033 0.559407 0.084967
+0.472549 0.558844 0.082935
+0.565925 0.558169 0.080610
+0.647090 0.550877 0.077521
+0.719965 0.541090 0.075027
+0.783206 0.528279 0.072974
+0.835254 0.511793 0.071330
+0.877376 0.493087 0.070021
+0.911466 0.473527 0.069083
+0.937403 0.453332 0.068448
+0.954618 0.432377 0.068150
+0.961653 0.409369 0.068343
+0.016360 0.632053 0.243336
+0.016493 0.632358 0.228559
+0.036176 0.634071 0.107303
+0.249884 0.634074 0.076049
+0.364537 0.633805 0.075237
+0.463541 0.633444 0.074208
+0.555596 0.633025 0.072979
+0.643457 0.632563 0.071643
+0.718140 0.623314 0.070234
+0.781802 0.609042 0.069116
+0.833992 0.590539 0.068202
+0.876252 0.569396 0.067518
+0.910418 0.547153 0.067029
+0.936652 0.524262 0.066740
+0.954004 0.500402 0.066673
+0.961056 0.474172 0.066965
+0.016307 0.700159 0.240261
+0.016493 0.700408 0.225464
+0.031244 0.701694 0.104259
+0.244248 0.701763 0.069966
+0.356936 0.701658 0.069572
+0.454134 0.701411 0.069053
+0.544671 0.701239 0.068423
+0.631117 0.700957 0.067735
+0.714849 0.700582 0.067029
+0.780499 0.686640 0.066460
+0.832943 0.666141 0.066025
+0.875349 0.642715 0.065732
+0.909695 0.617988 0.065550
+0.935911 0.592334 0.065448
+0.953332 0.565711 0.065520
+0.960557 0.536403 0.065810
+0.016249 0.759039 0.235576
+0.016493 0.759250 0.220992
+0.028694 0.760226 0.102176
+0.237398 0.760348 0.066618
+0.347386 0.760218 0.066417
+0.442439 0.760069 0.066171
+0.530810 0.759866 0.065895
+0.615231 0.759808 0.065576
+0.696978 0.759536 0.065249
+0.776683 0.759299 0.064943
+0.832093 0.739478 0.064796
+0.874623 0.713761 0.064696
+0.908980 0.686584 0.064661
+0.935361 0.658246 0.064660
+0.952836 0.628895 0.064729
+0.960019 0.596618 0.064973
+0.016185 0.807161 0.229310
+0.016493 0.807308 0.215054
+0.027636 0.808158 0.100446
+0.228981 0.808121 0.065001
+0.335662 0.808157 0.064916
+0.427778 0.808092 0.064818
+0.513381 0.807954 0.064710
+0.595291 0.807809 0.064604
+0.674607 0.807646 0.064496
+0.751879 0.807513 0.064417
+0.827470 0.807313 0.064382
+0.873945 0.783001 0.064395
+0.908416 0.753290 0.064395
+0.934838 0.722426 0.064386
+0.952277 0.690475 0.064404
+0.959530 0.655254 0.064489
+0.016120 0.846212 0.222053
+0.016493 0.846283 0.208242
+0.027431 0.846977 0.098990
+0.219701 0.847030 0.064418
+0.322643 0.846987 0.064403
+0.411408 0.846882 0.064396
+0.494081 0.846870 0.064385
+0.573039 0.846816 0.064403
+0.649521 0.846691 0.064435
+0.724079 0.846500 0.064496
+0.796974 0.846485 0.064603
+0.868920 0.846442 0.064771
+0.907896 0.818707 0.064733
+0.934400 0.785371 0.064662
+0.951842 0.750685 0.064538
+0.959130 0.712646 0.064407
+0.016056 0.877695 0.214378
+0.016493 0.877721 0.201111
+0.027723 0.878311 0.097886
+0.210092 0.878424 0.064499
+0.309144 0.878341 0.064514
+0.394548 0.878282 0.064550
+0.474021 0.878293 0.064604
+0.549903 0.878256 0.064678
+0.623455 0.878256 0.064790
+0.695204 0.878152 0.064916
+0.765398 0.878133 0.065102
+0.834552 0.878008 0.065336
+0.902385 0.877867 0.065618
+0.933953 0.847002 0.065415
+0.951519 0.809671 0.065123
+0.958762 0.768627 0.064728
+0.016000 0.902437 0.206446
+0.016493 0.902568 0.193703
+0.028224 0.903069 0.097120
+0.200178 0.903128 0.064883
+0.295300 0.903173 0.064921
+0.377246 0.903074 0.064974
+0.453417 0.903051 0.065059
+0.526252 0.902973 0.065155
+0.596810 0.903019 0.065300
+0.665601 0.902920 0.065462
+0.732921 0.902810 0.065679
+0.799209 0.902849 0.065920
+0.864310 0.902722 0.066228
+0.928522 0.902606 0.066613
+0.951296 0.867868 0.066072
+0.958445 0.824103 0.065426
+0.015956 0.919631 0.198171
+0.016493 0.919786 0.186050
+0.028711 0.920316 0.096622
+0.189877 0.920299 0.065304
+0.280941 0.920371 0.065355
+0.359301 0.920287 0.065415
+0.432194 0.920250 0.065503
+0.501781 0.920173 0.065615
+0.569204 0.920162 0.065748
+0.634919 0.920111 0.065926
+0.699351 0.920058 0.066120
+0.762634 0.919966 0.066391
+0.824836 0.919939 0.066710
+0.886428 0.919868 0.067062
+0.946021 0.919828 0.067463
+0.958299 0.878499 0.066472
+0.015939 0.927078 0.189084
+0.016493 0.927078 0.177729
+0.152910 0.927078 0.194187
+0.225323 0.927078 0.198113
+0.292339 0.927078 0.198113
+0.357773 0.927078 0.198103
+0.421765 0.927078 0.198132
+0.484522 0.927078 0.198130
+0.546178 0.927078 0.198128
+0.606809 0.927078 0.198126
+0.666579 0.927078 0.198123
+0.725662 0.927077 0.198120
+0.783723 0.927077 0.198116
+0.841504 0.927077 0.198103
+0.898588 0.927077 0.198114
+0.953361 0.927077 0.198100
+0.016492 -0.000576 0.327052
+0.097415 -0.000620 0.327052
+0.194860 -0.000771 0.327052
+0.286778 -0.000992 0.327052
+0.393238 -0.001293 0.341716
+0.485178 -0.001614 0.343871
+0.567326 -0.001947 0.341430
+0.644795 -0.002281 0.338268
+0.716517 -0.002601 0.334030
+0.779307 -0.002902 0.327695
+0.831229 -0.003181 0.319080
+0.873465 -0.003433 0.309027
+0.907426 -0.003652 0.298235
+0.933619 -0.003830 0.287000
+0.950943 -0.003957 0.275229
+0.957918 -0.004009 0.262280
+0.016491 0.089485 0.327052
+0.016493 0.020070 0.343435
+0.193257 0.000000 0.341252
+0.295354 0.000000 0.336143
+0.400284 0.000000 0.343085
+0.490263 0.000000 0.341259
+0.571141 0.000000 0.336743
+0.647905 0.000000 0.332597
+0.719041 0.000000 0.327727
+0.781258 0.000000 0.321090
+0.832777 0.000000 0.312354
+0.874631 0.000000 0.302291
+0.908626 0.000000 0.291673
+0.934613 0.000000 0.280594
+0.951773 0.000000 0.269061
+0.958731 0.000000 0.256437
+0.016486 0.189896 0.327052
+0.016493 0.184818 0.334930
+0.149796 0.146404 0.338456
+0.293526 0.139002 0.336209
+0.406903 0.124790 0.333978
+0.501061 0.103735 0.324560
+0.583107 0.083290 0.313994
+0.659923 0.066536 0.305476
+0.729811 0.053994 0.297671
+0.790485 0.044804 0.289338
+0.840397 0.038151 0.280005
+0.881311 0.033374 0.270136
+0.914351 0.030003 0.260171
+0.939727 0.027694 0.250134
+0.956457 0.026288 0.239921
+0.963079 0.025737 0.228934
+0.016479 0.283458 0.327051
+0.016493 0.284627 0.328493
+0.121396 0.285494 0.330560
+0.284315 0.282749 0.328004
+0.401746 0.278137 0.323289
+0.498273 0.270801 0.315882
+0.584583 0.259280 0.304697
+0.666467 0.242730 0.289092
+0.739430 0.225342 0.272842
+0.800863 0.209146 0.257737
+0.850529 0.195012 0.244584
+0.890851 0.183168 0.233602
+0.923442 0.173632 0.224777
+0.948067 0.166387 0.218085
+0.961557 0.196507 0.244562
+0.964349 0.235743 0.280394
+0.016461 0.389258 0.341599
+0.016493 0.390019 0.338222
+0.084716 0.392856 0.321414
+0.266118 0.392548 0.311176
+0.392778 0.390233 0.307182
+0.493518 0.381428 0.297674
+0.581019 0.370141 0.285241
+0.662493 0.359040 0.271430
+0.735694 0.347295 0.257995
+0.797872 0.334269 0.245600
+0.848322 0.320397 0.234707
+0.889165 0.306488 0.225509
+0.922192 0.293148 0.218066
+0.947109 0.280453 0.212369
+0.961469 0.282955 0.237543
+0.964283 0.299579 0.279393
+0.016438 0.478361 0.343211
+0.016493 0.478937 0.337782
+0.059876 0.481324 0.311146
+0.233125 0.483250 0.281300
+0.372889 0.481851 0.277506
+0.484274 0.479809 0.270425
+0.574636 0.468562 0.260141
+0.656528 0.457792 0.249431
+0.730472 0.446515 0.239400
+0.793824 0.433209 0.230187
+0.845031 0.417610 0.222062
+0.886602 0.401106 0.215082
+0.920086 0.384552 0.209435
+0.945489 0.368171 0.205242
+0.961415 0.355868 0.217690
+0.964177 0.360009 0.271827
+0.016402 0.557558 0.340559
+0.016493 0.557914 0.334261
+0.044797 0.559848 0.302987
+0.200030 0.562572 0.251643
+0.351572 0.561816 0.247075
+0.465042 0.560509 0.242173
+0.566082 0.558948 0.236247
+0.650578 0.548861 0.228357
+0.725428 0.536983 0.221216
+0.789606 0.522402 0.214704
+0.841659 0.504772 0.208962
+0.883872 0.485609 0.204081
+0.917881 0.466074 0.200121
+0.943737 0.446443 0.197299
+0.960750 0.426439 0.195837
+0.964207 0.419932 0.260574
+0.016359 0.632053 0.337572
+0.016493 0.632349 0.330751
+0.036014 0.633984 0.297220
+0.173165 0.636774 0.228184
+0.334574 0.636492 0.221604
+0.449475 0.635573 0.218381
+0.550020 0.634530 0.214369
+0.643699 0.633310 0.209763
+0.720785 0.621926 0.204808
+0.785722 0.605984 0.200368
+0.838574 0.586235 0.196534
+0.881307 0.564503 0.193295
+0.915755 0.542115 0.190805
+0.941822 0.519402 0.189184
+0.959234 0.496216 0.188710
+0.964154 0.478978 0.243475
+0.016306 0.700159 0.333219
+0.016493 0.700401 0.326189
+0.031178 0.701683 0.291669
+0.153114 0.704303 0.211116
+0.320476 0.704165 0.202183
+0.435263 0.703529 0.200039
+0.534897 0.702948 0.197336
+0.627195 0.702073 0.194222
+0.714886 0.701293 0.190733
+0.782475 0.685771 0.187792
+0.835837 0.664003 0.185356
+0.878937 0.639712 0.183389
+0.913683 0.614670 0.182001
+0.940098 0.589017 0.181304
+0.957641 0.562725 0.181599
+0.964086 0.537222 0.216139
+0.016247 0.759039 0.326645
+0.016493 0.759239 0.319584
+0.028652 0.760277 0.284950
+0.138455 0.762293 0.198716
+0.307282 0.762315 0.187626
+0.420385 0.761946 0.186196
+0.517996 0.761634 0.184393
+0.608211 0.761075 0.182261
+0.694134 0.760487 0.179850
+0.776873 0.759798 0.177195
+0.833456 0.738817 0.175718
+0.876812 0.712109 0.174658
+0.911836 0.684458 0.174047
+0.938515 0.656119 0.174090
+0.956293 0.626962 0.174888
+0.963824 0.595242 0.177196
+0.016183 0.807161 0.317781
+0.016493 0.807305 0.310769
+0.027626 0.808131 0.276688
+0.127991 0.809843 0.189553
+0.294031 0.809818 0.177020
+0.404158 0.809596 0.176039
+0.498827 0.809378 0.174780
+0.586269 0.809044 0.173306
+0.669487 0.808700 0.171607
+0.749615 0.808219 0.169731
+0.827587 0.807796 0.167715
+0.875119 0.782532 0.167277
+0.910149 0.752181 0.167198
+0.937102 0.721132 0.167640
+0.954996 0.689153 0.168834
+0.962596 0.654330 0.171331
+0.016117 0.846212 0.307534
+0.016493 0.846280 0.300675
+0.027431 0.846956 0.267534
+0.120661 0.848360 0.182752
+0.280965 0.848515 0.169284
+0.387335 0.848377 0.168625
+0.478567 0.848093 0.167723
+0.562885 0.847921 0.166694
+0.643049 0.847738 0.165487
+0.720326 0.847368 0.164125
+0.795448 0.847069 0.162702
+0.868973 0.846764 0.161184
+0.908786 0.818412 0.161404
+0.935783 0.784681 0.162137
+0.953785 0.750033 0.163492
+0.961449 0.712122 0.166022
+0.016055 0.877695 0.296729
+0.016493 0.877719 0.290071
+0.027727 0.878294 0.258152
+0.115638 0.879700 0.177875
+0.268355 0.879815 0.163823
+0.370536 0.879688 0.163338
+0.458284 0.879546 0.162725
+0.539283 0.879382 0.161935
+0.616263 0.879147 0.161074
+0.690532 0.879041 0.160085
+0.762633 0.878781 0.159040
+0.833286 0.878518 0.157904
+0.902493 0.878240 0.156725
+0.934809 0.846920 0.157540
+0.952814 0.809469 0.158915
+0.960479 0.768578 0.161392
+0.016000 0.902437 0.285482
+0.016493 0.902566 0.279114
+0.028238 0.903091 0.248591
+0.112266 0.904326 0.174416
+0.256068 0.904378 0.160077
+0.353929 0.904310 0.159711
+0.437904 0.904171 0.159257
+0.515453 0.904166 0.158699
+0.589216 0.903901 0.158045
+0.660369 0.903764 0.157330
+0.729600 0.903640 0.156506
+0.797129 0.903332 0.155661
+0.863415 0.903173 0.154746
+0.928479 0.902993 0.153833
+0.951871 0.867935 0.155137
+0.959520 0.824050 0.157416
+0.015956 0.919631 0.273805
+0.016493 0.919784 0.267701
+0.028718 0.920304 0.238727
+0.110262 0.921375 0.172308
+0.243897 0.921502 0.157784
+0.337099 0.921469 0.157533
+0.417199 0.921390 0.157169
+0.491175 0.921254 0.156734
+0.561556 0.921228 0.156231
+0.629465 0.920971 0.155664
+0.695474 0.920801 0.155022
+0.760094 0.920675 0.154352
+0.823344 0.920514 0.153611
+0.885823 0.920289 0.152873
+0.946038 0.920063 0.152128
+0.958761 0.878602 0.154136
+0.015938 0.927078 0.260980
+0.016493 0.927078 0.255229
+0.152910 0.927078 0.263705
+0.285088 0.927078 0.321739
+0.338553 0.927078 0.327056
+0.391417 0.927078 0.327055
+0.446960 0.927078 0.327055
+0.503670 0.927078 0.327054
+0.560824 0.927078 0.327053
+0.618058 0.927078 0.327040
+0.675097 0.927078 0.327063
+0.731920 0.927077 0.327062
+0.788225 0.927077 0.327060
+0.844397 0.927077 0.327058
+0.900020 0.927077 0.327057
+0.953522 0.927077 0.327054
+0.016490 -0.000797 0.431954
+0.102594 -0.000829 0.431954
+0.205061 -0.000947 0.431954
+0.301205 -0.001138 0.431954
+0.392794 -0.001373 0.431953
+0.485178 -0.001678 0.435140
+0.567326 -0.001999 0.431964
+0.644795 -0.002324 0.427968
+0.716517 -0.002637 0.422507
+0.779307 -0.002933 0.414478
+0.831229 -0.003208 0.403511
+0.873465 -0.003456 0.390606
+0.907426 -0.003672 0.376849
+0.933619 -0.003848 0.362547
+0.950943 -0.003972 0.347515
+0.957917 -0.004022 0.330969
+0.016490 0.094809 0.431954
+0.016493 0.019823 0.447982
+0.197613 0.000000 0.445452
+0.303836 0.000000 0.441446
+0.398419 0.000000 0.437865
+0.489696 0.000000 0.436783
+0.570887 0.000000 0.431247
+0.647715 0.000000 0.425933
+0.718914 0.000000 0.419691
+0.781203 0.000000 0.411077
+0.832788 0.000000 0.399859
+0.874624 0.000000 0.386845
+0.908565 0.000000 0.373105
+0.934602 0.000000 0.358823
+0.951754 0.000000 0.343884
+0.958783 0.000000 0.327508
+0.016484 0.200426 0.431953
+0.016493 0.191046 0.440394
+0.145163 0.141601 0.447589
+0.292248 0.133761 0.446447
+0.404520 0.119397 0.445126
+0.500168 0.099403 0.437404
+0.582318 0.080341 0.426012
+0.659243 0.064624 0.416602
+0.729270 0.052728 0.407234
+0.790236 0.043969 0.396471
+0.840184 0.037604 0.383963
+0.881051 0.032987 0.370367
+0.914305 0.029721 0.356538
+0.939676 0.027502 0.342523
+0.956364 0.026130 0.328180
+0.963176 0.025622 0.312585
+0.016475 0.297932 0.431953
+0.016493 0.296111 0.435259
+0.114376 0.284581 0.443649
+0.282512 0.280525 0.442440
+0.399742 0.276350 0.440408
+0.497790 0.268873 0.432870
+0.584303 0.256806 0.422486
+0.666055 0.240328 0.411161
+0.739045 0.223282 0.398408
+0.800409 0.207531 0.384373
+0.850236 0.193728 0.369618
+0.890576 0.182140 0.355179
+0.923309 0.172806 0.341521
+0.947882 0.165701 0.328747
+0.961532 0.195148 0.331141
+0.964343 0.235199 0.343441
+0.016461 0.389019 0.431951
+0.016493 0.389596 0.432701
+0.082280 0.391417 0.435368
+0.263817 0.391058 0.435246
+0.392443 0.389292 0.432987
+0.492814 0.385843 0.429135
+0.580325 0.380859 0.423807
+0.662538 0.374156 0.417191
+0.737748 0.365494 0.408654
+0.802418 0.354467 0.397861
+0.854447 0.343034 0.386675
+0.896173 0.332189 0.376055
+0.929629 0.322734 0.366810
+0.951302 0.329317 0.372710
+0.961401 0.353053 0.394884
+0.964237 0.367759 0.408888
+0.016436 0.478361 0.434259
+0.016493 0.478893 0.432594
+0.058781 0.480996 0.424933
+0.230987 0.482706 0.416861
+0.378637 0.481338 0.419658
+0.484411 0.479268 0.417439
+0.574984 0.472199 0.411864
+0.658848 0.464436 0.403934
+0.735041 0.454836 0.394740
+0.799785 0.442873 0.385076
+0.851914 0.429198 0.375640
+0.894018 0.415267 0.366955
+0.927809 0.401921 0.359445
+0.951070 0.396585 0.364378
+0.961473 0.408543 0.392265
+0.964168 0.414369 0.408955
+0.016400 0.557558 0.430905
+0.016493 0.557892 0.428024
+0.044289 0.559666 0.414902
+0.198610 0.562201 0.397026
+0.355305 0.562591 0.398058
+0.467343 0.561009 0.396761
+0.566487 0.559036 0.390774
+0.652996 0.550577 0.382823
+0.729980 0.539789 0.374806
+0.795524 0.526136 0.366961
+0.848275 0.509831 0.359536
+0.890858 0.492544 0.352792
+0.925080 0.475467 0.347173
+0.950505 0.459624 0.344777
+0.961324 0.463177 0.383086
+0.964157 0.461703 0.404635
+0.016357 0.632053 0.427101
+0.016493 0.632335 0.423579
+0.035752 0.633930 0.407466
+0.172251 0.636533 0.381496
+0.326918 0.638413 0.372226
+0.447033 0.637323 0.371137
+0.549170 0.635756 0.366180
+0.644120 0.633880 0.360334
+0.723573 0.622698 0.354029
+0.790244 0.607220 0.348112
+0.844052 0.588276 0.342703
+0.887191 0.567739 0.337902
+0.922021 0.547182 0.334038
+0.948100 0.526845 0.331293
+0.961076 0.519068 0.369485
+0.964140 0.511347 0.398528
+0.016304 0.700159 0.421519
+0.016493 0.700389 0.417638
+0.031054 0.701690 0.399995
+0.152519 0.704192 0.368694
+0.301489 0.706495 0.349141
+0.426578 0.705851 0.347506
+0.530431 0.704773 0.343781
+0.625472 0.703447 0.339294
+0.715346 0.701906 0.334162
+0.784920 0.686221 0.329939
+0.839580 0.664671 0.326196
+0.883606 0.641116 0.323061
+0.918718 0.617338 0.320716
+0.945490 0.593450 0.319397
+0.960906 0.575521 0.348762
+0.964126 0.562246 0.389712
+0.016244 0.759040 0.413182
+0.016493 0.759222 0.409131
+0.028613 0.760150 0.390638
+0.138064 0.762161 0.356448
+0.280359 0.764630 0.329876
+0.406817 0.764268 0.327534
+0.510302 0.763686 0.324736
+0.604099 0.762734 0.321369
+0.692473 0.761685 0.317466
+0.777337 0.760482 0.313166
+0.835522 0.739290 0.310768
+0.879969 0.712807 0.308966
+0.915674 0.685870 0.307810
+0.942791 0.658718 0.307653
+0.960526 0.632052 0.314840
+0.963993 0.613838 0.376926
+0.016181 0.807161 0.401818
+0.016493 0.807299 0.397696
+0.027607 0.808111 0.379096
+0.127750 0.809734 0.344023
+0.263465 0.811880 0.314239
+0.387775 0.811862 0.311301
+0.489094 0.811337 0.309184
+0.580333 0.810763 0.306677
+0.666213 0.810056 0.303707
+0.748341 0.809272 0.300398
+0.827917 0.808451 0.296826
+0.876744 0.782934 0.295928
+0.912785 0.753051 0.295733
+0.940338 0.722714 0.296436
+0.958658 0.692026 0.298365
+0.963862 0.665634 0.357129
+0.016116 0.846212 0.388749
+0.016493 0.846276 0.384606
+0.027432 0.846921 0.366293
+0.120497 0.848330 0.331553
+0.250213 0.850343 0.301847
+0.370165 0.850373 0.298384
+0.468033 0.850056 0.296806
+0.556071 0.849581 0.294854
+0.638780 0.849134 0.292599
+0.717885 0.848548 0.290015
+0.794458 0.847932 0.287244
+0.869225 0.847205 0.284194
+0.910146 0.818933 0.284670
+0.937949 0.785744 0.285981
+0.956565 0.751885 0.288511
+0.963640 0.717547 0.323346
+0.016053 0.877695 0.374986
+0.016493 0.877716 0.370909
+0.027743 0.878273 0.352980
+0.115498 0.879680 0.319514
+0.240125 0.881459 0.292322
+0.354092 0.881539 0.288438
+0.447862 0.881328 0.287218
+0.532333 0.881039 0.285710
+0.611640 0.880647 0.284002
+0.687591 0.880225 0.281977
+0.761038 0.879729 0.279764
+0.832752 0.879261 0.277312
+0.902715 0.878718 0.274735
+0.935960 0.847466 0.276494
+0.954593 0.810566 0.279398
+0.962847 0.770721 0.284314
+0.015998 0.902437 0.360620
+0.016493 0.902563 0.356724
+0.028248 0.903067 0.339397
+0.112193 0.904258 0.307850
+0.232765 0.906022 0.285356
+0.339384 0.906061 0.281134
+0.428605 0.905833 0.280179
+0.509121 0.905665 0.279025
+0.584757 0.905361 0.277634
+0.657348 0.905046 0.276034
+0.727471 0.904646 0.274253
+0.796122 0.904286 0.272290
+0.863031 0.903857 0.270171
+0.928703 0.903356 0.267951
+0.952798 0.868702 0.271059
+0.961117 0.825583 0.276123
+0.015955 0.919631 0.345699
+0.016493 0.919782 0.341991
+0.028739 0.920283 0.325435
+0.110208 0.921465 0.296451
+0.227990 0.923130 0.280823
+0.326037 0.923311 0.276381
+0.410079 0.923101 0.275651
+0.486221 0.922832 0.274682
+0.558008 0.922630 0.273558
+0.626965 0.922371 0.272242
+0.693813 0.922118 0.270795
+0.758934 0.921720 0.269195
+0.822776 0.921407 0.267429
+0.885745 0.920971 0.265568
+0.946218 0.920537 0.263593
+0.959618 0.879549 0.268630
+0.015936 0.927078 0.329348
+0.016493 0.927078 0.325768
+0.152910 0.927078 0.331062
+0.285088 0.927078 0.371223
+0.393211 0.927078 0.426893
+0.439322 0.927078 0.431980
+0.484783 0.927078 0.431980
+0.533490 0.927078 0.431979
+0.584271 0.927078 0.431978
+0.636298 0.927078 0.431977
+0.689048 0.927078 0.431976
+0.742266 0.927077 0.431975
+0.795646 0.927077 0.431974
+0.849146 0.927077 0.431972
+0.902400 0.927077 0.431970
+0.953942 0.927077 0.431968
+0.016488 -0.001024 0.520828
+0.103030 -0.001048 0.520828
+0.205924 -0.001142 0.520828
+0.302324 -0.001305 0.520828
+0.394318 -0.001518 0.520828
+0.483073 -0.001764 0.520828
+0.567326 -0.002070 0.519074
+0.644795 -0.002384 0.514257
+0.716517 -0.002688 0.507682
+0.779307 -0.002977 0.497958
+0.831229 -0.003245 0.484722
+0.873465 -0.003488 0.469125
+0.907426 -0.003700 0.452514
+0.933619 -0.003872 0.435242
+0.950943 -0.003993 0.417093
+0.957917 -0.004040 0.397078
+0.016486 0.095212 0.520828
+0.016493 0.018950 0.533817
+0.195140 0.000000 0.532227
+0.301391 0.000000 0.529400
+0.396720 0.000000 0.526747
+0.486754 0.000000 0.524684
+0.570506 0.000000 0.520587
+0.647522 0.000000 0.514294
+0.718699 0.000000 0.506785
+0.781198 0.000000 0.496421
+0.832776 0.000000 0.482719
+0.874646 0.000000 0.466946
+0.908539 0.000000 0.450247
+0.934606 0.000000 0.432922
+0.951813 0.000000 0.414709
+0.958763 0.000000 0.394833
+0.016482 0.201242 0.520828
+0.016493 0.189503 0.528610
+0.137636 0.133932 0.539416
+0.285894 0.124883 0.539275
+0.396682 0.110330 0.537854
+0.495909 0.093826 0.534681
+0.581162 0.076506 0.524753
+0.658386 0.062067 0.514085
+0.728787 0.051057 0.503107
+0.789882 0.042864 0.490176
+0.840019 0.036828 0.474695
+0.880932 0.032467 0.457960
+0.914145 0.029349 0.440800
+0.939537 0.027225 0.423259
+0.956337 0.025906 0.405380
+0.963050 0.025445 0.385826
+0.016473 0.299115 0.520827
+0.016493 0.295480 0.524610
+0.106004 0.277825 0.536356
+0.279725 0.277266 0.536164
+0.393096 0.273440 0.534964
+0.494530 0.266059 0.533187
+0.583921 0.253276 0.524766
+0.665413 0.237014 0.514080
+0.738365 0.220527 0.501300
+0.799927 0.205214 0.485920
+0.849790 0.191900 0.468613
+0.890178 0.180682 0.450738
+0.922960 0.171644 0.433333
+0.947663 0.164743 0.416335
+0.961497 0.193200 0.407809
+0.964333 0.234423 0.406598
+0.016455 0.390372 0.520827
+0.016493 0.389494 0.522419
+0.077106 0.384797 0.529078
+0.259296 0.383050 0.532128
+0.391029 0.387338 0.530662
+0.490744 0.384519 0.528752
+0.579713 0.379448 0.522503
+0.662156 0.372717 0.515313
+0.737567 0.363688 0.506095
+0.802223 0.352702 0.493816
+0.854138 0.341408 0.479308
+0.895975 0.330757 0.464330
+0.929399 0.321525 0.450040
+0.951297 0.327957 0.444781
+0.961470 0.352328 0.452286
+0.964227 0.367476 0.455521
+0.016435 0.477332 0.520826
+0.016493 0.477698 0.521236
+0.057287 0.479224 0.523357
+0.228078 0.480559 0.525164
+0.377091 0.479847 0.523910
+0.484275 0.478519 0.521958
+0.574537 0.475656 0.518768
+0.658052 0.471880 0.514897
+0.733872 0.467355 0.510302
+0.798744 0.462118 0.504904
+0.851614 0.456205 0.498872
+0.895083 0.449132 0.491635
+0.929176 0.443681 0.486054
+0.950959 0.446980 0.488806
+0.961261 0.458301 0.499444
+0.964224 0.466124 0.506855
+0.016398 0.557558 0.517831
+0.016493 0.557862 0.516850
+0.043561 0.559465 0.512877
+0.196637 0.561711 0.507696
+0.353424 0.562084 0.507798
+0.472873 0.560438 0.510987
+0.566601 0.558425 0.509151
+0.652333 0.553932 0.505339
+0.729620 0.547464 0.500888
+0.795854 0.538541 0.495390
+0.849757 0.527632 0.489350
+0.893244 0.515925 0.483182
+0.927846 0.505097 0.478469
+0.950319 0.501311 0.483509
+0.961214 0.505163 0.497650
+0.964110 0.506256 0.507037
+0.016355 0.632053 0.513182
+0.016493 0.632316 0.511438
+0.035417 0.633811 0.503925
+0.170995 0.636221 0.492532
+0.325395 0.637892 0.488804
+0.456384 0.637122 0.495851
+0.553985 0.635569 0.494841
+0.644438 0.633607 0.490182
+0.724358 0.625484 0.484990
+0.792177 0.613332 0.479606
+0.846613 0.598107 0.474177
+0.890571 0.581908 0.469126
+0.925801 0.565928 0.464770
+0.949605 0.555229 0.471513
+0.961101 0.552550 0.491146
+0.964145 0.547549 0.503810
+0.016302 0.700159 0.506529
+0.016493 0.700420 0.504299
+0.030894 0.701619 0.494708
+0.151702 0.703895 0.478934
+0.300340 0.706161 0.470015
+0.434548 0.706675 0.475986
+0.535965 0.705654 0.475493
+0.627756 0.704077 0.471092
+0.715933 0.702064 0.465887
+0.786392 0.688435 0.461474
+0.842197 0.669608 0.457393
+0.886979 0.649245 0.453774
+0.922797 0.628963 0.450735
+0.948642 0.610860 0.454417
+0.960814 0.602159 0.481971
+0.964116 0.591491 0.499294
+0.016241 0.759040 0.496385
+0.016493 0.759198 0.493896
+0.028541 0.760190 0.483123
+0.137522 0.762138 0.464585
+0.279539 0.764359 0.451650
+0.412933 0.765902 0.456137
+0.515267 0.765088 0.455893
+0.606675 0.763934 0.452208
+0.693786 0.762678 0.447897
+0.777650 0.760983 0.442924
+0.837094 0.741097 0.440121
+0.882708 0.716971 0.437811
+0.919164 0.692768 0.436232
+0.946542 0.668914 0.435657
+0.960485 0.653154 0.468615
+0.964037 0.637136 0.492995
+0.016179 0.807161 0.482673
+0.016493 0.807291 0.480070
+0.027584 0.808087 0.468695
+0.127387 0.809626 0.448821
+0.262876 0.811755 0.433866
+0.393969 0.813514 0.438237
+0.494092 0.813059 0.438239
+0.583305 0.812230 0.435300
+0.667820 0.811283 0.431780
+0.749275 0.810157 0.427783
+0.828386 0.808896 0.423375
+0.878313 0.784633 0.422167
+0.915378 0.756700 0.421810
+0.943385 0.729042 0.422446
+0.960059 0.705129 0.448075
+0.963744 0.684050 0.483828
+0.016113 0.846212 0.466863
+0.016493 0.846270 0.464212
+0.027440 0.846873 0.452729
+0.120261 0.848287 0.432502
+0.249759 0.850200 0.417196
+0.378004 0.852038 0.423120
+0.474073 0.851905 0.423288
+0.559859 0.851340 0.420899
+0.641117 0.850638 0.418094
+0.719405 0.849656 0.414816
+0.795299 0.848795 0.411243
+0.869627 0.847773 0.407303
+0.911661 0.820551 0.407791
+0.940179 0.789239 0.409327
+0.959195 0.758032 0.413669
+0.963642 0.731870 0.469763
+0.016049 0.877695 0.450218
+0.016493 0.877711 0.447544
+0.027758 0.878284 0.436089
+0.115354 0.879642 0.416276
+0.239804 0.881360 0.401847
+0.365177 0.883327 0.410935
+0.455953 0.883219 0.411075
+0.537663 0.882768 0.409223
+0.615176 0.882164 0.406951
+0.689802 0.881509 0.404278
+0.762399 0.880837 0.401386
+0.833452 0.880034 0.398171
+0.903079 0.879167 0.394661
+0.937097 0.849146 0.396901
+0.956580 0.814189 0.400607
+0.963301 0.780177 0.446287
+0.015993 0.902437 0.432944
+0.016493 0.902559 0.430281
+0.028276 0.903033 0.419133
+0.112077 0.904272 0.400088
+0.232526 0.905888 0.387982
+0.355445 0.907810 0.401659
+0.439898 0.907829 0.401828
+0.516790 0.907484 0.400259
+0.590193 0.907038 0.398420
+0.661075 0.906472 0.396285
+0.730060 0.905859 0.393859
+0.797671 0.905337 0.391228
+0.863997 0.904571 0.388288
+0.929143 0.903893 0.385195
+0.953923 0.870427 0.389347
+0.962774 0.829422 0.399322
+0.015952 0.919631 0.414881
+0.016493 0.919778 0.412369
+0.028764 0.920254 0.401525
+0.110112 0.921379 0.383967
+0.227790 0.923096 0.375338
+0.393181 0.923577 0.434115
+0.461317 0.923513 0.439125
+0.520296 0.923515 0.433193
+0.579897 0.923421 0.425075
+0.639722 0.923318 0.413690
+0.699795 0.923291 0.397407
+0.761974 0.922866 0.386800
+0.824741 0.922278 0.384327
+0.886720 0.921702 0.381663
+0.946504 0.921005 0.378870
+0.960626 0.881330 0.385921
+0.015935 0.927078 0.395090
+0.016493 0.927078 0.392719
+0.152909 0.927078 0.396294
+0.285087 0.927078 0.425204
+0.393211 0.927078 0.468620
+0.485176 0.927078 0.516399
+0.526896 0.927078 0.520829
+0.567963 0.927078 0.520829
+0.612107 0.927078 0.520828
+0.658405 0.927078 0.520828
+0.706289 0.927077 0.520827
+0.755196 0.927077 0.520827
+0.804827 0.927077 0.520826
+0.855116 0.927077 0.520825
+0.905465 0.927077 0.520824
+0.954204 0.927077 0.520823
+0.016485 -0.001254 0.600619
+0.102018 -0.001273 0.600619
+0.203927 -0.001349 0.600619
+0.299581 -0.001488 0.600619
+0.390703 -0.001679 0.600619
+0.478749 -0.001907 0.600619
+0.564285 -0.002159 0.600619
+0.644795 -0.002460 0.597916
+0.716517 -0.002753 0.590279
+0.779307 -0.003032 0.578915
+0.831229 -0.003293 0.563423
+0.873465 -0.003530 0.545269
+0.907426 -0.003736 0.525904
+0.933619 -0.003904 0.505701
+0.950943 -0.004021 0.484511
+0.957917 -0.004064 0.461160
+0.016484 0.094207 0.600619
+0.016493 0.018126 0.611230
+0.191422 0.000000 0.610350
+0.296608 0.000000 0.608420
+0.391311 0.000000 0.606401
+0.480768 0.000000 0.604682
+0.567077 0.000000 0.603402
+0.647288 0.000000 0.599223
+0.718585 0.000000 0.590537
+0.781163 0.000000 0.578592
+0.832704 0.000000 0.562518
+0.874578 0.000000 0.544070
+0.908521 0.000000 0.524519
+0.934516 0.000000 0.504229
+0.951739 0.000000 0.483030
+0.958701 0.000000 0.459723
+0.016478 0.199260 0.600619
+0.016493 0.186309 0.607808
+0.125488 0.122059 0.623497
+0.278178 0.113080 0.622785
+0.387742 0.100016 0.620592
+0.485434 0.085638 0.617231
+0.576466 0.071937 0.613490
+0.657403 0.058994 0.604855
+0.728002 0.049027 0.592343
+0.789357 0.041484 0.577361
+0.839631 0.035891 0.559337
+0.880627 0.031797 0.539569
+0.913904 0.028875 0.519308
+0.939337 0.026861 0.498578
+0.956172 0.025636 0.477313
+0.963031 0.025220 0.454126
+0.016466 0.296331 0.600619
+0.016493 0.291660 0.604600
+0.096903 0.270374 0.618782
+0.275768 0.273008 0.620244
+0.386465 0.269452 0.619318
+0.485471 0.261063 0.618406
+0.580140 0.248607 0.617123
+0.664588 0.232747 0.608805
+0.737426 0.216908 0.595029
+0.799212 0.202362 0.577902
+0.849227 0.189578 0.557903
+0.889780 0.178850 0.537006
+0.922648 0.170172 0.516121
+0.947404 0.163532 0.495486
+0.961481 0.190551 0.479678
+0.964321 0.233357 0.468940
+0.016451 0.386920 0.600619
+0.016493 0.385099 0.602695
+0.071833 0.376878 0.611735
+0.253417 0.375155 0.617836
+0.388988 0.385003 0.616398
+0.485591 0.382605 0.615051
+0.577100 0.377578 0.613281
+0.661567 0.370690 0.607240
+0.737400 0.361256 0.597238
+0.801862 0.350312 0.583101
+0.853733 0.339261 0.565548
+0.895637 0.328956 0.546878
+0.929155 0.319968 0.528402
+0.951230 0.326108 0.515365
+0.961456 0.351443 0.511836
+0.964214 0.366998 0.506059
+0.016427 0.473178 0.600618
+0.016493 0.472616 0.601553
+0.054217 0.470448 0.606324
+0.222665 0.469601 0.611913
+0.374586 0.473351 0.611596
+0.483047 0.476901 0.610417
+0.572992 0.474579 0.608527
+0.657457 0.470725 0.604522
+0.733371 0.466192 0.597742
+0.798445 0.461023 0.588617
+0.851426 0.454949 0.577415
+0.894794 0.447982 0.564994
+0.928920 0.442561 0.553385
+0.950748 0.446048 0.547625
+0.961295 0.457805 0.548248
+0.964209 0.465819 0.547400
+0.016394 0.556197 0.600617
+0.016493 0.556340 0.601001
+0.042686 0.557619 0.602582
+0.194180 0.559378 0.604894
+0.350871 0.560060 0.605386
+0.471640 0.559194 0.603855
+0.566285 0.557649 0.601963
+0.651856 0.555137 0.599369
+0.728941 0.552160 0.596200
+0.795041 0.548766 0.592485
+0.848569 0.545047 0.588409
+0.892403 0.540680 0.583781
+0.927444 0.536725 0.579511
+0.950064 0.537804 0.580134
+0.961103 0.544319 0.586048
+0.964119 0.549294 0.590750
+0.016351 0.632053 0.596655
+0.016493 0.632299 0.596046
+0.034977 0.633613 0.593807
+0.169369 0.635819 0.590666
+0.323392 0.637331 0.589840
+0.454831 0.636578 0.591844
+0.556272 0.634900 0.592757
+0.644229 0.632981 0.590629
+0.723431 0.627672 0.587848
+0.790960 0.620093 0.584693
+0.845498 0.611007 0.581417
+0.889712 0.601382 0.577720
+0.925703 0.591601 0.573642
+0.949414 0.586294 0.575736
+0.960973 0.586625 0.584566
+0.964073 0.585615 0.590960
+0.016297 0.700159 0.588860
+0.016493 0.700399 0.587755
+0.030681 0.701548 0.583030
+0.150671 0.703592 0.575616
+0.298842 0.705714 0.571824
+0.433054 0.706269 0.574763
+0.544090 0.704881 0.581451
+0.631739 0.703292 0.579922
+0.715805 0.701630 0.576614
+0.785861 0.691102 0.573324
+0.842158 0.676930 0.569911
+0.887010 0.661795 0.566572
+0.923330 0.646956 0.563311
+0.948425 0.635257 0.566472
+0.960681 0.629501 0.579117
+0.963961 0.622774 0.588138
+0.016239 0.759040 0.577085
+0.016493 0.759167 0.575592
+0.028464 0.760093 0.569408
+0.136841 0.761886 0.559062
+0.278450 0.764121 0.552410
+0.411777 0.765499 0.555128
+0.527773 0.764903 0.566347
+0.615154 0.763829 0.565934
+0.697213 0.762454 0.562222
+0.777917 0.760790 0.557783
+0.837557 0.744013 0.554982
+0.883625 0.723878 0.552540
+0.920440 0.704284 0.550583
+0.946940 0.686535 0.553842
+0.960312 0.674706 0.571423
+0.963954 0.662502 0.584249
+0.016175 0.807161 0.561072
+0.016493 0.807281 0.559393
+0.027554 0.808054 0.552328
+0.126933 0.809545 0.540387
+0.262063 0.811557 0.531863
+0.393010 0.813177 0.534795
+0.510405 0.813560 0.549908
+0.595465 0.812740 0.550471
+0.674699 0.811609 0.547049
+0.752380 0.810432 0.543127
+0.828729 0.808984 0.538680
+0.879050 0.787424 0.537248
+0.916688 0.763185 0.536473
+0.945071 0.739683 0.537019
+0.959798 0.721735 0.560320
+0.963852 0.704069 0.578681
+0.016110 0.846212 0.542627
+0.016493 0.846262 0.540833
+0.027440 0.846876 0.533335
+0.119958 0.848158 0.520576
+0.249166 0.850116 0.511491
+0.377230 0.851875 0.515512
+0.494554 0.852688 0.534800
+0.575781 0.852197 0.535912
+0.651196 0.851410 0.533004
+0.725291 0.850404 0.529627
+0.798137 0.849315 0.525903
+0.870062 0.848025 0.521670
+0.912516 0.823301 0.521956
+0.941724 0.795381 0.523268
+0.959174 0.770274 0.543506
+0.963591 0.747109 0.570470
+0.016048 0.877695 0.523188
+0.016493 0.877705 0.521360
+0.027777 0.878290 0.513695
+0.115126 0.879558 0.500806
+0.239301 0.881327 0.491988
+0.364594 0.883085 0.498082
+0.481019 0.884276 0.521862
+0.557508 0.883898 0.523440
+0.628676 0.883332 0.520974
+0.698734 0.882436 0.518157
+0.767871 0.881663 0.515009
+0.836166 0.880654 0.511456
+0.903522 0.879542 0.507610
+0.938001 0.851827 0.509886
+0.957792 0.820224 0.516751
+0.963246 0.791201 0.557561
+0.015992 0.902437 0.503000
+0.016493 0.902554 0.501197
+0.028301 0.903053 0.493504
+0.111918 0.904143 0.480987
+0.232154 0.905865 0.473374
+0.354916 0.907728 0.482615
+0.470361 0.908952 0.511683
+0.541343 0.908850 0.513556
+0.607615 0.908239 0.511484
+0.673327 0.907685 0.509140
+0.738346 0.906949 0.506510
+0.802828 0.906078 0.503550
+0.866502 0.905219 0.500235
+0.929684 0.904308 0.496685
+0.954827 0.873013 0.501284
+0.962701 0.836838 0.535018
+0.015950 0.919631 0.481941
+0.016493 0.919774 0.480164
+0.028803 0.920216 0.472656
+0.109994 0.921393 0.460863
+0.227509 0.922877 0.455497
+0.391320 0.923523 0.495491
+0.512259 0.923486 0.547654
+0.566124 0.923498 0.550706
+0.616110 0.923394 0.546709
+0.668076 0.923262 0.541360
+0.721429 0.923248 0.534021
+0.776050 0.923077 0.523881
+0.831718 0.922807 0.509348
+0.889259 0.922345 0.492541
+0.947044 0.921484 0.489316
+0.961453 0.884068 0.497221
+0.015933 0.927078 0.458944
+0.016493 0.927078 0.457112
+0.152909 0.927078 0.459727
+0.285087 0.927078 0.481097
+0.393211 0.927078 0.514969
+0.485176 0.927078 0.554106
+0.567280 0.927078 0.596444
+0.606024 0.927078 0.600655
+0.643641 0.927078 0.600655
+0.684006 0.927078 0.600654
+0.726525 0.927077 0.600654
+0.770620 0.927077 0.600654
+0.815948 0.927077 0.600653
+0.862244 0.927077 0.600653
+0.909043 0.927077 0.600652
+0.954618 0.927077 0.600652
+0.016481 -0.001482 0.676548
+0.100954 -0.001497 0.676548
+0.201854 -0.001561 0.676548
+0.296623 -0.001680 0.676548
+0.386953 -0.001849 0.676548
+0.474168 -0.002057 0.676548
+0.558918 -0.002294 0.676548
+0.641906 -0.002551 0.676547
+0.716517 -0.002832 0.670630
+0.779307 -0.003101 0.657822
+0.831229 -0.003353 0.640133
+0.873465 -0.003582 0.619504
+0.907426 -0.003782 0.597461
+0.933619 -0.003944 0.574365
+0.950943 -0.004055 0.550238
+0.957917 -0.004094 0.523612
+0.016478 0.093125 0.676548
+0.016493 0.017549 0.685469
+0.188326 0.000000 0.685033
+0.292415 0.000000 0.683620
+0.386339 0.000000 0.682156
+0.475144 0.000000 0.680834
+0.560730 0.000000 0.679684
+0.644040 0.000000 0.678721
+0.718349 0.000000 0.671889
+0.780942 0.000000 0.658173
+0.832547 0.000000 0.639955
+0.874481 0.000000 0.618952
+0.908392 0.000000 0.596685
+0.934409 0.000000 0.573493
+0.951648 0.000000 0.549317
+0.958775 0.000000 0.522763
+0.016473 0.197114 0.676548
+0.016493 0.183405 0.683098
+0.111393 0.108528 0.702412
+0.270842 0.100355 0.701232
+0.380146 0.089525 0.698584
+0.476833 0.077570 0.695058
+0.566984 0.065962 0.691531
+0.652954 0.055561 0.688114
+0.727192 0.046675 0.677513
+0.788764 0.039865 0.660541
+0.839140 0.034764 0.639976
+0.880395 0.030994 0.617484
+0.913646 0.028297 0.594259
+0.939208 0.026437 0.570524
+0.955939 0.025309 0.546127
+0.962819 0.024952 0.519492
+0.016462 0.293378 0.676548
+0.016493 0.288085 0.680685
+0.087850 0.264069 0.696542
+0.270572 0.267713 0.700291
+0.380491 0.264038 0.699780
+0.478277 0.254614 0.699677
+0.571237 0.242001 0.698233
+0.660415 0.227561 0.695586
+0.736457 0.212628 0.683604
+0.798352 0.198839 0.664540
+0.848560 0.186756 0.642005
+0.889201 0.176574 0.618034
+0.922180 0.168326 0.593946
+0.947116 0.162049 0.570009
+0.961418 0.187057 0.548549
+0.964301 0.231995 0.530418
+0.016445 0.383242 0.676548
+0.016493 0.380850 0.678916
+0.066798 0.370449 0.689799
+0.246573 0.368210 0.698968
+0.386477 0.382296 0.697476
+0.481454 0.380162 0.696354
+0.571214 0.374959 0.694977
+0.658892 0.367877 0.693472
+0.736818 0.358191 0.684497
+0.801472 0.347427 0.668401
+0.853297 0.336660 0.647964
+0.895171 0.326681 0.625847
+0.928688 0.318025 0.603679
+0.951121 0.323657 0.584541
+0.961494 0.350249 0.572240
+0.964197 0.366430 0.558744
+0.016420 0.468735 0.676547
+0.016493 0.467644 0.677897
+0.051425 0.463353 0.684406
+0.217059 0.461293 0.693154
+0.371265 0.468409 0.693929
+0.481541 0.475247 0.692858
+0.570054 0.473182 0.691525
+0.655689 0.469321 0.689644
+0.732883 0.464827 0.682234
+0.797973 0.459537 0.669947
+0.851179 0.453376 0.654580
+0.894597 0.446512 0.637787
+0.928858 0.441057 0.621164
+0.950740 0.444848 0.608208
+0.961279 0.457169 0.600189
+0.964185 0.465539 0.591692
+0.016387 0.550983 0.676547
+0.016493 0.550700 0.677226
+0.041095 0.549684 0.680687
+0.189979 0.549448 0.686312
+0.347136 0.552437 0.689388
+0.469947 0.555625 0.687821
+0.565199 0.556549 0.686505
+0.650683 0.554237 0.684683
+0.728508 0.551232 0.679089
+0.794663 0.547849 0.670798
+0.848213 0.544110 0.660724
+0.892071 0.539815 0.650122
+0.927192 0.535799 0.639792
+0.950024 0.537055 0.632862
+0.961076 0.543981 0.630361
+0.964099 0.549083 0.627569
+0.016344 0.630684 0.676546
+0.016493 0.630911 0.676857
+0.034483 0.631920 0.678206
+0.167402 0.633710 0.680496
+0.320919 0.635293 0.682186
+0.452825 0.635218 0.681579
+0.555252 0.633994 0.679969
+0.643628 0.632244 0.678036
+0.722700 0.629985 0.675575
+0.790372 0.627405 0.672565
+0.844812 0.624639 0.669244
+0.889007 0.621616 0.665768
+0.924950 0.618300 0.662140
+0.948959 0.618072 0.661499
+0.960784 0.622328 0.665088
+0.964026 0.625821 0.668325
+0.016293 0.700159 0.669141
+0.016493 0.700413 0.668762
+0.030441 0.701402 0.667446
+0.149371 0.703251 0.665578
+0.297050 0.705188 0.664973
+0.431231 0.705695 0.666259
+0.542885 0.704331 0.668012
+0.634560 0.702808 0.669578
+0.715513 0.701034 0.667858
+0.785353 0.694277 0.665596
+0.841210 0.685813 0.663149
+0.885920 0.677186 0.660743
+0.922736 0.668458 0.657524
+0.947990 0.662331 0.657900
+0.960606 0.660808 0.664005
+0.964027 0.658873 0.668978
+0.016234 0.759039 0.655679
+0.016493 0.759208 0.654915
+0.028358 0.759911 0.651740
+0.135994 0.761770 0.646787
+0.277118 0.763908 0.644033
+0.410261 0.765030 0.645724
+0.526518 0.764597 0.651446
+0.624255 0.763075 0.659460
+0.702277 0.761831 0.658714
+0.777892 0.760283 0.656008
+0.836653 0.747652 0.653963
+0.882633 0.733085 0.652017
+0.919648 0.719076 0.649319
+0.946569 0.706824 0.649612
+0.960230 0.699484 0.658730
+0.963858 0.692028 0.666118
+0.016171 0.807161 0.637468
+0.016493 0.807268 0.636463
+0.027532 0.807956 0.632191
+0.126374 0.809418 0.625285
+0.261085 0.811351 0.620737
+0.391838 0.812914 0.622807
+0.509296 0.813177 0.631989
+0.612227 0.812180 0.647635
+0.686866 0.811057 0.648609
+0.757852 0.810015 0.645566
+0.828921 0.808681 0.641936
+0.878667 0.791132 0.640341
+0.916415 0.771999 0.639159
+0.944527 0.753997 0.638911
+0.959593 0.740490 0.651215
+0.963665 0.727481 0.662185
+0.016105 0.846212 0.616478
+0.016493 0.846253 0.615286
+0.027454 0.846798 0.610394
+0.119580 0.848100 0.602367
+0.248443 0.850007 0.596920
+0.376309 0.851661 0.599873
+0.493569 0.852470 0.612574
+0.598503 0.851924 0.634412
+0.669733 0.851127 0.636676
+0.736237 0.850210 0.633621
+0.803109 0.849134 0.630144
+0.870471 0.847910 0.626180
+0.912533 0.826874 0.625990
+0.941701 0.803589 0.626741
+0.959000 0.783604 0.640281
+0.963449 0.765004 0.656450
+0.016045 0.877695 0.594340
+0.016493 0.877697 0.593035
+0.027816 0.878284 0.587873
+0.114871 0.879550 0.579294
+0.238796 0.881215 0.573795
+0.363839 0.882938 0.578199
+0.480231 0.884081 0.594574
+0.585668 0.884069 0.622094
+0.652683 0.883411 0.625062
+0.714835 0.882679 0.622387
+0.777343 0.881785 0.619284
+0.840735 0.880740 0.615699
+0.904016 0.879555 0.611843
+0.938202 0.855205 0.613716
+0.957641 0.828732 0.624082
+0.963210 0.804022 0.647736
+0.015988 0.902437 0.571324
+0.016493 0.902548 0.570027
+0.028345 0.903075 0.564656
+0.111733 0.904098 0.556085
+0.231696 0.905713 0.551200
+0.354395 0.907523 0.557918
+0.469712 0.908832 0.578670
+0.575010 0.909064 0.611878
+0.637124 0.908608 0.615331
+0.694417 0.908082 0.613023
+0.752671 0.907247 0.610322
+0.811568 0.906429 0.607280
+0.870799 0.905426 0.603906
+0.930064 0.904391 0.600192
+0.955046 0.876355 0.604616
+0.962587 0.844822 0.633024
+0.015946 0.919631 0.547315
+0.016493 0.919769 0.546053
+0.028839 0.920169 0.540687
+0.109865 0.921254 0.532456
+0.227142 0.922888 0.529016
+0.388855 0.923527 0.556947
+0.510965 0.923485 0.597316
+0.605245 0.923425 0.637247
+0.652990 0.923306 0.640439
+0.697114 0.923302 0.636999
+0.743470 0.923147 0.632311
+0.792060 0.922963 0.626105
+0.842155 0.922712 0.617526
+0.894470 0.922260 0.605697
+0.947505 0.921715 0.592171
+0.961473 0.887681 0.606693
+0.015928 0.927078 0.521083
+0.016493 0.927078 0.519784
+0.152908 0.927078 0.521679
+0.285087 0.927078 0.537806
+0.393211 0.927078 0.564192
+0.485175 0.927078 0.595820
+0.567280 0.927078 0.631111
+0.644855 0.927078 0.671699
+0.681226 0.927078 0.676542
+0.715150 0.927078 0.676542
+0.751577 0.927077 0.676542
+0.789966 0.927077 0.676542
+0.830105 0.927077 0.676541
+0.871450 0.927077 0.676541
+0.913815 0.927077 0.676541
+0.955022 0.927077 0.676541
+0.016475 -0.001698 0.745880
+0.099358 -0.001711 0.745880
+0.198709 -0.001765 0.745880
+0.292175 -0.001867 0.745880
+0.381310 -0.002016 0.745880
+0.467277 -0.002204 0.745880
+0.550876 -0.002423 0.745879
+0.632599 -0.002665 0.745879
+0.712855 -0.002925 0.745878
+0.779307 -0.003182 0.734940
+0.831229 -0.003424 0.715266
+0.873465 -0.003645 0.692111
+0.907426 -0.003836 0.667371
+0.933619 -0.003992 0.641587
+0.950942 -0.004097 0.614583
+0.957917 -0.004130 0.584772
+0.016473 0.091471 0.745880
+0.016493 0.017091 0.753078
+0.184506 0.000000 0.752724
+0.286972 0.000000 0.751846
+0.379584 0.000000 0.750760
+0.467282 0.000000 0.749767
+0.551766 0.000000 0.748854
+0.633992 0.000000 0.748170
+0.714465 0.000000 0.747513
+0.780670 0.000000 0.735832
+0.832431 0.000000 0.715550
+0.874442 0.000000 0.692034
+0.908324 0.000000 0.667029
+0.934359 0.000000 0.641094
+0.951626 0.000000 0.614047
+0.958685 0.000000 0.584252
+0.016466 0.193871 0.745880
+0.016493 0.179640 0.751336
+0.098224 0.096008 0.771021
+0.262293 0.088632 0.769902
+0.370692 0.080001 0.767325
+0.466183 0.070309 0.764351
+0.555162 0.060658 0.761227
+0.640074 0.051804 0.758129
+0.722119 0.044114 0.755543
+0.788114 0.038085 0.740842
+0.838710 0.033503 0.717974
+0.879987 0.030099 0.692809
+0.913506 0.027630 0.666717
+0.939029 0.025920 0.640075
+0.955943 0.024926 0.612645
+0.962779 0.024596 0.582646
+0.016457 0.288899 0.745880
+0.016493 0.283090 0.749649
+0.079757 0.256769 0.765540
+0.263779 0.260936 0.772347
+0.372366 0.256940 0.772092
+0.468436 0.247313 0.771651
+0.559348 0.235300 0.770177
+0.646660 0.221750 0.767671
+0.731001 0.207654 0.764456
+0.797421 0.194818 0.747625
+0.847751 0.183489 0.722439
+0.888618 0.173914 0.695659
+0.921686 0.166170 0.668671
+0.946643 0.160277 0.641464
+0.961466 0.182620 0.615329
+0.964282 0.230328 0.590952
+0.016438 0.377609 0.745879
+0.016493 0.374730 0.748220
+0.062421 0.362613 0.759551
+0.239482 0.359767 0.770759
+0.383407 0.379153 0.769515
+0.475556 0.377245 0.768822
+0.562760 0.372012 0.767764
+0.648409 0.364480 0.766996
+0.732824 0.354481 0.765859
+0.800867 0.343906 0.751036
+0.852666 0.333527 0.727576
+0.894606 0.323962 0.702342
+0.928215 0.315677 0.676756
+0.951114 0.320631 0.652467
+0.961451 0.348798 0.632848
+0.964171 0.365763 0.612577
+0.016414 0.461981 0.745878
+0.016493 0.460491 0.747313
+0.049125 0.454673 0.754840
+0.211956 0.451542 0.765176
+0.367626 0.461975 0.767319
+0.479754 0.473352 0.766136
+0.565171 0.471486 0.765050
+0.648014 0.467752 0.763719
+0.729825 0.462986 0.762249
+0.797501 0.457696 0.749570
+0.850976 0.451347 0.730504
+0.894321 0.444510 0.709802
+0.928573 0.439287 0.688732
+0.950684 0.443467 0.669632
+0.961297 0.456420 0.654118
+0.964163 0.465073 0.638638
+0.016380 0.543144 0.745878
+0.016493 0.542394 0.746723
+0.039902 0.539890 0.751304
+0.186602 0.538307 0.758774
+0.343716 0.543184 0.763731
+0.468219 0.550368 0.762318
+0.563957 0.555125 0.761256
+0.645770 0.553146 0.759993
+0.726093 0.550035 0.758340
+0.794188 0.546698 0.747938
+0.847847 0.543041 0.732899
+0.891828 0.538775 0.717129
+0.927050 0.534741 0.701587
+0.950021 0.536119 0.687910
+0.961072 0.543410 0.677661
+0.964073 0.548794 0.667694
+0.016339 0.621841 0.745877
+0.016493 0.621564 0.746306
+0.033854 0.621066 0.748824
+0.165190 0.621113 0.753379
+0.318413 0.623658 0.757648
+0.450892 0.627040 0.758165
+0.554221 0.628992 0.756536
+0.642608 0.630984 0.754969
+0.721183 0.629079 0.753342
+0.789907 0.626535 0.746359
+0.844508 0.623740 0.736496
+0.888626 0.620867 0.726736
+0.924794 0.617518 0.717179
+0.948932 0.617438 0.709531
+0.960796 0.621909 0.705471
+0.963996 0.625625 0.701642
+0.016288 0.698427 0.745876
+0.016493 0.698578 0.746048
+0.030154 0.699426 0.747116
+0.147861 0.700995 0.749222
+0.294870 0.702832 0.751312
+0.429026 0.703629 0.751872
+0.541404 0.702918 0.750650
+0.633597 0.701629 0.749231
+0.715065 0.700277 0.747503
+0.784575 0.698436 0.745048
+0.840455 0.696246 0.742272
+0.885175 0.694107 0.739502
+0.921701 0.691536 0.736463
+0.947475 0.690500 0.735008
+0.960340 0.693002 0.736922
+0.963856 0.695467 0.739040
+0.016229 0.759039 0.732519
+0.016493 0.759164 0.732416
+0.028253 0.759886 0.731536
+0.134993 0.761483 0.730366
+0.275485 0.763403 0.730221
+0.408453 0.764417 0.731503
+0.524936 0.763978 0.733374
+0.623272 0.762776 0.735973
+0.707228 0.761330 0.739501
+0.777944 0.759765 0.738633
+0.836116 0.752435 0.736853
+0.881998 0.744669 0.735108
+0.918824 0.737093 0.733102
+0.946015 0.730607 0.732100
+0.959970 0.727766 0.736049
+0.963792 0.725066 0.739819
+0.016166 0.807161 0.712181
+0.016493 0.807253 0.711672
+0.027503 0.807926 0.709480
+0.125705 0.809276 0.706201
+0.259866 0.810990 0.704258
+0.390407 0.812495 0.705892
+0.507927 0.812832 0.711019
+0.611147 0.811803 0.719524
+0.698600 0.810610 0.730427
+0.764988 0.809489 0.731131
+0.829295 0.808198 0.728963
+0.878051 0.795946 0.727531
+0.915428 0.783097 0.726396
+0.944045 0.770876 0.725005
+0.959394 0.762288 0.730885
+0.963637 0.754329 0.737087
+0.016101 0.846212 0.688710
+0.016493 0.846241 0.687999
+0.027471 0.846802 0.685009
+0.119128 0.848065 0.680289
+0.247526 0.849826 0.677406
+0.375173 0.851413 0.679641
+0.492398 0.852156 0.687791
+0.597455 0.851612 0.701774
+0.689464 0.850519 0.721109
+0.751797 0.849583 0.723428
+0.810752 0.848641 0.721304
+0.870931 0.847451 0.718587
+0.911813 0.831544 0.718129
+0.941225 0.814174 0.716621
+0.958566 0.799240 0.723440
+0.963436 0.785759 0.733097
+0.016038 0.877695 0.663943
+0.016493 0.877688 0.663023
+0.027860 0.878291 0.659584
+0.114557 0.879529 0.654094
+0.238091 0.881050 0.650795
+0.362959 0.882745 0.654086
+0.479300 0.883830 0.665548
+0.584762 0.883763 0.684655
+0.679719 0.882813 0.711616
+0.738576 0.882073 0.715560
+0.792387 0.881242 0.713282
+0.847918 0.880301 0.710417
+0.904579 0.879276 0.707202
+0.937675 0.859709 0.708279
+0.957215 0.838534 0.712654
+0.963039 0.819095 0.726856
+0.015982 0.902437 0.638127
+0.016493 0.902540 0.637219
+0.028398 0.903006 0.633511
+0.111513 0.904063 0.627756
+0.231145 0.905651 0.624658
+0.353634 0.907378 0.629652
+0.468946 0.908572 0.644721
+0.574274 0.908895 0.669118
+0.669749 0.908269 0.702037
+0.724674 0.907622 0.706844
+0.774252 0.906976 0.705145
+0.825312 0.906040 0.702879
+0.877532 0.905186 0.699820
+0.930599 0.904094 0.696495
+0.954769 0.880607 0.699596
+0.962435 0.854400 0.716685
+0.015943 0.919631 0.611325
+0.016493 0.919762 0.610398
+0.028899 0.920167 0.606496
+0.109685 0.921213 0.600784
+0.226736 0.922855 0.598577
+0.385667 0.923522 0.618281
+0.509361 0.923397 0.649118
+0.604102 0.923327 0.680819
+0.686694 0.923239 0.715602
+0.730017 0.923135 0.719379
+0.769039 0.923049 0.716252
+0.810637 0.922819 0.712001
+0.854466 0.922581 0.706234
+0.900837 0.922170 0.698631
+0.948112 0.921529 0.689714
+0.961105 0.891840 0.699461
+0.015926 0.927078 0.581885
+0.016493 0.927078 0.580922
+0.152907 0.927078 0.582363
+0.285087 0.927078 0.594554
+0.393210 0.927078 0.615061
+0.485175 0.927078 0.640274
+0.567280 0.927078 0.669207
+0.644855 0.927078 0.703250
+0.716508 0.927077 0.740778
+0.749893 0.927077 0.745814
+0.779981 0.927077 0.745814
+0.812357 0.927077 0.745813
+0.846496 0.927077 0.745813
+0.882449 0.927077 0.745813
+0.919398 0.927077 0.745812
+0.955555 0.927077 0.745812
+0.016467 -0.001902 0.805226
+0.096883 -0.001913 0.805226
+0.193808 -0.001958 0.805226
+0.285237 -0.002047 0.805226
+0.372341 -0.002177 0.805226
+0.456458 -0.002346 0.805226
+0.538264 -0.002547 0.805226
+0.618193 -0.002772 0.805226
+0.696581 -0.003016 0.805226
+0.773620 -0.003275 0.805225
+0.831229 -0.003506 0.788833
+0.873465 -0.003717 0.763330
+0.907426 -0.003900 0.735955
+0.933619 -0.004047 0.707536
+0.950942 -0.004146 0.677675
+0.957917 -0.004172 0.644726
+0.016465 0.088930 0.805226
+0.016493 0.016640 0.810857
+0.179225 0.000000 0.810779
+0.279336 0.000000 0.810199
+0.369926 0.000000 0.809468
+0.455735 0.000000 0.808767
+0.538436 0.000000 0.808049
+0.618967 0.000000 0.807455
+0.697816 0.000000 0.806856
+0.775056 0.000000 0.806600
+0.832393 0.000000 0.789622
+0.874439 0.000000 0.763678
+0.908312 0.000000 0.736066
+0.934389 0.000000 0.707391
+0.951646 0.000000 0.677479
+0.958579 0.000000 0.644471
+0.016461 0.188780 0.805226
+0.016493 0.174382 0.809909
+0.086976 0.085292 0.827629
+0.252177 0.078411 0.826886
+0.358577 0.071680 0.824752
+0.452048 0.063954 0.822294
+0.539148 0.055994 0.819730
+0.622400 0.048526 0.817199
+0.702885 0.041880 0.814973
+0.781241 0.036206 0.813046
+0.838242 0.032161 0.793834
+0.879694 0.029116 0.766036
+0.913183 0.026907 0.737286
+0.938822 0.025384 0.707759
+0.955731 0.024470 0.677354
+0.962622 0.024232 0.644234
+0.016451 0.281913 0.805226
+0.016493 0.275760 0.808620
+0.072708 0.247734 0.823145
+0.255305 0.252477 0.832451
+0.361590 0.248899 0.832164
+0.454851 0.239745 0.831436
+0.543140 0.228646 0.829813
+0.627832 0.216188 0.827489
+0.709872 0.203200 0.824644
+0.789890 0.190258 0.821816
+0.846798 0.179821 0.800439
+0.887969 0.170911 0.770998
+0.921136 0.163693 0.740904
+0.946265 0.158252 0.710763
+0.961409 0.177107 0.680517
+0.964253 0.228257 0.650577
+0.016434 0.368744 0.805226
+0.016493 0.365652 0.807493
+0.058591 0.352104 0.818377
+0.232369 0.349174 0.830239
+0.379957 0.375595 0.829661
+0.467502 0.374062 0.829048
+0.550833 0.368570 0.828628
+0.632928 0.360846 0.828095
+0.714188 0.351014 0.827321
+0.794118 0.339862 0.825620
+0.851912 0.329925 0.805248
+0.893947 0.320840 0.776717
+0.927679 0.312977 0.747947
+0.951082 0.316930 0.719430
+0.961476 0.347063 0.693289
+0.964178 0.364917 0.667007
+0.016409 0.451464 0.805226
+0.016493 0.449662 0.806800
+0.047189 0.442563 0.814310
+0.207177 0.438730 0.825147
+0.363636 0.453203 0.828575
+0.477767 0.471101 0.827135
+0.558055 0.469730 0.826280
+0.636475 0.466014 0.825335
+0.714590 0.461281 0.824269
+0.792253 0.455360 0.823038
+0.850611 0.448834 0.805514
+0.894000 0.442182 0.781023
+0.928379 0.437018 0.755974
+0.950552 0.441772 0.731498
+0.961334 0.455423 0.709146
+0.964168 0.464631 0.687215
+0.016375 0.530954 0.805225
+0.016493 0.529947 0.806159
+0.038962 0.526217 0.811131
+0.183727 0.523554 0.819772
+0.340572 0.530671 0.825631
+0.466443 0.542870 0.824547
+0.562641 0.553401 0.823474
+0.638966 0.551989 0.822650
+0.714391 0.548937 0.821435
+0.789633 0.545298 0.820030
+0.847267 0.541689 0.804527
+0.891361 0.537475 0.784197
+0.926670 0.533424 0.764033
+0.949807 0.535080 0.744395
+0.961114 0.542752 0.727057
+0.964134 0.548466 0.710417
+0.016334 0.607967 0.805224
+0.016493 0.607476 0.805832
+0.033433 0.605826 0.808955
+0.163537 0.604538 0.814886
+0.316420 0.608174 0.820544
+0.449178 0.615260 0.821771
+0.553052 0.621841 0.820217
+0.641619 0.629432 0.818883
+0.714250 0.628201 0.817749
+0.786300 0.625577 0.816314
+0.844055 0.622863 0.804220
+0.888255 0.619935 0.788634
+0.924395 0.616549 0.773809
+0.948685 0.616622 0.759899
+0.960819 0.621467 0.748525
+0.963962 0.625377 0.737911
+0.016285 0.682987 0.805224
+0.016493 0.682906 0.805485
+0.029987 0.682596 0.807408
+0.147000 0.682683 0.810934
+0.293766 0.684785 0.814928
+0.427974 0.688325 0.817210
+0.540558 0.691207 0.816047
+0.632864 0.694229 0.814786
+0.714381 0.698758 0.813317
+0.782528 0.697630 0.811932
+0.839995 0.695590 0.804364
+0.884882 0.693370 0.794969
+0.921531 0.690887 0.786335
+0.947282 0.689880 0.778625
+0.960336 0.692541 0.773383
+0.963901 0.695220 0.768854
+0.016222 0.756152 0.805223
+0.016493 0.756402 0.805469
+0.028122 0.757168 0.806287
+0.133829 0.758408 0.808022
+0.273656 0.759979 0.809917
+0.406447 0.761429 0.811312
+0.523093 0.761465 0.810926
+0.622112 0.760479 0.809647
+0.706427 0.759745 0.808337
+0.777965 0.759081 0.806836
+0.835402 0.757683 0.804779
+0.881174 0.756053 0.802509
+0.917814 0.754234 0.800277
+0.945304 0.752692 0.798425
+0.959634 0.753850 0.798985
+0.963624 0.755540 0.800319
+0.016159 0.807161 0.785582
+0.016493 0.807236 0.785363
+0.027465 0.807824 0.784797
+0.124948 0.809098 0.784137
+0.258484 0.810842 0.784280
+0.388762 0.812124 0.785742
+0.506324 0.812321 0.787883
+0.609835 0.811362 0.790938
+0.697824 0.810203 0.794818
+0.771324 0.809037 0.799967
+0.829792 0.807785 0.799765
+0.877383 0.801499 0.798459
+0.914652 0.795065 0.797328
+0.943205 0.788948 0.795914
+0.959175 0.784797 0.797837
+0.963475 0.781371 0.800631
+0.016095 0.846212 0.759583
+0.016493 0.846228 0.759156
+0.027497 0.846765 0.757689
+0.118606 0.847892 0.755337
+0.246508 0.849544 0.754273
+0.373860 0.851162 0.756134
+0.491056 0.851799 0.761096
+0.596234 0.851318 0.768833
+0.688623 0.850183 0.780125
+0.764522 0.849215 0.792537
+0.819085 0.848196 0.794187
+0.871626 0.847130 0.792262
+0.911158 0.836677 0.791503
+0.940406 0.825626 0.790545
+0.958230 0.815882 0.793064
+0.963211 0.807243 0.797903
+0.016032 0.877695 0.732169
+0.016493 0.877676 0.731648
+0.027904 0.878298 0.729410
+0.114179 0.879389 0.726279
+0.237282 0.880866 0.724623
+0.361901 0.882495 0.727172
+0.478145 0.883525 0.734839
+0.583667 0.883462 0.747527
+0.678734 0.882457 0.765402
+0.757740 0.881485 0.785481
+0.808507 0.880798 0.788476
+0.856111 0.879827 0.786747
+0.905318 0.878881 0.784781
+0.937048 0.864742 0.785074
+0.956705 0.849259 0.786072
+0.962835 0.835003 0.793912
+0.015978 0.902437 0.703602
+0.016493 0.902532 0.703118
+0.028467 0.903043 0.700600
+0.111239 0.904120 0.696883
+0.230566 0.905512 0.695059
+0.352781 0.907161 0.699016
+0.468032 0.908375 0.709799
+0.573306 0.908645 0.727158
+0.668997 0.908064 0.751279
+0.750215 0.907136 0.778274
+0.797757 0.906407 0.782595
+0.840896 0.905549 0.781619
+0.885607 0.904754 0.780041
+0.931368 0.903815 0.777981
+0.954126 0.885324 0.778487
+0.962147 0.864625 0.787130
+0.015937 0.919631 0.674009
+0.016493 0.919817 0.673383
+0.028973 0.920191 0.670687
+0.109483 0.921238 0.666745
+0.226211 0.922684 0.665579
+0.381730 0.923540 0.679071
+0.507347 0.923423 0.702409
+0.602716 0.923266 0.726757
+0.685715 0.923251 0.754281
+0.757372 0.923105 0.783497
+0.796001 0.922892 0.786679
+0.830819 0.922675 0.783899
+0.867963 0.922388 0.780280
+0.907854 0.921944 0.775594
+0.948745 0.921218 0.771068
+0.960766 0.896557 0.776468
+0.015922 0.927078 0.641515
+0.016493 0.927078 0.640849
+0.152907 0.927078 0.641926
+0.285086 0.927078 0.651122
+0.393210 0.927078 0.666842
+0.485175 0.927078 0.686702
+0.567280 0.927078 0.709908
+0.644855 0.927078 0.737662
+0.716508 0.927077 0.769000
+0.779297 0.927077 0.801118
+0.808637 0.927077 0.805316
+0.835221 0.927077 0.805316
+0.863666 0.927077 0.805315
+0.893889 0.927077 0.805315
+0.925310 0.927077 0.805315
+0.956311 0.927077 0.805315
+0.016461 -0.002090 0.853739
+0.093622 -0.002099 0.853739
+0.187274 -0.002138 0.853739
+0.276008 -0.002214 0.853739
+0.360563 -0.002329 0.853739
+0.442143 -0.002480 0.853739
+0.521488 -0.002662 0.853739
+0.598992 -0.002869 0.853739
+0.675140 -0.003098 0.853739
+0.749876 -0.003342 0.853739
+0.823463 -0.003599 0.853738
+0.873465 -0.003799 0.833272
+0.907426 -0.003972 0.803409
+0.933619 -0.004111 0.772220
+0.950942 -0.004202 0.739651
+0.957917 -0.004221 0.703604
+0.016461 0.085571 0.853739
+0.016493 0.016159 0.858110
+0.172669 0.000000 0.858096
+0.269694 0.000000 0.857702
+0.357505 0.000000 0.857247
+0.440813 0.000000 0.856701
+0.521097 0.000000 0.856211
+0.599250 0.000000 0.855761
+0.675679 0.000000 0.855286
+0.750699 0.000000 0.854999
+0.824567 0.000000 0.854634
+0.874391 0.000000 0.833797
+0.908318 0.000000 0.803777
+0.934334 0.000000 0.772315
+0.951515 0.000000 0.739676
+0.958602 0.000000 0.703604
+0.016455 0.182023 0.853739
+0.016493 0.167643 0.857508
+0.077753 0.076529 0.873269
+0.241160 0.069926 0.872813
+0.344582 0.064681 0.871137
+0.435320 0.058526 0.869146
+0.519929 0.052045 0.867132
+0.600771 0.045732 0.865048
+0.678928 0.039983 0.863131
+0.754977 0.034963 0.861467
+0.829582 0.030746 0.859990
+0.879225 0.028070 0.837562
+0.912906 0.026126 0.806165
+0.938533 0.024777 0.773985
+0.955576 0.023996 0.740726
+0.962425 0.023841 0.704286
+0.016445 0.272615 0.853739
+0.016493 0.266274 0.856588
+0.066797 0.237463 0.869780
+0.246353 0.243495 0.880733
+0.349101 0.240683 0.880368
+0.438839 0.232317 0.879315
+0.523850 0.222260 0.877667
+0.605583 0.211007 0.875586
+0.684766 0.199189 0.873035
+0.761998 0.187303 0.870453
+0.837338 0.175776 0.867882
+0.887173 0.167609 0.843943
+0.920513 0.160985 0.811048
+0.945676 0.155983 0.778020
+0.961445 0.170271 0.744460
+0.964225 0.225758 0.709355
+0.016429 0.357092 0.853739
+0.016493 0.353682 0.855773
+0.055339 0.339305 0.865965
+0.225571 0.337154 0.878025
+0.375382 0.370914 0.879096
+0.457643 0.369789 0.878659
+0.536308 0.364471 0.878045
+0.614197 0.357099 0.877515
+0.691340 0.347689 0.876657
+0.767814 0.337138 0.875196
+0.842998 0.325889 0.873173
+0.893290 0.317286 0.849618
+0.926955 0.309956 0.817657
+0.950911 0.312388 0.785340
+0.961391 0.344921 0.753342
+0.964148 0.363855 0.721615
+0.016405 0.437405 0.853739
+0.016493 0.435429 0.855181
+0.045580 0.427414 0.862416
+0.202873 0.423761 0.873436
+0.359567 0.443000 0.877807
+0.475269 0.468397 0.876882
+0.549677 0.467477 0.876310
+0.622796 0.463787 0.875441
+0.696175 0.459245 0.874492
+0.769510 0.453695 0.873407
+0.843159 0.445931 0.872509
+0.893656 0.439463 0.851477
+0.928064 0.434459 0.822642
+0.950418 0.439662 0.793149
+0.961310 0.454389 0.764776
+0.964136 0.464089 0.736940
+0.016372 0.514692 0.853738
+0.016493 0.513494 0.854564
+0.038258 0.508874 0.859713
+0.181330 0.505791 0.868621
+0.337698 0.515854 0.875152
+0.464056 0.534043 0.874682
+0.561077 0.551484 0.873753
+0.631014 0.550609 0.872978
+0.700436 0.547709 0.872001
+0.770583 0.544248 0.870943
+0.840807 0.540132 0.869628
+0.890923 0.535993 0.851154
+0.926492 0.531875 0.826711
+0.949709 0.533788 0.801639
+0.961067 0.542060 0.777747
+0.964097 0.548151 0.754832
+0.016332 0.589596 0.853738
+0.016493 0.588830 0.854339
+0.033176 0.586327 0.857772
+0.162436 0.584310 0.864293
+0.314841 0.589508 0.870849
+0.447570 0.601083 0.872541
+0.551914 0.613405 0.871026
+0.640462 0.627790 0.869869
+0.706487 0.627305 0.868998
+0.771958 0.624758 0.867888
+0.838533 0.621685 0.866713
+0.887808 0.618881 0.851246
+0.924133 0.615446 0.831663
+0.948613 0.615661 0.812034
+0.960686 0.620841 0.793723
+0.963919 0.625071 0.776367
+0.016282 0.662486 0.853737
+0.016493 0.662025 0.854020
+0.029926 0.660892 0.856348
+0.146670 0.660078 0.860828
+0.293285 0.662834 0.865985
+0.427330 0.669507 0.869005
+0.539842 0.677180 0.867956
+0.632056 0.685865 0.866780
+0.713544 0.697236 0.865494
+0.774837 0.696931 0.864554
+0.836033 0.694715 0.863282
+0.884433 0.692656 0.852023
+0.921053 0.690125 0.837934
+0.947097 0.689153 0.824555
+0.960294 0.692061 0.812400
+0.963849 0.695007 0.801217
+0.016222 0.733720 0.853737
+0.016493 0.733535 0.853893
+0.028129 0.733385 0.855168
+0.133954 0.733496 0.858075
+0.273890 0.735295 0.861514
+0.406607 0.738669 0.864192
+0.523067 0.742338 0.864506
+0.621862 0.746140 0.863036
+0.705877 0.751185 0.861886
+0.777342 0.757620 0.860620
+0.833314 0.757010 0.859500
+0.880765 0.755304 0.853009
+0.917462 0.753709 0.845067
+0.945007 0.752308 0.837975
+0.959603 0.753530 0.832006
+0.963697 0.755203 0.826865
+0.016152 0.803437 0.853736
+0.016493 0.803455 0.853924
+0.027441 0.803977 0.854509
+0.124077 0.805044 0.855814
+0.256930 0.806507 0.857607
+0.386835 0.808112 0.859248
+0.504452 0.808734 0.859564
+0.608294 0.808243 0.858781
+0.696714 0.807832 0.857544
+0.770596 0.807467 0.856461
+0.829865 0.807153 0.855208
+0.876656 0.806052 0.853747
+0.913867 0.804801 0.851994
+0.942272 0.803468 0.850433
+0.958729 0.803492 0.850072
+0.963278 0.804578 0.850628
+0.016088 0.846212 0.829174
+0.016493 0.846245 0.829002
+0.027529 0.846794 0.828659
+0.118007 0.847804 0.828342
+0.245340 0.849364 0.828773
+0.372338 0.850758 0.830378
+0.489481 0.851447 0.832791
+0.594802 0.850865 0.835871
+0.687634 0.849887 0.840058
+0.763858 0.848818 0.844980
+0.824732 0.847835 0.849844
+0.872192 0.846798 0.849636
+0.910588 0.841468 0.848843
+0.939534 0.835973 0.847926
+0.957708 0.831134 0.848287
+0.962992 0.826976 0.850165
+0.016026 0.877695 0.799225
+0.016493 0.877664 0.798853
+0.027972 0.878272 0.797835
+0.113784 0.879302 0.796328
+0.236366 0.880754 0.795911
+0.360716 0.882209 0.798049
+0.476834 0.883163 0.802801
+0.582456 0.883167 0.810302
+0.677747 0.882176 0.820743
+0.757041 0.881252 0.832836
+0.819633 0.880299 0.844305
+0.863411 0.879525 0.845490
+0.905897 0.878534 0.844135
+0.936546 0.869312 0.843930
+0.956130 0.859382 0.843957
+0.962533 0.849774 0.847506
+0.015972 0.902437 0.768084
+0.016493 0.902522 0.767821
+0.028531 0.903068 0.766190
+0.110924 0.903889 0.764020
+0.229844 0.905383 0.763322
+0.351811 0.906975 0.766323
+0.466940 0.908112 0.773783
+0.572221 0.908456 0.785605
+0.668125 0.907697 0.801931
+0.749620 0.906834 0.820926
+0.814700 0.905847 0.839403
+0.854901 0.905179 0.841649
+0.892716 0.904356 0.840487
+0.932098 0.903577 0.839010
+0.953595 0.889893 0.839641
+0.961788 0.874460 0.843234
+0.015932 0.919631 0.735747
+0.016493 0.919809 0.735162
+0.029059 0.920170 0.733468
+0.109232 0.921225 0.730935
+0.225617 0.922595 0.730414
+0.376702 0.923416 0.739618
+0.504832 0.923442 0.756503
+0.601028 0.923269 0.774600
+0.684434 0.923174 0.795268
+0.756560 0.922978 0.817758
+0.815739 0.922632 0.839398
+0.849150 0.922465 0.841174
+0.880553 0.922168 0.839024
+0.914529 0.921732 0.836463
+0.949364 0.920965 0.834322
+0.960223 0.901098 0.837167
+0.015916 0.927078 0.700147
+0.016493 0.927078 0.699668
+0.152905 0.927078 0.700380
+0.285085 0.927078 0.707308
+0.393209 0.927078 0.719061
+0.485175 0.927078 0.734289
+0.567279 0.927078 0.752343
+0.644855 0.927078 0.774503
+0.716508 0.927077 0.799809
+0.779297 0.927077 0.826131
+0.831223 0.927077 0.850929
+0.856168 0.927077 0.853733
+0.879556 0.927077 0.853733
+0.904604 0.927077 0.853733
+0.930738 0.927077 0.853732
+0.956748 0.927077 0.853732
+0.016454 -0.002259 0.893226
+0.089953 -0.002267 0.893226
+0.179887 -0.002301 0.893226
+0.265543 -0.002367 0.893226
+0.347152 -0.002468 0.893226
+0.425858 -0.002603 0.893226
+0.502494 -0.002767 0.893226
+0.577343 -0.002956 0.893226
+0.650817 -0.003167 0.893226
+0.722957 -0.003395 0.893226
+0.794090 -0.003637 0.893226
+0.864201 -0.003890 0.893225
+0.907426 -0.004054 0.869838
+0.933619 -0.004184 0.836079
+0.950942 -0.004266 0.800711
+0.957917 -0.004277 0.761743
+0.016454 0.081805 0.893226
+0.016493 0.015730 0.896855
+0.165530 0.000000 0.896872
+0.259120 0.000000 0.896754
+0.343868 0.000000 0.896390
+0.424251 0.000000 0.895912
+0.501846 0.000000 0.895502
+0.577244 0.000000 0.895121
+0.651013 0.000000 0.894747
+0.723439 0.000000 0.894456
+0.794645 0.000000 0.894263
+0.864999 0.000000 0.894039
+0.908267 0.000000 0.870499
+0.934356 0.000000 0.836438
+0.951524 0.000000 0.800903
+0.958630 0.000000 0.761862
+0.016448 0.174370 0.893226
+0.016493 0.160203 0.896469
+0.070468 0.069647 0.910835
+0.230017 0.063048 0.910486
+0.330042 0.058969 0.909254
+0.417760 0.054039 0.907630
+0.499408 0.048722 0.905928
+0.577446 0.043439 0.904135
+0.652968 0.038448 0.902479
+0.726520 0.034028 0.900894
+0.798526 0.030201 0.899675
+0.869326 0.027007 0.898466
+0.912512 0.025333 0.873795
+0.938318 0.024153 0.838909
+0.955356 0.023488 0.802780
+0.962342 0.023413 0.763409
+0.016437 0.262051 0.893226
+0.016493 0.255703 0.895807
+0.061973 0.226803 0.907996
+0.238828 0.235908 0.919530
+0.336531 0.233462 0.919403
+0.422235 0.225465 0.918494
+0.503739 0.216480 0.916928
+0.582190 0.206430 0.915059
+0.658331 0.195742 0.912849
+0.732463 0.184889 0.910454
+0.805202 0.174223 0.908099
+0.876503 0.164035 0.905921
+0.919887 0.158002 0.879876
+0.945204 0.153485 0.844046
+0.961455 0.161750 0.807240
+0.964186 0.222841 0.767439
+0.016424 0.343823 0.893226
+0.016493 0.340288 0.895123
+0.052624 0.325625 0.904834
+0.219456 0.325007 0.917132
+0.371756 0.367151 0.918726
+0.447878 0.366481 0.918430
+0.521262 0.361168 0.918061
+0.594656 0.354301 0.917532
+0.667619 0.345317 0.916893
+0.740208 0.334826 0.915850
+0.811891 0.324287 0.914080
+0.882889 0.313374 0.911829
+0.926271 0.306559 0.886131
+0.950701 0.306915 0.850566
+0.961339 0.342421 0.813185
+0.964245 0.362709 0.776249
+0.016399 0.421506 0.893226
+0.016493 0.419428 0.894607
+0.044297 0.410986 0.901954
+0.199187 0.408186 0.912954
+0.356562 0.432990 0.917717
+0.472941 0.465773 0.917337
+0.541203 0.465398 0.916906
+0.608677 0.461763 0.916325
+0.677200 0.457181 0.915737
+0.746021 0.451485 0.914966
+0.815242 0.444550 0.914055
+0.884617 0.436435 0.912809
+0.927783 0.431351 0.888993
+0.950362 0.437184 0.854875
+0.961161 0.453042 0.820717
+0.964097 0.463427 0.787492
+0.016370 0.496275 0.893226
+0.016493 0.494965 0.894219
+0.037743 0.489922 0.899535
+0.179455 0.487103 0.908708
+0.335235 0.500659 0.915858
+0.461756 0.525066 0.915867
+0.559293 0.549400 0.915231
+0.623070 0.549067 0.914609
+0.686684 0.546129 0.913925
+0.751577 0.542604 0.913125
+0.817263 0.538422 0.912134
+0.883437 0.533524 0.910945
+0.926063 0.530118 0.889557
+0.949558 0.532283 0.859569
+0.960955 0.541214 0.829570
+0.964121 0.547652 0.800624
+0.016330 0.568713 0.893225
+0.016493 0.567827 0.893779
+0.033057 0.564795 0.897719
+0.161866 0.562713 0.904743
+0.313867 0.570184 0.911818
+0.446375 0.586734 0.913911
+0.550029 0.604903 0.913213
+0.639036 0.625949 0.912190
+0.698968 0.626020 0.911535
+0.758486 0.623449 0.910607
+0.819492 0.620521 0.909489
+0.881595 0.617101 0.908384
+0.923722 0.614232 0.890207
+0.948456 0.614574 0.865288
+0.960677 0.620135 0.840465
+0.964025 0.624762 0.816882
+0.016283 0.639222 0.893225
+0.016493 0.638681 0.893689
+0.029961 0.636987 0.896310
+0.146861 0.635714 0.901491
+0.293439 0.639843 0.907500
+0.427164 0.650193 0.911030
+0.538335 0.663030 0.910607
+0.630697 0.677624 0.909638
+0.712322 0.695724 0.908376
+0.767836 0.696134 0.907412
+0.822758 0.693878 0.906324
+0.879573 0.691549 0.905061
+0.920681 0.689166 0.891056
+0.946944 0.688318 0.872239
+0.960238 0.691575 0.853439
+0.963787 0.694713 0.835753
+0.016226 0.708165 0.893224
+0.016493 0.707668 0.893533
+0.028196 0.706996 0.895185
+0.134566 0.706566 0.898829
+0.274756 0.708972 0.903330
+0.407442 0.714993 0.906908
+0.523415 0.722934 0.907520
+0.621007 0.731953 0.906306
+0.705307 0.743425 0.905114
+0.776505 0.756307 0.903724
+0.826928 0.756428 0.902861
+0.877524 0.754652 0.901740
+0.917128 0.753088 0.892012
+0.944792 0.751664 0.879632
+0.959594 0.753072 0.867254
+0.963617 0.755192 0.855586
+0.016159 0.775570 0.893224
+0.016493 0.775500 0.893419
+0.027458 0.775315 0.894462
+0.124817 0.775451 0.896691
+0.258324 0.777098 0.899672
+0.388386 0.780446 0.902558
+0.505705 0.784396 0.903696
+0.608928 0.788551 0.902865
+0.696793 0.793813 0.901559
+0.770323 0.800089 0.900596
+0.829326 0.805913 0.899308
+0.875163 0.805564 0.898333
+0.913466 0.804381 0.892825
+0.941967 0.803105 0.886359
+0.958579 0.803274 0.879994
+0.963235 0.804406 0.874206
+0.016079 0.841779 0.893257
+0.016493 0.841827 0.893278
+0.027574 0.842229 0.893768
+0.117345 0.843084 0.895086
+0.243956 0.844423 0.896760
+0.370686 0.845923 0.898308
+0.487701 0.847055 0.899138
+0.593113 0.847148 0.898907
+0.686480 0.846757 0.897748
+0.763010 0.846668 0.896851
+0.824134 0.846494 0.895767
+0.872146 0.846228 0.894783
+0.909956 0.845321 0.893669
+0.938542 0.844387 0.892446
+0.957053 0.843851 0.891617
+0.962708 0.844294 0.891621
+0.016018 0.877695 0.865323
+0.016493 0.877650 0.865228
+0.028048 0.878236 0.865013
+0.113309 0.879043 0.864948
+0.235333 0.880539 0.865611
+0.359327 0.881922 0.867229
+0.475368 0.882803 0.869781
+0.580947 0.882755 0.873013
+0.676502 0.881954 0.877063
+0.756220 0.880932 0.881768
+0.819069 0.880039 0.886472
+0.867998 0.879058 0.890605
+0.906240 0.878294 0.890370
+0.935863 0.873457 0.889902
+0.955468 0.868360 0.889495
+0.962172 0.863479 0.890552
+0.015964 0.902437 0.831526
+0.016493 0.902511 0.831393
+0.028627 0.902966 0.830665
+0.110595 0.903883 0.829819
+0.229058 0.905216 0.829868
+0.350696 0.906691 0.832284
+0.465718 0.907854 0.837179
+0.571003 0.908104 0.844241
+0.667171 0.907421 0.853907
+0.749170 0.906546 0.865484
+0.814349 0.905543 0.876771
+0.864429 0.904684 0.886755
+0.898721 0.904009 0.887460
+0.932498 0.903182 0.886379
+0.952977 0.894085 0.886647
+0.961288 0.883604 0.887805
+0.015925 0.919631 0.796432
+0.016493 0.919799 0.796167
+0.029158 0.920079 0.795143
+0.108974 0.921029 0.793691
+0.224988 0.922417 0.793762
+0.370470 0.923418 0.799566
+0.501800 0.923275 0.811223
+0.598948 0.923317 0.823765
+0.682866 0.923156 0.838396
+0.755507 0.922863 0.854422
+0.814982 0.922577 0.870171
+0.862521 0.922333 0.884648
+0.891594 0.921945 0.885318
+0.920311 0.921475 0.883857
+0.949784 0.920589 0.883083
+0.959539 0.905374 0.884643
+0.015909 0.927078 0.757986
+0.016493 0.927078 0.757620
+0.152913 0.927078 0.758075
+0.285085 0.927078 0.763079
+0.393208 0.927078 0.771649
+0.485175 0.927078 0.783011
+0.567279 0.927078 0.796385
+0.644855 0.927078 0.813228
+0.716508 0.927077 0.832638
+0.779297 0.927077 0.853285
+0.831223 0.927077 0.872979
+0.873459 0.927077 0.891702
+0.894269 0.927077 0.893254
+0.914585 0.927077 0.893254
+0.935741 0.927077 0.893254
+0.957261 0.927077 0.893254
+0.016449 -0.002406 0.925312
+0.086173 -0.002413 0.925312
+0.172153 -0.002442 0.925312
+0.254642 -0.002500 0.925312
+0.333177 -0.002589 0.925312
+0.408944 -0.002708 0.925312
+0.482691 -0.002856 0.925312
+0.554717 -0.003028 0.925312
+0.625349 -0.003222 0.925312
+0.694867 -0.003433 0.925312
+0.763233 -0.003659 0.925311
+0.830840 -0.003896 0.925311
+0.897364 -0.004143 0.925311
+0.933619 -0.004263 0.898904
+0.950942 -0.004336 0.860836
+0.957917 -0.004338 0.818885
+0.016447 0.077908 0.925312
+0.016493 0.015366 0.928557
+0.158150 0.000000 0.928557
+0.248231 0.000000 0.928311
+0.329799 0.000000 0.928035
+0.407150 0.000000 0.927642
+0.481790 0.000000 0.927396
+0.554383 0.000000 0.927086
+0.625447 0.000000 0.926799
+0.695086 0.000000 0.926435
+0.763591 0.000000 0.926232
+0.831440 0.000000 0.926146
+0.898043 0.000000 0.925910
+0.934336 0.000000 0.899324
+0.951481 0.000000 0.861140
+0.958585 0.000000 0.819099
+0.016443 0.166313 0.925312
+0.016493 0.152522 0.928071
+0.064844 0.064385 0.940927
+0.219195 0.057713 0.940870
+0.315592 0.054477 0.939781
+0.399969 0.050504 0.938560
+0.478658 0.046107 0.937210
+0.553851 0.041635 0.935791
+0.626542 0.037319 0.934344
+0.697298 0.033376 0.932980
+0.766647 0.029910 0.931871
+0.834797 0.026948 0.930754
+0.901817 0.024496 0.929875
+0.937997 0.023508 0.902619
+0.955106 0.022968 0.863784
+0.962134 0.022947 0.821328
+0.016434 0.251020 0.925312
+0.016493 0.244757 0.927644
+0.058191 0.216286 0.938830
+0.244416 0.240945 0.945498
+0.331104 0.240296 0.945409
+0.409518 0.233474 0.945274
+0.485220 0.223768 0.945070
+0.559267 0.210260 0.944987
+0.631865 0.193017 0.944435
+0.703127 0.183165 0.942528
+0.772817 0.173355 0.940428
+0.841387 0.163854 0.938388
+0.908609 0.154836 0.936541
+0.944724 0.150830 0.908650
+0.961465 0.151160 0.869152
+0.964180 0.219333 0.824718
+0.016419 0.329895 0.925312
+0.016493 0.326417 0.927119
+0.050506 0.311771 0.936163
+0.226332 0.318670 0.945170
+0.373853 0.368751 0.945173
+0.441849 0.369160 0.945012
+0.508568 0.365249 0.944811
+0.576111 0.360147 0.944696
+0.644044 0.353461 0.944405
+0.711982 0.344909 0.944147
+0.779800 0.333936 0.943862
+0.847828 0.319731 0.943404
+0.915428 0.302874 0.942698
+0.950712 0.300432 0.914997
+0.961326 0.339442 0.872367
+0.964204 0.361265 0.830640
+0.016396 0.404855 0.925312
+0.016493 0.402720 0.926674
+0.043329 0.394249 0.933833
+0.196165 0.392925 0.944541
+0.362627 0.428229 0.944750
+0.473809 0.466160 0.944511
+0.534693 0.466637 0.944445
+0.595655 0.463842 0.944262
+0.658230 0.460295 0.943964
+0.721911 0.455803 0.943710
+0.786155 0.450262 0.943230
+0.850929 0.443429 0.942863
+0.915975 0.435106 0.942382
+0.950214 0.434341 0.916197
+0.961150 0.451495 0.876756
+0.964161 0.462630 0.838239
+0.016368 0.476987 0.925311
+0.016493 0.475618 0.926256
+0.037459 0.470365 0.931560
+0.178275 0.468402 0.940805
+0.345612 0.489808 0.944246
+0.465219 0.519339 0.944063
+0.559577 0.549183 0.943704
+0.616310 0.549608 0.943433
+0.673464 0.547235 0.943182
+0.732411 0.544300 0.942913
+0.792735 0.540840 0.942533
+0.853960 0.536497 0.942064
+0.915826 0.531400 0.941462
+0.949380 0.530519 0.917571
+0.960965 0.540173 0.881938
+0.964071 0.547183 0.847253
+0.016331 0.546812 0.925311
+0.016493 0.545859 0.925892
+0.033099 0.542651 0.929869
+0.161890 0.540917 0.937270
+0.319474 0.552373 0.943461
+0.453037 0.575345 0.943225
+0.552084 0.598525 0.942926
+0.638885 0.625281 0.942535
+0.692232 0.626101 0.942162
+0.745387 0.623919 0.941740
+0.800632 0.621216 0.941436
+0.857385 0.618046 0.940867
+0.915245 0.614313 0.940120
+0.948296 0.613313 0.919269
+0.960612 0.619383 0.888317
+0.963969 0.624279 0.858724
+0.016286 0.614866 0.925311
+0.016493 0.614238 0.925754
+0.030104 0.612184 0.928653
+0.147630 0.610991 0.934301
+0.294244 0.617210 0.940717
+0.435504 0.633158 0.942316
+0.541910 0.650789 0.941891
+0.631659 0.670851 0.941490
+0.711931 0.694710 0.940774
+0.761378 0.695699 0.940248
+0.810512 0.693723 0.939766
+0.861750 0.691366 0.939170
+0.914549 0.688589 0.938333
+0.946714 0.687351 0.921081
+0.960102 0.690987 0.896036
+0.963855 0.694385 0.871942
+0.016232 0.681314 0.925310
+0.016493 0.680842 0.925605
+0.028321 0.679746 0.927549
+0.135662 0.679081 0.931748
+0.276427 0.682886 0.937066
+0.410074 0.692245 0.940891
+0.527993 0.705176 0.940522
+0.622184 0.719443 0.939960
+0.705073 0.736546 0.939200
+0.775689 0.755196 0.938210
+0.821098 0.755931 0.937561
+0.866235 0.754142 0.936863
+0.913437 0.752112 0.936045
+0.944547 0.751017 0.922863
+0.959418 0.752502 0.904194
+0.963608 0.754801 0.886044
+0.016169 0.746226 0.925310
+0.016493 0.746109 0.925527
+0.027523 0.745566 0.926852
+0.126077 0.745477 0.929775
+0.260420 0.747789 0.933690
+0.390701 0.753475 0.937239
+0.509270 0.761307 0.938443
+0.609937 0.770321 0.937776
+0.696318 0.781286 0.937003
+0.769676 0.793536 0.935952
+0.828723 0.805020 0.934737
+0.869871 0.805095 0.934041
+0.911402 0.803680 0.932979
+0.941669 0.802618 0.923990
+0.958382 0.802801 0.911833
+0.963198 0.804124 0.899641
+0.016094 0.810189 0.925377
+0.016493 0.810199 0.925344
+0.027500 0.810117 0.926233
+0.118536 0.810433 0.928165
+0.246371 0.812059 0.930769
+0.373538 0.815197 0.933468
+0.490458 0.819366 0.935017
+0.595237 0.823530 0.934895
+0.686091 0.828712 0.933981
+0.762647 0.834747 0.932944
+0.823895 0.840528 0.931781
+0.871671 0.845278 0.930524
+0.908863 0.844974 0.929718
+0.938198 0.844180 0.924813
+0.956855 0.843549 0.918849
+0.962668 0.844181 0.912420
+0.016009 0.872990 0.925377
+0.016493 0.872971 0.925403
+0.028140 0.873239 0.925761
+0.112818 0.874062 0.926801
+0.234185 0.875336 0.928351
+0.357836 0.876833 0.929822
+0.473769 0.878057 0.930998
+0.579272 0.878448 0.931132
+0.675221 0.878384 0.930339
+0.755496 0.878347 0.929384
+0.818497 0.878330 0.928457
+0.867546 0.878122 0.927610
+0.906117 0.877681 0.926859
+0.935213 0.877075 0.926017
+0.954414 0.876471 0.925349
+0.961495 0.876376 0.924944
+0.015955 0.902437 0.894064
+0.016493 0.902498 0.893991
+0.028728 0.902961 0.893901
+0.110218 0.903856 0.894138
+0.228089 0.905089 0.894898
+0.349503 0.906453 0.896779
+0.464369 0.907516 0.899459
+0.569631 0.907717 0.902734
+0.666127 0.907076 0.906604
+0.748718 0.906254 0.911161
+0.813809 0.905294 0.915806
+0.864021 0.904430 0.919894
+0.902978 0.903692 0.923829
+0.932595 0.902990 0.923492
+0.952318 0.898014 0.923352
+0.960522 0.892519 0.923693
+0.015916 0.919631 0.856259
+0.016493 0.919789 0.856035
+0.029261 0.920115 0.855671
+0.108704 0.921022 0.855200
+0.224271 0.922265 0.855738
+0.362608 0.923371 0.859225
+0.498001 0.923324 0.866343
+0.596521 0.923315 0.873934
+0.681029 0.923132 0.882926
+0.754055 0.922856 0.892904
+0.814029 0.922607 0.902969
+0.861997 0.922100 0.912275
+0.900412 0.921498 0.921402
+0.925558 0.920988 0.921506
+0.949926 0.920346 0.920950
+0.958989 0.909642 0.921762
+0.015903 0.927078 0.814883
+0.016493 0.927078 0.814489
+0.152912 0.927078 0.814979
+0.285084 0.927078 0.818338
+0.393208 0.927078 0.824174
+0.485174 0.927078 0.831883
+0.567279 0.927078 0.841392
+0.644855 0.927078 0.853237
+0.716507 0.927077 0.867208
+0.779297 0.927077 0.882201
+0.831222 0.927077 0.896771
+0.873459 0.927077 0.910733
+0.907420 0.927077 0.924497
+0.924088 0.927077 0.925095
+0.940621 0.927077 0.925374
+0.957496 0.927077 0.925374
+0.016444 -0.002526 0.949502
+0.082323 -0.002532 0.949502
+0.164177 -0.002558 0.949502
+0.243357 -0.002608 0.949503
+0.318777 -0.002686 0.949502
+0.391543 -0.002792 0.949502
+0.462233 -0.002924 0.949502
+0.531383 -0.003079 0.949502
+0.599232 -0.003255 0.949502
+0.665880 -0.003449 0.949502
+0.731539 -0.003658 0.949502
+0.796249 -0.003879 0.949502
+0.860120 -0.004110 0.949501
+0.923431 -0.004350 0.949501
+0.950942 -0.004414 0.920252
+0.957917 -0.004406 0.875372
+0.016442 0.073934 0.949502
+0.016493 0.015077 0.952208
+0.150627 0.000000 0.952300
+0.237099 0.000000 0.952170
+0.315379 0.000000 0.951910
+0.389631 0.000000 0.951680
+0.461271 0.000000 0.951457
+0.530942 0.000000 0.951115
+0.599081 0.000000 0.950927
+0.666043 0.000000 0.950664
+0.731734 0.000000 0.950576
+0.796813 0.000000 0.950339
+0.860655 0.000000 0.950173
+0.923967 0.000000 0.950073
+0.951468 0.000000 0.920787
+0.958543 0.000000 0.875819
+0.016437 0.157993 0.949502
+0.016493 0.144710 0.952018
+0.100790 0.096352 0.958552
+0.218190 0.095087 0.958530
+0.304902 0.089866 0.958488
+0.383366 0.082046 0.958524
+0.457833 0.070858 0.958536
+0.529705 0.055002 0.958444
+0.599818 0.036624 0.958229
+0.667783 0.033097 0.957048
+0.734442 0.029921 0.955947
+0.799671 0.027145 0.955074
+0.864029 0.024798 0.954196
+0.927415 0.022869 0.953415
+0.954851 0.022418 0.923880
+0.961932 0.022462 0.878527
+0.016429 0.239589 0.949502
+0.016493 0.233490 0.951571
+0.088829 0.211961 0.958554
+0.266118 0.261641 0.958527
+0.336325 0.263252 0.958572
+0.404496 0.260876 0.958520
+0.472363 0.257531 0.958446
+0.539833 0.253108 0.958507
+0.606684 0.247342 0.958388
+0.672873 0.239941 0.958373
+0.738495 0.230343 0.958292
+0.803563 0.217747 0.958246
+0.868243 0.200934 0.958266
+0.932504 0.177430 0.958094
+0.961011 0.146065 0.929811
+0.964272 0.215115 0.881723
+0.016415 0.315520 0.949502
+0.016493 0.312108 0.951189
+0.066921 0.298811 0.958507
+0.259731 0.327305 0.958479
+0.383766 0.377799 0.958411
+0.441760 0.379597 0.958509
+0.500283 0.378079 0.958431
+0.560841 0.376052 0.958355
+0.622376 0.373475 0.958363
+0.684439 0.370214 0.958286
+0.746503 0.366221 0.958270
+0.808901 0.361188 0.958193
+0.871104 0.354895 0.958133
+0.933129 0.346942 0.958031
+0.961303 0.335922 0.931244
+0.964151 0.359692 0.884988
+0.016396 0.387707 0.949502
+0.016493 0.385596 0.950791
+0.042770 0.377151 0.957693
+0.249817 0.393475 0.958430
+0.379313 0.430704 0.958361
+0.479401 0.471048 0.958368
+0.531815 0.472558 0.958309
+0.585235 0.471389 0.958344
+0.641045 0.469899 0.958321
+0.698263 0.468060 0.958292
+0.756565 0.465771 0.958236
+0.815423 0.463019 0.958075
+0.874621 0.459487 0.958012
+0.933863 0.455220 0.957921
+0.961098 0.449628 0.932633
+0.964142 0.461786 0.889356
+0.016368 0.457113 0.949502
+0.016493 0.455683 0.950519
+0.037450 0.450498 0.955780
+0.234495 0.458856 0.958302
+0.372896 0.486741 0.958304
+0.475854 0.518502 0.958346
+0.563220 0.551973 0.958261
+0.612155 0.553459 0.958300
+0.661878 0.552461 0.958148
+0.713812 0.551240 0.958138
+0.767633 0.549671 0.958064
+0.822702 0.547784 0.958068
+0.878389 0.545389 0.957891
+0.934592 0.542546 0.957873
+0.960860 0.538999 0.934427
+0.964105 0.546521 0.894844
+0.016334 0.524287 0.949501
+0.016493 0.523355 0.950140
+0.033332 0.520022 0.954353
+0.210351 0.523363 0.958296
+0.363486 0.544416 0.958229
+0.470748 0.569163 0.958219
+0.559958 0.595899 0.958073
+0.641571 0.627060 0.958088
+0.687389 0.628878 0.958070
+0.733383 0.627906 0.958017
+0.781593 0.626628 0.957908
+0.831654 0.625171 0.957909
+0.883074 0.623273 0.957733
+0.935307 0.621116 0.957640
+0.960503 0.618468 0.936833
+0.964047 0.623794 0.901579
+0.016293 0.589720 0.949501
+0.016493 0.589077 0.950089
+0.030409 0.586950 0.953085
+0.168949 0.587121 0.958135
+0.349793 0.602740 0.958131
+0.463635 0.621919 0.958102
+0.555516 0.642766 0.957997
+0.638231 0.667409 0.957920
+0.713838 0.695708 0.957800
+0.756170 0.697641 0.957834
+0.798212 0.696724 0.957607
+0.842687 0.695492 0.957587
+0.888824 0.693965 0.957443
+0.936134 0.692180 0.957299
+0.960093 0.690211 0.939448
+0.963771 0.693937 0.909766
+0.016241 0.653612 0.949501
+0.016493 0.653143 0.949821
+0.028545 0.651884 0.952142
+0.137481 0.651409 0.956621
+0.328765 0.661425 0.957942
+0.453353 0.675957 0.957889
+0.549138 0.691757 0.957787
+0.633676 0.710435 0.957719
+0.710384 0.732345 0.957584
+0.777075 0.755526 0.957411
+0.815611 0.757120 0.957277
+0.854172 0.756161 0.957118
+0.894787 0.754917 0.957034
+0.936847 0.753509 0.956772
+0.959422 0.751985 0.942327
+0.963566 0.754493 0.918417
+0.016183 0.716169 0.949500
+0.016493 0.715894 0.949740
+0.027625 0.715099 0.951318
+0.127950 0.714885 0.954686
+0.293740 0.720057 0.957678
+0.437887 0.730929 0.957605
+0.539838 0.742252 0.957543
+0.627135 0.755615 0.957415
+0.705550 0.771571 0.957195
+0.773603 0.788785 0.957003
+0.829297 0.804797 0.956662
+0.864509 0.805607 0.956593
+0.899931 0.804666 0.956344
+0.937078 0.803489 0.956093
+0.958402 0.802312 0.944789
+0.963131 0.803977 0.926663
+0.016114 0.777594 0.949499
+0.016493 0.777343 0.949605
+0.027437 0.777123 0.950731
+0.120324 0.777411 0.953187
+0.249710 0.779814 0.956588
+0.412647 0.786512 0.957175
+0.525642 0.794232 0.957028
+0.617262 0.802784 0.956866
+0.698424 0.813090 0.956808
+0.768524 0.824591 0.956533
+0.825818 0.835306 0.956145
+0.871704 0.844862 0.955652
+0.903731 0.844999 0.955469
+0.936342 0.843969 0.955067
+0.956787 0.843158 0.946862
+0.962551 0.843914 0.934648
+0.016037 0.837944 0.949499
+0.016493 0.837905 0.949581
+0.027883 0.837959 0.950352
+0.114370 0.838439 0.951843
+0.237671 0.840026 0.954214
+0.365151 0.843167 0.956509
+0.502145 0.847354 0.956395
+0.601686 0.851612 0.956163
+0.687129 0.856712 0.955935
+0.760564 0.862544 0.955506
+0.820401 0.868179 0.955031
+0.868003 0.872997 0.954518
+0.905772 0.877150 0.953887
+0.934747 0.876797 0.953351
+0.954237 0.876299 0.948543
+0.961457 0.876230 0.942354
+0.015946 0.897537 0.949498
+0.016493 0.897579 0.949489
+0.028849 0.897799 0.949964
+0.109836 0.898574 0.950806
+0.227143 0.899830 0.952173
+0.348153 0.901333 0.953650
+0.462824 0.902581 0.954792
+0.575498 0.903040 0.954699
+0.668913 0.903149 0.954311
+0.748172 0.903463 0.953823
+0.812550 0.903548 0.953251
+0.863031 0.903396 0.952450
+0.902452 0.903039 0.951678
+0.932302 0.902539 0.951028
+0.951594 0.902152 0.950486
+0.959428 0.901897 0.950283
+0.015906 0.919631 0.915391
+0.016493 0.919778 0.915363
+0.029391 0.920109 0.915415
+0.108393 0.920922 0.915789
+0.223453 0.922171 0.916764
+0.352714 0.923301 0.918842
+0.493447 0.923249 0.921700
+0.593590 0.923133 0.924930
+0.678697 0.922949 0.928828
+0.752358 0.922760 0.932989
+0.812924 0.922406 0.937177
+0.861263 0.921907 0.941287
+0.900151 0.921364 0.945175
+0.930234 0.920587 0.949189
+0.949805 0.920124 0.948858
+0.958363 0.914290 0.949121
+0.015894 0.927078 0.871088
+0.016493 0.927078 0.870928
+0.152910 0.927078 0.871104
+0.285083 0.927078 0.873097
+0.393207 0.927078 0.876593
+0.485174 0.927078 0.881332
+0.567279 0.927077 0.887086
+0.644855 0.927077 0.894430
+0.716507 0.927077 0.903205
+0.779297 0.927077 0.912777
+0.831222 0.927077 0.922204
+0.873459 0.927077 0.931062
+0.907420 0.927077 0.939911
+0.933613 0.927077 0.949120
+0.945634 0.927077 0.949367
+0.957812 0.927077 0.949496
+0.016437 -0.002612 0.967245
+0.078551 -0.002617 0.967245
+0.156240 -0.002639 0.967245
+0.232134 -0.002683 0.967245
+0.304397 -0.002751 0.967245
+0.374124 -0.002844 0.967245
+0.441909 -0.002961 0.967245
+0.508120 -0.003100 0.967245
+0.573103 -0.003259 0.967245
+0.636914 -0.003435 0.967245
+0.699797 -0.003626 0.967245
+0.761965 -0.003830 0.967245
+0.823130 -0.004043 0.967245
+0.883774 -0.004267 0.967245
+0.942775 -0.004498 0.967244
+0.957917 -0.004480 0.930905
+0.016438 0.070020 0.967245
+0.016493 0.015277 0.967245
+0.142685 0.005941 0.967245
+0.225337 0.005941 0.967245
+0.300187 0.005939 0.967245
+0.371228 0.005938 0.967245
+0.439809 0.005936 0.967245
+0.506617 0.005932 0.967245
+0.571977 0.005928 0.967245
+0.636108 0.005929 0.967245
+0.699157 0.005923 0.967245
+0.761448 0.005917 0.967245
+0.822825 0.005910 0.967245
+0.883616 0.005903 0.967245
+0.942728 0.005899 0.967244
+0.958394 0.000000 0.931370
+0.016434 0.149655 0.967245
+0.016493 0.136596 0.967245
+0.152977 0.146227 0.967245
+0.231543 0.148319 0.967245
+0.304007 0.148318 0.967245
+0.373850 0.148317 0.967245
+0.441794 0.148316 0.967245
+0.507979 0.148321 0.967245
+0.572974 0.148318 0.967245
+0.636878 0.148316 0.967245
+0.699791 0.148313 0.967245
+0.761869 0.148309 0.967245
+0.823104 0.148305 0.967245
+0.883771 0.148300 0.967244
+0.942800 0.148294 0.967244
+0.961721 0.022025 0.934584
+0.016426 0.228152 0.967245
+0.016493 0.221646 0.967245
+0.152975 0.226409 0.967245
+0.285088 0.279857 0.967245
+0.342432 0.282641 0.967245
+0.401197 0.282640 0.967245
+0.461867 0.282640 0.967245
+0.523093 0.282639 0.967245
+0.584356 0.282638 0.967245
+0.645406 0.282636 0.967245
+0.706103 0.282635 0.967245
+0.766306 0.282633 0.967245
+0.825955 0.282631 0.967245
+0.885333 0.282628 0.967244
+0.943078 0.282625 0.967244
+0.964216 0.210281 0.937219
+0.016414 0.301151 0.967245
+0.016493 0.297223 0.967245
+0.152972 0.300095 0.967245
+0.285087 0.335706 0.967245
+0.393266 0.386640 0.967245
+0.442597 0.389253 0.967245
+0.493797 0.389252 0.967245
+0.547705 0.389252 0.967245
+0.603308 0.389251 0.967245
+0.659839 0.389250 0.967245
+0.716674 0.389249 0.967245
+0.773816 0.389247 0.967245
+0.830806 0.389246 0.967244
+0.887962 0.389244 0.967244
+0.943701 0.389243 0.967244
+0.964130 0.357834 0.938395
+0.016394 0.370514 0.967245
+0.016493 0.367842 0.967245
+0.152972 0.369798 0.967245
+0.285084 0.394703 0.967245
+0.393264 0.433441 0.967245
+0.485195 0.476111 0.967245
+0.530128 0.478356 0.967245
+0.576707 0.478356 0.967245
+0.626134 0.478355 0.967245
+0.677480 0.478354 0.967245
+0.729907 0.478354 0.967244
+0.783281 0.478353 0.967244
+0.837156 0.478389 0.967244
+0.891250 0.478388 0.967244
+0.944339 0.478387 0.967244
+0.964083 0.460737 0.939905
+0.016371 0.437149 0.967245
+0.016493 0.435296 0.967245
+0.152966 0.436696 0.967245
+0.285081 0.454754 0.967245
+0.393261 0.484209 0.967245
+0.485194 0.518344 0.967245
+0.567323 0.555456 0.967245
+0.609203 0.557555 0.967244
+0.652294 0.557555 0.967244
+0.697974 0.557555 0.967244
+0.745444 0.557554 0.967244
+0.794510 0.557554 0.967244
+0.844375 0.557553 0.967244
+0.895149 0.557552 0.967244
+0.945020 0.557523 0.967244
+0.964121 0.545807 0.941911
+0.016339 0.501721 0.967245
+0.016493 0.500377 0.967245
+0.152959 0.501360 0.967245
+0.285077 0.514732 0.967245
+0.393257 0.537239 0.967245
+0.485192 0.564140 0.967244
+0.567322 0.594354 0.967244
+0.644861 0.629612 0.967244
+0.683945 0.632052 0.967244
+0.723304 0.632052 0.967244
+0.764942 0.632051 0.967244
+0.808769 0.632051 0.967244
+0.853738 0.632051 0.967244
+0.900145 0.632051 0.967244
+0.945852 0.632050 0.967243
+0.963963 0.623256 0.944417
+0.016303 0.564584 0.967244
+0.016493 0.563535 0.967244
+0.152959 0.564311 0.967244
+0.285084 0.574304 0.967244
+0.393252 0.591318 0.967244
+0.485191 0.612240 0.967244
+0.567288 0.636396 0.967244
+0.644860 0.665219 0.967244
+0.716513 0.697606 0.967244
+0.752279 0.700158 0.967244
+0.787748 0.700158 0.967244
+0.825521 0.700158 0.967243
+0.864974 0.700158 0.967243
+0.906103 0.700157 0.967243
+0.946904 0.700157 0.967243
+0.963834 0.693574 0.947457
+0.016257 0.625944 0.967244
+0.016493 0.625229 0.967244
+0.152957 0.625767 0.967244
+0.285078 0.633154 0.967244
+0.393247 0.645939 0.967244
+0.485189 0.661928 0.967244
+0.567287 0.680690 0.967244
+0.644860 0.703439 0.967244
+0.716512 0.729732 0.967244
+0.779302 0.756717 0.967243
+0.811304 0.759037 0.967243
+0.843240 0.759037 0.967243
+0.877057 0.759036 0.967243
+0.912484 0.759036 0.967243
+0.948113 0.759035 0.967243
+0.963536 0.754134 0.950743
+0.016203 0.686070 0.967244
+0.016493 0.685463 0.967244
+0.152954 0.685867 0.967244
+0.285082 0.691210 0.967244
+0.393241 0.700567 0.967244
+0.485187 0.712442 0.967244
+0.567286 0.726364 0.967243
+0.644859 0.743806 0.967243
+0.716512 0.764206 0.967243
+0.779301 0.785583 0.967243
+0.831225 0.805662 0.967243
+0.859582 0.807160 0.967242
+0.888211 0.807160 0.967242
+0.918590 0.807160 0.967242
+0.949046 0.807160 0.967242
+0.963115 0.803483 0.953872
+0.016142 0.745106 0.967243
+0.016493 0.744660 0.967243
+0.152940 0.744980 0.967243
+0.285075 0.748711 0.967243
+0.393234 0.755186 0.967243
+0.485184 0.763434 0.967243
+0.567285 0.773426 0.967243
+0.644858 0.785693 0.967243
+0.716511 0.800639 0.967243
+0.779300 0.816421 0.967242
+0.831224 0.831463 0.967242
+0.873461 0.845325 0.967242
+0.898417 0.846211 0.967242
+0.923988 0.846211 0.967242
+0.949785 0.846210 0.967242
+0.962539 0.843581 0.956995
+0.016071 0.802944 0.967243
+0.016493 0.802773 0.967243
+0.152941 0.802837 0.967243
+0.285092 0.805211 0.967243
+0.393226 0.809342 0.967243
+0.485181 0.814593 0.967243
+0.567283 0.820927 0.967243
+0.644857 0.828906 0.967243
+0.716510 0.838520 0.967242
+0.779300 0.848971 0.967242
+0.831224 0.858905 0.967242
+0.873461 0.868341 0.967242
+0.907421 0.877198 0.967242
+0.928983 0.877694 0.967241
+0.950373 0.877693 0.967241
+0.960564 0.876348 0.959164
+0.015988 0.860221 0.967242
+0.016493 0.860110 0.967242
+0.152916 0.860163 0.967242
+0.285083 0.861255 0.967242
+0.393217 0.863304 0.967242
+0.485178 0.865913 0.967242
+0.567281 0.869024 0.967242
+0.644856 0.872995 0.967242
+0.716509 0.877792 0.967242
+0.779298 0.883107 0.967242
+0.831223 0.888211 0.967242
+0.873460 0.892982 0.967241
+0.907420 0.897561 0.967241
+0.933613 0.902262 0.967241
+0.950678 0.902435 0.967241
+0.958338 0.902263 0.961272
+0.015898 0.916466 0.967242
+0.016493 0.916438 0.967242
+0.152911 0.916468 0.967242
+0.285083 0.916584 0.967242
+0.393207 0.916828 0.967242
+0.485174 0.917012 0.967242
+0.567279 0.917179 0.967242
+0.644855 0.917513 0.967241
+0.716507 0.917837 0.967241
+0.779297 0.918287 0.967241
+0.831223 0.918604 0.967241
+0.873459 0.918982 0.967241
+0.907420 0.919127 0.967241
+0.933613 0.919317 0.967241
+0.950936 0.919374 0.967241
+0.957911 0.919546 0.967241
+0.015886 0.927078 0.926390
+0.016493 0.927078 0.926235
+0.152908 0.927078 0.926444
+0.285082 0.927078 0.927203
+0.393206 0.927078 0.928581
+0.485174 0.927077 0.930555
+0.567279 0.927077 0.932935
+0.644855 0.927077 0.936117
+0.716507 0.927077 0.939757
+0.779297 0.927077 0.943787
+0.831222 0.927077 0.947873
+0.873459 0.927077 0.951754
+0.907420 0.927077 0.955848
+0.933613 0.927077 0.960239
+0.950936 0.927077 0.967241
+0.957911 0.927077 0.967241
+0.016438 -0.002647 0.977044
+0.074564 -0.002652 0.977044
+0.147748 -0.002671 0.977044
+0.220166 -0.002709 0.977044
+0.289078 -0.002768 0.977044
+0.355521 -0.002849 0.977044
+0.420180 -0.002951 0.977044
+0.483312 -0.003074 0.977044
+0.545231 -0.003215 0.977044
+0.606130 -0.003373 0.977043
+0.666024 -0.003545 0.977043
+0.725225 -0.003730 0.977043
+0.783664 -0.003925 0.977043
+0.841475 -0.004129 0.977043
+0.898474 -0.004341 0.977043
+0.953342 -0.004559 0.977043
+0.016437 0.065899 0.977044
+0.016493 0.015277 0.977044
+0.134752 0.005941 0.977044
+0.213623 0.005941 0.977044
+0.285002 0.005940 0.977044
+0.352774 0.005938 0.977044
+0.418140 0.005936 0.977044
+0.481807 0.005933 0.977044
+0.544106 0.005929 0.977044
+0.605261 0.005926 0.977043
+0.665352 0.005926 0.977044
+0.724638 0.005920 0.977043
+0.783089 0.005914 0.977043
+0.841221 0.005907 0.977043
+0.898352 0.005900 0.977043
+0.953295 0.005896 0.977043
+0.016434 0.140839 0.977044
+0.016493 0.128601 0.977044
+0.152977 0.146227 0.977044
+0.224121 0.148319 0.977044
+0.291581 0.148318 0.977044
+0.357251 0.148317 0.977044
+0.421435 0.148316 0.977044
+0.484258 0.148321 0.977044
+0.545946 0.148319 0.977044
+0.606663 0.148317 0.977043
+0.666404 0.148314 0.977043
+0.725459 0.148311 0.977043
+0.783729 0.148307 0.977043
+0.841523 0.148303 0.977043
+0.898541 0.148298 0.977043
+0.953355 0.148293 0.977043
+0.016425 0.215899 0.977044
+0.016493 0.209686 0.977044
+0.152975 0.218760 0.977044
+0.285088 0.279856 0.977044
+0.336327 0.282641 0.977044
+0.389780 0.282640 0.977044
+0.445657 0.282640 0.977044
+0.502638 0.282639 0.977044
+0.560093 0.282638 0.977043
+0.617482 0.282637 0.977043
+0.674650 0.282635 0.977043
+0.731658 0.282634 0.977043
+0.788110 0.282632 0.977043
+0.844238 0.282630 0.977043
+0.899893 0.282627 0.977043
+0.953576 0.282648 0.977043
+0.016414 0.285779 0.977044
+0.016493 0.281987 0.977044
+0.152972 0.287553 0.977044
+0.285087 0.329460 0.977044
+0.393265 0.386640 0.977043
+0.437046 0.389253 0.977044
+0.482927 0.389252 0.977043
+0.532008 0.389252 0.977043
+0.583076 0.389251 0.977043
+0.635416 0.389250 0.977043
+0.688342 0.389249 0.977043
+0.741700 0.389248 0.977043
+0.795185 0.389247 0.977043
+0.848901 0.389246 0.977043
+0.902285 0.389244 0.977043
+0.953883 0.389242 0.977043
+0.016398 0.352110 0.977044
+0.016493 0.349578 0.977044
+0.152973 0.353300 0.977044
+0.285085 0.383282 0.977043
+0.393264 0.427887 0.977043
+0.485195 0.476111 0.977043
+0.524802 0.478356 0.977043
+0.566189 0.478356 0.977043
+0.610677 0.478355 0.977043
+0.657294 0.478355 0.977043
+0.705449 0.478354 0.977043
+0.754599 0.478353 0.977043
+0.804395 0.478390 0.977043
+0.854854 0.478389 0.977043
+0.905240 0.478387 0.977043
+0.954121 0.478386 0.977042
+0.016377 0.415842 0.977043
+0.016493 0.414007 0.977043
+0.152968 0.416702 0.977043
+0.285082 0.438751 0.977043
+0.393261 0.473470 0.977043
+0.485194 0.513039 0.977043
+0.567323 0.555456 0.977043
+0.603983 0.557555 0.977043
+0.641923 0.557555 0.977043
+0.682619 0.557555 0.977043
+0.725374 0.557554 0.977043
+0.769755 0.557554 0.977043
+0.815313 0.557553 0.977043
+0.861809 0.557553 0.977042
+0.908849 0.557552 0.977042
+0.954618 0.557523 0.977042
+0.016351 0.477558 0.977043
+0.016493 0.476284 0.977043
+0.152961 0.478199 0.977043
+0.285078 0.494826 0.977043
+0.393258 0.521757 0.977043
+0.485193 0.553746 0.977043
+0.567322 0.589231 0.977043
+0.644861 0.629612 0.977043
+0.678760 0.632052 0.977043
+0.713186 0.632052 0.977043
+0.749808 0.632051 0.977042
+0.788833 0.632051 0.977042
+0.828990 0.632051 0.977042
+0.870816 0.632051 0.977042
+0.913464 0.632051 0.977042
+0.955008 0.632050 0.977042
+0.016317 0.537683 0.977043
+0.016493 0.536665 0.977043
+0.152953 0.538127 0.977043
+0.285086 0.550728 0.977043
+0.393253 0.571656 0.977043
+0.485191 0.597201 0.977043
+0.567289 0.626257 0.977043
+0.644860 0.660207 0.977042
+0.716513 0.697606 0.977042
+0.747415 0.700158 0.977042
+0.777896 0.700158 0.977042
+0.810667 0.700158 0.977042
+0.845245 0.700158 0.977042
+0.881588 0.700157 0.977042
+0.918951 0.700157 0.977042
+0.955621 0.700157 0.977042
+0.016277 0.596325 0.977043
+0.016493 0.595603 0.977043
+0.152962 0.596699 0.977043
+0.285081 0.606226 0.977043
+0.393249 0.622358 0.977043
+0.485190 0.642418 0.977043
+0.567288 0.665770 0.977042
+0.644860 0.693596 0.977042
+0.716512 0.724765 0.977042
+0.779302 0.756717 0.977042
+0.806453 0.759037 0.977042
+0.833448 0.759037 0.977042
+0.862250 0.759036 0.977042
+0.892991 0.759036 0.977041
+0.924794 0.759036 0.977041
+0.956166 0.759035 0.977041
+0.016232 0.653783 0.977042
+0.016493 0.653178 0.977042
+0.152951 0.654008 0.977042
+0.285085 0.661123 0.977042
+0.393244 0.673381 0.977042
+0.485188 0.688762 0.977042
+0.567287 0.707050 0.977042
+0.644859 0.729242 0.977042
+0.716512 0.754608 0.977042
+0.779301 0.780924 0.977042
+0.831225 0.805662 0.977041
+0.854863 0.807160 0.977041
+0.878400 0.807160 0.977041
+0.903786 0.807160 0.977041
+0.930320 0.807160 0.977041
+0.956689 0.807160 0.977041
+0.016177 0.710133 0.977042
+0.016493 0.709862 0.977042
+0.152948 0.710499 0.977042
+0.285078 0.715540 0.977042
+0.393238 0.724502 0.977042
+0.485185 0.736004 0.977042
+0.567285 0.749642 0.977042
+0.644859 0.766579 0.977042
+0.716511 0.786356 0.977042
+0.779301 0.806928 0.977041
+0.831225 0.826750 0.977041
+0.873461 0.845325 0.977041
+0.893480 0.846211 0.977041
+0.914120 0.846211 0.977041
+0.935509 0.846210 0.977040
+0.957099 0.846210 0.977040
+0.016115 0.765535 0.977042
+0.016493 0.765325 0.977042
+0.152934 0.765757 0.977042
+0.285072 0.769175 0.977042
+0.393231 0.775523 0.977042
+0.485183 0.783587 0.977042
+0.567284 0.793202 0.977042
+0.644858 0.805297 0.977041
+0.716510 0.819570 0.977041
+0.779300 0.834873 0.977041
+0.831224 0.849580 0.977041
+0.873461 0.863567 0.977040
+0.907421 0.877198 0.977040
+0.923973 0.877694 0.977040
+0.940429 0.877694 0.977040
+0.957478 0.877693 0.977040
+0.016044 0.820292 0.977041
+0.016493 0.820072 0.977041
+0.152936 0.820426 0.977041
+0.285089 0.822507 0.977041
+0.393223 0.826390 0.977041
+0.485180 0.831445 0.977041
+0.567282 0.837482 0.977041
+0.644857 0.845145 0.977041
+0.716509 0.854397 0.977041
+0.779299 0.864316 0.977041
+0.831224 0.873926 0.977040
+0.873460 0.883384 0.977040
+0.907421 0.892511 0.977040
+0.933613 0.902262 0.977040
+0.945555 0.902435 0.977040
+0.957663 0.902435 0.977040
+0.015966 0.873973 0.977041
+0.016493 0.873849 0.977041
+0.152911 0.874059 0.977041
+0.285080 0.875127 0.977041
+0.393214 0.876834 0.977041
+0.485177 0.879132 0.977041
+0.567280 0.882088 0.977041
+0.644856 0.885741 0.977041
+0.716508 0.890113 0.977040
+0.779298 0.894935 0.977040
+0.831223 0.899682 0.977040
+0.873460 0.904350 0.977040
+0.907420 0.908926 0.977040
+0.933613 0.913892 0.977040
+0.950936 0.919374 0.977039
+0.957911 0.919546 0.977039
+0.015877 0.927078 0.977040
+0.016493 0.927078 0.977040
+0.152906 0.927078 0.977040
+0.285081 0.927078 0.977040
+0.393205 0.927077 0.977040
+0.485173 0.927077 0.977040
+0.567279 0.927077 0.977040
+0.644855 0.927077 0.977040
+0.716507 0.927077 0.977040
+0.779297 0.927077 0.977040
+0.831222 0.927077 0.977040
+0.873459 0.927077 0.977040
+0.907420 0.927077 0.977039
+0.933613 0.927077 0.977039
+0.950936 0.927077 0.977039
+0.957911 0.927076 0.977039
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/ntrl_2.A054_06130550_C013.cube b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/ntrl_2.A054_06130550_C013.cube
new file mode 100644
index 0000000000000000000000000000000000000000..7ff492b80f17918c7a28aa5bd92d5dae6e1eecec
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/_luts/ntrl_2.A054_06130550_C013.cube
@@ -0,0 +1,35940 @@
+TITLE "Generated by Resolve"
+LUT_3D_SIZE 33
+
+0 0.00112917 0.0170596
+0.00422675 0 0.0145418
+0.0192111 0 0.0119326
+0.0335851 3.0518e-05 0.00962844
+0.0480354 0.000457771 0.00727855
+0.0618906 0.000808728 0.00451667
+0.0753948 0.00114443 0.00158694
+0.0890364 0.00148013 0.00148013
+0.102663 0.00155642 0.00155642
+0.11664 0.00144961 0.00144961
+0.131273 0.0012665 0.0012665
+0.1467 0.000701915 0.000701915
+0.163195 0 0
+0.181338 0 0
+0.201526 0 0
+0.223316 0 0
+0.246113 0 0
+0.269291 0 0
+0.293034 0 0
+0.317464 0 0
+0.342153 0 0
+0.367437 0 0
+0.393484 0 0
+0.419944 0 0
+0.446921 0 0
+0.474495 0 0
+0.502327 0 0
+0.530571 0 0
+0.559503 0 0
+0.588769 0 0
+0.618921 0 0
+0.649851 0 0
+0.680964 0 0
+0 0.0149233 0.0132448
+0.00549325 0.0135348 0.0102083
+0.0204318 0.0120089 0.00820935
+0.0347601 0.0108034 0.00584421
+0.0489357 0.00933852 0.00320439
+0.0626841 0.00790417 0.000915541
+0.0761578 0.0062562 0.00122072
+0.0897231 0.00436408 0.00154116
+0.103426 0.00230411 0.00172427
+0.117159 0.00144961 0.00144961
+0.131777 0.00123598 0.00123598
+0.14725 0.000686656 0.000686656
+0.16376 0 0
+0.181903 0 0
+0.20209 0 0
+0.223896 0 0
+0.246769 0 0
+0.270024 0 0
+0.293782 0 0
+0.318135 0 0
+0.343023 0 0
+0.368414 0 0
+0.394491 0 0
+0.420996 0 0
+0.44799 0 0
+0.475593 0 0
+0.503288 0 0
+0.532418 0 0
+0.56257 0 0
+0.592889 0 0
+0.623468 0 0
+0.654093 0 0
+0.68603 0 0
+0.00015259 0.0284123 0.00973526
+0.00657664 0.026978 0.00704967
+0.0216068 0.0256657 0.00331121
+0.035462 0.0241093 0.00181582
+0.049424 0.0226444 0.000213626
+0.0629282 0.0212253 0.000488289
+0.0762341 0.0194858 0.000610361
+0.0897383 0.0176547 0.000900282
+0.103288 0.0155337 0.000976577
+0.117235 0.0130159 0.00102235
+0.131945 0.010193 0.000839246
+0.147555 0.00688182 0.000411994
+0.164385 0.00296025 0
+0.182513 0 0
+0.202655 0 0
+0.224552 0 0
+0.247471 0 0
+0.270817 0 0
+0.294484 0 0
+0.319036 0 0
+0.343969 0 0
+0.369421 0 0
+0.395529 0 0
+0.422034 0 0
+0.449439 0 0
+0.477867 0 0
+0.507103 0 0
+0.536767 0 0
+0.566674 0 0
+0.59823 0 0
+0.630335 0 0
+0.663249 0 0
+0.696895 0 0
+0.000411994 0.0412909 0.00607309
+0.00769055 0.0399939 0.00328069
+0.0225834 0.0386358 0.000244144
+0.0367285 0.0373846 6.10361e-05
+0.0501259 0.0358434 0.000228885
+0.063447 0.0342565 0.000289921
+0.0766613 0.0326848 0.000381476
+0.090013 0.0308537 0.000534066
+0.103288 0.0286564 0.000396735
+0.117174 0.0262303 0.000350958
+0.131701 0.0234226 1.5259e-05
+0.147158 0.0200809 0
+0.16376 0.0161135 0
+0.181994 0.0115511 0
+0.202533 0.00610361 0
+0.224887 0 0
+0.248157 0 0
+0.271565 0 0
+0.295384 0 0
+0.319982 0 0
+0.344961 0 0
+0.37055 0 0
+0.397391 0 0
+0.424811 0 0
+0.452949 0 0
+0.482048 0 0
+0.5122 0 0
+0.543435 0 0
+0.575311 0 0
+0.608209 0 0
+0.641794 0 0
+0.675898 0 0
+0.710399 0 0
+0.000732433 0.0542763 0.00199893
+0.00909438 0.0530251 0.00062562
+0.0236057 0.0515297 0.000289921
+0.0378576 0.0504311 0.000244144
+0.0513771 0.0492103 0.000122072
+0.0643015 0.0476539 0.000244144
+0.0773785 0.046128 0.000335698
+0.0903792 0.0443732 0.000244144
+0.103716 0.0424659 0.000244144
+0.117464 0.040238 0
+0.131838 0.0374456 0
+0.147204 0.034287 0
+0.163729 0.0305486 0
+0.181994 0.0260319 0
+0.202457 0.0206302 0
+0.224613 0.0145113 0
+0.247684 0.00784314 0
+0.271473 0.00062562 0
+0.295918 0 0
+0.321492 0 0
+0.347494 0 0
+0.373922 0 0
+0.401236 0 0
+0.43003 0 0
+0.459403 0 0
+0.489998 0 0
+0.521492 0 0
+0.554116 0 0
+0.587182 0 0
+0.620966 0 0
+0.655512 0 0
+0.690669 0 0
+0.726299 0 0
+0.0010071 0.0668345 0.0010071
+0.0105287 0.0656748 0.00077821
+0.024918 0.0642557 0.000427253
+0.0387427 0.0631723 0.000396735
+0.052491 0.0620737 0.000259403
+0.0656901 0.0609293 0.000289921
+0.0781415 0.0592355 0.000259403
+0.0910201 0.0576638 0.000198367
+0.104219 0.0557412 0
+0.117891 0.0536812 0
+0.132326 0.0512093 0
+0.147616 0.048188 0
+0.164172 0.0446632 0
+0.182361 0.0404974 0
+0.202655 0.0354925 0
+0.224964 0.0296178 0
+0.248341 0.0230869 0
+0.272618 0.0158389 0
+0.297673 0.00790417 0
+0.323674 0 0
+0.350958 0 0
+0.379538 0 0
+0.408515 0 0
+0.438361 0 0
+0.468986 0 0
+0.500755 0 0
+0.533257 0 0
+0.566583 0 0
+0.600671 0 0
+0.635599 0 0
+0.671 0 0
+0.706645 0 0
+0.742596 0 0
+0.00108339 0.0792554 0.00108339
+0.01178 0.0779889 0.000656138
+0.0260929 0.0768139 0.00047303
+0.0397192 0.0756237 0.000274662
+0.053254 0.0746014 0.00030518
+0.0664836 0.0736248 0.000198367
+0.0794385 0.0724041 0.000274662
+0.0920272 0.0706951 0.000213626
+0.105074 0.0689708 1.5259e-05
+0.118776 0.0670329 0
+0.133013 0.0646525 0
+0.14847 0.0619211 0
+0.165057 0.0587015 0
+0.183383 0.0547189 0
+0.204288 0.0497902 0
+0.227344 0.0442054 0
+0.251652 0.038056 0
+0.276661 0.0313878 0
+0.302602 0.0239872 0
+0.329564 0.0157931 0
+0.357321 0.00671397 0
+0.386587 0 0
+0.416526 0 0
+0.448173 0 0
+0.480507 0 0
+0.512963 0 0
+0.54638 0 0
+0.580606 0 0
+0.615335 0 0
+0.650675 0 0
+0.686549 0 0
+0.722469 0 0
+0.758648 0 0
+0.000839246 0.0915236 0.000839246
+0.0129549 0.0903944 0.000503548
+0.0273289 0.0892805 0.000320439
+0.0408331 0.0881819 0.000167849
+0.054139 0.0871901 0.000183108
+0.0670939 0.0862135 0.00015259
+0.0803693 0.0851911 0.000122072
+0.0933394 0.0838788 0.00015259
+0.106294 0.0822156 0.000106813
+0.119722 0.080293 0
+0.134096 0.0782025 0
+0.149783 0.0757458 0
+0.167071 0.072694 0
+0.186465 0.0691081 0
+0.20856 0.0645762 0
+0.232334 0.059266 0
+0.257527 0.0534981 0
+0.283513 0.0471504 0
+0.31017 0.0401617 0
+0.337896 0.0322728 0
+0.366461 0.0234836 0
+0.396094 0.0135042 0
+0.426719 0.00233463 0
+0.458305 0 0
+0.49131 0 0
+0.525643 0 0
+0.560159 0 0
+0.594766 0 0
+0.630045 0 0
+0.665675 0 0
+0.701625 0 0
+0.737667 0 0
+0.773861 0 0
+0.000366217 0.103899 0.000366217
+0.0141299 0.102861 7.62951e-05
+0.028336 0.101732 0
+0.0417639 0.100877 0
+0.054902 0.0999161 0
+0.0679942 0.0990616 1.5259e-05
+0.0809644 0.0981003 0
+0.0944533 0.0972763 9.15541e-05
+0.107637 0.0959335 0
+0.121584 0.0944381 0
+0.136309 0.0925765 0
+0.152743 0.0904097 0
+0.170901 0.0876631 0
+0.19144 0.0843214 0
+0.214633 0.0800793 0
+0.239445 0.0749828 0
+0.265232 0.0694743 0
+0.292012 0.0633402 0
+0.319478 0.0565499 0
+0.347967 0.0488136 0
+0.377279 0.0402991 0
+0.407538 0.0306706 0
+0.438758 0.0196841 0
+0.470863 0.00732433 0
+0.503655 0 0
+0.537667 0 0
+0.572717 0 0
+0.608865 0 0
+0.644404 0 0
+0.68014 0 0
+0.716121 0 0
+0.752056 0 0
+0.788067 0 0
+0.000198367 0.11667 0
+0.0151827 0.115648 0
+0.0292668 0.114717 0
+0.0425727 0.113909 0
+0.0557565 0.113329 0
+0.0687572 0.112688 0
+0.0819562 0.1122 0
+0.0955673 0.111513 0
+0.110018 0.11104 0
+0.12459 0.109941 0
+0.13994 0.108446 0
+0.157 0.106554 0
+0.175906 0.10399 0
+0.197589 0.100649 0
+0.221866 0.0964218 0
+0.247486 0.0915084 0
+0.274083 0.0861982 0
+0.301701 0.0802625 0
+0.329793 0.0735332 0
+0.358984 0.0661479 0
+0.389258 0.0577554 0
+0.420172 0.0483864 0
+0.451987 0.0379034 0
+0.484367 0.025864 0
+0.517571 0.012253 0
+0.551217 0 0
+0.585504 0 0
+0.620783 0 0
+0.657588 0 0
+0.69308 0 0
+0.729 0 0
+0.764752 0 0
+0.800427 0 0
+0.000762951 0.13022 0
+0.0156863 0.129305 0
+0.030045 0.128725 0
+0.0434119 0.128405 0
+0.0565499 0.128206 0
+0.0699016 0.128222 0
+0.0834211 0.128038 0
+0.0973373 0.12781 0
+0.112154 0.12752 0
+0.127993 0.12694 0
+0.144228 0.125795 0
+0.161837 0.123949 0
+0.181689 0.121553 0
+0.204471 0.118288 0
+0.229831 0.114092 0
+0.256184 0.109453 0
+0.283742 0.104295 0
+0.311788 0.0984665 0
+0.341115 0.0920424 0
+0.371221 0.0848707 0
+0.402182 0.0768139 0
+0.43386 0.0677043 0
+0.46595 0.057496 0
+0.498695 0.0458991 0
+0.53196 0.0329137 0
+0.565515 0.0181277 0
+0.599634 0.000900282 0
+0.633616 0 0
+0.668574 0 0
+0.704829 0 0
+0.740566 0 0
+0.775937 0 0
+0.811292 0 0
+0.000579843 0.145464 0
+0.0159152 0.145037 0
+0.0303349 0.144991 0
+0.0438087 0.145068 0
+0.0573587 0.145235 0
+0.070985 0.145541 0
+0.0848402 0.145693 0
+0.0992599 0.145846 0
+0.114305 0.145785 0
+0.13051 0.145342 0
+0.148287 0.144656 0
+0.167041 0.143114 0
+0.187915 0.140734 0
+0.211872 0.137652 0
+0.238117 0.133623 0
+0.265309 0.129366 0
+0.29369 0.124346 0
+0.322698 0.118883 0
+0.353017 0.112718 0
+0.383688 0.105791 0
+0.415183 0.0979782 0
+0.447578 0.08925 0
+0.480446 0.0793927 0
+0.51368 0.0684672 0
+0.547219 0.055848 0
+0.58088 0.0417334 0
+0.61442 0.0255436 0
+0.647959 0.00675975 0
+0.681468 0 0
+0.714992 0 0
+0.750027 0 0
+0.78558 0 0
+0.82034 0 0
+0 0.163119 0
+0.0150759 0.163012 0
+0.0299992 0.163333 0
+0.0436713 0.163821 0
+0.057557 0.164477 0
+0.0713817 0.164965 0
+0.0854353 0.165423 0
+0.100343 0.165942 0
+0.115984 0.16614 0
+0.132708 0.166094 0
+0.151278 0.165682 0
+0.17203 0.164797 0
+0.194278 0.162463 0
+0.219318 0.159518 0
+0.246464 0.155795 0
+0.274556 0.151934 0
+0.303807 0.147265 0
+0.333913 0.142229 0
+0.364614 0.1364 0
+0.396429 0.12987 0
+0.428779 0.12253 0
+0.46183 0.114244 0
+0.495491 0.104814 0
+0.529137 0.0942397 0
+0.563012 0.0821698 0
+0.596841 0.0687114 0
+0.630198 0.0530861 0
+0.663203 0.0354009 0
+0.69604 0.0152895 0
+0.728222 0 0
+0.760037 0 0
+0.793103 0 0
+0.827771 0 0
+0 0.183429 0
+0.0128328 0.18352 0
+0.027985 0.184222 0
+0.0419165 0.185092 0
+0.0560159 0.186252 0
+0.0702068 0.187182 0
+0.0847486 0.188022 0
+0.0999619 0.1888 0
+0.11632 0.189425 0
+0.133822 0.189761 0
+0.153307 0.189746 0
+0.175097 0.189227 0
+0.200351 0.187808 0
+0.226307 0.184985 0
+0.254322 0.181674 0
+0.283406 0.178134 0
+0.313542 0.174044 0
+0.344701 0.169558 0
+0.37644 0.164233 0
+0.409354 0.158297 0
+0.442496 0.151476 0
+0.476204 0.143587 0
+0.510552 0.134752 0
+0.545098 0.124666 0
+0.5794 0.113237 0
+0.613779 0.100435 0
+0.647227 0.0855116 0
+0.680507 0.0685435 0
+0.712474 0.0492714 0
+0.74403 0.0276646 0
+0.774258 0.002533 0
+0.803922 0 0
+0.834409 0 0
+0 0.206409 0
+0.00917067 0.207034 0
+0.0243687 0.208194 0
+0.0385138 0.209461 0
+0.0529793 0.211032 0
+0.0675669 0.212558 0
+0.0827497 0.213993 0
+0.0985885 0.215228 0
+0.115755 0.216373 0
+0.134234 0.217121 0
+0.154559 0.217548 0
+0.177905 0.217639 0
+0.204211 0.21677 0
+0.233265 0.215305 0
+0.261784 0.212497 0
+0.291279 0.20911 0
+0.322423 0.205524 0
+0.35407 0.201328 0
+0.38703 0.196704 0
+0.420462 0.191058 0
+0.454719 0.184848 0
+0.48954 0.177661 0
+0.524956 0.169329 0
+0.560342 0.159915 0
+0.595514 0.149203 0
+0.630289 0.136995 0
+0.66508 0.122957 0
+0.698787 0.107286 0
+0.731456 0.0892195 0
+0.7626 0.0686503 0
+0.792447 0.044892 0
+0.820386 0.0175631 0
+0.847547 0 0
+0 0.232136 0
+0.00552377 0.233371 0
+0.0208743 0.235203 0
+0.0354314 0.237003 0
+0.0501869 0.239002 0
+0.0654002 0.241169 0
+0.0813306 0.243305 0
+0.0981765 0.245243 0
+0.116304 0.247181 0
+0.135744 0.248478 0
+0.157061 0.249287 0
+0.181537 0.249729 0
+0.208774 0.24921 0
+0.23859 0.248173 0
+0.269612 0.246845 0
+0.299413 0.244099 0
+0.330526 0.240543 0
+0.362646 0.236866 0
+0.395819 0.232471 0
+0.429786 0.227298 0
+0.464271 0.221546 0
+0.499306 0.214664 0
+0.535256 0.206958 0
+0.571328 0.198245 0
+0.607446 0.188312 0
+0.643565 0.17702 0
+0.679423 0.164141 0
+0.714763 0.149828 0
+0.748714 0.133272 0
+0.781872 0.114382 0
+0.813016 0.092668 0
+0.841871 0.0674296 0
+0.868528 0.0376898 0
+0 0.260533 0
+0.00364691 0.262623 0
+0.0192416 0.265217 0
+0.0343786 0.267872 0
+0.0496986 0.270558 0
+0.0656138 0.273365 0
+0.0821241 0.275883 0
+0.0996262 0.27837 0
+0.118364 0.280705 0
+0.138857 0.282673 0
+0.16112 0.283864 0
+0.186358 0.284184 0
+0.214527 0.284031 0
+0.244602 0.283055 0
+0.275624 0.28191 0
+0.30779 0.280568 0
+0.338613 0.277256 0
+0.370779 0.273747 0
+0.403693 0.269459 0
+0.437644 0.264881 0
+0.472084 0.259373 0
+0.507469 0.253361 0
+0.543099 0.246525 0
+0.57882 0.238422 0
+0.615488 0.229404 0
+0.652033 0.219196 0
+0.688426 0.207568 0
+0.72549 0.194369 0
+0.761334 0.17908 0
+0.796719 0.161913 0
+0.830488 0.141787 0
+0.862776 0.119203 0
+0.891875 0.0925612 0
+0 0.292821 0
+0.00422675 0.295338 0
+0.0200504 0.298634 0
+0.0353094 0.301823 0
+0.0511177 0.304997 0
+0.0674449 0.308156 0
+0.0846265 0.311299 0
+0.102556 0.313939 0
+0.121599 0.316289 0
+0.142657 0.318456 0
+0.165484 0.319677 0
+0.191485 0.319966 0
+0.219959 0.319631 0
+0.250355 0.319005 0
+0.281346 0.317937 0
+0.31368 0.316579 0
+0.346654 0.314946 0
+0.378149 0.311467 0
+0.411353 0.307683 0
+0.444724 0.303273 0
+0.47953 0.298436 0
+0.514687 0.293019 0
+0.549981 0.28658 0
+0.586236 0.279576 0
+0.622568 0.27155 0
+0.659144 0.262425 0
+0.696132 0.251865 0
+0.732815 0.239994 0
+0.769451 0.226261 0
+0.805875 0.210346 0
+0.841962 0.192432 0
+0.877028 0.171725 0
+0.91046 0.14757 0
+0 0.328054 0
+0.00706493 0.33106 0
+0.0224155 0.334417 0
+0.0378424 0.337957 0
+0.0538033 0.341253 0
+0.0702678 0.344396 0
+0.0877241 0.347646 0
+0.105959 0.350362 0
+0.125444 0.352728 0
+0.146685 0.354726 0
+0.170367 0.35613 0
+0.19675 0.356588 0
+0.225727 0.356176 0
+0.256046 0.355779 0
+0.287037 0.354849 0
+0.319219 0.353567 0
+0.352422 0.352392 0
+0.385977 0.350286 0
+0.418372 0.346716 0
+0.45211 0.342718 0
+0.486305 0.338323 0
+0.521218 0.333196 0
+0.557076 0.327535 0
+0.59292 0.321035 0
+0.629175 0.313756 0
+0.665995 0.305501 0
+0.702785 0.296147 0
+0.739818 0.285481 0
+0.776638 0.273228 0
+0.813306 0.259266 0
+0.849851 0.243427 0
+0.885588 0.224781 0
+0.920928 0.203433 0
+0 0.364904 0
+0.0106966 0.368048 0
+0.025742 0.371374 0
+0.0408484 0.374777 0
+0.0569009 0.378317 0
+0.0734417 0.381521 0
+0.0907607 0.384634 0
+0.109529 0.38761 0
+0.129381 0.38996 0
+0.15108 0.39176 0
+0.175616 0.39324 0
+0.202533 0.393668 0
+0.231662 0.393469 0
+0.261692 0.393133 0
+0.292973 0.392432 0
+0.324849 0.391424 0
+0.357794 0.390311 0
+0.391775 0.388754 0
+0.425742 0.386526 0
+0.459159 0.383001 0
+0.493111 0.378698 0
+0.52813 0.374212 0
+0.563424 0.368856 0
+0.59942 0.363134 0
+0.636088 0.356619 0
+0.672465 0.349081 0
+0.709438 0.340581 0
+0.746349 0.331075 0
+0.783215 0.320241 0
+0.820203 0.307774 0
+0.856931 0.293843 0
+0.892912 0.277485 0
+0.928862 0.258717 0
+0 0.402197 0
+0.0147555 0.405676 0
+0.0294652 0.40914 0
+0.0444038 0.412512 0
+0.0605478 0.416098 0
+0.0771038 0.419364 0
+0.0946517 0.422354 0
+0.113634 0.425422 0
+0.133761 0.427817 0
+0.155993 0.429618 0
+0.180987 0.430625 0
+0.208606 0.431403 0
+0.237842 0.431266 0
+0.267689 0.430991 0
+0.298894 0.430747 0
+0.330602 0.429938 0
+0.363409 0.428748 0
+0.397131 0.427665 0
+0.431556 0.426001 0
+0.466148 0.42356 0
+0.499962 0.419974 0
+0.534707 0.415518 0
+0.569909 0.410971 0
+0.606119 0.405692 0
+0.642161 0.399634 0
+0.679072 0.392966 0
+0.715846 0.385519 0
+0.752758 0.37705 0
+0.789715 0.367178 0
+0.826566 0.356191 0
+0.863478 0.343801 0
+0.899687 0.329381 0
+0.935531 0.312764 0
+0.00363165 0.440513 0
+0.0189517 0.443946 0
+0.0337835 0.447578 0
+0.0487678 0.450965 0
+0.064622 0.454276 0
+0.0815747 0.457725 0
+0.0992905 0.46067 0
+0.118273 0.463432 0
+0.138949 0.466087 0
+0.161608 0.467887 0
+0.187106 0.468925 0
+0.215045 0.469673 0
+0.24416 0.469718 0
+0.274067 0.469581 0
+0.305196 0.469551 0
+0.336797 0.46894 0
+0.369146 0.468086 0
+0.402548 0.467063 0
+0.437034 0.465736 0
+0.471916 0.464012 0
+0.507332 0.461707 0
+0.54136 0.45771 0
+0.576822 0.453437 0
+0.612161 0.448539 0
+0.648707 0.443198 0
+0.684977 0.437095 0
+0.721736 0.430304 0
+0.758801 0.42269 0
+0.795712 0.414145 0
+0.832792 0.404349 0
+0.869459 0.393271 0
+0.905821 0.380575 0
+0.941894 0.365988 0
+0.00917067 0.479454 0
+0.0238193 0.482704 0
+0.0389868 0.486473 0
+0.054139 0.489815 0
+0.0699626 0.493156 0
+0.0869001 0.496605 0
+0.104631 0.499565 0
+0.123659 0.502251 0
+0.144854 0.504891 0
+0.167956 0.5066 0
+0.193759 0.507683 0
+0.221683 0.508354 0
+0.250767 0.508751 0
+0.280613 0.508766 0
+0.31133 0.508812 0
+0.343084 0.508492 0
+0.375219 0.507881 0
+0.408377 0.506905 0
+0.442542 0.506004 0
+0.47744 0.504463 0
+0.512993 0.502861 0
+0.548394 0.500298 0
+0.583047 0.496193 0
+0.61886 0.491905 0
+0.654658 0.487037 0
+0.691112 0.481498 0
+0.727825 0.475532 0
+0.764446 0.468482 0
+0.80148 0.460777 0
+0.838254 0.452155 0
+0.875059 0.442344 0
+0.911604 0.431128 0
+0.947677 0.418372 0
+0.0152285 0.518822 0
+0.0298161 0.522087 0
+0.0448768 0.525597 0
+0.0602121 0.52929 0
+0.0758679 0.53254 0
+0.0925765 0.535744 0
+0.110597 0.53901 0
+0.129809 0.541665 0
+0.150973 0.543877 0
+0.175006 0.54583 0
+0.201068 0.546944 0
+0.228687 0.54757 0
+0.257725 0.548287 0
+0.287404 0.548486 0
+0.317739 0.548531 0
+0.349462 0.548547 0
+0.381552 0.548089 0
+0.414527 0.547387 0
+0.448478 0.546715 0
+0.482902 0.545449 0
+0.518029 0.543923 0
+0.554437 0.542412 0
+0.589883 0.539513 0
+0.625208 0.535637 0
+0.660777 0.531029 0
+0.697124 0.526253 0
+0.733394 0.5205 0
+0.77023 0.514488 0
+0.807126 0.507637 0
+0.843931 0.499825 0
+0.880354 0.49102 0
+0.916762 0.481193 0
+0.953094 0.469917 0
+0.0217594 0.558465 0
+0.0369116 0.562112 0
+0.051957 0.565667 0
+0.0669871 0.569146 0
+0.0826276 0.572549 0
+0.0991989 0.575692 0
+0.117403 0.578912 0
+0.136858 0.581537 0
+0.158267 0.583749 0
+0.182666 0.585565 0
+0.208789 0.586618 0
+0.236378 0.587381 0
+0.265187 0.588251 0
+0.294591 0.588647 0
+0.324666 0.58883 0
+0.356069 0.588968 0
+0.388144 0.588708 0
+0.420768 0.588205 0
+0.454673 0.587686 0
+0.48864 0.586755 0
+0.523751 0.585412 0
+0.559503 0.58407 0
+0.596002 0.5823 0
+0.631632 0.579293 0
+0.66717 0.575341 0
+0.703059 0.570825 0
+0.73933 0.565866 0
+0.775952 0.560464 0
+0.81239 0.554101 0
+0.849165 0.547265 0
+0.88574 0.53959 0
+0.922179 0.530922 0
+0.958221 0.52108 0
+0.0297398 0.599008 0
+0.0449989 0.602762 0
+0.0598764 0.606332 0
+0.0744793 0.609598 0
+0.0901503 0.613077 0
+0.10663 0.616144 0
+0.124712 0.619211 0
+0.144564 0.621851 0
+0.166537 0.623896 0
+0.190936 0.625544 0
+0.217288 0.626734 0
+0.244556 0.627558 0
+0.273091 0.628611 0
+0.30219 0.629099 0
+0.332158 0.629435 0
+0.362997 0.629664 0
+0.394965 0.629694 0
+0.427283 0.629328 0
+0.460868 0.628901 0
+0.495079 0.628138 0
+0.529473 0.627161 0
+0.565026 0.625834 0
+0.601144 0.624552 0
+0.637644 0.622736 0
+0.673793 0.619821 0
+0.709209 0.615579 0
+0.745312 0.6112 0
+0.781384 0.606058 0
+0.817899 0.600626 0
+0.854475 0.594568 0
+0.890684 0.587427 0
+0.926833 0.579828 0
+0.963027 0.571176 0
+0.0393225 0.64033 0
+0.0537881 0.643717 0
+0.0686198 0.647471 0
+0.0830549 0.650706 0
+0.0984665 0.654047 0
+0.115236 0.657053 0
+0.133242 0.659724 0
+0.153384 0.66247 0
+0.175769 0.664317 0
+0.200229 0.665736 0
+0.22649 0.667155 0
+0.253376 0.668147 0
+0.281239 0.668925 0
+0.310369 0.669841 0
+0.340047 0.670268 0
+0.370443 0.670558 0
+0.402213 0.670878 0
+0.434501 0.670649 0
+0.467308 0.670222 0
+0.501472 0.669856 0
+0.535821 0.669001 0
+0.570718 0.667903 0
+0.606836 0.666865 0
+0.642924 0.665278 0
+0.679469 0.663478 0
+0.715694 0.66041 0
+0.751308 0.656397 0
+0.787167 0.651759 0
+0.823468 0.646967 0
+0.85948 0.64126 0
+0.895827 0.635264 0
+0.932052 0.628489 0
+0.967605 0.620706 0
+0.0497292 0.6822 0
+0.0637827 0.68542 0
+0.078294 0.688945 0
+0.0926223 0.692149 0
+0.107897 0.695109 0
+0.124651 0.698253 0
+0.14287 0.700786 0
+0.16347 0.70309 0
+0.186099 0.704997 0
+0.210544 0.706279 0
+0.236469 0.70782 0
+0.262974 0.708888 0
+0.29044 0.709773 0
+0.319188 0.710811 0
+0.348486 0.711345 0
+0.378576 0.711711 0
+0.41001 0.7122 0
+0.441947 0.712123 0
+0.474479 0.711849 0
+0.508278 0.711666 0
+0.542489 0.710903 0
+0.57705 0.710018 0
+0.612634 0.709239 0
+0.648417 0.707881 0
+0.684825 0.706249 0
+0.721736 0.704799 0
+0.757565 0.701305 0
+0.793103 0.697414 0
+0.828885 0.692729 0
+0.864988 0.687984 0
+0.901091 0.682689 0
+0.936812 0.676463 0
+0.971817 0.669841 0
+0.060914 0.724117 0
+0.0748608 0.727565 0
+0.0886702 0.730678 0
+0.103273 0.733898 0
+0.118547 0.736721 0
+0.135546 0.739635 0
+0.153994 0.741939 0
+0.174701 0.743954 0
+0.197604 0.7458 0
+0.221698 0.747158 0
+0.247181 0.748714 0
+0.273411 0.749783 0
+0.300481 0.750759 0
+0.328786 0.751888 0
+0.357534 0.752544 0
+0.387366 0.752987 0
+0.418418 0.753536 0
+0.449973 0.753582 0
+0.482353 0.753445 0
+0.515587 0.753475 0
+0.549432 0.75288 0
+0.583902 0.752056 0
+0.618997 0.751492 0
+0.65449 0.750362 0
+0.690364 0.74905 0
+0.727169 0.747768 0
+0.763745 0.746059 0
+0.799481 0.742611 0
+0.834775 0.73875 0
+0.870771 0.734447 0
+0.906203 0.729488 0
+0.942061 0.724285 0
+0.971725 0.718425 0
+0.073579 0.766537 0
+0.0871443 0.76965 0
+0.100755 0.772778 0
+0.114916 0.775616 0
+0.130587 0.778454 0
+0.147311 0.780835 0
+0.166751 0.783139 0
+0.187411 0.784985 0
+0.210422 0.786725 0
+0.234028 0.788113 0
+0.258595 0.78938 0
+0.284504 0.79086 0
+0.311101 0.791836 0
+0.338994 0.792981 0
+0.367529 0.793729 0
+0.396887 0.794278 0
+0.427405 0.794812 0
+0.458686 0.795087 0
+0.490654 0.795041 0
+0.523735 0.795193 0
+0.556924 0.794812 0
+0.591089 0.794232 0
+0.626017 0.793622 0
+0.661051 0.792859 0
+0.696681 0.79176 0
+0.732891 0.790784 0
+0.769329 0.789227 0
+0.805829 0.78761 0
+0.841566 0.78439 0
+0.876387 0.780362 0
+0.912077 0.776104 0
+0.947417 0.771603 0
+0.971588 0.765957 0
+0.087541 0.809125 0
+0.100603 0.811856 0
+0.114397 0.814893 0
+0.128557 0.817441 0
+0.144183 0.820157 0
+0.161395 0.822293 0
+0.180743 0.824399 0
+0.201816 0.825925 0
+0.224109 0.82768 0
+0.247196 0.829129 0
+0.271504 0.830396 0
+0.296864 0.831876 0
+0.322942 0.832929 0
+0.350149 0.833982 0
+0.378332 0.834913 0
+0.407309 0.835554 0
+0.437263 0.836133 0
+0.468177 0.836576 0
+0.499748 0.836683 0
+0.532372 0.836896 0
+0.565377 0.836698 0
+0.598917 0.836316 0
+0.633371 0.835813 0
+0.668315 0.835264 0
+0.703456 0.834363 0
+0.739391 0.83357 0
+0.77525 0.832349 0
+0.811566 0.830854 0
+0.848096 0.829572 0
+0.883223 0.826047 0
+0.918074 0.822431 0
+0.953094 0.818006 0
+0.971633 0.813306 0
+0.102922 0.851575 0
+0.11603 0.854322 0
+0.129656 0.856947 0
+0.14403 0.85948 0
+0.159838 0.861631 0
+0.177234 0.863706 0
+0.196399 0.865339 0
+0.217243 0.867155 0
+0.238773 0.868574 0
+0.26186 0.870237 0
+0.285313 0.871504 0
+0.310353 0.872984 0
+0.335912 0.874067 0
+0.362417 0.875029 0
+0.390234 0.876143 0
+0.418692 0.876829 0
+0.448051 0.877379 0
+0.478584 0.878065 0
+0.509667 0.878248 0
+0.541558 0.878294 0
+0.574487 0.878492 0
+0.607507 0.878279 0
+0.641459 0.877867 0
+0.676158 0.877485 0
+0.710857 0.876783 0
+0.74609 0.875853 0
+0.781949 0.87512 0
+0.817609 0.873915 0
+0.853849 0.872663 0
+0.889982 0.871382 0
+0.924651 0.867796 0
+0.959091 0.864271 0
+0.972045 0.859907 0
+0.119722 0.893568 0
+0.132998 0.896117 0
+0.146395 0.89839 0
+0.161486 0.900633 0
+0.177172 0.902449 0
+0.194903 0.904418 0
+0.213642 0.905943 0
+0.233906 0.907698 0
+0.254826 0.909072 0
+0.276982 0.91075 0
+0.300114 0.911955 0
+0.324331 0.913375 0
+0.349432 0.914473 0
+0.375601 0.915373 0
+0.402823 0.916533 0
+0.430701 0.917205 0
+0.459571 0.917815 0
+0.489509 0.918486 0
+0.520058 0.918746 0
+0.551446 0.918853 0
+0.583825 0.919066 0
+0.616617 0.918837 0
+0.649958 0.9187 0
+0.684047 0.918257 0
+0.718425 0.917525 0
+0.752972 0.916838 0
+0.788373 0.91603 0
+0.823804 0.914824 0
+0.859495 0.913817 0
+0.895186 0.912261 0
+0.930648 0.910597 0
+0.965072 0.907561 0
+0.972396 0.903761 0
+0 0.00123598 0.0345617
+0.000762951 0 0.0322423
+0.0158083 0 0.0298924
+0.0304112 3.0518e-05 0.0277104
+0.0451057 0.00030518 0.02533
+0.0592813 0.00077821 0.0229801
+0.0730755 0.00106813 0.0202029
+0.0868238 0.00137331 0.0170748
+0.100542 0.00154116 0.0133211
+0.114641 0.00146487 0.00910964
+0.129442 0.00131228 0.00445563
+0.144884 0.000762951 0.000762951
+0.161395 0 0
+0.179385 0 0
+0.199542 0 0
+0.221332 0 0
+0.244251 0 0
+0.267552 0 0
+0.291432 0 0
+0.315984 0 0
+0.340917 0 0
+0.366308 0 0
+0.392294 0 0
+0.418845 0 0
+0.445884 0 0
+0.473533 0 0
+0.501534 0 0
+0.529778 0 0
+0.558785 0 0
+0.588342 0 0
+0.618708 0 0
+0.649683 0 0
+0.680842 0 0
+0 0.0151217 0.0311894
+0.00184634 0.0135958 0.0289311
+0.016907 0.0121614 0.026627
+0.0313878 0.0106966 0.0242924
+0.0460365 0.00932326 0.0219577
+0.0600748 0.00788891 0.019501
+0.0737316 0.00614939 0.016556
+0.087541 0.00434882 0.0133211
+0.101289 0.00233463 0.00972
+0.115206 0.00146487 0.00531014
+0.129976 0.00129702 0.00129702
+0.145418 0.000732433 0.000732433
+0.161837 0 0
+0.179919 0 0
+0.200092 0 0
+0.221897 0 0
+0.244892 0 0
+0.268284 0 0
+0.292241 0 0
+0.316854 0 0
+0.341787 0 0
+0.367132 0 0
+0.393286 0 0
+0.419867 0 0
+0.446967 0 0
+0.474647 0 0
+0.502586 0 0
+0.531945 0 0
+0.562234 0 0
+0.592554 0 0
+0.623117 0 0
+0.654078 0 0
+0.686488 0 0
+0.000167849 0.0285191 0.0279545
+0.00300603 0.0271305 0.02533
+0.0183261 0.025803 0.0214237
+0.0322576 0.0241398 0.0199893
+0.0464942 0.0227207 0.0176699
+0.0603189 0.0211643 0.0150149
+0.0738689 0.019501 0.0119326
+0.0874495 0.0177157 0.00868238
+0.101183 0.0156405 0.00497444
+0.115328 0.0130922 0.00102235
+0.130098 0.0102846 0.000854505
+0.145663 0.00701915 0.00047303
+0.162402 0.00317388 0
+0.180575 0 0
+0.200656 0 0
+0.222553 0 0
+0.245624 0 0
+0.269078 0 0
+0.293095 0 0
+0.317678 0 0
+0.34258 0 0
+0.368124 0 0
+0.394324 0 0
+0.420935 0 0
+0.448631 0 0
+0.477272 0 0
+0.506554 0 0
+0.536248 0 0
+0.566552 0 0
+0.598428 0 0
+0.630793 0 0
+0.663828 0 0
+0.697658 0 0
+0.000381476 0.0413519 0.0245975
+0.00419623 0.0400702 0.0218662
+0.0191958 0.0386816 0.0184939
+0.0335393 0.0374762 0.0146334
+0.0474098 0.035935 0.0132448
+0.0609445 0.0343175 0.0106203
+0.0743114 0.0327611 0.00747692
+0.0877699 0.0309606 0.00416571
+0.101213 0.0287785 0.000411994
+0.115267 0.0263371 0.000366217
+0.129839 0.0235599 4.57771e-05
+0.145266 0.0203098 0
+0.161776 0.0163424 0
+0.179995 0.0118105 0
+0.200549 0.00639353 0
+0.222904 0.000198367 0
+0.246311 0 0
+0.269947 0 0
+0.293889 0 0
+0.318486 0 0
+0.343572 0 0
+0.369421 0 0
+0.39649 0 0
+0.424079 0 0
+0.452232 0 0
+0.481682 0 0
+0.512062 0 0
+0.543572 0 0
+0.575647 0 0
+0.608774 0 0
+0.642527 0 0
+0.676814 0 0
+0.711482 0 0
+0.000640879 0.0542611 0.0207828
+0.0055848 0.0530709 0.0178988
+0.0202945 0.0515755 0.0146181
+0.034638 0.0504768 0.010956
+0.048661 0.0492561 0.00679026
+0.0618906 0.0477607 0.00543221
+0.0751049 0.0462654 0.0027924
+0.0882124 0.0444953 0.000244144
+0.101732 0.0425879 0.000244144
+0.115557 0.0403754 1.5259e-05
+0.1299 0.0376135 0
+0.145266 0.0345006 0
+0.161761 0.030808 0
+0.179995 0.0263218 0
+0.200473 0.0209659 0
+0.222751 0.0148318 0
+0.246052 0.0081178 0
+0.269963 0.000885023 0
+0.294408 0 0
+0.320195 0 0
+0.346334 0 0
+0.372992 0 0
+0.40058 0 0
+0.429603 0 0
+0.459159 0 0
+0.489998 0 0
+0.521675 0 0
+0.554513 0 0
+0.587762 0 0
+0.621759 0 0
+0.656413 0 0
+0.691615 0 0
+0.727352 0 0
+0.0009308 0.066804 0.0164492
+0.00701915 0.0657359 0.0133516
+0.0215457 0.0643473 0.010132
+0.0357671 0.0632334 0.00695811
+0.0497444 0.0621195 0.0024567
+0.0631571 0.0610056 0.000289921
+0.0759442 0.0593423 0.000244144
+0.0890059 0.0577859 0.000183108
+0.102342 0.0559396 7.62951e-05
+0.115953 0.0538338 0
+0.130419 0.0513924 0
+0.145785 0.0484627 0
+0.162219 0.0449378 0
+0.180377 0.0408179 0
+0.2009 0.0357824 0
+0.223224 0.0299229 0
+0.246693 0.0233768 0
+0.271092 0.0161288 0
+0.296376 0.00819409 0
+0.322774 0 0
+0.350164 0 0
+0.378882 0 0
+0.408148 0 0
+0.438178 0 0
+0.469017 0 0
+0.501045 0 0
+0.533669 0 0
+0.567132 0 0
+0.601389 0 0
+0.636301 0 0
+0.671885 0 0
+0.707805 0 0
+0.743847 0 0
+0.00102235 0.0792401 0.0113375
+0.00819409 0.0781262 0.00808728
+0.0228733 0.0768902 0.00500496
+0.03682 0.0757153 0.00187686
+0.0505379 0.0747082 0.00030518
+0.0639811 0.07364 0.000167849
+0.0772412 0.0724498 0.000244144
+0.0901198 0.0708782 0.000274662
+0.10309 0.0691234 4.57771e-05
+0.116854 0.0672007 0
+0.131167 0.0648508 0
+0.146609 0.06215 0
+0.16321 0.0589609 0
+0.18175 0.0550088 0
+0.202487 0.0501106 0
+0.225666 0.0445869 0
+0.250233 0.0384222 0
+0.275563 0.031693 0
+0.301534 0.0243076 0
+0.328725 0.016083 0
+0.356741 0.0069276 0
+0.386191 0 0
+0.416342 0 0
+0.448157 0 0
+0.480552 0 0
+0.513313 0 0
+0.546777 0 0
+0.581323 0 0
+0.616159 0 0
+0.651698 0 0
+0.687602 0 0
+0.72372 0 0
+0.759899 0 0
+0.000762951 0.0915084 0.00538643
+0.00953689 0.0905165 0.00241093
+0.0241398 0.0893721 0.000335698
+0.0379187 0.0882734 0.000167849
+0.0515297 0.0873274 0.000228885
+0.064744 0.0862745 0.000137331
+0.0781109 0.0853285 0.000228885
+0.0912032 0.0839857 0.000167849
+0.104326 0.0823682 0.000137331
+0.11783 0.0804761 0
+0.132387 0.0783856 0
+0.148211 0.0759899 0
+0.165393 0.0730297 0
+0.184787 0.0694896 0
+0.206958 0.0649882 0
+0.231006 0.0596628 0
+0.256306 0.0538949 0
+0.282475 0.0475166 0
+0.30927 0.0404822 0
+0.33727 0.0325475 0
+0.366003 0.023682 0
+0.39585 0.0136416 0
+0.426612 0.00238041 0
+0.458412 0 0
+0.491539 0 0
+0.52604 0 0
+0.560647 0 0
+0.595453 0 0
+0.630884 0 0
+0.666667 0 0
+0.702678 0 0
+0.738811 0 0
+0.775036 0 0
+0.000366217 0.103944 0.000366217
+0.0107424 0.102968 0.00015259
+0.0250553 0.101839 0
+0.0389258 0.100938 0
+0.052369 0.0999619 0
+0.0656443 0.0991379 0
+0.0787518 0.0981918 0
+0.0924086 0.0973831 6.10361e-05
+0.105913 0.0961624 0
+0.119951 0.0946822 0
+0.13463 0.0928817 0
+0.151171 0.0907912 0
+0.169406 0.0880598 0
+0.189883 0.0847639 0
+0.213123 0.0805371 0
+0.238163 0.0754101 0
+0.264073 0.0698711 0
+0.291051 0.0637064 0
+0.318669 0.0568551 0
+0.347387 0.0490425 0
+0.376898 0.0404822 0
+0.40734 0.030808 0
+0.438773 0.0197452 0
+0.471 0.00729381 0
+0.503883 0 0
+0.538079 0 0
+0.573281 0 0
+0.609354 0 0
+0.645182 0 0
+0.681041 0 0
+0.717083 0 0
+0.75314 0 0
+0.789105 0 0
+0 0.116701 0
+0.0117189 0.11577 0
+0.0261082 0.114794 0
+0.0399023 0.114122 0
+0.0532692 0.113466 0
+0.0664073 0.112871 0
+0.0799268 0.112367 0
+0.0937057 0.111757 0
+0.108278 0.11136 0
+0.122942 0.110323 0
+0.13846 0.108827 0
+0.155444 0.106981 0
+0.174411 0.104417 0
+0.196277 0.101076 0
+0.220417 0.0968643 0
+0.246296 0.0919509 0
+0.272999 0.0865949 0
+0.300771 0.0806287 0
+0.329091 0.0738537 0
+0.35845 0.0664225 0
+0.388952 0.0579843 0
+0.42002 0.0485542 0
+0.451957 0.0379797 0
+0.484459 0.0259098 0
+0.51783 0.0122072 0
+0.551614 0 0
+0.586038 0 0
+0.621408 0 0
+0.658351 0 0
+0.693919 0 0
+0.729885 0 0
+0.765698 0 0
+0.801297 0 0
+0 0.130358 0
+0.012314 0.129488 0
+0.0269169 0.128969 0
+0.040528 0.128603 0
+0.0541238 0.128405 0
+0.0677348 0.12845 0
+0.0813458 0.128344 0
+0.095491 0.128099 0
+0.11043 0.127871 0
+0.126284 0.127321 0
+0.142748 0.126207 0
+0.160296 0.124392 0
+0.180133 0.122026 0
+0.203159 0.118715 0
+0.228412 0.114549 0
+0.255131 0.109865 0
+0.282689 0.104707 0
+0.31107 0.0988022 0
+0.340444 0.0923629 0
+0.370733 0.0851759 0
+0.401923 0.0770428 0
+0.433738 0.0679179 0
+0.465934 0.0576486 0
+0.498802 0.0459907 0
+0.532204 0.0329442 0
+0.565911 0.0180819 0
+0.6 0.000823987 0
+0.634104 0 0
+0.669184 0 0
+0.705455 0 0
+0.741222 0 0
+0.776699 0 0
+0.8121 0 0
+0 0.145769 0
+0.0123903 0.145342 0
+0.0271458 0.145266 0
+0.041001 0.145327 0
+0.0548714 0.145617 0
+0.0687419 0.14583 0
+0.0827955 0.145983 0
+0.097322 0.146227 0
+0.112566 0.146136 0
+0.128786 0.145769 0
+0.146685 0.145068 0
+0.165469 0.143603 0
+0.186282 0.141238 0
+0.210498 0.13814 0
+0.236728 0.134127 0
+0.264286 0.129793 0
+0.292622 0.124758 0
+0.321859 0.11928 0
+0.352361 0.113085 0
+0.383185 0.106096 0
+0.414832 0.0982834 0
+0.447456 0.0894942 0
+0.480446 0.0796063 0
+0.513726 0.0685893 0
+0.547387 0.0559701 0
+0.581201 0.0418097 0
+0.614755 0.0255589 0
+0.64828 0.00675975 0
+0.682002 0 0
+0.715541 0 0
+0.750607 0 0
+0.786145 0 0
+0.820935 0 0
+0 0.163592 0
+0.0115816 0.163302 0
+0.0267033 0.163638 0
+0.0408331 0.16408 0
+0.055024 0.164767 0
+0.068986 0.16527 0
+0.0833143 0.165728 0
+0.0983139 0.166308 0
+0.114031 0.166552 0
+0.130953 0.166506 0
+0.149538 0.16614 0
+0.170321 0.16527 0
+0.192691 0.162997 0
+0.217945 0.160037 0
+0.245045 0.156329 0
+0.273594 0.152361 0
+0.302754 0.147738 0
+0.333074 0.142672 0
+0.36405 0.136721 0
+0.39588 0.130251 0
+0.428489 0.122881 0
+0.461662 0.114565 0
+0.495521 0.105119 0
+0.529183 0.0945144 0
+0.563134 0.0823987 0
+0.597086 0.0689097 0
+0.630518 0.0532692 0
+0.663539 0.0355383 0
+0.696483 0.0153658 0
+0.728649 0 0
+0.760525 0 0
+0.793545 0 0
+0.828229 0 0
+0 0.18381 0
+0.00921645 0.183825 0
+0.0247044 0.184512 0
+0.0389868 0.185473 0
+0.0533608 0.186511 0
+0.0677043 0.187488 0
+0.0824292 0.188342 0
+0.0979477 0.189181 0
+0.114244 0.189807 0
+0.131975 0.190173 0
+0.151431 0.190249 0
+0.173449 0.189746 0
+0.19852 0.188296 0
+0.224796 0.185519 0
+0.252949 0.182254 0
+0.282231 0.178653 0
+0.31252 0.174578 0
+0.343832 0.170031 0
+0.375952 0.164691 0
+0.408835 0.15877 0
+0.442145 0.151888 0
+0.47599 0.144045 0
+0.510536 0.135164 0
+0.545129 0.125063 0
+0.579538 0.113603 0
+0.613947 0.100771 0
+0.647501 0.0858625 0
+0.680797 0.0688792 0
+0.71284 0.0495613 0
+0.74432 0.0278782 0
+0.774594 0.00277714 0
+0.804273 0 0
+0.834699 0 0
+0 0.206775 0
+0.00534066 0.20734 0
+0.0210117 0.208469 0
+0.0354314 0.209751 0
+0.0501717 0.211353 0
+0.0650492 0.212848 0
+0.0803235 0.214328 0
+0.0964981 0.215641 0
+0.113619 0.2168 0
+0.132174 0.217548 0
+0.15259 0.218067 0
+0.176013 0.218219 0
+0.202426 0.217365 0
+0.231525 0.215763 0
+0.260365 0.213077 0
+0.29012 0.20972 0
+0.321447 0.206119 0
+0.353231 0.201938 0
+0.386496 0.197238 0
+0.419913 0.191608 0
+0.454368 0.185351 0
+0.489219 0.178195 0
+0.524773 0.169863 0
+0.56022 0.160388 0
+0.59556 0.149706 0
+0.630426 0.137499 0
+0.665278 0.123491 0
+0.699046 0.107774 0
+0.731731 0.0896925 0
+0.762921 0.0691691 0
+0.792767 0.0454261 0
+0.820691 0.0180056 0
+0.847883 0 0
+0 0.23241 0
+0.0015259 0.233631 0
+0.0174563 0.235447 0
+0.0323796 0.237232 0
+0.0474098 0.239338 0
+0.0628214 0.241443 0
+0.0788586 0.243565 0
+0.0959182 0.245579 0
+0.114229 0.247578 0
+0.133715 0.248905 0
+0.155184 0.24979 0
+0.179644 0.250309 0
+0.206989 0.249821 0
+0.237003 0.248661 0
+0.267979 0.247242 0
+0.29807 0.244602 0
+0.329442 0.241123 0
+0.361913 0.237461 0
+0.395117 0.232959 0
+0.429191 0.227909 0
+0.463813 0.222156 0
+0.499046 0.21529 0
+0.534997 0.207568 0
+0.57113 0.19884 0
+0.60734 0.188891 0
+0.64361 0.177554 0
+0.679423 0.164721 0
+0.714885 0.150332 0
+0.748898 0.133761 0
+0.782086 0.114931 0
+0.813367 0.0931563 0
+0.842237 0.0679332 0
+0.868879 0.0381933 0
+0 0.260731 0
+0 0.262791 0
+0.0157626 0.265354 0
+0.0312505 0.268009 0
+0.0467842 0.270726 0
+0.0630045 0.273579 0
+0.0797436 0.276143 0
+0.0973373 0.278706 0
+0.116411 0.281117 0
+0.136873 0.283146 0
+0.159365 0.284337 0
+0.184497 0.284779 0
+0.212818 0.284657 0
+0.242969 0.28365 0
+0.274006 0.282322 0
+0.30634 0.280858 0
+0.337316 0.277684 0
+0.369711 0.274235 0
+0.403021 0.270054 0
+0.437049 0.265568 0
+0.471641 0.26006 0
+0.507088 0.254047 0
+0.542748 0.247166 0
+0.578683 0.239048 0
+0.615381 0.23003 0
+0.651942 0.219806 0
+0.688365 0.208209 0
+0.725399 0.194873 0
+0.761456 0.179721 0
+0.79678 0.162417 0
+0.830701 0.142351 0
+0.862928 0.119631 0
+0.892241 0.0931258 0
+0 0.292897 0
+0.000366217 0.295384 0
+0.0166171 0.298711 0
+0.0322271 0.301885 0
+0.048249 0.30518 0
+0.0650492 0.308476 0
+0.0824292 0.311498 0
+0.100435 0.31426 0
+0.119707 0.316655 0
+0.140703 0.318883 0
+0.163745 0.32018 0
+0.189639 0.320592 0
+0.218402 0.320211 0
+0.248753 0.319585 0
+0.279835 0.318441 0
+0.312139 0.316945 0
+0.345174 0.315221 0
+0.377081 0.311772 0
+0.410346 0.308186 0
+0.444038 0.303807 0
+0.478889 0.299001 0
+0.514199 0.293568 0
+0.549615 0.287282 0
+0.585931 0.280201 0
+0.622354 0.272175 0
+0.659068 0.262974 0
+0.696086 0.252369 0
+0.732799 0.240558 0
+0.769497 0.226856 0
+0.805997 0.211017 0
+0.8421 0.193027 0
+0.877211 0.172259 0
+0.910704 0.14815 0
+0 0.328038 0
+0.00335698 0.331075 0
+0.0192874 0.334524 0
+0.0350347 0.337987 0
+0.051133 0.341375 0
+0.0678416 0.34464 0
+0.0855421 0.347921 0
+0.103807 0.350698 0
+0.123461 0.35314 0
+0.144762 0.35523 0
+0.168551 0.356619 0
+0.194995 0.357153 0
+0.224079 0.356817 0
+0.25449 0.35639 0
+0.28574 0.355291 0
+0.317723 0.353964 0
+0.350881 0.35259 0
+0.38471 0.350515 0
+0.417121 0.346975 0
+0.451164 0.343069 0
+0.485527 0.338689 0
+0.520577 0.333715 0
+0.556634 0.328054 0
+0.592447 0.321523 0
+0.628977 0.314366 0
+0.665858 0.306142 0
+0.702724 0.296803 0
+0.739818 0.286076 0
+0.776699 0.273899 0
+0.813382 0.259876 0
+0.849958 0.244022 0
+0.88574 0.225376 0
+0.921096 0.203952 0
+0 0.364782 0
+0.00730907 0.367956 0
+0.0226444 0.371405 0
+0.0381476 0.375051 0
+0.0542458 0.378485 0
+0.0710155 0.38175 0
+0.0886397 0.384878 0
+0.107408 0.387945 0
+0.127428 0.390341 0
+0.149126 0.392325 0
+0.173678 0.39382 0
+0.200763 0.394263 0
+0.230076 0.394018 0
+0.260212 0.393683 0
+0.291554 0.392981 0
+0.323415 0.391821 0
+0.356588 0.390555 0
+0.390341 0.388952 0
+0.424491 0.386755 0
+0.458 0.38323 0
+0.492088 0.378958 0
+0.527382 0.374533 0
+0.562783 0.369314 0
+0.599069 0.363561 0
+0.635676 0.357061 0
+0.672145 0.349523 0
+0.709255 0.341131 0
+0.746242 0.33164 0
+0.7832 0.320821 0
+0.820218 0.30837 0
+0.857008 0.294331 0
+0.893034 0.27805 0
+0.928908 0.259205 0
+0 0.402304 0
+0.0112764 0.405707 0
+0.0263828 0.409216 0
+0.0416266 0.412665 0
+0.0580148 0.416266 0
+0.0748302 0.419547 0
+0.0925002 0.422629 0
+0.111559 0.425803 0
+0.131914 0.428183 0
+0.154101 0.430091 0
+0.179065 0.431189 0
+0.206882 0.431876 0
+0.236179 0.431846 0
+0.266468 0.43151 0
+0.297566 0.431235 0
+0.329183 0.430335 0
+0.362005 0.429068 0
+0.395743 0.427863 0
+0.430411 0.426169 0
+0.465034 0.423789 0
+0.499153 0.420142 0
+0.53373 0.415763 0
+0.569299 0.411185 0
+0.605493 0.406073 0
+0.641718 0.400031 0
+0.67863 0.393347 0
+0.715541 0.385977 0
+0.752483 0.377523 0
+0.789502 0.367636 0
+0.826398 0.356664 0
+0.863462 0.344335 0
+0.89984 0.329946 0
+0.935622 0.313283 0
+4.57771e-05 0.440482 0
+0.0158083 0.444022 0
+0.0308995 0.447562 0
+0.0462043 0.451057 0
+0.0623636 0.454505 0
+0.0793164 0.457908 0
+0.0971237 0.460975 0
+0.116243 0.463783 0
+0.137072 0.466423 0
+0.15964 0.46833 0
+0.185183 0.469429 0
+0.213336 0.470161 0
+0.242512 0.470298 0
+0.272648 0.4701 0
+0.303731 0.470024 0
+0.335485 0.469337 0
+0.367788 0.468391 0
+0.401358 0.467201 0
+0.435721 0.465873 0
+0.470771 0.46421 0
+0.506325 0.461921 0
+0.540398 0.457923 0
+0.575982 0.453666 0
+0.611414 0.448722 0
+0.64802 0.443458 0
+0.684443 0.437354 0
+0.721355 0.430671 0
+0.75848 0.423102 0
+0.795468 0.414603 0
+0.832624 0.404791 0
+0.869368 0.393774 0
+0.905821 0.381094 0
+0.941939 0.366537 0
+0.00563058 0.479362 0
+0.0205539 0.482643 0
+0.0361334 0.486488 0
+0.0515602 0.489921 0
+0.0675364 0.493278 0
+0.0846113 0.496788 0
+0.10248 0.499794 0
+0.121721 0.502541 0
+0.142855 0.505196 0
+0.165896 0.507088 0
+0.191791 0.508186 0
+0.219959 0.508919 0
+0.249119 0.509316 0
+0.279118 0.509346 0
+0.309865 0.509285 0
+0.341695 0.508904 0
+0.373922 0.508202 0
+0.40705 0.507179 0
+0.441291 0.506172 0
+0.476295 0.504646 0
+0.511955 0.503075 0
+0.547646 0.500481 0
+0.582193 0.496391 0
+0.618112 0.492088 0
+0.653986 0.487221 0
+0.690562 0.481651 0
+0.72726 0.475715 0
+0.763958 0.468696 0
+0.801129 0.461112 0
+0.838026 0.452522 0
+0.874907 0.442664 0
+0.911498 0.431556 0
+0.947616 0.418784 0
+0.011902 0.518669 0
+0.0269322 0.522026 0
+0.0422675 0.525567 0
+0.0577707 0.529335 0
+0.0735943 0.532631 0
+0.090486 0.536019 0
+0.108492 0.539193 0
+0.127672 0.541955 0
+0.148913 0.544259 0
+0.17293 0.546273 0
+0.199039 0.547417 0
+0.227054 0.548089 0
+0.256046 0.548867 0
+0.285786 0.548989 0
+0.316213 0.548959 0
+0.348028 0.548974 0
+0.380346 0.548379 0
+0.413199 0.547539 0
+0.447257 0.546853 0
+0.481758 0.545586 0
+0.517037 0.544076 0
+0.553475 0.542596 0
+0.589044 0.539727 0
+0.624445 0.535836 0
+0.660105 0.531197 0
+0.696468 0.526375 0
+0.732799 0.520684 0
+0.769696 0.514611 0
+0.806653 0.50782 0
+0.843519 0.500038 0
+0.880049 0.491295 0
+0.916548 0.481514 0
+0.952941 0.470253 0
+0.0187686 0.558495 0
+0.0340887 0.56202 0
+0.0494087 0.565667 0
+0.064622 0.569375 0
+0.0802014 0.572686 0
+0.0968948 0.575875 0
+0.115175 0.579171 0
+0.13463 0.581857 0
+0.156069 0.584146 0
+0.180499 0.586023 0
+0.206882 0.587076 0
+0.234531 0.5879 0
+0.263401 0.588815 0
+0.292912 0.58912 0
+0.323278 0.589288 0
+0.35462 0.58938 0
+0.386786 0.588983 0
+0.41944 0.588403 0
+0.453407 0.587808 0
+0.487495 0.586877 0
+0.522667 0.585519 0
+0.558556 0.584253 0
+0.595163 0.582467 0
+0.630869 0.579477 0
+0.666514 0.575525 0
+0.702403 0.570993 0
+0.73875 0.566033 0
+0.775418 0.560601 0
+0.811917 0.554223 0
+0.848692 0.547372 0
+0.88542 0.539712 0
+0.921813 0.531075 0
+0.957961 0.521309 0
+0.0268559 0.598871 0
+0.042298 0.602701 0
+0.0572824 0.606348 0
+0.0719768 0.609689 0
+0.0877241 0.61323 0
+0.104372 0.616327 0
+0.122637 0.619516 0
+0.142443 0.622126 0
+0.16434 0.624247 0
+0.188861 0.626017 0
+0.215259 0.627207 0
+0.242603 0.628092 0
+0.27129 0.629099 0
+0.300526 0.629572 0
+0.330678 0.629847 0
+0.361563 0.63006 0
+0.393591 0.629984 0
+0.426261 0.629526 0
+0.459648 0.629053 0
+0.49395 0.62826 0
+0.52842 0.627268 0
+0.564111 0.626017 0
+0.600275 0.624674 0
+0.637003 0.622812 0
+0.673152 0.62002 0
+0.708583 0.615717 0
+0.744732 0.611353 0
+0.78085 0.60618 0
+0.817411 0.600748 0
+0.854063 0.594705 0
+0.890288 0.587579 0
+0.926558 0.579965 0
+0.962707 0.571313 0
+0.0364996 0.640223 0
+0.051133 0.643671 0
+0.0660258 0.647456 0
+0.0804913 0.650813 0
+0.0961929 0.654261 0
+0.11281 0.657237 0
+0.1308 0.660014 0
+0.151003 0.662837 0
+0.173434 0.664729 0
+0.197955 0.666194 0
+0.224384 0.667689 0
+0.251453 0.668635 0
+0.279469 0.669398 0
+0.308721 0.670283 0
+0.338567 0.67071 0
+0.36907 0.670909 0
+0.40087 0.671168 0
+0.433219 0.670848 0
+0.466102 0.670359 0
+0.500328 0.669947 0
+0.534951 0.669032 0
+0.569802 0.66804 0
+0.605982 0.666957 0
+0.642145 0.6654 0
+0.678798 0.663584 0
+0.715129 0.660609 0
+0.750805 0.656519 0
+0.786679 0.651911 0
+0.82298 0.647074 0
+0.859037 0.641367 0
+0.89546 0.63537 0
+0.931716 0.628641 0
+0.967269 0.620844 0
+0.046952 0.682078 0
+0.0612192 0.685344 0
+0.0757305 0.689097 0
+0.090074 0.692256 0
+0.105379 0.695293 0
+0.122225 0.698528 0
+0.140642 0.70103 0
+0.161151 0.703532 0
+0.183749 0.705425 0
+0.208347 0.706783 0
+0.234409 0.708309 0
+0.261097 0.709407 0
+0.288701 0.710231 0
+0.317571 0.711223 0
+0.347066 0.711727 0
+0.377295 0.712047 0
+0.408713 0.712505 0
+0.440696 0.712322 0
+0.473533 0.711971 0
+0.507164 0.711757 0
+0.541482 0.711025 0
+0.576135 0.710109 0
+0.61178 0.709331 0
+0.647791 0.707942 0
+0.684138 0.706355 0
+0.721126 0.704906 0
+0.757031 0.701473 0
+0.792706 0.697551 0
+0.828458 0.692866 0
+0.864576 0.688121 0
+0.900725 0.682841 0
+0.936477 0.676616 0
+0.971817 0.669978 0
+0.0581826 0.724041 0
+0.0721752 0.727581 0
+0.0862745 0.730694 0
+0.100877 0.733974 0
+0.116091 0.736934 0
+0.133227 0.739895 0
+0.151568 0.742336 0
+0.172305 0.74432 0
+0.195346 0.746197 0
+0.219715 0.7476 0
+0.245304 0.749157 0
+0.27155 0.75024 0
+0.298741 0.751186 0
+0.327184 0.75227 0
+0.356252 0.75285 0
+0.386084 0.753277 0
+0.41709 0.75375 0
+0.448768 0.753796 0
+0.481163 0.753521 0
+0.514473 0.753536 0
+0.548394 0.752956 0
+0.583017 0.752194 0
+0.618158 0.751598 0
+0.653712 0.750454 0
+0.689662 0.749126 0
+0.726589 0.747921 0
+0.76321 0.746166 0
+0.799023 0.742779 0
+0.834424 0.738903 0
+0.870359 0.734554 0
+0.905928 0.72961 0
+0.941726 0.724376 0
+0.971725 0.718563 0
+0.0708629 0.766552 0
+0.0846571 0.769848 0
+0.0983139 0.772885 0
+0.112596 0.77583 0
+0.128191 0.778668 0
+0.145205 0.781186 0
+0.164324 0.78352 0
+0.185214 0.785367 0
+0.208179 0.787182 0
+0.231952 0.788586 0
+0.256641 0.789822 0
+0.282765 0.791257 0
+0.309667 0.792218 0
+0.337636 0.793332 0
+0.366262 0.794018 0
+0.395514 0.794522 0
+0.426139 0.795026 0
+0.457481 0.795239 0
+0.489494 0.795132 0
+0.522622 0.795239 0
+0.555962 0.794919 0
+0.590173 0.794308 0
+0.625238 0.793759 0
+0.660319 0.792981 0
+0.695964 0.791821 0
+0.73228 0.790906 0
+0.768826 0.78938 0
+0.805356 0.787747 0
+0.841154 0.784512 0
+0.876005 0.780484 0
+0.911742 0.776257 0
+0.947158 0.771679 0
+0.971588 0.766094 0
+0.0850233 0.809125 0
+0.098146 0.811948 0
+0.111971 0.815106 0
+0.126085 0.817761 0
+0.141756 0.820447 0
+0.159106 0.822583 0
+0.178439 0.824765 0
+0.199542 0.826352 0
+0.221973 0.828168 0
+0.245411 0.829526 0
+0.269612 0.830808 0
+0.29514 0.832319 0
+0.321294 0.83331 0
+0.348638 0.834333 0
+0.376928 0.835187 0
+0.405982 0.835798 0
+0.436027 0.836347 0
+0.467033 0.836774 0
+0.498589 0.836744 0
+0.531319 0.836988 0
+0.564446 0.836713 0
+0.598001 0.836362 0
+0.632609 0.835935 0
+0.66772 0.835294 0
+0.70277 0.834409 0
+0.738811 0.833677 0
+0.774701 0.832456 0
+0.811093 0.830976 0
+0.847669 0.829709 0
+0.882887 0.8262 0
+0.917754 0.822583 0
+0.952789 0.818143 0
+0.971633 0.813443 0
+0.10045 0.85182 0
+0.113527 0.85449 0
+0.127245 0.857282 0
+0.141604 0.859739 0
+0.157443 0.862089 0
+0.175006 0.864073 0
+0.194141 0.865782 0
+0.215122 0.867567 0
+0.237003 0.86894 0
+0.259907 0.870649 0
+0.283482 0.8719 0
+0.308705 0.873381 0
+0.334325 0.874403 0
+0.360937 0.875364 0
+0.388846 0.876432 0
+0.41738 0.877073 0
+0.44683 0.877592 0
+0.477409 0.878172 0
+0.508522 0.878294 0
+0.540505 0.87837 0
+0.57351 0.878553 0
+0.60679 0.878279 0
+0.640665 0.877958 0
+0.675456 0.877562 0
+0.710277 0.876829 0
+0.745495 0.875929 0
+0.78143 0.875212 0
+0.817151 0.874052 0
+0.853422 0.872755 0
+0.889616 0.871489 0
+0.924361 0.867948 0
+0.958831 0.864424 0
+0.972061 0.860029 0
+0.117372 0.893721 0
+0.130648 0.89633 0
+0.144121 0.89865 0
+0.158999 0.900999 0
+0.174838 0.902831 0
+0.19263 0.904799 0
+0.211475 0.906325 0
+0.231754 0.90811 0
+0.252827 0.909483 0
+0.275151 0.911147 0
+0.298421 0.912306 0
+0.322789 0.913725 0
+0.348119 0.914733 0
+0.374151 0.915663 0
+0.40145 0.916777 0
+0.429419 0.917418 0
+0.458412 0.918013 0
+0.48835 0.918578 0
+0.518929 0.918776 0
+0.550454 0.918929 0
+0.582895 0.919112 0
+0.615717 0.918868 0
+0.649302 0.918776 0
+0.683314 0.918303 0
+0.717815 0.917601 0
+0.752468 0.916899 0
+0.787823 0.916106 0
+0.823346 0.9149 0
+0.859068 0.913909 0
+0.89482 0.912352 0
+0.930297 0.910689 0
+0.964797 0.907652 0
+0.972396 0.903838 0
+0.00015259 0.00154116 0.0500496
+0 0 0.0480507
+0.0123751 4.57771e-05 0.046067
+0.0272068 0.000106813 0.0441596
+0.0422217 0.000366217 0.0421302
+0.0567788 0.000808728 0.0400702
+0.0707866 0.00108339 0.0376135
+0.0845045 0.00131228 0.0346532
+0.0985275 0.00151064 0.0313878
+0.112688 0.00143435 0.0274662
+0.127306 0.0011902 0.0230106
+0.142885 0.000808728 0.0179599
+0.159411 0 0.011902
+0.177584 0 0.00511177
+0.197726 0 0
+0.219333 0 0
+0.242359 0 0
+0.265812 0 0
+0.289799 0 0
+0.314473 0 0
+0.339513 0 0
+0.365057 0 0
+0.391073 0 0
+0.417716 0 0
+0.444846 0 0
+0.472572 0 0
+0.500648 0 0
+0.528969 0 0
+0.558053 0 0
+0.587991 0 0
+0.618463 0 0
+0.649485 0 0
+0.680674 0 0
+0.000137331 0.0153964 0.0472267
+0.000106813 0.0138247 0.0452735
+0.0135348 0.0123751 0.0433051
+0.0281682 0.0108644 0.0412146
+0.0431373 0.00947585 0.0391546
+0.0575265 0.00794995 0.0369726
+0.0713207 0.0062562 0.0343023
+0.0852827 0.00442512 0.0314336
+0.0992142 0.00234989 0.0280613
+0.11313 0.00144961 0.0240024
+0.12784 0.00117494 0.0194553
+0.143435 0.000793469 0.0142977
+0.15996 0 0.00816358
+0.178134 0 0.00128176
+0.198123 0 0
+0.219898 0 0
+0.243015 0 0
+0.266545 0 0
+0.290608 0 0
+0.315343 0 0
+0.340429 0 0
+0.366049 0 0
+0.392081 0 0
+0.418753 0 0
+0.445914 0 0
+0.473671 0 0
+0.502068 0 0
+0.531502 0 0
+0.561868 0 0
+0.592187 0 0
+0.622751 0 0
+0.654215 0 0
+0.686915 0 0
+0.000244144 0.0287175 0.0444038
+0.000228885 0.0272526 0.042298
+0.0144503 0.0257115 0.0402228
+0.0288701 0.0241855 0.0377813
+0.0435798 0.0227359 0.035584
+0.0576486 0.021088 0.033051
+0.071397 0.0195163 0.0302281
+0.0852216 0.0176852 0.0272526
+0.0989548 0.0155032 0.0236973
+0.113222 0.0130922 0.0198978
+0.128069 0.0103304 0.0153964
+0.143725 0.0071107 0.0101625
+0.160571 0.00329595 0.0043183
+0.178698 0 0
+0.198657 0 0
+0.220554 0 0
+0.243748 0 0
+0.267338 0 0
+0.291478 0 0
+0.316243 0 0
+0.34139 0 0
+0.366827 0 0
+0.393103 0 0
+0.419883 0 0
+0.447868 0 0
+0.476616 0 0
+0.505974 0 0
+0.535775 0 0
+0.566522 0 0
+0.598657 0 0
+0.631205 0 0
+0.664485 0 0
+0.698497 0 0
+0.000427253 0.0415045 0.0414893
+0.000579843 0.0402228 0.039353
+0.0156252 0.0386206 0.0364538
+0.0305486 0.0376745 0.0318608
+0.0445716 0.0360418 0.0309606
+0.0582589 0.0343938 0.0287022
+0.0718547 0.0327916 0.0258335
+0.0853895 0.0308537 0.0226902
+0.09897 0.028809 0.0191348
+0.113161 0.0263981 0.0151217
+0.12784 0.0236515 0.0103761
+0.14342 0.0204318 0.005066
+0.159991 0.0165713 0
+0.178012 0.0120699 0
+0.198535 0.00666819 0
+0.220905 0.000503548 0
+0.24445 0 0
+0.268208 0 0
+0.292378 0 0
+0.317205 0 0
+0.342199 0 0
+0.368307 0 0
+0.395575 0 0
+0.423346 0 0
+0.451621 0 0
+0.481376 0 0
+0.512001 0 0
+0.543664 0 0
+0.575967 0 0
+0.609232 0 0
+0.643259 0 0
+0.677668 0 0
+0.71252 0 0
+0.000564584 0.0542916 0.0380255
+0.00190738 0.0531777 0.0358587
+0.0167697 0.0516518 0.0327611
+0.0314488 0.0505226 0.0289921
+0.0458381 0.0493629 0.0245365
+0.0592813 0.0478065 0.0234836
+0.0726177 0.0461585 0.0209506
+0.0859541 0.0444953 0.0180972
+0.0995499 0.0426642 0.0142824
+0.113512 0.0404822 0.0100252
+0.128054 0.0377661 0.00515755
+0.143465 0.0347143 0
+0.159899 0.0310369 0
+0.178027 0.026627 0
+0.198489 0.0212863 0
+0.220768 0.0151827 0
+0.24419 0.0084535 0
+0.268223 0.00120546 0
+0.293111 0 0
+0.318929 0 0
+0.345129 0 0
+0.372091 0 0
+0.399939 0 0
+0.429129 0 0
+0.458915 0 0
+0.489982 0 0
+0.521874 0 0
+0.554833 0 0
+0.588357 0 0
+0.622522 0 0
+0.657298 0 0
+0.692699 0 0
+0.728466 0 0
+0.000762951 0.0667277 0.0340429
+0.00311284 0.0656901 0.031693
+0.0181277 0.0643626 0.0284886
+0.032578 0.0632029 0.0251316
+0.0468299 0.0621042 0.0208896
+0.0606546 0.0610056 0.0167544
+0.0736706 0.0593729 0.0151675
+0.0867628 0.0578775 0.0122988
+0.100175 0.0560006 0.00869764
+0.114092 0.0539712 0.00456245
+0.128634 0.0515908 0
+0.143999 0.0487068 0
+0.160281 0.0452125 0
+0.178408 0.0411383 0
+0.198947 0.0361028 0
+0.221317 0.0302739 0
+0.245182 0.0236362 0
+0.269627 0.0163882 0
+0.29514 0.00846876 0
+0.321752 0 0
+0.349325 0 0
+0.378317 0 0
+0.407828 0 0
+0.437964 0 0
+0.469032 0 0
+0.501228 0 0
+0.534081 0 0
+0.567681 0 0
+0.60209 0 0
+0.637186 0 0
+0.672755 0 0
+0.708721 0 0
+0.744839 0 0
+0.000808728 0.0791028 0.0295262
+0.00451667 0.0781415 0.0268101
+0.0194553 0.0768749 0.0236515
+0.0335699 0.0756847 0.0204471
+0.047776 0.0746929 0.0166476
+0.0615244 0.0736706 0.0115053
+0.0749981 0.0725719 0.00714122
+0.0879988 0.0710155 0.00569162
+0.101167 0.069276 0.00256352
+0.115038 0.0673686 0
+0.129397 0.0650797 0
+0.144732 0.0623941 0
+0.161273 0.0592508 0
+0.179904 0.0553292 0
+0.2009 0.0504158 0
+0.224033 0.0449836 0
+0.248814 0.0387884 0
+0.274296 0.0320287 0
+0.300526 0.0246281 0
+0.327993 0.0163577 0
+0.356069 0.00715648 0
+0.385748 0 0
+0.416114 0 0
+0.448188 0 0
+0.480766 0 0
+0.513664 0 0
+0.547356 0 0
+0.581842 0 0
+0.616953 0 0
+0.652522 0 0
+0.688731 0 0
+0.724834 0 0
+0.761257 0 0
+0.000640879 0.0914473 0.0242313
+0.00587472 0.0905318 0.0212863
+0.0207675 0.0893416 0.0181125
+0.0348058 0.0882582 0.0149386
+0.0488441 0.0873274 0.011429
+0.0623026 0.0863355 0.00701915
+0.0760204 0.085481 0.00115969
+0.0893111 0.0841382 0.00015259
+0.10248 0.0825208 0.000137331
+0.115953 0.0806744 0
+0.130617 0.0785992 0
+0.146487 0.0762951 0
+0.163775 0.0733501 0
+0.183154 0.0698405 0
+0.205356 0.0654154 0
+0.229679 0.0600748 0
+0.255055 0.0542916 0
+0.281422 0.0478828 0
+0.308415 0.0408026 0
+0.336583 0.0328069 0
+0.365515 0.0238956 0
+0.395514 0.0137789 0
+0.42652 0.00242618 0
+0.458503 0 0
+0.491691 0 0
+0.526513 0 0
+0.561212 0 0
+0.596155 0 0
+0.631724 0 0
+0.667597 0 0
+0.7037 0 0
+0.739864 0 0
+0.776089 0 0
+0.000259403 0.103899 0.0179599
+0.0071107 0.103014 0.0149844
+0.0217594 0.101854 0.0115816
+0.0359655 0.100969 0.00852979
+0.0496529 0.100038 0.00509651
+0.0632792 0.0992447 0.00123598
+0.0766766 0.0982834 0
+0.0903944 0.0975967 6.10361e-05
+0.104112 0.096437 0
+0.118196 0.0949722 0
+0.133104 0.0931563 0
+0.149584 0.0911574 0
+0.167849 0.0884718 0
+0.188418 0.0851759 0
+0.211582 0.0809949 0
+0.236774 0.0758373 0
+0.262959 0.0702678 0
+0.290089 0.0640574 0
+0.317876 0.057145 0
+0.346792 0.0493019 0
+0.376532 0.0406653 0
+0.40708 0.0309453 0
+0.438712 0.0198062 0
+0.471092 0.00729381 0
+0.504189 0 0
+0.53846 0 0
+0.573785 0 0
+0.609934 0 0
+0.645792 0 0
+0.681804 0 0
+0.717952 0 0
+0.754055 0 0
+0.790097 0 0
+0 0.116701 0.0106661
+0.00819409 0.115862 0.00758373
+0.0228733 0.114855 0.00433356
+0.0369726 0.114244 0.00131228
+0.0506294 0.113603 0
+0.0641184 0.113024 0
+0.0777752 0.112581 0
+0.0917372 0.112047 0
+0.1066 0.111666 0
+0.121294 0.110704 0
+0.136873 0.109239 0
+0.154009 0.107347 0
+0.172946 0.104814 0
+0.194751 0.101534 0
+0.218921 0.097322 0
+0.244984 0.0923781 0
+0.271916 0.0870069 0
+0.299855 0.0809796 0
+0.328359 0.0741741 0
+0.357946 0.0666819 0
+0.388617 0.0582132 0
+0.419898 0.0487068 0
+0.451881 0.0380713 0
+0.48452 0.0259403 0
+0.518074 0.0121614 0
+0.551995 0 0
+0.586542 0 0
+0.622065 0 0
+0.65893 0 0
+0.694697 0 0
+0.730694 0 0
+0.766583 0 0
+0.802243 0 0
+0 0.13051 0.00180056
+0.00881972 0.129702 0
+0.0235599 0.129183 0
+0.037644 0.128817 0
+0.0516518 0.12871 0
+0.0654002 0.128695 0
+0.0793622 0.128588 0
+0.0935378 0.128435 0
+0.108659 0.128206 0
+0.124575 0.127733 0
+0.141161 0.126665 0
+0.158846 0.124834 0
+0.178637 0.122484 0
+0.201663 0.119203 0
+0.226993 0.115023 0
+0.253864 0.110307 0
+0.281651 0.105119 0
+0.310277 0.0991684 0
+0.339834 0.0926986 0
+0.370138 0.085481 0
+0.401617 0.0772869 0
+0.433509 0.0681315 0
+0.465858 0.0578164 0
+0.498894 0.0460975 0
+0.532387 0.03299 0
+0.566232 0.0180514 0
+0.600366 0.000732433 0
+0.634638 0 0
+0.669841 0 0
+0.706172 0 0
+0.741909 0 0
+0.777417 0 0
+0.812833 0 0
+0 0.145998 0
+0.00880446 0.145678 0
+0.0238193 0.145541 0
+0.0380255 0.145586 0
+0.0523384 0.145892 0
+0.0664378 0.146075 0
+0.0805982 0.146273 0
+0.0954147 0.146563 0
+0.110689 0.146487 0
+0.127153 0.146136 0
+0.145037 0.145525 0
+0.164004 0.14406 0
+0.184726 0.141726 0
+0.208927 0.138643 0
+0.235325 0.13463 0
+0.263111 0.130251 0
+0.291569 0.12517 0
+0.321096 0.119677 0
+0.351659 0.113466 0
+0.38262 0.106401 0
+0.414481 0.0986038 0
+0.447303 0.0897536 0
+0.4804 0.0798352 0
+0.513832 0.0687419 0
+0.547662 0.0561074 0
+0.581476 0.041886 0
+0.615122 0.0255741 0
+0.648646 0.00675975 0
+0.682445 0 0
+0.71606 0 0
+0.751186 0 0
+0.786755 0 0
+0.82153 0 0
+0 0.163943 0
+0.00791943 0.163638 0
+0.023331 0.163912 0
+0.037995 0.164462 0
+0.0522927 0.165057 0
+0.0666056 0.16556 0
+0.0810254 0.166049 0
+0.0962539 0.166629 0
+0.112078 0.166918 0
+0.129168 0.166888 0
+0.147814 0.166613 0
+0.16878 0.165728 0
+0.19115 0.163531 0
+0.216388 0.160601 0
+0.243687 0.156893 0
+0.272465 0.15285 0
+0.301747 0.148241 0
+0.332219 0.14313 0
+0.363424 0.137148 0
+0.395346 0.130648 0
+0.428199 0.123262 0
+0.461494 0.114916 0
+0.495491 0.10544 0
+0.529244 0.094789 0
+0.563302 0.0826581 0
+0.59733 0.0691234 0
+0.630838 0.0534676 0
+0.663844 0.0356756 0
+0.696849 0.0154726 0
+0.729076 0 0
+0.760937 0 0
+0.793927 0 0
+0.828611 0 0
+0 0.184207 0
+0.00546273 0.184176 0
+0.0211643 0.184802 0
+0.035996 0.185824 0
+0.0505379 0.186801 0
+0.0652171 0.187793 0
+0.0801709 0.188678 0
+0.0957809 0.189624 0
+0.112291 0.190204 0
+0.130022 0.190631 0
+0.149599 0.190753 0
+0.171649 0.19028 0
+0.19678 0.188891 0
+0.223316 0.186084 0
+0.251545 0.182864 0
+0.281132 0.179156 0
+0.311467 0.175128 0
+0.342977 0.170535 0
+0.375372 0.165179 0
+0.408377 0.159258 0
+0.441703 0.152285 0
+0.475776 0.144488 0
+0.510475 0.135592 0
+0.545129 0.12546 0
+0.57966 0.113985 0
+0.614176 0.101152 0
+0.647822 0.0862135 0
+0.681025 0.0691997 0
+0.713176 0.0498207 0
+0.744625 0.0281071 0
+0.774914 0.00303655 0
+0.804562 0 0
+0.834958 0 0
+0 0.207126 0
+0.00144961 0.207645 0
+0.0175021 0.208759 0
+0.0323339 0.210071 0
+0.0473487 0.211582 0
+0.0623789 0.213153 0
+0.0779889 0.214649 0
+0.0942702 0.216083 0
+0.111574 0.217182 0
+0.130114 0.218036 0
+0.150759 0.21854 0
+0.17409 0.218784 0
+0.20061 0.217975 0
+0.230106 0.216312 0
+0.259007 0.213718 0
+0.289097 0.2103 0
+0.320455 0.206744 0
+0.352392 0.202518 0
+0.38587 0.197803 0
+0.419394 0.192187 0
+0.454017 0.185962 0
+0.488991 0.178744 0
+0.524605 0.170397 0
+0.560113 0.16083 0
+0.595529 0.150179 0
+0.630533 0.138003 0
+0.66537 0.123919 0
+0.699199 0.108202 0
+0.731868 0.090074 0
+0.763104 0.0695506 0
+0.792981 0.0458839 0
+0.820981 0.0184329 0
+0.848157 0 0
+0 0.232731 0
+0 0.233845 0
+0.013901 0.235645 0
+0.0291295 0.237507 0
+0.0445716 0.239643 0
+0.0601053 0.241688 0
+0.076463 0.243839 0
+0.0935988 0.24593 0
+0.112123 0.247974 0
+0.13164 0.249348 0
+0.153262 0.250263 0
+0.177676 0.250874 0
+0.205386 0.250401 0
+0.235462 0.249332 0
+0.266667 0.247929 0
+0.297093 0.245274 0
+0.328496 0.24181 0
+0.361089 0.238117 0
+0.394369 0.233585 0
+0.428626 0.22855 0
+0.463355 0.222812 0
+0.498756 0.215824 0
+0.534722 0.208164 0
+0.570901 0.19942 0
+0.607172 0.189441 0
+0.64358 0.178119 0
+0.679393 0.165301 0
+0.714931 0.15082 0
+0.749081 0.134386 0
+0.7823 0.115434 0
+0.813611 0.0937057 0
+0.842542 0.0684367 0
+0.869169 0.0386664 0
+0 0.261112 0
+0 0.262898 0
+0.0121767 0.265492 0
+0.0279545 0.268177 0
+0.0439918 0.270985 0
+0.0603799 0.273808 0
+0.0772259 0.276448 0
+0.0950484 0.278981 0
+0.114305 0.28159 0
+0.134874 0.283589 0
+0.157443 0.284855 0
+0.18262 0.285389 0
+0.2112 0.285283 0
+0.241443 0.284321 0
+0.272633 0.282994 0
+0.305318 0.281514 0
+0.336385 0.278416 0
+0.368826 0.274876 0
+0.402335 0.270665 0
+0.436439 0.266194 0
+0.471168 0.260655 0
+0.506661 0.254673 0
+0.542428 0.247822 0
+0.578485 0.239643 0
+0.615152 0.230655 0
+0.651759 0.220417 0
+0.688273 0.208774 0
+0.725246 0.195346 0
+0.761486 0.180285 0
+0.796765 0.16286 0
+0.8309 0.142962 0
+0.863111 0.120104 0
+0.892592 0.0936904 0
+0 0.292958 0
+0 0.295705 0
+0.0130617 0.298772 0
+0.0289921 0.302007 0
+0.0455177 0.305257 0
+0.0626841 0.308705 0
+0.0800641 0.311742 0
+0.0983597 0.314519 0
+0.117708 0.317037 0
+0.138949 0.31931 0
+0.161944 0.320699 0
+0.187823 0.321218 0
+0.216663 0.320836 0
+0.247227 0.320272 0
+0.27866 0.319066 0
+0.310918 0.317571 0
+0.344167 0.315908 0
+0.376318 0.312535 0
+0.409628 0.308873 0
+0.443473 0.304417 0
+0.47834 0.299687 0
+0.513603 0.294102 0
+0.549264 0.287877 0
+0.58558 0.280766 0
+0.622217 0.27277 0
+0.658961 0.263432 0
+0.695918 0.252888 0
+0.732754 0.241184 0
+0.769482 0.227451 0
+0.806043 0.211597 0
+0.842191 0.193606 0
+0.877394 0.172854 0
+0.910903 0.148714 0
+0 0.327977 0
+0 0.331014 0
+0.0161288 0.334691 0
+0.0319066 0.338079 0
+0.0483711 0.341573 0
+0.0653086 0.344839 0
+0.0831617 0.348196 0
+0.101717 0.351034 0
+0.121355 0.353521 0
+0.142931 0.355627 0
+0.166644 0.357214 0
+0.193362 0.357671 0
+0.222446 0.357443 0
+0.252964 0.357031 0
+0.284428 0.355978 0
+0.316594 0.354681 0
+0.349844 0.353262 0
+0.383673 0.351095 0
+0.416312 0.347601 0
+0.450492 0.343755 0
+0.484993 0.339223 0
+0.520104 0.33434 0
+0.556268 0.32871 0
+0.592126 0.322164 0
+0.628779 0.314992 0
+0.66569 0.306767 0
+0.702678 0.297398 0
+0.739864 0.286656 0
+0.776684 0.274525 0
+0.813413 0.260502 0
+0.850034 0.244633 0
+0.885847 0.225971 0
+0.921263 0.204608 0
+0 0.364691 0
+0.0034638 0.36791 0
+0.0192721 0.371496 0
+0.0352178 0.375235 0
+0.051606 0.378607 0
+0.068513 0.381979 0
+0.0864118 0.385214 0
+0.105364 0.38822 0
+0.125383 0.390738 0
+0.147265 0.392691 0
+0.171695 0.394308 0
+0.198993 0.394812 0
+0.228397 0.394644 0
+0.258839 0.394202 0
+0.290181 0.393576 0
+0.322225 0.392462 0
+0.355489 0.391119 0
+0.389319 0.389487 0
+0.423453 0.387198 0
+0.457267 0.383825 0
+0.491539 0.379644 0
+0.527031 0.375189 0
+0.562387 0.36994 0
+0.59884 0.364172 0
+0.635431 0.357748 0
+0.671901 0.350179 0
+0.709148 0.341802 0
+0.746151 0.332311 0
+0.783185 0.321492 0
+0.820264 0.309041 0
+0.856962 0.294881 0
+0.893187 0.278767 0
+0.928954 0.259739 0
+0 0.402335 0
+0.00773632 0.405661 0
+0.0232548 0.409247 0
+0.0388647 0.412665 0
+0.0554513 0.416434 0
+0.0723735 0.41973 0
+0.0902419 0.422904 0
+0.109422 0.426032 0
+0.129854 0.428504 0
+0.152255 0.430426 0
+0.177081 0.431678 0
+0.205051 0.432441 0
+0.234485 0.432471 0
+0.264958 0.432135 0
+0.296284 0.4318 0
+0.328145 0.430915 0
+0.360922 0.429648 0
+0.394797 0.428473 0
+0.429358 0.426551 0
+0.463951 0.424079 0
+0.49836 0.420615 0
+0.533211 0.416373 0
+0.569116 0.411765 0
+0.605081 0.406683 0
+0.641489 0.400626 0
+0.678447 0.394018 0
+0.715373 0.386587 0
+0.75227 0.378027 0
+0.789471 0.368231 0
+0.826383 0.357244 0
+0.863447 0.3449 0
+0.900069 0.330541 0
+0.935821 0.314 0
+0 0.44033 0
+0.0123903 0.443992 0
+0.0278172 0.447562 0
+0.0433967 0.451102 0
+0.0599222 0.454734 0
+0.0769818 0.458045 0
+0.0949569 0.461158 0
+0.114122 0.464134 0
+0.134951 0.466712 0
+0.157733 0.468666 0
+0.183154 0.469886 0
+0.21146 0.470665 0
+0.240726 0.470832 0
+0.271031 0.470695 0
+0.302312 0.47068 0
+0.33431 0.469963 0
+0.366781 0.469047 0
+0.400458 0.467796 0
+0.43476 0.466361 0
+0.469673 0.464469 0
+0.505318 0.46215 0
+0.539605 0.458305 0
+0.575372 0.45417 0
+0.611124 0.449332 0
+0.647715 0.444099 0
+0.68426 0.437858 0
+0.721202 0.431235 0
+0.758389 0.423758 0
+0.795422 0.415213 0
+0.83267 0.405478 0
+0.869398 0.394339 0
+0.905913 0.381704 0
+0.942153 0.367163 0
+0.00199893 0.479164 0
+0.0172427 0.482506 0
+0.0332341 0.486458 0
+0.0489204 0.489891 0
+0.0650645 0.493309 0
+0.0822461 0.496895 0
+0.100175 0.499947 0
+0.119478 0.502815 0
+0.140703 0.505516 0
+0.163836 0.5075 0
+0.189624 0.508659 0
+0.218036 0.509438 0
+0.247257 0.50985 0
+0.277424 0.509911 0
+0.308431 0.509819 0
+0.340352 0.509483 0
+0.373007 0.508797 0
+0.406088 0.507713 0
+0.440314 0.506752 0
+0.475257 0.504997 0
+0.510933 0.503273 0
+0.546777 0.500679 0
+0.581338 0.49659 0
+0.617456 0.492409 0
+0.653544 0.487602 0
+0.690272 0.482216 0
+0.727214 0.47631 0
+0.763882 0.469337 0
+0.801099 0.461738 0
+0.838026 0.453101 0
+0.874968 0.443351 0
+0.911604 0.432181 0
+0.947814 0.419486 0
+0.00828565 0.518441 0
+0.0237125 0.521859 0
+0.0394446 0.525612 0
+0.0550393 0.52932 0
+0.0710002 0.532692 0
+0.0881056 0.536294 0
+0.106096 0.539422 0
+0.125505 0.542214 0
+0.146807 0.544564 0
+0.170611 0.546746 0
+0.196765 0.547906 0
+0.224979 0.548608 0
+0.25417 0.549401 0
+0.284108 0.549538 0
+0.314946 0.549554 0
+0.346654 0.549554 0
+0.379171 0.54902 0
+0.412177 0.54818 0
+0.446387 0.547356 0
+0.480781 0.545998 0
+0.516197 0.544244 0
+0.552544 0.542748 0
+0.588235 0.539925 0
+0.623697 0.536034 0
+0.659571 0.531411 0
+0.696101 0.526772 0
+0.73254 0.521157 0
+0.769635 0.515129 0
+0.806638 0.508507 0
+0.843427 0.500511 0
+0.880125 0.491905 0
+0.91664 0.482109 0
+0.953094 0.470893 0
+0.015198 0.558297 0
+0.0309606 0.561898 0
+0.0464942 0.565606 0
+0.0619059 0.56939 0
+0.0776226 0.572732 0
+0.0944991 0.575967 0
+0.11284 0.579355 0
+0.132311 0.582132 0
+0.153704 0.584497 0
+0.17818 0.586419 0
+0.204654 0.587579 0
+0.232578 0.588357 0
+0.26154 0.589319 0
+0.291249 0.5897 0
+0.321843 0.589837 0
+0.353246 0.589944 0
+0.385595 0.589624 0
+0.418494 0.589029 0
+0.452506 0.588434 0
+0.486854 0.587243 0
+0.521721 0.585809 0
+0.557626 0.584405 0
+0.594278 0.582635 0
+0.630152 0.579675 0
+0.665812 0.575723 0
+0.701778 0.571191 0
+0.738308 0.566278 0
+0.775067 0.560967 0
+0.81178 0.554681 0
+0.848646 0.547936 0
+0.885435 0.540307 0
+0.92195 0.531746 0
+0.958068 0.52192 0
+0.0235752 0.598688 0
+0.0392309 0.602594 0
+0.0543679 0.606302 0
+0.0693523 0.609659 0
+0.0851759 0.613275 0
+0.101823 0.616464 0
+0.120195 0.619715 0
+0.140032 0.622385 0
+0.161913 0.624628 0
+0.186572 0.626505 0
+0.213184 0.62768 0
+0.240787 0.628534 0
+0.269444 0.629618 0
+0.298894 0.630137 0
+0.329183 0.630411 0
+0.360204 0.630579 0
+0.392432 0.630579 0
+0.425208 0.630091 0
+0.458701 0.629587 0
+0.49305 0.628733 0
+0.527611 0.627573 0
+0.563165 0.626184 0
+0.599405 0.624826 0
+0.636255 0.62298 0
+0.67248 0.620203 0
+0.707988 0.6159 0
+0.744152 0.61149 0
+0.780331 0.606332 0
+0.817044 0.600992 0
+0.853803 0.595041 0
+0.890166 0.587991 0
+0.926574 0.580453 0
+0.962768 0.571817 0
+0.0333715 0.640055 0
+0.0483253 0.643732 0
+0.0632181 0.647425 0
+0.0778821 0.650828 0
+0.0936141 0.654368 0
+0.110292 0.657435 0
+0.128481 0.660243 0
+0.148745 0.663081 0
+0.171237 0.665064 0
+0.195865 0.666651 0
+0.222431 0.668101 0
+0.2495 0.669139 0
+0.277699 0.669932 0
+0.307103 0.670817 0
+0.337102 0.67126 0
+0.367941 0.671412 0
+0.399725 0.671748 0
+0.432227 0.671473 0
+0.465293 0.670939 0
+0.499504 0.670466 0
+0.534112 0.669352 0
+0.568948 0.668223 0
+0.605112 0.667094 0
+0.641352 0.665507 0
+0.678233 0.663706 0
+0.714504 0.660777 0
+0.75024 0.656687 0
+0.786175 0.652079 0
+0.822538 0.647227 0
+0.85864 0.641505 0
+0.89514 0.635584 0
+0.931533 0.628962 0
+0.967163 0.621164 0
+0.0441138 0.68188 0
+0.0583963 0.685328 0
+0.0729686 0.689113 0
+0.087541 0.692287 0
+0.102846 0.695506 0
+0.119875 0.698711 0
+0.138201 0.70132 0
+0.15874 0.703975 0
+0.181369 0.705852 0
+0.206088 0.707256 0
+0.232303 0.708766 0
+0.259174 0.70988 0
+0.286976 0.710765 0
+0.316014 0.711757 0
+0.345678 0.712322 0
+0.376135 0.712581 0
+0.407568 0.713069 0
+0.439689 0.712871 0
+0.472602 0.712474 0
+0.50634 0.712291 0
+0.540642 0.711376 0
+0.575479 0.710262 0
+0.610971 0.709453 0
+0.647089 0.708049 0
+0.683436 0.706493 0
+0.720516 0.705058 0
+0.756512 0.701656 0
+0.792279 0.697704 0
+0.827985 0.692973 0
+0.864179 0.688273 0
+0.900359 0.682933 0
+0.936141 0.676707 0
+0.971817 0.670115 0
+0.0553597 0.72401 0
+0.0696269 0.727504 0
+0.0836805 0.730709 0
+0.0982986 0.734112 0
+0.113573 0.737087 0
+0.130739 0.740139 0
+0.149111 0.742702 0
+0.170001 0.744671 0
+0.193072 0.746624 0
+0.217502 0.748074 0
+0.24329 0.74966 0
+0.269718 0.750774 0
+0.297063 0.75172 0
+0.325658 0.752819 0
+0.354879 0.753399 0
+0.384985 0.753796 0
+0.416022 0.754376 0
+0.447776 0.754376 0
+0.480308 0.754131 0
+0.513848 0.75404 0
+0.547616 0.753384 0
+0.582147 0.752361 0
+0.617365 0.75169 0
+0.652964 0.750591 0
+0.689128 0.749233 0
+0.725948 0.748012 0
+0.762661 0.746303 0
+0.79855 0.742901 0
+0.834058 0.738994 0
+0.870008 0.734722 0
+0.905577 0.729702 0
+0.94139 0.724498 0
+0.971725 0.718654 0
+0.0681773 0.766491 0
+0.0819867 0.769909 0
+0.0957351 0.772961 0
+0.110384 0.775998 0
+0.125795 0.778866 0
+0.142824 0.781521 0
+0.161913 0.783871 0
+0.182788 0.785779 0
+0.20589 0.78764 0
+0.229816 0.789059 0
+0.254902 0.790265 0
+0.281117 0.791699 0
+0.307988 0.79266 0
+0.336126 0.793866 0
+0.36492 0.794598 0
+0.394568 0.795087 0
+0.425055 0.79559 0
+0.456519 0.795804 0
+0.488655 0.795712 0
+0.521874 0.795758 0
+0.555215 0.795346 0
+0.589364 0.794507 0
+0.624414 0.793851 0
+0.659586 0.793042 0
+0.695323 0.791959 0
+0.73167 0.790997 0
+0.768261 0.789471 0
+0.804852 0.787839 0
+0.840742 0.78468 0
+0.875654 0.780606 0
+0.911421 0.776394 0
+0.946899 0.771832 0
+0.971588 0.766232 0
+0.0823224 0.809171 0
+0.0955215 0.81207 0
+0.109514 0.815229 0
+0.12369 0.81796 0
+0.139376 0.820676 0
+0.156664 0.822904 0
+0.176242 0.825101 0
+0.197177 0.826795 0
+0.22002 0.828611 0
+0.243351 0.829999 0
+0.26772 0.831296 0
+0.29337 0.832792 0
+0.319707 0.833799 0
+0.347372 0.834806 0
+0.37586 0.835721 0
+0.405035 0.836316 0
+0.434974 0.836881 0
+0.466102 0.837339 0
+0.49781 0.837369 0
+0.530556 0.837476 0
+0.563714 0.837156 0
+0.597284 0.836667 0
+0.63183 0.836057 0
+0.667002 0.835401 0
+0.702144 0.834531 0
+0.738216 0.833799 0
+0.774136 0.832532 0
+0.81059 0.831067 0
+0.847242 0.829831 0
+0.882521 0.826352 0
+0.917403 0.822721 0
+0.952499 0.81825 0
+0.971633 0.813535 0
+0.0980545 0.851987 0
+0.111131 0.854612 0
+0.124926 0.857557 0
+0.139147 0.860029 0
+0.154971 0.862486 0
+0.172564 0.864439 0
+0.191974 0.866163 0
+0.21294 0.867933 0
+0.234913 0.869383 0
+0.257939 0.871122 0
+0.28191 0.872343 0
+0.307057 0.873899 0
+0.332799 0.874968 0
+0.359548 0.875883 0
+0.387625 0.876997 0
+0.416266 0.877623 0
+0.445808 0.878126 0
+0.476524 0.878737 0
+0.50779 0.878904 0
+0.539757 0.878843 0
+0.572778 0.87892 0
+0.606119 0.878492 0
+0.639918 0.878096 0
+0.674708 0.877623 0
+0.709773 0.876905 0
+0.744945 0.876036 0
+0.780911 0.875334 0
+0.816648 0.874128 0
+0.852995 0.872877 0
+0.889265 0.871611 0
+0.92401 0.868025 0
+0.958541 0.86453 0
+0.972045 0.860151 0
+0.114839 0.893858 0
+0.128099 0.896559 0
+0.141665 0.898909 0
+0.156466 0.901335 0
+0.172381 0.903197 0
+0.190173 0.905226 0
+0.209277 0.906737 0
+0.229694 0.908537 0
+0.250843 0.909941 0
+0.273594 0.911543 0
+0.296803 0.912779 0
+0.321218 0.914229 0
+0.346685 0.915267 0
+0.372808 0.916197 0
+0.400275 0.917327 0
+0.428351 0.917967 0
+0.457389 0.918532 0
+0.487511 0.919158 0
+0.518196 0.919326 0
+0.549691 0.919356 0
+0.582193 0.919493 0
+0.61503 0.919127 0
+0.648707 0.918853 0
+0.682582 0.918349 0
+0.717144 0.917662 0
+0.75201 0.916945 0
+0.78732 0.916182 0
+0.822843 0.914961 0
+0.858625 0.913985 0
+0.894423 0.912444 0
+0.930007 0.910811 0
+0.964553 0.907744 0
+0.972396 0.903944 0
+0.000335698 0.0018616 0.065095
+0.000289921 0.000289921 0.0632944
+0.00869764 0.000213626 0.0615549
+0.023743 0.000213626 0.0597238
+0.0390936 0.000442512 0.0580148
+0.0538949 0.000747692 0.0560464
+0.0681926 0.00115969 0.0540932
+0.0822156 0.00135805 0.0515297
+0.0961776 0.00148013 0.0487221
+0.110552 0.00151064 0.0454719
+0.125307 0.00125124 0.0415656
+0.140826 0.000823987 0.0370184
+0.157305 6.10361e-05 0.0315709
+0.175311 0 0.0249638
+0.195483 0 0.0174563
+0.217273 0 0.00849927
+0.240497 0 0
+0.263905 0 0
+0.288045 0 0
+0.312825 0 0
+0.337972 0 0
+0.363638 0 0
+0.389975 0 0
+0.41648 0 0
+0.443702 0 0
+0.471519 0 0
+0.499702 0 0
+0.528161 0 0
+0.55729 0 0
+0.587549 0 0
+0.618265 0 0
+0.649271 0 0
+0.680415 0 0
+0.000274662 0.015671 0.0624399
+0.000289921 0.0141451 0.0607767
+0.00984207 0.012665 0.0590219
+0.0246891 0.0110933 0.0571298
+0.0400244 0.00965896 0.0553292
+0.0546578 0.00799573 0.0533761
+0.0688029 0.00642405 0.051133
+0.0829633 0.00459297 0.0488136
+0.096849 0.00242618 0.0458839
+0.111101 0.00148013 0.0424506
+0.125826 0.00122072 0.0384222
+0.141268 0.000854505 0.0337835
+0.157809 3.0518e-05 0.0281224
+0.17583 0 0.0214542
+0.196033 0 0.0137026
+0.217868 0 0.00474556
+0.241154 0 0
+0.264652 0 0
+0.288853 0 0
+0.313695 0 0
+0.338888 0 0
+0.364614 0 0
+0.390799 0 0
+0.417533 0 0
+0.444785 0 0
+0.472618 0 0
+0.501396 0 0
+0.530999 0 0
+0.561425 0 0
+0.591775 0 0
+0.622446 0 0
+0.654383 0 0
+0.687388 0 0
+0.000259403 0.0288548 0.0598611
+0.000335698 0.0274815 0.0581826
+0.0106813 0.0259098 0.0562448
+0.0252689 0.0243687 0.0541543
+0.0404669 0.0228733 0.0522164
+0.0547951 0.0212253 0.0500191
+0.0688792 0.0196231 0.0476844
+0.0826581 0.0176699 0.0450904
+0.0966964 0.01561 0.0421607
+0.111147 0.0131838 0.0387732
+0.126009 0.0104219 0.0347143
+0.141558 0.00723278 0.0299992
+0.158297 0.00331121 0.0245823
+0.176501 0 0.0180362
+0.196597 0 0.00999466
+0.218555 0 0.000946059
+0.241718 0 0
+0.265431 0 0
+0.289708 0 0
+0.314595 0 0
+0.339849 0 0
+0.365606 0 0
+0.391791 0 0
+0.418814 0 0
+0.447028 0 0
+0.476036 0 0
+0.505302 0 0
+0.535424 0 0
+0.566506 0 0
+0.598871 0 0
+0.631601 0 0
+0.665064 0 0
+0.699214 0 0
+0.000381476 0.0415656 0.0572671
+0.00047303 0.0403754 0.0554818
+0.0116274 0.0388037 0.0534371
+0.026215 0.0373999 0.0512703
+0.0410925 0.0358587 0.049012
+0.0553597 0.0343633 0.0467231
+0.0692454 0.0327611 0.0442512
+0.0828717 0.0308385 0.0414588
+0.0967422 0.0287785 0.0381933
+0.111025 0.0263828 0.0345769
+0.125551 0.0235904 0.0301976
+0.141085 0.0203403 0.0252079
+0.157733 0.0165866 0.0195621
+0.175982 0.0121462 0.0129549
+0.196521 0.00683604 0.00509651
+0.218784 0.000762951 0
+0.242405 0 0
+0.266316 0 0
+0.290608 0 0
+0.315557 0 0
+0.340902 0 0
+0.367086 0 0
+0.394537 0 0
+0.42237 0 0
+0.450996 0 0
+0.481056 0 0
+0.511864 0 0
+0.543786 0 0
+0.576196 0 0
+0.609567 0 0
+0.643931 0 0
+0.678538 0 0
+0.713542 0 0
+0.000534066 0.0543526 0.0542763
+0.000518807 0.0531624 0.0523384
+0.0127871 0.0518044 0.0501717
+0.0277867 0.0505074 0.0473182
+0.0431067 0.0495918 0.041474
+0.0565194 0.0479286 0.0415351
+0.0700084 0.0462654 0.0394293
+0.0834821 0.0446326 0.0367895
+0.0972915 0.0427253 0.0335088
+0.111177 0.0404212 0.0295415
+0.125811 0.0378271 0.0251621
+0.141192 0.0347906 0.0200504
+0.157748 0.0311742 0.0141451
+0.176013 0.0267948 0.00738537
+0.196368 0.0215763 0
+0.218601 0.0155184 0
+0.242145 0.00877394 0
+0.266331 0.00151064 0
+0.291554 0 0
+0.317647 0 0
+0.343832 0 0
+0.37113 0 0
+0.39942 0 0
+0.428626 0 0
+0.45861 0 0
+0.489998 0 0
+0.522072 0 0
+0.555108 0 0
+0.588891 0 0
+0.623331 0 0
+0.658274 0 0
+0.693767 0 0
+0.729732 0 0
+0.000793469 0.0668345 0.0509041
+0.000686656 0.0657969 0.0489204
+0.0141146 0.0644846 0.0466468
+0.0289311 0.0631418 0.043473
+0.0438697 0.0621653 0.0389715
+0.0580301 0.0610971 0.0338293
+0.0711528 0.0594949 0.0333715
+0.0844434 0.0579232 0.0313268
+0.0979171 0.0560464 0.0281376
+0.111849 0.0540322 0.024445
+0.126375 0.051667 0.0199588
+0.141711 0.0487221 0.0146334
+0.158251 0.0453956 0.00860609
+0.176318 0.041413 0.00155642
+0.196811 0.0364538 0
+0.219303 0.0306096 0
+0.243336 0.0239567 0
+0.268132 0.0166323 0
+0.293797 0.00875868 0
+0.320638 0.000183108 0
+0.348516 0 0
+0.37763 0 0
+0.407462 0 0
+0.437705 0 0
+0.469017 0 0
+0.501366 0 0
+0.534432 0 0
+0.568231 0 0
+0.602747 0 0
+0.638041 0 0
+0.673838 0 0
+0.709941 0 0
+0.746105 0 0
+0.000793469 0.0791791 0.0469673
+0.000717174 0.0782483 0.0449531
+0.0154726 0.0769665 0.0424506
+0.0300908 0.0757153 0.0392004
+0.0448005 0.0747082 0.0352941
+0.0588083 0.0737316 0.0299687
+0.0727245 0.0726635 0.0250858
+0.0856336 0.0709392 0.0243229
+0.0988937 0.069337 0.0217746
+0.11284 0.0674449 0.0183413
+0.127306 0.0651255 0.0140536
+0.142733 0.062562 0.00880446
+0.15938 0.0594797 0.00268559
+0.17789 0.0556344 0
+0.198962 0.0508125 0
+0.222477 0.0453193 0
+0.247211 0.0391699 0
+0.272953 0.0323796 0
+0.299611 0.0249027 0
+0.327031 0.0166476 0
+0.355444 0.00735485 0
+0.385245 0 0
+0.415854 0 0
+0.448081 0 0
+0.480873 0 0
+0.514 0 0
+0.547814 0 0
+0.582345 0 0
+0.617716 0 0
+0.653498 0 0
+0.689693 0 0
+0.72604 0 0
+0.762387 0 0
+0.00062562 0.0915084 0.0424201
+0.00181582 0.0906386 0.0403143
+0.0167086 0.0893416 0.0374304
+0.0313573 0.0882582 0.0341955
+0.045655 0.0872053 0.0305486
+0.059678 0.0863203 0.0259861
+0.0735027 0.0853437 0.019913
+0.087129 0.0842603 0.0150607
+0.100343 0.0826276 0.0140841
+0.113985 0.0807813 0.0111086
+0.128801 0.0787976 0.00695811
+0.144656 0.0766155 0.00177005
+0.161883 0.0737163 0
+0.181445 0.0702068 0
+0.203601 0.0658579 0
+0.228077 0.0605325 0
+0.253758 0.0546883 0
+0.280217 0.0482643 0
+0.307637 0.0410773 0
+0.335805 0.0330968 0
+0.364889 0.0241093 0
+0.395148 0.0139162 0
+0.426368 0.00248722 0
+0.458488 0 0
+0.49189 0 0
+0.526864 0 0
+0.5617 0 0
+0.596796 0 0
+0.632456 0 0
+0.668544 0 0
+0.704631 0 0
+0.740993 0 0
+0.77731 0 0
+0.000213626 0.103929 0.0370947
+0.00292973 0.10312 0.0347448
+0.0179751 0.101869 0.0314641
+0.0325322 0.100938 0.028397
+0.0466621 0.0999924 0.0247654
+0.0606241 0.0991989 0.0206607
+0.0742504 0.0983444 0.0155489
+0.088304 0.0977798 0.00819409
+0.102358 0.0967117 0.00315862
+0.116335 0.0952773 0.00218204
+0.131365 0.0935073 0
+0.148013 0.0915236 0
+0.166125 0.0889143 0
+0.186664 0.0856489 0
+0.210086 0.0814221 0
+0.235279 0.0762951 0
+0.261753 0.0706645 0
+0.288991 0.0644388 0
+0.317006 0.0574655 0
+0.34609 0.0495613 0
+0.375982 0.0408789 0
+0.406806 0.0310979 0
+0.43859 0.0198825 0
+0.471122 0.00729381 0
+0.504387 0 0
+0.538888 0 0
+0.574319 0 0
+0.61059 0 0
+0.646464 0 0
+0.682506 0 0
+0.718715 0 0
+0.754864 0 0
+0.790921 0 0
+0 0.116716 0.0306401
+0.0041352 0.115923 0.0279393
+0.0191501 0.114885 0.0245365
+0.0334325 0.114183 0.0213779
+0.0476692 0.113664 0.0180667
+0.0614481 0.113146 0.014023
+0.0755016 0.112764 0.00939956
+0.0897078 0.112337 0.00320439
+0.104723 0.112016 0
+0.119738 0.111055 0
+0.135195 0.109667 0
+0.152346 0.107774 0
+0.171359 0.105257 0
+0.193027 0.102007 0
+0.217472 0.0977493 0
+0.243549 0.0928511 0
+0.270832 0.0873884 0
+0.298787 0.0813611 0
+0.32755 0.0745251 0
+0.357488 0.0669261 0
+0.388159 0.0584573 0
+0.419562 0.0489052 0
+0.451804 0.0381781 0
+0.484596 0.0260014 0
+0.518318 0.0121309 0
+0.552331 0 0
+0.58706 0 0
+0.622599 0 0
+0.659525 0 0
+0.69543 0 0
+0.731502 0 0
+0.767437 0 0
+0.803159 0 0
+0 0.130449 0.0224613
+0.00476081 0.129839 0.0195315
+0.0198367 0.12932 0.0165866
+0.0343481 0.128985 0.0135042
+0.0486 0.128878 0.0100404
+0.0629129 0.128939 0.0062562
+0.0771038 0.128893 0.0018616
+0.0916152 0.128756 0
+0.106706 0.128573 0
+0.122911 0.128099 0
+0.139498 0.127123 0
+0.157183 0.125292 0
+0.177127 0.122896 0
+0.2 0.119707 0
+0.225559 0.11548 0
+0.252491 0.11078 0
+0.280415 0.105562 0
+0.30927 0.0995651 0
+0.339025 0.0930648 0
+0.369543 0.0858167 0
+0.40116 0.0775769 0
+0.433265 0.0683604 0
+0.465782 0.0579995 0
+0.498955 0.0462196 0
+0.53257 0.033051 0
+0.566522 0.0180514 0
+0.600687 0.000671397 0
+0.635004 0 0
+0.670344 0 0
+0.706859 0 0
+0.742596 0 0
+0.778119 0 0
+0.813535 0 0
+0 0.146273 0.0127871
+0.00477607 0.145998 0.00987259
+0.0200961 0.1458 0.00682078
+0.0347753 0.145876 0.00370794
+0.049485 0.146166 0.000518807
+0.063798 0.146365 0
+0.078294 0.146593 0
+0.0932326 0.146899 0
+0.108797 0.146838 0
+0.125292 0.146563 0
+0.143328 0.145998 0
+0.162356 0.144564 0
+0.183276 0.142184 0
+0.207294 0.139178 0
+0.233845 0.135164 0
+0.261814 0.130739 0
+0.29044 0.125643 0
+0.320363 0.120043 0
+0.350881 0.113878 0
+0.382025 0.106767 0
+0.414099 0.0989548 0
+0.447059 0.0900587 0
+0.480293 0.0800946 0
+0.513863 0.0688945 0
+0.547768 0.0562753 0
+0.58172 0.0419928 0
+0.615457 0.0255894 0
+0.648966 0.00677501 0
+0.682872 0 0
+0.716518 0 0
+0.751659 0 0
+0.787259 0 0
+0.822034 0 0
+0 0.164218 0.000640879
+0.0037232 0.16405 0
+0.019501 0.164218 0
+0.0345769 0.164797 0
+0.0493324 0.165316 0
+0.063859 0.16585 0
+0.078645 0.166354 0
+0.0939651 0.166979 0
+0.110063 0.167254 0
+0.127214 0.16733 0
+0.14612 0.167041 0
+0.167086 0.166247 0
+0.189563 0.164096 0
+0.214755 0.161196 0
+0.242237 0.157443 0
+0.271168 0.153399 0
+0.300633 0.148745 0
+0.331273 0.143618 0
+0.362661 0.137606 0
+0.394858 0.131075 0
+0.427726 0.123674 0
+0.461158 0.115297 0
+0.495277 0.10576 0
+0.529229 0.0950942 0
+0.563394 0.0829175 0
+0.597482 0.069337 0
+0.631037 0.0536507 0
+0.664134 0.0358434 0
+0.697139 0.0155947 0
+0.729381 0 0
+0.761273 0 0
+0.794263 0 0
+0.828931 0 0
+0 0.184543 0
+0.00120546 0.184543 0
+0.0172122 0.185122 0
+0.032517 0.186069 0
+0.0474403 0.187076 0
+0.0624552 0.188083 0
+0.0775616 0.189029 0
+0.0934768 0.189944 0
+0.110063 0.190616 0
+0.127932 0.191073 0
+0.147784 0.191241 0
+0.169833 0.190845 0
+0.195041 0.189487 0
+0.22179 0.186664 0
+0.25008 0.183474 0
+0.279805 0.179706 0
+0.310384 0.175692 0
+0.341985 0.171054 0
+0.374685 0.165698 0
+0.407782 0.159792 0
+0.441276 0.152758 0
+0.475486 0.144976 0
+0.510338 0.136004 0
+0.545068 0.125887 0
+0.57966 0.114382 0
+0.614221 0.101488 0
+0.647898 0.0865339 0
+0.681224 0.0695201 0
+0.713436 0.0501106 0
+0.744762 0.0283055 0
+0.775143 0.00325017 0
+0.804776 0 0
+0.835126 0 0
+0 0.207477 0
+0 0.207965 0
+0.0133974 0.209049 0
+0.0289158 0.210452 0
+0.0440833 0.211887 0
+0.0595254 0.213428 0
+0.0753185 0.214984 0
+0.0919661 0.21648 0
+0.109255 0.217609 0
+0.128069 0.218479 0
+0.148699 0.219059 0
+0.172152 0.219409 0
+0.198932 0.21857 0
+0.228473 0.216999 0
+0.257694 0.214374 0
+0.287907 0.210956 0
+0.319417 0.207401 0
+0.351522 0.203174 0
+0.385138 0.198428 0
+0.418814 0.192798 0
+0.453498 0.186481 0
+0.488655 0.179232 0
+0.524285 0.170886 0
+0.559808 0.161242 0
+0.595315 0.150561 0
+0.630533 0.138476 0
+0.665431 0.124407 0
+0.699321 0.108705 0
+0.731868 0.0904402 0
+0.763149 0.0699168 0
+0.793194 0.0463569 0
+0.82118 0.0188602 0
+0.848432 0 0
+0 0.233036 0
+0 0.234073 0
+0.0099031 0.235813 0
+0.0256809 0.237812 0
+0.0413062 0.239841 0
+0.0572213 0.241947 0
+0.0737621 0.244114 0
+0.0912642 0.246296 0
+0.109773 0.248341 0
+0.12958 0.249805 0
+0.151171 0.250843 0
+0.175708 0.251499 0
+0.203525 0.251087 0
+0.23386 0.25005 0
+0.265309 0.2486 0
+0.296071 0.245899 0
+0.327489 0.242481 0
+0.360204 0.238758 0
+0.393591 0.234195 0
+0.42797 0.22916 0
+0.462821 0.223407 0
+0.498405 0.216373 0
+0.53431 0.208743 0
+0.570565 0.2 0
+0.606973 0.190036 0
+0.643427 0.178683 0
+0.679301 0.165911 0
+0.714763 0.151263 0
+0.749096 0.134905 0
+0.782544 0.11603 0
+0.813779 0.0942245 0
+0.842802 0.068925 0
+0.869459 0.0392004 0
+0 0.261357 0
+0 0.26305 0
+0.00814832 0.265538 0
+0.0243687 0.268284 0
+0.0409247 0.27129 0
+0.057435 0.273976 0
+0.0746471 0.276677 0
+0.0926986 0.279286 0
+0.112093 0.281956 0
+0.132784 0.28397 0
+0.155337 0.285405 0
+0.180758 0.285954 0
+0.209323 0.285939 0
+0.239841 0.285008 0
+0.271412 0.28368 0
+0.304204 0.282261 0
+0.335454 0.279103 0
+0.367956 0.275425 0
+0.401587 0.271336 0
+0.435706 0.266789 0
+0.470726 0.261265 0
+0.506111 0.255238 0
+0.541955 0.248371 0
+0.57818 0.240238 0
+0.614801 0.23125 0
+0.651484 0.221012 0
+0.688182 0.209323 0
+0.725063 0.195926 0
+0.761593 0.18088 0
+0.796841 0.163378 0
+0.831022 0.143511 0
+0.86331 0.120623 0
+0.892851 0.0941939 0
+0 0.293141 0
+0 0.295705 0
+0.00903334 0.298772 0
+0.0255589 0.301976 0
+0.0423743 0.305364 0
+0.0596933 0.308888 0
+0.0774243 0.311955 0
+0.0958114 0.314824 0
+0.115358 0.317372 0
+0.136797 0.319677 0
+0.159976 0.321141 0
+0.186053 0.321691 0
+0.214801 0.321462 0
+0.245609 0.320897 0
+0.277302 0.319722 0
+0.309728 0.318242 0
+0.343175 0.316594 0
+0.375479 0.313176 0
+0.408865 0.30956 0
+0.442756 0.305089 0
+0.477699 0.300328 0
+0.512978 0.294667 0
+0.548867 0.288487 0
+0.585184 0.281407 0
+0.621958 0.273381 0
+0.658625 0.263951 0
+0.695613 0.253407 0
+0.732509 0.241718 0
+0.769406 0.228031 0
+0.805997 0.212192 0
+0.842222 0.194232 0
+0.87747 0.173388 0
+0.911101 0.149355 0
+0 0.32781 0
+0 0.330968 0
+0.0121157 0.334676 0
+0.0283818 0.338094 0
+0.0451667 0.341619 0
+0.0624399 0.345037 0
+0.0805524 0.348363 0
+0.0991684 0.351308 0
+0.119112 0.353811 0
+0.140749 0.356161 0
+0.164508 0.357671 0
+0.191424 0.35819 0
+0.220691 0.357992 0
+0.25153 0.35758 0
+0.282994 0.356603 0
+0.315312 0.355261 0
+0.34902 0.353933 0
+0.382834 0.351797 0
+0.415564 0.348241 0
+0.449821 0.344427 0
+0.484321 0.339818 0
+0.51957 0.334966 0
+0.555779 0.329351 0
+0.591699 0.322789 0
+0.628504 0.315602 0
+0.665476 0.307332 0
+0.702541 0.297948 0
+0.739818 0.287251 0
+0.776593 0.27512 0
+0.813367 0.261097 0
+0.850004 0.245197 0
+0.885954 0.226642 0
+0.921401 0.205188 0
+0 0.364538 0
+0 0.367834 0
+0.0155184 0.371481 0
+0.0317998 0.375158 0
+0.0484169 0.378637 0
+0.0657054 0.38204 0
+0.0839246 0.385519 0
+0.102892 0.388449 0
+0.12314 0.390997 0
+0.145006 0.393103 0
+0.169589 0.394766 0
+0.196887 0.395331 0
+0.226474 0.395209 0
+0.257298 0.39472 0
+0.288777 0.394186 0
+0.320958 0.393072 0
+0.354376 0.39173 0
+0.388418 0.390188 0
+0.422843 0.387854 0
+0.456596 0.384451 0
+0.490959 0.380301 0
+0.526497 0.375814 0
+0.561883 0.370565 0
+0.598489 0.364782 0
+0.635096 0.358419 0
+0.671611 0.350774 0
+0.708965 0.342397 0
+0.746105 0.332891 0
+0.783185 0.322057 0
+0.820218 0.309636 0
+0.856901 0.295399 0
+0.893263 0.279362 0
+0.929046 0.260304 0
+0 0.40209 0
+0.00354009 0.405463 0
+0.0195621 0.409079 0
+0.0356756 0.412909 0
+0.052369 0.416403 0
+0.0695964 0.419745 0
+0.087602 0.423041 0
+0.107057 0.42623 0
+0.127535 0.428809 0
+0.149966 0.430793 0
+0.174868 0.43209 0
+0.202792 0.432914 0
+0.232502 0.432929 0
+0.263111 0.432654 0
+0.294713 0.43238 0
+0.32697 0.431495 0
+0.359777 0.43035 0
+0.39382 0.429084 0
+0.42855 0.427253 0
+0.463355 0.424826 0
+0.49781 0.421241 0
+0.532631 0.417014 0
+0.568658 0.412436 0
+0.604593 0.407218 0
+0.641138 0.401251 0
+0.678187 0.394644 0
+0.71519 0.387259 0
+0.752041 0.378561 0
+0.789395 0.368856 0
+0.826352 0.357839 0
+0.863386 0.345403 0
+0.900145 0.331136 0
+0.935943 0.314549 0
+0 0.440024 0
+0.00827039 0.443763 0
+0.0242466 0.447456 0
+0.0402228 0.450996 0
+0.057023 0.454734 0
+0.0741588 0.458076 0
+0.0922713 0.461234 0
+0.111788 0.464439 0
+0.132479 0.467002 0
+0.155337 0.469032 0
+0.180835 0.47039 0
+0.209171 0.471214 0
+0.238849 0.471366 0
+0.269184 0.47126 0
+0.300847 0.471183 0
+0.332876 0.470527 0
+0.365606 0.469581 0
+0.399283 0.468345 0
+0.433875 0.467033 0
+0.469093 0.465049 0
+0.504692 0.462806 0
+0.539132 0.458961 0
+0.574929 0.45481 0
+0.610773 0.449897 0
+0.64741 0.444724 0
+0.684016 0.438514 0
+0.72108 0.431907 0
+0.758251 0.424353 0
+0.795377 0.4159 0
+0.832639 0.406088 0
+0.869474 0.395026 0
+0.906004 0.382391 0
+0.942367 0.367727 0
+0 0.478813 0
+0.0135195 0.482368 0
+0.0297856 0.486244 0
+0.0456397 0.489769 0
+0.0620737 0.493324 0
+0.0794537 0.496895 0
+0.0975967 0.500069 0
+0.116945 0.502968 0
+0.138155 0.505806 0
+0.161334 0.50782 0
+0.187198 0.509102 0
+0.215808 0.509987 0
+0.245426 0.510353 0
+0.275593 0.51046 0
+0.306889 0.510323 0
+0.338903 0.510063 0
+0.371786 0.509377 0
+0.405127 0.508309 0
+0.439384 0.507378 0
+0.474464 0.505623 0
+0.510109 0.503761 0
+0.546105 0.501198 0
+0.580911 0.497276 0
+0.617121 0.493095 0
+0.653254 0.488167 0
+0.690059 0.482887 0
+0.727138 0.476936 0
+0.76376 0.469947 0
+0.801038 0.462364 0
+0.83801 0.453758 0
+0.874983 0.443931 0
+0.911711 0.432868 0
+0.947906 0.420005 0
+0.00404364 0.518029 0
+0.0199893 0.521584 0
+0.0362707 0.525597 0
+0.0519112 0.529168 0
+0.0680705 0.532616 0
+0.0853742 0.536324 0
+0.10338 0.539559 0
+0.122911 0.542412 0
+0.144335 0.544945 0
+0.1682 0.547112 0
+0.194308 0.548363 0
+0.222705 0.549096 0
+0.252323 0.549844 0
+0.282261 0.550072 0
+0.313329 0.550103 0
+0.345235 0.550149 0
+0.377905 0.54963 0
+0.411109 0.548821 0
+0.445548 0.547951 0
+0.479973 0.546624 0
+0.515526 0.544839 0
+0.55172 0.543099 0
+0.587655 0.540246 0
+0.623224 0.536614 0
+0.659342 0.532067 0
+0.695994 0.527352 0
+0.732418 0.521767 0
+0.769665 0.51577 0
+0.806561 0.509087 0
+0.843442 0.501198 0
+0.880201 0.492576 0
+0.916762 0.482811 0
+0.953231 0.471534 0
+0.0111238 0.557885 0
+0.0273594 0.561608 0
+0.0432441 0.565408 0
+0.0588235 0.569284 0
+0.0747234 0.572702 0
+0.0917525 0.576104 0
+0.110094 0.579507 0
+0.129686 0.58233 0
+0.151278 0.584741 0
+0.175692 0.586862 0
+0.202182 0.588037 0
+0.23035 0.588861 0
+0.259709 0.589776 0
+0.289433 0.590234 0
+0.320241 0.590387 0
+0.351843 0.590478 0
+0.384344 0.590204 0
+0.417548 0.589578 0
+0.45153 0.588998 0
+0.486183 0.587808 0
+0.52105 0.586465 0
+0.556909 0.584878 0
+0.593454 0.582849 0
+0.629404 0.579889 0
+0.665324 0.576135 0
+0.701427 0.571618 0
+0.738277 0.566857 0
+0.774975 0.561624 0
+0.811872 0.555291 0
+0.848707 0.548608 0
+0.885527 0.541024 0
+0.922042 0.532341 0
+0.958083 0.522423 0
+0.0200961 0.598566 0
+0.0358587 0.60235 0
+0.0512245 0.606119 0
+0.066453 0.609781 0
+0.0822309 0.613291 0
+0.0990158 0.616587 0
+0.117556 0.619883 0
+0.137407 0.622644 0
+0.159243 0.624994 0
+0.184039 0.626947 0
+0.210742 0.628122 0
+0.238621 0.629038 0
+0.267689 0.630121 0
+0.297108 0.630701 0
+0.327642 0.631022 0
+0.358984 0.631067 0
+0.391196 0.631205 0
+0.424109 0.630686 0
+0.457694 0.630167 0
+0.492287 0.629389 0
+0.527047 0.628183 0
+0.562524 0.626734 0
+0.598718 0.625162 0
+0.635493 0.623148 0
+0.671794 0.620386 0
+0.707408 0.616144 0
+0.743862 0.611948 0
+0.780316 0.606912 0
+0.817014 0.601617 0
+0.853895 0.595621 0
+0.890242 0.588647 0
+0.926665 0.581155 0
+0.962951 0.572534 0
+0.0298924 0.63975 0
+0.045243 0.643671 0
+0.0601053 0.647288 0
+0.074876 0.650797 0
+0.0908675 0.654383 0
+0.107607 0.657526 0
+0.125765 0.660487 0
+0.14612 0.663355 0
+0.168597 0.665461 0
+0.193362 0.667185 0
+0.220081 0.668589 0
+0.247562 0.669581 0
+0.275822 0.670405 0
+0.305364 0.671397 0
+0.335546 0.671794 0
+0.366552 0.672007 0
+0.398505 0.672358 0
+0.431144 0.672038 0
+0.464515 0.671489 0
+0.498695 0.671077 0
+0.533455 0.670008 0
+0.56849 0.668772 0
+0.604532 0.667582 0
+0.640604 0.665675 0
+0.677638 0.663844 0
+0.713939 0.66096 0
+0.749722 0.656855 0
+0.785763 0.652354 0
+0.82237 0.6477 0
+0.858625 0.6421 0
+0.895232 0.636255 0
+0.931624 0.629572 0
+0.967346 0.621805 0
+0.0407111 0.681682 0
+0.0552682 0.685161 0
+0.0700084 0.689006 0
+0.084596 0.692317 0
+0.100237 0.695689 0
+0.117144 0.698848 0
+0.135515 0.701595 0
+0.156115 0.704326 0
+0.178836 0.706203 0
+0.203769 0.707637 0
+0.230213 0.709178 0
+0.257221 0.710323 0
+0.285054 0.711269 0
+0.31429 0.712291 0
+0.344121 0.712856 0
+0.374746 0.713085 0
+0.406485 0.713603 0
+0.438666 0.713512 0
+0.471733 0.713146 0
+0.505592 0.712917 0
+0.539986 0.712016 0
+0.575006 0.710887 0
+0.610498 0.709911 0
+0.646387 0.708278 0
+0.682734 0.7066 0
+0.719966 0.705135 0
+0.755993 0.701823 0
+0.791806 0.697826 0
+0.827543 0.693172 0
+0.863905 0.688548 0
+0.900252 0.68336 0
+0.936202 0.677272 0
+0.971817 0.670832 0
+0.0525063 0.723995 0
+0.0666056 0.727321 0
+0.0807965 0.730709 0
+0.0954147 0.734142 0
+0.110903 0.737148 0
+0.127947 0.740337 0
+0.146532 0.742855 0
+0.167452 0.745083 0
+0.190448 0.747112 0
+0.215061 0.748516 0
+0.241047 0.750134 0
+0.267674 0.751278 0
+0.295186 0.752209 0
+0.32398 0.753353 0
+0.353368 0.753933 0
+0.383688 0.754421 0
+0.415076 0.75491 0
+0.446754 0.754955 0
+0.479408 0.754711 0
+0.513161 0.754604 0
+0.546975 0.753964 0
+0.581643 0.753048 0
+0.616999 0.752239 0
+0.65243 0.750896 0
+0.688533 0.74934 0
+0.725338 0.748165 0
+0.762112 0.746471 0
+0.798093 0.743084 0
+0.833722 0.739116 0
+0.869596 0.734859 0
+0.905196 0.729809 0
+0.941238 0.724819 0
+0.97174 0.719158 0
+0.0650339 0.766369 0
+0.0790875 0.769833 0
+0.0930343 0.772931 0
+0.107729 0.776165 0
+0.123049 0.779019 0
+0.140215 0.781872 0
+0.159213 0.784176 0
+0.180117 0.786175 0
+0.203357 0.788067 0
+0.227649 0.789456 0
+0.25272 0.790738 0
+0.279149 0.792187 0
+0.306203 0.793179 0
+0.334493 0.7944 0
+0.36347 0.795148 0
+0.393271 0.795605 0
+0.424079 0.796048 0
+0.455558 0.796429 0
+0.4878 0.796338 0
+0.521111 0.796353 0
+0.554589 0.795834 0
+0.588891 0.795193 0
+0.623896 0.7944 0
+0.659159 0.793439 0
+0.694652 0.792081 0
+0.731136 0.791089 0
+0.767697 0.789593 0
+0.804379 0.787991 0
+0.84036 0.784848 0
+0.87538 0.780743 0
+0.911055 0.776501 0
+0.946624 0.771923 0
+0.971588 0.766354 0
+0.079408 0.809094 0
+0.0926375 0.81207 0
+0.106676 0.815366 0
+0.120897 0.81799 0
+0.136889 0.820813 0
+0.153979 0.823178 0
+0.173541 0.825437 0
+0.194568 0.827207 0
+0.217548 0.829053 0
+0.241077 0.830457 0
+0.265644 0.831785 0
+0.291676 0.833234 0
+0.318181 0.834257 0
+0.345846 0.83534 0
+0.374456 0.836271 0
+0.403784 0.836896 0
+0.433936 0.837354 0
+0.46511 0.837842 0
+0.496971 0.837934 0
+0.529763 0.83798 0
+0.563149 0.837781 0
+0.596765 0.837247 0
+0.631327 0.836576 0
+0.666514 0.835828 0
+0.70161 0.834745 0
+0.737591 0.833875 0
+0.773632 0.83267 0
+0.810147 0.831205 0
+0.84683 0.829938 0
+0.882155 0.82652 0
+0.917098 0.822828 0
+0.952193 0.818387 0
+0.971633 0.813687 0
+0.0951095 0.852018 0
+0.108293 0.854704 0
+0.122087 0.857694 0
+0.136538 0.860166 0
+0.152377 0.862791 0
+0.16994 0.864759 0
+0.189441 0.866606 0
+0.210651 0.86833 0
+0.232578 0.869856 0
+0.255955 0.87155 0
+0.279927 0.872862 0
+0.305211 0.874403 0
+0.331136 0.875486 0
+0.358007 0.876371 0
+0.386328 0.877531 0
+0.415244 0.878202 0
+0.444877 0.87863 0
+0.475639 0.879362 0
+0.506966 0.879484 0
+0.539086 0.879423 0
+0.572229 0.879591 0
+0.605692 0.879164 0
+0.63946 0.87863 0
+0.674296 0.878126 0
+0.709285 0.87715 0
+0.74435 0.876112 0
+0.780346 0.875395 0
+0.816205 0.874266 0
+0.852598 0.872984 0
+0.888884 0.871748 0
+0.92369 0.868177 0
+0.958236 0.864652 0
+0.972045 0.860304 0
+0.112047 0.89395 0
+0.125399 0.896681 0
+0.138994 0.899092 0
+0.153826 0.901595 0
+0.16968 0.903532 0
+0.187472 0.905638 0
+0.206714 0.907179 0
+0.22742 0.908965 0
+0.248707 0.910384 0
+0.271611 0.911986 0
+0.294865 0.913268 0
+0.319677 0.914672 0
+0.345068 0.915785 0
+0.371374 0.916732 0
+0.398978 0.917876 0
+0.427176 0.918532 0
+0.456321 0.919051 0
+0.486625 0.919722 0
+0.517418 0.919905 0
+0.54902 0.919921 0
+0.581628 0.920073 0
+0.614572 0.919722 0
+0.64828 0.919371 0
+0.682231 0.918868 0
+0.716716 0.917937 0
+0.751568 0.917021 0
+0.78677 0.916259 0
+0.82237 0.915053 0
+0.858228 0.914076 0
+0.894057 0.91252 0
+0.929656 0.910887 0
+0.964279 0.907851 0
+0.972396 0.904051 0
+0.000396735 0.00207523 0.0802167
+0.000518807 0.00062562 0.0787366
+0.00450141 0.000381476 0.0771038
+0.0197452 0.000350958 0.0754101
+0.0354467 0.000534066 0.0738689
+0.0505837 0.000823987 0.0721294
+0.0653086 0.00122072 0.0704204
+0.0794995 0.00144961 0.0681926
+0.0937057 0.0015259 0.0657054
+0.108248 0.0016022 0.0629435
+0.122972 0.00141909 0.0594949
+0.138491 0.0009308 0.0554818
+0.155154 0.000213626 0.0508125
+0.172992 0 0.0451057
+0.19295 0 0.038407
+0.214755 0 0.0303807
+0.237964 0 0.0210422
+0.26186 0 0.0108949
+0.286137 0 0
+0.310948 0 0
+0.336233 0 0
+0.362051 0 0
+0.388495 0 0
+0.415351 0 0
+0.442435 0 0
+0.470359 0 0
+0.498634 0 0
+0.527367 0 0
+0.556603 0 0
+0.587137 0 0
+0.618006 0 0
+0.648997 0 0
+0.680171 0 0
+0.000335698 0.0158846 0.0779126
+0.000396735 0.0144045 0.0763409
+0.0055848 0.0129397 0.0747845
+0.0206912 0.0113527 0.0730602
+0.0363928 0.00987259 0.0714427
+0.0513619 0.00822461 0.069749
+0.065919 0.00662242 0.0677806
+0.0800946 0.00468452 0.0656748
+0.0944228 0.00263981 0.0632792
+0.108751 0.0016022 0.0602274
+0.123491 0.00138857 0.0567788
+0.138994 0.000900282 0.0526894
+0.155642 0.000183108 0.0479286
+0.173495 0 0.0420996
+0.19353 0 0.0351873
+0.215335 0 0.0270237
+0.238651 0 0.0174563
+0.262623 0 0.00724804
+0.286809 0 0
+0.311849 0 0
+0.337179 0 0
+0.363012 0 0
+0.389517 0 0
+0.41619 0 0
+0.443519 0 0
+0.471504 0 0
+0.500618 0 0
+0.530434 0 0
+0.560922 0 0
+0.591272 0 0
+0.62237 0 0
+0.654551 0 0
+0.687785 0 0
+0.000335698 0.0290684 0.0755016
+0.000320439 0.0276036 0.07393
+0.00639353 0.0261387 0.0722362
+0.0212711 0.0246128 0.0703441
+0.0367437 0.0229648 0.0685283
+0.051606 0.0214237 0.0666514
+0.0659953 0.0198062 0.0646677
+0.0800336 0.0178531 0.0624247
+0.0942397 0.0158083 0.0598154
+0.108705 0.0134279 0.0570382
+0.123583 0.0106203 0.0535897
+0.139193 0.00733959 0.0495155
+0.155932 0.00357061 0.0448768
+0.174182 0 0.0391852
+0.19411 0 0.0319524
+0.216007 0 0.0235294
+0.239399 0 0.0138857
+0.263294 0 0.00355535
+0.287694 0 0
+0.312749 0 0
+0.338125 0 0
+0.364004 0 0
+0.390448 0 0
+0.41767 0 0
+0.446113 0 0
+0.475288 0 0
+0.504509 0 0
+0.535073 0 0
+0.566445 0 0
+0.599023 0 0
+0.631968 0 0
+0.66569 0 0
+0.699825 0 0
+0.00047303 0.0417792 0.0731975
+0.000442512 0.0404669 0.0714733
+0.00738537 0.0390936 0.0698253
+0.0222171 0.0376135 0.0677958
+0.0374914 0.0359808 0.0657511
+0.0521553 0.0344854 0.0638437
+0.0661173 0.0327611 0.0616007
+0.0802319 0.0309453 0.059205
+0.0942702 0.0289006 0.0565042
+0.108461 0.0264134 0.0534066
+0.123217 0.023682 0.0496834
+0.138842 0.0204776 0.0454719
+0.155367 0.0167697 0.0406195
+0.173587 0.0123293 0.0347753
+0.193988 0.00703441 0.0276799
+0.216373 0.0009308 0.0193484
+0.240223 0 0.010132
+0.264118 0 0
+0.288624 0 0
+0.313695 0 0
+0.339315 0 0
+0.365972 0 0
+0.393301 0 0
+0.421332 0 0
+0.450278 0 0
+0.480629 0 0
+0.511604 0 0
+0.543755 0 0
+0.576501 0 0
+0.61001 0 0
+0.644602 0 0
+0.679332 0 0
+0.714641 0 0
+0.000610361 0.0545205 0.0705119
+0.000579843 0.0533455 0.0687724
+0.00856031 0.0520638 0.0669261
+0.0233005 0.0505226 0.0649271
+0.0383307 0.0491646 0.0627909
+0.052842 0.0476997 0.0605936
+0.066865 0.0462196 0.0583047
+0.0807355 0.0446021 0.055787
+0.0945144 0.0426032 0.0529183
+0.108705 0.0404364 0.0495155
+0.123461 0.0378576 0.045716
+0.138888 0.0348363 0.0412451
+0.155245 0.0312047 0.0360113
+0.173419 0.0267643 0.0298619
+0.19379 0.0215457 0.0223239
+0.216114 0.0155489 0.0137026
+0.239872 0.00895705 0.00421149
+0.264195 0.00175479 0
+0.289769 0 0
+0.316106 0 0
+0.342489 0 0
+0.370062 0 0
+0.398688 0 0
+0.428 0 0
+0.458366 0 0
+0.48983 0 0
+0.522103 0 0
+0.555337 0 0
+0.589395 0 0
+0.623926 0 0
+0.659144 0 0
+0.694774 0 0
+0.730816 0 0
+0.000839246 0.0669871 0.0675212
+0.000732433 0.0659342 0.0657816
+0.00988785 0.0647288 0.063859
+0.0244907 0.0632486 0.0617685
+0.0399786 0.0620737 0.0586404
+0.0551156 0.0614176 0.0520333
+0.0681926 0.0596475 0.0525978
+0.0815747 0.0579232 0.0506447
+0.0952468 0.056199 0.0480964
+0.109407 0.0541543 0.0449378
+0.123888 0.051667 0.0409094
+0.139239 0.0488899 0.0364691
+0.155764 0.0455634 0.0309911
+0.173938 0.0415503 0.0244907
+0.19443 0.0366217 0.0168307
+0.216938 0.0308385 0.00787366
+0.241184 0.0242161 0
+0.266316 0.016968 0
+0.292302 0.0090486 0
+0.319326 0.000442512 0
+0.347585 0 0
+0.376822 0 0
+0.406928 0 0
+0.437415 0 0
+0.468833 0 0
+0.501503 0 0
+0.534722 0 0
+0.568719 0 0
+0.603449 0 0
+0.638941 0 0
+0.6748 0 0
+0.710948 0 0
+0.747311 0 0
+0.000823987 0.0793011 0.0640726
+0.000732433 0.0783551 0.0623026
+0.0110933 0.0771038 0.0602121
+0.0256046 0.0758221 0.0581369
+0.0409857 0.0745861 0.0547646
+0.0556497 0.0738231 0.0498512
+0.0699321 0.0728161 0.0445716
+0.0829023 0.0711223 0.0445716
+0.096376 0.0694743 0.0424964
+0.110292 0.0674601 0.0395056
+0.124849 0.0652934 0.0358129
+0.14023 0.0627451 0.0311589
+0.156924 0.0595865 0.0254673
+0.17554 0.0556802 0.0186007
+0.196658 0.0511635 0.0104067
+0.220386 0.0457008 0.00106813
+0.245594 0.0395361 0
+0.271366 0.0327611 0
+0.298283 0.0252537 0
+0.325978 0.0169375 0
+0.354772 0.00755322 0
+0.384604 0 0
+0.415457 0 0
+0.447883 0 0
+0.480888 0 0
+0.514229 0 0
+0.548211 0 0
+0.582986 0 0
+0.618296 0 0
+0.654292 0 0
+0.690578 0 0
+0.727031 0 0
+0.763363 0 0
+0.000610361 0.0915847 0.060029
+0.000595102 0.0907301 0.0582742
+0.0121767 0.0894942 0.0560769
+0.0268864 0.0883345 0.0539559
+0.0420386 0.0872358 0.0504768
+0.0565347 0.0863661 0.0464942
+0.0705425 0.085481 0.0409552
+0.0846113 0.0844434 0.0359197
+0.0977493 0.0826429 0.0354314
+0.111513 0.0809491 0.033051
+0.126452 0.0790417 0.0294194
+0.142351 0.0767071 0.0247349
+0.159716 0.0740368 0.0191653
+0.179278 0.0705882 0.0123598
+0.201587 0.0661631 0.00376898
+0.226154 0.0610361 0
+0.252216 0.0551308 0
+0.278752 0.0486915 0
+0.306462 0.0414435 0
+0.334844 0.033402 0
+0.364324 0.0243076 0
+0.394675 0.0140688 0
+0.426108 0.00254826 0
+0.458412 0 0
+0.492012 0 0
+0.527245 0 0
+0.562127 0 0
+0.597467 0 0
+0.633188 0 0
+0.669383 0 0
+0.705608 0 0
+0.742077 0 0
+0.778439 0 0
+0.000106813 0.103914 0.0552529
+0.000213626 0.103197 0.0535592
+0.0133364 0.102037 0.0512703
+0.0282597 0.100954 0.0486915
+0.043122 0.100038 0.0454719
+0.057435 0.0992142 0.0418097
+0.0714122 0.098497 0.0372778
+0.0856031 0.0978561 0.0304112
+0.0999466 0.0970169 0.025391
+0.114031 0.0954299 0.0247501
+0.129305 0.0937972 0.021973
+0.145876 0.0919203 0.0177462
+0.164157 0.0893263 0.0120851
+0.184543 0.086183 0.00495918
+0.208103 0.0819715 0
+0.233494 0.0768139 0
+0.260273 0.071107 0
+0.287663 0.0648661 0
+0.316106 0.0577859 0
+0.345159 0.0498665 0
+0.375341 0.0411231 0
+0.406455 0.0312505 0
+0.438361 0.0199893 0
+0.471122 0.00729381 0
+0.504585 0 0
+0.539223 0 0
+0.574868 0 0
+0.6112 0 0
+0.647105 0 0
+0.68333 0 0
+0.719585 0 0
+0.755871 0 0
+0.791943 0 0
+0 0.116716 0.0497292
+0 0.11603 0.0479744
+0.0145876 0.115053 0.0454719
+0.0293126 0.114305 0.0425879
+0.0441749 0.113802 0.0397192
+0.0583658 0.113268 0.036286
+0.0725872 0.112856 0.0319829
+0.0870985 0.112657 0.0263981
+0.102296 0.112261 0.0185702
+0.117647 0.111543 0.0135195
+0.13315 0.110033 0.0121767
+0.150317 0.108278 0.00875868
+0.169421 0.105745 0.00321965
+0.190997 0.102586 0
+0.215518 0.0983291 0
+0.241794 0.0933852 0
+0.269413 0.0878767 0
+0.29752 0.0817884 0
+0.326574 0.0749065 0
+0.356817 0.0672465 0
+0.387564 0.058732 0
+0.419165 0.0491188 0
+0.45156 0.0383154 0
+0.484565 0.0260777 0
+0.518425 0.0121309 0
+0.55259 0 0
+0.587427 0 0
+0.623148 0 0
+0.660166 0 0
+0.696101 0 0
+0.732189 0 0
+0.7682 0 0
+0.803952 0 0
+0 0.130694 0.0431678
+0 0.130144 0.0412146
+0.0152438 0.129473 0.0384527
+0.0303807 0.129244 0.0357671
+0.0451667 0.129137 0.0329137
+0.0598001 0.129137 0.0296178
+0.0743572 0.129183 0.0256046
+0.0890669 0.129061 0.0204318
+0.104463 0.128985 0.0136416
+0.120653 0.128618 0.00367742
+0.137545 0.127642 0
+0.155123 0.125841 0
+0.175158 0.123445 0
+0.197971 0.120287 0
+0.223667 0.116045 0
+0.250858 0.111345 0
+0.279194 0.10602 0
+0.308034 0.100053 0
+0.338033 0.0935073 0
+0.368887 0.086183 0
+0.400626 0.0779126 0
+0.432883 0.0686503 0
+0.465629 0.0582284 0
+0.498909 0.0463874 0
+0.532723 0.0331426 0
+0.566796 0.0180667 0
+0.600977 0.000610361 0
+0.635325 0 0
+0.670771 0 0
+0.707378 0 0
+0.743175 0 0
+0.778744 0 0
+0.81416 0 0
+0 0.1467 0.0353094
+0 0.146349 0.0329442
+0.0157626 0.146151 0.0301061
+0.0309148 0.146181 0.0274052
+0.0458839 0.146349 0.0243687
+0.0608072 0.146731 0.0209812
+0.0755016 0.147021 0.0168765
+0.0906233 0.147204 0.0117647
+0.106371 0.147341 0.00521859
+0.123033 0.147021 0
+0.141222 0.146532 0
+0.160235 0.14519 0
+0.18117 0.142824 0
+0.205249 0.139818 0
+0.232166 0.135729 0
+0.260243 0.131304 0
+0.289036 0.126207 0
+0.319203 0.120562 0
+0.349935 0.114366 0
+0.381247 0.107225 0
+0.413504 0.0993362 0
+0.446647 0.0904097 0
+0.480003 0.0803998 0
+0.51371 0.0691081 0
+0.547738 0.0564584 0
+0.581796 0.0420996 0
+0.61561 0.0256504 0
+0.649256 0.00677501 0
+0.683055 0 0
+0.716884 0 0
+0.752117 0 0
+0.787671 0 0
+0.822461 0 0
+0 0.164691 0.0245518
+0 0.164553 0.0216983
+0.0150912 0.164675 0.0187686
+0.0305638 0.165057 0.0159609
+0.0459297 0.165713 0.0129397
+0.0608072 0.166262 0.00921645
+0.0758221 0.166781 0.00482185
+0.0913863 0.167407 0
+0.107485 0.167681 0
+0.12491 0.167788 0
+0.143847 0.167636 0
+0.164874 0.166888 0
+0.187488 0.164767 0
+0.21268 0.161898 0
+0.240528 0.158068 0
+0.269535 0.154055 0
+0.299229 0.149371 0
+0.330297 0.144137 0
+0.361669 0.138155 0
+0.394064 0.131533 0
+0.42707 0.124132 0
+0.460746 0.115724 0
+0.494942 0.106157 0
+0.529 0.0954452 0
+0.563256 0.0832227 0
+0.597467 0.0695659 0
+0.631174 0.0538796 0
+0.664317 0.0360113 0
+0.697261 0.0157473 0
+0.729625 0 0
+0.761532 0 0
+0.794507 0 0
+0.829221 0 0
+0 0.185061 0.00941482
+0 0.185092 0.00650034
+0.0126802 0.185611 0.00320439
+0.0285954 0.186526 0.000259403
+0.043946 0.187457 0
+0.0591745 0.188464 0
+0.0745861 0.189364 0
+0.0906081 0.190341 0
+0.107439 0.191043 0
+0.125536 0.191562 0
+0.145403 0.191852 0
+0.167575 0.191485 0
+0.192996 0.190219 0
+0.21976 0.187457 0
+0.248432 0.184192 0
+0.278096 0.180392 0
+0.309102 0.176379 0
+0.340902 0.171603 0
+0.373602 0.166308 0
+0.406882 0.160357 0
+0.440528 0.153323 0
+0.474876 0.145464 0
+0.509911 0.136477 0
+0.544778 0.126345 0
+0.579431 0.114778 0
+0.614099 0.101884 0
+0.647929 0.0869001 0
+0.6813 0.0699016 0
+0.713542 0.0504311 0
+0.744854 0.0285649 0
+0.775235 0.00350958 0
+0.804959 0 0
+0.835233 0 0
+0 0.208087 0
+0 0.208438 0
+0.0087892 0.209476 0
+0.0247807 0.210712 0
+0.0403906 0.212131 0
+0.0561837 0.213687 0
+0.072221 0.21529 0
+0.0890059 0.216907 0
+0.1066 0.218036 0
+0.125429 0.219028 0
+0.146166 0.219699 0
+0.169833 0.22002 0
+0.196582 0.219348 0
+0.226398 0.217823 0
+0.256031 0.215152 0
+0.286244 0.21178 0
+0.317906 0.208164 0
+0.350347 0.20383 0
+0.383963 0.1991 0
+0.417838 0.193408 0
+0.452659 0.187121 0
+0.488136 0.179858 0
+0.523644 0.171405 0
+0.559274 0.1617 0
+0.59498 0.151034 0
+0.630381 0.138964 0
+0.66537 0.124926 0
+0.69926 0.109239 0
+0.731853 0.0909743 0
+0.763104 0.0703746 0
+0.793286 0.0468605 0
+0.821347 0.0193942 0
+0.848554 0 0
+0 0.233341 0
+0 0.234272 0
+0.00511177 0.236088 0
+0.0216068 0.238071 0
+0.0375525 0.240055 0
+0.0538338 0.242115 0
+0.0706188 0.244358 0
+0.0883955 0.246693 0
+0.107042 0.248722 0
+0.126833 0.250294 0
+0.148608 0.251377 0
+0.173205 0.25214 0
+0.201038 0.251881 0
+0.231632 0.250813 0
+0.263584 0.249454 0
+0.294667 0.246708 0
+0.32604 0.24329 0
+0.359121 0.23949 0
+0.392401 0.234897 0
+0.426902 0.229847 0
+0.461906 0.224094 0
+0.497597 0.217044 0
+0.533608 0.2094 0
+0.570001 0.200641 0
+0.606607 0.190646 0
+0.643015 0.179324 0
+0.67895 0.166552 0
+0.714534 0.151873 0
+0.74902 0.135531 0
+0.782574 0.116594 0
+0.813886 0.0948653 0
+0.842908 0.0693523 0
+0.869596 0.0395666 0
+0 0.26157 0
+0 0.263127 0
+0.00337224 0.265599 0
+0.020325 0.268421 0
+0.0371405 0.271336 0
+0.054139 0.274113 0
+0.0715038 0.276814 0
+0.0898299 0.279515 0
+0.109422 0.2822 0
+0.130129 0.284382 0
+0.152804 0.285878 0
+0.177996 0.28661 0
+0.206699 0.286641 0
+0.237644 0.285771 0
+0.269642 0.284428 0
+0.302693 0.282994 0
+0.334279 0.27985 0
+0.366735 0.276127 0
+0.400397 0.272084 0
+0.434669 0.267552 0
+0.469749 0.261952 0
+0.505226 0.25594 0
+0.541192 0.248951 0
+0.577615 0.240909 0
+0.614237 0.231937 0
+0.651011 0.221714 0
+0.687877 0.210025 0
+0.724788 0.196582 0
+0.761471 0.181521 0
+0.796796 0.163989 0
+0.831067 0.144121 0
+0.863523 0.121233 0
+0.89305 0.094789 0
+0 0.293278 0
+0 0.295598 0
+0.00437934 0.298695 0
+0.0213169 0.3019 0
+0.0385901 0.305516 0
+0.0561685 0.308919 0
+0.074052 0.312093 0
+0.0927749 0.315007 0
+0.112581 0.317723 0
+0.133974 0.320089 0
+0.157351 0.321599 0
+0.183398 0.322316 0
+0.212207 0.322118 0
+0.243488 0.321599 0
+0.275334 0.320485 0
+0.308141 0.319036 0
+0.342016 0.317464 0
+0.374487 0.313924 0
+0.407721 0.310292 0
+0.441871 0.305806 0
+0.476677 0.301076 0
+0.512016 0.295354 0
+0.54818 0.289174 0
+0.584573 0.282124 0
+0.621332 0.274037 0
+0.658198 0.264591 0
+0.695262 0.254154 0
+0.732189 0.242252 0
+0.769223 0.228687 0
+0.80592 0.212879 0
+0.842252 0.194995 0
+0.877455 0.173999 0
+0.911192 0.14995 0
+0 0.327642 0
+0 0.330922 0
+0.00735485 0.334478 0
+0.024155 0.338003 0
+0.0412757 0.341527 0
+0.0591287 0.34519 0
+0.0771801 0.348501 0
+0.0961013 0.351476 0
+0.116075 0.354101 0
+0.137896 0.356558 0
+0.161807 0.358083 0
+0.188586 0.358785 0
+0.218097 0.358633 0
+0.249302 0.358206 0
+0.280934 0.357366 0
+0.313588 0.356023 0
+0.347677 0.354711 0
+0.38175 0.352636 0
+0.414664 0.348989 0
+0.448783 0.34519 0
+0.483345 0.340597 0
+0.518883 0.335714 0
+0.554986 0.330098 0
+0.591058 0.323568 0
+0.62797 0.316304 0
+0.66511 0.308034 0
+0.702205 0.29868 0
+0.73959 0.287968 0
+0.776394 0.275837 0
+0.81323 0.261769 0
+0.849851 0.245747 0
+0.886 0.227375 0
+0.921508 0.20589 0
+0 0.364202 0
+0 0.367529 0
+0.0110628 0.37142 0
+0.0275883 0.37499 0
+0.0446479 0.378561 0
+0.0622263 0.381979 0
+0.0806592 0.38555 0
+0.0998398 0.388602 0
+0.120089 0.391287 0
+0.142061 0.393423 0
+0.166659 0.395193 0
+0.193988 0.39588 0
+0.223957 0.395743 0
+0.254902 0.395407 0
+0.286748 0.394827 0
+0.319265 0.393729 0
+0.352712 0.392401 0
+0.387152 0.390967 0
+0.422034 0.388708 0
+0.455833 0.385214 0
+0.490227 0.381033 0
+0.525643 0.376547 0
+0.561166 0.371344 0
+0.597894 0.365591 0
+0.634546 0.359136 0
+0.671153 0.351522 0
+0.708705 0.343038 0
+0.745953 0.333532 0
+0.783078 0.322713 0
+0.820111 0.310338 0
+0.85684 0.296086 0
+0.893248 0.280003 0
+0.929107 0.26099 0
+0 0.401663 0
+0 0.405127 0
+0.0150149 0.40882 0
+0.0316777 0.412741 0
+0.0486305 0.416251 0
+0.0660716 0.419776 0
+0.0844739 0.423133 0
+0.103883 0.426368 0
+0.12459 0.428977 0
+0.146944 0.431113 0
+0.171969 0.432639 0
+0.199847 0.433509 0
+0.229908 0.433494 0
+0.260655 0.43328 0
+0.292622 0.433005 0
+0.325109 0.432151 0
+0.358144 0.431006 0
+0.39263 0.429755 0
+0.427451 0.427985 0
+0.462501 0.425666 0
+0.497169 0.422019 0
+0.531899 0.417792 0
+0.567987 0.413169 0
+0.603891 0.407904 0
+0.640635 0.401984 0
+0.677775 0.395453 0
+0.714839 0.387976 0
+0.751904 0.379217 0
+0.789319 0.369528 0
+0.826383 0.358572 0
+0.863249 0.346029 0
+0.90016 0.331868 0
+0.936019 0.315282 0
+0 0.439811 0
+0.00329595 0.443336 0
+0.0198367 0.447074 0
+0.036347 0.450797 0
+0.0532692 0.454566 0
+0.0707408 0.457984 0
+0.0890059 0.461189 0
+0.108614 0.464591 0
+0.129534 0.467216 0
+0.152316 0.469383 0
+0.17792 0.470802 0
+0.206195 0.471763 0
+0.236149 0.471931 0
+0.266743 0.471931 0
+0.298665 0.471809 0
+0.330922 0.471214 0
+0.36408 0.470237 0
+0.397894 0.469032 0
+0.432715 0.467796 0
+0.468238 0.465858 0
+0.50396 0.463661 0
+0.53875 0.459663 0
+0.57435 0.455665 0
+0.610254 0.450706 0
+0.646967 0.445518 0
+0.683635 0.439277 0
+0.720836 0.432639 0
+0.758053 0.425116 0
+0.795224 0.416617 0
+0.832563 0.406836 0
+0.86949 0.395773 0
+0.906035 0.383108 0
+0.942489 0.368414 0
+0 0.478264 0
+0.00898756 0.482002 0
+0.0254978 0.485832 0
+0.0417639 0.489448 0
+0.0586862 0.493339 0
+0.0760662 0.496788 0
+0.094255 0.500099 0
+0.113725 0.503059 0
+0.135119 0.50605 0
+0.158175 0.508156 0
+0.184314 0.509575 0
+0.212894 0.510521 0
+0.24271 0.510918 0
+0.273121 0.511055 0
+0.304692 0.511025 0
+0.336934 0.510796 0
+0.370047 0.510018 0
+0.403723 0.509026 0
+0.438499 0.508003 0
+0.473503 0.506432 0
+0.509209 0.504448 0
+0.545464 0.502007 0
+0.580545 0.498054 0
+0.616632 0.493843 0
+0.652857 0.488945 0
+0.689754 0.48365 0
+0.726848 0.477668 0
+0.763546 0.47068 0
+0.8009 0.463127 0
+0.837995 0.454597 0
+0.875029 0.444785 0
+0.911727 0.433555 0
+0.948013 0.420813 0
+0 0.517449 0
+0.0154726 0.521141 0
+0.0321813 0.525261 0
+0.0480507 0.528939 0
+0.0643931 0.53254 0
+0.0818647 0.536278 0
+0.100175 0.53959 0
+0.119814 0.542535 0
+0.141283 0.545388 0
+0.164935 0.547448 0
+0.191379 0.548867 0
+0.219852 0.549737 0
+0.249668 0.550439 0
+0.279911 0.550729 0
+0.311101 0.550668 0
+0.34345 0.550759 0
+0.376165 0.550271 0
+0.409781 0.549493 0
+0.444343 0.548714 0
+0.479072 0.547372 0
+0.514702 0.545617 0
+0.551095 0.543923 0
+0.587243 0.541009 0
+0.622934 0.537301 0
+0.659052 0.532845 0
+0.695689 0.528099 0
+0.73225 0.522576 0
+0.769512 0.516503 0
+0.806485 0.509834 0
+0.843381 0.501915 0
+0.880186 0.493278 0
+0.916777 0.483467 0
+0.953323 0.472267 0
+0.00636301 0.557351 0
+0.0230564 0.561212 0
+0.0393683 0.56524 0
+0.0550851 0.569039 0
+0.0711986 0.572519 0
+0.0885634 0.576226 0
+0.106828 0.579522 0
+0.126421 0.582513 0
+0.148089 0.585046 0
+0.172595 0.587198 0
+0.199207 0.588495 0
+0.22742 0.58938 0
+0.257053 0.590356 0
+0.287114 0.590814 0
+0.318044 0.591012 0
+0.350072 0.591104 0
+0.38262 0.590906 0
+0.416068 0.590265 0
+0.450187 0.589609 0
+0.485176 0.588571 0
+0.520287 0.587152 0
+0.556237 0.585504 0
+0.59295 0.583688 0
+0.628992 0.580667 0
+0.66508 0.576867 0
+0.701122 0.572396 0
+0.738125 0.567559 0
+0.774884 0.562402 0
+0.811826 0.555962 0
+0.848646 0.549325 0
+0.885496 0.54165 0
+0.921981 0.532967 0
+0.958053 0.523049 0
+0.0157168 0.598154 0
+0.031693 0.601953 0
+0.0473487 0.605814 0
+0.0628824 0.609674 0
+0.0787213 0.613199 0
+0.0957046 0.616571 0
+0.114305 0.619989 0
+0.134188 0.622858 0
+0.156054 0.625254 0
+0.180987 0.627359 0
+0.207645 0.628656 0
+0.235737 0.629557 0
+0.265064 0.630686 0
+0.294926 0.63122 0
+0.325444 0.631632 0
+0.357061 0.631739 0
+0.389487 0.631846 0
+0.422675 0.631418 0
+0.456474 0.630793 0
+0.491218 0.630091 0
+0.52636 0.628824 0
+0.561868 0.62739 0
+0.598169 0.625925 0
+0.634943 0.623774 0
+0.671366 0.621012 0
+0.707256 0.616953 0
+0.743694 0.612726 0
+0.780346 0.607599 0
+0.816953 0.60235 0
+0.853956 0.596277 0
+0.890318 0.58938 0
+0.926711 0.581842 0
+0.963058 0.573251 0
+0.0255283 0.639323 0
+0.0412299 0.643351 0
+0.0563058 0.647105 0
+0.0712749 0.650614 0
+0.0872816 0.654292 0
+0.104128 0.657603 0
+0.122408 0.66067 0
+0.142809 0.6636 0
+0.165225 0.665827 0
+0.190143 0.667735 0
+0.217014 0.669123 0
+0.244755 0.670146 0
+0.273365 0.670909 0
+0.303181 0.671977 0
+0.333364 0.672374 0
+0.36466 0.672648 0
+0.396902 0.672999 0
+0.429694 0.672724 0
+0.463294 0.672206 0
+0.497642 0.671778 0
+0.532601 0.670787 0
+0.567864 0.669505 0
+0.604013 0.668269 0
+0.640192 0.666468 0
+0.677012 0.66424 0
+0.713405 0.661387 0
+0.749386 0.657481 0
+0.785718 0.653117 0
+0.822477 0.648386 0
+0.858671 0.642878 0
+0.895399 0.636942 0
+0.931731 0.63032 0
+0.967498 0.622614 0
+0.0365911 0.68127 0
+0.0512703 0.684901 0
+0.066331 0.688792 0
+0.0810254 0.69218 0
+0.0968185 0.695796 0
+0.113848 0.698894 0
+0.132219 0.701717 0
+0.152743 0.704555 0
+0.175586 0.706584 0
+0.200549 0.708156 0
+0.227222 0.709758 0
+0.254505 0.710857 0
+0.28275 0.711772 0
+0.312001 0.712886 0
+0.342031 0.713497 0
+0.372915 0.713848 0
+0.404929 0.714229 0
+0.437217 0.714153 0
+0.470497 0.713817 0
+0.504631 0.713542 0
+0.539147 0.712734 0
+0.574319 0.711635 0
+0.610071 0.710613 0
+0.646006 0.709056 0
+0.682277 0.707179 0
+0.719402 0.705287 0
+0.755367 0.702037 0
+0.791516 0.69836 0
+0.827558 0.69395 0
+0.864042 0.689326 0
+0.900236 0.684062 0
+0.936416 0.678065 0
+0.971817 0.671565 0
+0.0486458 0.723659 0
+0.0628519 0.727077 0
+0.0771344 0.730587 0
+0.0919203 0.734035 0
+0.107378 0.737179 0
+0.12459 0.740429 0
+0.14316 0.743114 0
+0.164126 0.745525 0
+0.187121 0.747539 0
+0.211948 0.748989 0
+0.23827 0.750591 0
+0.26511 0.751751 0
+0.292821 0.75285 0
+0.321736 0.753979 0
+0.351324 0.754559 0
+0.381811 0.755016 0
+0.413458 0.755566 0
+0.445365 0.755611 0
+0.478233 0.755459 0
+0.512093 0.755261 0
+0.54612 0.754665 0
+0.580972 0.75375 0
+0.616556 0.752926 0
+0.652155 0.751598 0
+0.688182 0.750011 0
+0.724773 0.74847 0
+0.761532 0.746609 0
+0.797528 0.743267 0
+0.833356 0.739483 0
+0.86952 0.735485 0
+0.905348 0.730632 0
+0.94139 0.725551 0
+0.97174 0.71986 0
+0.0613107 0.766064 0
+0.0754711 0.769543 0
+0.0894942 0.772808 0
+0.10428 0.776196 0
+0.119509 0.779065 0
+0.136965 0.782071 0
+0.155688 0.784512 0
+0.176867 0.786526 0
+0.200229 0.788479 0
+0.224552 0.78996 0
+0.249851 0.791241 0
+0.276509 0.792782 0
+0.303807 0.793835 0
+0.332296 0.79501 0
+0.36144 0.795727 0
+0.39147 0.796246 0
+0.422477 0.796658 0
+0.454292 0.797055 0
+0.486625 0.79704 0
+0.520027 0.796963 0
+0.553948 0.796567 0
+0.58822 0.795895 0
+0.62327 0.79501 0
+0.658747 0.794186 0
+0.694484 0.792798 0
+0.7308 0.791531 0
+0.767086 0.789761 0
+0.8038 0.788144 0
+0.839841 0.785016 0
+0.874998 0.780896 0
+0.910842 0.776898 0
+0.946532 0.772412 0
+0.971588 0.767132 0
+0.0756085 0.808942 0
+0.0892195 0.812131 0
+0.103227 0.815274 0
+0.117647 0.818051 0
+0.13344 0.820966 0
+0.150546 0.823438 0
+0.170108 0.825833 0
+0.191302 0.827634 0
+0.214328 0.829526 0
+0.238117 0.830961 0
+0.263081 0.832273 0
+0.289097 0.833768 0
+0.315862 0.834882 0
+0.343725 0.83595 0
+0.372549 0.836973 0
+0.402029 0.837491 0
+0.432471 0.837964 0
+0.463935 0.838514 0
+0.495796 0.838575 0
+0.52871 0.838636 0
+0.56231 0.838453 0
+0.596094 0.837949 0
+0.630716 0.837171 0
+0.666133 0.836576 0
+0.70135 0.835462 0
+0.737316 0.834409 0
+0.773114 0.832883 0
+0.809567 0.831357 0
+0.846326 0.830106 0
+0.881727 0.826642 0
+0.916777 0.822965 0
+0.951858 0.818586 0
+0.971633 0.814054 0
+0.0915389 0.851865 0
+0.104799 0.854688 0
+0.118532 0.857786 0
+0.133013 0.860349 0
+0.148913 0.86302 0
+0.166705 0.864988 0
+0.186206 0.867155 0
+0.207355 0.868803 0
+0.229587 0.870436 0
+0.253071 0.872038 0
+0.277226 0.873396 0
+0.302708 0.874922 0
+0.329046 0.875944 0
+0.356191 0.876967 0
+0.384619 0.878126 0
+0.413611 0.878782 0
+0.443488 0.879286 0
+0.474388 0.880034 0
+0.505867 0.880171 0
+0.53814 0.88014 0
+0.571435 0.880247 0
+0.60502 0.87985 0
+0.638956 0.879332 0
+0.67393 0.878874 0
+0.709026 0.877913 0
+0.744183 0.876783 0
+0.780011 0.875776 0
+0.815641 0.874388 0
+0.852094 0.873137 0
+0.888426 0.87187 0
+0.923354 0.868376 0
+0.957931 0.864836 0
+0.972061 0.860426 0
+0.108553 0.89395 0
+0.121798 0.896788 0
+0.135592 0.899306 0
+0.150225 0.901854 0
+0.166339 0.903868 0
+0.184146 0.905974 0
+0.203387 0.907607 0
+0.224338 0.909392 0
+0.246036 0.91078 0
+0.268833 0.912505 0
+0.2925 0.913756 0
+0.317327 0.915267 0
+0.34287 0.916381 0
+0.36936 0.917357 0
+0.397147 0.918486 0
+0.425666 0.919158 0
+0.455055 0.919646 0
+0.485512 0.920333 0
+0.51632 0.920562 0
+0.548074 0.920577 0
+0.580865 0.920745 0
+0.613931 0.920394 0
+0.6477 0.919951 0
+0.681849 0.919554 0
+0.716442 0.918639 0
+0.751369 0.917556 0
+0.786435 0.916716 0
+0.821805 0.91516 0
+0.85771 0.914168 0
+0.893614 0.912627 0
+0.929244 0.910979 0
+0.963943 0.907958 0
+0.972412 0.904173 0
+0.000579843 0.00241093 0.0954299
+0.000549325 0.000808728 0.0940566
+0.000381476 0.000381476 0.0923781
+0.0152743 0.00047303 0.0909285
+0.031281 0.000610361 0.0894636
+0.046952 0.000885023 0.0878614
+0.062089 0.0012665 0.0863203
+0.0765698 0.00149538 0.0843061
+0.0910048 0.00158694 0.0820935
+0.10547 0.00161746 0.0794995
+0.120546 0.00155642 0.076585
+0.136019 0.00112917 0.0730297
+0.152682 0.000381476 0.0688334
+0.170672 0 0.0637522
+0.190433 0 0.0576486
+0.212161 0 0.0505989
+0.235477 0 0.0423285
+0.259403 0 0.0332341
+0.283955 0 0.0232395
+0.308888 0 0.0117342
+0.334279 0 0
+0.360265 0 0
+0.386892 0 0
+0.41387 0 0
+0.441276 0 0
+0.469093 0 0
+0.49749 0 0
+0.526329 0 0
+0.555947 0 0
+0.586679 0 0
+0.617716 0 0
+0.648676 0 0
+0.679805 0 0
+0.000488289 0.0161898 0.0932784
+0.000488289 0.0146639 0.0917678
+0.000915541 0.0131533 0.0904097
+0.0162051 0.0116426 0.0887617
+0.0322576 0.0101015 0.0872358
+0.0477455 0.00842298 0.0856794
+0.0626993 0.00682078 0.0838941
+0.0771801 0.00488289 0.0820478
+0.091722 0.00288396 0.0798199
+0.10602 0.0016022 0.0771191
+0.121065 0.0015259 0.0741894
+0.136538 0.00108339 0.070573
+0.153216 0.000381476 0.0662242
+0.171191 0 0.0610666
+0.190967 0 0.0549477
+0.212711 0 0.0478065
+0.236164 0 0.0393683
+0.260182 0 0.0301671
+0.284794 0 0.0197757
+0.309743 0 0.00805676
+0.335195 0 0
+0.361257 0 0
+0.387915 0 0
+0.414923 0 0
+0.442161 0 0
+0.470405 0 0
+0.499809 0 0
+0.529778 0 0
+0.560342 0 0
+0.590814 0 0
+0.622339 0 0
+0.654826 0 0
+0.688289 0 0
+0.000442512 0.0293278 0.0909895
+0.000427253 0.027863 0.0895399
+0.00180056 0.0264286 0.088014
+0.0168307 0.0248722 0.0863203
+0.0326238 0.0231479 0.0844892
+0.0480049 0.0216068 0.0828107
+0.062562 0.0198825 0.0809339
+0.0771191 0.0180514 0.0789502
+0.0914321 0.0160525 0.0767681
+0.106111 0.0136263 0.0742809
+0.121065 0.0108186 0.0711223
+0.136736 0.00766003 0.0676585
+0.153597 0.00390631 0.0635538
+0.171862 0 0.0585641
+0.191424 0 0.0521248
+0.213397 0 0.0448157
+0.236896 0 0.036347
+0.261021 0 0.0269169
+0.285649 0 0.0162814
+0.310552 0 0.00448615
+0.336187 0 0
+0.362295 0 0
+0.388968 0 0
+0.416434 0 0
+0.445106 0 0
+0.474388 0 0
+0.503792 0 0
+0.534722 0 0
+0.566369 0 0
+0.599191 0 0
+0.632319 0 0
+0.666239 0 0
+0.700587 0 0
+0.000549325 0.0419928 0.0888533
+0.000534066 0.0406806 0.0872663
+0.00285344 0.0393683 0.0858015
+0.0178073 0.0378576 0.0839094
+0.033341 0.0361944 0.0819715
+0.0485695 0.034638 0.0802472
+0.0629282 0.032929 0.0781262
+0.0773022 0.0311131 0.076112
+0.0914473 0.0290837 0.0737316
+0.105882 0.026627 0.0708782
+0.120729 0.0239414 0.0677043
+0.136339 0.0207828 0.0641184
+0.153033 0.0170901 0.0597696
+0.171252 0.0126802 0.0546273
+0.191333 0.00746166 0.0485389
+0.213748 0.00138857 0.0413672
+0.237736 0 0.0331579
+0.261936 0 0.0234836
+0.286427 0 0.0126192
+0.311559 0 0.000671397
+0.337591 0 0
+0.364538 0 0
+0.391974 0 0
+0.420294 0 0
+0.449729 0 0
+0.48014 0 0
+0.511376 0 0
+0.543709 0 0
+0.576669 0 0
+0.610437 0 0
+0.645151 0 0
+0.680171 0 0
+0.715526 0 0
+0.000671397 0.0546731 0.0864118
+0.000640879 0.0535134 0.0847791
+0.00396735 0.0523232 0.0831769
+0.0188754 0.0507057 0.0812695
+0.0343023 0.0493324 0.0793164
+0.0492561 0.047776 0.0773785
+0.0636759 0.0463111 0.0753796
+0.0778058 0.0446937 0.0731518
+0.0918135 0.04271 0.0705119
+0.106126 0.0405585 0.067628
+0.120867 0.0380407 0.0644083
+0.136233 0.0349126 0.0604105
+0.152834 0.0313268 0.0558785
+0.170947 0.0270237 0.0505989
+0.191135 0.0218509 0.0441596
+0.213413 0.0158389 0.0365606
+0.237278 0.0090486 0.0280003
+0.261875 0.00173953 0.018265
+0.287724 0 0.00747692
+0.314244 0 0
+0.341238 0 0
+0.368872 0 0
+0.397742 0 0
+0.427298 0 0
+0.458 0 0
+0.489616 0 0
+0.522103 0 0
+0.55552 0 0
+0.589822 0 0
+0.624613 0 0
+0.659998 0 0
+0.695796 0 0
+0.731884 0 0
+0.00077821 0.0670481 0.0835584
+0.000762951 0.0661021 0.0820783
+0.00527962 0.0649729 0.080415
+0.0201267 0.063447 0.0783398
+0.0354925 0.0621195 0.0765087
+0.0500954 0.0607462 0.074342
+0.0644694 0.0594186 0.0721904
+0.0783093 0.0578317 0.06981
+0.0924239 0.0561227 0.0671397
+0.10663 0.0540017 0.0641184
+0.121233 0.0517281 0.0606851
+0.136782 0.0489509 0.056733
+0.153368 0.0456703 0.0519875
+0.171389 0.0417334 0.0463722
+0.19173 0.03682 0.0397192
+0.214496 0.0309453 0.0315709
+0.238926 0.0243076 0.0223087
+0.264225 0.0170901 0.0116732
+0.2907 0.00914015 4.57771e-05
+0.317845 0.000610361 0
+0.346395 0 0
+0.375875 0 0
+0.406271 0 0
+0.436927 0 0
+0.46865 0 0
+0.501457 0 0
+0.53492 0 0
+0.569162 0 0
+0.604089 0 0
+0.639658 0 0
+0.675776 0 0
+0.712108 0 0
+0.748531 0 0
+0.000732433 0.0793164 0.080415
+0.000686656 0.0784009 0.0787366
+0.00643931 0.0772869 0.0770886
+0.0212406 0.0760052 0.0751354
+0.0364996 0.0746319 0.0731518
+0.0517128 0.0736248 0.0698863
+0.0670024 0.0731823 0.0623331
+0.0799268 0.0713054 0.063508
+0.0934615 0.0695506 0.061738
+0.10753 0.0676738 0.0592508
+0.122286 0.065507 0.0560922
+0.137636 0.0628672 0.052018
+0.154391 0.0597543 0.0472419
+0.173114 0.0560006 0.0413214
+0.194385 0.0514839 0.0342107
+0.218051 0.0460365 0.0258183
+0.243427 0.0397955 0.0159457
+0.269505 0.0330358 0.00495918
+0.296757 0.0255436 0
+0.324697 0.0172427 0
+0.35378 0.00775158 0
+0.383856 0 0
+0.414923 0 0
+0.447623 0 0
+0.480827 0 0
+0.514336 0 0
+0.548562 0 0
+0.58349 0 0
+0.618936 0 0
+0.654978 0 0
+0.691432 0 0
+0.727962 0 0
+0.764523 0 0
+0.000564584 0.0916304 0.0768139
+0.000534066 0.0907301 0.0751202
+0.00758373 0.0897383 0.0734417
+0.0224613 0.0885176 0.071458
+0.0376135 0.0872663 0.0694743
+0.052842 0.086305 0.0660258
+0.0673838 0.0856184 0.0606088
+0.0818036 0.0846876 0.0549172
+0.0950484 0.0829175 0.0553292
+0.108995 0.0811933 0.0535744
+0.123949 0.0792554 0.0504768
+0.139925 0.0771191 0.0468757
+0.157458 0.0744335 0.0421149
+0.176867 0.0709392 0.0361028
+0.199313 0.0666514 0.0285801
+0.224094 0.0614481 0.0196384
+0.250263 0.0555428 0.00920119
+0.277134 0.049073 0
+0.30515 0.041825 0
+0.333715 0.0337072 0
+0.363577 0.0245212 0
+0.393988 0.0142367 0
+0.425681 0.00260929 0
+0.458198 0 0
+0.492042 0 0
+0.527443 0 0
+0.562539 0 0
+0.598032 0 0
+0.633906 0 0
+0.670222 0 0
+0.706493 0 0
+0.743008 0 0
+0.779492 0 0
+0.000137331 0.104051 0.0726024
+0.000167849 0.103227 0.0709239
+0.00872816 0.102281 0.0691691
+0.0234684 0.101061 0.0670939
+0.0386969 0.100099 0.0652018
+0.0537881 0.0991989 0.0616312
+0.0683146 0.0986801 0.0575265
+0.082826 0.0981765 0.051606
+0.0975967 0.0974441 0.0465553
+0.111604 0.0958419 0.046479
+0.127077 0.0942702 0.0444648
+0.143618 0.0922866 0.0408026
+0.161913 0.0898909 0.0361944
+0.182452 0.0866407 0.0299382
+0.205768 0.082414 0.0219425
+0.231601 0.0773175 0.012253
+0.258595 0.0716259 0.00115969
+0.286198 0.0653391 0
+0.31487 0.0581674 0
+0.344198 0.0502022 0
+0.374578 0.0413672 0
+0.406073 0.0314031 0
+0.438041 0.0200961 0
+0.471 0.00730907 0
+0.504646 0 0
+0.539467 0 0
+0.575265 0 0
+0.611749 0 0
+0.647715 0 0
+0.684031 0 0
+0.720363 0 0
+0.756649 0 0
+0.792813 0 0
+0 0.116899 0.0677195
+0 0.116167 0.0660105
+0.00985733 0.115373 0.064271
+0.0243992 0.114565 0.062211
+0.0399481 0.113909 0.0599374
+0.054963 0.113481 0.0569467
+0.0695201 0.113176 0.0532387
+0.0844434 0.113054 0.0486152
+0.099794 0.11281 0.0418402
+0.115358 0.112032 0.0368658
+0.130983 0.110613 0.0362707
+0.148165 0.10869 0.0332036
+0.167254 0.10634 0.0285039
+0.188922 0.103166 0.0217746
+0.213336 0.098909 0.0133211
+0.240177 0.0939345 0.00292973
+0.267765 0.088426 0
+0.296117 0.0822461 0
+0.325505 0.0753033 0
+0.355886 0.0676127 0
+0.386892 0.0590372 0
+0.418708 0.0493629 0
+0.45127 0.038468 0
+0.484443 0.0261692 0
+0.518456 0.0121309 0
+0.552804 0 0
+0.58764 0 0
+0.623575 0 0
+0.660655 0 0
+0.696666 0 0
+0.732723 0 0
+0.768765 0 0
+0.804608 0 0
+0 0.130999 0.0619516
+0 0.130465 0.0602731
+0.010193 0.129915 0.0585031
+0.0254673 0.129641 0.0566873
+0.0411994 0.129488 0.0542916
+0.0563668 0.129473 0.0515297
+0.0714122 0.129549 0.0481422
+0.0863813 0.129534 0.0438392
+0.1019 0.129366 0.0378882
+0.118486 0.129198 0.0293278
+0.135271 0.128237 0.0236057
+0.153216 0.126528 0.0220951
+0.173068 0.124117 0.0177768
+0.196048 0.120958 0.0110018
+0.221622 0.116732 0.00196841
+0.249088 0.111925 0
+0.277592 0.106584 0
+0.306722 0.100542 0
+0.336873 0.0939651 0
+0.368093 0.0865644 0
+0.399908 0.0782788 0
+0.432334 0.0689555 0
+0.465248 0.0584726 0
+0.498711 0.0465553 0
+0.532631 0.0332494 0
+0.566751 0.0180972 0
+0.601144 0.000564584 0
+0.635508 0 0
+0.671016 0 0
+0.707774 0 0
+0.743633 0 0
+0.779187 0 0
+0.814664 0 0
+0 0.147097 0.0551614
+0 0.146731 0.0535744
+0.0105135 0.146654 0.0519112
+0.0263371 0.146593 0.0496681
+0.0421454 0.146777 0.0470893
+0.0575875 0.147112 0.0442969
+0.0727245 0.147494 0.0408942
+0.087953 0.147753 0.0365454
+0.103838 0.147829 0.0308232
+0.120699 0.147738 0.0229343
+0.138872 0.147219 0.0117037
+0.158251 0.145953 0.0053254
+0.179034 0.143587 0.00238041
+0.203281 0.140475 0
+0.23006 0.136385 0
+0.258412 0.13193 0
+0.287663 0.126741 0
+0.317815 0.121111 0
+0.34873 0.114855 0
+0.38024 0.107668 0
+0.412879 0.0997024 0
+0.446036 0.0907759 0
+0.479545 0.0807202 0
+0.513481 0.0693523 0
+0.547601 0.0566873 0
+0.581735 0.042237 0
+0.615656 0.0257267 0
+0.649363 0.00683604 0
+0.683223 0 0
+0.717098 0 0
+0.752377 0 0
+0.788006 0 0
+0.822782 0 0
+0 0.165377 0.0461891
+0 0.165148 0.0444343
+0.0100252 0.165286 0.0420233
+0.0261234 0.165637 0.039704
+0.0420386 0.16611 0.0370489
+0.0575723 0.166827 0.0341344
+0.0729229 0.167422 0.0304723
+0.0887007 0.167941 0.0258488
+0.105196 0.16846 0.0202182
+0.12253 0.168536 0.0125429
+0.141421 0.168231 0.00234989
+0.162539 0.167544 0
+0.185153 0.165576 0
+0.210742 0.162585 0
+0.238453 0.158801 0
+0.267674 0.154726 0
+0.297627 0.149996 0
+0.328893 0.144747 0
+0.360403 0.138689 0
+0.393011 0.132052 0
+0.42623 0.124636 0
+0.460258 0.116136 0
+0.494453 0.106584 0
+0.528649 0.0957961 0
+0.563027 0.0835584 0
+0.597284 0.06981 0
+0.631113 0.054139 0
+0.664286 0.0362402 0
+0.697337 0.0159152 0
+0.729717 0 0
+0.761639 0 0
+0.794644 0 0
+0.829358 0 0
+0 0.185885 0.033341
+0 0.185824 0.0310521
+0.00767529 0.186282 0.0283055
+0.0241245 0.187015 0.0257267
+0.0402991 0.188174 0.0231022
+0.0559854 0.189166 0.0197604
+0.0716716 0.190127 0.0156405
+0.0878157 0.190906 0.0108797
+0.104891 0.19176 0.00502022
+0.122927 0.192187 0
+0.142947 0.192447 0
+0.165087 0.192157 0
+0.190402 0.191043 0
+0.217411 0.188327 0
+0.24625 0.185 0
+0.276143 0.18114 0
+0.307469 0.17705 0
+0.339361 0.172229 0
+0.372274 0.166918 0
+0.405798 0.160967 0
+0.439612 0.153887 0
+0.474266 0.146014 0
+0.5093 0.13698 0
+0.544259 0.126802 0
+0.57908 0.115251 0
+0.613809 0.102266 0
+0.647822 0.0872816 0
+0.681239 0.0702983 0
+0.713558 0.0508278 0
+0.744869 0.0289311 0
+0.775235 0.0037995 0
+0.805035 0 0
+0.835233 0 0
+0 0.209003 0.0157931
+0 0.209262 0.0130007
+0.00386053 0.210132 0.0100252
+0.0203861 0.211292 0.00712596
+0.0367437 0.212863 0.00422675
+0.0528115 0.214405 0.000793469
+0.0691691 0.215869 0
+0.0860761 0.21738 0
+0.103548 0.218448 0
+0.122591 0.21944 0
+0.143557 0.220264 0
+0.167086 0.220691 0
+0.193881 0.220111 0
+0.223819 0.218708 0
+0.253986 0.216022 0
+0.28426 0.212619 0
+0.316121 0.208972 0
+0.348913 0.204532 0
+0.382574 0.199802 0
+0.416724 0.194049 0
+0.451652 0.187747 0
+0.487221 0.180453 0
+0.522805 0.171908 0
+0.558709 0.162341 0
+0.594415 0.151537 0
+0.63006 0.139544 0
+0.66511 0.125505 0
+0.699016 0.109789 0
+0.731746 0.0915389 0
+0.763012 0.0709239 0
+0.793347 0.0474098 0
+0.821408 0.0198672 0
+0.848692 0 0
+0 0.234424 0
+0 0.235035 0
+6.10361e-05 0.236622 0
+0.0171664 0.23859 0
+0.0336461 0.240421 0
+0.0502174 0.242344 0
+0.0672313 0.24445 0
+0.0852674 0.246952 0
+0.103975 0.249012 0
+0.12398 0.250675 0
+0.145693 0.251896 0
+0.170291 0.252781 0
+0.198199 0.252613 0
+0.229129 0.251606 0
+0.261418 0.250294 0
+0.292638 0.247608 0
+0.324224 0.244114 0
+0.357458 0.240223 0
+0.390967 0.235676 0
+0.42562 0.230594 0
+0.460899 0.224643 0
+0.496605 0.217731 0
+0.532753 0.210086 0
+0.569207 0.201312 0
+0.606073 0.191287 0
+0.642481 0.180011 0
+0.678523 0.167208 0
+0.714229 0.152544 0
+0.748867 0.136126 0
+0.782452 0.117159 0
+0.81387 0.0954452 0
+0.842939 0.0698863 0
+0.869673 0.0400244 0
+0 0.261982 0
+0 0.263294 0
+0 0.265629 0
+0.0156405 0.268391 0
+0.0328527 0.271305 0
+0.0502174 0.274113 0
+0.0679179 0.276921 0
+0.0864881 0.279759 0
+0.106249 0.282475 0
+0.127184 0.284688 0
+0.149859 0.28632 0
+0.175021 0.28719 0
+0.203967 0.287388 0
+0.23505 0.286503 0
+0.267201 0.285283 0
+0.300496 0.283879 0
+0.332403 0.280735 0
+0.365072 0.276936 0
+0.398932 0.272908 0
+0.433371 0.268269 0
+0.468559 0.262715 0
+0.504158 0.256703 0
+0.540185 0.249577 0
+0.576806 0.241642 0
+0.613519 0.232654 0
+0.650446 0.222431 0
+0.68751 0.210697 0
+0.724392 0.197238 0
+0.761181 0.182147 0
+0.796613 0.16463 0
+0.831052 0.144747 0
+0.863584 0.121843 0
+0.893202 0.0954299 0
+0 0.293141 0
+0 0.295399 0
+0 0.298436 0
+0.0165103 0.301808 0
+0.0342565 0.305455 0
+0.0521859 0.308843 0
+0.0704204 0.312123 0
+0.0893111 0.315114 0
+0.10956 0.318074 0
+0.130968 0.320378 0
+0.154253 0.322026 0
+0.18027 0.322866 0
+0.209552 0.322759 0
+0.240742 0.322286 0
+0.272847 0.321294 0
+0.305867 0.319844 0
+0.340414 0.318395 0
+0.372778 0.314855 0
+0.406165 0.311162 0
+0.440543 0.30663 0
+0.475456 0.301869 0
+0.510933 0.296132 0
+0.547234 0.289952 0
+0.583856 0.282811 0
+0.620523 0.274678 0
+0.657633 0.265293 0
+0.694759 0.254826 0
+0.731838 0.242863 0
+0.769009 0.229419 0
+0.805859 0.213596 0
+0.842176 0.19559 0
+0.877317 0.174533 0
+0.911284 0.150622 0
+0 0.32755 0
+0 0.330526 0
+0.00187686 0.334142 0
+0.0193027 0.337713 0
+0.0370336 0.341436 0
+0.0551614 0.345068 0
+0.073518 0.348486 0
+0.0925917 0.351568 0
+0.112856 0.354284 0
+0.134859 0.356832 0
+0.158679 0.358495 0
+0.185595 0.359289 0
+0.215167 0.359197 0
+0.246586 0.358877 0
+0.278462 0.357992 0
+0.311513 0.356786 0
+0.345556 0.355505 0
+0.380118 0.353597 0
+0.413382 0.349859 0
+0.447379 0.346059 0
+0.482094 0.341421 0
+0.517815 0.336492 0
+0.55404 0.330861 0
+0.590219 0.324285 0
+0.627359 0.316991 0
+0.664515 0.308766 0
+0.701717 0.299413 0
+0.739193 0.288655 0
+0.776165 0.27657 0
+0.813046 0.262562 0
+0.849668 0.246342 0
+0.885878 0.227985 0
+0.921492 0.206607 0
+0 0.363745 0
+0 0.367315 0
+0.00572213 0.371023 0
+0.0228122 0.37464 0
+0.0403601 0.378302 0
+0.0583963 0.382055 0
+0.0770275 0.385489 0
+0.0962997 0.388663 0
+0.116838 0.391409 0
+0.138872 0.393698 0
+0.163439 0.395666 0
+0.190982 0.396323 0
+0.220905 0.396323 0
+0.252155 0.396078 0
+0.284428 0.395453 0
+0.317098 0.39443 0
+0.350591 0.393179 0
+0.385397 0.391836 0
+0.420554 0.389624 0
+0.454475 0.386114 0
+0.489021 0.381888 0
+0.52459 0.377478 0
+0.56022 0.372183 0
+0.597086 0.366354 0
+0.633814 0.359838 0
+0.670649 0.35227 0
+0.708263 0.343816 0
+0.745586 0.33431 0
+0.782803 0.323415 0
+0.819928 0.311101 0
+0.856718 0.296818 0
+0.893202 0.280766 0
+0.929091 0.261677 0
+0 0.401068 0
+0 0.404532 0
+0.0101472 0.408621 0
+0.0270542 0.412314 0
+0.0444343 0.416007 0
+0.0621958 0.419547 0
+0.0810559 0.423163 0
+0.100496 0.426322 0
+0.121263 0.429099 0
+0.143755 0.431373 0
+0.168719 0.433173 0
+0.196765 0.433967 0
+0.226886 0.434119 0
+0.257893 0.433936 0
+0.290196 0.433677 0
+0.32282 0.432898 0
+0.356283 0.431739 0
+0.390768 0.430625 0
+0.425864 0.428916 0
+0.46128 0.426612 0
+0.49604 0.42295 0
+0.530861 0.418738 0
+0.567071 0.414054 0
+0.603067 0.408667 0
+0.639948 0.402808 0
+0.677226 0.396246 0
+0.714351 0.388708 0
+0.75172 0.379904 0
+0.789136 0.370275 0
+0.826276 0.359258 0
+0.863142 0.346761 0
+0.900084 0.33254 0
+0.936034 0.31603 0
+0 0.43917 0
+0 0.442725 0
+0.0148318 0.446571 0
+0.0320439 0.450614 0
+0.0491493 0.454261 0
+0.0668956 0.457771 0
+0.0853285 0.461173 0
+0.105226 0.464515 0
+0.126177 0.467353 0
+0.149142 0.469612 0
+0.174502 0.471138 0
+0.203082 0.472221 0
+0.233097 0.47248 0
+0.264164 0.472465 0
+0.296162 0.472511 0
+0.328634 0.471962 0
+0.362097 0.470985 0
+0.396155 0.469749 0
+0.431067 0.468666 0
+0.466926 0.466835 0
+0.502831 0.464454 0
+0.537911 0.460533 0
+0.573388 0.456474 0
+0.609613 0.451545 0
+0.646281 0.446326 0
+0.68307 0.440055 0
+0.720455 0.433433 0
+0.757687 0.42591 0
+0.795087 0.417334 0
+0.832517 0.407523 0
+0.869474 0.396445 0
+0.906004 0.383825 0
+0.942519 0.369207 0
+0 0.477836 0
+0.00366217 0.481437 0
+0.0207218 0.485344 0
+0.0374151 0.489067 0
+0.0546273 0.492973 0
+0.0721904 0.496666 0
+0.0906691 0.500023 0
+0.110353 0.503166 0
+0.13167 0.506249 0
+0.15494 0.508446 0
+0.180926 0.509987 0
+0.209857 0.511055 0
+0.239673 0.511452 0
+0.270542 0.511589 0
+0.30219 0.51165 0
+0.334874 0.511391 0
+0.367941 0.51075 0
+0.401816 0.509819 0
+0.436973 0.508797 0
+0.472099 0.507317 0
+0.508141 0.505394 0
+0.544656 0.502968 0
+0.579828 0.498955 0
+0.615946 0.494865 0
+0.652216 0.489815 0
+0.689189 0.484504 0
+0.726406 0.478508 0
+0.763226 0.47158 0
+0.800671 0.46392 0
+0.837827 0.455329 0
+0.874968 0.445487 0
+0.911711 0.434363 0
+0.948028 0.421592 0
+0 0.516716 0
+0.0106508 0.520836 0
+0.0274968 0.524819 0
+0.0437629 0.528557 0
+0.0606088 0.532448 0
+0.0781109 0.53608 0
+0.0966049 0.539437 0
+0.116258 0.542626 0
+0.137957 0.545586 0
+0.161578 0.547768 0
+0.1879 0.549264 0
+0.216861 0.550256 0
+0.246662 0.550973 0
+0.277333 0.551247 0
+0.308598 0.551339 0
+0.341222 0.551476 0
+0.374075 0.551003 0
+0.407965 0.550195 0
+0.442664 0.549554 0
+0.47776 0.548165 0
+0.513558 0.546563 0
+0.55024 0.544854 0
+0.586633 0.542016 0
+0.622354 0.53817 0
+0.658488 0.533806 0
+0.695247 0.52903 0
+0.731914 0.523415 0
+0.769177 0.517357 0
+0.80621 0.510674 0
+0.843198 0.502708 0
+0.880095 0.494102 0
+0.916747 0.484306 0
+0.953353 0.47306 0
+0.00102235 0.556649 0
+0.018204 0.560632 0
+0.0349889 0.56495 0
+0.0508278 0.568658 0
+0.0671702 0.57232 0
+0.0847181 0.57612 0
+0.103105 0.579492 0
+0.122988 0.582605 0
+0.144869 0.585367 0
+0.169009 0.587533 0
+0.195712 0.588937 0
+0.224399 0.589837 0
+0.254078 0.59089 0
+0.28452 0.591348 0
+0.315557 0.591623 0
+0.347814 0.591745 0
+0.380591 0.591684 0
+0.414206 0.591058 0
+0.448478 0.590402 0
+0.483711 0.589364 0
+0.519219 0.587991 0
+0.555352 0.586313 0
+0.592233 0.584558 0
+0.628489 0.581613 0
+0.66479 0.577768 0
+0.700832 0.573343 0
+0.737835 0.568551 0
+0.774472 0.563165 0
+0.811643 0.556832 0
+0.848508 0.550195 0
+0.885481 0.54255 0
+0.921828 0.533684 0
+0.958083 0.523827 0
+0.0106508 0.597498 0
+0.027039 0.601404 0
+0.0429847 0.605371 0
+0.0587778 0.609339 0
+0.074876 0.61297 0
+0.0920272 0.616419 0
+0.110719 0.619974 0
+0.130587 0.623011 0
+0.152453 0.625559 0
+0.177447 0.627771 0
+0.204395 0.629068 0
+0.2327 0.63006 0
+0.262119 0.631251 0
+0.292226 0.631785 0
+0.322972 0.632181 0
+0.354833 0.63241 0
+0.387671 0.632471 0
+0.420829 0.632166 0
+0.454917 0.631495 0
+0.489799 0.63093 0
+0.525246 0.629694 0
+0.561059 0.628229 0
+0.597452 0.626841 0
+0.634409 0.624689 0
+0.671031 0.621988 0
+0.707103 0.617777 0
+0.74345 0.613657 0
+0.780163 0.60853 0
+0.8168 0.603296 0
+0.853742 0.596979 0
+0.890272 0.590265 0
+0.926726 0.582681 0
+0.963119 0.574105 0
+0.0207065 0.638743 0
+0.0366217 0.642832 0
+0.0519722 0.646693 0
+0.0675364 0.650553 0
+0.0834516 0.654093 0
+0.10042 0.65745 0
+0.119066 0.660868 0
+0.139315 0.663722 0
+0.161654 0.666056 0
+0.186831 0.668208 0
+0.213733 0.66952 0
+0.241581 0.670604 0
+0.270497 0.671504 0
+0.300542 0.672465 0
+0.33109 0.673014 0
+0.362448 0.67332 0
+0.395026 0.673655 0
+0.427848 0.673442 0
+0.461631 0.672953 0
+0.496208 0.672602 0
+0.531365 0.671626 0
+0.566873 0.670405 0
+0.603418 0.669108 0
+0.639628 0.667369 0
+0.676646 0.665171 0
+0.713176 0.662333 0
+0.749249 0.658213 0
+0.78558 0.654032 0
+0.822385 0.649149 0
+0.858671 0.643824 0
+0.895506 0.637797 0
+0.931624 0.631022 0
+0.96759 0.623468 0
+0.0319829 0.68072 0
+0.0470283 0.684474 0
+0.0621347 0.688457 0
+0.0771038 0.691981 0
+0.09308 0.695644 0
+0.110048 0.698802 0
+0.12845 0.701854 0
+0.149065 0.704814 0
+0.171923 0.70692 0
+0.197009 0.708644 0
+0.22385 0.710216 0
+0.251423 0.711391 0
+0.279911 0.712352 0
+0.309606 0.713436 0
+0.339681 0.714076 0
+0.370687 0.714412 0
+0.402975 0.714977 0
+0.435401 0.714885 0
+0.468849 0.714565 0
+0.503273 0.71426 0
+0.537911 0.713573 0
+0.573297 0.712474 0
+0.609308 0.711528 0
+0.645563 0.709895 0
+0.681865 0.70808 0
+0.719158 0.706203 0
+0.755261 0.702998 0
+0.791516 0.69929 0
+0.827497 0.694789 0
+0.86424 0.690181 0
+0.900114 0.684749 0
+0.936675 0.67892 0
+0.971817 0.672435 0
+0.0441901 0.723201 0
+0.0586862 0.726696 0
+0.0733501 0.730587 0
+0.0881208 0.733837 0
+0.103746 0.737255 0
+0.120806 0.740505 0
+0.13959 0.743191 0
+0.160616 0.745968 0
+0.183566 0.74789 0
+0.20856 0.749371 0
+0.23505 0.751064 0
+0.262104 0.752255 0
+0.290135 0.753307 0
+0.319356 0.754482 0
+0.349004 0.755215 0
+0.379675 0.755688 0
+0.411505 0.756298 0
+0.443793 0.756283 0
+0.4766 0.756161 0
+0.510597 0.755978 0
+0.544945 0.755489 0
+0.57995 0.75462 0
+0.615854 0.753796 0
+0.651621 0.752468 0
+0.687846 0.750881 0
+0.724514 0.749371 0
+0.761257 0.747295 0
+0.797299 0.743969 0
+0.833402 0.740383 0
+0.869566 0.736324 0
+0.905577 0.731426 0
+0.941527 0.726482 0
+0.971801 0.720623 0
+0.0572976 0.765743 0
+0.0714275 0.769299 0
+0.0856184 0.77261 0
+0.100343 0.776074 0
+0.115846 0.779095 0
+0.133165 0.782177 0
+0.152026 0.784741 0
+0.173144 0.786816 0
+0.196521 0.788861 0
+0.221103 0.790341 0
+0.246784 0.791867 0
+0.273671 0.793256 0
+0.301183 0.794308 0
+0.329824 0.79559 0
+0.359152 0.796368 0
+0.389364 0.796902 0
+0.420523 0.797345 0
+0.452628 0.797681 0
+0.485023 0.797742 0
+0.518563 0.797665 0
+0.552773 0.797345 0
+0.587182 0.796735 0
+0.622385 0.795773 0
+0.658213 0.795026 0
+0.694194 0.793652 0
+0.730541 0.79234 0
+0.766903 0.7906 0
+0.803326 0.788571 0
+0.839567 0.78558 0
+0.875059 0.781781 0
+0.910994 0.777768 0
+0.946639 0.773083 0
+0.971588 0.768017 0
+0.0714885 0.808606 0
+0.0855116 0.812039 0
+0.0994278 0.815122 0
+0.114031 0.818173 0
+0.129717 0.821027 0
+0.1467 0.82359 0
+0.166461 0.826093 0
+0.187472 0.827939 0
+0.210925 0.829908 0
+0.234958 0.831357 0
+0.259968 0.832807 0
+0.286213 0.834287 0
+0.313191 0.835416 0
+0.341283 0.836561 0
+0.37023 0.837522 0
+0.399969 0.838178 0
+0.430564 0.838621 0
+0.462303 0.839185 0
+0.494347 0.839307 0
+0.527306 0.839368 0
+0.561151 0.839261 0
+0.59527 0.838758 0
+0.629908 0.838041 0
+0.665522 0.837385 0
+0.700938 0.836362 0
+0.737057 0.835081 0
+0.773007 0.833783 0
+0.809277 0.831983 0
+0.845716 0.830274 0
+0.881361 0.827054 0
+0.916655 0.82359 0
+0.952087 0.819486 0
+0.971756 0.815 0
+0.0874952 0.851667 0
+0.100786 0.854582 0
+0.114809 0.857755 0
+0.129335 0.860365 0
+0.145327 0.863081 0
+0.16286 0.865263 0
+0.182528 0.867506 0
+0.203693 0.869215 0
+0.226398 0.870924 0
+0.249866 0.872587 0
+0.274205 0.873899 0
+0.300114 0.87541 0
+0.326452 0.876524 0
+0.353811 0.877562 0
+0.382406 0.878721 0
+0.411582 0.879408 0
+0.441611 0.879957 0
+0.472892 0.880659 0
+0.504448 0.880858 0
+0.536843 0.880949 0
+0.570275 0.881056 0
+0.604044 0.880644 0
+0.638117 0.880125 0
+0.673335 0.879713 0
+0.708598 0.878737 0
+0.743893 0.877638 0
+0.780056 0.876631 0
+0.815503 0.875181 0
+0.851637 0.873457 0
+0.887922 0.872007 0
+0.922881 0.868559 0
+0.957763 0.865293 0
+0.972061 0.861204 0
+0.104677 0.893812 0
+0.118013 0.896742 0
+0.132036 0.89955 0
+0.146395 0.902037 0
+0.162585 0.904295 0
+0.180316 0.90631 0
+0.199924 0.907897 0
+0.221042 0.909743 0
+0.242725 0.911254 0
+0.265797 0.912978 0
+0.28957 0.91429 0
+0.314626 0.915831 0
+0.340352 0.916945 0
+0.367239 0.917876 0
+0.395239 0.919051 0
+0.423835 0.919738 0
+0.453315 0.920302 0
+0.48397 0.921019 0
+0.514946 0.921263 0
+0.546807 0.92134 0
+0.579736 0.921523 0
+0.612985 0.921202 0
+0.64683 0.920699 0
+0.681239 0.920363 0
+0.71603 0.919463 0
+0.751095 0.918349 0
+0.786419 0.917479 0
+0.821805 0.91603 0
+0.857435 0.914672 0
+0.893065 0.912749 0
+0.928801 0.911131 0
+0.963592 0.90811 0
+0.972412 0.904372 0
+0.000686656 0.00268559 0.111086
+0.000671397 0.00111391 0.109651
+0.00047303 0.00047303 0.108003
+0.0102541 0.000579843 0.106767
+0.026566 0.000656138 0.105211
+0.0428321 0.000885023 0.103761
+0.0584115 0.00122072 0.10219
+0.0732891 0.00149538 0.100389
+0.0879072 0.00164797 0.0983902
+0.102647 0.00167849 0.0959793
+0.117769 0.00167849 0.09337
+0.133455 0.00125124 0.090074
+0.150088 0.00047303 0.0861524
+0.167971 0 0.0815137
+0.187594 0 0.0759594
+0.209384 0 0.0693675
+0.232944 0 0.0620127
+0.256916 0 0.053727
+0.281636 0 0.0446937
+0.306691 0 0.0346838
+0.332341 0 0.0234989
+0.358282 0 0.0108644
+0.384909 0 0
+0.412192 0 0
+0.439841 0 0
+0.467826 0 0
+0.496269 0 0
+0.5252 0 0
+0.555306 0 0
+0.586145 0 0
+0.617288 0 0
+0.648295 0 0
+0.679438 0 0
+0.000595102 0.0164187 0.108904
+0.000579843 0.0149233 0.107546
+0.000595102 0.0133822 0.106126
+0.0112612 0.011902 0.104616
+0.0274968 0.0102693 0.103182
+0.0436408 0.00860609 0.10161
+0.0590372 0.00697337 0.0999466
+0.0738994 0.005066 0.0982834
+0.0886091 0.00311284 0.0962997
+0.103212 0.00166323 0.0938125
+0.118288 0.00166323 0.0911879
+0.133974 0.00123598 0.0877394
+0.150591 0.000442512 0.0837568
+0.16849 0 0.0792096
+0.188144 0 0.073579
+0.209979 0 0.0668956
+0.233509 0 0.0594034
+0.257679 0 0.0510872
+0.28246 0 0.0419318
+0.307576 0 0.0317235
+0.333303 0 0.0203555
+0.359258 0 0.00733959
+0.385977 0 0
+0.413291 0 0
+0.440925 0 0
+0.469322 0 0
+0.498985 0 0
+0.529015 0 0
+0.559655 0 0
+0.590478 0 0
+0.62237 0 0
+0.655131 0 0
+0.688823 0 0
+0.000488289 0.0294957 0.106783
+0.00047303 0.0280766 0.105287
+0.00047303 0.026627 0.103822
+0.0118868 0.0251316 0.102312
+0.0279393 0.0233616 0.100496
+0.043946 0.0217899 0.098909
+0.0589456 0.0200351 0.0971542
+0.0738537 0.0182193 0.0953536
+0.0884108 0.0162356 0.0933852
+0.103182 0.0137484 0.0910658
+0.118257 0.0111086 0.0882734
+0.134173 0.00794995 0.0851759
+0.150958 0.00427253 0.0814832
+0.169146 0 0.0770123
+0.188708 0 0.0711681
+0.210651 0 0.0643931
+0.234257 0 0.0568246
+0.258488 0 0.0482948
+0.283314 0 0.0391089
+0.308492 0 0.0286259
+0.334127 0 0.0171359
+0.360265 0 0.00367742
+0.387213 0 0
+0.415381 0 0
+0.443961 0 0
+0.473335 0 0
+0.503151 0 0
+0.534401 0 0
+0.566323 0 0
+0.599283 0 0
+0.632746 0 0
+0.666911 0 0
+0.701457 0 0
+0.000518807 0.0420996 0.10454
+0.000564584 0.0408637 0.103243
+0.000549325 0.0395514 0.101747
+0.0128786 0.0381018 0.100053
+0.0287633 0.0363622 0.0982071
+0.0445106 0.0348058 0.0965133
+0.0593271 0.0330816 0.0945296
+0.074052 0.0312657 0.0926986
+0.0883345 0.02916 0.090425
+0.103059 0.0268406 0.087953
+0.117952 0.0242161 0.0851301
+0.133761 0.021088 0.0817884
+0.15024 0.0173342 0.07776
+0.168429 0.0130007 0.0731518
+0.188571 0.00784314 0.067689
+0.211032 0.00175479 0.0612802
+0.234989 0 0.0539864
+0.259358 0 0.0454566
+0.284245 0 0.0359808
+0.309483 0 0.02533
+0.335653 0 0.0132143
+0.362814 0 0
+0.390509 0 0
+0.419242 0 0
+0.449058 0 0
+0.479637 0 0
+0.511193 0 0
+0.543755 0 0
+0.576974 0 0
+0.610864 0 0
+0.64567 0 0
+0.681025 0 0
+0.716625 0 0
+0.000595102 0.0546883 0.102205
+0.000579843 0.0535897 0.10071
+0.000640879 0.052491 0.0992905
+0.0139467 0.0509499 0.0975662
+0.0296941 0.0495155 0.0956741
+0.0452277 0.0479133 0.0938582
+0.0601053 0.0464332 0.0920119
+0.0743572 0.0447242 0.0898756
+0.0888075 0.0428779 0.0875715
+0.103197 0.0407874 0.0849928
+0.118059 0.0381476 0.0818494
+0.133623 0.0352026 0.0783703
+0.15021 0.0316625 0.0743725
+0.168383 0.0274052 0.0696117
+0.188479 0.0223087 0.0638743
+0.21059 0.0163729 0.057145
+0.234623 0.00958267 0.0494087
+0.259648 0.00213626 0.0409552
+0.285557 0 0.0313573
+0.312261 0 0.0207828
+0.339529 0 0.00787366
+0.367544 0 0
+0.396658 0 0
+0.426535 0 0
+0.457588 0 0
+0.489387 0 0
+0.522072 0 0
+0.555673 0 0
+0.590234 0 0
+0.625223 0 0
+0.660731 0 0
+0.696651 0 0
+0.732906 0 0
+0.000747692 0.0671397 0.0995956
+0.000656138 0.0661021 0.098146
+0.00077821 0.065156 0.0967727
+0.0152285 0.0636606 0.0948501
+0.0309148 0.0622568 0.0930953
+0.0461128 0.0608682 0.0910506
+0.0608377 0.0594034 0.0891432
+0.0751202 0.0578927 0.0869459
+0.0894331 0.0562142 0.0846418
+0.103716 0.0541543 0.0818494
+0.118547 0.0518807 0.0787823
+0.134081 0.0491798 0.075349
+0.150683 0.0458839 0.071107
+0.168734 0.0418708 0.066041
+0.189029 0.0370489 0.0601358
+0.211765 0.0312352 0.0529488
+0.236469 0.024506 0.0446632
+0.261967 0.017258 0.0356756
+0.288808 0.00933852 0.0255131
+0.316152 0.000686656 0.013901
+0.344869 0 0.000656138
+0.374731 0 0
+0.405432 0 0
+0.436362 0 0
+0.468315 0 0
+0.50135 0 0
+0.535073 0 0
+0.569451 0 0
+0.604532 0 0
+0.640345 0 0
+0.676585 0 0
+0.713008 0 0
+0.749569 0 0
+0.000732433 0.0794232 0.0967117
+0.000686656 0.0784772 0.0951553
+0.00141909 0.0775311 0.0937667
+0.0163882 0.0762036 0.0919051
+0.0319982 0.0747845 0.090013
+0.0471656 0.0736248 0.0880598
+0.0617075 0.0722515 0.0860609
+0.0760357 0.0709544 0.0838026
+0.0900893 0.0693523 0.0813153
+0.104555 0.0675975 0.0785992
+0.119478 0.0654765 0.0755627
+0.134859 0.0629282 0.0718395
+0.151904 0.0598459 0.0674754
+0.170596 0.05626 0.0623026
+0.19173 0.0517281 0.0560311
+0.215656 0.0462043 0.0485695
+0.241108 0.0399939 0.0399329
+0.267643 0.0331273 0.0302586
+0.294865 0.0255894 0.0193179
+0.323217 0.0172885 0.0065919
+0.352544 0.00779736 0
+0.383001 0 0
+0.414389 0 0
+0.447288 0 0
+0.480644 0 0
+0.514397 0 0
+0.548806 0 0
+0.583871 0 0
+0.619547 0 0
+0.65568 0 0
+0.69218 0 0
+0.728862 0 0
+0.76553 0 0
+0.000564584 0.0917525 0.0933852
+0.000564584 0.0908522 0.0918593
+0.00267033 0.0899519 0.0903792
+0.0176394 0.088716 0.0885328
+0.0331731 0.0874342 0.0865492
+0.048188 0.0862135 0.0846571
+0.0633707 0.0853132 0.0812085
+0.0789807 0.0850843 0.0728008
+0.0920272 0.0831311 0.0744793
+0.106142 0.0814679 0.0730449
+0.121157 0.0796368 0.0704967
+0.137377 0.0775158 0.0673686
+0.154788 0.0747539 0.0631113
+0.174578 0.0714122 0.0579995
+0.196902 0.0672007 0.0515602
+0.221851 0.0618143 0.0436408
+0.248081 0.0558938 0.0345006
+0.275441 0.0492714 0.0240635
+0.30341 0.0419471 0.011902
+0.332296 0.0337682 0
+0.362539 0.0246891 0
+0.393332 0.0143435 0
+0.425147 0.00263981 0
+0.457954 0 0
+0.491951 0 0
+0.527581 0 0
+0.562783 0 0
+0.598444 0 0
+0.63447 0 0
+0.670832 0 0
+0.707347 0 0
+0.743893 0 0
+0.780377 0 0
+0.000167849 0.104189 0.0895247
+0.000213626 0.103349 0.088014
+0.0037232 0.102541 0.0864271
+0.0186923 0.101259 0.084535
+0.0342718 0.100267 0.0827497
+0.0492714 0.0992752 0.0809339
+0.0646372 0.0986954 0.0775769
+0.0797742 0.098436 0.0716716
+0.0949111 0.0979171 0.0656443
+0.109133 0.0963302 0.0665599
+0.124529 0.094667 0.065095
+0.141161 0.0929122 0.0622568
+0.159579 0.090486 0.0583352
+0.180011 0.0872663 0.0530861
+0.203494 0.0831464 0.0462501
+0.229587 0.0778821 0.0377661
+0.256535 0.0720989 0.0280003
+0.284611 0.0656291 0.0165255
+0.313405 0.0585031 0.0031281
+0.343053 0.0505379 0
+0.373648 0.0416266 0
+0.405432 0.0315862 0
+0.437552 0.0201877 0
+0.470726 0.00730907 0
+0.50454 0 0
+0.539528 0 0
+0.57554 0 0
+0.612039 0 0
+0.648219 0 0
+0.684596 0 0
+0.72105 0 0
+0.757397 0 0
+0.793561 0 0
+0 0.117098 0.085069
+0 0.116381 0.0835279
+0.00483711 0.115724 0.082002
+0.0197604 0.114824 0.0802777
+0.0352178 0.114122 0.0785382
+0.0504921 0.11368 0.076997
+0.0660258 0.11342 0.0734875
+0.0812848 0.113313 0.0692149
+0.0972 0.113375 0.0631418
+0.11313 0.112795 0.0578622
+0.128923 0.111284 0.0581216
+0.145892 0.109407 0.0558785
+0.165118 0.107073 0.0521096
+0.186542 0.103853 0.0464637
+0.211185 0.0997482 0.0392767
+0.238224 0.0946975 0.0302892
+0.265904 0.0890059 0.0195621
+0.294514 0.0827802 0.00709545
+0.324392 0.075761 0
+0.354711 0.0679942 0
+0.386007 0.0593423 0
+0.418006 0.0496071 0
+0.450797 0.0386206 0
+0.484276 0.0262303 0
+0.518257 0.0121462 0
+0.552773 0 0
+0.587747 0 0
+0.623865 0 0
+0.661006 0 0
+0.697124 0 0
+0.733288 0 0
+0.769345 0 0
+0.805219 0 0
+0 0.131212 0.0797742
+0 0.130694 0.0783703
+0.00515755 0.130404 0.0769513
+0.0205234 0.130037 0.0755932
+0.036408 0.129885 0.0741741
+0.0523537 0.129793 0.0721447
+0.0679942 0.129824 0.0690013
+0.0834821 0.130022 0.0652476
+0.0992447 0.130022 0.0601816
+0.115953 0.129854 0.052842
+0.133379 0.129137 0.0474098
+0.151003 0.127306 0.04654
+0.17113 0.125002 0.0432898
+0.19379 0.121736 0.037644
+0.219486 0.117678 0.0299687
+0.247288 0.112673 0.0202945
+0.275761 0.10721 0.00886549
+0.305211 0.101167 0
+0.335653 0.0944076 0
+0.366979 0.0870069 0
+0.398917 0.0786603 0
+0.431601 0.0692607 0
+0.464714 0.0587167 0
+0.498299 0.0467384 0
+0.532403 0.0333715 0
+0.566705 0.0181277 0
+0.601114 0.000534066 0
+0.635615 0 0
+0.671168 0 0
+0.70808 0 0
+0.743984 0 0
+0.779568 0 0
+0.815106 0 0
+0 0.147662 0.0739605
+0 0.147311 0.0726329
+0.00529488 0.147158 0.0711223
+0.0210422 0.147127 0.0697642
+0.0373693 0.147189 0.0681926
+0.053666 0.147494 0.0657816
+0.0695201 0.147982 0.0629282
+0.0851911 0.148318 0.0593576
+0.101213 0.148501 0.0545052
+0.118257 0.148455 0.0478676
+0.136767 0.148211 0.0385443
+0.1561 0.146929 0.0322576
+0.177142 0.144701 0.0303655
+0.201236 0.141436 0.0250095
+0.228077 0.137469 0.0172732
+0.256764 0.132799 0.00741588
+0.285847 0.127474 0
+0.316182 0.121691 0
+0.347311 0.115404 0
+0.379187 0.108141 0
+0.412009 0.10016 0
+0.445228 0.0911879 0
+0.478981 0.0810559 0
+0.512947 0.0696422 0
+0.547295 0.0569162 0
+0.581476 0.0423896 0
+0.615549 0.0258488 0
+0.649348 0.00688182 0
+0.683253 0 0
+0.717235 0 0
+0.752621 0 0
+0.788205 0 0
+0.823011 0 0
+0 0.165957 0.0660105
+0 0.165682 0.0643473
+0.00451667 0.165957 0.0628977
+0.0206912 0.166201 0.0614481
+0.0375372 0.166674 0.0593423
+0.0537575 0.167254 0.0568704
+0.0698405 0.168109 0.0540932
+0.085893 0.168734 0.0504768
+0.102602 0.169238 0.0457465
+0.120272 0.169543 0.0396887
+0.139162 0.169299 0.0309148
+0.160128 0.168536 0.0181277
+0.183017 0.166705 0.0109712
+0.208423 0.163607 0.007187
+0.236255 0.159762 7.62951e-05
+0.265553 0.155444 0
+0.295903 0.150607 0
+0.327169 0.145357 0
+0.358968 0.139284 0
+0.391775 0.132616 0
+0.425284 0.125109 0
+0.459434 0.116625 0
+0.493767 0.107027 0
+0.52813 0.0961776 0
+0.562631 0.0839399 0
+0.596933 0.0700847 0
+0.630838 0.0543832 0
+0.664195 0.0364691 0
+0.697322 0.0161288 0
+0.729732 0 0
+0.761746 0 0
+0.794659 0 0
+0.829374 0 0
+0 0.18674 0.0544289
+0 0.186587 0.0526741
+0.00183108 0.187015 0.0510567
+0.0187381 0.187762 0.0491798
+0.0357977 0.188754 0.0470741
+0.0523384 0.189929 0.0447395
+0.068574 0.190967 0.0417182
+0.0851606 0.191867 0.0379034
+0.102419 0.192752 0.0332647
+0.120821 0.193454 0.0270695
+0.140551 0.193576 0.0185397
+0.162585 0.193225 0.00695811
+0.187594 0.191867 0
+0.214984 0.189197 0
+0.244007 0.185809 0
+0.273976 0.181903 0
+0.305608 0.177752 0
+0.33756 0.1729 0
+0.370779 0.167605 0
+0.40444 0.161578 0
+0.438437 0.154467 0
+0.473487 0.146487 0
+0.508537 0.137499 0
+0.543648 0.127321 0
+0.578607 0.11574 0
+0.613336 0.102663 0
+0.647532 0.0877089 0
+0.681086 0.0706798 0
+0.713375 0.0512245 0
+0.744762 0.0292821 0
+0.775189 0.00421149 0
+0.804959 0 0
+0.835157 0 0
+0 0.210208 0.0392615
+0 0.210147 0.0373236
+0 0.210971 0.0353094
+0.0153201 0.212177 0.0332036
+0.0325475 0.213687 0.0310826
+0.0494698 0.215442 0.0287327
+0.0662852 0.217029 0.0257267
+0.0834058 0.218372 0.0216831
+0.101244 0.219638 0.016495
+0.120272 0.220691 0.0100404
+0.140932 0.221241 0.00163272
+0.164187 0.221408 0
+0.191058 0.22089 0
+0.221225 0.219623 0
+0.251545 0.216953 0
+0.282048 0.213474 0
+0.314321 0.20972 0
+0.347127 0.205249 0
+0.380926 0.200534 0
+0.415335 0.194751 0
+0.450629 0.188388 0
+0.486152 0.181109 0
+0.521813 0.172503 0
+0.557916 0.162951 0
+0.593774 0.152163 0
+0.629496 0.140093 0
+0.664668 0.126085 0
+0.698604 0.110262 0
+0.731487 0.092134 0
+0.76289 0.0715038 0
+0.793301 0.0479438 0
+0.821378 0.0203861 0
+0.848722 0 0
+0 0.235782 0.0210117
+0 0.236133 0.0188602
+0 0.237629 0.0167544
+0.0123598 0.239322 0.0147707
+0.0297398 0.241337 0.012604
+0.0470588 0.243595 0.0100099
+0.0645457 0.245792 0.00669871
+0.0824598 0.247837 0.00270085
+0.101335 0.249897 0
+0.12108 0.251301 0
+0.14255 0.252323 0
+0.167285 0.253346 0
+0.195239 0.253285 0
+0.226291 0.252476 0
+0.258824 0.251225 0
+0.29044 0.248554 0
+0.322393 0.244877 0
+0.355612 0.241047 0
+0.38941 0.236408 0
+0.42417 0.231312 0
+0.459602 0.225284 0
+0.495384 0.218448 0
+0.531685 0.210803 0
+0.568307 0.202045 0
+0.605234 0.191974 0
+0.64181 0.180697 0
+0.678004 0.16788 0
+0.713832 0.153201 0
+0.748669 0.136797 0
+0.7823 0.117845 0
+0.813779 0.0960555 0
+0.842969 0.0705272 0
+0.86978 0.0406043 0
+0 0.263386 0.000106813
+0 0.264424 0
+0 0.266621 0
+0.0108949 0.269261 0
+0.0288548 0.272206 0
+0.04654 0.274861 0
+0.0644236 0.27744 0
+0.0830396 0.280095 0
+0.102632 0.282628 0
+0.123705 0.284993 0
+0.146639 0.286717 0
+0.171923 0.287709 0
+0.200748 0.288014 0
+0.232044 0.287297 0
+0.264546 0.286152 0
+0.298085 0.284718 0
+0.330617 0.281636 0
+0.363195 0.27776 0
+0.397208 0.273701 0
+0.432013 0.268986 0
+0.46717 0.263462 0
+0.502892 0.25745 0
+0.539071 0.250233 0
+0.575799 0.242359 0
+0.61265 0.233417 0
+0.649699 0.223163 0
+0.687022 0.211368 0
+0.723888 0.197986 0
+0.7608 0.182849 0
+0.796307 0.165286 0
+0.831083 0.145373 0
+0.863554 0.122499 0
+0.893278 0.0960861 0
+0 0.293919 0
+0 0.295827 0
+0 0.29865 0
+0.0112612 0.302007 0
+0.0292821 0.305226 0
+0.0475929 0.308659 0
+0.0663157 0.312001 0
+0.0855421 0.315129 0
+0.105943 0.318227 0
+0.127443 0.320623 0
+0.150958 0.322408 0
+0.176974 0.323384 0
+0.206226 0.323476 0
+0.237842 0.323003 0
+0.270237 0.322026 0
+0.303655 0.320668 0
+0.338201 0.31931 0
+0.370855 0.31574 0
+0.404532 0.311986 0
+0.438972 0.307439 0
+0.474052 0.302663 0
+0.509773 0.29688 0
+0.54609 0.290669 0
+0.58291 0.283589 0
+0.619593 0.275303 0
+0.656931 0.266026 0
+0.694163 0.255558 0
+0.731334 0.243565 0
+0.768688 0.230076 0
+0.805615 0.214267 0
+0.842039 0.196231 0
+0.87718 0.175219 0
+0.911345 0.151247 0
+0 0.327108 0
+0 0.330007 0
+0 0.333623 0
+0.0136568 0.337285 0
+0.0321508 0.341253 0
+0.0505379 0.344854 0
+0.0694133 0.348363 0
+0.0887922 0.351492 0
+0.109209 0.35436 0
+0.13135 0.357061 0
+0.155352 0.358816 0
+0.182132 0.359777 0
+0.211795 0.359854 0
+0.24361 0.359548 0
+0.276036 0.358694 0
+0.30901 0.35758 0
+0.343267 0.356329 0
+0.378241 0.35462 0
+0.411627 0.350744 0
+0.445838 0.346944 0
+0.48072 0.34226 0
+0.516564 0.337285 0
+0.552956 0.33167 0
+0.589273 0.325048 0
+0.626627 0.317708 0
+0.663767 0.309468 0
+0.701091 0.300114 0
+0.738689 0.289387 0
+0.775876 0.277211 0
+0.812772 0.263264 0
+0.849531 0.247089 0
+0.885756 0.228748 0
+0.921447 0.207294 0
+0 0.363439 0
+0 0.366644 0
+0 0.370474 0
+0.0174105 0.374151 0
+0.0354467 0.377905 0
+0.0540169 0.381857 0
+0.0729076 0.385382 0
+0.0924697 0.388617 0
+0.1131 0.391485 0
+0.135317 0.393927 0
+0.160037 0.395911 0
+0.187472 0.396826 0
+0.217548 0.396933 0
+0.249332 0.396674 0
+0.281621 0.396124 0
+0.314656 0.395163 0
+0.348379 0.393957 0
+0.383505 0.39266 0
+0.418875 0.390707 0
+0.452842 0.386969 0
+0.487678 0.382803 0
+0.523323 0.378241 0
+0.559136 0.372976 0
+0.596109 0.367086 0
+0.632898 0.36054 0
+0.670115 0.352956 0
+0.707698 0.344533 0
+0.745083 0.335058 0
+0.782422 0.324178 0
+0.819654 0.311788 0
+0.856489 0.297551 0
+0.893095 0.281544 0
+0.92903 0.262455 0
+0 0.400366 0
+0 0.404105 0
+0.00411994 0.40795 0
+0.0217288 0.411841 0
+0.0396277 0.415549 0
+0.0578164 0.419181 0
+0.0768902 0.423011 0
+0.0966812 0.42623 0
+0.117571 0.429191 0
+0.140124 0.431571 0
+0.165286 0.43357 0
+0.193179 0.434485 0
+0.223484 0.434653 0
+0.255009 0.43447 0
+0.287404 0.434363 0
+0.320272 0.43357 0
+0.354162 0.432471 0
+0.388815 0.431449 0
+0.424048 0.429847 0
+0.459968 0.427573 0
+0.494682 0.423911 0
+0.529702 0.419608 0
+0.565988 0.414893 0
+0.602121 0.409476 0
+0.639307 0.403601 0
+0.676524 0.396994 0
+0.713787 0.38938 0
+0.751339 0.380606 0
+0.788754 0.371008 0
+0.825986 0.35996 0
+0.862974 0.347494 0
+0.899947 0.333288 0
+0.935958 0.316747 0
+0 0.438346 0
+0 0.441871 0
+0.00932326 0.446174 0
+0.0268711 0.450004 0
+0.0444495 0.453803 0
+0.0625467 0.457435 0
+0.0813458 0.46096 0
+0.10135 0.464469 0
+0.12253 0.467369 0
+0.145418 0.46981 0
+0.171023 0.471626 0
+0.199451 0.47277 0
+0.229938 0.473014 0
+0.261067 0.472999 0
+0.293355 0.473136 0
+0.326299 0.472541 0
+0.359808 0.471687 0
+0.394095 0.470573 0
+0.429587 0.469429 0
+0.465278 0.46772 0
+0.501381 0.465431 0
+0.536751 0.461585 0
+0.572244 0.457282 0
+0.60882 0.452399 0
+0.645518 0.447227 0
+0.682429 0.44094 0
+0.719905 0.434211 0
+0.757259 0.426673 0
+0.794797 0.418067 0
+0.832166 0.408118 0
+0.86923 0.397055 0
+0.905837 0.384527 0
+0.942458 0.369924 0
+0 0.476921 0
+0 0.480659 0
+0.0152285 0.484672 0
+0.0327001 0.488792 0
+0.0500496 0.492592 0
+0.0678874 0.4963 0
+0.0866255 0.499809 0
+0.106615 0.503334 0
+0.127962 0.506233 0
+0.151217 0.508675 0
+0.177371 0.510292 0
+0.206195 0.511543 0
+0.236515 0.511925 0
+0.267491 0.512215 0
+0.299535 0.512291 0
+0.332326 0.512093 0
+0.365667 0.511498 0
+0.399985 0.510506 0
+0.435126 0.509621 0
+0.470558 0.50811 0
+0.506935 0.506325 0
+0.543496 0.504036 0
+0.578836 0.499977 0
+0.615061 0.49575 0
+0.651453 0.490684 0
+0.688548 0.485344 0
+0.72578 0.479271 0
+0.762783 0.472343 0
+0.80029 0.464668 0
+0.837705 0.456031 0
+0.874968 0.446235 0
+0.911696 0.435035 0
+0.947967 0.422354 0
+0 0.51606 0
+0.00476081 0.520012 0
+0.0222629 0.524147 0
+0.03888 0.527977 0
+0.0561379 0.532052 0
+0.0739147 0.535744 0
+0.0925002 0.539315 0
+0.112398 0.54255 0
+0.134127 0.545708 0
+0.157687 0.548028 0
+0.184253 0.549554 0
+0.213352 0.550835 0
+0.243549 0.551431 0
+0.274281 0.551812 0
+0.30602 0.551888 0
+0.338674 0.552102 0
+0.371908 0.551629 0
+0.405921 0.550942 0
+0.440787 0.550271 0
+0.476356 0.548974 0
+0.512245 0.547433 0
+0.548974 0.545876 0
+0.585657 0.543084 0
+0.621363 0.539055 0
+0.65774 0.534707 0
+0.694621 0.529961 0
+0.731456 0.524239 0
+0.768795 0.518227 0
+0.805737 0.51133 0
+0.842924 0.503471 0
+0.880003 0.494865 0
+0.916716 0.485069 0
+0.953353 0.473869 0
+0 0.555779 0
+0.0129397 0.560174 0
+0.0298924 0.564309 0
+0.0460975 0.568139 0
+0.0627146 0.571923 0
+0.0805066 0.575845 0
+0.0991073 0.579293 0
+0.119066 0.582559 0
+0.141131 0.585672 0
+0.165225 0.587808 0
+0.191928 0.58938 0
+0.220874 0.590417 0
+0.250996 0.591409 0
+0.281514 0.591928 0
+0.313024 0.592142 0
+0.345312 0.592355 0
+0.378531 0.592264 0
+0.412146 0.591775 0
+0.44686 0.591089 0
+0.482094 0.590204 0
+0.517769 0.588876 0
+0.554192 0.587182 0
+0.591211 0.585595 0
+0.627878 0.582681 0
+0.664118 0.578866 0
+0.700328 0.574289 0
+0.737316 0.569451 0
+0.773938 0.563897 0
+0.811353 0.557778 0
+0.848264 0.551019 0
+0.885344 0.543359 0
+0.921706 0.534447 0
+0.958038 0.524636 0
+0.00483711 0.596689 0
+0.0217288 0.600702 0
+0.0383001 0.605081 0
+0.0540627 0.608896 0
+0.0704204 0.612619 0
+0.087892 0.616342 0
+0.106569 0.619883 0
+0.126604 0.623011 0
+0.14873 0.625742 0
+0.173648 0.628077 0
+0.200549 0.629496 0
+0.229191 0.630518 0
+0.259037 0.631632 0
+0.289235 0.632364 0
+0.32047 0.632761 0
+0.352346 0.633005 0
+0.385428 0.633173 0
+0.418753 0.632837 0
+0.453071 0.632227 0
+0.488151 0.631754 0
+0.523812 0.630549 0
+0.559792 0.629175 0
+0.596613 0.627756 0
+0.633631 0.625757 0
+0.670344 0.622995 0
+0.706615 0.61886 0
+0.742992 0.614679 0
+0.779828 0.609552 0
+0.816526 0.604196 0
+0.853452 0.597787 0
+0.890105 0.591089 0
+0.926665 0.583551 0
+0.963134 0.574975 0
+0.0155184 0.638254 0
+0.0315251 0.642176 0
+0.0472267 0.646143 0
+0.0630503 0.650233 0
+0.0791333 0.653788 0
+0.0963149 0.657282 0
+0.115175 0.660777 0
+0.135378 0.663752 0
+0.157534 0.6663 0
+0.182818 0.668544 0
+0.21001 0.669886 0
+0.238315 0.671046 0
+0.267353 0.672114 0
+0.297597 0.67303 0
+0.328481 0.673564 0
+0.359991 0.673976 0
+0.392782 0.67425 0
+0.425956 0.674144 0
+0.459831 0.673701 0
+0.494835 0.673289 0
+0.529931 0.67245 0
+0.565835 0.671183 0
+0.60235 0.670024 0
+0.638849 0.66836 0
+0.676066 0.666239 0
+0.71281 0.663462 0
+0.748989 0.659236 0
+0.78529 0.65507 0
+0.821973 0.649958 0
+0.858473 0.644724 0
+0.89543 0.638697 0
+0.931441 0.631769 0
+0.96759 0.624323 0
+0.0267796 0.680018 0
+0.0424048 0.684108 0
+0.0574807 0.687938 0
+0.0725872 0.691585 0
+0.0888838 0.695399 0
+0.105974 0.698741 0
+0.124544 0.701946 0
+0.145159 0.704906 0
+0.168032 0.707149 0
+0.193347 0.709163 0
+0.22034 0.710613 0
+0.248005 0.711864 0
+0.276738 0.712825 0
+0.306691 0.713954 0
+0.337179 0.714595 0
+0.368292 0.715038 0
+0.400732 0.715572 0
+0.433661 0.715511 0
+0.467079 0.715267 0
+0.50164 0.714977 0
+0.536461 0.714336 0
+0.572045 0.713329 0
+0.608194 0.712398 0
+0.6448 0.710857 0
+0.681254 0.709117 0
+0.718791 0.707286 0
+0.755001 0.704082 0
+0.79147 0.700282 0
+0.827359 0.695888 0
+0.864103 0.691157 0
+0.900038 0.685695 0
+0.936675 0.679805 0
+0.971817 0.67335 0
+0.0392004 0.722515 0
+0.0539864 0.726238 0
+0.0688792 0.730159 0
+0.083711 0.733623 0
+0.099733 0.737209 0
+0.116762 0.740383 0
+0.13547 0.743252 0
+0.156405 0.746166 0
+0.179477 0.748241 0
+0.204654 0.749767 0
+0.231403 0.751522 0
+0.258747 0.752743 0
+0.287022 0.753826 0
+0.316533 0.755032 0
+0.346609 0.755703 0
+0.377295 0.756283 0
+0.409308 0.756848 0
+0.44181 0.756939 0
+0.474861 0.756893 0
+0.50898 0.756634 0
+0.54374 0.756191 0
+0.578683 0.755383 0
+0.61471 0.75465 0
+0.650706 0.753368 0
+0.687343 0.751827 0
+0.723995 0.750301 0
+0.76109 0.748333 0
+0.797208 0.745098 0
+0.833478 0.741375 0
+0.869398 0.73727 0
+0.905684 0.732479 0
+0.941588 0.727489 0
+0.97171 0.72137 0
+0.052781 0.765362 0
+0.0669261 0.768872 0
+0.0812543 0.772274 0
+0.0960861 0.775891 0
+0.111742 0.778881 0
+0.129076 0.782162 0
+0.147829 0.784878 0
+0.169314 0.787228 0
+0.19263 0.789197 0
+0.217456 0.790738 0
+0.243534 0.792325 0
+0.270481 0.793713 0
+0.298238 0.794827 0
+0.327214 0.796094 0
+0.35671 0.796887 0
+0.38703 0.797513 0
+0.418418 0.798001 0
+0.45069 0.798383 0
+0.483543 0.798383 0
+0.516976 0.798352 0
+0.551431 0.798123 0
+0.585992 0.797543 0
+0.621332 0.796658 0
+0.657496 0.79588 0
+0.693477 0.794598 0
+0.730114 0.793133 0
+0.766674 0.791653 0
+0.803265 0.789624 0
+0.839643 0.786725 0
+0.875227 0.782773 0
+0.91107 0.778851 0
+0.946838 0.77409 0
+0.971588 0.7691 0
+0.0669871 0.808118 0
+0.081178 0.811627 0
+0.0951247 0.814847 0
+0.110048 0.818158 0
+0.125475 0.820996 0
+0.142702 0.823697 0
+0.162203 0.826307 0
+0.18352 0.828305 0
+0.206989 0.830274 0
+0.231266 0.83183 0
+0.256489 0.833204 0
+0.28304 0.834836 0
+0.310277 0.835874 0
+0.338674 0.83714 0
+0.367697 0.838056 0
+0.397665 0.838758 0
+0.428489 0.839292 0
+0.460426 0.839887 0
+0.492821 0.839994 0
+0.525704 0.839994 0
+0.559792 0.840024 0
+0.594171 0.839506 0
+0.628931 0.838941 0
+0.664652 0.838331 0
+0.700221 0.837232 0
+0.7364 0.835904 0
+0.772931 0.834699 0
+0.809201 0.833036 0
+0.845579 0.831128 0
+0.881498 0.828122 0
+0.916671 0.824384 0
+0.952285 0.820554 0
+0.971862 0.8159 0
+0.0831006 0.851301 0
+0.0964523 0.854276 0
+0.110704 0.857572 0
+0.1252 0.860304 0
+0.141161 0.863142 0
+0.158709 0.865476 0
+0.178332 0.867781 0
+0.199786 0.86952 0
+0.222629 0.871397 0
+0.246372 0.872938 0
+0.271092 0.874311 0
+0.297002 0.875944 0
+0.323613 0.877134 0
+0.351125 0.878065 0
+0.37995 0.879286 0
+0.409354 0.880079 0
+0.439582 0.880583 0
+0.471046 0.881331 0
+0.502953 0.881514 0
+0.535332 0.881605 0
+0.568978 0.881834 0
+0.602914 0.881483 0
+0.637201 0.880949 0
+0.672465 0.880583 0
+0.707897 0.879667 0
+0.743404 0.878614 0
+0.779706 0.877562 0
+0.815564 0.876158 0
+0.851591 0.874403 0
+0.88777 0.87277 0
+0.923079 0.869566 0
+0.958083 0.866316 0
+0.972061 0.862196 0
+0.10042 0.893797 0
+0.113741 0.896635 0
+0.127779 0.899626 0
+0.142306 0.902068 0
+0.158511 0.90457 0
+0.176364 0.906477 0
+0.196017 0.908385 0
+0.217151 0.910124 0
+0.239017 0.91165 0
+0.262425 0.91339 0
+0.28632 0.914763 0
+0.31162 0.91632 0
+0.337774 0.917418 0
+0.36466 0.918441 0
+0.392859 0.919646 0
+0.421668 0.920363 0
+0.451316 0.920928 0
+0.482185 0.921675 0
+0.513497 0.921889 0
+0.545464 0.921996 0
+0.578454 0.92224 0
+0.611856 0.92195 0
+0.645823 0.921462 0
+0.68043 0.921218 0
+0.715312 0.920348 0
+0.750607 0.919295 0
+0.786191 0.918425 0
+0.821698 0.91696 0
+0.857282 0.915465 0
+0.893156 0.91368 0
+0.928481 0.911543 0
+0.963684 0.908812 0
+0.972412 0.905364 0
+0.000671397 0.00288396 0.127199
+0.000732433 0.00135805 0.125948
+0.000518807 0.000518807 0.124376
+0.0047303 0.000610361 0.123018
+0.0213626 0.000610361 0.121462
+0.0382391 0.000793469 0.120027
+0.0542153 0.00108339 0.118456
+0.0695659 0.00141909 0.11693
+0.0844739 0.00161746 0.114961
+0.0994888 0.00166323 0.112779
+0.114656 0.00158694 0.110124
+0.130617 0.00132753 0.107179
+0.147143 0.000640879 0.103487
+0.165011 0 0.0990463
+0.18468 0 0.0939803
+0.206332 0 0.0878309
+0.230015 0 0.0807507
+0.254414 0 0.0730449
+0.278996 0 0.0646983
+0.304356 0 0.0556802
+0.330098 0 0.0456092
+0.356481 0 0.0345159
+0.383001 0 0.0220798
+0.410315 0 0.00781262
+0.438087 0 0
+0.466468 0 0
+0.494926 0 0
+0.524132 0 0
+0.554726 0 0
+0.585565 0 0
+0.61677 0 0
+0.647822 0 0
+0.679316 0 0
+0.000488289 0.0164492 0.125093
+0.000579843 0.0151217 0.123766
+0.00062562 0.013611 0.122377
+0.00575265 0.0121157 0.121111
+0.0222171 0.0103914 0.119448
+0.0389715 0.00872816 0.117952
+0.0548409 0.00697337 0.116381
+0.0701915 0.00518807 0.114809
+0.0852064 0.00326543 0.113054
+0.100008 0.00169375 0.110674
+0.115206 0.00157168 0.10808
+0.131121 0.00132753 0.104982
+0.147662 0.00062562 0.101305
+0.165545 0 0.0969406
+0.185122 0 0.0918441
+0.206943 0 0.0856184
+0.230732 0 0.0785077
+0.255192 0 0.0707256
+0.27982 0 0.0622721
+0.305241 0 0.0531624
+0.331029 0 0.0428473
+0.357351 0 0.0316625
+0.384024 0 0.0188602
+0.411399 0 0.00440986
+0.439185 0 0
+0.468086 0 0
+0.498039 0 0
+0.528252 0 0
+0.558877 0 0
+0.590204 0 0
+0.622415 0 0
+0.655451 0 0
+0.689387 0 0
+0.000396735 0.0295262 0.122896
+0.000411994 0.0281987 0.121477
+0.00047303 0.0267948 0.120241
+0.00648508 0.02533 0.118746
+0.0227359 0.0235294 0.116915
+0.0393072 0.0218967 0.11548
+0.0548562 0.0201572 0.11368
+0.070161 0.0183413 0.112062
+0.0849775 0.0163272 0.110109
+0.0999008 0.013962 0.108034
+0.115282 0.0113222 0.105409
+0.131243 0.00822461 0.102602
+0.148043 0.00450141 0.0989242
+0.166186 0.000213626 0.0947738
+0.185641 0 0.0895552
+0.20763 0 0.0832532
+0.231525 0 0.076112
+0.255879 0 0.0683146
+0.280705 0 0.0598306
+0.306172 0 0.0504921
+0.332006 0 0.0401465
+0.358236 0 0.0287785
+0.385428 0 0.0154726
+0.413855 0 0
+0.442618 0 0
+0.472236 0 0
+0.502556 0 0
+0.53402 0 0
+0.566201 0 0
+0.59942 0 0
+0.633188 0 0
+0.667582 0 0
+0.702266 0 0
+0.000427253 0.0421149 0.120882
+0.000396735 0.0408637 0.119417
+0.000518807 0.0396735 0.11812
+0.0074464 0.0383001 0.116594
+0.0235599 0.0365148 0.114748
+0.0399023 0.0348821 0.113054
+0.0552834 0.0331579 0.111299
+0.0703288 0.0314031 0.109468
+0.0849775 0.0292973 0.107362
+0.099794 0.027039 0.105074
+0.114977 0.0244297 0.102419
+0.130663 0.0212558 0.0991989
+0.147448 0.0176394 0.0955978
+0.165591 0.0133822 0.0913863
+0.185489 0.00836194 0.0864576
+0.208026 0.00230411 0.0805371
+0.232303 0 0.0736706
+0.256687 0 0.0658579
+0.281636 0 0.057145
+0.307256 0 0.0477302
+0.333745 0 0.0369421
+0.361044 0 0.0247959
+0.388998 0 0.0107118
+0.417929 0 0
+0.448142 0 0
+0.479118 0 0
+0.510994 0 0
+0.543755 0 0
+0.577157 0 0
+0.611337 0 0
+0.646204 0 0
+0.681773 0 0
+0.717662 0 0
+0.000564584 0.0547646 0.118563
+0.000488289 0.0536355 0.117052
+0.00047303 0.0524605 0.115755
+0.0084535 0.0511635 0.114214
+0.0246281 0.0496223 0.112322
+0.0406806 0.0480201 0.110567
+0.0560616 0.0465248 0.108797
+0.0706951 0.044831 0.106783
+0.0854505 0.0429999 0.104631
+0.100008 0.0408942 0.102205
+0.115084 0.0383459 0.099321
+0.130663 0.0354772 0.0961471
+0.147448 0.0319677 0.0924849
+0.165454 0.0278325 0.088014
+0.185367 0.0228122 0.0827649
+0.207706 0.016846 0.0765087
+0.2318 0.010132 0.0694743
+0.25713 0.00263981 0.0617533
+0.283391 0 0.0531167
+0.31017 0 0.0437171
+0.337774 0 0.0326085
+0.366232 0 0.0199435
+0.395377 0 0.005066
+0.425498 0 0
+0.457084 0 0
+0.489143 0 0
+0.522118 0 0
+0.555917 0 0
+0.590585 0 0
+0.625788 0 0
+0.661601 0 0
+0.697658 0 0
+0.734005 0 0
+0.000671397 0.0671855 0.116167
+0.000610361 0.0661631 0.114672
+0.000610361 0.0651102 0.113237
+0.00975052 0.063859 0.111742
+0.0256962 0.0623331 0.10985
+0.0416571 0.0609445 0.107881
+0.0567941 0.0594339 0.106035
+0.071519 0.0579843 0.104051
+0.0859541 0.0562295 0.101793
+0.100603 0.0543221 0.0993057
+0.11548 0.0521096 0.0965286
+0.131228 0.0493935 0.0932937
+0.147845 0.0461128 0.0892958
+0.16582 0.042298 0.0847791
+0.186191 0.0375219 0.0793622
+0.209094 0.0317082 0.0727398
+0.233875 0.0250858 0.0652628
+0.259968 0.0177615 0.0570535
+0.286763 0.00975052 0.0480659
+0.31458 0.0009308 0.0379187
+0.343465 0 0.0266423
+0.373571 0 0.0137179
+0.404395 0 0
+0.435645 0 0
+0.467979 0 0
+0.501259 0 0
+0.535164 0 0
+0.569741 0 0
+0.605005 0 0
+0.641062 0 0
+0.677363 0 0
+0.713848 0 0
+0.75053 0 0
+0.000686656 0.0794995 0.113298
+0.000656138 0.0785382 0.11194
+0.000610361 0.0775769 0.110491
+0.0110323 0.0763867 0.108827
+0.0268711 0.0749218 0.106981
+0.0426947 0.0737163 0.105089
+0.0577554 0.0723278 0.103105
+0.0724498 0.0710002 0.101244
+0.0867475 0.0694285 0.0988632
+0.101457 0.0676738 0.0965133
+0.11632 0.0655222 0.0936599
+0.132097 0.0630808 0.0902571
+0.149157 0.0601205 0.0863661
+0.16788 0.0564889 0.081651
+0.189029 0.0521401 0.0760815
+0.213016 0.0466926 0.069398
+0.238849 0.0404517 0.0616007
+0.265614 0.0335699 0.0529335
+0.293111 0.0259556 0.0433356
+0.321752 0.0173648 0.0323491
+0.351171 0.00784314 0.0197604
+0.38172 0 0.00509651
+0.413611 0 0
+0.446723 0 0
+0.480323 0 0
+0.514199 0 0
+0.548775 0 0
+0.584146 0 0
+0.619944 0 0
+0.656275 0 0
+0.692882 0 0
+0.729671 0 0
+0.766415 0 0
+0.000534066 0.0918288 0.110155
+0.000549325 0.0909285 0.108721
+0.000488289 0.0900435 0.107332
+0.0122072 0.0889143 0.105653
+0.0281376 0.0875563 0.1037
+0.0437781 0.086305 0.10193
+0.058732 0.0852369 0.100038
+0.0733501 0.0839094 0.0980697
+0.0878767 0.0826886 0.0958114
+0.102617 0.081239 0.0932937
+0.118105 0.0796216 0.0906386
+0.134371 0.0775158 0.0874647
+0.152193 0.0749218 0.0835279
+0.171939 0.0717479 0.0788434
+0.194339 0.0674449 0.0728313
+0.219333 0.0622721 0.0659037
+0.246082 0.0562753 0.0576791
+0.273487 0.0496529 0.0483864
+0.301732 0.0422675 0.0379339
+0.33106 0.0339361 0.0257877
+0.36112 0.0246281 0.0116884
+0.392233 0.0142977 0
+0.424353 0.00247196 0
+0.45742 0 0
+0.491753 0 0
+0.527611 0 0
+0.562921 0 0
+0.598749 0 0
+0.634913 0 0
+0.671397 0 0
+0.707942 0 0
+0.744488 0 0
+0.780926 0 0
+3.0518e-05 0.104158 0.106386
+0.000183108 0.103441 0.105074
+0.00015259 0.102663 0.103578
+0.0133211 0.101472 0.101915
+0.0292668 0.100435 0.100191
+0.0449531 0.0994583 0.0983902
+0.0599069 0.0986496 0.0968795
+0.0755627 0.0981155 0.0934462
+0.0923171 0.0985122 0.0841688
+0.106142 0.0967727 0.0864576
+0.121523 0.0951858 0.08542
+0.13846 0.093431 0.0829175
+0.156771 0.0910201 0.0793774
+0.177386 0.087953 0.074815
+0.200977 0.0836805 0.0685435
+0.227176 0.0785687 0.0611582
+0.254597 0.0727398 0.0524605
+0.282887 0.0662394 0.0426032
+0.311894 0.0590066 0.0311284
+0.341695 0.0509194 0.0179446
+0.372717 0.0417792 0.00204471
+0.404349 0.0315862 0
+0.436896 0.0202335 0
+0.470283 0.00726329 0
+0.504295 0 0
+0.539452 0 0
+0.575586 0 0
+0.612284 0 0
+0.648524 0 0
+0.685069 0 0
+0.721492 0 0
+0.757946 0 0
+0.794217 0 0
+0 0.117159 0.10219
+0 0.116472 0.100832
+0 0.115984 0.0996262
+0.0144808 0.115145 0.098024
+0.0303044 0.114412 0.0964828
+0.0461585 0.11397 0.0950484
+0.0614328 0.113603 0.0936751
+0.0776074 0.11342 0.0901503
+0.0939803 0.11371 0.0837415
+0.110796 0.113603 0.0775311
+0.126162 0.111849 0.0786755
+0.143389 0.110124 0.0771496
+0.162371 0.107774 0.0739147
+0.184085 0.104723 0.0693217
+0.208713 0.100572 0.0628672
+0.235904 0.0955215 0.0551003
+0.264012 0.0899062 0.046067
+0.293187 0.0835584 0.0354162
+0.322972 0.0764782 0.0231937
+0.353582 0.0685893 0.00842298
+0.385031 0.0597391 0
+0.417105 0.0498665 0
+0.450126 0.0387732 0
+0.483909 0.026276 0
+0.517968 0.0121309 0
+0.552636 0 0
+0.587808 0 0
+0.623987 0 0
+0.661219 0 0
+0.697536 0 0
+0.733669 0 0
+0.769848 0 0
+0.805722 0 0
+0 0.131594 0.0975357
+0 0.13109 0.0962997
+0 0.130877 0.0951858
+0.0151064 0.130434 0.0937972
+0.0316014 0.130343 0.0926375
+0.047776 0.13019 0.0914321
+0.0634012 0.130098 0.0900282
+0.0798657 0.130175 0.0863203
+0.0962692 0.130526 0.0814832
+0.113405 0.130648 0.0745861
+0.13109 0.130022 0.068864
+0.148821 0.128237 0.0690471
+0.168612 0.125856 0.0664683
+0.191394 0.122805 0.0620432
+0.217166 0.118593 0.0553902
+0.245228 0.113741 0.047364
+0.274006 0.108324 0.0378424
+0.303929 0.102159 0.0266117
+0.334386 0.0952468 0.0129244
+0.365698 0.0875868 0
+0.397864 0.079118 0
+0.43064 0.0695964 0
+0.463996 0.0589761 0
+0.49778 0.0469368 0
+0.532052 0.0334936 0
+0.566461 0.0181888 0
+0.601007 0.000503548 0
+0.63563 0 0
+0.671244 0 0
+0.708293 0 0
+0.744213 0 0
+0.779873 0 0
+0.815412 0 0
+0 0.148074 0.0923476
+0 0.147799 0.0911421
+0 0.147707 0.090013
+0.0158236 0.147631 0.0887312
+0.0325628 0.147707 0.0874342
+0.0488594 0.147967 0.086305
+0.0652628 0.148302 0.0843214
+0.0818341 0.148821 0.0811627
+0.0983139 0.149111 0.0768139
+0.115602 0.149264 0.0710307
+0.134447 0.14931 0.0628672
+0.154177 0.148241 0.0567483
+0.174929 0.145846 0.0558328
+0.199069 0.142794 0.051957
+0.226078 0.138674 0.0454414
+0.254734 0.133959 0.0373388
+0.284306 0.128771 0.0272374
+0.314672 0.122744 0.0150454
+0.345953 0.116106 0.000350958
+0.377966 0.108736 0
+0.410742 0.100618 0
+0.444221 0.0915999 0
+0.478157 0.0814221 0
+0.512306 0.0699474 0
+0.546838 0.0571603 0
+0.58117 0.0425574 0
+0.61529 0.0259709 0
+0.649226 0.00697337 0
+0.683238 0 0
+0.717266 0 0
+0.752667 0 0
+0.788281 0 0
+0.823178 0 0
+0 0.16669 0.0853285
+0 0.1664 0.0839094
+0 0.166583 0.0826886
+0.0153658 0.166781 0.0813764
+0.0323796 0.167193 0.0800946
+0.0488746 0.167773 0.0789349
+0.0659342 0.168597 0.076524
+0.0827344 0.169436 0.0735637
+0.099733 0.170077 0.0696574
+0.11754 0.170413 0.0642252
+0.136858 0.170535 0.057084
+0.158083 0.170001 0.0466468
+0.18114 0.168368 0.0398718
+0.206409 0.165225 0.0374762
+0.234562 0.161425 0.031754
+0.264088 0.156924 0.023621
+0.294469 0.151965 0.0133822
+0.325475 0.146288 0.000549325
+0.357412 0.139956 0
+0.390448 0.133165 0
+0.42417 0.125643 0
+0.458335 0.117128 0
+0.492851 0.107469 0
+0.527504 0.0966049 0
+0.562005 0.0842908 0
+0.596399 0.0703746 0
+0.630503 0.0547036 0
+0.663951 0.0367437 0
+0.697185 0.0163272 0
+0.729625 0 0
+0.761639 0 0
+0.794598 0 0
+0.829358 0 0
+0 0.187579 0.0746777
+0 0.187366 0.0730755
+0 0.187823 0.0718242
+0.0129397 0.188479 0.0706035
+0.030396 0.189425 0.0696117
+0.0476539 0.190463 0.0679026
+0.0648508 0.191653 0.0656138
+0.082063 0.192828 0.0627298
+0.0997787 0.193835 0.0589151
+0.118303 0.194598 0.0540017
+0.138415 0.195102 0.0474403
+0.160388 0.194751 0.0377661
+0.18555 0.193668 0.023621
+0.212909 0.190982 0.0154879
+0.242145 0.187427 0.01178
+0.272251 0.183276 0.00448615
+0.303609 0.17879 0
+0.335592 0.173663 0
+0.368963 0.168276 0
+0.402869 0.162234 0
+0.4374 0.155016 0
+0.472374 0.147082 0
+0.507622 0.138033 0
+0.54287 0.12784 0
+0.577905 0.116258 0
+0.612772 0.10309 0
+0.647166 0.0881971 0
+0.680735 0.0711528 0
+0.713115 0.051667 0
+0.744625 0.0297093 0
+0.775021 0.00462348 0
+0.804822 0 0
+0.835019 0 0
+0 0.2112 0.0607767
+0 0.211078 0.0590677
+0 0.211902 0.0577554
+0.00926223 0.212924 0.0567178
+0.0272831 0.21445 0.0556191
+0.0451514 0.216175 0.0538949
+0.0628824 0.218051 0.0518502
+0.0805982 0.219577 0.0489357
+0.0988479 0.220966 0.045304
+0.118288 0.222278 0.0405127
+0.139239 0.223209 0.0340124
+0.162295 0.223331 0.0247654
+0.188678 0.222644 0.0117189
+0.218235 0.220691 0
+0.248829 0.217929 0
+0.279896 0.214237 0
+0.312001 0.210544 0
+0.345098 0.206088 0
+0.379049 0.201297 0
+0.413916 0.195422 0
+0.449119 0.189075 0
+0.48484 0.181811 0
+0.520699 0.173175 0
+0.556954 0.163592 0
+0.592966 0.152773 0
+0.628992 0.140688 0
+0.664103 0.126711 0
+0.69807 0.110826 0
+0.73109 0.0927138 0
+0.762615 0.0721141 0
+0.793179 0.0485389 0
+0.821271 0.0209049 0
+0.848676 0 0
+0 0.237324 0.0451057
+0 0.237186 0.043122
+0 0.23856 0.0421149
+0.00630198 0.240253 0.0410163
+0.0248875 0.242329 0.0396277
+0.043183 0.244816 0.0382239
+0.0615091 0.247349 0.0363775
+0.0800031 0.249607 0.033753
+0.0990158 0.251514 0.0300755
+0.119188 0.253193 0.0251316
+0.140917 0.254337 0.0182345
+0.164797 0.254749 0.0087129
+0.192233 0.254475 0
+0.223026 0.253346 0
+0.255985 0.252171 0
+0.288197 0.2495 0
+0.320226 0.245777 0
+0.353567 0.241932 0
+0.387549 0.237171 0
+0.422614 0.232044 0
+0.458076 0.22594 0
+0.494026 0.219226 0
+0.530434 0.211536 0
+0.567376 0.202716 0
+0.604273 0.192706 0
+0.64097 0.181415 0
+0.677394 0.168551 0
+0.713268 0.153903 0
+0.748363 0.137438 0
+0.78204 0.118502 0
+0.813626 0.0966659 0
+0.842939 0.0711223 0
+0.869841 0.0411688 0
+0 0.265354 0.0274205
+0 0.26569 0.0257267
+0 0.267796 0.0247959
+0.00556954 0.270527 0.0239261
+0.0244144 0.273411 0.0228275
+0.0429999 0.276341 0.0213931
+0.0617075 0.279255 0.0194247
+0.0806744 0.281971 0.0166476
+0.100404 0.284459 0.0125124
+0.121416 0.286625 0.00724804
+0.143786 0.287984 0
+0.16849 0.288487 0
+0.197269 0.288655 0
+0.228763 0.288075 0
+0.261692 0.286931 0
+0.295644 0.285603 0
+0.328328 0.282597 0
+0.361181 0.278706 0
+0.395468 0.274464 0
+0.43035 0.269718 0
+0.465522 0.26421 0
+0.501564 0.258228 0
+0.537957 0.25098 0
+0.574655 0.243137 0
+0.611673 0.234195 0
+0.648829 0.223911 0
+0.686305 0.212116 0
+0.723262 0.198688 0
+0.760357 0.183612 0
+0.796017 0.166033 0
+0.830961 0.146029 0
+0.863478 0.123201 0
+0.89337 0.0967422 0
+0 0.296208 0.00828565
+0 0.297322 0.00672923
+0 0.300114 0.00560006
+0.00621042 0.303304 0.00477607
+0.0252995 0.306783 0.00364691
+0.0444038 0.310323 0.00213626
+0.0632334 0.313405 0
+0.0824598 0.316258 0
+0.102663 0.318975 0
+0.123888 0.321035 0
+0.147082 0.322728 0
+0.173098 0.323888 0
+0.202777 0.324147 0
+0.234668 0.323644 0
+0.267353 0.322744 0
+0.300923 0.321538 0
+0.335805 0.320241 0
+0.36878 0.316701 0
+0.402731 0.312856 0
+0.437201 0.308293 0
+0.472587 0.303456 0
+0.508492 0.297658 0
+0.544854 0.291478 0
+0.581735 0.284321 0
+0.618631 0.276005 0
+0.656046 0.266789 0
+0.693431 0.256336 0
+0.730709 0.244266 0
+0.768261 0.230838 0
+0.805188 0.214969 0
+0.841779 0.19704 0
+0.876967 0.175906 0
+0.911421 0.151949 0
+0 0.328893 0
+0 0.331136 0
+0 0.334447 0
+0.00820935 0.337942 0
+0.0272831 0.341772 0
+0.0460059 0.345159 0
+0.0650187 0.348348 0
+0.0844892 0.351308 0
+0.105287 0.354452 0
+0.127489 0.357137 0
+0.151492 0.359152 0
+0.178317 0.36022 0
+0.208179 0.360357 0
+0.240269 0.360189 0
+0.272908 0.35938 0
+0.30634 0.358297 0
+0.340749 0.357183 0
+0.376287 0.35552 0
+0.409735 0.351736 0
+0.444099 0.347829 0
+0.479393 0.343069 0
+0.515236 0.338094 0
+0.551675 0.332464 0
+0.588373 0.32578 0
+0.625635 0.318486 0
+0.662943 0.310262 0
+0.700389 0.300862 0
+0.738094 0.290166 0
+0.775402 0.277958 0
+0.812375 0.264027 0
+0.849348 0.247776 0
+0.885618 0.229419 0
+0.921309 0.208072 0
+0 0.363302 0
+0 0.366094 0
+0 0.36965 0
+0.0109102 0.373495 0
+0.029984 0.377584 0
+0.0488594 0.381399 0
+0.0681315 0.385092 0
+0.0881514 0.388418 0
+0.109056 0.391455 0
+0.13167 0.394247 0
+0.15613 0.396185 0
+0.183734 0.397223 0
+0.213962 0.397436 0
+0.24596 0.397421 0
+0.278492 0.396826 0
+0.311955 0.39588 0
+0.346166 0.394659 0
+0.381308 0.393591 0
+0.417014 0.391714 0
+0.451316 0.387778 0
+0.486137 0.383734 0
+0.521874 0.379034 0
+0.558221 0.373739 0
+0.595026 0.36791 0
+0.631876 0.361257 0
+0.669505 0.353674 0
+0.706981 0.345357 0
+0.744472 0.335821 0
+0.781994 0.32488 0
+0.819394 0.31252 0
+0.856184 0.298314 0
+0.892821 0.282185 0
+0.928893 0.263249 0
+0 0.399771 0
+0 0.403174 0
+0 0.407126 0
+0.0154726 0.411048 0
+0.0340734 0.414939 0
+0.0530404 0.419028 0
+0.0722362 0.422629 0
+0.0923018 0.426047 0
+0.113451 0.429114 0
+0.13611 0.431647 0
+0.161242 0.433845 0
+0.18938 0.434821 0
+0.219913 0.435157 0
+0.251606 0.435111 0
+0.284306 0.434974 0
+0.317678 0.434256 0
+0.351644 0.433265 0
+0.386664 0.432197 0
+0.42211 0.430686 0
+0.458351 0.428641 0
+0.493187 0.424903 0
+0.528557 0.420462 0
+0.564767 0.415732 0
+0.601083 0.41033 0
+0.638468 0.404334 0
+0.675746 0.397818 0
+0.713069 0.38999 0
+0.750805 0.381415 0
+0.788281 0.371786 0
+0.825605 0.360754 0
+0.86273 0.348241 0
+0.899702 0.334051 0
+0.935805 0.317494 0
+0 0.437293 0
+0 0.441215 0
+0.00251774 0.445274 0
+0.0208438 0.44921 0
+0.0390326 0.453132 0
+0.0575875 0.456947 0
+0.0770428 0.460899 0
+0.0970474 0.464286 0
+0.11841 0.467308 0
+0.14139 0.469932 0
+0.16701 0.472145 0
+0.195544 0.473121 0
+0.226123 0.473457 0
+0.257618 0.473579 0
+0.29044 0.473732 0
+0.323476 0.473228 0
+0.357259 0.47245 0
+0.392004 0.471321 0
+0.427649 0.470222 0
+0.463493 0.46862 0
+0.49987 0.466438 0
+0.535424 0.462516 0
+0.570977 0.458106 0
+0.607797 0.453285 0
+0.644602 0.44802 0
+0.681651 0.441749 0
+0.719219 0.435004 0
+0.756832 0.427405 0
+0.794293 0.41883 0
+0.831647 0.408774 0
+0.868818 0.397726 0
+0.905653 0.385351 0
+0.942306 0.370687 0
+0 0.475761 0
+0 0.479576 0
+0.00903334 0.483864 0
+0.0269017 0.487999 0
+0.0447395 0.49192 0
+0.0630045 0.495827 0
+0.0820172 0.499565 0
+0.102342 0.503197 0
+0.123751 0.506249 0
+0.147204 0.508797 0
+0.173205 0.510674 0
+0.202289 0.511971 0
+0.232776 0.512459 0
+0.264088 0.512749 0
+0.296559 0.512901 0
+0.329488 0.512734 0
+0.363165 0.5122 0
+0.397696 0.511269 0
+0.433082 0.51043 0
+0.468879 0.508949 0
+0.505348 0.50721 0
+0.542214 0.505119 0
+0.57792 0.500893 0
+0.614069 0.496712 0
+0.650568 0.491539 0
+0.68777 0.486183 0
+0.724987 0.479942 0
+0.76231 0.47306 0
+0.799908 0.465415 0
+0.837354 0.456779 0
+0.874739 0.446952 0
+0.911559 0.435798 0
+0.947814 0.423087 0
+0 0.514855 0
+0 0.518975 0
+0.016144 0.523201 0
+0.033402 0.527382 0
+0.0510109 0.531487 0
+0.0690318 0.535332 0
+0.087953 0.53901 0
+0.108309 0.542641 0
+0.129854 0.545769 0
+0.153567 0.54815 0
+0.180056 0.549905 0
+0.209522 0.551232 0
+0.239811 0.551919 0
+0.270954 0.552316 0
+0.302892 0.552453 0
+0.335836 0.552712 0
+0.369482 0.552361 0
+0.403616 0.551675 0
+0.438712 0.551019 0
+0.474556 0.549828 0
+0.510719 0.548226 0
+0.547616 0.546792 0
+0.584558 0.544152 0
+0.620295 0.539971 0
+0.656901 0.535653 0
+0.693782 0.530724 0
+0.730877 0.525124 0
+0.768277 0.519097 0
+0.805188 0.512016 0
+0.842618 0.504295 0
+0.879866 0.495598 0
+0.916686 0.485786 0
+0.953323 0.474525 0
+0 0.554955 0
+0.00645457 0.559152 0
+0.0240787 0.563439 0
+0.04065 0.567468 0
+0.057908 0.571588 0
+0.0757763 0.575433 0
+0.0946059 0.579019 0
+0.114733 0.582437 0
+0.136873 0.585687 0
+0.160784 0.588052 0
+0.187747 0.5897 0
+0.216999 0.591012 0
+0.247318 0.591882 0
+0.278233 0.592447 0
+0.309957 0.592752 0
+0.342611 0.593042 0
+0.375967 0.592935 0
+0.409842 0.592432 0
+0.444755 0.591775 0
+0.480262 0.591028 0
+0.516243 0.589685 0
+0.552941 0.588113 0
+0.590051 0.586603 0
+0.627024 0.583719 0
+0.663325 0.579858 0
+0.699733 0.575265 0
+0.736721 0.570352 0
+0.77348 0.564706 0
+0.810941 0.558541 0
+0.847974 0.551843 0
+0.884978 0.54403 0
+0.921599 0.535119 0
+0.958007 0.525338 0
+0 0.595621 0
+0.0157931 0.59997 0
+0.0326085 0.604303 0
+0.0487984 0.60824 0
+0.0654917 0.6121 0
+0.0833448 0.616129 0
+0.102083 0.619684 0
+0.122286 0.622904 0
+0.144579 0.626047 0
+0.169284 0.628321 0
+0.196414 0.629816 0
+0.225208 0.630976 0
+0.255375 0.632136 0
+0.285924 0.632853 0
+0.317418 0.63331 0
+0.349844 0.633585 0
+0.38291 0.633799 0
+0.416724 0.633463 0
+0.450996 0.632898 0
+0.486442 0.632456 0
+0.522164 0.631327 0
+0.558389 0.629984 0
+0.595682 0.628641 0
+0.632639 0.62681 0
+0.669429 0.623987 0
+0.705913 0.619867 0
+0.742367 0.615549 0
+0.779324 0.610407 0
+0.816129 0.605035 0
+0.853162 0.598703 0
+0.88986 0.591913 0
+0.926558 0.58436 0
+0.963043 0.575738 0
+0.00924697 0.637201 0
+0.0257115 0.641352 0
+0.0419928 0.64564 0
+0.0578622 0.649622 0
+0.0741741 0.653346 0
+0.0916457 0.657008 0
+0.110597 0.660655 0
+0.130861 0.663783 0
+0.153201 0.666468 0
+0.178592 0.668772 0
+0.205783 0.670314 0
+0.234424 0.671519 0
+0.264027 0.672587 0
+0.294392 0.673503 0
+0.32546 0.674113 0
+0.357443 0.674449 0
+0.390311 0.674907 0
+0.42385 0.6748 0
+0.457816 0.674418 0
+0.493034 0.674067 0
+0.528313 0.673198 0
+0.564446 0.672007 0
+0.60116 0.670939 0
+0.63801 0.669276 0
+0.675242 0.667338 0
+0.712139 0.664576 0
+0.74844 0.660273 0
+0.784833 0.656062 0
+0.821607 0.650889 0
+0.858213 0.645609 0
+0.895201 0.639521 0
+0.931289 0.632578 0
+0.967514 0.625193 0
+0.0209354 0.67924 0
+0.0368048 0.683284 0
+0.0522164 0.687312 0
+0.0679026 0.69131 0
+0.0840314 0.694942 0
+0.10132 0.698436 0
+0.120272 0.702007 0
+0.14078 0.704906 0
+0.1635 0.707347 0
+0.188922 0.70956 0
+0.216159 0.711025 0
+0.244358 0.71223 0
+0.273442 0.713298 0
+0.303441 0.714473 0
+0.334203 0.715175 0
+0.365774 0.715557 0
+0.39826 0.716167 0
+0.431449 0.716197 0
+0.465095 0.715999 0
+0.499809 0.715648 0
+0.535012 0.715084 0
+0.570672 0.714153 0
+0.607019 0.713191 0
+0.643763 0.711772 0
+0.680568 0.710063 0
+0.718044 0.708293 0
+0.754559 0.705272 0
+0.791104 0.701366 0
+0.827039 0.69688 0
+0.86389 0.692119 0
+0.89987 0.68661 0
+0.936584 0.68072 0
+0.971817 0.674189 0
+0.0335241 0.721691 0
+0.0487221 0.725673 0
+0.0638285 0.729564 0
+0.0788434 0.733166 0
+0.0949111 0.736873 0
+0.112245 0.740169 0
+0.130983 0.743206 0
+0.151919 0.746242 0
+0.175128 0.748409 0
+0.200458 0.750057 0
+0.227527 0.751827 0
+0.255177 0.753109 0
+0.283543 0.754284 0
+0.313329 0.755489 0
+0.343679 0.756252 0
+0.374853 0.756832 0
+0.406882 0.757488 0
+0.439658 0.757656 0
+0.473136 0.757488 0
+0.50721 0.757366 0
+0.542199 0.756939 0
+0.57734 0.756207 0
+0.613443 0.755398 0
+0.649714 0.754299 0
+0.686503 0.752819 0
+0.723308 0.751217 0
+0.760723 0.749432 0
+0.796918 0.746258 0
+0.833326 0.742535 0
+0.869017 0.738109 0
+0.905592 0.733501 0
+0.941497 0.728374 0
+0.971633 0.72221 0
+0.047364 0.764569 0
+0.061799 0.7682 0
+0.0765087 0.772122 0
+0.0913405 0.775464 0
+0.106996 0.778653 0
+0.124498 0.782055 0
+0.143359 0.784833 0
+0.164843 0.787518 0
+0.188052 0.789548 0
+0.213184 0.791089 0
+0.239673 0.792844 0
+0.266804 0.794156 0
+0.294835 0.795331 0
+0.324086 0.796613 0
+0.353933 0.797375 0
+0.384634 0.798001 0
+0.416037 0.798611 0
+0.448539 0.799039 0
+0.481621 0.799084 0
+0.51519 0.798978 0
+0.549859 0.79884 0
+0.584848 0.798276 0
+0.620203 0.797528 0
+0.656519 0.796735 0
+0.692622 0.795483 0
+0.729366 0.794034 0
+0.766278 0.792752 0
+0.803067 0.790799 0
+0.83949 0.7879 0
+0.875257 0.783856 0
+0.91104 0.779934 0
+0.946807 0.775082 0
+0.971588 0.769955 0
+0.0619669 0.807462 0
+0.0761883 0.811139 0
+0.0903487 0.814435 0
+0.105364 0.817884 0
+0.120806 0.820859 0
+0.138506 0.823941 0
+0.15761 0.826413 0
+0.178882 0.828504 0
+0.20264 0.830564 0
+0.227298 0.832105 0
+0.252918 0.833692 0
+0.279637 0.835172 0
+0.307134 0.836362 0
+0.335821 0.83769 0
+0.365164 0.838621 0
+0.395178 0.839323 0
+0.426169 0.839872 0
+0.45832 0.840513 0
+0.490929 0.840681 0
+0.524208 0.84062 0
+0.558267 0.840726 0
+0.592874 0.840284 0
+0.627726 0.839673 0
+0.663706 0.839216 0
+0.69958 0.838132 0
+0.735759 0.836896 0
+0.772595 0.835691 0
+0.808988 0.834195 0
+0.845411 0.832212 0
+0.881529 0.829328 0
+0.916838 0.825467 0
+0.952331 0.821637 0
+0.971878 0.817044 0
+0.0781109 0.850797 0
+0.0919356 0.85417 0
+0.105959 0.857252 0
+0.120577 0.860182 0
+0.136645 0.863081 0
+0.153979 0.865568 0
+0.173846 0.867964 0
+0.195193 0.869825 0
+0.218524 0.871733 0
+0.242435 0.873304 0
+0.267353 0.874769 0
+0.293507 0.876356 0
+0.320348 0.877562 0
+0.348196 0.878645 0
+0.377218 0.879835 0
+0.406806 0.880552 0
+0.437324 0.881193 0
+0.468971 0.881941 0
+0.50106 0.882155 0
+0.533898 0.882231 0
+0.567468 0.882445 0
+0.601572 0.882155 0
+0.636286 0.881727 0
+0.671534 0.881422 0
+0.707073 0.880537 0
+0.742718 0.87953 0
+0.779232 0.878584 0
+0.815305 0.87718 0
+0.851514 0.875563 0
+0.887907 0.874006 0
+0.923232 0.870802 0
+0.958404 0.867445 0
+0.972076 0.86334 0
+0.0957046 0.893538 0
+0.109056 0.89633 0
+0.123095 0.899474 0
+0.137743 0.901976 0
+0.153933 0.904601 0
+0.171786 0.906645 0
+0.191684 0.908782 0
+0.212726 0.91046 0
+0.235065 0.911955 0
+0.258534 0.913787 0
+0.282872 0.915145 0
+0.308461 0.916747 0
+0.33463 0.917937 0
+0.361761 0.918959 0
+0.390219 0.92018 0
+0.419242 0.920928 0
+0.449088 0.921508 0
+0.480125 0.922271 0
+0.511666 0.92253 0
+0.543969 0.922621 0
+0.57702 0.922911 0
+0.610559 0.922652 0
+0.644739 0.922225 0
+0.679515 0.92195 0
+0.714534 0.921157 0
+0.74992 0.92015 0
+0.785672 0.919341 0
+0.82153 0.917922 0
+0.856947 0.916411 0
+0.893202 0.914809 0
+0.928695 0.912673 0
+0.963912 0.909957 0
+0.972427 0.906508 0
+0.000534066 0.00291447 0.144427
+0.000595102 0.00143435 0.143069
+0.000488289 0.000488289 0.141543
+0.000488289 0.000488289 0.140261
+0.0155032 0.000503548 0.138705
+0.0328069 0.000640879 0.137148
+0.0494392 0.000885023 0.135607
+0.0653239 0.0012665 0.134127
+0.0806439 0.00148013 0.132219
+0.0958724 0.00158694 0.130175
+0.11133 0.0015259 0.127596
+0.127275 0.00135805 0.124819
+0.143969 0.000717174 0.121279
+0.161715 0 0.117052
+0.181308 0 0.112261
+0.203174 0 0.106355
+0.226719 0 0.0995956
+0.251392 0 0.092256
+0.276402 0 0.0842603
+0.301869 0 0.075639
+0.327733 0 0.0664683
+0.354192 0 0.0561532
+0.381247 0 0.0450294
+0.408392 0 0.0325628
+0.436347 0 0.0186465
+0.464668 0 0.00241093
+0.49337 0 0
+0.523064 0 0
+0.553994 0 0
+0.584909 0 0
+0.616159 0 0
+0.647257 0 0
+0.679377 0 0
+0.000396735 0.0165255 0.142199
+0.000350958 0.0150912 0.140749
+0.000534066 0.0137331 0.139666
+0.000595102 0.0122072 0.138277
+0.0163577 0.0104829 0.136599
+0.0336614 0.00874342 0.13518
+0.0500954 0.00698863 0.133547
+0.06598 0.00523384 0.132052
+0.0813153 0.00326543 0.130358
+0.096437 0.00161746 0.128115
+0.111879 0.0015259 0.125628
+0.127825 0.00137331 0.122683
+0.144503 0.000701915 0.119173
+0.162203 0 0.115053
+0.181857 0 0.110109
+0.2038 0 0.104158
+0.227451 0 0.0973678
+0.252201 0 0.0900282
+0.277272 0 0.0819867
+0.302602 0 0.0734875
+0.328679 0 0.0640269
+0.355169 0 0.053727
+0.382162 0 0.0424811
+0.409445 0 0.0297856
+0.437537 0 0.0154116
+0.466819 0 0
+0.49688 0 0
+0.52752 0 0
+0.558053 0 0
+0.589868 0 0
+0.622431 0 0
+0.655726 0 0
+0.689876 0 0
+0.000289921 0.0295872 0.140169
+0.000213626 0.0281834 0.138674
+0.000274662 0.0267948 0.137316
+0.000457771 0.0254826 0.136034
+0.0168765 0.0236362 0.134295
+0.0339666 0.0219577 0.132708
+0.0501717 0.0201877 0.130938
+0.0659648 0.0183871 0.129427
+0.0810712 0.0163119 0.127413
+0.0963607 0.0140536 0.125505
+0.11194 0.0114595 0.123003
+0.127932 0.00833143 0.120256
+0.144854 0.00476081 0.116838
+0.16286 0.000610361 0.113008
+0.182452 0 0.10808
+0.204379 0 0.102129
+0.228244 0 0.0952621
+0.253056 0 0.087892
+0.278157 0 0.0798199
+0.303563 0 0.071107
+0.329656 0 0.061677
+0.356176 0 0.0511482
+0.383658 0 0.0394903
+0.412207 0 0.0260624
+0.441306 0 0.0106813
+0.470817 0 0
+0.501869 0 0
+0.533623 0 0
+0.566018 0 0
+0.599527 0 0
+0.63357 0 0
+0.668193 0 0
+0.703136 0 0
+0.00030518 0.0421302 0.138018
+0.000259403 0.0408942 0.136553
+0.000274662 0.0395972 0.135164
+0.00146487 0.0384222 0.134051
+0.0177462 0.0366217 0.132052
+0.0345769 0.0348974 0.130297
+0.05066 0.0331884 0.128664
+0.0660563 0.0314031 0.126802
+0.0812085 0.0293431 0.12488
+0.0962692 0.0271458 0.122621
+0.111482 0.0244602 0.119997
+0.127474 0.0214542 0.117052
+0.144305 0.0179294 0.113664
+0.16228 0.0137942 0.109758
+0.182345 0.00880446 0.105028
+0.2047 0.0028687 0.0994736
+0.229114 0 0.092958
+0.253956 0 0.0855726
+0.278935 0 0.0774548
+0.304845 0 0.0686351
+0.331777 0 0.0586557
+0.35903 0 0.047715
+0.387442 0 0.035462
+0.416632 0 0.021622
+0.447135 0 0.00549325
+0.478157 0 0
+0.510674 0 0
+0.543664 0 0
+0.577371 0 0
+0.611719 0 0
+0.646906 0 0
+0.682429 0 0
+0.718425 0 0
+0.000427253 0.0547799 0.135714
+0.000335698 0.0536507 0.134371
+0.000335698 0.052491 0.132998
+0.00251774 0.0512856 0.131579
+0.0188907 0.0496986 0.129824
+0.035462 0.0480659 0.127932
+0.0514687 0.0465553 0.126177
+0.0665599 0.0448615 0.124239
+0.0816358 0.043061 0.122179
+0.0964218 0.0409094 0.119783
+0.111666 0.0385138 0.117144
+0.127489 0.0356603 0.114122
+0.144198 0.0322423 0.110613
+0.162158 0.0280766 0.106416
+0.182071 0.0231632 0.101534
+0.204303 0.017319 0.0956741
+0.228717 0.0105287 0.0889448
+0.254383 0.00300603 0.0815747
+0.280873 0 0.0737011
+0.308248 0 0.0649882
+0.336019 0 0.0550851
+0.364675 0 0.0437629
+0.394141 0 0.0310521
+0.424536 0 0.0163424
+0.456214 0 0
+0.488685 0 0
+0.521996 0 0
+0.556085 0 0
+0.590845 0 0
+0.626413 0 0
+0.662303 0 0
+0.698619 0 0
+0.735088 0 0
+0.000518807 0.0671702 0.133364
+0.000488289 0.0661631 0.131945
+0.00047303 0.0651255 0.130541
+0.00370794 0.0640116 0.129244
+0.0200351 0.0623636 0.12723
+0.0365454 0.0609598 0.125307
+0.0522469 0.0594492 0.123507
+0.0674296 0.0579995 0.121599
+0.0821088 0.0562905 0.119448
+0.0971084 0.0544137 0.117082
+0.112215 0.0522469 0.114488
+0.128008 0.0495003 0.111284
+0.14464 0.0464179 0.107759
+0.162707 0.0426642 0.103532
+0.183001 0.037995 0.0984665
+0.205997 0.0322423 0.0921492
+0.231098 0.0256657 0.0852216
+0.257511 0.0183413 0.0775921
+0.284611 0.0102846 0.0693217
+0.312779 0.00141909 0.0600443
+0.341802 0 0.049958
+0.372381 0 0.0387579
+0.403296 0 0.0254673
+0.434836 0 0.00949111
+0.467369 0 0
+0.501045 0 0
+0.535164 0 0
+0.570031 0 0
+0.605493 0 0
+0.641703 0 0
+0.678203 0 0
+0.714839 0 0
+0.751568 0 0
+0.000411994 0.0793622 0.13048
+0.000503548 0.0784924 0.129305
+0.000488289 0.0775769 0.127855
+0.00502022 0.0765393 0.12639
+0.0211643 0.0749981 0.124514
+0.0376593 0.0737316 0.122637
+0.0532845 0.072343 0.120684
+0.0683452 0.070985 0.118883
+0.0830243 0.0694896 0.116655
+0.0979782 0.0677806 0.114473
+0.113069 0.0656748 0.111711
+0.12903 0.0632944 0.108644
+0.146197 0.0603494 0.105074
+0.164904 0.0569619 0.100725
+0.186145 0.0526894 0.095552
+0.210132 0.0473182 0.0893873
+0.236393 0.041062 0.0821546
+0.263355 0.0341955 0.0741741
+0.29131 0.0265049 0.0652476
+0.320104 0.0178988 0.0553902
+0.349767 0.00820935 0.0442512
+0.380621 0 0.0317082
+0.412665 0 0.0169528
+0.445808 0 0.00015259
+0.479774 0 0
+0.514138 0 0
+0.548913 0 0
+0.58436 0 0
+0.620371 0 0
+0.656825 0 0
+0.693538 0 0
+0.730434 0 0
+0.767269 0 0
+0.000289921 0.0917067 0.127428
+0.000335698 0.0908064 0.12604
+0.000381476 0.0900587 0.124819
+0.00628672 0.0890211 0.123262
+0.0224613 0.0876478 0.12134
+0.0387427 0.0863508 0.1196
+0.0542916 0.0852674 0.117784
+0.069337 0.0839704 0.115816
+0.0842145 0.0827649 0.114015
+0.0991989 0.0813916 0.111742
+0.114977 0.0798047 0.109453
+0.131456 0.0777142 0.106462
+0.14931 0.0753033 0.102953
+0.169116 0.0720226 0.0986496
+0.191424 0.0679789 0.0932937
+0.216724 0.0628061 0.0867781
+0.243641 0.0567941 0.0792401
+0.271214 0.0500191 0.0706798
+0.299931 0.0425269 0.0610971
+0.329473 0.0342565 0.0505074
+0.359854 0.0248875 0.0383154
+0.391043 0.0142824 0.024155
+0.423392 0.00233463 0.00767529
+0.456748 0 0
+0.491432 0 0
+0.527489 0 0
+0.56289 0 0
+0.598856 0 0
+0.635187 0 0
+0.671687 0 0
+0.7084 0 0
+0.745022 0 0
+0.781643 0 0
+0 0.104204 0.123919
+0 0.10338 0.12256
+0 0.102586 0.121096
+0.00733959 0.101656 0.119753
+0.0237125 0.100542 0.117998
+0.0399634 0.0996109 0.11635
+0.0555276 0.0987716 0.114946
+0.0708476 0.0980697 0.11339
+0.0860304 0.0971389 0.111528
+0.10164 0.0962234 0.109545
+0.117891 0.0950484 0.107179
+0.134981 0.0934005 0.104295
+0.153811 0.0911727 0.100832
+0.174548 0.0881819 0.0963149
+0.198077 0.084123 0.0905623
+0.224598 0.078996 0.0836652
+0.252262 0.0731365 0.0755627
+0.280705 0.0665599 0.0665446
+0.310018 0.0593118 0.0563058
+0.340322 0.0511177 0.0446479
+0.371466 0.0420539 0.0313726
+0.403388 0.031754 0.0157626
+0.436057 0.0202182 0
+0.469474 0.00701915 0
+0.503929 0 0
+0.539239 0 0
+0.575662 0 0
+0.612436 0 0
+0.648768 0 0
+0.685405 0 0
+0.721965 0 0
+0.758495 0 0
+0.794797 0 0
+0 0.117311 0.119936
+0 0.11664 0.1187
+0 0.11606 0.11751
+0.00846876 0.115434 0.116243
+0.0246891 0.114656 0.114717
+0.0411536 0.114137 0.113375
+0.0572366 0.113878 0.112245
+0.0729534 0.113497 0.110948
+0.0895247 0.113283 0.107561
+0.1075 0.114122 0.098085
+0.122988 0.112398 0.099794
+0.139986 0.110628 0.0985122
+0.159365 0.108461 0.0958114
+0.181048 0.105516 0.0916915
+0.205783 0.101427 0.0857404
+0.23331 0.0963912 0.0787366
+0.26183 0.0905776 0.0703288
+0.291218 0.0842298 0.0609445
+0.321294 0.0771344 0.0502174
+0.352193 0.0691691 0.0377508
+0.383856 0.0602121 0.023209
+0.416373 0.0502785 0.00590524
+0.4495 0.0388952 0
+0.483177 0.0263218 0
+0.517525 0.0120546 0
+0.552346 0 0
+0.587655 0 0
+0.624002 0 0
+0.661326 0 0
+0.697658 0 0
+0.733974 0 0
+0.77023 0 0
+0.806149 0 0
+0 0.13193 0.11574
+0 0.131472 0.11458
+0 0.131212 0.11368
+0.00917067 0.130861 0.11252
+0.0260624 0.130663 0.111421
+0.0429541 0.130556 0.110292
+0.059144 0.130465 0.109224
+0.0750744 0.130358 0.107897
+0.0924086 0.130587 0.104097
+0.110246 0.131212 0.0966049
+0.128756 0.13109 0.0893416
+0.145983 0.129107 0.0907607
+0.165896 0.126818 0.0890364
+0.188479 0.123751 0.0851453
+0.21442 0.119799 0.0794232
+0.242786 0.114931 0.0723583
+0.272068 0.109316 0.0637522
+0.302205 0.103182 0.054139
+0.333043 0.0963302 0.042771
+0.364645 0.0886244 0.0293736
+0.396872 0.0798962 0.0135042
+0.429664 0.0700694 0
+0.463096 0.0592813 0
+0.497047 0.0470893 0
+0.531472 0.0335699 0
+0.56611 0.018204 0
+0.600748 0.000427253 0
+0.635508 0 0
+0.67126 0 0
+0.708354 0 0
+0.744274 0 0
+0.780056 0 0
+0.815641 0 0
+0 0.148562 0.111192
+0 0.148226 0.110033
+0 0.148165 0.108965
+0.0096437 0.148074 0.10782
+0.0269474 0.148196 0.106874
+0.0440375 0.148409 0.105837
+0.0605478 0.14873 0.104753
+0.0768444 0.148959 0.103563
+0.0946975 0.149462 0.0995346
+0.11252 0.14992 0.0937819
+0.131716 0.150179 0.0857557
+0.152026 0.149569 0.0793774
+0.172564 0.147189 0.0795453
+0.196628 0.144076 0.0765087
+0.223514 0.140078 0.0711681
+0.252613 0.135439 0.0642557
+0.282383 0.130083 0.0556954
+0.313436 0.124178 0.0456397
+0.344961 0.117586 0.0337072
+0.377096 0.110124 0.0193942
+0.409949 0.101671 0.00187686
+0.443229 0.0922255 0
+0.477134 0.0817884 0
+0.511482 0.0702525 0
+0.546151 0.0574044 0
+0.580606 0.0427405 0
+0.614862 0.0260777 0
+0.648951 0.00703441 0
+0.68307 0 0
+0.717144 0 0
+0.752651 0 0
+0.788312 0 0
+0.823163 0 0
+0 0.167254 0.104616
+0 0.16701 0.103548
+0 0.167132 0.102358
+0.00918593 0.167376 0.101244
+0.0267796 0.167758 0.100206
+0.0440375 0.168322 0.0992447
+0.0608988 0.169039 0.0982376
+0.0783856 0.169879 0.0965896
+0.0962997 0.170672 0.0930037
+0.114488 0.171237 0.0880751
+0.133944 0.171527 0.0814221
+0.155673 0.171557 0.0722057
+0.178973 0.170108 0.0655528
+0.204456 0.167041 0.0644388
+0.232654 0.163134 0.0601205
+0.262394 0.158846 0.0536965
+0.292912 0.153704 0.0452888
+0.324392 0.14815 0.0350042
+0.356817 0.141726 0.0225681
+0.389517 0.134554 0.00695811
+0.422889 0.126497 0
+0.457008 0.117647 0
+0.491691 0.107912 0
+0.526589 0.0970474 0
+0.561257 0.0846723 0
+0.595789 0.0707103 0
+0.63006 0.0550088 0
+0.663706 0.0369879 0
+0.696895 0.0165713 0
+0.729412 0 0
+0.761456 0 0
+0.79443 0 0
+0.829236 0 0
+0 0.188449 0.095079
+0 0.18822 0.0937819
+0 0.188525 0.0924697
+0.00688182 0.18912 0.0913405
+0.0249943 0.190051 0.0905623
+0.0425574 0.191089 0.0896925
+0.0597848 0.192157 0.0887922
+0.078172 0.193576 0.086717
+0.0964981 0.194812 0.0836347
+0.115465 0.195804 0.0793774
+0.135622 0.196384 0.0734417
+0.157961 0.196582 0.065568
+0.183276 0.195773 0.0537881
+0.211383 0.193469 0.0465553
+0.240665 0.189761 0.0441291
+0.271168 0.185885 0.0389258
+0.302556 0.181155 0.0311894
+0.334844 0.176028 0.0208286
+0.368017 0.169986 0.00784314
+0.40148 0.163073 0
+0.435843 0.155627 0
+0.470939 0.147707 0
+0.506432 0.138674 0
+0.541878 0.128359 0
+0.57705 0.116793 0
+0.612024 0.103517 0
+0.646708 0.0886244 0
+0.680323 0.0716411 0
+0.712703 0.0521096 0
+0.744289 0.0301823 0
+0.774731 0.005066 0
+0.804608 0 0
+0.834882 0 0
+0 0.212284 0.0823072
+0 0.212146 0.0807813
+0 0.212696 0.079408
+0.00303655 0.213748 0.0785382
+0.0216831 0.215274 0.0779583
+0.0397803 0.217014 0.0775311
+0.0580453 0.218723 0.0764172
+0.0768597 0.220645 0.0743725
+0.0958572 0.222309 0.071519
+0.11574 0.223774 0.0679026
+0.137026 0.224933 0.0626993
+0.160479 0.225605 0.0555581
+0.186725 0.225055 0.0449683
+0.216693 0.223468 0.0296483
+0.247501 0.220386 0.0209659
+0.27863 0.216739 0.0176699
+0.310369 0.21239 0.0104982
+0.343435 0.20766 0.000656138
+0.377218 0.202121 0
+0.411978 0.196216 0
+0.447379 0.189792 0
+0.483314 0.182513 0
+0.51931 0.173877 0
+0.555764 0.164294 0
+0.591989 0.153414 0
+0.628122 0.141253 0
+0.663386 0.127352 0
+0.697444 0.111452 0
+0.730648 0.09337 0
+0.762249 0.0727092 0
+0.792905 0.0491188 0
+0.821118 0.0214389 0
+0.848569 0 0
+0 0.238651 0.0678264
+0 0.238499 0.0661784
+0 0.239551 0.065095
+0 0.241215 0.0643931
+0.0189517 0.243305 0.0641947
+0.0377356 0.245762 0.0640574
+0.0572213 0.248417 0.0629435
+0.0767681 0.251118 0.0614786
+0.0963912 0.253269 0.0590219
+0.11693 0.255116 0.0553597
+0.139101 0.256657 0.0504768
+0.163455 0.257527 0.0435187
+0.190738 0.25716 0.0331273
+0.221378 0.25597 0.0183719
+0.253559 0.253651 0
+0.285496 0.250568 0
+0.317739 0.246677 0
+0.351156 0.242802 0
+0.385565 0.237949 0
+0.420615 0.232853 0
+0.456214 0.226719 0
+0.492378 0.220005 0
+0.52903 0.212329 0
+0.566125 0.203479 0
+0.603113 0.193484 0
+0.639948 0.182147 0
+0.676585 0.169268 0
+0.712566 0.154589 0
+0.747845 0.13814 0
+0.781674 0.119219 0
+0.813382 0.0973678 0
+0.842771 0.0717479 0
+0.86981 0.0417945 0
+0 0.26717 0.0522469
+0 0.267109 0.0505379
+0 0.269078 0.0500038
+0 0.271672 0.0501869
+0.0184329 0.274556 0.0503853
+0.0382391 0.277638 0.0499275
+0.0580148 0.280858 0.049134
+0.0779431 0.283986 0.0477455
+0.0982528 0.286687 0.045304
+0.119417 0.288869 0.0417029
+0.142107 0.290486 0.0364691
+0.167086 0.291371 0.0289616
+0.195117 0.290898 0.0179599
+0.226261 0.289662 0.00328069
+0.258427 0.287785 0
+0.292714 0.286534 0
+0.325841 0.283604 0
+0.359075 0.27953 0
+0.393332 0.275395 0
+0.428305 0.270512 0
+0.463706 0.26508 0
+0.50013 0.258946 0
+0.536446 0.251774 0
+0.573312 0.243915 0
+0.610468 0.234974 0
+0.647898 0.224643 0
+0.685405 0.212894 0
+0.722591 0.199451 0
+0.759762 0.184314 0
+0.795544 0.166796 0
+0.830701 0.1467 0
+0.863249 0.123873 0
+0.893324 0.0973678 0
+0 0.298619 0.0362554
+0 0.298711 0.0343633
+0 0.301411 0.0344244
+0 0.304662 0.0349889
+0.0201572 0.308309 0.0350347
+0.0401617 0.311864 0.034638
+0.0599527 0.315282 0.0336614
+0.0800336 0.318578 0.032105
+0.100496 0.321279 0.0291447
+0.121965 0.323476 0.0249027
+0.145266 0.325261 0.0189212
+0.170581 0.325841 0.0102083
+0.199237 0.325368 0
+0.230823 0.324361 0
+0.263981 0.323507 0
+0.297917 0.322362 0
+0.333135 0.321187 0
+0.366705 0.317647 0
+0.400687 0.313649 0
+0.435218 0.309148 0
+0.471015 0.304219 0
+0.506844 0.298497 0
+0.543496 0.29221 0
+0.580453 0.285176 0
+0.617624 0.276768 0
+0.655024 0.267582 0
+0.692546 0.257069 0
+0.729992 0.24509 0
+0.767559 0.231495 0
+0.804685 0.215763 0
+0.841291 0.197696 0
+0.876768 0.176623 0
+0.911162 0.152514 0
+0 0.331746 0.018143
+0 0.332753 0.0171206
+0 0.335943 0.0172732
+0.00247196 0.33959 0.0172732
+0.0226291 0.343328 0.0169985
+0.0423438 0.346944 0.0161898
+0.0622263 0.350591 0.0149081
+0.0821088 0.353658 0.0124666
+0.102693 0.356329 0.00856031
+0.124636 0.358663 0.00352483
+0.148196 0.360235 0
+0.174228 0.360876 0
+0.203998 0.361044 0
+0.236362 0.360784 0
+0.269505 0.360113 0
+0.303502 0.359045 0
+0.338293 0.357977 0
+0.373877 0.356481 0
+0.407645 0.352712 0
+0.442374 0.348745 0
+0.477607 0.343938 0
+0.513756 0.338888 0
+0.550149 0.333227 0
+0.587182 0.326543 0
+0.624506 0.319295 0
+0.661936 0.311055 0
+0.699641 0.301579 0
+0.737224 0.290806 0
+0.774807 0.278721 0
+0.811841 0.264759 0
+0.848981 0.248524 0
+0.88542 0.230182 0
+0.921065 0.208789 0
+0 0.365499 0
+0 0.367803 0
+0 0.371328 0
+0.00547799 0.375036 0
+0.0250553 0.378775 0
+0.0446937 0.382589 0
+0.06421 0.386023 0
+0.0842298 0.38909 0
+0.105013 0.39176 0
+0.127352 0.394232 0
+0.151919 0.396338 0
+0.179339 0.39762 0
+0.209705 0.397971 0
+0.242206 0.398016 0
+0.275212 0.397467 0
+0.308858 0.396582 0
+0.343389 0.395499 0
+0.378882 0.394385 0
+0.414923 0.392798 0
+0.449348 0.388724 0
+0.484596 0.384604 0
+0.520226 0.379828 0
+0.55697 0.374548 0
+0.59379 0.368765 0
+0.630655 0.361944 0
+0.668528 0.354452 0
+0.706127 0.346151 0
+0.743755 0.336553 0
+0.781537 0.325719 0
+0.818906 0.313237 0
+0.855802 0.299077 0
+0.892638 0.282994 0
+0.928695 0.264012 0
+0 0.40029 0
+0 0.403235 0
+0 0.407019 0
+0.00880446 0.410834 0
+0.0280919 0.414725 0
+0.0472419 0.418418 0
+0.0668956 0.422141 0
+0.0872816 0.425742 0
+0.108766 0.428916 0
+0.13196 0.431922 0
+0.156939 0.433982 0
+0.184955 0.435203 0
+0.215656 0.435645 0
+0.24802 0.435691 0
+0.280949 0.435538 0
+0.314473 0.434913 0
+0.348775 0.433982 0
+0.384298 0.433036 0
+0.420188 0.431571 0
+0.456519 0.429709 0
+0.491493 0.425879 0
+0.527184 0.421332 0
+0.563424 0.416663 0
+0.6 0.411139 0
+0.6374 0.405188 0
+0.674769 0.398611 0
+0.712215 0.390738 0
+0.750088 0.382223 0
+0.787671 0.372534 0
+0.825101 0.361563 0
+0.862455 0.348959 0
+0.89926 0.334707 0
+0.935561 0.318273 0
+0 0.436393 0
+0 0.439918 0
+0 0.444083 0
+0.0137179 0.448249 0
+0.0326848 0.452308 0
+0.0521706 0.456519 0
+0.0717632 0.460349 0
+0.0920882 0.46392 0
+0.113588 0.46717 0
+0.136889 0.469993 0
+0.162554 0.472343 0
+0.190997 0.473472 0
+0.221881 0.47396 0
+0.253971 0.474083 0
+0.286915 0.474311 0
+0.320287 0.473884 0
+0.354589 0.473091 0
+0.389487 0.472114 0
+0.425376 0.471077 0
+0.461692 0.469535 0
+0.498451 0.46743 0
+0.533959 0.463523 0
+0.569741 0.458961 0
+0.606592 0.454139 0
+0.64361 0.448768 0
+0.68072 0.442557 0
+0.71841 0.435782 0
+0.756176 0.428199 0
+0.793622 0.419455 0
+0.831113 0.409537 0
+0.86833 0.398367 0
+0.905318 0.386099 0
+0.942107 0.371511 0
+0 0.474525 0
+0 0.478569 0
+0.00154116 0.482872 0
+0.0200504 0.487007 0
+0.0385595 0.491096 0
+0.0573739 0.495155 0
+0.0770581 0.49929 0
+0.0974746 0.502831 0
+0.119081 0.506065 0
+0.14255 0.508797 0
+0.168826 0.51107 0
+0.197681 0.512367 0
+0.228702 0.512871 0
+0.260395 0.513222 0
+0.293095 0.513527 0
+0.326329 0.513375 0
+0.360479 0.51281 0
+0.395148 0.512047 0
+0.430808 0.511254 0
+0.467094 0.509773 0
+0.503777 0.508095 0
+0.54081 0.506142 0
+0.576638 0.5019 0
+0.612985 0.497536 0
+0.64976 0.492393 0
+0.686976 0.487022 0
+0.724147 0.480735 0
+0.761807 0.473884 0
+0.799512 0.466224 0
+0.836912 0.457649 0
+0.874342 0.447745 0
+0.911284 0.436561 0
+0.947601 0.423865 0
+0 0.51339 0
+0 0.517678 0
+0.00910964 0.522332 0
+0.0270695 0.526558 0
+0.0449989 0.530648 0
+0.063508 0.534676 0
+0.0828717 0.538613 0
+0.103304 0.542382 0
+0.12517 0.545632 0
+0.148882 0.548272 0
+0.175586 0.550195 0
+0.204944 0.55169 0
+0.235737 0.552331 0
+0.267262 0.55285 0
+0.299428 0.553079 0
+0.332876 0.553246 0
+0.366598 0.553002 0
+0.401053 0.552422 0
+0.436606 0.551659 0
+0.472511 0.550561 0
+0.508965 0.549172 0
+0.546395 0.547539 0
+0.583352 0.545251 0
+0.619196 0.540978 0
+0.656001 0.536568 0
+0.692805 0.531502 0
+0.730129 0.525948 0
+0.767605 0.519844 0
+0.804639 0.512856 0
+0.842313 0.505043 0
+0.879499 0.496391 0
+0.916472 0.486564 0
+0.953185 0.475319 0
+0 0.553567 0
+0 0.5579 0
+0.0171664 0.562356 0
+0.0345617 0.566705 0
+0.0521401 0.570886 0
+0.0703746 0.574792 0
+0.0894331 0.578637 0
+0.110094 0.582467 0
+0.132067 0.585641 0
+0.156054 0.588144 0
+0.183017 0.589975 0
+0.212772 0.59144 0
+0.243168 0.592309 0
+0.274556 0.592905 0
+0.306477 0.593301 0
+0.339681 0.593652 0
+0.373114 0.593561 0
+0.407523 0.593088 0
+0.442451 0.592508 0
+0.478248 0.591852 0
+0.514626 0.590494 0
+0.551369 0.588968 0
+0.588876 0.587488 0
+0.626017 0.584817 0
+0.662379 0.58085 0
+0.698909 0.576135 0
+0.736019 0.571237 0
+0.772992 0.565576 0
+0.810437 0.559442 0
+0.847547 0.552697 0
+0.884581 0.544671 0
+0.921462 0.535927 0
+0.957916 0.526085 0
+0 0.594324 0
+0.00868238 0.598886 0
+0.0261234 0.60325 0
+0.0428321 0.60734 0
+0.0600443 0.611658 0
+0.0779889 0.615579 0
+0.0970016 0.619272 0
+0.117311 0.622721 0
+0.139879 0.626062 0
+0.164462 0.628412 0
+0.191577 0.630167 0
+0.22092 0.631266 0
+0.25127 0.632578 0
+0.282353 0.633295 0
+0.314015 0.633875 0
+0.346792 0.634241 0
+0.380087 0.634424 0
+0.414176 0.63415 0
+0.448737 0.633677 0
+0.484535 0.633188 0
+0.520394 0.632151 0
+0.556817 0.630854 0
+0.594324 0.629526 0
+0.631632 0.62771 0
+0.66862 0.624918 0
+0.70515 0.620874 0
+0.74168 0.616342 0
+0.778729 0.611292 0
+0.815686 0.605982 0
+0.852766 0.599512 0
+0.889586 0.592767 0
+0.926345 0.585153 0
+0.962997 0.576486 0
+0.00183108 0.635966 0
+0.019028 0.640223 0
+0.0358892 0.644785 0
+0.0519722 0.648814 0
+0.0686809 0.652705 0
+0.0866712 0.656764 0
+0.105516 0.660319 0
+0.125917 0.66363 0
+0.148623 0.666712 0
+0.173678 0.669001 0
+0.201205 0.670604 0
+0.230198 0.671824 0
+0.260136 0.673213 0
+0.290806 0.674037 0
+0.322072 0.674662 0
+0.354437 0.67509 0
+0.387579 0.675517 0
+0.421317 0.67541 0
+0.455634 0.675105 0
+0.491005 0.6748 0
+0.526513 0.67393 0
+0.56289 0.672862 0
+0.599725 0.671763 0
+0.637018 0.67013 0
+0.674388 0.668299 0
+0.711482 0.665705 0
+0.747814 0.66128 0
+0.784314 0.656992 0
+0.821149 0.651774 0
+0.857832 0.64651 0
+0.894942 0.640406 0
+0.93109 0.633448 0
+0.967376 0.625971 0
+0.0141604 0.678218 0
+0.0303502 0.682307 0
+0.0462043 0.686427 0
+0.0622568 0.690669 0
+0.0785534 0.694423 0
+0.096025 0.698085 0
+0.11519 0.701762 0
+0.135775 0.704799 0
+0.158465 0.707424 0
+0.184131 0.709773 0
+0.211658 0.711238 0
+0.240024 0.712612 0
+0.269581 0.713848 0
+0.299977 0.714885 0
+0.330831 0.715618 0
+0.362753 0.716197 0
+0.395666 0.716701 0
+0.428962 0.716808 0
+0.463066 0.716579 0
+0.497765 0.716335 0
+0.533364 0.715801 0
+0.569131 0.714977 0
+0.605722 0.713832 0
+0.642603 0.712642 0
+0.679652 0.710979 0
+0.717128 0.709163 0
+0.754009 0.706386 0
+0.79057 0.702327 0
+0.826673 0.697902 0
+0.863554 0.693049 0
+0.899657 0.687541 0
+0.9364 0.68162 0
+0.971817 0.675059 0
+0.0270237 0.720592 0
+0.0428016 0.724819 0
+0.0580148 0.728786 0
+0.0732738 0.732525 0
+0.0896468 0.736416 0
+0.107012 0.739834 0
+0.126177 0.743252 0
+0.146853 0.746227 0
+0.170123 0.748531 0
+0.195529 0.750408 0
+0.222904 0.752194 0
+0.250904 0.753491 0
+0.279866 0.754665 0
+0.309972 0.755947 0
+0.340383 0.756756 0
+0.371847 0.757382 0
+0.404395 0.758038 0
+0.437156 0.758206 0
+0.470909 0.758144 0
+0.505165 0.757992 0
+0.540413 0.757671 0
+0.575799 0.75697 0
+0.611978 0.756039 0
+0.648524 0.755123 0
+0.685542 0.753735 0
+0.722545 0.752102 0
+0.760098 0.75053 0
+0.796521 0.747417 0
+0.832959 0.743481 0
+0.868772 0.739116 0
+0.905348 0.734386 0
+0.94139 0.729305 0
+0.971649 0.723095 0
+0.0411994 0.763622 0
+0.0558938 0.767361 0
+0.0708629 0.77145 0
+0.0859846 0.774945 0
+0.101976 0.7785 0
+0.119234 0.781781 0
+0.138369 0.78468 0
+0.159762 0.787579 0
+0.183108 0.78967 0
+0.208576 0.791379 0
+0.235401 0.793133 0
+0.262852 0.794491 0
+0.291203 0.795682 0
+0.320592 0.797086 0
+0.350698 0.797879 0
+0.38172 0.798596 0
+0.413626 0.799146 0
+0.446113 0.799649 0
+0.479408 0.79971 0
+0.513375 0.799603 0
+0.548119 0.799558 0
+0.583368 0.799023 0
+0.618814 0.79823 0
+0.655329 0.797528 0
+0.691676 0.796399 0
+0.728588 0.794965 0
+0.765774 0.793652 0
+0.802701 0.791897 0
+0.839017 0.788861 0
+0.87512 0.78497 0
+0.910872 0.780911 0
+0.946761 0.776074 0
+0.971588 0.770962 0
+0.0564279 0.806867 0
+0.0704967 0.810376 0
+0.0850233 0.813977 0
+0.0999161 0.817517 0
+0.115709 0.820584 0
+0.133288 0.823774 0
+0.152468 0.826413 0
+0.174166 0.82887 0
+0.197696 0.830793 0
+0.222583 0.832425 0
+0.248707 0.834195 0
+0.275608 0.835584 0
+0.30341 0.836789 0
+0.332403 0.838193 0
+0.361975 0.839078 0
+0.392462 0.839811 0
+0.423819 0.840406 0
+0.455924 0.841108 0
+0.488746 0.841291 0
+0.522286 0.841245 0
+0.556527 0.841398 0
+0.591333 0.841001 0
+0.626535 0.840406 0
+0.662547 0.839979 0
+0.698695 0.838926 0
+0.734951 0.837781 0
+0.77203 0.836698 0
+0.808667 0.835126 0
+0.845121 0.833417 0
+0.881376 0.830488 0
+0.916732 0.82652 0
+0.952285 0.82266 0
+0.971878 0.81799 0
+0.0724346 0.850095 0
+0.0866407 0.853574 0
+0.100679 0.856748 0
+0.115679 0.860105 0
+0.131502 0.862898 0
+0.148745 0.865522 0
+0.168811 0.868025 0
+0.190219 0.870039 0
+0.213657 0.871992 0
+0.237995 0.87364 0
+0.263294 0.875029 0
+0.289815 0.876768 0
+0.316945 0.877958 0
+0.345052 0.879057 0
+0.37438 0.880293 0
+0.404242 0.881086 0
+0.434775 0.881788 0
+0.466651 0.882536 0
+0.498985 0.882826 0
+0.532021 0.882887 0
+0.565911 0.883101 0
+0.600107 0.882902 0
+0.634958 0.882399 0
+0.67039 0.882216 0
+0.706111 0.8813 0
+0.741985 0.880415 0
+0.778561 0.879454 0
+0.814923 0.878126 0
+0.851362 0.876524 0
+0.887755 0.875196 0
+0.923217 0.872007 0
+0.958419 0.868559 0
+0.972091 0.864408 0
+0.0902876 0.892989 0
+0.103716 0.895903 0
+0.117876 0.899138 0
+0.13254 0.901808 0
+0.148669 0.904555 0
+0.16669 0.906691 0
+0.186587 0.908995 0
+0.20795 0.910674 0
+0.230488 0.912383 0
+0.254368 0.914107 0
+0.278859 0.915541 0
+0.304677 0.917189 0
+0.331106 0.918395 0
+0.358526 0.919448 0
+0.387243 0.920699 0
+0.416495 0.921462 0
+0.446586 0.922087 0
+0.477867 0.922866 0
+0.509621 0.92314 0
+0.542123 0.923262 0
+0.575586 0.923506 0
+0.60911 0.923339 0
+0.643458 0.922927 0
+0.678614 0.922652 0
+0.713588 0.921935 0
+0.749142 0.920958 0
+0.785046 0.920195 0
+0.821042 0.918822 0
+0.85684 0.917342 0
+0.893034 0.915923 0
+0.92874 0.913909 0
+0.964004 0.911116 0
+0.972488 0.907591 0
+0.000396735 0.00294499 0.163012
+0.000350958 0.00141909 0.161715
+0.000167849 0.000167849 0.160098
+0.000198367 0.000198367 0.158679
+0.00880446 0.000320439 0.157214
+0.0265049 0.000381476 0.155734
+0.0439765 0.000595102 0.154131
+0.0604868 0.000976577 0.152544
+0.0762646 0.0011902 0.150805
+0.0917983 0.00137331 0.148653
+0.107515 0.00134279 0.146258
+0.123613 0.00125124 0.143404
+0.140398 0.000686656 0.140002
+0.158145 0 0.135866
+0.177661 0 0.131106
+0.199466 0 0.125566
+0.22327 0 0.118883
+0.248112 0 0.111635
+0.273289 0 0.103975
+0.299001 0 0.0956741
+0.325185 0 0.0869764
+0.351766 0 0.0772412
+0.378912 0 0.066804
+0.406607 0 0.0554513
+0.434394 0 0.0428473
+0.46302 0 0.0287633
+0.491936 0 0.0126802
+0.521843 0 0
+0.552895 0 0
+0.584146 0 0
+0.615488 0 0
+0.646723 0 0
+0.679423 0 0
+0.000137331 0.016495 0.16083
+0.000106813 0.0150759 0.159365
+0.000183108 0.0135958 0.158007
+0.000396735 0.0122225 0.156786
+0.00975052 0.0105135 0.155276
+0.0274205 0.0087129 0.153674
+0.0446632 0.00691234 0.151965
+0.0611582 0.00515755 0.150607
+0.0768902 0.00315862 0.148714
+0.0924239 0.00140383 0.146654
+0.108095 0.00137331 0.144167
+0.124178 0.0012665 0.141375
+0.140871 0.000701915 0.137911
+0.158679 0 0.133913
+0.178119 0 0.129046
+0.200122 0 0.123476
+0.224033 0 0.116838
+0.248798 0 0.109697
+0.274159 0 0.101976
+0.299931 0 0.0936446
+0.32607 0 0.0847639
+0.352789 0 0.0750591
+0.37995 0 0.0644236
+0.407538 0 0.0529793
+0.435843 0 0.0400092
+0.465568 0 0.0251926
+0.495567 0 0.00791943
+0.526268 0 0
+0.557061 0 0
+0.589548 0 0
+0.622415 0 0
+0.65597 0 0
+0.690318 0 0
+4.57771e-05 0.0295415 0.158618
+0 0.0281682 0.157137
+1.5259e-05 0.0267338 0.155779
+3.0518e-05 0.0252842 0.154498
+0.0103456 0.0236667 0.152819
+0.0278782 0.021912 0.151156
+0.0448768 0.0200961 0.149493
+0.0611734 0.0183108 0.147845
+0.0767681 0.0162661 0.145876
+0.0923629 0.0140536 0.143969
+0.108095 0.0115358 0.141558
+0.124254 0.00840772 0.138872
+0.141161 0.0049897 0.135622
+0.159335 0.000885023 0.13193
+0.178668 0 0.127138
+0.200839 0 0.121447
+0.224872 0 0.114717
+0.249683 0 0.107576
+0.27509 0 0.099855
+0.300877 0 0.0914626
+0.327047 0 0.0826429
+0.353857 0 0.0727398
+0.381826 0 0.0617685
+0.410559 0 0.0496529
+0.439796 0 0.0359655
+0.469718 0 0.0206607
+0.500908 0 0.00262455
+0.533028 0 0
+0.565805 0 0
+0.599588 0 0
+0.63386 0 0
+0.668681 0 0
+0.703822 0 0
+6.10361e-05 0.0420386 0.156466
+0 0.0408026 0.155154
+0 0.0395209 0.153765
+3.0518e-05 0.0382086 0.152361
+0.0112154 0.0366674 0.150607
+0.0285191 0.0348363 0.148898
+0.0454108 0.0330968 0.147127
+0.0613413 0.0312505 0.145144
+0.076936 0.0292973 0.143359
+0.0923018 0.0271458 0.141115
+0.107668 0.0245365 0.138582
+0.123857 0.0215763 0.135729
+0.140612 0.0181582 0.132525
+0.15877 0.0140688 0.128664
+0.178698 0.00920119 0.124331
+0.201221 0.00331121 0.118914
+0.225666 0 0.112657
+0.250614 0 0.105531
+0.276036 0 0.0977646
+0.302235 0 0.0891585
+0.329473 0 0.0797589
+0.357107 0 0.0695659
+0.385641 0 0.0583352
+0.415488 0 0.0459754
+0.44596 0 0.0318456
+0.477455 0 0.0156863
+0.510063 0 0
+0.543359 0 0
+0.577432 0 0
+0.61207 0 0
+0.647456 0 0
+0.683253 0 0
+0.719448 0 0
+1.5259e-05 0.0545357 0.154177
+7.62951e-05 0.0535592 0.152834
+9.15541e-05 0.0523995 0.151446
+9.15541e-05 0.0512093 0.150195
+0.0123598 0.0497292 0.14847
+0.0293889 0.0480354 0.14641
+0.0461738 0.046479 0.144732
+0.0618601 0.0447852 0.142687
+0.0773785 0.0429999 0.140642
+0.0924544 0.0408942 0.138323
+0.107927 0.0385595 0.135775
+0.123903 0.0357824 0.132876
+0.140581 0.0323491 0.129427
+0.158663 0.0283665 0.125536
+0.178408 0.0235904 0.120928
+0.200824 0.0177768 0.115145
+0.225345 0.0110323 0.108659
+0.251423 0.0034638 0.101534
+0.278035 0 0.0939803
+0.305882 0 0.0860456
+0.334005 0 0.0766613
+0.362997 0 0.0662242
+0.392737 0 0.0545968
+0.423713 0 0.0415808
+0.455421 0 0.0265354
+0.487968 0 0.00883497
+0.521538 0 0
+0.555871 0 0
+0.591089 0 0
+0.62678 0 0
+0.662928 0 0
+0.699397 0 0
+0.735897 0 0
+0.000122072 0.0669413 0.15169
+0.00015259 0.0659342 0.150423
+0.000198367 0.0650034 0.149126
+0.000228885 0.0639353 0.147723
+0.01355 0.0624094 0.145815
+0.0305333 0.060914 0.143954
+0.0469978 0.0593729 0.141985
+0.0627756 0.0579232 0.140078
+0.0778668 0.0562448 0.137972
+0.0931868 0.0543984 0.135683
+0.108461 0.0522469 0.13315
+0.124376 0.0496376 0.130159
+0.141146 0.0466163 0.126802
+0.159243 0.0429541 0.122728
+0.179507 0.0382696 0.117754
+0.202441 0.0326238 0.111925
+0.228 0.0260624 0.105287
+0.254582 0.0187686 0.0980545
+0.282231 0.0106508 0.0901198
+0.310735 0.00192264 0.0816205
+0.34023 0 0.0721141
+0.370901 0 0.0619516
+0.402167 0 0.0501259
+0.433967 0 0.0359808
+0.466911 0 0.0196841
+0.50042 0 0.000183108
+0.535027 0 0
+0.57023 0 0
+0.605844 0 0
+0.642267 0 0
+0.678813 0 0
+0.715602 0 0
+0.752453 0 0
+0.00015259 0.0792401 0.149065
+0.000183108 0.0782788 0.147677
+0.000122072 0.0773632 0.146197
+0.000259403 0.0764935 0.145052
+0.0148318 0.0750134 0.143084
+0.0318303 0.0736706 0.141161
+0.0480964 0.0722667 0.139315
+0.0636454 0.0708476 0.137346
+0.0788128 0.0694591 0.135271
+0.093904 0.0677043 0.133089
+0.109422 0.0657359 0.130556
+0.125536 0.0634318 0.127687
+0.142855 0.0606088 0.124285
+0.161608 0.0573587 0.120394
+0.182788 0.053193 0.115572
+0.20705 0.047837 0.10956
+0.233387 0.0415656 0.102678
+0.260731 0.0346685 0.09514
+0.289052 0.0269322 0.086717
+0.318135 0.0183261 0.0774701
+0.348257 0.00866712 0.0673533
+0.379461 0 0.0557717
+0.411673 0 0.0429541
+0.445106 0 0.0286107
+0.479362 0 0.0112154
+0.513603 0 0
+0.548882 0 0
+0.584558 0 0
+0.620676 0 0
+0.657404 0 0
+0.694224 0 0
+0.731228 0 0
+0.768154 0 0
+4.57771e-05 0.0915999 0.145876
+7.62951e-05 0.0906996 0.144656
+3.0518e-05 0.0898451 0.143175
+0.00015259 0.0890211 0.141833
+0.0160678 0.0876783 0.140032
+0.032929 0.086305 0.138186
+0.0492256 0.0852064 0.13637
+0.0647593 0.0839399 0.134493
+0.0800793 0.082826 0.132891
+0.0954757 0.0814984 0.130846
+0.111315 0.0799725 0.128695
+0.128161 0.0779583 0.125902
+0.146151 0.0756542 0.122805
+0.165896 0.0725414 0.118746
+0.188342 0.0685588 0.113756
+0.213504 0.0633402 0.107607
+0.240711 0.0573434 0.100465
+0.269017 0.0506142 0.0924239
+0.297902 0.0431373 0.0834516
+0.327688 0.0347448 0.0734569
+0.358297 0.0252842 0.0623484
+0.389944 0.014725 0.0497749
+0.42237 0.00262455 0.0354009
+0.456153 0 0.0189059
+0.491035 0 0
+0.527092 0 0
+0.56286 0 0
+0.598993 0 0
+0.635386 0 0
+0.672038 0 0
+0.708705 0 0
+0.745586 0 0
+0.782315 0 0
+0 0.104143 0.142458
+0 0.103334 0.141115
+0 0.102541 0.139788
+0.000839246 0.101747 0.138476
+0.0173648 0.100664 0.136782
+0.0341802 0.0996872 0.135225
+0.0505074 0.0988327 0.133898
+0.0664225 0.098146 0.132509
+0.0819104 0.0973526 0.130877
+0.0978866 0.0963455 0.129229
+0.114458 0.0952468 0.12723
+0.131762 0.0936294 0.124636
+0.150591 0.0915694 0.121416
+0.171328 0.0885481 0.117296
+0.195087 0.0846418 0.111879
+0.221485 0.0794842 0.105379
+0.249516 0.0736248 0.0978561
+0.278355 0.0671244 0.0893873
+0.308263 0.0597696 0.0799725
+0.33872 0.0515908 0.0693065
+0.370047 0.042359 0.0572976
+0.402197 0.0319829 0.0436255
+0.435111 0.0203098 0.027863
+0.468772 0.00697337 0.00932326
+0.503197 0 0
+0.538766 0 0
+0.575448 0 0
+0.612268 0 0
+0.648829 0 0
+0.685618 0 0
+0.722286 0 0
+0.758892 0 0
+0.795285 0 0
+0 0.117357 0.138735
+0 0.116701 0.13753
+0 0.116167 0.136431
+0.00183108 0.115679 0.135363
+0.0185397 0.114839 0.133837
+0.0355535 0.114305 0.132662
+0.0523384 0.114061 0.13167
+0.0685588 0.113725 0.13051
+0.0846418 0.113283 0.12929
+0.101076 0.112703 0.127703
+0.118044 0.111788 0.125414
+0.135927 0.11043 0.122545
+0.155612 0.108507 0.119326
+0.177523 0.105623 0.114839
+0.202609 0.101793 0.109255
+0.230274 0.0967117 0.102388
+0.259174 0.0910964 0.0945296
+0.288945 0.0847639 0.0857099
+0.319448 0.0776684 0.0758984
+0.35079 0.069688 0.0646067
+0.382849 0.0606699 0.0517586
+0.415442 0.0505837 0.0367895
+0.448783 0.0392615 0.0195621
+0.482399 0.0262913 0
+0.516716 0.0117494 0
+0.551827 0 0
+0.58732 0 0
+0.62385 0 0
+0.66125 0 0
+0.69778 0 0
+0.734096 0 0
+0.770459 0 0
+0.806455 0 0
+0 0.132052 0.134829
+0 0.131594 0.133761
+0 0.131411 0.132906
+0.00236515 0.131228 0.132174
+0.0196078 0.130892 0.131044
+0.0373236 0.1308 0.130083
+0.0542 0.130709 0.129046
+0.0706645 0.130648 0.128069
+0.0871748 0.130495 0.126757
+0.105165 0.130602 0.123323
+0.125063 0.131548 0.112932
+0.142443 0.129686 0.113649
+0.162188 0.127611 0.112428
+0.18497 0.124605 0.108949
+0.211154 0.120775 0.103578
+0.239841 0.115785 0.0968032
+0.269551 0.110399 0.0890364
+0.30016 0.104265 0.0803388
+0.331334 0.0973678 0.0700389
+0.363195 0.0895399 0.0581826
+0.395804 0.0808576 0.0448157
+0.429007 0.0710613 0.0289464
+0.462409 0.0599069 0.00994888
+0.496406 0.0475166 0
+0.53077 0.0336461 0
+0.565454 0.018143 0
+0.600336 0.000274662 0
+0.635279 0 0
+0.671092 0 0
+0.708217 0 0
+0.744274 0 0
+0.780148 0 0
+0.815763 0 0
+0 0.148974 0.130831
+0 0.148638 0.129885
+0 0.148592 0.128954
+0.00271611 0.148455 0.127901
+0.0205386 0.148516 0.12694
+0.0383764 0.14876 0.126192
+0.0555886 0.149081 0.125322
+0.0724346 0.149355 0.124269
+0.0894026 0.149477 0.123079
+0.108385 0.149966 0.118654
+0.128328 0.150866 0.109712
+0.149538 0.15079 0.101152
+0.169696 0.148379 0.103014
+0.193256 0.145281 0.100908
+0.220584 0.141436 0.0961929
+0.249928 0.136675 0.0898604
+0.280385 0.131533 0.0823987
+0.311696 0.125734 0.0736553
+0.343435 0.119005 0.0630808
+0.375998 0.111528 0.0511635
+0.40914 0.10309 0.0368963
+0.442603 0.0935225 0.0198062
+0.476616 0.0828717 0
+0.510674 0.0707408 0
+0.545296 0.0576181 0
+0.57995 0.0428931 0
+0.614328 0.0261845 0
+0.648554 0.00703441 0
+0.682811 0 0
+0.716899 0 0
+0.752544 0 0
+0.78822 0 0
+0.823163 0 0
+0 0.167834 0.125017
+0 0.167575 0.123873
+0 0.167636 0.122774
+0.00216678 0.167865 0.121965
+0.0202335 0.168139 0.120943
+0.0384527 0.168734 0.120119
+0.0560464 0.169497 0.119509
+0.0734417 0.17026 0.118639
+0.0911574 0.170962 0.117662
+0.110643 0.171649 0.112978
+0.130724 0.172351 0.106264
+0.152865 0.172763 0.0969558
+0.176837 0.171984 0.0895705
+0.201709 0.168734 0.0897993
+0.230121 0.164996 0.0866712
+0.26009 0.160494 0.0809339
+0.29131 0.155612 0.074052
+0.322942 0.149935 0.0652781
+0.355703 0.143664 0.0550698
+0.3888 0.136568 0.0426337
+0.422446 0.128496 0.0276646
+0.456474 0.119249 0.00927749
+0.490715 0.108766 0
+0.525353 0.0974289 0
+0.56025 0.085069 0
+0.594965 0.071046 0
+0.629389 0.0552834 0
+0.663264 0.0371862 0
+0.696437 0.0167849 0
+0.729091 0 0
+0.76112 0 0
+0.794171 0 0
+0.828992 0 0
+0 0.18912 0.116075
+0 0.188891 0.114824
+0 0.189075 0.113497
+0 0.189746 0.112673
+0.0183413 0.190585 0.112001
+0.0368505 0.191623 0.11133
+0.0548257 0.192782 0.110842
+0.0728466 0.194018 0.110155
+0.0919661 0.195422 0.108827
+0.111864 0.196597 0.104936
+0.132525 0.197513 0.099321
+0.155077 0.197971 0.0917678
+0.180987 0.197925 0.0813306
+0.209277 0.195895 0.0738537
+0.238849 0.192386 0.0731823
+0.269505 0.188312 0.0691081
+0.301595 0.183825 0.0631876
+0.334173 0.17847 0.0550088
+0.367498 0.17258 0.044892
+0.401328 0.16585 0.0321965
+0.435599 0.158022 0.0164797
+0.470085 0.149187 0
+0.504921 0.139254 0
+0.540566 0.128923 0
+0.575982 0.117342 0
+0.611261 0.103975 0
+0.645975 0.0890822 0
+0.679683 0.0720836 0
+0.712169 0.0525826 0
+0.743816 0.0305943 0
+0.77435 0.00550851 0
+0.804288 0 0
+0.834638 0 0
+0 0.21326 0.104204
+0 0.213153 0.102846
+0 0.213397 0.101274
+0 0.21442 0.100618
+0.0151369 0.215961 0.100237
+0.0341955 0.217746 0.100023
+0.0527657 0.219532 0.099855
+0.0713664 0.22121 0.099443
+0.091722 0.223301 0.0977035
+0.112383 0.225147 0.0945754
+0.134112 0.226627 0.0901808
+0.157702 0.227466 0.0838483
+0.184375 0.227558 0.0748608
+0.214679 0.226307 0.0615702
+0.246342 0.223697 0.0540475
+0.277562 0.219852 0.0522927
+0.310109 0.215778 0.0474708
+0.343206 0.210773 0.0400092
+0.377035 0.205295 0.0298924
+0.411597 0.198901 0.0167239
+0.446296 0.191516 0.000106813
+0.481453 0.183261 0
+0.517769 0.174548 0
+0.55436 0.164981 0
+0.590982 0.154025 0
+0.626963 0.141833 0
+0.662501 0.128023 0
+0.696696 0.112078 0
+0.730037 0.0940261 0
+0.762005 0.0732891 0
+0.792569 0.0497292 0
+0.820859 0.022034 0
+0.848325 0 0
+0 0.24007 0.0909438
+0 0.239963 0.0894026
+0 0.240406 0.0879988
+0 0.241978 0.0875105
+0.0127413 0.244099 0.0875257
+0.0323491 0.246708 0.0880293
+0.0518502 0.249454 0.0883955
+0.0717479 0.252003 0.0881208
+0.0926833 0.254643 0.0864424
+0.114 0.25684 0.083711
+0.136446 0.258671 0.0798352
+0.160983 0.259831 0.0741131
+0.188769 0.260166 0.0660563
+0.219608 0.259022 0.0541238
+0.252537 0.257206 0.0373083
+0.284779 0.254017 0.0288548
+0.317403 0.25008 0.0258946
+0.350362 0.245365 0.0185397
+0.38439 0.240177 0.00849927
+0.41886 0.234257 0
+0.454063 0.227512 0
+0.490517 0.220783 0
+0.527474 0.213062 0
+0.564538 0.204257 0
+0.60177 0.194278 0
+0.638788 0.18291 0
+0.675547 0.170031 0
+0.711894 0.155306 0
+0.747173 0.138827 0
+0.78114 0.11989 0
+0.813046 0.098085 0
+0.842557 0.0724498 0
+0.869673 0.0424353 0
+0 0.269139 0.0770428
+0 0.269001 0.0753948
+0 0.270146 0.0742657
+0 0.272633 0.0746624
+0.0125277 0.275654 0.0752422
+0.032578 0.278782 0.0760662
+0.0525521 0.282017 0.0767681
+0.07364 0.285344 0.0762188
+0.095079 0.288533 0.0750134
+0.116869 0.291005 0.0724956
+0.139879 0.292851 0.0684977
+0.16495 0.29398 0.0627909
+0.193362 0.294163 0.0546731
+0.224567 0.292973 0.0430457
+0.257435 0.291218 0.0273594
+0.290578 0.288655 0.00457771
+0.32369 0.285206 0
+0.356771 0.280735 0
+0.390829 0.27628 0
+0.42594 0.271351 0
+0.461707 0.265888 0
+0.498268 0.2598 0
+0.534676 0.252598 0
+0.571771 0.24477 0
+0.60911 0.235798 0
+0.64683 0.225391 0
+0.684367 0.213642 0
+0.721859 0.200244 0
+0.758938 0.185016 0
+0.794949 0.167514 0
+0.830304 0.147463 0
+0.862974 0.12459 0
+0.893156 0.0980697 0
+0 0.300755 0.0625772
+0 0.300679 0.0607614
+0 0.302678 0.0604868
+0 0.305882 0.061326
+0.0140688 0.309575 0.0626535
+0.0344396 0.313252 0.0637064
+0.0552377 0.316854 0.0639506
+0.0762493 0.320256 0.0632486
+0.0977188 0.323491 0.0618448
+0.119738 0.325994 0.0591745
+0.143145 0.327855 0.0548562
+0.168704 0.328771 0.0487068
+0.197787 0.328817 0.0401465
+0.229282 0.327565 0.0280766
+0.261997 0.325887 0.0121614
+0.295186 0.323476 0
+0.330434 0.322179 0
+0.364126 0.31873 0
+0.398245 0.314595 0
+0.433036 0.310063 0
+0.469017 0.305119 0
+0.504952 0.299367 0
+0.541817 0.293019 0
+0.579034 0.285908 0
+0.616236 0.277562 0
+0.653849 0.268421 0
+0.691478 0.257832 0
+0.729168 0.245869 0
+0.76669 0.232181 0
+0.804059 0.216541 0
+0.840635 0.198337 0
+0.876509 0.177386 0
+0.910796 0.153185 0
+0 0.334356 0.0471809
+0 0.334249 0.045243
+0 0.337392 0.0459754
+0 0.340948 0.047013
+0.0163882 0.344793 0.0482795
+0.0371557 0.348623 0.0489662
+0.0579538 0.352331 0.0487221
+0.0787518 0.355703 0.0476844
+0.100282 0.358923 0.0461128
+0.122515 0.361425 0.0429084
+0.146288 0.36318 0.0382239
+0.172656 0.364263 0.0316167
+0.201938 0.363989 0.0218204
+0.233524 0.362692 0.0087129
+0.266148 0.361242 0
+0.299962 0.359854 0
+0.335302 0.358816 0
+0.371221 0.357504 0
+0.405325 0.353796 0
+0.440436 0.34963 0
+0.475608 0.344854 0
+0.511925 0.339773 0
+0.548684 0.333959 0
+0.585809 0.327352 0
+0.623133 0.320073 0
+0.660792 0.311925 0
+0.698558 0.302281 0
+0.736217 0.291478 0
+0.774029 0.279515 0
+0.811185 0.265507 0
+0.848478 0.249348 0
+0.884978 0.23093 0
+0.92079 0.209628 0
+0 0.368734 0.0294041
+0 0.369451 0.0281987
+0 0.372869 0.0290379
+0 0.376593 0.0302129
+0.0194705 0.380529 0.0309148
+0.0401923 0.384451 0.0310063
+0.0607004 0.388128 0.0304875
+0.081651 0.391745 0.0293431
+0.102937 0.394675 0.0269017
+0.125338 0.39704 0.0229343
+0.149615 0.398856 0.0174258
+0.17641 0.399741 0.00933852
+0.206119 0.399435 0
+0.238025 0.398688 0
+0.271214 0.398093 0
+0.305318 0.397345 0
+0.340215 0.396323 0
+0.376318 0.395285 0
+0.412787 0.393713 0
+0.447257 0.389731 0
+0.482689 0.385534 0
+0.518578 0.380621 0
+0.555337 0.375357 0
+0.59234 0.369635 0
+0.629587 0.362737 0
+0.667414 0.355322 0
+0.705104 0.346899 0
+0.742885 0.337392 0
+0.780804 0.326467 0
+0.818265 0.313985 0
+0.855268 0.299855 0
+0.892332 0.283619 0
+0.928496 0.264744 0
+0 0.402991 0.00779736
+0 0.40502 0.00784314
+0 0.408682 0.00865187
+0.00263981 0.41265 0.00932326
+0.0231327 0.416632 0.00949111
+0.0432136 0.420493 0.00909438
+0.0636454 0.424414 0.00822461
+0.0842145 0.427741 0.00602731
+0.105516 0.430655 0.00251774
+0.128145 0.432944 0
+0.152941 0.434867 0
+0.180224 0.435538 0
+0.211032 0.436027 0
+0.243793 0.436377 0
+0.276982 0.436179 0
+0.310979 0.435615 0
+0.345785 0.434699 0
+0.381552 0.433906 0
+0.417777 0.432471 0
+0.454536 0.430793 0
+0.489845 0.426856 0
+0.525521 0.422263 0
+0.561868 0.417578 0
+0.598764 0.411933 0
+0.636164 0.406088 0
+0.673747 0.399374 0
+0.711269 0.391577 0
+0.749203 0.382986 0
+0.786938 0.373373 0
+0.824475 0.362341 0
+0.861997 0.349722 0
+0.898756 0.335378 0
+0.935286 0.319051 0
+0 0.437751 0
+0 0.440879 0
+0 0.444923 0
+0.00706493 0.44889 0
+0.0268406 0.452888 0
+0.0467079 0.456962 0
+0.0665599 0.460609 0
+0.0869306 0.46392 0
+0.108248 0.466835 0
+0.131884 0.4701 0
+0.157534 0.472358 0
+0.186145 0.473762 0
+0.217304 0.474372 0
+0.249714 0.474708 0
+0.282948 0.474861 0
+0.316915 0.474449 0
+0.3514 0.473854 0
+0.386618 0.472892 0
+0.422858 0.471946 0
+0.459693 0.470405 0
+0.496742 0.468482 0
+0.532341 0.464607 0
+0.568582 0.459846 0
+0.605234 0.45507 0
+0.64239 0.449516 0
+0.67982 0.443412 0
+0.717525 0.436683 0
+0.755367 0.429007 0
+0.792935 0.420142 0
+0.830533 0.41033 0
+0.867842 0.399207 0
+0.905013 0.386679 0
+0.941772 0.372259 0
+0 0.473686 0
+0 0.477241 0
+0 0.481407 0
+0.0118563 0.485664 0
+0.0314336 0.490181 0
+0.0510414 0.494453 0
+0.0710918 0.498497 0
+0.0918441 0.502342 0
+0.113741 0.505776 0
+0.137377 0.508797 0
+0.163653 0.511284 0
+0.192706 0.512642 0
+0.223957 0.513313 0
+0.256046 0.513695 0
+0.289372 0.514076 0
+0.322942 0.513893 0
+0.357259 0.513512 0
+0.392248 0.512779 0
+0.428443 0.51194 0
+0.464836 0.510628 0
+0.5019 0.509056 0
+0.539284 0.507317 0
+0.575204 0.502922 0
+0.611811 0.498436 0
+0.648676 0.49337 0
+0.686076 0.487831 0
+0.723201 0.481559 0
+0.761028 0.474723 0
+0.79881 0.467033 0
+0.836301 0.458427 0
+0.873899 0.448585 0
+0.910903 0.437369 0
+0.947295 0.424674 0
+0 0.51194 0
+0 0.516213 0
+0.000518807 0.520912 0
+0.0192721 0.525277 0
+0.0379339 0.529564 0
+0.0572213 0.533883 0
+0.0771038 0.53817 0
+0.0977798 0.541985 0
+0.119875 0.545357 0
+0.143709 0.548165 0
+0.170474 0.550607 0
+0.199954 0.551995 0
+0.231052 0.552743 0
+0.262928 0.553353 0
+0.295705 0.553552 0
+0.32932 0.553887 0
+0.363378 0.553628 0
+0.398398 0.553063 0
+0.434028 0.552483 0
+0.470253 0.551476 0
+0.507088 0.550011 0
+0.54464 0.548394 0
+0.581979 0.546304 0
+0.618189 0.541939 0
+0.655024 0.537423 0
+0.691722 0.532326 0
+0.729412 0.526772 0
+0.766842 0.52076 0
+0.803967 0.513634 0
+0.841825 0.505867 0
+0.879057 0.497246 0
+0.916152 0.487343 0
+0.95288 0.476081 0
+0 0.551843 0
+0 0.556298 0
+0.00923171 0.561273 0
+0.0272984 0.565606 0
+0.0453956 0.569863 0
+0.0640879 0.573983 0
+0.0837262 0.578225 0
+0.104494 0.582055 0
+0.126558 0.585428 0
+0.15082 0.588129 0
+0.177844 0.590188 0
+0.207843 0.591745 0
+0.238697 0.592691 0
+0.270268 0.593362 0
+0.3028 0.593759 0
+0.336141 0.594247 0
+0.370138 0.594095 0
+0.404639 0.59379 0
+0.439872 0.593225 0
+0.476112 0.592538 0
+0.512627 0.591348 0
+0.549615 0.589868 0
+0.587518 0.588418 0
+0.624857 0.585916 0
+0.661326 0.581857 0
+0.698131 0.57702 0
+0.735195 0.572168 0
+0.772442 0.566323 0
+0.809812 0.560281 0
+0.847028 0.553521 0
+0.884215 0.545373 0
+0.921096 0.536767 0
+0.957671 0.526955 0
+0 0.592889 0
+0.000167849 0.597345 0
+0.0183261 0.601907 0
+0.0359197 0.606439 0
+0.0535439 0.610697 0
+0.0718853 0.614816 0
+0.091249 0.618692 0
+0.112093 0.622675 0
+0.134432 0.625879 0
+0.158862 0.628504 0
+0.186328 0.630365 0
+0.215976 0.631785 0
+0.246876 0.632959 0
+0.278157 0.633814 0
+0.310384 0.634302 0
+0.343374 0.634882 0
+0.377127 0.634989 0
+0.411276 0.634745 0
+0.446342 0.634318 0
+0.482261 0.633967 0
+0.51838 0.632975 0
+0.555261 0.631632 0
+0.592752 0.630365 0
+0.630442 0.628626 0
+0.66772 0.625925 0
+0.704295 0.621866 0
+0.741054 0.61709 0
+0.778073 0.612222 0
+0.815167 0.606806 0
+0.852247 0.600351 0
+0.889158 0.593591 0
+0.926192 0.585916 0
+0.962798 0.577279 0
+0 0.634348 0
+0.0112612 0.639002 0
+0.0285344 0.643549 0
+0.0452735 0.64773 0
+0.0626383 0.652049 0
+0.0806287 0.656092 0
+0.0997635 0.659846 0
+0.120394 0.66331 0
+0.14316 0.666712 0
+0.168307 0.669108 0
+0.195956 0.670817 0
+0.225208 0.672175 0
+0.255741 0.673487 0
+0.286595 0.674418 0
+0.318502 0.67509 0
+0.351049 0.675685 0
+0.384619 0.676081 0
+0.418463 0.676036 0
+0.453223 0.6757 0
+0.488701 0.675502 0
+0.524758 0.674678 0
+0.561105 0.673655 0
+0.598123 0.672557 0
+0.635782 0.671016 0
+0.673442 0.66923 0
+0.710643 0.666773 0
+0.747112 0.662333 0
+0.783749 0.657984 0
+0.820569 0.652689 0
+0.857389 0.64741 0
+0.894545 0.641245 0
+0.9308 0.634333 0
+0.967163 0.626825 0
+0.00607309 0.676707 0
+0.0229496 0.68101 0
+0.0395819 0.685618 0
+0.0557259 0.689662 0
+0.0723278 0.693614 0
+0.0904402 0.697719 0
+0.109529 0.701366 0
+0.130175 0.704601 0
+0.152911 0.707439 0
+0.178653 0.70985 0
+0.206363 0.711574 0
+0.23534 0.712917 0
+0.265461 0.714351 0
+0.295872 0.715373 0
+0.327291 0.716075 0
+0.359335 0.716716 0
+0.392615 0.717281 0
+0.426139 0.717403 0
+0.460533 0.71725 0
+0.495506 0.717067 0
+0.531319 0.716503 0
+0.567315 0.715724 0
+0.60412 0.714641 0
+0.641291 0.713542 0
+0.678584 0.71191 0
+0.716365 0.710048 0
+0.753323 0.707454 0
+0.789822 0.703151 0
+0.826154 0.698833 0
+0.863142 0.69395 0
+0.899321 0.688411 0
+0.936141 0.682475 0
+0.971817 0.675883 0
+0.0197757 0.719539 0
+0.0356756 0.723644 0
+0.0513008 0.727764 0
+0.0672618 0.731975 0
+0.0835889 0.735653 0
+0.101106 0.7393 0
+0.120394 0.743038 0
+0.141283 0.746105 0
+0.164523 0.748592 0
+0.190372 0.750866 0
+0.217884 0.752422 0
+0.246372 0.753857 0
+0.275608 0.755215 0
+0.305928 0.756374 0
+0.336919 0.757214 0
+0.36846 0.7579 0
+0.401343 0.758633 0
+0.434424 0.758785 0
+0.468421 0.758801 0
+0.503166 0.758602 0
+0.538415 0.758389 0
+0.574258 0.757656 0
+0.610407 0.756863 0
+0.647471 0.755947 0
+0.684413 0.754589 0
+0.721614 0.753002 0
+0.759579 0.751507 0
+0.796002 0.748516 0
+0.832547 0.744549 0
+0.868391 0.740093 0
+0.905058 0.735302 0
+0.940993 0.730068 0
+0.971633 0.723964 0
+0.0340276 0.762387 0
+0.0494392 0.766613 0
+0.0644846 0.770489 0
+0.0798199 0.774136 0
+0.0961013 0.778027 0
+0.113527 0.781369 0
+0.132769 0.78471 0
+0.154009 0.787564 0
+0.177447 0.789837 0
+0.203098 0.791623 0
+0.230335 0.793469 0
+0.258152 0.794858 0
+0.2869 0.796094 0
+0.316823 0.797436 0
+0.347265 0.798306 0
+0.378378 0.799054 0
+0.410666 0.799786 0
+0.44361 0.800168 0
+0.476921 0.800305 0
+0.511254 0.800259 0
+0.546181 0.80032 0
+0.581613 0.799741 0
+0.617288 0.798993 0
+0.654002 0.798321 0
+0.690562 0.797284 0
+0.727672 0.795895 0
+0.765042 0.794644 0
+0.802396 0.792859 0
+0.838514 0.789837 0
+0.874784 0.785992 0
+0.910597 0.781872 0
+0.946563 0.776974 0
+0.971588 0.771801 0
+0.0496529 0.805783 0
+0.0640574 0.809445 0
+0.0790265 0.813428 0
+0.0938888 0.816876 0
+0.109926 0.820096 0
+0.12752 0.823499 0
+0.146578 0.826276 0
+0.168658 0.829007 0
+0.192187 0.830961 0
+0.217472 0.832654 0
+0.244068 0.834531 0
+0.27129 0.835889 0
+0.299413 0.837156 0
+0.328756 0.83859 0
+0.35845 0.839597 0
+0.389197 0.840299 0
+0.42092 0.841016 0
+0.453483 0.841611 0
+0.48632 0.841886 0
+0.520119 0.841917 0
+0.554681 0.842115 0
+0.589624 0.841703 0
+0.625147 0.841108 0
+0.661204 0.840711 0
+0.697581 0.839704 0
+0.733989 0.83859 0
+0.771298 0.837644 0
+0.808072 0.836042 0
+0.844877 0.83444 0
+0.881117 0.831632 0
+0.916594 0.827588 0
+0.952148 0.823651 0
+0.971878 0.818875 0
+0.0661021 0.849149 0
+0.0805219 0.852796 0
+0.0946212 0.856123 0
+0.109834 0.859602 0
+0.125521 0.862577 0
+0.143374 0.865675 0
+0.162905 0.86807 0
+0.184558 0.87013 0
+0.208392 0.872236 0
+0.232959 0.873808 0
+0.258686 0.875563 0
+0.285359 0.877119 0
+0.312856 0.878386 0
+0.341299 0.879515 0
+0.370901 0.880796 0
+0.401038 0.881559 0
+0.432105 0.882277 0
+0.464195 0.883055 0
+0.49659 0.883406 0
+0.529885 0.883513 0
+0.564126 0.883757 0
+0.598413 0.883589 0
+0.633478 0.883146 0
+0.669047 0.882887 0
+0.705043 0.882155 0
+0.741253 0.881163 0
+0.777829 0.8804 0
+0.814481 0.879072 0
+0.85098 0.877562 0
+0.887572 0.876188 0
+0.923079 0.873091 0
+0.958206 0.869444 0
+0.971984 0.865248 0
+0.0841535 0.892241 0
+0.097673 0.895354 0
+0.111986 0.898665 0
+0.126864 0.90161 0
+0.142992 0.904341 0
+0.160891 0.906676 0
+0.180774 0.909102 0
+0.202533 0.910857 0
+0.225605 0.912825 0
+0.249424 0.914443 0
+0.274327 0.915862 0
+0.300603 0.917525 0
+0.327367 0.918761 0
+0.355093 0.91986 0
+0.38407 0.921126 0
+0.413626 0.921935 0
+0.444022 0.922606 0
+0.475303 0.923445 0
+0.507301 0.923751 0
+0.540032 0.923888 0
+0.573709 0.924163 0
+0.607614 0.92398 0
+0.641962 0.923598 0
+0.677302 0.923339 0
+0.712474 0.922652 0
+0.748241 0.921736 0
+0.784237 0.920882 0
+0.820432 0.919676 0
+0.856565 0.918166 0
+0.892744 0.916884 0
+0.928618 0.915007 0
+0.96379 0.912001 0
+0.972656 0.908507 0
+4.57771e-05 0.00277714 0.18378
+0 0.00129702 0.182239
+0 0 0.180621
+0 0 0.179324
+0.00146487 0 0.177798
+0.0195315 0 0.176043
+0.0377966 0.000167849 0.174411
+0.0549172 0.000488289 0.1729
+0.0712444 0.000762951 0.170947
+0.0872206 0.000976577 0.168811
+0.103182 0.00102235 0.166369
+0.119402 0.000900282 0.163409
+0.136278 0.000518807 0.160174
+0.154253 0 0.156054
+0.173617 0 0.151415
+0.195483 0 0.145953
+0.219165 0 0.139391
+0.244297 0 0.132189
+0.269978 0 0.124636
+0.295766 0 0.116564
+0.322225 0 0.107836
+0.349203 0 0.0985428
+0.376425 0 0.0885634
+0.404318 0 0.0777142
+0.432609 0 0.0658732
+0.461051 0 0.0529641
+0.490349 0 0.0387121
+0.520577 0 0.0220188
+0.551888 0 0.00248722
+0.583001 0 0
+0.614633 0 0
+0.646357 0 0
+0.679484 0 0
+0 0.0163119 0.181277
+0 0.0149081 0.179782
+0 0.0134279 0.178592
+0 0.0119326 0.177218
+0.00244144 0.0104524 0.175723
+0.0204776 0.00852979 0.173938
+0.0383764 0.00669871 0.172335
+0.0556191 0.00494392 0.170733
+0.0718853 0.00296025 0.16878
+0.0878309 0.00102235 0.166812
+0.103792 0.00106813 0.164233
+0.119982 0.0009308 0.161456
+0.136843 0.000549325 0.158068
+0.154788 0 0.154116
+0.174182 0 0.149355
+0.196185 0 0.143893
+0.219959 0 0.137469
+0.245151 0 0.130266
+0.270817 0 0.122606
+0.296712 0 0.114504
+0.323201 0 0.105852
+0.350072 0 0.0965591
+0.377478 0 0.0863813
+0.405402 0 0.0755779
+0.434073 0 0.0634165
+0.463996 0 0.0496681
+0.494316 0 0.0345464
+0.524941 0 0.0171817
+0.556283 0 0
+0.588907 0 0
+0.622354 0 0
+0.656199 0 0
+0.690639 0 0
+0 0.0292058 0.179034
+0 0.0279698 0.177691
+0 0.0265507 0.176287
+0 0.0251164 0.174853
+0.00294499 0.0235904 0.173312
+0.0208591 0.0217441 0.171588
+0.0386664 0.0198978 0.169635
+0.0556802 0.0181125 0.16791
+0.0718395 0.0160525 0.166094
+0.0877699 0.0139162 0.163989
+0.103624 0.0113527 0.161639
+0.120134 0.00840772 0.158923
+0.137163 0.00503548 0.155856
+0.155367 0.00105287 0.152148
+0.174823 0 0.147463
+0.196948 0 0.141848
+0.220813 0 0.135393
+0.246052 0 0.128206
+0.271595 0 0.120745
+0.297673 0 0.112581
+0.324208 0 0.103746
+0.3514 0 0.0942855
+0.379767 0 0.0838178
+0.408621 0 0.0722667
+0.438102 0 0.0597086
+0.468376 0 0.0458991
+0.500114 0 0.0302434
+0.532296 0 0.0121157
+0.565454 0 0
+0.599329 0 0
+0.634165 0 0
+0.669261 0 0
+0.704601 0 0
+0 0.0416571 0.176837
+0 0.0405585 0.175448
+0 0.0393072 0.17406
+0 0.037995 0.172808
+0.00389105 0.0365759 0.17113
+0.0215915 0.0347295 0.169146
+0.0393072 0.0328832 0.167224
+0.0558785 0.0310216 0.165301
+0.0720073 0.0291295 0.163363
+0.0876936 0.0269627 0.161227
+0.10341 0.0244602 0.158618
+0.119753 0.0215763 0.155795
+0.136645 0.0182345 0.152667
+0.154757 0.0142672 0.148974
+0.174716 0.00932326 0.144564
+0.197024 0.00357061 0.13933
+0.221561 0 0.133227
+0.246998 0 0.126085
+0.272633 0 0.118624
+0.299397 0 0.110185
+0.326696 0 0.101045
+0.354894 0 0.0913252
+0.38381 0 0.0807507
+0.413931 0 0.0690929
+0.444816 0 0.0563363
+0.476509 0 0.0417029
+0.509529 0 0.024979
+0.543023 0 0.00526436
+0.577188 0 0
+0.612253 0 0
+0.647913 0 0
+0.68397 0 0
+0.720317 0 0
+0 0.0542763 0.174472
+0 0.0531777 0.173083
+0 0.0521096 0.171801
+0 0.0509957 0.170397
+0.00514229 0.0496376 0.16875
+0.0225376 0.0478523 0.166705
+0.040177 0.0462501 0.164797
+0.0565652 0.0445563 0.162646
+0.0724956 0.0428016 0.160769
+0.087953 0.0407568 0.158297
+0.10367 0.0384833 0.155779
+0.119646 0.0356756 0.152865
+0.136629 0.0324254 0.149599
+0.154635 0.0285649 0.145876
+0.174548 0.0238499 0.14136
+0.196765 0.0181888 0.13576
+0.221714 0.0114137 0.129335
+0.247898 0.00389105 0.122408
+0.275029 0 0.115175
+0.303059 0 0.107424
+0.331823 0 0.0984054
+0.361013 0 0.0884871
+0.391165 0 0.0777295
+0.422477 0 0.0654459
+0.454627 0 0.0519265
+0.48748 0 0.0362249
+0.521218 0 0.0181125
+0.555795 0 0
+0.591028 0 0
+0.627085 0 0
+0.663401 0 0
+0.700053 0 0
+0.736767 0 0
+0 0.0666514 0.172076
+0 0.0656291 0.170657
+0 0.0646372 0.169146
+0 0.0637064 0.167834
+0.00636301 0.0623484 0.166217
+0.023743 0.0607462 0.164034
+0.0409857 0.0591745 0.161975
+0.0574044 0.0577096 0.160204
+0.0730755 0.0560464 0.157916
+0.088716 0.0542611 0.155673
+0.104173 0.0521096 0.15314
+0.120302 0.0496529 0.150317
+0.137224 0.0467079 0.147066
+0.155367 0.0429999 0.142977
+0.175662 0.0385138 0.138323
+0.198795 0.0330205 0.132799
+0.224445 0.026566 0.126268
+0.251606 0.0192111 0.119203
+0.279423 0.0111086 0.111681
+0.308171 0.00224308 0.103426
+0.338186 0 0.0944381
+0.369085 0 0.0848859
+0.400824 0 0.0738231
+0.433021 0 0.0608225
+0.466087 0 0.0461585
+0.500023 0 0.0293736
+0.534646 0 0.00933852
+0.570031 0 0
+0.606073 0 0
+0.642756 0 0
+0.6795 0 0
+0.716442 0 0
+0.753475 0 0
+0 0.0789807 0.169207
+0 0.0780346 0.167788
+0 0.0771191 0.166445
+0 0.0761425 0.164981
+0.00755322 0.0749523 0.163256
+0.0249943 0.0735027 0.161334
+0.0421302 0.0720836 0.159319
+0.0583505 0.0706493 0.157305
+0.074052 0.069276 0.155261
+0.0894942 0.0675517 0.153124
+0.105272 0.0656748 0.150683
+0.121523 0.0634012 0.147997
+0.138964 0.0608225 0.1449
+0.158007 0.0576181 0.141192
+0.179141 0.0534981 0.136461
+0.203357 0.0482795 0.130877
+0.230152 0.0420691 0.124285
+0.257954 0.035172 0.116884
+0.286458 0.0274357 0.108873
+0.315862 0.0187686 0.0999924
+0.346471 0.00891127 0.0901961
+0.377905 0 0.0794385
+0.410361 0 0.0674754
+0.444114 0 0.0544289
+0.478584 0 0.0392309
+0.513252 0 0.0208133
+0.548562 0 0
+0.584436 0 0
+0.621088 0 0
+0.657847 0 0
+0.694682 0 0
+0.731884 0 0
+0.768933 0 0
+0 0.0913405 0.166125
+0 0.0904707 0.164706
+0 0.0896315 0.16321
+0 0.0887465 0.161822
+0.00892653 0.087602 0.160266
+0.0262303 0.0861677 0.158236
+0.0433661 0.0850233 0.156374
+0.0595102 0.0837873 0.154726
+0.0753338 0.0827039 0.153094
+0.0912184 0.0814679 0.151278
+0.10721 0.079942 0.149172
+0.124346 0.0781415 0.146777
+0.142397 0.0758068 0.143648
+0.16231 0.0728923 0.140078
+0.184527 0.068986 0.135348
+0.209934 0.06392 0.129412
+0.237736 0.0578927 0.122484
+0.266194 0.0511788 0.114839
+0.29546 0.0436866 0.106279
+0.325582 0.0352636 0.0966964
+0.356603 0.0257572 0.0861067
+0.388434 0.0149996 0.0742657
+0.421546 0.00283818 0.0610971
+0.455406 0 0.046479
+0.490318 0 0.0298772
+0.52665 0 0.0108492
+0.562478 0 0
+0.598825 0 0
+0.635538 0 0
+0.672251 0 0
+0.709194 0 0
+0.74612 0 0
+0.782956 0 0
+0 0.10396 0.162539
+0 0.103136 0.161288
+0 0.102358 0.159945
+0 0.101579 0.158587
+0.0102083 0.100679 0.157137
+0.027512 0.0996262 0.15555
+0.0447547 0.0987564 0.154269
+0.0612345 0.0980392 0.152972
+0.0773327 0.0973678 0.151568
+0.0936599 0.0964523 0.150027
+0.110552 0.0954299 0.148379
+0.12813 0.0938735 0.145953
+0.146944 0.0918135 0.142977
+0.167819 0.0890059 0.139086
+0.191333 0.0851911 0.134127
+0.217945 0.0801404 0.127794
+0.246586 0.0742351 0.120546
+0.275837 0.0677043 0.112505
+0.305959 0.0603342 0.103426
+0.336736 0.0521553 0.0934005
+0.36846 0.0429541 0.0821241
+0.400916 0.0325017 0.0694438
+0.43415 0.0208133 0.0551919
+0.467948 0.00729381 0.0388342
+0.502678 0 0.0202182
+0.53817 0 0
+0.57499 0 0
+0.612146 0 0
+0.648966 0 0
+0.68571 0 0
+0.722484 0 0
+0.759121 0 0
+0.795666 0 0
+0 0.117159 0.158923
+0 0.116518 0.157748
+0 0.116106 0.156817
+0 0.115663 0.155871
+0.0112612 0.114977 0.154635
+0.0289006 0.114366 0.153552
+0.0465553 0.114122 0.15259
+0.0634318 0.113802 0.151568
+0.0800183 0.11339 0.150378
+0.0967117 0.112764 0.149035
+0.114076 0.111955 0.14725
+0.132204 0.110643 0.144778
+0.152056 0.108843 0.141772
+0.173922 0.106065 0.137774
+0.198993 0.102373 0.132418
+0.226841 0.0973526 0.125902
+0.256229 0.0916762 0.118456
+0.286503 0.0852674 0.110033
+0.317281 0.0780652 0.100465
+0.348898 0.0700694 0.0900282
+0.381247 0.0610971 0.0780652
+0.414252 0.0511177 0.0646983
+0.44773 0.0396277 0.0494087
+0.481743 0.0267033 0.0317845
+0.516182 0.0119478 0.0110781
+0.551095 0 0
+0.586847 0 0
+0.62359 0 0
+0.661051 0 0
+0.697658 0 0
+0.734127 0 0
+0.770535 0 0
+0.806592 0 0
+0 0.132158 0.155703
+0 0.131746 0.154635
+0 0.131579 0.153887
+0 0.131395 0.153216
+0.0123598 0.131044 0.152239
+0.0307469 0.130922 0.151369
+0.0484169 0.130846 0.150469
+0.0655375 0.1308 0.149538
+0.082536 0.130709 0.148608
+0.0999008 0.130526 0.147295
+0.1178 0.129946 0.145418
+0.136706 0.128908 0.142733
+0.157412 0.127275 0.139437
+0.18056 0.124712 0.135164
+0.20705 0.12108 0.129702
+0.236225 0.116228 0.123003
+0.266499 0.110918 0.115373
+0.297383 0.104692 0.106676
+0.329122 0.0978866 0.0969558
+0.361532 0.0901656 0.0860609
+0.394522 0.0814527 0.0736706
+0.428031 0.0715953 0.0595102
+0.461967 0.0606394 0.0432898
+0.495979 0.0479744 0.0241245
+0.530343 0.0338293 0.00120546
+0.564828 0.0178988 0
+0.599771 0 0
+0.635004 0 0
+0.670802 0 0
+0.708156 0 0
+0.744198 0 0
+0.780072 0 0
+0.815839 0 0
+0 0.149111 0.152041
+0 0.14876 0.151095
+0 0.14873 0.150378
+0 0.148684 0.149523
+0.013077 0.14876 0.148699
+0.0317998 0.148928 0.14789
+0.0498665 0.149233 0.147189
+0.0673228 0.149538 0.146456
+0.0847181 0.149783 0.145418
+0.102739 0.149935 0.144274
+0.122438 0.150042 0.140124
+0.144991 0.151095 0.128801
+0.165515 0.149065 0.128359
+0.189044 0.146273 0.126925
+0.216358 0.142412 0.122484
+0.246418 0.137911 0.116503
+0.277455 0.132753 0.109422
+0.309102 0.126894 0.101076
+0.341543 0.120394 0.0916152
+0.37467 0.112978 0.0807507
+0.408225 0.10457 0.0681468
+0.442069 0.0950332 0.0534524
+0.476188 0.084184 0.0362554
+0.510597 0.0720684 0.0159152
+0.544793 0.0582284 0
+0.579187 0.0429847 0
+0.613748 0.0261692 0
+0.648096 0.00691234 0
+0.682338 0 0
+0.716533 0 0
+0.7523 0 0
+0.788037 0 0
+0.822995 0 0
+0 0.168276 0.147005
+0 0.168017 0.145922
+0 0.168093 0.144976
+0 0.168215 0.144045
+0.0127108 0.168414 0.143084
+0.0317082 0.168994 0.142565
+0.0501869 0.169787 0.142031
+0.0682994 0.170611 0.14139
+0.0863813 0.171206 0.140612
+0.105028 0.171756 0.139467
+0.126131 0.172396 0.134035
+0.149172 0.173678 0.123445
+0.174044 0.173587 0.113359
+0.198535 0.170352 0.115572
+0.226688 0.166461 0.113146
+0.257099 0.162249 0.1084
+0.288548 0.157259 0.102052
+0.320974 0.151904 0.0943313
+0.354238 0.145754 0.0853742
+0.387839 0.138705 0.0745556
+0.421836 0.130587 0.0616617
+0.456245 0.121447 0.0468452
+0.490883 0.111055 0.0290532
+0.525231 0.0991226 0.00686656
+0.559579 0.0859388 0
+0.594018 0.0712902 0
+0.628717 0.0554665 0
+0.662593 0.0373693 0
+0.695796 0.0169223 0
+0.728557 0 0
+0.760693 0 0
+0.793805 0 0
+0.828656 0 0
+0 0.189837 0.138643
+0 0.189624 0.137484
+0 0.189792 0.136477
+0 0.190188 0.135485
+0.0105898 0.190921 0.134768
+0.0301518 0.191943 0.134249
+0.0489357 0.19321 0.134035
+0.067689 0.194537 0.133639
+0.0866255 0.195804 0.133227
+0.106294 0.196933 0.132448
+0.128328 0.198001 0.127077
+0.151553 0.199069 0.11928
+0.177798 0.19968 0.108492
+0.206943 0.19852 0.100023
+0.236362 0.194598 0.100587
+0.267597 0.190677 0.0980545
+0.299519 0.186099 0.0928359
+0.332753 0.181064 0.0862287
+0.366369 0.175113 0.077409
+0.400763 0.16849 0.0670481
+0.435477 0.160861 0.0545663
+0.470298 0.152087 0.0392767
+0.505272 0.141985 0.0203708
+0.540261 0.130632 0
+0.574807 0.117784 0
+0.610239 0.104448 0
+0.645014 0.0895552 0
+0.678904 0.0725261 0
+0.711452 0.0529946 0
+0.743191 0.0310063 0
+0.773785 0.00590524 0
+0.803967 0 0
+0.834287 0 0
+0 0.214115 0.12752
+0 0.213947 0.126223
+0 0.214206 0.124865
+0 0.214954 0.124041
+0.00727855 0.216358 0.12369
+0.0275273 0.218204 0.123674
+0.0469215 0.220081 0.123781
+0.0663005 0.221958 0.123705
+0.0860914 0.223896 0.123735
+0.107546 0.22594 0.122667
+0.130266 0.22771 0.118578
+0.154345 0.229007 0.112261
+0.181201 0.229511 0.103609
+0.212543 0.229145 0.091371
+0.244633 0.226703 0.0831464
+0.27631 0.223011 0.0832227
+0.308797 0.218799 0.0797436
+0.342458 0.214145 0.0741588
+0.376501 0.20853 0.0660716
+0.411444 0.202243 0.0561532
+0.446586 0.194995 0.043595
+0.482063 0.186633 0.0278325
+0.517723 0.176852 0.0077821
+0.553307 0.165881 0
+0.589517 0.154726 0
+0.62565 0.142458 0
+0.661372 0.128695 0
+0.695827 0.112673 0
+0.72929 0.0946975 0
+0.761517 0.0738079 0
+0.792081 0.0502632 0
+0.820478 0.0225376 0
+0.847944 0 0
+0 0.241108 0.115129
+0 0.241016 0.113695
+0 0.241306 0.112261
+0 0.242542 0.111589
+0.00491341 0.244694 0.111742
+0.0259098 0.24741 0.112474
+0.0463417 0.250217 0.113298
+0.0664683 0.252934 0.113863
+0.0869459 0.25539 0.114199
+0.109636 0.258076 0.112627
+0.132982 0.260304 0.109117
+0.157992 0.261906 0.104082
+0.185779 0.262501 0.0965133
+0.217472 0.262119 0.0860456
+0.251209 0.260471 0.0714427
+0.284169 0.25771 0.0634775
+0.316701 0.25359 0.0621653
+0.350134 0.249226 0.0575418
+0.384314 0.2439 0.0499886
+0.419028 0.237995 0.0398871
+0.454643 0.231083 0.0268711
+0.490135 0.223255 0.00984207
+0.525856 0.214313 0
+0.562707 0.205066 0
+0.600107 0.195056 0
+0.6374 0.183719 0
+0.674327 0.170794 0
+0.710994 0.155978 0
+0.746365 0.139574 0
+0.780438 0.1205 0
+0.812528 0.0987259 0
+0.842222 0.0730755 0
+0.869398 0.0430152 0
+0 0.270832 0.102419
+0 0.270771 0.101091
+0 0.271077 0.099382
+0 0.27335 0.0995804
+0.00502022 0.27631 0.100557
+0.0264134 0.279606 0.10164
+0.047364 0.283024 0.102953
+0.0681926 0.286473 0.103944
+0.0897841 0.289586 0.104173
+0.11284 0.292454 0.102358
+0.13666 0.294926 0.0992752
+0.162188 0.296376 0.0943923
+0.190616 0.296788 0.0873121
+0.222568 0.2963 0.0775769
+0.255985 0.294636 0.0644236
+0.290166 0.292409 0.0466163
+0.323415 0.289097 0.0381323
+0.356893 0.284901 0.0355688
+0.390661 0.279927 0.0285801
+0.425635 0.274311 0.0183871
+0.460655 0.26807 0.00440986
+0.496254 0.260884 0
+0.532662 0.253468 0
+0.569924 0.245609 0
+0.607691 0.236515 0
+0.645426 0.226261 0
+0.683131 0.214481 0
+0.720745 0.201007 0
+0.757961 0.185733 0
+0.794278 0.168246 0
+0.829755 0.14818 0
+0.862531 0.125277 0
+0.892897 0.0987869 0
+0 0.302968 0.0895094
+0 0.302907 0.0879225
+0 0.303548 0.0864729
+0 0.306722 0.0874342
+0.00700389 0.310491 0.0890974
+0.0286564 0.314321 0.0905928
+0.0497597 0.318013 0.0920272
+0.0707256 0.321553 0.0930953
+0.0931106 0.32488 0.0925307
+0.116228 0.327916 0.0907607
+0.14023 0.330159 0.0877089
+0.16614 0.331563 0.0827802
+0.195163 0.331777 0.0757305
+0.22742 0.331228 0.0663615
+0.260609 0.329641 0.0537728
+0.294621 0.327703 0.0373541
+0.328801 0.324666 0.0135653
+0.362478 0.321096 0.00419623
+0.396338 0.31632 0
+0.430961 0.31133 0
+0.466621 0.30602 0
+0.502785 0.300252 0
+0.539895 0.293919 0
+0.577386 0.286778 0
+0.614649 0.278431 0
+0.652399 0.2692 0
+0.690257 0.258701 0
+0.728267 0.246616 0
+0.765835 0.232883 0
+0.803311 0.217334 0
+0.839902 0.199054 0
+0.876005 0.178119 0
+0.910384 0.153887 0
+0 0.336934 0.0755779
+0 0.336843 0.0740063
+0 0.338399 0.0733501
+0 0.341894 0.0746777
+0.00987259 0.345876 0.076463
+0.031342 0.349889 0.0780652
+0.0523842 0.353689 0.079469
+0.0738689 0.357351 0.0799573
+0.0962234 0.360708 0.0790723
+0.119493 0.363821 0.0773785
+0.143694 0.365988 0.0741131
+0.170031 0.367254 0.0690623
+0.199619 0.367346 0.061799
+0.232029 0.36669 0.0522621
+0.264958 0.365164 0.0396277
+0.29868 0.363317 0.0231632
+0.332631 0.360571 0.000183108
+0.368414 0.358511 0
+0.402975 0.354894 0
+0.43801 0.350683 0
+0.47332 0.3458 0
+0.509941 0.340703 0
+0.546715 0.334798 0
+0.58407 0.328237 0
+0.621637 0.320974 0
+0.659541 0.312703 0
+0.697261 0.303014 0
+0.735134 0.292302 0
+0.773007 0.280201 0
+0.810575 0.266316 0
+0.847822 0.250111 0
+0.884504 0.231769 0
+0.920424 0.210346 0
+0 0.37142 0.0597391
+0 0.371359 0.0580606
+0 0.374105 0.0586099
+0 0.377813 0.0600748
+0.013138 0.381888 0.0618906
+0.0343023 0.385931 0.0635233
+0.0553597 0.38996 0.0647746
+0.0772412 0.393683 0.0646067
+0.0994278 0.396948 0.0634928
+0.122744 0.399985 0.0615854
+0.147311 0.402045 0.0580606
+0.174212 0.403189 0.0526284
+0.204532 0.403464 0.0449989
+0.236667 0.402518 0.0343786
+0.269352 0.401083 0.0206607
+0.3028 0.399329 0.0030518
+0.336904 0.397131 0
+0.373297 0.396185 0
+0.410285 0.394736 0
+0.444953 0.390921 0
+0.480507 0.386526 0
+0.516579 0.381521 0
+0.553506 0.376303 0
+0.590677 0.37052 0
+0.628336 0.363531 0
+0.666056 0.356161 0
+0.703914 0.347738 0
+0.741833 0.338231 0
+0.779919 0.327245 0
+0.817533 0.31487 0
+0.854627 0.300664 0
+0.891814 0.284352 0
+0.928115 0.265538 0
+0 0.406271 0.0416114
+0 0.406439 0.040116
+0 0.410208 0.0415503
+0 0.414176 0.0433814
+0.0167544 0.418311 0.0451362
+0.0375982 0.42237 0.0467231
+0.0591287 0.426444 0.0471199
+0.080705 0.430182 0.0466926
+0.103029 0.433646 0.0454719
+0.12607 0.436362 0.0427405
+0.150851 0.438331 0.0383459
+0.178332 0.439429 0.0318456
+0.208881 0.439506 0.0228733
+0.240833 0.438636 0.0105592
+0.27361 0.437583 0
+0.307073 0.436271 0
+0.342153 0.435477 0
+0.378317 0.43473 0
+0.414969 0.433433 0
+0.452338 0.43183 0
+0.487831 0.42797 0
+0.523598 0.423285 0
+0.560113 0.418555 0
+0.597299 0.412863 0
+0.634684 0.406897 0
+0.672557 0.400183 0
+0.710323 0.392309 0
+0.74818 0.383841 0
+0.786023 0.374151 0
+0.823743 0.363165 0
+0.861357 0.3505 0
+0.898207 0.336172 0
+0.935042 0.319844 0
+0 0.441016 0.0203403
+0 0.442603 0.0201267
+0 0.446632 0.0219272
+0.000122072 0.450782 0.023743
+0.0209201 0.455039 0.0253758
+0.0419318 0.45922 0.0258946
+0.0627451 0.463172 0.0257267
+0.0842145 0.467109 0.0248417
+0.106111 0.470314 0.022446
+0.129244 0.472923 0.0186007
+0.154238 0.474784 0.0127108
+0.182391 0.475822 0.00442512
+0.213031 0.47567 0
+0.245151 0.475288 0
+0.278706 0.475395 0
+0.312886 0.475105 0
+0.347768 0.474556 0
+0.383383 0.473625 0
+0.420218 0.472755 0
+0.457267 0.471336 0
+0.494972 0.469612 0
+0.530465 0.465629 0
+0.566903 0.460822 0
+0.603677 0.456001 0
+0.640909 0.45034 0
+0.678645 0.444251 0
+0.716564 0.437461 0
+0.754391 0.429877 0
+0.792111 0.42092 0
+0.829786 0.411139 0
+0.867231 0.400046 0
+0.90454 0.387335 0
+0.941329 0.373037 0
+0 0.475547 0
+0 0.47921 0
+0 0.48333 0
+0.0052491 0.487617 0
+0.0257267 0.491936 0
+0.0459602 0.496056 0
+0.0665293 0.500206 0
+0.0874037 0.503792 0
+0.109117 0.506813 0
+0.132357 0.509392 0
+0.157961 0.511528 0
+0.186892 0.512856 0
+0.218753 0.513634 0
+0.251331 0.514076 0
+0.284916 0.51458 0
+0.318929 0.514534 0
+0.353719 0.514122 0
+0.389227 0.513466 0
+0.425589 0.512825 0
+0.462303 0.511543 0
+0.499672 0.510002 0
+0.537881 0.508232 0
+0.573602 0.50399 0
+0.610346 0.499504 0
+0.647303 0.494255 0
+0.684871 0.488746 0
+0.722148 0.482444 0
+0.76022 0.475547 0
+0.798001 0.467857 0
+0.835615 0.459236 0
+0.873274 0.449348 0
+0.910369 0.438132 0
+0.947005 0.425422 0
+0 0.512047 0
+0 0.515801 0
+0 0.520378 0
+0.0108034 0.524666 0
+0.0302586 0.528893 0
+0.0500954 0.533257 0
+0.0701152 0.537224 0
+0.0913405 0.541299 0
+0.113771 0.544839 0
+0.137819 0.547951 0
+0.164584 0.550652 0
+0.19408 0.552193 0
+0.225879 0.553048 0
+0.258244 0.553719 0
+0.291386 0.554147 0
+0.325292 0.554421 0
+0.360006 0.554253 0
+0.395117 0.553719 0
+0.431144 0.553216 0
+0.46775 0.55227 0
+0.504967 0.550881 0
+0.542657 0.549325 0
+0.580667 0.547417 0
+0.616815 0.542947 0
+0.653742 0.53843 0
+0.690715 0.533211 0
+0.728435 0.527672 0
+0.765942 0.521614 0
+0.803342 0.514412 0
+0.841154 0.506691 0
+0.878447 0.498054 0
+0.91577 0.488167 0
+0.952483 0.476921 0
+0 0.54995 0
+0 0.554482 0
+0 0.559365 0
+0.0183413 0.563973 0
+0.0373236 0.568521 0
+0.0567025 0.572946 0
+0.0770733 0.577401 0
+0.0981155 0.58146 0
+0.120546 0.585031 0
+0.144991 0.587945 0
+0.172122 0.590265 0
+0.20206 0.591959 0
+0.233646 0.592966 0
+0.265644 0.593713 0
+0.29836 0.594202 0
+0.332341 0.59472 0
+0.366522 0.59472 0
+0.401373 0.594446 0
+0.437064 0.593942 0
+0.473594 0.593301 0
+0.510338 0.592172 0
+0.547631 0.590768 0
+0.586038 0.58938 0
+0.623636 0.586954 0
+0.660075 0.582849 0
+0.697078 0.577966 0
+0.734218 0.573098 0
+0.771679 0.567224 0
+0.809033 0.56112 0
+0.846372 0.554391 0
+0.883696 0.546258 0
+0.920623 0.53753 0
+0.95729 0.527779 0
+0 0.590768 0
+0 0.595361 0
+0.00929274 0.600458 0
+0.0274815 0.60502 0
+0.0458686 0.60943 0
+0.064744 0.613764 0
+0.0845502 0.617945 0
+0.105684 0.622141 0
+0.128237 0.625544 0
+0.152834 0.628428 0
+0.180514 0.630442 0
+0.210727 0.632151 0
+0.241733 0.633234 0
+0.27364 0.634089 0
+0.30605 0.63476 0
+0.339712 0.635462 0
+0.37351 0.635554 0
+0.408087 0.635431 0
+0.443473 0.634974 0
+0.479667 0.634699 0
+0.516075 0.633768 0
+0.553307 0.632486 0
+0.590967 0.631251 0
+0.628992 0.629648 0
+0.666636 0.627024 0
+0.703258 0.622934 0
+0.740261 0.618051 0
+0.777264 0.613169 0
+0.814725 0.607584 0
+0.851652 0.601236 0
+0.888655 0.594461 0
+0.925933 0.586679 0
+0.962341 0.577966 0
+0 0.63267 0
+0.00167849 0.637171 0
+0.019791 0.64181 0
+0.0374762 0.646616 0
+0.0552071 0.650904 0
+0.0736706 0.655161 0
+0.0932174 0.659159 0
+0.114244 0.662913 0
+0.137026 0.666377 0
+0.162112 0.669062 0
+0.189837 0.671016 0
+0.219928 0.672496 0
+0.25066 0.673854 0
+0.282185 0.674754 0
+0.31426 0.675517 0
+0.347509 0.676249 0
+0.381048 0.676646 0
+0.415488 0.676631 0
+0.45034 0.676402 0
+0.486107 0.676204 0
+0.522454 0.675502 0
+0.559091 0.674449 0
+0.596323 0.673304 0
+0.634318 0.672007 0
+0.672206 0.670222 0
+0.70985 0.667857 0
+0.746227 0.66331 0
+0.783276 0.658808 0
+0.819928 0.653605 0
+0.856962 0.64828 0
+0.893965 0.642039 0
+0.930358 0.635111 0
+0.96701 0.627497 0
+0 0.67483 0
+0.0142672 0.679606 0
+0.0313268 0.684092 0
+0.0480507 0.68835 0
+0.0655375 0.69276 0
+0.0837262 0.696849 0
+0.102983 0.700694 0
+0.123842 0.704219 0
+0.147021 0.707546 0
+0.172473 0.709911 0
+0.200488 0.711711 0
+0.230015 0.713161 0
+0.260426 0.714733 0
+0.291524 0.715724 0
+0.323125 0.716518 0
+0.355856 0.717205 0
+0.38912 0.717784 0
+0.423209 0.717998 0
+0.457664 0.717861 0
+0.493187 0.717647 0
+0.52903 0.717266 0
+0.565469 0.716442 0
+0.602319 0.715434 0
+0.639765 0.714382 0
+0.677562 0.71284 0
+0.715343 0.71104 0
+0.752575 0.708568 0
+0.789014 0.704097 0
+0.825711 0.699748 0
+0.862593 0.694881 0
+0.898939 0.689342 0
+0.935775 0.683284 0
+0.97171 0.676631 0
+0.0108339 0.717769 0
+0.0272831 0.722103 0
+0.0437629 0.726696 0
+0.0599374 0.730739 0
+0.0766613 0.734691 0
+0.094728 0.738888 0
+0.114015 0.742519 0
+0.135012 0.745739 0
+0.15816 0.748531 0
+0.184283 0.751034 0
+0.212024 0.752682 0
+0.240925 0.754116 0
+0.270985 0.755673 0
+0.301534 0.756802 0
+0.332753 0.757671 0
+0.364874 0.758297 0
+0.397848 0.759121 0
+0.431479 0.759335 0
+0.465583 0.759396 0
+0.500679 0.759335 0
+0.536171 0.759106 0
+0.572259 0.758434 0
+0.608606 0.75758 0
+0.64596 0.756741 0
+0.683101 0.755428 0
+0.720577 0.753964 0
+0.758785 0.752483 0
+0.795346 0.749569 0
+0.831998 0.745556 0
+0.867994 0.740993 0
+0.904692 0.736278 0
+0.940536 0.7308 0
+0.971633 0.724895 0
+0.0260166 0.761105 0
+0.0416419 0.765194 0
+0.0570993 0.769284 0
+0.0729839 0.773434 0
+0.0893263 0.777127 0
+0.107012 0.780789 0
+0.126436 0.784436 0
+0.147494 0.787411 0
+0.171206 0.789792 0
+0.197375 0.792035 0
+0.224781 0.793667 0
+0.253071 0.795163 0
+0.282292 0.796582 0
+0.312352 0.797879 0
+0.343236 0.798795 0
+0.374838 0.799496 0
+0.40734 0.800397 0
+0.440513 0.800763 0
+0.474144 0.800946 0
+0.508766 0.8009 0
+0.544121 0.8009 0
+0.579644 0.800458 0
+0.615808 0.799725 0
+0.652491 0.799115 0
+0.689403 0.798108 0
+0.726589 0.796735 0
+0.764172 0.795575 0
+0.801846 0.793896 0
+0.838026 0.790921 0
+0.874372 0.786999 0
+0.910307 0.782834 0
+0.946273 0.77792 0
+0.971603 0.772732 0
+0.041825 0.80441 0
+0.0569162 0.808423 0
+0.071809 0.81236 0
+0.0870832 0.815961 0
+0.103517 0.819654 0
+0.120958 0.823026 0
+0.140276 0.826062 0
+0.162066 0.828962 0
+0.185855 0.831098 0
+0.211429 0.832868 0
+0.238468 0.834775 0
+0.266133 0.836271 0
+0.294636 0.837552 0
+0.324376 0.839017 0
+0.35465 0.839963 0
+0.385657 0.840757 0
+0.41767 0.841657 0
+0.450431 0.842191 0
+0.483787 0.842374 0
+0.517662 0.842542 0
+0.552636 0.842664 0
+0.587686 0.84242 0
+0.623423 0.84184 0
+0.659678 0.841459 0
+0.696284 0.840543 0
+0.732952 0.839521 0
+0.770382 0.838499 0
+0.807416 0.837079 0
+0.844572 0.835401 0
+0.880827 0.832761 0
+0.916365 0.828611 0
+0.951934 0.824567 0
+0.971893 0.819791 0
+0.0590982 0.848219 0
+0.0733501 0.851713 0
+0.088014 0.855512 0
+0.103105 0.8589 0
+0.118929 0.862104 0
+0.136965 0.865278 0
+0.156359 0.867964 0
+0.178134 0.870283 0
+0.20235 0.872358 0
+0.227344 0.874052 0
+0.253651 0.875975 0
+0.280613 0.877485 0
+0.308446 0.87866 0
+0.337377 0.880018 0
+0.367163 0.881209 0
+0.397482 0.882094 0
+0.428931 0.882872 0
+0.461295 0.883604 0
+0.494133 0.88394 0
+0.527474 0.884153 0
+0.561959 0.884428 0
+0.596506 0.884276 0
+0.631785 0.883833 0
+0.66775 0.883482 0
+0.703761 0.882948 0
+0.740185 0.881956 0
+0.776822 0.881086 0
+0.813764 0.879942 0
+0.850462 0.878553 0
+0.887144 0.877028 0
+0.922866 0.874174 0
+0.957855 0.870268 0
+0.971847 0.866056 0
+0.0770428 0.891234 0
+0.0910964 0.894804 0
+0.105425 0.897948 0
+0.1205 0.901228 0
+0.136553 0.90396 0
+0.154421 0.906767 0
+0.174411 0.909087 0
+0.196094 0.911009 0
+0.219791 0.913008 0
+0.244022 0.914656 0
+0.269383 0.916304 0
+0.29572 0.917876 0
+0.322866 0.919158 0
+0.351003 0.920348 0
+0.380285 0.921614 0
+0.410117 0.922438 0
+0.440925 0.923217 0
+0.472618 0.923919 0
+0.504845 0.924285 0
+0.537621 0.924468 0
+0.571603 0.924804 0
+0.605798 0.92459 0
+0.640299 0.924285 0
+0.675853 0.924056 0
+0.711238 0.923384 0
+0.747127 0.922469 0
+0.783429 0.921523 0
+0.819699 0.920485 0
+0.856077 0.919005 0
+0.8925 0.917754 0
+0.928374 0.915999 0
+0.963546 0.912917 0
+0.972503 0.90927 0
+0 0.00227359 0.207156
+0 0.000961318 0.205737
+0 0 0.204273
+0 0 0.202564
+0 0 0.200916
+0.0113985 0 0.199298
+0.0304417 0 0.197513
+0.0485542 0 0.19556
+0.0655528 6.10361e-05 0.193668
+0.0819715 0.000335698 0.191363
+0.0982681 0.00047303 0.188708
+0.114702 0.000381476 0.185855
+0.131807 0.000122072 0.182437
+0.149783 0 0.1785
+0.169223 0 0.173678
+0.190677 0 0.168231
+0.214725 0 0.161746
+0.240131 0 0.154482
+0.265843 0 0.146822
+0.292302 0 0.138811
+0.318837 0 0.130251
+0.346029 0 0.120943
+0.373724 0 0.111086
+0.401633 0 0.100496
+0.430274 0 0.0892348
+0.458961 0 0.0769055
+0.488624 0 0.0632792
+0.519417 0 0.0479286
+0.550729 0 0.0305486
+0.582116 0 0.0110018
+0.613565 0 0
+0.645792 0 0
+0.6795 0 0
+0 0.0157626 0.204547
+0 0.0144656 0.203128
+0 0.0130617 0.20174
+0 0.0115816 0.200381
+0 0.0099794 0.198795
+0.0124208 0.00820935 0.197055
+0.0311437 0.00627146 0.195041
+0.0492714 0.00448615 0.193454
+0.0661479 0.00254826 0.191424
+0.0826886 0.000549325 0.189258
+0.0988327 0.000534066 0.186709
+0.115297 0.000427253 0.183658
+0.132387 0.000167849 0.18027
+0.150286 0 0.176379
+0.169833 0 0.17171
+0.191424 0 0.16614
+0.215549 0 0.159808
+0.240848 0 0.15256
+0.266789 0 0.144793
+0.293141 0 0.136843
+0.319829 0 0.128222
+0.347082 0 0.118868
+0.37464 0 0.109041
+0.402777 0 0.098497
+0.432288 0 0.0866255
+0.462318 0 0.0736095
+0.49276 0 0.0594339
+0.52369 0 0.0438544
+0.555474 0 0.026215
+0.588617 0 0.00575265
+0.622019 0 0
+0.656275 0 0
+0.690944 0 0
+0 0.0287785 0.202213
+0 0.0274357 0.200641
+0 0.026154 0.199512
+0 0.0247349 0.198016
+0 0.023209 0.196246
+0.0129854 0.0214237 0.194354
+0.0314946 0.0194705 0.192416
+0.0493019 0.0177005 0.190524
+0.0661479 0.015671 0.188418
+0.0825208 0.0135653 0.186404
+0.0986954 0.0110628 0.183795
+0.115496 0.00820935 0.181079
+0.132677 0.00491341 0.178058
+0.150942 0.00103761 0.174334
+0.170504 0 0.169711
+0.192203 0 0.164111
+0.216449 0 0.157717
+0.241779 0 0.150576
+0.267735 0 0.142901
+0.294041 0 0.134874
+0.320851 0 0.126177
+0.348638 0 0.116732
+0.377295 0 0.106477
+0.406531 0 0.0952468
+0.43624 0 0.0833448
+0.467185 0 0.0704051
+0.499016 0 0.0558633
+0.531685 0 0.0397192
+0.565026 0 0.0208438
+0.599313 0 0
+0.634226 0 0
+0.669657 0 0
+0.705287 0 0
+0 0.0411841 0.199954
+0 0.0399786 0.198489
+0 0.0388037 0.197055
+0 0.0375982 0.195605
+0 0.0362097 0.193835
+0.0138094 0.0344396 0.19202
+0.032105 0.032517 0.189853
+0.0495766 0.0306554 0.187625
+0.066331 0.028748 0.185763
+0.0824292 0.0265812 0.183337
+0.0985885 0.0241703 0.180804
+0.115023 0.0213931 0.178103
+0.132189 0.0181125 0.174792
+0.150332 0.0140993 0.171145
+0.170382 0.00939956 0.166751
+0.192554 0.0037995 0.161624
+0.217182 0 0.155444
+0.242756 0 0.14847
+0.268986 0 0.140795
+0.296071 0 0.132601
+0.323842 0 0.123522
+0.352148 0 0.113954
+0.381826 0 0.103822
+0.412146 0 0.0927291
+0.443275 0 0.0803235
+0.47567 0 0.0668498
+0.508782 0 0.0514839
+0.542535 0 0.0339971
+0.577111 0 0.0137026
+0.612329 0 0
+0.648219 0 0
+0.684581 0 0
+0.72108 0 0
+0 0.0538033 0.197559
+0 0.0527199 0.195956
+0 0.051606 0.194446
+0 0.0504463 0.193011
+0 0.0492866 0.191531
+0.014725 0.0475624 0.189242
+0.0330816 0.0458839 0.187137
+0.0503395 0.0441444 0.185077
+0.066865 0.0424353 0.18291
+0.0828107 0.0404212 0.180438
+0.0988327 0.0382086 0.178042
+0.114992 0.0354925 0.17499
+0.132204 0.0323186 0.171817
+0.150332 0.0285649 0.168032
+0.170123 0.0239872 0.163607
+0.192386 0.0184176 0.158053
+0.217334 0.0117189 0.151675
+0.244083 0.00416571 0.144732
+0.271504 0 0.137667
+0.300221 0 0.130053
+0.329091 0 0.121324
+0.358679 0 0.111635
+0.389517 0 0.10132
+0.420981 0 0.0895552
+0.453361 0 0.0766155
+0.486671 0 0.0621195
+0.520775 0 0.0458076
+0.555581 0 0.0267948
+0.591119 0 0.00451667
+0.627085 0 0
+0.663844 0 0
+0.700816 0 0
+0.737621 0 0
+0 0.0661936 0.194797
+0 0.0651713 0.193332
+0 0.0641794 0.191882
+0 0.0631418 0.190341
+0 0.0620737 0.188739
+0.0159762 0.0604562 0.186435
+0.0340429 0.0587778 0.18439
+0.0513313 0.0572976 0.18233
+0.0675517 0.0556649 0.179995
+0.0835737 0.0539406 0.17792
+0.099382 0.0518502 0.175219
+0.11574 0.049485 0.172412
+0.132723 0.0466316 0.169223
+0.151217 0.0429541 0.165164
+0.171466 0.0386053 0.160769
+0.194629 0.0333104 0.155398
+0.220539 0.0269017 0.148974
+0.247913 0.0195926 0.142107
+0.276234 0.0114443 0.134707
+0.305455 0.00254826 0.126574
+0.335561 0 0.117739
+0.366995 0 0.108568
+0.399115 0 0.0979324
+0.431815 0 0.0856336
+0.465202 0 0.0718395
+0.499336 0 0.056199
+0.53434 0 0.0386206
+0.569894 0 0.0180362
+0.606165 0 0
+0.642863 0 0
+0.680064 0 0
+0.717128 0 0
+0.754192 0 0
+0 0.0785077 0.191959
+0 0.0775921 0.190433
+0 0.0766918 0.18883
+0 0.0757305 0.187289
+0 0.0747082 0.18587
+0.0173953 0.0731823 0.183703
+0.0352941 0.0717021 0.18146
+0.0523384 0.0702525 0.17937
+0.0686503 0.0688792 0.177523
+0.0844739 0.0672313 0.175174
+0.100572 0.0654307 0.172885
+0.117067 0.0632792 0.170352
+0.134707 0.0608377 0.167407
+0.15378 0.0577554 0.163897
+0.175051 0.0536355 0.15938
+0.199405 0.0486 0.154025
+0.226291 0.0425116 0.147448
+0.254414 0.0355688 0.140352
+0.283452 0.0278019 0.13254
+0.313405 0.0190585 0.123827
+0.344167 0.00923171 0.114229
+0.375967 0 0.103807
+0.408789 0 0.0924239
+0.442924 0 0.0799725
+0.477791 0 0.0659953
+0.512657 0 0.0492103
+0.548104 0 0.0301671
+0.584375 0 0.00770581
+0.620905 0 0
+0.658137 0 0
+0.695247 0 0
+0.732464 0 0
+0.769619 0 0
+0 0.0907912 0.188388
+0 0.0900435 0.187015
+0 0.0892195 0.185702
+0 0.0883497 0.184207
+0.000976577 0.0873884 0.18262
+0.0186618 0.0858625 0.180468
+0.0365301 0.0846723 0.178607
+0.0534218 0.0834974 0.17705
+0.0698405 0.0823835 0.175402
+0.086244 0.0812848 0.173739
+0.102617 0.0798199 0.171847
+0.119921 0.0781567 0.169665
+0.138186 0.0758984 0.16672
+0.158221 0.0730907 0.163394
+0.180392 0.0692607 0.158724
+0.205951 0.064332 0.15314
+0.233921 0.0583658 0.146258
+0.262776 0.0516213 0.138781
+0.292439 0.044007 0.130404
+0.323064 0.0355993 0.121126
+0.354696 0.0260777 0.11078
+0.386862 0.0152743 0.0994736
+0.420142 0.00309758 0.0868544
+0.454414 0 0.0730297
+0.489616 0 0.0578775
+0.526055 0 0.0410773
+0.562112 0 0.0205844
+0.598718 0 0
+0.635309 0 0
+0.672465 0 0
+0.709529 0 0
+0.746609 0 0
+0.783505 0 0
+0 0.103441 0.184955
+0 0.102647 0.183536
+0 0.102007 0.182284
+0 0.101289 0.180957
+0.00205997 0.100587 0.179751
+0.019791 0.0994583 0.178256
+0.037995 0.0985122 0.176852
+0.0552377 0.0977798 0.175662
+0.0720684 0.0972 0.174487
+0.0887922 0.096376 0.173037
+0.105867 0.0952926 0.171511
+0.123812 0.0939498 0.169436
+0.142748 0.0919509 0.166476
+0.163699 0.0892805 0.163012
+0.187152 0.0855116 0.158053
+0.213993 0.0806134 0.152163
+0.242878 0.0747387 0.145113
+0.27248 0.0680858 0.137057
+0.302983 0.0607462 0.128344
+0.334249 0.0525368 0.118547
+0.366278 0.0432898 0.107591
+0.399268 0.0329595 0.095552
+0.43267 0.0211185 0.0818799
+0.466941 0.00769055 0.0668345
+0.501869 0 0.0498817
+0.537667 0 0.0309148
+0.57467 0 0.00941482
+0.611841 0 0
+0.64863 0 0
+0.685817 0 0
+0.722698 0 0
+0.759396 0 0
+0.795972 0 0
+0 0.116915 0.181521
+0 0.116289 0.180346
+0 0.115801 0.179385
+0 0.115373 0.178531
+0.00311284 0.114961 0.177859
+0.0212558 0.114244 0.176684
+0.0398871 0.113954 0.175799
+0.0574502 0.11368 0.174868
+0.0746471 0.113298 0.173831
+0.091783 0.112703 0.172656
+0.109453 0.11194 0.171069
+0.127916 0.11075 0.168826
+0.147768 0.108934 0.166018
+0.169894 0.106462 0.162249
+0.194751 0.102724 0.157153
+0.223011 0.0979477 0.150835
+0.252705 0.092195 0.143481
+0.283299 0.0858015 0.135439
+0.31458 0.0787213 0.126253
+0.346578 0.0707408 0.115969
+0.379385 0.0617533 0.104707
+0.412619 0.0516365 0.091722
+0.446601 0.0402991 0.0775311
+0.480812 0.0272526 0.0612802
+0.515511 0.0124361 0.0429084
+0.550698 0 0.0218662
+0.586419 0 0
+0.623133 0 0
+0.660838 0 0
+0.697505 0 0
+0.734096 0 0
+0.770581 0 0
+0.806729 0 0
+0 0.132097 0.178927
+0 0.131701 0.177905
+0 0.131563 0.177234
+0 0.131395 0.176715
+0.00401312 0.13109 0.175891
+0.0228428 0.130861 0.175036
+0.0416571 0.130709 0.174197
+0.0595712 0.130694 0.173404
+0.0771038 0.130678 0.172519
+0.0948196 0.130465 0.171511
+0.113207 0.130053 0.170001
+0.132326 0.129061 0.167605
+0.153109 0.127398 0.16466
+0.17644 0.125078 0.160784
+0.202869 0.121462 0.155428
+0.232471 0.116838 0.149126
+0.26305 0.11136 0.141649
+0.294591 0.105303 0.133455
+0.326741 0.0985275 0.124041
+0.359503 0.090837 0.113527
+0.392889 0.0821546 0.101869
+0.426719 0.0723278 0.0884871
+0.460761 0.0612192 0.0735485
+0.495415 0.0487373 0.0565194
+0.529915 0.0344701 0.0369573
+0.564569 0.0183413 0.0139315
+0.599313 0 0
+0.634379 0 0
+0.670436 0 0
+0.707927 0 0
+0.743999 0 0
+0.779873 0 0
+0.815656 0 0
+0 0.149203 0.17583
+0 0.148882 0.174914
+0 0.148852 0.174365
+0 0.148791 0.173632
+0.00453193 0.148806 0.172885
+0.0238499 0.148867 0.172107
+0.0429236 0.149187 0.171511
+0.0612345 0.149523 0.170809
+0.0792706 0.149783 0.170153
+0.0975967 0.149981 0.169085
+0.116716 0.14995 0.167605
+0.136828 0.14934 0.165484
+0.158694 0.148043 0.162127
+0.183368 0.145998 0.158038
+0.211307 0.142519 0.152575
+0.242206 0.13817 0.14612
+0.273808 0.133059 0.138643
+0.306249 0.127428 0.130449
+0.339223 0.121019 0.121141
+0.372641 0.113542 0.11043
+0.406699 0.105241 0.0985122
+0.441001 0.0958267 0.0849622
+0.475761 0.0852674 0.0696117
+0.510292 0.0730144 0.0517739
+0.544823 0.0592813 0.0310979
+0.579171 0.0437934 0.00627146
+0.613291 0.0263371 0
+0.647257 0.00660716 0
+0.681651 0 0
+0.715984 0 0
+0.751965 0 0
+0.78764 0 0
+0.822751 0 0
+0 0.168368 0.171252
+0 0.168109 0.170306
+0 0.16817 0.169467
+0 0.168246 0.168597
+0.00381476 0.168521 0.167849
+0.023682 0.168963 0.167193
+0.0432136 0.169772 0.166995
+0.0621042 0.170657 0.166583
+0.0808118 0.171359 0.165881
+0.0998398 0.171862 0.16495
+0.119738 0.17229 0.163684
+0.142168 0.172549 0.159075
+0.168399 0.17377 0.146059
+0.193545 0.171344 0.14435
+0.221988 0.167727 0.142702
+0.252842 0.163378 0.137774
+0.285298 0.158724 0.131807
+0.318379 0.153475 0.124483
+0.352071 0.147204 0.11577
+0.386374 0.140368 0.105715
+0.420996 0.132479 0.0941482
+0.455955 0.123415 0.080705
+0.490883 0.113008 0.0652323
+0.525582 0.101106 0.0468452
+0.560113 0.0878157 0.0250401
+0.594293 0.0727703 0
+0.628031 0.0559396 0
+0.661646 0.0374151 0
+0.694987 0.016968 0
+0.72781 0 0
+0.760128 0 0
+0.793286 0 0
+0.828229 0 0
+0 0.190295 0.163851
+0 0.190143 0.162768
+0 0.19028 0.16173
+0 0.190433 0.160647
+0.00158694 0.190982 0.160082
+0.0219272 0.191989 0.15967
+0.0419623 0.193286 0.159457
+0.0614786 0.194736 0.15935
+0.0810712 0.196139 0.159213
+0.10103 0.197208 0.158495
+0.121996 0.198093 0.157641
+0.146395 0.199115 0.151232
+0.173632 0.200977 0.138293
+0.20412 0.200702 0.126268
+0.232868 0.196811 0.129458
+0.264042 0.192599 0.127581
+0.296727 0.188296 0.123262
+0.330388 0.183139 0.117021
+0.364813 0.177539 0.10927
+0.399924 0.171054 0.100206
+0.435172 0.163622 0.0890822
+0.470619 0.155047 0.0759747
+0.506081 0.145113 0.0605936
+0.541253 0.133669 0.0421149
+0.575769 0.120714 0.0190127
+0.610071 0.106096 0
+0.643809 0.0899367 0
+0.677806 0.0728161 0
+0.710567 0.0533455 0
+0.742382 0.0313268 0
+0.773144 0.00624094 0
+0.803525 0 0
+0.833814 0 0
+0 0.214878 0.153384
+0 0.21471 0.152331
+0 0.214969 0.151095
+0 0.215183 0.149767
+0 0.21651 0.149447
+0.0194247 0.218265 0.149691
+0.0399634 0.220233 0.149874
+0.0602426 0.222324 0.150027
+0.0806439 0.224445 0.150393
+0.101762 0.226383 0.150332
+0.124071 0.228107 0.150072
+0.149691 0.229664 0.143954
+0.177157 0.231052 0.134447
+0.208774 0.231388 0.121386
+0.242542 0.229847 0.111727
+0.273823 0.225772 0.113207
+0.306889 0.221683 0.111315
+0.340581 0.216922 0.106416
+0.37557 0.211612 0.099855
+0.410803 0.20531 0.0910658
+0.446494 0.198215 0.0806744
+0.482582 0.190005 0.0681468
+0.518563 0.18056 0.0529488
+0.554467 0.169665 0.0343633
+0.58999 0.157504 0.0106355
+0.624521 0.143496 0
+0.660014 0.129305 0
+0.694728 0.113237 0
+0.728466 0.0951858 0
+0.760754 0.0743267 0
+0.79147 0.0507515 0
+0.82002 0.0229648 0
+0.847501 0 0
+0 0.242115 0.141894
+0 0.242039 0.140612
+0 0.242329 0.139269
+0 0.242771 0.137957
+0 0.244816 0.138064
+0.0179446 0.247562 0.13901
+0.0394751 0.250584 0.140047
+0.0605783 0.253452 0.140841
+0.0816663 0.256184 0.141604
+0.103548 0.258717 0.141909
+0.12755 0.261189 0.141054
+0.153674 0.263172 0.135821
+0.181888 0.264408 0.128267
+0.213779 0.264485 0.117617
+0.248783 0.263722 0.103502
+0.282536 0.261143 0.0945449
+0.315236 0.256992 0.0949874
+0.34905 0.252461 0.0917525
+0.383841 0.247471 0.0861067
+0.418784 0.241505 0.0779278
+0.454688 0.234882 0.0679637
+0.490669 0.227253 0.0553292
+0.526787 0.218448 0.0399176
+0.563027 0.208194 0.0203861
+0.598978 0.196582 0
+0.635752 0.184482 0
+0.673182 0.171496 0
+0.709758 0.156664 0
+0.745373 0.140215 0
+0.779553 0.121065 0
+0.81181 0.0992599 0
+0.841901 0.0736553 0
+0.869047 0.0435645 0
+0 0.272282 0.130144
+0 0.27219 0.128847
+0 0.272572 0.127275
+0 0.273686 0.126421
+0 0.276493 0.127275
+0.0186618 0.279973 0.128786
+0.0407263 0.283604 0.130373
+0.0625467 0.287221 0.131914
+0.0842908 0.290578 0.132952
+0.106691 0.293431 0.133501
+0.131792 0.296147 0.131426
+0.158114 0.298116 0.126848
+0.186954 0.299107 0.120119
+0.21915 0.298833 0.110613
+0.253513 0.297856 0.0984512
+0.288731 0.296193 0.082475
+0.322683 0.293111 0.0741741
+0.356405 0.288716 0.0733349
+0.39086 0.284062 0.068925
+0.425742 0.278447 0.0615549
+0.461173 0.272328 0.0516213
+0.497108 0.265232 0.0387579
+0.533013 0.257069 0.021912
+0.569268 0.247623 0
+0.605814 0.237354 0
+0.643748 0.227039 0
+0.681651 0.21529 0
+0.719463 0.20177 0
+0.756786 0.186404 0
+0.793576 0.168963 0
+0.829038 0.148913 0
+0.861997 0.125978 0
+0.892515 0.0993973 0
+0 0.304692 0.118013
+0 0.304646 0.116487
+0 0.305028 0.114885
+0 0.307103 0.115114
+0 0.310857 0.116747
+0.0212558 0.314855 0.118563
+0.0433967 0.318776 0.120424
+0.0653239 0.32256 0.121828
+0.0873121 0.326024 0.123003
+0.110384 0.32903 0.122942
+0.135637 0.331579 0.120409
+0.162417 0.333639 0.11632
+0.191867 0.334462 0.109957
+0.224353 0.334066 0.101244
+0.258671 0.333135 0.0902724
+0.293324 0.331411 0.0760204
+0.328283 0.328954 0.0572671
+0.362722 0.325536 0.0489052
+0.397055 0.32105 0.0467536
+0.431525 0.315816 0.0400244
+0.466987 0.310048 0.0300908
+0.502647 0.303426 0.0157931
+0.538796 0.29572 0
+0.575265 0.287633 0
+0.612818 0.279301 0
+0.650752 0.270069 0
+0.68893 0.259495 0
+0.727031 0.24744 0
+0.764782 0.233677 0
+0.802335 0.218143 0
+0.839124 0.199847 0
+0.875471 0.178912 0
+0.909895 0.15462 0
+0 0.338933 0.105165
+0 0.338888 0.103578
+0 0.339284 0.101854
+0 0.342382 0.103014
+0.00151064 0.34641 0.104952
+0.0244144 0.350652 0.10692
+0.0464027 0.354711 0.108873
+0.0682994 0.358557 0.110353
+0.0903792 0.362081 0.111574
+0.114382 0.36527 0.110735
+0.139651 0.36788 0.10811
+0.166674 0.369802 0.104189
+0.196628 0.370382 0.0980392
+0.229374 0.369894 0.0896468
+0.263447 0.3691 0.0793317
+0.297749 0.367376 0.0659953
+0.332692 0.365209 0.0486915
+0.367834 0.362097 0.0240635
+0.402213 0.358206 0.014374
+0.436698 0.35317 0.00933852
+0.471901 0.34786 0
+0.50779 0.341695 0
+0.544457 0.335637 0
+0.582086 0.329137 0
+0.619821 0.321859 0
+0.65803 0.313527 0
+0.695811 0.303838 0
+0.733852 0.293126 0
+0.771847 0.280995 0
+0.809827 0.267079 0
+0.847028 0.250965 0
+0.883833 0.232532 0
+0.91989 0.211002 0
+0 0.373999 0.0905928
+0 0.373938 0.0890211
+0 0.374746 0.0878004
+0 0.37847 0.0896468
+0.00537118 0.382666 0.091722
+0.0277714 0.386984 0.0939803
+0.0497139 0.39118 0.0958419
+0.071519 0.395087 0.0974746
+0.0941024 0.398703 0.0979934
+0.118242 0.401892 0.0967727
+0.143679 0.404639 0.0945754
+0.171008 0.406363 0.0903639
+0.201419 0.406729 0.0840925
+0.234272 0.406241 0.0756085
+0.26807 0.405463 0.0652628
+0.302037 0.40383 0.0518807
+0.33666 0.401801 0.0346227
+0.371344 0.398703 0.0101625
+0.407248 0.395773 0
+0.442359 0.39205 0
+0.478309 0.387549 0
+0.514305 0.382559 0
+0.551385 0.377249 0
+0.588907 0.371389 0
+0.626581 0.364431 0
+0.6645 0.357015 0
+0.702525 0.348638 0
+0.740841 0.338979 0
+0.778866 0.328145 0
+0.816602 0.315709 0
+0.853849 0.301503 0
+0.891127 0.285039 0
+0.927565 0.266331 0
+0 0.409018 0.0739452
+0 0.408942 0.072343
+0 0.411124 0.0725109
+0 0.415152 0.0746014
+0.00976577 0.419501 0.0769818
+0.0317693 0.423819 0.0791943
+0.0533608 0.428061 0.0813001
+0.0750134 0.431998 0.0828565
+0.0982376 0.435721 0.0824598
+0.122194 0.438849 0.0809796
+0.147814 0.441596 0.0784009
+0.175433 0.443061 0.0738537
+0.206271 0.443488 0.0670024
+0.239185 0.443076 0.058381
+0.272496 0.442115 0.0472419
+0.306127 0.440513 0.0329595
+0.340459 0.438499 0.0141604
+0.37528 0.435904 0
+0.412039 0.434318 0
+0.449912 0.432883 0
+0.485481 0.429099 0
+0.521401 0.424292 0
+0.558267 0.419471 0
+0.595438 0.413779 0
+0.633005 0.407843 0
+0.671061 0.401144 0
+0.708965 0.39321 0
+0.747021 0.384726 0
+0.785016 0.375021 0
+0.823011 0.363912 0
+0.860578 0.351324 0
+0.897566 0.337026 0
+0.934493 0.320623 0
+0 0.444114 0.0551766
+0 0.443992 0.0535286
+0 0.447974 0.0555581
+0 0.452186 0.0579385
+0.0146639 0.456626 0.0603189
+0.0359808 0.461006 0.0625772
+0.0572213 0.465232 0.0643473
+0.079469 0.469261 0.0648203
+0.102388 0.472953 0.0640421
+0.126284 0.476219 0.0623331
+0.151873 0.47863 0.0588693
+0.179965 0.479881 0.0534981
+0.210971 0.480156 0.0458076
+0.243748 0.479912 0.0360723
+0.276783 0.478889 0.0233158
+0.310384 0.477516 0.0071107
+0.344167 0.475486 0
+0.379904 0.474403 0
+0.416953 0.473594 0
+0.454459 0.472297 0
+0.492653 0.470802 0
+0.528634 0.466667 0
+0.564965 0.461875 0
+0.601938 0.457008 0
+0.639307 0.451209 0
+0.67718 0.445151 0
+0.715282 0.438285 0
+0.753185 0.430686 0
+0.791104 0.421744 0
+0.828901 0.411978 0
+0.866484 0.400916 0
+0.903929 0.388098 0
+0.94081 0.373907 0
+0 0.479454 0.034165
+0 0.48069 0.0337072
+0 0.484977 0.035996
+0 0.48957 0.0383764
+0.019501 0.494041 0.04065
+0.0403449 0.498466 0.0425574
+0.0617227 0.502724 0.0433814
+0.0836194 0.506737 0.0429847
+0.106447 0.510552 0.0417334
+0.130282 0.513527 0.0390021
+0.155917 0.515648 0.0344091
+0.184405 0.516701 0.0274357
+0.215717 0.517067 0.018265
+0.247837 0.516487 0.00588998
+0.280919 0.515831 0
+0.314565 0.515007 0
+0.349722 0.514748 0
+0.385534 0.514199 0
+0.422278 0.513588 0
+0.459403 0.512444 0
+0.497429 0.510948 0
+0.535897 0.509316 0
+0.571786 0.505089 0
+0.608835 0.500343 0
+0.645747 0.495216 0
+0.683497 0.489708 0
+0.721004 0.483284 0
+0.759182 0.476371 0
+0.79704 0.468742 0
+0.834836 0.460121 0
+0.872526 0.450187 0
+0.909773 0.439033 0
+0.946578 0.426261 0
+0 0.514321 0.00848402
+0 0.518029 0.0101472
+0 0.522606 0.0123751
+0.00402838 0.527062 0.0142672
+0.0242924 0.531563 0.016022
+0.0451362 0.536034 0.0166629
+0.0661784 0.540276 0.0162661
+0.0878309 0.544305 0.0149844
+0.110216 0.547723 0.0122835
+0.133913 0.550378 0.00770581
+0.159823 0.552377 0.000946059
+0.188922 0.553521 0
+0.220066 0.553552 0
+0.252796 0.55404 0
+0.286778 0.554742 0
+0.320989 0.554925 0
+0.355871 0.554803 0
+0.391409 0.554391 0
+0.428138 0.553979 0
+0.464958 0.553017 0
+0.502419 0.551781 0
+0.540429 0.550301 0
+0.579019 0.548577 0
+0.615228 0.544045 0
+0.652308 0.539467 0
+0.689479 0.534127 0
+0.72723 0.528603 0
+0.764904 0.522515 0
+0.802731 0.515282 0
+0.840314 0.507561 0
+0.877729 0.498833 0
+0.915129 0.488914 0
+0.951995 0.47776 0
+0 0.551247 0
+0 0.555428 0
+0 0.560082 0
+0.00976577 0.564569 0
+0.0297856 0.569024 0
+0.0497902 0.573358 0
+0.0704967 0.577707 0
+0.0915999 0.581384 0
+0.113848 0.584634 0
+0.138323 0.58764 0
+0.165637 0.590402 0
+0.195621 0.592065 0
+0.227588 0.593164 0
+0.260395 0.593942 0
+0.293828 0.594736 0
+0.327871 0.595254 0
+0.362417 0.595285 0
+0.397894 0.595071 0
+0.433967 0.59469 0
+0.470649 0.594079 0
+0.507759 0.593027 0
+0.545647 0.591638 0
+0.584146 0.590387 0
+0.622278 0.588144 0
+0.658839 0.58378 0
+0.695827 0.579004 0
+0.733074 0.574014 0
+0.770672 0.568139 0
+0.808164 0.562066 0
+0.845701 0.555169 0
+0.88304 0.547097 0
+0.920058 0.538399 0
+0.956893 0.528542 0
+0 0.588739 0
+0 0.593103 0
+0 0.598169 0
+0.0170748 0.602991 0
+0.0365301 0.607736 0
+0.0565499 0.612634 0
+0.0769055 0.617105 0
+0.0983597 0.621241 0
+0.121279 0.624964 0
+0.14612 0.628107 0
+0.173968 0.630625 0
+0.204425 0.632303 0
+0.235996 0.633433 0
+0.26833 0.634363 0
+0.301411 0.635065 0
+0.335302 0.635859 0
+0.369635 0.636072 0
+0.404593 0.635981 0
+0.440223 0.635691 0
+0.476707 0.635401 0
+0.51371 0.634485 0
+0.551049 0.633402 0
+0.588937 0.632105 0
+0.627512 0.630625 0
+0.665553 0.628138 0
+0.702098 0.624048 0
+0.739193 0.619074 0
+0.776333 0.614145 0
+0.81387 0.608362 0
+0.850889 0.602045 0
+0.887999 0.595285 0
+0.925368 0.587533 0
+0.961746 0.578637 0
+0 0.630091 0
+0 0.634867 0
+0.00936904 0.639994 0
+0.0277409 0.644694 0
+0.0463417 0.649363 0
+0.065568 0.653849 0
+0.0857404 0.658351 0
+0.107149 0.662409 0
+0.129961 0.665949 0
+0.155154 0.668864 0
+0.183169 0.671046 0
+0.213794 0.672801 0
+0.24506 0.674052 0
+0.276921 0.67509 0
+0.309667 0.675807 0
+0.343221 0.676738 0
+0.377356 0.677058 0
+0.411856 0.677165 0
+0.447028 0.676982 0
+0.483421 0.676829 0
+0.519844 0.676204 0
+0.556817 0.675303 0
+0.594507 0.674052 0
+0.632609 0.672923 0
+0.670771 0.671214 0
+0.708965 0.668772 0
+0.745251 0.664378 0
+0.782528 0.6598 0
+0.819135 0.654582 0
+0.856336 0.649027 0
+0.893248 0.642756 0
+0.929885 0.635996 0
+0.966781 0.628367 0
+0 0.672694 0
+0.00335698 0.677363 0
+0.0214237 0.682109 0
+0.0390936 0.686763 0
+0.0570687 0.691417 0
+0.0757763 0.695705 0
+0.0954452 0.699825 0
+0.116869 0.703777 0
+0.140047 0.707179 0
+0.16553 0.70985 0
+0.193805 0.711803 0
+0.223941 0.713558 0
+0.254887 0.714885 0
+0.286275 0.715984 0
+0.318624 0.716854 0
+0.351736 0.7178 0
+0.385489 0.718227 0
+0.419654 0.718471 0
+0.454582 0.718425 0
+0.490303 0.718364 0
+0.526421 0.717983 0
+0.563256 0.717205 0
+0.600275 0.716167 0
+0.638041 0.715282 0
+0.676081 0.713726 0
+0.714137 0.712047 0
+0.751751 0.709606 0
+0.78822 0.705211 0
+0.825055 0.700694 0
+0.861814 0.695659 0
+0.898558 0.690181 0
+0.935302 0.684215 0
+0.971374 0.677363 0
+1.5259e-05 0.715572 0
+0.0175784 0.720333 0
+0.0345312 0.72491 0
+0.0512856 0.72929 0
+0.068574 0.733486 0
+0.0871748 0.737804 0
+0.106706 0.741711 0
+0.127779 0.745266 0
+0.151278 0.748592 0
+0.177325 0.750942 0
+0.205432 0.752758 0
+0.234928 0.754253 0
+0.265461 0.755901 0
+0.296468 0.757031 0
+0.328313 0.757977 0
+0.360647 0.758679 0
+0.394278 0.759503 0
+0.428031 0.759854 0
+0.462669 0.75993 0
+0.49781 0.75996 0
+0.533822 0.759701 0
+0.569986 0.759152 0
+0.606653 0.758343 0
+0.644221 0.757565 0
+0.681666 0.756374 0
+0.719478 0.754864 0
+0.757778 0.753491 0
+0.794614 0.750637 0
+0.831327 0.746609 0
+0.867536 0.741878 0
+0.904158 0.737209 0
+0.940261 0.731624 0
+0.971633 0.725704 0
+0.0160678 0.759121 0
+0.0322576 0.763378 0
+0.0485084 0.76791 0
+0.064744 0.772152 0
+0.0815747 0.776059 0
+0.0995651 0.779919 0
+0.119097 0.783795 0
+0.140398 0.786984 0
+0.164096 0.78967 0
+0.190463 0.792157 0
+0.218387 0.79379 0
+0.246983 0.795331 0
+0.276997 0.797024 0
+0.30753 0.798184 0
+0.338659 0.799176 0
+0.370642 0.799893 0
+0.403815 0.800839 0
+0.437095 0.801266 0
+0.471275 0.801434 0
+0.505974 0.801587 0
+0.54165 0.801572 0
+0.57734 0.801129 0
+0.61384 0.800504 0
+0.650752 0.799939 0
+0.688045 0.798871 0
+0.725292 0.797574 0
+0.763134 0.796506 0
+0.801007 0.794858 0
+0.837446 0.79202 0
+0.873884 0.788037 0
+0.909895 0.783612 0
+0.945907 0.77882 0
+0.971725 0.773526 0
+0.0326848 0.802594 0
+0.0482032 0.806912 0
+0.0635843 0.810925 0
+0.0794232 0.814984 0
+0.0958419 0.818799 0
+0.113619 0.822293 0
+0.133272 0.825772 0
+0.154711 0.828717 0
+0.178622 0.831037 0
+0.205051 0.833265 0
+0.232319 0.834958 0
+0.260395 0.836423 0
+0.289433 0.837812 0
+0.319463 0.839399 0
+0.350118 0.840391 0
+0.381628 0.84123 0
+0.414252 0.842206 0
+0.447013 0.84271 0
+0.480751 0.843015 0
+0.514916 0.843229 0
+0.550149 0.843336 0
+0.585519 0.843076 0
+0.621485 0.842603 0
+0.65803 0.84213 0
+0.694804 0.841352 0
+0.731685 0.840345 0
+0.769207 0.839261 0
+0.806577 0.838041 0
+0.844068 0.836393 0
+0.880385 0.833829 0
+0.916045 0.829602 0
+0.951827 0.825528 0
+0.971893 0.820783 0
+0.0506142 0.846662 0
+0.0650492 0.850309 0
+0.0802014 0.854368 0
+0.0953231 0.857939 0
+0.111864 0.861555 0
+0.129595 0.86479 0
+0.148989 0.867643 0
+0.171252 0.87042 0
+0.195148 0.872435 0
+0.220752 0.87425 0
+0.247456 0.876173 0
+0.274891 0.877699 0
+0.303212 0.879088 0
+0.332723 0.880613 0
+0.362768 0.881636 0
+0.393668 0.882521 0
+0.425345 0.883482 0
+0.457923 0.884108 0
+0.491127 0.884535 0
+0.52488 0.884703 0
+0.559503 0.885054 0
+0.594583 0.884886 0
+0.629831 0.884535 0
+0.666026 0.884184 0
+0.702266 0.883665 0
+0.738918 0.882765 0
+0.775692 0.88188 0
+0.812909 0.880827 0
+0.849775 0.879469 0
+0.88661 0.878019 0
+0.92256 0.875303 0
+0.957626 0.87129 0
+0.972 0.866926 0
+0.0690776 0.890074 0
+0.0832532 0.893629 0
+0.097734 0.896971 0
+0.113024 0.900481 0
+0.129122 0.903441 0
+0.147051 0.906554 0
+0.167163 0.908919 0
+0.188983 0.91107 0
+0.212924 0.913176 0
+0.237827 0.914794 0
+0.263813 0.916686 0
+0.29044 0.918166 0
+0.317998 0.919478 0
+0.346731 0.920882 0
+0.376181 0.921981 0
+0.406348 0.922866 0
+0.4374 0.923812 0
+0.469368 0.924468 0
+0.501961 0.924819 0
+0.53518 0.925002 0
+0.569177 0.925414 0
+0.603632 0.925216 0
+0.638392 0.924941 0
+0.674159 0.924727 0
+0.709987 0.924025 0
+0.745876 0.923217 0
+0.7823 0.92221 0
+0.818799 0.921294 0
+0.85539 0.91986 0
+0.891966 0.918578 0
+0.928008 0.91696 0
+0.963333 0.913893 0
+0.972396 0.910079 0
+0 0.00177005 0.232517
+0 0.00030518 0.231067
+0 0 0.229892
+0 0 0.228168
+0 0 0.226505
+0.002533 0 0.224704
+0.0219577 0 0.222934
+0.0410315 0 0.22092
+0.0588998 0 0.218814
+0.0759594 0 0.216541
+0.0926528 0 0.21413
+0.109407 0 0.211093
+0.126696 0 0.207782
+0.144717 0 0.203769
+0.164202 0 0.198947
+0.185534 0 0.193393
+0.209674 0 0.186954
+0.235264 0 0.179385
+0.261448 0 0.171542
+0.288029 0 0.163409
+0.315175 0 0.15462
+0.342443 0 0.145312
+0.370489 0 0.1355
+0.398703 0 0.124956
+0.42742 0 0.113664
+0.456748 0 0.10161
+0.486748 0 0.0881971
+0.517998 0 0.0734417
+0.549462 0 0.0573587
+0.581125 0 0.0394293
+0.61268 0 0.0197147
+0.645533 0 0
+0.679271 0 0
+0 0.0151827 0.230091
+0 0.0137789 0.228565
+0 0.0124208 0.227192
+0 0.0110323 0.225803
+0 0.00946059 0.224094
+0.0034638 0.00772107 0.222599
+0.0228275 0.00573739 0.220569
+0.041825 0.00387579 0.218585
+0.059678 0.00189212 0.216556
+0.0768292 0 0.214679
+0.0933242 0 0.211887
+0.110033 0 0.208865
+0.127291 0 0.205676
+0.145312 0 0.201541
+0.164843 0 0.196918
+0.186313 0 0.191226
+0.210422 0 0.184817
+0.236164 0 0.177432
+0.262257 0 0.169512
+0.289021 0 0.161395
+0.316152 0 0.152758
+0.343511 0 0.143435
+0.371588 0 0.133486
+0.4 0 0.122805
+0.429862 0 0.110994
+0.460288 0 0.0982986
+0.491127 0 0.0845655
+0.522255 0 0.0697795
+0.554772 0 0.053727
+0.588083 0 0.0352941
+0.621958 0 0.0140688
+0.656306 0 0
+0.691188 0 0
+0 0.0281834 0.227726
+0 0.0268406 0.226169
+0 0.0254673 0.224659
+0 0.0241703 0.223255
+0 0.0226596 0.221729
+0.00407416 0.0209506 0.219898
+0.0230869 0.0189059 0.217685
+0.0420081 0.0170901 0.215641
+0.0596475 0.0150301 0.213748
+0.0766003 0.0129702 0.211521
+0.0932326 0.0104982 0.208972
+0.110201 0.00773632 0.206424
+0.127611 0.00454719 0.203174
+0.145846 0.000640879 0.199496
+0.165484 0 0.194797
+0.187106 0 0.189288
+0.211246 0 0.182696
+0.237125 0 0.175372
+0.263249 0 0.167483
+0.290028 0 0.15938
+0.317037 0 0.150759
+0.345357 0 0.141054
+0.37438 0 0.130709
+0.403906 0 0.119722
+0.434012 0 0.108125
+0.465568 0 0.0954452
+0.497765 0 0.0816663
+0.5308 0 0.0662852
+0.56466 0 0.0491493
+0.599176 0 0.0292973
+0.634394 0 0.00614939
+0.669795 0 0
+0.705821 0 0
+0 0.0405432 0.22533
+0 0.0393683 0.223728
+0 0.038117 0.222385
+0 0.0368658 0.22092
+0 0.0356146 0.219257
+0.00494392 0.0339971 0.217365
+0.0237736 0.0319677 0.215061
+0.0423285 0.0300298 0.213001
+0.0598459 0.0281376 0.210895
+0.0764477 0.0260014 0.208453
+0.0930648 0.0236362 0.206165
+0.109819 0.0209354 0.203204
+0.127092 0.0176852 0.199771
+0.145449 0.0138247 0.196201
+0.165286 0.00932326 0.191714
+0.187472 0.00384527 0.186557
+0.211978 0 0.180407
+0.238132 0 0.173236
+0.264698 0 0.165438
+0.292302 0 0.157031
+0.320287 0 0.148119
+0.349096 0 0.138628
+0.379171 0 0.128389
+0.409934 0 0.117708
+0.44155 0 0.105623
+0.474266 0 0.0923781
+0.507851 0 0.0778668
+0.542016 0 0.0614328
+0.576913 0 0.0429847
+0.612436 0 0.0215763
+0.648508 0 0
+0.684977 0 0
+0.721889 0 0
+0 0.0531472 0.222827
+0 0.0520485 0.221424
+0 0.0509499 0.219852
+0 0.0498054 0.218311
+0 0.0485542 0.216602
+0.00585946 0.0471046 0.214725
+0.0247959 0.045304 0.212573
+0.0431983 0.0435035 0.210269
+0.0603799 0.041825 0.208042
+0.0769207 0.0398108 0.205783
+0.0933242 0.0376898 0.203128
+0.109789 0.0350652 0.200015
+0.127199 0.0319677 0.196902
+0.145449 0.028336 0.19295
+0.165118 0.0238193 0.188434
+0.187396 0.0183108 0.182773
+0.212482 0.0117037 0.176379
+0.239399 0.00419623 0.169467
+0.267567 0 0.162493
+0.296574 0 0.155077
+0.325917 0 0.146517
+0.35613 0 0.136843
+0.387106 0 0.12639
+0.419028 0 0.115053
+0.451804 0 0.102464
+0.485512 0 0.088365
+0.520012 0 0.0728161
+0.555276 0 0.0553597
+0.590997 0 0.035462
+0.627451 0 0.0121309
+0.664164 0 0
+0.701289 0 0
+0.738415 0 0
+0 0.0653849 0.220081
+0 0.0644999 0.218692
+0 0.0635386 0.217075
+0 0.062501 0.215518
+0 0.0613413 0.214054
+0.00720226 0.059968 0.212039
+0.025864 0.0582132 0.209598
+0.0441291 0.0567025 0.207462
+0.0610971 0.0550393 0.205295
+0.0776989 0.0533608 0.203006
+0.0939193 0.0513466 0.200259
+0.110567 0.0490425 0.197589
+0.127626 0.0461891 0.194034
+0.146426 0.0426947 0.190372
+0.166781 0.0385443 0.185931
+0.189837 0.0334173 0.180621
+0.215793 0.0270542 0.174304
+0.243717 0.0196384 0.167285
+0.272419 0.0115816 0.160052
+0.302052 0.00270085 0.152209
+0.33257 0 0.143465
+0.364523 0 0.134051
+0.397086 0 0.123674
+0.429953 0 0.111543
+0.463874 0 0.0981613
+0.498405 0 0.0833753
+0.533684 0 0.0666667
+0.569772 0 0.0480354
+0.606149 0 0.0264744
+0.643122 0 0.000701915
+0.680262 0 0
+0.717693 0 0
+0.754726 0 0
+0 0.0777295 0.217014
+0 0.0768444 0.215534
+0 0.0760204 0.214252
+0 0.0750744 0.212696
+0 0.0740215 0.211017
+0.00865187 0.0727092 0.209033
+0.0271153 0.0711376 0.206668
+0.045182 0.0696422 0.204715
+0.0623026 0.0682689 0.20264
+0.078645 0.0666819 0.200229
+0.0951553 0.0649271 0.198322
+0.111986 0.0629435 0.195666
+0.12987 0.0605936 0.192798
+0.149004 0.0574807 0.189349
+0.170382 0.053666 0.185168
+0.194644 0.0487831 0.179919
+0.221912 0.0426337 0.173404
+0.250416 0.0356146 0.166171
+0.279789 0.0278477 0.158358
+0.310048 0.0191043 0.149828
+0.341344 0.00935378 0.140475
+0.373434 0 0.129992
+0.40676 0 0.118791
+0.441291 0 0.106874
+0.476387 0 0.0930953
+0.511727 0 0.0773327
+0.547616 0 0.0596475
+0.584009 0 0.0394751
+0.621057 0 0.0162051
+0.658152 0 0
+0.695415 0 0
+0.732967 0 0
+0.770184 0 0
+0 0.0901198 0.213825
+0 0.0892653 0.212345
+0 0.0884413 0.210849
+0 0.0877241 0.209445
+0 0.0867628 0.207843
+0.00984207 0.0854047 0.206088
+0.0284581 0.0841077 0.204181
+0.0463722 0.082948 0.202457
+0.0636149 0.0818647 0.200824
+0.0804761 0.080827 0.19939
+0.097261 0.0794385 0.19762
+0.114839 0.0778515 0.195544
+0.133364 0.0757458 0.192905
+0.153246 0.0729534 0.189578
+0.175631 0.0693523 0.18529
+0.201251 0.0645457 0.179767
+0.229587 0.0584573 0.172839
+0.258961 0.0516823 0.165438
+0.289113 0.0441444 0.157061
+0.320043 0.0356756 0.147875
+0.351843 0.0261234 0.137606
+0.384573 0.0154269 0.126345
+0.418143 0.00303655 0.114122
+0.45272 0 0.100572
+0.488396 0 0.0859998
+0.525246 0 0.0702678
+0.561654 0 0.0515602
+0.598337 0 0.0300755
+0.635325 0 0.00491341
+0.672297 0 0
+0.709697 0 0
+0.746868 0 0
+0.783886 0 0
+0 0.102846 0.210269
+0 0.102052 0.208865
+0 0.101289 0.207584
+0 0.100633 0.206439
+0 0.100069 0.205554
+0.0110781 0.0990616 0.204105
+0.0299992 0.0980392 0.202731
+0.048127 0.097322 0.201633
+0.0658427 0.0967575 0.200671
+0.0830091 0.0959793 0.19939
+0.100496 0.0949874 0.197971
+0.11873 0.0937362 0.196094
+0.13785 0.0918441 0.193317
+0.158846 0.0892653 0.190066
+0.18233 0.0856489 0.185336
+0.209323 0.0808576 0.179568
+0.238529 0.0748913 0.172244
+0.268803 0.0683146 0.164584
+0.299763 0.0609903 0.155962
+0.331502 0.0527657 0.146212
+0.363928 0.043534 0.135241
+0.397131 0.0330358 0.123217
+0.431144 0.0212863 0.110002
+0.46569 0.0077821 0.095201
+0.500938 0 0.0793317
+0.536828 0 0.0614786
+0.57409 0 0.0423438
+0.611444 0 0.0199435
+0.648417 0 0
+0.685435 0 0
+0.722698 0 0
+0.759579 0 0
+0.796262 0 0
+0 0.116426 0.207263
+0 0.115831 0.206134
+0 0.115343 0.205493
+0 0.114977 0.204883
+0 0.114611 0.204196
+0.0124361 0.113924 0.203174
+0.0319066 0.113542 0.202396
+0.0504921 0.113222 0.201511
+0.0682994 0.112902 0.200641
+0.0859846 0.112383 0.199588
+0.103944 0.111589 0.198184
+0.122866 0.110582 0.196323
+0.14284 0.108919 0.193469
+0.165042 0.106554 0.190127
+0.189899 0.103029 0.185061
+0.21825 0.0983139 0.179034
+0.248356 0.0925612 0.171481
+0.279438 0.0862287 0.163592
+0.311147 0.0791638 0.15462
+0.343694 0.0711986 0.144427
+0.376883 0.0622416 0.133074
+0.410544 0.0521096 0.120592
+0.444785 0.04065 0.106462
+0.479545 0.0277714 0.0909743
+0.514641 0.0129549 0.07364
+0.549874 0 0.0542458
+0.58587 0 0.0326696
+0.622629 0 0.00819409
+0.660258 0 0
+0.69723 0 0
+0.733989 0 0
+0.77055 0 0
+0.806745 0 0
+0 0.13167 0.20528
+0 0.131258 0.204517
+0 0.13109 0.204089
+0 0.130953 0.203555
+0 0.13077 0.20293
+0.0138247 0.130526 0.202182
+0.0335851 0.130282 0.201389
+0.0524147 0.130282 0.200763
+0.0707866 0.130282 0.200046
+0.0889601 0.130159 0.199237
+0.107652 0.129747 0.197879
+0.127184 0.128954 0.195804
+0.148165 0.127459 0.193042
+0.171572 0.125307 0.189425
+0.197955 0.121904 0.184192
+0.227695 0.117372 0.17792
+0.258824 0.111986 0.170565
+0.290867 0.105943 0.162448
+0.323339 0.0990311 0.153017
+0.356603 0.0913863 0.142657
+0.390433 0.0827344 0.131044
+0.424689 0.0729534 0.118151
+0.459388 0.0620737 0.103716
+0.494209 0.0495003 0.0875563
+0.529091 0.0353094 0.069276
+0.563973 0.019089 0.0484627
+0.599008 0.000732433 0.0250401
+0.634104 0 0
+0.669841 0 0
+0.707485 0 0
+0.743664 0 0
+0.779675 0 0
+0.815473 0 0
+0 0.149035 0.203113
+0 0.148699 0.202365
+0 0.148653 0.201892
+0 0.148623 0.201328
+0 0.148577 0.200687
+0.0145571 0.148501 0.199939
+0.0347143 0.148775 0.199435
+0.0539406 0.149126 0.198917
+0.0727703 0.149462 0.198245
+0.0917067 0.149706 0.197589
+0.111223 0.149844 0.196445
+0.131594 0.149401 0.194324
+0.153643 0.148165 0.191638
+0.17821 0.146059 0.18764
+0.206332 0.142977 0.18262
+0.237385 0.138598 0.176013
+0.269734 0.133715 0.168978
+0.302678 0.128099 0.160906
+0.336049 0.12163 0.151461
+0.370138 0.114382 0.14107
+0.404608 0.106111 0.129656
+0.439399 0.0967727 0.116426
+0.474357 0.0860914 0.101717
+0.509529 0.0741283 0.0852522
+0.544244 0.0602731 0.0663157
+0.578836 0.0447089 0.0446174
+0.613077 0.0271153 0.0195315
+0.646998 0.00708019 0
+0.680842 0 0
+0.715328 0 0
+0.751461 0 0
+0.787213 0 0
+0.822354 0 0
+0 0.168322 0.199298
+0 0.168048 0.198505
+0 0.168139 0.197833
+0 0.1682 0.197116
+0 0.168322 0.196368
+0.0140688 0.168612 0.195712
+0.0348058 0.16939 0.195453
+0.0547951 0.170291 0.195209
+0.0741741 0.171099 0.194934
+0.0937819 0.171756 0.194141
+0.114199 0.172351 0.193149
+0.135637 0.172396 0.191424
+0.159091 0.171695 0.188739
+0.185199 0.170016 0.184771
+0.215244 0.1673 0.179385
+0.247272 0.163363 0.173037
+0.280705 0.158968 0.166293
+0.314443 0.153735 0.158175
+0.349081 0.147936 0.149325
+0.384009 0.141283 0.139254
+0.419165 0.133532 0.127855
+0.454536 0.124575 0.114885
+0.49015 0.114473 0.100359
+0.525383 0.10277 0.0834669
+0.560067 0.0893873 0.0640421
+0.594476 0.0743572 0.0415656
+0.628336 0.0574044 0.0149844
+0.661524 0.0383307 0
+0.694041 0.0168002 0
+0.726894 0 0
+0.759365 0 0
+0.792691 0 0
+0.827695 0 0
+0 0.190356 0.192737
+0 0.190158 0.191699
+0 0.190326 0.190814
+0 0.190463 0.189868
+0 0.190814 0.189044
+0.0120394 0.191638 0.188617
+0.033463 0.192905 0.188754
+0.0540627 0.194476 0.188846
+0.0743572 0.196017 0.1888
+0.0948959 0.197284 0.188388
+0.116228 0.198199 0.187564
+0.138964 0.198947 0.186145
+0.165286 0.199329 0.180865
+0.196841 0.200748 0.165713
+0.227436 0.198016 0.162325
+0.259205 0.19408 0.161273
+0.292302 0.189654 0.156786
+0.326925 0.184878 0.150912
+0.362127 0.179477 0.143435
+0.397665 0.172869 0.134249
+0.433555 0.165621 0.123735
+0.469581 0.157214 0.111589
+0.505623 0.147494 0.0974899
+0.54136 0.136263 0.0812238
+0.576638 0.123766 0.062089
+0.61117 0.109056 0.0392309
+0.644846 0.0926375 0.0112154
+0.677348 0.0738384 0
+0.709407 0.0534981 0
+0.74139 0.0314641 0
+0.772381 0.00628672 0
+0.802823 0 0
+0.833249 0 0
+0 0.215152 0.183139
+0 0.215015 0.181979
+0 0.215274 0.180865
+0 0.215473 0.179797
+0 0.216297 0.179217
+0.00939956 0.217945 0.179278
+0.0314488 0.219928 0.179599
+0.0527047 0.222141 0.179995
+0.074052 0.22446 0.180636
+0.0957198 0.226719 0.180819
+0.118273 0.228412 0.180591
+0.142336 0.229755 0.17969
+0.171099 0.230976 0.171923
+0.203952 0.23299 0.155245
+0.239322 0.232502 0.140917
+0.270512 0.228183 0.145586
+0.303532 0.223819 0.144381
+0.337926 0.219409 0.140291
+0.373159 0.213962 0.13402
+0.409094 0.208057 0.126146
+0.445411 0.201175 0.116686
+0.482124 0.19321 0.105531
+0.518761 0.184009 0.0923323
+0.555306 0.173434 0.0769055
+0.591272 0.161303 0.058381
+0.626215 0.147524 0.0352941
+0.660594 0.131914 0.00631724
+0.693767 0.113985 0
+0.727413 0.0955673 0
+0.759747 0.0747234 0
+0.790661 0.0510414 0
+0.819364 0.0232242 0
+0.846937 0 0
+0 0.242634 0.172549
+0 0.242573 0.171267
+0 0.242832 0.16994
+0 0.243107 0.168505
+0 0.244541 0.168139
+0.00799573 0.247196 0.169146
+0.0310521 0.250355 0.170321
+0.0531777 0.253468 0.171328
+0.0752422 0.256397 0.17232
+0.0976883 0.259236 0.172885
+0.121218 0.261631 0.17293
+0.146349 0.2636 0.172671
+0.176318 0.265141 0.164843
+0.20885 0.266148 0.152636
+0.245014 0.266117 0.136507
+0.280537 0.264271 0.125566
+0.312947 0.259892 0.127855
+0.347097 0.255436 0.126131
+0.381857 0.250401 0.121126
+0.4177 0.2448 0.114305
+0.453758 0.238193 0.105287
+0.490303 0.230793 0.0946517
+0.527123 0.222202 0.0821393
+0.564004 0.212329 0.0670634
+0.600702 0.200977 0.0486458
+0.637079 0.188113 0.0254978
+0.672496 0.173129 0
+0.708324 0.157321 0
+0.744198 0.140826 0
+0.7785 0.121584 0
+0.810956 0.0997482 0
+0.841306 0.0740826 0
+0.868544 0.0440375 0
+0 0.273426 0.161883
+0 0.273381 0.16051
+0 0.273747 0.15903
+0 0.274052 0.157427
+0 0.276219 0.15761
+0.00895705 0.279622 0.159197
+0.0325322 0.283574 0.160937
+0.055375 0.287404 0.162646
+0.0780652 0.290974 0.164111
+0.100984 0.294133 0.164889
+0.124941 0.296696 0.165179
+0.151415 0.298833 0.163241
+0.181582 0.300404 0.156191
+0.21445 0.300771 0.146227
+0.24979 0.300374 0.133059
+0.286351 0.299428 0.116915
+0.321599 0.296727 0.107591
+0.35494 0.292149 0.108309
+0.389761 0.28751 0.105577
+0.425132 0.282338 0.0998703
+0.460838 0.276158 0.0915389
+0.497505 0.269291 0.0814374
+0.534051 0.261402 0.0686046
+0.570642 0.252293 0.0527962
+0.607248 0.241733 0.0332189
+0.643473 0.229526 0.00712596
+0.679957 0.216098 0
+0.717937 0.202502 0
+0.755611 0.187076 0
+0.792538 0.16968 0
+0.828168 0.149584 0
+0.861311 0.126619 0
+0.89189 0.0999313 0
+0 0.306325 0.150271
+0 0.306279 0.148745
+0 0.306676 0.147204
+0 0.306996 0.145541
+0 0.310536 0.147189
+0.0118715 0.314687 0.149294
+0.035462 0.318868 0.151354
+0.0583505 0.322881 0.153338
+0.081239 0.326619 0.154711
+0.104417 0.329946 0.155596
+0.12871 0.33257 0.155612
+0.156374 0.334768 0.152361
+0.186801 0.336263 0.14638
+0.22005 0.336385 0.137331
+0.254932 0.33579 0.126299
+0.290593 0.334569 0.112306
+0.327245 0.333059 0.0950027
+0.362158 0.329625 0.0865034
+0.396567 0.32517 0.0861524
+0.4318 0.320256 0.0819867
+0.467597 0.314443 0.0744335
+0.5037 0.308125 0.0643168
+0.540185 0.30071 0.0513313
+0.576593 0.292241 0.0343481
+0.612848 0.282353 0.0119173
+0.649195 0.271153 0
+0.687358 0.260304 0
+0.725505 0.248264 0
+0.7635 0.234485 0
+0.801266 0.218936 0
+0.838178 0.200641 0
+0.874876 0.179599 0
+0.909316 0.155413 0
+0 0.34081 0.137728
+0 0.340764 0.136217
+0 0.341161 0.134798
+0 0.342336 0.134066
+0 0.346273 0.135912
+0.0154421 0.350698 0.138155
+0.0388037 0.354986 0.140398
+0.0616465 0.359167 0.142214
+0.0846113 0.363012 0.143755
+0.108019 0.366354 0.144625
+0.133013 0.36907 0.144411
+0.161151 0.371267 0.140627
+0.192035 0.37261 0.134997
+0.225513 0.372641 0.126848
+0.260319 0.371984 0.116701
+0.295506 0.370977 0.10457
+0.33135 0.369284 0.089128
+0.367559 0.366766 0.068864
+0.40267 0.363073 0.0605478
+0.437919 0.358389 0.0584268
+0.473243 0.35288 0.0518502
+0.509239 0.346868 0.0419623
+0.545312 0.339971 0.0277409
+0.581674 0.33196 0.00842298
+0.618128 0.32282 0
+0.656062 0.314351 0
+0.694118 0.304692 0
+0.732387 0.29398 0
+0.770596 0.281697 0
+0.808865 0.267933 0
+0.846082 0.251759 0
+0.883024 0.233402 0
+0.919112 0.211673 0
+0 0.375845 0.123552
+0 0.37583 0.121981
+0 0.376181 0.120394
+0 0.378485 0.120974
+0 0.382727 0.123186
+0.019501 0.387243 0.125658
+0.04271 0.39173 0.128099
+0.0653544 0.395972 0.130053
+0.0882582 0.399817 0.13167
+0.111833 0.403296 0.132601
+0.137926 0.406134 0.131228
+0.166003 0.408301 0.127504
+0.197253 0.409522 0.122194
+0.230854 0.4094 0.114382
+0.26537 0.408728 0.104829
+0.300587 0.407919 0.09337
+0.335912 0.406165 0.0788128
+0.371618 0.403754 0.0602579
+0.407553 0.400641 0.0344549
+0.442863 0.396399 0.0250401
+0.478019 0.391165 0.0199435
+0.513726 0.385534 0.00961318
+0.549905 0.379004 0
+0.58674 0.37229 0
+0.624552 0.365347 0
+0.662699 0.357977 0
+0.700969 0.349523 0
+0.739467 0.33994 0
+0.777584 0.328954 0
+0.815503 0.316548 0
+0.852918 0.302296 0
+0.890288 0.285847 0
+0.926894 0.267155 0
+0 0.411215 0.107546
+0 0.411215 0.106111
+0 0.41146 0.104768
+0 0.41532 0.106813
+0.00062562 0.419745 0.109377
+0.0241245 0.424338 0.112123
+0.0468757 0.428946 0.114534
+0.0694591 0.433234 0.116579
+0.092195 0.437186 0.118074
+0.116182 0.44065 0.118517
+0.142596 0.44358 0.116442
+0.170901 0.445716 0.112795
+0.202487 0.446769 0.107179
+0.236164 0.446616 0.0994278
+0.270359 0.44596 0.0899672
+0.30518 0.445106 0.0787823
+0.340124 0.443381 0.0644083
+0.375631 0.441215 0.0462348
+0.411093 0.437964 0.0204623
+0.446952 0.434058 0
+0.482826 0.430243 0
+0.51902 0.425483 0
+0.556054 0.420478 0
+0.593317 0.414771 0
+0.631052 0.408743 0
+0.66952 0.401892 0
+0.707424 0.394125 0
+0.745632 0.385626 0
+0.78378 0.375906 0
+0.821988 0.364828 0
+0.859663 0.352209 0
+0.896712 0.337804 0
+0.933837 0.321508 0
+0 0.446967 0.0902724
+0 0.44686 0.0887617
+0 0.448386 0.0885786
+0 0.452689 0.0912642
+0.00631724 0.457298 0.0940871
+0.0290684 0.462013 0.0967727
+0.0513619 0.46656 0.0992447
+0.0735943 0.47097 0.101198
+0.0963149 0.474891 0.102647
+0.121126 0.478477 0.101778
+0.147417 0.481285 0.0993668
+0.176135 0.483482 0.0955673
+0.207797 0.484169 0.0895247
+0.241321 0.484031 0.0816358
+0.275257 0.483436 0.0719921
+0.309636 0.482506 0.0602579
+0.344121 0.480735 0.0452277
+0.379187 0.478584 0.0256199
+0.414496 0.475746 0
+0.451255 0.473304 0
+0.489937 0.471855 0
+0.526345 0.467857 0
+0.562783 0.462959 0
+0.599908 0.45803 0
+0.637629 0.45211 0
+0.675502 0.446052 0
+0.713771 0.439261 0
+0.752026 0.43154 0
+0.789914 0.422644 0
+0.827863 0.412863 0
+0.865553 0.401724 0
+0.903166 0.388983 0
+0.940139 0.374716 0
+0 0.482506 0.0708782
+0 0.482399 0.0692607
+0 0.48574 0.0708782
+0 0.490532 0.0738384
+0.012192 0.495323 0.0766461
+0.0342412 0.500053 0.0793164
+0.0559548 0.504631 0.0815137
+0.0779278 0.508919 0.0833295
+0.101244 0.512917 0.0836805
+0.125963 0.516411 0.0822919
+0.152331 0.519173 0.0795453
+0.18146 0.521019 0.0751507
+0.213184 0.521569 0.0682994
+0.246235 0.521355 0.0598306
+0.280003 0.52108 0.0494087
+0.313771 0.519905 0.0361028
+0.34815 0.518425 0.0191348
+0.382681 0.515938 0
+0.418784 0.514351 0
+0.456382 0.513268 0
+0.494621 0.51194 0
+0.533516 0.510445 0
+0.569741 0.506279 0
+0.606821 0.50132 0
+0.644007 0.496284 0
+0.68188 0.490654 0
+0.719707 0.484184 0
+0.757885 0.477241 0
+0.795895 0.469627 0
+0.833967 0.460883 0
+0.87155 0.45095 0
+0.908949 0.439826 0
+0.946044 0.427085 0
+0 0.518364 0.0489204
+0 0.519295 0.0482032
+0 0.523766 0.0507668
+0 0.528618 0.0535134
+0.0180514 0.533578 0.0563058
+0.0393683 0.538277 0.0587167
+0.0607004 0.542809 0.0607614
+0.0826581 0.547112 0.0616007
+0.106035 0.550988 0.060914
+0.13077 0.554467 0.0590219
+0.15729 0.557076 0.0554513
+0.186557 0.558389 0.0497749
+0.218341 0.55877 0.0418402
+0.25124 0.558846 0.0320745
+0.284153 0.558145 0.0192264
+0.317723 0.557183 0.00292973
+0.351644 0.555489 0
+0.387488 0.555016 0
+0.424414 0.554757 0
+0.461677 0.553841 0
+0.499504 0.552697 0
+0.537972 0.551324 0
+0.577386 0.549813 0
+0.613458 0.54522 0
+0.650629 0.540536 0
+0.687968 0.535164 0
+0.725841 0.529503 0
+0.763561 0.523384 0
+0.801602 0.516106 0
+0.839353 0.508415 0
+0.87689 0.499733 0
+0.914427 0.489876 0
+0.951354 0.478599 0
+0 0.553689 0.022446
+0 0.557275 0.0241855
+0 0.562234 0.0269169
+0.00325017 0.567193 0.0294194
+0.0239109 0.571893 0.0316777
+0.0444343 0.576486 0.0336309
+0.0655375 0.580941 0.0345769
+0.0877546 0.585153 0.0340276
+0.110933 0.589014 0.0324407
+0.135439 0.592142 0.0291447
+0.161913 0.594217 0.0238346
+0.19144 0.595315 0.0160525
+0.223316 0.595758 0.00573739
+0.255436 0.595483 0
+0.28838 0.595254 0
+0.322988 0.595544 0
+0.358099 0.595773 0
+0.393744 0.595605 0
+0.43032 0.595438 0
+0.467323 0.594812 0
+0.505028 0.593744 0
+0.543114 0.592569 0
+0.581949 0.591363 0
+0.620615 0.589395 0
+0.657176 0.584787 0
+0.694392 0.580026 0
+0.73196 0.575067 0
+0.769497 0.569085 0
+0.807111 0.562936 0
+0.844877 0.555856 0
+0.8822 0.547951 0
+0.919371 0.5393 0
+0.956405 0.529397 0
+0 0.591226 0
+0 0.595468 0
+0 0.600565 0
+0.0099031 0.605249 0
+0.0296025 0.609888 0
+0.0497902 0.61442 0
+0.0707103 0.618662 0
+0.0926223 0.622858 0
+0.115312 0.62623 0
+0.139727 0.628962 0
+0.166934 0.631083 0
+0.197024 0.632303 0
+0.229313 0.633555 0
+0.262287 0.634638 0
+0.296071 0.635615 0
+0.33051 0.63621 0
+0.365209 0.636484 0
+0.400504 0.636484 0
+0.436591 0.636423 0
+0.47361 0.636042 0
+0.510781 0.635294 0
+0.54847 0.634272 0
+0.586709 0.63299 0
+0.625696 0.631586 0
+0.664118 0.629343 0
+0.70074 0.625071 0
+0.737911 0.62002 0
+0.775174 0.615076 0
+0.812772 0.609186 0
+0.850019 0.603006 0
+0.887419 0.596124 0
+0.924697 0.588403 0
+0.961105 0.579477 0
+0 0.629145 0
+0 0.633478 0
+0 0.638331 0
+0.016144 0.642863 0
+0.0358434 0.647562 0
+0.0560311 0.652476 0
+0.0768139 0.657099 0
+0.0986191 0.661372 0
+0.121874 0.665248 0
+0.147295 0.668421 0
+0.17583 0.671199 0
+0.2065 0.672877 0
+0.23856 0.674174 0
+0.271046 0.675319 0
+0.304265 0.676265 0
+0.33846 0.677043 0
+0.372839 0.67747 0
+0.407843 0.677668 0
+0.44361 0.677531 0
+0.48011 0.677531 0
+0.516899 0.676936 0
+0.554452 0.676005 0
+0.592218 0.674907 0
+0.630671 0.673823 0
+0.669169 0.672221 0
+0.707622 0.669795 0
+0.744106 0.665476 0
+0.78146 0.660746 0
+0.818235 0.655589 0
+0.855711 0.650004 0
+0.892424 0.643549 0
+0.929335 0.636851 0
+0.966293 0.629191 0
+0 0.669825 0
+0 0.674739 0
+0.00935378 0.679835 0
+0.0280613 0.684703 0
+0.046891 0.689448 0
+0.066392 0.694194 0
+0.0870832 0.698848 0
+0.108629 0.702968 0
+0.131975 0.706584 0
+0.157504 0.709575 0
+0.186206 0.711833 0
+0.216999 0.713695 0
+0.248341 0.715114 0
+0.280552 0.716243 0
+0.313191 0.717128 0
+0.347097 0.718151 0
+0.381064 0.718624 0
+0.415808 0.718929 0
+0.451102 0.718959 0
+0.487114 0.719066 0
+0.523766 0.718624 0
+0.560647 0.717937 0
+0.598001 0.717006 0
+0.636332 0.716091 0
+0.674403 0.714672 0
+0.712764 0.713039 0
+0.751064 0.710674 0
+0.787259 0.706218 0
+0.824338 0.70161 0
+0.860914 0.696483 0
+0.897871 0.69102 0
+0.934737 0.6851 0
+0.970794 0.678096 0
+0 0.713039 0
+0.00529488 0.717693 0
+0.0232242 0.722576 0
+0.0411994 0.727535 0
+0.0592966 0.732052 0
+0.0780804 0.736477 0
+0.0981003 0.740627 0
+0.119753 0.744778 0
+0.143282 0.748196 0
+0.169406 0.750729 0
+0.197864 0.752743 0
+0.228428 0.754681 0
+0.259129 0.756054 0
+0.290806 0.757244 0
+0.322988 0.758282 0
+0.35613 0.759091 0
+0.389899 0.759915 0
+0.424323 0.760266 0
+0.459113 0.760449 0
+0.494713 0.760632 0
+0.530922 0.760418 0
+0.567407 0.759915 0
+0.604578 0.759045 0
+0.642267 0.758465 0
+0.679911 0.757214 0
+0.718166 0.755779 0
+0.756588 0.754482 0
+0.793973 0.751736 0
+0.830533 0.747631 0
+0.866865 0.74287 0
+0.903532 0.738094 0
+0.939757 0.732494 0
+0.971633 0.726619 0
+0.00408942 0.756527 0
+0.0213016 0.761257 0
+0.0381323 0.765911 0
+0.0549477 0.770321 0
+0.0724041 0.774655 0
+0.0910506 0.778958 0
+0.110857 0.782788 0
+0.132265 0.786358 0
+0.156161 0.789685 0
+0.182498 0.792035 0
+0.210925 0.79382 0
+0.240269 0.795483 0
+0.270909 0.797162 0
+0.301778 0.798428 0
+0.333608 0.799435 0
+0.366171 0.800259 0
+0.399512 0.801266 0
+0.433463 0.801678 0
+0.467781 0.801923 0
+0.503166 0.802167 0
+0.538796 0.802197 0
+0.57499 0.801785 0
+0.611597 0.801266 0
+0.648798 0.800763 0
+0.686351 0.799741 0
+0.723842 0.798489 0
+0.761837 0.797421 0
+0.800061 0.79588 0
+0.836927 0.793057 0
+0.873259 0.789059 0
+0.909194 0.784421 0
+0.945434 0.779767 0
+0.971832 0.774456 0
+0.0220035 0.800626 0
+0.0378729 0.804822 0
+0.0539101 0.809339 0
+0.0701152 0.81355 0
+0.0870069 0.817487 0
+0.105272 0.821347 0
+0.125078 0.825101 0
+0.146471 0.828275 0
+0.170657 0.830884 0
+0.197284 0.833219 0
+0.225177 0.835019 0
+0.253864 0.836591 0
+0.283375 0.838193 0
+0.31397 0.839612 0
+0.345251 0.840742 0
+0.376989 0.841611 0
+0.41004 0.842634 0
+0.443503 0.843183 0
+0.477317 0.843488 0
+0.512154 0.843763 0
+0.547402 0.843976 0
+0.583154 0.843656 0
+0.619242 0.84332 0
+0.656168 0.842863 0
+0.693111 0.842176 0
+0.730495 0.841184 0
+0.76791 0.840116 0
+0.8056 0.838987 0
+0.84329 0.837339 0
+0.879789 0.834699 0
+0.915557 0.830625 0
+0.951446 0.826535 0
+0.971893 0.821683 0
+0.040528 0.844633 0
+0.0557107 0.848829 0
+0.0708019 0.852811 0
+0.0866102 0.856672 0
+0.103273 0.860502 0
+0.121096 0.863966 0
+0.140963 0.867323 0
+0.163043 0.870161 0
+0.187106 0.872374 0
+0.213458 0.874525 0
+0.24062 0.87631 0
+0.268589 0.877867 0
+0.297414 0.879332 0
+0.327413 0.880888 0
+0.357717 0.882063 0
+0.389044 0.882887 0
+0.421546 0.88397 0
+0.454414 0.884565 0
+0.487755 0.885008 0
+0.52195 0.885222 0
+0.556802 0.885649 0
+0.592111 0.885481 0
+0.627665 0.885252 0
+0.664073 0.884916 0
+0.700603 0.884459 0
+0.737499 0.883604 0
+0.774365 0.882628 0
+0.811933 0.881743 0
+0.849012 0.880507 0
+0.886076 0.87892 0
+0.922301 0.876341 0
+0.957366 0.872374 0
+0.97203 0.867903 0
+0.0598459 0.888579 0
+0.0741588 0.892088 0
+0.089189 0.895994 0
+0.104509 0.899397 0
+0.120851 0.902892 0
+0.138964 0.905943 0
+0.158801 0.908644 0
+0.18114 0.911269 0
+0.205219 0.913176 0
+0.230472 0.914946 0
+0.257053 0.916884 0
+0.284138 0.918425 0
+0.3122 0.919783 0
+0.341466 0.921324 0
+0.371267 0.922377 0
+0.401892 0.923293 0
+0.433677 0.924346 0
+0.465629 0.924971 0
+0.498558 0.925353 0
+0.532143 0.925566 0
+0.566567 0.925948 0
+0.60119 0.925856 0
+0.636469 0.925521 0
+0.672251 0.925414 0
+0.708309 0.924727 0
+0.744411 0.923934 0
+0.780987 0.922911 0
+0.817761 0.922087 0
+0.854536 0.920684 0
+0.891218 0.919341 0
+0.927749 0.91783 0
+0.962997 0.91487 0
+0.972396 0.911025 0
+0 0.00117494 0.258854
+0 0 0.257404
+0 0 0.256046
+0 0 0.254688
+0 0 0.253117
+0 0 0.251438
+0.0124819 0 0.249607
+0.032517 0 0.247684
+0.0514076 0 0.245853
+0.0691081 0 0.243732
+0.0863355 0 0.241291
+0.103426 0 0.238666
+0.120897 0 0.235355
+0.139071 0 0.231388
+0.158556 0 0.226856
+0.179828 0 0.221286
+0.203784 0 0.214984
+0.229877 0 0.207446
+0.256291 0 0.199664
+0.283314 0 0.191333
+0.310658 0 0.182437
+0.338491 0 0.172915
+0.366522 0 0.162676
+0.395346 0 0.151873
+0.424216 0 0.140475
+0.453758 0 0.128313
+0.484474 0 0.114763
+0.516106 0 0.100175
+0.54786 0 0.0844282
+0.579705 0 0.0675669
+0.611749 0 0.0492561
+0.645304 0 0.0284733
+0.679225 0 0.00386053
+0 0.0145571 0.256291
+0 0.013138 0.255009
+0 0.0117189 0.253742
+0 0.0102846 0.252399
+0 0.00881972 0.250919
+0 0.00709545 0.249271
+0.0134585 0.00514229 0.247517
+0.0333257 0.00311284 0.24564
+0.0521859 0.00109865 0.243748
+0.0700084 0 0.241764
+0.0870069 0 0.239246
+0.104051 0 0.236484
+0.121508 0 0.233158
+0.139666 0 0.229419
+0.159136 0 0.22472
+0.180591 0 0.219394
+0.204669 0 0.212863
+0.230701 0 0.205631
+0.257282 0 0.197604
+0.284184 0 0.189334
+0.311696 0 0.180591
+0.339559 0 0.170901
+0.367636 0 0.160571
+0.397009 0 0.149554
+0.427054 0 0.137835
+0.457679 0 0.124834
+0.488869 0 0.111406
+0.520607 0 0.0971542
+0.553765 0 0.0813153
+0.587457 0 0.0639506
+0.621607 0 0.0444038
+0.656489 0 0.0219272
+0.691447 0 0
+0 0.0274968 0.254276
+0 0.0261387 0.252857
+0 0.0247959 0.251408
+0 0.0233768 0.249973
+0 0.021973 0.248432
+0 0.0203098 0.24686
+0.0136873 0.0182498 0.244907
+0.0335851 0.0163119 0.242847
+0.0521248 0.0142672 0.240833
+0.06981 0.0122225 0.238697
+0.0869917 0.00975052 0.236545
+0.104234 0.00709545 0.233845
+0.121859 0.0039826 0.230838
+0.140215 0.000183108 0.227146
+0.159823 0 0.222614
+0.181415 0 0.217288
+0.20557 0 0.210773
+0.231571 0 0.203586
+0.258289 0 0.195575
+0.285145 0 0.187304
+0.312978 0 0.178454
+0.341558 0 0.168521
+0.371023 0 0.157733
+0.400748 0 0.146883
+0.431678 0 0.135271
+0.463432 0 0.12253
+0.496056 0 0.108904
+0.52958 0 0.0939498
+0.56379 0 0.0772412
+0.598947 0 0.0586862
+0.634348 0 0.0376593
+0.670146 0 0.013138
+0.706264 0 0
+0 0.0396887 0.251881
+0 0.0386206 0.250538
+0 0.0373999 0.249073
+0 0.0361334 0.247639
+0 0.0347448 0.24622
+0 0.033341 0.244602
+0.014435 0.0312963 0.24239
+0.0340734 0.0293584 0.240192
+0.05243 0.0273747 0.238071
+0.0697642 0.0252079 0.23592
+0.0869001 0.0229038 0.233494
+0.103944 0.0202792 0.23064
+0.121309 0.0170748 0.227512
+0.139834 0.0133822 0.223896
+0.15967 0.00898756 0.219776
+0.181735 0.00366217 0.214588
+0.206317 0 0.208652
+0.232624 0 0.20145
+0.259968 0 0.193454
+0.2878 0 0.184771
+0.316182 0 0.175982
+0.345769 0 0.16643
+0.376089 0 0.1561
+0.407172 0 0.145098
+0.439551 0 0.133211
+0.472587 0 0.120043
+0.506432 0 0.105501
+0.541085 0 0.0897383
+0.576394 0 0.0720378
+0.612284 0 0.0520638
+0.648875 0 0.0293889
+0.685481 0 0.002533
+0.722332 0 0
+0 0.0522469 0.24947
+0 0.0512551 0.248127
+0 0.0501869 0.246738
+0 0.0490425 0.245426
+0 0.047776 0.243809
+0 0.0464332 0.241993
+0.0155184 0.0446326 0.239796
+0.0348516 0.0427405 0.237568
+0.0530556 0.0410163 0.235523
+0.0703136 0.0390173 0.233112
+0.0871748 0.0369573 0.230533
+0.103975 0.0343938 0.227756
+0.121523 0.0314336 0.224537
+0.139834 0.027863 0.220783
+0.159503 0.0234531 0.216312
+0.181674 0.018143 0.21088
+0.206989 0.0115663 0.204776
+0.234318 0.00404364 0.197986
+0.262806 0 0.190997
+0.29221 0 0.183444
+0.32224 0 0.174685
+0.35285 0 0.165133
+0.384237 0 0.154543
+0.416602 0 0.143069
+0.44979 0 0.130449
+0.484031 0 0.116609
+0.518929 0 0.101366
+0.554543 0 0.0842451
+0.590829 0 0.0655222
+0.627558 0 0.0441901
+0.664576 0 0.0195468
+0.701686 0 0
+0.738979 0 0
+0 0.0645914 0.246876
+0 0.0635691 0.245655
+0 0.0626535 0.24419
+0 0.0616922 0.242771
+0 0.0605631 0.241169
+0 0.0593576 0.239445
+0.0166629 0.0575418 0.237171
+0.0359045 0.0558938 0.235004
+0.0538338 0.0542306 0.232639
+0.0710307 0.0525978 0.230426
+0.0877241 0.0506142 0.227985
+0.104723 0.0484016 0.225193
+0.122103 0.0456245 0.221775
+0.140948 0.0422217 0.218524
+0.161379 0.0382544 0.214374
+0.184298 0.0331426 0.209323
+0.210407 0.0269017 0.20325
+0.238682 0.0195621 0.196399
+0.267796 0.0114443 0.189197
+0.29807 0.00242618 0.181186
+0.329229 0 0.172503
+0.361349 0 0.162982
+0.394461 0 0.152544
+0.427726 0 0.140322
+0.461921 0 0.127047
+0.496925 0 0.112047
+0.532753 0 0.096025
+0.569055 0 0.0778973
+0.605905 0 0.0576791
+0.643214 0 0.0348516
+0.680552 0 0.00798047
+0.71783 0 0
+0.755276 0 0
+0 0.0769055 0.244205
+0 0.0759899 0.242756
+0 0.0750744 0.241276
+0 0.0742657 0.239872
+0 0.073228 0.23827
+0 0.0720989 0.236789
+0.0178683 0.0704051 0.234363
+0.0371099 0.0689097 0.232212
+0.0550088 0.0674754 0.230121
+0.0719158 0.0658885 0.228275
+0.0890516 0.064271 0.226261
+0.106264 0.0623636 0.223835
+0.124422 0.06009 0.221302
+0.143679 0.057084 0.218204
+0.165118 0.0534218 0.214359
+0.189303 0.0486305 0.209354
+0.216495 0.0425574 0.203204
+0.245579 0.0355688 0.196063
+0.27538 0.0277714 0.188373
+0.306111 0.0189975 0.179767
+0.33785 0.00906386 0.170153
+0.370626 0 0.15964
+0.404318 0 0.148165
+0.439246 0 0.136263
+0.474815 0 0.122545
+0.510353 0 0.10692
+0.546731 0 0.0896925
+0.58349 0 0.0706798
+0.620737 0 0.0492409
+0.658305 0 0.0246891
+0.695705 0 0
+0.733196 0 0
+0.770657 0 0
+0 0.0893263 0.240986
+0 0.0884718 0.239597
+0 0.0876326 0.238193
+0 0.0867781 0.236927
+0 0.085893 0.235431
+0.000228885 0.0849317 0.233936
+0.0192111 0.0834058 0.23209
+0.0382849 0.0822156 0.230381
+0.0563516 0.0811322 0.229145
+0.07393 0.0800946 0.227893
+0.0912947 0.0788128 0.226276
+0.109056 0.0772564 0.22446
+0.127871 0.0753185 0.222187
+0.14789 0.0726024 0.219257
+0.170336 0.0691386 0.215351
+0.195865 0.0644236 0.21001
+0.224262 0.0584268 0.203555
+0.254231 0.0516365 0.196139
+0.284855 0.0440681 0.187991
+0.316197 0.0355993 0.178775
+0.34847 0.0260166 0.168292
+0.381598 0.0151522 0.156771
+0.415671 0.00288396 0.144442
+0.450629 0 0.130907
+0.486671 0 0.116304
+0.523766 0 0.100847
+0.560525 0 0.0826123
+0.597818 0 0.062562
+0.635096 0 0.0398413
+0.672251 0 0.0135805
+0.709682 0 0
+0.747036 0 0
+0.784222 0 0
+0 0.102068 0.23772
+0 0.101274 0.236683
+0 0.100526 0.235569
+0 0.0999161 0.234485
+0 0.0992599 0.233448
+0.00122072 0.0985428 0.232471
+0.0206302 0.0974289 0.231296
+0.0400397 0.0966964 0.23035
+0.0586404 0.0960708 0.229648
+0.0764019 0.0953689 0.228733
+0.0943465 0.0944228 0.227481
+0.112902 0.0932479 0.22594
+0.132143 0.0914626 0.223575
+0.153109 0.0889143 0.220615
+0.176684 0.0855116 0.21648
+0.20354 0.0807202 0.210666
+0.233265 0.0749218 0.203937
+0.264073 0.0683604 0.19617
+0.295521 0.0610208 0.187564
+0.327703 0.052781 0.177905
+0.360647 0.0435187 0.166842
+0.394339 0.0330358 0.154513
+0.428565 0.0211337 0.140993
+0.463645 0.00767529 0.126452
+0.499306 0 0.110201
+0.535744 0 0.0931258
+0.572976 0 0.0746471
+0.610712 0 0.0540169
+0.64802 0 0.0301518
+0.685252 0 0.00202945
+0.722454 0 0
+0.759594 0 0
+0.796246 0 0
+0 0.115633 0.235401
+0 0.115038 0.23447
+0 0.114687 0.233967
+0 0.114382 0.233524
+0 0.114046 0.233082
+0.00236515 0.113481 0.23238
+0.0224155 0.112947 0.231724
+0.042298 0.112535 0.231083
+0.0609903 0.11223 0.230381
+0.0792401 0.111772 0.229725
+0.097673 0.111055 0.228626
+0.116899 0.11014 0.227115
+0.137087 0.108583 0.224689
+0.159136 0.106264 0.221607
+0.184039 0.102983 0.217273
+0.212436 0.0982681 0.211154
+0.243229 0.0926375 0.204105
+0.274876 0.086305 0.196033
+0.307042 0.0790875 0.186923
+0.340063 0.0711376 0.176791
+0.373739 0.0621805 0.16527
+0.407935 0.0520943 0.152346
+0.442527 0.0408179 0.138628
+0.47747 0.0278477 0.122805
+0.512947 0.0131075 0.105715
+0.548775 0 0.0869459
+0.584894 0 0.0664378
+0.622049 0 0.0444648
+0.659876 0 0.0200046
+0.696712 0 0
+0.733562 0 0
+0.770367 0 0
+0.806622 0 0
+0 0.131182 0.234501
+0 0.13077 0.233753
+0 0.130617 0.233463
+0 0.130465 0.233173
+0 0.130266 0.232807
+0.00347906 0.130053 0.232303
+0.0239261 0.129656 0.231556
+0.0440528 0.129595 0.231113
+0.0632334 0.129625 0.230701
+0.0821851 0.129549 0.230076
+0.101183 0.129168 0.229206
+0.121172 0.128527 0.227695
+0.142321 0.127199 0.225177
+0.165591 0.125063 0.222019
+0.192142 0.121996 0.217426
+0.222004 0.117479 0.211185
+0.25388 0.112184 0.203967
+0.28632 0.106004 0.195758
+0.319463 0.0992752 0.186404
+0.353185 0.0917067 0.175891
+0.38735 0.0831617 0.164218
+0.422065 0.0734264 0.151141
+0.457099 0.0624094 0.136584
+0.492454 0.0501106 0.12047
+0.527764 0.0359045 0.102586
+0.562997 0.0198215 0.0827039
+0.598199 0.0012665 0.0605783
+0.633509 0 0.0362402
+0.669398 0 0.00885023
+0.706767 0 0
+0.743099 0 0
+0.779232 0 0
+0.815198 0 0
+0 0.148516 0.233143
+0 0.148196 0.23238
+0 0.14815 0.232044
+0 0.148104 0.231724
+0 0.148013 0.231281
+0.00378424 0.148013 0.230869
+0.0248569 0.148089 0.230472
+0.0453956 0.148409 0.230182
+0.0651713 0.148775 0.229831
+0.0846876 0.149111 0.229389
+0.104662 0.149203 0.228672
+0.12549 0.14902 0.227222
+0.147738 0.147997 0.22472
+0.172274 0.14609 0.221454
+0.200519 0.143206 0.216724
+0.231907 0.13901 0.210513
+0.264927 0.134173 0.203342
+0.298268 0.128481 0.195117
+0.33225 0.122225 0.185901
+0.366766 0.115084 0.175402
+0.401694 0.106859 0.163394
+0.437018 0.0975967 0.150423
+0.472557 0.0871138 0.135653
+0.507988 0.0750896 0.119249
+0.543297 0.0615396 0.101106
+0.578225 0.0460365 0.0804913
+0.61268 0.0284123 0.057496
+0.646799 0.00830091 0.0312963
+0.680598 0 0.00102235
+0.714778 0 0
+0.75079 0 0
+0.786618 0 0
+0.821851 0 0
+0 0.168002 0.230213
+0 0.167788 0.229587
+0 0.167849 0.229145
+0 0.16788 0.228656
+0 0.167895 0.228061
+0.00292973 0.168032 0.227527
+0.0247501 0.168658 0.227405
+0.046067 0.169574 0.22742
+0.0664073 0.170443 0.227283
+0.0866255 0.171191 0.227146
+0.107546 0.171801 0.226429
+0.129488 0.172183 0.225254
+0.153033 0.171725 0.223194
+0.17911 0.170199 0.21973
+0.208957 0.167498 0.215122
+0.241856 0.163775 0.208835
+0.275837 0.159335 0.202045
+0.310353 0.15436 0.194202
+0.345617 0.148669 0.185336
+0.380697 0.14197 0.174792
+0.41651 0.134401 0.163241
+0.452552 0.125673 0.150362
+0.488533 0.115587 0.135851
+0.524178 0.104005 0.11957
+0.559625 0.0910048 0.101228
+0.59443 0.0760662 0.0804456
+0.628382 0.0589456 0.0566567
+0.66183 0.0399023 0.0294499
+0.694209 0.0179751 0
+0.726116 0 0
+0.758419 0 0
+0.791913 0 0
+0.827054 0 0
+0 0.19028 0.224811
+0 0.190112 0.223941
+0 0.190234 0.223301
+0 0.190372 0.222599
+0 0.190463 0.221744
+0.00062562 0.190997 0.221302
+0.0232242 0.192172 0.221393
+0.0451667 0.193744 0.22179
+0.0664378 0.195392 0.222385
+0.087602 0.196841 0.222354
+0.109438 0.19794 0.221851
+0.132677 0.198947 0.221302
+0.157702 0.199176 0.219318
+0.185779 0.198337 0.216464
+0.21735 0.196201 0.211612
+0.251743 0.19324 0.205753
+0.286549 0.189288 0.198962
+0.322316 0.184863 0.19147
+0.358175 0.179522 0.18265
+0.394476 0.173556 0.173205
+0.431144 0.166552 0.162341
+0.467857 0.158434 0.14992
+0.504524 0.148989 0.135958
+0.540871 0.138064 0.120272
+0.576455 0.125597 0.102068
+0.611765 0.111437 0.0818341
+0.64567 0.0950027 0.0577707
+0.678721 0.076585 0.0297093
+0.710079 0.055375 0
+0.740597 0.031632 0
+0.77145 0.00598154 0
+0.801907 0 0
+0.832517 0 0
+0 0.215351 0.216526
+0 0.215183 0.215488
+0 0.215473 0.214633
+0 0.215686 0.213703
+0 0.215824 0.212589
+0 0.217212 0.212665
+0.0210269 0.219135 0.213428
+0.0436866 0.221408 0.214176
+0.06598 0.223987 0.215076
+0.0884718 0.226413 0.215702
+0.111437 0.228367 0.215961
+0.135744 0.22974 0.215183
+0.162188 0.230655 0.213916
+0.193362 0.230808 0.207477
+0.23061 0.232074 0.188785
+0.264744 0.229374 0.183734
+0.29836 0.225299 0.183505
+0.333257 0.220737 0.178912
+0.369558 0.215717 0.172808
+0.406149 0.209979 0.164843
+0.442939 0.203021 0.155077
+0.480293 0.195254 0.144076
+0.517586 0.186313 0.131426
+0.554818 0.175982 0.117144
+0.591531 0.164248 0.100328
+0.627482 0.15111 0.0809491
+0.662516 0.135637 0.0577859
+0.696193 0.118044 0.0294499
+0.728145 0.0979019 0
+0.758526 0.0748302 0
+0.789609 0.0511177 0
+0.818479 0.0232853 0
+0.846204 0 0
+0 0.243061 0.207034
+0 0.242969 0.205875
+0 0.243305 0.204791
+0 0.243549 0.203845
+0 0.243839 0.202594
+0 0.246311 0.203433
+0.0206149 0.249531 0.204883
+0.0441596 0.252796 0.206302
+0.067155 0.255955 0.207736
+0.090486 0.259052 0.208667
+0.114488 0.261769 0.209155
+0.139849 0.263783 0.20885
+0.167407 0.265064 0.207523
+0.201358 0.265873 0.197177
+0.239475 0.267643 0.17554
+0.27718 0.267124 0.158145
+0.309117 0.262303 0.16437
+0.343252 0.257618 0.163439
+0.378805 0.252872 0.159152
+0.415076 0.24715 0.152422
+0.451972 0.240925 0.144152
+0.489235 0.233768 0.134081
+0.526864 0.225452 0.122515
+0.56437 0.215946 0.109056
+0.601755 0.204913 0.0934615
+0.638514 0.192279 0.0746929
+0.674647 0.177783 0.0521859
+0.709987 0.161151 0.0237278
+0.743648 0.142061 0
+0.777295 0.122011 0
+0.810147 0.100038 0
+0.840482 0.0744488 0
+0.867811 0.0442664 0
+0 0.273976 0.197665
+0 0.27393 0.196353
+0 0.274281 0.195071
+0 0.274586 0.193683
+0 0.275441 0.192798
+0 0.27866 0.194324
+0.0221866 0.282719 0.196338
+0.0464637 0.286839 0.198337
+0.070161 0.2907 0.200153
+0.0939193 0.294148 0.20119
+0.118349 0.297032 0.201617
+0.144228 0.299153 0.201282
+0.172351 0.30045 0.199756
+0.207492 0.301381 0.188739
+0.244373 0.3019 0.173037
+0.282292 0.301961 0.153903
+0.318975 0.299916 0.141299
+0.352438 0.295293 0.144732
+0.387518 0.29041 0.142992
+0.423194 0.285252 0.138048
+0.459815 0.279469 0.130999
+0.496498 0.272679 0.121645
+0.5337 0.265126 0.110353
+0.571099 0.256291 0.0972763
+0.608469 0.246128 0.0815595
+0.645411 0.234409 0.062562
+0.682277 0.221134 0.0393225
+0.718502 0.205325 0.00843824
+0.754223 0.187701 0
+0.791257 0.170275 0
+0.827115 0.150179 0
+0.860456 0.127184 0
+0.891157 0.100404 0
+0 0.30721 0.187274
+0 0.307179 0.185809
+0 0.307576 0.18439
+0 0.307897 0.182864
+0 0.309682 0.182712
+0 0.313726 0.184848
+0.025391 0.31812 0.187121
+0.0496834 0.322454 0.189212
+0.073518 0.326513 0.191119
+0.0975052 0.330083 0.192187
+0.122225 0.33312 0.192569
+0.148577 0.335332 0.192126
+0.178317 0.33669 0.188846
+0.213626 0.337606 0.178897
+0.249882 0.337606 0.166339
+0.28687 0.337209 0.151019
+0.324483 0.336309 0.132235
+0.360876 0.333608 0.122408
+0.395193 0.328695 0.123705
+0.430838 0.323827 0.121111
+0.466941 0.318456 0.115236
+0.503456 0.312032 0.10663
+0.540505 0.305043 0.0959335
+0.577554 0.29691 0.0827039
+0.614908 0.28748 0.0663157
+0.65182 0.276585 0.0463569
+0.688182 0.263951 0.0201114
+0.724346 0.249653 0
+0.761959 0.235248 0
+0.799939 0.219669 0
+0.83711 0.201343 0
+0.873945 0.180301 0
+0.908553 0.156069 0
+0 0.342138 0.175463
+0 0.342123 0.173968
+0 0.342458 0.172488
+0 0.342733 0.170901
+0 0.345312 0.17174
+0.00407416 0.349752 0.174075
+0.0292363 0.354345 0.176455
+0.0533303 0.358831 0.17879
+0.0771191 0.363073 0.180453
+0.10132 0.366781 0.181521
+0.126299 0.369848 0.181994
+0.153109 0.372152 0.181262
+0.18439 0.373617 0.176394
+0.219547 0.374365 0.168154
+0.255528 0.374243 0.157153
+0.291875 0.373617 0.144121
+0.328817 0.372519 0.128267
+0.366629 0.371023 0.108843
+0.402548 0.367391 0.0998703
+0.437644 0.362768 0.0997635
+0.473533 0.357443 0.0955825
+0.509758 0.351598 0.0879683
+0.546746 0.344991 0.0775921
+0.58378 0.337362 0.0641947
+0.620554 0.328603 0.046952
+0.657053 0.318425 0.0244144
+0.693263 0.306661 0
+0.730678 0.294804 0
+0.769223 0.28249 0
+0.807507 0.268696 0
+0.844968 0.252613 0
+0.882063 0.23418 0
+0.918257 0.212406 0
+0 0.377371 0.161532
+0 0.377371 0.160143
+0 0.377722 0.158785
+0 0.377935 0.157122
+0 0.381796 0.158984
+0.00881972 0.386572 0.161669
+0.0336004 0.391348 0.164309
+0.0575113 0.395911 0.166491
+0.081178 0.400153 0.168383
+0.105455 0.403998 0.169467
+0.130724 0.407218 0.169833
+0.158236 0.409506 0.168963
+0.190372 0.410941 0.163302
+0.225483 0.411658 0.155535
+0.26128 0.411414 0.145769
+0.297078 0.410849 0.133974
+0.333471 0.409689 0.119982
+0.370581 0.408148 0.102907
+0.407752 0.405554 0.0807965
+0.443824 0.401648 0.0724041
+0.479347 0.39678 0.0703899
+0.515618 0.390982 0.0640421
+0.552056 0.384787 0.0538643
+0.588602 0.377676 0.0395514
+0.625254 0.369329 0.0201572
+0.661509 0.359808 0
+0.699275 0.350378 0
+0.737697 0.340764 0
+0.776104 0.329854 0
+0.814191 0.317357 0
+0.852155 0.303059 0
+0.889342 0.286687 0
+0.926085 0.267964 0
+0 0.413031 0.145617
+0 0.413046 0.144121
+0 0.413336 0.142824
+0 0.414755 0.142397
+0 0.419104 0.144839
+0.0140383 0.424002 0.147738
+0.0383154 0.428931 0.150698
+0.0620279 0.433524 0.153079
+0.0856489 0.437842 0.154955
+0.109911 0.441657 0.156252
+0.135317 0.444938 0.156512
+0.164157 0.44744 0.153979
+0.196307 0.448829 0.148592
+0.231296 0.449302 0.141192
+0.266789 0.449149 0.13196
+0.302464 0.448539 0.12108
+0.338506 0.447578 0.108232
+0.374823 0.445914 0.0922255
+0.411414 0.443305 0.0720226
+0.448295 0.440024 0.0449226
+0.48423 0.435599 0.0356603
+0.520043 0.430152 0.0306249
+0.556359 0.424216 0.0204471
+0.592569 0.417456 0.00416571
+0.629084 0.40972 0
+0.667414 0.402792 0
+0.705562 0.394995 0
+0.743938 0.38645 0
+0.782498 0.376761 0
+0.820722 0.365682 0
+0.858549 0.353094 0
+0.895781 0.338689 0
+0.933181 0.32224 0
+0 0.448905 0.128145
+0 0.448844 0.126757
+0 0.449088 0.12549
+0 0.452247 0.127001
+0 0.457053 0.129885
+0.0196689 0.462013 0.132921
+0.0434424 0.467018 0.135714
+0.0667124 0.471717 0.138048
+0.0902571 0.47602 0.139971
+0.114443 0.479896 0.140993
+0.140307 0.48307 0.140948
+0.169787 0.485603 0.13753
+0.202213 0.486885 0.131884
+0.237217 0.487465 0.124819
+0.272251 0.487205 0.115953
+0.3075 0.486519 0.105303
+0.343359 0.485618 0.0928969
+0.379232 0.483833 0.0772564
+0.415579 0.481559 0.0577859
+0.451637 0.478004 0.0309453
+0.487877 0.473747 0
+0.523903 0.469108 0
+0.560327 0.464118 0
+0.598001 0.4589 0
+0.635508 0.453132 0
+0.673503 0.446983 0
+0.712016 0.440146 0
+0.750393 0.432319 0
+0.78851 0.42356 0
+0.826581 0.413687 0
+0.864607 0.402594 0
+0.90222 0.389838 0
+0.93933 0.375616 0
+0 0.485115 0.109407
+0 0.485054 0.107927
+0 0.485801 0.10692
+0 0.49044 0.109987
+0.00205997 0.49546 0.113085
+0.0257572 0.500526 0.116075
+0.0487221 0.505547 0.119005
+0.0716411 0.510246 0.121218
+0.0948806 0.514656 0.123033
+0.119188 0.518441 0.123888
+0.146227 0.521691 0.122377
+0.175708 0.523964 0.11873
+0.208637 0.525307 0.113405
+0.243046 0.525551 0.105898
+0.277607 0.525322 0.0970932
+0.312444 0.524666 0.0862898
+0.347875 0.523751 0.07364
+0.383215 0.521904 0.0575723
+0.418997 0.519554 0.0369421
+0.454765 0.516289 0.00831617
+0.491417 0.512978 0
+0.530831 0.51162 0
+0.567788 0.507378 0
+0.604593 0.502434 0
+0.642084 0.497215 0
+0.680125 0.491585 0
+0.718013 0.485115 0
+0.75639 0.478202 0
+0.794522 0.470512 0
+0.832776 0.461799 0
+0.870405 0.451759 0
+0.907927 0.440574 0
+0.945403 0.427893 0
+0 0.521324 0.088365
+0 0.521233 0.0867475
+0 0.524239 0.0880446
+0 0.529 0.0909438
+0.00915541 0.534325 0.0942702
+0.0319524 0.539483 0.0974136
+0.0542763 0.544472 0.0999466
+0.0767376 0.549081 0.102113
+0.0998856 0.553368 0.103502
+0.124743 0.557122 0.103532
+0.15198 0.56025 0.101228
+0.181872 0.562234 0.0971847
+0.214832 0.563363 0.0913863
+0.248737 0.563561 0.0836652
+0.282841 0.563317 0.0742809
+0.317479 0.562921 0.0632029
+0.352041 0.561639 0.0489815
+0.387106 0.560037 0.0311894
+0.421988 0.557244 0.00701915
+0.458 0.554604 0
+0.496483 0.553582 0
+0.535348 0.552209 0
+0.575128 0.551064 0
+0.611475 0.546426 0
+0.648997 0.541573 0
+0.68629 0.536141 0
+0.724254 0.53051 0
+0.762173 0.524178 0
+0.800351 0.517067 0
+0.838193 0.509316 0
+0.875914 0.500572 0
+0.913527 0.490684 0
+0.950607 0.4795 0
+0 0.557534 0.0646525
+0 0.558419 0.0638437
+0 0.563149 0.0666667
+0 0.5682 0.0697337
+0.0161288 0.573312 0.0727092
+0.0382086 0.578546 0.075761
+0.0600137 0.583444 0.0780652
+0.0820935 0.587976 0.0799115
+0.105104 0.592172 0.0808118
+0.130449 0.595773 0.0793164
+0.157839 0.598733 0.0764782
+0.188144 0.600534 0.0718242
+0.220737 0.601221 0.0649424
+0.254032 0.601267 0.0563363
+0.287938 0.601267 0.0458991
+0.321721 0.600366 0.0326238
+0.355978 0.599237 0.0156558
+0.390265 0.597253 0
+0.426383 0.596139 0
+0.463767 0.595483 0
+0.501732 0.594629 0
+0.5402 0.593515 0
+0.579507 0.592416 0
+0.618769 0.590692 0
+0.655344 0.585901 0
+0.69276 0.581155 0
+0.730449 0.575921 0
+0.768109 0.570031 0
+0.805859 0.563867 0
+0.843809 0.556619 0
+0.881224 0.548837 0
+0.918502 0.540139 0
+0.955703 0.530236 0
+0 0.593561 0.037232
+0 0.597269 0.0392004
+0 0.602304 0.0420233
+0.00225834 0.607477 0.044892
+0.0235142 0.612665 0.0477913
+0.0444343 0.617517 0.0500801
+0.0655833 0.622171 0.0519265
+0.0873426 0.626581 0.053193
+0.111086 0.630579 0.0521859
+0.136385 0.634134 0.049836
+0.16376 0.636637 0.0457618
+0.194003 0.637949 0.0393225
+0.22623 0.638361 0.0307317
+0.259144 0.638621 0.0200504
+0.292012 0.638071 0.00596628
+0.325597 0.637446 0
+0.360021 0.636881 0
+0.396139 0.636927 0
+0.432776 0.637064 0
+0.469856 0.636774 0
+0.507393 0.636011 0
+0.545632 0.63505 0
+0.58436 0.633844 0
+0.62356 0.632639 0
+0.662486 0.630594 0
+0.699489 0.6262 0
+0.736538 0.621134 0
+0.773892 0.616098 0
+0.811536 0.610056 0
+0.848981 0.603922 0
+0.886519 0.596979 0
+0.923842 0.589227 0
+0.960403 0.580331 0
+0 0.631708 0.00656138
+0 0.636164 0.00888075
+0 0.64126 0.0113375
+0.0104372 0.646448 0.0138857
+0.0304723 0.651301 0.0157321
+0.0505226 0.65597 0.0173037
+0.071107 0.660471 0.0182498
+0.0933089 0.664607 0.0168917
+0.116899 0.668482 0.0144503
+0.141878 0.671412 0.00975052
+0.169314 0.67332 0.00265507
+0.19968 0.674571 0
+0.23151 0.674891 0
+0.264149 0.675441 0
+0.298268 0.676677 0
+0.332692 0.677424 0
+0.367926 0.677882 0
+0.403449 0.678065 0
+0.439521 0.67805 0
+0.476402 0.678141 0
+0.513802 0.677623 0
+0.551507 0.676829 0
+0.589609 0.675746 0
+0.628473 0.674846 0
+0.667567 0.673228 0
+0.706111 0.670939 0
+0.742824 0.666667 0
+0.780179 0.661753 0
+0.817121 0.656535 0
+0.854795 0.650889 0
+0.8916 0.644556 0
+0.92874 0.637705 0
+0.965682 0.630091 0
+0 0.669917 0
+0 0.674769 0
+0 0.679622 0
+0.0178836 0.684306 0
+0.0367742 0.688914 0
+0.056611 0.69369 0
+0.0773327 0.698009 0
+0.09897 0.701885 0
+0.122499 0.705653 0
+0.148302 0.709026 0
+0.177584 0.711849 0
+0.208743 0.713664 0
+0.240864 0.715129 0
+0.273793 0.71635 0
+0.307103 0.717357 0
+0.34139 0.718517 0
+0.376165 0.71902 0
+0.411307 0.719371 0
+0.447013 0.719463 0
+0.483772 0.719615 0
+0.520439 0.719265 0
+0.557687 0.7187 0
+0.595468 0.717769 0
+0.634073 0.716945 0
+0.672511 0.715663 0
+0.711162 0.714076 0
+0.749905 0.711864 0
+0.786145 0.707332 0
+0.823453 0.702724 0
+0.860014 0.697459 0
+0.897124 0.691966 0
+0.934035 0.685985 0
+0.970397 0.678996 0
+0 0.710094 0
+0 0.715023 0
+0.0103761 0.720012 0
+0.0283818 0.724849 0
+0.0474708 0.729778 0
+0.067277 0.734615 0
+0.088304 0.739406 0
+0.110292 0.743603 0
+0.133959 0.747356 0
+0.160189 0.750378 0
+0.189059 0.752651 0
+0.220371 0.754635 0
+0.251926 0.756176 0
+0.284031 0.757458 0
+0.317052 0.75848 0
+0.35079 0.759655 0
+0.385122 0.760281 0
+0.419806 0.760693 0
+0.455085 0.760937 0
+0.491432 0.761196 0
+0.527642 0.760937 0
+0.56466 0.760464 0
+0.601999 0.759854 0
+0.639979 0.759197 0
+0.67808 0.758083 0
+0.716518 0.756725 0
+0.755154 0.755398 0
+0.793088 0.752956 0
+0.829587 0.74873 0
+0.866072 0.743969 0
+0.9028 0.739055 0
+0.939147 0.733471 0
+0.971633 0.727565 0
+0 0.753796 0
+0.00741588 0.75819 0
+0.0252232 0.763058 0
+0.0433051 0.7682 0
+0.0616465 0.772869 0
+0.0808118 0.77731 0
+0.100954 0.781552 0
+0.123049 0.785702 0
+0.146777 0.789136 0
+0.173419 0.79176 0
+0.20238 0.793774 0
+0.2327 0.795636 0
+0.263859 0.797238 0
+0.295399 0.798566 0
+0.32781 0.799619 0
+0.360922 0.800778 0
+0.394812 0.801556 0
+0.429023 0.802075 0
+0.463981 0.802441 0
+0.499733 0.802808 0
+0.535622 0.802762 0
+0.572198 0.802426 0
+0.608972 0.801907 0
+0.646769 0.801465 0
+0.684352 0.800504 0
+0.72221 0.799466 0
+0.760616 0.798199 0
+0.798947 0.796887 0
+0.836164 0.794217 0
+0.872511 0.790204 0
+0.908583 0.785519 0
+0.944884 0.780835 0
+0.971832 0.775433 0
+0.00860609 0.797696 0
+0.025452 0.802335 0
+0.0421149 0.806973 0
+0.0590066 0.811368 0
+0.0767529 0.815991 0
+0.0954299 0.820172 0
+0.11545 0.824002 0
+0.137331 0.827543 0
+0.161669 0.830762 0
+0.18822 0.833082 0
+0.216846 0.834958 0
+0.246174 0.836667 0
+0.276677 0.838483 0
+0.307805 0.839826 0
+0.339376 0.840955 0
+0.371969 0.841947 0
+0.405463 0.842985 0
+0.439124 0.843549 0
+0.473564 0.843946 0
+0.508766 0.844358 0
+0.544442 0.844434 0
+0.580438 0.844358 0
+0.616785 0.843992 0
+0.653895 0.843549 0
+0.691157 0.842969 0
+0.728786 0.841962 0
+0.7664 0.840894 0
+0.80441 0.839902 0
+0.842405 0.838407 0
+0.879072 0.835615 0
+0.915022 0.831754 0
+0.950896 0.827497 0
+0.971893 0.822629 0
+0.0286412 0.84242 0
+0.0440986 0.84651 0
+0.0598001 0.850721 0
+0.0762188 0.855131 0
+0.0931258 0.859052 0
+0.111589 0.862852 0
+0.131777 0.86656 0
+0.153613 0.869627 0
+0.17792 0.872175 0
+0.204837 0.874479 0
+0.232593 0.876234 0
+0.261234 0.877943 0
+0.290898 0.879637 0
+0.321111 0.881178 0
+0.352239 0.882261 0
+0.384146 0.883223 0
+0.416861 0.884367 0
+0.450202 0.884993 0
+0.484138 0.88542 0
+0.518502 0.88574 0
+0.554009 0.886137 0
+0.589426 0.886137 0
+0.625513 0.885817 0
+0.66186 0.885557 0
+0.698894 0.885115 0
+0.735805 0.884382 0
+0.773083 0.883482 0
+0.810742 0.882612 0
+0.848035 0.881376 0
+0.885496 0.879942 0
+0.921889 0.877409 0
+0.956985 0.873335 0
+0.97203 0.868879 0
+0.0487068 0.886381 0
+0.0637827 0.890379 0
+0.0787823 0.89424 0
+0.0943008 0.897948 0
+0.111345 0.901747 0
+0.129381 0.905074 0
+0.149416 0.908324 0
+0.171908 0.910979 0
+0.196277 0.9131 0
+0.222232 0.915007 0
+0.249317 0.916976 0
+0.277104 0.918563 0
+0.305776 0.919997 0
+0.335546 0.921569 0
+0.365866 0.922683 0
+0.39678 0.92369 0
+0.429007 0.924788 0
+0.461646 0.925383 0
+0.494942 0.925826 0
+0.528664 0.926116 0
+0.563546 0.926513 0
+0.598413 0.926467 0
+0.633967 0.926146 0
+0.670024 0.926055 0
+0.706371 0.925414 0
+0.742748 0.924666 0
+0.779568 0.923674 0
+0.816556 0.922881 0
+0.853544 0.921508 0
+0.890318 0.920089 0
+0.927321 0.918669 0
+0.9626 0.915846 0
+0.972412 0.911971 0
+0 0.000564584 0.285527
+0 0 0.284199
+0 0 0.282902
+0 0 0.281392
+0 0 0.280064
+0 0 0.278584
+0.00195315 0 0.276921
+0.0226596 0 0.274952
+0.0428321 0 0.273045
+0.0615549 0 0.271229
+0.0793622 0 0.269078
+0.0968643 0 0.266484
+0.114611 0 0.263554
+0.132921 0 0.260044
+0.152346 0 0.255695
+0.173693 0 0.250767
+0.197543 0 0.244587
+0.223636 0 0.237827
+0.25066 0 0.230015
+0.277836 0 0.221973
+0.305608 0 0.213031
+0.333684 0 0.203815
+0.36228 0 0.193637
+0.391089 0 0.182727
+0.420661 0 0.171145
+0.450507 0 0.158526
+0.48188 0 0.144305
+0.513756 0 0.129503
+0.545663 0 0.113664
+0.577905 0 0.0971389
+0.610742 0 0.0793011
+0.644739 0 0.0593881
+0.679164 0 0.0370642
+0 0.0137636 0.282918
+0 0.0124666 0.281804
+0 0.0110781 0.280446
+0 0.00959792 0.279408
+0 0.00802625 0.278004
+0 0.00643931 0.276539
+0.00294499 0.00454719 0.274907
+0.0235294 0.00238041 0.272862
+0.0437018 0.000350958 0.271229
+0.0624552 0 0.269459
+0.0800183 0 0.267094
+0.0975052 0 0.264454
+0.115206 0 0.261631
+0.133547 0 0.258015
+0.153017 0 0.25391
+0.174426 0 0.248844
+0.198413 0 0.242664
+0.224598 0 0.235904
+0.251652 0 0.228092
+0.278874 0 0.220035
+0.306584 0 0.211307
+0.334783 0 0.201785
+0.363394 0 0.191546
+0.393057 0 0.180285
+0.423713 0 0.16817
+0.454826 0 0.154955
+0.48603 0 0.141314
+0.518608 0 0.126894
+0.552209 0 0.11107
+0.586252 0 0.0937972
+0.621073 0 0.0748455
+0.656184 0 0.053666
+0.691798 0 0.0296483
+0 0.0266728 0.280766
+0 0.0254368 0.279698
+0 0.024094 0.278477
+0 0.0226902 0.27715
+0 0.021149 0.275669
+0 0.0196231 0.274128
+0.00337224 0.0177615 0.272374
+0.0238499 0.0155947 0.270329
+0.0437018 0.0134585 0.268528
+0.0622721 0.0114137 0.26656
+0.0800183 0.00898756 0.264393
+0.0976425 0.00637827 0.262181
+0.115511 0.00331121 0.259312
+0.134096 0 0.255955
+0.153735 0 0.252064
+0.175097 0 0.246983
+0.199313 0 0.241001
+0.225574 0 0.233982
+0.252522 0 0.226444
+0.279911 0 0.218082
+0.307988 0 0.209201
+0.337362 0 0.199405
+0.366873 0 0.188861
+0.397101 0 0.177783
+0.42858 0 0.166201
+0.460822 0 0.153521
+0.49395 0 0.1393
+0.527993 0 0.124331
+0.562753 0 0.107591
+0.598123 0 0.0892348
+0.634073 0 0.0689403
+0.670344 0 0.0461891
+0.706706 0 0.0200046
+0 0.0389258 0.278889
+0 0.0377203 0.277546
+0 0.0366522 0.27628
+0 0.0353857 0.274922
+0 0.0339818 0.273442
+0 0.0324865 0.271763
+0.00399786 0.0307012 0.2701
+0.024445 0.0286412 0.268009
+0.0440528 0.0265507 0.265934
+0.0622263 0.024445 0.263752
+0.0799115 0.0221256 0.261769
+0.0973831 0.0195621 0.25919
+0.115038 0.0164492 0.256138
+0.133669 0.0128176 0.253117
+0.153552 0.00854505 0.249165
+0.175372 0.00337224 0.244434
+0.200092 0 0.238865
+0.226902 0 0.23209
+0.254444 0 0.224186
+0.282765 0 0.215824
+0.31162 0 0.207294
+0.341619 0 0.198108
+0.372335 0 0.187945
+0.404135 0 0.176654
+0.436637 0 0.164614
+0.470268 0 0.151461
+0.504585 0 0.136492
+0.53959 0 0.120577
+0.575586 0 0.102861
+0.611872 0 0.0835126
+0.648707 0 0.0617685
+0.685847 0 0.0373693
+0.722972 0 0.00886549
+0 0.0514382 0.276616
+0 0.0503395 0.275288
+0 0.0493019 0.273884
+0 0.0482643 0.272633
+0 0.0469978 0.271138
+0 0.0456397 0.269688
+0.00511177 0.044007 0.267796
+0.0252842 0.0419776 0.265507
+0.04477 0.040177 0.26334
+0.0627604 0.0381933 0.261372
+0.0802472 0.0361486 0.259022
+0.0975204 0.0336461 0.256336
+0.115251 0.0307774 0.253513
+0.133593 0.0272068 0.25005
+0.153368 0.0230106 0.245945
+0.175586 0.0177615 0.241276
+0.200732 0.0113222 0.235569
+0.22855 0.0037995 0.229175
+0.257664 0 0.222385
+0.28748 0 0.214984
+0.31783 0 0.206836
+0.348775 0 0.197482
+0.380743 0 0.187076
+0.413581 0 0.175418
+0.447349 0 0.162722
+0.481971 0 0.148547
+0.51754 0 0.132815
+0.553567 0 0.115877
+0.590066 0 0.0971084
+0.627237 0 0.0765087
+0.664683 0 0.0532387
+0.702098 0 0.0269169
+0.739696 0 0
+0 0.0637675 0.274159
+0 0.0627604 0.272831
+0 0.0617685 0.271458
+0 0.0607462 0.270161
+0 0.0597238 0.268894
+0 0.0584726 0.267277
+0.00637827 0.0569772 0.265232
+0.0264286 0.0551003 0.262943
+0.0455024 0.0533913 0.260975
+0.0636301 0.0517281 0.258915
+0.0809491 0.0497749 0.256504
+0.0983139 0.0476387 0.253956
+0.115984 0.0448768 0.251423
+0.134905 0.0416419 0.248417
+0.155337 0.0378119 0.244724
+0.178241 0.0328374 0.240314
+0.204471 0.0266575 0.234745
+0.233173 0.0193179 0.22829
+0.262837 0.0111391 0.221469
+0.293294 0.00210575 0.213657
+0.324758 0 0.205356
+0.357473 0 0.196277
+0.391089 0 0.18587
+0.424781 0 0.17351
+0.459373 0 0.160189
+0.494926 0 0.144884
+0.53109 0 0.128298
+0.568002 0 0.110323
+0.605325 0 0.0903944
+0.642863 0 0.0683299
+0.68069 0 0.0437781
+0.718242 0 0.0154116
+0.755795 0 0
+0 0.0760815 0.271489
+0 0.0751507 0.270268
+0 0.0742046 0.269047
+0 0.0732891 0.267597
+0 0.0722972 0.266163
+0 0.0712444 0.264652
+0.00758373 0.069749 0.262547
+0.0277562 0.0681315 0.260716
+0.0467536 0.0665751 0.258793
+0.0644999 0.0650034 0.257069
+0.0822309 0.063508 0.255421
+0.0998703 0.0616465 0.25359
+0.118273 0.0594644 0.251606
+0.137713 0.0565499 0.248859
+0.159197 0.0530404 0.245594
+0.183185 0.0482948 0.241169
+0.210575 0.0423285 0.235523
+0.240238 0.0352789 0.228901
+0.270481 0.0274052 0.221576
+0.301671 0.0185855 0.213184
+0.333715 0.00860609 0.204059
+0.366842 0 0.193927
+0.400885 0 0.182483
+0.436377 0 0.170306
+0.472374 0 0.156497
+0.508568 0 0.140337
+0.545174 0 0.122835
+0.58233 0 0.103777
+0.620111 0 0.0829633
+0.657862 0 0.0596475
+0.695735 0 0.0334936
+0.733547 0 0.00292973
+0.770901 0 0
+0 0.0883955 0.268727
+0 0.0876326 0.267506
+0 0.0867781 0.266224
+0 0.0859541 0.264836
+0 0.085008 0.263493
+0 0.0839704 0.262348
+0.00881972 0.0827497 0.261097
+0.0288701 0.0814527 0.25951
+0.0481727 0.0803388 0.25835
+0.066453 0.0793164 0.257511
+0.0845502 0.0780804 0.256367
+0.102739 0.076585 0.254856
+0.121736 0.0747387 0.25333
+0.141924 0.0721294 0.250736
+0.164401 0.0687572 0.247425
+0.189761 0.0640726 0.242649
+0.218433 0.0582132 0.236866
+0.24889 0.0513619 0.229908
+0.280064 0.0437324 0.222049
+0.311849 0.0351873 0.213169
+0.344579 0.0255283 0.203296
+0.378042 0.0146181 0.192157
+0.412482 0.00233463 0.179706
+0.447654 0 0.165789
+0.48426 0 0.151003
+0.521767 0 0.134966
+0.558999 0 0.116777
+0.596613 0 0.0966506
+0.634302 0 0.0746319
+0.671992 0 0.0504311
+0.709575 0 0.0227512
+0.747112 0 0
+0.784314 0 0
+0 0.101122 0.265751
+0 0.10045 0.26482
+0 0.0997787 0.263996
+0 0.0991531 0.263142
+0 0.0985428 0.262318
+0 0.0978256 0.261875
+0.0101472 0.096849 0.261082
+0.0307317 0.0960403 0.26041
+0.0502937 0.0953078 0.2598
+0.0690776 0.0945602 0.259159
+0.0874495 0.0937209 0.258274
+0.10631 0.0925002 0.257099
+0.126085 0.0908675 0.255436
+0.147021 0.0884565 0.252995
+0.170581 0.0851759 0.249531
+0.197436 0.0805219 0.24445
+0.22742 0.0747234 0.238224
+0.258747 0.068101 0.231037
+0.290471 0.0606241 0.222568
+0.323095 0.0523537 0.213352
+0.35639 0.043061 0.202731
+0.390677 0.0326543 0.19086
+0.425376 0.0207218 0.177203
+0.460822 0.00724804 0.16228
+0.49691 0 0.145876
+0.53373 0 0.127962
+0.571603 0 0.109468
+0.609552 0 0.0892348
+0.647211 0 0.0662394
+0.684871 0 0.0408942
+0.722255 0 0.0117037
+0.759365 0 0
+0.796216 0 0
+0 0.114946 0.264134
+0 0.114366 0.263432
+0 0.11397 0.263142
+0 0.113649 0.262898
+0 0.113298 0.262684
+0 0.112886 0.262425
+0.0117342 0.112322 0.262013
+0.0328374 0.111772 0.261601
+0.0526741 0.111406 0.261402
+0.0717021 0.110979 0.26099
+0.0906844 0.110338 0.260319
+0.110262 0.109529 0.259342
+0.130694 0.10808 0.257527
+0.152789 0.105913 0.254963
+0.177661 0.102739 0.251514
+0.206058 0.0981308 0.246067
+0.237354 0.0925002 0.23946
+0.269413 0.0859846 0.231937
+0.302022 0.0789502 0.223362
+0.335531 0.0709697 0.213596
+0.369711 0.0619974 0.202533
+0.404349 0.0518502 0.189822
+0.439445 0.0404212 0.175402
+0.475013 0.0275578 0.159747
+0.510735 0.0129549 0.141924
+0.546807 0 0.122683
+0.583383 0 0.102159
+0.620829 0 0.0806287
+0.658854 0 0.0577859
+0.696193 0 0.0312657
+0.733257 0 0.000534066
+0.76994 0 0
+0.806409 0 0
+0 0.130632 0.26421
+0 0.130251 0.26363
+0 0.130083 0.263569
+0 0.129931 0.263539
+0 0.129732 0.263462
+0 0.129427 0.263218
+0.0129702 0.128969 0.262776
+0.0343175 0.128786 0.262486
+0.0546883 0.128817 0.262425
+0.0743877 0.128801 0.262257
+0.0940414 0.128466 0.261891
+0.114244 0.127871 0.260914
+0.135668 0.126772 0.259113
+0.159045 0.124834 0.256489
+0.185565 0.12192 0.252949
+0.215549 0.117494 0.247272
+0.24802 0.112093 0.240665
+0.280751 0.10602 0.232883
+0.314488 0.0992752 0.224186
+0.34876 0.0916915 0.213931
+0.383505 0.0830396 0.20238
+0.418814 0.0733959 0.18938
+0.4542 0.0624704 0.174716
+0.489799 0.0500801 0.158038
+0.525643 0.0361028 0.139605
+0.561227 0.0200198 0.119463
+0.596704 0.00146487 0.0974289
+0.632349 0 0.0738384
+0.668421 0 0.0485389
+0.706035 0 0.0218967
+0.742504 0 0
+0.778775 0 0
+0.814771 0 0
+0 0.148074 0.263905
+0 0.147753 0.263279
+0 0.147738 0.263249
+0 0.147677 0.263157
+0 0.147555 0.262974
+0 0.147387 0.262684
+0.0133974 0.147356 0.262501
+0.0354162 0.14757 0.262501
+0.0562905 0.147967 0.262577
+0.0767681 0.148363 0.262562
+0.0972152 0.148562 0.262348
+0.118456 0.14844 0.261677
+0.140902 0.147616 0.259846
+0.165606 0.145907 0.257099
+0.193729 0.143191 0.253407
+0.225452 0.139208 0.247776
+0.258854 0.134203 0.24126
+0.29279 0.128725 0.233524
+0.327504 0.122423 0.224826
+0.362432 0.115084 0.214542
+0.397986 0.106996 0.202808
+0.433738 0.0978561 0.189532
+0.469566 0.0874342 0.174502
+0.505699 0.0757458 0.157824
+0.541451 0.0621805 0.138979
+0.576776 0.0468147 0.118303
+0.611551 0.029221 0.0955978
+0.646113 0.0093843 0.0707561
+0.680064 0 0.0431983
+0.714321 0 0.0127565
+0.750011 0 0
+0.785885 0 0
+0.821225 0 0
+0 0.167605 0.261952
+0 0.167346 0.261341
+0 0.167407 0.261204
+0 0.167422 0.26099
+0 0.167391 0.260685
+0 0.167407 0.260365
+0.0129397 0.167803 0.260365
+0.0358129 0.168688 0.260731
+0.0574044 0.169574 0.261036
+0.0785077 0.170474 0.26125
+0.0998856 0.171191 0.261341
+0.122438 0.171664 0.260899
+0.14612 0.171466 0.259342
+0.172305 0.170153 0.256779
+0.202029 0.167651 0.252903
+0.235431 0.164202 0.24744
+0.269871 0.159777 0.241184
+0.305074 0.154986 0.233997
+0.340734 0.149126 0.225193
+0.376822 0.142641 0.215244
+0.41323 0.13518 0.203647
+0.449805 0.126589 0.190753
+0.486168 0.116732 0.175967
+0.522499 0.105409 0.15903
+0.558175 0.0923781 0.140383
+0.593469 0.0776074 0.119509
+0.627909 0.0607156 0.0964981
+0.66157 0.0415961 0.0710002
+0.694347 0.0198672 0.0420996
+0.726238 0 0.00900282
+0.757946 0 0
+0.791058 0 0
+0.826383 0 0
+0 0.18999 0.25745
+0 0.189792 0.256886
+0 0.189929 0.256535
+0 0.190066 0.256138
+0 0.190082 0.255589
+0 0.190295 0.255177
+0.0109102 0.191226 0.25539
+0.034638 0.192798 0.256184
+0.0572061 0.194568 0.257069
+0.0792706 0.196109 0.257664
+0.101671 0.197421 0.258076
+0.125353 0.198459 0.257908
+0.150698 0.199145 0.256992
+0.178683 0.198581 0.255009
+0.21033 0.196567 0.251209
+0.245243 0.193439 0.246265
+0.280858 0.1897 0.240009
+0.31696 0.18529 0.233204
+0.353613 0.180148 0.224948
+0.390784 0.174212 0.215442
+0.427817 0.167132 0.204059
+0.465141 0.159182 0.191409
+0.502358 0.149935 0.177188
+0.539208 0.13933 0.161151
+0.575631 0.127367 0.143267
+0.611261 0.113222 0.123079
+0.64596 0.0972763 0.100496
+0.679393 0.0789807 0.0748913
+0.71133 0.0579232 0.045304
+0.741802 0.0338293 0.0101625
+0.771435 0.00695811 0
+0.800885 0 0
+0.831617 0 0
+0 0.215503 0.250874
+0 0.215351 0.250095
+0 0.215595 0.249531
+0 0.215778 0.24889
+0 0.2159 0.248127
+0 0.216297 0.247578
+0.00854505 0.218067 0.24831
+0.0329747 0.220371 0.2495
+0.0565652 0.223056 0.251148
+0.079942 0.225727 0.252567
+0.103563 0.227939 0.25333
+0.128267 0.229572 0.253391
+0.155001 0.230793 0.253071
+0.184436 0.230793 0.250889
+0.217746 0.229328 0.247517
+0.253605 0.226795 0.242084
+0.290089 0.22388 0.235981
+0.326711 0.219913 0.228901
+0.364218 0.215335 0.220935
+0.401709 0.209613 0.211383
+0.439628 0.203265 0.200793
+0.477821 0.195804 0.188861
+0.515831 0.187198 0.175326
+0.553765 0.177264 0.160647
+0.591058 0.165942 0.143755
+0.627497 0.153002 0.124926
+0.663233 0.138247 0.103685
+0.697597 0.12108 0.0789807
+0.730343 0.101457 0.0497292
+0.760739 0.0781872 0.0131838
+0.789212 0.0517586 0
+0.817288 0.0229496 0
+0.845396 0 0
+0 0.243458 0.24303
+0 0.243336 0.242084
+0 0.243656 0.241321
+0 0.2439 0.240467
+0 0.244068 0.23946
+0 0.245151 0.239261
+0.00802625 0.248157 0.241154
+0.0333562 0.251591 0.243198
+0.0576791 0.255039 0.24509
+0.0818647 0.258427 0.246784
+0.106584 0.261418 0.248203
+0.13225 0.263722 0.248508
+0.159762 0.265156 0.247715
+0.190661 0.265461 0.245869
+0.226551 0.264805 0.237964
+0.266789 0.265782 0.216678
+0.302663 0.263157 0.209354
+0.337392 0.258747 0.209339
+0.373388 0.253895 0.204669
+0.410788 0.248646 0.197879
+0.448524 0.242649 0.188815
+0.486305 0.235431 0.177813
+0.524681 0.22739 0.166201
+0.562966 0.218173 0.152605
+0.601114 0.207492 0.137499
+0.638743 0.195285 0.120073
+0.675898 0.181491 0.100298
+0.711894 0.165209 0.0770581
+0.746487 0.146731 0.0487068
+0.779278 0.125383 0.0119326
+0.809171 0.100298 0
+0.839399 0.074464 0
+0.866911 0.0443122 0
+0 0.274586 0.235142
+0 0.27454 0.234073
+0 0.274891 0.233204
+0 0.275166 0.232303
+0 0.27538 0.231083
+0 0.277272 0.231479
+0.00959792 0.281209 0.233814
+0.0356756 0.285603 0.236469
+0.0605936 0.289738 0.239017
+0.0852216 0.293507 0.240772
+0.110399 0.296757 0.24184
+0.136614 0.299229 0.242237
+0.164889 0.30074 0.241184
+0.196475 0.300954 0.238911
+0.235279 0.301091 0.226261
+0.275837 0.303029 0.20061
+0.315404 0.302632 0.179477
+0.348333 0.297459 0.186206
+0.383307 0.292485 0.185946
+0.419593 0.287602 0.181445
+0.456626 0.281712 0.174319
+0.494255 0.27538 0.165164
+0.532219 0.268101 0.154101
+0.570474 0.259586 0.141588
+0.608576 0.249866 0.126802
+0.646571 0.238544 0.110048
+0.684047 0.225452 0.0905013
+0.721172 0.210376 0.0677806
+0.757168 0.192844 0.0392767
+0.791684 0.172671 0.00047303
+0.825849 0.150546 0
+0.859388 0.12755 0
+0.890333 0.100664 0
+0 0.308095 0.226719
+0 0.308034 0.225498
+0 0.308431 0.22443
+0 0.308751 0.22327
+0 0.308888 0.222004
+0 0.311986 0.223499
+0.0130922 0.316548 0.226184
+0.0390326 0.321202 0.228855
+0.0640421 0.325612 0.231189
+0.0889448 0.329519 0.232959
+0.114366 0.332876 0.233906
+0.141024 0.33547 0.234089
+0.169986 0.337026 0.232944
+0.202182 0.337346 0.230381
+0.241932 0.337713 0.216312
+0.280903 0.338415 0.197467
+0.320424 0.338827 0.174136
+0.358312 0.336736 0.15967
+0.392447 0.331792 0.164309
+0.428016 0.326619 0.162768
+0.464637 0.321386 0.157656
+0.502266 0.315373 0.150011
+0.53959 0.308354 0.139788
+0.577432 0.300587 0.127611
+0.615457 0.291661 0.113481
+0.653223 0.281209 0.096849
+0.690455 0.26923 0.0769207
+0.727474 0.255528 0.0530556
+0.763668 0.239414 0.0220493
+0.798749 0.220691 0
+0.835981 0.201923 0
+0.872831 0.180911 0
+0.907622 0.156619 0
+0 0.342794 0.216495
+0 0.342794 0.215183
+0 0.34316 0.214023
+0 0.343465 0.212665
+0 0.343771 0.211444
+0 0.348028 0.21387
+0.0171206 0.352865 0.216739
+0.0429694 0.357641 0.219425
+0.0679789 0.362203 0.221729
+0.0928969 0.366323 0.223499
+0.118593 0.369802 0.224292
+0.145556 0.372427 0.22443
+0.175097 0.374166 0.223011
+0.209339 0.374563 0.21825
+0.248188 0.374884 0.205737
+0.286336 0.375143 0.190249
+0.324742 0.374945 0.171832
+0.363714 0.374273 0.149767
+0.401144 0.371511 0.138628
+0.435996 0.366415 0.140673
+0.472587 0.361227 0.137987
+0.509285 0.35555 0.131655
+0.546624 0.34902 0.122942
+0.584146 0.341848 0.111482
+0.621729 0.333562 0.0975357
+0.659175 0.323934 0.0805676
+0.696437 0.312734 0.0598001
+0.733028 0.299718 0.0332189
+0.768917 0.284749 0
+0.805966 0.269474 0
+0.843626 0.253346 0
+0.880934 0.234974 0
+0.917372 0.213092 0
+0 0.378088 0.203937
+0 0.378103 0.202564
+0 0.378454 0.201251
+0 0.378714 0.199832
+0 0.38027 0.199695
+0 0.384924 0.202411
+0.0218662 0.38999 0.205432
+0.047364 0.394858 0.208209
+0.0723125 0.399512 0.210666
+0.0973068 0.403708 0.212299
+0.12311 0.407294 0.213169
+0.150408 0.410056 0.212772
+0.180499 0.411765 0.211307
+0.216403 0.41239 0.204395
+0.254582 0.41268 0.193103
+0.292073 0.412818 0.17966
+0.329747 0.41236 0.164218
+0.36788 0.411322 0.145769
+0.406638 0.41001 0.123735
+0.443397 0.406271 0.113985
+0.479423 0.401358 0.114199
+0.515862 0.395743 0.109804
+0.552819 0.389838 0.102205
+0.590173 0.383001 0.0915389
+0.627573 0.375143 0.0776074
+0.66479 0.366171 0.0598611
+0.701442 0.355673 0.0370031
+0.73753 0.343465 0.00575265
+0.774319 0.330709 0
+0.812726 0.318212 0
+0.850874 0.303883 0
+0.888182 0.28748 0
+0.925124 0.268772 0
+0 0.414008 0.189166
+0 0.414023 0.187945
+0 0.414343 0.186511
+0 0.414511 0.184939
+0 0.417548 0.18613
+0.000961318 0.422553 0.189197
+0.0272221 0.427726 0.192462
+0.0523232 0.432776 0.195193
+0.076997 0.437537 0.19736
+0.101946 0.441733 0.199084
+0.128023 0.445411 0.199664
+0.155657 0.448264 0.199344
+0.186618 0.449958 0.19704
+0.223301 0.45069 0.188922
+0.260838 0.451057 0.178546
+0.297795 0.451041 0.166918
+0.335012 0.450523 0.152895
+0.372519 0.449409 0.13666
+0.410666 0.447898 0.11754
+0.448753 0.445289 0.0931716
+0.485557 0.44123 0.0844892
+0.521599 0.436103 0.0826276
+0.558282 0.430228 0.076463
+0.595407 0.423804 0.066041
+0.632364 0.416388 0.0516213
+0.669108 0.407813 0.0319524
+0.705333 0.397864 0.00451667
+0.742092 0.38735 0
+0.780835 0.377615 0
+0.819211 0.366552 0
+0.857252 0.353964 0
+0.894835 0.339529 0
+0.932265 0.32311 0
+0 0.45037 0.172213
+0 0.450385 0.170794
+0 0.450584 0.169543
+0 0.451011 0.168185
+0 0.455619 0.170916
+0.0075227 0.460945 0.174151
+0.032929 0.466224 0.17731
+0.057496 0.471336 0.180179
+0.0819867 0.476066 0.182345
+0.10695 0.480354 0.183917
+0.133059 0.484016 0.184344
+0.161212 0.486839 0.183749
+0.193927 0.48864 0.179492
+0.230045 0.489326 0.171603
+0.266835 0.489586 0.162371
+0.303655 0.489647 0.151431
+0.340215 0.489052 0.138949
+0.37734 0.488029 0.124132
+0.414832 0.486427 0.106371
+0.452262 0.483757 0.0843061
+0.48986 0.480354 0.0552834
+0.526345 0.475685 0.0460822
+0.562585 0.470085 0.0412604
+0.599329 0.463905 0.0312352
+0.635782 0.45687 0.0145876
+0.67216 0.448798 0
+0.710185 0.441016 0
+0.748455 0.433143 0
+0.786801 0.424399 0
+0.825132 0.414633 0
+0.863447 0.403479 0
+0.901106 0.390677 0
+0.938308 0.376425 0
+0 0.486717 0.153155
+0 0.486686 0.151736
+0 0.486946 0.150286
+0 0.489357 0.150881
+0 0.494453 0.153918
+0.0143893 0.499825 0.157137
+0.038819 0.505104 0.160159
+0.0631418 0.51043 0.162844
+0.0873274 0.515267 0.164996
+0.112276 0.519509 0.166217
+0.13846 0.523125 0.166598
+0.167056 0.52578 0.165759
+0.200839 0.527535 0.160372
+0.236851 0.528161 0.152911
+0.273304 0.528725 0.144274
+0.309377 0.528481 0.133852
+0.345647 0.527764 0.121874
+0.382498 0.526909 0.107866
+0.419242 0.525063 0.0906691
+0.456352 0.522683 0.0696574
+0.493004 0.518929 0.0412299
+0.529366 0.514138 0
+0.565835 0.509133 0
+0.602075 0.503532 0
+0.639887 0.498253 0
+0.678141 0.492592 0
+0.71603 0.486046 0
+0.754574 0.479088 0
+0.793149 0.471366 0
+0.831357 0.462684 0
+0.869062 0.452537 0
+0.906737 0.441321 0
+0.944472 0.428794 0
+0 0.523445 0.131502
+0 0.523415 0.129885
+0 0.523674 0.128374
+0 0.528267 0.131319
+0 0.533791 0.134829
+0.0215305 0.539284 0.138033
+0.045304 0.544625 0.141146
+0.0688792 0.549828 0.143755
+0.0928969 0.554635 0.145739
+0.117662 0.558862 0.147005
+0.144106 0.562356 0.147234
+0.174228 0.564996 0.144533
+0.207965 0.566461 0.139254
+0.243763 0.567254 0.132158
+0.279423 0.567498 0.123705
+0.315053 0.567239 0.113588
+0.350835 0.566552 0.101671
+0.387091 0.565637 0.0876326
+0.423194 0.563668 0.0702525
+0.459648 0.561166 0.0484779
+0.495903 0.557656 0.0182956
+0.532174 0.553323 0
+0.572488 0.552285 0
+0.609384 0.547631 0
+0.64686 0.542748 0
+0.684428 0.537133 0
+0.722423 0.531548 0
+0.760525 0.525017 0
+0.798795 0.517952 0
+0.836835 0.510231 0
+0.874907 0.501442 0
+0.912459 0.491554 0
+0.949676 0.480354 0
+0 0.56051 0.108125
+0 0.560479 0.106508
+0 0.562966 0.107286
+0 0.568017 0.110445
+0.00552377 0.573434 0.113832
+0.0290074 0.579065 0.117266
+0.0521096 0.584512 0.120226
+0.0751354 0.589593 0.122683
+0.0987869 0.594202 0.124483
+0.123568 0.59823 0.125414
+0.150637 0.601648 0.124758
+0.181445 0.604044 0.121019
+0.215183 0.605264 0.11545
+0.25037 0.606073 0.108492
+0.285328 0.606195 0.0998398
+0.320455 0.605859 0.0894789
+0.356008 0.60528 0.0774701
+0.391379 0.603937 0.0622721
+0.4271 0.602152 0.043534
+0.462455 0.599176 0.0180514
+0.498192 0.595712 0
+0.536919 0.5944 0
+0.576883 0.593408 0
+0.616831 0.591928 0
+0.653574 0.587076 0
+0.690929 0.582269 0
+0.728786 0.576822 0
+0.766537 0.571023 0
+0.80441 0.564813 0
+0.84242 0.557458 0
+0.880079 0.549722 0
+0.917464 0.541009 0
+0.954803 0.531121 0
+0 0.597192 0.0821393
+0 0.597833 0.081178
+0 0.602777 0.0841535
+0 0.608118 0.0874952
+0.0141451 0.613535 0.0907759
+0.0364996 0.61883 0.0939193
+0.0590372 0.624262 0.0968032
+0.0816205 0.629191 0.09897
+0.104891 0.633631 0.100343
+0.129564 0.637476 0.100954
+0.157641 0.640665 0.098497
+0.1888 0.642817 0.0943465
+0.222492 0.643977 0.0882582
+0.256626 0.644404 0.0805371
+0.290867 0.644327 0.0712749
+0.325643 0.64419 0.0600748
+0.36025 0.643183 0.0460212
+0.39527 0.641794 0.0284581
+0.430014 0.639521 0.00457771
+0.465721 0.637232 0
+0.503838 0.636713 0
+0.542382 0.635843 0
+0.58143 0.63476 0
+0.621088 0.633677 0
+0.660685 0.631983 0
+0.697887 0.627405 0
+0.734905 0.622263 0
+0.772747 0.616999 0
+0.810193 0.611048 0
+0.847761 0.604837 0
+0.885634 0.597848 0
+0.922744 0.58996 0
+0.959564 0.581201 0
+0 0.63389 0.0531624
+0 0.637568 0.0551614
+0 0.642863 0.0582895
+0.00128176 0.648157 0.0613718
+0.0228733 0.653544 0.0644999
+0.0444495 0.658946 0.0673533
+0.06598 0.663859 0.0696117
+0.0880751 0.668437 0.0712749
+0.111177 0.672633 0.0720684
+0.136706 0.676265 0.0707561
+0.164996 0.679194 0.0675517
+0.196155 0.680842 0.0621347
+0.229145 0.68162 0.0547494
+0.26244 0.681865 0.045594
+0.296178 0.681941 0.0344244
+0.329854 0.681224 0.0198367
+0.364004 0.680247 0.00138857
+0.398169 0.678584 0
+0.434958 0.678492 0
+0.47245 0.678599 0
+0.510018 0.678203 0
+0.548104 0.677546 0
+0.586679 0.676616 0
+0.626169 0.675669 0
+0.665415 0.674235 0
+0.704509 0.672236 0
+0.741421 0.667765 0
+0.778668 0.662745 0
+0.815839 0.657542 0
+0.853651 0.65185 0
+0.890562 0.645457 0
+0.92784 0.63859 0
+0.964874 0.630961 0
+0 0.672648 0.0216831
+0 0.677241 0.0244297
+0 0.682536 0.0272221
+0.0109407 0.687648 0.0298772
+0.0314336 0.693019 0.0324407
+0.0518502 0.697917 0.0344091
+0.0727092 0.702586 0.0358587
+0.0943618 0.706874 0.0365606
+0.117891 0.710719 0.0353857
+0.143893 0.714199 0.0322881
+0.172061 0.716335 0.0267796
+0.202838 0.717525 0.0186923
+0.235187 0.718257 0.00852979
+0.267659 0.718212 0
+0.300557 0.717983 0
+0.335027 0.718669 0
+0.37026 0.719341 0
+0.406165 0.719753 0
+0.442496 0.71989 0
+0.479561 0.720134 0
+0.516762 0.719875 0
+0.554482 0.719326 0
+0.59266 0.718517 0
+0.631479 0.717784 0
+0.670268 0.716533 0
+0.709484 0.715068 0
+0.748531 0.71313 0
+0.784878 0.708507 0
+0.822293 0.703761 0
+0.858961 0.698528 0
+0.896361 0.692836 0
+0.933211 0.686931 0
+0.969726 0.679896 0
+0 0.711437 0
+0 0.716106 0
+0.0012665 0.721431 0
+0.0202335 0.726284 0
+0.0392615 0.731014 0
+0.0586862 0.735607 0
+0.0791943 0.7402 0
+0.100908 0.744198 0
+0.124437 0.747646 0
+0.149966 0.750301 0
+0.179019 0.752605 0
+0.210895 0.754482 0
+0.243336 0.756115 0
+0.276371 0.757534 0
+0.310246 0.75874 0
+0.344625 0.759915 0
+0.379324 0.760632 0
+0.414786 0.761074 0
+0.450584 0.761318 0
+0.487221 0.761685 0
+0.524285 0.761486 0
+0.561486 0.761166 0
+0.599008 0.76054 0
+0.637385 0.760021 0
+0.676036 0.758938 0
+0.714626 0.757687 0
+0.75346 0.756313 0
+0.792111 0.754116 0
+0.828351 0.749691 0
+0.865278 0.744991 0
+0.901976 0.740139 0
+0.938369 0.734432 0
+0.971633 0.728511 0
+0 0.750652 0
+0 0.755627 0
+0.0125734 0.760678 0
+0.0306554 0.765545 0
+0.0490883 0.770413 0
+0.068574 0.775326 0
+0.0895857 0.780056 0
+0.112001 0.784375 0
+0.136187 0.788144 0
+0.162799 0.791302 0
+0.192554 0.793805 0
+0.223651 0.795651 0
+0.255573 0.797177 0
+0.287922 0.798627 0
+0.320867 0.799832 0
+0.354986 0.801144 0
+0.389151 0.801923 0
+0.424109 0.802457 0
+0.459449 0.802853 0
+0.495613 0.803342 0
+0.532204 0.803235 0
+0.568994 0.803021 0
+0.606256 0.802563 0
+0.644221 0.802228 0
+0.68217 0.80145 0
+0.720317 0.800351 0
+0.758907 0.799054 0
+0.79765 0.797955 0
+0.835187 0.795361 0
+0.871626 0.791257 0
+0.907759 0.786496 0
+0.944152 0.781735 0
+0.971832 0.776303 0
+0 0.794949 0
+0.0116732 0.799313 0
+0.0286412 0.804044 0
+0.046067 0.808988 0
+0.0641489 0.813642 0
+0.08365 0.818219 0
+0.10425 0.822477 0
+0.126604 0.82678 0
+0.150866 0.830106 0
+0.177768 0.832792 0
+0.207126 0.834836 0
+0.23769 0.836912 0
+0.268757 0.838544 0
+0.300542 0.839841 0
+0.33286 0.841123 0
+0.366339 0.842435 0
+0.399908 0.84332 0
+0.434195 0.843946 0
+0.469108 0.844358 0
+0.504784 0.844984 0
+0.540902 0.844999 0
+0.577264 0.844923 0
+0.614176 0.844541 0
+0.651438 0.844266 0
+0.689158 0.843732 0
+0.726909 0.842847 0
+0.764767 0.841794 0
+0.803174 0.840833 0
+0.841321 0.83946 0
+0.878264 0.836805 0
+0.91429 0.832807 0
+0.950256 0.828489 0
+0.971725 0.823438 0
+0.0144961 0.839277 0
+0.0303197 0.84361 0
+0.0466011 0.848188 0
+0.0635386 0.852659 0
+0.0815442 0.857313 0
+0.100374 0.861463 0
+0.120638 0.865385 0
+0.142809 0.868833 0
+0.167834 0.871946 0
+0.19469 0.874311 0
+0.223239 0.876143 0
+0.252705 0.877913 0
+0.283055 0.879866 0
+0.314092 0.881239 0
+0.345922 0.882445 0
+0.378317 0.883604 0
+0.411719 0.884688 0
+0.44538 0.88539 0
+0.479698 0.885863 0
+0.514519 0.886213 0
+0.550408 0.886687 0
+0.586267 0.886671 0
+0.622736 0.886412 0
+0.659434 0.886198 0
+0.696742 0.885832 0
+0.733898 0.885191 0
+0.771542 0.88426 0
+0.8094 0.883574 0
+0.846922 0.882368 0
+0.884688 0.88101 0
+0.921294 0.878599 0
+0.956497 0.874372 0
+0.972045 0.869886 0
+0.0356451 0.883787 0
+0.0506905 0.887678 0
+0.0662699 0.891875 0
+0.0827649 0.896254 0
+0.099855 0.900145 0
+0.118486 0.904005 0
+0.138918 0.9075 0
+0.161288 0.910414 0
+0.185946 0.91281 0
+0.212772 0.91516 0
+0.240436 0.91696 0
+0.268956 0.918624 0
+0.298589 0.920439 0
+0.328725 0.921782 0
+0.359442 0.922988 0
+0.391165 0.923995 0
+0.423941 0.925124 0
+0.45684 0.925795 0
+0.490654 0.926268 0
+0.525109 0.926574 0
+0.560098 0.927016 0
+0.595529 0.92694 0
+0.631159 0.926757 0
+0.667765 0.92665 0
+0.704158 0.926101 0
+0.741054 0.925307 0
+0.77789 0.924422 0
+0.81532 0.923629 0
+0.852384 0.922362 0
+0.889326 0.920943 0
+0.926711 0.9196 0
+0.962081 0.916869 0
+0.972427 0.912932 0
+0 0 0.312398
+0 0 0.311376
+0 0 0.310109
+0 0 0.30869
+0 0 0.307332
+0 0 0.305852
+0 0 0.304402
+0.0117037 0 0.302632
+0.0332189 0 0.30074
+0.0530709 0 0.298894
+0.0716869 0 0.296941
+0.0897993 0 0.294759
+0.107927 0 0.292012
+0.12639 0 0.288655
+0.145937 0 0.284932
+0.167224 0 0.280217
+0.19089 0 0.274784
+0.217044 0 0.268193
+0.244297 0 0.260853
+0.272053 0 0.253193
+0.299962 0 0.244938
+0.328603 0 0.236027
+0.35729 0 0.22649
+0.386526 0 0.216098
+0.416251 0 0.204807
+0.446784 0 0.192462
+0.478569 0 0.178363
+0.510765 0 0.163104
+0.543191 0 0.147097
+0.575494 0 0.130144
+0.609247 0 0.112047
+0.64387 0 0.0918593
+0.678599 0 0.0700542
+0 0.0130922 0.310033
+0 0.0116732 0.308858
+0 0.0104067 0.307729
+0 0.00894179 0.306538
+0 0.00733959 0.305257
+0 0.00564584 0.304006
+0 0.00387579 0.302617
+0.0125734 0.00167849 0.300679
+0.0341192 0 0.299031
+0.0539864 0 0.297185
+0.0723735 0 0.295277
+0.0904402 0 0.292866
+0.108446 0 0.29012
+0.127001 0 0.287083
+0.146578 0 0.283192
+0.167895 0 0.278508
+0.19176 0 0.273045
+0.218006 0 0.266468
+0.245274 0 0.259388
+0.273091 0 0.251453
+0.30103 0 0.243259
+0.329656 0 0.234241
+0.358587 0 0.224567
+0.388739 0 0.213733
+0.419867 0 0.20177
+0.451087 0 0.189319
+0.482902 0 0.175845
+0.516136 0 0.161013
+0.550134 0 0.14519
+0.584695 0 0.12723
+0.619867 0 0.107942
+0.655665 0 0.0868391
+0.69163 0 0.0634318
+0 0.0259556 0.307973
+0 0.0245975 0.306783
+0 0.0233463 0.305577
+0 0.0219883 0.304402
+0 0.0204318 0.303304
+0 0.0187991 0.301747
+0 0.0171054 0.300282
+0.0129702 0.0148928 0.298192
+0.0341955 0.012726 0.296345
+0.0537575 0.0105898 0.294697
+0.0723888 0.00816358 0.292683
+0.0905165 0.00563058 0.290486
+0.108675 0.00259403 0.28806
+0.127581 0 0.285237
+0.147295 0 0.281468
+0.168597 0 0.277089
+0.19266 0 0.271351
+0.218982 0 0.264744
+0.246311 0 0.257664
+0.274113 0 0.249714
+0.302815 0 0.24123
+0.332403 0 0.23209
+0.362341 0 0.222232
+0.393057 0 0.211978
+0.424796 0 0.200732
+0.457603 0 0.188418
+0.491203 0 0.174456
+0.525719 0 0.158923
+0.561013 0 0.141985
+0.596963 0 0.123033
+0.633219 0 0.102693
+0.669978 0 0.0801099
+0.706996 0 0.0552987
+0 0.0381781 0.305974
+0 0.0369573 0.304753
+0 0.0357519 0.303532
+0 0.0346075 0.302541
+0 0.0332189 0.301167
+0 0.0317082 0.299596
+0 0.0300298 0.297978
+0.0136568 0.0279545 0.295918
+0.0345312 0.0257267 0.294102
+0.0539254 0.023682 0.292119
+0.072343 0.0213169 0.289998
+0.0902571 0.0188296 0.287709
+0.108232 0.0157626 0.285222
+0.127108 0.0122377 0.282292
+0.147051 0.00805676 0.278737
+0.16878 0.00296025 0.274693
+0.193103 0 0.269322
+0.220462 0 0.263096
+0.248554 0 0.255741
+0.277028 0 0.248173
+0.306432 0 0.240162
+0.337011 0 0.231479
+0.368261 0 0.221958
+0.40029 0 0.211597
+0.433249 0 0.200031
+0.467201 0 0.187045
+0.502068 0 0.172442
+0.537636 0 0.156222
+0.573907 0 0.137957
+0.610773 0 0.117952
+0.648173 0 0.0961776
+0.685786 0 0.0723278
+0.723415 0 0.0457771
+0 0.0506447 0.303883
+0 0.0495308 0.302861
+0 0.0484627 0.301534
+0 0.0473182 0.300267
+0 0.0461891 0.299001
+0 0.0448157 0.297475
+0 0.0433356 0.295781
+0.0146944 0.0413214 0.293904
+0.0353094 0.0393378 0.291676
+0.0544442 0.0373388 0.289616
+0.0726635 0.0353246 0.287495
+0.0904402 0.0328527 0.285374
+0.108476 0.0300908 0.282704
+0.127016 0.026627 0.279469
+0.146975 0.0224918 0.276036
+0.169177 0.0173342 0.271916
+0.194278 0.0109712 0.266835
+0.222324 0.00352483 0.261158
+0.251743 0 0.254704
+0.282002 0 0.247898
+0.313039 0 0.240421
+0.344518 0 0.231556
+0.376806 0 0.221866
+0.410117 0 0.211185
+0.444221 0 0.199023
+0.479194 0 0.185245
+0.514992 0 0.169558
+0.55172 0 0.152407
+0.5888 0 0.133059
+0.62623 0 0.111757
+0.664149 0 0.0885176
+0.702129 0 0.0633097
+0.740093 0 0.0348669
+0 0.0628672 0.301778
+0 0.0619059 0.300572
+0 0.0608988 0.299336
+0 0.0599069 0.297963
+0 0.0587625 0.296559
+0 0.0576333 0.295338
+0 0.0563211 0.293721
+0.015671 0.0543374 0.291478
+0.0362249 0.0525063 0.289326
+0.0553445 0.0508431 0.287388
+0.0733654 0.0489052 0.285527
+0.0911421 0.0468299 0.283406
+0.109285 0.0441444 0.281086
+0.128405 0.0410773 0.278538
+0.14873 0.0372625 0.275532
+0.171618 0.0325628 0.271717
+0.197864 0.0264591 0.266789
+0.226993 0.0191043 0.26096
+0.257023 0.0108797 0.254582
+0.288014 0.00173953 0.247425
+0.319951 0 0.239811
+0.352987 0 0.231205
+0.38706 0 0.221851
+0.421073 0 0.210224
+0.45623 0 0.19736
+0.492119 0 0.182712
+0.528817 0 0.166018
+0.566079 0 0.147524
+0.603983 0 0.126864
+0.642145 0 0.104646
+0.680171 0 0.0801862
+0.718303 0 0.0536049
+0.756237 0 0.0231479
+0 0.0750744 0.299214
+0 0.0742809 0.298085
+0 0.0733654 0.296849
+0 0.0724498 0.295567
+0 0.071397 0.294392
+0 0.0702678 0.292927
+0 0.0691997 0.291463
+0.0170138 0.0673686 0.289281
+0.0373083 0.0657054 0.287739
+0.0562295 0.0641184 0.28632
+0.0746929 0.0626993 0.285115
+0.0928817 0.0608835 0.28365
+0.111498 0.058793 0.282002
+0.131258 0.0560159 0.279896
+0.152697 0.0526131 0.277104
+0.176577 0.0480201 0.273457
+0.204135 0.0421302 0.268406
+0.23418 0.0350195 0.262303
+0.264866 0.0270695 0.255451
+0.296422 0.0181888 0.247883
+0.329 0.00810254 0.239338
+0.362417 0 0.229908
+0.396948 0 0.219516
+0.432929 0 0.208148
+0.469169 0 0.194797
+0.505867 0 0.179126
+0.543114 0 0.161532
+0.580621 0 0.142061
+0.618708 0 0.120089
+0.657038 0 0.096788
+0.695415 0 0.0713359
+0.733486 0 0.0429694
+0.771267 0 0.0108492
+0 0.0875105 0.296574
+0 0.086656 0.29543
+0 0.085893 0.294545
+0 0.0850843 0.293309
+0 0.084123 0.29221
+0 0.0831159 0.291295
+0 0.0821698 0.290272
+0.0180972 0.0807202 0.288792
+0.0388495 0.0796063 0.288075
+0.0581826 0.0784924 0.287358
+0.0769207 0.0773327 0.286809
+0.0955978 0.0758984 0.285863
+0.115053 0.0741131 0.284596
+0.135302 0.0716411 0.282551
+0.157824 0.0683909 0.27985
+0.183078 0.0638437 0.275776
+0.211948 0.0580148 0.27068
+0.242634 0.0510719 0.264256
+0.274235 0.0433051 0.256901
+0.3066 0.034638 0.248905
+0.339712 0.0249332 0.239536
+0.373907 0.0139773 0.22945
+0.408621 0.00140383 0.217762
+0.444282 0 0.204761
+0.480919 0 0.190524
+0.519036 0 0.174929
+0.556619 0 0.156085
+0.594781 0 0.135531
+0.632944 0 0.112871
+0.671107 0 0.0884108
+0.709224 0 0.0620432
+0.747066 0 0.0324865
+0.784558 0 0
+0 0.100267 0.29453
+0 0.0995346 0.293553
+0 0.0988632 0.292821
+0 0.0982986 0.292256
+0 0.0977646 0.291859
+0 0.0970779 0.291539
+0 0.096437 0.291188
+0.0197452 0.0953536 0.290517
+0.0408484 0.0945144 0.290135
+0.0606394 0.0937819 0.28986
+0.0797894 0.0929427 0.289342
+0.0990616 0.0918135 0.288716
+0.119203 0.0902724 0.287556
+0.140307 0.087953 0.285756
+0.163821 0.0847028 0.282826
+0.190661 0.080293 0.278553
+0.220844 0.0745861 0.272923
+0.252445 0.0677806 0.266407
+0.284932 0.0603342 0.258747
+0.318074 0.051957 0.250278
+0.351934 0.0425574 0.24036
+0.386313 0.0319524 0.229343
+0.421439 0.0200656 0.216846
+0.45713 0.00633249 0.202472
+0.493645 0 0.186511
+0.530983 0 0.168917
+0.569284 0 0.149859
+0.607721 0 0.128511
+0.645762 0 0.105394
+0.683833 0 0.0800946
+0.721798 0 0.0528725
+0.759258 0 0.0219577
+0.796185 0 0
+0 0.114229 0.293706
+0 0.11368 0.293111
+0 0.113298 0.292973
+0 0.112993 0.293004
+0 0.112657 0.293065
+0 0.11223 0.29305
+0 0.111742 0.293004
+0.0215915 0.111009 0.292729
+0.0430762 0.110536 0.292668
+0.0631418 0.110155 0.292561
+0.082826 0.109575 0.292317
+0.102846 0.108751 0.291783
+0.123766 0.107485 0.290745
+0.145922 0.10544 0.288701
+0.170642 0.102327 0.285847
+0.199069 0.0979934 0.2813
+0.230442 0.092256 0.275319
+0.263172 0.0858625 0.268635
+0.296544 0.0787213 0.260685
+0.330556 0.0706798 0.25185
+0.365057 0.0616465 0.24152
+0.400076 0.0514382 0.229923
+0.435508 0.0399023 0.216449
+0.471504 0.026978 0.201236
+0.507698 0.0121614 0.184146
+0.544182 0 0.164523
+0.58088 0 0.143236
+0.61883 0 0.120867
+0.657267 0 0.0975814
+0.695125 0 0.0719005
+0.73257 0 0.0435492
+0.76965 0 0.0116579
+0.806073 0 0
+0 0.129961 0.294163
+0 0.129564 0.293751
+0 0.129412 0.293965
+0 0.129244 0.294179
+0 0.129015 0.294316
+0 0.12871 0.294408
+0.000488289 0.128374 0.294423
+0.0229343 0.127962 0.294331
+0.0448157 0.127916 0.294438
+0.0655985 0.127916 0.294804
+0.0859388 0.127687 0.294865
+0.106691 0.127092 0.294331
+0.128435 0.126223 0.293355
+0.151873 0.124468 0.291386
+0.178073 0.12163 0.288243
+0.208286 0.117479 0.283757
+0.241016 0.112001 0.277638
+0.274678 0.105959 0.270771
+0.308934 0.0991379 0.262623
+0.343481 0.091371 0.253407
+0.378668 0.0827802 0.242725
+0.414389 0.0730144 0.230701
+0.450385 0.0620279 0.216876
+0.48658 0.0496834 0.201129
+0.522637 0.0357977 0.183001
+0.558602 0.0198062 0.162325
+0.594507 0.00128176 0.139559
+0.630594 0 0.115038
+0.666819 0 0.0893263
+0.704952 0 0.0638132
+0.741741 0 0.0348211
+0.778302 0 0.00178531
+0.814191 0 0
+0 0.147662 0.294987
+0 0.147326 0.294606
+0 0.14728 0.294835
+0 0.147204 0.295003
+0 0.147066 0.295125
+0 0.146883 0.29514
+0.000503548 0.146639 0.295018
+0.0237736 0.146654 0.295109
+0.0462806 0.14699 0.295537
+0.0677195 0.147478 0.29601
+0.0890059 0.147753 0.296193
+0.110613 0.147692 0.296178
+0.133349 0.147173 0.295216
+0.158175 0.145678 0.293233
+0.186069 0.143145 0.290089
+0.218097 0.139376 0.285618
+0.252033 0.134386 0.279591
+0.286793 0.128862 0.272847
+0.321935 0.122316 0.264607
+0.357336 0.115221 0.255512
+0.393393 0.107118 0.244907
+0.42974 0.0978714 0.232685
+0.466072 0.0874189 0.218372
+0.502358 0.0756085 0.202029
+0.538628 0.0623636 0.183505
+0.574426 0.0471199 0.16228
+0.609689 0.0296788 0.138491
+0.64445 0.00973526 0.112902
+0.678813 0 0.0853437
+0.713344 0 0.0564126
+0.749187 0 0.0265049
+0.785199 0 0
+0.820523 0 0
+0 0.167315 0.294118
+0 0.167056 0.29366
+0 0.167086 0.293782
+0 0.167102 0.293858
+0 0.167056 0.293843
+0 0.166949 0.293736
+0 0.166995 0.293736
+0.0237278 0.167666 0.294301
+0.0469673 0.168582 0.295033
+0.0691997 0.169528 0.29572
+0.0914015 0.170413 0.296254
+0.114214 0.170993 0.296452
+0.138369 0.171099 0.295995
+0.164645 0.170031 0.294102
+0.194339 0.167834 0.290974
+0.228077 0.164523 0.286656
+0.263203 0.160235 0.28098
+0.298924 0.1552 0.274403
+0.33547 0.149599 0.266743
+0.371923 0.143175 0.257908
+0.408545 0.13547 0.247227
+0.445655 0.126879 0.235065
+0.48275 0.117037 0.220981
+0.519707 0.105928 0.204868
+0.555978 0.0932021 0.18584
+0.591653 0.078645 0.164492
+0.626429 0.0617838 0.140246
+0.66067 0.0429084 0.114519
+0.69366 0.0213016 0.0860609
+0.725887 0 0.0551614
+0.757809 0 0.0212406
+0.790494 0 0
+0.825605 0 0
+0 0.189837 0.290791
+0 0.189639 0.290364
+0 0.189746 0.290288
+0 0.189853 0.290181
+0 0.189883 0.289967
+0 0.189853 0.289647
+0 0.190249 0.289708
+0.0222782 0.191638 0.2907
+0.0464485 0.193469 0.292058
+0.0697032 0.195163 0.293202
+0.0928817 0.196689 0.294118
+0.116991 0.197955 0.294865
+0.142855 0.19884 0.294926
+0.170916 0.198672 0.293507
+0.202472 0.196963 0.290883
+0.237675 0.193866 0.286488
+0.273976 0.190387 0.281422
+0.310948 0.185885 0.275166
+0.348379 0.180896 0.26807
+0.385779 0.174807 0.259571
+0.423529 0.168002 0.249516
+0.461418 0.160128 0.237644
+0.499229 0.150958 0.223911
+0.536828 0.140475 0.207935
+0.573724 0.128588 0.189258
+0.610224 0.114977 0.16878
+0.645289 0.0991073 0.145296
+0.67924 0.0810559 0.119692
+0.711788 0.0605478 0.0912795
+0.742519 0.0366217 0.0591897
+0.772274 0.00968948 0.0231174
+0.801022 0 0
+0.830839 0 0
+0 0.215442 0.285191
+0 0.215274 0.284749
+0 0.215488 0.284535
+0 0.215656 0.28423
+0 0.215747 0.283772
+0 0.215778 0.283177
+0 0.216892 0.283619
+0.0203403 0.219089 0.2851
+0.0455482 0.221866 0.287098
+0.0701305 0.22475 0.289113
+0.0945907 0.227207 0.290745
+0.119829 0.229175 0.291737
+0.146807 0.230457 0.291814
+0.17641 0.231083 0.290959
+0.209674 0.229923 0.288472
+0.246128 0.227375 0.284215
+0.283162 0.22417 0.279255
+0.32076 0.22034 0.273304
+0.358785 0.215579 0.266209
+0.397055 0.210101 0.257877
+0.435294 0.20383 0.248219
+0.473777 0.196185 0.236744
+0.512413 0.187732 0.223835
+0.550973 0.178027 0.208591
+0.588968 0.166964 0.191455
+0.626291 0.154589 0.171878
+0.662608 0.140063 0.150286
+0.697841 0.123415 0.126116
+0.731289 0.104189 0.0986954
+0.762554 0.0815137 0.0669108
+0.79144 0.0552071 0.0290837
+0.81828 0.0249332 0
+0.844572 0 0
+0 0.243656 0.279072
+0 0.243534 0.278431
+0 0.243809 0.277958
+0 0.244068 0.277424
+0 0.24419 0.276722
+0 0.244221 0.275837
+0 0.246647 0.277256
+0.0205539 0.250111 0.279713
+0.0466011 0.253758 0.2822
+0.0719463 0.257389 0.284901
+0.0974899 0.260731 0.2869
+0.123705 0.263416 0.28806
+0.151537 0.26508 0.288289
+0.182132 0.265721 0.287266
+0.216526 0.264927 0.284199
+0.253407 0.262715 0.280018
+0.290806 0.259922 0.274296
+0.328405 0.25684 0.267887
+0.366506 0.252567 0.260365
+0.405005 0.247761 0.252049
+0.443626 0.241749 0.242222
+0.482444 0.235218 0.231083
+0.52137 0.227573 0.218524
+0.560525 0.218647 0.203891
+0.599435 0.208499 0.187716
+0.637797 0.196735 0.169192
+0.675624 0.1832 0.149187
+0.712825 0.167697 0.127062
+0.748394 0.149935 0.101411
+0.781903 0.129152 0.0712749
+0.812512 0.104768 0.0338445
+0.840421 0.0763561 0
+0.865721 0.0437629 0
+0 0.274937 0.272877
+0 0.274876 0.272023
+0 0.275166 0.271397
+0 0.275456 0.270726
+0 0.275608 0.269841
+0 0.275669 0.268727
+0 0.279316 0.271153
+0.0228275 0.283894 0.274586
+0.0495003 0.288396 0.277516
+0.0752728 0.292439 0.280064
+0.101183 0.296056 0.281987
+0.127901 0.298924 0.283284
+0.15642 0.300786 0.283146
+0.187732 0.30132 0.281758
+0.223316 0.30071 0.278767
+0.262104 0.299489 0.2701
+0.303853 0.300465 0.248066
+0.340871 0.297688 0.24007
+0.376822 0.293294 0.23917
+0.413672 0.288228 0.234241
+0.451896 0.282795 0.226963
+0.490455 0.276677 0.217105
+0.529015 0.269352 0.204959
+0.568154 0.261143 0.191684
+0.607126 0.251774 0.176074
+0.64593 0.240909 0.159121
+0.684184 0.228382 0.140078
+0.722347 0.214008 0.11931
+0.759274 0.197055 0.09514
+0.794827 0.17763 0.0665904
+0.828763 0.155016 0.0304417
+0.859159 0.128618 0
+0.889479 0.100649 0
+0 0.308766 0.266224
+0 0.308766 0.265263
+0 0.309026 0.264576
+0 0.3093 0.263783
+0 0.309453 0.262638
+0 0.310185 0.262013
+0 0.314504 0.264881
+0.0264286 0.319432 0.268238
+0.0531472 0.324147 0.271366
+0.0789502 0.328481 0.273884
+0.105058 0.33228 0.275654
+0.132311 0.33521 0.276555
+0.16141 0.337255 0.276509
+0.193576 0.337911 0.274708
+0.229419 0.337133 0.271458
+0.270741 0.337026 0.258213
+0.312703 0.339025 0.230884
+0.353536 0.338766 0.207477
+0.387747 0.333486 0.212177
+0.423667 0.32845 0.212634
+0.460716 0.323308 0.207767
+0.498589 0.317342 0.199939
+0.536995 0.310857 0.18967
+0.575692 0.303441 0.176883
+0.614588 0.294804 0.16286
+0.653193 0.284901 0.146624
+0.691463 0.273396 0.128267
+0.729152 0.26009 0.107347
+0.766567 0.244785 0.0832532
+0.802686 0.226535 0.0537575
+0.83769 0.205554 0.0153658
+0.871504 0.181247 0
+0.906538 0.15697 0
+0 0.343618 0.257816
+0 0.343572 0.256718
+0 0.343984 0.255802
+0 0.344259 0.254719
+0 0.344396 0.25359
+0 0.346014 0.253773
+0.00227359 0.35082 0.256947
+0.0304417 0.355886 0.260334
+0.0570382 0.360815 0.263416
+0.0830854 0.365286 0.266148
+0.109346 0.369207 0.26775
+0.136919 0.372259 0.268452
+0.166506 0.37435 0.268284
+0.19942 0.375128 0.2663
+0.235691 0.374563 0.262852
+0.27747 0.374594 0.247349
+0.318044 0.37583 0.225513
+0.359258 0.376547 0.197955
+0.398398 0.374594 0.180377
+0.433188 0.369268 0.186435
+0.469429 0.36376 0.185229
+0.506752 0.358404 0.17966
+0.544884 0.352331 0.171359
+0.582849 0.345174 0.160082
+0.621408 0.337224 0.146685
+0.659937 0.328054 0.131334
+0.698085 0.317479 0.113436
+0.735531 0.305303 0.0923171
+0.772641 0.291279 0.0674449
+0.808698 0.274708 0.0358587
+0.843244 0.255146 0
+0.879561 0.235523 0
+0.916365 0.213611 0
+0 0.379004 0.246998
+0 0.378988 0.245853
+0 0.379355 0.244816
+0 0.379599 0.24361
+0 0.37969 0.24242
+0 0.382681 0.243839
+0.00749218 0.38793 0.247364
+0.03505 0.393149 0.250843
+0.0614481 0.398184 0.253925
+0.087541 0.402747 0.256672
+0.114061 0.40676 0.258289
+0.141817 0.409964 0.258747
+0.171756 0.412131 0.258289
+0.205386 0.413016 0.255924
+0.243412 0.412711 0.250156
+0.283864 0.412879 0.235752
+0.323644 0.413504 0.217624
+0.363241 0.413626 0.195621
+0.403754 0.413108 0.169299
+0.442161 0.41033 0.156481
+0.477653 0.404913 0.159213
+0.514626 0.399558 0.156817
+0.551949 0.393561 0.150011
+0.590112 0.387015 0.140566
+0.628122 0.379705 0.128206
+0.666102 0.371328 0.113298
+0.703914 0.361532 0.0955215
+0.741176 0.350118 0.0738994
+0.777646 0.336812 0.0466926
+0.813397 0.321233 0.00985733
+0.849302 0.304631 0
+0.886809 0.288228 0
+0.923919 0.269505 0
+0 0.414878 0.234058
+0 0.414862 0.232898
+0 0.415229 0.231769
+0 0.415381 0.230655
+0 0.415442 0.229313
+0 0.420203 0.232456
+0.0132753 0.425772 0.236194
+0.0403296 0.431159 0.239689
+0.0663767 0.436255 0.242908
+0.0923323 0.44094 0.245212
+0.118944 0.445075 0.246693
+0.14699 0.448325 0.247242
+0.177478 0.450614 0.246082
+0.211765 0.451347 0.243458
+0.25095 0.451438 0.235142
+0.290257 0.451682 0.221927
+0.329412 0.452064 0.206073
+0.368414 0.451881 0.186908
+0.407568 0.451087 0.165148
+0.447639 0.449821 0.139727
+0.485161 0.445945 0.129107
+0.521538 0.440864 0.129793
+0.55877 0.434974 0.125399
+0.596246 0.428962 0.117418
+0.634089 0.421973 0.106249
+0.671626 0.414069 0.0916152
+0.709041 0.404868 0.0732128
+0.745907 0.394095 0.0497902
+0.781796 0.381445 0.0182956
+0.817411 0.367376 0
+0.855711 0.354803 0
+0.893675 0.340215 0
+0.931105 0.323903 0
+0 0.451102 0.219318
+0 0.451102 0.218067
+0 0.451377 0.216876
+0 0.451545 0.215579
+0 0.453391 0.215778
+0 0.458671 0.219211
+0.0196841 0.464286 0.223117
+0.0459754 0.469871 0.22652
+0.0716564 0.475105 0.229343
+0.0974289 0.479744 0.231632
+0.124117 0.48397 0.232822
+0.15256 0.487221 0.232853
+0.183719 0.489357 0.231617
+0.218631 0.490257 0.228016
+0.258198 0.490684 0.217868
+0.296849 0.491005 0.205341
+0.335317 0.491249 0.191226
+0.373739 0.490898 0.174426
+0.412375 0.489891 0.155261
+0.451545 0.488426 0.133303
+0.490242 0.485893 0.106279
+0.52781 0.481636 0.0971237
+0.56437 0.476219 0.0954452
+0.601602 0.470329 0.0892653
+0.638788 0.463722 0.0786908
+0.676387 0.456107 0.06392
+0.71313 0.447318 0.0439155
+0.749264 0.437049 0.0161288
+0.784863 0.42533 0
+0.823621 0.415473 0
+0.861906 0.404303 0
+0.899748 0.391577 0
+0.937209 0.377127 0
+0 0.487922 0.202106
+0 0.487907 0.200809
+0 0.488167 0.199557
+0 0.488411 0.198138
+0 0.49221 0.200061
+0 0.497902 0.203738
+0.0263676 0.503548 0.207233
+0.052018 0.509239 0.210712
+0.0773022 0.514534 0.213306
+0.102983 0.519295 0.215137
+0.129839 0.523323 0.216159
+0.158511 0.526543 0.215793
+0.190402 0.528618 0.214069
+0.226902 0.529671 0.208286
+0.265431 0.530205 0.198383
+0.303334 0.530419 0.186725
+0.341222 0.530694 0.173693
+0.37911 0.530205 0.158587
+0.417136 0.529122 0.141375
+0.455634 0.527642 0.121538
+0.493843 0.525002 0.0970779
+0.532036 0.521431 0.065919
+0.569009 0.516579 0.0566567
+0.605417 0.510872 0.052079
+0.64268 0.504463 0.0419165
+0.679271 0.497215 0.0254063
+0.715633 0.488685 0.000808728
+0.75259 0.480049 0
+0.791287 0.472297 0
+0.829572 0.463462 0
+0.867552 0.453422 0
+0.905516 0.44213 0
+0.943252 0.429603 0
+0 0.524865 0.181704
+0 0.524865 0.180407
+0 0.525185 0.178927
+0 0.526574 0.178454
+0 0.531899 0.181674
+0.00805676 0.537804 0.185367
+0.0334936 0.543465 0.188754
+0.0583047 0.548943 0.191562
+0.0835737 0.554437 0.194095
+0.109102 0.559167 0.195834
+0.135958 0.56321 0.196353
+0.164935 0.566339 0.195895
+0.197345 0.568215 0.193683
+0.234943 0.569284 0.18616
+0.272648 0.569848 0.176608
+0.310231 0.570352 0.166339
+0.347539 0.570245 0.153933
+0.384741 0.569619 0.139925
+0.422309 0.56875 0.123964
+0.4598 0.566979 0.104891
+0.497581 0.564462 0.082002
+0.534768 0.560647 0.0516823
+0.571359 0.555398 0.00698863
+0.60827 0.550118 0
+0.644816 0.54435 0
+0.682078 0.538186 0
+0.7205 0.532479 0
+0.758572 0.525856 0
+0.797024 0.518883 0
+0.835233 0.511177 0
+0.873487 0.502358 0
+0.911208 0.492439 0
+0.948592 0.481239 0
+0 0.562219 0.15787
+0 0.562219 0.156252
+0 0.5626 0.154772
+0 0.566567 0.157031
+0 0.57203 0.160327
+0.0166323 0.578103 0.164019
+0.0411536 0.583841 0.167193
+0.0653544 0.589395 0.170092
+0.0899825 0.594568 0.172213
+0.115496 0.599329 0.173831
+0.142473 0.603311 0.174029
+0.171893 0.606226 0.173159
+0.206012 0.60795 0.169009
+0.242847 0.608942 0.161715
+0.27985 0.609659 0.153094
+0.316701 0.609964 0.143145
+0.353414 0.609674 0.131609
+0.390158 0.608942 0.118074
+0.427253 0.607935 0.102525
+0.464027 0.605936 0.0834974
+0.501045 0.603357 0.0600595
+0.537697 0.599603 0.0284276
+0.573846 0.594614 0
+0.614176 0.593164 0
+0.651347 0.588403 0
+0.688975 0.583322 0
+0.726757 0.577768 0
+0.764675 0.572015 0
+0.802991 0.565713 0
+0.840894 0.558358 0
+0.878721 0.550652 0
+0.916396 0.541878 0
+0.953735 0.53196 0
+0 0.599954 0.131228
+0 0.600015 0.129686
+0 0.601801 0.12961
+0 0.607111 0.132937
+0.00138857 0.61294 0.136599
+0.0255894 0.618753 0.140032
+0.0492409 0.624552 0.143328
+0.0730144 0.630014 0.145998
+0.0972152 0.635111 0.148241
+0.122484 0.639475 0.14931
+0.149584 0.643153 0.149447
+0.179721 0.645838 0.147936
+0.214603 0.647562 0.142351
+0.25066 0.648386 0.135225
+0.286961 0.649149 0.127031
+0.322942 0.649241 0.117174
+0.358984 0.648798 0.105516
+0.395438 0.648219 0.092256
+0.431586 0.646677 0.0758831
+0.467994 0.644755 0.0559396
+0.503761 0.641596 0.0292515
+0.539574 0.637644 0
+0.578103 0.635721 0
+0.618311 0.634791 0
+0.658717 0.633341 0
+0.69601 0.628595 0
+0.733059 0.623423 0
+0.771176 0.618021 0
+0.808606 0.612039 0
+0.846311 0.605798 0
+0.884398 0.598733 0
+0.921523 0.59086 0
+0.958556 0.582116 0
+0 0.637278 0.10222
+0 0.63743 0.100786
+0 0.642573 0.103853
+0 0.648219 0.107424
+0.0119631 0.653986 0.110964
+0.0348211 0.659648 0.114458
+0.057557 0.665095 0.117281
+0.0808881 0.670542 0.120027
+0.104662 0.675303 0.121645
+0.129747 0.679454 0.12253
+0.156939 0.682887 0.122194
+0.188571 0.685206 0.1187
+0.223178 0.686564 0.112963
+0.258503 0.687572 0.105898
+0.293629 0.687922 0.0972457
+0.328832 0.687816 0.0867933
+0.364431 0.687495 0.0747692
+0.399786 0.686351 0.059678
+0.435447 0.68484 0.0412146
+0.47071 0.682246 0.0163424
+0.506157 0.679149 0
+0.544549 0.678187 0
+0.583581 0.67744 0
+0.623285 0.676616 0
+0.662989 0.675288 0
+0.70277 0.67364 0
+0.740063 0.668879 0
+0.776989 0.663752 0
+0.814679 0.658488 0
+0.852338 0.652842 0
+0.889342 0.646372 0
+0.926833 0.639551 0
+0.963897 0.631846 0
+0 0.674434 0.0707561
+0 0.67805 0.072755
+0 0.683543 0.0761273
+0.000366217 0.689128 0.079469
+0.0222629 0.694667 0.0827649
+0.0441138 0.700191 0.085771
+0.0662547 0.705592 0.0885786
+0.0887465 0.710445 0.090425
+0.112215 0.714855 0.0916609
+0.137255 0.718654 0.0919966
+0.165454 0.721782 0.090074
+0.19762 0.723796 0.0853437
+0.231571 0.724941 0.0788586
+0.265614 0.72549 0.0706798
+0.29984 0.725643 0.0608835
+0.334386 0.725567 0.0489204
+0.36878 0.724636 0.0338445
+0.40354 0.723445 0.0145571
+0.438041 0.721294 0
+0.474708 0.720623 0
+0.512718 0.720302 0
+0.550851 0.71989 0
+0.589364 0.719295 0
+0.628534 0.718639 0
+0.667933 0.717449 0
+0.7075 0.716091 0
+0.747005 0.714488 0
+0.783581 0.709682 0
+0.820935 0.704875 0
+0.857801 0.699458 0
+0.895308 0.693935 0
+0.932189 0.687877 0
+0.968826 0.680827 0
+0 0.713741 0.0378119
+0 0.718532 0.0407568
+0 0.724025 0.0438849
+0.0120089 0.729366 0.0468605
+0.0324712 0.734646 0.0494698
+0.0533455 0.740063 0.0521096
+0.0744488 0.74493 0.0538186
+0.0964828 0.749416 0.055024
+0.119707 0.753429 0.0554208
+0.145235 0.756893 0.0541543
+0.174517 0.759533 0.0499886
+0.206073 0.760922 0.0432441
+0.238804 0.761685 0.0346227
+0.271962 0.762158 0.024033
+0.305074 0.761929 0.010132
+0.338842 0.761471 0
+0.372824 0.760784 0
+0.408774 0.761395 0
+0.44535 0.761852 0
+0.482673 0.762188 0
+0.519951 0.76199 0
+0.557733 0.76173 0
+0.595773 0.761257 0
+0.634684 0.760784 0
+0.673457 0.759808 0
+0.712459 0.758648 0
+0.751629 0.757321 0
+0.790799 0.755413 0
+0.827054 0.750744 0
+0.86421 0.746029 0
+0.901015 0.741161 0
+0.937545 0.735393 0
+0.971633 0.729412 0
+0 0.753368 0
+0 0.758114 0
+0.00376898 0.763302 0.00172427
+0.0230564 0.768582 0.0040589
+0.042237 0.773465 0.00564584
+0.0618906 0.77818 0.00654612
+0.0821698 0.782635 0.00688182
+0.103914 0.786984 0.00665293
+0.127062 0.79057 0.00451667
+0.153155 0.793286 0
+0.182254 0.795132 0
+0.213504 0.796201 0
+0.245762 0.797086 0
+0.279103 0.798596 0
+0.313329 0.800259 0
+0.347784 0.801236 0
+0.382803 0.802106 0
+0.418189 0.802747 0
+0.454307 0.80325 0
+0.491096 0.803769 0
+0.527947 0.803784 0
+0.565347 0.803525 0
+0.603159 0.803204 0
+0.641367 0.802945 0
+0.679576 0.802213 0
+0.718364 0.801175 0
+0.757046 0.800031 0
+0.79617 0.799023 0
+0.834241 0.796628 0
+0.870588 0.792401 0
+0.906859 0.787579 0
+0.943358 0.782757 0
+0.971832 0.777325 0
+0 0.791485 0
+0 0.796399 0
+0.0153506 0.80148 0
+0.033402 0.806424 0
+0.0519417 0.811307 0
+0.071458 0.816403 0
+0.091783 0.82089 0
+0.113695 0.825132 0
+0.13843 0.828962 0
+0.165759 0.832197 0
+0.195773 0.834852 0
+0.227359 0.836744 0
+0.259266 0.838376 0
+0.292042 0.839887 0
+0.325338 0.841321 0
+0.359213 0.84268 0
+0.393698 0.843503 0
+0.428534 0.844221 0
+0.464027 0.844755 0
+0.500359 0.845396 0
+0.536721 0.845548 0
+0.573754 0.845441 0
+0.610956 0.845228 0
+0.648661 0.844968 0
+0.686732 0.84445 0
+0.724681 0.843671 0
+0.762905 0.842695 0
+0.801755 0.841794 0
+0.840055 0.840497 0
+0.877348 0.83801 0
+0.913481 0.833967 0
+0.949477 0.82948 0
+0.971588 0.824338 0
+0.00015259 0.836362 0
+0.0167086 0.840711 0
+0.0334325 0.845426 0
+0.0507515 0.850385 0
+0.0684977 0.854917 0
+0.087129 0.859312 0
+0.107851 0.863722 0
+0.130617 0.867796 0
+0.15523 0.871229 0
+0.182757 0.873899 0
+0.212207 0.87599 0
+0.242985 0.878141 0
+0.274052 0.879835 0
+0.305959 0.881285 0
+0.338506 0.882567 0
+0.371832 0.883986 0
+0.405661 0.884932 0
+0.439841 0.88571 0
+0.474617 0.88632 0
+0.510246 0.886732 0
+0.546288 0.887205 0
+0.582788 0.88716 0
+0.61944 0.887022 0
+0.656916 0.8869 0
+0.694347 0.886534 0
+0.731899 0.885985 0
+0.76965 0.88513 0
+0.807782 0.884474 0
+0.845594 0.883314 0
+0.883635 0.882033 0
+0.920546 0.879759 0
+0.95581 0.875502 0
+0.972045 0.870939 0
+0.021622 0.880751 0
+0.0370489 0.885023 0
+0.0527504 0.889372 0
+0.0689403 0.893645 0
+0.0865034 0.898054 0
+0.10573 0.902296 0
+0.126131 0.906157 0
+0.148638 0.90956 0
+0.174136 0.912642 0
+0.201495 0.914855 0
+0.229969 0.916808 0
+0.259571 0.918822 0
+0.289845 0.920485 0
+0.320577 0.92195 0
+0.352285 0.923201 0
+0.384771 0.924285 0
+0.417899 0.925444 0
+0.451637 0.926116 0
+0.485832 0.92665 0
+0.520836 0.927169 0
+0.55613 0.927504 0
+0.592035 0.927474 0
+0.628077 0.927306 0
+0.664973 0.927245 0
+0.701625 0.926787 0
+0.738857 0.926024 0
+0.775998 0.925185 0
+0.813779 0.924407 0
+0.851026 0.923186 0
+0.888212 0.921813 0
+0.925826 0.920516 0
+0.961608 0.917845 0
+0.972442 0.913893 0
+0 0 0.339513
+0 0 0.338659
+0 0 0.337621
+0 0 0.336553
+0 0 0.335073
+0 0 0.3337
+0 0 0.332204
+0 0 0.330694
+0.022034 0 0.328939
+0.0434119 0 0.327047
+0.0631113 0 0.32517
+0.0819867 0 0.32314
+0.100511 0 0.320821
+0.119341 0 0.317754
+0.139025 0 0.314183
+0.160174 0 0.310185
+0.183642 0 0.304997
+0.209766 0 0.298772
+0.237537 0 0.292134
+0.265629 0 0.284642
+0.294072 0 0.27689
+0.322805 0 0.26836
+0.352071 0 0.259419
+0.381598 0 0.249668
+0.411429 0 0.238895
+0.442817 0 0.227176
+0.474815 0 0.214054
+0.507195 0 0.199878
+0.539773 0 0.184802
+0.572808 0 0.168048
+0.607126 0 0.149371
+0.642267 0 0.128862
+0.677638 0 0.106371
+0 0.0124056 0.337499
+0 0.0109865 0.336416
+0 0.00959792 0.335225
+0 0.00827039 0.334264
+0 0.00665293 0.333059
+0 0.00495918 0.33167
+0 0.00311284 0.330419
+0.000564584 0.0011902 0.329015
+0.0229496 0 0.327169
+0.0443275 0 0.325399
+0.0638437 0 0.32343
+0.0826123 0 0.32163
+0.101152 0 0.319081
+0.119997 0 0.316106
+0.139681 0 0.312795
+0.160937 0 0.308644
+0.184527 0 0.303456
+0.210712 0 0.297353
+0.238544 0 0.290608
+0.26659 0 0.283131
+0.29514 0 0.275319
+0.323873 0 0.266835
+0.353491 0 0.257649
+0.384344 0 0.247364
+0.415473 0 0.236347
+0.446845 0 0.224887
+0.479576 0 0.212512
+0.513024 0 0.198871
+0.547341 0 0.183337
+0.582483 0 0.16585
+0.618219 0 0.145998
+0.654398 0 0.124254
+0.69099 0 0.100481
+0 0.0252079 0.335531
+0 0.0238499 0.334417
+0 0.0225223 0.333227
+0 0.0211795 0.332128
+0 0.0197299 0.330968
+0 0.0180819 0.329671
+0 0.0162509 0.328283
+0.000869764 0.0142824 0.326543
+0.0231632 0.0120089 0.324712
+0.0441901 0.00975052 0.32282
+0.0638437 0.00730907 0.321218
+0.0826581 0.00483711 0.31928
+0.101335 0.0018616 0.31696
+0.120531 0 0.314443
+0.140307 0 0.311376
+0.161608 0 0.307164
+0.185367 0 0.301961
+0.211688 0 0.295964
+0.239582 0 0.289082
+0.267735 0 0.281804
+0.297047 0 0.273487
+0.327047 0 0.264988
+0.357351 0 0.256077
+0.388571 0 0.246601
+0.420768 0 0.236164
+0.45391 0 0.224552
+0.488197 0 0.21181
+0.523018 0 0.197543
+0.558618 0 0.181094
+0.594873 0 0.162509
+0.631769 0 0.141573
+0.669032 0 0.118029
+0.706554 0 0.0927291
+0 0.0373846 0.333654
+0 0.0361791 0.332509
+0 0.0349889 0.331273
+0 0.0337224 0.330098
+0 0.0323949 0.329152
+0 0.03093 0.327718
+0 0.0292515 0.326223
+0.00157168 0.0273442 0.324529
+0.0234836 0.024979 0.322316
+0.0444648 0.0228275 0.320638
+0.063859 0.0204623 0.31873
+0.082475 0.0180209 0.316701
+0.101015 0.0149996 0.314321
+0.119966 0.0116121 0.31194
+0.140047 0.00753796 0.308782
+0.161639 0.00248722 0.304829
+0.18584 0 0.300099
+0.213321 0 0.294392
+0.242023 0 0.287633
+0.271031 0 0.280797
+0.30103 0 0.273182
+0.331868 0 0.265263
+0.363439 0 0.256367
+0.396033 0 0.246937
+0.42948 0 0.236072
+0.463844 0 0.22417
+0.498955 0 0.210681
+0.534997 0 0.195697
+0.571618 0 0.178195
+0.608988 0 0.158297
+0.646784 0 0.135882
+0.685084 0 0.111025
+0.723156 0 0.0842908
+0 0.0496834 0.331533
+0 0.0487068 0.330495
+0 0.0476234 0.329397
+0 0.046479 0.328328
+0 0.0452277 0.327047
+0 0.0439765 0.325765
+0 0.0425116 0.324132
+0.00263981 0.0407416 0.322347
+0.0243687 0.0385443 0.320287
+0.0450141 0.0364538 0.318379
+0.0641794 0.0344701 0.316472
+0.0827192 0.0320439 0.314351
+0.101091 0.0293736 0.312123
+0.119905 0.0259861 0.309377
+0.140154 0.0219272 0.306371
+0.162234 0.016907 0.302754
+0.187228 0.0107118 0.298405
+0.215518 0.00334173 0.293172
+0.245502 0 0.287327
+0.276265 0 0.281071
+0.307668 0 0.274266
+0.339574 0 0.266072
+0.372305 0 0.257221
+0.405921 0 0.247211
+0.440574 0 0.235996
+0.47599 0 0.223438
+0.512184 0 0.209125
+0.548989 0 0.192981
+0.586603 0 0.174228
+0.624598 0 0.153017
+0.66302 0 0.129335
+0.701457 0 0.102922
+0.740063 0 0.0747082
+0 0.0619364 0.329488
+0 0.060914 0.328511
+0 0.060029 0.327474
+0 0.0590372 0.326177
+0 0.0578927 0.324865
+0 0.0566567 0.323461
+0 0.0554513 0.321996
+0.00373846 0.053666 0.320363
+0.0255741 0.0517586 0.318379
+0.0459602 0.0499428 0.316381
+0.0649882 0.0480201 0.314488
+0.0833906 0.0459754 0.312963
+0.101976 0.0433356 0.31133
+0.121386 0.0404669 0.309194
+0.142016 0.036759 0.306523
+0.164767 0.0321965 0.303334
+0.191028 0.026215 0.299138
+0.220295 0.0189059 0.293919
+0.250874 0.0105592 0.287968
+0.282399 0.00135805 0.281376
+0.314809 0 0.274357
+0.348302 0 0.266514
+0.38294 0 0.258091
+0.41738 0 0.247196
+0.452827 0 0.23534
+0.488899 0 0.222065
+0.525994 0 0.206821
+0.56347 0 0.189532
+0.601678 0 0.169696
+0.640253 0 0.146792
+0.679118 0 0.121721
+0.717647 0 0.0941482
+0.756146 0 0.0644236
+0 0.0742046 0.327367
+0 0.0732738 0.326223
+0 0.0724193 0.325139
+0 0.0715801 0.323964
+0 0.0705425 0.322698
+0 0.0694133 0.321386
+0 0.0681621 0.320211
+0.00500496 0.0666514 0.318654
+0.0264897 0.0648051 0.317189
+0.0468757 0.0632639 0.315801
+0.0663157 0.0618601 0.314839
+0.0850843 0.0601053 0.313954
+0.104265 0.0580148 0.312688
+0.124224 0.0554513 0.311315
+0.145632 0.0520638 0.309102
+0.169574 0.0477302 0.305974
+0.196933 0.0419623 0.30164
+0.227222 0.0347143 0.295918
+0.258656 0.0266575 0.289601
+0.290715 0.0176394 0.282673
+0.323873 0.00755322 0.274891
+0.357839 0 0.266346
+0.392721 0 0.256657
+0.428748 0 0.24622
+0.465507 0 0.234165
+0.502541 0 0.219852
+0.539971 0 0.203616
+0.578225 0 0.185168
+0.616571 0 0.164019
+0.655314 0 0.139788
+0.694163 0 0.113298
+0.732937 0 0.0847486
+0.771176 0 0.0537728
+0 0.0866407 0.325017
+0 0.0857862 0.323919
+0 0.0849317 0.322835
+0 0.0840772 0.321813
+0 0.0832685 0.321172
+0 0.0822919 0.320546
+0 0.0813764 0.319844
+0.00604257 0.0801556 0.319051
+0.027924 0.0787823 0.318318
+0.0487526 0.0776379 0.317861
+0.0684825 0.0765087 0.31751
+0.0878157 0.0751354 0.316884
+0.107576 0.0734264 0.316136
+0.128145 0.0710765 0.314733
+0.15053 0.0678721 0.31249
+0.175738 0.0636149 0.309224
+0.204593 0.0578927 0.304906
+0.23592 0.0508125 0.298909
+0.268086 0.0429999 0.292195
+0.30106 0.0342412 0.284733
+0.3346 0.0244144 0.276326
+0.368978 0.0133059 0.266972
+0.404211 0.000701915 0.256184
+0.440314 0 0.244282
+0.47747 0 0.231189
+0.515511 0 0.216953
+0.553582 0 0.199878
+0.591852 0 0.180011
+0.63061 0 0.157748
+0.669459 0 0.132479
+0.707881 0 0.104768
+0.746395 0 0.0754864
+0.784344 0 0.0434882
+0 0.099443 0.323323
+0 0.0987259 0.322469
+0 0.0981003 0.321874
+0 0.0975052 0.321538
+0 0.0968643 0.321477
+0 0.0962387 0.321279
+0 0.0956436 0.321294
+0.00746166 0.094728 0.321111
+0.0299687 0.0937057 0.320851
+0.0511482 0.0929122 0.320882
+0.0712596 0.0920882 0.320928
+0.0910964 0.0910353 0.320775
+0.111528 0.0896162 0.320287
+0.132967 0.0874037 0.318776
+0.156405 0.0843061 0.316548
+0.183108 0.0801099 0.313008
+0.213367 0.0743725 0.30808
+0.245747 0.0675975 0.30219
+0.278828 0.0600748 0.295186
+0.312428 0.0516823 0.287297
+0.346792 0.0421454 0.278462
+0.38172 0.0314183 0.26804
+0.417151 0.0192264 0.256413
+0.453071 0.00555428 0.243412
+0.489891 0 0.228748
+0.527443 0 0.212512
+0.566049 0 0.194766
+0.604883 0 0.174533
+0.64332 0 0.150851
+0.681971 0 0.124926
+0.720424 0 0.0965286
+0.758373 0 0.066331
+0.796002 0 0.0332952
+0 0.113451 0.323293
+0 0.113008 0.322881
+0 0.112673 0.322988
+0 0.112367 0.323262
+0 0.112016 0.323552
+0 0.111604 0.323842
+0 0.111101 0.324102
+0.00883497 0.110323 0.324102
+0.0318608 0.109712 0.324239
+0.0534371 0.109239 0.324483
+0.0740063 0.108705 0.32462
+0.0946212 0.107988 0.324636
+0.115892 0.106859 0.324193
+0.138399 0.104921 0.322728
+0.163058 0.101976 0.3205
+0.191394 0.0978408 0.316869
+0.223056 0.0921798 0.311604
+0.256443 0.0857557 0.305303
+0.290303 0.0785534 0.29836
+0.324681 0.0703593 0.289982
+0.359762 0.0611887 0.280705
+0.395468 0.0509804 0.269917
+0.431098 0.0394293 0.257679
+0.467262 0.0261997 0.243565
+0.503883 0.0113222 0.22771
+0.540642 0 0.209918
+0.577874 0 0.189853
+0.615808 0 0.167971
+0.654704 0 0.143938
+0.693065 0 0.117006
+0.731212 0 0.0883955
+0.768765 0 0.057435
+0.805722 0 0.0236362
+0 0.129397 0.324895
+0 0.128985 0.324651
+0 0.128817 0.325093
+0 0.128634 0.325536
+0 0.128389 0.325963
+0 0.128099 0.326375
+0 0.127687 0.326635
+0.00976577 0.127138 0.326757
+0.0334325 0.126925 0.327169
+0.0555123 0.12697 0.327733
+0.0768597 0.126818 0.328161
+0.0981613 0.126329 0.328176
+0.1205 0.125551 0.32784
+0.144121 0.12401 0.326528
+0.17026 0.121416 0.324193
+0.200351 0.117479 0.320302
+0.233463 0.112016 0.315099
+0.267857 0.105959 0.308736
+0.302403 0.0990005 0.301503
+0.337835 0.0912947 0.293004
+0.373648 0.0826123 0.283436
+0.409689 0.0728161 0.272267
+0.446021 0.0617075 0.259541
+0.482521 0.0492714 0.244938
+0.518975 0.0350195 0.228367
+0.555322 0.0189822 0.209247
+0.591409 0.000579843 0.187686
+0.627588 0 0.163195
+0.664424 0 0.13666
+0.702831 0 0.109514
+0.740322 0 0.0804913
+0.777325 0 0.0493172
+0.813687 0 0.0147402
+0 0.147082 0.326284
+0 0.146746 0.326101
+0 0.146685 0.326574
+0 0.146609 0.327047
+0 0.146456 0.327428
+0 0.146227 0.327764
+0 0.145907 0.327977
+0.010132 0.145754 0.328252
+0.0343786 0.145983 0.328832
+0.0573587 0.146441 0.329702
+0.0796216 0.146868 0.33048
+0.101915 0.146899 0.3308
+0.125246 0.146517 0.330831
+0.149981 0.145312 0.329534
+0.177752 0.143099 0.327291
+0.209751 0.139467 0.323323
+0.244465 0.134569 0.318349
+0.279698 0.128801 0.311879
+0.31545 0.122469 0.304936
+0.351736 0.115312 0.296407
+0.388235 0.107057 0.286717
+0.424781 0.097734 0.275608
+0.46183 0.0873732 0.262806
+0.498573 0.0755169 0.247791
+0.535073 0.0619516 0.230457
+0.571145 0.0467689 0.21091
+0.606683 0.0292973 0.188006
+0.641855 0.00952163 0.162173
+0.676753 0 0.133654
+0.711437 0 0.10312
+0.74757 0 0.0730297
+0.784161 0 0.041825
+0.819913 0 0.00665293
+0 0.166918 0.326665
+0 0.16669 0.326528
+0 0.166705 0.326894
+0 0.166705 0.327245
+0 0.166644 0.32752
+0 0.166537 0.327718
+0 0.166308 0.327718
+0.00955215 0.166751 0.328344
+0.034699 0.167468 0.329259
+0.0584726 0.168429 0.330388
+0.0817273 0.169467 0.331502
+0.105272 0.170214 0.332265
+0.129854 0.170504 0.332433
+0.156069 0.169818 0.33164
+0.185657 0.167987 0.329473
+0.219562 0.16463 0.325643
+0.255665 0.160662 0.321096
+0.292256 0.155596 0.315129
+0.329091 0.150042 0.308537
+0.366232 0.143359 0.300099
+0.403693 0.135897 0.29073
+0.441093 0.127352 0.27985
+0.478614 0.117464 0.267079
+0.515953 0.106249 0.252125
+0.552651 0.0934615 0.234852
+0.588983 0.0789044 0.214801
+0.624277 0.0622873 0.191455
+0.65861 0.0432288 0.164721
+0.692302 0.0220493 0.13518
+0.724773 0 0.103166
+0.757031 0 0.0697032
+0.789837 0 0.0350652
+0.824903 0 0
+0 0.18967 0.32459
+0 0.189441 0.324239
+0 0.189548 0.324498
+0 0.189624 0.324681
+0 0.189654 0.324804
+0 0.189593 0.324773
+0 0.189425 0.324575
+0.00755322 0.190539 0.325628
+0.033875 0.192157 0.327184
+0.0586252 0.194003 0.328908
+0.0829175 0.195682 0.330388
+0.107713 0.197223 0.331655
+0.133852 0.198306 0.332403
+0.162051 0.198566 0.33228
+0.193622 0.197253 0.330388
+0.229206 0.194385 0.326833
+0.266346 0.190951 0.322621
+0.304143 0.186542 0.317174
+0.341848 0.18143 0.310826
+0.380346 0.17554 0.303334
+0.418753 0.168734 0.294286
+0.456962 0.160754 0.283589
+0.495018 0.151537 0.271214
+0.533074 0.141085 0.257099
+0.570703 0.129458 0.240299
+0.607446 0.11577 0.220661
+0.643305 0.100328 0.197848
+0.677836 0.0826123 0.171206
+0.710903 0.0623026 0.141451
+0.742412 0.0389258 0.109117
+0.772137 0.0116884 0.0734569
+0.80119 0 0.0350652
+0.830625 0 0
+0 0.215518 0.320256
+0 0.215366 0.31989
+0 0.215534 0.319936
+0 0.215686 0.319921
+0 0.215763 0.319829
+0 0.215732 0.319615
+0 0.215839 0.319478
+0.00508125 0.217578 0.320821
+0.0325933 0.22031 0.32314
+0.0587778 0.223438 0.325795
+0.0843366 0.2262 0.328023
+0.110277 0.228473 0.329702
+0.137621 0.230121 0.330861
+0.167452 0.23093 0.330968
+0.200702 0.230365 0.329259
+0.237583 0.228031 0.326146
+0.27538 0.224796 0.321767
+0.313817 0.221073 0.316701
+0.352483 0.216266 0.310323
+0.391257 0.210986 0.303197
+0.430137 0.204395 0.294423
+0.469429 0.197055 0.284489
+0.508553 0.188647 0.272786
+0.547417 0.179065 0.259373
+0.585931 0.168048 0.243717
+0.623545 0.155642 0.224735
+0.660883 0.141619 0.203464
+0.696574 0.125216 0.178042
+0.730861 0.106508 0.149401
+0.763363 0.0847486 0.11812
+0.793072 0.0588235 0.0823072
+0.8206 0.0287633 0.0418402
+0.845899 0 0
+0 0.244022 0.315633
+0 0.243977 0.315145
+0 0.244175 0.314977
+0 0.244388 0.314778
+0 0.244495 0.314504
+0 0.244526 0.314092
+0 0.245167 0.314107
+0.005066 0.248264 0.316426
+0.033402 0.252079 0.319387
+0.0604868 0.255985 0.322499
+0.0870527 0.259739 0.325322
+0.114 0.262699 0.327459
+0.142229 0.264744 0.328573
+0.172763 0.265736 0.328283
+0.207324 0.265339 0.326513
+0.244724 0.263371 0.323018
+0.282979 0.260517 0.318486
+0.321218 0.257038 0.313069
+0.36025 0.252964 0.307057
+0.399054 0.24799 0.299489
+0.438499 0.242298 0.291127
+0.477958 0.235706 0.281285
+0.517342 0.227771 0.269764
+0.557031 0.218936 0.257023
+0.59646 0.208789 0.241764
+0.635493 0.197284 0.224033
+0.674281 0.184298 0.203723
+0.711986 0.169085 0.180316
+0.748287 0.151873 0.153811
+0.782803 0.131777 0.12459
+0.814771 0.108461 0.0911727
+0.843442 0.0805219 0.0513313
+0.868284 0.0471809 0.00146487
+0 0.275471 0.31104
+0 0.275395 0.310521
+0 0.2757 0.310262
+0 0.275944 0.309804
+0 0.276143 0.309178
+0 0.276127 0.30837
+0 0.277546 0.308888
+0.00726329 0.281712 0.312093
+0.0363165 0.286473 0.315755
+0.0637522 0.291005 0.318959
+0.0906233 0.294972 0.321965
+0.11812 0.298253 0.323888
+0.146883 0.300511 0.324712
+0.178134 0.301579 0.324422
+0.213504 0.300999 0.322072
+0.251469 0.299641 0.318486
+0.289906 0.2972 0.314015
+0.328328 0.29427 0.308354
+0.367269 0.290974 0.301472
+0.406378 0.286641 0.293645
+0.445716 0.281682 0.28513
+0.485008 0.275547 0.275059
+0.524681 0.268788 0.263523
+0.564446 0.260899 0.250416
+0.604227 0.251789 0.235019
+0.643717 0.241413 0.217243
+0.682979 0.229313 0.197208
+0.721813 0.215335 0.174762
+0.759991 0.199359 0.150607
+0.796658 0.180743 0.123552
+0.831556 0.158923 0.092668
+0.863539 0.133562 0.054963
+0.891524 0.103426 0.00514229
+0 0.309316 0.305959
+0 0.309255 0.30518
+0 0.309621 0.304646
+0 0.309911 0.304006
+0 0.310094 0.303166
+0 0.310033 0.302129
+0 0.312245 0.303181
+0.0108797 0.317174 0.307088
+0.0399481 0.322255 0.311009
+0.0675364 0.326925 0.314275
+0.0945602 0.331151 0.316823
+0.122316 0.334585 0.318654
+0.151614 0.337072 0.319539
+0.183856 0.338186 0.318746
+0.219806 0.337804 0.316503
+0.258061 0.336568 0.312871
+0.298482 0.335286 0.303929
+0.341482 0.336156 0.281224
+0.379553 0.333349 0.272984
+0.416709 0.329 0.270619
+0.454337 0.323735 0.265766
+0.493385 0.318059 0.258396
+0.532586 0.311711 0.248173
+0.571847 0.30425 0.235676
+0.611658 0.295933 0.220859
+0.65124 0.286427 0.203555
+0.690562 0.27538 0.184207
+0.729335 0.262745 0.162646
+0.767803 0.248173 0.139376
+0.80502 0.23093 0.113451
+0.84126 0.210925 0.0835584
+0.875853 0.187106 0.0472419
+0.907317 0.158968 0
+0 0.344137 0.298695
+0 0.344121 0.297841
+0 0.344488 0.297276
+0 0.344732 0.29662
+0 0.344854 0.295598
+0 0.344854 0.294392
+0 0.348272 0.296529
+0.015198 0.353567 0.300496
+0.044007 0.358892 0.304341
+0.0716411 0.363775 0.307942
+0.0988937 0.368093 0.310552
+0.126818 0.37171 0.312093
+0.156664 0.374258 0.31281
+0.18967 0.375494 0.311849
+0.2262 0.37528 0.309117
+0.264408 0.37406 0.305394
+0.307057 0.373877 0.291768
+0.350286 0.375937 0.263401
+0.392142 0.375738 0.238911
+0.427893 0.370657 0.241032
+0.464622 0.365316 0.242069
+0.502159 0.359762 0.237278
+0.540917 0.353811 0.229084
+0.579995 0.347219 0.217609
+0.619272 0.339651 0.203677
+0.658763 0.330968 0.187579
+0.697856 0.320989 0.168948
+0.736446 0.309392 0.148409
+0.77438 0.295933 0.125551
+0.811841 0.280369 0.0999161
+0.847639 0.261753 0.0690623
+0.882536 0.240131 0.0297551
+0.915145 0.214099 0
+0 0.379583 0.289647
+0 0.379599 0.288762
+0 0.379873 0.287907
+0 0.380087 0.286946
+0 0.380224 0.285954
+0 0.380209 0.28481
+0 0.385229 0.288457
+0.0202182 0.390829 0.292607
+0.0487068 0.396307 0.296437
+0.0760815 0.401358 0.299901
+0.103487 0.405798 0.302632
+0.131792 0.409461 0.304112
+0.16199 0.412161 0.304234
+0.195682 0.413443 0.303181
+0.232593 0.413367 0.300282
+0.270787 0.412543 0.296452
+0.314183 0.412573 0.279484
+0.356115 0.414054 0.255909
+0.39884 0.415045 0.224414
+0.438865 0.41323 0.204517
+0.474464 0.407507 0.2121
+0.51133 0.401785 0.211215
+0.549249 0.396231 0.205447
+0.587945 0.390005 0.196109
+0.626551 0.382834 0.183124
+0.6654 0.374884 0.168276
+0.704326 0.365637 0.15111
+0.742947 0.354925 0.131441
+0.780499 0.34255 0.108888
+0.817624 0.328267 0.0826123
+0.853498 0.31136 0.0500191
+0.887526 0.291173 0.00407416
+0.922576 0.27013 0
+0 0.415686 0.278737
+0 0.415702 0.27776
+0 0.415991 0.27689
+0 0.416175 0.275883
+0 0.416251 0.274876
+0 0.417594 0.274922
+0 0.423011 0.278889
+0.0259403 0.42887 0.283146
+0.0537575 0.43447 0.286976
+0.0809796 0.439673 0.290166
+0.108431 0.444175 0.292821
+0.137057 0.447929 0.294179
+0.167666 0.45066 0.29424
+0.201816 0.451942 0.292576
+0.239078 0.452079 0.289387
+0.278737 0.451652 0.283162
+0.320668 0.451789 0.267445
+0.361593 0.452415 0.2477
+0.402609 0.452903 0.222614
+0.44445 0.452705 0.19144
+0.483742 0.449928 0.176562
+0.519799 0.444251 0.180224
+0.557382 0.438773 0.17789
+0.595041 0.432609 0.170565
+0.633631 0.426001 0.160342
+0.672236 0.418524 0.146761
+0.710506 0.409995 0.130556
+0.748577 0.400153 0.111498
+0.785885 0.388556 0.0886854
+0.822232 0.375143 0.0606241
+0.857572 0.359152 0.0231937
+0.892149 0.341009 0
+0.929732 0.324681 0
+0 0.452018 0.265721
+0 0.451957 0.264652
+0 0.452247 0.263706
+0 0.45243 0.262791
+0 0.452552 0.261662
+0 0.455756 0.263371
+0.00329595 0.461662 0.267597
+0.0319982 0.467689 0.271824
+0.0593576 0.473381 0.275593
+0.086244 0.478523 0.278721
+0.113756 0.483207 0.280964
+0.142504 0.486992 0.282048
+0.173617 0.489723 0.282002
+0.208515 0.490974 0.27982
+0.245823 0.491279 0.276402
+0.286519 0.491218 0.267445
+0.327169 0.491463 0.25304
+0.367544 0.491951 0.235294
+0.407584 0.491951 0.213291
+0.448112 0.491417 0.187076
+0.489311 0.490394 0.157214
+0.527504 0.486412 0.145586
+0.56437 0.481147 0.146761
+0.601907 0.475105 0.142443
+0.639902 0.468879 0.133898
+0.67808 0.461814 0.122042
+0.715892 0.453834 0.106493
+0.753246 0.44445 0.0872511
+0.790204 0.433555 0.0629892
+0.825956 0.42063 0.0309606
+0.86067 0.405768 0
+0.898177 0.392386 0
+0.935821 0.377905 0
+0 0.488609 0.250751
+0 0.488579 0.249561
+0 0.488899 0.248478
+0 0.489128 0.247318
+0 0.489418 0.246098
+0 0.494896 0.249882
+0.0107881 0.501106 0.254429
+0.0386053 0.507225 0.258473
+0.0653239 0.512978 0.262013
+0.0919051 0.518135 0.264683
+0.11928 0.522637 0.266728
+0.148425 0.526589 0.267582
+0.180148 0.529244 0.266896
+0.215641 0.530465 0.264668
+0.252995 0.530877 0.260884
+0.294011 0.531212 0.249409
+0.33373 0.531533 0.23566
+0.373587 0.531975 0.219059
+0.413169 0.531762 0.199069
+0.452903 0.530922 0.176226
+0.492836 0.529747 0.150668
+0.532586 0.527214 0.120165
+0.57052 0.522881 0.11043
+0.607584 0.517174 0.108934
+0.645167 0.511116 0.102861
+0.682643 0.504479 0.0918288
+0.720165 0.496696 0.0766613
+0.757122 0.487694 0.0561074
+0.793133 0.477241 0.027985
+0.828122 0.464912 0
+0.865782 0.454337 0
+0.904082 0.442985 0
+0.941833 0.430381 0
+0 0.525673 0.232715
+0 0.525658 0.231662
+0 0.525994 0.230472
+0 0.526345 0.229221
+0 0.529 0.230152
+0 0.535042 0.234241
+0.0188602 0.541329 0.238483
+0.0454566 0.547173 0.242329
+0.0717784 0.553048 0.245701
+0.098146 0.558221 0.248112
+0.125566 0.562799 0.249912
+0.155047 0.566537 0.250263
+0.18732 0.569024 0.249134
+0.223102 0.570291 0.246296
+0.261707 0.570977 0.239918
+0.301595 0.571435 0.228565
+0.340642 0.571862 0.214939
+0.379828 0.572152 0.199374
+0.418769 0.571817 0.181109
+0.45774 0.570855 0.160754
+0.497124 0.569512 0.137865
+0.536065 0.566827 0.110582
+0.574731 0.56318 0.0766461
+0.6121 0.558251 0.067216
+0.648783 0.552331 0.0629129
+0.686107 0.545815 0.0527352
+0.722881 0.538323 0.0360418
+0.759136 0.529519 0.0110475
+0.794934 0.519814 0
+0.833555 0.511925 0
+0.871794 0.503243 0
+0.909712 0.493355 0
+0.947234 0.482109 0
+0 0.563424 0.212253
+0 0.563485 0.211002
+0 0.563867 0.209705
+0 0.564233 0.208301
+0 0.569451 0.211536
+0.000488289 0.575738 0.215702
+0.0273136 0.581994 0.219852
+0.0529946 0.587839 0.223163
+0.078645 0.593484 0.226017
+0.105043 0.598795 0.228519
+0.132662 0.603372 0.229603
+0.162142 0.606943 0.229435
+0.195026 0.609201 0.227802
+0.230915 0.610361 0.224491
+0.270222 0.611337 0.215473
+0.309178 0.611933 0.204166
+0.34789 0.612314 0.19144
+0.386313 0.612421 0.176547
+0.424506 0.611902 0.160159
+0.463096 0.611109 0.141741
+0.501289 0.609247 0.120165
+0.539712 0.606806 0.094728
+0.577264 0.602731 0.0621958
+0.613977 0.597223 0.0149996
+0.650935 0.591669 0.00277714
+0.687648 0.585702 0
+0.724376 0.57879 0
+0.762554 0.573053 0
+0.801205 0.566644 0
+0.839124 0.559304 0
+0.877119 0.551553 0
+0.915099 0.542748 0
+0.952499 0.532891 0
+0 0.601251 0.187457
+0 0.601343 0.185946
+0 0.60174 0.184604
+0 0.604746 0.185946
+0 0.610651 0.189715
+0.0106966 0.616785 0.193439
+0.0363165 0.623041 0.197131
+0.061265 0.628931 0.200443
+0.0863966 0.63447 0.202869
+0.112444 0.63949 0.204456
+0.140047 0.644053 0.205417
+0.170001 0.64741 0.204562
+0.203433 0.649561 0.202335
+0.240436 0.650782 0.196826
+0.278721 0.651698 0.187625
+0.316838 0.652338 0.176867
+0.354864 0.652735 0.165148
+0.392569 0.652491 0.151308
+0.430228 0.651728 0.135882
+0.468147 0.65069 0.118334
+0.505653 0.64863 0.0974289
+0.54313 0.645975 0.0719768
+0.580041 0.642023 0.0384833
+0.616053 0.636454 0
+0.656199 0.634562 0
+0.693706 0.629847 0
+0.731167 0.624506 0
+0.769192 0.61915 0
+0.806775 0.613062 0
+0.844816 0.606744 0
+0.882902 0.599664 0
+0.920119 0.591623 0
+0.957351 0.583001 0
+0 0.639551 0.158495
+0 0.639673 0.157092
+0 0.640635 0.156039
+0 0.646265 0.159594
+0 0.652354 0.16347
+0.0215763 0.658579 0.167193
+0.0458686 0.664591 0.170703
+0.0701762 0.670375 0.17348
+0.0950332 0.675792 0.175753
+0.120882 0.680735 0.177264
+0.148486 0.684794 0.177371
+0.178836 0.68777 0.17612
+0.212482 0.689632 0.173449
+0.249882 0.690883 0.166064
+0.287129 0.691691 0.157534
+0.324529 0.692439 0.147555
+0.361456 0.692424 0.136309
+0.398459 0.692073 0.122942
+0.435691 0.691417 0.107958
+0.472572 0.689815 0.090013
+0.509514 0.687694 0.0685893
+0.545815 0.684367 0.0404364
+0.581628 0.680079 0.000534066
+0.619928 0.677501 0
+0.660227 0.676417 0
+0.700725 0.675074 0
+0.738155 0.670176 0
+0.775189 0.664958 0
+0.813184 0.659495 0
+0.850767 0.653864 0
+0.887968 0.647379 0
+0.925765 0.640406 0
+0.962814 0.632822 0
+0 0.677501 0.125734
+0 0.677638 0.124208
+0 0.682368 0.126787
+0 0.688243 0.130419
+0.00917067 0.694316 0.134218
+0.0327916 0.700298 0.137942
+0.0560311 0.706081 0.141039
+0.07953 0.711513 0.143542
+0.104112 0.716838 0.145769
+0.12958 0.721325 0.146746
+0.157259 0.725078 0.146593
+0.187976 0.727657 0.145098
+0.222873 0.729305 0.140322
+0.25919 0.730404 0.133257
+0.295583 0.731319 0.124987
+0.331701 0.731655 0.115068
+0.367773 0.731395 0.103502
+0.404181 0.731075 0.0901656
+0.440223 0.729717 0.0738384
+0.476493 0.728115 0.0542
+0.512108 0.725185 0.0283513
+0.547707 0.721675 0
+0.585763 0.720027 0
+0.625452 0.719448 0
+0.665141 0.718395 0
+0.705119 0.71722 0
+0.745205 0.715816 0
+0.782238 0.710796 0
+0.819379 0.70602 0
+0.856504 0.70045 0
+0.89398 0.694881 0
+0.930922 0.688731 0
+0.967758 0.681682 0
+0 0.71516 0.0907454
+0 0.718563 0.0924239
+0 0.724254 0.0959793
+0 0.730114 0.0996414
+0.0217136 0.735927 0.103136
+0.0438239 0.741634 0.106218
+0.0662699 0.747189 0.109163
+0.0893568 0.752499 0.111467
+0.113252 0.757137 0.113008
+0.138674 0.761181 0.113405
+0.166491 0.764462 0.112825
+0.198077 0.766629 0.110033
+0.233173 0.768124 0.104082
+0.268177 0.769146 0.0965438
+0.303181 0.769528 0.0875563
+0.338384 0.76965 0.0767987
+0.373648 0.769299 0.0639353
+0.408728 0.7682 0.0479744
+0.444022 0.766751 0.027985
+0.478843 0.764248 0.000762951
+0.515038 0.762493 0
+0.553552 0.762188 0
+0.59234 0.761868 0
+0.631418 0.761486 0
+0.670558 0.760723 0
+0.709972 0.759594 0
+0.749828 0.758343 0
+0.789288 0.756741 0
+0.825864 0.75198 0
+0.862882 0.747158 0
+0.899886 0.742031 0
+0.936599 0.736278 0
+0.971633 0.730373 0
+0 0.755032 0.055314
+0 0.760006 0.0583505
+0 0.765682 0.0617227
+0.0133211 0.771221 0.0650187
+0.0340276 0.776699 0.0678874
+0.054902 0.78204 0.070573
+0.0764935 0.787381 0.0728313
+0.0986648 0.792096 0.0743267
+0.122347 0.796246 0.0750439
+0.147799 0.799786 0.0746777
+0.176165 0.802518 0.0731365
+0.208835 0.804318 0.0676432
+0.242329 0.805341 0.0601053
+0.275959 0.80589 0.0508431
+0.309987 0.806241 0.039765
+0.343816 0.805844 0.0253605
+0.378195 0.805035 0.00700389
+0.412238 0.803571 0
+0.448569 0.803815 0
+0.485634 0.80415 0
+0.523339 0.804211 0
+0.561135 0.804089 0
+0.599329 0.803815 0
+0.638102 0.803601 0
+0.676997 0.802899 0
+0.715831 0.802045 0
+0.754925 0.800977 0
+0.7944 0.800046 0
+0.833112 0.797955 0
+0.869612 0.793545 0
+0.905974 0.788617 0
+0.942565 0.783749 0
+0.971832 0.778286 0
+0 0.795468 0.0138552
+0 0.800336 0.0166323
+0.00694286 0.805585 0.0191653
+0.0262303 0.810819 0.021622
+0.0457313 0.816068 0.0237888
+0.0654765 0.820951 0.0252079
+0.0860609 0.825483 0.0260471
+0.107622 0.829679 0.0261387
+0.131121 0.833646 0.0255436
+0.156558 0.836606 0.0233158
+0.186069 0.838483 0.0167086
+0.21799 0.839719 0.0074464
+0.25005 0.840299 0
+0.282551 0.840421 0
+0.316457 0.841505 0
+0.35111 0.842664 0
+0.386297 0.843748 0
+0.42211 0.844465 0
+0.458167 0.845075 0
+0.494972 0.845823 0
+0.532158 0.845991 0
+0.569467 0.845975 0
+0.607126 0.845777 0
+0.645624 0.845624 0
+0.683925 0.845121 0
+0.722255 0.844465 0
+0.760922 0.843503 0
+0.799969 0.842771 0
+0.838621 0.841611 0
+0.876295 0.839292 0
+0.912657 0.835035 0
+0.948409 0.830427 0
+0.971771 0.82536 0
+0 0.83386 0
+0.00204471 0.838514 0
+0.019791 0.843397 0
+0.0373846 0.848081 0
+0.0555428 0.852628 0
+0.0750134 0.857542 0
+0.0953078 0.862089 0
+0.117174 0.866255 0
+0.140887 0.869963 0
+0.16875 0.873167 0
+0.199283 0.875807 0
+0.230976 0.877882 0
+0.263462 0.879652 0
+0.296254 0.881239 0
+0.329747 0.882643 0
+0.363973 0.884123 0
+0.398352 0.885115 0
+0.43357 0.885939 0
+0.469001 0.88661 0
+0.505165 0.887312 0
+0.541817 0.887633 0
+0.578561 0.887709 0
+0.615961 0.887572 0
+0.653635 0.887556 0
+0.691432 0.887236 0
+0.729641 0.886641 0
+0.767605 0.885893 0
+0.805936 0.885313 0
+0.844373 0.884306 0
+0.882429 0.883085 0
+0.919585 0.880903 0
+0.9552 0.876631 0
+0.972061 0.872038 0
+0.00614939 0.877501 0
+0.0222934 0.881788 0
+0.038819 0.886488 0
+0.0560464 0.891447 0
+0.0737163 0.895949 0
+0.0924697 0.900298 0
+0.112764 0.904723 0
+0.134585 0.908431 0
+0.159869 0.911757 0
+0.18761 0.914412 0
+0.217517 0.916533 0
+0.248234 0.918776 0
+0.27953 0.920439 0
+0.31133 0.921981 0
+0.343908 0.923293 0
+0.377447 0.924712 0
+0.411124 0.925643 0
+0.445548 0.92636 0
+0.480323 0.926986 0
+0.515846 0.927749 0
+0.551797 0.927916 0
+0.58793 0.927977 0
+0.624689 0.927794 0
+0.661814 0.927825 0
+0.699107 0.927321 0
+0.736339 0.926726 0
+0.773877 0.925902 0
+0.811902 0.925185 0
+0.84947 0.924041 0
+0.886915 0.922698 0
+0.924834 0.921492 0
+0.960937 0.918868 0
+0.972457 0.914885 0
+0 0 0.367208
+0 0 0.366232
+0 0 0.365332
+0 0 0.364416
+0 0 0.363134
+0 0 0.361837
+0 0 0.360433
+0 0 0.358907
+0.0093843 0 0.357122
+0.0323796 0 0.35555
+0.0535592 0 0.353826
+0.0732891 0 0.351888
+0.0924392 0 0.349554
+0.111528 0 0.347143
+0.131395 0 0.343969
+0.152575 0 0.340154
+0.17583 0 0.335515
+0.201953 0 0.329946
+0.230182 0 0.323415
+0.258656 0 0.316564
+0.287449 0 0.308995
+0.316747 0 0.301015
+0.346334 0 0.292454
+0.376181 0 0.283299
+0.406622 0 0.273106
+0.438224 0 0.261982
+0.470741 0 0.249836
+0.503426 0 0.236774
+0.535912 0 0.223011
+0.569741 0 0.207752
+0.604639 0 0.190524
+0.640009 0 0.170901
+0.675944 0 0.148455
+0 0.0116732 0.365042
+0 0.0102846 0.364294
+0 0.00888075 0.363241
+0 0.0074464 0.362158
+0 0.00595102 0.361151
+0 0.00427253 0.359869
+0 0.00238041 0.358557
+0 0.000488289 0.357168
+0.0102083 0 0.355673
+0.0332341 0 0.353902
+0.0543221 0 0.352193
+0.0739757 0 0.350256
+0.0929732 0 0.348302
+0.112184 0 0.345678
+0.132097 0 0.342565
+0.153338 0 0.338796
+0.176669 0 0.334386
+0.202914 0 0.328603
+0.231189 0 0.322072
+0.259693 0 0.315221
+0.288518 0 0.307622
+0.317845 0 0.299657
+0.348165 0 0.290745
+0.379278 0 0.281132
+0.410651 0 0.271107
+0.442634 0 0.260563
+0.475715 0 0.249287
+0.509651 0 0.236606
+0.544335 0 0.222339
+0.579751 0 0.20621
+0.61593 0 0.188113
+0.652552 0 0.167163
+0.689509 0 0.142962
+0 0.0243229 0.363287
+0 0.0231022 0.362387
+0 0.0217594 0.361303
+0 0.0203861 0.360204
+0 0.0188754 0.35906
+0 0.0173648 0.357809
+0 0.0155489 0.356466
+0 0.0135958 0.355108
+0.0105287 0.0112917 0.353353
+0.0333257 0.00888075 0.351476
+0.0543679 0.00660716 0.349874
+0.0739757 0.00402838 0.34815
+0.0932326 0.00114443 0.346426
+0.112734 0 0.344152
+0.132891 0 0.341299
+0.154116 0 0.337469
+0.177554 0 0.333059
+0.203891 0 0.32726
+0.232197 0 0.320775
+0.261128 0 0.313756
+0.290944 0 0.305943
+0.32105 0 0.298329
+0.351827 0 0.289982
+0.383886 0 0.281285
+0.416648 0 0.271489
+0.450187 0 0.261006
+0.484642 0 0.249287
+0.51989 0 0.236133
+0.555825 0 0.221103
+0.592447 0 0.204044
+0.629633 0 0.184527
+0.667414 0 0.162158
+0.70544 0 0.136294
+0 0.0364691 0.361532
+0 0.0352941 0.36051
+0 0.0341802 0.359442
+0 0.032929 0.358328
+0 0.0315251 0.357122
+0 0.0301061 0.355901
+0 0.0284733 0.354711
+0 0.026627 0.353201
+0.0111086 0.0243839 0.351217
+0.0337072 0.021973 0.349294
+0.0543221 0.0196231 0.347463
+0.0738231 0.0171817 0.345937
+0.0928664 0.0142672 0.343923
+0.112261 0.0109712 0.341588
+0.132509 0.00701915 0.338796
+0.153964 0.002121 0.335576
+0.177981 0 0.331319
+0.20557 0 0.326177
+0.234501 0 0.320027
+0.264408 0 0.313558
+0.295109 0 0.306462
+0.326452 0 0.299214
+0.358587 0 0.291035
+0.391531 0 0.282231
+0.425589 0 0.272358
+0.460334 0 0.261463
+0.495918 0 0.249165
+0.532174 0 0.235187
+0.569009 0 0.219272
+0.606806 0 0.201419
+0.644892 0 0.180514
+0.683497 0 0.15642
+0.722194 0 0.128878
+0 0.0488289 0.35964
+0 0.0477302 0.358572
+0 0.0467689 0.35758
+0 0.045655 0.356405
+0 0.0443885 0.355428
+0 0.0430152 0.354147
+0 0.0416724 0.352758
+0 0.0400244 0.351232
+0.0119478 0.0378119 0.349081
+0.0342718 0.0357061 0.347265
+0.0546731 0.0335851 0.345693
+0.0740826 0.0311894 0.343816
+0.0930343 0.0286107 0.341772
+0.11223 0.02533 0.3393
+0.13257 0.0213931 0.336996
+0.15465 0.016495 0.334203
+0.179507 0.0105287 0.330358
+0.20795 0.00318914 0.325597
+0.238483 0 0.320195
+0.269871 0 0.314763
+0.301961 0 0.30837
+0.334356 0 0.300816
+0.367483 0 0.292714
+0.401465 0 0.283421
+0.436454 0 0.273213
+0.472404 0 0.26183
+0.508873 0 0.248722
+0.546197 0 0.233921
+0.58407 0 0.216861
+0.6224 0 0.197604
+0.661082 0 0.175402
+0.699947 0 0.149447
+0.738979 0 0.120195
+0 0.0610666 0.357671
+0 0.0600595 0.356573
+0 0.0590372 0.355642
+0 0.0581216 0.35462
+0 0.057023 0.35346
+0 0.055787 0.352178
+0 0.0544594 0.350729
+0 0.0531014 0.349371
+0.0131533 0.0510109 0.347372
+0.0351568 0.0490578 0.345693
+0.0554055 0.0470893 0.344274
+0.0746777 0.0451057 0.343053
+0.0939651 0.0425879 0.341543
+0.113649 0.0398718 0.339925
+0.134508 0.0362707 0.337896
+0.157473 0.0317845 0.335332
+0.183398 0.0260319 0.331914
+0.212757 0.0186618 0.327138
+0.244038 0.0102388 0.321645
+0.276036 0.000900282 0.315526
+0.309087 0 0.309224
+0.342885 0 0.302159
+0.377981 0 0.29424
+0.41297 0 0.284581
+0.448859 0 0.273762
+0.485557 0 0.261265
+0.522606 0 0.247395
+0.560571 0 0.231876
+0.599115 0 0.213687
+0.63801 0 0.193027
+0.677028 0 0.1691
+0.716243 0 0.141634
+0.755215 0 0.110719
+0 0.0733196 0.355703
+0 0.0723888 0.354772
+0 0.0714733 0.353735
+0 0.0705425 0.352621
+0 0.0696574 0.351553
+0 0.0685283 0.350332
+0 0.0672923 0.349111
+0 0.06598 0.348196
+0.0139162 0.0641337 0.346929
+0.0362707 0.0625162 0.346029
+0.0567636 0.0609903 0.345327
+0.076463 0.059266 0.344793
+0.0961166 0.0572976 0.343984
+0.116609 0.0548409 0.342977
+0.138125 0.051606 0.341268
+0.162097 0.0473945 0.338811
+0.189197 0.0417182 0.335027
+0.219837 0.0345617 0.329992
+0.251835 0.0263981 0.324254
+0.284443 0.0172885 0.317998
+0.317891 0.00701915 0.310735
+0.352422 0 0.302892
+0.387839 0 0.294057
+0.424491 0 0.284672
+0.46154 0 0.273548
+0.498848 0 0.260471
+0.536736 0 0.245624
+0.575097 0 0.228946
+0.613779 0 0.209598
+0.652811 0 0.187778
+0.692042 0 0.162539
+0.731197 0 0.133211
+0.77023 0 0.100832
+0 0.0857557 0.353765
+0 0.0849012 0.352758
+0 0.0840467 0.351843
+0 0.0831617 0.351141
+0 0.0822614 0.350454
+0 0.0813764 0.349798
+0 0.0805676 0.349493
+0 0.0795605 0.349386
+0.0152285 0.0780346 0.348638
+0.0379034 0.0768139 0.348455
+0.0589151 0.0756695 0.34847
+0.0791028 0.074342 0.348363
+0.0994278 0.072694 0.347951
+0.12047 0.0704509 0.347173
+0.142794 0.0673991 0.345602
+0.16788 0.0633402 0.343252
+0.196506 0.0576181 0.339223
+0.228489 0.0506447 0.333974
+0.261295 0.0427405 0.327855
+0.294667 0.0339361 0.321004
+0.328771 0.0239719 0.313344
+0.363806 0.012665 0.30454
+0.39942 0 0.294942
+0.43592 0 0.283864
+0.473365 0 0.271855
+0.512047 0 0.258869
+0.550134 0 0.243275
+0.588754 0 0.225513
+0.627695 0 0.205234
+0.666667 0 0.18201
+0.705745 0 0.155459
+0.744671 0 0.124804
+0.783215 0 0.0912032
+0 0.0985428 0.352575
+0 0.0979324 0.351949
+0 0.0973068 0.351598
+0 0.0967117 0.351614
+0 0.0960861 0.351766
+0 0.095491 0.351888
+0 0.0948806 0.352117
+0 0.0941787 0.352422
+0.0169985 0.092958 0.3523
+0.0400397 0.0920272 0.352499
+0.0615091 0.0911879 0.352895
+0.0822003 0.0901961 0.353033
+0.103227 0.0888838 0.353017
+0.12491 0.0868238 0.352209
+0.148302 0.0839094 0.350591
+0.174823 0.079942 0.34786
+0.205127 0.0742657 0.343572
+0.238254 0.0674907 0.33814
+0.271824 0.0598917 0.331991
+0.306096 0.0513313 0.324666
+0.341115 0.0417029 0.316365
+0.376349 0.0309453 0.307149
+0.412238 0.0186313 0.296422
+0.448814 0.00476081 0.284245
+0.485801 0 0.270817
+0.523491 0 0.255879
+0.562478 0 0.239948
+0.601541 0 0.221469
+0.64036 0 0.200198
+0.679072 0 0.17586
+0.717968 0 0.14786
+0.756695 0 0.116396
+0.794781 0 0.0821546
+0 0.112703 0.353552
+0 0.1122 0.353155
+0 0.111894 0.353536
+0 0.111589 0.35404
+0 0.111238 0.354559
+0 0.110826 0.354971
+0 0.110399 0.355474
+0 0.109773 0.355962
+0.0185855 0.108873 0.356191
+0.0420996 0.108293 0.356725
+0.0639811 0.107774 0.357229
+0.0855116 0.107164 0.357763
+0.107286 0.106126 0.35787
+0.129915 0.104387 0.357122
+0.15465 0.101625 0.355612
+0.182788 0.0977188 0.352773
+0.21471 0.0921492 0.348226
+0.248844 0.0856794 0.342565
+0.283177 0.0783093 0.335912
+0.318364 0.0701305 0.328634
+0.353857 0.0609751 0.319982
+0.389914 0.0505379 0.310231
+0.426352 0.0388952 0.298726
+0.462959 0.0255589 0.285817
+0.499687 0.0105745 0.271275
+0.536751 0 0.254749
+0.574289 0 0.236561
+0.612543 0 0.216739
+0.651408 0 0.195056
+0.690105 0 0.169543
+0.728634 0 0.140398
+0.766918 0 0.108202
+0.804517 0 0.0735637
+0 0.128756 0.355703
+0 0.12842 0.355703
+0 0.128267 0.356405
+0 0.128069 0.357092
+0 0.12781 0.357794
+0 0.127489 0.35845
+0 0.127077 0.35906
+0 0.126619 0.359609
+0.0198825 0.126101 0.360098
+0.0439612 0.125917 0.360845
+0.0664988 0.125811 0.361669
+0.088716 0.125475 0.362264
+0.111482 0.124865 0.362585
+0.135348 0.123507 0.361944
+0.161639 0.121111 0.360372
+0.191455 0.117342 0.357183
+0.225025 0.112078 0.352789
+0.259953 0.105791 0.346975
+0.295445 0.09897 0.340429
+0.331533 0.0912032 0.333013
+0.367727 0.0825513 0.324056
+0.40441 0.0726482 0.31397
+0.441291 0.0614328 0.302083
+0.477852 0.0487831 0.288624
+0.514809 0.0345617 0.273259
+0.551568 0.0183261 0.255985
+0.587915 0 0.235904
+0.624109 0 0.213703
+0.661036 0 0.189273
+0.699626 0 0.163439
+0.737621 0 0.133257
+0.775402 0 0.100496
+0.81236 0 0.0659648
+0 0.146639 0.358419
+0 0.146273 0.358389
+0 0.146197 0.359121
+0 0.146105 0.359854
+0 0.145968 0.360479
+0 0.145724 0.360937
+0 0.145403 0.361456
+0 0.145098 0.362005
+0.0204929 0.145022 0.362692
+0.0453956 0.145434 0.363806
+0.0689555 0.145846 0.364965
+0.0920577 0.146075 0.365927
+0.115846 0.145815 0.366491
+0.140978 0.144869 0.366064
+0.168856 0.142885 0.364599
+0.20061 0.139452 0.361563
+0.235843 0.134768 0.357046
+0.27187 0.128969 0.351522
+0.308431 0.122652 0.345098
+0.34522 0.115251 0.337377
+0.382208 0.107149 0.328542
+0.419715 0.0978408 0.318517
+0.457053 0.0872358 0.306676
+0.493965 0.0753185 0.292882
+0.530999 0.0618296 0.277272
+0.567559 0.0465248 0.259129
+0.603555 0.0289158 0.238437
+0.638483 0.00880446 0.214282
+0.673442 0 0.187961
+0.7084 0 0.157977
+0.744793 0 0.126406
+0.78204 0 0.0935683
+0.818494 0 0.0592508
+0 0.166552 0.359533
+0 0.166247 0.359503
+0 0.166278 0.360189
+0 0.166247 0.3608
+0 0.166171 0.361379
+0 0.166018 0.361883
+0 0.165743 0.362264
+0 0.165713 0.362814
+0.0202945 0.166384 0.363897
+0.0460822 0.167224 0.365301
+0.0706798 0.168399 0.366995
+0.0951095 0.169329 0.368383
+0.120211 0.169772 0.369207
+0.146731 0.169436 0.368978
+0.176257 0.16791 0.367987
+0.210086 0.164965 0.365133
+0.246967 0.161044 0.361028
+0.284474 0.156008 0.356115
+0.321981 0.150332 0.349905
+0.35993 0.14374 0.342702
+0.397894 0.136339 0.334157
+0.436118 0.127749 0.324269
+0.474174 0.117876 0.312734
+0.511681 0.10663 0.299199
+0.548806 0.0937819 0.283223
+0.585641 0.0792554 0.26508
+0.621027 0.0624247 0.243671
+0.655802 0.0434424 0.219272
+0.689403 0.0217746 0.191104
+0.72224 0 0.159243
+0.754788 0 0.12398
+0.788006 0 0.0878614
+0.823468 0 0.0531319
+0 0.189303 0.358572
+0 0.189075 0.358511
+0 0.189181 0.359014
+0 0.189227 0.359426
+0 0.189242 0.359854
+0 0.189166 0.360143
+0 0.188968 0.360311
+0 0.189227 0.36083
+0.0189212 0.190814 0.362585
+0.0457923 0.19263 0.364675
+0.0713664 0.194461 0.366751
+0.0971847 0.196262 0.368704
+0.123919 0.197604 0.370199
+0.152407 0.19823 0.370825
+0.183749 0.197391 0.370047
+0.219455 0.194858 0.367514
+0.257404 0.191318 0.363546
+0.296239 0.187106 0.359365
+0.334813 0.182071 0.353582
+0.37406 0.176211 0.347173
+0.41268 0.169238 0.338781
+0.451667 0.161364 0.329366
+0.490608 0.15227 0.318334
+0.529168 0.141772 0.305348
+0.566918 0.129976 0.29012
+0.604227 0.116579 0.272709
+0.640284 0.100984 0.251774
+0.675135 0.083238 0.227512
+0.708492 0.0629129 0.199268
+0.740642 0.0398108 0.166583
+0.770764 0.0127413 0.128969
+0.800336 0 0.0892653
+0.829969 0 0.0486
+0 0.215335 0.355612
+0 0.215137 0.355474
+0 0.215335 0.355734
+0 0.215488 0.355962
+0 0.215534 0.3561
+0 0.215518 0.356146
+0 0.21532 0.355978
+0 0.216098 0.356741
+0.017258 0.218723 0.359319
+0.0454108 0.221775 0.362371
+0.0725414 0.224887 0.365362
+0.0994583 0.227451 0.367803
+0.127367 0.229526 0.369665
+0.157275 0.230655 0.37052
+0.190555 0.23064 0.370199
+0.227726 0.22858 0.367727
+0.266499 0.225391 0.36405
+0.305699 0.221668 0.359716
+0.345083 0.21706 0.35433
+0.384543 0.21146 0.347753
+0.424536 0.205142 0.340414
+0.464118 0.198001 0.331365
+0.503716 0.189487 0.320912
+0.543114 0.179644 0.308843
+0.58233 0.168841 0.294942
+0.620584 0.156573 0.278157
+0.658167 0.142351 0.258793
+0.694591 0.126284 0.235904
+0.729534 0.107836 0.208606
+0.762509 0.086305 0.176272
+0.793225 0.0611276 0.139208
+0.821118 0.0314031 0.0981613
+0.846738 0 0.0533303
+0 0.244388 0.352743
+0 0.244327 0.352468
+0 0.244495 0.352499
+0 0.244694 0.352499
+0 0.2448 0.352377
+0 0.24477 0.352102
+0 0.244648 0.35169
+0 0.246357 0.353048
+0.017792 0.250004 0.356481
+0.0468452 0.25417 0.360143
+0.0750591 0.258244 0.363684
+0.102937 0.261677 0.366567
+0.131701 0.264195 0.368475
+0.162539 0.265599 0.369238
+0.196826 0.265415 0.368444
+0.23476 0.263935 0.365789
+0.273884 0.261189 0.362219
+0.313252 0.25771 0.357519
+0.352972 0.253758 0.352193
+0.392615 0.248783 0.345632
+0.43267 0.243183 0.338247
+0.472496 0.236362 0.329366
+0.512566 0.228748 0.3196
+0.552743 0.219989 0.308003
+0.592767 0.209873 0.294606
+0.632319 0.198367 0.279088
+0.67126 0.185229 0.260761
+0.709789 0.170443 0.239475
+0.746639 0.153292 0.213565
+0.781964 0.133761 0.183032
+0.815137 0.111254 0.148348
+0.845121 0.0844129 0.109636
+0.871138 0.0520485 0.0651713
+0 0.276051 0.349493
+0 0.27599 0.349081
+0 0.27631 0.348974
+0 0.276555 0.348775
+0 0.276646 0.348409
+0 0.276677 0.34789
+0 0.276555 0.347234
+0 0.279347 0.34966
+0.0203708 0.284138 0.353765
+0.0501411 0.288975 0.357839
+0.0785687 0.293477 0.361288
+0.106844 0.297215 0.364096
+0.136233 0.299947 0.365972
+0.167758 0.301457 0.366506
+0.202884 0.301411 0.36524
+0.241398 0.300023 0.362554
+0.280888 0.297932 0.358785
+0.32018 0.294865 0.354162
+0.359792 0.291203 0.348455
+0.399725 0.287053 0.34229
+0.439567 0.281788 0.334432
+0.479927 0.275929 0.325811
+0.520226 0.269184 0.315663
+0.560296 0.261067 0.303944
+0.600519 0.251957 0.290654
+0.640375 0.241596 0.275151
+0.680201 0.229725 0.257053
+0.719905 0.216129 0.236683
+0.758694 0.200305 0.212009
+0.79646 0.1823 0.183719
+0.832547 0.161257 0.151995
+0.865583 0.13695 0.116411
+0.895033 0.108019 0.0750134
+0 0.310033 0.345632
+0 0.310002 0.345083
+0 0.310323 0.344854
+0 0.310597 0.344533
+0 0.310658 0.344091
+0 0.310674 0.343313
+0 0.310552 0.342412
+0 0.314641 0.345617
+0.0240635 0.319814 0.349859
+0.0538338 0.324941 0.353994
+0.0825055 0.329534 0.357504
+0.110979 0.333532 0.360327
+0.140902 0.336492 0.361975
+0.173022 0.338216 0.362219
+0.208927 0.338247 0.360967
+0.248051 0.33695 0.357885
+0.287465 0.335393 0.354223
+0.32697 0.332799 0.349477
+0.366613 0.329747 0.343587
+0.406607 0.326284 0.336431
+0.446571 0.321859 0.328359
+0.486854 0.316777 0.319478
+0.527108 0.310414 0.309026
+0.567498 0.303487 0.297169
+0.607813 0.295369 0.283558
+0.648157 0.286076 0.267903
+0.688045 0.275441 0.249577
+0.727687 0.263111 0.228199
+0.766873 0.248951 0.203449
+0.805432 0.232792 0.17586
+0.842908 0.213703 0.146075
+0.878843 0.190997 0.113588
+0.912016 0.164385 0.0753033
+0 0.344869 0.340124
+0 0.344808 0.339437
+0 0.345174 0.33901
+0 0.345418 0.33843
+0 0.345541 0.337667
+0 0.345541 0.336751
+0 0.3458 0.336049
+0 0.350668 0.33991
+0.0283513 0.356344 0.344717
+0.0579995 0.36173 0.348959
+0.0867933 0.366583 0.352453
+0.115618 0.370611 0.355032
+0.145708 0.373816 0.356558
+0.17847 0.375616 0.356756
+0.215244 0.37583 0.354986
+0.254459 0.374746 0.352026
+0.293858 0.373266 0.348089
+0.335622 0.372 0.339055
+0.379919 0.372946 0.31548
+0.418753 0.370016 0.306996
+0.457038 0.365743 0.30309
+0.49543 0.360296 0.29868
+0.53521 0.354482 0.290959
+0.57496 0.347753 0.280598
+0.614984 0.340307 0.267689
+0.655283 0.331762 0.252674
+0.695262 0.322072 0.23447
+0.734874 0.31104 0.213046
+0.773938 0.298268 0.188815
+0.812818 0.283543 0.162295
+0.85034 0.266163 0.133455
+0.886549 0.245884 0.101335
+0.920897 0.221302 0.0631876
+0 0.38027 0.332265
+0 0.38024 0.331518
+0 0.380606 0.331075
+0 0.380774 0.330526
+0 0.38088 0.329641
+0 0.38085 0.328618
+0 0.382513 0.329168
+0.00201419 0.387839 0.333394
+0.033341 0.39379 0.338033
+0.0626841 0.399329 0.342245
+0.0913863 0.404303 0.345968
+0.120439 0.408499 0.348486
+0.150958 0.411749 0.349722
+0.184298 0.413672 0.34966
+0.221851 0.413931 0.347601
+0.26096 0.413245 0.34435
+0.300206 0.412009 0.340505
+0.344091 0.411597 0.326329
+0.388708 0.413718 0.29691
+0.431693 0.41355 0.271778
+0.468803 0.408637 0.271397
+0.505943 0.403143 0.272923
+0.544228 0.397299 0.268009
+0.583627 0.391211 0.259815
+0.623194 0.384466 0.248096
+0.662959 0.376822 0.233509
+0.702846 0.368078 0.215732
+0.742321 0.358022 0.19501
+0.781201 0.346456 0.171527
+0.819333 0.332906 0.14583
+0.856764 0.317159 0.117906
+0.892561 0.298421 0.0852522
+0.926757 0.276234 0.0445869
+0 0.416159 0.322805
+0 0.416144 0.321996
+0 0.416434 0.321355
+0 0.416602 0.320546
+0 0.416693 0.319692
+0 0.416693 0.318807
+0 0.419913 0.320836
+0.00825513 0.425895 0.325505
+0.0387732 0.431998 0.330144
+0.0677958 0.43769 0.334218
+0.0962997 0.442771 0.337804
+0.125521 0.447089 0.3402
+0.156542 0.450324 0.341253
+0.190631 0.452247 0.340597
+0.228458 0.452659 0.338491
+0.267491 0.452323 0.335149
+0.306859 0.451286 0.33109
+0.351827 0.451408 0.312703
+0.39501 0.452995 0.286854
+0.438895 0.454383 0.253101
+0.480125 0.452567 0.231144
+0.516121 0.446479 0.24033
+0.553597 0.440589 0.239765
+0.59202 0.434821 0.233951
+0.631067 0.428382 0.223789
+0.670176 0.421225 0.209903
+0.709468 0.41326 0.193133
+0.748669 0.404028 0.173617
+0.787243 0.393362 0.151614
+0.825223 0.380926 0.126757
+0.862242 0.366461 0.0987716
+0.897871 0.349218 0.0647746
+0.931411 0.328557 0.018204
+0 0.452506 0.311543
+0 0.452491 0.310658
+0 0.452735 0.309911
+0 0.452918 0.309071
+0 0.453086 0.308171
+0 0.453132 0.307164
+0 0.458274 0.310933
+0.0149996 0.464698 0.315862
+0.0447242 0.470954 0.320485
+0.0732128 0.476829 0.324453
+0.10164 0.481926 0.327764
+0.13106 0.486229 0.330007
+0.162493 0.489525 0.330816
+0.197253 0.491371 0.330175
+0.235355 0.49192 0.327459
+0.274098 0.491798 0.324041
+0.314992 0.491249 0.31725
+0.358404 0.491508 0.300145
+0.400183 0.492134 0.278569
+0.442695 0.492882 0.251484
+0.485435 0.493004 0.216327
+0.52546 0.490105 0.199313
+0.562402 0.484154 0.204669
+0.600244 0.478477 0.202335
+0.638361 0.472236 0.194385
+0.677317 0.46566 0.182712
+0.716091 0.458167 0.167758
+0.754833 0.449638 0.149538
+0.792996 0.439643 0.128847
+0.83032 0.428031 0.104494
+0.866545 0.414527 0.0750896
+0.90132 0.398199 0.0368353
+0.93463 0.378759 0
+0 0.489479 0.298573
+0 0.489464 0.297536
+0 0.489754 0.296681
+0 0.489998 0.295918
+0 0.490166 0.294957
+0 0.491569 0.294926
+0 0.497765 0.29955
+0.0222019 0.504356 0.304448
+0.0510414 0.510689 0.308934
+0.0791791 0.516518 0.312963
+0.107347 0.521462 0.315633
+0.137057 0.525963 0.317632
+0.16878 0.529229 0.318349
+0.204211 0.531106 0.317067
+0.242573 0.53164 0.314229
+0.281025 0.531777 0.310506
+0.323049 0.531655 0.300832
+0.365011 0.531929 0.285206
+0.406363 0.532341 0.265812
+0.447532 0.532631 0.242039
+0.489174 0.53225 0.212192
+0.531441 0.531563 0.176761
+0.57026 0.527535 0.163729
+0.607599 0.522011 0.165789
+0.645304 0.515953 0.161227
+0.683696 0.509621 0.151888
+0.722072 0.502449 0.139193
+0.760052 0.494438 0.122469
+0.797436 0.485008 0.101991
+0.834104 0.473976 0.0768292
+0.86978 0.460807 0.0438392
+0.903746 0.44535 0
+0.940169 0.431159 0
+0 0.526589 0.283131
+0 0.526635 0.282048
+0 0.526986 0.281117
+0 0.527291 0.28011
+0 0.527596 0.278935
+0 0.531441 0.281193
+0.00047303 0.538048 0.286168
+0.0298924 0.544656 0.291066
+0.057969 0.550988 0.295293
+0.0855573 0.556741 0.29868
+0.113603 0.56173 0.301228
+0.14313 0.565942 0.3028
+0.175753 0.56936 0.303029
+0.211719 0.571115 0.301564
+0.250019 0.571801 0.298421
+0.288396 0.572106 0.294652
+0.330877 0.57232 0.2822
+0.371725 0.572595 0.267216
+0.412665 0.573098 0.249195
+0.453208 0.572931 0.227024
+0.493736 0.572473 0.200259
+0.534859 0.571496 0.169955
+0.575372 0.569055 0.134966
+0.613748 0.564675 0.124651
+0.65098 0.558801 0.123583
+0.688914 0.552651 0.117266
+0.726528 0.545907 0.105776
+0.764065 0.538109 0.0898756
+0.801007 0.528969 0.068574
+0.836744 0.518273 0.0398871
+0.871214 0.505547 0
+0.907942 0.49424 0
+0.945922 0.482918 0
+0 0.564218 0.264836
+0 0.564248 0.263798
+0 0.564706 0.262791
+0 0.565072 0.261677
+0 0.566003 0.261006
+0 0.572213 0.26537
+0.0100099 0.579049 0.270298
+0.0382544 0.585672 0.274861
+0.0652476 0.591577 0.278645
+0.0926223 0.597482 0.281926
+0.120653 0.602441 0.284047
+0.150469 0.606577 0.285344
+0.18352 0.609567 0.284855
+0.219867 0.611353 0.282963
+0.257801 0.612177 0.279484
+0.29749 0.612772 0.272755
+0.338689 0.613184 0.2607
+0.378851 0.613535 0.245884
+0.419135 0.613886 0.228397
+0.459052 0.613611 0.206973
+0.499031 0.612879 0.182742
+0.539193 0.611719 0.155932
+0.578698 0.609155 0.125002
+0.617761 0.605524 0.0878157
+0.655451 0.600443 0.0782483
+0.692317 0.594385 0.0741131
+0.729595 0.587777 0.0639353
+0.766445 0.580133 0.0469062
+0.802502 0.571099 0.021561
+0.837446 0.560678 0
+0.875425 0.552392 0
+0.91339 0.543587 0
+0.950973 0.533776 0
+0 0.602441 0.2439
+0 0.602518 0.242649
+0 0.602975 0.24155
+0 0.603387 0.240314
+0 0.607172 0.242222
+0 0.613764 0.246876
+0.0201419 0.620508 0.251713
+0.047013 0.626871 0.255711
+0.0734417 0.632883 0.259083
+0.100328 0.638498 0.261753
+0.12845 0.643488 0.263828
+0.158709 0.647562 0.264332
+0.19205 0.65037 0.263493
+0.22855 0.651911 0.260685
+0.265995 0.652827 0.257084
+0.306386 0.653635 0.24741
+0.346532 0.654154 0.235019
+0.386252 0.654551 0.220081
+0.425666 0.654765 0.202914
+0.464958 0.654368 0.182879
+0.504448 0.65362 0.161395
+0.543511 0.651942 0.13666
+0.582376 0.6495 0.108263
+0.620233 0.64538 0.0729229
+0.656901 0.63949 0.0228122
+0.693751 0.633829 0.0106355
+0.730587 0.627543 9.15541e-05
+0.766949 0.620233 0
+0.804639 0.614084 0
+0.843198 0.607614 0
+0.881132 0.600626 0
+0.918502 0.592599 0
+0.956191 0.583871 0
+0 0.640681 0.218433
+0 0.640879 0.217075
+0 0.641321 0.216022
+0 0.643 0.216114
+0 0.649165 0.220295
+0.00421149 0.655802 0.22472
+0.0306706 0.662226 0.228733
+0.0565499 0.668574 0.23267
+0.0824445 0.674525 0.235737
+0.108949 0.679973 0.237903
+0.136919 0.684565 0.2392
+0.167452 0.688609 0.239322
+0.201343 0.691051 0.237613
+0.237766 0.692485 0.234195
+0.275746 0.693568 0.228138
+0.315373 0.694408 0.217456
+0.35462 0.695048 0.204532
+0.393759 0.695583 0.19028
+0.432349 0.695384 0.1738
+0.470802 0.694759 0.155627
+0.509529 0.693797 0.135515
+0.547707 0.691707 0.112154
+0.585748 0.688869 0.0844434
+0.622873 0.684794 0.0484932
+0.658579 0.678721 0
+0.69839 0.676265 0
+0.735943 0.671504 0
+0.773098 0.666117 0
+0.811231 0.660624 0
+0.848951 0.654871 0
+0.886442 0.648264 0
+0.924269 0.641367 0
+0.961456 0.633707 0
+0 0.679118 0.188922
+0 0.679286 0.187457
+0 0.679789 0.185977
+0 0.685115 0.189349
+0 0.691585 0.193698
+0.0169375 0.698085 0.197787
+0.0420386 0.704509 0.20174
+0.0668803 0.710613 0.204883
+0.092195 0.716289 0.207279
+0.118578 0.721553 0.209125
+0.146731 0.726085 0.209644
+0.177539 0.729427 0.208789
+0.211673 0.731594 0.206058
+0.247486 0.733028 0.202396
+0.286076 0.734264 0.193606
+0.324529 0.735103 0.18291
+0.362966 0.735805 0.170993
+0.4009 0.735821 0.157366
+0.438697 0.735393 0.142123
+0.476707 0.734691 0.125032
+0.514183 0.733074 0.105074
+0.55169 0.730938 0.0816663
+0.588296 0.727352 0.051667
+0.624201 0.722667 0.00958267
+0.66183 0.719341 0
+0.702327 0.718288 0
+0.743053 0.717174 0
+0.780362 0.712154 0
+0.817594 0.707195 0
+0.855116 0.701518 0
+0.892439 0.695888 0
+0.929534 0.689586 0
+0.966644 0.682597 0
+0 0.717723 0.153613
+0 0.717876 0.151949
+0 0.721935 0.153841
+0 0.728084 0.157717
+0.00595102 0.734462 0.161624
+0.0301671 0.740764 0.165652
+0.0541085 0.746868 0.168963
+0.0781109 0.752651 0.171633
+0.102831 0.757946 0.173693
+0.129198 0.763073 0.174884
+0.157137 0.767086 0.174884
+0.188373 0.76997 0.173159
+0.222385 0.771832 0.170291
+0.258701 0.773175 0.164614
+0.296223 0.774319 0.156085
+0.333654 0.775143 0.14612
+0.370703 0.775372 0.134676
+0.40763 0.775097 0.12137
+0.444785 0.774624 0.106432
+0.481498 0.773236 0.0886397
+0.518257 0.771466 0.0675059
+0.554269 0.768414 0.040177
+0.589914 0.764477 0.00210575
+0.627634 0.762127 0
+0.667506 0.761349 0
+0.707362 0.76051 0
+0.747463 0.759411 0
+0.787655 0.758267 0
+0.824308 0.75317 0
+0.861387 0.748348 0
+0.898344 0.742962 0
+0.935347 0.737362 0
+0.971679 0.731395 0
+0 0.755886 0.113725
+0 0.759106 0.115038
+0 0.76495 0.118715
+0 0.771023 0.122667
+0.0210727 0.777127 0.126345
+0.0436103 0.783093 0.12958
+0.0662394 0.788785 0.132525
+0.089662 0.794278 0.13492
+0.114122 0.799344 0.136721
+0.140017 0.803632 0.137316
+0.1682 0.807004 0.136889
+0.199619 0.8094 0.134936
+0.233585 0.811032 0.131411
+0.269932 0.812451 0.124361
+0.305867 0.813291 0.115801
+0.341802 0.813611 0.105486
+0.377981 0.813642 0.0937057
+0.413947 0.813169 0.0796063
+0.449653 0.811872 0.062501
+0.485481 0.810285 0.0414893
+0.520775 0.807645 0.0131228
+0.556176 0.804578 0
+0.595041 0.804303 0
+0.63447 0.804181 0
+0.673716 0.803571 0
+0.713039 0.802884 0
+0.752453 0.801953 0
+0.792615 0.801175 0
+0.831678 0.799329 0
+0.868284 0.794797 0
+0.904692 0.789761 0
+0.941405 0.784802 0
+0.971679 0.779202 0
+0 0.796399 0.0745708
+0 0.80148 0.0777905
+0 0.807309 0.0813306
+0.0148013 0.813062 0.0848249
+0.0357824 0.818738 0.0879377
+0.0568856 0.824247 0.0907301
+0.0785534 0.829602 0.0931258
+0.101213 0.834684 0.0950637
+0.125002 0.839078 0.0958572
+0.150927 0.842771 0.0958877
+0.179583 0.845548 0.0946365
+0.211063 0.847608 0.092256
+0.245365 0.848966 0.0859693
+0.279866 0.849836 0.0776532
+0.314397 0.850233 0.0676585
+0.349233 0.850431 0.0558175
+0.38378 0.84979 0.0406348
+0.418769 0.848798 0.0216983
+0.453132 0.846922 0
+0.489021 0.846052 0
+0.526619 0.846326 0
+0.564782 0.846357 0
+0.603037 0.846265 0
+0.64181 0.846281 0
+0.680537 0.845792 0
+0.719631 0.845151 0
+0.758602 0.844358 0
+0.797879 0.843793 0
+0.836942 0.84268 0
+0.875319 0.840604 0
+0.911559 0.836194 0
+0.947356 0.831434 0
+0.971817 0.826383 0
+0 0.837812 0.0316625
+0 0.842741 0.0345464
+0.0108034 0.848142 0.0373388
+0.0299535 0.853407 0.0399786
+0.0496223 0.858732 0.0423133
+0.0696574 0.863859 0.0442817
+0.0903334 0.868528 0.0455482
+0.112261 0.872801 0.0459907
+0.135698 0.876585 0.0455329
+0.1617 0.879957 0.0443122
+0.190478 0.882063 0.0412299
+0.222293 0.88333 0.0345922
+0.255299 0.884352 0.024979
+0.288121 0.884611 0.0122988
+0.321157 0.884413 0
+0.354788 0.884199 0
+0.390127 0.885237 0
+0.425986 0.886198 0
+0.462531 0.886885 0
+0.499397 0.887648 0
+0.536385 0.887984 0
+0.573999 0.888136 0
+0.611643 0.888075 0
+0.649943 0.888273 0
+0.68838 0.887861 0
+0.726711 0.887358 0
+0.765194 0.886671 0
+0.803998 0.886198 0
+0.842618 0.885283 0
+0.881041 0.88423 0
+0.918395 0.882002 0
+0.954345 0.877775 0
+0.972061 0.873152 0
+0 0.87628 0
+0.00764477 0.88069 0
+0.0254215 0.885817 0
+0.043061 0.890517 0
+0.0611124 0.895079 0
+0.0800793 0.899428 0
+0.100404 0.903807 0
+0.121752 0.9075 0
+0.145357 0.910674 0
+0.172396 0.91397 0
+0.202564 0.916304 0
+0.234592 0.918395 0
+0.267094 0.920256 0
+0.300389 0.921874 0
+0.334325 0.923613 0
+0.368505 0.924819 0
+0.40322 0.925811 0
+0.438209 0.926665 0
+0.474052 0.927367 0
+0.51017 0.928054 0
+0.546517 0.928359 0
+0.583444 0.928389 0
+0.620478 0.928328 0
+0.658351 0.928328 0
+0.695888 0.927901 0
+0.733532 0.927352 0
+0.771527 0.926574 0
+0.809766 0.925978 0
+0.847639 0.92488 0
+0.885664 0.923522 0
+0.923613 0.922438 0
+0.960067 0.919966 0
+0.972473 0.915923 0
+0 0 0.395071
+0 0 0.394293
+0 0 0.393317
+0 0 0.392523
+0 0 0.391318
+0 0 0.390112
+0 0 0.3888
+0 0 0.387366
+0 0 0.385855
+0.0193942 0 0.384009
+0.0424964 0 0.382589
+0.063508 0 0.38085
+0.0834821 0 0.378805
+0.103197 0 0.376455
+0.123262 0 0.3738
+0.144503 0 0.370596
+0.167636 0 0.3664
+0.193652 0 0.361105
+0.222095 0 0.355184
+0.251179 0 0.348455
+0.280476 0 0.341238
+0.310018 0 0.333791
+0.340139 0 0.325475
+0.370474 0 0.317006
+0.401404 0 0.307347
+0.433753 0 0.296818
+0.466423 0 0.285527
+0.499123 0 0.274037
+0.532067 0 0.261357
+0.566613 0 0.24715
+0.60174 0 0.231327
+0.637552 0 0.213611
+0.673686 0 0.192966
+0 0.0108949 0.393011
+0 0.00949111 0.392126
+0 0.00816358 0.391531
+0 0.00675975 0.390463
+0 0.00514229 0.389425
+0 0.00355535 0.388342
+0 0.00169375 0.387106
+0 0 0.385779
+0 0 0.384283
+0.0204318 0 0.382834
+0.0432898 0 0.381079
+0.0642405 0 0.37937
+0.084123 0 0.377447
+0.103868 0 0.375189
+0.123934 0 0.372763
+0.145235 0 0.369421
+0.168444 0 0.36524
+0.194583 0 0.359976
+0.223087 0 0.353994
+0.252216 0 0.34728
+0.281529 0 0.340246
+0.311177 0 0.332555
+0.342077 0 0.32401
+0.373953 0 0.315206
+0.4056 0 0.306035
+0.437964 0 0.296437
+0.471458 0 0.285954
+0.505959 0 0.274449
+0.54107 0 0.261341
+0.576837 0 0.246647
+0.613275 0 0.229908
+0.650324 0 0.211063
+0.687572 0 0.189242
+0 0.0235752 0.391348
+0 0.0222171 0.390494
+0 0.0209964 0.389654
+0 0.0196384 0.388571
+0 0.0181125 0.387488
+0 0.016495 0.386252
+0 0.0148165 0.385092
+0 0.0128481 0.383673
+0 0.0107118 0.382391
+0.0206455 0.00814832 0.380575
+0.0433967 0.00573739 0.378927
+0.0642557 0.00317388 0.377325
+0.0844587 0.000396735 0.37583
+0.104341 0 0.373953
+0.124804 0 0.371771
+0.145998 0 0.368292
+0.169299 0 0.364111
+0.195514 0 0.35906
+0.224094 0 0.352819
+0.25391 0 0.345922
+0.284215 0 0.339178
+0.314733 0 0.331868
+0.346166 0 0.324071
+0.378546 0 0.316045
+0.411872 0 0.307195
+0.445899 0 0.297566
+0.480781 0 0.286702
+0.516396 0 0.274464
+0.552773 0 0.260761
+0.589807 0 0.24538
+0.627283 0 0.227741
+0.665232 0 0.207431
+0.703593 0 0.183978
+0 0.0356603 0.389807
+0 0.0344549 0.388815
+0 0.0332189 0.387793
+0 0.0321355 0.386816
+0 0.0307317 0.385687
+0 0.0292363 0.384421
+0 0.0276493 0.383154
+0 0.0258488 0.382055
+0 0.0238041 0.380423
+0.0209049 0.0211948 0.378485
+0.0434272 0.0187533 0.37673
+0.0641642 0.0163577 0.375174
+0.0840314 0.013489 0.373434
+0.103792 0.0102998 0.371725
+0.124285 0.00646983 0.369329
+0.145907 0.00170901 0.366247
+0.169787 0 0.362615
+0.197269 0 0.35848
+0.226627 0 0.352636
+0.25716 0 0.346548
+0.288426 0 0.340154
+0.320272 0 0.333471
+0.352941 0 0.325917
+0.386542 0 0.317784
+0.420951 0 0.308751
+0.456275 0 0.298711
+0.492226 0 0.287388
+0.528893 0 0.274647
+0.566384 0 0.260166
+0.60412 0 0.243687
+0.64271 0 0.225101
+0.681468 0 0.203387
+0.720378 0 0.178149
+0 0.0479744 0.388022
+0 0.0468757 0.387015
+0 0.0457771 0.386007
+0 0.0447395 0.384939
+0 0.0435492 0.383871
+0 0.0421759 0.382742
+0 0.0406958 0.381537
+0 0.0391852 0.380285
+0 0.0373236 0.378714
+0.0217288 0.0349279 0.376699
+0.0439765 0.0326848 0.374929
+0.0644846 0.0303349 0.373266
+0.0841993 0.0278019 0.371771
+0.103746 0.0246128 0.370092
+0.124468 0.0207828 0.368124
+0.146532 0.0160678 0.365652
+0.171252 0.0103304 0.362463
+0.199619 0.00306706 0.358267
+0.230762 0 0.353689
+0.262592 0 0.34847
+0.295384 0 0.342824
+0.328359 0 0.335882
+0.362142 0 0.328466
+0.396811 0 0.319921
+0.432288 0 0.310628
+0.468391 0 0.299886
+0.505211 0 0.288014
+0.543023 0 0.274647
+0.581186 0 0.25919
+0.619974 0 0.241505
+0.65861 0 0.22153
+0.697932 0 0.198291
+0.737346 0 0.171466
+0 0.0601968 0.386191
+0 0.0591897 0.385168
+0 0.0581674 0.384161
+0 0.057145 0.383093
+0 0.0560311 0.382193
+0 0.054902 0.38117
+0 0.0535592 0.379934
+0 0.0521248 0.378546
+0 0.0504158 0.377066
+0.0226596 0.0482032 0.375143
+0.0446784 0.0462806 0.374258
+0.0650797 0.0441749 0.373083
+0.0851453 0.0418097 0.372152
+0.105257 0.0392004 0.371313
+0.126284 0.0357519 0.369879
+0.149325 0.0314183 0.367895
+0.174884 0.0257877 0.364858
+0.204486 0.0186313 0.360708
+0.2365 0.0101167 0.355749
+0.26891 0.000701915 0.35021
+0.302495 0 0.344396
+0.337179 0 0.338033
+0.372702 0 0.330785
+0.408103 0 0.322164
+0.44445 0 0.312032
+0.481544 0 0.300862
+0.519203 0 0.288167
+0.55729 0 0.273838
+0.596139 0 0.257359
+0.635248 0 0.238758
+0.674647 0 0.217273
+0.714 0 0.19266
+0.75314 0 0.163897
+0 0.0724193 0.384298
+0 0.071519 0.383352
+0 0.0705882 0.382544
+0 0.0696269 0.381704
+0 0.0686351 0.380575
+0 0.0675669 0.379599
+0 0.066392 0.378851
+0 0.0650797 0.378103
+0 0.0635691 0.377234
+0.023743 0.0617075 0.376257
+0.0458534 0.0601205 0.375891
+0.0667887 0.0584115 0.375677
+0.0872816 0.0565805 0.375387
+0.108049 0.0542306 0.374899
+0.129885 0.0511025 0.373739
+0.153841 0.0470588 0.371984
+0.180713 0.0415351 0.368841
+0.211597 0.0344701 0.364462
+0.244251 0.026215 0.359442
+0.277485 0.0169985 0.353613
+0.311589 0.0065919 0.346929
+0.346639 0 0.339574
+0.382345 0 0.331807
+0.419623 0 0.323079
+0.45716 0 0.313039
+0.49482 0 0.301259
+0.533104 0 0.287633
+0.571801 0 0.27245
+0.610864 0 0.254917
+0.649912 0 0.235233
+0.689464 0 0.212665
+0.728847 0 0.186297
+0.768078 0 0.155673
+0 0.0847639 0.382513
+0 0.0840314 0.381918
+0 0.0831617 0.381231
+0 0.0822766 0.380804
+0 0.0814069 0.38024
+0 0.0805524 0.379873
+0 0.0796216 0.379858
+0 0.0786297 0.379965
+0.000854505 0.0774243 0.379858
+0.0251469 0.0759899 0.379736
+0.0479896 0.0747692 0.380011
+0.069276 0.0734569 0.380331
+0.0902571 0.0719768 0.380468
+0.111727 0.06981 0.380179
+0.134432 0.066865 0.379141
+0.159503 0.0629892 0.377386
+0.187884 0.0575113 0.374044
+0.220111 0.0505531 0.369375
+0.253529 0.0426184 0.363943
+0.287709 0.0336461 0.357641
+0.322469 0.0235752 0.350591
+0.357839 0.012192 0.342641
+0.394003 0 0.33344
+0.431037 0 0.323552
+0.46862 0 0.312627
+0.507881 0 0.300786
+0.546426 0 0.28632
+0.585168 0 0.270466
+0.62446 0 0.251987
+0.663661 0 0.231159
+0.703059 0 0.207202
+0.742046 0 0.179889
+0.781079 0 0.147646
+0 0.0976883 0.382055
+0 0.0969863 0.381628
+0 0.0963912 0.381659
+0 0.0958724 0.381994
+0 0.0953384 0.3823
+0 0.0947585 0.38262
+0 0.0941482 0.383108
+0 0.093431 0.383642
+0.00230411 0.0923629 0.383978
+0.0270848 0.0911421 0.384283
+0.0502632 0.0902876 0.385016
+0.0721752 0.0893873 0.385611
+0.0938735 0.0880903 0.386038
+0.116106 0.0861219 0.385885
+0.139696 0.0833906 0.384863
+0.166018 0.0796674 0.383017
+0.196139 0.0742351 0.379461
+0.229801 0.0674449 0.374594
+0.263935 0.0596628 0.368994
+0.298955 0.0509957 0.36231
+0.334386 0.0413062 0.354772
+0.370413 0.0303655 0.346151
+0.40708 0.0180362 0.33637
+0.443717 0.00401312 0.325322
+0.481147 0 0.312612
+0.519417 0 0.299092
+0.558434 0 0.284382
+0.597681 0 0.267826
+0.636927 0 0.248493
+0.676097 0 0.226719
+0.714946 0 0.201923
+0.753719 0 0.173083
+0.792493 0 0.139651
+0 0.112062 0.383886
+0 0.111513 0.383749
+0 0.111238 0.38436
+0 0.110964 0.385092
+0 0.110597 0.385916
+0 0.110155 0.386709
+0 0.109636 0.387564
+0 0.108995 0.388327
+0.00334173 0.108248 0.389044
+0.0289006 0.107439 0.389731
+0.0525826 0.106767 0.39057
+0.0751202 0.106264 0.391455
+0.0976425 0.105272 0.39205
+0.120821 0.10367 0.39202
+0.145571 0.101167 0.391089
+0.173297 0.0974899 0.388952
+0.205325 0.0922103 0.385214
+0.240269 0.0856794 0.380163
+0.275395 0.0782483 0.374151
+0.31133 0.0699931 0.367422
+0.347448 0.0607462 0.35964
+0.384115 0.0502174 0.350439
+0.420661 0.0383917 0.340063
+0.457832 0.0250553 0.328145
+0.495094 0.00968948 0.314427
+0.532448 0 0.299428
+0.570062 0 0.282414
+0.608499 0 0.264378
+0.647868 0 0.244816
+0.686656 0 0.222309
+0.725399 0 0.196292
+0.763821 0 0.166461
+0.801999 0 0.131899
+0 0.12813 0.387182
+0 0.127718 0.38732
+0 0.127535 0.388235
+0 0.127337 0.38912
+0 0.127092 0.389883
+0 0.126757 0.390845
+0 0.126329 0.39173
+0 0.12578 0.392554
+0.00387579 0.125216 0.393362
+0.0303349 0.12491 0.39443
+0.0547494 0.124865 0.395621
+0.0780804 0.124605 0.396765
+0.101518 0.123995 0.397528
+0.125795 0.12285 0.397604
+0.152041 0.120745 0.39678
+0.181582 0.117189 0.394537
+0.215427 0.112184 0.390661
+0.25127 0.105867 0.385687
+0.287617 0.0989853 0.379873
+0.324224 0.0912795 0.37293
+0.361196 0.0823377 0.36492
+0.398444 0.0723735 0.355337
+0.435721 0.0612497 0.344869
+0.473014 0.0484474 0.332143
+0.510018 0.0340124 0.317983
+0.547051 0.0176089 0.301778
+0.583902 0 0.283742
+0.620371 0 0.26305
+0.65742 0 0.240879
+0.695827 0 0.217563
+0.734142 0 0.190982
+0.772107 0 0.160311
+0.809659 0 0.124834
+0 0.14609 0.3906
+0 0.1458 0.390845
+0 0.145708 0.391806
+0 0.145602 0.392813
+0 0.145449 0.39382
+0 0.145205 0.394736
+0 0.144854 0.395575
+0 0.144366 0.396262
+0.00375372 0.143954 0.396918
+0.0311284 0.144183 0.398138
+0.056611 0.144732 0.399756
+0.0811017 0.145083 0.401297
+0.10547 0.144961 0.40238
+0.130983 0.144259 0.402808
+0.158877 0.142611 0.402121
+0.190509 0.139498 0.4
+0.226078 0.134981 0.396246
+0.263005 0.129183 0.39115
+0.300359 0.122805 0.385641
+0.337758 0.115496 0.378592
+0.375784 0.107332 0.370596
+0.413703 0.098024 0.361395
+0.451652 0.0873732 0.350683
+0.489265 0.075288 0.337774
+0.526452 0.0617838 0.323369
+0.563134 0.0461433 0.306737
+0.599527 0.0284733 0.287587
+0.634974 0.00828565 0.265614
+0.670085 0 0.24123
+0.704784 0 0.214145
+0.741222 0 0.18558
+0.778714 0 0.154391
+0.815732 0 0.118456
+0 0.166278 0.393133
+0 0.165972 0.393286
+0 0.166003 0.394018
+0 0.165972 0.394919
+0 0.165866 0.395773
+0 0.165682 0.396582
+0 0.165393 0.397269
+0 0.16495 0.397787
+0.00292973 0.165011 0.39881
+0.0313726 0.165942 0.400488
+0.0579232 0.167117 0.402579
+0.0836347 0.168322 0.4047
+0.109361 0.168963 0.40618
+0.136431 0.168856 0.406821
+0.165957 0.167758 0.406317
+0.199603 0.165194 0.404715
+0.23682 0.161212 0.401175
+0.275517 0.15642 0.396887
+0.313832 0.150668 0.391409
+0.352499 0.144213 0.385122
+0.391485 0.13666 0.377371
+0.43003 0.127947 0.368353
+0.468589 0.118105 0.357809
+0.506844 0.106767 0.345449
+0.544594 0.0941176 0.331151
+0.581491 0.0793774 0.314351
+0.617441 0.0627451 0.294774
+0.652247 0.0434119 0.272343
+0.686107 0.0216831 0.246723
+0.719112 0 0.217685
+0.7514 0 0.185183
+0.784695 0 0.149706
+0.820722 0 0.112825
+0 0.189212 0.393103
+0 0.188983 0.393256
+0 0.189044 0.393988
+0 0.189105 0.39472
+0 0.18909 0.395407
+0 0.188968 0.395972
+0 0.188724 0.396445
+0 0.188342 0.396735
+0.000701915 0.18909 0.398138
+0.0305486 0.191119 0.40061
+0.0582132 0.193103 0.40322
+0.0852064 0.195117 0.405859
+0.112703 0.19678 0.408103
+0.141588 0.197665 0.409552
+0.172885 0.197375 0.409537
+0.208499 0.19527 0.407919
+0.247456 0.191791 0.405127
+0.287221 0.187732 0.401251
+0.326757 0.182696 0.396307
+0.366537 0.176745 0.390585
+0.40618 0.169894 0.383368
+0.445884 0.162005 0.374731
+0.485206 0.152987 0.36492
+0.524376 0.142519 0.353246
+0.562829 0.130617 0.339406
+0.600412 0.117037 0.323125
+0.637156 0.101717 0.304433
+0.672267 0.084062 0.282582
+0.705776 0.0636149 0.256779
+0.737896 0.040116 0.22681
+0.768414 0.0130922 0.192142
+0.798032 0 0.152712
+0.828214 0 0.109438
+0 0.215396 0.391531
+0 0.215228 0.391577
+0 0.215351 0.391959
+0 0.215503 0.392477
+0 0.215564 0.39292
+0 0.215488 0.39321
+0 0.21529 0.393362
+0 0.214923 0.393347
+0 0.216571 0.395315
+0.0297551 0.219928 0.398825
+0.0588083 0.223224 0.40238
+0.0869459 0.226078 0.405707
+0.115755 0.228519 0.408423
+0.146059 0.230198 0.410285
+0.179034 0.230564 0.410697
+0.216403 0.229084 0.409232
+0.256458 0.225925 0.40647
+0.296376 0.222171 0.402487
+0.336828 0.217762 0.398276
+0.377127 0.212207 0.39234
+0.41767 0.205997 0.385992
+0.457908 0.198505 0.377554
+0.498222 0.190127 0.368353
+0.538125 0.180545 0.357733
+0.577813 0.169604 0.345068
+0.61651 0.157305 0.329946
+0.65478 0.143267 0.312886
+0.691432 0.12697 0.292134
+0.726864 0.108522 0.267872
+0.760174 0.087068 0.23859
+0.791455 0.0621042 0.204196
+0.819821 0.032578 0.162585
+0.84625 0 0.115648
+0 0.244617 0.389868
+0 0.244526 0.389792
+0 0.244739 0.390112
+0 0.244907 0.390372
+0 0.245029 0.390555
+0 0.244999 0.39057
+0 0.244785 0.390402
+0 0.244465 0.390082
+0 0.247593 0.393194
+0.0310521 0.251957 0.397482
+0.0608682 0.256245 0.40145
+0.0902724 0.260151 0.405478
+0.119875 0.263233 0.408331
+0.150988 0.265141 0.409979
+0.185107 0.265568 0.410071
+0.223392 0.264302 0.408316
+0.263722 0.261769 0.405463
+0.30396 0.258381 0.401511
+0.344198 0.254368 0.396841
+0.385138 0.249592 0.391257
+0.42565 0.243748 0.384527
+0.466331 0.237247 0.377127
+0.50724 0.229648 0.368093
+0.547875 0.220813 0.357763
+0.588357 0.210605 0.345998
+0.628504 0.199329 0.332357
+0.667918 0.186343 0.315969
+0.706737 0.171313 0.297002
+0.744305 0.15436 0.274479
+0.780072 0.135042 0.24744
+0.813642 0.112474 0.214679
+0.844633 0.0864576 0.174945
+0.872038 0.0550088 0.128649
+0 0.276417 0.388037
+0 0.276356 0.387793
+0 0.276677 0.387945
+0 0.276905 0.387991
+0 0.276997 0.387915
+0 0.277012 0.387655
+0 0.276783 0.387182
+0 0.276692 0.386786
+0.000839246 0.281453 0.391196
+0.0339208 0.286488 0.39585
+0.0643778 0.291356 0.400443
+0.0940871 0.295628 0.404044
+0.124132 0.29897 0.40679
+0.155917 0.30106 0.408225
+0.191058 0.301595 0.408011
+0.230121 0.30042 0.406271
+0.270451 0.298466 0.403082
+0.310857 0.295552 0.399405
+0.351553 0.29192 0.394476
+0.392157 0.287892 0.389044
+0.43299 0.282658 0.382177
+0.473945 0.276875 0.374594
+0.514366 0.269886 0.365484
+0.555505 0.262104 0.355398
+0.596338 0.253086 0.343465
+0.636927 0.242649 0.329747
+0.677089 0.230808 0.313954
+0.717052 0.217044 0.295796
+0.756527 0.201556 0.274662
+0.794614 0.183658 0.249287
+0.831266 0.162905 0.219074
+0.865538 0.139544 0.181949
+0.896406 0.111711 0.139437
+0 0.310445 0.385489
+0 0.310369 0.385092
+0 0.310674 0.385031
+0 0.310903 0.384863
+0 0.311086 0.384573
+0 0.311025 0.384054
+0 0.310887 0.383398
+0 0.311604 0.383566
+0.0047303 0.316945 0.388418
+0.0375677 0.322316 0.393286
+0.0682078 0.327459 0.397696
+0.0982528 0.33193 0.401282
+0.128588 0.335531 0.403815
+0.161074 0.337819 0.405158
+0.197024 0.33846 0.404868
+0.236561 0.337484 0.402686
+0.276967 0.335698 0.399664
+0.317739 0.333532 0.395727
+0.358282 0.330388 0.390951
+0.399023 0.326543 0.385046
+0.439841 0.32221 0.378622
+0.480705 0.316777 0.370565
+0.521904 0.310796 0.361624
+0.562829 0.303883 0.351324
+0.603372 0.295567 0.339239
+0.644221 0.28629 0.32546
+0.684627 0.275669 0.309514
+0.724819 0.263432 0.291173
+0.764736 0.249546 0.269978
+0.803632 0.233234 0.244816
+0.842023 0.214755 0.215473
+0.879271 0.193011 0.181277
+0.914153 0.167529 0.142763
+0 0.345312 0.381048
+0 0.345312 0.380575
+0 0.345602 0.380285
+0 0.3458 0.379934
+0 0.345876 0.379461
+0 0.345876 0.378958
+0 0.345724 0.378195
+0 0.347616 0.379294
+0.00939956 0.353384 0.384314
+0.041825 0.359106 0.389151
+0.0725109 0.364477 0.393576
+0.102693 0.3691 0.397147
+0.133455 0.372824 0.399878
+0.16643 0.37528 0.400854
+0.203067 0.376059 0.400168
+0.242985 0.375296 0.398077
+0.283452 0.373892 0.394812
+0.324239 0.371954 0.390875
+0.364858 0.369482 0.386007
+0.405692 0.366217 0.379873
+0.446571 0.362478 0.372335
+0.48748 0.358083 0.364111
+0.528679 0.352819 0.354894
+0.569635 0.346349 0.344076
+0.610651 0.339223 0.332097
+0.651484 0.330968 0.317861
+0.692195 0.321523 0.301762
+0.732418 0.310658 0.282918
+0.772274 0.298085 0.260929
+0.811521 0.283665 0.235309
+0.850233 0.267384 0.205097
+0.887861 0.248127 0.171267
+0.923949 0.225055 0.13492
+0 0.380926 0.375097
+0 0.380972 0.374548
+0 0.381231 0.374182
+0 0.381445 0.373663
+0 0.381506 0.373022
+0 0.381476 0.372229
+0 0.381353 0.371283
+0 0.384527 0.373556
+0.0145571 0.390555 0.378622
+0.0467231 0.396628 0.383948
+0.0772259 0.402289 0.388403
+0.107439 0.407004 0.391836
+0.138643 0.410849 0.394202
+0.171969 0.413397 0.395178
+0.209339 0.414359 0.394263
+0.249546 0.413825 0.391745
+0.290135 0.412604 0.388586
+0.330663 0.410971 0.384421
+0.373602 0.409674 0.375174
+0.418906 0.410651 0.350835
+0.458915 0.407599 0.341985
+0.498116 0.403296 0.336385
+0.537301 0.397757 0.332265
+0.577691 0.391791 0.324742
+0.617899 0.384863 0.313909
+0.658518 0.377295 0.300755
+0.699123 0.368582 0.285344
+0.739376 0.35877 0.266758
+0.779126 0.34757 0.244541
+0.818402 0.334676 0.218494
+0.857298 0.319997 0.18883
+0.894942 0.302693 0.155993
+0.931212 0.282017 0.120455
+0 0.416846 0.366842
+0 0.416861 0.366186
+0 0.417151 0.365789
+0 0.417243 0.365332
+0 0.41735 0.364691
+0 0.417334 0.363836
+0 0.417273 0.362814
+0 0.422385 0.366888
+0.0205844 0.428733 0.372091
+0.052079 0.435019 0.377111
+0.0822766 0.440787 0.381491
+0.112505 0.445716 0.385107
+0.143954 0.449577 0.387213
+0.178012 0.452155 0.387869
+0.215946 0.453101 0.386709
+0.256199 0.452903 0.384085
+0.296727 0.452033 0.380575
+0.337148 0.450752 0.376532
+0.381933 0.45008 0.361791
+0.427832 0.452201 0.331395
+0.471946 0.452201 0.30573
+0.510491 0.447593 0.302358
+0.547997 0.441871 0.304509
+0.586526 0.435843 0.299825
+0.626398 0.429633 0.291661
+0.666438 0.422705 0.279957
+0.706706 0.414878 0.26482
+0.746746 0.405982 0.246464
+0.786404 0.395911 0.224445
+0.825483 0.384375 0.198215
+0.863752 0.370825 0.168978
+0.901213 0.355108 0.137881
+0.936934 0.336309 0.102571
+0 0.453193 0.357183
+0 0.453147 0.356435
+0 0.453407 0.355886
+0 0.45359 0.35523
+0 0.453758 0.354467
+0 0.453819 0.353719
+0 0.45478 0.353658
+0 0.461006 0.358679
+0.0269627 0.467781 0.364096
+0.0577707 0.47425 0.369039
+0.0877699 0.479973 0.373159
+0.117952 0.484993 0.376654
+0.149706 0.488884 0.378531
+0.184451 0.491447 0.378805
+0.223072 0.492378 0.377371
+0.263096 0.49247 0.374594
+0.303365 0.49192 0.371023
+0.343679 0.490974 0.366827
+0.390234 0.491035 0.346899
+0.434638 0.492638 0.318654
+0.479866 0.494453 0.282506
+0.521965 0.492638 0.258946
+0.558358 0.486183 0.269703
+0.595956 0.48014 0.269764
+0.63505 0.474266 0.263935
+0.674266 0.467506 0.253788
+0.713756 0.460426 0.239307
+0.753323 0.452399 0.22121
+0.792737 0.443244 0.199512
+0.831479 0.432654 0.174289
+0.86923 0.42031 0.146822
+0.906386 0.405737 0.116167
+0.941787 0.388373 0.0802014
+0 0.489952 0.345647
+0 0.489952 0.344823
+0 0.490196 0.344167
+0 0.490455 0.34345
+0 0.4907 0.342657
+0 0.490852 0.341848
+0 0.49398 0.34374
+0.00187686 0.500587 0.348928
+0.0338293 0.507576 0.354376
+0.0640726 0.514076 0.359152
+0.0936446 0.519905 0.363119
+0.123903 0.524819 0.366293
+0.155978 0.528679 0.367834
+0.191409 0.531167 0.367742
+0.23032 0.532189 0.366247
+0.270375 0.532418 0.363272
+0.31014 0.532219 0.359594
+0.352163 0.531609 0.352514
+0.396979 0.531853 0.334081
+0.439887 0.532586 0.310506
+0.483467 0.533516 0.281498
+0.527291 0.533776 0.243641
+0.567742 0.530785 0.224567
+0.60502 0.524727 0.231479
+0.643336 0.518898 0.229572
+0.681727 0.512596 0.22118
+0.720913 0.505913 0.208347
+0.759869 0.498497 0.191516
+0.798718 0.490028 0.171084
+0.837125 0.480049 0.148074
+0.874357 0.468467 0.121462
+0.91043 0.454948 0.0903639
+0.944701 0.438315 0.0507057
+0 0.527443 0.332235
+0 0.527474 0.33135
+0 0.52784 0.330632
+0 0.52813 0.329976
+0 0.528344 0.329137
+0 0.528557 0.328038
+0 0.533837 0.331868
+0.0105745 0.541039 0.337499
+0.0413672 0.548028 0.342718
+0.0708171 0.554528 0.347326
+0.100053 0.560189 0.351156
+0.130236 0.564889 0.353521
+0.16286 0.568917 0.354925
+0.19884 0.571344 0.354711
+0.237949 0.572442 0.352636
+0.277729 0.572854 0.349691
+0.317357 0.572839 0.345632
+0.360479 0.572732 0.335302
+0.403693 0.572976 0.318334
+0.445777 0.573343 0.297597
+0.488243 0.573816 0.272068
+0.530846 0.573602 0.239643
+0.573693 0.573083 0.199176
+0.613199 0.569207 0.183932
+0.651011 0.563363 0.187228
+0.688823 0.55726 0.182391
+0.727153 0.550958 0.172305
+0.765942 0.543694 0.158068
+0.803952 0.535714 0.139925
+0.841306 0.526314 0.117845
+0.877836 0.515221 0.091249
+0.913069 0.501884 0.0571603
+0.94638 0.48603 0.00830091
+0 0.565087 0.316518
+0 0.565194 0.315557
+0 0.565591 0.314763
+0 0.565972 0.313939
+0 0.566354 0.312901
+0 0.568002 0.313069
+0 0.574929 0.318395
+0.0197757 0.582177 0.324163
+0.0494392 0.589166 0.329107
+0.0782025 0.595544 0.333379
+0.107149 0.601022 0.336477
+0.137346 0.605737 0.338857
+0.170031 0.609369 0.339574
+0.207019 0.611856 0.338827
+0.245975 0.61294 0.336629
+0.28542 0.613504 0.333227
+0.324804 0.613672 0.329229
+0.368643 0.613886 0.315984
+0.410681 0.614191 0.29987
+0.45243 0.614542 0.280583
+0.493812 0.614633 0.256596
+0.535348 0.614221 0.227268
+0.57731 0.613443 0.191821
+0.618631 0.611429 0.151186
+0.65716 0.606943 0.13994
+0.694606 0.600931 0.139544
+0.732692 0.594781 0.132738
+0.770306 0.5879 0.120668
+0.807797 0.580011 0.103883
+0.844465 0.570916 0.08159
+0.879988 0.559991 0.052018
+0.914107 0.547219 0.00939956
+0.949203 0.53463 0
+0 0.603174 0.298039
+0 0.603235 0.296986
+0 0.603769 0.296132
+0 0.604212 0.295171
+0 0.604578 0.294041
+0 0.609384 0.297215
+0 0.616632 0.302663
+0.0296178 0.623865 0.307912
+0.0581674 0.630579 0.312734
+0.0861677 0.636637 0.316335
+0.115053 0.642298 0.319265
+0.145388 0.646876 0.321096
+0.178637 0.650324 0.321401
+0.215763 0.652399 0.319875
+0.254536 0.653742 0.31751
+0.293553 0.654459 0.313756
+0.334234 0.654948 0.306737
+0.376654 0.655253 0.293706
+0.417807 0.655543 0.27776
+0.459037 0.655924 0.258885
+0.49984 0.655711 0.235782
+0.540688 0.655161 0.207782
+0.581735 0.6542 0.176089
+0.621759 0.651881 0.14078
+0.66099 0.64828 0.099443
+0.69897 0.643046 0.0894789
+0.736004 0.636927 0.0856794
+0.773144 0.630182 0.075288
+0.809812 0.622415 0.057847
+0.845594 0.613245 0.0321355
+0.879911 0.602441 0
+0.916671 0.593439 0
+0.954482 0.584741 0
+0 0.641825 0.276493
+0 0.641993 0.27541
+0 0.64242 0.274434
+0 0.642832 0.273335
+0 0.644862 0.273671
+0 0.651728 0.278691
+0.011841 0.658976 0.284092
+0.040177 0.665995 0.288991
+0.0675212 0.672404 0.292943
+0.09514 0.678462 0.296254
+0.123751 0.683742 0.298848
+0.154391 0.688197 0.300053
+0.188388 0.691386 0.299611
+0.225437 0.693416 0.297902
+0.26363 0.694621 0.294652
+0.302083 0.695415 0.29073
+0.343526 0.696117 0.280522
+0.384787 0.696651 0.26714
+0.425193 0.696956 0.251118
+0.465736 0.697246 0.232044
+0.505943 0.696986 0.209049
+0.546242 0.696422 0.1832
+0.586007 0.694835 0.154665
+0.625467 0.692409 0.122805
+0.663523 0.688273 0.0840162
+0.699977 0.682109 0.0304112
+0.736828 0.67631 0.0184939
+0.773526 0.669902 0.00773632
+0.809552 0.662287 0
+0.846769 0.655848 0
+0.884855 0.64918 0
+0.922499 0.642313 0
+0.959884 0.634653 0
+0 0.680415 0.250675
+0 0.680613 0.249454
+0 0.681117 0.248722
+0 0.681605 0.247639
+0 0.687434 0.251652
+0 0.694591 0.256748
+0.0244755 0.701534 0.261418
+0.0512093 0.708141 0.265629
+0.0778515 0.714473 0.26949
+0.105074 0.720363 0.272267
+0.133486 0.725414 0.273991
+0.164248 0.729427 0.274601
+0.198734 0.732555 0.27364
+0.235737 0.734264 0.271107
+0.27335 0.735561 0.267399
+0.312123 0.736599 0.261173
+0.352987 0.737346 0.249561
+0.393179 0.737865 0.23534
+0.433249 0.738415 0.219104
+0.472648 0.738354 0.199664
+0.512032 0.737789 0.177768
+0.5514 0.736904 0.154437
+0.590143 0.73489 0.127855
+0.62855 0.732052 0.0974899
+0.665934 0.72781 0.058854
+0.701259 0.721202 0.000534066
+0.740642 0.718273 0
+0.778225 0.713512 0
+0.815534 0.708415 0
+0.853162 0.702556 0
+0.890669 0.69691 0
+0.927947 0.69041 0
+0.965301 0.683604 0
+0 0.719081 0.220661
+0 0.719265 0.219303
+0 0.71986 0.218082
+0 0.724208 0.220493
+0 0.730724 0.225025
+0.0117494 0.737636 0.229755
+0.0377203 0.744335 0.234226
+0.0632944 0.75082 0.237934
+0.0891127 0.756939 0.240894
+0.115877 0.762341 0.243183
+0.144366 0.767132 0.244236
+0.175708 0.770947 0.243946
+0.210346 0.773404 0.242023
+0.246799 0.775036 0.238804
+0.283497 0.776394 0.23447
+0.323033 0.777401 0.224857
+0.362631 0.778241 0.2121
+0.402136 0.779034 0.197925
+0.441016 0.779065 0.181353
+0.479637 0.778714 0.163333
+0.51838 0.778058 0.143664
+0.556466 0.776455 0.121202
+0.594415 0.774258 0.0953384
+0.631281 0.770611 0.0631266
+0.667216 0.765576 0.0187228
+0.704219 0.761364 0
+0.744732 0.760494 0
+0.785748 0.759793 0
+0.822629 0.754467 0
+0.859617 0.749523 0
+0.896727 0.743938 0
+0.933837 0.738369 0
+0.970916 0.732311 0
+0 0.757931 0.184573
+0 0.758206 0.183017
+0 0.761379 0.184131
+0 0.767681 0.188281
+0.00224308 0.774426 0.192615
+0.0271916 0.781018 0.196872
+0.0516823 0.787427 0.200504
+0.0762798 0.793515 0.203555
+0.101457 0.7991 0.205966
+0.127932 0.80412 0.207141
+0.15668 0.808652 0.207584
+0.188205 0.811887 0.206165
+0.222705 0.814008 0.203387
+0.25832 0.815625 0.199374
+0.295415 0.816846 0.192798
+0.334142 0.818006 0.182086
+0.372595 0.818799 0.170047
+0.410559 0.819013 0.15639
+0.448356 0.818692 0.141161
+0.486259 0.81825 0.124132
+0.523568 0.816846 0.104341
+0.560784 0.814969 0.0813153
+0.597131 0.811765 0.0520943
+0.632807 0.807553 0.0120241
+0.669856 0.804318 0
+0.709865 0.803632 0
+0.750027 0.802823 0
+0.790341 0.802228 0
+0.83006 0.800793 0
+0.866651 0.795987 0
+0.903243 0.790967 0
+0.940063 0.78587 0
+0.971511 0.780056 0
+0 0.796445 0.140856
+0 0.799329 0.141817
+0 0.805325 0.145586
+0 0.811704 0.149767
+0.0202792 0.818067 0.153521
+0.0431983 0.824292 0.156893
+0.0662547 0.830259 0.159808
+0.0898299 0.835874 0.162158
+0.114656 0.841169 0.163851
+0.1411 0.845808 0.164797
+0.169772 0.849439 0.164202
+0.201602 0.852033 0.162387
+0.23563 0.853834 0.159426
+0.270298 0.855299 0.155444
+0.307759 0.856687 0.146822
+0.34464 0.85742 0.136721
+0.381491 0.857679 0.12491
+0.41854 0.857679 0.111589
+0.455253 0.857038 0.0960403
+0.491569 0.85568 0.0775006
+0.527855 0.85388 0.0551003
+0.563607 0.851225 0.0255131
+0.59852 0.847242 0
+0.6374 0.846845 0
+0.676921 0.846448 0
+0.71632 0.845884 0
+0.755825 0.845197 0
+0.795575 0.844709 0
+0.834974 0.843824 0
+0.874006 0.842069 0
+0.910246 0.837476 0
+0.946288 0.832578 0
+0.971832 0.827436 0
+0 0.837751 0.0962997
+0 0.843 0.0996567
+0 0.849012 0.103349
+0.016495 0.854917 0.107027
+0.0377356 0.860761 0.110277
+0.0590982 0.866468 0.113176
+0.0809339 0.87187 0.115709
+0.103792 0.877073 0.117586
+0.128054 0.881804 0.118837
+0.154131 0.885679 0.118929
+0.183246 0.888594 0.117678
+0.215061 0.890608 0.115328
+0.248249 0.892363 0.112245
+0.283177 0.893629 0.105592
+0.318624 0.894316 0.0963302
+0.354025 0.894545 0.0851453
+0.38967 0.894591 0.0723278
+0.424872 0.893812 0.056199
+0.460349 0.892638 0.0364843
+0.495171 0.890394 0.00978103
+0.530373 0.888243 0
+0.568444 0.888518 0
+0.606882 0.888518 0
+0.645808 0.888716 0
+0.68452 0.888472 0
+0.723354 0.887999 0
+0.762341 0.887495 0
+0.801862 0.887053 0
+0.840711 0.886198 0
+0.879393 0.885344 0
+0.917235 0.883345 0
+0.953246 0.879011 0
+0.972076 0.874281 0
+0 0.879698 0.0508736
+0 0.88484 0.0540169
+0.0149691 0.890303 0.0569924
+0.034226 0.895689 0.0598306
+0.053727 0.900969 0.0622263
+0.0741588 0.906325 0.0645914
+0.0950332 0.911131 0.0660258
+0.117067 0.915526 0.0668803
+0.140917 0.919356 0.066804
+0.166979 0.922484 0.0655985
+0.196216 0.925063 0.0633555
+0.227359 0.926558 0.0595102
+0.259678 0.927657 0.0532387
+0.293614 0.928466 0.0431373
+0.327245 0.928481 0.0302434
+0.361013 0.927916 0.0134432
+0.395056 0.927214 0
+0.429847 0.926818 0
+0.466575 0.927855 0
+0.503548 0.928298 0
+0.540642 0.928649 0
+0.578012 0.928817 0
+0.616053 0.928908 0
+0.654047 0.928847 0
+0.692103 0.928496 0
+0.730571 0.927886 0
+0.768734 0.92723 0
+0.807248 0.926741 0
+0.845594 0.925673 0
+0.883894 0.924437 0
+0.922194 0.923415 0
+0.959045 0.921111 0
+0.972488 0.917006 0
+0 0 0.423362
+0 0 0.422507
+0 0 0.42179
+0 0 0.420813
+0 0 0.419837
+0 0 0.418784
+0 0 0.417563
+0 0 0.416236
+0 0 0.414801
+0.00469978 0 0.413184
+0.0296788 0 0.411353
+0.0525063 0 0.409934
+0.0735637 0 0.408286
+0.0939651 0 0.406302
+0.114488 0 0.403937
+0.135958 0 0.400977
+0.158938 0 0.397543
+0.18471 0 0.392752
+0.21326 0 0.386969
+0.242985 0 0.380713
+0.272831 0 0.373983
+0.302922 0 0.366659
+0.333272 0 0.359106
+0.364187 0 0.350759
+0.395941 0 0.341787
+0.42858 0 0.331762
+0.461433 0 0.321675
+0.494438 0 0.310994
+0.528374 0 0.299184
+0.563119 0 0.286213
+0.598627 0 0.271748
+0.634821 0 0.255695
+0.671366 0 0.236988
+0 0.010193 0.421363
+0 0.0087892 0.420478
+0 0.00735485 0.419669
+0 0.00605783 0.419043
+0 0.00445563 0.418082
+0 0.00271611 0.417044
+0 0.0010071 0.415946
+0 0 0.414725
+0 0 0.413306
+0.00572213 0 0.411795
+0.0307469 0 0.410239
+0.0532692 0 0.408743
+0.0741894 0 0.407141
+0.0946517 0 0.405203
+0.11519 0 0.402899
+0.136568 0 0.400153
+0.159747 0 0.396551
+0.185626 0 0.391775
+0.214252 0 0.385931
+0.244022 0 0.379843
+0.273884 0 0.372961
+0.304372 0 0.365515
+0.335882 0 0.357595
+0.367712 0 0.349554
+0.399802 0 0.34136
+0.432975 0 0.332357
+0.467185 0 0.322728
+0.502083 0 0.311803
+0.537667 0 0.29987
+0.573968 0 0.286503
+0.610773 0 0.271275
+0.647929 0 0.254154
+0.685405 0 0.234257
+0 0.0228275 0.419623
+0 0.0214847 0.418891
+0 0.0201114 0.418112
+0 0.0188754 0.417227
+0 0.0173648 0.416236
+0 0.0157015 0.415152
+0 0.013962 0.413901
+0 0.0121157 0.412726
+0 0.0100099 0.411261
+0.0059968 0.0075227 0.409689
+0.0307317 0.00488289 0.408301
+0.0532082 0.00230411 0.406882
+0.0744945 0 0.405661
+0.0950179 0 0.403983
+0.116014 0 0.402014
+0.137316 0 0.399298
+0.160571 0 0.395575
+0.186572 0 0.390784
+0.21529 0 0.384909
+0.245884 0 0.378882
+0.276692 0 0.372488
+0.307927 0 0.365667
+0.340032 0 0.35874
+0.372946 0 0.351125
+0.406638 0 0.342885
+0.441245 0 0.334218
+0.47657 0 0.324147
+0.512673 0 0.313115
+0.54934 0 0.300603
+0.586725 0 0.286412
+0.624659 0 0.27039
+0.663005 0 0.252094
+0.701518 0 0.230777
+0 0.0348516 0.418341
+0 0.0336461 0.417426
+0 0.0324254 0.416495
+0 0.0312047 0.415442
+0 0.0299382 0.414527
+0 0.0284276 0.413397
+0 0.0267796 0.4121
+0 0.0250553 0.41091
+0 0.0231022 0.409506
+0.00637827 0.0206149 0.408164
+0.0309758 0.0180209 0.406439
+0.0532692 0.0154574 0.405005
+0.0741894 0.0127565 0.40354
+0.0945907 0.00959792 0.401801
+0.11548 0.00587472 0.399878
+0.137179 0.00128176 0.397391
+0.161242 0 0.394553
+0.188342 0 0.390814
+0.218082 0 0.385519
+0.249302 0 0.37995
+0.281285 0 0.374365
+0.313741 0 0.367941
+0.347082 0 0.361044
+0.381033 0 0.353613
+0.4159 0 0.345388
+0.451606 0 0.336019
+0.488136 0 0.325856
+0.525338 0 0.314336
+0.563134 0 0.301076
+0.60148 0 0.286168
+0.640055 0 0.269093
+0.679042 0 0.249653
+0.718379 0 0.227039
+0 0.0471046 0.416678
+0 0.0460212 0.415747
+0 0.0449226 0.414801
+0 0.0438239 0.413748
+0 0.0425727 0.412711
+0 0.0413367 0.411719
+0 0.0398718 0.410498
+0 0.0382544 0.409232
+0 0.0365606 0.408362
+0.00714122 0.034226 0.406516
+0.0315404 0.0317845 0.404822
+0.0536507 0.0295567 0.403372
+0.0742809 0.026978 0.401923
+0.0945754 0.0238651 0.400778
+0.115587 0.0201877 0.399252
+0.137987 0.0156252 0.397543
+0.162432 0.0100252 0.395056
+0.190738 0.00302129 0.391623
+0.222217 0 0.387366
+0.254856 0 0.38265
+0.288396 0 0.377539
+0.321889 0 0.371099
+0.356344 0 0.364431
+0.391302 0 0.35668
+0.427314 0 0.347936
+0.464073 0 0.338384
+0.501518 0 0.327306
+0.539315 0 0.315084
+0.57792 0 0.301106
+0.617014 0 0.285267
+0.656245 0 0.267216
+0.695537 0 0.246464
+0.735058 0 0.222263
+0 0.059205 0.414878
+0 0.0583047 0.414054
+0 0.0572824 0.413138
+0 0.05626 0.412222
+0 0.0551614 0.411139
+0 0.0539254 0.410086
+0 0.0526894 0.40914
+0 0.0512398 0.408133
+0 0.0496376 0.406928
+0.00801099 0.0475776 0.405692
+0.0319219 0.0453803 0.40473
+0.0541848 0.0432288 0.403738
+0.0752422 0.041001 0.403189
+0.0961013 0.0384985 0.402747
+0.117617 0.0351415 0.401846
+0.140581 0.0310674 0.400473
+0.166018 0.0256504 0.398138
+0.195483 0.0186618 0.394675
+0.228077 0.0100862 0.390204
+0.261265 0.000534066 0.38529
+0.295445 0 0.380011
+0.330678 0 0.374166
+0.366705 0 0.367727
+0.402777 0 0.359487
+0.43978 0 0.350607
+0.477089 0 0.340337
+0.51519 0 0.328695
+0.553979 0 0.315618
+0.592844 0 0.300786
+0.632166 0 0.283772
+0.67187 0 0.264622
+0.711604 0 0.242542
+0.750988 0 0.216815
+0 0.0714122 0.413245
+0 0.0704967 0.41239
+0 0.0697032 0.411658
+0 0.0687572 0.410773
+0 0.0677653 0.409781
+0 0.0666209 0.409033
+0 0.0653697 0.408682
+0 0.0641794 0.408331
+0 0.0628519 0.407843
+0.00886549 0.0609903 0.407324
+0.0331731 0.0592203 0.407111
+0.0557412 0.0575113 0.407187
+0.0773938 0.0557717 0.407462
+0.0987564 0.0535286 0.407401
+0.120836 0.0505684 0.406836
+0.144762 0.0467231 0.405737
+0.171527 0.0413825 0.403296
+0.202365 0.0344701 0.399619
+0.235859 0.0261234 0.394888
+0.269795 0.0168002 0.389548
+0.30457 0.00627146 0.383444
+0.340002 0 0.376806
+0.376623 0 0.369741
+0.414084 0 0.361883
+0.452201 0 0.352575
+0.490394 0 0.34168
+0.528847 0 0.329427
+0.567956 0 0.315602
+0.607385 0 0.299825
+0.647013 0 0.281819
+0.686442 0 0.261509
+0.726055 0 0.238041
+0.765591 0 0.211215
+0 0.0838941 0.411795
+0 0.0830396 0.411124
+0 0.0821851 0.410742
+0 0.0814221 0.410529
+0 0.0805676 0.410163
+0 0.0797589 0.410086
+0 0.0788281 0.410437
+0 0.0778058 0.410742
+0 0.0767681 0.411154
+0.0102693 0.0753796 0.411322
+0.0352636 0.0739757 0.411765
+0.0582437 0.0726482 0.412421
+0.0801404 0.0711528 0.412985
+0.102144 0.0691081 0.413245
+0.125017 0.0663767 0.412863
+0.150134 0.0626841 0.411795
+0.1785 0.0573892 0.409201
+0.210834 0.0505531 0.405264
+0.244907 0.0424659 0.400229
+0.279759 0.0333104 0.39443
+0.315114 0.0231785 0.387976
+0.35137 0.0117342 0.380941
+0.388022 0 0.372534
+0.425467 0 0.363424
+0.463767 0 0.353231
+0.502998 0 0.342611
+0.542123 0 0.329625
+0.58146 0 0.314839
+0.620737 0 0.298253
+0.66038 0 0.279362
+0.699962 0 0.257954
+0.739147 0 0.233448
+0.778164 0 0.205112
+0 0.0968795 0.411978
+0 0.0962081 0.411704
+0 0.095613 0.412024
+0 0.0950484 0.412543
+0 0.0944839 0.413092
+0 0.093904 0.413825
+0 0.0932479 0.414649
+0 0.0926528 0.415595
+0 0.0918135 0.416449
+0.0116274 0.090486 0.416968
+0.037232 0.0894026 0.417838
+0.0607767 0.0884565 0.418799
+0.0833906 0.0872206 0.419455
+0.106096 0.0854505 0.419913
+0.129961 0.082887 0.419501
+0.156451 0.0793469 0.418433
+0.186481 0.0741436 0.415579
+0.22031 0.0674601 0.411551
+0.255253 0.0595712 0.406409
+0.291066 0.0508278 0.400381
+0.327199 0.0410468 0.393484
+0.363867 0.029984 0.385412
+0.400931 0.0175784 0.376715
+0.4383 0.00326543 0.36614
+0.47599 0 0.354803
+0.514565 0 0.342275
+0.554009 0 0.328695
+0.593515 0 0.313634
+0.63299 0 0.296223
+0.672419 0 0.276585
+0.711803 0 0.254185
+0.750652 0 0.228763
+0.789334 0 0.199374
+0 0.111299 0.414816
+0 0.110872 0.415015
+0 0.110567 0.415885
+0 0.110277 0.416938
+0 0.109926 0.417838
+0 0.109499 0.418662
+0 0.10898 0.419821
+0 0.108339 0.42092
+0 0.107546 0.421897
+0.0128328 0.106523 0.422782
+0.0390936 0.105806 0.424002
+0.0632639 0.10518 0.425162
+0.0867323 0.104356 0.426383
+0.110567 0.102922 0.427008
+0.135622 0.100633 0.426688
+0.163226 0.0971542 0.42533
+0.195193 0.0922103 0.422477
+0.230426 0.0856031 0.41796
+0.266636 0.0782635 0.412772
+0.303166 0.0699779 0.406531
+0.340215 0.0605783 0.399527
+0.377295 0.0500343 0.391119
+0.41474 0.038056 0.381262
+0.452064 0.0244755 0.370321
+0.48983 0.00909438 0.357931
+0.527626 0 0.343587
+0.565499 0 0.328145
+0.604212 0 0.311589
+0.643809 0 0.293812
+0.683009 0 0.273457
+0.721675 0 0.250401
+0.760449 0 0.223972
+0.798703 0 0.193622
+0 0.127596 0.418891
+0 0.127169 0.419196
+0 0.12697 0.42031
+0 0.126772 0.42153
+0 0.126497 0.422782
+0 0.126146 0.424018
+0 0.125689 0.425208
+0 0.125139 0.426123
+0 0.124453 0.427115
+0.0135042 0.123812 0.428244
+0.0408026 0.123644 0.429847
+0.0657969 0.123476 0.431357
+0.0901808 0.123033 0.432731
+0.115206 0.122057 0.433524
+0.141665 0.120226 0.433387
+0.170855 0.117067 0.432074
+0.204791 0.112306 0.429007
+0.241398 0.106035 0.424414
+0.27866 0.0990921 0.419501
+0.315938 0.0911574 0.413062
+0.353826 0.0823224 0.405631
+0.391562 0.0723583 0.397238
+0.429587 0.0609445 0.387137
+0.467323 0.0482643 0.375906
+0.504936 0.0335546 0.362417
+0.542412 0.0170596 0.347494
+0.579248 0 0.330556
+0.616022 0 0.311772
+0.653391 0 0.291417
+0.692058 0 0.270268
+0.730205 0 0.246448
+0.768353 0 0.219562
+0.806226 0 0.188571
+0 0.145571 0.423484
+0 0.14522 0.423804
+0 0.145129 0.424796
+0 0.145006 0.426047
+0 0.144823 0.427314
+0 0.144549 0.42855
+0 0.144183 0.429709
+0 0.143664 0.430716
+0 0.143023 0.431647
+0.0137484 0.142824 0.43299
+0.0420233 0.143313 0.434882
+0.0681926 0.143816 0.436866
+0.0937972 0.143893 0.438514
+0.119997 0.143435 0.439643
+0.147936 0.142199 0.439811
+0.179248 0.139498 0.438621
+0.215061 0.135058 0.435492
+0.253117 0.129397 0.431266
+0.291157 0.122896 0.425925
+0.32961 0.11574 0.420066
+0.368414 0.107576 0.412772
+0.407004 0.0982376 0.404257
+0.445731 0.087541 0.39443
+0.48365 0.0754253 0.382834
+0.52137 0.0615244 0.369024
+0.558709 0.0459602 0.353643
+0.595148 0.0282597 0.336263
+0.630716 0.00772107 0.315892
+0.665934 0 0.293217
+0.700969 0 0.268498
+0.737316 0 0.242588
+0.774945 0 0.215183
+0.812314 0 0.183795
+0 0.16585 0.42681
+0 0.165545 0.427176
+0 0.165515 0.428336
+0 0.165484 0.429511
+0 0.165377 0.430411
+0 0.165194 0.431479
+0 0.164874 0.432456
+0 0.164492 0.433402
+0 0.163989 0.434211
+0.0133516 0.16434 0.435889
+0.04271 0.16553 0.438209
+0.0702678 0.166888 0.440864
+0.0972457 0.167849 0.443107
+0.124834 0.168063 0.444587
+0.154421 0.167391 0.444938
+0.188006 0.165316 0.444053
+0.225818 0.161593 0.44152
+0.265309 0.156832 0.43801
+0.304616 0.151095 0.433143
+0.344366 0.144656 0.427558
+0.383902 0.13695 0.420615
+0.423377 0.128435 0.41236
+0.462715 0.118547 0.402823
+0.501305 0.10724 0.391562
+0.53962 0.0943008 0.378134
+0.577157 0.0796674 0.362875
+0.613489 0.062974 0.345144
+0.648554 0.0437171 0.324285
+0.682277 0.0214847 0.300511
+0.715373 0 0.273701
+0.747677 0 0.244221
+0.780896 0 0.212253
+0.816968 0 0.179629
+0 0.189151 0.428046
+0 0.188891 0.428367
+0 0.188983 0.429404
+0 0.188998 0.430381
+0 0.188968 0.431327
+0 0.188861 0.432242
+0 0.188571 0.432959
+0 0.188159 0.43357
+0 0.187732 0.434165
+0.011841 0.189105 0.436545
+0.0424353 0.191287 0.439536
+0.0713207 0.193545 0.442802
+0.100053 0.195666 0.44593
+0.129458 0.196963 0.448234
+0.160937 0.19704 0.449088
+0.196536 0.195453 0.448493
+0.236149 0.192233 0.446265
+0.27657 0.188067 0.443168
+0.317571 0.183261 0.439292
+0.357977 0.177279 0.433845
+0.398718 0.17052 0.427665
+0.438941 0.162692 0.419852
+0.478935 0.153368 0.410727
+0.518746 0.142962 0.400244
+0.557778 0.131243 0.387915
+0.596002 0.117784 0.37322
+0.63299 0.102205 0.355901
+0.668727 0.0845197 0.33579
+0.702724 0.0639658 0.312291
+0.735195 0.0405127 0.285069
+0.765698 0.0131533 0.253208
+0.795285 0 0.217502
+0.82501 0 0.177768
+0 0.215473 0.427832
+0 0.21529 0.428061
+0 0.215427 0.428717
+0 0.215534 0.429313
+0 0.215595 0.430045
+0 0.215473 0.430579
+0 0.215259 0.431037
+0 0.214847 0.431312
+0 0.214694 0.4318
+0.0102388 0.21738 0.435157
+0.0426337 0.221149 0.439384
+0.0727855 0.224521 0.443336
+0.102647 0.227375 0.446876
+0.133547 0.229389 0.449821
+0.166812 0.230228 0.451286
+0.203967 0.229343 0.450797
+0.244694 0.22649 0.448585
+0.285817 0.222782 0.445518
+0.32726 0.218341 0.441703
+0.368612 0.212894 0.436576
+0.409857 0.206546 0.430915
+0.450996 0.199222 0.423667
+0.491844 0.190951 0.415442
+0.532662 0.181338 0.405875
+0.572961 0.170382 0.394629
+0.612177 0.158022 0.381064
+0.650538 0.143893 0.365194
+0.687968 0.127871 0.346746
+0.723873 0.109438 0.324712
+0.75761 0.087953 0.298466
+0.789288 0.0630503 0.267659
+0.817807 0.0333104 0.230106
+0.844236 0 0.186709
+0 0.245045 0.427527
+0 0.244892 0.427588
+0 0.245121 0.428168
+0 0.245274 0.428687
+0 0.245365 0.429114
+0 0.245289 0.429389
+0 0.24509 0.429511
+0 0.244755 0.429465
+0 0.24509 0.430091
+0.0110628 0.249042 0.434318
+0.0445563 0.25388 0.439429
+0.0755169 0.258289 0.443778
+0.106294 0.26186 0.447547
+0.138109 0.264286 0.450385
+0.172183 0.265385 0.451667
+0.210315 0.264515 0.450782
+0.251835 0.262318 0.448524
+0.293309 0.258991 0.445518
+0.334646 0.254994 0.441215
+0.376471 0.250309 0.436606
+0.41767 0.244587 0.430655
+0.45948 0.238025 0.424155
+0.500771 0.230259 0.415808
+0.54197 0.221607 0.406836
+0.583185 0.211505 0.396368
+0.624033 0.200015 0.384024
+0.663935 0.186954 0.369329
+0.703609 0.172213 0.353002
+0.74136 0.155077 0.332647
+0.777523 0.135729 0.308522
+0.811795 0.113497 0.279545
+0.843015 0.0872663 0.244419
+0.871077 0.0563821 0.201907
+0 0.277058 0.42707
+0 0.276936 0.426963
+0 0.277241 0.427375
+0 0.277455 0.427649
+0 0.277592 0.427863
+0 0.277531 0.427802
+0 0.277317 0.427604
+0 0.276982 0.427253
+0 0.278141 0.428367
+0.0139925 0.283543 0.433677
+0.0478523 0.28896 0.439017
+0.0792554 0.293629 0.443442
+0.11043 0.29752 0.446952
+0.142779 0.300175 0.449668
+0.177584 0.301488 0.45066
+0.216861 0.300816 0.449622
+0.258335 0.298787 0.446921
+0.300206 0.296239 0.444099
+0.341909 0.292638 0.439918
+0.383215 0.288396 0.435004
+0.425223 0.283467 0.429267
+0.466499 0.277546 0.4224
+0.508293 0.270802 0.414649
+0.550011 0.262989 0.405463
+0.59115 0.25388 0.394842
+0.632151 0.243381 0.38291
+0.673182 0.231724 0.3691
+0.713588 0.218143 0.352895
+0.753262 0.202441 0.334188
+0.792035 0.18468 0.312184
+0.829206 0.164096 0.285908
+0.863737 0.140627 0.253391
+0.89543 0.113283 0.213703
+0 0.311055 0.425727
+0 0.311025 0.425513
+0 0.311315 0.425666
+0 0.311528 0.425727
+0 0.31162 0.425635
+0 0.311589 0.425361
+0 0.311376 0.424933
+0 0.311101 0.424338
+0 0.313268 0.426215
+0.0178073 0.31928 0.43183
+0.0514076 0.324773 0.436881
+0.0832227 0.329839 0.441566
+0.1149 0.334066 0.445365
+0.147631 0.337026 0.447593
+0.183383 0.338384 0.44828
+0.223377 0.337896 0.447044
+0.265171 0.336172 0.44477
+0.306813 0.333944 0.44126
+0.348623 0.33109 0.437522
+0.390402 0.32726 0.432441
+0.43212 0.323064 0.42681
+0.47396 0.317678 0.419745
+0.515541 0.311788 0.411994
+0.55697 0.304555 0.402594
+0.598733 0.296483 0.392187
+0.640131 0.287266 0.380026
+0.681117 0.276677 0.365927
+0.721706 0.264515 0.349813
+0.761822 0.250477 0.331243
+0.80148 0.234577 0.309682
+0.840345 0.216129 0.28452
+0.878096 0.194522 0.25449
+0.913634 0.169665 0.2177
+0 0.345892 0.422477
+0 0.34583 0.422126
+0 0.346151 0.42211
+0 0.346365 0.421958
+0 0.346441 0.421653
+0 0.346395 0.42118
+0 0.346258 0.420569
+0 0.345968 0.419806
+0 0.349462 0.422782
+0.0224308 0.355917 0.428641
+0.0557717 0.361685 0.434043
+0.0876173 0.36701 0.438651
+0.1196 0.371359 0.442222
+0.152758 0.374609 0.444282
+0.18938 0.376028 0.444678
+0.229969 0.375662 0.443488
+0.271778 0.374365 0.440909
+0.313497 0.372457 0.437705
+0.35523 0.370214 0.433677
+0.397101 0.366873 0.428656
+0.438682 0.36289 0.422644
+0.48069 0.358419 0.41593
+0.522423 0.352834 0.407736
+0.564172 0.346731 0.39852
+0.605737 0.339574 0.388022
+0.646922 0.331121 0.375463
+0.688182 0.321614 0.361318
+0.728969 0.310735 0.345052
+0.76936 0.298344 0.326299
+0.809384 0.284245 0.30454
+0.848264 0.267628 0.278828
+0.88658 0.248707 0.248524
+0.923888 0.226474 0.212375
+0 0.381308 0.417288
+0 0.381308 0.416892
+0 0.381613 0.416709
+0 0.38175 0.416388
+0 0.381826 0.41593
+0 0.381781 0.415351
+0 0.381643 0.414786
+0 0.38143 0.414023
+0 0.386694 0.418601
+0.0277104 0.393423 0.424552
+0.0605631 0.399496 0.429755
+0.0924239 0.40499 0.434287
+0.124422 0.409506 0.437736
+0.158343 0.412711 0.440024
+0.19559 0.414374 0.440024
+0.236576 0.414206 0.438392
+0.278309 0.413214 0.436027
+0.320027 0.411673 0.432609
+0.361898 0.409445 0.428443
+0.403677 0.407034 0.423438
+0.445548 0.403647 0.41706
+0.487022 0.399695 0.409293
+0.529046 0.395239 0.400839
+0.570947 0.389868 0.391257
+0.612512 0.383291 0.380194
+0.654002 0.375998 0.367834
+0.695201 0.367681 0.353277
+0.73611 0.358068 0.336797
+0.776547 0.347051 0.317479
+0.816541 0.334325 0.294942
+0.855833 0.319646 0.268574
+0.894423 0.303029 0.237675
+0.932067 0.283726 0.200443
+0 0.417258 0.410681
+0 0.417243 0.410178
+0 0.417472 0.409842
+0 0.417578 0.409445
+0 0.41767 0.408865
+0 0.41767 0.408225
+0 0.417609 0.407446
+0 0.41825 0.407263
+0 0.424933 0.413031
+0.0331121 0.431586 0.418738
+0.0657816 0.438041 0.424399
+0.0975204 0.443717 0.42887
+0.129732 0.44831 0.432135
+0.16408 0.451514 0.433875
+0.202121 0.453193 0.434028
+0.24329 0.453315 0.432105
+0.284962 0.452659 0.429389
+0.326574 0.451423 0.426139
+0.368414 0.449577 0.421729
+0.412406 0.448081 0.412146
+0.458808 0.449149 0.387091
+0.499672 0.446006 0.377981
+0.539803 0.441794 0.370916
+0.579599 0.436164 0.366842
+0.620508 0.430091 0.359319
+0.661128 0.42298 0.348302
+0.702113 0.41529 0.33492
+0.742962 0.406439 0.319127
+0.783322 0.396506 0.300084
+0.823117 0.385183 0.277485
+0.862409 0.372198 0.25066
+0.901198 0.357351 0.21886
+0.938872 0.340093 0.181933
+0 0.453834 0.402365
+0 0.453788 0.401785
+0 0.454017 0.401389
+0 0.454215 0.401038
+0 0.454353 0.400565
+0 0.454398 0.399863
+0 0.454429 0.398978
+0 0.456672 0.40029
+0.00523384 0.463951 0.406439
+0.0393072 0.470787 0.412116
+0.071458 0.477333 0.417365
+0.103014 0.48304 0.421775
+0.13547 0.487739 0.425025
+0.170138 0.49099 0.42649
+0.208927 0.492576 0.426108
+0.250309 0.492851 0.424369
+0.291752 0.492592 0.421424
+0.333455 0.491646 0.417716
+0.374914 0.49015 0.413504
+0.420844 0.489464 0.398276
+0.467475 0.491661 0.367041
+0.512764 0.491615 0.340673
+0.552575 0.487297 0.33434
+0.590433 0.481315 0.336965
+0.62948 0.475196 0.332891
+0.669566 0.468833 0.324651
+0.709789 0.461875 0.312612
+0.750103 0.453925 0.297414
+0.79028 0.444862 0.27863
+0.830152 0.43476 0.255787
+0.8692 0.423163 0.228229
+0.907485 0.409705 0.195682
+0.944991 0.39408 0.160113
+0 0.490639 0.392432
+0 0.490623 0.39173
+0 0.490959 0.391302
+0 0.491173 0.390753
+0 0.491402 0.390097
+0 0.491524 0.38941
+0 0.491615 0.388632
+0 0.496162 0.39205
+0.0126955 0.503471 0.398093
+0.0459449 0.510765 0.404013
+0.0775158 0.517327 0.409079
+0.108995 0.523018 0.413092
+0.141634 0.527764 0.416175
+0.17673 0.530846 0.417227
+0.216098 0.532326 0.416419
+0.257588 0.532906 0.414694
+0.298741 0.532845 0.411719
+0.340215 0.532326 0.407874
+0.381521 0.531151 0.403433
+0.429419 0.53135 0.382071
+0.475151 0.53315 0.351781
+0.521477 0.534966 0.312947
+0.564263 0.533379 0.287755
+0.600793 0.526513 0.299504
+0.638865 0.520455 0.300328
+0.678019 0.514412 0.295079
+0.717571 0.5075 0.284504
+0.757214 0.500404 0.270146
+0.796887 0.492271 0.251682
+0.836255 0.483085 0.22858
+0.875059 0.472633 0.200793
+0.912886 0.460487 0.169253
+0.949737 0.445975 0.135317
+0 0.527871 0.380514
+0 0.527932 0.379782
+0 0.528283 0.379278
+0 0.528588 0.378698
+0 0.528893 0.377997
+0 0.529076 0.37734
+0 0.529458 0.376577
+0 0.53666 0.382467
+0.0209964 0.544015 0.388388
+0.0531319 0.551354 0.394141
+0.0843366 0.5579 0.398993
+0.115465 0.563485 0.402594
+0.148302 0.568124 0.405371
+0.184161 0.571084 0.406027
+0.223911 0.57258 0.404944
+0.265019 0.573343 0.403037
+0.306127 0.573541 0.4
+0.347143 0.57319 0.396078
+0.390005 0.572534 0.3888
+0.436332 0.572763 0.368765
+0.480308 0.573693 0.343404
+0.524819 0.574746 0.312261
+0.569604 0.575082 0.271855
+0.610422 0.572091 0.251575
+0.647913 0.56582 0.259709
+0.686458 0.559869 0.258061
+0.725063 0.553384 0.249866
+0.764248 0.546654 0.236866
+0.803311 0.539315 0.218601
+0.8421 0.530922 0.196017
+0.880674 0.521141 0.169528
+0.917784 0.50959 0.140154
+0.953628 0.496193 0.106462
+0 0.565637 0.366583
+0 0.565698 0.365805
+0 0.566171 0.365255
+0 0.566522 0.364767
+0 0.566842 0.36408
+0 0.567117 0.363134
+0 0.570199 0.364904
+0 0.577646 0.370825
+0.0298619 0.585351 0.376898
+0.0611124 0.592508 0.382315
+0.0916609 0.599008 0.38703
+0.122637 0.604318 0.390311
+0.155642 0.608698 0.392264
+0.192279 0.611688 0.392599
+0.232181 0.613199 0.391455
+0.272969 0.614206 0.389105
+0.313878 0.614527 0.386007
+0.354589 0.614389 0.381781
+0.398611 0.614176 0.370825
+0.443153 0.614435 0.352621
+0.486198 0.614893 0.33022
+0.52961 0.615412 0.302861
+0.573007 0.61532 0.268345
+0.616434 0.614908 0.223896
+0.656184 0.611215 0.207004
+0.694301 0.605234 0.211368
+0.732189 0.598947 0.206394
+0.770596 0.592569 0.195712
+0.809445 0.585519 0.179538
+0.847471 0.577554 0.159289
+0.884718 0.568261 0.135088
+0.921065 0.557168 0.106554
+0.955764 0.543832 0.0708171
+0 0.604074 0.350942
+0 0.604181 0.350088
+0 0.604654 0.349462
+0 0.605097 0.348745
+0 0.605478 0.347875
+0 0.605814 0.346868
+0 0.611551 0.351095
+0.0077821 0.61944 0.357549
+0.0394141 0.627146 0.363439
+0.069688 0.63415 0.36846
+0.099733 0.640528 0.372534
+0.130632 0.64564 0.375235
+0.163897 0.649866 0.377035
+0.200839 0.652567 0.376776
+0.241123 0.6542 0.375097
+0.281392 0.655268 0.372732
+0.321859 0.655726 0.369085
+0.362203 0.655772 0.364858
+0.40705 0.655833 0.351095
+0.450309 0.656092 0.333593
+0.492897 0.656382 0.312642
+0.535058 0.656657 0.287251
+0.57734 0.656306 0.255619
+0.619944 0.65568 0.216327
+0.662058 0.654047 0.169299
+0.700679 0.649546 0.15668
+0.738262 0.643442 0.156786
+0.776272 0.637217 0.149691
+0.81387 0.630396 0.136751
+0.85124 0.622538 0.118822
+0.887541 0.613474 0.0952621
+0.922835 0.602487 0.0644999
+0.956436 0.589487 0.0210422
+0 0.642466 0.332113
+0 0.642664 0.331197
+0 0.643183 0.330526
+0 0.643671 0.329717
+0 0.644114 0.328756
+0 0.646799 0.3299
+0 0.654124 0.335546
+0.0196689 0.661921 0.341497
+0.0497597 0.669459 0.347158
+0.0790265 0.676127 0.351675
+0.108537 0.682048 0.355169
+0.139513 0.687205 0.35761
+0.17322 0.691127 0.358801
+0.210681 0.693568 0.357916
+0.250278 0.695094 0.355795
+0.290272 0.69633 0.353155
+0.330251 0.696986 0.349325
+0.371878 0.697292 0.341741
+0.41532 0.697612 0.327749
+0.457542 0.697841 0.310582
+0.499611 0.698253 0.290257
+0.541085 0.698009 0.265538
+0.582589 0.697536 0.235477
+0.624231 0.696803 0.199207
+0.664927 0.694759 0.157916
+0.704646 0.691249 0.111696
+0.742535 0.68603 0.10132
+0.779614 0.679759 0.0977798
+0.816587 0.673121 0.0870832
+0.852934 0.665293 0.0691081
+0.888472 0.656062 0.042771
+0.922347 0.645136 0.00170901
+0.957992 0.635538 0
+0 0.681193 0.309957
+0 0.681361 0.308995
+0 0.681895 0.308309
+0 0.682429 0.307439
+0 0.682918 0.306355
+0 0.689387 0.311116
+0.00228885 0.697185 0.317159
+0.0321355 0.704768 0.32285
+0.0609293 0.711986 0.327718
+0.0892195 0.718273 0.331487
+0.118517 0.724056 0.334524
+0.149584 0.728847 0.336553
+0.18378 0.732448 0.336782
+0.221622 0.734768 0.335393
+0.260594 0.736477 0.333242
+0.299763 0.73753 0.329717
+0.339055 0.738216 0.325536
+0.381537 0.738766 0.314702
+0.42385 0.739208 0.300328
+0.465095 0.739452 0.28307
+0.506432 0.739773 0.26273
+0.547265 0.739437 0.237797
+0.588281 0.739071 0.208453
+0.628717 0.737774 0.174823
+0.668696 0.735531 0.138445
+0.707073 0.73138 0.0956283
+0.74342 0.725109 0.0380865
+0.77998 0.719188 0.0260319
+0.816632 0.712673 0.0154726
+0.852155 0.704952 0
+0.888579 0.697932 0
+0.926177 0.69131 0
+0.963546 0.68452 0
+0 0.720394 0.284184
+0 0.720577 0.283299
+0 0.721187 0.28246
+0 0.721721 0.281544
+0 0.725689 0.283894
+0 0.733104 0.289418
+0.0174411 0.740658 0.294896
+0.045243 0.747768 0.299687
+0.0726482 0.754482 0.304067
+0.100587 0.760662 0.307439
+0.129625 0.766125 0.309819
+0.160739 0.770581 0.311131
+0.195468 0.773693 0.310445
+0.233188 0.776043 0.308751
+0.271412 0.777554 0.305776
+0.309895 0.778668 0.301915
+0.349493 0.779522 0.295338
+0.391409 0.780148 0.282795
+0.432578 0.780575 0.267704
+0.473304 0.781125 0.249989
+0.513603 0.781064 0.228626
+0.553735 0.780652 0.203494
+0.593851 0.779995 0.175463
+0.633127 0.778149 0.145068
+0.671901 0.775464 0.11107
+0.709331 0.771099 0.0691997
+0.74432 0.764111 0.00675975
+0.783291 0.761059 0
+0.820523 0.755871 0
+0.857633 0.750805 0
+0.895018 0.745037 0
+0.932128 0.739406 0
+0.969314 0.733288 0
+0 0.759182 0.253635
+0 0.759472 0.252415
+0 0.760098 0.251408
+0 0.762936 0.252491
+0 0.769863 0.257435
+0.00576791 0.776989 0.262547
+0.0329137 0.784085 0.267689
+0.059266 0.79086 0.271901
+0.0857099 0.797269 0.275471
+0.112947 0.803143 0.278096
+0.141817 0.808057 0.279881
+0.173342 0.812207 0.280125
+0.20856 0.815076 0.278981
+0.245655 0.816968 0.276127
+0.28304 0.818448 0.272618
+0.320562 0.819669 0.267964
+0.360983 0.820554 0.257984
+0.401572 0.821241 0.244221
+0.441993 0.822003 0.228183
+0.481651 0.822156 0.209155
+0.521096 0.821927 0.187686
+0.560571 0.821408 0.164385
+0.599344 0.819867 0.138552
+0.637675 0.817731 0.109743
+0.674815 0.814054 0.074815
+0.710582 0.808759 0.027512
+0.746868 0.803723 0
+0.787808 0.803265 0
+0.828229 0.80238 0
+0.864958 0.797192 0
+0.901549 0.792203 0
+0.93846 0.786984 0
+0.971511 0.78114 0
+0 0.798321 0.217029
+0 0.798596 0.215656
+0 0.800641 0.215793
+0 0.807218 0.220295
+0 0.814191 0.22501
+0.0238956 0.821118 0.22977
+0.0489967 0.827863 0.233814
+0.0741588 0.834195 0.237339
+0.0998245 0.840116 0.240223
+0.126741 0.845365 0.2421
+0.155612 0.849836 0.242603
+0.187793 0.85359 0.242176
+0.222675 0.855955 0.239658
+0.258762 0.857771 0.236286
+0.295232 0.85922 0.231907
+0.333074 0.860349 0.224811
+0.3729 0.861479 0.212039
+0.412345 0.862242 0.197696
+0.451164 0.862501 0.181216
+0.489784 0.862287 0.163043
+0.528511 0.861875 0.14345
+0.566384 0.860456 0.121111
+0.604059 0.858564 0.0956588
+0.640681 0.855329 0.0643931
+0.676249 0.850767 0.0219425
+0.712459 0.846601 0
+0.752499 0.845975 0
+0.793072 0.845548 0
+0.833112 0.8448 0
+0.872404 0.843473 0
+0.908751 0.838865 0
+0.944854 0.833753 0
+0.971832 0.82855 0
+0 0.836973 0.17174
+0 0.839429 0.172305
+0 0.845548 0.176226
+0 0.852155 0.180713
+0.0192111 0.858778 0.184695
+0.0426337 0.865263 0.188327
+0.0660868 0.871473 0.191409
+0.090013 0.877287 0.194034
+0.114992 0.882658 0.195666
+0.141802 0.887526 0.19678
+0.171054 0.891524 0.196399
+0.203342 0.894316 0.194568
+0.237781 0.89633 0.191257
+0.27277 0.897993 0.187289
+0.308263 0.899367 0.18233
+0.346548 0.900725 0.172244
+0.384421 0.901381 0.160189
+0.422187 0.901595 0.146304
+0.459983 0.901579 0.131029
+0.497459 0.900801 0.113436
+0.53434 0.899382 0.093019
+0.571038 0.897505 0.0688945
+0.607034 0.894606 0.0379797
+0.64184 0.890211 0
+0.68011 0.889021 0
+0.719783 0.888655 0
+0.759213 0.888151 0
+0.798978 0.887846 0
+0.838407 0.887129 0
+0.877653 0.886366 0
+0.916136 0.884703 0
+0.95198 0.880308 0
+0.972091 0.875486 0
+0 0.878523 0.12166
+0 0.883894 0.125063
+0 0.890059 0.128893
+0.0180972 0.896147 0.132708
+0.0395972 0.902174 0.136049
+0.0612345 0.908034 0.13904
+0.0833295 0.913603 0.141695
+0.106325 0.918822 0.143496
+0.130968 0.923781 0.144884
+0.157412 0.927871 0.1449
+0.18674 0.930968 0.143755
+0.21883 0.93315 0.141421
+0.252262 0.934844 0.138109
+0.286381 0.936553 0.134432
+0.321859 0.937545 0.12726
+0.358251 0.938048 0.116732
+0.394629 0.938247 0.104509
+0.430884 0.937972 0.0902419
+0.466697 0.936934 0.0730907
+0.502632 0.935531 0.0523079
+0.53782 0.932921 0.0251316
+0.572702 0.92987 0
+0.610605 0.929458 0
+0.649271 0.929305 0
+0.687999 0.928954 0
+0.726726 0.928496 0
+0.765515 0.927855 0
+0.804547 0.927413 0
+0.843305 0.926436 0
+0.881849 0.925322 0
+0.92047 0.9243 0
+0.958022 0.922286 0
+0.972641 0.918029 0
+0 0 0.451911
+0 0 0.451133
+0 0 0.450355
+0 0 0.449561
+0 0 0.448692
+0 0 0.447456
+0 0 0.446571
+0 0 0.44538
+0 0 0.444038
+0 0 0.442588
+0.0146487 0 0.440803
+0.039826 0 0.439216
+0.0623941 0 0.437903
+0.0837873 0 0.436347
+0.10486 0 0.434363
+0.126482 0 0.431861
+0.149599 0 0.428611
+0.174914 0 0.424598
+0.203555 0 0.419333
+0.233967 0 0.413245
+0.264454 0 0.406699
+0.295109 0 0.4
+0.326009 0 0.392599
+0.357137 0 0.384695
+0.389776 0 0.376303
+0.423041 0 0.366934
+0.456291 0 0.357916
+0.489509 0 0.347829
+0.52398 0 0.337118
+0.559411 0 0.325368
+0.595346 0 0.312154
+0.6318 0 0.297246
+0.668666 0 0.280247
+0 0.00949111 0.450004
+0 0.00808728 0.449195
+0 0.00666819 0.448402
+0 0.0052491 0.447517
+0 0.0037995 0.446754
+0 0.00204471 0.446052
+0 0.000198367 0.444923
+0 0 0.443931
+0 0 0.442603
+0 0 0.441276
+0.0156558 0 0.43978
+0.0405127 0 0.438132
+0.0631113 0 0.437003
+0.0844739 0 0.435431
+0.105547 0 0.433494
+0.127199 0 0.431022
+0.150378 0 0.427787
+0.175814 0 0.423865
+0.204532 0 0.418463
+0.234989 0 0.41239
+0.265507 0 0.405844
+0.296864 0 0.398947
+0.328939 0 0.391638
+0.361196 0 0.384268
+0.39382 0 0.376608
+0.427726 0 0.368383
+0.462379 0 0.359503
+0.497704 0 0.349569
+0.5337 0 0.338643
+0.570367 0 0.326345
+0.607721 0 0.312383
+0.645289 0 0.296941
+0.683192 0 0.278904
+0 0.0219883 0.44831
+0 0.0207523 0.447517
+0 0.0193942 0.446677
+0 0.0180209 0.445869
+0 0.0165713 0.445182
+0 0.0149691 0.444236
+0 0.0131991 0.443061
+0 0.0113069 0.441947
+0 0.00927749 0.440665
+0 0.00695811 0.439414
+0.0156863 0.00415045 0.437751
+0.0408026 0.00151064 0.436881
+0.0634165 0 0.43566
+0.0848249 0 0.434318
+0.106294 0 0.432731
+0.127947 0 0.430228
+0.151049 0 0.42707
+0.176745 0 0.423041
+0.205829 0 0.417563
+0.237079 0 0.411933
+0.26836 0 0.406073
+0.300313 0 0.4
+0.333135 0 0.393439
+0.366705 0 0.386465
+0.401083 0 0.378897
+0.43621 0 0.370871
+0.47216 0 0.36173
+0.508766 0 0.351675
+0.545739 0 0.340093
+0.583429 0 0.327214
+0.621683 0 0.312581
+0.66038 0 0.295995
+0.699229 0 0.277028
+0 0.0339666 0.446799
+0 0.0328527 0.446036
+0 0.0316167 0.445365
+0 0.030396 0.44448
+0 0.0290227 0.443519
+0 0.0276341 0.442588
+0 0.0260014 0.441382
+0 0.0241703 0.440238
+0 0.0223239 0.439109
+0 0.0201724 0.437919
+0.0160067 0.0172732 0.436255
+0.0407416 0.0145724 0.435035
+0.0631876 0.0119478 0.433814
+0.0843824 0.00885023 0.432334
+0.10573 0.00529488 0.430716
+0.127749 0.000808728 0.428809
+0.151797 0 0.426657
+0.178714 0 0.42359
+0.208637 0 0.418997
+0.240681 0 0.41387
+0.273381 0 0.408576
+0.306523 0 0.402792
+0.340352 0 0.396475
+0.375082 0 0.389822
+0.410529 0 0.382132
+0.446876 0 0.373617
+0.483589 0 0.364385
+0.521233 0 0.353582
+0.559579 0 0.341741
+0.598337 0 0.328222
+0.637354 0 0.312779
+0.67657 0 0.295033
+0.71606 0 0.274784
+0 0.0461433 0.44535
+0 0.0450599 0.444648
+0 0.0440681 0.44387
+0 0.0429389 0.442954
+0 0.0417182 0.441947
+0 0.0403601 0.44097
+0 0.0390021 0.440055
+0 0.0374151 0.438865
+0 0.0356298 0.437751
+0 0.0338293 0.436713
+0.016846 0.0311284 0.435096
+0.0411994 0.0286717 0.4336
+0.0630198 0.0261082 0.432776
+0.0844129 0.0231327 0.432044
+0.105913 0.0195315 0.430869
+0.128466 0.015259 0.429648
+0.15314 0.00979629 0.427756
+0.181094 0.0030518 0.424994
+0.212985 0 0.421302
+0.246387 0 0.417182
+0.280537 0 0.412482
+0.314504 0 0.406958
+0.349584 0 0.40061
+0.385473 0 0.393576
+0.422049 0 0.385687
+0.459113 0 0.37705
+0.497002 0 0.366934
+0.535531 0 0.355795
+0.574334 0 0.343175
+0.613748 0 0.328771
+0.653422 0 0.312322
+0.692988 0 0.293523
+0.732754 0 0.271916
+0 0.0582895 0.443976
+0 0.0572976 0.443137
+0 0.0563973 0.44242
+0 0.055375 0.441627
+0 0.0542763 0.440635
+0 0.0530404 0.439704
+0 0.0516976 0.438712
+0 0.0504005 0.437751
+0 0.0487831 0.436896
+0 0.047013 0.436484
+0.0170748 0.0445106 0.435447
+0.0416724 0.042298 0.43476
+0.0641337 0.0402533 0.434852
+0.085832 0.0377508 0.434714
+0.107866 0.0345312 0.434363
+0.131167 0.0306401 0.433616
+0.156573 0.0254368 0.431952
+0.185748 0.0186923 0.429236
+0.218708 0.0101472 0.42533
+0.252766 0.000427253 0.420951
+0.287678 0 0.415946
+0.323278 0 0.410605
+0.360204 0 0.404852
+0.396719 0 0.397421
+0.434134 0 0.389288
+0.472251 0 0.379782
+0.510704 0 0.369451
+0.549905 0 0.357351
+0.58941 0 0.343862
+0.628946 0 0.328588
+0.668818 0 0.311284
+0.708766 0 0.291218
+0.748348 0 0.268421
+0 0.0705119 0.442679
+0 0.0695964 0.441871
+0 0.0686809 0.441093
+0 0.0677806 0.44036
+0 0.0668498 0.439658
+0 0.0657206 0.439231
+0 0.0644846 0.438911
+0 0.0631723 0.438499
+0 0.0620584 0.438544
+0 0.0606241 0.438819
+0.0182956 0.0585489 0.438605
+0.0431983 0.0567483 0.438849
+0.0661631 0.0549477 0.43946
+0.0883192 0.0528115 0.439872
+0.11104 0.0499428 0.439963
+0.135149 0.0462959 0.439399
+0.161608 0.0412451 0.437797
+0.192248 0.0345464 0.434852
+0.226413 0.026154 0.430671
+0.261097 0.0166781 0.425818
+0.296529 0.00608835 0.420401
+0.332952 0 0.414389
+0.369848 0 0.407706
+0.408042 0 0.400671
+0.446693 0 0.392355
+0.485252 0 0.382544
+0.524422 0 0.371069
+0.563714 0 0.358465
+0.60354 0 0.344213
+0.643595 0 0.328038
+0.683299 0 0.309819
+0.723018 0 0.288609
+0.762646 0 0.264591
+0 0.0829938 0.441657
+0 0.0821393 0.441138
+0 0.0812695 0.44094
+0 0.080415 0.440696
+0 0.0796216 0.44062
+0 0.0789349 0.441062
+0 0.0780041 0.441581
+0 0.0770123 0.442161
+0 0.0760052 0.442924
+0 0.0748608 0.443702
+0.0199741 0.0731518 0.44416
+0.0453193 0.0717479 0.444999
+0.0686809 0.0702525 0.445884
+0.0914626 0.0683452 0.446632
+0.114931 0.0657511 0.446876
+0.140108 0.0623026 0.44651
+0.167941 0.0573434 0.444709
+0.200351 0.0506752 0.441505
+0.235355 0.0423743 0.436912
+0.271046 0.0332036 0.431754
+0.307149 0.0229191 0.425895
+0.344045 0.0112764 0.419425
+0.381292 0 0.411826
+0.419501 0 0.403326
+0.458091 0 0.394232
+0.4981 0 0.384268
+0.537346 0 0.372534
+0.577005 0 0.359091
+0.616861 0 0.343999
+0.656565 0 0.32694
+0.696361 0 0.307744
+0.73608 0 0.285649
+0.775158 0 0.260746
+0 0.096025 0.442573
+0 0.0953994 0.442466
+0 0.0948196 0.443076
+0 0.094255 0.443717
+0 0.0937362 0.444526
+0 0.0931868 0.445365
+0 0.092546 0.446418
+0 0.091783 0.447562
+0 0.0909438 0.448631
+0 0.0898909 0.449805
+0.0214542 0.0884718 0.450721
+0.0473945 0.0874037 0.45211
+0.0713817 0.0862593 0.453361
+0.0951247 0.0845808 0.454368
+0.119371 0.0822614 0.454719
+0.145785 0.078996 0.454368
+0.175433 0.0741436 0.452445
+0.209552 0.0675212 0.44892
+0.245563 0.059617 0.444251
+0.28217 0.050782 0.438773
+0.319081 0.0408942 0.432486
+0.356374 0.0297246 0.425223
+0.394156 0.0170443 0.416709
+0.431998 0.00276188 0.407462
+0.470436 0 0.396643
+0.509224 0 0.385168
+0.549126 0 0.3729
+0.589105 0 0.359182
+0.628748 0 0.343343
+0.668544 0 0.325475
+0.708019 0 0.305425
+0.747143 0 0.282658
+0.786068 0 0.256672
+0 0.110643 0.445975
+0 0.110109 0.446189
+0 0.109819 0.447364
+0 0.109514 0.448615
+0 0.109133 0.449943
+0 0.108675 0.451286
+0 0.108141 0.452552
+0 0.107591 0.454093
+0 0.106859 0.455283
+0 0.105791 0.456352
+0.0228275 0.104738 0.457633
+0.0494698 0.104005 0.459236
+0.074403 0.103288 0.460868
+0.0990921 0.102052 0.462135
+0.124407 0.100069 0.462577
+0.152148 0.0968643 0.462058
+0.183825 0.0922713 0.460029
+0.219486 0.0857862 0.45626
+0.256718 0.0783551 0.451652
+0.294209 0.0699931 0.446067
+0.331853 0.0603952 0.43917
+0.369757 0.0497444 0.431785
+0.407828 0.0378271 0.422843
+0.445945 0.0241093 0.412451
+0.484016 0.00860609 0.401038
+0.522194 0 0.388022
+0.560754 0 0.373571
+0.599435 0 0.358251
+0.639384 0 0.342214
+0.678843 0 0.323674
+0.717998 0 0.302937
+0.756558 0 0.279515
+0.795193 0 0.252735
+0 0.127001 0.451347
+0 0.126604 0.451728
+0 0.126421 0.453147
+0 0.126223 0.454322
+0 0.125933 0.455802
+0 0.125566 0.457359
+0 0.125093 0.458839
+0 0.124514 0.460288
+0 0.123796 0.461692
+0 0.123018 0.462974
+0.0239261 0.122347 0.46421
+0.0513771 0.122194 0.466117
+0.077348 0.121859 0.468009
+0.103197 0.121157 0.469627
+0.130068 0.119646 0.470237
+0.15935 0.116808 0.469749
+0.192889 0.112459 0.467643
+0.230243 0.106264 0.463767
+0.268513 0.099321 0.459174
+0.306798 0.0913252 0.45359
+0.345556 0.082414 0.446815
+0.384146 0.0723735 0.438956
+0.422538 0.0609598 0.429953
+0.460945 0.0479286 0.419028
+0.499016 0.0333257 0.407034
+0.536934 0.0166476 0.39295
+0.574426 0 0.377188
+0.611246 0 0.359686
+0.648722 0 0.341024
+0.687526 0 0.321614
+0.726284 0 0.300374
+0.764599 0 0.276371
+0.802411 0 0.249226
+0 0.145129 0.45655
+0 0.144762 0.457084
+0 0.14464 0.458579
+0 0.144518 0.460121
+0 0.144335 0.461463
+0 0.14403 0.462837
+0 0.143648 0.464317
+0 0.143114 0.465644
+0 0.142458 0.466896
+0 0.141848 0.468208
+0.0244144 0.141756 0.470085
+0.053193 0.142336 0.47245
+0.0803388 0.142672 0.4748
+0.107378 0.142489 0.476616
+0.135866 0.141573 0.477501
+0.166964 0.139361 0.477302
+0.202441 0.135271 0.475074
+0.241596 0.129717 0.471519
+0.280827 0.123217 0.466804
+0.320317 0.116075 0.461372
+0.359915 0.107897 0.4551
+0.399252 0.0983139 0.447089
+0.438483 0.0876326 0.437934
+0.477531 0.0756085 0.42739
+0.515572 0.0616312 0.414939
+0.553384 0.0459449 0.400381
+0.590433 0.0280308 0.384039
+0.626169 0.00746166 0.365347
+0.661494 0 0.344427
+0.69662 0 0.321447
+0.733089 0 0.298009
+0.770779 0 0.273487
+0.808179 0 0.245945
+0 0.165591 0.46096
+0 0.16527 0.461509
+0 0.165255 0.462959
+0 0.165179 0.464378
+0 0.165057 0.465812
+0 0.164828 0.467155
+0 0.164523 0.468177
+0 0.164034 0.469337
+0 0.163394 0.470359
+0 0.163088 0.471733
+0.0243839 0.163684 0.474006
+0.0545205 0.165179 0.477058
+0.0832532 0.166415 0.479957
+0.111803 0.166979 0.482231
+0.141787 0.166766 0.483497
+0.174884 0.165316 0.483757
+0.212955 0.161959 0.482063
+0.253605 0.157244 0.478996
+0.294133 0.151553 0.475013
+0.334737 0.144915 0.469932
+0.375433 0.137453 0.463661
+0.415763 0.128939 0.456535
+0.455741 0.119066 0.447684
+0.495323 0.107744 0.437339
+0.534142 0.094728 0.425055
+0.571878 0.0799573 0.410712
+0.608759 0.0630808 0.394125
+0.644327 0.0437476 0.375113
+0.678462 0.0215763 0.353063
+0.711437 0 0.32845
+0.743572 0 0.300816
+0.776715 0 0.272053
+0.812772 0 0.242817
+0 0.188937 0.463218
+0 0.188663 0.463676
+0 0.188739 0.464988
+0 0.188754 0.466224
+0 0.188708 0.467475
+0 0.18854 0.468605
+0 0.188251 0.469627
+0 0.187808 0.470512
+0 0.187167 0.471229
+0 0.18732 0.472755
+0.0233921 0.189105 0.475883
+0.054902 0.191546 0.4795
+0.0853437 0.193988 0.483391
+0.115892 0.195789 0.486625
+0.147768 0.196384 0.488655
+0.18291 0.195529 0.489052
+0.222889 0.192706 0.487755
+0.264714 0.188647 0.485008
+0.306813 0.183825 0.481865
+0.34844 0.177874 0.477302
+0.390143 0.171191 0.471641
+0.431052 0.163119 0.464744
+0.472145 0.154086 0.456443
+0.512444 0.143679 0.446998
+0.552224 0.131777 0.43563
+0.590845 0.118303 0.421973
+0.628534 0.102968 0.406561
+0.664729 0.0852674 0.38822
+0.699199 0.0646525 0.366506
+0.731655 0.0407721 0.341176
+0.762524 0.0133669 0.312123
+0.791821 0 0.279026
+0.821302 0 0.24303
+0 0.215412 0.464179
+0 0.215198 0.464546
+0 0.215351 0.465614
+0 0.215442 0.466499
+0 0.215473 0.467308
+0 0.215351 0.468132
+0 0.215106 0.468849
+0 0.214679 0.469383
+0 0.214115 0.469795
+0 0.214893 0.471565
+0.0227817 0.218357 0.47602
+0.0559243 0.222232 0.480659
+0.087541 0.225681 0.48513
+0.11957 0.228397 0.488914
+0.152972 0.22977 0.491463
+0.18996 0.229419 0.49218
+0.231235 0.226993 0.490867
+0.273838 0.223362 0.48838
+0.316274 0.218845 0.484825
+0.358831 0.213581 0.480873
+0.400992 0.207156 0.475563
+0.442924 0.200015 0.46952
+0.484825 0.19173 0.461936
+0.525933 0.181872 0.453162
+0.566873 0.170977 0.443122
+0.607156 0.158785 0.43122
+0.64622 0.144656 0.416785
+0.684016 0.12845 0.399725
+0.720287 0.110018 0.379721
+0.754452 0.0887007 0.3561
+0.786358 0.0636301 0.327871
+0.815229 0.0339055 0.293935
+0.841627 0 0.254505
+0 0.245212 0.465187
+0 0.245029 0.4654
+0 0.245228 0.466209
+0 0.245411 0.467002
+0 0.245472 0.467674
+0 0.245396 0.468208
+0 0.245151 0.468559
+0 0.2448 0.468803
+0 0.244236 0.468833
+0 0.246006 0.471183
+0.0240482 0.25069 0.476448
+0.0585641 0.255818 0.482063
+0.0909285 0.260044 0.486656
+0.123568 0.263127 0.490272
+0.157916 0.264836 0.492561
+0.196185 0.264576 0.493156
+0.238285 0.262638 0.491493
+0.281239 0.259556 0.48896
+0.323781 0.255619 0.485328
+0.36643 0.250858 0.481407
+0.408804 0.24538 0.47628
+0.451286 0.238621 0.47039
+0.4934 0.231174 0.463233
+0.535576 0.222416 0.455222
+0.577523 0.212314 0.445914
+0.618769 0.200931 0.435111
+0.659281 0.187869 0.421973
+0.69926 0.172854 0.406882
+0.737819 0.155993 0.38909
+0.774578 0.13666 0.367315
+0.808972 0.114229 0.341238
+0.840894 0.0881819 0.310216
+0.869184 0.0571908 0.272145
+0 0.277577 0.466224
+0 0.27747 0.4663
+0 0.277714 0.466865
+0 0.277836 0.467308
+0 0.277913 0.467689
+0 0.277836 0.467887
+0 0.277668 0.467979
+0 0.277409 0.467964
+0 0.276951 0.467765
+0 0.279881 0.470909
+0.0272526 0.285573 0.476799
+0.0620432 0.291066 0.48246
+0.0947433 0.295491 0.486854
+0.127901 0.298985 0.490379
+0.163256 0.300908 0.492393
+0.202274 0.300923 0.49279
+0.244938 0.299199 0.490959
+0.287968 0.296681 0.488289
+0.330846 0.293263 0.485145
+0.373327 0.289158 0.480751
+0.416373 0.284291 0.475792
+0.458534 0.278355 0.46978
+0.501274 0.271595 0.463111
+0.54316 0.263615 0.454597
+0.58529 0.254643 0.445365
+0.627192 0.244297 0.434699
+0.668666 0.232425 0.422339
+0.709392 0.218814 0.407935
+0.749752 0.203464 0.391943
+0.788846 0.185489 0.372457
+0.826307 0.16492 0.349142
+0.861692 0.141711 0.320775
+0.893507 0.114229 0.285664
+0 0.311696 0.466102
+0 0.311589 0.466041
+0 0.311925 0.466453
+0 0.312139 0.466682
+0 0.3122 0.466773
+0 0.312093 0.466712
+0 0.31194 0.466499
+0 0.311604 0.466148
+0 0.311147 0.465629
+0 0.315236 0.469627
+0.0311742 0.321477 0.475746
+0.06598 0.327382 0.481468
+0.0990616 0.332021 0.485908
+0.13257 0.335775 0.489174
+0.168566 0.337911 0.491234
+0.208392 0.338125 0.491188
+0.251545 0.33666 0.489342
+0.294469 0.334478 0.486442
+0.337591 0.331807 0.483513
+0.380423 0.328038 0.479194
+0.422934 0.323552 0.474052
+0.465919 0.318547 0.468193
+0.508171 0.312398 0.461097
+0.550713 0.30544 0.453147
+0.593027 0.297475 0.443809
+0.63473 0.288045 0.432944
+0.676326 0.277378 0.420722
+0.717662 0.265492 0.406577
+0.758358 0.251575 0.390249
+0.798245 0.235477 0.37113
+0.837552 0.217075 0.349218
+0.875761 0.195605 0.323583
+0.911727 0.170794 0.291936
+0 0.346471 0.463951
+0 0.346426 0.463767
+0 0.346746 0.46392
+0 0.346944 0.463966
+0 0.346975 0.463828
+0 0.34696 0.463584
+0 0.346761 0.463172
+0 0.346456 0.462623
+0 0.346059 0.461906
+0 0.351568 0.467094
+0.0357519 0.358358 0.473533
+0.0701762 0.364187 0.47892
+0.103563 0.36936 0.483619
+0.137728 0.373312 0.487282
+0.174044 0.375601 0.488746
+0.214771 0.375982 0.488396
+0.258106 0.374868 0.486519
+0.301228 0.373037 0.484108
+0.343999 0.370581 0.4804
+0.387213 0.367666 0.476448
+0.429877 0.363684 0.471321
+0.472694 0.359213 0.46537
+0.515267 0.353735 0.458244
+0.557839 0.347662 0.450248
+0.59997 0.340307 0.440635
+0.642222 0.332052 0.429984
+0.684031 0.322637 0.417624
+0.725063 0.31191 0.403281
+0.765957 0.299504 0.386862
+0.806226 0.285206 0.36791
+0.845884 0.268986 0.345876
+0.884611 0.250172 0.320195
+0.922454 0.228077 0.289647
+0 0.381918 0.459953
+0 0.381857 0.459678
+0 0.382147 0.459648
+0 0.382345 0.45951
+0 0.382376 0.459236
+0 0.382315 0.458808
+0 0.382193 0.458289
+0 0.381964 0.457603
+0 0.382483 0.457679
+0.00354009 0.389044 0.463691
+0.0408789 0.396155 0.470222
+0.0748913 0.402167 0.475853
+0.108431 0.407492 0.480476
+0.142901 0.411536 0.483711
+0.180041 0.414023 0.485145
+0.221515 0.41442 0.484352
+0.264683 0.413672 0.482734
+0.307881 0.412222 0.479973
+0.350912 0.410117 0.476539
+0.393652 0.407614 0.472236
+0.436728 0.404288 0.467201
+0.479271 0.400153 0.461051
+0.522072 0.39556 0.454093
+0.564492 0.389853 0.445777
+0.606882 0.383597 0.436362
+0.648981 0.376272 0.425544
+0.690623 0.367697 0.412726
+0.732189 0.358099 0.398276
+0.773175 0.347021 0.381704
+0.813672 0.334417 0.3626
+0.853697 0.320089 0.340322
+0.892515 0.303304 0.314015
+0.930617 0.284062 0.282963
+0 0.417823 0.4542
+0 0.417792 0.453834
+0 0.418006 0.453651
+0 0.418158 0.453407
+0 0.418235 0.45304
+0 0.418219 0.452537
+0 0.418173 0.451972
+0 0.418036 0.451316
+0 0.420233 0.453086
+0.00988785 0.427375 0.459541
+0.0462501 0.434592 0.465873
+0.0800793 0.440955 0.471412
+0.11368 0.446342 0.475822
+0.148363 0.450507 0.478889
+0.186404 0.452918 0.480369
+0.228397 0.453498 0.479393
+0.27155 0.453056 0.477317
+0.314565 0.451957 0.474815
+0.357488 0.450294 0.471183
+0.400305 0.44802 0.466941
+0.443229 0.445411 0.461692
+0.485924 0.441886 0.455131
+0.528359 0.437827 0.447227
+0.571023 0.433265 0.438437
+0.613428 0.427695 0.428443
+0.655558 0.421118 0.417197
+0.6972 0.413809 0.4047
+0.738735 0.405356 0.389792
+0.779797 0.395605 0.372915
+0.820356 0.384421 0.353216
+0.860304 0.371664 0.330144
+0.899474 0.356802 0.303166
+0.938094 0.340032 0.271412
+0 0.454154 0.447196
+0 0.454078 0.446693
+0 0.454353 0.446464
+0 0.454551 0.446128
+0 0.454673 0.445731
+0 0.454734 0.445167
+0 0.454719 0.444511
+0 0.454688 0.443702
+0 0.458747 0.446952
+0.0167697 0.466651 0.453956
+0.0519875 0.473777 0.46009
+0.0856794 0.480323 0.465843
+0.11931 0.485939 0.470161
+0.15436 0.490043 0.472953
+0.193118 0.492378 0.473793
+0.235554 0.493065 0.473014
+0.278431 0.492988 0.470787
+0.32134 0.492241 0.467872
+0.36405 0.490837 0.464454
+0.406958 0.488884 0.459831
+0.451835 0.48716 0.449821
+0.499275 0.488334 0.424186
+0.540963 0.48513 0.414847
+0.581949 0.481102 0.40621
+0.622202 0.475364 0.402289
+0.663462 0.469139 0.394766
+0.704387 0.461921 0.383612
+0.745602 0.454078 0.370077
+0.786557 0.445197 0.353964
+0.826993 0.435233 0.334524
+0.866697 0.423774 0.311421
+0.905867 0.410697 0.284031
+0.944472 0.395789 0.251286
+0 0.491005 0.438346
+0 0.491005 0.437842
+0 0.491279 0.437491
+0 0.491539 0.437247
+0 0.491737 0.436866
+0 0.491859 0.436362
+0 0.491966 0.43563
+0 0.491966 0.43476
+0 0.498497 0.440299
+0.024094 0.506645 0.447333
+0.0585031 0.513802 0.45333
+0.0917525 0.5205 0.458625
+0.125414 0.526009 0.462852
+0.160922 0.530083 0.465431
+0.200046 0.532219 0.465751
+0.242878 0.533196 0.464683
+0.285725 0.533272 0.462837
+0.328222 0.532952 0.459632
+0.370901 0.531853 0.455833
+0.41352 0.530297 0.451331
+0.460472 0.529549 0.435645
+0.508003 0.531685 0.403601
+0.554086 0.53167 0.376654
+0.595041 0.527703 0.366888
+0.633204 0.521538 0.37055
+0.672572 0.515206 0.366613
+0.712749 0.508736 0.358328
+0.753094 0.501656 0.346166
+0.793576 0.493706 0.330922
+0.833509 0.484581 0.311604
+0.873304 0.474464 0.288396
+0.912322 0.462806 0.260212
+0.950423 0.449363 0.22591
+0 0.528588 0.428382
+0 0.528603 0.427771
+0 0.528984 0.42742
+0 0.52929 0.427039
+0 0.529595 0.42652
+0 0.529793 0.425879
+0 0.529961 0.425284
+0 0.531182 0.425559
+0 0.539162 0.432349
+0.031693 0.547051 0.438987
+0.0655528 0.554528 0.44506
+0.098436 0.561151 0.450095
+0.132097 0.566629 0.453849
+0.167865 0.570504 0.456138
+0.207691 0.57261 0.456107
+0.250278 0.573434 0.454566
+0.293111 0.573999 0.452857
+0.335485 0.573877 0.449699
+0.377874 0.573129 0.445686
+0.420142 0.571923 0.440909
+0.469245 0.572076 0.418494
+0.515999 0.574243 0.385519
+0.562982 0.575769 0.346456
+0.60679 0.574777 0.317586
+0.643534 0.567468 0.330388
+0.68188 0.561334 0.332067
+0.721279 0.555154 0.326879
+0.760616 0.548287 0.316426
+0.800443 0.541009 0.301793
+0.840085 0.532845 0.282979
+0.879301 0.523705 0.259464
+0.917906 0.513237 0.230167
+0.955718 0.501305 0.1953
+0 0.566323 0.416266
+0 0.566461 0.415625
+0 0.566873 0.415229
+0 0.567239 0.414801
+0 0.567575 0.414221
+0 0.567849 0.413657
+0 0.568048 0.412924
+0 0.572183 0.415778
+0.00573739 0.580575 0.422843
+0.0403601 0.588388 0.429221
+0.0732128 0.595819 0.43505
+0.105882 0.602274 0.439765
+0.139254 0.607385 0.442954
+0.175647 0.611246 0.444877
+0.216098 0.613214 0.444465
+0.258427 0.614282 0.442786
+0.300679 0.614939 0.440726
+0.342931 0.615137 0.437598
+0.385077 0.614649 0.433478
+0.428794 0.613779 0.425803
+0.476143 0.614176 0.404379
+0.52134 0.615152 0.377356
+0.566674 0.616403 0.343923
+0.612222 0.616983 0.300481
+0.653346 0.613901 0.279408
+0.690944 0.607431 0.288716
+0.729381 0.601389 0.287739
+0.768307 0.59472 0.279744
+0.80737 0.588022 0.266361
+0.846311 0.580682 0.2477
+0.885039 0.572335 0.223697
+0.923354 0.562722 0.194339
+0.960494 0.551431 0.160937
+0 0.604562 0.402167
+0 0.604669 0.401526
+0 0.605127 0.401175
+0 0.605554 0.400778
+0 0.605951 0.400214
+0 0.606271 0.399405
+0 0.606561 0.398459
+0 0.614054 0.404501
+0.0162966 0.622293 0.411276
+0.0496223 0.630381 0.417639
+0.0817884 0.637583 0.423041
+0.114 0.6439 0.427649
+0.147494 0.648692 0.430213
+0.18436 0.652293 0.431388
+0.225116 0.654246 0.430686
+0.267063 0.655451 0.429038
+0.308934 0.656291 0.42649
+0.350896 0.656519 0.42327
+0.392599 0.656229 0.418769
+0.437736 0.65594 0.407401
+0.48333 0.656184 0.387823
+0.527276 0.656733 0.363729
+0.57142 0.657374 0.334539
+0.615167 0.65742 0.297765
+0.659281 0.657099 0.250034
+0.699321 0.653468 0.232288
+0.737423 0.647257 0.237766
+0.775311 0.64094 0.233127
+0.813794 0.634531 0.221637
+0.852277 0.627619 0.20415
+0.89041 0.619806 0.181064
+0.927581 0.610712 0.154086
+0.963729 0.599756 0.122896
+0 0.643351 0.386297
+0 0.643534 0.385595
+0 0.644053 0.385092
+0 0.64448 0.384451
+0 0.644862 0.383658
+0 0.645212 0.382727
+0 0.648478 0.384558
+0 0.656504 0.39118
+0.0277256 0.664897 0.398047
+0.0597391 0.672694 0.404013
+0.0911116 0.679667 0.408942
+0.122927 0.685618 0.412634
+0.156695 0.690242 0.414954
+0.194141 0.693507 0.415549
+0.234836 0.695369 0.414359
+0.276387 0.696803 0.412436
+0.317739 0.697749 0.409812
+0.359167 0.698039 0.405966
+0.400397 0.697963 0.401404
+0.446265 0.697993 0.386831
+0.490532 0.698146 0.3682
+0.533791 0.698573 0.345571
+0.576776 0.698894 0.318441
+0.619593 0.698619 0.284825
+0.662654 0.6981 0.242832
+0.705348 0.696803 0.189395
+0.744121 0.692363 0.175143
+0.781613 0.686107 0.175921
+0.819425 0.679973 0.168612
+0.85713 0.673182 0.154406
+0.894331 0.665537 0.134874
+0.930404 0.656519 0.109667
+0.965331 0.64564 0.077348
+0 0.682124 0.367254
+0 0.682292 0.366506
+0 0.682841 0.365957
+0 0.683391 0.365316
+0 0.683879 0.364492
+0 0.684337 0.363561
+0 0.691524 0.369177
+0.00805676 0.699733 0.375601
+0.0400549 0.707835 0.381872
+0.0707256 0.715312 0.387518
+0.101289 0.721813 0.391745
+0.13283 0.727413 0.394827
+0.166842 0.731929 0.396597
+0.204944 0.734829 0.396704
+0.24538 0.736614 0.395071
+0.285908 0.737957 0.392889
+0.327001 0.739162 0.389761
+0.367834 0.73959 0.385733
+0.410315 0.739742 0.377935
+0.454719 0.740001 0.362799
+0.497932 0.740185 0.344396
+0.540688 0.740551 0.322896
+0.582818 0.740383 0.296452
+0.624811 0.740001 0.264134
+0.666758 0.739437 0.224796
+0.708217 0.737774 0.176806
+0.748302 0.734493 0.124437
+0.785901 0.729335 0.113664
+0.823178 0.723033 0.110475
+0.859907 0.716411 0.0993515
+0.895842 0.70869 0.0806592
+0.931105 0.699382 0.0532387
+0.964416 0.68838 0.0111238
+0 0.721141 0.344884
+0 0.721325 0.344015
+0 0.721904 0.343496
+0 0.722454 0.34284
+0 0.722988 0.341939
+0 0.727031 0.344381
+0 0.735088 0.350805
+0.0230106 0.743374 0.357259
+0.0531014 0.751095 0.362875
+0.0827497 0.75819 0.367651
+0.112505 0.764202 0.371099
+0.144121 0.769528 0.373922
+0.178683 0.773556 0.374823
+0.216876 0.776165 0.373999
+0.256825 0.777996 0.372305
+0.296773 0.779568 0.369619
+0.336889 0.780484 0.366079
+0.376974 0.781048 0.361349
+0.420432 0.781476 0.350225
+0.463661 0.78175 0.334539
+0.50573 0.781994 0.31606
+0.547738 0.782284 0.294362
+0.589151 0.78201 0.267903
+0.630671 0.78172 0.236286
+0.671656 0.780667 0.197711
+0.712169 0.778851 0.15523
+0.750759 0.774823 0.107439
+0.787137 0.768521 0.0455482
+0.823178 0.762417 0.0332799
+0.859586 0.755825 0.0230869
+0.894575 0.747921 0
+0.930053 0.740444 0
+0.967453 0.734295 0
+0 0.760449 0.319066
+0 0.760708 0.318181
+0 0.761349 0.317433
+0 0.761959 0.316579
+0 0.763729 0.316884
+0 0.771282 0.322789
+0.00914015 0.779339 0.328923
+0.0386511 0.787198 0.334554
+0.066865 0.794232 0.339605
+0.0953994 0.800793 0.343526
+0.125093 0.806622 0.346517
+0.156802 0.811521 0.348196
+0.19173 0.815045 0.348501
+0.229923 0.817334 0.346899
+0.268971 0.819425 0.344961
+0.308125 0.820783 0.341527
+0.347524 0.821759 0.337438
+0.387762 0.822416 0.330907
+0.430747 0.82295 0.317174
+0.472801 0.823346 0.300938
+0.51426 0.82388 0.281971
+0.555215 0.823774 0.259236
+0.595926 0.823484 0.2318
+0.636683 0.823072 0.199817
+0.676463 0.821439 0.164096
+0.715602 0.818967 0.12546
+0.753002 0.814511 0.0796521
+0.787594 0.807126 0.0126955
+0.826032 0.803616 0
+0.862821 0.798489 0
+0.899718 0.793317 0
+0.936873 0.788022 0
+0.971511 0.782208 0
+0 0.799481 0.287968
+0 0.799771 0.2869
+0 0.800458 0.286015
+0 0.801526 0.285389
+0 0.80856 0.290593
+0 0.816342 0.296376
+0.0274052 0.823697 0.301946
+0.0548257 0.830884 0.306859
+0.0819562 0.837598 0.310933
+0.109758 0.843763 0.314183
+0.138933 0.849104 0.316564
+0.17084 0.853391 0.317296
+0.206287 0.85655 0.316487
+0.244114 0.858778 0.314611
+0.282124 0.860517 0.311437
+0.320394 0.86186 0.307607
+0.35874 0.862913 0.302861
+0.399924 0.863645 0.292271
+0.441489 0.864256 0.277562
+0.482643 0.864912 0.260487
+0.522957 0.86508 0.239673
+0.563104 0.864942 0.215244
+0.60322 0.864607 0.187945
+0.642542 0.863233 0.157733
+0.681407 0.861234 0.125139
+0.718776 0.857664 0.0869612
+0.75436 0.852171 0.0362554
+0.789914 0.846494 0
+0.830549 0.845869 0
+0.870893 0.845045 0
+0.907103 0.840192 0
+0.943343 0.834928 0
+0.971832 0.829725 0
+0 0.838834 0.250858
+0 0.839155 0.249638
+0 0.840223 0.24892
+0 0.846647 0.253422
+0 0.85388 0.258579
+0.0203708 0.861082 0.263737
+0.0461891 0.868162 0.268299
+0.071809 0.874846 0.272267
+0.0981003 0.880995 0.275517
+0.125368 0.886534 0.278111
+0.15465 0.891279 0.279164
+0.186969 0.894881 0.278828
+0.222477 0.897795 0.277317
+0.259037 0.899763 0.274464
+0.29601 0.901411 0.270542
+0.333303 0.902724 0.265873
+0.371756 0.903761 0.25861
+0.412543 0.904662 0.244968
+0.452827 0.90544 0.228763
+0.492454 0.905699 0.209567
+0.531868 0.905577 0.188098
+0.571252 0.905241 0.164858
+0.609827 0.903944 0.139208
+0.647852 0.902068 0.110765
+0.684703 0.898833 0.0769207
+0.720073 0.893935 0.0316625
+0.755367 0.888853 0
+0.795727 0.888701 0
+0.83563 0.888045 0
+0.875731 0.887327 0
+0.914763 0.886183 0
+0.95053 0.881605 0
+0.972198 0.876631 0
+0 0.877241 0.205127
+0 0.878859 0.20502
+0 0.8851 0.209232
+0 0.891936 0.214054
+0.0177462 0.898787 0.218463
+0.0417792 0.90547 0.222492
+0.0656138 0.91194 0.226032
+0.0899214 0.917967 0.229114
+0.115221 0.923552 0.231159
+0.142107 0.928496 0.232197
+0.171725 0.932769 0.232486
+0.204501 0.93576 0.230823
+0.239399 0.937896 0.228046
+0.274815 0.939742 0.22417
+0.310643 0.941283 0.219257
+0.346929 0.942519 0.213413
+0.385992 0.943771 0.202075
+0.424826 0.94435 0.187335
+0.463447 0.944457 0.170764
+0.502022 0.944427 0.153033
+0.540047 0.943435 0.133135
+0.577447 0.941878 0.110628
+0.614404 0.939742 0.0845808
+0.650523 0.936522 0.0521248
+0.685328 0.931762 0.00590524
+0.722332 0.929046 0
+0.761944 0.92845 0
+0.801526 0.928038 0
+0.840604 0.927214 0
+0.879515 0.926223 0
+0.918471 0.925216 0
+0.956817 0.923506 0
+0.972747 0.919127 0
+0 0 0.480735
+0 0 0.480049
+0 0 0.479316
+0 0 0.478508
+0 0 0.477745
+0 0 0.476677
+0 0 0.475624
+0 0 0.474754
+0 0 0.473503
+0 0 0.472145
+0 0 0.470573
+0.0248569 0 0.469017
+0.0497902 0 0.467781
+0.0724651 0 0.466499
+0.0943008 0 0.464942
+0.116426 0 0.462867
+0.139528 0 0.460121
+0.164767 0 0.456458
+0.193118 0 0.451682
+0.224018 0 0.446189
+0.255222 0 0.439918
+0.286564 0 0.433295
+0.318074 0 0.426276
+0.350088 0 0.418982
+0.383261 0 0.41062
+0.416892 0 0.402609
+0.450355 0 0.394278
+0.484306 0 0.384909
+0.519356 0 0.375067
+0.555184 0 0.364248
+0.591745 0 0.352056
+0.628641 0 0.338491
+0.665858 0 0.32311
+0 0.00863661 0.478843
+0 0.00738537 0.478172
+0 0.00598154 0.477424
+0 0.00454719 0.476692
+0 0.00299077 0.475761
+0 0.00138857 0.475074
+0 0 0.47425
+0 0 0.473213
+0 0 0.472129
+0 0 0.470954
+0 0 0.469642
+0.025742 0 0.468086
+0.0505531 0 0.466941
+0.0731212 0 0.465888
+0.0950027 0 0.46424
+0.117128 0 0.462181
+0.140276 0 0.459464
+0.165591 0 0.455787
+0.194049 0 0.450996
+0.22504 0 0.445487
+0.25626 0 0.439231
+0.288594 0 0.432502
+0.321279 0 0.425986
+0.353964 0 0.419394
+0.387381 0 0.412085
+0.42182 0 0.404578
+0.457038 0 0.39649
+0.492912 0 0.387366
+0.529458 0 0.377325
+0.566598 0 0.365988
+0.604227 0 0.353399
+0.642359 0 0.339269
+0.680613 0 0.322988
+0 0.0211795 0.477317
+0 0.0198825 0.476448
+0 0.0186618 0.475792
+0 0.0172732 0.475029
+0 0.0157778 0.474174
+0 0.0141604 0.473472
+0 0.0124666 0.47245
+0 0.0105287 0.471397
+0 0.00856031 0.470329
+0 0.00624094 0.469245
+0 0.00366217 0.467964
+0.0260166 0.000656138 0.466651
+0.05066 0 0.465705
+0.0735485 0 0.464927
+0.0957198 0 0.4636
+0.117845 0 0.46154
+0.141039 0 0.458824
+0.166293 0 0.455177
+0.195407 0 0.450645
+0.227283 0 0.445701
+0.259297 0 0.440162
+0.29218 0 0.434363
+0.325765 0 0.428382
+0.360037 0 0.421988
+0.395026 0 0.415061
+0.430549 0 0.407813
+0.466987 0 0.399359
+0.504082 0 0.390066
+0.541802 0 0.379721
+0.57995 0 0.368078
+0.618433 0 0.354864
+0.65745 0 0.339773
+0.696696 0 0.322484
+0 0.0331121 0.475898
+0 0.0319219 0.475044
+0 0.0308385 0.474388
+0 0.029572 0.473747
+0 0.0282292 0.472862
+0 0.0267185 0.471901
+0 0.0252232 0.470939
+0 0.0234073 0.469947
+0 0.0214084 0.468894
+0 0.019379 0.467872
+0 0.0168307 0.466545
+0.0260777 0.013901 0.465141
+0.0504616 0.0110933 0.464225
+0.0730755 0.0080415 0.463004
+0.0952926 0.00457771 0.461845
+0.117586 0.000274662 0.46067
+0.141695 0 0.459083
+0.168276 0 0.45655
+0.198489 0 0.452613
+0.231128 0 0.448005
+0.264591 0 0.443091
+0.298451 0 0.437903
+0.333135 0 0.43241
+0.368521 0 0.426078
+0.404471 0 0.419196
+0.441321 0 0.411414
+0.478843 0 0.402716
+0.516793 0 0.393256
+0.555505 0 0.382376
+0.594797 0 0.369955
+0.634318 0 0.356054
+0.673716 0 0.340093
+0.713481 0 0.321996
+0 0.0452888 0.474434
+0 0.0442054 0.473716
+0 0.0430915 0.473075
+0 0.0420844 0.472419
+0 0.0408789 0.471489
+0 0.0395209 0.470603
+0 0.0380407 0.469688
+0 0.0365911 0.468772
+0 0.0348058 0.467765
+0 0.0328985 0.466667
+0 0.0305638 0.4654
+0.0263371 0.0278325 0.464195
+0.0502632 0.0251926 0.463859
+0.0731212 0.0223392 0.463432
+0.0953384 0.0188449 0.462745
+0.118273 0.0148013 0.462211
+0.142824 0.00961318 0.461036
+0.170596 0.00309758 0.458991
+0.202518 0 0.455955
+0.23682 0 0.452277
+0.271855 0 0.448112
+0.306676 0 0.442924
+0.342397 0 0.437095
+0.378683 0 0.430732
+0.415976 0 0.423606
+0.453864 0 0.415763
+0.492103 0 0.406668
+0.531136 0 0.396292
+0.570565 0 0.384863
+0.610147 0 0.371862
+0.650065 0 0.35697
+0.690013 0 0.339956
+0.729946 0 0.32079
+0 0.0574197 0.473365
+0 0.0564279 0.472648
+0 0.0554208 0.471916
+0 0.0543832 0.471168
+0 0.0533913 0.470451
+0 0.0521859 0.469581
+0 0.0508431 0.468711
+0 0.0493935 0.467796
+0 0.0479133 0.467536
+0 0.0461433 0.467262
+0 0.044007 0.466529
+0.0269627 0.0415961 0.466133
+0.0513619 0.0394293 0.466407
+0.0744335 0.0369421 0.466743
+0.0972 0.0339055 0.466865
+0.120729 0.0302586 0.466773
+0.146197 0.0252689 0.465782
+0.175158 0.0187686 0.463798
+0.20827 0.0103456 0.460609
+0.243183 0.000503548 0.456641
+0.278843 0 0.452125
+0.315358 0 0.44744
+0.352911 0 0.442267
+0.390158 0 0.435554
+0.428214 0 0.428183
+0.466682 0 0.419623
+0.505821 0 0.409812
+0.545235 0 0.39913
+0.585245 0 0.386999
+0.625208 0 0.373037
+0.665461 0 0.357458
+0.705623 0 0.339376
+0.745586 0 0.319005
+0 0.0695964 0.472419
+0 0.0687114 0.471626
+0 0.0677958 0.470924
+0 0.0668498 0.470298
+0 0.0658122 0.469871
+0 0.0648203 0.469764
+0 0.0635996 0.469535
+0 0.0623484 0.469398
+0 0.0611124 0.469749
+0 0.0597238 0.47039
+0.000610361 0.0578927 0.47071
+0.0281987 0.0558785 0.471077
+0.0531472 0.0540627 0.472053
+0.0767071 0.0519875 0.472831
+0.100069 0.0493324 0.47335
+0.124483 0.0458839 0.473472
+0.151019 0.0410315 0.472557
+0.181445 0.0345922 0.47039
+0.215717 0.0262303 0.466743
+0.251362 0.0166171 0.46244
+0.287556 0.00590524 0.457542
+0.324895 0 0.452201
+0.362493 0 0.446052
+0.401373 0 0.43978
+0.440635 0 0.432364
+0.47982 0 0.423117
+0.519326 0 0.413001
+0.559289 0 0.401282
+0.599268 0 0.388327
+0.639475 0 0.373632
+0.67982 0 0.356939
+0.719692 0 0.338369
+0.759609 0 0.316976
+0 0.0820478 0.471977
+0 0.0812543 0.471534
+0 0.0803998 0.471443
+0 0.0795911 0.471336
+0 0.0787976 0.471641
+0 0.0779583 0.472328
+0 0.0770886 0.47303
+0 0.0762493 0.473808
+0 0.0752575 0.474754
+0 0.0741131 0.476005
+0.00167849 0.0724804 0.476738
+0.0298466 0.0708324 0.477867
+0.0554055 0.0692607 0.479271
+0.079469 0.0674449 0.480476
+0.103563 0.0650339 0.481422
+0.129076 0.0618296 0.481621
+0.156924 0.0571603 0.480461
+0.189014 0.050782 0.478035
+0.224643 0.0424964 0.474052
+0.261173 0.0332341 0.469413
+0.298268 0.0228122 0.464164
+0.335637 0.0110781 0.458213
+0.373877 0 0.451301
+0.412406 0 0.443503
+0.451896 0 0.434928
+0.492164 0 0.426215
+0.532219 0 0.415167
+0.572183 0 0.403082
+0.612436 0 0.389349
+0.652476 0 0.373953
+0.692561 0 0.356435
+0.732372 0 0.336812
+0.772091 0 0.314626
+0 0.0951553 0.473381
+0 0.0944686 0.473442
+0 0.0939345 0.473991
+0 0.0934615 0.474922
+0 0.0930037 0.476081
+0 0.0924697 0.47744
+0 0.0917983 0.478782
+0 0.0910506 0.480262
+0 0.0901503 0.481727
+0 0.0891585 0.482872
+0.00251774 0.0877546 0.484169
+0.0314794 0.0863355 0.485573
+0.0576791 0.0852064 0.487358
+0.0825971 0.0836957 0.488853
+0.107713 0.0814984 0.48986
+0.134325 0.0785534 0.490242
+0.163622 0.0740673 0.489189
+0.197604 0.067628 0.486442
+0.234806 0.0596933 0.482444
+0.272221 0.0508431 0.477501
+0.310002 0.0408484 0.471794
+0.348104 0.0295567 0.46511
+0.386481 0.0167849 0.457298
+0.425193 0.00236515 0.448493
+0.463905 0 0.438788
+0.503487 0 0.427878
+0.543603 0 0.416785
+0.583993 0 0.404105
+0.624186 0 0.389883
+0.664149 0 0.373754
+0.703975 0 0.355489
+0.743481 0 0.335119
+0.782467 0 0.312062
+0 0.110002 0.477806
+0 0.109499 0.478279
+0 0.109178 0.479622
+0 0.108873 0.481102
+0 0.108507 0.48249
+0 0.108019 0.484031
+0 0.107469 0.485725
+0 0.106813 0.487327
+0 0.10602 0.489006
+0 0.105043 0.490608
+0.00300603 0.103914 0.492134
+0.0328832 0.102815 0.493523
+0.0600748 0.102098 0.495537
+0.0860609 0.101076 0.497459
+0.112261 0.0993057 0.498634
+0.140047 0.0964675 0.498894
+0.171267 0.0923018 0.497841
+0.207324 0.0860151 0.494896
+0.245502 0.0785534 0.490806
+0.283848 0.0699779 0.485603
+0.322591 0.0604257 0.4795
+0.361273 0.0496834 0.472404
+0.400046 0.0375372 0.464424
+0.439094 0.0238041 0.454917
+0.477638 0.00822461 0.443976
+0.51635 0 0.431968
+0.554955 0 0.418647
+0.594278 0 0.404395
+0.634272 0 0.389776
+0.674037 0 0.372976
+0.713695 0 0.354284
+0.752804 0 0.333318
+0.791318 0 0.309621
+0 0.126375 0.483772
+0 0.125933 0.484428
+0 0.125719 0.486061
+0 0.125505 0.487739
+0 0.1252 0.489433
+0 0.124849 0.491173
+0 0.124392 0.492729
+0 0.123781 0.494484
+0 0.123095 0.496193
+0 0.122255 0.497871
+0.00306706 0.121279 0.499428
+0.0343175 0.120836 0.501564
+0.0624094 0.120546 0.503548
+0.0896315 0.120043 0.505714
+0.117205 0.118868 0.507179
+0.146517 0.116472 0.507576
+0.179812 0.112551 0.506401
+0.217624 0.106538 0.503319
+0.256901 0.0995651 0.499168
+0.296422 0.0915694 0.494102
+0.336126 0.0826123 0.488151
+0.375662 0.0724804 0.480995
+0.414908 0.0610208 0.472419
+0.453849 0.0479286 0.462654
+0.492714 0.0331579 0.451148
+0.530922 0.0161593 0.438087
+0.568841 0 0.423529
+0.606149 0 0.406958
+0.643763 0 0.389807
+0.68278 0 0.372274
+0.721599 0 0.352743
+0.760403 0 0.331487
+0.798581 0 0.307332
+0 0.144564 0.489937
+0 0.144167 0.490532
+0 0.144045 0.492287
+0 0.143908 0.494072
+0 0.143694 0.495903
+0 0.143374 0.497688
+0 0.143023 0.49929
+0 0.142535 0.500877
+0 0.141894 0.502464
+0 0.141039 0.503929
+0.00260929 0.140383 0.505608
+0.0353246 0.140871 0.50837
+0.0648051 0.141161 0.510979
+0.0932326 0.141253 0.513481
+0.122286 0.140719 0.515251
+0.153506 0.139025 0.515984
+0.188876 0.135393 0.514763
+0.228595 0.130083 0.511955
+0.269047 0.123613 0.507851
+0.309743 0.116472 0.503059
+0.350317 0.10808 0.496941
+0.390723 0.0986954 0.490166
+0.430808 0.0879683 0.481773
+0.470405 0.0756542 0.47158
+0.509407 0.061799 0.460334
+0.547494 0.0457313 0.446769
+0.584741 0.0278019 0.431312
+0.621332 0.00727855 0.413993
+0.656703 0 0.394263
+0.691875 0 0.373327
+0.728405 0 0.351629
+0.766323 0 0.329732
+0.803983 0 0.305318
+0 0.165331 0.495766
+0 0.165011 0.496345
+0 0.16495 0.497856
+0 0.16492 0.499626
+0 0.164752 0.501289
+0 0.164523 0.502953
+0 0.164157 0.504509
+0 0.163684 0.505852
+0 0.163027 0.507042
+0 0.162219 0.508263
+0.00155642 0.16202 0.510124
+0.0358129 0.163302 0.513329
+0.066865 0.164691 0.516747
+0.0968795 0.165637 0.519799
+0.127611 0.165835 0.522118
+0.160952 0.164935 0.523171
+0.198688 0.162188 0.522606
+0.240284 0.157565 0.520043
+0.282261 0.152071 0.516625
+0.323995 0.145418 0.512474
+0.365774 0.138018 0.50692
+0.40708 0.129503 0.500237
+0.44799 0.119646 0.492531
+0.488396 0.108293 0.48275
+0.527703 0.0952926 0.471595
+0.566278 0.080354 0.458167
+0.60351 0.0635386 0.442878
+0.639551 0.0441749 0.425055
+0.673808 0.021622 0.40444
+0.707118 0 0.381476
+0.739681 0 0.356039
+0.772686 0 0.32932
+0.808652 0 0.303181
+0 0.188937 0.499214
+0 0.188663 0.499901
+0 0.188724 0.501228
+0 0.188754 0.502663
+0 0.188678 0.504128
+0 0.188479 0.505501
+0 0.188144 0.506783
+0 0.187686 0.507958
+0 0.18703 0.508965
+0 0.186221 0.50985
+0 0.186908 0.512276
+0.0352483 0.189136 0.51606
+0.0681163 0.191867 0.520439
+0.100328 0.194217 0.524651
+0.132967 0.195422 0.527794
+0.168124 0.195224 0.52929
+0.20795 0.193072 0.529107
+0.25124 0.189151 0.527016
+0.294728 0.184344 0.5243
+0.337591 0.178515 0.520317
+0.380072 0.171618 0.515541
+0.42237 0.163775 0.509422
+0.464088 0.154788 0.502205
+0.50544 0.144411 0.493263
+0.545785 0.132586 0.483009
+0.585061 0.119005 0.470359
+0.623636 0.103639 0.456214
+0.660075 0.0857557 0.438941
+0.694957 0.0652171 0.419364
+0.727901 0.0413214 0.39588
+0.758938 0.0137179 0.368948
+0.78819 0 0.338018
+0.817411 0 0.305119
+0 0.215641 0.501122
+0 0.215381 0.50161
+0 0.215534 0.502922
+0 0.215595 0.504158
+0 0.21561 0.505226
+0 0.215503 0.506188
+0 0.215183 0.507103
+0 0.21474 0.507927
+0 0.214145 0.508583
+0 0.213382 0.509133
+0 0.215305 0.512367
+0.0355993 0.219257 0.517662
+0.0698253 0.223239 0.522789
+0.103349 0.226612 0.527581
+0.137758 0.228794 0.531228
+0.174517 0.229206 0.533059
+0.215885 0.22742 0.532937
+0.26009 0.223819 0.53106
+0.303853 0.219425 0.528176
+0.347768 0.214267 0.524804
+0.39089 0.207904 0.520333
+0.433921 0.200793 0.514748
+0.476448 0.192233 0.508003
+0.518624 0.182712 0.500145
+0.560464 0.171786 0.491112
+0.601083 0.15935 0.480034
+0.640848 0.145418 0.466972
+0.679332 0.129213 0.451682
+0.716274 0.11078 0.433616
+0.750957 0.0893111 0.411719
+0.783368 0.0642405 0.386053
+0.812696 0.0345769 0.355154
+0.839033 0 0.318746
+0 0.245624 0.503349
+0 0.245457 0.503731
+0 0.24564 0.504768
+0 0.245823 0.505791
+0 0.245808 0.506661
+0 0.245762 0.507454
+0 0.245457 0.508003
+0 0.24509 0.508492
+0 0.244526 0.508797
+0 0.243778 0.508919
+0 0.247059 0.513085
+0.0375067 0.252415 0.519326
+0.0730297 0.257527 0.525154
+0.107225 0.261494 0.529931
+0.142412 0.263935 0.533303
+0.180072 0.264515 0.534829
+0.222644 0.26305 0.534096
+0.267155 0.26009 0.532448
+0.311254 0.256245 0.52961
+0.354986 0.25153 0.525826
+0.398627 0.246143 0.521737
+0.442191 0.239445 0.51632
+0.485267 0.231983 0.510323
+0.528298 0.22327 0.502907
+0.57052 0.213031 0.494438
+0.612711 0.20148 0.484749
+0.654246 0.188663 0.473381
+0.694713 0.173663 0.459861
+0.733639 0.156817 0.443671
+0.770748 0.137255 0.423987
+0.805875 0.115099 0.400748
+0.837934 0.0887922 0.372366
+0.866636 0.0578622 0.337942
+0 0.278096 0.505531
+0 0.278019 0.505806
+0 0.278279 0.5066
+0 0.278401 0.507256
+0 0.278508 0.507881
+0 0.27837 0.508293
+0 0.278172 0.508568
+0 0.277775 0.508675
+0 0.277211 0.508598
+0 0.276539 0.508415
+0.00137331 0.281498 0.513878
+0.0408484 0.287526 0.520348
+0.0768292 0.293019 0.526299
+0.111162 0.297108 0.530587
+0.146929 0.29987 0.533822
+0.18584 0.300877 0.535256
+0.229419 0.299519 0.53434
+0.27361 0.297047 0.532403
+0.318151 0.29395 0.529809
+0.362005 0.289891 0.525994
+0.405905 0.284764 0.521798
+0.449485 0.27921 0.516533
+0.492668 0.272206 0.510506
+0.535882 0.264485 0.503197
+0.578805 0.255528 0.494987
+0.62118 0.245289 0.485649
+0.663325 0.233356 0.474739
+0.704723 0.219791 0.461936
+0.745678 0.204028 0.447349
+0.785412 0.186358 0.430381
+0.823468 0.165896 0.409552
+0.859022 0.142351 0.384344
+0.891508 0.11519 0.353582
+0 0.312078 0.50634
+0 0.312001 0.506401
+0 0.312276 0.506981
+0 0.312474 0.507393
+0 0.31252 0.507652
+0 0.312444 0.507744
+0 0.312215 0.507744
+0 0.311879 0.507637
+0 0.311406 0.507362
+0 0.310872 0.506996
+0.00561532 0.317327 0.513573
+0.044831 0.323674 0.520043
+0.0809186 0.329473 0.525979
+0.115785 0.333837 0.530327
+0.151934 0.336919 0.533288
+0.191791 0.338003 0.534417
+0.235935 0.336996 0.533639
+0.280613 0.334874 0.531624
+0.324865 0.332097 0.528634
+0.369207 0.32874 0.525338
+0.412787 0.324376 0.520928
+0.456672 0.319402 0.515892
+0.500038 0.313252 0.509651
+0.543496 0.30634 0.502907
+0.586175 0.2981 0.494194
+0.628946 0.288884 0.484749
+0.67129 0.278294 0.473915
+0.712917 0.266239 0.461463
+0.753948 0.252323 0.446845
+0.794659 0.236591 0.430533
+0.834379 0.218112 0.411368
+0.872984 0.196597 0.388907
+0.909483 0.171984 0.361425
+0 0.346822 0.505196
+0 0.346761 0.505119
+0 0.347036 0.505425
+0 0.347219 0.505577
+0 0.34728 0.505623
+0 0.347189 0.505562
+0 0.34696 0.505379
+0 0.3467 0.505043
+0 0.346303 0.504524
+0 0.346929 0.505104
+0.0103914 0.353826 0.511849
+0.049485 0.360815 0.518639
+0.0853285 0.366735 0.524437
+0.120577 0.37142 0.528893
+0.157305 0.374655 0.531716
+0.197971 0.37586 0.53257
+0.24242 0.375143 0.531777
+0.287282 0.37351 0.529747
+0.331533 0.371115 0.526726
+0.375708 0.36817 0.523476
+0.419684 0.364431 0.519173
+0.463401 0.359823 0.513848
+0.507149 0.354696 0.507881
+0.550347 0.348287 0.500603
+0.593545 0.341192 0.492439
+0.636362 0.333028 0.483009
+0.678584 0.323369 0.471931
+0.720562 0.31252 0.459541
+0.762081 0.30045 0.445136
+0.802915 0.286259 0.428702
+0.842863 0.269871 0.409171
+0.882033 0.251041 0.387076
+0.920302 0.229175 0.360922
+0 0.382269 0.502266
+0 0.382254 0.502129
+0 0.382452 0.50219
+0 0.382574 0.502174
+0 0.38265 0.502083
+0 0.382605 0.501808
+0 0.382452 0.501457
+0 0.382254 0.501045
+0 0.381964 0.500496
+0 0.384085 0.502312
+0.0160067 0.391424 0.509316
+0.0543679 0.398779 0.516258
+0.090013 0.404715 0.521782
+0.125536 0.409735 0.526314
+0.163073 0.413108 0.52929
+0.204364 0.414435 0.529854
+0.249042 0.413901 0.528679
+0.293873 0.412695 0.526665
+0.338293 0.410742 0.524117
+0.382193 0.408194 0.520241
+0.426596 0.405066 0.516075
+0.470237 0.400946 0.510842
+0.513787 0.396246 0.504631
+0.55726 0.390799 0.497505
+0.600397 0.384421 0.489219
+0.643137 0.377005 0.479561
+0.68571 0.368658 0.468696
+0.727764 0.359121 0.456153
+0.769238 0.348211 0.441672
+0.810178 0.335546 0.424903
+0.850462 0.321019 0.405661
+0.890089 0.304692 0.383246
+0.928664 0.285512 0.357031
+0 0.418418 0.497826
+0 0.418341 0.497551
+0 0.418585 0.497536
+0 0.418723 0.497398
+0 0.418784 0.497185
+0 0.418784 0.496864
+0 0.418738 0.496437
+0 0.418555 0.495888
+0 0.418296 0.495186
+0 0.422171 0.498573
+0.0220493 0.43003 0.505882
+0.0597543 0.437537 0.512795
+0.0951095 0.443641 0.51841
+0.130953 0.448737 0.522881
+0.168917 0.452186 0.525505
+0.211215 0.453483 0.525917
+0.255863 0.453407 0.524453
+0.300542 0.452445 0.522622
+0.344854 0.450874 0.519753
+0.389197 0.448661 0.516091
+0.432822 0.445869 0.511543
+0.476844 0.442588 0.506523
+0.520394 0.438224 0.50016
+0.563943 0.433616 0.49305
+0.606836 0.427832 0.484672
+0.649836 0.421378 0.475013
+0.692317 0.413886 0.463874
+0.734279 0.405203 0.450919
+0.775982 0.395483 0.436179
+0.817151 0.384421 0.419379
+0.857603 0.371633 0.399939
+0.897505 0.357122 0.37731
+0.936172 0.340139 0.3505
+0 0.454704 0.491615
+0 0.454643 0.491264
+0 0.454902 0.491127
+0 0.455116 0.490974
+0 0.455238 0.4907
+0 0.455283 0.490333
+0 0.455329 0.48986
+0 0.455299 0.489265
+0 0.455116 0.488579
+0 0.461204 0.49424
+0.0285954 0.469337 0.501671
+0.0652934 0.476677 0.508202
+0.100725 0.483268 0.513863
+0.136797 0.488365 0.517952
+0.175174 0.491829 0.520317
+0.21828 0.493172 0.520699
+0.263127 0.493263 0.51931
+0.307347 0.492699 0.517006
+0.351751 0.491447 0.514305
+0.395758 0.489601 0.510506
+0.439536 0.487266 0.506157
+0.483406 0.484489 0.500664
+0.526757 0.480934 0.49398
+0.570047 0.476661 0.485939
+0.613336 0.472099 0.476875
+0.656168 0.466377 0.466545
+0.698466 0.459861 0.455283
+0.740597 0.452445 0.442374
+0.782284 0.443915 0.427222
+0.823407 0.434073 0.41001
+0.863951 0.422889 0.38999
+0.903716 0.409918 0.366705
+0.942672 0.395026 0.338888
+0 0.491569 0.484306
+0 0.491554 0.483894
+0 0.491814 0.483726
+0 0.492073 0.483513
+0 0.492302 0.483207
+0 0.49247 0.482795
+0 0.492531 0.482261
+0 0.492561 0.48159
+0 0.492927 0.481224
+0 0.500923 0.48838
+0.0356603 0.509544 0.496056
+0.0715801 0.516945 0.502403
+0.106889 0.523415 0.508095
+0.143069 0.528588 0.512001
+0.182162 0.531914 0.513954
+0.225757 0.533227 0.513741
+0.270405 0.533516 0.512612
+0.314641 0.533333 0.510277
+0.358587 0.532509 0.507118
+0.402396 0.530999 0.503517
+0.44625 0.528878 0.498711
+0.491966 0.527001 0.488334
+0.5402 0.528069 0.462089
+0.582635 0.524971 0.452628
+0.62414 0.520806 0.443717
+0.665064 0.515251 0.438636
+0.706477 0.508904 0.431067
+0.747585 0.501625 0.419837
+0.788922 0.493751 0.406485
+0.829877 0.484855 0.389792
+0.870192 0.474708 0.370016
+0.909712 0.463264 0.346426
+0.94873 0.450156 0.318441
+0 0.528939 0.475227
+0 0.528954 0.474754
+0 0.529305 0.474586
+0 0.529656 0.474403
+0 0.5299 0.474128
+0 0.530144 0.473762
+0 0.530282 0.473213
+0 0.530388 0.472465
+0 0.533211 0.474403
+0.00512703 0.541695 0.48191
+0.043122 0.55024 0.489311
+0.0785534 0.557733 0.495521
+0.113527 0.564202 0.500664
+0.149996 0.569223 0.504463
+0.189746 0.572335 0.505959
+0.23331 0.57351 0.505272
+0.277913 0.574273 0.503975
+0.322026 0.574289 0.501961
+0.365591 0.573754 0.498589
+0.409171 0.572656 0.494728
+0.452796 0.570947 0.489906
+0.500664 0.570077 0.473823
+0.549035 0.572274 0.441032
+0.595682 0.572152 0.413428
+0.637583 0.56878 0.400351
+0.676066 0.56228 0.404669
+0.715648 0.555795 0.401129
+0.755871 0.549355 0.39292
+0.796262 0.542245 0.380697
+0.836683 0.534188 0.365286
+0.876432 0.525078 0.345571
+0.915923 0.514961 0.322087
+0.954757 0.503288 0.29305
+0 0.567025 0.465064
+0 0.567117 0.464561
+0 0.567529 0.464332
+0 0.567895 0.464073
+0 0.5682 0.46363
+0 0.568429 0.46305
+0 0.568673 0.462516
+0 0.568795 0.461845
+0 0.574121 0.466133
+0.0148775 0.583246 0.474067
+0.0512093 0.591455 0.48101
+0.0861524 0.599054 0.487114
+0.120943 0.605386 0.491905
+0.157626 0.610239 0.49514
+0.19794 0.613092 0.496193
+0.241688 0.614466 0.495369
+0.285618 0.615137 0.493645
+0.32961 0.615625 0.491753
+0.373068 0.61529 0.488472
+0.416358 0.61442 0.484276
+0.45951 0.613123 0.479179
+0.509514 0.61326 0.456291
+0.557275 0.615564 0.421363
+0.604578 0.616953 0.382513
+0.649241 0.616129 0.351629
+0.686534 0.609018 0.362066
+0.724956 0.602747 0.364309
+0.764309 0.596384 0.359762
+0.80354 0.589502 0.349264
+0.84329 0.582208 0.33434
+0.882811 0.574014 0.31545
+0.921736 0.564858 0.291157
+0.960082 0.554528 0.261402
+0 0.605234 0.452842
+0 0.605356 0.452323
+0 0.605829 0.452049
+0 0.606256 0.451698
+0 0.606653 0.451316
+0 0.606989 0.450858
+0 0.607324 0.450248
+0 0.607813 0.449638
+0 0.616327 0.45687
+0.0252384 0.625315 0.464515
+0.0603037 0.633448 0.471199
+0.0944686 0.640879 0.476951
+0.129213 0.647013 0.481285
+0.165835 0.651316 0.483848
+0.206958 0.654124 0.484504
+0.250614 0.655589 0.483482
+0.294057 0.656443 0.481697
+0.337285 0.656825 0.479271
+0.380606 0.656962 0.47599
+0.423697 0.656321 0.471717
+0.468315 0.655467 0.463645
+0.516777 0.655848 0.440726
+0.562921 0.656947 0.411948
+0.60882 0.65832 0.376379
+0.655024 0.659175 0.330053
+0.69659 0.656077 0.307851
+0.734051 0.64947 0.318288
+0.772366 0.64329 0.317891
+0.811261 0.6365 0.310216
+0.850126 0.629816 0.296986
+0.888884 0.622538 0.278004
+0.927367 0.614176 0.253483
+0.965362 0.604852 0.221988
+0 0.643839 0.438682
+0 0.643992 0.438239
+0 0.644511 0.437995
+0 0.645014 0.437659
+0 0.645457 0.43714
+0 0.645853 0.4365
+0 0.646235 0.435706
+0 0.649943 0.438148
+0.000259403 0.659113 0.445945
+0.0362707 0.667735 0.45304
+0.0701915 0.675853 0.459495
+0.103761 0.682933 0.46479
+0.138338 0.688762 0.468818
+0.175433 0.692821 0.470603
+0.216846 0.695369 0.47068
+0.259907 0.69691 0.469642
+0.302968 0.697871 0.467506
+0.345861 0.698558 0.464759
+0.388678 0.698711 0.461357
+0.431373 0.698299 0.456611
+0.477485 0.697902 0.444785
+0.524056 0.698116 0.423789
+0.568734 0.698695 0.398367
+0.613504 0.699565 0.36701
+0.65771 0.699779 0.327672
+0.702235 0.699565 0.276936
+0.742382 0.695888 0.25861
+0.780316 0.689662 0.265019
+0.818189 0.683207 0.261006
+0.856626 0.676844 0.249577
+0.89482 0.670054 0.231159
+0.932891 0.662486 0.205844
+0.969985 0.653605 0.175433
+0 0.682841 0.422522
+0 0.682994 0.421897
+0 0.683467 0.421439
+0 0.683925 0.420935
+0 0.684413 0.42034
+0 0.684871 0.419623
+0 0.685359 0.418753
+0 0.693263 0.425315
+0.0140078 0.702113 0.432822
+0.0481575 0.710719 0.439719
+0.0810559 0.718532 0.44567
+0.114 0.725231 0.450278
+0.148455 0.730663 0.453407
+0.186252 0.734386 0.454887
+0.227802 0.736721 0.454398
+0.2701 0.738277 0.452827
+0.312657 0.739513 0.450843
+0.355001 0.740337 0.447807
+0.397238 0.740505 0.443931
+0.439368 0.740276 0.438849
+0.486229 0.740215 0.423453
+0.531334 0.740353 0.403571
+0.575097 0.74081 0.379568
+0.618799 0.741222 0.350744
+0.66212 0.741039 0.314931
+0.705516 0.740642 0.270115
+0.748547 0.739696 0.211566
+0.787472 0.735378 0.196155
+0.824857 0.729107 0.197757
+0.862409 0.723049 0.189822
+0.900206 0.716381 0.174121
+0.937057 0.708888 0.152438
+0.972824 0.700084 0.125063
+0 0.722011 0.403388
+0 0.722194 0.402747
+0 0.722774 0.402441
+0 0.723354 0.401938
+0 0.723903 0.401282
+0 0.724498 0.400473
+0 0.728359 0.402884
+0 0.737316 0.410269
+0.0287022 0.745815 0.417105
+0.0610971 0.753979 0.423651
+0.0929274 0.76144 0.428962
+0.125368 0.767529 0.432746
+0.159792 0.772564 0.435187
+0.198093 0.776013 0.436088
+0.239597 0.778119 0.435065
+0.281132 0.779736 0.433173
+0.322637 0.780896 0.430732
+0.36463 0.781888 0.427344
+0.406241 0.782193 0.423087
+0.449546 0.782162 0.415106
+0.494942 0.782391 0.398779
+0.538964 0.782574 0.379294
+0.582376 0.783017 0.356207
+0.625025 0.782971 0.328054
+0.667247 0.782666 0.293919
+0.709743 0.782284 0.251835
+0.751583 0.780896 0.19826
+0.791974 0.777981 0.138079
+0.829435 0.772931 0.126635
+0.866545 0.766583 0.123751
+0.903014 0.760037 0.112184
+0.938704 0.752377 0.0926986
+0.973388 0.743053 0.0640269
+0 0.761166 0.380957
+0 0.761425 0.380209
+0 0.762081 0.379721
+0 0.762646 0.379232
+0 0.76321 0.378592
+0 0.764523 0.378439
+0 0.772686 0.385122
+0.0122377 0.781308 0.392157
+0.0441596 0.789715 0.398596
+0.0749981 0.797513 0.404166
+0.106035 0.804379 0.408682
+0.137896 0.809949 0.411643
+0.172808 0.814496 0.413596
+0.211582 0.817502 0.413413
+0.252201 0.819562 0.411948
+0.293111 0.821225 0.409979
+0.334005 0.82266 0.407034
+0.374975 0.823423 0.40322
+0.415808 0.823865 0.398199
+0.460136 0.824109 0.386557
+0.504204 0.824338 0.369955
+0.547036 0.824552 0.350271
+0.58967 0.824857 0.326986
+0.631617 0.82475 0.298756
+0.673472 0.824506 0.265019
+0.71487 0.823713 0.223133
+0.755779 0.822202 0.173877
+0.794522 0.818402 0.119997
+0.830549 0.811963 0.0523079
+0.86627 0.805783 0.0402686
+0.902159 0.799222 0.0301061
+0.936736 0.791196 0.00437934
+0.971283 0.783169 0
+0 0.800671 0.354986
+0 0.800961 0.354177
+0 0.801648 0.353582
+0 0.80235 0.35288
+0 0.802945 0.35198
+0 0.809232 0.356756
+0 0.817746 0.363607
+0.0307622 0.826078 0.36997
+0.0605783 0.83386 0.375845
+0.0897993 0.840848 0.380468
+0.119951 0.847074 0.384039
+0.152132 0.852369 0.386404
+0.187579 0.85626 0.387366
+0.226184 0.858915 0.386404
+0.265904 0.860868 0.38439
+0.305913 0.862791 0.382177
+0.345953 0.863996 0.378439
+0.38613 0.86482 0.374044
+0.427054 0.8654 0.367346
+0.471 0.865797 0.352651
+0.513771 0.866056 0.335363
+0.555947 0.86656 0.315297
+0.597482 0.866499 0.290745
+0.638605 0.866148 0.26183
+0.679744 0.865827 0.226902
+0.720043 0.864637 0.185321
+0.759472 0.86244 0.140978
+0.796872 0.858061 0.0902571
+0.830823 0.850278 0.0180056
+0.868574 0.846433 0
+0.905257 0.841581 0
+0.941527 0.836118 0
+0.971847 0.830854 0
+0 0.839918 0.323613
+0 0.840253 0.322698
+0 0.840986 0.321965
+0 0.841703 0.321126
+0 0.847059 0.324773
+0 0.855177 0.331014
+0.0213169 0.863203 0.337316
+0.0496529 0.870634 0.342657
+0.07776 0.87776 0.347448
+0.106172 0.884215 0.351217
+0.135882 0.889952 0.354055
+0.167941 0.894621 0.355596
+0.203845 0.897902 0.3552
+0.242023 0.900313 0.353841
+0.280858 0.902403 0.3514
+0.319753 0.90396 0.348196
+0.35877 0.90515 0.343786
+0.39794 0.906004 0.338689
+0.439872 0.906661 0.327626
+0.482261 0.907103 0.311955
+0.524071 0.907759 0.293629
+0.565042 0.907805 0.271687
+0.605722 0.907637 0.245533
+0.646372 0.90753 0.21442
+0.686107 0.906462 0.179095
+0.725261 0.904585 0.141833
+0.762921 0.901137 0.0993973
+0.798306 0.895537 0.0447852
+0.832731 0.88893 0
+0.873106 0.888441 0
+0.913161 0.887755 0
+0.948837 0.883009 0
+0.972335 0.877836 0
+0 0.878996 0.28632
+0 0.879332 0.285252
+0 0.88011 0.284382
+0 0.885451 0.287938
+0 0.892958 0.293568
+0.0163119 0.900465 0.299153
+0.0428473 0.907698 0.304067
+0.0691386 0.914717 0.308537
+0.0957656 0.921233 0.31223
+0.123568 0.927031 0.315282
+0.15314 0.932036 0.317037
+0.18587 0.935866 0.317143
+0.221714 0.938628 0.315984
+0.2589 0.941115 0.313832
+0.296315 0.942885 0.310689
+0.334066 0.944335 0.306371
+0.372152 0.945464 0.30135
+0.411124 0.946303 0.294057
+0.452903 0.947082 0.279576
+0.493782 0.94754 0.262242
+0.534096 0.947631 0.241566
+0.574105 0.947417 0.217304
+0.614038 0.947051 0.190188
+0.653071 0.945647 0.160357
+0.691402 0.943694 0.128527
+0.728496 0.940444 0.0918746
+0.763836 0.935332 0.0445563
+0.797696 0.928695 0
+0.837446 0.927916 0
+0.87689 0.927047 0
+0.916457 0.926101 0
+0.955291 0.924819 0
+0.972747 0.920333 0
+0 0 0.509804
+0 0 0.509041
+0 0 0.508492
+0 0 0.50782
+0 0 0.506966
+0 0 0.505959
+0 0 0.504967
+0 0 0.504021
+0 0 0.503044
+0 0 0.501823
+0 0 0.500572
+0.00695811 0 0.499168
+0.0348211 0 0.497887
+0.0596017 0 0.496803
+0.0826886 0 0.495552
+0.105425 0 0.494133
+0.128862 0 0.49189
+0.153964 0 0.488777
+0.182162 0 0.484474
+0.213107 0 0.479103
+0.245136 0 0.473121
+0.277195 0 0.467033
+0.309377 0 0.46041
+0.342397 0 0.453117
+0.376196 0 0.445594
+0.410239 0 0.43859
+0.444144 0 0.430564
+0.47895 0 0.421942
+0.514626 0 0.412955
+0.551003 0 0.402808
+0.587777 0 0.391867
+0.625086 0 0.379705
+0.66273 0 0.365743
+0 0.00793469 0.508003
+0 0.00657664 0.507225
+0 0.00529488 0.506661
+0 0.00387579 0.505974
+0 0.00233463 0.505135
+0 0.000610361 0.504311
+0 0 0.503639
+0 0 0.502815
+0 0 0.501778
+0 0 0.500862
+0 0 0.499748
+0.00787366 0 0.498375
+0.0356298 0 0.497215
+0.0603342 0 0.496208
+0.08336 0 0.495048
+0.106096 0 0.493629
+0.12961 0 0.491402
+0.154757 0 0.488243
+0.183062 0 0.483925
+0.21413 0 0.478569
+0.246433 0 0.472511
+0.2795 0 0.466804
+0.312566 0 0.460945
+0.345937 0 0.454414
+0.380301 0 0.447776
+0.415488 0 0.440772
+0.451362 0 0.433494
+0.487938 0 0.425162
+0.524941 0 0.415839
+0.562417 0 0.405768
+0.600473 0 0.394339
+0.638941 0 0.38114
+0.677668 0 0.366445
+0 0.0204471 0.506508
+0 0.0191653 0.505699
+0 0.0178225 0.504982
+0 0.016556 0.504372
+0 0.0150759 0.503502
+0 0.0133974 0.502785
+0 0.0116579 0.502037
+0 0.00981155 0.501137
+0 0.00770581 0.50016
+0 0.00555428 0.499306
+0 0.0030518 0.498314
+0.00813306 6.10361e-05 0.497154
+0.0359655 0 0.496147
+0.0607004 0 0.495308
+0.0839399 0 0.494545
+0.106767 0 0.493095
+0.130343 0 0.490883
+0.155505 0 0.487892
+0.184268 0 0.48426
+0.21651 0 0.479515
+0.24947 0 0.474296
+0.283238 0 0.469062
+0.317632 0 0.463615
+0.352544 0 0.457786
+0.388113 0 0.451789
+0.424536 0 0.444846
+0.461616 0 0.437171
+0.498985 0 0.428626
+0.537179 0 0.419272
+0.576043 0 0.40856
+0.61503 0 0.396612
+0.654231 0 0.383001
+0.693828 0 0.367422
+0 0.0322881 0.505226
+0 0.0311284 0.504387
+0 0.0299229 0.503639
+0 0.0287633 0.502983
+0 0.0274662 0.502312
+0 0.0259556 0.501579
+0 0.0243076 0.50071
+0 0.0226596 0.49987
+0 0.020676 0.49897
+0 0.0185245 0.497978
+0 0.0162356 0.497185
+0.00827039 0.0131991 0.495735
+0.0357824 0.0102388 0.49456
+0.0603952 0.00735485 0.493721
+0.0833295 0.00390631 0.493324
+0.106401 0 0.492821
+0.130831 0 0.491615
+0.157412 0 0.489845
+0.187289 0 0.486854
+0.220493 0 0.48278
+0.254826 0 0.478264
+0.28954 0 0.473518
+0.325078 0 0.46833
+0.361089 0 0.462715
+0.39791 0 0.456367
+0.435462 0 0.449332
+0.47335 0 0.441489
+0.512047 0 0.432868
+0.551049 0 0.422904
+0.590768 0 0.411856
+0.630716 0 0.399237
+0.670451 0 0.384802
+0.710613 0 0.368444
+0 0.044419 0.503899
+0 0.0433661 0.50309
+0 0.0422675 0.50248
+0 0.0411383 0.501945
+0 0.0399786 0.501183
+0 0.0386969 0.500481
+0 0.0372168 0.499672
+0 0.0356451 0.498756
+0 0.0339971 0.498039
+0 0.0320897 0.497093
+0 0.0299535 0.496223
+0.00843824 0.0272526 0.495521
+0.0355535 0.0244144 0.495109
+0.0601358 0.0215152 0.494682
+0.0835279 0.0181735 0.494667
+0.107088 0.0143587 0.494759
+0.13196 0.00935378 0.494133
+0.159396 0.00314336 0.492958
+0.191058 0 0.490669
+0.22623 0 0.487434
+0.262104 0 0.483787
+0.297856 0 0.479133
+0.334432 0 0.473915
+0.371435 0 0.468147
+0.409339 0 0.461646
+0.447593 0 0.454398
+0.486702 0 0.446265
+0.526055 0 0.436957
+0.566155 0 0.426673
+0.606104 0 0.414694
+0.646403 0 0.401251
+0.68687 0 0.385916
+0.72697 0 0.36849
+0 0.0565347 0.502861
+0 0.0555734 0.502281
+0 0.0545663 0.501747
+0 0.0535286 0.501091
+0 0.0523995 0.500374
+0 0.0513313 0.499687
+0 0.0499886 0.498955
+0 0.0485084 0.498527
+0 0.0469215 0.49836
+0 0.0452888 0.498314
+0 0.0433814 0.49807
+0.00885023 0.0408942 0.498054
+0.036347 0.0385595 0.498482
+0.061387 0.0361028 0.499184
+0.0851606 0.0332647 0.499901
+0.109453 0.0297551 0.500435
+0.134905 0.0250706 0.499992
+0.163394 0.0189364 0.498741
+0.196506 0.0106966 0.496223
+0.232517 0.000717174 0.492821
+0.269139 0 0.488731
+0.306554 0 0.484672
+0.344564 0 0.479973
+0.38291 0 0.473976
+0.421454 0 0.467216
+0.460731 0 0.45951
+0.500252 0 0.450675
+0.540444 0 0.440848
+0.58056 0 0.429633
+0.621225 0 0.417121
+0.661601 0 0.402991
+0.702235 0 0.386862
+0.742519 0 0.368353
+0 0.0686046 0.502129
+0 0.0677806 0.501564
+0 0.0669261 0.501015
+0 0.06598 0.500572
+0 0.0649119 0.500511
+0 0.0638132 0.500374
+0 0.0626078 0.500313
+0 0.0615396 0.500771
+0 0.0602731 0.501503
+0 0.0588998 0.50219
+0 0.0573434 0.502937
+0.00985733 0.0552071 0.503487
+0.037995 0.0531472 0.50457
+0.0633402 0.0511177 0.50605
+0.0879377 0.0486763 0.507301
+0.112764 0.0453651 0.508003
+0.139162 0.0408484 0.507881
+0.169146 0.0347753 0.506508
+0.203784 0.0264897 0.503365
+0.240497 0.0168002 0.499519
+0.277699 0.00588998 0.495171
+0.315908 0 0.490364
+0.354314 0 0.484779
+0.393713 0 0.479164
+0.433829 0 0.472404
+0.473487 0 0.464042
+0.513664 0 0.454566
+0.55404 0 0.444175
+0.59472 0 0.432395
+0.635218 0 0.418906
+0.675715 0 0.403845
+0.715938 0 0.387121
+0.756207 0 0.367834
+0 0.0811017 0.502342
+0 0.0802625 0.502052
+0 0.0794995 0.502068
+0 0.0787976 0.502235
+0 0.0780346 0.5028
+0 0.0772106 0.5037
+0 0.0763104 0.50457
+0 0.0754101 0.505776
+0 0.0743877 0.507118
+0 0.0732891 0.50869
+0 0.0720378 0.510262
+0.0109865 0.0701305 0.511269
+0.0397192 0.0683299 0.512642
+0.0656901 0.0665293 0.514382
+0.0910964 0.0643931 0.516014
+0.116838 0.061326 0.516899
+0.144656 0.0569619 0.516732
+0.176379 0.0509499 0.515251
+0.212512 0.0427405 0.511955
+0.250126 0.033402 0.507698
+0.288151 0.0228733 0.502876
+0.326482 0.0109865 0.497337
+0.365499 0 0.490959
+0.404776 0 0.483818
+0.444663 0 0.475959
+0.485847 0 0.467796
+0.526116 0 0.457984
+0.566918 0 0.446738
+0.607507 0 0.434363
+0.648188 0 0.42034
+0.688365 0 0.404608
+0.728542 0 0.386816
+0.768353 0 0.366857
+0 0.0944076 0.504646
+0 0.0937209 0.50486
+0 0.0931716 0.505776
+0 0.0927138 0.506767
+0 0.0922103 0.508186
+0 0.0916304 0.509728
+0 0.090959 0.511269
+0 0.0902113 0.512901
+0 0.0894331 0.514824
+0 0.0883803 0.516564
+0 0.0871595 0.518349
+0.011841 0.0854658 0.519829
+0.0416266 0.084184 0.521691
+0.0683299 0.0827192 0.523583
+0.0945602 0.0807355 0.525292
+0.121477 0.0780346 0.526299
+0.150896 0.0738994 0.526116
+0.184421 0.0678721 0.524376
+0.222293 0.060029 0.521004
+0.260929 0.0510262 0.516609
+0.299672 0.0408789 0.511269
+0.338735 0.0295415 0.505211
+0.377905 0.0166629 0.49807
+0.417304 0.00195315 0.489723
+0.456825 0 0.480629
+0.496773 0 0.470893
+0.53756 0 0.460197
+0.578302 0 0.448859
+0.619058 0 0.435813
+0.659281 0 0.42121
+0.699489 0 0.404791
+0.739376 0 0.386404
+0.778836 0 0.365805
+0 0.109239 0.509896
+0 0.108782 0.510536
+0 0.108507 0.511879
+0 0.108217 0.513634
+0 0.107851 0.515496
+0 0.107362 0.517388
+0 0.106798 0.519402
+0 0.106142 0.521126
+0 0.105333 0.523018
+0 0.104341 0.52491
+0 0.103182 0.526833
+0.0124819 0.101793 0.528572
+0.0432136 0.100908 0.530877
+0.0712902 0.100023 0.533013
+0.0985122 0.0984665 0.53492
+0.126818 0.0960861 0.536019
+0.157824 0.092195 0.535744
+0.193408 0.0863813 0.533883
+0.232837 0.0788891 0.530221
+0.272358 0.0702068 0.525505
+0.312108 0.0605936 0.520058
+0.351766 0.0497902 0.513527
+0.39147 0.0374914 0.505959
+0.431113 0.0237278 0.497475
+0.47042 0.00779736 0.487022
+0.50959 0 0.475639
+0.54902 0 0.463325
+0.588434 0 0.450202
+0.629145 0 0.43679
+0.669078 0 0.421576
+0.708888 0 0.404608
+0.74844 0 0.385779
+0.787427 0 0.364645
+0 0.125887 0.51696
+0 0.125414 0.517708
+0 0.125216 0.519463
+0 0.124987 0.521309
+0 0.124666 0.523339
+0 0.124269 0.525429
+0 0.123781 0.527382
+0 0.123186 0.529412
+0 0.122438 0.531151
+0 0.121477 0.532952
+0 0.120363 0.534798
+0.0128634 0.119493 0.536919
+0.044831 0.119203 0.539544
+0.0741131 0.118853 0.542275
+0.102815 0.117845 0.544213
+0.132677 0.115938 0.545419
+0.165423 0.112551 0.545312
+0.203082 0.106966 0.543084
+0.243839 0.0998245 0.539315
+0.284703 0.0919203 0.534829
+0.325399 0.082948 0.529503
+0.365972 0.0727092 0.523049
+0.40621 0.0612039 0.515175
+0.446067 0.0480201 0.505913
+0.485496 0.032929 0.495293
+0.524178 0.0160372 0.482933
+0.562646 0 0.469276
+0.600443 0 0.454154
+0.638361 0 0.437629
+0.677562 0 0.421637
+0.716716 0 0.404242
+0.755673 0 0.384863
+0.794247 0 0.3635
+0 0.144121 0.524117
+0 0.143755 0.524926
+0 0.143618 0.526894
+0 0.143511 0.528679
+0 0.143267 0.530678
+0 0.142947 0.532753
+0 0.142504 0.534783
+0 0.141939 0.536736
+0 0.141238 0.538308
+0 0.140352 0.540032
+0 0.139284 0.541665
+0.0127565 0.13901 0.544106
+0.0464027 0.13962 0.547356
+0.0768902 0.139757 0.550301
+0.107179 0.139574 0.552972
+0.138842 0.138415 0.554543
+0.173632 0.1355 0.554589
+0.213642 0.130526 0.552483
+0.255711 0.124056 0.548959
+0.297902 0.116869 0.544823
+0.339559 0.108507 0.539376
+0.381033 0.0991836 0.532906
+0.422065 0.0884108 0.525505
+0.462394 0.0760815 0.516243
+0.502129 0.0619059 0.50515
+0.540795 0.0459754 0.492775
+0.578775 0.0278019 0.478447
+0.615488 0.00709545 0.461921
+0.651362 0 0.443565
+0.687144 0 0.424048
+0.723583 0 0.404044
+0.761364 0 0.384054
+0.799329 0 0.362417
+0 0.164935 0.530434
+0 0.164569 0.531304
+0 0.164553 0.533349
+0 0.164477 0.535042
+0 0.164294 0.536873
+0 0.164034 0.538781
+0 0.163653 0.540642
+0 0.163149 0.542428
+0 0.162463 0.54406
+0 0.1617 0.545342
+0 0.160784 0.546822
+0.0121767 0.161028 0.549493
+0.0475319 0.162722 0.553445
+0.0798047 0.163897 0.557122
+0.111696 0.164553 0.560296
+0.145266 0.164294 0.562432
+0.182666 0.16228 0.563027
+0.224842 0.158083 0.561379
+0.26865 0.152575 0.558633
+0.311803 0.145983 0.55462
+0.354757 0.138643 0.550118
+0.397116 0.130053 0.543999
+0.438956 0.120073 0.536583
+0.480201 0.108659 0.528054
+0.520577 0.0958572 0.517555
+0.559655 0.0809491 0.505394
+0.597696 0.0639353 0.490776
+0.634348 0.0445411 0.474281
+0.668894 0.0220798 0.455039
+0.702312 0 0.433341
+0.734981 0 0.409812
+0.768048 0 0.384848
+0.803952 0 0.361074
+0 0.188785 0.535042
+0 0.18851 0.535882
+0 0.188556 0.537682
+0 0.188525 0.539376
+0 0.188449 0.540795
+0 0.188266 0.542473
+0 0.187884 0.543984
+0 0.187472 0.54551
+0 0.186877 0.546883
+0 0.186099 0.548104
+0 0.185077 0.549096
+0.0107576 0.186542 0.552651
+0.0478218 0.189425 0.557351
+0.0822156 0.192111 0.562188
+0.116213 0.194064 0.5664
+0.151598 0.194568 0.569131
+0.191333 0.193164 0.570169
+0.23566 0.189624 0.569085
+0.28043 0.184863 0.566751
+0.325002 0.179202 0.563516
+0.368872 0.172274 0.559167
+0.412253 0.164508 0.553933
+0.455116 0.155566 0.547265
+0.497368 0.145174 0.539345
+0.538537 0.133349 0.529747
+0.578744 0.119707 0.518425
+0.617487 0.104219 0.504952
+0.654932 0.0865644 0.489311
+0.690532 0.0659495 0.470832
+0.723949 0.0419623 0.449119
+0.754971 0.0140536 0.423972
+0.784054 0 0.394995
+0.813321 0 0.364401
+0 0.215915 0.538323
+0 0.215656 0.538979
+0 0.215793 0.540536
+0 0.215839 0.542
+0 0.215793 0.543404
+0 0.215656 0.544549
+0 0.215396 0.545663
+0 0.214923 0.546685
+0 0.214298 0.547631
+0 0.213489 0.548409
+0 0.212467 0.549004
+0.0099794 0.21593 0.554116
+0.0487831 0.220249 0.560037
+0.0845502 0.224231 0.565637
+0.120363 0.227192 0.570428
+0.157504 0.228534 0.573663
+0.198672 0.227543 0.574441
+0.244175 0.224369 0.573388
+0.289448 0.220066 0.571313
+0.334768 0.214847 0.56846
+0.37937 0.208698 0.564462
+0.423362 0.201343 0.55964
+0.467247 0.193088 0.553628
+0.510399 0.183597 0.54667
+0.553185 0.172671 0.538491
+0.594553 0.160266 0.528618
+0.634913 0.146059 0.516365
+0.674144 0.130053 0.502586
+0.711391 0.111452 0.485771
+0.746944 0.090135 0.466239
+0.779599 0.0648508 0.442161
+0.809262 0.0351263 0.413733
+0.835721 0 0.379858
+0 0.246082 0.541741
+0 0.24593 0.54229
+0 0.246128 0.543572
+0 0.246189 0.544717
+0 0.246189 0.5458
+0 0.246082 0.546777
+0 0.245838 0.547646
+0 0.245426 0.548318
+0 0.244831 0.548837
+0 0.244053 0.549218
+0 0.243336 0.549661
+0.0112154 0.248402 0.555871
+0.0513771 0.254032 0.562692
+0.0881666 0.258915 0.568551
+0.12459 0.262394 0.573297
+0.162905 0.264012 0.576226
+0.205249 0.263325 0.576791
+0.251118 0.260594 0.575357
+0.297002 0.256794 0.573373
+0.342061 0.252232 0.57023
+0.387289 0.246815 0.566537
+0.431739 0.240238 0.561944
+0.475944 0.232822 0.556512
+0.519524 0.223896 0.549798
+0.563149 0.213931 0.542443
+0.606119 0.20235 0.533806
+0.648035 0.189334 0.523293
+0.689403 0.174609 0.511299
+0.728969 0.157443 0.496574
+0.766857 0.138079 0.479225
+0.802228 0.115633 0.457694
+0.834882 0.0896162 0.432319
+0.86392 0.0587015 0.401144
+0 0.278767 0.545129
+0 0.278614 0.545464
+0 0.278859 0.546456
+0 0.279042 0.547372
+0 0.279072 0.548135
+0 0.278965 0.54876
+0 0.278691 0.549218
+0 0.278309 0.549523
+0 0.27779 0.549676
+0 0.277043 0.549676
+0 0.277043 0.550484
+0.0144656 0.283253 0.557427
+0.0548867 0.289403 0.56434
+0.0922255 0.294682 0.57026
+0.129046 0.298497 0.574701
+0.168002 0.300237 0.577218
+0.211337 0.299718 0.577523
+0.257542 0.29749 0.575936
+0.303792 0.294499 0.574121
+0.349264 0.290455 0.571176
+0.394217 0.285542 0.567254
+0.439017 0.280003 0.562982
+0.483314 0.273045 0.557488
+0.52755 0.265354 0.551247
+0.571099 0.256428 0.543801
+0.614298 0.245884 0.53521
+0.657206 0.233982 0.525567
+0.699443 0.220737 0.514443
+0.740871 0.205005 0.501671
+0.781216 0.187304 0.486351
+0.819669 0.166659 0.46775
+0.855848 0.143282 0.445457
+0.888609 0.115816 0.417639
+0 0.312718 0.546868
+0 0.312627 0.547066
+0 0.312932 0.547738
+0 0.313069 0.54818
+0 0.31313 0.548547
+0 0.313024 0.548882
+0 0.312779 0.54905
+0 0.312444 0.549111
+0 0.311894 0.548974
+0 0.311254 0.548684
+0 0.312352 0.55024
+0.0187381 0.319234 0.557656
+0.0589761 0.325795 0.564645
+0.0966354 0.331411 0.570626
+0.133593 0.335256 0.574609
+0.173358 0.337407 0.577142
+0.217762 0.337179 0.577386
+0.264408 0.335332 0.575952
+0.310201 0.332662 0.573816
+0.35613 0.329458 0.571115
+0.401129 0.325154 0.567163
+0.445975 0.319921 0.562875
+0.490715 0.314092 0.557443
+0.534768 0.306935 0.551293
+0.578775 0.29897 0.543832
+0.622278 0.28983 0.535561
+0.665248 0.279316 0.52607
+0.707759 0.26714 0.515053
+0.749416 0.253208 0.502113
+0.790478 0.237217 0.487327
+0.830869 0.21886 0.470893
+0.86978 0.197482 0.450828
+0.906584 0.172702 0.42681
+0 0.347417 0.546334
+0 0.347341 0.54638
+0 0.347646 0.546868
+0 0.347799 0.547219
+0 0.347829 0.547402
+0 0.347723 0.547494
+0 0.347555 0.547448
+0 0.347219 0.54725
+0 0.346777 0.546944
+0 0.346227 0.546487
+0 0.348424 0.548943
+0.023682 0.356222 0.556954
+0.0635386 0.363073 0.563928
+0.101228 0.368994 0.569924
+0.138842 0.373007 0.574014
+0.179019 0.375387 0.576196
+0.224308 0.375326 0.576165
+0.271138 0.373877 0.574777
+0.31722 0.371603 0.572885
+0.36257 0.368704 0.569726
+0.408286 0.365164 0.566201
+0.45301 0.360632 0.56173
+0.497704 0.355398 0.556466
+0.542046 0.349142 0.550195
+0.586145 0.342123 0.543343
+0.629557 0.333669 0.534508
+0.672755 0.324239 0.524956
+0.715267 0.313588 0.514076
+0.757275 0.301244 0.50132
+0.798505 0.287007 0.486671
+0.839216 0.270939 0.47013
+0.878904 0.252232 0.450797
+0.917586 0.23032 0.42826
+0 0.382803 0.544305
+0 0.382773 0.544259
+0 0.383032 0.544533
+0 0.383139 0.544656
+0 0.3832 0.54464
+0 0.383108 0.544533
+0 0.382925 0.54435
+0 0.382696 0.544076
+0 0.382361 0.543755
+0 0.381918 0.543359
+0 0.385809 0.547173
+0.0287633 0.393866 0.555108
+0.0684825 0.401236 0.562325
+0.105867 0.40708 0.567971
+0.144076 0.411566 0.572244
+0.18529 0.413931 0.574289
+0.230961 0.41413 0.573968
+0.277714 0.413016 0.572854
+0.323934 0.411215 0.570703
+0.369512 0.408713 0.567636
+0.414618 0.405478 0.564019
+0.459846 0.40174 0.559716
+0.504448 0.397024 0.554314
+0.548974 0.391684 0.548196
+0.592874 0.385122 0.540749
+0.636454 0.378042 0.53254
+0.679957 0.36968 0.522957
+0.722438 0.359762 0.511727
+0.76463 0.348837 0.499184
+0.806317 0.336507 0.484657
+0.847181 0.322164 0.468116
+0.886946 0.305547 0.44831
+0.925978 0.286397 0.426001
+0 0.418708 0.540932
+0 0.418601 0.540749
+0 0.418845 0.540825
+0 0.418967 0.540825
+0 0.419013 0.540749
+0 0.419043 0.540551
+0 0.418967 0.540276
+0 0.418784 0.539925
+0 0.41857 0.539437
+0 0.418204 0.538811
+0 0.424247 0.544533
+0.0345769 0.432578 0.552529
+0.0736706 0.440162 0.559747
+0.11104 0.446128 0.565255
+0.14963 0.450675 0.569345
+0.191852 0.453086 0.571267
+0.237858 0.453483 0.571069
+0.284428 0.45275 0.569543
+0.330587 0.451331 0.567361
+0.376226 0.449317 0.564706
+0.421225 0.446571 0.560739
+0.46659 0.44329 0.556298
+0.511177 0.439124 0.551034
+0.555322 0.434211 0.544625
+0.599619 0.428733 0.537423
+0.643229 0.422126 0.528954
+0.686427 0.414694 0.519188
+0.729152 0.406226 0.508217
+0.771557 0.396612 0.495506
+0.813123 0.385534 0.480949
+0.854078 0.372747 0.46392
+0.894301 0.358099 0.444419
+0.933684 0.341436 0.421683
+0 0.455177 0.535897
+0 0.455146 0.535637
+0 0.455329 0.535622
+0 0.455482 0.535531
+0 0.455573 0.535378
+0 0.45568 0.535164
+0 0.455695 0.534829
+0 0.45565 0.534432
+0 0.455528 0.533913
+0 0.455329 0.533288
+0 0.463584 0.541024
+0.0407874 0.472145 0.54905
+0.0793164 0.479728 0.556039
+0.116777 0.485878 0.561563
+0.155749 0.490394 0.565606
+0.198672 0.492882 0.567208
+0.245274 0.493324 0.566735
+0.291371 0.493034 0.565057
+0.337285 0.491951 0.563134
+0.382818 0.490288 0.560098
+0.428199 0.487938 0.556283
+0.472831 0.485039 0.551598
+0.517601 0.481621 0.546426
+0.561959 0.477134 0.53994
+0.606043 0.472404 0.532692
+0.64947 0.466468 0.524178
+0.692912 0.460044 0.514443
+0.735622 0.452399 0.503014
+0.777813 0.443702 0.489937
+0.819577 0.433951 0.475029
+0.860624 0.42266 0.458015
+0.90103 0.409827 0.438346
+0.940703 0.395209 0.41529
+0 0.492119 0.529488
+0 0.492088 0.529152
+0 0.492378 0.529152
+0 0.492714 0.529076
+0 0.492897 0.528923
+0 0.49305 0.528649
+0 0.493126 0.528313
+0 0.493141 0.527825
+0 0.493065 0.527199
+0 0.49453 0.528084
+0.0065156 0.503594 0.53669
+0.0476234 0.512383 0.544793
+0.0854047 0.519799 0.5514
+0.122957 0.526192 0.556863
+0.162417 0.530663 0.560357
+0.20589 0.533059 0.561608
+0.252659 0.5337 0.561288
+0.298695 0.533639 0.559823
+0.344213 0.533013 0.557275
+0.389731 0.531548 0.554376
+0.434791 0.529671 0.550469
+0.479454 0.527077 0.545937
+0.524147 0.524269 0.540291
+0.56817 0.520638 0.533471
+0.612116 0.516274 0.525322
+0.655787 0.511574 0.516014
+0.69868 0.505837 0.505562
+0.741466 0.49926 0.494148
+0.783795 0.491859 0.480934
+0.825498 0.483253 0.465553
+0.866575 0.473426 0.448096
+0.906966 0.46215 0.427695
+0.946487 0.449134 0.404044
+0 0.529503 0.521996
+0 0.529564 0.52166
+0 0.5299 0.521569
+0 0.530221 0.521492
+0 0.530526 0.521279
+0 0.530739 0.521004
+0 0.530907 0.520577
+0 0.530983 0.520058
+0 0.530983 0.519371
+0 0.535012 0.522606
+0.0151369 0.544335 0.531106
+0.0549935 0.553353 0.539132
+0.092195 0.560739 0.54551
+0.129854 0.566979 0.550896
+0.169604 0.571435 0.554131
+0.213687 0.573526 0.554803
+0.260334 0.574426 0.554101
+0.30605 0.574563 0.552819
+0.351705 0.574228 0.550347
+0.396658 0.573236 0.54696
+0.441459 0.571679 0.543221
+0.48603 0.569512 0.538277
+0.532692 0.567468 0.527581
+0.581537 0.568444 0.50071
+0.624582 0.565332 0.491142
+0.666514 0.561181 0.482033
+0.707927 0.555749 0.475944
+0.749432 0.549371 0.468177
+0.79057 0.542016 0.456947
+0.831891 0.534066 0.443458
+0.872694 0.525139 0.426749
+0.91284 0.515023 0.406714
+0.952071 0.503563 0.382452
+0 0.567376 0.512718
+0 0.567452 0.512398
+0 0.567849 0.512322
+0 0.568231 0.51223
+0 0.568612 0.512047
+0 0.568887 0.511772
+0 0.5691 0.511391
+0 0.569253 0.510781
+0 0.569345 0.510063
+0 0.576425 0.516228
+0.024445 0.585962 0.524712
+0.0628061 0.594583 0.532204
+0.0997635 0.602075 0.538491
+0.137285 0.60824 0.543236
+0.17763 0.612467 0.546258
+0.222217 0.614374 0.546426
+0.268177 0.61529 0.545419
+0.313893 0.615808 0.543862
+0.359136 0.615702 0.541756
+0.403876 0.615106 0.538277
+0.448264 0.61387 0.534279
+0.492729 0.611994 0.529168
+0.541375 0.611109 0.512718
+0.590448 0.613352 0.47924
+0.637415 0.613153 0.451072
+0.679927 0.609842 0.437339
+0.718959 0.603586 0.43949
+0.758541 0.596979 0.436652
+0.798764 0.590478 0.428321
+0.838987 0.583307 0.416388
+0.879316 0.575265 0.400534
+0.918791 0.566201 0.380529
+0.957977 0.556085 0.356603
+0 0.605615 0.50219
+0 0.605692 0.501778
+0 0.606165 0.501671
+0 0.606607 0.501518
+0 0.607065 0.501228
+0 0.607401 0.500832
+0 0.607691 0.500404
+0 0.607904 0.499901
+0 0.60911 0.50013
+0 0.618494 0.508431
+0.0345006 0.628199 0.516945
+0.0715496 0.636545 0.52398
+0.108141 0.643946 0.529946
+0.145663 0.64979 0.534188
+0.186648 0.653742 0.536583
+0.231327 0.655482 0.5364
+0.276829 0.656596 0.535348
+0.32192 0.65713 0.53344
+0.366903 0.657404 0.531289
+0.411353 0.656962 0.52784
+0.455451 0.656092 0.523476
+0.499474 0.654582 0.518166
+0.550225 0.654658 0.494896
+0.598733 0.657023 0.459083
+0.646448 0.658427 0.419532
+0.691463 0.657603 0.388052
+0.729488 0.650935 0.394491
+0.767819 0.644495 0.39762
+0.807157 0.638148 0.393194
+0.846204 0.631174 0.382773
+0.885588 0.623896 0.368093
+0.925093 0.615839 0.348684
+0.963653 0.606729 0.324193
+0 0.644541 0.490242
+0 0.644694 0.489799
+0 0.645212 0.489647
+0 0.645716 0.489448
+0 0.646143 0.489174
+0 0.646632 0.488869
+0 0.646983 0.488426
+0 0.647227 0.487648
+0 0.651667 0.490959
+0.00675975 0.661387 0.499443
+0.0451972 0.670665 0.507347
+0.0812695 0.678904 0.514092
+0.117281 0.68603 0.519554
+0.155032 0.691585 0.523293
+0.196277 0.694835 0.524834
+0.241184 0.696834 0.524498
+0.286046 0.698085 0.523278
+0.330617 0.698772 0.521401
+0.374823 0.69897 0.518563
+0.419089 0.699016 0.515114
+0.463035 0.698222 0.510613
+0.5084 0.69723 0.50219
+0.557885 0.697749 0.477806
+0.604807 0.698909 0.447257
+0.651209 0.700481 0.409262
+0.697871 0.701564 0.360311
+0.73959 0.698482 0.33724
+0.77702 0.691752 0.348837
+0.815183 0.685466 0.349142
+0.85388 0.678752 0.341802
+0.892592 0.672099 0.328313
+0.931029 0.664805 0.309087
+0.969284 0.656626 0.284123
+0 0.68336 0.476158
+0 0.683543 0.475776
+0 0.684123 0.475578
+0 0.684657 0.475303
+0 0.685237 0.474937
+0 0.685695 0.474434
+0 0.686107 0.473777
+0 0.686458 0.472984
+0 0.694881 0.48011
+0.0204929 0.704784 0.488655
+0.0568399 0.713573 0.495903
+0.0919356 0.721614 0.502251
+0.127596 0.728313 0.507347
+0.165454 0.733425 0.510399
+0.207218 0.736431 0.511101
+0.251652 0.738384 0.51046
+0.295766 0.739696 0.509224
+0.339803 0.740475 0.506844
+0.383658 0.740978 0.503838
+0.427298 0.741039 0.500221
+0.470832 0.740459 0.495201
+0.517769 0.73991 0.482795
+0.565118 0.7402 0.460502
+0.610605 0.740887 0.433417
+0.655848 0.741878 0.400061
+0.700542 0.742321 0.358541
+0.745357 0.742275 0.304601
+0.785611 0.738613 0.285679
+0.823148 0.732372 0.293248
+0.860945 0.725872 0.289601
+0.899153 0.719539 0.278447
+0.936996 0.712825 0.25977
+0.974716 0.705364 0.233509
+0 0.722469 0.459541
+0 0.722652 0.459068
+0 0.723247 0.458839
+0 0.723964 0.458518
+0 0.724483 0.458091
+0 0.724971 0.457511
+0 0.725444 0.45684
+0 0.729488 0.459648
+0 0.738994 0.467979
+0.0346532 0.74818 0.475578
+0.0694438 0.756924 0.482551
+0.103792 0.764492 0.488197
+0.13901 0.770733 0.492317
+0.177188 0.77528 0.494591
+0.219455 0.777966 0.494926
+0.26305 0.779858 0.493935
+0.306416 0.781231 0.492134
+0.349859 0.782223 0.489876
+0.393149 0.78291 0.48658
+0.436103 0.782925 0.482475
+0.479057 0.782574 0.477134
+0.526818 0.782437 0.460929
+0.572702 0.782635 0.439765
+0.616999 0.783078 0.414435
+0.66125 0.783688 0.383703
+0.704967 0.783719 0.345663
+0.748608 0.783444 0.298116
+0.791623 0.782803 0.235676
+0.830671 0.778515 0.218997
+0.867796 0.772213 0.221668
+0.905135 0.766247 0.213428
+0.942718 0.759716 0.196628
+0.979263 0.752483 0.171969
+0 0.762051 0.440574
+0 0.762325 0.439994
+0 0.762936 0.439811
+0 0.763485 0.439536
+0 0.764157 0.439063
+0 0.76463 0.438392
+0 0.765087 0.437507
+0 0.773922 0.4448
+0.01561 0.783551 0.452857
+0.0499733 0.792264 0.46006
+0.0832837 0.800381 0.46627
+0.116747 0.807446 0.471214
+0.151919 0.81297 0.474357
+0.190448 0.816999 0.475776
+0.232563 0.819547 0.475731
+0.275441 0.821378 0.474342
+0.317952 0.822828 0.47219
+0.360342 0.823804 0.46949
+0.403189 0.824659 0.465858
+0.445502 0.824826 0.461341
+0.489601 0.82472 0.453071
+0.535851 0.824781 0.43595
+0.580575 0.824979 0.415152
+0.624582 0.825483 0.390539
+0.667597 0.825513 0.360815
+0.710109 0.825345 0.324575
+0.752941 0.825162 0.279728
+0.794919 0.824002 0.221759
+0.83563 0.821591 0.152346
+0.872862 0.816571 0.140459
+0.909697 0.810361 0.138094
+0.945769 0.803861 0.125765
+0.981186 0.796216 0.105196
+0 0.801343 0.418112
+0 0.801633 0.417487
+0 0.80235 0.417136
+0 0.803037 0.416678
+0 0.803632 0.416175
+0 0.804211 0.415549
+0 0.809812 0.419898
+0 0.819074 0.427619
+0.0338293 0.828016 0.43476
+0.0662394 0.836454 0.441215
+0.0982376 0.843961 0.446555
+0.131273 0.850401 0.450584
+0.166094 0.855268 0.453086
+0.205432 0.858717 0.453605
+0.247059 0.861067 0.452689
+0.28867 0.862928 0.45095
+0.33048 0.864408 0.448707
+0.372229 0.865644 0.445472
+0.413993 0.86627 0.441382
+0.455558 0.86659 0.436271
+0.500679 0.866697 0.423911
+0.545419 0.866911 0.406394
+0.588983 0.867063 0.385321
+0.632105 0.86743 0.360784
+0.674403 0.867308 0.330846
+0.716533 0.86714 0.294881
+0.758129 0.866453 0.250278
+0.799374 0.865431 0.194919
+0.838285 0.862028 0.133135
+0.873625 0.855406 0.0589609
+0.909239 0.849378 0.047013
+0.944595 0.842695 0.0368963
+0.974365 0.834485 0.010132
+0 0.840909 0.392004
+0 0.841199 0.391257
+0 0.84181 0.390692
+0 0.842512 0.390112
+0 0.843214 0.389425
+0 0.847181 0.391867
+0 0.855695 0.398871
+0.0217594 0.864576 0.406073
+0.0530098 0.872969 0.41265
+0.08365 0.880659 0.418235
+0.114321 0.887312 0.422446
+0.146868 0.893004 0.425437
+0.182574 0.897414 0.426886
+0.221988 0.900298 0.426764
+0.262425 0.902525 0.42533
+0.303014 0.904356 0.423163
+0.343908 0.906035 0.420508
+0.384756 0.907042 0.416449
+0.425711 0.907729 0.411734
+0.467201 0.90811 0.404898
+0.512032 0.9084 0.389487
+0.555398 0.908629 0.370962
+0.598291 0.909102 0.349447
+0.640208 0.90898 0.323568
+0.681712 0.908736 0.292454
+0.723095 0.908537 0.255482
+0.763653 0.907515 0.209323
+0.803342 0.905669 0.157702
+0.840665 0.901442 0.101228
+0.873899 0.893278 0.0227665
+0.910964 0.889189 0
+0.947143 0.884337 0
+0.972335 0.879103 0
+0 0.880003 0.3608
+0 0.880369 0.360021
+0 0.881132 0.359457
+0 0.881895 0.358785
+0 0.884886 0.360204
+0 0.893034 0.366629
+0.0138705 0.901579 0.373587
+0.0436866 0.909758 0.37969
+0.0726329 0.91722 0.38497
+0.101869 0.924102 0.389487
+0.132128 0.930022 0.392737
+0.164569 0.935058 0.395026
+0.20061 0.93872 0.3953
+0.239643 0.941283 0.394125
+0.278828 0.943465 0.392432
+0.318486 0.945312 0.389639
+0.35816 0.946624 0.386084
+0.397925 0.947646 0.381353
+0.437842 0.948333 0.375906
+0.480323 0.94873 0.364538
+0.523461 0.948959 0.347768
+0.565835 0.949386 0.328374
+0.607294 0.949203 0.305211
+0.64828 0.948791 0.277485
+0.689082 0.948409 0.244862
+0.729091 0.94728 0.205341
+0.768536 0.94548 0.161913
+0.806287 0.941985 0.114885
+0.841199 0.935866 0.0567941
+0.874083 0.927764 0
+0.913893 0.927001 0
+0.953567 0.926207 0
+0.972763 0.921523 0
+0 0 0.53904
+0 0 0.538354
+0 0 0.537713
+0 0 0.537224
+0 0 0.536431
+0 0 0.535683
+0 0 0.534585
+0 0 0.533593
+0 0 0.532723
+0 0 0.531746
+0 0 0.530678
+0 0 0.52961
+0.0168917 0 0.528374
+0.0446479 0 0.527352
+0.0695048 0 0.526421
+0.09337 0 0.525154
+0.117174 0 0.523384
+0.14226 0 0.520851
+0.169924 0 0.517479
+0.201175 0 0.51252
+0.233951 0 0.506859
+0.266911 0 0.500832
+0.299855 0 0.494453
+0.333944 0 0.487739
+0.368124 0 0.481239
+0.402579 0 0.474403
+0.437232 0 0.466957
+0.472847 0 0.459373
+0.509178 0 0.450889
+0.546181 0 0.441642
+0.583597 0 0.431647
+0.621393 0 0.420172
+0.65948 0 0.407614
+0 0.00726329 0.537301
+0 0.0059205 0.536583
+0 0.00451667 0.535927
+0 0.0031281 0.535348
+0 0.00166323 0.534691
+0 0 0.533898
+0 0 0.533104
+0 0 0.532509
+0 0 0.531792
+0 0 0.530861
+0 0 0.530098
+0 0 0.529076
+0.017792 0 0.527855
+0.0453651 0 0.526925
+0.0701915 0 0.526024
+0.0939803 0 0.524804
+0.117876 0 0.523033
+0.143023 0 0.520577
+0.170764 0 0.517113
+0.202197 0 0.512139
+0.235462 0 0.506676
+0.269413 0 0.501335
+0.303212 0 0.495735
+0.337545 0 0.489693
+0.372747 0 0.483635
+0.408606 0 0.477516
+0.444938 0 0.470619
+0.482033 0 0.462928
+0.519783 0 0.45449
+0.558053 0 0.445396
+0.596399 0 0.434836
+0.635294 0 0.423133
+0.674388 0 0.409842
+0 0.0196994 0.535851
+0 0.0184176 0.535225
+0 0.0171206 0.534463
+0 0.0157473 0.533791
+0 0.0143282 0.533104
+0 0.012726 0.532341
+0 0.0109102 0.531746
+0 0.00906386 0.531044
+0 0.00701915 0.530327
+0 0.00474556 0.529458
+0 0.00234989 0.528832
+0 0 0.528023
+0.0180819 0 0.526833
+0.0457465 0 0.526146
+0.0708324 0 0.525597
+0.0946365 0 0.524468
+0.118593 0 0.522698
+0.14374 0 0.52076
+0.172244 0 0.518013
+0.204517 0 0.513863
+0.238743 0 0.509041
+0.273335 0 0.504372
+0.308598 0 0.499367
+0.344213 0 0.494102
+0.380758 0 0.488396
+0.417823 0 0.482094
+0.455375 0 0.475151
+0.493645 0 0.467338
+0.532143 0 0.45893
+0.571466 0 0.449119
+0.611017 0 0.4383
+0.650752 0 0.425956
+0.690654 0 0.411887
+0 0.0314641 0.53463
+0 0.0303502 0.533913
+0 0.02916 0.533242
+0 0.027924 0.532586
+0 0.0265965 0.531823
+0 0.0252232 0.53138
+0 0.0235752 0.530739
+0 0.0218051 0.5299
+0 0.0199588 0.529259
+0 0.0178225 0.52842
+0 0.0154116 0.527657
+0 0.0129244 0.526925
+0.018143 0.00959792 0.525551
+0.0454719 0.00650034 0.524987
+0.0699016 0.00315862 0.524941
+0.0941634 0 0.524849
+0.118914 0 0.524041
+0.145541 0 0.523186
+0.175296 0 0.52105
+0.208865 0 0.51754
+0.244038 0 0.513512
+0.279667 0 0.509224
+0.316091 0 0.504524
+0.35288 0 0.499413
+0.390646 0 0.493812
+0.428656 0 0.48748
+0.467506 0 0.480339
+0.506569 0 0.472618
+0.546395 0 0.463539
+0.586282 0 0.453361
+0.626673 0 0.441947
+0.66714 0 0.428946
+0.70724 0 0.414176
+0 0.0434882 0.53344
+0 0.0425116 0.532799
+0 0.0414588 0.532219
+0 0.0403449 0.53164
+0 0.0390936 0.531136
+0 0.0377813 0.530465
+0 0.0364233 0.5299
+0 0.0348211 0.529183
+0 0.0330968 0.528389
+0 0.031281 0.527794
+0 0.0291752 0.527382
+0 0.0268101 0.527382
+0.0176547 0.0236057 0.52668
+0.0451972 0.0205997 0.526528
+0.0702678 0.0175631 0.527199
+0.0948806 0.0137789 0.52784
+0.120027 0.00909438 0.527947
+0.147463 0.00309758 0.527428
+0.178836 0 0.525856
+0.214405 0 0.523064
+0.25127 0 0.51989
+0.287999 0 0.515724
+0.325521 0 0.511116
+0.363424 0 0.505882
+0.401846 0 0.500023
+0.441047 0 0.493416
+0.480537 0 0.486152
+0.520745 0 0.477607
+0.560983 0 0.468025
+0.60174 0 0.457435
+0.642451 0 0.445319
+0.683238 0 0.431418
+0.723644 0 0.415854
+0 0.0555886 0.532647
+0 0.0546273 0.531975
+0 0.0537423 0.531594
+0 0.0527047 0.531151
+0 0.0515755 0.530617
+0 0.05037 0.529915
+0 0.049073 0.529488
+0 0.0476692 0.529549
+0 0.0460822 0.529519
+0 0.0443275 0.529442
+0 0.0426032 0.5299
+0 0.0406348 0.530724
+0.0183719 0.0379034 0.530816
+0.0462959 0.0354009 0.531762
+0.071809 0.0326696 0.532967
+0.0967727 0.0292515 0.533959
+0.122774 0.0247501 0.534539
+0.151217 0.0189212 0.534203
+0.183886 0.0110323 0.532464
+0.220554 0.00105287 0.529503
+0.258137 0 0.525795
+0.296544 0 0.522103
+0.335592 0 0.518044
+0.374456 0 0.512627
+0.414023 0 0.506447
+0.453773 0 0.49955
+0.494224 0 0.491463
+0.534798 0 0.482429
+0.575616 0 0.472465
+0.616556 0 0.460868
+0.657572 0 0.448035
+0.698222 0 0.433509
+0.738979 0 0.41706
+0 0.0677806 0.532082
+0 0.0668498 0.531594
+0 0.0659495 0.531182
+0 0.0650797 0.531182
+0 0.0640574 0.531304
+0 0.0629282 0.531334
+0 0.061799 0.53138
+0 0.0606394 0.532052
+0 0.0594492 0.53312
+0 0.0581216 0.534173
+0 0.0565957 0.5355
+0 0.0548714 0.536965
+0.0195926 0.0524453 0.537942
+0.0479438 0.050309 0.539666
+0.0740368 0.0479438 0.541085
+0.0996414 0.044831 0.542458
+0.126696 0.0405127 0.543145
+0.156283 0.0348363 0.542748
+0.1906 0.0268406 0.540642
+0.228382 0.0170901 0.537194
+0.266758 0.00604257 0.533257
+0.305531 0 0.528679
+0.345083 0 0.523842
+0.38526 0 0.518608
+0.425925 0 0.512581
+0.46656 0 0.504906
+0.50721 0 0.496269
+0.548226 0 0.486992
+0.589471 0 0.476051
+0.630549 0 0.463996
+0.671351 0 0.450324
+0.712123 0 0.435111
+0.752377 0 0.417868
+0 0.0802472 0.533028
+0 0.0793927 0.532815
+0 0.0786297 0.53286
+0 0.0778973 0.533349
+0 0.0771344 0.534371
+0 0.0764172 0.535576
+0 0.0755627 0.536812
+0 0.0746929 0.538308
+0 0.0736553 0.539956
+0 0.0724956 0.541451
+0 0.0711528 0.543359
+0 0.0696117 0.545174
+0.020737 0.0674449 0.546761
+0.0496986 0.0656291 0.548898
+0.0766613 0.0635233 0.550591
+0.103319 0.0607004 0.552239
+0.131441 0.0566567 0.552926
+0.1626 0.051133 0.552453
+0.198871 0.0431525 0.549889
+0.237736 0.0337072 0.546258
+0.276692 0.0231022 0.541909
+0.316136 0.0110628 0.536751
+0.355978 0 0.530831
+0.396246 0 0.524315
+0.436866 0 0.517098
+0.478447 0 0.509636
+0.519722 0 0.500587
+0.560784 0 0.490394
+0.602029 0 0.479072
+0.642908 0 0.466133
+0.683833 0 0.451881
+0.724269 0 0.436057
+0.764446 0 0.418311
+0 0.0936751 0.536355
+0 0.0929885 0.53666
+0 0.0924544 0.537758
+0 0.0920119 0.539162
+0 0.0915236 0.540612
+0 0.0909743 0.542275
+0 0.0902876 0.544213
+0 0.0895094 0.546273
+0 0.0885786 0.548394
+0 0.0875257 0.550286
+0 0.0863813 0.552346
+0 0.0849165 0.554513
+0.0215915 0.0830396 0.556374
+0.0516823 0.081651 0.558831
+0.0795911 0.0798962 0.560845
+0.107378 0.0773632 0.562448
+0.136858 0.07364 0.563302
+0.169879 0.0681468 0.562524
+0.208225 0.0604715 0.559777
+0.24802 0.0514229 0.555932
+0.287861 0.0410773 0.551003
+0.328038 0.0295262 0.545388
+0.368261 0.0166934 0.538888
+0.408423 0.00189212 0.531319
+0.448951 0 0.522698
+0.489372 0 0.513512
+0.530617 0 0.503883
+0.572305 0 0.49337
+0.613214 0 0.481392
+0.654154 0 0.468055
+0.694469 0 0.453223
+0.734737 0 0.436667
+0.774639 0 0.41828
+0 0.108659 0.542153
+0 0.108141 0.542916
+0 0.10782 0.544762
+0 0.1075 0.546731
+0 0.107103 0.548882
+0 0.106615 0.550744
+0 0.106035 0.553048
+0 0.105333 0.555306
+0 0.10454 0.557671
+0 0.10367 0.559564
+0 0.10248 0.561807
+0 0.101122 0.563958
+0.0223697 0.0995651 0.566094
+0.0537423 0.0986954 0.568856
+0.0829328 0.0974594 0.57145
+0.111986 0.0953689 0.573022
+0.142977 0.0919661 0.573831
+0.17818 0.0866712 0.572824
+0.218357 0.0793622 0.569924
+0.259098 0.0706645 0.565728
+0.300114 0.0609598 0.560723
+0.340963 0.0500343 0.554757
+0.381735 0.0376593 0.547768
+0.422065 0.0236057 0.539559
+0.462287 0.00773632 0.530236
+0.502266 0 0.519448
+0.542062 0 0.507881
+0.582238 0 0.495491
+0.623087 0 0.483253
+0.663676 0 0.469368
+0.703883 0 0.454032
+0.743496 0 0.437003
+0.782818 0 0.417914
+0 0.125277 0.550042
+0 0.124849 0.550988
+0 0.124651 0.553216
+0 0.124407 0.555398
+0 0.124102 0.557702
+0 0.123735 0.559808
+0 0.123262 0.562219
+0 0.122606 0.564538
+0 0.121843 0.566705
+0 0.120882 0.568795
+0 0.119768 0.570748
+0 0.118532 0.572824
+0.0230411 0.117586 0.575311
+0.0557259 0.117311 0.57847
+0.0863813 0.116747 0.581521
+0.117037 0.115328 0.583474
+0.149828 0.112337 0.584131
+0.187106 0.107347 0.58294
+0.228901 0.100328 0.579782
+0.271107 0.0924392 0.575814
+0.313222 0.0834363 0.570871
+0.354788 0.0729686 0.564889
+0.396216 0.0613107 0.557778
+0.43714 0.0482643 0.549294
+0.477211 0.0331579 0.539162
+0.516854 0.0160525 0.527779
+0.555657 0 0.514717
+0.594263 0 0.500603
+0.632288 0 0.485344
+0.671855 0 0.470237
+0.711559 0 0.454505
+0.750637 0 0.43714
+0.78938 0 0.417731
+0 0.143816 0.558373
+0 0.143404 0.559411
+0 0.143252 0.561639
+0 0.143069 0.563867
+0 0.142824 0.566217
+0 0.142504 0.568261
+0 0.142077 0.570489
+0 0.141512 0.572686
+0 0.140749 0.574777
+0 0.139834 0.576745
+0 0.13875 0.578485
+0 0.137636 0.580468
+0.0234531 0.137591 0.58349
+0.0578317 0.13814 0.587167
+0.0899672 0.138308 0.59057
+0.122469 0.137697 0.593072
+0.157336 0.13547 0.594247
+0.196796 0.131014 0.593133
+0.240375 0.12459 0.590127
+0.284062 0.117479 0.586648
+0.327123 0.109117 0.581781
+0.369955 0.0997635 0.575982
+0.412146 0.0890059 0.568856
+0.453452 0.076585 0.560525
+0.493812 0.0624247 0.550256
+0.533593 0.0463417 0.538338
+0.571862 0.0280461 0.52488
+0.609415 0.00715648 0.509636
+0.645716 0 0.492088
+0.681453 0 0.47364
+0.718029 0 0.454994
+0.75639 0 0.437064
+0.794659 0 0.417441
+0 0.164706 0.565759
+0 0.164385 0.566751
+0 0.164309 0.568948
+0 0.164218 0.57113
+0 0.16405 0.573343
+0 0.163806 0.575158
+0 0.163394 0.577249
+0 0.162844 0.579293
+0 0.162142 0.581216
+0 0.161257 0.582971
+0 0.16022 0.58439
+0 0.159243 0.58616
+0.023331 0.160159 0.589792
+0.0597391 0.161959 0.594339
+0.0936751 0.162997 0.59826
+0.127901 0.163272 0.601312
+0.165209 0.162036 0.603113
+0.207538 0.158618 0.602686
+0.252949 0.153155 0.600473
+0.297551 0.14667 0.597086
+0.342077 0.139391 0.592889
+0.385657 0.130632 0.587503
+0.428809 0.120806 0.580926
+0.471138 0.109468 0.572915
+0.512337 0.0963912 0.563256
+0.552499 0.0816815 0.551873
+0.591073 0.0643931 0.538308
+0.628183 0.0449683 0.522713
+0.663645 0.0225986 0.504768
+0.697215 0 0.484092
+0.729961 0 0.461967
+0.763134 0 0.439002
+0.799023 0 0.416968
+0 0.188876 0.571344
+0 0.188556 0.57229
+0 0.188571 0.574319
+0 0.188571 0.576318
+0 0.188449 0.578271
+0 0.188281 0.579904
+0 0.187884 0.581643
+0 0.187366 0.583291
+0 0.186679 0.584848
+0 0.185794 0.586267
+0 0.184771 0.587594
+0 0.183993 0.589242
+0.0225986 0.186175 0.59382
+0.0609903 0.189563 0.59939
+0.0971084 0.19205 0.604425
+0.133577 0.193378 0.608469
+0.172824 0.192935 0.610681
+0.217594 0.190036 0.610834
+0.264271 0.185428 0.609079
+0.310643 0.179904 0.606485
+0.355917 0.173007 0.602716
+0.400748 0.165347 0.59791
+0.4448 0.15642 0.592233
+0.488029 0.145724 0.584649
+0.530098 0.133944 0.575891
+0.571359 0.120638 0.565637
+0.611048 0.105074 0.553384
+0.649271 0.0873579 0.538613
+0.685252 0.066804 0.521508
+0.71902 0.0425422 0.500999
+0.750652 0.0145113 0.477317
+0.780072 0 0.450492
+0.809262 0 0.421637
+0 0.216083 0.575631
+0 0.215839 0.576471
+0 0.215946 0.57821
+0 0.215976 0.579904
+0 0.215961 0.581552
+0 0.215778 0.583078
+0 0.215442 0.584268
+0 0.214954 0.585443
+0 0.214282 0.586572
+0 0.213458 0.587579
+0 0.212421 0.588434
+0 0.212222 0.590204
+0.0225528 0.21648 0.596475
+0.0626535 0.221225 0.603037
+0.100359 0.224964 0.608911
+0.138613 0.227237 0.613428
+0.179431 0.227405 0.615717
+0.225711 0.224781 0.615579
+0.27303 0.220706 0.613916
+0.320012 0.215427 0.611765
+0.366369 0.209445 0.608469
+0.411795 0.202152 0.604059
+0.456855 0.193927 0.599054
+0.501091 0.184497 0.592813
+0.544564 0.173632 0.585229
+0.587182 0.161135 0.576272
+0.628122 0.14696 0.565408
+0.668147 0.130632 0.552346
+0.706233 0.112215 0.53698
+0.742306 0.0907149 0.5187
+0.775525 0.0657359 0.496818
+0.805737 0.0359655 0.470619
+0.83212 0 0.438819
+0 0.246357 0.580423
+0 0.246174 0.580911
+0 0.246357 0.582238
+0 0.246464 0.583612
+0 0.246494 0.584939
+0 0.246296 0.586069
+0 0.246052 0.587121
+0 0.245563 0.587976
+0 0.244968 0.588724
+0 0.244205 0.589349
+0 0.243229 0.589746
+0 0.243763 0.59173
+0.0244755 0.249775 0.599207
+0.0657511 0.255543 0.606409
+0.104189 0.260029 0.612299
+0.143389 0.262776 0.616678
+0.185504 0.263142 0.618784
+0.232441 0.26099 0.618173
+0.28043 0.257389 0.616526
+0.32726 0.252949 0.614023
+0.373846 0.247456 0.611032
+0.419806 0.241108 0.606989
+0.465034 0.233478 0.601892
+0.509972 0.224887 0.596445
+0.554696 0.214878 0.58967
+0.598428 0.203387 0.582071
+0.641413 0.190265 0.572839
+0.683162 0.175235 0.561517
+0.723583 0.158404 0.548592
+0.762127 0.139071 0.532677
+0.798108 0.116564 0.513359
+0.831159 0.0901808 0.489647
+0.860746 0.0592508 0.461173
+0 0.279179 0.584512
+0 0.279042 0.585016
+0 0.279271 0.586175
+0 0.279377 0.587213
+0 0.279393 0.588144
+0 0.279271 0.588952
+0 0.279011 0.589593
+0 0.278614 0.590005
+0 0.27805 0.59028
+0 0.277317 0.590448
+0 0.27657 0.590646
+0 0.278035 0.593149
+0.0279088 0.284947 0.601175
+0.0694438 0.291127 0.608484
+0.108476 0.296071 0.614252
+0.148272 0.299168 0.618463
+0.191516 0.299855 0.620325
+0.239033 0.297978 0.619623
+0.287175 0.295033 0.617899
+0.33434 0.291157 0.615549
+0.38085 0.286351 0.612497
+0.427085 0.280751 0.608606
+0.472831 0.27393 0.603723
+0.518059 0.266285 0.598398
+0.562417 0.257099 0.591516
+0.60676 0.246799 0.584115
+0.650233 0.234958 0.575616
+0.693233 0.221363 0.565362
+0.735653 0.205966 0.554086
+0.776379 0.18793 0.54023
+0.815549 0.167559 0.5243
+0.851942 0.144015 0.503822
+0.885496 0.116686 0.479088
+0 0.313176 0.587198
+0 0.313069 0.587533
+0 0.313283 0.588174
+0 0.313466 0.5888
+0 0.31342 0.589364
+0 0.313313 0.589853
+0 0.3131 0.590219
+0 0.312779 0.590494
+0 0.312352 0.590646
+0 0.311818 0.590661
+0 0.310979 0.590448
+0 0.313664 0.593683
+0.0321813 0.321233 0.601846
+0.0736858 0.327764 0.609171
+0.113252 0.333028 0.615274
+0.153353 0.336446 0.61915
+0.197436 0.337057 0.620554
+0.245731 0.335592 0.619944
+0.293568 0.333135 0.618158
+0.341314 0.330053 0.616053
+0.388083 0.325795 0.613169
+0.434272 0.320745 0.609155
+0.480079 0.314931 0.604517
+0.525292 0.307836 0.59913
+0.570321 0.299886 0.592645
+0.614496 0.290684 0.585229
+0.658274 0.279942 0.576623
+0.701564 0.267796 0.566842
+0.743999 0.254276 0.555703
+0.785748 0.238148 0.542901
+0.826642 0.219852 0.528008
+0.866102 0.198428 0.510384
+0.903639 0.173617 0.489418
+0 0.348058 0.587716
+0 0.348028 0.587915
+0 0.348272 0.588525
+0 0.348379 0.588968
+0 0.348394 0.589303
+0 0.348302 0.589517
+0 0.348119 0.589609
+0 0.347784 0.589563
+0 0.347311 0.589395
+0 0.346746 0.58912
+0 0.346059 0.588724
+0 0.350393 0.593378
+0.0370184 0.358419 0.601755
+0.0782177 0.365301 0.609125
+0.118044 0.370855 0.615244
+0.158572 0.374136 0.618723
+0.203662 0.375219 0.620111
+0.252369 0.374136 0.619516
+0.30042 0.372107 0.617975
+0.347723 0.369314 0.615503
+0.394888 0.365896 0.612879
+0.441077 0.361456 0.608804
+0.486885 0.356054 0.604425
+0.532555 0.350011 0.598886
+0.577401 0.342718 0.59266
+0.622003 0.334554 0.585092
+0.665827 0.325216 0.576791
+0.709346 0.314504 0.567178
+0.752178 0.302129 0.556085
+0.793973 0.287938 0.543099
+0.834775 0.271672 0.528222
+0.875059 0.252979 0.511559
+0.914122 0.231144 0.491676
+0 0.383398 0.586526
+0 0.383337 0.586557
+0 0.383581 0.586954
+0 0.383703 0.587182
+0 0.383719 0.587289
+0 0.383597 0.587304
+0 0.383459 0.587243
+0 0.38323 0.587076
+0 0.382895 0.586831
+0 0.382422 0.58648
+0 0.381842 0.585962
+0 0.387839 0.59205
+0.0420539 0.396353 0.600793
+0.0831159 0.403647 0.608377
+0.122866 0.409262 0.614084
+0.16434 0.412726 0.617716
+0.210086 0.414008 0.618753
+0.259037 0.413275 0.618082
+0.30721 0.411643 0.616541
+0.354574 0.409323 0.614588
+0.401266 0.406195 0.611246
+0.447913 0.402564 0.60766
+0.493812 0.397833 0.603037
+0.539269 0.392309 0.597543
+0.584466 0.386069 0.591348
+0.629129 0.378882 0.584283
+0.673045 0.370291 0.575448
+0.716442 0.360739 0.565881
+0.759335 0.349828 0.554894
+0.801389 0.337346 0.54197
+0.842756 0.322942 0.527382
+0.883391 0.3066 0.510658
+0.922896 0.287541 0.491218
+0 0.419287 0.583688
+0 0.419257 0.583612
+0 0.419425 0.583795
+0 0.419593 0.583902
+0 0.419608 0.583932
+0 0.419608 0.583886
+0 0.419532 0.583749
+0 0.419379 0.583566
+0 0.419104 0.583215
+0 0.418769 0.582803
+0 0.418296 0.58233
+0.00239567 0.426398 0.590539
+0.0474403 0.435157 0.599161
+0.088365 0.442741 0.606592
+0.128115 0.448264 0.611994
+0.170306 0.452155 0.615641
+0.217151 0.453346 0.616556
+0.265797 0.452979 0.615641
+0.313954 0.451759 0.61442
+0.361486 0.449836 0.612116
+0.408255 0.44712 0.608972
+0.454383 0.443763 0.605188
+0.500572 0.440009 0.600809
+0.545815 0.43508 0.59527
+0.591241 0.429618 0.589044
+0.635645 0.422934 0.581567
+0.679667 0.415671 0.573175
+0.723522 0.407218 0.563561
+0.766262 0.397253 0.55227
+0.808469 0.386175 0.539574
+0.850065 0.373754 0.525063
+0.890715 0.359213 0.5084
+0.930327 0.342321 0.488411
+0 0.455589 0.579629
+0 0.455543 0.579492
+0 0.455802 0.579599
+0 0.455985 0.579644
+0 0.456062 0.579629
+0 0.456153 0.579553
+0 0.456168 0.579431
+0 0.456107 0.579187
+0 0.455909 0.57882
+0 0.455665 0.578317
+0 0.456687 0.579004
+0.00959792 0.465965 0.588037
+0.0534981 0.474815 0.596551
+0.0940261 0.482551 0.603876
+0.133974 0.488167 0.609064
+0.176699 0.492012 0.61239
+0.224353 0.493233 0.613108
+0.272892 0.493156 0.612619
+0.320775 0.492302 0.610895
+0.368215 0.490852 0.60856
+0.414908 0.488563 0.605753
+0.461006 0.485756 0.601678
+0.506828 0.482277 0.597009
+0.552575 0.478065 0.591745
+0.597208 0.473014 0.585229
+0.642206 0.467414 0.57792
+0.686183 0.460746 0.569238
+0.729503 0.453315 0.559533
+0.772641 0.444755 0.548424
+0.815061 0.434989 0.535576
+0.856626 0.423774 0.520943
+0.897475 0.410895 0.503746
+0.937469 0.396124 0.484047
+0 0.492409 0.574197
+0 0.492439 0.573968
+0 0.492729 0.574075
+0 0.492973 0.574105
+0 0.493172 0.57409
+0 0.493294 0.573953
+0 0.493385 0.573754
+0 0.4934 0.573449
+0 0.49337 0.573007
+0 0.493187 0.572457
+0 0.496452 0.57525
+0.0174563 0.506264 0.584588
+0.0600137 0.515206 0.592981
+0.0999771 0.522698 0.599847
+0.140352 0.528542 0.605035
+0.183795 0.532204 0.608301
+0.231815 0.533608 0.608789
+0.280385 0.533822 0.608026
+0.327871 0.533318 0.606256
+0.374929 0.532097 0.604089
+0.421561 0.530312 0.600931
+0.467643 0.52784 0.597009
+0.513329 0.524773 0.592142
+0.558862 0.52134 0.586877
+0.603876 0.516808 0.580285
+0.648264 0.511971 0.572961
+0.692287 0.505974 0.564294
+0.735943 0.499397 0.554482
+0.778729 0.49163 0.542855
+0.820996 0.482933 0.529686
+0.862654 0.473167 0.514672
+0.903502 0.46186 0.497505
+0.94374 0.449027 0.477653
+0 0.530053 0.567773
+0 0.530068 0.567529
+0 0.530388 0.567529
+0 0.530648 0.567498
+0 0.530892 0.567376
+0 0.53106 0.567163
+0 0.531197 0.566918
+0 0.531273 0.566567
+0 0.531304 0.566064
+0 0.531273 0.565484
+0 0.536919 0.570504
+0.0254978 0.547005 0.580163
+0.0673075 0.556268 0.588708
+0.106767 0.563607 0.595239
+0.147311 0.569451 0.600214
+0.191623 0.572931 0.60267
+0.239704 0.574365 0.60293
+0.287938 0.574716 0.60235
+0.335225 0.574517 0.600702
+0.381933 0.573846 0.598032
+0.428351 0.572351 0.595056
+0.474479 0.570214 0.590921
+0.519921 0.567529 0.586297
+0.56524 0.564553 0.580392
+0.609903 0.560876 0.573526
+0.654307 0.556466 0.565316
+0.698329 0.551751 0.555856
+0.74139 0.545922 0.545281
+0.78436 0.539406 0.533608
+0.826658 0.531914 0.520165
+0.868284 0.523308 0.504845
+0.909194 0.513497 0.486976
+0.949279 0.50219 0.466346
+0 0.567956 0.560174
+0 0.568032 0.559899
+0 0.568505 0.559976
+0 0.568887 0.559945
+0 0.569223 0.559853
+0 0.569497 0.559686
+0 0.569711 0.55938
+0 0.569879 0.558953
+0 0.56997 0.55845
+0 0.56997 0.557733
+0 0.578576 0.565545
+0.0344854 0.588663 0.574777
+0.0751507 0.597772 0.582986
+0.11429 0.605035 0.589166
+0.1552 0.610712 0.593942
+0.2 0.614084 0.596033
+0.247883 0.615259 0.595789
+0.295796 0.615961 0.594903
+0.342657 0.615976 0.593469
+0.389471 0.615518 0.590951
+0.435508 0.614466 0.587396
+0.481117 0.612711 0.583444
+0.526375 0.610452 0.578363
+0.573831 0.608392 0.567407
+0.623209 0.609293 0.540078
+0.666728 0.606149 0.530312
+0.708888 0.601984 0.52108
+0.750668 0.596704 0.513741
+0.792126 0.590311 0.506157
+0.833204 0.58291 0.494865
+0.874372 0.57496 0.481193
+0.914946 0.566033 0.464393
+0.954818 0.555993 0.444099
+0 0.606226 0.550912
+0 0.606317 0.550698
+0 0.606851 0.550729
+0 0.607294 0.550683
+0 0.607691 0.550576
+0 0.608011 0.550393
+0 0.608377 0.550149
+0 0.608591 0.549676
+0 0.608743 0.549081
+0 0.610636 0.550118
+0.00140383 0.621027 0.559579
+0.0441291 0.630961 0.568475
+0.0835279 0.639536 0.575952
+0.122637 0.646876 0.581994
+0.163684 0.652308 0.586023
+0.209079 0.655406 0.587915
+0.256748 0.656504 0.587304
+0.303975 0.657298 0.586175
+0.350774 0.657603 0.58439
+0.397055 0.657359 0.582055
+0.442817 0.656703 0.5785
+0.487984 0.655329 0.574319
+0.53315 0.653361 0.568994
+0.582452 0.652354 0.552193
+0.632074 0.654658 0.518151
+0.679286 0.654459 0.489479
+0.722103 0.651026 0.475578
+0.761593 0.645136 0.475257
+0.801175 0.638514 0.472618
+0.841245 0.631952 0.464759
+0.881315 0.624842 0.452567
+0.921386 0.616861 0.436927
+0.960632 0.607858 0.416693
+0 0.644877 0.540307
+0 0.645045 0.540002
+0 0.645624 0.539986
+0 0.646113 0.53991
+0 0.646571 0.539788
+0 0.646983 0.539528
+0 0.647318 0.539208
+0 0.647623 0.538811
+0 0.647852 0.538247
+0 0.65301 0.542412
+0.0137026 0.663661 0.55198
+0.0546731 0.673625 0.560723
+0.0929885 0.68191 0.567712
+0.132021 0.688899 0.57322
+0.173373 0.694026 0.576669
+0.219226 0.696712 0.577859
+0.26627 0.698024 0.577203
+0.312963 0.69897 0.575906
+0.359106 0.699351 0.5738
+0.405005 0.699443 0.571466
+0.450401 0.698894 0.567819
+0.495155 0.697917 0.563287
+0.539925 0.696284 0.557733
+0.591318 0.696269 0.534096
+0.64033 0.698634 0.497536
+0.688365 0.700084 0.457343
+0.733669 0.699321 0.425361
+0.772152 0.693187 0.427741
+0.810559 0.686564 0.431449
+0.849714 0.680186 0.42771
+0.888518 0.673259 0.417395
+0.927611 0.666148 0.402502
+0.966796 0.658061 0.38291
+0 0.684077 0.528359
+0 0.684245 0.528084
+0 0.684886 0.528054
+0 0.685405 0.527947
+0 0.685817 0.527687
+0 0.686198 0.527367
+0 0.686549 0.526909
+0 0.686854 0.526284
+0 0.687175 0.525597
+0 0.696712 0.534005
+0.0270237 0.707103 0.54313
+0.0659342 0.716457 0.55111
+0.103624 0.724559 0.557702
+0.142275 0.731197 0.562646
+0.184283 0.735759 0.565377
+0.23003 0.738033 0.56582
+0.276555 0.739651 0.565148
+0.322423 0.740749 0.563699
+0.368078 0.741238 0.561654
+0.413184 0.741283 0.558511
+0.458289 0.741176 0.554986
+0.502953 0.740261 0.550179
+0.548974 0.739086 0.541436
+0.599374 0.739651 0.515724
+0.646967 0.741009 0.483558
+0.693767 0.742702 0.443198
+0.740764 0.744289 0.391104
+0.782635 0.741283 0.3673
+0.819944 0.734386 0.380102
+0.857832 0.727993 0.380987
+0.896117 0.721416 0.37409
+0.934646 0.714748 0.36083
+0.972732 0.707576 0.341421
+0 0.723156 0.514351
+0 0.723354 0.513939
+0 0.724056 0.513909
+0 0.72462 0.513771
+0 0.725155 0.513512
+0 0.725689 0.513146
+0 0.726146 0.512642
+0 0.726574 0.512001
+0 0.730175 0.514427
+0.000976577 0.740642 0.523613
+0.0411841 0.750957 0.532479
+0.0784161 0.759716 0.539681
+0.115297 0.767452 0.545724
+0.153964 0.77351 0.550164
+0.196384 0.777462 0.55201
+0.241779 0.779644 0.551843
+0.287449 0.781308 0.550896
+0.332601 0.782437 0.549447
+0.377539 0.783062 0.546853
+0.422278 0.783398 0.543801
+0.466712 0.783337 0.539773
+0.510948 0.782666 0.534676
+0.558709 0.782025 0.521584
+0.606744 0.782422 0.49807
+0.652857 0.78323 0.469306
+0.69839 0.784253 0.434256
+0.743542 0.785016 0.390173
+0.788586 0.78526 0.333013
+0.828885 0.781582 0.313573
+0.86598 0.775296 0.32221
+0.903471 0.768856 0.31899
+0.941329 0.76257 0.307897
+0.978729 0.755932 0.289219
+0 0.762493 0.497566
+0 0.762722 0.4972
+0 0.763348 0.497215
+0 0.763943 0.497047
+0 0.764538 0.496727
+0 0.765194 0.4963
+0 0.765637 0.495735
+0 0.766186 0.495125
+0 0.775036 0.502876
+0.0188296 0.785306 0.511696
+0.0560311 0.794629 0.519432
+0.0919203 0.803174 0.526223
+0.128389 0.810346 0.531441
+0.166873 0.815808 0.534752
+0.209781 0.819181 0.536049
+0.254765 0.821271 0.535515
+0.299413 0.82298 0.534279
+0.343725 0.824201 0.53228
+0.388006 0.82501 0.529747
+0.432166 0.825513 0.526207
+0.475837 0.825452 0.52195
+0.519524 0.824994 0.516335
+0.568032 0.824689 0.499306
+0.614649 0.824994 0.476951
+0.659403 0.825467 0.45005
+0.704021 0.826215 0.417716
+0.747982 0.826413 0.377508
+0.791714 0.826307 0.326757
+0.834882 0.826017 0.260502
+0.873777 0.821637 0.243565
+0.91043 0.815412 0.247166
+0.947372 0.809491 0.239078
+0.984558 0.803098 0.221241
+0 0.802182 0.478767
+0 0.802502 0.478325
+0 0.803204 0.478157
+0 0.80383 0.477989
+0 0.804349 0.477638
+0 0.804852 0.477073
+0 0.805341 0.476326
+0 0.810193 0.479866
+0 0.820264 0.488441
+0.0371405 0.830152 0.49691
+0.0720989 0.83888 0.504005
+0.10692 0.846708 0.509834
+0.142809 0.853254 0.51426
+0.181811 0.857816 0.516411
+0.224598 0.860777 0.516823
+0.268498 0.862959 0.516243
+0.312352 0.864591 0.514595
+0.355764 0.865827 0.512306
+0.399008 0.866651 0.509209
+0.442649 0.867353 0.505348
+0.485634 0.867445 0.500572
+0.530358 0.867124 0.492012
+0.577462 0.867201 0.473838
+0.622751 0.867338 0.451835
+0.667155 0.867903 0.42591
+0.710369 0.868101 0.394308
+0.753277 0.86807 0.35584
+0.79617 0.867964 0.308232
+0.838193 0.867063 0.246738
+0.879072 0.865202 0.168048
+0.916014 0.860151 0.155306
+0.952468 0.854109 0.15314
+0.986435 0.847669 0.140215
+0 0.841657 0.456458
+0 0.842008 0.45597
+0 0.842756 0.455741
+0 0.843473 0.455421
+0 0.84416 0.454963
+0 0.84477 0.454566
+0 0.846769 0.455528
+0 0.856153 0.463462
+0.0217441 0.865873 0.471534
+0.0560922 0.874907 0.478752
+0.0894331 0.883162 0.485008
+0.123262 0.890288 0.489921
+0.159136 0.895994 0.493202
+0.198215 0.899809 0.494621
+0.240986 0.902403 0.494224
+0.283696 0.90454 0.493004
+0.326162 0.906126 0.491142
+0.368795 0.907454 0.488426
+0.411383 0.908476 0.484871
+0.453941 0.90898 0.480552
+0.496162 0.909133 0.475242
+0.541924 0.909148 0.462242
+0.587243 0.909239 0.443702
+0.631449 0.909361 0.421332
+0.674968 0.909789 0.395285
+0.71754 0.909773 0.363546
+0.759731 0.909606 0.325536
+0.801511 0.909224 0.278187
+0.842695 0.90837 0.21796
+0.881682 0.905562 0.147051
+0.916503 0.898756 0.065156
+0.951949 0.892836 0.0533913
+0.978225 0.886275 0.0433356
+0 0.880842 0.430442
+0 0.881148 0.429816
+0 0.881865 0.429465
+0 0.882643 0.429068
+0 0.883375 0.428519
+0 0.884077 0.427832
+0 0.89279 0.435035
+0.0107271 0.902129 0.442756
+0.0440223 0.911086 0.45008
+0.0759594 0.919356 0.456641
+0.107973 0.926772 0.461814
+0.140871 0.932967 0.465537
+0.176684 0.937743 0.467567
+0.216556 0.941054 0.468025
+0.258152 0.943389 0.467124
+0.299489 0.945403 0.465385
+0.340917 0.94696 0.463081
+0.382666 0.94847 0.459968
+0.424247 0.949279 0.455711
+0.465888 0.949737 0.450584
+0.507805 0.949966 0.443641
+0.553399 0.950011 0.427283
+0.597299 0.950027 0.407919
+0.640543 0.950164 0.385061
+0.68275 0.949828 0.357794
+0.72433 0.949279 0.325383
+0.765713 0.948791 0.286244
+0.80618 0.947524 0.237781
+0.846006 0.945708 0.178836
+0.883207 0.94139 0.11574
+0.916075 0.932891 0.0330053
+0.9514 0.927413 0
+0.972702 0.922728 0
+0 0 0.568353
+0 0 0.567895
+0 0 0.567224
+0 0 0.566659
+0 0 0.566094
+0 0 0.565362
+0 0 0.56437
+0 0 0.56347
+0 0 0.562554
+0 0 0.561669
+0 0 0.560967
+0 0 0.560189
+0 0 0.559258
+0.0269169 0 0.558221
+0.0545815 0 0.557519
+0.0796979 0 0.556527
+0.104417 0 0.55523
+0.129778 0 0.553201
+0.157168 0 0.55021
+0.187991 0 0.545907
+0.221729 0 0.54078
+0.255451 0 0.535058
+0.289509 0 0.528878
+0.324514 0 0.522774
+0.359426 0 0.516808
+0.394491 0 0.510277
+0.429923 0 0.503578
+0.466484 0 0.496498
+0.503441 0 0.488777
+0.540856 0 0.4804
+0.578836 0 0.471336
+0.617151 0 0.460868
+0.655756 0 0.449454
+0 0.00650034 0.566644
+0 0.0052491 0.566186
+0 0.00389105 0.565499
+0 0.00247196 0.564904
+0 0.000900282 0.564279
+0 0 0.563653
+0 0 0.562982
+0 0 0.562219
+0 0 0.561685
+0 0 0.561044
+0 0 0.560616
+0 0 0.559945
+0 0 0.558846
+0.0276646 0 0.557931
+0.0552834 0 0.55726
+0.0803388 0 0.556313
+0.105104 0 0.555016
+0.130526 0 0.552987
+0.157977 0 0.549996
+0.188922 0 0.545708
+0.223377 0 0.541085
+0.258137 0 0.536294
+0.292958 0 0.530892
+0.328222 0 0.525475
+0.364385 0 0.519982
+0.400839 0 0.514168
+0.438132 0 0.50782
+0.475944 0 0.500832
+0.514031 0 0.493172
+0.55288 0 0.484947
+0.592081 0 0.475364
+0.631235 0 0.464866
+0.670802 0 0.452583
+0 0.0189364 0.565301
+0 0.0176242 0.564675
+0 0.0164492 0.564111
+0 0.0150759 0.563516
+0 0.0135653 0.56289
+0 0.0119936 0.562203
+0 0.0102693 0.561639
+0 0.00836194 0.560891
+0 0.00634775 0.560388
+0 0.00410468 0.559884
+0 0.00158694 0.55935
+0 0 0.558816
+0 0 0.558068
+0.0281376 0 0.557351
+0.0557259 0 0.556893
+0.0810559 0 0.556161
+0.105638 0 0.555154
+0.131182 0 0.554009
+0.15935 0 0.551812
+0.191424 0 0.548119
+0.226612 0 0.543923
+0.262318 0 0.539666
+0.298604 0 0.535119
+0.335164 0 0.530373
+0.372534 0 0.52517
+0.410285 0 0.519554
+0.448676 0 0.513176
+0.487434 0 0.506172
+0.526848 0 0.498527
+0.566491 0 0.489693
+0.606683 0 0.479683
+0.646891 0 0.468574
+0.686946 0 0.456031
+0 0.0306401 0.564202
+0 0.0294499 0.563622
+0 0.0284123 0.563088
+0 0.0271916 0.562509
+0 0.0258335 0.561913
+0 0.0243839 0.561212
+0 0.0228885 0.560723
+0 0.0211337 0.559991
+0 0.0191501 0.559533
+0 0.0171206 0.559121
+0 0.0147402 0.558465
+0 0.0122072 0.557855
+0 0.00907912 0.556954
+0.0274662 0.00567636 0.556619
+0.0546273 0.00247196 0.557015
+0.0803998 0 0.557122
+0.105867 0 0.557061
+0.132815 0 0.556954
+0.162112 0 0.555932
+0.195636 0 0.553063
+0.232029 0 0.549325
+0.268879 0 0.545281
+0.306157 0 0.54107
+0.343847 0 0.536477
+0.382239 0 0.531365
+0.421195 0 0.525628
+0.460548 0 0.519234
+0.500603 0 0.512245
+0.540887 0 0.504189
+0.581674 0 0.494911
+0.622187 0 0.484688
+0.663142 0 0.472724
+0.703899 0 0.45951
+0 0.0426947 0.563348
+0 0.0416114 0.562799
+0 0.0405585 0.562158
+0 0.0395666 0.561761
+0 0.0383307 0.561181
+0 0.0370184 0.560525
+0 0.0355535 0.55993
+0 0.0340734 0.559579
+0 0.0323339 0.55906
+0 0.030396 0.558694
+0 0.0284123 0.558892
+0 0.0260471 0.55906
+0 0.023209 0.558785
+0.0273136 0.0199283 0.558785
+0.0550088 0.0168307 0.559701
+0.0810101 0.0132296 0.560708
+0.107103 0.00881972 0.561563
+0.134463 0.00309758 0.561837
+0.165362 0 0.561257
+0.200977 0 0.559289
+0.239094 0 0.556619
+0.276951 0 0.552956
+0.315511 0 0.548714
+0.354376 0 0.543923
+0.393637 0 0.538598
+0.433402 0 0.532708
+0.473884 0 0.526024
+0.514504 0 0.518349
+0.555673 0 0.509621
+0.596719 0 0.499794
+0.638025 0 0.488884
+0.678935 0 0.476539
+0.720211 0 0.462684
+0 0.0547646 0.562799
+0 0.0537728 0.56228
+0 0.0528115 0.561685
+0 0.0518044 0.561212
+0 0.050782 0.560784
+0 0.0495613 0.560342
+0 0.0482338 0.560189
+0 0.0467536 0.560418
+0 0.0452888 0.560601
+0 0.043534 0.560784
+0 0.0417334 0.5617
+0 0.0398871 0.562844
+0 0.0373693 0.563745
+0.0281071 0.0345464 0.564767
+0.0562448 0.0318608 0.566369
+0.0826734 0.0286259 0.568078
+0.109331 0.0244755 0.569039
+0.137621 0.0189822 0.569451
+0.169986 0.0114748 0.568658
+0.206943 0.00163272 0.56643
+0.245792 0 0.563424
+0.285191 0 0.560128
+0.325292 0 0.556512
+0.36527 0 0.551644
+0.405646 0 0.545968
+0.446265 0 0.539651
+0.487236 0 0.532387
+0.528603 0 0.524071
+0.570031 0 0.514809
+0.611399 0 0.504646
+0.652903 0 0.492729
+0.693904 0 0.479667
+0.735058 0 0.464912
+0 0.0669566 0.562478
+0 0.066041 0.562066
+0 0.0651255 0.561837
+0 0.0641642 0.561959
+0 0.0631113 0.562158
+0 0.0621195 0.562448
+0 0.0610361 0.562951
+0 0.0598764 0.56405
+0 0.0586099 0.565316
+0 0.0572213 0.566598
+0 0.0558633 0.568353
+0 0.0541848 0.570092
+0 0.052018 0.571557
+0.02916 0.049424 0.57322
+0.0579232 0.0470588 0.575296
+0.0851301 0.0441138 0.577417
+0.112566 0.040177 0.578515
+0.142153 0.0348974 0.578973
+0.176135 0.0273136 0.577768
+0.21442 0.0176852 0.575051
+0.254108 0.00646983 0.571618
+0.294087 0 0.567605
+0.334661 0 0.563226
+0.375769 0 0.558373
+0.417365 0 0.552911
+0.458579 0 0.545922
+0.500206 0 0.537987
+0.541787 0 0.529183
+0.583368 0 0.51957
+0.625116 0 0.50837
+0.666362 0 0.496178
+0.707622 0 0.482429
+0.748516 0 0.466972
+0 0.0794232 0.564095
+0 0.078584 0.563928
+0 0.077821 0.56434
+0 0.0771496 0.565164
+0 0.0764019 0.566339
+0 0.0755779 0.567666
+0 0.0747387 0.569207
+0 0.0738537 0.570718
+0 0.0729839 0.572808
+0 0.0717937 0.574914
+0 0.0704204 0.577127
+0 0.0688792 0.579248
+0 0.0668956 0.581094
+0.0303197 0.0645914 0.583169
+0.0599222 0.0625315 0.585657
+0.0880598 0.0599222 0.587945
+0.116625 0.0563211 0.589227
+0.14786 0.051194 0.589639
+0.183597 0.0437171 0.588052
+0.223468 0.0342565 0.58497
+0.263966 0.0234836 0.581018
+0.304631 0.0112917 0.576425
+0.345418 0 0.570977
+0.386572 0 0.564935
+0.428107 0 0.558297
+0.470466 0 0.551461
+0.512352 0 0.543145
+0.554314 0 0.533928
+0.595926 0 0.523384
+0.637415 0 0.511803
+0.678676 0 0.49868
+0.719631 0 0.484199
+0.760067 0 0.468284
+0 0.0928511 0.568185
+0 0.0921798 0.568597
+0 0.0917067 0.569818
+0 0.0913252 0.571374
+0 0.0908827 0.573388
+0 0.0902876 0.575494
+0 0.0896315 0.577585
+0 0.0888533 0.579736
+0 0.0879225 0.582101
+0 0.0868086 0.584543
+0 0.0855268 0.587015
+0 0.0840925 0.589151
+0 0.0822766 0.59144
+0.0314946 0.0804761 0.593957
+0.0621347 0.0787671 0.596674
+0.091371 0.076524 0.598947
+0.121462 0.0732128 0.600412
+0.154345 0.0683909 0.600763
+0.192187 0.0611124 0.598932
+0.233463 0.0519417 0.595438
+0.274846 0.041474 0.591058
+0.316106 0.0298619 0.58587
+0.357321 0.016846 0.579828
+0.398627 0.00196841 0.572869
+0.439765 0 0.564889
+0.481254 0 0.556023
+0.523278 0 0.547448
+0.565301 0 0.537636
+0.60705 0 0.526741
+0.64828 0 0.514366
+0.689418 0 0.500893
+0.729778 0 0.485969
+0.769894 0 0.469276
+0 0.108049 0.575113
+0 0.107546 0.575936
+0 0.107256 0.578027
+0 0.10695 0.57998
+0 0.106523 0.582315
+0 0.10602 0.584787
+0 0.105409 0.58732
+0 0.104707 0.589593
+0 0.103853 0.592218
+0 0.102815 0.594766
+0 0.101656 0.597238
+0 0.100389 0.599527
+0 0.0986191 0.601755
+0.0323949 0.0973831 0.604578
+0.0645914 0.0961776 0.60766
+0.09514 0.0944686 0.6103
+0.126787 0.0915236 0.611704
+0.161395 0.0869154 0.611811
+0.201633 0.0800183 0.609766
+0.244114 0.0712291 0.606027
+0.286687 0.0614481 0.601572
+0.32871 0.0504616 0.596124
+0.370672 0.037995 0.589654
+0.412085 0.0238499 0.581888
+0.453239 0.0078584 0.573251
+0.494026 0 0.563119
+0.534371 0 0.551965
+0.574884 0 0.540581
+0.616678 0 0.529046
+0.657618 0 0.516533
+0.698344 0 0.502586
+0.738582 0 0.487175
+0.777981 0 0.4701
+0 0.124834 0.583856
+0 0.124361 0.58497
+0 0.124132 0.587335
+0 0.123903 0.589517
+0 0.123568 0.592111
+0 0.123125 0.594705
+0 0.122606 0.597238
+0 0.12195 0.599664
+0 0.121141 0.602258
+0 0.120211 0.604639
+0 0.119158 0.607172
+0 0.1178 0.609201
+0 0.11632 0.611551
+0.0333715 0.115724 0.61474
+0.0670939 0.11519 0.618189
+0.0993973 0.114229 0.621149
+0.132692 0.111849 0.622873
+0.169329 0.107652 0.622675
+0.211749 0.101045 0.620447
+0.255741 0.0930648 0.616983
+0.299336 0.0838788 0.612329
+0.342275 0.0735637 0.606821
+0.384985 0.0618143 0.600412
+0.426795 0.0485084 0.592371
+0.468086 0.0334783 0.583047
+0.508537 0.0162814 0.572061
+0.548135 0 0.560037
+0.586999 0 0.546365
+0.625818 0 0.532052
+0.665553 0 0.518257
+0.705715 0 0.503807
+0.745449 0 0.48806
+0.784573 0 0.470649
+0 0.143359 0.593011
+0 0.142931 0.594186
+0 0.142809 0.596429
+0 0.142626 0.598947
+0 0.142351 0.601511
+0 0.142 0.60412
+0 0.141527 0.606546
+0 0.140948 0.608865
+0 0.140322 0.611261
+0 0.139406 0.613642
+0 0.138293 0.615869
+0 0.13698 0.617655
+0 0.135775 0.619944
+0.0343481 0.136202 0.623758
+0.0697642 0.136461 0.627619
+0.103807 0.1364 0.631113
+0.139147 0.134951 0.633433
+0.17818 0.131304 0.633524
+0.222736 0.1252 0.631464
+0.268208 0.11812 0.628351
+0.313085 0.109789 0.624048
+0.357183 0.100481 0.61886
+0.400717 0.0897078 0.612299
+0.44329 0.0772869 0.604349
+0.484733 0.063035 0.59501
+0.525231 0.0467231 0.583688
+0.564279 0.0282597 0.570672
+0.602548 0.00737011 0.556344
+0.6392 0 0.540139
+0.675578 0 0.522484
+0.712032 0 0.50486
+0.750759 0 0.48864
+0.789364 0 0.471061
+0 0.164401 0.601419
+0 0.16408 0.602686
+0 0.163989 0.604761
+0 0.163851 0.607187
+0 0.163653 0.609613
+0 0.163363 0.612039
+0 0.162997 0.614054
+0 0.162554 0.616342
+0 0.161883 0.618555
+0 0.160952 0.620554
+0 0.159869 0.622492
+0 0.158587 0.624079
+0 0.157687 0.626215
+0.0349279 0.159411 0.63093
+0.0724193 0.160891 0.635691
+0.108507 0.161807 0.639918
+0.146059 0.161593 0.642939
+0.188113 0.158938 0.643809
+0.234623 0.15378 0.642176
+0.281407 0.147387 0.639368
+0.327688 0.140124 0.635721
+0.372808 0.131472 0.630686
+0.417258 0.121706 0.625055
+0.460838 0.110338 0.61767
+0.503212 0.097261 0.608408
+0.54406 0.0822461 0.597879
+0.58352 0.0652628 0.585214
+0.621576 0.045655 0.570748
+0.65745 0.0230869 0.553552
+0.691463 0 0.534096
+0.724819 0 0.513146
+0.757946 0 0.491096
+0.793805 0 0.471183
+0 0.188907 0.608347
+0 0.188617 0.609323
+0 0.188617 0.611368
+0 0.18854 0.613504
+0 0.188464 0.615763
+0 0.188235 0.617838
+0 0.187884 0.619455
+0 0.18735 0.621286
+0 0.186648 0.623087
+0 0.185763 0.624765
+0 0.184649 0.626261
+0 0.183352 0.627665
+0 0.183062 0.630167
+0.0349126 0.186221 0.635828
+0.0748455 0.189548 0.641978
+0.113283 0.191745 0.64715
+0.152712 0.192248 0.650568
+0.197024 0.190341 0.652033
+0.245655 0.186191 0.651347
+0.29398 0.180636 0.649363
+0.341192 0.173846 0.646052
+0.387717 0.166201 0.641825
+0.432959 0.157031 0.636133
+0.477501 0.146685 0.629847
+0.52079 0.134905 0.621729
+0.562676 0.12134 0.612055
+0.603693 0.10605 0.600809
+0.642237 0.0880903 0.587167
+0.679286 0.0674754 0.570871
+0.713985 0.0434577 0.551965
+0.745739 0.0152285 0.529702
+0.775372 0 0.504067
+0.804532 0 0.477165
+0 0.21648 0.613764
+0 0.216266 0.614572
+0 0.216358 0.616358
+0 0.216373 0.618265
+0 0.216312 0.620096
+0 0.216114 0.62179
+0 0.215824 0.623377
+0 0.215274 0.624598
+0 0.214603 0.625864
+0 0.213764 0.6271
+0 0.212665 0.628153
+0 0.211383 0.629084
+0 0.212146 0.63212
+0.0354772 0.21706 0.639353
+0.0773022 0.221958 0.646464
+0.117266 0.225223 0.652277
+0.158648 0.22652 0.656229
+0.204456 0.225132 0.657465
+0.254231 0.221256 0.656641
+0.303105 0.216159 0.654536
+0.351141 0.210346 0.652216
+0.398398 0.203037 0.648463
+0.444816 0.194903 0.643793
+0.490425 0.185519 0.6383
+0.534752 0.174365 0.631342
+0.578515 0.161913 0.622995
+0.620783 0.147936 0.613382
+0.66157 0.131563 0.601602
+0.700221 0.113207 0.587167
+0.737011 0.0916609 0.570321
+0.770962 0.0664073 0.549844
+0.801648 0.0365606 0.525139
+0.828367 0.000671397 0.495933
+0 0.246937 0.619211
+0 0.246769 0.620005
+0 0.246937 0.6215
+0 0.247013 0.62295
+0 0.246998 0.624445
+0 0.246845 0.625772
+0 0.246525 0.626871
+0 0.246052 0.627939
+0 0.245426 0.62887
+0 0.244648 0.629679
+0 0.243595 0.630259
+0 0.242405 0.630716
+0 0.244327 0.634379
+0.0380255 0.251026 0.642878
+0.0807507 0.25684 0.650263
+0.121431 0.260639 0.656001
+0.163943 0.262364 0.659724
+0.210986 0.261311 0.660563
+0.261234 0.257923 0.659495
+0.310231 0.253697 0.657496
+0.358679 0.248219 0.654795
+0.406149 0.242039 0.651759
+0.452827 0.234424 0.647257
+0.499443 0.225788 0.642252
+0.544976 0.215854 0.636484
+0.589853 0.20441 0.629465
+0.633844 0.191257 0.621225
+0.676234 0.176226 0.611292
+0.717449 0.159091 0.599054
+0.75668 0.139712 0.584588
+0.793149 0.117266 0.566812
+0.8271 0.0912337 0.545327
+0.857206 0.0602579 0.519173
+0 0.279866 0.624231
+0 0.279713 0.624826
+0 0.279911 0.626169
+0 0.280034 0.627405
+0 0.280049 0.628565
+0 0.279866 0.629419
+0 0.279622 0.630198
+0 0.279194 0.630732
+0 0.27863 0.631144
+0 0.277913 0.631525
+0 0.276951 0.631739
+0 0.275837 0.631815
+0 0.279164 0.636378
+0.0416876 0.286595 0.645121
+0.0846418 0.292638 0.652583
+0.125917 0.297047 0.658289
+0.169284 0.299107 0.66186
+0.217624 0.298299 0.662638
+0.267887 0.295552 0.661418
+0.31725 0.291829 0.659648
+0.365728 0.287144 0.656855
+0.41352 0.281315 0.653758
+0.460685 0.274861 0.649668
+0.506935 0.266957 0.64445
+0.552728 0.258045 0.638941
+0.598154 0.247791 0.632105
+0.642634 0.235966 0.624613
+0.686488 0.222324 0.615778
+0.729137 0.206714 0.605188
+0.770871 0.188937 0.593103
+0.810941 0.168521 0.578592
+0.848035 0.144945 0.560372
+0.881804 0.117311 0.53756
+0 0.313802 0.627665
+0 0.31368 0.628046
+0 0.313939 0.628962
+0 0.314061 0.629725
+0 0.314031 0.630457
+0 0.313909 0.631022
+0 0.313695 0.631495
+0 0.313298 0.63183
+0 0.312825 0.632074
+0 0.312123 0.632151
+0 0.311269 0.632044
+0 0.310292 0.631846
+0 0.315175 0.637552
+0.0459602 0.323095 0.646357
+0.0890364 0.329519 0.653727
+0.130739 0.334325 0.659434
+0.174838 0.336675 0.66305
+0.223987 0.335927 0.663508
+0.274372 0.333562 0.662379
+0.324193 0.330632 0.6607
+0.372747 0.326528 0.658213
+0.420508 0.321569 0.655039
+0.467765 0.315633 0.650965
+0.514458 0.308782 0.646159
+0.560662 0.300816 0.64065
+0.605722 0.291463 0.633722
+0.650523 0.280919 0.626322
+0.694575 0.268818 0.617807
+0.737743 0.254932 0.607385
+0.780484 0.239124 0.596231
+0.8215 0.220615 0.58291
+0.861677 0.199283 0.567773
+0.899596 0.17438 0.548882
+0 0.348455 0.628702
+0 0.348363 0.628962
+0 0.348623 0.62974
+0 0.348714 0.630335
+0 0.348714 0.630777
+0 0.348608 0.631067
+0 0.348379 0.631251
+0 0.348074 0.631373
+0 0.347601 0.631327
+0 0.347005 0.631189
+0 0.346349 0.631006
+0 0.34551 0.630671
+0.00248722 0.352239 0.637934
+0.05066 0.36054 0.64686
+0.0936904 0.367285 0.654261
+0.136004 0.37229 0.659998
+0.180606 0.374716 0.663172
+0.230457 0.374289 0.663569
+0.281224 0.372488 0.662654
+0.330602 0.369818 0.66067
+0.379614 0.366567 0.658503
+0.427604 0.362188 0.655589
+0.474845 0.356909 0.651392
+0.521737 0.350973 0.646601
+0.567727 0.343633 0.641215
+0.613214 0.335607 0.634684
+0.658106 0.326085 0.627161
+0.702312 0.31516 0.618555
+0.745678 0.302876 0.608774
+0.788479 0.288975 0.597574
+0.830228 0.272587 0.584772
+0.871122 0.253895 0.569909
+0.910628 0.232166 0.552422
+0 0.383734 0.628229
+0 0.383658 0.628351
+0 0.383886 0.628824
+0 0.383993 0.62916
+0 0.384009 0.629358
+0 0.383963 0.629541
+0 0.383764 0.629572
+0 0.383505 0.629541
+0 0.383154 0.629435
+0 0.382727 0.629221
+0 0.382116 0.628916
+0 0.38146 0.62858
+0.00820935 0.390082 0.637552
+0.0557107 0.39884 0.646632
+0.0985885 0.405859 0.654002
+0.141268 0.411017 0.659724
+0.186816 0.413336 0.662562
+0.237217 0.413336 0.662806
+0.287968 0.411978 0.661921
+0.337484 0.409827 0.660304
+0.386069 0.406836 0.657588
+0.43447 0.403326 0.654978
+0.481651 0.398703 0.650828
+0.528389 0.393133 0.646204
+0.574548 0.387045 0.640803
+0.620295 0.379492 0.63444
+0.665385 0.371237 0.626856
+0.709636 0.3617 0.618509
+0.753399 0.350759 0.608881
+0.796368 0.338231 0.597818
+0.837964 0.323964 0.584833
+0.878859 0.307362 0.569894
+0.918959 0.288365 0.553124
+0 0.41976 0.626322
+0 0.419715 0.626322
+0 0.419852 0.626566
+0 0.419959 0.626719
+0 0.42002 0.626856
+0 0.419989 0.626932
+0 0.419928 0.626947
+0 0.419776 0.626902
+0 0.419593 0.62678
+0 0.419318 0.626596
+0 0.41883 0.62623
+0 0.419074 0.626566
+0.014374 0.428717 0.636286
+0.0608988 0.437644 0.64535
+0.103853 0.445075 0.653025
+0.146563 0.450156 0.658366
+0.193439 0.45275 0.661082
+0.244205 0.452949 0.661158
+0.294728 0.452094 0.660304
+0.344152 0.450355 0.658732
+0.39295 0.447791 0.65655
+0.440772 0.444572 0.653117
+0.488441 0.440818 0.649454
+0.534966 0.436027 0.644739
+0.581338 0.430213 0.639078
+0.626917 0.423972 0.632929
+0.672206 0.41648 0.625605
+0.716548 0.407828 0.616876
+0.760113 0.39826 0.607309
+0.803204 0.387167 0.596277
+0.845212 0.374548 0.583337
+0.886519 0.35993 0.568795
+0.92697 0.343343 0.55198
+0 0.456199 0.62295
+0 0.456123 0.622873
+0 0.456382 0.623102
+0 0.45655 0.623255
+0 0.456672 0.623362
+0 0.456764 0.623392
+0 0.456779 0.623377
+0 0.456703 0.623255
+0 0.456519 0.623041
+0 0.456306 0.622721
+0 0.455924 0.622263
+0 0.458183 0.62446
+0.021149 0.468376 0.634653
+0.0667277 0.477455 0.643824
+0.109514 0.485008 0.65124
+0.152651 0.490105 0.656138
+0.200305 0.49276 0.658625
+0.251484 0.49308 0.658701
+0.301595 0.492622 0.657664
+0.351141 0.491264 0.656199
+0.399695 0.48925 0.653925
+0.447562 0.486412 0.65069
+0.494789 0.482826 0.646708
+0.541802 0.478889 0.642206
+0.587671 0.473976 0.636652
+0.633738 0.468391 0.630335
+0.67837 0.461707 0.622812
+0.722927 0.454246 0.614343
+0.766934 0.445624 0.604654
+0.80975 0.435584 0.593423
+0.851713 0.424491 0.580606
+0.893339 0.411948 0.566125
+0.933898 0.397238 0.549386
+0 0.493004 0.618555
+0 0.493004 0.618463
+0 0.493278 0.618601
+0 0.493538 0.618723
+0 0.493782 0.618799
+0 0.493904 0.618784
+0 0.493965 0.618738
+0 0.494026 0.618616
+0 0.493919 0.618387
+0 0.493797 0.618097
+0 0.493507 0.617594
+0 0.498192 0.621988
+0.0284886 0.508827 0.632319
+0.0731518 0.517937 0.641123
+0.115694 0.525429 0.648219
+0.159365 0.530571 0.652918
+0.207675 0.533181 0.655055
+0.258885 0.533776 0.65507
+0.308904 0.533471 0.65449
+0.358022 0.532586 0.652598
+0.406546 0.530861 0.650095
+0.454353 0.528527 0.64712
+0.501396 0.525567 0.643015
+0.547845 0.521935 0.638056
+0.594339 0.517678 0.632837
+0.639506 0.512596 0.626261
+0.684901 0.506889 0.61886
+0.729046 0.500038 0.610086
+0.772595 0.492576 0.600366
+0.815793 0.484031 0.589181
+0.858137 0.474189 0.576272
+0.899596 0.462913 0.561608
+0.94023 0.450034 0.544366
+0 0.530419 0.613046
+0 0.530434 0.612879
+0 0.530816 0.613077
+0 0.531136 0.613199
+0 0.531395 0.61323
+0 0.531609 0.61323
+0 0.531762 0.613108
+0 0.531853 0.612909
+0 0.531868 0.612589
+0 0.531868 0.612161
+0 0.531701 0.611627
+0 0.539178 0.618677
+0.0365148 0.549996 0.628946
+0.0801404 0.559091 0.637507
+0.122393 0.566278 0.644099
+0.166644 0.571511 0.64863
+0.215671 0.573922 0.650629
+0.26656 0.574701 0.650568
+0.31632 0.574792 0.649699
+0.365255 0.574151 0.647791
+0.413367 0.572885 0.645472
+0.46096 0.570916 0.642161
+0.507973 0.568353 0.638071
+0.554345 0.565148 0.633097
+0.600473 0.561563 0.627756
+0.645975 0.556939 0.621042
+0.690715 0.552041 0.613611
+0.734951 0.545998 0.604868
+0.778759 0.539391 0.59498
+0.821576 0.531655 0.583322
+0.863706 0.522972 0.570108
+0.905074 0.513146 0.554986
+0.945724 0.501869 0.537728
+0 0.568307 0.606256
+0 0.568414 0.606119
+0 0.568826 0.606256
+0 0.569207 0.606363
+0 0.569528 0.606363
+0 0.569818 0.606332
+0 0.570031 0.60618
+0 0.570199 0.605951
+0 0.570275 0.60557
+0 0.570367 0.605127
+0 0.57026 0.604471
+0 0.580682 0.614313
+0.0448768 0.591424 0.624567
+0.087953 0.600671 0.633158
+0.129931 0.607767 0.639384
+0.174716 0.612818 0.643473
+0.224384 0.615106 0.644755
+0.274708 0.616068 0.644587
+0.324025 0.61622 0.643748
+0.37258 0.615839 0.641917
+0.420417 0.615015 0.6392
+0.467704 0.613397 0.636057
+0.514687 0.611139 0.631785
+0.560845 0.608423 0.627008
+0.606561 0.60528 0.620981
+0.65185 0.601617 0.613993
+0.696574 0.597116 0.605722
+0.740658 0.592416 0.596323
+0.783932 0.586526 0.585473
+0.826886 0.580041 0.573587
+0.869062 0.572549 0.560052
+0.910475 0.563973 0.544701
+0.95111 0.554177 0.526604
+0 0.606867 0.598825
+0 0.606989 0.598672
+0 0.607462 0.598795
+0 0.607904 0.598871
+0 0.608286 0.598871
+0 0.608698 0.598779
+0 0.609003 0.598627
+0 0.609201 0.598291
+0 0.609369 0.597864
+0 0.609445 0.59733
+0 0.611856 0.599039
+0.00900282 0.623224 0.609659
+0.0543221 0.633692 0.619257
+0.096437 0.642786 0.627359
+0.138384 0.649577 0.633097
+0.183841 0.6542 0.636912
+0.233509 0.656458 0.637873
+0.28307 0.657252 0.637217
+0.332143 0.657832 0.636194
+0.380179 0.65771 0.634546
+0.427909 0.657099 0.631922
+0.474952 0.65594 0.628168
+0.52134 0.654093 0.624094
+0.567239 0.651728 0.618906
+0.615244 0.649546 0.607706
+0.665049 0.650446 0.57998
+0.708827 0.647242 0.570077
+0.751141 0.643015 0.560678
+0.793194 0.638102 0.552102
+0.83444 0.631617 0.544732
+0.87538 0.624247 0.533578
+0.916396 0.616434 0.519738
+0.95671 0.607645 0.502846
+0 0.645533 0.589746
+0 0.645716 0.589593
+0 0.646235 0.589654
+0 0.646738 0.589761
+0 0.647196 0.589715
+0 0.647593 0.589624
+0 0.647944 0.589441
+0 0.648249 0.58912
+0 0.648493 0.588647
+0 0.648646 0.588052
+0 0.654704 0.593256
+0.0212711 0.666239 0.603845
+0.0644999 0.676387 0.612985
+0.105684 0.684886 0.620279
+0.147753 0.691615 0.625742
+0.193774 0.695888 0.628626
+0.243336 0.698009 0.629496
+0.292363 0.69894 0.628687
+0.340642 0.69958 0.62739
+0.388434 0.699657 0.625452
+0.435782 0.699336 0.622843
+0.482368 0.698497 0.61915
+0.528237 0.697002 0.614771
+0.574044 0.694942 0.609277
+0.623819 0.693828 0.592203
+0.673854 0.696147 0.557641
+0.721263 0.695949 0.528634
+0.764309 0.692592 0.514473
+0.804013 0.687068 0.511498
+0.843656 0.680491 0.509377
+0.883436 0.673899 0.501717
+0.923323 0.666941 0.489662
+0.962966 0.658946 0.47393
+0 0.684474 0.579034
+0 0.684657 0.578851
+0 0.685237 0.578912
+0 0.685786 0.578927
+0 0.686305 0.578882
+0 0.686763 0.578759
+0 0.68716 0.578561
+0 0.687526 0.578271
+0 0.687831 0.577859
+0 0.688075 0.577188
+0 0.698207 0.586328
+0.0339666 0.709438 0.59646
+0.0757458 0.719463 0.60531
+0.116075 0.727459 0.611948
+0.15848 0.733791 0.616724
+0.204929 0.737636 0.618936
+0.253971 0.73959 0.619379
+0.302281 0.740734 0.618494
+0.350011 0.741482 0.616968
+0.397131 0.741695 0.614664
+0.4439 0.741588 0.61207
+0.490074 0.740932 0.608255
+0.535424 0.739757 0.603601
+0.580819 0.738018 0.597864
+0.632731 0.738003 0.573831
+0.682139 0.740398 0.536767
+0.730358 0.741924 0.49604
+0.775921 0.741238 0.463569
+0.814969 0.735653 0.46157
+0.853147 0.728985 0.466331
+0.892012 0.722637 0.462821
+0.93051 0.715801 0.452781
+0.969223 0.708782 0.437934
+0 0.723873 0.567346
+0 0.724086 0.567117
+0 0.72459 0.567056
+0 0.725063 0.566964
+0 0.725536 0.566796
+0 0.726055 0.566598
+0 0.726528 0.566293
+0 0.72694 0.56585
+0 0.727321 0.565286
+0 0.731044 0.567987
+0.00476081 0.742611 0.578363
+0.0478065 0.753292 0.587777
+0.0878309 0.762493 0.595605
+0.12784 0.770214 0.601785
+0.170184 0.775982 0.605859
+0.217151 0.779309 0.607446
+0.265293 0.781033 0.607248
+0.312886 0.782467 0.606348
+0.359747 0.783413 0.604715
+0.406332 0.783719 0.602441
+0.452338 0.783612 0.5991
+0.498222 0.783413 0.595529
+0.543557 0.782406 0.590417
+0.590066 0.781109 0.581399
+0.641276 0.781704 0.554406
+0.689296 0.783413 0.520348
+0.736538 0.785199 0.477562
+0.783871 0.787076 0.422782
+0.82565 0.784161 0.398016
+0.862623 0.777096 0.412222
+0.900145 0.770703 0.41387
+0.938094 0.764187 0.407462
+0.976272 0.757656 0.394034
+0 0.763134 0.553109
+0 0.763394 0.552895
+0 0.764035 0.552956
+0 0.764645 0.552926
+0 0.765255 0.552789
+0 0.765896 0.55256
+0 0.766415 0.552193
+0 0.766827 0.551705
+0 0.767193 0.551003
+0 0.775738 0.558297
+0.0220798 0.786999 0.568307
+0.062623 0.797345 0.577234
+0.10132 0.805875 0.584192
+0.14078 0.813077 0.589853
+0.183703 0.818112 0.593088
+0.23064 0.820966 0.59379
+0.277577 0.822858 0.593301
+0.324269 0.824308 0.592172
+0.370413 0.825254 0.590433
+0.416175 0.825742 0.587625
+0.461738 0.825833 0.58436
+0.506966 0.825742 0.580118
+0.551766 0.824903 0.57496
+0.600183 0.82414 0.561166
+0.648875 0.824582 0.5364
+0.695415 0.825544 0.506172
+0.740993 0.826764 0.46894
+0.786572 0.827726 0.422522
+0.831754 0.82826 0.361898
+0.871763 0.824598 0.342016
+0.908431 0.818265 0.351873
+0.945571 0.811902 0.349386
+0.982986 0.805707 0.338476
+0 0.802625 0.536553
+0 0.80296 0.536278
+0 0.803632 0.536355
+0 0.804273 0.5364
+0 0.804913 0.536263
+0 0.805524 0.535973
+0 0.806104 0.535576
+0 0.806638 0.535164
+0 0.809979 0.537453
+0 0.821408 0.547555
+0.0402991 0.831952 0.556649
+0.0783246 0.841215 0.564309
+0.11603 0.849409 0.570733
+0.15552 0.855848 0.575204
+0.198657 0.860151 0.57734
+0.245045 0.862669 0.577752
+0.291127 0.86453 0.576959
+0.336782 0.866041 0.575479
+0.38201 0.867063 0.573205
+0.427039 0.867674 0.570428
+0.472038 0.86804 0.566613
+0.516365 0.867872 0.562142
+0.560601 0.867247 0.556344
+0.609827 0.866941 0.538521
+0.656931 0.867185 0.51519
+0.702129 0.867826 0.486549
+0.74696 0.868635 0.452522
+0.791074 0.869032 0.409964
+0.834623 0.8692 0.356405
+0.877958 0.869123 0.285832
+0.916396 0.864866 0.268711
+0.952728 0.858671 0.273182
+0.989151 0.85272 0.265629
+0 0.842496 0.518059
+0 0.842832 0.517708
+0 0.843519 0.517601
+0 0.844114 0.517357
+0 0.844648 0.517098
+0 0.845273 0.516869
+0 0.845884 0.516396
+0 0.846494 0.51577
+0 0.856382 0.52433
+0.0215915 0.867048 0.533639
+0.0593423 0.876951 0.542107
+0.095552 0.885496 0.548852
+0.132525 0.892836 0.554208
+0.171893 0.898528 0.557702
+0.215442 0.901869 0.558618
+0.260639 0.904295 0.558633
+0.305547 0.906264 0.55758
+0.350332 0.907698 0.555657
+0.394583 0.90869 0.553246
+0.438636 0.909331 0.549722
+0.482979 0.909865 0.5458
+0.526513 0.909773 0.540581
+0.571725 0.9093 0.531746
+0.619532 0.9093 0.512596
+0.665324 0.909514 0.489357
+0.709987 0.910002 0.461967
+0.753384 0.910399 0.428763
+0.796429 0.910506 0.388174
+0.839338 0.910613 0.337743
+0.881224 0.90988 0.272251
+0.922164 0.908537 0.184726
+0.958877 0.903548 0.171267
+0.98851 0.897856 0.169848
+0 0.881636 0.495979
+0 0.882002 0.495583
+0 0.882795 0.495491
+0 0.883543 0.495308
+0 0.884276 0.495064
+0 0.884993 0.494743
+0 0.885634 0.494347
+0 0.892073 0.49958
+0.00709545 0.902449 0.508553
+0.0440833 0.912367 0.516808
+0.0791028 0.921233 0.523857
+0.114031 0.929137 0.529732
+0.150454 0.935607 0.533989
+0.190463 0.940291 0.536385
+0.233402 0.943069 0.536568
+0.27747 0.945327 0.535775
+0.321096 0.947173 0.534264
+0.364492 0.948608 0.53225
+0.407919 0.949676 0.529168
+0.45127 0.950515 0.525475
+0.494438 0.95079 0.520684
+0.537179 0.950774 0.515099
+0.583459 0.950515 0.50164
+0.629313 0.950393 0.482094
+0.673793 0.95024 0.45864
+0.717433 0.950286 0.431281
+0.75996 0.949905 0.398352
+0.802243 0.949599 0.35845
+0.84361 0.948638 0.308614
+0.884535 0.947417 0.245548
+0.923781 0.944839 0.165835
+0.957855 0.937453 0.076051
+0.980529 0.931838 0.0642863
+0 0 0.597864
+0 0 0.59736
+0 0 0.596887
+0 0 0.596353
+0 0 0.595789
+0 0 0.595087
+0 0 0.594339
+0 0 0.593576
+0 0 0.592828
+0 0 0.592096
+0 0 0.591363
+0 0 0.590784
+0 0 0.590249
+0.00482185 0 0.589334
+0.0367132 0 0.588602
+0.0643931 0 0.588052
+0.0903029 0 0.58706
+0.116213 0 0.585611
+0.143572 0 0.58323
+0.173983 0 0.579614
+0.208011 0 0.57467
+0.243 0 0.569131
+0.278172 0 0.563531
+0.314031 0 0.558251
+0.349706 0 0.552697
+0.385489 0 0.546456
+0.422095 0 0.540169
+0.459129 0 0.533669
+0.496925 0 0.526635
+0.535271 0 0.51902
+0.5738 0 0.510811
+0.612573 0 0.501396
+0.651621 0 0.491051
+0 0.00590524 0.596246
+0 0.00451667 0.595697
+0 0.00326543 0.595178
+0 0.00187686 0.594659
+0 0.00030518 0.594125
+0 0 0.593484
+0 0 0.593072
+0 0 0.592508
+0 0 0.591943
+0 0 0.591455
+0 0 0.590997
+0 0 0.590723
+0 0 0.590036
+0.0056611 0 0.589181
+0.0374456 0 0.588479
+0.0650645 0 0.587961
+0.0909438 0 0.587015
+0.116899 0 0.585534
+0.144259 0 0.583169
+0.174823 0 0.580026
+0.209674 0 0.575936
+0.245594 0 0.571237
+0.281575 0 0.566094
+0.317937 0 0.561212
+0.355093 0 0.556222
+0.392523 0 0.550958
+0.43064 0 0.545174
+0.468986 0 0.538888
+0.508003 0 0.531914
+0.547158 0 0.524407
+0.586938 0 0.515694
+0.626871 0 0.505882
+0.666758 0 0.495232
+0 0.0182803 0.594995
+0 0.016968 0.594461
+0 0.0156558 0.593942
+0 0.0144503 0.593484
+0 0.0129397 0.59295
+0 0.0113375 0.592325
+0 0.00953689 0.591806
+0 0.00772107 0.591363
+0 0.00564584 0.590784
+0 0.00350958 0.590341
+0 0.000991836 0.589975
+0 0 0.589654
+0 0 0.58941
+0.00607309 0 0.588617
+0.0378576 0 0.58819
+0.0657969 0 0.588098
+0.0911421 0 0.587839
+0.117433 0 0.587304
+0.145586 0 0.585718
+0.177401 0 0.58294
+0.21323 0 0.579385
+0.250172 0 0.575525
+0.287404 0 0.571359
+0.325032 0 0.566873
+0.363424 0 0.562188
+0.401999 0 0.557076
+0.44097 0 0.551354
+0.480705 0 0.545052
+0.520607 0 0.53814
+0.561151 0 0.530114
+0.601694 0 0.521141
+0.642496 0 0.511147
+0.683177 0 0.49958
+0 0.0299229 0.59411
+0 0.0287327 0.593606
+0 0.0275731 0.593027
+0 0.0264286 0.59263
+0 0.0251316 0.592172
+0 0.0236973 0.591546
+0 0.0220798 0.591043
+0 0.0204318 0.590661
+0 0.0185092 0.590066
+0 0.0163577 0.589593
+0 0.0141299 0.589288
+0 0.0115053 0.588876
+0 0.00872816 0.588861
+0.00511177 0.00517281 0.588724
+0.0366064 0.00164797 0.588952
+0.0647135 0 0.589319
+0.0915999 0 0.590021
+0.118807 0 0.5906
+0.148577 0 0.590539
+0.181491 0 0.58851
+0.218677 0 0.585489
+0.256641 0 0.581964
+0.294957 0 0.57818
+0.333715 0 0.57406
+0.372961 0 0.569329
+0.41297 0 0.564095
+0.453101 0 0.558328
+0.493721 0 0.552041
+0.534844 0 0.544579
+0.575967 0 0.536263
+0.617472 0 0.526772
+0.65861 0 0.516381
+0.700038 0 0.50454
+0 0.0419318 0.593484
+0 0.0408637 0.592996
+0 0.0397955 0.592477
+0 0.0386969 0.591974
+0 0.0375067 0.591562
+0 0.0362554 0.591119
+0 0.0348211 0.59057
+0 0.0332189 0.590082
+0 0.0316167 0.5897
+0 0.0296788 0.589853
+0 0.0275731 0.590143
+0 0.0253452 0.590585
+0 0.0227054 0.590814
+0.00495918 0.0194705 0.59144
+0.03682 0.016083 0.592508
+0.065156 0.0126345 0.593988
+0.0924697 0.00840772 0.59556
+0.120317 0.00302129 0.596551
+0.150973 0 0.596582
+0.186114 0 0.595483
+0.225467 0 0.593301
+0.264714 0 0.590127
+0.304189 0 0.58645
+0.344076 0 0.582284
+0.384314 0 0.577478
+0.425086 0 0.572122
+0.466239 0 0.566064
+0.507759 0 0.558999
+0.549462 0 0.551202
+0.591196 0 0.54226
+0.632929 0 0.532433
+0.674403 0 0.521065
+0.715908 0 0.508522
+0 0.0539712 0.593133
+0 0.0529946 0.592706
+0 0.052018 0.592218
+0 0.0509957 0.59176
+0 0.0498817 0.591363
+0 0.0487678 0.591348
+0 0.0474403 0.591531
+0 0.0459754 0.591836
+0 0.044358 0.592096
+0 0.0427863 0.592813
+0 0.0410315 0.594049
+0 0.0391089 0.595407
+0 0.0369573 0.596963
+0.00531014 0.0340734 0.598062
+0.0378882 0.0311742 0.599893
+0.0666361 0.0280461 0.602045
+0.094316 0.0241398 0.603952
+0.123064 0.0188907 0.605142
+0.154788 0.0119326 0.605219
+0.191623 0.00244144 0.603601
+0.231922 0 0.600961
+0.272648 0 0.598154
+0.313863 0 0.595026
+0.354833 0 0.590768
+0.396109 0 0.585641
+0.437812 0 0.579843
+0.479469 0 0.573129
+0.521492 0 0.565713
+0.563622 0 0.557305
+0.605768 0 0.547799
+0.647593 0 0.537285
+0.689464 0 0.525368
+0.730724 0 0.512047
+0 0.0660868 0.592996
+0 0.0652323 0.592905
+0 0.0642863 0.593042
+0 0.0633555 0.593225
+0 0.0623026 0.593484
+0 0.0612039 0.593881
+0 0.0601511 0.594965
+0 0.059144 0.596277
+0 0.0578927 0.597757
+0 0.0565194 0.599161
+0 0.0550546 0.601099
+0 0.0534218 0.603357
+0 0.0515602 0.605722
+0.0055848 0.0488136 0.607477
+0.0388342 0.0462654 0.609583
+0.0684672 0.043473 0.612222
+0.0970169 0.0398413 0.614359
+0.126894 0.0348058 0.615564
+0.160052 0.0278935 0.615244
+0.198795 0.0184329 0.61323
+0.239902 0.0071107 0.610117
+0.280995 0 0.606546
+0.322835 0 0.602594
+0.365087 0 0.59826
+0.407691 0 0.593301
+0.449851 0 0.586954
+0.492088 0 0.579736
+0.534646 0 0.571588
+0.576989 0 0.5626
+0.619074 0 0.552728
+0.661082 0 0.541283
+0.702617 0 0.528939
+0.743969 0 0.515114
+0 0.0784772 0.595209
+0 0.0776684 0.59527
+0 0.076997 0.596033
+0 0.0763867 0.597284
+0 0.0757 0.598459
+0 0.0749065 0.599802
+0 0.0740978 0.601724
+0 0.0731823 0.60383
+0 0.0721447 0.606149
+0 0.070985 0.608484
+0 0.069749 0.610849
+0 0.0681468 0.613443
+0 0.0663462 0.615976
+0.00553903 0.0638743 0.618219
+0.0400092 0.0616159 0.620645
+0.0707256 0.059144 0.623575
+0.100481 0.0558785 0.625895
+0.131609 0.0511635 0.626978
+0.166705 0.0443275 0.626398
+0.207279 0.0350347 0.624002
+0.249317 0.0241398 0.620371
+0.291264 0.0118563 0.61622
+0.333379 0 0.611292
+0.375677 0 0.605707
+0.418204 0 0.599542
+0.461448 0 0.593225
+0.504204 0 0.585626
+0.5467 0 0.576944
+0.589273 0 0.567514
+0.631266 0 0.55671
+0.672923 0 0.545052
+0.714412 0 0.532052
+0.755322 0 0.517266
+0 0.0922103 0.600107
+0 0.0915694 0.600687
+0 0.0911116 0.602304
+0 0.0906691 0.604242
+0 0.0901503 0.606409
+0 0.0895705 0.608789
+0 0.0888838 0.611032
+0 0.0880903 0.613519
+0 0.0872358 0.616342
+0 0.0861677 0.618936
+0 0.0848707 0.621622
+0 0.0833906 0.624308
+0 0.0816358 0.627039
+0.00526436 0.0794537 0.629297
+0.0413214 0.0776837 0.632334
+0.0732128 0.0756237 0.635416
+0.104341 0.072755 0.637934
+0.137102 0.0684367 0.638865
+0.174441 0.0617533 0.638086
+0.216724 0.0527657 0.635279
+0.259648 0.0421912 0.631281
+0.302495 0.0304417 0.626505
+0.345098 0.0171664 0.620813
+0.387579 0.00225834 0.614389
+0.429801 0 0.607095
+0.471962 0 0.598718
+0.5149 0 0.590341
+0.557671 0 0.581643
+0.599924 0 0.57142
+0.642023 0 0.560327
+0.683421 0 0.54786
+0.724559 0 0.53431
+0.764828 0 0.519326
+0 0.107378 0.608133
+0 0.106874 0.608988
+0 0.106554 0.611231
+0 0.106203 0.613703
+0 0.105806 0.616251
+0 0.105364 0.618753
+0 0.104799 0.621561
+0 0.104128 0.624506
+0 0.103227 0.627359
+0 0.102205 0.629969
+0 0.100969 0.632746
+0 0.0995651 0.635477
+0 0.0979171 0.637964
+0.00480659 0.0959793 0.640497
+0.0425727 0.0948196 0.643915
+0.0760815 0.0934157 0.647395
+0.108598 0.0908675 0.649805
+0.143343 0.0870832 0.650843
+0.182895 0.080766 0.649821
+0.226856 0.0720378 0.64654
+0.271015 0.0622263 0.642527
+0.314931 0.0510719 0.637552
+0.358206 0.0384985 0.631434
+0.400732 0.0242924 0.624231
+0.44303 0.00820935 0.615976
+0.484565 0 0.606638
+0.525933 0 0.596094
+0.567178 0 0.585092
+0.609171 0 0.574624
+0.65095 0 0.562737
+0.692149 0 0.550256
+0.732906 0 0.536324
+0.773007 0 0.520882
+0 0.124437 0.617777
+0 0.12398 0.618967
+0 0.123735 0.621592
+0 0.123445 0.624262
+0 0.12311 0.627024
+0 0.122698 0.629694
+0 0.122133 0.632547
+0 0.121462 0.635477
+0 0.120653 0.638041
+0 0.119646 0.640864
+0 0.118502 0.643488
+0 0.117098 0.646067
+0 0.115618 0.648463
+0.0043183 0.114137 0.651194
+0.0439155 0.113497 0.65478
+0.0792248 0.112871 0.658595
+0.113512 0.111086 0.661265
+0.150179 0.107637 0.662333
+0.192126 0.101976 0.661326
+0.237995 0.0938277 0.658152
+0.283268 0.0846418 0.654032
+0.328145 0.0742657 0.648905
+0.372152 0.062501 0.642741
+0.415274 0.049134 0.635462
+0.45774 0.0340276 0.626749
+0.49897 0.0165255 0.616281
+0.53959 0 0.604517
+0.579248 0 0.592004
+0.618372 0 0.578195
+0.658717 0 0.565133
+0.699443 0 0.551919
+0.739467 0 0.537758
+0.779095 0 0.522118
+0 0.14316 0.627848
+0 0.142733 0.629206
+0 0.142565 0.631922
+0 0.142351 0.634653
+0 0.142092 0.637171
+0 0.141726 0.640024
+0 0.141222 0.642802
+0 0.140581 0.645548
+0 0.139834 0.648005
+0 0.138888 0.650431
+0 0.137743 0.652918
+0 0.136461 0.655344
+0 0.134951 0.657374
+0.00349432 0.134051 0.660258
+0.0453956 0.134401 0.664469
+0.0823835 0.13463 0.668757
+0.118944 0.133944 0.672007
+0.157855 0.131273 0.673579
+0.202106 0.125994 0.672679
+0.249897 0.118944 0.670054
+0.296681 0.110643 0.666239
+0.342763 0.101305 0.661494
+0.387671 0.0903182 0.655375
+0.43154 0.0779431 0.647974
+0.474372 0.0638743 0.639155
+0.515892 0.0473945 0.628717
+0.555947 0.0288243 0.616464
+0.594629 0.00772107 0.60267
+0.632273 0 0.587198
+0.668605 0 0.570581
+0.705852 0 0.553948
+0.744778 0 0.538537
+0.783612 0 0.522957
+0 0.16434 0.637125
+0 0.163958 0.638498
+0 0.163897 0.641199
+0 0.16376 0.64361
+0 0.163561 0.646159
+0 0.163256 0.648814
+0 0.162799 0.651392
+0 0.162219 0.653651
+0 0.161486 0.655924
+0 0.160571 0.658076
+0 0.159457 0.660304
+0 0.158206 0.662394
+0 0.15671 0.664149
+0.00238041 0.15642 0.667216
+0.0467536 0.158312 0.672541
+0.085893 0.159625 0.677516
+0.124681 0.160281 0.681743
+0.166339 0.158846 0.68423
+0.213535 0.154437 0.683711
+0.26247 0.148165 0.681453
+0.311131 0.140963 0.678447
+0.358007 0.132387 0.67393
+0.404181 0.122637 0.668421
+0.449256 0.111284 0.661982
+0.492821 0.0982986 0.653513
+0.53489 0.0832227 0.643412
+0.575296 0.0662242 0.6318
+0.614023 0.0464332 0.61767
+0.65069 0.0239261 0.601801
+0.685389 0 0.583139
+0.718685 0 0.563012
+0.752148 0 0.542245
+0.788128 0 0.523308
+0 0.188861 0.644831
+0 0.18854 0.646113
+0 0.188525 0.648508
+0 0.18851 0.650629
+0 0.188342 0.652949
+0 0.188083 0.655283
+0 0.187686 0.657511
+0 0.187167 0.659434
+0 0.186465 0.661189
+0 0.185565 0.663066
+0 0.184558 0.664927
+0 0.183322 0.666651
+0 0.181796 0.668177
+0.000732433 0.182345 0.671885
+0.0477607 0.186038 0.678447
+0.0894179 0.189166 0.684764
+0.130373 0.190906 0.689738
+0.17435 0.190448 0.692866
+0.224079 0.186862 0.692988
+0.27483 0.181323 0.691707
+0.324163 0.174701 0.688975
+0.372396 0.167193 0.685389
+0.419364 0.158068 0.680278
+0.465492 0.147799 0.674296
+0.510201 0.135958 0.667247
+0.553262 0.122469 0.658061
+0.595117 0.10692 0.647501
+0.634867 0.089128 0.63476
+0.672816 0.0684672 0.619852
+0.70779 0.0442969 0.601617
+0.740337 0.0158694 0.58053
+0.770687 0 0.556588
+0.799481 0 0.530648
+0 0.216754 0.651499
+0 0.216495 0.652598
+0 0.216571 0.654658
+0 0.216632 0.656535
+0 0.216541 0.658534
+0 0.216312 0.660426
+0 0.215946 0.662242
+0 0.215427 0.663859
+0 0.214817 0.665095
+0 0.214054 0.666529
+0 0.213062 0.667887
+0 0.211749 0.669017
+0 0.210163 0.669932
+7.62951e-05 0.212467 0.674846
+0.049073 0.217868 0.682689
+0.0927138 0.222477 0.69015
+0.135698 0.225132 0.695781
+0.180972 0.224994 0.698558
+0.232059 0.221744 0.69868
+0.283589 0.217075 0.697398
+0.333822 0.211246 0.69514
+0.383001 0.203998 0.692241
+0.430991 0.196002 0.688228
+0.477897 0.186328 0.682918
+0.52401 0.175402 0.676997
+0.568887 0.162966 0.66949
+0.61207 0.14876 0.660212
+0.654017 0.132662 0.649668
+0.693462 0.113893 0.636408
+0.73106 0.0924239 0.620432
+0.765698 0.0674907 0.601694
+0.796979 0.0376135 0.578622
+0.824414 0.00172427 0.550973
+0 0.247517 0.658137
+0 0.247318 0.659068
+0 0.247425 0.660838
+0 0.247471 0.662272
+0 0.247425 0.663813
+0 0.247242 0.665324
+0 0.246937 0.666712
+0 0.246555 0.667979
+0 0.245991 0.669001
+0 0.245136 0.669902
+0 0.244114 0.67071
+0 0.242878 0.671366
+0 0.241382 0.671794
+0.00170901 0.245258 0.677668
+0.0519875 0.252155 0.68661
+0.0965744 0.257725 0.694163
+0.140108 0.260731 0.699458
+0.186954 0.261082 0.702144
+0.238712 0.258473 0.702052
+0.290608 0.254322 0.700694
+0.340948 0.249088 0.698466
+0.390692 0.242969 0.695598
+0.439323 0.235325 0.69218
+0.48716 0.226825 0.687739
+0.534188 0.216907 0.682475
+0.579828 0.205234 0.676066
+0.624903 0.192203 0.668513
+0.668666 0.177401 0.659754
+0.710796 0.160098 0.648981
+0.750607 0.14078 0.635447
+0.788174 0.118212 0.619257
+0.822431 0.0919509 0.59913
+0.852872 0.0610361 0.574716
+0 0.280476 0.663996
+0 0.280354 0.664714
+0 0.280461 0.666117
+0 0.280537 0.66743
+0 0.280491 0.66862
+0 0.280354 0.669749
+0 0.280064 0.67071
+0 0.279713 0.671489
+0 0.27924 0.671977
+0 0.278492 0.672435
+0 0.277516 0.672816
+0 0.276402 0.673045
+0 0.275044 0.673106
+0.00538643 0.280385 0.679927
+0.0558785 0.288029 0.689143
+0.100755 0.294087 0.696681
+0.144976 0.29749 0.702052
+0.193057 0.298146 0.704646
+0.245502 0.295918 0.704295
+0.29749 0.292424 0.70312
+0.348119 0.287922 0.700923
+0.397757 0.282231 0.698146
+0.446723 0.275837 0.694926
+0.494469 0.267964 0.690394
+0.541741 0.25919 0.685283
+0.588342 0.248844 0.6795
+0.633951 0.237064 0.672572
+0.67863 0.223529 0.66482
+0.722316 0.207797 0.65536
+0.76466 0.189746 0.644221
+0.805158 0.169329 0.63122
+0.843015 0.145739 0.614679
+0.877745 0.118441 0.594171
+0 0.314458 0.668177
+0 0.314305 0.668681
+0 0.314549 0.669779
+0 0.314687 0.670542
+0 0.314687 0.671397
+0 0.314519 0.672145
+0 0.314275 0.672755
+0 0.313878 0.673182
+0 0.313405 0.673442
+0 0.312718 0.673579
+0 0.311879 0.673671
+0 0.310872 0.673625
+0 0.309651 0.673426
+0.0100099 0.316732 0.68159
+0.0601816 0.32488 0.690913
+0.10518 0.330938 0.698268
+0.150011 0.335058 0.703502
+0.199161 0.335927 0.706172
+0.252354 0.334127 0.706065
+0.304295 0.331228 0.704738
+0.355184 0.327291 0.702831
+0.40499 0.322408 0.699916
+0.453849 0.316411 0.696574
+0.50222 0.309682 0.692576
+0.549355 0.301595 0.687297
+0.595941 0.2925 0.681743
+0.641718 0.282032 0.674968
+0.68687 0.269856 0.667399
+0.730907 0.256031 0.658564
+0.773983 0.240009 0.648127
+0.81619 0.221637 0.636469
+0.857206 0.200275 0.62295
+0.895644 0.175494 0.606256
+0 0.349065 0.669963
+0 0.349004 0.670314
+0 0.349203 0.671138
+0 0.34934 0.671824
+0 0.349264 0.672343
+0 0.349172 0.672786
+0 0.349004 0.673136
+0 0.348638 0.673228
+0 0.348211 0.673259
+0 0.347646 0.673228
+0 0.346914 0.673152
+0 0.346044 0.672984
+0 0.344991 0.672663
+0.015198 0.353979 0.682506
+0.0648203 0.3626 0.691951
+0.109987 0.368963 0.699321
+0.155428 0.373251 0.704479
+0.205402 0.374426 0.706798
+0.258671 0.372717 0.706538
+0.310826 0.370275 0.70544
+0.361913 0.3673 0.703716
+0.411963 0.362982 0.701091
+0.460883 0.357778 0.697566
+0.509087 0.351614 0.693538
+0.55671 0.34464 0.688777
+0.603311 0.336477 0.683253
+0.649317 0.327001 0.676326
+0.694408 0.316243 0.668986
+0.738903 0.303868 0.660426
+0.782238 0.289754 0.650019
+0.824857 0.27364 0.639017
+0.866026 0.25481 0.625681
+0.906081 0.233005 0.61062
+0 0.384344 0.6701
+0 0.384268 0.670268
+0 0.384466 0.670863
+0 0.384527 0.67126
+0 0.384512 0.671565
+0 0.384466 0.671778
+0 0.384314 0.671946
+0 0.38407 0.671992
+0 0.383764 0.671962
+0 0.383276 0.671855
+0 0.382681 0.671717
+0 0.381949 0.671458
+0 0.3823 0.672328
+0.0208591 0.392187 0.682811
+0.0697948 0.401068 0.692287
+0.115053 0.407782 0.699672
+0.161257 0.412131 0.704753
+0.211795 0.413153 0.706371
+0.265385 0.412253 0.706493
+0.317556 0.410269 0.705486
+0.368551 0.407431 0.703426
+0.418585 0.404028 0.701091
+0.467796 0.399481 0.698039
+0.515953 0.394049 0.693889
+0.563699 0.387961 0.688991
+0.610513 0.380438 0.683543
+0.656535 0.372259 0.676997
+0.701808 0.362539 0.669459
+0.746273 0.351476 0.660945
+0.789837 0.338994 0.651087
+0.832761 0.325017 0.640009
+0.874327 0.308339 0.627192
+0.915114 0.289342 0.612451
+0 0.420218 0.668544
+0 0.420127 0.668574
+0 0.420279 0.66894
+0 0.420401 0.669261
+0 0.420478 0.669551
+0 0.420447 0.669703
+0 0.420356 0.66981
+0 0.420233 0.669825
+0 0.42002 0.669764
+0 0.419623 0.669673
+0 0.419165 0.669444
+0 0.418585 0.669154
+0 0.420676 0.671565
+0.0266117 0.431098 0.682307
+0.0750134 0.440238 0.691829
+0.120378 0.447227 0.699168
+0.167086 0.45156 0.703914
+0.218906 0.452705 0.705776
+0.272145 0.452247 0.705577
+0.324559 0.450736 0.70454
+0.375402 0.448356 0.70277
+0.425223 0.445243 0.699962
+0.474617 0.441489 0.697215
+0.52285 0.436835 0.69308
+0.570306 0.431113 0.688197
+0.617182 0.424918 0.682902
+0.663371 0.417166 0.676448
+0.70869 0.408942 0.669017
+0.753414 0.399268 0.660639
+0.797269 0.388144 0.651026
+0.840009 0.375509 0.639948
+0.881743 0.360983 0.6271
+0.922545 0.344198 0.612222
+0 0.456535 0.665797
+0 0.456458 0.665766
+0 0.456657 0.666041
+0 0.456886 0.666331
+0 0.457038 0.666545
+0 0.457099 0.666682
+0 0.457099 0.666758
+0 0.457008 0.666773
+0 0.456809 0.666682
+0 0.45658 0.666529
+0 0.456214 0.666255
+0 0.455772 0.665904
+0 0.4598 0.670054
+0.033051 0.470787 0.681117
+0.0806592 0.480064 0.690517
+0.126207 0.487221 0.697795
+0.173297 0.491524 0.70248
+0.226108 0.492821 0.703975
+0.279423 0.492607 0.703746
+0.331365 0.491615 0.702708
+0.382116 0.489799 0.700984
+0.432029 0.487022 0.698573
+0.480873 0.48368 0.695155
+0.529412 0.479744 0.691432
+0.576684 0.474861 0.686671
+0.623728 0.469001 0.680949
+0.669779 0.462638 0.674739
+0.715358 0.455009 0.667338
+0.759823 0.446372 0.658763
+0.803616 0.436622 0.649195
+0.846662 0.425422 0.638163
+0.888579 0.412665 0.625223
+0.929686 0.397955 0.610819
+0 0.493629 0.662287
+0 0.493614 0.662272
+0 0.493889 0.662531
+0 0.494179 0.662776
+0 0.494377 0.662974
+0 0.494484 0.66305
+0 0.494575 0.663081
+0 0.494575 0.663066
+0 0.49456 0.662959
+0 0.494408 0.662791
+0 0.494148 0.66244
+0 0.493782 0.661982
+0 0.500114 0.668254
+0.0400397 0.51133 0.679377
+0.0869459 0.520699 0.688777
+0.132555 0.527871 0.695964
+0.180362 0.532067 0.699962
+0.233677 0.533471 0.701213
+0.286809 0.533501 0.701076
+0.338338 0.532906 0.699886
+0.38909 0.53135 0.698177
+0.438697 0.529198 0.695872
+0.487617 0.526284 0.692531
+0.5355 0.522713 0.688472
+0.583413 0.518532 0.683864
+0.629847 0.513481 0.678203
+0.676341 0.50779 0.671901
+0.721233 0.501015 0.664332
+0.765957 0.493523 0.655894
+0.810071 0.484886 0.646235
+0.852796 0.4748 0.635035
+0.894591 0.463706 0.622202
+0.936126 0.451102 0.607767
+0 0.531044 0.657771
+0 0.531044 0.65771
+0 0.531411 0.657923
+0 0.531731 0.658076
+0 0.532006 0.658183
+0 0.532219 0.658259
+0 0.532387 0.658274
+0 0.532464 0.658228
+0 0.532555 0.658137
+0 0.532464 0.657908
+0 0.53228 0.657618
+0 0.532052 0.657221
+0 0.541329 0.666239
+0.0477302 0.55259 0.677195
+0.0938888 0.561776 0.686061
+0.13933 0.568765 0.692638
+0.188205 0.5729 0.696376
+0.241596 0.574472 0.697429
+0.294408 0.574868 0.697261
+0.345769 0.574456 0.696559
+0.396094 0.573358 0.694469
+0.44564 0.571496 0.691875
+0.494377 0.569039 0.688731
+0.542214 0.565896 0.684565
+0.589273 0.562112 0.679469
+0.636332 0.557809 0.67422
+0.68191 0.552697 0.667582
+0.72755 0.546914 0.660136
+0.771679 0.540078 0.651347
+0.815473 0.532601 0.641627
+0.858488 0.52398 0.630381
+0.900649 0.514138 0.617456
+0.941924 0.502892 0.602853
+0 0.568917 0.652171
+0 0.569024 0.652094
+0 0.569421 0.652323
+0 0.569802 0.652522
+0 0.570138 0.652674
+0 0.570413 0.652735
+0 0.570642 0.65272
+0 0.570794 0.652628
+0 0.570947 0.652415
+0 0.570947 0.65211
+0 0.570871 0.651682
+0 0.57113 0.651545
+0.00622568 0.58323 0.663188
+0.0561074 0.594522 0.673915
+0.101549 0.603525 0.682399
+0.147005 0.610208 0.688457
+0.196658 0.614221 0.691768
+0.250019 0.615717 0.692866
+0.302312 0.616403 0.692668
+0.353262 0.616205 0.691524
+0.403326 0.61532 0.689464
+0.452506 0.613962 0.687007
+0.500938 0.611872 0.683574
+0.548699 0.609232 0.679393
+0.595682 0.605905 0.674311
+0.642298 0.602243 0.66891
+0.688136 0.597559 0.662104
+0.73312 0.592676 0.654627
+0.777462 0.586603 0.645808
+0.821256 0.57998 0.63592
+0.863981 0.572213 0.624216
+0.905821 0.563607 0.611063
+0.947005 0.553811 0.596017
+0 0.607202 0.645319
+0 0.607309 0.645212
+0 0.607858 0.645472
+0 0.608286 0.64564
+0 0.608698 0.645762
+0 0.609049 0.645808
+0 0.609339 0.645762
+0 0.609598 0.645624
+0 0.609766 0.645396
+0 0.609857 0.645029
+0 0.609857 0.644526
+0 0.613169 0.647318
+0.0170901 0.625513 0.659007
+0.0649424 0.636515 0.669566
+0.110033 0.645594 0.678004
+0.155596 0.651942 0.683497
+0.205936 0.65568 0.686305
+0.259007 0.657252 0.68687
+0.310719 0.658137 0.686519
+0.361044 0.65803 0.68545
+0.410758 0.65742 0.683421
+0.459556 0.656474 0.680552
+0.507729 0.654795 0.677348
+0.555383 0.652415 0.672923
+0.602075 0.649531 0.668025
+0.648112 0.646387 0.661875
+0.693843 0.642664 0.65481
+0.73875 0.638117 0.646479
+0.782818 0.633402 0.637095
+0.826139 0.627573 0.626108
+0.869017 0.621134 0.614115
+0.91104 0.613764 0.600565
+0.952224 0.605295 0.585184
+0 0.645991 0.637797
+0 0.646174 0.63769
+0 0.646586 0.637797
+0 0.647059 0.637949
+0 0.647501 0.638025
+0 0.647929 0.638041
+0 0.64828 0.637964
+0 0.648569 0.637781
+0 0.648814 0.637476
+0 0.648997 0.637079
+0 0.649073 0.63653
+0 0.656107 0.642878
+0.0289158 0.668559 0.654536
+0.0750286 0.67924 0.664302
+0.119356 0.687861 0.671992
+0.165209 0.693904 0.677028
+0.216129 0.697292 0.6795
+0.268421 0.699016 0.679927
+0.31931 0.699596 0.679072
+0.36939 0.699977 0.677821
+0.41854 0.699672 0.675944
+0.467124 0.698909 0.673152
+0.515007 0.697658 0.669276
+0.562036 0.695659 0.665095
+0.608438 0.693202 0.659739
+0.65684 0.690913 0.648371
+0.70695 0.691829 0.620325
+0.750942 0.688762 0.610391
+0.793301 0.68452 0.60087
+0.835416 0.679911 0.591058
+0.876539 0.673442 0.583886
+0.917235 0.666194 0.572824
+0.957961 0.658366 0.55906
+0 0.6851 0.628992
+0 0.685298 0.628855
+0 0.685863 0.629053
+0 0.686427 0.629236
+0 0.686931 0.629297
+0 0.687388 0.629267
+0 0.6878 0.62916
+0 0.688182 0.628962
+0 0.688487 0.628626
+0 0.688731 0.628153
+0 0.688899 0.627558
+0 0.700023 0.637858
+0.0415656 0.712093 0.648981
+0.0860304 0.722271 0.658061
+0.129702 0.730236 0.664866
+0.176013 0.736019 0.669367
+0.227268 0.739025 0.671031
+0.278691 0.740749 0.671427
+0.328923 0.741527 0.670436
+0.378195 0.742 0.668956
+0.426917 0.741848 0.666911
+0.475135 0.741283 0.663996
+0.522469 0.740337 0.660136
+0.568963 0.738735 0.655634
+0.615228 0.736599 0.650004
+0.665522 0.735561 0.632746
+0.715816 0.737819 0.597803
+0.763378 0.737758 0.568444
+0.8065 0.734493 0.554208
+0.846387 0.72932 0.548363
+0.885893 0.722805 0.546853
+0.925368 0.716365 0.539498
+0.964782 0.709346 0.52752
+0 0.724224 0.618463
+0 0.724453 0.618341
+0 0.725093 0.618494
+0 0.725658 0.618585
+0 0.726223 0.618616
+0 0.726741 0.618585
+0 0.727199 0.618463
+0 0.727626 0.618265
+0 0.728008 0.617945
+0 0.728298 0.617426
+0 0.731533 0.619715
+0.00848402 0.744137 0.631312
+0.0548562 0.755566 0.641718
+0.0981613 0.765454 0.650309
+0.141299 0.772854 0.656367
+0.188434 0.777951 0.660029
+0.239368 0.780728 0.66125
+0.289738 0.782422 0.661326
+0.339147 0.783368 0.660212
+0.387884 0.784039 0.658518
+0.435904 0.784085 0.656092
+0.483558 0.783841 0.653208
+0.530434 0.783093 0.649256
+0.576364 0.781826 0.644419
+0.622232 0.780026 0.638529
+0.67451 0.779889 0.614252
+0.724224 0.7823 0.576745
+0.772503 0.784009 0.535561
+0.818051 0.783291 0.502663
+0.857649 0.778332 0.49604
+0.895476 0.771618 0.501762
+0.933944 0.76527 0.498711
+0.972 0.758541 0.48896
+0 0.763455 0.606439
+0 0.763775 0.606317
+0 0.764446 0.606485
+0 0.765011 0.606546
+0 0.765698 0.606592
+0 0.766247 0.606516
+0 0.766781 0.606332
+0 0.767269 0.606043
+0 0.767697 0.605615
+0 0.768078 0.605051
+0 0.776593 0.612528
+0.025803 0.788922 0.623713
+0.0694133 0.799664 0.633188
+0.111254 0.80856 0.640681
+0.154528 0.815579 0.646143
+0.201999 0.820096 0.648951
+0.252293 0.822583 0.649836
+0.301595 0.824125 0.649287
+0.350195 0.82536 0.648157
+0.398032 0.826078 0.646265
+0.445457 0.826215 0.643793
+0.492302 0.825986 0.640238
+0.538781 0.82562 0.6365
+0.58468 0.824491 0.63122
+0.631617 0.823133 0.62211
+0.683635 0.823835 0.593637
+0.731884 0.825666 0.557778
+0.779446 0.827726 0.512978
+0.826825 0.829862 0.456138
+0.868544 0.8271 0.429191
+0.905089 0.820005 0.445182
+0.942123 0.813489 0.447379
+0.979599 0.807095 0.441413
+0 0.803342 0.592645
+0 0.803616 0.592508
+0 0.804288 0.592782
+0 0.804959 0.592905
+0 0.805615 0.592889
+0 0.806195 0.592737
+0 0.806668 0.592416
+0 0.807126 0.591989
+0 0.807553 0.59144
+0 0.809842 0.59266
+0 0.822095 0.603738
+0.0436255 0.833631 0.613977
+0.0851759 0.84387 0.622782
+0.126055 0.851942 0.629267
+0.169207 0.858244 0.634134
+0.217212 0.862043 0.635981
+0.266377 0.864302 0.636088
+0.314443 0.865995 0.63537
+0.362127 0.867216 0.63415
+0.409171 0.867979 0.632013
+0.455726 0.868345 0.629007
+0.501991 0.868193 0.625452
+0.547814 0.867979 0.621057
+0.593118 0.867018 0.615732
+0.642161 0.866194 0.60145
+0.691279 0.866636 0.575647
+0.73814 0.867781 0.543725
+0.783795 0.869093 0.50457
+0.829587 0.87039 0.455817
+0.874723 0.871183 0.391531
+0.914412 0.867628 0.37113
+0.9505 0.861128 0.382025
+0.987137 0.854963 0.380575
+0 0.842924 0.576501
+0 0.843259 0.576318
+0 0.844022 0.57641
+0 0.844724 0.576532
+0 0.845365 0.576623
+0 0.846021 0.576516
+0 0.846632 0.576318
+0 0.847227 0.576013
+0 0.847791 0.57557
+0 0.855955 0.582528
+0.0213016 0.868193 0.593439
+0.0625772 0.878782 0.602579
+0.102022 0.88777 0.609964
+0.142351 0.895338 0.615732
+0.186236 0.900725 0.619104
+0.233661 0.903853 0.620111
+0.281468 0.906035 0.620081
+0.328588 0.907698 0.619058
+0.375189 0.908965 0.617319
+0.421286 0.909758 0.614939
+0.466941 0.91017 0.611719
+0.512596 0.910277 0.607645
+0.557534 0.910033 0.602991
+0.602182 0.909239 0.597131
+0.651987 0.908888 0.578424
+0.699489 0.909209 0.553933
+0.745007 0.909941 0.524102
+0.789975 0.910918 0.487922
+0.834104 0.911513 0.443397
+0.877485 0.911833 0.386786
+0.92076 0.912108 0.311681
+0.958724 0.907897 0.294331
+0.991073 0.90161 0.300099
+0 0.882155 0.558053
+0 0.882475 0.557748
+0 0.883268 0.557839
+0 0.884031 0.557839
+0 0.884749 0.557717
+0 0.885466 0.557565
+0 0.886076 0.557336
+0 0.886702 0.556954
+0 0.891035 0.560082
+0.00254826 0.902617 0.570382
+0.0438087 0.913466 0.579995
+0.082475 0.923293 0.58819
+0.12047 0.931334 0.594446
+0.160571 0.937911 0.599008
+0.204654 0.942336 0.601236
+0.251301 0.94493 0.601358
+0.29749 0.947036 0.601053
+0.343343 0.94873 0.59971
+0.389013 0.949889 0.597498
+0.434058 0.950683 0.594827
+0.478782 0.951125 0.591028
+0.523705 0.951431 0.586938
+0.567742 0.951202 0.581445
+0.613397 0.950607 0.572381
+0.661646 0.950286 0.552254
+0.707652 0.950118 0.527947
+0.752377 0.950301 0.499321
+0.795575 0.950164 0.464729
+0.838376 0.949813 0.422293
+0.880903 0.949447 0.369818
+0.922728 0.948577 0.301366
+0.963088 0.94667 0.207691
+0.98938 0.942031 0.192416
+0 0 0.627497
+0 0 0.627054
+0 0 0.626596
+0 0 0.626123
+0 0 0.625635
+0 0 0.625071
+0 0 0.624506
+0 0 0.62385
+0 0 0.623255
+0 0 0.622675
+0 0 0.622095
+0 0 0.621546
+0 0 0.621012
+0 0 0.62063
+0.0147402 0 0.619883
+0.0463417 0 0.619455
+0.0744488 0 0.619028
+0.101442 0 0.618082
+0.128985 0 0.616205
+0.158801 0 0.613367
+0.192752 0 0.609033
+0.228931 0 0.603693
+0.26566 0 0.598749
+0.302388 0 0.59379
+0.338994 0 0.588403
+0.375784 0 0.582544
+0.413428 0 0.576852
+0.451362 0 0.570916
+0.489967 0 0.564492
+0.52874 0 0.55787
+0.568063 0 0.550179
+0.60766 0 0.541604
+0.647044 0 0.532036
+0 0.00535592 0.62594
+0 0.00396735 0.625452
+0 0.00256352 0.624994
+0 0.0011902 0.62446
+0 0 0.62414
+0 0 0.623713
+0 0 0.623194
+0 0 0.622934
+0 0 0.622461
+0 0 0.62211
+0 0 0.621805
+0 0 0.621393
+0 0 0.620951
+0 0 0.6206
+0.0155032 0 0.619883
+0.047013 0 0.619501
+0.0750896 0 0.619074
+0.102113 0 0.618128
+0.129595 0 0.61648
+0.159487 0 0.614557
+0.194522 0 0.611093
+0.231769 0 0.606516
+0.268925 0 0.601907
+0.306508 0 0.597513
+0.344732 0 0.59295
+0.383154 0 0.588037
+0.422034 0 0.582803
+0.461387 0 0.577066
+0.500969 0 0.570855
+0.541131 0 0.56379
+0.581323 0 0.555978
+0.621881 0 0.547082
+0.66247 0 0.537377
+0 0.0176699 0.624872
+0 0.0163729 0.62443
+0 0.0150607 0.624002
+0 0.0137484 0.623484
+0 0.0122683 0.623072
+0 0.0107271 0.622751
+0 0.0089723 0.622232
+0 0.00701915 0.621836
+0 0.00508125 0.621469
+0 0.00277714 0.621118
+0 0.000442512 0.620813
+0 0 0.620508
+0 0 0.620386
+0 0 0.620188
+0.0159762 0 0.619684
+0.0474556 0 0.62005
+0.0750286 0 0.620462
+0.102541 0 0.620386
+0.130846 0 0.619226
+0.161959 0 0.61767
+0.198169 0 0.614832
+0.236347 0 0.611414
+0.274861 0 0.607767
+0.313817 0 0.603906
+0.353155 0 0.59968
+0.392691 0 0.59501
+0.432654 0 0.589883
+0.473075 0 0.584146
+0.51397 0 0.577691
+0.554971 0 0.570504
+0.596414 0 0.562325
+0.637552 0 0.55314
+0.678981 0 0.543038
+0 0.0291752 0.624125
+0 0.0280613 0.623774
+0 0.0268711 0.623346
+0 0.0256962 0.622858
+0 0.0243534 0.622431
+0 0.0230106 0.622156
+0 0.0214389 0.621653
+0 0.0196689 0.621256
+0 0.0178988 0.620905
+0 0.0157626 0.620554
+0 0.0134279 0.620127
+0 0.0109102 0.620005
+0 0.0080415 0.620356
+0 0.00503548 0.621027
+0.0144045 0.00108339 0.621027
+0.0466316 0 0.62179
+0.0753796 0 0.623224
+0.103548 0 0.624491
+0.133318 0 0.625315
+0.165774 0 0.624414
+0.20354 0 0.621714
+0.242847 0 0.618738
+0.282353 0 0.615305
+0.322286 0 0.611551
+0.362661 0 0.607477
+0.403494 0 0.602884
+0.44477 0 0.597635
+0.486213 0 0.591745
+0.527932 0 0.585107
+0.570001 0 0.577508
+0.611811 0 0.568948
+0.653605 0 0.559564
+0.69546 0 0.548699
+0 0.0410925 0.623667
+0 0.0401465 0.623392
+0 0.0390631 0.62298
+0 0.0379797 0.622507
+0 0.036759 0.62211
+0 0.0354162 0.621714
+0 0.0341192 0.621363
+0 0.0325322 0.621027
+0 0.0307622 0.620966
+0 0.0289921 0.62153
+0 0.0268559 0.622003
+0 0.0245212 0.622339
+0 0.0220188 0.623255
+0 0.0192416 0.624704
+0.0143282 0.0155795 0.625727
+0.0466316 0.0120394 0.627466
+0.0758526 0.00798047 0.629297
+0.104784 0.00297551 0.631174
+0.135164 0 0.632349
+0.170047 0 0.632258
+0.209934 0 0.63032
+0.250629 0 0.62771
+0.291432 0 0.624414
+0.332509 0 0.620645
+0.373938 0 0.616373
+0.415763 0 0.611566
+0.457801 0 0.606043
+0.499977 0 0.599695
+0.542626 0 0.592538
+0.584985 0 0.584482
+0.627222 0 0.575341
+0.669535 0 0.565347
+0.711269 0 0.553826
+0 0.0531014 0.623545
+0 0.0521096 0.623178
+0 0.0512398 0.622934
+0 0.050248 0.622492
+0 0.049134 0.622278
+0 0.0478981 0.622568
+0 0.04654 0.622995
+0 0.0452277 0.623423
+0 0.0436255 0.623926
+0 0.0419928 0.624994
+0 0.0403449 0.626642
+0 0.0384375 0.628168
+0 0.0362402 0.629801
+0 0.0339055 0.632059
+0.0146487 0.0304723 0.633829
+0.0474861 0.0273289 0.636378
+0.0772717 0.0236362 0.638514
+0.106844 0.0187533 0.640528
+0.138506 0.0122835 0.641718
+0.174914 0.00328069 0.641398
+0.216037 0 0.638911
+0.258167 0 0.6365
+0.300801 0 0.633722
+0.343221 0 0.629969
+0.385595 0 0.625315
+0.428061 0 0.619944
+0.470863 0 0.613931
+0.513664 0 0.607095
+0.55642 0 0.599374
+0.59913 0 0.590723
+0.641764 0 0.581201
+0.684138 0 0.570535
+0.726085 0 0.558633
+0 0.0652781 0.623941
+0 0.0643473 0.623941
+0 0.0634165 0.624308
+0 0.062562 0.62472
+0 0.0615549 0.625055
+0 0.060502 0.625849
+0 0.0594492 0.627192
+0 0.0583352 0.628473
+0 0.0571145 0.630045
+0 0.0558633 0.632227
+0 0.0543526 0.634531
+0 0.0526741 0.636973
+0 0.0507515 0.639399
+0 0.048661 0.642145
+0.0148013 0.0453803 0.644282
+0.0486152 0.0425574 0.647242
+0.0792859 0.0392462 0.649744
+0.109895 0.0346685 0.651942
+0.143069 0.0283665 0.652873
+0.181003 0.0194095 0.651743
+0.223636 0.0080415 0.648951
+0.266423 0 0.645792
+0.309575 0 0.642145
+0.352911 0 0.638209
+0.396933 0 0.633951
+0.439948 0 0.627924
+0.483238 0 0.621363
+0.526436 0 0.613962
+0.569757 0 0.605661
+0.612543 0 0.596323
+0.654932 0 0.586267
+0.697246 0 0.574792
+0.738842 0 0.56231
+0 0.0777295 0.626749
+0 0.0769513 0.627054
+0 0.0762493 0.628031
+0 0.0756085 0.62916
+0 0.074876 0.630747
+0 0.0741436 0.632395
+0 0.0734264 0.634684
+0 0.0725567 0.637186
+0 0.0715343 0.63946
+0 0.0703288 0.64213
+0 0.0689555 0.644938
+0 0.0673533 0.647898
+0 0.0656748 0.650614
+0 0.0635386 0.653666
+0.0149081 0.0607156 0.656229
+0.0498512 0.0581369 0.658946
+0.0818036 0.0551919 0.66212
+0.113695 0.0509804 0.664271
+0.148501 0.0447852 0.664927
+0.188769 0.0360571 0.663233
+0.232639 0.0250401 0.660197
+0.276173 0.0126497 0.65626
+0.3196 0 0.651698
+0.363226 0 0.64651
+0.407004 0 0.640803
+0.451301 0 0.634958
+0.495079 0 0.627939
+0.53843 0 0.619944
+0.581567 0 0.611063
+0.624506 0 0.601389
+0.666835 0 0.590524
+0.708644 0 0.578805
+0.750149 0 0.565744
+0 0.0915999 0.632547
+0 0.0910048 0.63331
+0 0.0905623 0.635203
+0 0.0901198 0.637415
+0 0.0896315 0.639582
+0 0.0890211 0.642206
+0 0.088304 0.644907
+0 0.08748 0.647883
+0 0.0865644 0.650507
+0 0.0854353 0.653529
+0 0.0841077 0.656596
+0 0.0827192 0.659556
+0 0.0809796 0.662562
+0 0.0789349 0.665644
+0.0146792 0.0765698 0.668147
+0.0513771 0.0744488 0.671565
+0.0847181 0.071931 0.674739
+0.118288 0.0681468 0.676982
+0.154879 0.0623636 0.67718
+0.197528 0.0538186 0.675303
+0.242329 0.0431525 0.671717
+0.286992 0.0312657 0.667231
+0.33106 0.0178836 0.662058
+0.37496 0.00285344 0.655955
+0.418524 0 0.648966
+0.461738 0 0.641291
+0.505287 0 0.633249
+0.549081 0 0.624903
+0.592065 0 0.615717
+0.634638 0 0.605325
+0.677043 0 0.594278
+0.718563 0 0.581796
+0.759609 0 0.5682
+0 0.106935 0.641306
+0 0.106401 0.642466
+0 0.106065 0.645045
+0 0.105715 0.647761
+0 0.105318 0.65037
+0 0.104784 0.653346
+0 0.104189 0.656397
+0 0.103471 0.659205
+0 0.102556 0.662303
+0 0.101488 0.665507
+0 0.100374 0.668452
+0 0.0989548 0.671504
+0 0.097261 0.674479
+0 0.0953078 0.677363
+0.0143893 0.0933547 0.68011
+0.0531167 0.0919356 0.683909
+0.0880598 0.0900587 0.687327
+0.123384 0.0867628 0.689525
+0.162112 0.0814221 0.689662
+0.207034 0.0730602 0.687282
+0.253254 0.0631876 0.683543
+0.299046 0.0519417 0.678996
+0.343771 0.0393225 0.673304
+0.388022 0.0249638 0.666484
+0.431296 0.00865187 0.658564
+0.473899 0 0.649485
+0.516426 0 0.639933
+0.558618 0 0.629587
+0.601251 0 0.61941
+0.643488 0 0.608759
+0.685496 0 0.596887
+0.726543 0 0.584283
+0.767102 0 0.570336
+0 0.123873 0.651972
+0 0.123415 0.653346
+0 0.123171 0.656184
+0 0.122927 0.658808
+0 0.122576 0.661891
+0 0.122118 0.665034
+0 0.121599 0.667933
+0 0.120882 0.671031
+0 0.120119 0.674205
+0 0.119173 0.677134
+0 0.117968 0.680064
+0 0.116594 0.682857
+0 0.114946 0.685756
+0 0.113054 0.688182
+0.0141299 0.111666 0.691234
+0.0548714 0.11107 0.695476
+0.0919509 0.110079 0.699275
+0.129168 0.107439 0.701656
+0.170291 0.102571 0.701885
+0.217426 0.0948196 0.69926
+0.265064 0.0856184 0.695613
+0.311788 0.0752117 0.690867
+0.357519 0.063386 0.685161
+0.402335 0.0499275 0.678035
+0.445838 0.0346532 0.670024
+0.488502 0.0171969 0.660243
+0.530022 0 0.649058
+0.570642 0 0.636866
+0.610437 0 0.624002
+0.651286 0 0.611475
+0.692409 0 0.599268
+0.733196 0 0.586252
+0.772931 0 0.572045
+0 0.142947 0.663111
+0 0.142565 0.664759
+0 0.142397 0.667369
+0 0.142184 0.670314
+0 0.141878 0.673365
+0 0.141543 0.676188
+0 0.141039 0.679225
+0 0.140368 0.682216
+0 0.139544 0.685115
+0 0.138567 0.687648
+0 0.137453 0.690333
+0 0.136034 0.692866
+0 0.134401 0.695338
+0 0.132631 0.697475
+0.013901 0.132036 0.700938
+0.0569009 0.132418 0.705684
+0.0960403 0.132601 0.710201
+0.135515 0.130831 0.713085
+0.17911 0.126558 0.713451
+0.228656 0.119844 0.711543
+0.277867 0.111574 0.708141
+0.326024 0.102312 0.704005
+0.372686 0.0912947 0.698344
+0.418326 0.0788891 0.691417
+0.462623 0.064744 0.683085
+0.505394 0.0484016 0.673106
+0.546502 0.0297093 0.661768
+0.586038 0.00842298 0.648417
+0.624292 0 0.633921
+0.661524 0 0.617761
+0.698741 0 0.601846
+0.738109 0 0.587808
+0.777707 0 0.573297
+0 0.164401 0.673075
+0 0.164019 0.674632
+0 0.163928 0.677485
+0 0.16379 0.680339
+0 0.163577 0.683192
+0 0.163241 0.685725
+0 0.162799 0.688533
+0 0.162158 0.691249
+0 0.161379 0.69366
+0 0.160418 0.69604
+0 0.159304 0.698283
+0 0.157931 0.700526
+0 0.156313 0.702647
+0 0.154528 0.704433
+0.0134737 0.155016 0.708507
+0.0590372 0.15697 0.714458
+0.100542 0.158389 0.719799
+0.142657 0.158022 0.723598
+0.189364 0.154955 0.724773
+0.240681 0.148974 0.723217
+0.291722 0.141878 0.720745
+0.340932 0.133394 0.716838
+0.388952 0.123781 0.711925
+0.435752 0.11249 0.705669
+0.480888 0.0994278 0.698177
+0.524254 0.0844129 0.688609
+0.565759 0.0671702 0.677256
+0.605264 0.0475013 0.66424
+0.64303 0.0248417 0.648768
+0.678233 0 0.631266
+0.712428 0 0.612177
+0.746075 0 0.591974
+0.781964 0 0.574182
+0 0.189105 0.681666
+0 0.188785 0.683085
+0 0.188769 0.685679
+0 0.188724 0.688304
+0 0.188586 0.690562
+0 0.188281 0.693004
+0 0.187869 0.69543
+0 0.187274 0.697749
+0 0.186526 0.699718
+0 0.185626 0.701671
+0 0.184543 0.703532
+0 0.183169 0.705364
+0 0.181598 0.707103
+0 0.179934 0.708843
+0.0124514 0.181598 0.713787
+0.0611276 0.185733 0.721355
+0.104967 0.188388 0.727642
+0.149462 0.18941 0.732296
+0.198978 0.187259 0.734295
+0.252293 0.182162 0.733516
+0.304311 0.175708 0.731563
+0.354986 0.168231 0.728466
+0.403983 0.159197 0.723888
+0.451637 0.14902 0.718517
+0.497978 0.137179 0.711742
+0.542473 0.123735 0.703593
+0.585428 0.108156 0.693523
+0.62652 0.0903792 0.681865
+0.665263 0.069688 0.667674
+0.701381 0.0454566 0.650736
+0.734508 0.0170443 0.630564
+0.764996 0 0.607538
+0.794385 0 0.582834
+0 0.217365 0.689433
+0 0.217121 0.6907
+0 0.217136 0.692943
+0 0.217136 0.695155
+0 0.217121 0.697139
+0 0.216861 0.699168
+0 0.21648 0.701137
+0 0.215915 0.702983
+0 0.215198 0.704707
+0 0.214343 0.705974
+0 0.21326 0.70724
+0 0.211917 0.708553
+0 0.210391 0.709743
+0 0.208698 0.710872
+0.0127871 0.212436 0.71754
+0.0632639 0.218311 0.726238
+0.109117 0.222461 0.733623
+0.155261 0.224216 0.738552
+0.206439 0.222477 0.74049
+0.260884 0.217975 0.739696
+0.313802 0.212131 0.738048
+0.365286 0.205127 0.735256
+0.41532 0.197116 0.732082
+0.464073 0.187488 0.727321
+0.511849 0.176608 0.721904
+0.558022 0.164202 0.71519
+0.602411 0.149981 0.706767
+0.645319 0.133883 0.696757
+0.686 0.115099 0.684474
+0.724269 0.0936446 0.669978
+0.759899 0.0685435 0.652018
+0.791775 0.0384985 0.630289
+0.819577 0.00267033 0.604288
+0 0.248173 0.69688
+0 0.247974 0.697917
+0 0.248081 0.69984
+0 0.248157 0.701717
+0 0.248112 0.703243
+0 0.247868 0.704768
+0 0.247547 0.70631
+0 0.247044 0.707683
+0 0.246357 0.708919
+0 0.245518 0.709911
+0 0.244495 0.710735
+0 0.243229 0.711528
+0 0.241932 0.712367
+0 0.240192 0.712856
+0.0151522 0.246326 0.721279
+0.0666209 0.253422 0.73051
+0.113313 0.258183 0.737819
+0.160708 0.260258 0.742611
+0.212512 0.258869 0.743893
+0.267689 0.254978 0.743221
+0.320943 0.249989 0.741497
+0.372808 0.244007 0.739193
+0.423362 0.236484 0.736065
+0.472984 0.228 0.73254
+0.521309 0.217853 0.727565
+0.568826 0.206455 0.721965
+0.614969 0.193317 0.715312
+0.659892 0.178256 0.707027
+0.703075 0.161288 0.697551
+0.743755 0.141741 0.684962
+0.782132 0.119417 0.670176
+0.817288 0.0930953 0.651728
+0.84863 0.062089 0.628962
+0 0.281117 0.70338
+0 0.280934 0.704189
+0 0.281132 0.705776
+0 0.281178 0.707195
+0 0.281209 0.708614
+0 0.28101 0.709819
+0 0.280629 0.710842
+0 0.280232 0.711849
+0 0.279576 0.71252
+0 0.278874 0.713008
+0 0.277943 0.713359
+0 0.276799 0.713771
+0 0.275608 0.714153
+0 0.274083 0.714275
+0.0189212 0.281773 0.723735
+0.070573 0.289311 0.733135
+0.117861 0.294835 0.740566
+0.165896 0.297169 0.745281
+0.219303 0.296239 0.746654
+0.274342 0.293019 0.745983
+0.327916 0.28867 0.744503
+0.379782 0.283223 0.742168
+0.430854 0.27686 0.739223
+0.480583 0.268986 0.735546
+0.52932 0.260227 0.731289
+0.57734 0.250034 0.725856
+0.623758 0.23798 0.719585
+0.669688 0.224506 0.712474
+0.71458 0.208972 0.704387
+0.75761 0.190967 0.694286
+0.799191 0.170459 0.682521
+0.837903 0.146838 0.667536
+0.873075 0.119585 0.648936
+0 0.314961 0.70811
+0 0.314839 0.708721
+0 0.315038 0.709941
+0 0.31516 0.710918
+0 0.315099 0.711696
+0 0.314961 0.712551
+0 0.314702 0.713268
+0 0.31429 0.713863
+0 0.313741 0.714336
+0 0.313069 0.714611
+0 0.312322 0.714717
+0 0.311482 0.714992
+0 0.310307 0.715007
+0 0.30927 0.715267
+0.0233616 0.318212 0.725597
+0.0749371 0.326467 0.735317
+0.122576 0.332403 0.742657
+0.171344 0.335027 0.747097
+0.225956 0.334356 0.748531
+0.280995 0.331716 0.748028
+0.334737 0.328038 0.7467
+0.386954 0.323278 0.744396
+0.437903 0.317449 0.741543
+0.487968 0.31078 0.737972
+0.53669 0.302678 0.733623
+0.584741 0.29366 0.728542
+0.63183 0.283177 0.72285
+0.678157 0.271046 0.715816
+0.72314 0.25716 0.70811
+0.767147 0.241123 0.69865
+0.80975 0.222644 0.688212
+0.851347 0.20119 0.676158
+0.890654 0.176486 0.66125
+0 0.349599 0.710552
+0 0.349523 0.710964
+0 0.349722 0.711864
+0 0.349737 0.712551
+0 0.349737 0.713207
+0 0.349615 0.713726
+0 0.349386 0.714122
+0 0.349065 0.714488
+0 0.348714 0.714809
+0 0.348226 0.714977
+0 0.347631 0.714946
+0 0.346716 0.7149
+0 0.345647 0.714763
+0 0.345907 0.716045
+0.0282597 0.355825 0.727047
+0.0795605 0.364446 0.736873
+0.127382 0.370306 0.74406
+0.17705 0.373541 0.74847
+0.232517 0.373144 0.74963
+0.288045 0.370916 0.749401
+0.34165 0.36791 0.748058
+0.393942 0.36379 0.746044
+0.444953 0.358694 0.743069
+0.494911 0.35259 0.739605
+0.544045 0.345708 0.735683
+0.592096 0.337285 0.730297
+0.639399 0.328054 0.724743
+0.685695 0.317403 0.718044
+0.731182 0.304952 0.710491
+0.775296 0.290867 0.701488
+0.818555 0.27451 0.691325
+0.860777 0.255879 0.679835
+0.901595 0.234089 0.666438
+0 0.385031 0.711543
+0 0.384955 0.711803
+0 0.385153 0.712383
+0 0.385214 0.712856
+0 0.385214 0.713237
+0 0.385122 0.713558
+0 0.384939 0.713832
+0 0.384695 0.714046
+0 0.384329 0.714168
+0 0.383886 0.714168
+0 0.383307 0.714046
+0 0.382589 0.713924
+0 0.381689 0.713741
+0 0.383429 0.716243
+0.0336004 0.394247 0.727886
+0.0844739 0.403174 0.737728
+0.132692 0.409277 0.744839
+0.183322 0.412589 0.749126
+0.239139 0.412482 0.750011
+0.294514 0.41059 0.749615
+0.348272 0.408011 0.748562
+0.40058 0.404746 0.746639
+0.451942 0.400336 0.743999
+0.5019 0.39501 0.740368
+0.550973 0.388647 0.736339
+0.599344 0.381537 0.731563
+0.646464 0.373129 0.725948
+0.692988 0.3635 0.719127
+0.738369 0.352575 0.711772
+0.783108 0.340108 0.703304
+0.82652 0.325765 0.693065
+0.869017 0.309422 0.682155
+0.910079 0.290196 0.66894
+0 0.420813 0.710658
+0 0.420691 0.71075
+0 0.420905 0.711177
+0 0.420996 0.711543
+0 0.421073 0.711879
+0 0.421057 0.712154
+0 0.421012 0.712383
+0 0.420813 0.712535
+0 0.420554 0.712581
+0 0.420249 0.712581
+0 0.419821 0.712428
+0 0.419181 0.71223
+0 0.418387 0.71194
+0 0.42211 0.716182
+0.0394141 0.433494 0.728145
+0.0898146 0.442573 0.73785
+0.138262 0.44889 0.744884
+0.189975 0.452293 0.748974
+0.245838 0.452186 0.749416
+0.301259 0.451026 0.749401
+0.354925 0.448859 0.748302
+0.407324 0.445945 0.746242
+0.458335 0.442222 0.743648
+0.508721 0.43769 0.740459
+0.557687 0.432074 0.7364
+0.605875 0.425772 0.731441
+0.653498 0.418235 0.72607
+0.699977 0.409949 0.719554
+0.745464 0.400046 0.712016
+0.78996 0.388922 0.703655
+0.833768 0.376287 0.693797
+0.876539 0.362036 0.682811
+0.917906 0.345174 0.670146
+0 0.45716 0.708446
+0 0.457069 0.708446
+0 0.457343 0.708919
+0 0.457511 0.709285
+0 0.457633 0.709621
+0 0.457679 0.70988
+0 0.457664 0.710033
+0 0.457633 0.71017
+0 0.457496 0.710201
+0 0.457221 0.710079
+0 0.456886 0.709926
+0 0.456382 0.709697
+0 0.455787 0.709361
+0 0.461875 0.715755
+0.0453346 0.473228 0.727459
+0.0953689 0.48249 0.737118
+0.144213 0.489113 0.744137
+0.196582 0.492195 0.747662
+0.253315 0.492546 0.748501
+0.308125 0.491859 0.748333
+0.361791 0.490227 0.747219
+0.414084 0.487648 0.745296
+0.465049 0.484428 0.742397
+0.515236 0.4804 0.739498
+0.564416 0.475685 0.735348
+0.612558 0.469947 0.730419
+0.659922 0.463615 0.725155
+0.706493 0.455772 0.718639
+0.752041 0.44741 0.71133
+0.796872 0.437613 0.702998
+0.840757 0.426413 0.693477
+0.883253 0.413779 0.68249
+0.924941 0.399054 0.669718
+0 0.494011 0.705348
+0 0.49395 0.705364
+0 0.494285 0.70573
+0 0.494545 0.706065
+0 0.494759 0.706355
+0 0.494896 0.706615
+0 0.495003 0.706783
+0 0.495003 0.706874
+0 0.494911 0.706889
+0 0.494774 0.706783
+0 0.494499 0.706569
+0 0.494118 0.706294
+0 0.493599 0.705898
+0 0.502083 0.714488
+0.0521401 0.513909 0.72639
+0.101595 0.523171 0.73579
+0.15079 0.52987 0.742596
+0.203906 0.53283 0.745815
+0.2607 0.533333 0.746746
+0.315557 0.532998 0.74641
+0.368872 0.531838 0.745144
+0.420829 0.529793 0.743282
+0.471824 0.526986 0.740703
+0.521553 0.523461 0.737301
+0.570871 0.519448 0.733501
+0.618738 0.514458 0.72871
+0.666209 0.508431 0.722942
+0.712612 0.501976 0.716716
+0.758358 0.494285 0.70927
+0.802823 0.485649 0.700862
+0.846723 0.475822 0.691295
+0.889647 0.464637 0.680339
+0.93135 0.451804 0.667536
+0 0.53138 0.701427
+0 0.531395 0.701442
+0 0.531746 0.701778
+0 0.532082 0.702083
+0 0.532372 0.702358
+0 0.532586 0.702541
+0 0.532723 0.702678
+0 0.532891 0.702739
+0 0.532891 0.702724
+0 0.532799 0.702602
+0 0.532677 0.702373
+0 0.532403 0.702052
+0 0.531991 0.701595
+0.00509651 0.543435 0.712978
+0.0595407 0.555245 0.724651
+0.108537 0.564431 0.733837
+0.157977 0.570947 0.740444
+0.211902 0.5738 0.74313
+0.268498 0.57467 0.743801
+0.32311 0.574563 0.743496
+0.375967 0.573724 0.742184
+0.427771 0.572122 0.740291
+0.478431 0.569757 0.737896
+0.528206 0.566674 0.734493
+0.576776 0.562936 0.730266
+0.625254 0.558694 0.725658
+0.672129 0.553613 0.719951
+0.718944 0.547845 0.713634
+0.764004 0.541024 0.706111
+0.808804 0.533547 0.697704
+0.852766 0.524834 0.68806
+0.895247 0.514809 0.677028
+0.936919 0.503624 0.664164
+0 0.569574 0.697185
+0 0.56965 0.697169
+0 0.570062 0.697398
+0 0.570474 0.697673
+0 0.570794 0.697826
+0 0.571023 0.697917
+0 0.571237 0.697978
+0 0.571374 0.697963
+0 0.57145 0.697902
+0 0.571466 0.697734
+0 0.571389 0.697536
+0 0.571283 0.697261
+0 0.572274 0.698116
+0.0151522 0.585519 0.711131
+0.067689 0.597192 0.722499
+0.116152 0.60618 0.731167
+0.165682 0.612207 0.736843
+0.220661 0.615122 0.7393
+0.276646 0.61619 0.739895
+0.330861 0.616358 0.739574
+0.383444 0.615747 0.738659
+0.434852 0.614481 0.736446
+0.485344 0.612573 0.7337
+0.534874 0.609918 0.730434
+0.583398 0.606683 0.726192
+0.630976 0.602808 0.721035
+0.678416 0.598459 0.71574
+0.724239 0.593256 0.709056
+0.770016 0.587472 0.70164
+0.814069 0.580636 0.692897
+0.857862 0.573159 0.683146
+0.900679 0.564569 0.671962
+0.942641 0.554788 0.659129
+0 0.607874 0.691478
+0 0.608026 0.691463
+0 0.608499 0.691783
+0 0.608942 0.692073
+0 0.609339 0.692302
+0 0.60972 0.692424
+0 0.61001 0.6925
+0 0.610239 0.692515
+0 0.610407 0.692409
+0 0.610498 0.69218
+0 0.610498 0.69189
+0 0.610452 0.691447
+0 0.614618 0.695216
+0.0258335 0.628138 0.708309
+0.0765393 0.639475 0.719158
+0.12462 0.648219 0.727352
+0.174594 0.653925 0.732448
+0.230015 0.656626 0.734478
+0.285359 0.657877 0.735225
+0.338979 0.658305 0.734829
+0.391012 0.657862 0.733425
+0.44213 0.656825 0.731243
+0.492241 0.655406 0.72871
+0.541436 0.653178 0.725124
+0.589792 0.650431 0.720897
+0.637232 0.647013 0.715709
+0.684199 0.64329 0.710292
+0.730251 0.63856 0.70338
+0.775326 0.633646 0.695903
+0.819669 0.627588 0.687068
+0.863432 0.621012 0.677241
+0.905928 0.613352 0.665644
+0.947463 0.604807 0.652506
+0 0.646494 0.684657
+0 0.646693 0.684657
+0 0.647211 0.684962
+0 0.64773 0.685237
+0 0.648173 0.685435
+0 0.648585 0.685557
+0 0.648936 0.685603
+0 0.649241 0.685542
+0 0.64947 0.685405
+0 0.649653 0.685206
+0 0.649744 0.684825
+0 0.649744 0.684321
+0 0.657771 0.691737
+0.0369879 0.670954 0.704341
+0.0861372 0.681941 0.714885
+0.134051 0.690578 0.722835
+0.184649 0.695781 0.727199
+0.240055 0.698344 0.728847
+0.294621 0.699687 0.729137
+0.347601 0.700359 0.728588
+0.399008 0.700053 0.727306
+0.449668 0.69926 0.725109
+0.499321 0.698161 0.722118
+0.548165 0.696361 0.718746
+0.596384 0.693904 0.714229
+0.64358 0.690944 0.709255
+0.68986 0.687709 0.703044
+0.735897 0.684001 0.695964
+0.78085 0.679484 0.687602
+0.824918 0.674891 0.678264
+0.868147 0.669047 0.667247
+0.910826 0.662791 0.655207
+0.952575 0.655467 0.641672
+0 0.68545 0.677104
+0 0.685649 0.677058
+0 0.686229 0.677348
+0 0.686778 0.677592
+0 0.687282 0.67776
+0 0.687755 0.677867
+0 0.688167 0.677882
+0 0.688518 0.677806
+0 0.688838 0.677653
+0 0.689082 0.677348
+0 0.689265 0.676982
+0 0.689357 0.676432
+0 0.701625 0.687938
+0.0493629 0.714488 0.700023
+0.0970016 0.724971 0.709636
+0.144503 0.732937 0.71664
+0.195834 0.737743 0.720516
+0.250721 0.740169 0.722011
+0.304356 0.741665 0.722194
+0.356451 0.742016 0.72108
+0.407492 0.742214 0.719631
+0.457588 0.74168 0.717586
+0.506996 0.74078 0.714626
+0.555505 0.739437 0.710674
+0.603113 0.737362 0.70631
+0.649989 0.734966 0.700908
+0.698665 0.732555 0.689494
+0.749004 0.733501 0.661219
+0.793042 0.730434 0.651194
+0.835279 0.726314 0.641703
+0.877287 0.72192 0.631052
+0.918135 0.715557 0.623606
+0.958526 0.708492 0.612726
+0 0.724895 0.668544
+0 0.725139 0.668498
+0 0.72575 0.668757
+0 0.726329 0.669001
+0 0.726879 0.669154
+0 0.727398 0.669245
+0 0.727794 0.669154
+0 0.728145 0.668986
+0 0.728496 0.668742
+0 0.728725 0.668345
+0 0.728939 0.667887
+0 0.732082 0.670253
+0.0126192 0.745983 0.683284
+0.0625772 0.758236 0.694606
+0.108965 0.768048 0.703365
+0.156191 0.775219 0.709392
+0.208133 0.779767 0.712581
+0.262409 0.782086 0.713649
+0.315022 0.783566 0.71368
+0.366354 0.78407 0.712489
+0.416632 0.784466 0.710842
+0.466178 0.784146 0.708644
+0.51519 0.783475 0.705486
+0.563256 0.782452 0.701564
+0.610224 0.780774 0.696895
+0.656886 0.778561 0.691173
+0.707393 0.777386 0.673732
+0.757885 0.779721 0.638483
+0.805402 0.779644 0.608911
+0.848493 0.776516 0.594598
+0.888518 0.77171 0.58616
+0.927626 0.765301 0.58526
+0.966751 0.758892 0.577935
+0 0.764126 0.658289
+0 0.764401 0.658213
+0 0.765103 0.658488
+0 0.765743 0.658701
+0 0.766354 0.658839
+0 0.766934 0.6589
+0 0.767452 0.658869
+0 0.767956 0.658747
+0 0.768368 0.658503
+0 0.768765 0.658152
+0 0.7691 0.657649
+0 0.776989 0.664637
+0.0294957 0.790509 0.67715
+0.0767224 0.801984 0.687526
+0.122286 0.811414 0.695735
+0.169436 0.817884 0.700862
+0.222019 0.821668 0.70312
+0.275059 0.823987 0.703975
+0.326574 0.825422 0.703685
+0.377066 0.8262 0.702373
+0.426642 0.826581 0.700465
+0.475517 0.826505 0.697932
+0.523873 0.826032 0.694728
+0.571359 0.825208 0.690669
+0.617792 0.823835 0.68571
+0.663951 0.821958 0.679667
+0.716503 0.821805 0.655207
+0.76643 0.824308 0.61738
+0.814542 0.826062 0.575875
+0.86009 0.825467 0.542611
+0.900084 0.821149 0.531502
+0.937453 0.814359 0.538003
+0.97528 0.807965 0.535546
+0 0.803662 0.646403
+0 0.803952 0.646372
+0 0.804639 0.646677
+0 0.805325 0.646891
+0 0.805982 0.646998
+0 0.806592 0.647028
+0 0.807187 0.646967
+0 0.807736 0.64683
+0 0.80824 0.646555
+0 0.808682 0.646128
+0 0.809461 0.645975
+0 0.822965 0.658442
+0.047364 0.835599 0.669932
+0.0922408 0.846143 0.67921
+0.136767 0.854444 0.686091
+0.18471 0.860319 0.690425
+0.236866 0.863661 0.692042
+0.288502 0.865812 0.692592
+0.338949 0.86714 0.691783
+0.388479 0.868162 0.69044
+0.437308 0.868711 0.688289
+0.48542 0.868696 0.685618
+0.532937 0.868223 0.681849
+0.57995 0.867735 0.677958
+0.626291 0.866499 0.672511
+0.673487 0.865125 0.663325
+0.726131 0.865782 0.633555
+0.774609 0.867933 0.596155
+0.822309 0.870176 0.548821
+0.868894 0.871962 0.495476
+0.911147 0.870008 0.461265
+0.947051 0.862791 0.478614
+0.983658 0.856138 0.481971
+0 0.843641 0.633051
+0 0.843976 0.632914
+0 0.844709 0.633234
+0 0.84538 0.633524
+0 0.84596 0.633555
+0 0.84651 0.633448
+0 0.847059 0.63328
+0 0.847639 0.633066
+0 0.848203 0.632746
+0 0.848722 0.632303
+0 0.855589 0.638102
+0.0204776 0.868894 0.650233
+0.0659648 0.880446 0.660487
+0.109255 0.890333 0.66894
+0.153262 0.897642 0.674769
+0.201572 0.902617 0.678187
+0.252934 0.905547 0.679149
+0.303212 0.907515 0.678904
+0.352361 0.90901 0.677974
+0.400992 0.910002 0.676585
+0.448859 0.910552 0.674159
+0.496056 0.910658 0.670863
+0.542885 0.910307 0.667094
+0.589166 0.909926 0.662486
+0.634958 0.908919 0.657038
+0.684413 0.90808 0.642267
+0.733913 0.908598 0.61529
+0.780941 0.909789 0.581811
+0.826627 0.911269 0.540764
+0.872404 0.912871 0.489479
+0.917296 0.913954 0.421942
+0.956649 0.910491 0.400671
+0.992004 0.903792 0.413153
+0 0.882826 0.617502
+0 0.883207 0.617411
+0 0.884001 0.617594
+0 0.884764 0.617716
+0 0.885496 0.617777
+0 0.886152 0.617884
+0 0.886793 0.617853
+0 0.887434 0.617685
+0 0.888045 0.617334
+0 0.889601 0.617823
+0 0.902129 0.629145
+0.043473 0.91458 0.640269
+0.0857099 0.925032 0.649256
+0.127367 0.933501 0.656107
+0.171374 0.940108 0.66096
+0.220218 0.944121 0.662943
+0.269856 0.946715 0.663584
+0.318715 0.948623 0.663157
+0.366766 0.949981 0.661784
+0.414237 0.950988 0.65977
+0.461067 0.951568 0.657237
+0.507439 0.951812 0.653712
+0.553643 0.951736 0.649393
+0.598993 0.951278 0.644495
+0.643992 0.950378 0.638529
+0.694148 0.949752 0.619028
+0.741695 0.949599 0.593423
+0.787091 0.949752 0.562371
+0.8318 0.950179 0.525017
+0.875593 0.950195 0.478355
+0.918822 0.950271 0.419669
+0.961166 0.949538 0.341314
+0.991562 0.945617 0.323247
+0 0 0.657191
+0 0 0.656764
+0 0 0.656382
+0 0 0.655924
+0 0 0.655497
+0 0 0.655222
+0 0 0.654749
+0 0 0.654154
+0 0 0.653666
+0 0 0.653223
+0 0 0.652811
+0 0 0.65243
+0 0 0.652064
+0 0 0.651698
+0 0 0.651347
+0.0244755 0 0.650721
+0.0561685 0 0.650645
+0.0848249 0 0.650187
+0.113191 0 0.649165
+0.142962 0 0.647044
+0.17644 0 0.643381
+0.213138 0 0.638911
+0.251301 0 0.634409
+0.289357 0 0.629648
+0.32726 0 0.624384
+0.365133 0 0.619104
+0.403601 0 0.613931
+0.442741 0 0.608499
+0.481987 0 0.602701
+0.521813 0 0.596307
+0.56173 0 0.589273
+0.601816 0 0.581521
+0.642161 0 0.572869
+0 0.00469978 0.655711
+0 0.0034638 0.65536
+0 0.00207523 0.655009
+0 0.000671397 0.654582
+0 0 0.654169
+0 0 0.653971
+0 0 0.653574
+0 0 0.653315
+0 0 0.653101
+0 0 0.652888
+0 0 0.652613
+0 0 0.652567
+0 0 0.65211
+0 0 0.651804
+0 0 0.651469
+0.0251926 0 0.650904
+0.0567788 0 0.650736
+0.0854658 0 0.650324
+0.113481 0 0.649882
+0.143557 0 0.648676
+0.177996 0 0.645975
+0.216114 0 0.641657
+0.254963 0 0.637583
+0.29398 0 0.633646
+0.333211 0 0.629557
+0.372717 0 0.625177
+0.412573 0 0.620462
+0.452949 0 0.615213
+0.4934 0 0.609491
+0.534234 0 0.603128
+0.575341 0 0.596017
+0.616312 0 0.588052
+0.657511 0 0.579339
+0 0.016968 0.654795
+0 0.0157321 0.654459
+0 0.0145113 0.6542
+0 0.0131685 0.653864
+0 0.0117189 0.653407
+0 0.0100862 0.653086
+0 0.00846876 0.652796
+0 0.0065156 0.652506
+0 0.00444038 0.65214
+0 0.00225834 0.652018
+0 0 0.651743
+0 0 0.651743
+0 0 0.65156
+0 0 0.651545
+0 0 0.651606
+0.0250401 0 0.652201
+0.0563973 0 0.653071
+0.0856947 0 0.653483
+0.114733 0 0.65333
+0.145815 0 0.652674
+0.181445 0 0.650874
+0.22089 0 0.647837
+0.26099 0 0.644282
+0.301152 0 0.640787
+0.341588 0 0.637018
+0.3823 0 0.632822
+0.423301 0 0.628168
+0.464561 0 0.622919
+0.506462 0 0.617212
+0.548241 0 0.610636
+0.590158 0 0.603326
+0.632288 0 0.594995
+0.674052 0 0.586069
+0 0.0284886 0.654307
+0 0.0273136 0.653956
+0 0.0262608 0.653742
+0 0.0250706 0.653376
+0 0.023743 0.652979
+0 0.0222782 0.652644
+0 0.0208438 0.652369
+0 0.019089 0.652079
+0 0.0171817 0.651759
+0 0.015198 0.651606
+0 0.0128634 0.651362
+0 0.0102693 0.651606
+0 0.0075227 0.652415
+0 0.00436408 0.653117
+0 0.000854505 0.653864
+0.0241398 0 0.65449
+0.0565805 0 0.656535
+0.0867323 0 0.658595
+0.116808 0 0.659678
+0.149203 0 0.659861
+0.186328 0 0.658564
+0.227192 0 0.65597
+0.26836 0 0.65272
+0.309697 0 0.649348
+0.351293 0 0.645594
+0.393179 0 0.641474
+0.435416 0 0.63682
+0.47776 0 0.631434
+0.520348 0 0.625437
+0.563043 0 0.618662
+0.605692 0 0.610849
+0.648249 0 0.602136
+0.690394 0 0.592676
+0 0.0404212 0.654093
+0 0.039353 0.653788
+0 0.0383001 0.653483
+0 0.0372931 0.653208
+0 0.0361028 0.652827
+0 0.0347601 0.652537
+0 0.0333257 0.652201
+0 0.0318761 0.652171
+0 0.0301213 0.652628
+0 0.0282139 0.653162
+0 0.026215 0.65388
+0 0.0238804 0.654429
+0 0.0212711 0.655833
+0 0.0186923 0.657679
+0 0.0155337 0.659144
+0.0239872 0.0115053 0.660792
+0.0567025 0.00755322 0.663493
+0.0872053 0.00277714 0.66598
+0.118166 0 0.667659
+0.152422 0 0.668711
+0.192187 0 0.668009
+0.234653 0 0.665782
+0.277073 0 0.662562
+0.319432 0 0.659266
+0.362188 0 0.655436
+0.405097 0 0.651011
+0.448188 0 0.645975
+0.491417 0 0.640238
+0.534676 0 0.633799
+0.57792 0 0.626429
+0.621073 0 0.618143
+0.663783 0 0.608896
+0.706477 0 0.59884
+0 0.0523995 0.654185
+0 0.0514076 0.653895
+0 0.0504158 0.653605
+0 0.0493935 0.653361
+0 0.0484169 0.653529
+0 0.0471809 0.654078
+0 0.0458381 0.654597
+0 0.0444038 0.655055
+0 0.0429541 0.656016
+0 0.0413519 0.657588
+0 0.0396582 0.658976
+0 0.037705 0.660868
+0 0.0356603 0.663279
+0 0.0332189 0.665843
+0 0.0303807 0.668147
+0.0239414 0.0267338 0.670497
+0.0574655 0.0231327 0.673548
+0.0886854 0.018616 0.676249
+0.12079 0.0125277 0.678004
+0.156222 0.00428779 0.678813
+0.197864 0 0.677531
+0.241688 0 0.675105
+0.28603 0 0.672618
+0.329793 0 0.669337
+0.373495 0 0.66511
+0.417197 0 0.660151
+0.46099 0 0.654658
+0.504784 0 0.648371
+0.548592 0 0.641398
+0.591989 0 0.633433
+0.635172 0 0.624598
+0.678248 0 0.615076
+0.720623 0 0.604105
+0 0.0645609 0.655253
+0 0.0636301 0.65536
+0 0.0626841 0.655756
+0 0.0617075 0.656199
+0 0.0607156 0.656748
+0 0.0598611 0.657969
+0 0.058854 0.659312
+0 0.0576944 0.661051
+0 0.0564889 0.662989
+0 0.0551461 0.665354
+0 0.0536507 0.667872
+0 0.0520943 0.670634
+0 0.0501106 0.673594
+0 0.0478828 0.676631
+0 0.0452583 0.679515
+0.0239719 0.041825 0.682094
+0.0586557 0.0385901 0.685542
+0.0909895 0.0344701 0.688212
+0.1243 0.0286412 0.690089
+0.161456 0.0204318 0.690364
+0.204868 0.00927749 0.688289
+0.249577 0 0.685222
+0.294194 0 0.68188
+0.339223 0 0.678203
+0.384497 0 0.674464
+0.428824 0 0.66894
+0.473182 0 0.662852
+0.517403 0 0.656031
+0.561379 0 0.648402
+0.605051 0 0.639918
+0.648341 0 0.630442
+0.691051 0 0.620279
+0.733516 0 0.608988
+0 0.0770275 0.658335
+0 0.0763104 0.658778
+0 0.075639 0.66006
+0 0.0749828 0.661616
+0 0.0742504 0.663371
+0 0.073518 0.665492
+0 0.0727703 0.667781
+0 0.07187 0.670314
+0 0.0708171 0.673182
+0 0.0697032 0.676295
+0 0.0683757 0.679149
+0 0.066743 0.682322
+0 0.0648814 0.685649
+0 0.0628977 0.688792
+0 0.0603952 0.692058
+0.0239567 0.0572061 0.694896
+0.060029 0.0544137 0.698268
+0.0937819 0.0507057 0.70132
+0.12871 0.045243 0.703166
+0.168063 0.037171 0.702785
+0.213214 0.0263218 0.700008
+0.258839 0.0137636 0.696391
+0.304036 0 0.69221
+0.349142 0 0.687312
+0.394202 0 0.682002
+0.439796 0 0.676631
+0.484703 0 0.6701
+0.529137 0 0.662654
+0.573129 0 0.654398
+0.616663 0 0.645274
+0.659922 0 0.635645
+0.702541 0 0.624689
+0.744305 0 0.612924
+0 0.0909285 0.66511
+0 0.0903182 0.666072
+0 0.0899214 0.668025
+0 0.0894942 0.670329
+0 0.0889754 0.673045
+0 0.088365 0.675944
+0 0.0877546 0.678798
+0 0.0869764 0.681971
+0 0.0859998 0.685283
+0 0.0848859 0.688457
+0 0.0835584 0.69163
+0 0.0819867 0.694987
+0 0.0802777 0.698268
+0 0.078294 0.701488
+0 0.0759442 0.704814
+0.0239719 0.0732738 0.707835
+0.0618296 0.0710002 0.711528
+0.0972 0.0677043 0.714565
+0.133898 0.0627909 0.716411
+0.175647 0.055024 0.715358
+0.2224 0.0443885 0.712139
+0.269169 0.0323949 0.708186
+0.315129 0.0188907 0.703288
+0.360616 0.0037232 0.697688
+0.405417 0 0.690883
+0.45005 0 0.683528
+0.494713 0 0.675959
+0.539498 0 0.668223
+0.583429 0 0.659388
+0.626825 0 0.650111
+0.669596 0 0.639612
+0.712016 0 0.628428
+0.753338 0 0.616129
+0 0.106538 0.674983
+0 0.105989 0.676341
+0 0.105684 0.678828
+0 0.105318 0.681743
+0 0.104891 0.684932
+0 0.104356 0.68809
+0 0.103731 0.691203
+0 0.102968 0.694606
+0 0.102083 0.697765
+0 0.100999 0.700999
+0 0.0997177 0.704463
+0 0.0982376 0.707698
+0 0.0966964 0.710903
+0 0.0946975 0.714107
+0 0.0925002 0.717296
+0.0239719 0.0903944 0.720363
+0.0640116 0.0888685 0.724437
+0.101061 0.0860914 0.727657
+0.139834 0.0816052 0.729244
+0.184085 0.0744793 0.728161
+0.2327 0.0644083 0.724666
+0.280598 0.0531472 0.720455
+0.327489 0.0403754 0.715145
+0.373236 0.0259556 0.708736
+0.418219 0.00949111 0.701122
+0.462272 0 0.692439
+0.505394 0 0.682948
+0.548745 0 0.673411
+0.592508 0 0.664027
+0.635462 0 0.653742
+0.677897 0 0.643168
+0.719875 0 0.631266
+0.760723 0 0.618601
+0 0.123552 0.686549
+0 0.123095 0.687861
+0 0.12285 0.690929
+0 0.12256 0.694087
+0 0.122194 0.697246
+0 0.121752 0.700465
+0 0.121233 0.703838
+0 0.120516 0.707012
+0 0.119646 0.710201
+0 0.118608 0.713573
+0 0.117403 0.716716
+0 0.116075 0.719783
+0 0.114488 0.722866
+0 0.112566 0.725811
+0 0.110353 0.728252
+0.024094 0.10901 0.731868
+0.0663767 0.108522 0.736522
+0.105638 0.106584 0.740001
+0.146563 0.102754 0.74168
+0.193347 0.096025 0.74049
+0.243809 0.0869764 0.73727
+0.292897 0.0763714 0.73283
+0.340795 0.0645304 0.727474
+0.387243 0.0510567 0.720821
+0.432593 0.0356298 0.712795
+0.476646 0.018143 0.703883
+0.519249 0 0.693172
+0.56083 0 0.681437
+0.601572 0 0.668986
+0.642908 0 0.657221
+0.684916 0 0.645609
+0.726101 0 0.633738
+0.766613 0 0.620737
+0 0.142702 0.698268
+0 0.14229 0.699886
+0 0.142107 0.703029
+0 0.141924 0.705974
+0 0.141619 0.709209
+0 0.141207 0.712505
+0 0.140719 0.715602
+0 0.140063 0.718776
+0 0.139193 0.721828
+0 0.138201 0.724941
+0 0.137133 0.727749
+0 0.135805 0.730495
+0 0.134127 0.733166
+0 0.132189 0.735714
+0 0.130022 0.737697
+0.0244297 0.129839 0.742046
+0.0690623 0.130358 0.747265
+0.110735 0.129778 0.751553
+0.154147 0.126925 0.753704
+0.203647 0.120912 0.752865
+0.255726 0.112749 0.749996
+0.306569 0.103487 0.746212
+0.35552 0.0925154 0.741024
+0.403021 0.0801404 0.734676
+0.448981 0.0658122 0.726711
+0.4934 0.0495766 0.717418
+0.535744 0.0308232 0.706157
+0.576394 0.00944533 0.693706
+0.615442 0 0.679438
+0.653422 0 0.66421
+0.691142 0 0.648829
+0.731121 0 0.635599
+0.771023 0 0.622477
+0 0.164355 0.709316
+0 0.164004 0.711055
+0 0.163897 0.713756
+0 0.163745 0.716793
+0 0.1635 0.71986
+0 0.16318 0.722927
+0 0.162692 0.725536
+0 0.162051 0.728466
+0 0.161273 0.731289
+0 0.160418 0.733974
+0 0.159243 0.736446
+0 0.157885 0.738735
+0 0.156222 0.741054
+0 0.154314 0.743236
+0 0.152163 0.744961
+0.0247959 0.153521 0.750317
+0.0719158 0.155398 0.756558
+0.116304 0.156558 0.762036
+0.162661 0.155169 0.765164
+0.215122 0.149981 0.764889
+0.269001 0.142947 0.762722
+0.321019 0.134569 0.759304
+0.371496 0.125002 0.75494
+0.420218 0.113619 0.748974
+0.466941 0.100649 0.741833
+0.512123 0.0858473 0.733272
+0.555016 0.0685435 0.722499
+0.595789 0.0488899 0.70985
+0.634562 0.0260929 0.695384
+0.670832 0 0.678492
+0.705303 0 0.659861
+0.739208 0 0.64094
+0.775555 0 0.623636
+0 0.189258 0.718715
+0 0.188952 0.720012
+0 0.188922 0.722744
+0 0.188861 0.725521
+0 0.188678 0.728222
+0 0.188388 0.730571
+0 0.187961 0.733181
+0 0.187366 0.735683
+0 0.186633 0.738064
+0 0.185794 0.74023
+0 0.184665 0.742306
+0 0.183337 0.744183
+0 0.18172 0.74609
+0 0.179828 0.747814
+0 0.177661 0.749371
+0.0247196 0.180926 0.756252
+0.0751507 0.185061 0.764248
+0.121904 0.187533 0.77055
+0.17084 0.187015 0.774426
+0.225788 0.182971 0.774899
+0.281285 0.176654 0.773434
+0.334707 0.169375 0.771176
+0.386175 0.160433 0.767056
+0.435904 0.150301 0.762097
+0.48423 0.138567 0.755962
+0.530419 0.125139 0.748104
+0.574807 0.109468 0.739086
+0.616983 0.091722 0.727779
+0.656703 0.0708934 0.714565
+0.694194 0.0469062 0.698573
+0.727871 0.0182345 0.679469
+0.759228 0 0.657313
+0.788388 0 0.633433
+0 0.218036 0.727382
+0 0.217762 0.72871
+0 0.217792 0.731136
+0 0.217762 0.733532
+0 0.217624 0.73579
+0 0.217411 0.737789
+0 0.217029 0.73991
+0 0.21651 0.741985
+0 0.215763 0.743801
+0 0.214847 0.745541
+0 0.213733 0.746853
+0 0.212421 0.748074
+0 0.210819 0.749416
+0 0.208927 0.75053
+0 0.206714 0.751461
+0.0256199 0.212543 0.760311
+0.0781567 0.21854 0.769787
+0.126726 0.221912 0.776806
+0.177432 0.222293 0.780865
+0.234073 0.218662 0.781247
+0.29041 0.213077 0.780163
+0.344625 0.206271 0.777966
+0.397208 0.198337 0.775021
+0.447868 0.188846 0.771145
+0.497536 0.178012 0.766293
+0.545556 0.165545 0.760159
+0.591379 0.151369 0.752468
+0.635462 0.135027 0.743069
+0.677577 0.116472 0.731579
+0.716915 0.0949874 0.718074
+0.753353 0.0697185 0.70135
+0.785992 0.0399939 0.680842
+0.814832 0.00401312 0.656275
+0 0.249058 0.735698
+0 0.248829 0.736782
+0 0.248966 0.738888
+0 0.248997 0.740856
+0 0.248966 0.742809
+0 0.248722 0.744274
+0 0.248356 0.745846
+0 0.247868 0.747372
+0 0.247135 0.748714
+0 0.24625 0.749935
+0 0.245197 0.751003
+0 0.243961 0.751736
+0 0.242405 0.752483
+0 0.24062 0.753079
+0 0.238849 0.75378
+0.0287175 0.247105 0.764645
+0.0818494 0.254078 0.774105
+0.131319 0.258061 0.781048
+0.183215 0.25893 0.784848
+0.240879 0.255848 0.785275
+0.297398 0.251133 0.784192
+0.352163 0.245045 0.782361
+0.40502 0.237705 0.779583
+0.45687 0.229282 0.776257
+0.507103 0.21915 0.772137
+0.55613 0.207797 0.767269
+0.603769 0.194675 0.760983
+0.650019 0.179629 0.753796
+0.694484 0.162692 0.744945
+0.736248 0.142901 0.733501
+0.775357 0.120455 0.719661
+0.811627 0.094377 0.702586
+0.843427 0.0634012 0.681331
+0 0.281987 0.742809
+0 0.281834 0.743709
+0 0.282002 0.745388
+0 0.282078 0.74696
+0 0.282017 0.748409
+0 0.281804 0.749722
+0 0.281468 0.750912
+0 0.280995 0.75198
+0 0.280385 0.752895
+0 0.279606 0.753597
+0 0.27866 0.754116
+0 0.277577 0.754376
+0 0.276188 0.754726
+0 0.274525 0.75491
+0 0.273823 0.756115
+0.0327916 0.283131 0.767483
+0.0860151 0.290654 0.77702
+0.136172 0.295171 0.784131
+0.189212 0.296086 0.787915
+0.247181 0.293523 0.788067
+0.30428 0.289403 0.787259
+0.35906 0.284184 0.785428
+0.412512 0.277974 0.783062
+0.464317 0.270237 0.779889
+0.515084 0.261479 0.776104
+0.564324 0.251041 0.771298
+0.612497 0.239338 0.765606
+0.659602 0.225727 0.759487
+0.705608 0.210056 0.751812
+0.750103 0.192248 0.74345
+0.792416 0.17174 0.732296
+0.831937 0.148119 0.719005
+0.867826 0.120562 0.701473
+0 0.315801 0.748074
+0 0.315648 0.74873
+0 0.315862 0.750057
+0 0.315938 0.751232
+0 0.315908 0.752117
+0 0.31577 0.752941
+0 0.315419 0.753674
+0 0.315068 0.754406
+0 0.314473 0.754955
+0 0.313802 0.755413
+0 0.312947 0.755734
+0 0.311971 0.755749
+0 0.310765 0.755871
+0 0.309316 0.755871
+0 0.309926 0.758022
+0.0370184 0.319799 0.769635
+0.0903792 0.327764 0.779492
+0.141115 0.333013 0.786526
+0.195407 0.334096 0.789853
+0.254002 0.332052 0.790356
+0.310994 0.328679 0.789761
+0.36614 0.324086 0.788174
+0.419455 0.318456 0.785779
+0.471778 0.311879 0.782742
+0.522286 0.303838 0.778866
+0.572106 0.294789 0.774762
+0.6206 0.284337 0.769268
+0.667872 0.272007 0.763058
+0.714199 0.258259 0.75613
+0.75935 0.242374 0.748089
+0.802853 0.223865 0.738445
+0.84535 0.202441 0.727794
+0.885191 0.177798 0.714504
+0 0.350378 0.750957
+0 0.350286 0.751446
+0 0.350484 0.752453
+0 0.350561 0.753262
+0 0.35053 0.753964
+0 0.350378 0.754528
+0 0.350164 0.755047
+0 0.349798 0.755413
+0 0.349294 0.755718
+0 0.348714 0.755993
+0 0.347967 0.756161
+0 0.347173 0.756146
+0 0.34612 0.7561
+0 0.344945 0.756115
+0 0.346975 0.759441
+0.0417334 0.357549 0.77142
+0.0950484 0.366003 0.78143
+0.14638 0.371511 0.788434
+0.201587 0.372869 0.791577
+0.260822 0.371252 0.792035
+0.317678 0.368536 0.791409
+0.372976 0.364584 0.790143
+0.426413 0.35964 0.787762
+0.478676 0.353582 0.784833
+0.529763 0.346777 0.781231
+0.579355 0.338476 0.776867
+0.628092 0.329244 0.771756
+0.6757 0.318578 0.765942
+0.722362 0.306157 0.759167
+0.76762 0.292027 0.751629
+0.811719 0.275715 0.74226
+0.854414 0.257038 0.732082
+0.895857 0.235035 0.720119
+0 0.38555 0.752255
+0 0.385443 0.752544
+0 0.385595 0.753201
+0 0.385702 0.753719
+0 0.385672 0.754162
+0 0.385565 0.754543
+0 0.385412 0.754925
+0 0.385153 0.755215
+0 0.384787 0.755474
+0 0.384329 0.755657
+0 0.383719 0.755779
+0 0.383001 0.755688
+0 0.382315 0.755734
+0 0.381308 0.755688
+0 0.385 0.760418
+0.0467689 0.396231 0.772763
+0.100038 0.40499 0.782757
+0.151797 0.410376 0.789487
+0.208057 0.412253 0.792554
+0.267567 0.411139 0.793042
+0.324605 0.408652 0.792355
+0.379675 0.4056 0.791318
+0.433494 0.40119 0.789181
+0.485481 0.396078 0.786206
+0.536553 0.38967 0.782589
+0.586511 0.382635 0.778683
+0.635035 0.374105 0.773358
+0.682994 0.36463 0.767636
+0.729625 0.353796 0.761151
+0.775326 0.341268 0.753765
+0.819471 0.32697 0.744732
+0.862791 0.310307 0.734874
+0.904845 0.291356 0.723552
+0 0.421241 0.751827
+0 0.421195 0.75201
+0 0.421332 0.752483
+0 0.421454 0.752911
+0 0.4215 0.753307
+0 0.42153 0.753689
+0 0.421424 0.753979
+0 0.421271 0.754253
+0 0.420996 0.754437
+0 0.420661 0.754604
+0 0.420142 0.754681
+0 0.419654 0.75465
+0 0.419074 0.754589
+0 0.418204 0.754391
+0 0.423819 0.760754
+0.052369 0.435645 0.77348
+0.105394 0.444617 0.783383
+0.157778 0.450172 0.789944
+0.215091 0.452094 0.792966
+0.274128 0.45124 0.793088
+0.331289 0.449348 0.792523
+0.386465 0.44654 0.791547
+0.439963 0.443061 0.789425
+0.492515 0.438575 0.786786
+0.54342 0.433097 0.783093
+0.59321 0.426535 0.779034
+0.642237 0.419318 0.774304
+0.689769 0.410788 0.768673
+0.736568 0.401099 0.761975
+0.782254 0.390066 0.754788
+0.826993 0.377371 0.746303
+0.8701 0.362875 0.736324
+0.912612 0.346303 0.72546
+0 0.457816 0.750637
+0 0.457771 0.750759
+0 0.457984 0.751202
+0 0.458167 0.751614
+0 0.458289 0.75198
+0 0.458335 0.752316
+0 0.458366 0.75259
+0 0.458335 0.752834
+0 0.458137 0.753002
+0 0.457877 0.753094
+0 0.457511 0.753063
+0 0.457038 0.752895
+0 0.456535 0.752667
+0 0.455695 0.752346
+0 0.463706 0.760891
+0.0584878 0.475837 0.773648
+0.111223 0.484855 0.783322
+0.164096 0.490486 0.789654
+0.222232 0.492348 0.792294
+0.281132 0.491951 0.792508
+0.338094 0.490578 0.792065
+0.393149 0.488243 0.791058
+0.446571 0.485161 0.788952
+0.498741 0.481224 0.786114
+0.550118 0.476692 0.783001
+0.599771 0.470985 0.778897
+0.648478 0.464454 0.773877
+0.696605 0.456855 0.768597
+0.743313 0.448447 0.762127
+0.788937 0.438407 0.75465
+0.833463 0.427222 0.746426
+0.877195 0.414481 0.736675
+0.919799 0.400137 0.725887
+0 0.494697 0.748089
+0 0.494667 0.748196
+0 0.494972 0.748684
+0 0.495201 0.749142
+0 0.495384 0.749523
+0 0.495567 0.749874
+0 0.495644 0.750134
+0 0.495628 0.750301
+0 0.495567 0.750439
+0 0.49543 0.750484
+0 0.495155 0.750378
+0 0.494789 0.750179
+0 0.494301 0.749859
+0 0.493721 0.749523
+0.00622568 0.504463 0.760616
+0.0647593 0.516457 0.772946
+0.11725 0.525475 0.782376
+0.170764 0.531334 0.788663
+0.229633 0.532998 0.790784
+0.288579 0.532998 0.791287
+0.345052 0.532174 0.791012
+0.4 0.530404 0.789807
+0.453529 0.527687 0.787747
+0.505425 0.524269 0.784756
+0.556222 0.520134 0.781704
+0.606165 0.515358 0.777661
+0.654963 0.509422 0.772656
+0.702693 0.502983 0.767407
+0.749569 0.495186 0.760906
+0.795209 0.486671 0.753689
+0.839994 0.476844 0.74548
+0.883711 0.465644 0.736095
+0.925978 0.452888 0.725139
+0 0.532097 0.7449
+0 0.532082 0.744945
+0 0.532464 0.745357
+0 0.532815 0.745754
+0 0.533028 0.74612
+0 0.533303 0.746456
+0 0.53344 0.746731
+0 0.533516 0.746914
+0 0.533516 0.74699
+0 0.533486 0.747021
+0 0.533333 0.746914
+0 0.533059 0.746654
+0 0.532662 0.746334
+0 0.532174 0.745922
+0.0148775 0.545632 0.759518
+0.0719615 0.557794 0.771817
+0.124147 0.566842 0.780972
+0.178378 0.572595 0.786831
+0.237644 0.574243 0.788632
+0.296269 0.574517 0.78941
+0.352483 0.573938 0.788983
+0.407156 0.57258 0.787503
+0.460212 0.570413 0.785565
+0.512154 0.567407 0.782773
+0.562646 0.563745 0.779355
+0.612604 0.55967 0.775479
+0.660945 0.554574 0.770687
+0.708751 0.548486 0.764904
+0.755306 0.542 0.75877
+0.801129 0.53431 0.751324
+0.845609 0.525612 0.743069
+0.889372 0.515801 0.733623
+0.931945 0.504585 0.722713
+0 0.569955 0.740902
+0 0.570031 0.740963
+0 0.570459 0.741421
+0 0.57084 0.741772
+0 0.571176 0.742092
+0 0.571511 0.742351
+0 0.57174 0.74255
+0 0.571893 0.742672
+0 0.571954 0.742748
+0 0.571969 0.742718
+0 0.571954 0.742611
+0 0.571847 0.742412
+0 0.571557 0.742046
+0 0.573648 0.744076
+0.0244144 0.587823 0.758175
+0.079942 0.599786 0.770062
+0.131975 0.608576 0.778759
+0.18677 0.613901 0.784207
+0.246128 0.615671 0.785916
+0.30425 0.616251 0.786343
+0.360281 0.615946 0.785855
+0.414328 0.614939 0.784436
+0.467033 0.613245 0.782361
+0.5187 0.610697 0.779843
+0.569207 0.607492 0.776349
+0.618357 0.603693 0.772076
+0.667323 0.599405 0.767452
+0.714412 0.594202 0.761685
+0.761364 0.588403 0.755413
+0.806485 0.581582 0.747936
+0.851209 0.574105 0.739635
+0.895018 0.565454 0.730098
+0.937133 0.555413 0.719127
+0 0.608545 0.73666
+0 0.608667 0.73666
+0 0.609064 0.736889
+0 0.60943 0.737072
+0 0.609796 0.737224
+0 0.610117 0.737438
+0 0.610407 0.737621
+0 0.610651 0.737743
+0 0.610803 0.737743
+0 0.610895 0.737713
+0 0.610941 0.737545
+0 0.610895 0.737316
+0 0.610712 0.736996
+0 0.615869 0.742046
+0.0347448 0.630442 0.756466
+0.0886854 0.642161 0.76788
+0.140429 0.650645 0.776059
+0.195865 0.655344 0.780392
+0.255192 0.657374 0.781979
+0.312688 0.658198 0.782315
+0.36817 0.658167 0.781781
+0.421851 0.657359 0.780713
+0.474281 0.65597 0.778363
+0.525475 0.65388 0.775525
+0.575677 0.651194 0.772152
+0.624842 0.647791 0.767834
+0.672816 0.64387 0.762615
+0.720455 0.63949 0.757305
+0.766415 0.634226 0.750637
+0.812268 0.628489 0.743252
+0.85626 0.621698 0.734585
+0.899855 0.614252 0.724956
+0.942458 0.605783 0.713924
+0 0.647196 0.730938
+0 0.647364 0.730999
+0 0.647898 0.73138
+0 0.648402 0.731731
+0 0.648859 0.732021
+0 0.649271 0.732235
+0 0.649622 0.732387
+0 0.649912 0.732464
+0 0.650156 0.732448
+0 0.650324 0.732372
+0 0.650431 0.732174
+0 0.650507 0.731868
+0 0.650431 0.731441
+0 0.659327 0.739956
+0.0458839 0.673609 0.75378
+0.0982834 0.68481 0.764492
+0.150027 0.692927 0.772076
+0.206088 0.6972 0.775753
+0.264897 0.699199 0.77705
+0.32166 0.700236 0.7776
+0.376486 0.700435 0.776959
+0.429526 0.699763 0.775387
+0.481605 0.698589 0.773068
+0.532494 0.697017 0.770382
+0.58233 0.694682 0.766705
+0.631128 0.691783 0.762417
+0.678874 0.68838 0.757137
+0.726162 0.684627 0.751766
+0.772335 0.679988 0.744884
+0.817487 0.67509 0.737423
+0.861692 0.669047 0.728634
+0.905287 0.662654 0.718944
+0.947372 0.655009 0.707439
+0 0.686137 0.724254
+0 0.686336 0.724269
+0 0.686915 0.724651
+0 0.687465 0.724987
+0 0.687968 0.725246
+0 0.688441 0.72546
+0 0.688853 0.725597
+0 0.689235 0.725689
+0 0.689525 0.725643
+0 0.689784 0.725521
+0 0.689952 0.725261
+0 0.690044 0.72491
+0 0.69012 0.724437
+0.00062562 0.703258 0.736996
+0.0575875 0.716869 0.750042
+0.108766 0.72755 0.760357
+0.160662 0.735317 0.767376
+0.217319 0.739101 0.770321
+0.275334 0.741131 0.771405
+0.331182 0.742245 0.771481
+0.385275 0.742611 0.770687
+0.43769 0.742123 0.769223
+0.489281 0.741207 0.766857
+0.539666 0.739986 0.763729
+0.589136 0.738109 0.760296
+0.63772 0.735607 0.755718
+0.685374 0.732692 0.750698
+0.731853 0.729412 0.744442
+0.777935 0.725673 0.737362
+0.822919 0.721172 0.729046
+0.866835 0.716655 0.719753
+0.90985 0.710903 0.708858
+0.952209 0.704799 0.696727
+0 0.725277 0.716777
+0 0.725521 0.716793
+0 0.726131 0.717159
+0 0.726711 0.717479
+0 0.727306 0.717784
+0 0.727779 0.717937
+0 0.728313 0.71809
+0 0.728725 0.71812
+0 0.729107 0.718059
+0 0.729412 0.717876
+0 0.729625 0.717601
+0 0.729809 0.71722
+0 0.732601 0.719371
+0.0167239 0.747539 0.733608
+0.0706035 0.760571 0.74583
+0.120653 0.770626 0.755032
+0.172656 0.777584 0.761028
+0.229725 0.781079 0.763592
+0.286427 0.783185 0.764645
+0.341299 0.784421 0.764569
+0.394522 0.784604 0.763256
+0.446479 0.784573 0.761593
+0.497459 0.783932 0.759411
+0.547509 0.782895 0.756313
+0.596551 0.781491 0.752346
+0.644663 0.779339 0.747845
+0.691768 0.776776 0.742336
+0.740581 0.774365 0.730953
+0.791058 0.775418 0.70251
+0.835065 0.772366 0.692531
+0.877012 0.768368 0.683009
+0.918837 0.76405 0.672236
+0.959258 0.757961 0.663798
+0 0.764858 0.708446
+0 0.765087 0.708431
+0 0.765805 0.708812
+0 0.766461 0.709133
+0 0.766979 0.709285
+0 0.767437 0.709361
+0 0.76788 0.709361
+0 0.768322 0.709331
+0 0.76878 0.709255
+0 0.769146 0.709072
+0 0.769482 0.708751
+0 0.769741 0.708324
+0 0.777615 0.715419
+0.0336767 0.792447 0.729397
+0.0847486 0.804654 0.740658
+0.133959 0.813901 0.748852
+0.186297 0.819837 0.753643
+0.242969 0.823117 0.755627
+0.298604 0.825162 0.756512
+0.352361 0.826383 0.756207
+0.404791 0.82678 0.754818
+0.456001 0.826963 0.752987
+0.506279 0.826474 0.750607
+0.555825 0.825605 0.74725
+0.604532 0.82446 0.743236
+0.651881 0.822736 0.738491
+0.698802 0.820478 0.732692
+0.749432 0.819257 0.715114
+0.799924 0.821622 0.679698
+0.847272 0.821515 0.649882
+0.890227 0.818555 0.635569
+0.930465 0.814221 0.624414
+0.968811 0.807904 0.624018
+0 0.804318 0.698528
+0 0.804639 0.698528
+0 0.805341 0.698894
+0 0.806043 0.699199
+0 0.806683 0.699428
+0 0.807309 0.69958
+0 0.807904 0.699672
+0 0.808438 0.699657
+0 0.808942 0.69955
+0 0.809369 0.699306
+0 0.809705 0.698894
+0 0.809979 0.69836
+0 0.823377 0.710857
+0.0510719 0.837217 0.723705
+0.0999466 0.848417 0.733791
+0.148791 0.857099 0.741253
+0.201465 0.862181 0.744976
+0.257542 0.865095 0.74638
+0.311803 0.867109 0.747021
+0.364385 0.868284 0.746349
+0.4159 0.86891 0.744884
+0.4663 0.869123 0.742779
+0.515831 0.868818 0.740108
+0.564767 0.868116 0.736599
+0.612787 0.867201 0.732418
+0.659648 0.865736 0.727413
+0.705974 0.863828 0.721263
+0.758663 0.863706 0.696559
+0.808591 0.866117 0.658564
+0.856474 0.867918 0.616724
+0.901778 0.867475 0.583246
+0.942016 0.863722 0.56733
+0.978775 0.856977 0.575204
+0 0.844022 0.686931
+0 0.844358 0.686976
+0 0.84506 0.687449
+0 0.845762 0.687785
+0 0.846479 0.688029
+0 0.847135 0.688167
+0 0.847776 0.688228
+0 0.848371 0.688182
+0 0.848936 0.688045
+0 0.849439 0.687785
+0 0.849912 0.687419
+0 0.854994 0.691554
+0.0197757 0.869825 0.705318
+0.0697948 0.882475 0.716823
+0.116762 0.892592 0.725673
+0.165087 0.899886 0.731563
+0.218555 0.904341 0.734462
+0.273045 0.907073 0.73547
+0.325765 0.908904 0.735729
+0.377325 0.910033 0.734691
+0.427726 0.910811 0.733104
+0.477317 0.911086 0.730709
+0.526055 0.910872 0.727825
+0.574182 0.910277 0.723888
+0.621637 0.909621 0.719799
+0.668269 0.908278 0.714214
+0.715618 0.906783 0.704936
+0.768475 0.907469 0.674815
+0.817319 0.909957 0.634714
+0.864897 0.912367 0.586038
+0.910658 0.913848 0.535637
+0.953063 0.912428 0.495781
+0.988434 0.905531 0.512963
+0 0.883574 0.674113
+0 0.883925 0.674067
+0 0.884733 0.674418
+0 0.885405 0.674632
+0 0.885969 0.67483
+0 0.886534 0.674907
+0 0.887205 0.674937
+0 0.887846 0.674861
+0 0.888472 0.674739
+0 0.889052 0.674434
+0 0.889586 0.674022
+0 0.901656 0.685039
+0.0425879 0.915297 0.697505
+0.0892195 0.926665 0.707576
+0.135073 0.935927 0.715404
+0.183581 0.942031 0.720119
+0.236728 0.945739 0.722194
+0.289479 0.948287 0.722774
+0.340871 0.94995 0.722255
+0.390951 0.951141 0.721004
+0.440406 0.951873 0.719341
+0.489006 0.952178 0.71664
+0.536812 0.952071 0.713146
+0.584192 0.951568 0.709163
+0.630869 0.951064 0.704387
+0.676844 0.949905 0.698756
+0.726497 0.948775 0.683558
+0.776043 0.948791 0.655482
+0.822812 0.94934 0.620706
+0.868391 0.950362 0.578408
+0.913283 0.95082 0.525078
+0.957916 0.9514 0.455192
+0.992523 0.947784 0.433112
+0 0 0.686854
+0 0 0.686458
+0 0 0.686305
+0 0 0.686
+0 0 0.685618
+0 0 0.685344
+0 0 0.685145
+0 0 0.684871
+0 0 0.684367
+0 0 0.684047
+0 0 0.683757
+0 0 0.683528
+0 0 0.683284
+0 0 0.683101
+0 0 0.682918
+0 0 0.682521
+0.0340276 0 0.682261
+0.0660258 0 0.682261
+0.0956588 0 0.681666
+0.125963 0 0.680232
+0.158556 0 0.677699
+0.19585 0 0.674159
+0.235477 0 0.669902
+0.274952 0 0.665278
+0.313863 0 0.660136
+0.353307 0 0.655512
+0.393072 0 0.650752
+0.433204 0 0.645823
+0.473411 0 0.640513
+0.514153 0 0.634699
+0.554803 0 0.628367
+0.595728 0 0.621256
+0.636484 0 0.613474
+0 0.00425727 0.68571
+0 0.00289921 0.685313
+0 0.00151064 0.685023
+0 0.000213626 0.684855
+0 0 0.684474
+0 0 0.684245
+0 0 0.684153
+0 0 0.683909
+0 0 0.683787
+0 0 0.683757
+0 0 0.683619
+0 0 0.683635
+0 0 0.683635
+0 0 0.68333
+0 0 0.683177
+0 0 0.68278
+0.0346685 0 0.682536
+0.0663462 0 0.682933
+0.095491 0 0.683421
+0.126375 0 0.68304
+0.160098 0 0.681178
+0.198596 0 0.677531
+0.2392 0 0.673899
+0.279561 0 0.670359
+0.320226 0 0.6663
+0.361013 0 0.662303
+0.402029 0 0.65803
+0.443503 0 0.653269
+0.484947 0 0.648081
+0.526619 0 0.642344
+0.568505 0 0.635874
+0.610315 0 0.628656
+0.652003 0 0.620645
+0 0.0164187 0.685069
+0 0.0151827 0.684688
+0 0.0138857 0.684398
+0 0.0126802 0.684245
+0 0.0112459 0.683909
+0 0.00962844 0.68365
+0 0.0078584 0.683452
+0 0.00607309 0.683284
+0 0.00395209 0.683131
+0 0.00169375 0.682918
+0 0 0.682887
+0 0 0.682857
+0 0 0.682933
+0 0 0.682994
+0 0 0.68397
+0 0 0.684932
+0.033875 0 0.685603
+0.0665293 0 0.686534
+0.0969253 0 0.687251
+0.128344 0 0.687739
+0.163134 0 0.68661
+0.203311 0 0.68423
+0.245121 0 0.681315
+0.286717 0 0.678233
+0.328542 0 0.674586
+0.370535 0 0.670726
+0.412695 0 0.666468
+0.455055 0 0.661723
+0.497704 0 0.656519
+0.540566 0 0.650614
+0.583307 0 0.643946
+0.625925 0 0.6365
+0.668727 0 0.628199
+0 0.0278935 0.684749
+0 0.0267491 0.684382
+0 0.0255741 0.684123
+0 0.0243687 0.683848
+0 0.0231937 0.683635
+0 0.0217441 0.683391
+0 0.0201419 0.683162
+0 0.0185245 0.682963
+0 0.0166476 0.682826
+0 0.0145724 0.682628
+0 0.0123598 0.682857
+0 0.00979629 0.683589
+0 0.00695811 0.684443
+0 0.00386053 0.68545
+0 0.000442512 0.686412
+0 0 0.687724
+0.0337682 0 0.689448
+0.0670481 0 0.692042
+0.0986954 0 0.694438
+0.131182 0 0.695781
+0.167697 0 0.695186
+0.209415 0 0.693202
+0.252354 0 0.690578
+0.295064 0 0.687602
+0.338094 0 0.683925
+0.381369 0 0.680201
+0.424842 0 0.676005
+0.468284 0 0.671153
+0.51191 0 0.665736
+0.555398 0 0.65951
+0.59881 0 0.652522
+0.641917 0 0.644633
+0.685191 0 0.635859
+0 0.0397803 0.684733
+0 0.0387274 0.684398
+0 0.0376593 0.684138
+0 0.0365454 0.683879
+0 0.0354467 0.683635
+0 0.034165 0.683436
+0 0.0327153 0.683314
+0 0.0311589 0.683528
+0 0.0294347 0.684306
+0 0.0276036 0.6851
+0 0.0255131 0.685771
+0 0.0232853 0.686824
+0 0.020798 0.688441
+0 0.018143 0.690288
+0 0.0151675 0.692592
+0 0.0113069 0.695064
+0.0334173 0.0069276 0.697459
+0.0671092 0.00238041 0.700481
+0.0994278 0 0.703243
+0.133425 0 0.705303
+0.172686 0 0.705486
+0.216678 0 0.70399
+0.260685 0 0.701259
+0.304631 0 0.697902
+0.348943 0 0.694469
+0.393027 0 0.690517
+0.437415 0 0.685985
+0.481743 0 0.680735
+0.525994 0 0.674815
+0.569955 0 0.66804
+0.613733 0 0.660487
+0.657588 0 0.652171
+0.700664 0 0.642939
+0 0.0516823 0.684932
+0 0.0507515 0.684703
+0 0.0497597 0.684504
+0 0.0487373 0.68455
+0 0.0476387 0.684962
+0 0.0464179 0.685573
+0 0.045182 0.686275
+0 0.0437171 0.687068
+0 0.0422522 0.688167
+0 0.0406958 0.689784
+0 0.0391089 0.691875
+0 0.0371405 0.694102
+0 0.0350042 0.696727
+0 0.0327153 0.699474
+0 0.0299535 0.702556
+0 0.0264439 0.705516
+0.0332799 0.0224002 0.708186
+0.0678111 0.0181582 0.71162
+0.100938 0.0126192 0.714504
+0.136339 0.00508125 0.716136
+0.177249 0 0.715953
+0.222873 0 0.71426
+0.268864 0 0.71191
+0.314702 0 0.708858
+0.359747 0 0.704982
+0.404868 0 0.700481
+0.449866 0 0.695277
+0.494789 0 0.689632
+0.539467 0 0.683177
+0.584054 0 0.675868
+0.628016 0 0.667765
+0.671702 0 0.658915
+0.714656 0 0.649317
+0 0.0637675 0.686595
+0 0.0629587 0.68687
+0 0.0620127 0.687373
+0 0.0610513 0.687922
+0 0.0600748 0.688655
+0 0.0591745 0.689952
+0 0.0581521 0.691737
+0 0.0570993 0.693828
+0 0.0559243 0.696239
+0 0.0546426 0.698604
+0 0.0531167 0.701534
+0 0.0513771 0.704662
+0 0.049546 0.707774
+0 0.0472877 0.711162
+0 0.0446937 0.714549
+0 0.0414435 0.717479
+0.0332952 0.0377813 0.720913
+0.0690776 0.033875 0.724575
+0.103624 0.028687 0.727199
+0.14049 0.0214542 0.728679
+0.183307 0.0108492 0.727794
+0.23006 0 0.724987
+0.276753 0 0.721767
+0.323445 0 0.718441
+0.370413 0 0.714839
+0.41619 0 0.70985
+0.461814 0 0.704204
+0.507195 0 0.697871
+0.55227 0 0.690837
+0.596689 0 0.682902
+0.640742 0 0.674296
+0.684489 0 0.665003
+0.727245 0 0.654597
+0 0.0763256 0.690211
+0 0.0755932 0.690791
+0 0.0749371 0.692348
+0 0.0742809 0.694072
+0 0.0736858 0.696178
+0 0.0730297 0.698436
+0 0.072221 0.701091
+0 0.0713359 0.704082
+0 0.0702831 0.70721
+0 0.0690776 0.710216
+0 0.0676585 0.713649
+0 0.0661631 0.717174
+0 0.064332 0.720607
+0 0.0621805 0.724117
+0 0.0597391 0.727871
+0 0.0566873 0.730907
+0.0332494 0.0533608 0.734508
+0.0706798 0.0499733 0.738064
+0.106889 0.045243 0.740902
+0.145663 0.0381476 0.741909
+0.190723 0.027924 0.740215
+0.238697 0.0152743 0.736828
+0.286152 0.000885023 0.732845
+0.332937 0 0.728191
+0.379858 0 0.723125
+0.426581 0 0.717998
+0.472969 0 0.712047
+0.518486 0 0.704997
+0.563546 0 0.697261
+0.608118 0 0.688869
+0.651987 0 0.679667
+0.695293 0 0.669963
+0.737957 0 0.658946
+0 0.0904707 0.697932
+0 0.0898756 0.698817
+0 0.0894484 0.70132
+0 0.0890059 0.704036
+0 0.0885176 0.706966
+0 0.0879377 0.709682
+0 0.0872206 0.713069
+0 0.0863813 0.716548
+0 0.08542 0.719783
+0 0.0842451 0.7234
+0 0.0830549 0.727062
+0 0.0814984 0.730495
+0 0.0796826 0.734188
+0 0.0776074 0.737682
+0 0.075349 0.741192
+0 0.0725567 0.744549
+0.0335088 0.0697948 0.748104
+0.0728008 0.066865 0.751812
+0.110719 0.0627146 0.754726
+0.15169 0.0560616 0.755489
+0.199237 0.0461585 0.752926
+0.24831 0.0339361 0.749065
+0.296666 0.0202792 0.744518
+0.344015 0.00486763 0.73901
+0.390509 0 0.732662
+0.436591 0 0.725612
+0.482612 0 0.718379
+0.528649 0 0.711147
+0.573693 0 0.702907
+0.618067 0 0.693919
+0.661723 0 0.684565
+0.704601 0 0.674052
+0.746838 0 0.662837
+0 0.106065 0.708354
+0 0.105531 0.709865
+0 0.105196 0.712886
+0 0.104829 0.716106
+0 0.104402 0.719173
+0 0.103883 0.722728
+0 0.103227 0.726299
+0 0.102495 0.729686
+0 0.101656 0.73341
+0 0.100603 0.737072
+0 0.0993057 0.740368
+0 0.0977798 0.74403
+0 0.0960403 0.747494
+0 0.0940719 0.750774
+0 0.0918898 0.754269
+0 0.0893416 0.757351
+0.033875 0.0872816 0.761135
+0.0753033 0.0851606 0.765194
+0.115328 0.08159 0.767987
+0.158556 0.0755627 0.768719
+0.208499 0.0659953 0.76582
+0.259098 0.0546731 0.761822
+0.308461 0.0417792 0.756817
+0.356451 0.0272374 0.750729
+0.403067 0.0107271 0.743557
+0.448814 0 0.735271
+0.493416 0 0.725978
+0.537774 0 0.716594
+0.582406 0 0.707851
+0.626474 0 0.69836
+0.669871 0 0.688273
+0.712428 0 0.677592
+0.75404 0 0.665858
+0 0.123201 0.720836
+0 0.122759 0.722652
+0 0.122484 0.725933
+0 0.12221 0.729015
+0 0.121843 0.73254
+0 0.121401 0.736202
+0 0.120867 0.739544
+0 0.12018 0.74316
+0 0.119356 0.746731
+0 0.118303 0.749935
+0 0.117067 0.753567
+0 0.115618 0.756832
+0 0.113985 0.759899
+0 0.112123 0.763134
+0 0.109895 0.766201
+0 0.107561 0.768841
+0.0344701 0.10631 0.773053
+0.0784161 0.105333 0.777691
+0.120562 0.102632 0.780819
+0.166369 0.0972457 0.781476
+0.218753 0.0884718 0.778683
+0.270726 0.0778821 0.774578
+0.321263 0.06598 0.769512
+0.370153 0.0523995 0.763317
+0.417395 0.0369421 0.755734
+0.463004 0.0194553 0.746868
+0.507027 0 0.736828
+0.549813 0 0.72549
+0.591546 0 0.713344
+0.633661 0 0.702129
+0.67628 0 0.691386
+0.718517 0 0.680201
+0.759457 0 0.668208
+0 0.142626 0.733959
+0 0.142199 0.735714
+0 0.142031 0.738857
+0 0.141817 0.742351
+0 0.141512 0.745693
+0 0.141131 0.748989
+0 0.140627 0.752392
+0 0.139971 0.755611
+0 0.139101 0.758755
+0 0.138094 0.762097
+0 0.136858 0.765194
+0 0.135439 0.767971
+0 0.133791 0.770748
+0 0.132021 0.773724
+0 0.129732 0.776211
+0 0.12752 0.778424
+0.0353704 0.127611 0.783597
+0.0819409 0.127947 0.788998
+0.126604 0.126329 0.792599
+0.175311 0.121782 0.793622
+0.229908 0.114 0.791547
+0.283864 0.104875 0.788174
+0.335592 0.0939803 0.783368
+0.385504 0.0815595 0.777478
+0.433631 0.067277 0.76997
+0.479652 0.0510872 0.761181
+0.523369 0.0321202 0.750225
+0.565377 0.0106203 0.737926
+0.605737 0 0.724743
+0.644175 0 0.709606
+0.68278 0 0.694987
+0.723156 0 0.682307
+0.76405 0 0.670192
+0 0.164599 0.745617
+0 0.164248 0.747387
+0 0.164141 0.750622
+0 0.164004 0.753506
+0 0.16376 0.756725
+0 0.163424 0.75996
+0 0.162905 0.763104
+0 0.16228 0.765896
+0 0.161425 0.768841
+0 0.160388 0.771679
+0 0.159167 0.774273
+0 0.157702 0.776776
+0 0.156237 0.779293
+0 0.15433 0.78175
+0 0.152071 0.783871
+0 0.150027 0.785809
+0.0365148 0.151934 0.792325
+0.0858015 0.153872 0.798795
+0.133654 0.154025 0.803922
+0.185473 0.15079 0.805692
+0.242466 0.14403 0.80412
+0.297841 0.135836 0.801297
+0.351141 0.126406 0.797406
+0.402304 0.114992 0.791943
+0.451316 0.102144 0.785199
+0.498283 0.0873426 0.777096
+0.54284 0.0701762 0.767086
+0.585122 0.0504311 0.755077
+0.625101 0.0275883 0.741085
+0.662318 0.00103761 0.724971
+0.697337 0 0.706828
+0.731884 0 0.688258
+0.76846 0 0.672084
+0 0.189761 0.755673
+0 0.189425 0.757336
+0 0.189425 0.760143
+0 0.189364 0.762951
+0 0.189166 0.765805
+0 0.188861 0.768627
+0 0.188388 0.771023
+0 0.187762 0.773648
+0 0.186969 0.776165
+0 0.185992 0.778622
+0 0.184817 0.780667
+0 0.183398 0.782757
+0 0.181933 0.784787
+0 0.180056 0.786755
+0 0.177813 0.788434
+0 0.175921 0.790417
+0.0374304 0.180179 0.798871
+0.0898756 0.184085 0.806973
+0.140322 0.185809 0.813123
+0.195102 0.18378 0.815839
+0.254276 0.177966 0.815152
+0.311086 0.17055 0.813214
+0.365469 0.161791 0.809735
+0.417777 0.151827 0.805234
+0.46804 0.140154 0.799573
+0.516289 0.126604 0.792355
+0.562387 0.11107 0.783688
+0.605997 0.0930953 0.773114
+0.647211 0.0724956 0.760449
+0.68542 0.0483406 0.745434
+0.720531 0.0197604 0.726986
+0.752438 0 0.706203
+0.782238 0 0.682857
+0 0.218555 0.765332
+0 0.21828 0.766659
+0 0.218326 0.769039
+0 0.218326 0.771588
+0 0.218235 0.774075
+0 0.21796 0.776379
+0 0.217533 0.778347
+0 0.216953 0.780468
+0 0.21619 0.782467
+0 0.215259 0.784344
+0 0.214099 0.786053
+0 0.212848 0.787472
+0 0.211414 0.78883
+0 0.209506 0.790097
+0 0.207294 0.791196
+0 0.205936 0.793301
+0.0390936 0.212558 0.803342
+0.093843 0.218341 0.813001
+0.146014 0.221027 0.819547
+0.202396 0.219196 0.822171
+0.262715 0.214069 0.821637
+0.320455 0.207507 0.820035
+0.376089 0.199756 0.817594
+0.429374 0.190311 0.81413
+0.481346 0.179507 0.809903
+0.531273 0.167086 0.80441
+0.578805 0.152956 0.797147
+0.624369 0.136568 0.788663
+0.667887 0.118029 0.777981
+0.708354 0.0961929 0.76492
+0.74583 0.0713359 0.749371
+0.779812 0.0415808 0.730358
+0.809049 0.00552377 0.706523
+0 0.249805 0.77438
+0 0.249561 0.775296
+0 0.249714 0.777539
+0 0.249729 0.779614
+0 0.249699 0.781689
+0 0.249393 0.783459
+0 0.249058 0.784985
+0 0.248508 0.786542
+0 0.247807 0.788006
+0 0.246906 0.789364
+0 0.245945 0.790646
+0 0.244755 0.791821
+0 0.243259 0.792477
+0 0.241428 0.793194
+0 0.239338 0.793729
+0 0.238941 0.796124
+0.0424048 0.247761 0.807614
+0.0979019 0.254398 0.817365
+0.150942 0.257389 0.823743
+0.208865 0.256291 0.826185
+0.26949 0.252003 0.825833
+0.327993 0.246098 0.824582
+0.383948 0.238911 0.822293
+0.438239 0.230655 0.819501
+0.490517 0.220676 0.815763
+0.541772 0.209262 0.811643
+0.591333 0.196155 0.806195
+0.638773 0.181201 0.799237
+0.684337 0.163897 0.791196
+0.727459 0.144457 0.780758
+0.767971 0.121981 0.768032
+0.80473 0.0957198 0.75201
+0.83769 0.0646677 0.731868
+0 0.282689 0.782025
+0 0.282521 0.78294
+0 0.282689 0.784482
+0 0.282765 0.786175
+0 0.282689 0.787686
+0 0.28249 0.789105
+0 0.28217 0.790387
+0 0.281651 0.791531
+0 0.281102 0.792645
+0 0.280446 0.793667
+0 0.279484 0.794415
+0 0.278325 0.794888
+0 0.277012 0.795071
+0 0.275364 0.795331
+0 0.273472 0.795514
+0 0.274357 0.798657
+0.0467231 0.284108 0.810864
+0.102235 0.291386 0.82063
+0.156176 0.294774 0.8271
+0.215228 0.294148 0.829526
+0.276585 0.290394 0.829404
+0.33492 0.285466 0.828214
+0.391257 0.279103 0.826246
+0.445609 0.27155 0.823468
+0.498634 0.262806 0.82005
+0.54963 0.252476 0.815915
+0.599802 0.240757 0.811139
+0.648249 0.227237 0.805234
+0.69572 0.21146 0.798703
+0.741375 0.193713 0.790829
+0.784314 0.173007 0.780911
+0.825071 0.149248 0.768353
+0.862242 0.12195 0.752697
+0 0.316564 0.787549
+0 0.316426 0.788281
+0 0.316564 0.789654
+0 0.316594 0.79086
+0 0.316533 0.791959
+0 0.316381 0.792828
+0 0.316121 0.793591
+0 0.31574 0.7944
+0 0.315282 0.795117
+0 0.314641 0.795682
+0 0.313726 0.796094
+0 0.312734 0.796445
+0 0.311574 0.796506
+0 0.31014 0.796643
+0 0.308461 0.796719
+0 0.310597 0.800732
+0.0511177 0.321355 0.813611
+0.106798 0.329137 0.823377
+0.161593 0.332952 0.82974
+0.221683 0.332311 0.83183
+0.282933 0.32929 0.831769
+0.341665 0.325063 0.831113
+0.398032 0.319539 0.829175
+0.452827 0.31313 0.826734
+0.505943 0.305089 0.823453
+0.557717 0.296117 0.819532
+0.607706 0.285359 0.814847
+0.656504 0.273472 0.809247
+0.704067 0.259586 0.803113
+0.750103 0.243671 0.795727
+0.795178 0.225223 0.787594
+0.838346 0.203983 0.777783
+0.879332 0.179187 0.765881
+0 0.351263 0.791257
+0 0.351186 0.791684
+0 0.351324 0.79263
+0 0.351431 0.793515
+0 0.351385 0.794293
+0 0.351217 0.794888
+0 0.350942 0.795407
+0 0.350591 0.79588
+0 0.350134 0.796307
+0 0.349523 0.796643
+0 0.348837 0.796963
+0 0.347906 0.797177
+0 0.346899 0.797208
+0 0.345663 0.797208
+0 0.344182 0.797192
+0 0.348089 0.802701
+0.0555276 0.359197 0.815579
+0.111543 0.367269 0.825544
+0.167117 0.371756 0.831891
+0.228275 0.371405 0.83389
+0.289769 0.368978 0.833951
+0.348592 0.365347 0.833051
+0.405249 0.360616 0.831647
+0.459861 0.354742 0.829145
+0.513069 0.347982 0.826154
+0.564736 0.339803 0.822217
+0.615259 0.330495 0.818051
+0.664179 0.319814 0.812619
+0.712062 0.307271 0.806302
+0.758679 0.293217 0.79971
+0.803708 0.277089 0.791897
+0.847456 0.258183 0.782376
+0.889937 0.236378 0.771984
+0 0.386389 0.792752
+0 0.386313 0.793103
+0 0.386496 0.79382
+0 0.386557 0.794369
+0 0.386511 0.794858
+0 0.386465 0.795346
+0 0.386267 0.795773
+0 0.385977 0.796124
+0 0.385626 0.79649
+0 0.385138 0.79678
+0 0.384512 0.796994
+0 0.383795 0.797177
+0 0.382879 0.797162
+0 0.381796 0.79704
+0 0.38056 0.796948
+0 0.386526 0.804242
+0.0605325 0.398032 0.817227
+0.116625 0.406516 0.827253
+0.17293 0.411063 0.833417
+0.235172 0.411139 0.835248
+0.296727 0.409186 0.835416
+0.355276 0.406271 0.834546
+0.412039 0.402152 0.83331
+0.466651 0.397086 0.83093
+0.520073 0.390814 0.827924
+0.572061 0.38378 0.824277
+0.622324 0.375341 0.819898
+0.671595 0.365881 0.814862
+0.719631 0.355062 0.809033
+0.766308 0.34258 0.802625
+0.811917 0.328145 0.795087
+0.855833 0.31162 0.786007
+0.89865 0.292638 0.776089
+0 0.42208 0.792798
+0 0.421958 0.792981
+0 0.42211 0.7935
+0 0.422248 0.794003
+0 0.422354 0.794476
+0 0.422293 0.794873
+0 0.422217 0.795285
+0 0.422065 0.795651
+0 0.42182 0.795956
+0 0.421424 0.796185
+0 0.420935 0.796368
+0 0.42031 0.796475
+0 0.419532 0.79646
+0 0.418738 0.796277
+0 0.417563 0.796094
+0.00198367 0.42565 0.805219
+0.0659342 0.437781 0.818433
+0.122042 0.446372 0.828321
+0.179294 0.450782 0.834104
+0.242039 0.451286 0.835859
+0.303563 0.450019 0.836225
+0.361944 0.447196 0.835309
+0.418692 0.444083 0.834104
+0.473732 0.439506 0.832059
+0.526711 0.43418 0.828977
+0.578607 0.427634 0.825376
+0.629313 0.420554 0.821439
+0.678325 0.411933 0.816251
+0.726543 0.402304 0.810483
+0.773449 0.391272 0.804227
+0.819028 0.378622 0.797024
+0.863325 0.36408 0.788083
+0.906493 0.347173 0.778454
+0 0.45832 0.791791
+0 0.458228 0.791959
+0 0.458457 0.792462
+0 0.458625 0.792935
+0 0.458808 0.793378
+0 0.458885 0.79379
+0 0.458915 0.794156
+0 0.458824 0.794476
+0 0.458656 0.794751
+0 0.458366 0.794919
+0 0.457969 0.795041
+0 0.457496 0.795102
+0 0.456916 0.795071
+0 0.456138 0.794751
+0 0.455253 0.794553
+0.0089723 0.465583 0.805692
+0.0718547 0.478111 0.819074
+0.128008 0.486839 0.828733
+0.186175 0.491218 0.834195
+0.249378 0.491936 0.836072
+0.310124 0.490806 0.835935
+0.368933 0.488838 0.835355
+0.425452 0.485817 0.834119
+0.480018 0.482094 0.831922
+0.533654 0.477623 0.829404
+0.585321 0.472023 0.825666
+0.635691 0.465354 0.821591
+0.685237 0.45803 0.816922
+0.733059 0.449317 0.8112
+0.779843 0.439567 0.804807
+0.825788 0.428412 0.797711
+0.870451 0.415625 0.789303
+0.913375 0.401022 0.779629
+0 0.495247 0.790143
+0 0.495232 0.790311
+0 0.49546 0.790738
+0 0.49572 0.79115
+0 0.495903 0.791562
+0 0.49604 0.791928
+0 0.496117 0.792279
+0 0.496132 0.792569
+0 0.496071 0.792813
+0 0.495888 0.792935
+0 0.495598 0.793027
+0 0.495277 0.793088
+0 0.494926 0.793042
+0 0.494423 0.792874
+0 0.493706 0.792554
+0.0168002 0.506523 0.805966
+0.0783246 0.519036 0.819089
+0.134478 0.527718 0.828458
+0.193423 0.532128 0.8336
+0.256611 0.532784 0.835081
+0.317357 0.532311 0.835294
+0.375799 0.530846 0.834638
+0.432166 0.528374 0.833585
+0.486625 0.525078 0.831373
+0.539727 0.520974 0.828443
+0.591852 0.516304 0.825315
+0.642054 0.51046 0.82118
+0.691127 0.503838 0.816159
+0.739422 0.496284 0.811048
+0.78645 0.487739 0.804578
+0.83212 0.477699 0.797284
+0.876509 0.466468 0.789197
+0.920012 0.453605 0.779644
+0 0.532845 0.787625
+0 0.53286 0.787732
+0 0.533196 0.788296
+0 0.533547 0.78883
+0 0.533791 0.789258
+0 0.534005 0.789624
+0 0.534157 0.789929
+0 0.534249 0.790204
+0 0.534295 0.790417
+0 0.534203 0.790524
+0 0.53402 0.79057
+0 0.533745 0.790524
+0 0.533349 0.790295
+0 0.532921 0.78999
+0 0.533135 0.790433
+0.0252842 0.54815 0.805753
+0.0851606 0.560327 0.818326
+0.141238 0.568948 0.827314
+0.201205 0.57348 0.832273
+0.264363 0.574228 0.833524
+0.324895 0.57409 0.833921
+0.382818 0.573053 0.833356
+0.438972 0.571038 0.832105
+0.493553 0.56817 0.829953
+0.54612 0.56466 0.826932
+0.597726 0.560372 0.823651
+0.648157 0.55555 0.81973
+0.697444 0.549523 0.81474
+0.745373 0.543038 0.809491
+0.79234 0.535149 0.803037
+0.837949 0.526635 0.796017
+0.882673 0.516838 0.787945
+0.92604 0.505638 0.778775
+0 0.570718 0.784314
+0 0.570764 0.784451
+0 0.571237 0.784924
+0 0.571618 0.785367
+0 0.571954 0.785809
+0 0.572198 0.786191
+0 0.572412 0.786511
+0 0.572549 0.786786
+0 0.572625 0.786954
+0 0.572702 0.787091
+0 0.57261 0.78706
+0 0.572519 0.786984
+0 0.572244 0.786755
+0 0.571893 0.786389
+0 0.574685 0.789273
+0.0341802 0.590082 0.804807
+0.0929122 0.602396 0.817212
+0.149004 0.610773 0.825742
+0.209873 0.615 0.830137
+0.272587 0.615946 0.83125
+0.332647 0.616053 0.831861
+0.390326 0.615259 0.831296
+0.446082 0.613779 0.829694
+0.500175 0.611429 0.827558
+0.552941 0.608286 0.824704
+0.604059 0.604532 0.821225
+0.654444 0.60029 0.817288
+0.703182 0.595193 0.812528
+0.751141 0.589059 0.806775
+0.797787 0.582559 0.800702
+0.843565 0.574914 0.793378
+0.887907 0.566201 0.785229
+0.931426 0.55642 0.775998
+0 0.609003 0.780346
+0 0.609201 0.780468
+0 0.609674 0.780926
+0 0.610117 0.781353
+0 0.610513 0.781704
+0 0.610864 0.782055
+0 0.611154 0.78233
+0 0.611383 0.782559
+0 0.611521 0.782727
+0 0.611643 0.782803
+0 0.611643 0.782773
+0 0.611612 0.782712
+0 0.611429 0.782406
+0 0.611154 0.782025
+0 0.617472 0.788266
+0.0441596 0.632822 0.803571
+0.10164 0.644739 0.815412
+0.157916 0.652796 0.823301
+0.219196 0.656504 0.827146
+0.281361 0.657801 0.828428
+0.340856 0.658213 0.828717
+0.398138 0.65771 0.828046
+0.453391 0.656504 0.826429
+0.506981 0.654643 0.824247
+0.559426 0.651957 0.821637
+0.610498 0.648646 0.818036
+0.66009 0.64477 0.813733
+0.709316 0.640406 0.809094
+0.756603 0.635187 0.803403
+0.803601 0.62945 0.797177
+0.848707 0.62266 0.789792
+0.893233 0.615198 0.781643
+0.936812 0.606668 0.772305
+0 0.6477 0.775921
+0 0.647837 0.775982
+0 0.648325 0.776333
+0 0.648829 0.776638
+0 0.649302 0.776928
+0 0.649714 0.777173
+0 0.650065 0.777417
+0 0.65037 0.777615
+0 0.650614 0.777737
+0 0.650782 0.777752
+0 0.65095 0.777707
+0 0.650965 0.777569
+0 0.650858 0.777279
+0 0.65066 0.776913
+0 0.660777 0.786923
+0.054963 0.67599 0.802029
+0.111192 0.68748 0.813214
+0.167468 0.694987 0.820401
+0.229313 0.698192 0.823255
+0.290745 0.699825 0.82446
+0.349584 0.70042 0.824613
+0.406256 0.700191 0.823865
+0.46096 0.699184 0.822599
+0.514275 0.697673 0.820127
+0.566094 0.69546 0.817197
+0.616846 0.692622 0.813794
+0.666468 0.689174 0.809339
+0.714748 0.685222 0.804196
+0.762509 0.680934 0.798947
+0.808591 0.675669 0.792325
+0.854307 0.669947 0.785016
+0.898116 0.663233 0.776486
+0.941466 0.65597 0.767025
+0 0.686839 0.770489
+0 0.687053 0.770581
+0 0.687633 0.771038
+0 0.688136 0.771389
+0 0.688548 0.771649
+0 0.68893 0.771847
+0 0.689265 0.77203
+0 0.689632 0.772183
+0 0.689937 0.772274
+0 0.690196 0.77229
+0 0.690364 0.772183
+0 0.690532 0.772
+0 0.690532 0.771664
+0 0.69041 0.771252
+0.00546273 0.704921 0.785351
+0.0666819 0.719478 0.799466
+0.121721 0.730266 0.809766
+0.178622 0.737255 0.816205
+0.240406 0.740169 0.818509
+0.300771 0.741878 0.819547
+0.358801 0.742611 0.819852
+0.41474 0.742626 0.819028
+0.468833 0.741817 0.817273
+0.521691 0.740475 0.814786
+0.573266 0.738811 0.812039
+0.623667 0.736522 0.808301
+0.672847 0.733562 0.804028
+0.720806 0.730175 0.798749
+0.768277 0.72639 0.793362
+0.814313 0.721782 0.786587
+0.859449 0.716915 0.779202
+0.903487 0.710964 0.770535
+0.946685 0.70457 0.760906
+0 0.726009 0.763989
+0 0.726253 0.76405
+0 0.726894 0.764508
+0 0.727489 0.764904
+0 0.728038 0.76524
+0 0.728557 0.76553
+0 0.72903 0.765743
+0 0.729473 0.765896
+0 0.729824 0.765942
+0 0.730144 0.765927
+0 0.730358 0.765789
+0 0.730541 0.76556
+0 0.730632 0.765194
+0 0.732738 0.766796
+0.0212253 0.749249 0.782757
+0.0791333 0.762921 0.795926
+0.13341 0.773083 0.805615
+0.191012 0.779599 0.811307
+0.252216 0.782284 0.813169
+0.311635 0.784054 0.814008
+0.368673 0.78497 0.813886
+0.423911 0.785122 0.812833
+0.477226 0.784451 0.8112
+0.529549 0.783383 0.808667
+0.580606 0.782025 0.805463
+0.630579 0.780133 0.801968
+0.679454 0.7776 0.797406
+0.727337 0.774517 0.792309
+0.773816 0.771191 0.786023
+0.819944 0.767514 0.779019
+0.864744 0.763058 0.770748
+0.908431 0.758633 0.761532
+0.951156 0.753002 0.750729
+0 0.765225 0.75668
+0 0.76556 0.756771
+0 0.766232 0.757214
+0 0.766827 0.757595
+0 0.767483 0.757946
+0 0.768063 0.758221
+0 0.768597 0.758434
+0 0.76907 0.758556
+0 0.769528 0.758618
+0 0.769894 0.758556
+0 0.77023 0.758419
+0 0.770504 0.75816
+0 0.770687 0.757778
+0 0.778134 0.764584
+0.0378119 0.794064 0.779812
+0.0931411 0.806973 0.791928
+0.14667 0.816266 0.800366
+0.204715 0.821683 0.804822
+0.265141 0.824353 0.806683
+0.323171 0.8262 0.807416
+0.379171 0.827161 0.807065
+0.433509 0.827192 0.8056
+0.486275 0.826963 0.803754
+0.537942 0.826123 0.801404
+0.588525 0.824918 0.798123
+0.637995 0.823484 0.794156
+0.686503 0.821256 0.789548
+0.733776 0.818647 0.783993
+0.782589 0.816327 0.77261
+0.833005 0.817304 0.744091
+0.876783 0.814313 0.734157
+0.91841 0.810407 0.72462
+0.959884 0.806165 0.713848
+0 0.804883 0.748562
+0 0.805142 0.748577
+0 0.805753 0.748898
+0 0.806455 0.74931
+0 0.807095 0.74963
+0 0.807736 0.74992
+0 0.808301 0.750103
+0 0.808865 0.750225
+0 0.809354 0.75024
+0 0.809812 0.750179
+0 0.810208 0.750011
+0 0.810544 0.749722
+0 0.810834 0.74931
+0 0.824048 0.761761
+0.0553902 0.839185 0.776043
+0.10837 0.851041 0.786984
+0.161578 0.859327 0.794232
+0.219944 0.863737 0.797452
+0.27895 0.866468 0.798932
+0.335836 0.868238 0.799573
+0.390677 0.869184 0.798917
+0.444129 0.869398 0.79736
+0.496071 0.869322 0.7953
+0.547021 0.868666 0.792752
+0.596979 0.867597 0.789197
+0.64625 0.866361 0.785153
+0.693797 0.864576 0.780224
+0.74078 0.862287 0.77438
+0.791516 0.861082 0.756771
+0.841886 0.863508 0.721263
+0.888945 0.863462 0.691432
+0.931517 0.860456 0.677043
+0.971771 0.85655 0.664302
+0 0.844724 0.739132
+0 0.845029 0.739239
+0 0.845762 0.739757
+0 0.84651 0.7402
+0 0.847196 0.740475
+0 0.847883 0.74078
+0 0.848524 0.740963
+0 0.849027 0.740963
+0 0.84947 0.740841
+0 0.849897 0.740688
+0 0.85034 0.740459
+0 0.850752 0.740139
+0 0.854124 0.742702
+0.0185245 0.870192 0.757885
+0.073579 0.884108 0.770779
+0.124941 0.894728 0.780285
+0.178454 0.902205 0.786557
+0.236576 0.905867 0.788861
+0.294148 0.908415 0.789899
+0.349554 0.910094 0.790219
+0.403143 0.910979 0.789242
+0.455528 0.911391 0.787564
+0.506661 0.911376 0.785229
+0.556802 0.910887 0.782406
+0.606226 0.909957 0.778607
+0.654612 0.908965 0.774334
+0.701747 0.907393 0.769299
+0.748104 0.905455 0.763012
+0.800717 0.905272 0.738247
+0.850553 0.907774 0.70013
+0.898161 0.909606 0.658137
+0.943038 0.909209 0.624491
+0.983337 0.906065 0.604944
+0 0.883986 0.728145
+0 0.884352 0.728191
+0 0.88513 0.728634
+0 0.885878 0.729122
+0 0.886549 0.729549
+0 0.887282 0.729793
+0 0.887938 0.729961
+0 0.888594 0.730037
+0 0.889204 0.730037
+0 0.889799 0.729931
+0 0.890318 0.729686
+0 0.890791 0.72932
+0 0.900877 0.738491
+0.0418402 0.916197 0.752773
+0.0931411 0.928618 0.764065
+0.143099 0.937957 0.772137
+0.196872 0.943832 0.776608
+0.254246 0.947265 0.778485
+0.310002 0.949645 0.779187
+0.363867 0.951202 0.77911
+0.416312 0.951995 0.777752
+0.467536 0.952529 0.775891
+0.5178 0.95256 0.773297
+0.567132 0.952178 0.770184
+0.615686 0.951385 0.766049
+0.663386 0.950591 0.761807
+0.710201 0.949142 0.7561
+0.757534 0.94754 0.746792
+0.809934 0.94754 0.716381
+0.858427 0.948867 0.675792
+0.905409 0.950317 0.627832
+0.950179 0.950622 0.577173
+0.992233 0.948943 0.535714
+0 0 0.716716
+0 0 0.716503
+0 0 0.716197
+0 0 0.716091
+0 0 0.715938
+0 0 0.715663
+0 0 0.715526
+0 0 0.71545
+0 0 0.715114
+0 0 0.714931
+0 0 0.714763
+0 0 0.714672
+0 0 0.71458
+0 0 0.714534
+0 0 0.714519
+0 0 0.714519
+0.00581369 0 0.714229
+0.0436866 0 0.71426
+0.076173 0 0.714214
+0.107317 0 0.713405
+0.139498 0 0.712306
+0.176349 0 0.709895
+0.217578 0 0.705943
+0.258686 0 0.701244
+0.29929 0 0.696483
+0.340215 0 0.692042
+0.381323 0 0.687648
+0.422522 0 0.683131
+0.463783 0 0.678233
+0.505348 0 0.673045
+0.547158 0 0.667216
+0.588739 0 0.660853
+0.630503 0 0.653727
+0 0.00384527 0.715785
+0 0.00250248 0.715572
+0 0.00114443 0.715267
+0 0 0.715038
+0 0 0.714961
+0 0 0.714717
+0 0 0.714611
+0 0 0.714519
+0 0 0.71458
+0 0 0.714534
+0 0 0.714778
+0 0 0.714778
+0 0 0.714977
+0 0 0.71487
+0 0 0.71487
+0 0 0.714885
+0.00637827 0 0.714733
+0.0434882 0 0.715663
+0.075639 0 0.716793
+0.107454 0 0.717052
+0.141131 0 0.715938
+0.179248 0 0.713405
+0.221302 0 0.710124
+0.263478 0 0.706859
+0.305715 0 0.70341
+0.348028 0 0.699794
+0.390417 0 0.695811
+0.432868 0 0.691325
+0.475425 0 0.68658
+0.51812 0 0.681392
+0.560784 0 0.675578
+0.603449 0 0.669047
+0.646082 0 0.661784
+0 0.0158846 0.715251
+0 0.0147097 0.715129
+0 0.0134585 0.714824
+0 0.0121462 0.714611
+0 0.0106813 0.714427
+0 0.00923171 0.714305
+0 0.00747692 0.714183
+0 0.00556954 0.714
+0 0.00358587 0.714092
+0 0.00132753 0.71397
+0 0 0.714
+0 0 0.714137
+0 0 0.71426
+0 0 0.714946
+0 0 0.716335
+0 0 0.717601
+0.00511177 0 0.718624
+0.0437171 0 0.719188
+0.0768902 0 0.720821
+0.10927 0 0.722148
+0.143862 0 0.722576
+0.18349 0 0.721218
+0.227054 0 0.718318
+0.27042 0 0.715511
+0.31397 0 0.712398
+0.357305 0 0.70901
+0.400778 0 0.70486
+0.444434 0 0.700603
+0.488121 0 0.695796
+0.531823 0 0.69044
+0.575494 0 0.684459
+0.619257 0 0.677729
+0.662501 0 0.670283
+0 0.0272526 0.715084
+0 0.0262303 0.714977
+0 0.0250858 0.714702
+0 0.0238804 0.714504
+0 0.0225528 0.714321
+0 0.0212253 0.714137
+0 0.0196841 0.714046
+0 0.0179751 0.713863
+0 0.0160983 0.713802
+0 0.0141451 0.713848
+0 0.0118105 0.714534
+0 0.0093843 0.715618
+0 0.0065156 0.71667
+0 0.0034638 0.717662
+0 0 0.718685
+0 0 0.720867
+0.0041352 0 0.722896
+0.0436103 0 0.72578
+0.0780194 0 0.729046
+0.111437 0 0.731106
+0.147463 0 0.732082
+0.188937 0 0.731029
+0.233906 0 0.728374
+0.278614 0 0.725765
+0.323339 0 0.722652
+0.367895 0 0.71902
+0.412726 0 0.715175
+0.457496 0 0.710765
+0.502281 0 0.705821
+0.546731 0 0.700099
+0.591104 0 0.693767
+0.635096 0 0.686656
+0.678874 0 0.678813
+0 0.0390784 0.715267
+0 0.0381323 0.715099
+0 0.0371099 0.714916
+0 0.035996 0.714717
+0 0.0347906 0.714534
+0 0.0334936 0.714321
+0 0.0321813 0.714595
+0 0.0305943 0.715312
+0 0.0288701 0.716045
+0 0.0269627 0.716823
+0 0.0250248 0.717617
+0 0.0226596 0.719066
+0 0.0204013 0.721202
+0 0.0177005 0.723476
+0 0.0146944 0.726146
+0 0.0112459 0.728878
+0.0027924 0.00669871 0.73167
+0.0429389 0.00202945 0.735134
+0.0780804 0 0.738384
+0.112795 0 0.74139
+0.151064 0 0.743267
+0.195636 0 0.742458
+0.241779 0 0.739956
+0.287724 0 0.737102
+0.333547 0 0.733669
+0.379492 0 0.730007
+0.425071 0 0.725872
+0.47068 0 0.72105
+0.51603 0 0.715526
+0.56112 0 0.709361
+0.60592 0 0.70251
+0.650233 0 0.694896
+0.694209 0 0.686412
+0 0.0509957 0.715755
+0 0.0500343 0.71548
+0 0.0491035 0.715526
+0 0.0481422 0.715984
+0 0.0469978 0.716655
+0 0.0458076 0.717113
+0 0.04448 0.717708
+0 0.0431525 0.718807
+0 0.0417487 0.720485
+0 0.0402075 0.72253
+0 0.038468 0.724804
+0 0.0366674 0.727428
+0 0.0345464 0.730175
+0 0.0321508 0.733379
+0 0.0294804 0.73695
+0 0.0262913 0.740246
+0.00123598 0.0221561 0.74345
+0.0426337 0.0177157 0.746899
+0.0787366 0.012604 0.750561
+0.114626 0.00567636 0.753475
+0.154467 0 0.754421
+0.201022 0 0.753231
+0.2495 0 0.751354
+0.2972 0 0.74847
+0.344213 0 0.744945
+0.390661 0 0.740627
+0.437263 0 0.735882
+0.483574 0 0.730556
+0.529229 0 0.724605
+0.574746 0 0.717968
+0.619913 0 0.710445
+0.664454 0 0.702342
+0.708202 0 0.693355
+0 0.0631418 0.717937
+0 0.0622568 0.718044
+0 0.0612955 0.718639
+0 0.060441 0.719493
+0 0.059556 0.720745
+0 0.0586404 0.722515
+0 0.0576486 0.724422
+0 0.0565194 0.72668
+0 0.0553445 0.729046
+0 0.0540322 0.732158
+0 0.0526589 0.735485
+0 0.0509346 0.738567
+0 0.0489509 0.742092
+0 0.0466621 0.745861
+0 0.0442054 0.749416
+0 0.0411536 0.753323
+0 0.0373236 0.756664
+0.0425269 0.0332647 0.760403
+0.0801709 0.0285954 0.764233
+0.117586 0.0220645 0.766629
+0.159243 0.0126345 0.767056
+0.207446 0 0.764904
+0.256748 0 0.76173
+0.305577 0 0.758694
+0.354467 0 0.755444
+0.40177 0 0.750652
+0.44889 0 0.745327
+0.495537 0 0.739422
+0.541802 0 0.732876
+0.587457 0 0.725582
+0.632364 0 0.71754
+0.676814 0 0.708919
+0.720516 0 0.699626
+0 0.0758068 0.722469
+0 0.0750591 0.723278
+0 0.0744182 0.724895
+0 0.0738079 0.726802
+0 0.073167 0.728817
+0 0.0724651 0.731609
+0 0.0716411 0.7346
+0 0.0707408 0.737804
+0 0.0697795 0.74107
+0 0.0686198 0.744717
+0 0.0672007 0.748058
+0 0.0655528 0.751919
+0 0.0636912 0.755764
+0 0.0616465 0.759518
+0 0.0591592 0.763424
+0 0.0563211 0.767559
+0 0.0527352 0.770764
+0.0426642 0.0491035 0.774639
+0.0820783 0.0450294 0.778149
+0.121416 0.0389258 0.780545
+0.16524 0.0297398 0.780331
+0.215396 0.0171664 0.777356
+0.265354 0.00265507 0.773526
+0.314458 0 0.76907
+0.363104 0 0.764324
+0.411765 0 0.759274
+0.459541 0 0.753719
+0.506523 0 0.747051
+0.552819 0 0.739803
+0.598474 0 0.731945
+0.643442 0 0.723445
+0.687526 0 0.714351
+0.730739 0 0.704448
+0 0.0899519 0.730617
+0 0.0893568 0.73196
+0 0.0889601 0.734707
+0 0.0885481 0.737652
+0 0.0880903 0.740581
+0 0.0875257 0.744106
+0 0.0868086 0.747509
+0 0.0860151 0.750942
+0 0.085008 0.754681
+0 0.0838636 0.758328
+0 0.082475 0.762203
+0 0.0809339 0.766171
+0 0.0792554 0.769909
+0 0.0771496 0.773877
+0 0.0747387 0.777646
+0 0.0720989 0.781308
+0 0.0687419 0.784726
+0.0431067 0.0657816 0.788479
+0.0845655 0.0623026 0.792309
+0.125887 0.0568399 0.794659
+0.172335 0.0480201 0.793805
+0.22414 0.0358587 0.790097
+0.275273 0.0220645 0.785672
+0.324971 0.00650034 0.780423
+0.373709 0 0.77438
+0.421485 0 0.767452
+0.468971 0 0.760662
+0.51635 0 0.753658
+0.562692 0 0.745876
+0.60824 0 0.737469
+0.652934 0 0.728573
+0.696696 0 0.719081
+0.739467 0 0.708537
+0 0.105791 0.742473
+0 0.105257 0.744137
+0 0.104936 0.747295
+0 0.104616 0.7505
+0 0.104143 0.754055
+0 0.103609 0.757504
+0 0.102968 0.761334
+0 0.102174 0.765225
+0 0.101244 0.768795
+0 0.100114 0.772732
+0 0.0988327 0.776562
+0 0.0974594 0.78027
+0 0.0956741 0.784115
+0 0.0936599 0.787564
+0 0.0913405 0.79115
+0 0.0888228 0.794583
+0 0.0857404 0.797589
+0.0439002 0.0836652 0.801892
+0.0874495 0.0809339 0.805829
+0.130907 0.0760967 0.808042
+0.180209 0.0679637 0.807126
+0.234073 0.0565499 0.803235
+0.286503 0.0435645 0.798413
+0.336889 0.0289616 0.792615
+0.385916 0.0122988 0.785702
+0.433402 0 0.777722
+0.479622 0 0.768795
+0.525383 0 0.759594
+0.57116 0 0.750881
+0.616373 0 0.742245
+0.660731 0 0.732784
+0.704082 0 0.722667
+0.746609 0 0.711971
+0 0.123064 0.755703
+0 0.122591 0.757275
+0 0.122332 0.76083
+0 0.122026 0.764431
+0 0.12166 0.767849
+0 0.121187 0.771725
+0 0.120592 0.775525
+0 0.11986 0.779049
+0 0.118959 0.782849
+0 0.117937 0.786557
+0 0.116732 0.790021
+0 0.115358 0.793774
+0 0.113664 0.797147
+0 0.111711 0.80029
+0 0.109422 0.803494
+0 0.107012 0.806607
+0 0.104234 0.809308
+0.0449531 0.103227 0.814176
+0.0911421 0.101579 0.818616
+0.137102 0.0976577 0.820996
+0.189166 0.0901656 0.820005
+0.244831 0.0796979 0.816159
+0.298756 0.067689 0.811414
+0.350103 0.054139 0.805463
+0.39971 0.0386511 0.798245
+0.447593 0.0210117 0.789746
+0.493233 0.00077821 0.779965
+0.537362 0 0.769039
+0.580362 0 0.757321
+0.623484 0 0.746181
+0.667018 0 0.736233
+0.710094 0 0.725673
+0.751827 0 0.714733
+0 0.142519 0.769177
+0 0.142107 0.771191
+0 0.141909 0.774762
+0 0.141695 0.778042
+0 0.141375 0.781689
+0 0.140963 0.785367
+0 0.140444 0.7888
+0 0.139742 0.792386
+0 0.138918 0.795605
+0 0.138018 0.799054
+0 0.136828 0.802411
+0 0.135363 0.805661
+0 0.133684 0.808469
+0 0.131762 0.811322
+0 0.129519 0.81413
+0 0.127062 0.816678
+0 0.124666 0.819242
+0.0464332 0.125048 0.824887
+0.095552 0.124941 0.830442
+0.14435 0.122179 0.833371
+0.199359 0.115679 0.832853
+0.257267 0.106386 0.829694
+0.312306 0.095613 0.825223
+0.365332 0.0832532 0.819776
+0.415671 0.0690471 0.812726
+0.463813 0.0525978 0.80412
+0.50959 0.033875 0.794003
+0.553063 0.0122683 0.782086
+0.59469 0 0.7691
+0.634318 0 0.75462
+0.673732 0 0.740078
+0.714534 0 0.727977
+0.756283 0 0.716625
+0 0.164843 0.782116
+0 0.164523 0.783795
+0 0.164355 0.787121
+0 0.164157 0.790463
+0 0.163912 0.793561
+0 0.163561 0.796933
+0 0.163088 0.800259
+0 0.162524 0.803449
+0 0.161746 0.806287
+0 0.160678 0.809277
+0 0.159442 0.812222
+0 0.157977 0.814786
+0 0.156252 0.817334
+0 0.154299 0.819745
+0 0.152193 0.822309
+0 0.149599 0.82443
+0 0.147585 0.826673
+0.0485389 0.150042 0.834043
+0.100649 0.151751 0.840803
+0.152697 0.150698 0.845029
+0.210559 0.145296 0.845106
+0.270497 0.137407 0.842893
+0.327276 0.127977 0.839323
+0.381521 0.116732 0.834379
+0.433097 0.103899 0.828046
+0.48217 0.0890516 0.820172
+0.528969 0.0720531 0.810987
+0.572869 0.0521859 0.799374
+0.61416 0.0293278 0.78584
+0.652659 0.00273136 0.770489
+0.688609 0 0.752789
+0.72398 0 0.734997
+0.760876 0 0.71899
+0 0.190372 0.792859
+0 0.190036 0.794537
+0 0.190036 0.797742
+0 0.189944 0.80058
+0 0.189776 0.803479
+0 0.189487 0.806363
+0 0.188998 0.809064
+0 0.188357 0.811521
+0 0.187549 0.814176
+0 0.186542 0.816754
+0 0.185306 0.81915
+0 0.183871 0.821195
+0 0.182193 0.82327
+0 0.180224 0.825132
+0 0.178058 0.827085
+0 0.17557 0.82887
+0 0.174151 0.831632
+0.0508583 0.179431 0.841535
+0.105791 0.182986 0.849653
+0.160708 0.183246 0.854856
+0.221866 0.178927 0.856001
+0.28304 0.171893 0.854566
+0.341222 0.163333 0.851621
+0.396597 0.153475 0.847684
+0.449424 0.141772 0.842329
+0.500023 0.128161 0.835554
+0.548135 0.112963 0.827543
+0.593561 0.0949264 0.817761
+0.636423 0.0743725 0.805737
+0.676036 0.0502785 0.79118
+0.712505 0.0216526 0.773999
+0.745052 0 0.753338
+0.775357 0 0.730846
+0 0.219425 0.803128
+0 0.21915 0.804608
+0 0.219181 0.807202
+0 0.219196 0.809689
+0 0.219104 0.812299
+0 0.218814 0.814755
+0 0.218357 0.816999
+0 0.217746 0.818952
+0 0.216999 0.821088
+0 0.216037 0.823056
+0 0.214862 0.824872
+0 0.213458 0.826581
+0 0.211856 0.827863
+0 0.209964 0.829023
+0 0.207965 0.830472
+0 0.205402 0.831556
+0 0.20502 0.834699
+0.0532998 0.212634 0.846372
+0.110369 0.2177 0.855482
+0.167254 0.218982 0.861418
+0.23006 0.215305 0.862577
+0.292439 0.208957 0.861479
+0.351736 0.20119 0.859663
+0.408225 0.191821 0.856443
+0.462593 0.181231 0.852766
+0.514824 0.168811 0.847852
+0.564691 0.154665 0.84126
+0.612146 0.138262 0.833097
+0.656764 0.119493 0.823194
+0.698817 0.0979782 0.811032
+0.737377 0.0727855 0.796231
+0.772457 0.0431373 0.777874
+0.802823 0.0074464 0.755749
+0 0.250919 0.812894
+0 0.25069 0.814206
+0 0.250797 0.816175
+0 0.250858 0.818387
+0 0.250751 0.820478
+0 0.250492 0.822416
+0 0.25005 0.824201
+0 0.249531 0.825696
+0 0.248814 0.827176
+0 0.247944 0.828641
+0 0.246799 0.829892
+0 0.245457 0.831022
+0 0.2439 0.831983
+0 0.242176 0.832654
+0 0.240299 0.833539
+0 0.237827 0.833967
+0 0.238972 0.838178
+0.0568093 0.248219 0.850523
+0.114961 0.254185 0.860121
+0.172671 0.256092 0.865721
+0.236591 0.252705 0.866773
+0.299397 0.247272 0.866026
+0.358953 0.24033 0.864317
+0.416526 0.232242 0.862043
+0.471565 0.222263 0.858686
+0.525063 0.210941 0.855055
+0.576577 0.197864 0.850324
+0.625895 0.18291 0.844007
+0.673182 0.165652 0.836378
+0.717708 0.146212 0.827085
+0.759487 0.123537 0.814908
+0.797452 0.0974136 0.800061
+0.831418 0.0663767 0.781277
+0 0.283787 0.820951
+0 0.283619 0.821988
+0 0.283757 0.823774
+0 0.283787 0.825238
+0 0.283726 0.826886
+0 0.283528 0.828382
+0 0.283146 0.829709
+0 0.282643 0.8309
+0 0.282002 0.832029
+0 0.281224 0.833005
+0 0.280171 0.833799
+0 0.278996 0.834501
+0 0.277623 0.835019
+0 0.276326 0.835431
+0 0.274449 0.835676
+0 0.272206 0.835843
+0 0.27483 0.841108
+0.0609445 0.285008 0.85391
+0.119509 0.291569 0.863737
+0.178332 0.293538 0.869215
+0.24332 0.291035 0.87039
+0.306172 0.286473 0.869856
+0.366445 0.280262 0.868482
+0.423743 0.272953 0.866224
+0.479545 0.264393 0.863355
+0.533013 0.254017 0.859464
+0.585199 0.242329 0.855436
+0.635554 0.228763 0.850156
+0.684291 0.213123 0.844038
+0.73109 0.195071 0.837003
+0.775738 0.174624 0.828046
+0.817655 0.150912 0.816861
+0.85539 0.123369 0.801846
+0 0.317479 0.826734
+0 0.317372 0.827558
+0 0.317494 0.828962
+0 0.317571 0.830289
+0 0.31751 0.831464
+0 0.317311 0.832502
+0 0.317006 0.833341
+0 0.316579 0.833967
+0 0.31603 0.834623
+0 0.315267 0.835203
+0 0.314458 0.835706
+0 0.313375 0.836118
+0 0.312169 0.8365
+0 0.31107 0.836881
+0 0.309392 0.837018
+0 0.307408 0.837156
+0 0.311711 0.843702
+0.065507 0.32253 0.857038
+0.124239 0.329671 0.866651
+0.184344 0.332052 0.872023
+0.249943 0.330098 0.873106
+0.313268 0.326085 0.87303
+0.373342 0.320867 0.871824
+0.431205 0.314321 0.869795
+0.486839 0.306493 0.866972
+0.54081 0.297627 0.863661
+0.592889 0.286976 0.859266
+0.643626 0.274937 0.854734
+0.692638 0.261158 0.84889
+0.740108 0.24506 0.842451
+0.786511 0.226764 0.83505
+0.830335 0.20528 0.826123
+0.872526 0.180438 0.815305
+0 0.351949 0.830732
+0 0.351812 0.831312
+0 0.352041 0.832151
+0 0.352117 0.83299
+0 0.35201 0.833783
+0 0.351888 0.834455
+0 0.351644 0.835035
+0 0.351263 0.835569
+0 0.35079 0.836057
+0 0.350195 0.836484
+0 0.349447 0.836881
+0 0.348684 0.837339
+0 0.347768 0.837781
+0 0.346502 0.837842
+0 0.345113 0.837903
+0 0.343343 0.837934
+0.00149538 0.349279 0.845792
+0.0701762 0.360952 0.859617
+0.129244 0.36846 0.869215
+0.190463 0.371115 0.874434
+0.256428 0.369268 0.87541
+0.319753 0.36611 0.875151
+0.380118 0.361624 0.87425
+0.437949 0.355917 0.872496
+0.493904 0.349325 0.870054
+0.54815 0.341085 0.866728
+0.600717 0.331914 0.862837
+0.651209 0.320943 0.858244
+0.700648 0.308736 0.852674
+0.748531 0.294606 0.846433
+0.794827 0.278508 0.839536
+0.839734 0.259678 0.831449
+0.882918 0.237964 0.821988
+0 0.387198 0.832624
+0 0.387106 0.832959
+0 0.387198 0.833661
+0 0.387243 0.834226
+0 0.387243 0.834791
+0 0.387137 0.835309
+0 0.386954 0.835813
+0 0.386755 0.836332
+0 0.386465 0.836789
+0 0.386038 0.837263
+0 0.385428 0.837613
+0 0.384695 0.837903
+0 0.383764 0.838102
+0 0.382727 0.838193
+0 0.38143 0.838056
+0 0.379873 0.837995
+0.00738537 0.387976 0.8477
+0.0748608 0.399832 0.861357
+0.134447 0.407584 0.871092
+0.196826 0.410834 0.876204
+0.263142 0.409491 0.877272
+0.326574 0.40679 0.877195
+0.38706 0.403021 0.876143
+0.445014 0.398077 0.874586
+0.500908 0.392004 0.87219
+0.555062 0.385077 0.869154
+0.607477 0.376684 0.865141
+0.658656 0.367285 0.860929
+0.708049 0.35639 0.855787
+0.756008 0.343725 0.849668
+0.803006 0.329427 0.843229
+0.848051 0.313039 0.835477
+0.891661 0.293797 0.826322
+0 0.422965 0.833143
+0 0.422858 0.833387
+0 0.423026 0.833951
+0 0.423178 0.834516
+0 0.423209 0.835004
+0 0.423224 0.835523
+0 0.423117 0.835966
+0 0.42295 0.836393
+0 0.42269 0.836774
+0 0.422324 0.837125
+0 0.42182 0.8374
+0 0.421164 0.837629
+0 0.420401 0.837751
+0 0.419501 0.837842
+0 0.418402 0.837598
+0 0.417075 0.837461
+0.0137331 0.427527 0.849241
+0.0802014 0.439704 0.862882
+0.140093 0.447669 0.872511
+0.203387 0.450752 0.877272
+0.270085 0.450111 0.87837
+0.33344 0.448051 0.878462
+0.393729 0.444862 0.87744
+0.451789 0.440513 0.875853
+0.507561 0.435279 0.873671
+0.561913 0.428855 0.870649
+0.614466 0.42182 0.867124
+0.665446 0.413184 0.862516
+0.71519 0.403571 0.857771
+0.763439 0.392599 0.852049
+0.810239 0.37995 0.845808
+0.855787 0.365347 0.838361
+0.899519 0.348623 0.829633
+0 0.459174 0.832609
+0 0.459159 0.832822
+0 0.459342 0.833371
+0 0.459525 0.83389
+0 0.459693 0.834394
+0 0.45977 0.834882
+0 0.459754 0.835279
+0 0.459678 0.83566
+0 0.459495 0.836011
+0 0.45922 0.836255
+0 0.458869 0.836439
+0 0.458412 0.836591
+0 0.45774 0.836652
+0 0.456947 0.836683
+0 0.456046 0.836454
+0 0.454917 0.836286
+0.0205081 0.467704 0.850172
+0.0859998 0.480217 0.86389
+0.146166 0.48838 0.873304
+0.210529 0.491264 0.877653
+0.27718 0.491081 0.878782
+0.340368 0.489509 0.87892
+0.400351 0.486625 0.877943
+0.458305 0.483299 0.876448
+0.514565 0.478691 0.874571
+0.568368 0.473152 0.871473
+0.620996 0.466529 0.867887
+0.672206 0.459266 0.863798
+0.721553 0.450492 0.858824
+0.769833 0.440818 0.853223
+0.817029 0.429709 0.847105
+0.862516 0.416922 0.840055
+0.906691 0.402319 0.831403
+0 0.495995 0.831357
+0 0.495964 0.831556
+0 0.496254 0.83209
+0 0.496559 0.832639
+0 0.496757 0.833097
+0 0.49691 0.833555
+0 0.496971 0.833936
+0 0.497017 0.834272
+0 0.496925 0.834501
+0 0.496757 0.834714
+0 0.496483 0.834852
+0 0.496178 0.834974
+0 0.495644 0.835004
+0 0.494957 0.834974
+0 0.494209 0.834745
+0 0.493202 0.83444
+0.0277714 0.508568 0.850752
+0.0923476 0.52134 0.864424
+0.15288 0.529397 0.873442
+0.218173 0.532326 0.877424
+0.284733 0.532509 0.878782
+0.347158 0.531212 0.878492
+0.407355 0.529 0.877791
+0.46511 0.525841 0.87628
+0.520668 0.521965 0.874205
+0.575082 0.517342 0.871641
+0.627283 0.51162 0.867933
+0.678126 0.50486 0.863798
+0.728176 0.497414 0.85919
+0.776181 0.488655 0.853498
+0.823072 0.478904 0.847364
+0.868864 0.467658 0.840421
+0.913375 0.45478 0.832227
+0 0.533333 0.829389
+0 0.533379 0.829602
+0 0.533745 0.830137
+0 0.534066 0.830625
+0 0.53434 0.831113
+0 0.534539 0.831525
+0 0.534752 0.831922
+0 0.534829 0.832227
+0 0.534844 0.832456
+0 0.534752 0.832624
+0 0.534569 0.832731
+0 0.534295 0.832822
+0 0.533928 0.832807
+0 0.533379 0.832731
+0 0.532723 0.832456
+0 0.534081 0.834257
+0.0359045 0.550378 0.851087
+0.0993668 0.562936 0.86424
+0.160281 0.570932 0.872953
+0.22623 0.573754 0.87657
+0.292058 0.573922 0.877546
+0.354482 0.573297 0.87776
+0.414252 0.571588 0.87689
+0.471794 0.568948 0.875669
+0.527184 0.565499 0.873426
+0.581079 0.561318 0.870451
+0.633829 0.556512 0.867247
+0.684459 0.550607 0.863172
+0.733806 0.543938 0.858167
+0.782132 0.536339 0.853193
+0.829236 0.527749 0.846845
+0.874754 0.517723 0.839734
+0.919005 0.506462 0.831846
+0 0.571466 0.82681
+0 0.571511 0.826947
+0 0.571817 0.827482
+0 0.572106 0.82797
+0 0.572396 0.828458
+0 0.572671 0.828855
+0 0.572885 0.829221
+0 0.573098 0.829541
+0 0.57319 0.829816
+0 0.57319 0.829999
+0 0.573175 0.830137
+0 0.572992 0.830167
+0 0.572717 0.830121
+0 0.57232 0.829969
+0 0.571847 0.829633
+0 0.576135 0.834089
+0.0447242 0.592706 0.85098
+0.10692 0.604837 0.863523
+0.167987 0.612436 0.871534
+0.234836 0.615442 0.875013
+0.300038 0.615869 0.875944
+0.362066 0.615549 0.876158
+0.421347 0.614313 0.875334
+0.478553 0.612131 0.874052
+0.534051 0.609125 0.871809
+0.587289 0.605524 0.868711
+0.63949 0.601068 0.865324
+0.690318 0.596216 0.861494
+0.739834 0.590143 0.856535
+0.78793 0.583673 0.851377
+0.83473 0.575784 0.84506
+0.880339 0.567269 0.838178
+0.924819 0.557488 0.830335
+0 0.609827 0.823636
+0 0.61001 0.823804
+0 0.610483 0.824338
+0 0.610925 0.824811
+0 0.611307 0.825269
+0 0.611627 0.825711
+0 0.611902 0.826123
+0 0.612116 0.826474
+0 0.612299 0.826734
+0 0.61239 0.826917
+0 0.612436 0.827054
+0 0.612345 0.827024
+0 0.612177 0.826902
+0 0.611902 0.826627
+0 0.611505 0.826261
+0 0.618799 0.833585
+0.0541085 0.635233 0.850095
+0.115389 0.647288 0.862318
+0.176989 0.654521 0.869703
+0.244068 0.657328 0.872694
+0.308492 0.658015 0.873579
+0.36997 0.657938 0.87393
+0.428931 0.656916 0.873228
+0.485588 0.655283 0.871519
+0.540642 0.65275 0.869245
+0.594079 0.6495 0.8663
+0.645701 0.64567 0.862791
+0.696437 0.641352 0.858854
+0.745342 0.63621 0.854124
+0.793393 0.630152 0.848493
+0.84007 0.623667 0.842527
+0.885618 0.616053 0.835355
+0.929778 0.60737 0.827482
+0 0.648432 0.819654
+0 0.6486 0.819791
+0 0.649134 0.820294
+0 0.649638 0.820783
+0 0.650095 0.82121
+0 0.650507 0.821576
+0 0.650858 0.821927
+0 0.651164 0.822217
+0 0.651392 0.822446
+0 0.651637 0.82269
+0 0.651698 0.822736
+0 0.651713 0.822721
+0 0.651637 0.822553
+0 0.651469 0.822293
+0 0.651179 0.821897
+0 0.662547 0.833204
+0.064622 0.678386 0.848966
+0.125078 0.689906 0.860395
+0.187289 0.69662 0.867018
+0.253803 0.699107 0.869612
+0.31754 0.700191 0.87071
+0.378332 0.700389 0.870771
+0.436759 0.699687 0.869932
+0.493065 0.698283 0.868132
+0.547448 0.696239 0.865812
+0.600504 0.693446 0.863127
+0.652049 0.690074 0.859495
+0.701976 0.686168 0.855207
+0.751461 0.681849 0.85066
+0.798795 0.676646 0.845029
+0.845609 0.670909 0.838987
+0.890639 0.664302 0.831769
+0.934936 0.656931 0.823789
+0 0.687327 0.815229
+0 0.687495 0.815351
+0 0.688106 0.8159
+0 0.68864 0.816297
+0 0.689174 0.816632
+0 0.689647 0.816922
+0 0.690074 0.817166
+0 0.69044 0.817426
+0 0.690745 0.817624
+0 0.690974 0.817716
+0 0.691188 0.817761
+0 0.691325 0.817685
+0 0.69131 0.817563
+0 0.691218 0.817288
+0 0.691005 0.816892
+0.0104677 0.706432 0.832227
+0.0761273 0.721889 0.847562
+0.135683 0.732784 0.858152
+0.198352 0.738811 0.863874
+0.264332 0.74107 0.865782
+0.327214 0.742412 0.866728
+0.38735 0.742779 0.866636
+0.445167 0.742367 0.865736
+0.500786 0.741176 0.864317
+0.554818 0.739528 0.861723
+0.607202 0.737255 0.858747
+0.658412 0.734447 0.855314
+0.708461 0.730968 0.850935
+0.756863 0.727031 0.845777
+0.804517 0.722713 0.84062
+0.850584 0.71751 0.834089
+0.896071 0.711849 0.826902
+0.93962 0.705257 0.818524
+0 0.726772 0.810086
+0 0.727001 0.810208
+0 0.72752 0.810605
+0 0.728008 0.810956
+0 0.728496 0.811292
+0 0.729015 0.811658
+0 0.729488 0.811948
+0 0.7299 0.812192
+0 0.730282 0.81236
+0 0.730602 0.812451
+0 0.730831 0.812467
+0 0.730999 0.812375
+0 0.73109 0.812161
+0 0.73109 0.811841
+0 0.733013 0.813397
+0.0261692 0.751125 0.831067
+0.0886702 0.765576 0.845136
+0.147463 0.775647 0.854658
+0.211002 0.781064 0.859541
+0.275898 0.783307 0.861173
+0.337682 0.784772 0.861967
+0.396902 0.78526 0.862028
+0.453941 0.785107 0.861021
+0.508812 0.78407 0.859098
+0.562417 0.782589 0.856535
+0.614542 0.780896 0.853697
+0.665324 0.778393 0.849897
+0.714763 0.775402 0.845579
+0.762737 0.771984 0.840375
+0.810254 0.768246 0.835004
+0.856092 0.763699 0.82829
+0.901061 0.758862 0.820935
+0.944778 0.753002 0.812467
+0 0.766049 0.803906
+0 0.766323 0.804013
+0 0.76701 0.80441
+0 0.767666 0.804852
+0 0.768277 0.805264
+0 0.768841 0.805615
+0 0.76939 0.80592
+0 0.769863 0.806149
+0 0.770306 0.806317
+0 0.770687 0.806378
+0 0.770962 0.806317
+0 0.771191 0.80618
+0 0.771344 0.80592
+0 0.77145 0.80557
+0 0.778241 0.811856
+0.0423438 0.795819 0.828901
+0.102129 0.809293 0.841901
+0.160647 0.818463 0.850614
+0.224735 0.823301 0.854688
+0.288151 0.825513 0.856077
+0.348898 0.826978 0.856611
+0.407095 0.82771 0.856291
+0.463279 0.827558 0.854978
+0.517403 0.826703 0.853147
+0.570397 0.825498 0.850507
+0.621988 0.823987 0.847211
+0.672328 0.82208 0.843656
+0.721325 0.819501 0.839033
+0.769329 0.816373 0.833906
+0.815686 0.812985 0.827573
+0.861723 0.809445 0.820706
+0.90631 0.805173 0.812543
+0.949538 0.800702 0.803372
+0 0.805508 0.796857
+0 0.805814 0.796994
+0 0.806516 0.797482
+0 0.807218 0.797955
+0 0.807874 0.798367
+0 0.808499 0.798733
+0 0.809094 0.799069
+0 0.809628 0.799252
+0 0.810147 0.799451
+0 0.81062 0.799527
+0 0.811002 0.799481
+0 0.811337 0.799313
+0 0.811612 0.799115
+0 0.811841 0.798764
+0 0.824598 0.810895
+0.059556 0.840848 0.826444
+0.11725 0.853284 0.838102
+0.175738 0.861372 0.845319
+0.239597 0.865263 0.848264
+0.30161 0.867597 0.849821
+0.360937 0.8692 0.850248
+0.417975 0.869841 0.849592
+0.473228 0.869673 0.847944
+0.526772 0.869245 0.845884
+0.579034 0.868223 0.843381
+0.63003 0.866835 0.839918
+0.679789 0.865339 0.83592
+0.728511 0.863081 0.831266
+0.775799 0.860441 0.825681
+0.82443 0.858106 0.814298
+0.874708 0.859159 0.78584
+0.918181 0.856214 0.776089
+0.95935 0.852354 0.766491
+0 0.845151 0.789075
+0 0.845457 0.789197
+0 0.84622 0.789715
+0 0.846952 0.790188
+0 0.847669 0.7906
+0 0.848341 0.790951
+0 0.848966 0.791226
+0 0.849561 0.791455
+0 0.850141 0.791608
+0 0.850645 0.791653
+0 0.851118 0.791608
+0 0.85153 0.791455
+0 0.851926 0.791196
+0 0.85304 0.791669
+0.0173648 0.870954 0.808774
+0.0780041 0.886061 0.823041
+0.133959 0.897231 0.833265
+0.192935 0.904051 0.839048
+0.25565 0.907301 0.841154
+0.316075 0.909697 0.842268
+0.374105 0.911147 0.842618
+0.429847 0.911711 0.841596
+0.484184 0.911727 0.839857
+0.536843 0.911452 0.837598
+0.588357 0.910628 0.834867
+0.638621 0.909392 0.831159
+0.688121 0.907973 0.826932
+0.735882 0.906218 0.822034
+0.782818 0.903899 0.816159
+0.833448 0.902663 0.79852
+0.883513 0.905043 0.763058
+0.930236 0.905074 0.733272
+0.972366 0.902266 0.718853
+0 0.884764 0.780179
+0 0.88513 0.780285
+0 0.885863 0.780865
+0 0.886595 0.781491
+0 0.887327 0.781888
+0 0.888029 0.782238
+0 0.888594 0.782391
+0 0.889143 0.782498
+0 0.889662 0.782528
+0 0.890227 0.782559
+0 0.890776 0.782498
+0 0.891249 0.78233
+0 0.891676 0.782025
+0 0.899733 0.789273
+0.0406043 0.916655 0.805325
+0.0970779 0.93022 0.817899
+0.152026 0.939925 0.826505
+0.211612 0.9458 0.831174
+0.272694 0.948684 0.832715
+0.331518 0.950851 0.833387
+0.388037 0.95227 0.833448
+0.442557 0.95285 0.832181
+0.495689 0.952941 0.830198
+0.547463 0.952712 0.827649
+0.598123 0.952041 0.824659
+0.647898 0.950988 0.820737
+0.696483 0.949859 0.816342
+0.743664 0.94818 0.811154
+0.790021 0.946166 0.804807
+0.842206 0.945434 0.780072
+0.891066 0.946761 0.741711
+0.938109 0.947585 0.699962
+0.982055 0.946502 0.666316
+0 0 0.746517
+0 0 0.746517
+0 0 0.74638
+0 0 0.746181
+0 0 0.74609
+0 0 0.746044
+0 0 0.745998
+0 0 0.745937
+0 0 0.746075
+0 0 0.745815
+0 0 0.745785
+0 0 0.745815
+0 0 0.745876
+0 0 0.745953
+0 0 0.746075
+0 0 0.746227
+0 0 0.74641
+0.0152895 0 0.746212
+0.0532235 0 0.746471
+0.0865339 0 0.746685
+0.119051 0 0.746792
+0.155215 0 0.745205
+0.197284 0 0.741634
+0.240238 0 0.737057
+0.282841 0 0.732677
+0.325292 0 0.728847
+0.36788 0 0.72491
+0.410437 0 0.720714
+0.45301 0 0.716075
+0.495705 0 0.711147
+0.538415 0 0.705882
+0.581079 0 0.700053
+0.623499 0 0.69369
+0 0.0034638 0.745846
+0 0.00209049 0.745693
+0 0.000823987 0.745663
+0 0 0.745418
+0 0 0.745296
+0 0 0.745113
+0 0 0.745205
+0 0 0.745251
+0 0 0.745251
+0 0 0.745525
+0 0 0.745663
+0 0 0.745968
+0 0 0.746258
+0 0 0.746395
+0 0 0.746532
+0 0 0.7467
+0 0 0.747494
+0.0141756 0 0.748409
+0.0522774 0 0.749554
+0.0866712 0 0.750423
+0.120623 0 0.75024
+0.1579 0 0.749416
+0.20087 0 0.747051
+0.245136 0 0.743801
+0.289296 0 0.740383
+0.333028 0 0.737118
+0.376974 0 0.733562
+0.420798 0 0.72961
+0.464637 0 0.7252
+0.508522 0 0.720272
+0.552224 0 0.714961
+0.595697 0 0.708995
+0.639155 0 0.702602
+0 0.0154726 0.745556
+0 0.0142061 0.745403
+0 0.0130312 0.745296
+0 0.0117952 0.745129
+0 0.0103456 0.745022
+0 0.00875868 0.74493
+0 0.00717174 0.74493
+0 0.0052491 0.744945
+0 0.00317388 0.7449
+0 0.0010071 0.745113
+0 0 0.745159
+0 0 0.745312
+0 0 0.7458
+0 0 0.747051
+0 0 0.748501
+0 0 0.749783
+0 0 0.751171
+0.0144656 0 0.752102
+0.0533608 0 0.754452
+0.0879835 0 0.756786
+0.122942 0 0.757809
+0.161685 0 0.757916
+0.206302 0 0.755856
+0.251911 0 0.753277
+0.297261 0 0.750118
+0.342336 0 0.747066
+0.387503 0 0.743557
+0.432273 0 0.739467
+0.477287 0 0.734966
+0.52221 0 0.730114
+0.566995 0 0.724727
+0.611414 0 0.718624
+0.655802 0 0.711864
+0 0.0268254 0.745602
+0 0.0256657 0.745434
+0 0.0245212 0.745235
+0 0.0234531 0.74519
+0 0.0221408 0.745052
+0 0.0207218 0.744915
+0 0.0191501 0.744823
+0 0.0175631 0.74493
+0 0.0157015 0.7449
+0 0.013611 0.745296
+0 0.0114595 0.746441
+0 0.00891127 0.747509
+0 0.00624094 0.748486
+0 0.00303655 0.749599
+0 0 0.751507
+0 0 0.753902
+0 0 0.756878
+0.0135805 0 0.759258
+0.0536355 0 0.763058
+0.0895552 0 0.766567
+0.125566 0 0.768353
+0.166293 0 0.768627
+0.212711 0 0.766659
+0.259602 0 0.76408
+0.306386 0 0.761334
+0.352728 0 0.758114
+0.398932 0 0.75433
+0.445197 0 0.750271
+0.491203 0 0.745647
+0.536858 0 0.740551
+0.582422 0 0.734707
+0.627466 0 0.728283
+0.672007 0 0.721126
+0 0.0385901 0.745968
+0 0.0375219 0.7458
+0 0.0364996 0.745586
+0 0.0354772 0.745525
+0 0.0343175 0.745449
+0 0.0330053 0.745495
+0 0.0315862 0.746029
+0 0.030045 0.746975
+0 0.0284428 0.747631
+0 0.0265354 0.748516
+0 0.0244297 0.749645
+0 0.0222934 0.75169
+0 0.0199435 0.754009
+0 0.0173342 0.756756
+0 0.014313 0.759365
+0 0.0109712 0.762875
+0 0.00697337 0.766445
+0.0116579 0.00177005 0.769482
+0.0527047 0 0.773632
+0.0897383 0 0.777539
+0.127901 0 0.780179
+0.171527 0 0.781079
+0.220005 0 0.778744
+0.26807 0 0.776135
+0.316075 0 0.77322
+0.363714 0 0.769635
+0.4112 0 0.765652
+0.45803 0 0.761151
+0.504814 0 0.7561
+0.551125 0 0.750378
+0.596948 0 0.74406
+0.642313 0 0.737133
+0.686976 0 0.729458
+0 0.0504768 0.746609
+0 0.049485 0.746563
+0 0.0485084 0.746777
+0 0.0474861 0.74728
+0 0.0464027 0.74786
+0 0.0452735 0.748714
+0 0.0439765 0.749615
+0 0.0425727 0.750942
+0 0.0411688 0.752956
+0 0.0397955 0.755322
+0 0.0380865 0.757519
+0 0.0361791 0.760571
+0 0.0340887 0.763851
+0 0.0317693 0.767529
+0 0.0289921 0.770932
+0 0.0259098 0.774899
+0 0.0222171 0.778653
+0.00965896 0.0173037 0.782177
+0.0521859 0.0123751 0.786419
+0.0905013 0.00611887 0.790097
+0.130022 0 0.792584
+0.175601 0 0.792447
+0.226673 0 0.790768
+0.276967 0 0.788479
+0.326177 0 0.784833
+0.374701 0 0.78085
+0.422705 0 0.776287
+0.470619 0 0.771328
+0.517998 0 0.765743
+0.564431 0 0.759518
+0.610559 0 0.752697
+0.656001 0 0.745235
+0.700893 0 0.73695
+0 0.0626078 0.749462
+0 0.061677 0.749767
+0 0.0607614 0.750439
+0 0.0598459 0.751431
+0 0.0589761 0.752956
+0 0.0580758 0.75494
+0 0.057145 0.757153
+0 0.0561532 0.759472
+0 0.0549783 0.762539
+0 0.0536355 0.765835
+0 0.0521248 0.76907
+0 0.0504463 0.772747
+0 0.0485237 0.776776
+0 0.0462654 0.780392
+0 0.0436103 0.784604
+0 0.0407416 0.788525
+0 0.0372473 0.792767
+0.00737011 0.0326696 0.796185
+0.0521096 0.0282292 0.800473
+0.0920272 0.0224613 0.804257
+0.133272 0.0141604 0.805798
+0.18114 0.00209049 0.805005
+0.233143 0 0.80235
+0.284672 0 0.798932
+0.335744 0 0.795773
+0.385336 0 0.791363
+0.434089 0 0.786282
+0.482383 0 0.780713
+0.529946 0 0.774487
+0.576669 0 0.767514
+0.622873 0 0.760143
+0.668193 0 0.752041
+0.712657 0 0.743313
+0 0.0753033 0.754711
+0 0.0746319 0.755718
+0 0.0740063 0.757443
+0 0.0733959 0.759441
+0 0.0727855 0.76202
+0 0.0720989 0.764996
+0 0.0713054 0.768185
+0 0.0703746 0.771481
+0 0.0693065 0.77525
+0 0.068101 0.77882
+0 0.0666819 0.782742
+0 0.065156 0.786984
+0 0.0632944 0.790814
+0 0.0610971 0.795041
+0 0.0587472 0.799084
+0 0.0558328 0.803311
+0 0.0526284 0.807507
+0.00503548 0.0484016 0.810834
+0.052369 0.0444038 0.815076
+0.0942245 0.0392157 0.818357
+0.137636 0.0314336 0.819974
+0.187884 0.0195621 0.818128
+0.241108 0.00492866 0.814267
+0.293111 0 0.809949
+0.344137 0 0.805386
+0.394522 0 0.800488
+0.444495 0 0.795102
+0.492805 0 0.788754
+0.540658 0 0.781903
+0.587625 0 0.774487
+0.633677 0 0.766567
+0.678843 0 0.757977
+0.723003 0 0.748989
+0 0.0896315 0.763775
+0 0.0890364 0.76527
+0 0.0886244 0.768139
+0 0.0882124 0.771145
+0 0.0876783 0.774533
+0 0.0870832 0.778042
+0 0.0863661 0.781704
+0 0.0855116 0.785687
+0 0.0845502 0.789227
+0 0.0834821 0.793606
+0 0.0821698 0.797574
+0 0.0805676 0.801694
+0 0.0787671 0.805829
+0 0.0766461 0.80975
+0 0.0743725 0.813993
+0 0.0715496 0.817792
+0 0.068513 0.821668
+0.0027924 0.0647593 0.825162
+0.0530861 0.0614328 0.829129
+0.0970932 0.0568399 0.832609
+0.142794 0.0496071 0.833768
+0.195712 0.038407 0.831205
+0.250202 0.0243229 0.826947
+0.302998 0.00866712 0.82179
+0.354116 0 0.815885
+0.404028 0 0.809247
+0.453407 0 0.802258
+0.502327 0 0.795758
+0.55021 0 0.788296
+0.597086 0 0.780346
+0.642954 0 0.771939
+0.687739 0 0.763134
+0.731441 0 0.753429
+0 0.10547 0.776455
+0 0.104936 0.778042
+0 0.104616 0.781521
+0 0.10425 0.785153
+0 0.103807 0.788571
+0 0.103304 0.792569
+0 0.102724 0.796628
+0 0.102007 0.800458
+0 0.101061 0.804669
+0 0.0999313 0.808484
+0 0.0985885 0.812558
+0 0.0970932 0.816617
+0 0.0953078 0.820432
+0 0.09337 0.82446
+0 0.0910506 0.827939
+0 0.0883192 0.831586
+0 0.0853895 0.835081
+0.000564584 0.0820783 0.838102
+0.0543069 0.0797589 0.842741
+0.100618 0.0760357 0.846387
+0.148836 0.0695811 0.847501
+0.204395 0.058854 0.84448
+0.260594 0.0458076 0.839872
+0.314305 0.0310826 0.834211
+0.365805 0.0143587 0.827543
+0.415702 0 0.819791
+0.464103 0 0.811093
+0.511269 0 0.802197
+0.558434 0 0.793622
+0.605005 0 0.785245
+0.650538 0 0.776516
+0.694957 0 0.76704
+0.738109 0 0.757015
+0 0.123049 0.790433
+0 0.122576 0.792401
+0 0.122301 0.796109
+0 0.122042 0.799695
+0 0.12163 0.803571
+0 0.121172 0.807492
+0 0.120592 0.811399
+0 0.119814 0.815366
+0 0.118914 0.819013
+0 0.117845 0.823102
+0 0.116579 0.826795
+0 0.115099 0.83032
+0 0.113344 0.834028
+0 0.111513 0.837461
+0 0.109224 0.840711
+0 0.1066 0.844038
+0 0.103777 0.847074
+0 0.100908 0.849973
+0.0560159 0.0998245 0.855314
+0.105165 0.0972763 0.859403
+0.155962 0.0917678 0.8607
+0.214206 0.0819562 0.857664
+0.271962 0.0698405 0.852949
+0.326925 0.0562142 0.847257
+0.379446 0.04065 0.840299
+0.429572 0.0229191 0.832059
+0.477287 0.00257877 0.822354
+0.523201 0 0.811978
+0.567773 0 0.800626
+0.61178 0 0.789471
+0.656504 0 0.779736
+0.700389 0 0.770184
+0.743313 0 0.759655
+0 0.142687 0.804944
+0 0.142275 0.80676
+0 0.142061 0.810468
+0 0.141833 0.814237
+0 0.141512 0.817716
+0 0.141115 0.821653
+0 0.140566 0.825391
+0 0.139864 0.828916
+0 0.138994 0.832609
+0 0.137957 0.835935
+0 0.136751 0.839277
+0 0.135271 0.842695
+0 0.133654 0.846067
+0 0.131777 0.848844
+0 0.129503 0.851774
+0 0.126894 0.854582
+0 0.124117 0.856962
+0 0.121798 0.860105
+0.0581216 0.122148 0.866148
+0.11043 0.121431 0.871382
+0.164187 0.116838 0.872984
+0.225345 0.108171 0.870756
+0.285039 0.097734 0.867018
+0.341299 0.0852827 0.861646
+0.394858 0.0710918 0.854948
+0.44564 0.0547036 0.846738
+0.493736 0.035996 0.837034
+0.539178 0.0142977 0.825422
+0.582071 0 0.812528
+0.623209 0 0.798566
+0.663417 0 0.78439
+0.705028 0 0.772351
+0.747478 0 0.762066
+0 0.16527 0.818158
+0 0.164889 0.820218
+0 0.164767 0.823499
+0 0.164614 0.827008
+0 0.16434 0.830518
+0 0.164004 0.833753
+0 0.16347 0.837217
+0 0.162783 0.840558
+0 0.161913 0.843793
+0 0.160952 0.846525
+0 0.159686 0.849607
+0 0.158251 0.852598
+0 0.156649 0.855253
+0 0.154681 0.857771
+0 0.152331 0.860212
+0 0.149645 0.862425
+0 0.146883 0.864485
+0 0.145373 0.867796
+0.0610056 0.14786 0.875486
+0.116564 0.149081 0.882124
+0.173983 0.146349 0.885191
+0.237934 0.138933 0.883894
+0.29897 0.129717 0.880613
+0.357122 0.118883 0.876417
+0.412009 0.105898 0.870436
+0.463722 0.0911269 0.862898
+0.513069 0.0741588 0.854047
+0.558633 0.0543221 0.842985
+0.601694 0.0313878 0.829953
+0.641962 0.00485237 0.815
+0.678965 0 0.797986
+0.714839 0 0.780224
+0.75259 0 0.764935
+0 0.191043 0.829709
+0 0.190692 0.831418
+0 0.190631 0.834607
+0 0.190585 0.837858
+0 0.190387 0.840803
+0 0.190051 0.843717
+0 0.189548 0.846662
+0 0.188891 0.849561
+0 0.188144 0.851911
+0 0.187106 0.854475
+0 0.185946 0.857084
+0 0.184588 0.859632
+0 0.182834 0.861555
+0 0.18085 0.863478
+0 0.178515 0.865385
+0 0.17586 0.867155
+0 0.173144 0.868803
+0 0.172595 0.873045
+0.0643931 0.178149 0.883375
+0.122957 0.181033 0.891646
+0.183795 0.179721 0.895827
+0.249638 0.173266 0.895125
+0.312764 0.165225 0.893019
+0.371878 0.155322 0.889357
+0.428168 0.143648 0.884581
+0.481315 0.130175 0.878218
+0.531701 0.114778 0.870481
+0.579614 0.0970626 0.861219
+0.624231 0.0764477 0.850187
+0.665507 0.0523537 0.836301
+0.703044 0.0236667 0.819272
+0.736889 0 0.799847
+0.767666 0 0.777615
+0 0.220172 0.84062
+0 0.219867 0.842206
+0 0.219898 0.844999
+0 0.219944 0.8477
+0 0.219776 0.850156
+0 0.219486 0.852689
+0 0.219043 0.855146
+0 0.218479 0.857267
+0 0.217731 0.859144
+0 0.216739 0.861189
+0 0.215671 0.863218
+0 0.214343 0.865095
+0 0.212711 0.866773
+0 0.210819 0.867979
+0 0.208606 0.869078
+0 0.206027 0.870253
+0 0.203296 0.871473
+0 0.20415 0.87628
+0.068101 0.21236 0.888914
+0.128466 0.216739 0.897856
+0.191104 0.215839 0.901961
+0.258656 0.210208 0.902159
+0.322606 0.202716 0.900679
+0.382925 0.193606 0.898085
+0.440818 0.183078 0.894896
+0.495689 0.170657 0.890379
+0.547799 0.156405 0.884337
+0.597589 0.140307 0.876921
+0.644266 0.121538 0.867414
+0.687922 0.100008 0.856138
+0.727993 0.0749065 0.841871
+0.764126 0.0453193 0.82475
+0.795682 0.00939956 0.803052
+0 0.251789 0.850996
+0 0.251575 0.852323
+0 0.251621 0.854704
+0 0.251728 0.856748
+0 0.251591 0.858869
+0 0.251331 0.860853
+0 0.250965 0.862669
+0 0.250446 0.864393
+0 0.249805 0.865919
+0 0.249042 0.867445
+0 0.247913 0.868772
+0 0.246586 0.869993
+0 0.245029 0.871046
+0 0.243183 0.8719
+0 0.241093 0.872496
+0 0.238651 0.87306
+0 0.236133 0.873732
+0 0.239048 0.879881
+0.0719615 0.248569 0.893202
+0.133059 0.253437 0.902007
+0.197299 0.253346 0.906554
+0.265522 0.248631 0.906783
+0.329824 0.241978 0.905638
+0.391379 0.233768 0.903838
+0.449546 0.224079 0.900969
+0.505867 0.212879 0.897505
+0.559823 0.199741 0.893477
+0.611353 0.184848 0.887739
+0.660319 0.16759 0.880842
+0.706355 0.147845 0.871839
+0.749752 0.125246 0.860792
+0.789212 0.0993362 0.846693
+0.824094 0.0682231 0.828931
+0 0.284947 0.859525
+0 0.284764 0.860578
+0 0.284871 0.862516
+0 0.284962 0.864317
+0 0.284871 0.865721
+0 0.284657 0.867216
+0 0.284276 0.868559
+0 0.283757 0.869841
+0 0.283116 0.870985
+0 0.282307 0.872023
+0 0.281285 0.872923
+0 0.280095 0.873671
+0 0.278691 0.874281
+0 0.277073 0.874815
+0 0.275227 0.875044
+0 0.273091 0.875471
+0 0.270756 0.875853
+0.00459297 0.275319 0.883467
+0.0759289 0.285527 0.896788
+0.13814 0.291142 0.906111
+0.203387 0.291569 0.910353
+0.272114 0.287297 0.910658
+0.33698 0.28159 0.909758
+0.398367 0.274388 0.907973
+0.457389 0.266011 0.905669
+0.51368 0.255772 0.902296
+0.568078 0.244175 0.898497
+0.620691 0.230579 0.894194
+0.671244 0.215061 0.888579
+0.719768 0.197024 0.881926
+0.765835 0.176486 0.874022
+0.809186 0.152773 0.863554
+0.848112 0.125322 0.850019
+0 0.318624 0.865568
+0 0.318456 0.866377
+0 0.318639 0.867918
+0 0.3187 0.869261
+0 0.318624 0.870466
+0 0.318425 0.87155
+0 0.31809 0.872511
+0 0.317632 0.87335
+0 0.317082 0.873976
+0 0.316365 0.874464
+0 0.31548 0.875013
+0 0.314504 0.875547
+0 0.313207 0.875975
+0 0.311772 0.876371
+0 0.31014 0.876478
+0 0.308217 0.876738
+0 0.306142 0.877134
+0.00935378 0.312566 0.886198
+0.0802777 0.323476 0.899763
+0.14316 0.329671 0.909209
+0.209735 0.330129 0.913176
+0.278874 0.326848 0.913695
+0.343832 0.322072 0.913314
+0.405585 0.315709 0.911971
+0.464561 0.308064 0.90959
+0.521355 0.299229 0.906706
+0.575998 0.28867 0.902846
+0.62884 0.276631 0.898589
+0.67953 0.262882 0.893675
+0.728725 0.246891 0.887739
+0.776165 0.228244 0.880964
+0.821744 0.207019 0.87306
+0.864866 0.182239 0.863493
+0 0.353017 0.869856
+0 0.352926 0.870481
+0 0.353109 0.87158
+0 0.353124 0.872358
+0 0.353109 0.873014
+0 0.352941 0.873716
+0 0.352651 0.874327
+0 0.3523 0.874937
+0 0.351812 0.875471
+0 0.351217 0.875975
+0 0.350484 0.876478
+0 0.349615 0.876905
+0 0.348501 0.877256
+0 0.347295 0.877607
+0 0.3458 0.877714
+0 0.344305 0.878004
+0 0.342321 0.878126
+0.0144961 0.350668 0.888777
+0.0851911 0.362142 0.9028
+0.148348 0.368841 0.912016
+0.216281 0.369574 0.915862
+0.285634 0.366995 0.916442
+0.35082 0.362768 0.91603
+0.412543 0.357275 0.914672
+0.47187 0.350622 0.912886
+0.52871 0.34255 0.910063
+0.583535 0.333501 0.906752
+0.636362 0.322545 0.902388
+0.687587 0.310323 0.897856
+0.737072 0.296254 0.892256
+0.78468 0.280034 0.88571
+0.831205 0.261311 0.878843
+0.874983 0.239384 0.870161
+0 0.388159 0.871916
+0 0.388022 0.872282
+0 0.38819 0.873014
+0 0.388205 0.873655
+0 0.388205 0.874266
+0 0.388113 0.874846
+0 0.387945 0.87538
+0 0.387671 0.875883
+0 0.387289 0.876387
+0 0.386831 0.876875
+0 0.386236 0.877302
+0 0.385443 0.877638
+0 0.384497 0.877943
+0 0.383413 0.878218
+0 0.382284 0.878508
+0 0.380911 0.878523
+0 0.37911 0.878508
+0.0198062 0.389319 0.890715
+0.0901503 0.401587 0.905104
+0.153918 0.408453 0.914199
+0.223041 0.409598 0.917891
+0.292226 0.407218 0.918486
+0.357397 0.403922 0.918135
+0.419409 0.399252 0.917098
+0.478569 0.393286 0.915129
+0.535561 0.38645 0.912795
+0.590723 0.378027 0.909514
+0.643748 0.368765 0.90573
+0.694926 0.357687 0.90103
+0.744732 0.345205 0.895781
+0.792828 0.330816 0.889708
+0.839185 0.314549 0.883101
+0.884016 0.295384 0.875044
+0 0.423682 0.872572
+0 0.42356 0.872847
+0 0.423743 0.873472
+0 0.42385 0.874067
+0 0.423911 0.874617
+0 0.423926 0.875151
+0 0.423896 0.8757
+0 0.423682 0.876158
+0 0.423407 0.876631
+0 0.423026 0.877043
+0 0.422507 0.877424
+0 0.421912 0.877729
+0 0.421286 0.878126
+0 0.420462 0.878477
+0 0.419333 0.878553
+0 0.418082 0.878355
+0 0.41651 0.878279
+0.0258183 0.429175 0.892622
+0.0952468 0.441382 0.906691
+0.159869 0.448508 0.91577
+0.229938 0.450095 0.919326
+0.299031 0.448386 0.920058
+0.364294 0.445502 0.919936
+0.426246 0.44155 0.918761
+0.485328 0.436423 0.91696
+0.542428 0.430137 0.914656
+0.597436 0.423133 0.91165
+0.650507 0.414588 0.907698
+0.702113 0.405051 0.903441
+0.751812 0.393957 0.898543
+0.799908 0.381125 0.892622
+0.846967 0.36672 0.886427
+0.89189 0.350149 0.878813
+0 0.459922 0.872496
+0 0.459876 0.87277
+0 0.46006 0.873304
+0 0.460212 0.873854
+0 0.460349 0.874372
+0 0.460426 0.874907
+0 0.460426 0.875395
+0 0.460334 0.875853
+0 0.460182 0.87628
+0 0.459892 0.87657
+0 0.459632 0.876875
+0 0.45919 0.877195
+0 0.458671 0.877455
+0 0.457908 0.877607
+0 0.456916 0.877653
+0 0.455833 0.87747
+0 0.45449 0.877317
+0.0323796 0.469795 0.894041
+0.101061 0.482139 0.908034
+0.166201 0.489281 0.916838
+0.236973 0.490684 0.920027
+0.305928 0.48983 0.920974
+0.371084 0.487572 0.920943
+0.432929 0.48426 0.919799
+0.492241 0.479789 0.918181
+0.548974 0.474342 0.915923
+0.60412 0.467765 0.912902
+0.657206 0.460594 0.909438
+0.708476 0.451865 0.904891
+0.758633 0.442115 0.900267
+0.807004 0.431098 0.894728
+0.853788 0.418326 0.88867
+0.899168 0.403677 0.8813
+0 0.496956 0.871962
+0 0.496956 0.872175
+0 0.497246 0.87277
+0 0.497505 0.873335
+0 0.497704 0.873854
+0 0.497871 0.874357
+0 0.497948 0.874815
+0 0.497948 0.875135
+0 0.497871 0.875441
+0 0.497704 0.875685
+0 0.49752 0.87599
+0 0.497124 0.876219
+0 0.496574 0.876356
+0 0.495949 0.876432
+0 0.495109 0.876448
+0 0.494118 0.876204
+0 0.493965 0.876844
+0.0393683 0.51075 0.894804
+0.107362 0.523445 0.908827
+0.173144 0.530571 0.917388
+0.244541 0.532036 0.920287
+0.313313 0.53164 0.921187
+0.378073 0.529732 0.921096
+0.439521 0.526726 0.920089
+0.498573 0.52314 0.918441
+0.555642 0.518456 0.916579
+0.610361 0.512779 0.913451
+0.663569 0.506096 0.909911
+0.715129 0.498711 0.905791
+0.764691 0.489906 0.90103
+0.813077 0.480217 0.895613
+0.860151 0.468956 0.889616
+0.905531 0.456138 0.882841
+0 0.534234 0.870497
+0 0.53431 0.870741
+0 0.534661 0.871321
+0 0.534981 0.871855
+0 0.535317 0.872389
+0 0.535531 0.872892
+0 0.535683 0.873213
+0 0.535775 0.873533
+0 0.535775 0.873823
+0 0.535683 0.874083
+0 0.535515 0.874342
+0 0.535286 0.874556
+0 0.534859 0.874647
+0 0.53431 0.874662
+0 0.533684 0.874601
+0 0.532906 0.874372
+0 0.53518 0.877195
+0.0470741 0.55259 0.895506
+0.114397 0.565209 0.909209
+0.180941 0.572152 0.91722
+0.252461 0.573724 0.919905
+0.320958 0.573587 0.921004
+0.384924 0.572061 0.920531
+0.446342 0.569711 0.919738
+0.505409 0.566445 0.918135
+0.561791 0.562341 0.915938
+0.616739 0.557656 0.913405
+0.669535 0.551827 0.909667
+0.720729 0.545083 0.905531
+0.770962 0.537499 0.901091
+0.819013 0.52871 0.895476
+0.865812 0.518929 0.88957
+0.911437 0.507683 0.882856
+0 0.572076 0.868437
+0 0.572137 0.868635
+0 0.572549 0.869245
+0 0.572931 0.86978
+0 0.573266 0.870298
+0 0.573556 0.870756
+0 0.573846 0.871183
+0 0.574014 0.871489
+0 0.574105 0.871733
+0 0.574166 0.871962
+0 0.574105 0.872129
+0 0.573938 0.872282
+0 0.573648 0.872358
+0 0.573236 0.872328
+0 0.572671 0.872236
+0 0.572015 0.871962
+0 0.577356 0.877699
+0.0555581 0.594965 0.89604
+0.122042 0.607187 0.908934
+0.189517 0.613901 0.916381
+0.260853 0.615656 0.918898
+0.328466 0.615534 0.919631
+0.392386 0.614664 0.9196
+0.453437 0.612802 0.918654
+0.511986 0.609979 0.917205
+0.568215 0.60647 0.915022
+0.622721 0.60209 0.911971
+0.675898 0.597223 0.908766
+0.726818 0.591272 0.904723
+0.776272 0.584543 0.899809
+0.824674 0.576974 0.894942
+0.871687 0.568414 0.888808
+0.916899 0.55845 0.881971
+0 0.610407 0.865644
+0 0.610574 0.865843
+0 0.611017 0.866423
+0 0.611444 0.867048
+0 0.611826 0.867628
+0 0.612146 0.868132
+0 0.612436 0.868528
+0 0.612696 0.868894
+0 0.612909 0.869245
+0 0.613001 0.86952
+0 0.613001 0.869642
+0 0.61294 0.869734
+0 0.612741 0.869734
+0 0.612436 0.869688
+0 0.612009 0.869581
+0 0.611475 0.8692
+0 0.620539 0.87837
+0.0649119 0.637842 0.89601
+0.13051 0.649531 0.908125
+0.198489 0.655634 0.914641
+0.269734 0.657694 0.917174
+0.336645 0.657923 0.917937
+0.400092 0.657343 0.917937
+0.460533 0.655909 0.916884
+0.518746 0.653544 0.915511
+0.57496 0.650401 0.913176
+0.628809 0.646723 0.910079
+0.681376 0.642161 0.90663
+0.732433 0.637293 0.902831
+0.782086 0.63122 0.898054
+0.830182 0.624735 0.893004
+0.876829 0.616953 0.8869
+0.922286 0.608484 0.880247
+0 0.649332 0.862684
+0 0.64947 0.862867
+0 0.650004 0.863416
+0 0.650507 0.863966
+0 0.650965 0.864454
+0 0.651347 0.864912
+0 0.651621 0.865309
+0 0.651835 0.865644
+0 0.652064 0.86598
+0 0.652201 0.866194
+0 0.652262 0.866316
+0 0.652262 0.866392
+0 0.652201 0.866392
+0 0.652049 0.866331
+0 0.65182 0.866133
+0 0.651499 0.865797
+0.00144961 0.664012 0.87834
+0.0748608 0.680797 0.895232
+0.139971 0.692241 0.906828
+0.208713 0.697826 0.912581
+0.279316 0.699886 0.914824
+0.345327 0.700313 0.91545
+0.408087 0.700008 0.915587
+0.468208 0.698817 0.914763
+0.525704 0.696971 0.912871
+0.581537 0.694316 0.910536
+0.635508 0.69099 0.907561
+0.687526 0.687114 0.904097
+0.738521 0.682795 0.900206
+0.787533 0.677653 0.895552
+0.835477 0.671763 0.89012
+0.882078 0.665339 0.884291
+0.927352 0.657771 0.877256
+0 0.688212 0.858793
+0 0.68838 0.858976
+0 0.688975 0.859541
+0 0.689525 0.860059
+0 0.690028 0.860548
+0 0.690501 0.86096
+0 0.690929 0.861372
+0 0.691295 0.861692
+0 0.6916 0.861982
+0 0.691814 0.862211
+0 0.692058 0.86244
+0 0.692103 0.862501
+0 0.692119 0.862455
+0 0.692042 0.862318
+0 0.691859 0.862013
+0 0.691569 0.861601
+0.016144 0.708324 0.878294
+0.086183 0.724285 0.894194
+0.150881 0.734966 0.904799
+0.220203 0.739956 0.909712
+0.289387 0.741894 0.911757
+0.35462 0.742718 0.912612
+0.416663 0.742702 0.91252
+0.476173 0.741939 0.911543
+0.533333 0.740261 0.90959
+0.588434 0.738201 0.90721
+0.642008 0.735332 0.904479
+0.69395 0.731914 0.900847
+0.744076 0.728008 0.896559
+0.793561 0.723659 0.892088
+0.840818 0.718517 0.886549
+0.887358 0.712856 0.880629
+0.932189 0.706233 0.873579
+0 0.727291 0.854536
+0 0.72752 0.854719
+0 0.728161 0.855268
+0 0.728756 0.855787
+0 0.72932 0.856245
+0 0.729854 0.85658
+0 0.730343 0.85687
+0 0.73077 0.857114
+0 0.731151 0.857374
+0 0.731426 0.857557
+0 0.73167 0.857664
+0 0.731868 0.85771
+0 0.73196 0.857649
+0 0.731975 0.857481
+0 0.731884 0.857206
+0 0.733303 0.858427
+0.0311589 0.752743 0.87776
+0.0985733 0.768048 0.892927
+0.162844 0.77792 0.902556
+0.232395 0.782284 0.9066
+0.300374 0.784161 0.908141
+0.364721 0.785275 0.908843
+0.426047 0.785397 0.908553
+0.484825 0.784787 0.907454
+0.541207 0.783398 0.905821
+0.595941 0.781689 0.903227
+0.648829 0.779324 0.900175
+0.700298 0.776349 0.896666
+0.750484 0.772808 0.892302
+0.798871 0.768887 0.88716
+0.846372 0.764645 0.882124
+0.892287 0.759487 0.8757
+0.937438 0.753918 0.86865
+0 0.766781 0.8495
+0 0.766995 0.849607
+0 0.767544 0.85005
+0 0.76817 0.850553
+0 0.76878 0.851026
+0 0.769345 0.851453
+0 0.769879 0.851835
+0 0.770382 0.852155
+0 0.77084 0.852445
+0 0.771221 0.852598
+0 0.771557 0.85275
+0 0.771832 0.852766
+0 0.772015 0.852689
+0 0.772122 0.852506
+0 0.772152 0.852216
+0 0.778515 0.858213
+0.0472419 0.797696 0.877012
+0.112108 0.811872 0.890745
+0.176257 0.8206 0.899001
+0.245899 0.824552 0.902419
+0.312428 0.82649 0.903746
+0.37554 0.827665 0.904265
+0.435904 0.827924 0.904112
+0.493797 0.827497 0.902861
+0.549401 0.826261 0.900725
+0.603647 0.824628 0.89807
+0.656229 0.822889 0.895186
+0.70721 0.820325 0.89131
+0.756756 0.817288 0.886961
+0.804761 0.813855 0.881865
+0.852064 0.810117 0.876448
+0.897658 0.805692 0.869886
+0.942153 0.800839 0.862577
+0 0.806317 0.843992
+0 0.806622 0.84416
+0 0.807355 0.844648
+0 0.808042 0.845029
+0 0.808728 0.845457
+0 0.809354 0.845884
+0 0.809934 0.84625
+0 0.810422 0.84651
+0 0.810819 0.846662
+0 0.8112 0.846754
+0 0.811536 0.846784
+0 0.811887 0.846815
+0 0.812161 0.846723
+0 0.812375 0.846525
+0 0.812512 0.846204
+0 0.824704 0.857908
+0.0640879 0.842603 0.875273
+0.126864 0.855512 0.887709
+0.191562 0.863142 0.89485
+0.260258 0.866819 0.89778
+0.325185 0.868727 0.898848
+0.387213 0.869902 0.899107
+0.446326 0.870298 0.898482
+0.503395 0.869886 0.896925
+0.558251 0.868894 0.894972
+0.611811 0.867536 0.892195
+0.663722 0.865827 0.888777
+0.71429 0.86392 0.885176
+0.763333 0.861295 0.880522
+0.811322 0.858167 0.875425
+0.857481 0.85478 0.869108
+0.903181 0.851286 0.862318
+0.947295 0.84712 0.854276
+0 0.845945 0.837293
+0 0.846296 0.837491
+0 0.847044 0.838056
+0 0.847791 0.83859
+0 0.848478 0.839078
+0 0.849165 0.839521
+0 0.849805 0.839887
+0 0.850401 0.840208
+0 0.850965 0.840452
+0 0.851484 0.84062
+0 0.851942 0.840711
+0 0.852369 0.840711
+0 0.852735 0.840574
+0 0.852934 0.840299
+0 0.853162 0.839933
+0.0158541 0.871519 0.857664
+0.0823224 0.887739 0.873182
+0.143557 0.899336 0.884016
+0.208667 0.905699 0.889525
+0.275746 0.908675 0.891569
+0.339193 0.91075 0.892836
+0.399619 0.911971 0.892958
+0.457557 0.912276 0.891951
+0.51368 0.911925 0.89015
+0.567895 0.911284 0.887892
+0.62063 0.910109 0.885222
+0.671885 0.908553 0.881621
+0.721782 0.906889 0.877516
+0.770581 0.904662 0.872892
+0.817777 0.902007 0.867292
+0.866133 0.899718 0.855909
+0.91606 0.90074 0.827649
+0.959045 0.897887 0.81796
+0 0.885237 0.829694
+0 0.885588 0.829938
+0 0.88632 0.830671
+0 0.887083 0.83122
+0 0.887831 0.831708
+0 0.888548 0.832135
+0 0.889235 0.832517
+0 0.88986 0.832822
+0 0.890501 0.833066
+0 0.891066 0.833234
+0 0.8916 0.83331
+0 0.892073 0.83328
+0 0.8925 0.833158
+0 0.892882 0.832914
+0 0.898299 0.837644
+0.0393225 0.917372 0.85597
+0.101671 0.932143 0.869917
+0.161883 0.942214 0.879072
+0.227314 0.947295 0.883116
+0.292165 0.950011 0.884688
+0.353826 0.952026 0.885435
+0.412955 0.95314 0.885466
+0.469642 0.953445 0.884199
+0.524727 0.953201 0.882231
+0.577935 0.952682 0.879759
+0.629847 0.951659 0.87686
+0.680369 0.950301 0.873014
+0.730007 0.948775 0.868711
+0.777783 0.946929 0.863722
+0.824537 0.944564 0.857832
+0.874784 0.942946 0.840223
+0.92398 0.94406 0.804807
+0.970153 0.943572 0.775464
+0 0 0.776562
+0 0 0.77644
+0 0 0.776379
+0 0 0.77641
+0 0 0.776349
+0 0 0.776379
+0 0 0.776455
+0 0 0.776562
+0 0 0.776638
+0 0 0.776577
+0 0 0.776654
+0 0 0.776791
+0 0 0.776959
+0 0 0.777188
+0 0 0.777447
+0 0 0.777737
+0 0 0.778073
+0 0 0.778485
+0.0246586 0 0.778439
+0.0622263 0 0.779553
+0.0966506 0 0.780468
+0.133196 0 0.780179
+0.174212 0 0.777569
+0.219318 0 0.773205
+0.264164 0 0.769436
+0.308553 0 0.765682
+0.352941 0 0.761807
+0.396857 0 0.757992
+0.440879 0 0.753857
+0.484779 0 0.749386
+0.528618 0 0.74461
+0.572473 0 0.739162
+0.615946 0 0.733379
+0 0.00325017 0.77612
+0 0.00189212 0.775952
+0 0.000503548 0.775876
+0 0 0.775738
+0 0 0.775753
+0 0 0.775738
+0 0 0.775692
+0 0 0.775921
+0 0 0.775998
+0 0 0.776257
+0 0 0.776623
+0 0 0.77702
+0 0 0.777493
+0 0 0.777874
+0 0 0.777981
+0 0 0.778546
+0 0 0.779736
+0 0 0.781201
+0.0229648 0 0.782238
+0.0624247 0 0.783658
+0.0982986 0 0.784573
+0.135271 0 0.785183
+0.177539 0 0.783642
+0.224277 0 0.780865
+0.270375 0 0.777844
+0.316228 0 0.774578
+0.361929 0 0.771237
+0.407156 0 0.767605
+0.452491 0 0.763622
+0.497612 0 0.759243
+0.542443 0 0.754147
+0.587106 0 0.748623
+0.63154 0 0.742809
+0 0.0151827 0.775921
+0 0.0139315 0.775814
+0 0.012665 0.775723
+0 0.0113832 0.77557
+0 0.0100862 0.775631
+0 0.00851453 0.775601
+0 0.00682078 0.77554
+0 0.00497444 0.775708
+0 0.00297551 0.775814
+0 0.000686656 0.776013
+0 0 0.776287
+0 0 0.776577
+0 0 0.777539
+0 0 0.778851
+0 0 0.780438
+0 0 0.782071
+0 0 0.783688
+0 0 0.785595
+0.0236057 0 0.787839
+0.0633402 0 0.790631
+0.0998856 0 0.793164
+0.138231 0 0.79443
+0.182452 0 0.793378
+0.230442 0 0.790997
+0.278019 0 0.788296
+0.325231 0 0.785183
+0.372061 0 0.782055
+0.418662 0 0.778241
+0.464942 0 0.774212
+0.511284 0 0.769574
+0.55726 0 0.764599
+0.602823 0 0.759075
+0.648066 0 0.753079
+0 0.0264591 0.77612
+0 0.0253147 0.776013
+0 0.024155 0.775921
+0 0.0229953 0.775753
+0 0.0216831 0.775677
+0 0.0203708 0.775769
+0 0.0188449 0.775723
+0 0.0171359 0.775784
+0 0.0153964 0.776135
+0 0.0133211 0.77705
+0 0.0110933 0.77792
+0 0.00868238 0.779171
+0 0.00590524 0.780438
+0 0.00282292 0.781933
+0 0 0.784283
+0 0 0.787152
+0 0 0.790005
+0 0 0.793606
+0.0228885 0 0.797192
+0.0640421 0 0.801297
+0.101701 0 0.804501
+0.141558 0 0.805997
+0.188067 0 0.805066
+0.237613 0 0.802792
+0.286763 0 0.799939
+0.335241 0 0.797009
+0.383368 0 0.793698
+0.431052 0 0.789624
+0.478721 0 0.785412
+0.525887 0 0.780636
+0.572183 0 0.775235
+0.618402 0 0.769375
+0.663874 0 0.762768
+0 0.0381476 0.776593
+0 0.0371252 0.776547
+0 0.0360571 0.77644
+0 0.0349889 0.776272
+0 0.0337987 0.776272
+0 0.0325933 0.776776
+0 0.0312047 0.777493
+0 0.029633 0.778286
+0 0.0279088 0.779309
+0 0.0261845 0.780514
+0 0.0240635 0.782025
+0 0.0219272 0.784253
+0 0.0196689 0.786984
+0 0.0170138 0.789532
+0 0.0140993 0.792996
+0 0.0106508 0.796719
+0 0.00680552 0.80058
+0 0.00225834 0.804898
+0.0204013 0 0.808286
+0.0628824 0 0.81294
+0.102602 0 0.816907
+0.145205 0 0.81915
+0.194339 0 0.818143
+0.245548 0 0.815381
+0.295811 0 0.812619
+0.345739 0 0.80943
+0.394858 0 0.805325
+0.44387 0 0.801129
+0.49189 0 0.796338
+0.539681 0 0.791074
+0.586908 0 0.78526
+0.633356 0 0.778836
+0.679072 0 0.771817
+0 0.049958 0.777356
+0 0.0490425 0.7776
+0 0.0480507 0.778027
+0 0.0470588 0.778668
+0 0.0459297 0.779431
+0 0.0447089 0.780362
+0 0.0434424 0.781521
+0 0.0422217 0.783276
+0 0.0408331 0.785519
+0 0.0393225 0.787762
+0 0.037644 0.790539
+0 0.035874 0.794064
+0 0.0337987 0.79733
+0 0.0313573 0.801221
+0 0.0287175 0.805417
+0 0.0255283 0.809232
+0 0.021912 0.813809
+0 0.0176852 0.818036
+0.0179599 0.0120546 0.821851
+0.062211 0.0062562 0.826307
+0.103365 0 0.829923
+0.147509 0 0.831617
+0.199939 0 0.830365
+0.253483 0 0.82829
+0.305196 0 0.825071
+0.356222 0 0.821012
+0.406271 0 0.816587
+0.455787 0 0.811856
+0.504784 0 0.806561
+0.552819 0 0.800687
+0.600168 0 0.794339
+0.646845 0 0.787488
+0.692454 0 0.779828
+0 0.0619974 0.780896
+0 0.0610666 0.781308
+0 0.0602731 0.782345
+0 0.0594492 0.783459
+0 0.0586252 0.785321
+0 0.0577401 0.787366
+0 0.0567483 0.789654
+0 0.0556954 0.792615
+0 0.0545357 0.795865
+0 0.0533455 0.799252
+0 0.0518349 0.803098
+0 0.0500954 0.807019
+0 0.0481117 0.810941
+0 0.0459297 0.815351
+0 0.0433204 0.81944
+0 0.0402838 0.823896
+0 0.0369116 0.82829
+0 0.0329747 0.832975
+0.0155947 0.0276799 0.836255
+0.0621195 0.0224613 0.840848
+0.104982 0.0152132 0.844175
+0.151415 0.00460822 0.844739
+0.205615 0 0.842649
+0.260197 0 0.83949
+0.314015 0 0.836194
+0.366155 0 0.831968
+0.417151 0 0.827008
+0.467262 0 0.821683
+0.516487 0 0.815763
+0.564645 0 0.809064
+0.612177 0 0.802167
+0.658732 0 0.794705
+0.704158 0 0.786526
+0 0.0749218 0.78703
+0 0.0741894 0.787823
+0 0.073579 0.789853
+0 0.0729839 0.792248
+0 0.0723735 0.795178
+0 0.0717021 0.798215
+0 0.0710002 0.801755
+0 0.0701305 0.805554
+0 0.0690623 0.80914
+0 0.0678111 0.813336
+0 0.0663767 0.817426
+0 0.064744 0.821576
+0 0.0628214 0.826001
+0 0.0608072 0.830304
+0 0.0582589 0.834852
+0 0.0554971 0.839094
+0 0.0522011 0.84358
+0 0.0484627 0.847669
+0.0132753 0.0436103 0.851225
+0.0624857 0.0389715 0.855497
+0.1075 0.0324102 0.858351
+0.156344 0.0223697 0.858595
+0.212345 0.0077821 0.855253
+0.267887 0 0.850752
+0.32195 0 0.846265
+0.375097 0 0.841428
+0.426978 0 0.83624
+0.47744 0 0.830076
+0.526772 0 0.823545
+0.575265 0 0.816464
+0.622766 0 0.809003
+0.669139 0 0.800977
+0.71426 0 0.792309
+0 0.0893111 0.797009
+0 0.0888228 0.798413
+0 0.088426 0.801587
+0 0.0879988 0.804974
+0 0.0874952 0.808408
+0 0.0868849 0.812268
+0 0.0861372 0.816236
+0 0.0853132 0.820142
+0 0.0843061 0.824445
+0 0.0831617 0.828443
+0 0.0818036 0.832883
+0 0.0802167 0.837125
+0 0.0785077 0.841566
+0 0.0764019 0.846006
+0 0.0739605 0.85008
+0 0.0713054 0.854398
+0 0.0681163 0.858137
+0 0.0645151 0.862043
+0.0112917 0.0601968 0.86569
+0.063386 0.0563516 0.869627
+0.110765 0.0506447 0.872587
+0.162356 0.041062 0.872389
+0.220554 0.0273289 0.868269
+0.27715 0.011429 0.863127
+0.331395 0 0.857145
+0.384085 0 0.850584
+0.435492 0 0.843732
+0.486732 0 0.837537
+0.535973 0 0.830213
+0.584451 0 0.822675
+0.631739 0 0.814618
+0.67776 0 0.806073
+0.722438 0 0.797253
+0 0.105409 0.810285
+0 0.10486 0.812222
+0 0.10454 0.815961
+0 0.104189 0.819516
+0 0.103731 0.823545
+0 0.103182 0.827466
+0 0.102541 0.831693
+0 0.101747 0.836027
+0 0.100847 0.840024
+0 0.0997024 0.844282
+0 0.0984207 0.848447
+0 0.0969558 0.852781
+0 0.0951858 0.856886
+0 0.0931106 0.860731
+0 0.0907301 0.864668
+0 0.0881514 0.868391
+0 0.0850385 0.871977
+0 0.0816052 0.875456
+0.00949111 0.0778973 0.878645
+0.065156 0.0751354 0.883421
+0.115145 0.0703136 0.886381
+0.169512 0.0615702 0.885801
+0.229618 0.0486 0.881239
+0.287617 0.0336919 0.875715
+0.342596 0.0168917 0.869139
+0.395468 0 0.861555
+0.446036 0 0.852964
+0.495094 0 0.843992
+0.543908 0 0.835828
+0.592096 0 0.827558
+0.639078 0 0.819394
+0.684657 0 0.810422
+0.728847 0 0.800855
+0 0.122972 0.825299
+0 0.122499 0.827161
+0 0.12224 0.831083
+0 0.12195 0.835157
+0 0.121569 0.838956
+0 0.121111 0.843198
+0 0.120531 0.84712
+0 0.119783 0.851148
+0 0.118853 0.855299
+0 0.117891 0.859251
+0 0.116625 0.86334
+0 0.115129 0.866957
+0 0.113375 0.87071
+0 0.11133 0.874434
+0 0.109056 0.877623
+0 0.106523 0.881178
+0 0.103548 0.884321
+0 0.100237 0.887221
+0.00814832 0.0971237 0.89041
+0.0674601 0.0958724 0.89601
+0.120104 0.0920729 0.899184
+0.177554 0.0842603 0.898726
+0.240284 0.0725261 0.894377
+0.299458 0.0587167 0.888823
+0.35552 0.0431678 0.882139
+0.408652 0.0252995 0.873945
+0.459144 0.00500496 0.864591
+0.507103 0 0.854063
+0.553521 0 0.843137
+0.598764 0 0.832166
+0.644755 0 0.82269
+0.689891 0 0.813397
+0.733883 0 0.803784
+0 0.142809 0.840192
+0 0.142382 0.842329
+0 0.142199 0.846082
+0 0.141939 0.849821
+0 0.141649 0.853925
+0 0.141238 0.857603
+0 0.140688 0.861601
+0 0.139971 0.865293
+0 0.139178 0.869001
+0 0.13817 0.872831
+0 0.13695 0.876234
+0 0.1355 0.879622
+0 0.133761 0.883024
+0 0.131731 0.886168
+0 0.129641 0.889128
+0 0.127047 0.892103
+0 0.124056 0.894621
+0 0.12079 0.896819
+0.00764477 0.118532 0.90042
+0.0705425 0.119051 0.907027
+0.126436 0.116899 0.911315
+0.18703 0.110353 0.911406
+0.252094 0.0999313 0.907942
+0.312947 0.087602 0.902953
+0.370504 0.0734875 0.896757
+0.424491 0.0571145 0.888853
+0.47538 0.0384833 0.879438
+0.522957 0.0168307 0.868238
+0.568017 0 0.855543
+0.610712 0 0.841718
+0.65214 0 0.828061
+0.694484 0 0.815961
+0.738064 0 0.806378
+0 0.165881 0.854154
+0 0.165484 0.85626
+0 0.165347 0.859907
+0 0.165194 0.863355
+0 0.164965 0.867094
+0 0.164553 0.870619
+0 0.164065 0.87393
+0 0.163363 0.877379
+0 0.162493 0.880766
+0 0.161456 0.88394
+0 0.160235 0.8869
+0 0.15877 0.889876
+0 0.15697 0.89276
+0 0.154955 0.895277
+0 0.152834 0.897887
+0 0.150134 0.900282
+0 0.147036 0.902327
+0 0.143816 0.904219
+0.00770581 0.14284 0.908324
+0.0746014 0.145556 0.916808
+0.134127 0.145785 0.923003
+0.198245 0.14049 0.923903
+0.26537 0.131579 0.92137
+0.328313 0.120943 0.917388
+0.387137 0.108156 0.91194
+0.442283 0.0935531 0.90486
+0.494148 0.0766308 0.896315
+0.542718 0.0568246 0.886
+0.587655 0.0339208 0.873457
+0.629587 0.00732433 0.858808
+0.668238 0 0.842054
+0.705211 0 0.824979
+0.743389 0 0.809323
+0 0.192081 0.866636
+0 0.191714 0.868544
+0 0.191714 0.871626
+0 0.191623 0.874907
+0 0.19144 0.878187
+0 0.19115 0.881102
+0 0.190585 0.884016
+0 0.189929 0.887022
+0 0.189059 0.88986
+0 0.188022 0.892271
+0 0.186831 0.894728
+0 0.185306 0.897154
+0 0.183505 0.899458
+0 0.181552 0.901411
+0 0.179355 0.903349
+0 0.176623 0.905211
+0 0.173541 0.906859
+0 0.17026 0.908263
+0.00825513 0.170901 0.914092
+0.0788128 0.176455 0.92491
+0.141619 0.178454 0.932586
+0.209232 0.174807 0.934966
+0.278416 0.166964 0.933333
+0.342458 0.157336 0.930266
+0.402853 0.145998 0.926101
+0.459464 0.132464 0.920134
+0.512932 0.117082 0.912978
+0.563195 0.0994278 0.90425
+0.609812 0.0785992 0.893202
+0.653086 0.0545205 0.880049
+0.692454 0.0262303 0.864042
+0.727504 0 0.844907
+0.759503 0 0.82356
+0 0.221393 0.878111
+0 0.221088 0.879606
+0 0.221149 0.882567
+0 0.221134 0.885405
+0 0.220981 0.887922
+0 0.220691 0.890455
+0 0.220233 0.892958
+0 0.219562 0.895277
+0 0.218799 0.897444
+0 0.217807 0.899229
+0 0.216663 0.901122
+0 0.215228 0.902983
+0 0.213535 0.904662
+0 0.211658 0.90631
+0 0.209613 0.907576
+0 0.207019 0.908583
+0 0.204059 0.909682
+0 0.20087 0.910506
+0.00993362 0.20351 0.917754
+0.083299 0.211643 0.930587
+0.148013 0.214649 0.939055
+0.21767 0.211612 0.941802
+0.287831 0.204334 0.940841
+0.353628 0.195773 0.939086
+0.415244 0.185138 0.936034
+0.473579 0.172885 0.93225
+0.528618 0.158572 0.926604
+0.580941 0.142428 0.91957
+0.62977 0.123812 0.910857
+0.675395 0.102342 0.900084
+0.717235 0.0773175 0.886717
+0.754986 0.0476997 0.870115
+0.7879 0.011902 0.849592
+0 0.253132 0.888808
+0 0.252872 0.890181
+0 0.252995 0.892653
+0 0.25301 0.894987
+0 0.252903 0.89691
+0 0.252628 0.898985
+0 0.252171 0.900893
+0 0.251652 0.90277
+0 0.250889 0.904402
+0 0.250034 0.905684
+0 0.248951 0.906905
+0 0.247578 0.908156
+0 0.246052 0.909316
+0 0.244419 0.910521
+0 0.242329 0.911192
+0 0.239933 0.911803
+0 0.237079 0.912261
+0 0.233982 0.91281
+0.013611 0.239048 0.921599
+0.0876173 0.248386 0.935271
+0.153094 0.252155 0.943618
+0.224155 0.249516 0.946136
+0.295048 0.243412 0.946014
+0.361318 0.235477 0.944579
+0.423774 0.22594 0.94226
+0.483558 0.214862 0.9393
+0.540352 0.201862 0.935424
+0.594278 0.186801 0.930526
+0.645838 0.16968 0.924254
+0.694011 0.149996 0.915831
+0.738827 0.127489 0.905608
+0.779583 0.101274 0.892119
+0.815991 0.0705272 0.875319
+0 0.285969 0.89752
+0 0.28574 0.898619
+0 0.285893 0.900618
+0 0.285939 0.902434
+0 0.285801 0.904128
+0 0.285588 0.905409
+0 0.285252 0.906874
+0 0.284733 0.908186
+0 0.284123 0.909239
+0 0.283284 0.910231
+0 0.282277 0.911162
+0 0.281193 0.912077
+0 0.279973 0.912932
+0 0.278279 0.913527
+0 0.276417 0.914061
+0 0.274266 0.914321
+0 0.271672 0.914656
+0 0.268925 0.915099
+0.0177005 0.275669 0.925093
+0.0918135 0.285847 0.939116
+0.158251 0.290105 0.947387
+0.230838 0.288212 0.950317
+0.302052 0.283131 0.950256
+0.368322 0.276188 0.949004
+0.431464 0.267704 0.947097
+0.491081 0.25774 0.944213
+0.548486 0.246174 0.940826
+0.603754 0.23267 0.936736
+0.656199 0.217182 0.93196
+0.706691 0.199145 0.925933
+0.754406 0.17847 0.918318
+0.7991 0.154589 0.909087
+0.839872 0.127459 0.896239
+0 0.319539 0.903853
+0 0.319417 0.904723
+0 0.319554 0.906249
+0 0.3196 0.907652
+0 0.319539 0.908873
+0 0.31931 0.909972
+0 0.319005 0.910887
+0 0.318608 0.911681
+0 0.318044 0.912398
+0 0.317418 0.913191
+0 0.316716 0.913924
+0 0.315663 0.914397
+0 0.314427 0.914824
+0 0.312978 0.915297
+0 0.311284 0.915724
+0 0.309392 0.915877
+0 0.307103 0.916136
+0 0.304479 0.91635
+0.0225376 0.313298 0.928252
+0.0960861 0.324071 0.942168
+0.163928 0.328923 0.95082
+0.237369 0.327688 0.953521
+0.308705 0.323049 0.953765
+0.375555 0.317082 0.952911
+0.438544 0.309651 0.95108
+0.498894 0.300908 0.948684
+0.556344 0.290501 0.945357
+0.611627 0.278614 0.941634
+0.664912 0.264714 0.937163
+0.715862 0.248814 0.931884
+0.764797 0.230335 0.925536
+0.811841 0.209125 0.918746
+0.856168 0.184329 0.909819
+0 0.354009 0.908217
+0 0.353918 0.908888
+0 0.354025 0.909941
+0 0.35404 0.910918
+0 0.353964 0.911696
+0 0.353826 0.912245
+0 0.353643 0.912779
+0 0.353307 0.913466
+0 0.352895 0.914153
+0 0.352392 0.914824
+0 0.351644 0.915373
+0 0.350729 0.915877
+0 0.349676 0.91635
+0 0.348409 0.916777
+0 0.346929 0.917128
+0 0.345251 0.91722
+0 0.343191 0.917403
+0 0.340902 0.917586
+0.027451 0.351781 0.931151
+0.100801 0.363104 0.94519
+0.169467 0.368414 0.953826
+0.244038 0.367239 0.956237
+0.315404 0.36379 0.956664
+0.382315 0.358663 0.955886
+0.445731 0.352148 0.954665
+0.505974 0.344244 0.952316
+0.563851 0.335195 0.949493
+0.619287 0.324346 0.945632
+0.672587 0.312139 0.941497
+0.723903 0.298177 0.936751
+0.773388 0.281819 0.930983
+0.820966 0.262913 0.924193
+0.866285 0.241306 0.916655
+0 0.389288 0.910857
+0 0.389197 0.911147
+0 0.389319 0.911833
+0 0.389364 0.912474
+0 0.389349 0.913115
+0 0.389273 0.913725
+0 0.389075 0.914336
+0 0.388785 0.9149
+0 0.388449 0.915496
+0 0.387991 0.915999
+0 0.387335 0.916472
+0 0.386557 0.91693
+0 0.385702 0.917357
+0 0.384558 0.917678
+0 0.383261 0.917998
+0 0.381765 0.91812
+0 0.37995 0.918074
+0 0.378088 0.918349
+0.0327001 0.390967 0.933577
+0.106081 0.402777 0.947951
+0.175387 0.408453 0.956237
+0.250782 0.407691 0.958648
+0.322301 0.404913 0.959106
+0.389044 0.400412 0.958556
+0.452537 0.39469 0.957015
+0.5131 0.387961 0.95523
+0.570962 0.379599 0.952514
+0.626627 0.370382 0.949264
+0.680064 0.359319 0.945052
+0.731624 0.346929 0.940368
+0.781353 0.332586 0.935195
+0.829007 0.316106 0.928832
+0.875288 0.297154 0.922194
+0 0.424842 0.91162
+0 0.424704 0.91194
+0 0.424918 0.912612
+0 0.42501 0.913207
+0 0.425055 0.913817
+0 0.425055 0.914412
+0 0.424979 0.914977
+0 0.424826 0.915511
+0 0.424536 0.916014
+0 0.42414 0.916518
+0 0.423667 0.916945
+0 0.423072 0.917372
+0 0.422263 0.917723
+0 0.421317 0.917983
+0 0.420203 0.918227
+0 0.418814 0.918364
+0 0.417411 0.918288
+0 0.415686 0.91841
+0.0382696 0.430732 0.935454
+0.111437 0.443046 0.949966
+0.18175 0.448829 0.958022
+0.257664 0.448661 0.960464
+0.328969 0.446067 0.960891
+0.395911 0.442512 0.960403
+0.459342 0.437644 0.959304
+0.519753 0.431601 0.957198
+0.577691 0.424598 0.954955
+0.633585 0.416007 0.951782
+0.687144 0.406577 0.948074
+0.738643 0.395361 0.943343
+0.788464 0.382742 0.938445
+0.83682 0.368139 0.932555
+0.883192 0.351751 0.926268
+0 0.460929 0.911788
+0 0.460868 0.912062
+0 0.461097 0.912718
+0 0.461311 0.913314
+0 0.461448 0.913924
+0 0.46154 0.914504
+0 0.461509 0.915038
+0 0.461418 0.915526
+0 0.461295 0.91603
+0 0.461036 0.916487
+0 0.460639 0.916793
+0 0.460151 0.917067
+0 0.459525 0.917327
+0 0.458686 0.917479
+0 0.457755 0.917647
+0 0.456596 0.917723
+0 0.455329 0.917586
+0 0.45417 0.917952
+0.0445716 0.471534 0.937102
+0.117082 0.483742 0.951339
+0.188602 0.489555 0.959243
+0.264683 0.490028 0.961639
+0.335805 0.488121 0.962264
+0.402823 0.485054 0.962036
+0.466041 0.480903 0.960754
+0.526375 0.475593 0.958923
+0.584421 0.469169 0.956512
+0.640009 0.461906 0.953552
+0.693614 0.4533 0.949722
+0.745495 0.443671 0.94551
+0.795438 0.432471 0.940871
+0.843503 0.419547 0.935119
+0.890517 0.405097 0.929259
+0 0.497719 0.911437
+0 0.497688 0.911696
+0 0.497978 0.912291
+0 0.498268 0.912932
+0 0.498482 0.913497
+0 0.498619 0.914046
+0 0.49868 0.914565
+0 0.49868 0.914946
+0 0.498634 0.915297
+0 0.498558 0.915648
+0 0.498268 0.915999
+0 0.497856 0.916304
+0 0.497383 0.916564
+0 0.496696 0.916747
+0 0.495872 0.916884
+0 0.495018 0.917052
+0 0.49398 0.916976
+0 0.494621 0.91873
+0.0514992 0.513008 0.93846
+0.123537 0.525277 0.9523
+0.196033 0.531014 0.959915
+0.271992 0.531334 0.962173
+0.342824 0.530282 0.962905
+0.409598 0.52784 0.962798
+0.472755 0.524285 0.961547
+0.53315 0.519615 0.959792
+0.590707 0.514061 0.957382
+0.646433 0.507424 0.954559
+0.700038 0.50013 0.951141
+0.751568 0.491325 0.946715
+0.801709 0.48159 0.94229
+0.850187 0.470405 0.936889
+0.896864 0.457588 0.931075
+0 0.535302 0.910765
+0 0.535317 0.911009
+0 0.535744 0.91162
+0 0.536049 0.912215
+0 0.536263 0.912703
+0 0.536431 0.913146
+0 0.536553 0.913497
+0 0.536614 0.913817
+0 0.536614 0.914214
+0 0.536538 0.914595
+0 0.536431 0.914931
+0 0.536187 0.915267
+0 0.535836 0.915541
+0 0.535424 0.915755
+0 0.534783 0.915831
+0 0.533913 0.915801
+0 0.532906 0.915587
+0 0.536355 0.919783
+0.0588083 0.554742 0.939284
+0.130587 0.567147 0.952911
+0.203967 0.572717 0.960052
+0.279652 0.573297 0.962234
+0.350317 0.572625 0.962951
+0.41651 0.570489 0.962646
+0.479301 0.567391 0.961593
+0.539284 0.563577 0.959792
+0.597147 0.558862 0.9579
+0.652522 0.553079 0.954849
+0.706127 0.546242 0.951308
+0.7579 0.538842 0.947326
+0.807584 0.530022 0.942687
+0.855879 0.520272 0.937407
+0.9028 0.50901 0.931716
+0 0.573068 0.909209
+0 0.573114 0.909438
+0 0.573556 0.910063
+0 0.573999 0.910658
+0 0.574334 0.911192
+0 0.574624 0.91165
+0 0.574853 0.912016
+0 0.575097 0.912367
+0 0.575174 0.912779
+0 0.575189 0.91313
+0 0.575143 0.913436
+0 0.574945 0.913664
+0 0.57467 0.913848
+0 0.574228 0.913909
+0 0.573709 0.913939
+0 0.573022 0.913878
+0 0.572152 0.913649
+0 0.578851 0.920821
+0.0670329 0.597208 0.940032
+0.138399 0.609354 0.953201
+0.212696 0.614618 0.95967
+0.287861 0.615503 0.9617
+0.358068 0.615137 0.962631
+0.423514 0.613397 0.96199
+0.486015 0.610925 0.961074
+0.545998 0.607431 0.95935
+0.603235 0.603189 0.957092
+0.658686 0.598444 0.954559
+0.711849 0.592523 0.950851
+0.763195 0.585763 0.9467
+0.813443 0.578164 0.94255
+0.86154 0.569406 0.937087
+0.908095 0.559609 0.931441
+0 0.611368 0.907027
+0 0.611475 0.907286
+0 0.611933 0.907973
+0 0.61236 0.908583
+0 0.612772 0.909117
+0 0.613153 0.909621
+0 0.613458 0.910048
+0 0.613733 0.910414
+0 0.613901 0.910689
+0 0.614008 0.910979
+0 0.614008 0.911238
+0 0.613916 0.911421
+0 0.613733 0.911543
+0 0.613428 0.91162
+0 0.613001 0.911574
+0 0.612497 0.911467
+0 0.61178 0.911162
+0 0.621958 0.92166
+0.076112 0.640162 0.940581
+0.146944 0.651652 0.95288
+0.222278 0.656672 0.958618
+0.296483 0.657832 0.960586
+0.365713 0.657465 0.961105
+0.431006 0.656382 0.960906
+0.493172 0.654322 0.959762
+0.552636 0.651377 0.958175
+0.609522 0.6477 0.955978
+0.664515 0.643244 0.952895
+0.718029 0.638346 0.949798
+0.769146 0.632395 0.945861
+0.818647 0.625696 0.941115
+0.866896 0.618143 0.936416
+0.913741 0.609674 0.930541
+0 0.649973 0.904326
+0 0.650126 0.90454
+0 0.650645 0.905135
+0 0.651148 0.90576
+0 0.65156 0.906355
+0 0.651957 0.90695
+0 0.652369 0.907439
+0 0.652674 0.907881
+0 0.652918 0.908232
+0 0.653101 0.908522
+0 0.653193 0.908705
+0 0.653208 0.908858
+0 0.653117 0.908934
+0 0.652934 0.908949
+0 0.652628 0.908888
+0 0.652186 0.908782
+0 0.651621 0.908446
+0.00784314 0.665827 0.922774
+0.086183 0.683421 0.940719
+0.156603 0.694194 0.951873
+0.232166 0.698543 0.956664
+0.305653 0.700206 0.958831
+0.374075 0.70013 0.959304
+0.438865 0.699321 0.959121
+0.500343 0.697719 0.957931
+0.559365 0.695232 0.956497
+0.61622 0.691981 0.954116
+0.670588 0.688243 0.951034
+0.723461 0.683665 0.947585
+0.774655 0.678813 0.943908
+0.824247 0.672908 0.939284
+0.872297 0.666468 0.934401
+0.918624 0.658763 0.928466
+0 0.689128 0.901457
+0 0.689296 0.901656
+0 0.689891 0.902266
+0 0.690379 0.902754
+0 0.690806 0.903197
+0 0.691188 0.903593
+0 0.691524 0.904005
+0 0.691936 0.90454
+0 0.692241 0.904952
+0 0.692454 0.905272
+0 0.692592 0.905516
+0 0.692699 0.905669
+0 0.692714 0.905745
+0 0.692622 0.905715
+0 0.692439 0.905592
+0 0.692134 0.905318
+0 0.691722 0.904906
+0.0217441 0.70988 0.923095
+0.0969406 0.726619 0.939956
+0.1673 0.73695 0.950469
+0.243076 0.740871 0.954574
+0.315511 0.742626 0.956542
+0.383032 0.742809 0.956939
+0.447044 0.74229 0.956847
+0.508202 0.741039 0.955962
+0.566461 0.739055 0.953964
+0.622889 0.736294 0.951553
+0.677333 0.732906 0.948562
+0.729625 0.729015 0.945113
+0.780621 0.72462 0.941222
+0.829633 0.719585 0.936721
+0.877317 0.713649 0.931426
+0.92372 0.707286 0.92578
+0 0.728206 0.897704
+0 0.72845 0.897932
+0 0.729076 0.898528
+0 0.729686 0.899092
+0 0.730251 0.899611
+0 0.730785 0.900114
+0 0.731258 0.900557
+0 0.73167 0.900923
+0 0.731975 0.901198
+0 0.732204 0.901411
+0 0.732387 0.90161
+0 0.732525 0.901747
+0 0.732601 0.901793
+0 0.732616 0.901762
+0 0.732586 0.901686
+0 0.732448 0.901442
+0 0.733043 0.9019
+0.036759 0.754696 0.923476
+0.109163 0.770397 0.939132
+0.179858 0.779736 0.948394
+0.255131 0.783291 0.951904
+0.326024 0.784939 0.953613
+0.392706 0.78555 0.954284
+0.455848 0.78529 0.953948
+0.516274 0.784222 0.952789
+0.574273 0.782483 0.950759
+0.629892 0.78024 0.948257
+0.683818 0.777279 0.94548
+0.735943 0.773831 0.941848
+0.78613 0.769909 0.93756
+0.835477 0.765606 0.933242
+0.882612 0.76051 0.927749
+0.928649 0.754879 0.921981
+0 0.767468 0.893736
+0 0.767742 0.89395
+0 0.768414 0.894545
+0 0.769085 0.89514
+0 0.769696 0.895659
+0 0.77026 0.896132
+0 0.770825 0.896483
+0 0.771313 0.896773
+0 0.771756 0.897017
+0 0.772168 0.897307
+0 0.772488 0.89752
+0 0.772763 0.897642
+0 0.772946 0.897688
+0 0.773083 0.897658
+0 0.773098 0.897505
+0 0.773037 0.897261
+0 0.778683 0.902739
+0.0522927 0.79939 0.923339
+0.122667 0.814191 0.938033
+0.193698 0.822446 0.946029
+0.267918 0.825757 0.949004
+0.337453 0.827283 0.95021
+0.403098 0.828092 0.950652
+0.465507 0.82797 0.950118
+0.525124 0.827146 0.948837
+0.582177 0.825528 0.94696
+0.637476 0.823758 0.944366
+0.690639 0.821286 0.941253
+0.742275 0.818265 0.937667
+0.792538 0.81471 0.93344
+0.840772 0.810834 0.928344
+0.888029 0.806638 0.9234
+0.933532 0.801556 0.917113
+0 0.806943 0.888914
+0 0.807202 0.889082
+0 0.807919 0.889693
+0 0.808637 0.890288
+0 0.809293 0.890822
+0 0.809918 0.89131
+0 0.810529 0.891768
+0 0.811063 0.892149
+0 0.811566 0.892485
+0 0.812039 0.892775
+0 0.812451 0.892989
+0 0.812787 0.893095
+0 0.813077 0.893141
+0 0.813275 0.89308
+0 0.813428 0.892943
+0 0.813458 0.892653
+0 0.824979 0.903838
+0.0691386 0.844541 0.923018
+0.137575 0.857923 0.935958
+0.208927 0.864881 0.942428
+0.281956 0.86804 0.945068
+0.34992 0.869596 0.946044
+0.414267 0.870481 0.946273
+0.475624 0.870466 0.945861
+0.53434 0.869749 0.944335
+0.590555 0.868315 0.942016
+0.645228 0.866575 0.939284
+0.698116 0.864775 0.936385
+0.749218 0.86215 0.932494
+0.798764 0.859098 0.928069
+0.846677 0.855665 0.923171
+0.893492 0.851881 0.917586
+0.938796 0.847623 0.911315
+0 0.846815 0.884047
+0 0.84715 0.88426
+0 0.847913 0.884871
+0 0.848539 0.885283
+0 0.849119 0.885573
+0 0.849729 0.885893
+0 0.850385 0.886351
+0 0.85098 0.886748
+0 0.851545 0.887083
+0 0.852064 0.887358
+0 0.852583 0.887556
+0 0.852995 0.887678
+0 0.853361 0.887709
+0 0.853635 0.887633
+0 0.85388 0.887465
+0 0.854032 0.887175
+0.0137179 0.871672 0.904326
+0.0869612 0.889448 0.921584
+0.154055 0.901366 0.933013
+0.22591 0.907149 0.938338
+0.296895 0.910246 0.940703
+0.363149 0.911711 0.94136
+0.426307 0.912581 0.941344
+0.486275 0.912642 0.940398
+0.544152 0.911971 0.938613
+0.599649 0.910872 0.936553
+0.653574 0.909346 0.933639
+0.705745 0.907454 0.930159
+0.756374 0.905547 0.926482
+0.805341 0.902876 0.921813
+0.853056 0.899733 0.916716
+0.899016 0.896391 0.910582
+0.944244 0.893004 0.903792
+0 0.886061 0.877684
+0 0.886412 0.877989
+0 0.88719 0.878645
+0 0.887968 0.87924
+0 0.888716 0.879789
+0 0.889418 0.880293
+0 0.89012 0.880751
+0 0.890761 0.881132
+0 0.891386 0.881483
+0 0.891966 0.881758
+0 0.892409 0.881865
+0 0.892821 0.881895
+0 0.893172 0.881834
+0 0.893477 0.881666
+0 0.893767 0.881468
+0 0.896605 0.883757
+0.0376745 0.917983 0.90454
+0.106172 0.933791 0.919646
+0.172473 0.944091 0.929213
+0.243977 0.948745 0.933043
+0.312657 0.951324 0.934676
+0.377356 0.952972 0.935515
+0.438849 0.953857 0.935332
+0.497749 0.953887 0.934081
+0.554543 0.953277 0.932036
+0.609216 0.952422 0.92958
+0.662272 0.951064 0.926741
+0.71371 0.949386 0.923049
+0.763699 0.947646 0.918837
+0.812345 0.945342 0.914183
+0.859327 0.942687 0.908614
+0.907225 0.940185 0.897231
+0.956268 0.940169 0.8692
+0 0 0.806546
+0 0 0.806531
+0 0 0.8065
+0 0 0.806531
+0 0 0.806531
+0 0 0.806699
+0 0 0.806851
+0 0 0.806989
+0 0 0.807355
+0 0 0.807553
+0 0 0.807584
+0 0 0.807813
+0 0 0.808118
+0 0 0.808469
+0 0 0.808835
+0 0 0.809277
+0 0 0.809644
+0 0 0.81004
+0 0 0.810864
+0.0321508 0 0.812253
+0.0714733 0 0.813931
+0.109117 0 0.814527
+0.14931 0 0.813275
+0.195178 0 0.809674
+0.242649 0 0.805982
+0.289464 0 0.802457
+0.335775 0 0.798764
+0.381521 0 0.79498
+0.427146 0 0.790677
+0.472541 0 0.786404
+0.51754 0 0.781781
+0.56231 0 0.77673
+0.606867 0 0.771298
+0 0.00300603 0.80618
+0 0.00178531 0.806226
+0 0.000411994 0.806165
+0 0 0.806149
+0 0 0.806058
+0 0 0.80621
+0 0 0.806363
+0 0 0.806439
+0 0 0.806806
+0 0 0.807065
+0 0 0.807477
+0 0 0.808026
+0 0 0.808484
+0 0 0.809125
+0 0 0.80943
+0 0 0.810498
+0 0 0.812161
+0 0 0.81384
+0 0 0.815335
+0.0325933 0 0.816312
+0.0727398 0 0.818509
+0.110933 0 0.82005
+0.152087 0 0.820371
+0.199832 0 0.818235
+0.24889 0 0.81503
+0.296742 0 0.811963
+0.344518 0 0.808713
+0.391699 0 0.804822
+0.438422 0 0.800992
+0.485069 0 0.796719
+0.531151 0 0.791882
+0.57702 0 0.78677
+0.622522 0 0.781231
+0 0.0148165 0.806241
+0 0.013611 0.806104
+0 0.0124666 0.806195
+0 0.0111849 0.806149
+0 0.00979629 0.806058
+0 0.00823987 0.806104
+0 0.00665293 0.806332
+0 0.00480659 0.806409
+0 0.00273136 0.806622
+0 0.000610361 0.806958
+0 0 0.807294
+0 0 0.807965
+0 0 0.809079
+0 0 0.810849
+0 0 0.812482
+0 0 0.814328
+0 0 0.816236
+0 0 0.818753
+0 0 0.821408
+0.0326238 0 0.824369
+0.0736095 0 0.827924
+0.11284 0 0.830243
+0.155657 0 0.831006
+0.205493 0 0.828794
+0.255879 0 0.826047
+0.305425 0 0.82324
+0.354437 0 0.819715
+0.402884 0 0.815946
+0.451011 0 0.811994
+0.498573 0 0.80766
+0.545861 0 0.80264
+0.592691 0 0.797192
+0.639002 0 0.79144
+0 0.0260624 0.806516
+0 0.0249638 0.80647
+0 0.0238956 0.806516
+0 0.0227207 0.80647
+0 0.0214542 0.806363
+0 0.0200198 0.806424
+0 0.018555 0.806592
+0 0.0169223 0.806729
+0 0.0150454 0.807416
+0 0.0131075 0.808362
+0 0.0108949 0.809705
+0 0.00842298 0.810956
+0 0.00572213 0.812573
+0 0.00256352 0.814267
+0 0 0.817075
+0 0 0.81976
+0 0 0.823301
+0 0 0.827375
+0 0 0.831388
+0.0319371 0 0.835767
+0.0742962 0 0.839673
+0.115053 0 0.842771
+0.160098 0 0.843442
+0.211933 0 0.841276
+0.263844 0 0.83859
+0.31516 0 0.835355
+0.365408 0 0.8318
+0.415137 0 0.82797
+0.464271 0 0.823529
+0.513024 0 0.818708
+0.560891 0 0.813397
+0.608148 0 0.807691
+0.654856 0 0.80148
+0 0.037705 0.807157
+0 0.0366674 0.807095
+0 0.0356603 0.807141
+0 0.034638 0.807187
+0 0.0334783 0.807309
+0 0.0321965 0.807919
+0 0.0307622 0.808865
+0 0.0293584 0.809934
+0 0.0276341 0.811093
+0 0.0257877 0.812314
+0 0.0238499 0.814404
+0 0.0217441 0.816922
+0 0.01944 0.819501
+0 0.016907 0.822858
+0 0.0138552 0.826551
+0 0.0105898 0.830396
+0 0.00663767 0.834684
+0 0.00216678 0.838956
+0 0 0.8439
+0.0290532 0 0.847852
+0.0737469 0 0.852918
+0.117037 0 0.856626
+0.16495 0 0.857008
+0.218921 0 0.854643
+0.272572 0 0.851453
+0.325139 0 0.847929
+0.376562 0 0.844099
+0.427375 0 0.839521
+0.477501 0 0.834592
+0.526741 0 0.829419
+0.575296 0 0.823606
+0.623102 0 0.817411
+0.669978 0 0.810666
+0 0.0495766 0.808179
+0 0.0485847 0.80856
+0 0.0475776 0.809354
+0 0.0466773 0.810285
+0 0.0455787 0.811078
+0 0.044358 0.812116
+0 0.0430762 0.813443
+0 0.041825 0.815549
+0 0.0405127 0.8177
+0 0.0391089 0.8206
+0 0.0373999 0.823774
+0 0.0355993 0.827085
+0 0.0335393 0.831189
+0 0.0311894 0.835264
+0 0.0284428 0.839338
+0 0.0253452 0.844007
+0 0.0216678 0.848356
+0 0.0174868 0.853254
+0 0.012604 0.857893
+0.0264134 0.00608835 0.861906
+0.0728771 0 0.866468
+0.117845 0 0.869581
+0.168933 0 0.870069
+0.226169 0 0.867826
+0.281147 0 0.864118
+0.334905 0 0.860182
+0.387594 0 0.855314
+0.439216 0 0.850324
+0.489937 0 0.845014
+0.539803 0 0.839094
+0.588495 0 0.832868
+0.636439 0 0.826108
+0.683177 0 0.818692
+0 0.0616159 0.812482
+0 0.0606851 0.812985
+0 0.0598001 0.814069
+0 0.0589914 0.815579
+0 0.0582132 0.817472
+0 0.0574197 0.819715
+0 0.0565194 0.822477
+0 0.0554818 0.825757
+0 0.0543526 0.829114
+0 0.0530251 0.832853
+0 0.051545 0.836759
+0 0.0498665 0.841001
+0 0.0479286 0.845411
+0 0.0456397 0.84976
+0 0.0430915 0.854475
+0 0.0400702 0.859007
+0 0.0365759 0.863828
+0 0.0326696 0.868315
+0 0.0280919 0.873075
+0.0238651 0.0220798 0.876616
+0.072755 0.0157168 0.880964
+0.119738 0.00674449 0.883452
+0.172992 0 0.882322
+0.231693 0 0.878996
+0.28925 0 0.875624
+0.344457 0 0.870985
+0.397971 0 0.865705
+0.450401 0 0.860166
+0.501534 0 0.8542
+0.551293 0 0.847593
+0.600366 0 0.840726
+0.648234 0 0.833387
+0.694896 0 0.825513
+0 0.0747234 0.81912
+0 0.073991 0.820264
+0 0.0733959 0.822538
+0 0.0728313 0.825284
+0 0.0722515 0.828183
+0 0.0715496 0.831708
+0 0.0707561 0.835584
+0 0.0698405 0.839216
+0 0.0687877 0.843336
+0 0.0675517 0.847608
+0 0.0662394 0.85211
+0 0.0645762 0.856596
+0 0.0626688 0.860914
+0 0.0604562 0.865705
+0 0.0580911 0.870314
+0 0.0551919 0.874952
+0 0.0519417 0.879393
+0 0.048127 0.883925
+0 0.0438239 0.888029
+0.0219272 0.0383307 0.891508
+0.073518 0.0327459 0.895338
+0.122744 0.024445 0.897185
+0.178759 0.0114137 0.895399
+0.238788 0 0.890745
+0.296574 0 0.885405
+0.352728 0 0.880293
+0.407599 0 0.874952
+0.460365 0 0.868788
+0.511757 0 0.861952
+0.561776 0 0.854932
+0.610803 0 0.847501
+0.658534 0 0.839658
+0.70486 0 0.831266
+0 0.0891737 0.829984
+0 0.0885634 0.831785
+0 0.0881361 0.835081
+0 0.0877394 0.838453
+0 0.0872206 0.84242
+0 0.0866255 0.846433
+0 0.0859388 0.850309
+0 0.0850843 0.854841
+0 0.0841077 0.859007
+0 0.0830396 0.863706
+0 0.0816815 0.868009
+0 0.0800946 0.872618
+0 0.0782788 0.877073
+0 0.076173 0.881636
+0 0.0738384 0.88632
+0 0.0710613 0.89041
+0 0.0679332 0.894743
+0 0.0642405 0.898375
+0 0.0601205 0.902052
+0.0205081 0.0553902 0.905455
+0.0752575 0.0506752 0.909239
+0.12697 0.0432441 0.910872
+0.185809 0.0307164 0.908156
+0.247227 0.014725 0.902602
+0.305745 0 0.896422
+0.361608 0 0.889601
+0.41593 0 0.88246
+0.469429 0 0.87599
+0.520806 0 0.868559
+0.570794 0 0.86099
+0.619715 0 0.853086
+0.667094 0 0.844739
+0.713008 0 0.836194
+0 0.105303 0.844282
+0 0.104814 0.846387
+0 0.104509 0.850004
+0 0.104158 0.854154
+0 0.103731 0.858106
+0 0.103197 0.862425
+0 0.102586 0.866819
+0 0.101793 0.871183
+0 0.100832 0.875731
+0 0.099733 0.879973
+0 0.098436 0.884474
+0 0.0968643 0.888548
+0 0.0950484 0.892912
+0 0.0931563 0.897002
+0 0.0907301 0.901137
+0 0.0879835 0.904967
+0 0.0849622 0.9084
+0 0.0814069 0.911696
+0 0.0774853 0.914885
+0.0196994 0.073579 0.918105
+0.0777295 0.0700694 0.922377
+0.132143 0.0634928 0.923919
+0.194141 0.0518807 0.920943
+0.257145 0.0368048 0.915084
+0.316503 0.0198367 0.908141
+0.372732 0.000671397 0.90045
+0.426398 0 0.891752
+0.477913 0 0.882551
+0.528572 0 0.87396
+0.578347 0 0.866117
+0.626932 0 0.857755
+0.673838 0 0.84889
+0.719265 0 0.839643
+0 0.123247 0.859953
+0 0.122759 0.862211
+0 0.122499 0.86627
+0 0.122194 0.870146
+0 0.121828 0.874556
+0 0.12137 0.878676
+0 0.12076 0.883009
+0 0.120012 0.887175
+0 0.119127 0.89131
+0 0.118013 0.895491
+0 0.116701 0.89929
+0 0.11516 0.903365
+0 0.113542 0.907103
+0 0.111513 0.910887
+0 0.109133 0.914366
+0 0.106493 0.917357
+0 0.103563 0.920623
+0 0.10013 0.923384
+0 0.0963607 0.925917
+0.0196994 0.0933547 0.929366
+0.0813153 0.0914473 0.934462
+0.13875 0.0859693 0.936294
+0.203571 0.0753643 0.933379
+0.268421 0.0615396 0.927764
+0.328908 0.0459602 0.921019
+0.385763 0.0280613 0.912932
+0.439368 0.00769055 0.903517
+0.489891 0 0.892821
+0.538308 0 0.881666
+0.585489 0 0.870481
+0.632578 0 0.860929
+0.679072 0 0.852094
+0.72433 0 0.842542
+0 0.143252 0.875593
+0 0.142794 0.877867
+0 0.142611 0.881987
+0 0.142382 0.885786
+0 0.142077 0.889876
+0 0.141649 0.893996
+0 0.141131 0.897719
+0 0.140429 0.90164
+0 0.139528 0.905211
+0 0.138445 0.909056
+0 0.137163 0.912688
+0 0.135668 0.915892
+0 0.134112 0.919219
+0 0.132082 0.922469
+0 0.129763 0.925444
+0 0.127169 0.927962
+0 0.124285 0.930724
+0 0.120882 0.932921
+0 0.117144 0.934905
+0.0207675 0.115343 0.938994
+0.0858778 0.115267 0.945327
+0.146715 0.111574 0.948287
+0.214496 0.102342 0.94583
+0.281621 0.0902266 0.941192
+0.343481 0.0760357 0.934859
+0.401541 0.0597238 0.927062
+0.455558 0.0410925 0.917876
+0.505898 0.0194247 0.906722
+0.553124 0 0.894041
+0.597528 0 0.880659
+0.64036 0 0.866606
+0.68368 0 0.854337
+0.728527 0 0.84509
+0 0.166384 0.890135
+0 0.166003 0.892226
+0 0.165927 0.895827
+0 0.165743 0.899519
+0 0.165515 0.903014
+0 0.165133 0.906676
+0 0.164584 0.910262
+0 0.163897 0.913436
+0 0.163027 0.916777
+0 0.161944 0.920043
+0 0.160678 0.923049
+0 0.159365 0.92604
+0 0.157656 0.928786
+0 0.155596 0.931502
+0 0.153216 0.933776
+0 0.150576 0.935897
+0 0.147616 0.938109
+0 0.144152 0.939757
+0 0.140368 0.941451
+0.0226749 0.140414 0.947051
+0.0914321 0.142855 0.955398
+0.156024 0.141238 0.959884
+0.227436 0.133547 0.958587
+0.296117 0.123049 0.954955
+0.360052 0.110674 0.94995
+0.419028 0.0959487 0.942962
+0.474296 0.0789807 0.934493
+0.525567 0.0593576 0.924208
+0.572992 0.0364843 0.911925
+0.616831 0.00973526 0.897398
+0.656809 0 0.881163
+0.695048 0 0.863828
+0.734112 0 0.848295
+0 0.193057 0.902541
+0 0.192691 0.904479
+0 0.19266 0.907881
+0 0.192599 0.910918
+0 0.192401 0.914199
+0 0.192065 0.917388
+0 0.191546 0.920195
+0 0.190875 0.923018
+0 0.18999 0.925811
+0 0.189014 0.928557
+0 0.187854 0.930892
+0 0.186374 0.93312
+0 0.184588 0.935347
+0 0.182437 0.937377
+0 0.180026 0.9393
+0 0.177508 0.94078
+0 0.174395 0.942351
+0 0.170932 0.943557
+0 0.167025 0.944793
+0.0251469 0.16968 0.952712
+0.097612 0.174975 0.963638
+0.165835 0.175067 0.969985
+0.239826 0.168444 0.969757
+0.310307 0.159243 0.967086
+0.375418 0.148119 0.96318
+0.435981 0.134676 0.957656
+0.492729 0.119371 0.950591
+0.545953 0.101732 0.942519
+0.594873 0.0810559 0.93167
+0.640192 0.0570077 0.91873
+0.681559 0.028748 0.903243
+0.717983 0 0.884504
+0.750942 0 0.863188
+0 0.222644 0.914275
+0 0.22237 0.915938
+0 0.222385 0.918547
+0 0.222278 0.921263
+0 0.222141 0.924056
+0 0.221836 0.926665
+0 0.221408 0.928832
+0 0.220844 0.931258
+0 0.220081 0.933501
+0 0.219059 0.935531
+0 0.217838 0.937285
+0 0.216449 0.938689
+0 0.21471 0.940307
+0 0.212726 0.941787
+0 0.210422 0.943084
+0 0.20795 0.944152
+0 0.205097 0.945312
+0 0.201648 0.94612
+0 0.197848 0.946624
+0.0285954 0.203326 0.956954
+0.103273 0.210605 0.969558
+0.173159 0.211597 0.976379
+0.249332 0.205921 0.977127
+0.320943 0.197452 0.975616
+0.387518 0.187045 0.972824
+0.450141 0.17496 0.969284
+0.50837 0.160693 0.963867
+0.563317 0.144503 0.957015
+0.614816 0.125978 0.948974
+0.662516 0.104448 0.938613
+0.706111 0.0794842 0.925582
+0.745251 0.0498665 0.909316
+0.77969 0.014374 0.889586
+0 0.254459 0.92491
+0 0.254231 0.926192
+0 0.254307 0.928405
+0 0.254307 0.930739
+0 0.25417 0.932921
+0 0.253895 0.934981
+0 0.253529 0.93666
+0 0.252934 0.93843
+0 0.252186 0.940063
+0 0.251255 0.941573
+0 0.250156 0.942855
+0 0.248859 0.943969
+0 0.247272 0.945052
+0 0.245426 0.945785
+0 0.243305 0.946456
+0 0.241184 0.947112
+0 0.238346 0.947616
+0 0.23508 0.947982
+0 0.231449 0.948058
+0.0330663 0.239719 0.960739
+0.10811 0.248035 0.973663
+0.1794 0.249622 0.980667
+0.256626 0.244602 0.981537
+0.328679 0.237049 0.980545
+0.396323 0.227955 0.979065
+0.459648 0.21677 0.976287
+0.519829 0.203922 0.972641
+0.576516 0.188739 0.967681
+0.630381 0.171847 0.961898
+0.68072 0.152071 0.954116
+0.727398 0.129595 0.944213
+0.769802 0.103426 0.931273
+0.807691 0.072755 0.915328
+0 0.287221 0.933257
+0 0.287022 0.93434
+0 0.287175 0.936049
+0 0.287221 0.937896
+0 0.287098 0.939574
+0 0.286839 0.9411
+0 0.286458 0.942535
+0 0.285954 0.943832
+0 0.285283 0.944717
+0 0.284459 0.945724
+0 0.283513 0.946426
+0 0.282307 0.947188
+0 0.280903 0.947829
+0 0.279255 0.94844
+0 0.277424 0.949035
+0 0.275425 0.949477
+0 0.272877 0.949523
+0 0.269963 0.94963
+0 0.266575 0.949722
+0.0373999 0.276814 0.963714
+0.113237 0.286076 0.977569
+0.18584 0.288258 0.984543
+0.263386 0.284016 0.985473
+0.336049 0.277546 0.984909
+0.403693 0.269306 0.983398
+0.467567 0.259327 0.980789
+0.527932 0.24799 0.97789
+0.585855 0.234562 0.974121
+0.640848 0.218982 0.969345
+0.693584 0.200977 0.963867
+0.742672 0.180346 0.956863
+0.789166 0.156558 0.948013
+0.831144 0.129152 0.935729
+0 0.32076 0.939315
+0 0.320623 0.940185
+0 0.320745 0.941695
+0 0.32079 0.942901
+0 0.320714 0.943984
+0 0.3205 0.945083
+0 0.320165 0.946044
+0 0.319707 0.946899
+0 0.319112 0.947631
+0 0.318441 0.947646
+0 0.317586 0.947601
+0 0.316548 0.947646
+0 0.315312 0.947707
+0 0.313954 0.947875
+0 0.312413 0.948104
+0 0.310445 0.94815
+0 0.308217 0.948074
+0 0.305577 0.948196
+0 0.302525 0.948318
+0.0422675 0.314977 0.964126
+0.117983 0.324651 0.977966
+0.191928 0.32726 0.985046
+0.270405 0.323995 0.987243
+0.34313 0.318395 0.987655
+0.410941 0.31107 0.987182
+0.475044 0.30251 0.985122
+0.535775 0.292119 0.982086
+0.593881 0.280278 0.978851
+0.649317 0.266499 0.974853
+0.702327 0.250629 0.969726
+0.753033 0.232151 0.963821
+0.801602 0.21091 0.957504
+0.847074 0.18587 0.949004
+0 0.355016 0.943267
+0 0.35491 0.943893
+0 0.355047 0.944991
+0 0.355047 0.945907
+0 0.355016 0.94612
+0 0.354833 0.946136
+0 0.354574 0.946151
+0 0.354223 0.946105
+0 0.35378 0.946029
+0 0.353216 0.945998
+0 0.352483 0.946044
+0 0.351568 0.94609
+0 0.3505 0.946136
+0 0.349432 0.946426
+0 0.347997 0.946548
+0 0.346242 0.946624
+0 0.344274 0.946517
+0 0.341909 0.946639
+0 0.339178 0.946761
+0.0476844 0.353872 0.964736
+0.123156 0.364111 0.978485
+0.198596 0.367041 0.985748
+0.277394 0.364401 0.987747
+0.350195 0.359533 0.988495
+0.418158 0.353338 0.988617
+0.482231 0.345602 0.988022
+0.543343 0.33669 0.986221
+0.601343 0.325917 0.982757
+0.657282 0.313726 0.979263
+0.710765 0.299641 0.97467
+0.761685 0.283452 0.969329
+0.81062 0.264576 0.963348
+0.857618 0.242908 0.956359
+0 0.390036 0.944366
+0 0.389899 0.94435
+0 0.390036 0.944366
+0 0.390066 0.944381
+0 0.390082 0.944381
+0 0.390005 0.944366
+0 0.389822 0.944335
+0 0.389578 0.94432
+0 0.389212 0.944335
+0 0.388754 0.944396
+0 0.38822 0.944533
+0 0.387625 0.944701
+0 0.386709 0.944762
+0 0.385595 0.944823
+0 0.384298 0.944884
+0 0.382727 0.944961
+0 0.381003 0.944839
+0 0.378851 0.94493
+0 0.376638 0.945281
+0.0531167 0.393515 0.965118
+0.128679 0.404196 0.978897
+0.20528 0.407431 0.986053
+0.284153 0.405112 0.988083
+0.357168 0.401297 0.989258
+0.425299 0.395956 0.989517
+0.489586 0.389136 0.989441
+0.550561 0.380987 0.988708
+0.608988 0.371771 0.986419
+0.66453 0.360784 0.98262
+0.718273 0.348333 0.978744
+0.769635 0.334066 0.973678
+0.818952 0.31754 0.968124
+0.866285 0.298589 0.961913
+0 0.425834 0.94287
+0 0.425696 0.94287
+0 0.425879 0.94287
+0 0.426001 0.942855
+0 0.426078 0.942855
+0 0.426047 0.942855
+0 0.425986 0.942855
+0 0.425818 0.94287
+0 0.425559 0.942885
+0 0.425193 0.942901
+0 0.424674 0.942916
+0 0.424063 0.942946
+0 0.423285 0.942992
+0 0.422324 0.943038
+0 0.421164 0.943084
+0 0.419791 0.94316
+0 0.418219 0.94313
+0 0.416403 0.943099
+0 0.416159 0.945144
+0.0586709 0.433585 0.96524
+0.134798 0.44477 0.979461
+0.212268 0.448249 0.986175
+0.291249 0.446525 0.98851
+0.363989 0.443427 0.989746
+0.432013 0.43856 0.990204
+0.496117 0.432715 0.990173
+0.557366 0.425788 0.989914
+0.615717 0.417304 0.98909
+0.671901 0.407843 0.985733
+0.72546 0.396582 0.981781
+0.776837 0.3841 0.977081
+0.826612 0.369543 0.971817
+0.874022 0.35285 0.965896
+0 0.461891 0.941085
+0 0.461814 0.941085
+0 0.462028 0.94107
+0 0.462242 0.94107
+0 0.462379 0.941054
+0 0.46247 0.941054
+0 0.462455 0.941054
+0 0.462394 0.941054
+0 0.462242 0.94107
+0 0.461952 0.941085
+0 0.46157 0.9411
+0 0.461082 0.941115
+0 0.460441 0.941161
+0 0.459648 0.941192
+0 0.458656 0.941238
+0 0.457481 0.941299
+0 0.456077 0.94136
+0 0.454505 0.941222
+0 0.456519 0.945296
+0.0648966 0.474617 0.965743
+0.140703 0.485649 0.979507
+0.21944 0.489128 0.985916
+0.298375 0.488334 0.988678
+0.370794 0.485466 0.98999
+0.438697 0.481636 0.990631
+0.50312 0.476463 0.990951
+0.56408 0.470222 0.990677
+0.622477 0.463096 0.990433
+0.678294 0.45449 0.987778
+0.732219 0.444846 0.984283
+0.78352 0.433509 0.979538
+0.833356 0.420813 0.974624
+0.88127 0.406119 0.969223
+0 0.498573 0.93933
+0 0.498558 0.93933
+0 0.498848 0.939315
+0 0.499153 0.9393
+0 0.499352 0.9393
+0 0.499489 0.939284
+0 0.499596 0.939284
+0 0.49958 0.939284
+0 0.499519 0.939284
+0 0.499382 0.9393
+0 0.499092 0.939315
+0 0.498711 0.93933
+0 0.498207 0.939361
+0 0.49752 0.939391
+0 0.496696 0.939422
+0 0.495689 0.939467
+0 0.494499 0.939544
+0 0.493248 0.939498
+0 0.497551 0.945586
+0.0717327 0.516243 0.966384
+0.147478 0.527245 0.979812
+0.227359 0.530617 0.986007
+0.305653 0.530419 0.988724
+0.377966 0.528099 0.990143
+0.445762 0.524804 0.991058
+0.509651 0.520485 0.991424
+0.57052 0.515007 0.991363
+0.628717 0.508476 0.991211
+0.684825 0.501122 0.989197
+0.73843 0.492393 0.985443
+0.790188 0.482673 0.981445
+0.840009 0.471534 0.976699
+0.887831 0.458564 0.97145
+0 0.535821 0.937606
+0 0.535851 0.937606
+0 0.536202 0.937591
+0 0.536568 0.937575
+0 0.536843 0.93756
+0 0.537057 0.937545
+0 0.53724 0.937545
+0 0.537316 0.937545
+0 0.537362 0.93753
+0 0.53727 0.937545
+0 0.537118 0.937545
+0 0.536828 0.93756
+0 0.536446 0.937575
+0 0.535882 0.937606
+0 0.535225 0.937636
+0 0.534447 0.937728
+0 0.533562 0.937957
+0 0.532433 0.937926
+0 0.539727 0.946639
+0.0790265 0.558343 0.967132
+0.155032 0.569177 0.980087
+0.235523 0.572549 0.985931
+0.313268 0.57229 0.98851
+0.385092 0.570947 0.99025
+0.452628 0.5682 0.991348
+0.516167 0.564492 0.991745
+0.576974 0.559731 0.991989
+0.635111 0.553979 0.991714
+0.690745 0.547265 0.989822
+0.744518 0.539879 0.986496
+0.795895 0.531044 0.982238
+0.845731 0.521309 0.977646
+0.893965 0.510079 0.972656
+0 0.573846 0.936217
+0 0.573922 0.936202
+0 0.57435 0.936187
+0 0.574746 0.936172
+0 0.575051 0.936126
+0 0.575311 0.936065
+0 0.575494 0.936004
+0 0.575631 0.935973
+0 0.575692 0.935958
+0 0.575723 0.935958
+0 0.575662 0.935973
+0 0.57554 0.936004
+0 0.575296 0.936065
+0 0.574975 0.936141
+0 0.574426 0.936187
+0 0.573754 0.936217
+0 0.572839 0.936248
+0 0.571832 0.936202
+0.000823987 0.582589 0.948119
+0.0869459 0.600671 0.967834
+0.163058 0.611475 0.980468
+0.244205 0.614649 0.98587
+0.321233 0.614771 0.988525
+0.392462 0.613855 0.990265
+0.459403 0.611505 0.991333
+0.522911 0.608072 0.991775
+0.583368 0.604166 0.992065
+0.641337 0.599283 0.992325
+0.696818 0.593423 0.989715
+0.750271 0.586557 0.986389
+0.801953 0.57911 0.982513
+0.851377 0.570321 0.977691
+0.899321 0.560601 0.972885
+0 0.612009 0.934661
+0 0.612116 0.934676
+0 0.612619 0.934661
+0 0.613062 0.93463
+0 0.613458 0.934615
+0 0.613809 0.9346
+0 0.614099 0.9346
+0 0.614343 0.934585
+0 0.614572 0.934585
+0 0.614664 0.934569
+0 0.614664 0.934569
+0 0.614618 0.934585
+0 0.614435 0.934585
+0 0.614145 0.9346
+0 0.613733 0.934615
+0 0.613169 0.93463
+0 0.612436 0.934661
+0 0.611597 0.9346
+0.0122835 0.625742 0.949706
+0.0958114 0.643641 0.968994
+0.172107 0.65391 0.980896
+0.253452 0.656947 0.985824
+0.329595 0.657374 0.988495
+0.400336 0.656718 0.990478
+0.466423 0.654719 0.991165
+0.529564 0.651957 0.991882
+0.589715 0.648371 0.992264
+0.647257 0.644022 0.991775
+0.702831 0.639216 0.989197
+0.755901 0.63328 0.985779
+0.807034 0.62652 0.981552
+0.856855 0.619043 0.977539
+0.90486 0.610437 0.972412
+0 0.650645 0.933074
+0 0.650813 0.933074
+0 0.651316 0.93312
+0 0.651789 0.933196
+0 0.652247 0.933257
+0 0.652659 0.933242
+0 0.653025 0.933227
+0 0.65333 0.933227
+0 0.653574 0.933211
+0 0.653758 0.933211
+0 0.65388 0.933211
+0 0.65388 0.933196
+0 0.653803 0.933211
+0 0.653605 0.933211
+0 0.6533 0.933227
+0 0.652857 0.933242
+0 0.652308 0.933257
+0 0.651606 0.933165
+0.0248417 0.669642 0.951995
+0.105684 0.68687 0.970382
+0.182132 0.696086 0.981018
+0.263249 0.699306 0.985901
+0.338384 0.699992 0.988525
+0.408103 0.699367 0.990173
+0.474098 0.697978 0.99118
+0.536477 0.695781 0.991928
+0.59646 0.692668 0.992294
+0.653513 0.68896 0.990448
+0.708598 0.684413 0.987549
+0.761868 0.67953 0.984482
+0.812863 0.673579 0.980331
+0.862119 0.667048 0.976059
+0.909941 0.659525 0.971099
+0 0.689433 0.931884
+0 0.689647 0.931884
+0 0.690227 0.931868
+0 0.690791 0.931853
+0 0.69131 0.931838
+0 0.691752 0.931899
+0 0.692134 0.93196
+0 0.692515 0.932036
+0 0.692821 0.932036
+0 0.693065 0.932036
+0 0.693263 0.932021
+0 0.693355 0.932021
+0 0.693355 0.932021
+0 0.693263 0.932021
+0 0.693065 0.932036
+0 0.692744 0.932036
+0 0.692332 0.931991
+0 0.691768 0.931899
+0.0377813 0.713634 0.954437
+0.116182 0.730007 0.971771
+0.193378 0.738689 0.981613
+0.273503 0.741436 0.985763
+0.34786 0.742657 0.988632
+0.416709 0.742351 0.990234
+0.482155 0.741238 0.991394
+0.54403 0.739452 0.991897
+0.603342 0.736843 0.991089
+0.660075 0.733593 0.988647
+0.71458 0.729702 0.985687
+0.767346 0.725155 0.982208
+0.818235 0.720302 0.978271
+0.867323 0.714336 0.973968
+0.915084 0.707988 0.968856
+0 0.72874 0.931243
+0 0.728939 0.931197
+0 0.729458 0.931075
+0 0.729961 0.930953
+0 0.73051 0.930938
+0 0.731044 0.930938
+0 0.731517 0.930922
+0 0.731945 0.930907
+0 0.732311 0.930938
+0 0.732601 0.930983
+0 0.732845 0.931029
+0 0.733028 0.931075
+0 0.733104 0.931075
+0 0.73312 0.931075
+0 0.733043 0.931075
+0 0.732876 0.931029
+0 0.732647 0.930999
+0 0.735653 0.934356
+0.0518654 0.758312 0.95758
+0.128298 0.773571 0.973617
+0.206012 0.781323 0.9823
+0.285039 0.784009 0.98613
+0.358083 0.785336 0.988861
+0.426093 0.785168 0.990326
+0.490547 0.784421 0.991501
+0.551934 0.782864 0.9906
+0.610452 0.780713 0.988449
+0.666941 0.777844 0.986206
+0.721126 0.774441 0.983154
+0.773129 0.770565 0.97937
+0.824125 0.766186 0.975769
+0.87274 0.761151 0.970932
+0.919814 0.755261 0.965972
+0 0.768048 0.930694
+0 0.768338 0.930694
+0 0.769024 0.930694
+0 0.769665 0.930678
+0 0.770291 0.930678
+0 0.770871 0.930663
+0 0.771389 0.930663
+0 0.771893 0.930663
+0 0.772274 0.930587
+0 0.772595 0.93051
+0 0.772869 0.930449
+0 0.773098 0.930404
+0 0.773236 0.930373
+0 0.773327 0.930373
+0 0.773342 0.930388
+0 0.773312 0.930388
+0 0.773175 0.930388
+0 0.781308 0.938827
+0.066865 0.802991 0.960937
+0.141634 0.817258 0.975769
+0.22002 0.823911 0.983169
+0.2972 0.826535 0.986725
+0.368658 0.827619 0.988952
+0.435981 0.827909 0.989517
+0.499504 0.82739 0.988876
+0.560235 0.826093 0.987564
+0.618082 0.824262 0.98555
+0.673915 0.82179 0.982803
+0.727764 0.818814 0.979644
+0.779614 0.81529 0.976226
+0.829526 0.811444 0.971801
+0.878218 0.807233 0.967651
+0.925002 0.802167 0.961959
+0 0.807477 0.927123
+0 0.807797 0.927382
+0 0.80853 0.928038
+0 0.809216 0.928649
+0 0.809888 0.929229
+0 0.810498 0.929747
+0 0.811109 0.930251
+0 0.811658 0.930419
+0 0.812177 0.930419
+0 0.812619 0.930419
+0 0.813046 0.930419
+0 0.813382 0.930419
+0 0.813672 0.930419
+0 0.81387 0.930419
+0 0.814023 0.930419
+0 0.814054 0.930419
+0 0.814008 0.930419
+0 0.82768 0.944244
+0.0830549 0.847868 0.964736
+0.156832 0.860792 0.977676
+0.23508 0.866423 0.982986
+0.310536 0.868925 0.985183
+0.380346 0.870069 0.985946
+0.446433 0.870466 0.986114
+0.509133 0.870085 0.985397
+0.569009 0.869032 0.983825
+0.626368 0.867201 0.981445
+0.681376 0.86537 0.978683
+0.734585 0.86273 0.975647
+0.786007 0.859678 0.971832
+0.835706 0.856138 0.967697
+0.883589 0.852277 0.962539
+0.930266 0.848127 0.95758
+0 0.847044 0.922881
+0 0.847395 0.92314
+0 0.848157 0.923796
+0 0.84889 0.924407
+0 0.849607 0.925002
+0 0.850278 0.92546
+0 0.85098 0.925856
+0 0.851591 0.926223
+0 0.85211 0.926604
+0 0.852628 0.92694
+0 0.853162 0.92723
+0 0.853574 0.927443
+0 0.853941 0.927565
+0 0.854246 0.927611
+0 0.854444 0.927535
+0 0.854612 0.927382
+0 0.854658 0.927092
+0.0229191 0.874586 0.946639
+0.100664 0.892866 0.964538
+0.173342 0.903807 0.975204
+0.251164 0.908507 0.979507
+0.324773 0.911162 0.981628
+0.393149 0.912261 0.982116
+0.457847 0.912749 0.981903
+0.519554 0.912459 0.98085
+0.578286 0.911437 0.978988
+0.634821 0.909789 0.976715
+0.689372 0.907912 0.9738
+0.741909 0.906096 0.970489
+0.79292 0.903319 0.966705
+0.842023 0.900267 0.962158
+0.889387 0.896834 0.957229
+0.935683 0.893187 0.951446
+0 0.88658 0.917967
+0 0.886946 0.918288
+0 0.887755 0.918944
+0 0.888457 0.919524
+0 0.889067 0.919966
+0 0.889647 0.920378
+0 0.890333 0.920882
+0 0.89099 0.921355
+0 0.891615 0.921752
+0 0.89218 0.922072
+0 0.892714 0.922347
+0 0.893202 0.92256
+0 0.893629 0.922667
+0 0.894011 0.922713
+0 0.894316 0.922637
+0 0.894545 0.922438
+0 0.897581 0.925032
+0.0458381 0.920409 0.947341
+0.119173 0.936675 0.963043
+0.192126 0.94612 0.971878
+0.268559 0.950042 0.975097
+0.33994 0.952438 0.976745
+0.406699 0.953552 0.97705
+0.469963 0.954055 0.976883
+0.530373 0.953765 0.975555
+0.588174 0.952895 0.973526
+0.643839 0.951507 0.970825
+0.697597 0.949813 0.967987
+0.749538 0.947906 0.964324
+0.799832 0.945846 0.960235
+0.848325 0.94313 0.955764
+0.895537 0.940017 0.950286
+0.94081 0.936706 0.944289
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/camera_pipeline.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/camera_pipeline.py
new file mode 100644
index 0000000000000000000000000000000000000000..8a63028d1612f08aa2fdd69f3a8e1599f4879c70
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/camera_pipeline.py
@@ -0,0 +1,272 @@
+"""
+camera_pipeline.py
+
+Functions for simulating a realistic camera pipeline, including Bayer mosaic/demosaic,
+chromatic aberration, vignette, sensor noise, hot pixels, banding, motion blur, and JPEG recompression.
+"""
+
+from io import BytesIO
+from PIL import Image
+import numpy as np
+try:
+ import cv2
+ _HAS_CV2 = True
+except Exception:
+ cv2 = None
+ _HAS_CV2 = False
+from scipy.ndimage import convolve
+
+def _bayer_mosaic(img: np.ndarray, pattern='RGGB') -> np.ndarray:
+ """Create a single-channel Bayer mosaic from an RGB image.
+
+ pattern currently supports 'RGGB' (most common). Returns uint8 2D array.
+ """
+ h, w = img.shape[:2]
+ mosaic = np.zeros((h, w), dtype=np.uint8)
+
+ # pattern mapping for RGGB:
+ # (0,0) R, (0,1) G
+ # (1,0) G, (1,1) B
+ R = img[:, :, 0]
+ G = img[:, :, 1]
+ B = img[:, :, 2]
+
+ # fill mosaic according to RGGB
+ mosaic[0::2, 0::2] = R[0::2, 0::2]
+ mosaic[0::2, 1::2] = G[0::2, 1::2]
+ mosaic[1::2, 0::2] = G[1::2, 0::2]
+ mosaic[1::2, 1::2] = B[1::2, 1::2]
+ return mosaic
+
+def _demosaic_bilinear(mosaic: np.ndarray) -> np.ndarray:
+ """Simple bilinear demosaic fallback (no cv2). Outputs RGB uint8 image.
+
+ Not perfect but good enough to add demosaic artifacts.
+ """
+ h, w = mosaic.shape
+ # Work in float to avoid overflow
+ m = mosaic.astype(np.float32)
+
+ # We'll compute each channel by averaging available mosaic samples
+ R = np.zeros_like(m)
+ G = np.zeros_like(m)
+ B = np.zeros_like(m)
+
+ # RGGB pattern
+ R[0::2, 0::2] = m[0::2, 0::2]
+ G[0::2, 1::2] = m[0::2, 1::2]
+ G[1::2, 0::2] = m[1::2, 0::2]
+ B[1::2, 1::2] = m[1::2, 1::2]
+
+ # Convolution kernels for interpolation (simple)
+ k_cross = np.array([[0, 1, 0], [1, 4, 1], [0, 1, 0]], dtype=np.float32) / 8.0
+ k_diag = np.array([[1, 0, 1], [0, 0, 0], [1, 0, 1]], dtype=np.float32) / 4.0
+
+ # convolve using scipy.ndimage.convolve
+ R_interp = convolve(R, k_cross, mode='mirror')
+ G_interp = convolve(G, k_cross, mode='mirror')
+ B_interp = convolve(B, k_cross, mode='mirror')
+
+ out = np.stack((R_interp, G_interp, B_interp), axis=2)
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
+
+def _apply_chromatic_aberration(img: np.ndarray, strength=1.0, seed=None):
+ """Shift R and B channels slightly in opposite directions to emulate CA.
+
+ strength is in pixels (float). Uses cv2.warpAffine if available; integer
+ fallback uses np.roll.
+ """
+ # Early return if no chromatic aberration should be applied
+ if strength <= 0:
+ return img
+
+ if seed is not None:
+ rng = np.random.default_rng(seed)
+ else:
+ rng = np.random.default_rng()
+
+ h, w = img.shape[:2]
+ max_shift = strength
+ # small random subpixel shift sampled from normal distribution
+ shift_r = rng.normal(loc=0.0, scale=max_shift * 0.6)
+ shift_b = rng.normal(loc=0.0, scale=max_shift * 0.6)
+ # apply opposite horizontal shifts to R and B for lateral CA
+ r_x = shift_r
+ r_y = rng.normal(scale=0.3 * abs(shift_r))
+ b_x = -shift_b
+ b_y = rng.normal(scale=0.3 * abs(shift_b))
+
+ out = img.copy().astype(np.float32)
+ if _HAS_CV2:
+ def warp_channel(ch, tx, ty):
+ M = np.array([[1, 0, tx], [0, 1, ty]], dtype=np.float32)
+ return cv2.warpAffine(ch, M, (w, h), flags=cv2.INTER_LINEAR, borderMode=cv2.BORDER_REFLECT)
+ out[:, :, 0] = warp_channel(out[:, :, 0], r_x, r_y)
+ out[:, :, 2] = warp_channel(out[:, :, 2], b_x, b_y)
+ else:
+ # integer fallback
+ ix_r = int(round(r_x))
+ iy_r = int(round(r_y))
+ ix_b = int(round(b_x))
+ iy_b = int(round(b_y))
+ out[:, :, 0] = np.roll(out[:, :, 0], shift=(iy_r, ix_r), axis=(0, 1))
+ out[:, :, 2] = np.roll(out[:, :, 2], shift=(iy_b, ix_b), axis=(0, 1))
+
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
+
+def _apply_vignette(img: np.ndarray, strength=0.4):
+ h, w = img.shape[:2]
+ y = np.linspace(-1, 1, h)[:, None]
+ x = np.linspace(-1, 1, w)[None, :]
+ r = np.sqrt(x * x + y * y)
+ mask = 1.0 - (r ** 2) * strength
+ mask = np.clip(mask, 0.0, 1.0)
+ out = (img.astype(np.float32) * mask[:, :, None])
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
+
+def _add_poisson_gaussian_noise(img: np.ndarray, iso_scale=1.0, read_noise_std=2.0, seed=None):
+ """Poisson-Gaussian sensor noise model.
+
+ iso_scale scales the signal before Poisson sampling (higher -> more Poisson),
+ read_noise_std is the sigma (in DN) of additive Gaussian read noise.
+ """
+ # Early return if no noise should be applied
+ if iso_scale <= 0 and read_noise_std <= 0:
+ return img
+
+ if seed is not None:
+ rng = np.random.default_rng(seed)
+ else:
+ rng = np.random.default_rng()
+
+ img_f = img.astype(np.float32)
+
+ # If iso_scale is valid, apply Poisson noise
+ if iso_scale > 0:
+ # scale to simulate exposure/iso
+ scaled = img_f * iso_scale
+ # Poisson: we need integer counts; scale to a reasonable photon budget
+ # choose scale so that typical pixel values map to ~[0..2000] photons
+ photon_scale = 4.0
+ lam = np.clip(scaled * photon_scale, 0, 1e6)
+ noisy = rng.poisson(lam).astype(np.float32) / photon_scale
+ else:
+ # Skip Poisson noise if iso_scale is 0 or negative
+ noisy = img_f.copy()
+
+ # Add read noise if specified
+ if read_noise_std > 0:
+ noisy += rng.normal(loc=0.0, scale=read_noise_std, size=noisy.shape)
+
+ noisy = np.clip(noisy, 0, 255).astype(np.uint8)
+ return noisy
+
+def _add_hot_pixels_and_banding(img: np.ndarray, hot_pixel_prob=1e-6, banding_strength=0.0, seed=None):
+ if seed is not None:
+ rng = np.random.default_rng(seed)
+ else:
+ rng = np.random.default_rng()
+
+ h, w = img.shape[:2]
+ out = img.copy().astype(np.float32)
+ # hot pixels
+ n_pixels = int(h * w * hot_pixel_prob)
+ if n_pixels > 0:
+ ys = rng.integers(0, h, size=n_pixels)
+ xs = rng.integers(0, w, size=n_pixels)
+ vals = rng.integers(200, 256, size=n_pixels)
+ for y, x, v in zip(ys, xs, vals):
+ out[y, x, :] = v
+ # banding: add low-amplitude sinusoidal horizontal banding
+ if banding_strength > 0.0:
+ rows = np.arange(h)[:, None]
+ band = (np.sin(rows * 0.5) * 255.0 * banding_strength)
+ out += band[:, :, None]
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
+
+def _motion_blur(img: np.ndarray, kernel_size=5):
+ if kernel_size <= 1:
+ return img
+ # simple linear motion kernel horizontally
+ kernel = np.zeros((kernel_size, kernel_size), dtype=np.float32)
+ kernel[kernel_size // 2, :] = 1.0 / kernel_size
+ out = np.zeros_like(img)
+ for c in range(3):
+ out[:, :, c] = convolve(img[:, :, c].astype(np.float32), kernel, mode='mirror')
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
+
+def _jpeg_recompress(img: np.ndarray, quality=90) -> np.ndarray:
+ pil = Image.fromarray(img)
+ buf = BytesIO()
+ pil.save(buf, format='JPEG', quality=int(quality), optimize=False)
+ buf.seek(0)
+ rec = Image.open(buf).convert('RGB')
+ return np.array(rec)
+
+def simulate_camera_pipeline(img_arr: np.ndarray,
+ bayer=True,
+ jpeg_cycles=1,
+ jpeg_quality_range=(88, 96),
+ vignette_strength=0.35,
+ chroma_aberr_strength=1.2,
+ iso_scale=1.0,
+ read_noise_std=2.0,
+ hot_pixel_prob=1e-6,
+ banding_strength=0.0,
+ motion_blur_kernel=1,
+ seed=None):
+ """Apply a set of realistic camera/capture artifacts to img_arr (RGB uint8).
+
+ Returns an RGB uint8 image.
+ """
+ if seed is not None:
+ rng = np.random.default_rng(seed)
+ else:
+ rng = np.random.default_rng()
+
+ out = img_arr.copy()
+
+ # 1) Bayer mosaic + demosaic (if enabled)
+ if bayer:
+ try:
+ mosaic = _bayer_mosaic(out[:, :, ::-1]) # we built mosaic assuming R,G,B order; send RGB
+ if _HAS_CV2:
+ # cv2 expects a single-channel Bayer and provides demosaicing codes
+ # We'll use RGGB code (COLOR_BAYER_RG2BGR) so convert back to RGB after
+ dem = cv2.demosaicing(mosaic, cv2.COLOR_BAYER_RG2BGR)
+ # cv2 returns BGR
+ dem = dem[:, :, ::-1]
+ out = dem
+ else:
+ out = _demosaic_bilinear(mosaic)
+ except Exception:
+ # if anything fails, keep original
+ out = img_arr.copy()
+
+ # 2) chromatic aberration
+ out = _apply_chromatic_aberration(out, strength=chroma_aberr_strength, seed=seed)
+
+ # 3) vignette
+ out = _apply_vignette(out, strength=vignette_strength)
+
+ # 4) noise (Poisson-Gaussian)
+ out = _add_poisson_gaussian_noise(out, iso_scale=iso_scale, read_noise_std=read_noise_std, seed=seed)
+
+ # 5) hot pixels and banding
+ out = _add_hot_pixels_and_banding(out, hot_pixel_prob=hot_pixel_prob, banding_strength=banding_strength, seed=seed)
+
+ # 6) motion blur
+ if motion_blur_kernel and motion_blur_kernel > 1:
+ out = _motion_blur(out, kernel_size=motion_blur_kernel)
+
+ # 7) JPEG recompression cycles
+ for i in range(max(1, int(jpeg_cycles))):
+ q = int(rng.integers(jpeg_quality_range[0], jpeg_quality_range[1] + 1))
+ out = _jpeg_recompress(out, quality=q)
+
+ return out
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/__init__.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/filmgrainer.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/filmgrainer.py
new file mode 100644
index 0000000000000000000000000000000000000000..3140905c94259e4f4a624df814166d3977665d97
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/filmgrainer.py
@@ -0,0 +1,118 @@
+# ---
+# Filename: ../ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/filmgrainer.py
+# ---
+# Filmgrainer - by Lars Ole Pontoppidan - MIT License
+# Patched for INSTARAW: Uses relative imports and a cross-platform temp directory.
+
+from PIL import Image, ImageFilter
+import os
+import tempfile # <-- PATCH 1: IMPORT TEMPFILE
+
+# --- PATCH 2: USE RELATIVE IMPORTS ---
+from . import graingamma
+from . import graingen
+
+
+def _grainTypes(typ):
+ # After rescaling to make different grain sizes, the standard deviation
+ # of the pixel values change. The following values of grain size and power
+ # have been imperically chosen to end up with approx the same standard
+ # deviation in the result:
+ if typ == 1:
+ return (0.8, 63) # more interesting fine grain
+ elif typ == 2:
+ return (1, 45) # basic fine grain
+ elif typ == 3:
+ return (1.5, 50) # coarse grain
+ elif typ == 4:
+ return (1.6666, 50) # coarser grain
+ else:
+ raise ValueError("Unknown grain type: " + str(typ))
+
+# --- PATCH 3: USE A CROSS-PLATFORM TEMP DIRECTORY ---
+MASK_CACHE_PATH = os.path.join(tempfile.gettempdir(), "filmgrainer-mask-cache")
+
+def _getGrainMask(img_width:int, img_height:int, saturation:float, grayscale:bool, grain_size:float, grain_gauss:float, seed):
+ if grayscale:
+ str_sat = "BW"
+ sat = -1.0 # Graingen makes a grayscale image if sat is negative
+ else:
+ str_sat = str(saturation)
+ sat = saturation
+
+ filename = os.path.join(MASK_CACHE_PATH, "grain-%d-%d-%s-%s-%s-%d.png" % (
+ img_width, img_height, str_sat, str(grain_size), str(grain_gauss), seed))
+
+ if os.path.isfile(filename):
+ # print("Reusing: %s" % filename)
+ mask = Image.open(filename)
+ else:
+ mask = graingen.grainGen(img_width, img_height, grain_size, grain_gauss, sat, seed)
+ # print("Saving: %s" % filename)
+ if not os.path.isdir(MASK_CACHE_PATH):
+ os.makedirs(MASK_CACHE_PATH, exist_ok=True) # Use makedirs for safety
+ mask.save(filename, format="png", compress_level=1)
+ return mask
+
+
+def process(file_in:str, scale:float, src_gamma:float, grain_power:float, shadows:float,
+ highs:float, grain_type:int, grain_sat:float, gray_scale:bool, sharpen:int, seed:int, file_out=None):
+
+ # print("Loading: " + file_in)
+ img = Image.open(file_in).convert("RGB")
+ org_width = img.size[0]
+ org_height = img.size[1]
+
+ if scale != 1.0:
+ # print("Scaling source image ...")
+ img = img.resize((int(org_width / scale), int(org_height / scale)),
+ resample = Image.LANCZOS)
+
+ img_width = img.size[0]
+ img_height = img.size[1]
+ # print("Size: %d x %d" % (img_width, img_height))
+
+ # print("Calculating map ...")
+ map_obj = graingamma.Map.calculate(src_gamma, grain_power, shadows, highs)
+
+ # print("Calculating grain stock ...")
+ (grain_size, grain_gauss) = _grainTypes(grain_type)
+ mask = _getGrainMask(img_width, img_height, grain_sat, gray_scale, grain_size, grain_gauss, seed)
+
+ mask_pixels = mask.load()
+ img_pixels = img.load()
+
+ # Instead of calling map.lookup(a, b) for each pixel, use the map directly:
+ lookup = map_obj.map
+
+ if gray_scale:
+ # print("Film graining image ... (grayscale)")
+ for y in range(0, img_height):
+ for x in range(0, img_width):
+ m = mask_pixels[x, y]
+ (r, g, b) = img_pixels[x, y]
+ gray = int(0.21*r + 0.72*g + 0.07*b)
+ gray_lookup = lookup[gray, m]
+ img_pixels[x, y] = (gray_lookup, gray_lookup, gray_lookup)
+ else:
+ # print("Film graining image ...")
+ for y in range(0, img_height):
+ for x in range(0, img_width):
+ (mr, mg, mb) = mask_pixels[x, y]
+ (r, g, b) = img_pixels[x, y]
+ r = lookup[r, mr]
+ g = lookup[g, mg]
+ b = lookup[b, mb]
+ img_pixels[x, y] = (r, g, b)
+
+ if scale != 1.0:
+ # print("Scaling image back to original size ...")
+ img = img.resize((org_width, org_height), resample = Image.LANCZOS)
+
+ if sharpen > 0:
+ # print("Sharpening image: %d pass ..." % sharpen)
+ for x in range(sharpen):
+ img = img.filter(ImageFilter.SHARPEN)
+
+ # print("Saving: " + file_out)
+ img.save(file_out, quality=97)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/graingamma.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/graingamma.py
new file mode 100644
index 0000000000000000000000000000000000000000..94c6f3f4fdbd954e96dc126c012a70ac85a9475c
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/graingamma.py
@@ -0,0 +1,115 @@
+
+import numpy as np
+
+_ShadowEnd = 160
+_HighlightStart = 200
+
+
+def _gammaCurve(gamma, x):
+ """ Returns from 0.0 to 1.0"""
+ return pow((x / 255.0), (1.0 / gamma))
+
+
+def _calcDevelopment(shadow_level, high_level, x):
+ """
+This function returns a development like this:
+
+ (return)
+ ^
+ |
+0.5 | o - o <-- mids level, always 0.5
+ | - -
+ | - -
+ | - o <-- high_level eg. 0.25
+ | -
+ | o <-- shadow_level eg. 0.15
+ |
+ 0 -+-----------------|-------|------------|-----> x (input)
+ 0 160 200 255
+ """
+ if x < _ShadowEnd:
+ power = 0.5 - (_ShadowEnd - x) * (0.5 - shadow_level) / _ShadowEnd
+ elif x < _HighlightStart:
+ power = 0.5
+ else:
+ power = 0.5 - (x - _HighlightStart) * (0.5 - high_level) / (255 - _HighlightStart)
+
+ return power
+
+class Map:
+ def __init__(self, map):
+ self.map = map
+
+ @staticmethod
+ def calculate(src_gamma, noise_power, shadow_level, high_level) -> 'Map':
+ map = np.zeros([256, 256], dtype=np.uint8)
+
+ # We need to level off top end and low end to leave room for the noise to breathe
+ crop_top = noise_power * high_level / 12
+ crop_low = noise_power * shadow_level / 20
+
+ pic_scale = 1 - (crop_top + crop_low)
+ pic_offs = 255 * crop_low
+
+ for src_value in range(0, 256):
+ # Gamma compensate picture source value itself
+ pic_value = _gammaCurve(src_gamma, src_value) * 255.0
+
+ # In the shadows we want noise gamma to be 0.5, in the highs, 2.0:
+ gamma = pic_value * (1.5 / 256) + 0.5
+ gamma_offset = _gammaCurve(gamma, 128)
+
+ # Power is determined by the development
+ power = _calcDevelopment(shadow_level, high_level, pic_value)
+
+ for noise_value in range(0, 256):
+ gamma_compensated = _gammaCurve(gamma, noise_value) - gamma_offset
+ value = pic_value * pic_scale + pic_offs + 255.0 * power * noise_power * gamma_compensated
+ if value < 0:
+ value = 0
+ elif value < 255.0:
+ value = int(value)
+ else:
+ value = 255
+ map[src_value, noise_value] = value
+
+ return Map(map)
+
+ def lookup(self, pic_value, noise_value):
+ return self.map[pic_value, noise_value]
+
+ def saveToFile(self, filename):
+ from PIL import Image
+ img = Image.fromarray(self.map)
+ img.save(filename)
+
+if __name__ == "__main__":
+ import matplotlib.pyplot as plt
+ import numpy as np
+
+ def plotfunc(x_min, x_max, step, func):
+ x_all = np.arange(x_min, x_max, step)
+ y = []
+ for x in x_all:
+ y.append(func(x))
+
+ plt.figure()
+ plt.plot(x_all, y)
+ plt.grid()
+
+ def development1(x):
+ return _calcDevelopment(0.2, 0.3, x)
+
+ def gamma05(x):
+ return _gammaCurve(0.5, x)
+ def gamma1(x):
+ return _gammaCurve(1, x)
+ def gamma2(x):
+ return _gammaCurve(2, x)
+
+ plotfunc(0.0, 255.0, 1.0, development1)
+ plotfunc(0.0, 255.0, 1.0, gamma05)
+ plotfunc(0.0, 255.0, 1.0, gamma1)
+ plotfunc(0.0, 255.0, 1.0, gamma2)
+ plt.show()
+
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/graingen.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/graingen.py
new file mode 100644
index 0000000000000000000000000000000000000000..aca2637f42df6bc6c343983a7c62c0d60d979005
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/filmgrainer_local/graingen.py
@@ -0,0 +1,62 @@
+from PIL import Image
+import random
+import numpy as np
+
+def _makeGrayNoise(width, height, power):
+ buffer = np.zeros([height, width], dtype=int)
+
+ for y in range(0, height):
+ for x in range(0, width):
+ buffer[y, x] = random.gauss(128, power)
+ buffer = buffer.clip(0, 255)
+ return Image.fromarray(buffer.astype(dtype=np.uint8))
+
+def _makeRgbNoise(width, height, power, saturation):
+ buffer = np.zeros([height, width, 3], dtype=int)
+ intens_power = power * (1.0 - saturation)
+ for y in range(0, height):
+ for x in range(0, width):
+ intens = random.gauss(128, intens_power)
+ buffer[y, x, 0] = random.gauss(0, power) * saturation + intens
+ buffer[y, x, 1] = random.gauss(0, power) * saturation + intens
+ buffer[y, x, 2] = random.gauss(0, power) * saturation + intens
+
+ buffer = buffer.clip(0, 255)
+ return Image.fromarray(buffer.astype(dtype=np.uint8))
+
+
+def grainGen(width, height, grain_size, power, saturation, seed = 1):
+ # A grain_size of 1 means the noise buffer will be made 1:1
+ # A grain_size of 2 means the noise buffer will be resampled 1:2
+ noise_width = int(width / grain_size)
+ noise_height = int(height / grain_size)
+ random.seed(seed)
+
+ if saturation < 0.0:
+ print("Making B/W grain, width: %d, height: %d, grain-size: %s, power: %s, seed: %d" % (
+ noise_width, noise_height, str(grain_size), str(power), seed))
+ img = _makeGrayNoise(noise_width, noise_height, power)
+ else:
+ print("Making RGB grain, width: %d, height: %d, saturation: %s, grain-size: %s, power: %s, seed: %d" % (
+ noise_width, noise_height, str(saturation), str(grain_size), str(power), seed))
+ img = _makeRgbNoise(noise_width, noise_height, power, saturation)
+
+ # Resample
+ if grain_size != 1.0:
+ img = img.resize((width, height), resample = Image.LANCZOS)
+
+ return img
+
+
+if __name__ == "__main__":
+ import sys
+ if len(sys.argv) == 8:
+ width = int(sys.argv[2])
+ height = int(sys.argv[3])
+ grain_size = float(sys.argv[4])
+ power = float(sys.argv[5])
+ sat = float(sys.argv[6])
+ seed = int(sys.argv[7])
+ out = grainGen(width, height, grain_size, power, sat, seed)
+ out.save(sys.argv[1])
+
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/pipeline.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/pipeline.py
new file mode 100644
index 0000000000000000000000000000000000000000..e41ebed73d791caf789c08ede7eb2d8dc4db8348
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/pipeline.py
@@ -0,0 +1,180 @@
+import dataclasses
+import os
+import json
+import torch
+import tempfile
+import time
+import gc
+from PIL import Image
+import numpy as np
+
+# We will import your actual processing functions here later
+# from .processor import process_image
+
+# --- Helper functions (from your original node) ---
+def tensor_to_pil(tensor: torch.Tensor) -> Image.Image:
+ if tensor.ndim == 4 and tensor.shape[0] == 1:
+ tensor = tensor.squeeze(0)
+ img_np = (tensor.cpu().numpy() * 255).astype(np.uint8)
+ return Image.fromarray(img_np)
+
+def pil_to_tensor(pil_image: Image.Image) -> torch.Tensor:
+ img_np = np.array(pil_image).astype(np.float32) / 255.0
+ return torch.from_numpy(img_np).unsqueeze(0)
+
+
+@dataclasses.dataclass
+class BypassConfig:
+ """A clean, type-safe container for all our settings."""
+ mode: str = "Balanced"
+ unmarker_version: str = "full_balanced" # none, simplified, full_fast, full_balanced, full_quality
+ strength: float = 0.25
+ profile_name: str = "Sony_A7IV_Natural"
+ seed: int = 0
+ debug_mode: bool = False
+
+class BypassPipeline:
+ def __init__(self, config: BypassConfig):
+ self.config = config
+ self.profile_dir = os.path.join(os.path.dirname(__file__), "profiles")
+ self.fingerprint = self._load_profile(config.profile_name)
+ print(f"โ
BypassPipeline initialized for '{config.mode}' mode with '{config.profile_name}' profile.")
+
+ def _load_profile(self, name: str) -> dict:
+ """Loads the statistical fingerprint from a JSON file."""
+ profile_path = os.path.join(self.profile_dir, f"{name}.json")
+ if not os.path.exists(profile_path):
+ raise FileNotFoundError(f"Fingerprint profile not found: {profile_path}")
+ with open(profile_path, 'r') as f:
+ return json.load(f)
+
+ def _analyze_colors(self, tensor: torch.Tensor, label: str):
+ """Analyze color statistics for debugging."""
+ if not self.config.debug_mode:
+ return
+
+ # Convert to numpy for analysis
+ img_np = (tensor.squeeze(0).cpu().numpy() * 255).astype(np.uint8)
+
+ # Compute channel means
+ r_mean = img_np[:, :, 0].mean()
+ g_mean = img_np[:, :, 1].mean()
+ b_mean = img_np[:, :, 2].mean()
+
+ # Compute channel stds
+ r_std = img_np[:, :, 0].std()
+ g_std = img_np[:, :, 1].std()
+ b_std = img_np[:, :, 2].std()
+
+ # RGB balance (should be close to 1.0 if balanced)
+ r_g_ratio = r_mean / (g_mean + 1e-6)
+ b_g_ratio = b_mean / (g_mean + 1e-6)
+
+ print(f"\n ๐ [{label}] Color Analysis:")
+ print(f" R: mean={r_mean:.1f}, std={r_std:.1f}")
+ print(f" G: mean={g_mean:.1f}, std={g_std:.1f}")
+ print(f" B: mean={b_mean:.1f}, std={b_std:.1f}")
+ print(f" R/G ratio: {r_g_ratio:.3f} (balanced โ 1.0)")
+ print(f" B/G ratio: {b_g_ratio:.3f} (balanced โ 1.0)")
+
+ if b_g_ratio > 1.15:
+ print(f" โ ๏ธ BLUE SHIFT DETECTED! B/G ratio too high: {b_g_ratio:.3f}")
+ elif b_g_ratio < 0.85:
+ print(f" โ ๏ธ YELLOW SHIFT DETECTED! B/G ratio too low: {b_g_ratio:.3f}")
+
+ def _run_unmarker(self, input_tensor: torch.Tensor) -> torch.Tensor:
+ """
+ Run UnMarker attack based on config.
+ """
+ from .utils import attack_non_semantic, attack_two_stage_unmarker
+
+ version = self.config.unmarker_version
+
+ if version == "none":
+ print(" - Skipping UnMarker (none selected)")
+ return input_tensor
+
+ # DEBUG: Analyze input colors
+ self._analyze_colors(input_tensor, "BEFORE UnMarker")
+
+ # Convert tensor to numpy for unmarker
+ img_pil = tensor_to_pil(input_tensor)
+ img_np = np.array(img_pil)
+
+ print(f" - Running UnMarker: {version}")
+
+ if version == "simplified":
+ result_np = attack_non_semantic(
+ img_np,
+ iterations=500,
+ learning_rate=3e-4,
+ )
+ elif version == "full_fast":
+ result_np = attack_two_stage_unmarker(
+ img_np,
+ preset="fast",
+ verbose=True
+ )
+ elif version == "full_balanced":
+ result_np = attack_two_stage_unmarker(
+ img_np,
+ preset="balanced",
+ verbose=True
+ )
+ elif version == "full_quality":
+ result_np = attack_two_stage_unmarker(
+ img_np,
+ preset="quality",
+ verbose=True
+ )
+ else:
+ print(f" โ ๏ธ Unknown unmarker version: {version}, skipping")
+ return input_tensor
+
+ # Convert back to tensor
+ result_pil = Image.fromarray(result_np)
+ result_tensor = pil_to_tensor(result_pil)
+
+ # DEBUG: Analyze output colors
+ self._analyze_colors(result_tensor, "AFTER UnMarker")
+
+ return result_tensor
+
+ def run(self, input_image_tensor: torch.Tensor) -> torch.Tensor:
+ """The main execution pipeline."""
+ current_tensor = input_image_tensor.clone()
+
+ # DEBUG: Analyze input image
+ self._analyze_colors(current_tensor, "INPUT IMAGE")
+
+ print(f"๐ Pipeline Mode: {self.config.mode}")
+ print(f"๐ฏ UnMarker Version: {self.config.unmarker_version}")
+
+ if self.config.mode == "Ultra-Minimal":
+ # Just run UnMarker if enabled, no other processing
+ print(" โก Ultra-Minimal: UnMarker only")
+ current_tensor = self._run_unmarker(current_tensor)
+
+ elif self.config.mode == "Balanced":
+ # TODO: Add ISP simulation stages here (LUT, noise, etc.)
+ # For now, just run UnMarker
+ print(" โ๏ธ Balanced: Running UnMarker")
+ current_tensor = self._run_unmarker(current_tensor)
+
+ elif self.config.mode == "Aggressive":
+ # TODO: Add full pipeline with ISP + quality analysis
+ # For now, just run UnMarker
+ print(" ๐ฅ Aggressive: Running UnMarker")
+ current_tensor = self._run_unmarker(current_tensor)
+
+ # DEBUG: Analyze final output
+ self._analyze_colors(current_tensor, "FINAL OUTPUT")
+
+ return current_tensor
+
+ # TODO: Add ISP simulation methods here
+ # - _run_iphone_lut()
+ # - _run_iphone_noise()
+ # - _run_heic_compression()
+ # - _run_quality_analysis()
+ # etc.
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/pipeline_v2.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/pipeline_v2.py
new file mode 100644
index 0000000000000000000000000000000000000000..e7778fe0b07176a5a140abd049bff4de07a4905f
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/pipeline_v2.py
@@ -0,0 +1,193 @@
+# ---
+# Filename: ../ComfyUI_INSTARAW/modules/detection_bypass/pipeline_v2.py (FINAL, CORRECTED)
+# ---
+import dataclasses
+import os
+import torch
+import numpy as np
+from PIL import Image
+from types import SimpleNamespace
+import tempfile
+import time
+import gc
+
+# Use a clean, relative import to our local, patched package
+from .filmgrainer_local.filmgrainer import process as process_filmgrain
+
+# Import your existing processing functions from the same directory
+from .processor import process_image
+
+@dataclasses.dataclass
+class BypassConfigV2:
+ """A clean, type-safe container for all our settings."""
+ mode: str = "Full Pipeline (iPhone)"
+ strength: float = 0.30
+ lut_path: str = ""
+ seed: int = 0
+
+class BypassPipelineV2:
+ def __init__(self, config: BypassConfigV2):
+ self.config = config
+ print(f"โ
V2 Pipeline Initialized: Mode='{self.config.mode}', Strength={self.config.strength:.2f}")
+
+ def _get_base_args(self) -> SimpleNamespace:
+ # Create a complete base namespace with ALL possible parameters to prevent AttributeErrors.
+ # BUG FIX: Clamp seed to 32-bit range to prevent overflow in underlying libraries.
+ return SimpleNamespace(
+ seed=self.config.seed % (2**32), awb=False, ref=None, fft_ref=None, lut=None, lut_strength=1.0, blend=False,
+ noise=False, clahe=False, fft=False, perturb=False, glcm=False, lbp=False,
+ sim_camera=False, non_semantic=False,
+ noise_std=0.0, clahe_clip=2.0, tile=8, cutoff=0.25, fstrength=0.9,
+ randomness=0.05, phase_perturb=0.08, radial_smooth=5,
+ fft_mode="auto", fft_alpha=1.0, perturb_magnitude=0.0,
+ glcm_distances=[1], glcm_angles=[0, np.pi/4, np.pi/2, 3*np.pi/4],
+ glcm_levels=256, glcm_strength=0.9, lbp_radius=3, lbp_n_points=24, lbp_method='uniform', lbp_strength=0.9,
+ no_no_bayer=True, jpeg_cycles=1, jpeg_qmin=88, jpeg_qmax=96,
+ vignette_strength=0.0, chroma_strength=0.0, iso_scale=1.0,
+ read_noise=2.0, hot_pixel_prob=1e-6, banding_strength=0.0, motion_blur_kernel=1,
+ ns_iterations=500, ns_learning_rate=3e-4, ns_t_lpips=0.04, ns_t_l2=3e-5,
+ ns_c_lpips=1e-2, ns_c_l2=0.6, ns_grad_clip=0.05,
+ blend_tolerance=10.0, blend_min_region=50, blend_max_samples=100000, blend_n_jobs=None
+ )
+
+ def _apply_filmgrain(self, image_tensor: torch.Tensor) -> torch.Tensor:
+ """Wrapper for our local, patched filmgrainer library."""
+ pil_img = tensor_to_pil(image_tensor)
+
+ s = self.config.strength
+ grain_power = 0.7 + (s * 0.3)
+ shadows = 0.1 + (s * 0.2)
+ highs = 0.1 + (s * 0.1)
+ grain_sat = 0.2 + (s * 0.4)
+
+ print(f" [V2 Pipeline] Applying film grain: Power={grain_power:.2f}, Shadows={shadows:.2f}, Sat={grain_sat:.2f}")
+
+ with tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmp_in, \
+ tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmp_out:
+ tmp_in_path, tmp_out_path = tmp_in.name, tmp_out.name
+
+ try:
+ pil_img.save(tmp_in_path)
+ # BUG FIX: Also clamp seed here for the filmgrainer library
+ process_filmgrain(
+ file_in=tmp_in_path, file_out=tmp_out_path, scale=1.0, src_gamma=1.0,
+ grain_power=grain_power, shadows=shadows, highs=highs, grain_type=1,
+ grain_sat=grain_sat, gray_scale=False, sharpen=0, seed=self.config.seed % (2**32)
+ )
+ result_tensor = pil_to_tensor(Image.open(tmp_out_path))
+ finally:
+ del pil_img
+ gc.collect()
+ time.sleep(0.05)
+ for f_path in [tmp_in_path, tmp_out_path]:
+ if os.path.exists(f_path):
+ try:
+ os.unlink(f_path)
+ except Exception as e:
+ print(f" - Warning: Could not delete filmgrain temp file {f_path}: {e}")
+ return result_tensor
+
+ def run(self, input_image_tensor: torch.Tensor, awb_ref_tensor: torch.Tensor = None) -> torch.Tensor:
+ """The main execution pipeline, orchestrating all authenticity stages."""
+ current_tensor = input_image_tensor.clone()
+
+ if self.config.mode == "Full Pipeline (iPhone)":
+ print(" - Executing Full Pipeline (iPhone)...")
+ current_tensor = self._run_pass(current_tensor, self._get_awb_args(), awb_ref_tensor=awb_ref_tensor)
+ current_tensor = self._run_pass(current_tensor, self._get_ns_args())
+ current_tensor = self._run_pass(current_tensor, self._get_lut_args())
+ current_tensor = self._apply_filmgrain(current_tensor)
+ current_tensor = self._run_pass(current_tensor, self._get_simulation_args())
+ current_tensor = self._run_pass(current_tensor, self._get_perturb_args())
+
+ elif self.config.mode == "Ultra-Minimal (Stealth)":
+ print(" - Executing Ultra-Minimal (Stealth) Pipeline...")
+ current_tensor = self._run_pass(current_tensor, self._get_awb_args(), awb_ref_tensor=awb_ref_tensor)
+
+ args2 = self._get_base_args(); args2.pass_name = "AI Normalizer (Minimal)"; args2.non_semantic = True
+ args2.ns_iterations = 200; args2.ns_t_lpips = 0.015
+ current_tensor = self._run_pass(current_tensor, args2)
+
+ args3 = self._get_base_args(); args3.pass_name = "Light Camera Sim"; args3.sim_camera = True
+ args3.chroma_strength = 0.4; args3.vignette_strength = 0.05; args3.jpeg_cycles = 1; args3.jpeg_qmin = 96; args3.jpeg_qmax = 99
+ current_tensor = self._run_pass(current_tensor, args3)
+
+ args4 = self._get_base_args(); args4.pass_name = "Final Perturbation"; args4.perturb = True
+ args4.perturb_magnitude = 0.002
+ current_tensor = self._run_pass(current_tensor, args4)
+
+ return current_tensor
+
+ def _run_pass(self, input_tensor, args, awb_ref_tensor=None, fft_ref_tensor=None):
+ pass_name = getattr(args, 'pass_name', 'Unknown')
+ print(f" [V2 Pipeline] Stage: '{pass_name}'...")
+ pil_img = tensor_to_pil(input_tensor)
+ tmp_files_to_clean = []
+ try:
+ with tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmp_input, \
+ tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmp_output:
+ tmp_input_path, tmp_output_path = tmp_input.name, tmp_output.name
+ tmp_files_to_clean.extend([tmp_input_path, tmp_output_path])
+ pil_img.save(tmp_input_path)
+ args.input, args.output = tmp_input_path, tmp_output_path
+
+ if awb_ref_tensor is not None:
+ with tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmp_awb:
+ awb_path = tmp_awb.name
+ tensor_to_pil(awb_ref_tensor).save(awb_path)
+ args.ref = awb_path
+ tmp_files_to_clean.append(args.ref)
+
+ process_image(args.input, args.output, args)
+ return pil_to_tensor(Image.open(tmp_output_path))
+ finally:
+ del pil_img
+ gc.collect()
+ time.sleep(0.05)
+ for f_path in tmp_files_to_clean:
+ if os.path.exists(f_path):
+ try:
+ os.unlink(f_path)
+ except Exception as e:
+ print(f" - Warning: Could not delete temp file {f_path}: {e}")
+
+ def _get_awb_args(self) -> SimpleNamespace:
+ args = self._get_base_args(); args.pass_name = "Auto White Balance"; args.awb = True
+ return args
+
+ def _get_ns_args(self) -> SimpleNamespace:
+ args = self._get_base_args(); args.pass_name = "AI Normalizer (UnMarker Attack)"
+ args.non_semantic = True; s = self.config.strength
+ args.ns_iterations = int(200 + 300 * s); args.ns_t_lpips = 0.02 + (0.025 * s); args.ns_learning_rate = 2e-4 + (1e-4 * s)
+ return args
+
+ def _get_lut_args(self) -> SimpleNamespace:
+ args = self._get_base_args(); args.pass_name = "3D LUT Color Science"
+ args.lut = self.config.lut_path; args.lut_strength = 0.5 + (0.5 * self.config.strength)
+ return args
+
+ def _get_simulation_args(self) -> SimpleNamespace:
+ args = self._get_base_args(); args.pass_name = "Camera Simulation"
+ s = self.config.strength; args.sim_camera = True
+ args.chroma_strength = 0.5 + (1.0 * s); args.vignette_strength = 0.1 + (0.3 * s)
+ args.jpeg_cycles = 1 + int(s * 2); args.jpeg_qmin = int(95 - (45 * s)); args.jpeg_qmax = int(98 - (25 * s))
+ if args.jpeg_qmin > args.jpeg_qmax: args.jpeg_qmin = args.jpeg_qmax
+ return args
+
+ def _get_perturb_args(self) -> SimpleNamespace:
+ args = self._get_base_args(); args.pass_name = "Final Perturbation"
+ args.perturb = True; args.perturb_magnitude = 0.001 + (0.007 * self.config.strength)
+ return args
+
+# Helper functions to keep file self-contained
+def tensor_to_pil(tensor: torch.Tensor) -> Image.Image:
+ if tensor.ndim == 4 and tensor.shape[0] == 1: tensor = tensor.squeeze(0)
+ return Image.fromarray((tensor.cpu().numpy() * 255).astype(np.uint8))
+
+def pil_to_tensor(pil_image: Image.Image) -> torch.Tensor:
+ try:
+ img_np = np.array(pil_image.convert("RGB")).astype(np.float32) / 255.0
+ return torch.from_numpy(img_np).unsqueeze(0)
+ finally:
+ if isinstance(pil_image, Image.Image):
+ pil_image.close()
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/processor.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/processor.py
new file mode 100644
index 0000000000000000000000000000000000000000..fa7969b33de7cda6eaf5f85df6e88216464af16d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/processor.py
@@ -0,0 +1,181 @@
+# ---
+# Filename: ../ComfyUI_INSTARAW/modules/detection_bypass/processor.py (Refactored)
+# ---
+#!/usr/bin/env python3
+"""
+processor.py
+
+Main pipeline for image postprocessing. This module orchestrates various authenticity
+techniques, including the UnMarker attack for spectral normalization.
+"""
+
+import argparse
+import os
+from PIL import Image
+import numpy as np
+import piexif
+from datetime import datetime
+
+# Import all utility functions, including our new UnMarker attack
+from .utils import (
+ add_gaussian_noise,
+ clahe_color_correction,
+ randomized_perturbation,
+ fourier_match_spectrum,
+ auto_white_balance_ref,
+ load_lut,
+ apply_lut,
+ glcm_normalize,
+ lbp_normalize,
+ attack_non_semantic, # <-- This is now imported from our new module
+ blend_colors
+)
+from .camera_pipeline import simulate_camera_pipeline
+
+def add_fake_exif():
+ """Generates a plausible set of fake EXIF data."""
+ now = datetime.now()
+ datestamp = now.strftime("%Y:%m:%d %H:%M:%S")
+ zeroth_ifd = {
+ piexif.ImageIFD.Make: b"Apple",
+ piexif.ImageIFD.Model: b"iPhone 15 Pro",
+ piexif.ImageIFD.Software: b"17.4.1",
+ piexif.ImageIFD.DateTime: datestamp.encode('utf-8'),
+ }
+ exif_ifd = {
+ piexif.ExifIFD.DateTimeOriginal: datestamp.encode('utf-8'),
+ piexif.ExifIFD.DateTimeDigitized: datestamp.encode('utf-8'),
+ piexif.ExifIFD.ExposureTime: (1, 125),
+ piexif.ExifIFD.FNumber: (28, 10),
+ piexif.ExifIFD.ISOSpeedRatings: 200,
+ piexif.ExifIFD.FocalLength: (50, 1),
+ }
+ exif_dict = {"0th": zeroth_ifd, "Exif": exif_ifd, "GPS": {}, "1st": {}, "thumbnail": None}
+ return piexif.dump(exif_dict)
+
+def process_image(path_in, path_out, args):
+ """The main processing function that applies a sequence of effects based on args."""
+ img = Image.open(path_in).convert('RGB')
+ arr = np.array(img)
+
+ ref_arr_fft = None
+ if args.fft_ref:
+ try:
+ ref_arr_fft = np.array(Image.open(args.fft_ref).convert('RGB'))
+ except Exception as e:
+ print(f"Warning: failed to load FFT/AWB reference '{args.fft_ref}': {e}.")
+
+ # --- This is the core change: we now call the imported UnMarker function ---
+ if args.non_semantic:
+ print("Applying non-semantic UnMarker attack...")
+ try:
+ arr = attack_non_semantic(
+ arr,
+ iterations=args.ns_iterations, learning_rate=args.ns_learning_rate,
+ t_lpips=args.ns_t_lpips, t_l2=args.ns_t_l2,
+ c_lpips=args.ns_c_lpips, c_l2=args.ns_c_l2,
+ grad_clip_value=args.ns_grad_clip
+ )
+ except Exception as e:
+ print(f"Warning: Non-semantic attack failed: {e}. Skipping.")
+
+ # ... (the rest of the function remains the same, applying other effects)
+ if args.clahe:
+ arr = clahe_color_correction(arr, clip_limit=args.clahe_clip, tile_grid_size=(args.tile, args.tile))
+ if args.fft:
+ arr = fourier_match_spectrum(arr, ref_img_arr=ref_arr_fft, mode=args.fft_mode, alpha=args.fft_alpha, cutoff=args.cutoff, strength=args.fstrength, randomness=args.randomness, phase_perturb=args.phase_perturb, radial_smooth=args.radial_smooth, seed=args.seed)
+ if args.glcm:
+ arr = glcm_normalize(arr, ref_img_arr=ref_arr_fft, distances=args.glcm_distances, angles=args.glcm_angles, levels=args.glcm_levels, strength=args.glcm_strength, seed=args.seed)
+ if args.lbp:
+ arr = lbp_normalize(arr, ref_img_arr=ref_arr_fft, radius=args.lbp_radius, n_points=args.lbp_n_points, method=args.lbp_method, strength=args.lbp_strength, seed=args.seed)
+ if args.noise:
+ arr = add_gaussian_noise(arr, std_frac=args.noise_std, seed=args.seed)
+ if args.perturb:
+ arr = randomized_perturbation(arr, magnitude_frac=args.perturb_magnitude, seed=args.seed)
+ if args.sim_camera:
+ arr = simulate_camera_pipeline(arr, bayer=args.no_no_bayer, jpeg_cycles=args.jpeg_cycles, jpeg_quality_range=(args.jpeg_qmin, args.jpeg_qmax), vignette_strength=args.vignette_strength, chroma_aberr_strength=args.chroma_strength, iso_scale=args.iso_scale, read_noise_std=args.read_noise, hot_pixel_prob=args.hot_pixel_prob, banding_strength=args.banding_strength, motion_blur_kernel=args.motion_blur_kernel, seed=args.seed)
+ if args.awb:
+ awb_ref = np.array(Image.open(args.ref).convert('RGB')) if args.ref else None
+ arr = auto_white_balance_ref(arr, awb_ref)
+ if args.lut:
+ try:
+ lut = load_lut(args.lut)
+ arr = apply_lut(np.clip(arr, 0, 255).astype(np.uint8), lut, strength=args.lut_strength)
+ except Exception as e:
+ print(f"Warning: failed to apply LUT '{args.lut}': {e}. Skipping.")
+
+ out_img = Image.fromarray(np.clip(arr, 0, 255).astype(np.uint8))
+ out_img.save(path_out, exif=add_fake_exif())
+
+# The build_argparser and main functions are for standalone script execution and can remain unchanged.
+# ... (rest of processor.py, i.e., build_argparser and if __name__ == "__main__":, remains the same)
+def build_argparser():
+ p = argparse.ArgumentParser(description="Image postprocessing pipeline with camera simulation, LUT support, GLCM, and LBP normalization")
+ p.add_argument('input', help='Input image path')
+ p.add_argument('output', help='Output image path')
+ p.add_argument('--awb', action='store_true', default=False, help='Enable automatic white balancing. Uses grey-world if --ref is not provided.')
+ p.add_argument('--ref', help='Optional reference image for auto white-balance (only used if --awb is enabled)', default=None)
+ p.add_argument('--noise-std', type=float, default=0.02, help='Gaussian noise std fraction of 255 (0-0.1)')
+ p.add_argument('--clahe-clip', type=float, default=2.0, help='CLAHE clip limit')
+ p.add_argument('--tile', type=int, default=8, help='CLAHE tile grid size')
+ p.add_argument('--cutoff', type=float, default=0.25, help='Fourier cutoff (0..1)')
+ p.add_argument('--fstrength', type=float, default=0.9, help='Fourier blend strength (0..1)')
+ p.add_argument('--randomness', type=float, default=0.05, help='Randomness for Fourier mask modulation')
+ p.add_argument('--seed', type=int, default=None, help='Random seed for reproducibility')
+ p.add_argument('--fft-ref', help='Optional reference image for FFT spectral matching, GLCM, and LBP', default=None)
+ p.add_argument('--fft-mode', choices=('auto','ref','model'), default='auto', help='FFT mode: auto picks ref if available')
+ p.add_argument('--fft-alpha', type=float, default=1.0, help='Alpha for 1/f model (spectrum slope)')
+ p.add_argument('--phase-perturb', type=float, default=0.08, help='Phase perturbation strength (radians)')
+ p.add_argument('--radial-smooth', type=int, default=5, help='Radial smoothing (bins) for spectrum profiles')
+ p.add_argument('--glcm', action='store_true', default=False, help='Enable GLCM normalization using FFT reference if available')
+ p.add_argument('--glcm-distances', type=int, nargs='+', default=[1], help='Distances for GLCM computation')
+ p.add_argument('--glcm-angles', type=float, nargs='+', default=[0, np.pi/4, np.pi/2, 3*np.pi/4], help='Angles for GLCM computation (in radians)')
+ p.add_argument('--glcm-levels', type=int, default=256, help='Number of gray levels for GLCM')
+ p.add_argument('--glcm-strength', type=float, default=0.9, help='Strength of GLCM feature matching (0..1)')
+ p.add_argument('--lbp', action='store_true', default=False, help='Enable LBP normalization using FFT reference if available')
+ p.add_argument('--lbp-radius', type=int, default=3, help='Radius of LBP operator')
+ p.add_argument('--lbp-n-points', type=int, default=24, help='Number of circularly symmetric neighbor set points for LBP')
+ p.add_argument('--lbp-method', choices=('default', 'ror', 'uniform', 'var'), default='uniform', help='LBP method')
+ p.add_argument('--lbp-strength', type=float, default=0.9, help='Strength of LBP histogram matching (0..1)')
+ p.add_argument('--non-semantic', action='store_true', default=False, help='Apply non-semantic attack on the image')
+ p.add_argument('--ns-iterations', type=int, default=500, help='Iterations for non-semantic attack')
+ p.add_argument('--ns-learning-rate', type=float, default=3e-4, help='Learning rate for non-semantic attack')
+ p.add_argument('--ns-t-lpips', type=float, default=4e-2, help='LPIPS threshold for non-semantic attack')
+ p.add_argument('--ns-t-l2', type=float, default=3e-5, help='L2 threshold for non-semantic attack')
+ p.add_argument('--ns-c-lpips', type=float, default=1e-2, help='LPIPS constant for non-semantic attack')
+ p.add_argument('--ns-c-l2', type=float, default=0.6, help='L2 constant for non-semantic attack')
+ p.add_argument('--ns-grad-clip', type=float, default=0.05, help='Gradient clipping value for non-semantic attack')
+ p.add_argument('--sim-camera', action='store_true', default=False, help='Enable camera-pipeline simulation (Bayer, CA, vignette, JPEG cycles)')
+ p.add_argument('--no-no-bayer', dest='no_no_bayer', action='store_false', help='Disable Bayer/demosaic step (double negative kept for backward compat)')
+ p.set_defaults(no_no_bayer=True)
+ p.add_argument('--jpeg-cycles', type=int, default=1, help='Number of JPEG recompression cycles to apply')
+ p.add_argument('--jpeg-qmin', type=int, default=88, help='Min JPEG quality for recompression')
+ p.add_argument('--jpeg-qmax', type=int, default=96, help='Max JPEG quality for recompression')
+ p.add_argument('--vignette-strength', type=float, default=0.35, help='Vignette strength (0..1)')
+ p.add_argument('--chroma-strength', type=float, default=1.2, help='Chromatic aberration strength (pixels)')
+ p.add_argument('--iso-scale', type=float, default=1.0, help='ISO/exposure scale for Poisson noise')
+ p.add_argument('--read-noise', type=float, default=2.0, help='Read noise sigma for sensor noise')
+ p.add_argument('--hot-pixel-prob', type=float, default=1e-6, help='Per-pixel probability of hot pixel')
+ p.add_argument('--banding-strength', type=float, default=0.0, help='Horizontal banding amplitude (0..1)')
+ p.add_argument('--motion-blur-kernel', type=int, default=1, help='Motion blur kernel size (1 = none)')
+ p.add_argument('--lut', type=str, default=None, help='Path to a 1D PNG (256x1) or .npy LUT, or a .cube 3D LUT')
+ p.add_argument('--lut-strength', type=float, default=0.1, help='Strength to blend LUT (0.0 = no effect, 1.0 = full LUT)')
+ p.add_argument('--noise', action='store_true', default=False, help='Enable Gaussian noise addition')
+ p.add_argument('--clahe', action='store_true', default=False, help='Enable CLAHE color correction')
+ p.add_argument('--fft', action='store_true', default=False, help='Enable FFT spectral matching')
+ p.add_argument('--perturb', action='store_true', default=False, help='Enable randomized perturbation')
+ p.add_argument('--perturb-magnitude', type=float, default=0.008, help='Randomized perturb magnitude fraction (0..0.05)')
+ p.add_argument('--blend', action='store_true', default=False, help='Enable color')
+ p.add_argument('--blend-tolerance', type=float, default=10.0, help='Color tolerance for blending (smaller = more colors)')
+ p.add_argument('--blend-min-region', type=int, default=50, help='Minimum region size to retain (in pixels)')
+ p.add_argument('--blend-max-samples', type=int, default=100000, help='Maximum pixels to sample for k-means (for speed)')
+ p.add_argument('--blend-n-jobs', type=int, default=None, help='Number of worker threads for blending (default: os.cpu_count())')
+ return p
+
+if __name__ == "__main__":
+ args = build_argparser().parse_args()
+ if not os.path.exists(args.input):
+ print("Input not found:", args.input)
+ raise SystemExit(2)
+ process_image(args.input, args.output, args)
+ print("Saved:", args.output)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/__init__.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..b5e8ad64ae031eb94ba299b7e66ba5aa76dcf55d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/__init__.py
@@ -0,0 +1,35 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/__init__.py
+# ---
+from .autowb import auto_white_balance_ref
+from .clahe import clahe_color_correction
+from .color_lut import load_lut, apply_lut
+from .exif import remove_exif_pil
+from .fourier_pipeline import fourier_match_spectrum
+from .gaussian_noise import add_gaussian_noise
+from .perturbation import randomized_perturbation
+from .glcm_normalization import glcm_normalize
+from .lbp_normalization import lbp_normalize
+from .unmarker_full import normalize_spectrum_twostage, SpectralNormalizer
+from .blend import blend_colors
+from .direct_spectral_matching import direct_spectral_match
+from .texture_utils import TextureMatcher # <-- ADD THIS LINE
+from .non_semantic_attack import non_semantic_attack
+
+__all__ = [
+ "auto_white_balance_ref",
+ "clahe_color_correction",
+ "load_lut",
+ "apply_lut",
+ "remove_exif_pil",
+ "fourier_match_spectrum",
+ "add_gaussian_noise",
+ "randomized_perturbation",
+ "glcm_normalize",
+ "lbp_normalize",
+ 'normalize_spectrum_twostage',
+ 'SpectralNormalizer',
+ "blend_colors",
+ 'direct_spectral_match',
+ "TextureMatcher",
+ "non_semantic_attack",
+]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/adaptive_filter.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/adaptive_filter.py
new file mode 100644
index 0000000000000000000000000000000000000000..1e52b1fc47284dcb7b6936b64e3de96446071e4a
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/adaptive_filter.py
@@ -0,0 +1,321 @@
+"""
+Adaptive spatial filtering for UnMarker.
+Ported from ai-watermark/modules/attack/unmark/cw.py:Filter
+
+This implements learnable, edge-aware filtering that applies perturbations
+more strongly in textured regions (where they're invisible) and weakly in
+smooth regions (where they'd be noticeable).
+
+Key concept: Joint bilateral filtering with learnable kernels.
+"""
+
+import numpy as np
+import torch
+import kornia
+
+
+class AdaptiveFilter(torch.nn.Module):
+ """
+ Learnable adaptive filter that applies spatially-varying perturbations.
+
+ This is the secret sauce for imperceptibility. Instead of uniform noise,
+ it learns WHERE to apply perturbations based on image content.
+
+ Args:
+ kernels: List of (height, width) tuples for filter sizes, e.g., [(7,7), (15,15)]
+ shape: Expected input shape (B, C, H, W)
+ box: Spatial box size for partitioning, e.g., (1, 1) = no partitioning
+ sigma_color: Bilateral filter color sensitivity (0 = spatial only)
+ norm: L-p norm for distance computation
+ pad_mode: Padding mode for convolutions ("reflect" recommended)
+ filter_mode: If True, applies filter at every pixel (slow but accurate)
+ loss_factor: Weight for filter regularization loss
+ loss_norm: Norm for filter loss computation
+ """
+
+ def __init__(
+ self,
+ kernels,
+ shape,
+ box=(1, 1),
+ sigma_color=0.1,
+ norm=1,
+ pad_mode="reflect",
+ filter_mode=False,
+ loss_factor=1,
+ loss_norm=2,
+ ):
+ super().__init__()
+ self.norm, self.sigma_color, self.pad_mode, self.box, self.filter_mode = (
+ norm,
+ sigma_color,
+ pad_mode,
+ box,
+ filter_mode,
+ )
+
+ # Learnable filter kernels (these are optimized during attack)
+ self.kernels = torch.nn.ParameterList(
+ [torch.nn.Parameter(self.__get_init_w(kernel, shape)) for kernel in kernels]
+ )
+ self.softmax = torch.nn.Softmax(dim=-1)
+ self.loss_factor = loss_factor
+ self.loss_norm = loss_norm
+
+ def pad_w(self, w):
+ """Pad filter kernel to full size."""
+ return torch.nn.functional.pad(
+ w, (0, w.shape[-1] - 1, 0, w.shape[-2] - 1), "reflect"
+ )
+
+ def __get_init_w(self, kernel, shape):
+ """Initialize learnable filter weights with Gaussian."""
+ repeats, _, h, w = shape
+ box = self.box if self.box is not None else kernel
+ boxes = [int(np.ceil(h / box[0])), int(np.ceil(w / box[1]))]
+ num_boxes = boxes[0] * boxes[1]
+
+ # Initialize with Gaussian kernel
+ w = (
+ kornia.filters.get_gaussian_kernel2d(kernel, torch.tensor([[0.2, 0.2]]))
+ .unsqueeze(0)
+ .repeat(repeats, num_boxes, 1, 1)
+ )
+
+ # Store only upper-left quadrant (will be mirrored)
+ # Log-space for numerical stability
+ return (
+ w[..., : int(kernel[0] // 2) + 1, : int(kernel[1] // 2) + 1]
+ .clamp(1e-5, 0.999999)
+ .log()
+ )
+
+ def get_dist(self, x, kernel, guidance=None, norm=None):
+ """
+ Compute spatial distance between pixels and their neighborhoods.
+ This is used for bilateral filtering.
+ """
+ norm = self.norm if norm is None else norm
+ unf_inp = self.extract_patches(x, kernel)
+ guidance = guidance if guidance is not None else x
+ guidance = torch.nn.functional.pad(
+ guidance,
+ self._box_pad(guidance, kernel),
+ mode=self.pad_mode,
+ )
+
+ return torch.pow(
+ torch.norm(
+ unf_inp
+ - guidance.view(guidance.shape[0], guidance.shape[1], -1)
+ .transpose(1, 2)
+ .view(
+ guidance.shape[0],
+ unf_inp.shape[1],
+ unf_inp.shape[2],
+ guidance.shape[1],
+ 1,
+ ),
+ p=norm,
+ dim=-2,
+ keepdim=True,
+ ),
+ 2,
+ )
+
+ def __get_color_kernel(self, guidance, kernel):
+ """
+ Compute bilateral filter's range kernel (color similarity).
+ Pixels with similar colors get more weight.
+ """
+ if self.sigma_color <= 0:
+ return 1 # No color weighting, pure spatial filter
+
+ dist = self.get_dist(guidance.double(), kernel).float()
+ ret = (
+ (-0.5 / (self.sigma_color**2) * dist)
+ .exp()
+ .view(guidance.shape[0], dist.shape[1], dist.shape[2], -1, 1)
+ )
+ return torch.nan_to_num(ret, nan=0.0)
+
+ def _box_pad(self, x, kernel):
+ """Compute padding needed for box-based processing."""
+ box = self.box if self.box is not None else kernel
+ col = (
+ box[1] - (x.shape[-1] - (x.shape[-1] // box[1]) * box[1]) % box[1]
+ ) % box[1]
+ row = (
+ box[0] - (x.shape[-2] - (x.shape[-2] // box[0]) * box[0]) % box[0]
+ ) % box[0]
+ return [0, col, 0, row]
+
+ def _kernel_pad(self, kernel):
+ """Compute padding for kernel convolution."""
+ return [
+ (kernel[1] - 1) // 2,
+ (kernel[1] - 1) - (kernel[1] - 1) // 2,
+ (kernel[0] - 1) // 2,
+ (kernel[0] - 1) - (kernel[0] - 1) // 2,
+ ]
+
+ def _median_pad(self, x, kernel, stride):
+ """Compute padding for median computation."""
+ ph = (
+ (kernel[0] - stride[0])
+ if x.shape[-2] % stride[0] == 0
+ else (kernel[0] - (x.shape[-2] % stride[0]))
+ )
+ pw = (
+ (kernel[1] - stride[1])
+ if x.shape[-1] % stride[1] == 0
+ else (kernel[1] - (x.shape[-1] % stride[1]))
+ )
+ return (pw // 2, pw - pw // 2, ph // 2, ph - ph // 2)
+
+ def _compute_median(self, x, kernel):
+ """Compute local median for regularization."""
+ stride = kernel if not self.filter_mode else (1, 1)
+ x_p = torch.nn.functional.pad(
+ x, self._median_pad(x, kernel, stride), mode="reflect"
+ )
+ x_unf = x_p.unfold(2, kernel[0], stride[0]).unfold(3, kernel[1], stride[1])
+ median = x_unf.contiguous().view(x_unf.size()[:4] + (-1,)).median(dim=-1)[0]
+ return (
+ median.unsqueeze(-2)
+ .unsqueeze(-1)
+ .repeat(
+ 1,
+ 1,
+ 1,
+ x_p.shape[-2] // median.shape[-2],
+ 1,
+ x_p.shape[-1] // median.shape[-1],
+ )
+ .flatten(2, 3)
+ .flatten(-2)[..., : x.shape[-2], : x.shape[-1]]
+ )
+
+ def extract_patches(self, x, kernel):
+ """
+ Extract overlapping patches for filter application.
+ This is the core of the spatial filtering.
+ """
+ box = self.box if self.box is not None else kernel
+ kern = (box[0] + (kernel[0] - 1), box[1] + (kernel[1] - 1))
+ pad = [
+ b + k for b, k in zip(self._box_pad(x, kernel), self._kernel_pad(kernel))
+ ]
+ inp_unf = (
+ torch.nn.functional.pad(x, pad, mode=self.pad_mode)
+ .unfold(2, kern[0], box[0])
+ .unfold(3, kern[1], box[1])
+ .permute(0, 2, 3, 1, 4, 5)
+ .flatten(-2)
+ .reshape(-1, x.shape[1], kern[0], kern[1])
+ )
+
+ return (
+ inp_unf.unfold(2, kernel[0], 1)
+ .unfold(3, kernel[1], 1)
+ .permute(0, 2, 3, 1, 4, 5)
+ .flatten(-2)
+ .reshape(
+ x.shape[0],
+ inp_unf.shape[0] // x.shape[0],
+ -1,
+ inp_unf.shape[1],
+ kernel[0] * kernel[1],
+ )
+ )
+
+ def __compute_filter_loss(self, x, kernel, norm=2):
+ """
+ Regularization loss to prevent over-smoothing.
+ Penalizes deviation from local median.
+ """
+ return self.get_dist(
+ x, kernel, guidance=self._compute_median(x, kernel), norm=norm
+ ).view(x.shape[0], -1).sum(-1, keepdims=True) / torch.prod(
+ torch.tensor(x.shape[1:])
+ )
+
+ def __apply_filter(self, x, w, guidance=None):
+ """
+ Apply the learned adaptive filter to the input.
+
+ This is where the magic happens: the filter applies different
+ weights to different spatial locations based on local image content.
+ """
+ w = self.pad_w(w) # Expand to full kernel
+ kernel = (w.shape[-2], w.shape[-1])
+ box = self.box if self.box is not None else kernel
+ inp_unf = self.extract_patches(x, kernel)
+
+ boxes = [
+ int(np.ceil(x.shape[-2] / box[0])),
+ int(np.ceil(x.shape[-1] / box[1])),
+ ]
+
+ # Compute bilateral weights (spatial + color)
+ color_kernel = self.__get_color_kernel(guidance, kernel)
+
+ # Combine learned spatial weights with color weights
+ w = (
+ self.softmax(w.view(w.shape[0], w.shape[1], -1))
+ .unsqueeze(-2)
+ .unsqueeze(-1)
+ .repeat(1, 1, inp_unf.shape[2], 1, 1)
+ * color_kernel
+ ).view(w.shape[0], w.shape[1], inp_unf.shape[2], -1, 1)
+
+ # Apply weighted combination
+ out = inp_unf.matmul(w).transpose(2, 3).squeeze(-1) / w.squeeze(-1).sum(
+ -1
+ ).unsqueeze(2)
+
+ out = (
+ out.view(-1, inp_unf.shape[-2], inp_unf.shape[-3])
+ .reshape(x.shape[0], -1, x.shape[1] * box[0] * box[1])
+ .transpose(2, 1)
+ )
+
+ return torch.nn.functional.fold(
+ out,
+ (boxes[0] * box[0], boxes[1] * box[1]),
+ box,
+ stride=box,
+ )[..., : x.shape[-2], : x.shape[-1]]
+
+ def compute_loss(self, x):
+ """Compute regularization loss for all filter kernels."""
+ kernels = [(f.shape[-2] * 2 - 1, f.shape[-1] * 2 - 1) for f in self.kernels]
+ if len(kernels) == 0 or self.loss_factor == 0:
+ return 0
+
+ return torch.concat(
+ [
+ self.__compute_filter_loss(
+ x,
+ k,
+ norm=self.loss_norm,
+ )
+ for k in kernels
+ ],
+ dim=-1,
+ ).sum(-1)
+
+ def forward(self, x, guidance):
+ """
+ Apply all learned filters sequentially.
+
+ Args:
+ x: Input tensor to filter
+ guidance: Guidance image for bilateral weighting (usually original image)
+
+ Returns:
+ Filtered tensor
+ """
+ for filt in self.kernels:
+ x = self.__apply_filter(x, filt, guidance=guidance)
+ return x.float()
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/autowb.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/autowb.py
new file mode 100644
index 0000000000000000000000000000000000000000..87246e4e65b42f7c84f6b260aa823999383fbe46
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/autowb.py
@@ -0,0 +1,26 @@
+import numpy as np
+
+def auto_white_balance_ref(img_arr: np.ndarray, ref_img_arr: np.ndarray = None) -> np.ndarray:
+ """
+ Auto white-balance correction using a reference image.
+ If ref_img_arr is None, uses a gray-world assumption instead.
+ """
+ img = img_arr.astype(np.float32)
+
+ if ref_img_arr is not None:
+ ref = ref_img_arr.astype(np.float32)
+ ref_mean = ref.reshape(-1, 3).mean(axis=0)
+ else:
+ # Gray-world assumption: target is neutral gray
+ ref_mean = np.array([128.0, 128.0, 128.0], dtype=np.float32)
+
+ img_mean = img.reshape(-1, 3).mean(axis=0)
+
+ # Avoid divide-by-zero
+ eps = 1e-6
+ scale = (ref_mean + eps) / (img_mean + eps)
+
+ corrected = img * scale
+ corrected = np.clip(corrected, 0, 255).astype(np.uint8)
+
+ return corrected
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/blend.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/blend.py
new file mode 100644
index 0000000000000000000000000000000000000000..33d043cb61fa0e76b93236074d8d0a8e01aac16e
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/blend.py
@@ -0,0 +1,223 @@
+import numpy as np
+from scipy.cluster.vq import kmeans2
+from scipy.ndimage import label, mean as ndi_mean
+from scipy.spatial import cKDTree
+import os
+from concurrent.futures import ThreadPoolExecutor, as_completed
+
+# Vectorized color conversions
+def rgb_to_hsv(rgb: np.ndarray) -> np.ndarray:
+ """
+ Vectorized RGB->[H(0..360), S(0..1), V(0..1)].
+ rgb: (..., 3) in [0,255]
+ """
+ rgb = rgb.astype(np.float32) / 255.0
+ r = rgb[..., 0]
+ g = rgb[..., 1]
+ b = rgb[..., 2]
+
+ maxc = np.maximum(np.maximum(r, g), b)
+ minc = np.minimum(np.minimum(r, g), b)
+ delta = maxc - minc
+
+ # Hue
+ h = np.zeros_like(maxc)
+ nonzero = delta > 1e-8
+
+ # r is max
+ mask = nonzero & (maxc == r)
+ h[mask] = ((g[mask] - b[mask]) / delta[mask]) % 6
+ # g is max
+ mask = nonzero & (maxc == g)
+ h[mask] = ((b[mask] - r[mask]) / delta[mask]) + 2
+ # b is max
+ mask = nonzero & (maxc == b)
+ h[mask] = ((r[mask] - g[mask]) / delta[mask]) + 4
+
+ h = h * 60.0 # degrees
+ h[~nonzero] = 0.0
+
+ # Saturation
+ s = np.zeros_like(maxc)
+ nonzero_max = maxc > 1e-8
+ s[nonzero_max] = delta[nonzero_max] / maxc[nonzero_max]
+
+ v = maxc
+ hsv = np.stack([h, s, v], axis=-1)
+ return hsv
+
+def hsv_to_rgb(hsv: np.ndarray) -> np.ndarray:
+ """
+ Vectorized HSV->[0..255] RGB.
+ hsv: (...,3) with H in [0,360], S,V in [0,1]
+ """
+ h = hsv[..., 0] / 60.0 # sector
+ s = hsv[..., 1]
+ v = hsv[..., 2]
+
+ c = v * s
+ x = c * (1 - np.abs((h % 2) - 1))
+ m = v - c
+
+ rp = np.zeros_like(h)
+ gp = np.zeros_like(h)
+ bp = np.zeros_like(h)
+
+ seg0 = (0 <= h) & (h < 1)
+ seg1 = (1 <= h) & (h < 2)
+ seg2 = (2 <= h) & (h < 3)
+ seg3 = (3 <= h) & (h < 4)
+ seg4 = (4 <= h) & (h < 5)
+ seg5 = (5 <= h) & (h < 6)
+
+ rp[seg0] = c[seg0]; gp[seg0] = x[seg0]; bp[seg0] = 0
+ rp[seg1] = x[seg1]; gp[seg1] = c[seg1]; bp[seg1] = 0
+ rp[seg2] = 0; gp[seg2] = c[seg2]; bp[seg2] = x[seg2]
+ rp[seg3] = 0; gp[seg3] = x[seg3]; bp[seg3] = c[seg3]
+ rp[seg4] = x[seg4]; gp[seg4] = 0; bp[seg4] = c[seg4]
+ rp[seg5] = c[seg5]; gp[seg5] = 0; bp[seg5] = x[seg5]
+
+ r = (rp + m)
+ g = (gp + m)
+ b = (bp + m)
+
+ rgb = np.stack([r, g, b], axis=-1)
+ rgb = np.clip(rgb * 255.0, 0, 255).astype(np.uint8)
+ return rgb
+
+# Main blending pipeline
+
+def blend_colors(image: np.ndarray, tolerance: float = 10.0, min_region_size: int = 50,
+ max_kmeans_samples: int = 100000, n_jobs: int | None = None) -> np.ndarray:
+ """
+ Parallelized version of blend_colors.
+ n_jobs: number of worker threads (None -> os.cpu_count()).
+ """
+ if not isinstance(image, np.ndarray) or image.dtype != np.uint8 or image.ndim != 3:
+ raise ValueError("Input must be a 3D NumPy array with uint8 dtype (H, W, C)")
+
+ height, width, channels = image.shape
+ assert channels == 3
+
+ img_f = image.astype(np.float32)
+ pixels = img_f.reshape(-1, 3)
+ n_pixels = pixels.shape[0]
+
+ num_clusters = max(1, int(256 / tolerance))
+
+ # Subsample for kmeans
+ rng = np.random.default_rng(seed=12345)
+ if n_pixels > max_kmeans_samples:
+ sample_idx = rng.choice(n_pixels, size=max_kmeans_samples, replace=False)
+ else:
+ sample_idx = np.arange(n_pixels)
+ sample_data = pixels[sample_idx]
+
+ centroids, _ = kmeans2(sample_data, num_clusters, minit='points')
+
+ # Assign every pixel to nearest centroid in chunks (same as original)
+ labels_all = np.empty(n_pixels, dtype=np.int32)
+ chunk = 1_000_000
+ for start in range(0, n_pixels, chunk):
+ end = min(start + chunk, n_pixels)
+ block = pixels[start:end] # (M,3)
+ a2 = np.sum(block * block, axis=1)[:, None]
+ b2 = np.sum(centroids * centroids, axis=1)[None, :]
+ ab = block.dot(centroids.T)
+ d2 = a2 + b2 - 2 * ab
+ labels_all[start:end] = np.argmin(d2, axis=1)
+
+ label_map = labels_all.reshape(height, width)
+ output_image = image.copy()
+
+ structure = np.ones((3, 3), dtype=np.int8)
+
+ # Worker for a single cluster (runs in thread)
+ def process_cluster(cluster_id: int):
+ cluster_mask = (label_map == cluster_id).astype(np.uint8)
+ if cluster_mask.sum() == 0:
+ return 0 # nothing done
+
+ labeled_array, num_features = label(cluster_mask, structure=structure)
+ if num_features == 0:
+ return 0
+
+ counts = np.bincount(labeled_array.ravel())
+ valid_ids = np.nonzero(counts >= min_region_size)[0]
+ valid_ids = valid_ids[valid_ids != 0]
+ if valid_ids.size == 0:
+ return 0
+
+ idx_list = valid_ids.tolist()
+ means_r = ndi_mean(img_f[..., 0], labels=labeled_array, index=idx_list)
+ means_g = ndi_mean(img_f[..., 1], labels=labeled_array, index=idx_list)
+ means_b = ndi_mean(img_f[..., 2], labels=labeled_array, index=idx_list)
+ region_means = np.stack([means_r, means_g, means_b], axis=-1) # float 0..255
+
+ # convert region means to HSV and generate new colors per region
+ region_mean_hsv = rgb_to_hsv(region_means[np.newaxis, :, :].reshape(-1, 3))
+ # iterate regions (small loop per region; still OK)
+ for i, region_label in enumerate(idx_list):
+ seed_val = 42 + cluster_id + int(region_label)
+ rng_region = np.random.default_rng(seed_val)
+ shifts = rng_region.uniform(-0.05, 0.05, size=3)
+ hsv = region_mean_hsv[i].copy()
+ hsv += shifts * np.array([10.0, 0.1, 0.1])
+ hsv[0] = np.clip(hsv[0], 0, 360)
+ hsv[1] = np.clip(hsv[1], 0, 1)
+ hsv[2] = np.clip(hsv[2], 0, 1)
+ rgb_new = hsv_to_rgb(hsv[np.newaxis, :])[0]
+
+ mask = (labeled_array == int(region_label))
+ # assign directly into shared output_image; clusters don't overlap so this is safe
+ output_image[mask] = rgb_new
+
+ return 1 # done something
+
+ # Run cluster processing in thread pool
+ if n_jobs is None:
+ n_jobs = os.cpu_count() or 1
+ n_jobs = max(1, int(n_jobs))
+
+ with ThreadPoolExecutor(max_workers=n_jobs) as ex:
+ futures = [ex.submit(process_cluster, cid) for cid in range(num_clusters)]
+ # optional: iterate to ensure completion
+ for _ in as_completed(futures):
+ pass
+
+ # Island absorbtion (parallelize KD-tree queries by chunking queries)
+ changed_mask = np.any(output_image != image, axis=2)
+ if not np.all(changed_mask) and changed_mask.any():
+ changed_coords = np.column_stack(np.nonzero(changed_mask)) # (M,2)
+ changed_colors = output_image[changed_mask] # (M,3)
+ unchanged_coords = np.column_stack(np.nonzero(~changed_mask)) # (U,2)
+
+ if changed_coords.shape[0] > 0 and unchanged_coords.shape[0] > 0:
+ tree = cKDTree(changed_coords)
+
+ # We'll chunk the unchanged coords and parallel query
+ def query_chunk(start_end):
+ s, e = start_end
+ sub = unchanged_coords[s:e]
+ _, idxs = tree.query(sub, k=1)
+ return (s, e, idxs)
+
+ # prepare ranges
+ U = unchanged_coords.shape[0]
+ qchunk = max(1_000, U // (n_jobs * 4) + 1)
+ ranges = [(i, min(i + qchunk, U)) for i in range(0, U, qchunk)]
+
+ nearest_colors = np.empty((U, 3), dtype=np.uint8)
+ with ThreadPoolExecutor(max_workers=n_jobs) as ex:
+ futures = [ex.submit(query_chunk, r) for r in ranges]
+ for fut in as_completed(futures):
+ s, e, idxs = fut.result()
+ nearest_colors[s:e] = changed_colors[idxs]
+
+ # assign back
+ # flatten indexing: map (r,c) to flat index
+ flat_idx = unchanged_coords[:, 0] * width + unchanged_coords[:, 1]
+ out_flat = output_image.reshape(-1, 3)
+ out_flat[flat_idx] = nearest_colors
+
+ return output_image
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/clahe.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/clahe.py
new file mode 100644
index 0000000000000000000000000000000000000000..d19b2d3649e10fcef84af2f91d9094b6c7e9b13e
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/clahe.py
@@ -0,0 +1,28 @@
+import numpy as np
+from PIL import Image, ImageOps
+
+try:
+ import cv2
+ _HAS_CV2 = True
+except Exception:
+ cv2 = None
+ _HAS_CV2 = False
+
+def clahe_color_correction(img_arr: np.ndarray, clip_limit=2.0, tile_grid_size=(8,8)) -> np.ndarray:
+ if _HAS_CV2:
+ lab = cv2.cvtColor(img_arr, cv2.COLOR_RGB2LAB)
+ l, a, b = cv2.split(lab)
+ clahe = cv2.createCLAHE(clipLimit=clip_limit, tileGridSize=tile_grid_size)
+ l2 = clahe.apply(l)
+ lab2 = cv2.merge((l2, a, b))
+ out = cv2.cvtColor(lab2, cv2.COLOR_LAB2RGB)
+ return out
+ else:
+ pil = Image.fromarray(img_arr)
+ channels = pil.split()
+ new_ch = []
+ for ch in channels:
+ eq = ImageOps.equalize(ch)
+ new_ch.append(eq)
+ merged = Image.merge('RGB', new_ch)
+ return np.array(merged)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/color_lut.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/color_lut.py
new file mode 100644
index 0000000000000000000000000000000000000000..04e146f6e7431540b095b4089433912946cee620
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/color_lut.py
@@ -0,0 +1,167 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/color_lut.py
+# ---
+
+import numpy as np
+import re
+import os
+from PIL import Image
+
+def apply_1d_lut(img_arr: np.ndarray, lut: np.ndarray, strength: float = 1.0) -> np.ndarray:
+ # ... (This function is correct and remains unchanged)
+ if img_arr.ndim != 3 or img_arr.shape[2] != 3:
+ raise ValueError("apply_1d_lut expects an HxWx3 image array")
+ arr = img_arr.astype(np.float32)
+ lut_arr = np.array(lut, dtype=np.float32)
+ if lut_arr.ndim == 1:
+ lut_arr = np.stack([lut_arr, lut_arr, lut_arr], axis=1)
+ if lut_arr.shape[1] != 3:
+ raise ValueError("1D LUT must have shape (N,) or (N,3)")
+ N = lut_arr.shape[0]
+ src_positions = np.linspace(0, 255, N)
+ out = np.empty_like(arr)
+ for c in range(3):
+ channel = arr[..., c].ravel()
+ mapped = np.interp(channel, src_positions, lut_arr[:, c])
+ out[..., c] = mapped.reshape(arr.shape[0], arr.shape[1])
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ if strength >= 1.0:
+ return out
+ else:
+ blended = ((1.0 - strength) * img_arr.astype(np.float32) + strength * out.astype(np.float32))
+ return np.clip(blended, 0, 255).astype(np.uint8)
+
+def _trilinear_sample_lut(img_float: np.ndarray, lut: np.ndarray) -> np.ndarray:
+ """Corrected trilinear interpolation for a LUT with shape (S, S, S, 3)."""
+ S = lut.shape[0]
+ # Scale image color values to LUT index coordinates [0, S-1]
+ scaled_coords = img_float * (S - 1)
+
+ # Get the integer part (floor) and fractional part of the coordinates
+ coords_floor = np.floor(scaled_coords).astype(np.int32)
+ coords_frac = scaled_coords - coords_floor
+
+ # Clip coordinates to be within the valid LUT index range [0, S-1]
+ x0, y0, z0 = np.clip(coords_floor[..., 0], 0, S - 1), np.clip(coords_floor[..., 1], 0, S - 1), np.clip(coords_floor[..., 2], 0, S - 1)
+ x1, y1, z1 = np.clip(x0 + 1, 0, S - 1), np.clip(y0 + 1, 0, S - 1), np.clip(z0 + 1, 0, S - 1)
+
+ # Get the 8 corner values from the LUT
+ c000 = lut[x0, y0, z0]
+ c001 = lut[x0, y0, z1]
+ c010 = lut[x0, y1, z0]
+ c011 = lut[x0, y1, z1]
+ c100 = lut[x1, y0, z0]
+ c101 = lut[x1, y0, z1]
+ c110 = lut[x1, y1, z0]
+ c111 = lut[x1, y1, z1]
+
+ # Expand fractional coordinates for broadcasting
+ xd, yd, zd = coords_frac[..., 0, None], coords_frac[..., 1, None], coords_frac[..., 2, None]
+
+ # Perform trilinear interpolation
+ c00 = c000 * (1 - zd) + c001 * zd
+ c01 = c010 * (1 - zd) + c011 * zd
+ c10 = c100 * (1 - zd) + c101 * zd
+ c11 = c110 * (1 - zd) + c111 * zd
+
+ c0 = c00 * (1 - yd) + c01 * yd
+ c1 = c10 * (1 - yd) + c11 * yd
+
+ c = c0 * (1 - xd) + c1 * xd
+
+ return c
+
+def apply_3d_lut(img_arr: np.ndarray, lut3d: np.ndarray, strength: float = 1.0) -> np.ndarray:
+ # ... (This function is correct and remains unchanged)
+ if img_arr.ndim != 3 or img_arr.shape[2] != 3:
+ raise ValueError("apply_3d_lut expects an HxWx3 image array")
+ img_float = img_arr.astype(np.float32) / 255.0
+ sampled = _trilinear_sample_lut(img_float, lut3d)
+ out = np.clip(sampled * 255.0, 0, 255).astype(np.uint8)
+ if strength >= 1.0:
+ return out
+ else:
+ blended = ((1.0 - strength) * img_arr.astype(np.float32) + strength * out.astype(np.float32))
+ return np.clip(blended, 0, 255).astype(np.uint8)
+
+def apply_lut(img_arr: np.ndarray, lut: np.ndarray, strength: float = 1.0) -> np.ndarray:
+ # ... (This function is correct and remains unchanged)
+ lut = np.array(lut)
+ if lut.ndim == 4 and lut.shape[3] == 3:
+ if lut.dtype != np.float32 and lut.max() > 1.0:
+ lut = lut.astype(np.float32) / 255.0
+ return apply_3d_lut(img_arr, lut, strength=strength)
+ elif lut.ndim in (1, 2):
+ return apply_1d_lut(img_arr, lut, strength=strength)
+ else:
+ raise ValueError("Unsupported LUT shape: {}".format(lut.shape))
+
+def load_cube_lut(path: str) -> np.ndarray:
+ """
+ A robust parser for .cube files that handles common format variations and
+ correctly orders the axes for lookup.
+ """
+ size = None
+ data = []
+
+ with open(path, 'r', encoding='utf-8', errors='ignore') as f:
+ for line in f:
+ line = line.strip()
+ if not line or line.startswith('#'):
+ continue
+
+ if line.upper().startswith('LUT_3D_SIZE'):
+ try:
+ size = int(line.split()[-1])
+ except (ValueError, IndexError):
+ raise ValueError(f"Invalid LUT_3D_SIZE format in {path}: {line}")
+ continue
+
+ match = re.match(r'^(-?\d+(\.\d+)?(e-?\d+)?)\s+(-?\d+(\.\d+)?(e-?\d+)?)\s+(-?\d+(\.\d+)?(e-?\d+)?)$', line)
+ if match:
+ try:
+ data.append([float(c) for c in line.split()])
+ except ValueError:
+ print(f"Warning: Skipping malformed data line in {path}: {line}")
+ continue
+
+ if size is None:
+ raise ValueError(f"LUT_3D_SIZE not found in .cube file: {path}")
+
+ expected_size = size ** 3
+ if len(data) != expected_size:
+ raise ValueError(f"Cube LUT data length does not match size^3 (got {len(data)}, expected {expected_size})")
+
+ # --- THE DEFINITIVE FIX ---
+ # Reshape and then transpose the axes to the correct [R, G, B] order for lookup.
+ lut = np.array(data, dtype=np.float32).reshape((size, size, size, 3))
+ lut = np.transpose(lut, (2, 1, 0, 3))
+ # --- END FIX ---
+
+ if lut.max() > 1.0 + 1e-6:
+ print(f"Warning: LUT values seem to be in [0, 255] range. Normalizing to [0, 1].")
+ lut = lut / 255.0
+
+ return np.clip(lut, 0.0, 1.0)
+
+def load_lut(path: str) -> np.ndarray:
+ # ... (This function is correct and remains unchanged)
+ ext = os.path.splitext(path)[1].lower()
+ if ext == '.npy':
+ return np.load(path)
+ elif ext == '.cube':
+ return load_cube_lut(path)
+ else:
+ try:
+ with Image.open(path) as im:
+ im = im.convert('RGB')
+ arr = np.array(im)
+ h, w = arr.shape[:2]
+ if (w == 256 and h == 1) or (h == 256 and w == 1):
+ lut = arr[0, :, :] if h == 1 else arr[:, 0, :]
+ return lut.astype(np.float32)
+ flat = arr.reshape(-1, 3).astype(np.float32)
+ if flat.shape[0] <= 4096:
+ return flat
+ raise ValueError("Image LUT not a recognized size")
+ except Exception as e:
+ raise ValueError(f"Unsupported LUT file or parse error for {path}: {e}")
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching copy 2.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching copy 2.py
new file mode 100644
index 0000000000000000000000000000000000000000..1df1132e11474389f0b06188add4c235f9cae0ec
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching copy 2.py
@@ -0,0 +1,102 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching.py
+# ---
+
+import numpy as np
+from scipy.ndimage import gaussian_filter1d
+from PIL import Image
+
+def radial_profile(mag: np.ndarray, bins: int):
+ """Computes a robust radial profile of a 2D array."""
+ h, w = mag.shape
+ cy, cx = h // 2, w // 2
+ y, x = np.indices((h, w))
+ r = np.sqrt((x - cx)**2 + (y - cy)**2).astype(np.int32)
+ max_r = min(r.max(), bins - 1)
+
+ valid_mask = r.ravel() <= max_r
+ tbin = np.bincount(r.ravel()[valid_mask], mag.ravel()[valid_mask], minlength=bins)
+ nr = np.bincount(r.ravel()[valid_mask], minlength=bins)
+
+ radial_mean = np.zeros(bins, dtype=np.float64)
+ valid_bins = nr > 0
+ radial_mean[valid_bins] = tbin[valid_bins] / nr[valid_bins]
+
+ last_valid_val = 0
+ for i in range(bins):
+ if radial_mean[i] > 0:
+ last_valid_val = radial_mean[i]
+ elif last_valid_val > 0:
+ radial_mean[i] = last_valid_val
+
+ return radial_mean
+
+def direct_spectral_match(
+ img_arr: np.ndarray,
+ target_spectrum_luminance: np.ndarray,
+ strength: float = 1.0,
+) -> np.ndarray:
+ """
+ Performs a color-safe spectral match.
+
+ This algorithm works by:
+ 1. Calculating a spectral correction map based on the luminance of the source
+ and target spectra.
+ 2. Applying this SAME correction map to the magnitude of each R, G, and B
+ channel individually, while preserving each channel's original phase.
+
+ This preserves the inter-channel relationships and prevents color shifts.
+ """
+ img_float = img_arr.astype(np.float32)
+ h, w, c = img_float.shape
+
+ if c != 3:
+ raise ValueError("Input image must be RGB.")
+
+ nbins = len(target_spectrum_luminance)
+
+ # --- 1. Calculate Luminance-based Correction Map ---
+ source_gray = 0.299 * img_float[:,:,0] + 0.587 * img_float[:,:,1] + 0.114 * img_float[:,:,2]
+
+ fft_gray = np.fft.fftshift(np.fft.fft2(source_gray))
+ mag_gray = np.abs(fft_gray)
+
+ source_profile = radial_profile(np.log1p(mag_gray), bins=nbins)
+ source_profile_smooth = gaussian_filter1d(source_profile, sigma=2)
+
+ eps = 1e-8
+ log_multiplier_1d = (target_spectrum_luminance + eps) / (source_profile_smooth + eps)
+
+ y_coords, x_coords = np.indices((h, w))
+ center = np.array([(h - 1) / 2.0, (w - 1) / 2.0])
+ r = np.sqrt((x_coords - center[1])**2 + (y_coords - center[0])**2)
+ rmax = np.sqrt(center[1]**2 + center[0]**2)
+ if rmax > 0: r /= rmax
+
+ bin_centers = np.linspace(0.0, 1.0, nbins)
+ log_filter_2d = np.interp(r, bin_centers, log_multiplier_1d)
+
+ # --- 2. Apply Correction to Each Channel ---
+ output_img = np.zeros_like(img_float)
+ for i in range(3): # R, G, B
+ channel = img_float[:, :, i]
+
+ fft_channel = np.fft.fftshift(np.fft.fft2(channel))
+ mag_channel = np.abs(fft_channel)
+ phase_channel = np.angle(fft_channel)
+
+ # Apply the luminance-derived filter in the log domain
+ filtered_log_mag = np.log1p(mag_channel) * log_filter_2d
+
+ # Convert back from log domain
+ filtered_mag = np.expm1(filtered_log_mag)
+
+ # Reconstruct with original phase
+ new_fft_channel = filtered_mag * np.exp(1j * phase_channel)
+
+ # Inverse FFT to get the modified channel
+ img_back = np.real(np.fft.ifft2(np.fft.ifftshift(new_fft_channel)))
+
+ # Blend with original channel based on strength
+ output_img[:, :, i] = channel * (1 - strength) + img_back * strength
+
+ return np.clip(output_img, 0, 255).astype(np.uint8)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching copy.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching copy.py
new file mode 100644
index 0000000000000000000000000000000000000000..0f384999e86ed74033b49f5276a3f13991585bfe
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching copy.py
@@ -0,0 +1,71 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching.py
+# ---
+
+import numpy as np
+from scipy.ndimage import gaussian_filter1d
+
+def radial_profile(mag: np.ndarray, bins: int):
+ h, w = mag.shape
+ cy, cx = h // 2, w // 2
+ y, x = np.indices((h, w))
+ r = np.sqrt((x - cx)**2 + (y - cy)**2).astype(np.int32)
+ tbin = np.bincount(r.ravel(), mag.ravel())
+ nr = np.bincount(r.ravel())
+ radial_mean = tbin / (nr + 1e-9)
+ if len(radial_mean) < bins:
+ radial_mean = np.pad(radial_mean, (0, bins - len(radial_mean)), 'edge')
+ return radial_mean[:bins]
+
+def direct_spectral_match(
+ img_arr: np.ndarray,
+ target_spectra: dict, # Expects a dict with 'r', 'g', 'b' keys
+ strength: float = 1.0,
+) -> np.ndarray:
+ img_float = img_arr.astype(np.float32)
+ h, w, c = img_float.shape
+
+ if c != 3:
+ raise ValueError("Input image must be RGB.")
+
+ output_img = np.zeros_like(img_float)
+
+ for i, key in enumerate(['r', 'g', 'b']):
+ channel = img_float[:, :, i]
+ target_spectrum = target_spectra[key]
+ nbins = len(target_spectrum)
+
+ # --- Analysis per channel ---
+ fft_channel = np.fft.fftshift(np.fft.fft2(channel))
+ mag_channel = np.abs(fft_channel)
+ phase_channel = np.angle(fft_channel) # Preserve original phase
+
+ source_profile = radial_profile(np.log1p(mag_channel), bins=nbins)
+ source_profile_smooth = gaussian_filter1d(source_profile, sigma=2)
+
+ # --- Transformation per channel ---
+ eps = 1e-8
+ # We match log spectrums now, which is more stable
+ log_multiplier_1d = (target_spectrum + eps) / (source_profile_smooth + eps)
+
+ y, x = np.indices((h, w))
+ center = np.array([h // 2, w // 2])
+ r = np.sqrt((x - center[1])**2 + (y - center[0])**2)
+ rmax = np.sqrt(center[1]**2 + center[0]**2)
+ if rmax > 0: r /= rmax
+
+ bin_centers = np.linspace(0.0, 1.0, nbins)
+ log_filter_2d = np.interp(r, bin_centers, log_multiplier_1d)
+
+ # Apply the filter in the log domain
+ filtered_log_mag = np.log1p(mag_channel) * log_filter_2d
+
+ # Convert back from log and blend
+ filtered_mag = np.expm1(filtered_log_mag)
+ blended_mag = mag_channel * (1 - strength) + filtered_mag * strength
+
+ # --- Reconstruction per channel with ORIGINAL phase ---
+ new_fft_channel = blended_mag * np.exp(1j * phase_channel)
+ img_back = np.real(np.fft.ifft2(np.fft.ifftshift(new_fft_channel)))
+ output_img[:, :, i] = img_back
+
+ return np.clip(output_img, 0, 255).astype(np.uint8)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching.py
new file mode 100644
index 0000000000000000000000000000000000000000..81da424d1c9dc54f870e43ada5d2fe1ba1dff05d
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching.py
@@ -0,0 +1,140 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/direct_spectral_matching.py
+# ---
+
+import numpy as np
+from scipy.ndimage import gaussian_filter1d
+
+# The radial_profile function remains the same.
+def radial_profile(mag: np.ndarray, bins: int):
+ """Computes a robust radial profile of a 2D array."""
+ h, w = mag.shape
+ cy, cx = h // 2, w // 2
+ y, x = np.indices((h, w))
+ r = np.sqrt((x - cx)**2 + (y - cy)**2).astype(np.int32)
+ max_r = min(r.max(), bins - 1)
+
+ valid_mask = r.ravel() <= max_r
+ tbin = np.bincount(r.ravel()[valid_mask], mag.ravel()[valid_mask], minlength=bins)
+ nr = np.bincount(r.ravel()[valid_mask], minlength=bins)
+
+ radial_mean = np.zeros(bins, dtype=np.float64)
+ valid_bins = nr > 0
+ radial_mean[valid_bins] = tbin[valid_bins] / nr[valid_bins]
+
+ last_valid_val = 0
+ for i in range(bins):
+ if radial_mean[i] > 0:
+ last_valid_val = radial_mean[i]
+ elif last_valid_val > 0:
+ radial_mean[i] = last_valid_val
+
+ return radial_mean
+
+def _direct_spectral_match_per_channel(img_arr: np.ndarray, target_spectra: dict, strength: float) -> np.ndarray:
+ """Internal function for the original per-channel matching algorithm."""
+ img_float = img_arr.astype(np.float32)
+ h, w, _ = img_float.shape
+ output_img = np.zeros_like(img_float)
+
+ for i, key in enumerate(['r', 'g', 'b']):
+ channel = img_float[:, :, i]
+ target_spectrum = target_spectra[key]
+ nbins = len(target_spectrum)
+
+ fft_channel = np.fft.fftshift(np.fft.fft2(channel))
+ mag_channel = np.abs(fft_channel)
+ phase_channel = np.angle(fft_channel)
+
+ source_profile = radial_profile(np.log1p(mag_channel), bins=nbins)
+ source_profile_smooth = gaussian_filter1d(source_profile, sigma=2)
+
+ eps = 1e-8
+ log_multiplier_1d = (target_spectrum + eps) / (source_profile_smooth + eps)
+
+ y, x = np.indices((h, w))
+ center = np.array([(h-1)/2.0, (w-1)/2.0])
+ r = np.sqrt((x - center[1])**2 + (y - center[0])**2)
+ rmax = np.sqrt(center[1]**2 + center[0]**2)
+ if rmax > 0: r /= rmax
+
+ bin_centers = np.linspace(0.0, 1.0, nbins)
+ log_filter_2d = np.interp(r, bin_centers, log_multiplier_1d)
+
+ filtered_log_mag = np.log1p(mag_channel) * log_filter_2d
+ filtered_mag = np.expm1(filtered_log_mag)
+
+ blended_mag = mag_channel * (1 - strength) + filtered_mag * strength
+
+ new_fft_channel = blended_mag * np.exp(1j * phase_channel)
+ img_back = np.real(np.fft.ifft2(np.fft.ifftshift(new_fft_channel)))
+ output_img[:, :, i] = img_back
+
+ return np.clip(output_img, 0, 255).astype(np.uint8)
+
+def _direct_spectral_match_color_safe(img_arr: np.ndarray, target_spectrum_luminance: np.ndarray, strength: float) -> np.ndarray:
+ """Internal function for the new, color-safe algorithm."""
+ img_float = img_arr.astype(np.float32)
+ h, w, _ = img_float.shape
+ nbins = len(target_spectrum_luminance)
+
+ source_gray = 0.299 * img_float[:,:,0] + 0.587 * img_float[:,:,1] + 0.114 * img_float[:,:,2]
+ fft_gray = np.fft.fftshift(np.fft.fft2(source_gray))
+ mag_gray = np.abs(fft_gray)
+
+ source_profile = radial_profile(np.log1p(mag_gray), bins=nbins)
+ source_profile_smooth = gaussian_filter1d(source_profile, sigma=2)
+
+ eps = 1e-8
+ log_multiplier_1d = (target_spectrum_luminance + eps) / (source_profile_smooth + eps)
+
+ y_coords, x_coords = np.indices((h, w))
+ center = np.array([(h - 1) / 2.0, (w - 1) / 2.0])
+ r = np.sqrt((x_coords - center[1])**2 + (y_coords - center[0])**2)
+ rmax = np.sqrt(center[1]**2 + center[0]**2)
+ if rmax > 0: r /= rmax
+
+ bin_centers = np.linspace(0.0, 1.0, nbins)
+ log_filter_2d = np.interp(r, bin_centers, log_multiplier_1d)
+
+ output_img = np.zeros_like(img_float)
+ for i in range(3):
+ channel = img_float[:, :, i]
+ fft_channel = np.fft.fftshift(np.fft.fft2(channel))
+ mag_channel = np.abs(fft_channel)
+ phase_channel = np.angle(fft_channel)
+
+ filtered_log_mag = np.log1p(mag_channel) * log_filter_2d
+ filtered_mag = np.expm1(filtered_log_mag)
+
+ new_fft_channel = filtered_mag * np.exp(1j * phase_channel)
+ img_back = np.real(np.fft.ifft2(np.fft.ifftshift(new_fft_channel)))
+
+ output_img[:, :, i] = channel * (1 - strength) + img_back * strength
+
+ return np.clip(output_img, 0, 255).astype(np.uint8)
+
+def direct_spectral_match(img_arr, target_spectra, strength, mode="Per-Channel (Legacy)"):
+ """
+ Smart dispatcher for spectral matching.
+ - Defaults to "Per-Channel (Legacy)" to ensure backward compatibility with
+ the INSTARAW_SpectralEngine node, which does not pass a 'mode'.
+ - Can be explicitly called with "Color-Safe (Luminance)" by the new
+ INSTARAW_FFT_Match node.
+ """
+ if mode == "Color-Safe (Luminance)":
+ # The color-safe algorithm needs a single luminance spectrum.
+ # If it receives a dict (from a legacy call or profile), average it.
+ if isinstance(target_spectra, dict):
+ lum_spectrum = (target_spectra['r'] + target_spectra['g'] + target_spectra['b']) / 3.0
+ else:
+ lum_spectrum = target_spectra
+ return _direct_spectral_match_color_safe(img_arr, lum_spectrum, strength)
+
+ elif mode == "Per-Channel (Legacy)":
+ # The per-channel algorithm requires a dictionary of spectra.
+ if not isinstance(target_spectra, dict):
+ raise TypeError("Per-Channel mode requires a dictionary of target spectra for 'r', 'g', and 'b'.")
+ return _direct_spectral_match_per_channel(img_arr, target_spectra, strength)
+
+ else:
+ raise ValueError(f"Unknown spectral match mode: {mode}")
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/exif.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/exif.py
new file mode 100644
index 0000000000000000000000000000000000000000..c706b28188b5c940090d3a468b6f55718ab484a0
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/exif.py
@@ -0,0 +1,6 @@
+from PIL import Image
+
+def remove_exif_pil(img: Image.Image) -> Image.Image:
+ data = img.tobytes()
+ new = Image.frombytes(img.mode, img.size, data)
+ return new
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/fourier_pipeline.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/fourier_pipeline.py
new file mode 100644
index 0000000000000000000000000000000000000000..d5fba2bd8de8d56234cc533f983ac38c964616af
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/fourier_pipeline.py
@@ -0,0 +1,152 @@
+import numpy as np
+from scipy.ndimage import gaussian_filter1d
+from PIL import Image
+
+def radial_profile(mag: np.ndarray, center=None, nbins=None):
+ h, w = mag.shape
+ if center is None:
+ cy, cx = h // 2, w // 2
+ else:
+ cy, cx = center
+
+ if nbins is None:
+ nbins = int(max(h, w) / 2)
+ nbins = max(1, int(nbins))
+
+ y = np.arange(h) - cy
+ x = np.arange(w) - cx
+ X, Y = np.meshgrid(x, y)
+ R = np.sqrt(X * X + Y * Y)
+
+ Rmax = R.max()
+ if Rmax <= 0:
+ Rnorm = R
+ else:
+ Rnorm = R / (Rmax + 1e-12)
+ Rnorm = np.minimum(Rnorm, 1.0 - 1e-12)
+
+ bin_edges = np.linspace(0.0, 1.0, nbins + 1)
+ bin_idx = np.digitize(Rnorm.ravel(), bin_edges) - 1
+ bin_idx = np.clip(bin_idx, 0, nbins - 1)
+
+ sums = np.bincount(bin_idx, weights=mag.ravel(), minlength=nbins)
+ counts = np.bincount(bin_idx, minlength=nbins)
+
+ radial_mean = np.zeros(nbins, dtype=np.float64)
+ nonzero = counts > 0
+ radial_mean[nonzero] = sums[nonzero] / counts[nonzero]
+
+ bin_centers = 0.5 * (bin_edges[:-1] + bin_edges[1:])
+ return bin_centers, radial_mean
+
+def fourier_match_spectrum(img_arr: np.ndarray,
+ ref_img_arr: np.ndarray = None,
+ mode='auto',
+ alpha=1.0,
+ cutoff=0.25,
+ strength=0.9,
+ randomness=0.05,
+ phase_perturb=0.08,
+ radial_smooth=5,
+ seed=None):
+ if seed is not None:
+ rng = np.random.default_rng(seed)
+ else:
+ rng = np.random.default_rng()
+
+ h, w = img_arr.shape[:2]
+ cy, cx = h // 2, w // 2
+ nbins = max(8, int(max(h, w) / 2))
+
+ if mode == 'auto':
+ mode = 'ref' if ref_img_arr is not None else 'model'
+
+ bin_centers_src = np.linspace(0.0, 1.0, nbins)
+
+ model_radial = None
+ if mode == 'model':
+ eps = 1e-8
+ model_radial = (1.0 / (bin_centers_src + eps)) ** (alpha / 2.0)
+ lf = max(1, nbins // 8)
+ model_radial = model_radial / (np.median(model_radial[:lf]) + 1e-12)
+ model_radial = gaussian_filter1d(model_radial, sigma=max(1, radial_smooth))
+
+ ref_radial = None
+ ref_bin_centers = None
+ if mode == 'ref' and ref_img_arr is not None:
+ if ref_img_arr.shape[0] != h or ref_img_arr.shape[1] != w:
+ ref_img = Image.fromarray(ref_img_arr).resize((w, h), resample=Image.BICUBIC)
+ ref_img_arr = np.array(ref_img)
+ ref_gray = np.mean(ref_img_arr.astype(np.float32), axis=2) if ref_img_arr.ndim == 3 else ref_img_arr.astype(np.float32)
+ Fref = np.fft.fftshift(np.fft.fft2(ref_gray))
+ Mref = np.abs(Fref)
+ ref_bin_centers, ref_radial = radial_profile(Mref, center=(h // 2, w // 2), nbins=nbins)
+ ref_radial = gaussian_filter1d(ref_radial, sigma=max(1, radial_smooth))
+
+ out = np.zeros_like(img_arr, dtype=np.float32)
+
+ y = np.linspace(-1, 1, h, endpoint=False)[:, None]
+ x = np.linspace(-1, 1, w, endpoint=False)[None, :]
+ r = np.sqrt(x * x + y * y)
+ r = np.clip(r, 0.0, 1.0 - 1e-6)
+
+ for c in range(img_arr.shape[2]):
+ channel = img_arr[:, :, c].astype(np.float32)
+ F = np.fft.fft2(channel)
+ Fshift = np.fft.fftshift(F)
+ mag = np.abs(Fshift)
+ phase = np.angle(Fshift)
+
+ bin_centers_src_calc, src_radial = radial_profile(mag, center=(h // 2, w // 2), nbins=nbins)
+ src_radial = gaussian_filter1d(src_radial, sigma=max(1, radial_smooth))
+ bin_centers_src = bin_centers_src_calc
+
+ if mode == 'ref' and ref_radial is not None:
+ ref_interp = np.interp(bin_centers_src, ref_bin_centers, ref_radial)
+ eps = 1e-8
+ ratio = (ref_interp + eps) / (src_radial + eps)
+ desired_radial = src_radial * ratio
+ elif mode == 'model' and model_radial is not None:
+ lf = max(1, nbins // 8)
+ scale = (np.median(src_radial[:lf]) + 1e-12) / (np.median(model_radial[:lf]) + 1e-12)
+ desired_radial = model_radial * scale
+ else:
+ desired_radial = src_radial.copy()
+
+ eps = 1e-8
+ multiplier_1d = (desired_radial + eps) / (src_radial + eps)
+ multiplier_1d = np.clip(multiplier_1d, 0.2, 5.0)
+ mult_2d = np.interp(r.ravel(), bin_centers_src, multiplier_1d).reshape(h, w)
+
+ edge = 0.05 + 0.02 * (1.0 - cutoff) if 'cutoff' in globals() else 0.05
+ edge = max(edge, 1e-6)
+ weight = np.where(r <= 0.25, 1.0,
+ np.where(r <= 0.25 + edge,
+ 0.5 * (1 + np.cos(np.pi * (r - 0.25) / edge)),
+ 0.0))
+
+ final_multiplier = 1.0 + (mult_2d - 1.0) * (weight * strength)
+
+ if randomness and randomness > 0.0:
+ noise = rng.normal(loc=1.0, scale=randomness, size=final_multiplier.shape)
+ final_multiplier *= (1.0 + (noise - 1.0) * weight)
+
+ mag2 = mag * final_multiplier
+
+ if phase_perturb and phase_perturb > 0.0:
+ phase_sigma = phase_perturb * np.clip((r - 0.25) / (1.0 - 0.25 + 1e-6), 0.0, 1.0)
+ phase_noise = rng.standard_normal(size=phase_sigma.shape) * phase_sigma
+ phase2 = phase + phase_noise
+ else:
+ phase2 = phase
+
+ Fshift2 = mag2 * np.exp(1j * phase2)
+ F_ishift = np.fft.ifftshift(Fshift2)
+ img_back = np.fft.ifft2(F_ishift)
+ img_back = np.real(img_back)
+
+ blended = (1.0 - strength) * channel + strength * img_back
+ out[:, :, c] = blended
+
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/fourier_pipeline_new_algo.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/fourier_pipeline_new_algo.py
new file mode 100644
index 0000000000000000000000000000000000000000..806e681d76b89b199e8c7efc896c6f26297e6e46
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/fourier_pipeline_new_algo.py
@@ -0,0 +1,195 @@
+import numpy as np
+from scipy.ndimage import gaussian_filter1d
+from PIL import Image
+
+def radial_profile(mag: np.ndarray, center=None, nbins=None):
+ h, w = mag.shape
+ if center is None:
+ cy, cx = h // 2, w // 2
+ else:
+ cy, cx = center
+
+ if nbins is None:
+ nbins = int(max(h, w) / 2)
+ nbins = max(1, int(nbins))
+
+ y = np.arange(h) - cy
+ x = np.arange(w) - cx
+ X, Y = np.meshgrid(x, y)
+ R = np.sqrt(X * X + Y * Y)
+
+ Rmax = R.max()
+ if Rmax <= 0:
+ Rnorm = R
+ else:
+ Rnorm = R / (Rmax + 1e-12)
+ Rnorm = np.minimum(Rnorm, 1.0 - 1e-12)
+
+ bin_edges = np.linspace(0.0, 1.0, nbins + 1)
+ bin_idx = np.digitize(Rnorm.ravel(), bin_edges) - 1
+ bin_idx = np.clip(bin_idx, 0, nbins - 1)
+
+ sums = np.bincount(bin_idx, weights=mag.ravel(), minlength=nbins)
+ counts = np.bincount(bin_idx, minlength=nbins)
+
+ radial_mean = np.zeros(nbins, dtype=np.float64)
+ nonzero = counts > 0
+ radial_mean[nonzero] = sums[nonzero] / counts[nonzero]
+
+ bin_centers = 0.5 * (bin_edges[:-1] + bin_edges[1:])
+ return bin_centers, radial_mean
+
+def fourier_match_spectrum(img_arr: np.ndarray,
+ ref_img_arr: np.ndarray = None,
+ mode='auto',
+ alpha=1.0,
+ cutoff=0.25,
+ strength=0.9,
+ randomness=0.05,
+ phase_perturb=0.08,
+ radial_smooth=5,
+ seed=None):
+ if seed is not None:
+ rng = np.random.default_rng(seed)
+ else:
+ rng = np.random.default_rng()
+
+ # Ensure image well defined
+ if img_arr.ndim == 2:
+ h, w = img_arr.shape
+ nch = 1
+ elif img_arr.ndim == 3:
+ h, w, nch = img_arr.shape
+ else:
+ raise ValueError("img_arr must be 2D or 3D")
+
+ nbins = max(8, int(max(h, w) / 2))
+
+ # Determine mode if auto: use 'ref' if reference image is provided, else 'model'
+ if mode == 'auto':
+ mode = 'ref' if ref_img_arr is not None else 'model'
+
+ # Create a coordinate grid for building a 2D radial map
+ y = np.linspace(-1, 1, h, endpoint=False)[:, None]
+ x = np.linspace(-1, 1, w, endpoint=False)[None, :]
+ r = np.sqrt(x * x + y * y)
+ r = np.clip(r, 0.0, 1.0 - 1e-6)
+
+ # Compute luminance (or gray) from img_arr once.
+ if nch == 1:
+ src_gray = img_arr.astype(np.float32)
+ else:
+ # Using simple average; optionally use luma weights (0.2126,0.7152,0.0722)
+ src_gray = np.mean(img_arr.astype(np.float32), axis=2)
+
+ # FFT of the source luminance & compute radial profile
+ Fsrc = np.fft.fftshift(np.fft.fft2(src_gray))
+ Msrc = np.abs(Fsrc)
+ bin_centers_src, src_radial = radial_profile(Msrc, center=(h//2, w//2), nbins=nbins)
+ src_radial = gaussian_filter1d(src_radial, sigma=max(1, radial_smooth))
+
+ model_radial = None
+ if mode == 'model':
+ eps = 1e-8
+ model_radial = (1.0 / (bin_centers_src + eps)) ** (alpha / 2.0)
+ lf = max(1, nbins // 8)
+ model_radial = model_radial / (np.median(model_radial[:lf]) + 1e-12)
+ model_radial = gaussian_filter1d(model_radial, sigma=max(1, radial_smooth))
+
+ ref_radial = None
+ ref_bin_centers = None
+ if mode == 'ref' and ref_img_arr is not None:
+ # Resize ref image if needed
+ if ref_img_arr.shape[0] != h or ref_img_arr.shape[1] != w:
+ ref_img = Image.fromarray(ref_img_arr).resize((w, h), resample=Image.BICUBIC)
+ ref_img_arr = np.array(ref_img)
+ # Convert ref image to grayscale
+ if ref_img_arr.ndim == 3:
+ ref_gray = np.mean(ref_img_arr.astype(np.float32), axis=2)
+ else:
+ ref_gray = ref_img_arr.astype(np.float32)
+ Fref = np.fft.fftshift(np.fft.fft2(ref_gray))
+ Mref = np.abs(Fref)
+ ref_bin_centers, ref_radial = radial_profile(Mref, center=(h//2, w//2), nbins=nbins)
+ ref_radial = gaussian_filter1d(ref_radial, sigma=max(1, radial_smooth))
+
+ # Compute desired radial profile based on mode
+ eps = 1e-8
+ if mode == 'ref' and ref_radial is not None:
+ ref_interp = np.interp(bin_centers_src, ref_bin_centers, ref_radial)
+ lf = max(1, nbins // 8)
+ scale = (np.median(src_radial[:lf]) + eps) / (np.median(ref_interp[:lf]) + eps)
+ ref_interp *= scale
+ desired_radial = ref_interp.copy()
+ elif mode == 'model' and model_radial is not None:
+ lf = max(1, nbins // 8)
+ scale = (np.median(src_radial[:lf]) + eps) / (np.median(model_radial[:lf]) + eps)
+ desired_radial = model_radial * scale
+ else:
+ desired_radial = src_radial.copy()
+
+ # Compute 1D multiplier and clip
+ eps = 1e-8
+ # adjust clip range and re-introduce strength into multiplier
+ multiplier_1d = (desired_radial + eps) / (src_radial + eps)
+ multiplier_1d = np.clip(multiplier_1d, 0.05, 10.0) # wider range -> stronger effect
+
+ # Build the 2D multiplier map (weight remains computed as before)
+ edge = 0.05 + 0.02 * (1.0 - cutoff)
+ edge = max(edge, 1e-6)
+ weight = np.where(r <= cutoff, 1.0,
+ np.where(r <= cutoff + edge,
+ 0.5 * (1 + np.cos(np.pi * (r - cutoff) / edge)),
+ 0.0))
+ mult_2d = np.interp(r.ravel(), bin_centers_src, multiplier_1d).reshape(h, w)
+ # include strength in multiplier application (stronger spectral change)
+ final_multiplier = 1.0 + (mult_2d - 1.0) * (weight * strength)
+
+ # optional randomness (kept weighted)
+ if randomness and randomness > 0.0:
+ noise = rng.normal(loc=1.0, scale=randomness, size=final_multiplier.shape)
+ final_multiplier *= (1.0 + (noise - 1.0) * weight)
+
+ # Prepare output buffer.
+ if nch == 1:
+ out = np.zeros((h, w), dtype=np.uint8)
+ else:
+ out = np.zeros((h, w, nch), dtype=np.uint8)
+
+ # Process each channel (for grayscale, loop once)
+ for c in range(nch):
+ if nch == 1:
+ channel = img_arr.astype(np.float32)
+ else:
+ channel = img_arr[:, :, c].astype(np.float32)
+
+ F = np.fft.fft2(channel)
+ Fshift = np.fft.fftshift(F)
+ mag = np.abs(Fshift)
+ phase = np.angle(Fshift)
+
+ # Apply final multiplier computed from luminance.
+ mag2 = mag * final_multiplier
+
+ # Apply phase perturbation using cutoff instead of hard-coded value.
+ if phase_perturb and phase_perturb > 0.0:
+ phase_sigma = phase_perturb * np.clip((r - cutoff) / (1.0 - cutoff + 1e-6), 0.0, 1.0)
+ phase_noise = rng.standard_normal(size=phase_sigma.shape) * phase_sigma
+ phase2 = phase + phase_noise
+ else:
+ phase2 = phase
+
+ Fshift2 = mag2 * np.exp(1j * phase2)
+ F_ishift = np.fft.ifftshift(Fshift2)
+ img_back = np.fft.ifft2(F_ishift)
+ img_back = np.real(img_back)
+
+ # Blend lightly (so you still can dial strength)
+ blended = (1.0 - min(0.5, 1.0 - strength)) * channel + min(1.0, strength + 0.2) * img_back
+
+ if nch == 1:
+ out[:, :] = np.clip(blended, 0, 255).astype(np.uint8)
+ else:
+ out[:, :, c] = np.clip(blended, 0, 255).astype(np.uint8)
+
+ return out
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/gaussian_noise.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/gaussian_noise.py
new file mode 100644
index 0000000000000000000000000000000000000000..1c1771023972ed2977f1cce4c4e661b880011c72
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/gaussian_noise.py
@@ -0,0 +1,10 @@
+import numpy as np
+
+def add_gaussian_noise(img_arr: np.ndarray, std_frac=0.02, seed=None) -> np.ndarray:
+ if seed is not None:
+ np.random.seed(seed)
+ std = std_frac * 255.0
+ noise = np.random.normal(loc=0.0, scale=std, size=img_arr.shape)
+ out = img_arr.astype(np.float32) + noise
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/glcm_normalization.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/glcm_normalization.py
new file mode 100644
index 0000000000000000000000000000000000000000..bf5960292890bc05af260f6a8c3fa1044b88291a
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/glcm_normalization.py
@@ -0,0 +1,77 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/glcm_normalization.py
+import numpy as np
+from skimage.feature import graycomatrix, graycoprops
+from scipy.ndimage import gaussian_filter
+from PIL import Image
+import os
+
+def glcm_normalize(img_arr: np.ndarray,
+ ref_img_arr: np.ndarray = None,
+ profile_path: str = None, # NEW: Added profile_path
+ distances: list = [1],
+ angles: list = [0, np.pi/4, np.pi/2, 3*np.pi/4],
+ levels: int = 256,
+ strength: float = 0.9,
+ seed: int = None,
+ eps: float = 1e-8):
+
+ if seed is not None: rng = np.random.default_rng(seed)
+ else: rng = np.random.default_rng()
+
+ img = np.asarray(img_arr)
+ h, w, channels = img.shape
+
+ img_gray = np.mean(img.astype(np.float32), axis=2)
+ img_gray_u8 = np.clip(img_gray, 0, 255).astype(np.uint8)
+
+ glcm = graycomatrix(img_gray_u8, distances=distances, angles=angles, levels=levels, symmetric=True, normed=True)
+ contrast = graycoprops(glcm, 'contrast').mean()
+ homogeneity = graycoprops(glcm, 'homogeneity').mean()
+
+ ref_contrast, ref_homogeneity = None, None
+
+ # --- NEW LOGIC: PRIORITIZE PROFILE ---
+ if profile_path and profile_path.strip():
+ npz_path = f"{profile_path}.npz"
+ if os.path.exists(npz_path):
+ stats = np.load(npz_path)
+ if 'glcm_props' in stats:
+ # Load the average contrast and homogeneity from the profile
+ avg_props = stats['glcm_props'].mean(axis=0)
+ ref_contrast, ref_homogeneity = avg_props[0], avg_props[1]
+
+ # Fallback to live reference image if no profile was used
+ if ref_contrast is None and ref_img_arr is not None:
+ ref = np.asarray(ref_img_arr)
+ if ref.shape[0] != h or ref.shape[1] != w:
+ ref = np.array(Image.fromarray(ref).resize((w, h), resample=Image.Resampling.BICUBIC))
+
+ ref_gray = np.mean(ref.astype(np.float32), axis=2)
+ ref_gray_u8 = np.clip(ref_gray, 0, 255).astype(np.uint8)
+
+ ref_glcm = graycomatrix(ref_gray_u8, distances=distances, angles=angles, levels=levels, symmetric=True, normed=True)
+ ref_contrast = graycoprops(ref_glcm, 'contrast').mean()
+ ref_homogeneity = graycoprops(ref_glcm, 'homogeneity').mean()
+ # --- END NEW LOGIC ---
+
+ if ref_contrast is None:
+ return img_arr # Do nothing if no reference is available
+
+ out = np.empty_like(img, dtype=np.float32)
+
+ contrast_ratio = ref_contrast / (contrast + eps)
+ homogeneity_ratio = ref_homogeneity / (homogeneity + eps)
+ contrast_scale = np.sqrt(contrast_ratio).astype(np.float32)
+ sigma = float(np.clip(1.0 / (homogeneity_ratio + eps), 0.5, 5.0))
+
+ noise_all = rng.normal(loc=0.0, scale=0.02 * strength, size=(h, w, channels)).astype(np.float32) * 255.0
+
+ for c in range(channels):
+ channel = img[:, :, c].astype(np.float32)
+ adjusted = channel * contrast_scale
+ adjusted = gaussian_filter(adjusted, sigma=(sigma, sigma))
+ blended = (1.0 - strength) * channel + strength * adjusted
+ blended += noise_all[:, :, c]
+ out[:, :, c] = blended
+
+ return np.clip(out, 0, 255).astype(np.uint8)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/lbp_normalization.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/lbp_normalization.py
new file mode 100644
index 0000000000000000000000000000000000000000..7991da6f2c0e6da4855041404af7656fadfc2541
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/lbp_normalization.py
@@ -0,0 +1,84 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/lbp_normalization.py
+import numpy as np
+from skimage.feature import local_binary_pattern
+from PIL import Image
+import os
+
+def lbp_normalize(img_arr: np.ndarray,
+ ref_img_arr: np.ndarray = None,
+ profile_path: str = None, # NEW: Added profile_path
+ radius: int = 3,
+ n_points: int = 24,
+ method: str = 'uniform',
+ strength: float = 0.9,
+ seed: int = None,
+ eps: float = 1e-8):
+
+ if seed is not None: rng = np.random.default_rng(seed)
+ else: rng = np.random.default_rng()
+
+ img = np.asarray(img_arr)
+ h, w, channels = img.shape
+
+ img_gray = np.mean(img.astype(np.float32), axis=2)
+
+ lbp_img = local_binary_pattern(img_gray, n_points, radius, method=method)
+ n_bins = int(lbp_img.max() + 1)
+ lbp_hist, _ = np.histogram(lbp_img.ravel(), bins=n_bins, range=(0, n_bins), density=True)
+
+ ref_lbp_hist = None
+
+ # --- NEW LOGIC: PRIORITIZE PROFILE ---
+ if profile_path and profile_path.strip():
+ npz_path = f"{profile_path}.npz"
+ if os.path.exists(npz_path):
+ stats = np.load(npz_path)
+ if 'lbp_hist' in stats:
+ # Load the average LBP histogram from the profile
+ avg_hist = stats['lbp_hist'].mean(axis=0)
+ # Match the bin count of the source image's LBP
+ if len(avg_hist) > n_bins:
+ ref_lbp_hist = avg_hist[:n_bins]
+ else:
+ ref_lbp_hist = np.pad(avg_hist, (0, n_bins - len(avg_hist)), 'constant')
+ ref_lbp_hist /= (ref_lbp_hist.sum() + eps) # Re-normalize
+
+ # Fallback to live reference image
+ if ref_lbp_hist is None and ref_img_arr is not None:
+ ref = np.asarray(ref_img_arr)
+ if ref.shape[0] != h or ref.shape[1] != w:
+ ref = np.array(Image.fromarray(ref).resize((w, h), resample=Image.Resampling.BICUBIC))
+
+ ref_gray = np.mean(ref.astype(np.float32), axis=2)
+ ref_lbp = local_binary_pattern(ref_gray, n_points, radius, method=method)
+ ref_lbp_hist, _ = np.histogram(ref_lbp.ravel(), bins=n_bins, range=(0, n_bins), density=True)
+ # --- END NEW LOGIC ---
+
+ if ref_lbp_hist is None:
+ return img_arr
+
+ out = np.empty_like(img, dtype=np.float32)
+
+ cdf_img = np.cumsum(lbp_hist)
+ cdf_ref = np.cumsum(ref_lbp_hist)
+
+ mapping = np.zeros(n_bins, dtype=np.float32)
+ for i in range(n_bins):
+ # Find the value in reference cdf that is closest to the source cdf value
+ j = np.searchsorted(cdf_ref, cdf_img[i], side='left')
+ mapping[i] = j
+
+ lbp_int = np.rint(lbp_img).astype(np.int32)
+ mapping_per_pixel = mapping[lbp_int]
+ scale_per_pixel = mapping_per_pixel / (lbp_int.astype(np.float32) + eps)
+
+ noise_all = rng.normal(loc=0.0, scale=0.02 * strength, size=(h, w, channels)).astype(np.float32) * 255.0
+
+ for c in range(channels):
+ channel = img[:, :, c].astype(np.float32)
+ adjusted = channel * scale_per_pixel
+ blended = (1.0 - strength) * channel + strength * adjusted
+ blended += noise_all[:, :, c]
+ out[:, :, c] = blended
+
+ return np.clip(out, 0, 255).astype(np.uint8)
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/non_semantic_attack.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/non_semantic_attack.py
new file mode 100644
index 0000000000000000000000000000000000000000..89959329be59458f0b00c3ff03edaa7d2092ba8e
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/non_semantic_attack.py
@@ -0,0 +1,107 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/non_semantic_attack.py
+import torch
+import torch.optim as optim
+import lpips
+import numpy as np
+import threading
+
+def _optimization_worker(img_np: np.ndarray, config: dict, device: torch.device, result_container: list, exception_container: list):
+ """
+ Runs the core UnMarker-style optimization in a separate thread.
+ This is CRITICAL to escape the global torch.no_grad() context of ComfyUI.
+ """
+ try:
+ print_log_every_n = config.get('print_log_every_n', 0)
+
+ img_tensor = torch.from_numpy(img_np).to(device)
+ img_tensor = (img_tensor - 0.5) / 0.5
+
+ batch_size, channels, height, width = img_tensor.shape
+ delta = torch.randn(batch_size, 1, height, width, device=device, dtype=img_tensor.dtype) * 0.01
+ delta.requires_grad = True
+
+ lpips_model = lpips.LPIPS(net='alex').to(device).eval()
+ for param in lpips_model.parameters():
+ param.requires_grad = False
+
+ optimizer = optim.Adam([delta], lr=config['learning_rate'])
+
+ img_gray = 0.299 * img_tensor[:, 0:1] + 0.587 * img_tensor[:, 1:2] + 0.114 * img_tensor[:, 2:3]
+ with torch.no_grad():
+ img_fft = torch.fft.fft2(img_gray)
+
+ if print_log_every_n > 0:
+ print(f" [Spectral Normalizer] โ Thread started. Optimizing for {config['iterations']} iterations...")
+ print(f" [Params] LR={config['learning_rate']:.1E}, LPIPS(t={config['t_lpips']:.3f}, c={config['c_lpips']:.3f}), L2(t={config['t_l2']:.1E}, c={config['c_l2']:.2f}), GradClip={config['grad_clip_value']:.3f}")
+
+ for i in range(config['iterations']):
+ optimizer.zero_grad()
+
+ delta_rgb = delta.expand_as(img_tensor)
+ x_nw = torch.clamp(img_tensor + delta_rgb, -1, 1)
+
+ x_nw_gray = 0.299 * x_nw[:, 0:1] + 0.587 * x_nw[:, 1:2] + 0.114 * x_nw[:, 2:3]
+ x_nw_fft = torch.fft.fft2(x_nw_gray)
+ fft_diff = x_nw_fft - img_fft
+ loss_dfl = -torch.sqrt(fft_diff.real**2 + fft_diff.imag**2 + 1e-8).mean() # Use mean for stability
+
+ loss_lpips = lpips_model(x_nw, img_tensor).mean()
+ loss_l2 = delta.pow(2).mean().sqrt()
+
+ lpips_penalty = config['c_lpips'] * torch.relu(loss_lpips - config['t_lpips'])
+ l2_penalty = config['c_l2'] * torch.relu(loss_l2 - config['t_l2'])
+ total_loss = loss_dfl + lpips_penalty + l2_penalty
+
+ total_loss.backward()
+
+ if delta.grad is not None:
+ torch.nn.utils.clip_grad_norm_(delta, config['grad_clip_value'])
+
+ optimizer.step()
+
+ # --- NEW: DEBUG LOGGING ---
+ if print_log_every_n > 0 and (i % print_log_every_n == 0 or i == config['iterations'] - 1):
+ print(f" Iter {i:04d}: Total Loss={total_loss.item():.4f} | FFT Loss={loss_dfl.item():.4f} | LPIPS={loss_lpips.item():.4f} | L2={loss_l2.item():.4f}")
+
+
+ if print_log_every_n > 0:
+ final_lpips = lpips_model(torch.clamp(img_tensor + delta.expand_as(img_tensor), -1, 1), img_tensor).mean().item()
+ print(f" [Spectral Normalizer] โ Optimization complete. Final LPIPS distance: {final_lpips:.4f}")
+
+ delta_rgb = delta.expand_as(img_tensor)
+ final_x_nw = torch.clamp(img_tensor + delta_rgb, -1, 1).squeeze(0).cpu().detach()
+ final_x_nw = (final_x_nw + 1) / 2
+ final_x_nw = final_x_nw.permute(1, 2, 0)
+ result_np = (final_x_nw.clamp(0, 1) * 255).numpy().astype(np.uint8)
+ result_container.append(result_np)
+
+ except Exception as e:
+ exception_container.append(e)
+
+@torch.enable_grad()
+def non_semantic_attack(img_arr: np.ndarray, **kwargs) -> np.ndarray:
+ config = {
+ 'iterations': kwargs.get('iterations', 500), 'learning_rate': kwargs.get('learning_rate', 3e-4),
+ 't_lpips': kwargs.get('t_lpips', 0.04), 'c_lpips': kwargs.get('c_lpips', 1e-2),
+ 't_l2': kwargs.get('t_l2', 3e-5), 'c_l2': kwargs.get('c_l2', 0.6),
+ 'grad_clip_value': kwargs.get('grad_clip_value', 0.05),
+ 'print_log_every_n': kwargs.get('print_log_every_n', 0)
+ }
+
+ seed = kwargs.get('seed')
+ if seed is not None: torch.manual_seed(seed)
+
+ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
+
+ img_np = (img_arr.astype(np.float32) / 255.0).transpose(2, 0, 1)[np.newaxis, ...]
+
+ result_container, exception_container = [], []
+
+ thread = threading.Thread(target=_optimization_worker, args=(img_np, config, device, result_container, exception_container))
+ thread.start()
+ thread.join()
+
+ if exception_container: raise exception_container[0]
+ if not result_container: raise RuntimeError("Spectral Normalizer optimization thread failed to return a result.")
+
+ return result_container[0]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/perturbation.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/perturbation.py
new file mode 100644
index 0000000000000000000000000000000000000000..c3dcd7b12a61bd4633576ff9c4333bdb7d558e25
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/perturbation.py
@@ -0,0 +1,10 @@
+import numpy as np
+
+def randomized_perturbation(img_arr: np.ndarray, magnitude_frac=0.008, seed=None) -> np.ndarray:
+ if seed is not None:
+ np.random.seed(seed)
+ mag = magnitude_frac * 255.0
+ perturb = np.random.uniform(low=-mag, high=mag, size=img_arr.shape)
+ out = img_arr.astype(np.float32) + perturb
+ out = np.clip(out, 0, 255).astype(np.uint8)
+ return out
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/stats_utils.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/stats_utils.py
new file mode 100644
index 0000000000000000000000000000000000000000..d812d83892ccf562c8e5697dc7679d10ca1eab4c
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/stats_utils.py
@@ -0,0 +1,102 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/stats_utils.py
+# ---
+
+import numpy as np
+import torch
+import torch.nn.functional as F
+
+class StatsMatcher:
+ def __init__(self, stats_path, device, weights=None):
+ data = np.load(stats_path)
+ self.device = torch.device(device)
+ self.weights = weights or {
+ "spectrum": 0.7,
+ "chroma": 0.25,
+ "texture": 0.05,
+ }
+
+ spectra = data["spectra"]
+ chroma = data["chroma_mean"]
+ chroma_cov = data["chroma_cov"]
+ glcm = data["glcm"]
+
+ self.spectrum_mean = torch.tensor(spectra.mean(axis=0), dtype=torch.float32, device=self.device)
+ self.spectrum_std = torch.tensor(spectra.std(axis=0) + 1e-6, dtype=torch.float32, device=self.device)
+ self.chroma_mean = torch.tensor(chroma.mean(axis=0), dtype=torch.float32, device=self.device)
+ self.chroma_std = torch.tensor(chroma.std(axis=0) + 1e-6, dtype=torch.float32, device=self.device)
+
+ # --- THE FIX: Load the 3x3 matrix correctly ---
+ self.chroma_cov_mean = torch.tensor(chroma_cov.mean(axis=0), dtype=torch.float32, device=self.device)
+ self.chroma_cov_std = torch.tensor(chroma_cov.std(axis=0) + 1e-6, dtype=torch.float32, device=self.device)
+
+ self.texture_mean = torch.tensor(glcm.mean(axis=0), dtype=torch.float32, device=self.device)
+ self.texture_std = torch.tensor(glcm.std(axis=0) + 1e-6, dtype=torch.float32, device=self.device)
+
+ self.radial_cache = {}
+ sobel = torch.tensor([[1, 0, -1], [2, 0, -2], [1, 0, -1]], dtype=torch.float32)
+ self.sobel_x = sobel.view(1, 1, 3, 3).to(self.device)
+ self.sobel_y = sobel.t().view(1, 1, 3, 3).to(self.device)
+
+ def _radial_profile(self, mag, bins):
+ # ... (this function is unchanged)
+ b, h, w = mag.shape
+ key = (mag.device, h, w, bins)
+ cache = self.radial_cache.get(key)
+ if cache is None:
+ y, x = torch.arange(h, device=mag.device, dtype=torch.float32), torch.arange(w, device=mag.device, dtype=torch.float32)
+ yy, xx = torch.meshgrid(y, x, indexing="ij")
+ cy, cx = (h - 1) / 2.0, (w - 1) / 2.0
+ r = torch.sqrt((xx - cx) ** 2 + (yy - cy) ** 2)
+ r = torch.clamp(r.long(), max=bins - 1)
+ counts = torch.bincount(r.view(-1), minlength=bins).float().clamp_min(1.0)
+ cache = {"index": r.view(-1), "counts": counts}
+ self.radial_cache[key] = cache
+ profile = []
+ for sample in mag:
+ binsums = torch.zeros(bins, device=mag.device)
+ binsums.scatter_add_(0, cache["index"], sample.view(-1))
+ profile.append(binsums / cache["counts"])
+ return torch.stack(profile, dim=0)
+
+ def __call__(self, img_tensor):
+ b, c, h, w = img_tensor.shape
+ gray = (0.299 * img_tensor[:, 0:1] + 0.587 * img_tensor[:, 1:2] + 0.114 * img_tensor[:, 2:3])
+ fft = torch.fft.fftshift(torch.fft.fft2(gray), dim=(-1, -2))
+ mag = torch.log1p(torch.abs(fft)).mean(1)
+ spectrum = self._radial_profile(mag, bins=self.spectrum_mean.shape[0])
+ spec_target = self.spectrum_mean.unsqueeze(0).expand_as(spectrum)
+ spec_std = self.spectrum_std.unsqueeze(0).expand_as(spectrum)
+ loss_spectrum = F.mse_loss((spectrum - spec_target) / spec_std, torch.zeros_like(spectrum))
+
+ pixels = img_tensor.view(b, c, -1)
+ mean = pixels.mean(dim=-1, keepdim=True)
+ chroma_mean = mean.squeeze(-1)
+ target_chroma = self.chroma_mean.unsqueeze(0).expand_as(chroma_mean)
+ chroma_std = self.chroma_std.unsqueeze(0).expand_as(chroma_mean)
+ z = (chroma_mean - target_chroma) / chroma_std
+ loss_chroma_mean = F.mse_loss(z, torch.zeros_like(z))
+
+ centered = pixels - mean
+ cov = centered @ centered.transpose(1, 2) / pixels.shape[-1]
+
+ # --- THE FIX: The shapes will now match perfectly ---
+ target_cov = self.chroma_cov_mean.unsqueeze(0).expand_as(cov)
+ cov_std = self.chroma_cov_std.unsqueeze(0).expand_as(cov)
+ z_cov = (cov - target_cov) / cov_std
+ loss_chroma_cov = F.mse_loss(z_cov, torch.zeros_like(z_cov))
+
+ grad_x = F.conv2d(gray, self.sobel_x, padding=1)
+ grad_y = F.conv2d(gray, self.sobel_y, padding=1)
+ grad_mag = torch.sqrt(grad_x ** 2 + grad_y ** 2 + 1e-8)
+ contrast = grad_mag.mean(dim=(1, 2, 3))
+ mu = F.avg_pool2d(gray, kernel_size=5, stride=1, padding=2)
+ var = F.avg_pool2d(gray ** 2, 5, 1, 2) - mu ** 2
+ homogeneity = (1.0 / (1.0 + var)).mean(dim=(1, 2, 3))
+
+ # This assumes the saved glcm data has 2 features
+ texture_vec = torch.stack([contrast, homogeneity], dim=-1)
+ loss_texture = F.mse_loss((texture_vec - self.texture_mean) / self.texture_std, torch.zeros_like(texture_vec))
+
+ total = (self.weights["spectrum"] * loss_spectrum + self.weights["chroma"] * (loss_chroma_mean + loss_chroma_cov) + self.weights["texture"] * loss_texture)
+ details = {"spectrum": loss_spectrum.detach(), "chroma_mean": loss_chroma_mean.detach(), "chroma_cov": loss_chroma_cov.detach(), "texture": loss_texture.detach()}
+ return total, details
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/texture_utils.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/texture_utils.py
new file mode 100644
index 0000000000000000000000000000000000000000..85540ed8af3cb165847fe6392fdbbab73cfcb633
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/texture_utils.py
@@ -0,0 +1,64 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/texture_utils.py
+# (Definitive, Stable Log-Based Loss)
+import torch
+import torch.nn.functional as F
+import numpy as np
+from skimage.feature import graycomatrix, graycoprops, local_binary_pattern
+import os
+
+class TextureMatcher:
+ def __init__(self, profile_path, device):
+ self.device = device
+ try:
+ stats = np.load(profile_path)
+ # Use log to compress the range of values for a more stable loss
+ self.glcm_target_mean = torch.log1p(torch.tensor(stats['glcm_props'].mean(axis=0), dtype=torch.float32, device=self.device))
+ self.lbp_target_mean = torch.tensor(stats['lbp_hist'].mean(axis=0), dtype=torch.float32, device=self.device)
+ self.n_points, self.radius, self.lbp_bins = 24, 3, self.lbp_target_mean.shape[0]
+
+ print(f" [TextureMatcher] Loaded profile '{os.path.basename(profile_path)}'.")
+
+ except Exception as e:
+ raise ValueError(f"Failed to load or parse texture profile from '{profile_path}': {e}")
+
+ def _tensor_to_gray_numpy(self, tensor: torch.Tensor) -> np.ndarray:
+ img_chw = tensor.squeeze(0)
+ gray_chw = 0.299 * img_chw[0, :, :] + 0.587 * img_chw[1, :, :] + 0.114 * img_chw[2, :, :]
+ return (gray_chw.detach().cpu().numpy() * 255).astype(np.uint8)
+
+ def __call__(self, img_tensor: torch.Tensor, log_stats: bool = False):
+ if img_tensor.shape[0] > 1:
+ img_tensor = img_tensor[0:1]
+
+ gray_np = self._tensor_to_gray_numpy(img_tensor)
+
+ # 1. GLCM Loss
+ try:
+ glcm = graycomatrix(gray_np, distances=[5], angles=[0], levels=256, symmetric=True, normed=True)
+ contrast = graycoprops(glcm, 'contrast')[0, 0]
+ homogeneity = graycoprops(glcm, 'homogeneity')[0, 0]
+ glcm_vec = torch.tensor([contrast, homogeneity], dtype=torch.float32, device=self.device)
+
+ # --- THE FIX: Calculate loss in log space ---
+ loss_glcm = F.l1_loss(torch.log1p(glcm_vec), self.glcm_target_mean)
+
+ if log_stats:
+ print(f" - Current GLCM: contrast={contrast:.2f}, homogeneity={homogeneity:.4f} -> Loss: {loss_glcm.item():.4f}")
+
+ except Exception as e:
+ print(f"Warning: GLCM calculation failed: {e}")
+ loss_glcm = torch.tensor(0.0, device=self.device)
+
+ # 2. LBP Loss (LBP is already a normalized histogram, MSE is fine here)
+ try:
+ lbp = local_binary_pattern(gray_np, self.n_points, self.radius, method='uniform')
+ lbp_hist, _ = np.histogram(lbp.ravel(), bins=self.lbp_bins, range=(0, self.lbp_bins), density=True)
+ lbp_vec = torch.tensor(lbp_hist, dtype=torch.float32, device=self.device)
+ loss_lbp = F.mse_loss(lbp_vec, self.lbp_target_mean)
+ except Exception as e:
+ print(f"Warning: LBP calculation failed: {e}")
+ loss_lbp = torch.tensor(0.0, device=self.device)
+
+ # Weight GLCM more heavily as it's a more robust indicator of overall texture
+ total_loss = (loss_glcm * 10.0) + loss_lbp
+ return total_loss
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_full.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_full.py
new file mode 100644
index 0000000000000000000000000000000000000000..1f5b038a8f37d43a34801f622bbe0a4b9f5dac8a
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_full.py
@@ -0,0 +1,262 @@
+# Filename: ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_full.py
+# ---
+"""
+Full two-stage spectral normalization implementation. FINAL VERSION.
+Accepts external overrides for fine-tuning.
+"""
+
+import math
+import os
+from pathlib import Path
+import numpy as np
+import torch
+import torch.optim as optim
+import torch.nn.functional as F
+import threading
+from typing import Optional, Tuple, Dict, Any
+import kornia
+
+from .unmarker_losses import FFTLoss, LpipsVGG, LpipsAlex, NormLoss, DeeplossVGG
+from .adaptive_filter import AdaptiveFilter
+from .stats_utils import StatsMatcher
+
+class SpectralNormalizer:
+ # ... (The class and its methods __init__, _create_fft_loss, _apply_preprocess, _optimize_stage are all IDENTICAL to the last version. No changes needed here.) ...
+ def __init__(
+ self,
+ stage1_iterations: int = 500, stage1_learning_rate: float = 3e-4, stage1_binary_steps: int = 5,
+ stage2_iterations: int = 300, stage2_learning_rate: float = 1e-4, stage2_binary_steps: int = 3,
+ lpips_type: str = "alex", t_lpips: float = 0.04, c_lpips: float = 0.01,
+ t_l2: float = 3e-5, c_l2: float = 0.6, grad_clip_value: float = 0.005,
+ use_adaptive_filter: bool = False, filter_kernels: Optional[list] = None,
+ binary_const_growth: float = 10.0, crop_ratio: Optional[Tuple[float, float]] = None,
+ attack_long_side_limit: Optional[int] = None, fft_scale_target: float = 0.05,
+ device: str = "cuda" if torch.cuda.is_available() else "cpu",
+ verbose: bool = True, stats_path: Optional[str] = None,
+ ):
+ self.stage1_iterations = stage1_iterations
+ self.stage1_lr = stage1_learning_rate
+ self.stage1_binary_steps = stage1_binary_steps
+ self.stage2_iterations = stage2_iterations
+ self.stage2_lr = stage2_learning_rate
+ self.stage2_binary_steps = stage2_binary_steps
+ self.t_lpips = t_lpips
+ self.c_lpips = c_lpips
+ self.t_l2 = t_l2
+ self.c_l2 = c_l2
+ self.grad_clip_value = grad_clip_value
+ self.binary_const_growth = binary_const_growth
+ self.use_adaptive_filter = use_adaptive_filter
+ self.filter_kernels = filter_kernels if filter_kernels else [(7, 7)]
+ self.device = torch.device(device)
+ self.verbose = verbose
+ self.crop_ratio = crop_ratio
+ self.attack_long_side_limit = attack_long_side_limit
+ self.fft_scale_target = fft_scale_target
+ stats_path_to_load = (
+ stats_path or globals().get("_stats_path_override") or os.environ.get("IPHONE_STATS_PATH")
+ or Path(__file__).resolve().parents[3] / "pretrained" / "iphone_stats.npz"
+ )
+ self.stats_matcher = None
+ if stats_path_to_load and Path(stats_path_to_load).is_file():
+ try:
+ self.stats_matcher = StatsMatcher(stats_path_to_load, self.device)
+ if self.verbose:
+ print(f"โ
Stats-based guardrail enabled using: {stats_path_to_load}")
+ except Exception as exc:
+ print(f"โ ๏ธ Failed to load stats from {stats_path_to_load}: {exc}")
+ else:
+ if self.verbose:
+ print("โน๏ธ iPhone stats file not found. Attack will be UNGUIDED.")
+ if lpips_type == "deeploss":
+ self.lpips_model = DeeplossVGG(device=self.device).eval()
+ elif lpips_type == "vgg":
+ self.lpips_model = LpipsVGG().to(self.device).eval()
+ else:
+ self.lpips_model = LpipsAlex().to(self.device).eval()
+ for param in self.lpips_model.parameters():
+ param.requires_grad = False
+ def _create_fft_loss(self, stage: str):
+ if stage == "high_freq": return FFTLoss(norm=1, power=1, use_tanh=False, use_grayscale=True).to(self.device)
+ else: return FFTLoss(norm=2, power=1, use_tanh=False, use_grayscale=True).to(self.device)
+ def _apply_preprocess(self, tensor: torch.Tensor) -> torch.Tensor:
+ if not self.crop_ratio: return tensor
+ ratio_h, ratio_w = self.crop_ratio
+ _, _, height, width = tensor.shape
+ crop_h, crop_w = max(1, int(round(height * ratio_h))), max(1, int(round(width * ratio_w)))
+ start_h, start_w = max(0, (height - crop_h) // 2), max(0, (width - crop_w) // 2)
+ cropped = tensor[:, :, start_h:start_h + crop_h, start_w:start_w + crop_w]
+ if cropped.shape[-2:] != (height, width):
+ cropped = F.interpolate(cropped, size=(height, width), mode="bicubic", align_corners=False)
+ return cropped
+ def _optimize_stage(
+ self, img_tensor: torch.Tensor, stage_name: str, iterations: int, learning_rate: float,
+ binary_steps: int, stage_params: Optional[Dict[str, Any]] = None,
+ ) -> torch.Tensor:
+ fft_loss_fn = self._create_fft_loss(stage_name)
+ stage_params = stage_params.copy() if stage_params else {}
+ const = stage_params.get("initial_const", 1.0)
+ c_lpips = stage_params.get("c_lpips", 1.0)
+ stats_weight = stage_params.get("stats_weight", 0.0)
+ fft_scale_target = stage_params.get("fft_scale_target", self.fft_scale_target)
+ delta_blur_sigma = stage_params.get("delta_blur_sigma", 0.0)
+ if self.verbose:
+ print(f" [{stage_name}] Starting unified optimization ({iterations} steps)...")
+ print(f" [{stage_name}] Trade-off params: const={const:.2f}, c_lpips={c_lpips:.2f}, stats_weight={stats_weight:.2f}, delta_blur={delta_blur_sigma:.2f}")
+ delta = torch.randn(img_tensor.shape[0], 1, img_tensor.shape[2], img_tensor.shape[3], device=self.device, dtype=img_tensor.dtype) * 0.0001
+ delta.requires_grad = True
+ filt = AdaptiveFilter(kernels=self.filter_kernels, shape=img_tensor.shape).to(self.device) if self.use_adaptive_filter else None
+ optimizer = optim.Adam([delta] + (list(filt.parameters()) if filt else []), lr=learning_rate)
+ dynamic_fft_scale = None
+ early_stop_patience = stage_params.get("early_stop_patience", 400)
+ no_improve_steps, best_iter_loss = 0, float("inf")
+ for i in range(iterations):
+ optimizer.zero_grad()
+ delta_rgb = delta.expand_as(img_tensor)
+ x_adv = torch.clamp(img_tensor + (filt(delta_rgb, img_tensor) if filt else delta_rgb), -1, 1)
+ loss_fft_raw = fft_loss_fn(x_adv, img_tensor).mean()
+ if dynamic_fft_scale is None:
+ init_fft = abs(loss_fft_raw.detach()).item()
+ dynamic_fft_scale = fft_scale_target / max(init_fft, 1e-9)
+ loss_fft = -loss_fft_raw * dynamic_fft_scale
+ loss_lpips = self.lpips_model(x_adv, img_tensor).mean()
+ stats_penalty = self.stats_matcher(x_adv)[0] if self.stats_matcher else 0
+ loss_filter = filt.compute_loss(x_adv).mean() if filt else 0
+ total_loss = (const * loss_fft) + (c_lpips * loss_lpips) + (stats_weight * stats_penalty) + loss_filter
+ total_loss.backward()
+ if delta.grad is not None:
+ delta.grad.data.clamp_(-self.grad_clip_value, self.grad_clip_value)
+ optimizer.step()
+ if delta_blur_sigma > 0:
+ with torch.no_grad():
+ kernel_size = int(delta_blur_sigma * 3) * 2 + 1
+ delta.data = kornia.filters.gaussian_blur2d(delta.data, (kernel_size, kernel_size), (delta_blur_sigma, delta_blur_sigma))
+ current_loss = total_loss.item()
+ if current_loss < best_iter_loss - 1e-5:
+ best_iter_loss, no_improve_steps = current_loss, 0
+ else:
+ no_improve_steps += 1
+ if no_improve_steps > early_stop_patience:
+ if self.verbose: print(f" DEBUG: Early stopping due to stagnation.")
+ break
+ if self.verbose and (i % 100 == 0 or i == iterations - 1):
+ stats_str = f", Stats={stats_penalty.item():.4f}" if self.stats_matcher else ""
+ print(f" Iter {i}/{iterations}: TotalLoss={total_loss.item():.4f}, FFT={loss_fft.item():.4f}, LPIPS={loss_lpips.item():.4f}{stats_str}")
+ with torch.no_grad():
+ delta_rgb = delta.expand_as(img_tensor)
+ final_adv = torch.clamp(img_tensor + (filt(delta_rgb, img_tensor) if filt else delta_rgb), -1, 1)
+ final_lpips = self.lpips_model(final_adv, img_tensor).mean().item()
+ stats_final_val = self.stats_matcher(final_adv)[0].item() if self.stats_matcher else float('inf')
+ if self.verbose:
+ print(f" [{stage_name}] Optimization finished. Final LPIPS={final_lpips:.4f}, Final Stats={stats_final_val:.4f}")
+ return final_adv
+ def process(self, img_np: np.ndarray, stage_overrides: Optional[Dict[str, Dict[str, Any]]] = None) -> np.ndarray:
+ stage_overrides = stage_overrides or {}
+ img_np_float = img_np.astype(np.float32) / 255.0
+ img_tensor = torch.from_numpy(np.transpose(img_np_float, (2, 0, 1))[None, ...]).to(self.device)
+ img_tensor = (img_tensor - 0.5) / 0.5
+ img_tensor = self._apply_preprocess(img_tensor)
+ original_shape = img_tensor.shape[-2:]
+ resize_back_shape = None
+ if self.attack_long_side_limit and max(original_shape) > self.attack_long_side_limit:
+ scale = self.attack_long_side_limit / max(original_shape)
+ new_h, new_w = int(round(original_shape[0] * scale)), int(round(original_shape[1] * scale))
+ img_tensor = F.interpolate(img_tensor, size=(new_h, new_w), mode="bicubic", align_corners=False)
+ resize_back_shape = original_shape
+ if self.verbose: print(f" โณ Downscaling canvas to {new_h}x{new_w}")
+ if self.verbose:
+ print(f"๐ผ๏ธ Input resolution: {img_np.shape[0]}x{img_np.shape[1]}")
+ print("๐ INSTARAW Spectral Engine: Starting GUIDED normalization...")
+ stage1_params = stage_overrides.get("high_freq", {})
+ if self.verbose: print("\n=== STAGE 1: High Frequency Normalization ===")
+ stage1_out = self._optimize_stage(
+ img_tensor, "high_freq", self.stage1_iterations, self.stage1_lr,
+ self.stage1_binary_steps, stage1_params
+ )
+ stage2_params = stage_overrides.get("low_freq", {})
+ if self.verbose: print("\n=== STAGE 2: Low Frequency Refinement ===")
+ stage2_out = self._optimize_stage(
+ stage1_out, "low_freq", self.stage2_iterations, self.stage2_lr,
+ self.stage2_binary_steps, stage2_params
+ )
+ if resize_back_shape is not None:
+ stage2_out = F.interpolate(stage2_out, size=resize_back_shape, mode="bicubic", align_corners=False)
+ final_tensor = (stage2_out.squeeze(0).cpu().detach() + 1) / 2
+ final_np = (final_tensor.permute(1, 2, 0).clamp(0, 1) * 255).numpy().astype(np.uint8)
+ if self.verbose: print("\nโ
INSTARAW Spectral Engine: Normalization complete!")
+ return final_np
+
+def _size_profile_overrides(
+ height: int, width: int, preset_name: str, base_config: Dict[str, Any],
+) -> Tuple[Dict[str, Any], Dict[str, Dict[str, Any]], Dict[str, Any]]:
+ max_dim = max(height, width)
+ size_ratio = max(1.0, max_dim / 512.0)
+ overrides: Dict[str, Any] = {}
+ stage_params: Dict[str, Dict[str, Any]] = {"high_freq": {}, "low_freq": {}}
+ overrides["crop_ratio"] = (1.0, 1.0)
+ overrides["lpips_type"] = "vgg" if max_dim > 768 else "alex"
+ s1_iters = int(min(1500, 800 * size_ratio))
+ s2_iters = int(min(800, 400 * size_ratio))
+ overrides["stage1_iterations"] = max(base_config.get("stage1_iterations", 500), s1_iters)
+ overrides["stage2_iterations"] = max(base_config.get("stage2_iterations", 300), s2_iters)
+ stage_params["high_freq"].update({
+ "initial_const": 30.0, "c_lpips": 40.0, "stats_weight": 4.0,
+ "fft_scale_target": 0.05, "delta_blur_sigma": 0.5,
+ })
+ stage_params["low_freq"].update({
+ "initial_const": 20.0, "c_lpips": 50.0, "stats_weight": 3.0,
+ "fft_scale_target": 0.03, "delta_blur_sigma": 1.0,
+ })
+ meta = {}
+ return overrides, stage_params, meta
+
+def normalize_spectrum_twostage(img_arr: np.ndarray, preset: str = "balanced", **kwargs) -> np.ndarray: # Rebranded function
+ presets = {
+ "fast": {"stage1_binary_steps": 3, "stage2_binary_steps": 2, "use_adaptive_filter": False, "attack_long_side_limit": 900},
+ "balanced": {"stage1_binary_steps": 4, "stage2_binary_steps": 3, "use_adaptive_filter": False, "attack_long_side_limit": 1152, "lpips_type": "deeploss"},
+ "quality": {"stage1_binary_steps": 6, "stage2_binary_steps": 4, "use_adaptive_filter": True, "filter_kernels": [(7, 7), (15, 15)], "attack_long_side_limit": 1536, "lpips_type": "deeploss"},
+ }
+ base_config = {**presets.get(preset, presets["balanced"])}
+
+ # --- THIS IS THE FIX ---
+ # Enforce the analysis resolution for maximum effectiveness.
+ # We will override the preset's attack_long_side_limit with our known best value.
+ base_config['attack_long_side_limit'] = 1920
+ # --- END FIX ---
+
+ user_stage_overrides = kwargs.pop("stage_overrides", {})
+ seed_value = kwargs.pop("seed", None)
+
+ config = {**base_config, **kwargs}
+ height, width = img_arr.shape[:2]
+ attack_limit = config.get("attack_long_side_limit")
+ effective_h, effective_w = height, width
+ if attack_limit and max(height, width) > attack_limit:
+ scale = attack_limit / max(height, width)
+ effective_h, effective_w = int(round(height * scale)), int(round(width * scale))
+
+ # ... (the rest of the function is identical) ...
+ size_overrides, stage_params, meta = _size_profile_overrides(effective_h, effective_w, preset, config)
+ for key, value in size_overrides.items():
+ if key not in kwargs: config[key] = value
+ final_stage_overrides = {
+ "high_freq": {**stage_params.get("high_freq", {}), **user_stage_overrides.get("high_freq", {})},
+ "low_freq": {**stage_params.get("low_freq", {}), **user_stage_overrides.get("low_freq", {})},
+ "_meta": meta
+ }
+ result_container, exception_container = [], []
+ def worker_fn():
+ try:
+ if seed_value is not None:
+ torch.manual_seed(seed_value)
+ engine = SpectralNormalizer(**config)
+ result = engine.process(img_arr, stage_overrides=final_stage_overrides)
+ result_container.append(result)
+ except Exception as e:
+ exception_container.append(e)
+ thread = threading.Thread(target=worker_fn)
+ thread.start()
+ thread.join()
+ if exception_container: raise exception_container[0]
+ if not result_container: raise RuntimeError("INSTARAW Spectral Engine failed to return a result.")
+ return result_container[0]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_losses.py b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_losses.py
new file mode 100644
index 0000000000000000000000000000000000000000..5f3652ec19fe12835f00da2dbaa9096d1d55e1bb
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/detection_bypass/utils/unmarker_losses.py
@@ -0,0 +1,459 @@
+"""
+Advanced loss functions for full UnMarker implementation.
+Ported from ai-watermark/modules/attack/unmark/losses.py
+
+These losses are used in the two-stage UnMarker attack:
+- Stage 1 (high_freq): FFTLoss targeting high frequencies where AI fingerprints hide
+- Stage 2 (low_freq): FFTLoss targeting low frequencies for robustness
+- Both stages: perceptual constraint (LPIPS or Deeploss-VGG)
+"""
+
+import os
+from pathlib import Path
+from collections import namedtuple
+
+import torch
+import lpips
+try:
+ from lpips import util as lpips_util
+except ImportError: # pragma: no cover - lpips provides util in normal installs
+ lpips_util = None
+from torchvision import transforms, models
+
+class NormLoss(torch.nn.Module):
+ """Basic L-p norm loss between two tensors."""
+ def __init__(self, norm=2, power=2):
+ super().__init__()
+ self.norm, self.power = norm, power
+
+ def forward(self, x, y):
+ x = x.view(x.shape[0], -1, x.shape[-2], x.shape[-1])
+ y = y.view(y.shape[0], -1, x.shape[-2], x.shape[-1])
+ return (
+ torch.pow(
+ torch.norm(
+ x - y, p=self.norm, dim=tuple(list(range(1, len((x).shape))))
+ ),
+ self.power,
+ )
+ / torch.prod(torch.tensor(x.shape[1:]))
+ ).view(x.shape[0], -1)
+
+
+class PerceptualLoss(torch.nn.Module):
+ """Wrapper for perceptual loss functions like LPIPS."""
+ def __init__(self, loss_fn):
+ super().__init__()
+ self.loss_fn = loss_fn
+
+ def forward(self, x, y):
+ x = x.view(x.shape[0], -1, x.shape[-2], x.shape[-1])
+ y = y.view(y.shape[0], -1, y.shape[-2], y.shape[-1])
+ return self.loss_fn(x, y).view(x.shape[0], -1)
+
+
+class FFTLoss(NormLoss):
+ """
+ CRITICAL: This is the core of UnMarker.
+ Computes loss in the frequency domain to directly attack spectral fingerprints.
+
+ IMPORTANT: Processes in GRAYSCALE to avoid blue hue color shift!
+ Research warning: "By independently manipulating the spectra of RGB channels,
+ the FFT algorithm destroys natural inter-channel correlation, causing severe
+ color artifacts and blue/purple color cast."
+
+ Args:
+ norm: L-p norm to use (1 or 2)
+ power: Power to raise the norm to
+ n_fft: FFT size (None = same as input)
+ use_tanh: Apply tanh to frequency magnitudes (helps with stability)
+ use_grayscale: Convert to grayscale before FFT (DEFAULT: True to prevent color shift)
+ """
+ def __init__(self, norm=1, power=1, n_fft=None, use_tanh=False, use_grayscale=True):
+ super().__init__(norm=norm, power=power)
+ self.tanh = torch.nn.Tanh() if use_tanh else (lambda x: x)
+ self.fft_norm = "ortho" if use_tanh else None
+ self.n_fft = n_fft
+ self.use_grayscale = use_grayscale
+
+ def forward(self, x, y):
+ x = x.view(x.shape[0], -1, x.shape[-2], x.shape[-1])
+ y = y.view(y.shape[0], -1, y.shape[-2], y.shape[-1])
+
+ # CRITICAL FIX: Convert to grayscale to prevent color shift
+ if self.use_grayscale and x.shape[1] == 3:
+ # RGB to grayscale (ITU-R BT.601)
+ x = 0.299 * x[:, 0:1] + 0.587 * x[:, 1:2] + 0.114 * x[:, 2:3]
+ y = 0.299 * y[:, 0:1] + 0.587 * y[:, 1:2] + 0.114 * y[:, 2:3]
+
+ # Convert to frequency domain
+ x_f = self.tanh(
+ torch.fft.fftshift(
+ torch.fft.fft2(
+ torch.fft.ifftshift(x, dim=(-1, -2)),
+ norm=self.fft_norm,
+ s=self.n_fft,
+ ),
+ dim=(-1, -2),
+ )
+ )
+ y_f = self.tanh(
+ torch.fft.fftshift(
+ torch.fft.fft2(
+ torch.fft.ifftshift(y, dim=(-1, -2)),
+ norm=self.fft_norm,
+ s=self.n_fft,
+ ),
+ dim=(-1, -2),
+ )
+ )
+
+ # Compute loss in frequency domain
+ result = super().forward(x_f, y_f)
+
+ # DEBUG: Check if loss is zero
+ if result.abs().max() < 1e-10:
+ import warnings
+ warnings.warn(f"FFTLoss returning near-zero! x_f range: [{x_f.abs().min():.8f}, {x_f.abs().max():.8f}], "
+ f"y_f range: [{y_f.abs().min():.8f}, {y_f.abs().max():.8f}]")
+
+ return result
+
+
+class LpipsVGG(PerceptualLoss):
+ """
+ LPIPS perceptual loss using VGG backbone.
+ This ensures the attack remains imperceptible to human vision.
+ """
+ def __init__(self, model_path=None):
+ # Try to load from pretrained models dir, fallback to auto-download
+ try:
+ if model_path and torch.cuda.is_available():
+ lps_loss = lpips.LPIPS(
+ net="vgg",
+ model_path=model_path,
+ verbose=False,
+ ).eval()
+ else:
+ # Auto-download if no path provided
+ lps_loss = lpips.LPIPS(net="vgg", verbose=False).eval()
+ except Exception as e:
+ print(f"Warning: Failed to load VGG LPIPS, falling back to Alex: {e}")
+ lps_loss = lpips.LPIPS(net="alex", verbose=False).eval()
+
+ loss_fn = lambda x, y: lps_loss(x, y, normalize=True)
+ super().__init__(loss_fn)
+ self.lps_loss = lps_loss
+
+
+class LpipsAlex(PerceptualLoss):
+ """
+ LPIPS perceptual loss using AlexNet backbone.
+ Faster than VGG, slightly less accurate.
+ """
+ def __init__(self, model_path=None):
+ try:
+ if model_path:
+ lps_loss = lpips.LPIPS(
+ net="alex",
+ model_path=model_path,
+ lpips=False,
+ verbose=False,
+ ).eval()
+ else:
+ lps_loss = lpips.LPIPS(net="alex", lpips=False, verbose=False).eval()
+ except:
+ lps_loss = lpips.LPIPS(net="alex", verbose=False).eval()
+
+ loss_fn = lambda x, y: lps_loss(x, y, normalize=True)
+ super().__init__(loss_fn)
+ self.lps_loss = lps_loss
+
+
+class MeanLoss(torch.nn.Module):
+ """
+ Mean pooling loss for multi-scale analysis.
+ Used to ensure consistency across different scales.
+ """
+ def __init__(self, kernels=[(5, 5)]):
+ super().__init__()
+ assert isinstance(kernels, list) and len(kernels) > 0
+ for kernel in kernels:
+ self.__check_kernel(kernel)
+ self.kernels = kernels
+ self.mean_pools = [
+ torch.nn.AvgPool3d(kernel_size=(3, *kernel), stride=(3, 1, 1))
+ for kernel in self.kernels
+ ]
+
+ def __check_kernel(self, kernel):
+ assert isinstance(kernel, tuple) and len(kernel) == 2
+ assert isinstance(kernel[0], int) and isinstance(kernel[1], int)
+ assert kernel[0] > 0 and kernel[1] > 0
+ assert kernel[0] % 2 == 1 and kernel[1] % 2 == 1
+
+ def _mean_pad(self, shape, kernel, stride):
+ return [
+ 0,
+ kernel[1] - (shape[-1] - (shape[-1] // kernel[1]) * kernel[1]) % kernel[1],
+ 0,
+ kernel[0] - (shape[-2] - (shape[-2] // kernel[0]) * kernel[0]) % kernel[0],
+ ]
+
+ def _mean_diff(self, x, y, pool, padding):
+ x_p = pool(
+ torch.nn.functional.pad(x, padding, mode="reflect").unsqueeze(1)
+ ).squeeze(1)
+ with torch.no_grad():
+ y_p = pool(
+ torch.nn.functional.pad(y, padding, mode="reflect").unsqueeze(1)
+ ).squeeze(1)
+ return (x_p - y_p).abs().flatten(1).sum(-1, keepdims=True)
+
+ def forward(self, x, y):
+ x = x.view(x.shape[0], -1, x.shape[-2], x.shape[-1])
+ y = y.view(y.shape[0], -1, y.shape[-2], y.shape[-1])
+ paddings = [self._mean_pad(x.shape, kernel, (1, 1)) for kernel in self.kernels]
+ return torch.concat(
+ [
+ self._mean_diff(x, y, pool, padding)
+ for pool, padding in zip(self.mean_pools, paddings)
+ ],
+ -1,
+ ).sum(-1, keepdims=True)
+
+
+# ---------------------------------------------------------------------------
+# Deeploss-VGG (full perceptual loss from ai-watermark)
+# ---------------------------------------------------------------------------
+
+_DEEPloss_WEIGHT_NAME = "rgb_pnet_lin_vgg_trial0.pth"
+
+
+def _find_deeploss_weight_file(filename=_DEEPloss_WEIGHT_NAME) -> Path:
+ """Locate the Deeploss weight file in common install locations."""
+ candidates = []
+ env = os.getenv("DEEPloss_WEIGHTS_DIR") or os.getenv("DEEPLOSS_WEIGHTS_DIR")
+ if env:
+ candidates.append(Path(env))
+
+ here = Path(__file__).resolve()
+ comfy_root = None
+ for parent in here.parents:
+ if (parent / "pretrained").exists():
+ comfy_root = parent
+ break
+ if comfy_root:
+ candidates.append(comfy_root / "pretrained" / "deeploss")
+ for parent in here.parents:
+ candidates.append(parent / "pretrained_models" / "loss_provider" / "weights")
+ candidates.append(
+ parent
+ / "ai-watermark"
+ / "pretrained_models"
+ / "loss_provider"
+ / "weights"
+ )
+
+ seen = set()
+ for directory in candidates:
+ if directory is None:
+ continue
+ directory = directory.resolve()
+ if directory in seen:
+ continue
+ seen.add(directory)
+ candidate = directory / filename
+ if candidate.is_file():
+ return candidate
+ raise FileNotFoundError(
+ f"Deeploss weight '{filename}' not found. Run ai-watermark/download_data_and_models.sh "
+ "or set DEEPLOSS_WEIGHTS_DIR to the directory containing the weights."
+ )
+
+
+class _NetLinLayer(torch.nn.Module):
+ """A single linear layer applied on top of normalized VGG features."""
+
+ def __init__(self, chn_in, chn_out=1, use_dropout=False):
+ super().__init__()
+ layers = []
+ layers.append(torch.nn.Dropout(p=0.5 if use_dropout else 0.0))
+ layers.append(
+ torch.nn.Conv2d(chn_in, chn_out, kernel_size=1, stride=1, padding=0, bias=False)
+ )
+ self.model = torch.nn.Sequential(*layers)
+
+
+def _normalize_tensor(in_feat, eps=1e-10):
+ norm_factor = torch.sqrt(torch.sum(in_feat**2, dim=1)).view(
+ in_feat.size()[0], 1, in_feat.size()[2], in_feat.size()[3]
+ )
+ return in_feat / (norm_factor.expand_as(in_feat) + eps)
+
+
+class _VGG16Features(torch.nn.Module):
+ def __init__(self, requires_grad=False, pretrained=True):
+ super().__init__()
+ vgg_pretrained_features = models.vgg16(pretrained=pretrained).features
+ self.slice1 = torch.nn.Sequential()
+ self.slice2 = torch.nn.Sequential()
+ self.slice3 = torch.nn.Sequential()
+ self.slice4 = torch.nn.Sequential()
+ self.slice5 = torch.nn.Sequential()
+ for x in range(4):
+ self.slice1.add_module(str(x), vgg_pretrained_features[x])
+ for x in range(4, 9):
+ self.slice2.add_module(str(x), vgg_pretrained_features[x])
+ for x in range(9, 16):
+ self.slice3.add_module(str(x), vgg_pretrained_features[x])
+ for x in range(16, 23):
+ self.slice4.add_module(str(x), vgg_pretrained_features[x])
+ for x in range(23, 30):
+ self.slice5.add_module(str(x), vgg_pretrained_features[x])
+ if not requires_grad:
+ for param in self.parameters():
+ param.requires_grad = False
+
+ def forward(self, x):
+ h = self.slice1(x)
+ h_relu1_2 = h
+ h = self.slice2(h)
+ h_relu2_2 = h
+ h = self.slice3(h)
+ h_relu3_3 = h
+ h = self.slice4(h)
+ h_relu4_3 = h
+ h = self.slice5(h)
+ h_relu5_3 = h
+ outputs = namedtuple(
+ "VggOutputs", ["relu1_2", "relu2_2", "relu3_3", "relu4_3", "relu5_3"]
+ )
+ return outputs(h_relu1_2, h_relu2_2, h_relu3_3, h_relu4_3, h_relu5_3)
+
+
+class _PNetLin(torch.nn.Module):
+ """LPIPS-style network with learned linear heads."""
+
+ def __init__(
+ self,
+ colorspace="RGB",
+ reduction="none",
+ use_dropout=False,
+ pnet_rand=False,
+ ):
+ super().__init__()
+ self.reduction = reduction
+ self.colorspace = colorspace
+ self.net = _VGG16Features(pretrained=not pnet_rand, requires_grad=False)
+ self.chns = [64, 128, 256, 512, 512]
+ self.lin0 = _NetLinLayer(self.chns[0], use_dropout=use_dropout)
+ self.lin1 = _NetLinLayer(self.chns[1], use_dropout=use_dropout)
+ self.lin2 = _NetLinLayer(self.chns[2], use_dropout=use_dropout)
+ self.lin3 = _NetLinLayer(self.chns[3], use_dropout=use_dropout)
+ self.lin4 = _NetLinLayer(self.chns[4], use_dropout=use_dropout)
+ self.lins = [self.lin0, self.lin1, self.lin2, self.lin3, self.lin4]
+
+ self.shift = torch.nn.Parameter(
+ torch.Tensor([-0.030, -0.088, -0.188]).view(1, 3, 1, 1), requires_grad=False
+ )
+ self.scale = torch.nn.Parameter(
+ torch.Tensor([0.458, 0.448, 0.450]).view(1, 3, 1, 1), requires_grad=False
+ )
+
+ def forward(self, in0, in1):
+ in0_sc = (in0 - self.shift) / self.scale
+ in1_sc = (in1 - self.shift) / self.scale
+
+ if self.colorspace.upper() in ["GRAY", "GREY", "LA"]:
+ if lpips_util is None:
+ raise RuntimeError("lpips.util is required for grayscale Deeploss.")
+ gray_fn = getattr(lpips_util, "tensor2tensorGrayscaleLazy", None)
+ if gray_fn is None:
+ gray_fn = lpips_util.tensor2tensorGrayscale
+ in0_sc = gray_fn(in0_sc)
+ in1_sc = gray_fn(in1_sc)
+
+ outs0 = self.net(in0_sc)
+ outs1 = self.net(in1_sc)
+
+ diffs = []
+ for kk, out0 in enumerate(outs0):
+ feats0 = _normalize_tensor(out0)
+ feats1 = _normalize_tensor(outs1[kk])
+ diffs.append((feats0 - feats1) ** 2)
+
+ result = 0
+ for kk, lin in enumerate(self.lins):
+ result = result + torch.mean(torch.mean(lin.model(diffs[kk]), dim=3), dim=2)
+
+ result = result.view(result.size()[0], result.size()[1], 1, 1)
+ if self.reduction == "sum":
+ result = torch.sum(result)
+ elif self.reduction == "mean":
+ result = torch.mean(result)
+ return result
+
+
+class DeeplossVGG(torch.nn.Module):
+ """
+ Full Deeploss-VGG perceptual loss (as used in the UnMarker paper).
+
+ Requires the pretrained linear-head weights from ai-watermark's
+ download_data_and_models.sh script (file: rgb_pnet_lin_vgg_trial0.pth).
+ """
+
+ def __init__(
+ self,
+ colorspace="RGB",
+ reduction="none",
+ weights_path: str | None = None,
+ device: str | None = None,
+ ):
+ super().__init__()
+ self.device = torch.device(device or ("cuda" if torch.cuda.is_available() else "cpu"))
+ self.model = _PNetLin(colorspace=colorspace, reduction="none", use_dropout=False)
+
+ weight_file = Path(weights_path) if weights_path else _find_deeploss_weight_file()
+ state_dict = torch.load(weight_file, map_location="cpu")
+ missing, unexpected = self.model.load_state_dict(state_dict, strict=False)
+ if missing:
+ print(f"[Deeploss] Warning: missing keys {missing}")
+ if unexpected:
+ print(f"[Deeploss] Warning: unexpected keys {unexpected}")
+
+ self.model.to(self.device).eval()
+ self.reduction = reduction
+
+ def forward(self, x, y):
+ x = x.to(self.device)
+ y = y.to(self.device)
+ with torch.no_grad():
+ val = self.model(x, y)
+ if self.reduction == "mean":
+ val = val.mean()
+ elif self.reduction == "sum":
+ val = val.sum()
+ return val.view(x.shape[0], -1)
+
+
+def get_loss(loss_type, **kwargs):
+ """
+ Factory function to create loss instances.
+
+ Args:
+ loss_type: One of ["NormLoss", "FFTLoss", "LpipsVGG", "LpipsAlex", "MeanLoss"]
+ **kwargs: Arguments to pass to the loss constructor
+
+ Returns:
+ Loss function instance
+ """
+ loss_dict = {
+ "NormLoss": NormLoss,
+ "MeanLoss": MeanLoss,
+ "FFTLoss": FFTLoss,
+ "LpipsVGG": LpipsVGG,
+ "LpipsAlex": LpipsAlex,
+ }
+ assert loss_type in list(loss_dict.keys()), f"Unknown loss type: {loss_type}"
+ return loss_dict[loss_type](**kwargs)
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/location_data/locations.json b/custom_nodes/ComfyUI_INSTARAW/modules/location_data/locations.json
new file mode 100644
index 0000000000000000000000000000000000000000..c062ed17b12cc6a4db70932e8d0234d7af22fbb6
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/location_data/locations.json
@@ -0,0 +1,117536 @@
+{
+ "Asia": {
+ "Japan": [
+ {
+ "city": "Tokyo",
+ "lat": [
+ 35.486999999999995,
+ 35.887
+ ],
+ "lon": [
+ 139.54950000000002,
+ 139.9495
+ ]
+ },
+ {
+ "city": "\u014csaka",
+ "lat": [
+ 34.4939,
+ 34.8939
+ ],
+ "lon": [
+ 135.3022,
+ 135.70219999999998
+ ]
+ },
+ {
+ "city": "Nagoya",
+ "lat": [
+ 34.9833,
+ 35.383300000000006
+ ],
+ "lon": [
+ 136.70000000000002,
+ 137.1
+ ]
+ },
+ {
+ "city": "Yokohama",
+ "lat": [
+ 35.2442,
+ 35.644200000000005
+ ],
+ "lon": [
+ 139.43810000000002,
+ 139.8381
+ ]
+ },
+ {
+ "city": "Fukuoka",
+ "lat": [
+ 33.39,
+ 33.790000000000006
+ ],
+ "lon": [
+ 130.20170000000002,
+ 130.6017
+ ]
+ },
+ {
+ "city": "Sapporo",
+ "lat": [
+ 42.8619,
+ 43.261900000000004
+ ],
+ "lon": [
+ 141.1544,
+ 141.5544
+ ]
+ },
+ {
+ "city": "Kawasaki",
+ "lat": [
+ 35.3167,
+ 35.7167
+ ],
+ "lon": [
+ 139.5,
+ 139.89999999999998
+ ]
+ },
+ {
+ "city": "K\u014dbe",
+ "lat": [
+ 34.489999999999995,
+ 34.89
+ ],
+ "lon": [
+ 134.99560000000002,
+ 135.3956
+ ]
+ },
+ {
+ "city": "Ky\u014dto",
+ "lat": [
+ 34.811699999999995,
+ 35.2117
+ ],
+ "lon": [
+ 135.56830000000002,
+ 135.9683
+ ]
+ },
+ {
+ "city": "Saitama",
+ "lat": [
+ 35.6614,
+ 36.061400000000006
+ ],
+ "lon": [
+ 139.4456,
+ 139.8456
+ ]
+ },
+ {
+ "city": "Hiroshima",
+ "lat": [
+ 34.191399999999994,
+ 34.5914
+ ],
+ "lon": [
+ 132.2519,
+ 132.65189999999998
+ ]
+ },
+ {
+ "city": "Sendai",
+ "lat": [
+ 38.0682,
+ 38.4682
+ ],
+ "lon": [
+ 140.66940000000002,
+ 141.0694
+ ]
+ },
+ {
+ "city": "Chiba",
+ "lat": [
+ 35.4073,
+ 35.807300000000005
+ ],
+ "lon": [
+ 139.90640000000002,
+ 140.3064
+ ]
+ },
+ {
+ "city": "Setagaya",
+ "lat": [
+ 35.4466,
+ 35.8466
+ ],
+ "lon": [
+ 139.4532,
+ 139.8532
+ ]
+ },
+ {
+ "city": "Kitaky\u016bsh\u016b",
+ "lat": [
+ 33.683299999999996,
+ 34.0833
+ ],
+ "lon": [
+ 130.6833,
+ 131.08329999999998
+ ]
+ },
+ {
+ "city": "Sakai",
+ "lat": [
+ 34.3733,
+ 34.773300000000006
+ ],
+ "lon": [
+ 135.28310000000002,
+ 135.6831
+ ]
+ },
+ {
+ "city": "Niigata",
+ "lat": [
+ 37.7161,
+ 38.1161
+ ],
+ "lon": [
+ 138.8364,
+ 139.23639999999997
+ ]
+ },
+ {
+ "city": "Hamamatsu",
+ "lat": [
+ 34.510799999999996,
+ 34.9108
+ ],
+ "lon": [
+ 137.5275,
+ 137.92749999999998
+ ]
+ },
+ {
+ "city": "Nerima",
+ "lat": [
+ 35.535599999999995,
+ 35.9356
+ ],
+ "lon": [
+ 139.45170000000002,
+ 139.8517
+ ]
+ },
+ {
+ "city": "\u014cta-ku",
+ "lat": [
+ 35.361399999999996,
+ 35.7614
+ ],
+ "lon": [
+ 139.51610000000002,
+ 139.9161
+ ]
+ },
+ {
+ "city": "Kumamoto",
+ "lat": [
+ 32.6031,
+ 33.0031
+ ],
+ "lon": [
+ 130.5078,
+ 130.90779999999998
+ ]
+ },
+ {
+ "city": "Sagamihara",
+ "lat": [
+ 35.366699999999994,
+ 35.7667
+ ],
+ "lon": [
+ 139.16670000000002,
+ 139.5667
+ ]
+ },
+ {
+ "city": "Okayama",
+ "lat": [
+ 34.449999999999996,
+ 34.85
+ ],
+ "lon": [
+ 133.7167,
+ 134.11669999999998
+ ]
+ },
+ {
+ "city": "Edogawa",
+ "lat": [
+ 35.5,
+ 35.900000000000006
+ ],
+ "lon": [
+ 139.6833,
+ 140.08329999999998
+ ]
+ },
+ {
+ "city": "Shizuoka",
+ "lat": [
+ 34.7756,
+ 35.1756
+ ],
+ "lon": [
+ 138.18280000000001,
+ 138.5828
+ ]
+ },
+ {
+ "city": "Adachi",
+ "lat": [
+ 35.583299999999994,
+ 35.9833
+ ],
+ "lon": [
+ 139.60000000000002,
+ 140.0
+ ]
+ },
+ {
+ "city": "Honch\u014d",
+ "lat": [
+ 35.4946,
+ 35.894600000000004
+ ],
+ "lon": [
+ 139.7826,
+ 140.18259999999998
+ ]
+ },
+ {
+ "city": "Kawaguchi",
+ "lat": [
+ 35.607699999999994,
+ 36.0077
+ ],
+ "lon": [
+ 139.5241,
+ 139.92409999999998
+ ]
+ },
+ {
+ "city": "Kagoshima",
+ "lat": [
+ 31.396900000000002,
+ 31.7969
+ ],
+ "lon": [
+ 130.3572,
+ 130.75719999999998
+ ]
+ },
+ {
+ "city": "Itabashi",
+ "lat": [
+ 35.5667,
+ 35.9667
+ ],
+ "lon": [
+ 139.4833,
+ 139.8833
+ ]
+ },
+ {
+ "city": "Suginami-ku",
+ "lat": [
+ 35.499399999999994,
+ 35.8994
+ ],
+ "lon": [
+ 139.43640000000002,
+ 139.8364
+ ]
+ },
+ {
+ "city": "Hachi\u014dji",
+ "lat": [
+ 35.4664,
+ 35.866400000000006
+ ],
+ "lon": [
+ 139.116,
+ 139.516
+ ]
+ },
+ {
+ "city": "Himeji",
+ "lat": [
+ 34.616699999999994,
+ 35.0167
+ ],
+ "lon": [
+ 134.4833,
+ 134.8833
+ ]
+ },
+ {
+ "city": "K\u014dt\u014d-ku",
+ "lat": [
+ 35.466699999999996,
+ 35.8667
+ ],
+ "lon": [
+ 139.6167,
+ 140.0167
+ ]
+ },
+ {
+ "city": "Utsunomiya",
+ "lat": [
+ 36.355,
+ 36.755
+ ],
+ "lon": [
+ 139.6825,
+ 140.08249999999998
+ ]
+ },
+ {
+ "city": "Matsuyama",
+ "lat": [
+ 33.6333,
+ 34.033300000000004
+ ],
+ "lon": [
+ 132.5667,
+ 132.96669999999997
+ ]
+ },
+ {
+ "city": "Matsudo",
+ "lat": [
+ 35.587599999999995,
+ 35.9876
+ ],
+ "lon": [
+ 139.7032,
+ 140.1032
+ ]
+ },
+ {
+ "city": "Ichikawa",
+ "lat": [
+ 35.521899999999995,
+ 35.9219
+ ],
+ "lon": [
+ 139.7311,
+ 140.13109999999998
+ ]
+ },
+ {
+ "city": "Higashi-\u014dsaka",
+ "lat": [
+ 34.4794,
+ 34.879400000000004
+ ],
+ "lon": [
+ 135.4008,
+ 135.80079999999998
+ ]
+ },
+ {
+ "city": "Nishinomiya-hama",
+ "lat": [
+ 34.5376,
+ 34.9376
+ ],
+ "lon": [
+ 135.1416,
+ 135.5416
+ ]
+ },
+ {
+ "city": "Kawachich\u014d",
+ "lat": [
+ 34.4794,
+ 34.879400000000004
+ ],
+ "lon": [
+ 135.4008,
+ 135.80079999999998
+ ]
+ },
+ {
+ "city": "Kurashiki",
+ "lat": [
+ 34.385,
+ 34.785000000000004
+ ],
+ "lon": [
+ 133.5722,
+ 133.9722
+ ]
+ },
+ {
+ "city": "\u014cita",
+ "lat": [
+ 33.0333,
+ 33.4333
+ ],
+ "lon": [
+ 131.4067,
+ 131.80669999999998
+ ]
+ },
+ {
+ "city": "Kanazawa",
+ "lat": [
+ 36.3611,
+ 36.761100000000006
+ ],
+ "lon": [
+ 136.4564,
+ 136.85639999999998
+ ]
+ },
+ {
+ "city": "Fukuyama",
+ "lat": [
+ 34.285799999999995,
+ 34.6858
+ ],
+ "lon": [
+ 133.1622,
+ 133.5622
+ ]
+ },
+ {
+ "city": "Amagasaki",
+ "lat": [
+ 34.5333,
+ 34.9333
+ ],
+ "lon": [
+ 135.20000000000002,
+ 135.6
+ ]
+ },
+ {
+ "city": "Katsushika-ku",
+ "lat": [
+ 35.5333,
+ 35.9333
+ ],
+ "lon": [
+ 139.65,
+ 140.04999999999998
+ ]
+ },
+ {
+ "city": "Fujisawa",
+ "lat": [
+ 35.15,
+ 35.550000000000004
+ ],
+ "lon": [
+ 139.26670000000001,
+ 139.6667
+ ]
+ },
+ {
+ "city": "Machida",
+ "lat": [
+ 35.3542,
+ 35.754200000000004
+ ],
+ "lon": [
+ 139.2431,
+ 139.64309999999998
+ ]
+ },
+ {
+ "city": "Kashiwa",
+ "lat": [
+ 35.6676,
+ 36.067600000000006
+ ],
+ "lon": [
+ 139.7758,
+ 140.17579999999998
+ ]
+ },
+ {
+ "city": "Aomori",
+ "lat": [
+ 40.6228,
+ 41.022800000000004
+ ],
+ "lon": [
+ 140.54690000000002,
+ 140.9469
+ ]
+ },
+ {
+ "city": "Toyota",
+ "lat": [
+ 34.8824,
+ 35.2824
+ ],
+ "lon": [
+ 136.9563,
+ 137.35629999999998
+ ]
+ },
+ {
+ "city": "Takamatsu",
+ "lat": [
+ 34.15,
+ 34.550000000000004
+ ],
+ "lon": [
+ 133.85000000000002,
+ 134.25
+ ]
+ },
+ {
+ "city": "Shinagawa-ku",
+ "lat": [
+ 35.4,
+ 35.800000000000004
+ ],
+ "lon": [
+ 139.53330000000003,
+ 139.9333
+ ]
+ },
+ {
+ "city": "Toyama",
+ "lat": [
+ 36.4959,
+ 36.895900000000005
+ ],
+ "lon": [
+ 137.0137,
+ 137.41369999999998
+ ]
+ },
+ {
+ "city": "Nagasaki",
+ "lat": [
+ 32.5447,
+ 32.944700000000005
+ ],
+ "lon": [
+ 129.67360000000002,
+ 130.0736
+ ]
+ },
+ {
+ "city": "Gifu",
+ "lat": [
+ 35.2232,
+ 35.623200000000004
+ ],
+ "lon": [
+ 136.5608,
+ 136.96079999999998
+ ]
+ },
+ {
+ "city": "Toyonaka",
+ "lat": [
+ 34.583299999999994,
+ 34.9833
+ ],
+ "lon": [
+ 135.26670000000001,
+ 135.6667
+ ]
+ },
+ {
+ "city": "Miyazaki",
+ "lat": [
+ 31.707800000000002,
+ 32.107800000000005
+ ],
+ "lon": [
+ 131.2203,
+ 131.6203
+ ]
+ },
+ {
+ "city": "Hirakata",
+ "lat": [
+ 34.616699999999994,
+ 35.0167
+ ],
+ "lon": [
+ 135.45000000000002,
+ 135.85
+ ]
+ },
+ {
+ "city": "Yokosuka",
+ "lat": [
+ 34.8,
+ 35.2
+ ],
+ "lon": [
+ 15.8,
+ 16.2
+ ]
+ },
+ {
+ "city": "Okazaki",
+ "lat": [
+ 34.7543,
+ 35.154300000000006
+ ],
+ "lon": [
+ 136.9744,
+ 137.37439999999998
+ ]
+ },
+ {
+ "city": "Minamisuita",
+ "lat": [
+ 34.5594,
+ 34.9594
+ ],
+ "lon": [
+ 135.3169,
+ 135.71689999999998
+ ]
+ },
+ {
+ "city": "Ichinomiya",
+ "lat": [
+ 35.103899999999996,
+ 35.5039
+ ],
+ "lon": [
+ 136.6031,
+ 137.0031
+ ]
+ },
+ {
+ "city": "Takasaki",
+ "lat": [
+ 36.1219,
+ 36.5219
+ ],
+ "lon": [
+ 138.8033,
+ 139.20329999999998
+ ]
+ },
+ {
+ "city": "Toyohashi",
+ "lat": [
+ 34.569199999999995,
+ 34.9692
+ ],
+ "lon": [
+ 137.19150000000002,
+ 137.5915
+ ]
+ },
+ {
+ "city": "Nagano",
+ "lat": [
+ 36.4486,
+ 36.848600000000005
+ ],
+ "lon": [
+ 137.99470000000002,
+ 138.3947
+ ]
+ },
+ {
+ "city": "Kawagoe",
+ "lat": [
+ 35.7251,
+ 36.1251
+ ],
+ "lon": [
+ 139.28580000000002,
+ 139.6858
+ ]
+ },
+ {
+ "city": "Wakayama",
+ "lat": [
+ 34.0333,
+ 34.4333
+ ],
+ "lon": [
+ 134.9667,
+ 135.36669999999998
+ ]
+ },
+ {
+ "city": "Kita-ku",
+ "lat": [
+ 35.55,
+ 35.95
+ ],
+ "lon": [
+ 139.53330000000003,
+ 139.9333
+ ]
+ },
+ {
+ "city": "Nara",
+ "lat": [
+ 34.484399999999994,
+ 34.8844
+ ],
+ "lon": [
+ 135.60500000000002,
+ 136.005
+ ]
+ },
+ {
+ "city": "Shinjuku",
+ "lat": [
+ 35.5014,
+ 35.9014
+ ],
+ "lon": [
+ 139.5097,
+ 139.9097
+ ]
+ },
+ {
+ "city": "Takatsuki",
+ "lat": [
+ 34.6461,
+ 35.0461
+ ],
+ "lon": [
+ 135.41750000000002,
+ 135.8175
+ ]
+ },
+ {
+ "city": "Nakano",
+ "lat": [
+ 35.5074,
+ 35.9074
+ ],
+ "lon": [
+ 139.46380000000002,
+ 139.8638
+ ]
+ },
+ {
+ "city": "\u014ctsu",
+ "lat": [
+ 34.8167,
+ 35.2167
+ ],
+ "lon": [
+ 135.65,
+ 136.04999999999998
+ ]
+ },
+ {
+ "city": "Koshigaya",
+ "lat": [
+ 35.6911,
+ 36.091100000000004
+ ],
+ "lon": [
+ 139.5909,
+ 139.99089999999998
+ ]
+ },
+ {
+ "city": "Tokorozawa",
+ "lat": [
+ 35.599599999999995,
+ 35.9996
+ ],
+ "lon": [
+ 139.26860000000002,
+ 139.6686
+ ]
+ },
+ {
+ "city": "Iwaki",
+ "lat": [
+ 36.8505,
+ 37.2505
+ ],
+ "lon": [
+ 140.6877,
+ 141.08769999999998
+ ]
+ },
+ {
+ "city": "Maebashi",
+ "lat": [
+ 36.189499999999995,
+ 36.5895
+ ],
+ "lon": [
+ 138.8634,
+ 139.2634
+ ]
+ },
+ {
+ "city": "Asahikawa",
+ "lat": [
+ 43.5667,
+ 43.9667
+ ],
+ "lon": [
+ 142.16670000000002,
+ 142.5667
+ ]
+ },
+ {
+ "city": "Koriyama",
+ "lat": [
+ 37.200399999999995,
+ 37.6004
+ ],
+ "lon": [
+ 140.15970000000002,
+ 140.5597
+ ]
+ },
+ {
+ "city": "K\u014dchi",
+ "lat": [
+ 33.3589,
+ 33.758900000000004
+ ],
+ "lon": [
+ 133.3314,
+ 133.73139999999998
+ ]
+ },
+ {
+ "city": "Naha",
+ "lat": [
+ 26.0122,
+ 26.4122
+ ],
+ "lon": [
+ 127.47919999999999,
+ 127.8792
+ ]
+ },
+ {
+ "city": "Yokkaichi",
+ "lat": [
+ 34.765,
+ 35.165000000000006
+ ],
+ "lon": [
+ 136.42440000000002,
+ 136.8244
+ ]
+ },
+ {
+ "city": "Kasugai",
+ "lat": [
+ 35.0475,
+ 35.447500000000005
+ ],
+ "lon": [
+ 136.7722,
+ 137.17219999999998
+ ]
+ },
+ {
+ "city": "Akita",
+ "lat": [
+ 39.519999999999996,
+ 39.92
+ ],
+ "lon": [
+ 139.9026,
+ 140.30259999999998
+ ]
+ },
+ {
+ "city": "Kurume",
+ "lat": [
+ 33.1192,
+ 33.519200000000005
+ ],
+ "lon": [
+ 130.3083,
+ 130.70829999999998
+ ]
+ },
+ {
+ "city": "\u014cakashich\u014d",
+ "lat": [
+ 34.449999999999996,
+ 34.85
+ ],
+ "lon": [
+ 134.8,
+ 135.2
+ ]
+ },
+ {
+ "city": "Toshima",
+ "lat": [
+ 35.5333,
+ 35.9333
+ ],
+ "lon": [
+ 139.51670000000001,
+ 139.9167
+ ]
+ },
+ {
+ "city": "Morioka",
+ "lat": [
+ 39.5021,
+ 39.902100000000004
+ ],
+ "lon": [
+ 140.95450000000002,
+ 141.3545
+ ]
+ },
+ {
+ "city": "Meguro",
+ "lat": [
+ 35.433299999999996,
+ 35.8333
+ ],
+ "lon": [
+ 139.4833,
+ 139.8833
+ ]
+ },
+ {
+ "city": "Fukushima",
+ "lat": [
+ 37.5608,
+ 37.960800000000006
+ ],
+ "lon": [
+ 140.27470000000002,
+ 140.6747
+ ]
+ },
+ {
+ "city": "Ibaraki",
+ "lat": [
+ 34.6164,
+ 35.016400000000004
+ ],
+ "lon": [
+ 135.36860000000001,
+ 135.7686
+ ]
+ },
+ {
+ "city": "Tsu",
+ "lat": [
+ 34.5331,
+ 34.9331
+ ],
+ "lon": [
+ 136.3133,
+ 136.71329999999998
+ ]
+ },
+ {
+ "city": "Sumida",
+ "lat": [
+ 35.5,
+ 35.900000000000006
+ ],
+ "lon": [
+ 139.6167,
+ 140.0167
+ ]
+ },
+ {
+ "city": "Mito",
+ "lat": [
+ 36.1658,
+ 36.5658
+ ],
+ "lon": [
+ 140.27120000000002,
+ 140.6712
+ ]
+ },
+ {
+ "city": "Ichihara",
+ "lat": [
+ 35.2981,
+ 35.698100000000004
+ ],
+ "lon": [
+ 139.9154,
+ 140.31539999999998
+ ]
+ },
+ {
+ "city": "Nagaoka",
+ "lat": [
+ 37.246199999999995,
+ 37.6462
+ ],
+ "lon": [
+ 138.65120000000002,
+ 139.0512
+ ]
+ },
+ {
+ "city": "Yao",
+ "lat": [
+ 34.426899999999996,
+ 34.8269
+ ],
+ "lon": [
+ 135.401,
+ 135.801
+ ]
+ },
+ {
+ "city": "Fukui",
+ "lat": [
+ 35.8641,
+ 36.264100000000006
+ ],
+ "lon": [
+ 136.01960000000003,
+ 136.4196
+ ]
+ },
+ {
+ "city": "Fuch\u016b",
+ "lat": [
+ 35.4689,
+ 35.868900000000004
+ ],
+ "lon": [
+ 139.2776,
+ 139.67759999999998
+ ]
+ },
+ {
+ "city": "Minato",
+ "lat": [
+ 35.458099999999995,
+ 35.8581
+ ],
+ "lon": [
+ 139.5514,
+ 139.95139999999998
+ ]
+ },
+ {
+ "city": "Hiratsuka",
+ "lat": [
+ 35.116699999999994,
+ 35.5167
+ ],
+ "lon": [
+ 139.15,
+ 139.54999999999998
+ ]
+ },
+ {
+ "city": "Kakogawach\u014d-honmachi",
+ "lat": [
+ 34.55,
+ 34.95
+ ],
+ "lon": [
+ 134.63330000000002,
+ 135.0333
+ ]
+ },
+ {
+ "city": "Tokushima",
+ "lat": [
+ 33.866699999999994,
+ 34.2667
+ ],
+ "lon": [
+ 134.35000000000002,
+ 134.75
+ ]
+ },
+ {
+ "city": "Shinozaki",
+ "lat": [
+ 33.757799999999996,
+ 34.1578
+ ],
+ "lon": [
+ 130.7414,
+ 131.14139999999998
+ ]
+ },
+ {
+ "city": "Hakodate",
+ "lat": [
+ 41.568599999999996,
+ 41.9686
+ ],
+ "lon": [
+ 140.52890000000002,
+ 140.9289
+ ]
+ },
+ {
+ "city": "S\u014dka",
+ "lat": [
+ 35.6254,
+ 36.025400000000005
+ ],
+ "lon": [
+ 139.6053,
+ 140.00529999999998
+ ]
+ },
+ {
+ "city": "Yamagata",
+ "lat": [
+ 38.0554,
+ 38.455400000000004
+ ],
+ "lon": [
+ 140.1396,
+ 140.53959999999998
+ ]
+ },
+ {
+ "city": "Tsukuba-kenky\u016bgakuen-toshi",
+ "lat": [
+ 35.8835,
+ 36.283500000000004
+ ],
+ "lon": [
+ 139.87640000000002,
+ 140.2764
+ ]
+ },
+ {
+ "city": "Fuji",
+ "lat": [
+ 34.961299999999994,
+ 35.3613
+ ],
+ "lon": [
+ 138.4763,
+ 138.8763
+ ]
+ },
+ {
+ "city": "Sasebo",
+ "lat": [
+ 32.98,
+ 33.38
+ ],
+ "lon": [
+ 129.51500000000001,
+ 129.915
+ ]
+ },
+ {
+ "city": "Chigasaki",
+ "lat": [
+ 35.1333,
+ 35.533300000000004
+ ],
+ "lon": [
+ 139.20000000000002,
+ 139.6
+ ]
+ },
+ {
+ "city": "Bunky\u014d-ku",
+ "lat": [
+ 35.5167,
+ 35.916700000000006
+ ],
+ "lon": [
+ 139.55,
+ 139.95
+ ]
+ },
+ {
+ "city": "Yato",
+ "lat": [
+ 35.2833,
+ 35.6833
+ ],
+ "lon": [
+ 139.25,
+ 139.64999999999998
+ ]
+ },
+ {
+ "city": "Matsumoto",
+ "lat": [
+ 36.038,
+ 36.438
+ ],
+ "lon": [
+ 137.77200000000002,
+ 138.172
+ ]
+ },
+ {
+ "city": "Ch\u014dfugaoka",
+ "lat": [
+ 35.450599999999994,
+ 35.8506
+ ],
+ "lon": [
+ 139.3407,
+ 139.74069999999998
+ ]
+ },
+ {
+ "city": "Shibuya-ku",
+ "lat": [
+ 35.459399999999995,
+ 35.8594
+ ],
+ "lon": [
+ 139.50060000000002,
+ 139.9006
+ ]
+ },
+ {
+ "city": "Saga",
+ "lat": [
+ 33.063599999999994,
+ 33.4636
+ ],
+ "lon": [
+ 130.10080000000002,
+ 130.5008
+ ]
+ },
+ {
+ "city": "Yoshiich\u014d-shimobaru",
+ "lat": [
+ 32.98,
+ 33.38
+ ],
+ "lon": [
+ 129.51500000000001,
+ 129.915
+ ]
+ },
+ {
+ "city": "Kasukabe",
+ "lat": [
+ 35.775299999999994,
+ 36.1753
+ ],
+ "lon": [
+ 139.5523,
+ 139.95229999999998
+ ]
+ },
+ {
+ "city": "Neya",
+ "lat": [
+ 34.5667,
+ 34.9667
+ ],
+ "lon": [
+ 135.4333,
+ 135.83329999999998
+ ]
+ },
+ {
+ "city": "Ageoshimo",
+ "lat": [
+ 35.7774,
+ 36.177400000000006
+ ],
+ "lon": [
+ 139.3932,
+ 139.79319999999998
+ ]
+ },
+ {
+ "city": "\u014cta",
+ "lat": [
+ 36.0911,
+ 36.4911
+ ],
+ "lon": [
+ 139.17540000000002,
+ 139.5754
+ ]
+ },
+ {
+ "city": "Atsugich\u014d",
+ "lat": [
+ 35.2333,
+ 35.633300000000006
+ ],
+ "lon": [
+ 139.16670000000002,
+ 139.5667
+ ]
+ },
+ {
+ "city": "Hachinohe",
+ "lat": [
+ 40.3123,
+ 40.712300000000006
+ ],
+ "lon": [
+ 141.28840000000002,
+ 141.6884
+ ]
+ },
+ {
+ "city": "Takarazuka",
+ "lat": [
+ 34.611399999999996,
+ 35.0114
+ ],
+ "lon": [
+ 135.1406,
+ 135.54059999999998
+ ]
+ },
+ {
+ "city": "Arakawa",
+ "lat": [
+ 35.5333,
+ 35.9333
+ ],
+ "lon": [
+ 139.5833,
+ 139.98329999999999
+ ]
+ },
+ {
+ "city": "Isesaki",
+ "lat": [
+ 36.111399999999996,
+ 36.5114
+ ],
+ "lon": [
+ 138.9968,
+ 139.39679999999998
+ ]
+ },
+ {
+ "city": "Kure",
+ "lat": [
+ 34.0492,
+ 34.449200000000005
+ ],
+ "lon": [
+ 132.3658,
+ 132.76579999999998
+ ]
+ },
+ {
+ "city": "Nagareyama",
+ "lat": [
+ 35.656299999999995,
+ 36.0563
+ ],
+ "lon": [
+ 139.7029,
+ 140.10289999999998
+ ]
+ },
+ {
+ "city": "Tait\u014d",
+ "lat": [
+ 35.512499999999996,
+ 35.9125
+ ],
+ "lon": [
+ 139.58,
+ 139.98
+ ]
+ },
+ {
+ "city": "Nishit\u014dky\u014d",
+ "lat": [
+ 35.5256,
+ 35.9256
+ ],
+ "lon": [
+ 139.3383,
+ 139.73829999999998
+ ]
+ },
+ {
+ "city": "Matsue",
+ "lat": [
+ 35.2681,
+ 35.6681
+ ],
+ "lon": [
+ 132.8486,
+ 133.24859999999998
+ ]
+ },
+ {
+ "city": "Yachiyo",
+ "lat": [
+ 35.5224,
+ 35.9224
+ ],
+ "lon": [
+ 139.8999,
+ 140.29989999999998
+ ]
+ },
+ {
+ "city": "Higashi-Hiroshima",
+ "lat": [
+ 34.2264,
+ 34.626400000000004
+ ],
+ "lon": [
+ 132.54330000000002,
+ 132.9433
+ ]
+ },
+ {
+ "city": "Itami",
+ "lat": [
+ 34.583299999999994,
+ 34.9833
+ ],
+ "lon": [
+ 135.20000000000002,
+ 135.6
+ ]
+ },
+ {
+ "city": "Kodaira",
+ "lat": [
+ 35.528499999999994,
+ 35.9285
+ ],
+ "lon": [
+ 139.2774,
+ 139.67739999999998
+ ]
+ },
+ {
+ "city": "Suzuka",
+ "lat": [
+ 34.681999999999995,
+ 35.082
+ ],
+ "lon": [
+ 136.38420000000002,
+ 136.7842
+ ]
+ },
+ {
+ "city": "Kamirenjaku",
+ "lat": [
+ 35.483599999999996,
+ 35.8836
+ ],
+ "lon": [
+ 139.35950000000003,
+ 139.7595
+ ]
+ },
+ {
+ "city": "Kumagaya",
+ "lat": [
+ 35.947399999999995,
+ 36.3474
+ ],
+ "lon": [
+ 139.1886,
+ 139.58859999999999
+ ]
+ },
+ {
+ "city": "Yamaguchi",
+ "lat": [
+ 33.9781,
+ 34.3781
+ ],
+ "lon": [
+ 131.2739,
+ 131.67389999999997
+ ]
+ },
+ {
+ "city": "Hino",
+ "lat": [
+ 35.4713,
+ 35.871300000000005
+ ],
+ "lon": [
+ 139.19510000000002,
+ 139.5951
+ ]
+ },
+ {
+ "city": "Odawara",
+ "lat": [
+ 35.05,
+ 35.45
+ ],
+ "lon": [
+ 138.95000000000002,
+ 139.35
+ ]
+ },
+ {
+ "city": "Anj\u014dmachi",
+ "lat": [
+ 34.7587,
+ 35.1587
+ ],
+ "lon": [
+ 136.8803,
+ 137.28029999999998
+ ]
+ },
+ {
+ "city": "Kishiwada",
+ "lat": [
+ 34.2667,
+ 34.666700000000006
+ ],
+ "lon": [
+ 135.16670000000002,
+ 135.5667
+ ]
+ },
+ {
+ "city": "Numazu",
+ "lat": [
+ 34.895599999999995,
+ 35.2956
+ ],
+ "lon": [
+ 138.66340000000002,
+ 139.0634
+ ]
+ },
+ {
+ "city": "Tottori",
+ "lat": [
+ 35.3,
+ 35.7
+ ],
+ "lon": [
+ 134.03330000000003,
+ 134.4333
+ ]
+ },
+ {
+ "city": "J\u014detsu",
+ "lat": [
+ 36.9479,
+ 37.3479
+ ],
+ "lon": [
+ 138.0361,
+ 138.43609999999998
+ ]
+ },
+ {
+ "city": "K\u014dfu",
+ "lat": [
+ 35.4621,
+ 35.862100000000005
+ ],
+ "lon": [
+ 138.3682,
+ 138.76819999999998
+ ]
+ },
+ {
+ "city": "Izuo",
+ "lat": [
+ 34.2836,
+ 34.683600000000006
+ ],
+ "lon": [
+ 135.2236,
+ 135.62359999999998
+ ]
+ },
+ {
+ "city": "Toyokawa",
+ "lat": [
+ 34.626799999999996,
+ 35.0268
+ ],
+ "lon": [
+ 137.1759,
+ 137.5759
+ ]
+ },
+ {
+ "city": "Tachikawa",
+ "lat": [
+ 35.4942,
+ 35.894200000000005
+ ],
+ "lon": [
+ 139.21970000000002,
+ 139.6197
+ ]
+ },
+ {
+ "city": "Uji",
+ "lat": [
+ 34.6844,
+ 35.0844
+ ],
+ "lon": [
+ 135.5997,
+ 135.9997
+ ]
+ },
+ {
+ "city": "Narashino",
+ "lat": [
+ 35.480399999999996,
+ 35.8804
+ ],
+ "lon": [
+ 139.8265,
+ 140.2265
+ ]
+ },
+ {
+ "city": "Sakura",
+ "lat": [
+ 35.5167,
+ 35.916700000000006
+ ],
+ "lon": [
+ 140.01670000000001,
+ 140.4167
+ ]
+ },
+ {
+ "city": "Kamakurayama",
+ "lat": [
+ 35.119699999999995,
+ 35.5197
+ ],
+ "lon": [
+ 139.35250000000002,
+ 139.7525
+ ]
+ },
+ {
+ "city": "Hitachi",
+ "lat": [
+ 36.3991,
+ 36.7991
+ ],
+ "lon": [
+ 140.4515,
+ 140.8515
+ ]
+ },
+ {
+ "city": "Izumo",
+ "lat": [
+ 35.1669,
+ 35.566900000000004
+ ],
+ "lon": [
+ 132.55470000000003,
+ 132.9547
+ ]
+ },
+ {
+ "city": "Tomakomai",
+ "lat": [
+ 42.433299999999996,
+ 42.8333
+ ],
+ "lon": [
+ 141.4,
+ 141.79999999999998
+ ]
+ },
+ {
+ "city": "Urayasu",
+ "lat": [
+ 35.4539,
+ 35.8539
+ ],
+ "lon": [
+ 139.7022,
+ 140.10219999999998
+ ]
+ },
+ {
+ "city": "Ch\u016b\u014d-ku",
+ "lat": [
+ 35.466699999999996,
+ 35.8667
+ ],
+ "lon": [
+ 139.5667,
+ 139.96669999999997
+ ]
+ },
+ {
+ "city": "Nishio",
+ "lat": [
+ 34.629999999999995,
+ 35.03
+ ],
+ "lon": [
+ 136.86970000000002,
+ 137.2697
+ ]
+ },
+ {
+ "city": "Hirosaki",
+ "lat": [
+ 40.403099999999995,
+ 40.8031
+ ],
+ "lon": [
+ 140.2638,
+ 140.66379999999998
+ ]
+ },
+ {
+ "city": "Oyama",
+ "lat": [
+ 36.114599999999996,
+ 36.5146
+ ],
+ "lon": [
+ 139.6002,
+ 140.00019999999998
+ ]
+ },
+ {
+ "city": "Niiza",
+ "lat": [
+ 35.5935,
+ 35.993500000000004
+ ],
+ "lon": [
+ 139.36530000000002,
+ 139.7653
+ ]
+ },
+ {
+ "city": "Takaoka",
+ "lat": [
+ 36.5541,
+ 36.954100000000004
+ ],
+ "lon": [
+ 136.8257,
+ 137.2257
+ ]
+ },
+ {
+ "city": "Kushiro",
+ "lat": [
+ 42.7833,
+ 43.1833
+ ],
+ "lon": [
+ 144.1833,
+ 144.58329999999998
+ ]
+ },
+ {
+ "city": "Iwata",
+ "lat": [
+ 34.5179,
+ 34.9179
+ ],
+ "lon": [
+ 137.6515,
+ 138.05149999999998
+ ]
+ },
+ {
+ "city": "Obihiro",
+ "lat": [
+ 42.716699999999996,
+ 43.1167
+ ],
+ "lon": [
+ 143.0,
+ 143.39999999999998
+ ]
+ },
+ {
+ "city": "Hadano",
+ "lat": [
+ 35.1667,
+ 35.566700000000004
+ ],
+ "lon": [
+ 139.01670000000001,
+ 139.4167
+ ]
+ },
+ {
+ "city": "Ube",
+ "lat": [
+ 33.7517,
+ 34.151700000000005
+ ],
+ "lon": [
+ 131.04670000000002,
+ 131.4467
+ ]
+ },
+ {
+ "city": "Miyakonoj\u014d",
+ "lat": [
+ 31.5194,
+ 31.9194
+ ],
+ "lon": [
+ 130.8617,
+ 131.2617
+ ]
+ },
+ {
+ "city": "Matsuzaka",
+ "lat": [
+ 34.3779,
+ 34.7779
+ ],
+ "lon": [
+ 136.32760000000002,
+ 136.7276
+ ]
+ },
+ {
+ "city": "\u014cgaki",
+ "lat": [
+ 35.1594,
+ 35.559400000000004
+ ],
+ "lon": [
+ 136.4129,
+ 136.81289999999998
+ ]
+ },
+ {
+ "city": "Daiwanishi",
+ "lat": [
+ 34.6892,
+ 35.089200000000005
+ ],
+ "lon": [
+ 135.2167,
+ 135.61669999999998
+ ]
+ },
+ {
+ "city": "Hitachi-Naka",
+ "lat": [
+ 36.1967,
+ 36.596700000000006
+ ],
+ "lon": [
+ 140.3347,
+ 140.73469999999998
+ ]
+ },
+ {
+ "city": "Noda",
+ "lat": [
+ 35.75,
+ 36.150000000000006
+ ],
+ "lon": [
+ 139.66670000000002,
+ 140.0667
+ ]
+ },
+ {
+ "city": "Tochigi",
+ "lat": [
+ 36.1813,
+ 36.581300000000006
+ ],
+ "lon": [
+ 139.5303,
+ 139.9303
+ ]
+ },
+ {
+ "city": "Kariya",
+ "lat": [
+ 34.7893,
+ 35.1893
+ ],
+ "lon": [
+ 136.80210000000002,
+ 137.2021
+ ]
+ },
+ {
+ "city": "Ueda",
+ "lat": [
+ 36.201899999999995,
+ 36.6019
+ ],
+ "lon": [
+ 138.0491,
+ 138.4491
+ ]
+ },
+ {
+ "city": "Imabari",
+ "lat": [
+ 33.866699999999994,
+ 34.2667
+ ],
+ "lon": [
+ 132.8,
+ 133.2
+ ]
+ },
+ {
+ "city": "Kawashiri",
+ "lat": [
+ 34.6333,
+ 35.033300000000004
+ ],
+ "lon": [
+ 135.2167,
+ 135.61669999999998
+ ]
+ },
+ {
+ "city": "Higashimurayama",
+ "lat": [
+ 35.5546,
+ 35.954600000000006
+ ],
+ "lon": [
+ 139.26850000000002,
+ 139.6685
+ ]
+ },
+ {
+ "city": "Kukich\u016b\u014d",
+ "lat": [
+ 35.8621,
+ 36.262100000000004
+ ],
+ "lon": [
+ 139.4668,
+ 139.86679999999998
+ ]
+ },
+ {
+ "city": "Musashino",
+ "lat": [
+ 35.5177,
+ 35.9177
+ ],
+ "lon": [
+ 139.36610000000002,
+ 139.7661
+ ]
+ },
+ {
+ "city": "Sayama",
+ "lat": [
+ 35.653,
+ 36.053000000000004
+ ],
+ "lon": [
+ 139.21220000000002,
+ 139.6122
+ ]
+ },
+ {
+ "city": "Komaki",
+ "lat": [
+ 35.090999999999994,
+ 35.491
+ ],
+ "lon": [
+ 136.71210000000002,
+ 137.1121
+ ]
+ },
+ {
+ "city": "Tama",
+ "lat": [
+ 35.436899999999994,
+ 35.8369
+ ],
+ "lon": [
+ 139.24630000000002,
+ 139.6463
+ ]
+ },
+ {
+ "city": "Yonago",
+ "lat": [
+ 35.2333,
+ 35.633300000000006
+ ],
+ "lon": [
+ 133.13330000000002,
+ 133.5333
+ ]
+ },
+ {
+ "city": "Iruma",
+ "lat": [
+ 35.635799999999996,
+ 36.0358
+ ],
+ "lon": [
+ 139.1911,
+ 139.59109999999998
+ ]
+ },
+ {
+ "city": "Fujita",
+ "lat": [
+ 34.6674,
+ 35.067400000000006
+ ],
+ "lon": [
+ 138.0577,
+ 138.4577
+ ]
+ },
+ {
+ "city": "Asaka",
+ "lat": [
+ 35.597199999999994,
+ 35.9972
+ ],
+ "lon": [
+ 139.3939,
+ 139.79389999999998
+ ]
+ },
+ {
+ "city": "Kakamigahara",
+ "lat": [
+ 35.1988,
+ 35.598800000000004
+ ],
+ "lon": [
+ 136.6484,
+ 137.0484
+ ]
+ },
+ {
+ "city": "Ashikaga",
+ "lat": [
+ 36.1402,
+ 36.540200000000006
+ ],
+ "lon": [
+ 139.24970000000002,
+ 139.6497
+ ]
+ },
+ {
+ "city": "Toda",
+ "lat": [
+ 35.617599999999996,
+ 36.0176
+ ],
+ "lon": [
+ 139.4779,
+ 139.87789999999998
+ ]
+ },
+ {
+ "city": "Tsuchiura",
+ "lat": [
+ 35.866699999999994,
+ 36.2667
+ ],
+ "lon": [
+ 140.0,
+ 140.39999999999998
+ ]
+ },
+ {
+ "city": "Okinawa",
+ "lat": [
+ 26.1342,
+ 26.5342
+ ],
+ "lon": [
+ 127.6056,
+ 128.0056
+ ]
+ },
+ {
+ "city": "Misato",
+ "lat": [
+ 35.6301,
+ 36.030100000000004
+ ],
+ "lon": [
+ 139.6723,
+ 140.07229999999998
+ ]
+ },
+ {
+ "city": "Moriguchi",
+ "lat": [
+ 34.537499999999994,
+ 34.9375
+ ],
+ "lon": [
+ 135.3642,
+ 135.7642
+ ]
+ },
+ {
+ "city": "Fukayach\u014d",
+ "lat": [
+ 35.997499999999995,
+ 36.3975
+ ],
+ "lon": [
+ 139.0815,
+ 139.48149999999998
+ ]
+ },
+ {
+ "city": "Kusatsu",
+ "lat": [
+ 34.8167,
+ 35.2167
+ ],
+ "lon": [
+ 135.76670000000001,
+ 136.1667
+ ]
+ },
+ {
+ "city": "Min\u014d",
+ "lat": [
+ 34.6269,
+ 35.026900000000005
+ ],
+ "lon": [
+ 135.2706,
+ 135.67059999999998
+ ]
+ },
+ {
+ "city": "Ishizaki",
+ "lat": [
+ 38.2176,
+ 38.6176
+ ],
+ "lon": [
+ 141.1027,
+ 141.50269999999998
+ ]
+ },
+ {
+ "city": "Kuwana",
+ "lat": [
+ 34.866699999999994,
+ 35.2667
+ ],
+ "lon": [
+ 136.4833,
+ 136.8833
+ ]
+ },
+ {
+ "city": "Koga",
+ "lat": [
+ 35.978199999999994,
+ 36.3782
+ ],
+ "lon": [
+ 139.55540000000002,
+ 139.9554
+ ]
+ },
+ {
+ "city": "Sh\u016bnan",
+ "lat": [
+ 33.855,
+ 34.255
+ ],
+ "lon": [
+ 131.6061,
+ 132.00609999999998
+ ]
+ },
+ {
+ "city": "Minoo",
+ "lat": [
+ 34.6269,
+ 35.026900000000005
+ ],
+ "lon": [
+ 135.27040000000002,
+ 135.6704
+ ]
+ },
+ {
+ "city": "Yaizu",
+ "lat": [
+ 34.6669,
+ 35.066900000000004
+ ],
+ "lon": [
+ 138.12470000000002,
+ 138.5247
+ ]
+ },
+ {
+ "city": "Kisarazu",
+ "lat": [
+ 35.175999999999995,
+ 35.576
+ ],
+ "lon": [
+ 139.7168,
+ 140.11679999999998
+ ]
+ },
+ {
+ "city": "Ebina",
+ "lat": [
+ 35.246399999999994,
+ 35.6464
+ ],
+ "lon": [
+ 139.19080000000002,
+ 139.5908
+ ]
+ },
+ {
+ "city": "Inazawa",
+ "lat": [
+ 35.064699999999995,
+ 35.4647
+ ],
+ "lon": [
+ 136.5969,
+ 136.99689999999998
+ ]
+ },
+ {
+ "city": "\u014cme",
+ "lat": [
+ 35.587999999999994,
+ 35.988
+ ],
+ "lon": [
+ 139.07580000000002,
+ 139.4758
+ ]
+ },
+ {
+ "city": "Isahaya",
+ "lat": [
+ 32.643299999999996,
+ 33.0433
+ ],
+ "lon": [
+ 129.8531,
+ 130.2531
+ ]
+ },
+ {
+ "city": "Zama",
+ "lat": [
+ 35.2833,
+ 35.6833
+ ],
+ "lon": [
+ 139.20000000000002,
+ 139.6
+ ]
+ },
+ {
+ "city": "Narita",
+ "lat": [
+ 35.576699999999995,
+ 35.9767
+ ],
+ "lon": [
+ 140.1183,
+ 140.51829999999998
+ ]
+ },
+ {
+ "city": "Abiko",
+ "lat": [
+ 35.6667,
+ 36.066700000000004
+ ],
+ "lon": [
+ 139.8333,
+ 140.23329999999999
+ ]
+ },
+ {
+ "city": "Onomichi",
+ "lat": [
+ 34.216699999999996,
+ 34.6167
+ ],
+ "lon": [
+ 133.0,
+ 133.39999999999998
+ ]
+ },
+ {
+ "city": "Kokubunji",
+ "lat": [
+ 35.5109,
+ 35.910900000000005
+ ],
+ "lon": [
+ 139.2622,
+ 139.66219999999998
+ ]
+ },
+ {
+ "city": "\u014csaki",
+ "lat": [
+ 38.3771,
+ 38.777100000000004
+ ],
+ "lon": [
+ 140.75560000000002,
+ 141.1556
+ ]
+ },
+ {
+ "city": "Iwakuni",
+ "lat": [
+ 33.9664,
+ 34.366400000000006
+ ],
+ "lon": [
+ 132.0189,
+ 132.41889999999998
+ ]
+ },
+ {
+ "city": "Seto",
+ "lat": [
+ 35.023599999999995,
+ 35.4236
+ ],
+ "lon": [
+ 136.88420000000002,
+ 137.2842
+ ]
+ },
+ {
+ "city": "\u014cmiyach\u014d",
+ "lat": [
+ 35.022099999999995,
+ 35.4221
+ ],
+ "lon": [
+ 138.4216,
+ 138.8216
+ ]
+ },
+ {
+ "city": "Koganei",
+ "lat": [
+ 35.4995,
+ 35.8995
+ ],
+ "lon": [
+ 139.303,
+ 139.70299999999997
+ ]
+ },
+ {
+ "city": "Iizuka",
+ "lat": [
+ 33.4467,
+ 33.846700000000006
+ ],
+ "lon": [
+ 130.49110000000002,
+ 130.8911
+ ]
+ },
+ {
+ "city": "Kirishima",
+ "lat": [
+ 31.5411,
+ 31.9411
+ ],
+ "lon": [
+ 130.5633,
+ 130.96329999999998
+ ]
+ },
+ {
+ "city": "Ise",
+ "lat": [
+ 34.2833,
+ 34.6833
+ ],
+ "lon": [
+ 136.51670000000001,
+ 136.9167
+ ]
+ },
+ {
+ "city": "Uruma",
+ "lat": [
+ 26.1792,
+ 26.5792
+ ],
+ "lon": [
+ 127.6575,
+ 128.0575
+ ]
+ },
+ {
+ "city": "Kashiwara",
+ "lat": [
+ 34.3094,
+ 34.7094
+ ],
+ "lon": [
+ 135.60920000000002,
+ 136.0092
+ ]
+ },
+ {
+ "city": "Tsuruoka",
+ "lat": [
+ 38.5272,
+ 38.927200000000006
+ ],
+ "lon": [
+ 139.6267,
+ 140.02669999999998
+ ]
+ },
+ {
+ "city": "Honmachi",
+ "lat": [
+ 32.3075,
+ 32.7075
+ ],
+ "lon": [
+ 130.4017,
+ 130.80169999999998
+ ]
+ },
+ {
+ "city": "Ebetsu",
+ "lat": [
+ 42.9,
+ 43.300000000000004
+ ],
+ "lon": [
+ 141.3333,
+ 141.73329999999999
+ ]
+ },
+ {
+ "city": "Dait\u014dch\u014d",
+ "lat": [
+ 34.5167,
+ 34.916700000000006
+ ],
+ "lon": [
+ 135.41670000000002,
+ 135.8167
+ ]
+ },
+ {
+ "city": "Kadoma",
+ "lat": [
+ 34.5333,
+ 34.9333
+ ],
+ "lon": [
+ 135.38330000000002,
+ 135.7833
+ ]
+ },
+ {
+ "city": "Aizuwakamatsu",
+ "lat": [
+ 37.294799999999995,
+ 37.6948
+ ],
+ "lon": [
+ 139.7298,
+ 140.1298
+ ]
+ },
+ {
+ "city": "Matsubara",
+ "lat": [
+ 34.3833,
+ 34.783300000000004
+ ],
+ "lon": [
+ 135.35000000000002,
+ 135.75
+ ]
+ },
+ {
+ "city": "Nobeoka",
+ "lat": [
+ 32.3822,
+ 32.7822
+ ],
+ "lon": [
+ 131.465,
+ 131.86499999999998
+ ]
+ },
+ {
+ "city": "Handa",
+ "lat": [
+ 34.6919,
+ 35.0919
+ ],
+ "lon": [
+ 136.7381,
+ 137.13809999999998
+ ]
+ },
+ {
+ "city": "K\u014dnosu",
+ "lat": [
+ 35.865899999999996,
+ 36.2659
+ ],
+ "lon": [
+ 139.3222,
+ 139.7222
+ ]
+ },
+ {
+ "city": "Ikoma",
+ "lat": [
+ 34.5,
+ 34.900000000000006
+ ],
+ "lon": [
+ 135.5,
+ 135.89999999999998
+ ]
+ },
+ {
+ "city": "Honch\u014d",
+ "lat": [
+ 35.558,
+ 35.958000000000006
+ ],
+ "lon": [
+ 139.3299,
+ 139.7299
+ ]
+ },
+ {
+ "city": "Karatsu",
+ "lat": [
+ 33.25,
+ 33.650000000000006
+ ],
+ "lon": [
+ 129.7683,
+ 130.1683
+ ]
+ },
+ {
+ "city": "Nagahama",
+ "lat": [
+ 35.183299999999996,
+ 35.5833
+ ],
+ "lon": [
+ 136.0833,
+ 136.48329999999999
+ ]
+ },
+ {
+ "city": "Beppu",
+ "lat": [
+ 33.0847,
+ 33.484700000000004
+ ],
+ "lon": [
+ 131.2914,
+ 131.6914
+ ]
+ },
+ {
+ "city": "Urasoe",
+ "lat": [
+ 26.0458,
+ 26.4458
+ ],
+ "lon": [
+ 127.5219,
+ 127.92190000000001
+ ]
+ },
+ {
+ "city": "Nasushiobara",
+ "lat": [
+ 36.7617,
+ 37.1617
+ ],
+ "lon": [
+ 139.8461,
+ 140.24609999999998
+ ]
+ },
+ {
+ "city": "K\u014dench\u014d",
+ "lat": [
+ 43.6031,
+ 44.0031
+ ],
+ "lon": [
+ 143.6947,
+ 144.0947
+ ]
+ },
+ {
+ "city": "Niihama",
+ "lat": [
+ 33.7667,
+ 34.166700000000006
+ ],
+ "lon": [
+ 133.0833,
+ 133.48329999999999
+ ]
+ },
+ {
+ "city": "H\u014dfu",
+ "lat": [
+ 33.8514,
+ 34.251400000000004
+ ],
+ "lon": [
+ 131.3625,
+ 131.7625
+ ]
+ },
+ {
+ "city": "Sano",
+ "lat": [
+ 36.1145,
+ 36.514500000000005
+ ],
+ "lon": [
+ 139.37830000000002,
+ 139.7783
+ ]
+ },
+ {
+ "city": "Hatsukaichi",
+ "lat": [
+ 34.1483,
+ 34.548300000000005
+ ],
+ "lon": [
+ 132.13170000000002,
+ 132.5317
+ ]
+ },
+ {
+ "city": "Kakegawa",
+ "lat": [
+ 34.5687,
+ 34.968700000000005
+ ],
+ "lon": [
+ 137.79840000000002,
+ 138.1984
+ ]
+ },
+ {
+ "city": "Fujimino",
+ "lat": [
+ 35.6795,
+ 36.0795
+ ],
+ "lon": [
+ 139.31980000000001,
+ 139.7198
+ ]
+ },
+ {
+ "city": "Hikone",
+ "lat": [
+ 35.0667,
+ 35.4667
+ ],
+ "lon": [
+ 136.0667,
+ 136.46669999999997
+ ]
+ },
+ {
+ "city": "T\u014dkai",
+ "lat": [
+ 34.8231,
+ 35.2231
+ ],
+ "lon": [
+ 136.7022,
+ 137.10219999999998
+ ]
+ },
+ {
+ "city": "Kazo",
+ "lat": [
+ 35.9314,
+ 36.3314
+ ],
+ "lon": [
+ 139.4018,
+ 139.8018
+ ]
+ },
+ {
+ "city": "\u014csh\u016b",
+ "lat": [
+ 38.9445,
+ 39.344500000000004
+ ],
+ "lon": [
+ 140.93910000000002,
+ 141.3391
+ ]
+ },
+ {
+ "city": "Higashi\u014dmi",
+ "lat": [
+ 34.9167,
+ 35.316700000000004
+ ],
+ "lon": [
+ 136.0,
+ 136.39999999999998
+ ]
+ },
+ {
+ "city": "Otaru",
+ "lat": [
+ 42.9833,
+ 43.383300000000006
+ ],
+ "lon": [
+ 140.8,
+ 141.2
+ ]
+ },
+ {
+ "city": "Akishima",
+ "lat": [
+ 35.5057,
+ 35.9057
+ ],
+ "lon": [
+ 139.1535,
+ 139.55349999999999
+ ]
+ },
+ {
+ "city": "Fujimi",
+ "lat": [
+ 35.6566,
+ 36.0566
+ ],
+ "lon": [
+ 139.34920000000002,
+ 139.7492
+ ]
+ },
+ {
+ "city": "Ichinoseki",
+ "lat": [
+ 38.7347,
+ 39.1347
+ ],
+ "lon": [
+ 140.9266,
+ 141.32659999999998
+ ]
+ },
+ {
+ "city": "Kasuga",
+ "lat": [
+ 33.3328,
+ 33.732800000000005
+ ],
+ "lon": [
+ 130.27030000000002,
+ 130.6703
+ ]
+ },
+ {
+ "city": "Shirayamamachi",
+ "lat": [
+ 36.316599999999994,
+ 36.7166
+ ],
+ "lon": [
+ 136.3656,
+ 136.76559999999998
+ ]
+ },
+ {
+ "city": "Kamagaya",
+ "lat": [
+ 35.5768,
+ 35.976800000000004
+ ],
+ "lon": [
+ 139.8008,
+ 140.2008
+ ]
+ },
+ {
+ "city": "Sandach\u014d",
+ "lat": [
+ 34.683299999999996,
+ 35.0833
+ ],
+ "lon": [
+ 135.03330000000003,
+ 135.4333
+ ]
+ },
+ {
+ "city": "Marugame",
+ "lat": [
+ 34.083299999999994,
+ 34.4833
+ ],
+ "lon": [
+ 133.60000000000002,
+ 134.0
+ ]
+ },
+ {
+ "city": "Tondabayashich\u014d",
+ "lat": [
+ 34.3,
+ 34.7
+ ],
+ "lon": [
+ 135.4,
+ 135.79999999999998
+ ]
+ },
+ {
+ "city": "Komatsu",
+ "lat": [
+ 36.208299999999994,
+ 36.6083
+ ],
+ "lon": [
+ 136.24550000000002,
+ 136.6455
+ ]
+ },
+ {
+ "city": "Habikino",
+ "lat": [
+ 34.349999999999994,
+ 34.75
+ ],
+ "lon": [
+ 135.4,
+ 135.79999999999998
+ ]
+ },
+ {
+ "city": "Mineshita",
+ "lat": [
+ 34.918499999999995,
+ 35.3185
+ ],
+ "lon": [
+ 138.7186,
+ 139.1186
+ ]
+ },
+ {
+ "city": "Tajimi",
+ "lat": [
+ 35.132799999999996,
+ 35.5328
+ ],
+ "lon": [
+ 136.9316,
+ 137.33159999999998
+ ]
+ },
+ {
+ "city": "\u014cmuta",
+ "lat": [
+ 32.830299999999994,
+ 33.2303
+ ],
+ "lon": [
+ 130.2458,
+ 130.64579999999998
+ ]
+ },
+ {
+ "city": "Saij\u014d",
+ "lat": [
+ 33.716699999999996,
+ 34.1167
+ ],
+ "lon": [
+ 132.9833,
+ 133.3833
+ ]
+ },
+ {
+ "city": "Kiry\u016b",
+ "lat": [
+ 36.2052,
+ 36.6052
+ ],
+ "lon": [
+ 139.2973,
+ 139.69729999999998
+ ]
+ },
+ {
+ "city": "Ikeda",
+ "lat": [
+ 34.6217,
+ 35.0217
+ ],
+ "lon": [
+ 135.2286,
+ 135.62859999999998
+ ]
+ },
+ {
+ "city": "Toride",
+ "lat": [
+ 35.711499999999994,
+ 36.1115
+ ],
+ "lon": [
+ 139.8504,
+ 140.25039999999998
+ ]
+ },
+ {
+ "city": "Chikushino",
+ "lat": [
+ 33.287499999999994,
+ 33.6875
+ ],
+ "lon": [
+ 130.32580000000002,
+ 130.7258
+ ]
+ },
+ {
+ "city": "Inzai",
+ "lat": [
+ 35.6333,
+ 36.033300000000004
+ ],
+ "lon": [
+ 139.95000000000002,
+ 140.35
+ ]
+ },
+ {
+ "city": "\u014cnoj\u014d",
+ "lat": [
+ 33.3364,
+ 33.7364
+ ],
+ "lon": [
+ 130.2786,
+ 130.6786
+ ]
+ },
+ {
+ "city": "H\u014dyach\u014d",
+ "lat": [
+ 35.5483,
+ 35.9483
+ ],
+ "lon": [
+ 139.3675,
+ 139.76749999999998
+ ]
+ },
+ {
+ "city": "Isehara",
+ "lat": [
+ 35.183299999999996,
+ 35.5833
+ ],
+ "lon": [
+ 139.10000000000002,
+ 139.5
+ ]
+ },
+ {
+ "city": "Shibuya",
+ "lat": [
+ 35.453599999999994,
+ 35.8536
+ ],
+ "lon": [
+ 139.50920000000002,
+ 139.9092
+ ]
+ },
+ {
+ "city": "Sakado",
+ "lat": [
+ 35.757299999999994,
+ 36.1573
+ ],
+ "lon": [
+ 139.203,
+ 139.60299999999998
+ ]
+ },
+ {
+ "city": "Kawachinagano",
+ "lat": [
+ 34.2667,
+ 34.666700000000006
+ ],
+ "lon": [
+ 135.3667,
+ 135.7667
+ ]
+ },
+ {
+ "city": "Kani",
+ "lat": [
+ 35.226099999999995,
+ 35.6261
+ ],
+ "lon": [
+ 136.8613,
+ 137.26129999999998
+ ]
+ },
+ {
+ "city": "\u014cmura",
+ "lat": [
+ 32.699999999999996,
+ 33.1
+ ],
+ "lon": [
+ 129.75830000000002,
+ 130.1583
+ ]
+ },
+ {
+ "city": "Izumisano",
+ "lat": [
+ 34.199999999999996,
+ 34.6
+ ],
+ "lon": [
+ 135.13330000000002,
+ 135.5333
+ ]
+ },
+ {
+ "city": "Ginowan",
+ "lat": [
+ 26.0817,
+ 26.4817
+ ],
+ "lon": [
+ 127.5783,
+ 127.9783
+ ]
+ },
+ {
+ "city": "Sakata",
+ "lat": [
+ 38.714499999999994,
+ 39.1145
+ ],
+ "lon": [
+ 139.6364,
+ 140.0364
+ ]
+ },
+ {
+ "city": "Itoshima",
+ "lat": [
+ 33.353899999999996,
+ 33.7539
+ ],
+ "lon": [
+ 129.9978,
+ 130.3978
+ ]
+ },
+ {
+ "city": "Chikusei",
+ "lat": [
+ 36.107099999999996,
+ 36.5071
+ ],
+ "lon": [
+ 139.78310000000002,
+ 140.1831
+ ]
+ },
+ {
+ "city": "Kanoya",
+ "lat": [
+ 31.1783,
+ 31.5783
+ ],
+ "lon": [
+ 130.65220000000002,
+ 131.0522
+ ]
+ },
+ {
+ "city": "Saku",
+ "lat": [
+ 36.0488,
+ 36.448800000000006
+ ],
+ "lon": [
+ 138.2769,
+ 138.6769
+ ]
+ },
+ {
+ "city": "Chitose",
+ "lat": [
+ 42.616699999999994,
+ 43.0167
+ ],
+ "lon": [
+ 141.45000000000002,
+ 141.85
+ ]
+ },
+ {
+ "city": "Tsuyama",
+ "lat": [
+ 34.8692,
+ 35.269200000000005
+ ],
+ "lon": [
+ 133.80440000000002,
+ 134.2044
+ ]
+ },
+ {
+ "city": "K\u014dnan",
+ "lat": [
+ 35.132099999999994,
+ 35.5321
+ ],
+ "lon": [
+ 136.6707,
+ 137.0707
+ ]
+ },
+ {
+ "city": "Munakata",
+ "lat": [
+ 33.605599999999995,
+ 34.0056
+ ],
+ "lon": [
+ 130.3408,
+ 130.74079999999998
+ ]
+ },
+ {
+ "city": "Iida",
+ "lat": [
+ 35.315,
+ 35.715
+ ],
+ "lon": [
+ 137.62140000000002,
+ 138.0214
+ ]
+ },
+ {
+ "city": "Kamisu",
+ "lat": [
+ 35.689899999999994,
+ 36.0899
+ ],
+ "lon": [
+ 140.46450000000002,
+ 140.8645
+ ]
+ },
+ {
+ "city": "Shimada",
+ "lat": [
+ 34.6363,
+ 35.036300000000004
+ ],
+ "lon": [
+ 137.9927,
+ 138.3927
+ ]
+ },
+ {
+ "city": "Hanamaki Onsen",
+ "lat": [
+ 39.188599999999994,
+ 39.5886
+ ],
+ "lon": [
+ 140.9169,
+ 141.31689999999998
+ ]
+ },
+ {
+ "city": "Kanuma",
+ "lat": [
+ 36.3671,
+ 36.767100000000006
+ ],
+ "lon": [
+ 139.54510000000002,
+ 139.9451
+ ]
+ },
+ {
+ "city": "Shibata",
+ "lat": [
+ 37.747899999999994,
+ 38.1479
+ ],
+ "lon": [
+ 139.12730000000002,
+ 139.5273
+ ]
+ },
+ {
+ "city": "Ashiya",
+ "lat": [
+ 34.5278,
+ 34.927800000000005
+ ],
+ "lon": [
+ 135.10330000000002,
+ 135.5033
+ ]
+ },
+ {
+ "city": "Azumino",
+ "lat": [
+ 36.103899999999996,
+ 36.5039
+ ],
+ "lon": [
+ 137.7058,
+ 138.1058
+ ]
+ },
+ {
+ "city": "Sanj\u014d",
+ "lat": [
+ 37.4368,
+ 37.836800000000004
+ ],
+ "lon": [
+ 138.76170000000002,
+ 139.1617
+ ]
+ },
+ {
+ "city": "Inagi",
+ "lat": [
+ 35.4379,
+ 35.837900000000005
+ ],
+ "lon": [
+ 139.30460000000002,
+ 139.7046
+ ]
+ },
+ {
+ "city": "Yashio",
+ "lat": [
+ 35.622499999999995,
+ 36.0225
+ ],
+ "lon": [
+ 139.63920000000002,
+ 140.0392
+ ]
+ },
+ {
+ "city": "Yotsukaid\u014d",
+ "lat": [
+ 35.4698,
+ 35.869800000000005
+ ],
+ "lon": [
+ 139.96790000000001,
+ 140.3679
+ ]
+ },
+ {
+ "city": "Nisshin",
+ "lat": [
+ 34.931999999999995,
+ 35.332
+ ],
+ "lon": [
+ 136.8394,
+ 137.2394
+ ]
+ },
+ {
+ "city": "Kitakami",
+ "lat": [
+ 39.0867,
+ 39.486700000000006
+ ],
+ "lon": [
+ 140.91320000000002,
+ 141.3132
+ ]
+ },
+ {
+ "city": "\u014cbu",
+ "lat": [
+ 34.811699999999995,
+ 35.2117
+ ],
+ "lon": [
+ 136.7637,
+ 137.16369999999998
+ ]
+ },
+ {
+ "city": "Satsumasendai",
+ "lat": [
+ 31.613300000000002,
+ 32.0133
+ ],
+ "lon": [
+ 130.1039,
+ 130.5039
+ ]
+ },
+ {
+ "city": "Higashi-Matsuyama",
+ "lat": [
+ 35.8422,
+ 36.242200000000004
+ ],
+ "lon": [
+ 139.1999,
+ 139.5999
+ ]
+ },
+ {
+ "city": "Yoshiwara",
+ "lat": [
+ 34.9633,
+ 35.3633
+ ],
+ "lon": [
+ 138.4866,
+ 138.8866
+ ]
+ },
+ {
+ "city": "Imizuch\u014d",
+ "lat": [
+ 36.5306,
+ 36.930600000000005
+ ],
+ "lon": [
+ 136.87560000000002,
+ 137.2756
+ ]
+ },
+ {
+ "city": "Mihara",
+ "lat": [
+ 34.1975,
+ 34.597500000000004
+ ],
+ "lon": [
+ 132.8786,
+ 133.27859999999998
+ ]
+ },
+ {
+ "city": "K\u014dka",
+ "lat": [
+ 34.7667,
+ 35.166700000000006
+ ],
+ "lon": [
+ 135.9667,
+ 136.36669999999998
+ ]
+ },
+ {
+ "city": "Mobara",
+ "lat": [
+ 35.2285,
+ 35.6285
+ ],
+ "lon": [
+ 140.0881,
+ 140.48809999999997
+ ]
+ },
+ {
+ "city": "Sakai",
+ "lat": [
+ 35.966899999999995,
+ 36.3669
+ ],
+ "lon": [
+ 136.03140000000002,
+ 136.4314
+ ]
+ },
+ {
+ "city": "Ama",
+ "lat": [
+ 35.0004,
+ 35.400400000000005
+ ],
+ "lon": [
+ 136.5832,
+ 136.98319999999998
+ ]
+ },
+ {
+ "city": "Takasagoch\u014d-takasemachi",
+ "lat": [
+ 34.5667,
+ 34.9667
+ ],
+ "lon": [
+ 134.5833,
+ 134.98329999999999
+ ]
+ },
+ {
+ "city": "Fukuroi",
+ "lat": [
+ 34.5502,
+ 34.9502
+ ],
+ "lon": [
+ 137.7247,
+ 138.1247
+ ]
+ },
+ {
+ "city": "Hamakita",
+ "lat": [
+ 34.5931,
+ 34.993100000000005
+ ],
+ "lon": [
+ 137.59,
+ 137.98999999999998
+ ]
+ },
+ {
+ "city": "Gotenba",
+ "lat": [
+ 35.1087,
+ 35.508700000000005
+ ],
+ "lon": [
+ 138.7346,
+ 139.13459999999998
+ ]
+ },
+ {
+ "city": "Settsu",
+ "lat": [
+ 34.5772,
+ 34.9772
+ ],
+ "lon": [
+ 135.3622,
+ 135.76219999999998
+ ]
+ },
+ {
+ "city": "Kitanagoya",
+ "lat": [
+ 35.0456,
+ 35.445600000000006
+ ],
+ "lon": [
+ 136.66590000000002,
+ 137.0659
+ ]
+ },
+ {
+ "city": "Kameoka",
+ "lat": [
+ 34.8167,
+ 35.2167
+ ],
+ "lon": [
+ 135.3667,
+ 135.7667
+ ]
+ },
+ {
+ "city": "Iga",
+ "lat": [
+ 34.5667,
+ 34.9667
+ ],
+ "lon": [
+ 135.9333,
+ 136.33329999999998
+ ]
+ },
+ {
+ "city": "Sekimachi",
+ "lat": [
+ 35.2958,
+ 35.695800000000006
+ ],
+ "lon": [
+ 136.71800000000002,
+ 137.118
+ ]
+ },
+ {
+ "city": "Takayama",
+ "lat": [
+ 35.946,
+ 36.346000000000004
+ ],
+ "lon": [
+ 137.0522,
+ 137.45219999999998
+ ]
+ },
+ {
+ "city": "Yokotemachi",
+ "lat": [
+ 39.1113,
+ 39.511300000000006
+ ],
+ "lon": [
+ 140.35330000000002,
+ 140.7533
+ ]
+ },
+ {
+ "city": "Ushiku",
+ "lat": [
+ 35.779399999999995,
+ 36.1794
+ ],
+ "lon": [
+ 139.9496,
+ 140.34959999999998
+ ]
+ },
+ {
+ "city": "Komae",
+ "lat": [
+ 35.434799999999996,
+ 35.8348
+ ],
+ "lon": [
+ 139.3787,
+ 139.7787
+ ]
+ },
+ {
+ "city": "Kaizuka",
+ "lat": [
+ 34.2333,
+ 34.633300000000006
+ ],
+ "lon": [
+ 135.16670000000002,
+ 135.5667
+ ]
+ },
+ {
+ "city": "Higashiyamato",
+ "lat": [
+ 35.55,
+ 35.95
+ ],
+ "lon": [
+ 139.2264,
+ 139.6264
+ ]
+ },
+ {
+ "city": "Ayase",
+ "lat": [
+ 35.2333,
+ 35.633300000000006
+ ],
+ "lon": [
+ 139.2333,
+ 139.6333
+ ]
+ },
+ {
+ "city": "Wak\u014d",
+ "lat": [
+ 35.581199999999995,
+ 35.9812
+ ],
+ "lon": [
+ 139.40570000000002,
+ 139.8057
+ ]
+ },
+ {
+ "city": "Kitak\u014driyamach\u014d",
+ "lat": [
+ 34.4494,
+ 34.8494
+ ],
+ "lon": [
+ 135.58280000000002,
+ 135.9828
+ ]
+ },
+ {
+ "city": "Chita",
+ "lat": [
+ 34.8,
+ 35.2
+ ],
+ "lon": [
+ 136.66670000000002,
+ 137.0667
+ ]
+ },
+ {
+ "city": "Moriyama",
+ "lat": [
+ 34.858599999999996,
+ 35.2586
+ ],
+ "lon": [
+ 135.79420000000002,
+ 136.1942
+ ]
+ },
+ {
+ "city": "Nakatsu",
+ "lat": [
+ 33.3983,
+ 33.798300000000005
+ ],
+ "lon": [
+ 130.9883,
+ 131.3883
+ ]
+ },
+ {
+ "city": "Owariasahi",
+ "lat": [
+ 35.0165,
+ 35.416500000000006
+ ],
+ "lon": [
+ 136.83540000000002,
+ 137.2354
+ ]
+ },
+ {
+ "city": "Shikokuch\u016b\u014d",
+ "lat": [
+ 33.7833,
+ 34.1833
+ ],
+ "lon": [
+ 133.35000000000002,
+ 133.75
+ ]
+ },
+ {
+ "city": "\u014cmihachiman",
+ "lat": [
+ 34.9283,
+ 35.328300000000006
+ ],
+ "lon": [
+ 135.8981,
+ 136.29809999999998
+ ]
+ },
+ {
+ "city": "Muroran",
+ "lat": [
+ 42.116699999999994,
+ 42.5167
+ ],
+ "lon": [
+ 140.76670000000001,
+ 141.1667
+ ]
+ },
+ {
+ "city": "Kimitsu",
+ "lat": [
+ 35.130399999999995,
+ 35.5304
+ ],
+ "lon": [
+ 139.70270000000002,
+ 140.1027
+ ]
+ },
+ {
+ "city": "Kashiwazaki",
+ "lat": [
+ 37.171899999999994,
+ 37.5719
+ ],
+ "lon": [
+ 138.359,
+ 138.759
+ ]
+ },
+ {
+ "city": "Yonezawa",
+ "lat": [
+ 37.722199999999994,
+ 38.1222
+ ],
+ "lon": [
+ 139.91680000000002,
+ 140.3168
+ ]
+ },
+ {
+ "city": "Nagaoka",
+ "lat": [
+ 34.7269,
+ 35.126900000000006
+ ],
+ "lon": [
+ 135.4958,
+ 135.89579999999998
+ ]
+ },
+ {
+ "city": "Echizen",
+ "lat": [
+ 35.7035,
+ 36.103500000000004
+ ],
+ "lon": [
+ 135.9687,
+ 136.3687
+ ]
+ },
+ {
+ "city": "Hann\u014d",
+ "lat": [
+ 35.655699999999996,
+ 36.0557
+ ],
+ "lon": [
+ 139.1277,
+ 139.52769999999998
+ ]
+ },
+ {
+ "city": "Gamag\u014dri",
+ "lat": [
+ 34.6431,
+ 35.0431
+ ],
+ "lon": [
+ 137.01960000000003,
+ 137.4196
+ ]
+ },
+ {
+ "city": "Akiruno",
+ "lat": [
+ 35.5289,
+ 35.928900000000006
+ ],
+ "lon": [
+ 139.0941,
+ 139.49409999999997
+ ]
+ },
+ {
+ "city": "Iwamizawa",
+ "lat": [
+ 43.0,
+ 43.400000000000006
+ ],
+ "lon": [
+ 141.5833,
+ 141.98329999999999
+ ]
+ },
+ {
+ "city": "Natori-shi",
+ "lat": [
+ 37.9715,
+ 38.371500000000005
+ ],
+ "lon": [
+ 140.6918,
+ 141.09179999999998
+ ]
+ },
+ {
+ "city": "Nakatsugawa",
+ "lat": [
+ 35.2876,
+ 35.6876
+ ],
+ "lon": [
+ 137.3006,
+ 137.70059999999998
+ ]
+ },
+ {
+ "city": "Maizuru",
+ "lat": [
+ 35.2667,
+ 35.666700000000006
+ ],
+ "lon": [
+ 135.1833,
+ 135.58329999999998
+ ]
+ },
+ {
+ "city": "Mooka",
+ "lat": [
+ 36.240399999999994,
+ 36.6404
+ ],
+ "lon": [
+ 139.8134,
+ 140.21339999999998
+ ]
+ },
+ {
+ "city": "Gy\u014dda",
+ "lat": [
+ 35.9389,
+ 36.3389
+ ],
+ "lon": [
+ 139.25560000000002,
+ 139.6556
+ ]
+ },
+ {
+ "city": "Kashiba",
+ "lat": [
+ 34.3414,
+ 34.741400000000006
+ ],
+ "lon": [
+ 135.4992,
+ 135.89919999999998
+ ]
+ },
+ {
+ "city": "Tanashich\u014d",
+ "lat": [
+ 35.527499999999996,
+ 35.9275
+ ],
+ "lon": [
+ 139.34890000000001,
+ 139.7489
+ ]
+ },
+ {
+ "city": "Kizugawa",
+ "lat": [
+ 34.5372,
+ 34.937200000000004
+ ],
+ "lon": [
+ 135.62,
+ 136.01999999999998
+ ]
+ },
+ {
+ "city": "Honj\u014d",
+ "lat": [
+ 36.0436,
+ 36.4436
+ ],
+ "lon": [
+ 138.99040000000002,
+ 139.3904
+ ]
+ },
+ {
+ "city": "Toyomamachi-teraike",
+ "lat": [
+ 38.4918,
+ 38.8918
+ ],
+ "lon": [
+ 140.98770000000002,
+ 141.3877
+ ]
+ },
+ {
+ "city": "Katano",
+ "lat": [
+ 34.583299999999994,
+ 34.9833
+ ],
+ "lon": [
+ 135.4833,
+ 135.8833
+ ]
+ },
+ {
+ "city": "Tsubame",
+ "lat": [
+ 37.473099999999995,
+ 37.8731
+ ],
+ "lon": [
+ 138.68220000000002,
+ 139.0822
+ ]
+ },
+ {
+ "city": "Fukuchiyama",
+ "lat": [
+ 35.099999999999994,
+ 35.5
+ ],
+ "lon": [
+ 134.9333,
+ 135.33329999999998
+ ]
+ },
+ {
+ "city": "Nikk\u014d",
+ "lat": [
+ 36.5198,
+ 36.9198
+ ],
+ "lon": [
+ 139.49820000000003,
+ 139.8982
+ ]
+ },
+ {
+ "city": "Nabari",
+ "lat": [
+ 34.4276,
+ 34.827600000000004
+ ],
+ "lon": [
+ 135.9084,
+ 136.30839999999998
+ ]
+ },
+ {
+ "city": "Toyooka",
+ "lat": [
+ 35.349999999999994,
+ 35.75
+ ],
+ "lon": [
+ 134.6167,
+ 135.0167
+ ]
+ },
+ {
+ "city": "Aira",
+ "lat": [
+ 31.5283,
+ 31.9283
+ ],
+ "lon": [
+ 130.42780000000002,
+ 130.8278
+ ]
+ },
+ {
+ "city": "Shinkai",
+ "lat": [
+ 35.6367,
+ 36.0367
+ ],
+ "lon": [
+ 139.3803,
+ 139.78029999999998
+ ]
+ },
+ {
+ "city": "Daisen",
+ "lat": [
+ 39.253099999999996,
+ 39.6531
+ ],
+ "lon": [
+ 140.27540000000002,
+ 140.6754
+ ]
+ },
+ {
+ "city": "Ry\u016bgasaki",
+ "lat": [
+ 35.7116,
+ 36.1116
+ ],
+ "lon": [
+ 139.9823,
+ 140.3823
+ ]
+ },
+ {
+ "city": "Kiyose",
+ "lat": [
+ 35.585699999999996,
+ 35.9857
+ ],
+ "lon": [
+ 139.3265,
+ 139.7265
+ ]
+ },
+ {
+ "city": "Kai",
+ "lat": [
+ 35.4608,
+ 35.860800000000005
+ ],
+ "lon": [
+ 138.31580000000002,
+ 138.7158
+ ]
+ },
+ {
+ "city": "Kunitachi",
+ "lat": [
+ 35.4839,
+ 35.883900000000004
+ ],
+ "lon": [
+ 139.2414,
+ 139.64139999999998
+ ]
+ },
+ {
+ "city": "Warabi",
+ "lat": [
+ 35.6256,
+ 36.025600000000004
+ ],
+ "lon": [
+ 139.4797,
+ 139.87969999999999
+ ]
+ },
+ {
+ "city": "Amakusa",
+ "lat": [
+ 32.258599999999994,
+ 32.6586
+ ],
+ "lon": [
+ 129.9931,
+ 130.39309999999998
+ ]
+ },
+ {
+ "city": "Sasagawa",
+ "lat": [
+ 37.086499999999994,
+ 37.4865
+ ],
+ "lon": [
+ 140.17270000000002,
+ 140.5727
+ ]
+ },
+ {
+ "city": "Tosu",
+ "lat": [
+ 33.183299999999996,
+ 33.5833
+ ],
+ "lon": [
+ 130.3,
+ 130.7
+ ]
+ },
+ {
+ "city": "Katori",
+ "lat": [
+ 35.4833,
+ 35.883300000000006
+ ],
+ "lon": [
+ 139.8333,
+ 140.23329999999999
+ ]
+ },
+ {
+ "city": "Kandori",
+ "lat": [
+ 35.4796,
+ 35.8796
+ ],
+ "lon": [
+ 139.70620000000002,
+ 140.1062
+ ]
+ },
+ {
+ "city": "Miki",
+ "lat": [
+ 34.593599999999995,
+ 34.9936
+ ],
+ "lon": [
+ 134.7931,
+ 135.1931
+ ]
+ },
+ {
+ "city": "Izumi\u014dtsu",
+ "lat": [
+ 34.3,
+ 34.7
+ ],
+ "lon": [
+ 135.20000000000002,
+ 135.6
+ ]
+ },
+ {
+ "city": "Okegawa",
+ "lat": [
+ 35.805699999999995,
+ 36.2057
+ ],
+ "lon": [
+ 139.3427,
+ 139.74269999999999
+ ]
+ },
+ {
+ "city": "Tatebayashi",
+ "lat": [
+ 36.044799999999995,
+ 36.4448
+ ],
+ "lon": [
+ 139.34210000000002,
+ 139.7421
+ ]
+ },
+ {
+ "city": "Ky\u014dtanabe",
+ "lat": [
+ 34.614399999999996,
+ 35.0144
+ ],
+ "lon": [
+ 135.5678,
+ 135.96779999999998
+ ]
+ },
+ {
+ "city": "Tatsunoch\u014d-tominaga",
+ "lat": [
+ 34.6508,
+ 35.0508
+ ],
+ "lon": [
+ 134.3453,
+ 134.7453
+ ]
+ },
+ {
+ "city": "Yurihonj\u014d",
+ "lat": [
+ 39.1859,
+ 39.5859
+ ],
+ "lon": [
+ 139.8488,
+ 140.2488
+ ]
+ },
+ {
+ "city": "Kasama",
+ "lat": [
+ 36.145199999999996,
+ 36.5452
+ ],
+ "lon": [
+ 140.10430000000002,
+ 140.5043
+ ]
+ },
+ {
+ "city": "Inuyama",
+ "lat": [
+ 35.178599999999996,
+ 35.5786
+ ],
+ "lon": [
+ 136.74450000000002,
+ 137.1445
+ ]
+ },
+ {
+ "city": "\u014ctawara",
+ "lat": [
+ 36.671099999999996,
+ 37.0711
+ ],
+ "lon": [
+ 139.81560000000002,
+ 140.2156
+ ]
+ },
+ {
+ "city": "Shibukawa",
+ "lat": [
+ 36.1894,
+ 36.589400000000005
+ ],
+ "lon": [
+ 138.8633,
+ 139.2633
+ ]
+ },
+ {
+ "city": "J\u014dy\u014d",
+ "lat": [
+ 34.653099999999995,
+ 35.0531
+ ],
+ "lon": [
+ 135.58,
+ 135.98
+ ]
+ },
+ {
+ "city": "Hekinan",
+ "lat": [
+ 34.6847,
+ 35.084700000000005
+ ],
+ "lon": [
+ 136.79340000000002,
+ 137.1934
+ ]
+ },
+ {
+ "city": "Dazaifu",
+ "lat": [
+ 33.312799999999996,
+ 33.7128
+ ],
+ "lon": [
+ 130.3239,
+ 130.7239
+ ]
+ },
+ {
+ "city": "Yukuhashi",
+ "lat": [
+ 33.5289,
+ 33.928900000000006
+ ],
+ "lon": [
+ 130.78310000000002,
+ 131.1831
+ ]
+ },
+ {
+ "city": "Yoshikawa",
+ "lat": [
+ 35.6939,
+ 36.093900000000005
+ ],
+ "lon": [
+ 139.6414,
+ 140.04139999999998
+ ]
+ },
+ {
+ "city": "Chiry\u016b",
+ "lat": [
+ 34.801399999999994,
+ 35.2014
+ ],
+ "lon": [
+ 136.85060000000001,
+ 137.2506
+ ]
+ },
+ {
+ "city": "Ishioka",
+ "lat": [
+ 35.9908,
+ 36.390800000000006
+ ],
+ "lon": [
+ 140.08720000000002,
+ 140.4872
+ ]
+ },
+ {
+ "city": "Musashimurayama",
+ "lat": [
+ 35.5548,
+ 35.954800000000006
+ ],
+ "lon": [
+ 139.18740000000003,
+ 139.5874
+ ]
+ },
+ {
+ "city": "Yawata-shimizui",
+ "lat": [
+ 34.675599999999996,
+ 35.0756
+ ],
+ "lon": [
+ 135.50750000000002,
+ 135.9075
+ ]
+ },
+ {
+ "city": "Eniwa",
+ "lat": [
+ 42.683299999999996,
+ 43.0833
+ ],
+ "lon": [
+ 141.38330000000002,
+ 141.7833
+ ]
+ },
+ {
+ "city": "Tsurugashima",
+ "lat": [
+ 35.7345,
+ 36.1345
+ ],
+ "lon": [
+ 139.19310000000002,
+ 139.5931
+ ]
+ },
+ {
+ "city": "Kiyosu",
+ "lat": [
+ 34.9998,
+ 35.399800000000006
+ ],
+ "lon": [
+ 136.65290000000002,
+ 137.0529
+ ]
+ },
+ {
+ "city": "Minami-Alps",
+ "lat": [
+ 35.4083,
+ 35.8083
+ ],
+ "lon": [
+ 138.26500000000001,
+ 138.665
+ ]
+ },
+ {
+ "city": "Uwajima",
+ "lat": [
+ 33.0167,
+ 33.416700000000006
+ ],
+ "lon": [
+ 132.3667,
+ 132.7667
+ ]
+ },
+ {
+ "city": "Ritt\u014d",
+ "lat": [
+ 34.8167,
+ 35.2167
+ ],
+ "lon": [
+ 135.8,
+ 136.2
+ ]
+ },
+ {
+ "city": "S\u014dja",
+ "lat": [
+ 34.4728,
+ 34.872800000000005
+ ],
+ "lon": [
+ 133.5464,
+ 133.94639999999998
+ ]
+ },
+ {
+ "city": "Toyoake",
+ "lat": [
+ 34.850899999999996,
+ 35.2509
+ ],
+ "lon": [
+ 136.8128,
+ 137.2128
+ ]
+ },
+ {
+ "city": "Anan",
+ "lat": [
+ 33.716699999999996,
+ 34.1167
+ ],
+ "lon": [
+ 134.4667,
+ 134.86669999999998
+ ]
+ },
+ {
+ "city": "Moriya",
+ "lat": [
+ 35.7514,
+ 36.1514
+ ],
+ "lon": [
+ 139.77540000000002,
+ 140.1754
+ ]
+ },
+ {
+ "city": "Tanabe",
+ "lat": [
+ 33.5333,
+ 33.9333
+ ],
+ "lon": [
+ 135.1833,
+ 135.58329999999998
+ ]
+ },
+ {
+ "city": "Sabae",
+ "lat": [
+ 35.756499999999996,
+ 36.1565
+ ],
+ "lon": [
+ 135.98430000000002,
+ 136.3843
+ ]
+ },
+ {
+ "city": "\u014cdate",
+ "lat": [
+ 40.0714,
+ 40.4714
+ ],
+ "lon": [
+ 140.3642,
+ 140.7642
+ ]
+ },
+ {
+ "city": "Kashiwara",
+ "lat": [
+ 34.3833,
+ 34.783300000000004
+ ],
+ "lon": [
+ 135.4333,
+ 135.83329999999998
+ ]
+ },
+ {
+ "city": "Fuefuki",
+ "lat": [
+ 35.4473,
+ 35.847300000000004
+ ],
+ "lon": [
+ 138.43970000000002,
+ 138.8397
+ ]
+ },
+ {
+ "city": "Shiojiri",
+ "lat": [
+ 35.915,
+ 36.315000000000005
+ ],
+ "lon": [
+ 137.7534,
+ 138.15339999999998
+ ]
+ },
+ {
+ "city": "Chiyoda-ku",
+ "lat": [
+ 35.494,
+ 35.894000000000005
+ ],
+ "lon": [
+ 139.55360000000002,
+ 139.9536
+ ]
+ },
+ {
+ "city": "Kashima",
+ "lat": [
+ 35.7656,
+ 36.165600000000005
+ ],
+ "lon": [
+ 140.44480000000001,
+ 140.8448
+ ]
+ },
+ {
+ "city": "Saiki",
+ "lat": [
+ 32.759699999999995,
+ 33.1597
+ ],
+ "lon": [
+ 131.70000000000002,
+ 132.1
+ ]
+ },
+ {
+ "city": "Yachimata",
+ "lat": [
+ 35.466699999999996,
+ 35.8667
+ ],
+ "lon": [
+ 140.1167,
+ 140.5167
+ ]
+ },
+ {
+ "city": "Hashima",
+ "lat": [
+ 35.119899999999994,
+ 35.5199
+ ],
+ "lon": [
+ 136.50330000000002,
+ 136.9033
+ ]
+ },
+ {
+ "city": "Tsuruga",
+ "lat": [
+ 35.4452,
+ 35.845200000000006
+ ],
+ "lon": [
+ 135.8555,
+ 136.25549999999998
+ ]
+ },
+ {
+ "city": "Fukutsu",
+ "lat": [
+ 33.5669,
+ 33.9669
+ ],
+ "lon": [
+ 130.2911,
+ 130.69109999999998
+ ]
+ },
+ {
+ "city": "Ina",
+ "lat": [
+ 35.6275,
+ 36.0275
+ ],
+ "lon": [
+ 137.75400000000002,
+ 138.154
+ ]
+ },
+ {
+ "city": "Kitamoto",
+ "lat": [
+ 35.826899999999995,
+ 36.2269
+ ],
+ "lon": [
+ 139.33020000000002,
+ 139.7302
+ ]
+ },
+ {
+ "city": "Og\u014dshi",
+ "lat": [
+ 32.6858,
+ 33.085800000000006
+ ],
+ "lon": [
+ 130.58970000000002,
+ 130.9897
+ ]
+ },
+ {
+ "city": "Tomigusuku",
+ "lat": [
+ 25.961100000000002,
+ 26.3611
+ ],
+ "lon": [
+ 127.46889999999999,
+ 127.8689
+ ]
+ },
+ {
+ "city": "Fujioka",
+ "lat": [
+ 36.058699999999995,
+ 36.4587
+ ],
+ "lon": [
+ 138.87460000000002,
+ 139.2746
+ ]
+ },
+ {
+ "city": "Yanagawa",
+ "lat": [
+ 32.9631,
+ 33.3631
+ ],
+ "lon": [
+ 130.2058,
+ 130.6058
+ ]
+ },
+ {
+ "city": "Sodegaura",
+ "lat": [
+ 35.23,
+ 35.63
+ ],
+ "lon": [
+ 139.7544,
+ 140.15439999999998
+ ]
+ },
+ {
+ "city": "Tenri",
+ "lat": [
+ 34.396699999999996,
+ 34.7967
+ ],
+ "lon": [
+ 135.6372,
+ 136.03719999999998
+ ]
+ },
+ {
+ "city": "Kurihara",
+ "lat": [
+ 38.5301,
+ 38.9301
+ ],
+ "lon": [
+ 140.82150000000001,
+ 141.2215
+ ]
+ },
+ {
+ "city": "Asahi",
+ "lat": [
+ 35.5167,
+ 35.916700000000006
+ ],
+ "lon": [
+ 140.45000000000002,
+ 140.85
+ ]
+ },
+ {
+ "city": "It\u014d",
+ "lat": [
+ 34.765699999999995,
+ 35.1657
+ ],
+ "lon": [
+ 138.9019,
+ 139.3019
+ ]
+ },
+ {
+ "city": "Fujiidera",
+ "lat": [
+ 34.366699999999994,
+ 34.7667
+ ],
+ "lon": [
+ 135.4,
+ 135.79999999999998
+ ]
+ },
+ {
+ "city": "Nago",
+ "lat": [
+ 26.3917,
+ 26.7917
+ ],
+ "lon": [
+ 127.7775,
+ 128.1775
+ ]
+ },
+ {
+ "city": "Kaga",
+ "lat": [
+ 36.102799999999995,
+ 36.5028
+ ],
+ "lon": [
+ 136.115,
+ 136.515
+ ]
+ },
+ {
+ "city": "Miyoshi",
+ "lat": [
+ 34.889399999999995,
+ 35.2894
+ ],
+ "lon": [
+ 136.87480000000002,
+ 137.2748
+ ]
+ },
+ {
+ "city": "Tamana",
+ "lat": [
+ 32.7356,
+ 33.135600000000004
+ ],
+ "lon": [
+ 130.36280000000002,
+ 130.7628
+ ]
+ },
+ {
+ "city": "Nagakute",
+ "lat": [
+ 34.983999999999995,
+ 35.384
+ ],
+ "lon": [
+ 136.8487,
+ 137.24869999999999
+ ]
+ },
+ {
+ "city": "K\u014dshizuka",
+ "lat": [
+ 32.693099999999994,
+ 33.0931
+ ],
+ "lon": [
+ 130.5251,
+ 130.9251
+ ]
+ },
+ {
+ "city": "Tend\u014d",
+ "lat": [
+ 38.162299999999995,
+ 38.5623
+ ],
+ "lon": [
+ 140.17790000000002,
+ 140.5779
+ ]
+ },
+ {
+ "city": "Tagaj\u014d",
+ "lat": [
+ 38.093799999999995,
+ 38.4938
+ ],
+ "lon": [
+ 140.8043,
+ 141.2043
+ ]
+ },
+ {
+ "city": "Mitoyo",
+ "lat": [
+ 33.982499999999995,
+ 34.3825
+ ],
+ "lon": [
+ 133.51500000000001,
+ 133.915
+ ]
+ },
+ {
+ "city": "Hatogaya-honch\u014d",
+ "lat": [
+ 35.6333,
+ 36.033300000000004
+ ],
+ "lon": [
+ 139.53330000000003,
+ 139.9333
+ ]
+ },
+ {
+ "city": "Hita",
+ "lat": [
+ 33.121399999999994,
+ 33.5214
+ ],
+ "lon": [
+ 130.74110000000002,
+ 131.1411
+ ]
+ },
+ {
+ "city": "Shiroi",
+ "lat": [
+ 35.591499999999996,
+ 35.9915
+ ],
+ "lon": [
+ 139.8563,
+ 140.25629999999998
+ ]
+ },
+ {
+ "city": "Hasuda",
+ "lat": [
+ 35.7945,
+ 36.194500000000005
+ ],
+ "lon": [
+ 139.4624,
+ 139.86239999999998
+ ]
+ },
+ {
+ "city": "Hashimoto",
+ "lat": [
+ 34.116699999999994,
+ 34.5167
+ ],
+ "lon": [
+ 135.4,
+ 135.79999999999998
+ ]
+ },
+ {
+ "city": "Aisai",
+ "lat": [
+ 34.952799999999996,
+ 35.3528
+ ],
+ "lon": [
+ 136.5282,
+ 136.92819999999998
+ ]
+ },
+ {
+ "city": "Tsushima",
+ "lat": [
+ 34.9771,
+ 35.377100000000006
+ ],
+ "lon": [
+ 136.5413,
+ 136.94129999999998
+ ]
+ },
+ {
+ "city": "Itoman",
+ "lat": [
+ 25.9236,
+ 26.3236
+ ],
+ "lon": [
+ 127.4658,
+ 127.86580000000001
+ ]
+ },
+ {
+ "city": "Tamba",
+ "lat": [
+ 34.9833,
+ 35.383300000000006
+ ],
+ "lon": [
+ 134.8333,
+ 135.23329999999999
+ ]
+ },
+ {
+ "city": "Yamatotakada",
+ "lat": [
+ 34.315,
+ 34.715
+ ],
+ "lon": [
+ 135.53640000000001,
+ 135.9364
+ ]
+ },
+ {
+ "city": "Kokawa",
+ "lat": [
+ 34.066399999999994,
+ 34.4664
+ ],
+ "lon": [
+ 135.1653,
+ 135.56529999999998
+ ]
+ },
+ {
+ "city": "Mizusawa",
+ "lat": [
+ 38.943799999999996,
+ 39.3438
+ ],
+ "lon": [
+ 140.93900000000002,
+ 141.339
+ ]
+ },
+ {
+ "city": "Yame",
+ "lat": [
+ 33.0119,
+ 33.4119
+ ],
+ "lon": [
+ 130.3578,
+ 130.75779999999997
+ ]
+ },
+ {
+ "city": "Towada",
+ "lat": [
+ 40.412699999999994,
+ 40.8127
+ ],
+ "lon": [
+ 141.00590000000003,
+ 141.4059
+ ]
+ },
+ {
+ "city": "Sany\u014d-Onoda",
+ "lat": [
+ 33.8031,
+ 34.203100000000006
+ ],
+ "lon": [
+ 130.98190000000002,
+ 131.3819
+ ]
+ },
+ {
+ "city": "Sennan",
+ "lat": [
+ 34.1628,
+ 34.5628
+ ],
+ "lon": [
+ 135.07610000000003,
+ 135.4761
+ ]
+ },
+ {
+ "city": "Date",
+ "lat": [
+ 37.619099999999996,
+ 38.0191
+ ],
+ "lon": [
+ 140.363,
+ 140.76299999999998
+ ]
+ },
+ {
+ "city": "Shimotsuke",
+ "lat": [
+ 36.1872,
+ 36.5872
+ ],
+ "lon": [
+ 139.6421,
+ 140.04209999999998
+ ]
+ },
+ {
+ "city": "Shirakawa",
+ "lat": [
+ 36.9263,
+ 37.3263
+ ],
+ "lon": [
+ 140.01090000000002,
+ 140.4109
+ ]
+ },
+ {
+ "city": "Koga",
+ "lat": [
+ 33.5289,
+ 33.928900000000006
+ ],
+ "lon": [
+ 130.27,
+ 130.67
+ ]
+ },
+ {
+ "city": "Kesennuma",
+ "lat": [
+ 38.708099999999995,
+ 39.1081
+ ],
+ "lon": [
+ 141.3699,
+ 141.76989999999998
+ ]
+ },
+ {
+ "city": "J\u014ds\u014d",
+ "lat": [
+ 35.8236,
+ 36.223600000000005
+ ],
+ "lon": [
+ 139.7938,
+ 140.19379999999998
+ ]
+ },
+ {
+ "city": "Hy\u016bga",
+ "lat": [
+ 32.2228,
+ 32.622800000000005
+ ],
+ "lon": [
+ 131.4239,
+ 131.82389999999998
+ ]
+ },
+ {
+ "city": "Chichibu",
+ "lat": [
+ 35.791799999999995,
+ 36.1918
+ ],
+ "lon": [
+ 138.8855,
+ 139.28549999999998
+ ]
+ },
+ {
+ "city": "Tahara",
+ "lat": [
+ 34.468799999999995,
+ 34.8688
+ ],
+ "lon": [
+ 137.0809,
+ 137.4809
+ ]
+ },
+ {
+ "city": "Chikuma",
+ "lat": [
+ 36.3339,
+ 36.733900000000006
+ ],
+ "lon": [
+ 137.92000000000002,
+ 138.32
+ ]
+ },
+ {
+ "city": "Koja",
+ "lat": [
+ 26.1344,
+ 26.534399999999998
+ ],
+ "lon": [
+ 127.6057,
+ 128.0057
+ ]
+ },
+ {
+ "city": "Sayama",
+ "lat": [
+ 34.303599999999996,
+ 34.7036
+ ],
+ "lon": [
+ 135.3557,
+ 135.7557
+ ]
+ },
+ {
+ "city": "\u014csakasayama",
+ "lat": [
+ 34.3,
+ 34.7
+ ],
+ "lon": [
+ 135.35000000000002,
+ 135.75
+ ]
+ },
+ {
+ "city": "Og\u014dri",
+ "lat": [
+ 33.1964,
+ 33.5964
+ ],
+ "lon": [
+ 130.3556,
+ 130.7556
+ ]
+ },
+ {
+ "city": "Murakami",
+ "lat": [
+ 38.023999999999994,
+ 38.424
+ ],
+ "lon": [
+ 139.28,
+ 139.67999999999998
+ ]
+ },
+ {
+ "city": "Ishikari",
+ "lat": [
+ 42.966699999999996,
+ 43.3667
+ ],
+ "lon": [
+ 141.1167,
+ 141.5167
+ ]
+ },
+ {
+ "city": "Kitahiroshima",
+ "lat": [
+ 42.7833,
+ 43.1833
+ ],
+ "lon": [
+ 141.3667,
+ 141.7667
+ ]
+ },
+ {
+ "city": "Kan\u2019onjich\u014d",
+ "lat": [
+ 33.9272,
+ 34.327200000000005
+ ],
+ "lon": [
+ 133.4614,
+ 133.86139999999997
+ ]
+ },
+ {
+ "city": "Kosai",
+ "lat": [
+ 34.5184,
+ 34.918400000000005
+ ],
+ "lon": [
+ 137.3316,
+ 137.7316
+ ]
+ },
+ {
+ "city": "T\u014dgane",
+ "lat": [
+ 35.359899999999996,
+ 35.7599
+ ],
+ "lon": [
+ 140.1661,
+ 140.56609999999998
+ ]
+ },
+ {
+ "city": "Tokoname",
+ "lat": [
+ 34.686499999999995,
+ 35.0865
+ ],
+ "lon": [
+ 136.63230000000001,
+ 137.0323
+ ]
+ },
+ {
+ "city": "Uki",
+ "lat": [
+ 32.447799999999994,
+ 32.8478
+ ],
+ "lon": [
+ 130.48420000000002,
+ 130.8842
+ ]
+ },
+ {
+ "city": "Nonoichi",
+ "lat": [
+ 36.319399999999995,
+ 36.7194
+ ],
+ "lon": [
+ 136.40980000000002,
+ 136.8098
+ ]
+ },
+ {
+ "city": "Minokamo",
+ "lat": [
+ 35.240199999999994,
+ 35.6402
+ ],
+ "lon": [
+ 136.81570000000002,
+ 137.2157
+ ]
+ },
+ {
+ "city": "Zushi",
+ "lat": [
+ 35.083299999999994,
+ 35.4833
+ ],
+ "lon": [
+ 139.38330000000002,
+ 139.7833
+ ]
+ },
+ {
+ "city": "Fussa",
+ "lat": [
+ 35.5333,
+ 35.9333
+ ],
+ "lon": [
+ 139.13330000000002,
+ 139.5333
+ ]
+ },
+ {
+ "city": "Kudamatsu",
+ "lat": [
+ 33.815,
+ 34.215
+ ],
+ "lon": [
+ 131.6703,
+ 132.07029999999997
+ ]
+ },
+ {
+ "city": "Tama",
+ "lat": [
+ 34.288599999999995,
+ 34.6886
+ ],
+ "lon": [
+ 133.7486,
+ 134.1486
+ ]
+ },
+ {
+ "city": "Muk\u014dch\u014d",
+ "lat": [
+ 34.748599999999996,
+ 35.1486
+ ],
+ "lon": [
+ 135.4983,
+ 135.89829999999998
+ ]
+ },
+ {
+ "city": "Mizuho",
+ "lat": [
+ 35.1918,
+ 35.591800000000006
+ ],
+ "lon": [
+ 136.4909,
+ 136.8909
+ ]
+ },
+ {
+ "city": "Takizawa",
+ "lat": [
+ 39.534699999999994,
+ 39.9347
+ ],
+ "lon": [
+ 140.8771,
+ 141.2771
+ ]
+ },
+ {
+ "city": "Takaishi",
+ "lat": [
+ 34.3167,
+ 34.7167
+ ],
+ "lon": [
+ 135.25,
+ 135.64999999999998
+ ]
+ },
+ {
+ "city": "N\u014dgata",
+ "lat": [
+ 33.5442,
+ 33.9442
+ ],
+ "lon": [
+ 130.52970000000002,
+ 130.9297
+ ]
+ },
+ {
+ "city": "Toki",
+ "lat": [
+ 35.219199999999994,
+ 35.6192
+ ],
+ "lon": [
+ 136.9832,
+ 137.3832
+ ]
+ },
+ {
+ "city": "Shij\u014dnawate",
+ "lat": [
+ 34.54,
+ 34.940000000000005
+ ],
+ "lon": [
+ 135.4394,
+ 135.83939999999998
+ ]
+ },
+ {
+ "city": "Chino",
+ "lat": [
+ 35.7955,
+ 36.1955
+ ],
+ "lon": [
+ 137.95880000000002,
+ 138.3588
+ ]
+ },
+ {
+ "city": "Narutoch\u014d-mitsuishi",
+ "lat": [
+ 33.966699999999996,
+ 34.3667
+ ],
+ "lon": [
+ 134.41670000000002,
+ 134.8167
+ ]
+ },
+ {
+ "city": "Minamiuonuma",
+ "lat": [
+ 36.8655,
+ 37.2655
+ ],
+ "lon": [
+ 138.67610000000002,
+ 139.0761
+ ]
+ },
+ {
+ "city": "Hidaka",
+ "lat": [
+ 35.7078,
+ 36.107800000000005
+ ],
+ "lon": [
+ 139.1391,
+ 139.5391
+ ]
+ },
+ {
+ "city": "Annaka",
+ "lat": [
+ 36.1263,
+ 36.526300000000006
+ ],
+ "lon": [
+ 138.68710000000002,
+ 139.0871
+ ]
+ },
+ {
+ "city": "Choshi",
+ "lat": [
+ 35.5346,
+ 35.9346
+ ],
+ "lon": [
+ 140.6268,
+ 141.02679999999998
+ ]
+ },
+ {
+ "city": "Nihonmatsu",
+ "lat": [
+ 37.384899999999995,
+ 37.7849
+ ],
+ "lon": [
+ 140.2312,
+ 140.63119999999998
+ ]
+ },
+ {
+ "city": "Konan",
+ "lat": [
+ 34.8,
+ 35.2
+ ],
+ "lon": [
+ 135.88330000000002,
+ 136.2833
+ ]
+ },
+ {
+ "city": "Sakurai",
+ "lat": [
+ 34.318599999999996,
+ 34.7186
+ ],
+ "lon": [
+ 135.6433,
+ 136.0433
+ ]
+ },
+ {
+ "city": "Sado",
+ "lat": [
+ 37.8183,
+ 38.218300000000006
+ ],
+ "lon": [
+ 138.16830000000002,
+ 138.5683
+ ]
+ },
+ {
+ "city": "Hamura",
+ "lat": [
+ 35.5672,
+ 35.967200000000005
+ ],
+ "lon": [
+ 139.11090000000002,
+ 139.5109
+ ]
+ },
+ {
+ "city": "Funato",
+ "lat": [
+ 34.05,
+ 34.45
+ ],
+ "lon": [
+ 135.1167,
+ 135.5167
+ ]
+ },
+ {
+ "city": "Mutsu",
+ "lat": [
+ 41.0928,
+ 41.4928
+ ],
+ "lon": [
+ 140.98360000000002,
+ 141.3836
+ ]
+ },
+ {
+ "city": "T\u014dkamachi",
+ "lat": [
+ 36.933299999999996,
+ 37.3333
+ ],
+ "lon": [
+ 138.55,
+ 138.95
+ ]
+ },
+ {
+ "city": "Naka",
+ "lat": [
+ 36.2574,
+ 36.6574
+ ],
+ "lon": [
+ 140.2868,
+ 140.68679999999998
+ ]
+ },
+ {
+ "city": "Usa",
+ "lat": [
+ 33.3319,
+ 33.7319
+ ],
+ "lon": [
+ 131.1494,
+ 131.5494
+ ]
+ },
+ {
+ "city": "Hany\u016b",
+ "lat": [
+ 35.9726,
+ 36.372600000000006
+ ],
+ "lon": [
+ 139.3485,
+ 139.74849999999998
+ ]
+ },
+ {
+ "city": "Minami-S\u014dma",
+ "lat": [
+ 37.4422,
+ 37.842200000000005
+ ],
+ "lon": [
+ 140.75730000000001,
+ 141.1573
+ ]
+ },
+ {
+ "city": "Miyakojima",
+ "lat": [
+ 24.6056,
+ 25.005599999999998
+ ],
+ "lon": [
+ 125.08109999999999,
+ 125.4811
+ ]
+ },
+ {
+ "city": "Shiraoka",
+ "lat": [
+ 35.8191,
+ 36.219100000000005
+ ],
+ "lon": [
+ 139.4769,
+ 139.87689999999998
+ ]
+ },
+ {
+ "city": "Shiogama",
+ "lat": [
+ 38.114399999999996,
+ 38.5144
+ ],
+ "lon": [
+ 140.822,
+ 141.22199999999998
+ ]
+ },
+ {
+ "city": "Imarich\u014d-k\u014d",
+ "lat": [
+ 33.064699999999995,
+ 33.4647
+ ],
+ "lon": [
+ 129.6808,
+ 130.08079999999998
+ ]
+ },
+ {
+ "city": "Tomiya",
+ "lat": [
+ 38.199999999999996,
+ 38.6
+ ],
+ "lon": [
+ 140.6833,
+ 141.08329999999998
+ ]
+ },
+ {
+ "city": "Band\u014d",
+ "lat": [
+ 35.8484,
+ 36.248400000000004
+ ],
+ "lon": [
+ 139.6887,
+ 140.0887
+ ]
+ },
+ {
+ "city": "Izumi",
+ "lat": [
+ 31.890600000000003,
+ 32.290600000000005
+ ],
+ "lon": [
+ 130.1528,
+ 130.5528
+ ]
+ },
+ {
+ "city": "Tsukubamirai",
+ "lat": [
+ 35.763099999999994,
+ 36.1631
+ ],
+ "lon": [
+ 139.83700000000002,
+ 140.237
+ ]
+ },
+ {
+ "city": "Fuch\u016b",
+ "lat": [
+ 34.192499999999995,
+ 34.5925
+ ],
+ "lon": [
+ 132.30440000000002,
+ 132.7044
+ ]
+ },
+ {
+ "city": "Ky\u014dtango",
+ "lat": [
+ 35.4242,
+ 35.824200000000005
+ ],
+ "lon": [
+ 134.86110000000002,
+ 135.2611
+ ]
+ },
+ {
+ "city": "Miyako",
+ "lat": [
+ 39.441399999999994,
+ 39.8414
+ ],
+ "lon": [
+ 141.7571,
+ 142.15709999999999
+ ]
+ },
+ {
+ "city": "Goshogawara",
+ "lat": [
+ 40.608,
+ 41.008
+ ],
+ "lon": [
+ 140.2401,
+ 140.6401
+ ]
+ },
+ {
+ "city": "Sakaidech\u014d",
+ "lat": [
+ 34.116699999999994,
+ 34.5167
+ ],
+ "lon": [
+ 133.66670000000002,
+ 134.0667
+ ]
+ },
+ {
+ "city": "Arao",
+ "lat": [
+ 32.786699999999996,
+ 33.1867
+ ],
+ "lon": [
+ 130.2331,
+ 130.63309999999998
+ ]
+ },
+ {
+ "city": "Nichinan",
+ "lat": [
+ 31.4019,
+ 31.8019
+ ],
+ "lon": [
+ 131.17860000000002,
+ 131.5786
+ ]
+ },
+ {
+ "city": "Susono",
+ "lat": [
+ 34.9739,
+ 35.373900000000006
+ ],
+ "lon": [
+ 138.70680000000002,
+ 139.1068
+ ]
+ },
+ {
+ "city": "Y\u016bki",
+ "lat": [
+ 36.1055,
+ 36.505500000000005
+ ],
+ "lon": [
+ 139.6766,
+ 140.07659999999998
+ ]
+ },
+ {
+ "city": "Nakagawa",
+ "lat": [
+ 33.2994,
+ 33.699400000000004
+ ],
+ "lon": [
+ 130.22220000000002,
+ 130.6222
+ ]
+ },
+ {
+ "city": "Hamada",
+ "lat": [
+ 34.6992,
+ 35.0992
+ ],
+ "lon": [
+ 131.8964,
+ 132.29639999999998
+ ]
+ },
+ {
+ "city": "Yasu",
+ "lat": [
+ 34.866699999999994,
+ 35.2667
+ ],
+ "lon": [
+ 135.8333,
+ 136.23329999999999
+ ]
+ },
+ {
+ "city": "Miyoshi",
+ "lat": [
+ 34.599999999999994,
+ 35.0
+ ],
+ "lon": [
+ 132.65,
+ 133.04999999999998
+ ]
+ }
+ ],
+ "Indonesia": [
+ {
+ "city": "Jakarta",
+ "lat": [
+ -6.375,
+ -5.975
+ ],
+ "lon": [
+ 106.6275,
+ 107.0275
+ ]
+ },
+ {
+ "city": "Surabaya",
+ "lat": [
+ -7.4458,
+ -7.0458
+ ],
+ "lon": [
+ 112.53779999999999,
+ 112.9378
+ ]
+ },
+ {
+ "city": "Medan",
+ "lat": [
+ 3.3893999999999997,
+ 3.7894
+ ],
+ "lon": [
+ 98.4739,
+ 98.8739
+ ]
+ },
+ {
+ "city": "Malang",
+ "lat": [
+ -8.18,
+ -7.78
+ ],
+ "lon": [
+ 112.42,
+ 112.82000000000001
+ ]
+ },
+ {
+ "city": "Bekasi",
+ "lat": [
+ -6.4333,
+ -6.0333
+ ],
+ "lon": [
+ 106.8,
+ 107.2
+ ]
+ },
+ {
+ "city": "Depok",
+ "lat": [
+ -6.594,
+ -6.194
+ ],
+ "lon": [
+ 106.6225,
+ 107.02250000000001
+ ]
+ },
+ {
+ "city": "Tangerang",
+ "lat": [
+ -6.3703,
+ -5.9703
+ ],
+ "lon": [
+ 106.4403,
+ 106.8403
+ ]
+ },
+ {
+ "city": "Semarang",
+ "lat": [
+ -7.19,
+ -6.79
+ ],
+ "lon": [
+ 110.2225,
+ 110.6225
+ ]
+ },
+ {
+ "city": "Palembang",
+ "lat": [
+ -3.1861,
+ -2.7861
+ ],
+ "lon": [
+ 104.5556,
+ 104.9556
+ ]
+ },
+ {
+ "city": "Sangereng",
+ "lat": [
+ -6.4889,
+ -6.0889
+ ],
+ "lon": [
+ 106.5181,
+ 106.91810000000001
+ ]
+ },
+ {
+ "city": "Makassar",
+ "lat": [
+ -5.3331,
+ -4.9331
+ ],
+ "lon": [
+ 119.2136,
+ 119.6136
+ ]
+ },
+ {
+ "city": "Bagam",
+ "lat": [
+ 0.9299999999999999,
+ 1.3299999999999998
+ ],
+ "lon": [
+ 103.8531,
+ 104.2531
+ ]
+ },
+ {
+ "city": "Sumedang",
+ "lat": [
+ -7.04,
+ -6.64
+ ],
+ "lon": [
+ 107.7208,
+ 108.1208
+ ]
+ },
+ {
+ "city": "Batam Centre",
+ "lat": [
+ 0.9272,
+ 1.3272
+ ],
+ "lon": [
+ 103.8556,
+ 104.2556
+ ]
+ },
+ {
+ "city": "Cilacap",
+ "lat": [
+ -7.9167000000000005,
+ -7.5167
+ ],
+ "lon": [
+ 108.817,
+ 109.217
+ ]
+ },
+ {
+ "city": "Bandar Lampung",
+ "lat": [
+ -5.65,
+ -5.25
+ ],
+ "lon": [
+ 105.0667,
+ 105.4667
+ ]
+ },
+ {
+ "city": "Pekanbaru",
+ "lat": [
+ 0.3092,
+ 0.7092
+ ],
+ "lon": [
+ 101.2453,
+ 101.6453
+ ]
+ },
+ {
+ "city": "Bogor",
+ "lat": [
+ -6.7966,
+ -6.396599999999999
+ ],
+ "lon": [
+ 106.5972,
+ 106.9972
+ ]
+ },
+ {
+ "city": "Samarinda",
+ "lat": [
+ -0.7,
+ -0.3
+ ],
+ "lon": [
+ 116.9378,
+ 117.3378
+ ]
+ },
+ {
+ "city": "Pontianak",
+ "lat": [
+ -0.22060000000000002,
+ 0.1794
+ ],
+ "lon": [
+ 109.14139999999999,
+ 109.5414
+ ]
+ },
+ {
+ "city": "Tasikmalaya",
+ "lat": [
+ -7.5161,
+ -7.116099999999999
+ ],
+ "lon": [
+ 107.9975,
+ 108.39750000000001
+ ]
+ },
+ {
+ "city": "Denpasar",
+ "lat": [
+ -8.871699999999999,
+ -8.4717
+ ],
+ "lon": [
+ 115.0339,
+ 115.43390000000001
+ ]
+ },
+ {
+ "city": "Banjarmasin",
+ "lat": [
+ -3.52,
+ -3.1199999999999997
+ ],
+ "lon": [
+ 114.3925,
+ 114.7925
+ ]
+ },
+ {
+ "city": "Serang",
+ "lat": [
+ -6.32,
+ -5.92
+ ],
+ "lon": [
+ 105.9503,
+ 106.3503
+ ]
+ },
+ {
+ "city": "Jambi",
+ "lat": [
+ -1.79,
+ -1.3900000000000001
+ ],
+ "lon": [
+ 103.41,
+ 103.81
+ ]
+ },
+ {
+ "city": "Balikpapan",
+ "lat": [
+ -1.4768,
+ -1.0768
+ ],
+ "lon": [
+ 116.62769999999999,
+ 117.0277
+ ]
+ },
+ {
+ "city": "Cimahi",
+ "lat": [
+ -7.0712,
+ -6.6712
+ ],
+ "lon": [
+ 107.3548,
+ 107.7548
+ ]
+ },
+ {
+ "city": "Surakarta",
+ "lat": [
+ -7.7667,
+ -7.3667
+ ],
+ "lon": [
+ 110.6167,
+ 111.0167
+ ]
+ },
+ {
+ "city": "Kupang",
+ "lat": [
+ -10.370199999999999,
+ -9.9702
+ ],
+ "lon": [
+ 123.40769999999999,
+ 123.8077
+ ]
+ },
+ {
+ "city": "Manado Light",
+ "lat": [
+ 1.2858,
+ 1.6858
+ ],
+ "lon": [
+ 124.6347,
+ 125.0347
+ ]
+ },
+ {
+ "city": "Manado",
+ "lat": [
+ 1.2931000000000001,
+ 1.6931
+ ],
+ "lon": [
+ 124.6413,
+ 125.0413
+ ]
+ },
+ {
+ "city": "Lembok",
+ "lat": [
+ -8.764999999999999,
+ -8.365
+ ],
+ "lon": [
+ 116.151,
+ 116.551
+ ]
+ },
+ {
+ "city": "Bandung",
+ "lat": [
+ -7.112,
+ -6.712
+ ],
+ "lon": [
+ 107.4097,
+ 107.8097
+ ]
+ },
+ {
+ "city": "Yogyakarta",
+ "lat": [
+ -8.0014,
+ -7.6014
+ ],
+ "lon": [
+ 110.1644,
+ 110.5644
+ ]
+ },
+ {
+ "city": "Jayapura",
+ "lat": [
+ -2.733,
+ -2.3329999999999997
+ ],
+ "lon": [
+ 140.51700000000002,
+ 140.917
+ ]
+ },
+ {
+ "city": "Mataram",
+ "lat": [
+ -8.783299999999999,
+ -8.3833
+ ],
+ "lon": [
+ 115.91669999999999,
+ 116.3167
+ ]
+ },
+ {
+ "city": "Cilegon",
+ "lat": [
+ -6.2027,
+ -5.8027
+ ],
+ "lon": [
+ 105.8112,
+ 106.2112
+ ]
+ },
+ {
+ "city": "Ambon",
+ "lat": [
+ -3.8967,
+ -3.4966999999999997
+ ],
+ "lon": [
+ 127.9783,
+ 128.3783
+ ]
+ },
+ {
+ "city": "Cibinong",
+ "lat": [
+ -6.6850000000000005,
+ -6.285
+ ],
+ "lon": [
+ 106.642,
+ 107.042
+ ]
+ },
+ {
+ "city": "Bengkulu",
+ "lat": [
+ -3.9956,
+ -3.5955999999999997
+ ],
+ "lon": [
+ 102.0592,
+ 102.45920000000001
+ ]
+ },
+ {
+ "city": "Palu",
+ "lat": [
+ -1.095,
+ -0.6950000000000001
+ ],
+ "lon": [
+ 119.65939999999999,
+ 120.0594
+ ]
+ },
+ {
+ "city": "Kendari",
+ "lat": [
+ -4.1907,
+ -3.7906999999999997
+ ],
+ "lon": [
+ 122.3086,
+ 122.7086
+ ]
+ },
+ {
+ "city": "Sukabumi",
+ "lat": [
+ -7.1181,
+ -6.7181
+ ],
+ "lon": [
+ 106.7315,
+ 107.1315
+ ]
+ },
+ {
+ "city": "Karawang",
+ "lat": [
+ -6.5125,
+ -6.1125
+ ],
+ "lon": [
+ 107.095,
+ 107.495
+ ]
+ },
+ {
+ "city": "Jember",
+ "lat": [
+ -8.3727,
+ -7.972700000000001
+ ],
+ "lon": [
+ 113.48729999999999,
+ 113.8873
+ ]
+ },
+ {
+ "city": "Pekalongan",
+ "lat": [
+ -7.0833,
+ -6.6833
+ ],
+ "lon": [
+ 109.4667,
+ 109.86670000000001
+ ]
+ },
+ {
+ "city": "Cirebon",
+ "lat": [
+ -6.9071,
+ -6.507099999999999
+ ],
+ "lon": [
+ 108.3574,
+ 108.7574
+ ]
+ },
+ {
+ "city": "Pondokaren",
+ "lat": [
+ -6.4811000000000005,
+ -6.0811
+ ],
+ "lon": [
+ 106.50189999999999,
+ 106.9019
+ ]
+ },
+ {
+ "city": "Sorong",
+ "lat": [
+ -1.0667,
+ -0.6667000000000001
+ ],
+ "lon": [
+ 131.05,
+ 131.45
+ ]
+ },
+ {
+ "city": "Mamuju",
+ "lat": [
+ -2.8833,
+ -2.4833
+ ],
+ "lon": [
+ 118.7,
+ 119.10000000000001
+ ]
+ },
+ {
+ "city": "Pematangsiantar",
+ "lat": [
+ 2.76,
+ 3.16
+ ],
+ "lon": [
+ 98.86,
+ 99.26
+ ]
+ },
+ {
+ "city": "Tegal",
+ "lat": [
+ -7.0675,
+ -6.6674999999999995
+ ],
+ "lon": [
+ 108.9375,
+ 109.3375
+ ]
+ },
+ {
+ "city": "Majene",
+ "lat": [
+ -3.7403,
+ -3.3402999999999996
+ ],
+ "lon": [
+ 118.77069999999999,
+ 119.1707
+ ]
+ },
+ {
+ "city": "Binjai",
+ "lat": [
+ 3.3985999999999996,
+ 3.7986
+ ],
+ "lon": [
+ 98.2803,
+ 98.6803
+ ]
+ },
+ {
+ "city": "Dumai",
+ "lat": [
+ 1.4667000000000001,
+ 1.8667
+ ],
+ "lon": [
+ 101.25,
+ 101.65
+ ]
+ },
+ {
+ "city": "Pasarkemis",
+ "lat": [
+ -6.3703,
+ -5.9703
+ ],
+ "lon": [
+ 106.33,
+ 106.73
+ ]
+ },
+ {
+ "city": "Cimanggis",
+ "lat": [
+ -6.5645,
+ -6.164499999999999
+ ],
+ "lon": [
+ 106.6591,
+ 107.0591
+ ]
+ },
+ {
+ "city": "Kediri",
+ "lat": [
+ -8.011099999999999,
+ -7.6110999999999995
+ ],
+ "lon": [
+ 111.8047,
+ 112.2047
+ ]
+ },
+ {
+ "city": "Palangkaraya",
+ "lat": [
+ -2.41,
+ -2.01
+ ],
+ "lon": [
+ 113.72,
+ 114.12
+ ]
+ },
+ {
+ "city": "Banda Aceh",
+ "lat": [
+ 5.35,
+ 5.75
+ ],
+ "lon": [
+ 95.11749999999999,
+ 95.5175
+ ]
+ },
+ {
+ "city": "Purwokerto",
+ "lat": [
+ -7.627800000000001,
+ -7.2278
+ ],
+ "lon": [
+ 109.04169999999999,
+ 109.4417
+ ]
+ },
+ {
+ "city": "Singkawang",
+ "lat": [
+ 0.7,
+ 1.1
+ ],
+ "lon": [
+ 108.7833,
+ 109.1833
+ ]
+ },
+ {
+ "city": "Padangsidempuan",
+ "lat": [
+ 1.1786,
+ 1.5786
+ ],
+ "lon": [
+ 99.0722,
+ 99.4722
+ ]
+ },
+ {
+ "city": "Tanjung Morawa",
+ "lat": [
+ 3.3167,
+ 3.7167000000000003
+ ],
+ "lon": [
+ 98.5833,
+ 98.9833
+ ]
+ },
+ {
+ "city": "Probolinggo",
+ "lat": [
+ -7.95,
+ -7.55
+ ],
+ "lon": [
+ 113.0167,
+ 113.4167
+ ]
+ },
+ {
+ "city": "Ciputat",
+ "lat": [
+ -6.5111,
+ -6.1110999999999995
+ ],
+ "lon": [
+ 106.5619,
+ 106.9619
+ ]
+ },
+ {
+ "city": "Pangkalpinang",
+ "lat": [
+ -2.3333000000000004,
+ -1.9333000000000002
+ ],
+ "lon": [
+ 105.91669999999999,
+ 106.3167
+ ]
+ },
+ {
+ "city": "Bitung",
+ "lat": [
+ 1.2472,
+ 1.6472
+ ],
+ "lon": [
+ 124.9978,
+ 125.3978
+ ]
+ },
+ {
+ "city": "Banjarbaru",
+ "lat": [
+ -3.6425,
+ -3.2424999999999997
+ ],
+ "lon": [
+ 114.6325,
+ 115.0325
+ ]
+ },
+ {
+ "city": "Cikupa",
+ "lat": [
+ -6.6947,
+ -6.2947
+ ],
+ "lon": [
+ 106.4511,
+ 106.8511
+ ]
+ },
+ {
+ "city": "Lubuklinggau",
+ "lat": [
+ -3.4967,
+ -3.0967
+ ],
+ "lon": [
+ 102.6617,
+ 103.0617
+ ]
+ },
+ {
+ "city": "Ternate",
+ "lat": [
+ 0.5800000000000001,
+ 0.98
+ ],
+ "lon": [
+ 127.1819,
+ 127.5819
+ ]
+ },
+ {
+ "city": "Banjar",
+ "lat": [
+ -7.569500000000001,
+ -7.1695
+ ],
+ "lon": [
+ 108.3414,
+ 108.7414
+ ]
+ },
+ {
+ "city": "Tanjungpinang",
+ "lat": [
+ 0.7187999999999999,
+ 1.1188
+ ],
+ "lon": [
+ 104.2554,
+ 104.6554
+ ]
+ },
+ {
+ "city": "Madiun",
+ "lat": [
+ -7.83,
+ -7.43
+ ],
+ "lon": [
+ 111.3231,
+ 111.7231
+ ]
+ },
+ {
+ "city": "Tarakan",
+ "lat": [
+ 3.0999999999999996,
+ 3.5
+ ],
+ "lon": [
+ 117.4333,
+ 117.83330000000001
+ ]
+ },
+ {
+ "city": "Martapura",
+ "lat": [
+ -3.6500000000000004,
+ -3.25
+ ],
+ "lon": [
+ 114.63329999999999,
+ 115.0333
+ ]
+ },
+ {
+ "city": "Sawangan",
+ "lat": [
+ -6.6086,
+ -6.2086
+ ],
+ "lon": [
+ 106.5647,
+ 106.96470000000001
+ ]
+ },
+ {
+ "city": "Gorontalo",
+ "lat": [
+ 0.3422,
+ 0.7422
+ ],
+ "lon": [
+ 122.8614,
+ 123.26140000000001
+ ]
+ },
+ {
+ "city": "Batu",
+ "lat": [
+ -8.072,
+ -7.672
+ ],
+ "lon": [
+ 112.325,
+ 112.72500000000001
+ ]
+ },
+ {
+ "city": "Prabumulih",
+ "lat": [
+ -3.6328,
+ -3.2327999999999997
+ ],
+ "lon": [
+ 104.0356,
+ 104.43560000000001
+ ]
+ },
+ {
+ "city": "Pasuruan",
+ "lat": [
+ -7.8406,
+ -7.4406
+ ],
+ "lon": [
+ 112.70649999999999,
+ 113.1065
+ ]
+ },
+ {
+ "city": "Padalarang",
+ "lat": [
+ -7.0435,
+ -6.6434999999999995
+ ],
+ "lon": [
+ 107.2779,
+ 107.67790000000001
+ ]
+ },
+ {
+ "city": "Singosari",
+ "lat": [
+ -8.0925,
+ -7.6925
+ ],
+ "lon": [
+ 112.4658,
+ 112.86580000000001
+ ]
+ },
+ {
+ "city": "Lhokseumawe",
+ "lat": [
+ 4.9881,
+ 5.3881000000000006
+ ],
+ "lon": [
+ 96.9403,
+ 97.3403
+ ]
+ },
+ {
+ "city": "Palopo",
+ "lat": [
+ -3.2,
+ -2.8
+ ],
+ "lon": [
+ 120.0,
+ 120.4
+ ]
+ },
+ {
+ "city": "Petarukan",
+ "lat": [
+ -7.0961,
+ -6.6960999999999995
+ ],
+ "lon": [
+ 109.2514,
+ 109.65140000000001
+ ]
+ },
+ {
+ "city": "Purwakarta",
+ "lat": [
+ -6.7533,
+ -6.3533
+ ],
+ "lon": [
+ 107.24719999999999,
+ 107.6472
+ ]
+ },
+ {
+ "city": "Langsa",
+ "lat": [
+ 4.28,
+ 4.680000000000001
+ ],
+ "lon": [
+ 97.7633,
+ 98.1633
+ ]
+ },
+ {
+ "city": "Curug",
+ "lat": [
+ -6.5711,
+ -6.1711
+ ],
+ "lon": [
+ 106.6,
+ 107.0
+ ]
+ },
+ {
+ "city": "Cianjur",
+ "lat": [
+ -7.0200000000000005,
+ -6.62
+ ],
+ "lon": [
+ 106.9408,
+ 107.3408
+ ]
+ },
+ {
+ "city": "Rantau Prapat",
+ "lat": [
+ 2.1332999999999998,
+ 2.5333
+ ],
+ "lon": [
+ 99.85,
+ 100.25
+ ]
+ },
+ {
+ "city": "Salatiga",
+ "lat": [
+ -7.5247,
+ -7.1247
+ ],
+ "lon": [
+ 110.3444,
+ 110.7444
+ ]
+ },
+ {
+ "city": "Beji",
+ "lat": [
+ -6.5704,
+ -6.1704
+ ],
+ "lon": [
+ 106.6176,
+ 107.0176
+ ]
+ },
+ {
+ "city": "Tebingtinggi",
+ "lat": [
+ 3.1193999999999997,
+ 3.5194
+ ],
+ "lon": [
+ 98.95219999999999,
+ 99.3522
+ ]
+ },
+ {
+ "city": "Teluknaga",
+ "lat": [
+ -6.298900000000001,
+ -5.8989
+ ],
+ "lon": [
+ 106.43809999999999,
+ 106.8381
+ ]
+ },
+ {
+ "city": "Sampit",
+ "lat": [
+ -2.7333000000000003,
+ -2.3333
+ ],
+ "lon": [
+ 112.75,
+ 113.15
+ ]
+ },
+ {
+ "city": "Tanjungbalai",
+ "lat": [
+ 2.77,
+ 3.1700000000000004
+ ],
+ "lon": [
+ 99.6,
+ 100.0
+ ]
+ },
+ {
+ "city": "Ungaran",
+ "lat": [
+ -7.3381,
+ -6.9380999999999995
+ ],
+ "lon": [
+ 110.205,
+ 110.605
+ ]
+ },
+ {
+ "city": "Tigaraksa",
+ "lat": [
+ -6.4667,
+ -6.0667
+ ],
+ "lon": [
+ 106.2667,
+ 106.6667
+ ]
+ },
+ {
+ "city": "Metro",
+ "lat": [
+ -5.3167,
+ -4.9167
+ ],
+ "lon": [
+ 105.1,
+ 105.5
+ ]
+ },
+ {
+ "city": "Bontang",
+ "lat": [
+ -0.06670000000000001,
+ 0.33330000000000004
+ ],
+ "lon": [
+ 117.3,
+ 117.7
+ ]
+ },
+ {
+ "city": "Singaraja",
+ "lat": [
+ -8.316699999999999,
+ -7.9167
+ ],
+ "lon": [
+ 114.88329999999999,
+ 115.2833
+ ]
+ },
+ {
+ "city": "Baubau",
+ "lat": [
+ -5.6622,
+ -5.2622
+ ],
+ "lon": [
+ 122.4058,
+ 122.8058
+ ]
+ },
+ {
+ "city": "Saumlaki",
+ "lat": [
+ -8.174999999999999,
+ -7.7749999999999995
+ ],
+ "lon": [
+ 131.10750000000002,
+ 131.5075
+ ]
+ },
+ {
+ "city": "Kisaran",
+ "lat": [
+ 2.7832999999999997,
+ 3.1833
+ ],
+ "lon": [
+ 99.4125,
+ 99.8125
+ ]
+ },
+ {
+ "city": "Rangkasbitung",
+ "lat": [
+ -6.5667,
+ -6.1667
+ ],
+ "lon": [
+ 106.05,
+ 106.45
+ ]
+ },
+ {
+ "city": "Tinipuka",
+ "lat": [
+ -4.75,
+ -4.35
+ ],
+ "lon": [
+ 136.69,
+ 137.08999999999997
+ ]
+ },
+ {
+ "city": "Subang",
+ "lat": [
+ -6.7714,
+ -6.3713999999999995
+ ],
+ "lon": [
+ 107.56139999999999,
+ 107.9614
+ ]
+ },
+ {
+ "city": "Gunungsitoli",
+ "lat": [
+ 1.0833000000000002,
+ 1.4833
+ ],
+ "lon": [
+ 97.41669999999999,
+ 97.8167
+ ]
+ },
+ {
+ "city": "Bima",
+ "lat": [
+ -8.66,
+ -8.260000000000002
+ ],
+ "lon": [
+ 118.52669999999999,
+ 118.9267
+ ]
+ },
+ {
+ "city": "Pageralam",
+ "lat": [
+ -4.2167,
+ -3.8167
+ ],
+ "lon": [
+ 103.05,
+ 103.45
+ ]
+ },
+ {
+ "city": "Batang",
+ "lat": [
+ -7.1081,
+ -6.7081
+ ],
+ "lon": [
+ 109.5304,
+ 109.9304
+ ]
+ },
+ {
+ "city": "Gubeng",
+ "lat": [
+ -7.4729,
+ -7.0729
+ ],
+ "lon": [
+ 112.5493,
+ 112.94930000000001
+ ]
+ },
+ {
+ "city": "Adonara",
+ "lat": [
+ -8.45,
+ -8.05
+ ],
+ "lon": [
+ 122.95,
+ 123.35000000000001
+ ]
+ },
+ {
+ "city": "Blitar",
+ "lat": [
+ -8.299999999999999,
+ -7.8999999999999995
+ ],
+ "lon": [
+ 111.95,
+ 112.35000000000001
+ ]
+ },
+ {
+ "city": "Leuwiliang",
+ "lat": [
+ -6.7742,
+ -6.3742
+ ],
+ "lon": [
+ 106.432,
+ 106.83200000000001
+ ]
+ },
+ {
+ "city": "Mojokerto",
+ "lat": [
+ -7.6722,
+ -7.2722
+ ],
+ "lon": [
+ 112.2336,
+ 112.6336
+ ]
+ },
+ {
+ "city": "Parepare",
+ "lat": [
+ -4.2167,
+ -3.8167
+ ],
+ "lon": [
+ 119.4236,
+ 119.8236
+ ]
+ },
+ {
+ "city": "Garut",
+ "lat": [
+ -7.4167000000000005,
+ -7.0167
+ ],
+ "lon": [
+ 107.7,
+ 108.10000000000001
+ ]
+ },
+ {
+ "city": "Payakumbuh",
+ "lat": [
+ -0.4333,
+ -0.033299999999999996
+ ],
+ "lon": [
+ 100.4333,
+ 100.83330000000001
+ ]
+ },
+ {
+ "city": "Magelang",
+ "lat": [
+ -7.6667000000000005,
+ -7.2667
+ ],
+ "lon": [
+ 110.0167,
+ 110.4167
+ ]
+ },
+ {
+ "city": "Baleraja",
+ "lat": [
+ -6.7167,
+ -6.3167
+ ],
+ "lon": [
+ 107.7169,
+ 108.1169
+ ]
+ },
+ {
+ "city": "Paleng",
+ "lat": [
+ -1.5999999999999999,
+ -1.2
+ ],
+ "lon": [
+ 122.9667,
+ 123.36670000000001
+ ]
+ },
+ {
+ "city": "Pati",
+ "lat": [
+ -6.9415000000000004,
+ -6.5415
+ ],
+ "lon": [
+ 110.8347,
+ 111.2347
+ ]
+ },
+ {
+ "city": "Indramayu",
+ "lat": [
+ -6.5528,
+ -6.1528
+ ],
+ "lon": [
+ 108.1242,
+ 108.52420000000001
+ ]
+ },
+ {
+ "city": "Kotamobagu",
+ "lat": [
+ 0.5332999999999999,
+ 0.9333
+ ],
+ "lon": [
+ 124.1167,
+ 124.5167
+ ]
+ },
+ {
+ "city": "Pelabuhanratu",
+ "lat": [
+ -7.1878,
+ -6.7878
+ ],
+ "lon": [
+ 106.34389999999999,
+ 106.7439
+ ]
+ },
+ {
+ "city": "Soasio",
+ "lat": [
+ 0.4833,
+ 0.8833
+ ],
+ "lon": [
+ 127.2,
+ 127.60000000000001
+ ]
+ },
+ {
+ "city": "Banyuwangi",
+ "lat": [
+ -8.4186,
+ -8.018600000000001
+ ],
+ "lon": [
+ 114.1669,
+ 114.5669
+ ]
+ },
+ {
+ "city": "Soreang",
+ "lat": [
+ -7.2372000000000005,
+ -6.8372
+ ],
+ "lon": [
+ 107.3167,
+ 107.7167
+ ]
+ },
+ {
+ "city": "Tarogong",
+ "lat": [
+ -7.415,
+ -7.015
+ ],
+ "lon": [
+ 107.6856,
+ 108.0856
+ ]
+ },
+ {
+ "city": "Rawajaya",
+ "lat": [
+ -7.78,
+ -7.38
+ ],
+ "lon": [
+ 108.6828,
+ 109.0828
+ ]
+ },
+ {
+ "city": "Tenggarong",
+ "lat": [
+ -0.6000000000000001,
+ -0.2
+ ],
+ "lon": [
+ 116.7667,
+ 117.1667
+ ]
+ },
+ {
+ "city": "Kuningan",
+ "lat": [
+ -7.1764,
+ -6.7764
+ ],
+ "lon": [
+ 108.28439999999999,
+ 108.6844
+ ]
+ },
+ {
+ "city": "Bukittinggi",
+ "lat": [
+ -0.5056,
+ -0.10559999999999997
+ ],
+ "lon": [
+ 100.1692,
+ 100.56920000000001
+ ]
+ },
+ {
+ "city": "Lawang",
+ "lat": [
+ -8.03,
+ -7.63
+ ],
+ "lon": [
+ 112.5,
+ 112.9
+ ]
+ },
+ {
+ "city": "Sepatan",
+ "lat": [
+ -6.3143,
+ -5.9143
+ ],
+ "lon": [
+ 106.3784,
+ 106.7784
+ ]
+ },
+ {
+ "city": "Manokwari",
+ "lat": [
+ -1.0667,
+ -0.6667000000000001
+ ],
+ "lon": [
+ 133.88330000000002,
+ 134.2833
+ ]
+ },
+ {
+ "city": "Raba",
+ "lat": [
+ -8.661399999999999,
+ -8.2614
+ ],
+ "lon": [
+ 118.5469,
+ 118.9469
+ ]
+ },
+ {
+ "city": "Pangkalan Bun",
+ "lat": [
+ -2.8833,
+ -2.4833
+ ],
+ "lon": [
+ 111.41669999999999,
+ 111.8167
+ ]
+ },
+ {
+ "city": "Biak",
+ "lat": [
+ -1.38,
+ -0.98
+ ],
+ "lon": [
+ 135.88000000000002,
+ 136.28
+ ]
+ },
+ {
+ "city": "Tanjungpandan",
+ "lat": [
+ -2.95,
+ -2.55
+ ],
+ "lon": [
+ 107.55,
+ 107.95
+ ]
+ },
+ {
+ "city": "Sumber",
+ "lat": [
+ -6.954400000000001,
+ -6.5544
+ ],
+ "lon": [
+ 108.2858,
+ 108.6858
+ ]
+ },
+ {
+ "city": "Cinere",
+ "lat": [
+ -6.5333000000000006,
+ -6.1333
+ ],
+ "lon": [
+ 106.5833,
+ 106.9833
+ ]
+ },
+ {
+ "city": "Sungai Penuh",
+ "lat": [
+ -2.2589,
+ -1.8589
+ ],
+ "lon": [
+ 101.1914,
+ 101.59140000000001
+ ]
+ },
+ {
+ "city": "Sungailiat",
+ "lat": [
+ -2.0561000000000003,
+ -1.6561000000000001
+ ],
+ "lon": [
+ 105.9192,
+ 106.31920000000001
+ ]
+ },
+ {
+ "city": "Nabire",
+ "lat": [
+ -3.5622000000000003,
+ -3.1622
+ ],
+ "lon": [
+ 135.30280000000002,
+ 135.7028
+ ]
+ },
+ {
+ "city": "Ciamis",
+ "lat": [
+ -7.5281,
+ -7.1281
+ ],
+ "lon": [
+ 108.1336,
+ 108.5336
+ ]
+ },
+ {
+ "city": "Tomohon",
+ "lat": [
+ 1.125,
+ 1.525
+ ],
+ "lon": [
+ 124.63889999999999,
+ 125.0389
+ ]
+ },
+ {
+ "city": "Sibolga",
+ "lat": [
+ 1.54,
+ 1.94
+ ],
+ "lon": [
+ 98.58,
+ 98.98
+ ]
+ },
+ {
+ "city": "Simeulu",
+ "lat": [
+ 2.4299999999999997,
+ 2.83
+ ],
+ "lon": [
+ 95.89,
+ 96.29
+ ]
+ },
+ {
+ "city": "Ketapang",
+ "lat": [
+ -2.0500000000000003,
+ -1.6500000000000001
+ ],
+ "lon": [
+ 109.7833,
+ 110.1833
+ ]
+ },
+ {
+ "city": "Tatakan",
+ "lat": [
+ -6.3116,
+ -5.9116
+ ],
+ "lon": [
+ 105.9036,
+ 106.3036
+ ]
+ },
+ {
+ "city": "Cisauk",
+ "lat": [
+ -6.5333000000000006,
+ -6.1333
+ ],
+ "lon": [
+ 106.45,
+ 106.85000000000001
+ ]
+ },
+ {
+ "city": "Pamekasan",
+ "lat": [
+ -7.3574,
+ -6.9574
+ ],
+ "lon": [
+ 113.2718,
+ 113.6718
+ ]
+ },
+ {
+ "city": "Bangkalan",
+ "lat": [
+ -7.2253,
+ -6.8252999999999995
+ ],
+ "lon": [
+ 112.5519,
+ 112.95190000000001
+ ]
+ },
+ {
+ "city": "Tuban",
+ "lat": [
+ -7.1000000000000005,
+ -6.7
+ ],
+ "lon": [
+ 111.85,
+ 112.25
+ ]
+ },
+ {
+ "city": "Ende",
+ "lat": [
+ -9.033299999999999,
+ -8.6333
+ ],
+ "lon": [
+ 121.45,
+ 121.85000000000001
+ ]
+ },
+ {
+ "city": "Karanganyar",
+ "lat": [
+ -7.8033,
+ -7.4033
+ ],
+ "lon": [
+ 110.7778,
+ 111.1778
+ ]
+ },
+ {
+ "city": "Pariaman",
+ "lat": [
+ -0.8264,
+ -0.42639999999999995
+ ],
+ "lon": [
+ 99.9178,
+ 100.3178
+ ]
+ },
+ {
+ "city": "Sumenep",
+ "lat": [
+ -7.2049,
+ -6.8049
+ ],
+ "lon": [
+ 113.64959999999999,
+ 114.0496
+ ]
+ },
+ {
+ "city": "Sentani",
+ "lat": [
+ -2.7636000000000003,
+ -2.3636
+ ],
+ "lon": [
+ 140.3146,
+ 140.7146
+ ]
+ },
+ {
+ "city": "Bangil",
+ "lat": [
+ -7.7978000000000005,
+ -7.3978
+ ],
+ "lon": [
+ 112.5846,
+ 112.9846
+ ]
+ },
+ {
+ "city": "Tual",
+ "lat": [
+ -5.8368,
+ -5.4368
+ ],
+ "lon": [
+ 132.5508,
+ 132.9508
+ ]
+ },
+ {
+ "city": "Jepara",
+ "lat": [
+ -6.7333,
+ -6.3332999999999995
+ ],
+ "lon": [
+ 110.4667,
+ 110.86670000000001
+ ]
+ },
+ {
+ "city": "Watampone",
+ "lat": [
+ -4.7386,
+ -4.3386
+ ],
+ "lon": [
+ 120.1297,
+ 120.5297
+ ]
+ },
+ {
+ "city": "Mandiraja Kulon",
+ "lat": [
+ -7.6722,
+ -7.2722
+ ],
+ "lon": [
+ 109.3133,
+ 109.7133
+ ]
+ },
+ {
+ "city": "Subulussalam",
+ "lat": [
+ 2.4421999999999997,
+ 2.8422
+ ],
+ "lon": [
+ 97.8042,
+ 98.2042
+ ]
+ },
+ {
+ "city": "Maumere",
+ "lat": [
+ -8.822199999999999,
+ -8.4222
+ ],
+ "lon": [
+ 122.01219999999999,
+ 122.4122
+ ]
+ },
+ {
+ "city": "Atambua",
+ "lat": [
+ -9.306099999999999,
+ -8.9061
+ ],
+ "lon": [
+ 124.6925,
+ 125.0925
+ ]
+ },
+ {
+ "city": "Ubud",
+ "lat": [
+ -8.7069,
+ -8.3069
+ ],
+ "lon": [
+ 115.0624,
+ 115.4624
+ ]
+ },
+ {
+ "city": "Singaparna",
+ "lat": [
+ -7.5497000000000005,
+ -7.1497
+ ],
+ "lon": [
+ 107.9106,
+ 108.31060000000001
+ ]
+ },
+ {
+ "city": "Majalengka",
+ "lat": [
+ -7.0353,
+ -6.6353
+ ],
+ "lon": [
+ 108.0278,
+ 108.4278
+ ]
+ },
+ {
+ "city": "Bagan Si Api-api",
+ "lat": [
+ 1.9667000000000001,
+ 2.3667000000000002
+ ],
+ "lon": [
+ 100.6167,
+ 101.0167
+ ]
+ },
+ {
+ "city": "Kresek",
+ "lat": [
+ -6.3314,
+ -5.9314
+ ],
+ "lon": [
+ 106.17999999999999,
+ 106.58
+ ]
+ },
+ {
+ "city": "Waingapu",
+ "lat": [
+ -9.85,
+ -9.450000000000001
+ ],
+ "lon": [
+ 120.0667,
+ 120.4667
+ ]
+ },
+ {
+ "city": "Raha Tiga",
+ "lat": [
+ -5.0311,
+ -4.6311
+ ],
+ "lon": [
+ 122.5239,
+ 122.9239
+ ]
+ },
+ {
+ "city": "Raha",
+ "lat": [
+ -5.0311,
+ -4.6311
+ ],
+ "lon": [
+ 122.5239,
+ 122.9239
+ ]
+ },
+ {
+ "city": "Solok",
+ "lat": [
+ -0.9997,
+ -0.5996999999999999
+ ],
+ "lon": [
+ 100.4661,
+ 100.8661
+ ]
+ },
+ {
+ "city": "Kampung Tengah",
+ "lat": [
+ 1.2836,
+ 1.6836
+ ],
+ "lon": [
+ 101.7561,
+ 102.15610000000001
+ ]
+ },
+ {
+ "city": "Bengkalis",
+ "lat": [
+ 1.2897,
+ 1.6897
+ ],
+ "lon": [
+ 101.8797,
+ 102.2797
+ ]
+ },
+ {
+ "city": "Wamena",
+ "lat": [
+ -4.2975,
+ -3.8975
+ ],
+ "lon": [
+ 138.7511,
+ 139.15109999999999
+ ]
+ },
+ {
+ "city": "Lahat",
+ "lat": [
+ -4.0,
+ -3.5999999999999996
+ ],
+ "lon": [
+ 103.3333,
+ 103.7333
+ ]
+ },
+ {
+ "city": "Ruteng",
+ "lat": [
+ -8.8127,
+ -8.412700000000001
+ ],
+ "lon": [
+ 120.26299999999999,
+ 120.663
+ ]
+ },
+ {
+ "city": "Kronjo",
+ "lat": [
+ -6.2667,
+ -5.8667
+ ],
+ "lon": [
+ 106.2167,
+ 106.61670000000001
+ ]
+ },
+ {
+ "city": "Toboali",
+ "lat": [
+ -3.1997,
+ -2.7996999999999996
+ ],
+ "lon": [
+ 106.26559999999999,
+ 106.6656
+ ]
+ },
+ {
+ "city": "Meulaboh",
+ "lat": [
+ 3.9333,
+ 4.3333
+ ],
+ "lon": [
+ 95.91669999999999,
+ 96.3167
+ ]
+ },
+ {
+ "city": "Ambarawa",
+ "lat": [
+ -7.4667,
+ -7.0667
+ ],
+ "lon": [
+ 110.2,
+ 110.60000000000001
+ ]
+ },
+ {
+ "city": "Tanjung Selor",
+ "lat": [
+ 2.65,
+ 3.0500000000000003
+ ],
+ "lon": [
+ 117.1833,
+ 117.58330000000001
+ ]
+ },
+ {
+ "city": "Sumbawa Besar",
+ "lat": [
+ -8.7,
+ -8.3
+ ],
+ "lon": [
+ 117.2167,
+ 117.61670000000001
+ ]
+ },
+ {
+ "city": "Sawahlunto",
+ "lat": [
+ -0.8667,
+ -0.46669999999999995
+ ],
+ "lon": [
+ 100.5833,
+ 100.9833
+ ]
+ },
+ {
+ "city": "Dompu",
+ "lat": [
+ -8.7364,
+ -8.336400000000001
+ ],
+ "lon": [
+ 118.2633,
+ 118.6633
+ ]
+ },
+ {
+ "city": "Taliwang",
+ "lat": [
+ -8.933599999999998,
+ -8.5336
+ ],
+ "lon": [
+ 116.66669999999999,
+ 117.0667
+ ]
+ },
+ {
+ "city": "Bebandem",
+ "lat": [
+ -8.6046,
+ -8.204600000000001
+ ],
+ "lon": [
+ 115.3395,
+ 115.7395
+ ]
+ },
+ {
+ "city": "Barabai",
+ "lat": [
+ -2.7833,
+ -2.3832999999999998
+ ],
+ "lon": [
+ 115.1833,
+ 115.58330000000001
+ ]
+ },
+ {
+ "city": "Jambe",
+ "lat": [
+ -6.516,
+ -6.116
+ ],
+ "lon": [
+ 106.28529999999999,
+ 106.6853
+ ]
+ },
+ {
+ "city": "Kuala Kapuas",
+ "lat": [
+ -3.2013000000000003,
+ -2.8013
+ ],
+ "lon": [
+ 114.1916,
+ 114.5916
+ ]
+ },
+ {
+ "city": "Karak",
+ "lat": [
+ -0.7298,
+ -0.32980000000000004
+ ],
+ "lon": [
+ 101.3721,
+ 101.77210000000001
+ ]
+ },
+ {
+ "city": "Lubuk Sikaping",
+ "lat": [
+ -0.05000000000000002,
+ 0.35
+ ],
+ "lon": [
+ 99.9667,
+ 100.36670000000001
+ ]
+ },
+ {
+ "city": "Padangpanjang",
+ "lat": [
+ -0.65,
+ -0.25
+ ],
+ "lon": [
+ 100.2167,
+ 100.61670000000001
+ ]
+ },
+ {
+ "city": "Menggala",
+ "lat": [
+ -4.675,
+ -4.2749999999999995
+ ],
+ "lon": [
+ 105.0414,
+ 105.4414
+ ]
+ },
+ {
+ "city": "Amahai",
+ "lat": [
+ -3.5439000000000003,
+ -3.1439
+ ],
+ "lon": [
+ 128.7322,
+ 129.13219999999998
+ ]
+ },
+ {
+ "city": "Gombong",
+ "lat": [
+ -7.8,
+ -7.3999999999999995
+ ],
+ "lon": [
+ 109.3167,
+ 109.7167
+ ]
+ }
+ ],
+ "India": [
+ {
+ "city": "Delhi",
+ "lat": [
+ 28.41,
+ 28.81
+ ],
+ "lon": [
+ 77.03,
+ 77.43
+ ]
+ },
+ {
+ "city": "Mumbai",
+ "lat": [
+ 18.8761,
+ 19.2761
+ ],
+ "lon": [
+ 72.6775,
+ 73.0775
+ ]
+ },
+ {
+ "city": "Kolk\u0101ta",
+ "lat": [
+ 22.3675,
+ 22.7675
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Bangalore",
+ "lat": [
+ 12.7789,
+ 13.178899999999999
+ ],
+ "lon": [
+ 77.3917,
+ 77.7917
+ ]
+ },
+ {
+ "city": "Chennai",
+ "lat": [
+ 12.8825,
+ 13.282499999999999
+ ],
+ "lon": [
+ 80.075,
+ 80.47500000000001
+ ]
+ },
+ {
+ "city": "Hyder\u0101b\u0101d",
+ "lat": [
+ 17.1617,
+ 17.5617
+ ],
+ "lon": [
+ 78.2747,
+ 78.6747
+ ]
+ },
+ {
+ "city": "Pune",
+ "lat": [
+ 18.3203,
+ 18.720299999999998
+ ],
+ "lon": [
+ 73.6567,
+ 74.0567
+ ]
+ },
+ {
+ "city": "Ahmedabad",
+ "lat": [
+ 22.8225,
+ 23.2225
+ ],
+ "lon": [
+ 72.3714,
+ 72.7714
+ ]
+ },
+ {
+ "city": "S\u016brat",
+ "lat": [
+ 21.005,
+ 21.404999999999998
+ ],
+ "lon": [
+ 72.64,
+ 73.04
+ ]
+ },
+ {
+ "city": "Prayagraj",
+ "lat": [
+ 25.2358,
+ 25.6358
+ ],
+ "lon": [
+ 81.6464,
+ 82.0464
+ ]
+ },
+ {
+ "city": "Bel\u0101hi",
+ "lat": [
+ 26.2,
+ 26.599999999999998
+ ],
+ "lon": [
+ 86.05,
+ 86.45
+ ]
+ },
+ {
+ "city": "N\u0101damp\u0101laiyam",
+ "lat": [
+ 10.8125,
+ 11.212499999999999
+ ],
+ "lon": [
+ 76.7714,
+ 77.1714
+ ]
+ },
+ {
+ "city": "Lucknow",
+ "lat": [
+ 26.650000000000002,
+ 27.05
+ ],
+ "lon": [
+ 80.75,
+ 81.15
+ ]
+ },
+ {
+ "city": "Kannankulam",
+ "lat": [
+ 10.32,
+ 10.719999999999999
+ ],
+ "lon": [
+ 76.00999999999999,
+ 76.41
+ ]
+ },
+ {
+ "city": "Jaipur",
+ "lat": [
+ 26.7,
+ 27.099999999999998
+ ],
+ "lon": [
+ 75.6,
+ 76.0
+ ]
+ },
+ {
+ "city": "Kott\u0101rassh\u0113ri",
+ "lat": [
+ 10.575000000000001,
+ 10.975
+ ],
+ "lon": [
+ 76.451,
+ 76.851
+ ]
+ },
+ {
+ "city": "Attadappa",
+ "lat": [
+ 11.6689,
+ 12.0689
+ ],
+ "lon": [
+ 75.1555,
+ 75.55550000000001
+ ]
+ },
+ {
+ "city": "Barmh\u0101n Kal\u0101n",
+ "lat": [
+ 18.9972,
+ 19.397199999999998
+ ],
+ "lon": [
+ 72.7722,
+ 73.1722
+ ]
+ },
+ {
+ "city": "Mirz\u0101pur",
+ "lat": [
+ 24.946,
+ 25.346
+ ],
+ "lon": [
+ 82.369,
+ 82.769
+ ]
+ },
+ {
+ "city": "N\u0101gpur",
+ "lat": [
+ 20.9497,
+ 21.3497
+ ],
+ "lon": [
+ 78.8806,
+ 79.2806
+ ]
+ },
+ {
+ "city": "Gh\u0101zi\u0101b\u0101d",
+ "lat": [
+ 28.470000000000002,
+ 28.87
+ ],
+ "lon": [
+ 77.22,
+ 77.62
+ ]
+ },
+ {
+ "city": "Supaul",
+ "lat": [
+ 25.926000000000002,
+ 26.326
+ ],
+ "lon": [
+ 86.405,
+ 86.805
+ ]
+ },
+ {
+ "city": "Vadodara",
+ "lat": [
+ 22.1,
+ 22.5
+ ],
+ "lon": [
+ 73.0,
+ 73.4
+ ]
+ },
+ {
+ "city": "R\u0101jkot",
+ "lat": [
+ 22.1,
+ 22.5
+ ],
+ "lon": [
+ 70.5833,
+ 70.9833
+ ]
+ },
+ {
+ "city": "Vish\u0101khapatnam",
+ "lat": [
+ 17.5042,
+ 17.9042
+ ],
+ "lon": [
+ 83.09779999999999,
+ 83.4978
+ ]
+ },
+ {
+ "city": "Indore",
+ "lat": [
+ 22.5167,
+ 22.9167
+ ],
+ "lon": [
+ 75.6472,
+ 76.0472
+ ]
+ },
+ {
+ "city": "Abhepur",
+ "lat": [
+ 39.209999999999994,
+ 39.61
+ ],
+ "lon": [
+ 116.17999999999999,
+ 116.58
+ ]
+ },
+ {
+ "city": "Th\u0101ne",
+ "lat": [
+ 18.9972,
+ 19.397199999999998
+ ],
+ "lon": [
+ 72.7722,
+ 73.1722
+ ]
+ },
+ {
+ "city": "Bhop\u0101l",
+ "lat": [
+ 23.0599,
+ 23.459899999999998
+ ],
+ "lon": [
+ 77.2126,
+ 77.6126
+ ]
+ },
+ {
+ "city": "\u0100gra",
+ "lat": [
+ 26.98,
+ 27.38
+ ],
+ "lon": [
+ 77.82,
+ 78.22
+ ]
+ },
+ {
+ "city": "Peyanvilai",
+ "lat": [
+ 8.700000000000001,
+ 9.1
+ ],
+ "lon": [
+ 77.7833,
+ 78.1833
+ ]
+ },
+ {
+ "city": "Pimpri-Chinchwad",
+ "lat": [
+ 18.4186,
+ 18.8186
+ ],
+ "lon": [
+ 73.6037,
+ 74.00370000000001
+ ]
+ },
+ {
+ "city": "Patna",
+ "lat": [
+ 25.394000000000002,
+ 25.794
+ ],
+ "lon": [
+ 84.9376,
+ 85.33760000000001
+ ]
+ },
+ {
+ "city": "Bil\u0101spur",
+ "lat": [
+ 21.89,
+ 22.29
+ ],
+ "lon": [
+ 81.95,
+ 82.35000000000001
+ ]
+ },
+ {
+ "city": "Ludhi\u0101na",
+ "lat": [
+ 30.71,
+ 31.11
+ ],
+ "lon": [
+ 75.64999999999999,
+ 76.05
+ ]
+ },
+ {
+ "city": "Madurai",
+ "lat": [
+ 9.725200000000001,
+ 10.1252
+ ],
+ "lon": [
+ 77.9198,
+ 78.3198
+ ]
+ },
+ {
+ "city": "Jamshedpur",
+ "lat": [
+ 22.5925,
+ 22.9925
+ ],
+ "lon": [
+ 85.9842,
+ 86.3842
+ ]
+ },
+ {
+ "city": "N\u0101sik",
+ "lat": [
+ 19.7975,
+ 20.197499999999998
+ ],
+ "lon": [
+ 73.5898,
+ 73.9898
+ ]
+ },
+ {
+ "city": "Vijayav\u0101da",
+ "lat": [
+ 16.319300000000002,
+ 16.7193
+ ],
+ "lon": [
+ 80.4305,
+ 80.8305
+ ]
+ },
+ {
+ "city": "Far\u012bd\u0101b\u0101d",
+ "lat": [
+ 28.2211,
+ 28.6211
+ ],
+ "lon": [
+ 77.1078,
+ 77.5078
+ ]
+ },
+ {
+ "city": "Najafgarh",
+ "lat": [
+ 28.4125,
+ 28.8125
+ ],
+ "lon": [
+ 76.7847,
+ 77.1847
+ ]
+ },
+ {
+ "city": "Meerut",
+ "lat": [
+ 28.78,
+ 29.18
+ ],
+ "lon": [
+ 77.50999999999999,
+ 77.91
+ ]
+ },
+ {
+ "city": "Jabalpur",
+ "lat": [
+ 22.9667,
+ 23.366699999999998
+ ],
+ "lon": [
+ 79.7333,
+ 80.1333
+ ]
+ },
+ {
+ "city": "Kaly\u0101n",
+ "lat": [
+ 19.04,
+ 19.439999999999998
+ ],
+ "lon": [
+ 72.92999999999999,
+ 73.33
+ ]
+ },
+ {
+ "city": "Vasai-Virar",
+ "lat": [
+ 19.27,
+ 19.669999999999998
+ ],
+ "lon": [
+ 72.6,
+ 73.0
+ ]
+ },
+ {
+ "city": "P\u0101n\u012bpat",
+ "lat": [
+ 29.1875,
+ 29.5875
+ ],
+ "lon": [
+ 76.77,
+ 77.17
+ ]
+ },
+ {
+ "city": "V\u0101r\u0101nasi",
+ "lat": [
+ 25.1189,
+ 25.5189
+ ],
+ "lon": [
+ 82.8128,
+ 83.2128
+ ]
+ },
+ {
+ "city": "Kalleli",
+ "lat": [
+ 9.0807,
+ 9.480699999999999
+ ],
+ "lon": [
+ 76.66969999999999,
+ 77.0697
+ ]
+ },
+ {
+ "city": "Sr\u012bnagar",
+ "lat": [
+ 33.89,
+ 34.290000000000006
+ ],
+ "lon": [
+ 74.59,
+ 74.99000000000001
+ ]
+ },
+ {
+ "city": "Aurang\u0101b\u0101d",
+ "lat": [
+ 19.68,
+ 20.08
+ ],
+ "lon": [
+ 75.11999999999999,
+ 75.52
+ ]
+ },
+ {
+ "city": "Dhanb\u0101d",
+ "lat": [
+ 23.599800000000002,
+ 23.9998
+ ],
+ "lon": [
+ 86.23049999999999,
+ 86.6305
+ ]
+ },
+ {
+ "city": "Amritsar",
+ "lat": [
+ 31.44,
+ 31.84
+ ],
+ "lon": [
+ 74.66,
+ 75.06
+ ]
+ },
+ {
+ "city": "Al\u012bgarh",
+ "lat": [
+ 27.68,
+ 28.08
+ ],
+ "lon": [
+ 77.88,
+ 78.28
+ ]
+ },
+ {
+ "city": "Guw\u0101h\u0101ti",
+ "lat": [
+ 25.9722,
+ 26.3722
+ ],
+ "lon": [
+ 91.5458,
+ 91.9458
+ ]
+ },
+ {
+ "city": "H\u0101ora",
+ "lat": [
+ 22.38,
+ 22.779999999999998
+ ],
+ "lon": [
+ 88.1294,
+ 88.52940000000001
+ ]
+ },
+ {
+ "city": "R\u0101nchi",
+ "lat": [
+ 23.16,
+ 23.56
+ ],
+ "lon": [
+ 85.13,
+ 85.53
+ ]
+ },
+ {
+ "city": "Gwalior",
+ "lat": [
+ 26.0125,
+ 26.412499999999998
+ ],
+ "lon": [
+ 77.97749999999999,
+ 78.3775
+ ]
+ },
+ {
+ "city": "Chand\u012bgarh",
+ "lat": [
+ 30.55,
+ 30.95
+ ],
+ "lon": [
+ 76.58,
+ 76.98
+ ]
+ },
+ {
+ "city": "Jodhpur",
+ "lat": [
+ 26.080000000000002,
+ 26.48
+ ],
+ "lon": [
+ 72.82,
+ 73.22
+ ]
+ },
+ {
+ "city": "Raipur",
+ "lat": [
+ 21.0444,
+ 21.444399999999998
+ ],
+ "lon": [
+ 81.4306,
+ 81.8306
+ ]
+ },
+ {
+ "city": "Kota",
+ "lat": [
+ 24.98,
+ 25.38
+ ],
+ "lon": [
+ 75.63,
+ 76.03
+ ]
+ },
+ {
+ "city": "Bareilly",
+ "lat": [
+ 28.166700000000002,
+ 28.5667
+ ],
+ "lon": [
+ 79.2306,
+ 79.6306
+ ]
+ },
+ {
+ "city": "Coimbatore",
+ "lat": [
+ 10.8008,
+ 11.2008
+ ],
+ "lon": [
+ 76.7633,
+ 77.1633
+ ]
+ },
+ {
+ "city": "Sol\u0101pur",
+ "lat": [
+ 17.48,
+ 17.88
+ ],
+ "lon": [
+ 75.72,
+ 76.12
+ ]
+ },
+ {
+ "city": "Hubli",
+ "lat": [
+ 15.1502,
+ 15.550199999999998
+ ],
+ "lon": [
+ 74.9376,
+ 75.33760000000001
+ ]
+ },
+ {
+ "city": "Mysore",
+ "lat": [
+ 12.108600000000001,
+ 12.5086
+ ],
+ "lon": [
+ 76.45309999999999,
+ 76.8531
+ ]
+ },
+ {
+ "city": "Trichinopoly",
+ "lat": [
+ 10.590300000000001,
+ 10.9903
+ ],
+ "lon": [
+ 78.5047,
+ 78.9047
+ ]
+ },
+ {
+ "city": "Mor\u0101d\u0101b\u0101d",
+ "lat": [
+ 28.6319,
+ 29.0319
+ ],
+ "lon": [
+ 78.57639999999999,
+ 78.9764
+ ]
+ },
+ {
+ "city": "Tirupp\u016br",
+ "lat": [
+ 10.9085,
+ 11.308499999999999
+ ],
+ "lon": [
+ 77.1411,
+ 77.5411
+ ]
+ },
+ {
+ "city": "Gurgaon",
+ "lat": [
+ 28.256,
+ 28.656
+ ],
+ "lon": [
+ 76.829,
+ 77.229
+ ]
+ },
+ {
+ "city": "Jalandhar",
+ "lat": [
+ 31.126,
+ 31.526
+ ],
+ "lon": [
+ 75.3762,
+ 75.7762
+ ]
+ },
+ {
+ "city": "Bhubaneshwar",
+ "lat": [
+ 20.07,
+ 20.47
+ ],
+ "lon": [
+ 85.64,
+ 86.04
+ ]
+ },
+ {
+ "city": "Narela",
+ "lat": [
+ 28.650000000000002,
+ 29.05
+ ],
+ "lon": [
+ 76.89999999999999,
+ 77.3
+ ]
+ },
+ {
+ "city": "Bhayandar",
+ "lat": [
+ 19.09,
+ 19.49
+ ],
+ "lon": [
+ 72.64999999999999,
+ 73.05
+ ]
+ },
+ {
+ "city": "Kar\u012bmnagar",
+ "lat": [
+ 18.2386,
+ 18.6386
+ ],
+ "lon": [
+ 78.9288,
+ 79.3288
+ ]
+ },
+ {
+ "city": "Pati\u0101la",
+ "lat": [
+ 30.14,
+ 30.54
+ ],
+ "lon": [
+ 76.17999999999999,
+ 76.58
+ ]
+ },
+ {
+ "city": "Sh\u012bshgarh",
+ "lat": [
+ 28.52,
+ 28.919999999999998
+ ],
+ "lon": [
+ 79.11999999999999,
+ 79.52
+ ]
+ },
+ {
+ "city": "Thiruvananthapuram",
+ "lat": [
+ 8.324100000000001,
+ 8.7241
+ ],
+ "lon": [
+ 76.7366,
+ 77.1366
+ ]
+ },
+ {
+ "city": "Durg\u0101pur",
+ "lat": [
+ 23.35,
+ 23.75
+ ],
+ "lon": [
+ 87.11999999999999,
+ 87.52
+ ]
+ },
+ {
+ "city": "Bhiwandi",
+ "lat": [
+ 19.096700000000002,
+ 19.4967
+ ],
+ "lon": [
+ 72.8631,
+ 73.26310000000001
+ ]
+ },
+ {
+ "city": "Bh\u012blw\u0101ra",
+ "lat": [
+ 25.150000000000002,
+ 25.55
+ ],
+ "lon": [
+ 74.42999999999999,
+ 74.83
+ ]
+ },
+ {
+ "city": "Sah\u0101ranpur",
+ "lat": [
+ 29.7639,
+ 30.163899999999998
+ ],
+ "lon": [
+ 77.3458,
+ 77.7458
+ ]
+ },
+ {
+ "city": "Warangal",
+ "lat": [
+ 17.768900000000002,
+ 18.1689
+ ],
+ "lon": [
+ 79.3941,
+ 79.7941
+ ]
+ },
+ {
+ "city": "Shiliguri",
+ "lat": [
+ 26.51,
+ 26.91
+ ],
+ "lon": [
+ 88.23,
+ 88.63000000000001
+ ]
+ },
+ {
+ "city": "Salem",
+ "lat": [
+ 11.450000000000001,
+ 11.85
+ ],
+ "lon": [
+ 77.95,
+ 78.35000000000001
+ ]
+ },
+ {
+ "city": "Kochi",
+ "lat": [
+ 9.731200000000001,
+ 10.1312
+ ],
+ "lon": [
+ 76.0673,
+ 76.46730000000001
+ ]
+ },
+ {
+ "city": "Gorakhpur",
+ "lat": [
+ 26.5637,
+ 26.9637
+ ],
+ "lon": [
+ 83.20389999999999,
+ 83.6039
+ ]
+ },
+ {
+ "city": "Gunt\u016br",
+ "lat": [
+ 16.1008,
+ 16.500799999999998
+ ],
+ "lon": [
+ 80.2428,
+ 80.64280000000001
+ ]
+ },
+ {
+ "city": "Karaikandi",
+ "lat": [
+ 24.6309,
+ 25.0309
+ ],
+ "lon": [
+ 92.4143,
+ 92.8143
+ ]
+ },
+ {
+ "city": "Haldw\u0101ni",
+ "lat": [
+ 29.02,
+ 29.419999999999998
+ ],
+ "lon": [
+ 79.32,
+ 79.72
+ ]
+ },
+ {
+ "city": "Dh\u016blia",
+ "lat": [
+ 20.6997,
+ 21.0997
+ ],
+ "lon": [
+ 74.5697,
+ 74.9697
+ ]
+ },
+ {
+ "city": "Bh\u0101vnagar",
+ "lat": [
+ 21.560000000000002,
+ 21.96
+ ],
+ "lon": [
+ 71.95,
+ 72.35000000000001
+ ]
+ },
+ {
+ "city": "Noida",
+ "lat": [
+ 28.37,
+ 28.77
+ ],
+ "lon": [
+ 77.11999999999999,
+ 77.52
+ ]
+ },
+ {
+ "city": "Bh\u0101ngar",
+ "lat": [
+ 22.38,
+ 22.779999999999998
+ ],
+ "lon": [
+ 88.22,
+ 88.62
+ ]
+ },
+ {
+ "city": "Bhilai",
+ "lat": [
+ 21.01,
+ 21.41
+ ],
+ "lon": [
+ 81.17999999999999,
+ 81.58
+ ]
+ },
+ {
+ "city": "Mangalore",
+ "lat": [
+ 12.671700000000001,
+ 13.0717
+ ],
+ "lon": [
+ 74.6425,
+ 75.0425
+ ]
+ },
+ {
+ "city": "Biht\u0101",
+ "lat": [
+ 25.361900000000002,
+ 25.7619
+ ],
+ "lon": [
+ 84.67,
+ 85.07000000000001
+ ]
+ },
+ {
+ "city": "Hasanpur",
+ "lat": [
+ 28.52,
+ 28.919999999999998
+ ],
+ "lon": [
+ 78.08,
+ 78.48
+ ]
+ },
+ {
+ "city": "Cuttack",
+ "lat": [
+ 20.3236,
+ 20.723599999999998
+ ],
+ "lon": [
+ 85.5881,
+ 85.9881
+ ]
+ },
+ {
+ "city": "Sal\u012bmpur",
+ "lat": [
+ 26.1,
+ 26.5
+ ],
+ "lon": [
+ 83.7167,
+ 84.11670000000001
+ ]
+ },
+ {
+ "city": "Raurkela",
+ "lat": [
+ 22.0492,
+ 22.449199999999998
+ ],
+ "lon": [
+ 84.6828,
+ 85.0828
+ ]
+ },
+ {
+ "city": "Tumk\u016br",
+ "lat": [
+ 13.14,
+ 13.54
+ ],
+ "lon": [
+ 76.89999999999999,
+ 77.3
+ ]
+ },
+ {
+ "city": "Dehra D\u016bn",
+ "lat": [
+ 30.145,
+ 30.544999999999998
+ ],
+ "lon": [
+ 77.829,
+ 78.229
+ ]
+ },
+ {
+ "city": "Kottayam",
+ "lat": [
+ 9.3916,
+ 9.791599999999999
+ ],
+ "lon": [
+ 76.3222,
+ 76.7222
+ ]
+ },
+ {
+ "city": "\u0100sansol",
+ "lat": [
+ 23.48,
+ 23.88
+ ],
+ "lon": [
+ 86.78999999999999,
+ 87.19
+ ]
+ },
+ {
+ "city": "Bokaro Steel City",
+ "lat": [
+ 23.470000000000002,
+ 23.87
+ ],
+ "lon": [
+ 85.95,
+ 86.35000000000001
+ ]
+ },
+ {
+ "city": "Kolh\u0101pur",
+ "lat": [
+ 16.4917,
+ 16.8917
+ ],
+ "lon": [
+ 74.0333,
+ 74.4333
+ ]
+ },
+ {
+ "city": "Nava Raipur",
+ "lat": [
+ 20.961000000000002,
+ 21.361
+ ],
+ "lon": [
+ 81.587,
+ 81.98700000000001
+ ]
+ },
+ {
+ "city": "Ajmer",
+ "lat": [
+ 26.2499,
+ 26.6499
+ ],
+ "lon": [
+ 74.4399,
+ 74.8399
+ ]
+ },
+ {
+ "city": "N\u0101nded",
+ "lat": [
+ 18.95,
+ 19.349999999999998
+ ],
+ "lon": [
+ 77.1,
+ 77.5
+ ]
+ },
+ {
+ "city": "Amr\u0101vati",
+ "lat": [
+ 20.7258,
+ 21.125799999999998
+ ],
+ "lon": [
+ 77.5647,
+ 77.96470000000001
+ ]
+ },
+ {
+ "city": "Nellore",
+ "lat": [
+ 14.2431,
+ 14.643099999999999
+ ],
+ "lon": [
+ 79.78609999999999,
+ 80.1861
+ ]
+ },
+ {
+ "city": "Dispur",
+ "lat": [
+ 25.939700000000002,
+ 26.3397
+ ],
+ "lon": [
+ 91.5925,
+ 91.9925
+ ]
+ },
+ {
+ "city": "Gulbarga",
+ "lat": [
+ 17.129,
+ 17.529
+ ],
+ "lon": [
+ 76.625,
+ 77.025
+ ]
+ },
+ {
+ "city": "B\u012bkaner",
+ "lat": [
+ 27.8167,
+ 28.2167
+ ],
+ "lon": [
+ 73.11189999999999,
+ 73.5119
+ ]
+ },
+ {
+ "city": "Agartala",
+ "lat": [
+ 23.6314,
+ 24.031399999999998
+ ],
+ "lon": [
+ 91.0869,
+ 91.4869
+ ]
+ },
+ {
+ "city": "Ch\u0101nda",
+ "lat": [
+ 19.75,
+ 20.15
+ ],
+ "lon": [
+ 79.097,
+ 79.497
+ ]
+ },
+ {
+ "city": "Loni",
+ "lat": [
+ 28.55,
+ 28.95
+ ],
+ "lon": [
+ 77.08,
+ 77.48
+ ]
+ },
+ {
+ "city": "Ujjain",
+ "lat": [
+ 22.970000000000002,
+ 23.37
+ ],
+ "lon": [
+ 75.59,
+ 75.99000000000001
+ ]
+ },
+ {
+ "city": "Jh\u0101nsi",
+ "lat": [
+ 25.2486,
+ 25.6486
+ ],
+ "lon": [
+ 78.36959999999999,
+ 78.7696
+ ]
+ },
+ {
+ "city": "Ulh\u0101snagar",
+ "lat": [
+ 19.02,
+ 19.419999999999998
+ ],
+ "lon": [
+ 72.95,
+ 73.35000000000001
+ ]
+ },
+ {
+ "city": "Jammu",
+ "lat": [
+ 32.529999999999994,
+ 32.93
+ ],
+ "lon": [
+ 74.67,
+ 75.07000000000001
+ ]
+ },
+ {
+ "city": "Tuticorin",
+ "lat": [
+ 8.6056,
+ 9.0056
+ ],
+ "lon": [
+ 77.945,
+ 78.345
+ ]
+ },
+ {
+ "city": "Purnea",
+ "lat": [
+ 25.578,
+ 25.977999999999998
+ ],
+ "lon": [
+ 87.276,
+ 87.676
+ ]
+ },
+ {
+ "city": "Belgaum",
+ "lat": [
+ 15.65,
+ 16.05
+ ],
+ "lon": [
+ 74.3,
+ 74.7
+ ]
+ },
+ {
+ "city": "Vellore",
+ "lat": [
+ 12.7165,
+ 13.116499999999998
+ ],
+ "lon": [
+ 78.93249999999999,
+ 79.3325
+ ]
+ },
+ {
+ "city": "M\u0101legaon",
+ "lat": [
+ 20.35,
+ 20.75
+ ],
+ "lon": [
+ 74.35,
+ 74.75
+ ]
+ },
+ {
+ "city": "J\u0101mnagar",
+ "lat": [
+ 22.27,
+ 22.669999999999998
+ ],
+ "lon": [
+ 69.86999999999999,
+ 70.27
+ ]
+ },
+ {
+ "city": "B\u0101rdoli",
+ "lat": [
+ 20.92,
+ 21.32
+ ],
+ "lon": [
+ 72.92,
+ 73.32000000000001
+ ]
+ },
+ {
+ "city": "Gaya",
+ "lat": [
+ 24.55,
+ 24.95
+ ],
+ "lon": [
+ 84.81,
+ 85.21000000000001
+ ]
+ },
+ {
+ "city": "Ambatt\u016br",
+ "lat": [
+ 12.9143,
+ 13.3143
+ ],
+ "lon": [
+ 79.95479999999999,
+ 80.3548
+ ]
+ },
+ {
+ "city": "Jalgaon",
+ "lat": [
+ 20.804000000000002,
+ 21.204
+ ],
+ "lon": [
+ 75.368,
+ 75.768
+ ]
+ },
+ {
+ "city": "Chhatarpur",
+ "lat": [
+ 24.35,
+ 24.75
+ ],
+ "lon": [
+ 79.1527,
+ 79.5527
+ ]
+ },
+ {
+ "city": "Kurnool",
+ "lat": [
+ 15.63,
+ 16.03
+ ],
+ "lon": [
+ 77.85,
+ 78.25
+ ]
+ },
+ {
+ "city": "Udaipur",
+ "lat": [
+ 24.38,
+ 24.779999999999998
+ ],
+ "lon": [
+ 73.48,
+ 73.88000000000001
+ ]
+ },
+ {
+ "city": "W\u0101pi",
+ "lat": [
+ 20.172,
+ 20.572
+ ],
+ "lon": [
+ 72.717,
+ 73.117
+ ]
+ },
+ {
+ "city": "Mathura",
+ "lat": [
+ 27.2925,
+ 27.6925
+ ],
+ "lon": [
+ 77.47359999999999,
+ 77.8736
+ ]
+ },
+ {
+ "city": "S\u0101ngli",
+ "lat": [
+ 16.653000000000002,
+ 17.053
+ ],
+ "lon": [
+ 74.383,
+ 74.783
+ ]
+ },
+ {
+ "city": "Davangere",
+ "lat": [
+ 14.2666,
+ 14.666599999999999
+ ],
+ "lon": [
+ 75.7242,
+ 76.1242
+ ]
+ },
+ {
+ "city": "Calicut",
+ "lat": [
+ 11.058800000000002,
+ 11.4588
+ ],
+ "lon": [
+ 75.5804,
+ 75.9804
+ ]
+ },
+ {
+ "city": "Moth\u012bh\u0101ri",
+ "lat": [
+ 26.45,
+ 26.849999999999998
+ ],
+ "lon": [
+ 84.7167,
+ 85.11670000000001
+ ]
+ },
+ {
+ "city": "Akola",
+ "lat": [
+ 20.5,
+ 20.9
+ ],
+ "lon": [
+ 76.8,
+ 77.2
+ ]
+ },
+ {
+ "city": "Bettiah",
+ "lat": [
+ 26.6014,
+ 27.0014
+ ],
+ "lon": [
+ 84.30279999999999,
+ 84.7028
+ ]
+ },
+ {
+ "city": "Shor\u0101pur",
+ "lat": [
+ 16.32,
+ 16.72
+ ],
+ "lon": [
+ 76.56,
+ 76.96000000000001
+ ]
+ },
+ {
+ "city": "Tinnevelly",
+ "lat": [
+ 8.5136,
+ 8.913599999999999
+ ],
+ "lon": [
+ 77.55669999999999,
+ 77.9567
+ ]
+ },
+ {
+ "city": "Bellary",
+ "lat": [
+ 14.9,
+ 15.299999999999999
+ ],
+ "lon": [
+ 76.7167,
+ 77.11670000000001
+ ]
+ },
+ {
+ "city": "Bh\u0101galpur",
+ "lat": [
+ 25.05,
+ 25.45
+ ],
+ "lon": [
+ 86.8,
+ 87.2
+ ]
+ },
+ {
+ "city": "Manampizha",
+ "lat": [
+ 9.0972,
+ 9.4972
+ ],
+ "lon": [
+ 76.45,
+ 76.85000000000001
+ ]
+ },
+ {
+ "city": "Delhi Cantonment",
+ "lat": [
+ 28.400000000000002,
+ 28.8
+ ],
+ "lon": [
+ 76.9333,
+ 77.33330000000001
+ ]
+ },
+ {
+ "city": "Salt Lake City",
+ "lat": [
+ 22.41,
+ 22.81
+ ],
+ "lon": [
+ 88.2,
+ 88.60000000000001
+ ]
+ },
+ {
+ "city": "Et\u0101wa",
+ "lat": [
+ 23.98,
+ 24.38
+ ],
+ "lon": [
+ 78.0,
+ 78.4
+ ]
+ },
+ {
+ "city": "Son\u012bpat",
+ "lat": [
+ 28.79,
+ 29.189999999999998
+ ],
+ "lon": [
+ 76.822,
+ 77.22200000000001
+ ]
+ },
+ {
+ "city": "Quilon",
+ "lat": [
+ 8.693200000000001,
+ 9.0932
+ ],
+ "lon": [
+ 76.41409999999999,
+ 76.8141
+ ]
+ },
+ {
+ "city": "Mulangodi",
+ "lat": [
+ 8.8,
+ 9.2
+ ],
+ "lon": [
+ 76.41669999999999,
+ 76.8167
+ ]
+ },
+ {
+ "city": "Munro Turuttu",
+ "lat": [
+ 8.8,
+ 9.2
+ ],
+ "lon": [
+ 76.41669999999999,
+ 76.8167
+ ]
+ },
+ {
+ "city": "Kar\u016br",
+ "lat": [
+ 10.760100000000001,
+ 11.1601
+ ],
+ "lon": [
+ 77.8766,
+ 78.2766
+ ]
+ },
+ {
+ "city": "J\u0101lna",
+ "lat": [
+ 19.641000000000002,
+ 20.041
+ ],
+ "lon": [
+ 75.68639999999999,
+ 76.0864
+ ]
+ },
+ {
+ "city": "Bairia",
+ "lat": [
+ 25.5583,
+ 25.958299999999998
+ ],
+ "lon": [
+ 83.9489,
+ 84.3489
+ ]
+ },
+ {
+ "city": "Bh\u0101tp\u0101ra",
+ "lat": [
+ 22.67,
+ 23.07
+ ],
+ "lon": [
+ 88.21,
+ 88.61
+ ]
+ },
+ {
+ "city": "Sir\u016br",
+ "lat": [
+ 18.63,
+ 19.029999999999998
+ ],
+ "lon": [
+ 74.17999999999999,
+ 74.58
+ ]
+ },
+ {
+ "city": "K\u0101kin\u0101da",
+ "lat": [
+ 16.7661,
+ 17.1661
+ ],
+ "lon": [
+ 82.05499999999999,
+ 82.455
+ ]
+ },
+ {
+ "city": "P\u0101nih\u0101ti",
+ "lat": [
+ 22.490000000000002,
+ 22.89
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Rohtak",
+ "lat": [
+ 28.6909,
+ 29.090899999999998
+ ],
+ "lon": [
+ 76.3796,
+ 76.7796
+ ]
+ },
+ {
+ "city": "M\u0101ler Kotla",
+ "lat": [
+ 30.3167,
+ 30.7167
+ ],
+ "lon": [
+ 75.6833,
+ 76.08330000000001
+ ]
+ },
+ {
+ "city": "Kolga",
+ "lat": [
+ 22.150000000000002,
+ 22.55
+ ],
+ "lon": [
+ 82.48,
+ 82.88000000000001
+ ]
+ },
+ {
+ "city": "Korba",
+ "lat": [
+ 22.1458,
+ 22.5458
+ ],
+ "lon": [
+ 82.49629999999999,
+ 82.8963
+ ]
+ },
+ {
+ "city": "S\u012bkar",
+ "lat": [
+ 27.42,
+ 27.82
+ ],
+ "lon": [
+ 74.95,
+ 75.35000000000001
+ ]
+ },
+ {
+ "city": "Sasar\u0101m",
+ "lat": [
+ 24.75,
+ 25.15
+ ],
+ "lon": [
+ 83.83,
+ 84.23
+ ]
+ },
+ {
+ "city": "Karn\u0101l",
+ "lat": [
+ 29.486,
+ 29.886
+ ],
+ "lon": [
+ 76.789,
+ 77.18900000000001
+ ]
+ },
+ {
+ "city": "Brahmapur",
+ "lat": [
+ 19.115000000000002,
+ 19.515
+ ],
+ "lon": [
+ 84.5941,
+ 84.9941
+ ]
+ },
+ {
+ "city": "Ahmadnagar",
+ "lat": [
+ 18.88,
+ 19.279999999999998
+ ],
+ "lon": [
+ 74.53,
+ 74.93
+ ]
+ },
+ {
+ "city": "Sh\u0101hj\u0101npur",
+ "lat": [
+ 27.68,
+ 28.08
+ ],
+ "lon": [
+ 79.71,
+ 80.11
+ ]
+ },
+ {
+ "city": "\u0100vadi",
+ "lat": [
+ 12.9147,
+ 13.314699999999998
+ ],
+ "lon": [
+ 79.9098,
+ 80.30980000000001
+ ]
+ },
+ {
+ "city": "Kh\u0101n\u0101pur",
+ "lat": [
+ 15.439400000000001,
+ 15.8394
+ ],
+ "lon": [
+ 74.3083,
+ 74.70830000000001
+ ]
+ },
+ {
+ "city": "Cuddapah",
+ "lat": [
+ 14.270000000000001,
+ 14.67
+ ],
+ "lon": [
+ 78.61999999999999,
+ 79.02
+ ]
+ },
+ {
+ "city": "Alam\u0101di",
+ "lat": [
+ 12.9097,
+ 13.3097
+ ],
+ "lon": [
+ 79.8972,
+ 80.2972
+ ]
+ },
+ {
+ "city": "R\u0101jahmundry",
+ "lat": [
+ 16.78,
+ 17.18
+ ],
+ "lon": [
+ 81.58,
+ 81.98
+ ]
+ },
+ {
+ "city": "Alwar",
+ "lat": [
+ 27.349800000000002,
+ 27.7498
+ ],
+ "lon": [
+ 76.43549999999999,
+ 76.8355
+ ]
+ },
+ {
+ "city": "Sambalpur",
+ "lat": [
+ 21.27,
+ 21.669999999999998
+ ],
+ "lon": [
+ 83.77,
+ 84.17
+ ]
+ },
+ {
+ "city": "Muzaffarpur",
+ "lat": [
+ 25.9225,
+ 26.322499999999998
+ ],
+ "lon": [
+ 85.1906,
+ 85.59060000000001
+ ]
+ },
+ {
+ "city": "K\u0101m\u0101rh\u0101ti",
+ "lat": [
+ 22.468600000000002,
+ 22.8686
+ ],
+ "lon": [
+ 88.1704,
+ 88.5704
+ ]
+ },
+ {
+ "city": "Camp\u012bernagar",
+ "lat": [
+ 26.829,
+ 27.229
+ ],
+ "lon": [
+ 83.0668,
+ 83.4668
+ ]
+ },
+ {
+ "city": "Bij\u0101pur",
+ "lat": [
+ 16.63,
+ 17.029999999999998
+ ],
+ "lon": [
+ 75.50999999999999,
+ 75.91
+ ]
+ },
+ {
+ "city": "Ratn\u0101giri",
+ "lat": [
+ 16.7944,
+ 17.194399999999998
+ ],
+ "lon": [
+ 73.1,
+ 73.5
+ ]
+ },
+ {
+ "city": "Jagdalpur",
+ "lat": [
+ 18.98,
+ 19.38
+ ],
+ "lon": [
+ 81.72,
+ 82.12
+ ]
+ },
+ {
+ "city": "R\u0101mpur",
+ "lat": [
+ 28.6,
+ 29.0
+ ],
+ "lon": [
+ 78.8,
+ 79.2
+ ]
+ },
+ {
+ "city": "Shimoga",
+ "lat": [
+ 13.7333,
+ 14.133299999999998
+ ],
+ "lon": [
+ 75.3667,
+ 75.7667
+ ]
+ },
+ {
+ "city": "K\u0101sh\u012bpur",
+ "lat": [
+ 29.02,
+ 29.419999999999998
+ ],
+ "lon": [
+ 78.75,
+ 79.15
+ ]
+ },
+ {
+ "city": "J\u016bn\u0101gadh",
+ "lat": [
+ 21.322200000000002,
+ 21.7222
+ ],
+ "lon": [
+ 70.25789999999999,
+ 70.6579
+ ]
+ },
+ {
+ "city": "H\u0101pur",
+ "lat": [
+ 28.5309,
+ 28.930899999999998
+ ],
+ "lon": [
+ 77.5757,
+ 77.9757
+ ]
+ },
+ {
+ "city": "Pattik\u0101d",
+ "lat": [
+ 10.3276,
+ 10.727599999999999
+ ],
+ "lon": [
+ 76.0144,
+ 76.4144
+ ]
+ },
+ {
+ "city": "Trich\u016br",
+ "lat": [
+ 10.3276,
+ 10.727599999999999
+ ],
+ "lon": [
+ 76.0144,
+ 76.4144
+ ]
+ },
+ {
+ "city": "Barddham\u0101n",
+ "lat": [
+ 23.0333,
+ 23.4333
+ ],
+ "lon": [
+ 87.66669999999999,
+ 88.0667
+ ]
+ },
+ {
+ "city": "Panvel",
+ "lat": [
+ 18.7944,
+ 19.194399999999998
+ ],
+ "lon": [
+ 72.9139,
+ 73.3139
+ ]
+ },
+ {
+ "city": "Niz\u0101m\u0101b\u0101d",
+ "lat": [
+ 18.472,
+ 18.872
+ ],
+ "lon": [
+ 77.89399999999999,
+ 78.294
+ ]
+ },
+ {
+ "city": "Parbhani",
+ "lat": [
+ 19.07,
+ 19.47
+ ],
+ "lon": [
+ 76.58,
+ 76.98
+ ]
+ },
+ {
+ "city": "Hisar",
+ "lat": [
+ 28.95,
+ 29.349999999999998
+ ],
+ "lon": [
+ 75.5,
+ 75.9
+ ]
+ },
+ {
+ "city": "Fatehpur",
+ "lat": [
+ 27.78,
+ 28.18
+ ],
+ "lon": [
+ 74.75,
+ 75.15
+ ]
+ },
+ {
+ "city": "Birania",
+ "lat": [
+ 27.78,
+ 28.18
+ ],
+ "lon": [
+ 74.75,
+ 75.15
+ ]
+ },
+ {
+ "city": "K\u0101raikkudi",
+ "lat": [
+ 9.8735,
+ 10.273499999999999
+ ],
+ "lon": [
+ 78.5732,
+ 78.9732
+ ]
+ },
+ {
+ "city": "Lachhmangarh S\u012bkar",
+ "lat": [
+ 27.622500000000002,
+ 28.0225
+ ],
+ "lon": [
+ 74.8253,
+ 75.2253
+ ]
+ },
+ {
+ "city": "Oulgaret",
+ "lat": [
+ 11.726500000000001,
+ 12.1265
+ ],
+ "lon": [
+ 79.57889999999999,
+ 79.9789
+ ]
+ },
+ {
+ "city": "Ingr\u0101j B\u0101z\u0101r",
+ "lat": [
+ 24.8119,
+ 25.2119
+ ],
+ "lon": [
+ 87.9433,
+ 88.3433
+ ]
+ },
+ {
+ "city": "Bada Barab\u012bl",
+ "lat": [
+ 21.92,
+ 22.32
+ ],
+ "lon": [
+ 85.2,
+ 85.60000000000001
+ ]
+ },
+ {
+ "city": "Bih\u0101r",
+ "lat": [
+ 24.997,
+ 25.397
+ ],
+ "lon": [
+ 85.318,
+ 85.718
+ ]
+ },
+ {
+ "city": "Darbhanga",
+ "lat": [
+ 25.970000000000002,
+ 26.37
+ ],
+ "lon": [
+ 85.7,
+ 86.10000000000001
+ ]
+ },
+ {
+ "city": "Idar",
+ "lat": [
+ 23.639,
+ 24.038999999999998
+ ],
+ "lon": [
+ 72.80199999999999,
+ 73.202
+ ]
+ },
+ {
+ "city": "Sikandar\u0101b\u0101d",
+ "lat": [
+ 28.2512,
+ 28.6512
+ ],
+ "lon": [
+ 77.49549999999999,
+ 77.8955
+ ]
+ },
+ {
+ "city": "\u0100\u012bzawl",
+ "lat": [
+ 23.5272,
+ 23.9272
+ ],
+ "lon": [
+ 92.5178,
+ 92.9178
+ ]
+ },
+ {
+ "city": "B\u0101li",
+ "lat": [
+ 22.45,
+ 22.849999999999998
+ ],
+ "lon": [
+ 88.14,
+ 88.54
+ ]
+ },
+ {
+ "city": "Surajgarha",
+ "lat": [
+ 25.05,
+ 25.45
+ ],
+ "lon": [
+ 86.03,
+ 86.43
+ ]
+ },
+ {
+ "city": "N\u0101gercoil",
+ "lat": [
+ 7.9750000000000005,
+ 8.375
+ ],
+ "lon": [
+ 77.2306,
+ 77.6306
+ ]
+ },
+ {
+ "city": "Dew\u0101s",
+ "lat": [
+ 22.76,
+ 23.16
+ ],
+ "lon": [
+ 75.86,
+ 76.26
+ ]
+ },
+ {
+ "city": "Sonpur",
+ "lat": [
+ 25.5,
+ 25.9
+ ],
+ "lon": [
+ 84.98,
+ 85.38000000000001
+ ]
+ },
+ {
+ "city": "Hugli",
+ "lat": [
+ 22.7,
+ 23.099999999999998
+ ],
+ "lon": [
+ 88.19,
+ 88.59
+ ]
+ },
+ {
+ "city": "Chunchura",
+ "lat": [
+ 22.7,
+ 23.099999999999998
+ ],
+ "lon": [
+ 88.19,
+ 88.59
+ ]
+ },
+ {
+ "city": "Ichalkaranji",
+ "lat": [
+ 16.5,
+ 16.9
+ ],
+ "lon": [
+ 74.27,
+ 74.67
+ ]
+ },
+ {
+ "city": "Tirupati",
+ "lat": [
+ 13.450000000000001,
+ 13.85
+ ],
+ "lon": [
+ 79.22,
+ 79.62
+ ]
+ },
+ {
+ "city": "Bhatinda",
+ "lat": [
+ 30.03,
+ 30.43
+ ],
+ "lon": [
+ 74.75189999999999,
+ 75.1519
+ ]
+ },
+ {
+ "city": "Satna",
+ "lat": [
+ 24.4005,
+ 24.8005
+ ],
+ "lon": [
+ 80.6322,
+ 81.0322
+ ]
+ },
+ {
+ "city": "Mau",
+ "lat": [
+ 25.7417,
+ 26.1417
+ ],
+ "lon": [
+ 83.3611,
+ 83.7611
+ ]
+ },
+ {
+ "city": "B\u0101r\u0101sat",
+ "lat": [
+ 22.52,
+ 22.919999999999998
+ ],
+ "lon": [
+ 88.28,
+ 88.68
+ ]
+ },
+ {
+ "city": "Farrukh\u0101b\u0101d",
+ "lat": [
+ 27.19,
+ 27.59
+ ],
+ "lon": [
+ 79.381,
+ 79.781
+ ]
+ },
+ {
+ "city": "Saugor",
+ "lat": [
+ 23.63,
+ 24.029999999999998
+ ],
+ "lon": [
+ 78.50999999999999,
+ 78.91
+ ]
+ },
+ {
+ "city": "Khorabar",
+ "lat": [
+ 26.541,
+ 26.941
+ ],
+ "lon": [
+ 83.688,
+ 84.08800000000001
+ ]
+ },
+ {
+ "city": "Ratl\u0101m",
+ "lat": [
+ 23.134,
+ 23.534
+ ],
+ "lon": [
+ 74.837,
+ 75.23700000000001
+ ]
+ },
+ {
+ "city": "Handw\u0101ra",
+ "lat": [
+ 34.1997,
+ 34.599700000000006
+ ],
+ "lon": [
+ 74.0817,
+ 74.4817
+ ]
+ },
+ {
+ "city": "Drug",
+ "lat": [
+ 20.990000000000002,
+ 21.39
+ ],
+ "lon": [
+ 81.08,
+ 81.48
+ ]
+ },
+ {
+ "city": "Anantapur",
+ "lat": [
+ 14.48,
+ 14.879999999999999
+ ],
+ "lon": [
+ 77.399,
+ 77.799
+ ]
+ },
+ {
+ "city": "Imph\u0101l",
+ "lat": [
+ 24.607400000000002,
+ 25.0074
+ ],
+ "lon": [
+ 93.7384,
+ 94.1384
+ ]
+ },
+ {
+ "city": "Arrah",
+ "lat": [
+ 25.3514,
+ 25.7514
+ ],
+ "lon": [
+ 84.4603,
+ 84.86030000000001
+ ]
+ },
+ {
+ "city": "Sivak\u0101si",
+ "lat": [
+ 9.253300000000001,
+ 9.6533
+ ],
+ "lon": [
+ 77.6024,
+ 78.00240000000001
+ ]
+ },
+ {
+ "city": "Et\u0101wah",
+ "lat": [
+ 26.57,
+ 26.97
+ ],
+ "lon": [
+ 78.83,
+ 79.23
+ ]
+ },
+ {
+ "city": "Malk\u0101jgiri",
+ "lat": [
+ 17.2519,
+ 17.651899999999998
+ ],
+ "lon": [
+ 78.33619999999999,
+ 78.7362
+ ]
+ },
+ {
+ "city": "Tuni",
+ "lat": [
+ 17.150000000000002,
+ 17.55
+ ],
+ "lon": [
+ 82.35,
+ 82.75
+ ]
+ },
+ {
+ "city": "Amarn\u0101th",
+ "lat": [
+ 19.009,
+ 19.409
+ ],
+ "lon": [
+ 72.986,
+ 73.38600000000001
+ ]
+ },
+ {
+ "city": "R\u0101par",
+ "lat": [
+ 23.37,
+ 23.77
+ ],
+ "lon": [
+ 70.42999999999999,
+ 70.83
+ ]
+ },
+ {
+ "city": "Sam\u0101stipur",
+ "lat": [
+ 25.6629,
+ 26.0629
+ ],
+ "lon": [
+ 85.58109999999999,
+ 85.9811
+ ]
+ },
+ {
+ "city": "Gok\u0101k",
+ "lat": [
+ 15.9667,
+ 16.366699999999998
+ ],
+ "lon": [
+ 74.63329999999999,
+ 75.0333
+ ]
+ },
+ {
+ "city": "Bharatpur",
+ "lat": [
+ 27.02,
+ 27.419999999999998
+ ],
+ "lon": [
+ 77.28,
+ 77.68
+ ]
+ },
+ {
+ "city": "Begusarai",
+ "lat": [
+ 25.220000000000002,
+ 25.62
+ ],
+ "lon": [
+ 85.92999999999999,
+ 86.33
+ ]
+ },
+ {
+ "city": "Nedumana",
+ "lat": [
+ 8.7139,
+ 9.1139
+ ],
+ "lon": [
+ 76.4889,
+ 76.8889
+ ]
+ },
+ {
+ "city": "New Delhi",
+ "lat": [
+ 28.4139,
+ 28.8139
+ ],
+ "lon": [
+ 77.0089,
+ 77.4089
+ ]
+ },
+ {
+ "city": "Tiruvottiy\u016br",
+ "lat": [
+ 12.96,
+ 13.36
+ ],
+ "lon": [
+ 80.1,
+ 80.5
+ ]
+ },
+ {
+ "city": "R\u0101mnagar",
+ "lat": [
+ 26.970000000000002,
+ 27.37
+ ],
+ "lon": [
+ 84.11999999999999,
+ 84.52
+ ]
+ },
+ {
+ "city": "G\u0101ndh\u012bdh\u0101m",
+ "lat": [
+ 22.88,
+ 23.279999999999998
+ ],
+ "lon": [
+ 69.92999999999999,
+ 70.33
+ ]
+ },
+ {
+ "city": "Sal\u016bmbar",
+ "lat": [
+ 23.88,
+ 24.279999999999998
+ ],
+ "lon": [
+ 73.82,
+ 74.22
+ ]
+ },
+ {
+ "city": "Puducherry",
+ "lat": [
+ 11.716700000000001,
+ 12.1167
+ ],
+ "lon": [
+ 79.6167,
+ 80.0167
+ ]
+ },
+ {
+ "city": "Kanpur",
+ "lat": [
+ 26.2499,
+ 26.6499
+ ],
+ "lon": [
+ 80.1319,
+ 80.53190000000001
+ ]
+ },
+ {
+ "city": "R\u0101mgundam",
+ "lat": [
+ 18.5639,
+ 18.9639
+ ],
+ "lon": [
+ 79.27499999999999,
+ 79.675
+ ]
+ },
+ {
+ "city": "Pandharpur",
+ "lat": [
+ 17.477800000000002,
+ 17.8778
+ ],
+ "lon": [
+ 75.1278,
+ 75.5278
+ ]
+ },
+ {
+ "city": "Masaurhi Buzurg",
+ "lat": [
+ 25.150000000000002,
+ 25.55
+ ],
+ "lon": [
+ 84.82,
+ 85.22
+ ]
+ },
+ {
+ "city": "Alleppey",
+ "lat": [
+ 9.290000000000001,
+ 9.69
+ ],
+ "lon": [
+ 76.13,
+ 76.53
+ ]
+ },
+ {
+ "city": "Katih\u0101r",
+ "lat": [
+ 25.330000000000002,
+ 25.73
+ ],
+ "lon": [
+ 87.38,
+ 87.78
+ ]
+ },
+ {
+ "city": "Ahor",
+ "lat": [
+ 25.167,
+ 25.567
+ ],
+ "lon": [
+ 72.583,
+ 72.983
+ ]
+ },
+ {
+ "city": "Gang\u0101nagar",
+ "lat": [
+ 29.720000000000002,
+ 30.12
+ ],
+ "lon": [
+ 73.67999999999999,
+ 74.08
+ ]
+ },
+ {
+ "city": "Tinkhang",
+ "lat": [
+ 27.03,
+ 27.43
+ ],
+ "lon": [
+ 94.97,
+ 95.37
+ ]
+ },
+ {
+ "city": "Rewa",
+ "lat": [
+ 24.3381,
+ 24.7381
+ ],
+ "lon": [
+ 81.0953,
+ 81.4953
+ ]
+ },
+ {
+ "city": "Uluberiya",
+ "lat": [
+ 22.27,
+ 22.669999999999998
+ ],
+ "lon": [
+ 87.91,
+ 88.31
+ ]
+ },
+ {
+ "city": "Bulandshahr",
+ "lat": [
+ 28.2069,
+ 28.6069
+ ],
+ "lon": [
+ 77.6497,
+ 78.0497
+ ]
+ },
+ {
+ "city": "R\u0101ich\u016br",
+ "lat": [
+ 16.0,
+ 16.4
+ ],
+ "lon": [
+ 77.17,
+ 77.57000000000001
+ ]
+ },
+ {
+ "city": "Chauhanpatti",
+ "lat": [
+ 24.95,
+ 25.349999999999998
+ ],
+ "lon": [
+ 82.39999999999999,
+ 82.8
+ ]
+ },
+ {
+ "city": "Cannanore",
+ "lat": [
+ 11.6745,
+ 12.074499999999999
+ ],
+ "lon": [
+ 75.1704,
+ 75.5704
+ ]
+ },
+ {
+ "city": "Machil\u012bpatnam",
+ "lat": [
+ 15.970000000000002,
+ 16.37
+ ],
+ "lon": [
+ 80.92999999999999,
+ 81.33
+ ]
+ },
+ {
+ "city": "P\u0101li",
+ "lat": [
+ 25.57,
+ 25.97
+ ],
+ "lon": [
+ 73.13,
+ 73.53
+ ]
+ },
+ {
+ "city": "Songadh",
+ "lat": [
+ 20.967000000000002,
+ 21.367
+ ],
+ "lon": [
+ 73.36399999999999,
+ 73.764
+ ]
+ },
+ {
+ "city": "Gadda Madiral",
+ "lat": [
+ 18.5519,
+ 18.9519
+ ],
+ "lon": [
+ 79.3133,
+ 79.7133
+ ]
+ },
+ {
+ "city": "Hos\u016br",
+ "lat": [
+ 12.5409,
+ 12.9409
+ ],
+ "lon": [
+ 77.6253,
+ 78.0253
+ ]
+ },
+ {
+ "city": "Haridw\u0101r",
+ "lat": [
+ 29.745,
+ 30.145
+ ],
+ "lon": [
+ 77.963,
+ 78.363
+ ]
+ },
+ {
+ "city": "Vizianagaram",
+ "lat": [
+ 17.9159,
+ 18.3159
+ ],
+ "lon": [
+ 83.206,
+ 83.60600000000001
+ ]
+ },
+ {
+ "city": "P\u0101thardi",
+ "lat": [
+ 18.970000000000002,
+ 19.37
+ ],
+ "lon": [
+ 74.98,
+ 75.38000000000001
+ ]
+ },
+ {
+ "city": "Mel P\u0101laiyam",
+ "lat": [
+ 8.5,
+ 8.899999999999999
+ ],
+ "lon": [
+ 77.5069,
+ 77.90690000000001
+ ]
+ },
+ {
+ "city": "Khat\u012bma",
+ "lat": [
+ 28.7198,
+ 29.119799999999998
+ ],
+ "lon": [
+ 79.76989999999999,
+ 80.1699
+ ]
+ },
+ {
+ "city": "Petl\u0101d",
+ "lat": [
+ 22.27,
+ 22.669999999999998
+ ],
+ "lon": [
+ 72.6,
+ 73.0
+ ]
+ },
+ {
+ "city": "Pudukkottai",
+ "lat": [
+ 10.183300000000001,
+ 10.5833
+ ],
+ "lon": [
+ 78.6001,
+ 79.0001
+ ]
+ },
+ {
+ "city": "Nadi\u0101d",
+ "lat": [
+ 22.490000000000002,
+ 22.89
+ ],
+ "lon": [
+ 72.66,
+ 73.06
+ ]
+ },
+ {
+ "city": "Tanjore",
+ "lat": [
+ 10.587000000000002,
+ 10.987
+ ],
+ "lon": [
+ 78.9378,
+ 79.3378
+ ]
+ },
+ {
+ "city": "Kichha",
+ "lat": [
+ 28.720000000000002,
+ 29.12
+ ],
+ "lon": [
+ 79.3,
+ 79.7
+ ]
+ },
+ {
+ "city": "Katri",
+ "lat": [
+ 23.28,
+ 23.68
+ ],
+ "lon": [
+ 80.2,
+ 80.60000000000001
+ ]
+ },
+ {
+ "city": "Dagarua",
+ "lat": [
+ 25.6,
+ 26.0
+ ],
+ "lon": [
+ 87.44,
+ 87.84
+ ]
+ },
+ {
+ "city": "Sambhal",
+ "lat": [
+ 28.38,
+ 28.779999999999998
+ ],
+ "lon": [
+ 78.35,
+ 78.75
+ ]
+ },
+ {
+ "city": "Singrauliya",
+ "lat": [
+ 24.002000000000002,
+ 24.402
+ ],
+ "lon": [
+ 82.466,
+ 82.866
+ ]
+ },
+ {
+ "city": "Naih\u0101ti",
+ "lat": [
+ 22.69,
+ 23.09
+ ],
+ "lon": [
+ 88.22,
+ 88.62
+ ]
+ },
+ {
+ "city": "Jaynagar",
+ "lat": [
+ 26.392500000000002,
+ 26.7925
+ ],
+ "lon": [
+ 85.9372,
+ 86.33720000000001
+ ]
+ },
+ {
+ "city": "Yamun\u0101nagar",
+ "lat": [
+ 29.933,
+ 30.333
+ ],
+ "lon": [
+ 77.088,
+ 77.488
+ ]
+ },
+ {
+ "city": "Pall\u0101varam",
+ "lat": [
+ 12.7675,
+ 13.167499999999999
+ ],
+ "lon": [
+ 79.9491,
+ 80.3491
+ ]
+ },
+ {
+ "city": "Khargone",
+ "lat": [
+ 21.62,
+ 22.02
+ ],
+ "lon": [
+ 75.4187,
+ 75.8187
+ ]
+ },
+ {
+ "city": "Secunder\u0101b\u0101d",
+ "lat": [
+ 17.239900000000002,
+ 17.6399
+ ],
+ "lon": [
+ 78.2983,
+ 78.6983
+ ]
+ },
+ {
+ "city": "Monghyr",
+ "lat": [
+ 25.181,
+ 25.581
+ ],
+ "lon": [
+ 86.265,
+ 86.665
+ ]
+ },
+ {
+ "city": "Ch\u0101pra",
+ "lat": [
+ 25.5848,
+ 25.9848
+ ],
+ "lon": [
+ 84.5274,
+ 84.9274
+ ]
+ },
+ {
+ "city": "Bhadr\u0101vati",
+ "lat": [
+ 13.6485,
+ 14.048499999999999
+ ],
+ "lon": [
+ 75.505,
+ 75.905
+ ]
+ },
+ {
+ "city": "Panchkula",
+ "lat": [
+ 30.54,
+ 30.939999999999998
+ ],
+ "lon": [
+ 76.6,
+ 77.0
+ ]
+ },
+ {
+ "city": "Burh\u0101npur",
+ "lat": [
+ 21.1114,
+ 21.5114
+ ],
+ "lon": [
+ 76.0289,
+ 76.4289
+ ]
+ },
+ {
+ "city": "K\u0101pra",
+ "lat": [
+ 17.2859,
+ 17.6859
+ ],
+ "lon": [
+ 78.3651,
+ 78.7651
+ ]
+ },
+ {
+ "city": "Nowgong",
+ "lat": [
+ 26.1504,
+ 26.5504
+ ],
+ "lon": [
+ 92.47959999999999,
+ 92.8796
+ ]
+ },
+ {
+ "city": "Amb\u0101la",
+ "lat": [
+ 30.18,
+ 30.58
+ ],
+ "lon": [
+ 76.58,
+ 76.98
+ ]
+ },
+ {
+ "city": "Kharagpur",
+ "lat": [
+ 22.130200000000002,
+ 22.5302
+ ],
+ "lon": [
+ 87.1237,
+ 87.5237
+ ]
+ },
+ {
+ "city": "Robertsonpet",
+ "lat": [
+ 12.756300000000001,
+ 13.1563
+ ],
+ "lon": [
+ 78.0754,
+ 78.47540000000001
+ ]
+ },
+ {
+ "city": "Dindigul",
+ "lat": [
+ 10.15,
+ 10.549999999999999
+ ],
+ "lon": [
+ 77.75,
+ 78.15
+ ]
+ },
+ {
+ "city": "R\u0101n\u012bw\u0101ra Kal\u0101n",
+ "lat": [
+ 24.55,
+ 24.95
+ ],
+ "lon": [
+ 72.0167,
+ 72.4167
+ ]
+ },
+ {
+ "city": "Shimla",
+ "lat": [
+ 30.9033,
+ 31.3033
+ ],
+ "lon": [
+ 76.9722,
+ 77.3722
+ ]
+ },
+ {
+ "city": "Hospet",
+ "lat": [
+ 15.068900000000001,
+ 15.4689
+ ],
+ "lon": [
+ 76.1909,
+ 76.5909
+ ]
+ },
+ {
+ "city": "M\u0101ldah",
+ "lat": [
+ 24.8044,
+ 25.2044
+ ],
+ "lon": [
+ 87.94579999999999,
+ 88.3458
+ ]
+ },
+ {
+ "city": "Ongole",
+ "lat": [
+ 15.306000000000001,
+ 15.706
+ ],
+ "lon": [
+ 79.849,
+ 80.24900000000001
+ ]
+ },
+ {
+ "city": "Ellore",
+ "lat": [
+ 16.5117,
+ 16.9117
+ ],
+ "lon": [
+ 80.9031,
+ 81.3031
+ ]
+ },
+ {
+ "city": "Deoghar",
+ "lat": [
+ 24.28,
+ 24.68
+ ],
+ "lon": [
+ 86.5,
+ 86.9
+ ]
+ },
+ {
+ "city": "Chhindw\u0101ra",
+ "lat": [
+ 21.857,
+ 22.256999999999998
+ ],
+ "lon": [
+ 78.7396,
+ 79.1396
+ ]
+ },
+ {
+ "city": "Mokameh",
+ "lat": [
+ 25.1898,
+ 25.5898
+ ],
+ "lon": [
+ 85.7191,
+ 86.1191
+ ]
+ },
+ {
+ "city": "Puri",
+ "lat": [
+ 19.6106,
+ 20.0106
+ ],
+ "lon": [
+ 85.6314,
+ 86.0314
+ ]
+ },
+ {
+ "city": "Haldia",
+ "lat": [
+ 21.8667,
+ 22.2667
+ ],
+ "lon": [
+ 87.8698,
+ 88.2698
+ ]
+ },
+ {
+ "city": "Khandwa",
+ "lat": [
+ 21.62,
+ 22.02
+ ],
+ "lon": [
+ 76.14999999999999,
+ 76.55
+ ]
+ },
+ {
+ "city": "Nandy\u0101l",
+ "lat": [
+ 15.280000000000001,
+ 15.68
+ ],
+ "lon": [
+ 78.28,
+ 78.68
+ ]
+ },
+ {
+ "city": "Morena",
+ "lat": [
+ 26.3,
+ 26.7
+ ],
+ "lon": [
+ 77.8,
+ 78.2
+ ]
+ },
+ {
+ "city": "Karjat",
+ "lat": [
+ 18.35,
+ 18.75
+ ],
+ "lon": [
+ 74.8,
+ 75.2
+ ]
+ },
+ {
+ "city": "Kasba Pat\u0101spur",
+ "lat": [
+ 21.8216,
+ 22.2216
+ ],
+ "lon": [
+ 87.3423,
+ 87.7423
+ ]
+ },
+ {
+ "city": "Drabar",
+ "lat": [
+ 33.23,
+ 33.63
+ ],
+ "lon": [
+ 74.89,
+ 75.29
+ ]
+ },
+ {
+ "city": "Amroha",
+ "lat": [
+ 28.7044,
+ 29.1044
+ ],
+ "lon": [
+ 78.2675,
+ 78.6675
+ ]
+ },
+ {
+ "city": "R\u0101n\u012b",
+ "lat": [
+ 9.1667,
+ 9.566699999999999
+ ],
+ "lon": [
+ 76.5667,
+ 76.9667
+ ]
+ },
+ {
+ "city": "Chakradharpur",
+ "lat": [
+ 22.5,
+ 22.9
+ ],
+ "lon": [
+ 85.42999999999999,
+ 85.83
+ ]
+ },
+ {
+ "city": "Bhiw\u0101ni",
+ "lat": [
+ 28.580000000000002,
+ 28.98
+ ],
+ "lon": [
+ 75.92999999999999,
+ 76.33
+ ]
+ },
+ {
+ "city": "Bhind",
+ "lat": [
+ 26.3647,
+ 26.764699999999998
+ ],
+ "lon": [
+ 78.5864,
+ 78.9864
+ ]
+ },
+ {
+ "city": "Khammam",
+ "lat": [
+ 17.0473,
+ 17.4473
+ ],
+ "lon": [
+ 79.95139999999999,
+ 80.3514
+ ]
+ },
+ {
+ "city": "Madhyamgram",
+ "lat": [
+ 22.5,
+ 22.9
+ ],
+ "lon": [
+ 88.25,
+ 88.65
+ ]
+ },
+ {
+ "city": "Gh\u0101nd\u012bnagar",
+ "lat": [
+ 23.0231,
+ 23.423099999999998
+ ],
+ "lon": [
+ 72.45,
+ 72.85000000000001
+ ]
+ },
+ {
+ "city": "Baharampur",
+ "lat": [
+ 23.900000000000002,
+ 24.3
+ ],
+ "lon": [
+ 88.05,
+ 88.45
+ ]
+ },
+ {
+ "city": "Morbi",
+ "lat": [
+ 22.62,
+ 23.02
+ ],
+ "lon": [
+ 70.63,
+ 71.03
+ ]
+ },
+ {
+ "city": "Fatehpur",
+ "lat": [
+ 25.73,
+ 26.13
+ ],
+ "lon": [
+ 80.6,
+ 81.0
+ ]
+ },
+ {
+ "city": "R\u0101e Bareli",
+ "lat": [
+ 26.023600000000002,
+ 26.4236
+ ],
+ "lon": [
+ 81.0403,
+ 81.44030000000001
+ ]
+ },
+ {
+ "city": "Orai",
+ "lat": [
+ 25.78,
+ 26.18
+ ],
+ "lon": [
+ 79.27,
+ 79.67
+ ]
+ },
+ {
+ "city": "Mahb\u016bbnagar",
+ "lat": [
+ 16.5488,
+ 16.9488
+ ],
+ "lon": [
+ 77.8035,
+ 78.2035
+ ]
+ },
+ {
+ "city": "Murtaz\u0101b\u0101d",
+ "lat": [
+ 28.5111,
+ 28.911099999999998
+ ],
+ "lon": [
+ 77.0688,
+ 77.4688
+ ]
+ },
+ {
+ "city": "Bhuj",
+ "lat": [
+ 23.05,
+ 23.45
+ ],
+ "lon": [
+ 69.47,
+ 69.87
+ ]
+ },
+ {
+ "city": "Ratanpur",
+ "lat": [
+ 22.8851,
+ 23.2851
+ ],
+ "lon": [
+ 72.3716,
+ 72.7716
+ ]
+ },
+ {
+ "city": "Bhus\u0101val",
+ "lat": [
+ 20.85,
+ 21.25
+ ],
+ "lon": [
+ 75.57,
+ 75.97
+ ]
+ },
+ {
+ "city": "Bahraigh",
+ "lat": [
+ 27.375,
+ 27.775
+ ],
+ "lon": [
+ 81.39399999999999,
+ 81.794
+ ]
+ },
+ {
+ "city": "Umreth",
+ "lat": [
+ 22.4986,
+ 22.8986
+ ],
+ "lon": [
+ 72.9156,
+ 73.3156
+ ]
+ },
+ {
+ "city": "Ittikara",
+ "lat": [
+ 8.663300000000001,
+ 9.0633
+ ],
+ "lon": [
+ 76.49719999999999,
+ 76.8972
+ ]
+ },
+ {
+ "city": "Mahes\u0101na",
+ "lat": [
+ 23.400000000000002,
+ 23.8
+ ],
+ "lon": [
+ 72.2,
+ 72.60000000000001
+ ]
+ },
+ {
+ "city": "Alasandigutta",
+ "lat": [
+ 15.4244,
+ 15.824399999999999
+ ],
+ "lon": [
+ 77.0731,
+ 77.4731
+ ]
+ },
+ {
+ "city": "R\u0101iganj",
+ "lat": [
+ 25.42,
+ 25.82
+ ],
+ "lon": [
+ 87.92,
+ 88.32000000000001
+ ]
+ },
+ {
+ "city": "Bat\u0101la",
+ "lat": [
+ 31.6186,
+ 32.0186
+ ],
+ "lon": [
+ 75.0028,
+ 75.4028
+ ]
+ },
+ {
+ "city": "P\u0101lanpur",
+ "lat": [
+ 23.9722,
+ 24.3722
+ ],
+ "lon": [
+ 72.2333,
+ 72.6333
+ ]
+ },
+ {
+ "city": "Sirsa",
+ "lat": [
+ 29.3333,
+ 29.7333
+ ],
+ "lon": [
+ 74.8167,
+ 75.2167
+ ]
+ },
+ {
+ "city": "Dinapore",
+ "lat": [
+ 25.4225,
+ 25.822499999999998
+ ],
+ "lon": [
+ 84.8417,
+ 85.24170000000001
+ ]
+ },
+ {
+ "city": "Tambaram",
+ "lat": [
+ 12.631,
+ 13.030999999999999
+ ],
+ "lon": [
+ 79.8459,
+ 80.2459
+ ]
+ },
+ {
+ "city": "Shr\u012br\u0101mpur",
+ "lat": [
+ 22.55,
+ 22.95
+ ],
+ "lon": [
+ 88.14,
+ 88.54
+ ]
+ },
+ {
+ "city": "Himatnagar",
+ "lat": [
+ 23.400000000000002,
+ 23.8
+ ],
+ "lon": [
+ 72.75,
+ 73.15
+ ]
+ },
+ {
+ "city": "Guna",
+ "lat": [
+ 24.45,
+ 24.849999999999998
+ ],
+ "lon": [
+ 77.11999999999999,
+ 77.52
+ ]
+ },
+ {
+ "city": "Naw\u0101da",
+ "lat": [
+ 24.68,
+ 25.08
+ ],
+ "lon": [
+ 85.33,
+ 85.73
+ ]
+ },
+ {
+ "city": "Jaunpur",
+ "lat": [
+ 25.53,
+ 25.93
+ ],
+ "lon": [
+ 82.48,
+ 82.88000000000001
+ ]
+ },
+ {
+ "city": "Mah\u0101d",
+ "lat": [
+ 17.883,
+ 18.282999999999998
+ ],
+ "lon": [
+ 73.217,
+ 73.617
+ ]
+ },
+ {
+ "city": "Madanapalle",
+ "lat": [
+ 13.350000000000001,
+ 13.75
+ ],
+ "lon": [
+ 78.3,
+ 78.7
+ ]
+ },
+ {
+ "city": "Wadlakonda",
+ "lat": [
+ 17.5736,
+ 17.973599999999998
+ ],
+ "lon": [
+ 79.375,
+ 79.775
+ ]
+ },
+ {
+ "city": "Bhach\u0101u",
+ "lat": [
+ 23.096,
+ 23.496
+ ],
+ "lon": [
+ 70.143,
+ 70.543
+ ]
+ },
+ {
+ "city": "Shivpuri",
+ "lat": [
+ 25.23,
+ 25.63
+ ],
+ "lon": [
+ 77.45,
+ 77.85000000000001
+ ]
+ },
+ {
+ "city": "S\u0101t\u0101ra",
+ "lat": [
+ 17.488,
+ 17.887999999999998
+ ],
+ "lon": [
+ 73.806,
+ 74.206
+ ]
+ },
+ {
+ "city": "V\u0101da",
+ "lat": [
+ 19.19,
+ 19.59
+ ],
+ "lon": [
+ 72.88,
+ 73.28
+ ]
+ },
+ {
+ "city": "Phillaur",
+ "lat": [
+ 30.830000000000002,
+ 31.23
+ ],
+ "lon": [
+ 75.58,
+ 75.98
+ ]
+ },
+ {
+ "city": "Unn\u0101o",
+ "lat": [
+ 26.35,
+ 26.75
+ ],
+ "lon": [
+ 80.28999999999999,
+ 80.69
+ ]
+ },
+ {
+ "city": "S\u012bt\u0101pur",
+ "lat": [
+ 27.37,
+ 27.77
+ ],
+ "lon": [
+ 80.46,
+ 80.86
+ ]
+ },
+ {
+ "city": "Kalamboli",
+ "lat": [
+ 19.0333,
+ 19.4333
+ ],
+ "lon": [
+ 72.9333,
+ 73.33330000000001
+ ]
+ },
+ {
+ "city": "S\u0101ila",
+ "lat": [
+ 25.133,
+ 25.532999999999998
+ ],
+ "lon": [
+ 72.167,
+ 72.56700000000001
+ ]
+ },
+ {
+ "city": "W\u0101r\u0101seon\u012b",
+ "lat": [
+ 21.564700000000002,
+ 21.9647
+ ],
+ "lon": [
+ 79.8494,
+ 80.24940000000001
+ ]
+ },
+ {
+ "city": "Mauli",
+ "lat": [
+ 30.499000000000002,
+ 30.899
+ ],
+ "lon": [
+ 76.493,
+ 76.893
+ ]
+ },
+ {
+ "city": "Harnaut",
+ "lat": [
+ 25.1694,
+ 25.569399999999998
+ ],
+ "lon": [
+ 85.33189999999999,
+ 85.7319
+ ]
+ },
+ {
+ "city": "Chittoor",
+ "lat": [
+ 13.016,
+ 13.415999999999999
+ ],
+ "lon": [
+ 78.898,
+ 79.298
+ ]
+ },
+ {
+ "city": "Navadw\u012bp",
+ "lat": [
+ 23.220000000000002,
+ 23.62
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Kotdw\u0101ra",
+ "lat": [
+ 29.55,
+ 29.95
+ ],
+ "lon": [
+ 78.33,
+ 78.73
+ ]
+ },
+ {
+ "city": "P\u012blibh\u012bt",
+ "lat": [
+ 28.4267,
+ 28.8267
+ ],
+ "lon": [
+ 79.6058,
+ 80.00580000000001
+ ]
+ },
+ {
+ "city": "Cuddalore",
+ "lat": [
+ 11.55,
+ 11.95
+ ],
+ "lon": [
+ 79.55,
+ 79.95
+ ]
+ },
+ {
+ "city": "Gondal",
+ "lat": [
+ 21.758,
+ 22.157999999999998
+ ],
+ "lon": [
+ 70.595,
+ 70.995
+ ]
+ },
+ {
+ "city": "Deo",
+ "lat": [
+ 24.4583,
+ 24.8583
+ ],
+ "lon": [
+ 84.2378,
+ 84.6378
+ ]
+ },
+ {
+ "city": "Silchar",
+ "lat": [
+ 24.62,
+ 25.02
+ ],
+ "lon": [
+ 92.6,
+ 93.0
+ ]
+ },
+ {
+ "city": "Ch\u012br\u0101la",
+ "lat": [
+ 15.624600000000001,
+ 16.0246
+ ],
+ "lon": [
+ 80.15209999999999,
+ 80.5521
+ ]
+ },
+ {
+ "city": "Gadag",
+ "lat": [
+ 15.216700000000001,
+ 15.6167
+ ],
+ "lon": [
+ 75.41669999999999,
+ 75.8167
+ ]
+ },
+ {
+ "city": "Tiruvann\u0101malai",
+ "lat": [
+ 11.930000000000001,
+ 12.33
+ ],
+ "lon": [
+ 78.86999999999999,
+ 79.27
+ ]
+ },
+ {
+ "city": "B\u012bdar",
+ "lat": [
+ 17.712,
+ 18.112
+ ],
+ "lon": [
+ 77.32,
+ 77.72
+ ]
+ },
+ {
+ "city": "Jal\u0101l\u0101b\u0101d",
+ "lat": [
+ 30.42,
+ 30.82
+ ],
+ "lon": [
+ 74.05,
+ 74.45
+ ]
+ },
+ {
+ "city": "Villupuram",
+ "lat": [
+ 11.7401,
+ 12.140099999999999
+ ],
+ "lon": [
+ 79.28609999999999,
+ 79.6861
+ ]
+ },
+ {
+ "city": "Nawsari",
+ "lat": [
+ 20.75,
+ 21.15
+ ],
+ "lon": [
+ 72.73,
+ 73.13000000000001
+ ]
+ },
+ {
+ "city": "Vals\u0101d",
+ "lat": [
+ 20.41,
+ 20.81
+ ],
+ "lon": [
+ 72.726,
+ 73.126
+ ]
+ },
+ {
+ "city": "Medin\u012bpur",
+ "lat": [
+ 22.224,
+ 22.624
+ ],
+ "lon": [
+ 87.119,
+ 87.519
+ ]
+ },
+ {
+ "city": "Damoh",
+ "lat": [
+ 23.633100000000002,
+ 24.0331
+ ],
+ "lon": [
+ 79.2419,
+ 79.6419
+ ]
+ },
+ {
+ "city": "Har\u012bpur",
+ "lat": [
+ 31.330000000000002,
+ 31.73
+ ],
+ "lon": [
+ 75.72,
+ 76.12
+ ]
+ },
+ {
+ "city": "Neyveli",
+ "lat": [
+ 11.408800000000001,
+ 11.8088
+ ],
+ "lon": [
+ 79.29939999999999,
+ 79.6994
+ ]
+ },
+ {
+ "city": "B\u0101ram\u016bla",
+ "lat": [
+ 33.998,
+ 34.398
+ ],
+ "lon": [
+ 74.164,
+ 74.56400000000001
+ ]
+ },
+ {
+ "city": "Malk\u0101pur",
+ "lat": [
+ 20.685000000000002,
+ 21.085
+ ],
+ "lon": [
+ 76.0,
+ 76.4
+ ]
+ },
+ {
+ "city": "J\u012bnd",
+ "lat": [
+ 29.1167,
+ 29.5167
+ ],
+ "lon": [
+ 76.1167,
+ 76.5167
+ ]
+ },
+ {
+ "city": "Chandannagar",
+ "lat": [
+ 22.67,
+ 23.07
+ ],
+ "lon": [
+ 88.17999999999999,
+ 88.58
+ ]
+ },
+ {
+ "city": "\u0100doni",
+ "lat": [
+ 15.427900000000001,
+ 15.8279
+ ],
+ "lon": [
+ 77.0749,
+ 77.4749
+ ]
+ },
+ {
+ "city": "Udipi",
+ "lat": [
+ 13.138900000000001,
+ 13.5389
+ ],
+ "lon": [
+ 74.54509999999999,
+ 74.9451
+ ]
+ },
+ {
+ "city": "Fyz\u0101b\u0101d",
+ "lat": [
+ 26.573,
+ 26.973
+ ],
+ "lon": [
+ 81.946,
+ 82.346
+ ]
+ },
+ {
+ "city": "Saw\u0101i M\u0101dhopur",
+ "lat": [
+ 25.8,
+ 26.2
+ ],
+ "lon": [
+ 76.14999999999999,
+ 76.55
+ ]
+ },
+ {
+ "city": "Ten\u0101li",
+ "lat": [
+ 16.039,
+ 16.439
+ ],
+ "lon": [
+ 80.445,
+ 80.845
+ ]
+ },
+ {
+ "city": "Conjeeveram",
+ "lat": [
+ 12.618500000000001,
+ 13.0185
+ ],
+ "lon": [
+ 79.4947,
+ 79.8947
+ ]
+ },
+ {
+ "city": "Madhubani",
+ "lat": [
+ 26.1519,
+ 26.5519
+ ],
+ "lon": [
+ 85.8719,
+ 86.2719
+ ]
+ },
+ {
+ "city": "Proddat\u016br",
+ "lat": [
+ 14.55,
+ 14.95
+ ],
+ "lon": [
+ 78.35,
+ 78.75
+ ]
+ },
+ {
+ "city": "Sult\u0101npur Mazra",
+ "lat": [
+ 28.4981,
+ 28.8981
+ ],
+ "lon": [
+ 76.8689,
+ 77.2689
+ ]
+ },
+ {
+ "city": "Godhra",
+ "lat": [
+ 22.5772,
+ 22.9772
+ ],
+ "lon": [
+ 73.4203,
+ 73.8203
+ ]
+ },
+ {
+ "city": "Multai",
+ "lat": [
+ 21.57,
+ 21.97
+ ],
+ "lon": [
+ 78.05,
+ 78.45
+ ]
+ },
+ {
+ "city": "Pangzawl",
+ "lat": [
+ 22.71,
+ 23.11
+ ],
+ "lon": [
+ 92.56,
+ 92.96000000000001
+ ]
+ },
+ {
+ "city": "Pr\u0101ntij",
+ "lat": [
+ 23.238400000000002,
+ 23.6384
+ ],
+ "lon": [
+ 72.6572,
+ 73.05720000000001
+ ]
+ },
+ {
+ "city": "Moga",
+ "lat": [
+ 30.622,
+ 31.022
+ ],
+ "lon": [
+ 74.974,
+ 75.37400000000001
+ ]
+ },
+ {
+ "city": "Budaun",
+ "lat": [
+ 27.85,
+ 28.25
+ ],
+ "lon": [
+ 78.92,
+ 79.32000000000001
+ ]
+ },
+ {
+ "city": "Uttarp\u0101ra",
+ "lat": [
+ 22.470000000000002,
+ 22.87
+ ],
+ "lon": [
+ 88.14999999999999,
+ 88.55
+ ]
+ },
+ {
+ "city": "Daltonganj",
+ "lat": [
+ 23.830000000000002,
+ 24.23
+ ],
+ "lon": [
+ 83.86999999999999,
+ 84.27
+ ]
+ },
+ {
+ "city": "J\u0101mkhed",
+ "lat": [
+ 18.52,
+ 18.919999999999998
+ ],
+ "lon": [
+ 75.11999999999999,
+ 75.52
+ ]
+ },
+ {
+ "city": "Bhar\u016bch",
+ "lat": [
+ 21.512,
+ 21.912
+ ],
+ "lon": [
+ 72.79299999999999,
+ 73.193
+ ]
+ },
+ {
+ "city": "Lunglei",
+ "lat": [
+ 22.68,
+ 23.08
+ ],
+ "lon": [
+ 92.53,
+ 92.93
+ ]
+ },
+ {
+ "city": "Saharsa",
+ "lat": [
+ 25.68,
+ 26.08
+ ],
+ "lon": [
+ 86.39999999999999,
+ 86.8
+ ]
+ },
+ {
+ "city": "Vidisha",
+ "lat": [
+ 23.330000000000002,
+ 23.73
+ ],
+ "lon": [
+ 77.61999999999999,
+ 78.02
+ ]
+ },
+ {
+ "city": "Path\u0101nkot",
+ "lat": [
+ 32.0668,
+ 32.466800000000006
+ ],
+ "lon": [
+ 75.39999999999999,
+ 75.8
+ ]
+ },
+ {
+ "city": "K\u0101rw\u0101r",
+ "lat": [
+ 14.600000000000001,
+ 15.0
+ ],
+ "lon": [
+ 73.92999999999999,
+ 74.33
+ ]
+ },
+ {
+ "city": "Th\u0101nesar",
+ "lat": [
+ 29.7667,
+ 30.1667
+ ],
+ "lon": [
+ 76.6167,
+ 77.0167
+ ]
+ },
+ {
+ "city": "Kishangarh",
+ "lat": [
+ 26.37,
+ 26.77
+ ],
+ "lon": [
+ 74.67,
+ 75.07000000000001
+ ]
+ },
+ {
+ "city": "Rudarpur",
+ "lat": [
+ 28.78,
+ 29.18
+ ],
+ "lon": [
+ 79.2,
+ 79.60000000000001
+ ]
+ },
+ {
+ "city": "Tindw\u0101ra",
+ "lat": [
+ 25.2833,
+ 25.6833
+ ],
+ "lon": [
+ 80.13329999999999,
+ 80.5333
+ ]
+ },
+ {
+ "city": "Nalgonda",
+ "lat": [
+ 16.8575,
+ 17.2575
+ ],
+ "lon": [
+ 79.0684,
+ 79.4684
+ ]
+ },
+ {
+ "city": "Dibrugarh",
+ "lat": [
+ 27.28,
+ 27.68
+ ],
+ "lon": [
+ 94.8,
+ 95.2
+ ]
+ },
+ {
+ "city": "Ver\u0101val",
+ "lat": [
+ 20.7159,
+ 21.1159
+ ],
+ "lon": [
+ 70.1629,
+ 70.5629
+ ]
+ },
+ {
+ "city": "Bet\u016bl Baz\u0101r",
+ "lat": [
+ 21.705000000000002,
+ 22.105
+ ],
+ "lon": [
+ 77.702,
+ 78.102
+ ]
+ },
+ {
+ "city": "B\u0101lurgh\u0101t",
+ "lat": [
+ 25.02,
+ 25.419999999999998
+ ],
+ "lon": [
+ 88.56,
+ 88.96000000000001
+ ]
+ },
+ {
+ "city": "Jorh\u0101t",
+ "lat": [
+ 26.55,
+ 26.95
+ ],
+ "lon": [
+ 94.02,
+ 94.42
+ ]
+ },
+ {
+ "city": "Krishnanagar",
+ "lat": [
+ 23.2,
+ 23.599999999999998
+ ],
+ "lon": [
+ 88.3,
+ 88.7
+ ]
+ },
+ {
+ "city": "B\u0101r\u0101kpur",
+ "lat": [
+ 22.560000000000002,
+ 22.96
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Porbandar",
+ "lat": [
+ 21.4417,
+ 21.8417
+ ],
+ "lon": [
+ 69.4293,
+ 69.8293
+ ]
+ },
+ {
+ "city": "Sh\u0101ntipur",
+ "lat": [
+ 23.05,
+ 23.45
+ ],
+ "lon": [
+ 88.23,
+ 88.63000000000001
+ ]
+ },
+ {
+ "city": "Hindupur",
+ "lat": [
+ 13.63,
+ 14.03
+ ],
+ "lon": [
+ 77.28999999999999,
+ 77.69
+ ]
+ },
+ {
+ "city": "Be\u0101war",
+ "lat": [
+ 25.900000000000002,
+ 26.3
+ ],
+ "lon": [
+ 74.11999999999999,
+ 74.52
+ ]
+ },
+ {
+ "city": "Bh\u0101lswa Jahangirpur",
+ "lat": [
+ 28.5354,
+ 28.935399999999998
+ ],
+ "lon": [
+ 76.96379999999999,
+ 77.3638
+ ]
+ },
+ {
+ "city": "Erode",
+ "lat": [
+ 11.1409,
+ 11.540899999999999
+ ],
+ "lon": [
+ 77.5171,
+ 77.9171
+ ]
+ },
+ {
+ "city": "Sibs\u0101gar",
+ "lat": [
+ 26.7844,
+ 27.1844
+ ],
+ "lon": [
+ 94.4375,
+ 94.8375
+ ]
+ },
+ {
+ "city": "N\u0101ngloi J\u0101t",
+ "lat": [
+ 28.4833,
+ 28.8833
+ ],
+ "lon": [
+ 76.8667,
+ 77.2667
+ ]
+ },
+ {
+ "city": "Soro",
+ "lat": [
+ 21.09,
+ 21.49
+ ],
+ "lon": [
+ 86.49,
+ 86.89
+ ]
+ },
+ {
+ "city": "N\u016bzv\u012bd",
+ "lat": [
+ 16.5881,
+ 16.9881
+ ],
+ "lon": [
+ 80.6465,
+ 81.04650000000001
+ ]
+ },
+ {
+ "city": "Sit\u0101rganj",
+ "lat": [
+ 28.73,
+ 29.13
+ ],
+ "lon": [
+ 79.5,
+ 79.9
+ ]
+ },
+ {
+ "city": "H\u0101j\u012bpur",
+ "lat": [
+ 25.4925,
+ 25.8925
+ ],
+ "lon": [
+ 85.0084,
+ 85.4084
+ ]
+ },
+ {
+ "city": "H\u0101bra",
+ "lat": [
+ 22.63,
+ 23.029999999999998
+ ],
+ "lon": [
+ 88.42999999999999,
+ 88.83
+ ]
+ },
+ {
+ "city": "B\u0101ra Bank\u012b",
+ "lat": [
+ 26.720000000000002,
+ 27.12
+ ],
+ "lon": [
+ 81.0,
+ 81.4
+ ]
+ },
+ {
+ "city": "B\u012br",
+ "lat": [
+ 18.79,
+ 19.189999999999998
+ ],
+ "lon": [
+ 75.56,
+ 75.96000000000001
+ ]
+ },
+ {
+ "city": "N\u0101rnaul",
+ "lat": [
+ 27.8444,
+ 28.2444
+ ],
+ "lon": [
+ 75.90559999999999,
+ 76.3056
+ ]
+ },
+ {
+ "city": "Chitaldrug",
+ "lat": [
+ 14.030000000000001,
+ 14.43
+ ],
+ "lon": [
+ 76.2,
+ 76.60000000000001
+ ]
+ },
+ {
+ "city": "Etah",
+ "lat": [
+ 27.43,
+ 27.83
+ ],
+ "lon": [
+ 78.47,
+ 78.87
+ ]
+ },
+ {
+ "city": "Abohar",
+ "lat": [
+ 29.933400000000002,
+ 30.3334
+ ],
+ "lon": [
+ 74.0001,
+ 74.40010000000001
+ ]
+ },
+ {
+ "city": "Kaithal",
+ "lat": [
+ 29.6015,
+ 30.0015
+ ],
+ "lon": [
+ 76.1998,
+ 76.5998
+ ]
+ },
+ {
+ "city": "Balasore",
+ "lat": [
+ 21.3033,
+ 21.7033
+ ],
+ "lon": [
+ 86.725,
+ 87.125
+ ]
+ },
+ {
+ "city": "Koiridih",
+ "lat": [
+ 23.98,
+ 24.38
+ ],
+ "lon": [
+ 86.1,
+ 86.5
+ ]
+ },
+ {
+ "city": "Shillong",
+ "lat": [
+ 25.3822,
+ 25.7822
+ ],
+ "lon": [
+ 91.6944,
+ 92.09440000000001
+ ]
+ },
+ {
+ "city": "Rew\u0101ri",
+ "lat": [
+ 27.98,
+ 28.38
+ ],
+ "lon": [
+ 76.42,
+ 76.82000000000001
+ ]
+ },
+ {
+ "city": "Haz\u0101rib\u0101gh",
+ "lat": [
+ 23.78,
+ 24.18
+ ],
+ "lon": [
+ 85.14999999999999,
+ 85.55
+ ]
+ },
+ {
+ "city": "Bh\u012bmavaram",
+ "lat": [
+ 16.343,
+ 16.743
+ ],
+ "lon": [
+ 81.323,
+ 81.723
+ ]
+ },
+ {
+ "city": "Mandsaur",
+ "lat": [
+ 23.872,
+ 24.272
+ ],
+ "lon": [
+ 74.869,
+ 75.269
+ ]
+ },
+ {
+ "city": "Ch\u0101s",
+ "lat": [
+ 23.43,
+ 23.83
+ ],
+ "lon": [
+ 85.97,
+ 86.37
+ ]
+ },
+ {
+ "city": "Port Blair",
+ "lat": [
+ 11.468300000000001,
+ 11.8683
+ ],
+ "lon": [
+ 92.53779999999999,
+ 92.9378
+ ]
+ },
+ {
+ "city": "Harchandpur",
+ "lat": [
+ 26.16,
+ 26.56
+ ],
+ "lon": [
+ 80.97,
+ 81.37
+ ]
+ },
+ {
+ "city": "Kumbakonam",
+ "lat": [
+ 10.760200000000001,
+ 11.1602
+ ],
+ "lon": [
+ 79.1845,
+ 79.5845
+ ]
+ },
+ {
+ "city": "Aul",
+ "lat": [
+ 20.470000000000002,
+ 20.87
+ ],
+ "lon": [
+ 86.44,
+ 86.84
+ ]
+ },
+ {
+ "city": "Kol\u0101r",
+ "lat": [
+ 12.933300000000001,
+ 13.3333
+ ],
+ "lon": [
+ 77.9333,
+ 78.33330000000001
+ ]
+ },
+ {
+ "city": "Chicacole",
+ "lat": [
+ 18.1,
+ 18.5
+ ],
+ "lon": [
+ 83.7,
+ 84.10000000000001
+ ]
+ },
+ {
+ "city": "B\u0101nkura",
+ "lat": [
+ 23.05,
+ 23.45
+ ],
+ "lon": [
+ 86.86999999999999,
+ 87.27
+ ]
+ },
+ {
+ "city": "Mandya",
+ "lat": [
+ 12.32,
+ 12.719999999999999
+ ],
+ "lon": [
+ 76.7,
+ 77.10000000000001
+ ]
+ },
+ {
+ "city": "Dehri",
+ "lat": [
+ 24.71,
+ 25.11
+ ],
+ "lon": [
+ 83.98,
+ 84.38000000000001
+ ]
+ },
+ {
+ "city": "Durgauti",
+ "lat": [
+ 25.011400000000002,
+ 25.4114
+ ],
+ "lon": [
+ 83.3308,
+ 83.7308
+ ]
+ },
+ {
+ "city": "Mainpuri",
+ "lat": [
+ 27.03,
+ 27.43
+ ],
+ "lon": [
+ 78.82,
+ 79.22
+ ]
+ },
+ {
+ "city": "Talaiv\u0101sal",
+ "lat": [
+ 11.386700000000001,
+ 11.7867
+ ],
+ "lon": [
+ 78.5583,
+ 78.95830000000001
+ ]
+ },
+ {
+ "city": "Raigarh",
+ "lat": [
+ 21.697400000000002,
+ 22.0974
+ ],
+ "lon": [
+ 83.195,
+ 83.595
+ ]
+ },
+ {
+ "city": "Hara\u012bpur",
+ "lat": [
+ 26.02,
+ 26.419999999999998
+ ],
+ "lon": [
+ 84.16,
+ 84.56
+ ]
+ },
+ {
+ "city": "Siw\u0101n",
+ "lat": [
+ 26.02,
+ 26.419999999999998
+ ],
+ "lon": [
+ 84.16,
+ 84.56
+ ]
+ },
+ {
+ "city": "Kalol",
+ "lat": [
+ 23.046,
+ 23.445999999999998
+ ],
+ "lon": [
+ 72.29599999999999,
+ 72.696
+ ]
+ },
+ {
+ "city": "Hassan",
+ "lat": [
+ 12.812000000000001,
+ 13.212
+ ],
+ "lon": [
+ 75.868,
+ 76.268
+ ]
+ },
+ {
+ "city": "Lalitpur",
+ "lat": [
+ 24.490000000000002,
+ 24.89
+ ],
+ "lon": [
+ 78.21,
+ 78.61
+ ]
+ },
+ {
+ "city": "Paramagudi",
+ "lat": [
+ 9.349400000000001,
+ 9.7494
+ ],
+ "lon": [
+ 78.3891,
+ 78.7891
+ ]
+ },
+ {
+ "city": "Gondi\u0101",
+ "lat": [
+ 21.259800000000002,
+ 21.6598
+ ],
+ "lon": [
+ 79.99499999999999,
+ 80.395
+ ]
+ },
+ {
+ "city": "Dal\u016bpura",
+ "lat": [
+ 28.4004,
+ 28.8004
+ ],
+ "lon": [
+ 77.1194,
+ 77.5194
+ ]
+ },
+ {
+ "city": "Nary\u0101i ka Puri",
+ "lat": [
+ 26.32,
+ 26.72
+ ],
+ "lon": [
+ 78.14999999999999,
+ 78.55
+ ]
+ },
+ {
+ "city": "Palwal",
+ "lat": [
+ 27.9447,
+ 28.3447
+ ],
+ "lon": [
+ 77.1255,
+ 77.52550000000001
+ ]
+ },
+ {
+ "city": "P\u0101lgh\u0101t",
+ "lat": [
+ 10.575000000000001,
+ 10.975
+ ],
+ "lon": [
+ 76.451,
+ 76.851
+ ]
+ },
+ {
+ "city": "\u0100nand",
+ "lat": [
+ 22.356,
+ 22.756
+ ],
+ "lon": [
+ 72.75099999999999,
+ 73.151
+ ]
+ },
+ {
+ "city": "Bot\u0101d",
+ "lat": [
+ 21.970000000000002,
+ 22.37
+ ],
+ "lon": [
+ 71.47,
+ 71.87
+ ]
+ },
+ {
+ "city": "Mukeri\u0101n",
+ "lat": [
+ 31.75,
+ 32.15
+ ],
+ "lon": [
+ 75.42,
+ 75.82000000000001
+ ]
+ },
+ {
+ "city": "Hanum\u0101ngarh",
+ "lat": [
+ 29.38,
+ 29.779999999999998
+ ],
+ "lon": [
+ 74.11999999999999,
+ 74.52
+ ]
+ },
+ {
+ "city": "Jetpur",
+ "lat": [
+ 21.5542,
+ 21.9542
+ ],
+ "lon": [
+ 70.4222,
+ 70.82220000000001
+ ]
+ },
+ {
+ "city": "Arcot",
+ "lat": [
+ 12.7047,
+ 13.1047
+ ],
+ "lon": [
+ 79.1238,
+ 79.52380000000001
+ ]
+ },
+ {
+ "city": "K\u0101nchr\u0101p\u0101ra",
+ "lat": [
+ 22.7456,
+ 23.145599999999998
+ ],
+ "lon": [
+ 88.2332,
+ 88.6332
+ ]
+ },
+ {
+ "city": "Hoshang\u0101b\u0101d",
+ "lat": [
+ 22.5475,
+ 22.947499999999998
+ ],
+ "lon": [
+ 77.5274,
+ 77.9274
+ ]
+ },
+ {
+ "city": "Khanna",
+ "lat": [
+ 30.5,
+ 30.9
+ ],
+ "lon": [
+ 76.02,
+ 76.42
+ ]
+ },
+ {
+ "city": "Nagda",
+ "lat": [
+ 23.2564,
+ 23.656399999999998
+ ],
+ "lon": [
+ 75.2131,
+ 75.6131
+ ]
+ },
+ {
+ "city": "Hardo\u012b",
+ "lat": [
+ 27.220000000000002,
+ 27.62
+ ],
+ "lon": [
+ 79.92,
+ 80.32000000000001
+ ]
+ },
+ {
+ "city": "Guntakal",
+ "lat": [
+ 14.97,
+ 15.37
+ ],
+ "lon": [
+ 77.17999999999999,
+ 77.58
+ ]
+ },
+ {
+ "city": "Pithampur",
+ "lat": [
+ 22.419700000000002,
+ 22.8197
+ ],
+ "lon": [
+ 75.49329999999999,
+ 75.8933
+ ]
+ },
+ {
+ "city": "P\u0101tan",
+ "lat": [
+ 23.650000000000002,
+ 24.05
+ ],
+ "lon": [
+ 71.925,
+ 72.325
+ ]
+ },
+ {
+ "city": "Bas\u012brhat",
+ "lat": [
+ 22.4572,
+ 22.8572
+ ],
+ "lon": [
+ 88.6942,
+ 89.0942
+ ]
+ },
+ {
+ "city": "Raxaul",
+ "lat": [
+ 26.7833,
+ 27.1833
+ ],
+ "lon": [
+ 84.64999999999999,
+ 85.05
+ ]
+ },
+ {
+ "city": "H\u0101l\u012bsahar",
+ "lat": [
+ 22.7469,
+ 23.1469
+ ],
+ "lon": [
+ 88.2184,
+ 88.61840000000001
+ ]
+ },
+ {
+ "city": "Jag\u0101dhri",
+ "lat": [
+ 29.968,
+ 30.368
+ ],
+ "lon": [
+ 77.101,
+ 77.501
+ ]
+ },
+ {
+ "city": "Sun\u0101m",
+ "lat": [
+ 29.93,
+ 30.33
+ ],
+ "lon": [
+ 75.6,
+ 76.0
+ ]
+ },
+ {
+ "city": "Rishra",
+ "lat": [
+ 22.51,
+ 22.91
+ ],
+ "lon": [
+ 88.14999999999999,
+ 88.55
+ ]
+ },
+ {
+ "city": "Jh\u0101rsugra",
+ "lat": [
+ 21.650000000000002,
+ 22.05
+ ],
+ "lon": [
+ 83.83,
+ 84.23
+ ]
+ },
+ {
+ "city": "P\u0101li",
+ "lat": [
+ 23.150000000000002,
+ 23.55
+ ],
+ "lon": [
+ 80.85,
+ 81.25
+ ]
+ },
+ {
+ "city": "N\u0101ndgaon",
+ "lat": [
+ 20.107,
+ 20.506999999999998
+ ],
+ "lon": [
+ 74.457,
+ 74.857
+ ]
+ },
+ {
+ "city": "Alw\u0101l",
+ "lat": [
+ 17.3047,
+ 17.7047
+ ],
+ "lon": [
+ 78.3038,
+ 78.7038
+ ]
+ },
+ {
+ "city": "Dim\u0101pur",
+ "lat": [
+ 25.7092,
+ 26.109199999999998
+ ],
+ "lon": [
+ 93.5266,
+ 93.92660000000001
+ ]
+ },
+ {
+ "city": "Sarang\u0101puram",
+ "lat": [
+ 18.7447,
+ 19.1447
+ ],
+ "lon": [
+ 78.7936,
+ 79.1936
+ ]
+ },
+ {
+ "city": "Bhadrakh",
+ "lat": [
+ 20.8545,
+ 21.2545
+ ],
+ "lon": [
+ 86.3156,
+ 86.71560000000001
+ ]
+ },
+ {
+ "city": "Dharmavaram",
+ "lat": [
+ 14.23,
+ 14.629999999999999
+ ],
+ "lon": [
+ 77.52,
+ 77.92
+ ]
+ },
+ {
+ "city": "Ambik\u0101pur",
+ "lat": [
+ 22.92,
+ 23.32
+ ],
+ "lon": [
+ 83.0,
+ 83.4
+ ]
+ },
+ {
+ "city": "Puruliya",
+ "lat": [
+ 23.14,
+ 23.54
+ ],
+ "lon": [
+ 86.16,
+ 86.56
+ ]
+ },
+ {
+ "city": "Ghaz\u012bpur",
+ "lat": [
+ 25.38,
+ 25.779999999999998
+ ],
+ "lon": [
+ 83.36999999999999,
+ 83.77
+ ]
+ },
+ {
+ "city": "Bagaha",
+ "lat": [
+ 26.8992,
+ 27.2992
+ ],
+ "lon": [
+ 83.89,
+ 84.29
+ ]
+ },
+ {
+ "city": "Gurd\u0101spur",
+ "lat": [
+ 31.833299999999998,
+ 32.2333
+ ],
+ "lon": [
+ 75.2,
+ 75.60000000000001
+ ]
+ },
+ {
+ "city": "Tindivanam",
+ "lat": [
+ 12.0267,
+ 12.426699999999999
+ ],
+ "lon": [
+ 79.4504,
+ 79.85040000000001
+ ]
+ },
+ {
+ "city": "Khurda",
+ "lat": [
+ 19.98,
+ 20.38
+ ],
+ "lon": [
+ 85.42,
+ 85.82000000000001
+ ]
+ },
+ {
+ "city": "Hengken",
+ "lat": [
+ 24.146,
+ 24.546
+ ],
+ "lon": [
+ 93.5,
+ 93.9
+ ]
+ },
+ {
+ "city": "Nokha",
+ "lat": [
+ 27.400000000000002,
+ 27.8
+ ],
+ "lon": [
+ 73.22,
+ 73.62
+ ]
+ },
+ {
+ "city": "Jandrapeta",
+ "lat": [
+ 15.624600000000001,
+ 16.0246
+ ],
+ "lon": [
+ 80.15209999999999,
+ 80.5521
+ ]
+ },
+ {
+ "city": "Yelahanka",
+ "lat": [
+ 12.9007,
+ 13.300699999999999
+ ],
+ "lon": [
+ 77.3963,
+ 77.7963
+ ]
+ },
+ {
+ "city": "N\u0101makkal",
+ "lat": [
+ 11.0167,
+ 11.416699999999999
+ ],
+ "lon": [
+ 77.9667,
+ 78.36670000000001
+ ]
+ },
+ {
+ "city": "Darjeeling",
+ "lat": [
+ 26.837500000000002,
+ 27.2375
+ ],
+ "lon": [
+ 88.06309999999999,
+ 88.4631
+ ]
+ },
+ {
+ "city": "Sopur",
+ "lat": [
+ 34.099999999999994,
+ 34.5
+ ],
+ "lon": [
+ 74.27,
+ 74.67
+ ]
+ },
+ {
+ "city": "Chikmagal\u016br",
+ "lat": [
+ 13.113000000000001,
+ 13.513
+ ],
+ "lon": [
+ 75.53699999999999,
+ 75.937
+ ]
+ },
+ {
+ "city": "Gudiv\u0101da",
+ "lat": [
+ 16.23,
+ 16.63
+ ],
+ "lon": [
+ 80.78999999999999,
+ 81.19
+ ]
+ },
+ {
+ "city": "Amreli",
+ "lat": [
+ 21.4006,
+ 21.8006
+ ],
+ "lon": [
+ 71.01639999999999,
+ 71.4164
+ ]
+ },
+ {
+ "city": "Phagw\u0101ra",
+ "lat": [
+ 31.02,
+ 31.419999999999998
+ ],
+ "lon": [
+ 75.57,
+ 75.97
+ ]
+ },
+ {
+ "city": "Adil\u0101b\u0101d",
+ "lat": [
+ 19.470000000000002,
+ 19.87
+ ],
+ "lon": [
+ 78.33,
+ 78.73
+ ]
+ },
+ {
+ "city": "Barip\u0101da",
+ "lat": [
+ 21.740000000000002,
+ 22.14
+ ],
+ "lon": [
+ 86.52,
+ 86.92
+ ]
+ },
+ {
+ "city": "Yavatm\u0101l",
+ "lat": [
+ 20.04,
+ 20.439999999999998
+ ],
+ "lon": [
+ 77.86,
+ 78.26
+ ]
+ },
+ {
+ "city": "Tit\u0101garh",
+ "lat": [
+ 22.54,
+ 22.939999999999998
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Barn\u0101la",
+ "lat": [
+ 30.17,
+ 30.57
+ ],
+ "lon": [
+ 75.34,
+ 75.74000000000001
+ ]
+ },
+ {
+ "city": "Chittaurgarh",
+ "lat": [
+ 24.68,
+ 25.08
+ ],
+ "lon": [
+ 74.42999999999999,
+ 74.83
+ ]
+ },
+ {
+ "city": "Narasaraopet",
+ "lat": [
+ 16.036,
+ 16.436
+ ],
+ "lon": [
+ 79.8498,
+ 80.24980000000001
+ ]
+ },
+ {
+ "city": "Chidambaram",
+ "lat": [
+ 11.207,
+ 11.607
+ ],
+ "lon": [
+ 79.49119999999999,
+ 79.8912
+ ]
+ },
+ {
+ "city": "Kovilpatti",
+ "lat": [
+ 8.974400000000001,
+ 9.3744
+ ],
+ "lon": [
+ 77.66879999999999,
+ 78.0688
+ ]
+ },
+ {
+ "city": "Bijnor",
+ "lat": [
+ 29.17,
+ 29.57
+ ],
+ "lon": [
+ 77.92999999999999,
+ 78.33
+ ]
+ },
+ {
+ "city": "Dam Dam",
+ "lat": [
+ 22.435200000000002,
+ 22.8352
+ ],
+ "lon": [
+ 88.2143,
+ 88.6143
+ ]
+ },
+ {
+ "city": "Vejalpur",
+ "lat": [
+ 22.8061,
+ 23.2061
+ ],
+ "lon": [
+ 72.31649999999999,
+ 72.7165
+ ]
+ },
+ {
+ "city": "Bal\u0101ng\u012br",
+ "lat": [
+ 20.52,
+ 20.919999999999998
+ ],
+ "lon": [
+ 83.28,
+ 83.68
+ ]
+ },
+ {
+ "city": "Shegaon",
+ "lat": [
+ 20.5944,
+ 20.9944
+ ],
+ "lon": [
+ 76.4944,
+ 76.8944
+ ]
+ },
+ {
+ "city": "Magra",
+ "lat": [
+ 22.7793,
+ 23.179299999999998
+ ],
+ "lon": [
+ 88.17479999999999,
+ 88.5748
+ ]
+ },
+ {
+ "city": "Mah\u0101samund",
+ "lat": [
+ 20.91,
+ 21.31
+ ],
+ "lon": [
+ 81.89999999999999,
+ 82.3
+ ]
+ },
+ {
+ "city": "R\u0101jpura",
+ "lat": [
+ 30.284000000000002,
+ 30.684
+ ],
+ "lon": [
+ 76.39399999999999,
+ 76.794
+ ]
+ },
+ {
+ "city": "B\u0101galkot",
+ "lat": [
+ 15.9817,
+ 16.3817
+ ],
+ "lon": [
+ 75.4958,
+ 75.89580000000001
+ ]
+ },
+ {
+ "city": "Osm\u0101n\u0101b\u0101d",
+ "lat": [
+ 18.119400000000002,
+ 18.5194
+ ],
+ "lon": [
+ 75.8736,
+ 76.2736
+ ]
+ },
+ {
+ "city": "Kali\u0101npur",
+ "lat": [
+ 26.319100000000002,
+ 26.7191
+ ],
+ "lon": [
+ 80.04979999999999,
+ 80.4498
+ ]
+ },
+ {
+ "city": "Shuj\u0101lpur",
+ "lat": [
+ 23.2,
+ 23.599999999999998
+ ],
+ "lon": [
+ 76.52,
+ 76.92
+ ]
+ },
+ {
+ "city": "S\u0101hibganj",
+ "lat": [
+ 25.05,
+ 25.45
+ ],
+ "lon": [
+ 87.45,
+ 87.85000000000001
+ ]
+ },
+ {
+ "city": "Champdani",
+ "lat": [
+ 22.602,
+ 23.002
+ ],
+ "lon": [
+ 88.146,
+ 88.546
+ ]
+ },
+ {
+ "city": "D\u012bsa",
+ "lat": [
+ 24.0501,
+ 24.4501
+ ],
+ "lon": [
+ 71.98219999999999,
+ 72.3822
+ ]
+ },
+ {
+ "city": "Nandurbar",
+ "lat": [
+ 21.17,
+ 21.57
+ ],
+ "lon": [
+ 74.05,
+ 74.45
+ ]
+ },
+ {
+ "city": "Purwa Utar",
+ "lat": [
+ 25.868000000000002,
+ 26.268
+ ],
+ "lon": [
+ 82.984,
+ 83.384
+ ]
+ },
+ {
+ "city": "Ferozepore",
+ "lat": [
+ 30.7166,
+ 31.1166
+ ],
+ "lon": [
+ 74.39999999999999,
+ 74.8
+ ]
+ },
+ {
+ "city": "Mancher\u0101l",
+ "lat": [
+ 18.671400000000002,
+ 19.0714
+ ],
+ "lon": [
+ 79.2443,
+ 79.6443
+ ]
+ },
+ {
+ "city": "Miri\u0101lg\u016bda",
+ "lat": [
+ 16.666700000000002,
+ 17.0667
+ ],
+ "lon": [
+ 79.38329999999999,
+ 79.7833
+ ]
+ },
+ {
+ "city": "Sehore",
+ "lat": [
+ 23.0,
+ 23.4
+ ],
+ "lon": [
+ 76.88,
+ 77.28
+ ]
+ },
+ {
+ "city": "Bangaon",
+ "lat": [
+ 22.87,
+ 23.27
+ ],
+ "lon": [
+ 88.61999999999999,
+ 89.02
+ ]
+ },
+ {
+ "city": "Khopoli",
+ "lat": [
+ 18.589000000000002,
+ 18.989
+ ],
+ "lon": [
+ 73.143,
+ 73.543
+ ]
+ },
+ {
+ "city": "Isl\u0101m\u0101b\u0101d",
+ "lat": [
+ 33.5353,
+ 33.935300000000005
+ ],
+ "lon": [
+ 74.9478,
+ 75.3478
+ ]
+ },
+ {
+ "city": "Khardah",
+ "lat": [
+ 22.52,
+ 22.919999999999998
+ ],
+ "lon": [
+ 88.17999999999999,
+ 88.58
+ ]
+ },
+ {
+ "city": "Mungeli",
+ "lat": [
+ 21.87,
+ 22.27
+ ],
+ "lon": [
+ 81.48,
+ 81.88000000000001
+ ]
+ },
+ {
+ "city": "T\u0101dpatri",
+ "lat": [
+ 14.72,
+ 15.12
+ ],
+ "lon": [
+ 77.82,
+ 78.22
+ ]
+ },
+ {
+ "city": "Gharbara",
+ "lat": [
+ 28.27,
+ 28.669999999999998
+ ],
+ "lon": [
+ 77.31,
+ 77.71000000000001
+ ]
+ },
+ {
+ "city": "Sult\u0101npur",
+ "lat": [
+ 26.0583,
+ 26.458299999999998
+ ],
+ "lon": [
+ 81.87219999999999,
+ 82.2722
+ ]
+ },
+ {
+ "city": "Shikoh\u0101b\u0101d",
+ "lat": [
+ 26.900000000000002,
+ 27.3
+ ],
+ "lon": [
+ 78.39999999999999,
+ 78.8
+ ]
+ },
+ {
+ "city": "Jalp\u0101iguri",
+ "lat": [
+ 26.32,
+ 26.72
+ ],
+ "lon": [
+ 88.53,
+ 88.93
+ ]
+ },
+ {
+ "city": "Sh\u0101mli",
+ "lat": [
+ 29.25,
+ 29.65
+ ],
+ "lon": [
+ 77.11999999999999,
+ 77.52
+ ]
+ },
+ {
+ "city": "Bhilai Karanja",
+ "lat": [
+ 21.0198,
+ 21.4198
+ ],
+ "lon": [
+ 81.2575,
+ 81.6575
+ ]
+ },
+ {
+ "city": "Suri\u0101pet",
+ "lat": [
+ 16.9415,
+ 17.3415
+ ],
+ "lon": [
+ 79.4236,
+ 79.8236
+ ]
+ },
+ {
+ "city": "Wardha",
+ "lat": [
+ 20.541700000000002,
+ 20.9417
+ ],
+ "lon": [
+ 78.40559999999999,
+ 78.8056
+ ]
+ },
+ {
+ "city": "R\u0101n\u012bbennur",
+ "lat": [
+ 14.4167,
+ 14.816699999999999
+ ],
+ "lon": [
+ 75.41669999999999,
+ 75.8167
+ ]
+ },
+ {
+ "city": "Barnoi",
+ "lat": [
+ 32.23,
+ 32.63
+ ],
+ "lon": [
+ 75.23,
+ 75.63000000000001
+ ]
+ },
+ {
+ "city": "S\u012bt\u0101marhi",
+ "lat": [
+ 26.400000000000002,
+ 26.8
+ ],
+ "lon": [
+ 85.28,
+ 85.68
+ ]
+ },
+ {
+ "city": "Kishanganj",
+ "lat": [
+ 25.8794,
+ 26.2794
+ ],
+ "lon": [
+ 87.7372,
+ 88.1372
+ ]
+ },
+ {
+ "city": "Hindaun",
+ "lat": [
+ 26.54,
+ 26.939999999999998
+ ],
+ "lon": [
+ 76.83,
+ 77.23
+ ]
+ },
+ {
+ "city": "Sem\u0101ri",
+ "lat": [
+ 23.8555,
+ 24.255499999999998
+ ],
+ "lon": [
+ 73.6566,
+ 74.0566
+ ]
+ },
+ {
+ "city": "Gang\u0101wati",
+ "lat": [
+ 15.23,
+ 15.629999999999999
+ ],
+ "lon": [
+ 76.33,
+ 76.73
+ ]
+ },
+ {
+ "city": "North Lakhimpur",
+ "lat": [
+ 27.0414,
+ 27.441399999999998
+ ],
+ "lon": [
+ 93.90559999999999,
+ 94.3056
+ ]
+ },
+ {
+ "city": "Jam\u0101lpur",
+ "lat": [
+ 25.1,
+ 25.5
+ ],
+ "lon": [
+ 86.3,
+ 86.7
+ ]
+ },
+ {
+ "city": "Makr\u0101na",
+ "lat": [
+ 26.8409,
+ 27.2409
+ ],
+ "lon": [
+ 74.5273,
+ 74.9273
+ ]
+ },
+ {
+ "city": "Sheopur",
+ "lat": [
+ 25.470000000000002,
+ 25.87
+ ],
+ "lon": [
+ 76.5,
+ 76.9
+ ]
+ },
+ {
+ "city": "Ballia",
+ "lat": [
+ 25.5604,
+ 25.9604
+ ],
+ "lon": [
+ 83.94709999999999,
+ 84.3471
+ ]
+ },
+ {
+ "city": "T\u0101depalleg\u016bdem",
+ "lat": [
+ 16.615000000000002,
+ 17.015
+ ],
+ "lon": [
+ 81.326,
+ 81.726
+ ]
+ },
+ {
+ "city": "B\u0101nsb\u0101ria",
+ "lat": [
+ 22.77,
+ 23.169999999999998
+ ],
+ "lon": [
+ 88.2,
+ 88.60000000000001
+ ]
+ },
+ {
+ "city": "B\u016bndi",
+ "lat": [
+ 25.240000000000002,
+ 25.64
+ ],
+ "lon": [
+ 75.44,
+ 75.84
+ ]
+ },
+ {
+ "city": "Amar\u0101vati",
+ "lat": [
+ 16.313100000000002,
+ 16.7131
+ ],
+ "lon": [
+ 80.31649999999999,
+ 80.7165
+ ]
+ },
+ {
+ "city": "Negapatam",
+ "lat": [
+ 10.567200000000001,
+ 10.9672
+ ],
+ "lon": [
+ 79.64489999999999,
+ 80.0449
+ ]
+ },
+ {
+ "city": "Buxar",
+ "lat": [
+ 25.360500000000002,
+ 25.7605
+ ],
+ "lon": [
+ 83.7805,
+ 84.18050000000001
+ ]
+ },
+ {
+ "city": "Kheda",
+ "lat": [
+ 22.55,
+ 22.95
+ ],
+ "lon": [
+ 72.48,
+ 72.88000000000001
+ ]
+ },
+ {
+ "city": "Tezpur",
+ "lat": [
+ 26.43,
+ 26.83
+ ],
+ "lon": [
+ 92.6,
+ 93.0
+ ]
+ },
+ {
+ "city": "Seoni",
+ "lat": [
+ 21.88,
+ 22.279999999999998
+ ],
+ "lon": [
+ 79.33,
+ 79.73
+ ]
+ },
+ {
+ "city": "Aurang\u0101b\u0101d",
+ "lat": [
+ 24.5,
+ 24.9
+ ],
+ "lon": [
+ 84.14999999999999,
+ 84.55
+ ]
+ },
+ {
+ "city": "Rish\u012bkesh",
+ "lat": [
+ 29.9083,
+ 30.3083
+ ],
+ "lon": [
+ 78.0972,
+ 78.4972
+ ]
+ },
+ {
+ "city": "Kap\u016brthala",
+ "lat": [
+ 31.18,
+ 31.58
+ ],
+ "lon": [
+ 75.17999999999999,
+ 75.58
+ ]
+ },
+ {
+ "city": "Dhamtari",
+ "lat": [
+ 20.51,
+ 20.91
+ ],
+ "lon": [
+ 81.35,
+ 81.75
+ ]
+ },
+ {
+ "city": "R\u0101neswar",
+ "lat": [
+ 23.8311,
+ 24.231099999999998
+ ],
+ "lon": [
+ 87.2197,
+ 87.61970000000001
+ ]
+ },
+ {
+ "city": "Br\u0101jar\u0101jnagar",
+ "lat": [
+ 21.6167,
+ 22.0167
+ ],
+ "lon": [
+ 83.7167,
+ 84.11670000000001
+ ]
+ },
+ {
+ "city": "S\u016bj\u0101ngarh",
+ "lat": [
+ 27.5,
+ 27.9
+ ],
+ "lon": [
+ 74.27,
+ 74.67
+ ]
+ },
+ {
+ "city": "Bhadreswar",
+ "lat": [
+ 22.62,
+ 23.02
+ ],
+ "lon": [
+ 88.14999999999999,
+ 88.55
+ ]
+ },
+ {
+ "city": "Chilakal\u016brupet",
+ "lat": [
+ 15.889200000000002,
+ 16.2892
+ ],
+ "lon": [
+ 79.96719999999999,
+ 80.3672
+ ]
+ },
+ {
+ "city": "Jeypore",
+ "lat": [
+ 18.6563,
+ 19.0563
+ ],
+ "lon": [
+ 82.3716,
+ 82.7716
+ ]
+ },
+ {
+ "city": "K\u0101ranja",
+ "lat": [
+ 20.2833,
+ 20.6833
+ ],
+ "lon": [
+ 77.2833,
+ 77.6833
+ ]
+ },
+ {
+ "city": "Kalyani",
+ "lat": [
+ 22.775000000000002,
+ 23.175
+ ],
+ "lon": [
+ 88.2344,
+ 88.6344
+ ]
+ },
+ {
+ "city": "Datia",
+ "lat": [
+ 25.470000000000002,
+ 25.87
+ ],
+ "lon": [
+ 78.27,
+ 78.67
+ ]
+ },
+ {
+ "city": "Gangtok",
+ "lat": [
+ 27.13,
+ 27.529999999999998
+ ],
+ "lon": [
+ 88.42,
+ 88.82000000000001
+ ]
+ },
+ {
+ "city": "Suram\u0101la",
+ "lat": [
+ 13.56,
+ 13.959999999999999
+ ],
+ "lon": [
+ 79.5,
+ 79.9
+ ]
+ },
+ {
+ "city": "Barod",
+ "lat": [
+ 27.6947,
+ 28.0947
+ ],
+ "lon": [
+ 76.1681,
+ 76.5681
+ ]
+ },
+ {
+ "city": "Bijaynagar",
+ "lat": [
+ 25.73,
+ 26.13
+ ],
+ "lon": [
+ 74.4386,
+ 74.8386
+ ]
+ },
+ {
+ "city": "Khambh\u0101liya",
+ "lat": [
+ 22.0,
+ 22.4
+ ],
+ "lon": [
+ 69.45,
+ 69.85000000000001
+ ]
+ },
+ {
+ "city": "Abbigeri",
+ "lat": [
+ 12.876700000000001,
+ 13.2767
+ ],
+ "lon": [
+ 77.325,
+ 77.72500000000001
+ ]
+ },
+ {
+ "city": "Kundli",
+ "lat": [
+ 28.79,
+ 29.189999999999998
+ ],
+ "lon": [
+ 76.822,
+ 77.22200000000001
+ ]
+ },
+ {
+ "city": "Sojat",
+ "lat": [
+ 25.720000000000002,
+ 26.12
+ ],
+ "lon": [
+ 73.47,
+ 73.87
+ ]
+ },
+ {
+ "city": "Navalyal",
+ "lat": [
+ 16.28,
+ 16.68
+ ],
+ "lon": [
+ 74.58,
+ 74.98
+ ]
+ },
+ {
+ "city": "Luckeesarai",
+ "lat": [
+ 24.9678,
+ 25.3678
+ ],
+ "lon": [
+ 85.89439999999999,
+ 86.2944
+ ]
+ },
+ {
+ "city": "Kadaiyanall\u016br",
+ "lat": [
+ 8.8743,
+ 9.274299999999998
+ ],
+ "lon": [
+ 77.14189999999999,
+ 77.5419
+ ]
+ },
+ {
+ "city": "Tinsukia",
+ "lat": [
+ 27.3,
+ 27.7
+ ],
+ "lon": [
+ 95.167,
+ 95.56700000000001
+ ]
+ },
+ {
+ "city": "Tellicherry",
+ "lat": [
+ 11.548100000000002,
+ 11.9481
+ ],
+ "lon": [
+ 75.2929,
+ 75.69290000000001
+ ]
+ },
+ {
+ "city": "It\u0101rsi",
+ "lat": [
+ 22.4115,
+ 22.8115
+ ],
+ "lon": [
+ 77.5623,
+ 77.9623
+ ]
+ },
+ {
+ "city": "Koh\u012bma",
+ "lat": [
+ 25.470000000000002,
+ 25.87
+ ],
+ "lon": [
+ 93.89999999999999,
+ 94.3
+ ]
+ },
+ {
+ "city": "Khambh\u0101t",
+ "lat": [
+ 22.1,
+ 22.5
+ ],
+ "lon": [
+ 72.42,
+ 72.82000000000001
+ ]
+ },
+ {
+ "city": "Mahuva",
+ "lat": [
+ 20.883300000000002,
+ 21.2833
+ ],
+ "lon": [
+ 71.6,
+ 72.0
+ ]
+ },
+ {
+ "city": "R\u0101mnagar",
+ "lat": [
+ 29.195,
+ 29.595
+ ],
+ "lon": [
+ 78.9264,
+ 79.3264
+ ]
+ },
+ {
+ "city": "Deoni Buzurg",
+ "lat": [
+ 18.0639,
+ 18.4639
+ ],
+ "lon": [
+ 76.8822,
+ 77.2822
+ ]
+ },
+ {
+ "city": "Kall\u016bru",
+ "lat": [
+ 15.634400000000001,
+ 16.0344
+ ],
+ "lon": [
+ 77.8292,
+ 78.2292
+ ]
+ },
+ {
+ "city": "Bodin\u0101yakkan\u016br",
+ "lat": [
+ 9.8101,
+ 10.210099999999999
+ ],
+ "lon": [
+ 77.1511,
+ 77.5511
+ ]
+ },
+ {
+ "city": "Harihar",
+ "lat": [
+ 14.3129,
+ 14.7129
+ ],
+ "lon": [
+ 75.60719999999999,
+ 76.0072
+ ]
+ },
+ {
+ "city": "Amalner",
+ "lat": [
+ 20.85,
+ 21.25
+ ],
+ "lon": [
+ 74.85,
+ 75.25
+ ]
+ },
+ {
+ "city": "Sard\u0101rshahr",
+ "lat": [
+ 28.2401,
+ 28.6401
+ ],
+ "lon": [
+ 74.29079999999999,
+ 74.6908
+ ]
+ },
+ {
+ "city": "Dhuli\u0101n",
+ "lat": [
+ 24.481,
+ 24.881
+ ],
+ "lon": [
+ 87.75399999999999,
+ 88.154
+ ]
+ },
+ {
+ "city": "Zerakpur",
+ "lat": [
+ 30.45,
+ 30.849999999999998
+ ],
+ "lon": [
+ 76.61999999999999,
+ 77.02
+ ]
+ },
+ {
+ "city": "Tandwa",
+ "lat": [
+ 26.35,
+ 26.75
+ ],
+ "lon": [
+ 82.45,
+ 82.85000000000001
+ ]
+ },
+ {
+ "city": "Tiruchengodu",
+ "lat": [
+ 11.179,
+ 11.578999999999999
+ ],
+ "lon": [
+ 77.6949,
+ 78.09490000000001
+ ]
+ },
+ {
+ "city": "Pedag\u0101di",
+ "lat": [
+ 17.4615,
+ 17.8615
+ ],
+ "lon": [
+ 83.0104,
+ 83.41040000000001
+ ]
+ },
+ {
+ "city": "Nag\u012bna",
+ "lat": [
+ 29.243000000000002,
+ 29.643
+ ],
+ "lon": [
+ 78.233,
+ 78.63300000000001
+ ]
+ },
+ {
+ "city": "Ch\u0101kdaha",
+ "lat": [
+ 22.88,
+ 23.279999999999998
+ ],
+ "lon": [
+ 88.32,
+ 88.72
+ ]
+ },
+ {
+ "city": "Closepet",
+ "lat": [
+ 12.523000000000001,
+ 12.923
+ ],
+ "lon": [
+ 77.086,
+ 77.486
+ ]
+ },
+ {
+ "city": "Emmigan\u016br",
+ "lat": [
+ 15.5333,
+ 15.9333
+ ],
+ "lon": [
+ 77.2833,
+ 77.6833
+ ]
+ },
+ {
+ "city": "Yalamak\u016bru",
+ "lat": [
+ 15.310300000000002,
+ 15.7103
+ ],
+ "lon": [
+ 77.3249,
+ 77.7249
+ ]
+ },
+ {
+ "city": "V\u0101niyamb\u0101di",
+ "lat": [
+ 12.4825,
+ 12.882499999999999
+ ],
+ "lon": [
+ 78.41669999999999,
+ 78.8167
+ ]
+ },
+ {
+ "city": "N\u0101bha",
+ "lat": [
+ 30.17,
+ 30.57
+ ],
+ "lon": [
+ 75.95,
+ 76.35000000000001
+ ]
+ },
+ {
+ "city": "Kangan",
+ "lat": [
+ 34.062999999999995,
+ 34.463
+ ],
+ "lon": [
+ 74.703,
+ 75.10300000000001
+ ]
+ },
+ {
+ "city": "Bhadohi",
+ "lat": [
+ 25.220000000000002,
+ 25.62
+ ],
+ "lon": [
+ 82.36999999999999,
+ 82.77
+ ]
+ },
+ {
+ "city": "Allinagaram",
+ "lat": [
+ 9.811900000000001,
+ 10.2119
+ ],
+ "lon": [
+ 77.2786,
+ 77.6786
+ ]
+ },
+ {
+ "city": "V\u0101sco Da G\u0101ma",
+ "lat": [
+ 15.1981,
+ 15.598099999999999
+ ],
+ "lon": [
+ 73.6111,
+ 74.0111
+ ]
+ },
+ {
+ "city": "Marmagao",
+ "lat": [
+ 15.200000000000001,
+ 15.6
+ ],
+ "lon": [
+ 73.6,
+ 74.0
+ ]
+ },
+ {
+ "city": "Dh\u0101r",
+ "lat": [
+ 22.3972,
+ 22.7972
+ ],
+ "lon": [
+ 75.10419999999999,
+ 75.5042
+ ]
+ },
+ {
+ "city": "Dod Ball\u0101pur",
+ "lat": [
+ 13.092,
+ 13.491999999999999
+ ],
+ "lon": [
+ 77.343,
+ 77.74300000000001
+ ]
+ },
+ {
+ "city": "Akot",
+ "lat": [
+ 20.900000000000002,
+ 21.3
+ ],
+ "lon": [
+ 76.86,
+ 77.26
+ ]
+ },
+ {
+ "city": "Contai",
+ "lat": [
+ 21.580000000000002,
+ 21.98
+ ],
+ "lon": [
+ 87.55,
+ 87.95
+ ]
+ },
+ {
+ "city": "Kot Kap\u016bra",
+ "lat": [
+ 30.383300000000002,
+ 30.7833
+ ],
+ "lon": [
+ 74.7,
+ 75.10000000000001
+ ]
+ },
+ {
+ "city": "M\u0101ndvi",
+ "lat": [
+ 22.633300000000002,
+ 23.0333
+ ],
+ "lon": [
+ 69.15559999999999,
+ 69.5556
+ ]
+ },
+ {
+ "city": "R\u0101yachoti",
+ "lat": [
+ 13.8583,
+ 14.258299999999998
+ ],
+ "lon": [
+ 78.5517,
+ 78.9517
+ ]
+ },
+ {
+ "city": "P\u0101loncha",
+ "lat": [
+ 17.4018,
+ 17.8018
+ ],
+ "lon": [
+ 80.5051,
+ 80.9051
+ ]
+ },
+ {
+ "city": "Parli Vaijn\u0101th",
+ "lat": [
+ 18.650000000000002,
+ 19.05
+ ],
+ "lon": [
+ 76.33,
+ 76.73
+ ]
+ },
+ {
+ "city": "Sivaganga",
+ "lat": [
+ 9.6433,
+ 10.043299999999999
+ ],
+ "lon": [
+ 78.2809,
+ 78.68090000000001
+ ]
+ },
+ {
+ "city": "R\u0101magiri Udayagiri",
+ "lat": [
+ 18.9619,
+ 19.3619
+ ],
+ "lon": [
+ 83.944,
+ 84.34400000000001
+ ]
+ },
+ {
+ "city": "Ponn\u0101ni",
+ "lat": [
+ 10.57,
+ 10.969999999999999
+ ],
+ "lon": [
+ 75.7,
+ 76.10000000000001
+ ]
+ },
+ {
+ "city": "J\u0101mt\u0101ra",
+ "lat": [
+ 23.7633,
+ 24.1633
+ ],
+ "lon": [
+ 86.6014,
+ 87.0014
+ ]
+ },
+ {
+ "city": "Poll\u0101chi",
+ "lat": [
+ 10.459000000000001,
+ 10.859
+ ],
+ "lon": [
+ 76.80799999999999,
+ 77.208
+ ]
+ },
+ {
+ "city": "K\u0101vali",
+ "lat": [
+ 14.713000000000001,
+ 15.113
+ ],
+ "lon": [
+ 79.7929,
+ 80.19290000000001
+ ]
+ },
+ {
+ "city": "Sankeshwar",
+ "lat": [
+ 16.07,
+ 16.47
+ ],
+ "lon": [
+ 74.28,
+ 74.68
+ ]
+ },
+ {
+ "city": "Kadiri",
+ "lat": [
+ 13.92,
+ 14.319999999999999
+ ],
+ "lon": [
+ 77.97,
+ 78.37
+ ]
+ },
+ {
+ "city": "Phusro",
+ "lat": [
+ 23.57,
+ 23.97
+ ],
+ "lon": [
+ 85.78999999999999,
+ 86.19
+ ]
+ },
+ {
+ "city": "Kair\u0101na",
+ "lat": [
+ 29.1953,
+ 29.595299999999998
+ ],
+ "lon": [
+ 77.00529999999999,
+ 77.4053
+ ]
+ },
+ {
+ "city": "R\u0101sipuram",
+ "lat": [
+ 11.261800000000001,
+ 11.6618
+ ],
+ "lon": [
+ 77.9909,
+ 78.3909
+ ]
+ },
+ {
+ "city": "Naj\u012bb\u0101b\u0101d",
+ "lat": [
+ 29.4128,
+ 29.8128
+ ],
+ "lon": [
+ 78.1425,
+ 78.5425
+ ]
+ },
+ {
+ "city": "Nirmal",
+ "lat": [
+ 18.900000000000002,
+ 19.3
+ ],
+ "lon": [
+ 78.14999999999999,
+ 78.55
+ ]
+ },
+ {
+ "city": "Nir\u0101la",
+ "lat": [
+ 19.6143,
+ 20.0143
+ ],
+ "lon": [
+ 77.9662,
+ 78.3662
+ ]
+ },
+ {
+ "city": "Ootacamund",
+ "lat": [
+ 11.21,
+ 11.61
+ ],
+ "lon": [
+ 76.5,
+ 76.9
+ ]
+ },
+ {
+ "city": "Jangipur",
+ "lat": [
+ 24.2691,
+ 24.6691
+ ],
+ "lon": [
+ 87.9032,
+ 88.3032
+ ]
+ },
+ {
+ "city": "Sangr\u016br",
+ "lat": [
+ 30.0506,
+ 30.450599999999998
+ ],
+ "lon": [
+ 75.6442,
+ 76.0442
+ ]
+ },
+ {
+ "city": "Mettup\u0101laiyam",
+ "lat": [
+ 11.0341,
+ 11.434099999999999
+ ],
+ "lon": [
+ 76.7067,
+ 77.1067
+ ]
+ },
+ {
+ "city": "Jumri Tilaiy\u0101",
+ "lat": [
+ 24.2289,
+ 24.628899999999998
+ ],
+ "lon": [
+ 85.3355,
+ 85.7355
+ ]
+ },
+ {
+ "city": "Aruppukkottai",
+ "lat": [
+ 9.3139,
+ 9.713899999999999
+ ],
+ "lon": [
+ 77.9002,
+ 78.3002
+ ]
+ },
+ {
+ "city": "Far\u012bdkot",
+ "lat": [
+ 30.470000000000002,
+ 30.87
+ ],
+ "lon": [
+ 74.56,
+ 74.96000000000001
+ ]
+ },
+ {
+ "city": "Madgaon",
+ "lat": [
+ 15.0736,
+ 15.4736
+ ],
+ "lon": [
+ 73.7581,
+ 74.1581
+ ]
+ },
+ {
+ "city": "Palangotu Adw\u0101r",
+ "lat": [
+ 32.5888,
+ 32.988800000000005
+ ],
+ "lon": [
+ 75.8009,
+ 76.2009
+ ]
+ },
+ {
+ "city": "Jam\u016b\u012b",
+ "lat": [
+ 24.727800000000002,
+ 25.1278
+ ],
+ "lon": [
+ 86.0239,
+ 86.4239
+ ]
+ },
+ {
+ "city": "Kum\u0101rap\u0101laiyam",
+ "lat": [
+ 11.2416,
+ 11.641599999999999
+ ],
+ "lon": [
+ 77.4907,
+ 77.89070000000001
+ ]
+ },
+ {
+ "city": "H\u0101nsi",
+ "lat": [
+ 28.900000000000002,
+ 29.3
+ ],
+ "lon": [
+ 75.77,
+ 76.17
+ ]
+ },
+ {
+ "city": "Shahdol",
+ "lat": [
+ 23.080000000000002,
+ 23.48
+ ],
+ "lon": [
+ 81.14999999999999,
+ 81.55
+ ]
+ },
+ {
+ "city": "Anak\u0101palle",
+ "lat": [
+ 17.4913,
+ 17.891299999999998
+ ],
+ "lon": [
+ 82.8039,
+ 83.2039
+ ]
+ },
+ {
+ "city": "N\u012bmb\u0101hera",
+ "lat": [
+ 24.42,
+ 24.82
+ ],
+ "lon": [
+ 74.48,
+ 74.88000000000001
+ ]
+ },
+ {
+ "city": "Nachch\u0101ndupatti",
+ "lat": [
+ 10.123800000000001,
+ 10.5238
+ ],
+ "lon": [
+ 78.52329999999999,
+ 78.9233
+ ]
+ },
+ {
+ "city": "S\u0101rni",
+ "lat": [
+ 21.904,
+ 22.304
+ ],
+ "lon": [
+ 77.973,
+ 78.373
+ ]
+ },
+ {
+ "city": "B\u0101soda",
+ "lat": [
+ 23.651500000000002,
+ 24.0515
+ ],
+ "lon": [
+ 77.73649999999999,
+ 78.1365
+ ]
+ },
+ {
+ "city": "Maratturai",
+ "lat": [
+ 10.953600000000002,
+ 11.3536
+ ],
+ "lon": [
+ 79.3329,
+ 79.7329
+ ]
+ },
+ {
+ "city": "Kar\u0101d",
+ "lat": [
+ 17.085,
+ 17.485
+ ],
+ "lon": [
+ 73.984,
+ 74.384
+ ]
+ },
+ {
+ "city": "Chinnachauku",
+ "lat": [
+ 14.273200000000001,
+ 14.6732
+ ],
+ "lon": [
+ 78.6451,
+ 79.0451
+ ]
+ },
+ {
+ "city": "Garulia",
+ "lat": [
+ 22.62,
+ 23.02
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Chanwari",
+ "lat": [
+ 22.9917,
+ 23.3917
+ ],
+ "lon": [
+ 82.1542,
+ 82.55420000000001
+ ]
+ },
+ {
+ "city": "Krishnagiri",
+ "lat": [
+ 12.331700000000001,
+ 12.7317
+ ],
+ "lon": [
+ 78.0174,
+ 78.4174
+ ]
+ },
+ {
+ "city": "Harda Kh\u0101s",
+ "lat": [
+ 22.1441,
+ 22.5441
+ ],
+ "lon": [
+ 76.8954,
+ 77.2954
+ ]
+ },
+ {
+ "city": "Mhow",
+ "lat": [
+ 22.35,
+ 22.75
+ ],
+ "lon": [
+ 75.56,
+ 75.96000000000001
+ ]
+ },
+ {
+ "city": "Dhor\u0101ji",
+ "lat": [
+ 21.5337,
+ 21.933699999999998
+ ],
+ "lon": [
+ 70.2499,
+ 70.6499
+ ]
+ },
+ {
+ "city": "V\u012brappanchathiram",
+ "lat": [
+ 11.1553,
+ 11.555299999999999
+ ],
+ "lon": [
+ 77.4678,
+ 77.8678
+ ]
+ },
+ {
+ "city": "L\u0101harpur",
+ "lat": [
+ 27.52,
+ 27.919999999999998
+ ],
+ "lon": [
+ 80.7,
+ 81.10000000000001
+ ]
+ },
+ {
+ "city": "Channapatna",
+ "lat": [
+ 12.451400000000001,
+ 12.8514
+ ],
+ "lon": [
+ 77.0067,
+ 77.4067
+ ]
+ },
+ {
+ "city": "Pilkhua",
+ "lat": [
+ 28.512,
+ 28.912
+ ],
+ "lon": [
+ 77.4545,
+ 77.8545
+ ]
+ },
+ {
+ "city": "Tiruppatt\u016br",
+ "lat": [
+ 12.291500000000001,
+ 12.6915
+ ],
+ "lon": [
+ 78.3684,
+ 78.7684
+ ]
+ },
+ {
+ "city": "Gokulgarh",
+ "lat": [
+ 28.0468,
+ 28.4468
+ ],
+ "lon": [
+ 76.4176,
+ 76.8176
+ ]
+ },
+ {
+ "city": "Sirsilla",
+ "lat": [
+ 18.18,
+ 18.58
+ ],
+ "lon": [
+ 78.63,
+ 79.03
+ ]
+ },
+ {
+ "city": "M\u0101nsa",
+ "lat": [
+ 29.7906,
+ 30.1906
+ ],
+ "lon": [
+ 75.1996,
+ 75.59960000000001
+ ]
+ },
+ {
+ "city": "Chingleput",
+ "lat": [
+ 12.491800000000001,
+ 12.8918
+ ],
+ "lon": [
+ 79.7766,
+ 80.17660000000001
+ ]
+ },
+ {
+ "city": "Saunda",
+ "lat": [
+ 23.46,
+ 23.86
+ ],
+ "lon": [
+ 85.14999999999999,
+ 85.55
+ ]
+ },
+ {
+ "city": "Ashoknagar",
+ "lat": [
+ 24.38,
+ 24.779999999999998
+ ],
+ "lon": [
+ 77.53,
+ 77.93
+ ]
+ },
+ {
+ "city": "K\u0101toya",
+ "lat": [
+ 23.45,
+ 23.849999999999998
+ ],
+ "lon": [
+ 87.92999999999999,
+ 88.33
+ ]
+ },
+ {
+ "city": "Kadi",
+ "lat": [
+ 23.1009,
+ 23.500899999999998
+ ],
+ "lon": [
+ 72.1322,
+ 72.5322
+ ]
+ },
+ {
+ "city": "Mann\u0101rgudi",
+ "lat": [
+ 10.465300000000001,
+ 10.8653
+ ],
+ "lon": [
+ 79.2521,
+ 79.6521
+ ]
+ },
+ {
+ "city": "Balr\u0101mpur",
+ "lat": [
+ 27.23,
+ 27.63
+ ],
+ "lon": [
+ 81.98,
+ 82.38000000000001
+ ]
+ },
+ {
+ "city": "Kham\u0101non Kal\u0101n",
+ "lat": [
+ 30.62,
+ 31.02
+ ],
+ "lon": [
+ 76.14999999999999,
+ 76.55
+ ]
+ },
+ {
+ "city": "Bargarh",
+ "lat": [
+ 21.133300000000002,
+ 21.5333
+ ],
+ "lon": [
+ 83.41669999999999,
+ 83.8167
+ ]
+ },
+ {
+ "city": "Daheg\u0101m",
+ "lat": [
+ 22.970000000000002,
+ 23.37
+ ],
+ "lon": [
+ 72.61999999999999,
+ 73.02
+ ]
+ },
+ {
+ "city": "R\u0101jula",
+ "lat": [
+ 20.85,
+ 21.25
+ ],
+ "lon": [
+ 71.23,
+ 71.63000000000001
+ ]
+ },
+ {
+ "city": "K\u0101m\u0101reddipet",
+ "lat": [
+ 18.1205,
+ 18.5205
+ ],
+ "lon": [
+ 78.137,
+ 78.537
+ ]
+ },
+ {
+ "city": "Arni",
+ "lat": [
+ 12.4677,
+ 12.8677
+ ],
+ "lon": [
+ 79.0853,
+ 79.48530000000001
+ ]
+ },
+ {
+ "city": "Bolpur",
+ "lat": [
+ 23.470000000000002,
+ 23.87
+ ],
+ "lon": [
+ 87.52,
+ 87.92
+ ]
+ },
+ {
+ "city": "Peruvancha",
+ "lat": [
+ 16.9719,
+ 17.3719
+ ],
+ "lon": [
+ 80.3839,
+ 80.7839
+ ]
+ },
+ {
+ "city": "Guml\u0101",
+ "lat": [
+ 22.8444,
+ 23.2444
+ ],
+ "lon": [
+ 84.3417,
+ 84.74170000000001
+ ]
+ },
+ {
+ "city": "Simdega",
+ "lat": [
+ 22.42,
+ 22.82
+ ],
+ "lon": [
+ 84.32,
+ 84.72
+ ]
+ },
+ {
+ "city": "Manm\u0101d",
+ "lat": [
+ 20.051000000000002,
+ 20.451
+ ],
+ "lon": [
+ 74.23899999999999,
+ 74.639
+ ]
+ },
+ {
+ "city": "Piro",
+ "lat": [
+ 25.13,
+ 25.529999999999998
+ ],
+ "lon": [
+ 84.22,
+ 84.62
+ ]
+ },
+ {
+ "city": "S\u012bra",
+ "lat": [
+ 13.545,
+ 13.944999999999999
+ ],
+ "lon": [
+ 76.709,
+ 77.10900000000001
+ ]
+ },
+ {
+ "city": "Arsikere",
+ "lat": [
+ 13.113900000000001,
+ 13.5139
+ ],
+ "lon": [
+ 76.0369,
+ 76.43690000000001
+ ]
+ },
+ {
+ "city": "Jagann\u0101thapras\u0101d",
+ "lat": [
+ 19.77,
+ 20.169999999999998
+ ],
+ "lon": [
+ 84.57,
+ 84.97
+ ]
+ },
+ {
+ "city": "Kottag\u016bdem",
+ "lat": [
+ 17.35,
+ 17.75
+ ],
+ "lon": [
+ 80.42999999999999,
+ 80.83
+ ]
+ },
+ {
+ "city": "Dobni Para",
+ "lat": [
+ 22.634700000000002,
+ 23.0347
+ ],
+ "lon": [
+ 74.0556,
+ 74.4556
+ ]
+ },
+ {
+ "city": "T\u012bkamgarh",
+ "lat": [
+ 24.5472,
+ 24.9472
+ ],
+ "lon": [
+ 78.64999999999999,
+ 79.05
+ ]
+ },
+ {
+ "city": "Ar\u0101ria",
+ "lat": [
+ 25.95,
+ 26.349999999999998
+ ],
+ "lon": [
+ 87.32,
+ 87.72
+ ]
+ },
+ {
+ "city": "Arkonam",
+ "lat": [
+ 12.8778,
+ 13.2778
+ ],
+ "lon": [
+ 79.4667,
+ 79.86670000000001
+ ]
+ },
+ {
+ "city": "Samadi\u0101la",
+ "lat": [
+ 21.137,
+ 21.537
+ ],
+ "lon": [
+ 71.11,
+ 71.51
+ ]
+ },
+ {
+ "city": "Tanuku",
+ "lat": [
+ 16.5566,
+ 16.956599999999998
+ ],
+ "lon": [
+ 81.477,
+ 81.87700000000001
+ ]
+ },
+ {
+ "city": "Koch Bih\u0101r",
+ "lat": [
+ 26.124200000000002,
+ 26.5242
+ ],
+ "lon": [
+ 89.25099999999999,
+ 89.651
+ ]
+ },
+ {
+ "city": "Kuniyamutt\u016br",
+ "lat": [
+ 10.763800000000002,
+ 11.1638
+ ],
+ "lon": [
+ 76.7525,
+ 77.1525
+ ]
+ },
+ {
+ "city": "Kambam",
+ "lat": [
+ 9.537500000000001,
+ 9.9375
+ ],
+ "lon": [
+ 77.0823,
+ 77.48230000000001
+ ]
+ },
+ {
+ "city": "Bodhan",
+ "lat": [
+ 18.470000000000002,
+ 18.87
+ ],
+ "lon": [
+ 77.7,
+ 78.10000000000001
+ ]
+ },
+ {
+ "city": "Tirk\u0101kara",
+ "lat": [
+ 9.835,
+ 10.235
+ ],
+ "lon": [
+ 76.12899999999999,
+ 76.529
+ ]
+ },
+ {
+ "city": "Baj Baj",
+ "lat": [
+ 22.2737,
+ 22.6737
+ ],
+ "lon": [
+ 87.9739,
+ 88.3739
+ ]
+ },
+ {
+ "city": "Nip\u0101ni",
+ "lat": [
+ 16.199,
+ 16.599
+ ],
+ "lon": [
+ 74.1829,
+ 74.58290000000001
+ ]
+ },
+ {
+ "city": "F\u0101zilka",
+ "lat": [
+ 30.203,
+ 30.602999999999998
+ ],
+ "lon": [
+ 73.825,
+ 74.22500000000001
+ ]
+ },
+ {
+ "city": "Sh\u0101j\u0101pur",
+ "lat": [
+ 23.2264,
+ 23.6264
+ ],
+ "lon": [
+ 76.0778,
+ 76.4778
+ ]
+ },
+ {
+ "city": "Keshod",
+ "lat": [
+ 21.1,
+ 21.5
+ ],
+ "lon": [
+ 70.05,
+ 70.45
+ ]
+ },
+ {
+ "city": "Chint\u0101mani",
+ "lat": [
+ 13.200000000000001,
+ 13.6
+ ],
+ "lon": [
+ 77.866,
+ 78.266
+ ]
+ },
+ {
+ "city": "Yanam",
+ "lat": [
+ 16.5333,
+ 16.9333
+ ],
+ "lon": [
+ 82.0167,
+ 82.4167
+ ]
+ },
+ {
+ "city": "Surendranagar",
+ "lat": [
+ 22.5,
+ 22.9
+ ],
+ "lon": [
+ 71.4833,
+ 71.8833
+ ]
+ },
+ {
+ "city": "Malappuram",
+ "lat": [
+ 10.842,
+ 11.241999999999999
+ ],
+ "lon": [
+ 75.8815,
+ 76.28150000000001
+ ]
+ },
+ {
+ "city": "Garhi",
+ "lat": [
+ 28.4317,
+ 28.831699999999998
+ ],
+ "lon": [
+ 77.1186,
+ 77.5186
+ ]
+ },
+ {
+ "city": "Sr\u012bvilliputt\u016br",
+ "lat": [
+ 9.312000000000001,
+ 9.712
+ ],
+ "lon": [
+ 77.43299999999999,
+ 77.833
+ ]
+ },
+ {
+ "city": "Bhadarw\u0101h",
+ "lat": [
+ 32.779999999999994,
+ 33.18
+ ],
+ "lon": [
+ 75.5137,
+ 75.9137
+ ]
+ },
+ {
+ "city": "R\u0101n\u0101gh\u0101t",
+ "lat": [
+ 22.98,
+ 23.38
+ ],
+ "lon": [
+ 88.38,
+ 88.78
+ ]
+ },
+ {
+ "city": "Dhr\u0101ngadhra",
+ "lat": [
+ 22.78,
+ 23.18
+ ],
+ "lon": [
+ 71.27,
+ 71.67
+ ]
+ },
+ {
+ "city": "Gangammapeta",
+ "lat": [
+ 18.298000000000002,
+ 18.698
+ ],
+ "lon": [
+ 83.7642,
+ 84.16420000000001
+ ]
+ },
+ {
+ "city": "Khejroli",
+ "lat": [
+ 27.17,
+ 27.57
+ ],
+ "lon": [
+ 75.36999999999999,
+ 75.77
+ ]
+ },
+ {
+ "city": "Jaor\u0101",
+ "lat": [
+ 23.43,
+ 23.83
+ ],
+ "lon": [
+ 74.92999999999999,
+ 75.33
+ ]
+ },
+ {
+ "city": "Tura",
+ "lat": [
+ 25.32,
+ 25.72
+ ],
+ "lon": [
+ 90.02,
+ 90.42
+ ]
+ },
+ {
+ "city": "Amb\u0101jog\u0101i",
+ "lat": [
+ 18.53,
+ 18.93
+ ],
+ "lon": [
+ 76.17999999999999,
+ 76.58
+ ]
+ },
+ {
+ "city": "Dabra",
+ "lat": [
+ 25.6857,
+ 26.0857
+ ],
+ "lon": [
+ 78.1322,
+ 78.5322
+ ]
+ },
+ {
+ "city": "Wandiw\u0101sh",
+ "lat": [
+ 12.3,
+ 12.7
+ ],
+ "lon": [
+ 79.42,
+ 79.82000000000001
+ ]
+ },
+ {
+ "city": "Pennepalli",
+ "lat": [
+ 13.9473,
+ 14.347299999999999
+ ],
+ "lon": [
+ 79.6477,
+ 80.0477
+ ]
+ },
+ {
+ "city": "G\u016bd\u016br",
+ "lat": [
+ 13.9473,
+ 14.347299999999999
+ ],
+ "lon": [
+ 79.6477,
+ 80.0477
+ ]
+ },
+ {
+ "city": "H\u0101veri",
+ "lat": [
+ 14.5935,
+ 14.9935
+ ],
+ "lon": [
+ 75.2045,
+ 75.6045
+ ]
+ },
+ {
+ "city": "Tarn T\u0101ran",
+ "lat": [
+ 31.2519,
+ 31.651899999999998
+ ],
+ "lon": [
+ 74.7278,
+ 75.12780000000001
+ ]
+ },
+ {
+ "city": "Mangalagiri",
+ "lat": [
+ 16.23,
+ 16.63
+ ],
+ "lon": [
+ 80.35,
+ 80.75
+ ]
+ },
+ {
+ "city": "Vriddh\u0101chalam",
+ "lat": [
+ 11.3,
+ 11.7
+ ],
+ "lon": [
+ 79.13,
+ 79.53
+ ]
+ },
+ {
+ "city": "Kallakkurichchi",
+ "lat": [
+ 11.538,
+ 11.937999999999999
+ ],
+ "lon": [
+ 78.762,
+ 79.162
+ ]
+ },
+ {
+ "city": "K\u0101sip\u0101laiyam",
+ "lat": [
+ 11.1156,
+ 11.5156
+ ],
+ "lon": [
+ 77.50919999999999,
+ 77.9092
+ ]
+ },
+ {
+ "city": "Pattukkottai",
+ "lat": [
+ 10.23,
+ 10.629999999999999
+ ],
+ "lon": [
+ 79.11999999999999,
+ 79.52
+ ]
+ },
+ {
+ "city": "Gobindgarh",
+ "lat": [
+ 30.4709,
+ 30.8709
+ ],
+ "lon": [
+ 76.1019,
+ 76.5019
+ ]
+ },
+ {
+ "city": "Chopda",
+ "lat": [
+ 21.05,
+ 21.45
+ ],
+ "lon": [
+ 75.1,
+ 75.5
+ ]
+ },
+ {
+ "city": "Siruguppa",
+ "lat": [
+ 15.4,
+ 15.799999999999999
+ ],
+ "lon": [
+ 76.8,
+ 77.2
+ ]
+ },
+ {
+ "city": "Sang\u0101reddi",
+ "lat": [
+ 17.4119,
+ 17.811899999999998
+ ],
+ "lon": [
+ 77.8819,
+ 78.28190000000001
+ ]
+ },
+ {
+ "city": "Virudunagar",
+ "lat": [
+ 9.368,
+ 9.767999999999999
+ ],
+ "lon": [
+ 77.7624,
+ 78.1624
+ ]
+ },
+ {
+ "city": "Warora",
+ "lat": [
+ 20.03,
+ 20.43
+ ],
+ "lon": [
+ 78.8008,
+ 79.2008
+ ]
+ },
+ {
+ "city": "Chakl\u0101si",
+ "lat": [
+ 22.45,
+ 22.849999999999998
+ ],
+ "lon": [
+ 72.73,
+ 73.13000000000001
+ ]
+ },
+ {
+ "city": "Nilanga",
+ "lat": [
+ 17.9161,
+ 18.3161
+ ],
+ "lon": [
+ 76.5525,
+ 76.9525
+ ]
+ },
+ {
+ "city": "Quil\u0101ndi",
+ "lat": [
+ 11.239,
+ 11.639
+ ],
+ "lon": [
+ 75.49499999999999,
+ 75.895
+ ]
+ },
+ {
+ "city": "Mandl\u0101",
+ "lat": [
+ 22.3978,
+ 22.7978
+ ],
+ "lon": [
+ 80.17139999999999,
+ 80.5714
+ ]
+ },
+ {
+ "city": "R\u0101yadrug",
+ "lat": [
+ 14.4997,
+ 14.8997
+ ],
+ "lon": [
+ 76.6524,
+ 77.0524
+ ]
+ },
+ {
+ "city": "Bil\u0101ra",
+ "lat": [
+ 25.979200000000002,
+ 26.3792
+ ],
+ "lon": [
+ 73.5056,
+ 73.9056
+ ]
+ },
+ {
+ "city": "Parappanang\u0101di",
+ "lat": [
+ 10.8497,
+ 11.249699999999999
+ ],
+ "lon": [
+ 75.6575,
+ 76.0575
+ ]
+ },
+ {
+ "city": "R\u0101yagada",
+ "lat": [
+ 18.970000000000002,
+ 19.37
+ ],
+ "lon": [
+ 83.22,
+ 83.62
+ ]
+ },
+ {
+ "city": "Ratangarh",
+ "lat": [
+ 27.878700000000002,
+ 28.2787
+ ],
+ "lon": [
+ 74.4219,
+ 74.8219
+ ]
+ },
+ {
+ "city": "T\u0101nd\u016br",
+ "lat": [
+ 17.0576,
+ 17.4576
+ ],
+ "lon": [
+ 77.3875,
+ 77.78750000000001
+ ]
+ },
+ {
+ "city": "M\u0101rk\u0101pur",
+ "lat": [
+ 15.530000000000001,
+ 15.93
+ ],
+ "lon": [
+ 79.06,
+ 79.46000000000001
+ ]
+ },
+ {
+ "city": "Malaut",
+ "lat": [
+ 29.990000000000002,
+ 30.39
+ ],
+ "lon": [
+ 74.29899999999999,
+ 74.699
+ ]
+ },
+ {
+ "city": "Kodungall\u016br",
+ "lat": [
+ 10.033800000000001,
+ 10.4338
+ ],
+ "lon": [
+ 75.99459999999999,
+ 76.3946
+ ]
+ },
+ {
+ "city": "Neyy\u0101ttinkara",
+ "lat": [
+ 8.200000000000001,
+ 8.6
+ ],
+ "lon": [
+ 76.88,
+ 77.28
+ ]
+ },
+ {
+ "city": "B\u0101patla",
+ "lat": [
+ 15.704400000000001,
+ 16.104400000000002
+ ],
+ "lon": [
+ 80.2675,
+ 80.6675
+ ]
+ },
+ {
+ "city": "Fateh\u0101b\u0101d",
+ "lat": [
+ 29.32,
+ 29.72
+ ],
+ "lon": [
+ 75.25,
+ 75.65
+ ]
+ },
+ {
+ "city": "Kalamasseri",
+ "lat": [
+ 9.852,
+ 10.251999999999999
+ ],
+ "lon": [
+ 76.1158,
+ 76.5158
+ ]
+ },
+ {
+ "city": "Badvel",
+ "lat": [
+ 14.55,
+ 14.95
+ ],
+ "lon": [
+ 78.85,
+ 79.25
+ ]
+ },
+ {
+ "city": "V\u0101lp\u0101rai",
+ "lat": [
+ 10.127600000000001,
+ 10.5276
+ ],
+ "lon": [
+ 76.75529999999999,
+ 77.1553
+ ]
+ },
+ {
+ "city": "Sankaranayin\u0101r Kovil",
+ "lat": [
+ 8.96,
+ 9.36
+ ],
+ "lon": [
+ 77.35,
+ 77.75
+ ]
+ },
+ {
+ "city": "Tenk\u0101si",
+ "lat": [
+ 8.756400000000001,
+ 9.1564
+ ],
+ "lon": [
+ 77.1152,
+ 77.51520000000001
+ ]
+ },
+ {
+ "city": "S\u016bratgarh",
+ "lat": [
+ 29.1177,
+ 29.517699999999998
+ ],
+ "lon": [
+ 73.6989,
+ 74.0989
+ ]
+ },
+ {
+ "city": "Palni",
+ "lat": [
+ 10.25,
+ 10.649999999999999
+ ],
+ "lon": [
+ 77.31609999999999,
+ 77.7161
+ ]
+ },
+ {
+ "city": "Mub\u0101rakpur",
+ "lat": [
+ 25.89,
+ 26.29
+ ],
+ "lon": [
+ 83.09,
+ 83.49000000000001
+ ]
+ },
+ {
+ "city": "Nelamangala",
+ "lat": [
+ 12.902000000000001,
+ 13.302
+ ],
+ "lon": [
+ 77.17399999999999,
+ 77.574
+ ]
+ },
+ {
+ "city": "Dandeli",
+ "lat": [
+ 15.0667,
+ 15.4667
+ ],
+ "lon": [
+ 74.41669999999999,
+ 74.8167
+ ]
+ },
+ {
+ "city": "N\u0101nd\u016bra Buzurg",
+ "lat": [
+ 20.633300000000002,
+ 21.0333
+ ],
+ "lon": [
+ 76.2597,
+ 76.6597
+ ]
+ },
+ {
+ "city": "Gaura",
+ "lat": [
+ 25.2961,
+ 25.696099999999998
+ ],
+ "lon": [
+ 85.7709,
+ 86.1709
+ ]
+ },
+ {
+ "city": "Satyamangalam",
+ "lat": [
+ 11.3167,
+ 11.7167
+ ],
+ "lon": [
+ 77.05,
+ 77.45
+ ]
+ },
+ {
+ "city": "Madhipura",
+ "lat": [
+ 25.720000000000002,
+ 26.12
+ ],
+ "lon": [
+ 86.592,
+ 86.992
+ ]
+ },
+ {
+ "city": "Bhattu Kol\u0101n",
+ "lat": [
+ 29.1872,
+ 29.5872
+ ],
+ "lon": [
+ 75.1422,
+ 75.54220000000001
+ ]
+ },
+ {
+ "city": "Kodoli",
+ "lat": [
+ 16.68,
+ 17.08
+ ],
+ "lon": [
+ 74.0,
+ 74.4
+ ]
+ },
+ {
+ "city": "Avaniy\u0101puram",
+ "lat": [
+ 9.6818,
+ 10.0818
+ ],
+ "lon": [
+ 77.9125,
+ 78.3125
+ ]
+ },
+ {
+ "city": "Basavakaly\u0101n",
+ "lat": [
+ 17.672800000000002,
+ 18.0728
+ ],
+ "lon": [
+ 76.7497,
+ 77.14970000000001
+ ]
+ },
+ {
+ "city": "Far\u012bdpur",
+ "lat": [
+ 28.0086,
+ 28.4086
+ ],
+ "lon": [
+ 79.3381,
+ 79.7381
+ ]
+ },
+ {
+ "city": "Tripunittura",
+ "lat": [
+ 9.7439,
+ 10.143899999999999
+ ],
+ "lon": [
+ 76.1494,
+ 76.5494
+ ]
+ },
+ {
+ "city": "Nowrangapur",
+ "lat": [
+ 19.03,
+ 19.43
+ ],
+ "lon": [
+ 82.35,
+ 82.75
+ ]
+ },
+ {
+ "city": "Bhaw\u0101nipatna",
+ "lat": [
+ 19.71,
+ 20.11
+ ],
+ "lon": [
+ 82.928,
+ 83.328
+ ]
+ },
+ {
+ "city": "Dharmas\u0101garam",
+ "lat": [
+ 17.793300000000002,
+ 18.1933
+ ],
+ "lon": [
+ 79.2428,
+ 79.64280000000001
+ ]
+ },
+ {
+ "city": "Varisshiyakuni",
+ "lat": [
+ 11.432500000000001,
+ 11.8325
+ ],
+ "lon": [
+ 75.384,
+ 75.784
+ ]
+ },
+ {
+ "city": "P\u0101lghar",
+ "lat": [
+ 19.4969,
+ 19.8969
+ ],
+ "lon": [
+ 72.5654,
+ 72.9654
+ ]
+ },
+ {
+ "city": "Pakribaraw\u0101n",
+ "lat": [
+ 24.7516,
+ 25.1516
+ ],
+ "lon": [
+ 85.5347,
+ 85.9347
+ ]
+ },
+ {
+ "city": "Todupulai",
+ "lat": [
+ 9.700000000000001,
+ 10.1
+ ],
+ "lon": [
+ 76.5192,
+ 76.9192
+ ]
+ },
+ {
+ "city": "K\u0101yankulam",
+ "lat": [
+ 8.972000000000001,
+ 9.372
+ ],
+ "lon": [
+ 76.301,
+ 76.70100000000001
+ ]
+ },
+ {
+ "city": "Par\u0101d\u012bp Garh",
+ "lat": [
+ 20.116,
+ 20.516
+ ],
+ "lon": [
+ 86.41,
+ 86.81
+ ]
+ },
+ {
+ "city": "Ilkal",
+ "lat": [
+ 15.7592,
+ 16.1592
+ ],
+ "lon": [
+ 75.9135,
+ 76.3135
+ ]
+ },
+ {
+ "city": "Nihtaur",
+ "lat": [
+ 29.13,
+ 29.529999999999998
+ ],
+ "lon": [
+ 78.17999999999999,
+ 78.58
+ ]
+ },
+ {
+ "city": "Anjangaon",
+ "lat": [
+ 20.95,
+ 21.349999999999998
+ ],
+ "lon": [
+ 77.08,
+ 77.48
+ ]
+ },
+ {
+ "city": "Renuk\u016bt",
+ "lat": [
+ 24.0,
+ 24.4
+ ],
+ "lon": [
+ 82.83,
+ 83.23
+ ]
+ },
+ {
+ "city": "Siuri",
+ "lat": [
+ 23.71,
+ 24.11
+ ],
+ "lon": [
+ 87.327,
+ 87.727
+ ]
+ },
+ {
+ "city": "R\u0101jsamand",
+ "lat": [
+ 24.87,
+ 25.27
+ ],
+ "lon": [
+ 73.67999999999999,
+ 74.08
+ ]
+ },
+ {
+ "city": "Bishnupur",
+ "lat": [
+ 22.875,
+ 23.275
+ ],
+ "lon": [
+ 87.11699999999999,
+ 87.517
+ ]
+ },
+ {
+ "city": "Mod\u0101sa",
+ "lat": [
+ 23.27,
+ 23.669999999999998
+ ],
+ "lon": [
+ 73.1,
+ 73.5
+ ]
+ },
+ {
+ "city": "B\u0101prola",
+ "lat": [
+ 28.4408,
+ 28.840799999999998
+ ],
+ "lon": [
+ 76.8104,
+ 77.2104
+ ]
+ },
+ {
+ "city": "Gauravaram",
+ "lat": [
+ 16.900000000000002,
+ 17.3
+ ],
+ "lon": [
+ 80.39999999999999,
+ 80.8
+ ]
+ },
+ {
+ "city": "Sausar",
+ "lat": [
+ 21.45,
+ 21.849999999999998
+ ],
+ "lon": [
+ 78.58,
+ 78.98
+ ]
+ },
+ {
+ "city": "Dhenk\u0101n\u0101l",
+ "lat": [
+ 20.470000000000002,
+ 20.87
+ ],
+ "lon": [
+ 85.39999999999999,
+ 85.8
+ ]
+ },
+ {
+ "city": "Urun-Isl\u0101mpur",
+ "lat": [
+ 16.85,
+ 17.25
+ ],
+ "lon": [
+ 74.067,
+ 74.467
+ ]
+ },
+ {
+ "city": "Gop\u0101lganj",
+ "lat": [
+ 26.27,
+ 26.669999999999998
+ ],
+ "lon": [
+ 84.23,
+ 84.63000000000001
+ ]
+ },
+ {
+ "city": "Bongaigaon",
+ "lat": [
+ 26.2769,
+ 26.6769
+ ],
+ "lon": [
+ 90.3583,
+ 90.7583
+ ]
+ },
+ {
+ "city": "Dh\u0101r\u0101puram",
+ "lat": [
+ 10.531400000000001,
+ 10.9314
+ ],
+ "lon": [
+ 77.3189,
+ 77.7189
+ ]
+ },
+ {
+ "city": "Guruv\u0101y\u016br",
+ "lat": [
+ 10.3946,
+ 10.794599999999999
+ ],
+ "lon": [
+ 75.8369,
+ 76.2369
+ ]
+ },
+ {
+ "city": "Aravatt\u016br",
+ "lat": [
+ 10.4649,
+ 10.864899999999999
+ ],
+ "lon": [
+ 79.2507,
+ 79.6507
+ ]
+ },
+ {
+ "city": "Jagoniguda",
+ "lat": [
+ 17.12,
+ 17.52
+ ],
+ "lon": [
+ 78.32,
+ 78.72
+ ]
+ },
+ {
+ "city": "M\u012brpeta",
+ "lat": [
+ 17.12,
+ 17.52
+ ],
+ "lon": [
+ 78.32,
+ 78.72
+ ]
+ },
+ {
+ "city": "Phalodi",
+ "lat": [
+ 26.931,
+ 27.331
+ ],
+ "lon": [
+ 72.164,
+ 72.56400000000001
+ ]
+ },
+ {
+ "city": "Beypore",
+ "lat": [
+ 10.98,
+ 11.379999999999999
+ ],
+ "lon": [
+ 75.61,
+ 76.01
+ ]
+ },
+ {
+ "city": "Siddipet",
+ "lat": [
+ 17.9019,
+ 18.3019
+ ],
+ "lon": [
+ 78.6519,
+ 79.0519
+ ]
+ },
+ {
+ "city": "Koratla",
+ "lat": [
+ 18.6215,
+ 19.0215
+ ],
+ "lon": [
+ 78.5119,
+ 78.9119
+ ]
+ },
+ {
+ "city": "Sahasw\u0101n",
+ "lat": [
+ 27.868000000000002,
+ 28.268
+ ],
+ "lon": [
+ 78.551,
+ 78.95100000000001
+ ]
+ },
+ {
+ "city": "Ar\u0101mb\u0101gh",
+ "lat": [
+ 22.68,
+ 23.08
+ ],
+ "lon": [
+ 87.58,
+ 87.98
+ ]
+ },
+ {
+ "city": "Pidugur\u0101lla",
+ "lat": [
+ 16.2793,
+ 16.679299999999998
+ ],
+ "lon": [
+ 79.6863,
+ 80.08630000000001
+ ]
+ },
+ {
+ "city": "Puliyankudi",
+ "lat": [
+ 8.9725,
+ 9.372499999999999
+ ],
+ "lon": [
+ 77.1956,
+ 77.5956
+ ]
+ },
+ {
+ "city": "Sangamner",
+ "lat": [
+ 19.3678,
+ 19.767799999999998
+ ],
+ "lon": [
+ 74.0115,
+ 74.4115
+ ]
+ },
+ {
+ "city": "Gohna",
+ "lat": [
+ 28.93,
+ 29.33
+ ],
+ "lon": [
+ 76.7,
+ 77.10000000000001
+ ]
+ },
+ {
+ "city": "Pulivendla",
+ "lat": [
+ 14.2194,
+ 14.619399999999999
+ ],
+ "lon": [
+ 78.02499999999999,
+ 78.425
+ ]
+ },
+ {
+ "city": "K\u0101nhang\u0101d",
+ "lat": [
+ 12.116700000000002,
+ 12.5167
+ ],
+ "lon": [
+ 74.8667,
+ 75.2667
+ ]
+ },
+ {
+ "city": "Jaisalmer",
+ "lat": [
+ 26.713,
+ 27.113
+ ],
+ "lon": [
+ 70.715,
+ 71.11500000000001
+ ]
+ },
+ {
+ "city": "Kurab\u016br",
+ "lat": [
+ 13.200000000000001,
+ 13.6
+ ],
+ "lon": [
+ 77.806,
+ 78.206
+ ]
+ },
+ {
+ "city": "Giddarb\u0101ha",
+ "lat": [
+ 30.0,
+ 30.4
+ ],
+ "lon": [
+ 74.47,
+ 74.87
+ ]
+ },
+ {
+ "city": "Taml\u016bk",
+ "lat": [
+ 22.1,
+ 22.5
+ ],
+ "lon": [
+ 87.72,
+ 88.12
+ ]
+ },
+ {
+ "city": "Sinnar",
+ "lat": [
+ 19.650000000000002,
+ 20.05
+ ],
+ "lon": [
+ 73.8,
+ 74.2
+ ]
+ },
+ {
+ "city": "Vaij\u0101pur",
+ "lat": [
+ 19.7267,
+ 20.1267
+ ],
+ "lon": [
+ 74.5275,
+ 74.92750000000001
+ ]
+ },
+ {
+ "city": "Jagraon",
+ "lat": [
+ 30.580000000000002,
+ 30.98
+ ],
+ "lon": [
+ 75.28,
+ 75.68
+ ]
+ },
+ {
+ "city": "Al\u012bpur Du\u0101r",
+ "lat": [
+ 26.289,
+ 26.689
+ ],
+ "lon": [
+ 89.327,
+ 89.727
+ ]
+ },
+ {
+ "city": "Dh\u016bri",
+ "lat": [
+ 30.1685,
+ 30.5685
+ ],
+ "lon": [
+ 75.6679,
+ 76.06790000000001
+ ]
+ },
+ {
+ "city": "R\u0101th",
+ "lat": [
+ 25.38,
+ 25.779999999999998
+ ],
+ "lon": [
+ 79.36999999999999,
+ 79.77
+ ]
+ },
+ {
+ "city": "T\u0101sgaon",
+ "lat": [
+ 16.830000000000002,
+ 17.23
+ ],
+ "lon": [
+ 74.39999999999999,
+ 74.8
+ ]
+ },
+ {
+ "city": "Keitumkawn",
+ "lat": [
+ 23.11,
+ 23.509999999999998
+ ],
+ "lon": [
+ 92.64999999999999,
+ 93.05
+ ]
+ },
+ {
+ "city": "Narapalli",
+ "lat": [
+ 17.2167,
+ 17.616699999999998
+ ],
+ "lon": [
+ 78.42869999999999,
+ 78.8287
+ ]
+ },
+ {
+ "city": "P\u0101lit\u0101na",
+ "lat": [
+ 21.32,
+ 21.72
+ ],
+ "lon": [
+ 71.63,
+ 72.03
+ ]
+ },
+ {
+ "city": "Dharmapuri",
+ "lat": [
+ 11.921100000000001,
+ 12.3211
+ ],
+ "lon": [
+ 77.95819999999999,
+ 78.3582
+ ]
+ },
+ {
+ "city": "Idapp\u0101di",
+ "lat": [
+ 11.383500000000002,
+ 11.7835
+ ],
+ "lon": [
+ 77.6341,
+ 78.03410000000001
+ ]
+ },
+ {
+ "city": "Hiriy\u016br",
+ "lat": [
+ 13.7446,
+ 14.144599999999999
+ ],
+ "lon": [
+ 76.4172,
+ 76.8172
+ ]
+ },
+ {
+ "city": "Sirsi",
+ "lat": [
+ 28.44,
+ 28.84
+ ],
+ "lon": [
+ 78.44,
+ 78.84
+ ]
+ },
+ {
+ "city": "Kod\u0101d",
+ "lat": [
+ 16.797800000000002,
+ 17.1978
+ ],
+ "lon": [
+ 79.7653,
+ 80.1653
+ ]
+ },
+ {
+ "city": "T\u0101depalle",
+ "lat": [
+ 16.2803,
+ 16.6803
+ ],
+ "lon": [
+ 80.4186,
+ 80.8186
+ ]
+ },
+ {
+ "city": "Arm\u016br",
+ "lat": [
+ 18.59,
+ 18.99
+ ],
+ "lon": [
+ 78.09,
+ 78.49000000000001
+ ]
+ },
+ {
+ "city": "Bankra",
+ "lat": [
+ 22.4086,
+ 22.8086
+ ],
+ "lon": [
+ 88.0797,
+ 88.47970000000001
+ ]
+ },
+ {
+ "city": "Nawalgarh",
+ "lat": [
+ 27.6458,
+ 28.0458
+ ],
+ "lon": [
+ 75.068,
+ 75.468
+ ]
+ },
+ {
+ "city": "Toh\u0101na",
+ "lat": [
+ 29.5,
+ 29.9
+ ],
+ "lon": [
+ 75.7,
+ 76.10000000000001
+ ]
+ },
+ {
+ "city": "Khagaul",
+ "lat": [
+ 25.379,
+ 25.779
+ ],
+ "lon": [
+ 84.84559999999999,
+ 85.2456
+ ]
+ },
+ {
+ "city": "Chakpi Karong",
+ "lat": [
+ 24.1167,
+ 24.5167
+ ],
+ "lon": [
+ 93.7833,
+ 94.1833
+ ]
+ },
+ {
+ "city": "Sundap\u0101laiyam",
+ "lat": [
+ 10.801400000000001,
+ 11.2014
+ ],
+ "lon": [
+ 76.6732,
+ 77.0732
+ ]
+ },
+ {
+ "city": "Jatani",
+ "lat": [
+ 19.970000000000002,
+ 20.37
+ ],
+ "lon": [
+ 85.5,
+ 85.9
+ ]
+ },
+ {
+ "city": "Chik Ball\u0101pur",
+ "lat": [
+ 13.23,
+ 13.629999999999999
+ ],
+ "lon": [
+ 77.52,
+ 77.92
+ ]
+ },
+ {
+ "city": "Athni",
+ "lat": [
+ 16.53,
+ 16.93
+ ],
+ "lon": [
+ 74.86999999999999,
+ 75.27
+ ]
+ },
+ {
+ "city": "Dhuburi",
+ "lat": [
+ 25.82,
+ 26.22
+ ],
+ "lon": [
+ 89.8,
+ 90.2
+ ]
+ },
+ {
+ "city": "Gadw\u0101l",
+ "lat": [
+ 16.03,
+ 16.43
+ ],
+ "lon": [
+ 77.6,
+ 78.0
+ ]
+ },
+ {
+ "city": "Visnagar",
+ "lat": [
+ 23.5,
+ 23.9
+ ],
+ "lon": [
+ 72.35,
+ 72.75
+ ]
+ },
+ {
+ "city": "P\u0101m\u016bru",
+ "lat": [
+ 14.897,
+ 15.296999999999999
+ ],
+ "lon": [
+ 79.209,
+ 79.60900000000001
+ ]
+ },
+ {
+ "city": "Sheikhpura",
+ "lat": [
+ 24.9403,
+ 25.3403
+ ],
+ "lon": [
+ 85.6508,
+ 86.05080000000001
+ ]
+ },
+ {
+ "city": "Sirsi",
+ "lat": [
+ 14.419400000000001,
+ 14.8194
+ ],
+ "lon": [
+ 74.6375,
+ 75.03750000000001
+ ]
+ },
+ {
+ "city": "W\u0101sh\u012bm",
+ "lat": [
+ 19.9113,
+ 20.3113
+ ],
+ "lon": [
+ 76.93299999999999,
+ 77.333
+ ]
+ },
+ {
+ "city": "N\u0101np\u0101ra",
+ "lat": [
+ 27.67,
+ 28.07
+ ],
+ "lon": [
+ 81.3,
+ 81.7
+ ]
+ },
+ {
+ "city": "B\u0101ri",
+ "lat": [
+ 26.43,
+ 26.83
+ ],
+ "lon": [
+ 77.42,
+ 77.82000000000001
+ ]
+ },
+ {
+ "city": "R\u0101nipet",
+ "lat": [
+ 12.7247,
+ 13.124699999999999
+ ],
+ "lon": [
+ 79.13329999999999,
+ 79.5333
+ ]
+ },
+ {
+ "city": "Kesamudram",
+ "lat": [
+ 17.4875,
+ 17.8875
+ ],
+ "lon": [
+ 79.6944,
+ 80.09440000000001
+ ]
+ },
+ {
+ "city": "Nagari",
+ "lat": [
+ 13.121400000000001,
+ 13.5214
+ ],
+ "lon": [
+ 79.3856,
+ 79.7856
+ ]
+ },
+ {
+ "city": "Sherkot",
+ "lat": [
+ 29.150000000000002,
+ 29.55
+ ],
+ "lon": [
+ 78.38,
+ 78.78
+ ]
+ },
+ {
+ "city": "Mandi Dabw\u0101li",
+ "lat": [
+ 29.747700000000002,
+ 30.1477
+ ],
+ "lon": [
+ 74.5322,
+ 74.93220000000001
+ ]
+ },
+ {
+ "city": "R\u0101ghogarh",
+ "lat": [
+ 24.2442,
+ 24.644199999999998
+ ],
+ "lon": [
+ 76.9986,
+ 77.3986
+ ]
+ },
+ {
+ "city": "Narw\u0101na",
+ "lat": [
+ 29.416700000000002,
+ 29.8167
+ ],
+ "lon": [
+ 75.9117,
+ 76.3117
+ ]
+ },
+ {
+ "city": "Okha",
+ "lat": [
+ 22.2667,
+ 22.6667
+ ],
+ "lon": [
+ 68.8667,
+ 69.2667
+ ]
+ },
+ {
+ "city": "Bhabhua",
+ "lat": [
+ 24.85,
+ 25.25
+ ],
+ "lon": [
+ 83.42,
+ 83.82000000000001
+ ]
+ },
+ {
+ "city": "Nanjang\u016bd",
+ "lat": [
+ 11.92,
+ 12.319999999999999
+ ],
+ "lon": [
+ 76.48,
+ 76.88000000000001
+ ]
+ },
+ {
+ "city": "Siddhapur",
+ "lat": [
+ 23.7167,
+ 24.116699999999998
+ ],
+ "lon": [
+ 72.1833,
+ 72.58330000000001
+ ]
+ },
+ {
+ "city": "Diphu",
+ "lat": [
+ 25.63,
+ 26.029999999999998
+ ],
+ "lon": [
+ 93.23,
+ 93.63000000000001
+ ]
+ },
+ {
+ "city": "Jh\u0101rgr\u0101m",
+ "lat": [
+ 22.25,
+ 22.65
+ ],
+ "lon": [
+ 86.78,
+ 87.18
+ ]
+ },
+ {
+ "city": "R\u0101man\u0101thapuram",
+ "lat": [
+ 9.1639,
+ 9.563899999999999
+ ],
+ "lon": [
+ 78.6395,
+ 79.0395
+ ]
+ },
+ {
+ "city": "Trikonavattam",
+ "lat": [
+ 8.700000000000001,
+ 9.1
+ ],
+ "lon": [
+ 76.45,
+ 76.85000000000001
+ ]
+ },
+ {
+ "city": "Halvad",
+ "lat": [
+ 22.82,
+ 23.22
+ ],
+ "lon": [
+ 70.98,
+ 71.38000000000001
+ ]
+ },
+ {
+ "city": "Udamalpet",
+ "lat": [
+ 10.3855,
+ 10.785499999999999
+ ],
+ "lon": [
+ 77.0513,
+ 77.4513
+ ]
+ },
+ {
+ "city": "Wanparti",
+ "lat": [
+ 16.162300000000002,
+ 16.5623
+ ],
+ "lon": [
+ 77.8622,
+ 78.2622
+ ]
+ },
+ {
+ "city": "Ch\u0101mr\u0101jnagar",
+ "lat": [
+ 11.726,
+ 12.126
+ ],
+ "lon": [
+ 76.7402,
+ 77.14020000000001
+ ]
+ },
+ {
+ "city": "Kukarmunda",
+ "lat": [
+ 21.3167,
+ 21.7167
+ ],
+ "lon": [
+ 73.9333,
+ 74.33330000000001
+ ]
+ },
+ {
+ "city": "Dumraon",
+ "lat": [
+ 25.352600000000002,
+ 25.7526
+ ],
+ "lon": [
+ 83.9515,
+ 84.3515
+ ]
+ },
+ {
+ "city": "Panruti",
+ "lat": [
+ 11.57,
+ 11.969999999999999
+ ],
+ "lon": [
+ 79.35,
+ 79.75
+ ]
+ },
+ {
+ "city": "Velamp\u0101laiyam",
+ "lat": [
+ 10.937600000000002,
+ 11.3376
+ ],
+ "lon": [
+ 77.11059999999999,
+ 77.5106
+ ]
+ },
+ {
+ "city": "Tirukkoyil\u016br",
+ "lat": [
+ 11.7675,
+ 12.167499999999999
+ ],
+ "lon": [
+ 79.0056,
+ 79.4056
+ ]
+ },
+ {
+ "city": "R\u0101zampeta",
+ "lat": [
+ 13.9954,
+ 14.395399999999999
+ ],
+ "lon": [
+ 78.959,
+ 79.35900000000001
+ ]
+ },
+ {
+ "city": "Nedumang\u0101d",
+ "lat": [
+ 8.403300000000002,
+ 8.8033
+ ],
+ "lon": [
+ 76.80279999999999,
+ 77.2028
+ ]
+ },
+ {
+ "city": "Gunupur",
+ "lat": [
+ 18.88,
+ 19.279999999999998
+ ],
+ "lon": [
+ 83.61999999999999,
+ 84.02
+ ]
+ },
+ {
+ "city": "Mehn\u0101jpur",
+ "lat": [
+ 25.4722,
+ 25.8722
+ ],
+ "lon": [
+ 82.9181,
+ 83.3181
+ ]
+ },
+ {
+ "city": "Thatri",
+ "lat": [
+ 32.945299999999996,
+ 33.3453
+ ],
+ "lon": [
+ 75.5911,
+ 75.9911
+ ]
+ },
+ {
+ "city": "Ponn\u016bru",
+ "lat": [
+ 15.866700000000002,
+ 16.2667
+ ],
+ "lon": [
+ 80.3667,
+ 80.7667
+ ]
+ },
+ {
+ "city": "Kathua",
+ "lat": [
+ 32.169399999999996,
+ 32.5694
+ ],
+ "lon": [
+ 75.3254,
+ 75.72540000000001
+ ]
+ },
+ {
+ "city": "Vinukonda",
+ "lat": [
+ 15.850000000000001,
+ 16.25
+ ],
+ "lon": [
+ 79.55,
+ 79.95
+ ]
+ },
+ {
+ "city": "Gohadi",
+ "lat": [
+ 26.2328,
+ 26.6328
+ ],
+ "lon": [
+ 78.24199999999999,
+ 78.642
+ ]
+ },
+ {
+ "city": "Khagaria",
+ "lat": [
+ 25.3022,
+ 25.702199999999998
+ ],
+ "lon": [
+ 86.2671,
+ 86.6671
+ ]
+ },
+ {
+ "city": "P\u0101chora",
+ "lat": [
+ 20.470000000000002,
+ 20.87
+ ],
+ "lon": [
+ 75.14999999999999,
+ 75.55
+ ]
+ },
+ {
+ "city": "Tipt\u016br",
+ "lat": [
+ 13.06,
+ 13.459999999999999
+ ],
+ "lon": [
+ 76.28,
+ 76.68
+ ]
+ },
+ {
+ "city": "Gopichettip\u0101laiyam",
+ "lat": [
+ 11.254900000000001,
+ 11.6549
+ ],
+ "lon": [
+ 77.23649999999999,
+ 77.6365
+ ]
+ },
+ {
+ "city": "It\u0101nagar",
+ "lat": [
+ 26.900000000000002,
+ 27.3
+ ],
+ "lon": [
+ 93.42,
+ 93.82000000000001
+ ]
+ },
+ {
+ "city": "Dhone",
+ "lat": [
+ 15.196000000000002,
+ 15.596
+ ],
+ "lon": [
+ 77.672,
+ 78.072
+ ]
+ },
+ {
+ "city": "R\u0101jgarh",
+ "lat": [
+ 28.44,
+ 28.84
+ ],
+ "lon": [
+ 75.17999999999999,
+ 75.58
+ ]
+ },
+ {
+ "city": "Panna",
+ "lat": [
+ 24.07,
+ 24.47
+ ],
+ "lon": [
+ 79.97,
+ 80.37
+ ]
+ },
+ {
+ "city": "Zahir\u0101b\u0101d",
+ "lat": [
+ 17.4814,
+ 17.8814
+ ],
+ "lon": [
+ 77.4074,
+ 77.8074
+ ]
+ },
+ {
+ "city": "Wani",
+ "lat": [
+ 19.8556,
+ 20.255599999999998
+ ],
+ "lon": [
+ 78.7533,
+ 79.1533
+ ]
+ },
+ {
+ "city": "Binn\u0101guri",
+ "lat": [
+ 26.5641,
+ 26.9641
+ ],
+ "lon": [
+ 88.8558,
+ 89.25580000000001
+ ]
+ },
+ {
+ "city": "Upleta",
+ "lat": [
+ 21.53,
+ 21.93
+ ],
+ "lon": [
+ 70.08,
+ 70.48
+ ]
+ },
+ {
+ "city": "Narasapur",
+ "lat": [
+ 16.2361,
+ 16.6361
+ ],
+ "lon": [
+ 81.5016,
+ 81.9016
+ ]
+ },
+ {
+ "city": "Sonabedha",
+ "lat": [
+ 18.53,
+ 18.93
+ ],
+ "lon": [
+ 82.63,
+ 83.03
+ ]
+ },
+ {
+ "city": "Pipari\u0101",
+ "lat": [
+ 22.557000000000002,
+ 22.957
+ ],
+ "lon": [
+ 78.155,
+ 78.555
+ ]
+ },
+ {
+ "city": "Una",
+ "lat": [
+ 20.62,
+ 21.02
+ ],
+ "lon": [
+ 70.83,
+ 71.23
+ ]
+ },
+ {
+ "city": "Sardhana",
+ "lat": [
+ 28.945,
+ 29.345
+ ],
+ "lon": [
+ 77.41,
+ 77.81
+ ]
+ },
+ {
+ "city": "Hastin\u0101pur",
+ "lat": [
+ 28.970000000000002,
+ 29.37
+ ],
+ "lon": [
+ 77.82,
+ 78.22
+ ]
+ },
+ {
+ "city": "Sand\u012bla",
+ "lat": [
+ 26.88,
+ 27.279999999999998
+ ],
+ "lon": [
+ 80.32,
+ 80.72
+ ]
+ },
+ {
+ "city": "Tiruv\u0101l\u016br",
+ "lat": [
+ 10.573,
+ 10.972999999999999
+ ],
+ "lon": [
+ 79.437,
+ 79.837
+ ]
+ },
+ {
+ "city": "Sillod",
+ "lat": [
+ 20.1,
+ 20.5
+ ],
+ "lon": [
+ 75.45,
+ 75.85000000000001
+ ]
+ },
+ {
+ "city": "Mulb\u0101gal",
+ "lat": [
+ 12.963500000000002,
+ 13.3635
+ ],
+ "lon": [
+ 78.1935,
+ 78.5935
+ ]
+ },
+ {
+ "city": "Huns\u016br",
+ "lat": [
+ 12.1036,
+ 12.503599999999999
+ ],
+ "lon": [
+ 76.0927,
+ 76.4927
+ ]
+ },
+ {
+ "city": "P\u0101nskura",
+ "lat": [
+ 22.217000000000002,
+ 22.617
+ ],
+ "lon": [
+ 87.5,
+ 87.9
+ ]
+ },
+ {
+ "city": "Nanjakk\u0101d",
+ "lat": [
+ 9.0069,
+ 9.406899999999998
+ ],
+ "lon": [
+ 76.4319,
+ 76.8319
+ ]
+ },
+ {
+ "city": "R\u0101mpur Hat",
+ "lat": [
+ 23.970000000000002,
+ 24.37
+ ],
+ "lon": [
+ 87.58,
+ 87.98
+ ]
+ },
+ {
+ "city": "Khand\u0101la",
+ "lat": [
+ 18.5481,
+ 18.9481
+ ],
+ "lon": [
+ 73.2072,
+ 73.6072
+ ]
+ },
+ {
+ "city": "Lon\u0101vale",
+ "lat": [
+ 18.5481,
+ 18.9481
+ ],
+ "lon": [
+ 73.2072,
+ 73.6072
+ ]
+ },
+ {
+ "city": "Bilimora",
+ "lat": [
+ 20.55,
+ 20.95
+ ],
+ "lon": [
+ 72.75,
+ 73.15
+ ]
+ },
+ {
+ "city": "Koth\u0101pet",
+ "lat": [
+ 19.133300000000002,
+ 19.5333
+ ],
+ "lon": [
+ 79.2833,
+ 79.6833
+ ]
+ },
+ {
+ "city": "Maduraivayal",
+ "lat": [
+ 12.863100000000001,
+ 13.2631
+ ],
+ "lon": [
+ 79.97189999999999,
+ 80.3719
+ ]
+ },
+ {
+ "city": "Pal\u0101sa",
+ "lat": [
+ 18.5731,
+ 18.9731
+ ],
+ "lon": [
+ 84.20779999999999,
+ 84.6078
+ ]
+ },
+ {
+ "city": "Chintalapalli",
+ "lat": [
+ 18.131,
+ 18.531
+ ],
+ "lon": [
+ 79.474,
+ 79.87400000000001
+ ]
+ },
+ {
+ "city": "Loh\u0101rdag\u0101",
+ "lat": [
+ 23.2331,
+ 23.6331
+ ],
+ "lon": [
+ 84.4799,
+ 84.8799
+ ]
+ },
+ {
+ "city": "M\u0101cherla",
+ "lat": [
+ 16.28,
+ 16.68
+ ],
+ "lon": [
+ 79.23,
+ 79.63000000000001
+ ]
+ },
+ {
+ "city": "Kanduk\u016br",
+ "lat": [
+ 15.0167,
+ 15.416699999999999
+ ],
+ "lon": [
+ 79.7042,
+ 80.1042
+ ]
+ },
+ {
+ "city": "Keonjhargarh",
+ "lat": [
+ 21.43,
+ 21.83
+ ],
+ "lon": [
+ 85.38,
+ 85.78
+ ]
+ },
+ {
+ "city": "Kolleg\u0101l",
+ "lat": [
+ 11.9539,
+ 12.3539
+ ],
+ "lon": [
+ 76.901,
+ 77.301
+ ]
+ },
+ {
+ "city": "Unjha",
+ "lat": [
+ 23.6,
+ 24.0
+ ],
+ "lon": [
+ 72.2,
+ 72.60000000000001
+ ]
+ },
+ {
+ "city": "Bail-Hongal",
+ "lat": [
+ 15.613700000000001,
+ 16.0137
+ ],
+ "lon": [
+ 74.6589,
+ 75.05890000000001
+ ]
+ },
+ {
+ "city": "Nas\u012brab\u0101d",
+ "lat": [
+ 26.1,
+ 26.5
+ ],
+ "lon": [
+ 74.53,
+ 74.93
+ ]
+ },
+ {
+ "city": "G\u016bdalur",
+ "lat": [
+ 11.301400000000001,
+ 11.7014
+ ],
+ "lon": [
+ 76.2916,
+ 76.69160000000001
+ ]
+ },
+ {
+ "city": "S\u0101malkot",
+ "lat": [
+ 16.8531,
+ 17.2531
+ ],
+ "lon": [
+ 81.9695,
+ 82.3695
+ ]
+ },
+ {
+ "city": "Kar\u012bmganj",
+ "lat": [
+ 24.67,
+ 25.07
+ ],
+ "lon": [
+ 92.14999999999999,
+ 92.55
+ ]
+ },
+ {
+ "city": "Bobbili",
+ "lat": [
+ 18.3667,
+ 18.7667
+ ],
+ "lon": [
+ 83.16669999999999,
+ 83.5667
+ ]
+ },
+ {
+ "city": "K\u0101lna",
+ "lat": [
+ 23.02,
+ 23.419999999999998
+ ],
+ "lon": [
+ 88.17,
+ 88.57000000000001
+ ]
+ },
+ {
+ "city": "Sattenapalle",
+ "lat": [
+ 16.1962,
+ 16.5962
+ ],
+ "lon": [
+ 79.94969999999999,
+ 80.3497
+ ]
+ },
+ {
+ "city": "Vrind\u0101van",
+ "lat": [
+ 27.38,
+ 27.779999999999998
+ ],
+ "lon": [
+ 77.5,
+ 77.9
+ ]
+ },
+ {
+ "city": "Diglipur",
+ "lat": [
+ 13.0667,
+ 13.4667
+ ],
+ "lon": [
+ 92.8,
+ 93.2
+ ]
+ },
+ {
+ "city": "Naugaon S\u0101d\u0101t",
+ "lat": [
+ 28.7833,
+ 29.1833
+ ],
+ "lon": [
+ 78.2167,
+ 78.61670000000001
+ ]
+ },
+ {
+ "city": "Sendhwa",
+ "lat": [
+ 21.4847,
+ 21.8847
+ ],
+ "lon": [
+ 74.89529999999999,
+ 75.2953
+ ]
+ },
+ {
+ "city": "Talegaon D\u0101bh\u0101de",
+ "lat": [
+ 18.52,
+ 18.919999999999998
+ ],
+ "lon": [
+ 73.48,
+ 73.88000000000001
+ ]
+ },
+ {
+ "city": "Poonamallee",
+ "lat": [
+ 12.8465,
+ 13.2465
+ ],
+ "lon": [
+ 79.91,
+ 80.31
+ ]
+ },
+ {
+ "city": "Gang\u0101r\u0101mpur",
+ "lat": [
+ 25.2,
+ 25.599999999999998
+ ],
+ "lon": [
+ 88.32,
+ 88.72
+ ]
+ },
+ {
+ "city": "Mandapeta",
+ "lat": [
+ 16.67,
+ 17.07
+ ],
+ "lon": [
+ 81.73,
+ 82.13000000000001
+ ]
+ },
+ {
+ "city": "Tirur",
+ "lat": [
+ 10.700000000000001,
+ 11.1
+ ],
+ "lon": [
+ 75.72,
+ 76.12
+ ]
+ },
+ {
+ "city": "Pithor\u0101garh",
+ "lat": [
+ 29.38,
+ 29.779999999999998
+ ],
+ "lon": [
+ 80.02,
+ 80.42
+ ]
+ },
+ {
+ "city": "Kengri",
+ "lat": [
+ 12.712200000000001,
+ 13.1122
+ ],
+ "lon": [
+ 77.28269999999999,
+ 77.6827
+ ]
+ },
+ {
+ "city": "Ropar",
+ "lat": [
+ 30.7664,
+ 31.1664
+ ],
+ "lon": [
+ 76.3331,
+ 76.73310000000001
+ ]
+ },
+ {
+ "city": "Ajodhya",
+ "lat": [
+ 26.5992,
+ 26.9992
+ ],
+ "lon": [
+ 82.0044,
+ 82.40440000000001
+ ]
+ },
+ {
+ "city": "Belampalli",
+ "lat": [
+ 18.875600000000002,
+ 19.2756
+ ],
+ "lon": [
+ 79.2881,
+ 79.6881
+ ]
+ },
+ {
+ "city": "Kharar",
+ "lat": [
+ 30.54,
+ 30.939999999999998
+ ],
+ "lon": [
+ 76.45,
+ 76.85000000000001
+ ]
+ },
+ {
+ "city": "Bisw\u0101n",
+ "lat": [
+ 27.293300000000002,
+ 27.6933
+ ],
+ "lon": [
+ 80.79639999999999,
+ 81.1964
+ ]
+ },
+ {
+ "city": "Kannamangalam",
+ "lat": [
+ 9.850000000000001,
+ 10.25
+ ],
+ "lon": [
+ 76.85,
+ 77.25
+ ]
+ },
+ {
+ "city": "Atchampeta",
+ "lat": [
+ 15.3412,
+ 15.7412
+ ],
+ "lon": [
+ 78.7503,
+ 79.1503
+ ]
+ },
+ {
+ "city": "K\u0101ndi",
+ "lat": [
+ 23.75,
+ 24.15
+ ],
+ "lon": [
+ 87.83,
+ 88.23
+ ]
+ },
+ {
+ "city": "Barw\u0101ni",
+ "lat": [
+ 21.830000000000002,
+ 22.23
+ ],
+ "lon": [
+ 74.7,
+ 75.10000000000001
+ ]
+ },
+ {
+ "city": "Erumaippatti",
+ "lat": [
+ 11.38,
+ 11.78
+ ],
+ "lon": [
+ 77.64999999999999,
+ 78.05
+ ]
+ },
+ {
+ "city": "Harpanahalli",
+ "lat": [
+ 14.5877,
+ 14.987699999999998
+ ],
+ "lon": [
+ 75.7886,
+ 76.18860000000001
+ ]
+ },
+ {
+ "city": "Periya Sem\u016br",
+ "lat": [
+ 11.17,
+ 11.569999999999999
+ ],
+ "lon": [
+ 77.4908,
+ 77.8908
+ ]
+ },
+ {
+ "city": "Madhupur",
+ "lat": [
+ 24.060000000000002,
+ 24.46
+ ],
+ "lon": [
+ 86.45,
+ 86.85000000000001
+ ]
+ },
+ {
+ "city": "Ch\u0101lil",
+ "lat": [
+ 11.5519,
+ 11.951899999999998
+ ],
+ "lon": [
+ 75.3959,
+ 75.7959
+ ]
+ },
+ {
+ "city": "Challakere",
+ "lat": [
+ 14.112,
+ 14.511999999999999
+ ],
+ "lon": [
+ 76.451,
+ 76.851
+ ]
+ },
+ {
+ "city": "Puthiyang\u0101di",
+ "lat": [
+ 11.818900000000001,
+ 12.2189
+ ],
+ "lon": [
+ 75.05879999999999,
+ 75.4588
+ ]
+ },
+ {
+ "city": "M\u0101ngrol",
+ "lat": [
+ 20.92,
+ 21.32
+ ],
+ "lon": [
+ 69.92,
+ 70.32000000000001
+ ]
+ },
+ {
+ "city": "Chonthrhu",
+ "lat": [
+ 32.2865,
+ 32.6865
+ ],
+ "lon": [
+ 75.7941,
+ 76.1941
+ ]
+ },
+ {
+ "city": "Bh\u012bmunipatnam",
+ "lat": [
+ 17.6846,
+ 18.0846
+ ],
+ "lon": [
+ 83.2393,
+ 83.6393
+ ]
+ },
+ {
+ "city": "R\u0101dhanpur",
+ "lat": [
+ 23.63,
+ 24.029999999999998
+ ],
+ "lon": [
+ 71.39999999999999,
+ 71.8
+ ]
+ },
+ {
+ "city": "F\u0101l\u0101k\u0101ta",
+ "lat": [
+ 26.330000000000002,
+ 26.73
+ ],
+ "lon": [
+ 89.0,
+ 89.4
+ ]
+ },
+ {
+ "city": "Pol\u016br",
+ "lat": [
+ 12.311900000000001,
+ 12.7119
+ ],
+ "lon": [
+ 78.9258,
+ 79.3258
+ ]
+ },
+ {
+ "city": "N\u0101ndod",
+ "lat": [
+ 21.6706,
+ 22.0706
+ ],
+ "lon": [
+ 73.30279999999999,
+ 73.7028
+ ]
+ },
+ {
+ "city": "Pith\u0101puram",
+ "lat": [
+ 16.916700000000002,
+ 17.3167
+ ],
+ "lon": [
+ 82.0667,
+ 82.4667
+ ]
+ },
+ {
+ "city": "Khurai",
+ "lat": [
+ 23.843700000000002,
+ 24.2437
+ ],
+ "lon": [
+ 78.1301,
+ 78.5301
+ ]
+ },
+ {
+ "city": "Pungan\u016bru",
+ "lat": [
+ 13.1667,
+ 13.566699999999999
+ ],
+ "lon": [
+ 78.38329999999999,
+ 78.7833
+ ]
+ },
+ {
+ "city": "Nargol",
+ "lat": [
+ 20.033,
+ 20.433
+ ],
+ "lon": [
+ 72.55,
+ 72.95
+ ]
+ },
+ {
+ "city": "Gh\u0101t\u0101l",
+ "lat": [
+ 22.470000000000002,
+ 22.87
+ ],
+ "lon": [
+ 87.52,
+ 87.92
+ ]
+ },
+ {
+ "city": "S\u0101gar",
+ "lat": [
+ 13.966700000000001,
+ 14.3667
+ ],
+ "lon": [
+ 74.8333,
+ 75.2333
+ ]
+ },
+ {
+ "city": "M\u016bndka",
+ "lat": [
+ 28.479400000000002,
+ 28.8794
+ ],
+ "lon": [
+ 76.8284,
+ 77.22840000000001
+ ]
+ },
+ {
+ "city": "Tiruvall\u016br",
+ "lat": [
+ 12.923100000000002,
+ 13.3231
+ ],
+ "lon": [
+ 79.712,
+ 80.11200000000001
+ ]
+ },
+ {
+ "city": "B\u0101r\u0101mati",
+ "lat": [
+ 17.95,
+ 18.349999999999998
+ ],
+ "lon": [
+ 74.38,
+ 74.78
+ ]
+ },
+ {
+ "city": "Isl\u0101mpur",
+ "lat": [
+ 26.07,
+ 26.47
+ ],
+ "lon": [
+ 88.0,
+ 88.4
+ ]
+ },
+ {
+ "city": "Sidhi",
+ "lat": [
+ 24.220000000000002,
+ 24.62
+ ],
+ "lon": [
+ 81.67999999999999,
+ 82.08
+ ]
+ },
+ {
+ "city": "R\u0101huri",
+ "lat": [
+ 19.18,
+ 19.58
+ ],
+ "lon": [
+ 74.45,
+ 74.85000000000001
+ ]
+ },
+ {
+ "city": "K\u0101saragod",
+ "lat": [
+ 12.3,
+ 12.7
+ ],
+ "lon": [
+ 74.8,
+ 75.2
+ ]
+ },
+ {
+ "city": "Jalor",
+ "lat": [
+ 25.150000000000002,
+ 25.55
+ ],
+ "lon": [
+ 72.42,
+ 72.82000000000001
+ ]
+ },
+ {
+ "city": "Sam\u0101na",
+ "lat": [
+ 29.95,
+ 30.349999999999998
+ ],
+ "lon": [
+ 75.99,
+ 76.39
+ ]
+ },
+ {
+ "city": "Kunnamkulam",
+ "lat": [
+ 10.450000000000001,
+ 10.85
+ ],
+ "lon": [
+ 75.88,
+ 76.28
+ ]
+ },
+ {
+ "city": "Palmaner",
+ "lat": [
+ 13.0,
+ 13.399999999999999
+ ],
+ "lon": [
+ 78.55,
+ 78.95
+ ]
+ },
+ {
+ "city": "Deol\u0101li",
+ "lat": [
+ 19.751,
+ 20.151
+ ],
+ "lon": [
+ 73.634,
+ 74.034
+ ]
+ },
+ {
+ "city": "Umred",
+ "lat": [
+ 20.650000000000002,
+ 21.05
+ ],
+ "lon": [
+ 79.13,
+ 79.53
+ ]
+ },
+ {
+ "city": "Sohna",
+ "lat": [
+ 28.05,
+ 28.45
+ ],
+ "lon": [
+ 76.86999999999999,
+ 77.27
+ ]
+ },
+ {
+ "city": "P\u0101rvatipuram",
+ "lat": [
+ 18.580000000000002,
+ 18.98
+ ],
+ "lon": [
+ 83.225,
+ 83.625
+ ]
+ },
+ {
+ "city": "Ull\u0101l",
+ "lat": [
+ 12.6149,
+ 13.014899999999999
+ ],
+ "lon": [
+ 74.6429,
+ 75.0429
+ ]
+ },
+ {
+ "city": "Dholka",
+ "lat": [
+ 22.52,
+ 22.919999999999998
+ ],
+ "lon": [
+ 72.27,
+ 72.67
+ ]
+ },
+ {
+ "city": "Ottapp\u0101lam",
+ "lat": [
+ 10.57,
+ 10.969999999999999
+ ],
+ "lon": [
+ 76.17999999999999,
+ 76.58
+ ]
+ },
+ {
+ "city": "Manjeri",
+ "lat": [
+ 10.920200000000001,
+ 11.3202
+ ],
+ "lon": [
+ 75.92,
+ 76.32000000000001
+ ]
+ },
+ {
+ "city": "Ashta",
+ "lat": [
+ 22.8175,
+ 23.217499999999998
+ ],
+ "lon": [
+ 76.5221,
+ 76.9221
+ ]
+ },
+ {
+ "city": "Ilindu Kothi",
+ "lat": [
+ 31.946099999999998,
+ 32.3461
+ ],
+ "lon": [
+ 76.0784,
+ 76.47840000000001
+ ]
+ },
+ {
+ "city": "K\u0101liy\u0101ganj",
+ "lat": [
+ 25.43,
+ 25.83
+ ],
+ "lon": [
+ 88.11999999999999,
+ 88.52
+ ]
+ },
+ {
+ "city": "Jaggayyapeta",
+ "lat": [
+ 16.692,
+ 17.092
+ ],
+ "lon": [
+ 79.8976,
+ 80.2976
+ ]
+ },
+ {
+ "city": "Go\u0101lp\u0101ra",
+ "lat": [
+ 25.970000000000002,
+ 26.37
+ ],
+ "lon": [
+ 90.42,
+ 90.82000000000001
+ ]
+ },
+ {
+ "city": "Sh\u0101hpur",
+ "lat": [
+ 16.5,
+ 16.9
+ ],
+ "lon": [
+ 76.63,
+ 77.03
+ ]
+ },
+ {
+ "city": "Bhong\u012br",
+ "lat": [
+ 17.310000000000002,
+ 17.71
+ ],
+ "lon": [
+ 78.69,
+ 79.09
+ ]
+ },
+ {
+ "city": "Amal\u0101puram",
+ "lat": [
+ 16.378700000000002,
+ 16.7787
+ ],
+ "lon": [
+ 81.8061,
+ 82.2061
+ ]
+ },
+ {
+ "city": "Kunnamangalam",
+ "lat": [
+ 11.1064,
+ 11.5064
+ ],
+ "lon": [
+ 75.6789,
+ 76.0789
+ ]
+ },
+ {
+ "city": "Bakhtiy\u0101rpur",
+ "lat": [
+ 25.259,
+ 25.659
+ ],
+ "lon": [
+ 85.339,
+ 85.739
+ ]
+ },
+ {
+ "city": "Patancheruvu",
+ "lat": [
+ 17.3333,
+ 17.7333
+ ],
+ "lon": [
+ 78.0645,
+ 78.4645
+ ]
+ },
+ {
+ "city": "Vik\u0101r\u0101b\u0101d",
+ "lat": [
+ 17.13,
+ 17.529999999999998
+ ],
+ "lon": [
+ 77.7,
+ 78.10000000000001
+ ]
+ },
+ {
+ "city": "B\u0101ruipur",
+ "lat": [
+ 22.160700000000002,
+ 22.5607
+ ],
+ "lon": [
+ 88.2323,
+ 88.6323
+ ]
+ },
+ {
+ "city": "Putt\u016br",
+ "lat": [
+ 12.5648,
+ 12.964799999999999
+ ],
+ "lon": [
+ 74.9842,
+ 75.3842
+ ]
+ },
+ {
+ "city": "Putt\u016br",
+ "lat": [
+ 13.25,
+ 13.649999999999999
+ ],
+ "lon": [
+ 79.35,
+ 79.75
+ ]
+ },
+ {
+ "city": "Manglaur",
+ "lat": [
+ 29.6,
+ 30.0
+ ],
+ "lon": [
+ 77.67,
+ 78.07000000000001
+ ]
+ },
+ {
+ "city": "Tilhar",
+ "lat": [
+ 27.762800000000002,
+ 28.1628
+ ],
+ "lon": [
+ 79.53829999999999,
+ 79.9383
+ ]
+ },
+ {
+ "city": "Sult\u0101nganj",
+ "lat": [
+ 25.046,
+ 25.445999999999998
+ ],
+ "lon": [
+ 86.538,
+ 86.938
+ ]
+ },
+ {
+ "city": "Tiruvalla",
+ "lat": [
+ 9.1856,
+ 9.5856
+ ],
+ "lon": [
+ 76.37559999999999,
+ 76.7756
+ ]
+ },
+ {
+ "city": "Venkatagiri",
+ "lat": [
+ 13.7667,
+ 14.166699999999999
+ ],
+ "lon": [
+ 79.38329999999999,
+ 79.7833
+ ]
+ },
+ {
+ "city": "Sihor",
+ "lat": [
+ 21.5,
+ 21.9
+ ],
+ "lon": [
+ 71.77,
+ 72.17
+ ]
+ },
+ {
+ "city": "Nerkunram",
+ "lat": [
+ 12.8619,
+ 13.261899999999999
+ ],
+ "lon": [
+ 80.0094,
+ 80.4094
+ ]
+ },
+ {
+ "city": "Bad\u016bria",
+ "lat": [
+ 22.54,
+ 22.939999999999998
+ ],
+ "lon": [
+ 88.59,
+ 88.99000000000001
+ ]
+ },
+ {
+ "city": "Sironj",
+ "lat": [
+ 23.903100000000002,
+ 24.3031
+ ],
+ "lon": [
+ 77.4905,
+ 77.8905
+ ]
+ },
+ {
+ "city": "Jangaon",
+ "lat": [
+ 17.5227,
+ 17.9227
+ ],
+ "lon": [
+ 78.95179999999999,
+ 79.3518
+ ]
+ },
+ {
+ "city": "Daudnagar",
+ "lat": [
+ 24.830000000000002,
+ 25.23
+ ],
+ "lon": [
+ 84.2,
+ 84.60000000000001
+ ]
+ },
+ {
+ "city": "Jiyyammavalasa",
+ "lat": [
+ 18.6186,
+ 19.0186
+ ],
+ "lon": [
+ 83.3797,
+ 83.7797
+ ]
+ },
+ {
+ "city": "Mandam\u0101ri",
+ "lat": [
+ 18.7822,
+ 19.182199999999998
+ ],
+ "lon": [
+ 79.2811,
+ 79.6811
+ ]
+ },
+ {
+ "city": "Lakhminia",
+ "lat": [
+ 25.212600000000002,
+ 25.6126
+ ],
+ "lon": [
+ 86.1253,
+ 86.5253
+ ]
+ },
+ {
+ "city": "Ellenabad",
+ "lat": [
+ 29.25,
+ 29.65
+ ],
+ "lon": [
+ 74.45,
+ 74.85000000000001
+ ]
+ },
+ {
+ "city": "Kor\u0101put",
+ "lat": [
+ 18.612000000000002,
+ 19.012
+ ],
+ "lon": [
+ 82.5105,
+ 82.9105
+ ]
+ },
+ {
+ "city": "Mudhol",
+ "lat": [
+ 16.150000000000002,
+ 16.55
+ ],
+ "lon": [
+ 75.0833,
+ 75.4833
+ ]
+ },
+ {
+ "city": "Phaltan",
+ "lat": [
+ 17.78,
+ 18.18
+ ],
+ "lon": [
+ 74.23,
+ 74.63000000000001
+ ]
+ },
+ {
+ "city": "Diu",
+ "lat": [
+ 20.515800000000002,
+ 20.9158
+ ],
+ "lon": [
+ 70.7858,
+ 71.1858
+ ]
+ },
+ {
+ "city": "Khattan",
+ "lat": [
+ 33.177299999999995,
+ 33.5773
+ ],
+ "lon": [
+ 75.52539999999999,
+ 75.9254
+ ]
+ },
+ {
+ "city": "R\u0101watbh\u0101ta",
+ "lat": [
+ 24.73,
+ 25.13
+ ],
+ "lon": [
+ 75.38,
+ 75.78
+ ]
+ },
+ {
+ "city": "Vaisamp\u0101kkal",
+ "lat": [
+ 9.256200000000002,
+ 9.6562
+ ],
+ "lon": [
+ 76.3241,
+ 76.7241
+ ]
+ },
+ {
+ "city": "Kumarankari",
+ "lat": [
+ 9.2596,
+ 9.6596
+ ],
+ "lon": [
+ 76.2986,
+ 76.6986
+ ]
+ },
+ {
+ "city": "Arwal",
+ "lat": [
+ 25.0442,
+ 25.4442
+ ],
+ "lon": [
+ 84.4631,
+ 84.8631
+ ]
+ },
+ {
+ "city": "Burla",
+ "lat": [
+ 21.3098,
+ 21.709799999999998
+ ],
+ "lon": [
+ 83.6726,
+ 84.07260000000001
+ ]
+ },
+ {
+ "city": "G\u0101darw\u0101ra",
+ "lat": [
+ 22.7235,
+ 23.1235
+ ],
+ "lon": [
+ 78.58489999999999,
+ 78.9849
+ ]
+ },
+ {
+ "city": "Pardig\u016bda",
+ "lat": [
+ 17.197400000000002,
+ 17.5974
+ ],
+ "lon": [
+ 78.3783,
+ 78.7783
+ ]
+ },
+ {
+ "city": "K\u0101lpi",
+ "lat": [
+ 25.92,
+ 26.32
+ ],
+ "lon": [
+ 79.53,
+ 79.93
+ ]
+ },
+ {
+ "city": "Irinj\u0101lakuda",
+ "lat": [
+ 10.1424,
+ 10.542399999999999
+ ],
+ "lon": [
+ 76.0112,
+ 76.41120000000001
+ ]
+ },
+ {
+ "city": "Tirupparangunram",
+ "lat": [
+ 9.681500000000002,
+ 10.0815
+ ],
+ "lon": [
+ 77.8731,
+ 78.2731
+ ]
+ },
+ {
+ "city": "Zang\u0101reddig\u016bdem",
+ "lat": [
+ 16.922900000000002,
+ 17.3229
+ ],
+ "lon": [
+ 81.0953,
+ 81.4953
+ ]
+ },
+ {
+ "city": "Peran\u0101mpattu",
+ "lat": [
+ 12.738700000000001,
+ 13.1387
+ ],
+ "lon": [
+ 78.5028,
+ 78.9028
+ ]
+ },
+ {
+ "city": "Rongat",
+ "lat": [
+ 12.2667,
+ 12.666699999999999
+ ],
+ "lon": [
+ 92.7333,
+ 93.1333
+ ]
+ },
+ {
+ "city": "Dabhoi",
+ "lat": [
+ 21.9376,
+ 22.3376
+ ],
+ "lon": [
+ 73.2162,
+ 73.6162
+ ]
+ },
+ {
+ "city": "Tirumangalam",
+ "lat": [
+ 9.6216,
+ 10.0216
+ ],
+ "lon": [
+ 77.78909999999999,
+ 78.1891
+ ]
+ },
+ {
+ "city": "Bhav\u0101ni",
+ "lat": [
+ 11.2455,
+ 11.645499999999998
+ ],
+ "lon": [
+ 77.4821,
+ 77.88210000000001
+ ]
+ },
+ {
+ "city": "Puthuppariy\u0101ram",
+ "lat": [
+ 10.6036,
+ 11.003599999999999
+ ],
+ "lon": [
+ 76.4221,
+ 76.8221
+ ]
+ },
+ {
+ "city": "Sidlaghatta",
+ "lat": [
+ 13.190000000000001,
+ 13.59
+ ],
+ "lon": [
+ 77.66,
+ 78.06
+ ]
+ },
+ {
+ "city": "Marpalli",
+ "lat": [
+ 17.338900000000002,
+ 17.7389
+ ],
+ "lon": [
+ 77.57079999999999,
+ 77.9708
+ ]
+ },
+ {
+ "city": "Bowringpet",
+ "lat": [
+ 12.7912,
+ 13.191199999999998
+ ],
+ "lon": [
+ 77.978,
+ 78.378
+ ]
+ },
+ {
+ "city": "Bestav\u0101rapeta",
+ "lat": [
+ 15.350000000000001,
+ 15.75
+ ],
+ "lon": [
+ 78.91669999999999,
+ 79.3167
+ ]
+ },
+ {
+ "city": "Hodal",
+ "lat": [
+ 27.694,
+ 28.093999999999998
+ ],
+ "lon": [
+ 77.169,
+ 77.569
+ ]
+ },
+ {
+ "city": "Aurang\u0101b\u0101d",
+ "lat": [
+ 27.694,
+ 28.093999999999998
+ ],
+ "lon": [
+ 77.169,
+ 77.569
+ ]
+ },
+ {
+ "city": "Fatwa",
+ "lat": [
+ 25.3096,
+ 25.7096
+ ],
+ "lon": [
+ 85.105,
+ 85.50500000000001
+ ]
+ },
+ {
+ "city": "Pardw\u0101l",
+ "lat": [
+ 32.1286,
+ 32.528600000000004
+ ],
+ "lon": [
+ 75.9153,
+ 76.31530000000001
+ ]
+ },
+ {
+ "city": "Repalle",
+ "lat": [
+ 15.8172,
+ 16.2172
+ ],
+ "lon": [
+ 80.6294,
+ 81.02940000000001
+ ]
+ },
+ {
+ "city": "Karamdiha",
+ "lat": [
+ 24.27,
+ 24.669999999999998
+ ],
+ "lon": [
+ 83.35,
+ 83.75
+ ]
+ },
+ {
+ "city": "Vy\u0101ra",
+ "lat": [
+ 20.92,
+ 21.32
+ ],
+ "lon": [
+ 73.2,
+ 73.60000000000001
+ ]
+ },
+ {
+ "city": "Mahmud\u0101b\u0101d",
+ "lat": [
+ 27.1,
+ 27.5
+ ],
+ "lon": [
+ 80.92,
+ 81.32000000000001
+ ]
+ },
+ {
+ "city": "Bikramganj",
+ "lat": [
+ 25.0107,
+ 25.4107
+ ],
+ "lon": [
+ 84.0551,
+ 84.4551
+ ]
+ },
+ {
+ "city": "Chinnaman\u016br",
+ "lat": [
+ 9.6422,
+ 10.0422
+ ],
+ "lon": [
+ 77.1857,
+ 77.5857
+ ]
+ },
+ {
+ "city": "Viramg\u0101m",
+ "lat": [
+ 22.92,
+ 23.32
+ ],
+ "lon": [
+ 71.83,
+ 72.23
+ ]
+ },
+ {
+ "city": "\u0100naiy\u016br",
+ "lat": [
+ 9.7615,
+ 10.161499999999998
+ ],
+ "lon": [
+ 77.9118,
+ 78.3118
+ ]
+ },
+ {
+ "city": "Kosamba",
+ "lat": [
+ 21.28,
+ 21.68
+ ],
+ "lon": [
+ 72.75,
+ 73.15
+ ]
+ },
+ {
+ "city": "Jaspur",
+ "lat": [
+ 29.0833,
+ 29.4833
+ ],
+ "lon": [
+ 78.6167,
+ 79.0167
+ ]
+ },
+ {
+ "city": "Forbesganj",
+ "lat": [
+ 26.1,
+ 26.5
+ ],
+ "lon": [
+ 87.065,
+ 87.465
+ ]
+ },
+ {
+ "city": "Laksar",
+ "lat": [
+ 29.549,
+ 29.948999999999998
+ ],
+ "lon": [
+ 77.824,
+ 78.224
+ ]
+ },
+ {
+ "city": "Bar Bigha",
+ "lat": [
+ 25.0186,
+ 25.418599999999998
+ ],
+ "lon": [
+ 85.5332,
+ 85.9332
+ ]
+ },
+ {
+ "city": "T\u016bndla",
+ "lat": [
+ 27.0146,
+ 27.4146
+ ],
+ "lon": [
+ 78.0368,
+ 78.4368
+ ]
+ },
+ {
+ "city": "B\u0101ghpat",
+ "lat": [
+ 28.75,
+ 29.15
+ ],
+ "lon": [
+ 77.02,
+ 77.42
+ ]
+ },
+ {
+ "city": "Bhaw\u0101n\u012bpur R\u0101jdh\u0101m",
+ "lat": [
+ 25.4501,
+ 25.850099999999998
+ ],
+ "lon": [
+ 86.9396,
+ 87.3396
+ ]
+ },
+ {
+ "city": "Metpalli",
+ "lat": [
+ 18.6492,
+ 19.0492
+ ],
+ "lon": [
+ 78.42609999999999,
+ 78.8261
+ ]
+ },
+ {
+ "city": "Bhadr\u0101chalam",
+ "lat": [
+ 17.4669,
+ 17.866899999999998
+ ],
+ "lon": [
+ 80.6826,
+ 81.0826
+ ]
+ },
+ {
+ "city": "Biaora",
+ "lat": [
+ 23.7163,
+ 24.1163
+ ],
+ "lon": [
+ 76.71119999999999,
+ 77.1112
+ ]
+ },
+ {
+ "city": "Chipl\u016bn",
+ "lat": [
+ 17.330000000000002,
+ 17.73
+ ],
+ "lon": [
+ 73.32,
+ 73.72
+ ]
+ },
+ {
+ "city": "S\u0101ha",
+ "lat": [
+ 30.1,
+ 30.5
+ ],
+ "lon": [
+ 76.7667,
+ 77.1667
+ ]
+ },
+ {
+ "city": "Suj\u0101npur",
+ "lat": [
+ 32.1127,
+ 32.5127
+ ],
+ "lon": [
+ 75.4012,
+ 75.80120000000001
+ ]
+ },
+ {
+ "city": "Shiv",
+ "lat": [
+ 25.9831,
+ 26.3831
+ ],
+ "lon": [
+ 71.05,
+ 71.45
+ ]
+ },
+ {
+ "city": "W\u0101lidpur",
+ "lat": [
+ 25.8583,
+ 26.2583
+ ],
+ "lon": [
+ 83.17779999999999,
+ 83.5778
+ ]
+ }
+ ],
+ "China": [
+ {
+ "city": "Guangzhou",
+ "lat": [
+ 22.93,
+ 23.33
+ ],
+ "lon": [
+ 113.06,
+ 113.46000000000001
+ ]
+ },
+ {
+ "city": "Shanghai",
+ "lat": [
+ 31.0286,
+ 31.4286
+ ],
+ "lon": [
+ 121.2747,
+ 121.6747
+ ]
+ },
+ {
+ "city": "Beijing",
+ "lat": [
+ 39.7067,
+ 40.106700000000004
+ ],
+ "lon": [
+ 116.19749999999999,
+ 116.5975
+ ]
+ },
+ {
+ "city": "Shenzhen",
+ "lat": [
+ 22.3415,
+ 22.7415
+ ],
+ "lon": [
+ 113.8596,
+ 114.2596
+ ]
+ },
+ {
+ "city": "Chengdu",
+ "lat": [
+ 30.46,
+ 30.86
+ ],
+ "lon": [
+ 103.8633,
+ 104.2633
+ ]
+ },
+ {
+ "city": "Xi\u2019an",
+ "lat": [
+ 34.061099999999996,
+ 34.4611
+ ],
+ "lon": [
+ 108.7422,
+ 109.1422
+ ]
+ },
+ {
+ "city": "Chongqing",
+ "lat": [
+ 29.3637,
+ 29.7637
+ ],
+ "lon": [
+ 106.3504,
+ 106.7504
+ ]
+ },
+ {
+ "city": "Linyi",
+ "lat": [
+ 34.9038,
+ 35.3038
+ ],
+ "lon": [
+ 118.15639999999999,
+ 118.5564
+ ]
+ },
+ {
+ "city": "Dongguan",
+ "lat": [
+ 22.821,
+ 23.221
+ ],
+ "lon": [
+ 113.55199999999999,
+ 113.952
+ ]
+ },
+ {
+ "city": "Baoding",
+ "lat": [
+ 38.674,
+ 39.074000000000005
+ ],
+ "lon": [
+ 115.264,
+ 115.664
+ ]
+ },
+ {
+ "city": "Tianjin",
+ "lat": [
+ 38.9336,
+ 39.333600000000004
+ ],
+ "lon": [
+ 117.0054,
+ 117.4054
+ ]
+ },
+ {
+ "city": "Wuhan",
+ "lat": [
+ 30.3934,
+ 30.7934
+ ],
+ "lon": [
+ 114.10459999999999,
+ 114.5046
+ ]
+ },
+ {
+ "city": "Nanyang",
+ "lat": [
+ 32.7902,
+ 33.190200000000004
+ ],
+ "lon": [
+ 112.32849999999999,
+ 112.7285
+ ]
+ },
+ {
+ "city": "Hangzhou",
+ "lat": [
+ 30.067,
+ 30.467
+ ],
+ "lon": [
+ 119.953,
+ 120.35300000000001
+ ]
+ },
+ {
+ "city": "Foshan",
+ "lat": [
+ 22.8214,
+ 23.2214
+ ],
+ "lon": [
+ 112.9216,
+ 113.3216
+ ]
+ },
+ {
+ "city": "Zhoukou",
+ "lat": [
+ 33.436699999999995,
+ 33.8367
+ ],
+ "lon": [
+ 114.5014,
+ 114.90140000000001
+ ]
+ },
+ {
+ "city": "Tongshan",
+ "lat": [
+ 34.061,
+ 34.461000000000006
+ ],
+ "lon": [
+ 116.9859,
+ 117.3859
+ ]
+ },
+ {
+ "city": "Nanjing",
+ "lat": [
+ 31.8608,
+ 32.2608
+ ],
+ "lon": [
+ 118.57889999999999,
+ 118.9789
+ ]
+ },
+ {
+ "city": "Heze",
+ "lat": [
+ 35.034299999999995,
+ 35.4343
+ ],
+ "lon": [
+ 115.2796,
+ 115.67960000000001
+ ]
+ },
+ {
+ "city": "Jining",
+ "lat": [
+ 35.2151,
+ 35.615100000000005
+ ],
+ "lon": [
+ 116.3871,
+ 116.78710000000001
+ ]
+ },
+ {
+ "city": "Shenyang",
+ "lat": [
+ 41.6025,
+ 42.002500000000005
+ ],
+ "lon": [
+ 123.2281,
+ 123.6281
+ ]
+ },
+ {
+ "city": "Fuyang",
+ "lat": [
+ 32.69,
+ 33.09
+ ],
+ "lon": [
+ 115.61399999999999,
+ 116.014
+ ]
+ },
+ {
+ "city": "Ganzhou",
+ "lat": [
+ 25.631,
+ 26.031
+ ],
+ "lon": [
+ 114.733,
+ 115.13300000000001
+ ]
+ },
+ {
+ "city": "Shangqiu",
+ "lat": [
+ 34.214999999999996,
+ 34.615
+ ],
+ "lon": [
+ 115.456,
+ 115.85600000000001
+ ]
+ },
+ {
+ "city": "Cangzhou",
+ "lat": [
+ 38.104699999999994,
+ 38.5047
+ ],
+ "lon": [
+ 116.6387,
+ 117.0387
+ ]
+ },
+ {
+ "city": "Zhumadian",
+ "lat": [
+ 32.814,
+ 33.214000000000006
+ ],
+ "lon": [
+ 113.822,
+ 114.22200000000001
+ ]
+ },
+ {
+ "city": "Zhanjiang",
+ "lat": [
+ 21.0701,
+ 21.4701
+ ],
+ "lon": [
+ 110.1575,
+ 110.5575
+ ]
+ },
+ {
+ "city": "Yancheng",
+ "lat": [
+ 33.15,
+ 33.550000000000004
+ ],
+ "lon": [
+ 119.95689999999999,
+ 120.3569
+ ]
+ },
+ {
+ "city": "Bijie",
+ "lat": [
+ 27.084,
+ 27.483999999999998
+ ],
+ "lon": [
+ 105.092,
+ 105.492
+ ]
+ },
+ {
+ "city": "Xingtai",
+ "lat": [
+ 36.8717,
+ 37.2717
+ ],
+ "lon": [
+ 114.3048,
+ 114.7048
+ ]
+ },
+ {
+ "city": "Hengyang",
+ "lat": [
+ 26.694,
+ 27.093999999999998
+ ],
+ "lon": [
+ 112.372,
+ 112.772
+ ]
+ },
+ {
+ "city": "Shaoyang",
+ "lat": [
+ 27.0395,
+ 27.4395
+ ],
+ "lon": [
+ 111.2679,
+ 111.6679
+ ]
+ },
+ {
+ "city": "Quanzhou",
+ "lat": [
+ 24.674400000000002,
+ 25.0744
+ ],
+ "lon": [
+ 118.4757,
+ 118.87570000000001
+ ]
+ },
+ {
+ "city": "Shangrao",
+ "lat": [
+ 28.255100000000002,
+ 28.6551
+ ],
+ "lon": [
+ 117.7431,
+ 118.1431
+ ]
+ },
+ {
+ "city": "Zunyi",
+ "lat": [
+ 27.522000000000002,
+ 27.922
+ ],
+ "lon": [
+ 106.831,
+ 107.23100000000001
+ ]
+ },
+ {
+ "city": "Maoming",
+ "lat": [
+ 21.4627,
+ 21.8627
+ ],
+ "lon": [
+ 110.7255,
+ 111.1255
+ ]
+ },
+ {
+ "city": "Xinyang",
+ "lat": [
+ 31.949,
+ 32.349000000000004
+ ],
+ "lon": [
+ 113.89099999999999,
+ 114.291
+ ]
+ },
+ {
+ "city": "Huanggang",
+ "lat": [
+ 30.253700000000002,
+ 30.6537
+ ],
+ "lon": [
+ 114.6724,
+ 115.0724
+ ]
+ },
+ {
+ "city": "Dalian",
+ "lat": [
+ 38.699999999999996,
+ 39.1
+ ],
+ "lon": [
+ 121.39999999999999,
+ 121.8
+ ]
+ },
+ {
+ "city": "Qingdao",
+ "lat": [
+ 35.866899999999994,
+ 36.2669
+ ],
+ "lon": [
+ 120.1827,
+ 120.5827
+ ]
+ },
+ {
+ "city": "Yulin",
+ "lat": [
+ 22.454,
+ 22.854
+ ],
+ "lon": [
+ 109.981,
+ 110.381
+ ]
+ },
+ {
+ "city": "Liaocheng",
+ "lat": [
+ 36.2559,
+ 36.6559
+ ],
+ "lon": [
+ 115.7852,
+ 116.18520000000001
+ ]
+ },
+ {
+ "city": "Qujing",
+ "lat": [
+ 25.291,
+ 25.691
+ ],
+ "lon": [
+ 103.596,
+ 103.99600000000001
+ ]
+ },
+ {
+ "city": "Nangandao",
+ "lat": [
+ 35.1036,
+ 35.503600000000006
+ ],
+ "lon": [
+ 113.7268,
+ 114.1268
+ ]
+ },
+ {
+ "city": "Zhengzhou",
+ "lat": [
+ 34.564,
+ 34.964000000000006
+ ],
+ "lon": [
+ 113.484,
+ 113.884
+ ]
+ },
+ {
+ "city": "Nanchong",
+ "lat": [
+ 30.6372,
+ 31.0372
+ ],
+ "lon": [
+ 105.9106,
+ 106.31060000000001
+ ]
+ },
+ {
+ "city": "Jinan",
+ "lat": [
+ 36.4702,
+ 36.870200000000004
+ ],
+ "lon": [
+ 116.8207,
+ 117.22070000000001
+ ]
+ },
+ {
+ "city": "Jieyang",
+ "lat": [
+ 23.351,
+ 23.750999999999998
+ ],
+ "lon": [
+ 116.17269999999999,
+ 116.5727
+ ]
+ },
+ {
+ "city": "Dezhou",
+ "lat": [
+ 37.236,
+ 37.636
+ ],
+ "lon": [
+ 116.15899999999999,
+ 116.559
+ ]
+ },
+ {
+ "city": "Tai\u2019an",
+ "lat": [
+ 36.001999999999995,
+ 36.402
+ ],
+ "lon": [
+ 116.887,
+ 117.287
+ ]
+ },
+ {
+ "city": "Dazhou",
+ "lat": [
+ 31.0093,
+ 31.409299999999998
+ ],
+ "lon": [
+ 107.2678,
+ 107.6678
+ ]
+ },
+ {
+ "city": "Suzhou",
+ "lat": [
+ 33.448,
+ 33.848000000000006
+ ],
+ "lon": [
+ 116.764,
+ 117.164
+ ]
+ },
+ {
+ "city": "Yongzhou",
+ "lat": [
+ 26.220000000000002,
+ 26.62
+ ],
+ "lon": [
+ 111.413,
+ 111.813
+ ]
+ },
+ {
+ "city": "Changde",
+ "lat": [
+ 28.831,
+ 29.230999999999998
+ ],
+ "lon": [
+ 111.499,
+ 111.899
+ ]
+ },
+ {
+ "city": "Xiangyang",
+ "lat": [
+ 31.81,
+ 32.21
+ ],
+ "lon": [
+ 111.922,
+ 112.322
+ ]
+ },
+ {
+ "city": "Pudong",
+ "lat": [
+ 31.0347,
+ 31.4347
+ ],
+ "lon": [
+ 121.3064,
+ 121.7064
+ ]
+ },
+ {
+ "city": "Zhaotong",
+ "lat": [
+ 27.138,
+ 27.538
+ ],
+ "lon": [
+ 103.517,
+ 103.917
+ ]
+ },
+ {
+ "city": "Zhangzhou",
+ "lat": [
+ 24.313000000000002,
+ 24.713
+ ],
+ "lon": [
+ 117.447,
+ 117.84700000000001
+ ]
+ },
+ {
+ "city": "Yueyang",
+ "lat": [
+ 29.1647,
+ 29.5647
+ ],
+ "lon": [
+ 112.9309,
+ 113.3309
+ ]
+ },
+ {
+ "city": "Yichun",
+ "lat": [
+ 27.616,
+ 28.016
+ ],
+ "lon": [
+ 114.217,
+ 114.617
+ ]
+ },
+ {
+ "city": "Guilin",
+ "lat": [
+ 25.075,
+ 25.474999999999998
+ ],
+ "lon": [
+ 110.096,
+ 110.49600000000001
+ ]
+ },
+ {
+ "city": "Pingdingshan",
+ "lat": [
+ 33.566599999999994,
+ 33.9666
+ ],
+ "lon": [
+ 112.9926,
+ 113.3926
+ ]
+ },
+ {
+ "city": "Bozhou",
+ "lat": [
+ 33.6463,
+ 34.0463
+ ],
+ "lon": [
+ 115.5786,
+ 115.9786
+ ]
+ },
+ {
+ "city": "Yuncheng",
+ "lat": [
+ 34.826699999999995,
+ 35.2267
+ ],
+ "lon": [
+ 110.807,
+ 111.20700000000001
+ ]
+ },
+ {
+ "city": "Changsha",
+ "lat": [
+ 28.028000000000002,
+ 28.428
+ ],
+ "lon": [
+ 112.73899999999999,
+ 113.139
+ ]
+ },
+ {
+ "city": "Suqian",
+ "lat": [
+ 33.763,
+ 34.163000000000004
+ ],
+ "lon": [
+ 118.075,
+ 118.47500000000001
+ ]
+ },
+ {
+ "city": "Weinan",
+ "lat": [
+ 34.3206,
+ 34.720600000000005
+ ],
+ "lon": [
+ 109.271,
+ 109.671
+ ]
+ },
+ {
+ "city": "Chenzhou",
+ "lat": [
+ 25.57,
+ 25.97
+ ],
+ "lon": [
+ 112.816,
+ 113.21600000000001
+ ]
+ },
+ {
+ "city": "Jiangmen",
+ "lat": [
+ 22.3789,
+ 22.7789
+ ],
+ "lon": [
+ 112.8815,
+ 113.28150000000001
+ ]
+ },
+ {
+ "city": "Mianyang",
+ "lat": [
+ 31.268,
+ 31.668
+ ],
+ "lon": [
+ 104.479,
+ 104.879
+ ]
+ },
+ {
+ "city": "Jiujiang",
+ "lat": [
+ 29.461000000000002,
+ 29.861
+ ],
+ "lon": [
+ 115.75399999999999,
+ 116.154
+ ]
+ },
+ {
+ "city": "Huaihua",
+ "lat": [
+ 27.3698,
+ 27.7698
+ ],
+ "lon": [
+ 109.8016,
+ 110.2016
+ ]
+ },
+ {
+ "city": "Huanglongsi",
+ "lat": [
+ 34.595,
+ 34.995000000000005
+ ],
+ "lon": [
+ 114.145,
+ 114.545
+ ]
+ },
+ {
+ "city": "Taizhou",
+ "lat": [
+ 32.256699999999995,
+ 32.6567
+ ],
+ "lon": [
+ 119.7229,
+ 120.1229
+ ]
+ },
+ {
+ "city": "Yibin",
+ "lat": [
+ 28.552,
+ 28.951999999999998
+ ],
+ "lon": [
+ 104.443,
+ 104.843
+ ]
+ },
+ {
+ "city": "Ji\u2019an",
+ "lat": [
+ 26.8912,
+ 27.2912
+ ],
+ "lon": [
+ 114.7668,
+ 115.16680000000001
+ ]
+ },
+ {
+ "city": "Yangzhou",
+ "lat": [
+ 32.194399999999995,
+ 32.5944
+ ],
+ "lon": [
+ 119.2128,
+ 119.61280000000001
+ ]
+ },
+ {
+ "city": "Kunming",
+ "lat": [
+ 24.8464,
+ 25.246399999999998
+ ],
+ "lon": [
+ 102.5094,
+ 102.9094
+ ]
+ },
+ {
+ "city": "Changchun",
+ "lat": [
+ 43.696999999999996,
+ 44.097
+ ],
+ "lon": [
+ 125.12599999999999,
+ 125.526
+ ]
+ },
+ {
+ "city": "Lu\u2019an",
+ "lat": [
+ 31.536,
+ 31.936
+ ],
+ "lon": [
+ 116.32,
+ 116.72
+ ]
+ },
+ {
+ "city": "Xinpu",
+ "lat": [
+ 34.3966,
+ 34.796600000000005
+ ],
+ "lon": [
+ 119.0214,
+ 119.4214
+ ]
+ },
+ {
+ "city": "Langfang",
+ "lat": [
+ 39.3383,
+ 39.7383
+ ],
+ "lon": [
+ 116.48349999999999,
+ 116.8835
+ ]
+ },
+ {
+ "city": "\u00dcr\u00fcmqi",
+ "lat": [
+ 43.622499999999995,
+ 44.0225
+ ],
+ "lon": [
+ 87.4125,
+ 87.8125
+ ]
+ },
+ {
+ "city": "Suzhou",
+ "lat": [
+ 31.1,
+ 31.5
+ ],
+ "lon": [
+ 120.4194,
+ 120.8194
+ ]
+ },
+ {
+ "city": "Guigang",
+ "lat": [
+ 22.912,
+ 23.311999999999998
+ ],
+ "lon": [
+ 109.399,
+ 109.799
+ ]
+ },
+ {
+ "city": "Shantou",
+ "lat": [
+ 23.154,
+ 23.554
+ ],
+ "lon": [
+ 116.482,
+ 116.882
+ ]
+ },
+ {
+ "city": "Jiangguanchi",
+ "lat": [
+ 33.836999999999996,
+ 34.237
+ ],
+ "lon": [
+ 113.652,
+ 114.052
+ ]
+ },
+ {
+ "city": "Xiaoganzhan",
+ "lat": [
+ 30.718,
+ 31.118
+ ],
+ "lon": [
+ 113.75699999999999,
+ 114.157
+ ]
+ },
+ {
+ "city": "Luzhou",
+ "lat": [
+ 28.671,
+ 29.070999999999998
+ ],
+ "lon": [
+ 105.24199999999999,
+ 105.642
+ ]
+ },
+ {
+ "city": "Hefei",
+ "lat": [
+ 31.6206,
+ 32.0206
+ ],
+ "lon": [
+ 117.0273,
+ 117.4273
+ ]
+ },
+ {
+ "city": "Hengshui",
+ "lat": [
+ 37.538999999999994,
+ 37.939
+ ],
+ "lon": [
+ 115.469,
+ 115.869
+ ]
+ },
+ {
+ "city": "Anqing",
+ "lat": [
+ 30.3318,
+ 30.7318
+ ],
+ "lon": [
+ 116.9153,
+ 117.31530000000001
+ ]
+ },
+ {
+ "city": "Zhangjiakou",
+ "lat": [
+ 40.568999999999996,
+ 40.969
+ ],
+ "lon": [
+ 114.68599999999999,
+ 115.086
+ ]
+ },
+ {
+ "city": "Zhaoqing",
+ "lat": [
+ 22.85,
+ 23.25
+ ],
+ "lon": [
+ 112.2667,
+ 112.6667
+ ]
+ },
+ {
+ "city": "Shijiazhuang",
+ "lat": [
+ 37.842499999999994,
+ 38.2425
+ ],
+ "lon": [
+ 114.31,
+ 114.71000000000001
+ ]
+ },
+ {
+ "city": "Ningbo",
+ "lat": [
+ 29.6603,
+ 30.060299999999998
+ ],
+ "lon": [
+ 121.4245,
+ 121.8245
+ ]
+ },
+ {
+ "city": "Qiqihar",
+ "lat": [
+ 47.1549,
+ 47.5549
+ ],
+ "lon": [
+ 123.7182,
+ 124.1182
+ ]
+ },
+ {
+ "city": "Liuzhou",
+ "lat": [
+ 24.1278,
+ 24.5278
+ ],
+ "lon": [
+ 109.2278,
+ 109.62780000000001
+ ]
+ },
+ {
+ "city": "Chifeng",
+ "lat": [
+ 42.055,
+ 42.455000000000005
+ ],
+ "lon": [
+ 118.68249999999999,
+ 119.0825
+ ]
+ },
+ {
+ "city": "Xiaoxita",
+ "lat": [
+ 30.492,
+ 30.892
+ ],
+ "lon": [
+ 111.087,
+ 111.48700000000001
+ ]
+ },
+ {
+ "city": "Linfen",
+ "lat": [
+ 35.888,
+ 36.288000000000004
+ ],
+ "lon": [
+ 111.319,
+ 111.71900000000001
+ ]
+ },
+ {
+ "city": "Xianyang",
+ "lat": [
+ 34.1299,
+ 34.529900000000005
+ ],
+ "lon": [
+ 108.5088,
+ 108.9088
+ ]
+ },
+ {
+ "city": "Chuzhou",
+ "lat": [
+ 32.056,
+ 32.456
+ ],
+ "lon": [
+ 118.133,
+ 118.533
+ ]
+ },
+ {
+ "city": "Zhuzhou",
+ "lat": [
+ 27.629,
+ 28.029
+ ],
+ "lon": [
+ 112.93299999999999,
+ 113.333
+ ]
+ },
+ {
+ "city": "Taiyuan",
+ "lat": [
+ 37.670399999999994,
+ 38.0704
+ ],
+ "lon": [
+ 112.3497,
+ 112.7497
+ ]
+ },
+ {
+ "city": "Qingyuan",
+ "lat": [
+ 23.482,
+ 23.881999999999998
+ ],
+ "lon": [
+ 112.856,
+ 113.256
+ ]
+ },
+ {
+ "city": "Meizhou",
+ "lat": [
+ 24.089000000000002,
+ 24.489
+ ],
+ "lon": [
+ 115.922,
+ 116.322
+ ]
+ },
+ {
+ "city": "Yiyang",
+ "lat": [
+ 28.3549,
+ 28.7549
+ ],
+ "lon": [
+ 112.15599999999999,
+ 112.556
+ ]
+ },
+ {
+ "city": "Nanning",
+ "lat": [
+ 22.6167,
+ 23.0167
+ ],
+ "lon": [
+ 108.1275,
+ 108.5275
+ ]
+ },
+ {
+ "city": "Harbin",
+ "lat": [
+ 45.557599999999994,
+ 45.9576
+ ],
+ "lon": [
+ 126.4409,
+ 126.8409
+ ]
+ },
+ {
+ "city": "Loudi",
+ "lat": [
+ 27.4998,
+ 27.8998
+ ],
+ "lon": [
+ 111.7944,
+ 112.1944
+ ]
+ },
+ {
+ "city": "Suihua",
+ "lat": [
+ 46.454,
+ 46.854000000000006
+ ],
+ "lon": [
+ 126.76899999999999,
+ 127.169
+ ]
+ },
+ {
+ "city": "Binzhou",
+ "lat": [
+ 37.183,
+ 37.583000000000006
+ ],
+ "lon": [
+ 117.771,
+ 118.171
+ ]
+ },
+ {
+ "city": "Zaozhuang",
+ "lat": [
+ 34.610899999999994,
+ 35.0109
+ ],
+ "lon": [
+ 117.1238,
+ 117.52380000000001
+ ]
+ },
+ {
+ "city": "Xiamen",
+ "lat": [
+ 24.279600000000002,
+ 24.6796
+ ],
+ "lon": [
+ 117.88889999999999,
+ 118.2889
+ ]
+ },
+ {
+ "city": "Fuzhou",
+ "lat": [
+ 25.8743,
+ 26.2743
+ ],
+ "lon": [
+ 119.0964,
+ 119.49640000000001
+ ]
+ },
+ {
+ "city": "Wuhu",
+ "lat": [
+ 31.1526,
+ 31.552599999999998
+ ],
+ "lon": [
+ 118.2331,
+ 118.6331
+ ]
+ },
+ {
+ "city": "Yulinshi",
+ "lat": [
+ 38.0858,
+ 38.485800000000005
+ ],
+ "lon": [
+ 109.5341,
+ 109.9341
+ ]
+ },
+ {
+ "city": "Fuzhou",
+ "lat": [
+ 27.749000000000002,
+ 28.149
+ ],
+ "lon": [
+ 116.158,
+ 116.558
+ ]
+ },
+ {
+ "city": "Wenzhou",
+ "lat": [
+ 27.7938,
+ 28.1938
+ ],
+ "lon": [
+ 120.49929999999999,
+ 120.8993
+ ]
+ },
+ {
+ "city": "Changzhou",
+ "lat": [
+ 31.611,
+ 32.011
+ ],
+ "lon": [
+ 119.774,
+ 120.174
+ ]
+ },
+ {
+ "city": "Puyang",
+ "lat": [
+ 35.5627,
+ 35.962700000000005
+ ],
+ "lon": [
+ 114.8292,
+ 115.2292
+ ]
+ },
+ {
+ "city": "Nanchang",
+ "lat": [
+ 28.483,
+ 28.883
+ ],
+ "lon": [
+ 115.658,
+ 116.058
+ ]
+ },
+ {
+ "city": "Baicheng",
+ "lat": [
+ 23.703,
+ 24.102999999999998
+ ],
+ "lon": [
+ 106.419,
+ 106.819
+ ]
+ },
+ {
+ "city": "Jiaozuo",
+ "lat": [
+ 35.015699999999995,
+ 35.4157
+ ],
+ "lon": [
+ 113.0419,
+ 113.4419
+ ]
+ },
+ {
+ "city": "Deyang",
+ "lat": [
+ 30.927,
+ 31.326999999999998
+ ],
+ "lon": [
+ 104.198,
+ 104.598
+ ]
+ },
+ {
+ "city": "Hechi",
+ "lat": [
+ 24.493000000000002,
+ 24.893
+ ],
+ "lon": [
+ 107.88499999999999,
+ 108.285
+ ]
+ },
+ {
+ "city": "Tangshan",
+ "lat": [
+ 39.429399999999994,
+ 39.8294
+ ],
+ "lon": [
+ 117.9739,
+ 118.3739
+ ]
+ },
+ {
+ "city": "Anshan",
+ "lat": [
+ 40.907999999999994,
+ 41.308
+ ],
+ "lon": [
+ 122.794,
+ 123.194
+ ]
+ },
+ {
+ "city": "Guozhen",
+ "lat": [
+ 34.1609,
+ 34.560900000000004
+ ],
+ "lon": [
+ 106.9751,
+ 107.3751
+ ]
+ },
+ {
+ "city": "Baojishi",
+ "lat": [
+ 34.163,
+ 34.563
+ ],
+ "lon": [
+ 107.038,
+ 107.438
+ ]
+ },
+ {
+ "city": "Qinzhou",
+ "lat": [
+ 21.781000000000002,
+ 22.181
+ ],
+ "lon": [
+ 108.454,
+ 108.854
+ ]
+ },
+ {
+ "city": "Guiyang",
+ "lat": [
+ 26.447,
+ 26.846999999999998
+ ],
+ "lon": [
+ 106.42999999999999,
+ 106.83
+ ]
+ },
+ {
+ "city": "Wuxi",
+ "lat": [
+ 31.3667,
+ 31.7667
+ ],
+ "lon": [
+ 120.0833,
+ 120.4833
+ ]
+ },
+ {
+ "city": "Hanzhong",
+ "lat": [
+ 32.8664,
+ 33.266400000000004
+ ],
+ "lon": [
+ 106.8232,
+ 107.2232
+ ]
+ },
+ {
+ "city": "Shiyan",
+ "lat": [
+ 32.428999999999995,
+ 32.829
+ ],
+ "lon": [
+ 110.5987,
+ 110.9987
+ ]
+ },
+ {
+ "city": "Guang\u2019an",
+ "lat": [
+ 30.2564,
+ 30.656399999999998
+ ],
+ "lon": [
+ 106.4326,
+ 106.8326
+ ]
+ },
+ {
+ "city": "Changzhi",
+ "lat": [
+ 35.995,
+ 36.395
+ ],
+ "lon": [
+ 112.917,
+ 113.31700000000001
+ ]
+ },
+ {
+ "city": "Tongren",
+ "lat": [
+ 27.5316,
+ 27.9316
+ ],
+ "lon": [
+ 108.98949999999999,
+ 109.3895
+ ]
+ },
+ {
+ "city": "Bengbu",
+ "lat": [
+ 32.717,
+ 33.117000000000004
+ ],
+ "lon": [
+ 117.189,
+ 117.589
+ ]
+ },
+ {
+ "city": "Leshan",
+ "lat": [
+ 29.352,
+ 29.752
+ ],
+ "lon": [
+ 103.566,
+ 103.96600000000001
+ ]
+ },
+ {
+ "city": "Neijiang",
+ "lat": [
+ 29.380200000000002,
+ 29.7802
+ ],
+ "lon": [
+ 104.858,
+ 105.25800000000001
+ ]
+ },
+ {
+ "city": "Zhenjiang",
+ "lat": [
+ 31.988000000000003,
+ 32.388000000000005
+ ],
+ "lon": [
+ 119.224,
+ 119.62400000000001
+ ]
+ },
+ {
+ "city": "Qinhuangdao",
+ "lat": [
+ 39.688199999999995,
+ 40.0882
+ ],
+ "lon": [
+ 119.3202,
+ 119.7202
+ ]
+ },
+ {
+ "city": "Lanzhou",
+ "lat": [
+ 35.8606,
+ 36.260600000000004
+ ],
+ "lon": [
+ 103.6268,
+ 104.02680000000001
+ ]
+ },
+ {
+ "city": "Qincheng",
+ "lat": [
+ 34.381499999999996,
+ 34.7815
+ ],
+ "lon": [
+ 105.5248,
+ 105.9248
+ ]
+ },
+ {
+ "city": "Meishan",
+ "lat": [
+ 29.877100000000002,
+ 30.2771
+ ],
+ "lon": [
+ 103.6484,
+ 104.0484
+ ]
+ },
+ {
+ "city": "Ningde",
+ "lat": [
+ 26.4662,
+ 26.8662
+ ],
+ "lon": [
+ 119.3477,
+ 119.74770000000001
+ ]
+ },
+ {
+ "city": "Zhongshan",
+ "lat": [
+ 22.317,
+ 22.717
+ ],
+ "lon": [
+ 113.1925,
+ 113.5925
+ ]
+ },
+ {
+ "city": "Putian",
+ "lat": [
+ 25.2526,
+ 25.6526
+ ],
+ "lon": [
+ 118.8078,
+ 119.2078
+ ]
+ },
+ {
+ "city": "Tongliao",
+ "lat": [
+ 43.454,
+ 43.854000000000006
+ ],
+ "lon": [
+ 122.04299999999999,
+ 122.443
+ ]
+ },
+ {
+ "city": "Chaoyang",
+ "lat": [
+ 41.370999999999995,
+ 41.771
+ ],
+ "lon": [
+ 120.253,
+ 120.653
+ ]
+ },
+ {
+ "city": "Hohhot",
+ "lat": [
+ 40.641999999999996,
+ 41.042
+ ],
+ "lon": [
+ 111.54899999999999,
+ 111.949
+ ]
+ },
+ {
+ "city": "Shaoguan",
+ "lat": [
+ 24.611,
+ 25.011
+ ],
+ "lon": [
+ 113.39699999999999,
+ 113.797
+ ]
+ },
+ {
+ "city": "Heyuan",
+ "lat": [
+ 23.5443,
+ 23.9443
+ ],
+ "lon": [
+ 114.50019999999999,
+ 114.9002
+ ]
+ },
+ {
+ "city": "Wuzhou",
+ "lat": [
+ 23.2767,
+ 23.6767
+ ],
+ "lon": [
+ 111.079,
+ 111.479
+ ]
+ },
+ {
+ "city": "Suining",
+ "lat": [
+ 30.333000000000002,
+ 30.733
+ ],
+ "lon": [
+ 105.393,
+ 105.793
+ ]
+ },
+ {
+ "city": "Weihai",
+ "lat": [
+ 37.3133,
+ 37.713300000000004
+ ],
+ "lon": [
+ 121.9205,
+ 122.32050000000001
+ ]
+ },
+ {
+ "city": "Rizhao",
+ "lat": [
+ 35.217,
+ 35.617000000000004
+ ],
+ "lon": [
+ 119.327,
+ 119.727
+ ]
+ },
+ {
+ "city": "Daqing",
+ "lat": [
+ 46.388999999999996,
+ 46.789
+ ],
+ "lon": [
+ 124.904,
+ 125.304
+ ]
+ },
+ {
+ "city": "Xiangtan",
+ "lat": [
+ 27.6313,
+ 28.031299999999998
+ ],
+ "lon": [
+ 112.7454,
+ 113.14540000000001
+ ]
+ },
+ {
+ "city": "Bazhou",
+ "lat": [
+ 31.668,
+ 32.068
+ ],
+ "lon": [
+ 106.548,
+ 106.94800000000001
+ ]
+ },
+ {
+ "city": "Handan",
+ "lat": [
+ 36.400999999999996,
+ 36.801
+ ],
+ "lon": [
+ 114.28699999999999,
+ 114.687
+ ]
+ },
+ {
+ "city": "Jinzhou",
+ "lat": [
+ 40.928999999999995,
+ 41.329
+ ],
+ "lon": [
+ 120.948,
+ 121.348
+ ]
+ },
+ {
+ "city": "Xinzhou",
+ "lat": [
+ 38.215999999999994,
+ 38.616
+ ],
+ "lon": [
+ 112.53399999999999,
+ 112.934
+ ]
+ },
+ {
+ "city": "Nanping",
+ "lat": [
+ 26.4418,
+ 26.8418
+ ],
+ "lon": [
+ 117.9774,
+ 118.37740000000001
+ ]
+ },
+ {
+ "city": "Shanwei",
+ "lat": [
+ 22.5872,
+ 22.987199999999998
+ ],
+ "lon": [
+ 115.1756,
+ 115.57560000000001
+ ]
+ },
+ {
+ "city": "Chaozhou",
+ "lat": [
+ 23.458000000000002,
+ 23.858
+ ],
+ "lon": [
+ 116.422,
+ 116.822
+ ]
+ },
+ {
+ "city": "Baotou",
+ "lat": [
+ 40.421299999999995,
+ 40.8213
+ ],
+ "lon": [
+ 109.75319999999999,
+ 110.1532
+ ]
+ },
+ {
+ "city": "Longyan",
+ "lat": [
+ 24.876,
+ 25.276
+ ],
+ "lon": [
+ 116.817,
+ 117.217
+ ]
+ },
+ {
+ "city": "Weifang",
+ "lat": [
+ 36.507999999999996,
+ 36.908
+ ],
+ "lon": [
+ 118.962,
+ 119.36200000000001
+ ]
+ },
+ {
+ "city": "Huai\u2019an",
+ "lat": [
+ 33.351,
+ 33.751000000000005
+ ],
+ "lon": [
+ 118.913,
+ 119.313
+ ]
+ },
+ {
+ "city": "Zibo",
+ "lat": [
+ 36.6138,
+ 37.0138
+ ],
+ "lon": [
+ 117.855,
+ 118.25500000000001
+ ]
+ },
+ {
+ "city": "Gulou",
+ "lat": [
+ 25.8865,
+ 26.2865
+ ],
+ "lon": [
+ 119.098,
+ 119.498
+ ]
+ },
+ {
+ "city": "Yangjiang",
+ "lat": [
+ 21.657,
+ 22.057
+ ],
+ "lon": [
+ 111.783,
+ 112.183
+ ]
+ },
+ {
+ "city": "Dingxi",
+ "lat": [
+ 35.407999999999994,
+ 35.808
+ ],
+ "lon": [
+ 104.392,
+ 104.792
+ ]
+ },
+ {
+ "city": "Shaoxing",
+ "lat": [
+ 29.851100000000002,
+ 30.2511
+ ],
+ "lon": [
+ 120.38329999999999,
+ 120.7833
+ ]
+ },
+ {
+ "city": "Yantai",
+ "lat": [
+ 37.264599999999994,
+ 37.6646
+ ],
+ "lon": [
+ 121.2478,
+ 121.6478
+ ]
+ },
+ {
+ "city": "Huizhou",
+ "lat": [
+ 22.912,
+ 23.311999999999998
+ ],
+ "lon": [
+ 114.216,
+ 114.616
+ ]
+ },
+ {
+ "city": "Xuanzhou",
+ "lat": [
+ 30.739,
+ 31.139
+ ],
+ "lon": [
+ 118.559,
+ 118.959
+ ]
+ },
+ {
+ "city": "Ankang",
+ "lat": [
+ 32.4854,
+ 32.885400000000004
+ ],
+ "lon": [
+ 108.829,
+ 109.229
+ ]
+ },
+ {
+ "city": "Zigong",
+ "lat": [
+ 29.139,
+ 29.538999999999998
+ ],
+ "lon": [
+ 104.579,
+ 104.979
+ ]
+ },
+ {
+ "city": "Sanming",
+ "lat": [
+ 26.0634,
+ 26.4634
+ ],
+ "lon": [
+ 117.4389,
+ 117.83890000000001
+ ]
+ },
+ {
+ "city": "Huangshi",
+ "lat": [
+ 30.0011,
+ 30.4011
+ ],
+ "lon": [
+ 114.839,
+ 115.239
+ ]
+ },
+ {
+ "city": "Zhuhai",
+ "lat": [
+ 22.0742,
+ 22.4742
+ ],
+ "lon": [
+ 113.3719,
+ 113.7719
+ ]
+ },
+ {
+ "city": "Huludao",
+ "lat": [
+ 40.510999999999996,
+ 40.911
+ ],
+ "lon": [
+ 120.637,
+ 121.037
+ ]
+ },
+ {
+ "city": "Baoshan",
+ "lat": [
+ 24.912,
+ 25.311999999999998
+ ],
+ "lon": [
+ 98.961,
+ 99.361
+ ]
+ },
+ {
+ "city": "Lianshan",
+ "lat": [
+ 40.552299999999995,
+ 40.9523
+ ],
+ "lon": [
+ 120.628,
+ 121.028
+ ]
+ },
+ {
+ "city": "Longba",
+ "lat": [
+ 33.170199999999994,
+ 33.5702
+ ],
+ "lon": [
+ 104.7603,
+ 105.1603
+ ]
+ },
+ {
+ "city": "Tieling",
+ "lat": [
+ 42.0237,
+ 42.423700000000004
+ ],
+ "lon": [
+ 123.526,
+ 123.926
+ ]
+ },
+ {
+ "city": "Yunfu",
+ "lat": [
+ 22.7152,
+ 23.115199999999998
+ ],
+ "lon": [
+ 111.8445,
+ 112.2445
+ ]
+ },
+ {
+ "city": "Luoyang",
+ "lat": [
+ 34.4197,
+ 34.819700000000005
+ ],
+ "lon": [
+ 112.2539,
+ 112.65390000000001
+ ]
+ },
+ {
+ "city": "Luohe",
+ "lat": [
+ 33.380399999999995,
+ 33.7804
+ ],
+ "lon": [
+ 113.8166,
+ 114.2166
+ ]
+ },
+ {
+ "city": "Anshun",
+ "lat": [
+ 26.0531,
+ 26.4531
+ ],
+ "lon": [
+ 105.74759999999999,
+ 106.1476
+ ]
+ },
+ {
+ "city": "Huainan",
+ "lat": [
+ 32.4314,
+ 32.8314
+ ],
+ "lon": [
+ 116.8194,
+ 117.21940000000001
+ ]
+ },
+ {
+ "city": "Yanjiang",
+ "lat": [
+ 29.929000000000002,
+ 30.329
+ ],
+ "lon": [
+ 104.42699999999999,
+ 104.827
+ ]
+ },
+ {
+ "city": "Guangyuan",
+ "lat": [
+ 32.236,
+ 32.636
+ ],
+ "lon": [
+ 105.64399999999999,
+ 106.044
+ ]
+ },
+ {
+ "city": "Yingkou",
+ "lat": [
+ 40.425,
+ 40.825
+ ],
+ "lon": [
+ 122.01899999999999,
+ 122.419
+ ]
+ },
+ {
+ "city": "Mudanjiang",
+ "lat": [
+ 44.3514,
+ 44.751400000000004
+ ],
+ "lon": [
+ 129.43290000000002,
+ 129.8329
+ ]
+ },
+ {
+ "city": "Nantong",
+ "lat": [
+ 31.781000000000002,
+ 32.181000000000004
+ ],
+ "lon": [
+ 120.694,
+ 121.09400000000001
+ ]
+ },
+ {
+ "city": "Lincang",
+ "lat": [
+ 23.684,
+ 24.084
+ ],
+ "lon": [
+ 99.889,
+ 100.289
+ ]
+ },
+ {
+ "city": "Haikou",
+ "lat": [
+ 19.8186,
+ 20.2186
+ ],
+ "lon": [
+ 110.1488,
+ 110.5488
+ ]
+ },
+ {
+ "city": "Yuxi",
+ "lat": [
+ 24.147000000000002,
+ 24.547
+ ],
+ "lon": [
+ 102.327,
+ 102.727
+ ]
+ },
+ {
+ "city": "Xining",
+ "lat": [
+ 36.422399999999996,
+ 36.8224
+ ],
+ "lon": [
+ 101.5804,
+ 101.9804
+ ]
+ },
+ {
+ "city": "Jincheng",
+ "lat": [
+ 35.291,
+ 35.691
+ ],
+ "lon": [
+ 112.652,
+ 113.052
+ ]
+ },
+ {
+ "city": "Dandong",
+ "lat": [
+ 39.9167,
+ 40.316700000000004
+ ],
+ "lon": [
+ 124.1833,
+ 124.58330000000001
+ ]
+ },
+ {
+ "city": "Yan\u2019an",
+ "lat": [
+ 36.449999999999996,
+ 36.85
+ ],
+ "lon": [
+ 109.294,
+ 109.694
+ ]
+ },
+ {
+ "city": "Qinbaling",
+ "lat": [
+ 35.5091,
+ 35.9091
+ ],
+ "lon": [
+ 107.4436,
+ 107.84360000000001
+ ]
+ },
+ {
+ "city": "Gaoping",
+ "lat": [
+ 30.5824,
+ 30.9824
+ ],
+ "lon": [
+ 105.9281,
+ 106.3281
+ ]
+ },
+ {
+ "city": "Taizhou",
+ "lat": [
+ 28.4557,
+ 28.8557
+ ],
+ "lon": [
+ 121.2208,
+ 121.6208
+ ]
+ },
+ {
+ "city": "Ma\u2019anshan",
+ "lat": [
+ 31.469,
+ 31.869
+ ],
+ "lon": [
+ 118.307,
+ 118.70700000000001
+ ]
+ },
+ {
+ "city": "Jiamusi",
+ "lat": [
+ 46.599999999999994,
+ 47.0
+ ],
+ "lon": [
+ 130.119,
+ 130.51899999999998
+ ]
+ },
+ {
+ "city": "Lishui",
+ "lat": [
+ 28.268,
+ 28.668
+ ],
+ "lon": [
+ 119.723,
+ 120.123
+ ]
+ },
+ {
+ "city": "Chongzuo",
+ "lat": [
+ 22.177,
+ 22.576999999999998
+ ],
+ "lon": [
+ 107.16499999999999,
+ 107.565
+ ]
+ },
+ {
+ "city": "Laibin",
+ "lat": [
+ 23.5501,
+ 23.9501
+ ],
+ "lon": [
+ 109.0212,
+ 109.4212
+ ]
+ },
+ {
+ "city": "Qingyang",
+ "lat": [
+ 24.5816,
+ 24.9816
+ ],
+ "lon": [
+ 118.3517,
+ 118.7517
+ ]
+ },
+ {
+ "city": "Shangzhou",
+ "lat": [
+ 33.673399999999994,
+ 34.0734
+ ],
+ "lon": [
+ 109.7186,
+ 110.1186
+ ]
+ },
+ {
+ "city": "Shengli",
+ "lat": [
+ 37.233999999999995,
+ 37.634
+ ],
+ "lon": [
+ 118.4746,
+ 118.8746
+ ]
+ },
+ {
+ "city": "Sanmenxia",
+ "lat": [
+ 34.5732,
+ 34.973200000000006
+ ],
+ "lon": [
+ 111.0004,
+ 111.4004
+ ]
+ },
+ {
+ "city": "Hezhou",
+ "lat": [
+ 24.2042,
+ 24.6042
+ ],
+ "lon": [
+ 111.3672,
+ 111.7672
+ ]
+ },
+ {
+ "city": "Puning",
+ "lat": [
+ 23.098,
+ 23.497999999999998
+ ],
+ "lon": [
+ 115.966,
+ 116.366
+ ]
+ },
+ {
+ "city": "Huaibei",
+ "lat": [
+ 33.756,
+ 34.156000000000006
+ ],
+ "lon": [
+ 116.598,
+ 116.998
+ ]
+ },
+ {
+ "city": "Songjiang",
+ "lat": [
+ 30.8058,
+ 31.2058
+ ],
+ "lon": [
+ 121.0333,
+ 121.4333
+ ]
+ },
+ {
+ "city": "Yinchuan",
+ "lat": [
+ 38.285,
+ 38.685
+ ],
+ "lon": [
+ 106.02499999999999,
+ 106.425
+ ]
+ },
+ {
+ "city": "Fushun",
+ "lat": [
+ 41.681,
+ 42.081
+ ],
+ "lon": [
+ 123.75699999999999,
+ 124.157
+ ]
+ },
+ {
+ "city": "Pingliang",
+ "lat": [
+ 35.3424,
+ 35.7424
+ ],
+ "lon": [
+ 106.4649,
+ 106.8649
+ ]
+ },
+ {
+ "city": "Siping",
+ "lat": [
+ 42.9668,
+ 43.366800000000005
+ ],
+ "lon": [
+ 124.1506,
+ 124.5506
+ ]
+ },
+ {
+ "city": "Pingxiang",
+ "lat": [
+ 27.459,
+ 27.858999999999998
+ ],
+ "lon": [
+ 113.687,
+ 114.087
+ ]
+ },
+ {
+ "city": "Shuyangzha",
+ "lat": [
+ 33.929899999999996,
+ 34.3299
+ ],
+ "lon": [
+ 118.57339999999999,
+ 118.9734
+ ]
+ },
+ {
+ "city": "Beihai",
+ "lat": [
+ 21.281000000000002,
+ 21.681
+ ],
+ "lon": [
+ 108.92,
+ 109.32000000000001
+ ]
+ },
+ {
+ "city": "Sanzhou",
+ "lat": [
+ 30.62,
+ 31.02
+ ],
+ "lon": [
+ 108.2,
+ 108.60000000000001
+ ]
+ },
+ {
+ "city": "Ximeicun",
+ "lat": [
+ 24.761200000000002,
+ 25.1612
+ ],
+ "lon": [
+ 118.1849,
+ 118.5849
+ ]
+ },
+ {
+ "city": "Yushan",
+ "lat": [
+ 31.122,
+ 31.522
+ ],
+ "lon": [
+ 120.785,
+ 121.185
+ ]
+ },
+ {
+ "city": "Fuxin",
+ "lat": [
+ 41.821999999999996,
+ 42.222
+ ],
+ "lon": [
+ 121.47,
+ 121.87
+ ]
+ },
+ {
+ "city": "Jingdezhen",
+ "lat": [
+ 29.0917,
+ 29.491699999999998
+ ],
+ "lon": [
+ 116.9986,
+ 117.3986
+ ]
+ },
+ {
+ "city": "Liaoyang",
+ "lat": [
+ 41.079,
+ 41.479000000000006
+ ],
+ "lon": [
+ 122.976,
+ 123.376
+ ]
+ },
+ {
+ "city": "Jiangyin",
+ "lat": [
+ 31.639,
+ 32.039
+ ],
+ "lon": [
+ 120.095,
+ 120.495
+ ]
+ },
+ {
+ "city": "Shuozhou",
+ "lat": [
+ 39.131699999999995,
+ 39.5317
+ ],
+ "lon": [
+ 112.2329,
+ 112.6329
+ ]
+ },
+ {
+ "city": "Chengtangcun",
+ "lat": [
+ 34.8833,
+ 35.283300000000004
+ ],
+ "lon": [
+ 116.95,
+ 117.35000000000001
+ ]
+ },
+ {
+ "city": "Hebi",
+ "lat": [
+ 35.547999999999995,
+ 35.948
+ ],
+ "lon": [
+ 114.097,
+ 114.497
+ ]
+ },
+ {
+ "city": "Huzhou",
+ "lat": [
+ 30.6925,
+ 31.092499999999998
+ ],
+ "lon": [
+ 119.8875,
+ 120.28750000000001
+ ]
+ },
+ {
+ "city": "Baicheng",
+ "lat": [
+ 45.419999999999995,
+ 45.82
+ ],
+ "lon": [
+ 122.63799999999999,
+ 123.038
+ ]
+ },
+ {
+ "city": "Shaoyang",
+ "lat": [
+ 32.711999999999996,
+ 33.112
+ ],
+ "lon": [
+ 119.65259999999999,
+ 120.0526
+ ]
+ },
+ {
+ "city": "Jiaxing",
+ "lat": [
+ 30.547,
+ 30.947
+ ],
+ "lon": [
+ 120.556,
+ 120.956
+ ]
+ },
+ {
+ "city": "Zhangjiajie",
+ "lat": [
+ 28.917,
+ 29.317
+ ],
+ "lon": [
+ 110.279,
+ 110.679
+ ]
+ },
+ {
+ "city": "Baiyin",
+ "lat": [
+ 36.345099999999995,
+ 36.7451
+ ],
+ "lon": [
+ 103.9389,
+ 104.33890000000001
+ ]
+ },
+ {
+ "city": "Guiping",
+ "lat": [
+ 23.2,
+ 23.599999999999998
+ ],
+ "lon": [
+ 109.88329999999999,
+ 110.2833
+ ]
+ },
+ {
+ "city": "Changshu",
+ "lat": [
+ 31.456,
+ 31.855999999999998
+ ],
+ "lon": [
+ 120.553,
+ 120.953
+ ]
+ },
+ {
+ "city": "Jixi",
+ "lat": [
+ 45.095,
+ 45.495000000000005
+ ],
+ "lon": [
+ 130.769,
+ 131.16899999999998
+ ]
+ },
+ {
+ "city": "Xushan",
+ "lat": [
+ 29.9667,
+ 30.366699999999998
+ ],
+ "lon": [
+ 121.0333,
+ 121.4333
+ ]
+ },
+ {
+ "city": "Wuwei",
+ "lat": [
+ 37.729,
+ 38.129000000000005
+ ],
+ "lon": [
+ 102.438,
+ 102.83800000000001
+ ]
+ },
+ {
+ "city": "Jinhua",
+ "lat": [
+ 28.879,
+ 29.279
+ ],
+ "lon": [
+ 119.447,
+ 119.84700000000001
+ ]
+ },
+ {
+ "city": "Pizhou",
+ "lat": [
+ 34.198,
+ 34.598000000000006
+ ],
+ "lon": [
+ 117.69,
+ 118.09
+ ]
+ },
+ {
+ "city": "Yangshe",
+ "lat": [
+ 31.6767,
+ 32.0767
+ ],
+ "lon": [
+ 120.356,
+ 120.756
+ ]
+ },
+ {
+ "city": "Yucheng",
+ "lat": [
+ 29.810000000000002,
+ 30.21
+ ],
+ "lon": [
+ 102.8415,
+ 103.2415
+ ]
+ },
+ {
+ "city": "Rui\u2019an",
+ "lat": [
+ 27.5833,
+ 27.9833
+ ],
+ "lon": [
+ 120.425,
+ 120.825
+ ]
+ },
+ {
+ "city": "Wenling",
+ "lat": [
+ 28.166700000000002,
+ 28.5667
+ ],
+ "lon": [
+ 121.16669999999999,
+ 121.5667
+ ]
+ },
+ {
+ "city": "Lianjiang",
+ "lat": [
+ 21.5333,
+ 21.9333
+ ],
+ "lon": [
+ 110.0833,
+ 110.4833
+ ]
+ },
+ {
+ "city": "Chizhou",
+ "lat": [
+ 30.465400000000002,
+ 30.8654
+ ],
+ "lon": [
+ 117.2916,
+ 117.69160000000001
+ ]
+ },
+ {
+ "city": "Huangshan",
+ "lat": [
+ 29.5149,
+ 29.9149
+ ],
+ "lon": [
+ 118.13759999999999,
+ 118.5376
+ ]
+ },
+ {
+ "city": "Gaozhou",
+ "lat": [
+ 21.7244,
+ 22.124399999999998
+ ],
+ "lon": [
+ 110.6422,
+ 111.04220000000001
+ ]
+ },
+ {
+ "city": "Benxi",
+ "lat": [
+ 41.103899999999996,
+ 41.5039
+ ],
+ "lon": [
+ 123.5649,
+ 123.9649
+ ]
+ },
+ {
+ "city": "Leizhou",
+ "lat": [
+ 20.7143,
+ 21.1143
+ ],
+ "lon": [
+ 109.8967,
+ 110.2967
+ ]
+ },
+ {
+ "city": "Yangquan",
+ "lat": [
+ 37.6571,
+ 38.057100000000005
+ ],
+ "lon": [
+ 113.3804,
+ 113.7804
+ ]
+ },
+ {
+ "city": "Fuqing",
+ "lat": [
+ 25.5167,
+ 25.9167
+ ],
+ "lon": [
+ 119.1833,
+ 119.58330000000001
+ ]
+ },
+ {
+ "city": "Xintai",
+ "lat": [
+ 35.708999999999996,
+ 36.109
+ ],
+ "lon": [
+ 117.568,
+ 117.968
+ ]
+ },
+ {
+ "city": "Wusong",
+ "lat": [
+ 30.745,
+ 31.145
+ ],
+ "lon": [
+ 117.611,
+ 118.01100000000001
+ ]
+ },
+ {
+ "city": "Tongling",
+ "lat": [
+ 30.7456,
+ 31.145599999999998
+ ],
+ "lon": [
+ 117.6114,
+ 118.01140000000001
+ ]
+ },
+ {
+ "city": "Kuaidamao",
+ "lat": [
+ 41.528299999999994,
+ 41.9283
+ ],
+ "lon": [
+ 125.7397,
+ 126.1397
+ ]
+ },
+ {
+ "city": "Huazhou",
+ "lat": [
+ 21.464000000000002,
+ 21.864
+ ],
+ "lon": [
+ 110.4396,
+ 110.8396
+ ]
+ },
+ {
+ "city": "Wuzhong",
+ "lat": [
+ 37.797799999999995,
+ 38.1978
+ ],
+ "lon": [
+ 105.9986,
+ 106.3986
+ ]
+ },
+ {
+ "city": "Xiantao",
+ "lat": [
+ 30.128,
+ 30.528
+ ],
+ "lon": [
+ 113.243,
+ 113.643
+ ]
+ },
+ {
+ "city": "Huaiyin",
+ "lat": [
+ 33.381899999999995,
+ 33.7819
+ ],
+ "lon": [
+ 118.828,
+ 119.22800000000001
+ ]
+ },
+ {
+ "city": "Yutan",
+ "lat": [
+ 28.078,
+ 28.477999999999998
+ ],
+ "lon": [
+ 112.352,
+ 112.75200000000001
+ ]
+ },
+ {
+ "city": "Dayan",
+ "lat": [
+ 26.6552,
+ 27.0552
+ ],
+ "lon": [
+ 100.0259,
+ 100.4259
+ ]
+ },
+ {
+ "city": "Laiwu",
+ "lat": [
+ 35.9833,
+ 36.383300000000006
+ ],
+ "lon": [
+ 117.4667,
+ 117.86670000000001
+ ]
+ },
+ {
+ "city": "Huazhou",
+ "lat": [
+ 32.488,
+ 32.888000000000005
+ ],
+ "lon": [
+ 111.887,
+ 112.287
+ ]
+ },
+ {
+ "city": "Rucheng",
+ "lat": [
+ 32.046,
+ 32.446000000000005
+ ],
+ "lon": [
+ 120.39099999999999,
+ 120.791
+ ]
+ },
+ {
+ "city": "Yongcheng",
+ "lat": [
+ 33.7299,
+ 34.129900000000006
+ ],
+ "lon": [
+ 116.25,
+ 116.65
+ ]
+ },
+ {
+ "city": "Yiwu",
+ "lat": [
+ 29.1069,
+ 29.506899999999998
+ ],
+ "lon": [
+ 119.8753,
+ 120.2753
+ ]
+ },
+ {
+ "city": "Dadukou",
+ "lat": [
+ 26.3824,
+ 26.7824
+ ],
+ "lon": [
+ 101.5184,
+ 101.9184
+ ]
+ },
+ {
+ "city": "Lingcheng",
+ "lat": [
+ 22.508,
+ 22.907999999999998
+ ],
+ "lon": [
+ 110.154,
+ 110.554
+ ]
+ },
+ {
+ "city": "Shuangyashan",
+ "lat": [
+ 46.4762,
+ 46.876200000000004
+ ],
+ "lon": [
+ 130.94160000000002,
+ 131.3416
+ ]
+ },
+ {
+ "city": "Pingdu",
+ "lat": [
+ 36.576899999999995,
+ 36.9769
+ ],
+ "lon": [
+ 119.7884,
+ 120.1884
+ ]
+ },
+ {
+ "city": "Rongcheng",
+ "lat": [
+ 26.018,
+ 26.418
+ ],
+ "lon": [
+ 103.90299999999999,
+ 104.303
+ ]
+ },
+ {
+ "city": "Xinyu",
+ "lat": [
+ 27.6186,
+ 28.0186
+ ],
+ "lon": [
+ 114.7167,
+ 115.11670000000001
+ ]
+ },
+ {
+ "city": "Xinhualu",
+ "lat": [
+ 34.1964,
+ 34.5964
+ ],
+ "lon": [
+ 113.5402,
+ 113.9402
+ ]
+ },
+ {
+ "city": "Guankou",
+ "lat": [
+ 27.9637,
+ 28.363699999999998
+ ],
+ "lon": [
+ 113.4433,
+ 113.8433
+ ]
+ },
+ {
+ "city": "Jingling",
+ "lat": [
+ 30.464000000000002,
+ 30.864
+ ],
+ "lon": [
+ 112.967,
+ 113.367
+ ]
+ },
+ {
+ "city": "Zhuji",
+ "lat": [
+ 29.5167,
+ 29.9167
+ ],
+ "lon": [
+ 120.0333,
+ 120.4333
+ ]
+ },
+ {
+ "city": "Yingtan",
+ "lat": [
+ 28.0721,
+ 28.472099999999998
+ ],
+ "lon": [
+ 116.8395,
+ 117.2395
+ ]
+ },
+ {
+ "city": "Guyuan",
+ "lat": [
+ 35.809999999999995,
+ 36.21
+ ],
+ "lon": [
+ 106.057,
+ 106.45700000000001
+ ]
+ },
+ {
+ "city": "Leiyang",
+ "lat": [
+ 26.2223,
+ 26.6223
+ ],
+ "lon": [
+ 112.6598,
+ 113.05980000000001
+ ]
+ },
+ {
+ "city": "Zhangye",
+ "lat": [
+ 38.724799999999995,
+ 39.1248
+ ],
+ "lon": [
+ 100.2499,
+ 100.6499
+ ]
+ },
+ {
+ "city": "Rongcheng",
+ "lat": [
+ 29.6402,
+ 30.0402
+ ],
+ "lon": [
+ 112.70479999999999,
+ 113.1048
+ ]
+ },
+ {
+ "city": "Yingchuan",
+ "lat": [
+ 33.942,
+ 34.342000000000006
+ ],
+ "lon": [
+ 113.289,
+ 113.68900000000001
+ ]
+ },
+ {
+ "city": "Dingzhou",
+ "lat": [
+ 38.315999999999995,
+ 38.716
+ ],
+ "lon": [
+ 114.78999999999999,
+ 115.19
+ ]
+ },
+ {
+ "city": "Yuyao",
+ "lat": [
+ 29.85,
+ 30.25
+ ],
+ "lon": [
+ 120.95,
+ 121.35000000000001
+ ]
+ },
+ {
+ "city": "Yicheng",
+ "lat": [
+ 31.16,
+ 31.56
+ ],
+ "lon": [
+ 119.615,
+ 120.015
+ ]
+ },
+ {
+ "city": "Ezhou",
+ "lat": [
+ 30.1914,
+ 30.5914
+ ],
+ "lon": [
+ 114.6949,
+ 115.09490000000001
+ ]
+ },
+ {
+ "city": "Zhufeng",
+ "lat": [
+ 35.8,
+ 36.2
+ ],
+ "lon": [
+ 119.2167,
+ 119.61670000000001
+ ]
+ },
+ {
+ "city": "Haicheng",
+ "lat": [
+ 40.682399999999994,
+ 41.0824
+ ],
+ "lon": [
+ 122.48519999999999,
+ 122.8852
+ ]
+ },
+ {
+ "city": "Jianguang",
+ "lat": [
+ 27.9958,
+ 28.395799999999998
+ ],
+ "lon": [
+ 115.5833,
+ 115.9833
+ ]
+ },
+ {
+ "city": "Xibeijie",
+ "lat": [
+ 39.5334,
+ 39.933400000000006
+ ],
+ "lon": [
+ 98.29429999999999,
+ 98.6943
+ ]
+ },
+ {
+ "city": "Zhongwei",
+ "lat": [
+ 37.3002,
+ 37.7002
+ ],
+ "lon": [
+ 104.9968,
+ 105.3968
+ ]
+ },
+ {
+ "city": "Jiancheng",
+ "lat": [
+ 30.18,
+ 30.58
+ ],
+ "lon": [
+ 104.33,
+ 104.73
+ ]
+ },
+ {
+ "city": "Shouguang",
+ "lat": [
+ 36.657,
+ 37.057
+ ],
+ "lon": [
+ 118.591,
+ 118.991
+ ]
+ },
+ {
+ "city": "Liangshi",
+ "lat": [
+ 27.060000000000002,
+ 27.46
+ ],
+ "lon": [
+ 111.5442,
+ 111.94420000000001
+ ]
+ },
+ {
+ "city": "Sanya",
+ "lat": [
+ 18.0533,
+ 18.4533
+ ],
+ "lon": [
+ 109.3036,
+ 109.70360000000001
+ ]
+ },
+ {
+ "city": "Linhai",
+ "lat": [
+ 28.650000000000002,
+ 29.05
+ ],
+ "lon": [
+ 120.91669999999999,
+ 121.3167
+ ]
+ },
+ {
+ "city": "Xinyi",
+ "lat": [
+ 22.1549,
+ 22.5549
+ ],
+ "lon": [
+ 110.7468,
+ 111.1468
+ ]
+ },
+ {
+ "city": "Liaoyuan",
+ "lat": [
+ 42.687999999999995,
+ 43.088
+ ],
+ "lon": [
+ 124.9447,
+ 125.3447
+ ]
+ },
+ {
+ "city": "Taixing",
+ "lat": [
+ 31.959,
+ 32.359
+ ],
+ "lon": [
+ 119.829,
+ 120.229
+ ]
+ },
+ {
+ "city": "Shuizhai",
+ "lat": [
+ 33.2658,
+ 33.665800000000004
+ ],
+ "lon": [
+ 114.6753,
+ 115.0753
+ ]
+ },
+ {
+ "city": "Qianxi",
+ "lat": [
+ 26.8087,
+ 27.2087
+ ],
+ "lon": [
+ 105.8323,
+ 106.23230000000001
+ ]
+ },
+ {
+ "city": "Baishan",
+ "lat": [
+ 41.744,
+ 42.144000000000005
+ ],
+ "lon": [
+ 126.2147,
+ 126.6147
+ ]
+ },
+ {
+ "city": "Huilong",
+ "lat": [
+ 31.67,
+ 32.07
+ ],
+ "lon": [
+ 121.503,
+ 121.903
+ ]
+ },
+ {
+ "city": "Nada",
+ "lat": [
+ 19.3209,
+ 19.7209
+ ],
+ "lon": [
+ 109.3808,
+ 109.7808
+ ]
+ },
+ {
+ "city": "Fangchenggang",
+ "lat": [
+ 21.4867,
+ 21.886699999999998
+ ],
+ "lon": [
+ 108.15469999999999,
+ 108.5547
+ ]
+ },
+ {
+ "city": "Kaiyuan",
+ "lat": [
+ 35.8193,
+ 36.219300000000004
+ ],
+ "lon": [
+ 113.66,
+ 114.06
+ ]
+ },
+ {
+ "city": "Yingcheng",
+ "lat": [
+ 24.01,
+ 24.41
+ ],
+ "lon": [
+ 113.201,
+ 113.601
+ ]
+ },
+ {
+ "city": "Luocheng",
+ "lat": [
+ 22.5689,
+ 22.968899999999998
+ ],
+ "lon": [
+ 111.3697,
+ 111.7697
+ ]
+ },
+ {
+ "city": "Meishan",
+ "lat": [
+ 33.967,
+ 34.367000000000004
+ ],
+ "lon": [
+ 112.64399999999999,
+ 113.044
+ ]
+ },
+ {
+ "city": "Xin\u2019an",
+ "lat": [
+ 34.086,
+ 34.486000000000004
+ ],
+ "lon": [
+ 118.155,
+ 118.555
+ ]
+ },
+ {
+ "city": "Kashgar",
+ "lat": [
+ 39.2681,
+ 39.6681
+ ],
+ "lon": [
+ 75.79379999999999,
+ 76.1938
+ ]
+ },
+ {
+ "city": "Qingzhou",
+ "lat": [
+ 36.485299999999995,
+ 36.8853
+ ],
+ "lon": [
+ 118.2796,
+ 118.67960000000001
+ ]
+ },
+ {
+ "city": "Taishan",
+ "lat": [
+ 22.052,
+ 22.451999999999998
+ ],
+ "lon": [
+ 112.594,
+ 112.994
+ ]
+ },
+ {
+ "city": "Jiaozhou",
+ "lat": [
+ 36.064699999999995,
+ 36.4647
+ ],
+ "lon": [
+ 119.8334,
+ 120.2334
+ ]
+ },
+ {
+ "city": "Wuchuan",
+ "lat": [
+ 21.241,
+ 21.641
+ ],
+ "lon": [
+ 110.579,
+ 110.979
+ ]
+ },
+ {
+ "city": "Wafangdian",
+ "lat": [
+ 39.427099999999996,
+ 39.8271
+ ],
+ "lon": [
+ 121.7796,
+ 122.17960000000001
+ ]
+ },
+ {
+ "city": "Hanchuan",
+ "lat": [
+ 30.4667,
+ 30.866699999999998
+ ],
+ "lon": [
+ 113.63329999999999,
+ 114.0333
+ ]
+ },
+ {
+ "city": "Quzhou",
+ "lat": [
+ 28.7702,
+ 29.170199999999998
+ ],
+ "lon": [
+ 118.6593,
+ 119.05930000000001
+ ]
+ },
+ {
+ "city": "Wuchang",
+ "lat": [
+ 44.724,
+ 45.124
+ ],
+ "lon": [
+ 126.958,
+ 127.358
+ ]
+ },
+ {
+ "city": "Hengzhou",
+ "lat": [
+ 22.4799,
+ 22.8799
+ ],
+ "lon": [
+ 109.06139999999999,
+ 109.4614
+ ]
+ },
+ {
+ "city": "Feicheng",
+ "lat": [
+ 35.9861,
+ 36.386100000000006
+ ],
+ "lon": [
+ 116.5719,
+ 116.9719
+ ]
+ },
+ {
+ "city": "Hegang",
+ "lat": [
+ 47.150099999999995,
+ 47.5501
+ ],
+ "lon": [
+ 130.098,
+ 130.498
+ ]
+ },
+ {
+ "city": "Zaoyang",
+ "lat": [
+ 31.929,
+ 32.329
+ ],
+ "lon": [
+ 112.572,
+ 112.97200000000001
+ ]
+ },
+ {
+ "city": "Dongtai",
+ "lat": [
+ 32.595,
+ 32.995000000000005
+ ],
+ "lon": [
+ 120.319,
+ 120.71900000000001
+ ]
+ },
+ {
+ "city": "Xishan",
+ "lat": [
+ 27.4461,
+ 27.8461
+ ],
+ "lon": [
+ 113.297,
+ 113.697
+ ]
+ },
+ {
+ "city": "Zhoushan",
+ "lat": [
+ 29.785600000000002,
+ 30.1856
+ ],
+ "lon": [
+ 122.0074,
+ 122.40740000000001
+ ]
+ },
+ {
+ "city": "Yichun",
+ "lat": [
+ 47.528,
+ 47.928000000000004
+ ],
+ "lon": [
+ 128.64100000000002,
+ 129.041
+ ]
+ },
+ {
+ "city": "Yangchun",
+ "lat": [
+ 21.9704,
+ 22.3704
+ ],
+ "lon": [
+ 111.5916,
+ 111.9916
+ ]
+ },
+ {
+ "city": "Hai\u2019an",
+ "lat": [
+ 32.334999999999994,
+ 32.735
+ ],
+ "lon": [
+ 120.363,
+ 120.763
+ ]
+ },
+ {
+ "city": "Daye",
+ "lat": [
+ 29.8961,
+ 30.2961
+ ],
+ "lon": [
+ 114.7804,
+ 115.1804
+ ]
+ },
+ {
+ "city": "Zhongxiang",
+ "lat": [
+ 30.968,
+ 31.368
+ ],
+ "lon": [
+ 112.38799999999999,
+ 112.788
+ ]
+ },
+ {
+ "city": "Gaomi",
+ "lat": [
+ 36.183299999999996,
+ 36.5833
+ ],
+ "lon": [
+ 119.55,
+ 119.95
+ ]
+ },
+ {
+ "city": "Lhasa",
+ "lat": [
+ 29.453400000000002,
+ 29.8534
+ ],
+ "lon": [
+ 90.97189999999999,
+ 91.3719
+ ]
+ },
+ {
+ "city": "Gongzhuling",
+ "lat": [
+ 43.305299999999995,
+ 43.7053
+ ],
+ "lon": [
+ 124.6224,
+ 125.0224
+ ]
+ },
+ {
+ "city": "Lianyuan",
+ "lat": [
+ 27.492,
+ 27.892
+ ],
+ "lon": [
+ 111.464,
+ 111.864
+ ]
+ },
+ {
+ "city": "Shache",
+ "lat": [
+ 38.226099999999995,
+ 38.6261
+ ],
+ "lon": [
+ 77.05,
+ 77.45
+ ]
+ },
+ {
+ "city": "Macheng",
+ "lat": [
+ 30.973,
+ 31.372999999999998
+ ],
+ "lon": [
+ 114.80799999999999,
+ 115.208
+ ]
+ },
+ {
+ "city": "Anqiu",
+ "lat": [
+ 36.278,
+ 36.678000000000004
+ ],
+ "lon": [
+ 119.01899999999999,
+ 119.419
+ ]
+ },
+ {
+ "city": "Yuci",
+ "lat": [
+ 37.482299999999995,
+ 37.8823
+ ],
+ "lon": [
+ 112.5281,
+ 112.9281
+ ]
+ },
+ {
+ "city": "Dehui",
+ "lat": [
+ 44.334999999999994,
+ 44.735
+ ],
+ "lon": [
+ 125.503,
+ 125.903
+ ]
+ },
+ {
+ "city": "Yushu",
+ "lat": [
+ 44.626,
+ 45.026
+ ],
+ "lon": [
+ 126.35,
+ 126.75
+ ]
+ },
+ {
+ "city": "Qingping",
+ "lat": [
+ 34.339,
+ 34.739000000000004
+ ],
+ "lon": [
+ 113.191,
+ 113.59100000000001
+ ]
+ },
+ {
+ "city": "Rongjiawan",
+ "lat": [
+ 28.95,
+ 29.349999999999998
+ ],
+ "lon": [
+ 112.9024,
+ 113.3024
+ ]
+ },
+ {
+ "city": "Weichanglu",
+ "lat": [
+ 36.9792,
+ 37.379200000000004
+ ],
+ "lon": [
+ 119.7333,
+ 120.1333
+ ]
+ },
+ {
+ "city": "Renqiu",
+ "lat": [
+ 38.486,
+ 38.886
+ ],
+ "lon": [
+ 115.884,
+ 116.284
+ ]
+ },
+ {
+ "city": "Wutong",
+ "lat": [
+ 30.4333,
+ 30.833299999999998
+ ],
+ "lon": [
+ 120.3333,
+ 120.7333
+ ]
+ },
+ {
+ "city": "Wu\u2019an",
+ "lat": [
+ 36.497,
+ 36.897000000000006
+ ],
+ "lon": [
+ 114.00399999999999,
+ 114.404
+ ]
+ },
+ {
+ "city": "Xiashi",
+ "lat": [
+ 30.3333,
+ 30.7333
+ ],
+ "lon": [
+ 120.4833,
+ 120.8833
+ ]
+ },
+ {
+ "city": "Danyang",
+ "lat": [
+ 31.8,
+ 32.2
+ ],
+ "lon": [
+ 119.386,
+ 119.786
+ ]
+ },
+ {
+ "city": "Dongyang",
+ "lat": [
+ 29.0667,
+ 29.4667
+ ],
+ "lon": [
+ 120.0167,
+ 120.4167
+ ]
+ },
+ {
+ "city": "Qamdo",
+ "lat": [
+ 30.943,
+ 31.343
+ ],
+ "lon": [
+ 96.97,
+ 97.37
+ ]
+ },
+ {
+ "city": "Hejian",
+ "lat": [
+ 38.246599999999994,
+ 38.6466
+ ],
+ "lon": [
+ 115.8995,
+ 116.29950000000001
+ ]
+ },
+ {
+ "city": "Laiyang",
+ "lat": [
+ 36.7758,
+ 37.1758
+ ],
+ "lon": [
+ 120.5136,
+ 120.9136
+ ]
+ },
+ {
+ "city": "Wuxi",
+ "lat": [
+ 26.38,
+ 26.779999999999998
+ ],
+ "lon": [
+ 111.64099999999999,
+ 112.041
+ ]
+ },
+ {
+ "city": "Yiyang",
+ "lat": [
+ 26.2221,
+ 26.6221
+ ],
+ "lon": [
+ 112.1999,
+ 112.5999
+ ]
+ },
+ {
+ "city": "Puxi",
+ "lat": [
+ 35.012499999999996,
+ 35.4125
+ ],
+ "lon": [
+ 114.535,
+ 114.935
+ ]
+ },
+ {
+ "city": "Zijinglu",
+ "lat": [
+ 34.5667,
+ 34.9667
+ ],
+ "lon": [
+ 112.7667,
+ 113.1667
+ ]
+ },
+ {
+ "city": "Xingyi",
+ "lat": [
+ 24.892,
+ 25.291999999999998
+ ],
+ "lon": [
+ 104.6955,
+ 105.0955
+ ]
+ },
+ {
+ "city": "Xingcheng",
+ "lat": [
+ 23.9347,
+ 24.334699999999998
+ ],
+ "lon": [
+ 115.53,
+ 115.93
+ ]
+ },
+ {
+ "city": "Ailan Mubage",
+ "lat": [
+ 43.708,
+ 44.108000000000004
+ ],
+ "lon": [
+ 81.0777,
+ 81.4777
+ ]
+ },
+ {
+ "city": "Fuyang",
+ "lat": [
+ 29.8553,
+ 30.2553
+ ],
+ "lon": [
+ 119.75,
+ 120.15
+ ]
+ },
+ {
+ "city": "Korla",
+ "lat": [
+ 41.5259,
+ 41.925900000000006
+ ],
+ "lon": [
+ 85.9746,
+ 86.3746
+ ]
+ },
+ {
+ "city": "Qingnian",
+ "lat": [
+ 36.6494,
+ 37.049400000000006
+ ],
+ "lon": [
+ 115.5061,
+ 115.90610000000001
+ ]
+ },
+ {
+ "city": "Sanhe",
+ "lat": [
+ 39.8167,
+ 40.2167
+ ],
+ "lon": [
+ 116.88329999999999,
+ 117.2833
+ ]
+ },
+ {
+ "city": "Leping",
+ "lat": [
+ 28.778000000000002,
+ 29.178
+ ],
+ "lon": [
+ 116.952,
+ 117.352
+ ]
+ },
+ {
+ "city": "Lichuan",
+ "lat": [
+ 30.091,
+ 30.491
+ ],
+ "lon": [
+ 108.7364,
+ 109.13640000000001
+ ]
+ },
+ {
+ "city": "Licheng",
+ "lat": [
+ 31.2306,
+ 31.630599999999998
+ ],
+ "lon": [
+ 119.2788,
+ 119.67880000000001
+ ]
+ },
+ {
+ "city": "Zhuanghe",
+ "lat": [
+ 39.480999999999995,
+ 39.881
+ ],
+ "lon": [
+ 122.767,
+ 123.167
+ ]
+ },
+ {
+ "city": "Chengguan",
+ "lat": [
+ 35.262299999999996,
+ 35.6623
+ ],
+ "lon": [
+ 113.6054,
+ 114.00540000000001
+ ]
+ },
+ {
+ "city": "Lingbao Chengguanzhen",
+ "lat": [
+ 34.3176,
+ 34.717600000000004
+ ],
+ "lon": [
+ 110.6942,
+ 111.0942
+ ]
+ },
+ {
+ "city": "Taihe",
+ "lat": [
+ 30.671,
+ 31.070999999999998
+ ],
+ "lon": [
+ 105.188,
+ 105.58800000000001
+ ]
+ },
+ {
+ "city": "Zhongba",
+ "lat": [
+ 31.571,
+ 31.971
+ ],
+ "lon": [
+ 104.55499999999999,
+ 104.955
+ ]
+ },
+ {
+ "city": "Sizhan",
+ "lat": [
+ 38.7846,
+ 39.1846
+ ],
+ "lon": [
+ 106.1828,
+ 106.5828
+ ]
+ },
+ {
+ "city": "Suohe",
+ "lat": [
+ 34.583299999999994,
+ 34.9833
+ ],
+ "lon": [
+ 113.14999999999999,
+ 113.55
+ ]
+ },
+ {
+ "city": "Xiangxiang",
+ "lat": [
+ 27.5186,
+ 27.918599999999998
+ ],
+ "lon": [
+ 112.3502,
+ 112.7502
+ ]
+ },
+ {
+ "city": "Songyang",
+ "lat": [
+ 34.2553,
+ 34.655300000000004
+ ],
+ "lon": [
+ 112.8253,
+ 113.2253
+ ]
+ },
+ {
+ "city": "Qian\u2019an",
+ "lat": [
+ 39.799,
+ 40.199000000000005
+ ],
+ "lon": [
+ 118.50099999999999,
+ 118.901
+ ]
+ },
+ {
+ "city": "Shuangqiao",
+ "lat": [
+ 34.867,
+ 35.267
+ ],
+ "lon": [
+ 112.402,
+ 112.802
+ ]
+ },
+ {
+ "city": "Chaohucun",
+ "lat": [
+ 31.424400000000002,
+ 31.8244
+ ],
+ "lon": [
+ 117.69019999999999,
+ 118.0902
+ ]
+ },
+ {
+ "city": "Zouping",
+ "lat": [
+ 36.663,
+ 37.063
+ ],
+ "lon": [
+ 117.54299999999999,
+ 117.943
+ ]
+ },
+ {
+ "city": "Cencheng",
+ "lat": [
+ 22.7167,
+ 23.116699999999998
+ ],
+ "lon": [
+ 110.8,
+ 111.2
+ ]
+ },
+ {
+ "city": "Guli",
+ "lat": [
+ 28.7,
+ 29.099999999999998
+ ],
+ "lon": [
+ 119.8333,
+ 120.2333
+ ]
+ },
+ {
+ "city": "Laixi",
+ "lat": [
+ 36.6667,
+ 37.066700000000004
+ ],
+ "lon": [
+ 120.3333,
+ 120.7333
+ ]
+ },
+ {
+ "city": "Changsha",
+ "lat": [
+ 22.177300000000002,
+ 22.5773
+ ],
+ "lon": [
+ 112.4982,
+ 112.8982
+ ]
+ },
+ {
+ "city": "Shihezi",
+ "lat": [
+ 44.105399999999996,
+ 44.5054
+ ],
+ "lon": [
+ 85.8804,
+ 86.2804
+ ]
+ },
+ {
+ "city": "Xichang",
+ "lat": [
+ 27.6944,
+ 28.0944
+ ],
+ "lon": [
+ 102.06439999999999,
+ 102.4644
+ ]
+ },
+ {
+ "city": "Guangshui",
+ "lat": [
+ 31.417,
+ 31.817
+ ],
+ "lon": [
+ 113.62599999999999,
+ 114.026
+ ]
+ },
+ {
+ "city": "Gaoyou",
+ "lat": [
+ 32.644999999999996,
+ 33.045
+ ],
+ "lon": [
+ 119.30799999999999,
+ 119.708
+ ]
+ },
+ {
+ "city": "Chengxiang",
+ "lat": [
+ 31.364,
+ 31.764
+ ],
+ "lon": [
+ 120.974,
+ 121.37400000000001
+ ]
+ },
+ {
+ "city": "Zunhua",
+ "lat": [
+ 39.989,
+ 40.389
+ ],
+ "lon": [
+ 117.76599999999999,
+ 118.166
+ ]
+ },
+ {
+ "city": "Tongchuan",
+ "lat": [
+ 34.696999999999996,
+ 35.097
+ ],
+ "lon": [
+ 108.74499999999999,
+ 109.145
+ ]
+ },
+ {
+ "city": "Xindi",
+ "lat": [
+ 29.627000000000002,
+ 30.027
+ ],
+ "lon": [
+ 113.276,
+ 113.676
+ ]
+ },
+ {
+ "city": "Taihecun",
+ "lat": [
+ 45.571,
+ 45.971000000000004
+ ],
+ "lon": [
+ 130.803,
+ 131.20299999999997
+ ]
+ },
+ {
+ "city": "Jianshe",
+ "lat": [
+ 34.0137,
+ 34.413700000000006
+ ],
+ "lon": [
+ 113.5629,
+ 113.9629
+ ]
+ },
+ {
+ "city": "Shishi",
+ "lat": [
+ 24.5167,
+ 24.9167
+ ],
+ "lon": [
+ 118.5,
+ 118.9
+ ]
+ },
+ {
+ "city": "Xigaz\u00ea",
+ "lat": [
+ 29.05,
+ 29.45
+ ],
+ "lon": [
+ 88.6833,
+ 89.08330000000001
+ ]
+ },
+ {
+ "city": "Shanhu",
+ "lat": [
+ 29.400000000000002,
+ 29.8
+ ],
+ "lon": [
+ 120.6167,
+ 121.0167
+ ]
+ },
+ {
+ "city": "Pinghu",
+ "lat": [
+ 30.5,
+ 30.9
+ ],
+ "lon": [
+ 120.8167,
+ 121.2167
+ ]
+ },
+ {
+ "city": "Guankou",
+ "lat": [
+ 30.788,
+ 31.188
+ ],
+ "lon": [
+ 103.447,
+ 103.84700000000001
+ ]
+ },
+ {
+ "city": "Yatou",
+ "lat": [
+ 36.9653,
+ 37.365300000000005
+ ],
+ "lon": [
+ 122.2867,
+ 122.6867
+ ]
+ },
+ {
+ "city": "Zhaodong",
+ "lat": [
+ 45.851,
+ 46.251000000000005
+ ],
+ "lon": [
+ 125.762,
+ 126.162
+ ]
+ },
+ {
+ "city": "Puyang Chengguanzhen",
+ "lat": [
+ 35.5004,
+ 35.900400000000005
+ ],
+ "lon": [
+ 114.78,
+ 115.18
+ ]
+ },
+ {
+ "city": "Jingcheng",
+ "lat": [
+ 31.809,
+ 32.209
+ ],
+ "lon": [
+ 120.063,
+ 120.46300000000001
+ ]
+ },
+ {
+ "city": "Dali",
+ "lat": [
+ 25.4811,
+ 25.8811
+ ],
+ "lon": [
+ 100.10029999999999,
+ 100.5003
+ ]
+ },
+ {
+ "city": "Zhongshu",
+ "lat": [
+ 27.5919,
+ 27.991899999999998
+ ],
+ "lon": [
+ 106.2013,
+ 106.60130000000001
+ ]
+ },
+ {
+ "city": "Songzi",
+ "lat": [
+ 29.974,
+ 30.374
+ ],
+ "lon": [
+ 111.557,
+ 111.95700000000001
+ ]
+ },
+ {
+ "city": "Xiping",
+ "lat": [
+ 25.4005,
+ 25.8005
+ ],
+ "lon": [
+ 103.61659999999999,
+ 104.0166
+ ]
+ },
+ {
+ "city": "Wuxue",
+ "lat": [
+ 29.644000000000002,
+ 30.044
+ ],
+ "lon": [
+ 115.361,
+ 115.76100000000001
+ ]
+ },
+ {
+ "city": "Jinghong",
+ "lat": [
+ 21.809,
+ 22.209
+ ],
+ "lon": [
+ 100.597,
+ 100.997
+ ]
+ },
+ {
+ "city": "Wugang",
+ "lat": [
+ 26.526600000000002,
+ 26.9266
+ ],
+ "lon": [
+ 110.4319,
+ 110.8319
+ ]
+ },
+ {
+ "city": "Chuxiong",
+ "lat": [
+ 24.833000000000002,
+ 25.233
+ ],
+ "lon": [
+ 101.3459,
+ 101.7459
+ ]
+ },
+ {
+ "city": "Kaihua",
+ "lat": [
+ 23.187,
+ 23.587
+ ],
+ "lon": [
+ 104.033,
+ 104.433
+ ]
+ },
+ {
+ "city": "Meilan",
+ "lat": [
+ 19.799,
+ 20.198999999999998
+ ],
+ "lon": [
+ 110.203,
+ 110.60300000000001
+ ]
+ },
+ {
+ "city": "Bazhou",
+ "lat": [
+ 38.933299999999996,
+ 39.3333
+ ],
+ "lon": [
+ 116.1833,
+ 116.58330000000001
+ ]
+ },
+ {
+ "city": "Turpan",
+ "lat": [
+ 42.7512,
+ 43.1512
+ ],
+ "lon": [
+ 88.98949999999999,
+ 89.3895
+ ]
+ },
+ {
+ "city": "Langzhong",
+ "lat": [
+ 31.358,
+ 31.758
+ ],
+ "lon": [
+ 105.80499999999999,
+ 106.205
+ ]
+ },
+ {
+ "city": "Qufu",
+ "lat": [
+ 35.381899999999995,
+ 35.7819
+ ],
+ "lon": [
+ 116.7862,
+ 117.1862
+ ]
+ },
+ {
+ "city": "Tengyue",
+ "lat": [
+ 24.8167,
+ 25.2167
+ ],
+ "lon": [
+ 98.2833,
+ 98.6833
+ ]
+ },
+ {
+ "city": "Jurong",
+ "lat": [
+ 31.746000000000002,
+ 32.146
+ ],
+ "lon": [
+ 118.964,
+ 119.364
+ ]
+ },
+ {
+ "city": "Yuhuan",
+ "lat": [
+ 27.9277,
+ 28.3277
+ ],
+ "lon": [
+ 121.0288,
+ 121.42880000000001
+ ]
+ },
+ {
+ "city": "Changping",
+ "lat": [
+ 40.0248,
+ 40.424800000000005
+ ],
+ "lon": [
+ 115.9944,
+ 116.3944
+ ]
+ },
+ {
+ "city": "Ruiming",
+ "lat": [
+ 25.686,
+ 26.086
+ ],
+ "lon": [
+ 115.827,
+ 116.227
+ ]
+ },
+ {
+ "city": "Shenzhou",
+ "lat": [
+ 37.802,
+ 38.202000000000005
+ ],
+ "lon": [
+ 115.36,
+ 115.76
+ ]
+ },
+ {
+ "city": "Dashiqiao",
+ "lat": [
+ 40.4167,
+ 40.816700000000004
+ ],
+ "lon": [
+ 122.3167,
+ 122.7167
+ ]
+ },
+ {
+ "city": "Zhuozhou",
+ "lat": [
+ 39.285,
+ 39.685
+ ],
+ "lon": [
+ 115.774,
+ 116.174
+ ]
+ },
+ {
+ "city": "Tianchang",
+ "lat": [
+ 32.4811,
+ 32.8811
+ ],
+ "lon": [
+ 118.8137,
+ 119.2137
+ ]
+ },
+ {
+ "city": "Xinji",
+ "lat": [
+ 37.742999999999995,
+ 38.143
+ ],
+ "lon": [
+ 115.018,
+ 115.418
+ ]
+ },
+ {
+ "city": "Wenchang",
+ "lat": [
+ 30.8358,
+ 31.235799999999998
+ ],
+ "lon": [
+ 116.7367,
+ 117.1367
+ ]
+ },
+ {
+ "city": "Sihui",
+ "lat": [
+ 23.1265,
+ 23.5265
+ ],
+ "lon": [
+ 112.5338,
+ 112.9338
+ ]
+ },
+ {
+ "city": "Luocheng",
+ "lat": [
+ 30.79,
+ 31.189999999999998
+ ],
+ "lon": [
+ 104.05,
+ 104.45
+ ]
+ },
+ {
+ "city": "Wenlan",
+ "lat": [
+ 23.1961,
+ 23.5961
+ ],
+ "lon": [
+ 103.1649,
+ 103.56490000000001
+ ]
+ },
+ {
+ "city": "Fu\u2019an",
+ "lat": [
+ 26.900000000000002,
+ 27.3
+ ],
+ "lon": [
+ 119.4333,
+ 119.83330000000001
+ ]
+ },
+ {
+ "city": "Botou",
+ "lat": [
+ 37.8833,
+ 38.283300000000004
+ ],
+ "lon": [
+ 116.38329999999999,
+ 116.7833
+ ]
+ },
+ {
+ "city": "Jin\u2019e",
+ "lat": [
+ 29.139400000000002,
+ 29.5394
+ ],
+ "lon": [
+ 105.08749999999999,
+ 105.4875
+ ]
+ },
+ {
+ "city": "Xinxing",
+ "lat": [
+ 39.6667,
+ 40.066700000000004
+ ],
+ "lon": [
+ 123.95,
+ 124.35000000000001
+ ]
+ },
+ {
+ "city": "Qionghu",
+ "lat": [
+ 28.745,
+ 29.145
+ ],
+ "lon": [
+ 112.398,
+ 112.798
+ ]
+ },
+ {
+ "city": "Xinmin",
+ "lat": [
+ 41.797,
+ 42.197
+ ],
+ "lon": [
+ 122.62299999999999,
+ 123.023
+ ]
+ },
+ {
+ "city": "Kuiju",
+ "lat": [
+ 36.6667,
+ 37.066700000000004
+ ],
+ "lon": [
+ 119.2,
+ 119.60000000000001
+ ]
+ },
+ {
+ "city": "Jieshou",
+ "lat": [
+ 33.056999999999995,
+ 33.457
+ ],
+ "lon": [
+ 115.1746,
+ 115.5746
+ ]
+ },
+ {
+ "city": "Wencheng",
+ "lat": [
+ 19.417,
+ 19.817
+ ],
+ "lon": [
+ 110.5551,
+ 110.9551
+ ]
+ },
+ {
+ "city": "Miluo Chengguanzhen",
+ "lat": [
+ 28.561,
+ 28.961
+ ],
+ "lon": [
+ 112.96,
+ 113.36
+ ]
+ },
+ {
+ "city": "Lanxi",
+ "lat": [
+ 29.008,
+ 29.407999999999998
+ ],
+ "lon": [
+ 119.258,
+ 119.658
+ ]
+ },
+ {
+ "city": "Zhenzhou",
+ "lat": [
+ 32.0723,
+ 32.472300000000004
+ ],
+ "lon": [
+ 118.98479999999999,
+ 119.3848
+ ]
+ },
+ {
+ "city": "Gaizhou",
+ "lat": [
+ 40.199999999999996,
+ 40.6
+ ],
+ "lon": [
+ 122.14999999999999,
+ 122.55
+ ]
+ },
+ {
+ "city": "Leling",
+ "lat": [
+ 37.529999999999994,
+ 37.93
+ ],
+ "lon": [
+ 117.032,
+ 117.432
+ ]
+ },
+ {
+ "city": "Wuhai",
+ "lat": [
+ 39.455,
+ 39.855000000000004
+ ],
+ "lon": [
+ 106.594,
+ 106.994
+ ]
+ },
+ {
+ "city": "Yanji",
+ "lat": [
+ 42.699999999999996,
+ 43.1
+ ],
+ "lon": [
+ 129.3,
+ 129.7
+ ]
+ },
+ {
+ "city": "Wancheng",
+ "lat": [
+ 18.6,
+ 19.0
+ ],
+ "lon": [
+ 110.2,
+ 110.60000000000001
+ ]
+ },
+ {
+ "city": "Xinshi",
+ "lat": [
+ 30.9333,
+ 31.333299999999998
+ ],
+ "lon": [
+ 112.91669999999999,
+ 113.3167
+ ]
+ },
+ {
+ "city": "Luofeng",
+ "lat": [
+ 37.159,
+ 37.559000000000005
+ ],
+ "lon": [
+ 120.196,
+ 120.596
+ ]
+ },
+ {
+ "city": "Ghulja",
+ "lat": [
+ 43.699999999999996,
+ 44.1
+ ],
+ "lon": [
+ 81.14999999999999,
+ 81.55
+ ]
+ },
+ {
+ "city": "Fuding",
+ "lat": [
+ 27.0,
+ 27.4
+ ],
+ "lon": [
+ 120.0,
+ 120.4
+ ]
+ },
+ {
+ "city": "Lingyuan",
+ "lat": [
+ 41.05,
+ 41.45
+ ],
+ "lon": [
+ 119.2,
+ 119.60000000000001
+ ]
+ },
+ {
+ "city": "Guixi",
+ "lat": [
+ 28.0925,
+ 28.4925
+ ],
+ "lon": [
+ 117.0454,
+ 117.4454
+ ]
+ },
+ {
+ "city": "Aksu",
+ "lat": [
+ 40.985,
+ 41.385000000000005
+ ],
+ "lon": [
+ 80.0904,
+ 80.49040000000001
+ ]
+ },
+ {
+ "city": "Gaobeidian",
+ "lat": [
+ 39.126999999999995,
+ 39.527
+ ],
+ "lon": [
+ 115.67399999999999,
+ 116.074
+ ]
+ },
+ {
+ "city": "Luanzhou",
+ "lat": [
+ 39.541,
+ 39.941
+ ],
+ "lon": [
+ 118.50399999999999,
+ 118.904
+ ]
+ },
+ {
+ "city": "Heshan",
+ "lat": [
+ 22.5667,
+ 22.9667
+ ],
+ "lon": [
+ 112.75,
+ 113.15
+ ]
+ },
+ {
+ "city": "Jiaji",
+ "lat": [
+ 19.0431,
+ 19.443099999999998
+ ],
+ "lon": [
+ 110.2642,
+ 110.66420000000001
+ ]
+ },
+ {
+ "city": "Meihekou",
+ "lat": [
+ 42.3407,
+ 42.740700000000004
+ ],
+ "lon": [
+ 125.5107,
+ 125.9107
+ ]
+ },
+ {
+ "city": "Nenjiang",
+ "lat": [
+ 48.91,
+ 49.31
+ ],
+ "lon": [
+ 124.92999999999999,
+ 125.33
+ ]
+ },
+ {
+ "city": "Taozhou",
+ "lat": [
+ 30.695600000000002,
+ 31.0956
+ ],
+ "lon": [
+ 119.211,
+ 119.611
+ ]
+ },
+ {
+ "city": "Anlu",
+ "lat": [
+ 31.0667,
+ 31.4667
+ ],
+ "lon": [
+ 113.4667,
+ 113.86670000000001
+ ]
+ },
+ {
+ "city": "Xiangyang",
+ "lat": [
+ 34.0995,
+ 34.499500000000005
+ ],
+ "lon": [
+ 108.2905,
+ 108.6905
+ ]
+ },
+ {
+ "city": "Jiangshan",
+ "lat": [
+ 28.5361,
+ 28.9361
+ ],
+ "lon": [
+ 118.425,
+ 118.825
+ ]
+ },
+ {
+ "city": "Duyun",
+ "lat": [
+ 26.0594,
+ 26.4594
+ ],
+ "lon": [
+ 107.3186,
+ 107.71860000000001
+ ]
+ },
+ {
+ "city": "Kumul",
+ "lat": [
+ 42.619299999999996,
+ 43.0193
+ ],
+ "lon": [
+ 93.3151,
+ 93.7151
+ ]
+ },
+ {
+ "city": "Xingcheng",
+ "lat": [
+ 40.4167,
+ 40.816700000000004
+ ],
+ "lon": [
+ 120.5333,
+ 120.9333
+ ]
+ },
+ {
+ "city": "Yueqing",
+ "lat": [
+ 27.92,
+ 28.32
+ ],
+ "lon": [
+ 120.75999999999999,
+ 121.16
+ ]
+ },
+ {
+ "city": "Yucheng",
+ "lat": [
+ 36.733999999999995,
+ 37.134
+ ],
+ "lon": [
+ 116.438,
+ 116.83800000000001
+ ]
+ },
+ {
+ "city": "Karamay",
+ "lat": [
+ 45.3799,
+ 45.779900000000005
+ ],
+ "lon": [
+ 84.6892,
+ 85.0892
+ ]
+ },
+ {
+ "city": "Zhangshu",
+ "lat": [
+ 27.8546,
+ 28.2546
+ ],
+ "lon": [
+ 115.3462,
+ 115.7462
+ ]
+ },
+ {
+ "city": "Mingguang",
+ "lat": [
+ 32.583299999999994,
+ 32.9833
+ ],
+ "lon": [
+ 117.7667,
+ 118.1667
+ ]
+ },
+ {
+ "city": "Huanghua",
+ "lat": [
+ 38.172,
+ 38.572
+ ],
+ "lon": [
+ 117.13,
+ 117.53
+ ]
+ },
+ {
+ "city": "Encheng",
+ "lat": [
+ 21.9833,
+ 22.3833
+ ],
+ "lon": [
+ 112.1,
+ 112.5
+ ]
+ },
+ {
+ "city": "Lianran",
+ "lat": [
+ 24.719,
+ 25.119
+ ],
+ "lon": [
+ 102.27799999999999,
+ 102.678
+ ]
+ },
+ {
+ "city": "Hailun",
+ "lat": [
+ 47.2667,
+ 47.666700000000006
+ ],
+ "lon": [
+ 126.7667,
+ 127.1667
+ ]
+ },
+ {
+ "city": "Chengjiao",
+ "lat": [
+ 35.1984,
+ 35.598400000000005
+ ],
+ "lon": [
+ 113.86489999999999,
+ 114.2649
+ ]
+ },
+ {
+ "city": "Xiulin",
+ "lat": [
+ 29.5209,
+ 29.9209
+ ],
+ "lon": [
+ 112.2254,
+ 112.6254
+ ]
+ },
+ {
+ "city": "Yicheng",
+ "lat": [
+ 31.521,
+ 31.921
+ ],
+ "lon": [
+ 112.057,
+ 112.45700000000001
+ ]
+ },
+ {
+ "city": "Fengcheng",
+ "lat": [
+ 40.25,
+ 40.650000000000006
+ ],
+ "lon": [
+ 123.8667,
+ 124.2667
+ ]
+ },
+ {
+ "city": "Xiaoyi",
+ "lat": [
+ 35.8833,
+ 36.283300000000004
+ ],
+ "lon": [
+ 111.3167,
+ 111.7167
+ ]
+ },
+ {
+ "city": "Jiangshandicun",
+ "lat": [
+ 28.5412,
+ 28.9412
+ ],
+ "lon": [
+ 118.4225,
+ 118.8225
+ ]
+ },
+ {
+ "city": "Qingzhen",
+ "lat": [
+ 26.3704,
+ 26.7704
+ ],
+ "lon": [
+ 106.2687,
+ 106.6687
+ ]
+ },
+ {
+ "city": "Longjiang",
+ "lat": [
+ 27.3819,
+ 27.7819
+ ],
+ "lon": [
+ 120.3489,
+ 120.7489
+ ]
+ },
+ {
+ "city": "Rushan",
+ "lat": [
+ 36.669999999999995,
+ 37.07
+ ],
+ "lon": [
+ 121.30499999999999,
+ 121.705
+ ]
+ },
+ {
+ "city": "Shangzhi",
+ "lat": [
+ 45.007,
+ 45.407000000000004
+ ],
+ "lon": [
+ 127.765,
+ 128.165
+ ]
+ },
+ {
+ "city": "Kuqa",
+ "lat": [
+ 41.5156,
+ 41.915600000000005
+ ],
+ "lon": [
+ 82.73219999999999,
+ 83.1322
+ ]
+ },
+ {
+ "city": "Kaiyuan",
+ "lat": [
+ 42.346,
+ 42.746
+ ],
+ "lon": [
+ 123.838,
+ 124.238
+ ]
+ },
+ {
+ "city": "Gaoping",
+ "lat": [
+ 35.598,
+ 35.998000000000005
+ ],
+ "lon": [
+ 112.724,
+ 113.12400000000001
+ ]
+ },
+ {
+ "city": "Tanbei",
+ "lat": [
+ 34.888,
+ 35.288000000000004
+ ],
+ "lon": [
+ 112.75099999999999,
+ 113.151
+ ]
+ },
+ {
+ "city": "Baisha",
+ "lat": [
+ 29.2896,
+ 29.6896
+ ],
+ "lon": [
+ 119.137,
+ 119.537
+ ]
+ },
+ {
+ "city": "Meicheng",
+ "lat": [
+ 30.431,
+ 30.831
+ ],
+ "lon": [
+ 116.381,
+ 116.781
+ ]
+ },
+ {
+ "city": "Beipiao",
+ "lat": [
+ 41.601,
+ 42.001000000000005
+ ],
+ "lon": [
+ 120.571,
+ 120.971
+ ]
+ },
+ {
+ "city": "Jiannan",
+ "lat": [
+ 31.133300000000002,
+ 31.5333
+ ],
+ "lon": [
+ 104.0,
+ 104.4
+ ]
+ },
+ {
+ "city": "Jinchang",
+ "lat": [
+ 38.3214,
+ 38.7214
+ ],
+ "lon": [
+ 101.988,
+ 102.388
+ ]
+ },
+ {
+ "city": "Nehe",
+ "lat": [
+ 48.2833,
+ 48.6833
+ ],
+ "lon": [
+ 124.6833,
+ 125.08330000000001
+ ]
+ },
+ {
+ "city": "Zhuangyuan",
+ "lat": [
+ 37.105599999999995,
+ 37.5056
+ ],
+ "lon": [
+ 120.62899999999999,
+ 121.029
+ ]
+ },
+ {
+ "city": "Jian\u2019ou",
+ "lat": [
+ 26.8333,
+ 27.2333
+ ],
+ "lon": [
+ 118.1167,
+ 118.5167
+ ]
+ },
+ {
+ "city": "Chang\u2019an",
+ "lat": [
+ 29.2768,
+ 29.6768
+ ],
+ "lon": [
+ 113.2504,
+ 113.6504
+ ]
+ },
+ {
+ "city": "Shahe",
+ "lat": [
+ 36.6549,
+ 37.0549
+ ],
+ "lon": [
+ 114.3033,
+ 114.7033
+ ]
+ },
+ {
+ "city": "Yan\u2019an Beilu",
+ "lat": [
+ 43.8144,
+ 44.214400000000005
+ ],
+ "lon": [
+ 87.06739999999999,
+ 87.4674
+ ]
+ },
+ {
+ "city": "Beining",
+ "lat": [
+ 41.4,
+ 41.800000000000004
+ ],
+ "lon": [
+ 121.6,
+ 122.0
+ ]
+ },
+ {
+ "city": "Laohekou",
+ "lat": [
+ 32.159,
+ 32.559000000000005
+ ],
+ "lon": [
+ 111.484,
+ 111.884
+ ]
+ },
+ {
+ "city": "Xicheng",
+ "lat": [
+ 23.166700000000002,
+ 23.5667
+ ],
+ "lon": [
+ 102.95,
+ 103.35000000000001
+ ]
+ },
+ {
+ "city": "Xingren",
+ "lat": [
+ 25.235,
+ 25.634999999999998
+ ],
+ "lon": [
+ 104.9862,
+ 105.3862
+ ]
+ },
+ {
+ "city": "Nagqu",
+ "lat": [
+ 31.276,
+ 31.676
+ ],
+ "lon": [
+ 91.851,
+ 92.251
+ ]
+ },
+ {
+ "city": "Fujin",
+ "lat": [
+ 47.05,
+ 47.45
+ ],
+ "lon": [
+ 131.8333,
+ 132.23329999999999
+ ]
+ },
+ {
+ "city": "Yuanping",
+ "lat": [
+ 38.531,
+ 38.931000000000004
+ ],
+ "lon": [
+ 112.511,
+ 112.911
+ ]
+ },
+ {
+ "city": "Linghai",
+ "lat": [
+ 40.966699999999996,
+ 41.3667
+ ],
+ "lon": [
+ 121.14999999999999,
+ 121.55
+ ]
+ },
+ {
+ "city": "Danjiangkou",
+ "lat": [
+ 32.3401,
+ 32.740100000000005
+ ],
+ "lon": [
+ 111.31309999999999,
+ 111.7131
+ ]
+ },
+ {
+ "city": "Zhangjiakou Shi Xuanhua Qu",
+ "lat": [
+ 40.3944,
+ 40.7944
+ ],
+ "lon": [
+ 114.8243,
+ 115.2243
+ ]
+ },
+ {
+ "city": "Zhijiang",
+ "lat": [
+ 30.226,
+ 30.625999999999998
+ ],
+ "lon": [
+ 111.56099999999999,
+ 111.961
+ ]
+ },
+ {
+ "city": "Fenyang",
+ "lat": [
+ 37.0616,
+ 37.461600000000004
+ ],
+ "lon": [
+ 111.5699,
+ 111.96990000000001
+ ]
+ },
+ {
+ "city": "Fangting",
+ "lat": [
+ 30.927,
+ 31.326999999999998
+ ],
+ "lon": [
+ 103.967,
+ 104.367
+ ]
+ },
+ {
+ "city": "Shulan",
+ "lat": [
+ 44.2059,
+ 44.605900000000005
+ ],
+ "lon": [
+ 126.7655,
+ 127.16550000000001
+ ]
+ },
+ {
+ "city": "Wanyuan",
+ "lat": [
+ 31.7833,
+ 32.1833
+ ],
+ "lon": [
+ 107.7667,
+ 108.1667
+ ]
+ },
+ {
+ "city": "Jiexiu",
+ "lat": [
+ 36.827,
+ 37.227000000000004
+ ],
+ "lon": [
+ 111.717,
+ 112.117
+ ]
+ },
+ {
+ "city": "Pencheng",
+ "lat": [
+ 29.476,
+ 29.875999999999998
+ ],
+ "lon": [
+ 115.481,
+ 115.881
+ ]
+ },
+ {
+ "city": "Pingquan",
+ "lat": [
+ 40.8184,
+ 41.2184
+ ],
+ "lon": [
+ 118.502,
+ 118.902
+ ]
+ },
+ {
+ "city": "Dangyang",
+ "lat": [
+ 30.621000000000002,
+ 31.021
+ ],
+ "lon": [
+ 111.589,
+ 111.989
+ ]
+ },
+ {
+ "city": "Nangong",
+ "lat": [
+ 37.159,
+ 37.559000000000005
+ ],
+ "lon": [
+ 115.209,
+ 115.60900000000001
+ ]
+ },
+ {
+ "city": "Yongji",
+ "lat": [
+ 34.666999999999994,
+ 35.067
+ ],
+ "lon": [
+ 110.24799999999999,
+ 110.648
+ ]
+ },
+ {
+ "city": "Zhugang",
+ "lat": [
+ 27.9358,
+ 28.3358
+ ],
+ "lon": [
+ 121.0264,
+ 121.4264
+ ]
+ },
+ {
+ "city": "Hejin",
+ "lat": [
+ 35.395999999999994,
+ 35.796
+ ],
+ "lon": [
+ 110.512,
+ 110.912
+ ]
+ },
+ {
+ "city": "Dunhua",
+ "lat": [
+ 43.1667,
+ 43.566700000000004
+ ],
+ "lon": [
+ 128.03330000000003,
+ 128.4333
+ ]
+ },
+ {
+ "city": "Huili Chengguanzhen",
+ "lat": [
+ 26.4333,
+ 26.833299999999998
+ ],
+ "lon": [
+ 102.05,
+ 102.45
+ ]
+ },
+ {
+ "city": "Lingxi",
+ "lat": [
+ 27.3036,
+ 27.703599999999998
+ ],
+ "lon": [
+ 120.19749999999999,
+ 120.5975
+ ]
+ },
+ {
+ "city": "Lecheng",
+ "lat": [
+ 24.9333,
+ 25.333299999999998
+ ],
+ "lon": [
+ 113.13329999999999,
+ 113.5333
+ ]
+ },
+ {
+ "city": "Hancheng",
+ "lat": [
+ 35.2667,
+ 35.666700000000006
+ ],
+ "lon": [
+ 110.2333,
+ 110.6333
+ ]
+ },
+ {
+ "city": "Z\u00eatang",
+ "lat": [
+ 29.038,
+ 29.438
+ ],
+ "lon": [
+ 91.571,
+ 91.971
+ ]
+ },
+ {
+ "city": "Lianzhou",
+ "lat": [
+ 24.581,
+ 24.980999999999998
+ ],
+ "lon": [
+ 112.17699999999999,
+ 112.577
+ ]
+ },
+ {
+ "city": "Helixi",
+ "lat": [
+ 30.4267,
+ 30.8267
+ ],
+ "lon": [
+ 118.78609999999999,
+ 119.1861
+ ]
+ },
+ {
+ "city": "Panshi",
+ "lat": [
+ 42.75,
+ 43.150000000000006
+ ],
+ "lon": [
+ 125.8667,
+ 126.2667
+ ]
+ },
+ {
+ "city": "Jinshan",
+ "lat": [
+ 24.9475,
+ 25.3475
+ ],
+ "lon": [
+ 101.7764,
+ 102.1764
+ ]
+ },
+ {
+ "city": "Anguo",
+ "lat": [
+ 38.217999999999996,
+ 38.618
+ ],
+ "lon": [
+ 115.127,
+ 115.527
+ ]
+ },
+ {
+ "city": "Nanqiao",
+ "lat": [
+ 30.7167,
+ 31.116699999999998
+ ],
+ "lon": [
+ 121.2547,
+ 121.6547
+ ]
+ },
+ {
+ "city": "Shuanghe",
+ "lat": [
+ 30.1746,
+ 30.5746
+ ],
+ "lon": [
+ 106.5903,
+ 106.9903
+ ]
+ },
+ {
+ "city": "Dengtacun",
+ "lat": [
+ 41.2333,
+ 41.633300000000006
+ ],
+ "lon": [
+ 123.13329999999999,
+ 123.5333
+ ]
+ },
+ {
+ "city": "Xunyang",
+ "lat": [
+ 32.6341,
+ 33.0341
+ ],
+ "lon": [
+ 109.1653,
+ 109.56530000000001
+ ]
+ },
+ {
+ "city": "Anda",
+ "lat": [
+ 46.224,
+ 46.624
+ ],
+ "lon": [
+ 125.152,
+ 125.552
+ ]
+ },
+ {
+ "city": "Linxia Chengguanzhen",
+ "lat": [
+ 35.4047,
+ 35.804700000000004
+ ],
+ "lon": [
+ 103.0422,
+ 103.4422
+ ]
+ },
+ {
+ "city": "Yidu",
+ "lat": [
+ 30.178,
+ 30.578
+ ],
+ "lon": [
+ 111.25,
+ 111.65
+ ]
+ },
+ {
+ "city": "Yong\u2019an",
+ "lat": [
+ 25.742,
+ 26.142
+ ],
+ "lon": [
+ 117.16499999999999,
+ 117.565
+ ]
+ },
+ {
+ "city": "Hongjiang",
+ "lat": [
+ 26.991,
+ 27.391
+ ],
+ "lon": [
+ 109.619,
+ 110.019
+ ]
+ },
+ {
+ "city": "Huadian",
+ "lat": [
+ 42.772,
+ 43.172000000000004
+ ],
+ "lon": [
+ 126.54599999999999,
+ 126.946
+ ]
+ },
+ {
+ "city": "Mishan",
+ "lat": [
+ 45.3298,
+ 45.729800000000004
+ ],
+ "lon": [
+ 131.6466,
+ 132.04659999999998
+ ]
+ },
+ {
+ "city": "Licheng",
+ "lat": [
+ 24.3,
+ 24.7
+ ],
+ "lon": [
+ 110.2,
+ 110.60000000000001
+ ]
+ },
+ {
+ "city": "Huichang",
+ "lat": [
+ 34.7073,
+ 35.1073
+ ],
+ "lon": [
+ 112.5914,
+ 112.9914
+ ]
+ },
+ {
+ "city": "Lengshuijiang",
+ "lat": [
+ 27.486,
+ 27.886
+ ],
+ "lon": [
+ 111.236,
+ 111.63600000000001
+ ]
+ },
+ {
+ "city": "Minzhu",
+ "lat": [
+ 43.523799999999994,
+ 43.9238
+ ],
+ "lon": [
+ 127.1448,
+ 127.54480000000001
+ ]
+ },
+ {
+ "city": "Ulanhot",
+ "lat": [
+ 45.8722,
+ 46.272200000000005
+ ],
+ "lon": [
+ 121.8933,
+ 122.2933
+ ]
+ },
+ {
+ "city": "Yunzhong",
+ "lat": [
+ 39.6279,
+ 40.0279
+ ],
+ "lon": [
+ 112.89999999999999,
+ 113.3
+ ]
+ },
+ {
+ "city": "Kaiyuan",
+ "lat": [
+ 23.5111,
+ 23.911099999999998
+ ],
+ "lon": [
+ 103.0461,
+ 103.4461
+ ]
+ },
+ {
+ "city": "Tangdong",
+ "lat": [
+ 25.773,
+ 26.173
+ ],
+ "lon": [
+ 113.03099999999999,
+ 113.431
+ ]
+ },
+ {
+ "city": "Hotan",
+ "lat": [
+ 36.9167,
+ 37.316700000000004
+ ],
+ "lon": [
+ 79.7167,
+ 80.11670000000001
+ ]
+ },
+ {
+ "city": "Ning\u2019an",
+ "lat": [
+ 44.141,
+ 44.541000000000004
+ ],
+ "lon": [
+ 129.28300000000002,
+ 129.683
+ ]
+ },
+ {
+ "city": "Zalantun",
+ "lat": [
+ 47.827,
+ 48.227000000000004
+ ],
+ "lon": [
+ 122.508,
+ 122.908
+ ]
+ },
+ {
+ "city": "Zhengjiatun",
+ "lat": [
+ 43.3183,
+ 43.718300000000006
+ ],
+ "lon": [
+ 123.3027,
+ 123.70270000000001
+ ]
+ },
+ {
+ "city": "Xiaoli",
+ "lat": [
+ 22.4721,
+ 22.8721
+ ],
+ "lon": [
+ 113.0509,
+ 113.4509
+ ]
+ },
+ {
+ "city": "Yingzhong",
+ "lat": [
+ 32.037,
+ 32.437000000000005
+ ],
+ "lon": [
+ 119.615,
+ 120.015
+ ]
+ },
+ {
+ "city": "Jiayuguan",
+ "lat": [
+ 39.5732,
+ 39.973200000000006
+ ],
+ "lon": [
+ 98.0882,
+ 98.4882
+ ]
+ },
+ {
+ "city": "Datang",
+ "lat": [
+ 22.7406,
+ 23.1406
+ ],
+ "lon": [
+ 113.7436,
+ 114.1436
+ ]
+ },
+ {
+ "city": "Longquan",
+ "lat": [
+ 25.7106,
+ 26.110599999999998
+ ],
+ "lon": [
+ 114.586,
+ 114.986
+ ]
+ },
+ {
+ "city": "Beian",
+ "lat": [
+ 48.05,
+ 48.45
+ ],
+ "lon": [
+ 126.3167,
+ 126.7167
+ ]
+ },
+ {
+ "city": "Guangming",
+ "lat": [
+ 45.1333,
+ 45.533300000000004
+ ],
+ "lon": [
+ 122.5833,
+ 122.9833
+ ]
+ },
+ {
+ "city": "Yonghetun",
+ "lat": [
+ 39.7131,
+ 40.1131
+ ],
+ "lon": [
+ 116.44579999999999,
+ 116.8458
+ ]
+ },
+ {
+ "city": "Qianzhou",
+ "lat": [
+ 28.076,
+ 28.476
+ ],
+ "lon": [
+ 109.512,
+ 109.912
+ ]
+ },
+ {
+ "city": "Binxian",
+ "lat": [
+ 34.8542,
+ 35.254200000000004
+ ],
+ "lon": [
+ 107.8814,
+ 108.2814
+ ]
+ },
+ {
+ "city": "Yakou",
+ "lat": [
+ 33.095,
+ 33.495000000000005
+ ],
+ "lon": [
+ 113.3269,
+ 113.7269
+ ]
+ },
+ {
+ "city": "Dexing",
+ "lat": [
+ 28.7306,
+ 29.130599999999998
+ ],
+ "lon": [
+ 117.3947,
+ 117.7947
+ ]
+ },
+ {
+ "city": "Hailin",
+ "lat": [
+ 44.394,
+ 44.794000000000004
+ ],
+ "lon": [
+ 129.18,
+ 129.57999999999998
+ ]
+ },
+ {
+ "city": "Hong\u2019an",
+ "lat": [
+ 47.01,
+ 47.410000000000004
+ ],
+ "lon": [
+ 123.41,
+ 123.81
+ ]
+ },
+ {
+ "city": "Fuquan",
+ "lat": [
+ 26.4863,
+ 26.8863
+ ],
+ "lon": [
+ 107.32039999999999,
+ 107.7204
+ ]
+ },
+ {
+ "city": "Jining",
+ "lat": [
+ 40.83,
+ 41.230000000000004
+ ],
+ "lon": [
+ 112.88,
+ 113.28
+ ]
+ },
+ {
+ "city": "Xingsha",
+ "lat": [
+ 28.0573,
+ 28.4573
+ ],
+ "lon": [
+ 112.9234,
+ 113.3234
+ ]
+ },
+ {
+ "city": "Shaowu",
+ "lat": [
+ 27.1403,
+ 27.5403
+ ],
+ "lon": [
+ 117.2925,
+ 117.69250000000001
+ ]
+ },
+ {
+ "city": "Huozhou",
+ "lat": [
+ 36.369,
+ 36.769000000000005
+ ],
+ "lon": [
+ 111.5551,
+ 111.9551
+ ]
+ },
+ {
+ "city": "Huilong",
+ "lat": [
+ 30.186600000000002,
+ 30.5866
+ ],
+ "lon": [
+ 106.5756,
+ 106.9756
+ ]
+ },
+ {
+ "city": "Da\u2019an",
+ "lat": [
+ 45.3,
+ 45.7
+ ],
+ "lon": [
+ 124.0833,
+ 124.4833
+ ]
+ },
+ {
+ "city": "Bijiao",
+ "lat": [
+ 22.7253,
+ 23.1253
+ ],
+ "lon": [
+ 113.0067,
+ 113.4067
+ ]
+ },
+ {
+ "city": "Hulin",
+ "lat": [
+ 45.5667,
+ 45.9667
+ ],
+ "lon": [
+ 132.7333,
+ 133.1333
+ ]
+ },
+ {
+ "city": "Yakeshi",
+ "lat": [
+ 49.086,
+ 49.486000000000004
+ ],
+ "lon": [
+ 120.512,
+ 120.912
+ ]
+ },
+ {
+ "city": "Shijing",
+ "lat": [
+ 22.893,
+ 23.293
+ ],
+ "lon": [
+ 113.59649999999999,
+ 113.9965
+ ]
+ },
+ {
+ "city": "Wudalianchi",
+ "lat": [
+ 48.55,
+ 48.95
+ ],
+ "lon": [
+ 125.9667,
+ 126.36670000000001
+ ]
+ },
+ {
+ "city": "Zhangping",
+ "lat": [
+ 25.0902,
+ 25.490199999999998
+ ],
+ "lon": [
+ 117.22,
+ 117.62
+ ]
+ },
+ {
+ "city": "Atushi",
+ "lat": [
+ 39.5162,
+ 39.9162
+ ],
+ "lon": [
+ 75.9684,
+ 76.36840000000001
+ ]
+ },
+ {
+ "city": "Wuyishan",
+ "lat": [
+ 27.5564,
+ 27.9564
+ ],
+ "lon": [
+ 117.8353,
+ 118.23530000000001
+ ]
+ },
+ {
+ "city": "Shenmu",
+ "lat": [
+ 38.624399999999994,
+ 39.0244
+ ],
+ "lon": [
+ 110.28309999999999,
+ 110.6831
+ ]
+ },
+ {
+ "city": "Chishui",
+ "lat": [
+ 28.3904,
+ 28.790399999999998
+ ],
+ "lon": [
+ 105.4975,
+ 105.89750000000001
+ ]
+ },
+ {
+ "city": "Bole",
+ "lat": [
+ 44.6539,
+ 45.053900000000006
+ ],
+ "lon": [
+ 81.8514,
+ 82.2514
+ ]
+ },
+ {
+ "city": "Longquan",
+ "lat": [
+ 27.8667,
+ 28.2667
+ ],
+ "lon": [
+ 118.9333,
+ 119.33330000000001
+ ]
+ },
+ {
+ "city": "Lin\u2019an",
+ "lat": [
+ 23.4025,
+ 23.8025
+ ],
+ "lon": [
+ 102.6309,
+ 103.0309
+ ]
+ },
+ {
+ "city": "Huangjingkeng",
+ "lat": [
+ 22.7173,
+ 23.1173
+ ],
+ "lon": [
+ 113.7958,
+ 114.1958
+ ]
+ },
+ {
+ "city": "Tieli",
+ "lat": [
+ 46.75,
+ 47.150000000000006
+ ],
+ "lon": [
+ 127.85000000000001,
+ 128.25
+ ]
+ },
+ {
+ "city": "Dianbu",
+ "lat": [
+ 31.6883,
+ 32.088300000000004
+ ],
+ "lon": [
+ 117.2608,
+ 117.66080000000001
+ ]
+ },
+ {
+ "city": "Hunchun",
+ "lat": [
+ 42.663,
+ 43.063
+ ],
+ "lon": [
+ 130.16600000000003,
+ 130.566
+ ]
+ },
+ {
+ "city": "Nong\u2019an",
+ "lat": [
+ 44.2347,
+ 44.6347
+ ],
+ "lon": [
+ 124.975,
+ 125.375
+ ]
+ },
+ {
+ "city": "Longjiang",
+ "lat": [
+ 22.6853,
+ 23.0853
+ ],
+ "lon": [
+ 112.8758,
+ 113.2758
+ ]
+ },
+ {
+ "city": "Xiqiao",
+ "lat": [
+ 22.7409,
+ 23.1409
+ ],
+ "lon": [
+ 112.7819,
+ 113.1819
+ ]
+ },
+ {
+ "city": "Wayaobu",
+ "lat": [
+ 36.942699999999995,
+ 37.3427
+ ],
+ "lon": [
+ 109.4752,
+ 109.8752
+ ]
+ },
+ {
+ "city": "Dongxing",
+ "lat": [
+ 21.3478,
+ 21.747799999999998
+ ],
+ "lon": [
+ 107.7717,
+ 108.1717
+ ]
+ },
+ {
+ "city": "Golmud",
+ "lat": [
+ 36.2072,
+ 36.607200000000006
+ ],
+ "lon": [
+ 94.72829999999999,
+ 95.1283
+ ]
+ },
+ {
+ "city": "Jinshi",
+ "lat": [
+ 29.3,
+ 29.7
+ ],
+ "lon": [
+ 111.708,
+ 112.108
+ ]
+ },
+ {
+ "city": "Xujing",
+ "lat": [
+ 30.973100000000002,
+ 31.3731
+ ],
+ "lon": [
+ 121.0723,
+ 121.4723
+ ]
+ },
+ {
+ "city": "Xigujing",
+ "lat": [
+ 31.0988,
+ 31.4988
+ ],
+ "lon": [
+ 120.9742,
+ 121.3742
+ ]
+ },
+ {
+ "city": "Gujiao",
+ "lat": [
+ 37.706999999999994,
+ 38.107
+ ],
+ "lon": [
+ 111.976,
+ 112.376
+ ]
+ },
+ {
+ "city": "Taisheng",
+ "lat": [
+ 23.0939,
+ 23.4939
+ ],
+ "lon": [
+ 113.1531,
+ 113.5531
+ ]
+ },
+ {
+ "city": "Diaobingshancun",
+ "lat": [
+ 42.2667,
+ 42.666700000000006
+ ],
+ "lon": [
+ 123.3667,
+ 123.7667
+ ]
+ },
+ {
+ "city": "Jiutai",
+ "lat": [
+ 43.9447,
+ 44.3447
+ ],
+ "lon": [
+ 125.6443,
+ 126.0443
+ ]
+ },
+ {
+ "city": "Huayin",
+ "lat": [
+ 34.3833,
+ 34.783300000000004
+ ],
+ "lon": [
+ 109.89999999999999,
+ 110.3
+ ]
+ },
+ {
+ "city": "Luzhang",
+ "lat": [
+ 25.622600000000002,
+ 26.0226
+ ],
+ "lon": [
+ 98.65769999999999,
+ 99.0577
+ ]
+ },
+ {
+ "city": "Bamiantong",
+ "lat": [
+ 44.716699999999996,
+ 45.1167
+ ],
+ "lon": [
+ 130.3167,
+ 130.71669999999997
+ ]
+ },
+ {
+ "city": "Dongning",
+ "lat": [
+ 43.9167,
+ 44.316700000000004
+ ],
+ "lon": [
+ 130.6167,
+ 131.0167
+ ]
+ },
+ {
+ "city": "Beichengqu",
+ "lat": [
+ 40.236999999999995,
+ 40.637
+ ],
+ "lon": [
+ 112.91,
+ 113.31
+ ]
+ },
+ {
+ "city": "Taihe",
+ "lat": [
+ 23.5413,
+ 23.9413
+ ],
+ "lon": [
+ 112.8076,
+ 113.2076
+ ]
+ },
+ {
+ "city": "Dunhuang",
+ "lat": [
+ 39.9411,
+ 40.341100000000004
+ ],
+ "lon": [
+ 94.4639,
+ 94.8639
+ ]
+ },
+ {
+ "city": "Donghua",
+ "lat": [
+ 35.0167,
+ 35.416700000000006
+ ],
+ "lon": [
+ 106.39999999999999,
+ 106.8
+ ]
+ },
+ {
+ "city": "Longjin",
+ "lat": [
+ 22.7525,
+ 23.1525
+ ],
+ "lon": [
+ 112.8065,
+ 113.2065
+ ]
+ },
+ {
+ "city": "Tongjiang",
+ "lat": [
+ 47.449999999999996,
+ 47.85
+ ],
+ "lon": [
+ 132.3,
+ 132.7
+ ]
+ },
+ {
+ "city": "Kangqiao",
+ "lat": [
+ 31.150000000000002,
+ 31.55
+ ],
+ "lon": [
+ 104.8667,
+ 105.2667
+ ]
+ },
+ {
+ "city": "Fenglu",
+ "lat": [
+ 24.4506,
+ 24.8506
+ ],
+ "lon": [
+ 102.735,
+ 103.135
+ ]
+ },
+ {
+ "city": "Ji\u2019an Shi",
+ "lat": [
+ 40.9253,
+ 41.325300000000006
+ ],
+ "lon": [
+ 125.994,
+ 126.394
+ ]
+ },
+ {
+ "city": "Haicheng",
+ "lat": [
+ 22.765800000000002,
+ 23.1658
+ ],
+ "lon": [
+ 115.1187,
+ 115.51870000000001
+ ]
+ },
+ {
+ "city": "Basuo",
+ "lat": [
+ 18.892,
+ 19.291999999999998
+ ],
+ "lon": [
+ 108.471,
+ 108.87100000000001
+ ]
+ },
+ {
+ "city": "Tiantoujiao",
+ "lat": [
+ 22.8241,
+ 23.2241
+ ],
+ "lon": [
+ 113.9046,
+ 114.30460000000001
+ ]
+ },
+ {
+ "city": "Kuytun",
+ "lat": [
+ 44.2264,
+ 44.626400000000004
+ ],
+ "lon": [
+ 84.7032,
+ 85.1032
+ ]
+ },
+ {
+ "city": "Fukang",
+ "lat": [
+ 43.9646,
+ 44.3646
+ ],
+ "lon": [
+ 87.75359999999999,
+ 88.1536
+ ]
+ },
+ {
+ "city": "Xuejiawan",
+ "lat": [
+ 39.66,
+ 40.06
+ ],
+ "lon": [
+ 111.03999999999999,
+ 111.44
+ ]
+ },
+ {
+ "city": "Zhanlicun",
+ "lat": [
+ 23.0881,
+ 23.4881
+ ],
+ "lon": [
+ 116.0594,
+ 116.4594
+ ]
+ },
+ {
+ "city": "Jinggang",
+ "lat": [
+ 23.072200000000002,
+ 23.4722
+ ],
+ "lon": [
+ 113.0183,
+ 113.4183
+ ]
+ },
+ {
+ "city": "Liancheng",
+ "lat": [
+ 23.8519,
+ 24.2519
+ ],
+ "lon": [
+ 104.875,
+ 105.275
+ ]
+ },
+ {
+ "city": "Zhengding",
+ "lat": [
+ 37.9464,
+ 38.3464
+ ],
+ "lon": [
+ 114.3708,
+ 114.77080000000001
+ ]
+ },
+ {
+ "city": "Aral",
+ "lat": [
+ 40.348,
+ 40.748000000000005
+ ],
+ "lon": [
+ 81.081,
+ 81.48100000000001
+ ]
+ },
+ {
+ "city": "Nanqiaotou",
+ "lat": [
+ 22.5176,
+ 22.9176
+ ],
+ "lon": [
+ 113.09179999999999,
+ 113.4918
+ ]
+ },
+ {
+ "city": "Tacheng",
+ "lat": [
+ 46.5517,
+ 46.9517
+ ],
+ "lon": [
+ 82.7869,
+ 83.18690000000001
+ ]
+ },
+ {
+ "city": "Nan Zhuang",
+ "lat": [
+ 22.7839,
+ 23.183899999999998
+ ],
+ "lon": [
+ 112.8139,
+ 113.21390000000001
+ ]
+ },
+ {
+ "city": "Chaoshan",
+ "lat": [
+ 22.8768,
+ 23.276799999999998
+ ],
+ "lon": [
+ 113.6696,
+ 114.06960000000001
+ ]
+ },
+ {
+ "city": "Xiaping",
+ "lat": [
+ 26.548000000000002,
+ 26.948
+ ],
+ "lon": [
+ 114.089,
+ 114.489
+ ]
+ },
+ {
+ "city": "Danzao",
+ "lat": [
+ 22.8427,
+ 23.2427
+ ],
+ "lon": [
+ 112.7145,
+ 113.1145
+ ]
+ },
+ {
+ "city": "Jinghai",
+ "lat": [
+ 38.7294,
+ 39.129400000000004
+ ],
+ "lon": [
+ 116.7169,
+ 117.1169
+ ]
+ },
+ {
+ "city": "Dahuaishu",
+ "lat": [
+ 36.0601,
+ 36.460100000000004
+ ],
+ "lon": [
+ 111.4743,
+ 111.8743
+ ]
+ },
+ {
+ "city": "Tafeng",
+ "lat": [
+ 25.177500000000002,
+ 25.5775
+ ],
+ "lon": [
+ 112.0034,
+ 112.4034
+ ]
+ },
+ {
+ "city": "Manzhouli",
+ "lat": [
+ 49.397999999999996,
+ 49.798
+ ],
+ "lon": [
+ 117.179,
+ 117.57900000000001
+ ]
+ },
+ {
+ "city": "Fengyicun",
+ "lat": [
+ 23.4636,
+ 23.863599999999998
+ ],
+ "lon": [
+ 116.4028,
+ 116.8028
+ ]
+ },
+ {
+ "city": "Xianshuigu",
+ "lat": [
+ 38.7786,
+ 39.1786
+ ],
+ "lon": [
+ 117.1886,
+ 117.5886
+ ]
+ },
+ {
+ "city": "Dongguazhen",
+ "lat": [
+ 24.8911,
+ 25.2911
+ ],
+ "lon": [
+ 101.30749999999999,
+ 101.7075
+ ]
+ },
+ {
+ "city": "Dongsheng",
+ "lat": [
+ 22.6847,
+ 23.084699999999998
+ ],
+ "lon": [
+ 113.255,
+ 113.655
+ ]
+ },
+ {
+ "city": "Xinjing",
+ "lat": [
+ 31.014200000000002,
+ 31.4142
+ ],
+ "lon": [
+ 121.1681,
+ 121.5681
+ ]
+ },
+ {
+ "city": "Xintang",
+ "lat": [
+ 22.5833,
+ 22.9833
+ ],
+ "lon": [
+ 112.95,
+ 113.35000000000001
+ ]
+ },
+ {
+ "city": "Zhaxi",
+ "lat": [
+ 27.6508,
+ 28.0508
+ ],
+ "lon": [
+ 104.7687,
+ 105.1687
+ ]
+ },
+ {
+ "city": "Zhaoxiang",
+ "lat": [
+ 30.949,
+ 31.349
+ ],
+ "lon": [
+ 120.9962,
+ 121.39620000000001
+ ]
+ },
+ {
+ "city": "Jinjiang",
+ "lat": [
+ 19.5288,
+ 19.9288
+ ],
+ "lon": [
+ 109.8085,
+ 110.2085
+ ]
+ },
+ {
+ "city": "Altay",
+ "lat": [
+ 47.666599999999995,
+ 48.0666
+ ],
+ "lon": [
+ 87.9166,
+ 88.31660000000001
+ ]
+ },
+ {
+ "city": "Jun\u2019an",
+ "lat": [
+ 22.5057,
+ 22.9057
+ ],
+ "lon": [
+ 112.9526,
+ 113.35260000000001
+ ]
+ },
+ {
+ "city": "Shizhaobi",
+ "lat": [
+ 23.721,
+ 24.121
+ ],
+ "lon": [
+ 115.5774,
+ 115.9774
+ ]
+ },
+ {
+ "city": "Xiangcheng",
+ "lat": [
+ 25.2783,
+ 25.6783
+ ],
+ "lon": [
+ 100.3551,
+ 100.7551
+ ]
+ },
+ {
+ "city": "Yima",
+ "lat": [
+ 34.546899999999994,
+ 34.9469
+ ],
+ "lon": [
+ 111.675,
+ 112.075
+ ]
+ },
+ {
+ "city": "Mabacun",
+ "lat": [
+ 24.4771,
+ 24.8771
+ ],
+ "lon": [
+ 113.3858,
+ 113.78580000000001
+ ]
+ },
+ {
+ "city": "Yunxian Chengguanzhen",
+ "lat": [
+ 32.6082,
+ 33.0082
+ ],
+ "lon": [
+ 110.61359999999999,
+ 111.0136
+ ]
+ },
+ {
+ "city": "Zhangmu Touwei",
+ "lat": [
+ 22.7149,
+ 23.1149
+ ],
+ "lon": [
+ 113.88329999999999,
+ 114.2833
+ ]
+ },
+ {
+ "city": "Shuangcheng",
+ "lat": [
+ 45.150299999999994,
+ 45.5503
+ ],
+ "lon": [
+ 126.08,
+ 126.48
+ ]
+ },
+ {
+ "city": "Nantou",
+ "lat": [
+ 22.5217,
+ 22.921699999999998
+ ],
+ "lon": [
+ 113.09259999999999,
+ 113.4926
+ ]
+ },
+ {
+ "city": "Baiyashi",
+ "lat": [
+ 26.201900000000002,
+ 26.6019
+ ],
+ "lon": [
+ 111.0864,
+ 111.4864
+ ]
+ },
+ {
+ "city": "Cili",
+ "lat": [
+ 29.2225,
+ 29.6225
+ ],
+ "lon": [
+ 110.9219,
+ 111.3219
+ ]
+ },
+ {
+ "city": "Zhangbei",
+ "lat": [
+ 40.958,
+ 41.358000000000004
+ ],
+ "lon": [
+ 114.51219999999999,
+ 114.9122
+ ]
+ },
+ {
+ "city": "Longjing",
+ "lat": [
+ 42.5667,
+ 42.9667
+ ],
+ "lon": [
+ 129.2333,
+ 129.6333
+ ]
+ },
+ {
+ "city": "Fengcheng",
+ "lat": [
+ 37.2328,
+ 37.6328
+ ],
+ "lon": [
+ 111.8233,
+ 112.22330000000001
+ ]
+ },
+ {
+ "city": "Dongsheng",
+ "lat": [
+ 22.2889,
+ 22.6889
+ ],
+ "lon": [
+ 113.0069,
+ 113.40690000000001
+ ]
+ },
+ {
+ "city": "Zhaozhou",
+ "lat": [
+ 37.552699999999994,
+ 37.9527
+ ],
+ "lon": [
+ 114.5775,
+ 114.9775
+ ]
+ },
+ {
+ "city": "Lucheng",
+ "lat": [
+ 29.7985,
+ 30.1985
+ ],
+ "lon": [
+ 101.7569,
+ 102.15690000000001
+ ]
+ },
+ {
+ "city": "Fuyuan",
+ "lat": [
+ 48.164699999999996,
+ 48.5647
+ ],
+ "lon": [
+ 134.1079,
+ 134.50789999999998
+ ]
+ },
+ {
+ "city": "Jizhou",
+ "lat": [
+ 37.345499999999994,
+ 37.7455
+ ],
+ "lon": [
+ 115.3663,
+ 115.7663
+ ]
+ },
+ {
+ "city": "Fugu",
+ "lat": [
+ 38.8259,
+ 39.2259
+ ],
+ "lon": [
+ 110.86829999999999,
+ 111.2683
+ ]
+ },
+ {
+ "city": "Dongfeng",
+ "lat": [
+ 22.4904,
+ 22.8904
+ ],
+ "lon": [
+ 113.04599999999999,
+ 113.446
+ ]
+ },
+ {
+ "city": "Longtian",
+ "lat": [
+ 34.699999999999996,
+ 35.1
+ ],
+ "lon": [
+ 106.64999999999999,
+ 107.05
+ ]
+ },
+ {
+ "city": "Gexianzhuang",
+ "lat": [
+ 36.8694,
+ 37.269400000000005
+ ],
+ "lon": [
+ 115.45909999999999,
+ 115.8591
+ ]
+ },
+ {
+ "city": "Shiyan",
+ "lat": [
+ 22.9251,
+ 23.3251
+ ],
+ "lon": [
+ 113.66329999999999,
+ 114.0633
+ ]
+ },
+ {
+ "city": "Sanjiao",
+ "lat": [
+ 22.4856,
+ 22.8856
+ ],
+ "lon": [
+ 113.2272,
+ 113.6272
+ ]
+ },
+ {
+ "city": "Linjiang",
+ "lat": [
+ 41.616699999999994,
+ 42.0167
+ ],
+ "lon": [
+ 126.7167,
+ 127.11670000000001
+ ]
+ },
+ {
+ "city": "Lianhe",
+ "lat": [
+ 46.9314,
+ 47.3314
+ ],
+ "lon": [
+ 129.09060000000002,
+ 129.4906
+ ]
+ },
+ {
+ "city": "Wuling",
+ "lat": [
+ 39.2421,
+ 39.642100000000006
+ ],
+ "lon": [
+ 114.03,
+ 114.43
+ ]
+ },
+ {
+ "city": "Tumen",
+ "lat": [
+ 42.7667,
+ 43.166700000000006
+ ],
+ "lon": [
+ 129.65,
+ 130.04999999999998
+ ]
+ },
+ {
+ "city": "Genhe",
+ "lat": [
+ 50.583299999999994,
+ 50.9833
+ ],
+ "lon": [
+ 121.3167,
+ 121.7167
+ ]
+ },
+ {
+ "city": "Pingshan",
+ "lat": [
+ 38.050599999999996,
+ 38.4506
+ ],
+ "lon": [
+ 113.9969,
+ 114.3969
+ ]
+ },
+ {
+ "city": "Jiangna",
+ "lat": [
+ 23.409200000000002,
+ 23.8092
+ ],
+ "lon": [
+ 104.17309999999999,
+ 104.5731
+ ]
+ },
+ {
+ "city": "Shuixi",
+ "lat": [
+ 22.309,
+ 22.709
+ ],
+ "lon": [
+ 113.12129999999999,
+ 113.5213
+ ]
+ },
+ {
+ "city": "Sanxi",
+ "lat": [
+ 22.3111,
+ 22.7111
+ ],
+ "lon": [
+ 113.1161,
+ 113.51610000000001
+ ]
+ },
+ {
+ "city": "Yongqing",
+ "lat": [
+ 39.0958,
+ 39.4958
+ ],
+ "lon": [
+ 116.2897,
+ 116.6897
+ ]
+ },
+ {
+ "city": "Yangliuqing",
+ "lat": [
+ 38.93,
+ 39.330000000000005
+ ],
+ "lon": [
+ 116.8142,
+ 117.2142
+ ]
+ },
+ {
+ "city": "Xuqiaocun",
+ "lat": [
+ 30.2274,
+ 30.627399999999998
+ ],
+ "lon": [
+ 120.1866,
+ 120.5866
+ ]
+ },
+ {
+ "city": "Quyang",
+ "lat": [
+ 26.375500000000002,
+ 26.7755
+ ],
+ "lon": [
+ 109.5008,
+ 109.9008
+ ]
+ },
+ {
+ "city": "Dongsheng",
+ "lat": [
+ 22.422800000000002,
+ 22.8228
+ ],
+ "lon": [
+ 113.0917,
+ 113.49170000000001
+ ]
+ },
+ {
+ "city": "Yulu",
+ "lat": [
+ 23.276,
+ 23.676
+ ],
+ "lon": [
+ 116.1978,
+ 116.5978
+ ]
+ },
+ {
+ "city": "Helong",
+ "lat": [
+ 42.343599999999995,
+ 42.7436
+ ],
+ "lon": [
+ 128.80280000000002,
+ 129.2028
+ ]
+ },
+ {
+ "city": "Tianmu",
+ "lat": [
+ 39.000299999999996,
+ 39.4003
+ ],
+ "lon": [
+ 116.9431,
+ 117.3431
+ ]
+ },
+ {
+ "city": "Yitong",
+ "lat": [
+ 43.145599999999995,
+ 43.5456
+ ],
+ "lon": [
+ 125.1039,
+ 125.5039
+ ]
+ },
+ {
+ "city": "Aihua",
+ "lat": [
+ 24.2167,
+ 24.616699999999998
+ ],
+ "lon": [
+ 99.89999999999999,
+ 100.3
+ ]
+ },
+ {
+ "city": "Qiaotou",
+ "lat": [
+ 36.735,
+ 37.135000000000005
+ ],
+ "lon": [
+ 101.47359999999999,
+ 101.8736
+ ]
+ },
+ {
+ "city": "Shacheng",
+ "lat": [
+ 40.2039,
+ 40.6039
+ ],
+ "lon": [
+ 115.3189,
+ 115.7189
+ ]
+ },
+ {
+ "city": "Zhijiang",
+ "lat": [
+ 27.2409,
+ 27.6409
+ ],
+ "lon": [
+ 109.478,
+ 109.878
+ ]
+ },
+ {
+ "city": "Hezuo",
+ "lat": [
+ 34.8002,
+ 35.2002
+ ],
+ "lon": [
+ 102.7103,
+ 103.11030000000001
+ ]
+ },
+ {
+ "city": "Kaiyun",
+ "lat": [
+ 27.0399,
+ 27.439899999999998
+ ],
+ "lon": [
+ 112.6639,
+ 113.0639
+ ]
+ },
+ {
+ "city": "Changbang",
+ "lat": [
+ 30.2555,
+ 30.6555
+ ],
+ "lon": [
+ 120.24329999999999,
+ 120.6433
+ ]
+ },
+ {
+ "city": "Dali",
+ "lat": [
+ 34.595299999999995,
+ 34.9953
+ ],
+ "lon": [
+ 109.7378,
+ 110.1378
+ ]
+ },
+ {
+ "city": "Taoyang",
+ "lat": [
+ 35.175399999999996,
+ 35.5754
+ ],
+ "lon": [
+ 103.6612,
+ 104.0612
+ ]
+ },
+ {
+ "city": "Tangjia",
+ "lat": [
+ 22.1566,
+ 22.5566
+ ],
+ "lon": [
+ 113.39189999999999,
+ 113.7919
+ ]
+ },
+ {
+ "city": "Shihuajie",
+ "lat": [
+ 32.0742,
+ 32.4742
+ ],
+ "lon": [
+ 111.2717,
+ 111.6717
+ ]
+ },
+ {
+ "city": "Xishancun",
+ "lat": [
+ 23.401400000000002,
+ 23.8014
+ ],
+ "lon": [
+ 116.1257,
+ 116.5257
+ ]
+ },
+ {
+ "city": "Nantang",
+ "lat": [
+ 22.2986,
+ 22.6986
+ ],
+ "lon": [
+ 113.331,
+ 113.73100000000001
+ ]
+ },
+ {
+ "city": "Yilong",
+ "lat": [
+ 23.491400000000002,
+ 23.8914
+ ],
+ "lon": [
+ 102.28699999999999,
+ 102.687
+ ]
+ },
+ {
+ "city": "Mazhang",
+ "lat": [
+ 21.0757,
+ 21.4757
+ ],
+ "lon": [
+ 110.1221,
+ 110.52210000000001
+ ]
+ },
+ {
+ "city": "Chongshan",
+ "lat": [
+ 18.5751,
+ 18.975099999999998
+ ],
+ "lon": [
+ 109.3169,
+ 109.71690000000001
+ ]
+ },
+ {
+ "city": "Longjiang",
+ "lat": [
+ 47.1404,
+ 47.540400000000005
+ ],
+ "lon": [
+ 122.98,
+ 123.38000000000001
+ ]
+ },
+ {
+ "city": "Jincheng",
+ "lat": [
+ 39.3591,
+ 39.759100000000004
+ ],
+ "lon": [
+ 112.9855,
+ 113.38550000000001
+ ]
+ },
+ {
+ "city": "Xianghe",
+ "lat": [
+ 39.5532,
+ 39.9532
+ ],
+ "lon": [
+ 116.78139999999999,
+ 117.1814
+ ]
+ },
+ {
+ "city": "Yunfu",
+ "lat": [
+ 28.4331,
+ 28.833099999999998
+ ],
+ "lon": [
+ 104.21809999999999,
+ 104.6181
+ ]
+ },
+ {
+ "city": "Mositai",
+ "lat": [
+ 45.333299999999994,
+ 45.7333
+ ],
+ "lon": [
+ 119.4528,
+ 119.8528
+ ]
+ },
+ {
+ "city": "Yishi",
+ "lat": [
+ 34.964999999999996,
+ 35.365
+ ],
+ "lon": [
+ 110.54599999999999,
+ 110.946
+ ]
+ },
+ {
+ "city": "Fugangcun",
+ "lat": [
+ 23.3873,
+ 23.7873
+ ],
+ "lon": [
+ 116.39569999999999,
+ 116.7957
+ ]
+ },
+ {
+ "city": "Hengnan",
+ "lat": [
+ 22.3348,
+ 22.7348
+ ],
+ "lon": [
+ 113.0491,
+ 113.4491
+ ]
+ },
+ {
+ "city": "Jingping",
+ "lat": [
+ 39.3189,
+ 39.718900000000005
+ ],
+ "lon": [
+ 112.0837,
+ 112.4837
+ ]
+ },
+ {
+ "city": "Xinhua",
+ "lat": [
+ 23.424300000000002,
+ 23.8243
+ ],
+ "lon": [
+ 105.4229,
+ 105.8229
+ ]
+ },
+ {
+ "city": "Weifen",
+ "lat": [
+ 38.263299999999994,
+ 38.6633
+ ],
+ "lon": [
+ 110.9203,
+ 111.3203
+ ]
+ },
+ {
+ "city": "Banzhuangcun",
+ "lat": [
+ 34.6504,
+ 35.0504
+ ],
+ "lon": [
+ 118.651,
+ 119.051
+ ]
+ },
+ {
+ "city": "Mabai",
+ "lat": [
+ 22.8128,
+ 23.212799999999998
+ ],
+ "lon": [
+ 104.2508,
+ 104.6508
+ ]
+ },
+ {
+ "city": "Xiongzhou",
+ "lat": [
+ 38.765299999999996,
+ 39.1653
+ ],
+ "lon": [
+ 115.8972,
+ 116.2972
+ ]
+ },
+ {
+ "city": "Fengning",
+ "lat": [
+ 41.010799999999996,
+ 41.4108
+ ],
+ "lon": [
+ 116.4404,
+ 116.8404
+ ]
+ },
+ {
+ "city": "Xiegang",
+ "lat": [
+ 22.7616,
+ 23.1616
+ ],
+ "lon": [
+ 113.9487,
+ 114.34870000000001
+ ]
+ },
+ {
+ "city": "Heshan",
+ "lat": [
+ 23.6,
+ 24.0
+ ],
+ "lon": [
+ 108.6833,
+ 109.08330000000001
+ ]
+ },
+ {
+ "city": "Nanxicun",
+ "lat": [
+ 23.2975,
+ 23.697499999999998
+ ],
+ "lon": [
+ 116.0436,
+ 116.4436
+ ]
+ },
+ {
+ "city": "Fanyang",
+ "lat": [
+ 30.9006,
+ 31.3006
+ ],
+ "lon": [
+ 117.9876,
+ 118.3876
+ ]
+ },
+ {
+ "city": "Wujiaqu",
+ "lat": [
+ 43.967,
+ 44.367000000000004
+ ],
+ "lon": [
+ 87.343,
+ 87.74300000000001
+ ]
+ },
+ {
+ "city": "Doudian",
+ "lat": [
+ 39.4503,
+ 39.850300000000004
+ ],
+ "lon": [
+ 115.8617,
+ 116.2617
+ ]
+ },
+ {
+ "city": "Longkeng",
+ "lat": [
+ 23.7824,
+ 24.182399999999998
+ ],
+ "lon": [
+ 112.0149,
+ 112.4149
+ ]
+ },
+ {
+ "city": "Longquan",
+ "lat": [
+ 40.1703,
+ 40.5703
+ ],
+ "lon": [
+ 113.5483,
+ 113.9483
+ ]
+ },
+ {
+ "city": "Weiyuan",
+ "lat": [
+ 23.2683,
+ 23.6683
+ ],
+ "lon": [
+ 100.48349999999999,
+ 100.8835
+ ]
+ },
+ {
+ "city": "Boli",
+ "lat": [
+ 45.5564,
+ 45.9564
+ ],
+ "lon": [
+ 130.3759,
+ 130.77589999999998
+ ]
+ },
+ {
+ "city": "Jiantang",
+ "lat": [
+ 27.633300000000002,
+ 28.0333
+ ],
+ "lon": [
+ 99.5,
+ 99.9
+ ]
+ },
+ {
+ "city": "Dongping",
+ "lat": [
+ 28.1817,
+ 28.581699999999998
+ ],
+ "lon": [
+ 111.01939999999999,
+ 111.4194
+ ]
+ },
+ {
+ "city": "Meizichong",
+ "lat": [
+ 27.9419,
+ 28.3419
+ ],
+ "lon": [
+ 111.4444,
+ 111.84440000000001
+ ]
+ },
+ {
+ "city": "Bayan Hot",
+ "lat": [
+ 38.6556,
+ 39.055600000000005
+ ],
+ "lon": [
+ 105.5001,
+ 105.90010000000001
+ ]
+ },
+ {
+ "city": "Pingyuanjie",
+ "lat": [
+ 23.5475,
+ 23.947499999999998
+ ],
+ "lon": [
+ 103.5525,
+ 103.9525
+ ]
+ },
+ {
+ "city": "Yishui",
+ "lat": [
+ 35.590399999999995,
+ 35.9904
+ ],
+ "lon": [
+ 118.42,
+ 118.82000000000001
+ ]
+ },
+ {
+ "city": "Yi Xian",
+ "lat": [
+ 39.1537,
+ 39.553700000000006
+ ],
+ "lon": [
+ 115.29599999999999,
+ 115.696
+ ]
+ },
+ {
+ "city": "Zhoujiajing",
+ "lat": [
+ 30.9128,
+ 31.3128
+ ],
+ "lon": [
+ 120.85029999999999,
+ 121.2503
+ ]
+ },
+ {
+ "city": "Lingtang",
+ "lat": [
+ 23.403200000000002,
+ 23.8032
+ ],
+ "lon": [
+ 112.874,
+ 113.274
+ ]
+ },
+ {
+ "city": "Wangjia",
+ "lat": [
+ 30.393900000000002,
+ 30.7939
+ ],
+ "lon": [
+ 120.5795,
+ 120.9795
+ ]
+ },
+ {
+ "city": "Jinbi",
+ "lat": [
+ 25.5086,
+ 25.9086
+ ],
+ "lon": [
+ 101.1368,
+ 101.5368
+ ]
+ },
+ {
+ "city": "Fenggang",
+ "lat": [
+ 23.4283,
+ 23.8283
+ ],
+ "lon": [
+ 116.3718,
+ 116.7718
+ ]
+ },
+ {
+ "city": "Rongwo",
+ "lat": [
+ 35.3161,
+ 35.716100000000004
+ ],
+ "lon": [
+ 101.8183,
+ 102.2183
+ ]
+ },
+ {
+ "city": "Wuji",
+ "lat": [
+ 37.979,
+ 38.379000000000005
+ ],
+ "lon": [
+ 114.77629999999999,
+ 115.1763
+ ]
+ },
+ {
+ "city": "Linquan",
+ "lat": [
+ 37.7513,
+ 38.151300000000006
+ ],
+ "lon": [
+ 110.7877,
+ 111.1877
+ ]
+ },
+ {
+ "city": "Xiancun",
+ "lat": [
+ 23.0374,
+ 23.4374
+ ],
+ "lon": [
+ 116.1152,
+ 116.51520000000001
+ ]
+ },
+ {
+ "city": "Mengdingjie",
+ "lat": [
+ 23.35,
+ 23.75
+ ],
+ "lon": [
+ 98.88329999999999,
+ 99.2833
+ ]
+ },
+ {
+ "city": "Julu",
+ "lat": [
+ 37.0075,
+ 37.407500000000006
+ ],
+ "lon": [
+ 114.8233,
+ 115.22330000000001
+ ]
+ },
+ {
+ "city": "Tangjia",
+ "lat": [
+ 30.5833,
+ 30.9833
+ ],
+ "lon": [
+ 120.1,
+ 120.5
+ ]
+ },
+ {
+ "city": "Wangqing",
+ "lat": [
+ 43.1126,
+ 43.512600000000006
+ ],
+ "lon": [
+ 129.55720000000002,
+ 129.9572
+ ]
+ },
+ {
+ "city": "Leping",
+ "lat": [
+ 37.414699999999996,
+ 37.8147
+ ],
+ "lon": [
+ 113.465,
+ 113.86500000000001
+ ]
+ },
+ {
+ "city": "Leshou",
+ "lat": [
+ 37.9822,
+ 38.382200000000005
+ ],
+ "lon": [
+ 115.9108,
+ 116.3108
+ ]
+ },
+ {
+ "city": "Qiantangcun",
+ "lat": [
+ 23.4742,
+ 23.8742
+ ],
+ "lon": [
+ 116.715,
+ 117.11500000000001
+ ]
+ },
+ {
+ "city": "Menglang",
+ "lat": [
+ 22.3586,
+ 22.758599999999998
+ ],
+ "lon": [
+ 99.7336,
+ 100.1336
+ ]
+ },
+ {
+ "city": "Changting",
+ "lat": [
+ 25.667,
+ 26.067
+ ],
+ "lon": [
+ 116.1167,
+ 116.5167
+ ]
+ },
+ {
+ "city": "Shuangshuicun",
+ "lat": [
+ 22.2356,
+ 22.6356
+ ],
+ "lon": [
+ 112.79639999999999,
+ 113.1964
+ ]
+ },
+ {
+ "city": "Bama",
+ "lat": [
+ 23.947400000000002,
+ 24.3474
+ ],
+ "lon": [
+ 107.0593,
+ 107.4593
+ ]
+ },
+ {
+ "city": "Wulan",
+ "lat": [
+ 36.3585,
+ 36.758500000000005
+ ],
+ "lon": [
+ 104.4765,
+ 104.87650000000001
+ ]
+ },
+ {
+ "city": "Heyunkeng",
+ "lat": [
+ 23.7533,
+ 24.153299999999998
+ ],
+ "lon": [
+ 112.7808,
+ 113.1808
+ ]
+ },
+ {
+ "city": "Tangxing",
+ "lat": [
+ 35.5261,
+ 35.926100000000005
+ ],
+ "lon": [
+ 111.5108,
+ 111.91080000000001
+ ]
+ },
+ {
+ "city": "Taohuajiang",
+ "lat": [
+ 28.323900000000002,
+ 28.7239
+ ],
+ "lon": [
+ 111.9342,
+ 112.33420000000001
+ ]
+ },
+ {
+ "city": "Tuncheng",
+ "lat": [
+ 19.1633,
+ 19.563299999999998
+ ],
+ "lon": [
+ 109.8978,
+ 110.29780000000001
+ ]
+ },
+ {
+ "city": "Yaofeng",
+ "lat": [
+ 34.939499999999995,
+ 35.3395
+ ],
+ "lon": [
+ 111.0174,
+ 111.4174
+ ]
+ },
+ {
+ "city": "Dingcheng",
+ "lat": [
+ 19.4803,
+ 19.8803
+ ],
+ "lon": [
+ 110.1681,
+ 110.5681
+ ]
+ },
+ {
+ "city": "Shaoshanzhan",
+ "lat": [
+ 27.715,
+ 28.115
+ ],
+ "lon": [
+ 112.3267,
+ 112.72670000000001
+ ]
+ },
+ {
+ "city": "Longhua",
+ "lat": [
+ 41.124599999999994,
+ 41.5246
+ ],
+ "lon": [
+ 117.53439999999999,
+ 117.9344
+ ]
+ },
+ {
+ "city": "Taishan Houcun",
+ "lat": [
+ 41.117,
+ 41.517
+ ],
+ "lon": [
+ 117.5264,
+ 117.9264
+ ]
+ },
+ {
+ "city": "Ducheng",
+ "lat": [
+ 23.0445,
+ 23.444499999999998
+ ],
+ "lon": [
+ 111.3342,
+ 111.7342
+ ]
+ },
+ {
+ "city": "Fusui",
+ "lat": [
+ 22.4325,
+ 22.8325
+ ],
+ "lon": [
+ 107.7047,
+ 108.10470000000001
+ ]
+ },
+ {
+ "city": "Jinhe",
+ "lat": [
+ 22.5667,
+ 22.9667
+ ],
+ "lon": [
+ 103.05,
+ 103.45
+ ]
+ },
+ {
+ "city": "Longchuan",
+ "lat": [
+ 24.9615,
+ 25.3615
+ ],
+ "lon": [
+ 101.0942,
+ 101.4942
+ ]
+ },
+ {
+ "city": "Luancheng",
+ "lat": [
+ 37.7003,
+ 38.100300000000004
+ ],
+ "lon": [
+ 114.4483,
+ 114.84830000000001
+ ]
+ },
+ {
+ "city": "Xishancun",
+ "lat": [
+ 23.0618,
+ 23.4618
+ ],
+ "lon": [
+ 116.0321,
+ 116.4321
+ ]
+ },
+ {
+ "city": "Wutiancun",
+ "lat": [
+ 22.9852,
+ 23.385199999999998
+ ],
+ "lon": [
+ 116.2757,
+ 116.6757
+ ]
+ },
+ {
+ "city": "Mingxing",
+ "lat": [
+ 37.2264,
+ 37.626400000000004
+ ],
+ "lon": [
+ 112.3442,
+ 112.7442
+ ]
+ },
+ {
+ "city": "Nantingcun",
+ "lat": [
+ 20.6422,
+ 21.042199999999998
+ ],
+ "lon": [
+ 109.8586,
+ 110.2586
+ ]
+ },
+ {
+ "city": "Wuyi",
+ "lat": [
+ 37.5965,
+ 37.996500000000005
+ ],
+ "lon": [
+ 115.692,
+ 116.092
+ ]
+ },
+ {
+ "city": "Kongjiazhuangcun",
+ "lat": [
+ 40.553599999999996,
+ 40.9536
+ ],
+ "lon": [
+ 114.52369999999999,
+ 114.9237
+ ]
+ },
+ {
+ "city": "Shuibian",
+ "lat": [
+ 23.9263,
+ 24.3263
+ ],
+ "lon": [
+ 112.5668,
+ 112.9668
+ ]
+ },
+ {
+ "city": "Xiedian",
+ "lat": [
+ 35.218999999999994,
+ 35.619
+ ],
+ "lon": [
+ 110.6281,
+ 111.02810000000001
+ ]
+ },
+ {
+ "city": "Hengkou",
+ "lat": [
+ 32.5378,
+ 32.9378
+ ],
+ "lon": [
+ 108.56949999999999,
+ 108.9695
+ ]
+ },
+ {
+ "city": "Gaoliying Ercun",
+ "lat": [
+ 39.9578,
+ 40.357800000000005
+ ],
+ "lon": [
+ 116.2933,
+ 116.69330000000001
+ ]
+ },
+ {
+ "city": "Shiji",
+ "lat": [
+ 23.3045,
+ 23.7045
+ ],
+ "lon": [
+ 112.7345,
+ 113.1345
+ ]
+ },
+ {
+ "city": "Wujindian",
+ "lat": [
+ 31.7839,
+ 32.1839
+ ],
+ "lon": [
+ 112.5703,
+ 112.97030000000001
+ ]
+ },
+ {
+ "city": "Yanggao",
+ "lat": [
+ 21.1298,
+ 21.529799999999998
+ ],
+ "lon": [
+ 109.7177,
+ 110.1177
+ ]
+ },
+ {
+ "city": "Koktokay",
+ "lat": [
+ 46.800399999999996,
+ 47.2004
+ ],
+ "lon": [
+ 89.2666,
+ 89.6666
+ ]
+ },
+ {
+ "city": "Dongchuan",
+ "lat": [
+ 25.276500000000002,
+ 25.6765
+ ],
+ "lon": [
+ 101.0847,
+ 101.4847
+ ]
+ },
+ {
+ "city": "Hengbei",
+ "lat": [
+ 23.6787,
+ 24.078699999999998
+ ],
+ "lon": [
+ 115.5309,
+ 115.93090000000001
+ ]
+ },
+ {
+ "city": "Yuanshan",
+ "lat": [
+ 24.1733,
+ 24.5733
+ ],
+ "lon": [
+ 114.2856,
+ 114.68560000000001
+ ]
+ },
+ {
+ "city": "Pingyi",
+ "lat": [
+ 35.310399999999994,
+ 35.7104
+ ],
+ "lon": [
+ 117.42,
+ 117.82000000000001
+ ]
+ },
+ {
+ "city": "Huolu",
+ "lat": [
+ 37.8874,
+ 38.287400000000005
+ ],
+ "lon": [
+ 114.1159,
+ 114.5159
+ ]
+ },
+ {
+ "city": "Chengbin",
+ "lat": [
+ 19.7969,
+ 20.1969
+ ],
+ "lon": [
+ 110.1375,
+ 110.53750000000001
+ ]
+ },
+ {
+ "city": "Linkou",
+ "lat": [
+ 45.0819,
+ 45.4819
+ ],
+ "lon": [
+ 130.05190000000002,
+ 130.4519
+ ]
+ },
+ {
+ "city": "Zhongcheng",
+ "lat": [
+ 28.3973,
+ 28.7973
+ ],
+ "lon": [
+ 103.7773,
+ 104.1773
+ ]
+ },
+ {
+ "city": "Mengla",
+ "lat": [
+ 21.2686,
+ 21.668599999999998
+ ],
+ "lon": [
+ 101.3507,
+ 101.75070000000001
+ ]
+ },
+ {
+ "city": "Daxincun",
+ "lat": [
+ 38.242799999999995,
+ 38.6428
+ ],
+ "lon": [
+ 106.1111,
+ 106.5111
+ ]
+ },
+ {
+ "city": "Funing",
+ "lat": [
+ 39.6879,
+ 40.087900000000005
+ ],
+ "lon": [
+ 119.03139999999999,
+ 119.4314
+ ]
+ },
+ {
+ "city": "Fancheng",
+ "lat": [
+ 38.9891,
+ 39.389100000000006
+ ],
+ "lon": [
+ 113.0729,
+ 113.47290000000001
+ ]
+ },
+ {
+ "city": "Tailai",
+ "lat": [
+ 46.1909,
+ 46.590900000000005
+ ],
+ "lon": [
+ 123.2161,
+ 123.6161
+ ]
+ },
+ {
+ "city": "Rulin",
+ "lat": [
+ 26.1585,
+ 26.5585
+ ],
+ "lon": [
+ 110.1117,
+ 110.5117
+ ]
+ },
+ {
+ "city": "Kargilik",
+ "lat": [
+ 37.684999999999995,
+ 38.085
+ ],
+ "lon": [
+ 77.2131,
+ 77.6131
+ ]
+ },
+ {
+ "city": "Laiyuan",
+ "lat": [
+ 39.1478,
+ 39.5478
+ ],
+ "lon": [
+ 114.4808,
+ 114.88080000000001
+ ]
+ },
+ {
+ "city": "Xinglong",
+ "lat": [
+ 40.2146,
+ 40.6146
+ ],
+ "lon": [
+ 117.29299999999999,
+ 117.693
+ ]
+ },
+ {
+ "city": "Dongguan",
+ "lat": [
+ 38.817299999999996,
+ 39.2173
+ ],
+ "lon": [
+ 110.9267,
+ 111.3267
+ ]
+ },
+ {
+ "city": "Puqiancun",
+ "lat": [
+ 23.3797,
+ 23.7797
+ ],
+ "lon": [
+ 114.42,
+ 114.82000000000001
+ ]
+ },
+ {
+ "city": "Panggezhuang",
+ "lat": [
+ 39.4336,
+ 39.833600000000004
+ ],
+ "lon": [
+ 116.1178,
+ 116.51780000000001
+ ]
+ },
+ {
+ "city": "Dayong",
+ "lat": [
+ 22.2653,
+ 22.6653
+ ],
+ "lon": [
+ 113.1004,
+ 113.5004
+ ]
+ },
+ {
+ "city": "Shancheng",
+ "lat": [
+ 34.590399999999995,
+ 34.9904
+ ],
+ "lon": [
+ 115.88,
+ 116.28
+ ]
+ },
+ {
+ "city": "Xindian",
+ "lat": [
+ 25.081400000000002,
+ 25.4814
+ ],
+ "lon": [
+ 101.3583,
+ 101.7583
+ ]
+ },
+ {
+ "city": "Chaigoubu",
+ "lat": [
+ 37.5868,
+ 37.9868
+ ],
+ "lon": [
+ 114.41069999999999,
+ 114.8107
+ ]
+ },
+ {
+ "city": "Jingzhou",
+ "lat": [
+ 37.491099999999996,
+ 37.8911
+ ],
+ "lon": [
+ 116.0672,
+ 116.4672
+ ]
+ },
+ {
+ "city": "Zhuolu",
+ "lat": [
+ 40.1753,
+ 40.575300000000006
+ ],
+ "lon": [
+ 115.015,
+ 115.415
+ ]
+ },
+ {
+ "city": "Lanxi",
+ "lat": [
+ 46.066399999999994,
+ 46.4664
+ ],
+ "lon": [
+ 126.076,
+ 126.476
+ ]
+ },
+ {
+ "city": "Longkoucun",
+ "lat": [
+ 23.374200000000002,
+ 23.7742
+ ],
+ "lon": [
+ 116.5303,
+ 116.9303
+ ]
+ },
+ {
+ "city": "Keshan",
+ "lat": [
+ 47.826299999999996,
+ 48.2263
+ ],
+ "lon": [
+ 125.6659,
+ 126.0659
+ ]
+ },
+ {
+ "city": "Bailongqiaocun",
+ "lat": [
+ 28.8767,
+ 29.276699999999998
+ ],
+ "lon": [
+ 119.3517,
+ 119.7517
+ ]
+ },
+ {
+ "city": "Wenping",
+ "lat": [
+ 26.993100000000002,
+ 27.3931
+ ],
+ "lon": [
+ 103.3273,
+ 103.7273
+ ]
+ },
+ {
+ "city": "Nanfengcun",
+ "lat": [
+ 23.546,
+ 23.945999999999998
+ ],
+ "lon": [
+ 111.5966,
+ 111.9966
+ ]
+ },
+ {
+ "city": "Korgas",
+ "lat": [
+ 44.012499999999996,
+ 44.4125
+ ],
+ "lon": [
+ 80.2097,
+ 80.6097
+ ]
+ },
+ {
+ "city": "Jinsha",
+ "lat": [
+ 23.3286,
+ 23.7286
+ ],
+ "lon": [
+ 116.41499999999999,
+ 116.815
+ ]
+ },
+ {
+ "city": "Yinying",
+ "lat": [
+ 37.741,
+ 38.141000000000005
+ ],
+ "lon": [
+ 113.36019999999999,
+ 113.7602
+ ]
+ },
+ {
+ "city": "Longzhou",
+ "lat": [
+ 38.2348,
+ 38.634800000000006
+ ],
+ "lon": [
+ 114.34649999999999,
+ 114.7465
+ ]
+ },
+ {
+ "city": "Baiquan",
+ "lat": [
+ 47.401799999999994,
+ 47.8018
+ ],
+ "lon": [
+ 125.8819,
+ 126.28190000000001
+ ]
+ },
+ {
+ "city": "Guzhou",
+ "lat": [
+ 25.727800000000002,
+ 26.1278
+ ],
+ "lon": [
+ 108.3186,
+ 108.71860000000001
+ ]
+ },
+ {
+ "city": "Pan\u2019an",
+ "lat": [
+ 34.5575,
+ 34.9575
+ ],
+ "lon": [
+ 104.9135,
+ 105.3135
+ ]
+ },
+ {
+ "city": "Zhanggu",
+ "lat": [
+ 30.7504,
+ 31.150399999999998
+ ],
+ "lon": [
+ 101.7167,
+ 102.11670000000001
+ ]
+ },
+ {
+ "city": "Longtangwan",
+ "lat": [
+ 27.5772,
+ 27.9772
+ ],
+ "lon": [
+ 111.5514,
+ 111.9514
+ ]
+ },
+ {
+ "city": "Qingquan",
+ "lat": [
+ 38.5931,
+ 38.993100000000005
+ ],
+ "lon": [
+ 100.8887,
+ 101.2887
+ ]
+ },
+ {
+ "city": "Yueshanwan",
+ "lat": [
+ 27.6614,
+ 28.0614
+ ],
+ "lon": [
+ 112.0911,
+ 112.4911
+ ]
+ },
+ {
+ "city": "Shangchuankou",
+ "lat": [
+ 36.128299999999996,
+ 36.5283
+ ],
+ "lon": [
+ 102.6015,
+ 103.00150000000001
+ ]
+ },
+ {
+ "city": "Rongcheng",
+ "lat": [
+ 38.8525,
+ 39.252500000000005
+ ],
+ "lon": [
+ 115.66029999999999,
+ 116.0603
+ ]
+ },
+ {
+ "city": "Huishi",
+ "lat": [
+ 35.4918,
+ 35.8918
+ ],
+ "lon": [
+ 104.8531,
+ 105.2531
+ ]
+ },
+ {
+ "city": "Yitiaoshan",
+ "lat": [
+ 36.988899999999994,
+ 37.3889
+ ],
+ "lon": [
+ 103.8571,
+ 104.25710000000001
+ ]
+ },
+ {
+ "city": "Liuhe",
+ "lat": [
+ 42.0669,
+ 42.4669
+ ],
+ "lon": [
+ 125.54039999999999,
+ 125.9404
+ ]
+ },
+ {
+ "city": "Yunnanyi",
+ "lat": [
+ 25.2245,
+ 25.624499999999998
+ ],
+ "lon": [
+ 100.48899999999999,
+ 100.889
+ ]
+ },
+ {
+ "city": "E\u2019erguna",
+ "lat": [
+ 50.043,
+ 50.443000000000005
+ ],
+ "lon": [
+ 119.981,
+ 120.381
+ ]
+ },
+ {
+ "city": "Lindong",
+ "lat": [
+ 43.7681,
+ 44.1681
+ ],
+ "lon": [
+ 119.1756,
+ 119.57560000000001
+ ]
+ },
+ {
+ "city": "Yanghe",
+ "lat": [
+ 38.0727,
+ 38.4727
+ ],
+ "lon": [
+ 106.0496,
+ 106.4496
+ ]
+ },
+ {
+ "city": "Chengjiao Chengguanzhen",
+ "lat": [
+ 34.2362,
+ 34.6362
+ ],
+ "lon": [
+ 103.8306,
+ 104.23060000000001
+ ]
+ },
+ {
+ "city": "Longshan",
+ "lat": [
+ 26.2519,
+ 26.651899999999998
+ ],
+ "lon": [
+ 106.7718,
+ 107.1718
+ ]
+ },
+ {
+ "city": "Shashijie",
+ "lat": [
+ 28.1458,
+ 28.5458
+ ],
+ "lon": [
+ 113.224,
+ 113.62400000000001
+ ]
+ },
+ {
+ "city": "Yuquan",
+ "lat": [
+ 40.220299999999995,
+ 40.6203
+ ],
+ "lon": [
+ 113.8864,
+ 114.2864
+ ]
+ },
+ {
+ "city": "Huajing",
+ "lat": [
+ 30.9194,
+ 31.319399999999998
+ ],
+ "lon": [
+ 121.25189999999999,
+ 121.6519
+ ]
+ },
+ {
+ "city": "Wanggezhuang",
+ "lat": [
+ 39.4706,
+ 39.8706
+ ],
+ "lon": [
+ 116.23819999999999,
+ 116.6382
+ ]
+ },
+ {
+ "city": "Lushar",
+ "lat": [
+ 36.2842,
+ 36.684200000000004
+ ],
+ "lon": [
+ 101.3633,
+ 101.7633
+ ]
+ },
+ {
+ "city": "Karakax",
+ "lat": [
+ 37.0714,
+ 37.4714
+ ],
+ "lon": [
+ 79.52669999999999,
+ 79.9267
+ ]
+ },
+ {
+ "city": "Weiyuan",
+ "lat": [
+ 36.641299999999994,
+ 37.0413
+ ],
+ "lon": [
+ 101.75569999999999,
+ 102.1557
+ ]
+ },
+ {
+ "city": "Guangping",
+ "lat": [
+ 36.2778,
+ 36.677800000000005
+ ],
+ "lon": [
+ 114.7333,
+ 115.1333
+ ]
+ },
+ {
+ "city": "Huquan",
+ "lat": [
+ 39.5603,
+ 39.960300000000004
+ ],
+ "lon": [
+ 114.0834,
+ 114.4834
+ ]
+ },
+ {
+ "city": "Zanhuang",
+ "lat": [
+ 37.465599999999995,
+ 37.8656
+ ],
+ "lon": [
+ 114.1861,
+ 114.5861
+ ]
+ },
+ {
+ "city": "Qarqan",
+ "lat": [
+ 37.9338,
+ 38.333800000000004
+ ],
+ "lon": [
+ 85.3333,
+ 85.7333
+ ]
+ },
+ {
+ "city": "Shanxia",
+ "lat": [
+ 24.067800000000002,
+ 24.4678
+ ],
+ "lon": [
+ 115.91069999999999,
+ 116.3107
+ ]
+ },
+ {
+ "city": "Xiantangcun",
+ "lat": [
+ 23.594,
+ 23.994
+ ],
+ "lon": [
+ 114.54469999999999,
+ 114.9447
+ ]
+ },
+ {
+ "city": "Xieqiaocun",
+ "lat": [
+ 30.2973,
+ 30.6973
+ ],
+ "lon": [
+ 120.4106,
+ 120.81060000000001
+ ]
+ },
+ {
+ "city": "Xibang",
+ "lat": [
+ 30.7472,
+ 31.147199999999998
+ ],
+ "lon": [
+ 120.6889,
+ 121.08890000000001
+ ]
+ },
+ {
+ "city": "Xinbin",
+ "lat": [
+ 41.5342,
+ 41.934200000000004
+ ],
+ "lon": [
+ 124.84,
+ 125.24000000000001
+ ]
+ },
+ {
+ "city": "Weishui",
+ "lat": [
+ 37.823,
+ 38.223000000000006
+ ],
+ "lon": [
+ 113.94579999999999,
+ 114.3458
+ ]
+ },
+ {
+ "city": "Sangzishi",
+ "lat": [
+ 27.4675,
+ 27.8675
+ ],
+ "lon": [
+ 111.1706,
+ 111.5706
+ ]
+ },
+ {
+ "city": "Lechang",
+ "lat": [
+ 35.4415,
+ 35.8415
+ ],
+ "lon": [
+ 111.2633,
+ 111.6633
+ ]
+ },
+ {
+ "city": "Qinggang",
+ "lat": [
+ 46.489999999999995,
+ 46.89
+ ],
+ "lon": [
+ 125.89999999999999,
+ 126.3
+ ]
+ },
+ {
+ "city": "Kangbao",
+ "lat": [
+ 41.6511,
+ 42.051100000000005
+ ],
+ "lon": [
+ 114.4176,
+ 114.8176
+ ]
+ },
+ {
+ "city": "Yangqingcun",
+ "lat": [
+ 21.1594,
+ 21.5594
+ ],
+ "lon": [
+ 109.9164,
+ 110.3164
+ ]
+ },
+ {
+ "city": "Fengang",
+ "lat": [
+ 30.691,
+ 31.090999999999998
+ ],
+ "lon": [
+ 120.813,
+ 121.21300000000001
+ ]
+ },
+ {
+ "city": "Lingshou",
+ "lat": [
+ 38.106399999999994,
+ 38.5064
+ ],
+ "lon": [
+ 114.1783,
+ 114.5783
+ ]
+ },
+ {
+ "city": "Gusang",
+ "lat": [
+ 28.0864,
+ 28.4864
+ ],
+ "lon": [
+ 113.5424,
+ 113.9424
+ ]
+ },
+ {
+ "city": "Wenxicun",
+ "lat": [
+ 27.9627,
+ 28.3627
+ ],
+ "lon": [
+ 120.18849999999999,
+ 120.5885
+ ]
+ },
+ {
+ "city": "Shangtangcun",
+ "lat": [
+ 21.3989,
+ 21.7989
+ ],
+ "lon": [
+ 111.3907,
+ 111.7907
+ ]
+ },
+ {
+ "city": "Sihushan",
+ "lat": [
+ 28.7716,
+ 29.171599999999998
+ ],
+ "lon": [
+ 112.4413,
+ 112.8413
+ ]
+ },
+ {
+ "city": "Yongbei",
+ "lat": [
+ 26.4462,
+ 26.8462
+ ],
+ "lon": [
+ 100.5807,
+ 100.9807
+ ]
+ },
+ {
+ "city": "Zengqiao",
+ "lat": [
+ 27.3153,
+ 27.7153
+ ],
+ "lon": [
+ 112.03359999999999,
+ 112.4336
+ ]
+ },
+ {
+ "city": "Xiluodu",
+ "lat": [
+ 28.0442,
+ 28.4442
+ ],
+ "lon": [
+ 103.43849999999999,
+ 103.8385
+ ]
+ },
+ {
+ "city": "Xinmin",
+ "lat": [
+ 34.9278,
+ 35.3278
+ ],
+ "lon": [
+ 107.9447,
+ 108.3447
+ ]
+ },
+ {
+ "city": "Shilu",
+ "lat": [
+ 19.0792,
+ 19.4792
+ ],
+ "lon": [
+ 108.8518,
+ 109.2518
+ ]
+ },
+ {
+ "city": "Jinzecun",
+ "lat": [
+ 30.8397,
+ 31.2397
+ ],
+ "lon": [
+ 120.7164,
+ 121.1164
+ ]
+ },
+ {
+ "city": "Meihuacun",
+ "lat": [
+ 37.6862,
+ 38.086200000000005
+ ],
+ "lon": [
+ 114.6204,
+ 115.02040000000001
+ ]
+ },
+ {
+ "city": "Shihe",
+ "lat": [
+ 39.052699999999994,
+ 39.4527
+ ],
+ "lon": [
+ 113.4757,
+ 113.87570000000001
+ ]
+ },
+ {
+ "city": "Yongyang",
+ "lat": [
+ 26.89,
+ 27.29
+ ],
+ "lon": [
+ 106.4892,
+ 106.8892
+ ]
+ },
+ {
+ "city": "Yisuhe",
+ "lat": [
+ 27.5736,
+ 27.973599999999998
+ ],
+ "lon": [
+ 112.7558,
+ 113.1558
+ ]
+ },
+ {
+ "city": "Jinxing",
+ "lat": [
+ 37.786899999999996,
+ 38.1869
+ ],
+ "lon": [
+ 106.00269999999999,
+ 106.4027
+ ]
+ },
+ {
+ "city": "Suifenhe",
+ "lat": [
+ 44.212399999999995,
+ 44.6124
+ ],
+ "lon": [
+ 130.95180000000002,
+ 131.3518
+ ]
+ },
+ {
+ "city": "Dongcun",
+ "lat": [
+ 38.08,
+ 38.480000000000004
+ ],
+ "lon": [
+ 111.4751,
+ 111.8751
+ ]
+ },
+ {
+ "city": "Huajiang",
+ "lat": [
+ 25.4969,
+ 25.8969
+ ],
+ "lon": [
+ 105.392,
+ 105.792
+ ]
+ },
+ {
+ "city": "Lianzhuangcun",
+ "lat": [
+ 36.9146,
+ 37.314600000000006
+ ],
+ "lon": [
+ 115.5594,
+ 115.9594
+ ]
+ },
+ {
+ "city": "Wangzhuang",
+ "lat": [
+ 39.6003,
+ 40.0003
+ ],
+ "lon": [
+ 115.95,
+ 116.35000000000001
+ ]
+ },
+ {
+ "city": "Gannan",
+ "lat": [
+ 47.7117,
+ 48.111700000000006
+ ],
+ "lon": [
+ 123.2978,
+ 123.6978
+ ]
+ },
+ {
+ "city": "Xikeng",
+ "lat": [
+ 23.8505,
+ 24.2505
+ ],
+ "lon": [
+ 116.6538,
+ 117.05380000000001
+ ]
+ },
+ {
+ "city": "Wuyang",
+ "lat": [
+ 26.857,
+ 27.256999999999998
+ ],
+ "lon": [
+ 108.1959,
+ 108.5959
+ ]
+ },
+ {
+ "city": "Tianningcun",
+ "lat": [
+ 30.6938,
+ 31.093799999999998
+ ],
+ "lon": [
+ 120.6009,
+ 121.0009
+ ]
+ },
+ {
+ "city": "Liannong",
+ "lat": [
+ 30.8107,
+ 31.2107
+ ],
+ "lon": [
+ 120.8393,
+ 121.2393
+ ]
+ },
+ {
+ "city": "Liantangcun",
+ "lat": [
+ 22.7517,
+ 23.151699999999998
+ ],
+ "lon": [
+ 112.2597,
+ 112.6597
+ ]
+ },
+ {
+ "city": "Ma\u2019erkang",
+ "lat": [
+ 31.7057,
+ 32.1057
+ ],
+ "lon": [
+ 102.0065,
+ 102.40650000000001
+ ]
+ },
+ {
+ "city": "Zengcun",
+ "lat": [
+ 38.0451,
+ 38.445100000000004
+ ],
+ "lon": [
+ 114.5367,
+ 114.9367
+ ]
+ },
+ {
+ "city": "Zengcun",
+ "lat": [
+ 38.046099999999996,
+ 38.4461
+ ],
+ "lon": [
+ 114.5394,
+ 114.9394
+ ]
+ },
+ {
+ "city": "Sucun",
+ "lat": [
+ 30.8554,
+ 31.255399999999998
+ ],
+ "lon": [
+ 117.9057,
+ 118.3057
+ ]
+ },
+ {
+ "city": "Suileng",
+ "lat": [
+ 47.0419,
+ 47.441900000000004
+ ],
+ "lon": [
+ 126.9161,
+ 127.3161
+ ]
+ },
+ {
+ "city": "Xiezhou",
+ "lat": [
+ 34.712399999999995,
+ 35.1124
+ ],
+ "lon": [
+ 110.65169999999999,
+ 111.0517
+ ]
+ },
+ {
+ "city": "Gengzhuangqiaocun",
+ "lat": [
+ 37.2453,
+ 37.645300000000006
+ ],
+ "lon": [
+ 114.7804,
+ 115.1804
+ ]
+ },
+ {
+ "city": "Yanguancun",
+ "lat": [
+ 30.2541,
+ 30.6541
+ ],
+ "lon": [
+ 120.3545,
+ 120.75450000000001
+ ]
+ },
+ {
+ "city": "Huaniu",
+ "lat": [
+ 34.3478,
+ 34.747800000000005
+ ],
+ "lon": [
+ 105.66499999999999,
+ 106.065
+ ]
+ },
+ {
+ "city": "Qianwu",
+ "lat": [
+ 21.9346,
+ 22.3346
+ ],
+ "lon": [
+ 113.0208,
+ 113.4208
+ ]
+ },
+ {
+ "city": "Mali",
+ "lat": [
+ 22.9262,
+ 23.3262
+ ],
+ "lon": [
+ 104.5409,
+ 104.9409
+ ]
+ },
+ {
+ "city": "Daqiao",
+ "lat": [
+ 30.545,
+ 30.945
+ ],
+ "lon": [
+ 120.65639999999999,
+ 121.0564
+ ]
+ },
+ {
+ "city": "Hele",
+ "lat": [
+ 18.7058,
+ 19.1058
+ ],
+ "lon": [
+ 110.27369999999999,
+ 110.6737
+ ]
+ },
+ {
+ "city": "Ping\u2019an",
+ "lat": [
+ 36.296899999999994,
+ 36.6969
+ ],
+ "lon": [
+ 101.9247,
+ 102.3247
+ ]
+ },
+ {
+ "city": "Huaixiangcun",
+ "lat": [
+ 22.2817,
+ 22.6817
+ ],
+ "lon": [
+ 110.85419999999999,
+ 111.2542
+ ]
+ },
+ {
+ "city": "Chini",
+ "lat": [
+ 23.1901,
+ 23.5901
+ ],
+ "lon": [
+ 112.8736,
+ 113.2736
+ ]
+ },
+ {
+ "city": "Bianyang",
+ "lat": [
+ 25.4194,
+ 25.819399999999998
+ ],
+ "lon": [
+ 106.335,
+ 106.735
+ ]
+ },
+ {
+ "city": "Longxing",
+ "lat": [
+ 35.409099999999995,
+ 35.8091
+ ],
+ "lon": [
+ 111.0304,
+ 111.4304
+ ]
+ },
+ {
+ "city": "Cuizhuangzi",
+ "lat": [
+ 38.1237,
+ 38.523700000000005
+ ],
+ "lon": [
+ 116.246,
+ 116.646
+ ]
+ },
+ {
+ "city": "Langtang",
+ "lat": [
+ 27.7636,
+ 28.1636
+ ],
+ "lon": [
+ 110.91,
+ 111.31
+ ]
+ },
+ {
+ "city": "Longmen",
+ "lat": [
+ 35.3489,
+ 35.748900000000006
+ ],
+ "lon": [
+ 110.3153,
+ 110.7153
+ ]
+ },
+ {
+ "city": "Changling",
+ "lat": [
+ 44.07,
+ 44.470000000000006
+ ],
+ "lon": [
+ 123.78999999999999,
+ 124.19
+ ]
+ },
+ {
+ "city": "Nawucun",
+ "lat": [
+ 21.785600000000002,
+ 22.1856
+ ],
+ "lon": [
+ 110.3877,
+ 110.7877
+ ]
+ },
+ {
+ "city": "Siliancun",
+ "lat": [
+ 22.5153,
+ 22.9153
+ ],
+ "lon": [
+ 111.0846,
+ 111.4846
+ ]
+ },
+ {
+ "city": "Yongqing",
+ "lat": [
+ 34.5522,
+ 34.952200000000005
+ ],
+ "lon": [
+ 105.9312,
+ 106.33120000000001
+ ]
+ },
+ {
+ "city": "Nansan",
+ "lat": [
+ 23.578400000000002,
+ 23.9784
+ ],
+ "lon": [
+ 98.6253,
+ 99.0253
+ ]
+ },
+ {
+ "city": "Xinqing",
+ "lat": [
+ 48.0363,
+ 48.4363
+ ],
+ "lon": [
+ 129.3059,
+ 129.70589999999999
+ ]
+ },
+ {
+ "city": "Wangguanzhuang Sicun",
+ "lat": [
+ 36.8183,
+ 37.218300000000006
+ ],
+ "lon": [
+ 115.37729999999999,
+ 115.7773
+ ]
+ },
+ {
+ "city": "Wuhuang",
+ "lat": [
+ 29.7649,
+ 30.1649
+ ],
+ "lon": [
+ 104.5883,
+ 104.98830000000001
+ ]
+ },
+ {
+ "city": "Songjiangcun",
+ "lat": [
+ 41.9756,
+ 42.375600000000006
+ ],
+ "lon": [
+ 127.2842,
+ 127.6842
+ ]
+ },
+ {
+ "city": "Daxing",
+ "lat": [
+ 22.7968,
+ 23.1968
+ ],
+ "lon": [
+ 102.195,
+ 102.595
+ ]
+ },
+ {
+ "city": "Chaiwu",
+ "lat": [
+ 39.4556,
+ 39.8556
+ ],
+ "lon": [
+ 116.4292,
+ 116.8292
+ ]
+ },
+ {
+ "city": "Jinchang",
+ "lat": [
+ 38.285799999999995,
+ 38.6858
+ ],
+ "lon": [
+ 112.76429999999999,
+ 113.1643
+ ]
+ },
+ {
+ "city": "Caojia",
+ "lat": [
+ 27.6197,
+ 28.0197
+ ],
+ "lon": [
+ 111.1364,
+ 111.5364
+ ]
+ },
+ {
+ "city": "Shidong",
+ "lat": [
+ 23.4873,
+ 23.8873
+ ],
+ "lon": [
+ 111.72959999999999,
+ 112.1296
+ ]
+ },
+ {
+ "city": "Shidongcun",
+ "lat": [
+ 23.4193,
+ 23.8193
+ ],
+ "lon": [
+ 111.8701,
+ 112.2701
+ ]
+ },
+ {
+ "city": "Jihong",
+ "lat": [
+ 32.4972,
+ 32.897200000000005
+ ],
+ "lon": [
+ 111.5928,
+ 111.9928
+ ]
+ },
+ {
+ "city": "Hongshandian",
+ "lat": [
+ 27.3736,
+ 27.7736
+ ],
+ "lon": [
+ 111.8158,
+ 112.2158
+ ]
+ },
+ {
+ "city": "Yangmei",
+ "lat": [
+ 22.672800000000002,
+ 23.0728
+ ],
+ "lon": [
+ 112.58019999999999,
+ 112.9802
+ ]
+ },
+ {
+ "city": "Qingan",
+ "lat": [
+ 46.671899999999994,
+ 47.0719
+ ],
+ "lon": [
+ 127.31179999999999,
+ 127.7118
+ ]
+ },
+ {
+ "city": "Dongsheng",
+ "lat": [
+ 29.5139,
+ 29.913899999999998
+ ],
+ "lon": [
+ 112.33,
+ 112.73
+ ]
+ },
+ {
+ "city": "Xincheng",
+ "lat": [
+ 39.7883,
+ 40.188300000000005
+ ],
+ "lon": [
+ 112.26729999999999,
+ 112.6673
+ ]
+ },
+ {
+ "city": "Xingcheng",
+ "lat": [
+ 39.943099999999994,
+ 40.3431
+ ],
+ "lon": [
+ 118.10079999999999,
+ 118.5008
+ ]
+ },
+ {
+ "city": "Beihu",
+ "lat": [
+ 37.9559,
+ 38.355900000000005
+ ],
+ "lon": [
+ 114.609,
+ 115.009
+ ]
+ },
+ {
+ "city": "Yaozhuangcun",
+ "lat": [
+ 30.7113,
+ 31.1113
+ ],
+ "lon": [
+ 120.7573,
+ 121.1573
+ ]
+ },
+ {
+ "city": "Zhangjiazhuang",
+ "lat": [
+ 38.0487,
+ 38.4487
+ ],
+ "lon": [
+ 114.6675,
+ 115.06750000000001
+ ]
+ },
+ {
+ "city": "Zhangjiazhuangcun",
+ "lat": [
+ 37.9753,
+ 38.3753
+ ],
+ "lon": [
+ 114.5394,
+ 114.9394
+ ]
+ },
+ {
+ "city": "Qabqa",
+ "lat": [
+ 36.0667,
+ 36.4667
+ ],
+ "lon": [
+ 100.41669999999999,
+ 100.8167
+ ]
+ },
+ {
+ "city": "Bamei",
+ "lat": [
+ 24.116600000000002,
+ 24.5166
+ ],
+ "lon": [
+ 104.838,
+ 105.238
+ ]
+ },
+ {
+ "city": "Gaoyi",
+ "lat": [
+ 37.4069,
+ 37.806900000000006
+ ],
+ "lon": [
+ 114.4088,
+ 114.8088
+ ]
+ },
+ {
+ "city": "Lengquancun",
+ "lat": [
+ 39.7431,
+ 40.143100000000004
+ ],
+ "lon": [
+ 115.8886,
+ 116.2886
+ ]
+ },
+ {
+ "city": "Mengmeng",
+ "lat": [
+ 23.265,
+ 23.665
+ ],
+ "lon": [
+ 99.6021,
+ 100.0021
+ ]
+ },
+ {
+ "city": "Wangjiazhai",
+ "lat": [
+ 26.4895,
+ 26.889499999999998
+ ],
+ "lon": [
+ 104.6043,
+ 105.0043
+ ]
+ },
+ {
+ "city": "Huazangsi",
+ "lat": [
+ 36.7836,
+ 37.183600000000006
+ ],
+ "lon": [
+ 102.92649999999999,
+ 103.3265
+ ]
+ },
+ {
+ "city": "Cuihuangkou",
+ "lat": [
+ 39.3322,
+ 39.732200000000006
+ ],
+ "lon": [
+ 116.9917,
+ 117.3917
+ ]
+ },
+ {
+ "city": "Shimencun",
+ "lat": [
+ 30.4265,
+ 30.8265
+ ],
+ "lon": [
+ 120.2417,
+ 120.6417
+ ]
+ },
+ {
+ "city": "Huaiyang",
+ "lat": [
+ 37.5701,
+ 37.9701
+ ],
+ "lon": [
+ 114.3312,
+ 114.7312
+ ]
+ },
+ {
+ "city": "Youfangcun",
+ "lat": [
+ 36.804899999999996,
+ 37.2049
+ ],
+ "lon": [
+ 115.57679999999999,
+ 115.9768
+ ]
+ },
+ {
+ "city": "Qinhe",
+ "lat": [
+ 36.301399999999994,
+ 36.7014
+ ],
+ "lon": [
+ 112.1247,
+ 112.52470000000001
+ ]
+ },
+ {
+ "city": "Gutao",
+ "lat": [
+ 37.0,
+ 37.400000000000006
+ ],
+ "lon": [
+ 111.95,
+ 112.35000000000001
+ ]
+ },
+ {
+ "city": "Xiayang",
+ "lat": [
+ 26.2906,
+ 26.6906
+ ],
+ "lon": [
+ 113.57079999999999,
+ 113.9708
+ ]
+ },
+ {
+ "city": "Dongxishan",
+ "lat": [
+ 27.5056,
+ 27.9056
+ ],
+ "lon": [
+ 111.6561,
+ 112.0561
+ ]
+ },
+ {
+ "city": "Xiazhai",
+ "lat": [
+ 27.503800000000002,
+ 27.9038
+ ],
+ "lon": [
+ 106.88799999999999,
+ 107.288
+ ]
+ },
+ {
+ "city": "Jieshangya",
+ "lat": [
+ 29.305,
+ 29.705
+ ],
+ "lon": [
+ 110.5653,
+ 110.9653
+ ]
+ }
+ ],
+ "Philippines": [
+ {
+ "city": "Manila",
+ "lat": [
+ 14.395800000000001,
+ 14.7958
+ ],
+ "lon": [
+ 120.7772,
+ 121.1772
+ ]
+ },
+ {
+ "city": "Quezon City",
+ "lat": [
+ 14.450000000000001,
+ 14.85
+ ],
+ "lon": [
+ 120.8475,
+ 121.2475
+ ]
+ },
+ {
+ "city": "Zamboanga City",
+ "lat": [
+ 6.7042,
+ 7.1042000000000005
+ ],
+ "lon": [
+ 121.8761,
+ 122.2761
+ ]
+ },
+ {
+ "city": "Davao",
+ "lat": [
+ 6.87,
+ 7.2700000000000005
+ ],
+ "lon": [
+ 125.39999999999999,
+ 125.8
+ ]
+ },
+ {
+ "city": "Caloocan City",
+ "lat": [
+ 14.450000000000001,
+ 14.85
+ ],
+ "lon": [
+ 120.77,
+ 121.17
+ ]
+ },
+ {
+ "city": "Canagatan",
+ "lat": [
+ 17.8,
+ 18.2
+ ],
+ "lon": [
+ 121.6,
+ 122.0
+ ]
+ },
+ {
+ "city": "Cebu City",
+ "lat": [
+ 10.120000000000001,
+ 10.52
+ ],
+ "lon": [
+ 123.55,
+ 123.95
+ ]
+ },
+ {
+ "city": "Masbate",
+ "lat": [
+ 12.07,
+ 12.469999999999999
+ ],
+ "lon": [
+ 123.38,
+ 123.78
+ ]
+ },
+ {
+ "city": "Antipolo",
+ "lat": [
+ 14.3842,
+ 14.784199999999998
+ ],
+ "lon": [
+ 120.9763,
+ 121.3763
+ ]
+ },
+ {
+ "city": "Taguig City",
+ "lat": [
+ 14.32,
+ 14.719999999999999
+ ],
+ "lon": [
+ 120.85,
+ 121.25
+ ]
+ },
+ {
+ "city": "Pasig City",
+ "lat": [
+ 14.3605,
+ 14.760499999999999
+ ],
+ "lon": [
+ 120.8765,
+ 121.2765
+ ]
+ },
+ {
+ "city": "Cagayan de Oro",
+ "lat": [
+ 8.280000000000001,
+ 8.68
+ ],
+ "lon": [
+ 124.45,
+ 124.85000000000001
+ ]
+ },
+ {
+ "city": "Valenzuela",
+ "lat": [
+ 14.5,
+ 14.899999999999999
+ ],
+ "lon": [
+ 120.78,
+ 121.18
+ ]
+ },
+ {
+ "city": "Dasmari\u00f1as",
+ "lat": [
+ 14.13,
+ 14.53
+ ],
+ "lon": [
+ 120.74,
+ 121.14
+ ]
+ },
+ {
+ "city": "General Santos",
+ "lat": [
+ 5.92,
+ 6.32
+ ],
+ "lon": [
+ 124.97,
+ 125.37
+ ]
+ },
+ {
+ "city": "City of Para\u00f1aque",
+ "lat": [
+ 14.3008,
+ 14.7008
+ ],
+ "lon": [
+ 120.7915,
+ 121.1915
+ ]
+ },
+ {
+ "city": "Bacoor",
+ "lat": [
+ 14.262400000000001,
+ 14.6624
+ ],
+ "lon": [
+ 120.7645,
+ 121.1645
+ ]
+ },
+ {
+ "city": "Tondo",
+ "lat": [
+ 14.417000000000002,
+ 14.817
+ ],
+ "lon": [
+ 120.767,
+ 121.167
+ ]
+ },
+ {
+ "city": "San Jose del Monte",
+ "lat": [
+ 14.613900000000001,
+ 15.0139
+ ],
+ "lon": [
+ 120.8453,
+ 121.2453
+ ]
+ },
+ {
+ "city": "Makati City",
+ "lat": [
+ 14.3567,
+ 14.756699999999999
+ ],
+ "lon": [
+ 120.8214,
+ 121.2214
+ ]
+ },
+ {
+ "city": "Las Pi\u00f1as City",
+ "lat": [
+ 14.25,
+ 14.649999999999999
+ ],
+ "lon": [
+ 120.78,
+ 121.18
+ ]
+ },
+ {
+ "city": "Bacolod",
+ "lat": [
+ 10.476500000000001,
+ 10.8765
+ ],
+ "lon": [
+ 122.7509,
+ 123.15090000000001
+ ]
+ },
+ {
+ "city": "Iloilo",
+ "lat": [
+ 10.520000000000001,
+ 10.92
+ ],
+ "lon": [
+ 122.36999999999999,
+ 122.77
+ ]
+ },
+ {
+ "city": "Muntinlupa City",
+ "lat": [
+ 14.180000000000001,
+ 14.58
+ ],
+ "lon": [
+ 120.85,
+ 121.25
+ ]
+ },
+ {
+ "city": "City of Calamba",
+ "lat": [
+ 14.020000000000001,
+ 14.42
+ ],
+ "lon": [
+ 120.97,
+ 121.37
+ ]
+ },
+ {
+ "city": "Lapu-Lapu City",
+ "lat": [
+ 10.1127,
+ 10.512699999999999
+ ],
+ "lon": [
+ 123.7488,
+ 124.14880000000001
+ ]
+ },
+ {
+ "city": "Imus",
+ "lat": [
+ 14.229700000000001,
+ 14.6297
+ ],
+ "lon": [
+ 120.7367,
+ 121.1367
+ ]
+ },
+ {
+ "city": "Angeles City",
+ "lat": [
+ 14.9472,
+ 15.347199999999999
+ ],
+ "lon": [
+ 120.3847,
+ 120.7847
+ ]
+ },
+ {
+ "city": "Marikina City",
+ "lat": [
+ 14.450000000000001,
+ 14.85
+ ],
+ "lon": [
+ 120.89999999999999,
+ 121.3
+ ]
+ },
+ {
+ "city": "General Trias",
+ "lat": [
+ 14.180000000000001,
+ 14.58
+ ],
+ "lon": [
+ 120.67999999999999,
+ 121.08
+ ]
+ },
+ {
+ "city": "Rodriguez",
+ "lat": [
+ 14.520000000000001,
+ 14.92
+ ],
+ "lon": [
+ 120.92,
+ 121.32000000000001
+ ]
+ },
+ {
+ "city": "Pasay City",
+ "lat": [
+ 14.343900000000001,
+ 14.7439
+ ],
+ "lon": [
+ 120.795,
+ 121.19500000000001
+ ]
+ },
+ {
+ "city": "Mandaluyong City",
+ "lat": [
+ 14.38,
+ 14.78
+ ],
+ "lon": [
+ 120.83,
+ 121.23
+ ]
+ },
+ {
+ "city": "Santa Rosa",
+ "lat": [
+ 14.120000000000001,
+ 14.52
+ ],
+ "lon": [
+ 120.92,
+ 121.32000000000001
+ ]
+ },
+ {
+ "city": "Bi\u00f1an",
+ "lat": [
+ 14.13,
+ 14.53
+ ],
+ "lon": [
+ 120.88,
+ 121.28
+ ]
+ },
+ {
+ "city": "Sampaloc",
+ "lat": [
+ 14.4031,
+ 14.803099999999999
+ ],
+ "lon": [
+ 120.8022,
+ 121.2022
+ ]
+ },
+ {
+ "city": "Taytay",
+ "lat": [
+ 14.369200000000001,
+ 14.7692
+ ],
+ "lon": [
+ 120.93249999999999,
+ 121.3325
+ ]
+ },
+ {
+ "city": "Tarlac City",
+ "lat": [
+ 15.286900000000001,
+ 15.6869
+ ],
+ "lon": [
+ 120.39,
+ 120.79
+ ]
+ },
+ {
+ "city": "Malabon",
+ "lat": [
+ 14.46,
+ 14.86
+ ],
+ "lon": [
+ 120.75999999999999,
+ 121.16
+ ]
+ },
+ {
+ "city": "Cainta",
+ "lat": [
+ 14.370000000000001,
+ 14.77
+ ],
+ "lon": [
+ 120.92,
+ 121.32000000000001
+ ]
+ },
+ {
+ "city": "Lipa City",
+ "lat": [
+ 13.741100000000001,
+ 14.1411
+ ],
+ "lon": [
+ 120.9622,
+ 121.3622
+ ]
+ },
+ {
+ "city": "Butuan",
+ "lat": [
+ 8.748000000000001,
+ 9.148
+ ],
+ "lon": [
+ 125.343,
+ 125.74300000000001
+ ]
+ },
+ {
+ "city": "Baguio City",
+ "lat": [
+ 16.2119,
+ 16.6119
+ ],
+ "lon": [
+ 120.3933,
+ 120.7933
+ ]
+ },
+ {
+ "city": "Mandaue City",
+ "lat": [
+ 10.13,
+ 10.53
+ ],
+ "lon": [
+ 123.73,
+ 124.13000000000001
+ ]
+ },
+ {
+ "city": "Iligan",
+ "lat": [
+ 8.030000000000001,
+ 8.43
+ ],
+ "lon": [
+ 124.05,
+ 124.45
+ ]
+ },
+ {
+ "city": "Cabuyao",
+ "lat": [
+ 14.075000000000001,
+ 14.475
+ ],
+ "lon": [
+ 120.925,
+ 121.325
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ 14.83,
+ 15.229999999999999
+ ],
+ "lon": [
+ 120.48,
+ 120.88000000000001
+ ]
+ },
+ {
+ "city": "Batangas",
+ "lat": [
+ 13.63,
+ 14.03
+ ],
+ "lon": [
+ 120.8,
+ 121.2
+ ]
+ },
+ {
+ "city": "Naga City",
+ "lat": [
+ 13.4244,
+ 13.824399999999999
+ ],
+ "lon": [
+ 122.9864,
+ 123.38640000000001
+ ]
+ },
+ {
+ "city": "Cabanatuan City",
+ "lat": [
+ 15.2908,
+ 15.6908
+ ],
+ "lon": [
+ 120.7678,
+ 121.1678
+ ]
+ },
+ {
+ "city": "San Pedro",
+ "lat": [
+ 14.1583,
+ 14.5583
+ ],
+ "lon": [
+ 120.8583,
+ 121.2583
+ ]
+ },
+ {
+ "city": "Cotabato",
+ "lat": [
+ 7.02,
+ 7.42
+ ],
+ "lon": [
+ 124.05,
+ 124.45
+ ]
+ },
+ {
+ "city": "Binangonan",
+ "lat": [
+ 14.2514,
+ 14.651399999999999
+ ],
+ "lon": [
+ 120.9919,
+ 121.3919
+ ]
+ },
+ {
+ "city": "Tanza",
+ "lat": [
+ 14.1944,
+ 14.594399999999998
+ ],
+ "lon": [
+ 120.6531,
+ 121.0531
+ ]
+ },
+ {
+ "city": "Puerto Princesa",
+ "lat": [
+ 9.55,
+ 9.95
+ ],
+ "lon": [
+ 118.55,
+ 118.95
+ ]
+ },
+ {
+ "city": "Tagum",
+ "lat": [
+ 7.2478,
+ 7.6478
+ ],
+ "lon": [
+ 125.6078,
+ 126.0078
+ ]
+ },
+ {
+ "city": "Silang",
+ "lat": [
+ 14.030600000000002,
+ 14.4306
+ ],
+ "lon": [
+ 120.77499999999999,
+ 121.175
+ ]
+ },
+ {
+ "city": "Mabalacat",
+ "lat": [
+ 15.020000000000001,
+ 15.42
+ ],
+ "lon": [
+ 120.38,
+ 120.78
+ ]
+ },
+ {
+ "city": "Santa Maria",
+ "lat": [
+ 14.620000000000001,
+ 15.02
+ ],
+ "lon": [
+ 120.75999999999999,
+ 121.16
+ ]
+ },
+ {
+ "city": "San Pablo",
+ "lat": [
+ 13.870000000000001,
+ 14.27
+ ],
+ "lon": [
+ 121.125,
+ 121.525
+ ]
+ },
+ {
+ "city": "Lucena",
+ "lat": [
+ 13.73,
+ 14.129999999999999
+ ],
+ "lon": [
+ 121.42,
+ 121.82000000000001
+ ]
+ },
+ {
+ "city": "San Mateo",
+ "lat": [
+ 14.4969,
+ 14.896899999999999
+ ],
+ "lon": [
+ 120.9219,
+ 121.3219
+ ]
+ },
+ {
+ "city": "Talisay",
+ "lat": [
+ 10.05,
+ 10.45
+ ],
+ "lon": [
+ 123.63,
+ 124.03
+ ]
+ },
+ {
+ "city": "Malolos",
+ "lat": [
+ 14.643600000000001,
+ 15.0436
+ ],
+ "lon": [
+ 120.6114,
+ 121.01140000000001
+ ]
+ },
+ {
+ "city": "Olongapo",
+ "lat": [
+ 14.63,
+ 15.03
+ ],
+ "lon": [
+ 120.08,
+ 120.48
+ ]
+ },
+ {
+ "city": "Marilao",
+ "lat": [
+ 14.558100000000001,
+ 14.9581
+ ],
+ "lon": [
+ 120.7481,
+ 121.1481
+ ]
+ },
+ {
+ "city": "Tacloban",
+ "lat": [
+ 11.040000000000001,
+ 11.44
+ ],
+ "lon": [
+ 124.8,
+ 125.2
+ ]
+ },
+ {
+ "city": "Navotas",
+ "lat": [
+ 14.466700000000001,
+ 14.8667
+ ],
+ "lon": [
+ 120.7417,
+ 121.1417
+ ]
+ },
+ {
+ "city": "Ormoc",
+ "lat": [
+ 10.8106,
+ 11.2106
+ ],
+ "lon": [
+ 124.4075,
+ 124.8075
+ ]
+ },
+ {
+ "city": "Meycauayan",
+ "lat": [
+ 14.530000000000001,
+ 14.93
+ ],
+ "lon": [
+ 120.75,
+ 121.15
+ ]
+ },
+ {
+ "city": "Santo Tomas",
+ "lat": [
+ 13.88,
+ 14.28
+ ],
+ "lon": [
+ 120.98,
+ 121.38000000000001
+ ]
+ },
+ {
+ "city": "Valencia",
+ "lat": [
+ 7.7042,
+ 8.1042
+ ],
+ "lon": [
+ 124.8928,
+ 125.2928
+ ]
+ },
+ {
+ "city": "Trece Martires City",
+ "lat": [
+ 14.08,
+ 14.479999999999999
+ ],
+ "lon": [
+ 120.67,
+ 121.07000000000001
+ ]
+ },
+ {
+ "city": "Pagadian",
+ "lat": [
+ 7.6272,
+ 8.0272
+ ],
+ "lon": [
+ 123.2364,
+ 123.63640000000001
+ ]
+ },
+ {
+ "city": "Legazpi City",
+ "lat": [
+ 12.930000000000001,
+ 13.33
+ ],
+ "lon": [
+ 123.53,
+ 123.93
+ ]
+ },
+ {
+ "city": "Panabo",
+ "lat": [
+ 7.1,
+ 7.5
+ ],
+ "lon": [
+ 125.48,
+ 125.88000000000001
+ ]
+ },
+ {
+ "city": "Toledo",
+ "lat": [
+ 10.180000000000001,
+ 10.58
+ ],
+ "lon": [
+ 123.45,
+ 123.85000000000001
+ ]
+ },
+ {
+ "city": "Marawi City",
+ "lat": [
+ 7.8031,
+ 8.2031
+ ],
+ "lon": [
+ 124.085,
+ 124.485
+ ]
+ },
+ {
+ "city": "San Carlos City",
+ "lat": [
+ 15.728100000000001,
+ 16.1281
+ ],
+ "lon": [
+ 120.1489,
+ 120.5489
+ ]
+ },
+ {
+ "city": "Santa Ana",
+ "lat": [
+ 14.38,
+ 14.78
+ ],
+ "lon": [
+ 120.812,
+ 121.212
+ ]
+ },
+ {
+ "city": "Kabankalan",
+ "lat": [
+ 9.780000000000001,
+ 10.18
+ ],
+ "lon": [
+ 122.61999999999999,
+ 123.02
+ ]
+ },
+ {
+ "city": "Koronadal",
+ "lat": [
+ 6.3,
+ 6.7
+ ],
+ "lon": [
+ 124.64999999999999,
+ 125.05
+ ]
+ },
+ {
+ "city": "Tanauan",
+ "lat": [
+ 13.88,
+ 14.28
+ ],
+ "lon": [
+ 120.95,
+ 121.35000000000001
+ ]
+ },
+ {
+ "city": "Bago",
+ "lat": [
+ 10.3388,
+ 10.7388
+ ],
+ "lon": [
+ 122.63839999999999,
+ 123.0384
+ ]
+ },
+ {
+ "city": "Malaybalay",
+ "lat": [
+ 7.9563999999999995,
+ 8.356399999999999
+ ],
+ "lon": [
+ 124.9333,
+ 125.33330000000001
+ ]
+ },
+ {
+ "city": "Digos",
+ "lat": [
+ 6.55,
+ 6.95
+ ],
+ "lon": [
+ 125.14999999999999,
+ 125.55
+ ]
+ },
+ {
+ "city": "Calbayog City",
+ "lat": [
+ 11.870000000000001,
+ 12.27
+ ],
+ "lon": [
+ 124.39999999999999,
+ 124.8
+ ]
+ },
+ {
+ "city": "Sorsogon",
+ "lat": [
+ 12.7742,
+ 13.174199999999999
+ ],
+ "lon": [
+ 123.80579999999999,
+ 124.2058
+ ]
+ },
+ {
+ "city": "Roxas City",
+ "lat": [
+ 11.3894,
+ 11.789399999999999
+ ],
+ "lon": [
+ 122.55109999999999,
+ 122.9511
+ ]
+ },
+ {
+ "city": "Dagupan City",
+ "lat": [
+ 15.843,
+ 16.243
+ ],
+ "lon": [
+ 120.134,
+ 120.534
+ ]
+ },
+ {
+ "city": "Lubao",
+ "lat": [
+ 14.73,
+ 15.129999999999999
+ ],
+ "lon": [
+ 120.39999999999999,
+ 120.8
+ ]
+ },
+ {
+ "city": "Mexico",
+ "lat": [
+ 14.864500000000001,
+ 15.2645
+ ],
+ "lon": [
+ 120.52029999999999,
+ 120.9203
+ ]
+ },
+ {
+ "city": "Polomolok",
+ "lat": [
+ 6.02,
+ 6.42
+ ],
+ "lon": [
+ 124.86999999999999,
+ 125.27
+ ]
+ },
+ {
+ "city": "General Mariano Alvarez",
+ "lat": [
+ 14.100000000000001,
+ 14.5
+ ],
+ "lon": [
+ 120.8,
+ 121.2
+ ]
+ },
+ {
+ "city": "San Miguel",
+ "lat": [
+ 14.9458,
+ 15.345799999999999
+ ],
+ "lon": [
+ 120.7783,
+ 121.17830000000001
+ ]
+ },
+ {
+ "city": "Surigao",
+ "lat": [
+ 9.5897,
+ 9.9897
+ ],
+ "lon": [
+ 125.2958,
+ 125.6958
+ ]
+ },
+ {
+ "city": "Concepcion",
+ "lat": [
+ 15.1249,
+ 15.524899999999999
+ ],
+ "lon": [
+ 120.4554,
+ 120.8554
+ ]
+ },
+ {
+ "city": "Baliuag",
+ "lat": [
+ 14.754000000000001,
+ 15.154
+ ],
+ "lon": [
+ 120.701,
+ 121.101
+ ]
+ },
+ {
+ "city": "Tuguegarao",
+ "lat": [
+ 17.4133,
+ 17.813299999999998
+ ],
+ "lon": [
+ 121.5303,
+ 121.9303
+ ]
+ },
+ {
+ "city": "Sariaya",
+ "lat": [
+ 13.770000000000001,
+ 14.17
+ ],
+ "lon": [
+ 121.33,
+ 121.73
+ ]
+ },
+ {
+ "city": "Naic",
+ "lat": [
+ 14.120000000000001,
+ 14.52
+ ],
+ "lon": [
+ 120.57,
+ 120.97
+ ]
+ },
+ {
+ "city": "Kidapawan",
+ "lat": [
+ 6.8083,
+ 7.2083
+ ],
+ "lon": [
+ 124.8894,
+ 125.2894
+ ]
+ },
+ {
+ "city": "Cadiz",
+ "lat": [
+ 10.75,
+ 11.149999999999999
+ ],
+ "lon": [
+ 123.1,
+ 123.5
+ ]
+ },
+ {
+ "city": "Ilagan",
+ "lat": [
+ 16.948900000000002,
+ 17.3489
+ ],
+ "lon": [
+ 121.68939999999999,
+ 122.0894
+ ]
+ },
+ {
+ "city": "Danao",
+ "lat": [
+ 10.33,
+ 10.729999999999999
+ ],
+ "lon": [
+ 123.73,
+ 124.13000000000001
+ ]
+ },
+ {
+ "city": "Capas",
+ "lat": [
+ 15.1372,
+ 15.537199999999999
+ ],
+ "lon": [
+ 120.39,
+ 120.79
+ ]
+ },
+ {
+ "city": "Pandi",
+ "lat": [
+ 14.67,
+ 15.069999999999999
+ ],
+ "lon": [
+ 120.75,
+ 121.15
+ ]
+ },
+ {
+ "city": "San Jose",
+ "lat": [
+ 12.152800000000001,
+ 12.5528
+ ],
+ "lon": [
+ 120.8676,
+ 121.2676
+ ]
+ },
+ {
+ "city": "Poblacion",
+ "lat": [
+ 10.2111,
+ 10.611099999999999
+ ],
+ "lon": [
+ 123.7822,
+ 124.18220000000001
+ ]
+ },
+ {
+ "city": "Minglanilla",
+ "lat": [
+ 10.045,
+ 10.444999999999999
+ ],
+ "lon": [
+ 123.5964,
+ 123.99640000000001
+ ]
+ },
+ {
+ "city": "San Jose",
+ "lat": [
+ 15.6037,
+ 16.0037
+ ],
+ "lon": [
+ 120.7991,
+ 121.1991
+ ]
+ },
+ {
+ "city": "Mariveles",
+ "lat": [
+ 14.23,
+ 14.629999999999999
+ ],
+ "lon": [
+ 120.28,
+ 120.68
+ ]
+ },
+ {
+ "city": "Sagay",
+ "lat": [
+ 10.700000000000001,
+ 11.1
+ ],
+ "lon": [
+ 123.22,
+ 123.62
+ ]
+ },
+ {
+ "city": "Santiago",
+ "lat": [
+ 16.48,
+ 16.88
+ ],
+ "lon": [
+ 121.35,
+ 121.75
+ ]
+ },
+ {
+ "city": "Consolacion",
+ "lat": [
+ 10.200000000000001,
+ 10.6
+ ],
+ "lon": [
+ 123.75,
+ 124.15
+ ]
+ },
+ {
+ "city": "Mati",
+ "lat": [
+ 6.7482999999999995,
+ 7.1483
+ ],
+ "lon": [
+ 126.0272,
+ 126.4272
+ ]
+ },
+ {
+ "city": "Calapan",
+ "lat": [
+ 13.214,
+ 13.613999999999999
+ ],
+ "lon": [
+ 120.98,
+ 121.38000000000001
+ ]
+ },
+ {
+ "city": "Calapan",
+ "lat": [
+ 13.214,
+ 13.613999999999999
+ ],
+ "lon": [
+ 120.98,
+ 121.38000000000001
+ ]
+ },
+ {
+ "city": "Arayat",
+ "lat": [
+ 14.949300000000001,
+ 15.3493
+ ],
+ "lon": [
+ 120.5692,
+ 120.9692
+ ]
+ },
+ {
+ "city": "Urdaneta",
+ "lat": [
+ 15.776100000000001,
+ 16.1761
+ ],
+ "lon": [
+ 120.3711,
+ 120.7711
+ ]
+ },
+ {
+ "city": "Calabayan",
+ "lat": [
+ 16.57,
+ 16.97
+ ],
+ "lon": [
+ 121.58,
+ 121.98
+ ]
+ },
+ {
+ "city": "Malasiqui",
+ "lat": [
+ 15.72,
+ 16.12
+ ],
+ "lon": [
+ 120.22,
+ 120.62
+ ]
+ },
+ {
+ "city": "Bocaue",
+ "lat": [
+ 14.600000000000001,
+ 15.0
+ ],
+ "lon": [
+ 120.73,
+ 121.13000000000001
+ ]
+ },
+ {
+ "city": "Tabaco",
+ "lat": [
+ 13.15,
+ 13.549999999999999
+ ],
+ "lon": [
+ 123.53,
+ 123.93
+ ]
+ },
+ {
+ "city": "Porac",
+ "lat": [
+ 14.8719,
+ 15.271899999999999
+ ],
+ "lon": [
+ 120.3419,
+ 120.7419
+ ]
+ },
+ {
+ "city": "Ozamiz City",
+ "lat": [
+ 7.95,
+ 8.35
+ ],
+ "lon": [
+ 123.64999999999999,
+ 124.05
+ ]
+ },
+ {
+ "city": "Payatas",
+ "lat": [
+ 14.5099,
+ 14.909899999999999
+ ],
+ "lon": [
+ 120.8997,
+ 121.2997
+ ]
+ },
+ {
+ "city": "Tanay",
+ "lat": [
+ 14.2972,
+ 14.697199999999999
+ ],
+ "lon": [
+ 121.0864,
+ 121.4864
+ ]
+ },
+ {
+ "city": "Dipolog",
+ "lat": [
+ 8.3872,
+ 8.787199999999999
+ ],
+ "lon": [
+ 123.1408,
+ 123.5408
+ ]
+ },
+ {
+ "city": "Candelaria",
+ "lat": [
+ 13.731100000000001,
+ 14.1311
+ ],
+ "lon": [
+ 121.2233,
+ 121.6233
+ ]
+ },
+ {
+ "city": "La Trinidad",
+ "lat": [
+ 16.26,
+ 16.66
+ ],
+ "lon": [
+ 120.39,
+ 120.79
+ ]
+ },
+ {
+ "city": "Jolo",
+ "lat": [
+ 5.8,
+ 6.2
+ ],
+ "lon": [
+ 120.8,
+ 121.2
+ ]
+ },
+ {
+ "city": "Gingoog",
+ "lat": [
+ 8.620000000000001,
+ 9.02
+ ],
+ "lon": [
+ 124.89999999999999,
+ 125.3
+ ]
+ },
+ {
+ "city": "Nasugbu",
+ "lat": [
+ 13.870000000000001,
+ 14.27
+ ],
+ "lon": [
+ 120.42999999999999,
+ 120.83
+ ]
+ },
+ {
+ "city": "Carcar",
+ "lat": [
+ 9.92,
+ 10.319999999999999
+ ],
+ "lon": [
+ 123.42999999999999,
+ 123.83
+ ]
+ },
+ {
+ "city": "Norzagaray",
+ "lat": [
+ 14.72,
+ 15.12
+ ],
+ "lon": [
+ 120.85,
+ 121.25
+ ]
+ },
+ {
+ "city": "Floridablanca",
+ "lat": [
+ 14.774000000000001,
+ 15.174
+ ],
+ "lon": [
+ 120.328,
+ 120.72800000000001
+ ]
+ },
+ {
+ "city": "Dumaguete City",
+ "lat": [
+ 9.1103,
+ 9.510299999999999
+ ],
+ "lon": [
+ 123.1081,
+ 123.5081
+ ]
+ },
+ {
+ "city": "Daraga",
+ "lat": [
+ 12.9619,
+ 13.361899999999999
+ ],
+ "lon": [
+ 123.4939,
+ 123.8939
+ ]
+ },
+ {
+ "city": "San Andres",
+ "lat": [
+ 14.3739,
+ 14.7739
+ ],
+ "lon": [
+ 120.8039,
+ 121.2039
+ ]
+ },
+ {
+ "city": "Hagonoy",
+ "lat": [
+ 14.63,
+ 15.03
+ ],
+ "lon": [
+ 120.53,
+ 120.93
+ ]
+ },
+ {
+ "city": "Naga",
+ "lat": [
+ 10.020000000000001,
+ 10.42
+ ],
+ "lon": [
+ 123.55,
+ 123.95
+ ]
+ },
+ {
+ "city": "San Carlos",
+ "lat": [
+ 10.292900000000001,
+ 10.6929
+ ],
+ "lon": [
+ 123.20949999999999,
+ 123.6095
+ ]
+ },
+ {
+ "city": "Talavera",
+ "lat": [
+ 15.3839,
+ 15.7839
+ ],
+ "lon": [
+ 120.71889999999999,
+ 121.1189
+ ]
+ },
+ {
+ "city": "Angono",
+ "lat": [
+ 14.323400000000001,
+ 14.7234
+ ],
+ "lon": [
+ 120.9536,
+ 121.3536
+ ]
+ },
+ {
+ "city": "Silay",
+ "lat": [
+ 10.600000000000001,
+ 11.0
+ ],
+ "lon": [
+ 122.77,
+ 123.17
+ ]
+ },
+ {
+ "city": "City of Isabela",
+ "lat": [
+ 6.5,
+ 6.9
+ ],
+ "lon": [
+ 121.77,
+ 122.17
+ ]
+ },
+ {
+ "city": "Bamban",
+ "lat": [
+ 15.074200000000001,
+ 15.4742
+ ],
+ "lon": [
+ 120.3669,
+ 120.7669
+ ]
+ },
+ {
+ "city": "Guagua",
+ "lat": [
+ 14.770000000000001,
+ 15.17
+ ],
+ "lon": [
+ 120.42999999999999,
+ 120.83
+ ]
+ },
+ {
+ "city": "Santo Tomas",
+ "lat": [
+ 7.33,
+ 7.73
+ ],
+ "lon": [
+ 125.42,
+ 125.82000000000001
+ ]
+ },
+ {
+ "city": "Rosario",
+ "lat": [
+ 13.646,
+ 14.046
+ ],
+ "lon": [
+ 121.006,
+ 121.406
+ ]
+ },
+ {
+ "city": "Guimba",
+ "lat": [
+ 15.460600000000001,
+ 15.8606
+ ],
+ "lon": [
+ 120.565,
+ 120.965
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 14.3998,
+ 14.7998
+ ],
+ "lon": [
+ 120.7802,
+ 121.1802
+ ]
+ },
+ {
+ "city": "San Juan",
+ "lat": [
+ 14.404,
+ 14.803999999999998
+ ],
+ "lon": [
+ 120.83,
+ 121.23
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ 16.42,
+ 16.82
+ ],
+ "lon": [
+ 120.11999999999999,
+ 120.52
+ ]
+ },
+ {
+ "city": "Magalang",
+ "lat": [
+ 15.020000000000001,
+ 15.42
+ ],
+ "lon": [
+ 120.47,
+ 120.87
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 14.08,
+ 14.479999999999999
+ ],
+ "lon": [
+ 121.22,
+ 121.62
+ ]
+ },
+ {
+ "city": "Gapan",
+ "lat": [
+ 15.112200000000001,
+ 15.5122
+ ],
+ "lon": [
+ 120.74889999999999,
+ 121.1489
+ ]
+ },
+ {
+ "city": "Bayawan",
+ "lat": [
+ 9.17,
+ 9.569999999999999
+ ],
+ "lon": [
+ 122.6,
+ 123.0
+ ]
+ },
+ {
+ "city": "Tabuk",
+ "lat": [
+ 17.2069,
+ 17.6069
+ ],
+ "lon": [
+ 121.24249999999999,
+ 121.6425
+ ]
+ },
+ {
+ "city": "Poblacion",
+ "lat": [
+ 14.185400000000001,
+ 14.5854
+ ],
+ "lon": [
+ 120.829,
+ 121.229
+ ]
+ },
+ {
+ "city": "Candaba",
+ "lat": [
+ 14.8933,
+ 15.293299999999999
+ ],
+ "lon": [
+ 120.6283,
+ 121.0283
+ ]
+ },
+ {
+ "city": "Calumpit",
+ "lat": [
+ 14.72,
+ 15.12
+ ],
+ "lon": [
+ 120.57,
+ 120.97
+ ]
+ },
+ {
+ "city": "Dinalupihan",
+ "lat": [
+ 14.680000000000001,
+ 15.08
+ ],
+ "lon": [
+ 120.27,
+ 120.67
+ ]
+ },
+ {
+ "city": "Malita",
+ "lat": [
+ 6.2108,
+ 6.6108
+ ],
+ "lon": [
+ 125.4144,
+ 125.8144
+ ]
+ },
+ {
+ "city": "Ligao",
+ "lat": [
+ 13.020000000000001,
+ 13.42
+ ],
+ "lon": [
+ 123.32,
+ 123.72
+ ]
+ },
+ {
+ "city": "Midsayap",
+ "lat": [
+ 6.99,
+ 7.390000000000001
+ ],
+ "lon": [
+ 124.33,
+ 124.73
+ ]
+ },
+ {
+ "city": "Apalit",
+ "lat": [
+ 14.749600000000001,
+ 15.1496
+ ],
+ "lon": [
+ 120.5587,
+ 120.95870000000001
+ ]
+ },
+ {
+ "city": "Samal",
+ "lat": [
+ 6.85,
+ 7.25
+ ],
+ "lon": [
+ 125.53,
+ 125.93
+ ]
+ },
+ {
+ "city": "Datu Odin Sinsuat",
+ "lat": [
+ 6.9889,
+ 7.3889000000000005
+ ],
+ "lon": [
+ 123.98389999999999,
+ 124.3839
+ ]
+ },
+ {
+ "city": "Himamaylan",
+ "lat": [
+ 9.9,
+ 10.299999999999999
+ ],
+ "lon": [
+ 122.67,
+ 123.07000000000001
+ ]
+ },
+ {
+ "city": "Bongao",
+ "lat": [
+ 4.8292,
+ 5.2292000000000005
+ ],
+ "lon": [
+ 119.5731,
+ 119.9731
+ ]
+ },
+ {
+ "city": "San Ildefonso",
+ "lat": [
+ 14.878900000000002,
+ 15.2789
+ ],
+ "lon": [
+ 120.7419,
+ 121.1419
+ ]
+ },
+ {
+ "city": "Los Ba\u00f1os",
+ "lat": [
+ 13.97,
+ 14.37
+ ],
+ "lon": [
+ 121.02,
+ 121.42
+ ]
+ },
+ {
+ "city": "Iriga City",
+ "lat": [
+ 13.2231,
+ 13.623099999999999
+ ],
+ "lon": [
+ 123.2122,
+ 123.6122
+ ]
+ },
+ {
+ "city": "Plaridel",
+ "lat": [
+ 14.686900000000001,
+ 15.0869
+ ],
+ "lon": [
+ 120.6569,
+ 121.0569
+ ]
+ },
+ {
+ "city": "San Juan",
+ "lat": [
+ 13.626000000000001,
+ 14.026
+ ],
+ "lon": [
+ 121.196,
+ 121.596
+ ]
+ },
+ {
+ "city": "Guiguinto",
+ "lat": [
+ 14.63,
+ 15.03
+ ],
+ "lon": [
+ 120.67999999999999,
+ 121.08
+ ]
+ },
+ {
+ "city": "Manolo Fortich",
+ "lat": [
+ 8.1675,
+ 8.567499999999999
+ ],
+ "lon": [
+ 124.6656,
+ 125.0656
+ ]
+ },
+ {
+ "city": "Mangaldan",
+ "lat": [
+ 15.870000000000001,
+ 16.27
+ ],
+ "lon": [
+ 120.20389999999999,
+ 120.6039
+ ]
+ },
+ {
+ "city": "Libmanan",
+ "lat": [
+ 13.496400000000001,
+ 13.8964
+ ],
+ "lon": [
+ 122.86,
+ 123.26
+ ]
+ },
+ {
+ "city": "Tayabas",
+ "lat": [
+ 13.82,
+ 14.219999999999999
+ ],
+ "lon": [
+ 121.38,
+ 121.78
+ ]
+ },
+ {
+ "city": "Subic",
+ "lat": [
+ 14.6769,
+ 15.076899999999998
+ ],
+ "lon": [
+ 120.0328,
+ 120.4328
+ ]
+ },
+ {
+ "city": "Baybay",
+ "lat": [
+ 10.48,
+ 10.879999999999999
+ ],
+ "lon": [
+ 124.6,
+ 125.0
+ ]
+ },
+ {
+ "city": "Daet",
+ "lat": [
+ 13.914200000000001,
+ 14.3142
+ ],
+ "lon": [
+ 122.7564,
+ 123.1564
+ ]
+ },
+ {
+ "city": "Laoag",
+ "lat": [
+ 17.9978,
+ 18.3978
+ ],
+ "lon": [
+ 120.39359999999999,
+ 120.7936
+ ]
+ },
+ {
+ "city": "Santamesa",
+ "lat": [
+ 14.4,
+ 14.799999999999999
+ ],
+ "lon": [
+ 120.8167,
+ 121.2167
+ ]
+ },
+ {
+ "city": "Rosario",
+ "lat": [
+ 14.22,
+ 14.62
+ ],
+ "lon": [
+ 120.64999999999999,
+ 121.05
+ ]
+ },
+ {
+ "city": "Quezon",
+ "lat": [
+ 7.5306,
+ 7.9306
+ ],
+ "lon": [
+ 124.89999999999999,
+ 125.3
+ ]
+ },
+ {
+ "city": "Naujan",
+ "lat": [
+ 13.1233,
+ 13.523299999999999
+ ],
+ "lon": [
+ 121.1028,
+ 121.50280000000001
+ ]
+ },
+ {
+ "city": "Glan",
+ "lat": [
+ 5.62,
+ 6.0200000000000005
+ ],
+ "lon": [
+ 125.0,
+ 125.4
+ ]
+ },
+ {
+ "city": "Bayugan",
+ "lat": [
+ 8.510000000000002,
+ 8.91
+ ],
+ "lon": [
+ 125.55,
+ 125.95
+ ]
+ },
+ {
+ "city": "Tacurong",
+ "lat": [
+ 6.4799999999999995,
+ 6.88
+ ],
+ "lon": [
+ 124.47,
+ 124.87
+ ]
+ },
+ {
+ "city": "Labo",
+ "lat": [
+ 13.956100000000001,
+ 14.3561
+ ],
+ "lon": [
+ 122.6294,
+ 123.02940000000001
+ ]
+ },
+ {
+ "city": "Talisay",
+ "lat": [
+ 10.530000000000001,
+ 10.93
+ ],
+ "lon": [
+ 122.77,
+ 123.17
+ ]
+ },
+ {
+ "city": "Pulilan",
+ "lat": [
+ 14.702,
+ 15.101999999999999
+ ],
+ "lon": [
+ 120.649,
+ 121.049
+ ]
+ },
+ {
+ "city": "Cawayan",
+ "lat": [
+ 9.770000000000001,
+ 10.17
+ ],
+ "lon": [
+ 122.42,
+ 122.82000000000001
+ ]
+ },
+ {
+ "city": "Maramag",
+ "lat": [
+ 7.5630999999999995,
+ 7.9631
+ ],
+ "lon": [
+ 124.80499999999999,
+ 125.205
+ ]
+ },
+ {
+ "city": "Lingayen",
+ "lat": [
+ 15.8167,
+ 16.2167
+ ],
+ "lon": [
+ 120.0333,
+ 120.4333
+ ]
+ },
+ {
+ "city": "Kawit",
+ "lat": [
+ 14.23,
+ 14.629999999999999
+ ],
+ "lon": [
+ 120.7,
+ 121.10000000000001
+ ]
+ },
+ {
+ "city": "Bagong Silangan",
+ "lat": [
+ 14.509400000000001,
+ 14.9094
+ ],
+ "lon": [
+ 120.89999999999999,
+ 121.3
+ ]
+ },
+ {
+ "city": "Catbalogan",
+ "lat": [
+ 11.58,
+ 11.979999999999999
+ ],
+ "lon": [
+ 124.67999999999999,
+ 125.08
+ ]
+ },
+ {
+ "city": "Tiaong",
+ "lat": [
+ 13.75,
+ 14.149999999999999
+ ],
+ "lon": [
+ 121.11999999999999,
+ 121.52
+ ]
+ },
+ {
+ "city": "Carmona",
+ "lat": [
+ 14.120000000000001,
+ 14.52
+ ],
+ "lon": [
+ 120.85,
+ 121.25
+ ]
+ },
+ {
+ "city": "Malu\u00f1gun",
+ "lat": [
+ 6.069999999999999,
+ 6.47
+ ],
+ "lon": [
+ 125.08,
+ 125.48
+ ]
+ },
+ {
+ "city": "Bulan",
+ "lat": [
+ 12.469700000000001,
+ 12.8697
+ ],
+ "lon": [
+ 123.6758,
+ 124.0758
+ ]
+ },
+ {
+ "city": "Sultan Kudarat",
+ "lat": [
+ 7.03,
+ 7.430000000000001
+ ],
+ "lon": [
+ 124.05,
+ 124.45
+ ]
+ },
+ {
+ "city": "Tagbilaran City",
+ "lat": [
+ 9.450000000000001,
+ 9.85
+ ],
+ "lon": [
+ 123.64999999999999,
+ 124.05
+ ]
+ },
+ {
+ "city": "Balanga",
+ "lat": [
+ 14.48,
+ 14.879999999999999
+ ],
+ "lon": [
+ 120.33,
+ 120.73
+ ]
+ },
+ {
+ "city": "Sindangan",
+ "lat": [
+ 8.0386,
+ 8.4386
+ ],
+ "lon": [
+ 122.7986,
+ 123.1986
+ ]
+ },
+ {
+ "city": "San Rafael",
+ "lat": [
+ 14.75,
+ 15.149999999999999
+ ],
+ "lon": [
+ 120.77,
+ 121.17
+ ]
+ },
+ {
+ "city": "Paniqui",
+ "lat": [
+ 15.468100000000002,
+ 15.8681
+ ],
+ "lon": [
+ 120.3789,
+ 120.77890000000001
+ ]
+ },
+ {
+ "city": "Parang",
+ "lat": [
+ 7.1743999999999994,
+ 7.5744
+ ],
+ "lon": [
+ 124.0686,
+ 124.46860000000001
+ ]
+ },
+ {
+ "city": "Guihul\u00f1gan",
+ "lat": [
+ 9.92,
+ 10.319999999999999
+ ],
+ "lon": [
+ 123.07,
+ 123.47
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 6.63,
+ 7.03
+ ],
+ "lon": [
+ 125.22,
+ 125.62
+ ]
+ },
+ {
+ "city": "Cavite City",
+ "lat": [
+ 14.280000000000001,
+ 14.68
+ ],
+ "lon": [
+ 120.7,
+ 121.10000000000001
+ ]
+ },
+ {
+ "city": "Calasiao",
+ "lat": [
+ 15.82,
+ 16.22
+ ],
+ "lon": [
+ 120.17,
+ 120.57000000000001
+ ]
+ },
+ {
+ "city": "Lamitan",
+ "lat": [
+ 6.45,
+ 6.8500000000000005
+ ],
+ "lon": [
+ 121.92999999999999,
+ 122.33
+ ]
+ },
+ {
+ "city": "Talipao",
+ "lat": [
+ 5.776,
+ 6.176
+ ],
+ "lon": [
+ 120.9087,
+ 121.3087
+ ]
+ },
+ {
+ "city": "Putatan",
+ "lat": [
+ 14.198400000000001,
+ 14.5984
+ ],
+ "lon": [
+ 120.8364,
+ 121.2364
+ ]
+ },
+ {
+ "city": "Alaminos",
+ "lat": [
+ 15.955300000000001,
+ 16.3553
+ ],
+ "lon": [
+ 119.7808,
+ 120.1808
+ ]
+ },
+ {
+ "city": "Bislig",
+ "lat": [
+ 8.013300000000001,
+ 8.4133
+ ],
+ "lon": [
+ 126.1161,
+ 126.51610000000001
+ ]
+ },
+ {
+ "city": "Malate",
+ "lat": [
+ 14.3642,
+ 14.764199999999999
+ ],
+ "lon": [
+ 120.79129999999999,
+ 121.1913
+ ]
+ },
+ {
+ "city": "Pili",
+ "lat": [
+ 13.3542,
+ 13.754199999999999
+ ],
+ "lon": [
+ 123.0753,
+ 123.4753
+ ]
+ },
+ {
+ "city": "Oton",
+ "lat": [
+ 10.4931,
+ 10.893099999999999
+ ],
+ "lon": [
+ 122.2736,
+ 122.67360000000001
+ ]
+ },
+ {
+ "city": "M\u2019lang",
+ "lat": [
+ 6.75,
+ 7.15
+ ],
+ "lon": [
+ 124.67999999999999,
+ 125.08
+ ]
+ },
+ {
+ "city": "Catarman",
+ "lat": [
+ 12.2994,
+ 12.699399999999999
+ ],
+ "lon": [
+ 124.4328,
+ 124.8328
+ ]
+ },
+ {
+ "city": "Isulan",
+ "lat": [
+ 6.43,
+ 6.83
+ ],
+ "lon": [
+ 124.39999999999999,
+ 124.8
+ ]
+ },
+ {
+ "city": "Escalante",
+ "lat": [
+ 10.63,
+ 11.03
+ ],
+ "lon": [
+ 123.3,
+ 123.7
+ ]
+ },
+ {
+ "city": "Balayan",
+ "lat": [
+ 13.73,
+ 14.129999999999999
+ ],
+ "lon": [
+ 120.53,
+ 120.93
+ ]
+ },
+ {
+ "city": "Balamban",
+ "lat": [
+ 10.270000000000001,
+ 10.67
+ ],
+ "lon": [
+ 123.58,
+ 123.98
+ ]
+ },
+ {
+ "city": "Lopez",
+ "lat": [
+ 13.684000000000001,
+ 14.084
+ ],
+ "lon": [
+ 122.0604,
+ 122.4604
+ ]
+ },
+ {
+ "city": "Gerona",
+ "lat": [
+ 15.4069,
+ 15.806899999999999
+ ],
+ "lon": [
+ 120.3986,
+ 120.79860000000001
+ ]
+ },
+ {
+ "city": "Monkayo",
+ "lat": [
+ 7.6239,
+ 8.0239
+ ],
+ "lon": [
+ 125.8536,
+ 126.2536
+ ]
+ },
+ {
+ "city": "Daanbantayan",
+ "lat": [
+ 11.05,
+ 11.45
+ ],
+ "lon": [
+ 123.8,
+ 124.2
+ ]
+ },
+ {
+ "city": "Lemery",
+ "lat": [
+ 13.681000000000001,
+ 14.081
+ ],
+ "lon": [
+ 120.7127,
+ 121.1127
+ ]
+ },
+ {
+ "city": "Indanan",
+ "lat": [
+ 5.8,
+ 6.2
+ ],
+ "lon": [
+ 120.77,
+ 121.17
+ ]
+ },
+ {
+ "city": "Palimbang",
+ "lat": [
+ 6.02,
+ 6.42
+ ],
+ "lon": [
+ 124.0,
+ 124.4
+ ]
+ },
+ {
+ "city": "Sablayan",
+ "lat": [
+ 12.642800000000001,
+ 13.0428
+ ],
+ "lon": [
+ 120.575,
+ 120.97500000000001
+ ]
+ },
+ {
+ "city": "Santa Barbara",
+ "lat": [
+ 15.8031,
+ 16.2031
+ ],
+ "lon": [
+ 120.2008,
+ 120.6008
+ ]
+ },
+ {
+ "city": "Salaman",
+ "lat": [
+ 6.4333,
+ 6.8333
+ ],
+ "lon": [
+ 123.8667,
+ 124.2667
+ ]
+ },
+ {
+ "city": "Bauan",
+ "lat": [
+ 13.591700000000001,
+ 13.9917
+ ],
+ "lon": [
+ 120.8085,
+ 121.2085
+ ]
+ },
+ {
+ "city": "Pantukan",
+ "lat": [
+ 6.9269,
+ 7.3269
+ ],
+ "lon": [
+ 125.69749999999999,
+ 126.0975
+ ]
+ },
+ {
+ "city": "Pongotan",
+ "lat": [
+ 6.9269,
+ 7.3269
+ ],
+ "lon": [
+ 125.69749999999999,
+ 126.0975
+ ]
+ },
+ {
+ "city": "Pinamalayan",
+ "lat": [
+ 12.836400000000001,
+ 13.2364
+ ],
+ "lon": [
+ 121.2889,
+ 121.6889
+ ]
+ },
+ {
+ "city": "Victorias",
+ "lat": [
+ 10.700000000000001,
+ 11.1
+ ],
+ "lon": [
+ 122.88,
+ 123.28
+ ]
+ },
+ {
+ "city": "Compostela",
+ "lat": [
+ 7.47,
+ 7.87
+ ],
+ "lon": [
+ 125.88,
+ 126.28
+ ]
+ },
+ {
+ "city": "Ipil",
+ "lat": [
+ 7.582199999999999,
+ 7.9822
+ ],
+ "lon": [
+ 122.38669999999999,
+ 122.7867
+ ]
+ },
+ {
+ "city": "Surallah",
+ "lat": [
+ 6.17,
+ 6.57
+ ],
+ "lon": [
+ 124.53,
+ 124.93
+ ]
+ },
+ {
+ "city": "Polangui",
+ "lat": [
+ 13.0922,
+ 13.492199999999999
+ ],
+ "lon": [
+ 123.2856,
+ 123.68560000000001
+ ]
+ },
+ {
+ "city": "Banga",
+ "lat": [
+ 6.1,
+ 6.5
+ ],
+ "lon": [
+ 124.58,
+ 124.98
+ ]
+ },
+ {
+ "city": "Kalibo",
+ "lat": [
+ 11.507200000000001,
+ 11.9072
+ ],
+ "lon": [
+ 122.17,
+ 122.57000000000001
+ ]
+ },
+ {
+ "city": "Hinigaran",
+ "lat": [
+ 10.07,
+ 10.469999999999999
+ ],
+ "lon": [
+ 122.64999999999999,
+ 123.05
+ ]
+ },
+ {
+ "city": "Calabanga",
+ "lat": [
+ 13.5089,
+ 13.9089
+ ],
+ "lon": [
+ 123.0161,
+ 123.4161
+ ]
+ },
+ {
+ "city": "Passi",
+ "lat": [
+ 10.9,
+ 11.299999999999999
+ ],
+ "lon": [
+ 122.42999999999999,
+ 122.83
+ ]
+ },
+ {
+ "city": "Murcia",
+ "lat": [
+ 10.4,
+ 10.799999999999999
+ ],
+ "lon": [
+ 122.83,
+ 123.23
+ ]
+ },
+ {
+ "city": "Bogo",
+ "lat": [
+ 10.82,
+ 11.219999999999999
+ ],
+ "lon": [
+ 123.8,
+ 124.2
+ ]
+ },
+ {
+ "city": "Solana",
+ "lat": [
+ 17.4522,
+ 17.8522
+ ],
+ "lon": [
+ 121.4914,
+ 121.8914
+ ]
+ },
+ {
+ "city": "Echague",
+ "lat": [
+ 16.5056,
+ 16.9056
+ ],
+ "lon": [
+ 121.4761,
+ 121.87610000000001
+ ]
+ },
+ {
+ "city": "Aroroy",
+ "lat": [
+ 12.3125,
+ 12.712499999999999
+ ],
+ "lon": [
+ 123.1989,
+ 123.5989
+ ]
+ },
+ {
+ "city": "Prosperidad",
+ "lat": [
+ 8.41,
+ 8.809999999999999
+ ],
+ "lon": [
+ 125.72,
+ 126.12
+ ]
+ },
+ {
+ "city": "Alabel",
+ "lat": [
+ 5.902299999999999,
+ 6.3023
+ ],
+ "lon": [
+ 125.0868,
+ 125.4868
+ ]
+ },
+ {
+ "city": "Makilala",
+ "lat": [
+ 6.77,
+ 7.17
+ ],
+ "lon": [
+ 124.88,
+ 125.28
+ ]
+ },
+ {
+ "city": "Baggao",
+ "lat": [
+ 17.7347,
+ 18.1347
+ ],
+ "lon": [
+ 121.5733,
+ 121.97330000000001
+ ]
+ },
+ {
+ "city": "Calauan",
+ "lat": [
+ 13.950000000000001,
+ 14.35
+ ],
+ "lon": [
+ 121.11999999999999,
+ 121.52
+ ]
+ },
+ {
+ "city": "Baras",
+ "lat": [
+ 14.32,
+ 14.719999999999999
+ ],
+ "lon": [
+ 121.07,
+ 121.47
+ ]
+ },
+ {
+ "city": "Western Bicutan",
+ "lat": [
+ 14.3094,
+ 14.709399999999999
+ ],
+ "lon": [
+ 120.8381,
+ 121.2381
+ ]
+ },
+ {
+ "city": "Maasin",
+ "lat": [
+ 9.930000000000001,
+ 10.33
+ ],
+ "lon": [
+ 124.64999999999999,
+ 125.05
+ ]
+ },
+ {
+ "city": "San Fabian",
+ "lat": [
+ 15.95,
+ 16.349999999999998
+ ],
+ "lon": [
+ 120.25,
+ 120.65
+ ]
+ },
+ {
+ "city": "Calaca",
+ "lat": [
+ 13.73,
+ 14.129999999999999
+ ],
+ "lon": [
+ 120.6131,
+ 121.01310000000001
+ ]
+ },
+ {
+ "city": "Camiling",
+ "lat": [
+ 15.4867,
+ 15.8867
+ ],
+ "lon": [
+ 120.2131,
+ 120.6131
+ ]
+ },
+ {
+ "city": "Binmaley",
+ "lat": [
+ 15.8323,
+ 16.2323
+ ],
+ "lon": [
+ 120.069,
+ 120.46900000000001
+ ]
+ },
+ {
+ "city": "Nabua",
+ "lat": [
+ 13.208300000000001,
+ 13.6083
+ ],
+ "lon": [
+ 123.175,
+ 123.575
+ ]
+ },
+ {
+ "city": "Bantayan",
+ "lat": [
+ 11.0,
+ 11.399999999999999
+ ],
+ "lon": [
+ 123.53,
+ 123.93
+ ]
+ },
+ {
+ "city": "Cabiao",
+ "lat": [
+ 15.052200000000001,
+ 15.4522
+ ],
+ "lon": [
+ 120.6575,
+ 121.0575
+ ]
+ },
+ {
+ "city": "Guinobatan",
+ "lat": [
+ 12.98,
+ 13.379999999999999
+ ],
+ "lon": [
+ 123.39999999999999,
+ 123.8
+ ]
+ },
+ {
+ "city": "Batarasa",
+ "lat": [
+ 8.47,
+ 8.87
+ ],
+ "lon": [
+ 117.42,
+ 117.82000000000001
+ ]
+ },
+ {
+ "city": "Tagaytay",
+ "lat": [
+ 13.9,
+ 14.299999999999999
+ ],
+ "lon": [
+ 120.73,
+ 121.13000000000001
+ ]
+ },
+ {
+ "city": "Dapitan",
+ "lat": [
+ 8.4549,
+ 8.854899999999999
+ ],
+ "lon": [
+ 123.2243,
+ 123.6243
+ ]
+ },
+ {
+ "city": "Pandacan",
+ "lat": [
+ 14.394,
+ 14.793999999999999
+ ],
+ "lon": [
+ 120.807,
+ 121.20700000000001
+ ]
+ },
+ {
+ "city": "Nabunturan",
+ "lat": [
+ 7.400799999999999,
+ 7.8008
+ ],
+ "lon": [
+ 125.76559999999999,
+ 126.1656
+ ]
+ },
+ {
+ "city": "Bais",
+ "lat": [
+ 9.3907,
+ 9.7907
+ ],
+ "lon": [
+ 122.9213,
+ 123.32130000000001
+ ]
+ },
+ {
+ "city": "Science City of Mu\u00f1oz",
+ "lat": [
+ 15.5153,
+ 15.915299999999998
+ ],
+ "lon": [
+ 120.70389999999999,
+ 121.1039
+ ]
+ },
+ {
+ "city": "Bolinao",
+ "lat": [
+ 16.188100000000002,
+ 16.5881
+ ],
+ "lon": [
+ 119.6947,
+ 120.0947
+ ]
+ },
+ {
+ "city": "Taytay",
+ "lat": [
+ 10.620000000000001,
+ 11.02
+ ],
+ "lon": [
+ 119.32,
+ 119.72
+ ]
+ },
+ {
+ "city": "Maco",
+ "lat": [
+ 7.1619,
+ 7.5619000000000005
+ ],
+ "lon": [
+ 125.6553,
+ 126.0553
+ ]
+ },
+ {
+ "city": "Siaton",
+ "lat": [
+ 8.870000000000001,
+ 9.27
+ ],
+ "lon": [
+ 122.83,
+ 123.23
+ ]
+ },
+ {
+ "city": "San Antonio",
+ "lat": [
+ 15.107800000000001,
+ 15.5078
+ ],
+ "lon": [
+ 120.6533,
+ 121.05330000000001
+ ]
+ },
+ {
+ "city": "Mabinay",
+ "lat": [
+ 9.530000000000001,
+ 9.93
+ ],
+ "lon": [
+ 122.72,
+ 123.12
+ ]
+ },
+ {
+ "city": "Tanjay",
+ "lat": [
+ 9.32,
+ 9.719999999999999
+ ],
+ "lon": [
+ 122.96,
+ 123.36
+ ]
+ },
+ {
+ "city": "Calatrava",
+ "lat": [
+ 10.4,
+ 10.799999999999999
+ ],
+ "lon": [
+ 123.28,
+ 123.68
+ ]
+ },
+ {
+ "city": "Carmen",
+ "lat": [
+ 7.1606,
+ 7.5606
+ ],
+ "lon": [
+ 125.5064,
+ 125.9064
+ ]
+ },
+ {
+ "city": "Ubay",
+ "lat": [
+ 9.856,
+ 10.255999999999998
+ ],
+ "lon": [
+ 124.27289999999999,
+ 124.6729
+ ]
+ },
+ {
+ "city": "Banco Filipino International Village",
+ "lat": [
+ 14.2499,
+ 14.649899999999999
+ ],
+ "lon": [
+ 120.7996,
+ 121.1996
+ ]
+ },
+ {
+ "city": "Siasi",
+ "lat": [
+ 5.3462,
+ 5.7462
+ ],
+ "lon": [
+ 120.61449999999999,
+ 121.0145
+ ]
+ },
+ {
+ "city": "Matalam",
+ "lat": [
+ 6.88,
+ 7.28
+ ],
+ "lon": [
+ 124.7,
+ 125.10000000000001
+ ]
+ },
+ {
+ "city": "Buhi",
+ "lat": [
+ 13.2347,
+ 13.634699999999999
+ ],
+ "lon": [
+ 123.3167,
+ 123.7167
+ ]
+ },
+ {
+ "city": "Lambunao",
+ "lat": [
+ 10.850000000000001,
+ 11.25
+ ],
+ "lon": [
+ 122.28,
+ 122.68
+ ]
+ },
+ {
+ "city": "Bulacan",
+ "lat": [
+ 14.5928,
+ 14.992799999999999
+ ],
+ "lon": [
+ 120.6789,
+ 121.0789
+ ]
+ },
+ {
+ "city": "Kapalong",
+ "lat": [
+ 7.3854,
+ 7.7854
+ ],
+ "lon": [
+ 125.5052,
+ 125.90520000000001
+ ]
+ },
+ {
+ "city": "San Francisco",
+ "lat": [
+ 8.31,
+ 8.709999999999999
+ ],
+ "lon": [
+ 125.78,
+ 126.18
+ ]
+ },
+ {
+ "city": "Malapatan",
+ "lat": [
+ 5.77,
+ 6.17
+ ],
+ "lon": [
+ 125.08,
+ 125.48
+ ]
+ },
+ {
+ "city": "Barili",
+ "lat": [
+ 9.92,
+ 10.319999999999999
+ ],
+ "lon": [
+ 123.33,
+ 123.73
+ ]
+ },
+ {
+ "city": "Cabadbaran",
+ "lat": [
+ 8.92,
+ 9.319999999999999
+ ],
+ "lon": [
+ 125.33,
+ 125.73
+ ]
+ },
+ {
+ "city": "Tagoloan",
+ "lat": [
+ 8.33,
+ 8.729999999999999
+ ],
+ "lon": [
+ 124.55,
+ 124.95
+ ]
+ },
+ {
+ "city": "San Jose",
+ "lat": [
+ 13.677200000000001,
+ 14.0772
+ ],
+ "lon": [
+ 120.905,
+ 121.305
+ ]
+ },
+ {
+ "city": "Paco",
+ "lat": [
+ 14.383000000000001,
+ 14.783
+ ],
+ "lon": [
+ 120.783,
+ 121.183
+ ]
+ },
+ {
+ "city": "Poblacion",
+ "lat": [
+ 6.6,
+ 7.0
+ ],
+ "lon": [
+ 124.42999999999999,
+ 124.83
+ ]
+ },
+ {
+ "city": "Patikul",
+ "lat": [
+ 5.87,
+ 6.2700000000000005
+ ],
+ "lon": [
+ 120.89999999999999,
+ 121.3
+ ]
+ },
+ {
+ "city": "Robles",
+ "lat": [
+ 10.15,
+ 10.549999999999999
+ ],
+ "lon": [
+ 122.86999999999999,
+ 123.27
+ ]
+ },
+ {
+ "city": "San Isidro",
+ "lat": [
+ 14.268500000000001,
+ 14.6685
+ ],
+ "lon": [
+ 120.81179999999999,
+ 121.2118
+ ]
+ },
+ {
+ "city": "Mangatarem",
+ "lat": [
+ 15.5874,
+ 15.9874
+ ],
+ "lon": [
+ 120.0921,
+ 120.49210000000001
+ ]
+ },
+ {
+ "city": "Jaen",
+ "lat": [
+ 15.1392,
+ 15.5392
+ ],
+ "lon": [
+ 120.70689999999999,
+ 121.1069
+ ]
+ },
+ {
+ "city": "Carmen",
+ "lat": [
+ 7.0,
+ 7.4
+ ],
+ "lon": [
+ 124.58,
+ 124.98
+ ]
+ },
+ {
+ "city": "Pagbilao",
+ "lat": [
+ 13.772,
+ 14.171999999999999
+ ],
+ "lon": [
+ 121.487,
+ 121.887
+ ]
+ },
+ {
+ "city": "Bauang",
+ "lat": [
+ 16.330000000000002,
+ 16.73
+ ],
+ "lon": [
+ 120.13,
+ 120.53
+ ]
+ },
+ {
+ "city": "Pototan",
+ "lat": [
+ 10.75,
+ 11.149999999999999
+ ],
+ "lon": [
+ 122.42999999999999,
+ 122.83
+ ]
+ },
+ {
+ "city": "Limay",
+ "lat": [
+ 14.3619,
+ 14.761899999999999
+ ],
+ "lon": [
+ 120.39829999999999,
+ 120.7983
+ ]
+ },
+ {
+ "city": "Bamban",
+ "lat": [
+ 15.074200000000001,
+ 15.4742
+ ],
+ "lon": [
+ 120.3669,
+ 120.7669
+ ]
+ },
+ {
+ "city": "Argao",
+ "lat": [
+ 9.680000000000001,
+ 10.08
+ ],
+ "lon": [
+ 123.39999999999999,
+ 123.8
+ ]
+ },
+ {
+ "city": "Macabebe",
+ "lat": [
+ 14.7081,
+ 15.108099999999999
+ ],
+ "lon": [
+ 120.51559999999999,
+ 120.9156
+ ]
+ },
+ {
+ "city": "Narra",
+ "lat": [
+ 9.08,
+ 9.479999999999999
+ ],
+ "lon": [
+ 118.22,
+ 118.62
+ ]
+ },
+ {
+ "city": "Santa Catalina",
+ "lat": [
+ 9.1331,
+ 9.5331
+ ],
+ "lon": [
+ 122.66579999999999,
+ 123.0658
+ ]
+ },
+ {
+ "city": "Hermosa",
+ "lat": [
+ 14.63,
+ 15.03
+ ],
+ "lon": [
+ 120.3,
+ 120.7
+ ]
+ },
+ {
+ "city": "Bustos",
+ "lat": [
+ 14.75,
+ 15.149999999999999
+ ],
+ "lon": [
+ 120.72,
+ 121.12
+ ]
+ },
+ {
+ "city": "Kabacan",
+ "lat": [
+ 6.92,
+ 7.32
+ ],
+ "lon": [
+ 124.61999999999999,
+ 125.02
+ ]
+ },
+ {
+ "city": "Umingan",
+ "lat": [
+ 15.728900000000001,
+ 16.1289
+ ],
+ "lon": [
+ 120.64189999999999,
+ 121.0419
+ ]
+ },
+ {
+ "city": "Talakag",
+ "lat": [
+ 8.0319,
+ 8.431899999999999
+ ],
+ "lon": [
+ 124.4025,
+ 124.80250000000001
+ ]
+ },
+ {
+ "city": "Balagtas",
+ "lat": [
+ 14.614500000000001,
+ 15.0145
+ ],
+ "lon": [
+ 120.7085,
+ 121.1085
+ ]
+ },
+ {
+ "city": "Bongabong",
+ "lat": [
+ 12.5469,
+ 12.9469
+ ],
+ "lon": [
+ 121.2881,
+ 121.6881
+ ]
+ },
+ {
+ "city": "Virac",
+ "lat": [
+ 13.38,
+ 13.78
+ ],
+ "lon": [
+ 124.03,
+ 124.43
+ ]
+ },
+ {
+ "city": "Palo",
+ "lat": [
+ 10.958300000000001,
+ 11.3583
+ ],
+ "lon": [
+ 124.79169999999999,
+ 125.1917
+ ]
+ },
+ {
+ "city": "Infanta",
+ "lat": [
+ 14.5425,
+ 14.942499999999999
+ ],
+ "lon": [
+ 121.4494,
+ 121.8494
+ ]
+ },
+ {
+ "city": "Manaoag",
+ "lat": [
+ 15.843900000000001,
+ 16.2439
+ ],
+ "lon": [
+ 120.2856,
+ 120.68560000000001
+ ]
+ },
+ {
+ "city": "Pilar",
+ "lat": [
+ 12.724400000000001,
+ 13.1244
+ ],
+ "lon": [
+ 123.4756,
+ 123.8756
+ ]
+ },
+ {
+ "city": "Santa Rosa",
+ "lat": [
+ 15.2239,
+ 15.623899999999999
+ ],
+ "lon": [
+ 120.7389,
+ 121.1389
+ ]
+ },
+ {
+ "city": "Pinamungahan",
+ "lat": [
+ 10.07,
+ 10.469999999999999
+ ],
+ "lon": [
+ 123.38,
+ 123.78
+ ]
+ },
+ {
+ "city": "Libon",
+ "lat": [
+ 13.100000000000001,
+ 13.5
+ ],
+ "lon": [
+ 123.2333,
+ 123.6333
+ ]
+ },
+ {
+ "city": "Bugallon",
+ "lat": [
+ 15.72,
+ 16.12
+ ],
+ "lon": [
+ 119.98,
+ 120.38000000000001
+ ]
+ },
+ {
+ "city": "Pozorrubio",
+ "lat": [
+ 15.920000000000002,
+ 16.32
+ ],
+ "lon": [
+ 120.35,
+ 120.75
+ ]
+ },
+ {
+ "city": "Esperanza",
+ "lat": [
+ 6.5167,
+ 6.9167000000000005
+ ],
+ "lon": [
+ 124.3167,
+ 124.7167
+ ]
+ },
+ {
+ "city": "Dalaguete",
+ "lat": [
+ 9.561200000000001,
+ 9.9612
+ ],
+ "lon": [
+ 123.33489999999999,
+ 123.7349
+ ]
+ },
+ {
+ "city": "Balingasag",
+ "lat": [
+ 8.55,
+ 8.95
+ ],
+ "lon": [
+ 124.58,
+ 124.98
+ ]
+ },
+ {
+ "city": "Brookes Point",
+ "lat": [
+ 8.58,
+ 8.979999999999999
+ ],
+ "lon": [
+ 117.63,
+ 118.03
+ ]
+ },
+ {
+ "city": "Dumangas",
+ "lat": [
+ 10.63,
+ 11.03
+ ],
+ "lon": [
+ 122.52,
+ 122.92
+ ]
+ },
+ {
+ "city": "Alicia",
+ "lat": [
+ 16.5787,
+ 16.9787
+ ],
+ "lon": [
+ 121.49719999999999,
+ 121.8972
+ ]
+ },
+ {
+ "city": "Tupi",
+ "lat": [
+ 6.13,
+ 6.53
+ ],
+ "lon": [
+ 124.75,
+ 125.15
+ ]
+ },
+ {
+ "city": "Lala",
+ "lat": [
+ 7.77,
+ 8.17
+ ],
+ "lon": [
+ 123.55,
+ 123.95
+ ]
+ },
+ {
+ "city": "Jose Abad Santos",
+ "lat": [
+ 5.72,
+ 6.12
+ ],
+ "lon": [
+ 125.45,
+ 125.85000000000001
+ ]
+ },
+ {
+ "city": "Bula",
+ "lat": [
+ 13.269400000000001,
+ 13.6694
+ ],
+ "lon": [
+ 123.0775,
+ 123.4775
+ ]
+ },
+ {
+ "city": "Catanauan",
+ "lat": [
+ 13.3917,
+ 13.791699999999999
+ ],
+ "lon": [
+ 122.125,
+ 122.525
+ ]
+ },
+ {
+ "city": "Carles",
+ "lat": [
+ 11.370000000000001,
+ 11.77
+ ],
+ "lon": [
+ 122.92999999999999,
+ 123.33
+ ]
+ },
+ {
+ "city": "San Dionisio",
+ "lat": [
+ 14.283900000000001,
+ 14.6839
+ ],
+ "lon": [
+ 120.7925,
+ 121.19250000000001
+ ]
+ },
+ {
+ "city": "Bacacay",
+ "lat": [
+ 13.092500000000001,
+ 13.4925
+ ],
+ "lon": [
+ 123.5917,
+ 123.99170000000001
+ ]
+ },
+ {
+ "city": "Sipalay",
+ "lat": [
+ 9.55,
+ 9.95
+ ],
+ "lon": [
+ 122.2,
+ 122.60000000000001
+ ]
+ },
+ {
+ "city": "Oroquieta",
+ "lat": [
+ 8.280000000000001,
+ 8.68
+ ],
+ "lon": [
+ 123.6,
+ 124.0
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ 9.97,
+ 10.37
+ ],
+ "lon": [
+ 123.5,
+ 123.9
+ ]
+ },
+ {
+ "city": "Camalig",
+ "lat": [
+ 12.930000000000001,
+ 13.33
+ ],
+ "lon": [
+ 123.47,
+ 123.87
+ ]
+ },
+ {
+ "city": "Borongan",
+ "lat": [
+ 11.409400000000002,
+ 11.8094
+ ],
+ "lon": [
+ 125.2361,
+ 125.6361
+ ]
+ },
+ {
+ "city": "Gumaca",
+ "lat": [
+ 13.721,
+ 14.120999999999999
+ ],
+ "lon": [
+ 121.9002,
+ 122.3002
+ ]
+ },
+ {
+ "city": "Calauag",
+ "lat": [
+ 13.7575,
+ 14.157499999999999
+ ],
+ "lon": [
+ 122.08749999999999,
+ 122.4875
+ ]
+ },
+ {
+ "city": "Pililla",
+ "lat": [
+ 14.280000000000001,
+ 14.68
+ ],
+ "lon": [
+ 121.1,
+ 121.5
+ ]
+ },
+ {
+ "city": "Parang",
+ "lat": [
+ 5.72,
+ 6.12
+ ],
+ "lon": [
+ 120.72,
+ 121.12
+ ]
+ },
+ {
+ "city": "Binalbagan",
+ "lat": [
+ 10.0,
+ 10.399999999999999
+ ],
+ "lon": [
+ 122.67,
+ 123.07000000000001
+ ]
+ },
+ {
+ "city": "Goa",
+ "lat": [
+ 13.4983,
+ 13.898299999999999
+ ],
+ "lon": [
+ 123.2889,
+ 123.6889
+ ]
+ },
+ {
+ "city": "Talibon",
+ "lat": [
+ 9.92,
+ 10.319999999999999
+ ],
+ "lon": [
+ 124.08,
+ 124.48
+ ]
+ },
+ {
+ "city": "Morong",
+ "lat": [
+ 14.312700000000001,
+ 14.7127
+ ],
+ "lon": [
+ 121.0385,
+ 121.4385
+ ]
+ },
+ {
+ "city": "Mauban",
+ "lat": [
+ 13.991100000000001,
+ 14.3911
+ ],
+ "lon": [
+ 121.5308,
+ 121.9308
+ ]
+ },
+ {
+ "city": "Alabang",
+ "lat": [
+ 14.2184,
+ 14.6184
+ ],
+ "lon": [
+ 120.8385,
+ 121.2385
+ ]
+ },
+ {
+ "city": "Tumauini",
+ "lat": [
+ 17.07,
+ 17.47
+ ],
+ "lon": [
+ 121.6,
+ 122.0
+ ]
+ },
+ {
+ "city": "Poblacion",
+ "lat": [
+ 10.05,
+ 10.45
+ ],
+ "lon": [
+ 123.75,
+ 124.15
+ ]
+ },
+ {
+ "city": "Pavia",
+ "lat": [
+ 10.575000000000001,
+ 10.975
+ ],
+ "lon": [
+ 122.3417,
+ 122.74170000000001
+ ]
+ },
+ {
+ "city": "Aliaga",
+ "lat": [
+ 15.303600000000001,
+ 15.7036
+ ],
+ "lon": [
+ 120.645,
+ 121.045
+ ]
+ },
+ {
+ "city": "Orani",
+ "lat": [
+ 14.600000000000001,
+ 15.0
+ ],
+ "lon": [
+ 120.33,
+ 120.73
+ ]
+ },
+ {
+ "city": "Rizal",
+ "lat": [
+ 15.510000000000002,
+ 15.91
+ ],
+ "lon": [
+ 120.90469999999999,
+ 121.3047
+ ]
+ },
+ {
+ "city": "Tinambac",
+ "lat": [
+ 13.618300000000001,
+ 14.0183
+ ],
+ "lon": [
+ 123.1244,
+ 123.5244
+ ]
+ },
+ {
+ "city": "San Antonio",
+ "lat": [
+ 14.265600000000001,
+ 14.6656
+ ],
+ "lon": [
+ 120.83109999999999,
+ 121.2311
+ ]
+ },
+ {
+ "city": "Roxas",
+ "lat": [
+ 10.1197,
+ 10.519699999999998
+ ],
+ "lon": [
+ 119.1408,
+ 119.5408
+ ]
+ },
+ {
+ "city": "Victoria",
+ "lat": [
+ 15.3781,
+ 15.778099999999998
+ ],
+ "lon": [
+ 120.4819,
+ 120.8819
+ ]
+ },
+ {
+ "city": "Don Carlos",
+ "lat": [
+ 7.4807999999999995,
+ 7.8808
+ ],
+ "lon": [
+ 124.7953,
+ 125.1953
+ ]
+ },
+ {
+ "city": "Cawayan",
+ "lat": [
+ 11.730300000000002,
+ 12.1303
+ ],
+ "lon": [
+ 123.5689,
+ 123.9689
+ ]
+ },
+ {
+ "city": "San Pascual",
+ "lat": [
+ 13.600000000000001,
+ 14.0
+ ],
+ "lon": [
+ 120.83,
+ 121.23
+ ]
+ },
+ {
+ "city": "La Paz",
+ "lat": [
+ 15.2431,
+ 15.643099999999999
+ ],
+ "lon": [
+ 120.5289,
+ 120.9289
+ ]
+ },
+ {
+ "city": "Bagumbayan",
+ "lat": [
+ 6.3339,
+ 6.7339
+ ],
+ "lon": [
+ 124.3633,
+ 124.7633
+ ]
+ },
+ {
+ "city": "Buenavista",
+ "lat": [
+ 8.770000000000001,
+ 9.17
+ ],
+ "lon": [
+ 125.21,
+ 125.61
+ ]
+ },
+ {
+ "city": "Aparri",
+ "lat": [
+ 18.157500000000002,
+ 18.5575
+ ],
+ "lon": [
+ 121.4372,
+ 121.83720000000001
+ ]
+ },
+ {
+ "city": "Indang",
+ "lat": [
+ 14.0,
+ 14.399999999999999
+ ],
+ "lon": [
+ 120.67999999999999,
+ 121.08
+ ]
+ },
+ {
+ "city": "Alamada",
+ "lat": [
+ 7.1868,
+ 7.5868
+ ],
+ "lon": [
+ 124.3534,
+ 124.7534
+ ]
+ },
+ {
+ "city": "San Leonardo",
+ "lat": [
+ 15.161100000000001,
+ 15.5611
+ ],
+ "lon": [
+ 120.76219999999999,
+ 121.1622
+ ]
+ },
+ {
+ "city": "Mamungan",
+ "lat": [
+ 7.919999999999999,
+ 8.319999999999999
+ ],
+ "lon": [
+ 124.02,
+ 124.42
+ ]
+ },
+ {
+ "city": "Tangub",
+ "lat": [
+ 7.866700000000001,
+ 8.2667
+ ],
+ "lon": [
+ 123.55,
+ 123.95
+ ]
+ },
+ {
+ "city": "Sipocot",
+ "lat": [
+ 13.5675,
+ 13.9675
+ ],
+ "lon": [
+ 122.7783,
+ 123.17830000000001
+ ]
+ },
+ {
+ "city": "Tuburan",
+ "lat": [
+ 10.530000000000001,
+ 10.93
+ ],
+ "lon": [
+ 123.63,
+ 124.03
+ ]
+ },
+ {
+ "city": "Miagao",
+ "lat": [
+ 10.4442,
+ 10.844199999999999
+ ],
+ "lon": [
+ 122.0352,
+ 122.43520000000001
+ ]
+ },
+ {
+ "city": "Cuyapo",
+ "lat": [
+ 15.5778,
+ 15.977799999999998
+ ],
+ "lon": [
+ 120.46079999999999,
+ 120.8608
+ ]
+ },
+ {
+ "city": "Castillejos",
+ "lat": [
+ 14.73,
+ 15.129999999999999
+ ],
+ "lon": [
+ 120.0,
+ 120.4
+ ]
+ },
+ {
+ "city": "Bayombong",
+ "lat": [
+ 16.28,
+ 16.68
+ ],
+ "lon": [
+ 120.95,
+ 121.35000000000001
+ ]
+ },
+ {
+ "city": "Santa Barbara",
+ "lat": [
+ 10.6231,
+ 11.0231
+ ],
+ "lon": [
+ 122.3344,
+ 122.73440000000001
+ ]
+ },
+ {
+ "city": "Bay",
+ "lat": [
+ 13.98,
+ 14.379999999999999
+ ],
+ "lon": [
+ 121.08,
+ 121.48
+ ]
+ },
+ {
+ "city": "Pikit",
+ "lat": [
+ 6.85,
+ 7.25
+ ],
+ "lon": [
+ 124.47,
+ 124.87
+ ]
+ },
+ {
+ "city": "Lupon",
+ "lat": [
+ 6.696899999999999,
+ 7.0969
+ ],
+ "lon": [
+ 125.8117,
+ 126.21170000000001
+ ]
+ },
+ {
+ "city": "Bongabon",
+ "lat": [
+ 15.4321,
+ 15.832099999999999
+ ],
+ "lon": [
+ 120.9448,
+ 121.3448
+ ]
+ },
+ {
+ "city": "Janiuay",
+ "lat": [
+ 10.75,
+ 11.149999999999999
+ ],
+ "lon": [
+ 122.3,
+ 122.7
+ ]
+ },
+ {
+ "city": "Botolan",
+ "lat": [
+ 15.0896,
+ 15.4896
+ ],
+ "lon": [
+ 119.8245,
+ 120.2245
+ ]
+ },
+ {
+ "city": "Rosales",
+ "lat": [
+ 15.6944,
+ 16.0944
+ ],
+ "lon": [
+ 120.4328,
+ 120.8328
+ ]
+ },
+ {
+ "city": "La Carlota",
+ "lat": [
+ 10.22,
+ 10.62
+ ],
+ "lon": [
+ 122.72,
+ 123.12
+ ]
+ },
+ {
+ "city": "San Mateo",
+ "lat": [
+ 16.68,
+ 17.08
+ ],
+ "lon": [
+ 121.38,
+ 121.78
+ ]
+ },
+ {
+ "city": "Opol",
+ "lat": [
+ 8.32,
+ 8.719999999999999
+ ],
+ "lon": [
+ 124.36999999999999,
+ 124.77
+ ]
+ },
+ {
+ "city": "Oas",
+ "lat": [
+ 13.058900000000001,
+ 13.4589
+ ],
+ "lon": [
+ 123.2953,
+ 123.6953
+ ]
+ },
+ {
+ "city": "Agoo",
+ "lat": [
+ 16.122,
+ 16.522
+ ],
+ "lon": [
+ 120.1647,
+ 120.5647
+ ]
+ },
+ {
+ "city": "Lantapan",
+ "lat": [
+ 7.8,
+ 8.2
+ ],
+ "lon": [
+ 124.8233,
+ 125.22330000000001
+ ]
+ },
+ {
+ "city": "Coron",
+ "lat": [
+ 11.8,
+ 12.2
+ ],
+ "lon": [
+ 120.0,
+ 120.4
+ ]
+ },
+ {
+ "city": "Roxas",
+ "lat": [
+ 16.92,
+ 17.32
+ ],
+ "lon": [
+ 121.42,
+ 121.82000000000001
+ ]
+ },
+ {
+ "city": "Kiamba",
+ "lat": [
+ 5.7912,
+ 6.1912
+ ],
+ "lon": [
+ 124.42569999999999,
+ 124.8257
+ ]
+ },
+ {
+ "city": "San Remigio",
+ "lat": [
+ 10.8,
+ 11.2
+ ],
+ "lon": [
+ 123.75,
+ 124.15
+ ]
+ },
+ {
+ "city": "Lutayan",
+ "lat": [
+ 6.3999999999999995,
+ 6.8
+ ],
+ "lon": [
+ 124.64999999999999,
+ 125.05
+ ]
+ },
+ {
+ "city": "Angat",
+ "lat": [
+ 14.728100000000001,
+ 15.1281
+ ],
+ "lon": [
+ 120.8293,
+ 121.22930000000001
+ ]
+ },
+ {
+ "city": "Solano",
+ "lat": [
+ 16.3183,
+ 16.7183
+ ],
+ "lon": [
+ 120.9811,
+ 121.3811
+ ]
+ },
+ {
+ "city": "Quezon",
+ "lat": [
+ 9.035,
+ 9.434999999999999
+ ],
+ "lon": [
+ 117.7967,
+ 118.1967
+ ]
+ },
+ {
+ "city": "Tigbauan",
+ "lat": [
+ 10.4747,
+ 10.874699999999999
+ ],
+ "lon": [
+ 122.1776,
+ 122.5776
+ ]
+ },
+ {
+ "city": "Pateros",
+ "lat": [
+ 14.344800000000001,
+ 14.7448
+ ],
+ "lon": [
+ 120.8671,
+ 121.2671
+ ]
+ },
+ {
+ "city": "San Jose",
+ "lat": [
+ 10.5433,
+ 10.943299999999999
+ ],
+ "lon": [
+ 121.7411,
+ 122.14110000000001
+ ]
+ },
+ {
+ "city": "Villasis",
+ "lat": [
+ 15.700000000000001,
+ 16.1
+ ],
+ "lon": [
+ 120.38,
+ 120.78
+ ]
+ },
+ {
+ "city": "Maasin",
+ "lat": [
+ 5.67,
+ 6.07
+ ],
+ "lon": [
+ 124.8,
+ 125.2
+ ]
+ },
+ {
+ "city": "Nagcarlan",
+ "lat": [
+ 13.9364,
+ 14.3364
+ ],
+ "lon": [
+ 121.2165,
+ 121.6165
+ ]
+ },
+ {
+ "city": "Isabela",
+ "lat": [
+ 10.0,
+ 10.399999999999999
+ ],
+ "lon": [
+ 122.78,
+ 123.18
+ ]
+ },
+ {
+ "city": "Hilongos",
+ "lat": [
+ 10.17,
+ 10.569999999999999
+ ],
+ "lon": [
+ 124.55,
+ 124.95
+ ]
+ },
+ {
+ "city": "Malvar",
+ "lat": [
+ 13.841700000000001,
+ 14.2417
+ ],
+ "lon": [
+ 120.9583,
+ 121.3583
+ ]
+ },
+ {
+ "city": "Sibulan",
+ "lat": [
+ 9.15,
+ 9.549999999999999
+ ],
+ "lon": [
+ 123.08,
+ 123.48
+ ]
+ },
+ {
+ "city": "Saravia",
+ "lat": [
+ 10.680000000000001,
+ 11.08
+ ],
+ "lon": [
+ 122.77,
+ 123.17
+ ]
+ },
+ {
+ "city": "Atimonan",
+ "lat": [
+ 13.803600000000001,
+ 14.2036
+ ],
+ "lon": [
+ 121.7199,
+ 122.1199
+ ]
+ },
+ {
+ "city": "Teresa",
+ "lat": [
+ 14.358600000000001,
+ 14.7586
+ ],
+ "lon": [
+ 121.00829999999999,
+ 121.4083
+ ]
+ },
+ {
+ "city": "Tuao",
+ "lat": [
+ 17.535,
+ 17.935
+ ],
+ "lon": [
+ 121.25529999999999,
+ 121.6553
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 15.57,
+ 15.969999999999999
+ ],
+ "lon": [
+ 119.72,
+ 120.12
+ ]
+ },
+ {
+ "city": "Sibalom",
+ "lat": [
+ 10.5883,
+ 10.988299999999999
+ ],
+ "lon": [
+ 121.8175,
+ 122.2175
+ ]
+ },
+ {
+ "city": "Jose Pa\u00f1ganiban",
+ "lat": [
+ 14.0922,
+ 14.492199999999999
+ ],
+ "lon": [
+ 122.4928,
+ 122.89280000000001
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ 7.7177999999999995,
+ 8.117799999999999
+ ],
+ "lon": [
+ 125.12859999999999,
+ 125.5286
+ ]
+ },
+ {
+ "city": "Calinog",
+ "lat": [
+ 10.930000000000001,
+ 11.33
+ ],
+ "lon": [
+ 122.3,
+ 122.7
+ ]
+ },
+ {
+ "city": "Moncada",
+ "lat": [
+ 15.533100000000001,
+ 15.9331
+ ],
+ "lon": [
+ 120.3725,
+ 120.77250000000001
+ ]
+ },
+ {
+ "city": "Bansalan",
+ "lat": [
+ 6.58,
+ 6.98
+ ],
+ "lon": [
+ 125.02,
+ 125.42
+ ]
+ },
+ {
+ "city": "Tandag",
+ "lat": [
+ 8.878900000000002,
+ 9.2789
+ ],
+ "lon": [
+ 125.9986,
+ 126.3986
+ ]
+ },
+ {
+ "city": "Kapatagan",
+ "lat": [
+ 7.7,
+ 8.1
+ ],
+ "lon": [
+ 123.57,
+ 123.97
+ ]
+ },
+ {
+ "city": "Aurora",
+ "lat": [
+ 13.15,
+ 13.549999999999999
+ ],
+ "lon": [
+ 122.32,
+ 122.72
+ ]
+ },
+ {
+ "city": "Cambanugoy",
+ "lat": [
+ 7.3386,
+ 7.7386
+ ],
+ "lon": [
+ 125.5508,
+ 125.9508
+ ]
+ },
+ {
+ "city": "Santa Ana",
+ "lat": [
+ 14.8939,
+ 15.293899999999999
+ ],
+ "lon": [
+ 120.5681,
+ 120.9681
+ ]
+ },
+ {
+ "city": "Itogon",
+ "lat": [
+ 16.17,
+ 16.57
+ ],
+ "lon": [
+ 120.47,
+ 120.87
+ ]
+ },
+ {
+ "city": "Baao",
+ "lat": [
+ 13.2535,
+ 13.6535
+ ],
+ "lon": [
+ 123.16539999999999,
+ 123.5654
+ ]
+ },
+ {
+ "city": "Taal",
+ "lat": [
+ 13.680000000000001,
+ 14.08
+ ],
+ "lon": [
+ 120.73,
+ 121.13000000000001
+ ]
+ },
+ {
+ "city": "Candon",
+ "lat": [
+ 16.9958,
+ 17.395799999999998
+ ],
+ "lon": [
+ 120.24889999999999,
+ 120.6489
+ ]
+ },
+ {
+ "city": "Tunasan",
+ "lat": [
+ 14.172500000000001,
+ 14.5725
+ ],
+ "lon": [
+ 120.8364,
+ 121.2364
+ ]
+ },
+ {
+ "city": "Abuyog",
+ "lat": [
+ 10.5458,
+ 10.945799999999998
+ ],
+ "lon": [
+ 124.8122,
+ 125.21220000000001
+ ]
+ },
+ {
+ "city": "Cabatuan",
+ "lat": [
+ 10.680000000000001,
+ 11.08
+ ],
+ "lon": [
+ 122.28,
+ 122.68
+ ]
+ },
+ {
+ "city": "Santo Domingo",
+ "lat": [
+ 15.39,
+ 15.79
+ ],
+ "lon": [
+ 120.6786,
+ 121.07860000000001
+ ]
+ },
+ {
+ "city": "Tulunan",
+ "lat": [
+ 6.63,
+ 7.03
+ ],
+ "lon": [
+ 124.67999999999999,
+ 125.08
+ ]
+ },
+ {
+ "city": "Jinoba-an",
+ "lat": [
+ 9.401800000000001,
+ 9.8018
+ ],
+ "lon": [
+ 122.2668,
+ 122.66680000000001
+ ]
+ },
+ {
+ "city": "Orion",
+ "lat": [
+ 14.4206,
+ 14.820599999999999
+ ],
+ "lon": [
+ 120.3817,
+ 120.7817
+ ]
+ },
+ {
+ "city": "Castilla",
+ "lat": [
+ 12.7553,
+ 13.155299999999999
+ ],
+ "lon": [
+ 123.6764,
+ 124.0764
+ ]
+ },
+ {
+ "city": "Laoang",
+ "lat": [
+ 12.370000000000001,
+ 12.77
+ ],
+ "lon": [
+ 124.82,
+ 125.22
+ ]
+ },
+ {
+ "city": "Tigaon",
+ "lat": [
+ 13.4319,
+ 13.8319
+ ],
+ "lon": [
+ 123.2975,
+ 123.6975
+ ]
+ },
+ {
+ "city": "Matanao",
+ "lat": [
+ 6.55,
+ 6.95
+ ],
+ "lon": [
+ 125.03,
+ 125.43
+ ]
+ },
+ {
+ "city": "Gubat",
+ "lat": [
+ 12.718900000000001,
+ 13.1189
+ ],
+ "lon": [
+ 123.92309999999999,
+ 124.3231
+ ]
+ },
+ {
+ "city": "Rosario",
+ "lat": [
+ 16.03,
+ 16.43
+ ],
+ "lon": [
+ 120.28,
+ 120.68
+ ]
+ },
+ {
+ "city": "Paracale",
+ "lat": [
+ 14.0797,
+ 14.4797
+ ],
+ "lon": [
+ 122.5869,
+ 122.9869
+ ]
+ },
+ {
+ "city": "San Mariano",
+ "lat": [
+ 16.78,
+ 17.18
+ ],
+ "lon": [
+ 121.82,
+ 122.22
+ ]
+ },
+ {
+ "city": "Malay",
+ "lat": [
+ 11.6997,
+ 12.099699999999999
+ ],
+ "lon": [
+ 121.7094,
+ 122.10940000000001
+ ]
+ },
+ {
+ "city": "Obando",
+ "lat": [
+ 14.5083,
+ 14.908299999999999
+ ],
+ "lon": [
+ 120.7375,
+ 121.1375
+ ]
+ },
+ {
+ "city": "Sigaboy",
+ "lat": [
+ 6.4536,
+ 6.8536
+ ],
+ "lon": [
+ 125.8717,
+ 126.27170000000001
+ ]
+ },
+ {
+ "city": "Ilog",
+ "lat": [
+ 9.83,
+ 10.229999999999999
+ ],
+ "lon": [
+ 122.57,
+ 122.97
+ ]
+ },
+ {
+ "city": "Ragay",
+ "lat": [
+ 13.6217,
+ 14.0217
+ ],
+ "lon": [
+ 122.5897,
+ 122.9897
+ ]
+ },
+ {
+ "city": "Kananya",
+ "lat": [
+ 10.985600000000002,
+ 11.3856
+ ],
+ "lon": [
+ 124.3597,
+ 124.75970000000001
+ ]
+ },
+ {
+ "city": "Medellin",
+ "lat": [
+ 10.928600000000001,
+ 11.3286
+ ],
+ "lon": [
+ 123.76219999999999,
+ 124.1622
+ ]
+ },
+ {
+ "city": "Maimbung",
+ "lat": [
+ 5.7299999999999995,
+ 6.13
+ ],
+ "lon": [
+ 120.83,
+ 121.23
+ ]
+ },
+ {
+ "city": "Esperanza",
+ "lat": [
+ 8.48,
+ 8.879999999999999
+ ],
+ "lon": [
+ 125.45,
+ 125.85000000000001
+ ]
+ },
+ {
+ "city": "Alfonso",
+ "lat": [
+ 13.9379,
+ 14.3379
+ ],
+ "lon": [
+ 120.6552,
+ 121.0552
+ ]
+ },
+ {
+ "city": "Irosin",
+ "lat": [
+ 12.505,
+ 12.905
+ ],
+ "lon": [
+ 123.83189999999999,
+ 124.2319
+ ]
+ },
+ {
+ "city": "San Francisco",
+ "lat": [
+ 10.450000000000001,
+ 10.85
+ ],
+ "lon": [
+ 124.14999999999999,
+ 124.55
+ ]
+ },
+ {
+ "city": "San Simon",
+ "lat": [
+ 14.798,
+ 15.197999999999999
+ ],
+ "lon": [
+ 120.58,
+ 120.98
+ ]
+ },
+ {
+ "city": "Mansalay",
+ "lat": [
+ 12.320400000000001,
+ 12.7204
+ ],
+ "lon": [
+ 121.2385,
+ 121.63850000000001
+ ]
+ },
+ {
+ "city": "Upi",
+ "lat": [
+ 6.8106,
+ 7.2106
+ ],
+ "lon": [
+ 123.96289999999999,
+ 124.3629
+ ]
+ },
+ {
+ "city": "Gattaran",
+ "lat": [
+ 17.8611,
+ 18.2611
+ ],
+ "lon": [
+ 121.4453,
+ 121.84530000000001
+ ]
+ },
+ {
+ "city": "Roxas",
+ "lat": [
+ 12.38,
+ 12.78
+ ],
+ "lon": [
+ 121.3,
+ 121.7
+ ]
+ },
+ {
+ "city": "Canlaon",
+ "lat": [
+ 10.180000000000001,
+ 10.58
+ ],
+ "lon": [
+ 123.0,
+ 123.4
+ ]
+ },
+ {
+ "city": "El Salvador",
+ "lat": [
+ 8.370000000000001,
+ 8.77
+ ],
+ "lon": [
+ 124.32,
+ 124.72
+ ]
+ },
+ {
+ "city": "Calatagan",
+ "lat": [
+ 13.632200000000001,
+ 14.0322
+ ],
+ "lon": [
+ 120.4322,
+ 120.8322
+ ]
+ },
+ {
+ "city": "Baganga",
+ "lat": [
+ 7.3751999999999995,
+ 7.7752
+ ],
+ "lon": [
+ 126.35849999999999,
+ 126.7585
+ ]
+ },
+ {
+ "city": "San Luis",
+ "lat": [
+ 14.84,
+ 15.239999999999998
+ ],
+ "lon": [
+ 120.5919,
+ 120.9919
+ ]
+ },
+ {
+ "city": "Ibaan",
+ "lat": [
+ 13.617600000000001,
+ 14.0176
+ ],
+ "lon": [
+ 120.93299999999999,
+ 121.333
+ ]
+ },
+ {
+ "city": "Palompon",
+ "lat": [
+ 10.850000000000001,
+ 11.25
+ ],
+ "lon": [
+ 124.17999999999999,
+ 124.58
+ ]
+ },
+ {
+ "city": "Naval",
+ "lat": [
+ 11.38,
+ 11.78
+ ],
+ "lon": [
+ 124.25,
+ 124.65
+ ]
+ },
+ {
+ "city": "Barotac Nuevo",
+ "lat": [
+ 10.700000000000001,
+ 11.1
+ ],
+ "lon": [
+ 122.5,
+ 122.9
+ ]
+ },
+ {
+ "city": "Masantol",
+ "lat": [
+ 14.700000000000001,
+ 15.1
+ ],
+ "lon": [
+ 120.52,
+ 120.92
+ ]
+ },
+ {
+ "city": "New Corella",
+ "lat": [
+ 7.3866,
+ 7.7866
+ ],
+ "lon": [
+ 125.6237,
+ 126.0237
+ ]
+ },
+ {
+ "city": "Cogan",
+ "lat": [
+ 10.38,
+ 10.78
+ ],
+ "lon": [
+ 123.77,
+ 124.17
+ ]
+ },
+ {
+ "city": "Dumanjog",
+ "lat": [
+ 9.850000000000001,
+ 10.25
+ ],
+ "lon": [
+ 123.28,
+ 123.68
+ ]
+ },
+ {
+ "city": "Asingan",
+ "lat": [
+ 15.802300000000002,
+ 16.2023
+ ],
+ "lon": [
+ 120.4695,
+ 120.8695
+ ]
+ },
+ {
+ "city": "Milagros",
+ "lat": [
+ 12.019200000000001,
+ 12.4192
+ ],
+ "lon": [
+ 123.3089,
+ 123.7089
+ ]
+ },
+ {
+ "city": "Santa Maria",
+ "lat": [
+ 6.35,
+ 6.75
+ ],
+ "lon": [
+ 125.27,
+ 125.67
+ ]
+ },
+ {
+ "city": "Tanauan",
+ "lat": [
+ 10.92,
+ 11.319999999999999
+ ],
+ "lon": [
+ 124.82,
+ 125.22
+ ]
+ },
+ {
+ "city": "Buluan",
+ "lat": [
+ 6.5154,
+ 6.9154
+ ],
+ "lon": [
+ 124.58539999999999,
+ 124.9854
+ ]
+ },
+ {
+ "city": "Boac",
+ "lat": [
+ 13.25,
+ 13.649999999999999
+ ],
+ "lon": [
+ 121.63,
+ 122.03
+ ]
+ },
+ {
+ "city": "Cupang",
+ "lat": [
+ 14.2315,
+ 14.631499999999999
+ ],
+ "lon": [
+ 120.84859999999999,
+ 121.2486
+ ]
+ },
+ {
+ "city": "Alangalang",
+ "lat": [
+ 11.0061,
+ 11.406099999999999
+ ],
+ "lon": [
+ 124.6478,
+ 125.04780000000001
+ ]
+ },
+ {
+ "city": "Uson",
+ "lat": [
+ 12.025300000000001,
+ 12.4253
+ ],
+ "lon": [
+ 123.5834,
+ 123.9834
+ ]
+ },
+ {
+ "city": "Jasaan",
+ "lat": [
+ 8.450000000000001,
+ 8.85
+ ],
+ "lon": [
+ 124.55,
+ 124.95
+ ]
+ },
+ {
+ "city": "Hagonoy",
+ "lat": [
+ 6.4799999999999995,
+ 6.88
+ ],
+ "lon": [
+ 125.1,
+ 125.5
+ ]
+ },
+ {
+ "city": "Pinagkaisahan",
+ "lat": [
+ 14.3229,
+ 14.7229
+ ],
+ "lon": [
+ 120.85549999999999,
+ 121.2555
+ ]
+ },
+ {
+ "city": "Lagonoy",
+ "lat": [
+ 13.535300000000001,
+ 13.9353
+ ],
+ "lon": [
+ 123.32079999999999,
+ 123.7208
+ ]
+ },
+ {
+ "city": "Basey",
+ "lat": [
+ 11.081700000000001,
+ 11.4817
+ ],
+ "lon": [
+ 124.86829999999999,
+ 125.2683
+ ]
+ },
+ {
+ "city": "Pangantocan",
+ "lat": [
+ 7.6331,
+ 8.0331
+ ],
+ "lon": [
+ 124.6294,
+ 125.02940000000001
+ ]
+ },
+ {
+ "city": "Ramon",
+ "lat": [
+ 16.580000000000002,
+ 16.98
+ ],
+ "lon": [
+ 121.33,
+ 121.73
+ ]
+ },
+ {
+ "city": "Tiwi",
+ "lat": [
+ 13.258500000000002,
+ 13.6585
+ ],
+ "lon": [
+ 123.48049999999999,
+ 123.8805
+ ]
+ },
+ {
+ "city": "Binalonan",
+ "lat": [
+ 15.850000000000001,
+ 16.25
+ ],
+ "lon": [
+ 120.39999999999999,
+ 120.8
+ ]
+ },
+ {
+ "city": "Sucat",
+ "lat": [
+ 14.260000000000002,
+ 14.66
+ ],
+ "lon": [
+ 120.85,
+ 121.25
+ ]
+ },
+ {
+ "city": "Placer",
+ "lat": [
+ 11.6689,
+ 12.0689
+ ],
+ "lon": [
+ 123.7167,
+ 124.11670000000001
+ ]
+ },
+ {
+ "city": "Lian",
+ "lat": [
+ 13.83,
+ 14.229999999999999
+ ],
+ "lon": [
+ 120.45,
+ 120.85000000000001
+ ]
+ },
+ {
+ "city": "Libungan",
+ "lat": [
+ 7.05,
+ 7.45
+ ],
+ "lon": [
+ 124.32,
+ 124.72
+ ]
+ },
+ {
+ "city": "Magsaysay",
+ "lat": [
+ 6.569999999999999,
+ 6.97
+ ],
+ "lon": [
+ 124.98,
+ 125.38000000000001
+ ]
+ },
+ {
+ "city": "Diffun",
+ "lat": [
+ 16.3936,
+ 16.793599999999998
+ ],
+ "lon": [
+ 121.3025,
+ 121.7025
+ ]
+ },
+ {
+ "city": "Lower Bicutan",
+ "lat": [
+ 14.3053,
+ 14.7053
+ ],
+ "lon": [
+ 120.8654,
+ 121.2654
+ ]
+ },
+ {
+ "city": "General Tinio",
+ "lat": [
+ 15.15,
+ 15.549999999999999
+ ],
+ "lon": [
+ 120.85,
+ 121.25
+ ]
+ },
+ {
+ "city": "Poblacion",
+ "lat": [
+ 10.270000000000001,
+ 10.67
+ ],
+ "lon": [
+ 123.77,
+ 124.17
+ ]
+ },
+ {
+ "city": "Bambang",
+ "lat": [
+ 16.1872,
+ 16.5872
+ ],
+ "lon": [
+ 120.9075,
+ 121.3075
+ ]
+ },
+ {
+ "city": "Paombong",
+ "lat": [
+ 14.6311,
+ 15.031099999999999
+ ],
+ "lon": [
+ 120.58919999999999,
+ 120.9892
+ ]
+ },
+ {
+ "city": "Iba",
+ "lat": [
+ 15.13,
+ 15.53
+ ],
+ "lon": [
+ 119.78,
+ 120.18
+ ]
+ },
+ {
+ "city": "Mulanay",
+ "lat": [
+ 13.3222,
+ 13.722199999999999
+ ],
+ "lon": [
+ 122.2042,
+ 122.6042
+ ]
+ },
+ {
+ "city": "Urbiztondo",
+ "lat": [
+ 15.6227,
+ 16.0227
+ ],
+ "lon": [
+ 120.1295,
+ 120.5295
+ ]
+ },
+ {
+ "city": "Batac",
+ "lat": [
+ 17.8554,
+ 18.255399999999998
+ ],
+ "lon": [
+ 120.36489999999999,
+ 120.7649
+ ]
+ },
+ {
+ "city": "Tatalon",
+ "lat": [
+ 14.4242,
+ 14.8242
+ ],
+ "lon": [
+ 120.8153,
+ 121.2153
+ ]
+ },
+ {
+ "city": "Asturias",
+ "lat": [
+ 10.3679,
+ 10.7679
+ ],
+ "lon": [
+ 123.5172,
+ 123.91720000000001
+ ]
+ },
+ {
+ "city": "Mercedes",
+ "lat": [
+ 13.9093,
+ 14.309299999999999
+ ],
+ "lon": [
+ 122.8109,
+ 123.21090000000001
+ ]
+ },
+ {
+ "city": "Manapla",
+ "lat": [
+ 10.758000000000001,
+ 11.158
+ ],
+ "lon": [
+ 122.923,
+ 123.32300000000001
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 13.280000000000001,
+ 13.68
+ ],
+ "lon": [
+ 121.83,
+ 122.23
+ ]
+ },
+ {
+ "city": "Carigara",
+ "lat": [
+ 11.100000000000001,
+ 11.5
+ ],
+ "lon": [
+ 124.48,
+ 124.88000000000001
+ ]
+ },
+ {
+ "city": "Sara",
+ "lat": [
+ 11.05,
+ 11.45
+ ],
+ "lon": [
+ 122.82,
+ 123.22
+ ]
+ },
+ {
+ "city": "Pila",
+ "lat": [
+ 14.030000000000001,
+ 14.43
+ ],
+ "lon": [
+ 121.17,
+ 121.57000000000001
+ ]
+ },
+ {
+ "city": "Masinloc",
+ "lat": [
+ 15.33,
+ 15.729999999999999
+ ],
+ "lon": [
+ 119.75,
+ 120.15
+ ]
+ },
+ {
+ "city": "Pontevedra",
+ "lat": [
+ 10.17,
+ 10.569999999999999
+ ],
+ "lon": [
+ 122.67999999999999,
+ 123.08
+ ]
+ },
+ {
+ "city": "Trento",
+ "lat": [
+ 7.8500000000000005,
+ 8.25
+ ],
+ "lon": [
+ 125.86,
+ 126.26
+ ]
+ },
+ {
+ "city": "Tapas",
+ "lat": [
+ 11.0622,
+ 11.4622
+ ],
+ "lon": [
+ 122.3369,
+ 122.7369
+ ]
+ },
+ {
+ "city": "San Isidro",
+ "lat": [
+ 15.1097,
+ 15.509699999999999
+ ],
+ "lon": [
+ 120.70689999999999,
+ 121.1069
+ ]
+ },
+ {
+ "city": "San Manuel",
+ "lat": [
+ 15.8656,
+ 16.2656
+ ],
+ "lon": [
+ 120.4667,
+ 120.86670000000001
+ ]
+ },
+ {
+ "city": "Don Bosco",
+ "lat": [
+ 14.2817,
+ 14.6817
+ ],
+ "lon": [
+ 120.8258,
+ 121.2258
+ ]
+ },
+ {
+ "city": "Tagkawayan",
+ "lat": [
+ 13.770000000000001,
+ 14.17
+ ],
+ "lon": [
+ 122.33,
+ 122.73
+ ]
+ },
+ {
+ "city": "Titay",
+ "lat": [
+ 7.6703,
+ 8.0703
+ ],
+ "lon": [
+ 122.3594,
+ 122.7594
+ ]
+ },
+ {
+ "city": "Minalabac",
+ "lat": [
+ 13.370000000000001,
+ 13.77
+ ],
+ "lon": [
+ 122.9844,
+ 123.3844
+ ]
+ },
+ {
+ "city": "Vigan",
+ "lat": [
+ 17.3747,
+ 17.7747
+ ],
+ "lon": [
+ 120.1869,
+ 120.5869
+ ]
+ },
+ {
+ "city": "Cabagan",
+ "lat": [
+ 17.23,
+ 17.63
+ ],
+ "lon": [
+ 121.57,
+ 121.97
+ ]
+ },
+ {
+ "city": "Impasugong",
+ "lat": [
+ 8.1028,
+ 8.502799999999999
+ ],
+ "lon": [
+ 124.8014,
+ 125.2014
+ ]
+ },
+ {
+ "city": "Magpet",
+ "lat": [
+ 6.92,
+ 7.32
+ ],
+ "lon": [
+ 124.92,
+ 125.32000000000001
+ ]
+ },
+ {
+ "city": "Kitaotao",
+ "lat": [
+ 7.4406,
+ 7.8406
+ ],
+ "lon": [
+ 124.8086,
+ 125.2086
+ ]
+ },
+ {
+ "city": "Ajuy",
+ "lat": [
+ 10.9725,
+ 11.372499999999999
+ ],
+ "lon": [
+ 122.8196,
+ 123.2196
+ ]
+ },
+ {
+ "city": "Pasacao",
+ "lat": [
+ 13.310300000000002,
+ 13.7103
+ ],
+ "lon": [
+ 122.8419,
+ 123.2419
+ ]
+ },
+ {
+ "city": "Sibonga",
+ "lat": [
+ 9.83,
+ 10.229999999999999
+ ],
+ "lon": [
+ 123.36999999999999,
+ 123.77
+ ]
+ },
+ {
+ "city": "Guiuan",
+ "lat": [
+ 10.83,
+ 11.229999999999999
+ ],
+ "lon": [
+ 125.53,
+ 125.93
+ ]
+ },
+ {
+ "city": "Estancia",
+ "lat": [
+ 11.25,
+ 11.649999999999999
+ ],
+ "lon": [
+ 122.95,
+ 123.35000000000001
+ ]
+ },
+ {
+ "city": "Barobo",
+ "lat": [
+ 8.3292,
+ 8.729199999999999
+ ],
+ "lon": [
+ 125.9217,
+ 126.3217
+ ]
+ },
+ {
+ "city": "Molave",
+ "lat": [
+ 7.893299999999999,
+ 8.293299999999999
+ ],
+ "lon": [
+ 123.285,
+ 123.685
+ ]
+ },
+ {
+ "city": "Lucban",
+ "lat": [
+ 13.913300000000001,
+ 14.3133
+ ],
+ "lon": [
+ 121.3569,
+ 121.7569
+ ]
+ },
+ {
+ "city": "Zaragoza",
+ "lat": [
+ 15.2492,
+ 15.649199999999999
+ ],
+ "lon": [
+ 120.5933,
+ 120.9933
+ ]
+ },
+ {
+ "city": "Aurora",
+ "lat": [
+ 7.7484,
+ 8.1484
+ ],
+ "lon": [
+ 123.3819,
+ 123.78190000000001
+ ]
+ },
+ {
+ "city": "Buenavista",
+ "lat": [
+ 10.5,
+ 10.899999999999999
+ ],
+ "lon": [
+ 122.42999999999999,
+ 122.83
+ ]
+ },
+ {
+ "city": "Pigcawayan",
+ "lat": [
+ 7.08,
+ 7.48
+ ],
+ "lon": [
+ 124.23,
+ 124.63000000000001
+ ]
+ },
+ {
+ "city": "Hamtic",
+ "lat": [
+ 10.5,
+ 10.899999999999999
+ ],
+ "lon": [
+ 121.78,
+ 122.18
+ ]
+ },
+ {
+ "city": "San Joaquin",
+ "lat": [
+ 10.4,
+ 10.799999999999999
+ ],
+ "lon": [
+ 121.88,
+ 122.28
+ ]
+ },
+ {
+ "city": "Bani",
+ "lat": [
+ 15.986900000000002,
+ 16.3869
+ ],
+ "lon": [
+ 119.6592,
+ 120.0592
+ ]
+ },
+ {
+ "city": "President Roxas",
+ "lat": [
+ 6.9544,
+ 7.3544
+ ],
+ "lon": [
+ 124.8558,
+ 125.25580000000001
+ ]
+ },
+ {
+ "city": "Burauen",
+ "lat": [
+ 10.780000000000001,
+ 11.18
+ ],
+ "lon": [
+ 124.7,
+ 125.10000000000001
+ ]
+ },
+ {
+ "city": "Dauis",
+ "lat": [
+ 9.425,
+ 9.825
+ ],
+ "lon": [
+ 123.66499999999999,
+ 124.065
+ ]
+ },
+ {
+ "city": "Claveria",
+ "lat": [
+ 8.41,
+ 8.809999999999999
+ ],
+ "lon": [
+ 124.6947,
+ 125.0947
+ ]
+ },
+ {
+ "city": "Ibajay",
+ "lat": [
+ 11.6211,
+ 12.021099999999999
+ ],
+ "lon": [
+ 121.9617,
+ 122.3617
+ ]
+ },
+ {
+ "city": "Sison",
+ "lat": [
+ 15.970000000000002,
+ 16.37
+ ],
+ "lon": [
+ 120.32,
+ 120.72
+ ]
+ },
+ {
+ "city": "Naguilian",
+ "lat": [
+ 16.330000000000002,
+ 16.73
+ ],
+ "lon": [
+ 120.2,
+ 120.60000000000001
+ ]
+ },
+ {
+ "city": "Victoria",
+ "lat": [
+ 12.971900000000002,
+ 13.3719
+ ],
+ "lon": [
+ 121.0756,
+ 121.4756
+ ]
+ },
+ {
+ "city": "Bato",
+ "lat": [
+ 13.1578,
+ 13.557799999999999
+ ],
+ "lon": [
+ 123.1678,
+ 123.5678
+ ]
+ },
+ {
+ "city": "Leon",
+ "lat": [
+ 10.5808,
+ 10.980799999999999
+ ],
+ "lon": [
+ 122.18939999999999,
+ 122.5894
+ ]
+ },
+ {
+ "city": "Padre Garcia",
+ "lat": [
+ 13.680000000000001,
+ 14.08
+ ],
+ "lon": [
+ 121.02,
+ 121.42
+ ]
+ },
+ {
+ "city": "Caramoan",
+ "lat": [
+ 13.5707,
+ 13.970699999999999
+ ],
+ "lon": [
+ 123.6631,
+ 124.0631
+ ]
+ },
+ {
+ "city": "Santa Ignacia",
+ "lat": [
+ 15.42,
+ 15.819999999999999
+ ],
+ "lon": [
+ 120.23,
+ 120.63000000000001
+ ]
+ },
+ {
+ "city": "Alaminos",
+ "lat": [
+ 13.8635,
+ 14.263499999999999
+ ],
+ "lon": [
+ 121.04509999999999,
+ 121.4451
+ ]
+ },
+ {
+ "city": "Bantacan",
+ "lat": [
+ 7.3483,
+ 7.7483
+ ],
+ "lon": [
+ 125.93809999999999,
+ 126.3381
+ ]
+ },
+ {
+ "city": "Ocampo",
+ "lat": [
+ 13.3594,
+ 13.7594
+ ],
+ "lon": [
+ 123.17609999999999,
+ 123.5761
+ ]
+ },
+ {
+ "city": "San Narciso",
+ "lat": [
+ 13.367700000000001,
+ 13.7677
+ ],
+ "lon": [
+ 122.3667,
+ 122.7667
+ ]
+ },
+ {
+ "city": "Kalamansig",
+ "lat": [
+ 6.37,
+ 6.7700000000000005
+ ],
+ "lon": [
+ 123.85,
+ 124.25
+ ]
+ },
+ {
+ "city": "Mabini",
+ "lat": [
+ 13.5496,
+ 13.949599999999998
+ ],
+ "lon": [
+ 120.7405,
+ 121.1405
+ ]
+ },
+ {
+ "city": "Cataingan",
+ "lat": [
+ 11.802800000000001,
+ 12.2028
+ ],
+ "lon": [
+ 123.7944,
+ 124.1944
+ ]
+ },
+ {
+ "city": "Gloria",
+ "lat": [
+ 12.772200000000002,
+ 13.1722
+ ],
+ "lon": [
+ 121.2778,
+ 121.6778
+ ]
+ },
+ {
+ "city": "El Nido",
+ "lat": [
+ 10.995600000000001,
+ 11.3956
+ ],
+ "lon": [
+ 119.2075,
+ 119.6075
+ ]
+ },
+ {
+ "city": "Bangued",
+ "lat": [
+ 17.400000000000002,
+ 17.8
+ ],
+ "lon": [
+ 120.42,
+ 120.82000000000001
+ ]
+ },
+ {
+ "city": "Aringay",
+ "lat": [
+ 16.1982,
+ 16.5982
+ ],
+ "lon": [
+ 120.1555,
+ 120.55550000000001
+ ]
+ },
+ {
+ "city": "Wao",
+ "lat": [
+ 7.4403999999999995,
+ 7.8404
+ ],
+ "lon": [
+ 124.5257,
+ 124.9257
+ ]
+ },
+ {
+ "city": "Amulung",
+ "lat": [
+ 17.6387,
+ 18.0387
+ ],
+ "lon": [
+ 121.5235,
+ 121.9235
+ ]
+ },
+ {
+ "city": "Pe\u00f1ablanca",
+ "lat": [
+ 17.425800000000002,
+ 17.8258
+ ],
+ "lon": [
+ 121.5853,
+ 121.98530000000001
+ ]
+ },
+ {
+ "city": "Donsol",
+ "lat": [
+ 12.708300000000001,
+ 13.1083
+ ],
+ "lon": [
+ 123.3981,
+ 123.7981
+ ]
+ },
+ {
+ "city": "Cardona",
+ "lat": [
+ 14.286100000000001,
+ 14.6861
+ ],
+ "lon": [
+ 121.0289,
+ 121.4289
+ ]
+ },
+ {
+ "city": "Tubod",
+ "lat": [
+ 7.8500000000000005,
+ 8.25
+ ],
+ "lon": [
+ 123.6,
+ 124.0
+ ]
+ }
+ ],
+ "Pakistan": [
+ {
+ "city": "Karachi",
+ "lat": [
+ 24.66,
+ 25.06
+ ],
+ "lon": [
+ 66.81,
+ 67.21000000000001
+ ]
+ },
+ {
+ "city": "Lahore",
+ "lat": [
+ 31.349700000000002,
+ 31.7497
+ ],
+ "lon": [
+ 74.14359999999999,
+ 74.5436
+ ]
+ },
+ {
+ "city": "Kotla Qasim Khan",
+ "lat": [
+ 32.3833,
+ 32.783300000000004
+ ],
+ "lon": [
+ 73.55,
+ 73.95
+ ]
+ },
+ {
+ "city": "Faisalabad",
+ "lat": [
+ 31.2167,
+ 31.616699999999998
+ ],
+ "lon": [
+ 72.8911,
+ 73.2911
+ ]
+ },
+ {
+ "city": "Rawalpindi",
+ "lat": [
+ 33.4,
+ 33.800000000000004
+ ],
+ "lon": [
+ 72.8333,
+ 73.2333
+ ]
+ },
+ {
+ "city": "Gujranwala",
+ "lat": [
+ 31.9567,
+ 32.356700000000004
+ ],
+ "lon": [
+ 73.99,
+ 74.39
+ ]
+ },
+ {
+ "city": "Peshawar",
+ "lat": [
+ 33.8144,
+ 34.214400000000005
+ ],
+ "lon": [
+ 71.36749999999999,
+ 71.7675
+ ]
+ },
+ {
+ "city": "Multan",
+ "lat": [
+ 29.9978,
+ 30.3978
+ ],
+ "lon": [
+ 71.2697,
+ 71.6697
+ ]
+ },
+ {
+ "city": "Hyderabad City",
+ "lat": [
+ 25.1792,
+ 25.5792
+ ],
+ "lon": [
+ 68.1683,
+ 68.56830000000001
+ ]
+ },
+ {
+ "city": "Islamabad",
+ "lat": [
+ 33.4931,
+ 33.893100000000004
+ ],
+ "lon": [
+ 72.8639,
+ 73.2639
+ ]
+ },
+ {
+ "city": "Quetta",
+ "lat": [
+ 29.9833,
+ 30.3833
+ ],
+ "lon": [
+ 66.8,
+ 67.2
+ ]
+ },
+ {
+ "city": "Kumila",
+ "lat": [
+ 35.05,
+ 35.45
+ ],
+ "lon": [
+ 73.3,
+ 73.7
+ ]
+ },
+ {
+ "city": "Bahawalpur",
+ "lat": [
+ 29.195600000000002,
+ 29.5956
+ ],
+ "lon": [
+ 71.4836,
+ 71.8836
+ ]
+ },
+ {
+ "city": "Parachinar",
+ "lat": [
+ 33.699999999999996,
+ 34.1
+ ],
+ "lon": [
+ 69.89999999999999,
+ 70.3
+ ]
+ },
+ {
+ "city": "Sargodha",
+ "lat": [
+ 31.883599999999998,
+ 32.2836
+ ],
+ "lon": [
+ 72.47109999999999,
+ 72.8711
+ ]
+ },
+ {
+ "city": "Sialkot City",
+ "lat": [
+ 32.2925,
+ 32.6925
+ ],
+ "lon": [
+ 74.33109999999999,
+ 74.7311
+ ]
+ },
+ {
+ "city": "Sukkur",
+ "lat": [
+ 27.5061,
+ 27.9061
+ ],
+ "lon": [
+ 68.64829999999999,
+ 69.0483
+ ]
+ },
+ {
+ "city": "Pindi Bhattian",
+ "lat": [
+ 31.695800000000002,
+ 32.095800000000004
+ ],
+ "lon": [
+ 73.0761,
+ 73.4761
+ ]
+ },
+ {
+ "city": "Larkana",
+ "lat": [
+ 27.3583,
+ 27.7583
+ ],
+ "lon": [
+ 68.0111,
+ 68.4111
+ ]
+ },
+ {
+ "city": "Chiniot",
+ "lat": [
+ 31.5194,
+ 31.9194
+ ],
+ "lon": [
+ 72.7842,
+ 73.1842
+ ]
+ },
+ {
+ "city": "Shekhupura",
+ "lat": [
+ 31.5111,
+ 31.911099999999998
+ ],
+ "lon": [
+ 73.78779999999999,
+ 74.1878
+ ]
+ },
+ {
+ "city": "Shah Latif Town",
+ "lat": [
+ 24.680600000000002,
+ 25.0806
+ ],
+ "lon": [
+ 66.96249999999999,
+ 67.3625
+ ]
+ },
+ {
+ "city": "Sanghar",
+ "lat": [
+ 25.8442,
+ 26.2442
+ ],
+ "lon": [
+ 68.75359999999999,
+ 69.1536
+ ]
+ },
+ {
+ "city": "Rahimyar Khan",
+ "lat": [
+ 28.220000000000002,
+ 28.62
+ ],
+ "lon": [
+ 70.1,
+ 70.5
+ ]
+ },
+ {
+ "city": "Jhang City",
+ "lat": [
+ 31.0694,
+ 31.4694
+ ],
+ "lon": [
+ 72.1161,
+ 72.51610000000001
+ ]
+ },
+ {
+ "city": "Dera Ghazi Khan",
+ "lat": [
+ 29.8331,
+ 30.2331
+ ],
+ "lon": [
+ 70.44,
+ 70.84
+ ]
+ },
+ {
+ "city": "Gujrat",
+ "lat": [
+ 32.3739,
+ 32.773900000000005
+ ],
+ "lon": [
+ 73.8789,
+ 74.27890000000001
+ ]
+ },
+ {
+ "city": "Cantonment",
+ "lat": [
+ 31.3167,
+ 31.7167
+ ],
+ "lon": [
+ 74.1833,
+ 74.58330000000001
+ ]
+ },
+ {
+ "city": "Bhawana",
+ "lat": [
+ 31.3661,
+ 31.766099999999998
+ ],
+ "lon": [
+ 72.4461,
+ 72.8461
+ ]
+ },
+ {
+ "city": "Malakwal",
+ "lat": [
+ 32.3531,
+ 32.7531
+ ],
+ "lon": [
+ 73.0067,
+ 73.4067
+ ]
+ },
+ {
+ "city": "Mardan",
+ "lat": [
+ 34.0012,
+ 34.4012
+ ],
+ "lon": [
+ 71.8258,
+ 72.2258
+ ]
+ },
+ {
+ "city": "Thari Mir Wah",
+ "lat": [
+ 26.8683,
+ 27.2683
+ ],
+ "lon": [
+ 68.4023,
+ 68.8023
+ ]
+ },
+ {
+ "city": "Khipro",
+ "lat": [
+ 25.623,
+ 26.023
+ ],
+ "lon": [
+ 69.17699999999999,
+ 69.577
+ ]
+ },
+ {
+ "city": "Chak Jhumra",
+ "lat": [
+ 31.3667,
+ 31.7667
+ ],
+ "lon": [
+ 72.9833,
+ 73.3833
+ ]
+ },
+ {
+ "city": "Hafizabad",
+ "lat": [
+ 31.871399999999998,
+ 32.2714
+ ],
+ "lon": [
+ 73.4878,
+ 73.8878
+ ]
+ },
+ {
+ "city": "Kasur",
+ "lat": [
+ 30.916700000000002,
+ 31.3167
+ ],
+ "lon": [
+ 74.25,
+ 74.65
+ ]
+ },
+ {
+ "city": "Khairpur Tamewah",
+ "lat": [
+ 29.38,
+ 29.779999999999998
+ ],
+ "lon": [
+ 72.0328,
+ 72.4328
+ ]
+ },
+ {
+ "city": "Chakwal",
+ "lat": [
+ 32.7303,
+ 33.130300000000005
+ ],
+ "lon": [
+ 72.65559999999999,
+ 73.0556
+ ]
+ },
+ {
+ "city": "Khanewal",
+ "lat": [
+ 30.1,
+ 30.5
+ ],
+ "lon": [
+ 71.7333,
+ 72.1333
+ ]
+ },
+ {
+ "city": "Marot",
+ "lat": [
+ 28.310000000000002,
+ 28.71
+ ],
+ "lon": [
+ 71.3,
+ 71.7
+ ]
+ },
+ {
+ "city": "Mingaora",
+ "lat": [
+ 34.5717,
+ 34.971700000000006
+ ],
+ "lon": [
+ 72.16,
+ 72.56
+ ]
+ },
+ {
+ "city": "Mehrabpur",
+ "lat": [
+ 26.8994,
+ 27.2994
+ ],
+ "lon": [
+ 68.2208,
+ 68.6208
+ ]
+ },
+ {
+ "city": "Turbat",
+ "lat": [
+ 25.8042,
+ 26.2042
+ ],
+ "lon": [
+ 62.8606,
+ 63.260600000000004
+ ]
+ },
+ {
+ "city": "Khwazakhela",
+ "lat": [
+ 34.7333,
+ 35.133300000000006
+ ],
+ "lon": [
+ 72.2667,
+ 72.6667
+ ]
+ },
+ {
+ "city": "Nawabshah",
+ "lat": [
+ 26.0442,
+ 26.4442
+ ],
+ "lon": [
+ 68.21,
+ 68.61
+ ]
+ },
+ {
+ "city": "Skardu",
+ "lat": [
+ 35.0903,
+ 35.490300000000005
+ ],
+ "lon": [
+ 75.4444,
+ 75.84440000000001
+ ]
+ },
+ {
+ "city": "Kotri",
+ "lat": [
+ 25.174,
+ 25.573999999999998
+ ],
+ "lon": [
+ 68.1013,
+ 68.5013
+ ]
+ },
+ {
+ "city": "Sahiwal",
+ "lat": [
+ 30.461100000000002,
+ 30.8611
+ ],
+ "lon": [
+ 72.9083,
+ 73.3083
+ ]
+ },
+ {
+ "city": "Mirpur Khas",
+ "lat": [
+ 25.325,
+ 25.724999999999998
+ ],
+ "lon": [
+ 68.8158,
+ 69.2158
+ ]
+ },
+ {
+ "city": "Okara",
+ "lat": [
+ 30.6092,
+ 31.0092
+ ],
+ "lon": [
+ 73.25359999999999,
+ 73.6536
+ ]
+ },
+ {
+ "city": "Thatta",
+ "lat": [
+ 24.5461,
+ 24.946099999999998
+ ],
+ "lon": [
+ 67.7244,
+ 68.12440000000001
+ ]
+ },
+ {
+ "city": "Chilas",
+ "lat": [
+ 35.2194,
+ 35.619400000000006
+ ],
+ "lon": [
+ 73.89439999999999,
+ 74.2944
+ ]
+ },
+ {
+ "city": "Mirpur Bhtoro",
+ "lat": [
+ 24.53,
+ 24.93
+ ],
+ "lon": [
+ 68.05,
+ 68.45
+ ]
+ },
+ {
+ "city": "Mandi Burewala",
+ "lat": [
+ 29.9592,
+ 30.359199999999998
+ ],
+ "lon": [
+ 72.4817,
+ 72.88170000000001
+ ]
+ },
+ {
+ "city": "Jacobabad",
+ "lat": [
+ 28.076900000000002,
+ 28.4769
+ ],
+ "lon": [
+ 68.2514,
+ 68.65140000000001
+ ]
+ },
+ {
+ "city": "Jhelum",
+ "lat": [
+ 32.7425,
+ 33.142500000000005
+ ],
+ "lon": [
+ 73.5256,
+ 73.9256
+ ]
+ },
+ {
+ "city": "Saddiqabad",
+ "lat": [
+ 28.1006,
+ 28.5006
+ ],
+ "lon": [
+ 69.9302,
+ 70.3302
+ ]
+ },
+ {
+ "city": "Kuchlagh",
+ "lat": [
+ 30.883300000000002,
+ 31.2833
+ ],
+ "lon": [
+ 66.90559999999999,
+ 67.3056
+ ]
+ },
+ {
+ "city": "Khapalu",
+ "lat": [
+ 34.966699999999996,
+ 35.3667
+ ],
+ "lon": [
+ 76.13329999999999,
+ 76.5333
+ ]
+ },
+ {
+ "city": "Talhar",
+ "lat": [
+ 24.6833,
+ 25.083299999999998
+ ],
+ "lon": [
+ 68.6167,
+ 69.0167
+ ]
+ },
+ {
+ "city": "Kohat",
+ "lat": [
+ 33.3833,
+ 33.783300000000004
+ ],
+ "lon": [
+ 71.2333,
+ 71.6333
+ ]
+ },
+ {
+ "city": "Muridke",
+ "lat": [
+ 31.602,
+ 32.002
+ ],
+ "lon": [
+ 74.05499999999999,
+ 74.455
+ ]
+ },
+ {
+ "city": "Muzaffargarh",
+ "lat": [
+ 29.869400000000002,
+ 30.2694
+ ],
+ "lon": [
+ 70.99419999999999,
+ 71.3942
+ ]
+ },
+ {
+ "city": "Ziarat",
+ "lat": [
+ 30.181,
+ 30.581
+ ],
+ "lon": [
+ 67.527,
+ 67.927
+ ]
+ },
+ {
+ "city": "Khanpur",
+ "lat": [
+ 28.45,
+ 28.849999999999998
+ ],
+ "lon": [
+ 70.48,
+ 70.88000000000001
+ ]
+ },
+ {
+ "city": "Gojra",
+ "lat": [
+ 30.95,
+ 31.349999999999998
+ ],
+ "lon": [
+ 72.4833,
+ 72.8833
+ ]
+ },
+ {
+ "city": "Panjgur",
+ "lat": [
+ 26.7683,
+ 27.1683
+ ],
+ "lon": [
+ 63.901399999999995,
+ 64.3014
+ ]
+ },
+ {
+ "city": "Mandi Bahauddin",
+ "lat": [
+ 32.3797,
+ 32.779700000000005
+ ],
+ "lon": [
+ 73.28139999999999,
+ 73.6814
+ ]
+ },
+ {
+ "city": "Eminabad",
+ "lat": [
+ 31.842200000000002,
+ 32.242200000000004
+ ],
+ "lon": [
+ 74.06,
+ 74.46000000000001
+ ]
+ },
+ {
+ "city": "Jaranwala",
+ "lat": [
+ 31.133300000000002,
+ 31.5333
+ ],
+ "lon": [
+ 73.2167,
+ 73.61670000000001
+ ]
+ },
+ {
+ "city": "Abbottabad",
+ "lat": [
+ 33.955799999999996,
+ 34.3558
+ ],
+ "lon": [
+ 73.01939999999999,
+ 73.4194
+ ]
+ },
+ {
+ "city": "Dadu",
+ "lat": [
+ 26.532500000000002,
+ 26.9325
+ ],
+ "lon": [
+ 67.5792,
+ 67.9792
+ ]
+ },
+ {
+ "city": "Khairpur Mir\u2019s",
+ "lat": [
+ 27.3333,
+ 27.7333
+ ],
+ "lon": [
+ 68.5667,
+ 68.9667
+ ]
+ },
+ {
+ "city": "Lodhran",
+ "lat": [
+ 29.3333,
+ 29.7333
+ ],
+ "lon": [
+ 71.4333,
+ 71.83330000000001
+ ]
+ },
+ {
+ "city": "Bahawalnagar",
+ "lat": [
+ 29.7928,
+ 30.1928
+ ],
+ "lon": [
+ 73.0536,
+ 73.45360000000001
+ ]
+ },
+ {
+ "city": "Khuzdar",
+ "lat": [
+ 27.6,
+ 28.0
+ ],
+ "lon": [
+ 66.41669999999999,
+ 66.8167
+ ]
+ },
+ {
+ "city": "Pakpattan",
+ "lat": [
+ 30.1442,
+ 30.5442
+ ],
+ "lon": [
+ 73.1839,
+ 73.5839
+ ]
+ },
+ {
+ "city": "Taxila",
+ "lat": [
+ 33.5458,
+ 33.945800000000006
+ ],
+ "lon": [
+ 72.58749999999999,
+ 72.9875
+ ]
+ },
+ {
+ "city": "Zafarwal",
+ "lat": [
+ 32.15,
+ 32.550000000000004
+ ],
+ "lon": [
+ 74.7,
+ 75.10000000000001
+ ]
+ },
+ {
+ "city": "Tando Allahyar",
+ "lat": [
+ 25.2617,
+ 25.6617
+ ],
+ "lon": [
+ 68.5167,
+ 68.9167
+ ]
+ },
+ {
+ "city": "Sarhari",
+ "lat": [
+ 25.900000000000002,
+ 26.3
+ ],
+ "lon": [
+ 68.2833,
+ 68.6833
+ ]
+ },
+ {
+ "city": "Ahmadpur East",
+ "lat": [
+ 28.9439,
+ 29.343899999999998
+ ],
+ "lon": [
+ 71.0592,
+ 71.45920000000001
+ ]
+ },
+ {
+ "city": "Wazirabad",
+ "lat": [
+ 32.235299999999995,
+ 32.6353
+ ],
+ "lon": [
+ 73.9142,
+ 74.3142
+ ]
+ },
+ {
+ "city": "Vihari",
+ "lat": [
+ 29.8419,
+ 30.241899999999998
+ ],
+ "lon": [
+ 72.1528,
+ 72.5528
+ ]
+ },
+ {
+ "city": "New Mirpur",
+ "lat": [
+ 32.949999999999996,
+ 33.35
+ ],
+ "lon": [
+ 73.5333,
+ 73.9333
+ ]
+ },
+ {
+ "city": "Kamalia",
+ "lat": [
+ 30.5333,
+ 30.9333
+ ],
+ "lon": [
+ 72.45,
+ 72.85000000000001
+ ]
+ },
+ {
+ "city": "Kot Addu",
+ "lat": [
+ 30.2664,
+ 30.6664
+ ],
+ "lon": [
+ 70.76559999999999,
+ 71.1656
+ ]
+ },
+ {
+ "city": "Ghotki",
+ "lat": [
+ 27.900000000000002,
+ 28.3
+ ],
+ "lon": [
+ 68.99,
+ 69.39
+ ]
+ },
+ {
+ "city": "Nowshera",
+ "lat": [
+ 33.8153,
+ 34.215300000000006
+ ],
+ "lon": [
+ 71.7747,
+ 72.1747
+ ]
+ },
+ {
+ "city": "Badin",
+ "lat": [
+ 24.4572,
+ 24.8572
+ ],
+ "lon": [
+ 68.64059999999999,
+ 69.0406
+ ]
+ },
+ {
+ "city": "Swabi",
+ "lat": [
+ 33.920199999999994,
+ 34.3202
+ ],
+ "lon": [
+ 72.2702,
+ 72.67020000000001
+ ]
+ },
+ {
+ "city": "Tando Muhammad Khan",
+ "lat": [
+ 24.9239,
+ 25.3239
+ ],
+ "lon": [
+ 68.3389,
+ 68.7389
+ ]
+ },
+ {
+ "city": "Shahdadpur",
+ "lat": [
+ 25.7228,
+ 26.122799999999998
+ ],
+ "lon": [
+ 68.4206,
+ 68.8206
+ ]
+ },
+ {
+ "city": "Jauharabad",
+ "lat": [
+ 32.091899999999995,
+ 32.4919
+ ],
+ "lon": [
+ 72.0736,
+ 72.4736
+ ]
+ },
+ {
+ "city": "Goth Tando Sumro",
+ "lat": [
+ 25.25,
+ 25.65
+ ],
+ "lon": [
+ 68.5167,
+ 68.9167
+ ]
+ },
+ {
+ "city": "Khushab",
+ "lat": [
+ 32.0986,
+ 32.4986
+ ],
+ "lon": [
+ 72.1508,
+ 72.55080000000001
+ ]
+ },
+ {
+ "city": "Dera Ismail Khan",
+ "lat": [
+ 31.6314,
+ 32.0314
+ ],
+ "lon": [
+ 70.7019,
+ 71.1019
+ ]
+ },
+ {
+ "city": "Bagu Na Mohra",
+ "lat": [
+ 33.019999999999996,
+ 33.42
+ ],
+ "lon": [
+ 73.00999999999999,
+ 73.41
+ ]
+ },
+ {
+ "city": "Chaman",
+ "lat": [
+ 30.7222,
+ 31.1222
+ ],
+ "lon": [
+ 66.2447,
+ 66.6447
+ ]
+ },
+ {
+ "city": "Pishin",
+ "lat": [
+ 30.384800000000002,
+ 30.7848
+ ],
+ "lon": [
+ 66.7948,
+ 67.1948
+ ]
+ },
+ {
+ "city": "Charsadda",
+ "lat": [
+ 33.949999999999996,
+ 34.35
+ ],
+ "lon": [
+ 71.5333,
+ 71.9333
+ ]
+ },
+ {
+ "city": "Kandhkot",
+ "lat": [
+ 28.044,
+ 28.444
+ ],
+ "lon": [
+ 68.981,
+ 69.381
+ ]
+ },
+ {
+ "city": "Gujar Khan",
+ "lat": [
+ 33.053,
+ 33.453
+ ],
+ "lon": [
+ 73.104,
+ 73.504
+ ]
+ },
+ {
+ "city": "Bahrain",
+ "lat": [
+ 35.0075,
+ 35.407500000000006
+ ],
+ "lon": [
+ 72.34559999999999,
+ 72.7456
+ ]
+ },
+ {
+ "city": "Kot Radha Kishan",
+ "lat": [
+ 30.9725,
+ 31.3725
+ ],
+ "lon": [
+ 73.8997,
+ 74.2997
+ ]
+ },
+ {
+ "city": "Chishtian",
+ "lat": [
+ 29.6,
+ 30.0
+ ],
+ "lon": [
+ 72.63329999999999,
+ 73.0333
+ ]
+ },
+ {
+ "city": "Renala Khurd",
+ "lat": [
+ 30.6833,
+ 31.083299999999998
+ ],
+ "lon": [
+ 73.39999999999999,
+ 73.8
+ ]
+ },
+ {
+ "city": "Hasilpur",
+ "lat": [
+ 29.4917,
+ 29.8917
+ ],
+ "lon": [
+ 72.3453,
+ 72.7453
+ ]
+ },
+ {
+ "city": "Uch Sharif",
+ "lat": [
+ 29.0333,
+ 29.4333
+ ],
+ "lon": [
+ 70.8667,
+ 71.2667
+ ]
+ },
+ {
+ "city": "Kambar",
+ "lat": [
+ 27.7833,
+ 28.1833
+ ],
+ "lon": [
+ 68.45,
+ 68.85000000000001
+ ]
+ },
+ {
+ "city": "Attock Khurd",
+ "lat": [
+ 33.5667,
+ 33.9667
+ ],
+ "lon": [
+ 72.16669999999999,
+ 72.5667
+ ]
+ },
+ {
+ "city": "Harnai",
+ "lat": [
+ 29.900000000000002,
+ 30.3
+ ],
+ "lon": [
+ 67.7378,
+ 68.1378
+ ]
+ },
+ {
+ "city": "Muzaffarabad",
+ "lat": [
+ 34.1583,
+ 34.5583
+ ],
+ "lon": [
+ 73.2722,
+ 73.6722
+ ]
+ },
+ {
+ "city": "Arifwala",
+ "lat": [
+ 30.098100000000002,
+ 30.4981
+ ],
+ "lon": [
+ 72.8561,
+ 73.2561
+ ]
+ },
+ {
+ "city": "Mianwali",
+ "lat": [
+ 32.385299999999994,
+ 32.7853
+ ],
+ "lon": [
+ 71.3436,
+ 71.7436
+ ]
+ },
+ {
+ "city": "Shabqadar",
+ "lat": [
+ 34.005399999999995,
+ 34.4054
+ ],
+ "lon": [
+ 71.38329999999999,
+ 71.7833
+ ]
+ },
+ {
+ "city": "Nasatta",
+ "lat": [
+ 33.9022,
+ 34.302200000000006
+ ],
+ "lon": [
+ 71.5964,
+ 71.99640000000001
+ ]
+ },
+ {
+ "city": "Jalalpur Jattan",
+ "lat": [
+ 32.4419,
+ 32.8419
+ ],
+ "lon": [
+ 74.0033,
+ 74.4033
+ ]
+ },
+ {
+ "city": "Bhakkar",
+ "lat": [
+ 31.4278,
+ 31.8278
+ ],
+ "lon": [
+ 70.8625,
+ 71.2625
+ ]
+ },
+ {
+ "city": "Chauk Azam",
+ "lat": [
+ 30.7648,
+ 31.1648
+ ],
+ "lon": [
+ 71.017,
+ 71.417
+ ]
+ },
+ {
+ "city": "Dipalpur",
+ "lat": [
+ 30.4708,
+ 30.8708
+ ],
+ "lon": [
+ 73.4533,
+ 73.8533
+ ]
+ },
+ {
+ "city": "Kharian",
+ "lat": [
+ 32.6108,
+ 33.0108
+ ],
+ "lon": [
+ 73.6647,
+ 74.0647
+ ]
+ },
+ {
+ "city": "Wadala Sandhuan",
+ "lat": [
+ 31.983300000000003,
+ 32.383300000000006
+ ],
+ "lon": [
+ 74.2,
+ 74.60000000000001
+ ]
+ },
+ {
+ "city": "Mian Channun",
+ "lat": [
+ 30.25,
+ 30.65
+ ],
+ "lon": [
+ 72.16669999999999,
+ 72.5667
+ ]
+ },
+ {
+ "city": "Bhalwal",
+ "lat": [
+ 32.065599999999996,
+ 32.4656
+ ],
+ "lon": [
+ 72.6994,
+ 73.0994
+ ]
+ },
+ {
+ "city": "Ratodero",
+ "lat": [
+ 27.6,
+ 28.0
+ ],
+ "lon": [
+ 68.0833,
+ 68.4833
+ ]
+ },
+ {
+ "city": "Dera Allahyar",
+ "lat": [
+ 28.2167,
+ 28.616699999999998
+ ],
+ "lon": [
+ 67.9667,
+ 68.36670000000001
+ ]
+ },
+ {
+ "city": "Kharan",
+ "lat": [
+ 28.383300000000002,
+ 28.7833
+ ],
+ "lon": [
+ 65.2167,
+ 65.61670000000001
+ ]
+ },
+ {
+ "city": "Kathri",
+ "lat": [
+ 26.258300000000002,
+ 26.6583
+ ],
+ "lon": [
+ 68.11919999999999,
+ 68.5192
+ ]
+ },
+ {
+ "city": "Jamshoro",
+ "lat": [
+ 25.2244,
+ 25.624399999999998
+ ],
+ "lon": [
+ 68.08109999999999,
+ 68.4811
+ ]
+ },
+ {
+ "city": "Khewra",
+ "lat": [
+ 32.449999999999996,
+ 32.85
+ ],
+ "lon": [
+ 72.8167,
+ 73.2167
+ ]
+ },
+ {
+ "city": "Dinga",
+ "lat": [
+ 32.440999999999995,
+ 32.841
+ ],
+ "lon": [
+ 73.5243,
+ 73.9243
+ ]
+ },
+ {
+ "city": "Pattoki",
+ "lat": [
+ 30.8167,
+ 31.2167
+ ],
+ "lon": [
+ 73.64999999999999,
+ 74.05
+ ]
+ },
+ {
+ "city": "Harunabad",
+ "lat": [
+ 29.4097,
+ 29.8097
+ ],
+ "lon": [
+ 72.9378,
+ 73.3378
+ ]
+ },
+ {
+ "city": "Usta Muhammad",
+ "lat": [
+ 27.9783,
+ 28.3783
+ ],
+ "lon": [
+ 67.84309999999999,
+ 68.2431
+ ]
+ },
+ {
+ "city": "Kahror Pakka",
+ "lat": [
+ 29.4236,
+ 29.8236
+ ],
+ "lon": [
+ 71.7167,
+ 72.11670000000001
+ ]
+ },
+ {
+ "city": "Toba Tek Singh",
+ "lat": [
+ 30.7711,
+ 31.1711
+ ],
+ "lon": [
+ 72.2825,
+ 72.6825
+ ]
+ },
+ {
+ "city": "Sehwan",
+ "lat": [
+ 26.2193,
+ 26.6193
+ ],
+ "lon": [
+ 67.65939999999999,
+ 68.0594
+ ]
+ },
+ {
+ "city": "Mirpur Mathelo",
+ "lat": [
+ 27.8167,
+ 28.2167
+ ],
+ "lon": [
+ 69.3333,
+ 69.7333
+ ]
+ },
+ {
+ "city": "Kahan",
+ "lat": [
+ 29.098200000000002,
+ 29.4982
+ ],
+ "lon": [
+ 68.7023,
+ 69.1023
+ ]
+ },
+ {
+ "city": "Sarai Alamgir",
+ "lat": [
+ 32.699999999999996,
+ 33.1
+ ],
+ "lon": [
+ 73.55,
+ 73.95
+ ]
+ },
+ {
+ "city": "Samundri",
+ "lat": [
+ 30.8625,
+ 31.2625
+ ],
+ "lon": [
+ 72.7542,
+ 73.1542
+ ]
+ },
+ {
+ "city": "Bat Khela",
+ "lat": [
+ 34.419999999999995,
+ 34.82
+ ],
+ "lon": [
+ 71.77,
+ 72.17
+ ]
+ },
+ {
+ "city": "Shakargarh",
+ "lat": [
+ 32.062799999999996,
+ 32.4628
+ ],
+ "lon": [
+ 74.9583,
+ 75.3583
+ ]
+ },
+ {
+ "city": "Sakrand",
+ "lat": [
+ 25.938100000000002,
+ 26.3381
+ ],
+ "lon": [
+ 68.0731,
+ 68.4731
+ ]
+ },
+ {
+ "city": "Sambrial",
+ "lat": [
+ 31.959999999999997,
+ 32.36
+ ],
+ "lon": [
+ 74.2,
+ 74.60000000000001
+ ]
+ },
+ {
+ "city": "Hala",
+ "lat": [
+ 25.61,
+ 26.009999999999998
+ ],
+ "lon": [
+ 68.23,
+ 68.63000000000001
+ ]
+ },
+ {
+ "city": "Gwadar",
+ "lat": [
+ 24.9264,
+ 25.3264
+ ],
+ "lon": [
+ 62.122499999999995,
+ 62.5225
+ ]
+ },
+ {
+ "city": "Shujaabad",
+ "lat": [
+ 29.6792,
+ 30.0792
+ ],
+ "lon": [
+ 71.1028,
+ 71.50280000000001
+ ]
+ },
+ {
+ "city": "Hujra Shah Muqim",
+ "lat": [
+ 30.5333,
+ 30.9333
+ ],
+ "lon": [
+ 73.6167,
+ 74.0167
+ ]
+ },
+ {
+ "city": "Kabirwala",
+ "lat": [
+ 30.0,
+ 30.4
+ ],
+ "lon": [
+ 70.23,
+ 70.63000000000001
+ ]
+ },
+ {
+ "city": "Talamba",
+ "lat": [
+ 30.3255,
+ 30.7255
+ ],
+ "lon": [
+ 72.0398,
+ 72.4398
+ ]
+ },
+ {
+ "city": "Rohri",
+ "lat": [
+ 27.4831,
+ 27.8831
+ ],
+ "lon": [
+ 68.7,
+ 69.10000000000001
+ ]
+ },
+ {
+ "city": "Mansehra",
+ "lat": [
+ 34.1339,
+ 34.5339
+ ],
+ "lon": [
+ 73.0014,
+ 73.40140000000001
+ ]
+ },
+ {
+ "city": "Lala Musa",
+ "lat": [
+ 32.500299999999996,
+ 32.9003
+ ],
+ "lon": [
+ 73.7578,
+ 74.15780000000001
+ ]
+ },
+ {
+ "city": "Saidu Sharif",
+ "lat": [
+ 34.55,
+ 34.95
+ ],
+ "lon": [
+ 72.1572,
+ 72.55720000000001
+ ]
+ },
+ {
+ "city": "Chunian",
+ "lat": [
+ 30.8167,
+ 31.2167
+ ],
+ "lon": [
+ 73.64999999999999,
+ 74.05
+ ]
+ },
+ {
+ "city": "Talagang",
+ "lat": [
+ 32.727799999999995,
+ 33.1278
+ ],
+ "lon": [
+ 72.2111,
+ 72.61110000000001
+ ]
+ },
+ {
+ "city": "Kashmor",
+ "lat": [
+ 28.060000000000002,
+ 28.46
+ ],
+ "lon": [
+ 69.14999999999999,
+ 69.55
+ ]
+ },
+ {
+ "city": "Nankana Sahib",
+ "lat": [
+ 31.25,
+ 31.65
+ ],
+ "lon": [
+ 73.5067,
+ 73.9067
+ ]
+ },
+ {
+ "city": "Phalia",
+ "lat": [
+ 32.2328,
+ 32.6328
+ ],
+ "lon": [
+ 73.3778,
+ 73.7778
+ ]
+ },
+ {
+ "city": "Bannu",
+ "lat": [
+ 32.7864,
+ 33.186400000000006
+ ],
+ "lon": [
+ 70.4044,
+ 70.8044
+ ]
+ },
+ {
+ "city": "Faruka",
+ "lat": [
+ 31.6853,
+ 32.085300000000004
+ ],
+ "lon": [
+ 72.2153,
+ 72.6153
+ ]
+ },
+ {
+ "city": "Pasrur",
+ "lat": [
+ 32.0637,
+ 32.4637
+ ],
+ "lon": [
+ 74.4628,
+ 74.86280000000001
+ ]
+ },
+ {
+ "city": "Timargara",
+ "lat": [
+ 34.6278,
+ 35.027800000000006
+ ],
+ "lon": [
+ 71.6417,
+ 72.0417
+ ]
+ },
+ {
+ "city": "Dina",
+ "lat": [
+ 32.8283,
+ 33.228300000000004
+ ],
+ "lon": [
+ 73.4011,
+ 73.8011
+ ]
+ },
+ {
+ "city": "Rangewala",
+ "lat": [
+ 30.6222,
+ 31.022199999999998
+ ],
+ "lon": [
+ 74.0611,
+ 74.4611
+ ]
+ },
+ {
+ "city": "Chenab Nagar",
+ "lat": [
+ 31.5528,
+ 31.9528
+ ],
+ "lon": [
+ 72.7222,
+ 73.1222
+ ]
+ },
+ {
+ "city": "Hadali",
+ "lat": [
+ 32.0922,
+ 32.492200000000004
+ ],
+ "lon": [
+ 71.9922,
+ 72.3922
+ ]
+ },
+ {
+ "city": "Pabbi",
+ "lat": [
+ 33.809999999999995,
+ 34.21
+ ],
+ "lon": [
+ 71.5975,
+ 71.9975
+ ]
+ },
+ {
+ "city": "Lalian",
+ "lat": [
+ 31.6253,
+ 32.0253
+ ],
+ "lon": [
+ 72.6027,
+ 73.0027
+ ]
+ },
+ {
+ "city": "Liaquatpur",
+ "lat": [
+ 28.735300000000002,
+ 29.1353
+ ],
+ "lon": [
+ 70.7508,
+ 71.1508
+ ]
+ },
+ {
+ "city": "Matta",
+ "lat": [
+ 34.8931,
+ 35.2931
+ ],
+ "lon": [
+ 72.1097,
+ 72.50970000000001
+ ]
+ },
+ {
+ "city": "Abdul Hakim",
+ "lat": [
+ 30.35,
+ 30.75
+ ],
+ "lon": [
+ 71.9328,
+ 72.3328
+ ]
+ },
+ {
+ "city": "Kot Mumin",
+ "lat": [
+ 31.9883,
+ 32.3883
+ ],
+ "lon": [
+ 72.8286,
+ 73.2286
+ ]
+ },
+ {
+ "city": "Hassan Abdal",
+ "lat": [
+ 33.619499999999995,
+ 34.0195
+ ],
+ "lon": [
+ 72.48899999999999,
+ 72.889
+ ]
+ },
+ {
+ "city": "Chak Thirty-six North Branch",
+ "lat": [
+ 31.9261,
+ 32.326100000000004
+ ],
+ "lon": [
+ 72.52969999999999,
+ 72.9297
+ ]
+ },
+ {
+ "city": "Rukan",
+ "lat": [
+ 32.2236,
+ 32.6236
+ ],
+ "lon": [
+ 73.0722,
+ 73.4722
+ ]
+ },
+ {
+ "city": "Buni",
+ "lat": [
+ 36.072799999999994,
+ 36.4728
+ ],
+ "lon": [
+ 72.05969999999999,
+ 72.4597
+ ]
+ },
+ {
+ "city": "Chak Sixty-one Gugera Branch",
+ "lat": [
+ 31.3875,
+ 31.787499999999998
+ ],
+ "lon": [
+ 73.4897,
+ 73.8897
+ ]
+ }
+ ],
+ "Bangladesh": [
+ {
+ "city": "Dhaka",
+ "lat": [
+ 23.5289,
+ 23.9289
+ ],
+ "lon": [
+ 90.1944,
+ 90.59440000000001
+ ]
+ },
+ {
+ "city": "G\u0101zipura",
+ "lat": [
+ 23.7234,
+ 24.1234
+ ],
+ "lon": [
+ 90.1959,
+ 90.5959
+ ]
+ },
+ {
+ "city": "Chattogram",
+ "lat": [
+ 22.135,
+ 22.535
+ ],
+ "lon": [
+ 91.6325,
+ 92.0325
+ ]
+ },
+ {
+ "city": "Rangapukur",
+ "lat": [
+ 25.320600000000002,
+ 25.7206
+ ],
+ "lon": [
+ 89.01469999999999,
+ 89.4147
+ ]
+ },
+ {
+ "city": "N\u0101r\u0101yanganj",
+ "lat": [
+ 23.416700000000002,
+ 23.8167
+ ],
+ "lon": [
+ 90.3,
+ 90.7
+ ]
+ },
+ {
+ "city": "Khulna",
+ "lat": [
+ 22.6167,
+ 23.0167
+ ],
+ "lon": [
+ 89.35,
+ 89.75
+ ]
+ },
+ {
+ "city": "Mymensingh",
+ "lat": [
+ 24.5504,
+ 24.9504
+ ],
+ "lon": [
+ 90.17999999999999,
+ 90.58
+ ]
+ },
+ {
+ "city": "Sylhet",
+ "lat": [
+ 24.7,
+ 25.099999999999998
+ ],
+ "lon": [
+ 91.66669999999999,
+ 92.0667
+ ]
+ },
+ {
+ "city": "Sir\u0101jganj",
+ "lat": [
+ 24.25,
+ 24.65
+ ],
+ "lon": [
+ 89.5167,
+ 89.9167
+ ]
+ },
+ {
+ "city": "R\u0101jsh\u0101hi",
+ "lat": [
+ 24.166700000000002,
+ 24.5667
+ ],
+ "lon": [
+ 88.39999999999999,
+ 88.8
+ ]
+ },
+ {
+ "city": "Chauddagram",
+ "lat": [
+ 23.0244,
+ 23.4244
+ ],
+ "lon": [
+ 91.17309999999999,
+ 91.5731
+ ]
+ },
+ {
+ "city": "Kushtia",
+ "lat": [
+ 23.7,
+ 24.099999999999998
+ ],
+ "lon": [
+ 88.92,
+ 89.32000000000001
+ ]
+ },
+ {
+ "city": "Barura",
+ "lat": [
+ 23.168300000000002,
+ 23.5683
+ ],
+ "lon": [
+ 90.8484,
+ 91.2484
+ ]
+ },
+ {
+ "city": "Bogra",
+ "lat": [
+ 24.651,
+ 25.051
+ ],
+ "lon": [
+ 89.1711,
+ 89.5711
+ ]
+ },
+ {
+ "city": "T\u0101ng\u0101il",
+ "lat": [
+ 24.05,
+ 24.45
+ ],
+ "lon": [
+ 89.72,
+ 90.12
+ ]
+ },
+ {
+ "city": "Savar",
+ "lat": [
+ 23.6482,
+ 24.048199999999998
+ ],
+ "lon": [
+ 90.0577,
+ 90.4577
+ ]
+ },
+ {
+ "city": "Tungi",
+ "lat": [
+ 23.6915,
+ 24.0915
+ ],
+ "lon": [
+ 90.2023,
+ 90.6023
+ ]
+ },
+ {
+ "city": "Comilla",
+ "lat": [
+ 23.25,
+ 23.65
+ ],
+ "lon": [
+ 91.0,
+ 91.4
+ ]
+ },
+ {
+ "city": "Rangpur",
+ "lat": [
+ 25.55,
+ 25.95
+ ],
+ "lon": [
+ 89.0444,
+ 89.4444
+ ]
+ },
+ {
+ "city": "Br\u0101hmanb\u0101ria",
+ "lat": [
+ 23.7723,
+ 24.1723
+ ],
+ "lon": [
+ 90.9099,
+ 91.3099
+ ]
+ },
+ {
+ "city": "Feni",
+ "lat": [
+ 22.815,
+ 23.215
+ ],
+ "lon": [
+ 91.19669999999999,
+ 91.5967
+ ]
+ },
+ {
+ "city": "Siddhirganj",
+ "lat": [
+ 23.4913,
+ 23.891299999999998
+ ],
+ "lon": [
+ 90.3149,
+ 90.7149
+ ]
+ },
+ {
+ "city": "Jhenida",
+ "lat": [
+ 23.3425,
+ 23.7425
+ ],
+ "lon": [
+ 88.97489999999999,
+ 89.3749
+ ]
+ },
+ {
+ "city": "Companiganj",
+ "lat": [
+ 22.673000000000002,
+ 23.073
+ ],
+ "lon": [
+ 91.0782,
+ 91.4782
+ ]
+ },
+ {
+ "city": "Jessore",
+ "lat": [
+ 22.9704,
+ 23.3704
+ ],
+ "lon": [
+ 89.0,
+ 89.4
+ ]
+ },
+ {
+ "city": "B\u0101nchp\u0101r",
+ "lat": [
+ 23.008100000000002,
+ 23.4081
+ ],
+ "lon": [
+ 90.5979,
+ 90.9979
+ ]
+ },
+ {
+ "city": "Nazipur",
+ "lat": [
+ 24.8455,
+ 25.2455
+ ],
+ "lon": [
+ 88.5609,
+ 88.96090000000001
+ ]
+ },
+ {
+ "city": "Barishal",
+ "lat": [
+ 22.5,
+ 22.9
+ ],
+ "lon": [
+ 90.16669999999999,
+ 90.5667
+ ]
+ },
+ {
+ "city": "Chu\u0101d\u0101nga",
+ "lat": [
+ 23.4418,
+ 23.8418
+ ],
+ "lon": [
+ 88.65769999999999,
+ 89.0577
+ ]
+ },
+ {
+ "city": "Cox\u2019s B\u0101z\u0101r",
+ "lat": [
+ 21.2539,
+ 21.6539
+ ],
+ "lon": [
+ 91.76769999999999,
+ 92.1677
+ ]
+ },
+ {
+ "city": "Din\u0101jpur",
+ "lat": [
+ 25.43,
+ 25.83
+ ],
+ "lon": [
+ 88.45,
+ 88.85000000000001
+ ]
+ },
+ {
+ "city": "Brahmanpara",
+ "lat": [
+ 23.4165,
+ 23.816499999999998
+ ],
+ "lon": [
+ 90.86789999999999,
+ 91.2679
+ ]
+ },
+ {
+ "city": "P\u0101bna",
+ "lat": [
+ 23.8004,
+ 24.2004
+ ],
+ "lon": [
+ 89.05,
+ 89.45
+ ]
+ },
+ {
+ "city": "Narsingdi",
+ "lat": [
+ 23.7,
+ 24.099999999999998
+ ],
+ "lon": [
+ 90.5167,
+ 90.9167
+ ]
+ },
+ {
+ "city": "Jam\u0101lpur",
+ "lat": [
+ 24.700400000000002,
+ 25.1004
+ ],
+ "lon": [
+ 89.75,
+ 90.15
+ ]
+ },
+ {
+ "city": "Naogaon",
+ "lat": [
+ 24.611800000000002,
+ 25.0118
+ ],
+ "lon": [
+ 88.747,
+ 89.147
+ ]
+ },
+ {
+ "city": "Bh\u0101nd\u0101ria",
+ "lat": [
+ 22.289,
+ 22.689
+ ],
+ "lon": [
+ 89.8627,
+ 90.26270000000001
+ ]
+ },
+ {
+ "city": "Naw\u0101bganj",
+ "lat": [
+ 24.400000000000002,
+ 24.8
+ ],
+ "lon": [
+ 88.0667,
+ 88.4667
+ ]
+ },
+ {
+ "city": "Sr\u012bpur",
+ "lat": [
+ 24.0,
+ 24.4
+ ],
+ "lon": [
+ 90.2731,
+ 90.6731
+ ]
+ },
+ {
+ "city": "Maijdi",
+ "lat": [
+ 22.666700000000002,
+ 23.0667
+ ],
+ "lon": [
+ 90.89999999999999,
+ 91.3
+ ]
+ },
+ {
+ "city": "Saidpur",
+ "lat": [
+ 25.5833,
+ 25.9833
+ ],
+ "lon": [
+ 88.7,
+ 89.10000000000001
+ ]
+ },
+ {
+ "city": "Far\u012bdpur",
+ "lat": [
+ 23.398600000000002,
+ 23.7986
+ ],
+ "lon": [
+ 89.6353,
+ 90.0353
+ ]
+ },
+ {
+ "city": "Fulg\u0101zi",
+ "lat": [
+ 22.9461,
+ 23.3461
+ ],
+ "lon": [
+ 91.2409,
+ 91.6409
+ ]
+ },
+ {
+ "city": "S\u0101tkhira",
+ "lat": [
+ 22.508200000000002,
+ 22.9082
+ ],
+ "lon": [
+ 88.8718,
+ 89.2718
+ ]
+ },
+ {
+ "city": "Netrakona",
+ "lat": [
+ 24.683500000000002,
+ 25.0835
+ ],
+ "lon": [
+ 90.529,
+ 90.929
+ ]
+ },
+ {
+ "city": "Goalundo Gh\u0101t",
+ "lat": [
+ 23.5241,
+ 23.9241
+ ],
+ "lon": [
+ 89.565,
+ 89.965
+ ]
+ },
+ {
+ "city": "Bhola",
+ "lat": [
+ 22.4833,
+ 22.8833
+ ],
+ "lon": [
+ 90.45,
+ 90.85000000000001
+ ]
+ },
+ {
+ "city": "Habiganj",
+ "lat": [
+ 24.180400000000002,
+ 24.5804
+ ],
+ "lon": [
+ 91.213,
+ 91.613
+ ]
+ },
+ {
+ "city": "Lakshm\u012bpur",
+ "lat": [
+ 22.7443,
+ 23.144299999999998
+ ],
+ "lon": [
+ 90.6301,
+ 91.0301
+ ]
+ },
+ {
+ "city": "M\u0101nikganj",
+ "lat": [
+ 23.6614,
+ 24.0614
+ ],
+ "lon": [
+ 89.8003,
+ 90.2003
+ ]
+ },
+ {
+ "city": "Kaukh\u0101li",
+ "lat": [
+ 22.4333,
+ 22.833299999999998
+ ],
+ "lon": [
+ 89.8667,
+ 90.2667
+ ]
+ },
+ {
+ "city": "Patuakh\u0101li",
+ "lat": [
+ 22.0591,
+ 22.4591
+ ],
+ "lon": [
+ 90.1184,
+ 90.5184
+ ]
+ },
+ {
+ "city": "Panchari Bazar",
+ "lat": [
+ 23.0867,
+ 23.4867
+ ],
+ "lon": [
+ 91.7027,
+ 92.1027
+ ]
+ },
+ {
+ "city": "Nakhyaungchar\u012bp\u0101ra",
+ "lat": [
+ 21.2281,
+ 21.6281
+ ],
+ "lon": [
+ 91.97789999999999,
+ 92.3779
+ ]
+ },
+ {
+ "city": "Lalmanirhat",
+ "lat": [
+ 25.717200000000002,
+ 26.1172
+ ],
+ "lon": [
+ 89.24589999999999,
+ 89.6459
+ ]
+ },
+ {
+ "city": "Pirojpur",
+ "lat": [
+ 22.3796,
+ 22.7796
+ ],
+ "lon": [
+ 89.7752,
+ 90.1752
+ ]
+ },
+ {
+ "city": "Arankhola",
+ "lat": [
+ 24.4928,
+ 24.892799999999998
+ ],
+ "lon": [
+ 89.8806,
+ 90.2806
+ ]
+ },
+ {
+ "city": "Gaibandha",
+ "lat": [
+ 25.129,
+ 25.529
+ ],
+ "lon": [
+ 89.3415,
+ 89.7415
+ ]
+ },
+ {
+ "city": "Raharpur",
+ "lat": [
+ 24.619400000000002,
+ 25.0194
+ ],
+ "lon": [
+ 88.125,
+ 88.525
+ ]
+ },
+ {
+ "city": "Elenga",
+ "lat": [
+ 24.1386,
+ 24.5386
+ ],
+ "lon": [
+ 89.72189999999999,
+ 90.1219
+ ]
+ },
+ {
+ "city": "J\u0101l\u0101k\u0101ti",
+ "lat": [
+ 22.4409,
+ 22.840899999999998
+ ],
+ "lon": [
+ 89.9988,
+ 90.39880000000001
+ ]
+ },
+ {
+ "city": "Sherpur",
+ "lat": [
+ 24.4765,
+ 24.8765
+ ],
+ "lon": [
+ 89.21589999999999,
+ 89.6159
+ ]
+ },
+ {
+ "city": "Gop\u0101lganj",
+ "lat": [
+ 22.8,
+ 23.2
+ ],
+ "lon": [
+ 89.6167,
+ 90.0167
+ ]
+ },
+ {
+ "city": "Sun\u0101mganj",
+ "lat": [
+ 24.8667,
+ 25.2667
+ ],
+ "lon": [
+ 91.2,
+ 91.60000000000001
+ ]
+ },
+ {
+ "city": "Gop\u0101lpur",
+ "lat": [
+ 24.3601,
+ 24.760099999999998
+ ],
+ "lon": [
+ 89.7218,
+ 90.12180000000001
+ ]
+ }
+ ],
+ "Thailand": [
+ {
+ "city": "Bangkok",
+ "lat": [
+ 13.5525,
+ 13.952499999999999
+ ],
+ "lon": [
+ 100.2942,
+ 100.69420000000001
+ ]
+ },
+ {
+ "city": "Chiang Mai",
+ "lat": [
+ 18.5953,
+ 18.9953
+ ],
+ "lon": [
+ 98.7986,
+ 99.1986
+ ]
+ },
+ {
+ "city": "Nakhon Ratchasima",
+ "lat": [
+ 14.780600000000002,
+ 15.1806
+ ],
+ "lon": [
+ 101.89999999999999,
+ 102.3
+ ]
+ },
+ {
+ "city": "Khon Kaen",
+ "lat": [
+ 16.2333,
+ 16.6333
+ ],
+ "lon": [
+ 102.63329999999999,
+ 103.0333
+ ]
+ },
+ {
+ "city": "Hat Yai",
+ "lat": [
+ 6.8167,
+ 7.2167
+ ],
+ "lon": [
+ 100.2667,
+ 100.6667
+ ]
+ },
+ {
+ "city": "Chon Buri",
+ "lat": [
+ 13.161100000000001,
+ 13.5611
+ ],
+ "lon": [
+ 100.785,
+ 101.185
+ ]
+ },
+ {
+ "city": "Phatthaya",
+ "lat": [
+ 12.735700000000001,
+ 13.1357
+ ],
+ "lon": [
+ 100.689,
+ 101.089
+ ]
+ },
+ {
+ "city": "Si Racha",
+ "lat": [
+ 12.974,
+ 13.373999999999999
+ ],
+ "lon": [
+ 100.73,
+ 101.13000000000001
+ ]
+ },
+ {
+ "city": "Phitsanulok",
+ "lat": [
+ 16.6158,
+ 17.0158
+ ],
+ "lon": [
+ 100.0636,
+ 100.4636
+ ]
+ },
+ {
+ "city": "Pak Kret",
+ "lat": [
+ 13.7125,
+ 14.112499999999999
+ ],
+ "lon": [
+ 100.2978,
+ 100.6978
+ ]
+ },
+ {
+ "city": "Mukdahan",
+ "lat": [
+ 16.3431,
+ 16.7431
+ ],
+ "lon": [
+ 104.5228,
+ 104.92280000000001
+ ]
+ },
+ {
+ "city": "Surat Thani",
+ "lat": [
+ 8.9397,
+ 9.339699999999999
+ ],
+ "lon": [
+ 99.1306,
+ 99.5306
+ ]
+ },
+ {
+ "city": "Udon Thani",
+ "lat": [
+ 17.2167,
+ 17.616699999999998
+ ],
+ "lon": [
+ 102.55,
+ 102.95
+ ]
+ },
+ {
+ "city": "Nakhon Pathom",
+ "lat": [
+ 13.620600000000001,
+ 14.0206
+ ],
+ "lon": [
+ 99.8625,
+ 100.2625
+ ]
+ },
+ {
+ "city": "Ban Bang Pu Mai",
+ "lat": [
+ 13.320400000000001,
+ 13.7204
+ ],
+ "lon": [
+ 100.466,
+ 100.866
+ ]
+ },
+ {
+ "city": "Ban Mangkon",
+ "lat": [
+ 13.409,
+ 13.809
+ ],
+ "lon": [
+ 100.46379999999999,
+ 100.8638
+ ]
+ },
+ {
+ "city": "Nakhon Si Thammarat",
+ "lat": [
+ 8.236400000000001,
+ 8.6364
+ ],
+ "lon": [
+ 99.7631,
+ 100.1631
+ ]
+ },
+ {
+ "city": "Ban Laem Chabang",
+ "lat": [
+ 12.8833,
+ 13.283299999999999
+ ],
+ "lon": [
+ 100.6833,
+ 101.08330000000001
+ ]
+ },
+ {
+ "city": "Nakhon Sawan",
+ "lat": [
+ 15.513300000000001,
+ 15.9133
+ ],
+ "lon": [
+ 99.9353,
+ 100.3353
+ ]
+ },
+ {
+ "city": "Ban Map Ta Phut",
+ "lat": [
+ 12.5258,
+ 12.925799999999999
+ ],
+ "lon": [
+ 100.9722,
+ 101.3722
+ ]
+ },
+ {
+ "city": "Ban Talat Rangsit",
+ "lat": [
+ 13.7833,
+ 14.1833
+ ],
+ "lon": [
+ 100.41669999999999,
+ 100.8167
+ ]
+ },
+ {
+ "city": "Phuket",
+ "lat": [
+ 7.6880999999999995,
+ 8.088099999999999
+ ],
+ "lon": [
+ 98.19749999999999,
+ 98.5975
+ ]
+ },
+ {
+ "city": "Ban Nong Prue",
+ "lat": [
+ 12.722800000000001,
+ 13.1228
+ ],
+ "lon": [
+ 100.7375,
+ 101.1375
+ ]
+ },
+ {
+ "city": "Ban Tha Khlong",
+ "lat": [
+ 13.8894,
+ 14.289399999999999
+ ],
+ "lon": [
+ 100.4236,
+ 100.8236
+ ]
+ },
+ {
+ "city": "Sakon Nakhon",
+ "lat": [
+ 16.956400000000002,
+ 17.3564
+ ],
+ "lon": [
+ 103.9456,
+ 104.3456
+ ]
+ },
+ {
+ "city": "Ban Plai Bua Phatthana",
+ "lat": [
+ 13.7032,
+ 14.1032
+ ],
+ "lon": [
+ 100.1989,
+ 100.5989
+ ]
+ },
+ {
+ "city": "Ko Samui",
+ "lat": [
+ 9.3,
+ 9.7
+ ],
+ "lon": [
+ 99.8,
+ 100.2
+ ]
+ },
+ {
+ "city": "Chiang Rai",
+ "lat": [
+ 19.709400000000002,
+ 20.1094
+ ],
+ "lon": [
+ 99.6275,
+ 100.0275
+ ]
+ },
+ {
+ "city": "Ubon Ratchathani",
+ "lat": [
+ 15.0281,
+ 15.428099999999999
+ ],
+ "lon": [
+ 104.65939999999999,
+ 105.0594
+ ]
+ },
+ {
+ "city": "Ban Suan",
+ "lat": [
+ 13.1516,
+ 13.551599999999999
+ ],
+ "lon": [
+ 100.8082,
+ 101.2082
+ ]
+ },
+ {
+ "city": "Hua Hin",
+ "lat": [
+ 12.3686,
+ 12.7686
+ ],
+ "lon": [
+ 99.7578,
+ 100.15780000000001
+ ]
+ },
+ {
+ "city": "Rayong",
+ "lat": [
+ 12.474200000000002,
+ 12.8742
+ ],
+ "lon": [
+ 101.07889999999999,
+ 101.4789
+ ]
+ },
+ {
+ "city": "Ban Lam Sam Kaeo",
+ "lat": [
+ 13.7728,
+ 14.172799999999999
+ ],
+ "lon": [
+ 100.4511,
+ 100.8511
+ ]
+ },
+ {
+ "city": "Songkhla",
+ "lat": [
+ 7.0061,
+ 7.4061
+ ],
+ "lon": [
+ 100.3967,
+ 100.7967
+ ]
+ },
+ {
+ "city": "Chachoengsao",
+ "lat": [
+ 13.490300000000001,
+ 13.8903
+ ],
+ "lon": [
+ 100.8703,
+ 101.2703
+ ]
+ },
+ {
+ "city": "Saraburi",
+ "lat": [
+ 14.328600000000002,
+ 14.7286
+ ],
+ "lon": [
+ 100.7114,
+ 101.1114
+ ]
+ },
+ {
+ "city": "Yala",
+ "lat": [
+ 6.3425,
+ 6.742500000000001
+ ],
+ "lon": [
+ 101.0831,
+ 101.48310000000001
+ ]
+ },
+ {
+ "city": "Samut Sakhon",
+ "lat": [
+ 13.348600000000001,
+ 13.7486
+ ],
+ "lon": [
+ 100.0775,
+ 100.4775
+ ]
+ },
+ {
+ "city": "Trang",
+ "lat": [
+ 7.3575,
+ 7.7575
+ ],
+ "lon": [
+ 99.41029999999999,
+ 99.8103
+ ]
+ },
+ {
+ "city": "Ban Bang Kaeo",
+ "lat": [
+ 12.8,
+ 13.2
+ ],
+ "lon": [
+ 37.8,
+ 38.2
+ ]
+ },
+ {
+ "city": "Ban Rangsit",
+ "lat": [
+ 13.8167,
+ 14.2167
+ ],
+ "lon": [
+ 100.55,
+ 100.95
+ ]
+ },
+ {
+ "city": "Chaiyaphum",
+ "lat": [
+ 15.6056,
+ 16.0056
+ ],
+ "lon": [
+ 101.83109999999999,
+ 102.2311
+ ]
+ },
+ {
+ "city": "Lampang",
+ "lat": [
+ 18.1,
+ 18.5
+ ],
+ "lon": [
+ 99.3,
+ 99.7
+ ]
+ },
+ {
+ "city": "Lop Buri",
+ "lat": [
+ 14.600000000000001,
+ 15.0
+ ],
+ "lon": [
+ 100.4269,
+ 100.82690000000001
+ ]
+ },
+ {
+ "city": "Khlong Luang",
+ "lat": [
+ 13.864700000000001,
+ 14.2647
+ ],
+ "lon": [
+ 100.44579999999999,
+ 100.8458
+ ]
+ },
+ {
+ "city": "Ban Om Noi",
+ "lat": [
+ 13.500100000000002,
+ 13.9001
+ ],
+ "lon": [
+ 100.1241,
+ 100.5241
+ ]
+ },
+ {
+ "city": "Mae Sot",
+ "lat": [
+ 16.5131,
+ 16.9131
+ ],
+ "lon": [
+ 98.3747,
+ 98.77470000000001
+ ]
+ },
+ {
+ "city": "Muban Saeng Bua Thong",
+ "lat": [
+ 13.765,
+ 14.165
+ ],
+ "lon": [
+ 100.19239999999999,
+ 100.5924
+ ]
+ },
+ {
+ "city": "Phra Nakhon Si Ayutthaya",
+ "lat": [
+ 14.1478,
+ 14.547799999999999
+ ],
+ "lon": [
+ 100.36059999999999,
+ 100.7606
+ ]
+ },
+ {
+ "city": "Bang Bua Thong",
+ "lat": [
+ 13.7102,
+ 14.110199999999999
+ ],
+ "lon": [
+ 100.22579999999999,
+ 100.6258
+ ]
+ }
+ ],
+ "Vietnam": [
+ {
+ "city": "Ho Chi Minh City",
+ "lat": [
+ 10.575600000000001,
+ 10.9756
+ ],
+ "lon": [
+ 106.50189999999999,
+ 106.9019
+ ]
+ },
+ {
+ "city": "Hanoi",
+ "lat": [
+ 20.8,
+ 21.2
+ ],
+ "lon": [
+ 105.64999999999999,
+ 106.05
+ ]
+ },
+ {
+ "city": "Haiphong",
+ "lat": [
+ 20.665100000000002,
+ 21.0651
+ ],
+ "lon": [
+ 106.4838,
+ 106.88380000000001
+ ]
+ },
+ {
+ "city": "Bi\u00ean H\u00f2a",
+ "lat": [
+ 10.75,
+ 11.149999999999999
+ ],
+ "lon": [
+ 106.6167,
+ 107.0167
+ ]
+ },
+ {
+ "city": "C\u1ea7n Th\u01a1",
+ "lat": [
+ 9.833300000000001,
+ 10.2333
+ ],
+ "lon": [
+ 105.5833,
+ 105.9833
+ ]
+ },
+ {
+ "city": "Ninh B\u00ecnh",
+ "lat": [
+ 20.05,
+ 20.45
+ ],
+ "lon": [
+ 105.63329999999999,
+ 106.0333
+ ]
+ },
+ {
+ "city": "Th\u1ee7 \u0110\u1ee9c",
+ "lat": [
+ 10.6266,
+ 11.026599999999998
+ ],
+ "lon": [
+ 106.5609,
+ 106.96090000000001
+ ]
+ },
+ {
+ "city": "Thanh H\u00f3a",
+ "lat": [
+ 19.6075,
+ 20.0075
+ ],
+ "lon": [
+ 105.57639999999999,
+ 105.9764
+ ]
+ },
+ {
+ "city": "Vinh",
+ "lat": [
+ 18.4667,
+ 18.866699999999998
+ ],
+ "lon": [
+ 105.4667,
+ 105.86670000000001
+ ]
+ },
+ {
+ "city": "Hu\u1ebf",
+ "lat": [
+ 16.2619,
+ 16.6619
+ ],
+ "lon": [
+ 107.3955,
+ 107.7955
+ ]
+ },
+ {
+ "city": "T\u00e2n An",
+ "lat": [
+ 10.705,
+ 11.104999999999999
+ ],
+ "lon": [
+ 106.4994,
+ 106.8994
+ ]
+ },
+ {
+ "city": "Nha Trang",
+ "lat": [
+ 12.045,
+ 12.444999999999999
+ ],
+ "lon": [
+ 108.9917,
+ 109.3917
+ ]
+ },
+ {
+ "city": "T\u00e2n Uy\u00ean",
+ "lat": [
+ 10.850800000000001,
+ 11.2508
+ ],
+ "lon": [
+ 106.5636,
+ 106.9636
+ ]
+ },
+ {
+ "city": "B\u1eafc Giang",
+ "lat": [
+ 21.0667,
+ 21.4667
+ ],
+ "lon": [
+ 106.0,
+ 106.4
+ ]
+ },
+ {
+ "city": "Nam \u0110\u1ecbnh",
+ "lat": [
+ 20.220000000000002,
+ 20.62
+ ],
+ "lon": [
+ 105.9683,
+ 106.3683
+ ]
+ },
+ {
+ "city": "Th\u00e1i Nguy\u00ean",
+ "lat": [
+ 21.400000000000002,
+ 21.8
+ ],
+ "lon": [
+ 105.64999999999999,
+ 106.05
+ ]
+ },
+ {
+ "city": "Vi\u1ec7t Tr\u00ec",
+ "lat": [
+ 21.1,
+ 21.5
+ ],
+ "lon": [
+ 105.2333,
+ 105.6333
+ ]
+ },
+ {
+ "city": "H\u00e0 T\u0129nh",
+ "lat": [
+ 18.133300000000002,
+ 18.5333
+ ],
+ "lon": [
+ 105.7,
+ 106.10000000000001
+ ]
+ },
+ {
+ "city": "An Nh\u01a1n",
+ "lat": [
+ 13.717,
+ 14.116999999999999
+ ],
+ "lon": [
+ 108.883,
+ 109.283
+ ]
+ },
+ {
+ "city": "V\u0169ng T\u00e0u",
+ "lat": [
+ 10.183300000000001,
+ 10.5833
+ ],
+ "lon": [
+ 106.91669999999999,
+ 107.3167
+ ]
+ },
+ {
+ "city": "Bu\u00f4n Ma Thu\u1ed9t",
+ "lat": [
+ 12.466700000000001,
+ 12.8667
+ ],
+ "lon": [
+ 107.85,
+ 108.25
+ ]
+ },
+ {
+ "city": "Th\u1ee7 D\u1ea7u M\u1ed9t",
+ "lat": [
+ 10.7667,
+ 11.166699999999999
+ ],
+ "lon": [
+ 106.45,
+ 106.85000000000001
+ ]
+ },
+ {
+ "city": "Quy Nh\u01a1n",
+ "lat": [
+ 13.5667,
+ 13.9667
+ ],
+ "lon": [
+ 109.0333,
+ 109.4333
+ ]
+ },
+ {
+ "city": "Nghi S\u01a1n",
+ "lat": [
+ 19.217000000000002,
+ 19.617
+ ],
+ "lon": [
+ 105.55,
+ 105.95
+ ]
+ },
+ {
+ "city": "B\u1eafc Ninh",
+ "lat": [
+ 20.9833,
+ 21.3833
+ ],
+ "lon": [
+ 105.85,
+ 106.25
+ ]
+ },
+ {
+ "city": "Long Xuy\u00ean",
+ "lat": [
+ 10.1736,
+ 10.573599999999999
+ ],
+ "lon": [
+ 105.2458,
+ 105.64580000000001
+ ]
+ },
+ {
+ "city": "M\u1ef9 Tho",
+ "lat": [
+ 10.15,
+ 10.549999999999999
+ ],
+ "lon": [
+ 106.14999999999999,
+ 106.55
+ ]
+ },
+ {
+ "city": "Th\u00e1i B\u00ecnh",
+ "lat": [
+ 20.246100000000002,
+ 20.6461
+ ],
+ "lon": [
+ 106.1422,
+ 106.54220000000001
+ ]
+ },
+ {
+ "city": "Qu\u1ea3ng Ng\u00e3i",
+ "lat": [
+ 14.9167,
+ 15.316699999999999
+ ],
+ "lon": [
+ 108.6,
+ 109.0
+ ]
+ },
+ {
+ "city": "R\u1ea1ch Gi\u00e1",
+ "lat": [
+ 9.8167,
+ 10.2167
+ ],
+ "lon": [
+ 104.88329999999999,
+ 105.2833
+ ]
+ },
+ {
+ "city": "Tuy H\u00f2a",
+ "lat": [
+ 12.8819,
+ 13.281899999999998
+ ],
+ "lon": [
+ 109.095,
+ 109.495
+ ]
+ },
+ {
+ "city": "H\u1ea3i D\u01b0\u01a1ng",
+ "lat": [
+ 20.7397,
+ 21.139699999999998
+ ],
+ "lon": [
+ 106.1306,
+ 106.5306
+ ]
+ },
+ {
+ "city": "B\u00e0 R\u1ecba",
+ "lat": [
+ 10.2992,
+ 10.6992
+ ],
+ "lon": [
+ 106.9675,
+ 107.3675
+ ]
+ },
+ {
+ "city": "H\u00f2a B\u00ecnh",
+ "lat": [
+ 20.613300000000002,
+ 21.0133
+ ],
+ "lon": [
+ 105.1383,
+ 105.5383
+ ]
+ },
+ {
+ "city": "Ph\u00fa Y\u00ean",
+ "lat": [
+ 21.215600000000002,
+ 21.6156
+ ],
+ "lon": [
+ 105.6739,
+ 106.07390000000001
+ ]
+ },
+ {
+ "city": "S\u01a1n T\u00e2y",
+ "lat": [
+ 20.9333,
+ 21.333299999999998
+ ],
+ "lon": [
+ 105.3,
+ 105.7
+ ]
+ },
+ {
+ "city": "C\u00e0 Mau",
+ "lat": [
+ 8.9833,
+ 9.383299999999998
+ ],
+ "lon": [
+ 104.95,
+ 105.35000000000001
+ ]
+ },
+ {
+ "city": "S\u00f3c Tr\u0103ng",
+ "lat": [
+ 9.402800000000001,
+ 9.8028
+ ],
+ "lon": [
+ 105.7736,
+ 106.17360000000001
+ ]
+ },
+ {
+ "city": "Ch\u00ed Linh",
+ "lat": [
+ 20.933,
+ 21.333
+ ],
+ "lon": [
+ 106.18299999999999,
+ 106.583
+ ]
+ },
+ {
+ "city": "T\u00e2n An",
+ "lat": [
+ 10.333300000000001,
+ 10.7333
+ ],
+ "lon": [
+ 106.2167,
+ 106.61670000000001
+ ]
+ },
+ {
+ "city": "Sa \u0110\u00e9c",
+ "lat": [
+ 10.100000000000001,
+ 10.5
+ ],
+ "lon": [
+ 105.5667,
+ 105.9667
+ ]
+ },
+ {
+ "city": "Cao L\u00e3nh",
+ "lat": [
+ 10.2672,
+ 10.6672
+ ],
+ "lon": [
+ 105.4303,
+ 105.83030000000001
+ ]
+ },
+ {
+ "city": "Phan Rang-Th\u00e1p Ch\u00e0m",
+ "lat": [
+ 11.366700000000002,
+ 11.7667
+ ],
+ "lon": [
+ 108.7833,
+ 109.1833
+ ]
+ },
+ {
+ "city": "Phan Thi\u1ebft",
+ "lat": [
+ 10.7333,
+ 11.133299999999998
+ ],
+ "lon": [
+ 107.89999999999999,
+ 108.3
+ ]
+ },
+ {
+ "city": "\u0110\u00e0 L\u1ea1t",
+ "lat": [
+ 11.741700000000002,
+ 12.1417
+ ],
+ "lon": [
+ 108.2383,
+ 108.6383
+ ]
+ },
+ {
+ "city": "Kinh M\u00f4n",
+ "lat": [
+ 20.833000000000002,
+ 21.233
+ ],
+ "lon": [
+ 106.3,
+ 106.7
+ ]
+ },
+ {
+ "city": "Ph\u1ee7 T\u1eeb S\u01a1n",
+ "lat": [
+ 20.9189,
+ 21.3189
+ ],
+ "lon": [
+ 105.7611,
+ 106.1611
+ ]
+ },
+ {
+ "city": "V\u0129nh Long",
+ "lat": [
+ 10.05,
+ 10.45
+ ],
+ "lon": [
+ 105.7667,
+ 106.1667
+ ]
+ },
+ {
+ "city": "L\u1ea1ng S\u01a1n",
+ "lat": [
+ 21.6478,
+ 22.0478
+ ],
+ "lon": [
+ 106.5578,
+ 106.9578
+ ]
+ },
+ {
+ "city": "C\u1ea9m Ph\u1ea3",
+ "lat": [
+ 20.8167,
+ 21.2167
+ ],
+ "lon": [
+ 107.1167,
+ 107.5167
+ ]
+ },
+ {
+ "city": "V\u0129nh Ch\u00e2u",
+ "lat": [
+ 9.133000000000001,
+ 9.533
+ ],
+ "lon": [
+ 105.8,
+ 106.2
+ ]
+ },
+ {
+ "city": "Tr\u1ea3ng B\u00e0ng",
+ "lat": [
+ 10.833,
+ 11.232999999999999
+ ],
+ "lon": [
+ 106.167,
+ 106.56700000000001
+ ]
+ },
+ {
+ "city": "Qu\u1ea3ng Y\u00ean",
+ "lat": [
+ 20.717000000000002,
+ 21.117
+ ],
+ "lon": [
+ 106.633,
+ 107.033
+ ]
+ },
+ {
+ "city": "H\u1ea1 Long",
+ "lat": [
+ 20.75,
+ 21.15
+ ],
+ "lon": [
+ 106.8667,
+ 107.2667
+ ]
+ },
+ {
+ "city": "Mang La",
+ "lat": [
+ 14.161700000000002,
+ 14.5617
+ ],
+ "lon": [
+ 107.8083,
+ 108.20830000000001
+ ]
+ },
+ {
+ "city": "B\u1ea3o L\u1ed9c",
+ "lat": [
+ 11.3481,
+ 11.748099999999999
+ ],
+ "lon": [
+ 107.6075,
+ 108.00750000000001
+ ]
+ },
+ {
+ "city": "Gi\u00e1 Rai",
+ "lat": [
+ 9.05,
+ 9.45
+ ],
+ "lon": [
+ 105.217,
+ 105.617
+ ]
+ },
+ {
+ "city": "\u0110\u00f4ng H\u00e0",
+ "lat": [
+ 16.630300000000002,
+ 17.0303
+ ],
+ "lon": [
+ 106.8972,
+ 107.2972
+ ]
+ },
+ {
+ "city": "T\u00e2n Ph\u00fa",
+ "lat": [
+ 11.072000000000001,
+ 11.472
+ ],
+ "lon": [
+ 107.2367,
+ 107.6367
+ ]
+ },
+ {
+ "city": "Tr\u00e0 Vinh",
+ "lat": [
+ 9.7333,
+ 10.133299999999998
+ ],
+ "lon": [
+ 106.14999999999999,
+ 106.55
+ ]
+ },
+ {
+ "city": "B\u1ea1c Li\u00eau",
+ "lat": [
+ 9.083300000000001,
+ 9.4833
+ ],
+ "lon": [
+ 105.5167,
+ 105.9167
+ ]
+ },
+ {
+ "city": "V\u0129nh Y\u00ean",
+ "lat": [
+ 21.11,
+ 21.509999999999998
+ ],
+ "lon": [
+ 105.3967,
+ 105.7967
+ ]
+ },
+ {
+ "city": "H\u00f2a Th\u00e0nh",
+ "lat": [
+ 11.0831,
+ 11.483099999999999
+ ],
+ "lon": [
+ 105.9297,
+ 106.3297
+ ]
+ },
+ {
+ "city": "H\u1ed9i An",
+ "lat": [
+ 15.683300000000001,
+ 16.0833
+ ],
+ "lon": [
+ 108.13329999999999,
+ 108.5333
+ ]
+ },
+ {
+ "city": "G\u00f2 C\u00f4ng",
+ "lat": [
+ 10.1667,
+ 10.566699999999999
+ ],
+ "lon": [
+ 106.4667,
+ 106.86670000000001
+ ]
+ },
+ {
+ "city": "Long Kh\u00e1nh",
+ "lat": [
+ 10.717,
+ 11.116999999999999
+ ],
+ "lon": [
+ 106.967,
+ 107.367
+ ]
+ },
+ {
+ "city": "\u0110\u1ee9c Ph\u1ed5",
+ "lat": [
+ 14.610000000000001,
+ 15.01
+ ],
+ "lon": [
+ 108.75999999999999,
+ 109.16
+ ]
+ },
+ {
+ "city": "\u0110\u1ed3ng Xo\u00e0i",
+ "lat": [
+ 11.3169,
+ 11.716899999999999
+ ],
+ "lon": [
+ 106.6392,
+ 107.03920000000001
+ ]
+ },
+ {
+ "city": "M\u1ed9c Ch\u00e2u",
+ "lat": [
+ 20.7221,
+ 21.1221
+ ],
+ "lon": [
+ 104.5521,
+ 104.9521
+ ]
+ },
+ {
+ "city": "Cam Ranh",
+ "lat": [
+ 11.702,
+ 12.101999999999999
+ ],
+ "lon": [
+ 109.02069999999999,
+ 109.4207
+ ]
+ },
+ {
+ "city": "Pleiku",
+ "lat": [
+ 13.7833,
+ 14.1833
+ ],
+ "lon": [
+ 107.8,
+ 108.2
+ ]
+ },
+ {
+ "city": "T\u00e2n Ch\u00e2u",
+ "lat": [
+ 10.5739,
+ 10.973899999999999
+ ],
+ "lon": [
+ 105.0369,
+ 105.43690000000001
+ ]
+ },
+ {
+ "city": "Cam Ranh",
+ "lat": [
+ 11.713600000000001,
+ 12.1136
+ ],
+ "lon": [
+ 108.9369,
+ 109.3369
+ ]
+ },
+ {
+ "city": "Ph\u1ee7 L\u00fd",
+ "lat": [
+ 20.3411,
+ 20.7411
+ ],
+ "lon": [
+ 105.7139,
+ 106.1139
+ ]
+ },
+ {
+ "city": "T\u00e2y Ninh",
+ "lat": [
+ 11.167800000000002,
+ 11.5678
+ ],
+ "lon": [
+ 105.9189,
+ 106.3189
+ ]
+ },
+ {
+ "city": "Ba \u0110\u1ed3n",
+ "lat": [
+ 17.5547,
+ 17.9547
+ ],
+ "lon": [
+ 106.2231,
+ 106.62310000000001
+ ]
+ },
+ {
+ "city": "\u0110\u1ed3ng H\u1edbi",
+ "lat": [
+ 17.2831,
+ 17.6831
+ ],
+ "lon": [
+ 106.3997,
+ 106.7997
+ ]
+ },
+ {
+ "city": "Long B\u00ecnh",
+ "lat": [
+ 10.745800000000001,
+ 11.1458
+ ],
+ "lon": [
+ 106.6775,
+ 107.0775
+ ]
+ },
+ {
+ "city": "L\u00e0o Cai",
+ "lat": [
+ 22.2806,
+ 22.6806
+ ],
+ "lon": [
+ 103.77499999999999,
+ 104.175
+ ]
+ },
+ {
+ "city": "S\u1ea7m S\u01a1n",
+ "lat": [
+ 19.5333,
+ 19.9333
+ ],
+ "lon": [
+ 105.7,
+ 106.10000000000001
+ ]
+ },
+ {
+ "city": "Bu\u00f4n H\u1ed3",
+ "lat": [
+ 12.6544,
+ 13.0544
+ ],
+ "lon": [
+ 108.0703,
+ 108.47030000000001
+ ]
+ },
+ {
+ "city": "B\u1ebfn Tre",
+ "lat": [
+ 10.0333,
+ 10.4333
+ ],
+ "lon": [
+ 106.1833,
+ 106.58330000000001
+ ]
+ },
+ {
+ "city": "Cai L\u1eady",
+ "lat": [
+ 10.217,
+ 10.616999999999999
+ ],
+ "lon": [
+ 105.883,
+ 106.283
+ ]
+ },
+ {
+ "city": "Tam K\u1ef3",
+ "lat": [
+ 15.366700000000002,
+ 15.7667
+ ],
+ "lon": [
+ 108.2833,
+ 108.6833
+ ]
+ },
+ {
+ "city": "Ch\u01a1n Th\u00e0nh",
+ "lat": [
+ 11.2292,
+ 11.629199999999999
+ ],
+ "lon": [
+ 106.4572,
+ 106.8572
+ ]
+ },
+ {
+ "city": "Th\u00e0nh Ph\u1ed1 U\u00f4ng B\u00ed",
+ "lat": [
+ 20.8356,
+ 21.235599999999998
+ ],
+ "lon": [
+ 106.56439999999999,
+ 106.9644
+ ]
+ },
+ {
+ "city": "K\u1ef3 Anh",
+ "lat": [
+ 17.8678,
+ 18.267799999999998
+ ],
+ "lon": [
+ 106.0967,
+ 106.4967
+ ]
+ },
+ {
+ "city": "\u0110\u00f4ng H\u00f2a",
+ "lat": [
+ 12.7931,
+ 13.1931
+ ],
+ "lon": [
+ 109.1314,
+ 109.5314
+ ]
+ },
+ {
+ "city": "H\u01b0ng Y\u00ean",
+ "lat": [
+ 20.4464,
+ 20.8464
+ ],
+ "lon": [
+ 105.8511,
+ 106.25110000000001
+ ]
+ },
+ {
+ "city": "M\u00f3ng C\u00e1i",
+ "lat": [
+ 21.3333,
+ 21.7333
+ ],
+ "lon": [
+ 107.7667,
+ 108.1667
+ ]
+ },
+ {
+ "city": "La Gi",
+ "lat": [
+ 10.46,
+ 10.86
+ ],
+ "lon": [
+ 107.5719,
+ 107.9719
+ ]
+ },
+ {
+ "city": "S\u01a1n La",
+ "lat": [
+ 21.127000000000002,
+ 21.527
+ ],
+ "lon": [
+ 103.7141,
+ 104.11410000000001
+ ]
+ },
+ {
+ "city": "B\u00ecnh H\u00f2a",
+ "lat": [
+ 10.706100000000001,
+ 11.1061
+ ],
+ "lon": [
+ 106.5308,
+ 106.9308
+ ]
+ },
+ {
+ "city": "S\u00f4ng C\u1ea7u",
+ "lat": [
+ 13.350000000000001,
+ 13.75
+ ],
+ "lon": [
+ 109.0,
+ 109.4
+ ]
+ },
+ {
+ "city": "B\u00ecnh Long",
+ "lat": [
+ 11.4527,
+ 11.852699999999999
+ ],
+ "lon": [
+ 106.4093,
+ 106.80930000000001
+ ]
+ },
+ {
+ "city": "Tuy\u00ean Quang",
+ "lat": [
+ 21.6167,
+ 22.0167
+ ],
+ "lon": [
+ 105.0167,
+ 105.4167
+ ]
+ },
+ {
+ "city": "V\u1ecb Thanh",
+ "lat": [
+ 9.583300000000001,
+ 9.9833
+ ],
+ "lon": [
+ 105.2667,
+ 105.6667
+ ]
+ },
+ {
+ "city": "Tam \u0110i\u1ec7p",
+ "lat": [
+ 19.9556,
+ 20.3556
+ ],
+ "lon": [
+ 105.71809999999999,
+ 106.1181
+ ]
+ },
+ {
+ "city": "Ch\u00e2u \u0110\u1ed1c",
+ "lat": [
+ 10.5,
+ 10.899999999999999
+ ],
+ "lon": [
+ 104.91669999999999,
+ 105.3167
+ ]
+ },
+ {
+ "city": "Ng\u00e3 B\u1ea3y",
+ "lat": [
+ 9.6164,
+ 10.016399999999999
+ ],
+ "lon": [
+ 105.6197,
+ 106.0197
+ ]
+ },
+ {
+ "city": "H\u1ed3ng Ng\u1ef1",
+ "lat": [
+ 10.633000000000001,
+ 11.033
+ ],
+ "lon": [
+ 105.083,
+ 105.483
+ ]
+ },
+ {
+ "city": "B\u1ec9m S\u01a1n",
+ "lat": [
+ 19.8781,
+ 20.2781
+ ],
+ "lon": [
+ 105.66029999999999,
+ 106.0603
+ ]
+ },
+ {
+ "city": "Y\u00ean B\u00e1i",
+ "lat": [
+ 21.5,
+ 21.9
+ ],
+ "lon": [
+ 104.66669999999999,
+ 105.0667
+ ]
+ },
+ {
+ "city": "H\u00e0 Ti\u00ean",
+ "lat": [
+ 10.183300000000001,
+ 10.5833
+ ],
+ "lon": [
+ 104.2833,
+ 104.6833
+ ]
+ },
+ {
+ "city": "H\u01b0\u01a1ng Th\u1ee7y",
+ "lat": [
+ 16.2,
+ 16.599999999999998
+ ],
+ "lon": [
+ 107.4889,
+ 107.8889
+ ]
+ },
+ {
+ "city": "Ph\u00fa Th\u1ecd",
+ "lat": [
+ 21.200300000000002,
+ 21.6003
+ ],
+ "lon": [
+ 105.0225,
+ 105.4225
+ ]
+ },
+ {
+ "city": "\u0110i\u1ec7n Bi\u00ean Ph\u1ee7",
+ "lat": [
+ 21.1833,
+ 21.583299999999998
+ ],
+ "lon": [
+ 102.8167,
+ 103.2167
+ ]
+ },
+ {
+ "city": "Ph\u00fac Y\u00ean",
+ "lat": [
+ 21.0333,
+ 21.4333
+ ],
+ "lon": [
+ 105.5,
+ 105.9
+ ]
+ },
+ {
+ "city": "An Kh\u00ea",
+ "lat": [
+ 13.7531,
+ 14.153099999999998
+ ],
+ "lon": [
+ 108.45689999999999,
+ 108.8569
+ ]
+ },
+ {
+ "city": "Ninh H\u00f2a",
+ "lat": [
+ 12.2917,
+ 12.691699999999999
+ ],
+ "lon": [
+ 108.9258,
+ 109.3258
+ ]
+ },
+ {
+ "city": "D\u0129 An",
+ "lat": [
+ 10.7039,
+ 11.1039
+ ],
+ "lon": [
+ 106.56779999999999,
+ 106.9678
+ ]
+ },
+ {
+ "city": "Cao B\u1eb1ng",
+ "lat": [
+ 22.4667,
+ 22.866699999999998
+ ],
+ "lon": [
+ 106.0583,
+ 106.45830000000001
+ ]
+ },
+ {
+ "city": "H\u01b0\u01a1ng Tr\u00e0",
+ "lat": [
+ 16.267500000000002,
+ 16.6675
+ ],
+ "lon": [
+ 107.3181,
+ 107.7181
+ ]
+ },
+ {
+ "city": "Long M\u1ef9",
+ "lat": [
+ 9.4814,
+ 9.8814
+ ],
+ "lon": [
+ 105.3708,
+ 105.77080000000001
+ ]
+ },
+ {
+ "city": "Ph\u00fa Qu\u1ed1c",
+ "lat": [
+ 10.0289,
+ 10.428899999999999
+ ],
+ "lon": [
+ 103.76689999999999,
+ 104.1669
+ ]
+ },
+ {
+ "city": "Ngh\u0129a L\u1ed9",
+ "lat": [
+ 21.3758,
+ 21.7758
+ ],
+ "lon": [
+ 104.3192,
+ 104.7192
+ ]
+ },
+ {
+ "city": "T\u00e2n Ph\u01b0\u1edbc Kh\u00e1nh",
+ "lat": [
+ 10.8,
+ 11.2
+ ],
+ "lon": [
+ 106.5167,
+ 106.9167
+ ]
+ },
+ {
+ "city": "Gia Ngh\u0129a",
+ "lat": [
+ 11.7833,
+ 12.1833
+ ],
+ "lon": [
+ 107.5,
+ 107.9
+ ]
+ },
+ {
+ "city": "H\u00e0 Giang",
+ "lat": [
+ 22.633300000000002,
+ 23.0333
+ ],
+ "lon": [
+ 104.7833,
+ 105.1833
+ ]
+ },
+ {
+ "city": "A Yun Pa",
+ "lat": [
+ 13.193900000000001,
+ 13.5939
+ ],
+ "lon": [
+ 108.2408,
+ 108.6408
+ ]
+ }
+ ],
+ "Turkey": [
+ {
+ "city": "Istanbul",
+ "lat": [
+ 40.813599999999994,
+ 41.2136
+ ],
+ "lon": [
+ 28.755,
+ 29.154999999999998
+ ]
+ },
+ {
+ "city": "Ankara",
+ "lat": [
+ 39.73,
+ 40.13
+ ],
+ "lon": [
+ 32.65,
+ 33.050000000000004
+ ]
+ },
+ {
+ "city": "Bursa",
+ "lat": [
+ 39.9833,
+ 40.383300000000006
+ ],
+ "lon": [
+ 28.85,
+ 29.25
+ ]
+ },
+ {
+ "city": "\u0130zmir",
+ "lat": [
+ 38.22,
+ 38.620000000000005
+ ],
+ "lon": [
+ 26.94,
+ 27.34
+ ]
+ },
+ {
+ "city": "Konya",
+ "lat": [
+ 37.6667,
+ 38.066700000000004
+ ],
+ "lon": [
+ 32.2833,
+ 32.6833
+ ]
+ },
+ {
+ "city": "Gaziantep",
+ "lat": [
+ 36.8628,
+ 37.262800000000006
+ ],
+ "lon": [
+ 37.179199999999994,
+ 37.5792
+ ]
+ },
+ {
+ "city": "Diyarbak\u0131r",
+ "lat": [
+ 37.709999999999994,
+ 38.11
+ ],
+ "lon": [
+ 40.04,
+ 40.440000000000005
+ ]
+ },
+ {
+ "city": "Adana",
+ "lat": [
+ 36.8,
+ 37.2
+ ],
+ "lon": [
+ 35.1213,
+ 35.521300000000004
+ ]
+ },
+ {
+ "city": "Kayseri",
+ "lat": [
+ 38.522499999999994,
+ 38.9225
+ ],
+ "lon": [
+ 35.287499999999994,
+ 35.6875
+ ]
+ },
+ {
+ "city": "Samsun",
+ "lat": [
+ 41.0903,
+ 41.490300000000005
+ ],
+ "lon": [
+ 36.133599999999994,
+ 36.5336
+ ]
+ },
+ {
+ "city": "Antalya",
+ "lat": [
+ 36.6874,
+ 37.0874
+ ],
+ "lon": [
+ 30.5075,
+ 30.9075
+ ]
+ },
+ {
+ "city": "Mersin",
+ "lat": [
+ 36.599999999999994,
+ 37.0
+ ],
+ "lon": [
+ 34.433299999999996,
+ 34.8333
+ ]
+ },
+ {
+ "city": "Esenyurt",
+ "lat": [
+ 40.834199999999996,
+ 41.2342
+ ],
+ "lon": [
+ 28.48,
+ 28.88
+ ]
+ },
+ {
+ "city": "\u00c7ankaya",
+ "lat": [
+ 39.724399999999996,
+ 40.1244
+ ],
+ "lon": [
+ 32.685599999999994,
+ 33.0856
+ ]
+ },
+ {
+ "city": "Ke\u00e7i\u00f6ren",
+ "lat": [
+ 39.8,
+ 40.2
+ ],
+ "lon": [
+ 32.6667,
+ 33.066700000000004
+ ]
+ },
+ {
+ "city": "Osmangazi",
+ "lat": [
+ 39.9983,
+ 40.398300000000006
+ ],
+ "lon": [
+ 28.86,
+ 29.259999999999998
+ ]
+ },
+ {
+ "city": "Eski\u015fehir",
+ "lat": [
+ 39.576699999999995,
+ 39.9767
+ ],
+ "lon": [
+ 30.320600000000002,
+ 30.7206
+ ]
+ },
+ {
+ "city": "Seyhan",
+ "lat": [
+ 36.7831,
+ 37.1831
+ ],
+ "lon": [
+ 35.132799999999996,
+ 35.5328
+ ]
+ },
+ {
+ "city": "Erzurum",
+ "lat": [
+ 39.7086,
+ 40.1086
+ ],
+ "lon": [
+ 41.076899999999995,
+ 41.4769
+ ]
+ },
+ {
+ "city": "Pendik",
+ "lat": [
+ 40.674699999999994,
+ 41.0747
+ ],
+ "lon": [
+ 29.035,
+ 29.435
+ ]
+ },
+ {
+ "city": "Ba\u011fc\u0131lar",
+ "lat": [
+ 40.834399999999995,
+ 41.2344
+ ],
+ "lon": [
+ 28.6564,
+ 29.0564
+ ]
+ },
+ {
+ "city": "Umraniye",
+ "lat": [
+ 40.8311,
+ 41.231100000000005
+ ],
+ "lon": [
+ 28.9081,
+ 29.3081
+ ]
+ },
+ {
+ "city": "Yenimahalle",
+ "lat": [
+ 39.771899999999995,
+ 40.1719
+ ],
+ "lon": [
+ 32.6119,
+ 33.011900000000004
+ ]
+ },
+ {
+ "city": "Sel\u00e7uklu",
+ "lat": [
+ 37.6814,
+ 38.0814
+ ],
+ "lon": [
+ 32.292199999999994,
+ 32.6922
+ ]
+ },
+ {
+ "city": "Mamak",
+ "lat": [
+ 39.7422,
+ 40.1422
+ ],
+ "lon": [
+ 32.723099999999995,
+ 33.1231
+ ]
+ },
+ {
+ "city": "Y\u0131ld\u0131r\u0131m",
+ "lat": [
+ 39.91,
+ 40.31
+ ],
+ "lon": [
+ 28.8821,
+ 29.2821
+ ]
+ },
+ {
+ "city": "Denizli",
+ "lat": [
+ 37.583299999999994,
+ 37.9833
+ ],
+ "lon": [
+ 28.8964,
+ 29.2964
+ ]
+ },
+ {
+ "city": "Etimesgut",
+ "lat": [
+ 39.745799999999996,
+ 40.1458
+ ],
+ "lon": [
+ 32.4694,
+ 32.869400000000006
+ ]
+ },
+ {
+ "city": "Yukar\u0131karaman",
+ "lat": [
+ 36.716699999999996,
+ 37.1167
+ ],
+ "lon": [
+ 30.4833,
+ 30.8833
+ ]
+ },
+ {
+ "city": "\u015eanl\u0131urfa",
+ "lat": [
+ 36.958299999999994,
+ 37.3583
+ ],
+ "lon": [
+ 38.591699999999996,
+ 38.9917
+ ]
+ },
+ {
+ "city": "Melikgazi",
+ "lat": [
+ 38.5167,
+ 38.916700000000006
+ ],
+ "lon": [
+ 35.3,
+ 35.7
+ ]
+ },
+ {
+ "city": "Sincan",
+ "lat": [
+ 39.7594,
+ 40.159400000000005
+ ],
+ "lon": [
+ 32.3767,
+ 32.776700000000005
+ ]
+ },
+ {
+ "city": "Kahramanmara\u015f",
+ "lat": [
+ 37.3833,
+ 37.783300000000004
+ ],
+ "lon": [
+ 36.7333,
+ 37.133300000000006
+ ]
+ },
+ {
+ "city": "Nil\u00fcfer",
+ "lat": [
+ 40.083299999999994,
+ 40.4833
+ ],
+ "lon": [
+ 28.75,
+ 29.15
+ ]
+ },
+ {
+ "city": "Van",
+ "lat": [
+ 38.2942,
+ 38.6942
+ ],
+ "lon": [
+ 43.18,
+ 43.580000000000005
+ ]
+ },
+ {
+ "city": "Buca",
+ "lat": [
+ 38.15,
+ 38.550000000000004
+ ],
+ "lon": [
+ 26.9667,
+ 27.366699999999998
+ ]
+ },
+ {
+ "city": "Malatya",
+ "lat": [
+ 38.148599999999995,
+ 38.5486
+ ],
+ "lon": [
+ 38.1194,
+ 38.519400000000005
+ ]
+ },
+ {
+ "city": "Kartal",
+ "lat": [
+ 40.6872,
+ 41.0872
+ ],
+ "lon": [
+ 28.990000000000002,
+ 29.39
+ ]
+ },
+ {
+ "city": "K\u00e2\u011f\u0131thane",
+ "lat": [
+ 40.8719,
+ 41.2719
+ ],
+ "lon": [
+ 28.7664,
+ 29.1664
+ ]
+ },
+ {
+ "city": "Bornova",
+ "lat": [
+ 38.2697,
+ 38.669700000000006
+ ],
+ "lon": [
+ 27.0211,
+ 27.4211
+ ]
+ },
+ {
+ "city": "Batman",
+ "lat": [
+ 37.687,
+ 38.087
+ ],
+ "lon": [
+ 40.931999999999995,
+ 41.332
+ ]
+ },
+ {
+ "city": "Demiryol",
+ "lat": [
+ 37.687,
+ 38.087
+ ],
+ "lon": [
+ 40.931999999999995,
+ 41.332
+ ]
+ },
+ {
+ "city": "Erk\u00f6kl\u00fc",
+ "lat": [
+ 37.687,
+ 38.087
+ ],
+ "lon": [
+ 40.931999999999995,
+ 41.332
+ ]
+ },
+ {
+ "city": "Avc\u0131lar",
+ "lat": [
+ 40.779199999999996,
+ 41.1792
+ ],
+ "lon": [
+ 28.5214,
+ 28.9214
+ ]
+ },
+ {
+ "city": "Esenler",
+ "lat": [
+ 40.8339,
+ 41.233900000000006
+ ],
+ "lon": [
+ 28.6903,
+ 29.0903
+ ]
+ },
+ {
+ "city": "Kayap\u0131nar",
+ "lat": [
+ 37.75,
+ 38.150000000000006
+ ],
+ "lon": [
+ 39.966699999999996,
+ 40.3667
+ ]
+ },
+ {
+ "city": "Beylikd\u00fcz\u00fc",
+ "lat": [
+ 40.8011,
+ 41.201100000000004
+ ],
+ "lon": [
+ 28.4419,
+ 28.8419
+ ]
+ },
+ {
+ "city": "Alt\u0131nda\u011f",
+ "lat": [
+ 39.7636,
+ 40.1636
+ ],
+ "lon": [
+ 32.7033,
+ 33.103300000000004
+ ]
+ },
+ {
+ "city": "Kocasinan",
+ "lat": [
+ 38.5333,
+ 38.9333
+ ],
+ "lon": [
+ 35.2833,
+ 35.6833
+ ]
+ },
+ {
+ "city": "Gebze",
+ "lat": [
+ 40.599999999999994,
+ 41.0
+ ],
+ "lon": [
+ 29.2333,
+ 29.6333
+ ]
+ },
+ {
+ "city": "Ba\u011flar",
+ "lat": [
+ 37.716699999999996,
+ 38.1167
+ ],
+ "lon": [
+ 39.9833,
+ 40.383300000000006
+ ]
+ },
+ {
+ "city": "Y\u00fcre\u011fir",
+ "lat": [
+ 36.7928,
+ 37.192800000000005
+ ],
+ "lon": [
+ 35.176399999999994,
+ 35.5764
+ ]
+ },
+ {
+ "city": "Hatay",
+ "lat": [
+ 36.0025,
+ 36.4025
+ ],
+ "lon": [
+ 35.9606,
+ 36.360600000000005
+ ]
+ },
+ {
+ "city": "Elaz\u0131\u011f",
+ "lat": [
+ 38.474399999999996,
+ 38.8744
+ ],
+ "lon": [
+ 39.0228,
+ 39.4228
+ ]
+ },
+ {
+ "city": "Manisa",
+ "lat": [
+ 38.4144,
+ 38.814400000000006
+ ],
+ "lon": [
+ 27.229200000000002,
+ 27.6292
+ ]
+ },
+ {
+ "city": "Sivas",
+ "lat": [
+ 39.55,
+ 39.95
+ ],
+ "lon": [
+ 36.8167,
+ 37.2167
+ ]
+ },
+ {
+ "city": "Alanya",
+ "lat": [
+ 36.349999999999994,
+ 36.75
+ ],
+ "lon": [
+ 31.8,
+ 32.2
+ ]
+ },
+ {
+ "city": "Kocaeli",
+ "lat": [
+ 40.5625,
+ 40.962500000000006
+ ],
+ "lon": [
+ 29.7175,
+ 30.1175
+ ]
+ },
+ {
+ "city": "Sultanbeyli",
+ "lat": [
+ 40.768299999999996,
+ 41.1683
+ ],
+ "lon": [
+ 29.061700000000002,
+ 29.4617
+ ]
+ },
+ {
+ "city": "Tarsus",
+ "lat": [
+ 36.716499999999996,
+ 37.1165
+ ],
+ "lon": [
+ 34.6951,
+ 35.0951
+ ]
+ },
+ {
+ "city": "Sar\u0131yer",
+ "lat": [
+ 40.966899999999995,
+ 41.3669
+ ],
+ "lon": [
+ 28.857200000000002,
+ 29.2572
+ ]
+ },
+ {
+ "city": "Meram",
+ "lat": [
+ 37.636399999999995,
+ 38.0364
+ ],
+ "lon": [
+ 32.238299999999995,
+ 32.6383
+ ]
+ },
+ {
+ "city": "Pamukkale",
+ "lat": [
+ 37.716699999999996,
+ 38.1167
+ ],
+ "lon": [
+ 28.916700000000002,
+ 29.3167
+ ]
+ },
+ {
+ "city": "Kar\u015f\u0131yaka",
+ "lat": [
+ 38.2594,
+ 38.659400000000005
+ ],
+ "lon": [
+ 26.915300000000002,
+ 27.3153
+ ]
+ },
+ {
+ "city": "Ye\u015filyurt",
+ "lat": [
+ 38.0961,
+ 38.496100000000006
+ ],
+ "lon": [
+ 38.048899999999996,
+ 38.4489
+ ]
+ },
+ {
+ "city": "Konak",
+ "lat": [
+ 38.2189,
+ 38.618900000000004
+ ],
+ "lon": [
+ 26.9285,
+ 27.3285
+ ]
+ },
+ {
+ "city": "Arnavutk\u00f6y",
+ "lat": [
+ 40.9856,
+ 41.385600000000004
+ ],
+ "lon": [
+ 28.5406,
+ 28.9406
+ ]
+ },
+ {
+ "city": "K\u00fc\u00e7\u00fck\u00e7ekmece",
+ "lat": [
+ 40.8,
+ 41.2
+ ],
+ "lon": [
+ 28.6,
+ 29.0
+ ]
+ },
+ {
+ "city": "Bal\u0131kesir",
+ "lat": [
+ 39.433299999999996,
+ 39.8333
+ ],
+ "lon": [
+ 27.6833,
+ 28.083299999999998
+ ]
+ },
+ {
+ "city": "Battalgazi",
+ "lat": [
+ 38.2228,
+ 38.622800000000005
+ ],
+ "lon": [
+ 38.1656,
+ 38.5656
+ ]
+ },
+ {
+ "city": "\u00c7orlu",
+ "lat": [
+ 40.949999999999996,
+ 41.35
+ ],
+ "lon": [
+ 27.6,
+ 28.0
+ ]
+ },
+ {
+ "city": "\u00c7ekme",
+ "lat": [
+ 40.8369,
+ 41.236900000000006
+ ],
+ "lon": [
+ 28.9786,
+ 29.3786
+ ]
+ },
+ {
+ "city": "\u0130neg\u00f6l",
+ "lat": [
+ 39.880599999999994,
+ 40.2806
+ ],
+ "lon": [
+ 29.3097,
+ 29.709699999999998
+ ]
+ },
+ {
+ "city": "Trabzon",
+ "lat": [
+ 40.805,
+ 41.205000000000005
+ ],
+ "lon": [
+ 39.522499999999994,
+ 39.9225
+ ]
+ },
+ {
+ "city": "Tuzla",
+ "lat": [
+ 40.616099999999996,
+ 41.0161
+ ],
+ "lon": [
+ 29.1006,
+ 29.5006
+ ]
+ },
+ {
+ "city": "G\u00fcng\u00f6ren",
+ "lat": [
+ 40.8225,
+ 41.222500000000004
+ ],
+ "lon": [
+ 28.6717,
+ 29.0717
+ ]
+ },
+ {
+ "city": "Sakarya",
+ "lat": [
+ 40.583299999999994,
+ 40.9833
+ ],
+ "lon": [
+ 30.2,
+ 30.599999999999998
+ ]
+ },
+ {
+ "city": "B\u00fcy\u00fck\u00e7ekmece",
+ "lat": [
+ 40.82,
+ 41.220000000000006
+ ],
+ "lon": [
+ 28.3775,
+ 28.7775
+ ]
+ },
+ {
+ "city": "Bayat",
+ "lat": [
+ 40.345499999999994,
+ 40.7455
+ ],
+ "lon": [
+ 34.757,
+ 35.157000000000004
+ ]
+ },
+ {
+ "city": "\u00c7orum",
+ "lat": [
+ 40.345499999999994,
+ 40.7455
+ ],
+ "lon": [
+ 34.757,
+ 35.157000000000004
+ ]
+ },
+ {
+ "city": "Siverek",
+ "lat": [
+ 37.55,
+ 37.95
+ ],
+ "lon": [
+ 39.116699999999994,
+ 39.5167
+ ]
+ },
+ {
+ "city": "K\u0131z\u0131ltepe",
+ "lat": [
+ 36.9939,
+ 37.3939
+ ],
+ "lon": [
+ 40.3861,
+ 40.786100000000005
+ ]
+ },
+ {
+ "city": "Ad\u0131yaman",
+ "lat": [
+ 37.5639,
+ 37.9639
+ ],
+ "lon": [
+ 38.077799999999996,
+ 38.4778
+ ]
+ },
+ {
+ "city": "Karak\u00f6pr\u00fc",
+ "lat": [
+ 36.9847,
+ 37.3847
+ ],
+ "lon": [
+ 38.590799999999994,
+ 38.9908
+ ]
+ },
+ {
+ "city": "K\u00fctahya",
+ "lat": [
+ 39.216699999999996,
+ 39.6167
+ ],
+ "lon": [
+ 29.7833,
+ 30.1833
+ ]
+ },
+ {
+ "city": "Ayd\u0131n",
+ "lat": [
+ 37.6481,
+ 38.048100000000005
+ ],
+ "lon": [
+ 27.645300000000002,
+ 28.0453
+ ]
+ },
+ {
+ "city": "Manavgat",
+ "lat": [
+ 36.583299999999994,
+ 36.9833
+ ],
+ "lon": [
+ 31.2333,
+ 31.6333
+ ]
+ },
+ {
+ "city": "Osmaniye",
+ "lat": [
+ 36.875,
+ 37.275000000000006
+ ],
+ "lon": [
+ 36.05,
+ 36.45
+ ]
+ },
+ {
+ "city": "Afyonkarahisar",
+ "lat": [
+ 38.5578,
+ 38.957800000000006
+ ],
+ "lon": [
+ 30.3386,
+ 30.738599999999998
+ ]
+ },
+ {
+ "city": "\u0130skenderun",
+ "lat": [
+ 36.381699999999995,
+ 36.7817
+ ],
+ "lon": [
+ 35.964999999999996,
+ 36.365
+ ]
+ },
+ {
+ "city": "Beykoz",
+ "lat": [
+ 40.9342,
+ 41.3342
+ ],
+ "lon": [
+ 28.8922,
+ 29.292199999999998
+ ]
+ },
+ {
+ "city": "Isparta",
+ "lat": [
+ 37.564699999999995,
+ 37.9647
+ ],
+ "lon": [
+ 30.3567,
+ 30.7567
+ ]
+ },
+ {
+ "city": "Aksaray",
+ "lat": [
+ 38.1742,
+ 38.574200000000005
+ ],
+ "lon": [
+ 33.8289,
+ 34.2289
+ ]
+ },
+ {
+ "city": "U\u015fak",
+ "lat": [
+ 38.477799999999995,
+ 38.8778
+ ],
+ "lon": [
+ 29.2042,
+ 29.6042
+ ]
+ },
+ {
+ "city": "Ordu",
+ "lat": [
+ 40.7833,
+ 41.1833
+ ],
+ "lon": [
+ 37.683299999999996,
+ 38.0833
+ ]
+ },
+ {
+ "city": "Mezitli",
+ "lat": [
+ 36.55,
+ 36.95
+ ],
+ "lon": [
+ 34.333299999999994,
+ 34.7333
+ ]
+ },
+ {
+ "city": "Sar\u0131\u00e7am",
+ "lat": [
+ 36.833299999999994,
+ 37.2333
+ ],
+ "lon": [
+ 35.216699999999996,
+ 35.6167
+ ]
+ },
+ {
+ "city": "Yeni\u015fehir",
+ "lat": [
+ 37.7333,
+ 38.133300000000006
+ ],
+ "lon": [
+ 40.0333,
+ 40.4333
+ ]
+ },
+ {
+ "city": "Silivri",
+ "lat": [
+ 40.873599999999996,
+ 41.2736
+ ],
+ "lon": [
+ 28.047800000000002,
+ 28.4478
+ ]
+ },
+ {
+ "city": "\u00c7i\u011fli",
+ "lat": [
+ 38.2833,
+ 38.6833
+ ],
+ "lon": [
+ 26.85,
+ 27.25
+ ]
+ },
+ {
+ "city": "Torbal\u0131",
+ "lat": [
+ 37.9619,
+ 38.361900000000006
+ ],
+ "lon": [
+ 27.1583,
+ 27.5583
+ ]
+ },
+ {
+ "city": "Viran\u015fehir",
+ "lat": [
+ 37.0306,
+ 37.430600000000005
+ ],
+ "lon": [
+ 39.5653,
+ 39.965300000000006
+ ]
+ },
+ {
+ "city": "\u00c7erkezk\u00f6y",
+ "lat": [
+ 41.088899999999995,
+ 41.4889
+ ],
+ "lon": [
+ 27.8042,
+ 28.2042
+ ]
+ },
+ {
+ "city": "Menemen",
+ "lat": [
+ 38.4,
+ 38.800000000000004
+ ],
+ "lon": [
+ 26.8667,
+ 27.2667
+ ]
+ },
+ {
+ "city": "D\u00fczce",
+ "lat": [
+ 40.6417,
+ 41.041700000000006
+ ],
+ "lon": [
+ 30.9583,
+ 31.3583
+ ]
+ },
+ {
+ "city": "K\u0131r\u0131kkale",
+ "lat": [
+ 39.6417,
+ 40.041700000000006
+ ],
+ "lon": [
+ 33.3139,
+ 33.7139
+ ]
+ },
+ {
+ "city": "Tekirda\u011f",
+ "lat": [
+ 40.7778,
+ 41.177800000000005
+ ],
+ "lon": [
+ 27.3153,
+ 27.7153
+ ]
+ },
+ {
+ "city": "Bolu",
+ "lat": [
+ 40.534699999999994,
+ 40.9347
+ ],
+ "lon": [
+ 31.407500000000002,
+ 31.8075
+ ]
+ },
+ {
+ "city": "Edirne",
+ "lat": [
+ 41.4769,
+ 41.876900000000006
+ ],
+ "lon": [
+ 26.3556,
+ 26.755599999999998
+ ]
+ },
+ {
+ "city": "K\u00f6rfez",
+ "lat": [
+ 40.583299999999994,
+ 40.9833
+ ],
+ "lon": [
+ 29.5333,
+ 29.9333
+ ]
+ },
+ {
+ "city": "Fethiye",
+ "lat": [
+ 36.4514,
+ 36.851400000000005
+ ],
+ "lon": [
+ 28.9231,
+ 29.3231
+ ]
+ },
+ {
+ "city": "Akhisar",
+ "lat": [
+ 38.7239,
+ 39.123900000000006
+ ],
+ "lon": [
+ 27.64,
+ 28.04
+ ]
+ },
+ {
+ "city": "G\u00f6lc\u00fck",
+ "lat": [
+ 40.517199999999995,
+ 40.9172
+ ],
+ "lon": [
+ 29.6228,
+ 30.0228
+ ]
+ },
+ {
+ "city": "Turgutlu",
+ "lat": [
+ 38.3,
+ 38.7
+ ],
+ "lon": [
+ 27.5,
+ 27.9
+ ]
+ },
+ {
+ "city": "Karaman",
+ "lat": [
+ 36.981899999999996,
+ 37.3819
+ ],
+ "lon": [
+ 33.0181,
+ 33.4181
+ ]
+ },
+ {
+ "city": "Bodrum",
+ "lat": [
+ 36.837799999999994,
+ 37.2378
+ ],
+ "lon": [
+ 27.2242,
+ 27.6242
+ ]
+ },
+ {
+ "city": "Erci\u015f",
+ "lat": [
+ 38.8311,
+ 39.231100000000005
+ ],
+ "lon": [
+ 43.159699999999994,
+ 43.5597
+ ]
+ },
+ {
+ "city": "Ni\u011fde",
+ "lat": [
+ 37.7667,
+ 38.166700000000006
+ ],
+ "lon": [
+ 34.4792,
+ 34.879200000000004
+ ]
+ },
+ {
+ "city": "Talas",
+ "lat": [
+ 38.4833,
+ 38.883300000000006
+ ],
+ "lon": [
+ 35.366699999999994,
+ 35.7667
+ ]
+ },
+ {
+ "city": "Edremit",
+ "lat": [
+ 39.392199999999995,
+ 39.7922
+ ],
+ "lon": [
+ 26.82,
+ 27.22
+ ]
+ },
+ {
+ "city": "Band\u0131rma",
+ "lat": [
+ 40.15,
+ 40.550000000000004
+ ],
+ "lon": [
+ 27.7667,
+ 28.1667
+ ]
+ },
+ {
+ "city": "Samanda\u011f",
+ "lat": [
+ 35.885,
+ 36.285000000000004
+ ],
+ "lon": [
+ 35.7806,
+ 36.180600000000005
+ ]
+ },
+ {
+ "city": "Salihli",
+ "lat": [
+ 38.281099999999995,
+ 38.6811
+ ],
+ "lon": [
+ 27.9392,
+ 28.339199999999998
+ ]
+ },
+ {
+ "city": "Tokat",
+ "lat": [
+ 40.113899999999994,
+ 40.5139
+ ],
+ "lon": [
+ 36.3542,
+ 36.754200000000004
+ ]
+ },
+ {
+ "city": "Nazilli",
+ "lat": [
+ 37.7125,
+ 38.112500000000004
+ ],
+ "lon": [
+ 28.1206,
+ 28.520599999999998
+ ]
+ },
+ {
+ "city": "Siirt",
+ "lat": [
+ 37.724999999999994,
+ 38.125
+ ],
+ "lon": [
+ 41.745799999999996,
+ 42.1458
+ ]
+ },
+ {
+ "city": "Ceyhan",
+ "lat": [
+ 36.8289,
+ 37.2289
+ ],
+ "lon": [
+ 35.6125,
+ 36.0125
+ ]
+ },
+ {
+ "city": "Erdemli",
+ "lat": [
+ 36.4056,
+ 36.805600000000005
+ ],
+ "lon": [
+ 34.1111,
+ 34.511100000000006
+ ]
+ },
+ {
+ "city": "Ere\u011fli",
+ "lat": [
+ 37.312799999999996,
+ 37.7128
+ ],
+ "lon": [
+ 33.848299999999995,
+ 34.2483
+ ]
+ },
+ {
+ "city": "\u00c7ay\u0131rova",
+ "lat": [
+ 40.599999999999994,
+ 41.0
+ ],
+ "lon": [
+ 29.2167,
+ 29.616699999999998
+ ]
+ },
+ {
+ "city": "Mahmutlu",
+ "lat": [
+ 39.5464,
+ 39.946400000000004
+ ],
+ "lon": [
+ 39.291399999999996,
+ 39.6914
+ ]
+ },
+ {
+ "city": "B\u00fcy\u00fck \u00c7ak\u0131rman",
+ "lat": [
+ 39.5464,
+ 39.946400000000004
+ ],
+ "lon": [
+ 39.291399999999996,
+ 39.6914
+ ]
+ },
+ {
+ "city": "Bu\u011fdayl\u0131",
+ "lat": [
+ 39.5464,
+ 39.946400000000004
+ ],
+ "lon": [
+ 39.291399999999996,
+ 39.6914
+ ]
+ },
+ {
+ "city": "Erzincan",
+ "lat": [
+ 39.5464,
+ 39.946400000000004
+ ],
+ "lon": [
+ 39.291399999999996,
+ 39.6914
+ ]
+ },
+ {
+ "city": "K\u0131r\u015fehir",
+ "lat": [
+ 38.9456,
+ 39.345600000000005
+ ],
+ "lon": [
+ 33.9608,
+ 34.360800000000005
+ ]
+ },
+ {
+ "city": "G\u00f6lba\u015f\u0131",
+ "lat": [
+ 39.595299999999995,
+ 39.9953
+ ],
+ "lon": [
+ 32.602799999999995,
+ 33.0028
+ ]
+ },
+ {
+ "city": "A\u011fr\u0131",
+ "lat": [
+ 39.5186,
+ 39.918600000000005
+ ],
+ "lon": [
+ 42.8508,
+ 43.250800000000005
+ ]
+ },
+ {
+ "city": "Nizip",
+ "lat": [
+ 36.809999999999995,
+ 37.21
+ ],
+ "lon": [
+ 37.597199999999994,
+ 37.9972
+ ]
+ },
+ {
+ "city": "Milas",
+ "lat": [
+ 37.116699999999994,
+ 37.5167
+ ],
+ "lon": [
+ 27.5833,
+ 27.9833
+ ]
+ },
+ {
+ "city": "Derince",
+ "lat": [
+ 40.5539,
+ 40.953900000000004
+ ],
+ "lon": [
+ 29.6231,
+ 30.0231
+ ]
+ },
+ {
+ "city": "\u00c7anakkale",
+ "lat": [
+ 39.951899999999995,
+ 40.3519
+ ],
+ "lon": [
+ 26.2056,
+ 26.6056
+ ]
+ },
+ {
+ "city": "Bafra",
+ "lat": [
+ 41.3722,
+ 41.772200000000005
+ ],
+ "lon": [
+ 35.7147,
+ 36.114700000000006
+ ]
+ },
+ {
+ "city": "Elbistan",
+ "lat": [
+ 38.0014,
+ 38.4014
+ ],
+ "lon": [
+ 36.988299999999995,
+ 37.3883
+ ]
+ },
+ {
+ "city": "\u00c7ar\u015famba",
+ "lat": [
+ 40.999199999999995,
+ 41.3992
+ ],
+ "lon": [
+ 36.527499999999996,
+ 36.9275
+ ]
+ },
+ {
+ "city": "Serik",
+ "lat": [
+ 36.716699999999996,
+ 37.1167
+ ],
+ "lon": [
+ 30.900000000000002,
+ 31.3
+ ]
+ },
+ {
+ "city": "Gaziemir",
+ "lat": [
+ 38.121399999999994,
+ 38.5214
+ ],
+ "lon": [
+ 26.927500000000002,
+ 27.3275
+ ]
+ },
+ {
+ "city": "Kapakl\u0131",
+ "lat": [
+ 41.1333,
+ 41.533300000000004
+ ],
+ "lon": [
+ 27.7667,
+ 28.1667
+ ]
+ },
+ {
+ "city": "Karatepe",
+ "lat": [
+ 40.5333,
+ 40.9333
+ ],
+ "lon": [
+ 29.7667,
+ 30.1667
+ ]
+ },
+ {
+ "city": "Ergani",
+ "lat": [
+ 38.069199999999995,
+ 38.4692
+ ],
+ "lon": [
+ 39.561699999999995,
+ 39.9617
+ ]
+ },
+ {
+ "city": "Bing\u00f6l",
+ "lat": [
+ 38.686099999999996,
+ 39.0861
+ ],
+ "lon": [
+ 40.3017,
+ 40.7017
+ ]
+ },
+ {
+ "city": "Yalova",
+ "lat": [
+ 40.4556,
+ 40.8556
+ ],
+ "lon": [
+ 29.075,
+ 29.474999999999998
+ ]
+ },
+ {
+ "city": "\u00d6demi\u015f",
+ "lat": [
+ 38.031099999999995,
+ 38.4311
+ ],
+ "lon": [
+ 27.771900000000002,
+ 28.1719
+ ]
+ },
+ {
+ "city": "Kozan",
+ "lat": [
+ 37.25,
+ 37.650000000000006
+ ],
+ "lon": [
+ 35.599999999999994,
+ 36.0
+ ]
+ },
+ {
+ "city": "Silifke",
+ "lat": [
+ 36.1761,
+ 36.576100000000004
+ ],
+ "lon": [
+ 33.7322,
+ 34.132200000000005
+ ]
+ },
+ {
+ "city": "\u00dcnye",
+ "lat": [
+ 40.9272,
+ 41.327200000000005
+ ],
+ "lon": [
+ 37.0881,
+ 37.4881
+ ]
+ },
+ {
+ "city": "Cizre",
+ "lat": [
+ 37.132,
+ 37.532000000000004
+ ],
+ "lon": [
+ 41.986999999999995,
+ 42.387
+ ]
+ },
+ {
+ "city": "Ku\u015fadas\u0131",
+ "lat": [
+ 37.659699999999994,
+ 38.0597
+ ],
+ "lon": [
+ 27.0597,
+ 27.459699999999998
+ ]
+ },
+ {
+ "city": "Mardin",
+ "lat": [
+ 37.113099999999996,
+ 37.5131
+ ],
+ "lon": [
+ 40.535,
+ 40.935
+ ]
+ },
+ {
+ "city": "Ak\u00e7aabat",
+ "lat": [
+ 40.8167,
+ 41.2167
+ ],
+ "lon": [
+ 39.349999999999994,
+ 39.75
+ ]
+ },
+ {
+ "city": "D\u00f6rtyol",
+ "lat": [
+ 36.642799999999994,
+ 37.0428
+ ],
+ "lon": [
+ 36.0244,
+ 36.424400000000006
+ ]
+ },
+ {
+ "city": "Polatl\u0131",
+ "lat": [
+ 39.3842,
+ 39.784200000000006
+ ],
+ "lon": [
+ 31.9472,
+ 32.3472
+ ]
+ },
+ {
+ "city": "Edremit",
+ "lat": [
+ 38.224199999999996,
+ 38.6242
+ ],
+ "lon": [
+ 43.0561,
+ 43.456100000000006
+ ]
+ },
+ {
+ "city": "Fatsa",
+ "lat": [
+ 40.8306,
+ 41.2306
+ ],
+ "lon": [
+ 37.3,
+ 37.7
+ ]
+ },
+ {
+ "city": "Giresun",
+ "lat": [
+ 40.7153,
+ 41.115300000000005
+ ],
+ "lon": [
+ 38.1894,
+ 38.589400000000005
+ ]
+ },
+ {
+ "city": "Kastamonu",
+ "lat": [
+ 41.176399999999994,
+ 41.5764
+ ],
+ "lon": [
+ 33.5764,
+ 33.976400000000005
+ ]
+ },
+ {
+ "city": "L\u00fcleburgaz",
+ "lat": [
+ 41.2056,
+ 41.6056
+ ],
+ "lon": [
+ 27.1569,
+ 27.5569
+ ]
+ },
+ {
+ "city": "Karab\u00fck",
+ "lat": [
+ 40.998599999999996,
+ 41.3986
+ ],
+ "lon": [
+ 32.426399999999994,
+ 32.8264
+ ]
+ },
+ {
+ "city": "Nev\u015fehir",
+ "lat": [
+ 38.426399999999994,
+ 38.8264
+ ],
+ "lon": [
+ 34.5139,
+ 34.913900000000005
+ ]
+ },
+ {
+ "city": "Ak\u00e7akale",
+ "lat": [
+ 36.510799999999996,
+ 36.9108
+ ],
+ "lon": [
+ 38.7478,
+ 39.147800000000004
+ ]
+ },
+ {
+ "city": "S\u00f6ke",
+ "lat": [
+ 37.550799999999995,
+ 37.9508
+ ],
+ "lon": [
+ 27.2103,
+ 27.6103
+ ]
+ },
+ {
+ "city": "Ere\u011fli",
+ "lat": [
+ 41.0792,
+ 41.479200000000006
+ ],
+ "lon": [
+ 31.2208,
+ 31.6208
+ ]
+ },
+ {
+ "city": "K\u0131r\u0131khan",
+ "lat": [
+ 36.2975,
+ 36.697500000000005
+ ],
+ "lon": [
+ 36.160799999999995,
+ 36.5608
+ ]
+ },
+ {
+ "city": "Mu\u015f",
+ "lat": [
+ 38.5333,
+ 38.9333
+ ],
+ "lon": [
+ 41.2911,
+ 41.691100000000006
+ ]
+ },
+ {
+ "city": "Gemlik",
+ "lat": [
+ 40.2317,
+ 40.6317
+ ],
+ "lon": [
+ 28.9561,
+ 29.356099999999998
+ ]
+ },
+ {
+ "city": "Midyat",
+ "lat": [
+ 37.216699999999996,
+ 37.6167
+ ],
+ "lon": [
+ 41.1697,
+ 41.569700000000005
+ ]
+ },
+ {
+ "city": "Rize",
+ "lat": [
+ 40.8247,
+ 41.224700000000006
+ ],
+ "lon": [
+ 40.322199999999995,
+ 40.7222
+ ]
+ },
+ {
+ "city": "Bismil",
+ "lat": [
+ 37.646699999999996,
+ 38.0467
+ ],
+ "lon": [
+ 40.4661,
+ 40.8661
+ ]
+ },
+ {
+ "city": "Nusaybin",
+ "lat": [
+ 36.875,
+ 37.275000000000006
+ ],
+ "lon": [
+ 41.015299999999996,
+ 41.4153
+ ]
+ },
+ {
+ "city": "Amasya",
+ "lat": [
+ 40.449999999999996,
+ 40.85
+ ],
+ "lon": [
+ 35.6331,
+ 36.033100000000005
+ ]
+ },
+ {
+ "city": "Kemalpa\u015fa",
+ "lat": [
+ 38.227799999999995,
+ 38.6278
+ ],
+ "lon": [
+ 27.2161,
+ 27.6161
+ ]
+ },
+ {
+ "city": "Kilis",
+ "lat": [
+ 36.5167,
+ 36.916700000000006
+ ],
+ "lon": [
+ 36.9167,
+ 37.316700000000004
+ ]
+ },
+ {
+ "city": "Soma",
+ "lat": [
+ 38.988299999999995,
+ 39.3883
+ ],
+ "lon": [
+ 27.4089,
+ 27.808899999999998
+ ]
+ },
+ {
+ "city": "Kayaba\u015f\u0131",
+ "lat": [
+ 40.9167,
+ 41.316700000000004
+ ],
+ "lon": [
+ 28.5333,
+ 28.9333
+ ]
+ },
+ {
+ "city": "Silopi",
+ "lat": [
+ 37.0486,
+ 37.448600000000006
+ ],
+ "lon": [
+ 42.2703,
+ 42.670300000000005
+ ]
+ },
+ {
+ "city": "Reyhanl\u0131",
+ "lat": [
+ 36.068099999999994,
+ 36.4681
+ ],
+ "lon": [
+ 36.3675,
+ 36.767500000000005
+ ]
+ },
+ {
+ "city": "Mudanya",
+ "lat": [
+ 40.176399999999994,
+ 40.5764
+ ],
+ "lon": [
+ 28.6833,
+ 29.083299999999998
+ ]
+ },
+ {
+ "city": "Menderes",
+ "lat": [
+ 38.053999999999995,
+ 38.454
+ ],
+ "lon": [
+ 26.934,
+ 27.334
+ ]
+ },
+ {
+ "city": "Bergama",
+ "lat": [
+ 38.9167,
+ 39.316700000000004
+ ],
+ "lon": [
+ 26.9833,
+ 27.3833
+ ]
+ },
+ {
+ "city": "Alia\u011fa",
+ "lat": [
+ 38.6008,
+ 39.000800000000005
+ ],
+ "lon": [
+ 26.7728,
+ 27.1728
+ ]
+ },
+ {
+ "city": "Ala\u015fehir",
+ "lat": [
+ 38.15,
+ 38.550000000000004
+ ],
+ "lon": [
+ 28.3167,
+ 28.7167
+ ]
+ },
+ {
+ "city": "G\u00fcrsu",
+ "lat": [
+ 40.014399999999995,
+ 40.4144
+ ],
+ "lon": [
+ 28.993100000000002,
+ 29.3931
+ ]
+ },
+ {
+ "city": "Mustafakemalpa\u015fa",
+ "lat": [
+ 39.8353,
+ 40.2353
+ ],
+ "lon": [
+ 28.2117,
+ 28.6117
+ ]
+ },
+ {
+ "city": "Akyaz\u0131",
+ "lat": [
+ 40.4833,
+ 40.883300000000006
+ ],
+ "lon": [
+ 30.4253,
+ 30.8253
+ ]
+ },
+ {
+ "city": "Zonguldak",
+ "lat": [
+ 41.2564,
+ 41.656400000000005
+ ],
+ "lon": [
+ 31.5986,
+ 31.9986
+ ]
+ },
+ {
+ "city": "I\u011fd\u0131r",
+ "lat": [
+ 39.7208,
+ 40.1208
+ ],
+ "lon": [
+ 43.8444,
+ 44.244400000000006
+ ]
+ },
+ {
+ "city": "Arsuz",
+ "lat": [
+ 36.212799999999994,
+ 36.6128
+ ],
+ "lon": [
+ 35.686699999999995,
+ 36.0867
+ ]
+ },
+ {
+ "city": "Suru\u00e7",
+ "lat": [
+ 36.776399999999995,
+ 37.1764
+ ],
+ "lon": [
+ 38.2269,
+ 38.626900000000006
+ ]
+ },
+ {
+ "city": "A\u015fa\u011f\u0131\u00e7inik",
+ "lat": [
+ 41.0719,
+ 41.471900000000005
+ ],
+ "lon": [
+ 36.1508,
+ 36.5508
+ ]
+ },
+ {
+ "city": "Sur",
+ "lat": [
+ 37.7106,
+ 38.110600000000005
+ ],
+ "lon": [
+ 40.035799999999995,
+ 40.4358
+ ]
+ },
+ {
+ "city": "Kadirli",
+ "lat": [
+ 37.1697,
+ 37.569700000000005
+ ],
+ "lon": [
+ 35.9,
+ 36.300000000000004
+ ]
+ },
+ {
+ "city": "Marmaris",
+ "lat": [
+ 36.65,
+ 37.050000000000004
+ ],
+ "lon": [
+ 28.0667,
+ 28.4667
+ ]
+ },
+ {
+ "city": "Didim",
+ "lat": [
+ 37.175599999999996,
+ 37.5756
+ ],
+ "lon": [
+ 27.067800000000002,
+ 27.4678
+ ]
+ },
+ {
+ "city": "Harran",
+ "lat": [
+ 36.6708,
+ 37.070800000000006
+ ],
+ "lon": [
+ 38.824999999999996,
+ 39.225
+ ]
+ },
+ {
+ "city": "\u00c7ubuk",
+ "lat": [
+ 40.038599999999995,
+ 40.4386
+ ],
+ "lon": [
+ 32.833099999999995,
+ 33.2331
+ ]
+ },
+ {
+ "city": "Burdur",
+ "lat": [
+ 37.5194,
+ 37.9194
+ ],
+ "lon": [
+ 30.0833,
+ 30.4833
+ ]
+ },
+ {
+ "city": "Ak\u015fehir",
+ "lat": [
+ 38.1575,
+ 38.557500000000005
+ ],
+ "lon": [
+ 31.2164,
+ 31.6164
+ ]
+ },
+ {
+ "city": "Birecik",
+ "lat": [
+ 36.824999999999996,
+ 37.225
+ ],
+ "lon": [
+ 37.7769,
+ 38.1769
+ ]
+ },
+ {
+ "city": "Yozgat",
+ "lat": [
+ 39.620799999999996,
+ 40.0208
+ ],
+ "lon": [
+ 34.6083,
+ 35.008300000000006
+ ]
+ },
+ {
+ "city": "Kars",
+ "lat": [
+ 40.407799999999995,
+ 40.8078
+ ],
+ "lon": [
+ 42.895799999999994,
+ 43.2958
+ ]
+ },
+ {
+ "city": "\u00c7ank\u0131r\u0131",
+ "lat": [
+ 40.398599999999995,
+ 40.7986
+ ],
+ "lon": [
+ 33.4192,
+ 33.8192
+ ]
+ },
+ {
+ "city": "Ceylanp\u0131nar",
+ "lat": [
+ 36.6461,
+ 37.0461
+ ],
+ "lon": [
+ 39.8489,
+ 40.248900000000006
+ ]
+ },
+ {
+ "city": "Vezirk\u00f6pr\u00fc",
+ "lat": [
+ 40.943099999999994,
+ 41.3431
+ ],
+ "lon": [
+ 35.26,
+ 35.660000000000004
+ ]
+ },
+ {
+ "city": "Hendek",
+ "lat": [
+ 40.605,
+ 41.005
+ ],
+ "lon": [
+ 30.5492,
+ 30.949199999999998
+ ]
+ },
+ {
+ "city": "Tire",
+ "lat": [
+ 37.8833,
+ 38.283300000000004
+ ],
+ "lon": [
+ 27.5333,
+ 27.9333
+ ]
+ },
+ {
+ "city": "K\u00e2hta",
+ "lat": [
+ 37.580299999999994,
+ 37.9803
+ ],
+ "lon": [
+ 38.421699999999994,
+ 38.8217
+ ]
+ },
+ {
+ "city": "Silvan",
+ "lat": [
+ 37.9422,
+ 38.342200000000005
+ ],
+ "lon": [
+ 40.801399999999994,
+ 41.2014
+ ]
+ },
+ {
+ "city": "K\u0131rklareli",
+ "lat": [
+ 41.534699999999994,
+ 41.9347
+ ],
+ "lon": [
+ 27.0253,
+ 27.4253
+ ]
+ },
+ {
+ "city": "Karacabey",
+ "lat": [
+ 40.0167,
+ 40.416700000000006
+ ],
+ "lon": [
+ 28.150000000000002,
+ 28.55
+ ]
+ },
+ {
+ "city": "Y\u00fcksekova",
+ "lat": [
+ 37.369,
+ 37.769000000000005
+ ],
+ "lon": [
+ 44.083,
+ 44.483000000000004
+ ]
+ },
+ {
+ "city": "Ke\u015fan",
+ "lat": [
+ 40.65,
+ 41.050000000000004
+ ],
+ "lon": [
+ 26.4333,
+ 26.833299999999998
+ ]
+ },
+ {
+ "city": "Mu\u011fla",
+ "lat": [
+ 37.0167,
+ 37.416700000000006
+ ],
+ "lon": [
+ 28.166700000000002,
+ 28.5667
+ ]
+ },
+ {
+ "city": "Y\u0131ld\u0131z",
+ "lat": [
+ 41.4344,
+ 41.8344
+ ],
+ "lon": [
+ 32.137499999999996,
+ 32.5375
+ ]
+ },
+ {
+ "city": "G\u00fcrgenp\u0131nar\u0131",
+ "lat": [
+ 41.4344,
+ 41.8344
+ ],
+ "lon": [
+ 32.137499999999996,
+ 32.5375
+ ]
+ },
+ {
+ "city": "Uzung\u00f6z",
+ "lat": [
+ 41.4344,
+ 41.8344
+ ],
+ "lon": [
+ 32.137499999999996,
+ 32.5375
+ ]
+ },
+ {
+ "city": "Bart\u0131n",
+ "lat": [
+ 41.4344,
+ 41.8344
+ ],
+ "lon": [
+ 32.137499999999996,
+ 32.5375
+ ]
+ },
+ {
+ "city": "Orhangazi",
+ "lat": [
+ 40.2889,
+ 40.688900000000004
+ ],
+ "lon": [
+ 29.1083,
+ 29.5083
+ ]
+ },
+ {
+ "city": "Bal\u00e7ova",
+ "lat": [
+ 38.185599999999994,
+ 38.5856
+ ],
+ "lon": [
+ 26.8581,
+ 27.2581
+ ]
+ },
+ {
+ "city": "Do\u011fubayaz\u0131t",
+ "lat": [
+ 39.347199999999994,
+ 39.7472
+ ],
+ "lon": [
+ 43.8833,
+ 44.283300000000004
+ ]
+ },
+ {
+ "city": "Af\u015fin",
+ "lat": [
+ 38.0464,
+ 38.446400000000004
+ ],
+ "lon": [
+ 36.718599999999995,
+ 37.1186
+ ]
+ },
+ {
+ "city": "D\u00f6\u015femealt\u0131",
+ "lat": [
+ 36.8236,
+ 37.223600000000005
+ ],
+ "lon": [
+ 30.4011,
+ 30.801099999999998
+ ]
+ },
+ {
+ "city": "Tatvan",
+ "lat": [
+ 38.3022,
+ 38.702200000000005
+ ],
+ "lon": [
+ 42.081399999999995,
+ 42.4814
+ ]
+ },
+ {
+ "city": "T\u00fcrko\u011flu",
+ "lat": [
+ 37.191399999999994,
+ 37.5914
+ ],
+ "lon": [
+ 36.6522,
+ 37.052200000000006
+ ]
+ },
+ {
+ "city": "Bey\u015fehir",
+ "lat": [
+ 37.4764,
+ 37.876400000000004
+ ],
+ "lon": [
+ 31.5261,
+ 31.926099999999998
+ ]
+ },
+ {
+ "city": "Aksu",
+ "lat": [
+ 36.75,
+ 37.150000000000006
+ ],
+ "lon": [
+ 30.650000000000002,
+ 31.05
+ ]
+ },
+ {
+ "city": "\u00c7atalca",
+ "lat": [
+ 40.9417,
+ 41.3417
+ ],
+ "lon": [
+ 28.2631,
+ 28.6631
+ ]
+ },
+ {
+ "city": "\u00c7\u0131nar",
+ "lat": [
+ 37.5242,
+ 37.924200000000006
+ ],
+ "lon": [
+ 40.214999999999996,
+ 40.615
+ ]
+ },
+ {
+ "city": "\u015e\u0131rnak",
+ "lat": [
+ 37.32,
+ 37.720000000000006
+ ],
+ "lon": [
+ 42.259,
+ 42.659000000000006
+ ]
+ },
+ {
+ "city": "Erbaa",
+ "lat": [
+ 40.474399999999996,
+ 40.8744
+ ],
+ "lon": [
+ 36.3681,
+ 36.768100000000004
+ ]
+ },
+ {
+ "city": "G\u00f6nen",
+ "lat": [
+ 39.901399999999995,
+ 40.3014
+ ],
+ "lon": [
+ 27.4514,
+ 27.851399999999998
+ ]
+ },
+ {
+ "city": "Urla",
+ "lat": [
+ 38.1222,
+ 38.522200000000005
+ ],
+ "lon": [
+ 26.564700000000002,
+ 26.9647
+ ]
+ },
+ {
+ "city": "Bilecik",
+ "lat": [
+ 39.943099999999994,
+ 40.3431
+ ],
+ "lon": [
+ 29.7792,
+ 30.179199999999998
+ ]
+ },
+ {
+ "city": "Ayval\u0131k",
+ "lat": [
+ 39.116699999999994,
+ 39.5167
+ ],
+ "lon": [
+ 26.494400000000002,
+ 26.8944
+ ]
+ },
+ {
+ "city": "Kumluca",
+ "lat": [
+ 36.1667,
+ 36.566700000000004
+ ],
+ "lon": [
+ 30.0833,
+ 30.4833
+ ]
+ },
+ {
+ "city": "Tav\u015fanl\u0131",
+ "lat": [
+ 39.333299999999994,
+ 39.7333
+ ],
+ "lon": [
+ 29.2833,
+ 29.6833
+ ]
+ },
+ {
+ "city": "Boz\u00fcy\u00fck",
+ "lat": [
+ 39.7078,
+ 40.107800000000005
+ ],
+ "lon": [
+ 29.8367,
+ 30.2367
+ ]
+ },
+ {
+ "city": "Terme",
+ "lat": [
+ 41.0092,
+ 41.409200000000006
+ ],
+ "lon": [
+ 36.7739,
+ 37.1739
+ ]
+ },
+ {
+ "city": "Karasu",
+ "lat": [
+ 40.9036,
+ 41.3036
+ ],
+ "lon": [
+ 30.4936,
+ 30.8936
+ ]
+ },
+ {
+ "city": "Pazarc\u0131k",
+ "lat": [
+ 37.2894,
+ 37.689400000000006
+ ],
+ "lon": [
+ 37.0967,
+ 37.496700000000004
+ ]
+ },
+ {
+ "city": "\u00c7umra",
+ "lat": [
+ 37.375,
+ 37.775000000000006
+ ],
+ "lon": [
+ 32.5747,
+ 32.974700000000006
+ ]
+ },
+ {
+ "city": "\u0130slahiye",
+ "lat": [
+ 36.824999999999996,
+ 37.225
+ ],
+ "lon": [
+ 36.4345,
+ 36.834500000000006
+ ]
+ },
+ {
+ "city": "Develi",
+ "lat": [
+ 38.188599999999994,
+ 38.5886
+ ],
+ "lon": [
+ 35.2925,
+ 35.6925
+ ]
+ },
+ {
+ "city": "Anamur",
+ "lat": [
+ 35.824299999999994,
+ 36.2243
+ ],
+ "lon": [
+ 32.602599999999995,
+ 33.0026
+ ]
+ },
+ {
+ "city": "Seydi\u015fehir",
+ "lat": [
+ 37.2183,
+ 37.618300000000005
+ ],
+ "lon": [
+ 31.6506,
+ 32.0506
+ ]
+ },
+ {
+ "city": "Burhaniye",
+ "lat": [
+ 39.3,
+ 39.7
+ ],
+ "lon": [
+ 26.75,
+ 27.15
+ ]
+ },
+ {
+ "city": "Narl\u0131dere",
+ "lat": [
+ 38.1911,
+ 38.591100000000004
+ ],
+ "lon": [
+ 26.8028,
+ 27.2028
+ ]
+ },
+ {
+ "city": "Mut",
+ "lat": [
+ 36.4458,
+ 36.845800000000004
+ ],
+ "lon": [
+ 33.2375,
+ 33.6375
+ ]
+ },
+ {
+ "city": "Turhal",
+ "lat": [
+ 40.19,
+ 40.59
+ ],
+ "lon": [
+ 35.89,
+ 36.290000000000006
+ ]
+ },
+ {
+ "city": "Derik",
+ "lat": [
+ 37.1658,
+ 37.5658
+ ],
+ "lon": [
+ 40.0697,
+ 40.4697
+ ]
+ },
+ {
+ "city": "Patnos",
+ "lat": [
+ 39.035799999999995,
+ 39.4358
+ ],
+ "lon": [
+ 42.6686,
+ 43.0686
+ ]
+ },
+ {
+ "city": "Merzifon",
+ "lat": [
+ 40.675,
+ 41.075
+ ],
+ "lon": [
+ 35.263299999999994,
+ 35.6633
+ ]
+ },
+ {
+ "city": "Seferhisar",
+ "lat": [
+ 38.0,
+ 38.400000000000006
+ ],
+ "lon": [
+ 26.633300000000002,
+ 27.0333
+ ]
+ },
+ {
+ "city": "Alt\u0131n\u00f6z\u00fc",
+ "lat": [
+ 35.9,
+ 36.300000000000004
+ ],
+ "lon": [
+ 36.029999999999994,
+ 36.43
+ ]
+ },
+ {
+ "city": "\u00c7ivril",
+ "lat": [
+ 38.1014,
+ 38.501400000000004
+ ],
+ "lon": [
+ 29.538600000000002,
+ 29.9386
+ ]
+ },
+ {
+ "city": "\u00d6zalp",
+ "lat": [
+ 38.458299999999994,
+ 38.8583
+ ],
+ "lon": [
+ 43.7894,
+ 44.189400000000006
+ ]
+ },
+ {
+ "city": "Karam\u00fcrsel",
+ "lat": [
+ 40.4892,
+ 40.8892
+ ],
+ "lon": [
+ 29.415,
+ 29.814999999999998
+ ]
+ },
+ {
+ "city": "Uzunk\u00f6pr\u00fc",
+ "lat": [
+ 41.0667,
+ 41.4667
+ ],
+ "lon": [
+ 26.4833,
+ 26.8833
+ ]
+ },
+ {
+ "city": "\u00c7ald\u0131ran",
+ "lat": [
+ 38.9419,
+ 39.3419
+ ],
+ "lon": [
+ 43.713899999999995,
+ 44.1139
+ ]
+ },
+ {
+ "city": "Ka\u015f",
+ "lat": [
+ 36.001999999999995,
+ 36.402
+ ],
+ "lon": [
+ 29.438000000000002,
+ 29.838
+ ]
+ },
+ {
+ "city": "Hakkari",
+ "lat": [
+ 37.376999999999995,
+ 37.777
+ ],
+ "lon": [
+ 43.538999999999994,
+ 43.939
+ ]
+ },
+ {
+ "city": "Sinop",
+ "lat": [
+ 41.826699999999995,
+ 42.2267
+ ],
+ "lon": [
+ 34.9511,
+ 35.3511
+ ]
+ },
+ {
+ "city": "Biga",
+ "lat": [
+ 40.028099999999995,
+ 40.4281
+ ],
+ "lon": [
+ 27.0422,
+ 27.4422
+ ]
+ },
+ {
+ "city": "Devrek",
+ "lat": [
+ 41.0333,
+ 41.4333
+ ],
+ "lon": [
+ 31.7667,
+ 32.1667
+ ]
+ },
+ {
+ "city": "D\u00fczi\u00e7i",
+ "lat": [
+ 37.043099999999995,
+ 37.4431
+ ],
+ "lon": [
+ 36.256699999999995,
+ 36.6567
+ ]
+ },
+ {
+ "city": "Hassa",
+ "lat": [
+ 36.599399999999996,
+ 36.9994
+ ],
+ "lon": [
+ 36.3178,
+ 36.717800000000004
+ ]
+ },
+ {
+ "city": "Saruhanl\u0131",
+ "lat": [
+ 38.5342,
+ 38.934200000000004
+ ],
+ "lon": [
+ 27.3658,
+ 27.7658
+ ]
+ },
+ {
+ "city": "Tekkek\u00f6y",
+ "lat": [
+ 41.012499999999996,
+ 41.4125
+ ],
+ "lon": [
+ 36.256899999999995,
+ 36.6569
+ ]
+ },
+ {
+ "city": "Korkuteli",
+ "lat": [
+ 36.866699999999994,
+ 37.2667
+ ],
+ "lon": [
+ 30.0,
+ 30.4
+ ]
+ },
+ {
+ "city": "\u0130ncirliova",
+ "lat": [
+ 37.6547,
+ 38.054700000000004
+ ],
+ "lon": [
+ 27.523600000000002,
+ 27.9236
+ ]
+ },
+ {
+ "city": "Sorgun",
+ "lat": [
+ 39.614399999999996,
+ 40.0144
+ ],
+ "lon": [
+ 34.9903,
+ 35.3903
+ ]
+ },
+ {
+ "city": "Ac\u0131payam",
+ "lat": [
+ 37.224999999999994,
+ 37.625
+ ],
+ "lon": [
+ 29.1539,
+ 29.5539
+ ]
+ },
+ {
+ "city": "Yeni\u015fehir",
+ "lat": [
+ 40.0644,
+ 40.464400000000005
+ ],
+ "lon": [
+ 29.4531,
+ 29.853099999999998
+ ]
+ },
+ {
+ "city": "Ortaca",
+ "lat": [
+ 36.6389,
+ 37.038900000000005
+ ],
+ "lon": [
+ 28.5644,
+ 28.964399999999998
+ ]
+ },
+ {
+ "city": "K\u0131z\u0131lp\u0131nar",
+ "lat": [
+ 41.0667,
+ 41.4667
+ ],
+ "lon": [
+ 27.7667,
+ 28.1667
+ ]
+ },
+ {
+ "city": "Gazipa\u015fa",
+ "lat": [
+ 36.072799999999994,
+ 36.4728
+ ],
+ "lon": [
+ 32.113099999999996,
+ 32.5131
+ ]
+ },
+ {
+ "city": "Ilg\u0131n",
+ "lat": [
+ 38.0792,
+ 38.479200000000006
+ ],
+ "lon": [
+ 31.713900000000002,
+ 32.1139
+ ]
+ },
+ {
+ "city": "Dilovas\u0131",
+ "lat": [
+ 40.579699999999995,
+ 40.9797
+ ],
+ "lon": [
+ 29.335,
+ 29.735
+ ]
+ },
+ {
+ "city": "Mahmutlar",
+ "lat": [
+ 36.2928,
+ 36.692800000000005
+ ],
+ "lon": [
+ 31.899200000000004,
+ 32.299200000000006
+ ]
+ },
+ {
+ "city": "Mahmutlar",
+ "lat": [
+ 36.2928,
+ 36.692800000000005
+ ],
+ "lon": [
+ 31.899200000000004,
+ 32.299200000000006
+ ]
+ },
+ {
+ "city": "Bitlis",
+ "lat": [
+ 38.199999999999996,
+ 38.6
+ ],
+ "lon": [
+ 41.9083,
+ 42.3083
+ ]
+ },
+ {
+ "city": "Safranbolu",
+ "lat": [
+ 41.0494,
+ 41.449400000000004
+ ],
+ "lon": [
+ 32.4833,
+ 32.883300000000006
+ ]
+ },
+ {
+ "city": "Kand\u0131ra",
+ "lat": [
+ 40.8722,
+ 41.272200000000005
+ ],
+ "lon": [
+ 29.961100000000002,
+ 30.3611
+ ]
+ },
+ {
+ "city": "Bozova",
+ "lat": [
+ 37.1628,
+ 37.5628
+ ],
+ "lon": [
+ 38.325599999999994,
+ 38.7256
+ ]
+ },
+ {
+ "city": "Kulu",
+ "lat": [
+ 38.889199999999995,
+ 39.2892
+ ],
+ "lon": [
+ 32.880599999999994,
+ 33.2806
+ ]
+ },
+ {
+ "city": "Malkara",
+ "lat": [
+ 40.6933,
+ 41.093300000000006
+ ],
+ "lon": [
+ 26.7042,
+ 27.1042
+ ]
+ },
+ {
+ "city": "\u00c7iftlikk\u00f6y",
+ "lat": [
+ 40.449999999999996,
+ 40.85
+ ],
+ "lon": [
+ 29.133300000000002,
+ 29.5333
+ ]
+ },
+ {
+ "city": "Geyve",
+ "lat": [
+ 40.308899999999994,
+ 40.7089
+ ],
+ "lon": [
+ 30.09,
+ 30.49
+ ]
+ },
+ {
+ "city": "Saray",
+ "lat": [
+ 41.241099999999996,
+ 41.6411
+ ],
+ "lon": [
+ 27.721600000000002,
+ 28.1216
+ ]
+ },
+ {
+ "city": "Cihanbeyli",
+ "lat": [
+ 38.458099999999995,
+ 38.8581
+ ],
+ "lon": [
+ 32.7281,
+ 33.1281
+ ]
+ },
+ {
+ "city": "G\u00f6ksun",
+ "lat": [
+ 37.821099999999994,
+ 38.2211
+ ],
+ "lon": [
+ 36.2917,
+ 36.691700000000004
+ ]
+ },
+ {
+ "city": "Karap\u0131nar",
+ "lat": [
+ 37.5147,
+ 37.9147
+ ],
+ "lon": [
+ 33.3508,
+ 33.750800000000005
+ ]
+ }
+ ],
+ "Iran": [
+ {
+ "city": "Tehran",
+ "lat": [
+ 35.488899999999994,
+ 35.8889
+ ],
+ "lon": [
+ 51.189699999999995,
+ 51.5897
+ ]
+ },
+ {
+ "city": "Mashhad",
+ "lat": [
+ 36.1264,
+ 36.5264
+ ],
+ "lon": [
+ 59.3433,
+ 59.743300000000005
+ ]
+ },
+ {
+ "city": "E\u015ffah\u0101n",
+ "lat": [
+ 32.4653,
+ 32.865300000000005
+ ],
+ "lon": [
+ 51.470299999999995,
+ 51.8703
+ ]
+ },
+ {
+ "city": "Karaj",
+ "lat": [
+ 35.6292,
+ 36.0292
+ ],
+ "lon": [
+ 50.7675,
+ 51.167500000000004
+ ]
+ },
+ {
+ "city": "Sh\u012br\u0101z",
+ "lat": [
+ 29.41,
+ 29.81
+ ],
+ "lon": [
+ 52.342499999999994,
+ 52.7425
+ ]
+ },
+ {
+ "city": "Tabr\u012bz",
+ "lat": [
+ 37.881699999999995,
+ 38.2817
+ ],
+ "lon": [
+ 46.099199999999996,
+ 46.4992
+ ]
+ },
+ {
+ "city": "Ahv\u0101z",
+ "lat": [
+ 31.1047,
+ 31.5047
+ ],
+ "lon": [
+ 48.4783,
+ 48.8783
+ ]
+ },
+ {
+ "city": "Qom",
+ "lat": [
+ 34.44,
+ 34.84
+ ],
+ "lon": [
+ 50.676399999999994,
+ 51.0764
+ ]
+ },
+ {
+ "city": "Kerm\u0101nsh\u0101h",
+ "lat": [
+ 34.1369,
+ 34.5369
+ ],
+ "lon": [
+ 46.891099999999994,
+ 47.2911
+ ]
+ },
+ {
+ "city": "Kerm\u0101n",
+ "lat": [
+ 30.0625,
+ 30.4625
+ ],
+ "lon": [
+ 56.857499999999995,
+ 57.2575
+ ]
+ },
+ {
+ "city": "Or\u016bm\u012byeh",
+ "lat": [
+ 37.3439,
+ 37.743900000000004
+ ],
+ "lon": [
+ 44.8647,
+ 45.264700000000005
+ ]
+ },
+ {
+ "city": "Borv\u0101yeh-ye Al B\u016b \u2018Az\u012bz",
+ "lat": [
+ 31.4283,
+ 31.8283
+ ],
+ "lon": [
+ 48.414699999999996,
+ 48.8147
+ ]
+ },
+ {
+ "city": "Rasht",
+ "lat": [
+ 37.0744,
+ 37.4744
+ ],
+ "lon": [
+ 49.3889,
+ 49.788900000000005
+ ]
+ },
+ {
+ "city": "Bah\u0101r",
+ "lat": [
+ 34.7078,
+ 35.107800000000005
+ ],
+ "lon": [
+ 48.239399999999996,
+ 48.6394
+ ]
+ },
+ {
+ "city": "Z\u0101hed\u0101n",
+ "lat": [
+ 29.302500000000002,
+ 29.7025
+ ],
+ "lon": [
+ 60.6558,
+ 61.055800000000005
+ ]
+ },
+ {
+ "city": "Hamad\u0101n",
+ "lat": [
+ 34.606399999999994,
+ 35.0064
+ ],
+ "lon": [
+ 48.3161,
+ 48.716100000000004
+ ]
+ },
+ {
+ "city": "Yazd",
+ "lat": [
+ 31.6822,
+ 32.0822
+ ],
+ "lon": [
+ 54.1397,
+ 54.5397
+ ]
+ },
+ {
+ "city": "Ardab\u012bl",
+ "lat": [
+ 38.0517,
+ 38.4517
+ ],
+ "lon": [
+ 48.0975,
+ 48.4975
+ ]
+ },
+ {
+ "city": "Bandar \u2018Abb\u0101s",
+ "lat": [
+ 26.996100000000002,
+ 27.3961
+ ],
+ "lon": [
+ 56.087799999999994,
+ 56.4878
+ ]
+ },
+ {
+ "city": "Ar\u0101k",
+ "lat": [
+ 33.8914,
+ 34.2914
+ ],
+ "lon": [
+ 49.4933,
+ 49.8933
+ ]
+ },
+ {
+ "city": "Esl\u0101mshahr",
+ "lat": [
+ 35.3386,
+ 35.738600000000005
+ ],
+ "lon": [
+ 51.0228,
+ 51.4228
+ ]
+ },
+ {
+ "city": "Sanandaj",
+ "lat": [
+ 35.111399999999996,
+ 35.5114
+ ],
+ "lon": [
+ 46.796099999999996,
+ 47.1961
+ ]
+ },
+ {
+ "city": "Qazv\u012bn",
+ "lat": [
+ 36.0886,
+ 36.488600000000005
+ ],
+ "lon": [
+ 49.8069,
+ 50.206900000000005
+ ]
+ },
+ {
+ "city": "Zanj\u0101n",
+ "lat": [
+ 36.486399999999996,
+ 36.8864
+ ],
+ "lon": [
+ 48.2953,
+ 48.6953
+ ]
+ },
+ {
+ "city": "Gorg\u0101n",
+ "lat": [
+ 36.6369,
+ 37.0369
+ ],
+ "lon": [
+ 54.237199999999994,
+ 54.6372
+ ]
+ },
+ {
+ "city": "Shahr\u012b\u0101r",
+ "lat": [
+ 35.4531,
+ 35.853100000000005
+ ],
+ "lon": [
+ 50.86,
+ 51.260000000000005
+ ]
+ },
+ {
+ "city": "Shahr-e Qods",
+ "lat": [
+ 35.510299999999994,
+ 35.9103
+ ],
+ "lon": [
+ 50.9131,
+ 51.313100000000006
+ ]
+ },
+ {
+ "city": "K\u0101sh\u0101n",
+ "lat": [
+ 33.7825,
+ 34.182500000000005
+ ],
+ "lon": [
+ 51.232499999999995,
+ 51.6325
+ ]
+ },
+ {
+ "city": "Mal\u0101rd",
+ "lat": [
+ 35.480599999999995,
+ 35.8806
+ ],
+ "lon": [
+ 50.778299999999994,
+ 51.1783
+ ]
+ },
+ {
+ "city": "Mar\u0101gheh",
+ "lat": [
+ 37.1894,
+ 37.589400000000005
+ ],
+ "lon": [
+ 46.0378,
+ 46.4378
+ ]
+ },
+ {
+ "city": "Sart\u0101",
+ "lat": [
+ 36.248599999999996,
+ 36.6486
+ ],
+ "lon": [
+ 53.1233,
+ 53.523300000000006
+ ]
+ },
+ {
+ "city": "Dezf\u016bl",
+ "lat": [
+ 32.178599999999996,
+ 32.5786
+ ],
+ "lon": [
+ 48.2144,
+ 48.6144
+ ]
+ },
+ {
+ "city": "B\u0101bol",
+ "lat": [
+ 36.3475,
+ 36.7475
+ ],
+ "lon": [
+ 52.4783,
+ 52.8783
+ ]
+ },
+ {
+ "city": "Q\u0101\u2019em Shahr",
+ "lat": [
+ 36.2636,
+ 36.6636
+ ],
+ "lon": [
+ 52.6581,
+ 53.0581
+ ]
+ },
+ {
+ "city": "Khomeyn\u012b Shahr",
+ "lat": [
+ 32.4803,
+ 32.880300000000005
+ ],
+ "lon": [
+ 51.336099999999995,
+ 51.7361
+ ]
+ },
+ {
+ "city": "Sabzev\u0101r",
+ "lat": [
+ 36.012499999999996,
+ 36.4125
+ ],
+ "lon": [
+ 57.4764,
+ 57.876400000000004
+ ]
+ },
+ {
+ "city": "And\u012bmeshk",
+ "lat": [
+ 32.2714,
+ 32.671400000000006
+ ],
+ "lon": [
+ 48.1489,
+ 48.5489
+ ]
+ },
+ {
+ "city": "\u0100mol",
+ "lat": [
+ 36.2703,
+ 36.670300000000005
+ ],
+ "lon": [
+ 52.146699999999996,
+ 52.5467
+ ]
+ },
+ {
+ "city": "P\u0101kdasht",
+ "lat": [
+ 35.282799999999995,
+ 35.6828
+ ],
+ "lon": [
+ 51.481399999999994,
+ 51.8814
+ ]
+ },
+ {
+ "city": "Najaf\u0101b\u0101d",
+ "lat": [
+ 32.433099999999996,
+ 32.8331
+ ],
+ "lon": [
+ 51.165,
+ 51.565000000000005
+ ]
+ },
+ {
+ "city": "Bor\u016bjerd",
+ "lat": [
+ 33.711099999999995,
+ 34.1111
+ ],
+ "lon": [
+ 48.5522,
+ 48.952200000000005
+ ]
+ },
+ {
+ "city": "Madan",
+ "lat": [
+ 30.146900000000002,
+ 30.5469
+ ],
+ "lon": [
+ 48.082499999999996,
+ 48.4825
+ ]
+ },
+ {
+ "city": "Qarchak",
+ "lat": [
+ 35.226699999999994,
+ 35.6267
+ ],
+ "lon": [
+ 51.3842,
+ 51.784200000000006
+ ]
+ },
+ {
+ "city": "Bojn\u016brd",
+ "lat": [
+ 37.2722,
+ 37.672200000000004
+ ],
+ "lon": [
+ 57.128899999999994,
+ 57.5289
+ ]
+ },
+ {
+ "city": "Var\u0101m\u012bn",
+ "lat": [
+ 35.150299999999994,
+ 35.5503
+ ],
+ "lon": [
+ 51.4364,
+ 51.836400000000005
+ ]
+ },
+ {
+ "city": "Bandar-e B\u016bshehr",
+ "lat": [
+ 28.7264,
+ 29.1264
+ ],
+ "lon": [
+ 50.651399999999995,
+ 51.0514
+ ]
+ },
+ {
+ "city": "Neysh\u0101b\u016br",
+ "lat": [
+ 36.019999999999996,
+ 36.42
+ ],
+ "lon": [
+ 58.62,
+ 59.02
+ ]
+ },
+ {
+ "city": "S\u0101veh",
+ "lat": [
+ 34.827799999999996,
+ 35.2278
+ ],
+ "lon": [
+ 50.1611,
+ 50.5611
+ ]
+ },
+ {
+ "city": "B\u012brjand",
+ "lat": [
+ 32.6781,
+ 33.078100000000006
+ ],
+ "lon": [
+ 59.016099999999994,
+ 59.4161
+ ]
+ },
+ {
+ "city": "Nas\u012bm Shahr",
+ "lat": [
+ 35.3617,
+ 35.761700000000005
+ ],
+ "lon": [
+ 50.9617,
+ 51.361700000000006
+ ]
+ },
+ {
+ "city": "Khorram\u0101b\u0101d",
+ "lat": [
+ 33.287499999999994,
+ 33.6875
+ ],
+ "lon": [
+ 48.156099999999995,
+ 48.5561
+ ]
+ },
+ {
+ "city": "Khowy",
+ "lat": [
+ 38.346399999999996,
+ 38.7464
+ ],
+ "lon": [
+ 44.7542,
+ 45.1542
+ ]
+ },
+ {
+ "city": "B\u016bk\u0101n",
+ "lat": [
+ 36.315,
+ 36.715
+ ],
+ "lon": [
+ 46.0075,
+ 46.407500000000006
+ ]
+ },
+ {
+ "city": "Shahr-e Kord",
+ "lat": [
+ 32.1322,
+ 32.5322
+ ],
+ "lon": [
+ 50.6564,
+ 51.056400000000004
+ ]
+ },
+ {
+ "city": "Semn\u0101n",
+ "lat": [
+ 35.381099999999996,
+ 35.7811
+ ],
+ "lon": [
+ 53.183299999999996,
+ 53.5833
+ ]
+ },
+ {
+ "city": "Fard\u012bs",
+ "lat": [
+ 35.529999999999994,
+ 35.93
+ ],
+ "lon": [
+ 50.782199999999996,
+ 51.1822
+ ]
+ },
+ {
+ "city": "S\u012brj\u0101n",
+ "lat": [
+ 29.237000000000002,
+ 29.637
+ ],
+ "lon": [
+ 55.480199999999996,
+ 55.8802
+ ]
+ },
+ {
+ "city": "Sh\u0101h\u012bn Shahr",
+ "lat": [
+ 32.660599999999995,
+ 33.0606
+ ],
+ "lon": [
+ 51.3531,
+ 51.7531
+ ]
+ },
+ {
+ "city": "Mal\u0101yer",
+ "lat": [
+ 34.099999999999994,
+ 34.5
+ ],
+ "lon": [
+ 48.617799999999995,
+ 49.0178
+ ]
+ },
+ {
+ "city": "Mah\u0101b\u0101d",
+ "lat": [
+ 36.5678,
+ 36.967800000000004
+ ],
+ "lon": [
+ 45.533899999999996,
+ 45.9339
+ ]
+ },
+ {
+ "city": "Saqqez",
+ "lat": [
+ 36.0411,
+ 36.441100000000006
+ ],
+ "lon": [
+ 46.0706,
+ 46.470600000000005
+ ]
+ },
+ {
+ "city": "Sh\u0101hr\u016bd",
+ "lat": [
+ 36.2133,
+ 36.6133
+ ],
+ "lon": [
+ 54.778099999999995,
+ 55.1781
+ ]
+ },
+ {
+ "city": "Khod\u0101bandeh",
+ "lat": [
+ 35.8,
+ 36.2
+ ],
+ "lon": [
+ 48.216699999999996,
+ 48.6167
+ ]
+ },
+ {
+ "city": "Bandar-e M\u0101hshahr",
+ "lat": [
+ 30.3567,
+ 30.7567
+ ],
+ "lon": [
+ 48.9897,
+ 49.389700000000005
+ ]
+ },
+ {
+ "city": "Rafsanj\u0101n",
+ "lat": [
+ 30.1983,
+ 30.5983
+ ],
+ "lon": [
+ 55.7919,
+ 56.191900000000004
+ ]
+ },
+ {
+ "city": "Bor\u0101zj\u0101n",
+ "lat": [
+ 29.0694,
+ 29.4694
+ ],
+ "lon": [
+ 51.019999999999996,
+ 51.42
+ ]
+ },
+ {
+ "city": "Gonbad-e K\u0101v\u016bs",
+ "lat": [
+ 37.0436,
+ 37.4436
+ ],
+ "lon": [
+ 54.965799999999994,
+ 55.3658
+ ]
+ },
+ {
+ "city": "Marvdasht",
+ "lat": [
+ 29.6786,
+ 30.078599999999998
+ ],
+ "lon": [
+ 52.6067,
+ 53.0067
+ ]
+ },
+ {
+ "city": "Q\u016bch\u0101n",
+ "lat": [
+ 36.906,
+ 37.306000000000004
+ ],
+ "lon": [
+ 58.3095,
+ 58.709500000000006
+ ]
+ },
+ {
+ "city": "Jahrom",
+ "lat": [
+ 28.314700000000002,
+ 28.7147
+ ],
+ "lon": [
+ 53.373099999999994,
+ 53.7731
+ ]
+ },
+ {
+ "city": "Kam\u0101lshahr",
+ "lat": [
+ 35.6658,
+ 36.0658
+ ],
+ "lon": [
+ 50.671699999999994,
+ 51.0717
+ ]
+ },
+ {
+ "city": "Torbat-e \u1e28eydar\u012byeh",
+ "lat": [
+ 35.087199999999996,
+ 35.4872
+ ],
+ "lon": [
+ 59.021899999999995,
+ 59.4219
+ ]
+ },
+ {
+ "city": "Mar\u012bv\u0101n",
+ "lat": [
+ 35.3217,
+ 35.721700000000006
+ ],
+ "lon": [
+ 45.980599999999995,
+ 46.3806
+ ]
+ },
+ {
+ "city": "Shahre\u1e95\u0101",
+ "lat": [
+ 31.8122,
+ 32.2122
+ ],
+ "lon": [
+ 51.6594,
+ 52.059400000000004
+ ]
+ },
+ {
+ "city": "Z\u0101bol",
+ "lat": [
+ 30.8339,
+ 31.2339
+ ],
+ "lon": [
+ 61.2878,
+ 61.6878
+ ]
+ },
+ {
+ "city": "Khorramshahr",
+ "lat": [
+ 30.2394,
+ 30.6394
+ ],
+ "lon": [
+ 47.9817,
+ 48.3817
+ ]
+ },
+ {
+ "city": "Marand",
+ "lat": [
+ 38.230799999999995,
+ 38.6308
+ ],
+ "lon": [
+ 45.5742,
+ 45.9742
+ ]
+ },
+ {
+ "city": "J\u012broft",
+ "lat": [
+ 28.4797,
+ 28.8797
+ ],
+ "lon": [
+ 57.5447,
+ 57.944700000000005
+ ]
+ },
+ {
+ "city": "Salm\u0101s",
+ "lat": [
+ 38.0028,
+ 38.402800000000006
+ ],
+ "lon": [
+ 44.5669,
+ 44.9669
+ ]
+ },
+ {
+ "city": "Bam",
+ "lat": [
+ 28.8994,
+ 29.2994
+ ],
+ "lon": [
+ 58.1436,
+ 58.543600000000005
+ ]
+ },
+ {
+ "city": "Behbah\u0101n",
+ "lat": [
+ 30.3942,
+ 30.7942
+ ],
+ "lon": [
+ 50.043299999999995,
+ 50.4433
+ ]
+ },
+ {
+ "city": "Dor\u016bd",
+ "lat": [
+ 33.2994,
+ 33.699400000000004
+ ],
+ "lon": [
+ 48.8531,
+ 49.2531
+ ]
+ },
+ {
+ "city": "Naz\u0327ar\u0101b\u0101d",
+ "lat": [
+ 35.756099999999996,
+ 36.1561
+ ],
+ "lon": [
+ 50.404399999999995,
+ 50.8044
+ ]
+ },
+ {
+ "city": "Mo\u1e29ammad Shahr",
+ "lat": [
+ 35.5533,
+ 35.953300000000006
+ ],
+ "lon": [
+ 50.7014,
+ 51.101400000000005
+ ]
+ },
+ {
+ "city": "Bandar-e Anzal\u012b",
+ "lat": [
+ 37.270799999999994,
+ 37.6708
+ ],
+ "lon": [
+ 49.269999999999996,
+ 49.67
+ ]
+ },
+ {
+ "city": "\u012ar\u0101nshahr",
+ "lat": [
+ 26.9978,
+ 27.3978
+ ],
+ "lon": [
+ 60.483599999999996,
+ 60.8836
+ ]
+ },
+ {
+ "city": "Fas\u0101",
+ "lat": [
+ 28.7503,
+ 29.150299999999998
+ ],
+ "lon": [
+ 53.4272,
+ 53.827200000000005
+ ]
+ },
+ {
+ "city": "B\u0101neh",
+ "lat": [
+ 35.796899999999994,
+ 36.1969
+ ],
+ "lon": [
+ 45.6853,
+ 46.085300000000004
+ ]
+ },
+ {
+ "city": "Y\u0101s\u016bj",
+ "lat": [
+ 30.467200000000002,
+ 30.8672
+ ],
+ "lon": [
+ 51.3797,
+ 51.779700000000005
+ ]
+ },
+ {
+ "city": "Ch\u0101bah\u0101r",
+ "lat": [
+ 25.0928,
+ 25.4928
+ ],
+ "lon": [
+ 60.4497,
+ 60.849700000000006
+ ]
+ },
+ {
+ "city": "Rob\u0101\u0163 Kar\u012bm",
+ "lat": [
+ 35.2819,
+ 35.681900000000006
+ ],
+ "lon": [
+ 50.8808,
+ 51.280800000000006
+ ]
+ },
+ {
+ "city": "K\u0101shmar",
+ "lat": [
+ 35.0447,
+ 35.444700000000005
+ ],
+ "lon": [
+ 58.260799999999996,
+ 58.6608
+ ]
+ },
+ {
+ "city": "Sh\u016bshtar",
+ "lat": [
+ 31.845000000000002,
+ 32.245000000000005
+ ],
+ "lon": [
+ 48.6594,
+ 49.059400000000004
+ ]
+ },
+ {
+ "city": "Ahar",
+ "lat": [
+ 38.2797,
+ 38.679700000000004
+ ],
+ "lon": [
+ 46.866899999999994,
+ 47.2669
+ ]
+ },
+ {
+ "city": "Masjed Soleym\u0101n",
+ "lat": [
+ 31.76,
+ 32.160000000000004
+ ],
+ "lon": [
+ 49.0881,
+ 49.4881
+ ]
+ },
+ {
+ "city": "Torbat-e J\u0101m",
+ "lat": [
+ 35.043099999999995,
+ 35.4431
+ ],
+ "lon": [
+ 60.425,
+ 60.825
+ ]
+ },
+ {
+ "city": "Abhar",
+ "lat": [
+ 35.9464,
+ 36.3464
+ ],
+ "lon": [
+ 49.022499999999994,
+ 49.4225
+ ]
+ },
+ {
+ "city": "M\u012b\u0101neh",
+ "lat": [
+ 37.223299999999995,
+ 37.6233
+ ],
+ "lon": [
+ 47.5136,
+ 47.9136
+ ]
+ },
+ {
+ "city": "Do Gonbad\u0101n",
+ "lat": [
+ 30.16,
+ 30.56
+ ],
+ "lon": [
+ 50.5839,
+ 50.983900000000006
+ ]
+ },
+ {
+ "city": "K\u0101zer\u016bn",
+ "lat": [
+ 29.4156,
+ 29.8156
+ ],
+ "lon": [
+ 51.4567,
+ 51.856700000000004
+ ]
+ },
+ {
+ "city": "Behshahr",
+ "lat": [
+ 36.4936,
+ 36.893600000000006
+ ],
+ "lon": [
+ 53.3531,
+ 53.7531
+ ]
+ },
+ {
+ "city": "Alvand",
+ "lat": [
+ 35.9867,
+ 36.386700000000005
+ ],
+ "lon": [
+ 49.863899999999994,
+ 50.2639
+ ]
+ },
+ {
+ "city": "P\u012br\u0101nshahr",
+ "lat": [
+ 36.495599999999996,
+ 36.8956
+ ],
+ "lon": [
+ 44.9456,
+ 45.345600000000005
+ ]
+ },
+ {
+ "city": "Esl\u0101m\u0101b\u0101d-e Gharb",
+ "lat": [
+ 33.9103,
+ 34.310300000000005
+ ],
+ "lon": [
+ 46.3275,
+ 46.727500000000006
+ ]
+ },
+ {
+ "city": "K\u016bhdasht",
+ "lat": [
+ 33.3294,
+ 33.729400000000005
+ ],
+ "lon": [
+ 47.4092,
+ 47.809200000000004
+ ]
+ },
+ {
+ "city": "F\u016bl\u0101d Shahr",
+ "lat": [
+ 32.2906,
+ 32.6906
+ ],
+ "lon": [
+ 51.2211,
+ 51.621100000000006
+ ]
+ },
+ {
+ "city": "Khowr\u0101sg\u0101n",
+ "lat": [
+ 32.452799999999996,
+ 32.8528
+ ],
+ "lon": [
+ 51.558899999999994,
+ 51.9589
+ ]
+ },
+ {
+ "city": "Tajr\u012bsh",
+ "lat": [
+ 35.605599999999995,
+ 36.0056
+ ],
+ "lon": [
+ 51.238099999999996,
+ 51.6381
+ ]
+ },
+ {
+ "city": "Sh\u012brv\u0101n",
+ "lat": [
+ 37.201899999999995,
+ 37.6019
+ ],
+ "lon": [
+ 57.7281,
+ 58.1281
+ ]
+ },
+ {
+ "city": "Meybod",
+ "lat": [
+ 32.0456,
+ 32.445600000000006
+ ],
+ "lon": [
+ 53.8153,
+ 54.215300000000006
+ ]
+ },
+ {
+ "city": "T\u0101kest\u0101n",
+ "lat": [
+ 35.8672,
+ 36.2672
+ ],
+ "lon": [
+ 49.495799999999996,
+ 49.8958
+ ]
+ },
+ {
+ "city": "Langar\u016bd",
+ "lat": [
+ 36.991099999999996,
+ 37.3911
+ ],
+ "lon": [
+ 49.9556,
+ 50.3556
+ ]
+ },
+ {
+ "city": "B\u016bmahen",
+ "lat": [
+ 35.532199999999996,
+ 35.9322
+ ],
+ "lon": [
+ 51.667199999999994,
+ 52.0672
+ ]
+ },
+ {
+ "city": "Bah\u0101rest\u0101n",
+ "lat": [
+ 32.286699999999996,
+ 32.6867
+ ],
+ "lon": [
+ 51.580799999999996,
+ 51.9808
+ ]
+ },
+ {
+ "city": "Al\u012bg\u016bdarz",
+ "lat": [
+ 33.2025,
+ 33.602500000000006
+ ],
+ "lon": [
+ 49.4903,
+ 49.8903
+ ]
+ },
+ {
+ "city": "Bandar-e Em\u0101m Khomeyn\u012b",
+ "lat": [
+ 30.3491,
+ 30.7491
+ ],
+ "lon": [
+ 48.858599999999996,
+ 49.2586
+ ]
+ },
+ {
+ "city": "Bandar Em\u0101m",
+ "lat": [
+ 30.3058,
+ 30.7058
+ ],
+ "lon": [
+ 48.874199999999995,
+ 49.2742
+ ]
+ },
+ {
+ "city": "Qorveh",
+ "lat": [
+ 34.9678,
+ 35.3678
+ ],
+ "lon": [
+ 47.6008,
+ 48.000800000000005
+ ]
+ },
+ {
+ "city": "Sh\u016bsh",
+ "lat": [
+ 31.994699999999998,
+ 32.3947
+ ],
+ "lon": [
+ 48.0475,
+ 48.447500000000005
+ ]
+ },
+ {
+ "city": "Nah\u0101vand",
+ "lat": [
+ 33.992799999999995,
+ 34.3928
+ ],
+ "lon": [
+ 48.1731,
+ 48.573100000000004
+ ]
+ },
+ {
+ "city": "Bon\u0101b",
+ "lat": [
+ 37.138299999999994,
+ 37.5383
+ ],
+ "lon": [
+ 45.853899999999996,
+ 46.2539
+ ]
+ },
+ {
+ "city": "Ardak\u0101n",
+ "lat": [
+ 32.109399999999994,
+ 32.5094
+ ],
+ "lon": [
+ 53.818599999999996,
+ 54.2186
+ ]
+ },
+ {
+ "city": "R\u0101mhormoz",
+ "lat": [
+ 31.075300000000002,
+ 31.4753
+ ],
+ "lon": [
+ 49.404399999999995,
+ 49.8044
+ ]
+ },
+ {
+ "city": "Meshg\u012bn Shahr",
+ "lat": [
+ 38.190599999999996,
+ 38.5906
+ ],
+ "lon": [
+ 47.474199999999996,
+ 47.8742
+ ]
+ },
+ {
+ "city": "Bandar-e Gen\u0101veh",
+ "lat": [
+ 29.3808,
+ 29.7808
+ ],
+ "lon": [
+ 50.3172,
+ 50.717200000000005
+ ]
+ },
+ {
+ "city": "Naqadeh",
+ "lat": [
+ 36.7547,
+ 37.154700000000005
+ ],
+ "lon": [
+ 45.1881,
+ 45.588100000000004
+ ]
+ },
+ {
+ "city": "Khomeyn",
+ "lat": [
+ 33.4422,
+ 33.842200000000005
+ ],
+ "lon": [
+ 49.878899999999994,
+ 50.2789
+ ]
+ },
+ {
+ "city": "Om\u012bd\u012byeh",
+ "lat": [
+ 30.5583,
+ 30.958299999999998
+ ],
+ "lon": [
+ 49.504999999999995,
+ 49.905
+ ]
+ },
+ {
+ "city": "\u0100r\u0101n B\u012bdgol",
+ "lat": [
+ 33.8589,
+ 34.258900000000004
+ ],
+ "lon": [
+ 51.281699999999994,
+ 51.6817
+ ]
+ },
+ {
+ "city": "B\u0101qershahr",
+ "lat": [
+ 35.334399999999995,
+ 35.7344
+ ],
+ "lon": [
+ 51.205799999999996,
+ 51.6058
+ ]
+ },
+ {
+ "city": "M\u0101hd\u0101sht",
+ "lat": [
+ 35.5278,
+ 35.927800000000005
+ ],
+ "lon": [
+ 50.6089,
+ 51.008900000000004
+ ]
+ },
+ {
+ "city": "Mob\u0101rakeh",
+ "lat": [
+ 32.1494,
+ 32.549400000000006
+ ],
+ "lon": [
+ 51.3,
+ 51.7
+ ]
+ },
+ {
+ "city": "Meshk\u012bn Dasht",
+ "lat": [
+ 35.551399999999994,
+ 35.9514
+ ],
+ "lon": [
+ 50.7397,
+ 51.139700000000005
+ ]
+ },
+ {
+ "city": "Nek\u0101",
+ "lat": [
+ 36.449999999999996,
+ 36.85
+ ],
+ "lon": [
+ 53.097199999999994,
+ 53.4972
+ ]
+ },
+ {
+ "city": "Kang\u0101n",
+ "lat": [
+ 27.639200000000002,
+ 28.0392
+ ],
+ "lon": [
+ 51.8608,
+ 52.2608
+ ]
+ },
+ {
+ "city": "\u0100byek",
+ "lat": [
+ 35.8411,
+ 36.2411
+ ],
+ "lon": [
+ 50.3306,
+ 50.7306
+ ]
+ },
+ {
+ "city": "Sar\u0101v\u0101n",
+ "lat": [
+ 27.1708,
+ 27.5708
+ ],
+ "lon": [
+ 62.1325,
+ 62.532500000000006
+ ]
+ },
+ {
+ "city": "B\u0101bolsar",
+ "lat": [
+ 36.5006,
+ 36.900600000000004
+ ],
+ "lon": [
+ 52.449999999999996,
+ 52.85
+ ]
+ },
+ {
+ "city": "Esfar\u0101yen",
+ "lat": [
+ 36.870599999999996,
+ 37.2706
+ ],
+ "lon": [
+ 57.3056,
+ 57.705600000000004
+ ]
+ },
+ {
+ "city": "D\u0101mgh\u0101n",
+ "lat": [
+ 35.9642,
+ 36.364200000000004
+ ],
+ "lon": [
+ 54.1408,
+ 54.540800000000004
+ ]
+ },
+ {
+ "city": "Zarand",
+ "lat": [
+ 30.6108,
+ 31.0108
+ ],
+ "lon": [
+ 56.3658,
+ 56.765800000000006
+ ]
+ },
+ {
+ "city": "Bor\u016bjen",
+ "lat": [
+ 31.771900000000002,
+ 32.1719
+ ],
+ "lon": [
+ 51.091699999999996,
+ 51.4917
+ ]
+ },
+ {
+ "city": "Dehdasht",
+ "lat": [
+ 30.5964,
+ 30.996399999999998
+ ],
+ "lon": [
+ 50.3658,
+ 50.765800000000006
+ ]
+ },
+ {
+ "city": "Kh\u0101sh",
+ "lat": [
+ 28.02,
+ 28.419999999999998
+ ],
+ "lon": [
+ 61.011399999999995,
+ 61.4114
+ ]
+ },
+ {
+ "city": "T\u0101yb\u0101d",
+ "lat": [
+ 34.5408,
+ 34.9408
+ ],
+ "lon": [
+ 60.5792,
+ 60.979200000000006
+ ]
+ },
+ {
+ "city": "K\u016bt-e \u2018Abdoll\u0101h",
+ "lat": [
+ 31.044700000000002,
+ 31.4447
+ ],
+ "lon": [
+ 48.459399999999995,
+ 48.8594
+ ]
+ },
+ {
+ "city": "Zarr\u012bn Shahr",
+ "lat": [
+ 32.1889,
+ 32.5889
+ ],
+ "lon": [
+ 51.1733,
+ 51.5733
+ ]
+ },
+ {
+ "city": "Asad\u0101b\u0101d",
+ "lat": [
+ 34.582499999999996,
+ 34.9825
+ ],
+ "lon": [
+ 47.921899999999994,
+ 48.3219
+ ]
+ },
+ {
+ "city": "Hashtgerd",
+ "lat": [
+ 35.7628,
+ 36.162800000000004
+ ],
+ "lon": [
+ 50.4794,
+ 50.879400000000004
+ ]
+ },
+ {
+ "city": "Tonek\u0101bon",
+ "lat": [
+ 36.6153,
+ 37.0153
+ ],
+ "lon": [
+ 50.671099999999996,
+ 51.0711
+ ]
+ },
+ {
+ "city": "Khorramdarreh",
+ "lat": [
+ 36.006099999999996,
+ 36.4061
+ ],
+ "lon": [
+ 49.000299999999996,
+ 49.4003
+ ]
+ },
+ {
+ "city": "Eqb\u0101l\u012byeh",
+ "lat": [
+ 36.0306,
+ 36.430600000000005
+ ],
+ "lon": [
+ 49.7225,
+ 50.1225
+ ]
+ },
+ {
+ "city": "Jav\u0101nr\u016bd",
+ "lat": [
+ 34.6078,
+ 35.0078
+ ],
+ "lon": [
+ 46.293899999999994,
+ 46.6939
+ ]
+ },
+ {
+ "city": "Hashtpar",
+ "lat": [
+ 37.5975,
+ 37.9975
+ ],
+ "lon": [
+ 48.7042,
+ 49.104200000000006
+ ]
+ },
+ {
+ "city": "\u015eabb\u0101shahr",
+ "lat": [
+ 35.381699999999995,
+ 35.7817
+ ],
+ "lon": [
+ 50.911899999999996,
+ 51.3119
+ ]
+ },
+ {
+ "city": "Bandar-e Torkaman",
+ "lat": [
+ 36.7014,
+ 37.101400000000005
+ ],
+ "lon": [
+ 53.873599999999996,
+ 54.2736
+ ]
+ },
+ {
+ "city": "Chen\u0101r\u0101n",
+ "lat": [
+ 36.440599999999996,
+ 36.8406
+ ],
+ "lon": [
+ 58.9186,
+ 59.3186
+ ]
+ },
+ {
+ "city": "B\u012bj\u0101r",
+ "lat": [
+ 35.6729,
+ 36.072900000000004
+ ],
+ "lon": [
+ 47.3993,
+ 47.7993
+ ]
+ },
+ {
+ "city": "\u2018Al\u012b\u0101b\u0101d-e Kat\u016bl",
+ "lat": [
+ 36.707499999999996,
+ 37.1075
+ ],
+ "lon": [
+ 54.6667,
+ 55.066700000000004
+ ]
+ },
+ {
+ "city": "Kahn\u016bj",
+ "lat": [
+ 27.7406,
+ 28.1406
+ ],
+ "lon": [
+ 57.499199999999995,
+ 57.8992
+ ]
+ },
+ {
+ "city": "S\u016bsangerd",
+ "lat": [
+ 31.3569,
+ 31.756899999999998
+ ],
+ "lon": [
+ 47.989399999999996,
+ 48.3894
+ ]
+ },
+ {
+ "city": "T\u016byserk\u0101n",
+ "lat": [
+ 34.352799999999995,
+ 34.7528
+ ],
+ "lon": [
+ 48.241699999999994,
+ 48.6417
+ ]
+ }
+ ],
+ "Malaysia": [
+ {
+ "city": "Kuala Lumpur",
+ "lat": [
+ 2.9686,
+ 3.3686000000000003
+ ],
+ "lon": [
+ 101.49799999999999,
+ 101.898
+ ]
+ },
+ {
+ "city": "Seberang Jaya",
+ "lat": [
+ 5.1909,
+ 5.5909
+ ],
+ "lon": [
+ 100.21039999999999,
+ 100.6104
+ ]
+ },
+ {
+ "city": "Klang",
+ "lat": [
+ 2.8223,
+ 3.2223
+ ],
+ "lon": [
+ 101.3481,
+ 101.74810000000001
+ ]
+ },
+ {
+ "city": "Ipoh",
+ "lat": [
+ 4.3999999999999995,
+ 4.8
+ ],
+ "lon": [
+ 100.865,
+ 101.265
+ ]
+ },
+ {
+ "city": "George Town",
+ "lat": [
+ 5.2136,
+ 5.6136
+ ],
+ "lon": [
+ 100.1294,
+ 100.52940000000001
+ ]
+ },
+ {
+ "city": "Petaling Jaya",
+ "lat": [
+ 2.8832999999999998,
+ 3.2833
+ ],
+ "lon": [
+ 101.45,
+ 101.85000000000001
+ ]
+ },
+ {
+ "city": "Kuantan",
+ "lat": [
+ 3.63,
+ 4.03
+ ],
+ "lon": [
+ 103.11999999999999,
+ 103.52
+ ]
+ },
+ {
+ "city": "Shah Alam",
+ "lat": [
+ 2.8667,
+ 3.2667
+ ],
+ "lon": [
+ 101.35,
+ 101.75
+ ]
+ },
+ {
+ "city": "Sungai Petani",
+ "lat": [
+ 5.4497,
+ 5.8497
+ ],
+ "lon": [
+ 100.27929999999999,
+ 100.6793
+ ]
+ },
+ {
+ "city": "Johor Bahru",
+ "lat": [
+ 1.282,
+ 1.682
+ ],
+ "lon": [
+ 103.5281,
+ 103.9281
+ ]
+ },
+ {
+ "city": "Kota Bharu",
+ "lat": [
+ 5.92,
+ 6.32
+ ],
+ "lon": [
+ 102.03,
+ 102.43
+ ]
+ },
+ {
+ "city": "Melaka",
+ "lat": [
+ 2.0063999999999997,
+ 2.4064
+ ],
+ "lon": [
+ 102.0465,
+ 102.4465
+ ]
+ },
+ {
+ "city": "Kota Kinabalu",
+ "lat": [
+ 5.78,
+ 6.180000000000001
+ ],
+ "lon": [
+ 115.91,
+ 116.31
+ ]
+ },
+ {
+ "city": "Seremban",
+ "lat": [
+ 2.5105,
+ 2.9105000000000003
+ ],
+ "lon": [
+ 101.74,
+ 102.14
+ ]
+ },
+ {
+ "city": "Sandakan",
+ "lat": [
+ 5.643,
+ 6.043
+ ],
+ "lon": [
+ 117.908,
+ 118.308
+ ]
+ },
+ {
+ "city": "Kuching",
+ "lat": [
+ 1.33,
+ 1.73
+ ],
+ "lon": [
+ 110.13,
+ 110.53
+ ]
+ },
+ {
+ "city": "Kluang",
+ "lat": [
+ 1.8383,
+ 2.2383
+ ],
+ "lon": [
+ 103.11789999999999,
+ 103.5179
+ ]
+ },
+ {
+ "city": "Muar",
+ "lat": [
+ 1.8337,
+ 2.2337000000000002
+ ],
+ "lon": [
+ 102.36659999999999,
+ 102.7666
+ ]
+ },
+ {
+ "city": "Pasir Gudang",
+ "lat": [
+ 1.262,
+ 1.662
+ ],
+ "lon": [
+ 103.7053,
+ 104.1053
+ ]
+ },
+ {
+ "city": "Kuala Terengganu",
+ "lat": [
+ 5.1304,
+ 5.5304
+ ],
+ "lon": [
+ 102.92,
+ 103.32000000000001
+ ]
+ },
+ {
+ "city": "Sibu",
+ "lat": [
+ 2.1029999999999998,
+ 2.503
+ ],
+ "lon": [
+ 111.643,
+ 112.043
+ ]
+ },
+ {
+ "city": "Taiping",
+ "lat": [
+ 4.665,
+ 5.065
+ ],
+ "lon": [
+ 100.52,
+ 100.92
+ ]
+ },
+ {
+ "city": "Kajang",
+ "lat": [
+ 2.7927,
+ 3.1927000000000003
+ ],
+ "lon": [
+ 101.59089999999999,
+ 101.9909
+ ]
+ },
+ {
+ "city": "Miri",
+ "lat": [
+ 4.1998999999999995,
+ 4.5999
+ ],
+ "lon": [
+ 113.7845,
+ 114.1845
+ ]
+ },
+ {
+ "city": "Teluk Intan",
+ "lat": [
+ 3.8118999999999996,
+ 4.2119
+ ],
+ "lon": [
+ 100.8314,
+ 101.23140000000001
+ ]
+ },
+ {
+ "city": "Kulai",
+ "lat": [
+ 1.4561,
+ 1.8560999999999999
+ ],
+ "lon": [
+ 103.4032,
+ 103.8032
+ ]
+ },
+ {
+ "city": "Alor Setar",
+ "lat": [
+ 5.9133,
+ 6.3133
+ ],
+ "lon": [
+ 100.1729,
+ 100.5729
+ ]
+ },
+ {
+ "city": "Bukit Mertajam",
+ "lat": [
+ 5.163,
+ 5.563000000000001
+ ],
+ "lon": [
+ 100.2667,
+ 100.6667
+ ]
+ },
+ {
+ "city": "Lahad Datu",
+ "lat": [
+ 4.8464,
+ 5.2464
+ ],
+ "lon": [
+ 118.136,
+ 118.536
+ ]
+ },
+ {
+ "city": "Segamat",
+ "lat": [
+ 2.3148,
+ 2.7148000000000003
+ ],
+ "lon": [
+ 102.6158,
+ 103.0158
+ ]
+ },
+ {
+ "city": "Tumpat",
+ "lat": [
+ 5.9978,
+ 6.3978
+ ],
+ "lon": [
+ 101.971,
+ 102.37100000000001
+ ]
+ },
+ {
+ "city": "Keningau",
+ "lat": [
+ 5.1377999999999995,
+ 5.5378
+ ],
+ "lon": [
+ 115.9602,
+ 116.3602
+ ]
+ },
+ {
+ "city": "Batu Pahat",
+ "lat": [
+ 1.6504,
+ 2.0504000000000002
+ ],
+ "lon": [
+ 102.7333,
+ 103.1333
+ ]
+ },
+ {
+ "city": "Batu Gajah",
+ "lat": [
+ 4.2692,
+ 4.6692
+ ],
+ "lon": [
+ 100.8411,
+ 101.2411
+ ]
+ },
+ {
+ "city": "Tuaran",
+ "lat": [
+ 5.977399999999999,
+ 6.3774
+ ],
+ "lon": [
+ 116.03139999999999,
+ 116.4314
+ ]
+ },
+ {
+ "city": "Bayan Lepas",
+ "lat": [
+ 5.0999,
+ 5.4999
+ ],
+ "lon": [
+ 100.06049999999999,
+ 100.4605
+ ]
+ },
+ {
+ "city": "Port Dickson",
+ "lat": [
+ 2.3228,
+ 2.7228000000000003
+ ],
+ "lon": [
+ 101.5959,
+ 101.9959
+ ]
+ },
+ {
+ "city": "Bintulu",
+ "lat": [
+ 2.9663999999999997,
+ 3.3664
+ ],
+ "lon": [
+ 112.836,
+ 113.236
+ ]
+ },
+ {
+ "city": "Tawau",
+ "lat": [
+ 4.071,
+ 4.471
+ ],
+ "lon": [
+ 117.696,
+ 118.096
+ ]
+ },
+ {
+ "city": "Simanggang",
+ "lat": [
+ 1.0472000000000001,
+ 1.4472
+ ],
+ "lon": [
+ 111.2528,
+ 111.6528
+ ]
+ },
+ {
+ "city": "Labuan",
+ "lat": [
+ 5.0803,
+ 5.480300000000001
+ ],
+ "lon": [
+ 115.0475,
+ 115.4475
+ ]
+ },
+ {
+ "city": "Raub",
+ "lat": [
+ 3.5927,
+ 3.9927
+ ],
+ "lon": [
+ 101.64229999999999,
+ 102.0423
+ ]
+ },
+ {
+ "city": "Marudi",
+ "lat": [
+ 3.9833,
+ 4.3833
+ ],
+ "lon": [
+ 114.1167,
+ 114.5167
+ ]
+ },
+ {
+ "city": "Cukai",
+ "lat": [
+ 4.0332,
+ 4.4332
+ ],
+ "lon": [
+ 103.2479,
+ 103.6479
+ ]
+ },
+ {
+ "city": "Butterworth",
+ "lat": [
+ 5.217099999999999,
+ 5.6171
+ ],
+ "lon": [
+ 100.2,
+ 100.60000000000001
+ ]
+ },
+ {
+ "city": "Putrajaya",
+ "lat": [
+ 2.714,
+ 3.1140000000000003
+ ],
+ "lon": [
+ 101.50189999999999,
+ 101.9019
+ ]
+ },
+ {
+ "city": "Taman Senai",
+ "lat": [
+ 1.4006,
+ 1.8006
+ ],
+ "lon": [
+ 103.4419,
+ 103.84190000000001
+ ]
+ },
+ {
+ "city": "Taman Johor Jaya",
+ "lat": [
+ 1.3392,
+ 1.7391999999999999
+ ],
+ "lon": [
+ 103.6092,
+ 104.0092
+ ]
+ },
+ {
+ "city": "Machang",
+ "lat": [
+ 5.5641,
+ 5.9641
+ ],
+ "lon": [
+ 102.0141,
+ 102.4141
+ ]
+ },
+ {
+ "city": "Limbang",
+ "lat": [
+ 4.55,
+ 4.95
+ ],
+ "lon": [
+ 114.8,
+ 115.2
+ ]
+ },
+ {
+ "city": "Sarikei",
+ "lat": [
+ 1.9166999999999998,
+ 2.3167
+ ],
+ "lon": [
+ 111.3167,
+ 111.7167
+ ]
+ },
+ {
+ "city": "Tangkak",
+ "lat": [
+ 2.0673,
+ 2.4673000000000003
+ ],
+ "lon": [
+ 102.3453,
+ 102.7453
+ ]
+ }
+ ],
+ "Saudi Arabia": [
+ {
+ "city": "Riyadh",
+ "lat": [
+ 24.45,
+ 24.849999999999998
+ ],
+ "lon": [
+ 46.51,
+ 46.910000000000004
+ ]
+ },
+ {
+ "city": "Jeddah",
+ "lat": [
+ 21.3428,
+ 21.7428
+ ],
+ "lon": [
+ 38.9728,
+ 39.372800000000005
+ ]
+ },
+ {
+ "city": "Mecca",
+ "lat": [
+ 21.2225,
+ 21.6225
+ ],
+ "lon": [
+ 39.626099999999994,
+ 40.0261
+ ]
+ },
+ {
+ "city": "Medina",
+ "lat": [
+ 24.27,
+ 24.669999999999998
+ ],
+ "lon": [
+ 39.41,
+ 39.81
+ ]
+ },
+ {
+ "city": "Ad Damm\u0101m",
+ "lat": [
+ 26.2333,
+ 26.6333
+ ],
+ "lon": [
+ 49.9,
+ 50.300000000000004
+ ]
+ },
+ {
+ "city": "Tab\u016bk",
+ "lat": [
+ 28.197200000000002,
+ 28.5972
+ ],
+ "lon": [
+ 36.378899999999994,
+ 36.7789
+ ]
+ },
+ {
+ "city": "Al Huf\u016bf",
+ "lat": [
+ 25.160800000000002,
+ 25.5608
+ ],
+ "lon": [
+ 49.399699999999996,
+ 49.7997
+ ]
+ },
+ {
+ "city": "Al Qa\u0163\u012bf",
+ "lat": [
+ 26.3196,
+ 26.7196
+ ],
+ "lon": [
+ 49.811499999999995,
+ 50.2115
+ ]
+ },
+ {
+ "city": "A\u0163 \u0162\u0101\u2019if",
+ "lat": [
+ 21.0667,
+ 21.4667
+ ],
+ "lon": [
+ 40.216699999999996,
+ 40.6167
+ ]
+ },
+ {
+ "city": "Al Jubayl",
+ "lat": [
+ 26.8046,
+ 27.2046
+ ],
+ "lon": [
+ 49.446,
+ 49.846000000000004
+ ]
+ },
+ {
+ "city": "Buraydah",
+ "lat": [
+ 26.1664,
+ 26.566399999999998
+ ],
+ "lon": [
+ 43.7628,
+ 44.162800000000004
+ ]
+ },
+ {
+ "city": "\u1e28afr al B\u0101\u0163in",
+ "lat": [
+ 28.233700000000002,
+ 28.6337
+ ],
+ "lon": [
+ 45.760099999999994,
+ 46.1601
+ ]
+ },
+ {
+ "city": "Yanbu\u2018",
+ "lat": [
+ 23.8523,
+ 24.252299999999998
+ ],
+ "lon": [
+ 37.9503,
+ 38.350300000000004
+ ]
+ },
+ {
+ "city": "\u1e28\u0101\u2019il",
+ "lat": [
+ 27.3167,
+ 27.7167
+ ],
+ "lon": [
+ 41.4833,
+ 41.883300000000006
+ ]
+ },
+ {
+ "city": "Al Qunfudhah",
+ "lat": [
+ 18.9264,
+ 19.3264
+ ],
+ "lon": [
+ 40.878899999999994,
+ 41.2789
+ ]
+ },
+ {
+ "city": "Al Mubarraz",
+ "lat": [
+ 25.241600000000002,
+ 25.6416
+ ],
+ "lon": [
+ 49.4642,
+ 49.864200000000004
+ ]
+ },
+ {
+ "city": "Al Kharj",
+ "lat": [
+ 23.9483,
+ 24.3483
+ ],
+ "lon": [
+ 47.105,
+ 47.505
+ ]
+ },
+ {
+ "city": "Sak\u0101k\u0101",
+ "lat": [
+ 29.7697,
+ 30.1697
+ ],
+ "lon": [
+ 40.0,
+ 40.400000000000006
+ ]
+ },
+ {
+ "city": "Abh\u0101",
+ "lat": [
+ 18.0167,
+ 18.4167
+ ],
+ "lon": [
+ 42.3,
+ 42.7
+ ]
+ },
+ {
+ "city": "\u015eaby\u0101",
+ "lat": [
+ 16.9495,
+ 17.3495
+ ],
+ "lon": [
+ 42.425399999999996,
+ 42.8254
+ ]
+ },
+ {
+ "city": "Al Khubar",
+ "lat": [
+ 26.1,
+ 26.5
+ ],
+ "lon": [
+ 50.0167,
+ 50.416700000000006
+ ]
+ },
+ {
+ "city": "Qal\u2018at B\u012bshah",
+ "lat": [
+ 19.8087,
+ 20.2087
+ ],
+ "lon": [
+ 42.3987,
+ 42.798700000000004
+ ]
+ },
+ {
+ "city": "\u2018Unayzah",
+ "lat": [
+ 25.886,
+ 26.285999999999998
+ ],
+ "lon": [
+ 43.797,
+ 44.197
+ ]
+ },
+ {
+ "city": "Al Qurayy\u0101t",
+ "lat": [
+ 31.1167,
+ 31.5167
+ ],
+ "lon": [
+ 37.1667,
+ 37.566700000000004
+ ]
+ },
+ {
+ "city": "Al \u1e28aw\u012byah",
+ "lat": [
+ 21.2411,
+ 21.641099999999998
+ ],
+ "lon": [
+ 40.2975,
+ 40.697500000000005
+ ]
+ },
+ {
+ "city": "J\u0101z\u0101n",
+ "lat": [
+ 16.6892,
+ 17.089199999999998
+ ],
+ "lon": [
+ 42.3611,
+ 42.761100000000006
+ ]
+ },
+ {
+ "city": "Az Zulf\u012b",
+ "lat": [
+ 26.0994,
+ 26.499399999999998
+ ],
+ "lon": [
+ 44.615399999999994,
+ 45.0154
+ ]
+ },
+ {
+ "city": "Ar Rass",
+ "lat": [
+ 25.6694,
+ 26.069399999999998
+ ],
+ "lon": [
+ 43.2973,
+ 43.697300000000006
+ ]
+ },
+ {
+ "city": "\u1e28ara\u1e11",
+ "lat": [
+ 23.9485,
+ 24.348499999999998
+ ],
+ "lon": [
+ 48.857699999999994,
+ 49.2577
+ ]
+ },
+ {
+ "city": "Al A\u1e29ad al Mas\u0101ri\u1e29ah",
+ "lat": [
+ 16.509800000000002,
+ 16.9098
+ ],
+ "lon": [
+ 42.754999999999995,
+ 43.155
+ ]
+ },
+ {
+ "city": "Kham\u012bs Mushay\u0163",
+ "lat": [
+ 18.1,
+ 18.5
+ ],
+ "lon": [
+ 42.5333,
+ 42.9333
+ ]
+ },
+ {
+ "city": "\u0162urayf",
+ "lat": [
+ 31.4775,
+ 31.877499999999998
+ ],
+ "lon": [
+ 38.4531,
+ 38.853100000000005
+ ]
+ },
+ {
+ "city": "Shar\u016brah",
+ "lat": [
+ 17.2908,
+ 17.6908
+ ],
+ "lon": [
+ 46.9126,
+ 47.3126
+ ]
+ },
+ {
+ "city": "Sayh\u0101t",
+ "lat": [
+ 26.2834,
+ 26.6834
+ ],
+ "lon": [
+ 49.848499999999994,
+ 50.2485
+ ]
+ },
+ {
+ "city": "Raf\u1e29\u0101",
+ "lat": [
+ 29.4202,
+ 29.8202
+ ],
+ "lon": [
+ 43.294799999999995,
+ 43.6948
+ ]
+ },
+ {
+ "city": "Ra\u2019s al Khafj\u012b",
+ "lat": [
+ 28.2237,
+ 28.6237
+ ],
+ "lon": [
+ 48.309099999999994,
+ 48.7091
+ ]
+ },
+ {
+ "city": "Najr\u0101n",
+ "lat": [
+ 17.291700000000002,
+ 17.6917
+ ],
+ "lon": [
+ 43.932199999999995,
+ 44.3322
+ ]
+ },
+ {
+ "city": "Al L\u012bth",
+ "lat": [
+ 19.948,
+ 20.348
+ ],
+ "lon": [
+ 40.072199999999995,
+ 40.4722
+ ]
+ },
+ {
+ "city": "Ad Darb",
+ "lat": [
+ 17.5229,
+ 17.9229
+ ],
+ "lon": [
+ 42.0526,
+ 42.452600000000004
+ ]
+ },
+ {
+ "city": "Badr \u1e28unayn",
+ "lat": [
+ 23.582900000000002,
+ 23.9829
+ ],
+ "lon": [
+ 38.5905,
+ 38.990500000000004
+ ]
+ },
+ {
+ "city": "Khulay\u015f",
+ "lat": [
+ 21.9555,
+ 22.3555
+ ],
+ "lon": [
+ 39.1202,
+ 39.5202
+ ]
+ },
+ {
+ "city": "Ras Tanura",
+ "lat": [
+ 26.5074,
+ 26.9074
+ ],
+ "lon": [
+ 49.867399999999996,
+ 50.2674
+ ]
+ },
+ {
+ "city": "An Nim\u0101\u015f",
+ "lat": [
+ 18.9455,
+ 19.345499999999998
+ ],
+ "lon": [
+ 41.9201,
+ 42.320100000000004
+ ]
+ },
+ {
+ "city": "Al Maj\u0101ridah",
+ "lat": [
+ 18.9236,
+ 19.3236
+ ],
+ "lon": [
+ 41.711099999999995,
+ 42.1111
+ ]
+ },
+ {
+ "city": "Al Wajh",
+ "lat": [
+ 26.0324,
+ 26.432399999999998
+ ],
+ "lon": [
+ 36.2636,
+ 36.6636
+ ]
+ }
+ ],
+ "Iraq": [
+ {
+ "city": "Baghdad",
+ "lat": [
+ 33.1153,
+ 33.5153
+ ],
+ "lon": [
+ 44.1661,
+ 44.566100000000006
+ ]
+ },
+ {
+ "city": "Mosul",
+ "lat": [
+ 36.1667,
+ 36.566700000000004
+ ],
+ "lon": [
+ 42.9167,
+ 43.316700000000004
+ ]
+ },
+ {
+ "city": "Al Ba\u015frah",
+ "lat": [
+ 30.315,
+ 30.715
+ ],
+ "lon": [
+ 47.61,
+ 48.010000000000005
+ ]
+ },
+ {
+ "city": "Kirkuk",
+ "lat": [
+ 35.2667,
+ 35.666700000000006
+ ],
+ "lon": [
+ 44.199999999999996,
+ 44.6
+ ]
+ },
+ {
+ "city": "As Sulaym\u0101n\u012byah",
+ "lat": [
+ 35.349999999999994,
+ 35.75
+ ],
+ "lon": [
+ 45.2333,
+ 45.633300000000006
+ ]
+ },
+ {
+ "city": "Ar Ram\u0101d\u012b",
+ "lat": [
+ 33.2258,
+ 33.625800000000005
+ ],
+ "lon": [
+ 43.099199999999996,
+ 43.4992
+ ]
+ },
+ {
+ "city": "Erbil",
+ "lat": [
+ 35.991099999999996,
+ 36.3911
+ ],
+ "lon": [
+ 43.8094,
+ 44.2094
+ ]
+ },
+ {
+ "city": "An Najaf",
+ "lat": [
+ 31.829000000000004,
+ 32.229000000000006
+ ],
+ "lon": [
+ 44.139599999999994,
+ 44.5396
+ ]
+ },
+ {
+ "city": "Karbal\u0101\u2019",
+ "lat": [
+ 32.4167,
+ 32.816700000000004
+ ],
+ "lon": [
+ 43.833299999999994,
+ 44.2333
+ ]
+ },
+ {
+ "city": "An N\u0101\u015fir\u012byah",
+ "lat": [
+ 30.8439,
+ 31.2439
+ ],
+ "lon": [
+ 46.0575,
+ 46.4575
+ ]
+ },
+ {
+ "city": "Al \u1e28illah",
+ "lat": [
+ 32.2833,
+ 32.6833
+ ],
+ "lon": [
+ 44.2333,
+ 44.633300000000006
+ ]
+ },
+ {
+ "city": "Al \u2018Am\u0101rah",
+ "lat": [
+ 31.633300000000002,
+ 32.033300000000004
+ ],
+ "lon": [
+ 46.949999999999996,
+ 47.35
+ ]
+ },
+ {
+ "city": "Ba\u2018q\u016bbah",
+ "lat": [
+ 33.5447,
+ 33.944700000000005
+ ],
+ "lon": [
+ 44.443599999999996,
+ 44.8436
+ ]
+ },
+ {
+ "city": "Ad D\u012bw\u0101n\u012byah",
+ "lat": [
+ 31.7892,
+ 32.1892
+ ],
+ "lon": [
+ 44.7247,
+ 45.124700000000004
+ ]
+ },
+ {
+ "city": "Az Zubayr",
+ "lat": [
+ 30.1892,
+ 30.589199999999998
+ ],
+ "lon": [
+ 47.5081,
+ 47.908100000000005
+ ]
+ },
+ {
+ "city": "Sawr\u0101n",
+ "lat": [
+ 36.453199999999995,
+ 36.8532
+ ],
+ "lon": [
+ 44.3441,
+ 44.7441
+ ]
+ },
+ {
+ "city": "Dah\u016bk",
+ "lat": [
+ 36.65,
+ 37.050000000000004
+ ],
+ "lon": [
+ 42.7833,
+ 43.1833
+ ]
+ },
+ {
+ "city": "Ash Sh\u0101m\u012byah",
+ "lat": [
+ 31.7625,
+ 32.1625
+ ],
+ "lon": [
+ 44.4008,
+ 44.8008
+ ]
+ },
+ {
+ "city": "Al Qurnah",
+ "lat": [
+ 30.8155,
+ 31.2155
+ ],
+ "lon": [
+ 47.233599999999996,
+ 47.6336
+ ]
+ },
+ {
+ "city": "Al \u1e28amzah",
+ "lat": [
+ 31.5244,
+ 31.9244
+ ],
+ "lon": [
+ 44.7769,
+ 45.1769
+ ]
+ },
+ {
+ "city": "R\u0101niyah",
+ "lat": [
+ 36.055,
+ 36.455000000000005
+ ],
+ "lon": [
+ 44.682199999999995,
+ 45.0822
+ ]
+ },
+ {
+ "city": "Ash Sha\u0163rah",
+ "lat": [
+ 31.2175,
+ 31.6175
+ ],
+ "lon": [
+ 45.977199999999996,
+ 46.3772
+ ]
+ },
+ {
+ "city": "Sab\u2018 al B\u016br",
+ "lat": [
+ 33.2617,
+ 33.6617
+ ],
+ "lon": [
+ 43.9557,
+ 44.355700000000006
+ ]
+ },
+ {
+ "city": "Al Fall\u016bjah",
+ "lat": [
+ 33.15,
+ 33.550000000000004
+ ],
+ "lon": [
+ 43.583299999999994,
+ 43.9833
+ ]
+ },
+ {
+ "city": "Kal\u0101r",
+ "lat": [
+ 34.4281,
+ 34.828100000000006
+ ],
+ "lon": [
+ 45.1185,
+ 45.5185
+ ]
+ },
+ {
+ "city": "Ab\u012b al Kha\u015f\u012bb",
+ "lat": [
+ 30.2464,
+ 30.6464
+ ],
+ "lon": [
+ 47.778099999999995,
+ 48.1781
+ ]
+ },
+ {
+ "city": "As Sam\u0101wah",
+ "lat": [
+ 31.1167,
+ 31.5167
+ ],
+ "lon": [
+ 45.083299999999994,
+ 45.4833
+ ]
+ },
+ {
+ "city": "\u2018Aqrah",
+ "lat": [
+ 36.560399999999994,
+ 36.9604
+ ],
+ "lon": [
+ 43.6943,
+ 44.094300000000004
+ ]
+ },
+ {
+ "city": "At T\u0101j\u012b",
+ "lat": [
+ 33.3294,
+ 33.729400000000005
+ ],
+ "lon": [
+ 44.0775,
+ 44.477500000000006
+ ]
+ },
+ {
+ "city": "Z\u0101kh\u016b",
+ "lat": [
+ 36.943599999999996,
+ 37.3436
+ ],
+ "lon": [
+ 42.481899999999996,
+ 42.8819
+ ]
+ },
+ {
+ "city": "Ab\u016b Ghurayb",
+ "lat": [
+ 33.105599999999995,
+ 33.5056
+ ],
+ "lon": [
+ 43.9848,
+ 44.384800000000006
+ ]
+ },
+ {
+ "city": "Al K\u016bfah",
+ "lat": [
+ 31.830000000000002,
+ 32.230000000000004
+ ],
+ "lon": [
+ 44.199999999999996,
+ 44.6
+ ]
+ },
+ {
+ "city": "Al Miqd\u0101d\u012byah",
+ "lat": [
+ 33.7786,
+ 34.1786
+ ],
+ "lon": [
+ 44.7369,
+ 45.136900000000004
+ ]
+ },
+ {
+ "city": "S\u0101marr\u0101\u2019",
+ "lat": [
+ 33.9959,
+ 34.395900000000005
+ ],
+ "lon": [
+ 43.6857,
+ 44.0857
+ ]
+ },
+ {
+ "city": "N\u0101\u1e29iyat Ghamm\u0101s",
+ "lat": [
+ 31.5422,
+ 31.9422
+ ],
+ "lon": [
+ 44.410199999999996,
+ 44.8102
+ ]
+ },
+ {
+ "city": "N\u0101\u1e29iyat Kh\u0101n Ban\u012b Sa\u2018d",
+ "lat": [
+ 33.3656,
+ 33.765600000000006
+ ],
+ "lon": [
+ 44.3435,
+ 44.743500000000004
+ ]
+ },
+ {
+ "city": "\u0162\u016bz Kh\u016brm\u0101t\u016b",
+ "lat": [
+ 34.6881,
+ 35.088100000000004
+ ],
+ "lon": [
+ 44.4325,
+ 44.8325
+ ]
+ },
+ {
+ "city": "Salm\u0101n B\u0101k",
+ "lat": [
+ 32.901999999999994,
+ 33.302
+ ],
+ "lon": [
+ 44.3835,
+ 44.783500000000004
+ ]
+ },
+ {
+ "city": "Ar Rumaythah",
+ "lat": [
+ 31.328300000000002,
+ 31.7283
+ ],
+ "lon": [
+ 45.003899999999994,
+ 45.4039
+ ]
+ },
+ {
+ "city": "Qal\u2018at Sukkar",
+ "lat": [
+ 31.6632,
+ 32.0632
+ ],
+ "lon": [
+ 45.8732,
+ 46.2732
+ ]
+ },
+ {
+ "city": "Umm Qa\u015fr",
+ "lat": [
+ 29.8342,
+ 30.234199999999998
+ ],
+ "lon": [
+ 47.7294,
+ 48.129400000000004
+ ]
+ },
+ {
+ "city": "Tikr\u012bt",
+ "lat": [
+ 34.4,
+ 34.800000000000004
+ ],
+ "lon": [
+ 43.4833,
+ 43.883300000000006
+ ]
+ },
+ {
+ "city": "Al F\u0101w",
+ "lat": [
+ 29.78,
+ 30.18
+ ],
+ "lon": [
+ 48.269999999999996,
+ 48.67
+ ]
+ },
+ {
+ "city": "N\u0101\u1e29iyat al Iskandar\u012byah",
+ "lat": [
+ 32.699999999999996,
+ 33.1
+ ],
+ "lon": [
+ 44.15,
+ 44.550000000000004
+ ]
+ },
+ {
+ "city": "Ad Dujayl",
+ "lat": [
+ 33.646699999999996,
+ 34.0467
+ ],
+ "lon": [
+ 44.0344,
+ 44.434400000000004
+ ]
+ },
+ {
+ "city": "Raw\u0101nduz",
+ "lat": [
+ 36.412099999999995,
+ 36.8121
+ ],
+ "lon": [
+ 44.323699999999995,
+ 44.7237
+ ]
+ },
+ {
+ "city": "N\u0101\u1e29iyat al Karmah",
+ "lat": [
+ 33.1997,
+ 33.599700000000006
+ ],
+ "lon": [
+ 43.7089,
+ 44.108900000000006
+ ]
+ },
+ {
+ "city": "Al Hind\u012byah",
+ "lat": [
+ 32.3467,
+ 32.746700000000004
+ ],
+ "lon": [
+ 44.027699999999996,
+ 44.4277
+ ]
+ },
+ {
+ "city": "Al \u1e28ayy",
+ "lat": [
+ 31.9742,
+ 32.3742
+ ],
+ "lon": [
+ 45.8433,
+ 46.243300000000005
+ ]
+ },
+ {
+ "city": "Imam Qasim",
+ "lat": [
+ 32.098,
+ 32.498000000000005
+ ],
+ "lon": [
+ 44.4828,
+ 44.8828
+ ]
+ },
+ {
+ "city": "Tall \u2018Afar",
+ "lat": [
+ 36.179199999999994,
+ 36.5792
+ ],
+ "lon": [
+ 42.2497,
+ 42.6497
+ ]
+ },
+ {
+ "city": "A\u015f \u015euwayrah",
+ "lat": [
+ 32.7256,
+ 33.125600000000006
+ ],
+ "lon": [
+ 44.575799999999994,
+ 44.9758
+ ]
+ },
+ {
+ "city": "Al Musayyib",
+ "lat": [
+ 32.578599999999994,
+ 32.9786
+ ],
+ "lon": [
+ 44.089999999999996,
+ 44.49
+ ]
+ },
+ {
+ "city": "Afak",
+ "lat": [
+ 31.888900000000003,
+ 32.288900000000005
+ ],
+ "lon": [
+ 45.050599999999996,
+ 45.4506
+ ]
+ },
+ {
+ "city": "Al Q\u0101\u2019im",
+ "lat": [
+ 34.192499999999995,
+ 34.5925
+ ],
+ "lon": [
+ 40.7895,
+ 41.1895
+ ]
+ },
+ {
+ "city": "Saymayl",
+ "lat": [
+ 36.658199999999994,
+ 37.0582
+ ],
+ "lon": [
+ 42.648199999999996,
+ 43.0482
+ ]
+ },
+ {
+ "city": "An Nu\u2018m\u0101n\u012byah",
+ "lat": [
+ 32.356199999999994,
+ 32.7562
+ ],
+ "lon": [
+ 45.2129,
+ 45.6129
+ ]
+ },
+ {
+ "city": "Az Zubayd\u012byah",
+ "lat": [
+ 32.5588,
+ 32.958800000000004
+ ],
+ "lon": [
+ 44.9773,
+ 45.377300000000005
+ ]
+ },
+ {
+ "city": "H\u012bt",
+ "lat": [
+ 33.4417,
+ 33.8417
+ ],
+ "lon": [
+ 42.625,
+ 43.025000000000006
+ ]
+ },
+ {
+ "city": "Jamjam\u0101l",
+ "lat": [
+ 35.333299999999994,
+ 35.7333
+ ],
+ "lon": [
+ 44.6342,
+ 45.034200000000006
+ ]
+ },
+ {
+ "city": "\u1e28alabjah",
+ "lat": [
+ 34.9833,
+ 35.383300000000006
+ ],
+ "lon": [
+ 45.7833,
+ 46.1833
+ ]
+ },
+ {
+ "city": "Balad",
+ "lat": [
+ 33.814699999999995,
+ 34.2147
+ ],
+ "lon": [
+ 43.9456,
+ 44.345600000000005
+ ]
+ },
+ {
+ "city": "Sayyid \u015e\u0101diq",
+ "lat": [
+ 35.15,
+ 35.550000000000004
+ ],
+ "lon": [
+ 45.6667,
+ 46.066700000000004
+ ]
+ },
+ {
+ "city": "Bayj\u012b",
+ "lat": [
+ 34.7292,
+ 35.129200000000004
+ ],
+ "lon": [
+ 43.293099999999995,
+ 43.6931
+ ]
+ }
+ ],
+ "Singapore": [
+ {
+ "city": "Singapore",
+ "lat": [
+ 1.1,
+ 1.5
+ ],
+ "lon": [
+ 103.6,
+ 104.0
+ ]
+ }
+ ],
+ "Afghanistan": [
+ {
+ "city": "Kabul",
+ "lat": [
+ 34.3253,
+ 34.725300000000004
+ ],
+ "lon": [
+ 68.97829999999999,
+ 69.3783
+ ]
+ },
+ {
+ "city": "\u0100qchah",
+ "lat": [
+ 36.7114,
+ 37.1114
+ ],
+ "lon": [
+ 65.9858,
+ 66.3858
+ ]
+ },
+ {
+ "city": "Kandah\u0101r",
+ "lat": [
+ 31.42,
+ 31.82
+ ],
+ "lon": [
+ 65.5158,
+ 65.9158
+ ]
+ },
+ {
+ "city": "Her\u0101t",
+ "lat": [
+ 34.1419,
+ 34.541900000000005
+ ],
+ "lon": [
+ 62.003099999999996,
+ 62.4031
+ ]
+ },
+ {
+ "city": "Far\u0101h",
+ "lat": [
+ 32.1436,
+ 32.543600000000005
+ ],
+ "lon": [
+ 61.919399999999996,
+ 62.3194
+ ]
+ },
+ {
+ "city": "Maz\u0101r-e Shar\u012bf",
+ "lat": [
+ 36.5,
+ 36.900000000000006
+ ],
+ "lon": [
+ 66.91669999999999,
+ 67.3167
+ ]
+ },
+ {
+ "city": "Lashkar G\u0101h",
+ "lat": [
+ 31.383100000000002,
+ 31.7831
+ ],
+ "lon": [
+ 64.1692,
+ 64.56920000000001
+ ]
+ },
+ {
+ "city": "Kunduz",
+ "lat": [
+ 36.5286,
+ 36.9286
+ ],
+ "lon": [
+ 68.6681,
+ 69.0681
+ ]
+ },
+ {
+ "city": "Jal\u0101l\u0101b\u0101d",
+ "lat": [
+ 34.234199999999994,
+ 34.6342
+ ],
+ "lon": [
+ 70.2478,
+ 70.6478
+ ]
+ },
+ {
+ "city": "T\u0101luq\u0101n",
+ "lat": [
+ 36.5167,
+ 36.916700000000006
+ ],
+ "lon": [
+ 69.3167,
+ 69.7167
+ ]
+ },
+ {
+ "city": "Shibirgh\u0101n",
+ "lat": [
+ 36.464999999999996,
+ 36.865
+ ],
+ "lon": [
+ 65.55199999999999,
+ 65.952
+ ]
+ },
+ {
+ "city": "Zaranj",
+ "lat": [
+ 30.76,
+ 31.16
+ ],
+ "lon": [
+ 61.66,
+ 62.06
+ ]
+ },
+ {
+ "city": "Kh\u014dst",
+ "lat": [
+ 33.1331,
+ 33.533100000000005
+ ],
+ "lon": [
+ 69.7169,
+ 70.1169
+ ]
+ },
+ {
+ "city": "Ma\u012bmanah",
+ "lat": [
+ 35.7333,
+ 36.133300000000006
+ ],
+ "lon": [
+ 64.55,
+ 64.95
+ ]
+ },
+ {
+ "city": "Mehtar L\u0101m",
+ "lat": [
+ 34.4683,
+ 34.868300000000005
+ ],
+ "lon": [
+ 70.0089,
+ 70.4089
+ ]
+ },
+ {
+ "city": "Ghazn\u012b",
+ "lat": [
+ 33.349199999999996,
+ 33.7492
+ ],
+ "lon": [
+ 68.2233,
+ 68.6233
+ ]
+ },
+ {
+ "city": "Paghm\u0101n",
+ "lat": [
+ 34.3833,
+ 34.783300000000004
+ ],
+ "lon": [
+ 68.75,
+ 69.15
+ ]
+ },
+ {
+ "city": "Pul-e Khumr\u012b",
+ "lat": [
+ 35.75,
+ 36.150000000000006
+ ],
+ "lon": [
+ 68.5,
+ 68.9
+ ]
+ },
+ {
+ "city": "B\u0101my\u0101n",
+ "lat": [
+ 34.625,
+ 35.025000000000006
+ ],
+ "lon": [
+ 67.63329999999999,
+ 68.0333
+ ]
+ },
+ {
+ "city": "Ch\u0101r\u012bk\u0101r",
+ "lat": [
+ 34.8131,
+ 35.213100000000004
+ ],
+ "lon": [
+ 68.96889999999999,
+ 69.3689
+ ]
+ },
+ {
+ "city": "Baghl\u0101n",
+ "lat": [
+ 35.9328,
+ 36.332800000000006
+ ],
+ "lon": [
+ 68.5,
+ 68.9
+ ]
+ },
+ {
+ "city": "Balkh",
+ "lat": [
+ 36.558099999999996,
+ 36.9581
+ ],
+ "lon": [
+ 66.6981,
+ 67.0981
+ ]
+ },
+ {
+ "city": "Tar\u012bn K\u014d\u1e6f",
+ "lat": [
+ 32.4267,
+ 32.8267
+ ],
+ "lon": [
+ 65.6733,
+ 66.0733
+ ]
+ },
+ {
+ "city": "Gard\u0113z",
+ "lat": [
+ 33.4,
+ 33.800000000000004
+ ],
+ "lon": [
+ 69.01689999999999,
+ 69.4169
+ ]
+ },
+ {
+ "city": "B\u0101z\u0101r-e Yak\u0101wlang",
+ "lat": [
+ 34.5333,
+ 34.9333
+ ],
+ "lon": [
+ 66.7667,
+ 67.1667
+ ]
+ },
+ {
+ "city": "Fa\u012b\u1e95\u0101b\u0101d",
+ "lat": [
+ 36.916599999999995,
+ 37.3166
+ ],
+ "lon": [
+ 70.38,
+ 70.78
+ ]
+ },
+ {
+ "city": "Qal\u2018ah-ye Now",
+ "lat": [
+ 34.786699999999996,
+ 35.1867
+ ],
+ "lon": [
+ 62.929199999999994,
+ 63.3292
+ ]
+ },
+ {
+ "city": "Gh\u014driy\u0101n",
+ "lat": [
+ 34.14,
+ 34.540000000000006
+ ],
+ "lon": [
+ 61.269999999999996,
+ 61.67
+ ]
+ },
+ {
+ "city": "Sar-e Pul",
+ "lat": [
+ 36.0214,
+ 36.421400000000006
+ ],
+ "lon": [
+ 65.7278,
+ 66.12780000000001
+ ]
+ },
+ {
+ "city": "Haskah M\u0113nah",
+ "lat": [
+ 33.9,
+ 34.300000000000004
+ ],
+ "lon": [
+ 70.2667,
+ 70.6667
+ ]
+ },
+ {
+ "city": "Ma\u1e29m\u016bd-e R\u0101q\u012b",
+ "lat": [
+ 34.8206,
+ 35.220600000000005
+ ],
+ "lon": [
+ 69.1306,
+ 69.5306
+ ]
+ }
+ ],
+ "Jordan": [
+ {
+ "city": "Amman",
+ "lat": [
+ 31.7497,
+ 32.1497
+ ],
+ "lon": [
+ 35.7328,
+ 36.1328
+ ]
+ },
+ {
+ "city": "Al Mafraq",
+ "lat": [
+ 32.1399,
+ 32.5399
+ ],
+ "lon": [
+ 36.005199999999995,
+ 36.4052
+ ]
+ },
+ {
+ "city": "Irbid",
+ "lat": [
+ 32.349999999999994,
+ 32.75
+ ],
+ "lon": [
+ 35.65,
+ 36.050000000000004
+ ]
+ },
+ {
+ "city": "Az Zarq\u0101\u2019",
+ "lat": [
+ 31.883300000000002,
+ 32.283300000000004
+ ],
+ "lon": [
+ 35.9,
+ 36.300000000000004
+ ]
+ },
+ {
+ "city": "Ar Ru\u015fayfah",
+ "lat": [
+ 31.817800000000002,
+ 32.217800000000004
+ ],
+ "lon": [
+ 35.846399999999996,
+ 36.2464
+ ]
+ },
+ {
+ "city": "Al Juwayyidah",
+ "lat": [
+ 31.7167,
+ 32.1167
+ ],
+ "lon": [
+ 35.75,
+ 36.150000000000006
+ ]
+ },
+ {
+ "city": "Sa\u1e29\u0101b",
+ "lat": [
+ 31.666700000000002,
+ 32.066700000000004
+ ],
+ "lon": [
+ 35.8,
+ 36.2
+ ]
+ },
+ {
+ "city": "Ar Ramth\u0101",
+ "lat": [
+ 32.3589,
+ 32.758900000000004
+ ],
+ "lon": [
+ 35.814699999999995,
+ 36.2147
+ ]
+ },
+ {
+ "city": "\u2018Ajl\u016bn",
+ "lat": [
+ 32.1325,
+ 32.532500000000006
+ ],
+ "lon": [
+ 35.5517,
+ 35.9517
+ ]
+ },
+ {
+ "city": "Al \u2018Aqabah",
+ "lat": [
+ 29.3322,
+ 29.7322
+ ],
+ "lon": [
+ 34.8061,
+ 35.206100000000006
+ ]
+ },
+ {
+ "city": "Al J\u012bzah",
+ "lat": [
+ 31.4833,
+ 31.8833
+ ],
+ "lon": [
+ 35.75,
+ 36.150000000000006
+ ]
+ },
+ {
+ "city": "As Sal\u0163",
+ "lat": [
+ 31.833299999999998,
+ 32.2333
+ ],
+ "lon": [
+ 35.5333,
+ 35.9333
+ ]
+ },
+ {
+ "city": "M\u0101dab\u0101",
+ "lat": [
+ 31.5167,
+ 31.9167
+ ],
+ "lon": [
+ 35.599999999999994,
+ 36.0
+ ]
+ },
+ {
+ "city": "Jarash",
+ "lat": [
+ 32.0806,
+ 32.4806
+ ],
+ "lon": [
+ 35.697199999999995,
+ 36.0972
+ ]
+ },
+ {
+ "city": "Ma\u2018\u0101n",
+ "lat": [
+ 29.9962,
+ 30.3962
+ ],
+ "lon": [
+ 35.534099999999995,
+ 35.9341
+ ]
+ }
+ ],
+ "United Arab Emirates": [
+ {
+ "city": "Dubai",
+ "lat": [
+ 25.063100000000002,
+ 25.4631
+ ],
+ "lon": [
+ 55.097199999999994,
+ 55.4972
+ ]
+ },
+ {
+ "city": "Abu Dhabi",
+ "lat": [
+ 24.2667,
+ 24.6667
+ ],
+ "lon": [
+ 54.1667,
+ 54.566700000000004
+ ]
+ },
+ {
+ "city": "Sharjah",
+ "lat": [
+ 25.157500000000002,
+ 25.5575
+ ],
+ "lon": [
+ 55.190799999999996,
+ 55.5908
+ ]
+ },
+ {
+ "city": "Al \u2018Ayn",
+ "lat": [
+ 24.0075,
+ 24.4075
+ ],
+ "lon": [
+ 55.5447,
+ 55.944700000000005
+ ]
+ },
+ {
+ "city": "\u2018Ajm\u0101n",
+ "lat": [
+ 25.2136,
+ 25.613599999999998
+ ],
+ "lon": [
+ 55.245599999999996,
+ 55.6456
+ ]
+ },
+ {
+ "city": "Ra\u2019s al Khaymah",
+ "lat": [
+ 25.5667,
+ 25.9667
+ ],
+ "lon": [
+ 55.75,
+ 56.150000000000006
+ ]
+ },
+ {
+ "city": "Al Fujayrah",
+ "lat": [
+ 24.9222,
+ 25.3222
+ ],
+ "lon": [
+ 56.1344,
+ 56.534400000000005
+ ]
+ },
+ {
+ "city": "Umm al Qaywayn",
+ "lat": [
+ 25.3533,
+ 25.7533
+ ],
+ "lon": [
+ 55.3475,
+ 55.7475
+ ]
+ },
+ {
+ "city": "Kalb\u0101",
+ "lat": [
+ 24.874200000000002,
+ 25.2742
+ ],
+ "lon": [
+ 56.1553,
+ 56.5553
+ ]
+ }
+ ],
+ "Uzbekistan": [
+ {
+ "city": "Tashkent",
+ "lat": [
+ 41.1111,
+ 41.511100000000006
+ ],
+ "lon": [
+ 69.0797,
+ 69.47970000000001
+ ]
+ },
+ {
+ "city": "Namangan",
+ "lat": [
+ 40.8011,
+ 41.201100000000004
+ ],
+ "lon": [
+ 71.4683,
+ 71.8683
+ ]
+ },
+ {
+ "city": "Andijon",
+ "lat": [
+ 40.583299999999994,
+ 40.9833
+ ],
+ "lon": [
+ 72.13329999999999,
+ 72.5333
+ ]
+ },
+ {
+ "city": "Samarkand",
+ "lat": [
+ 39.454699999999995,
+ 39.8547
+ ],
+ "lon": [
+ 66.7758,
+ 67.17580000000001
+ ]
+ },
+ {
+ "city": "Nukus",
+ "lat": [
+ 42.2667,
+ 42.666700000000006
+ ],
+ "lon": [
+ 59.4,
+ 59.800000000000004
+ ]
+ },
+ {
+ "city": "Farg\u2018ona",
+ "lat": [
+ 40.1864,
+ 40.586400000000005
+ ],
+ "lon": [
+ 71.5864,
+ 71.9864
+ ]
+ },
+ {
+ "city": "Bukhara",
+ "lat": [
+ 39.5667,
+ 39.9667
+ ],
+ "lon": [
+ 64.2231,
+ 64.62310000000001
+ ]
+ },
+ {
+ "city": "Qarshi",
+ "lat": [
+ 38.6667,
+ 39.066700000000004
+ ],
+ "lon": [
+ 65.6,
+ 66.0
+ ]
+ },
+ {
+ "city": "Qo\u2018qon",
+ "lat": [
+ 40.328599999999994,
+ 40.7286
+ ],
+ "lon": [
+ 70.74249999999999,
+ 71.1425
+ ]
+ },
+ {
+ "city": "Marg\u2018ilon",
+ "lat": [
+ 40.2711,
+ 40.6711
+ ],
+ "lon": [
+ 71.5247,
+ 71.9247
+ ]
+ },
+ {
+ "city": "Jizzax",
+ "lat": [
+ 39.9158,
+ 40.3158
+ ],
+ "lon": [
+ 67.6422,
+ 68.04220000000001
+ ]
+ },
+ {
+ "city": "Angren",
+ "lat": [
+ 40.8167,
+ 41.2167
+ ],
+ "lon": [
+ 69.9436,
+ 70.34360000000001
+ ]
+ },
+ {
+ "city": "Termiz",
+ "lat": [
+ 37.0167,
+ 37.416700000000006
+ ],
+ "lon": [
+ 67.0833,
+ 67.4833
+ ]
+ },
+ {
+ "city": "Chirchiq",
+ "lat": [
+ 41.2667,
+ 41.666700000000006
+ ],
+ "lon": [
+ 69.38329999999999,
+ 69.7833
+ ]
+ },
+ {
+ "city": "Urganch",
+ "lat": [
+ 41.349999999999994,
+ 41.75
+ ],
+ "lon": [
+ 60.433299999999996,
+ 60.8333
+ ]
+ },
+ {
+ "city": "Navoiy",
+ "lat": [
+ 39.8844,
+ 40.284400000000005
+ ],
+ "lon": [
+ 65.1792,
+ 65.5792
+ ]
+ },
+ {
+ "city": "Shahrisabz",
+ "lat": [
+ 38.849999999999994,
+ 39.25
+ ],
+ "lon": [
+ 66.63329999999999,
+ 67.0333
+ ]
+ },
+ {
+ "city": "Olmaliq",
+ "lat": [
+ 40.65,
+ 41.050000000000004
+ ],
+ "lon": [
+ 69.39999999999999,
+ 69.8
+ ]
+ },
+ {
+ "city": "Xiva",
+ "lat": [
+ 41.1814,
+ 41.5814
+ ],
+ "lon": [
+ 60.1611,
+ 60.5611
+ ]
+ },
+ {
+ "city": "Kogon Shahri",
+ "lat": [
+ 39.527499999999996,
+ 39.9275
+ ],
+ "lon": [
+ 64.3547,
+ 64.7547
+ ]
+ },
+ {
+ "city": "Chust",
+ "lat": [
+ 40.797799999999995,
+ 41.1978
+ ],
+ "lon": [
+ 71.0403,
+ 71.44030000000001
+ ]
+ },
+ {
+ "city": "Urgut Shahri",
+ "lat": [
+ 39.218999999999994,
+ 39.619
+ ],
+ "lon": [
+ 67.0612,
+ 67.4612
+ ]
+ },
+ {
+ "city": "Quvasoy",
+ "lat": [
+ 40.099999999999994,
+ 40.5
+ ],
+ "lon": [
+ 71.7667,
+ 72.1667
+ ]
+ },
+ {
+ "city": "Bekobod",
+ "lat": [
+ 40.0167,
+ 40.416700000000006
+ ],
+ "lon": [
+ 69.0167,
+ 69.4167
+ ]
+ },
+ {
+ "city": "Kattaqo\u2019rg\u2019on Shahri",
+ "lat": [
+ 39.698899999999995,
+ 40.0989
+ ],
+ "lon": [
+ 66.0561,
+ 66.4561
+ ]
+ },
+ {
+ "city": "Guliston",
+ "lat": [
+ 40.2833,
+ 40.6833
+ ],
+ "lon": [
+ 68.5833,
+ 68.9833
+ ]
+ },
+ {
+ "city": "Zarafshon Shahri",
+ "lat": [
+ 41.4081,
+ 41.8081
+ ],
+ "lon": [
+ 64.0264,
+ 64.4264
+ ]
+ },
+ {
+ "city": "Denov",
+ "lat": [
+ 38.0667,
+ 38.4667
+ ],
+ "lon": [
+ 67.7,
+ 68.10000000000001
+ ]
+ },
+ {
+ "city": "Shahrixon",
+ "lat": [
+ 40.5167,
+ 40.916700000000006
+ ],
+ "lon": [
+ 71.85,
+ 72.25
+ ]
+ },
+ {
+ "city": "Xo\u2018jayli Shahri",
+ "lat": [
+ 42.199999999999996,
+ 42.6
+ ],
+ "lon": [
+ 59.25,
+ 59.650000000000006
+ ]
+ },
+ {
+ "city": "Kattagan",
+ "lat": [
+ 39.5167,
+ 39.916700000000006
+ ],
+ "lon": [
+ 64.35,
+ 64.75
+ ]
+ },
+ {
+ "city": "Asaka",
+ "lat": [
+ 40.433299999999996,
+ 40.8333
+ ],
+ "lon": [
+ 72.0333,
+ 72.4333
+ ]
+ },
+ {
+ "city": "Yangiy\u016dl",
+ "lat": [
+ 40.912499999999994,
+ 41.3125
+ ],
+ "lon": [
+ 68.8467,
+ 69.2467
+ ]
+ },
+ {
+ "city": "Parkent",
+ "lat": [
+ 41.0944,
+ 41.494400000000006
+ ],
+ "lon": [
+ 69.4764,
+ 69.8764
+ ]
+ },
+ {
+ "city": "Beruniy",
+ "lat": [
+ 41.4833,
+ 41.883300000000006
+ ],
+ "lon": [
+ 60.55,
+ 60.95
+ ]
+ },
+ {
+ "city": "Chortoq",
+ "lat": [
+ 40.8689,
+ 41.2689
+ ],
+ "lon": [
+ 71.61529999999999,
+ 72.0153
+ ]
+ },
+ {
+ "city": "Kosonsoy",
+ "lat": [
+ 41.05,
+ 41.45
+ ],
+ "lon": [
+ 71.35,
+ 71.75
+ ]
+ },
+ {
+ "city": "T\u016drtk\u016dl",
+ "lat": [
+ 41.349999999999994,
+ 41.75
+ ],
+ "lon": [
+ 60.8,
+ 61.2
+ ]
+ }
+ ],
+ "Kuwait": [
+ {
+ "city": "Kuwait City",
+ "lat": [
+ 29.169700000000002,
+ 29.5697
+ ],
+ "lon": [
+ 47.778299999999994,
+ 48.1783
+ ]
+ },
+ {
+ "city": "Al Jahr\u0101\u2019",
+ "lat": [
+ 29.150000000000002,
+ 29.55
+ ],
+ "lon": [
+ 47.4833,
+ 47.883300000000006
+ ]
+ },
+ {
+ "city": "Ab\u016b \u1e28ulayfah",
+ "lat": [
+ 28.9322,
+ 29.3322
+ ],
+ "lon": [
+ 47.9261,
+ 48.326100000000004
+ ]
+ },
+ {
+ "city": "Al A\u1e29mad\u012b",
+ "lat": [
+ 28.8769,
+ 29.276899999999998
+ ],
+ "lon": [
+ 47.883799999999994,
+ 48.2838
+ ]
+ },
+ {
+ "city": "Ar Riqqah",
+ "lat": [
+ 28.948900000000002,
+ 29.3489
+ ],
+ "lon": [
+ 47.905699999999996,
+ 48.3057
+ ]
+ }
+ ],
+ "Syria": [
+ {
+ "city": "Damascus",
+ "lat": [
+ 33.302,
+ 33.702000000000005
+ ],
+ "lon": [
+ 36.098099999999995,
+ 36.4981
+ ]
+ },
+ {
+ "city": "Aleppo",
+ "lat": [
+ 36.0319,
+ 36.431900000000006
+ ],
+ "lon": [
+ 36.9681,
+ 37.368100000000005
+ ]
+ },
+ {
+ "city": "Homs",
+ "lat": [
+ 34.5319,
+ 34.931900000000006
+ ],
+ "lon": [
+ 36.5181,
+ 36.9181
+ ]
+ },
+ {
+ "city": "Latakia",
+ "lat": [
+ 35.339999999999996,
+ 35.74
+ ],
+ "lon": [
+ 35.58,
+ 35.980000000000004
+ ]
+ },
+ {
+ "city": "\u1e28am\u0101h",
+ "lat": [
+ 34.9503,
+ 35.350300000000004
+ ],
+ "lon": [
+ 36.529999999999994,
+ 36.93
+ ]
+ },
+ {
+ "city": "Ar Raqqah",
+ "lat": [
+ 35.730399999999996,
+ 36.1304
+ ],
+ "lon": [
+ 38.82,
+ 39.220000000000006
+ ]
+ },
+ {
+ "city": "Dayr az Zawr",
+ "lat": [
+ 35.130399999999995,
+ 35.5304
+ ],
+ "lon": [
+ 39.93,
+ 40.330000000000005
+ ]
+ },
+ {
+ "city": "Al \u1e28asakah",
+ "lat": [
+ 36.2833,
+ 36.6833
+ ],
+ "lon": [
+ 40.55,
+ 40.95
+ ]
+ },
+ {
+ "city": "Al Q\u0101mishl\u012b",
+ "lat": [
+ 36.83,
+ 37.230000000000004
+ ],
+ "lon": [
+ 41.029999999999994,
+ 41.43
+ ]
+ },
+ {
+ "city": "Idlib",
+ "lat": [
+ 35.729699999999994,
+ 36.1297
+ ],
+ "lon": [
+ 36.4317,
+ 36.831700000000005
+ ]
+ },
+ {
+ "city": "Qabr as Sitt",
+ "lat": [
+ 33.246599999999994,
+ 33.6466
+ ],
+ "lon": [
+ 36.136399999999995,
+ 36.5364
+ ]
+ },
+ {
+ "city": "D\u016bm\u0101",
+ "lat": [
+ 33.3833,
+ 33.783300000000004
+ ],
+ "lon": [
+ 36.199999999999996,
+ 36.6
+ ]
+ },
+ {
+ "city": "Jaram\u0101n\u0101",
+ "lat": [
+ 33.286199999999994,
+ 33.6862
+ ],
+ "lon": [
+ 36.1461,
+ 36.5461
+ ]
+ },
+ {
+ "city": "As Salam\u012byah",
+ "lat": [
+ 34.811299999999996,
+ 35.2113
+ ],
+ "lon": [
+ 36.853199999999994,
+ 37.2532
+ ]
+ },
+ {
+ "city": "As Saf\u012brah",
+ "lat": [
+ 35.876999999999995,
+ 36.277
+ ],
+ "lon": [
+ 37.1725,
+ 37.572500000000005
+ ]
+ },
+ {
+ "city": "Al \u1e28ajar al Aswad",
+ "lat": [
+ 33.2576,
+ 33.6576
+ ],
+ "lon": [
+ 36.1042,
+ 36.504200000000004
+ ]
+ },
+ {
+ "city": "Ma\u2018arrat an Nu\u2018m\u0101n",
+ "lat": [
+ 35.448299999999996,
+ 35.8483
+ ],
+ "lon": [
+ 36.4769,
+ 36.876900000000006
+ ]
+ },
+ {
+ "city": "\u0162ar\u0163\u016bs",
+ "lat": [
+ 34.684599999999996,
+ 35.0846
+ ],
+ "lon": [
+ 35.6866,
+ 36.086600000000004
+ ]
+ },
+ {
+ "city": "D\u0101rayy\u0101",
+ "lat": [
+ 33.2583,
+ 33.658300000000004
+ ],
+ "lon": [
+ 36.032599999999995,
+ 36.4326
+ ]
+ },
+ {
+ "city": "Ath Thawrah",
+ "lat": [
+ 35.6367,
+ 36.0367
+ ],
+ "lon": [
+ 38.348099999999995,
+ 38.7481
+ ]
+ },
+ {
+ "city": "Manbij",
+ "lat": [
+ 36.3266,
+ 36.726600000000005
+ ],
+ "lon": [
+ 37.756299999999996,
+ 38.1563
+ ]
+ },
+ {
+ "city": "Jablah",
+ "lat": [
+ 35.162099999999995,
+ 35.5621
+ ],
+ "lon": [
+ 35.727599999999995,
+ 36.1276
+ ]
+ },
+ {
+ "city": "Al Qurayy\u0101",
+ "lat": [
+ 34.756299999999996,
+ 35.1563
+ ],
+ "lon": [
+ 40.3414,
+ 40.741400000000006
+ ]
+ },
+ {
+ "city": "As Suwayd\u0101\u2019",
+ "lat": [
+ 32.5004,
+ 32.900400000000005
+ ],
+ "lon": [
+ 36.3666,
+ 36.766600000000004
+ ]
+ },
+ {
+ "city": "Naw\u00e1",
+ "lat": [
+ 32.686499999999995,
+ 33.0865
+ ],
+ "lon": [
+ 35.839,
+ 36.239000000000004
+ ]
+ },
+ {
+ "city": "At Tall",
+ "lat": [
+ 33.4103,
+ 33.810300000000005
+ ],
+ "lon": [
+ 36.110699999999994,
+ 36.5107
+ ]
+ },
+ {
+ "city": "Ar Rastan",
+ "lat": [
+ 34.726699999999994,
+ 35.1267
+ ],
+ "lon": [
+ 36.532399999999996,
+ 36.9324
+ ]
+ },
+ {
+ "city": "Kh\u0101n Shaykh\u016bn",
+ "lat": [
+ 35.2421,
+ 35.642100000000006
+ ],
+ "lon": [
+ 36.4509,
+ 36.8509
+ ]
+ },
+ {
+ "city": "An Nabk",
+ "lat": [
+ 33.817,
+ 34.217000000000006
+ ],
+ "lon": [
+ 36.5333,
+ 36.9333
+ ]
+ },
+ {
+ "city": "\u0100lb\u016b Kam\u0101l",
+ "lat": [
+ 34.2504,
+ 34.650400000000005
+ ],
+ "lon": [
+ 40.718599999999995,
+ 41.1186
+ ]
+ },
+ {
+ "city": "Tadmur",
+ "lat": [
+ 34.3504,
+ 34.750400000000006
+ ],
+ "lon": [
+ 38.083299999999994,
+ 38.4833
+ ]
+ },
+ {
+ "city": "Bab\u012bl\u0101",
+ "lat": [
+ 33.270999999999994,
+ 33.671
+ ],
+ "lon": [
+ 36.1308,
+ 36.530800000000006
+ ]
+ }
+ ],
+ "Yemen": [
+ {
+ "city": "Sanaa",
+ "lat": [
+ 15.1483,
+ 15.5483
+ ],
+ "lon": [
+ 44.0064,
+ 44.406400000000005
+ ]
+ },
+ {
+ "city": "Aden",
+ "lat": [
+ 12.600000000000001,
+ 13.0
+ ],
+ "lon": [
+ 44.833299999999994,
+ 45.2333
+ ]
+ },
+ {
+ "city": "Al Mukall\u0101",
+ "lat": [
+ 14.333300000000001,
+ 14.7333
+ ],
+ "lon": [
+ 48.933299999999996,
+ 49.3333
+ ]
+ },
+ {
+ "city": "Ta\u2018izz",
+ "lat": [
+ 13.378900000000002,
+ 13.7789
+ ],
+ "lon": [
+ 43.8219,
+ 44.221900000000005
+ ]
+ },
+ {
+ "city": "Al \u1e28udaydah",
+ "lat": [
+ 14.6022,
+ 15.002199999999998
+ ],
+ "lon": [
+ 42.751099999999994,
+ 43.1511
+ ]
+ },
+ {
+ "city": "Ibb",
+ "lat": [
+ 13.7759,
+ 14.175899999999999
+ ],
+ "lon": [
+ 43.9709,
+ 44.370900000000006
+ ]
+ },
+ {
+ "city": "Ibb",
+ "lat": [
+ 13.7667,
+ 14.166699999999999
+ ],
+ "lon": [
+ 43.966699999999996,
+ 44.3667
+ ]
+ },
+ {
+ "city": "Dham\u0101r",
+ "lat": [
+ 14.350000000000001,
+ 14.75
+ ],
+ "lon": [
+ 44.201699999999995,
+ 44.6017
+ ]
+ },
+ {
+ "city": "Al Man\u015f\u016brah",
+ "lat": [
+ 12.6531,
+ 13.053099999999999
+ ],
+ "lon": [
+ 44.7722,
+ 45.172200000000004
+ ]
+ },
+ {
+ "city": "Al Misr\u0101kh",
+ "lat": [
+ 13.270000000000001,
+ 13.67
+ ],
+ "lon": [
+ 43.8375,
+ 44.237500000000004
+ ]
+ },
+ {
+ "city": "Ash Shaykh \u2018Uthm\u0101n",
+ "lat": [
+ 12.6864,
+ 13.0864
+ ],
+ "lon": [
+ 44.815599999999996,
+ 45.2156
+ ]
+ },
+ {
+ "city": "Say\u2019\u016bn",
+ "lat": [
+ 15.743,
+ 16.143
+ ],
+ "lon": [
+ 48.5873,
+ 48.987300000000005
+ ]
+ },
+ {
+ "city": "Ash Shi\u1e29r",
+ "lat": [
+ 14.5608,
+ 14.960799999999999
+ ],
+ "lon": [
+ 49.4069,
+ 49.806900000000006
+ ]
+ },
+ {
+ "city": "Tar\u012bm",
+ "lat": [
+ 15.850000000000001,
+ 16.25
+ ],
+ "lon": [
+ 48.8,
+ 49.2
+ ]
+ },
+ {
+ "city": "\u1e28ajjah",
+ "lat": [
+ 15.495000000000001,
+ 15.895
+ ],
+ "lon": [
+ 43.397499999999994,
+ 43.7975
+ ]
+ },
+ {
+ "city": "At Taw\u0101h\u012b",
+ "lat": [
+ 12.583300000000001,
+ 12.9833
+ ],
+ "lon": [
+ 44.7833,
+ 45.1833
+ ]
+ },
+ {
+ "city": "\u015ea\u2018dah",
+ "lat": [
+ 16.740000000000002,
+ 17.14
+ ],
+ "lon": [
+ 43.5592,
+ 43.9592
+ ]
+ },
+ {
+ "city": "Zab\u012bd",
+ "lat": [
+ 14.0,
+ 14.399999999999999
+ ],
+ "lon": [
+ 43.116699999999994,
+ 43.5167
+ ]
+ }
+ ],
+ "Lebanon": [
+ {
+ "city": "Beirut",
+ "lat": [
+ 33.6981,
+ 34.0981
+ ],
+ "lon": [
+ 35.3058,
+ 35.7058
+ ]
+ },
+ {
+ "city": "Tripoli",
+ "lat": [
+ 34.2367,
+ 34.636700000000005
+ ],
+ "lon": [
+ 35.6344,
+ 36.034400000000005
+ ]
+ },
+ {
+ "city": "Sidon",
+ "lat": [
+ 33.3606,
+ 33.760600000000004
+ ],
+ "lon": [
+ 35.175799999999995,
+ 35.5758
+ ]
+ },
+ {
+ "city": "El Mini\u00e9",
+ "lat": [
+ 34.247,
+ 34.647000000000006
+ ],
+ "lon": [
+ 35.617799999999995,
+ 36.0178
+ ]
+ },
+ {
+ "city": "Borj Hammoud",
+ "lat": [
+ 33.693599999999996,
+ 34.0936
+ ],
+ "lon": [
+ 35.3403,
+ 35.740300000000005
+ ]
+ },
+ {
+ "city": "Jo\u00fcni\u00e9",
+ "lat": [
+ 33.7697,
+ 34.169700000000006
+ ],
+ "lon": [
+ 35.4156,
+ 35.8156
+ ]
+ },
+ {
+ "city": "Zahl\u00e9",
+ "lat": [
+ 33.6333,
+ 34.033300000000004
+ ],
+ "lon": [
+ 35.716699999999996,
+ 36.1167
+ ]
+ },
+ {
+ "city": "Baabda",
+ "lat": [
+ 33.6333,
+ 34.033300000000004
+ ],
+ "lon": [
+ 35.333299999999994,
+ 35.7333
+ ]
+ },
+ {
+ "city": "Baalbek",
+ "lat": [
+ 33.8063,
+ 34.206300000000006
+ ],
+ "lon": [
+ 36.007299999999994,
+ 36.4073
+ ]
+ },
+ {
+ "city": "Nabat\u00eey\u00e9",
+ "lat": [
+ 33.183299999999996,
+ 33.5833
+ ],
+ "lon": [
+ 35.25,
+ 35.650000000000006
+ ]
+ },
+ {
+ "city": "Borj el Qobl\u00e9",
+ "lat": [
+ 33.0631,
+ 33.463100000000004
+ ],
+ "lon": [
+ 35.0389,
+ 35.438900000000004
+ ]
+ },
+ {
+ "city": "Tyre",
+ "lat": [
+ 33.0708,
+ 33.470800000000004
+ ],
+ "lon": [
+ 34.9961,
+ 35.396100000000004
+ ]
+ },
+ {
+ "city": "Qabb Eli\u00e2s",
+ "lat": [
+ 33.5986,
+ 33.9986
+ ],
+ "lon": [
+ 35.625,
+ 36.025000000000006
+ ]
+ },
+ {
+ "city": "El Gh\u00e2z\u00eey\u00e9",
+ "lat": [
+ 33.318599999999996,
+ 33.7186
+ ],
+ "lon": [
+ 35.1661,
+ 35.566100000000006
+ ]
+ },
+ {
+ "city": "Aars\u00e2l",
+ "lat": [
+ 33.9794,
+ 34.379400000000004
+ ],
+ "lon": [
+ 36.2208,
+ 36.6208
+ ]
+ }
+ ],
+ "Azerbaijan": [
+ {
+ "city": "Baku",
+ "lat": [
+ 40.1667,
+ 40.566700000000004
+ ],
+ "lon": [
+ 49.6352,
+ 50.0352
+ ]
+ },
+ {
+ "city": "Sumqay\u0131t",
+ "lat": [
+ 40.3961,
+ 40.7961
+ ],
+ "lon": [
+ 49.47,
+ 49.870000000000005
+ ]
+ },
+ {
+ "city": "G\u0259nc\u0259",
+ "lat": [
+ 40.4828,
+ 40.8828
+ ],
+ "lon": [
+ 46.160599999999995,
+ 46.5606
+ ]
+ },
+ {
+ "city": "Ming\u0259\u00e7evir",
+ "lat": [
+ 40.57,
+ 40.970000000000006
+ ],
+ "lon": [
+ 46.8489,
+ 47.248900000000006
+ ]
+ },
+ {
+ "city": "X\u0131rdalan",
+ "lat": [
+ 40.248599999999996,
+ 40.6486
+ ],
+ "lon": [
+ 49.5564,
+ 49.9564
+ ]
+ },
+ {
+ "city": "Nax\u00e7\u0131van",
+ "lat": [
+ 39.0089,
+ 39.4089
+ ],
+ "lon": [
+ 45.212199999999996,
+ 45.6122
+ ]
+ },
+ {
+ "city": "\u015eatrovka",
+ "lat": [
+ 39.629,
+ 40.029
+ ],
+ "lon": [
+ 48.7478,
+ 49.147800000000004
+ ]
+ },
+ {
+ "city": "Qara\u00e7uxur",
+ "lat": [
+ 40.1969,
+ 40.596900000000005
+ ],
+ "lon": [
+ 49.7733,
+ 50.173300000000005
+ ]
+ },
+ {
+ "city": "H\u00f6vsan",
+ "lat": [
+ 40.1753,
+ 40.575300000000006
+ ],
+ "lon": [
+ 49.8839,
+ 50.2839
+ ]
+ },
+ {
+ "city": "Bak\u0131xanov",
+ "lat": [
+ 40.2217,
+ 40.621700000000004
+ ],
+ "lon": [
+ 49.764399999999995,
+ 50.1644
+ ]
+ },
+ {
+ "city": "\u015eirvan",
+ "lat": [
+ 39.732299999999995,
+ 40.1323
+ ],
+ "lon": [
+ 48.720299999999995,
+ 49.1203
+ ]
+ },
+ {
+ "city": "\u015e\u0259ki",
+ "lat": [
+ 40.991899999999994,
+ 41.3919
+ ],
+ "lon": [
+ 46.9706,
+ 47.3706
+ ]
+ },
+ {
+ "city": "Yevlax",
+ "lat": [
+ 40.417199999999994,
+ 40.8172
+ ],
+ "lon": [
+ 46.949999999999996,
+ 47.35
+ ]
+ },
+ {
+ "city": "Bin\u0259",
+ "lat": [
+ 40.25,
+ 40.650000000000006
+ ],
+ "lon": [
+ 49.8833,
+ 50.283300000000004
+ ]
+ },
+ {
+ "city": "M.\u018f. R\u0259sulzad\u0259",
+ "lat": [
+ 40.234399999999994,
+ 40.6344
+ ],
+ "lon": [
+ 49.633599999999994,
+ 50.0336
+ ]
+ },
+ {
+ "city": "L\u0259nk\u0259ran",
+ "lat": [
+ 38.553599999999996,
+ 38.9536
+ ],
+ "lon": [
+ 48.6511,
+ 49.051100000000005
+ ]
+ }
+ ],
+ "Kazakhstan": [
+ {
+ "city": "Almaty",
+ "lat": [
+ 43.04,
+ 43.440000000000005
+ ],
+ "lon": [
+ 76.715,
+ 77.11500000000001
+ ]
+ },
+ {
+ "city": "Shymkent",
+ "lat": [
+ 42.116699999999994,
+ 42.5167
+ ],
+ "lon": [
+ 69.3958,
+ 69.7958
+ ]
+ },
+ {
+ "city": "Astana",
+ "lat": [
+ 50.947199999999995,
+ 51.3472
+ ],
+ "lon": [
+ 71.2222,
+ 71.6222
+ ]
+ },
+ {
+ "city": "Qaraghandy",
+ "lat": [
+ 49.602799999999995,
+ 50.0028
+ ],
+ "lon": [
+ 72.90559999999999,
+ 73.3056
+ ]
+ },
+ {
+ "city": "\u00d6skemen",
+ "lat": [
+ 49.7833,
+ 50.1833
+ ],
+ "lon": [
+ 82.41669999999999,
+ 82.8167
+ ]
+ },
+ {
+ "city": "Aqt\u00f6be",
+ "lat": [
+ 50.0836,
+ 50.4836
+ ],
+ "lon": [
+ 57.0297,
+ 57.429700000000004
+ ]
+ },
+ {
+ "city": "Taraz",
+ "lat": [
+ 42.699999999999996,
+ 43.1
+ ],
+ "lon": [
+ 71.16669999999999,
+ 71.5667
+ ]
+ },
+ {
+ "city": "Semey",
+ "lat": [
+ 50.2333,
+ 50.633300000000006
+ ],
+ "lon": [
+ 80.0667,
+ 80.4667
+ ]
+ },
+ {
+ "city": "Pavlodar",
+ "lat": [
+ 52.099999999999994,
+ 52.5
+ ],
+ "lon": [
+ 76.75,
+ 77.15
+ ]
+ },
+ {
+ "city": "T\u00fcrkistan",
+ "lat": [
+ 43.1019,
+ 43.501900000000006
+ ],
+ "lon": [
+ 68.0692,
+ 68.4692
+ ]
+ },
+ {
+ "city": "Qyzylorda",
+ "lat": [
+ 44.65,
+ 45.050000000000004
+ ],
+ "lon": [
+ 65.3167,
+ 65.7167
+ ]
+ },
+ {
+ "city": "Oral",
+ "lat": [
+ 51.022499999999994,
+ 51.4225
+ ],
+ "lon": [
+ 51.1725,
+ 51.572500000000005
+ ]
+ },
+ {
+ "city": "Qostanay",
+ "lat": [
+ 53.0,
+ 53.400000000000006
+ ],
+ "lon": [
+ 63.419999999999995,
+ 63.82
+ ]
+ },
+ {
+ "city": "Petropavl",
+ "lat": [
+ 54.683299999999996,
+ 55.0833
+ ],
+ "lon": [
+ 68.9667,
+ 69.36670000000001
+ ]
+ },
+ {
+ "city": "K\u00f6ksheta\u016b",
+ "lat": [
+ 53.083299999999994,
+ 53.4833
+ ],
+ "lon": [
+ 69.1833,
+ 69.58330000000001
+ ]
+ },
+ {
+ "city": "Temirta\u016b",
+ "lat": [
+ 49.849999999999994,
+ 50.25
+ ],
+ "lon": [
+ 72.75,
+ 73.15
+ ]
+ },
+ {
+ "city": "Aqta\u016b",
+ "lat": [
+ 43.4525,
+ 43.852500000000006
+ ],
+ "lon": [
+ 50.957499999999996,
+ 51.3575
+ ]
+ },
+ {
+ "city": "Ekibastuz",
+ "lat": [
+ 51.466699999999996,
+ 51.8667
+ ],
+ "lon": [
+ 75.16669999999999,
+ 75.5667
+ ]
+ },
+ {
+ "city": "Zhanga\u00f6zen",
+ "lat": [
+ 43.1378,
+ 43.537800000000004
+ ],
+ "lon": [
+ 52.6553,
+ 53.0553
+ ]
+ },
+ {
+ "city": "Atyra\u016b",
+ "lat": [
+ 46.9167,
+ 47.316700000000004
+ ],
+ "lon": [
+ 51.683299999999996,
+ 52.0833
+ ]
+ },
+ {
+ "city": "Rudnyy",
+ "lat": [
+ 52.7667,
+ 53.166700000000006
+ ],
+ "lon": [
+ 62.933299999999996,
+ 63.3333
+ ]
+ },
+ {
+ "city": "Zhezqazghan",
+ "lat": [
+ 47.583299999999994,
+ 47.9833
+ ],
+ "lon": [
+ 67.5,
+ 67.9
+ ]
+ },
+ {
+ "city": "Kenta\u016b",
+ "lat": [
+ 43.3167,
+ 43.7167
+ ],
+ "lon": [
+ 68.3167,
+ 68.7167
+ ]
+ },
+ {
+ "city": "Taldyqorghan",
+ "lat": [
+ 44.8167,
+ 45.2167
+ ],
+ "lon": [
+ 78.16669999999999,
+ 78.5667
+ ]
+ },
+ {
+ "city": "Balqash",
+ "lat": [
+ 46.6481,
+ 47.048100000000005
+ ],
+ "lon": [
+ 74.795,
+ 75.19500000000001
+ ]
+ },
+ {
+ "city": "Aqs\u016b",
+ "lat": [
+ 51.833299999999994,
+ 52.2333
+ ],
+ "lon": [
+ 76.7167,
+ 77.11670000000001
+ ]
+ },
+ {
+ "city": "S\u00e4tbayev",
+ "lat": [
+ 47.699999999999996,
+ 48.1
+ ],
+ "lon": [
+ 67.3333,
+ 67.7333
+ ]
+ },
+ {
+ "city": "Qaskeleng",
+ "lat": [
+ 43.0,
+ 43.400000000000006
+ ],
+ "lon": [
+ 76.42,
+ 76.82000000000001
+ ]
+ },
+ {
+ "city": "Kapchagay",
+ "lat": [
+ 43.683299999999996,
+ 44.0833
+ ],
+ "lon": [
+ 76.88329999999999,
+ 77.2833
+ ]
+ }
+ ],
+ "Cambodia": [
+ {
+ "city": "Phnom Penh",
+ "lat": [
+ 11.3696,
+ 11.769599999999999
+ ],
+ "lon": [
+ 104.721,
+ 105.12100000000001
+ ]
+ },
+ {
+ "city": "Siem Reap",
+ "lat": [
+ 13.1622,
+ 13.562199999999999
+ ],
+ "lon": [
+ 103.6597,
+ 104.0597
+ ]
+ },
+ {
+ "city": "Battambang",
+ "lat": [
+ 12.902800000000001,
+ 13.3028
+ ],
+ "lon": [
+ 102.9983,
+ 103.3983
+ ]
+ },
+ {
+ "city": "Kampong Cham",
+ "lat": [
+ 11.8,
+ 12.2
+ ],
+ "lon": [
+ 105.25,
+ 105.65
+ ]
+ },
+ {
+ "city": "Sisophon",
+ "lat": [
+ 13.3839,
+ 13.7839
+ ],
+ "lon": [
+ 102.7736,
+ 103.17360000000001
+ ]
+ },
+ {
+ "city": "Paoy Paet",
+ "lat": [
+ 13.450000000000001,
+ 13.85
+ ],
+ "lon": [
+ 102.3667,
+ 102.7667
+ ]
+ },
+ {
+ "city": "Kampong Trach",
+ "lat": [
+ 10.358500000000001,
+ 10.7585
+ ],
+ "lon": [
+ 104.2675,
+ 104.6675
+ ]
+ },
+ {
+ "city": "Sihanoukville",
+ "lat": [
+ 10.433300000000001,
+ 10.8333
+ ],
+ "lon": [
+ 103.3,
+ 103.7
+ ]
+ },
+ {
+ "city": "Samraong",
+ "lat": [
+ 14.05,
+ 14.45
+ ],
+ "lon": [
+ 103.38329999999999,
+ 103.7833
+ ]
+ },
+ {
+ "city": "Kratie",
+ "lat": [
+ 12.2881,
+ 12.688099999999999
+ ],
+ "lon": [
+ 105.8188,
+ 106.2188
+ ]
+ },
+ {
+ "city": "Pursat",
+ "lat": [
+ 12.3337,
+ 12.733699999999999
+ ],
+ "lon": [
+ 103.7167,
+ 104.11670000000001
+ ]
+ },
+ {
+ "city": "Takeo",
+ "lat": [
+ 10.7833,
+ 11.1833
+ ],
+ "lon": [
+ 104.5833,
+ 104.9833
+ ]
+ },
+ {
+ "city": "Chbar Mon",
+ "lat": [
+ 11.253300000000001,
+ 11.6533
+ ],
+ "lon": [
+ 104.32079999999999,
+ 104.7208
+ ]
+ }
+ ],
+ "Oman": [
+ {
+ "city": "Masqa\u0163",
+ "lat": [
+ 23.414,
+ 23.814
+ ],
+ "lon": [
+ 58.391099999999994,
+ 58.7911
+ ]
+ },
+ {
+ "city": "Muscat",
+ "lat": [
+ 23.4139,
+ 23.8139
+ ],
+ "lon": [
+ 58.392199999999995,
+ 58.7922
+ ]
+ },
+ {
+ "city": "Bawshar",
+ "lat": [
+ 23.3777,
+ 23.7777
+ ],
+ "lon": [
+ 58.199799999999996,
+ 58.5998
+ ]
+ },
+ {
+ "city": "\u015eal\u0101lah",
+ "lat": [
+ 16.8197,
+ 17.2197
+ ],
+ "lon": [
+ 53.8897,
+ 54.2897
+ ]
+ },
+ {
+ "city": "Ma\u0163ra\u1e29",
+ "lat": [
+ 23.416700000000002,
+ 23.8167
+ ],
+ "lon": [
+ 58.366699999999994,
+ 58.7667
+ ]
+ },
+ {
+ "city": "As Suwayq",
+ "lat": [
+ 23.6494,
+ 24.0494
+ ],
+ "lon": [
+ 57.2386,
+ 57.638600000000004
+ ]
+ },
+ {
+ "city": "Ar Rust\u0101q",
+ "lat": [
+ 23.1908,
+ 23.590799999999998
+ ],
+ "lon": [
+ 57.224399999999996,
+ 57.6244
+ ]
+ },
+ {
+ "city": "Al Mu\u1e11ayb\u012b",
+ "lat": [
+ 22.3703,
+ 22.7703
+ ],
+ "lon": [
+ 57.921099999999996,
+ 58.3211
+ ]
+ },
+ {
+ "city": "Bahl\u0101\u2019",
+ "lat": [
+ 22.7789,
+ 23.1789
+ ],
+ "lon": [
+ 57.104699999999994,
+ 57.5047
+ ]
+ },
+ {
+ "city": "Nizw\u00e1",
+ "lat": [
+ 22.7333,
+ 23.1333
+ ],
+ "lon": [
+ 57.333299999999994,
+ 57.7333
+ ]
+ },
+ {
+ "city": "Sam\u0101\u2019il",
+ "lat": [
+ 23.0984,
+ 23.4984
+ ],
+ "lon": [
+ 57.753099999999996,
+ 58.1531
+ ]
+ },
+ {
+ "city": "Al \u2018\u0100mir\u0101t",
+ "lat": [
+ 23.322400000000002,
+ 23.7224
+ ],
+ "lon": [
+ 58.2987,
+ 58.6987
+ ]
+ },
+ {
+ "city": "Al Buraym\u012b",
+ "lat": [
+ 24.0558,
+ 24.4558
+ ],
+ "lon": [
+ 55.6025,
+ 56.002500000000005
+ ]
+ },
+ {
+ "city": "Qurayy\u0101t",
+ "lat": [
+ 23.0652,
+ 23.4652
+ ],
+ "lon": [
+ 58.703399999999995,
+ 59.1034
+ ]
+ }
+ ],
+ "Tajikistan": [
+ {
+ "city": "Dushanbe",
+ "lat": [
+ 38.3367,
+ 38.736700000000006
+ ],
+ "lon": [
+ 68.58,
+ 68.98
+ ]
+ },
+ {
+ "city": "Kh\u016djand",
+ "lat": [
+ 40.083299999999994,
+ 40.4833
+ ],
+ "lon": [
+ 69.4333,
+ 69.83330000000001
+ ]
+ },
+ {
+ "city": "Vahdat",
+ "lat": [
+ 38.3531,
+ 38.7531
+ ],
+ "lon": [
+ 68.8206,
+ 69.2206
+ ]
+ },
+ {
+ "city": "Hisor",
+ "lat": [
+ 38.3264,
+ 38.726400000000005
+ ],
+ "lon": [
+ 68.3381,
+ 68.7381
+ ]
+ },
+ {
+ "city": "Panjakent",
+ "lat": [
+ 39.3,
+ 39.7
+ ],
+ "lon": [
+ 67.41669999999999,
+ 67.8167
+ ]
+ },
+ {
+ "city": "Tursunzoda",
+ "lat": [
+ 38.3108,
+ 38.710800000000006
+ ],
+ "lon": [
+ 68.0303,
+ 68.4303
+ ]
+ },
+ {
+ "city": "Isfara",
+ "lat": [
+ 39.9167,
+ 40.316700000000004
+ ],
+ "lon": [
+ 70.4333,
+ 70.83330000000001
+ ]
+ },
+ {
+ "city": "Istaravshan",
+ "lat": [
+ 39.7108,
+ 40.110800000000005
+ ],
+ "lon": [
+ 68.8064,
+ 69.2064
+ ]
+ },
+ {
+ "city": "Konibodom",
+ "lat": [
+ 40.083299999999994,
+ 40.4833
+ ],
+ "lon": [
+ 70.2167,
+ 70.61670000000001
+ ]
+ },
+ {
+ "city": "K\u016dlob",
+ "lat": [
+ 37.709199999999996,
+ 38.1092
+ ],
+ "lon": [
+ 69.58189999999999,
+ 69.9819
+ ]
+ },
+ {
+ "city": "Bokhtar",
+ "lat": [
+ 37.636399999999995,
+ 38.0364
+ ],
+ "lon": [
+ 68.5803,
+ 68.9803
+ ]
+ },
+ {
+ "city": "Norak",
+ "lat": [
+ 38.183299999999996,
+ 38.5833
+ ],
+ "lon": [
+ 69.1167,
+ 69.5167
+ ]
+ },
+ {
+ "city": "Gh\u016dlakandoz",
+ "lat": [
+ 39.9617,
+ 40.361700000000006
+ ],
+ "lon": [
+ 69.2678,
+ 69.6678
+ ]
+ }
+ ],
+ "Mongolia": [
+ {
+ "city": "Ulaanbaatar",
+ "lat": [
+ 47.721399999999996,
+ 48.1214
+ ],
+ "lon": [
+ 106.7055,
+ 107.1055
+ ]
+ },
+ {
+ "city": "M\u00f6r\u00f6n",
+ "lat": [
+ 49.4375,
+ 49.837500000000006
+ ],
+ "lon": [
+ 99.9614,
+ 100.3614
+ ]
+ },
+ {
+ "city": "Erdenet",
+ "lat": [
+ 48.827799999999996,
+ 49.2278
+ ],
+ "lon": [
+ 103.8444,
+ 104.2444
+ ]
+ },
+ {
+ "city": "Darhan",
+ "lat": [
+ 49.286699999999996,
+ 49.6867
+ ],
+ "lon": [
+ 105.72279999999999,
+ 106.1228
+ ]
+ },
+ {
+ "city": "Darhan",
+ "lat": [
+ 49.4167,
+ 49.816700000000004
+ ],
+ "lon": [
+ 106.14999999999999,
+ 106.55
+ ]
+ }
+ ],
+ "Qatar": [
+ {
+ "city": "Doha",
+ "lat": [
+ 25.0867,
+ 25.4867
+ ],
+ "lon": [
+ 51.333299999999994,
+ 51.7333
+ ]
+ },
+ {
+ "city": "Ar Rayy\u0101n",
+ "lat": [
+ 25.05,
+ 25.45
+ ],
+ "lon": [
+ 51.199999999999996,
+ 51.6
+ ]
+ },
+ {
+ "city": "Laq\u0163ah",
+ "lat": [
+ 25.2175,
+ 25.6175
+ ],
+ "lon": [
+ 51.3075,
+ 51.7075
+ ]
+ },
+ {
+ "city": "Ash Sh\u012b\u1e29\u0101n\u012byah",
+ "lat": [
+ 25.1722,
+ 25.5722
+ ],
+ "lon": [
+ 51.0047,
+ 51.404700000000005
+ ]
+ },
+ {
+ "city": "Al Wakrah",
+ "lat": [
+ 24.98,
+ 25.38
+ ],
+ "lon": [
+ 51.41,
+ 51.81
+ ]
+ },
+ {
+ "city": "Al Khawr",
+ "lat": [
+ 25.490000000000002,
+ 25.89
+ ],
+ "lon": [
+ 51.309999999999995,
+ 51.71
+ ]
+ },
+ {
+ "city": "Umm Qur\u016bn",
+ "lat": [
+ 25.05,
+ 25.45
+ ],
+ "lon": [
+ 51.173199999999994,
+ 51.5732
+ ]
+ }
+ ],
+ "Kyrgyzstan": [
+ {
+ "city": "Bishkek",
+ "lat": [
+ 42.6667,
+ 43.066700000000004
+ ],
+ "lon": [
+ 74.3667,
+ 74.7667
+ ]
+ },
+ {
+ "city": "Osh",
+ "lat": [
+ 40.333299999999994,
+ 40.7333
+ ],
+ "lon": [
+ 72.5833,
+ 72.9833
+ ]
+ },
+ {
+ "city": "Jalal-Abad",
+ "lat": [
+ 40.7375,
+ 41.1375
+ ],
+ "lon": [
+ 72.78609999999999,
+ 73.1861
+ ]
+ },
+ {
+ "city": "Karakol",
+ "lat": [
+ 42.2906,
+ 42.6906
+ ],
+ "lon": [
+ 78.1936,
+ 78.59360000000001
+ ]
+ },
+ {
+ "city": "Balykchy",
+ "lat": [
+ 42.260299999999994,
+ 42.6603
+ ],
+ "lon": [
+ 75.9872,
+ 76.3872
+ ]
+ },
+ {
+ "city": "Tokmok",
+ "lat": [
+ 42.638999999999996,
+ 43.039
+ ],
+ "lon": [
+ 75.091,
+ 75.491
+ ]
+ },
+ {
+ "city": "Kyzyl-Kyya",
+ "lat": [
+ 40.0667,
+ 40.4667
+ ],
+ "lon": [
+ 71.85,
+ 72.25
+ ]
+ }
+ ],
+ "Georgia": [
+ {
+ "city": "Tbilisi",
+ "lat": [
+ 41.522499999999994,
+ 41.9225
+ ],
+ "lon": [
+ 44.592499999999994,
+ 44.9925
+ ]
+ },
+ {
+ "city": "Batumi",
+ "lat": [
+ 41.4458,
+ 41.845800000000004
+ ],
+ "lon": [
+ 41.4417,
+ 41.8417
+ ]
+ },
+ {
+ "city": "Kutaisi",
+ "lat": [
+ 42.0717,
+ 42.471700000000006
+ ],
+ "lon": [
+ 42.505599999999994,
+ 42.9056
+ ]
+ },
+ {
+ "city": "Rustavi",
+ "lat": [
+ 41.343599999999995,
+ 41.7436
+ ],
+ "lon": [
+ 44.811699999999995,
+ 45.2117
+ ]
+ },
+ {
+ "city": "Sokhumi",
+ "lat": [
+ 42.8,
+ 43.2
+ ],
+ "lon": [
+ 40.8167,
+ 41.2167
+ ]
+ },
+ {
+ "city": "Iormughanlo",
+ "lat": [
+ 41.399899999999995,
+ 41.7999
+ ],
+ "lon": [
+ 45.327799999999996,
+ 45.7278
+ ]
+ }
+ ],
+ "Armenia": [
+ {
+ "city": "Yerevan",
+ "lat": [
+ 39.981399999999994,
+ 40.3814
+ ],
+ "lon": [
+ 44.3144,
+ 44.714400000000005
+ ]
+ },
+ {
+ "city": "Gyumri",
+ "lat": [
+ 40.5894,
+ 40.9894
+ ],
+ "lon": [
+ 43.647499999999994,
+ 44.0475
+ ]
+ },
+ {
+ "city": "Vanadzor",
+ "lat": [
+ 40.6128,
+ 41.012800000000006
+ ],
+ "lon": [
+ 44.2883,
+ 44.688300000000005
+ ]
+ },
+ {
+ "city": "Ejmiatsin",
+ "lat": [
+ 39.9728,
+ 40.372800000000005
+ ],
+ "lon": [
+ 44.092499999999994,
+ 44.4925
+ ]
+ },
+ {
+ "city": "Hrazdan",
+ "lat": [
+ 40.3,
+ 40.7
+ ],
+ "lon": [
+ 44.5667,
+ 44.9667
+ ]
+ }
+ ],
+ "Turkmenistan": [
+ {
+ "city": "Ashgabat",
+ "lat": [
+ 37.7375,
+ 38.1375
+ ],
+ "lon": [
+ 58.18,
+ 58.580000000000005
+ ]
+ },
+ {
+ "city": "T\u00fcrkmenabat",
+ "lat": [
+ 38.8833,
+ 39.283300000000004
+ ],
+ "lon": [
+ 63.366699999999994,
+ 63.7667
+ ]
+ },
+ {
+ "city": "Da\u015foguz",
+ "lat": [
+ 41.6333,
+ 42.033300000000004
+ ],
+ "lon": [
+ 59.7667,
+ 60.166700000000006
+ ]
+ },
+ {
+ "city": "Balkanabat",
+ "lat": [
+ 39.3167,
+ 39.7167
+ ],
+ "lon": [
+ 54.1667,
+ 54.566700000000004
+ ]
+ },
+ {
+ "city": "Mary",
+ "lat": [
+ 37.4069,
+ 37.806900000000006
+ ],
+ "lon": [
+ 61.6344,
+ 62.034400000000005
+ ]
+ },
+ {
+ "city": "Koytendag",
+ "lat": [
+ 37.3,
+ 37.7
+ ],
+ "lon": [
+ 65.8,
+ 66.2
+ ]
+ },
+ {
+ "city": "Atamyrat",
+ "lat": [
+ 37.653099999999995,
+ 38.0531
+ ],
+ "lon": [
+ 65.0369,
+ 65.43690000000001
+ ]
+ },
+ {
+ "city": "T\u00fcrkmenba\u015fy",
+ "lat": [
+ 39.8167,
+ 40.2167
+ ],
+ "lon": [
+ 52.7667,
+ 53.166700000000006
+ ]
+ },
+ {
+ "city": "Serdar",
+ "lat": [
+ 38.7833,
+ 39.1833
+ ],
+ "lon": [
+ 56.083299999999994,
+ 56.4833
+ ]
+ },
+ {
+ "city": "Bayramaly",
+ "lat": [
+ 37.4167,
+ 37.816700000000004
+ ],
+ "lon": [
+ 61.949999999999996,
+ 62.35
+ ]
+ },
+ {
+ "city": "Tejen",
+ "lat": [
+ 37.183299999999996,
+ 37.5833
+ ],
+ "lon": [
+ 60.3,
+ 60.7
+ ]
+ }
+ ],
+ "Laos": [
+ {
+ "city": "Vientiane",
+ "lat": [
+ 17.78,
+ 18.18
+ ],
+ "lon": [
+ 102.42999999999999,
+ 102.83
+ ]
+ },
+ {
+ "city": "Xiangkhoang",
+ "lat": [
+ 19.2167,
+ 19.616699999999998
+ ],
+ "lon": [
+ 103.3,
+ 103.7
+ ]
+ },
+ {
+ "city": "Savannakhet",
+ "lat": [
+ 16.35,
+ 16.75
+ ],
+ "lon": [
+ 104.55,
+ 104.95
+ ]
+ },
+ {
+ "city": "Salavan",
+ "lat": [
+ 15.5167,
+ 15.916699999999999
+ ],
+ "lon": [
+ 106.2167,
+ 106.61670000000001
+ ]
+ },
+ {
+ "city": "Xai",
+ "lat": [
+ 20.491400000000002,
+ 20.8914
+ ],
+ "lon": [
+ 101.78609999999999,
+ 102.1861
+ ]
+ },
+ {
+ "city": "Pakx\u00e9",
+ "lat": [
+ 14.9167,
+ 15.316699999999999
+ ],
+ "lon": [
+ 105.5833,
+ 105.9833
+ ]
+ },
+ {
+ "city": "Xaignabouli",
+ "lat": [
+ 19.05,
+ 19.45
+ ],
+ "lon": [
+ 101.55,
+ 101.95
+ ]
+ },
+ {
+ "city": "Thakh\u00e8k",
+ "lat": [
+ 17.2,
+ 17.599999999999998
+ ],
+ "lon": [
+ 104.6,
+ 105.0
+ ]
+ },
+ {
+ "city": "Champasak",
+ "lat": [
+ 14.64,
+ 15.04
+ ],
+ "lon": [
+ 105.55,
+ 105.95
+ ]
+ },
+ {
+ "city": "Xam Nua",
+ "lat": [
+ 20.215,
+ 20.615
+ ],
+ "lon": [
+ 103.848,
+ 104.248
+ ]
+ },
+ {
+ "city": "Louang Namtha",
+ "lat": [
+ 20.75,
+ 21.15
+ ],
+ "lon": [
+ 101.2,
+ 101.60000000000001
+ ]
+ },
+ {
+ "city": "Louangphabang",
+ "lat": [
+ 19.69,
+ 20.09
+ ],
+ "lon": [
+ 101.93469999999999,
+ 102.3347
+ ]
+ }
+ ],
+ "Israel": [
+ {
+ "city": "Jerusalem",
+ "lat": [
+ 31.5789,
+ 31.9789
+ ],
+ "lon": [
+ 35.0256,
+ 35.4256
+ ]
+ },
+ {
+ "city": "Haifa",
+ "lat": [
+ 32.6192,
+ 33.019200000000005
+ ],
+ "lon": [
+ 34.7992,
+ 35.199200000000005
+ ]
+ },
+ {
+ "city": "Tel Aviv-Yafo",
+ "lat": [
+ 31.88,
+ 32.28
+ ],
+ "lon": [
+ 34.58,
+ 34.980000000000004
+ ]
+ },
+ {
+ "city": "Rishon Le\u1e94iyyon",
+ "lat": [
+ 31.75,
+ 32.15
+ ],
+ "lon": [
+ 34.599999999999994,
+ 35.0
+ ]
+ },
+ {
+ "city": "Peta\u1e96 Tiqwa",
+ "lat": [
+ 31.883300000000002,
+ 32.283300000000004
+ ],
+ "lon": [
+ 34.683299999999996,
+ 35.0833
+ ]
+ },
+ {
+ "city": "Ashdod",
+ "lat": [
+ 31.5978,
+ 31.997799999999998
+ ],
+ "lon": [
+ 34.4503,
+ 34.850300000000004
+ ]
+ },
+ {
+ "city": "Netanya",
+ "lat": [
+ 32.1286,
+ 32.528600000000004
+ ],
+ "lon": [
+ 34.656699999999994,
+ 35.0567
+ ]
+ },
+ {
+ "city": "Beersheba",
+ "lat": [
+ 31.0522,
+ 31.452199999999998
+ ],
+ "lon": [
+ 34.5867,
+ 34.986700000000006
+ ]
+ },
+ {
+ "city": "Holon",
+ "lat": [
+ 31.8167,
+ 32.2167
+ ],
+ "lon": [
+ 34.5667,
+ 34.9667
+ ]
+ },
+ {
+ "city": "Ben\u00e9 Beraq",
+ "lat": [
+ 31.8807,
+ 32.2807
+ ],
+ "lon": [
+ 34.633799999999994,
+ 35.0338
+ ]
+ },
+ {
+ "city": "Ramat Gan",
+ "lat": [
+ 31.87,
+ 32.27
+ ],
+ "lon": [
+ 34.6235,
+ 35.023500000000006
+ ]
+ },
+ {
+ "city": "Ashqelon",
+ "lat": [
+ 31.4658,
+ 31.8658
+ ],
+ "lon": [
+ 34.3664,
+ 34.766400000000004
+ ]
+ },
+ {
+ "city": "Re\u1e96ovot",
+ "lat": [
+ 31.6914,
+ 32.0914
+ ],
+ "lon": [
+ 34.6078,
+ 35.0078
+ ]
+ },
+ {
+ "city": "Bat Yam",
+ "lat": [
+ 31.8231,
+ 32.2231
+ ],
+ "lon": [
+ 34.5503,
+ 34.950300000000006
+ ]
+ },
+ {
+ "city": "Bet Shemesh",
+ "lat": [
+ 31.5514,
+ 31.9514
+ ],
+ "lon": [
+ 34.788599999999995,
+ 35.1886
+ ]
+ },
+ {
+ "city": "Kefar Sava",
+ "lat": [
+ 31.9858,
+ 32.3858
+ ],
+ "lon": [
+ 34.707699999999996,
+ 35.1077
+ ]
+ },
+ {
+ "city": "Modi\u2018in Makkabbim Re\u2018ut",
+ "lat": [
+ 31.733900000000002,
+ 32.133900000000004
+ ],
+ "lon": [
+ 34.785599999999995,
+ 35.1856
+ ]
+ },
+ {
+ "city": "Hadera",
+ "lat": [
+ 32.25,
+ 32.650000000000006
+ ],
+ "lon": [
+ 34.716699999999996,
+ 35.1167
+ ]
+ },
+ {
+ "city": "Her\u1e95liyya",
+ "lat": [
+ 31.9556,
+ 32.3556
+ ],
+ "lon": [
+ 34.642199999999995,
+ 35.0422
+ ]
+ },
+ {
+ "city": "Nazareth",
+ "lat": [
+ 32.5019,
+ 32.901900000000005
+ ],
+ "lon": [
+ 35.1033,
+ 35.5033
+ ]
+ },
+ {
+ "city": "Lod",
+ "lat": [
+ 31.75,
+ 32.15
+ ],
+ "lon": [
+ 34.699999999999996,
+ 35.1
+ ]
+ },
+ {
+ "city": "Ramla",
+ "lat": [
+ 31.7275,
+ 32.1275
+ ],
+ "lon": [
+ 34.662499999999994,
+ 35.0625
+ ]
+ },
+ {
+ "city": "Ra\u2018ananna",
+ "lat": [
+ 31.983300000000003,
+ 32.383300000000006
+ ],
+ "lon": [
+ 34.6667,
+ 35.066700000000004
+ ]
+ },
+ {
+ "city": "Qiryat Gat",
+ "lat": [
+ 31.41,
+ 31.81
+ ],
+ "lon": [
+ 34.5642,
+ 34.964200000000005
+ ]
+ },
+ {
+ "city": "Rahat",
+ "lat": [
+ 31.1925,
+ 31.592499999999998
+ ],
+ "lon": [
+ 34.554399999999994,
+ 34.9544
+ ]
+ },
+ {
+ "city": "Afula",
+ "lat": [
+ 32.4064,
+ 32.806400000000004
+ ],
+ "lon": [
+ 35.0881,
+ 35.4881
+ ]
+ },
+ {
+ "city": "Nahariyya",
+ "lat": [
+ 32.8058,
+ 33.2058
+ ],
+ "lon": [
+ 34.8989,
+ 35.2989
+ ]
+ },
+ {
+ "city": "Givatayim",
+ "lat": [
+ 31.869699999999998,
+ 32.2697
+ ],
+ "lon": [
+ 34.6117,
+ 35.011700000000005
+ ]
+ },
+ {
+ "city": "Hod HaSharon",
+ "lat": [
+ 31.95,
+ 32.35
+ ],
+ "lon": [
+ 34.683299999999996,
+ 35.0833
+ ]
+ },
+ {
+ "city": "Rosh Ha\u2018Ayin",
+ "lat": [
+ 31.883300000000002,
+ 32.283300000000004
+ ],
+ "lon": [
+ 34.75,
+ 35.150000000000006
+ ]
+ },
+ {
+ "city": "Qiryat Ata",
+ "lat": [
+ 32.599999999999994,
+ 33.0
+ ],
+ "lon": [
+ 34.9,
+ 35.300000000000004
+ ]
+ },
+ {
+ "city": "Umm el Fa\u1e25m",
+ "lat": [
+ 32.319399999999995,
+ 32.7194
+ ],
+ "lon": [
+ 34.953599999999994,
+ 35.3536
+ ]
+ },
+ {
+ "city": "Eilat",
+ "lat": [
+ 29.35,
+ 29.75
+ ],
+ "lon": [
+ 34.75,
+ 35.150000000000006
+ ]
+ },
+ {
+ "city": "Nes \u1e94iyyona",
+ "lat": [
+ 31.7333,
+ 32.1333
+ ],
+ "lon": [
+ 34.599999999999994,
+ 35.0
+ ]
+ }
+ ],
+ "Nepal": [
+ {
+ "city": "Kathmandu",
+ "lat": [
+ 27.51,
+ 27.91
+ ],
+ "lon": [
+ 85.11999999999999,
+ 85.52
+ ]
+ },
+ {
+ "city": "Bharatpur",
+ "lat": [
+ 27.4833,
+ 27.8833
+ ],
+ "lon": [
+ 84.2333,
+ 84.6333
+ ]
+ },
+ {
+ "city": "Pokhara",
+ "lat": [
+ 28.009700000000002,
+ 28.4097
+ ],
+ "lon": [
+ 83.78529999999999,
+ 84.1853
+ ]
+ },
+ {
+ "city": "Bir\u0101\u1e6dnagar",
+ "lat": [
+ 26.2833,
+ 26.6833
+ ],
+ "lon": [
+ 87.0833,
+ 87.4833
+ ]
+ },
+ {
+ "city": "Bu\u1e0dh\u0101nilkan\u1e6dha",
+ "lat": [
+ 27.5758,
+ 27.9758
+ ],
+ "lon": [
+ 85.1619,
+ 85.56190000000001
+ ]
+ },
+ {
+ "city": "Ghor\u0101h\u012b",
+ "lat": [
+ 27.8408,
+ 28.2408
+ ],
+ "lon": [
+ 82.28609999999999,
+ 82.6861
+ ]
+ },
+ {
+ "city": "Birga\u00f1j",
+ "lat": [
+ 26.8,
+ 27.2
+ ],
+ "lon": [
+ 84.66669999999999,
+ 85.0667
+ ]
+ },
+ {
+ "city": "Tokha",
+ "lat": [
+ 27.55,
+ 27.95
+ ],
+ "lon": [
+ 85.13329999999999,
+ 85.5333
+ ]
+ },
+ {
+ "city": "Butw\u0101l",
+ "lat": [
+ 27.5,
+ 27.9
+ ],
+ "lon": [
+ 83.25,
+ 83.65
+ ]
+ },
+ {
+ "city": "Dhar\u0101n",
+ "lat": [
+ 26.6167,
+ 27.0167
+ ],
+ "lon": [
+ 87.0667,
+ 87.4667
+ ]
+ },
+ {
+ "city": "Lah\u0101n",
+ "lat": [
+ 26.5167,
+ 26.9167
+ ],
+ "lon": [
+ 86.2833,
+ 86.6833
+ ]
+ },
+ {
+ "city": "Dhanga\u1e0dhi\u0307\u0304",
+ "lat": [
+ 28.5056,
+ 28.9056
+ ],
+ "lon": [
+ 80.375,
+ 80.775
+ ]
+ },
+ {
+ "city": "Janakpur",
+ "lat": [
+ 26.5122,
+ 26.9122
+ ],
+ "lon": [
+ 85.7217,
+ 86.1217
+ ]
+ },
+ {
+ "city": "He\u1e6dau\u1e0d\u0101",
+ "lat": [
+ 27.2167,
+ 27.616699999999998
+ ],
+ "lon": [
+ 84.8333,
+ 85.2333
+ ]
+ },
+ {
+ "city": "Bhaktapur",
+ "lat": [
+ 27.4722,
+ 27.8722
+ ],
+ "lon": [
+ 85.2278,
+ 85.62780000000001
+ ]
+ },
+ {
+ "city": "God\u0101wari\u0307\u0304",
+ "lat": [
+ 28.71,
+ 29.11
+ ],
+ "lon": [
+ 80.39,
+ 80.79
+ ]
+ },
+ {
+ "city": "\u012a\u1e6dahari\u0307\u0304",
+ "lat": [
+ 26.4667,
+ 26.866699999999998
+ ],
+ "lon": [
+ 87.0833,
+ 87.4833
+ ]
+ },
+ {
+ "city": "Sanwal",
+ "lat": [
+ 27.43,
+ 27.83
+ ],
+ "lon": [
+ 83.45,
+ 83.85000000000001
+ ]
+ },
+ {
+ "city": "Nep\u0101lga\u00f1j",
+ "lat": [
+ 27.85,
+ 28.25
+ ],
+ "lon": [
+ 81.41669999999999,
+ 81.8167
+ ]
+ },
+ {
+ "city": "Ratnanagar",
+ "lat": [
+ 27.383300000000002,
+ 27.7833
+ ],
+ "lon": [
+ 84.3,
+ 84.7
+ ]
+ },
+ {
+ "city": "Bardi\u0307\u0304b\u0101s",
+ "lat": [
+ 26.791700000000002,
+ 27.1917
+ ],
+ "lon": [
+ 85.6917,
+ 86.0917
+ ]
+ },
+ {
+ "city": "Banep\u0101",
+ "lat": [
+ 27.4333,
+ 27.833299999999998
+ ],
+ "lon": [
+ 85.3167,
+ 85.7167
+ ]
+ },
+ {
+ "city": "Kirtipur",
+ "lat": [
+ 27.4667,
+ 27.866699999999998
+ ],
+ "lon": [
+ 85.0833,
+ 85.4833
+ ]
+ },
+ {
+ "city": "Bhair\u0101haw\u0101",
+ "lat": [
+ 27.3,
+ 27.7
+ ],
+ "lon": [
+ 83.25,
+ 83.65
+ ]
+ },
+ {
+ "city": "Tilakpur",
+ "lat": [
+ 28.3278,
+ 28.7278
+ ],
+ "lon": [
+ 80.9189,
+ 81.3189
+ ]
+ },
+ {
+ "city": "Gulariy\u0101",
+ "lat": [
+ 28.0056,
+ 28.4056
+ ],
+ "lon": [
+ 81.1472,
+ 81.5472
+ ]
+ },
+ {
+ "city": "Gorkh\u0101",
+ "lat": [
+ 27.8,
+ 28.2
+ ],
+ "lon": [
+ 84.4333,
+ 84.83330000000001
+ ]
+ },
+ {
+ "city": "Bhajani",
+ "lat": [
+ 28.2924,
+ 28.6924
+ ],
+ "lon": [
+ 80.7753,
+ 81.17530000000001
+ ]
+ },
+ {
+ "city": "Tuls\u012bpur",
+ "lat": [
+ 27.9278,
+ 28.3278
+ ],
+ "lon": [
+ 82.09559999999999,
+ 82.4956
+ ]
+ },
+ {
+ "city": "W\u0101li\u1e45",
+ "lat": [
+ 27.7889,
+ 28.1889
+ ],
+ "lon": [
+ 83.5675,
+ 83.9675
+ ]
+ }
+ ],
+ "Sri Lanka": [
+ {
+ "city": "Colombo",
+ "lat": [
+ 6.7166999999999994,
+ 7.1167
+ ],
+ "lon": [
+ 79.63329999999999,
+ 80.0333
+ ]
+ },
+ {
+ "city": "Mount Lavinia",
+ "lat": [
+ 6.6339,
+ 7.0339
+ ],
+ "lon": [
+ 79.6644,
+ 80.0644
+ ]
+ },
+ {
+ "city": "Kesbewa",
+ "lat": [
+ 6.5914,
+ 6.9914000000000005
+ ],
+ "lon": [
+ 79.7378,
+ 80.1378
+ ]
+ },
+ {
+ "city": "Maharagama",
+ "lat": [
+ 6.648,
+ 7.048
+ ],
+ "lon": [
+ 79.7265,
+ 80.12650000000001
+ ]
+ },
+ {
+ "city": "Moratuwa",
+ "lat": [
+ 6.5804,
+ 6.9804
+ ],
+ "lon": [
+ 79.67999999999999,
+ 80.08
+ ]
+ },
+ {
+ "city": "Ratnapura",
+ "lat": [
+ 6.492999999999999,
+ 6.893
+ ],
+ "lon": [
+ 80.18599999999999,
+ 80.586
+ ]
+ },
+ {
+ "city": "Negombo",
+ "lat": [
+ 7.0111,
+ 7.4111
+ ],
+ "lon": [
+ 79.6386,
+ 80.0386
+ ]
+ },
+ {
+ "city": "Kandy",
+ "lat": [
+ 7.0931,
+ 7.4931
+ ],
+ "lon": [
+ 80.435,
+ 80.83500000000001
+ ]
+ },
+ {
+ "city": "Sri Jayewardenepura Kotte",
+ "lat": [
+ 6.7,
+ 7.1000000000000005
+ ],
+ "lon": [
+ 79.7164,
+ 80.1164
+ ]
+ },
+ {
+ "city": "Mawanella",
+ "lat": [
+ 7.0519,
+ 7.4519
+ ],
+ "lon": [
+ 80.2453,
+ 80.6453
+ ]
+ },
+ {
+ "city": "Kotmale",
+ "lat": [
+ 6.8142,
+ 7.2142
+ ],
+ "lon": [
+ 80.38969999999999,
+ 80.7897
+ ]
+ },
+ {
+ "city": "Kalmunai",
+ "lat": [
+ 7.209,
+ 7.609
+ ],
+ "lon": [
+ 81.6347,
+ 82.0347
+ ]
+ },
+ {
+ "city": "Kilinochchi",
+ "lat": [
+ 9.2004,
+ 9.600399999999999
+ ],
+ "lon": [
+ 80.1999,
+ 80.5999
+ ]
+ },
+ {
+ "city": "Hikkaduwa",
+ "lat": [
+ 5.9407,
+ 6.3407
+ ],
+ "lon": [
+ 79.9012,
+ 80.30120000000001
+ ]
+ },
+ {
+ "city": "Trincomalee",
+ "lat": [
+ 8.366700000000002,
+ 8.7667
+ ],
+ "lon": [
+ 81.0333,
+ 81.4333
+ ]
+ },
+ {
+ "city": "Galle",
+ "lat": [
+ 5.8328,
+ 6.2328
+ ],
+ "lon": [
+ 80.01559999999999,
+ 80.4156
+ ]
+ },
+ {
+ "city": "Jaffna",
+ "lat": [
+ 9.4647,
+ 9.8647
+ ],
+ "lon": [
+ 79.8167,
+ 80.2167
+ ]
+ },
+ {
+ "city": "Kalpitiya",
+ "lat": [
+ 8.0372,
+ 8.437199999999999
+ ],
+ "lon": [
+ 79.5628,
+ 79.9628
+ ]
+ },
+ {
+ "city": "Batticaloa",
+ "lat": [
+ 7.5169999999999995,
+ 7.917
+ ],
+ "lon": [
+ 81.5,
+ 81.9
+ ]
+ },
+ {
+ "city": "Athurugiriya",
+ "lat": [
+ 6.668699999999999,
+ 7.0687
+ ],
+ "lon": [
+ 79.79979999999999,
+ 80.1998
+ ]
+ },
+ {
+ "city": "Tissamaharama",
+ "lat": [
+ 6.0765,
+ 6.476500000000001
+ ],
+ "lon": [
+ 81.0865,
+ 81.4865
+ ]
+ },
+ {
+ "city": "Mawatagama",
+ "lat": [
+ 7.2322,
+ 7.6322
+ ],
+ "lon": [
+ 80.2479,
+ 80.6479
+ ]
+ },
+ {
+ "city": "Weligama",
+ "lat": [
+ 5.7749999999999995,
+ 6.175
+ ],
+ "lon": [
+ 80.2297,
+ 80.6297
+ ]
+ },
+ {
+ "city": "Tangalla",
+ "lat": [
+ 5.824,
+ 6.224
+ ],
+ "lon": [
+ 80.5911,
+ 80.9911
+ ]
+ },
+ {
+ "city": "Dambulla",
+ "lat": [
+ 7.66,
+ 8.06
+ ],
+ "lon": [
+ 80.4517,
+ 80.85170000000001
+ ]
+ },
+ {
+ "city": "Matara",
+ "lat": [
+ 5.75,
+ 6.15
+ ],
+ "lon": [
+ 80.3333,
+ 80.7333
+ ]
+ },
+ {
+ "city": "Kolonnawa",
+ "lat": [
+ 6.7329,
+ 7.1329
+ ],
+ "lon": [
+ 79.6848,
+ 80.0848
+ ]
+ },
+ {
+ "city": "Akurana",
+ "lat": [
+ 7.1667,
+ 7.5667
+ ],
+ "lon": [
+ 80.41669999999999,
+ 80.8167
+ ]
+ },
+ {
+ "city": "Galgamuwa",
+ "lat": [
+ 7.8,
+ 8.2
+ ],
+ "lon": [
+ 80.0831,
+ 80.48310000000001
+ ]
+ },
+ {
+ "city": "Anuradhapura",
+ "lat": [
+ 8.135000000000002,
+ 8.535
+ ],
+ "lon": [
+ 80.21079999999999,
+ 80.6108
+ ]
+ },
+ {
+ "city": "Gampaha",
+ "lat": [
+ 6.8896999999999995,
+ 7.2897
+ ],
+ "lon": [
+ 79.7925,
+ 80.19250000000001
+ ]
+ },
+ {
+ "city": "Narammala",
+ "lat": [
+ 7.2337,
+ 7.6337
+ ],
+ "lon": [
+ 79.9971,
+ 80.39710000000001
+ ]
+ },
+ {
+ "city": "Dikwella South",
+ "lat": [
+ 5.7667,
+ 6.1667000000000005
+ ],
+ "lon": [
+ 80.4833,
+ 80.8833
+ ]
+ },
+ {
+ "city": "Kalawana",
+ "lat": [
+ 6.3391,
+ 6.7391000000000005
+ ],
+ "lon": [
+ 80.20389999999999,
+ 80.6039
+ ]
+ }
+ ],
+ "Bahrain": [
+ {
+ "city": "Manama",
+ "lat": [
+ 26.0233,
+ 26.423299999999998
+ ],
+ "lon": [
+ 50.387499999999996,
+ 50.7875
+ ]
+ },
+ {
+ "city": "Al Mu\u1e29arraq",
+ "lat": [
+ 26.05,
+ 26.45
+ ],
+ "lon": [
+ 50.4167,
+ 50.816700000000004
+ ]
+ },
+ {
+ "city": "Mad\u012bnat \u1e28amad",
+ "lat": [
+ 25.9128,
+ 26.3128
+ ],
+ "lon": [
+ 50.3139,
+ 50.7139
+ ]
+ },
+ {
+ "city": "Jidd \u1e28af\u015f",
+ "lat": [
+ 26.019000000000002,
+ 26.419
+ ],
+ "lon": [
+ 50.337999999999994,
+ 50.738
+ ]
+ },
+ {
+ "city": "Mad\u012bnat \u2018\u012as\u00e1",
+ "lat": [
+ 25.9736,
+ 26.3736
+ ],
+ "lon": [
+ 50.3478,
+ 50.747800000000005
+ ]
+ }
+ ],
+ "Cyprus": [
+ {
+ "city": "Nicosia",
+ "lat": [
+ 34.9725,
+ 35.3725
+ ],
+ "lon": [
+ 33.165,
+ 33.565000000000005
+ ]
+ },
+ {
+ "city": "Limassol",
+ "lat": [
+ 34.4747,
+ 34.874700000000004
+ ],
+ "lon": [
+ 32.844199999999994,
+ 33.2442
+ ]
+ },
+ {
+ "city": "Larnaca",
+ "lat": [
+ 34.716699999999996,
+ 35.1167
+ ],
+ "lon": [
+ 33.433299999999996,
+ 33.8333
+ ]
+ },
+ {
+ "city": "Paphos",
+ "lat": [
+ 34.5667,
+ 34.9667
+ ],
+ "lon": [
+ 32.216699999999996,
+ 32.6167
+ ]
+ }
+ ],
+ "Timor-Leste": [
+ {
+ "city": "Dili",
+ "lat": [
+ -8.7594,
+ -8.3594
+ ],
+ "lon": [
+ 125.3795,
+ 125.7795
+ ]
+ }
+ ],
+ "Maldives": [
+ {
+ "city": "Male",
+ "lat": [
+ 3.9753,
+ 4.3753
+ ],
+ "lon": [
+ 73.3089,
+ 73.7089
+ ]
+ }
+ ],
+ "Bhutan": [
+ {
+ "city": "Thimphu",
+ "lat": [
+ 27.2722,
+ 27.6722
+ ],
+ "lon": [
+ 89.4361,
+ 89.8361
+ ]
+ }
+ ],
+ "Brunei": [
+ {
+ "city": "Bandar Seri Begawan",
+ "lat": [
+ 4.6903,
+ 5.0903
+ ],
+ "lon": [
+ 114.7422,
+ 115.1422
+ ]
+ }
+ ]
+ },
+ "South America": {
+ "Brazil": [
+ {
+ "city": "S\u00e3o Paulo",
+ "lat": [
+ -23.7504,
+ -23.3504
+ ],
+ "lon": [
+ -46.8339,
+ -46.433899999999994
+ ]
+ },
+ {
+ "city": "Rio de Janeiro",
+ "lat": [
+ -23.1111,
+ -22.711100000000002
+ ],
+ "lon": [
+ -43.4056,
+ -43.005599999999994
+ ]
+ },
+ {
+ "city": "Belo Horizonte",
+ "lat": [
+ -20.1281,
+ -19.7281
+ ],
+ "lon": [
+ -44.1419,
+ -43.741899999999994
+ ]
+ },
+ {
+ "city": "Fortaleza",
+ "lat": [
+ -3.9275,
+ -3.5275
+ ],
+ "lon": [
+ -38.727500000000006,
+ -38.3275
+ ]
+ },
+ {
+ "city": "Salvador",
+ "lat": [
+ -13.1831,
+ -12.783100000000001
+ ],
+ "lon": [
+ -38.692800000000005,
+ -38.2928
+ ]
+ },
+ {
+ "city": "Curitiba",
+ "lat": [
+ -25.6297,
+ -25.2297
+ ],
+ "lon": [
+ -49.471900000000005,
+ -49.0719
+ ]
+ },
+ {
+ "city": "Recife",
+ "lat": [
+ -8.2539,
+ -7.8539
+ ],
+ "lon": [
+ -35.0808,
+ -34.6808
+ ]
+ },
+ {
+ "city": "Porto Alegre",
+ "lat": [
+ -30.2328,
+ -29.832800000000002
+ ],
+ "lon": [
+ -51.43,
+ -51.029999999999994
+ ]
+ },
+ {
+ "city": "Guarulhos",
+ "lat": [
+ -23.6667,
+ -23.2667
+ ],
+ "lon": [
+ -46.7333,
+ -46.333299999999994
+ ]
+ },
+ {
+ "city": "Bel\u00e9m",
+ "lat": [
+ -1.6558,
+ -1.2558
+ ],
+ "lon": [
+ -48.703900000000004,
+ -48.3039
+ ]
+ },
+ {
+ "city": "Campinas",
+ "lat": [
+ -23.1009,
+ -22.7009
+ ],
+ "lon": [
+ -47.2573,
+ -46.857299999999995
+ ]
+ },
+ {
+ "city": "Goi\u00e2nia",
+ "lat": [
+ -16.880599999999998,
+ -16.4806
+ ],
+ "lon": [
+ -49.4564,
+ -49.0564
+ ]
+ },
+ {
+ "city": "S\u00e3o Lu\u00eds",
+ "lat": [
+ -2.73,
+ -2.3299999999999996
+ ],
+ "lon": [
+ -44.5028,
+ -44.102799999999995
+ ]
+ },
+ {
+ "city": "Macei\u00f3",
+ "lat": [
+ -9.8658,
+ -9.465800000000002
+ ],
+ "lon": [
+ -35.935,
+ -35.535
+ ]
+ },
+ {
+ "city": "S\u00e3o Gon\u00e7alo",
+ "lat": [
+ -23.026899999999998,
+ -22.6269
+ ],
+ "lon": [
+ -43.2539,
+ -42.853899999999996
+ ]
+ },
+ {
+ "city": "Teresina",
+ "lat": [
+ -5.2903,
+ -4.8903
+ ],
+ "lon": [
+ -43.0167,
+ -42.616699999999994
+ ]
+ },
+ {
+ "city": "Jo\u00e3o Pessoa",
+ "lat": [
+ -7.32,
+ -6.92
+ ],
+ "lon": [
+ -35.080000000000005,
+ -34.68
+ ]
+ },
+ {
+ "city": "S\u00e3o Bernardo do Campo",
+ "lat": [
+ -23.8939,
+ -23.4939
+ ],
+ "lon": [
+ -46.765,
+ -46.364999999999995
+ ]
+ },
+ {
+ "city": "Natal",
+ "lat": [
+ -5.995,
+ -5.595
+ ],
+ "lon": [
+ -35.4089,
+ -35.0089
+ ]
+ },
+ {
+ "city": "Santo Andr\u00e9",
+ "lat": [
+ -23.8533,
+ -23.453300000000002
+ ],
+ "lon": [
+ -46.728,
+ -46.327999999999996
+ ]
+ },
+ {
+ "city": "Sorocaba",
+ "lat": [
+ -23.7019,
+ -23.3019
+ ],
+ "lon": [
+ -47.6578,
+ -47.257799999999996
+ ]
+ },
+ {
+ "city": "Aracaju",
+ "lat": [
+ -11.111099999999999,
+ -10.7111
+ ],
+ "lon": [
+ -37.2717,
+ -36.8717
+ ]
+ },
+ {
+ "city": "Campo Grande",
+ "lat": [
+ -20.668599999999998,
+ -20.2686
+ ],
+ "lon": [
+ -54.8222,
+ -54.4222
+ ]
+ },
+ {
+ "city": "Osasco",
+ "lat": [
+ -23.7328,
+ -23.332800000000002
+ ],
+ "lon": [
+ -46.9919,
+ -46.591899999999995
+ ]
+ },
+ {
+ "city": "Jaboat\u00e3o dos Guararapes",
+ "lat": [
+ -8.3128,
+ -7.9128
+ ],
+ "lon": [
+ -35.215,
+ -34.815
+ ]
+ },
+ {
+ "city": "Juiz de Fora",
+ "lat": [
+ -21.964199999999998,
+ -21.5642
+ ],
+ "lon": [
+ -43.5503,
+ -43.150299999999994
+ ]
+ },
+ {
+ "city": "S\u00e3o Jos\u00e9 dos Campos",
+ "lat": [
+ -23.378899999999998,
+ -22.9789
+ ],
+ "lon": [
+ -46.0869,
+ -45.686899999999994
+ ]
+ },
+ {
+ "city": "Contagem",
+ "lat": [
+ -20.131899999999998,
+ -19.7319
+ ],
+ "lon": [
+ -44.2539,
+ -43.853899999999996
+ ]
+ },
+ {
+ "city": "Macap\u00e1",
+ "lat": [
+ -0.167,
+ 0.233
+ ],
+ "lon": [
+ -51.25,
+ -50.849999999999994
+ ]
+ },
+ {
+ "city": "Campos",
+ "lat": [
+ -21.9523,
+ -21.552300000000002
+ ],
+ "lon": [
+ -41.5304,
+ -41.130399999999995
+ ]
+ },
+ {
+ "city": "Ribeir\u00e3o Pr\u00eato",
+ "lat": [
+ -21.3776,
+ -20.977600000000002
+ ],
+ "lon": [
+ -48.0101,
+ -47.610099999999996
+ ]
+ },
+ {
+ "city": "Uberl\u00e2ndia",
+ "lat": [
+ -19.1189,
+ -18.7189
+ ],
+ "lon": [
+ -48.4769,
+ -48.076899999999995
+ ]
+ },
+ {
+ "city": "Niter\u00f3i",
+ "lat": [
+ -23.083299999999998,
+ -22.6833
+ ],
+ "lon": [
+ -43.3036,
+ -42.9036
+ ]
+ },
+ {
+ "city": "Cuiab\u00e1",
+ "lat": [
+ -15.7958,
+ -15.395800000000001
+ ],
+ "lon": [
+ -56.2969,
+ -55.896899999999995
+ ]
+ },
+ {
+ "city": "Feira de Santana",
+ "lat": [
+ -12.466899999999999,
+ -12.0669
+ ],
+ "lon": [
+ -39.166900000000005,
+ -38.7669
+ ]
+ },
+ {
+ "city": "Ananindeua",
+ "lat": [
+ -1.5657999999999999,
+ -1.1658
+ ],
+ "lon": [
+ -48.5719,
+ -48.171899999999994
+ ]
+ },
+ {
+ "city": "Vila Velha",
+ "lat": [
+ -20.5364,
+ -20.136400000000002
+ ],
+ "lon": [
+ -40.4936,
+ -40.093599999999995
+ ]
+ },
+ {
+ "city": "Mogi das Cruzes",
+ "lat": [
+ -23.7228,
+ -23.3228
+ ],
+ "lon": [
+ -46.393100000000004,
+ -45.9931
+ ]
+ },
+ {
+ "city": "Londrina",
+ "lat": [
+ -23.509999999999998,
+ -23.11
+ ],
+ "lon": [
+ -51.3628,
+ -50.962799999999994
+ ]
+ },
+ {
+ "city": "Joinvile",
+ "lat": [
+ -26.503899999999998,
+ -26.1039
+ ],
+ "lon": [
+ -49.0458,
+ -48.645799999999994
+ ]
+ },
+ {
+ "city": "Piracicaba",
+ "lat": [
+ -22.9252,
+ -22.5252
+ ],
+ "lon": [
+ -47.8493,
+ -47.449299999999994
+ ]
+ },
+ {
+ "city": "Campina Grande",
+ "lat": [
+ -7.4306,
+ -7.0306
+ ],
+ "lon": [
+ -36.081100000000006,
+ -35.6811
+ ]
+ },
+ {
+ "city": "Santos",
+ "lat": [
+ -24.1608,
+ -23.7608
+ ],
+ "lon": [
+ -46.5339,
+ -46.1339
+ ]
+ },
+ {
+ "city": "Mau\u00e1",
+ "lat": [
+ -23.8678,
+ -23.4678
+ ],
+ "lon": [
+ -46.6608,
+ -46.260799999999996
+ ]
+ },
+ {
+ "city": "Boa Vista",
+ "lat": [
+ 2.6199999999999997,
+ 3.02
+ ],
+ "lon": [
+ -60.871900000000004,
+ -60.4719
+ ]
+ },
+ {
+ "city": "Maring\u00e1",
+ "lat": [
+ -23.625,
+ -23.225
+ ],
+ "lon": [
+ -52.1389,
+ -51.738899999999994
+ ]
+ },
+ {
+ "city": "Jundia\u00ed",
+ "lat": [
+ -23.3864,
+ -22.9864
+ ],
+ "lon": [
+ -47.0842,
+ -46.6842
+ ]
+ },
+ {
+ "city": "Diadema",
+ "lat": [
+ -23.8858,
+ -23.4858
+ ],
+ "lon": [
+ -46.8228,
+ -46.422799999999995
+ ]
+ },
+ {
+ "city": "Itaquaquecetuba",
+ "lat": [
+ -23.6864,
+ -23.2864
+ ],
+ "lon": [
+ -46.5486,
+ -46.148599999999995
+ ]
+ },
+ {
+ "city": "Bauru",
+ "lat": [
+ -22.514699999999998,
+ -22.1147
+ ],
+ "lon": [
+ -49.260600000000004,
+ -48.8606
+ ]
+ },
+ {
+ "city": "Rio Branco",
+ "lat": [
+ -10.178099999999999,
+ -9.7781
+ ],
+ "lon": [
+ -68.0117,
+ -67.6117
+ ]
+ },
+ {
+ "city": "Blumenau",
+ "lat": [
+ -27.1189,
+ -26.7189
+ ],
+ "lon": [
+ -49.265800000000006,
+ -48.8658
+ ]
+ },
+ {
+ "city": "Caxias do Sul",
+ "lat": [
+ -29.3678,
+ -28.9678
+ ],
+ "lon": [
+ -51.3789,
+ -50.978899999999996
+ ]
+ },
+ {
+ "city": "S\u00e3o Jos\u00e9 do Rio Pr\u00eato",
+ "lat": [
+ -21.02,
+ -20.62
+ ],
+ "lon": [
+ -49.578900000000004,
+ -49.1789
+ ]
+ },
+ {
+ "city": "Caucaia",
+ "lat": [
+ -3.9328000000000003,
+ -3.5328
+ ],
+ "lon": [
+ -38.8558,
+ -38.455799999999996
+ ]
+ },
+ {
+ "city": "Olinda",
+ "lat": [
+ -8.2089,
+ -7.8089
+ ],
+ "lon": [
+ -35.055,
+ -34.654999999999994
+ ]
+ },
+ {
+ "city": "Praia Grande",
+ "lat": [
+ -24.2058,
+ -23.8058
+ ],
+ "lon": [
+ -46.6028,
+ -46.202799999999996
+ ]
+ },
+ {
+ "city": "Cascavel",
+ "lat": [
+ -25.1558,
+ -24.7558
+ ],
+ "lon": [
+ -53.655300000000004,
+ -53.2553
+ ]
+ },
+ {
+ "city": "Canoas",
+ "lat": [
+ -30.12,
+ -29.720000000000002
+ ],
+ "lon": [
+ -51.38,
+ -50.98
+ ]
+ },
+ {
+ "city": "Carapicu\u00edba",
+ "lat": [
+ -23.7228,
+ -23.3228
+ ],
+ "lon": [
+ -47.0358,
+ -46.635799999999996
+ ]
+ },
+ {
+ "city": "Florian\u00f3polis",
+ "lat": [
+ -27.7933,
+ -27.3933
+ ],
+ "lon": [
+ -48.753,
+ -48.352999999999994
+ ]
+ },
+ {
+ "city": "Paulista",
+ "lat": [
+ -8.1408,
+ -7.7408
+ ],
+ "lon": [
+ -35.0728,
+ -34.672799999999995
+ ]
+ },
+ {
+ "city": "Vit\u00f3ria da Conquista",
+ "lat": [
+ -15.066099999999999,
+ -14.6661
+ ],
+ "lon": [
+ -41.0394,
+ -40.639399999999995
+ ]
+ },
+ {
+ "city": "Porto Velho",
+ "lat": [
+ -8.9619,
+ -8.561900000000001
+ ],
+ "lon": [
+ -64.1039,
+ -63.7039
+ ]
+ },
+ {
+ "city": "Santar\u00e9m",
+ "lat": [
+ -2.6431,
+ -2.2430999999999996
+ ],
+ "lon": [
+ -54.908300000000004,
+ -54.5083
+ ]
+ },
+ {
+ "city": "Ribeir\u00e3o das Neves",
+ "lat": [
+ -19.9669,
+ -19.5669
+ ],
+ "lon": [
+ -44.2869,
+ -43.8869
+ ]
+ },
+ {
+ "city": "Cariacica",
+ "lat": [
+ -20.4639,
+ -20.0639
+ ],
+ "lon": [
+ -40.620000000000005,
+ -40.22
+ ]
+ },
+ {
+ "city": "Pelotas",
+ "lat": [
+ -31.971899999999998,
+ -31.5719
+ ],
+ "lon": [
+ -52.5428,
+ -52.142799999999994
+ ]
+ },
+ {
+ "city": "Vit\u00f3ria",
+ "lat": [
+ -20.5106,
+ -20.1106
+ ],
+ "lon": [
+ -40.4972,
+ -40.097199999999994
+ ]
+ },
+ {
+ "city": "Serra",
+ "lat": [
+ -20.3289,
+ -19.928900000000002
+ ],
+ "lon": [
+ -40.5078,
+ -40.1078
+ ]
+ },
+ {
+ "city": "Taubat\u00e9",
+ "lat": [
+ -23.2333,
+ -22.8333
+ ],
+ "lon": [
+ -45.75,
+ -45.349999999999994
+ ]
+ },
+ {
+ "city": "Barueri",
+ "lat": [
+ -23.7111,
+ -23.3111
+ ],
+ "lon": [
+ -47.0764,
+ -46.676399999999994
+ ]
+ },
+ {
+ "city": "Guaruj\u00e1",
+ "lat": [
+ -24.1936,
+ -23.7936
+ ],
+ "lon": [
+ -46.4564,
+ -46.0564
+ ]
+ },
+ {
+ "city": "Montes Claros",
+ "lat": [
+ -16.932199999999998,
+ -16.5322
+ ],
+ "lon": [
+ -44.0636,
+ -43.663599999999995
+ ]
+ },
+ {
+ "city": "Betim",
+ "lat": [
+ -20.1678,
+ -19.7678
+ ],
+ "lon": [
+ -44.397800000000004,
+ -43.9978
+ ]
+ },
+ {
+ "city": "S\u00e3o Vicente",
+ "lat": [
+ -24.1664,
+ -23.7664
+ ],
+ "lon": [
+ -46.5861,
+ -46.186099999999996
+ ]
+ },
+ {
+ "city": "Palmas",
+ "lat": [
+ -10.388599999999999,
+ -9.9886
+ ],
+ "lon": [
+ -48.5336,
+ -48.133599999999994
+ ]
+ },
+ {
+ "city": "V\u00e1rzea Grande",
+ "lat": [
+ -15.8469,
+ -15.446900000000001
+ ],
+ "lon": [
+ -56.332800000000006,
+ -55.9328
+ ]
+ },
+ {
+ "city": "An\u00e1polis",
+ "lat": [
+ -16.526899999999998,
+ -16.1269
+ ],
+ "lon": [
+ -49.152800000000006,
+ -48.7528
+ ]
+ },
+ {
+ "city": "Franca",
+ "lat": [
+ -20.7389,
+ -20.338900000000002
+ ],
+ "lon": [
+ -47.6008,
+ -47.200799999999994
+ ]
+ },
+ {
+ "city": "Juazeiro do Norte",
+ "lat": [
+ -7.4128,
+ -7.0127999999999995
+ ],
+ "lon": [
+ -39.515,
+ -39.114999999999995
+ ]
+ },
+ {
+ "city": "Foz do Igua\u00e7u",
+ "lat": [
+ -25.74,
+ -25.34
+ ],
+ "lon": [
+ -54.7875,
+ -54.387499999999996
+ ]
+ },
+ {
+ "city": "Petr\u00f3polis",
+ "lat": [
+ -22.705,
+ -22.305
+ ],
+ "lon": [
+ -43.3789,
+ -42.978899999999996
+ ]
+ },
+ {
+ "city": "Ponta Grossa",
+ "lat": [
+ -25.294999999999998,
+ -24.895
+ ],
+ "lon": [
+ -50.361900000000006,
+ -49.9619
+ ]
+ },
+ {
+ "city": "Tabo\u00e3o da Serra",
+ "lat": [
+ -23.8019,
+ -23.4019
+ ],
+ "lon": [
+ -46.9528,
+ -46.5528
+ ]
+ },
+ {
+ "city": "Imperatriz",
+ "lat": [
+ -5.7258000000000004,
+ -5.3258
+ ],
+ "lon": [
+ -47.6758,
+ -47.2758
+ ]
+ },
+ {
+ "city": "Sumar\u00e9",
+ "lat": [
+ -23.0219,
+ -22.6219
+ ],
+ "lon": [
+ -47.4669,
+ -47.0669
+ ]
+ },
+ {
+ "city": "Mossor\u00f3",
+ "lat": [
+ -5.3878,
+ -4.9878
+ ],
+ "lon": [
+ -37.5439,
+ -37.143899999999995
+ ]
+ },
+ {
+ "city": "Itaja\u00ed",
+ "lat": [
+ -27.1078,
+ -26.707800000000002
+ ],
+ "lon": [
+ -48.861900000000006,
+ -48.4619
+ ]
+ },
+ {
+ "city": "Indaiatuba",
+ "lat": [
+ -23.2903,
+ -22.8903
+ ],
+ "lon": [
+ -47.4181,
+ -47.0181
+ ]
+ },
+ {
+ "city": "S\u00e3o Carlos",
+ "lat": [
+ -22.2178,
+ -21.817800000000002
+ ],
+ "lon": [
+ -48.0908,
+ -47.690799999999996
+ ]
+ },
+ {
+ "city": "Caruaru",
+ "lat": [
+ -8.4828,
+ -8.0828
+ ],
+ "lon": [
+ -36.1758,
+ -35.7758
+ ]
+ },
+ {
+ "city": "Parnamirim",
+ "lat": [
+ -6.1158,
+ -5.7158
+ ],
+ "lon": [
+ -35.4628,
+ -35.062799999999996
+ ]
+ },
+ {
+ "city": "Uberaba",
+ "lat": [
+ -19.9478,
+ -19.547800000000002
+ ],
+ "lon": [
+ -48.1319,
+ -47.731899999999996
+ ]
+ },
+ {
+ "city": "Limeira",
+ "lat": [
+ -22.764699999999998,
+ -22.3647
+ ],
+ "lon": [
+ -47.6017,
+ -47.201699999999995
+ ]
+ },
+ {
+ "city": "Governador Valadares",
+ "lat": [
+ -19.0508,
+ -18.6508
+ ],
+ "lon": [
+ -42.148900000000005,
+ -41.7489
+ ]
+ },
+ {
+ "city": "Maca\u00e9",
+ "lat": [
+ -22.5708,
+ -22.1708
+ ],
+ "lon": [
+ -41.986900000000006,
+ -41.5869
+ ]
+ },
+ {
+ "city": "S\u00e3o Jos\u00e9 de Ribamar",
+ "lat": [
+ -2.7619000000000002,
+ -2.3619
+ ],
+ "lon": [
+ -44.2539,
+ -43.853899999999996
+ ]
+ },
+ {
+ "city": "Santa Maria",
+ "lat": [
+ -29.8839,
+ -29.483900000000002
+ ],
+ "lon": [
+ -54.0069,
+ -53.606899999999996
+ ]
+ },
+ {
+ "city": "Araraquara",
+ "lat": [
+ -21.9939,
+ -21.5939
+ ],
+ "lon": [
+ -48.375800000000005,
+ -47.9758
+ ]
+ },
+ {
+ "city": "Volta Redonda",
+ "lat": [
+ -22.7231,
+ -22.3231
+ ],
+ "lon": [
+ -44.3042,
+ -43.904199999999996
+ ]
+ },
+ {
+ "city": "Americana",
+ "lat": [
+ -22.9392,
+ -22.5392
+ ],
+ "lon": [
+ -47.531400000000005,
+ -47.1314
+ ]
+ },
+ {
+ "city": "Sete Lagoas",
+ "lat": [
+ -19.6658,
+ -19.265800000000002
+ ],
+ "lon": [
+ -44.4469,
+ -44.046899999999994
+ ]
+ },
+ {
+ "city": "Mar\u00edlia",
+ "lat": [
+ -22.413899999999998,
+ -22.0139
+ ],
+ "lon": [
+ -50.1458,
+ -49.745799999999996
+ ]
+ },
+ {
+ "city": "Jacare\u00ed",
+ "lat": [
+ -23.505,
+ -23.105
+ ],
+ "lon": [
+ -46.165800000000004,
+ -45.7658
+ ]
+ },
+ {
+ "city": "Arapiraca",
+ "lat": [
+ -9.952499999999999,
+ -9.5525
+ ],
+ "lon": [
+ -36.8611,
+ -36.461099999999995
+ ]
+ },
+ {
+ "city": "Maracana\u00fa",
+ "lat": [
+ -4.0769,
+ -3.6769
+ ],
+ "lon": [
+ -38.8258,
+ -38.425799999999995
+ ]
+ },
+ {
+ "city": "Gravata\u00ed",
+ "lat": [
+ -30.1433,
+ -29.7433
+ ],
+ "lon": [
+ -51.1939,
+ -50.793899999999994
+ ]
+ },
+ {
+ "city": "Divin\u00f3polis",
+ "lat": [
+ -20.3389,
+ -19.9389
+ ],
+ "lon": [
+ -45.0839,
+ -44.683899999999994
+ ]
+ },
+ {
+ "city": "Suzano",
+ "lat": [
+ -23.7428,
+ -23.3428
+ ],
+ "lon": [
+ -46.5108,
+ -46.1108
+ ]
+ },
+ {
+ "city": "Mag\u00e9",
+ "lat": [
+ -22.8528,
+ -22.4528
+ ],
+ "lon": [
+ -43.2408,
+ -42.840799999999994
+ ]
+ },
+ {
+ "city": "Ipatinga",
+ "lat": [
+ -19.6678,
+ -19.2678
+ ],
+ "lon": [
+ -42.736900000000006,
+ -42.3369
+ ]
+ },
+ {
+ "city": "Rio Verde",
+ "lat": [
+ -17.997799999999998,
+ -17.5978
+ ],
+ "lon": [
+ -51.1278,
+ -50.727799999999995
+ ]
+ },
+ {
+ "city": "Presidente Prudente",
+ "lat": [
+ -22.3258,
+ -21.925800000000002
+ ],
+ "lon": [
+ -51.5889,
+ -51.1889
+ ]
+ },
+ {
+ "city": "Itabora\u00ed",
+ "lat": [
+ -22.947499999999998,
+ -22.5475
+ ],
+ "lon": [
+ -43.055800000000005,
+ -42.6558
+ ]
+ },
+ {
+ "city": "Viam\u00e3o",
+ "lat": [
+ -30.2808,
+ -29.8808
+ ],
+ "lon": [
+ -51.2228,
+ -50.822799999999994
+ ]
+ },
+ {
+ "city": "Chapec\u00f3",
+ "lat": [
+ -27.2958,
+ -26.8958
+ ],
+ "lon": [
+ -52.817800000000005,
+ -52.4178
+ ]
+ },
+ {
+ "city": "Itapevi",
+ "lat": [
+ -23.7489,
+ -23.3489
+ ],
+ "lon": [
+ -47.1342,
+ -46.734199999999994
+ ]
+ },
+ {
+ "city": "Santa Luzia",
+ "lat": [
+ -19.9697,
+ -19.5697
+ ],
+ "lon": [
+ -44.0514,
+ -43.651399999999995
+ ]
+ },
+ {
+ "city": "Petrolina",
+ "lat": [
+ -9.592799999999999,
+ -9.1928
+ ],
+ "lon": [
+ -40.707800000000006,
+ -40.3078
+ ]
+ },
+ {
+ "city": "Hortol\u00e2ndia",
+ "lat": [
+ -23.0583,
+ -22.6583
+ ],
+ "lon": [
+ -47.42,
+ -47.019999999999996
+ ]
+ },
+ {
+ "city": "Crici\u00fama",
+ "lat": [
+ -28.877499999999998,
+ -28.4775
+ ],
+ "lon": [
+ -49.569700000000005,
+ -49.1697
+ ]
+ },
+ {
+ "city": "Sobral",
+ "lat": [
+ -3.8861000000000003,
+ -3.4861
+ ],
+ "lon": [
+ -40.5497,
+ -40.149699999999996
+ ]
+ },
+ {
+ "city": "Santo Agostinho",
+ "lat": [
+ -8.489999999999998,
+ -8.09
+ ],
+ "lon": [
+ -35.230000000000004,
+ -34.83
+ ]
+ },
+ {
+ "city": "S\u00e3o Jos\u00e9 dos Pinhais",
+ "lat": [
+ -25.735,
+ -25.335
+ ],
+ "lon": [
+ -49.405800000000006,
+ -49.0058
+ ]
+ },
+ {
+ "city": "Rio Claro",
+ "lat": [
+ -22.610799999999998,
+ -22.2108
+ ],
+ "lon": [
+ -47.7608,
+ -47.3608
+ ]
+ },
+ {
+ "city": "Ara\u00e7atuba",
+ "lat": [
+ -21.4089,
+ -21.0089
+ ],
+ "lon": [
+ -50.6328,
+ -50.2328
+ ]
+ },
+ {
+ "city": "S\u00e3o Leopoldo",
+ "lat": [
+ -29.96,
+ -29.560000000000002
+ ],
+ "lon": [
+ -51.346900000000005,
+ -50.9469
+ ]
+ },
+ {
+ "city": "Nossa Senhora do Socorro",
+ "lat": [
+ -11.055,
+ -10.655000000000001
+ ],
+ "lon": [
+ -37.3258,
+ -36.925799999999995
+ ]
+ },
+ {
+ "city": "Rio Grande",
+ "lat": [
+ -32.235,
+ -31.834999999999997
+ ],
+ "lon": [
+ -52.2989,
+ -51.8989
+ ]
+ },
+ {
+ "city": "Itabuna",
+ "lat": [
+ -14.9858,
+ -14.5858
+ ],
+ "lon": [
+ -39.480000000000004,
+ -39.08
+ ]
+ },
+ {
+ "city": "Ferraz de Vasconcelos",
+ "lat": [
+ -23.7411,
+ -23.3411
+ ],
+ "lon": [
+ -46.5689,
+ -46.168899999999994
+ ]
+ },
+ {
+ "city": "Santa B\u00e1rbara d\u2019Oeste",
+ "lat": [
+ -22.9539,
+ -22.553900000000002
+ ],
+ "lon": [
+ -47.6139,
+ -47.213899999999995
+ ]
+ },
+ {
+ "city": "Colombo",
+ "lat": [
+ -25.491899999999998,
+ -25.0919
+ ],
+ "lon": [
+ -49.4239,
+ -49.0239
+ ]
+ },
+ {
+ "city": "Jaragu\u00e1 do Sul",
+ "lat": [
+ -26.6858,
+ -26.285800000000002
+ ],
+ "lon": [
+ -49.2669,
+ -48.866899999999994
+ ]
+ },
+ {
+ "city": "Guarapuava",
+ "lat": [
+ -25.595,
+ -25.195
+ ],
+ "lon": [
+ -51.6578,
+ -51.257799999999996
+ ]
+ },
+ {
+ "city": "Manaus",
+ "lat": [
+ -3.3189,
+ -2.9189
+ ],
+ "lon": [
+ -60.221700000000006,
+ -59.8217
+ ]
+ },
+ {
+ "city": "Cachoeiro de Itapemirim",
+ "lat": [
+ -21.0489,
+ -20.6489
+ ],
+ "lon": [
+ -41.3128,
+ -40.9128
+ ]
+ },
+ {
+ "city": "Juazeiro",
+ "lat": [
+ -9.6139,
+ -9.2139
+ ],
+ "lon": [
+ -40.7028,
+ -40.3028
+ ]
+ },
+ {
+ "city": "Luzi\u00e2nia",
+ "lat": [
+ -16.4528,
+ -16.0528
+ ],
+ "lon": [
+ -48.150000000000006,
+ -47.75
+ ]
+ },
+ {
+ "city": "Timon",
+ "lat": [
+ -5.2939,
+ -4.8938999999999995
+ ],
+ "lon": [
+ -43.0369,
+ -42.6369
+ ]
+ },
+ {
+ "city": "S\u00e3o Jos\u00e9",
+ "lat": [
+ -27.814999999999998,
+ -27.415
+ ],
+ "lon": [
+ -48.8278,
+ -48.4278
+ ]
+ },
+ {
+ "city": "Nova Friburgo",
+ "lat": [
+ -22.4819,
+ -22.0819
+ ],
+ "lon": [
+ -42.7308,
+ -42.330799999999996
+ ]
+ },
+ {
+ "city": "Aragua\u00edna",
+ "lat": [
+ -7.3908000000000005,
+ -6.9908
+ ],
+ "lon": [
+ -48.4069,
+ -48.006899999999995
+ ]
+ },
+ {
+ "city": "Barra Mansa",
+ "lat": [
+ -22.7439,
+ -22.3439
+ ],
+ "lon": [
+ -44.3708,
+ -43.9708
+ ]
+ },
+ {
+ "city": "Passo Fundo",
+ "lat": [
+ -28.462799999999998,
+ -28.0628
+ ],
+ "lon": [
+ -52.6069,
+ -52.2069
+ ]
+ },
+ {
+ "city": "Francisco Morato",
+ "lat": [
+ -23.4817,
+ -23.0817
+ ],
+ "lon": [
+ -46.9425,
+ -46.5425
+ ]
+ },
+ {
+ "city": "Marab\u00e1",
+ "lat": [
+ -5.5689,
+ -5.1689
+ ],
+ "lon": [
+ -49.317800000000005,
+ -48.9178
+ ]
+ },
+ {
+ "city": "Itapecerica da Serra",
+ "lat": [
+ -23.917199999999998,
+ -23.5172
+ ],
+ "lon": [
+ -47.049400000000006,
+ -46.6494
+ ]
+ },
+ {
+ "city": "Itu",
+ "lat": [
+ -23.464199999999998,
+ -23.0642
+ ],
+ "lon": [
+ -47.4992,
+ -47.099199999999996
+ ]
+ },
+ {
+ "city": "Linhares",
+ "lat": [
+ -19.5987,
+ -19.198700000000002
+ ],
+ "lon": [
+ -40.265100000000004,
+ -39.8651
+ ]
+ },
+ {
+ "city": "S\u00e3o Caetano do Sul",
+ "lat": [
+ -23.8228,
+ -23.422800000000002
+ ],
+ "lon": [
+ -46.750800000000005,
+ -46.3508
+ ]
+ },
+ {
+ "city": "Lajes",
+ "lat": [
+ -28.0158,
+ -27.6158
+ ],
+ "lon": [
+ -50.525800000000004,
+ -50.1258
+ ]
+ },
+ {
+ "city": "Dourados",
+ "lat": [
+ -22.4208,
+ -22.0208
+ ],
+ "lon": [
+ -55.0058,
+ -54.605799999999995
+ ]
+ },
+ {
+ "city": "Po\u00e7os de Caldas",
+ "lat": [
+ -21.9878,
+ -21.5878
+ ],
+ "lon": [
+ -46.7608,
+ -46.3608
+ ]
+ },
+ {
+ "city": "Parna\u00edba",
+ "lat": [
+ -3.105,
+ -2.7049999999999996
+ ],
+ "lon": [
+ -41.9769,
+ -41.576899999999995
+ ]
+ },
+ {
+ "city": "Cama\u00e7ari",
+ "lat": [
+ -12.8978,
+ -12.497800000000002
+ ],
+ "lon": [
+ -38.523900000000005,
+ -38.1239
+ ]
+ },
+ {
+ "city": "Bragan\u00e7a Paulista",
+ "lat": [
+ -23.1189,
+ -22.7189
+ ],
+ "lon": [
+ -46.7425,
+ -46.342499999999994
+ ]
+ },
+ {
+ "city": "Pindamonhangaba",
+ "lat": [
+ -23.1239,
+ -22.7239
+ ],
+ "lon": [
+ -45.6617,
+ -45.2617
+ ]
+ },
+ {
+ "city": "Patos de Minas",
+ "lat": [
+ -18.7871,
+ -18.3871
+ ],
+ "lon": [
+ -46.7149,
+ -46.314899999999994
+ ]
+ },
+ {
+ "city": "Abaetetuba",
+ "lat": [
+ -1.9178,
+ -1.5178
+ ],
+ "lon": [
+ -49.082800000000006,
+ -48.6828
+ ]
+ },
+ {
+ "city": "Ilh\u00e9us",
+ "lat": [
+ -14.9889,
+ -14.5889
+ ],
+ "lon": [
+ -39.248900000000006,
+ -38.8489
+ ]
+ },
+ {
+ "city": "Itapetininga",
+ "lat": [
+ -23.7917,
+ -23.3917
+ ],
+ "lon": [
+ -48.2531,
+ -47.8531
+ ]
+ },
+ {
+ "city": "Rio das Ostras",
+ "lat": [
+ -22.7269,
+ -22.326900000000002
+ ],
+ "lon": [
+ -42.145,
+ -41.745
+ ]
+ },
+ {
+ "city": "Camarajibe",
+ "lat": [
+ -8.2219,
+ -7.8219
+ ],
+ "lon": [
+ -35.180800000000005,
+ -34.7808
+ ]
+ },
+ {
+ "city": "Santana de Parna\u00edba",
+ "lat": [
+ -23.6439,
+ -23.2439
+ ],
+ "lon": [
+ -47.1178,
+ -46.7178
+ ]
+ },
+ {
+ "city": "Pouso Alegre",
+ "lat": [
+ -22.4281,
+ -22.028100000000002
+ ],
+ "lon": [
+ -46.1336,
+ -45.733599999999996
+ ]
+ },
+ {
+ "city": "Alagoinhas",
+ "lat": [
+ -12.3356,
+ -11.9356
+ ],
+ "lon": [
+ -38.6192,
+ -38.219199999999994
+ ]
+ },
+ {
+ "city": "Arauc\u00e1ria",
+ "lat": [
+ -25.7928,
+ -25.3928
+ ],
+ "lon": [
+ -49.61,
+ -49.209999999999994
+ ]
+ },
+ {
+ "city": "Toledo",
+ "lat": [
+ -24.913899999999998,
+ -24.5139
+ ],
+ "lon": [
+ -53.942800000000005,
+ -53.5428
+ ]
+ },
+ {
+ "city": "Rondon\u00f3polis",
+ "lat": [
+ -16.6708,
+ -16.2708
+ ],
+ "lon": [
+ -54.835800000000006,
+ -54.4358
+ ]
+ },
+ {
+ "city": "Santa Rita",
+ "lat": [
+ -7.3139,
+ -6.9139
+ ],
+ "lon": [
+ -35.177800000000005,
+ -34.7778
+ ]
+ },
+ {
+ "city": "Cotia",
+ "lat": [
+ -23.8039,
+ -23.4039
+ ],
+ "lon": [
+ -47.118900000000004,
+ -46.7189
+ ]
+ },
+ {
+ "city": "Jequi\u00e9",
+ "lat": [
+ -14.057799999999999,
+ -13.6578
+ ],
+ "lon": [
+ -40.2839,
+ -39.8839
+ ]
+ },
+ {
+ "city": "Franco da Rocha",
+ "lat": [
+ -23.5286,
+ -23.128600000000002
+ ],
+ "lon": [
+ -46.924400000000006,
+ -46.5244
+ ]
+ },
+ {
+ "city": "Pa\u00e7o do Lumiar",
+ "lat": [
+ -2.7319,
+ -2.3318999999999996
+ ],
+ "lon": [
+ -44.3078,
+ -43.907799999999995
+ ]
+ },
+ {
+ "city": "Garanhuns",
+ "lat": [
+ -9.0903,
+ -8.6903
+ ],
+ "lon": [
+ -36.692800000000005,
+ -36.2928
+ ]
+ },
+ {
+ "city": "Trindade",
+ "lat": [
+ -16.8489,
+ -16.448900000000002
+ ],
+ "lon": [
+ -49.688900000000004,
+ -49.2889
+ ]
+ },
+ {
+ "city": "Bras\u00edlia",
+ "lat": [
+ -15.9939,
+ -15.593900000000001
+ ],
+ "lon": [
+ -48.082800000000006,
+ -47.6828
+ ]
+ },
+ {
+ "city": "Brusque",
+ "lat": [
+ -27.2978,
+ -26.8978
+ ],
+ "lon": [
+ -49.1178,
+ -48.7178
+ ]
+ },
+ {
+ "city": "Caxias",
+ "lat": [
+ -5.0589,
+ -4.6589
+ ],
+ "lon": [
+ -43.555800000000005,
+ -43.1558
+ ]
+ },
+ {
+ "city": "Botucatu",
+ "lat": [
+ -23.0858,
+ -22.6858
+ ],
+ "lon": [
+ -48.645,
+ -48.245
+ ]
+ },
+ {
+ "city": "Balne\u00e1rio de Cambori\u00fa",
+ "lat": [
+ -27.1908,
+ -26.7908
+ ],
+ "lon": [
+ -48.835,
+ -48.434999999999995
+ ]
+ },
+ {
+ "city": "Teres\u00f3polis",
+ "lat": [
+ -22.6119,
+ -22.2119
+ ],
+ "lon": [
+ -43.165800000000004,
+ -42.7658
+ ]
+ },
+ {
+ "city": "Te\u00f3filo Otoni",
+ "lat": [
+ -18.0578,
+ -17.6578
+ ],
+ "lon": [
+ -41.705000000000005,
+ -41.305
+ ]
+ },
+ {
+ "city": "Atibaia",
+ "lat": [
+ -23.3172,
+ -22.9172
+ ],
+ "lon": [
+ -46.750600000000006,
+ -46.3506
+ ]
+ },
+ {
+ "city": "Varginha",
+ "lat": [
+ -21.750799999999998,
+ -21.3508
+ ],
+ "lon": [
+ -45.63,
+ -45.23
+ ]
+ },
+ {
+ "city": "Campo Largo",
+ "lat": [
+ -25.6589,
+ -25.2589
+ ],
+ "lon": [
+ -49.7278,
+ -49.327799999999996
+ ]
+ },
+ {
+ "city": "Cachoeirinha",
+ "lat": [
+ -30.1508,
+ -29.7508
+ ],
+ "lon": [
+ -51.2939,
+ -50.893899999999995
+ ]
+ },
+ {
+ "city": "Castanhal",
+ "lat": [
+ -1.4969,
+ -1.0969
+ ],
+ "lon": [
+ -48.121900000000004,
+ -47.7219
+ ]
+ },
+ {
+ "city": "Salto",
+ "lat": [
+ -23.4008,
+ -23.0008
+ ],
+ "lon": [
+ -47.486900000000006,
+ -47.0869
+ ]
+ },
+ {
+ "city": "Camet\u00e1",
+ "lat": [
+ -2.4439,
+ -2.0439
+ ],
+ "lon": [
+ -49.695800000000006,
+ -49.2958
+ ]
+ },
+ {
+ "city": "Marituba",
+ "lat": [
+ -10.4833,
+ -10.083300000000001
+ ],
+ "lon": [
+ -36.6,
+ -36.199999999999996
+ ]
+ },
+ {
+ "city": "Ja\u00fa",
+ "lat": [
+ -22.4958,
+ -22.0958
+ ],
+ "lon": [
+ -48.7578,
+ -48.3578
+ ]
+ },
+ {
+ "city": "Santa Cruz do Sul",
+ "lat": [
+ -29.9178,
+ -29.5178
+ ],
+ "lon": [
+ -52.625800000000005,
+ -52.2258
+ ]
+ },
+ {
+ "city": "Ibirit\u00e9",
+ "lat": [
+ -20.221899999999998,
+ -19.8219
+ ],
+ "lon": [
+ -44.258900000000004,
+ -43.8589
+ ]
+ },
+ {
+ "city": "Crato",
+ "lat": [
+ -7.434200000000001,
+ -7.0342
+ ],
+ "lon": [
+ -39.6094,
+ -39.209399999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Mateus",
+ "lat": [
+ -18.920099999999998,
+ -18.5201
+ ],
+ "lon": [
+ -40.0589,
+ -39.658899999999996
+ ]
+ },
+ {
+ "city": "Barreiras",
+ "lat": [
+ -12.352799999999998,
+ -11.9528
+ ],
+ "lon": [
+ -45.190000000000005,
+ -44.79
+ ]
+ },
+ {
+ "city": "Cubat\u00e3o",
+ "lat": [
+ -24.095299999999998,
+ -23.6953
+ ],
+ "lon": [
+ -46.625600000000006,
+ -46.2256
+ ]
+ },
+ {
+ "city": "Conselheiro Lafaiete",
+ "lat": [
+ -20.86,
+ -20.46
+ ],
+ "lon": [
+ -43.985800000000005,
+ -43.5858
+ ]
+ },
+ {
+ "city": "Itapipoca",
+ "lat": [
+ -3.6939,
+ -3.2939
+ ],
+ "lon": [
+ -39.7789,
+ -39.378899999999994
+ ]
+ },
+ {
+ "city": "Araras",
+ "lat": [
+ -22.5569,
+ -22.1569
+ ],
+ "lon": [
+ -47.5839,
+ -47.183899999999994
+ ]
+ },
+ {
+ "city": "Apucarana",
+ "lat": [
+ -23.750799999999998,
+ -23.3508
+ ],
+ "lon": [
+ -51.6608,
+ -51.260799999999996
+ ]
+ },
+ {
+ "city": "Vespasiano",
+ "lat": [
+ -19.8919,
+ -19.4919
+ ],
+ "lon": [
+ -44.1233,
+ -43.723299999999995
+ ]
+ },
+ {
+ "city": "Bragan\u00e7a",
+ "lat": [
+ -1.2536,
+ -0.8536000000000001
+ ],
+ "lon": [
+ -46.9656,
+ -46.565599999999996
+ ]
+ },
+ {
+ "city": "Votorantim",
+ "lat": [
+ -23.7469,
+ -23.3469
+ ],
+ "lon": [
+ -47.637800000000006,
+ -47.2378
+ ]
+ },
+ {
+ "city": "Paranagu\u00e1",
+ "lat": [
+ -25.7208,
+ -25.320800000000002
+ ],
+ "lon": [
+ -48.7094,
+ -48.3094
+ ]
+ },
+ {
+ "city": "Sert\u00e3ozinho",
+ "lat": [
+ -21.337799999999998,
+ -20.9378
+ ],
+ "lon": [
+ -48.190000000000005,
+ -47.79
+ ]
+ },
+ {
+ "city": "Cabo Frio",
+ "lat": [
+ -23.0789,
+ -22.678900000000002
+ ],
+ "lon": [
+ -42.218900000000005,
+ -41.8189
+ ]
+ },
+ {
+ "city": "Barcarena",
+ "lat": [
+ -1.7058,
+ -1.3058
+ ],
+ "lon": [
+ -48.8258,
+ -48.425799999999995
+ ]
+ },
+ {
+ "city": "Jandira",
+ "lat": [
+ -23.7278,
+ -23.3278
+ ],
+ "lon": [
+ -47.1028,
+ -46.702799999999996
+ ]
+ },
+ {
+ "city": "Altamira",
+ "lat": [
+ -3.4028,
+ -3.0027999999999997
+ ],
+ "lon": [
+ -52.405800000000006,
+ -52.0058
+ ]
+ },
+ {
+ "city": "Barbacena",
+ "lat": [
+ -21.4258,
+ -21.0258
+ ],
+ "lon": [
+ -43.9739,
+ -43.573899999999995
+ ]
+ },
+ {
+ "city": "Resende",
+ "lat": [
+ -22.6689,
+ -22.268900000000002
+ ],
+ "lon": [
+ -44.6469,
+ -44.2469
+ ]
+ },
+ {
+ "city": "Guarapari",
+ "lat": [
+ -20.8578,
+ -20.457800000000002
+ ],
+ "lon": [
+ -40.710800000000006,
+ -40.3108
+ ]
+ },
+ {
+ "city": "Mogi Gua\u00e7u",
+ "lat": [
+ -22.5719,
+ -22.1719
+ ],
+ "lon": [
+ -47.1419,
+ -46.741899999999994
+ ]
+ },
+ {
+ "city": "Tr\u00eas Lagoas",
+ "lat": [
+ -20.9876,
+ -20.587600000000002
+ ],
+ "lon": [
+ -51.903400000000005,
+ -51.5034
+ ]
+ },
+ {
+ "city": "Bento Gon\u00e7alves",
+ "lat": [
+ -29.3708,
+ -28.9708
+ ],
+ "lon": [
+ -51.718900000000005,
+ -51.3189
+ ]
+ },
+ {
+ "city": "Itatiba",
+ "lat": [
+ -23.2058,
+ -22.8058
+ ],
+ "lon": [
+ -47.038900000000005,
+ -46.6389
+ ]
+ },
+ {
+ "city": "Barretos",
+ "lat": [
+ -20.756899999999998,
+ -20.3569
+ ],
+ "lon": [
+ -48.7678,
+ -48.367799999999995
+ ]
+ },
+ {
+ "city": "Almirante Tamandar\u00e9",
+ "lat": [
+ -25.525,
+ -25.125
+ ],
+ "lon": [
+ -49.510000000000005,
+ -49.11
+ ]
+ },
+ {
+ "city": "Angra dos Reis",
+ "lat": [
+ -23.2069,
+ -22.806900000000002
+ ],
+ "lon": [
+ -44.5178,
+ -44.117799999999995
+ ]
+ },
+ {
+ "city": "Arapongas",
+ "lat": [
+ -23.6189,
+ -23.2189
+ ],
+ "lon": [
+ -51.623900000000006,
+ -51.2239
+ ]
+ },
+ {
+ "city": "Guaratinguet\u00e1",
+ "lat": [
+ -23.0167,
+ -22.6167
+ ],
+ "lon": [
+ -45.427800000000005,
+ -45.0278
+ ]
+ },
+ {
+ "city": "Birigui",
+ "lat": [
+ -21.4889,
+ -21.088900000000002
+ ],
+ "lon": [
+ -50.540000000000006,
+ -50.14
+ ]
+ },
+ {
+ "city": "Piraquara",
+ "lat": [
+ -25.6419,
+ -25.2419
+ ],
+ "lon": [
+ -49.262800000000006,
+ -48.8628
+ ]
+ },
+ {
+ "city": "Senador Canedo",
+ "lat": [
+ -16.9081,
+ -16.508100000000002
+ ],
+ "lon": [
+ -49.2931,
+ -48.8931
+ ]
+ },
+ {
+ "city": "Bag\u00e9",
+ "lat": [
+ -31.5308,
+ -31.1308
+ ],
+ "lon": [
+ -54.306900000000006,
+ -53.9069
+ ]
+ },
+ {
+ "city": "Araguari",
+ "lat": [
+ -18.8489,
+ -18.448900000000002
+ ],
+ "lon": [
+ -48.386900000000004,
+ -47.9869
+ ]
+ },
+ {
+ "city": "Vit\u00f3ria de Santo Ant\u00e3o",
+ "lat": [
+ -8.3264,
+ -7.9264
+ ],
+ "lon": [
+ -35.5075,
+ -35.107499999999995
+ ]
+ },
+ {
+ "city": "Uruguaiana",
+ "lat": [
+ -29.955,
+ -29.555
+ ],
+ "lon": [
+ -57.287800000000004,
+ -56.8878
+ ]
+ },
+ {
+ "city": "Umuarama",
+ "lat": [
+ -23.965799999999998,
+ -23.5658
+ ],
+ "lon": [
+ -53.525000000000006,
+ -53.125
+ ]
+ },
+ {
+ "city": "Tatu\u00ed",
+ "lat": [
+ -23.5556,
+ -23.1556
+ ],
+ "lon": [
+ -48.056900000000006,
+ -47.6569
+ ]
+ },
+ {
+ "city": "S\u00e3o Gon\u00e7alo do Amarante",
+ "lat": [
+ -5.9928,
+ -5.5927999999999995
+ ],
+ "lon": [
+ -35.5289,
+ -35.128899999999994
+ ]
+ },
+ {
+ "city": "V\u00e1rzea Paulista",
+ "lat": [
+ -23.4108,
+ -23.0108
+ ],
+ "lon": [
+ -47.027800000000006,
+ -46.6278
+ ]
+ },
+ {
+ "city": "Ribeir\u00e3o Pires",
+ "lat": [
+ -23.9108,
+ -23.5108
+ ],
+ "lon": [
+ -46.6128,
+ -46.212799999999994
+ ]
+ },
+ {
+ "city": "Sabar\u00e1",
+ "lat": [
+ -20.0858,
+ -19.6858
+ ],
+ "lon": [
+ -44.0069,
+ -43.606899999999996
+ ]
+ },
+ {
+ "city": "Igarassu",
+ "lat": [
+ -8.0339,
+ -7.6339
+ ],
+ "lon": [
+ -35.1058,
+ -34.705799999999996
+ ]
+ },
+ {
+ "city": "Catal\u00e3o",
+ "lat": [
+ -18.37,
+ -17.970000000000002
+ ],
+ "lon": [
+ -48.1419,
+ -47.741899999999994
+ ]
+ },
+ {
+ "city": "Po\u00e1",
+ "lat": [
+ -23.7286,
+ -23.3286
+ ],
+ "lon": [
+ -46.545,
+ -46.144999999999996
+ ]
+ },
+ {
+ "city": "Lauro de Freitas",
+ "lat": [
+ -13.0939,
+ -12.693900000000001
+ ],
+ "lon": [
+ -38.526900000000005,
+ -38.1269
+ ]
+ },
+ {
+ "city": "Itabira",
+ "lat": [
+ -19.8189,
+ -19.4189
+ ],
+ "lon": [
+ -43.4269,
+ -43.0269
+ ]
+ },
+ {
+ "city": "Paulo Afonso",
+ "lat": [
+ -9.6078,
+ -9.2078
+ ],
+ "lon": [
+ -38.4219,
+ -38.021899999999995
+ ]
+ },
+ {
+ "city": "Passos",
+ "lat": [
+ -20.9189,
+ -20.518900000000002
+ ],
+ "lon": [
+ -46.81,
+ -46.41
+ ]
+ },
+ {
+ "city": "Colatina",
+ "lat": [
+ -19.7389,
+ -19.338900000000002
+ ],
+ "lon": [
+ -40.8308,
+ -40.4308
+ ]
+ },
+ {
+ "city": "Nova Lima",
+ "lat": [
+ -20.1858,
+ -19.785800000000002
+ ],
+ "lon": [
+ -44.0469,
+ -43.646899999999995
+ ]
+ },
+ {
+ "city": "Arax\u00e1",
+ "lat": [
+ -19.7928,
+ -19.3928
+ ],
+ "lon": [
+ -47.140800000000006,
+ -46.7408
+ ]
+ },
+ {
+ "city": "Ariquemes",
+ "lat": [
+ -10.1161,
+ -9.7161
+ ],
+ "lon": [
+ -63.2408,
+ -62.840799999999994
+ ]
+ },
+ {
+ "city": "Cod\u00f3",
+ "lat": [
+ -4.655,
+ -4.255
+ ],
+ "lon": [
+ -44.085800000000006,
+ -43.6858
+ ]
+ },
+ {
+ "city": "Sorriso",
+ "lat": [
+ -12.745,
+ -12.345
+ ],
+ "lon": [
+ -55.9108,
+ -55.510799999999996
+ ]
+ },
+ {
+ "city": "Tubar\u00e3o",
+ "lat": [
+ -28.6669,
+ -28.2669
+ ],
+ "lon": [
+ -49.206900000000005,
+ -48.8069
+ ]
+ },
+ {
+ "city": "Itumbiara",
+ "lat": [
+ -18.62,
+ -18.220000000000002
+ ],
+ "lon": [
+ -49.4178,
+ -49.017799999999994
+ ]
+ },
+ {
+ "city": "Balsas",
+ "lat": [
+ -7.7325,
+ -7.3325
+ ],
+ "lon": [
+ -46.235600000000005,
+ -45.8356
+ ]
+ },
+ {
+ "city": "Teixeira de Freitas",
+ "lat": [
+ -17.735,
+ -17.335
+ ],
+ "lon": [
+ -39.941900000000004,
+ -39.5419
+ ]
+ },
+ {
+ "city": "Camb\u00e9",
+ "lat": [
+ -23.4758,
+ -23.0758
+ ],
+ "lon": [
+ -51.4778,
+ -51.077799999999996
+ ]
+ },
+ {
+ "city": "Ji-Paran\u00e1",
+ "lat": [
+ -11.0853,
+ -10.685300000000002
+ ],
+ "lon": [
+ -62.151700000000005,
+ -61.7517
+ ]
+ },
+ {
+ "city": "A\u00e7ailandia",
+ "lat": [
+ -5.1469000000000005,
+ -4.7469
+ ],
+ "lon": [
+ -47.705000000000005,
+ -47.305
+ ]
+ },
+ {
+ "city": "S\u00e3o Pedro da Aldeia",
+ "lat": [
+ -23.0392,
+ -22.639200000000002
+ ],
+ "lon": [
+ -42.302800000000005,
+ -41.9028
+ ]
+ },
+ {
+ "city": "Catanduva",
+ "lat": [
+ -21.337799999999998,
+ -20.9378
+ ],
+ "lon": [
+ -49.1728,
+ -48.7728
+ ]
+ },
+ {
+ "city": "Jata\u00ed",
+ "lat": [
+ -18.0808,
+ -17.6808
+ ],
+ "lon": [
+ -51.913900000000005,
+ -51.5139
+ ]
+ },
+ {
+ "city": "Erechim",
+ "lat": [
+ -27.8339,
+ -27.4339
+ ],
+ "lon": [
+ -52.4739,
+ -52.073899999999995
+ ]
+ },
+ {
+ "city": "Nova Serrana",
+ "lat": [
+ -20.0758,
+ -19.675800000000002
+ ],
+ "lon": [
+ -45.1839,
+ -44.783899999999996
+ ]
+ },
+ {
+ "city": "Japeri",
+ "lat": [
+ -22.8431,
+ -22.4431
+ ],
+ "lon": [
+ -43.853300000000004,
+ -43.4533
+ ]
+ },
+ {
+ "city": "Lagarto",
+ "lat": [
+ -11.117199999999999,
+ -10.7172
+ ],
+ "lon": [
+ -37.85,
+ -37.449999999999996
+ ]
+ },
+ {
+ "city": "Maranguape",
+ "lat": [
+ -4.09,
+ -3.69
+ ],
+ "lon": [
+ -38.8858,
+ -38.4858
+ ]
+ },
+ {
+ "city": "Planaltina",
+ "lat": [
+ -15.6528,
+ -15.2528
+ ],
+ "lon": [
+ -47.813900000000004,
+ -47.4139
+ ]
+ },
+ {
+ "city": "Lavras",
+ "lat": [
+ -21.445,
+ -21.045
+ ],
+ "lon": [
+ -45.2,
+ -44.8
+ ]
+ },
+ {
+ "city": "Coronel Fabriciano",
+ "lat": [
+ -19.718899999999998,
+ -19.3189
+ ],
+ "lon": [
+ -42.828900000000004,
+ -42.4289
+ ]
+ },
+ {
+ "city": "Muria\u00e9",
+ "lat": [
+ -21.3308,
+ -20.9308
+ ],
+ "lon": [
+ -42.5658,
+ -42.1658
+ ]
+ },
+ {
+ "city": "Ourinhos",
+ "lat": [
+ -23.1789,
+ -22.7789
+ ],
+ "lon": [
+ -50.070800000000006,
+ -49.6708
+ ]
+ },
+ {
+ "city": "Bacabal",
+ "lat": [
+ -4.425,
+ -4.0249999999999995
+ ],
+ "lon": [
+ -44.980000000000004,
+ -44.58
+ ]
+ },
+ {
+ "city": "Itacoatiara",
+ "lat": [
+ -3.3428,
+ -2.9427999999999996
+ ],
+ "lon": [
+ -58.6439,
+ -58.2439
+ ]
+ },
+ {
+ "city": "Breves",
+ "lat": [
+ -1.8821999999999999,
+ -1.4822
+ ],
+ "lon": [
+ -50.6803,
+ -50.2803
+ ]
+ },
+ {
+ "city": "Ub\u00e1",
+ "lat": [
+ -21.32,
+ -20.92
+ ],
+ "lon": [
+ -43.1428,
+ -42.742799999999995
+ ]
+ },
+ {
+ "city": "Patos",
+ "lat": [
+ -7.2244,
+ -6.8244
+ ],
+ "lon": [
+ -37.480000000000004,
+ -37.08
+ ]
+ },
+ {
+ "city": "Itanha\u00e9m",
+ "lat": [
+ -24.3831,
+ -23.9831
+ ],
+ "lon": [
+ -46.9889,
+ -46.588899999999995
+ ]
+ },
+ {
+ "city": "Aracruz",
+ "lat": [
+ -20.0203,
+ -19.6203
+ ],
+ "lon": [
+ -40.4733,
+ -40.073299999999996
+ ]
+ },
+ {
+ "city": "Iguatu",
+ "lat": [
+ -6.5594,
+ -6.1594
+ ],
+ "lon": [
+ -39.4986,
+ -39.0986
+ ]
+ },
+ {
+ "city": "Cambori\u00fa",
+ "lat": [
+ -27.224999999999998,
+ -26.825
+ ],
+ "lon": [
+ -48.8539,
+ -48.4539
+ ]
+ },
+ {
+ "city": "Santo Ant\u00f4nio de Jesus",
+ "lat": [
+ -13.1692,
+ -12.769200000000001
+ ],
+ "lon": [
+ -39.4611,
+ -39.061099999999996
+ ]
+ },
+ {
+ "city": "Caieiras",
+ "lat": [
+ -23.5642,
+ -23.1642
+ ],
+ "lon": [
+ -46.9406,
+ -46.5406
+ ]
+ },
+ {
+ "city": "Palho\u00e7a",
+ "lat": [
+ -27.8444,
+ -27.4444
+ ],
+ "lon": [
+ -48.8678,
+ -48.4678
+ ]
+ },
+ {
+ "city": "Ituiutaba",
+ "lat": [
+ -19.1689,
+ -18.768900000000002
+ ],
+ "lon": [
+ -49.665000000000006,
+ -49.265
+ ]
+ },
+ {
+ "city": "Assis",
+ "lat": [
+ -22.8619,
+ -22.4619
+ ],
+ "lon": [
+ -50.611900000000006,
+ -50.2119
+ ]
+ },
+ {
+ "city": "Itaperuna",
+ "lat": [
+ -21.404999999999998,
+ -21.005
+ ],
+ "lon": [
+ -42.0878,
+ -41.687799999999996
+ ]
+ },
+ {
+ "city": "Campo Mour\u00e3o",
+ "lat": [
+ -24.2458,
+ -23.8458
+ ],
+ "lon": [
+ -52.582800000000006,
+ -52.1828
+ ]
+ },
+ {
+ "city": "Caldas Novas",
+ "lat": [
+ -17.9439,
+ -17.5439
+ ],
+ "lon": [
+ -48.8258,
+ -48.425799999999995
+ ]
+ },
+ {
+ "city": "Manacapuru",
+ "lat": [
+ -3.4997000000000003,
+ -3.0997
+ ],
+ "lon": [
+ -60.820600000000006,
+ -60.4206
+ ]
+ },
+ {
+ "city": "Abreu e Lima",
+ "lat": [
+ -8.111699999999999,
+ -7.7116999999999996
+ ],
+ "lon": [
+ -35.1028,
+ -34.702799999999996
+ ]
+ },
+ {
+ "city": "Santa Cruz do Capibaribe",
+ "lat": [
+ -8.1573,
+ -7.7573
+ ],
+ "lon": [
+ -36.404700000000005,
+ -36.0047
+ ]
+ },
+ {
+ "city": "Valen\u00e7a",
+ "lat": [
+ -13.5703,
+ -13.170300000000001
+ ],
+ "lon": [
+ -39.2731,
+ -38.873099999999994
+ ]
+ },
+ {
+ "city": "Paul\u00ednia",
+ "lat": [
+ -22.9611,
+ -22.5611
+ ],
+ "lon": [
+ -47.354200000000006,
+ -46.9542
+ ]
+ },
+ {
+ "city": "Ita\u00fana",
+ "lat": [
+ -20.275,
+ -19.875
+ ],
+ "lon": [
+ -44.775800000000004,
+ -44.3758
+ ]
+ },
+ {
+ "city": "Ipojuca",
+ "lat": [
+ -8.598899999999999,
+ -8.1989
+ ],
+ "lon": [
+ -35.2639,
+ -34.863899999999994
+ ]
+ },
+ {
+ "city": "Lajeado",
+ "lat": [
+ -29.6669,
+ -29.2669
+ ],
+ "lon": [
+ -52.1614,
+ -51.761399999999995
+ ]
+ },
+ {
+ "city": "Par\u00e1 de Minas",
+ "lat": [
+ -20.06,
+ -19.66
+ ],
+ "lon": [
+ -44.8078,
+ -44.407799999999995
+ ]
+ },
+ {
+ "city": "Francisco Beltr\u00e3o",
+ "lat": [
+ -26.2808,
+ -25.8808
+ ],
+ "lon": [
+ -53.255,
+ -52.855
+ ]
+ },
+ {
+ "city": "Votuporanga",
+ "lat": [
+ -20.622799999999998,
+ -20.2228
+ ],
+ "lon": [
+ -50.1728,
+ -49.7728
+ ]
+ },
+ {
+ "city": "Parintins",
+ "lat": [
+ -2.8278000000000003,
+ -2.4278
+ ],
+ "lon": [
+ -56.9358,
+ -56.535799999999995
+ ]
+ },
+ {
+ "city": "Corumb\u00e1",
+ "lat": [
+ -19.2089,
+ -18.8089
+ ],
+ "lon": [
+ -57.8528,
+ -57.452799999999996
+ ]
+ },
+ {
+ "city": "Itabaiana",
+ "lat": [
+ -10.885,
+ -10.485000000000001
+ ],
+ "lon": [
+ -37.6253,
+ -37.2253
+ ]
+ },
+ {
+ "city": "Vilhena",
+ "lat": [
+ -12.9406,
+ -12.540600000000001
+ ],
+ "lon": [
+ -60.345800000000004,
+ -59.9458
+ ]
+ },
+ {
+ "city": "P\u00f4rto Seguro",
+ "lat": [
+ -16.65,
+ -16.25
+ ],
+ "lon": [
+ -39.265,
+ -38.864999999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Crist\u00f3v\u00e3o",
+ "lat": [
+ -11.215,
+ -10.815000000000001
+ ],
+ "lon": [
+ -37.405800000000006,
+ -37.0058
+ ]
+ },
+ {
+ "city": "Itaituba",
+ "lat": [
+ -4.4758000000000004,
+ -4.0758
+ ],
+ "lon": [
+ -56.1839,
+ -55.783899999999996
+ ]
+ },
+ {
+ "city": "Sim\u00f5es Filho",
+ "lat": [
+ -12.983899999999998,
+ -12.5839
+ ],
+ "lon": [
+ -38.6039,
+ -38.2039
+ ]
+ },
+ {
+ "city": "Ponta Por\u00e3",
+ "lat": [
+ -22.7361,
+ -22.336100000000002
+ ],
+ "lon": [
+ -55.9256,
+ -55.5256
+ ]
+ },
+ {
+ "city": "Rio Largo",
+ "lat": [
+ -9.6778,
+ -9.277800000000001
+ ],
+ "lon": [
+ -36.052800000000005,
+ -35.6528
+ ]
+ },
+ {
+ "city": "Mairipor\u00e3",
+ "lat": [
+ -23.5189,
+ -23.1189
+ ],
+ "lon": [
+ -46.7869,
+ -46.3869
+ ]
+ },
+ {
+ "city": "Itajub\u00e1",
+ "lat": [
+ -22.625799999999998,
+ -22.2258
+ ],
+ "lon": [
+ -45.652800000000006,
+ -45.2528
+ ]
+ },
+ {
+ "city": "Gua\u00edba",
+ "lat": [
+ -30.3139,
+ -29.9139
+ ],
+ "lon": [
+ -51.525000000000006,
+ -51.125
+ ]
+ },
+ {
+ "city": "Barra do Pira\u00ed",
+ "lat": [
+ -22.669999999999998,
+ -22.27
+ ],
+ "lon": [
+ -44.025800000000004,
+ -43.6258
+ ]
+ },
+ {
+ "city": "Serra Talhada",
+ "lat": [
+ -8.1858,
+ -7.7858
+ ],
+ "lon": [
+ -38.4958,
+ -38.0958
+ ]
+ },
+ {
+ "city": "Cruzeiro do Sul",
+ "lat": [
+ -7.8308,
+ -7.4308
+ ],
+ "lon": [
+ -72.87,
+ -72.47
+ ]
+ },
+ {
+ "city": "Pato Branco",
+ "lat": [
+ -26.4289,
+ -26.0289
+ ],
+ "lon": [
+ -52.8708,
+ -52.4708
+ ]
+ },
+ {
+ "city": "Tucuru\u00ed",
+ "lat": [
+ -3.9678,
+ -3.5677999999999996
+ ],
+ "lon": [
+ -49.872800000000005,
+ -49.4728
+ ]
+ },
+ {
+ "city": "Avar\u00e9",
+ "lat": [
+ -23.2989,
+ -22.8989
+ ],
+ "lon": [
+ -49.125800000000005,
+ -48.7258
+ ]
+ },
+ {
+ "city": "Manhua\u00e7u",
+ "lat": [
+ -20.458099999999998,
+ -20.0581
+ ],
+ "lon": [
+ -42.2336,
+ -41.8336
+ ]
+ },
+ {
+ "city": "Ca\u00e7apava",
+ "lat": [
+ -23.3008,
+ -22.9008
+ ],
+ "lon": [
+ -45.9069,
+ -45.506899999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Louren\u00e7o da Mata",
+ "lat": [
+ -8.201899999999998,
+ -7.801899999999999
+ ],
+ "lon": [
+ -35.217800000000004,
+ -34.8178
+ ]
+ },
+ {
+ "city": "S\u00e3o Jo\u00e3o del Rei",
+ "lat": [
+ -21.3358,
+ -20.9358
+ ],
+ "lon": [
+ -44.4619,
+ -44.061899999999994
+ ]
+ },
+ {
+ "city": "Patroc\u00ednio",
+ "lat": [
+ -19.1439,
+ -18.7439
+ ],
+ "lon": [
+ -47.192800000000005,
+ -46.7928
+ ]
+ },
+ {
+ "city": "Itapeva",
+ "lat": [
+ -24.1819,
+ -23.7819
+ ],
+ "lon": [
+ -49.0758,
+ -48.675799999999995
+ ]
+ },
+ {
+ "city": "Saquarema",
+ "lat": [
+ -23.12,
+ -22.720000000000002
+ ],
+ "lon": [
+ -42.71,
+ -42.309999999999995
+ ]
+ },
+ {
+ "city": "Barra do Corda",
+ "lat": [
+ -5.7031,
+ -5.3031
+ ],
+ "lon": [
+ -45.4369,
+ -45.036899999999996
+ ]
+ },
+ {
+ "city": "Guanambi",
+ "lat": [
+ -14.422799999999999,
+ -14.0228
+ ],
+ "lon": [
+ -42.9808,
+ -42.580799999999996
+ ]
+ },
+ {
+ "city": "Caratinga",
+ "lat": [
+ -19.99,
+ -19.59
+ ],
+ "lon": [
+ -42.3389,
+ -41.9389
+ ]
+ },
+ {
+ "city": "Lorena",
+ "lat": [
+ -22.930799999999998,
+ -22.5308
+ ],
+ "lon": [
+ -45.3247,
+ -44.924699999999994
+ ]
+ },
+ {
+ "city": "Una\u00ed",
+ "lat": [
+ -16.5639,
+ -16.1639
+ ],
+ "lon": [
+ -47.0944,
+ -46.694399999999995
+ ]
+ },
+ {
+ "city": "Gravat\u00e1",
+ "lat": [
+ -8.400799999999998,
+ -8.0008
+ ],
+ "lon": [
+ -35.765,
+ -35.364999999999995
+ ]
+ },
+ {
+ "city": "Navegantes",
+ "lat": [
+ -27.0989,
+ -26.698900000000002
+ ],
+ "lon": [
+ -48.8539,
+ -48.4539
+ ]
+ },
+ {
+ "city": "C\u00e1ceres",
+ "lat": [
+ -16.2711,
+ -15.871100000000002
+ ],
+ "lon": [
+ -57.8789,
+ -57.478899999999996
+ ]
+ },
+ {
+ "city": "Reden\u00e7\u00e3o",
+ "lat": [
+ -8.2289,
+ -7.8289
+ ],
+ "lon": [
+ -50.2308,
+ -49.830799999999996
+ ]
+ },
+ {
+ "city": "Novo Hamburgo",
+ "lat": [
+ -29.8778,
+ -29.477800000000002
+ ],
+ "lon": [
+ -51.3308,
+ -50.9308
+ ]
+ },
+ {
+ "city": "Araripina",
+ "lat": [
+ -7.75,
+ -7.35
+ ],
+ "lon": [
+ -40.7667,
+ -40.366699999999994
+ ]
+ },
+ {
+ "city": "Santa In\u00eas",
+ "lat": [
+ -3.8669000000000002,
+ -3.4669
+ ],
+ "lon": [
+ -45.580000000000005,
+ -45.18
+ ]
+ },
+ {
+ "city": "Santana do Livramento",
+ "lat": [
+ -31.090799999999998,
+ -30.6908
+ ],
+ "lon": [
+ -55.732800000000005,
+ -55.3328
+ ]
+ },
+ {
+ "city": "Carpina",
+ "lat": [
+ -8.050799999999999,
+ -7.650799999999999
+ ],
+ "lon": [
+ -35.4547,
+ -35.0547
+ ]
+ },
+ {
+ "city": "Euri\u00e1polis",
+ "lat": [
+ -16.5778,
+ -16.1778
+ ],
+ "lon": [
+ -39.78,
+ -39.379999999999995
+ ]
+ },
+ {
+ "city": "Aruj\u00e1",
+ "lat": [
+ -23.5967,
+ -23.1967
+ ],
+ "lon": [
+ -46.521100000000004,
+ -46.1211
+ ]
+ },
+ {
+ "city": "Lucas do Rio Verde",
+ "lat": [
+ -13.25,
+ -12.850000000000001
+ ],
+ "lon": [
+ -56.110800000000005,
+ -55.7108
+ ]
+ },
+ {
+ "city": "Mat\u00e3o",
+ "lat": [
+ -21.8033,
+ -21.4033
+ ],
+ "lon": [
+ -48.5658,
+ -48.1658
+ ]
+ },
+ {
+ "city": "Serrinha",
+ "lat": [
+ -11.864199999999999,
+ -11.4642
+ ],
+ "lon": [
+ -39.2075,
+ -38.8075
+ ]
+ },
+ {
+ "city": "Picos",
+ "lat": [
+ -7.2769,
+ -6.8769
+ ],
+ "lon": [
+ -41.666900000000005,
+ -41.2669
+ ]
+ },
+ {
+ "city": "Valinhos",
+ "lat": [
+ -23.1708,
+ -22.7708
+ ],
+ "lon": [
+ -47.195800000000006,
+ -46.7958
+ ]
+ },
+ {
+ "city": "Araruama",
+ "lat": [
+ -23.0728,
+ -22.672800000000002
+ ],
+ "lon": [
+ -42.5428,
+ -42.142799999999994
+ ]
+ },
+ {
+ "city": "Bayeux",
+ "lat": [
+ -7.3333,
+ -6.9333
+ ],
+ "lon": [
+ -35.133300000000006,
+ -34.7333
+ ]
+ },
+ {
+ "city": "Jacobina",
+ "lat": [
+ -11.380799999999999,
+ -10.9808
+ ],
+ "lon": [
+ -40.717800000000004,
+ -40.3178
+ ]
+ },
+ {
+ "city": "Cruzeiro",
+ "lat": [
+ -22.7772,
+ -22.377200000000002
+ ],
+ "lon": [
+ -45.158300000000004,
+ -44.7583
+ ]
+ },
+ {
+ "city": "Quixeramobim",
+ "lat": [
+ -5.3989,
+ -4.9989
+ ],
+ "lon": [
+ -39.4928,
+ -39.0928
+ ]
+ },
+ {
+ "city": "Conc\u00f3rdia",
+ "lat": [
+ -27.433899999999998,
+ -27.0339
+ ],
+ "lon": [
+ -52.2278,
+ -51.827799999999996
+ ]
+ },
+ {
+ "city": "Tim\u00f3teo",
+ "lat": [
+ -19.782799999999998,
+ -19.3828
+ ],
+ "lon": [
+ -42.843900000000005,
+ -42.4439
+ ]
+ },
+ {
+ "city": "Mogi Mirim",
+ "lat": [
+ -22.631899999999998,
+ -22.2319
+ ],
+ "lon": [
+ -47.1578,
+ -46.757799999999996
+ ]
+ },
+ {
+ "city": "Chapadinha",
+ "lat": [
+ -3.9419,
+ -3.5418999999999996
+ ],
+ "lon": [
+ -43.56,
+ -43.16
+ ]
+ },
+ {
+ "city": "Campo Limpo",
+ "lat": [
+ -23.406399999999998,
+ -23.0064
+ ],
+ "lon": [
+ -46.9844,
+ -46.584399999999995
+ ]
+ },
+ {
+ "city": "Leme",
+ "lat": [
+ -22.3858,
+ -21.9858
+ ],
+ "lon": [
+ -47.59,
+ -47.19
+ ]
+ },
+ {
+ "city": "Curvelo",
+ "lat": [
+ -18.9564,
+ -18.5564
+ ],
+ "lon": [
+ -44.6308,
+ -44.230799999999995
+ ]
+ },
+ {
+ "city": "Serop\u00e9dica",
+ "lat": [
+ -22.9439,
+ -22.5439
+ ],
+ "lon": [
+ -43.9078,
+ -43.507799999999996
+ ]
+ },
+ {
+ "city": "Santana",
+ "lat": [
+ -0.23500000000000001,
+ 0.165
+ ],
+ "lon": [
+ -51.375,
+ -50.974999999999994
+ ]
+ },
+ {
+ "city": "Cachoeira do Sul",
+ "lat": [
+ -30.2394,
+ -29.8394
+ ],
+ "lon": [
+ -53.0953,
+ -52.695299999999996
+ ]
+ },
+ {
+ "city": "Goiana",
+ "lat": [
+ -7.7606,
+ -7.3606
+ ],
+ "lon": [
+ -35.2025,
+ -34.802499999999995
+ ]
+ },
+ {
+ "city": "Cianorte",
+ "lat": [
+ -23.8628,
+ -23.4628
+ ],
+ "lon": [
+ -52.805,
+ -52.404999999999994
+ ]
+ },
+ {
+ "city": "Belo Jardim",
+ "lat": [
+ -8.5358,
+ -8.135800000000001
+ ],
+ "lon": [
+ -36.623900000000006,
+ -36.2239
+ ]
+ },
+ {
+ "city": "Viana",
+ "lat": [
+ -20.589299999999998,
+ -20.1893
+ ],
+ "lon": [
+ -40.6948,
+ -40.294799999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Roque",
+ "lat": [
+ -23.7289,
+ -23.3289
+ ],
+ "lon": [
+ -47.335,
+ -46.934999999999995
+ ]
+ },
+ {
+ "city": "Senhor do Bonfim",
+ "lat": [
+ -10.661399999999999,
+ -10.2614
+ ],
+ "lon": [
+ -40.3894,
+ -39.989399999999996
+ ]
+ },
+ {
+ "city": "Vi\u00e7osa",
+ "lat": [
+ -20.9539,
+ -20.553900000000002
+ ],
+ "lon": [
+ -43.081900000000005,
+ -42.6819
+ ]
+ },
+ {
+ "city": "Ca\u00e7ador",
+ "lat": [
+ -26.9753,
+ -26.575300000000002
+ ],
+ "lon": [
+ -51.215,
+ -50.815
+ ]
+ },
+ {
+ "city": "Cear\u00e1-Mirim",
+ "lat": [
+ -5.8339,
+ -5.4338999999999995
+ ],
+ "lon": [
+ -35.625800000000005,
+ -35.2258
+ ]
+ },
+ {
+ "city": "Alfenas",
+ "lat": [
+ -21.628899999999998,
+ -21.2289
+ ],
+ "lon": [
+ -46.1469,
+ -45.7469
+ ]
+ },
+ {
+ "city": "Caraguatatuba",
+ "lat": [
+ -23.82,
+ -23.42
+ ],
+ "lon": [
+ -45.6128,
+ -45.212799999999994
+ ]
+ },
+ {
+ "city": "Formosa",
+ "lat": [
+ -15.736899999999999,
+ -15.3369
+ ],
+ "lon": [
+ -47.5339,
+ -47.1339
+ ]
+ },
+ {
+ "city": "Moju",
+ "lat": [
+ -2.0839,
+ -1.6839
+ ],
+ "lon": [
+ -48.968900000000005,
+ -48.5689
+ ]
+ },
+ {
+ "city": "Iju\u00ed",
+ "lat": [
+ -28.587799999999998,
+ -28.1878
+ ],
+ "lon": [
+ -54.115,
+ -53.714999999999996
+ ]
+ },
+ {
+ "city": "Tr\u00eas Rios",
+ "lat": [
+ -22.3169,
+ -21.916900000000002
+ ],
+ "lon": [
+ -43.4089,
+ -43.0089
+ ]
+ },
+ {
+ "city": "Bebedouro",
+ "lat": [
+ -21.1494,
+ -20.7494
+ ],
+ "lon": [
+ -48.6792,
+ -48.279199999999996
+ ]
+ },
+ {
+ "city": "Santa Rosa",
+ "lat": [
+ -28.0708,
+ -27.6708
+ ],
+ "lon": [
+ -54.681400000000004,
+ -54.2814
+ ]
+ },
+ {
+ "city": "S\u00e3o Jo\u00e3o da Boa Vista",
+ "lat": [
+ -22.1689,
+ -21.768900000000002
+ ],
+ "lon": [
+ -46.997800000000005,
+ -46.5978
+ ]
+ },
+ {
+ "city": "Santo \u00c2ngelo",
+ "lat": [
+ -28.4989,
+ -28.0989
+ ],
+ "lon": [
+ -54.4628,
+ -54.062799999999996
+ ]
+ },
+ {
+ "city": "Valen\u00e7a",
+ "lat": [
+ -22.4456,
+ -22.0456
+ ],
+ "lon": [
+ -43.9003,
+ -43.500299999999996
+ ]
+ },
+ {
+ "city": "Maric\u00e1",
+ "lat": [
+ -23.1189,
+ -22.7189
+ ],
+ "lon": [
+ -43.0189,
+ -42.6189
+ ]
+ },
+ {
+ "city": "Tiangu\u00e1",
+ "lat": [
+ -3.9322000000000004,
+ -3.5322
+ ],
+ "lon": [
+ -41.191700000000004,
+ -40.7917
+ ]
+ },
+ {
+ "city": "Paragominas",
+ "lat": [
+ -3.1950000000000003,
+ -2.795
+ ],
+ "lon": [
+ -47.552800000000005,
+ -47.1528
+ ]
+ },
+ {
+ "city": "Ibi\u00fana",
+ "lat": [
+ -23.8564,
+ -23.456400000000002
+ ],
+ "lon": [
+ -47.4225,
+ -47.022499999999994
+ ]
+ },
+ {
+ "city": "Crate\u00fas",
+ "lat": [
+ -5.377800000000001,
+ -4.9778
+ ],
+ "lon": [
+ -40.8778,
+ -40.477799999999995
+ ]
+ },
+ {
+ "city": "Esteio",
+ "lat": [
+ -30.0608,
+ -29.660800000000002
+ ],
+ "lon": [
+ -51.3789,
+ -50.978899999999996
+ ]
+ },
+ {
+ "city": "Lins",
+ "lat": [
+ -21.8786,
+ -21.4786
+ ],
+ "lon": [
+ -49.9425,
+ -49.5425
+ ]
+ },
+ {
+ "city": "Paranava\u00ed",
+ "lat": [
+ -23.2728,
+ -22.8728
+ ],
+ "lon": [
+ -52.665000000000006,
+ -52.265
+ ]
+ },
+ {
+ "city": "Sapiranga",
+ "lat": [
+ -29.837799999999998,
+ -29.4378
+ ],
+ "lon": [
+ -51.206900000000005,
+ -50.8069
+ ]
+ },
+ {
+ "city": "Cataguases",
+ "lat": [
+ -21.589199999999998,
+ -21.1892
+ ],
+ "lon": [
+ -42.8967,
+ -42.4967
+ ]
+ },
+ {
+ "city": "Tr\u00eas Cora\u00e7\u00f5es",
+ "lat": [
+ -21.8947,
+ -21.4947
+ ],
+ "lon": [
+ -45.4553,
+ -45.055299999999995
+ ]
+ },
+ {
+ "city": "Itapira",
+ "lat": [
+ -22.6361,
+ -22.2361
+ ],
+ "lon": [
+ -47.0217,
+ -46.6217
+ ]
+ },
+ {
+ "city": "Paracatu",
+ "lat": [
+ -17.421699999999998,
+ -17.0217
+ ],
+ "lon": [
+ -47.075,
+ -46.675
+ ]
+ },
+ {
+ "city": "Lagoa Santa",
+ "lat": [
+ -19.8357,
+ -19.4357
+ ],
+ "lon": [
+ -44.0966,
+ -43.6966
+ ]
+ },
+ {
+ "city": "Tel\u00eamaco Borba",
+ "lat": [
+ -24.523899999999998,
+ -24.1239
+ ],
+ "lon": [
+ -50.8158,
+ -50.4158
+ ]
+ },
+ {
+ "city": "Sinop",
+ "lat": [
+ -12.063899999999999,
+ -11.6639
+ ],
+ "lon": [
+ -55.703900000000004,
+ -55.3039
+ ]
+ },
+ {
+ "city": "Pira\u00e7ununga",
+ "lat": [
+ -22.196099999999998,
+ -21.7961
+ ],
+ "lon": [
+ -47.625800000000005,
+ -47.2258
+ ]
+ },
+ {
+ "city": "Ouro Pr\u00eato",
+ "lat": [
+ -20.5853,
+ -20.1853
+ ],
+ "lon": [
+ -43.7036,
+ -43.303599999999996
+ ]
+ },
+ {
+ "city": "Canind\u00e9",
+ "lat": [
+ -4.5589,
+ -4.1589
+ ],
+ "lon": [
+ -39.511900000000004,
+ -39.1119
+ ]
+ },
+ {
+ "city": "Eus\u00e9bio",
+ "lat": [
+ -4.09,
+ -3.69
+ ],
+ "lon": [
+ -38.650800000000004,
+ -38.2508
+ ]
+ },
+ {
+ "city": "Tef\u00e9",
+ "lat": [
+ -3.5539,
+ -3.1538999999999997
+ ],
+ "lon": [
+ -64.91080000000001,
+ -64.5108
+ ]
+ },
+ {
+ "city": "Jo\u00e3o Monlevade",
+ "lat": [
+ -20.009999999999998,
+ -19.61
+ ],
+ "lon": [
+ -43.3736,
+ -42.9736
+ ]
+ },
+ {
+ "city": "Cacoal",
+ "lat": [
+ -11.638599999999999,
+ -11.2386
+ ],
+ "lon": [
+ -61.647200000000005,
+ -61.2472
+ ]
+ },
+ {
+ "city": "Irec\u00ea",
+ "lat": [
+ -11.504199999999999,
+ -11.1042
+ ],
+ "lon": [
+ -42.055800000000005,
+ -41.6558
+ ]
+ },
+ {
+ "city": "Pacajus",
+ "lat": [
+ -4.3725000000000005,
+ -3.9725
+ ],
+ "lon": [
+ -38.6606,
+ -38.2606
+ ]
+ },
+ {
+ "city": "Santa Isabel do Par\u00e1",
+ "lat": [
+ -1.4989,
+ -1.0989
+ ],
+ "lon": [
+ -48.360800000000005,
+ -47.9608
+ ]
+ },
+ {
+ "city": "Russas",
+ "lat": [
+ -5.140000000000001,
+ -4.74
+ ],
+ "lon": [
+ -38.1758,
+ -37.7758
+ ]
+ },
+ {
+ "city": "Amparo",
+ "lat": [
+ -22.9031,
+ -22.5031
+ ],
+ "lon": [
+ -46.965,
+ -46.565
+ ]
+ },
+ {
+ "city": "Rio do Sul",
+ "lat": [
+ -27.413899999999998,
+ -27.0139
+ ],
+ "lon": [
+ -49.842800000000004,
+ -49.4428
+ ]
+ },
+ {
+ "city": "Gaspar",
+ "lat": [
+ -27.1308,
+ -26.730800000000002
+ ],
+ "lon": [
+ -49.1589,
+ -48.7589
+ ]
+ },
+ {
+ "city": "Esmeraldas",
+ "lat": [
+ -19.9625,
+ -19.5625
+ ],
+ "lon": [
+ -44.5139,
+ -44.113899999999994
+ ]
+ },
+ {
+ "city": "Alegrete",
+ "lat": [
+ -29.9839,
+ -29.5839
+ ],
+ "lon": [
+ -55.9911,
+ -55.5911
+ ]
+ },
+ {
+ "city": "Candeias",
+ "lat": [
+ -12.867799999999999,
+ -12.4678
+ ],
+ "lon": [
+ -38.750800000000005,
+ -38.3508
+ ]
+ },
+ {
+ "city": "Ararangu\u00e1",
+ "lat": [
+ -29.134999999999998,
+ -28.735
+ ],
+ "lon": [
+ -49.6858,
+ -49.285799999999995
+ ]
+ },
+ {
+ "city": "Goianira",
+ "lat": [
+ -16.6958,
+ -16.2958
+ ],
+ "lon": [
+ -49.625800000000005,
+ -49.2258
+ ]
+ },
+ {
+ "city": "Jabuticabal",
+ "lat": [
+ -21.455,
+ -21.055
+ ],
+ "lon": [
+ -48.5219,
+ -48.1219
+ ]
+ },
+ {
+ "city": "Castro",
+ "lat": [
+ -24.9893,
+ -24.5893
+ ],
+ "lon": [
+ -50.212300000000006,
+ -49.8123
+ ]
+ },
+ {
+ "city": "Cajamar",
+ "lat": [
+ -23.5561,
+ -23.156100000000002
+ ],
+ "lon": [
+ -47.0769,
+ -46.676899999999996
+ ]
+ },
+ {
+ "city": "S\u00e3o Sebasti\u00e3o do Para\u00edso",
+ "lat": [
+ -21.116899999999998,
+ -20.7169
+ ],
+ "lon": [
+ -47.1908,
+ -46.7908
+ ]
+ },
+ {
+ "city": "Palmeira dos \u00cdndios",
+ "lat": [
+ -9.6069,
+ -9.206900000000001
+ ],
+ "lon": [
+ -36.8278,
+ -36.4278
+ ]
+ },
+ {
+ "city": "Indaial",
+ "lat": [
+ -27.0978,
+ -26.6978
+ ],
+ "lon": [
+ -49.431900000000006,
+ -49.0319
+ ]
+ },
+ {
+ "city": "Dias d\u2019\u00c1vila",
+ "lat": [
+ -12.8128,
+ -12.4128
+ ],
+ "lon": [
+ -38.496900000000004,
+ -38.0969
+ ]
+ },
+ {
+ "city": "Campo Formoso",
+ "lat": [
+ -10.7089,
+ -10.308900000000001
+ ],
+ "lon": [
+ -40.5208,
+ -40.120799999999996
+ ]
+ },
+ {
+ "city": "Fernand\u00f3polis",
+ "lat": [
+ -20.4839,
+ -20.0839
+ ],
+ "lon": [
+ -50.445800000000006,
+ -50.0458
+ ]
+ },
+ {
+ "city": "Goian\u00e9sia",
+ "lat": [
+ -15.5175,
+ -15.117500000000001
+ ],
+ "lon": [
+ -49.3175,
+ -48.9175
+ ]
+ },
+ {
+ "city": "Capanema",
+ "lat": [
+ -1.3958,
+ -0.9958
+ ],
+ "lon": [
+ -47.3808,
+ -46.980799999999995
+ ]
+ },
+ {
+ "city": "Brumado",
+ "lat": [
+ -14.403599999999999,
+ -14.0036
+ ],
+ "lon": [
+ -41.865300000000005,
+ -41.4653
+ ]
+ },
+ {
+ "city": "Graja\u00fa",
+ "lat": [
+ -6.0194,
+ -5.6194
+ ],
+ "lon": [
+ -46.3386,
+ -45.938599999999994
+ ]
+ },
+ {
+ "city": "Escada",
+ "lat": [
+ -8.559199999999999,
+ -8.1592
+ ],
+ "lon": [
+ -35.4236,
+ -35.023599999999995
+ ]
+ },
+ {
+ "city": "Quixad\u00e1",
+ "lat": [
+ -5.1708,
+ -4.7707999999999995
+ ],
+ "lon": [
+ -39.215,
+ -38.815
+ ]
+ },
+ {
+ "city": "Bigua\u00e7u",
+ "lat": [
+ -27.6942,
+ -27.2942
+ ],
+ "lon": [
+ -48.8556,
+ -48.4556
+ ]
+ },
+ {
+ "city": "Alenquer",
+ "lat": [
+ -2.1419,
+ -1.7419
+ ],
+ "lon": [
+ -54.9378,
+ -54.5378
+ ]
+ },
+ {
+ "city": "Barra do Gar\u00e7as",
+ "lat": [
+ -16.09,
+ -15.690000000000001
+ ],
+ "lon": [
+ -52.456900000000005,
+ -52.0569
+ ]
+ },
+ {
+ "city": "Peru\u00edbe",
+ "lat": [
+ -24.52,
+ -24.12
+ ],
+ "lon": [
+ -47.1983,
+ -46.7983
+ ]
+ },
+ {
+ "city": "Mococa",
+ "lat": [
+ -21.6678,
+ -21.2678
+ ],
+ "lon": [
+ -47.2047,
+ -46.8047
+ ]
+ },
+ {
+ "city": "Oriximin\u00e1",
+ "lat": [
+ -1.9658,
+ -1.5658
+ ],
+ "lon": [
+ -56.0658,
+ -55.6658
+ ]
+ },
+ {
+ "city": "Pinheiro",
+ "lat": [
+ -2.7208,
+ -2.3207999999999998
+ ],
+ "lon": [
+ -45.2828,
+ -44.882799999999996
+ ]
+ },
+ {
+ "city": "Janu\u00e1ria",
+ "lat": [
+ -15.6886,
+ -15.2886
+ ],
+ "lon": [
+ -44.56,
+ -44.16
+ ]
+ },
+ {
+ "city": "Concei\u00e7\u00e3o do Coit\u00e9",
+ "lat": [
+ -11.7639,
+ -11.363900000000001
+ ],
+ "lon": [
+ -39.482800000000005,
+ -39.0828
+ ]
+ },
+ {
+ "city": "Formiga",
+ "lat": [
+ -20.6644,
+ -20.264400000000002
+ ],
+ "lon": [
+ -45.626400000000004,
+ -45.2264
+ ]
+ },
+ {
+ "city": "Pesqueira",
+ "lat": [
+ -8.557799999999999,
+ -8.1578
+ ],
+ "lon": [
+ -36.8964,
+ -36.496399999999994
+ ]
+ },
+ {
+ "city": "Rol\u00e2ndia",
+ "lat": [
+ -23.5097,
+ -23.1097
+ ],
+ "lon": [
+ -51.5692,
+ -51.1692
+ ]
+ },
+ {
+ "city": "Itapema",
+ "lat": [
+ -27.2903,
+ -26.8903
+ ],
+ "lon": [
+ -48.811400000000006,
+ -48.4114
+ ]
+ },
+ {
+ "city": "Sousa",
+ "lat": [
+ -6.9608,
+ -6.5607999999999995
+ ],
+ "lon": [
+ -38.430800000000005,
+ -38.0308
+ ]
+ },
+ {
+ "city": "Tabatinga",
+ "lat": [
+ -4.4312000000000005,
+ -4.0312
+ ],
+ "lon": [
+ -70.1386,
+ -69.73859999999999
+ ]
+ },
+ {
+ "city": "Coari",
+ "lat": [
+ -4.285,
+ -3.885
+ ],
+ "lon": [
+ -63.3408,
+ -62.940799999999996
+ ]
+ },
+ {
+ "city": "Embu-Gua\u00e7u",
+ "lat": [
+ -24.0322,
+ -23.6322
+ ],
+ "lon": [
+ -47.0114,
+ -46.611399999999996
+ ]
+ },
+ {
+ "city": "Ubatuba",
+ "lat": [
+ -23.6339,
+ -23.233900000000002
+ ],
+ "lon": [
+ -45.2708,
+ -44.870799999999996
+ ]
+ },
+ {
+ "city": "Cosm\u00f3polis",
+ "lat": [
+ -22.8458,
+ -22.445800000000002
+ ],
+ "lon": [
+ -47.396100000000004,
+ -46.9961
+ ]
+ },
+ {
+ "city": "Jana\u00faba",
+ "lat": [
+ -16.0025,
+ -15.602500000000001
+ ],
+ "lon": [
+ -43.508900000000004,
+ -43.1089
+ ]
+ },
+ {
+ "city": "Cabedelo",
+ "lat": [
+ -7.1808000000000005,
+ -6.7808
+ ],
+ "lon": [
+ -35.0339,
+ -34.6339
+ ]
+ },
+ {
+ "city": "Len\u00e7\u00f3is Paulista",
+ "lat": [
+ -22.7986,
+ -22.398600000000002
+ ],
+ "lon": [
+ -49.0003,
+ -48.6003
+ ]
+ },
+ {
+ "city": "Itapetinga",
+ "lat": [
+ -15.4489,
+ -15.048900000000001
+ ],
+ "lon": [
+ -40.4478,
+ -40.047799999999995
+ ]
+ },
+ {
+ "city": "Surubim",
+ "lat": [
+ -8.0331,
+ -7.6331
+ ],
+ "lon": [
+ -35.9547,
+ -35.5547
+ ]
+ },
+ {
+ "city": "Bom Jesus da Lapa",
+ "lat": [
+ -13.455,
+ -13.055000000000001
+ ],
+ "lon": [
+ -43.6178,
+ -43.2178
+ ]
+ },
+ {
+ "city": "Piripiri",
+ "lat": [
+ -4.4728,
+ -4.0728
+ ],
+ "lon": [
+ -41.9769,
+ -41.576899999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Bento do Sul",
+ "lat": [
+ -26.45,
+ -26.05
+ ],
+ "lon": [
+ -49.578900000000004,
+ -49.1789
+ ]
+ },
+ {
+ "city": "S\u00e3o F\u00e9lix do Xingu",
+ "lat": [
+ -6.845,
+ -6.444999999999999
+ ],
+ "lon": [
+ -52.195,
+ -51.794999999999995
+ ]
+ },
+ {
+ "city": "Ouricuri",
+ "lat": [
+ -8.082799999999999,
+ -7.682799999999999
+ ],
+ "lon": [
+ -40.2819,
+ -39.881899999999995
+ ]
+ },
+ {
+ "city": "Est\u00e2ncia",
+ "lat": [
+ -11.467799999999999,
+ -11.0678
+ ],
+ "lon": [
+ -37.637800000000006,
+ -37.2378
+ ]
+ },
+ {
+ "city": "Itaberaba",
+ "lat": [
+ -12.727799999999998,
+ -12.3278
+ ],
+ "lon": [
+ -40.5069,
+ -40.106899999999996
+ ]
+ },
+ {
+ "city": "Gurupi",
+ "lat": [
+ -11.928899999999999,
+ -11.5289
+ ],
+ "lon": [
+ -49.2689,
+ -48.8689
+ ]
+ },
+ {
+ "city": "Igarap\u00e9-Miri",
+ "lat": [
+ -2.1750000000000003,
+ -1.7750000000000001
+ ],
+ "lon": [
+ -49.160000000000004,
+ -48.76
+ ]
+ },
+ {
+ "city": "Itamaraju",
+ "lat": [
+ -17.2392,
+ -16.8392
+ ],
+ "lon": [
+ -39.731100000000005,
+ -39.3311
+ ]
+ },
+ {
+ "city": "Porto Nacional",
+ "lat": [
+ -10.9078,
+ -10.507800000000001
+ ],
+ "lon": [
+ -48.6169,
+ -48.216899999999995
+ ]
+ },
+ {
+ "city": "Bertioga",
+ "lat": [
+ -24.0539,
+ -23.6539
+ ],
+ "lon": [
+ -46.3389,
+ -45.9389
+ ]
+ },
+ {
+ "city": "Tup\u00e3",
+ "lat": [
+ -22.134999999999998,
+ -21.735
+ ],
+ "lon": [
+ -50.7139,
+ -50.3139
+ ]
+ },
+ {
+ "city": "Penedo",
+ "lat": [
+ -10.489999999999998,
+ -10.09
+ ],
+ "lon": [
+ -36.7858,
+ -36.385799999999996
+ ]
+ },
+ {
+ "city": "Cap\u00e3o da Canoa",
+ "lat": [
+ -29.9608,
+ -29.5608
+ ],
+ "lon": [
+ -50.230000000000004,
+ -49.83
+ ]
+ },
+ {
+ "city": "Benevides",
+ "lat": [
+ -1.5608,
+ -1.1608
+ ],
+ "lon": [
+ -48.445,
+ -48.044999999999995
+ ]
+ },
+ {
+ "city": "Mirassol",
+ "lat": [
+ -21.0189,
+ -20.6189
+ ],
+ "lon": [
+ -49.720800000000004,
+ -49.3208
+ ]
+ },
+ {
+ "city": "Cajazeiras",
+ "lat": [
+ -7.09,
+ -6.6899999999999995
+ ],
+ "lon": [
+ -38.761900000000004,
+ -38.3619
+ ]
+ },
+ {
+ "city": "Batatais",
+ "lat": [
+ -21.0911,
+ -20.691100000000002
+ ],
+ "lon": [
+ -47.785000000000004,
+ -47.385
+ ]
+ },
+ {
+ "city": "Campo Bom",
+ "lat": [
+ -29.878899999999998,
+ -29.4789
+ ],
+ "lon": [
+ -51.2528,
+ -50.852799999999995
+ ]
+ },
+ {
+ "city": "Itupeva",
+ "lat": [
+ -23.353099999999998,
+ -22.9531
+ ],
+ "lon": [
+ -47.2578,
+ -46.8578
+ ]
+ },
+ {
+ "city": "Ic\u00f3",
+ "lat": [
+ -6.6008000000000004,
+ -6.2008
+ ],
+ "lon": [
+ -39.0619,
+ -38.661899999999996
+ ]
+ },
+ {
+ "city": "Camocim",
+ "lat": [
+ -3.1008,
+ -2.7007999999999996
+ ],
+ "lon": [
+ -41.0428,
+ -40.642799999999994
+ ]
+ },
+ {
+ "city": "Car\u00e0zinho",
+ "lat": [
+ -28.4839,
+ -28.0839
+ ],
+ "lon": [
+ -52.9864,
+ -52.5864
+ ]
+ },
+ {
+ "city": "Camaqu\u00e3",
+ "lat": [
+ -31.052799999999998,
+ -30.6528
+ ],
+ "lon": [
+ -52.0153,
+ -51.6153
+ ]
+ },
+ {
+ "city": "Boituva",
+ "lat": [
+ -23.4833,
+ -23.0833
+ ],
+ "lon": [
+ -47.8722,
+ -47.472199999999994
+ ]
+ },
+ {
+ "city": "Nova Odessa",
+ "lat": [
+ -22.979699999999998,
+ -22.5797
+ ],
+ "lon": [
+ -47.4962,
+ -47.096199999999996
+ ]
+ },
+ {
+ "city": "Mongagu\u00e1",
+ "lat": [
+ -24.2869,
+ -23.8869
+ ],
+ "lon": [
+ -46.828900000000004,
+ -46.4289
+ ]
+ },
+ {
+ "city": "S\u00e3o Miguel dos Campos",
+ "lat": [
+ -9.9811,
+ -9.581100000000001
+ ],
+ "lon": [
+ -36.293600000000005,
+ -35.8936
+ ]
+ },
+ {
+ "city": "Morada Nova",
+ "lat": [
+ -5.3067,
+ -4.9067
+ ],
+ "lon": [
+ -38.572500000000005,
+ -38.1725
+ ]
+ },
+ {
+ "city": "Santo Amaro",
+ "lat": [
+ -12.7469,
+ -12.346900000000002
+ ],
+ "lon": [
+ -38.9119,
+ -38.5119
+ ]
+ },
+ {
+ "city": "Pen\u00e1polis",
+ "lat": [
+ -21.62,
+ -21.220000000000002
+ ],
+ "lon": [
+ -50.277800000000006,
+ -49.8778
+ ]
+ },
+ {
+ "city": "Arcoverde",
+ "lat": [
+ -8.6189,
+ -8.218900000000001
+ ],
+ "lon": [
+ -37.2539,
+ -36.853899999999996
+ ]
+ },
+ {
+ "city": "Euclides da Cunha",
+ "lat": [
+ -10.707799999999999,
+ -10.3078
+ ],
+ "lon": [
+ -39.2139,
+ -38.8139
+ ]
+ },
+ {
+ "city": "Mariana",
+ "lat": [
+ -20.5783,
+ -20.1783
+ ],
+ "lon": [
+ -43.6165,
+ -43.216499999999996
+ ]
+ },
+ {
+ "city": "Salgueiro",
+ "lat": [
+ -8.274199999999999,
+ -7.874199999999999
+ ],
+ "lon": [
+ -39.3192,
+ -38.9192
+ ]
+ },
+ {
+ "city": "Ven\u00e2ncio Aires",
+ "lat": [
+ -29.805799999999998,
+ -29.4058
+ ],
+ "lon": [
+ -52.3919,
+ -51.991899999999994
+ ]
+ },
+ {
+ "city": "Barbalha",
+ "lat": [
+ -7.5111,
+ -7.1110999999999995
+ ],
+ "lon": [
+ -39.504200000000004,
+ -39.1042
+ ]
+ },
+ {
+ "city": "Mau\u00e9s",
+ "lat": [
+ -3.5836,
+ -3.1835999999999998
+ ],
+ "lon": [
+ -57.918600000000005,
+ -57.5186
+ ]
+ },
+ {
+ "city": "Aracati",
+ "lat": [
+ -4.7619,
+ -4.3618999999999994
+ ],
+ "lon": [
+ -37.970000000000006,
+ -37.57
+ ]
+ },
+ {
+ "city": "Caic\u00f3",
+ "lat": [
+ -6.6578,
+ -6.2578
+ ],
+ "lon": [
+ -37.2978,
+ -36.8978
+ ]
+ },
+ {
+ "city": "Ibitinga",
+ "lat": [
+ -21.9578,
+ -21.5578
+ ],
+ "lon": [
+ -49.0289,
+ -48.628899999999994
+ ]
+ },
+ {
+ "city": "Aquiraz",
+ "lat": [
+ -4.1008,
+ -3.7007999999999996
+ ],
+ "lon": [
+ -38.5908,
+ -38.190799999999996
+ ]
+ },
+ {
+ "city": "Floriano",
+ "lat": [
+ -6.9669,
+ -6.5668999999999995
+ ],
+ "lon": [
+ -43.222500000000004,
+ -42.8225
+ ]
+ },
+ {
+ "city": "S\u00e3o Borja",
+ "lat": [
+ -28.860599999999998,
+ -28.4606
+ ],
+ "lon": [
+ -56.2044,
+ -55.804399999999994
+ ]
+ },
+ {
+ "city": "Andradina",
+ "lat": [
+ -21.0958,
+ -20.695800000000002
+ ],
+ "lon": [
+ -51.578900000000004,
+ -51.1789
+ ]
+ },
+ {
+ "city": "Vi\u00e7osa do Cear\u00e1",
+ "lat": [
+ -3.7619000000000002,
+ -3.3619
+ ],
+ "lon": [
+ -41.291900000000005,
+ -40.8919
+ ]
+ },
+ {
+ "city": "Coroat\u00e1",
+ "lat": [
+ -4.33,
+ -3.9299999999999997
+ ],
+ "lon": [
+ -44.3239,
+ -43.923899999999996
+ ]
+ },
+ {
+ "city": "Limoeiro do Norte",
+ "lat": [
+ -5.3458000000000006,
+ -4.9458
+ ],
+ "lon": [
+ -38.2978,
+ -37.8978
+ ]
+ },
+ {
+ "city": "Uni\u00e3o dos Palmares",
+ "lat": [
+ -9.3628,
+ -8.962800000000001
+ ],
+ "lon": [
+ -36.2319,
+ -35.8319
+ ]
+ },
+ {
+ "city": "Irati",
+ "lat": [
+ -25.6669,
+ -25.2669
+ ],
+ "lon": [
+ -50.8508,
+ -50.450799999999994
+ ]
+ },
+ {
+ "city": "Cruz Alta",
+ "lat": [
+ -28.8386,
+ -28.4386
+ ],
+ "lon": [
+ -53.806400000000004,
+ -53.4064
+ ]
+ },
+ {
+ "city": "Parob\u00e9",
+ "lat": [
+ -29.828599999999998,
+ -29.4286
+ ],
+ "lon": [
+ -51.0347,
+ -50.634699999999995
+ ]
+ },
+ {
+ "city": "Pedro Leopoldo",
+ "lat": [
+ -19.818099999999998,
+ -19.4181
+ ],
+ "lon": [
+ -44.243100000000005,
+ -43.8431
+ ]
+ },
+ {
+ "city": "Jaguari\u00fana",
+ "lat": [
+ -22.88,
+ -22.48
+ ],
+ "lon": [
+ -47.190000000000005,
+ -46.79
+ ]
+ },
+ {
+ "city": "Viseu",
+ "lat": [
+ -1.3969,
+ -0.9969000000000001
+ ],
+ "lon": [
+ -46.34,
+ -45.94
+ ]
+ },
+ {
+ "city": "Alta Floresta",
+ "lat": [
+ -10.0758,
+ -9.6758
+ ],
+ "lon": [
+ -56.2858,
+ -55.885799999999996
+ ]
+ },
+ {
+ "city": "Frutal",
+ "lat": [
+ -20.224999999999998,
+ -19.825
+ ],
+ "lon": [
+ -49.140800000000006,
+ -48.7408
+ ]
+ },
+ {
+ "city": "S\u00e3o Gabriel",
+ "lat": [
+ -30.5358,
+ -30.1358
+ ],
+ "lon": [
+ -54.52,
+ -54.12
+ ]
+ },
+ {
+ "city": "Trairi",
+ "lat": [
+ -3.4778000000000002,
+ -3.0778
+ ],
+ "lon": [
+ -39.468900000000005,
+ -39.0689
+ ]
+ },
+ {
+ "city": "S\u00e3o Sebasti\u00e3o",
+ "lat": [
+ -24.003999999999998,
+ -23.604
+ ],
+ "lon": [
+ -45.6051,
+ -45.205099999999995
+ ]
+ },
+ {
+ "city": "Santa Isabel",
+ "lat": [
+ -23.5156,
+ -23.1156
+ ],
+ "lon": [
+ -46.421400000000006,
+ -46.0214
+ ]
+ },
+ {
+ "city": "Taquara",
+ "lat": [
+ -29.8506,
+ -29.4506
+ ],
+ "lon": [
+ -50.9806,
+ -50.5806
+ ]
+ },
+ {
+ "city": "Guarabira",
+ "lat": [
+ -7.055000000000001,
+ -6.655
+ ],
+ "lon": [
+ -35.690000000000005,
+ -35.29
+ ]
+ },
+ {
+ "city": "Humait\u00e1",
+ "lat": [
+ -7.7061,
+ -7.3061
+ ],
+ "lon": [
+ -63.220800000000004,
+ -62.8208
+ ]
+ },
+ {
+ "city": "Ponte Nova",
+ "lat": [
+ -20.6164,
+ -20.2164
+ ],
+ "lon": [
+ -43.1086,
+ -42.7086
+ ]
+ },
+ {
+ "city": "Bezerros",
+ "lat": [
+ -8.4333,
+ -8.0333
+ ],
+ "lon": [
+ -35.95,
+ -35.55
+ ]
+ },
+ {
+ "city": "Vacaria",
+ "lat": [
+ -28.7119,
+ -28.3119
+ ],
+ "lon": [
+ -51.133900000000004,
+ -50.7339
+ ]
+ },
+ {
+ "city": "Coruripe",
+ "lat": [
+ -10.3256,
+ -9.925600000000001
+ ],
+ "lon": [
+ -36.375600000000006,
+ -35.9756
+ ]
+ },
+ {
+ "city": "I\u00e7ara",
+ "lat": [
+ -28.9133,
+ -28.5133
+ ],
+ "lon": [
+ -49.5,
+ -49.099999999999994
+ ]
+ },
+ {
+ "city": "Cascavel",
+ "lat": [
+ -4.3308,
+ -3.9307999999999996
+ ],
+ "lon": [
+ -38.4358,
+ -38.035799999999995
+ ]
+ },
+ {
+ "city": "Cachoeiras de Macacu",
+ "lat": [
+ -22.6628,
+ -22.262800000000002
+ ],
+ "lon": [
+ -42.8528,
+ -42.452799999999996
+ ]
+ },
+ {
+ "city": "Ipir\u00e1",
+ "lat": [
+ -12.3578,
+ -11.9578
+ ],
+ "lon": [
+ -39.9369,
+ -39.536899999999996
+ ]
+ },
+ {
+ "city": "Pirapora",
+ "lat": [
+ -17.544999999999998,
+ -17.145
+ ],
+ "lon": [
+ -45.1419,
+ -44.741899999999994
+ ]
+ },
+ {
+ "city": "Mafra",
+ "lat": [
+ -26.3114,
+ -25.9114
+ ],
+ "lon": [
+ -50.005300000000005,
+ -49.6053
+ ]
+ },
+ {
+ "city": "Limoeiro",
+ "lat": [
+ -8.075,
+ -7.675
+ ],
+ "lon": [
+ -35.650000000000006,
+ -35.25
+ ]
+ },
+ {
+ "city": "Porto Feliz",
+ "lat": [
+ -23.415,
+ -23.015
+ ],
+ "lon": [
+ -47.7239,
+ -47.323899999999995
+ ]
+ },
+ {
+ "city": "Rolim de Moura",
+ "lat": [
+ -11.9254,
+ -11.525400000000001
+ ],
+ "lon": [
+ -61.9778,
+ -61.577799999999996
+ ]
+ },
+ {
+ "city": "Rio Bonito",
+ "lat": [
+ -22.907799999999998,
+ -22.5078
+ ],
+ "lon": [
+ -42.8258,
+ -42.425799999999995
+ ]
+ },
+ {
+ "city": "Casa Nova",
+ "lat": [
+ -9.361899999999999,
+ -8.9619
+ ],
+ "lon": [
+ -41.1708,
+ -40.770799999999994
+ ]
+ },
+ {
+ "city": "Videira",
+ "lat": [
+ -27.2078,
+ -26.8078
+ ],
+ "lon": [
+ -51.3519,
+ -50.951899999999995
+ ]
+ },
+ {
+ "city": "Monte Alegre",
+ "lat": [
+ -2.2078,
+ -1.8078
+ ],
+ "lon": [
+ -54.2689,
+ -53.8689
+ ]
+ },
+ {
+ "city": "Monte Mor",
+ "lat": [
+ -23.1467,
+ -22.7467
+ ],
+ "lon": [
+ -47.515,
+ -47.114999999999995
+ ]
+ },
+ {
+ "city": "Farroupilha",
+ "lat": [
+ -29.425,
+ -29.025000000000002
+ ],
+ "lon": [
+ -51.5478,
+ -51.1478
+ ]
+ },
+ {
+ "city": "Ibipor\u00e3",
+ "lat": [
+ -23.4692,
+ -23.069200000000002
+ ],
+ "lon": [
+ -51.2481,
+ -50.848099999999995
+ ]
+ },
+ {
+ "city": "Uni\u00e3o da Vit\u00f3ria",
+ "lat": [
+ -26.43,
+ -26.03
+ ],
+ "lon": [
+ -51.2858,
+ -50.885799999999996
+ ]
+ },
+ {
+ "city": "Canoinhas",
+ "lat": [
+ -26.3769,
+ -25.9769
+ ],
+ "lon": [
+ -50.59,
+ -50.19
+ ]
+ },
+ {
+ "city": "Catu",
+ "lat": [
+ -12.553099999999999,
+ -12.1531
+ ],
+ "lon": [
+ -38.578900000000004,
+ -38.1789
+ ]
+ },
+ {
+ "city": "Maca\u00edba",
+ "lat": [
+ -6.0578,
+ -5.6578
+ ],
+ "lon": [
+ -35.553900000000006,
+ -35.1539
+ ]
+ },
+ {
+ "city": "Piedade",
+ "lat": [
+ -23.9119,
+ -23.5119
+ ],
+ "lon": [
+ -47.6278,
+ -47.227799999999995
+ ]
+ },
+ {
+ "city": "Montenegro",
+ "lat": [
+ -29.8889,
+ -29.4889
+ ],
+ "lon": [
+ -51.6608,
+ -51.260799999999996
+ ]
+ },
+ {
+ "city": "Palmares",
+ "lat": [
+ -8.8828,
+ -8.482800000000001
+ ],
+ "lon": [
+ -35.791900000000005,
+ -35.3919
+ ]
+ },
+ {
+ "city": "Capit\u00e3o Po\u00e7o",
+ "lat": [
+ -1.9464,
+ -1.5464
+ ],
+ "lon": [
+ -47.2594,
+ -46.859399999999994
+ ]
+ },
+ {
+ "city": "Medianeira",
+ "lat": [
+ -25.495,
+ -25.095000000000002
+ ],
+ "lon": [
+ -54.2939,
+ -53.893899999999995
+ ]
+ },
+ {
+ "city": "Ribeira do Pombal",
+ "lat": [
+ -11.0339,
+ -10.6339
+ ],
+ "lon": [
+ -38.735800000000005,
+ -38.3358
+ ]
+ },
+ {
+ "city": "Manicor\u00e9",
+ "lat": [
+ -6.008900000000001,
+ -5.6089
+ ],
+ "lon": [
+ -61.5,
+ -61.099999999999994
+ ]
+ },
+ {
+ "city": "Registro",
+ "lat": [
+ -24.6878,
+ -24.2878
+ ],
+ "lon": [
+ -48.0439,
+ -47.643899999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Francisco do Sul",
+ "lat": [
+ -26.4433,
+ -26.043300000000002
+ ],
+ "lon": [
+ -48.838100000000004,
+ -48.4381
+ ]
+ },
+ {
+ "city": "Marechal C\u00e2ndido Rondon",
+ "lat": [
+ -24.7561,
+ -24.3561
+ ],
+ "lon": [
+ -54.2567,
+ -53.8567
+ ]
+ },
+ {
+ "city": "Extrema",
+ "lat": [
+ -23.055,
+ -22.655
+ ],
+ "lon": [
+ -46.5178,
+ -46.117799999999995
+ ]
+ },
+ {
+ "city": "Tut\u00f3ia",
+ "lat": [
+ -2.9619,
+ -2.5618999999999996
+ ],
+ "lon": [
+ -42.4739,
+ -42.073899999999995
+ ]
+ },
+ {
+ "city": "Granja",
+ "lat": [
+ -3.3200000000000003,
+ -2.92
+ ],
+ "lon": [
+ -41.025800000000004,
+ -40.6258
+ ]
+ },
+ {
+ "city": "Inhumas",
+ "lat": [
+ -16.5578,
+ -16.1578
+ ],
+ "lon": [
+ -49.6961,
+ -49.296099999999996
+ ]
+ },
+ {
+ "city": "Capivari",
+ "lat": [
+ -23.195,
+ -22.795
+ ],
+ "lon": [
+ -47.707800000000006,
+ -47.3078
+ ]
+ },
+ {
+ "city": "Rondon do Par\u00e1",
+ "lat": [
+ -4.9758000000000004,
+ -4.5758
+ ],
+ "lon": [
+ -48.2669,
+ -47.866899999999994
+ ]
+ },
+ {
+ "city": "Beberibe",
+ "lat": [
+ -4.38,
+ -3.9799999999999995
+ ],
+ "lon": [
+ -38.3308,
+ -37.9308
+ ]
+ },
+ {
+ "city": "Itapag\u00e9",
+ "lat": [
+ -3.8867000000000003,
+ -3.4867
+ ],
+ "lon": [
+ -39.786100000000005,
+ -39.3861
+ ]
+ },
+ {
+ "city": "Cruz das Almas",
+ "lat": [
+ -12.87,
+ -12.47
+ ],
+ "lon": [
+ -39.3019,
+ -38.9019
+ ]
+ },
+ {
+ "city": "Xinguara",
+ "lat": [
+ -7.295,
+ -6.895
+ ],
+ "lon": [
+ -50.1458,
+ -49.745799999999996
+ ]
+ },
+ {
+ "city": "Congonhas",
+ "lat": [
+ -20.7,
+ -20.3
+ ],
+ "lon": [
+ -44.0578,
+ -43.657799999999995
+ ]
+ },
+ {
+ "city": "Timba\u00faba",
+ "lat": [
+ -7.7053,
+ -7.3053
+ ],
+ "lon": [
+ -35.5183,
+ -35.1183
+ ]
+ },
+ {
+ "city": "S\u00e3o Francisco",
+ "lat": [
+ -16.1489,
+ -15.7489
+ ],
+ "lon": [
+ -45.063900000000004,
+ -44.6639
+ ]
+ },
+ {
+ "city": "Lagoa da Prata",
+ "lat": [
+ -20.2225,
+ -19.8225
+ ],
+ "lon": [
+ -45.7436,
+ -45.343599999999995
+ ]
+ },
+ {
+ "city": "Paracambi",
+ "lat": [
+ -22.8083,
+ -22.4083
+ ],
+ "lon": [
+ -43.908300000000004,
+ -43.5083
+ ]
+ },
+ {
+ "city": "P\u00f4rto Ferreira",
+ "lat": [
+ -22.0539,
+ -21.6539
+ ],
+ "lon": [
+ -47.678900000000006,
+ -47.2789
+ ]
+ },
+ {
+ "city": "Tramanda\u00ed",
+ "lat": [
+ -30.1847,
+ -29.7847
+ ],
+ "lon": [
+ -50.333600000000004,
+ -49.9336
+ ]
+ },
+ {
+ "city": "Marechal Deodoro",
+ "lat": [
+ -9.9103,
+ -9.5103
+ ],
+ "lon": [
+ -36.095000000000006,
+ -35.695
+ ]
+ },
+ {
+ "city": "Para\u00edso do Tocantins",
+ "lat": [
+ -10.3758,
+ -9.975800000000001
+ ],
+ "lon": [
+ -49.066900000000004,
+ -48.6669
+ ]
+ },
+ {
+ "city": "Campo Belo",
+ "lat": [
+ -21.096899999999998,
+ -20.6969
+ ],
+ "lon": [
+ -45.4769,
+ -45.076899999999995
+ ]
+ },
+ {
+ "city": "Delmiro Gouveia",
+ "lat": [
+ -9.5886,
+ -9.188600000000001
+ ],
+ "lon": [
+ -38.199200000000005,
+ -37.7992
+ ]
+ },
+ {
+ "city": "Taquaritinga",
+ "lat": [
+ -21.6058,
+ -21.2058
+ ],
+ "lon": [
+ -48.705000000000005,
+ -48.305
+ ]
+ },
+ {
+ "city": "\u00d3bidos",
+ "lat": [
+ -2.1178,
+ -1.7178
+ ],
+ "lon": [
+ -55.717800000000004,
+ -55.3178
+ ]
+ },
+ {
+ "city": "Acar\u00e1",
+ "lat": [
+ -2.1608,
+ -1.7608000000000001
+ ],
+ "lon": [
+ -48.3969,
+ -47.9969
+ ]
+ },
+ {
+ "city": "Bu\u00edque",
+ "lat": [
+ -8.8233,
+ -8.423300000000001
+ ],
+ "lon": [
+ -37.3564,
+ -36.956399999999995
+ ]
+ },
+ {
+ "city": "Pontes e Lacerda",
+ "lat": [
+ -15.425799999999999,
+ -15.0258
+ ],
+ "lon": [
+ -59.535000000000004,
+ -59.135
+ ]
+ },
+ {
+ "city": "Caetit\u00e9",
+ "lat": [
+ -14.268899999999999,
+ -13.8689
+ ],
+ "lon": [
+ -42.675000000000004,
+ -42.275
+ ]
+ },
+ {
+ "city": "Tau\u00e1",
+ "lat": [
+ -6.2028,
+ -5.8027999999999995
+ ],
+ "lon": [
+ -40.4928,
+ -40.0928
+ ]
+ },
+ {
+ "city": "Santo Ant\u00f4nio do Descoberto",
+ "lat": [
+ -16.14,
+ -15.74
+ ],
+ "lon": [
+ -48.455000000000005,
+ -48.055
+ ]
+ },
+ {
+ "city": "S\u00e3o Gabriel da Cachoeira",
+ "lat": [
+ -0.33,
+ 0.07
+ ],
+ "lon": [
+ -67.2889,
+ -66.88889999999999
+ ]
+ },
+ {
+ "city": "Palmas",
+ "lat": [
+ -26.6842,
+ -26.284200000000002
+ ],
+ "lon": [
+ -52.1906,
+ -51.7906
+ ]
+ },
+ {
+ "city": "Bom Despacho",
+ "lat": [
+ -19.9358,
+ -19.535800000000002
+ ],
+ "lon": [
+ -45.4519,
+ -45.051899999999996
+ ]
+ },
+ {
+ "city": "Guapimirim",
+ "lat": [
+ -22.7369,
+ -22.3369
+ ],
+ "lon": [
+ -43.181900000000006,
+ -42.7819
+ ]
+ },
+ {
+ "city": "Pacatuba",
+ "lat": [
+ -4.1839,
+ -3.7839
+ ],
+ "lon": [
+ -38.82,
+ -38.419999999999995
+ ]
+ },
+ {
+ "city": "Bai\u00e3o",
+ "lat": [
+ -2.9908,
+ -2.5907999999999998
+ ],
+ "lon": [
+ -49.871900000000004,
+ -49.4719
+ ]
+ },
+ {
+ "city": "Xanxer\u00ea",
+ "lat": [
+ -27.0769,
+ -26.6769
+ ],
+ "lon": [
+ -52.6039,
+ -52.2039
+ ]
+ },
+ {
+ "city": "Tijucas",
+ "lat": [
+ -27.4408,
+ -27.0408
+ ],
+ "lon": [
+ -48.8339,
+ -48.433899999999994
+ ]
+ },
+ {
+ "city": "Viana",
+ "lat": [
+ -3.4200000000000004,
+ -3.02
+ ],
+ "lon": [
+ -45.203900000000004,
+ -44.8039
+ ]
+ },
+ {
+ "city": "Morrinhos",
+ "lat": [
+ -17.9319,
+ -17.5319
+ ],
+ "lon": [
+ -49.3008,
+ -48.9008
+ ]
+ },
+ {
+ "city": "Sap\u00e9",
+ "lat": [
+ -7.295,
+ -6.895
+ ],
+ "lon": [
+ -35.4328,
+ -35.032799999999995
+ ]
+ },
+ {
+ "city": "Leopoldina",
+ "lat": [
+ -21.7319,
+ -21.3319
+ ],
+ "lon": [
+ -42.842800000000004,
+ -42.4428
+ ]
+ },
+ {
+ "city": "Barra",
+ "lat": [
+ -11.2889,
+ -10.888900000000001
+ ],
+ "lon": [
+ -43.3419,
+ -42.9419
+ ]
+ },
+ {
+ "city": "Brejo Santo",
+ "lat": [
+ -7.6928,
+ -7.2928
+ ],
+ "lon": [
+ -39.185,
+ -38.785
+ ]
+ },
+ {
+ "city": "Tr\u00eas Pontas",
+ "lat": [
+ -21.5669,
+ -21.166900000000002
+ ],
+ "lon": [
+ -45.7128,
+ -45.312799999999996
+ ]
+ },
+ {
+ "city": "Guaxup\u00e9",
+ "lat": [
+ -21.505,
+ -21.105
+ ],
+ "lon": [
+ -46.912800000000004,
+ -46.5128
+ ]
+ },
+ {
+ "city": "Tobias Barreto",
+ "lat": [
+ -11.383899999999999,
+ -10.9839
+ ],
+ "lon": [
+ -38.1978,
+ -37.797799999999995
+ ]
+ },
+ {
+ "city": "Juruti",
+ "lat": [
+ -2.3519,
+ -1.9519
+ ],
+ "lon": [
+ -56.291900000000005,
+ -55.8919
+ ]
+ },
+ {
+ "city": "Pontal",
+ "lat": [
+ -21.2225,
+ -20.8225
+ ],
+ "lon": [
+ -48.2372,
+ -47.837199999999996
+ ]
+ },
+ {
+ "city": "Campos do Jord\u00e3o",
+ "lat": [
+ -22.9394,
+ -22.5394
+ ],
+ "lon": [
+ -45.7914,
+ -45.3914
+ ]
+ },
+ {
+ "city": "Vigia",
+ "lat": [
+ -1.0578,
+ -0.6577999999999999
+ ],
+ "lon": [
+ -48.3419,
+ -47.9419
+ ]
+ },
+ {
+ "city": "Quirin\u00f3polis",
+ "lat": [
+ -18.6483,
+ -18.2483
+ ],
+ "lon": [
+ -50.651700000000005,
+ -50.2517
+ ]
+ },
+ {
+ "city": "Est\u00e2ncia Velha",
+ "lat": [
+ -29.8483,
+ -29.4483
+ ],
+ "lon": [
+ -51.373900000000006,
+ -50.9739
+ ]
+ },
+ {
+ "city": "Jaru",
+ "lat": [
+ -10.6389,
+ -10.238900000000001
+ ],
+ "lon": [
+ -62.6664,
+ -62.2664
+ ]
+ },
+ {
+ "city": "Navira\u00ed",
+ "lat": [
+ -23.265,
+ -22.865000000000002
+ ],
+ "lon": [
+ -54.390800000000006,
+ -53.9908
+ ]
+ },
+ {
+ "city": "Cabre\u00fava",
+ "lat": [
+ -23.5075,
+ -23.1075
+ ],
+ "lon": [
+ -47.3331,
+ -46.933099999999996
+ ]
+ },
+ {
+ "city": "Boa Viagem",
+ "lat": [
+ -5.3278,
+ -4.9277999999999995
+ ],
+ "lon": [
+ -39.931900000000006,
+ -39.5319
+ ]
+ },
+ {
+ "city": "Artur Nogueira",
+ "lat": [
+ -22.7731,
+ -22.3731
+ ],
+ "lon": [
+ -47.3725,
+ -46.9725
+ ]
+ },
+ {
+ "city": "Itarar\u00e9",
+ "lat": [
+ -24.3125,
+ -23.9125
+ ],
+ "lon": [
+ -49.5317,
+ -49.131699999999995
+ ]
+ },
+ {
+ "city": "S\u00e3o Jos\u00e9 do Rio Pardo",
+ "lat": [
+ -21.7958,
+ -21.3958
+ ],
+ "lon": [
+ -47.0889,
+ -46.6889
+ ]
+ }
+ ],
+ "Argentina": [
+ {
+ "city": "Buenos Aires",
+ "lat": [
+ -34.8036,
+ -34.4036
+ ],
+ "lon": [
+ -58.5814,
+ -58.1814
+ ]
+ },
+ {
+ "city": "C\u00f3rdoba",
+ "lat": [
+ -31.616699999999998,
+ -31.2167
+ ],
+ "lon": [
+ -64.3833,
+ -63.9833
+ ]
+ },
+ {
+ "city": "Rosario",
+ "lat": [
+ -33.157500000000006,
+ -32.7575
+ ],
+ "lon": [
+ -60.839400000000005,
+ -60.4394
+ ]
+ },
+ {
+ "city": "Santiago del Estero",
+ "lat": [
+ -27.9833,
+ -27.5833
+ ],
+ "lon": [
+ -64.4667,
+ -64.0667
+ ]
+ },
+ {
+ "city": "La Plata",
+ "lat": [
+ -35.121100000000006,
+ -34.7211
+ ],
+ "lon": [
+ -58.1544,
+ -57.7544
+ ]
+ },
+ {
+ "city": "Mar del Plata",
+ "lat": [
+ -38.2,
+ -37.8
+ ],
+ "lon": [
+ -57.75,
+ -57.349999999999994
+ ]
+ },
+ {
+ "city": "San Miguel de Tucum\u00e1n",
+ "lat": [
+ -27.0167,
+ -26.6167
+ ],
+ "lon": [
+ -65.4167,
+ -65.0167
+ ]
+ },
+ {
+ "city": "Salta",
+ "lat": [
+ -24.9833,
+ -24.5833
+ ],
+ "lon": [
+ -65.61670000000001,
+ -65.2167
+ ]
+ },
+ {
+ "city": "San Juan",
+ "lat": [
+ -31.734199999999998,
+ -31.3342
+ ],
+ "lon": [
+ -68.7261,
+ -68.3261
+ ]
+ },
+ {
+ "city": "Lan\u00fas",
+ "lat": [
+ -34.900000000000006,
+ -34.5
+ ],
+ "lon": [
+ -58.6,
+ -58.199999999999996
+ ]
+ },
+ {
+ "city": "Santa Fe",
+ "lat": [
+ -31.833299999999998,
+ -31.4333
+ ],
+ "lon": [
+ -60.900000000000006,
+ -60.5
+ ]
+ },
+ {
+ "city": "Corrientes",
+ "lat": [
+ -27.6833,
+ -27.2833
+ ],
+ "lon": [
+ -59.0167,
+ -58.616699999999994
+ ]
+ },
+ {
+ "city": "San Salvador de Jujuy",
+ "lat": [
+ -24.3833,
+ -23.9833
+ ],
+ "lon": [
+ -65.5,
+ -65.1
+ ]
+ },
+ {
+ "city": "Bah\u00eda Blanca",
+ "lat": [
+ -38.916700000000006,
+ -38.5167
+ ],
+ "lon": [
+ -62.4667,
+ -62.0667
+ ]
+ },
+ {
+ "city": "Resistencia",
+ "lat": [
+ -27.6514,
+ -27.2514
+ ],
+ "lon": [
+ -59.1867,
+ -58.786699999999996
+ ]
+ },
+ {
+ "city": "Neuqu\u00e9n",
+ "lat": [
+ -39.1525,
+ -38.7525
+ ],
+ "lon": [
+ -68.2642,
+ -67.8642
+ ]
+ },
+ {
+ "city": "Posadas",
+ "lat": [
+ -27.5667,
+ -27.166700000000002
+ ],
+ "lon": [
+ -56.1,
+ -55.699999999999996
+ ]
+ },
+ {
+ "city": "Paran\u00e1",
+ "lat": [
+ -31.9331,
+ -31.5331
+ ],
+ "lon": [
+ -60.7297,
+ -60.329699999999995
+ ]
+ },
+ {
+ "city": "Quilmes",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.4667,
+ -58.0667
+ ]
+ },
+ {
+ "city": "Merlo",
+ "lat": [
+ -34.865300000000005,
+ -34.4653
+ ],
+ "lon": [
+ -58.9275,
+ -58.527499999999996
+ ]
+ },
+ {
+ "city": "Gonz\u00e1lez Cat\u00e1n",
+ "lat": [
+ -34.9667,
+ -34.5667
+ ],
+ "lon": [
+ -58.816700000000004,
+ -58.4167
+ ]
+ },
+ {
+ "city": "Formosa",
+ "lat": [
+ -26.3833,
+ -25.9833
+ ],
+ "lon": [
+ -58.383300000000006,
+ -57.9833
+ ]
+ },
+ {
+ "city": "Banfield",
+ "lat": [
+ -34.95,
+ -34.55
+ ],
+ "lon": [
+ -58.5833,
+ -58.183299999999996
+ ]
+ },
+ {
+ "city": "Jos\u00e9 C. Paz",
+ "lat": [
+ -34.7167,
+ -34.3167
+ ],
+ "lon": [
+ -58.9667,
+ -58.5667
+ ]
+ },
+ {
+ "city": "San Rafael",
+ "lat": [
+ -34.800000000000004,
+ -34.4
+ ],
+ "lon": [
+ -68.5333,
+ -68.13329999999999
+ ]
+ },
+ {
+ "city": "Comodoro Rivadavia",
+ "lat": [
+ -46.0647,
+ -45.664699999999996
+ ],
+ "lon": [
+ -67.6808,
+ -67.2808
+ ]
+ },
+ {
+ "city": "R\u00edo Cuarto",
+ "lat": [
+ -33.3333,
+ -32.933299999999996
+ ],
+ "lon": [
+ -64.55,
+ -64.14999999999999
+ ]
+ },
+ {
+ "city": "Concordia",
+ "lat": [
+ -31.599999999999998,
+ -31.2
+ ],
+ "lon": [
+ -58.2333,
+ -57.833299999999994
+ ]
+ },
+ {
+ "city": "San Lorenzo",
+ "lat": [
+ -32.95,
+ -32.55
+ ],
+ "lon": [
+ -60.9333,
+ -60.5333
+ ]
+ },
+ {
+ "city": "Godoy Cruz",
+ "lat": [
+ -33.1167,
+ -32.716699999999996
+ ],
+ "lon": [
+ -69.0333,
+ -68.63329999999999
+ ]
+ },
+ {
+ "city": "Isidro Casanova",
+ "lat": [
+ -34.900000000000006,
+ -34.5
+ ],
+ "lon": [
+ -58.783300000000004,
+ -58.3833
+ ]
+ },
+ {
+ "city": "Las Heras",
+ "lat": [
+ -33.050000000000004,
+ -32.65
+ ],
+ "lon": [
+ -69.0167,
+ -68.6167
+ ]
+ },
+ {
+ "city": "La Rioja",
+ "lat": [
+ -29.6125,
+ -29.212500000000002
+ ],
+ "lon": [
+ -67.05420000000001,
+ -66.6542
+ ]
+ },
+ {
+ "city": "Berazategui",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.45,
+ -58.05
+ ]
+ },
+ {
+ "city": "Hurlingham",
+ "lat": [
+ -34.800000000000004,
+ -34.4
+ ],
+ "lon": [
+ -58.8333,
+ -58.433299999999996
+ ]
+ },
+ {
+ "city": "San Luis",
+ "lat": [
+ -33.5,
+ -33.099999999999994
+ ],
+ "lon": [
+ -66.5333,
+ -66.13329999999999
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ -34.650000000000006,
+ -34.25
+ ],
+ "lon": [
+ -58.7667,
+ -58.366699999999994
+ ]
+ },
+ {
+ "city": "Jos\u00e9 Mar\u00eda Ezeiza",
+ "lat": [
+ -35.033300000000004,
+ -34.6333
+ ],
+ "lon": [
+ -58.7167,
+ -58.3167
+ ]
+ },
+ {
+ "city": "San Nicol\u00e1s de los Arroyos",
+ "lat": [
+ -33.533300000000004,
+ -33.1333
+ ],
+ "lon": [
+ -60.416700000000006,
+ -60.0167
+ ]
+ },
+ {
+ "city": "Catamarca",
+ "lat": [
+ -28.6667,
+ -28.2667
+ ],
+ "lon": [
+ -65.9833,
+ -65.5833
+ ]
+ },
+ {
+ "city": "San Miguel",
+ "lat": [
+ -34.7333,
+ -34.333299999999994
+ ],
+ "lon": [
+ -58.916700000000006,
+ -58.5167
+ ]
+ },
+ {
+ "city": "Rafael Castillo",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.816700000000004,
+ -58.4167
+ ]
+ },
+ {
+ "city": "Florencio Varela",
+ "lat": [
+ -35.0167,
+ -34.616699999999994
+ ],
+ "lon": [
+ -58.4833,
+ -58.083299999999994
+ ]
+ },
+ {
+ "city": "San Justo",
+ "lat": [
+ -34.883300000000006,
+ -34.4833
+ ],
+ "lon": [
+ -58.75,
+ -58.349999999999994
+ ]
+ },
+ {
+ "city": "Villa Mercedes",
+ "lat": [
+ -33.8667,
+ -33.466699999999996
+ ],
+ "lon": [
+ -65.6667,
+ -65.2667
+ ]
+ },
+ {
+ "city": "Ituzaing\u00f3",
+ "lat": [
+ -34.8667,
+ -34.466699999999996
+ ],
+ "lon": [
+ -58.8667,
+ -58.466699999999996
+ ]
+ },
+ {
+ "city": "Temperley",
+ "lat": [
+ -34.9667,
+ -34.5667
+ ],
+ "lon": [
+ -58.5833,
+ -58.183299999999996
+ ]
+ },
+ {
+ "city": "Ramos Mej\u00eda",
+ "lat": [
+ -34.85,
+ -34.449999999999996
+ ],
+ "lon": [
+ -58.7667,
+ -58.366699999999994
+ ]
+ },
+ {
+ "city": "Puerto Madryn",
+ "lat": [
+ -42.9667,
+ -42.5667
+ ],
+ "lon": [
+ -65.25,
+ -64.85
+ ]
+ },
+ {
+ "city": "Mendoza",
+ "lat": [
+ -33.0897,
+ -32.689699999999995
+ ],
+ "lon": [
+ -69.0444,
+ -68.64439999999999
+ ]
+ },
+ {
+ "city": "San Carlos de Bariloche",
+ "lat": [
+ -41.35,
+ -40.949999999999996
+ ],
+ "lon": [
+ -71.5,
+ -71.1
+ ]
+ },
+ {
+ "city": "Lomas de Zamora",
+ "lat": [
+ -34.9667,
+ -34.5667
+ ],
+ "lon": [
+ -58.6,
+ -58.199999999999996
+ ]
+ },
+ {
+ "city": "Bernal",
+ "lat": [
+ -34.900000000000006,
+ -34.5
+ ],
+ "lon": [
+ -58.4833,
+ -58.083299999999994
+ ]
+ },
+ {
+ "city": "Esteban Echeverr\u00eda",
+ "lat": [
+ -35.0167,
+ -34.616699999999994
+ ],
+ "lon": [
+ -58.666700000000006,
+ -58.2667
+ ]
+ },
+ {
+ "city": "Gualeguaych\u00fa",
+ "lat": [
+ -33.2167,
+ -32.8167
+ ],
+ "lon": [
+ -58.7167,
+ -58.3167
+ ]
+ },
+ {
+ "city": "Z\u00e1rate",
+ "lat": [
+ -34.283300000000004,
+ -33.8833
+ ],
+ "lon": [
+ -59.2333,
+ -58.833299999999994
+ ]
+ },
+ {
+ "city": "Castelar",
+ "lat": [
+ -34.8667,
+ -34.466699999999996
+ ],
+ "lon": [
+ -58.8667,
+ -58.466699999999996
+ ]
+ },
+ {
+ "city": "Villa Krause",
+ "lat": [
+ -31.7833,
+ -31.383300000000002
+ ],
+ "lon": [
+ -68.7333,
+ -68.3333
+ ]
+ },
+ {
+ "city": "Luj\u00e1n",
+ "lat": [
+ -34.7667,
+ -34.366699999999994
+ ],
+ "lon": [
+ -59.300000000000004,
+ -58.9
+ ]
+ },
+ {
+ "city": "Maip\u00fa",
+ "lat": [
+ -33.166700000000006,
+ -32.7667
+ ],
+ "lon": [
+ -68.95,
+ -68.55
+ ]
+ },
+ {
+ "city": "La Banda",
+ "lat": [
+ -27.9333,
+ -27.5333
+ ],
+ "lon": [
+ -64.45,
+ -64.05
+ ]
+ },
+ {
+ "city": "Cipolletti",
+ "lat": [
+ -39.133300000000006,
+ -38.7333
+ ],
+ "lon": [
+ -68.1833,
+ -67.7833
+ ]
+ },
+ {
+ "city": "Pergamino",
+ "lat": [
+ -34.0833,
+ -33.683299999999996
+ ],
+ "lon": [
+ -60.7667,
+ -60.366699999999994
+ ]
+ },
+ {
+ "city": "Santa Rosa",
+ "lat": [
+ -36.816700000000004,
+ -36.4167
+ ],
+ "lon": [
+ -64.4833,
+ -64.0833
+ ]
+ },
+ {
+ "city": "Presidencia Roque S\u00e1enz Pe\u00f1a",
+ "lat": [
+ -26.9833,
+ -26.5833
+ ],
+ "lon": [
+ -60.650000000000006,
+ -60.25
+ ]
+ },
+ {
+ "city": "Concepci\u00f3n del Uruguay",
+ "lat": [
+ -32.6833,
+ -32.2833
+ ],
+ "lon": [
+ -58.4333,
+ -58.0333
+ ]
+ },
+ {
+ "city": "Libertad",
+ "lat": [
+ -34.883300000000006,
+ -34.4833
+ ],
+ "lon": [
+ -58.883300000000006,
+ -58.4833
+ ]
+ },
+ {
+ "city": "Mor\u00f3n",
+ "lat": [
+ -34.85,
+ -34.449999999999996
+ ],
+ "lon": [
+ -58.816700000000004,
+ -58.4167
+ ]
+ },
+ {
+ "city": "Burzaco",
+ "lat": [
+ -35.0167,
+ -34.616699999999994
+ ],
+ "lon": [
+ -58.566700000000004,
+ -58.1667
+ ]
+ },
+ {
+ "city": "R\u00edo Grande",
+ "lat": [
+ -53.9833,
+ -53.583299999999994
+ ],
+ "lon": [
+ -67.9,
+ -67.5
+ ]
+ },
+ {
+ "city": "Trelew",
+ "lat": [
+ -43.45,
+ -43.05
+ ],
+ "lon": [
+ -65.5,
+ -65.1
+ ]
+ },
+ {
+ "city": "R\u00edo Gallegos",
+ "lat": [
+ -51.8233,
+ -51.4233
+ ],
+ "lon": [
+ -69.4161,
+ -69.0161
+ ]
+ },
+ {
+ "city": "Caseros",
+ "lat": [
+ -34.8106,
+ -34.410599999999995
+ ],
+ "lon": [
+ -58.7625,
+ -58.3625
+ ]
+ },
+ {
+ "city": "Villa Luzuriaga",
+ "lat": [
+ -34.8667,
+ -34.466699999999996
+ ],
+ "lon": [
+ -58.783300000000004,
+ -58.3833
+ ]
+ },
+ {
+ "city": "Ciudad General Belgrano",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.7333,
+ -58.333299999999994
+ ]
+ },
+ {
+ "city": "Rafaela",
+ "lat": [
+ -31.4667,
+ -31.0667
+ ],
+ "lon": [
+ -61.6833,
+ -61.2833
+ ]
+ },
+ {
+ "city": "San Francisco Solano",
+ "lat": [
+ -34.9667,
+ -34.5667
+ ],
+ "lon": [
+ -58.5167,
+ -58.116699999999994
+ ]
+ },
+ {
+ "city": "Necochea",
+ "lat": [
+ -38.75,
+ -38.349999999999994
+ ],
+ "lon": [
+ -58.9333,
+ -58.5333
+ ]
+ },
+ {
+ "city": "Olavarr\u00eda",
+ "lat": [
+ -37.1,
+ -36.699999999999996
+ ],
+ "lon": [
+ -60.533300000000004,
+ -60.1333
+ ]
+ },
+ {
+ "city": "Villa Mar\u00eda",
+ "lat": [
+ -32.6103,
+ -32.2103
+ ],
+ "lon": [
+ -63.431400000000004,
+ -63.0314
+ ]
+ },
+ {
+ "city": "Berisso",
+ "lat": [
+ -35.0728,
+ -34.672799999999995
+ ],
+ "lon": [
+ -58.085800000000006,
+ -57.6858
+ ]
+ },
+ {
+ "city": "Chimbas",
+ "lat": [
+ -31.7,
+ -31.3
+ ],
+ "lon": [
+ -68.7319,
+ -68.33189999999999
+ ]
+ },
+ {
+ "city": "Campana",
+ "lat": [
+ -34.3667,
+ -33.966699999999996
+ ],
+ "lon": [
+ -59.1167,
+ -58.716699999999996
+ ]
+ },
+ {
+ "city": "Jun\u00edn",
+ "lat": [
+ -34.783300000000004,
+ -34.3833
+ ],
+ "lon": [
+ -61.150000000000006,
+ -60.75
+ ]
+ },
+ {
+ "city": "General Rodr\u00edguez",
+ "lat": [
+ -34.816700000000004,
+ -34.4167
+ ],
+ "lon": [
+ -59.150000000000006,
+ -58.75
+ ]
+ },
+ {
+ "city": "Grand Bourg",
+ "lat": [
+ -34.6833,
+ -34.2833
+ ],
+ "lon": [
+ -58.916700000000006,
+ -58.5167
+ ]
+ },
+ {
+ "city": "Monte Chingolo",
+ "lat": [
+ -34.9333,
+ -34.5333
+ ],
+ "lon": [
+ -58.550000000000004,
+ -58.15
+ ]
+ },
+ {
+ "city": "Venado Tuerto",
+ "lat": [
+ -33.95,
+ -33.55
+ ],
+ "lon": [
+ -62.166700000000006,
+ -61.7667
+ ]
+ },
+ {
+ "city": "Ushuaia",
+ "lat": [
+ -55.001900000000006,
+ -54.6019
+ ],
+ "lon": [
+ -68.5031,
+ -68.1031
+ ]
+ },
+ {
+ "city": "Rivadavia",
+ "lat": [
+ -31.7303,
+ -31.3303
+ ],
+ "lon": [
+ -68.7947,
+ -68.3947
+ ]
+ },
+ {
+ "city": "Rivadavia",
+ "lat": [
+ -33.383300000000006,
+ -32.9833
+ ],
+ "lon": [
+ -68.6667,
+ -68.2667
+ ]
+ },
+ {
+ "city": "Puerto Iguaz\u00fa",
+ "lat": [
+ -25.8,
+ -25.400000000000002
+ ],
+ "lon": [
+ -54.7667,
+ -54.366699999999994
+ ]
+ },
+ {
+ "city": "Remedios de Escalada",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.6,
+ -58.199999999999996
+ ]
+ },
+ {
+ "city": "Pilar",
+ "lat": [
+ -34.650000000000006,
+ -34.25
+ ],
+ "lon": [
+ -59.1167,
+ -58.716699999999996
+ ]
+ },
+ {
+ "city": "Gobernador G\u00e1lvez",
+ "lat": [
+ -33.2256,
+ -32.825599999999994
+ ],
+ "lon": [
+ -60.833600000000004,
+ -60.4336
+ ]
+ },
+ {
+ "city": "Ezpeleta",
+ "lat": [
+ -34.9517,
+ -34.5517
+ ],
+ "lon": [
+ -58.434400000000004,
+ -58.0344
+ ]
+ },
+ {
+ "city": "San Mart\u00edn",
+ "lat": [
+ -33.2806,
+ -32.880599999999994
+ ],
+ "lon": [
+ -68.67060000000001,
+ -68.2706
+ ]
+ },
+ {
+ "city": "Villa Celina",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.6833,
+ -58.2833
+ ]
+ },
+ {
+ "city": "San Ram\u00f3n de la Nueva Or\u00e1n",
+ "lat": [
+ -23.333299999999998,
+ -22.9333
+ ],
+ "lon": [
+ -64.5333,
+ -64.13329999999999
+ ]
+ },
+ {
+ "city": "San Pedro",
+ "lat": [
+ -33.879200000000004,
+ -33.4792
+ ],
+ "lon": [
+ -59.8669,
+ -59.466899999999995
+ ]
+ },
+ {
+ "city": "Villa Carlos Paz",
+ "lat": [
+ -31.599999999999998,
+ -31.2
+ ],
+ "lon": [
+ -64.7167,
+ -64.3167
+ ]
+ },
+ {
+ "city": "La Paz",
+ "lat": [
+ -30.95,
+ -30.55
+ ],
+ "lon": [
+ -59.85,
+ -59.449999999999996
+ ]
+ },
+ {
+ "city": "Reconquista",
+ "lat": [
+ -29.4333,
+ -29.0333
+ ],
+ "lon": [
+ -60.133300000000006,
+ -59.7333
+ ]
+ },
+ {
+ "city": "Ciudadela",
+ "lat": [
+ -34.8333,
+ -34.433299999999996
+ ],
+ "lon": [
+ -58.7333,
+ -58.333299999999994
+ ]
+ },
+ {
+ "city": "Luj\u00e1n de Cuyo",
+ "lat": [
+ -33.198,
+ -32.797999999999995
+ ],
+ "lon": [
+ -69.07300000000001,
+ -68.673
+ ]
+ },
+ {
+ "city": "Goya",
+ "lat": [
+ -29.333299999999998,
+ -28.9333
+ ],
+ "lon": [
+ -59.45,
+ -59.05
+ ]
+ },
+ {
+ "city": "Bella Vista",
+ "lat": [
+ -34.7333,
+ -34.333299999999994
+ ],
+ "lon": [
+ -58.8667,
+ -58.466699999999996
+ ]
+ },
+ {
+ "city": "Lomas del Mirador",
+ "lat": [
+ -34.8667,
+ -34.466699999999996
+ ],
+ "lon": [
+ -58.7297,
+ -58.329699999999995
+ ]
+ },
+ {
+ "city": "Ober\u00e1",
+ "lat": [
+ -27.6833,
+ -27.2833
+ ],
+ "lon": [
+ -55.3333,
+ -54.933299999999996
+ ]
+ },
+ {
+ "city": "Wilde",
+ "lat": [
+ -34.900000000000006,
+ -34.5
+ ],
+ "lon": [
+ -58.5167,
+ -58.116699999999994
+ ]
+ },
+ {
+ "city": "Mart\u00ednez",
+ "lat": [
+ -34.6833,
+ -34.2833
+ ],
+ "lon": [
+ -58.7,
+ -58.3
+ ]
+ },
+ {
+ "city": "Santo Tom\u00e9",
+ "lat": [
+ -31.866699999999998,
+ -31.4667
+ ],
+ "lon": [
+ -60.9667,
+ -60.5667
+ ]
+ },
+ {
+ "city": "Don Torcuato",
+ "lat": [
+ -34.7,
+ -34.3
+ ],
+ "lon": [
+ -58.816700000000004,
+ -58.4167
+ ]
+ },
+ {
+ "city": "Tigre",
+ "lat": [
+ -34.7,
+ -34.3
+ ],
+ "lon": [
+ -58.816700000000004,
+ -58.4167
+ ]
+ },
+ {
+ "city": "Gerli",
+ "lat": [
+ -34.883300000000006,
+ -34.4833
+ ],
+ "lon": [
+ -58.566700000000004,
+ -58.1667
+ ]
+ },
+ {
+ "city": "Piran\u00e9",
+ "lat": [
+ -25.9328,
+ -25.5328
+ ],
+ "lon": [
+ -59.31,
+ -58.91
+ ]
+ },
+ {
+ "city": "Ensenada Berisso",
+ "lat": [
+ -35.066700000000004,
+ -34.6667
+ ],
+ "lon": [
+ -58.1,
+ -57.699999999999996
+ ]
+ },
+ {
+ "city": "Mercedes",
+ "lat": [
+ -34.85,
+ -34.449999999999996
+ ],
+ "lon": [
+ -59.633300000000006,
+ -59.2333
+ ]
+ },
+ {
+ "city": "Banda del R\u00edo Sal\u00ed",
+ "lat": [
+ -27.05,
+ -26.650000000000002
+ ],
+ "lon": [
+ -65.36670000000001,
+ -64.9667
+ ]
+ },
+ {
+ "city": "Tartagal",
+ "lat": [
+ -22.7,
+ -22.3
+ ],
+ "lon": [
+ -64.0333,
+ -63.6333
+ ]
+ },
+ {
+ "city": "Tres Arroyos",
+ "lat": [
+ -38.566700000000004,
+ -38.1667
+ ],
+ "lon": [
+ -60.4667,
+ -60.0667
+ ]
+ },
+ {
+ "city": "Villa Dom\u00ednico",
+ "lat": [
+ -34.8917,
+ -34.491699999999994
+ ],
+ "lon": [
+ -58.533300000000004,
+ -58.1333
+ ]
+ },
+ {
+ "city": "San Francisco",
+ "lat": [
+ -31.6356,
+ -31.2356
+ ],
+ "lon": [
+ -62.2714,
+ -61.871399999999994
+ ]
+ },
+ {
+ "city": "Los Polvorines",
+ "lat": [
+ -34.7,
+ -34.3
+ ],
+ "lon": [
+ -58.900000000000006,
+ -58.5
+ ]
+ },
+ {
+ "city": "Sarand\u00ed",
+ "lat": [
+ -34.883300000000006,
+ -34.4833
+ ],
+ "lon": [
+ -58.533300000000004,
+ -58.1333
+ ]
+ },
+ {
+ "city": "Viedma",
+ "lat": [
+ -41.0,
+ -40.599999999999994
+ ],
+ "lon": [
+ -63.2,
+ -62.8
+ ]
+ },
+ {
+ "city": "Gar\u00edn",
+ "lat": [
+ -34.6167,
+ -34.216699999999996
+ ],
+ "lon": [
+ -58.95,
+ -58.55
+ ]
+ },
+ {
+ "city": "El Palomar",
+ "lat": [
+ -34.816700000000004,
+ -34.4167
+ ],
+ "lon": [
+ -58.783300000000004,
+ -58.3833
+ ]
+ },
+ {
+ "city": "Beccar",
+ "lat": [
+ -34.666700000000006,
+ -34.2667
+ ],
+ "lon": [
+ -58.7167,
+ -58.3167
+ ]
+ },
+ {
+ "city": "San Pedro",
+ "lat": [
+ -24.4196,
+ -24.0196
+ ],
+ "lon": [
+ -65.07000000000001,
+ -64.67
+ ]
+ },
+ {
+ "city": "Punta Alta",
+ "lat": [
+ -39.080000000000005,
+ -38.68
+ ],
+ "lon": [
+ -62.275000000000006,
+ -61.875
+ ]
+ },
+ {
+ "city": "Chivilcoy",
+ "lat": [
+ -35.1,
+ -34.699999999999996
+ ],
+ "lon": [
+ -60.2167,
+ -59.8167
+ ]
+ },
+ {
+ "city": "Glew",
+ "lat": [
+ -35.0833,
+ -34.683299999999996
+ ],
+ "lon": [
+ -58.5833,
+ -58.183299999999996
+ ]
+ },
+ {
+ "city": "General Pico",
+ "lat": [
+ -35.8667,
+ -35.466699999999996
+ ],
+ "lon": [
+ -63.9333,
+ -63.5333
+ ]
+ },
+ {
+ "city": "Eldorado",
+ "lat": [
+ -26.599999999999998,
+ -26.2
+ ],
+ "lon": [
+ -54.8333,
+ -54.433299999999996
+ ]
+ },
+ {
+ "city": "Rafael Calzada",
+ "lat": [
+ -34.9833,
+ -34.583299999999994
+ ],
+ "lon": [
+ -58.566700000000004,
+ -58.1667
+ ]
+ },
+ {
+ "city": "Azul",
+ "lat": [
+ -36.9833,
+ -36.583299999999994
+ ],
+ "lon": [
+ -60.050000000000004,
+ -59.65
+ ]
+ },
+ {
+ "city": "Barranqueras",
+ "lat": [
+ -27.6833,
+ -27.2833
+ ],
+ "lon": [
+ -59.133300000000006,
+ -58.7333
+ ]
+ },
+ {
+ "city": "Bel\u00e9n de Escobar",
+ "lat": [
+ -34.533300000000004,
+ -34.1333
+ ],
+ "lon": [
+ -59.0167,
+ -58.616699999999994
+ ]
+ },
+ {
+ "city": "Ensenada",
+ "lat": [
+ -35.064400000000006,
+ -34.6644
+ ],
+ "lon": [
+ -58.1103,
+ -57.7103
+ ]
+ },
+ {
+ "city": "Mariano Acosta",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -58.9833,
+ -58.583299999999994
+ ]
+ },
+ {
+ "city": "Guernica",
+ "lat": [
+ -35.1167,
+ -34.716699999999996
+ ],
+ "lon": [
+ -58.5833,
+ -58.183299999999996
+ ]
+ },
+ {
+ "city": "Plottier",
+ "lat": [
+ -39.150000000000006,
+ -38.75
+ ],
+ "lon": [
+ -68.4333,
+ -68.0333
+ ]
+ },
+ {
+ "city": "Caleta Olivia",
+ "lat": [
+ -46.633300000000006,
+ -46.2333
+ ],
+ "lon": [
+ -67.7333,
+ -67.3333
+ ]
+ },
+ {
+ "city": "El Talar de Pacheco",
+ "lat": [
+ -34.6719,
+ -34.271899999999995
+ ],
+ "lon": [
+ -58.855000000000004,
+ -58.455
+ ]
+ },
+ {
+ "city": "Palpal\u00e1",
+ "lat": [
+ -24.45,
+ -24.05
+ ],
+ "lon": [
+ -65.3167,
+ -64.91669999999999
+ ]
+ },
+ {
+ "city": "Yerba Buena",
+ "lat": [
+ -27.0167,
+ -26.6167
+ ],
+ "lon": [
+ -65.5167,
+ -65.1167
+ ]
+ }
+ ],
+ "Peru": [
+ {
+ "city": "Lima",
+ "lat": [
+ -12.26,
+ -11.860000000000001
+ ],
+ "lon": [
+ -77.2375,
+ -76.83749999999999
+ ]
+ },
+ {
+ "city": "Arequipa",
+ "lat": [
+ -16.5989,
+ -16.198900000000002
+ ],
+ "lon": [
+ -71.7369,
+ -71.3369
+ ]
+ },
+ {
+ "city": "Trujillo",
+ "lat": [
+ -8.312,
+ -7.912
+ ],
+ "lon": [
+ -79.2288,
+ -78.8288
+ ]
+ },
+ {
+ "city": "Chiclayo",
+ "lat": [
+ -6.963,
+ -6.563
+ ],
+ "lon": [
+ -80.0366,
+ -79.6366
+ ]
+ },
+ {
+ "city": "Piura",
+ "lat": [
+ -5.4,
+ -5.0
+ ],
+ "lon": [
+ -80.83330000000001,
+ -80.4333
+ ]
+ },
+ {
+ "city": "Cusco",
+ "lat": [
+ -13.725,
+ -13.325000000000001
+ ],
+ "lon": [
+ -72.1722,
+ -71.7722
+ ]
+ },
+ {
+ "city": "Callao",
+ "lat": [
+ -12.252199999999998,
+ -11.8522
+ ],
+ "lon": [
+ -77.3392,
+ -76.9392
+ ]
+ },
+ {
+ "city": "Huancayo",
+ "lat": [
+ -12.2667,
+ -11.866700000000002
+ ],
+ "lon": [
+ -75.4167,
+ -75.0167
+ ]
+ },
+ {
+ "city": "Iquitos",
+ "lat": [
+ -3.95,
+ -3.55
+ ],
+ "lon": [
+ -73.45,
+ -73.05
+ ]
+ },
+ {
+ "city": "Pucallpa",
+ "lat": [
+ -8.5833,
+ -8.183300000000001
+ ],
+ "lon": [
+ -74.75,
+ -74.35
+ ]
+ },
+ {
+ "city": "Chimbote",
+ "lat": [
+ -9.2745,
+ -8.874500000000001
+ ],
+ "lon": [
+ -78.7936,
+ -78.39359999999999
+ ]
+ },
+ {
+ "city": "Tacna",
+ "lat": [
+ -18.2147,
+ -17.814700000000002
+ ],
+ "lon": [
+ -70.44890000000001,
+ -70.0489
+ ]
+ },
+ {
+ "city": "Ica",
+ "lat": [
+ -14.2667,
+ -13.866700000000002
+ ],
+ "lon": [
+ -75.9333,
+ -75.5333
+ ]
+ },
+ {
+ "city": "Juliaca",
+ "lat": [
+ -15.6833,
+ -15.2833
+ ],
+ "lon": [
+ -70.33330000000001,
+ -69.9333
+ ]
+ },
+ {
+ "city": "Tarapoto",
+ "lat": [
+ -6.6833,
+ -6.2833
+ ],
+ "lon": [
+ -76.5667,
+ -76.16669999999999
+ ]
+ },
+ {
+ "city": "Ayacucho",
+ "lat": [
+ -13.3631,
+ -12.9631
+ ],
+ "lon": [
+ -74.4244,
+ -74.0244
+ ]
+ },
+ {
+ "city": "Cajamarca",
+ "lat": [
+ -7.3575,
+ -6.9575
+ ],
+ "lon": [
+ -78.7175,
+ -78.3175
+ ]
+ },
+ {
+ "city": "Huacho",
+ "lat": [
+ -11.3067,
+ -10.9067
+ ],
+ "lon": [
+ -77.805,
+ -77.405
+ ]
+ },
+ {
+ "city": "Hu\u00e1nuco",
+ "lat": [
+ -10.1295,
+ -9.729500000000002
+ ],
+ "lon": [
+ -76.4397,
+ -76.0397
+ ]
+ },
+ {
+ "city": "Sullana",
+ "lat": [
+ -5.1000000000000005,
+ -4.7
+ ],
+ "lon": [
+ -80.8833,
+ -80.4833
+ ]
+ },
+ {
+ "city": "Huaycan",
+ "lat": [
+ -12.2181,
+ -11.818100000000001
+ ],
+ "lon": [
+ -77.0139,
+ -76.6139
+ ]
+ },
+ {
+ "city": "Puno",
+ "lat": [
+ -16.0433,
+ -15.6433
+ ],
+ "lon": [
+ -70.2236,
+ -69.8236
+ ]
+ },
+ {
+ "city": "San Ignacio",
+ "lat": [
+ -5.3456,
+ -4.9456
+ ],
+ "lon": [
+ -79.2017,
+ -78.8017
+ ]
+ },
+ {
+ "city": "Huaraz",
+ "lat": [
+ -9.7333,
+ -9.333300000000001
+ ],
+ "lon": [
+ -77.7333,
+ -77.3333
+ ]
+ },
+ {
+ "city": "Pisco",
+ "lat": [
+ -13.916699999999999,
+ -13.5167
+ ],
+ "lon": [
+ -76.4,
+ -76.0
+ ]
+ },
+ {
+ "city": "Talara",
+ "lat": [
+ -4.7799000000000005,
+ -4.3799
+ ],
+ "lon": [
+ -81.4719,
+ -81.0719
+ ]
+ },
+ {
+ "city": "Tumbes",
+ "lat": [
+ -3.7708000000000004,
+ -3.3708
+ ],
+ "lon": [
+ -80.6597,
+ -80.2597
+ ]
+ },
+ {
+ "city": "Chosica",
+ "lat": [
+ -12.136099999999999,
+ -11.7361
+ ],
+ "lon": [
+ -76.8972,
+ -76.49719999999999
+ ]
+ },
+ {
+ "city": "Puerto Maldonado",
+ "lat": [
+ -12.799999999999999,
+ -12.4
+ ],
+ "lon": [
+ -69.3833,
+ -68.9833
+ ]
+ },
+ {
+ "city": "Chulucanas",
+ "lat": [
+ -5.2961,
+ -4.8961
+ ],
+ "lon": [
+ -80.3647,
+ -79.9647
+ ]
+ },
+ {
+ "city": "Ja\u00e9n",
+ "lat": [
+ -5.9083000000000006,
+ -5.5083
+ ],
+ "lon": [
+ -79.0083,
+ -78.6083
+ ]
+ },
+ {
+ "city": "Andahuaylas",
+ "lat": [
+ -13.8575,
+ -13.457500000000001
+ ],
+ "lon": [
+ -73.58330000000001,
+ -73.1833
+ ]
+ },
+ {
+ "city": "Huaral",
+ "lat": [
+ -11.7,
+ -11.3
+ ],
+ "lon": [
+ -77.4,
+ -77.0
+ ]
+ },
+ {
+ "city": "Catacaos",
+ "lat": [
+ -5.4653,
+ -5.0653
+ ],
+ "lon": [
+ -80.875,
+ -80.475
+ ]
+ },
+ {
+ "city": "Abancay",
+ "lat": [
+ -13.8333,
+ -13.433300000000001
+ ],
+ "lon": [
+ -73.08330000000001,
+ -72.6833
+ ]
+ },
+ {
+ "city": "Huanchaco",
+ "lat": [
+ -7.9,
+ -7.5
+ ],
+ "lon": [
+ -79.6333,
+ -79.2333
+ ]
+ },
+ {
+ "city": "Moquegua",
+ "lat": [
+ -17.4,
+ -17.0
+ ],
+ "lon": [
+ -71.1333,
+ -70.7333
+ ]
+ },
+ {
+ "city": "V\u00edctor Larco Herrera",
+ "lat": [
+ -8.3333,
+ -7.9333
+ ],
+ "lon": [
+ -79.25,
+ -78.85
+ ]
+ },
+ {
+ "city": "Ilo",
+ "lat": [
+ -17.8459,
+ -17.4459
+ ],
+ "lon": [
+ -71.5453,
+ -71.14529999999999
+ ]
+ },
+ {
+ "city": "Chincha Alta",
+ "lat": [
+ -13.649999999999999,
+ -13.25
+ ],
+ "lon": [
+ -76.33330000000001,
+ -75.9333
+ ]
+ },
+ {
+ "city": "Yurimaguas",
+ "lat": [
+ -6.1000000000000005,
+ -5.7
+ ],
+ "lon": [
+ -76.2833,
+ -75.88329999999999
+ ]
+ },
+ {
+ "city": "Cerro de Pasco",
+ "lat": [
+ -10.8864,
+ -10.486400000000001
+ ],
+ "lon": [
+ -76.4625,
+ -76.0625
+ ]
+ },
+ {
+ "city": "Barranca",
+ "lat": [
+ -10.954099999999999,
+ -10.5541
+ ],
+ "lon": [
+ -77.961,
+ -77.56099999999999
+ ]
+ },
+ {
+ "city": "Lambayeque",
+ "lat": [
+ -6.9,
+ -6.5
+ ],
+ "lon": [
+ -80.10000000000001,
+ -79.7
+ ]
+ },
+ {
+ "city": "Sicuani",
+ "lat": [
+ -14.472,
+ -14.072000000000001
+ ],
+ "lon": [
+ -71.429,
+ -71.029
+ ]
+ },
+ {
+ "city": "Moyobamba",
+ "lat": [
+ -6.2333,
+ -5.8332999999999995
+ ],
+ "lon": [
+ -77.1667,
+ -76.7667
+ ]
+ },
+ {
+ "city": "Chota",
+ "lat": [
+ -6.7614,
+ -6.3614
+ ],
+ "lon": [
+ -78.8486,
+ -78.4486
+ ]
+ },
+ {
+ "city": "Tarma",
+ "lat": [
+ -11.618599999999999,
+ -11.2186
+ ],
+ "lon": [
+ -75.8908,
+ -75.4908
+ ]
+ },
+ {
+ "city": "Juanju\u00ed",
+ "lat": [
+ -7.3802,
+ -6.9802
+ ],
+ "lon": [
+ -76.9265,
+ -76.5265
+ ]
+ },
+ {
+ "city": "Cutervo",
+ "lat": [
+ -6.5778,
+ -6.1777999999999995
+ ],
+ "lon": [
+ -79.0167,
+ -78.6167
+ ]
+ },
+ {
+ "city": "Sechura",
+ "lat": [
+ -5.7576,
+ -5.3576
+ ],
+ "lon": [
+ -81.0223,
+ -80.6223
+ ]
+ }
+ ],
+ "Colombia": [
+ {
+ "city": "Bogot\u00e1",
+ "lat": [
+ 4.5111,
+ 4.9111
+ ],
+ "lon": [
+ -74.2722,
+ -73.87219999999999
+ ]
+ },
+ {
+ "city": "Cali",
+ "lat": [
+ 3.2205999999999997,
+ 3.6206
+ ],
+ "lon": [
+ -76.7222,
+ -76.3222
+ ]
+ },
+ {
+ "city": "Medell\u00edn",
+ "lat": [
+ 6.0308,
+ 6.4308000000000005
+ ],
+ "lon": [
+ -75.7906,
+ -75.39059999999999
+ ]
+ },
+ {
+ "city": "Barranquilla",
+ "lat": [
+ 10.7833,
+ 11.1833
+ ],
+ "lon": [
+ -75.0019,
+ -74.6019
+ ]
+ },
+ {
+ "city": "Cartagena",
+ "lat": [
+ 10.200000000000001,
+ 10.6
+ ],
+ "lon": [
+ -75.7,
+ -75.3
+ ]
+ },
+ {
+ "city": "Bucaramanga",
+ "lat": [
+ 6.9333,
+ 7.3333
+ ],
+ "lon": [
+ -73.2,
+ -72.8
+ ]
+ },
+ {
+ "city": "C\u00facuta",
+ "lat": [
+ 7.6941999999999995,
+ 8.094199999999999
+ ],
+ "lon": [
+ -72.7039,
+ -72.3039
+ ]
+ },
+ {
+ "city": "Palermo",
+ "lat": [
+ 2.6917,
+ 3.0917000000000003
+ ],
+ "lon": [
+ -75.6375,
+ -75.2375
+ ]
+ },
+ {
+ "city": "Soledad",
+ "lat": [
+ 10.716700000000001,
+ 11.1167
+ ],
+ "lon": [
+ -74.95,
+ -74.55
+ ]
+ },
+ {
+ "city": "Villavicencio",
+ "lat": [
+ 3.95,
+ 4.3500000000000005
+ ],
+ "lon": [
+ -73.83330000000001,
+ -73.4333
+ ]
+ },
+ {
+ "city": "Pereira",
+ "lat": [
+ 4.6143,
+ 5.0143
+ ],
+ "lon": [
+ -75.8946,
+ -75.49459999999999
+ ]
+ },
+ {
+ "city": "Bello",
+ "lat": [
+ 6.1333,
+ 6.5333000000000006
+ ],
+ "lon": [
+ -75.7667,
+ -75.3667
+ ]
+ },
+ {
+ "city": "Ibagu\u00e9",
+ "lat": [
+ 4.2333,
+ 4.6333
+ ],
+ "lon": [
+ -75.4333,
+ -75.0333
+ ]
+ },
+ {
+ "city": "Valledupar",
+ "lat": [
+ 10.2833,
+ 10.6833
+ ],
+ "lon": [
+ -73.45,
+ -73.05
+ ]
+ },
+ {
+ "city": "Soacha",
+ "lat": [
+ 4.3872,
+ 4.7872
+ ],
+ "lon": [
+ -74.4214,
+ -74.0214
+ ]
+ },
+ {
+ "city": "Santa Marta",
+ "lat": [
+ 11.0419,
+ 11.441899999999999
+ ],
+ "lon": [
+ -74.4053,
+ -74.00529999999999
+ ]
+ },
+ {
+ "city": "Manizales",
+ "lat": [
+ 4.8675,
+ 5.2675
+ ],
+ "lon": [
+ -75.71000000000001,
+ -75.31
+ ]
+ },
+ {
+ "city": "Buenaventura",
+ "lat": [
+ 3.6772,
+ 4.0772
+ ],
+ "lon": [
+ -77.22670000000001,
+ -76.8267
+ ]
+ },
+ {
+ "city": "Pasto",
+ "lat": [
+ 1.0078,
+ 1.4078
+ ],
+ "lon": [
+ -77.4772,
+ -77.07719999999999
+ ]
+ },
+ {
+ "city": "Monter\u00eda",
+ "lat": [
+ 8.55,
+ 8.95
+ ],
+ "lon": [
+ -76.08330000000001,
+ -75.6833
+ ]
+ },
+ {
+ "city": "Neiva",
+ "lat": [
+ 2.7344999999999997,
+ 3.1345
+ ],
+ "lon": [
+ -75.4809,
+ -75.0809
+ ]
+ },
+ {
+ "city": "Palmira",
+ "lat": [
+ 3.3832999999999998,
+ 3.7833
+ ],
+ "lon": [
+ -76.45,
+ -76.05
+ ]
+ },
+ {
+ "city": "Fontib\u00f3n",
+ "lat": [
+ 4.4786,
+ 4.8786000000000005
+ ],
+ "lon": [
+ -74.3411,
+ -73.94109999999999
+ ]
+ },
+ {
+ "city": "Usme",
+ "lat": [
+ 4.2463999999999995,
+ 4.6464
+ ],
+ "lon": [
+ -74.3522,
+ -73.95219999999999
+ ]
+ },
+ {
+ "city": "Armenia",
+ "lat": [
+ 4.33,
+ 4.73
+ ],
+ "lon": [
+ -75.88000000000001,
+ -75.48
+ ]
+ },
+ {
+ "city": "Popay\u00e1n",
+ "lat": [
+ 2.2542,
+ 2.6542000000000003
+ ],
+ "lon": [
+ -76.8092,
+ -76.4092
+ ]
+ },
+ {
+ "city": "Barrancabermeja",
+ "lat": [
+ 6.8667,
+ 7.2667
+ ],
+ "lon": [
+ -74.05,
+ -73.64999999999999
+ ]
+ },
+ {
+ "city": "Floridablanca",
+ "lat": [
+ 7.0167,
+ 7.4167000000000005
+ ],
+ "lon": [
+ -73.2667,
+ -72.8667
+ ]
+ },
+ {
+ "city": "Sincelejo",
+ "lat": [
+ 9.095,
+ 9.495
+ ],
+ "lon": [
+ -75.5961,
+ -75.1961
+ ]
+ },
+ {
+ "city": "Itag\u00fc\u00ed",
+ "lat": [
+ 5.9666999999999994,
+ 6.3667
+ ],
+ "lon": [
+ -75.8167,
+ -75.41669999999999
+ ]
+ },
+ {
+ "city": "Envigado",
+ "lat": [
+ 5.9666999999999994,
+ 6.3667
+ ],
+ "lon": [
+ -75.7667,
+ -75.3667
+ ]
+ },
+ {
+ "city": "Tulu\u00e1",
+ "lat": [
+ 3.8833,
+ 4.2833000000000006
+ ],
+ "lon": [
+ -76.4,
+ -76.0
+ ]
+ },
+ {
+ "city": "Tumaco",
+ "lat": [
+ 1.6067,
+ 2.0067
+ ],
+ "lon": [
+ -78.96470000000001,
+ -78.5647
+ ]
+ },
+ {
+ "city": "Uripa",
+ "lat": [
+ 11.716700000000001,
+ 12.1167
+ ],
+ "lon": [
+ -72.2,
+ -71.8
+ ]
+ },
+ {
+ "city": "Zipaquir\u00e1",
+ "lat": [
+ 4.8332999999999995,
+ 5.2333
+ ],
+ "lon": [
+ -74.2,
+ -73.8
+ ]
+ },
+ {
+ "city": "Florencia",
+ "lat": [
+ 1.4139,
+ 1.8138999999999998
+ ],
+ "lon": [
+ -75.8128,
+ -75.41279999999999
+ ]
+ },
+ {
+ "city": "Turbo",
+ "lat": [
+ 7.8999999999999995,
+ 8.299999999999999
+ ],
+ "lon": [
+ -76.9333,
+ -76.5333
+ ]
+ },
+ {
+ "city": "Santander de Quilichao",
+ "lat": [
+ 2.8167,
+ 3.2167000000000003
+ ],
+ "lon": [
+ -76.6833,
+ -76.2833
+ ]
+ },
+ {
+ "city": "Dosquebradas",
+ "lat": [
+ 4.6333,
+ 5.0333000000000006
+ ],
+ "lon": [
+ -75.8833,
+ -75.4833
+ ]
+ },
+ {
+ "city": "Fusagasug\u00e1",
+ "lat": [
+ 4.1452,
+ 4.5452
+ ],
+ "lon": [
+ -74.5618,
+ -74.1618
+ ]
+ },
+ {
+ "city": "Ipiales",
+ "lat": [
+ 0.6303000000000001,
+ 1.0303
+ ],
+ "lon": [
+ -77.84440000000001,
+ -77.4444
+ ]
+ },
+ {
+ "city": "R\u00edohacha",
+ "lat": [
+ 11.3442,
+ 11.7442
+ ],
+ "lon": [
+ -73.1069,
+ -72.70689999999999
+ ]
+ },
+ {
+ "city": "Tunja",
+ "lat": [
+ 5.3332999999999995,
+ 5.7333
+ ],
+ "lon": [
+ -73.5667,
+ -73.16669999999999
+ ]
+ },
+ {
+ "city": "Gir\u00f3n",
+ "lat": [
+ 6.8708,
+ 7.2708
+ ],
+ "lon": [
+ -73.37310000000001,
+ -72.9731
+ ]
+ },
+ {
+ "city": "Piedecuesta",
+ "lat": [
+ 6.8833,
+ 7.2833000000000006
+ ],
+ "lon": [
+ -73.2,
+ -72.8
+ ]
+ },
+ {
+ "city": "Facatativ\u00e1",
+ "lat": [
+ 4.6167,
+ 5.0167
+ ],
+ "lon": [
+ -74.5667,
+ -74.16669999999999
+ ]
+ },
+ {
+ "city": "Cartago",
+ "lat": [
+ 4.5,
+ 4.9
+ ],
+ "lon": [
+ -76.11670000000001,
+ -75.7167
+ ]
+ },
+ {
+ "city": "Malambo",
+ "lat": [
+ 10.65,
+ 11.049999999999999
+ ],
+ "lon": [
+ -74.95,
+ -74.55
+ ]
+ },
+ {
+ "city": "Rionegro",
+ "lat": [
+ 5.9535,
+ 6.3535
+ ],
+ "lon": [
+ -75.57430000000001,
+ -75.1743
+ ]
+ },
+ {
+ "city": "Pitalito",
+ "lat": [
+ 1.6989,
+ 2.0989
+ ],
+ "lon": [
+ -76.2419,
+ -75.8419
+ ]
+ },
+ {
+ "city": "Duitama",
+ "lat": [
+ 5.6333,
+ 6.0333000000000006
+ ],
+ "lon": [
+ -73.2167,
+ -72.8167
+ ]
+ },
+ {
+ "city": "Quibd\u00f3",
+ "lat": [
+ 5.4921999999999995,
+ 5.8922
+ ],
+ "lon": [
+ -76.85810000000001,
+ -76.4581
+ ]
+ },
+ {
+ "city": "Jamund\u00ed",
+ "lat": [
+ 3.0667,
+ 3.4667000000000003
+ ],
+ "lon": [
+ -76.75,
+ -76.35
+ ]
+ },
+ {
+ "city": "Girardot",
+ "lat": [
+ 4.1049999999999995,
+ 4.505
+ ],
+ "lon": [
+ -75.0017,
+ -74.6017
+ ]
+ },
+ {
+ "city": "Ci\u00e9naga",
+ "lat": [
+ 10.8069,
+ 11.2069
+ ],
+ "lon": [
+ -74.45,
+ -74.05
+ ]
+ },
+ {
+ "city": "Guadalajara de Buga",
+ "lat": [
+ 3.6999999999999997,
+ 4.1
+ ],
+ "lon": [
+ -76.5019,
+ -76.1019
+ ]
+ },
+ {
+ "city": "Mosquera",
+ "lat": [
+ 4.5078,
+ 4.9078
+ ],
+ "lon": [
+ -74.4328,
+ -74.0328
+ ]
+ },
+ {
+ "city": "Ch\u00eda",
+ "lat": [
+ 4.6499999999999995,
+ 5.05
+ ],
+ "lon": [
+ -74.25,
+ -73.85
+ ]
+ },
+ {
+ "city": "Magangu\u00e9",
+ "lat": [
+ 9.05,
+ 9.45
+ ],
+ "lon": [
+ -74.9667,
+ -74.5667
+ ]
+ },
+ {
+ "city": "Maicao",
+ "lat": [
+ 11.177800000000001,
+ 11.5778
+ ],
+ "lon": [
+ -72.4389,
+ -72.0389
+ ]
+ },
+ {
+ "city": "Apartad\u00f3",
+ "lat": [
+ 7.6833,
+ 8.0833
+ ],
+ "lon": [
+ -76.83330000000001,
+ -76.4333
+ ]
+ },
+ {
+ "city": "Uribia",
+ "lat": [
+ 11.716700000000001,
+ 12.1167
+ ],
+ "lon": [
+ -72.2,
+ -71.8
+ ]
+ },
+ {
+ "city": "Oca\u00f1a",
+ "lat": [
+ 8.0333,
+ 8.4333
+ ],
+ "lon": [
+ -73.55,
+ -73.14999999999999
+ ]
+ },
+ {
+ "city": "Sogamoso",
+ "lat": [
+ 5.5167,
+ 5.9167000000000005
+ ],
+ "lon": [
+ -73.1208,
+ -72.7208
+ ]
+ },
+ {
+ "city": "Turbaco",
+ "lat": [
+ 10.15,
+ 10.549999999999999
+ ],
+ "lon": [
+ -75.5333,
+ -75.13329999999999
+ ]
+ },
+ {
+ "city": "Madrid",
+ "lat": [
+ 4.5344,
+ 4.9344
+ ],
+ "lon": [
+ -74.4683,
+ -74.0683
+ ]
+ },
+ {
+ "city": "Aguachica",
+ "lat": [
+ 8.116700000000002,
+ 8.5167
+ ],
+ "lon": [
+ -73.83330000000001,
+ -73.4333
+ ]
+ },
+ {
+ "city": "Villa del Rosario",
+ "lat": [
+ 7.6339,
+ 8.0339
+ ],
+ "lon": [
+ -72.6742,
+ -72.2742
+ ]
+ },
+ {
+ "city": "Yopal",
+ "lat": [
+ 5.1499999999999995,
+ 5.55
+ ],
+ "lon": [
+ -72.61,
+ -72.21
+ ]
+ },
+ {
+ "city": "Sabanalarga",
+ "lat": [
+ 6.6499999999999995,
+ 7.05
+ ],
+ "lon": [
+ -76.0167,
+ -75.6167
+ ]
+ },
+ {
+ "city": "Arauca",
+ "lat": [
+ 6.8903,
+ 7.2903
+ ],
+ "lon": [
+ -70.96170000000001,
+ -70.5617
+ ]
+ },
+ {
+ "city": "Candelaria",
+ "lat": [
+ 3.1999999999999997,
+ 3.6
+ ],
+ "lon": [
+ -76.58330000000001,
+ -76.1833
+ ]
+ },
+ {
+ "city": "Yumbo",
+ "lat": [
+ 3.385,
+ 3.785
+ ],
+ "lon": [
+ -76.6958,
+ -76.2958
+ ]
+ },
+ {
+ "city": "Ceret\u00e9",
+ "lat": [
+ 8.683300000000001,
+ 9.0833
+ ],
+ "lon": [
+ -76.0,
+ -75.6
+ ]
+ },
+ {
+ "city": "Los Patios",
+ "lat": [
+ 7.6333,
+ 8.0333
+ ],
+ "lon": [
+ -72.7167,
+ -72.3167
+ ]
+ },
+ {
+ "city": "Funza",
+ "lat": [
+ 4.5167,
+ 4.9167000000000005
+ ],
+ "lon": [
+ -74.4167,
+ -74.0167
+ ]
+ },
+ {
+ "city": "Fundaci\u00f3n",
+ "lat": [
+ 10.3214,
+ 10.7214
+ ],
+ "lon": [
+ -74.3867,
+ -73.9867
+ ]
+ },
+ {
+ "city": "Sahag\u00fan",
+ "lat": [
+ 8.75,
+ 9.149999999999999
+ ],
+ "lon": [
+ -75.65,
+ -75.25
+ ]
+ },
+ {
+ "city": "Montel\u00edbano",
+ "lat": [
+ 7.7749999999999995,
+ 8.174999999999999
+ ],
+ "lon": [
+ -75.6208,
+ -75.2208
+ ]
+ },
+ {
+ "city": "Caucasia",
+ "lat": [
+ 7.7833,
+ 8.1833
+ ],
+ "lon": [
+ -75.4,
+ -75.0
+ ]
+ },
+ {
+ "city": "Caldas",
+ "lat": [
+ 5.89,
+ 6.29
+ ],
+ "lon": [
+ -75.83800000000001,
+ -75.438
+ ]
+ },
+ {
+ "city": "Chiquinquir\u00e1",
+ "lat": [
+ 5.4333,
+ 5.8333
+ ],
+ "lon": [
+ -73.95,
+ -73.55
+ ]
+ },
+ {
+ "city": "Sabanalarga",
+ "lat": [
+ 10.430000000000001,
+ 10.83
+ ],
+ "lon": [
+ -75.1236,
+ -74.72359999999999
+ ]
+ },
+ {
+ "city": "Chigorod\u00f3",
+ "lat": [
+ 7.4675,
+ 7.867500000000001
+ ],
+ "lon": [
+ -76.88080000000001,
+ -76.4808
+ ]
+ },
+ {
+ "city": "Sabaneta",
+ "lat": [
+ 5.95,
+ 6.3500000000000005
+ ],
+ "lon": [
+ -75.8,
+ -75.39999999999999
+ ]
+ },
+ {
+ "city": "Cajic\u00e1",
+ "lat": [
+ 4.7166999999999994,
+ 5.1167
+ ],
+ "lon": [
+ -74.2333,
+ -73.8333
+ ]
+ },
+ {
+ "city": "Tierralta",
+ "lat": [
+ 7.7166999999999994,
+ 8.1167
+ ],
+ "lon": [
+ -76.36670000000001,
+ -75.9667
+ ]
+ },
+ {
+ "city": "Espinal",
+ "lat": [
+ 4.0,
+ 4.4
+ ],
+ "lon": [
+ -75.0333,
+ -74.63329999999999
+ ]
+ },
+ {
+ "city": "Arjona",
+ "lat": [
+ 10.0586,
+ 10.458599999999999
+ ],
+ "lon": [
+ -75.54610000000001,
+ -75.1461
+ ]
+ },
+ {
+ "city": "Acac\u00edas",
+ "lat": [
+ 3.7878,
+ 4.1878
+ ],
+ "lon": [
+ -73.9597,
+ -73.55969999999999
+ ]
+ },
+ {
+ "city": "Copacabana",
+ "lat": [
+ 6.1333,
+ 6.5333000000000006
+ ],
+ "lon": [
+ -75.7,
+ -75.3
+ ]
+ },
+ {
+ "city": "Santa Rosa de Cabal",
+ "lat": [
+ 4.6667,
+ 5.0667
+ ],
+ "lon": [
+ -75.8167,
+ -75.41669999999999
+ ]
+ },
+ {
+ "city": "San Vicente del Cagu\u00e1n",
+ "lat": [
+ 1.9166999999999998,
+ 2.3167
+ ],
+ "lon": [
+ -74.9667,
+ -74.5667
+ ]
+ },
+ {
+ "city": "La Dorada",
+ "lat": [
+ 5.2538,
+ 5.6538
+ ],
+ "lon": [
+ -74.8647,
+ -74.4647
+ ]
+ },
+ {
+ "city": "Turban\u00e1",
+ "lat": [
+ 10.083300000000001,
+ 10.4833
+ ],
+ "lon": [
+ -75.65,
+ -75.25
+ ]
+ },
+ {
+ "city": "El Banco",
+ "lat": [
+ 8.798300000000001,
+ 9.1983
+ ],
+ "lon": [
+ -74.1747,
+ -73.7747
+ ]
+ },
+ {
+ "city": "San Andr\u00e9s",
+ "lat": [
+ 12.3847,
+ 12.784699999999999
+ ],
+ "lon": [
+ -81.9006,
+ -81.50059999999999
+ ]
+ },
+ {
+ "city": "Calarc\u00e1",
+ "lat": [
+ 4.3332999999999995,
+ 4.7333
+ ],
+ "lon": [
+ -75.85000000000001,
+ -75.45
+ ]
+ },
+ {
+ "city": "La Estrella",
+ "lat": [
+ 5.9666999999999994,
+ 6.3667
+ ],
+ "lon": [
+ -75.86670000000001,
+ -75.4667
+ ]
+ },
+ {
+ "city": "Corozal",
+ "lat": [
+ 9.1333,
+ 9.533299999999999
+ ],
+ "lon": [
+ -75.45,
+ -75.05
+ ]
+ },
+ {
+ "city": "Garz\u00f3n",
+ "lat": [
+ 1.9819000000000002,
+ 2.3819000000000004
+ ],
+ "lon": [
+ -75.8578,
+ -75.45779999999999
+ ]
+ },
+ {
+ "city": "Planeta Rica",
+ "lat": [
+ 8.2089,
+ 8.608899999999998
+ ],
+ "lon": [
+ -75.78190000000001,
+ -75.3819
+ ]
+ },
+ {
+ "city": "Necocl\u00ed",
+ "lat": [
+ 8.216700000000001,
+ 8.6167
+ ],
+ "lon": [
+ -76.9833,
+ -76.5833
+ ]
+ },
+ {
+ "city": "San Jos\u00e9 del Guaviare",
+ "lat": [
+ 2.3667,
+ 2.7667
+ ],
+ "lon": [
+ -72.83330000000001,
+ -72.4333
+ ]
+ },
+ {
+ "city": "Manaure",
+ "lat": [
+ 11.5792,
+ 11.979199999999999
+ ],
+ "lon": [
+ -72.6494,
+ -72.2494
+ ]
+ },
+ {
+ "city": "La Plata",
+ "lat": [
+ 2.19,
+ 2.5900000000000003
+ ],
+ "lon": [
+ -76.1075,
+ -75.7075
+ ]
+ },
+ {
+ "city": "El Carmen de Bol\u00edvar",
+ "lat": [
+ 9.5167,
+ 9.916699999999999
+ ],
+ "lon": [
+ -75.33330000000001,
+ -74.9333
+ ]
+ },
+ {
+ "city": "La Ceja",
+ "lat": [
+ 5.8306,
+ 6.2306
+ ],
+ "lon": [
+ -75.63170000000001,
+ -75.2317
+ ]
+ },
+ {
+ "city": "Marinilla",
+ "lat": [
+ 5.9738,
+ 6.3738
+ ],
+ "lon": [
+ -75.5347,
+ -75.1347
+ ]
+ },
+ {
+ "city": "Ci\u00e9naga de Oro",
+ "lat": [
+ 8.683300000000001,
+ 9.0833
+ ],
+ "lon": [
+ -75.8167,
+ -75.41669999999999
+ ]
+ },
+ {
+ "city": "Puerto As\u00eds",
+ "lat": [
+ 0.31670000000000004,
+ 0.7167000000000001
+ ],
+ "lon": [
+ -76.7,
+ -76.3
+ ]
+ },
+ {
+ "city": "Carmen de Viboral",
+ "lat": [
+ 5.8833,
+ 6.2833000000000006
+ ],
+ "lon": [
+ -75.5333,
+ -75.13329999999999
+ ]
+ },
+ {
+ "city": "Riosucio",
+ "lat": [
+ 5.2208,
+ 5.6208
+ ],
+ "lon": [
+ -75.9025,
+ -75.5025
+ ]
+ },
+ {
+ "city": "Plato",
+ "lat": [
+ 9.5919,
+ 9.9919
+ ],
+ "lon": [
+ -74.9872,
+ -74.5872
+ ]
+ },
+ {
+ "city": "Villamar\u00eda",
+ "lat": [
+ 4.8,
+ 5.2
+ ],
+ "lon": [
+ -75.7,
+ -75.3
+ ]
+ },
+ {
+ "city": "Galapa",
+ "lat": [
+ 10.696900000000001,
+ 11.0969
+ ],
+ "lon": [
+ -75.086,
+ -74.68599999999999
+ ]
+ },
+ {
+ "city": "San Marcos",
+ "lat": [
+ 8.4611,
+ 8.861099999999999
+ ],
+ "lon": [
+ -75.3347,
+ -74.93469999999999
+ ]
+ },
+ {
+ "city": "Florida",
+ "lat": [
+ 3.1275,
+ 3.5275000000000003
+ ],
+ "lon": [
+ -76.43860000000001,
+ -76.0386
+ ]
+ },
+ {
+ "city": "Pradera",
+ "lat": [
+ 3.2167,
+ 3.6167000000000002
+ ],
+ "lon": [
+ -76.36670000000001,
+ -75.9667
+ ]
+ },
+ {
+ "city": "Orito",
+ "lat": [
+ 0.4661,
+ 0.8661000000000001
+ ],
+ "lon": [
+ -77.0708,
+ -76.6708
+ ]
+ },
+ {
+ "city": "Riosucio",
+ "lat": [
+ 7.2406,
+ 7.6406
+ ],
+ "lon": [
+ -77.3189,
+ -76.9189
+ ]
+ },
+ {
+ "city": "Puerto Boyac\u00e1",
+ "lat": [
+ 5.8,
+ 6.2
+ ],
+ "lon": [
+ -74.61670000000001,
+ -74.2167
+ ]
+ },
+ {
+ "city": "El Cerrito",
+ "lat": [
+ 3.4667,
+ 3.8667000000000002
+ ],
+ "lon": [
+ -76.36670000000001,
+ -75.9667
+ ]
+ },
+ {
+ "city": "Mocoa",
+ "lat": [
+ 0.95,
+ 1.3499999999999999
+ ],
+ "lon": [
+ -76.8475,
+ -76.44749999999999
+ ]
+ },
+ {
+ "city": "Granada",
+ "lat": [
+ 3.3472,
+ 3.7472000000000003
+ ],
+ "lon": [
+ -73.9086,
+ -73.5086
+ ]
+ },
+ {
+ "city": "Saravena",
+ "lat": [
+ 6.755599999999999,
+ 7.1556
+ ],
+ "lon": [
+ -72.07220000000001,
+ -71.6722
+ ]
+ },
+ {
+ "city": "Valle del Guamuez",
+ "lat": [
+ 0.2253,
+ 0.6253
+ ],
+ "lon": [
+ -77.1053,
+ -76.7053
+ ]
+ },
+ {
+ "city": "Puerto Libertador",
+ "lat": [
+ 7.7067,
+ 8.1067
+ ],
+ "lon": [
+ -75.8733,
+ -75.4733
+ ]
+ },
+ {
+ "city": "Tame",
+ "lat": [
+ 6.2667,
+ 6.6667000000000005
+ ],
+ "lon": [
+ -71.9333,
+ -71.5333
+ ]
+ },
+ {
+ "city": "Barbosa",
+ "lat": [
+ 6.239,
+ 6.639
+ ],
+ "lon": [
+ -75.533,
+ -75.133
+ ]
+ },
+ {
+ "city": "Lorica",
+ "lat": [
+ 9.0419,
+ 9.441899999999999
+ ],
+ "lon": [
+ -76.016,
+ -75.616
+ ]
+ },
+ {
+ "city": "San Onofre",
+ "lat": [
+ 9.5333,
+ 9.9333
+ ],
+ "lon": [
+ -75.7333,
+ -75.3333
+ ]
+ },
+ {
+ "city": "San Gil",
+ "lat": [
+ 6.3591999999999995,
+ 6.7592
+ ],
+ "lon": [
+ -73.33500000000001,
+ -72.935
+ ]
+ },
+ {
+ "city": "El Bagre",
+ "lat": [
+ 7.3942,
+ 7.7942
+ ],
+ "lon": [
+ -75.0119,
+ -74.61189999999999
+ ]
+ },
+ {
+ "city": "Baranoa",
+ "lat": [
+ 10.600000000000001,
+ 11.0
+ ],
+ "lon": [
+ -75.11670000000001,
+ -74.7167
+ ]
+ },
+ {
+ "city": "Girardota",
+ "lat": [
+ 6.1764,
+ 6.5764000000000005
+ ],
+ "lon": [
+ -75.6473,
+ -75.2473
+ ]
+ },
+ {
+ "city": "Guarne",
+ "lat": [
+ 6.08,
+ 6.48
+ ],
+ "lon": [
+ -75.6427,
+ -75.2427
+ ]
+ },
+ {
+ "city": "Chinchin\u00e1",
+ "lat": [
+ 4.7825,
+ 5.1825
+ ],
+ "lon": [
+ -75.8036,
+ -75.4036
+ ]
+ },
+ {
+ "city": "Chaparral",
+ "lat": [
+ 3.55,
+ 3.95
+ ],
+ "lon": [
+ -75.7833,
+ -75.38329999999999
+ ]
+ },
+ {
+ "city": "Chin\u00fa",
+ "lat": [
+ 8.8833,
+ 9.283299999999999
+ ],
+ "lon": [
+ -75.5333,
+ -75.13329999999999
+ ]
+ },
+ {
+ "city": "Pamplona",
+ "lat": [
+ 7.1781,
+ 7.5781
+ ],
+ "lon": [
+ -72.8525,
+ -72.4525
+ ]
+ }
+ ],
+ "Chile": [
+ {
+ "city": "Santiago",
+ "lat": [
+ -33.6372,
+ -33.237199999999994
+ ],
+ "lon": [
+ -70.8506,
+ -70.4506
+ ]
+ },
+ {
+ "city": "Concepci\u00f3n",
+ "lat": [
+ -37.028200000000005,
+ -36.6282
+ ],
+ "lon": [
+ -73.2514,
+ -72.8514
+ ]
+ },
+ {
+ "city": "Puente Alto",
+ "lat": [
+ -33.816700000000004,
+ -33.4167
+ ],
+ "lon": [
+ -70.7667,
+ -70.3667
+ ]
+ },
+ {
+ "city": "Maip\u00fa",
+ "lat": [
+ -33.7167,
+ -33.3167
+ ],
+ "lon": [
+ -70.9667,
+ -70.5667
+ ]
+ },
+ {
+ "city": "La Florida",
+ "lat": [
+ -33.7333,
+ -33.333299999999994
+ ],
+ "lon": [
+ -70.7833,
+ -70.38329999999999
+ ]
+ },
+ {
+ "city": "Antofagasta",
+ "lat": [
+ -23.849999999999998,
+ -23.45
+ ],
+ "lon": [
+ -70.60000000000001,
+ -70.2
+ ]
+ },
+ {
+ "city": "Vi\u00f1a del Mar",
+ "lat": [
+ -33.2244,
+ -32.8244
+ ],
+ "lon": [
+ -71.7517,
+ -71.3517
+ ]
+ },
+ {
+ "city": "San Bernardo",
+ "lat": [
+ -33.783300000000004,
+ -33.3833
+ ],
+ "lon": [
+ -70.9,
+ -70.5
+ ]
+ },
+ {
+ "city": "Valpara\u00edso",
+ "lat": [
+ -33.246100000000006,
+ -32.8461
+ ],
+ "lon": [
+ -71.8197,
+ -71.41969999999999
+ ]
+ },
+ {
+ "city": "Temuco",
+ "lat": [
+ -38.9333,
+ -38.5333
+ ],
+ "lon": [
+ -72.86670000000001,
+ -72.4667
+ ]
+ },
+ {
+ "city": "Las Condes",
+ "lat": [
+ -33.611700000000006,
+ -33.2117
+ ],
+ "lon": [
+ -70.75,
+ -70.35
+ ]
+ },
+ {
+ "city": "Osorno",
+ "lat": [
+ -40.7725,
+ -40.372499999999995
+ ],
+ "lon": [
+ -73.3353,
+ -72.9353
+ ]
+ },
+ {
+ "city": "Rancagua",
+ "lat": [
+ -34.3667,
+ -33.966699999999996
+ ],
+ "lon": [
+ -70.95,
+ -70.55
+ ]
+ },
+ {
+ "city": "Pe\u00f1alol\u00e9n",
+ "lat": [
+ -33.6833,
+ -33.2833
+ ],
+ "lon": [
+ -70.75,
+ -70.35
+ ]
+ },
+ {
+ "city": "Quilicura",
+ "lat": [
+ -33.566700000000004,
+ -33.1667
+ ],
+ "lon": [
+ -70.9333,
+ -70.5333
+ ]
+ },
+ {
+ "city": "Talca",
+ "lat": [
+ -35.626900000000006,
+ -35.2269
+ ],
+ "lon": [
+ -71.8656,
+ -71.4656
+ ]
+ },
+ {
+ "city": "Coquimbo",
+ "lat": [
+ -30.1531,
+ -29.7531
+ ],
+ "lon": [
+ -71.5433,
+ -71.1433
+ ]
+ },
+ {
+ "city": "Arica",
+ "lat": [
+ -18.6784,
+ -18.2784
+ ],
+ "lon": [
+ -70.52120000000001,
+ -70.1212
+ ]
+ },
+ {
+ "city": "La Serena",
+ "lat": [
+ -30.099999999999998,
+ -29.7
+ ],
+ "lon": [
+ -71.45,
+ -71.05
+ ]
+ },
+ {
+ "city": "Iquique",
+ "lat": [
+ -20.4167,
+ -20.0167
+ ],
+ "lon": [
+ -70.35000000000001,
+ -69.95
+ ]
+ },
+ {
+ "city": "La Pintana",
+ "lat": [
+ -33.783300000000004,
+ -33.3833
+ ],
+ "lon": [
+ -70.83330000000001,
+ -70.4333
+ ]
+ },
+ {
+ "city": "El Bosque",
+ "lat": [
+ -33.7667,
+ -33.366699999999994
+ ],
+ "lon": [
+ -70.875,
+ -70.475
+ ]
+ },
+ {
+ "city": "Puerto Montt",
+ "lat": [
+ -41.666700000000006,
+ -41.2667
+ ],
+ "lon": [
+ -73.1333,
+ -72.7333
+ ]
+ },
+ {
+ "city": "Chill\u00e1n",
+ "lat": [
+ -36.800000000000004,
+ -36.4
+ ],
+ "lon": [
+ -72.3167,
+ -71.91669999999999
+ ]
+ },
+ {
+ "city": "Talcahuano",
+ "lat": [
+ -36.916700000000006,
+ -36.5167
+ ],
+ "lon": [
+ -73.3219,
+ -72.9219
+ ]
+ },
+ {
+ "city": "Copiap\u00f3",
+ "lat": [
+ -27.566399999999998,
+ -27.1664
+ ],
+ "lon": [
+ -70.5331,
+ -70.1331
+ ]
+ },
+ {
+ "city": "Calama",
+ "lat": [
+ -22.6667,
+ -22.2667
+ ],
+ "lon": [
+ -69.1333,
+ -68.7333
+ ]
+ },
+ {
+ "city": "Valdivia",
+ "lat": [
+ -40.0139,
+ -39.613899999999994
+ ],
+ "lon": [
+ -73.4458,
+ -73.0458
+ ]
+ },
+ {
+ "city": "Melipilla",
+ "lat": [
+ -33.825300000000006,
+ -33.4253
+ ],
+ "lon": [
+ -71.4711,
+ -71.0711
+ ]
+ },
+ {
+ "city": "Quilpu\u00e9",
+ "lat": [
+ -33.25,
+ -32.849999999999994
+ ],
+ "lon": [
+ -71.65,
+ -71.25
+ ]
+ },
+ {
+ "city": "Colina",
+ "lat": [
+ -33.401700000000005,
+ -33.0017
+ ],
+ "lon": [
+ -70.8703,
+ -70.4703
+ ]
+ },
+ {
+ "city": "Los \u00c1ngeles",
+ "lat": [
+ -37.666700000000006,
+ -37.2667
+ ],
+ "lon": [
+ -72.55,
+ -72.14999999999999
+ ]
+ },
+ {
+ "city": "Curic\u00f3",
+ "lat": [
+ -35.1833,
+ -34.7833
+ ],
+ "lon": [
+ -71.4333,
+ -71.0333
+ ]
+ },
+ {
+ "city": "Renca",
+ "lat": [
+ -33.6,
+ -33.199999999999996
+ ],
+ "lon": [
+ -70.9167,
+ -70.5167
+ ]
+ },
+ {
+ "city": "Conchal\u00ed",
+ "lat": [
+ -33.5833,
+ -33.183299999999996
+ ],
+ "lon": [
+ -70.875,
+ -70.475
+ ]
+ },
+ {
+ "city": "Villa Alemana",
+ "lat": [
+ -33.242200000000004,
+ -32.8422
+ ],
+ "lon": [
+ -71.5733,
+ -71.1733
+ ]
+ },
+ {
+ "city": "Ovalle",
+ "lat": [
+ -30.8,
+ -30.400000000000002
+ ],
+ "lon": [
+ -71.4,
+ -71.0
+ ]
+ },
+ {
+ "city": "Punta Arenas",
+ "lat": [
+ -53.3667,
+ -52.966699999999996
+ ],
+ "lon": [
+ -71.1333,
+ -70.7333
+ ]
+ },
+ {
+ "city": "La Granja",
+ "lat": [
+ -33.7333,
+ -33.333299999999994
+ ],
+ "lon": [
+ -70.825,
+ -70.425
+ ]
+ },
+ {
+ "city": "Macul",
+ "lat": [
+ -32.8583,
+ -32.458299999999994
+ ],
+ "lon": [
+ -70.8,
+ -70.39999999999999
+ ]
+ },
+ {
+ "city": "Coronel",
+ "lat": [
+ -37.2167,
+ -36.8167
+ ],
+ "lon": [
+ -73.4167,
+ -73.0167
+ ]
+ },
+ {
+ "city": "Alto Hospicio",
+ "lat": [
+ -20.45,
+ -20.05
+ ],
+ "lon": [
+ -70.3167,
+ -69.91669999999999
+ ]
+ },
+ {
+ "city": "Lo Barnechea",
+ "lat": [
+ -33.550000000000004,
+ -33.15
+ ],
+ "lon": [
+ -70.7167,
+ -70.3167
+ ]
+ },
+ {
+ "city": "Espejo",
+ "lat": [
+ -33.7167,
+ -33.3167
+ ],
+ "lon": [
+ -70.8917,
+ -70.4917
+ ]
+ },
+ {
+ "city": "Buin",
+ "lat": [
+ -33.9333,
+ -33.5333
+ ],
+ "lon": [
+ -70.9333,
+ -70.5333
+ ]
+ },
+ {
+ "city": "San Ram\u00f3n",
+ "lat": [
+ -33.7333,
+ -33.333299999999994
+ ],
+ "lon": [
+ -70.8417,
+ -70.4417
+ ]
+ },
+ {
+ "city": "San Joaqu\u00edn",
+ "lat": [
+ -33.6792,
+ -33.279199999999996
+ ],
+ "lon": [
+ -70.8413,
+ -70.4413
+ ]
+ },
+ {
+ "city": "La Reina",
+ "lat": [
+ -33.650000000000006,
+ -33.25
+ ],
+ "lon": [
+ -70.75,
+ -70.35
+ ]
+ },
+ {
+ "city": "Pe\u00f1aflor",
+ "lat": [
+ -33.816700000000004,
+ -33.4167
+ ],
+ "lon": [
+ -71.11670000000001,
+ -70.7167
+ ]
+ },
+ {
+ "city": "Los Cerrillos",
+ "lat": [
+ -33.7,
+ -33.3
+ ],
+ "lon": [
+ -70.9167,
+ -70.5167
+ ]
+ },
+ {
+ "city": "San Antonio",
+ "lat": [
+ -33.7933,
+ -33.393299999999996
+ ],
+ "lon": [
+ -71.8217,
+ -71.4217
+ ]
+ },
+ {
+ "city": "Chiguayante",
+ "lat": [
+ -37.1167,
+ -36.716699999999996
+ ],
+ "lon": [
+ -73.2167,
+ -72.8167
+ ]
+ },
+ {
+ "city": "Padre Hurtado",
+ "lat": [
+ -33.7667,
+ -33.366699999999994
+ ],
+ "lon": [
+ -71.0333,
+ -70.63329999999999
+ ]
+ },
+ {
+ "city": "Padre Las Casas",
+ "lat": [
+ -38.9667,
+ -38.5667
+ ],
+ "lon": [
+ -72.8,
+ -72.39999999999999
+ ]
+ },
+ {
+ "city": "Linares",
+ "lat": [
+ -36.050000000000004,
+ -35.65
+ ],
+ "lon": [
+ -71.8,
+ -71.39999999999999
+ ]
+ },
+ {
+ "city": "Quillota",
+ "lat": [
+ -33.066700000000004,
+ -32.6667
+ ],
+ "lon": [
+ -71.45,
+ -71.05
+ ]
+ },
+ {
+ "city": "Paine",
+ "lat": [
+ -34.0167,
+ -33.616699999999994
+ ],
+ "lon": [
+ -70.95,
+ -70.55
+ ]
+ },
+ {
+ "city": "San Felipe",
+ "lat": [
+ -32.95,
+ -32.55
+ ],
+ "lon": [
+ -70.9239,
+ -70.5239
+ ]
+ },
+ {
+ "city": "Coyhaique",
+ "lat": [
+ -45.7667,
+ -45.366699999999994
+ ],
+ "lon": [
+ -72.2667,
+ -71.8667
+ ]
+ },
+ {
+ "city": "Los Andes",
+ "lat": [
+ -33.033300000000004,
+ -32.6333
+ ],
+ "lon": [
+ -70.8167,
+ -70.41669999999999
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ -34.783300000000004,
+ -34.3833
+ ],
+ "lon": [
+ -71.1833,
+ -70.7833
+ ]
+ },
+ {
+ "city": "Talagante",
+ "lat": [
+ -33.8667,
+ -33.466699999999996
+ ],
+ "lon": [
+ -71.0667,
+ -70.66669999999999
+ ]
+ },
+ {
+ "city": "Rengo",
+ "lat": [
+ -34.6167,
+ -34.216699999999996
+ ],
+ "lon": [
+ -71.0667,
+ -70.66669999999999
+ ]
+ },
+ {
+ "city": "Villarrica",
+ "lat": [
+ -39.4667,
+ -39.0667
+ ],
+ "lon": [
+ -72.4167,
+ -72.0167
+ ]
+ },
+ {
+ "city": "La Calera",
+ "lat": [
+ -32.986700000000006,
+ -32.5867
+ ],
+ "lon": [
+ -71.3972,
+ -70.99719999999999
+ ]
+ }
+ ],
+ "Venezuela": [
+ {
+ "city": "Caracas",
+ "lat": [
+ 10.280600000000002,
+ 10.6806
+ ],
+ "lon": [
+ -67.1036,
+ -66.7036
+ ]
+ },
+ {
+ "city": "Maracaibo",
+ "lat": [
+ 10.433300000000001,
+ 10.8333
+ ],
+ "lon": [
+ -71.83330000000001,
+ -71.4333
+ ]
+ },
+ {
+ "city": "Valencia",
+ "lat": [
+ 9.9833,
+ 10.383299999999998
+ ],
+ "lon": [
+ -68.2,
+ -67.8
+ ]
+ },
+ {
+ "city": "Maracay",
+ "lat": [
+ 10.0469,
+ 10.4469
+ ],
+ "lon": [
+ -67.79610000000001,
+ -67.3961
+ ]
+ },
+ {
+ "city": "Barquisimeto",
+ "lat": [
+ 9.8636,
+ 10.263599999999999
+ ],
+ "lon": [
+ -69.5347,
+ -69.1347
+ ]
+ },
+ {
+ "city": "Ciudad Guayana",
+ "lat": [
+ 8.1667,
+ 8.566699999999999
+ ],
+ "lon": [
+ -62.85,
+ -62.449999999999996
+ ]
+ },
+ {
+ "city": "Barcelona",
+ "lat": [
+ 9.9403,
+ 10.3403
+ ],
+ "lon": [
+ -64.8833,
+ -64.4833
+ ]
+ },
+ {
+ "city": "Catia La Mar",
+ "lat": [
+ 10.4,
+ 10.799999999999999
+ ],
+ "lon": [
+ -67.2333,
+ -66.8333
+ ]
+ },
+ {
+ "city": "Matur\u00edn",
+ "lat": [
+ 9.55,
+ 9.95
+ ],
+ "lon": [
+ -63.383,
+ -62.983
+ ]
+ },
+ {
+ "city": "Puerto La Cruz",
+ "lat": [
+ 10.0,
+ 10.399999999999999
+ ],
+ "lon": [
+ -64.83330000000001,
+ -64.4333
+ ]
+ },
+ {
+ "city": "Ciudad Bol\u00edvar",
+ "lat": [
+ 7.9219,
+ 8.3219
+ ],
+ "lon": [
+ -63.75,
+ -63.349999999999994
+ ]
+ },
+ {
+ "city": "Cuman\u00e1",
+ "lat": [
+ 10.256400000000001,
+ 10.6564
+ ],
+ "lon": [
+ -64.3675,
+ -63.9675
+ ]
+ },
+ {
+ "city": "Barinas",
+ "lat": [
+ 8.433300000000001,
+ 8.8333
+ ],
+ "lon": [
+ -70.4,
+ -70.0
+ ]
+ },
+ {
+ "city": "Petare",
+ "lat": [
+ 10.2833,
+ 10.6833
+ ],
+ "lon": [
+ -67.0167,
+ -66.6167
+ ]
+ },
+ {
+ "city": "Cabimas",
+ "lat": [
+ 10.200000000000001,
+ 10.6
+ ],
+ "lon": [
+ -71.65,
+ -71.25
+ ]
+ },
+ {
+ "city": "San Crist\u00f3bal",
+ "lat": [
+ 7.5667,
+ 7.9667
+ ],
+ "lon": [
+ -72.4333,
+ -72.0333
+ ]
+ },
+ {
+ "city": "Santa Teresa del Tuy",
+ "lat": [
+ 10.0333,
+ 10.4333
+ ],
+ "lon": [
+ -66.8639,
+ -66.4639
+ ]
+ },
+ {
+ "city": "Los Teques",
+ "lat": [
+ 10.1333,
+ 10.533299999999999
+ ],
+ "lon": [
+ -67.24170000000001,
+ -66.8417
+ ]
+ },
+ {
+ "city": "Baruta",
+ "lat": [
+ 10.2322,
+ 10.6322
+ ],
+ "lon": [
+ -67.07390000000001,
+ -66.6739
+ ]
+ },
+ {
+ "city": "San Felipe",
+ "lat": [
+ 10.140600000000001,
+ 10.5406
+ ],
+ "lon": [
+ -68.93690000000001,
+ -68.5369
+ ]
+ },
+ {
+ "city": "El Tigre",
+ "lat": [
+ 8.686100000000001,
+ 9.0861
+ ],
+ "lon": [
+ -64.4611,
+ -64.0611
+ ]
+ },
+ {
+ "city": "Puerto Cabello",
+ "lat": [
+ 10.2667,
+ 10.666699999999999
+ ],
+ "lon": [
+ -68.2167,
+ -67.8167
+ ]
+ },
+ {
+ "city": "La Guaira",
+ "lat": [
+ 10.4,
+ 10.799999999999999
+ ],
+ "lon": [
+ -67.1331,
+ -66.7331
+ ]
+ },
+ {
+ "city": "Acarigua",
+ "lat": [
+ 9.3597,
+ 9.759699999999999
+ ],
+ "lon": [
+ -69.4019,
+ -69.00189999999999
+ ]
+ },
+ {
+ "city": "Guatire",
+ "lat": [
+ 10.271700000000001,
+ 10.6717
+ ],
+ "lon": [
+ -66.7406,
+ -66.3406
+ ]
+ },
+ {
+ "city": "Guarenas",
+ "lat": [
+ 10.2667,
+ 10.666699999999999
+ ],
+ "lon": [
+ -66.8167,
+ -66.41669999999999
+ ]
+ },
+ {
+ "city": "M\u00e9rida",
+ "lat": [
+ 8.280000000000001,
+ 8.68
+ ],
+ "lon": [
+ -71.39,
+ -70.99
+ ]
+ },
+ {
+ "city": "Coro",
+ "lat": [
+ 11.217,
+ 11.616999999999999
+ ],
+ "lon": [
+ -69.87,
+ -69.47
+ ]
+ },
+ {
+ "city": "Valera",
+ "lat": [
+ 9.120000000000001,
+ 9.52
+ ],
+ "lon": [
+ -70.82000000000001,
+ -70.42
+ ]
+ },
+ {
+ "city": "San Diego",
+ "lat": [
+ 10.054,
+ 10.453999999999999
+ ],
+ "lon": [
+ -68.21090000000001,
+ -67.8109
+ ]
+ },
+ {
+ "city": "Guacara",
+ "lat": [
+ 10.053600000000001,
+ 10.4536
+ ],
+ "lon": [
+ -68.10000000000001,
+ -67.7
+ ]
+ },
+ {
+ "city": "Car\u00fapano",
+ "lat": [
+ 10.4722,
+ 10.8722
+ ],
+ "lon": [
+ -63.4403,
+ -63.040299999999995
+ ]
+ },
+ {
+ "city": "Tocuyito",
+ "lat": [
+ 9.9144,
+ 10.3144
+ ],
+ "lon": [
+ -68.2656,
+ -67.8656
+ ]
+ },
+ {
+ "city": "Calabozo",
+ "lat": [
+ 8.7333,
+ 9.133299999999998
+ ],
+ "lon": [
+ -67.6333,
+ -67.2333
+ ]
+ },
+ {
+ "city": "Ocumare del Tuy",
+ "lat": [
+ 9.9136,
+ 10.3136
+ ],
+ "lon": [
+ -66.98140000000001,
+ -66.5814
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ 7.694,
+ 8.094
+ ],
+ "lon": [
+ -67.673,
+ -67.273
+ ]
+ },
+ {
+ "city": "Palo Negro",
+ "lat": [
+ 9.9739,
+ 10.373899999999999
+ ],
+ "lon": [
+ -67.7419,
+ -67.3419
+ ]
+ },
+ {
+ "city": "Porlamar",
+ "lat": [
+ 10.75,
+ 11.149999999999999
+ ],
+ "lon": [
+ -64.05,
+ -63.65
+ ]
+ },
+ {
+ "city": "La Victoria",
+ "lat": [
+ 10.027800000000001,
+ 10.4278
+ ],
+ "lon": [
+ -67.5336,
+ -67.1336
+ ]
+ },
+ {
+ "city": "Yaritagua",
+ "lat": [
+ 9.875300000000001,
+ 10.2753
+ ],
+ "lon": [
+ -69.3283,
+ -68.9283
+ ]
+ },
+ {
+ "city": "Santa Rita",
+ "lat": [
+ 10.000300000000001,
+ 10.4003
+ ],
+ "lon": [
+ -67.7514,
+ -67.3514
+ ]
+ },
+ {
+ "city": "Punto Fijo",
+ "lat": [
+ 11.5167,
+ 11.916699999999999
+ ],
+ "lon": [
+ -70.3833,
+ -69.9833
+ ]
+ },
+ {
+ "city": "Los Guayos",
+ "lat": [
+ 9.9833,
+ 10.383299999999998
+ ],
+ "lon": [
+ -68.1333,
+ -67.7333
+ ]
+ },
+ {
+ "city": "Charallave",
+ "lat": [
+ 10.0431,
+ 10.4431
+ ],
+ "lon": [
+ -67.0622,
+ -66.6622
+ ]
+ },
+ {
+ "city": "Ciudad Ojeda",
+ "lat": [
+ 10.0,
+ 10.399999999999999
+ ],
+ "lon": [
+ -71.5,
+ -71.1
+ ]
+ },
+ {
+ "city": "T\u00e1riba",
+ "lat": [
+ 7.6167,
+ 8.0167
+ ],
+ "lon": [
+ -72.4167,
+ -72.0167
+ ]
+ },
+ {
+ "city": "C\u00faa",
+ "lat": [
+ 9.966700000000001,
+ 10.3667
+ ],
+ "lon": [
+ -67.08330000000001,
+ -66.6833
+ ]
+ },
+ {
+ "city": "Carora",
+ "lat": [
+ 9.9711,
+ 10.371099999999998
+ ],
+ "lon": [
+ -70.2797,
+ -69.8797
+ ]
+ },
+ {
+ "city": "Santa Luc\u00eda",
+ "lat": [
+ 10.0606,
+ 10.4606
+ ],
+ "lon": [
+ -66.8639,
+ -66.4639
+ ]
+ },
+ {
+ "city": "Guanare",
+ "lat": [
+ 8.8436,
+ 9.243599999999999
+ ],
+ "lon": [
+ -69.94890000000001,
+ -69.5489
+ ]
+ },
+ {
+ "city": "Trujillo",
+ "lat": [
+ 9.217,
+ 9.616999999999999
+ ],
+ "lon": [
+ -70.7,
+ -70.3
+ ]
+ },
+ {
+ "city": "Socop\u00f3",
+ "lat": [
+ 8.030600000000002,
+ 8.4306
+ ],
+ "lon": [
+ -71.022,
+ -70.622
+ ]
+ },
+ {
+ "city": "Tinaquillo",
+ "lat": [
+ 9.716700000000001,
+ 10.1167
+ ],
+ "lon": [
+ -68.5,
+ -68.1
+ ]
+ },
+ {
+ "city": "Cagua",
+ "lat": [
+ 9.9875,
+ 10.3875
+ ],
+ "lon": [
+ -67.6611,
+ -67.2611
+ ]
+ },
+ {
+ "city": "El Lim\u00f3n",
+ "lat": [
+ 10.1003,
+ 10.5003
+ ],
+ "lon": [
+ -67.8336,
+ -67.4336
+ ]
+ },
+ {
+ "city": "Anaco",
+ "lat": [
+ 9.2819,
+ 9.681899999999999
+ ],
+ "lon": [
+ -64.6917,
+ -64.29169999999999
+ ]
+ },
+ {
+ "city": "Valle de La Pascua",
+ "lat": [
+ 9.003300000000001,
+ 9.4033
+ ],
+ "lon": [
+ -66.2103,
+ -65.8103
+ ]
+ },
+ {
+ "city": "Guasdualito",
+ "lat": [
+ 7.0466999999999995,
+ 7.4467
+ ],
+ "lon": [
+ -70.92920000000001,
+ -70.5292
+ ]
+ },
+ {
+ "city": "Bocon\u00f3",
+ "lat": [
+ 9.046100000000001,
+ 9.4461
+ ],
+ "lon": [
+ -70.46170000000001,
+ -70.0617
+ ]
+ },
+ {
+ "city": "Ejido",
+ "lat": [
+ 8.1333,
+ 8.533299999999999
+ ],
+ "lon": [
+ -71.60000000000001,
+ -71.2
+ ]
+ },
+ {
+ "city": "La Grita",
+ "lat": [
+ 7.9333,
+ 8.3333
+ ],
+ "lon": [
+ -72.1833,
+ -71.7833
+ ]
+ },
+ {
+ "city": "Villa de Cura",
+ "lat": [
+ 9.8383,
+ 10.238299999999999
+ ],
+ "lon": [
+ -67.6892,
+ -67.2892
+ ]
+ },
+ {
+ "city": "Maiquet\u00eda",
+ "lat": [
+ 10.395800000000001,
+ 10.7958
+ ],
+ "lon": [
+ -67.1772,
+ -66.7772
+ ]
+ },
+ {
+ "city": "San Juan de los Morros",
+ "lat": [
+ 9.701,
+ 10.100999999999999
+ ],
+ "lon": [
+ -67.554,
+ -67.154
+ ]
+ },
+ {
+ "city": "Rubio",
+ "lat": [
+ 7.5,
+ 7.9
+ ],
+ "lon": [
+ -72.55,
+ -72.14999999999999
+ ]
+ },
+ {
+ "city": "Tucupita",
+ "lat": [
+ 8.859200000000001,
+ 9.2592
+ ],
+ "lon": [
+ -62.268100000000004,
+ -61.8681
+ ]
+ },
+ {
+ "city": "San Carlos",
+ "lat": [
+ 9.450000000000001,
+ 9.85
+ ],
+ "lon": [
+ -68.7833,
+ -68.38329999999999
+ ]
+ },
+ {
+ "city": "Puerto Ayacucho",
+ "lat": [
+ 5.4631,
+ 5.8631
+ ],
+ "lon": [
+ -67.8264,
+ -67.4264
+ ]
+ },
+ {
+ "city": "San Antonio de Los Altos",
+ "lat": [
+ 10.1744,
+ 10.574399999999999
+ ],
+ "lon": [
+ -67.1669,
+ -66.76689999999999
+ ]
+ },
+ {
+ "city": "Cabudare",
+ "lat": [
+ 9.8331,
+ 10.233099999999999
+ ],
+ "lon": [
+ -69.4633,
+ -69.0633
+ ]
+ },
+ {
+ "city": "Qu\u00edbor",
+ "lat": [
+ 9.731100000000001,
+ 10.1311
+ ],
+ "lon": [
+ -69.8247,
+ -69.4247
+ ]
+ },
+ {
+ "city": "Cede\u00f1o",
+ "lat": [
+ 7.4492,
+ 7.849200000000001
+ ],
+ "lon": [
+ -66.3759,
+ -65.9759
+ ]
+ },
+ {
+ "city": "Caripito",
+ "lat": [
+ 9.9167,
+ 10.316699999999999
+ ],
+ "lon": [
+ -63.300000000000004,
+ -62.9
+ ]
+ },
+ {
+ "city": "Machiques",
+ "lat": [
+ 9.866700000000002,
+ 10.2667
+ ],
+ "lon": [
+ -72.7667,
+ -72.3667
+ ]
+ },
+ {
+ "city": "San Antonio del T\u00e1chira",
+ "lat": [
+ 7.6167,
+ 8.0167
+ ],
+ "lon": [
+ -72.65,
+ -72.25
+ ]
+ },
+ {
+ "city": "G\u00fcig\u00fce",
+ "lat": [
+ 9.8833,
+ 10.283299999999999
+ ],
+ "lon": [
+ -67.9833,
+ -67.5833
+ ]
+ },
+ {
+ "city": "Chivacoa",
+ "lat": [
+ 9.96,
+ 10.36
+ ],
+ "lon": [
+ -69.1097,
+ -68.7097
+ ]
+ },
+ {
+ "city": "Nirgua",
+ "lat": [
+ 9.8833,
+ 10.283299999999999
+ ],
+ "lon": [
+ -68.86670000000001,
+ -68.4667
+ ]
+ },
+ {
+ "city": "Carvajal",
+ "lat": [
+ 9.13,
+ 9.53
+ ],
+ "lon": [
+ -70.7767,
+ -70.3767
+ ]
+ },
+ {
+ "city": "Zaraza",
+ "lat": [
+ 9.1394,
+ 9.539399999999999
+ ],
+ "lon": [
+ -65.5167,
+ -65.1167
+ ]
+ },
+ {
+ "city": "San Carlos del Zulia",
+ "lat": [
+ 8.8,
+ 9.2
+ ],
+ "lon": [
+ -72.1333,
+ -71.7333
+ ]
+ },
+ {
+ "city": "Upata",
+ "lat": [
+ 7.8204,
+ 8.2204
+ ],
+ "lon": [
+ -62.61,
+ -62.209999999999994
+ ]
+ },
+ {
+ "city": "Turmero",
+ "lat": [
+ 10.028300000000002,
+ 10.4283
+ ],
+ "lon": [
+ -67.6725,
+ -67.2725
+ ]
+ }
+ ],
+ "Bolivia": [
+ {
+ "city": "Santa Cruz de la Sierra",
+ "lat": [
+ -17.9892,
+ -17.5892
+ ],
+ "lon": [
+ -63.3975,
+ -62.997499999999995
+ ]
+ },
+ {
+ "city": "El Alto",
+ "lat": [
+ -16.7047,
+ -16.3047
+ ],
+ "lon": [
+ -68.36330000000001,
+ -67.9633
+ ]
+ },
+ {
+ "city": "Cochabamba",
+ "lat": [
+ -17.5883,
+ -17.1883
+ ],
+ "lon": [
+ -66.3597,
+ -65.9597
+ ]
+ },
+ {
+ "city": "Oruro",
+ "lat": [
+ -18.1667,
+ -17.7667
+ ],
+ "lon": [
+ -67.3167,
+ -66.91669999999999
+ ]
+ },
+ {
+ "city": "La Paz",
+ "lat": [
+ -16.6958,
+ -16.2958
+ ],
+ "lon": [
+ -68.33330000000001,
+ -67.9333
+ ]
+ },
+ {
+ "city": "Sucre",
+ "lat": [
+ -19.2475,
+ -18.8475
+ ],
+ "lon": [
+ -65.46000000000001,
+ -65.06
+ ]
+ },
+ {
+ "city": "Tarija",
+ "lat": [
+ -21.7333,
+ -21.3333
+ ],
+ "lon": [
+ -64.9333,
+ -64.5333
+ ]
+ },
+ {
+ "city": "Potos\u00ed",
+ "lat": [
+ -19.7892,
+ -19.389200000000002
+ ],
+ "lon": [
+ -65.9533,
+ -65.5533
+ ]
+ },
+ {
+ "city": "Oruro",
+ "lat": [
+ -18.1799,
+ -17.7799
+ ],
+ "lon": [
+ -67.33,
+ -66.92999999999999
+ ]
+ },
+ {
+ "city": "Warnes",
+ "lat": [
+ -17.7167,
+ -17.3167
+ ],
+ "lon": [
+ -63.3667,
+ -62.966699999999996
+ ]
+ },
+ {
+ "city": "Sacaba",
+ "lat": [
+ -17.6042,
+ -17.2042
+ ],
+ "lon": [
+ -66.24080000000001,
+ -65.8408
+ ]
+ },
+ {
+ "city": "Montero",
+ "lat": [
+ -17.542199999999998,
+ -17.1422
+ ],
+ "lon": [
+ -63.4558,
+ -63.0558
+ ]
+ },
+ {
+ "city": "Quillacollo",
+ "lat": [
+ -17.599999999999998,
+ -17.2
+ ],
+ "lon": [
+ -66.4833,
+ -66.0833
+ ]
+ },
+ {
+ "city": "Trinidad",
+ "lat": [
+ -15.0292,
+ -14.6292
+ ],
+ "lon": [
+ -65.1014,
+ -64.70139999999999
+ ]
+ },
+ {
+ "city": "Riberalta",
+ "lat": [
+ -11.2128,
+ -10.812800000000001
+ ],
+ "lon": [
+ -66.2572,
+ -65.85719999999999
+ ]
+ },
+ {
+ "city": "Yacuiba",
+ "lat": [
+ -22.2153,
+ -21.8153
+ ],
+ "lon": [
+ -63.8772,
+ -63.477199999999996
+ ]
+ },
+ {
+ "city": "Villa Tunari",
+ "lat": [
+ -17.174699999999998,
+ -16.7747
+ ],
+ "lon": [
+ -65.6203,
+ -65.2203
+ ]
+ }
+ ],
+ "Ecuador": [
+ {
+ "city": "Guayaquil",
+ "lat": [
+ -2.39,
+ -1.99
+ ],
+ "lon": [
+ -80.0875,
+ -79.6875
+ ]
+ },
+ {
+ "city": "Quito",
+ "lat": [
+ -0.42000000000000004,
+ -0.01999999999999999
+ ],
+ "lon": [
+ -78.7125,
+ -78.3125
+ ]
+ },
+ {
+ "city": "Cuenca",
+ "lat": [
+ -3.0974000000000004,
+ -2.6974
+ ],
+ "lon": [
+ -79.2045,
+ -78.80449999999999
+ ]
+ },
+ {
+ "city": "Santo Domingo de los Colorados",
+ "lat": [
+ -0.4542,
+ -0.05419999999999997
+ ],
+ "lon": [
+ -79.3719,
+ -78.97189999999999
+ ]
+ },
+ {
+ "city": "Eloy Alfaro",
+ "lat": [
+ -2.3733,
+ -1.9732999999999998
+ ],
+ "lon": [
+ -80.03110000000001,
+ -79.6311
+ ]
+ },
+ {
+ "city": "Machala",
+ "lat": [
+ -3.4667000000000003,
+ -3.0667
+ ],
+ "lon": [
+ -80.1667,
+ -79.7667
+ ]
+ },
+ {
+ "city": "Manta",
+ "lat": [
+ -1.15,
+ -0.75
+ ],
+ "lon": [
+ -80.9162,
+ -80.5162
+ ]
+ },
+ {
+ "city": "Portoviejo",
+ "lat": [
+ -1.2561,
+ -0.8561000000000001
+ ],
+ "lon": [
+ -80.6553,
+ -80.25529999999999
+ ]
+ },
+ {
+ "city": "Loja",
+ "lat": [
+ -4.1833,
+ -3.7832999999999997
+ ],
+ "lon": [
+ -79.4,
+ -79.0
+ ]
+ },
+ {
+ "city": "Quevedo",
+ "lat": [
+ -1.2333,
+ -0.8333000000000002
+ ],
+ "lon": [
+ -79.65,
+ -79.25
+ ]
+ },
+ {
+ "city": "Ambato",
+ "lat": [
+ -1.4422,
+ -1.0422
+ ],
+ "lon": [
+ -78.8289,
+ -78.4289
+ ]
+ },
+ {
+ "city": "Riobamba",
+ "lat": [
+ -1.8731,
+ -1.4731
+ ],
+ "lon": [
+ -78.84830000000001,
+ -78.4483
+ ]
+ },
+ {
+ "city": "Daule",
+ "lat": [
+ -2.0667,
+ -1.6667
+ ],
+ "lon": [
+ -80.1833,
+ -79.7833
+ ]
+ },
+ {
+ "city": "Milagro",
+ "lat": [
+ -2.3347,
+ -1.9347
+ ],
+ "lon": [
+ -79.7872,
+ -79.38719999999999
+ ]
+ },
+ {
+ "city": "Esmeraldas",
+ "lat": [
+ 0.7666999999999999,
+ 1.1667
+ ],
+ "lon": [
+ -79.8528,
+ -79.4528
+ ]
+ },
+ {
+ "city": "Ibarra",
+ "lat": [
+ 0.1627,
+ 0.5627
+ ],
+ "lon": [
+ -78.33070000000001,
+ -77.9307
+ ]
+ },
+ {
+ "city": "La Libertad",
+ "lat": [
+ -2.4333,
+ -2.0332999999999997
+ ],
+ "lon": [
+ -81.10000000000001,
+ -80.7
+ ]
+ },
+ {
+ "city": "Babahoyo",
+ "lat": [
+ -2.0167,
+ -1.6167
+ ],
+ "lon": [
+ -79.7167,
+ -79.3167
+ ]
+ },
+ {
+ "city": "Sangolqu\u00ed",
+ "lat": [
+ -0.5344,
+ -0.13439999999999996
+ ],
+ "lon": [
+ -78.64750000000001,
+ -78.2475
+ ]
+ },
+ {
+ "city": "Latacunga",
+ "lat": [
+ -1.1319,
+ -0.7319
+ ],
+ "lon": [
+ -78.8161,
+ -78.4161
+ ]
+ },
+ {
+ "city": "Samborond\u00f3n",
+ "lat": [
+ -2.3833,
+ -1.9833
+ ],
+ "lon": [
+ -80.08330000000001,
+ -79.6833
+ ]
+ },
+ {
+ "city": "Montecristi",
+ "lat": [
+ -1.25,
+ -0.8500000000000001
+ ],
+ "lon": [
+ -80.86670000000001,
+ -80.4667
+ ]
+ },
+ {
+ "city": "Pasaje",
+ "lat": [
+ -3.5269000000000004,
+ -3.1269
+ ],
+ "lon": [
+ -80.0049,
+ -79.6049
+ ]
+ },
+ {
+ "city": "Santa Rosa",
+ "lat": [
+ -3.6522,
+ -3.2521999999999998
+ ],
+ "lon": [
+ -80.1617,
+ -79.76169999999999
+ ]
+ },
+ {
+ "city": "Tulc\u00e1n",
+ "lat": [
+ 0.6116999999999999,
+ 1.0117
+ ],
+ "lon": [
+ -77.9186,
+ -77.51859999999999
+ ]
+ },
+ {
+ "city": "Huaquillas",
+ "lat": [
+ -3.6814,
+ -3.2813999999999997
+ ],
+ "lon": [
+ -80.4432,
+ -80.0432
+ ]
+ },
+ {
+ "city": "Nueva Loja",
+ "lat": [
+ -0.11530000000000001,
+ 0.2847
+ ],
+ "lon": [
+ -77.0828,
+ -76.6828
+ ]
+ },
+ {
+ "city": "Chone",
+ "lat": [
+ -0.8833,
+ -0.4833
+ ],
+ "lon": [
+ -80.3,
+ -79.89999999999999
+ ]
+ },
+ {
+ "city": "Santa Elena",
+ "lat": [
+ -2.4267000000000003,
+ -2.0267
+ ],
+ "lon": [
+ -81.0583,
+ -80.6583
+ ]
+ },
+ {
+ "city": "El Carmen",
+ "lat": [
+ -0.4736,
+ -0.0736
+ ],
+ "lon": [
+ -79.6597,
+ -79.2597
+ ]
+ },
+ {
+ "city": "Puerto Francisco de Orellana",
+ "lat": [
+ -0.6625000000000001,
+ -0.2625
+ ],
+ "lon": [
+ -77.1842,
+ -76.7842
+ ]
+ }
+ ],
+ "Uruguay": [
+ {
+ "city": "Montevideo",
+ "lat": [
+ -35.1056,
+ -34.7056
+ ],
+ "lon": [
+ -56.3842,
+ -55.984199999999994
+ ]
+ },
+ {
+ "city": "Maldonado",
+ "lat": [
+ -35.1,
+ -34.699999999999996
+ ],
+ "lon": [
+ -55.150000000000006,
+ -54.75
+ ]
+ },
+ {
+ "city": "Ciudad de la Costa",
+ "lat": [
+ -35.0167,
+ -34.616699999999994
+ ],
+ "lon": [
+ -56.150000000000006,
+ -55.75
+ ]
+ },
+ {
+ "city": "Salto",
+ "lat": [
+ -31.583299999999998,
+ -31.1833
+ ],
+ "lon": [
+ -58.150000000000006,
+ -57.75
+ ]
+ },
+ {
+ "city": "Paysand\u00fa",
+ "lat": [
+ -32.5214,
+ -32.121399999999994
+ ],
+ "lon": [
+ -58.275600000000004,
+ -57.8756
+ ]
+ },
+ {
+ "city": "Las Piedras",
+ "lat": [
+ -34.916700000000006,
+ -34.5167
+ ],
+ "lon": [
+ -56.416700000000006,
+ -56.0167
+ ]
+ },
+ {
+ "city": "Rivera",
+ "lat": [
+ -31.1025,
+ -30.7025
+ ],
+ "lon": [
+ -55.750600000000006,
+ -55.3506
+ ]
+ },
+ {
+ "city": "Tacuaremb\u00f3",
+ "lat": [
+ -31.9333,
+ -31.5333
+ ],
+ "lon": [
+ -56.1833,
+ -55.7833
+ ]
+ },
+ {
+ "city": "Melo",
+ "lat": [
+ -32.566700000000004,
+ -32.1667
+ ],
+ "lon": [
+ -54.383300000000006,
+ -53.9833
+ ]
+ }
+ ],
+ "Paraguay": [
+ {
+ "city": "Asunci\u00f3n",
+ "lat": [
+ -25.4945,
+ -25.0945
+ ],
+ "lon": [
+ -57.843500000000006,
+ -57.4435
+ ]
+ },
+ {
+ "city": "Ciudad del Este",
+ "lat": [
+ -25.7167,
+ -25.3167
+ ],
+ "lon": [
+ -54.816100000000006,
+ -54.4161
+ ]
+ },
+ {
+ "city": "San Lorenzo",
+ "lat": [
+ -25.54,
+ -25.14
+ ],
+ "lon": [
+ -57.720000000000006,
+ -57.32
+ ]
+ },
+ {
+ "city": "Luque",
+ "lat": [
+ -25.4672,
+ -25.0672
+ ],
+ "lon": [
+ -57.685300000000005,
+ -57.2853
+ ]
+ },
+ {
+ "city": "Capiat\u00e1",
+ "lat": [
+ -25.5538,
+ -25.1538
+ ],
+ "lon": [
+ -57.6426,
+ -57.242599999999996
+ ]
+ },
+ {
+ "city": "Fernando de la Mora",
+ "lat": [
+ -25.5281,
+ -25.1281
+ ],
+ "lon": [
+ -57.7509,
+ -57.350899999999996
+ ]
+ },
+ {
+ "city": "\u00d1emby",
+ "lat": [
+ -25.593999999999998,
+ -25.194
+ ],
+ "lon": [
+ -57.7398,
+ -57.3398
+ ]
+ },
+ {
+ "city": "Pedro Juan Caballero",
+ "lat": [
+ -22.7446,
+ -22.3446
+ ],
+ "lon": [
+ -55.96,
+ -55.559999999999995
+ ]
+ },
+ {
+ "city": "Presidente Franco",
+ "lat": [
+ -25.7638,
+ -25.3638
+ ],
+ "lon": [
+ -54.811,
+ -54.410999999999994
+ ]
+ },
+ {
+ "city": "Itaugu\u00e1",
+ "lat": [
+ -25.5926,
+ -25.192600000000002
+ ],
+ "lon": [
+ -57.5542,
+ -57.154199999999996
+ ]
+ },
+ {
+ "city": "Mariano Roque Alonso",
+ "lat": [
+ -25.407899999999998,
+ -25.0079
+ ],
+ "lon": [
+ -57.732,
+ -57.331999999999994
+ ]
+ },
+ {
+ "city": "Limpio",
+ "lat": [
+ -25.3673,
+ -24.9673
+ ],
+ "lon": [
+ -57.6695,
+ -57.269499999999994
+ ]
+ },
+ {
+ "city": "It\u00e1",
+ "lat": [
+ -25.7096,
+ -25.3096
+ ],
+ "lon": [
+ -57.56,
+ -57.16
+ ]
+ },
+ {
+ "city": "Villa Elisa",
+ "lat": [
+ -25.5734,
+ -25.1734
+ ],
+ "lon": [
+ -57.7841,
+ -57.3841
+ ]
+ },
+ {
+ "city": "San Antonio",
+ "lat": [
+ -25.613799999999998,
+ -25.2138
+ ],
+ "lon": [
+ -57.7659,
+ -57.365899999999996
+ ]
+ },
+ {
+ "city": "Encarnaci\u00f3n",
+ "lat": [
+ -27.5472,
+ -27.1472
+ ],
+ "lon": [
+ -56.0739,
+ -55.673899999999996
+ ]
+ },
+ {
+ "city": "Aregu\u00e1",
+ "lat": [
+ -25.5125,
+ -25.1125
+ ],
+ "lon": [
+ -57.584700000000005,
+ -57.1847
+ ]
+ },
+ {
+ "city": "Ayolas",
+ "lat": [
+ -27.5842,
+ -27.1842
+ ],
+ "lon": [
+ -57.039500000000004,
+ -56.6395
+ ]
+ },
+ {
+ "city": "Villa Curuguaty",
+ "lat": [
+ -24.6692,
+ -24.2692
+ ],
+ "lon": [
+ -55.8947,
+ -55.494699999999995
+ ]
+ },
+ {
+ "city": "Horqueta",
+ "lat": [
+ -23.5396,
+ -23.1396
+ ],
+ "lon": [
+ -57.25,
+ -56.849999999999994
+ ]
+ },
+ {
+ "city": "Villa Hayes",
+ "lat": [
+ -25.29,
+ -24.89
+ ],
+ "lon": [
+ -57.730000000000004,
+ -57.33
+ ]
+ },
+ {
+ "city": "Caacup\u00e9",
+ "lat": [
+ -25.587,
+ -25.187
+ ],
+ "lon": [
+ -57.34,
+ -56.94
+ ]
+ },
+ {
+ "city": "Villarrica",
+ "lat": [
+ -25.95,
+ -25.55
+ ],
+ "lon": [
+ -56.633300000000006,
+ -56.2333
+ ]
+ },
+ {
+ "city": "San Estanislao",
+ "lat": [
+ -24.8657,
+ -24.465700000000002
+ ],
+ "lon": [
+ -56.6467,
+ -56.2467
+ ]
+ },
+ {
+ "city": "Coronel Oviedo",
+ "lat": [
+ -25.65,
+ -25.25
+ ],
+ "lon": [
+ -56.64,
+ -56.239999999999995
+ ]
+ },
+ {
+ "city": "San Ignacio",
+ "lat": [
+ -27.0876,
+ -26.6876
+ ],
+ "lon": [
+ -57.223000000000006,
+ -56.823
+ ]
+ }
+ ],
+ "Suriname": [
+ {
+ "city": "Paramaribo",
+ "lat": [
+ 5.6522,
+ 6.0522
+ ],
+ "lon": [
+ -55.4039,
+ -55.003899999999994
+ ]
+ }
+ ],
+ "Guyana": [
+ {
+ "city": "Georgetown",
+ "lat": [
+ 6.6011,
+ 7.0011
+ ],
+ "lon": [
+ -58.355000000000004,
+ -57.955
+ ]
+ }
+ ],
+ "French Guiana": [
+ {
+ "city": "Cayenne",
+ "lat": [
+ 4.733,
+ 5.133
+ ],
+ "lon": [
+ -52.53,
+ -52.129999999999995
+ ]
+ }
+ ]
+ },
+ "North America": {
+ "Mexico": [
+ {
+ "city": "Mexico City",
+ "lat": [
+ 19.2333,
+ 19.6333
+ ],
+ "lon": [
+ -99.33330000000001,
+ -98.9333
+ ]
+ },
+ {
+ "city": "Guadalajara",
+ "lat": [
+ 20.4767,
+ 20.8767
+ ],
+ "lon": [
+ -103.5475,
+ -103.1475
+ ]
+ },
+ {
+ "city": "Monterrey",
+ "lat": [
+ 25.4844,
+ 25.8844
+ ],
+ "lon": [
+ -100.5181,
+ -100.1181
+ ]
+ },
+ {
+ "city": "Toluca",
+ "lat": [
+ 19.0925,
+ 19.4925
+ ],
+ "lon": [
+ -99.8569,
+ -99.45689999999999
+ ]
+ },
+ {
+ "city": "Tijuana",
+ "lat": [
+ 32.324999999999996,
+ 32.725
+ ],
+ "lon": [
+ -117.2333,
+ -116.8333
+ ]
+ },
+ {
+ "city": "Ecatepec",
+ "lat": [
+ 19.4097,
+ 19.8097
+ ],
+ "lon": [
+ -99.26,
+ -98.86
+ ]
+ },
+ {
+ "city": "Le\u00f3n de los Aldama",
+ "lat": [
+ 20.916700000000002,
+ 21.3167
+ ],
+ "lon": [
+ -101.8833,
+ -101.4833
+ ]
+ },
+ {
+ "city": "Puebla",
+ "lat": [
+ 18.8333,
+ 19.2333
+ ],
+ "lon": [
+ -98.3833,
+ -97.9833
+ ]
+ },
+ {
+ "city": "Zapopan",
+ "lat": [
+ 20.5167,
+ 20.9167
+ ],
+ "lon": [
+ -103.60000000000001,
+ -103.2
+ ]
+ },
+ {
+ "city": "Ju\u00e1rez",
+ "lat": [
+ 31.545,
+ 31.945
+ ],
+ "lon": [
+ -106.685,
+ -106.285
+ ]
+ },
+ {
+ "city": "Mexicali",
+ "lat": [
+ 32.4633,
+ 32.8633
+ ],
+ "lon": [
+ -115.6678,
+ -115.2678
+ ]
+ },
+ {
+ "city": "Nezahualc\u00f3yotl",
+ "lat": [
+ 19.2081,
+ 19.6081
+ ],
+ "lon": [
+ -99.21860000000001,
+ -98.8186
+ ]
+ },
+ {
+ "city": "Ciudad Nezahualc\u00f3yotl",
+ "lat": [
+ 19.2006,
+ 19.6006
+ ],
+ "lon": [
+ -99.2148,
+ -98.81479999999999
+ ]
+ },
+ {
+ "city": "Morelia",
+ "lat": [
+ 19.5683,
+ 19.9683
+ ],
+ "lon": [
+ -101.38940000000001,
+ -100.9894
+ ]
+ },
+ {
+ "city": "Aguascalientes",
+ "lat": [
+ 21.676000000000002,
+ 22.076
+ ],
+ "lon": [
+ -102.49600000000001,
+ -102.096
+ ]
+ },
+ {
+ "city": "Chihuahua",
+ "lat": [
+ 28.4369,
+ 28.8369
+ ],
+ "lon": [
+ -106.2769,
+ -105.87689999999999
+ ]
+ },
+ {
+ "city": "Naucalpan de Ju\u00e1rez",
+ "lat": [
+ 19.2753,
+ 19.6753
+ ],
+ "lon": [
+ -99.4378,
+ -99.03779999999999
+ ]
+ },
+ {
+ "city": "M\u00e9rida",
+ "lat": [
+ 20.7667,
+ 21.1667
+ ],
+ "lon": [
+ -89.8167,
+ -89.41669999999999
+ ]
+ },
+ {
+ "city": "Canc\u00fan",
+ "lat": [
+ 20.9606,
+ 21.360599999999998
+ ],
+ "lon": [
+ -87.0475,
+ -86.6475
+ ]
+ },
+ {
+ "city": "Saltillo",
+ "lat": [
+ 25.223100000000002,
+ 25.6231
+ ],
+ "lon": [
+ -101.1919,
+ -100.7919
+ ]
+ },
+ {
+ "city": "Hermosillo",
+ "lat": [
+ 28.8989,
+ 29.2989
+ ],
+ "lon": [
+ -111.1542,
+ -110.7542
+ ]
+ },
+ {
+ "city": "Culiac\u00e1n",
+ "lat": [
+ 24.6069,
+ 25.006899999999998
+ ],
+ "lon": [
+ -107.5939,
+ -107.1939
+ ]
+ },
+ {
+ "city": "Quer\u00e9taro",
+ "lat": [
+ 20.3875,
+ 20.787499999999998
+ ],
+ "lon": [
+ -100.5928,
+ -100.19279999999999
+ ]
+ },
+ {
+ "city": "San Luis Potos\u00ed",
+ "lat": [
+ 21.9511,
+ 22.3511
+ ],
+ "lon": [
+ -101.1761,
+ -100.7761
+ ]
+ },
+ {
+ "city": "Guadalupe",
+ "lat": [
+ 25.4775,
+ 25.877499999999998
+ ],
+ "lon": [
+ -100.4597,
+ -100.05969999999999
+ ]
+ },
+ {
+ "city": "Acapulco de Ju\u00e1rez",
+ "lat": [
+ 16.663600000000002,
+ 17.0636
+ ],
+ "lon": [
+ -100.0825,
+ -99.68249999999999
+ ]
+ },
+ {
+ "city": "Tlaquepaque",
+ "lat": [
+ 20.416700000000002,
+ 20.8167
+ ],
+ "lon": [
+ -103.5167,
+ -103.1167
+ ]
+ },
+ {
+ "city": "Durango",
+ "lat": [
+ 23.825,
+ 24.224999999999998
+ ],
+ "lon": [
+ -104.8675,
+ -104.4675
+ ]
+ },
+ {
+ "city": "Tlalnepantla",
+ "lat": [
+ 19.3367,
+ 19.7367
+ ],
+ "lon": [
+ -99.3947,
+ -98.9947
+ ]
+ },
+ {
+ "city": "Chimalhuac\u00e1n",
+ "lat": [
+ 19.2131,
+ 19.6131
+ ],
+ "lon": [
+ -99.18390000000001,
+ -98.7839
+ ]
+ },
+ {
+ "city": "Irapuato",
+ "lat": [
+ 20.4667,
+ 20.866699999999998
+ ],
+ "lon": [
+ -101.55,
+ -101.14999999999999
+ ]
+ },
+ {
+ "city": "Reynosa",
+ "lat": [
+ 25.8922,
+ 26.292199999999998
+ ],
+ "lon": [
+ -98.4778,
+ -98.0778
+ ]
+ },
+ {
+ "city": "Tuxtla",
+ "lat": [
+ 16.5528,
+ 16.9528
+ ],
+ "lon": [
+ -93.3167,
+ -92.91669999999999
+ ]
+ },
+ {
+ "city": "Tonal\u00e1",
+ "lat": [
+ 20.416700000000002,
+ 20.8167
+ ],
+ "lon": [
+ -103.4333,
+ -103.0333
+ ]
+ },
+ {
+ "city": "Ensenada",
+ "lat": [
+ 31.6578,
+ 32.0578
+ ],
+ "lon": [
+ -116.8058,
+ -116.4058
+ ]
+ },
+ {
+ "city": "Ixtapaluca",
+ "lat": [
+ 19.1186,
+ 19.5186
+ ],
+ "lon": [
+ -99.0822,
+ -98.6822
+ ]
+ },
+ {
+ "city": "Heroica Matamoros",
+ "lat": [
+ 25.6797,
+ 26.0797
+ ],
+ "lon": [
+ -97.7042,
+ -97.3042
+ ]
+ },
+ {
+ "city": "Ciudad Apodaca",
+ "lat": [
+ 25.5817,
+ 25.9817
+ ],
+ "lon": [
+ -100.3886,
+ -99.98859999999999
+ ]
+ },
+ {
+ "city": "Tultitl\u00e1n de Mariano Escobedo",
+ "lat": [
+ 19.445,
+ 19.845
+ ],
+ "lon": [
+ -99.3694,
+ -98.9694
+ ]
+ },
+ {
+ "city": "Mazatl\u00e1n",
+ "lat": [
+ 23.0167,
+ 23.4167
+ ],
+ "lon": [
+ -106.61670000000001,
+ -106.2167
+ ]
+ },
+ {
+ "city": "Ciudad L\u00f3pez Mateos",
+ "lat": [
+ 19.35,
+ 19.75
+ ],
+ "lon": [
+ -99.4833,
+ -99.0833
+ ]
+ },
+ {
+ "city": "Ciudad General Escobedo",
+ "lat": [
+ 25.5933,
+ 25.993299999999998
+ ],
+ "lon": [
+ -100.3583,
+ -99.9583
+ ]
+ },
+ {
+ "city": "San Nicol\u00e1s de los Garza",
+ "lat": [
+ 25.55,
+ 25.95
+ ],
+ "lon": [
+ -100.4833,
+ -100.0833
+ ]
+ },
+ {
+ "city": "Veracruz",
+ "lat": [
+ 18.9903,
+ 19.3903
+ ],
+ "lon": [
+ -96.3533,
+ -95.9533
+ ]
+ },
+ {
+ "city": "Tepic",
+ "lat": [
+ 21.3083,
+ 21.708299999999998
+ ],
+ "lon": [
+ -105.0931,
+ -104.6931
+ ]
+ },
+ {
+ "city": "Xalapa",
+ "lat": [
+ 19.34,
+ 19.74
+ ],
+ "lon": [
+ -97.1275,
+ -96.72749999999999
+ ]
+ },
+ {
+ "city": "Nuevo Laredo",
+ "lat": [
+ 27.2861,
+ 27.6861
+ ],
+ "lon": [
+ -99.7069,
+ -99.3069
+ ]
+ },
+ {
+ "city": "Celaya",
+ "lat": [
+ 20.322200000000002,
+ 20.7222
+ ],
+ "lon": [
+ -101.0122,
+ -100.6122
+ ]
+ },
+ {
+ "city": "Nicol\u00e1s Romero",
+ "lat": [
+ 19.383300000000002,
+ 19.7833
+ ],
+ "lon": [
+ -99.5667,
+ -99.16669999999999
+ ]
+ },
+ {
+ "city": "Tec\u00e1mac",
+ "lat": [
+ 19.5131,
+ 19.9131
+ ],
+ "lon": [
+ -99.1683,
+ -98.7683
+ ]
+ },
+ {
+ "city": "Minatitl\u00e1n",
+ "lat": [
+ 17.7833,
+ 18.1833
+ ],
+ "lon": [
+ -94.75,
+ -94.35
+ ]
+ },
+ {
+ "city": "Villahermosa",
+ "lat": [
+ 17.7892,
+ 18.1892
+ ],
+ "lon": [
+ -93.1281,
+ -92.7281
+ ]
+ },
+ {
+ "city": "Cuernavaca",
+ "lat": [
+ 18.718600000000002,
+ 19.1186
+ ],
+ "lon": [
+ -99.4342,
+ -99.0342
+ ]
+ },
+ {
+ "city": "Uruapan",
+ "lat": [
+ 19.2208,
+ 19.6208
+ ],
+ "lon": [
+ -102.2628,
+ -101.8628
+ ]
+ },
+ {
+ "city": "Soledad de Graciano S\u00e1nchez",
+ "lat": [
+ 21.9833,
+ 22.3833
+ ],
+ "lon": [
+ -101.1333,
+ -100.7333
+ ]
+ },
+ {
+ "city": "Ciudad Obreg\u00f3n",
+ "lat": [
+ 27.2939,
+ 27.6939
+ ],
+ "lon": [
+ -110.1389,
+ -109.7389
+ ]
+ },
+ {
+ "city": "G\u00f3mez Palacio",
+ "lat": [
+ 25.3611,
+ 25.7611
+ ],
+ "lon": [
+ -103.6983,
+ -103.2983
+ ]
+ },
+ {
+ "city": "Salamanca",
+ "lat": [
+ 20.3703,
+ 20.7703
+ ],
+ "lon": [
+ -101.3972,
+ -100.99719999999999
+ ]
+ },
+ {
+ "city": "Guasavito",
+ "lat": [
+ 25.3744,
+ 25.7744
+ ],
+ "lon": [
+ -108.67060000000001,
+ -108.2706
+ ]
+ },
+ {
+ "city": "Tehuac\u00e1n",
+ "lat": [
+ 18.2617,
+ 18.6617
+ ],
+ "lon": [
+ -97.5928,
+ -97.19279999999999
+ ]
+ },
+ {
+ "city": "Coatzacoalcos",
+ "lat": [
+ 17.9414,
+ 18.3414
+ ],
+ "lon": [
+ -94.6344,
+ -94.2344
+ ]
+ },
+ {
+ "city": "Chalco",
+ "lat": [
+ 19.064700000000002,
+ 19.4647
+ ],
+ "lon": [
+ -99.0975,
+ -98.69749999999999
+ ]
+ },
+ {
+ "city": "Ciudad Benito Ju\u00e1rez",
+ "lat": [
+ 25.45,
+ 25.849999999999998
+ ],
+ "lon": [
+ -100.2833,
+ -99.88329999999999
+ ]
+ },
+ {
+ "city": "Ciudad Santa Catarina",
+ "lat": [
+ 25.4833,
+ 25.8833
+ ],
+ "lon": [
+ -100.65,
+ -100.25
+ ]
+ },
+ {
+ "city": "Ciudad Victoria",
+ "lat": [
+ 23.5389,
+ 23.9389
+ ],
+ "lon": [
+ -99.3431,
+ -98.9431
+ ]
+ },
+ {
+ "city": "Playa del Carmen",
+ "lat": [
+ 20.4281,
+ 20.8281
+ ],
+ "lon": [
+ -87.27550000000001,
+ -86.8755
+ ]
+ },
+ {
+ "city": "La Pe\u00f1a",
+ "lat": [
+ 19.160600000000002,
+ 19.5606
+ ],
+ "lon": [
+ -99.1417,
+ -98.7417
+ ]
+ },
+ {
+ "city": "San Juan del R\u00edo",
+ "lat": [
+ 20.1833,
+ 20.583299999999998
+ ],
+ "lon": [
+ -100.1833,
+ -99.7833
+ ]
+ },
+ {
+ "city": "Oaxaca",
+ "lat": [
+ 16.8606,
+ 17.2606
+ ],
+ "lon": [
+ -96.92530000000001,
+ -96.5253
+ ]
+ },
+ {
+ "city": "Los Mochis",
+ "lat": [
+ 25.5835,
+ 25.9835
+ ],
+ "lon": [
+ -109.1937,
+ -108.7937
+ ]
+ },
+ {
+ "city": "Pachuca",
+ "lat": [
+ 19.900000000000002,
+ 20.3
+ ],
+ "lon": [
+ -98.95,
+ -98.55
+ ]
+ },
+ {
+ "city": "Tampico",
+ "lat": [
+ 22.0553,
+ 22.455299999999998
+ ],
+ "lon": [
+ -98.0686,
+ -97.6686
+ ]
+ },
+ {
+ "city": "Coacalco",
+ "lat": [
+ 19.4333,
+ 19.833299999999998
+ ],
+ "lon": [
+ -99.29310000000001,
+ -98.8931
+ ]
+ },
+ {
+ "city": "Huixquilucan",
+ "lat": [
+ 19.1611,
+ 19.5611
+ ],
+ "lon": [
+ -99.55080000000001,
+ -99.1508
+ ]
+ },
+ {
+ "city": "Nogales",
+ "lat": [
+ 31.1,
+ 31.5
+ ],
+ "lon": [
+ -111.1333,
+ -110.7333
+ ]
+ },
+ {
+ "city": "Heroica Nogales",
+ "lat": [
+ 31.1186,
+ 31.5186
+ ],
+ "lon": [
+ -111.14580000000001,
+ -110.7458
+ ]
+ },
+ {
+ "city": "La Paz",
+ "lat": [
+ 23.9422,
+ 24.3422
+ ],
+ "lon": [
+ -110.5108,
+ -110.1108
+ ]
+ },
+ {
+ "city": "Campeche",
+ "lat": [
+ 19.650000000000002,
+ 20.05
+ ],
+ "lon": [
+ -90.73060000000001,
+ -90.3306
+ ]
+ },
+ {
+ "city": "Carmen",
+ "lat": [
+ 18.4431,
+ 18.8431
+ ],
+ "lon": [
+ -92.0306,
+ -91.6306
+ ]
+ },
+ {
+ "city": "Monclova",
+ "lat": [
+ 26.7103,
+ 27.1103
+ ],
+ "lon": [
+ -101.6222,
+ -101.2222
+ ]
+ },
+ {
+ "city": "Garc\u00eda",
+ "lat": [
+ 25.6167,
+ 26.0167
+ ],
+ "lon": [
+ -100.7833,
+ -100.38329999999999
+ ]
+ },
+ {
+ "city": "Fresnillo",
+ "lat": [
+ 22.975,
+ 23.375
+ ],
+ "lon": [
+ -103.06750000000001,
+ -102.6675
+ ]
+ },
+ {
+ "city": "Chilpancingo",
+ "lat": [
+ 17.35,
+ 17.75
+ ],
+ "lon": [
+ -99.7,
+ -99.3
+ ]
+ },
+ {
+ "city": "Puerto Vallarta",
+ "lat": [
+ 20.445800000000002,
+ 20.8458
+ ],
+ "lon": [
+ -105.4222,
+ -105.0222
+ ]
+ },
+ {
+ "city": "Tapachula",
+ "lat": [
+ 14.700000000000001,
+ 15.1
+ ],
+ "lon": [
+ -92.4667,
+ -92.0667
+ ]
+ },
+ {
+ "city": "Jiutepec",
+ "lat": [
+ 18.6833,
+ 19.083299999999998
+ ],
+ "lon": [
+ -99.36670000000001,
+ -98.9667
+ ]
+ },
+ {
+ "city": "Comalcalco",
+ "lat": [
+ 18.0801,
+ 18.4801
+ ],
+ "lon": [
+ -93.40180000000001,
+ -93.0018
+ ]
+ },
+ {
+ "city": "Zamora",
+ "lat": [
+ 19.7833,
+ 20.1833
+ ],
+ "lon": [
+ -102.4833,
+ -102.0833
+ ]
+ },
+ {
+ "city": "C\u00f3rdoba",
+ "lat": [
+ 18.694200000000002,
+ 19.0942
+ ],
+ "lon": [
+ -97.13470000000001,
+ -96.7347
+ ]
+ },
+ {
+ "city": "Cabo San Lucas",
+ "lat": [
+ 22.689700000000002,
+ 23.0897
+ ],
+ "lon": [
+ -110.1156,
+ -109.7156
+ ]
+ },
+ {
+ "city": "El Tezal",
+ "lat": [
+ 22.689700000000002,
+ 23.0897
+ ],
+ "lon": [
+ -110.1156,
+ -109.7156
+ ]
+ },
+ {
+ "city": "Ciudad Madero",
+ "lat": [
+ 22.0475,
+ 22.447499999999998
+ ],
+ "lon": [
+ -98.03750000000001,
+ -97.6375
+ ]
+ },
+ {
+ "city": "Cuautla",
+ "lat": [
+ 18.6167,
+ 19.0167
+ ],
+ "lon": [
+ -99.15,
+ -98.75
+ ]
+ },
+ {
+ "city": "Guanajuato",
+ "lat": [
+ 20.817800000000002,
+ 21.2178
+ ],
+ "lon": [
+ -101.4567,
+ -101.05669999999999
+ ]
+ },
+ {
+ "city": "Cholula de Rivadabia",
+ "lat": [
+ 18.863300000000002,
+ 19.2633
+ ],
+ "lon": [
+ -98.5064,
+ -98.1064
+ ]
+ },
+ {
+ "city": "Ciudad del Carmen",
+ "lat": [
+ 18.4333,
+ 18.833299999999998
+ ],
+ "lon": [
+ -92.0333,
+ -91.63329999999999
+ ]
+ },
+ {
+ "city": "Manzanillo",
+ "lat": [
+ 18.8522,
+ 19.2522
+ ],
+ "lon": [
+ -104.5158,
+ -104.1158
+ ]
+ },
+ {
+ "city": "Poza Rica de Hidalgo",
+ "lat": [
+ 20.3333,
+ 20.7333
+ ],
+ "lon": [
+ -97.65,
+ -97.25
+ ]
+ },
+ {
+ "city": "San Crist\u00f3bal",
+ "lat": [
+ 16.5367,
+ 16.9367
+ ],
+ "lon": [
+ -92.8383,
+ -92.4383
+ ]
+ },
+ {
+ "city": "Cuauht\u00e9moc",
+ "lat": [
+ 28.205000000000002,
+ 28.605
+ ],
+ "lon": [
+ -107.0667,
+ -106.66669999999999
+ ]
+ },
+ {
+ "city": "Cuautitl\u00e1n",
+ "lat": [
+ 19.4833,
+ 19.8833
+ ],
+ "lon": [
+ -99.3833,
+ -98.9833
+ ]
+ },
+ {
+ "city": "Ciudad Valles",
+ "lat": [
+ 21.7833,
+ 22.1833
+ ],
+ "lon": [
+ -99.2167,
+ -98.8167
+ ]
+ },
+ {
+ "city": "San Luis R\u00edo Colorado",
+ "lat": [
+ 32.2767,
+ 32.676700000000004
+ ],
+ "lon": [
+ -114.9625,
+ -114.5625
+ ]
+ },
+ {
+ "city": "Santa Mar\u00eda Texmelucan",
+ "lat": [
+ 19.0833,
+ 19.4833
+ ],
+ "lon": [
+ -98.6333,
+ -98.2333
+ ]
+ },
+ {
+ "city": "Chicoloapan",
+ "lat": [
+ 19.2167,
+ 19.616699999999998
+ ],
+ "lon": [
+ -99.10000000000001,
+ -98.7
+ ]
+ },
+ {
+ "city": "Piedras Negras",
+ "lat": [
+ 28.5,
+ 28.9
+ ],
+ "lon": [
+ -100.7231,
+ -100.3231
+ ]
+ },
+ {
+ "city": "Lagos de Moreno",
+ "lat": [
+ 21.150000000000002,
+ 21.55
+ ],
+ "lon": [
+ -102.11670000000001,
+ -101.7167
+ ]
+ },
+ {
+ "city": "Guadalupe",
+ "lat": [
+ 22.5528,
+ 22.9528
+ ],
+ "lon": [
+ -102.7078,
+ -102.3078
+ ]
+ },
+ {
+ "city": "Chetumal",
+ "lat": [
+ 18.3036,
+ 18.703599999999998
+ ],
+ "lon": [
+ -88.5053,
+ -88.1053
+ ]
+ },
+ {
+ "city": "San Martin Texmelucan de Labastida",
+ "lat": [
+ 19.0833,
+ 19.4833
+ ],
+ "lon": [
+ -98.6333,
+ -98.2333
+ ]
+ },
+ {
+ "city": "Tuxtepec",
+ "lat": [
+ 17.900000000000002,
+ 18.3
+ ],
+ "lon": [
+ -96.3167,
+ -95.91669999999999
+ ]
+ },
+ {
+ "city": "San Andr\u00e9s Tuxtla",
+ "lat": [
+ 18.2483,
+ 18.6483
+ ],
+ "lon": [
+ -95.4122,
+ -95.01219999999999
+ ]
+ },
+ {
+ "city": "Papantla de Olarte",
+ "lat": [
+ 20.2478,
+ 20.6478
+ ],
+ "lon": [
+ -97.52,
+ -97.11999999999999
+ ]
+ },
+ {
+ "city": "Ciudad Acu\u00f1a",
+ "lat": [
+ 29.124200000000002,
+ 29.5242
+ ],
+ "lon": [
+ -101.13170000000001,
+ -100.7317
+ ]
+ },
+ {
+ "city": "Macuspana",
+ "lat": [
+ 17.5667,
+ 17.9667
+ ],
+ "lon": [
+ -92.8,
+ -92.39999999999999
+ ]
+ },
+ {
+ "city": "Guaymas",
+ "lat": [
+ 27.7183,
+ 28.118299999999998
+ ],
+ "lon": [
+ -111.0933,
+ -110.6933
+ ]
+ },
+ {
+ "city": "Ixtlahuaca",
+ "lat": [
+ 19.3689,
+ 19.7689
+ ],
+ "lon": [
+ -99.96690000000001,
+ -99.5669
+ ]
+ },
+ {
+ "city": "Tulancingo",
+ "lat": [
+ 19.883300000000002,
+ 20.2833
+ ],
+ "lon": [
+ -98.5667,
+ -98.16669999999999
+ ]
+ },
+ {
+ "city": "Delicias",
+ "lat": [
+ 27.993100000000002,
+ 28.3931
+ ],
+ "lon": [
+ -105.6717,
+ -105.2717
+ ]
+ },
+ {
+ "city": "Valle de Santiago",
+ "lat": [
+ 20.19,
+ 20.59
+ ],
+ "lon": [
+ -101.46000000000001,
+ -101.06
+ ]
+ },
+ {
+ "city": "P\u00e9njamo",
+ "lat": [
+ 20.2311,
+ 20.6311
+ ],
+ "lon": [
+ -101.9222,
+ -101.5222
+ ]
+ },
+ {
+ "city": "Villa de \u00c1lvarez",
+ "lat": [
+ 19.05,
+ 19.45
+ ],
+ "lon": [
+ -103.9333,
+ -103.5333
+ ]
+ },
+ {
+ "city": "Zacatecas",
+ "lat": [
+ 22.5736,
+ 22.973599999999998
+ ],
+ "lon": [
+ -102.7736,
+ -102.3736
+ ]
+ },
+ {
+ "city": "Pesquer\u00eda",
+ "lat": [
+ 25.585,
+ 25.985
+ ],
+ "lon": [
+ -100.25110000000001,
+ -99.8511
+ ]
+ },
+ {
+ "city": "Colima",
+ "lat": [
+ 19.043300000000002,
+ 19.4433
+ ],
+ "lon": [
+ -103.9247,
+ -103.5247
+ ]
+ },
+ {
+ "city": "Tepatitl\u00e1n de Morelos",
+ "lat": [
+ 20.6139,
+ 21.0139
+ ],
+ "lon": [
+ -102.96390000000001,
+ -102.5639
+ ]
+ },
+ {
+ "city": "Las Maravillas",
+ "lat": [
+ 16.166700000000002,
+ 16.5667
+ ],
+ "lon": [
+ -91.9333,
+ -91.5333
+ ]
+ },
+ {
+ "city": "Cuautitl\u00e1n Izcalli",
+ "lat": [
+ 19.45,
+ 19.849999999999998
+ ],
+ "lon": [
+ -99.45,
+ -99.05
+ ]
+ },
+ {
+ "city": "Kanas\u00edn",
+ "lat": [
+ 20.7344,
+ 21.1344
+ ],
+ "lon": [
+ -89.7578,
+ -89.3578
+ ]
+ },
+ {
+ "city": "Cunduac\u00e1n",
+ "lat": [
+ 17.8667,
+ 18.2667
+ ],
+ "lon": [
+ -93.36670000000001,
+ -92.9667
+ ]
+ },
+ {
+ "city": "San Jos\u00e9 del Cabo",
+ "lat": [
+ 22.8614,
+ 23.2614
+ ],
+ "lon": [
+ -109.9081,
+ -109.5081
+ ]
+ },
+ {
+ "city": "Zinacantepec",
+ "lat": [
+ 19.0833,
+ 19.4833
+ ],
+ "lon": [
+ -99.9333,
+ -99.5333
+ ]
+ },
+ {
+ "city": "Tultepec",
+ "lat": [
+ 19.485,
+ 19.884999999999998
+ ],
+ "lon": [
+ -99.3281,
+ -98.9281
+ ]
+ },
+ {
+ "city": "Apatzingan de la Constitucion",
+ "lat": [
+ 18.8886,
+ 19.2886
+ ],
+ "lon": [
+ -102.55080000000001,
+ -102.1508
+ ]
+ },
+ {
+ "city": "Orizaba",
+ "lat": [
+ 18.650000000000002,
+ 19.05
+ ],
+ "lon": [
+ -97.3,
+ -96.89999999999999
+ ]
+ },
+ {
+ "city": "San Pedro Garza Garc\u00eda",
+ "lat": [
+ 25.4667,
+ 25.866699999999998
+ ],
+ "lon": [
+ -100.5,
+ -100.1
+ ]
+ },
+ {
+ "city": "Ciudad Hidalgo",
+ "lat": [
+ 19.4917,
+ 19.8917
+ ],
+ "lon": [
+ -100.7536,
+ -100.3536
+ ]
+ },
+ {
+ "city": "Navojoa",
+ "lat": [
+ 26.8813,
+ 27.281299999999998
+ ],
+ "lon": [
+ -109.6461,
+ -109.2461
+ ]
+ },
+ {
+ "city": "Chilapa de \u00c1lvarez",
+ "lat": [
+ 17.3944,
+ 17.7944
+ ],
+ "lon": [
+ -99.37780000000001,
+ -98.9778
+ ]
+ },
+ {
+ "city": "Tizayuca",
+ "lat": [
+ 19.633300000000002,
+ 20.0333
+ ],
+ "lon": [
+ -99.1833,
+ -98.7833
+ ]
+ },
+ {
+ "city": "Miramar",
+ "lat": [
+ 22.1375,
+ 22.537499999999998
+ ],
+ "lon": [
+ -98.0694,
+ -97.6694
+ ]
+ },
+ {
+ "city": "Iguala de la Independencia",
+ "lat": [
+ 18.145,
+ 18.544999999999998
+ ],
+ "lon": [
+ -99.73830000000001,
+ -99.3383
+ ]
+ },
+ {
+ "city": "Matamoros",
+ "lat": [
+ 25.333000000000002,
+ 25.733
+ ],
+ "lon": [
+ -103.45,
+ -103.05
+ ]
+ },
+ {
+ "city": "Heroica Guaymas",
+ "lat": [
+ 27.7183,
+ 28.118299999999998
+ ],
+ "lon": [
+ -111.0989,
+ -110.6989
+ ]
+ },
+ {
+ "city": "Tecom\u00e1n",
+ "lat": [
+ 18.7089,
+ 19.1089
+ ],
+ "lon": [
+ -104.0747,
+ -103.6747
+ ]
+ },
+ {
+ "city": "Temixco",
+ "lat": [
+ 18.650000000000002,
+ 19.05
+ ],
+ "lon": [
+ -99.4333,
+ -99.0333
+ ]
+ },
+ {
+ "city": "El Pueblito",
+ "lat": [
+ 20.3397,
+ 20.7397
+ ],
+ "lon": [
+ -100.6414,
+ -100.2414
+ ]
+ },
+ {
+ "city": "Ciudad Guzm\u00e1n",
+ "lat": [
+ 19.5,
+ 19.9
+ ],
+ "lon": [
+ -103.6667,
+ -103.2667
+ ]
+ },
+ {
+ "city": "Tlapacoyan",
+ "lat": [
+ 19.7617,
+ 20.1617
+ ],
+ "lon": [
+ -97.41080000000001,
+ -97.0108
+ ]
+ },
+ {
+ "city": "Comit\u00e1n",
+ "lat": [
+ 16.05,
+ 16.45
+ ],
+ "lon": [
+ -92.33330000000001,
+ -91.9333
+ ]
+ },
+ {
+ "city": "Chil\u00f3n",
+ "lat": [
+ 17.0333,
+ 17.4333
+ ],
+ "lon": [
+ -92.61670000000001,
+ -92.2167
+ ]
+ },
+ {
+ "city": "San Antonio la Isla",
+ "lat": [
+ 18.9677,
+ 19.3677
+ ],
+ "lon": [
+ -99.7542,
+ -99.35419999999999
+ ]
+ },
+ {
+ "city": "San Antonio Enchisi",
+ "lat": [
+ 19.5072,
+ 19.9072
+ ],
+ "lon": [
+ -99.9867,
+ -99.5867
+ ]
+ },
+ {
+ "city": "Mart\u00ednez de la Torre",
+ "lat": [
+ 19.8667,
+ 20.2667
+ ],
+ "lon": [
+ -97.25,
+ -96.85
+ ]
+ },
+ {
+ "city": "San Francisco de la Piedad",
+ "lat": [
+ 19.8325,
+ 20.232499999999998
+ ],
+ "lon": [
+ -100.9214,
+ -100.5214
+ ]
+ },
+ {
+ "city": "Ocotl\u00e1n",
+ "lat": [
+ 20.1467,
+ 20.546699999999998
+ ],
+ "lon": [
+ -102.9744,
+ -102.5744
+ ]
+ },
+ {
+ "city": "Temoaya",
+ "lat": [
+ 19.2686,
+ 19.668599999999998
+ ],
+ "lon": [
+ -99.7933,
+ -99.3933
+ ]
+ },
+ {
+ "city": "Lerma",
+ "lat": [
+ 19.0847,
+ 19.4847
+ ],
+ "lon": [
+ -99.7119,
+ -99.3119
+ ]
+ },
+ {
+ "city": "Texcoco",
+ "lat": [
+ 19.32,
+ 19.72
+ ],
+ "lon": [
+ -99.08,
+ -98.67999999999999
+ ]
+ },
+ {
+ "city": "Parral",
+ "lat": [
+ 26.7333,
+ 27.1333
+ ],
+ "lon": [
+ -105.86670000000001,
+ -105.4667
+ ]
+ },
+ {
+ "city": "Tenancingo",
+ "lat": [
+ 18.7608,
+ 19.1608
+ ],
+ "lon": [
+ -99.7906,
+ -99.39059999999999
+ ]
+ },
+ {
+ "city": "Tula de Allende",
+ "lat": [
+ 19.85,
+ 20.25
+ ],
+ "lon": [
+ -99.55,
+ -99.14999999999999
+ ]
+ },
+ {
+ "city": "Tepexpan",
+ "lat": [
+ 19.4192,
+ 19.8192
+ ],
+ "lon": [
+ -99.1353,
+ -98.7353
+ ]
+ },
+ {
+ "city": "Matehuala",
+ "lat": [
+ 23.4528,
+ 23.8528
+ ],
+ "lon": [
+ -100.84440000000001,
+ -100.4444
+ ]
+ },
+ {
+ "city": "Ciudad R\u00edo Bravo",
+ "lat": [
+ 25.7861,
+ 26.1861
+ ],
+ "lon": [
+ -98.2889,
+ -97.88889999999999
+ ]
+ },
+ {
+ "city": "Playas de Rosarito",
+ "lat": [
+ 32.142199999999995,
+ 32.5422
+ ],
+ "lon": [
+ -117.2561,
+ -116.8561
+ ]
+ },
+ {
+ "city": "San Felipe del Progreso",
+ "lat": [
+ 19.5125,
+ 19.912499999999998
+ ],
+ "lon": [
+ -100.1511,
+ -99.7511
+ ]
+ },
+ {
+ "city": "Ixmiquilpan",
+ "lat": [
+ 20.2819,
+ 20.6819
+ ],
+ "lon": [
+ -99.41810000000001,
+ -99.0181
+ ]
+ },
+ {
+ "city": "P\u00e1tzcuaro",
+ "lat": [
+ 19.3164,
+ 19.7164
+ ],
+ "lon": [
+ -101.8097,
+ -101.4097
+ ]
+ },
+ {
+ "city": "Tamazunchale",
+ "lat": [
+ 21.0667,
+ 21.4667
+ ],
+ "lon": [
+ -98.9833,
+ -98.5833
+ ]
+ },
+ {
+ "city": "Para\u00edso",
+ "lat": [
+ 18.1961,
+ 18.5961
+ ],
+ "lon": [
+ -93.4128,
+ -93.0128
+ ]
+ },
+ {
+ "city": "Rinc\u00f3n de Romos",
+ "lat": [
+ 22.0333,
+ 22.4333
+ ],
+ "lon": [
+ -102.5167,
+ -102.1167
+ ]
+ },
+ {
+ "city": "Santa Cruz Xoxocotl\u00e1n",
+ "lat": [
+ 16.8264,
+ 17.226399999999998
+ ],
+ "lon": [
+ -96.9333,
+ -96.5333
+ ]
+ },
+ {
+ "city": "Teziutlan",
+ "lat": [
+ 19.6178,
+ 20.017799999999998
+ ],
+ "lon": [
+ -97.5667,
+ -97.16669999999999
+ ]
+ },
+ {
+ "city": "Coatepec",
+ "lat": [
+ 19.252200000000002,
+ 19.6522
+ ],
+ "lon": [
+ -97.1614,
+ -96.7614
+ ]
+ },
+ {
+ "city": "San Jos\u00e9 del Rinc\u00f3n Centro",
+ "lat": [
+ 19.4606,
+ 19.860599999999998
+ ],
+ "lon": [
+ -100.3525,
+ -99.9525
+ ]
+ },
+ {
+ "city": "Agua Prieta",
+ "lat": [
+ 31.1258,
+ 31.5258
+ ],
+ "lon": [
+ -109.7489,
+ -109.3489
+ ]
+ },
+ {
+ "city": "Ciudad de Atlixco",
+ "lat": [
+ 18.7,
+ 19.099999999999998
+ ],
+ "lon": [
+ -98.65,
+ -98.25
+ ]
+ },
+ {
+ "city": "San Francisco",
+ "lat": [
+ 30.5841,
+ 30.984099999999998
+ ],
+ "lon": [
+ -112.718,
+ -112.318
+ ]
+ },
+ {
+ "city": "Jilotepec",
+ "lat": [
+ 19.7519,
+ 20.151899999999998
+ ],
+ "lon": [
+ -99.7328,
+ -99.33279999999999
+ ]
+ },
+ {
+ "city": "Salinas Victoria",
+ "lat": [
+ 25.7667,
+ 26.1667
+ ],
+ "lon": [
+ -100.5,
+ -100.1
+ ]
+ },
+ {
+ "city": "Santa Rosa Jauregui",
+ "lat": [
+ 20.541800000000002,
+ 20.9418
+ ],
+ "lon": [
+ -100.6473,
+ -100.2473
+ ]
+ },
+ {
+ "city": "Guasave",
+ "lat": [
+ 25.3655,
+ 25.7655
+ ],
+ "lon": [
+ -108.6718,
+ -108.2718
+ ]
+ },
+ {
+ "city": "Apaseo el Grande",
+ "lat": [
+ 20.3531,
+ 20.7531
+ ],
+ "lon": [
+ -100.8347,
+ -100.43469999999999
+ ]
+ },
+ {
+ "city": "Ciudad Mante",
+ "lat": [
+ 22.5333,
+ 22.9333
+ ],
+ "lon": [
+ -99.15,
+ -98.75
+ ]
+ },
+ {
+ "city": "T\u00faxpam de Rodr\u00edguez Cano",
+ "lat": [
+ 20.75,
+ 21.15
+ ],
+ "lon": [
+ -97.60000000000001,
+ -97.2
+ ]
+ },
+ {
+ "city": "Acayucan",
+ "lat": [
+ 17.7422,
+ 18.1422
+ ],
+ "lon": [
+ -95.11030000000001,
+ -94.7103
+ ]
+ },
+ {
+ "city": "La Piedad",
+ "lat": [
+ 20.133300000000002,
+ 20.5333
+ ],
+ "lon": [
+ -102.2167,
+ -101.8167
+ ]
+ },
+ {
+ "city": "La Trinidad",
+ "lat": [
+ 15.7833,
+ 16.1833
+ ],
+ "lon": [
+ -92.0667,
+ -91.66669999999999
+ ]
+ },
+ {
+ "city": "Villa Vicente Guerrero",
+ "lat": [
+ 18.919,
+ 19.319
+ ],
+ "lon": [
+ -98.37,
+ -97.97
+ ]
+ },
+ {
+ "city": "Comonfort",
+ "lat": [
+ 20.5167,
+ 20.9167
+ ],
+ "lon": [
+ -100.9667,
+ -100.5667
+ ]
+ },
+ {
+ "city": "Apizaco",
+ "lat": [
+ 19.2167,
+ 19.616699999999998
+ ],
+ "lon": [
+ -98.33330000000001,
+ -97.9333
+ ]
+ },
+ {
+ "city": "Xicotepec de Ju\u00e1rez",
+ "lat": [
+ 20.1,
+ 20.5
+ ],
+ "lon": [
+ -98.1667,
+ -97.7667
+ ]
+ },
+ {
+ "city": "Salina Cruz",
+ "lat": [
+ 15.9833,
+ 16.3833
+ ],
+ "lon": [
+ -95.4083,
+ -95.00829999999999
+ ]
+ },
+ {
+ "city": "Tecate",
+ "lat": [
+ 32.3722,
+ 32.772200000000005
+ ],
+ "lon": [
+ -116.8403,
+ -116.4403
+ ]
+ },
+ {
+ "city": "Tala",
+ "lat": [
+ 20.4667,
+ 20.866699999999998
+ ],
+ "lon": [
+ -103.9,
+ -103.5
+ ]
+ },
+ {
+ "city": "Maravat\u00edo de Ocampo",
+ "lat": [
+ 19.6976,
+ 20.0976
+ ],
+ "lon": [
+ -100.65,
+ -100.25
+ ]
+ },
+ {
+ "city": "San Andr\u00e9s Cholula",
+ "lat": [
+ 18.85,
+ 19.25
+ ],
+ "lon": [
+ -98.5,
+ -98.1
+ ]
+ },
+ {
+ "city": "Ciudad Lerdo",
+ "lat": [
+ 25.35,
+ 25.75
+ ],
+ "lon": [
+ -103.7167,
+ -103.3167
+ ]
+ },
+ {
+ "city": "Ciudad L\u00e1zaro C\u00e1rdenas",
+ "lat": [
+ 17.7561,
+ 18.1561
+ ],
+ "lon": [
+ -102.3922,
+ -101.9922
+ ]
+ },
+ {
+ "city": "Sahuayo de Morelos",
+ "lat": [
+ 19.85,
+ 20.25
+ ],
+ "lon": [
+ -102.9333,
+ -102.5333
+ ]
+ },
+ {
+ "city": "Villa Victoria",
+ "lat": [
+ 19.2333,
+ 19.6333
+ ],
+ "lon": [
+ -100.2,
+ -99.8
+ ]
+ },
+ {
+ "city": "Huebampo",
+ "lat": [
+ 26.5228,
+ 26.9228
+ ],
+ "lon": [
+ -109.68560000000001,
+ -109.2856
+ ]
+ },
+ {
+ "city": "Perote",
+ "lat": [
+ 19.361900000000002,
+ 19.7619
+ ],
+ "lon": [
+ -97.4419,
+ -97.0419
+ ]
+ },
+ {
+ "city": "Cozumel",
+ "lat": [
+ 20.3104,
+ 20.7104
+ ],
+ "lon": [
+ -87.1493,
+ -86.74929999999999
+ ]
+ },
+ {
+ "city": "Tecamachalco",
+ "lat": [
+ 18.666700000000002,
+ 19.0667
+ ],
+ "lon": [
+ -97.9167,
+ -97.5167
+ ]
+ },
+ {
+ "city": "Tac\u00e1mbaro de Codallos",
+ "lat": [
+ 19.035600000000002,
+ 19.4356
+ ],
+ "lon": [
+ -101.65690000000001,
+ -101.2569
+ ]
+ },
+ {
+ "city": "Cadereyta Jim\u00e9nez",
+ "lat": [
+ 25.400000000000002,
+ 25.8
+ ],
+ "lon": [
+ -100.2,
+ -99.8
+ ]
+ },
+ {
+ "city": "Frontera",
+ "lat": [
+ 26.726,
+ 27.125999999999998
+ ],
+ "lon": [
+ -101.649,
+ -101.249
+ ]
+ },
+ {
+ "city": "Juchit\u00e1n de Zaragoza",
+ "lat": [
+ 16.2333,
+ 16.6333
+ ],
+ "lon": [
+ -95.2167,
+ -94.8167
+ ]
+ },
+ {
+ "city": "Silao",
+ "lat": [
+ 20.7478,
+ 21.1478
+ ],
+ "lon": [
+ -101.6281,
+ -101.2281
+ ]
+ },
+ {
+ "city": "San Francisco del Rinc\u00f3n",
+ "lat": [
+ 20.8228,
+ 21.2228
+ ],
+ "lon": [
+ -102.06,
+ -101.66
+ ]
+ },
+ {
+ "city": "Tejupilco",
+ "lat": [
+ 18.7058,
+ 19.1058
+ ],
+ "lon": [
+ -100.3528,
+ -99.9528
+ ]
+ },
+ {
+ "city": "Linares",
+ "lat": [
+ 24.6597,
+ 25.0597
+ ],
+ "lon": [
+ -99.7647,
+ -99.3647
+ ]
+ },
+ {
+ "city": "San Miguel de Allende",
+ "lat": [
+ 20.7142,
+ 21.1142
+ ],
+ "lon": [
+ -100.9436,
+ -100.5436
+ ]
+ },
+ {
+ "city": "San Juan de los Lagos",
+ "lat": [
+ 21.0458,
+ 21.4458
+ ],
+ "lon": [
+ -102.5308,
+ -102.1308
+ ]
+ },
+ {
+ "city": "Los Reyes de Salgado",
+ "lat": [
+ 19.383300000000002,
+ 19.7833
+ ],
+ "lon": [
+ -102.6667,
+ -102.2667
+ ]
+ },
+ {
+ "city": "Rioverde",
+ "lat": [
+ 21.73,
+ 22.13
+ ],
+ "lon": [
+ -100.18,
+ -99.78
+ ]
+ },
+ {
+ "city": "Iz\u00facar de Matamoros",
+ "lat": [
+ 18.400000000000002,
+ 18.8
+ ],
+ "lon": [
+ -98.6667,
+ -98.2667
+ ]
+ },
+ {
+ "city": "Ixtaczoquitl\u00e1n",
+ "lat": [
+ 18.650000000000002,
+ 19.05
+ ],
+ "lon": [
+ -97.2667,
+ -96.8667
+ ]
+ },
+ {
+ "city": "Pur\u00edsima de Bustos",
+ "lat": [
+ 20.8333,
+ 21.2333
+ ],
+ "lon": [
+ -102.0667,
+ -101.66669999999999
+ ]
+ },
+ {
+ "city": "Jacona de Plancarte",
+ "lat": [
+ 19.7333,
+ 20.1333
+ ],
+ "lon": [
+ -102.5167,
+ -102.1167
+ ]
+ },
+ {
+ "city": "Yuriria",
+ "lat": [
+ 20.0,
+ 20.4
+ ],
+ "lon": [
+ -101.35000000000001,
+ -100.95
+ ]
+ },
+ {
+ "city": "Mineral de la Reforma",
+ "lat": [
+ 19.95,
+ 20.349999999999998
+ ],
+ "lon": [
+ -98.6333,
+ -98.2333
+ ]
+ },
+ {
+ "city": "Valle Hermoso",
+ "lat": [
+ 25.4736,
+ 25.8736
+ ],
+ "lon": [
+ -98.01440000000001,
+ -97.6144
+ ]
+ },
+ {
+ "city": "Zapotlanejo",
+ "lat": [
+ 20.422800000000002,
+ 20.8228
+ ],
+ "lon": [
+ -103.2689,
+ -102.8689
+ ]
+ },
+ {
+ "city": "Ixtlahuac\u00e1n de los Membrillos",
+ "lat": [
+ 20.150000000000002,
+ 20.55
+ ],
+ "lon": [
+ -103.3833,
+ -102.9833
+ ]
+ },
+ {
+ "city": "La Barca",
+ "lat": [
+ 20.0833,
+ 20.4833
+ ],
+ "lon": [
+ -102.7667,
+ -102.3667
+ ]
+ },
+ {
+ "city": "Tepotzotl\u00e1n",
+ "lat": [
+ 19.5161,
+ 19.9161
+ ],
+ "lon": [
+ -99.42360000000001,
+ -99.0236
+ ]
+ },
+ {
+ "city": "Santa Catarina Otzolotepec",
+ "lat": [
+ 18.3667,
+ 18.7667
+ ],
+ "lon": [
+ -97.45,
+ -97.05
+ ]
+ },
+ {
+ "city": "Heroica Caborca",
+ "lat": [
+ 30.5167,
+ 30.9167
+ ],
+ "lon": [
+ -112.35000000000001,
+ -111.95
+ ]
+ },
+ {
+ "city": "Zihuatanejo",
+ "lat": [
+ 17.4444,
+ 17.8444
+ ],
+ "lon": [
+ -101.75110000000001,
+ -101.3511
+ ]
+ },
+ {
+ "city": "Dolores Hidalgo Cuna de la Independencia Nacional",
+ "lat": [
+ 20.9516,
+ 21.351599999999998
+ ],
+ "lon": [
+ -101.1369,
+ -100.73689999999999
+ ]
+ },
+ {
+ "city": "San Mateo Atenco",
+ "lat": [
+ 19.0667,
+ 19.4667
+ ],
+ "lon": [
+ -99.7333,
+ -99.3333
+ ]
+ },
+ {
+ "city": "Ramos Arizpe",
+ "lat": [
+ 25.35,
+ 25.75
+ ],
+ "lon": [
+ -101.1667,
+ -100.7667
+ ]
+ },
+ {
+ "city": "Chignahuapan",
+ "lat": [
+ 19.633300000000002,
+ 20.0333
+ ],
+ "lon": [
+ -98.2333,
+ -97.8333
+ ]
+ },
+ {
+ "city": "Ocoyoacac",
+ "lat": [
+ 19.073900000000002,
+ 19.4739
+ ],
+ "lon": [
+ -99.6606,
+ -99.2606
+ ]
+ },
+ {
+ "city": "Torre\u00f3n",
+ "lat": [
+ 25.3419,
+ 25.741899999999998
+ ],
+ "lon": [
+ -103.6083,
+ -103.2083
+ ]
+ },
+ {
+ "city": "Romita",
+ "lat": [
+ 20.6708,
+ 21.0708
+ ],
+ "lon": [
+ -101.71690000000001,
+ -101.3169
+ ]
+ },
+ {
+ "city": "Jocotitl\u00e1n",
+ "lat": [
+ 19.5072,
+ 19.9072
+ ],
+ "lon": [
+ -99.9867,
+ -99.5867
+ ]
+ },
+ {
+ "city": "Autl\u00e1n de Navarro",
+ "lat": [
+ 19.5667,
+ 19.9667
+ ],
+ "lon": [
+ -104.5667,
+ -104.16669999999999
+ ]
+ },
+ {
+ "city": "Coyula",
+ "lat": [
+ 20.4586,
+ 20.8586
+ ],
+ "lon": [
+ -103.4264,
+ -103.0264
+ ]
+ },
+ {
+ "city": "Sabinas",
+ "lat": [
+ 27.7167,
+ 28.116699999999998
+ ],
+ "lon": [
+ -101.5,
+ -101.1
+ ]
+ },
+ {
+ "city": "Santo Domingo Tehuantepec",
+ "lat": [
+ 16.1244,
+ 16.5244
+ ],
+ "lon": [
+ -95.4389,
+ -95.0389
+ ]
+ },
+ {
+ "city": "Apaseo el Alto",
+ "lat": [
+ 20.25,
+ 20.65
+ ],
+ "lon": [
+ -100.8167,
+ -100.41669999999999
+ ]
+ },
+ {
+ "city": "Santiago Tianguistenco",
+ "lat": [
+ 18.9797,
+ 19.3797
+ ],
+ "lon": [
+ -99.67060000000001,
+ -99.2706
+ ]
+ },
+ {
+ "city": "Misantla",
+ "lat": [
+ 19.7333,
+ 20.1333
+ ],
+ "lon": [
+ -97.05,
+ -96.64999999999999
+ ]
+ },
+ {
+ "city": "Atotonilco el Alto",
+ "lat": [
+ 20.3333,
+ 20.7333
+ ],
+ "lon": [
+ -102.7,
+ -102.3
+ ]
+ },
+ {
+ "city": "Guam\u00fachil",
+ "lat": [
+ 25.2639,
+ 25.663899999999998
+ ],
+ "lon": [
+ -108.27940000000001,
+ -107.8794
+ ]
+ },
+ {
+ "city": "Teoloyucan",
+ "lat": [
+ 19.5442,
+ 19.9442
+ ],
+ "lon": [
+ -99.3811,
+ -98.9811
+ ]
+ },
+ {
+ "city": "Puerto Pe\u00f1asco",
+ "lat": [
+ 31.1167,
+ 31.5167
+ ],
+ "lon": [
+ -113.7369,
+ -113.3369
+ ]
+ },
+ {
+ "city": "San Francisco de los Romo",
+ "lat": [
+ 21.883300000000002,
+ 22.2833
+ ],
+ "lon": [
+ -102.4667,
+ -102.0667
+ ]
+ },
+ {
+ "city": "Cortazar",
+ "lat": [
+ 20.2828,
+ 20.6828
+ ],
+ "lon": [
+ -101.1611,
+ -100.7611
+ ]
+ },
+ {
+ "city": "Valle de Bravo",
+ "lat": [
+ 18.9925,
+ 19.3925
+ ],
+ "lon": [
+ -100.3306,
+ -99.9306
+ ]
+ },
+ {
+ "city": "Huatusco",
+ "lat": [
+ 18.948900000000002,
+ 19.3489
+ ],
+ "lon": [
+ -97.1661,
+ -96.7661
+ ]
+ },
+ {
+ "city": "Huejotzingo",
+ "lat": [
+ 18.9619,
+ 19.3619
+ ],
+ "lon": [
+ -98.60640000000001,
+ -98.2064
+ ]
+ },
+ {
+ "city": "Huehuetoca",
+ "lat": [
+ 19.6342,
+ 20.0342
+ ],
+ "lon": [
+ -99.4033,
+ -99.0033
+ ]
+ },
+ {
+ "city": "Altamira",
+ "lat": [
+ 22.1375,
+ 22.537499999999998
+ ],
+ "lon": [
+ -98.0694,
+ -97.6694
+ ]
+ },
+ {
+ "city": "Huauchinango",
+ "lat": [
+ 19.9767,
+ 20.3767
+ ],
+ "lon": [
+ -98.25280000000001,
+ -97.8528
+ ]
+ },
+ {
+ "city": "Balanc\u00e1n",
+ "lat": [
+ 17.6,
+ 18.0
+ ],
+ "lon": [
+ -91.7333,
+ -91.3333
+ ]
+ },
+ {
+ "city": "Mexquitic de Carmona",
+ "lat": [
+ 22.0667,
+ 22.4667
+ ],
+ "lon": [
+ -101.3167,
+ -100.91669999999999
+ ]
+ },
+ {
+ "city": "Temascalcingo",
+ "lat": [
+ 19.7147,
+ 20.1147
+ ],
+ "lon": [
+ -100.20360000000001,
+ -99.8036
+ ]
+ },
+ {
+ "city": "Zempoala",
+ "lat": [
+ 19.7153,
+ 20.115299999999998
+ ],
+ "lon": [
+ -98.8689,
+ -98.46889999999999
+ ]
+ },
+ {
+ "city": "Anahuac",
+ "lat": [
+ 21.9833,
+ 22.3833
+ ],
+ "lon": [
+ -98.1333,
+ -97.7333
+ ]
+ },
+ {
+ "city": "Jerez de Garc\u00eda Salinas",
+ "lat": [
+ 22.4481,
+ 22.8481
+ ],
+ "lon": [
+ -103.19030000000001,
+ -102.7903
+ ]
+ },
+ {
+ "city": "Santiago Tuxtla",
+ "lat": [
+ 18.2653,
+ 18.6653
+ ],
+ "lon": [
+ -95.5025,
+ -95.10249999999999
+ ]
+ },
+ {
+ "city": "Cosamaloapan",
+ "lat": [
+ 18.1676,
+ 18.5676
+ ],
+ "lon": [
+ -95.9986,
+ -95.59859999999999
+ ]
+ },
+ {
+ "city": "Alvarado",
+ "lat": [
+ 18.5811,
+ 18.981099999999998
+ ],
+ "lon": [
+ -95.9572,
+ -95.5572
+ ]
+ },
+ {
+ "city": "Tezonapa",
+ "lat": [
+ 18.400000000000002,
+ 18.8
+ ],
+ "lon": [
+ -96.8833,
+ -96.4833
+ ]
+ },
+ {
+ "city": "Acambay",
+ "lat": [
+ 19.7539,
+ 20.1539
+ ],
+ "lon": [
+ -100.04310000000001,
+ -99.6431
+ ]
+ },
+ {
+ "city": "Ac\u00e1mbaro",
+ "lat": [
+ 19.836100000000002,
+ 20.2361
+ ],
+ "lon": [
+ -100.9314,
+ -100.53139999999999
+ ]
+ },
+ {
+ "city": "Uman",
+ "lat": [
+ 20.6833,
+ 21.083299999999998
+ ],
+ "lon": [
+ -89.95,
+ -89.55
+ ]
+ },
+ {
+ "city": "Chiapa de Corzo",
+ "lat": [
+ 16.5069,
+ 16.9069
+ ],
+ "lon": [
+ -93.21390000000001,
+ -92.8139
+ ]
+ },
+ {
+ "city": "Nuevo Casas Grandes",
+ "lat": [
+ 30.2167,
+ 30.616699999999998
+ ],
+ "lon": [
+ -108.11670000000001,
+ -107.7167
+ ]
+ },
+ {
+ "city": "Oxchuc",
+ "lat": [
+ 16.5833,
+ 16.9833
+ ],
+ "lon": [
+ -92.4833,
+ -92.0833
+ ]
+ },
+ {
+ "city": "Ixhuatl\u00e1n de Madero",
+ "lat": [
+ 20.4833,
+ 20.8833
+ ],
+ "lon": [
+ -98.2167,
+ -97.8167
+ ]
+ },
+ {
+ "city": "Pinotepa",
+ "lat": [
+ 16.1401,
+ 16.5401
+ ],
+ "lon": [
+ -98.253,
+ -97.853
+ ]
+ },
+ {
+ "city": "Simojovel de Allende",
+ "lat": [
+ 16.95,
+ 17.349999999999998
+ ],
+ "lon": [
+ -92.9167,
+ -92.5167
+ ]
+ },
+ {
+ "city": "San Jos\u00e9 Villa de Allende",
+ "lat": [
+ 19.1747,
+ 19.5747
+ ],
+ "lon": [
+ -100.3475,
+ -99.94749999999999
+ ]
+ },
+ {
+ "city": "Tizim\u00edn",
+ "lat": [
+ 20.9425,
+ 21.342499999999998
+ ],
+ "lon": [
+ -88.3647,
+ -87.9647
+ ]
+ },
+ {
+ "city": "Tlacotepec",
+ "lat": [
+ 18.4882,
+ 18.888199999999998
+ ],
+ "lon": [
+ -97.8489,
+ -97.4489
+ ]
+ },
+ {
+ "city": "Taxco de Alarc\u00f3n",
+ "lat": [
+ 18.3564,
+ 18.7564
+ ],
+ "lon": [
+ -99.805,
+ -99.405
+ ]
+ },
+ {
+ "city": "Uriangato",
+ "lat": [
+ 19.9333,
+ 20.333299999999998
+ ],
+ "lon": [
+ -101.36670000000001,
+ -100.9667
+ ]
+ },
+ {
+ "city": "Acatzingo",
+ "lat": [
+ 18.7817,
+ 19.1817
+ ],
+ "lon": [
+ -97.9822,
+ -97.5822
+ ]
+ },
+ {
+ "city": "Huamantla",
+ "lat": [
+ 19.113300000000002,
+ 19.5133
+ ],
+ "lon": [
+ -98.1228,
+ -97.72279999999999
+ ]
+ },
+ {
+ "city": "San Luis de la Paz",
+ "lat": [
+ 21.1,
+ 21.5
+ ],
+ "lon": [
+ -100.7167,
+ -100.3167
+ ]
+ },
+ {
+ "city": "Palenque",
+ "lat": [
+ 17.2333,
+ 17.6333
+ ],
+ "lon": [
+ -92.0,
+ -91.6
+ ]
+ },
+ {
+ "city": "Encarnaci\u00f3n de D\u00edaz",
+ "lat": [
+ 21.3167,
+ 21.7167
+ ],
+ "lon": [
+ -102.4333,
+ -102.0333
+ ]
+ },
+ {
+ "city": "Um\u00e1n",
+ "lat": [
+ 20.6833,
+ 21.083299999999998
+ ],
+ "lon": [
+ -89.95,
+ -89.55
+ ]
+ },
+ {
+ "city": "Zumpango",
+ "lat": [
+ 19.5969,
+ 19.9969
+ ],
+ "lon": [
+ -99.2992,
+ -98.8992
+ ]
+ },
+ {
+ "city": "Francisco I. Madero",
+ "lat": [
+ 25.575300000000002,
+ 25.9753
+ ],
+ "lon": [
+ -103.4731,
+ -103.0731
+ ]
+ }
+ ],
+ "United States": [
+ {
+ "city": "New York",
+ "lat": [
+ 40.494299999999996,
+ 40.8943
+ ],
+ "lon": [
+ -74.1249,
+ -73.72489999999999
+ ]
+ },
+ {
+ "city": "Los Angeles",
+ "lat": [
+ 33.9141,
+ 34.3141
+ ],
+ "lon": [
+ -118.6068,
+ -118.2068
+ ]
+ },
+ {
+ "city": "Chicago",
+ "lat": [
+ 41.637499999999996,
+ 42.0375
+ ],
+ "lon": [
+ -87.8866,
+ -87.4866
+ ]
+ },
+ {
+ "city": "Miami",
+ "lat": [
+ 25.584,
+ 25.983999999999998
+ ],
+ "lon": [
+ -80.4101,
+ -80.0101
+ ]
+ },
+ {
+ "city": "Houston",
+ "lat": [
+ 29.586000000000002,
+ 29.986
+ ],
+ "lon": [
+ -95.5885,
+ -95.18849999999999
+ ]
+ },
+ {
+ "city": "Dallas",
+ "lat": [
+ 32.5935,
+ 32.993500000000004
+ ],
+ "lon": [
+ -96.9667,
+ -96.5667
+ ]
+ },
+ {
+ "city": "Philadelphia",
+ "lat": [
+ 39.8077,
+ 40.2077
+ ],
+ "lon": [
+ -75.3339,
+ -74.9339
+ ]
+ },
+ {
+ "city": "Atlanta",
+ "lat": [
+ 33.562799999999996,
+ 33.9628
+ ],
+ "lon": [
+ -84.622,
+ -84.222
+ ]
+ },
+ {
+ "city": "Washington",
+ "lat": [
+ 38.704699999999995,
+ 39.1047
+ ],
+ "lon": [
+ -77.2163,
+ -76.8163
+ ]
+ },
+ {
+ "city": "Boston",
+ "lat": [
+ 42.1188,
+ 42.518800000000006
+ ],
+ "lon": [
+ -71.2852,
+ -70.8852
+ ]
+ },
+ {
+ "city": "Phoenix",
+ "lat": [
+ 33.3722,
+ 33.772200000000005
+ ],
+ "lon": [
+ -112.28920000000001,
+ -111.8892
+ ]
+ },
+ {
+ "city": "Detroit",
+ "lat": [
+ 42.1834,
+ 42.583400000000005
+ ],
+ "lon": [
+ -83.3024,
+ -82.9024
+ ]
+ },
+ {
+ "city": "Seattle",
+ "lat": [
+ 47.421099999999996,
+ 47.8211
+ ],
+ "lon": [
+ -122.5244,
+ -122.1244
+ ]
+ },
+ {
+ "city": "San Francisco",
+ "lat": [
+ 37.5558,
+ 37.9558
+ ],
+ "lon": [
+ -122.6449,
+ -122.2449
+ ]
+ },
+ {
+ "city": "San Diego",
+ "lat": [
+ 32.631299999999996,
+ 33.0313
+ ],
+ "lon": [
+ -117.32220000000001,
+ -116.9222
+ ]
+ },
+ {
+ "city": "Minneapolis",
+ "lat": [
+ 44.7635,
+ 45.163500000000006
+ ],
+ "lon": [
+ -93.4678,
+ -93.06779999999999
+ ]
+ },
+ {
+ "city": "Tampa",
+ "lat": [
+ 27.7945,
+ 28.194499999999998
+ ],
+ "lon": [
+ -82.6447,
+ -82.2447
+ ]
+ },
+ {
+ "city": "Brooklyn",
+ "lat": [
+ 40.4501,
+ 40.850100000000005
+ ],
+ "lon": [
+ -74.1496,
+ -73.7496
+ ]
+ },
+ {
+ "city": "Denver",
+ "lat": [
+ 39.562,
+ 39.962
+ ],
+ "lon": [
+ -105.0758,
+ -104.6758
+ ]
+ },
+ {
+ "city": "Queens",
+ "lat": [
+ 40.5498,
+ 40.9498
+ ],
+ "lon": [
+ -73.9976,
+ -73.5976
+ ]
+ },
+ {
+ "city": "Riverside",
+ "lat": [
+ 33.738099999999996,
+ 34.1381
+ ],
+ "lon": [
+ -117.59490000000001,
+ -117.1949
+ ]
+ },
+ {
+ "city": "Las Vegas",
+ "lat": [
+ 36.0333,
+ 36.4333
+ ],
+ "lon": [
+ -115.4654,
+ -115.0654
+ ]
+ },
+ {
+ "city": "Baltimore",
+ "lat": [
+ 39.1051,
+ 39.505100000000006
+ ],
+ "lon": [
+ -76.8144,
+ -76.4144
+ ]
+ },
+ {
+ "city": "St. Louis",
+ "lat": [
+ 38.4359,
+ 38.8359
+ ],
+ "lon": [
+ -90.4451,
+ -90.04509999999999
+ ]
+ },
+ {
+ "city": "Portland",
+ "lat": [
+ 45.3371,
+ 45.737100000000005
+ ],
+ "lon": [
+ -122.85000000000001,
+ -122.45
+ ]
+ },
+ {
+ "city": "San Antonio",
+ "lat": [
+ 29.2632,
+ 29.6632
+ ],
+ "lon": [
+ -98.7238,
+ -98.32379999999999
+ ]
+ },
+ {
+ "city": "Sacramento",
+ "lat": [
+ 38.3677,
+ 38.767700000000005
+ ],
+ "lon": [
+ -121.66850000000001,
+ -121.2685
+ ]
+ },
+ {
+ "city": "Austin",
+ "lat": [
+ 30.1005,
+ 30.5005
+ ],
+ "lon": [
+ -97.9522,
+ -97.5522
+ ]
+ },
+ {
+ "city": "Orlando",
+ "lat": [
+ 28.2773,
+ 28.6773
+ ],
+ "lon": [
+ -81.537,
+ -81.137
+ ]
+ },
+ {
+ "city": "San Jose",
+ "lat": [
+ 37.1012,
+ 37.501200000000004
+ ],
+ "lon": [
+ -122.048,
+ -121.648
+ ]
+ },
+ {
+ "city": "Indianapolis",
+ "lat": [
+ 39.577099999999994,
+ 39.9771
+ ],
+ "lon": [
+ -86.3458,
+ -85.94579999999999
+ ]
+ },
+ {
+ "city": "Pittsburgh",
+ "lat": [
+ 40.2397,
+ 40.639700000000005
+ ],
+ "lon": [
+ -80.1763,
+ -79.77629999999999
+ ]
+ },
+ {
+ "city": "Cincinnati",
+ "lat": [
+ 38.9413,
+ 39.341300000000004
+ ],
+ "lon": [
+ -84.706,
+ -84.306
+ ]
+ },
+ {
+ "city": "Manhattan",
+ "lat": [
+ 40.5834,
+ 40.9834
+ ],
+ "lon": [
+ -74.1662,
+ -73.7662
+ ]
+ },
+ {
+ "city": "Kansas City",
+ "lat": [
+ 38.9238,
+ 39.323800000000006
+ ],
+ "lon": [
+ -94.75410000000001,
+ -94.3541
+ ]
+ },
+ {
+ "city": "Cleveland",
+ "lat": [
+ 41.276399999999995,
+ 41.6764
+ ],
+ "lon": [
+ -81.8805,
+ -81.48049999999999
+ ]
+ },
+ {
+ "city": "Columbus",
+ "lat": [
+ 39.786199999999994,
+ 40.1862
+ ],
+ "lon": [
+ -83.1855,
+ -82.7855
+ ]
+ },
+ {
+ "city": "Bronx",
+ "lat": [
+ 40.650099999999995,
+ 41.0501
+ ],
+ "lon": [
+ -74.06620000000001,
+ -73.6662
+ ]
+ },
+ {
+ "city": "Charlotte",
+ "lat": [
+ 35.0083,
+ 35.408300000000004
+ ],
+ "lon": [
+ -81.0303,
+ -80.63029999999999
+ ]
+ },
+ {
+ "city": "Virginia Beach",
+ "lat": [
+ 36.5335,
+ 36.9335
+ ],
+ "lon": [
+ -76.2435,
+ -75.84349999999999
+ ]
+ },
+ {
+ "city": "Jacksonville",
+ "lat": [
+ 30.1322,
+ 30.5322
+ ],
+ "lon": [
+ -81.8749,
+ -81.47489999999999
+ ]
+ },
+ {
+ "city": "Milwaukee",
+ "lat": [
+ 42.8642,
+ 43.2642
+ ],
+ "lon": [
+ -88.1675,
+ -87.7675
+ ]
+ },
+ {
+ "city": "Providence",
+ "lat": [
+ 41.623,
+ 42.023
+ ],
+ "lon": [
+ -71.6187,
+ -71.2187
+ ]
+ },
+ {
+ "city": "Nashville",
+ "lat": [
+ 35.9715,
+ 36.371500000000005
+ ],
+ "lon": [
+ -86.9842,
+ -86.5842
+ ]
+ },
+ {
+ "city": "Salt Lake City",
+ "lat": [
+ 40.5776,
+ 40.9776
+ ],
+ "lon": [
+ -112.1311,
+ -111.7311
+ ]
+ },
+ {
+ "city": "Raleigh",
+ "lat": [
+ 35.6324,
+ 36.0324
+ ],
+ "lon": [
+ -78.8429,
+ -78.4429
+ ]
+ },
+ {
+ "city": "Richmond",
+ "lat": [
+ 37.329499999999996,
+ 37.7295
+ ],
+ "lon": [
+ -77.6756,
+ -77.2756
+ ]
+ },
+ {
+ "city": "Memphis",
+ "lat": [
+ 34.908699999999996,
+ 35.3087
+ ],
+ "lon": [
+ -90.1663,
+ -89.7663
+ ]
+ },
+ {
+ "city": "Oklahoma City",
+ "lat": [
+ 35.267599999999995,
+ 35.6676
+ ],
+ "lon": [
+ -97.7136,
+ -97.3136
+ ]
+ },
+ {
+ "city": "Hartford",
+ "lat": [
+ 41.5661,
+ 41.966100000000004
+ ],
+ "lon": [
+ -72.88340000000001,
+ -72.4834
+ ]
+ },
+ {
+ "city": "Louisville",
+ "lat": [
+ 37.9663,
+ 38.3663
+ ],
+ "lon": [
+ -85.8485,
+ -85.4485
+ ]
+ },
+ {
+ "city": "Buffalo",
+ "lat": [
+ 42.7018,
+ 43.101800000000004
+ ],
+ "lon": [
+ -79.0487,
+ -78.64869999999999
+ ]
+ },
+ {
+ "city": "Fort Worth",
+ "lat": [
+ 32.5817,
+ 32.981700000000004
+ ],
+ "lon": [
+ -97.5474,
+ -97.14739999999999
+ ]
+ },
+ {
+ "city": "Bridgeport",
+ "lat": [
+ 40.9918,
+ 41.3918
+ ],
+ "lon": [
+ -73.39540000000001,
+ -72.9954
+ ]
+ },
+ {
+ "city": "New Orleans",
+ "lat": [
+ 29.8687,
+ 30.2687
+ ],
+ "lon": [
+ -90.1288,
+ -89.72879999999999
+ ]
+ },
+ {
+ "city": "Tucson",
+ "lat": [
+ 31.9541,
+ 32.3541
+ ],
+ "lon": [
+ -111.0787,
+ -110.67869999999999
+ ]
+ },
+ {
+ "city": "El Paso",
+ "lat": [
+ 31.6476,
+ 32.0476
+ ],
+ "lon": [
+ -106.63000000000001,
+ -106.23
+ ]
+ },
+ {
+ "city": "Omaha",
+ "lat": [
+ 41.0627,
+ 41.462700000000005
+ ],
+ "lon": [
+ -96.2529,
+ -95.85289999999999
+ ]
+ },
+ {
+ "city": "McAllen",
+ "lat": [
+ 26.0252,
+ 26.4252
+ ],
+ "lon": [
+ -98.4467,
+ -98.0467
+ ]
+ },
+ {
+ "city": "Hempstead",
+ "lat": [
+ 40.4629,
+ 40.8629
+ ],
+ "lon": [
+ -73.80890000000001,
+ -73.4089
+ ]
+ },
+ {
+ "city": "Birmingham",
+ "lat": [
+ 33.3279,
+ 33.727900000000005
+ ],
+ "lon": [
+ -86.9971,
+ -86.5971
+ ]
+ },
+ {
+ "city": "Albuquerque",
+ "lat": [
+ 34.9054,
+ 35.305400000000006
+ ],
+ "lon": [
+ -106.8465,
+ -106.4465
+ ]
+ },
+ {
+ "city": "Tulsa",
+ "lat": [
+ 35.9283,
+ 36.328300000000006
+ ],
+ "lon": [
+ -96.1042,
+ -95.7042
+ ]
+ },
+ {
+ "city": "Charleston",
+ "lat": [
+ 32.6168,
+ 33.0168
+ ],
+ "lon": [
+ -80.1687,
+ -79.7687
+ ]
+ },
+ {
+ "city": "Fresno",
+ "lat": [
+ 36.583,
+ 36.983000000000004
+ ],
+ "lon": [
+ -119.9939,
+ -119.59389999999999
+ ]
+ },
+ {
+ "city": "Rochester",
+ "lat": [
+ 42.967999999999996,
+ 43.368
+ ],
+ "lon": [
+ -77.81620000000001,
+ -77.4162
+ ]
+ },
+ {
+ "city": "Dayton",
+ "lat": [
+ 39.5805,
+ 39.980500000000006
+ ],
+ "lon": [
+ -84.4003,
+ -84.0003
+ ]
+ },
+ {
+ "city": "Cape Coral",
+ "lat": [
+ 26.444300000000002,
+ 26.8443
+ ],
+ "lon": [
+ -82.1957,
+ -81.7957
+ ]
+ },
+ {
+ "city": "Provo",
+ "lat": [
+ 40.0457,
+ 40.4457
+ ],
+ "lon": [
+ -111.84570000000001,
+ -111.4457
+ ]
+ },
+ {
+ "city": "Colorado Springs",
+ "lat": [
+ 38.6674,
+ 39.067400000000006
+ ],
+ "lon": [
+ -104.9605,
+ -104.56049999999999
+ ]
+ },
+ {
+ "city": "Mission Viejo",
+ "lat": [
+ 33.4096,
+ 33.8096
+ ],
+ "lon": [
+ -117.85510000000001,
+ -117.4551
+ ]
+ },
+ {
+ "city": "Allentown",
+ "lat": [
+ 40.3961,
+ 40.7961
+ ],
+ "lon": [
+ -75.6756,
+ -75.2756
+ ]
+ },
+ {
+ "city": "Baton Rouge",
+ "lat": [
+ 30.242,
+ 30.642
+ ],
+ "lon": [
+ -91.3311,
+ -90.9311
+ ]
+ },
+ {
+ "city": "Ogden",
+ "lat": [
+ 41.027899999999995,
+ 41.4279
+ ],
+ "lon": [
+ -112.1682,
+ -111.7682
+ ]
+ },
+ {
+ "city": "Knoxville",
+ "lat": [
+ 35.7692,
+ 36.169200000000004
+ ],
+ "lon": [
+ -84.1496,
+ -83.7496
+ ]
+ },
+ {
+ "city": "Grand Rapids",
+ "lat": [
+ 42.7619,
+ 43.1619
+ ],
+ "lon": [
+ -85.8562,
+ -85.4562
+ ]
+ },
+ {
+ "city": "Columbia",
+ "lat": [
+ 33.837799999999994,
+ 34.2378
+ ],
+ "lon": [
+ -81.1036,
+ -80.7036
+ ]
+ },
+ {
+ "city": "Albany",
+ "lat": [
+ 42.4664,
+ 42.866400000000006
+ ],
+ "lon": [
+ -73.9987,
+ -73.5987
+ ]
+ },
+ {
+ "city": "Bakersfield",
+ "lat": [
+ 35.152899999999995,
+ 35.5529
+ ],
+ "lon": [
+ -119.2359,
+ -118.8359
+ ]
+ },
+ {
+ "city": "New Haven",
+ "lat": [
+ 41.1113,
+ 41.511300000000006
+ ],
+ "lon": [
+ -73.1246,
+ -72.7246
+ ]
+ },
+ {
+ "city": "Des Moines",
+ "lat": [
+ 41.372499999999995,
+ 41.7725
+ ],
+ "lon": [
+ -93.8105,
+ -93.4105
+ ]
+ },
+ {
+ "city": "Palm Bay",
+ "lat": [
+ 27.7631,
+ 28.1631
+ ],
+ "lon": [
+ -80.8593,
+ -80.4593
+ ]
+ },
+ {
+ "city": "Akron",
+ "lat": [
+ 40.879799999999996,
+ 41.2798
+ ],
+ "lon": [
+ -81.7219,
+ -81.3219
+ ]
+ },
+ {
+ "city": "Concord",
+ "lat": [
+ 37.7722,
+ 38.172200000000004
+ ],
+ "lon": [
+ -122.2016,
+ -121.8016
+ ]
+ },
+ {
+ "city": "Mesa",
+ "lat": [
+ 33.201499999999996,
+ 33.6015
+ ],
+ "lon": [
+ -111.9178,
+ -111.5178
+ ]
+ },
+ {
+ "city": "Wichita",
+ "lat": [
+ 37.4895,
+ 37.889500000000005
+ ],
+ "lon": [
+ -97.5443,
+ -97.1443
+ ]
+ },
+ {
+ "city": "Harrisburg",
+ "lat": [
+ 40.075199999999995,
+ 40.4752
+ ],
+ "lon": [
+ -77.0843,
+ -76.6843
+ ]
+ },
+ {
+ "city": "Staten Island",
+ "lat": [
+ 40.383399999999995,
+ 40.7834
+ ],
+ "lon": [
+ -74.34960000000001,
+ -73.9496
+ ]
+ },
+ {
+ "city": "Toledo",
+ "lat": [
+ 41.4638,
+ 41.863800000000005
+ ],
+ "lon": [
+ -83.7827,
+ -83.3827
+ ]
+ },
+ {
+ "city": "Brookhaven",
+ "lat": [
+ 40.632,
+ 41.032000000000004
+ ],
+ "lon": [
+ -73.1517,
+ -72.7517
+ ]
+ },
+ {
+ "city": "Worcester",
+ "lat": [
+ 42.070499999999996,
+ 42.4705
+ ],
+ "lon": [
+ -72.0079,
+ -71.6079
+ ]
+ },
+ {
+ "city": "Port St. Lucie",
+ "lat": [
+ 27.0796,
+ 27.479599999999998
+ ],
+ "lon": [
+ -80.58840000000001,
+ -80.1884
+ ]
+ },
+ {
+ "city": "Little Rock",
+ "lat": [
+ 34.5256,
+ 34.9256
+ ],
+ "lon": [
+ -92.5577,
+ -92.15769999999999
+ ]
+ },
+ {
+ "city": "Madison",
+ "lat": [
+ 42.8822,
+ 43.2822
+ ],
+ "lon": [
+ -89.593,
+ -89.193
+ ]
+ },
+ {
+ "city": "Spokane",
+ "lat": [
+ 47.467099999999995,
+ 47.8671
+ ],
+ "lon": [
+ -117.63300000000001,
+ -117.233
+ ]
+ },
+ {
+ "city": "Long Beach",
+ "lat": [
+ 33.597699999999996,
+ 33.9977
+ ],
+ "lon": [
+ -118.367,
+ -117.967
+ ]
+ },
+ {
+ "city": "Denton",
+ "lat": [
+ 33.0175,
+ 33.417500000000004
+ ],
+ "lon": [
+ -97.3418,
+ -96.9418
+ ]
+ },
+ {
+ "city": "Reno",
+ "lat": [
+ 39.3497,
+ 39.749700000000004
+ ],
+ "lon": [
+ -120.0483,
+ -119.64829999999999
+ ]
+ },
+ {
+ "city": "Boise",
+ "lat": [
+ 43.400499999999994,
+ 43.8005
+ ],
+ "lon": [
+ -116.4308,
+ -116.0308
+ ]
+ },
+ {
+ "city": "Bonita Springs",
+ "lat": [
+ 26.1558,
+ 26.555799999999998
+ ],
+ "lon": [
+ -81.9859,
+ -81.5859
+ ]
+ },
+ {
+ "city": "Kissimmee",
+ "lat": [
+ 28.1041,
+ 28.504099999999998
+ ],
+ "lon": [
+ -81.6169,
+ -81.2169
+ ]
+ },
+ {
+ "city": "Augusta",
+ "lat": [
+ 33.1645,
+ 33.5645
+ ],
+ "lon": [
+ -82.27080000000001,
+ -81.8708
+ ]
+ },
+ {
+ "city": "Springfield",
+ "lat": [
+ 41.915499999999994,
+ 42.3155
+ ],
+ "lon": [
+ -72.7395,
+ -72.3395
+ ]
+ },
+ {
+ "city": "Oakland",
+ "lat": [
+ 37.590399999999995,
+ 37.9904
+ ],
+ "lon": [
+ -122.4166,
+ -122.0166
+ ]
+ },
+ {
+ "city": "Winston-Salem",
+ "lat": [
+ 35.902899999999995,
+ 36.3029
+ ],
+ "lon": [
+ -80.461,
+ -80.06099999999999
+ ]
+ },
+ {
+ "city": "Stockton",
+ "lat": [
+ 37.7765,
+ 38.176500000000004
+ ],
+ "lon": [
+ -121.5109,
+ -121.1109
+ ]
+ },
+ {
+ "city": "Durham",
+ "lat": [
+ 35.779199999999996,
+ 36.1792
+ ],
+ "lon": [
+ -79.1022,
+ -78.70219999999999
+ ]
+ },
+ {
+ "city": "Chattanooga",
+ "lat": [
+ 34.866,
+ 35.266000000000005
+ ],
+ "lon": [
+ -85.4481,
+ -85.04809999999999
+ ]
+ },
+ {
+ "city": "Greenville",
+ "lat": [
+ 34.6354,
+ 35.0354
+ ],
+ "lon": [
+ -82.5646,
+ -82.1646
+ ]
+ },
+ {
+ "city": "Lancaster",
+ "lat": [
+ 39.842,
+ 40.242000000000004
+ ],
+ "lon": [
+ -76.5012,
+ -76.10119999999999
+ ]
+ },
+ {
+ "city": "Syracuse",
+ "lat": [
+ 42.8407,
+ 43.240700000000004
+ ],
+ "lon": [
+ -76.3437,
+ -75.94369999999999
+ ]
+ },
+ {
+ "city": "Fayetteville",
+ "lat": [
+ 35.871399999999994,
+ 36.2714
+ ],
+ "lon": [
+ -94.3661,
+ -93.9661
+ ]
+ },
+ {
+ "city": "Pensacola",
+ "lat": [
+ 30.2413,
+ 30.641299999999998
+ ],
+ "lon": [
+ -87.39110000000001,
+ -86.9911
+ ]
+ },
+ {
+ "city": "Arlington",
+ "lat": [
+ 32.4998,
+ 32.899800000000006
+ ],
+ "lon": [
+ -97.325,
+ -96.925
+ ]
+ },
+ {
+ "city": "Aurora",
+ "lat": [
+ 39.5083,
+ 39.908300000000004
+ ],
+ "lon": [
+ -104.9237,
+ -104.52369999999999
+ ]
+ },
+ {
+ "city": "Scranton",
+ "lat": [
+ 41.2044,
+ 41.604400000000005
+ ],
+ "lon": [
+ -75.8649,
+ -75.4649
+ ]
+ },
+ {
+ "city": "Oxnard",
+ "lat": [
+ 33.996399999999994,
+ 34.3964
+ ],
+ "lon": [
+ -119.3815,
+ -118.9815
+ ]
+ },
+ {
+ "city": "Indio",
+ "lat": [
+ 33.5346,
+ 33.9346
+ ],
+ "lon": [
+ -116.4346,
+ -116.0346
+ ]
+ },
+ {
+ "city": "Victorville",
+ "lat": [
+ 34.3277,
+ 34.727700000000006
+ ],
+ "lon": [
+ -117.5536,
+ -117.1536
+ ]
+ },
+ {
+ "city": "Trenton",
+ "lat": [
+ 40.0237,
+ 40.423700000000004
+ ],
+ "lon": [
+ -74.9641,
+ -74.5641
+ ]
+ },
+ {
+ "city": "Huntsville",
+ "lat": [
+ 34.498099999999994,
+ 34.8981
+ ],
+ "lon": [
+ -86.8412,
+ -86.4412
+ ]
+ },
+ {
+ "city": "Modesto",
+ "lat": [
+ 37.4375,
+ 37.837500000000006
+ ],
+ "lon": [
+ -121.2028,
+ -120.80279999999999
+ ]
+ },
+ {
+ "city": "Honolulu",
+ "lat": [
+ 21.1294,
+ 21.5294
+ ],
+ "lon": [
+ -158.046,
+ -157.64600000000002
+ ]
+ },
+ {
+ "city": "Greensboro",
+ "lat": [
+ 35.895599999999995,
+ 36.2956
+ ],
+ "lon": [
+ -80.0271,
+ -79.6271
+ ]
+ },
+ {
+ "city": "Fort Wayne",
+ "lat": [
+ 40.888799999999996,
+ 41.2888
+ ],
+ "lon": [
+ -85.34360000000001,
+ -84.9436
+ ]
+ },
+ {
+ "city": "Anaheim",
+ "lat": [
+ 33.638999999999996,
+ 34.039
+ ],
+ "lon": [
+ -118.0574,
+ -117.6574
+ ]
+ },
+ {
+ "city": "Corpus Christi",
+ "lat": [
+ 27.5254,
+ 27.9254
+ ],
+ "lon": [
+ -97.5767,
+ -97.1767
+ ]
+ },
+ {
+ "city": "Fort Collins",
+ "lat": [
+ 40.347699999999996,
+ 40.7477
+ ],
+ "lon": [
+ -105.2656,
+ -104.8656
+ ]
+ },
+ {
+ "city": "Islip",
+ "lat": [
+ 40.5385,
+ 40.938500000000005
+ ],
+ "lon": [
+ -73.3888,
+ -72.9888
+ ]
+ },
+ {
+ "city": "Antioch",
+ "lat": [
+ 37.7787,
+ 38.178700000000006
+ ],
+ "lon": [
+ -121.99600000000001,
+ -121.596
+ ]
+ },
+ {
+ "city": "Jackson",
+ "lat": [
+ 32.1157,
+ 32.5157
+ ],
+ "lon": [
+ -90.41250000000001,
+ -90.0125
+ ]
+ },
+ {
+ "city": "Fayetteville",
+ "lat": [
+ 34.885,
+ 35.285000000000004
+ ],
+ "lon": [
+ -79.1772,
+ -78.7772
+ ]
+ },
+ {
+ "city": "Myrtle Beach",
+ "lat": [
+ 33.5094,
+ 33.909400000000005
+ ],
+ "lon": [
+ -79.0844,
+ -78.6844
+ ]
+ },
+ {
+ "city": "Henderson",
+ "lat": [
+ 35.8133,
+ 36.213300000000004
+ ],
+ "lon": [
+ -115.2381,
+ -114.8381
+ ]
+ },
+ {
+ "city": "Mobile",
+ "lat": [
+ 30.4782,
+ 30.8782
+ ],
+ "lon": [
+ -88.31620000000001,
+ -87.9162
+ ]
+ },
+ {
+ "city": "Lexington",
+ "lat": [
+ 37.842299999999994,
+ 38.2423
+ ],
+ "lon": [
+ -84.6587,
+ -84.25869999999999
+ ]
+ },
+ {
+ "city": "Lansing",
+ "lat": [
+ 42.514199999999995,
+ 42.9142
+ ],
+ "lon": [
+ -84.76010000000001,
+ -84.3601
+ ]
+ },
+ {
+ "city": "Savannah",
+ "lat": [
+ 31.828599999999998,
+ 32.2286
+ ],
+ "lon": [
+ -81.38210000000001,
+ -80.9821
+ ]
+ },
+ {
+ "city": "Youngstown",
+ "lat": [
+ 40.8993,
+ 41.2993
+ ],
+ "lon": [
+ -80.8463,
+ -80.4463
+ ]
+ },
+ {
+ "city": "Ann Arbor",
+ "lat": [
+ 42.0759,
+ 42.4759
+ ],
+ "lon": [
+ -83.931,
+ -83.53099999999999
+ ]
+ },
+ {
+ "city": "Santa Ana",
+ "lat": [
+ 33.536699999999996,
+ 33.9367
+ ],
+ "lon": [
+ -118.0819,
+ -117.6819
+ ]
+ },
+ {
+ "city": "Irvine",
+ "lat": [
+ 33.477199999999996,
+ 33.8772
+ ],
+ "lon": [
+ -117.9738,
+ -117.57379999999999
+ ]
+ },
+ {
+ "city": "St. Paul",
+ "lat": [
+ 44.7478,
+ 45.147800000000004
+ ],
+ "lon": [
+ -93.3039,
+ -92.9039
+ ]
+ },
+ {
+ "city": "Poughkeepsie",
+ "lat": [
+ 41.495,
+ 41.895
+ ],
+ "lon": [
+ -74.1211,
+ -73.72109999999999
+ ]
+ },
+ {
+ "city": "Newark",
+ "lat": [
+ 40.524499999999996,
+ 40.9245
+ ],
+ "lon": [
+ -74.3725,
+ -73.9725
+ ]
+ },
+ {
+ "city": "Santa Rosa",
+ "lat": [
+ 38.245799999999996,
+ 38.6458
+ ],
+ "lon": [
+ -122.9067,
+ -122.5067
+ ]
+ },
+ {
+ "city": "Oyster Bay",
+ "lat": [
+ 40.584599999999995,
+ 40.9846
+ ],
+ "lon": [
+ -73.714,
+ -73.314
+ ]
+ },
+ {
+ "city": "Concord",
+ "lat": [
+ 35.1933,
+ 35.593300000000006
+ ],
+ "lon": [
+ -80.8369,
+ -80.4369
+ ]
+ },
+ {
+ "city": "Winter Haven",
+ "lat": [
+ 27.8118,
+ 28.2118
+ ],
+ "lon": [
+ -81.90140000000001,
+ -81.5014
+ ]
+ },
+ {
+ "city": "Asheville",
+ "lat": [
+ 35.3707,
+ 35.770700000000005
+ ],
+ "lon": [
+ -82.75370000000001,
+ -82.3537
+ ]
+ },
+ {
+ "city": "Canton",
+ "lat": [
+ 40.6078,
+ 41.0078
+ ],
+ "lon": [
+ -81.5676,
+ -81.1676
+ ]
+ },
+ {
+ "city": "Lincoln",
+ "lat": [
+ 40.609899999999996,
+ 41.0099
+ ],
+ "lon": [
+ -96.8784,
+ -96.4784
+ ]
+ },
+ {
+ "city": "Flint",
+ "lat": [
+ 42.8236,
+ 43.223600000000005
+ ],
+ "lon": [
+ -83.8921,
+ -83.4921
+ ]
+ },
+ {
+ "city": "Lakeland",
+ "lat": [
+ 27.855700000000002,
+ 28.2557
+ ],
+ "lon": [
+ -82.1545,
+ -81.7545
+ ]
+ },
+ {
+ "city": "Jersey City",
+ "lat": [
+ 40.5184,
+ 40.918400000000005
+ ],
+ "lon": [
+ -74.2686,
+ -73.8686
+ ]
+ },
+ {
+ "city": "Anchorage",
+ "lat": [
+ 60.950799999999994,
+ 61.3508
+ ],
+ "lon": [
+ -149.3091,
+ -148.90910000000002
+ ]
+ },
+ {
+ "city": "Springfield",
+ "lat": [
+ 36.994299999999996,
+ 37.3943
+ ],
+ "lon": [
+ -93.4916,
+ -93.0916
+ ]
+ },
+ {
+ "city": "Plano",
+ "lat": [
+ 32.850199999999994,
+ 33.2502
+ ],
+ "lon": [
+ -96.9486,
+ -96.5486
+ ]
+ },
+ {
+ "city": "Lubbock",
+ "lat": [
+ 33.3657,
+ 33.7657
+ ],
+ "lon": [
+ -102.0879,
+ -101.6879
+ ]
+ },
+ {
+ "city": "Davenport",
+ "lat": [
+ 41.3565,
+ 41.7565
+ ],
+ "lon": [
+ -90.8053,
+ -90.4053
+ ]
+ },
+ {
+ "city": "Reading",
+ "lat": [
+ 40.14,
+ 40.540000000000006
+ ],
+ "lon": [
+ -76.1267,
+ -75.7267
+ ]
+ },
+ {
+ "city": "Shreveport",
+ "lat": [
+ 32.265299999999996,
+ 32.6653
+ ],
+ "lon": [
+ -93.9955,
+ -93.5955
+ ]
+ },
+ {
+ "city": "Chandler",
+ "lat": [
+ 33.082499999999996,
+ 33.4825
+ ],
+ "lon": [
+ -112.0514,
+ -111.6514
+ ]
+ },
+ {
+ "city": "South Bend",
+ "lat": [
+ 41.476699999999994,
+ 41.8767
+ ],
+ "lon": [
+ -86.4696,
+ -86.0696
+ ]
+ },
+ {
+ "city": "Wilmington",
+ "lat": [
+ 34.009899999999995,
+ 34.4099
+ ],
+ "lon": [
+ -78.0866,
+ -77.6866
+ ]
+ },
+ {
+ "city": "Chula Vista",
+ "lat": [
+ 32.4281,
+ 32.828100000000006
+ ],
+ "lon": [
+ -117.2144,
+ -116.81439999999999
+ ]
+ },
+ {
+ "city": "Rockford",
+ "lat": [
+ 42.059599999999996,
+ 42.4596
+ ],
+ "lon": [
+ -89.264,
+ -88.86399999999999
+ ]
+ },
+ {
+ "city": "Eugene",
+ "lat": [
+ 43.856399999999994,
+ 44.2564
+ ],
+ "lon": [
+ -123.3174,
+ -122.9174
+ ]
+ },
+ {
+ "city": "Salem",
+ "lat": [
+ 44.723299999999995,
+ 45.1233
+ ],
+ "lon": [
+ -123.2244,
+ -122.8244
+ ]
+ },
+ {
+ "city": "Gilbert",
+ "lat": [
+ 33.11,
+ 33.510000000000005
+ ],
+ "lon": [
+ -111.94630000000001,
+ -111.5463
+ ]
+ },
+ {
+ "city": "North Las Vegas",
+ "lat": [
+ 36.0883,
+ 36.4883
+ ],
+ "lon": [
+ -115.28880000000001,
+ -114.8888
+ ]
+ },
+ {
+ "city": "Santa Clarita",
+ "lat": [
+ 34.217499999999994,
+ 34.6175
+ ],
+ "lon": [
+ -118.6964,
+ -118.29639999999999
+ ]
+ },
+ {
+ "city": "Peoria",
+ "lat": [
+ 40.552,
+ 40.952000000000005
+ ],
+ "lon": [
+ -89.8154,
+ -89.41539999999999
+ ]
+ },
+ {
+ "city": "Tallahassee",
+ "lat": [
+ 30.255100000000002,
+ 30.6551
+ ],
+ "lon": [
+ -84.45270000000001,
+ -84.0527
+ ]
+ },
+ {
+ "city": "Killeen",
+ "lat": [
+ 30.8753,
+ 31.275299999999998
+ ],
+ "lon": [
+ -97.9297,
+ -97.52969999999999
+ ]
+ },
+ {
+ "city": "St. Petersburg",
+ "lat": [
+ 27.5931,
+ 27.9931
+ ],
+ "lon": [
+ -82.8652,
+ -82.4652
+ ]
+ },
+ {
+ "city": "Kennewick",
+ "lat": [
+ 45.9978,
+ 46.397800000000004
+ ],
+ "lon": [
+ -119.3732,
+ -118.97319999999999
+ ]
+ },
+ {
+ "city": "Columbus",
+ "lat": [
+ 32.309999999999995,
+ 32.71
+ ],
+ "lon": [
+ -85.0771,
+ -84.6771
+ ]
+ },
+ {
+ "city": "Laredo",
+ "lat": [
+ 27.3625,
+ 27.7625
+ ],
+ "lon": [
+ -99.6874,
+ -99.28739999999999
+ ]
+ },
+ {
+ "city": "Irving",
+ "lat": [
+ 32.6583,
+ 33.0583
+ ],
+ "lon": [
+ -97.17020000000001,
+ -96.7702
+ ]
+ },
+ {
+ "city": "Round Lake Beach",
+ "lat": [
+ 42.1791,
+ 42.579100000000004
+ ],
+ "lon": [
+ -88.28110000000001,
+ -87.8811
+ ]
+ },
+ {
+ "city": "Montgomery",
+ "lat": [
+ 32.148199999999996,
+ 32.5482
+ ],
+ "lon": [
+ -86.4668,
+ -86.0668
+ ]
+ },
+ {
+ "city": "Chesapeake",
+ "lat": [
+ 36.477799999999995,
+ 36.8778
+ ],
+ "lon": [
+ -76.5023,
+ -76.1023
+ ]
+ },
+ {
+ "city": "Glendale",
+ "lat": [
+ 33.379099999999994,
+ 33.7791
+ ],
+ "lon": [
+ -112.4311,
+ -112.0311
+ ]
+ },
+ {
+ "city": "Nashua",
+ "lat": [
+ 42.549099999999996,
+ 42.9491
+ ],
+ "lon": [
+ -71.691,
+ -71.291
+ ]
+ },
+ {
+ "city": "York",
+ "lat": [
+ 39.7651,
+ 40.1651
+ ],
+ "lon": [
+ -76.9315,
+ -76.5315
+ ]
+ },
+ {
+ "city": "Garland",
+ "lat": [
+ 32.709999999999994,
+ 33.11
+ ],
+ "lon": [
+ -96.8304,
+ -96.43039999999999
+ ]
+ },
+ {
+ "city": "Rock Hill",
+ "lat": [
+ 34.741499999999995,
+ 35.1415
+ ],
+ "lon": [
+ -81.2241,
+ -80.8241
+ ]
+ },
+ {
+ "city": "Scottsdale",
+ "lat": [
+ 33.487199999999994,
+ 33.8872
+ ],
+ "lon": [
+ -112.0651,
+ -111.6651
+ ]
+ },
+ {
+ "city": "North Hempstead",
+ "lat": [
+ 40.5912,
+ 40.991200000000006
+ ],
+ "lon": [
+ -73.86880000000001,
+ -73.4688
+ ]
+ },
+ {
+ "city": "Arlington",
+ "lat": [
+ 38.678599999999996,
+ 39.0786
+ ],
+ "lon": [
+ -77.3011,
+ -76.9011
+ ]
+ },
+ {
+ "city": "Norfolk",
+ "lat": [
+ 36.6945,
+ 37.094500000000004
+ ],
+ "lon": [
+ -76.459,
+ -76.059
+ ]
+ },
+ {
+ "city": "Appleton",
+ "lat": [
+ 44.077999999999996,
+ 44.478
+ ],
+ "lon": [
+ -88.5892,
+ -88.1892
+ ]
+ },
+ {
+ "city": "Enterprise",
+ "lat": [
+ 35.809099999999994,
+ 36.2091
+ ],
+ "lon": [
+ -115.4278,
+ -115.0278
+ ]
+ },
+ {
+ "city": "Gulfport",
+ "lat": [
+ 30.2274,
+ 30.627399999999998
+ ],
+ "lon": [
+ -89.27040000000001,
+ -88.8704
+ ]
+ },
+ {
+ "city": "Lafayette",
+ "lat": [
+ 30.008200000000002,
+ 30.4082
+ ],
+ "lon": [
+ -92.2325,
+ -91.8325
+ ]
+ },
+ {
+ "city": "Bremerton",
+ "lat": [
+ 47.343599999999995,
+ 47.7436
+ ],
+ "lon": [
+ -122.91210000000001,
+ -122.5121
+ ]
+ },
+ {
+ "city": "Fremont",
+ "lat": [
+ 37.326499999999996,
+ 37.7265
+ ],
+ "lon": [
+ -122.18430000000001,
+ -121.7843
+ ]
+ },
+ {
+ "city": "Green Bay",
+ "lat": [
+ 44.3148,
+ 44.714800000000004
+ ],
+ "lon": [
+ -88.18950000000001,
+ -87.7895
+ ]
+ },
+ {
+ "city": "Fargo",
+ "lat": [
+ 46.665099999999995,
+ 47.0651
+ ],
+ "lon": [
+ -97.0292,
+ -96.6292
+ ]
+ },
+ {
+ "city": "Deltona",
+ "lat": [
+ 28.705000000000002,
+ 29.105
+ ],
+ "lon": [
+ -81.4137,
+ -81.0137
+ ]
+ },
+ {
+ "city": "Brownsville",
+ "lat": [
+ 25.7975,
+ 26.197499999999998
+ ],
+ "lon": [
+ -97.658,
+ -97.258
+ ]
+ },
+ {
+ "city": "Hialeah",
+ "lat": [
+ 25.6696,
+ 26.069599999999998
+ ],
+ "lon": [
+ -80.50450000000001,
+ -80.1045
+ ]
+ },
+ {
+ "city": "San Bernardino",
+ "lat": [
+ 33.941599999999994,
+ 34.3416
+ ],
+ "lon": [
+ -117.49430000000001,
+ -117.0943
+ ]
+ },
+ {
+ "city": "Tacoma",
+ "lat": [
+ 47.043099999999995,
+ 47.4431
+ ],
+ "lon": [
+ -122.65310000000001,
+ -122.2531
+ ]
+ },
+ {
+ "city": "Gainesville",
+ "lat": [
+ 29.4804,
+ 29.880399999999998
+ ],
+ "lon": [
+ -82.5459,
+ -82.1459
+ ]
+ },
+ {
+ "city": "Spring Valley",
+ "lat": [
+ 35.895199999999996,
+ 36.2952
+ ],
+ "lon": [
+ -115.4636,
+ -115.0636
+ ]
+ },
+ {
+ "city": "Clarksville",
+ "lat": [
+ 36.3692,
+ 36.769200000000005
+ ],
+ "lon": [
+ -87.5413,
+ -87.1413
+ ]
+ },
+ {
+ "city": "Babylon",
+ "lat": [
+ 40.4925,
+ 40.892500000000005
+ ],
+ "lon": [
+ -73.5586,
+ -73.15859999999999
+ ]
+ },
+ {
+ "city": "College Station",
+ "lat": [
+ 30.3852,
+ 30.7852
+ ],
+ "lon": [
+ -96.4959,
+ -96.0959
+ ]
+ },
+ {
+ "city": "Olympia",
+ "lat": [
+ 46.841699999999996,
+ 47.2417
+ ],
+ "lon": [
+ -123.0959,
+ -122.6959
+ ]
+ },
+ {
+ "city": "Roanoke",
+ "lat": [
+ 37.0785,
+ 37.478500000000004
+ ],
+ "lon": [
+ -80.1581,
+ -79.7581
+ ]
+ },
+ {
+ "city": "Portland",
+ "lat": [
+ 43.4773,
+ 43.877300000000005
+ ],
+ "lon": [
+ -70.4715,
+ -70.0715
+ ]
+ },
+ {
+ "city": "Fontana",
+ "lat": [
+ 33.8968,
+ 34.296800000000005
+ ],
+ "lon": [
+ -117.65990000000001,
+ -117.2599
+ ]
+ },
+ {
+ "city": "Spartanburg",
+ "lat": [
+ 34.7442,
+ 35.144200000000005
+ ],
+ "lon": [
+ -82.1251,
+ -81.7251
+ ]
+ },
+ {
+ "city": "Moreno Valley",
+ "lat": [
+ 33.724399999999996,
+ 34.1244
+ ],
+ "lon": [
+ -117.4045,
+ -117.0045
+ ]
+ },
+ {
+ "city": "Frisco",
+ "lat": [
+ 32.955999999999996,
+ 33.356
+ ],
+ "lon": [
+ -97.0216,
+ -96.6216
+ ]
+ },
+ {
+ "city": "Yonkers",
+ "lat": [
+ 40.746599999999994,
+ 41.1466
+ ],
+ "lon": [
+ -74.0673,
+ -73.6673
+ ]
+ },
+ {
+ "city": "Thousand Oaks",
+ "lat": [
+ 33.9914,
+ 34.391400000000004
+ ],
+ "lon": [
+ -119.07560000000001,
+ -118.6756
+ ]
+ },
+ {
+ "city": "Sioux Falls",
+ "lat": [
+ 43.3396,
+ 43.7396
+ ],
+ "lon": [
+ -96.9311,
+ -96.5311
+ ]
+ },
+ {
+ "city": "Hagerstown",
+ "lat": [
+ 39.440099999999994,
+ 39.8401
+ ],
+ "lon": [
+ -77.9217,
+ -77.5217
+ ]
+ },
+ {
+ "city": "Evansville",
+ "lat": [
+ 37.7881,
+ 38.188100000000006
+ ],
+ "lon": [
+ -87.7341,
+ -87.33409999999999
+ ]
+ },
+ {
+ "city": "Amarillo",
+ "lat": [
+ 34.9984,
+ 35.3984
+ ],
+ "lon": [
+ -102.0316,
+ -101.63159999999999
+ ]
+ },
+ {
+ "city": "Kalamazoo",
+ "lat": [
+ 42.0749,
+ 42.474900000000005
+ ],
+ "lon": [
+ -85.7882,
+ -85.3882
+ ]
+ },
+ {
+ "city": "Lorain",
+ "lat": [
+ 41.240899999999996,
+ 41.6409
+ ],
+ "lon": [
+ -82.384,
+ -81.984
+ ]
+ },
+ {
+ "city": "Huntington",
+ "lat": [
+ 40.6521,
+ 41.0521
+ ],
+ "lon": [
+ -73.5823,
+ -73.1823
+ ]
+ },
+ {
+ "city": "Galveston",
+ "lat": [
+ 29.0484,
+ 29.4484
+ ],
+ "lon": [
+ -95.0913,
+ -94.6913
+ ]
+ },
+ {
+ "city": "McKinney",
+ "lat": [
+ 33.001599999999996,
+ 33.4016
+ ],
+ "lon": [
+ -96.867,
+ -96.467
+ ]
+ },
+ {
+ "city": "Huntington",
+ "lat": [
+ 38.210899999999995,
+ 38.6109
+ ],
+ "lon": [
+ -82.6345,
+ -82.2345
+ ]
+ },
+ {
+ "city": "Nampa",
+ "lat": [
+ 43.3844,
+ 43.784400000000005
+ ],
+ "lon": [
+ -116.7638,
+ -116.3638
+ ]
+ },
+ {
+ "city": "Hickory",
+ "lat": [
+ 35.541,
+ 35.941
+ ],
+ "lon": [
+ -81.5223,
+ -81.1223
+ ]
+ },
+ {
+ "city": "Waterbury",
+ "lat": [
+ 41.3582,
+ 41.7582
+ ],
+ "lon": [
+ -73.23610000000001,
+ -72.8361
+ ]
+ },
+ {
+ "city": "Sunrise Manor",
+ "lat": [
+ 35.9783,
+ 36.3783
+ ],
+ "lon": [
+ -115.2487,
+ -114.8487
+ ]
+ },
+ {
+ "city": "Grand Prairie",
+ "lat": [
+ 32.4871,
+ 32.887100000000004
+ ],
+ "lon": [
+ -97.2208,
+ -96.82079999999999
+ ]
+ },
+ {
+ "city": "Ocala",
+ "lat": [
+ 28.978,
+ 29.378
+ ],
+ "lon": [
+ -82.3511,
+ -81.9511
+ ]
+ },
+ {
+ "city": "Waco",
+ "lat": [
+ 31.3599,
+ 31.7599
+ ],
+ "lon": [
+ -97.3882,
+ -96.98819999999999
+ ]
+ },
+ {
+ "city": "Overland Park",
+ "lat": [
+ 38.687,
+ 39.087
+ ],
+ "lon": [
+ -94.887,
+ -94.487
+ ]
+ },
+ {
+ "city": "Frederick",
+ "lat": [
+ 39.2337,
+ 39.633700000000005
+ ],
+ "lon": [
+ -77.61410000000001,
+ -77.2141
+ ]
+ },
+ {
+ "city": "Huntington Beach",
+ "lat": [
+ 33.495999999999995,
+ 33.896
+ ],
+ "lon": [
+ -118.2018,
+ -117.8018
+ ]
+ },
+ {
+ "city": "Santa Barbara",
+ "lat": [
+ 34.2285,
+ 34.6285
+ ],
+ "lon": [
+ -119.92020000000001,
+ -119.5202
+ ]
+ },
+ {
+ "city": "Peoria",
+ "lat": [
+ 33.5843,
+ 33.984300000000005
+ ],
+ "lon": [
+ -112.4989,
+ -112.0989
+ ]
+ },
+ {
+ "city": "Cedar Rapids",
+ "lat": [
+ 41.7662,
+ 42.1662
+ ],
+ "lon": [
+ -91.8783,
+ -91.47829999999999
+ ]
+ },
+ {
+ "city": "Vancouver",
+ "lat": [
+ 45.4366,
+ 45.836600000000004
+ ],
+ "lon": [
+ -122.7967,
+ -122.3967
+ ]
+ },
+ {
+ "city": "Glendale",
+ "lat": [
+ 33.981899999999996,
+ 34.3819
+ ],
+ "lon": [
+ -118.4468,
+ -118.04679999999999
+ ]
+ },
+ {
+ "city": "Gastonia",
+ "lat": [
+ 35.0494,
+ 35.449400000000004
+ ],
+ "lon": [
+ -81.3854,
+ -80.9854
+ ]
+ },
+ {
+ "city": "Spring Hill",
+ "lat": [
+ 28.2798,
+ 28.6798
+ ],
+ "lon": [
+ -82.73,
+ -82.33
+ ]
+ },
+ {
+ "city": "Murfreesboro",
+ "lat": [
+ 35.648999999999994,
+ 36.049
+ ],
+ "lon": [
+ -86.6121,
+ -86.21209999999999
+ ]
+ },
+ {
+ "city": "Tempe",
+ "lat": [
+ 33.1881,
+ 33.588100000000004
+ ],
+ "lon": [
+ -112.1319,
+ -111.7319
+ ]
+ },
+ {
+ "city": "Paradise",
+ "lat": [
+ 35.8872,
+ 36.287200000000006
+ ],
+ "lon": [
+ -115.3355,
+ -114.93549999999999
+ ]
+ },
+ {
+ "city": "Newport News",
+ "lat": [
+ 36.9051,
+ 37.3051
+ ],
+ "lon": [
+ -76.7185,
+ -76.3185
+ ]
+ },
+ {
+ "city": "Erie",
+ "lat": [
+ 41.9167,
+ 42.316700000000004
+ ],
+ "lon": [
+ -80.2733,
+ -79.8733
+ ]
+ },
+ {
+ "city": "Fort Lauderdale",
+ "lat": [
+ 25.941200000000002,
+ 26.3412
+ ],
+ "lon": [
+ -80.3464,
+ -79.9464
+ ]
+ },
+ {
+ "city": "Gainesville",
+ "lat": [
+ 34.090199999999996,
+ 34.4902
+ ],
+ "lon": [
+ -84.02940000000001,
+ -83.6294
+ ]
+ },
+ {
+ "city": "Aurora",
+ "lat": [
+ 41.5638,
+ 41.963800000000006
+ ],
+ "lon": [
+ -88.4902,
+ -88.0902
+ ]
+ },
+ {
+ "city": "Mauldin",
+ "lat": [
+ 34.5821,
+ 34.9821
+ ],
+ "lon": [
+ -82.5032,
+ -82.1032
+ ]
+ },
+ {
+ "city": "Ontario",
+ "lat": [
+ 33.839299999999994,
+ 34.2393
+ ],
+ "lon": [
+ -117.8064,
+ -117.40639999999999
+ ]
+ },
+ {
+ "city": "Elk Grove",
+ "lat": [
+ 38.2161,
+ 38.6161
+ ],
+ "lon": [
+ -121.58420000000001,
+ -121.1842
+ ]
+ },
+ {
+ "city": "Panama City",
+ "lat": [
+ 29.9995,
+ 30.3995
+ ],
+ "lon": [
+ -85.80030000000001,
+ -85.4003
+ ]
+ },
+ {
+ "city": "Cary",
+ "lat": [
+ 35.5819,
+ 35.9819
+ ],
+ "lon": [
+ -79.01950000000001,
+ -78.6195
+ ]
+ },
+ {
+ "city": "Hemet",
+ "lat": [
+ 33.534099999999995,
+ 33.9341
+ ],
+ "lon": [
+ -117.1969,
+ -116.7969
+ ]
+ },
+ {
+ "city": "Danbury",
+ "lat": [
+ 41.201499999999996,
+ 41.6015
+ ],
+ "lon": [
+ -73.6709,
+ -73.2709
+ ]
+ },
+ {
+ "city": "Rancho Cucamonga",
+ "lat": [
+ 33.924699999999994,
+ 34.3247
+ ],
+ "lon": [
+ -117.7667,
+ -117.3667
+ ]
+ },
+ {
+ "city": "Salinas",
+ "lat": [
+ 36.488299999999995,
+ 36.8883
+ ],
+ "lon": [
+ -121.8317,
+ -121.43169999999999
+ ]
+ },
+ {
+ "city": "Oceanside",
+ "lat": [
+ 33.024699999999996,
+ 33.4247
+ ],
+ "lon": [
+ -117.5083,
+ -117.1083
+ ]
+ },
+ {
+ "city": "Vallejo",
+ "lat": [
+ 37.912499999999994,
+ 38.3125
+ ],
+ "lon": [
+ -122.4342,
+ -122.0342
+ ]
+ },
+ {
+ "city": "High Point",
+ "lat": [
+ 35.791,
+ 36.191
+ ],
+ "lon": [
+ -80.1937,
+ -79.7937
+ ]
+ },
+ {
+ "city": "Garden Grove",
+ "lat": [
+ 33.5787,
+ 33.9787
+ ],
+ "lon": [
+ -118.1601,
+ -117.7601
+ ]
+ },
+ {
+ "city": "Pembroke Pines",
+ "lat": [
+ 25.8128,
+ 26.212799999999998
+ ],
+ "lon": [
+ -80.5382,
+ -80.1382
+ ]
+ },
+ {
+ "city": "Lancaster",
+ "lat": [
+ 34.4935,
+ 34.8935
+ ],
+ "lon": [
+ -118.3753,
+ -117.97529999999999
+ ]
+ },
+ {
+ "city": "Marysville",
+ "lat": [
+ 47.8809,
+ 48.2809
+ ],
+ "lon": [
+ -122.3561,
+ -121.95609999999999
+ ]
+ },
+ {
+ "city": "Fredericksburg",
+ "lat": [
+ 38.099199999999996,
+ 38.4992
+ ],
+ "lon": [
+ -77.6872,
+ -77.2872
+ ]
+ },
+ {
+ "city": "Visalia",
+ "lat": [
+ 36.127599999999994,
+ 36.5276
+ ],
+ "lon": [
+ -119.5269,
+ -119.12689999999999
+ ]
+ },
+ {
+ "city": "Tuscaloosa",
+ "lat": [
+ 33.0348,
+ 33.4348
+ ],
+ "lon": [
+ -87.7268,
+ -87.32679999999999
+ ]
+ },
+ {
+ "city": "Palmdale",
+ "lat": [
+ 34.3944,
+ 34.7944
+ ],
+ "lon": [
+ -118.3057,
+ -117.9057
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 36.7789,
+ 37.178900000000006
+ ],
+ "lon": [
+ -122.2346,
+ -121.8346
+ ]
+ },
+ {
+ "city": "Medford",
+ "lat": [
+ 42.1372,
+ 42.537200000000006
+ ],
+ "lon": [
+ -123.054,
+ -122.654
+ ]
+ },
+ {
+ "city": "Norwich",
+ "lat": [
+ 41.3495,
+ 41.749500000000005
+ ],
+ "lon": [
+ -72.2882,
+ -71.8882
+ ]
+ },
+ {
+ "city": "Merced",
+ "lat": [
+ 37.1057,
+ 37.505700000000004
+ ],
+ "lon": [
+ -120.67790000000001,
+ -120.2779
+ ]
+ },
+ {
+ "city": "Manchester",
+ "lat": [
+ 42.7848,
+ 43.1848
+ ],
+ "lon": [
+ -71.6447,
+ -71.2447
+ ]
+ },
+ {
+ "city": "Odessa",
+ "lat": [
+ 31.6801,
+ 32.0801
+ ],
+ "lon": [
+ -102.54480000000001,
+ -102.1448
+ ]
+ },
+ {
+ "city": "Muskegon",
+ "lat": [
+ 43.028099999999995,
+ 43.4281
+ ],
+ "lon": [
+ -86.45620000000001,
+ -86.0562
+ ]
+ },
+ {
+ "city": "Leesburg",
+ "lat": [
+ 28.5672,
+ 28.9672
+ ],
+ "lon": [
+ -82.0962,
+ -81.69619999999999
+ ]
+ },
+ {
+ "city": "Lafayette",
+ "lat": [
+ 40.199099999999994,
+ 40.5991
+ ],
+ "lon": [
+ -87.05930000000001,
+ -86.6593
+ ]
+ },
+ {
+ "city": "Hayward",
+ "lat": [
+ 37.4328,
+ 37.832800000000006
+ ],
+ "lon": [
+ -122.2766,
+ -121.8766
+ ]
+ },
+ {
+ "city": "Corona",
+ "lat": [
+ 33.6616,
+ 34.061600000000006
+ ],
+ "lon": [
+ -117.7649,
+ -117.36489999999999
+ ]
+ },
+ {
+ "city": "Paterson",
+ "lat": [
+ 40.7147,
+ 41.114700000000006
+ ],
+ "lon": [
+ -74.36240000000001,
+ -73.9624
+ ]
+ },
+ {
+ "city": "Alexandria",
+ "lat": [
+ 38.6185,
+ 39.0185
+ ],
+ "lon": [
+ -77.2861,
+ -76.8861
+ ]
+ },
+ {
+ "city": "Macon",
+ "lat": [
+ 32.6065,
+ 33.0065
+ ],
+ "lon": [
+ -83.8974,
+ -83.4974
+ ]
+ },
+ {
+ "city": "Lakewood",
+ "lat": [
+ 39.497699999999995,
+ 39.8977
+ ],
+ "lon": [
+ -105.3172,
+ -104.9172
+ ]
+ },
+ {
+ "city": "Springfield",
+ "lat": [
+ 39.570899999999995,
+ 39.9709
+ ],
+ "lon": [
+ -89.854,
+ -89.454
+ ]
+ },
+ {
+ "city": "Kansas City",
+ "lat": [
+ 38.9235,
+ 39.3235
+ ],
+ "lon": [
+ -94.9443,
+ -94.54429999999999
+ ]
+ },
+ {
+ "city": "Burlington",
+ "lat": [
+ 35.876,
+ 36.276
+ ],
+ "lon": [
+ -79.66850000000001,
+ -79.2685
+ ]
+ },
+ {
+ "city": "Warner Robins",
+ "lat": [
+ 32.3961,
+ 32.7961
+ ],
+ "lon": [
+ -83.8527,
+ -83.4527
+ ]
+ },
+ {
+ "city": "Sunnyvale",
+ "lat": [
+ 37.1836,
+ 37.583600000000004
+ ],
+ "lon": [
+ -122.2255,
+ -121.82549999999999
+ ]
+ },
+ {
+ "city": "Hollywood",
+ "lat": [
+ 25.8293,
+ 26.2293
+ ],
+ "lon": [
+ -80.3679,
+ -79.9679
+ ]
+ },
+ {
+ "city": "Roseville",
+ "lat": [
+ 38.570299999999996,
+ 38.9703
+ ],
+ "lon": [
+ -121.5196,
+ -121.11959999999999
+ ]
+ },
+ {
+ "city": "New Bedford",
+ "lat": [
+ 41.469699999999996,
+ 41.8697
+ ],
+ "lon": [
+ -71.14280000000001,
+ -70.7428
+ ]
+ },
+ {
+ "city": "South Lyon",
+ "lat": [
+ 42.261399999999995,
+ 42.6614
+ ],
+ "lon": [
+ -83.85260000000001,
+ -83.4526
+ ]
+ },
+ {
+ "city": "Bellevue",
+ "lat": [
+ 47.3951,
+ 47.795100000000005
+ ],
+ "lon": [
+ -122.3535,
+ -121.95349999999999
+ ]
+ },
+ {
+ "city": "Fairfield",
+ "lat": [
+ 38.058299999999996,
+ 38.4583
+ ],
+ "lon": [
+ -122.2335,
+ -121.8335
+ ]
+ },
+ {
+ "city": "Binghamton",
+ "lat": [
+ 41.901399999999995,
+ 42.3014
+ ],
+ "lon": [
+ -76.1093,
+ -75.7093
+ ]
+ },
+ {
+ "city": "Topeka",
+ "lat": [
+ 38.834599999999995,
+ 39.2346
+ ],
+ "lon": [
+ -95.8955,
+ -95.49549999999999
+ ]
+ },
+ {
+ "city": "Ramapo",
+ "lat": [
+ 40.9404,
+ 41.3404
+ ],
+ "lon": [
+ -74.30720000000001,
+ -73.9072
+ ]
+ },
+ {
+ "city": "Escondido",
+ "lat": [
+ 32.934799999999996,
+ 33.3348
+ ],
+ "lon": [
+ -117.2723,
+ -116.8723
+ ]
+ },
+ {
+ "city": "Joliet",
+ "lat": [
+ 41.318799999999996,
+ 41.7188
+ ],
+ "lon": [
+ -88.3499,
+ -87.9499
+ ]
+ },
+ {
+ "city": "Surprise",
+ "lat": [
+ 33.4815,
+ 33.8815
+ ],
+ "lon": [
+ -112.6515,
+ -112.2515
+ ]
+ },
+ {
+ "city": "Naperville",
+ "lat": [
+ 41.547999999999995,
+ 41.948
+ ],
+ "lon": [
+ -88.3659,
+ -87.96589999999999
+ ]
+ },
+ {
+ "city": "Pasadena",
+ "lat": [
+ 29.4575,
+ 29.857499999999998
+ ],
+ "lon": [
+ -95.3498,
+ -94.9498
+ ]
+ },
+ {
+ "city": "Mesquite",
+ "lat": [
+ 32.560199999999995,
+ 32.9602
+ ],
+ "lon": [
+ -96.7865,
+ -96.3865
+ ]
+ },
+ {
+ "city": "Champaign",
+ "lat": [
+ 39.914199999999994,
+ 40.3142
+ ],
+ "lon": [
+ -88.47370000000001,
+ -88.0737
+ ]
+ },
+ {
+ "city": "Pomona",
+ "lat": [
+ 33.8585,
+ 34.258500000000005
+ ],
+ "lon": [
+ -117.96260000000001,
+ -117.5626
+ ]
+ },
+ {
+ "city": "Houma",
+ "lat": [
+ 29.38,
+ 29.779999999999998
+ ],
+ "lon": [
+ -90.9059,
+ -90.5059
+ ]
+ },
+ {
+ "city": "Athens",
+ "lat": [
+ 33.7508,
+ 34.150800000000004
+ ],
+ "lon": [
+ -83.5689,
+ -83.1689
+ ]
+ },
+ {
+ "city": "St. George",
+ "lat": [
+ 36.8758,
+ 37.275800000000004
+ ],
+ "lon": [
+ -113.7752,
+ -113.37519999999999
+ ]
+ },
+ {
+ "city": "Beaumont",
+ "lat": [
+ 29.884900000000002,
+ 30.2849
+ ],
+ "lon": [
+ -94.3451,
+ -93.9451
+ ]
+ },
+ {
+ "city": "Elkhart",
+ "lat": [
+ 41.4916,
+ 41.891600000000004
+ ],
+ "lon": [
+ -86.1627,
+ -85.7627
+ ]
+ },
+ {
+ "city": "Lake Charles",
+ "lat": [
+ 30.001,
+ 30.401
+ ],
+ "lon": [
+ -93.4111,
+ -93.0111
+ ]
+ },
+ {
+ "city": "Santa Maria",
+ "lat": [
+ 34.7333,
+ 35.133300000000006
+ ],
+ "lon": [
+ -120.6431,
+ -120.2431
+ ]
+ },
+ {
+ "city": "Yuma",
+ "lat": [
+ 32.399499999999996,
+ 32.7995
+ ],
+ "lon": [
+ -114.7491,
+ -114.34909999999999
+ ]
+ },
+ {
+ "city": "Olathe",
+ "lat": [
+ 38.683299999999996,
+ 39.0833
+ ],
+ "lon": [
+ -95.02,
+ -94.61999999999999
+ ]
+ },
+ {
+ "city": "Midland",
+ "lat": [
+ 31.824299999999997,
+ 32.2243
+ ],
+ "lon": [
+ -102.3147,
+ -101.9147
+ ]
+ },
+ {
+ "city": "Greeley",
+ "lat": [
+ 40.215199999999996,
+ 40.6152
+ ],
+ "lon": [
+ -104.9706,
+ -104.5706
+ ]
+ },
+ {
+ "city": "Torrance",
+ "lat": [
+ 33.6346,
+ 34.034600000000005
+ ],
+ "lon": [
+ -118.5416,
+ -118.1416
+ ]
+ },
+ {
+ "city": "Thornton",
+ "lat": [
+ 39.719699999999996,
+ 40.1197
+ ],
+ "lon": [
+ -105.1438,
+ -104.7438
+ ]
+ },
+ {
+ "city": "Las Cruces",
+ "lat": [
+ 32.1265,
+ 32.526500000000006
+ ],
+ "lon": [
+ -106.9893,
+ -106.5893
+ ]
+ },
+ {
+ "city": "Columbia",
+ "lat": [
+ 38.7472,
+ 39.147200000000005
+ ],
+ "lon": [
+ -92.52680000000001,
+ -92.1268
+ ]
+ },
+ {
+ "city": "Fullerton",
+ "lat": [
+ 33.684099999999994,
+ 34.0841
+ ],
+ "lon": [
+ -118.1279,
+ -117.72789999999999
+ ]
+ },
+ {
+ "city": "Grand Junction",
+ "lat": [
+ 38.887699999999995,
+ 39.2877
+ ],
+ "lon": [
+ -108.7673,
+ -108.3673
+ ]
+ },
+ {
+ "city": "Metairie",
+ "lat": [
+ 29.7977,
+ 30.197699999999998
+ ],
+ "lon": [
+ -90.378,
+ -89.978
+ ]
+ },
+ {
+ "city": "Orange",
+ "lat": [
+ 33.6038,
+ 34.003800000000005
+ ],
+ "lon": [
+ -118.0218,
+ -117.6218
+ ]
+ },
+ {
+ "city": "Warren",
+ "lat": [
+ 42.2934,
+ 42.693400000000004
+ ],
+ "lon": [
+ -83.227,
+ -82.827
+ ]
+ },
+ {
+ "city": "West Valley City",
+ "lat": [
+ 40.4886,
+ 40.888600000000004
+ ],
+ "lon": [
+ -112.2123,
+ -111.8123
+ ]
+ },
+ {
+ "city": "Hampton",
+ "lat": [
+ 36.8551,
+ 37.255100000000006
+ ],
+ "lon": [
+ -76.563,
+ -76.163
+ ]
+ },
+ {
+ "city": "Lakewood",
+ "lat": [
+ 39.8763,
+ 40.276300000000006
+ ],
+ "lon": [
+ -74.40310000000001,
+ -74.0031
+ ]
+ },
+ {
+ "city": "Pasadena",
+ "lat": [
+ 33.9597,
+ 34.359700000000004
+ ],
+ "lon": [
+ -118.339,
+ -117.939
+ ]
+ },
+ {
+ "city": "Miramar",
+ "lat": [
+ 25.7773,
+ 26.1773
+ ],
+ "lon": [
+ -80.5351,
+ -80.1351
+ ]
+ },
+ {
+ "city": "Elizabeth",
+ "lat": [
+ 40.465799999999994,
+ 40.8658
+ ],
+ "lon": [
+ -74.3913,
+ -73.9913
+ ]
+ },
+ {
+ "city": "Stamford",
+ "lat": [
+ 40.9039,
+ 41.303900000000006
+ ],
+ "lon": [
+ -73.7585,
+ -73.35849999999999
+ ]
+ },
+ {
+ "city": "Racine",
+ "lat": [
+ 42.5274,
+ 42.927400000000006
+ ],
+ "lon": [
+ -88.01350000000001,
+ -87.6135
+ ]
+ },
+ {
+ "city": "Kent",
+ "lat": [
+ 47.1887,
+ 47.5887
+ ],
+ "lon": [
+ -122.4128,
+ -122.0128
+ ]
+ },
+ {
+ "city": "Yakima",
+ "lat": [
+ 46.3923,
+ 46.792300000000004
+ ],
+ "lon": [
+ -120.7496,
+ -120.3496
+ ]
+ },
+ {
+ "city": "Coral Springs",
+ "lat": [
+ 26.0702,
+ 26.4702
+ ],
+ "lon": [
+ -80.4591,
+ -80.0591
+ ]
+ },
+ {
+ "city": "Sterling Heights",
+ "lat": [
+ 42.3809,
+ 42.7809
+ ],
+ "lon": [
+ -83.2305,
+ -82.8305
+ ]
+ },
+ {
+ "city": "Billings",
+ "lat": [
+ 45.589099999999995,
+ 45.9891
+ ],
+ "lon": [
+ -108.7526,
+ -108.3526
+ ]
+ },
+ {
+ "city": "Bloomington",
+ "lat": [
+ 40.2757,
+ 40.675700000000006
+ ],
+ "lon": [
+ -89.1703,
+ -88.77029999999999
+ ]
+ },
+ {
+ "city": "Charleston",
+ "lat": [
+ 38.148399999999995,
+ 38.5484
+ ],
+ "lon": [
+ -81.8322,
+ -81.4322
+ ]
+ },
+ {
+ "city": "Carrollton",
+ "lat": [
+ 32.788999999999994,
+ 33.189
+ ],
+ "lon": [
+ -97.0999,
+ -96.6999
+ ]
+ },
+ {
+ "city": "Tyler",
+ "lat": [
+ 32.118399999999994,
+ 32.5184
+ ],
+ "lon": [
+ -95.5062,
+ -95.1062
+ ]
+ },
+ {
+ "city": "Amherst",
+ "lat": [
+ 42.811699999999995,
+ 43.2117
+ ],
+ "lon": [
+ -78.95700000000001,
+ -78.557
+ ]
+ },
+ {
+ "city": "Iowa City",
+ "lat": [
+ 41.4559,
+ 41.855900000000005
+ ],
+ "lon": [
+ -91.7303,
+ -91.3303
+ ]
+ },
+ {
+ "city": "Johnson City",
+ "lat": [
+ 36.1406,
+ 36.540600000000005
+ ],
+ "lon": [
+ -82.5806,
+ -82.1806
+ ]
+ },
+ {
+ "city": "Santa Clara",
+ "lat": [
+ 37.1646,
+ 37.564600000000006
+ ],
+ "lon": [
+ -122.168,
+ -121.768
+ ]
+ },
+ {
+ "city": "Bellingham",
+ "lat": [
+ 48.5548,
+ 48.954800000000006
+ ],
+ "lon": [
+ -122.669,
+ -122.26899999999999
+ ]
+ },
+ {
+ "city": "Norman",
+ "lat": [
+ 35.0335,
+ 35.4335
+ ],
+ "lon": [
+ -97.5471,
+ -97.1471
+ ]
+ },
+ {
+ "city": "Coeur d'Alene",
+ "lat": [
+ 47.504,
+ 47.904
+ ],
+ "lon": [
+ -116.9936,
+ -116.5936
+ ]
+ },
+ {
+ "city": "Fort Smith",
+ "lat": [
+ 35.149499999999996,
+ 35.5495
+ ],
+ "lon": [
+ -94.5695,
+ -94.1695
+ ]
+ },
+ {
+ "city": "Lewisville",
+ "lat": [
+ 32.8454,
+ 33.245400000000004
+ ],
+ "lon": [
+ -97.1815,
+ -96.7815
+ ]
+ },
+ {
+ "city": "Dover",
+ "lat": [
+ 38.961,
+ 39.361000000000004
+ ],
+ "lon": [
+ -75.7202,
+ -75.3202
+ ]
+ },
+ {
+ "city": "Yuba City",
+ "lat": [
+ 38.9357,
+ 39.3357
+ ],
+ "lon": [
+ -121.8383,
+ -121.4383
+ ]
+ },
+ {
+ "city": "Lehigh Acres",
+ "lat": [
+ 26.412,
+ 26.811999999999998
+ ],
+ "lon": [
+ -81.8388,
+ -81.4388
+ ]
+ },
+ {
+ "city": "Abilene",
+ "lat": [
+ 32.2543,
+ 32.654300000000006
+ ],
+ "lon": [
+ -99.9384,
+ -99.5384
+ ]
+ },
+ {
+ "city": "Simi Valley",
+ "lat": [
+ 34.0663,
+ 34.466300000000004
+ ],
+ "lon": [
+ -118.949,
+ -118.54899999999999
+ ]
+ },
+ {
+ "city": "Pearland",
+ "lat": [
+ 29.3581,
+ 29.7581
+ ],
+ "lon": [
+ -95.5218,
+ -95.1218
+ ]
+ },
+ {
+ "city": "Kenosha",
+ "lat": [
+ 42.3865,
+ 42.786500000000004
+ ],
+ "lon": [
+ -88.07730000000001,
+ -87.6773
+ ]
+ },
+ {
+ "city": "Meridian",
+ "lat": [
+ 43.4116,
+ 43.811600000000006
+ ],
+ "lon": [
+ -116.5977,
+ -116.1977
+ ]
+ },
+ {
+ "city": "Round Rock",
+ "lat": [
+ 30.327,
+ 30.727
+ ],
+ "lon": [
+ -97.8642,
+ -97.46419999999999
+ ]
+ },
+ {
+ "city": "Waldorf",
+ "lat": [
+ 38.4085,
+ 38.8085
+ ],
+ "lon": [
+ -77.1194,
+ -76.7194
+ ]
+ },
+ {
+ "city": "Temple",
+ "lat": [
+ 30.9068,
+ 31.3068
+ ],
+ "lon": [
+ -97.5891,
+ -97.1891
+ ]
+ },
+ {
+ "city": "Lynchburg",
+ "lat": [
+ 37.2003,
+ 37.600300000000004
+ ],
+ "lon": [
+ -79.3909,
+ -78.9909
+ ]
+ },
+ {
+ "city": "Rochester",
+ "lat": [
+ 43.8154,
+ 44.2154
+ ],
+ "lon": [
+ -92.678,
+ -92.27799999999999
+ ]
+ },
+ {
+ "city": "Logan",
+ "lat": [
+ 41.539899999999996,
+ 41.9399
+ ],
+ "lon": [
+ -112.04220000000001,
+ -111.6422
+ ]
+ },
+ {
+ "city": "Arvada",
+ "lat": [
+ 39.632,
+ 40.032000000000004
+ ],
+ "lon": [
+ -105.351,
+ -104.951
+ ]
+ },
+ {
+ "city": "Clovis",
+ "lat": [
+ 36.6278,
+ 37.027800000000006
+ ],
+ "lon": [
+ -119.88300000000001,
+ -119.483
+ ]
+ },
+ {
+ "city": "Independence",
+ "lat": [
+ 38.8871,
+ 39.2871
+ ],
+ "lon": [
+ -94.5501,
+ -94.1501
+ ]
+ },
+ {
+ "city": "Redding",
+ "lat": [
+ 40.3698,
+ 40.769800000000004
+ ],
+ "lon": [
+ -122.565,
+ -122.16499999999999
+ ]
+ },
+ {
+ "city": "Greenville",
+ "lat": [
+ 35.394299999999994,
+ 35.7943
+ ],
+ "lon": [
+ -77.57600000000001,
+ -77.176
+ ]
+ },
+ {
+ "city": "Duluth",
+ "lat": [
+ 46.575599999999994,
+ 46.9756
+ ],
+ "lon": [
+ -92.33930000000001,
+ -91.9393
+ ]
+ },
+ {
+ "city": "Berkeley",
+ "lat": [
+ 37.6722,
+ 38.0722
+ ],
+ "lon": [
+ -122.476,
+ -122.076
+ ]
+ },
+ {
+ "city": "Boulder",
+ "lat": [
+ 39.824799999999996,
+ 40.2248
+ ],
+ "lon": [
+ -105.4524,
+ -105.05239999999999
+ ]
+ },
+ {
+ "city": "Pueblo",
+ "lat": [
+ 38.0701,
+ 38.4701
+ ],
+ "lon": [
+ -104.8114,
+ -104.4114
+ ]
+ },
+ {
+ "city": "West Palm Beach",
+ "lat": [
+ 26.5469,
+ 26.9469
+ ],
+ "lon": [
+ -80.33200000000001,
+ -79.932
+ ]
+ },
+ {
+ "city": "Burlington",
+ "lat": [
+ 44.2876,
+ 44.6876
+ ],
+ "lon": [
+ -73.4316,
+ -73.0316
+ ]
+ },
+ {
+ "city": "Seaside",
+ "lat": [
+ 36.422399999999996,
+ 36.8224
+ ],
+ "lon": [
+ -122.0199,
+ -121.6199
+ ]
+ },
+ {
+ "city": "Richardson",
+ "lat": [
+ 32.7716,
+ 33.171600000000005
+ ],
+ "lon": [
+ -96.9093,
+ -96.5093
+ ]
+ },
+ {
+ "city": "Cambridge",
+ "lat": [
+ 42.1759,
+ 42.575900000000004
+ ],
+ "lon": [
+ -71.3185,
+ -70.9185
+ ]
+ },
+ {
+ "city": "Monroe",
+ "lat": [
+ 32.3185,
+ 32.718500000000006
+ ],
+ "lon": [
+ -92.2774,
+ -91.8774
+ ]
+ },
+ {
+ "city": "North Charleston",
+ "lat": [
+ 32.7067,
+ 33.106700000000004
+ ],
+ "lon": [
+ -80.2722,
+ -79.87219999999999
+ ]
+ },
+ {
+ "city": "Saginaw",
+ "lat": [
+ 43.219899999999996,
+ 43.6199
+ ],
+ "lon": [
+ -84.15010000000001,
+ -83.7501
+ ]
+ },
+ {
+ "city": "Clearwater",
+ "lat": [
+ 27.779,
+ 28.179
+ ],
+ "lon": [
+ -82.9623,
+ -82.5623
+ ]
+ },
+ {
+ "city": "The Woodlands",
+ "lat": [
+ 29.9738,
+ 30.3738
+ ],
+ "lon": [
+ -95.71340000000001,
+ -95.3134
+ ]
+ },
+ {
+ "city": "Brandon",
+ "lat": [
+ 27.7367,
+ 28.136699999999998
+ ],
+ "lon": [
+ -82.5,
+ -82.1
+ ]
+ },
+ {
+ "city": "St. Cloud",
+ "lat": [
+ 45.333999999999996,
+ 45.734
+ ],
+ "lon": [
+ -94.37180000000001,
+ -93.9718
+ ]
+ },
+ {
+ "city": "West Jordan",
+ "lat": [
+ 40.4024,
+ 40.802400000000006
+ ],
+ "lon": [
+ -112.2008,
+ -111.8008
+ ]
+ },
+ {
+ "city": "Smithtown",
+ "lat": [
+ 40.6663,
+ 41.066300000000005
+ ],
+ "lon": [
+ -73.4164,
+ -73.01639999999999
+ ]
+ },
+ {
+ "city": "Broken Arrow",
+ "lat": [
+ 35.837999999999994,
+ 36.238
+ ],
+ "lon": [
+ -95.98060000000001,
+ -95.5806
+ ]
+ },
+ {
+ "city": "Harlingen",
+ "lat": [
+ 25.991600000000002,
+ 26.3916
+ ],
+ "lon": [
+ -97.8977,
+ -97.4977
+ ]
+ },
+ {
+ "city": "Kailua",
+ "lat": [
+ 21.192,
+ 21.592
+ ],
+ "lon": [
+ -157.93959999999998,
+ -157.5396
+ ]
+ },
+ {
+ "city": "Westminster",
+ "lat": [
+ 39.683699999999995,
+ 40.0837
+ ],
+ "lon": [
+ -105.2624,
+ -104.8624
+ ]
+ },
+ {
+ "city": "Gilroy",
+ "lat": [
+ 36.8046,
+ 37.204600000000006
+ ],
+ "lon": [
+ -121.78540000000001,
+ -121.3854
+ ]
+ },
+ {
+ "city": "Richmond",
+ "lat": [
+ 37.747699999999995,
+ 38.1477
+ ],
+ "lon": [
+ -122.5389,
+ -122.13889999999999
+ ]
+ },
+ {
+ "city": "Mandeville",
+ "lat": [
+ 30.1751,
+ 30.5751
+ ],
+ "lon": [
+ -90.2904,
+ -89.8904
+ ]
+ },
+ {
+ "city": "Utica",
+ "lat": [
+ 42.8962,
+ 43.296200000000006
+ ],
+ "lon": [
+ -75.4261,
+ -75.0261
+ ]
+ },
+ {
+ "city": "League City",
+ "lat": [
+ 29.2874,
+ 29.6874
+ ],
+ "lon": [
+ -95.3087,
+ -94.9087
+ ]
+ },
+ {
+ "city": "Port Arthur",
+ "lat": [
+ 29.6554,
+ 30.0554
+ ],
+ "lon": [
+ -94.1264,
+ -93.7264
+ ]
+ },
+ {
+ "city": "Lowell",
+ "lat": [
+ 42.4389,
+ 42.8389
+ ],
+ "lon": [
+ -71.52170000000001,
+ -71.1217
+ ]
+ },
+ {
+ "city": "East Los Angeles",
+ "lat": [
+ 33.8326,
+ 34.232600000000005
+ ],
+ "lon": [
+ -118.3691,
+ -117.9691
+ ]
+ },
+ {
+ "city": "Carlsbad",
+ "lat": [
+ 32.9246,
+ 33.324600000000004
+ ],
+ "lon": [
+ -117.4834,
+ -117.0834
+ ]
+ },
+ {
+ "city": "Elgin",
+ "lat": [
+ 41.8383,
+ 42.2383
+ ],
+ "lon": [
+ -88.524,
+ -88.124
+ ]
+ },
+ {
+ "city": "Waterloo",
+ "lat": [
+ 42.291799999999995,
+ 42.6918
+ ],
+ "lon": [
+ -92.5522,
+ -92.1522
+ ]
+ },
+ {
+ "city": "Leominster",
+ "lat": [
+ 42.320899999999995,
+ 42.7209
+ ],
+ "lon": [
+ -71.9717,
+ -71.57169999999999
+ ]
+ },
+ {
+ "city": "Bend",
+ "lat": [
+ 43.8563,
+ 44.2563
+ ],
+ "lon": [
+ -121.5095,
+ -121.1095
+ ]
+ },
+ {
+ "city": "Sioux City",
+ "lat": [
+ 42.295899999999996,
+ 42.6959
+ ],
+ "lon": [
+ -96.5901,
+ -96.1901
+ ]
+ },
+ {
+ "city": "Gresham",
+ "lat": [
+ 45.302099999999996,
+ 45.7021
+ ],
+ "lon": [
+ -122.6413,
+ -122.2413
+ ]
+ },
+ {
+ "city": "Longview",
+ "lat": [
+ 32.3193,
+ 32.719300000000004
+ ],
+ "lon": [
+ -94.96220000000001,
+ -94.5622
+ ]
+ },
+ {
+ "city": "Pompano Beach",
+ "lat": [
+ 26.0428,
+ 26.4428
+ ],
+ "lon": [
+ -80.33120000000001,
+ -79.9312
+ ]
+ },
+ {
+ "city": "Downey",
+ "lat": [
+ 33.737899999999996,
+ 34.1379
+ ],
+ "lon": [
+ -118.3311,
+ -117.9311
+ ]
+ },
+ {
+ "city": "Murrieta",
+ "lat": [
+ 33.3719,
+ 33.7719
+ ],
+ "lon": [
+ -117.3909,
+ -116.9909
+ ]
+ },
+ {
+ "city": "Idaho Falls",
+ "lat": [
+ 43.287099999999995,
+ 43.6871
+ ],
+ "lon": [
+ -112.2362,
+ -111.83619999999999
+ ]
+ },
+ {
+ "city": "Miami Gardens",
+ "lat": [
+ 25.7433,
+ 26.1433
+ ],
+ "lon": [
+ -80.4426,
+ -80.0426
+ ]
+ },
+ {
+ "city": "Everett",
+ "lat": [
+ 47.7525,
+ 48.1525
+ ],
+ "lon": [
+ -122.3669,
+ -121.9669
+ ]
+ },
+ {
+ "city": "Holland",
+ "lat": [
+ 42.567699999999995,
+ 42.9677
+ ],
+ "lon": [
+ -86.2984,
+ -85.8984
+ ]
+ },
+ {
+ "city": "Costa Mesa",
+ "lat": [
+ 33.466699999999996,
+ 33.8667
+ ],
+ "lon": [
+ -118.1135,
+ -117.7135
+ ]
+ },
+ {
+ "city": "Temecula",
+ "lat": [
+ 33.2928,
+ 33.692800000000005
+ ],
+ "lon": [
+ -117.3315,
+ -116.9315
+ ]
+ },
+ {
+ "city": "Jacksonville",
+ "lat": [
+ 34.5289,
+ 34.928900000000006
+ ],
+ "lon": [
+ -77.5941,
+ -77.19409999999999
+ ]
+ },
+ {
+ "city": "San Buenaventura",
+ "lat": [
+ 34.074099999999994,
+ 34.4741
+ ],
+ "lon": [
+ -119.4314,
+ -119.03139999999999
+ ]
+ },
+ {
+ "city": "Sugar Land",
+ "lat": [
+ 29.3935,
+ 29.793499999999998
+ ],
+ "lon": [
+ -95.8358,
+ -95.4358
+ ]
+ },
+ {
+ "city": "Chico",
+ "lat": [
+ 39.5578,
+ 39.957800000000006
+ ],
+ "lon": [
+ -122.01610000000001,
+ -121.6161
+ ]
+ },
+ {
+ "city": "South Fulton",
+ "lat": [
+ 33.427299999999995,
+ 33.8273
+ ],
+ "lon": [
+ -84.78,
+ -84.38
+ ]
+ },
+ {
+ "city": "Sparks",
+ "lat": [
+ 39.373599999999996,
+ 39.7736
+ ],
+ "lon": [
+ -119.9161,
+ -119.5161
+ ]
+ },
+ {
+ "city": "Eau Claire",
+ "lat": [
+ 44.619699999999995,
+ 45.0197
+ ],
+ "lon": [
+ -91.6948,
+ -91.2948
+ ]
+ },
+ {
+ "city": "Auburn",
+ "lat": [
+ 32.408699999999996,
+ 32.8087
+ ],
+ "lon": [
+ -85.69030000000001,
+ -85.2903
+ ]
+ },
+ {
+ "city": "Dearborn",
+ "lat": [
+ 42.1127,
+ 42.5127
+ ],
+ "lon": [
+ -83.413,
+ -83.01299999999999
+ ]
+ },
+ {
+ "city": "Riverview",
+ "lat": [
+ 27.622700000000002,
+ 28.0227
+ ],
+ "lon": [
+ -82.5023,
+ -82.1023
+ ]
+ },
+ {
+ "city": "Allen",
+ "lat": [
+ 32.9088,
+ 33.308800000000005
+ ],
+ "lon": [
+ -96.8735,
+ -96.4735
+ ]
+ },
+ {
+ "city": "West Covina",
+ "lat": [
+ 33.8555,
+ 34.255500000000005
+ ],
+ "lon": [
+ -118.1113,
+ -117.7113
+ ]
+ },
+ {
+ "city": "Centennial",
+ "lat": [
+ 39.392599999999995,
+ 39.7926
+ ],
+ "lon": [
+ -105.0673,
+ -104.6673
+ ]
+ },
+ {
+ "city": "Bloomington",
+ "lat": [
+ 38.963699999999996,
+ 39.3637
+ ],
+ "lon": [
+ -86.7257,
+ -86.3257
+ ]
+ },
+ {
+ "city": "Sandy Springs",
+ "lat": [
+ 33.736599999999996,
+ 34.1366
+ ],
+ "lon": [
+ -84.5703,
+ -84.1703
+ ]
+ },
+ {
+ "city": "El Monte",
+ "lat": [
+ 33.8739,
+ 34.273900000000005
+ ],
+ "lon": [
+ -118.2291,
+ -117.8291
+ ]
+ },
+ {
+ "city": "Hillsboro",
+ "lat": [
+ 45.327299999999994,
+ 45.7273
+ ],
+ "lon": [
+ -123.13600000000001,
+ -122.736
+ ]
+ },
+ {
+ "city": "Edison",
+ "lat": [
+ 40.336,
+ 40.736000000000004
+ ],
+ "lon": [
+ -74.5697,
+ -74.16969999999999
+ ]
+ },
+ {
+ "city": "Menifee",
+ "lat": [
+ 33.490899999999996,
+ 33.8909
+ ],
+ "lon": [
+ -117.3849,
+ -116.9849
+ ]
+ },
+ {
+ "city": "Rio Rancho",
+ "lat": [
+ 35.0873,
+ 35.487300000000005
+ ],
+ "lon": [
+ -106.8982,
+ -106.4982
+ ]
+ },
+ {
+ "city": "Davie",
+ "lat": [
+ 25.8789,
+ 26.2789
+ ],
+ "lon": [
+ -80.48700000000001,
+ -80.087
+ ]
+ },
+ {
+ "city": "Jurupa Valley",
+ "lat": [
+ 33.800999999999995,
+ 34.201
+ ],
+ "lon": [
+ -117.67060000000001,
+ -117.2706
+ ]
+ },
+ {
+ "city": "Columbia",
+ "lat": [
+ 39.0004,
+ 39.400400000000005
+ ],
+ "lon": [
+ -77.059,
+ -76.65899999999999
+ ]
+ },
+ {
+ "city": "Inglewood",
+ "lat": [
+ 33.7566,
+ 34.156600000000005
+ ],
+ "lon": [
+ -118.5444,
+ -118.14439999999999
+ ]
+ },
+ {
+ "city": "Spokane Valley",
+ "lat": [
+ 47.462599999999995,
+ 47.8626
+ ],
+ "lon": [
+ -117.4346,
+ -117.0346
+ ]
+ },
+ {
+ "city": "Renton",
+ "lat": [
+ 47.2784,
+ 47.6784
+ ],
+ "lon": [
+ -122.3918,
+ -121.9918
+ ]
+ },
+ {
+ "city": "San Tan Valley",
+ "lat": [
+ 32.9786,
+ 33.378600000000006
+ ],
+ "lon": [
+ -111.7629,
+ -111.3629
+ ]
+ },
+ {
+ "city": "Burbank",
+ "lat": [
+ 33.987899999999996,
+ 34.3879
+ ],
+ "lon": [
+ -118.5235,
+ -118.12349999999999
+ ]
+ },
+ {
+ "city": "Brockton",
+ "lat": [
+ 41.882099999999994,
+ 42.2821
+ ],
+ "lon": [
+ -71.2242,
+ -70.82419999999999
+ ]
+ },
+ {
+ "city": "El Cajon",
+ "lat": [
+ 32.601699999999994,
+ 33.0017
+ ],
+ "lon": [
+ -117.16040000000001,
+ -116.7604
+ ]
+ },
+ {
+ "city": "Rialto",
+ "lat": [
+ 33.9175,
+ 34.3175
+ ],
+ "lon": [
+ -117.5892,
+ -117.1892
+ ]
+ },
+ {
+ "city": "San Mateo",
+ "lat": [
+ 37.352199999999996,
+ 37.7522
+ ],
+ "lon": [
+ -122.5121,
+ -122.1121
+ ]
+ },
+ {
+ "city": "Woodbridge",
+ "lat": [
+ 40.3611,
+ 40.761100000000006
+ ],
+ "lon": [
+ -74.49430000000001,
+ -74.0943
+ ]
+ },
+ {
+ "city": "Goodyear",
+ "lat": [
+ 33.0614,
+ 33.461400000000005
+ ],
+ "lon": [
+ -112.5622,
+ -112.1622
+ ]
+ },
+ {
+ "city": "Charlottesville",
+ "lat": [
+ 37.8375,
+ 38.237500000000004
+ ],
+ "lon": [
+ -78.6855,
+ -78.2855
+ ]
+ },
+ {
+ "city": "Lafayette",
+ "lat": [
+ 39.794599999999996,
+ 40.1946
+ ],
+ "lon": [
+ -105.2998,
+ -104.8998
+ ]
+ },
+ {
+ "city": "Lee's Summit",
+ "lat": [
+ 38.717099999999995,
+ 39.1171
+ ],
+ "lon": [
+ -94.58160000000001,
+ -94.1816
+ ]
+ },
+ {
+ "city": "Edinburg",
+ "lat": [
+ 26.119600000000002,
+ 26.5196
+ ],
+ "lon": [
+ -98.3597,
+ -97.9597
+ ]
+ },
+ {
+ "city": "Daly City",
+ "lat": [
+ 37.4862,
+ 37.8862
+ ],
+ "lon": [
+ -122.66850000000001,
+ -122.2685
+ ]
+ },
+ {
+ "city": "Wichita Falls",
+ "lat": [
+ 33.7072,
+ 34.107200000000006
+ ],
+ "lon": [
+ -98.7291,
+ -98.3291
+ ]
+ },
+ {
+ "city": "Bowling Green",
+ "lat": [
+ 36.7716,
+ 37.171600000000005
+ ],
+ "lon": [
+ -86.6378,
+ -86.2378
+ ]
+ },
+ {
+ "city": "Longmont",
+ "lat": [
+ 39.968599999999995,
+ 40.3686
+ ],
+ "lon": [
+ -105.3005,
+ -104.9005
+ ]
+ },
+ {
+ "city": "Vacaville",
+ "lat": [
+ 38.158699999999996,
+ 38.5587
+ ],
+ "lon": [
+ -122.1673,
+ -121.76729999999999
+ ]
+ },
+ {
+ "city": "Highlands Ranch",
+ "lat": [
+ 39.341899999999995,
+ 39.7419
+ ],
+ "lon": [
+ -105.1708,
+ -104.7708
+ ]
+ },
+ {
+ "city": "Quincy",
+ "lat": [
+ 42.050599999999996,
+ 42.4506
+ ],
+ "lon": [
+ -71.2187,
+ -70.81869999999999
+ ]
+ },
+ {
+ "city": "Fishers",
+ "lat": [
+ 39.758799999999994,
+ 40.1588
+ ],
+ "lon": [
+ -86.16590000000001,
+ -85.7659
+ ]
+ },
+ {
+ "city": "Lynn",
+ "lat": [
+ 42.278099999999995,
+ 42.6781
+ ],
+ "lon": [
+ -71.1664,
+ -70.76639999999999
+ ]
+ },
+ {
+ "city": "Norwalk",
+ "lat": [
+ 33.7069,
+ 34.1069
+ ],
+ "lon": [
+ -118.2829,
+ -117.88289999999999
+ ]
+ },
+ {
+ "city": "Carmel",
+ "lat": [
+ 39.765,
+ 40.165000000000006
+ ],
+ "lon": [
+ -86.346,
+ -85.946
+ ]
+ },
+ {
+ "city": "Hesperia",
+ "lat": [
+ 34.1975,
+ 34.597500000000004
+ ],
+ "lon": [
+ -117.5147,
+ -117.1147
+ ]
+ },
+ {
+ "city": "St. Augustine",
+ "lat": [
+ 29.6976,
+ 30.0976
+ ],
+ "lon": [
+ -81.51,
+ -81.11
+ ]
+ },
+ {
+ "city": "Buckeye",
+ "lat": [
+ 33.231399999999994,
+ 33.6314
+ ],
+ "lon": [
+ -112.8429,
+ -112.4429
+ ]
+ },
+ {
+ "city": "San Angelo",
+ "lat": [
+ 31.2424,
+ 31.6424
+ ],
+ "lon": [
+ -100.6504,
+ -100.2504
+ ]
+ },
+ {
+ "city": "Federal Way",
+ "lat": [
+ 47.1091,
+ 47.509100000000004
+ ],
+ "lon": [
+ -122.53580000000001,
+ -122.1358
+ ]
+ },
+ {
+ "city": "Bismarck",
+ "lat": [
+ 46.6143,
+ 47.014300000000006
+ ],
+ "lon": [
+ -100.96940000000001,
+ -100.5694
+ ]
+ },
+ {
+ "city": "Boca Raton",
+ "lat": [
+ 26.1752,
+ 26.5752
+ ],
+ "lon": [
+ -80.308,
+ -79.908
+ ]
+ },
+ {
+ "city": "New Braunfels",
+ "lat": [
+ 29.4994,
+ 29.8994
+ ],
+ "lon": [
+ -98.3148,
+ -97.9148
+ ]
+ },
+ {
+ "city": "Vista",
+ "lat": [
+ 32.989599999999996,
+ 33.3896
+ ],
+ "lon": [
+ -117.43860000000001,
+ -117.0386
+ ]
+ },
+ {
+ "city": "Beaverton",
+ "lat": [
+ 45.277899999999995,
+ 45.6779
+ ],
+ "lon": [
+ -123.0168,
+ -122.6168
+ ]
+ },
+ {
+ "city": "Portsmouth",
+ "lat": [
+ 36.6468,
+ 37.046800000000005
+ ],
+ "lon": [
+ -76.554,
+ -76.154
+ ]
+ },
+ {
+ "city": "Orem",
+ "lat": [
+ 40.098099999999995,
+ 40.4981
+ ],
+ "lon": [
+ -111.8994,
+ -111.4994
+ ]
+ },
+ {
+ "city": "Toms River",
+ "lat": [
+ 39.7895,
+ 40.1895
+ ],
+ "lon": [
+ -74.36540000000001,
+ -73.9654
+ ]
+ },
+ {
+ "city": "Conroe",
+ "lat": [
+ 30.1238,
+ 30.523799999999998
+ ],
+ "lon": [
+ -95.6824,
+ -95.2824
+ ]
+ },
+ {
+ "city": "Suffolk",
+ "lat": [
+ 36.4953,
+ 36.895300000000006
+ ],
+ "lon": [
+ -76.8398,
+ -76.43979999999999
+ ]
+ },
+ {
+ "city": "Sunrise",
+ "lat": [
+ 25.9547,
+ 26.354699999999998
+ ],
+ "lon": [
+ -80.4997,
+ -80.0997
+ ]
+ },
+ {
+ "city": "Lawrence",
+ "lat": [
+ 38.759699999999995,
+ 39.1597
+ ],
+ "lon": [
+ -95.4642,
+ -95.0642
+ ]
+ },
+ {
+ "city": "Arden-Arcade",
+ "lat": [
+ 38.4017,
+ 38.801700000000004
+ ],
+ "lon": [
+ -121.5845,
+ -121.1845
+ ]
+ },
+ {
+ "city": "Prescott Valley",
+ "lat": [
+ 34.397999999999996,
+ 34.798
+ ],
+ "lon": [
+ -112.5185,
+ -112.1185
+ ]
+ },
+ {
+ "city": "Middletown",
+ "lat": [
+ 39.3033,
+ 39.703300000000006
+ ],
+ "lon": [
+ -84.5659,
+ -84.1659
+ ]
+ },
+ {
+ "city": "Greece",
+ "lat": [
+ 43.046,
+ 43.446000000000005
+ ],
+ "lon": [
+ -77.89880000000001,
+ -77.4988
+ ]
+ },
+ {
+ "city": "Edmond",
+ "lat": [
+ 35.4689,
+ 35.868900000000004
+ ],
+ "lon": [
+ -97.616,
+ -97.216
+ ]
+ },
+ {
+ "city": "Tracy",
+ "lat": [
+ 37.5269,
+ 37.9269
+ ],
+ "lon": [
+ -121.6523,
+ -121.25229999999999
+ ]
+ },
+ {
+ "city": "Manteca",
+ "lat": [
+ 37.5927,
+ 37.992700000000006
+ ],
+ "lon": [
+ -121.4264,
+ -121.0264
+ ]
+ },
+ {
+ "city": "Kingsport",
+ "lat": [
+ 36.322399999999995,
+ 36.7224
+ ],
+ "lon": [
+ -82.7454,
+ -82.3454
+ ]
+ },
+ {
+ "city": "Portsmouth",
+ "lat": [
+ 42.858,
+ 43.258
+ ],
+ "lon": [
+ -70.9826,
+ -70.5826
+ ]
+ },
+ {
+ "city": "Sandy",
+ "lat": [
+ 40.3709,
+ 40.770900000000005
+ ],
+ "lon": [
+ -112.0506,
+ -111.6506
+ ]
+ },
+ {
+ "city": "Palm Coast",
+ "lat": [
+ 29.338900000000002,
+ 29.7389
+ ],
+ "lon": [
+ -81.4457,
+ -81.0457
+ ]
+ },
+ {
+ "city": "Slidell",
+ "lat": [
+ 30.0887,
+ 30.488699999999998
+ ],
+ "lon": [
+ -89.9828,
+ -89.58279999999999
+ ]
+ },
+ {
+ "city": "San Marcos",
+ "lat": [
+ 32.934999999999995,
+ 33.335
+ ],
+ "lon": [
+ -117.3743,
+ -116.9743
+ ]
+ },
+ {
+ "city": "Livonia",
+ "lat": [
+ 42.197199999999995,
+ 42.5972
+ ],
+ "lon": [
+ -83.5733,
+ -83.1733
+ ]
+ },
+ {
+ "city": "Santa Fe",
+ "lat": [
+ 35.4619,
+ 35.861900000000006
+ ],
+ "lon": [
+ -106.1819,
+ -105.7819
+ ]
+ },
+ {
+ "city": "Plantation",
+ "lat": [
+ 25.925900000000002,
+ 26.3259
+ ],
+ "lon": [
+ -80.46170000000001,
+ -80.0617
+ ]
+ },
+ {
+ "city": "Greenburgh",
+ "lat": [
+ 40.833,
+ 41.233000000000004
+ ],
+ "lon": [
+ -74.0412,
+ -73.6412
+ ]
+ },
+ {
+ "city": "Atascocita",
+ "lat": [
+ 29.7777,
+ 30.177699999999998
+ ],
+ "lon": [
+ -95.3953,
+ -94.9953
+ ]
+ },
+ {
+ "city": "Fall River",
+ "lat": [
+ 41.5136,
+ 41.9136
+ ],
+ "lon": [
+ -71.3015,
+ -70.9015
+ ]
+ },
+ {
+ "city": "Compton",
+ "lat": [
+ 33.693,
+ 34.093
+ ],
+ "lon": [
+ -118.4274,
+ -118.0274
+ ]
+ },
+ {
+ "city": "Carson",
+ "lat": [
+ 33.6374,
+ 34.037400000000005
+ ],
+ "lon": [
+ -118.4559,
+ -118.0559
+ ]
+ },
+ {
+ "city": "La Crosse",
+ "lat": [
+ 43.6241,
+ 44.024100000000004
+ ],
+ "lon": [
+ -91.4268,
+ -91.0268
+ ]
+ },
+ {
+ "city": "Missoula",
+ "lat": [
+ 46.6751,
+ 47.075100000000006
+ ],
+ "lon": [
+ -114.2214,
+ -113.8214
+ ]
+ },
+ {
+ "city": "O'Fallon",
+ "lat": [
+ 38.584999999999994,
+ 38.985
+ ],
+ "lon": [
+ -90.9175,
+ -90.5175
+ ]
+ },
+ {
+ "city": "Mount Pleasant",
+ "lat": [
+ 32.6537,
+ 33.053700000000006
+ ],
+ "lon": [
+ -80.0203,
+ -79.6203
+ ]
+ },
+ {
+ "city": "Roswell",
+ "lat": [
+ 33.839099999999995,
+ 34.2391
+ ],
+ "lon": [
+ -84.5513,
+ -84.15129999999999
+ ]
+ },
+ {
+ "city": "Hoover",
+ "lat": [
+ 33.1763,
+ 33.5763
+ ],
+ "lon": [
+ -87.0068,
+ -86.60679999999999
+ ]
+ },
+ {
+ "city": "Florence",
+ "lat": [
+ 33.977999999999994,
+ 34.378
+ ],
+ "lon": [
+ -79.9898,
+ -79.5898
+ ]
+ },
+ {
+ "city": "Williamsburg",
+ "lat": [
+ 37.0693,
+ 37.469300000000004
+ ],
+ "lon": [
+ -76.9076,
+ -76.5076
+ ]
+ },
+ {
+ "city": "South Gate",
+ "lat": [
+ 33.744699999999995,
+ 34.1447
+ ],
+ "lon": [
+ -118.3926,
+ -117.9926
+ ]
+ },
+ {
+ "city": "Hamilton",
+ "lat": [
+ 40.004599999999996,
+ 40.4046
+ ],
+ "lon": [
+ -74.87650000000001,
+ -74.4765
+ ]
+ },
+ {
+ "city": "Chino",
+ "lat": [
+ 33.7836,
+ 34.183600000000006
+ ],
+ "lon": [
+ -117.86540000000001,
+ -117.4654
+ ]
+ },
+ {
+ "city": "Fort Myers",
+ "lat": [
+ 26.4194,
+ 26.819399999999998
+ ],
+ "lon": [
+ -82.03020000000001,
+ -81.6302
+ ]
+ },
+ {
+ "city": "Kirkland",
+ "lat": [
+ 47.497,
+ 47.897000000000006
+ ],
+ "lon": [
+ -122.4057,
+ -122.00569999999999
+ ]
+ },
+ {
+ "city": "Santa Monica",
+ "lat": [
+ 33.823499999999996,
+ 34.2235
+ ],
+ "lon": [
+ -118.681,
+ -118.28099999999999
+ ]
+ },
+ {
+ "city": "Vineland",
+ "lat": [
+ 39.265299999999996,
+ 39.6653
+ ],
+ "lon": [
+ -75.1981,
+ -74.79809999999999
+ ]
+ },
+ {
+ "city": "Norwalk",
+ "lat": [
+ 40.9144,
+ 41.314400000000006
+ ],
+ "lon": [
+ -73.6215,
+ -73.22149999999999
+ ]
+ },
+ {
+ "city": "Alafaya",
+ "lat": [
+ 28.328,
+ 28.727999999999998
+ ],
+ "lon": [
+ -81.38680000000001,
+ -80.9868
+ ]
+ },
+ {
+ "city": "Lawton",
+ "lat": [
+ 34.4175,
+ 34.8175
+ ],
+ "lon": [
+ -98.6202,
+ -98.22019999999999
+ ]
+ },
+ {
+ "city": "Avondale",
+ "lat": [
+ 33.1873,
+ 33.587300000000006
+ ],
+ "lon": [
+ -112.5235,
+ -112.12349999999999
+ ]
+ },
+ {
+ "city": "Germantown",
+ "lat": [
+ 38.9755,
+ 39.3755
+ ],
+ "lon": [
+ -77.46430000000001,
+ -77.0643
+ ]
+ },
+ {
+ "city": "Rapid City",
+ "lat": [
+ 43.871599999999994,
+ 44.2716
+ ],
+ "lon": [
+ -103.4204,
+ -103.0204
+ ]
+ },
+ {
+ "city": "Westminster",
+ "lat": [
+ 33.552299999999995,
+ 33.9523
+ ],
+ "lon": [
+ -118.1938,
+ -117.79379999999999
+ ]
+ },
+ {
+ "city": "Clifton",
+ "lat": [
+ 40.663,
+ 41.063
+ ],
+ "lon": [
+ -74.3575,
+ -73.9575
+ ]
+ },
+ {
+ "city": "Cheektowaga",
+ "lat": [
+ 42.7082,
+ 43.108200000000004
+ ],
+ "lon": [
+ -78.9466,
+ -78.5466
+ ]
+ },
+ {
+ "city": "Waukegan",
+ "lat": [
+ 42.169799999999995,
+ 42.5698
+ ],
+ "lon": [
+ -88.0716,
+ -87.6716
+ ]
+ },
+ {
+ "city": "Bloomington",
+ "lat": [
+ 44.630599999999994,
+ 45.0306
+ ],
+ "lon": [
+ -93.5151,
+ -93.1151
+ ]
+ },
+ {
+ "city": "San Leandro",
+ "lat": [
+ 37.5074,
+ 37.9074
+ ],
+ "lon": [
+ -122.3599,
+ -121.95989999999999
+ ]
+ },
+ {
+ "city": "Newton",
+ "lat": [
+ 42.1316,
+ 42.531600000000005
+ ],
+ "lon": [
+ -71.4085,
+ -71.0085
+ ]
+ },
+ {
+ "city": "Joplin",
+ "lat": [
+ 36.875699999999995,
+ 37.2757
+ ],
+ "lon": [
+ -94.7018,
+ -94.3018
+ ]
+ },
+ {
+ "city": "Lawrence",
+ "lat": [
+ 42.5002,
+ 42.900200000000005
+ ],
+ "lon": [
+ -71.3626,
+ -70.9626
+ ]
+ },
+ {
+ "city": "Springdale",
+ "lat": [
+ 35.9901,
+ 36.390100000000004
+ ],
+ "lon": [
+ -94.3574,
+ -93.95739999999999
+ ]
+ },
+ {
+ "city": "Troy",
+ "lat": [
+ 42.381699999999995,
+ 42.7817
+ ],
+ "lon": [
+ -83.34570000000001,
+ -82.9457
+ ]
+ },
+ {
+ "city": "Citrus Heights",
+ "lat": [
+ 38.4948,
+ 38.894800000000004
+ ],
+ "lon": [
+ -121.488,
+ -121.088
+ ]
+ },
+ {
+ "city": "Deerfield Beach",
+ "lat": [
+ 26.105,
+ 26.505
+ ],
+ "lon": [
+ -80.32770000000001,
+ -79.9277
+ ]
+ },
+ {
+ "city": "Clarkstown",
+ "lat": [
+ 40.9319,
+ 41.331900000000005
+ ],
+ "lon": [
+ -74.166,
+ -73.76599999999999
+ ]
+ },
+ {
+ "city": "Town 'n' Country",
+ "lat": [
+ 27.8106,
+ 28.2106
+ ],
+ "lon": [
+ -82.7763,
+ -82.3763
+ ]
+ },
+ {
+ "city": "Winchester",
+ "lat": [
+ 38.973499999999994,
+ 39.3735
+ ],
+ "lon": [
+ -78.3746,
+ -77.9746
+ ]
+ },
+ {
+ "city": "Mission",
+ "lat": [
+ 26.0039,
+ 26.4039
+ ],
+ "lon": [
+ -98.5256,
+ -98.12559999999999
+ ]
+ },
+ {
+ "city": "Bryan",
+ "lat": [
+ 30.465,
+ 30.865
+ ],
+ "lon": [
+ -96.58070000000001,
+ -96.1807
+ ]
+ },
+ {
+ "city": "Hawthorne",
+ "lat": [
+ 33.7147,
+ 34.114700000000006
+ ],
+ "lon": [
+ -118.5476,
+ -118.1476
+ ]
+ },
+ {
+ "city": "Whittier",
+ "lat": [
+ 33.767799999999994,
+ 34.1678
+ ],
+ "lon": [
+ -118.2188,
+ -117.8188
+ ]
+ },
+ {
+ "city": "Livermore",
+ "lat": [
+ 37.486799999999995,
+ 37.8868
+ ],
+ "lon": [
+ -121.9607,
+ -121.5607
+ ]
+ },
+ {
+ "city": "Lake Forest",
+ "lat": [
+ 33.460499999999996,
+ 33.8605
+ ],
+ "lon": [
+ -117.87140000000001,
+ -117.4714
+ ]
+ },
+ {
+ "city": "San Ramon",
+ "lat": [
+ 37.5624,
+ 37.9624
+ ],
+ "lon": [
+ -122.1365,
+ -121.73649999999999
+ ]
+ },
+ {
+ "city": "Melbourne",
+ "lat": [
+ 27.9086,
+ 28.3086
+ ],
+ "lon": [
+ -80.8627,
+ -80.4627
+ ]
+ },
+ {
+ "city": "Franklin",
+ "lat": [
+ 35.72,
+ 36.120000000000005
+ ],
+ "lon": [
+ -87.05160000000001,
+ -86.6516
+ ]
+ },
+ {
+ "city": "Auburn",
+ "lat": [
+ 47.103899999999996,
+ 47.5039
+ ],
+ "lon": [
+ -122.41080000000001,
+ -122.0108
+ ]
+ },
+ {
+ "city": "Colonie",
+ "lat": [
+ 42.5396,
+ 42.939600000000006
+ ],
+ "lon": [
+ -73.98740000000001,
+ -73.5874
+ ]
+ },
+ {
+ "city": "Upper Darby",
+ "lat": [
+ 39.748999999999995,
+ 40.149
+ ],
+ "lon": [
+ -75.48910000000001,
+ -75.0891
+ ]
+ },
+ {
+ "city": "Port Huron",
+ "lat": [
+ 42.7821,
+ 43.182100000000005
+ ],
+ "lon": [
+ -82.6388,
+ -82.2388
+ ]
+ },
+ {
+ "city": "Decatur",
+ "lat": [
+ 39.655699999999996,
+ 40.0557
+ ],
+ "lon": [
+ -89.1342,
+ -88.7342
+ ]
+ },
+ {
+ "city": "Baytown",
+ "lat": [
+ 29.5587,
+ 29.9587
+ ],
+ "lon": [
+ -95.1671,
+ -94.7671
+ ]
+ },
+ {
+ "city": "Brooklyn Park",
+ "lat": [
+ 44.911199999999994,
+ 45.3112
+ ],
+ "lon": [
+ -93.5505,
+ -93.1505
+ ]
+ },
+ {
+ "city": "Springfield",
+ "lat": [
+ 39.73,
+ 40.13
+ ],
+ "lon": [
+ -83.9959,
+ -83.5959
+ ]
+ },
+ {
+ "city": "Newport Beach",
+ "lat": [
+ 33.415099999999995,
+ 33.8151
+ ],
+ "lon": [
+ -118.0668,
+ -117.6668
+ ]
+ },
+ {
+ "city": "Westland",
+ "lat": [
+ 42.1192,
+ 42.519200000000005
+ ],
+ "lon": [
+ -83.5805,
+ -83.1805
+ ]
+ },
+ {
+ "city": "Newark",
+ "lat": [
+ 39.870599999999996,
+ 40.2706
+ ],
+ "lon": [
+ -82.625,
+ -82.225
+ ]
+ },
+ {
+ "city": "Muncie",
+ "lat": [
+ 39.9989,
+ 40.398900000000005
+ ],
+ "lon": [
+ -85.595,
+ -85.195
+ ]
+ },
+ {
+ "city": "Farmington Hills",
+ "lat": [
+ 42.285999999999994,
+ 42.686
+ ],
+ "lon": [
+ -83.5771,
+ -83.1771
+ ]
+ },
+ {
+ "city": "Cicero",
+ "lat": [
+ 41.644499999999994,
+ 42.0445
+ ],
+ "lon": [
+ -87.9593,
+ -87.5593
+ ]
+ },
+ {
+ "city": "Buena Park",
+ "lat": [
+ 33.657199999999996,
+ 34.0572
+ ],
+ "lon": [
+ -118.2046,
+ -117.8046
+ ]
+ },
+ {
+ "city": "Warwick",
+ "lat": [
+ 41.5062,
+ 41.906200000000005
+ ],
+ "lon": [
+ -71.63340000000001,
+ -71.2334
+ ]
+ },
+ {
+ "city": "Hattiesburg",
+ "lat": [
+ 31.107400000000002,
+ 31.5074
+ ],
+ "lon": [
+ -89.517,
+ -89.11699999999999
+ ]
+ },
+ {
+ "city": "Cranston",
+ "lat": [
+ 41.565799999999996,
+ 41.9658
+ ],
+ "lon": [
+ -71.6858,
+ -71.2858
+ ]
+ },
+ {
+ "city": "Albany",
+ "lat": [
+ 31.3776,
+ 31.7776
+ ],
+ "lon": [
+ -84.3762,
+ -83.97619999999999
+ ]
+ },
+ {
+ "city": "Layton",
+ "lat": [
+ 40.876999999999995,
+ 41.277
+ ],
+ "lon": [
+ -112.162,
+ -111.762
+ ]
+ },
+ {
+ "city": "Madera",
+ "lat": [
+ 36.763,
+ 37.163000000000004
+ ],
+ "lon": [
+ -120.2778,
+ -119.8778
+ ]
+ },
+ {
+ "city": "Largo",
+ "lat": [
+ 27.7088,
+ 28.1088
+ ],
+ "lon": [
+ -82.9712,
+ -82.57119999999999
+ ]
+ },
+ {
+ "city": "Redwood City",
+ "lat": [
+ 37.302499999999995,
+ 37.7025
+ ],
+ "lon": [
+ -122.42530000000001,
+ -122.0253
+ ]
+ },
+ {
+ "city": "Mountain View",
+ "lat": [
+ 37.2001,
+ 37.600100000000005
+ ],
+ "lon": [
+ -122.2796,
+ -121.8796
+ ]
+ },
+ {
+ "city": "Pine Hills",
+ "lat": [
+ 28.381800000000002,
+ 28.7818
+ ],
+ "lon": [
+ -81.6692,
+ -81.2692
+ ]
+ },
+ {
+ "city": "Folsom",
+ "lat": [
+ 38.4668,
+ 38.866800000000005
+ ],
+ "lon": [
+ -121.3422,
+ -120.9422
+ ]
+ },
+ {
+ "city": "Silver Spring",
+ "lat": [
+ 38.8028,
+ 39.2028
+ ],
+ "lon": [
+ -77.22070000000001,
+ -76.8207
+ ]
+ },
+ {
+ "city": "Johns Creek",
+ "lat": [
+ 33.833299999999994,
+ 34.2333
+ ],
+ "lon": [
+ -84.4027,
+ -84.00269999999999
+ ]
+ },
+ {
+ "city": "The Villages",
+ "lat": [
+ 28.703400000000002,
+ 29.1034
+ ],
+ "lon": [
+ -82.1887,
+ -81.78869999999999
+ ]
+ },
+ {
+ "city": "Owensboro",
+ "lat": [
+ 37.5575,
+ 37.9575
+ ],
+ "lon": [
+ -87.3172,
+ -86.9172
+ ]
+ },
+ {
+ "city": "Napa",
+ "lat": [
+ 38.0975,
+ 38.4975
+ ],
+ "lon": [
+ -122.501,
+ -122.101
+ ]
+ },
+ {
+ "city": "New Rochelle",
+ "lat": [
+ 40.730399999999996,
+ 41.1304
+ ],
+ "lon": [
+ -73.98360000000001,
+ -73.5836
+ ]
+ },
+ {
+ "city": "Alhambra",
+ "lat": [
+ 33.884,
+ 34.284000000000006
+ ],
+ "lon": [
+ -118.3355,
+ -117.93549999999999
+ ]
+ },
+ {
+ "city": "Cheyenne",
+ "lat": [
+ 40.934999999999995,
+ 41.335
+ ],
+ "lon": [
+ -104.9902,
+ -104.5902
+ ]
+ },
+ {
+ "city": "Miami Beach",
+ "lat": [
+ 25.6171,
+ 26.0171
+ ],
+ "lon": [
+ -80.3396,
+ -79.9396
+ ]
+ },
+ {
+ "city": "Wenatchee",
+ "lat": [
+ 47.236,
+ 47.636
+ ],
+ "lon": [
+ -120.5295,
+ -120.1295
+ ]
+ },
+ {
+ "city": "Jackson",
+ "lat": [
+ 42.043099999999995,
+ 42.4431
+ ],
+ "lon": [
+ -84.6038,
+ -84.2038
+ ]
+ },
+ {
+ "city": "Lehi",
+ "lat": [
+ 40.2136,
+ 40.613600000000005
+ ],
+ "lon": [
+ -112.0725,
+ -111.6725
+ ]
+ },
+ {
+ "city": "Anderson",
+ "lat": [
+ 39.8891,
+ 40.289100000000005
+ ],
+ "lon": [
+ -85.8892,
+ -85.4892
+ ]
+ },
+ {
+ "city": "Homestead",
+ "lat": [
+ 25.2665,
+ 25.6665
+ ],
+ "lon": [
+ -80.6472,
+ -80.24719999999999
+ ]
+ },
+ {
+ "city": "Florence",
+ "lat": [
+ 34.6303,
+ 35.030300000000004
+ ],
+ "lon": [
+ -87.8655,
+ -87.46549999999999
+ ]
+ },
+ {
+ "city": "Rancho Cordova",
+ "lat": [
+ 38.3737,
+ 38.773700000000005
+ ],
+ "lon": [
+ -121.45270000000001,
+ -121.0527
+ ]
+ },
+ {
+ "city": "Morgantown",
+ "lat": [
+ 39.4383,
+ 39.838300000000004
+ ],
+ "lon": [
+ -80.1464,
+ -79.7464
+ ]
+ },
+ {
+ "city": "Boynton Beach",
+ "lat": [
+ 26.3281,
+ 26.728099999999998
+ ],
+ "lon": [
+ -80.28110000000001,
+ -79.8811
+ ]
+ },
+ {
+ "city": "Somerville",
+ "lat": [
+ 42.190799999999996,
+ 42.5908
+ ],
+ "lon": [
+ -71.3014,
+ -70.9014
+ ]
+ },
+ {
+ "city": "North Port",
+ "lat": [
+ 26.8576,
+ 27.2576
+ ],
+ "lon": [
+ -82.3977,
+ -81.9977
+ ]
+ },
+ {
+ "city": "Lakewood",
+ "lat": [
+ 33.647099999999995,
+ 34.0471
+ ],
+ "lon": [
+ -118.32220000000001,
+ -117.9222
+ ]
+ },
+ {
+ "city": "Salisbury",
+ "lat": [
+ 38.175599999999996,
+ 38.5756
+ ],
+ "lon": [
+ -75.7865,
+ -75.3865
+ ]
+ },
+ {
+ "city": "South Jordan",
+ "lat": [
+ 40.357,
+ 40.757000000000005
+ ],
+ "lon": [
+ -112.1784,
+ -111.77839999999999
+ ]
+ },
+ {
+ "city": "Parma",
+ "lat": [
+ 41.1843,
+ 41.584300000000006
+ ],
+ "lon": [
+ -81.9286,
+ -81.5286
+ ]
+ },
+ {
+ "city": "Pharr",
+ "lat": [
+ 25.968500000000002,
+ 26.3685
+ ],
+ "lon": [
+ -98.3904,
+ -97.9904
+ ]
+ },
+ {
+ "city": "State College",
+ "lat": [
+ 40.5909,
+ 40.9909
+ ],
+ "lon": [
+ -78.0567,
+ -77.6567
+ ]
+ },
+ {
+ "city": "Plymouth",
+ "lat": [
+ 44.8225,
+ 45.222500000000004
+ ],
+ "lon": [
+ -93.6617,
+ -93.26169999999999
+ ]
+ },
+ {
+ "city": "Turlock",
+ "lat": [
+ 37.305299999999995,
+ 37.7053
+ ],
+ "lon": [
+ -121.0588,
+ -120.6588
+ ]
+ },
+ {
+ "city": "Davis",
+ "lat": [
+ 38.3553,
+ 38.755300000000005
+ ],
+ "lon": [
+ -121.937,
+ -121.53699999999999
+ ]
+ },
+ {
+ "city": "Perris",
+ "lat": [
+ 33.5898,
+ 33.9898
+ ],
+ "lon": [
+ -117.4233,
+ -117.02329999999999
+ ]
+ },
+ {
+ "city": "Jonesboro",
+ "lat": [
+ 35.621199999999995,
+ 36.0212
+ ],
+ "lon": [
+ -90.87910000000001,
+ -90.4791
+ ]
+ },
+ {
+ "city": "Tustin",
+ "lat": [
+ 33.531099999999995,
+ 33.9311
+ ],
+ "lon": [
+ -118.0107,
+ -117.6107
+ ]
+ },
+ {
+ "city": "Terre Haute",
+ "lat": [
+ 39.266,
+ 39.666000000000004
+ ],
+ "lon": [
+ -87.5751,
+ -87.1751
+ ]
+ },
+ {
+ "city": "Upland",
+ "lat": [
+ 33.9178,
+ 34.317800000000005
+ ],
+ "lon": [
+ -117.8604,
+ -117.46039999999999
+ ]
+ },
+ {
+ "city": "Georgetown",
+ "lat": [
+ 30.466,
+ 30.866
+ ],
+ "lon": [
+ -97.8966,
+ -97.4966
+ ]
+ },
+ {
+ "city": "Texarkana",
+ "lat": [
+ 33.25,
+ 33.650000000000006
+ ],
+ "lon": [
+ -94.2847,
+ -93.8847
+ ]
+ },
+ {
+ "city": "Kendall",
+ "lat": [
+ 25.4697,
+ 25.869699999999998
+ ],
+ "lon": [
+ -80.5556,
+ -80.15559999999999
+ ]
+ },
+ {
+ "city": "Pasco",
+ "lat": [
+ 46.050599999999996,
+ 46.4506
+ ],
+ "lon": [
+ -119.3305,
+ -118.9305
+ ]
+ },
+ {
+ "city": "Milpitas",
+ "lat": [
+ 37.233599999999996,
+ 37.6336
+ ],
+ "lon": [
+ -122.0921,
+ -121.6921
+ ]
+ },
+ {
+ "city": "Carmichael",
+ "lat": [
+ 38.431799999999996,
+ 38.8318
+ ],
+ "lon": [
+ -121.5263,
+ -121.1263
+ ]
+ },
+ {
+ "city": "Chino Hills",
+ "lat": [
+ 33.7508,
+ 34.150800000000004
+ ],
+ "lon": [
+ -117.9254,
+ -117.52539999999999
+ ]
+ },
+ {
+ "city": "Flower Mound",
+ "lat": [
+ 32.8343,
+ 33.234300000000005
+ ],
+ "lon": [
+ -97.3146,
+ -96.9146
+ ]
+ },
+ {
+ "city": "Flagstaff",
+ "lat": [
+ 34.987199999999994,
+ 35.3872
+ ],
+ "lon": [
+ -111.8194,
+ -111.4194
+ ]
+ },
+ {
+ "city": "Alton",
+ "lat": [
+ 38.7037,
+ 39.1037
+ ],
+ "lon": [
+ -90.352,
+ -89.952
+ ]
+ },
+ {
+ "city": "Pleasanton",
+ "lat": [
+ 37.4663,
+ 37.8663
+ ],
+ "lon": [
+ -122.0805,
+ -121.6805
+ ]
+ },
+ {
+ "city": "Cedar Park",
+ "lat": [
+ 30.3105,
+ 30.7105
+ ],
+ "lon": [
+ -98.0197,
+ -97.6197
+ ]
+ },
+ {
+ "city": "Bellflower",
+ "lat": [
+ 33.687999999999995,
+ 34.088
+ ],
+ "lon": [
+ -118.3271,
+ -117.9271
+ ]
+ },
+ {
+ "city": "Loveland",
+ "lat": [
+ 40.2166,
+ 40.616600000000005
+ ],
+ "lon": [
+ -105.2623,
+ -104.86229999999999
+ ]
+ },
+ {
+ "city": "Mansfield",
+ "lat": [
+ 40.565599999999996,
+ 40.9656
+ ],
+ "lon": [
+ -82.7275,
+ -82.3275
+ ]
+ },
+ {
+ "city": "Hammond",
+ "lat": [
+ 41.416799999999995,
+ 41.8168
+ ],
+ "lon": [
+ -87.6909,
+ -87.2909
+ ]
+ },
+ {
+ "city": "Bethlehem",
+ "lat": [
+ 40.4266,
+ 40.826600000000006
+ ],
+ "lon": [
+ -75.56790000000001,
+ -75.1679
+ ]
+ },
+ {
+ "city": "Woodbury",
+ "lat": [
+ 44.7057,
+ 45.105700000000006
+ ],
+ "lon": [
+ -93.123,
+ -92.723
+ ]
+ },
+ {
+ "city": "Alameda",
+ "lat": [
+ 37.5668,
+ 37.966800000000006
+ ],
+ "lon": [
+ -122.467,
+ -122.067
+ ]
+ },
+ {
+ "city": "Wyoming",
+ "lat": [
+ 42.690799999999996,
+ 43.0908
+ ],
+ "lon": [
+ -85.9066,
+ -85.50659999999999
+ ]
+ },
+ {
+ "city": "Schaumburg",
+ "lat": [
+ 41.830799999999996,
+ 42.2308
+ ],
+ "lon": [
+ -88.2838,
+ -87.8838
+ ]
+ },
+ {
+ "city": "Castle Rock",
+ "lat": [
+ 39.1763,
+ 39.5763
+ ],
+ "lon": [
+ -105.0535,
+ -104.6535
+ ]
+ },
+ {
+ "city": "Evanston",
+ "lat": [
+ 41.846399999999996,
+ 42.2464
+ ],
+ "lon": [
+ -87.8943,
+ -87.4943
+ ]
+ },
+ {
+ "city": "Doral",
+ "lat": [
+ 25.6152,
+ 26.0152
+ ],
+ "lon": [
+ -80.5565,
+ -80.1565
+ ]
+ },
+ {
+ "city": "St. Joseph",
+ "lat": [
+ 39.559799999999996,
+ 39.9598
+ ],
+ "lon": [
+ -95.021,
+ -94.621
+ ]
+ },
+ {
+ "city": "Valdosta",
+ "lat": [
+ 30.6502,
+ 31.0502
+ ],
+ "lon": [
+ -83.4788,
+ -83.0788
+ ]
+ },
+ {
+ "city": "Wausau",
+ "lat": [
+ 44.762,
+ 45.162000000000006
+ ],
+ "lon": [
+ -89.8459,
+ -89.4459
+ ]
+ },
+ {
+ "city": "Pocatello",
+ "lat": [
+ 42.672399999999996,
+ 43.0724
+ ],
+ "lon": [
+ -112.6647,
+ -112.26469999999999
+ ]
+ },
+ {
+ "city": "Elizabethtown",
+ "lat": [
+ 37.503099999999996,
+ 37.9031
+ ],
+ "lon": [
+ -86.07730000000001,
+ -85.6773
+ ]
+ },
+ {
+ "city": "Anniston",
+ "lat": [
+ 33.471199999999996,
+ 33.8712
+ ],
+ "lon": [
+ -86.01350000000001,
+ -85.6135
+ ]
+ },
+ {
+ "city": "Arlington Heights",
+ "lat": [
+ 41.8955,
+ 42.295500000000004
+ ],
+ "lon": [
+ -88.18260000000001,
+ -87.7826
+ ]
+ },
+ {
+ "city": "Rochester Hills",
+ "lat": [
+ 42.464499999999994,
+ 42.8645
+ ],
+ "lon": [
+ -83.3563,
+ -82.9563
+ ]
+ },
+ {
+ "city": "Southfield",
+ "lat": [
+ 42.2765,
+ 42.676500000000004
+ ],
+ "lon": [
+ -83.4605,
+ -83.06049999999999
+ ]
+ },
+ {
+ "city": "Daytona Beach",
+ "lat": [
+ 28.9995,
+ 29.3995
+ ],
+ "lon": [
+ -81.29820000000001,
+ -80.8982
+ ]
+ },
+ {
+ "city": "Pittsburg",
+ "lat": [
+ 37.8182,
+ 38.2182
+ ],
+ "lon": [
+ -122.0965,
+ -121.6965
+ ]
+ },
+ {
+ "city": "Oshkosh",
+ "lat": [
+ 43.8227,
+ 44.2227
+ ],
+ "lon": [
+ -88.7619,
+ -88.36189999999999
+ ]
+ },
+ {
+ "city": "Redmond",
+ "lat": [
+ 47.476299999999995,
+ 47.8763
+ ],
+ "lon": [
+ -122.3169,
+ -121.9169
+ ]
+ },
+ {
+ "city": "Cherry Hill",
+ "lat": [
+ 39.703399999999995,
+ 40.1034
+ ],
+ "lon": [
+ -75.1947,
+ -74.79469999999999
+ ]
+ },
+ {
+ "city": "Saratoga Springs",
+ "lat": [
+ 42.867399999999996,
+ 43.2674
+ ],
+ "lon": [
+ -73.9775,
+ -73.5775
+ ]
+ },
+ {
+ "city": "Apple Valley",
+ "lat": [
+ 34.3352,
+ 34.735200000000006
+ ],
+ "lon": [
+ -117.4109,
+ -117.01089999999999
+ ]
+ },
+ {
+ "city": "Mansfield",
+ "lat": [
+ 32.369,
+ 32.769000000000005
+ ],
+ "lon": [
+ -97.32130000000001,
+ -96.9213
+ ]
+ },
+ {
+ "city": "Pawtucket",
+ "lat": [
+ 41.6744,
+ 42.074400000000004
+ ],
+ "lon": [
+ -71.57430000000001,
+ -71.1743
+ ]
+ },
+ {
+ "city": "Missouri City",
+ "lat": [
+ 29.363,
+ 29.762999999999998
+ ],
+ "lon": [
+ -95.7365,
+ -95.3365
+ ]
+ },
+ {
+ "city": "Broomfield",
+ "lat": [
+ 39.7542,
+ 40.1542
+ ],
+ "lon": [
+ -105.2526,
+ -104.8526
+ ]
+ },
+ {
+ "city": "Brick",
+ "lat": [
+ 39.86,
+ 40.260000000000005
+ ],
+ "lon": [
+ -74.3099,
+ -73.9099
+ ]
+ },
+ {
+ "city": "Janesville",
+ "lat": [
+ 42.4854,
+ 42.885400000000004
+ ],
+ "lon": [
+ -89.2135,
+ -88.81349999999999
+ ]
+ },
+ {
+ "city": "San Marcos",
+ "lat": [
+ 29.6734,
+ 30.0734
+ ],
+ "lon": [
+ -98.1356,
+ -97.73559999999999
+ ]
+ },
+ {
+ "city": "Camarillo",
+ "lat": [
+ 34.022999999999996,
+ 34.423
+ ],
+ "lon": [
+ -119.2321,
+ -118.8321
+ ]
+ },
+ {
+ "city": "Jackson",
+ "lat": [
+ 35.453799999999994,
+ 35.8538
+ ],
+ "lon": [
+ -89.03540000000001,
+ -88.6354
+ ]
+ },
+ {
+ "city": "Dothan",
+ "lat": [
+ 31.0336,
+ 31.4336
+ ],
+ "lon": [
+ -85.607,
+ -85.207
+ ]
+ },
+ {
+ "city": "Sherman",
+ "lat": [
+ 33.427299999999995,
+ 33.8273
+ ],
+ "lon": [
+ -96.8221,
+ -96.4221
+ ]
+ },
+ {
+ "city": "Lauderhill",
+ "lat": [
+ 25.9605,
+ 26.3605
+ ],
+ "lon": [
+ -80.42410000000001,
+ -80.0241
+ ]
+ },
+ {
+ "city": "Harrisonburg",
+ "lat": [
+ 38.2362,
+ 38.6362
+ ],
+ "lon": [
+ -79.07350000000001,
+ -78.6735
+ ]
+ },
+ {
+ "city": "Bolingbrook",
+ "lat": [
+ 41.4901,
+ 41.890100000000004
+ ],
+ "lon": [
+ -88.3021,
+ -87.90209999999999
+ ]
+ },
+ {
+ "city": "Ellicott City",
+ "lat": [
+ 39.0774,
+ 39.4774
+ ],
+ "lon": [
+ -77.03450000000001,
+ -76.6345
+ ]
+ },
+ {
+ "city": "Alexandria",
+ "lat": [
+ 31.0923,
+ 31.4923
+ ],
+ "lon": [
+ -92.67020000000001,
+ -92.2702
+ ]
+ },
+ {
+ "city": "Battle Creek",
+ "lat": [
+ 42.098499999999994,
+ 42.4985
+ ],
+ "lon": [
+ -85.42960000000001,
+ -85.0296
+ ]
+ },
+ {
+ "city": "New Britain",
+ "lat": [
+ 41.475899999999996,
+ 41.8759
+ ],
+ "lon": [
+ -72.9862,
+ -72.58619999999999
+ ]
+ },
+ {
+ "city": "Sheboygan",
+ "lat": [
+ 43.540299999999995,
+ 43.9403
+ ],
+ "lon": [
+ -87.9316,
+ -87.5316
+ ]
+ },
+ {
+ "city": "Brunswick",
+ "lat": [
+ 30.9449,
+ 31.3449
+ ],
+ "lon": [
+ -81.6746,
+ -81.27459999999999
+ ]
+ },
+ {
+ "city": "Altoona",
+ "lat": [
+ 40.3082,
+ 40.708200000000005
+ ],
+ "lon": [
+ -78.6007,
+ -78.2007
+ ]
+ },
+ {
+ "city": "Lodi",
+ "lat": [
+ 37.9218,
+ 38.3218
+ ],
+ "lon": [
+ -121.4932,
+ -121.0932
+ ]
+ },
+ {
+ "city": "Redlands",
+ "lat": [
+ 33.8512,
+ 34.251200000000004
+ ],
+ "lon": [
+ -117.3712,
+ -116.9712
+ ]
+ },
+ {
+ "city": "Dale City",
+ "lat": [
+ 38.4473,
+ 38.847300000000004
+ ],
+ "lon": [
+ -77.5459,
+ -77.1459
+ ]
+ },
+ {
+ "city": "Glen Burnie",
+ "lat": [
+ 38.955999999999996,
+ 39.356
+ ],
+ "lon": [
+ -76.8071,
+ -76.4071
+ ]
+ },
+ {
+ "city": "Mount Vernon",
+ "lat": [
+ 40.7136,
+ 41.113600000000005
+ ],
+ "lon": [
+ -74.0291,
+ -73.6291
+ ]
+ },
+ {
+ "city": "Lakeville",
+ "lat": [
+ 44.477399999999996,
+ 44.8774
+ ],
+ "lon": [
+ -93.452,
+ -93.05199999999999
+ ]
+ },
+ {
+ "city": "Dover",
+ "lat": [
+ 42.988699999999994,
+ 43.3887
+ ],
+ "lon": [
+ -71.0845,
+ -70.6845
+ ]
+ },
+ {
+ "city": "Lebanon",
+ "lat": [
+ 40.1412,
+ 40.5412
+ ],
+ "lon": [
+ -76.6228,
+ -76.22279999999999
+ ]
+ },
+ {
+ "city": "Rocklin",
+ "lat": [
+ 38.607499999999995,
+ 39.0075
+ ],
+ "lon": [
+ -121.44890000000001,
+ -121.0489
+ ]
+ },
+ {
+ "city": "Framingham",
+ "lat": [
+ 42.1085,
+ 42.508500000000005
+ ],
+ "lon": [
+ -71.63680000000001,
+ -71.2368
+ ]
+ },
+ {
+ "city": "Wesley Chapel",
+ "lat": [
+ 28.0106,
+ 28.4106
+ ],
+ "lon": [
+ -82.52380000000001,
+ -82.1238
+ ]
+ },
+ {
+ "city": "Noblesville",
+ "lat": [
+ 39.835499999999996,
+ 40.2355
+ ],
+ "lon": [
+ -86.2042,
+ -85.8042
+ ]
+ },
+ {
+ "city": "Tamarac",
+ "lat": [
+ 26.0056,
+ 26.4056
+ ],
+ "lon": [
+ -80.4539,
+ -80.0539
+ ]
+ },
+ {
+ "city": "Centreville",
+ "lat": [
+ 38.638999999999996,
+ 39.039
+ ],
+ "lon": [
+ -77.6389,
+ -77.2389
+ ]
+ },
+ {
+ "city": "Poinciana",
+ "lat": [
+ 27.9217,
+ 28.3217
+ ],
+ "lon": [
+ -81.6821,
+ -81.2821
+ ]
+ },
+ {
+ "city": "Fairbanks",
+ "lat": [
+ 64.6353,
+ 65.0353
+ ],
+ "lon": [
+ -147.8533,
+ -147.4533
+ ]
+ },
+ {
+ "city": "Lake Elsinore",
+ "lat": [
+ 33.4847,
+ 33.8847
+ ],
+ "lon": [
+ -117.5344,
+ -117.1344
+ ]
+ },
+ {
+ "city": "Camden",
+ "lat": [
+ 39.7361,
+ 40.136100000000006
+ ],
+ "lon": [
+ -75.3073,
+ -74.90729999999999
+ ]
+ },
+ {
+ "city": "Rogers",
+ "lat": [
+ 36.117,
+ 36.517
+ ],
+ "lon": [
+ -94.3531,
+ -93.95309999999999
+ ]
+ },
+ {
+ "city": "Blaine",
+ "lat": [
+ 44.9696,
+ 45.369600000000005
+ ],
+ "lon": [
+ -93.4077,
+ -93.0077
+ ]
+ },
+ {
+ "city": "Wilmington",
+ "lat": [
+ 39.5415,
+ 39.941500000000005
+ ],
+ "lon": [
+ -75.7416,
+ -75.3416
+ ]
+ },
+ {
+ "city": "St. Charles",
+ "lat": [
+ 38.5954,
+ 38.995400000000004
+ ],
+ "lon": [
+ -90.7157,
+ -90.31569999999999
+ ]
+ },
+ {
+ "city": "Blacksburg",
+ "lat": [
+ 37.029999999999994,
+ 37.43
+ ],
+ "lon": [
+ -80.6279,
+ -80.22789999999999
+ ]
+ },
+ {
+ "city": "Waukesha",
+ "lat": [
+ 42.808699999999995,
+ 43.2087
+ ],
+ "lon": [
+ -88.4464,
+ -88.04639999999999
+ ]
+ },
+ {
+ "city": "Casas Adobes",
+ "lat": [
+ 32.1423,
+ 32.542300000000004
+ ],
+ "lon": [
+ -111.21130000000001,
+ -110.8113
+ ]
+ },
+ {
+ "city": "Baldwin Park",
+ "lat": [
+ 33.8829,
+ 34.282900000000005
+ ],
+ "lon": [
+ -118.1722,
+ -117.7722
+ ]
+ },
+ {
+ "city": "Cleveland",
+ "lat": [
+ 34.9817,
+ 35.3817
+ ],
+ "lon": [
+ -85.0707,
+ -84.6707
+ ]
+ },
+ {
+ "city": "Dublin",
+ "lat": [
+ 37.516099999999994,
+ 37.9161
+ ],
+ "lon": [
+ -122.0963,
+ -121.6963
+ ]
+ },
+ {
+ "city": "Ankeny",
+ "lat": [
+ 41.5288,
+ 41.9288
+ ],
+ "lon": [
+ -93.8031,
+ -93.4031
+ ]
+ },
+ {
+ "city": "Maple Grove",
+ "lat": [
+ 44.908899999999996,
+ 45.3089
+ ],
+ "lon": [
+ -93.6626,
+ -93.26259999999999
+ ]
+ },
+ {
+ "city": "Bayonne",
+ "lat": [
+ 40.4668,
+ 40.866800000000005
+ ],
+ "lon": [
+ -74.3158,
+ -73.91579999999999
+ ]
+ },
+ {
+ "city": "North Richland Hills",
+ "lat": [
+ 32.660399999999996,
+ 33.0604
+ ],
+ "lon": [
+ -97.418,
+ -97.018
+ ]
+ },
+ {
+ "city": "Eastvale",
+ "lat": [
+ 33.7617,
+ 34.1617
+ ],
+ "lon": [
+ -117.7803,
+ -117.38029999999999
+ ]
+ },
+ {
+ "city": "Glens Falls",
+ "lat": [
+ 43.110899999999994,
+ 43.5109
+ ],
+ "lon": [
+ -73.8458,
+ -73.44579999999999
+ ]
+ },
+ {
+ "city": "Longview",
+ "lat": [
+ 45.946099999999994,
+ 46.3461
+ ],
+ "lon": [
+ -123.163,
+ -122.76299999999999
+ ]
+ },
+ {
+ "city": "Tulare",
+ "lat": [
+ 35.9995,
+ 36.3995
+ ],
+ "lon": [
+ -119.54,
+ -119.14
+ ]
+ },
+ {
+ "city": "Conway",
+ "lat": [
+ 34.875299999999996,
+ 35.2753
+ ],
+ "lon": [
+ -92.6692,
+ -92.2692
+ ]
+ },
+ {
+ "city": "West Des Moines",
+ "lat": [
+ 41.3521,
+ 41.752100000000006
+ ],
+ "lon": [
+ -93.98060000000001,
+ -93.5806
+ ]
+ },
+ {
+ "city": "Redondo Beach",
+ "lat": [
+ 33.6577,
+ 34.057700000000004
+ ],
+ "lon": [
+ -118.5765,
+ -118.17649999999999
+ ]
+ },
+ {
+ "city": "Walnut Creek",
+ "lat": [
+ 37.7024,
+ 38.1024
+ ],
+ "lon": [
+ -122.2399,
+ -121.8399
+ ]
+ },
+ {
+ "city": "Passaic",
+ "lat": [
+ 40.657399999999996,
+ 41.0574
+ ],
+ "lon": [
+ -74.32820000000001,
+ -73.9282
+ ]
+ },
+ {
+ "city": "Porterville",
+ "lat": [
+ 35.8643,
+ 36.264300000000006
+ ],
+ "lon": [
+ -119.2338,
+ -118.8338
+ ]
+ },
+ {
+ "city": "Maricopa",
+ "lat": [
+ 32.840799999999994,
+ 33.2408
+ ],
+ "lon": [
+ -112.2011,
+ -111.80109999999999
+ ]
+ },
+ {
+ "city": "Spring Hill",
+ "lat": [
+ 35.543699999999994,
+ 35.9437
+ ],
+ "lon": [
+ -87.11160000000001,
+ -86.7116
+ ]
+ },
+ {
+ "city": "Gaithersburg",
+ "lat": [
+ 38.934599999999996,
+ 39.3346
+ ],
+ "lon": [
+ -77.4131,
+ -77.0131
+ ]
+ },
+ {
+ "city": "El Paso de Robles",
+ "lat": [
+ 35.4394,
+ 35.839400000000005
+ ],
+ "lon": [
+ -120.85600000000001,
+ -120.456
+ ]
+ },
+ {
+ "city": "East Orange",
+ "lat": [
+ 40.565099999999994,
+ 40.9651
+ ],
+ "lon": [
+ -74.4117,
+ -74.01169999999999
+ ]
+ },
+ {
+ "city": "Southampton",
+ "lat": [
+ 40.6997,
+ 41.099700000000006
+ ],
+ "lon": [
+ -72.6931,
+ -72.2931
+ ]
+ },
+ {
+ "city": "Sumter",
+ "lat": [
+ 33.7392,
+ 34.1392
+ ],
+ "lon": [
+ -80.593,
+ -80.193
+ ]
+ },
+ {
+ "city": "Grand Forks",
+ "lat": [
+ 47.721399999999996,
+ 48.1214
+ ],
+ "lon": [
+ -97.2884,
+ -96.88839999999999
+ ]
+ },
+ {
+ "city": "Bristol",
+ "lat": [
+ 36.3572,
+ 36.757200000000005
+ ],
+ "lon": [
+ -82.4154,
+ -82.0154
+ ]
+ },
+ {
+ "city": "Michigan City",
+ "lat": [
+ 41.5092,
+ 41.909200000000006
+ ],
+ "lon": [
+ -87.069,
+ -86.669
+ ]
+ },
+ {
+ "city": "Gary",
+ "lat": [
+ 41.390499999999996,
+ 41.7905
+ ],
+ "lon": [
+ -87.5473,
+ -87.1473
+ ]
+ },
+ {
+ "city": "Dubuque",
+ "lat": [
+ 42.3002,
+ 42.7002
+ ],
+ "lon": [
+ -90.907,
+ -90.50699999999999
+ ]
+ },
+ {
+ "city": "Schenectady",
+ "lat": [
+ 42.6025,
+ 43.002500000000005
+ ],
+ "lon": [
+ -74.1275,
+ -73.72749999999999
+ ]
+ },
+ {
+ "city": "Casper",
+ "lat": [
+ 42.641999999999996,
+ 43.042
+ ],
+ "lon": [
+ -106.52080000000001,
+ -106.1208
+ ]
+ },
+ {
+ "city": "Franklin",
+ "lat": [
+ 40.2759,
+ 40.675900000000006
+ ],
+ "lon": [
+ -74.75150000000001,
+ -74.3515
+ ]
+ },
+ {
+ "city": "Hanford",
+ "lat": [
+ 36.127399999999994,
+ 36.5274
+ ],
+ "lon": [
+ -119.8549,
+ -119.4549
+ ]
+ },
+ {
+ "city": "Shawnee",
+ "lat": [
+ 38.815799999999996,
+ 39.2158
+ ],
+ "lon": [
+ -95.0076,
+ -94.60759999999999
+ ]
+ },
+ {
+ "city": "South Hill",
+ "lat": [
+ 46.919799999999995,
+ 47.3198
+ ],
+ "lon": [
+ -122.48530000000001,
+ -122.0853
+ ]
+ },
+ {
+ "city": "Eagan",
+ "lat": [
+ 44.617,
+ 45.017
+ ],
+ "lon": [
+ -93.3638,
+ -92.96379999999999
+ ]
+ },
+ {
+ "city": "Union City",
+ "lat": [
+ 37.4032,
+ 37.803200000000004
+ ],
+ "lon": [
+ -122.2181,
+ -121.8181
+ ]
+ },
+ {
+ "city": "Weston",
+ "lat": [
+ 25.9006,
+ 26.3006
+ ],
+ "lon": [
+ -80.6054,
+ -80.2054
+ ]
+ },
+ {
+ "city": "Kankakee",
+ "lat": [
+ 40.901999999999994,
+ 41.302
+ ],
+ "lon": [
+ -88.0643,
+ -87.6643
+ ]
+ },
+ {
+ "city": "Leander",
+ "lat": [
+ 30.3728,
+ 30.7728
+ ],
+ "lon": [
+ -98.0618,
+ -97.6618
+ ]
+ },
+ {
+ "city": "Hammond",
+ "lat": [
+ 30.3061,
+ 30.7061
+ ],
+ "lon": [
+ -90.6563,
+ -90.2563
+ ]
+ },
+ {
+ "city": "Corvallis",
+ "lat": [
+ 44.3698,
+ 44.769800000000004
+ ],
+ "lon": [
+ -123.4779,
+ -123.0779
+ ]
+ },
+ {
+ "city": "Apex",
+ "lat": [
+ 35.5237,
+ 35.923700000000004
+ ],
+ "lon": [
+ -79.07430000000001,
+ -78.6743
+ ]
+ },
+ {
+ "city": "Yorba Linda",
+ "lat": [
+ 33.689,
+ 34.089000000000006
+ ],
+ "lon": [
+ -117.9714,
+ -117.5714
+ ]
+ },
+ {
+ "city": "Bethesda",
+ "lat": [
+ 38.7866,
+ 39.186600000000006
+ ],
+ "lon": [
+ -77.3188,
+ -76.91879999999999
+ ]
+ },
+ {
+ "city": "Old Bridge",
+ "lat": [
+ 40.200399999999995,
+ 40.6004
+ ],
+ "lon": [
+ -74.5126,
+ -74.1126
+ ]
+ },
+ {
+ "city": "Haverhill",
+ "lat": [
+ 42.5838,
+ 42.9838
+ ],
+ "lon": [
+ -71.28710000000001,
+ -70.8871
+ ]
+ },
+ {
+ "city": "Palo Alto",
+ "lat": [
+ 37.1905,
+ 37.590500000000006
+ ],
+ "lon": [
+ -122.3468,
+ -121.9468
+ ]
+ },
+ {
+ "city": "Rockville",
+ "lat": [
+ 38.883399999999995,
+ 39.2834
+ ],
+ "lon": [
+ -77.3553,
+ -76.9553
+ ]
+ },
+ {
+ "city": "Spring",
+ "lat": [
+ 29.8613,
+ 30.2613
+ ],
+ "lon": [
+ -95.583,
+ -95.18299999999999
+ ]
+ },
+ {
+ "city": "Delray Beach",
+ "lat": [
+ 26.255,
+ 26.654999999999998
+ ],
+ "lon": [
+ -80.29050000000001,
+ -79.8905
+ ]
+ },
+ {
+ "city": "Middletown",
+ "lat": [
+ 40.1892,
+ 40.589200000000005
+ ],
+ "lon": [
+ -74.282,
+ -73.88199999999999
+ ]
+ },
+ {
+ "city": "Watsonville",
+ "lat": [
+ 36.7206,
+ 37.1206
+ ],
+ "lon": [
+ -121.9708,
+ -121.57079999999999
+ ]
+ },
+ {
+ "city": "Mount Vernon",
+ "lat": [
+ 48.220299999999995,
+ 48.6203
+ ],
+ "lon": [
+ -122.5115,
+ -122.11149999999999
+ ]
+ },
+ {
+ "city": "Palatine",
+ "lat": [
+ 41.918,
+ 42.318000000000005
+ ],
+ "lon": [
+ -88.24300000000001,
+ -87.843
+ ]
+ },
+ {
+ "city": "Victoria",
+ "lat": [
+ 28.628700000000002,
+ 29.0287
+ ],
+ "lon": [
+ -97.1849,
+ -96.7849
+ ]
+ },
+ {
+ "city": "Skokie",
+ "lat": [
+ 41.836,
+ 42.236000000000004
+ ],
+ "lon": [
+ -87.94,
+ -87.53999999999999
+ ]
+ },
+ {
+ "city": "Morristown",
+ "lat": [
+ 36.0043,
+ 36.404300000000006
+ ],
+ "lon": [
+ -83.5001,
+ -83.1001
+ ]
+ },
+ {
+ "city": "Sammamish",
+ "lat": [
+ 47.4017,
+ 47.801700000000004
+ ],
+ "lon": [
+ -122.2416,
+ -121.8416
+ ]
+ },
+ {
+ "city": "Union City",
+ "lat": [
+ 40.567499999999995,
+ 40.9675
+ ],
+ "lon": [
+ -74.23230000000001,
+ -73.8323
+ ]
+ },
+ {
+ "city": "Queen Creek",
+ "lat": [
+ 33.045399999999994,
+ 33.4454
+ ],
+ "lon": [
+ -111.8173,
+ -111.4173
+ ]
+ },
+ {
+ "city": "Alpharetta",
+ "lat": [
+ 33.8704,
+ 34.2704
+ ],
+ "lon": [
+ -84.4738,
+ -84.07379999999999
+ ]
+ },
+ {
+ "city": "Lima",
+ "lat": [
+ 40.541,
+ 40.941
+ ],
+ "lon": [
+ -84.312,
+ -83.91199999999999
+ ]
+ },
+ {
+ "city": "Novi",
+ "lat": [
+ 42.2786,
+ 42.6786
+ ],
+ "lon": [
+ -83.6893,
+ -83.2893
+ ]
+ },
+ {
+ "city": "Great Falls",
+ "lat": [
+ 47.3022,
+ 47.702200000000005
+ ],
+ "lon": [
+ -111.4996,
+ -111.0996
+ ]
+ },
+ {
+ "city": "Ames",
+ "lat": [
+ 41.825599999999994,
+ 42.2256
+ ],
+ "lon": [
+ -93.8217,
+ -93.4217
+ ]
+ },
+ {
+ "city": "Gloucester",
+ "lat": [
+ 39.5924,
+ 39.9924
+ ],
+ "lon": [
+ -75.2363,
+ -74.8363
+ ]
+ },
+ {
+ "city": "Malden",
+ "lat": [
+ 42.2305,
+ 42.630500000000005
+ ],
+ "lon": [
+ -71.2576,
+ -70.85759999999999
+ ]
+ },
+ {
+ "city": "Dundalk",
+ "lat": [
+ 39.0704,
+ 39.470400000000005
+ ],
+ "lon": [
+ -76.69420000000001,
+ -76.2942
+ ]
+ },
+ {
+ "city": "Albany",
+ "lat": [
+ 44.4272,
+ 44.827200000000005
+ ],
+ "lon": [
+ -123.29650000000001,
+ -122.8965
+ ]
+ },
+ {
+ "city": "Castro Valley",
+ "lat": [
+ 37.508799999999994,
+ 37.9088
+ ],
+ "lon": [
+ -122.2626,
+ -121.8626
+ ]
+ },
+ {
+ "city": "Dalton",
+ "lat": [
+ 34.568999999999996,
+ 34.969
+ ],
+ "lon": [
+ -85.172,
+ -84.77199999999999
+ ]
+ },
+ {
+ "city": "Lynwood",
+ "lat": [
+ 33.724,
+ 34.124
+ ],
+ "lon": [
+ -118.4016,
+ -118.0016
+ ]
+ },
+ {
+ "city": "Pflugerville",
+ "lat": [
+ 30.2515,
+ 30.6515
+ ],
+ "lon": [
+ -97.8018,
+ -97.4018
+ ]
+ },
+ {
+ "city": "Sebring",
+ "lat": [
+ 27.277,
+ 27.677
+ ],
+ "lon": [
+ -81.653,
+ -81.253
+ ]
+ },
+ {
+ "city": "Kenner",
+ "lat": [
+ 29.8109,
+ 30.2109
+ ],
+ "lon": [
+ -90.45490000000001,
+ -90.0549
+ ]
+ },
+ {
+ "city": "Port Charlotte",
+ "lat": [
+ 26.791800000000002,
+ 27.1918
+ ],
+ "lon": [
+ -82.31400000000001,
+ -81.914
+ ]
+ },
+ {
+ "city": "Waltham",
+ "lat": [
+ 42.1889,
+ 42.5889
+ ],
+ "lon": [
+ -71.4423,
+ -71.0423
+ ]
+ },
+ {
+ "city": "Commerce City",
+ "lat": [
+ 39.6641,
+ 40.0641
+ ],
+ "lon": [
+ -105.043,
+ -104.643
+ ]
+ },
+ {
+ "city": "Brentwood",
+ "lat": [
+ 37.7356,
+ 38.135600000000004
+ ],
+ "lon": [
+ -121.919,
+ -121.51899999999999
+ ]
+ },
+ {
+ "city": "North Little Rock",
+ "lat": [
+ 34.5807,
+ 34.980700000000006
+ ],
+ "lon": [
+ -92.4371,
+ -92.0371
+ ]
+ },
+ {
+ "city": "South San Francisco",
+ "lat": [
+ 37.453799999999994,
+ 37.8538
+ ],
+ "lon": [
+ -122.6196,
+ -122.2196
+ ]
+ },
+ {
+ "city": "Bellevue",
+ "lat": [
+ 40.948499999999996,
+ 41.3485
+ ],
+ "lon": [
+ -96.139,
+ -95.73899999999999
+ ]
+ },
+ {
+ "city": "Burnsville",
+ "lat": [
+ 44.5648,
+ 44.964800000000004
+ ],
+ "lon": [
+ -93.47930000000001,
+ -93.0793
+ ]
+ },
+ {
+ "city": "Greenwood",
+ "lat": [
+ 39.4019,
+ 39.8019
+ ],
+ "lon": [
+ -86.3073,
+ -85.90729999999999
+ ]
+ },
+ {
+ "city": "Rowlett",
+ "lat": [
+ 32.7155,
+ 33.115500000000004
+ ],
+ "lon": [
+ -96.7489,
+ -96.3489
+ ]
+ },
+ {
+ "city": "Laguna Niguel",
+ "lat": [
+ 33.3275,
+ 33.727500000000006
+ ],
+ "lon": [
+ -117.905,
+ -117.505
+ ]
+ },
+ {
+ "city": "Bozeman",
+ "lat": [
+ 45.4833,
+ 45.883300000000006
+ ],
+ "lon": [
+ -111.25580000000001,
+ -110.8558
+ ]
+ },
+ {
+ "city": "Lower Merion",
+ "lat": [
+ 39.828199999999995,
+ 40.2282
+ ],
+ "lon": [
+ -75.4807,
+ -75.0807
+ ]
+ },
+ {
+ "city": "Port Orange",
+ "lat": [
+ 28.9085,
+ 29.3085
+ ],
+ "lon": [
+ -81.2137,
+ -80.8137
+ ]
+ },
+ {
+ "city": "Reston",
+ "lat": [
+ 38.7497,
+ 39.1497
+ ],
+ "lon": [
+ -77.54610000000001,
+ -77.1461
+ ]
+ },
+ {
+ "city": "San Clemente",
+ "lat": [
+ 33.2499,
+ 33.6499
+ ],
+ "lon": [
+ -117.81020000000001,
+ -117.4102
+ ]
+ },
+ {
+ "city": "Caldwell",
+ "lat": [
+ 43.445299999999996,
+ 43.8453
+ ],
+ "lon": [
+ -116.85940000000001,
+ -116.4594
+ ]
+ },
+ {
+ "city": "Coon Rapids",
+ "lat": [
+ 44.9755,
+ 45.3755
+ ],
+ "lon": [
+ -93.5094,
+ -93.1094
+ ]
+ },
+ {
+ "city": "Millcreek",
+ "lat": [
+ 40.4892,
+ 40.8892
+ ],
+ "lon": [
+ -112.0292,
+ -111.6292
+ ]
+ },
+ {
+ "city": "Eden Prairie",
+ "lat": [
+ 44.648799999999994,
+ 45.0488
+ ],
+ "lon": [
+ -93.65950000000001,
+ -93.2595
+ ]
+ },
+ {
+ "city": "Parkersburg",
+ "lat": [
+ 39.0623,
+ 39.462300000000006
+ ],
+ "lon": [
+ -81.742,
+ -81.342
+ ]
+ },
+ {
+ "city": "Hamilton",
+ "lat": [
+ 39.1939,
+ 39.593900000000005
+ ],
+ "lon": [
+ -84.7653,
+ -84.36529999999999
+ ]
+ },
+ {
+ "city": "Moore",
+ "lat": [
+ 35.1293,
+ 35.529300000000006
+ ],
+ "lon": [
+ -97.6757,
+ -97.2757
+ ]
+ },
+ {
+ "city": "Lakewood",
+ "lat": [
+ 46.962799999999994,
+ 47.3628
+ ],
+ "lon": [
+ -122.7299,
+ -122.3299
+ ]
+ },
+ {
+ "city": "Bay City",
+ "lat": [
+ 43.3902,
+ 43.790200000000006
+ ],
+ "lon": [
+ -84.0887,
+ -83.6887
+ ]
+ },
+ {
+ "city": "Bossier City",
+ "lat": [
+ 32.322399999999995,
+ 32.7224
+ ],
+ "lon": [
+ -93.8668,
+ -93.46679999999999
+ ]
+ },
+ {
+ "city": "Brookline",
+ "lat": [
+ 42.1243,
+ 42.524300000000004
+ ],
+ "lon": [
+ -71.3408,
+ -70.9408
+ ]
+ },
+ {
+ "city": "Bensalem",
+ "lat": [
+ 39.9086,
+ 40.308600000000006
+ ],
+ "lon": [
+ -75.1431,
+ -74.7431
+ ]
+ },
+ {
+ "city": "Plymouth",
+ "lat": [
+ 41.6783,
+ 42.078300000000006
+ ],
+ "lon": [
+ -70.8309,
+ -70.4309
+ ]
+ },
+ {
+ "city": "Council Bluffs",
+ "lat": [
+ 41.036899999999996,
+ 41.4369
+ ],
+ "lon": [
+ -96.05160000000001,
+ -95.6516
+ ]
+ },
+ {
+ "city": "Huntersville",
+ "lat": [
+ 35.205999999999996,
+ 35.606
+ ],
+ "lon": [
+ -81.0716,
+ -80.6716
+ ]
+ },
+ {
+ "city": "Taylor",
+ "lat": [
+ 42.025999999999996,
+ 42.426
+ ],
+ "lon": [
+ -83.4688,
+ -83.0688
+ ]
+ },
+ {
+ "city": "Hendersonville",
+ "lat": [
+ 36.1063,
+ 36.5063
+ ],
+ "lon": [
+ -86.7997,
+ -86.3997
+ ]
+ },
+ {
+ "city": "Sanford",
+ "lat": [
+ 28.589100000000002,
+ 28.9891
+ ],
+ "lon": [
+ -81.4757,
+ -81.0757
+ ]
+ },
+ {
+ "city": "La Habra",
+ "lat": [
+ 33.728199999999994,
+ 34.1282
+ ],
+ "lon": [
+ -118.1515,
+ -117.7515
+ ]
+ },
+ {
+ "city": "Horizon West",
+ "lat": [
+ 28.2417,
+ 28.6417
+ ],
+ "lon": [
+ -81.8146,
+ -81.4146
+ ]
+ },
+ {
+ "city": "Dearborn Heights",
+ "lat": [
+ 42.1164,
+ 42.516400000000004
+ ],
+ "lon": [
+ -83.4769,
+ -83.0769
+ ]
+ },
+ {
+ "city": "St. Cloud",
+ "lat": [
+ 28.0363,
+ 28.4363
+ ],
+ "lon": [
+ -81.4779,
+ -81.0779
+ ]
+ },
+ {
+ "city": "Pontiac",
+ "lat": [
+ 42.449299999999994,
+ 42.8493
+ ],
+ "lon": [
+ -83.48780000000001,
+ -83.0878
+ ]
+ },
+ {
+ "city": "Richland",
+ "lat": [
+ 46.0824,
+ 46.482400000000005
+ ],
+ "lon": [
+ -119.4939,
+ -119.09389999999999
+ ]
+ },
+ {
+ "city": "Marietta",
+ "lat": [
+ 33.753299999999996,
+ 34.1533
+ ],
+ "lon": [
+ -84.7422,
+ -84.34219999999999
+ ]
+ },
+ {
+ "city": "Florence-Graham",
+ "lat": [
+ 33.7682,
+ 34.168200000000006
+ ],
+ "lon": [
+ -118.4447,
+ -118.04469999999999
+ ]
+ },
+ {
+ "city": "Springfield",
+ "lat": [
+ 43.8538,
+ 44.253800000000005
+ ],
+ "lon": [
+ -123.1811,
+ -122.7811
+ ]
+ },
+ {
+ "city": "Encinitas",
+ "lat": [
+ 32.849199999999996,
+ 33.2492
+ ],
+ "lon": [
+ -117.461,
+ -117.06099999999999
+ ]
+ },
+ {
+ "city": "Wellington",
+ "lat": [
+ 26.4461,
+ 26.8461
+ ],
+ "lon": [
+ -80.46990000000001,
+ -80.0699
+ ]
+ },
+ {
+ "city": "Palm Harbor",
+ "lat": [
+ 27.884700000000002,
+ 28.2847
+ ],
+ "lon": [
+ -82.9481,
+ -82.54809999999999
+ ]
+ },
+ {
+ "city": "Montebello",
+ "lat": [
+ 33.8155,
+ 34.215500000000006
+ ],
+ "lon": [
+ -118.3108,
+ -117.9108
+ ]
+ },
+ {
+ "city": "Woodland",
+ "lat": [
+ 38.471199999999996,
+ 38.8712
+ ],
+ "lon": [
+ -121.95,
+ -121.55
+ ]
+ },
+ {
+ "city": "North Bergen",
+ "lat": [
+ 40.593799999999995,
+ 40.9938
+ ],
+ "lon": [
+ -74.2242,
+ -73.82419999999999
+ ]
+ },
+ {
+ "city": "Bristol",
+ "lat": [
+ 41.481199999999994,
+ 41.8812
+ ],
+ "lon": [
+ -73.14070000000001,
+ -72.7407
+ ]
+ },
+ {
+ "city": "Jupiter",
+ "lat": [
+ 26.720000000000002,
+ 27.12
+ ],
+ "lon": [
+ -80.3128,
+ -79.91279999999999
+ ]
+ },
+ {
+ "city": "La Mesa",
+ "lat": [
+ 32.570299999999996,
+ 32.9703
+ ],
+ "lon": [
+ -117.2204,
+ -116.82039999999999
+ ]
+ },
+ {
+ "city": "Pico Rivera",
+ "lat": [
+ 33.790099999999995,
+ 34.1901
+ ],
+ "lon": [
+ -118.28880000000001,
+ -117.8888
+ ]
+ },
+ {
+ "city": "Piscataway",
+ "lat": [
+ 40.3467,
+ 40.746700000000004
+ ],
+ "lon": [
+ -74.6636,
+ -74.2636
+ ]
+ },
+ {
+ "city": "San Rafael",
+ "lat": [
+ 37.790499999999994,
+ 38.1905
+ ],
+ "lon": [
+ -122.7221,
+ -122.32209999999999
+ ]
+ },
+ {
+ "city": "Meriden",
+ "lat": [
+ 41.3369,
+ 41.736900000000006
+ ],
+ "lon": [
+ -72.9946,
+ -72.5946
+ ]
+ },
+ {
+ "city": "Euless",
+ "lat": [
+ 32.6508,
+ 33.0508
+ ],
+ "lon": [
+ -97.28,
+ -96.88
+ ]
+ },
+ {
+ "city": "Irvington",
+ "lat": [
+ 40.5243,
+ 40.9243
+ ],
+ "lon": [
+ -74.4317,
+ -74.0317
+ ]
+ },
+ {
+ "city": "Union",
+ "lat": [
+ 40.4953,
+ 40.895300000000006
+ ],
+ "lon": [
+ -74.4697,
+ -74.0697
+ ]
+ },
+ {
+ "city": "Parker",
+ "lat": [
+ 39.3084,
+ 39.708400000000005
+ ],
+ "lon": [
+ -104.9753,
+ -104.5753
+ ]
+ },
+ {
+ "city": "Clay",
+ "lat": [
+ 42.980799999999995,
+ 43.3808
+ ],
+ "lon": [
+ -76.39540000000001,
+ -75.9954
+ ]
+ },
+ {
+ "city": "Hamburg",
+ "lat": [
+ 42.5394,
+ 42.939400000000006
+ ],
+ "lon": [
+ -79.0581,
+ -78.65809999999999
+ ]
+ },
+ {
+ "city": "Revere",
+ "lat": [
+ 42.2189,
+ 42.618900000000004
+ ],
+ "lon": [
+ -71.20400000000001,
+ -70.804
+ ]
+ },
+ {
+ "city": "Stonecrest",
+ "lat": [
+ 33.484199999999994,
+ 33.8842
+ ],
+ "lon": [
+ -84.33720000000001,
+ -83.9372
+ ]
+ },
+ {
+ "city": "Chapel Hill",
+ "lat": [
+ 35.7271,
+ 36.127100000000006
+ ],
+ "lon": [
+ -79.23910000000001,
+ -78.8391
+ ]
+ },
+ {
+ "city": "White Plains",
+ "lat": [
+ 40.821999999999996,
+ 41.222
+ ],
+ "lon": [
+ -73.9547,
+ -73.5547
+ ]
+ },
+ {
+ "city": "Gardena",
+ "lat": [
+ 33.6943,
+ 34.094300000000004
+ ],
+ "lon": [
+ -118.5072,
+ -118.10719999999999
+ ]
+ },
+ {
+ "city": "Palm Beach Gardens",
+ "lat": [
+ 26.6466,
+ 27.046599999999998
+ ],
+ "lon": [
+ -80.3679,
+ -79.9679
+ ]
+ },
+ {
+ "city": "Taunton",
+ "lat": [
+ 41.703599999999994,
+ 42.1036
+ ],
+ "lon": [
+ -71.2943,
+ -70.8943
+ ]
+ },
+ {
+ "city": "Monterey Park",
+ "lat": [
+ 33.8497,
+ 34.249700000000004
+ ],
+ "lon": [
+ -118.3326,
+ -117.9326
+ ]
+ },
+ {
+ "city": "West Allis",
+ "lat": [
+ 42.806799999999996,
+ 43.2068
+ ],
+ "lon": [
+ -88.2296,
+ -87.8296
+ ]
+ },
+ {
+ "city": "Santee",
+ "lat": [
+ 32.6554,
+ 33.055400000000006
+ ],
+ "lon": [
+ -117.1851,
+ -116.7851
+ ]
+ },
+ {
+ "city": "North Miami",
+ "lat": [
+ 25.7008,
+ 26.1008
+ ],
+ "lon": [
+ -80.3686,
+ -79.9686
+ ]
+ },
+ {
+ "city": "Blue Springs",
+ "lat": [
+ 38.8124,
+ 39.2124
+ ],
+ "lon": [
+ -94.4721,
+ -94.07209999999999
+ ]
+ },
+ {
+ "city": "Des Plaines",
+ "lat": [
+ 41.8345,
+ 42.234500000000004
+ ],
+ "lon": [
+ -88.1008,
+ -87.7008
+ ]
+ },
+ {
+ "city": "Kokomo",
+ "lat": [
+ 40.263999999999996,
+ 40.664
+ ],
+ "lon": [
+ -86.32770000000001,
+ -85.9277
+ ]
+ },
+ {
+ "city": "Jackson",
+ "lat": [
+ 39.897999999999996,
+ 40.298
+ ],
+ "lon": [
+ -74.5578,
+ -74.1578
+ ]
+ },
+ {
+ "city": "Petaluma",
+ "lat": [
+ 38.0423,
+ 38.4423
+ ],
+ "lon": [
+ -122.8266,
+ -122.4266
+ ]
+ },
+ {
+ "city": "Shoreline",
+ "lat": [
+ 47.5564,
+ 47.9564
+ ],
+ "lon": [
+ -122.54260000000001,
+ -122.1426
+ ]
+ },
+ {
+ "city": "Medford",
+ "lat": [
+ 42.2234,
+ 42.623400000000004
+ ],
+ "lon": [
+ -71.3087,
+ -70.9087
+ ]
+ },
+ {
+ "city": "Taylorsville",
+ "lat": [
+ 40.4569,
+ 40.8569
+ ],
+ "lon": [
+ -112.1493,
+ -111.74929999999999
+ ]
+ },
+ {
+ "city": "Wylie",
+ "lat": [
+ 32.8362,
+ 33.236200000000004
+ ],
+ "lon": [
+ -96.7161,
+ -96.31609999999999
+ ]
+ },
+ {
+ "city": "Cupertino",
+ "lat": [
+ 37.1168,
+ 37.5168
+ ],
+ "lon": [
+ -122.2466,
+ -121.8466
+ ]
+ },
+ {
+ "city": "The Hammocks",
+ "lat": [
+ 25.470000000000002,
+ 25.87
+ ],
+ "lon": [
+ -80.6482,
+ -80.2482
+ ]
+ },
+ {
+ "city": "Abington",
+ "lat": [
+ 39.910799999999995,
+ 40.3108
+ ],
+ "lon": [
+ -75.3146,
+ -74.9146
+ ]
+ },
+ {
+ "city": "Margate",
+ "lat": [
+ 26.0466,
+ 26.4466
+ ],
+ "lon": [
+ -80.4119,
+ -80.0119
+ ]
+ },
+ {
+ "city": "Carson City",
+ "lat": [
+ 38.9511,
+ 39.3511
+ ],
+ "lon": [
+ -119.94760000000001,
+ -119.5476
+ ]
+ },
+ {
+ "city": "Hoboken",
+ "lat": [
+ 40.545199999999994,
+ 40.9452
+ ],
+ "lon": [
+ -74.2281,
+ -73.82809999999999
+ ]
+ },
+ {
+ "city": "Madison",
+ "lat": [
+ 34.511399999999995,
+ 34.9114
+ ],
+ "lon": [
+ -86.96260000000001,
+ -86.5626
+ ]
+ },
+ {
+ "city": "St. Clair Shores",
+ "lat": [
+ 42.2925,
+ 42.6925
+ ],
+ "lon": [
+ -83.0961,
+ -82.6961
+ ]
+ },
+ {
+ "city": "St. Peters",
+ "lat": [
+ 38.582499999999996,
+ 38.9825
+ ],
+ "lon": [
+ -90.8061,
+ -90.4061
+ ]
+ },
+ {
+ "city": "Midwest City",
+ "lat": [
+ 35.263,
+ 35.663000000000004
+ ],
+ "lon": [
+ -97.571,
+ -97.17099999999999
+ ]
+ },
+ {
+ "city": "Severn",
+ "lat": [
+ 38.9355,
+ 39.3355
+ ],
+ "lon": [
+ -76.8956,
+ -76.4956
+ ]
+ },
+ {
+ "city": "Lake Havasu City",
+ "lat": [
+ 34.300599999999996,
+ 34.7006
+ ],
+ "lon": [
+ -114.5113,
+ -114.1113
+ ]
+ },
+ {
+ "city": "Lenexa",
+ "lat": [
+ 38.7609,
+ 39.160900000000005
+ ],
+ "lon": [
+ -95.0018,
+ -94.6018
+ ]
+ },
+ {
+ "city": "Orland Park",
+ "lat": [
+ 41.4075,
+ 41.807500000000005
+ ],
+ "lon": [
+ -88.06190000000001,
+ -87.6619
+ ]
+ },
+ {
+ "city": "Royal Oak",
+ "lat": [
+ 42.3084,
+ 42.708400000000005
+ ],
+ "lon": [
+ -83.3539,
+ -82.95389999999999
+ ]
+ },
+ {
+ "city": "Weymouth",
+ "lat": [
+ 41.998099999999994,
+ 42.3981
+ ],
+ "lon": [
+ -71.1466,
+ -70.7466
+ ]
+ },
+ {
+ "city": "Bowie",
+ "lat": [
+ 38.7549,
+ 39.154900000000005
+ ],
+ "lon": [
+ -76.9406,
+ -76.5406
+ ]
+ },
+ {
+ "city": "Decatur",
+ "lat": [
+ 34.373099999999994,
+ 34.7731
+ ],
+ "lon": [
+ -87.1905,
+ -86.7905
+ ]
+ },
+ {
+ "city": "Bel Air South",
+ "lat": [
+ 39.3022,
+ 39.702200000000005
+ ],
+ "lon": [
+ -76.5113,
+ -76.1113
+ ]
+ },
+ {
+ "city": "Towson",
+ "lat": [
+ 39.194399999999995,
+ 39.5944
+ ],
+ "lon": [
+ -76.819,
+ -76.419
+ ]
+ },
+ {
+ "city": "Casa Grande",
+ "lat": [
+ 32.7069,
+ 33.1069
+ ],
+ "lon": [
+ -111.9624,
+ -111.5624
+ ]
+ },
+ {
+ "city": "Coconut Creek",
+ "lat": [
+ 26.0803,
+ 26.4803
+ ],
+ "lon": [
+ -80.3842,
+ -79.9842
+ ]
+ },
+ {
+ "city": "Kettering",
+ "lat": [
+ 39.495599999999996,
+ 39.8956
+ ],
+ "lon": [
+ -84.3494,
+ -83.9494
+ ]
+ },
+ {
+ "city": "Herriman",
+ "lat": [
+ 40.289899999999996,
+ 40.6899
+ ],
+ "lon": [
+ -112.217,
+ -111.817
+ ]
+ },
+ {
+ "city": "Brookhaven",
+ "lat": [
+ 33.674299999999995,
+ 34.0743
+ ],
+ "lon": [
+ -84.5314,
+ -84.1314
+ ]
+ },
+ {
+ "city": "Oak Lawn",
+ "lat": [
+ 41.5139,
+ 41.913900000000005
+ ],
+ "lon": [
+ -87.9528,
+ -87.55279999999999
+ ]
+ },
+ {
+ "city": "Lacey",
+ "lat": [
+ 46.846199999999996,
+ 47.2462
+ ],
+ "lon": [
+ -122.9933,
+ -122.5933
+ ]
+ },
+ {
+ "city": "Bartlett",
+ "lat": [
+ 35.033699999999996,
+ 35.4337
+ ],
+ "lon": [
+ -90.01950000000001,
+ -89.6195
+ ]
+ },
+ {
+ "city": "Highland",
+ "lat": [
+ 33.9113,
+ 34.3113
+ ],
+ "lon": [
+ -117.36500000000001,
+ -116.965
+ ]
+ },
+ {
+ "city": "Kannapolis",
+ "lat": [
+ 35.276399999999995,
+ 35.6764
+ ],
+ "lon": [
+ -80.8408,
+ -80.4408
+ ]
+ },
+ {
+ "city": "Fountainebleau",
+ "lat": [
+ 25.572300000000002,
+ 25.9723
+ ],
+ "lon": [
+ -80.546,
+ -80.146
+ ]
+ },
+ {
+ "city": "Fountain Valley",
+ "lat": [
+ 33.5105,
+ 33.910500000000006
+ ],
+ "lon": [
+ -118.15140000000001,
+ -117.7514
+ ]
+ },
+ {
+ "city": "Bentonville",
+ "lat": [
+ 36.1547,
+ 36.554700000000004
+ ],
+ "lon": [
+ -94.43050000000001,
+ -94.0305
+ ]
+ },
+ {
+ "city": "Bradenton",
+ "lat": [
+ 27.290100000000002,
+ 27.6901
+ ],
+ "lon": [
+ -82.7757,
+ -82.3757
+ ]
+ },
+ {
+ "city": "Smyrna",
+ "lat": [
+ 33.6633,
+ 34.063300000000005
+ ],
+ "lon": [
+ -84.7168,
+ -84.3168
+ ]
+ },
+ {
+ "city": "Sarasota",
+ "lat": [
+ 27.1387,
+ 27.5387
+ ],
+ "lon": [
+ -82.7432,
+ -82.3432
+ ]
+ },
+ {
+ "city": "Apopka",
+ "lat": [
+ 28.5015,
+ 28.9015
+ ],
+ "lon": [
+ -81.7316,
+ -81.3316
+ ]
+ },
+ {
+ "city": "Parsippany-Troy Hills",
+ "lat": [
+ 40.6601,
+ 41.060100000000006
+ ],
+ "lon": [
+ -74.6237,
+ -74.2237
+ ]
+ },
+ {
+ "city": "National City",
+ "lat": [
+ 32.465399999999995,
+ 32.8654
+ ],
+ "lon": [
+ -117.2983,
+ -116.89829999999999
+ ]
+ },
+ {
+ "city": "DeSoto",
+ "lat": [
+ 32.3992,
+ 32.799200000000006
+ ],
+ "lon": [
+ -97.0633,
+ -96.66329999999999
+ ]
+ },
+ {
+ "city": "Berwyn",
+ "lat": [
+ 41.643299999999996,
+ 42.0433
+ ],
+ "lon": [
+ -87.9909,
+ -87.59089999999999
+ ]
+ },
+ {
+ "city": "New Brunswick",
+ "lat": [
+ 40.287,
+ 40.687000000000005
+ ],
+ "lon": [
+ -74.645,
+ -74.24499999999999
+ ]
+ },
+ {
+ "city": "Apple Valley",
+ "lat": [
+ 44.5457,
+ 44.9457
+ ],
+ "lon": [
+ -93.4004,
+ -93.0004
+ ]
+ },
+ {
+ "city": "Mount Prospect",
+ "lat": [
+ 41.8641,
+ 42.264100000000006
+ ],
+ "lon": [
+ -88.1375,
+ -87.7375
+ ]
+ },
+ {
+ "city": "Arcadia",
+ "lat": [
+ 33.9342,
+ 34.3342
+ ],
+ "lon": [
+ -118.2373,
+ -117.8373
+ ]
+ },
+ {
+ "city": "Southaven",
+ "lat": [
+ 34.7514,
+ 35.1514
+ ],
+ "lon": [
+ -90.1786,
+ -89.7786
+ ]
+ },
+ {
+ "city": "Tigard",
+ "lat": [
+ 45.223699999999994,
+ 45.6237
+ ],
+ "lon": [
+ -122.9845,
+ -122.58449999999999
+ ]
+ },
+ {
+ "city": "Union",
+ "lat": [
+ 41.925799999999995,
+ 42.3258
+ ],
+ "lon": [
+ -76.2329,
+ -75.8329
+ ]
+ },
+ {
+ "city": "Perth Amboy",
+ "lat": [
+ 40.3202,
+ 40.720200000000006
+ ],
+ "lon": [
+ -74.47240000000001,
+ -74.0724
+ ]
+ },
+ {
+ "city": "Chicopee",
+ "lat": [
+ 41.9764,
+ 42.376400000000004
+ ],
+ "lon": [
+ -72.7719,
+ -72.3719
+ ]
+ },
+ {
+ "city": "South Whittier",
+ "lat": [
+ 33.733599999999996,
+ 34.1336
+ ],
+ "lon": [
+ -118.2312,
+ -117.8312
+ ]
+ },
+ {
+ "city": "West Haven",
+ "lat": [
+ 41.073899999999995,
+ 41.4739
+ ],
+ "lon": [
+ -73.16720000000001,
+ -72.7672
+ ]
+ },
+ {
+ "city": "Smyrna",
+ "lat": [
+ 35.768699999999995,
+ 36.1687
+ ],
+ "lon": [
+ -86.7264,
+ -86.32639999999999
+ ]
+ },
+ {
+ "city": "Tinley Park",
+ "lat": [
+ 41.367,
+ 41.767
+ ],
+ "lon": [
+ -88.0049,
+ -87.6049
+ ]
+ },
+ {
+ "city": "Hacienda Heights",
+ "lat": [
+ 33.797,
+ 34.197
+ ],
+ "lon": [
+ -118.1727,
+ -117.7727
+ ]
+ },
+ {
+ "city": "Beaumont",
+ "lat": [
+ 33.7076,
+ 34.107600000000005
+ ],
+ "lon": [
+ -117.17660000000001,
+ -116.7766
+ ]
+ },
+ {
+ "city": "San Jacinto",
+ "lat": [
+ 33.596999999999994,
+ 33.997
+ ],
+ "lon": [
+ -117.19160000000001,
+ -116.7916
+ ]
+ },
+ {
+ "city": "Plainfield",
+ "lat": [
+ 40.4154,
+ 40.815400000000004
+ ],
+ "lon": [
+ -74.6157,
+ -74.2157
+ ]
+ },
+ {
+ "city": "West Sacramento",
+ "lat": [
+ 38.3557,
+ 38.755700000000004
+ ],
+ "lon": [
+ -121.7505,
+ -121.3505
+ ]
+ },
+ {
+ "city": "Marana",
+ "lat": [
+ 32.235499999999995,
+ 32.6355
+ ],
+ "lon": [
+ -111.3558,
+ -110.9558
+ ]
+ },
+ {
+ "city": "Yucaipa",
+ "lat": [
+ 33.8336,
+ 34.2336
+ ],
+ "lon": [
+ -117.2429,
+ -116.8429
+ ]
+ },
+ {
+ "city": "Peabody",
+ "lat": [
+ 42.333499999999994,
+ 42.7335
+ ],
+ "lon": [
+ -71.1725,
+ -70.7725
+ ]
+ },
+ {
+ "city": "Rocky Mount",
+ "lat": [
+ 35.768499999999996,
+ 36.1685
+ ],
+ "lon": [
+ -78.004,
+ -77.604
+ ]
+ },
+ {
+ "city": "Texas City",
+ "lat": [
+ 29.215400000000002,
+ 29.6154
+ ],
+ "lon": [
+ -95.1682,
+ -94.7682
+ ]
+ },
+ {
+ "city": "Bristol",
+ "lat": [
+ 39.9216,
+ 40.321600000000004
+ ],
+ "lon": [
+ -75.0667,
+ -74.66669999999999
+ ]
+ },
+ {
+ "city": "Kentwood",
+ "lat": [
+ 42.685199999999995,
+ 43.0852
+ ],
+ "lon": [
+ -85.79260000000001,
+ -85.3926
+ ]
+ },
+ {
+ "city": "Lower Paxton",
+ "lat": [
+ 40.1183,
+ 40.5183
+ ],
+ "lon": [
+ -76.9983,
+ -76.5983
+ ]
+ },
+ {
+ "city": "Manhattan",
+ "lat": [
+ 38.9886,
+ 39.388600000000004
+ ],
+ "lon": [
+ -96.8048,
+ -96.4048
+ ]
+ },
+ {
+ "city": "Colton",
+ "lat": [
+ 33.8538,
+ 34.253800000000005
+ ],
+ "lon": [
+ -117.52550000000001,
+ -117.1255
+ ]
+ },
+ {
+ "city": "Aspen Hill",
+ "lat": [
+ 38.8927,
+ 39.2927
+ ],
+ "lon": [
+ -77.2826,
+ -76.8826
+ ]
+ },
+ {
+ "city": "Diamond Bar",
+ "lat": [
+ 33.7992,
+ 34.199200000000005
+ ],
+ "lon": [
+ -118.01610000000001,
+ -117.6161
+ ]
+ },
+ {
+ "city": "Wayne",
+ "lat": [
+ 40.748099999999994,
+ 41.1481
+ ],
+ "lon": [
+ -74.4453,
+ -74.0453
+ ]
+ },
+ {
+ "city": "Howell",
+ "lat": [
+ 39.981899999999996,
+ 40.3819
+ ],
+ "lon": [
+ -74.3976,
+ -73.99759999999999
+ ]
+ },
+ {
+ "city": "Huntington Park",
+ "lat": [
+ 33.779999999999994,
+ 34.18
+ ],
+ "lon": [
+ -118.4167,
+ -118.0167
+ ]
+ },
+ {
+ "city": "Millcreek",
+ "lat": [
+ 41.8859,
+ 42.285900000000005
+ ],
+ "lon": [
+ -80.3194,
+ -79.9194
+ ]
+ },
+ {
+ "city": "Wheaton",
+ "lat": [
+ 41.656099999999995,
+ 42.0561
+ ],
+ "lon": [
+ -88.30850000000001,
+ -87.9085
+ ]
+ },
+ {
+ "city": "Pinellas Park",
+ "lat": [
+ 27.6589,
+ 28.058899999999998
+ ],
+ "lon": [
+ -82.90780000000001,
+ -82.5078
+ ]
+ },
+ {
+ "city": "Aloha",
+ "lat": [
+ 45.291999999999994,
+ 45.692
+ ],
+ "lon": [
+ -123.0725,
+ -122.6725
+ ]
+ },
+ {
+ "city": "Oak Park",
+ "lat": [
+ 41.6872,
+ 42.0872
+ ],
+ "lon": [
+ -87.9899,
+ -87.5899
+ ]
+ },
+ {
+ "city": "Minnetonka",
+ "lat": [
+ 44.7322,
+ 45.132200000000005
+ ],
+ "lon": [
+ -93.6598,
+ -93.2598
+ ]
+ },
+ {
+ "city": "Twin Falls",
+ "lat": [
+ 42.3645,
+ 42.764500000000005
+ ],
+ "lon": [
+ -114.6613,
+ -114.26129999999999
+ ]
+ },
+ {
+ "city": "Edina",
+ "lat": [
+ 44.691399999999994,
+ 45.0914
+ ],
+ "lon": [
+ -93.56020000000001,
+ -93.1602
+ ]
+ },
+ {
+ "city": "Westchester",
+ "lat": [
+ 25.5471,
+ 25.9471
+ ],
+ "lon": [
+ -80.5523,
+ -80.1523
+ ]
+ },
+ {
+ "city": "Methuen Town",
+ "lat": [
+ 42.534,
+ 42.934000000000005
+ ],
+ "lon": [
+ -71.3889,
+ -70.9889
+ ]
+ },
+ {
+ "city": "Bloomfield",
+ "lat": [
+ 40.6098,
+ 41.009800000000006
+ ],
+ "lon": [
+ -74.3869,
+ -73.98689999999999
+ ]
+ },
+ {
+ "city": "Normal",
+ "lat": [
+ 40.3217,
+ 40.721700000000006
+ ],
+ "lon": [
+ -89.1884,
+ -88.7884
+ ]
+ },
+ {
+ "city": "Elyria",
+ "lat": [
+ 41.175999999999995,
+ 41.576
+ ],
+ "lon": [
+ -82.306,
+ -81.90599999999999
+ ]
+ },
+ {
+ "city": "Grand Island",
+ "lat": [
+ 40.721799999999995,
+ 41.1218
+ ],
+ "lon": [
+ -98.5586,
+ -98.15859999999999
+ ]
+ },
+ {
+ "city": "Novato",
+ "lat": [
+ 37.891999999999996,
+ 38.292
+ ],
+ "lon": [
+ -122.75750000000001,
+ -122.3575
+ ]
+ },
+ {
+ "city": "Paramount",
+ "lat": [
+ 33.6977,
+ 34.0977
+ ],
+ "lon": [
+ -118.3651,
+ -117.96509999999999
+ ]
+ },
+ {
+ "city": "Kyle",
+ "lat": [
+ 29.793200000000002,
+ 30.1932
+ ],
+ "lon": [
+ -98.0852,
+ -97.6852
+ ]
+ },
+ {
+ "city": "Placentia",
+ "lat": [
+ 33.680699999999995,
+ 34.0807
+ ],
+ "lon": [
+ -118.0553,
+ -117.6553
+ ]
+ },
+ {
+ "city": "Wheaton",
+ "lat": [
+ 38.849199999999996,
+ 39.2492
+ ],
+ "lon": [
+ -77.2573,
+ -76.8573
+ ]
+ },
+ {
+ "city": "Kendale Lakes",
+ "lat": [
+ 25.508100000000002,
+ 25.9081
+ ],
+ "lon": [
+ -80.6078,
+ -80.20779999999999
+ ]
+ },
+ {
+ "city": "Cathedral City",
+ "lat": [
+ 33.636199999999995,
+ 34.0362
+ ],
+ "lon": [
+ -116.66420000000001,
+ -116.2642
+ ]
+ },
+ {
+ "city": "Florissant",
+ "lat": [
+ 38.599599999999995,
+ 38.9996
+ ],
+ "lon": [
+ -90.5269,
+ -90.12689999999999
+ ]
+ },
+ {
+ "city": "Catalina Foothills",
+ "lat": [
+ 32.1046,
+ 32.5046
+ ],
+ "lon": [
+ -111.0838,
+ -110.68379999999999
+ ]
+ },
+ {
+ "city": "West New York",
+ "lat": [
+ 40.585699999999996,
+ 40.9857
+ ],
+ "lon": [
+ -74.2094,
+ -73.8094
+ ]
+ },
+ {
+ "city": "Lincoln",
+ "lat": [
+ 38.6774,
+ 39.077400000000004
+ ],
+ "lon": [
+ -121.4937,
+ -121.0937
+ ]
+ },
+ {
+ "city": "Dunwoody",
+ "lat": [
+ 33.7418,
+ 34.1418
+ ],
+ "lon": [
+ -84.5122,
+ -84.1122
+ ]
+ },
+ {
+ "city": "Levittown",
+ "lat": [
+ 40.5241,
+ 40.9241
+ ],
+ "lon": [
+ -73.7125,
+ -73.3125
+ ]
+ },
+ {
+ "city": "Palm Desert",
+ "lat": [
+ 33.5378,
+ 33.9378
+ ],
+ "lon": [
+ -116.5695,
+ -116.1695
+ ]
+ },
+ {
+ "city": "Mooresville",
+ "lat": [
+ 35.384699999999995,
+ 35.7847
+ ],
+ "lon": [
+ -81.0266,
+ -80.6266
+ ]
+ },
+ {
+ "city": "Little Elm",
+ "lat": [
+ 32.9858,
+ 33.3858
+ ],
+ "lon": [
+ -97.12950000000001,
+ -96.7295
+ ]
+ },
+ {
+ "city": "Glendora",
+ "lat": [
+ 33.9449,
+ 34.3449
+ ],
+ "lon": [
+ -118.0467,
+ -117.6467
+ ]
+ },
+ {
+ "city": "Burien",
+ "lat": [
+ 47.276199999999996,
+ 47.6762
+ ],
+ "lon": [
+ -122.5394,
+ -122.1394
+ ]
+ },
+ {
+ "city": "Aliso Viejo",
+ "lat": [
+ 33.3792,
+ 33.7792
+ ],
+ "lon": [
+ -117.9289,
+ -117.5289
+ ]
+ },
+ {
+ "city": "Summerville",
+ "lat": [
+ 32.8016,
+ 33.201600000000006
+ ],
+ "lon": [
+ -80.3799,
+ -79.9799
+ ]
+ },
+ {
+ "city": "Collierville",
+ "lat": [
+ 34.846999999999994,
+ 35.247
+ ],
+ "lon": [
+ -89.8987,
+ -89.4987
+ ]
+ },
+ {
+ "city": "Tamiami",
+ "lat": [
+ 25.555600000000002,
+ 25.9556
+ ],
+ "lon": [
+ -80.6016,
+ -80.2016
+ ]
+ },
+ {
+ "city": "Wake Forest",
+ "lat": [
+ 35.7632,
+ 36.1632
+ ],
+ "lon": [
+ -78.714,
+ -78.314
+ ]
+ },
+ {
+ "city": "Hoffman Estates",
+ "lat": [
+ 41.864,
+ 42.264
+ ],
+ "lon": [
+ -88.3468,
+ -87.9468
+ ]
+ },
+ {
+ "city": "Westfield",
+ "lat": [
+ 39.8341,
+ 40.234100000000005
+ ],
+ "lon": [
+ -86.3529,
+ -85.9529
+ ]
+ },
+ {
+ "city": "Columbus",
+ "lat": [
+ 39.009299999999996,
+ 39.4093
+ ],
+ "lon": [
+ -86.1183,
+ -85.7183
+ ]
+ },
+ {
+ "city": "Troy",
+ "lat": [
+ 42.535399999999996,
+ 42.9354
+ ],
+ "lon": [
+ -73.8751,
+ -73.4751
+ ]
+ },
+ {
+ "city": "Country Club",
+ "lat": [
+ 25.7407,
+ 26.1407
+ ],
+ "lon": [
+ -80.5102,
+ -80.11019999999999
+ ]
+ },
+ {
+ "city": "Burleson",
+ "lat": [
+ 32.317,
+ 32.717000000000006
+ ],
+ "lon": [
+ -97.5344,
+ -97.1344
+ ]
+ },
+ {
+ "city": "East Honolulu",
+ "lat": [
+ 21.0975,
+ 21.4975
+ ],
+ "lon": [
+ -157.9211,
+ -157.52110000000002
+ ]
+ },
+ {
+ "city": "Levittown",
+ "lat": [
+ 39.9533,
+ 40.353300000000004
+ ],
+ "lon": [
+ -75.0531,
+ -74.6531
+ ]
+ },
+ {
+ "city": "Mishawaka",
+ "lat": [
+ 41.474199999999996,
+ 41.8742
+ ],
+ "lon": [
+ -86.3666,
+ -85.9666
+ ]
+ },
+ {
+ "city": "Grapevine",
+ "lat": [
+ 32.7343,
+ 33.1343
+ ],
+ "lon": [
+ -97.27420000000001,
+ -96.8742
+ ]
+ },
+ {
+ "city": "Cuyahoga Falls",
+ "lat": [
+ 40.964099999999995,
+ 41.3641
+ ],
+ "lon": [
+ -81.72070000000001,
+ -81.3207
+ ]
+ },
+ {
+ "city": "Delano",
+ "lat": [
+ 35.566199999999995,
+ 35.9662
+ ],
+ "lon": [
+ -119.4635,
+ -119.06349999999999
+ ]
+ },
+ {
+ "city": "Enid",
+ "lat": [
+ 36.2063,
+ 36.606300000000005
+ ],
+ "lon": [
+ -98.07000000000001,
+ -97.67
+ ]
+ },
+ {
+ "city": "Milford city",
+ "lat": [
+ 41.025499999999994,
+ 41.4255
+ ],
+ "lon": [
+ -73.2625,
+ -72.8625
+ ]
+ },
+ {
+ "city": "El Dorado Hills",
+ "lat": [
+ 38.474999999999994,
+ 38.875
+ ],
+ "lon": [
+ -121.24900000000001,
+ -120.849
+ ]
+ },
+ {
+ "city": "Haverford",
+ "lat": [
+ 39.7868,
+ 40.186800000000005
+ ],
+ "lon": [
+ -75.5164,
+ -75.1164
+ ]
+ },
+ {
+ "city": "Irondequoit",
+ "lat": [
+ 43.0096,
+ 43.409600000000005
+ ],
+ "lon": [
+ -77.7705,
+ -77.37049999999999
+ ]
+ },
+ {
+ "city": "Rosemead",
+ "lat": [
+ 33.8689,
+ 34.2689
+ ],
+ "lon": [
+ -118.2823,
+ -117.8823
+ ]
+ },
+ {
+ "city": "McLean",
+ "lat": [
+ 38.7436,
+ 39.143600000000006
+ ],
+ "lon": [
+ -77.3943,
+ -76.9943
+ ]
+ },
+ {
+ "city": "Lakewood",
+ "lat": [
+ 41.282199999999996,
+ 41.6822
+ ],
+ "lon": [
+ -82.0008,
+ -81.60079999999999
+ ]
+ },
+ {
+ "city": "Jeffersonville",
+ "lat": [
+ 38.1376,
+ 38.537600000000005
+ ],
+ "lon": [
+ -85.9026,
+ -85.5026
+ ]
+ },
+ {
+ "city": "Draper",
+ "lat": [
+ 40.2957,
+ 40.6957
+ ],
+ "lon": [
+ -112.0605,
+ -111.6605
+ ]
+ },
+ {
+ "city": "Covina",
+ "lat": [
+ 33.890299999999996,
+ 34.2903
+ ],
+ "lon": [
+ -118.0818,
+ -117.6818
+ ]
+ }
+ ],
+ "Canada": [
+ {
+ "city": "Toronto",
+ "lat": [
+ 43.5417,
+ 43.941700000000004
+ ],
+ "lon": [
+ -79.5733,
+ -79.1733
+ ]
+ },
+ {
+ "city": "Montr\u00e9al",
+ "lat": [
+ 45.308899999999994,
+ 45.7089
+ ],
+ "lon": [
+ -73.7617,
+ -73.3617
+ ]
+ },
+ {
+ "city": "Vancouver",
+ "lat": [
+ 49.05,
+ 49.45
+ ],
+ "lon": [
+ -123.3,
+ -122.89999999999999
+ ]
+ },
+ {
+ "city": "Calgary",
+ "lat": [
+ 50.849999999999994,
+ 51.25
+ ],
+ "lon": [
+ -114.2667,
+ -113.8667
+ ]
+ },
+ {
+ "city": "Edmonton",
+ "lat": [
+ 53.334399999999995,
+ 53.7344
+ ],
+ "lon": [
+ -113.69030000000001,
+ -113.2903
+ ]
+ },
+ {
+ "city": "Ottawa",
+ "lat": [
+ 45.2247,
+ 45.624700000000004
+ ],
+ "lon": [
+ -75.895,
+ -75.49499999999999
+ ]
+ },
+ {
+ "city": "Winnipeg",
+ "lat": [
+ 49.6844,
+ 50.0844
+ ],
+ "lon": [
+ -97.3464,
+ -96.9464
+ ]
+ },
+ {
+ "city": "Quebec City",
+ "lat": [
+ 46.613899999999994,
+ 47.0139
+ ],
+ "lon": [
+ -71.4081,
+ -71.0081
+ ]
+ },
+ {
+ "city": "Hamilton",
+ "lat": [
+ 43.0567,
+ 43.456700000000005
+ ],
+ "lon": [
+ -80.06920000000001,
+ -79.6692
+ ]
+ },
+ {
+ "city": "Mississauga",
+ "lat": [
+ 43.4,
+ 43.800000000000004
+ ],
+ "lon": [
+ -79.85000000000001,
+ -79.45
+ ]
+ },
+ {
+ "city": "Brampton",
+ "lat": [
+ 43.4833,
+ 43.883300000000006
+ ],
+ "lon": [
+ -79.9667,
+ -79.5667
+ ]
+ },
+ {
+ "city": "Surrey",
+ "lat": [
+ 48.989999999999995,
+ 49.39
+ ],
+ "lon": [
+ -123.0489,
+ -122.6489
+ ]
+ },
+ {
+ "city": "Kitchener",
+ "lat": [
+ 43.218599999999995,
+ 43.6186
+ ],
+ "lon": [
+ -80.67280000000001,
+ -80.2728
+ ]
+ },
+ {
+ "city": "Halifax",
+ "lat": [
+ 44.4475,
+ 44.847500000000004
+ ],
+ "lon": [
+ -63.790600000000005,
+ -63.3906
+ ]
+ },
+ {
+ "city": "Laval",
+ "lat": [
+ 45.3833,
+ 45.783300000000004
+ ],
+ "lon": [
+ -73.95,
+ -73.55
+ ]
+ },
+ {
+ "city": "London",
+ "lat": [
+ 42.7836,
+ 43.183600000000006
+ ],
+ "lon": [
+ -81.4497,
+ -81.0497
+ ]
+ },
+ {
+ "city": "Victoria",
+ "lat": [
+ 48.2283,
+ 48.6283
+ ],
+ "lon": [
+ -123.5647,
+ -123.1647
+ ]
+ },
+ {
+ "city": "Markham",
+ "lat": [
+ 43.6767,
+ 44.0767
+ ],
+ "lon": [
+ -79.4633,
+ -79.0633
+ ]
+ },
+ {
+ "city": "Oshawa",
+ "lat": [
+ 43.699999999999996,
+ 44.1
+ ],
+ "lon": [
+ -79.05,
+ -78.64999999999999
+ ]
+ },
+ {
+ "city": "Vaughan",
+ "lat": [
+ 43.6333,
+ 44.033300000000004
+ ],
+ "lon": [
+ -79.7,
+ -79.3
+ ]
+ },
+ {
+ "city": "Windsor",
+ "lat": [
+ 42.083299999999994,
+ 42.4833
+ ],
+ "lon": [
+ -83.2,
+ -82.8
+ ]
+ },
+ {
+ "city": "Gatineau",
+ "lat": [
+ 45.2833,
+ 45.6833
+ ],
+ "lon": [
+ -75.85000000000001,
+ -75.45
+ ]
+ },
+ {
+ "city": "Saskatoon",
+ "lat": [
+ 51.933299999999996,
+ 52.3333
+ ],
+ "lon": [
+ -106.8833,
+ -106.4833
+ ]
+ },
+ {
+ "city": "Longueuil",
+ "lat": [
+ 45.333299999999994,
+ 45.7333
+ ],
+ "lon": [
+ -73.7167,
+ -73.3167
+ ]
+ },
+ {
+ "city": "Burnaby",
+ "lat": [
+ 49.0667,
+ 49.4667
+ ],
+ "lon": [
+ -123.1667,
+ -122.7667
+ ]
+ },
+ {
+ "city": "St. Catharines",
+ "lat": [
+ 42.9833,
+ 43.383300000000006
+ ],
+ "lon": [
+ -79.4333,
+ -79.0333
+ ]
+ },
+ {
+ "city": "Regina",
+ "lat": [
+ 50.2547,
+ 50.654700000000005
+ ],
+ "lon": [
+ -104.8067,
+ -104.4067
+ ]
+ },
+ {
+ "city": "Oakville",
+ "lat": [
+ 43.25,
+ 43.650000000000006
+ ],
+ "lon": [
+ -79.8833,
+ -79.4833
+ ]
+ },
+ {
+ "city": "Richmond",
+ "lat": [
+ 48.966699999999996,
+ 49.3667
+ ],
+ "lon": [
+ -123.33330000000001,
+ -122.9333
+ ]
+ },
+ {
+ "city": "Richmond Hill",
+ "lat": [
+ 43.6667,
+ 44.066700000000004
+ ],
+ "lon": [
+ -79.6333,
+ -79.2333
+ ]
+ },
+ {
+ "city": "Burlington",
+ "lat": [
+ 43.116699999999994,
+ 43.5167
+ ],
+ "lon": [
+ -80.0,
+ -79.6
+ ]
+ },
+ {
+ "city": "St. John's",
+ "lat": [
+ 47.281699999999994,
+ 47.6817
+ ],
+ "lon": [
+ -52.9971,
+ -52.5971
+ ]
+ },
+ {
+ "city": "Kelowna",
+ "lat": [
+ 49.6881,
+ 50.088100000000004
+ ],
+ "lon": [
+ -119.6956,
+ -119.2956
+ ]
+ },
+ {
+ "city": "Sherbrooke",
+ "lat": [
+ 45.199999999999996,
+ 45.6
+ ],
+ "lon": [
+ -72.10000000000001,
+ -71.7
+ ]
+ },
+ {
+ "city": "Sudbury",
+ "lat": [
+ 46.29,
+ 46.690000000000005
+ ],
+ "lon": [
+ -81.21000000000001,
+ -80.81
+ ]
+ },
+ {
+ "city": "Barrie",
+ "lat": [
+ 44.171099999999996,
+ 44.5711
+ ],
+ "lon": [
+ -79.8769,
+ -79.4769
+ ]
+ },
+ {
+ "city": "Abbotsford",
+ "lat": [
+ 48.849999999999994,
+ 49.25
+ ],
+ "lon": [
+ -122.5167,
+ -122.1167
+ ]
+ },
+ {
+ "city": "L\u00e9vis",
+ "lat": [
+ 46.599999999999994,
+ 47.0
+ ],
+ "lon": [
+ -71.3833,
+ -70.9833
+ ]
+ },
+ {
+ "city": "Coquitlam",
+ "lat": [
+ 49.0839,
+ 49.483900000000006
+ ],
+ "lon": [
+ -122.9919,
+ -122.5919
+ ]
+ },
+ {
+ "city": "Saguenay",
+ "lat": [
+ 48.216699999999996,
+ 48.6167
+ ],
+ "lon": [
+ -71.2667,
+ -70.8667
+ ]
+ },
+ {
+ "city": "Guelph",
+ "lat": [
+ 43.349999999999994,
+ 43.75
+ ],
+ "lon": [
+ -80.45,
+ -80.05
+ ]
+ },
+ {
+ "city": "Trois-Rivi\u00e8res",
+ "lat": [
+ 46.15,
+ 46.550000000000004
+ ],
+ "lon": [
+ -72.75,
+ -72.35
+ ]
+ },
+ {
+ "city": "Whitby",
+ "lat": [
+ 43.683299999999996,
+ 44.0833
+ ],
+ "lon": [
+ -79.1417,
+ -78.7417
+ ]
+ },
+ {
+ "city": "Cambridge",
+ "lat": [
+ 43.197199999999995,
+ 43.5972
+ ],
+ "lon": [
+ -80.51140000000001,
+ -80.1114
+ ]
+ },
+ {
+ "city": "Kanata",
+ "lat": [
+ 45.1333,
+ 45.533300000000004
+ ],
+ "lon": [
+ -76.10000000000001,
+ -75.7
+ ]
+ },
+ {
+ "city": "Milton",
+ "lat": [
+ 43.308299999999996,
+ 43.7083
+ ],
+ "lon": [
+ -80.08330000000001,
+ -79.6833
+ ]
+ },
+ {
+ "city": "Kingston",
+ "lat": [
+ 44.1128,
+ 44.512800000000006
+ ],
+ "lon": [
+ -76.6553,
+ -76.25529999999999
+ ]
+ },
+ {
+ "city": "Ajax",
+ "lat": [
+ 43.6583,
+ 44.0583
+ ],
+ "lon": [
+ -79.2364,
+ -78.8364
+ ]
+ },
+ {
+ "city": "Waterloo",
+ "lat": [
+ 43.2667,
+ 43.666700000000006
+ ],
+ "lon": [
+ -80.7167,
+ -80.3167
+ ]
+ },
+ {
+ "city": "Terrebonne",
+ "lat": [
+ 45.5,
+ 45.900000000000006
+ ],
+ "lon": [
+ -73.83330000000001,
+ -73.4333
+ ]
+ },
+ {
+ "city": "Moncton",
+ "lat": [
+ 45.9328,
+ 46.332800000000006
+ ],
+ "lon": [
+ -64.9714,
+ -64.5714
+ ]
+ },
+ {
+ "city": "Saanich",
+ "lat": [
+ 48.284,
+ 48.684000000000005
+ ],
+ "lon": [
+ -123.581,
+ -123.181
+ ]
+ },
+ {
+ "city": "White Rock",
+ "lat": [
+ 48.824999999999996,
+ 49.225
+ ],
+ "lon": [
+ -123.00280000000001,
+ -122.6028
+ ]
+ },
+ {
+ "city": "Thunder Bay",
+ "lat": [
+ 48.182199999999995,
+ 48.5822
+ ],
+ "lon": [
+ -89.4461,
+ -89.0461
+ ]
+ },
+ {
+ "city": "Delta",
+ "lat": [
+ 48.884699999999995,
+ 49.2847
+ ],
+ "lon": [
+ -123.2586,
+ -122.8586
+ ]
+ },
+ {
+ "city": "Nanaimo",
+ "lat": [
+ 48.9642,
+ 49.364200000000004
+ ],
+ "lon": [
+ -124.13640000000001,
+ -123.7364
+ ]
+ },
+ {
+ "city": "Brantford",
+ "lat": [
+ 42.966699999999996,
+ 43.3667
+ ],
+ "lon": [
+ -80.45,
+ -80.05
+ ]
+ },
+ {
+ "city": "Chatham",
+ "lat": [
+ 42.222899999999996,
+ 42.6229
+ ],
+ "lon": [
+ -82.3324,
+ -81.9324
+ ]
+ },
+ {
+ "city": "Chicoutimi",
+ "lat": [
+ 48.2333,
+ 48.633300000000006
+ ],
+ "lon": [
+ -71.2667,
+ -70.8667
+ ]
+ },
+ {
+ "city": "Clarington",
+ "lat": [
+ 43.735,
+ 44.135000000000005
+ ],
+ "lon": [
+ -78.8083,
+ -78.4083
+ ]
+ },
+ {
+ "city": "Saint-J\u00e9r\u00f4me",
+ "lat": [
+ 45.583299999999994,
+ 45.9833
+ ],
+ "lon": [
+ -74.2,
+ -73.8
+ ]
+ },
+ {
+ "city": "Red Deer",
+ "lat": [
+ 52.068099999999994,
+ 52.4681
+ ],
+ "lon": [
+ -114.0111,
+ -113.6111
+ ]
+ },
+ {
+ "city": "Pickering",
+ "lat": [
+ 43.6354,
+ 44.0354
+ ],
+ "lon": [
+ -79.289,
+ -78.889
+ ]
+ },
+ {
+ "city": "Lethbridge",
+ "lat": [
+ 49.4942,
+ 49.894200000000005
+ ],
+ "lon": [
+ -113.03280000000001,
+ -112.6328
+ ]
+ },
+ {
+ "city": "Kamloops",
+ "lat": [
+ 50.476099999999995,
+ 50.8761
+ ],
+ "lon": [
+ -120.5408,
+ -120.1408
+ ]
+ },
+ {
+ "city": "Saint-Jean-sur-Richelieu",
+ "lat": [
+ 45.116699999999994,
+ 45.5167
+ ],
+ "lon": [
+ -73.4667,
+ -73.0667
+ ]
+ },
+ {
+ "city": "Niagara Falls",
+ "lat": [
+ 42.86,
+ 43.260000000000005
+ ],
+ "lon": [
+ -79.3067,
+ -78.9067
+ ]
+ },
+ {
+ "city": "Cape Breton",
+ "lat": [
+ 45.9389,
+ 46.3389
+ ],
+ "lon": [
+ -60.393100000000004,
+ -59.9931
+ ]
+ },
+ {
+ "city": "Chilliwack",
+ "lat": [
+ 48.957699999999996,
+ 49.3577
+ ],
+ "lon": [
+ -122.15090000000001,
+ -121.7509
+ ]
+ },
+ {
+ "city": "Brossard",
+ "lat": [
+ 45.2667,
+ 45.666700000000006
+ ],
+ "lon": [
+ -73.65,
+ -73.25
+ ]
+ },
+ {
+ "city": "Maple Ridge",
+ "lat": [
+ 49.0167,
+ 49.416700000000006
+ ],
+ "lon": [
+ -122.8,
+ -122.39999999999999
+ ]
+ },
+ {
+ "city": "Newmarket",
+ "lat": [
+ 43.849999999999994,
+ 44.25
+ ],
+ "lon": [
+ -79.6667,
+ -79.2667
+ ]
+ },
+ {
+ "city": "Repentigny",
+ "lat": [
+ 45.5333,
+ 45.9333
+ ],
+ "lon": [
+ -73.6667,
+ -73.2667
+ ]
+ },
+ {
+ "city": "Peterborough",
+ "lat": [
+ 44.099999999999994,
+ 44.5
+ ],
+ "lon": [
+ -78.5167,
+ -78.1167
+ ]
+ },
+ {
+ "city": "Drummondville",
+ "lat": [
+ 45.683299999999996,
+ 46.0833
+ ],
+ "lon": [
+ -72.6833,
+ -72.2833
+ ]
+ },
+ {
+ "city": "Kawartha Lakes",
+ "lat": [
+ 44.15,
+ 44.550000000000004
+ ],
+ "lon": [
+ -78.95,
+ -78.55
+ ]
+ },
+ {
+ "city": "New Westminster",
+ "lat": [
+ 49.006899999999995,
+ 49.4069
+ ],
+ "lon": [
+ -123.11110000000001,
+ -122.7111
+ ]
+ },
+ {
+ "city": "Prince George",
+ "lat": [
+ 53.716899999999995,
+ 54.1169
+ ],
+ "lon": [
+ -122.9494,
+ -122.54939999999999
+ ]
+ },
+ {
+ "city": "Caledon",
+ "lat": [
+ 43.6667,
+ 44.066700000000004
+ ],
+ "lon": [
+ -80.0667,
+ -79.66669999999999
+ ]
+ },
+ {
+ "city": "Ch\u00e2teauguay",
+ "lat": [
+ 45.18,
+ 45.580000000000005
+ ],
+ "lon": [
+ -73.95,
+ -73.55
+ ]
+ },
+ {
+ "city": "Belleville",
+ "lat": [
+ 43.966699999999996,
+ 44.3667
+ ],
+ "lon": [
+ -77.58330000000001,
+ -77.1833
+ ]
+ },
+ {
+ "city": "Airdrie",
+ "lat": [
+ 51.091699999999996,
+ 51.4917
+ ],
+ "lon": [
+ -114.2144,
+ -113.81439999999999
+ ]
+ },
+ {
+ "city": "Sarnia",
+ "lat": [
+ 42.7994,
+ 43.199400000000004
+ ],
+ "lon": [
+ -82.5089,
+ -82.10889999999999
+ ]
+ },
+ {
+ "city": "Wood Buffalo",
+ "lat": [
+ 57.404199999999996,
+ 57.8042
+ ],
+ "lon": [
+ -111.5284,
+ -111.1284
+ ]
+ },
+ {
+ "city": "Sault Ste. Marie",
+ "lat": [
+ 46.333299999999994,
+ 46.7333
+ ],
+ "lon": [
+ -84.55,
+ -84.14999999999999
+ ]
+ },
+ {
+ "city": "Saint John",
+ "lat": [
+ 45.0806,
+ 45.4806
+ ],
+ "lon": [
+ -66.2761,
+ -65.8761
+ ]
+ },
+ {
+ "city": "Welland",
+ "lat": [
+ 42.7833,
+ 43.1833
+ ],
+ "lon": [
+ -79.4333,
+ -79.0333
+ ]
+ },
+ {
+ "city": "Granby",
+ "lat": [
+ 45.199999999999996,
+ 45.6
+ ],
+ "lon": [
+ -72.9333,
+ -72.5333
+ ]
+ },
+ {
+ "city": "St. Albert",
+ "lat": [
+ 53.430299999999995,
+ 53.8303
+ ],
+ "lon": [
+ -113.8258,
+ -113.4258
+ ]
+ },
+ {
+ "city": "Fort McMurray",
+ "lat": [
+ 56.5333,
+ 56.9333
+ ],
+ "lon": [
+ -111.58330000000001,
+ -111.1833
+ ]
+ },
+ {
+ "city": "Fredericton",
+ "lat": [
+ 45.7636,
+ 46.1636
+ ],
+ "lon": [
+ -66.8431,
+ -66.4431
+ ]
+ },
+ {
+ "city": "Grande Prairie",
+ "lat": [
+ 54.9708,
+ 55.3708
+ ],
+ "lon": [
+ -118.99470000000001,
+ -118.5947
+ ]
+ },
+ {
+ "city": "Medicine Hat",
+ "lat": [
+ 49.841699999999996,
+ 50.2417
+ ],
+ "lon": [
+ -110.8775,
+ -110.47749999999999
+ ]
+ },
+ {
+ "city": "Halton Hills",
+ "lat": [
+ 43.43,
+ 43.830000000000005
+ ],
+ "lon": [
+ -80.15,
+ -79.75
+ ]
+ },
+ {
+ "city": "Aurora",
+ "lat": [
+ 43.8,
+ 44.2
+ ],
+ "lon": [
+ -79.6667,
+ -79.2667
+ ]
+ },
+ {
+ "city": "Port Coquitlam",
+ "lat": [
+ 49.0625,
+ 49.462500000000006
+ ],
+ "lon": [
+ -122.9811,
+ -122.58109999999999
+ ]
+ },
+ {
+ "city": "Mirabel",
+ "lat": [
+ 45.449999999999996,
+ 45.85
+ ],
+ "lon": [
+ -74.2833,
+ -73.88329999999999
+ ]
+ },
+ {
+ "city": "Blainville",
+ "lat": [
+ 45.47,
+ 45.870000000000005
+ ],
+ "lon": [
+ -74.08,
+ -73.67999999999999
+ ]
+ },
+ {
+ "city": "Lac-Brome",
+ "lat": [
+ 45.0167,
+ 45.416700000000006
+ ],
+ "lon": [
+ -72.7167,
+ -72.3167
+ ]
+ },
+ {
+ "city": "North Vancouver",
+ "lat": [
+ 49.1202,
+ 49.5202
+ ],
+ "lon": [
+ -123.2699,
+ -122.8699
+ ]
+ },
+ {
+ "city": "Saint-Hyacinthe",
+ "lat": [
+ 45.4167,
+ 45.816700000000004
+ ],
+ "lon": [
+ -73.15,
+ -72.75
+ ]
+ },
+ {
+ "city": "Bowmanville",
+ "lat": [
+ 43.7125,
+ 44.112500000000004
+ ],
+ "lon": [
+ -78.8871,
+ -78.4871
+ ]
+ },
+ {
+ "city": "Beloeil",
+ "lat": [
+ 45.366699999999994,
+ 45.7667
+ ],
+ "lon": [
+ -73.4,
+ -73.0
+ ]
+ },
+ {
+ "city": "North Bay",
+ "lat": [
+ 46.099999999999994,
+ 46.5
+ ],
+ "lon": [
+ -79.65,
+ -79.25
+ ]
+ },
+ {
+ "city": "Charlottetown",
+ "lat": [
+ 46.040299999999995,
+ 46.4403
+ ],
+ "lon": [
+ -63.334700000000005,
+ -62.9347
+ ]
+ },
+ {
+ "city": "Vernon",
+ "lat": [
+ 50.067,
+ 50.467000000000006
+ ],
+ "lon": [
+ -119.47200000000001,
+ -119.072
+ ]
+ },
+ {
+ "city": "Brandon",
+ "lat": [
+ 49.6483,
+ 50.048300000000005
+ ],
+ "lon": [
+ -100.15,
+ -99.75
+ ]
+ },
+ {
+ "city": "Mascouche",
+ "lat": [
+ 45.55,
+ 45.95
+ ],
+ "lon": [
+ -73.8,
+ -73.39999999999999
+ ]
+ }
+ ]
+ },
+ "Africa": {
+ "Egypt": [
+ {
+ "city": "Cairo",
+ "lat": [
+ 29.8444,
+ 30.2444
+ ],
+ "lon": [
+ 31.035800000000002,
+ 31.4358
+ ]
+ },
+ {
+ "city": "Giza",
+ "lat": [
+ 29.787,
+ 30.186999999999998
+ ],
+ "lon": [
+ 31.0118,
+ 31.4118
+ ]
+ },
+ {
+ "city": "Alexandria",
+ "lat": [
+ 30.997500000000002,
+ 31.3975
+ ],
+ "lon": [
+ 29.6925,
+ 30.092499999999998
+ ]
+ },
+ {
+ "city": "Shubr\u0101 al Khaymah",
+ "lat": [
+ 29.9286,
+ 30.328599999999998
+ ],
+ "lon": [
+ 31.0422,
+ 31.4422
+ ]
+ },
+ {
+ "city": "Ashm\u016bn",
+ "lat": [
+ 30.0974,
+ 30.4974
+ ],
+ "lon": [
+ 30.776400000000002,
+ 31.1764
+ ]
+ },
+ {
+ "city": "Sinn\u016bris",
+ "lat": [
+ 29.2072,
+ 29.6072
+ ],
+ "lon": [
+ 30.666700000000002,
+ 31.0667
+ ]
+ },
+ {
+ "city": "Dayr\u016b\u0163",
+ "lat": [
+ 27.3564,
+ 27.7564
+ ],
+ "lon": [
+ 30.6106,
+ 31.0106
+ ]
+ },
+ {
+ "city": "\u0162\u016bkh",
+ "lat": [
+ 30.1549,
+ 30.5549
+ ],
+ "lon": [
+ 31.0011,
+ 31.4011
+ ]
+ },
+ {
+ "city": "Al Man\u015f\u016brah",
+ "lat": [
+ 30.85,
+ 31.25
+ ],
+ "lon": [
+ 31.1833,
+ 31.583299999999998
+ ]
+ },
+ {
+ "city": "\u1e28alw\u0101n",
+ "lat": [
+ 29.6493,
+ 30.0493
+ ],
+ "lon": [
+ 31.1327,
+ 31.5327
+ ]
+ },
+ {
+ "city": "Al Ma\u1e29allah al Kubr\u00e1",
+ "lat": [
+ 30.7667,
+ 31.1667
+ ],
+ "lon": [
+ 30.9667,
+ 31.366699999999998
+ ]
+ },
+ {
+ "city": "Shib\u012bn al Qan\u0101\u0163ir",
+ "lat": [
+ 30.1127,
+ 30.5127
+ ],
+ "lon": [
+ 31.1202,
+ 31.5202
+ ]
+ },
+ {
+ "city": "Ab\u016b \u1e28ummu\u015f",
+ "lat": [
+ 30.8931,
+ 31.2931
+ ],
+ "lon": [
+ 30.1142,
+ 30.5142
+ ]
+ },
+ {
+ "city": "Port Said",
+ "lat": [
+ 31.0625,
+ 31.4625
+ ],
+ "lon": [
+ 32.1061,
+ 32.5061
+ ]
+ },
+ {
+ "city": "Al Fayy\u016bm",
+ "lat": [
+ 29.1,
+ 29.5
+ ],
+ "lon": [
+ 30.633300000000002,
+ 31.0333
+ ]
+ },
+ {
+ "city": "Suez",
+ "lat": [
+ 29.7667,
+ 30.1667
+ ],
+ "lon": [
+ 32.333299999999994,
+ 32.7333
+ ]
+ },
+ {
+ "city": "Ab\u016b \u0162isht",
+ "lat": [
+ 25.9204,
+ 26.3204
+ ],
+ "lon": [
+ 31.8954,
+ 32.2954
+ ]
+ },
+ {
+ "city": "Al Fashn",
+ "lat": [
+ 28.6231,
+ 29.0231
+ ],
+ "lon": [
+ 30.699,
+ 31.099
+ ]
+ },
+ {
+ "city": "Akhm\u012bm",
+ "lat": [
+ 26.3667,
+ 26.7667
+ ],
+ "lon": [
+ 31.55,
+ 31.95
+ ]
+ },
+ {
+ "city": "Al Mar\u0101ghah",
+ "lat": [
+ 26.4998,
+ 26.8998
+ ],
+ "lon": [
+ 31.404600000000002,
+ 31.8046
+ ]
+ },
+ {
+ "city": "Ismailia",
+ "lat": [
+ 30.383300000000002,
+ 30.7833
+ ],
+ "lon": [
+ 32.0667,
+ 32.4667
+ ]
+ },
+ {
+ "city": "Al B\u0101j\u016br",
+ "lat": [
+ 30.2305,
+ 30.630499999999998
+ ],
+ "lon": [
+ 30.8368,
+ 31.2368
+ ]
+ },
+ {
+ "city": "Aws\u012bm",
+ "lat": [
+ 29.9222,
+ 30.3222
+ ],
+ "lon": [
+ 30.9333,
+ 31.333299999999998
+ ]
+ },
+ {
+ "city": "Tal\u0101",
+ "lat": [
+ 30.4798,
+ 30.8798
+ ],
+ "lon": [
+ 30.7436,
+ 31.1436
+ ]
+ },
+ {
+ "city": "\u0162alkh\u0101",
+ "lat": [
+ 30.8592,
+ 31.2592
+ ],
+ "lon": [
+ 31.1767,
+ 31.5767
+ ]
+ },
+ {
+ "city": "Asy\u016b\u0163",
+ "lat": [
+ 26.986900000000002,
+ 27.3869
+ ],
+ "lon": [
+ 30.9714,
+ 31.371399999999998
+ ]
+ },
+ {
+ "city": "Mad\u012bnat as S\u0101dis min Ukt\u016bbar",
+ "lat": [
+ 29.7361,
+ 30.1361
+ ],
+ "lon": [
+ 30.7269,
+ 31.1269
+ ]
+ },
+ {
+ "city": "Dikirnis",
+ "lat": [
+ 30.889,
+ 31.288999999999998
+ ],
+ "lon": [
+ 31.3948,
+ 31.7948
+ ]
+ },
+ {
+ "city": "Ash Shuhad\u0101\u2019",
+ "lat": [
+ 30.396800000000002,
+ 30.7968
+ ],
+ "lon": [
+ 30.6993,
+ 31.0993
+ ]
+ },
+ {
+ "city": "Birkat as Sab\u2018",
+ "lat": [
+ 30.429100000000002,
+ 30.8291
+ ],
+ "lon": [
+ 30.8824,
+ 31.2824
+ ]
+ },
+ {
+ "city": "Az Zaq\u0101z\u012bq",
+ "lat": [
+ 30.3667,
+ 30.7667
+ ],
+ "lon": [
+ 31.3,
+ 31.7
+ ]
+ },
+ {
+ "city": "Al Waqf",
+ "lat": [
+ 25.8866,
+ 26.2866
+ ],
+ "lon": [
+ 32.2226,
+ 32.622600000000006
+ ]
+ },
+ {
+ "city": "Al \u2018Ajam\u012b",
+ "lat": [
+ 30.9227,
+ 31.322699999999998
+ ],
+ "lon": [
+ 29.5838,
+ 29.9838
+ ]
+ },
+ {
+ "city": "Al Ma\u0163ar\u012byah",
+ "lat": [
+ 30.9833,
+ 31.3833
+ ],
+ "lon": [
+ 31.833299999999998,
+ 32.2333
+ ]
+ },
+ {
+ "city": "Shubr\u0101kh\u012bt",
+ "lat": [
+ 30.8279,
+ 31.227899999999998
+ ],
+ "lon": [
+ 30.5149,
+ 30.9149
+ ]
+ },
+ {
+ "city": "Kafr \u015eaqr",
+ "lat": [
+ 30.5934,
+ 30.993399999999998
+ ],
+ "lon": [
+ 31.4257,
+ 31.825699999999998
+ ]
+ },
+ {
+ "city": "Qill\u012bn",
+ "lat": [
+ 30.8475,
+ 31.2475
+ ],
+ "lon": [
+ 30.6549,
+ 31.0549
+ ]
+ },
+ {
+ "city": "Shib\u012bn al Kawm",
+ "lat": [
+ 30.35,
+ 30.75
+ ],
+ "lon": [
+ 30.8,
+ 31.2
+ ]
+ },
+ {
+ "city": "Asw\u0101n",
+ "lat": [
+ 23.8889,
+ 24.288899999999998
+ ],
+ "lon": [
+ 32.6997,
+ 33.099700000000006
+ ]
+ },
+ {
+ "city": "\u0162an\u0163\u0101",
+ "lat": [
+ 30.5833,
+ 30.9833
+ ],
+ "lon": [
+ 30.8,
+ 31.2
+ ]
+ },
+ {
+ "city": "Al \u2018\u0100shir min Rama\u1e11\u0101n",
+ "lat": [
+ 30.0964,
+ 30.496399999999998
+ ],
+ "lon": [
+ 31.546300000000002,
+ 31.9463
+ ]
+ },
+ {
+ "city": "Damanh\u016br",
+ "lat": [
+ 30.85,
+ 31.25
+ ],
+ "lon": [
+ 30.2667,
+ 30.6667
+ ]
+ },
+ {
+ "city": "Al Miny\u0101",
+ "lat": [
+ 27.883300000000002,
+ 28.2833
+ ],
+ "lon": [
+ 30.55,
+ 30.95
+ ]
+ },
+ {
+ "city": "Biyal\u0101",
+ "lat": [
+ 30.9742,
+ 31.3742
+ ],
+ "lon": [
+ 31.021800000000002,
+ 31.4218
+ ]
+ },
+ {
+ "city": "S\u0101qultah",
+ "lat": [
+ 26.4582,
+ 26.8582
+ ],
+ "lon": [
+ 31.4714,
+ 31.871399999999998
+ ]
+ },
+ {
+ "city": "Al Ghardaqah",
+ "lat": [
+ 27.0578,
+ 27.4578
+ ],
+ "lon": [
+ 33.6117,
+ 34.011700000000005
+ ]
+ },
+ {
+ "city": "Mallaw\u012b",
+ "lat": [
+ 27.5306,
+ 27.9306
+ ],
+ "lon": [
+ 30.642500000000002,
+ 31.0425
+ ]
+ },
+ {
+ "city": "Farsh\u016b\u0163",
+ "lat": [
+ 25.855,
+ 26.255
+ ],
+ "lon": [
+ 31.9627,
+ 32.362700000000004
+ ]
+ },
+ {
+ "city": "Damietta",
+ "lat": [
+ 31.2167,
+ 31.616699999999998
+ ],
+ "lon": [
+ 31.6214,
+ 32.0214
+ ]
+ },
+ {
+ "city": "Luxor",
+ "lat": [
+ 25.4967,
+ 25.8967
+ ],
+ "lon": [
+ 32.444399999999995,
+ 32.8444
+ ]
+ },
+ {
+ "city": "Timayy al Imd\u012bd",
+ "lat": [
+ 30.7438,
+ 31.1438
+ ],
+ "lon": [
+ 31.3293,
+ 31.7293
+ ]
+ },
+ {
+ "city": "Qin\u0101",
+ "lat": [
+ 25.9667,
+ 26.366699999999998
+ ],
+ "lon": [
+ 32.5167,
+ 32.916700000000006
+ ]
+ },
+ {
+ "city": "\u015eidf\u0101",
+ "lat": [
+ 26.7664,
+ 27.1664
+ ],
+ "lon": [
+ 31.1795,
+ 31.5795
+ ]
+ },
+ {
+ "city": "S\u016bh\u0101j",
+ "lat": [
+ 26.3606,
+ 26.7606
+ ],
+ "lon": [
+ 31.4917,
+ 31.8917
+ ]
+ },
+ {
+ "city": "Ban\u012b Suwayf",
+ "lat": [
+ 28.8667,
+ 29.2667
+ ],
+ "lon": [
+ 30.883300000000002,
+ 31.2833
+ ]
+ },
+ {
+ "city": "Al \u2018Ar\u012bsh",
+ "lat": [
+ 30.9249,
+ 31.3249
+ ],
+ "lon": [
+ 33.6006,
+ 34.000600000000006
+ ]
+ },
+ {
+ "city": "Ar Ra\u1e29m\u0101n\u012byah",
+ "lat": [
+ 30.9048,
+ 31.3048
+ ],
+ "lon": [
+ 30.4414,
+ 30.8414
+ ]
+ },
+ {
+ "city": "Banh\u0101",
+ "lat": [
+ 30.262800000000002,
+ 30.6628
+ ],
+ "lon": [
+ 30.9797,
+ 31.3797
+ ]
+ },
+ {
+ "city": "Qaly\u016bb",
+ "lat": [
+ 29.9997,
+ 30.3997
+ ],
+ "lon": [
+ 31.005300000000002,
+ 31.4053
+ ]
+ },
+ {
+ "city": "Kafr ash Shaykh",
+ "lat": [
+ 30.900000000000002,
+ 31.3
+ ],
+ "lon": [
+ 30.75,
+ 31.15
+ ]
+ },
+ {
+ "city": "Dis\u016bq",
+ "lat": [
+ 30.9325,
+ 31.3325
+ ],
+ "lon": [
+ 30.4478,
+ 30.8478
+ ]
+ },
+ {
+ "city": "Bilbays",
+ "lat": [
+ 30.2167,
+ 30.616699999999998
+ ],
+ "lon": [
+ 31.3667,
+ 31.7667
+ ]
+ },
+ {
+ "city": "Idf\u016b",
+ "lat": [
+ 24.778100000000002,
+ 25.1781
+ ],
+ "lon": [
+ 32.6789,
+ 33.078900000000004
+ ]
+ },
+ {
+ "city": "Rosetta",
+ "lat": [
+ 31.2014,
+ 31.601399999999998
+ ],
+ "lon": [
+ 30.2194,
+ 30.6194
+ ]
+ },
+ {
+ "city": "M\u012bt Ghamr",
+ "lat": [
+ 30.5192,
+ 30.9192
+ ],
+ "lon": [
+ 31.0628,
+ 31.462799999999998
+ ]
+ },
+ {
+ "city": "Mun\u016bf",
+ "lat": [
+ 30.2667,
+ 30.6667
+ ],
+ "lon": [
+ 30.7333,
+ 31.1333
+ ]
+ },
+ {
+ "city": "F\u0101q\u016bs",
+ "lat": [
+ 30.528200000000002,
+ 30.9282
+ ],
+ "lon": [
+ 31.597,
+ 31.997
+ ]
+ },
+ {
+ "city": "Ma\u0163r\u016b\u1e29",
+ "lat": [
+ 31.133300000000002,
+ 31.5333
+ ],
+ "lon": [
+ 27.0167,
+ 27.4167
+ ]
+ },
+ {
+ "city": "Idk\u016b",
+ "lat": [
+ 31.105800000000002,
+ 31.5058
+ ],
+ "lon": [
+ 30.0956,
+ 30.4956
+ ]
+ },
+ {
+ "city": "Kafr ad Daww\u0101r",
+ "lat": [
+ 30.9339,
+ 31.3339
+ ],
+ "lon": [
+ 29.9297,
+ 30.3297
+ ]
+ },
+ {
+ "city": "Jirj\u0101",
+ "lat": [
+ 26.1383,
+ 26.5383
+ ],
+ "lon": [
+ 31.6917,
+ 32.0917
+ ]
+ },
+ {
+ "city": "Ra\u2019s Gh\u0101rib",
+ "lat": [
+ 28.1597,
+ 28.5597
+ ],
+ "lon": [
+ 32.8775,
+ 33.2775
+ ]
+ },
+ {
+ "city": "Al Jamm\u0101l\u012byah",
+ "lat": [
+ 30.9806,
+ 31.380599999999998
+ ],
+ "lon": [
+ 31.665,
+ 32.065
+ ]
+ },
+ {
+ "city": "Zift\u00e1",
+ "lat": [
+ 30.5119,
+ 30.9119
+ ],
+ "lon": [
+ 31.0394,
+ 31.4394
+ ]
+ },
+ {
+ "city": "Sam\u0101l\u016b\u0163",
+ "lat": [
+ 28.1122,
+ 28.5122
+ ],
+ "lon": [
+ 30.51,
+ 30.91
+ ]
+ },
+ {
+ "city": "Al Badrashayn",
+ "lat": [
+ 29.650000000000002,
+ 30.05
+ ],
+ "lon": [
+ 31.0667,
+ 31.4667
+ ]
+ },
+ {
+ "city": "Ibshaw\u0101y",
+ "lat": [
+ 29.159000000000002,
+ 29.559
+ ],
+ "lon": [
+ 30.4806,
+ 30.880599999999998
+ ]
+ },
+ {
+ "city": "Manfal\u016b\u0163",
+ "lat": [
+ 27.1128,
+ 27.5128
+ ],
+ "lon": [
+ 30.770300000000002,
+ 31.1703
+ ]
+ },
+ {
+ "city": "Rafa\u1e29",
+ "lat": [
+ 31.082,
+ 31.482
+ ],
+ "lon": [
+ 34.0387,
+ 34.438700000000004
+ ]
+ },
+ {
+ "city": "M\u012bt Sals\u012bl",
+ "lat": [
+ 30.9676,
+ 31.3676
+ ],
+ "lon": [
+ 31.601200000000002,
+ 32.001200000000004
+ ]
+ },
+ {
+ "city": "Ban\u012b Maz\u0101r",
+ "lat": [
+ 28.3036,
+ 28.703599999999998
+ ],
+ "lon": [
+ 30.6003,
+ 31.0003
+ ]
+ },
+ {
+ "city": "Mad\u012bnat as S\u0101d\u0101t",
+ "lat": [
+ 30.2182,
+ 30.618199999999998
+ ],
+ "lon": [
+ 30.3747,
+ 30.7747
+ ]
+ },
+ {
+ "city": "Al Kh\u0101nkah",
+ "lat": [
+ 30.0104,
+ 30.4104
+ ],
+ "lon": [
+ 31.1681,
+ 31.568099999999998
+ ]
+ },
+ {
+ "city": "Armant",
+ "lat": [
+ 25.416700000000002,
+ 25.8167
+ ],
+ "lon": [
+ 32.333299999999994,
+ 32.7333
+ ]
+ },
+ {
+ "city": "Kafr az Zayy\u0101t",
+ "lat": [
+ 30.6248,
+ 31.0248
+ ],
+ "lon": [
+ 30.618000000000002,
+ 31.018
+ ]
+ },
+ {
+ "city": "Magh\u0101ghah",
+ "lat": [
+ 28.4483,
+ 28.8483
+ ],
+ "lon": [
+ 30.6422,
+ 31.042199999999998
+ ]
+ },
+ {
+ "city": "Sharm ash Shaykh",
+ "lat": [
+ 27.6519,
+ 28.0519
+ ],
+ "lon": [
+ 34.105,
+ 34.505
+ ]
+ },
+ {
+ "city": "Kawm Umb\u016b",
+ "lat": [
+ 24.2667,
+ 24.6667
+ ],
+ "lon": [
+ 32.75,
+ 33.150000000000006
+ ]
+ },
+ {
+ "city": "Ab\u016b T\u012bj",
+ "lat": [
+ 26.8442,
+ 27.2442
+ ],
+ "lon": [
+ 31.1189,
+ 31.5189
+ ]
+ },
+ {
+ "city": "B\u016br Fu\u2019\u0101d",
+ "lat": [
+ 31.0314,
+ 31.4314
+ ],
+ "lon": [
+ 32.125299999999996,
+ 32.5253
+ ]
+ },
+ {
+ "city": "\u2018Izbat al Burj",
+ "lat": [
+ 31.308400000000002,
+ 31.7084
+ ],
+ "lon": [
+ 31.6411,
+ 32.0411
+ ]
+ },
+ {
+ "city": "Al Q\u016b\u015f\u012byah",
+ "lat": [
+ 27.244400000000002,
+ 27.6444
+ ],
+ "lon": [
+ 30.6167,
+ 31.0167
+ ]
+ },
+ {
+ "city": "Kird\u0101sah",
+ "lat": [
+ 29.831,
+ 30.230999999999998
+ ],
+ "lon": [
+ 30.9111,
+ 31.3111
+ ]
+ },
+ {
+ "city": "Isn\u0101",
+ "lat": [
+ 25.0933,
+ 25.493299999999998
+ ],
+ "lon": [
+ 32.356399999999994,
+ 32.7564
+ ]
+ },
+ {
+ "city": "Abn\u016bb",
+ "lat": [
+ 27.0667,
+ 27.4667
+ ],
+ "lon": [
+ 30.95,
+ 31.349999999999998
+ ]
+ },
+ {
+ "city": "Hihy\u0101",
+ "lat": [
+ 30.468700000000002,
+ 30.8687
+ ],
+ "lon": [
+ 31.3904,
+ 31.790399999999998
+ ]
+ },
+ {
+ "city": "Al Minsh\u0101h",
+ "lat": [
+ 26.2769,
+ 26.6769
+ ],
+ "lon": [
+ 31.6036,
+ 32.0036
+ ]
+ },
+ {
+ "city": "Al Qurayn",
+ "lat": [
+ 30.4161,
+ 30.8161
+ ],
+ "lon": [
+ 31.535,
+ 31.935
+ ]
+ },
+ {
+ "city": "Ash Shaykh Zuwayd",
+ "lat": [
+ 31.0119,
+ 31.4119
+ ],
+ "lon": [
+ 33.910599999999995,
+ 34.3106
+ ]
+ },
+ {
+ "city": "Dalj\u0101",
+ "lat": [
+ 27.443,
+ 27.843
+ ],
+ "lon": [
+ 30.5001,
+ 30.9001
+ ]
+ },
+ {
+ "city": "Ab\u016b Qurq\u0101\u015f",
+ "lat": [
+ 27.7304,
+ 28.130399999999998
+ ],
+ "lon": [
+ 30.6383,
+ 31.0383
+ ]
+ },
+ {
+ "city": "S\u012bd\u012b Bar\u0101n\u012b",
+ "lat": [
+ 31.410800000000002,
+ 31.8108
+ ],
+ "lon": [
+ 25.7256,
+ 26.1256
+ ]
+ },
+ {
+ "city": "A\u015f \u015eaff",
+ "lat": [
+ 29.3647,
+ 29.764699999999998
+ ],
+ "lon": [
+ 31.0811,
+ 31.481099999999998
+ ]
+ },
+ {
+ "city": "Bib\u0101",
+ "lat": [
+ 28.7218,
+ 29.1218
+ ],
+ "lon": [
+ 30.7844,
+ 31.1844
+ ]
+ },
+ {
+ "city": "Samann\u016bd",
+ "lat": [
+ 30.7622,
+ 31.1622
+ ],
+ "lon": [
+ 31.0425,
+ 31.4425
+ ]
+ },
+ {
+ "city": "Ab\u016b Za\u2018bal",
+ "lat": [
+ 30.049500000000002,
+ 30.4495
+ ],
+ "lon": [
+ 31.154500000000002,
+ 31.5545
+ ]
+ },
+ {
+ "city": "Dandarah",
+ "lat": [
+ 25.9422,
+ 26.3422
+ ],
+ "lon": [
+ 32.469699999999996,
+ 32.8697
+ ]
+ }
+ ],
+ "Nigeria": [
+ {
+ "city": "Lagos",
+ "lat": [
+ 6.255,
+ 6.655
+ ],
+ "lon": [
+ 3.1841,
+ 3.5841000000000003
+ ]
+ },
+ {
+ "city": "Kano",
+ "lat": [
+ 11.8,
+ 12.2
+ ],
+ "lon": [
+ 8.3167,
+ 8.7167
+ ]
+ },
+ {
+ "city": "Abuja",
+ "lat": [
+ 8.866700000000002,
+ 9.2667
+ ],
+ "lon": [
+ 7.2833,
+ 7.6833
+ ]
+ },
+ {
+ "city": "Ibadan",
+ "lat": [
+ 7.1964,
+ 7.5964
+ ],
+ "lon": [
+ 3.7167,
+ 4.1167
+ ]
+ },
+ {
+ "city": "Awka",
+ "lat": [
+ 6.0069,
+ 6.4069
+ ],
+ "lon": [
+ 6.8678,
+ 7.2678
+ ]
+ },
+ {
+ "city": "Port Harcourt",
+ "lat": [
+ 4.6242,
+ 5.0242
+ ],
+ "lon": [
+ 6.8336,
+ 7.2336
+ ]
+ },
+ {
+ "city": "Benin City",
+ "lat": [
+ 6.1333,
+ 6.5333000000000006
+ ],
+ "lon": [
+ 5.4222,
+ 5.8222000000000005
+ ]
+ },
+ {
+ "city": "Onitsha",
+ "lat": [
+ 5.9666999999999994,
+ 6.3667
+ ],
+ "lon": [
+ 6.5832999999999995,
+ 6.9833
+ ]
+ },
+ {
+ "city": "Maiduguri",
+ "lat": [
+ 11.6372,
+ 12.037199999999999
+ ],
+ "lon": [
+ 12.9542,
+ 13.354199999999999
+ ]
+ },
+ {
+ "city": "Aba",
+ "lat": [
+ 4.9167,
+ 5.3167
+ ],
+ "lon": [
+ 7.1667,
+ 7.5667
+ ]
+ },
+ {
+ "city": "Shagamu",
+ "lat": [
+ 6.6333,
+ 7.0333000000000006
+ ],
+ "lon": [
+ 3.4499999999999997,
+ 3.85
+ ]
+ },
+ {
+ "city": "Ikare",
+ "lat": [
+ 7.3167,
+ 7.7167
+ ],
+ "lon": [
+ 5.55,
+ 5.95
+ ]
+ },
+ {
+ "city": "Ogbomoso",
+ "lat": [
+ 7.9333,
+ 8.3333
+ ],
+ "lon": [
+ 4.05,
+ 4.45
+ ]
+ },
+ {
+ "city": "Enugu",
+ "lat": [
+ 6.3,
+ 6.7
+ ],
+ "lon": [
+ 7.3,
+ 7.7
+ ]
+ },
+ {
+ "city": "Mushin",
+ "lat": [
+ 6.3332999999999995,
+ 6.7333
+ ],
+ "lon": [
+ 3.15,
+ 3.5500000000000003
+ ]
+ },
+ {
+ "city": "Owerri",
+ "lat": [
+ 5.285,
+ 5.6850000000000005
+ ],
+ "lon": [
+ 6.835,
+ 7.235
+ ]
+ },
+ {
+ "city": "Abeokuta",
+ "lat": [
+ 6.9608,
+ 7.3608
+ ],
+ "lon": [
+ 3.1483,
+ 3.5483000000000002
+ ]
+ },
+ {
+ "city": "Ikeja",
+ "lat": [
+ 6.3999999999999995,
+ 6.8
+ ],
+ "lon": [
+ 3.15,
+ 3.5500000000000003
+ ]
+ },
+ {
+ "city": "Akure",
+ "lat": [
+ 7.05,
+ 7.45
+ ],
+ "lon": [
+ 4.995,
+ 5.3950000000000005
+ ]
+ },
+ {
+ "city": "Ilorin",
+ "lat": [
+ 8.3,
+ 8.7
+ ],
+ "lon": [
+ 4.35,
+ 4.75
+ ]
+ },
+ {
+ "city": "Kaduna",
+ "lat": [
+ 10.3167,
+ 10.7167
+ ],
+ "lon": [
+ 7.2333,
+ 7.6333
+ ]
+ },
+ {
+ "city": "Osogbo",
+ "lat": [
+ 7.5667,
+ 7.9667
+ ],
+ "lon": [
+ 4.3667,
+ 4.7667
+ ]
+ },
+ {
+ "city": "Bauchi",
+ "lat": [
+ 10.3,
+ 10.7
+ ],
+ "lon": [
+ 9.8,
+ 10.2
+ ]
+ },
+ {
+ "city": "Lokoja",
+ "lat": [
+ 7.6019,
+ 8.0019
+ ],
+ "lon": [
+ 6.5442,
+ 6.9442
+ ]
+ },
+ {
+ "city": "Agege",
+ "lat": [
+ 6.4219,
+ 6.8219
+ ],
+ "lon": [
+ 3.1258,
+ 3.5258000000000003
+ ]
+ },
+ {
+ "city": "Nneyi-Umuleri",
+ "lat": [
+ 6.1333,
+ 6.5333000000000006
+ ],
+ "lon": [
+ 6.6333,
+ 7.0333000000000006
+ ]
+ },
+ {
+ "city": "Jalingo",
+ "lat": [
+ 8.700000000000001,
+ 9.1
+ ],
+ "lon": [
+ 11.1667,
+ 11.566699999999999
+ ]
+ },
+ {
+ "city": "Jos",
+ "lat": [
+ 9.716700000000001,
+ 10.1167
+ ],
+ "lon": [
+ 8.6903,
+ 9.0903
+ ]
+ },
+ {
+ "city": "Somolu",
+ "lat": [
+ 6.3408,
+ 6.7408
+ ],
+ "lon": [
+ 3.1872,
+ 3.5872
+ ]
+ },
+ {
+ "city": "Uyo",
+ "lat": [
+ 4.8332999999999995,
+ 5.2333
+ ],
+ "lon": [
+ 7.7275,
+ 8.1275
+ ]
+ },
+ {
+ "city": "Ile-Ife",
+ "lat": [
+ 7.2833,
+ 7.6833
+ ],
+ "lon": [
+ 4.3591999999999995,
+ 4.7592
+ ]
+ },
+ {
+ "city": "Asaba",
+ "lat": [
+ 5.9833,
+ 6.3833
+ ],
+ "lon": [
+ 6.5333,
+ 6.9333
+ ]
+ },
+ {
+ "city": "Ado-Ekiti",
+ "lat": [
+ 7.4211,
+ 7.8211
+ ],
+ "lon": [
+ 5.0214,
+ 5.4214
+ ]
+ },
+ {
+ "city": "Sokoto",
+ "lat": [
+ 12.8833,
+ 13.283299999999999
+ ],
+ "lon": [
+ 5.05,
+ 5.45
+ ]
+ },
+ {
+ "city": "Ugep",
+ "lat": [
+ 5.6,
+ 6.0
+ ],
+ "lon": [
+ 7.883299999999999,
+ 8.283299999999999
+ ]
+ },
+ {
+ "city": "Zaria",
+ "lat": [
+ 10.866700000000002,
+ 11.2667
+ ],
+ "lon": [
+ 7.5,
+ 7.9
+ ]
+ },
+ {
+ "city": "Igboho",
+ "lat": [
+ 8.6333,
+ 9.033299999999999
+ ],
+ "lon": [
+ 3.55,
+ 3.95
+ ]
+ },
+ {
+ "city": "Ijebu-Ode",
+ "lat": [
+ 6.6208,
+ 7.0208
+ ],
+ "lon": [
+ 3.7207999999999997,
+ 4.1208
+ ]
+ },
+ {
+ "city": "Yola",
+ "lat": [
+ 9.030000000000001,
+ 9.43
+ ],
+ "lon": [
+ 12.260000000000002,
+ 12.66
+ ]
+ },
+ {
+ "city": "Nnewi",
+ "lat": [
+ 5.8167,
+ 6.2167
+ ],
+ "lon": [
+ 6.7166999999999994,
+ 7.1167
+ ]
+ },
+ {
+ "city": "Gwoza",
+ "lat": [
+ 10.8861,
+ 11.2861
+ ],
+ "lon": [
+ 13.4914,
+ 13.891399999999999
+ ]
+ },
+ {
+ "city": "Saki",
+ "lat": [
+ 8.466700000000001,
+ 8.8667
+ ],
+ "lon": [
+ 3.1999999999999997,
+ 3.6
+ ]
+ },
+ {
+ "city": "Oyo",
+ "lat": [
+ 7.6417,
+ 8.0417
+ ],
+ "lon": [
+ 3.7306,
+ 4.1306
+ ]
+ },
+ {
+ "city": "Ilesa",
+ "lat": [
+ 7.4167,
+ 7.8167
+ ],
+ "lon": [
+ 4.5167,
+ 4.9167000000000005
+ ]
+ },
+ {
+ "city": "Gusau",
+ "lat": [
+ 11.950000000000001,
+ 12.35
+ ],
+ "lon": [
+ 6.4666999999999994,
+ 6.8667
+ ]
+ },
+ {
+ "city": "Warri",
+ "lat": [
+ 5.3167,
+ 5.7167
+ ],
+ "lon": [
+ 5.55,
+ 5.95
+ ]
+ },
+ {
+ "city": "Umuahia",
+ "lat": [
+ 5.3332999999999995,
+ 5.7333
+ ],
+ "lon": [
+ 7.2833,
+ 7.6833
+ ]
+ },
+ {
+ "city": "Ondo",
+ "lat": [
+ 6.8833,
+ 7.2833000000000006
+ ],
+ "lon": [
+ 4.6333,
+ 5.0333000000000006
+ ]
+ },
+ {
+ "city": "Gwagwalada",
+ "lat": [
+ 8.7392,
+ 9.139199999999999
+ ],
+ "lon": [
+ 6.8758,
+ 7.2758
+ ]
+ },
+ {
+ "city": "Lafia",
+ "lat": [
+ 8.2917,
+ 8.691699999999999
+ ],
+ "lon": [
+ 8.3167,
+ 8.7167
+ ]
+ },
+ {
+ "city": "Minna",
+ "lat": [
+ 9.4139,
+ 9.813899999999999
+ ],
+ "lon": [
+ 6.3568999999999996,
+ 6.7569
+ ]
+ },
+ {
+ "city": "Okene",
+ "lat": [
+ 7.3618999999999994,
+ 7.7619
+ ],
+ "lon": [
+ 6.0411,
+ 6.4411000000000005
+ ]
+ },
+ {
+ "city": "Katsina",
+ "lat": [
+ 12.05,
+ 12.45
+ ],
+ "lon": [
+ 7.3,
+ 7.7
+ ]
+ },
+ {
+ "city": "Kaura Namoda",
+ "lat": [
+ 12.4,
+ 12.799999999999999
+ ],
+ "lon": [
+ 6.3896999999999995,
+ 6.7897
+ ]
+ },
+ {
+ "city": "Nguru",
+ "lat": [
+ 12.679200000000002,
+ 13.0792
+ ],
+ "lon": [
+ 10.252500000000001,
+ 10.6525
+ ]
+ },
+ {
+ "city": "Hong",
+ "lat": [
+ 10.0317,
+ 10.4317
+ ],
+ "lon": [
+ 12.730300000000002,
+ 13.1303
+ ]
+ },
+ {
+ "city": "Sapele",
+ "lat": [
+ 5.7,
+ 6.1000000000000005
+ ],
+ "lon": [
+ 5.4666999999999994,
+ 5.8667
+ ]
+ },
+ {
+ "city": "Iseyin",
+ "lat": [
+ 7.7667,
+ 8.1667
+ ],
+ "lon": [
+ 3.4,
+ 3.8000000000000003
+ ]
+ },
+ {
+ "city": "Damboa",
+ "lat": [
+ 10.950000000000001,
+ 11.35
+ ],
+ "lon": [
+ 12.55,
+ 12.95
+ ]
+ },
+ {
+ "city": "Owo",
+ "lat": [
+ 6.9961,
+ 7.396100000000001
+ ],
+ "lon": [
+ 5.3864,
+ 5.7864
+ ]
+ },
+ {
+ "city": "Osisioma",
+ "lat": [
+ 4.9497,
+ 5.3497
+ ],
+ "lon": [
+ 7.1303,
+ 7.5303
+ ]
+ },
+ {
+ "city": "Apapa",
+ "lat": [
+ 6.25,
+ 6.65
+ ],
+ "lon": [
+ 3.1666999999999996,
+ 3.5667
+ ]
+ },
+ {
+ "city": "Kuje",
+ "lat": [
+ 8.6822,
+ 9.082199999999998
+ ],
+ "lon": [
+ 7.0203,
+ 7.4203
+ ]
+ },
+ {
+ "city": "Burutu",
+ "lat": [
+ 5.1499999999999995,
+ 5.55
+ ],
+ "lon": [
+ 5.3167,
+ 5.7167
+ ]
+ },
+ {
+ "city": "Kukawa",
+ "lat": [
+ 12.716700000000001,
+ 13.1167
+ ],
+ "lon": [
+ 13.366700000000002,
+ 13.7667
+ ]
+ },
+ {
+ "city": "Mai\u2019Adua",
+ "lat": [
+ 12.9906,
+ 13.3906
+ ],
+ "lon": [
+ 8.011700000000001,
+ 8.4117
+ ]
+ },
+ {
+ "city": "Isanlu",
+ "lat": [
+ 7.9667,
+ 8.3667
+ ],
+ "lon": [
+ 5.6,
+ 6.0
+ ]
+ },
+ {
+ "city": "Baure",
+ "lat": [
+ 12.583300000000001,
+ 12.9833
+ ],
+ "lon": [
+ 8.5667,
+ 8.9667
+ ]
+ },
+ {
+ "city": "Iwo",
+ "lat": [
+ 7.4333,
+ 7.8333
+ ],
+ "lon": [
+ 3.9833,
+ 4.3833
+ ]
+ },
+ {
+ "city": "Malumfashi",
+ "lat": [
+ 11.600000000000001,
+ 12.0
+ ],
+ "lon": [
+ 7.4167,
+ 7.8167
+ ]
+ },
+ {
+ "city": "Epe",
+ "lat": [
+ 6.3833,
+ 6.7833000000000006
+ ],
+ "lon": [
+ 3.7832999999999997,
+ 4.1833
+ ]
+ },
+ {
+ "city": "Inisa",
+ "lat": [
+ 7.7833,
+ 8.1833
+ ],
+ "lon": [
+ 4.45,
+ 4.8500000000000005
+ ]
+ },
+ {
+ "city": "Funtua",
+ "lat": [
+ 11.320400000000001,
+ 11.7204
+ ],
+ "lon": [
+ 7.12,
+ 7.5200000000000005
+ ]
+ },
+ {
+ "city": "Calabar",
+ "lat": [
+ 4.7767,
+ 5.1767
+ ],
+ "lon": [
+ 8.138300000000001,
+ 8.5383
+ ]
+ },
+ {
+ "city": "Biu",
+ "lat": [
+ 10.411100000000001,
+ 10.8111
+ ],
+ "lon": [
+ 11.995000000000001,
+ 12.395
+ ]
+ },
+ {
+ "city": "Ada",
+ "lat": [
+ 7.6956,
+ 8.0956
+ ],
+ "lon": [
+ 4.509399999999999,
+ 4.9094
+ ]
+ },
+ {
+ "city": "Bida",
+ "lat": [
+ 8.8804,
+ 9.280399999999998
+ ],
+ "lon": [
+ 5.81,
+ 6.21
+ ]
+ },
+ {
+ "city": "Makurdi",
+ "lat": [
+ 7.5333,
+ 7.9333
+ ],
+ "lon": [
+ 8.3,
+ 8.7
+ ]
+ },
+ {
+ "city": "Offa",
+ "lat": [
+ 7.947,
+ 8.347
+ ],
+ "lon": [
+ 4.52,
+ 4.92
+ ]
+ },
+ {
+ "city": "Ede",
+ "lat": [
+ 7.5389,
+ 7.9389
+ ],
+ "lon": [
+ 4.2360999999999995,
+ 4.6361
+ ]
+ },
+ {
+ "city": "Kisi",
+ "lat": [
+ 8.8833,
+ 9.283299999999999
+ ],
+ "lon": [
+ 3.65,
+ 4.05
+ ]
+ },
+ {
+ "city": "Zango",
+ "lat": [
+ 12.7333,
+ 13.133299999999998
+ ],
+ "lon": [
+ 8.333300000000001,
+ 8.7333
+ ]
+ },
+ {
+ "city": "Dutse",
+ "lat": [
+ 11.501100000000001,
+ 11.9011
+ ],
+ "lon": [
+ 9.141900000000001,
+ 9.5419
+ ]
+ },
+ {
+ "city": "Ipokia",
+ "lat": [
+ 6.3332999999999995,
+ 6.7333
+ ],
+ "lon": [
+ 2.65,
+ 3.0500000000000003
+ ]
+ },
+ {
+ "city": "Auchi",
+ "lat": [
+ 6.8667,
+ 7.2667
+ ],
+ "lon": [
+ 6.0667,
+ 6.4667
+ ]
+ },
+ {
+ "city": "Ikot Ekpene",
+ "lat": [
+ 4.9833,
+ 5.3833
+ ],
+ "lon": [
+ 7.5167,
+ 7.9167000000000005
+ ]
+ },
+ {
+ "city": "Numan",
+ "lat": [
+ 9.266900000000001,
+ 9.6669
+ ],
+ "lon": [
+ 11.8328,
+ 12.2328
+ ]
+ },
+ {
+ "city": "Ipetumodu",
+ "lat": [
+ 7.2999,
+ 7.6999
+ ],
+ "lon": [
+ 4.247199999999999,
+ 4.6472
+ ]
+ },
+ {
+ "city": "Okigwe",
+ "lat": [
+ 5.2829999999999995,
+ 5.683
+ ],
+ "lon": [
+ 7.35,
+ 7.75
+ ]
+ },
+ {
+ "city": "Idanre",
+ "lat": [
+ 6.8922,
+ 7.2922
+ ],
+ "lon": [
+ 4.9322,
+ 5.3322
+ ]
+ },
+ {
+ "city": "Mubi",
+ "lat": [
+ 10.0667,
+ 10.4667
+ ],
+ "lon": [
+ 13.0667,
+ 13.4667
+ ]
+ },
+ {
+ "city": "Abaji",
+ "lat": [
+ 8.2756,
+ 8.6756
+ ],
+ "lon": [
+ 6.7433,
+ 7.1433
+ ]
+ },
+ {
+ "city": "Gashua",
+ "lat": [
+ 12.6681,
+ 13.0681
+ ],
+ "lon": [
+ 10.846400000000001,
+ 11.2464
+ ]
+ },
+ {
+ "city": "Unwana",
+ "lat": [
+ 5.6625,
+ 6.0625
+ ],
+ "lon": [
+ 7.7486,
+ 8.1486
+ ]
+ },
+ {
+ "city": "Bama",
+ "lat": [
+ 11.318900000000001,
+ 11.7189
+ ],
+ "lon": [
+ 13.484200000000001,
+ 13.8842
+ ]
+ },
+ {
+ "city": "Ilobu",
+ "lat": [
+ 7.64,
+ 8.04
+ ],
+ "lon": [
+ 4.286,
+ 4.686
+ ]
+ },
+ {
+ "city": "Nsukka",
+ "lat": [
+ 6.6567,
+ 7.0567
+ ],
+ "lon": [
+ 7.1958,
+ 7.5958000000000006
+ ]
+ },
+ {
+ "city": "Itele",
+ "lat": [
+ 6.5667,
+ 6.9667
+ ],
+ "lon": [
+ 3.8625,
+ 4.2625
+ ]
+ },
+ {
+ "city": "Nkpor",
+ "lat": [
+ 5.95,
+ 6.3500000000000005
+ ],
+ "lon": [
+ 6.6333,
+ 7.0333000000000006
+ ]
+ },
+ {
+ "city": "Birnin Kebbi",
+ "lat": [
+ 12.2504,
+ 12.6504
+ ],
+ "lon": [
+ 3.9999000000000002,
+ 4.399900000000001
+ ]
+ },
+ {
+ "city": "Azare",
+ "lat": [
+ 11.474200000000002,
+ 11.8742
+ ],
+ "lon": [
+ 9.991100000000001,
+ 10.3911
+ ]
+ },
+ {
+ "city": "Kontagora",
+ "lat": [
+ 10.203000000000001,
+ 10.603
+ ],
+ "lon": [
+ 5.273,
+ 5.673
+ ]
+ },
+ {
+ "city": "Wukari",
+ "lat": [
+ 7.6704,
+ 8.0704
+ ],
+ "lon": [
+ 9.58,
+ 9.979999999999999
+ ]
+ },
+ {
+ "city": "Damaturu",
+ "lat": [
+ 11.544400000000001,
+ 11.9444
+ ],
+ "lon": [
+ 11.7611,
+ 12.1611
+ ]
+ },
+ {
+ "city": "Potiskum",
+ "lat": [
+ 11.5104,
+ 11.9104
+ ],
+ "lon": [
+ 10.88,
+ 11.28
+ ]
+ },
+ {
+ "city": "Keffi",
+ "lat": [
+ 8.6464,
+ 9.046399999999998
+ ],
+ "lon": [
+ 7.6733,
+ 8.0733
+ ]
+ },
+ {
+ "city": "Idah",
+ "lat": [
+ 6.8978,
+ 7.2978000000000005
+ ],
+ "lon": [
+ 6.5432999999999995,
+ 6.9433
+ ]
+ },
+ {
+ "city": "Ikom",
+ "lat": [
+ 5.8833,
+ 6.2833000000000006
+ ],
+ "lon": [
+ 8.4167,
+ 8.816699999999999
+ ]
+ },
+ {
+ "city": "Iperu",
+ "lat": [
+ 6.7143,
+ 7.1143
+ ],
+ "lon": [
+ 3.4631999999999996,
+ 3.8632
+ ]
+ },
+ {
+ "city": "Otukpo",
+ "lat": [
+ 6.9904,
+ 7.3904000000000005
+ ],
+ "lon": [
+ 7.930000000000001,
+ 8.33
+ ]
+ },
+ {
+ "city": "Chibok",
+ "lat": [
+ 10.6697,
+ 11.0697
+ ],
+ "lon": [
+ 12.646700000000001,
+ 13.0467
+ ]
+ },
+ {
+ "city": "Ipele",
+ "lat": [
+ 6.9333,
+ 7.3333
+ ],
+ "lon": [
+ 5.4666999999999994,
+ 5.8667
+ ]
+ },
+ {
+ "city": "Oke-Mesi",
+ "lat": [
+ 7.6167,
+ 8.0167
+ ],
+ "lon": [
+ 4.7166999999999994,
+ 5.1167
+ ]
+ },
+ {
+ "city": "Iju",
+ "lat": [
+ 6.410699999999999,
+ 6.8107
+ ],
+ "lon": [
+ 2.8857,
+ 3.2857000000000003
+ ]
+ },
+ {
+ "city": "Ikot Okoro",
+ "lat": [
+ 4.7,
+ 5.1000000000000005
+ ],
+ "lon": [
+ 7.5167,
+ 7.9167000000000005
+ ]
+ }
+ ],
+ "Congo (Kinshasa)": [
+ {
+ "city": "Kinshasa",
+ "lat": [
+ -4.5219000000000005,
+ -4.1219
+ ],
+ "lon": [
+ 15.1119,
+ 15.511899999999999
+ ]
+ },
+ {
+ "city": "Mbuji-Mayi",
+ "lat": [
+ -6.3500000000000005,
+ -5.95
+ ],
+ "lon": [
+ 23.400000000000002,
+ 23.8
+ ]
+ },
+ {
+ "city": "Kananga",
+ "lat": [
+ -6.097,
+ -5.697
+ ],
+ "lon": [
+ 22.2488,
+ 22.648799999999998
+ ]
+ },
+ {
+ "city": "Lubumbashi",
+ "lat": [
+ -11.8647,
+ -11.4647
+ ],
+ "lon": [
+ 27.2794,
+ 27.679399999999998
+ ]
+ },
+ {
+ "city": "Mbandaka",
+ "lat": [
+ -0.1522,
+ 0.24780000000000002
+ ],
+ "lon": [
+ 18.0558,
+ 18.4558
+ ]
+ },
+ {
+ "city": "Bukavu",
+ "lat": [
+ -2.7061,
+ -2.3061
+ ],
+ "lon": [
+ 28.660800000000002,
+ 29.0608
+ ]
+ },
+ {
+ "city": "Kisangani",
+ "lat": [
+ 0.31670000000000004,
+ 0.7167000000000001
+ ],
+ "lon": [
+ 25.0,
+ 25.4
+ ]
+ },
+ {
+ "city": "Tshikapa",
+ "lat": [
+ -6.6167,
+ -6.2166999999999994
+ ],
+ "lon": [
+ 20.6,
+ 21.0
+ ]
+ },
+ {
+ "city": "Kibanseke Premi\u00e8re",
+ "lat": [
+ -4.641900000000001,
+ -4.2419
+ ],
+ "lon": [
+ 15.195,
+ 15.594999999999999
+ ]
+ },
+ {
+ "city": "Bunia",
+ "lat": [
+ 1.3667,
+ 1.7667
+ ],
+ "lon": [
+ 30.05,
+ 30.45
+ ]
+ },
+ {
+ "city": "Uvira",
+ "lat": [
+ -3.6,
+ -3.1999999999999997
+ ],
+ "lon": [
+ 28.95,
+ 29.349999999999998
+ ]
+ },
+ {
+ "city": "Kabinda",
+ "lat": [
+ -6.33,
+ -5.93
+ ],
+ "lon": [
+ 24.28,
+ 24.68
+ ]
+ },
+ {
+ "city": "Likasi",
+ "lat": [
+ -11.1833,
+ -10.7833
+ ],
+ "lon": [
+ 26.5333,
+ 26.9333
+ ]
+ },
+ {
+ "city": "Kolwezi",
+ "lat": [
+ -10.916699999999999,
+ -10.5167
+ ],
+ "lon": [
+ 25.2667,
+ 25.6667
+ ]
+ },
+ {
+ "city": "Kikwit",
+ "lat": [
+ -5.2386,
+ -4.8386
+ ],
+ "lon": [
+ 18.618100000000002,
+ 19.0181
+ ]
+ },
+ {
+ "city": "Matadi",
+ "lat": [
+ -6.0167,
+ -5.6167
+ ],
+ "lon": [
+ 13.2833,
+ 13.6833
+ ]
+ },
+ {
+ "city": "Ndjili",
+ "lat": [
+ -4.6089,
+ -4.2089
+ ],
+ "lon": [
+ 15.1775,
+ 15.577499999999999
+ ]
+ },
+ {
+ "city": "Kisenzi",
+ "lat": [
+ -4.6094,
+ -4.2094
+ ],
+ "lon": [
+ 15.1425,
+ 15.542499999999999
+ ]
+ },
+ {
+ "city": "Goma",
+ "lat": [
+ -1.8794,
+ -1.4794
+ ],
+ "lon": [
+ 29.0336,
+ 29.4336
+ ]
+ },
+ {
+ "city": "Beni",
+ "lat": [
+ 0.3,
+ 0.7
+ ],
+ "lon": [
+ 29.2667,
+ 29.6667
+ ]
+ },
+ {
+ "city": "Gbadolite",
+ "lat": [
+ 4.0832999999999995,
+ 4.4833
+ ],
+ "lon": [
+ 20.8167,
+ 21.2167
+ ]
+ },
+ {
+ "city": "Mwene-Ditu",
+ "lat": [
+ -7.2,
+ -6.8
+ ],
+ "lon": [
+ 23.25,
+ 23.65
+ ]
+ },
+ {
+ "city": "Isiro",
+ "lat": [
+ 2.5833,
+ 2.9833000000000003
+ ],
+ "lon": [
+ 27.416700000000002,
+ 27.8167
+ ]
+ },
+ {
+ "city": "Kindu",
+ "lat": [
+ -3.1500000000000004,
+ -2.75
+ ],
+ "lon": [
+ 25.75,
+ 26.15
+ ]
+ },
+ {
+ "city": "Boma",
+ "lat": [
+ -6.05,
+ -5.6499999999999995
+ ],
+ "lon": [
+ 12.850000000000001,
+ 13.25
+ ]
+ },
+ {
+ "city": "Kamina",
+ "lat": [
+ -8.9386,
+ -8.5386
+ ],
+ "lon": [
+ 24.7906,
+ 25.1906
+ ]
+ },
+ {
+ "city": "Butembo",
+ "lat": [
+ -0.05000000000000002,
+ 0.35
+ ],
+ "lon": [
+ 29.0833,
+ 29.4833
+ ]
+ },
+ {
+ "city": "Moanda",
+ "lat": [
+ -6.1342,
+ -5.7341999999999995
+ ],
+ "lon": [
+ 12.1494,
+ 12.549399999999999
+ ]
+ },
+ {
+ "city": "Kalemie",
+ "lat": [
+ -6.1128,
+ -5.7128
+ ],
+ "lon": [
+ 28.9906,
+ 29.3906
+ ]
+ },
+ {
+ "city": "Wamba",
+ "lat": [
+ 1.9442000000000002,
+ 2.3442000000000003
+ ],
+ "lon": [
+ 27.7929,
+ 28.192899999999998
+ ]
+ },
+ {
+ "city": "Gandajika",
+ "lat": [
+ -6.95,
+ -6.55
+ ],
+ "lon": [
+ 23.7667,
+ 24.1667
+ ]
+ },
+ {
+ "city": "Bandundu",
+ "lat": [
+ -3.5167,
+ -3.1167
+ ],
+ "lon": [
+ 17.166700000000002,
+ 17.5667
+ ]
+ },
+ {
+ "city": "Nsele",
+ "lat": [
+ -4.5744,
+ -4.1743999999999994
+ ],
+ "lon": [
+ 15.2947,
+ 15.6947
+ ]
+ },
+ {
+ "city": "Gemena",
+ "lat": [
+ 3.05,
+ 3.45
+ ],
+ "lon": [
+ 19.5667,
+ 19.9667
+ ]
+ },
+ {
+ "city": "Kipushi",
+ "lat": [
+ -11.962499999999999,
+ -11.5625
+ ],
+ "lon": [
+ 27.05,
+ 27.45
+ ]
+ },
+ {
+ "city": "Baraka",
+ "lat": [
+ -4.3041,
+ -3.9040999999999997
+ ],
+ "lon": [
+ 28.894000000000002,
+ 29.294
+ ]
+ },
+ {
+ "city": "Ilebo",
+ "lat": [
+ -4.5167,
+ -4.1167
+ ],
+ "lon": [
+ 20.400000000000002,
+ 20.8
+ ]
+ },
+ {
+ "city": "Kongolo",
+ "lat": [
+ -5.6000000000000005,
+ -5.2
+ ],
+ "lon": [
+ 26.8,
+ 27.2
+ ]
+ },
+ {
+ "city": "Bumba",
+ "lat": [
+ 1.9844000000000002,
+ 2.3844000000000003
+ ],
+ "lon": [
+ 22.270300000000002,
+ 22.6703
+ ]
+ },
+ {
+ "city": "Mbanza-Ngungu",
+ "lat": [
+ -5.45,
+ -5.05
+ ],
+ "lon": [
+ 14.6667,
+ 15.066699999999999
+ ]
+ },
+ {
+ "city": "Lingwala",
+ "lat": [
+ -4.5203,
+ -4.120299999999999
+ ],
+ "lon": [
+ 15.0983,
+ 15.498299999999999
+ ]
+ },
+ {
+ "city": "Luvungi",
+ "lat": [
+ -3.06,
+ -2.6599999999999997
+ ],
+ "lon": [
+ 28.830000000000002,
+ 29.23
+ ]
+ },
+ {
+ "city": "Tshilenge",
+ "lat": [
+ -6.45,
+ -6.05
+ ],
+ "lon": [
+ 23.5667,
+ 23.9667
+ ]
+ },
+ {
+ "city": "Lisala",
+ "lat": [
+ 1.9486,
+ 2.3486000000000002
+ ],
+ "lon": [
+ 21.3136,
+ 21.7136
+ ]
+ },
+ {
+ "city": "Lodja",
+ "lat": [
+ -3.7242,
+ -3.3242
+ ],
+ "lon": [
+ 23.3964,
+ 23.7964
+ ]
+ },
+ {
+ "city": "Kanyobagonga",
+ "lat": [
+ -0.9019999999999999,
+ -0.502
+ ],
+ "lon": [
+ 28.9726,
+ 29.3726
+ ]
+ },
+ {
+ "city": "Binga",
+ "lat": [
+ 2.1999999999999997,
+ 2.6
+ ],
+ "lon": [
+ 20.220000000000002,
+ 20.62
+ ]
+ },
+ {
+ "city": "Kasongo",
+ "lat": [
+ -4.65,
+ -4.25
+ ],
+ "lon": [
+ 26.45,
+ 26.849999999999998
+ ]
+ },
+ {
+ "city": "Idiofa",
+ "lat": [
+ -5.1668,
+ -4.7668
+ ],
+ "lon": [
+ 19.391000000000002,
+ 19.791
+ ]
+ },
+ {
+ "city": "Bakwa-Kalonji",
+ "lat": [
+ -4.55,
+ -4.1499999999999995
+ ],
+ "lon": [
+ 20.52,
+ 20.919999999999998
+ ]
+ },
+ {
+ "city": "Bulungu",
+ "lat": [
+ -4.75,
+ -4.35
+ ],
+ "lon": [
+ 18.400000000000002,
+ 18.8
+ ]
+ },
+ {
+ "city": "Buta",
+ "lat": [
+ 2.5999999999999996,
+ 3.0
+ ],
+ "lon": [
+ 24.5333,
+ 24.9333
+ ]
+ },
+ {
+ "city": "Mbulungu",
+ "lat": [
+ -6.2667,
+ -5.8667
+ ],
+ "lon": [
+ 21.7,
+ 22.099999999999998
+ ]
+ },
+ {
+ "city": "Zongo",
+ "lat": [
+ 4.1433,
+ 4.5433
+ ],
+ "lon": [
+ 18.3928,
+ 18.7928
+ ]
+ },
+ {
+ "city": "Hyosha",
+ "lat": [
+ 0.4975,
+ 0.8975
+ ],
+ "lon": [
+ 29.3197,
+ 29.7197
+ ]
+ },
+ {
+ "city": "Dungu",
+ "lat": [
+ 3.4166999999999996,
+ 3.8167
+ ],
+ "lon": [
+ 28.3667,
+ 28.7667
+ ]
+ },
+ {
+ "city": "Mulongo",
+ "lat": [
+ -8.0333,
+ -7.6333
+ ],
+ "lon": [
+ 26.8,
+ 27.2
+ ]
+ },
+ {
+ "city": "Mweka",
+ "lat": [
+ -5.05,
+ -4.6499999999999995
+ ],
+ "lon": [
+ 21.3667,
+ 21.7667
+ ]
+ },
+ {
+ "city": "Kahemba",
+ "lat": [
+ -7.4829,
+ -7.0828999999999995
+ ],
+ "lon": [
+ 18.8,
+ 19.2
+ ]
+ }
+ ],
+ "Angola": [
+ {
+ "city": "Luanda",
+ "lat": [
+ -9.0383,
+ -8.638300000000001
+ ],
+ "lon": [
+ 13.034400000000002,
+ 13.4344
+ ]
+ },
+ {
+ "city": "Cacuaco",
+ "lat": [
+ -9.0053,
+ -8.605300000000002
+ ],
+ "lon": [
+ 13.044400000000001,
+ 13.4444
+ ]
+ },
+ {
+ "city": "Cazenga",
+ "lat": [
+ -9.0214,
+ -8.621400000000001
+ ],
+ "lon": [
+ 13.0911,
+ 13.4911
+ ]
+ },
+ {
+ "city": "Lubango",
+ "lat": [
+ -15.1167,
+ -14.716700000000001
+ ],
+ "lon": [
+ 13.3,
+ 13.7
+ ]
+ },
+ {
+ "city": "Cabinda",
+ "lat": [
+ -5.76,
+ -5.359999999999999
+ ],
+ "lon": [
+ 11.99,
+ 12.389999999999999
+ ]
+ },
+ {
+ "city": "Huambo",
+ "lat": [
+ -12.9767,
+ -12.5767
+ ],
+ "lon": [
+ 15.5347,
+ 15.9347
+ ]
+ },
+ {
+ "city": "Malanje",
+ "lat": [
+ -9.7333,
+ -9.333300000000001
+ ],
+ "lon": [
+ 16.150000000000002,
+ 16.55
+ ]
+ },
+ {
+ "city": "Benguela",
+ "lat": [
+ -12.75,
+ -12.350000000000001
+ ],
+ "lon": [
+ 13.216700000000001,
+ 13.6167
+ ]
+ },
+ {
+ "city": "Cuito",
+ "lat": [
+ -12.5833,
+ -12.183300000000001
+ ],
+ "lon": [
+ 16.7333,
+ 17.1333
+ ]
+ },
+ {
+ "city": "Belas",
+ "lat": [
+ -9.1983,
+ -8.798300000000001
+ ],
+ "lon": [
+ 13.065000000000001,
+ 13.465
+ ]
+ },
+ {
+ "city": "Talatona",
+ "lat": [
+ -9.1167,
+ -8.716700000000001
+ ],
+ "lon": [
+ 12.9833,
+ 13.383299999999998
+ ]
+ },
+ {
+ "city": "Lobito",
+ "lat": [
+ -12.549999999999999,
+ -12.15
+ ],
+ "lon": [
+ 13.346400000000001,
+ 13.7464
+ ]
+ },
+ {
+ "city": "Saurimo",
+ "lat": [
+ -9.85,
+ -9.450000000000001
+ ],
+ "lon": [
+ 20.2,
+ 20.599999999999998
+ ]
+ },
+ {
+ "city": "Cubal",
+ "lat": [
+ -13.2333,
+ -12.833300000000001
+ ],
+ "lon": [
+ 14.05,
+ 14.45
+ ]
+ },
+ {
+ "city": "Luena",
+ "lat": [
+ -11.9918,
+ -11.591800000000001
+ ],
+ "lon": [
+ 19.7062,
+ 20.106199999999998
+ ]
+ },
+ {
+ "city": "U\u00edge",
+ "lat": [
+ -7.8167,
+ -7.4167
+ ],
+ "lon": [
+ 14.850000000000001,
+ 15.25
+ ]
+ },
+ {
+ "city": "Menongue",
+ "lat": [
+ -14.855599999999999,
+ -14.4556
+ ],
+ "lon": [
+ 17.4842,
+ 17.8842
+ ]
+ },
+ {
+ "city": "Vila Teixeira da Silva",
+ "lat": [
+ -12.3958,
+ -11.995800000000001
+ ],
+ "lon": [
+ 15.655600000000002,
+ 16.055600000000002
+ ]
+ },
+ {
+ "city": "Sumbe",
+ "lat": [
+ -11.405299999999999,
+ -11.0053
+ ],
+ "lon": [
+ 13.6417,
+ 14.041699999999999
+ ]
+ },
+ {
+ "city": "Ca\u00e1la",
+ "lat": [
+ -13.049999999999999,
+ -12.65
+ ],
+ "lon": [
+ 15.350000000000001,
+ 15.75
+ ]
+ },
+ {
+ "city": "Gabela",
+ "lat": [
+ -11.049999999999999,
+ -10.65
+ ],
+ "lon": [
+ 14.1667,
+ 14.566699999999999
+ ]
+ },
+ {
+ "city": "Matala",
+ "lat": [
+ -14.9306,
+ -14.530600000000002
+ ],
+ "lon": [
+ 14.8367,
+ 15.236699999999999
+ ]
+ },
+ {
+ "city": "Ndulo",
+ "lat": [
+ -11.6833,
+ -11.2833
+ ],
+ "lon": [
+ 15.6333,
+ 16.0333
+ ]
+ },
+ {
+ "city": "Andulo",
+ "lat": [
+ -11.692599999999999,
+ -11.2926
+ ],
+ "lon": [
+ 16.5035,
+ 16.903499999999998
+ ]
+ },
+ {
+ "city": "Mo\u00e7\u00e2medes",
+ "lat": [
+ -15.395299999999999,
+ -14.9953
+ ],
+ "lon": [
+ 11.950800000000001,
+ 12.3508
+ ]
+ },
+ {
+ "city": "Ganda",
+ "lat": [
+ -13.2167,
+ -12.8167
+ ],
+ "lon": [
+ 14.433300000000001,
+ 14.8333
+ ]
+ },
+ {
+ "city": "Uacu Cungo",
+ "lat": [
+ -11.5583,
+ -11.1583
+ ],
+ "lon": [
+ 14.919400000000001,
+ 15.3194
+ ]
+ },
+ {
+ "city": "Barra do Dande",
+ "lat": [
+ -8.672799999999999,
+ -8.2728
+ ],
+ "lon": [
+ 13.173100000000002,
+ 13.5731
+ ]
+ },
+ {
+ "city": "Soio",
+ "lat": [
+ -6.3333,
+ -5.9333
+ ],
+ "lon": [
+ 12.1667,
+ 12.566699999999999
+ ]
+ },
+ {
+ "city": "Tchitato",
+ "lat": [
+ -7.5667,
+ -7.1667
+ ],
+ "lon": [
+ 20.633300000000002,
+ 21.0333
+ ]
+ },
+ {
+ "city": "Chibia",
+ "lat": [
+ -15.383299999999998,
+ -14.9833
+ ],
+ "lon": [
+ 13.5,
+ 13.899999999999999
+ ]
+ },
+ {
+ "city": "Ucu Seles",
+ "lat": [
+ -11.6047,
+ -11.2047
+ ],
+ "lon": [
+ 14.1006,
+ 14.500599999999999
+ ]
+ },
+ {
+ "city": "Cuango",
+ "lat": [
+ -9.344399999999998,
+ -8.9444
+ ],
+ "lon": [
+ 17.8464,
+ 18.246399999999998
+ ]
+ },
+ {
+ "city": "Mbanza Kongo",
+ "lat": [
+ -6.4678,
+ -6.0678
+ ],
+ "lon": [
+ 14.048100000000002,
+ 14.4481
+ ]
+ },
+ {
+ "city": "Caluquembe",
+ "lat": [
+ -13.9833,
+ -13.583300000000001
+ ],
+ "lon": [
+ 14.4833,
+ 14.883299999999998
+ ]
+ },
+ {
+ "city": "Dundo",
+ "lat": [
+ -7.5801,
+ -7.1800999999999995
+ ],
+ "lon": [
+ 20.6351,
+ 21.0351
+ ]
+ },
+ {
+ "city": "Catumbela",
+ "lat": [
+ -12.633899999999999,
+ -12.2339
+ ],
+ "lon": [
+ 13.343300000000001,
+ 13.7433
+ ]
+ },
+ {
+ "city": "Cazanga",
+ "lat": [
+ -9.5,
+ -9.100000000000001
+ ],
+ "lon": [
+ 14.75,
+ 15.149999999999999
+ ]
+ },
+ {
+ "city": "Caluquembe",
+ "lat": [
+ -13.9833,
+ -13.583300000000001
+ ],
+ "lon": [
+ 14.4833,
+ 14.883299999999998
+ ]
+ },
+ {
+ "city": "Catape",
+ "lat": [
+ -13.9667,
+ -13.5667
+ ],
+ "lon": [
+ 14.8833,
+ 15.283299999999999
+ ]
+ },
+ {
+ "city": "Caconda",
+ "lat": [
+ -13.9393,
+ -13.5393
+ ],
+ "lon": [
+ 14.860700000000001,
+ 15.2607
+ ]
+ },
+ {
+ "city": "Ebo",
+ "lat": [
+ -11.2,
+ -10.8
+ ],
+ "lon": [
+ 14.466700000000001,
+ 14.8667
+ ]
+ },
+ {
+ "city": "Bocoio",
+ "lat": [
+ -12.649999999999999,
+ -12.25
+ ],
+ "lon": [
+ 13.950000000000001,
+ 14.35
+ ]
+ },
+ {
+ "city": "Quibala",
+ "lat": [
+ -10.9333,
+ -10.5333
+ ],
+ "lon": [
+ 14.7833,
+ 15.1833
+ ]
+ },
+ {
+ "city": "Ndalatando",
+ "lat": [
+ -9.5,
+ -9.100000000000001
+ ],
+ "lon": [
+ 14.716700000000001,
+ 15.1167
+ ]
+ },
+ {
+ "city": "Quipungo",
+ "lat": [
+ -15.0167,
+ -14.616700000000002
+ ],
+ "lon": [
+ 14.350000000000001,
+ 14.75
+ ]
+ },
+ {
+ "city": "Lucapa",
+ "lat": [
+ -8.6228,
+ -8.222800000000001
+ ],
+ "lon": [
+ 20.5392,
+ 20.9392
+ ]
+ },
+ {
+ "city": "Maquela do Zombo",
+ "lat": [
+ -6.25,
+ -5.85
+ ],
+ "lon": [
+ 14.9167,
+ 15.316699999999999
+ ]
+ },
+ {
+ "city": "Namacunde",
+ "lat": [
+ -17.5,
+ -17.1
+ ],
+ "lon": [
+ 15.65,
+ 16.05
+ ]
+ },
+ {
+ "city": "Negage",
+ "lat": [
+ -7.9667,
+ -7.5667
+ ],
+ "lon": [
+ 15.0667,
+ 15.4667
+ ]
+ },
+ {
+ "city": "Porto Amboim",
+ "lat": [
+ -10.918299999999999,
+ -10.5183
+ ],
+ "lon": [
+ 13.55,
+ 13.95
+ ]
+ },
+ {
+ "city": "Cacula",
+ "lat": [
+ 13.8,
+ 14.2
+ ],
+ "lon": [
+ 28.8,
+ 29.2
+ ]
+ },
+ {
+ "city": "Quimbele",
+ "lat": [
+ -6.7167,
+ -6.3167
+ ],
+ "lon": [
+ 16.0167,
+ 16.4167
+ ]
+ },
+ {
+ "city": "Londuimbali",
+ "lat": [
+ -12.441899999999999,
+ -12.0419
+ ],
+ "lon": [
+ 15.1133,
+ 15.5133
+ ]
+ },
+ {
+ "city": "Chicomba",
+ "lat": [
+ -14.3333,
+ -13.933300000000001
+ ],
+ "lon": [
+ 14.716700000000001,
+ 15.1167
+ ]
+ },
+ {
+ "city": "Chinguar",
+ "lat": [
+ -12.75,
+ -12.350000000000001
+ ],
+ "lon": [
+ 16.133300000000002,
+ 16.5333
+ ]
+ },
+ {
+ "city": "Catabola",
+ "lat": [
+ -12.316699999999999,
+ -11.9167
+ ],
+ "lon": [
+ 17.1,
+ 17.5
+ ]
+ },
+ {
+ "city": "Ondjiva",
+ "lat": [
+ -17.2667,
+ -16.8667
+ ],
+ "lon": [
+ 15.5333,
+ 15.9333
+ ]
+ },
+ {
+ "city": "Catchiungo",
+ "lat": [
+ -12.7667,
+ -12.366700000000002
+ ],
+ "lon": [
+ 16.0333,
+ 16.4333
+ ]
+ },
+ {
+ "city": "Cassongue",
+ "lat": [
+ -12.033299999999999,
+ -11.6333
+ ],
+ "lon": [
+ 14.8,
+ 15.2
+ ]
+ },
+ {
+ "city": "Quilengues",
+ "lat": [
+ -14.2814,
+ -13.881400000000001
+ ],
+ "lon": [
+ 13.8931,
+ 14.293099999999999
+ ]
+ },
+ {
+ "city": "Mungo",
+ "lat": [
+ -11.8667,
+ -11.466700000000001
+ ],
+ "lon": [
+ 15.9667,
+ 16.366699999999998
+ ]
+ },
+ {
+ "city": "Balombo",
+ "lat": [
+ -12.549999999999999,
+ -12.15
+ ],
+ "lon": [
+ 14.5667,
+ 14.9667
+ ]
+ },
+ {
+ "city": "Ba\u00eda Farta",
+ "lat": [
+ -12.8072,
+ -12.407200000000001
+ ],
+ "lon": [
+ 12.9944,
+ 13.3944
+ ]
+ },
+ {
+ "city": "Ndjamba",
+ "lat": [
+ -14.899999999999999,
+ -14.5
+ ],
+ "lon": [
+ 15.866700000000002,
+ 16.2667
+ ]
+ },
+ {
+ "city": "Calandala",
+ "lat": [
+ -9.289399999999999,
+ -8.8894
+ ],
+ "lon": [
+ 15.755,
+ 16.155
+ ]
+ },
+ {
+ "city": "Quilenda",
+ "lat": [
+ -10.8333,
+ -10.433300000000001
+ ],
+ "lon": [
+ 14.1333,
+ 14.533299999999999
+ ]
+ },
+ {
+ "city": "Caimbambo",
+ "lat": [
+ -13.1,
+ -12.700000000000001
+ ],
+ "lon": [
+ 13.8833,
+ 14.283299999999999
+ ]
+ },
+ {
+ "city": "Cambambe",
+ "lat": [
+ -9.958599999999999,
+ -9.5586
+ ],
+ "lon": [
+ 14.3122,
+ 14.7122
+ ]
+ },
+ {
+ "city": "Luau",
+ "lat": [
+ -10.904399999999999,
+ -10.5044
+ ],
+ "lon": [
+ 22.0283,
+ 22.4283
+ ]
+ },
+ {
+ "city": "Conda",
+ "lat": [
+ -11.3667,
+ -10.966700000000001
+ ],
+ "lon": [
+ 14.3,
+ 14.7
+ ]
+ },
+ {
+ "city": "Humpata",
+ "lat": [
+ -15.2,
+ -14.8
+ ],
+ "lon": [
+ 13.1333,
+ 13.533299999999999
+ ]
+ },
+ {
+ "city": "Chongoroi",
+ "lat": [
+ -13.7667,
+ -13.366700000000002
+ ],
+ "lon": [
+ 13.75,
+ 14.149999999999999
+ ]
+ },
+ {
+ "city": "Longonjo",
+ "lat": [
+ -13.1067,
+ -12.706700000000001
+ ],
+ "lon": [
+ 14.986400000000001,
+ 15.3864
+ ]
+ },
+ {
+ "city": "Mussende",
+ "lat": [
+ -10.7103,
+ -10.310300000000002
+ ],
+ "lon": [
+ 15.8107,
+ 16.2107
+ ]
+ },
+ {
+ "city": "Chibemba",
+ "lat": [
+ 14.8,
+ 15.2
+ ],
+ "lon": [
+ 45.8,
+ 46.2
+ ]
+ },
+ {
+ "city": "Kuvango",
+ "lat": [
+ -14.666699999999999,
+ -14.2667
+ ],
+ "lon": [
+ 16.1,
+ 16.5
+ ]
+ },
+ {
+ "city": "Chitembo",
+ "lat": [
+ -13.713799999999999,
+ -13.3138
+ ],
+ "lon": [
+ 16.554100000000002,
+ 16.9541
+ ]
+ },
+ {
+ "city": "Chitemo",
+ "lat": [
+ -13.7167,
+ -13.3167
+ ],
+ "lon": [
+ 16.5667,
+ 16.9667
+ ]
+ },
+ {
+ "city": "Caxito",
+ "lat": [
+ -8.78,
+ -8.38
+ ],
+ "lon": [
+ 13.4642,
+ 13.864199999999999
+ ]
+ },
+ {
+ "city": "Cunhinga",
+ "lat": [
+ -12.4333,
+ -12.0333
+ ],
+ "lon": [
+ 16.5833,
+ 16.9833
+ ]
+ },
+ {
+ "city": "Dondo",
+ "lat": [
+ -9.8942,
+ -9.494200000000001
+ ],
+ "lon": [
+ 14.222800000000001,
+ 14.6228
+ ]
+ },
+ {
+ "city": "Xangongo",
+ "lat": [
+ -16.9467,
+ -16.5467
+ ],
+ "lon": [
+ 14.774700000000001,
+ 15.1747
+ ]
+ },
+ {
+ "city": "Cahama",
+ "lat": [
+ -16.4833,
+ -16.0833
+ ],
+ "lon": [
+ 14.116700000000002,
+ 14.5167
+ ]
+ },
+ {
+ "city": "Cu\u00edmba",
+ "lat": [
+ -6.3178,
+ -5.9178
+ ],
+ "lon": [
+ 14.417200000000001,
+ 14.8172
+ ]
+ },
+ {
+ "city": "Sanza Pombo",
+ "lat": [
+ -7.5333000000000006,
+ -7.1333
+ ],
+ "lon": [
+ 15.8,
+ 16.2
+ ]
+ },
+ {
+ "city": "X\u00e1 Muteba",
+ "lat": [
+ -9.7167,
+ -9.3167
+ ],
+ "lon": [
+ 17.6167,
+ 18.0167
+ ]
+ },
+ {
+ "city": "Damba",
+ "lat": [
+ -7.0833,
+ -6.6833
+ ],
+ "lon": [
+ 14.8167,
+ 15.2167
+ ]
+ },
+ {
+ "city": "Chipindo",
+ "lat": [
+ -14.0244,
+ -13.624400000000001
+ ],
+ "lon": [
+ 15.600000000000001,
+ 16.0
+ ]
+ },
+ {
+ "city": "Camabatela",
+ "lat": [
+ -8.383299999999998,
+ -7.983299999999999
+ ],
+ "lon": [
+ 15.1667,
+ 15.566699999999999
+ ]
+ },
+ {
+ "city": "Sungo",
+ "lat": [
+ -11.4333,
+ -11.0333
+ ],
+ "lon": [
+ 14.116700000000002,
+ 14.5167
+ ]
+ },
+ {
+ "city": "Nambuangongo",
+ "lat": [
+ -8.2167,
+ -7.8167
+ ],
+ "lon": [
+ 14.0,
+ 14.399999999999999
+ ]
+ },
+ {
+ "city": "Calulo",
+ "lat": [
+ -10.2007,
+ -9.8007
+ ],
+ "lon": [
+ 14.701,
+ 15.100999999999999
+ ]
+ },
+ {
+ "city": "Camacupa",
+ "lat": [
+ -12.2256,
+ -11.825600000000001
+ ],
+ "lon": [
+ 17.2686,
+ 17.668599999999998
+ ]
+ },
+ {
+ "city": "Cambundi Catembo",
+ "lat": [
+ -10.275599999999999,
+ -9.8756
+ ],
+ "lon": [
+ 17.3569,
+ 17.756899999999998
+ ]
+ },
+ {
+ "city": "Capenda Camulemba",
+ "lat": [
+ -9.623299999999999,
+ -9.2233
+ ],
+ "lon": [
+ 18.2328,
+ 18.6328
+ ]
+ },
+ {
+ "city": "Cuvelai",
+ "lat": [
+ -15.8667,
+ -15.466700000000001
+ ],
+ "lon": [
+ 15.600000000000001,
+ 16.0
+ ]
+ },
+ {
+ "city": "Nova Esperan\u00e7a",
+ "lat": [
+ -6.9333,
+ -6.5333
+ ],
+ "lon": [
+ 15.700000000000001,
+ 16.1
+ ]
+ },
+ {
+ "city": "Cuemba",
+ "lat": [
+ -12.35,
+ -11.950000000000001
+ ],
+ "lon": [
+ 17.883300000000002,
+ 18.2833
+ ]
+ },
+ {
+ "city": "Porto Alexandre",
+ "lat": [
+ -16.0,
+ -15.600000000000001
+ ],
+ "lon": [
+ 11.65,
+ 12.049999999999999
+ ]
+ },
+ {
+ "city": "Ucuma",
+ "lat": [
+ -13.049999999999999,
+ -12.65
+ ],
+ "lon": [
+ 14.866700000000002,
+ 15.2667
+ ]
+ },
+ {
+ "city": "Luquembo",
+ "lat": [
+ -10.9333,
+ -10.5333
+ ],
+ "lon": [
+ 17.6833,
+ 18.083299999999998
+ ]
+ },
+ {
+ "city": "Cangola",
+ "lat": [
+ -8.1667,
+ -7.7667
+ ],
+ "lon": [
+ 15.6667,
+ 16.0667
+ ]
+ }
+ ],
+ "Tanzania": [
+ {
+ "city": "Dar es Salaam",
+ "lat": [
+ -7.0161,
+ -6.616099999999999
+ ],
+ "lon": [
+ 39.080299999999994,
+ 39.4803
+ ]
+ },
+ {
+ "city": "Mwanza",
+ "lat": [
+ -2.7167000000000003,
+ -2.3167
+ ],
+ "lon": [
+ 32.699999999999996,
+ 33.1
+ ]
+ },
+ {
+ "city": "Ubungo",
+ "lat": [
+ -6.9889,
+ -6.5889
+ ],
+ "lon": [
+ 39.005599999999994,
+ 39.4056
+ ]
+ },
+ {
+ "city": "Dodoma",
+ "lat": [
+ -6.3731,
+ -5.9731
+ ],
+ "lon": [
+ 35.5419,
+ 35.941900000000004
+ ]
+ },
+ {
+ "city": "Arusha",
+ "lat": [
+ -3.5667,
+ -3.1666999999999996
+ ],
+ "lon": [
+ 36.4833,
+ 36.883300000000006
+ ]
+ },
+ {
+ "city": "Mbeya",
+ "lat": [
+ -9.1,
+ -8.700000000000001
+ ],
+ "lon": [
+ 33.25,
+ 33.650000000000006
+ ]
+ },
+ {
+ "city": "Morogoro",
+ "lat": [
+ -7.0242,
+ -6.6242
+ ],
+ "lon": [
+ 37.4633,
+ 37.8633
+ ]
+ },
+ {
+ "city": "Kahama",
+ "lat": [
+ -4.0375,
+ -3.6374999999999997
+ ],
+ "lon": [
+ 32.4,
+ 32.800000000000004
+ ]
+ },
+ {
+ "city": "Tanga",
+ "lat": [
+ -5.2742,
+ -4.8742
+ ],
+ "lon": [
+ 38.8992,
+ 39.299200000000006
+ ]
+ },
+ {
+ "city": "Uvinza",
+ "lat": [
+ -5.306900000000001,
+ -4.9069
+ ],
+ "lon": [
+ 30.1839,
+ 30.5839
+ ]
+ },
+ {
+ "city": "Geita",
+ "lat": [
+ -3.0714,
+ -2.6713999999999998
+ ],
+ "lon": [
+ 32.029399999999995,
+ 32.4294
+ ]
+ },
+ {
+ "city": "Tabora",
+ "lat": [
+ -5.2167,
+ -4.8167
+ ],
+ "lon": [
+ 32.599999999999994,
+ 33.0
+ ]
+ },
+ {
+ "city": "Sumbawanga",
+ "lat": [
+ -8.1667,
+ -7.7667
+ ],
+ "lon": [
+ 31.416700000000002,
+ 31.8167
+ ]
+ },
+ {
+ "city": "Songea",
+ "lat": [
+ -10.883299999999998,
+ -10.4833
+ ],
+ "lon": [
+ 35.449999999999996,
+ 35.85
+ ]
+ },
+ {
+ "city": "Kibaha",
+ "lat": [
+ -6.9667,
+ -6.5667
+ ],
+ "lon": [
+ 38.716699999999996,
+ 39.1167
+ ]
+ },
+ {
+ "city": "Bariadi",
+ "lat": [
+ -2.9919000000000002,
+ -2.5919
+ ],
+ "lon": [
+ 33.7894,
+ 34.189400000000006
+ ]
+ },
+ {
+ "city": "Kasulu",
+ "lat": [
+ -4.78,
+ -4.38
+ ],
+ "lon": [
+ 29.900000000000002,
+ 30.3
+ ]
+ },
+ {
+ "city": "Singida",
+ "lat": [
+ -5.0167,
+ -4.6167
+ ],
+ "lon": [
+ 34.55,
+ 34.95
+ ]
+ },
+ {
+ "city": "Kigoma",
+ "lat": [
+ -5.0833,
+ -4.6833
+ ],
+ "lon": [
+ 29.4333,
+ 29.833299999999998
+ ]
+ },
+ {
+ "city": "Zanzibar",
+ "lat": [
+ -6.365,
+ -5.965
+ ],
+ "lon": [
+ 38.998999999999995,
+ 39.399
+ ]
+ },
+ {
+ "city": "Ifakara",
+ "lat": [
+ -8.299999999999999,
+ -7.8999999999999995
+ ],
+ "lon": [
+ 36.4833,
+ 36.883300000000006
+ ]
+ },
+ {
+ "city": "Mpanda",
+ "lat": [
+ -6.55,
+ -6.1499999999999995
+ ],
+ "lon": [
+ 30.8667,
+ 31.2667
+ ]
+ },
+ {
+ "city": "Iringa",
+ "lat": [
+ -7.97,
+ -7.569999999999999
+ ],
+ "lon": [
+ 35.489999999999995,
+ 35.89
+ ]
+ },
+ {
+ "city": "Moshi",
+ "lat": [
+ -3.5349000000000004,
+ -3.1349
+ ],
+ "lon": [
+ 37.1404,
+ 37.540400000000005
+ ]
+ },
+ {
+ "city": "Musoma",
+ "lat": [
+ -1.7,
+ -1.3
+ ],
+ "lon": [
+ 33.599999999999994,
+ 34.0
+ ]
+ },
+ {
+ "city": "Kisarawe",
+ "lat": [
+ -7.4622,
+ -7.0622
+ ],
+ "lon": [
+ 38.536699999999996,
+ 38.9367
+ ]
+ },
+ {
+ "city": "Bukoba",
+ "lat": [
+ -1.5332999999999999,
+ -1.1333
+ ],
+ "lon": [
+ 31.6167,
+ 32.0167
+ ]
+ },
+ {
+ "city": "Mtwara",
+ "lat": [
+ -10.4736,
+ -10.0736
+ ],
+ "lon": [
+ 39.9828,
+ 40.3828
+ ]
+ },
+ {
+ "city": "Shinyanga",
+ "lat": [
+ -3.8619000000000003,
+ -3.4619
+ ],
+ "lon": [
+ 33.223099999999995,
+ 33.6231
+ ]
+ },
+ {
+ "city": "Tarime",
+ "lat": [
+ -1.55,
+ -1.1500000000000001
+ ],
+ "lon": [
+ 34.183299999999996,
+ 34.5833
+ ]
+ },
+ {
+ "city": "Nzega",
+ "lat": [
+ -4.4169,
+ -4.0169
+ ],
+ "lon": [
+ 32.986399999999996,
+ 33.3864
+ ]
+ },
+ {
+ "city": "Handeni",
+ "lat": [
+ -5.6242,
+ -5.2242
+ ],
+ "lon": [
+ 37.819399999999995,
+ 38.2194
+ ]
+ },
+ {
+ "city": "Lindi",
+ "lat": [
+ -10.1969,
+ -9.7969
+ ],
+ "lon": [
+ 39.514399999999995,
+ 39.9144
+ ]
+ },
+ {
+ "city": "Bagamoyo",
+ "lat": [
+ -6.6444,
+ -6.2444
+ ],
+ "lon": [
+ 38.702799999999996,
+ 39.1028
+ ]
+ },
+ {
+ "city": "Babati",
+ "lat": [
+ -4.4167000000000005,
+ -4.0167
+ ],
+ "lon": [
+ 35.55,
+ 35.95
+ ]
+ },
+ {
+ "city": "Korogwe",
+ "lat": [
+ -5.3558,
+ -4.9558
+ ],
+ "lon": [
+ 38.250299999999996,
+ 38.6503
+ ]
+ },
+ {
+ "city": "Tukuyu",
+ "lat": [
+ -9.45,
+ -9.05
+ ],
+ "lon": [
+ 33.449999999999996,
+ 33.85
+ ]
+ }
+ ],
+ "Sudan": [
+ {
+ "city": "Khartoum",
+ "lat": [
+ 15.4031,
+ 15.803099999999999
+ ],
+ "lon": [
+ 32.326499999999996,
+ 32.7265
+ ]
+ },
+ {
+ "city": "Omdurman",
+ "lat": [
+ 15.483500000000001,
+ 15.8835
+ ],
+ "lon": [
+ 32.262899999999995,
+ 32.6629
+ ]
+ },
+ {
+ "city": "Khartoum North",
+ "lat": [
+ 15.433300000000001,
+ 15.8333
+ ],
+ "lon": [
+ 32.433299999999996,
+ 32.8333
+ ]
+ },
+ {
+ "city": "Port Sudan",
+ "lat": [
+ 19.4158,
+ 19.8158
+ ],
+ "lon": [
+ 37.0164,
+ 37.4164
+ ]
+ },
+ {
+ "city": "El Geneina",
+ "lat": [
+ 13.25,
+ 13.649999999999999
+ ],
+ "lon": [
+ 22.240000000000002,
+ 22.64
+ ]
+ },
+ {
+ "city": "Kassala",
+ "lat": [
+ 15.25,
+ 15.649999999999999
+ ],
+ "lon": [
+ 36.199999999999996,
+ 36.6
+ ]
+ },
+ {
+ "city": "El Fasher",
+ "lat": [
+ 13.430000000000001,
+ 13.83
+ ],
+ "lon": [
+ 25.150000000000002,
+ 25.55
+ ]
+ },
+ {
+ "city": "Nyala",
+ "lat": [
+ 11.850000000000001,
+ 12.25
+ ],
+ "lon": [
+ 24.6833,
+ 25.083299999999998
+ ]
+ },
+ {
+ "city": "El Obeid",
+ "lat": [
+ 12.9833,
+ 13.383299999999998
+ ],
+ "lon": [
+ 30.0167,
+ 30.4167
+ ]
+ },
+ {
+ "city": "Gedaref",
+ "lat": [
+ 13.833300000000001,
+ 14.2333
+ ],
+ "lon": [
+ 35.183299999999996,
+ 35.5833
+ ]
+ },
+ {
+ "city": "Wad Medani",
+ "lat": [
+ 14.200000000000001,
+ 14.6
+ ],
+ "lon": [
+ 33.309999999999995,
+ 33.71
+ ]
+ },
+ {
+ "city": "K\u016bst\u012b",
+ "lat": [
+ 12.97,
+ 13.37
+ ],
+ "lon": [
+ 32.459999999999994,
+ 32.86
+ ]
+ },
+ {
+ "city": "Ed Daein",
+ "lat": [
+ 11.2672,
+ 11.6672
+ ],
+ "lon": [
+ 25.9317,
+ 26.331699999999998
+ ]
+ },
+ {
+ "city": "Singa",
+ "lat": [
+ 12.948300000000001,
+ 13.3483
+ ],
+ "lon": [
+ 33.7311,
+ 34.1311
+ ]
+ },
+ {
+ "city": "Kurmuk",
+ "lat": [
+ 10.356300000000001,
+ 10.7563
+ ],
+ "lon": [
+ 34.084799999999994,
+ 34.4848
+ ]
+ },
+ {
+ "city": "Ar Ruseris",
+ "lat": [
+ 11.663300000000001,
+ 12.0633
+ ],
+ "lon": [
+ 34.1877,
+ 34.587700000000005
+ ]
+ },
+ {
+ "city": "Ed Damazin",
+ "lat": [
+ 11.570400000000001,
+ 11.9704
+ ],
+ "lon": [
+ 34.15,
+ 34.550000000000004
+ ]
+ },
+ {
+ "city": "Al Man\u0101qil",
+ "lat": [
+ 14.050400000000002,
+ 14.4504
+ ],
+ "lon": [
+ 32.779999999999994,
+ 33.18
+ ]
+ },
+ {
+ "city": "Sann\u0101r",
+ "lat": [
+ 13.350000000000001,
+ 13.75
+ ],
+ "lon": [
+ 33.4,
+ 33.800000000000004
+ ]
+ },
+ {
+ "city": "Atbara",
+ "lat": [
+ 17.5167,
+ 17.9167
+ ],
+ "lon": [
+ 33.7833,
+ 34.1833
+ ]
+ },
+ {
+ "city": "Ed Damer",
+ "lat": [
+ 17.39,
+ 17.79
+ ],
+ "lon": [
+ 33.76,
+ 34.160000000000004
+ ]
+ },
+ {
+ "city": "An Nuh\u016bd",
+ "lat": [
+ 12.490400000000001,
+ 12.8904
+ ],
+ "lon": [
+ 28.220000000000002,
+ 28.62
+ ]
+ },
+ {
+ "city": "Kadugli",
+ "lat": [
+ 10.81,
+ 11.209999999999999
+ ],
+ "lon": [
+ 29.5,
+ 29.9
+ ]
+ },
+ {
+ "city": "Ad Diwem",
+ "lat": [
+ 13.7904,
+ 14.190399999999999
+ ],
+ "lon": [
+ 32.099999999999994,
+ 32.5
+ ]
+ },
+ {
+ "city": "Dongola",
+ "lat": [
+ 18.9769,
+ 19.3769
+ ],
+ "lon": [
+ 30.2839,
+ 30.683899999999998
+ ]
+ },
+ {
+ "city": "Umm Ruwaba",
+ "lat": [
+ 12.7058,
+ 13.105799999999999
+ ],
+ "lon": [
+ 31.0156,
+ 31.415599999999998
+ ]
+ },
+ {
+ "city": "Shendi",
+ "lat": [
+ 16.4805,
+ 16.880499999999998
+ ],
+ "lon": [
+ 33.22,
+ 33.620000000000005
+ ]
+ },
+ {
+ "city": "Ad Dabbah",
+ "lat": [
+ 17.85,
+ 18.25
+ ],
+ "lon": [
+ 30.75,
+ 31.15
+ ]
+ },
+ {
+ "city": "Ab\u016b \u1e28amad",
+ "lat": [
+ 19.337500000000002,
+ 19.7375
+ ],
+ "lon": [
+ 33.1275,
+ 33.5275
+ ]
+ }
+ ],
+ "South Africa": [
+ {
+ "city": "Johannesburg",
+ "lat": [
+ -26.4044,
+ -26.0044
+ ],
+ "lon": [
+ 27.8456,
+ 28.2456
+ ]
+ },
+ {
+ "city": "Cape Town",
+ "lat": [
+ -34.1253,
+ -33.7253
+ ],
+ "lon": [
+ 18.2239,
+ 18.6239
+ ]
+ },
+ {
+ "city": "Pretoria",
+ "lat": [
+ -25.946099999999998,
+ -25.5461
+ ],
+ "lon": [
+ 27.9881,
+ 28.388099999999998
+ ]
+ },
+ {
+ "city": "Soweto",
+ "lat": [
+ -26.4678,
+ -26.067800000000002
+ ],
+ "lon": [
+ 27.6585,
+ 28.0585
+ ]
+ },
+ {
+ "city": "Gqeberha",
+ "lat": [
+ -34.158100000000005,
+ -33.7581
+ ],
+ "lon": [
+ 25.400000000000002,
+ 25.8
+ ]
+ },
+ {
+ "city": "Pietermaritzburg",
+ "lat": [
+ -29.8167,
+ -29.416700000000002
+ ],
+ "lon": [
+ 30.1833,
+ 30.583299999999998
+ ]
+ },
+ {
+ "city": "Durban",
+ "lat": [
+ -30.083299999999998,
+ -29.6833
+ ],
+ "lon": [
+ 30.85,
+ 31.25
+ ]
+ },
+ {
+ "city": "Rustenburg",
+ "lat": [
+ -25.866699999999998,
+ -25.4667
+ ],
+ "lon": [
+ 27.0428,
+ 27.4428
+ ]
+ },
+ {
+ "city": "Newcastle",
+ "lat": [
+ -27.9464,
+ -27.546400000000002
+ ],
+ "lon": [
+ 29.7328,
+ 30.1328
+ ]
+ },
+ {
+ "city": "Katlehong",
+ "lat": [
+ -26.5333,
+ -26.133300000000002
+ ],
+ "lon": [
+ 27.95,
+ 28.349999999999998
+ ]
+ },
+ {
+ "city": "Zebediela",
+ "lat": [
+ -24.509999999999998,
+ -24.11
+ ],
+ "lon": [
+ 29.07,
+ 29.47
+ ]
+ },
+ {
+ "city": "Khayelitsha",
+ "lat": [
+ -34.240300000000005,
+ -33.8403
+ ],
+ "lon": [
+ 18.477800000000002,
+ 18.8778
+ ]
+ },
+ {
+ "city": "Randburg",
+ "lat": [
+ -26.293599999999998,
+ -25.8936
+ ],
+ "lon": [
+ 27.8064,
+ 28.2064
+ ]
+ },
+ {
+ "city": "Roodepoort",
+ "lat": [
+ -26.3625,
+ -25.962500000000002
+ ],
+ "lon": [
+ 27.6725,
+ 28.072499999999998
+ ]
+ },
+ {
+ "city": "Mitchells Plain",
+ "lat": [
+ -34.250600000000006,
+ -33.8506
+ ],
+ "lon": [
+ 18.4181,
+ 18.818099999999998
+ ]
+ },
+ {
+ "city": "Paarl",
+ "lat": [
+ -33.924200000000006,
+ -33.5242
+ ],
+ "lon": [
+ 18.7558,
+ 19.1558
+ ]
+ },
+ {
+ "city": "Mahikeng",
+ "lat": [
+ -26.0656,
+ -25.6656
+ ],
+ "lon": [
+ 25.4436,
+ 25.8436
+ ]
+ },
+ {
+ "city": "East London",
+ "lat": [
+ -33.2175,
+ -32.817499999999995
+ ],
+ "lon": [
+ 27.7047,
+ 28.104699999999998
+ ]
+ },
+ {
+ "city": "Boksburg",
+ "lat": [
+ -26.412499999999998,
+ -26.0125
+ ],
+ "lon": [
+ 28.0625,
+ 28.4625
+ ]
+ },
+ {
+ "city": "Bloemfontein",
+ "lat": [
+ -29.3167,
+ -28.916700000000002
+ ],
+ "lon": [
+ 26.0167,
+ 26.4167
+ ]
+ },
+ {
+ "city": "Germiston",
+ "lat": [
+ -26.4178,
+ -26.0178
+ ],
+ "lon": [
+ 27.967200000000002,
+ 28.3672
+ ]
+ },
+ {
+ "city": "Centurion",
+ "lat": [
+ -26.060299999999998,
+ -25.6603
+ ],
+ "lon": [
+ 27.9894,
+ 28.3894
+ ]
+ },
+ {
+ "city": "Sandton",
+ "lat": [
+ -26.307,
+ -25.907
+ ],
+ "lon": [
+ 27.8517,
+ 28.2517
+ ]
+ },
+ {
+ "city": "Klerksdorp",
+ "lat": [
+ -27.0667,
+ -26.666700000000002
+ ],
+ "lon": [
+ 26.4667,
+ 26.866699999999998
+ ]
+ },
+ {
+ "city": "Bethelsdorp",
+ "lat": [
+ -34.0833,
+ -33.683299999999996
+ ],
+ "lon": [
+ 25.3,
+ 25.7
+ ]
+ },
+ {
+ "city": "Kempton Park",
+ "lat": [
+ -26.3,
+ -25.900000000000002
+ ],
+ "lon": [
+ 28.0333,
+ 28.4333
+ ]
+ },
+ {
+ "city": "Nqutu",
+ "lat": [
+ -28.432,
+ -28.032
+ ],
+ "lon": [
+ 30.366,
+ 30.766
+ ]
+ },
+ {
+ "city": "Kroonstad",
+ "lat": [
+ -27.849999999999998,
+ -27.45
+ ],
+ "lon": [
+ 27.0333,
+ 27.4333
+ ]
+ },
+ {
+ "city": "Benoni",
+ "lat": [
+ -26.3883,
+ -25.988300000000002
+ ],
+ "lon": [
+ 28.1206,
+ 28.520599999999998
+ ]
+ },
+ {
+ "city": "George",
+ "lat": [
+ -34.166700000000006,
+ -33.7667
+ ],
+ "lon": [
+ 22.25,
+ 22.65
+ ]
+ },
+ {
+ "city": "Pinetown",
+ "lat": [
+ -30.0167,
+ -29.6167
+ ],
+ "lon": [
+ 30.650000000000002,
+ 31.05
+ ]
+ },
+ {
+ "city": "Krugersdorp",
+ "lat": [
+ -26.3,
+ -25.900000000000002
+ ],
+ "lon": [
+ 27.5667,
+ 27.9667
+ ]
+ },
+ {
+ "city": "Polokwane",
+ "lat": [
+ -24.099999999999998,
+ -23.7
+ ],
+ "lon": [
+ 29.25,
+ 29.65
+ ]
+ },
+ {
+ "city": "Worcester",
+ "lat": [
+ -33.845000000000006,
+ -33.445
+ ],
+ "lon": [
+ 19.2436,
+ 19.6436
+ ]
+ },
+ {
+ "city": "Springs",
+ "lat": [
+ -26.4547,
+ -26.0547
+ ],
+ "lon": [
+ 28.2428,
+ 28.642799999999998
+ ]
+ },
+ {
+ "city": "Alberton",
+ "lat": [
+ -26.4672,
+ -26.0672
+ ],
+ "lon": [
+ 27.9219,
+ 28.3219
+ ]
+ },
+ {
+ "city": "Winterveld",
+ "lat": [
+ -25.62,
+ -25.220000000000002
+ ],
+ "lon": [
+ 27.749000000000002,
+ 28.149
+ ]
+ },
+ {
+ "city": "Parow",
+ "lat": [
+ -34.1,
+ -33.699999999999996
+ ],
+ "lon": [
+ 18.400000000000002,
+ 18.8
+ ]
+ },
+ {
+ "city": "Empangeni",
+ "lat": [
+ -28.95,
+ -28.55
+ ],
+ "lon": [
+ 31.7,
+ 32.1
+ ]
+ },
+ {
+ "city": "Witbank",
+ "lat": [
+ -26.076999999999998,
+ -25.677
+ ],
+ "lon": [
+ 29.001,
+ 29.401
+ ]
+ },
+ {
+ "city": "Uitenhage",
+ "lat": [
+ -33.9667,
+ -33.5667
+ ],
+ "lon": [
+ 25.2,
+ 25.599999999999998
+ ]
+ },
+ {
+ "city": "KwaDukuza",
+ "lat": [
+ -29.5333,
+ -29.133300000000002
+ ],
+ "lon": [
+ 31.0917,
+ 31.491699999999998
+ ]
+ },
+ {
+ "city": "Mossel Bay",
+ "lat": [
+ -34.383300000000006,
+ -33.9833
+ ],
+ "lon": [
+ 21.9333,
+ 22.333299999999998
+ ]
+ },
+ {
+ "city": "Vereeniging",
+ "lat": [
+ -26.8736,
+ -26.4736
+ ],
+ "lon": [
+ 27.7319,
+ 28.131899999999998
+ ]
+ },
+ {
+ "city": "Kimberley",
+ "lat": [
+ -28.938299999999998,
+ -28.5383
+ ],
+ "lon": [
+ 24.5639,
+ 24.9639
+ ]
+ },
+ {
+ "city": "Mthatha",
+ "lat": [
+ -31.7886,
+ -31.3886
+ ],
+ "lon": [
+ 28.59,
+ 28.99
+ ]
+ },
+ {
+ "city": "Vanderbijlpark",
+ "lat": [
+ -26.8992,
+ -26.499200000000002
+ ],
+ "lon": [
+ 27.6356,
+ 28.0356
+ ]
+ },
+ {
+ "city": "Grahamstown",
+ "lat": [
+ -33.4996,
+ -33.099599999999995
+ ],
+ "lon": [
+ 26.32,
+ 26.72
+ ]
+ },
+ {
+ "city": "Hoopstad",
+ "lat": [
+ -28.0333,
+ -27.633300000000002
+ ],
+ "lon": [
+ 25.7167,
+ 26.116699999999998
+ ]
+ },
+ {
+ "city": "Midrand",
+ "lat": [
+ -26.199199999999998,
+ -25.7992
+ ],
+ "lon": [
+ 27.9264,
+ 28.3264
+ ]
+ },
+ {
+ "city": "Middelburg",
+ "lat": [
+ -25.9681,
+ -25.5681
+ ],
+ "lon": [
+ 29.2547,
+ 29.6547
+ ]
+ },
+ {
+ "city": "Standerton",
+ "lat": [
+ -27.15,
+ -26.75
+ ],
+ "lon": [
+ 29.05,
+ 29.45
+ ]
+ },
+ {
+ "city": "Ermelo",
+ "lat": [
+ -26.7333,
+ -26.3333
+ ],
+ "lon": [
+ 29.7833,
+ 30.1833
+ ]
+ },
+ {
+ "city": "Randfontein",
+ "lat": [
+ -26.3797,
+ -25.9797
+ ],
+ "lon": [
+ 27.5042,
+ 27.9042
+ ]
+ },
+ {
+ "city": "Stellenbosch",
+ "lat": [
+ -34.136700000000005,
+ -33.7367
+ ],
+ "lon": [
+ 18.6614,
+ 19.0614
+ ]
+ },
+ {
+ "city": "Sasolburg",
+ "lat": [
+ -27.0142,
+ -26.6142
+ ],
+ "lon": [
+ 27.628600000000002,
+ 28.0286
+ ]
+ },
+ {
+ "city": "Knysna",
+ "lat": [
+ -34.235600000000005,
+ -33.8356
+ ],
+ "lon": [
+ 22.8489,
+ 23.2489
+ ]
+ },
+ {
+ "city": "Upington",
+ "lat": [
+ -28.65,
+ -28.25
+ ],
+ "lon": [
+ 21.05,
+ 21.45
+ ]
+ },
+ {
+ "city": "Brakpan",
+ "lat": [
+ -26.435299999999998,
+ -26.0353
+ ],
+ "lon": [
+ 28.17,
+ 28.57
+ ]
+ },
+ {
+ "city": "Thaba Nchu",
+ "lat": [
+ -29.4,
+ -29.0
+ ],
+ "lon": [
+ 26.633300000000002,
+ 27.0333
+ ]
+ },
+ {
+ "city": "Kwamhlanga",
+ "lat": [
+ -25.631999999999998,
+ -25.232
+ ],
+ "lon": [
+ 28.508,
+ 28.907999999999998
+ ]
+ },
+ {
+ "city": "Thohoyandou",
+ "lat": [
+ -23.15,
+ -22.75
+ ],
+ "lon": [
+ 30.2833,
+ 30.6833
+ ]
+ },
+ {
+ "city": "Queenstown",
+ "lat": [
+ -32.1,
+ -31.7
+ ],
+ "lon": [
+ 26.6833,
+ 27.083299999999998
+ ]
+ },
+ {
+ "city": "Virginia",
+ "lat": [
+ -28.3064,
+ -27.9064
+ ],
+ "lon": [
+ 26.662200000000002,
+ 27.0622
+ ]
+ },
+ {
+ "city": "Ladysmith",
+ "lat": [
+ -28.7597,
+ -28.3597
+ ],
+ "lon": [
+ 29.5806,
+ 29.9806
+ ]
+ },
+ {
+ "city": "Welkom",
+ "lat": [
+ -28.1831,
+ -27.7831
+ ],
+ "lon": [
+ 26.5208,
+ 26.9208
+ ]
+ },
+ {
+ "city": "Plettenberg Bay",
+ "lat": [
+ -34.25,
+ -33.849999999999994
+ ],
+ "lon": [
+ 23.166700000000002,
+ 23.5667
+ ]
+ },
+ {
+ "city": "Odendaalsrus",
+ "lat": [
+ -28.0667,
+ -27.666700000000002
+ ],
+ "lon": [
+ 26.4833,
+ 26.8833
+ ]
+ },
+ {
+ "city": "Oudtshoorn",
+ "lat": [
+ -33.783300000000004,
+ -33.3833
+ ],
+ "lon": [
+ 22.0,
+ 22.4
+ ]
+ },
+ {
+ "city": "Bethal",
+ "lat": [
+ -26.65,
+ -26.25
+ ],
+ "lon": [
+ 29.25,
+ 29.65
+ ]
+ },
+ {
+ "city": "Richards Bay",
+ "lat": [
+ -28.9694,
+ -28.5694
+ ],
+ "lon": [
+ 31.859399999999997,
+ 32.2594
+ ]
+ },
+ {
+ "city": "Wellington",
+ "lat": [
+ -33.8333,
+ -33.433299999999996
+ ],
+ "lon": [
+ 18.7833,
+ 19.1833
+ ]
+ },
+ {
+ "city": "Meyerton",
+ "lat": [
+ -26.7583,
+ -26.3583
+ ],
+ "lon": [
+ 27.8197,
+ 28.2197
+ ]
+ },
+ {
+ "city": "Queensburgh",
+ "lat": [
+ -30.0667,
+ -29.666700000000002
+ ],
+ "lon": [
+ 30.7333,
+ 31.1333
+ ]
+ },
+ {
+ "city": "Phuthaditjhaba",
+ "lat": [
+ -28.7333,
+ -28.3333
+ ],
+ "lon": [
+ 28.6167,
+ 29.0167
+ ]
+ },
+ {
+ "city": "Brits",
+ "lat": [
+ -25.8344,
+ -25.4344
+ ],
+ "lon": [
+ 27.5811,
+ 27.981099999999998
+ ]
+ },
+ {
+ "city": "Harrismith",
+ "lat": [
+ -28.4833,
+ -28.0833
+ ],
+ "lon": [
+ 28.9333,
+ 29.333299999999998
+ ]
+ },
+ {
+ "city": "Kokstad",
+ "lat": [
+ -30.753899999999998,
+ -30.3539
+ ],
+ "lon": [
+ 29.2269,
+ 29.6269
+ ]
+ }
+ ],
+ "Cameroon": [
+ {
+ "city": "Douala",
+ "lat": [
+ 3.8499999999999996,
+ 4.25
+ ],
+ "lon": [
+ 9.5,
+ 9.899999999999999
+ ]
+ },
+ {
+ "city": "Yaound\u00e9",
+ "lat": [
+ 3.6666999999999996,
+ 4.0667
+ ],
+ "lon": [
+ 11.3167,
+ 11.7167
+ ]
+ },
+ {
+ "city": "Garoua",
+ "lat": [
+ 9.100000000000001,
+ 9.5
+ ],
+ "lon": [
+ 13.200000000000001,
+ 13.6
+ ]
+ },
+ {
+ "city": "Bamenda",
+ "lat": [
+ 5.7614,
+ 6.1614
+ ],
+ "lon": [
+ 9.9517,
+ 10.3517
+ ]
+ },
+ {
+ "city": "Bafoussam",
+ "lat": [
+ 5.2667,
+ 5.6667000000000005
+ ],
+ "lon": [
+ 10.216700000000001,
+ 10.6167
+ ]
+ },
+ {
+ "city": "Maroua",
+ "lat": [
+ 10.3971,
+ 10.797099999999999
+ ],
+ "lon": [
+ 14.1157,
+ 14.515699999999999
+ ]
+ },
+ {
+ "city": "Ngaound\u00e9r\u00e9",
+ "lat": [
+ 7.1167,
+ 7.5167
+ ],
+ "lon": [
+ 13.3833,
+ 13.783299999999999
+ ]
+ },
+ {
+ "city": "Nkongsamba",
+ "lat": [
+ 4.75,
+ 5.15
+ ],
+ "lon": [
+ 9.7333,
+ 10.133299999999998
+ ]
+ },
+ {
+ "city": "Bib\u00e9mi",
+ "lat": [
+ 9.116700000000002,
+ 9.5167
+ ],
+ "lon": [
+ 13.683300000000001,
+ 14.0833
+ ]
+ },
+ {
+ "city": "Buea",
+ "lat": [
+ 3.9666999999999994,
+ 4.3667
+ ],
+ "lon": [
+ 9.0333,
+ 9.4333
+ ]
+ },
+ {
+ "city": "Kouss\u00e9ri",
+ "lat": [
+ 11.8833,
+ 12.283299999999999
+ ],
+ "lon": [
+ 14.833300000000001,
+ 15.2333
+ ]
+ },
+ {
+ "city": "Bogo",
+ "lat": [
+ 10.534,
+ 10.934
+ ],
+ "lon": [
+ 14.408000000000001,
+ 14.808
+ ]
+ },
+ {
+ "city": "Bertoua",
+ "lat": [
+ 4.3833,
+ 4.7833000000000006
+ ],
+ "lon": [
+ 13.4833,
+ 13.883299999999998
+ ]
+ },
+ {
+ "city": "Widekum",
+ "lat": [
+ 5.6716999999999995,
+ 6.0717
+ ],
+ "lon": [
+ 9.5706,
+ 9.9706
+ ]
+ },
+ {
+ "city": "Maga",
+ "lat": [
+ 10.65,
+ 11.049999999999999
+ ],
+ "lon": [
+ 14.7333,
+ 15.133299999999998
+ ]
+ },
+ {
+ "city": "Foumban",
+ "lat": [
+ 5.5167,
+ 5.9167000000000005
+ ],
+ "lon": [
+ 10.716700000000001,
+ 11.1167
+ ]
+ },
+ {
+ "city": "Bafut",
+ "lat": [
+ 5.8833,
+ 6.2833000000000006
+ ],
+ "lon": [
+ 9.9,
+ 10.299999999999999
+ ]
+ },
+ {
+ "city": "Kumbo",
+ "lat": [
+ 6.005,
+ 6.405
+ ],
+ "lon": [
+ 10.485000000000001,
+ 10.885
+ ]
+ },
+ {
+ "city": "Es\u00e9ka",
+ "lat": [
+ 3.4499999999999997,
+ 3.85
+ ],
+ "lon": [
+ 10.5667,
+ 10.9667
+ ]
+ },
+ {
+ "city": "Tiko",
+ "lat": [
+ 3.875,
+ 4.275
+ ],
+ "lon": [
+ 9.16,
+ 9.559999999999999
+ ]
+ },
+ {
+ "city": "\u00c9bolowa",
+ "lat": [
+ 2.7167,
+ 3.1167000000000002
+ ],
+ "lon": [
+ 10.950000000000001,
+ 11.35
+ ]
+ },
+ {
+ "city": "Dschang",
+ "lat": [
+ 5.25,
+ 5.65
+ ],
+ "lon": [
+ 9.866700000000002,
+ 10.2667
+ ]
+ },
+ {
+ "city": "Ed\u00e9a",
+ "lat": [
+ 3.5999999999999996,
+ 4.0
+ ],
+ "lon": [
+ 9.933300000000001,
+ 10.3333
+ ]
+ },
+ {
+ "city": "Tibati",
+ "lat": [
+ 6.2667,
+ 6.6667000000000005
+ ],
+ "lon": [
+ 12.433300000000001,
+ 12.8333
+ ]
+ },
+ {
+ "city": "Melong",
+ "lat": [
+ 4.9211,
+ 5.3211
+ ],
+ "lon": [
+ 9.7528,
+ 10.1528
+ ]
+ },
+ {
+ "city": "Bafia",
+ "lat": [
+ 4.55,
+ 4.95
+ ],
+ "lon": [
+ 11.0167,
+ 11.416699999999999
+ ]
+ },
+ {
+ "city": "Guider",
+ "lat": [
+ 9.734200000000001,
+ 10.1342
+ ],
+ "lon": [
+ 13.748600000000001,
+ 14.1486
+ ]
+ },
+ {
+ "city": "Sangm\u00e9lima",
+ "lat": [
+ 2.7333,
+ 3.1333
+ ],
+ "lon": [
+ 11.7833,
+ 12.1833
+ ]
+ },
+ {
+ "city": "Mbalmayo",
+ "lat": [
+ 3.3167,
+ 3.7167000000000003
+ ],
+ "lon": [
+ 11.3,
+ 11.7
+ ]
+ },
+ {
+ "city": "Kribi",
+ "lat": [
+ 2.735,
+ 3.1350000000000002
+ ],
+ "lon": [
+ 9.71,
+ 10.11
+ ]
+ },
+ {
+ "city": "Foumbot",
+ "lat": [
+ 5.3,
+ 5.7
+ ],
+ "lon": [
+ 10.433300000000001,
+ 10.8333
+ ]
+ },
+ {
+ "city": "Mora",
+ "lat": [
+ 10.850000000000001,
+ 11.25
+ ],
+ "lon": [
+ 13.950000000000001,
+ 14.35
+ ]
+ },
+ {
+ "city": "Baham",
+ "lat": [
+ 5.1333,
+ 5.5333000000000006
+ ],
+ "lon": [
+ 10.200000000000001,
+ 10.6
+ ]
+ }
+ ],
+ "Ethiopia": [
+ {
+ "city": "Addis Ababa",
+ "lat": [
+ 8.83,
+ 9.229999999999999
+ ],
+ "lon": [
+ 38.54,
+ 38.940000000000005
+ ]
+ },
+ {
+ "city": "K\u2019ebr\u012b Beyah",
+ "lat": [
+ 8.8833,
+ 9.283299999999999
+ ],
+ "lon": [
+ 42.8833,
+ 43.283300000000004
+ ]
+ },
+ {
+ "city": "K\u2019ebr\u012b Dehar",
+ "lat": [
+ 6.5333,
+ 6.9333
+ ],
+ "lon": [
+ 44.0667,
+ 44.4667
+ ]
+ },
+ {
+ "city": "Warder",
+ "lat": [
+ 6.7667,
+ 7.1667000000000005
+ ],
+ "lon": [
+ 45.15,
+ 45.550000000000004
+ ]
+ },
+ {
+ "city": "Shashemen\u0113",
+ "lat": [
+ 7.0,
+ 7.4
+ ],
+ "lon": [
+ 38.4,
+ 38.800000000000004
+ ]
+ },
+ {
+ "city": "God\u0113",
+ "lat": [
+ 5.7527,
+ 6.1527
+ ],
+ "lon": [
+ 43.3516,
+ 43.7516
+ ]
+ },
+ {
+ "city": "Nazr\u0113t",
+ "lat": [
+ 8.3414,
+ 8.741399999999999
+ ],
+ "lon": [
+ 39.0689,
+ 39.468900000000005
+ ]
+ },
+ {
+ "city": "Mekele",
+ "lat": [
+ 13.2969,
+ 13.6969
+ ],
+ "lon": [
+ 39.2769,
+ 39.6769
+ ]
+ },
+ {
+ "city": "\u0100wasa",
+ "lat": [
+ 6.85,
+ 7.25
+ ],
+ "lon": [
+ 38.2667,
+ 38.666700000000006
+ ]
+ },
+ {
+ "city": "Dire Dawa",
+ "lat": [
+ 9.4,
+ 9.799999999999999
+ ],
+ "lon": [
+ 41.6667,
+ 42.066700000000004
+ ]
+ },
+ {
+ "city": "Sodo",
+ "lat": [
+ 6.655,
+ 7.055000000000001
+ ],
+ "lon": [
+ 37.580799999999996,
+ 37.9808
+ ]
+ },
+ {
+ "city": "Bahir Dar",
+ "lat": [
+ 11.4,
+ 11.799999999999999
+ ],
+ "lon": [
+ 37.183299999999996,
+ 37.5833
+ ]
+ },
+ {
+ "city": "Gelemso",
+ "lat": [
+ 8.616700000000002,
+ 9.0167
+ ],
+ "lon": [
+ 40.3167,
+ 40.7167
+ ]
+ },
+ {
+ "city": "Des\u0113",
+ "lat": [
+ 10.933300000000001,
+ 11.3333
+ ],
+ "lon": [
+ 39.433299999999996,
+ 39.8333
+ ]
+ },
+ {
+ "city": "\u0100war\u0113",
+ "lat": [
+ 8.0667,
+ 8.4667
+ ],
+ "lon": [
+ 43.949999999999996,
+ 44.35
+ ]
+ },
+ {
+ "city": "Harar",
+ "lat": [
+ 9.1111,
+ 9.511099999999999
+ ],
+ "lon": [
+ 41.9278,
+ 42.3278
+ ]
+ },
+ {
+ "city": "Jijiga",
+ "lat": [
+ 9.15,
+ 9.549999999999999
+ ],
+ "lon": [
+ 42.599999999999994,
+ 43.0
+ ]
+ },
+ {
+ "city": "J\u012bma",
+ "lat": [
+ 7.4666999999999994,
+ 7.8667
+ ],
+ "lon": [
+ 36.6333,
+ 37.033300000000004
+ ]
+ },
+ {
+ "city": "Harshin",
+ "lat": [
+ 9.0167,
+ 9.416699999999999
+ ],
+ "lon": [
+ 43.3878,
+ 43.787800000000004
+ ]
+ },
+ {
+ "city": "\u0100fdem",
+ "lat": [
+ 9.2667,
+ 9.666699999999999
+ ],
+ "lon": [
+ 40.8,
+ 41.2
+ ]
+ },
+ {
+ "city": "Mersa",
+ "lat": [
+ 11.466700000000001,
+ 11.8667
+ ],
+ "lon": [
+ 39.458299999999994,
+ 39.8583
+ ]
+ },
+ {
+ "city": "Bab\u012bl\u0113",
+ "lat": [
+ 9.0167,
+ 9.416699999999999
+ ],
+ "lon": [
+ 42.1333,
+ 42.533300000000004
+ ]
+ },
+ {
+ "city": "Debre Zeyit",
+ "lat": [
+ 8.55,
+ 8.95
+ ],
+ "lon": [
+ 38.7833,
+ 39.1833
+ ]
+ },
+ {
+ "city": "Gamb\u0113la",
+ "lat": [
+ 8.05,
+ 8.45
+ ],
+ "lon": [
+ 34.3833,
+ 34.783300000000004
+ ]
+ },
+ {
+ "city": "Shir\u0113",
+ "lat": [
+ 13.9,
+ 14.299999999999999
+ ],
+ "lon": [
+ 38.083299999999994,
+ 38.4833
+ ]
+ },
+ {
+ "city": "M\u012bzan Tefer\u012b",
+ "lat": [
+ 6.8,
+ 7.2
+ ],
+ "lon": [
+ 35.3833,
+ 35.783300000000004
+ ]
+ },
+ {
+ "city": "Denan",
+ "lat": [
+ 6.3,
+ 6.7
+ ],
+ "lon": [
+ 43.3,
+ 43.7
+ ]
+ },
+ {
+ "city": "Yab\u0113lo",
+ "lat": [
+ 4.6833,
+ 5.0833
+ ],
+ "lon": [
+ 37.8833,
+ 38.283300000000004
+ ]
+ },
+ {
+ "city": "Kombolcha",
+ "lat": [
+ 10.886700000000001,
+ 11.2867
+ ],
+ "lon": [
+ 39.536699999999996,
+ 39.9367
+ ]
+ },
+ {
+ "city": "Gonder",
+ "lat": [
+ 12.4075,
+ 12.8075
+ ],
+ "lon": [
+ 37.2592,
+ 37.659200000000006
+ ]
+ },
+ {
+ "city": "\u0100d\u012bgala",
+ "lat": [
+ 10.223600000000001,
+ 10.6236
+ ],
+ "lon": [
+ 42.0333,
+ 42.4333
+ ]
+ },
+ {
+ "city": "Nek\u2019emt\u0113",
+ "lat": [
+ 8.8833,
+ 9.283299999999999
+ ],
+ "lon": [
+ 36.349999999999994,
+ 36.75
+ ]
+ },
+ {
+ "city": "\u0100rba Minch\u2019",
+ "lat": [
+ 5.8332999999999995,
+ 6.2333
+ ],
+ "lon": [
+ 37.349999999999994,
+ 37.75
+ ]
+ },
+ {
+ "city": "Togoch\u2019al\u0113",
+ "lat": [
+ 9.4014,
+ 9.8014
+ ],
+ "lon": [
+ 43.1361,
+ 43.536100000000005
+ ]
+ },
+ {
+ "city": "Hosa\u2019ina",
+ "lat": [
+ 7.35,
+ 7.75
+ ],
+ "lon": [
+ 37.65,
+ 38.050000000000004
+ ]
+ },
+ {
+ "city": "Bod\u012bt\u012b",
+ "lat": [
+ 6.6667,
+ 7.0667
+ ],
+ "lon": [
+ 37.6667,
+ 38.066700000000004
+ ]
+ },
+ {
+ "city": "\u0100sela",
+ "lat": [
+ 7.75,
+ 8.15
+ ],
+ "lon": [
+ 38.9167,
+ 39.316700000000004
+ ]
+ },
+ {
+ "city": "\u0100ksum",
+ "lat": [
+ 13.9208,
+ 14.320799999999998
+ ],
+ "lon": [
+ 38.5278,
+ 38.927800000000005
+ ]
+ },
+ {
+ "city": "Debre Birhan",
+ "lat": [
+ 9.4833,
+ 9.883299999999998
+ ],
+ "lon": [
+ 39.333299999999994,
+ 39.7333
+ ]
+ },
+ {
+ "city": "Debre Mark\u2019os",
+ "lat": [
+ 10.1333,
+ 10.533299999999999
+ ],
+ "lon": [
+ 37.5167,
+ 37.916700000000006
+ ]
+ },
+ {
+ "city": "D\u012bla",
+ "lat": [
+ 6.2082999999999995,
+ 6.6083
+ ],
+ "lon": [
+ 38.1083,
+ 38.508300000000006
+ ]
+ },
+ {
+ "city": "\u0100d\u012bgrat",
+ "lat": [
+ 14.0667,
+ 14.4667
+ ],
+ "lon": [
+ 39.25,
+ 39.650000000000006
+ ]
+ },
+ {
+ "city": "Debre Tabor",
+ "lat": [
+ 11.65,
+ 12.049999999999999
+ ],
+ "lon": [
+ 37.8167,
+ 38.2167
+ ]
+ },
+ {
+ "city": "Semera",
+ "lat": [
+ 11.5922,
+ 11.992199999999999
+ ],
+ "lon": [
+ 40.8086,
+ 41.208600000000004
+ ]
+ }
+ ],
+ "Kenya": [
+ {
+ "city": "Nairobi",
+ "lat": [
+ -1.4864,
+ -1.0864
+ ],
+ "lon": [
+ 36.6172,
+ 37.0172
+ ]
+ },
+ {
+ "city": "Mombasa",
+ "lat": [
+ -4.25,
+ -3.8499999999999996
+ ],
+ "lon": [
+ 39.466699999999996,
+ 39.8667
+ ]
+ },
+ {
+ "city": "Kisumu",
+ "lat": [
+ -0.30000000000000004,
+ 0.1
+ ],
+ "lon": [
+ 34.55,
+ 34.95
+ ]
+ },
+ {
+ "city": "Kikuyu",
+ "lat": [
+ -1.4463,
+ -1.0463
+ ],
+ "lon": [
+ 36.4629,
+ 36.8629
+ ]
+ },
+ {
+ "city": "Nakuru",
+ "lat": [
+ -0.4833,
+ -0.08329999999999999
+ ],
+ "lon": [
+ 35.866699999999994,
+ 36.2667
+ ]
+ },
+ {
+ "city": "Eldoret",
+ "lat": [
+ 0.31670000000000004,
+ 0.7167000000000001
+ ],
+ "lon": [
+ 35.083299999999994,
+ 35.4833
+ ]
+ },
+ {
+ "city": "Kakuma",
+ "lat": [
+ 3.5166999999999997,
+ 3.9167
+ ],
+ "lon": [
+ 34.6667,
+ 35.066700000000004
+ ]
+ },
+ {
+ "city": "Lunga-Lunga",
+ "lat": [
+ -4.75,
+ -4.35
+ ],
+ "lon": [
+ 38.919999999999995,
+ 39.32
+ ]
+ },
+ {
+ "city": "Habaswein",
+ "lat": [
+ 0.8166,
+ 1.2166
+ ],
+ "lon": [
+ 39.291199999999996,
+ 39.6912
+ ]
+ },
+ {
+ "city": "Ongata Rongai",
+ "lat": [
+ -1.5999999999999999,
+ -1.2
+ ],
+ "lon": [
+ 36.57,
+ 36.970000000000006
+ ]
+ },
+ {
+ "city": "Molo",
+ "lat": [
+ -0.4485,
+ -0.04849999999999999
+ ],
+ "lon": [
+ 35.5319,
+ 35.931900000000006
+ ]
+ },
+ {
+ "city": "Kitenkela",
+ "lat": [
+ -1.6855,
+ -1.2855
+ ],
+ "lon": [
+ 36.704699999999995,
+ 37.1047
+ ]
+ },
+ {
+ "city": "Kiambu",
+ "lat": [
+ -1.3714,
+ -0.9714
+ ],
+ "lon": [
+ 36.6356,
+ 37.0356
+ ]
+ },
+ {
+ "city": "Ramu",
+ "lat": [
+ 3.7375,
+ 4.1375
+ ],
+ "lon": [
+ 41.0203,
+ 41.420300000000005
+ ]
+ },
+ {
+ "city": "Kilifi",
+ "lat": [
+ -3.8333000000000004,
+ -3.4333
+ ],
+ "lon": [
+ 39.65,
+ 40.050000000000004
+ ]
+ },
+ {
+ "city": "Malindi",
+ "lat": [
+ -3.41,
+ -3.01
+ ],
+ "lon": [
+ 39.9,
+ 40.300000000000004
+ ]
+ },
+ {
+ "city": "Vihiga",
+ "lat": [
+ -0.16310000000000002,
+ 0.2369
+ ],
+ "lon": [
+ 34.510099999999994,
+ 34.9101
+ ]
+ },
+ {
+ "city": "Machakos",
+ "lat": [
+ -1.7167,
+ -1.3167
+ ],
+ "lon": [
+ 37.0667,
+ 37.4667
+ ]
+ },
+ {
+ "city": "Ngong",
+ "lat": [
+ -1.5667,
+ -1.1667
+ ],
+ "lon": [
+ 36.433299999999996,
+ 36.8333
+ ]
+ },
+ {
+ "city": "Mumias",
+ "lat": [
+ 0.13329999999999997,
+ 0.5333
+ ],
+ "lon": [
+ 34.2833,
+ 34.6833
+ ]
+ },
+ {
+ "city": "Thika",
+ "lat": [
+ -1.2396,
+ -0.8396000000000001
+ ],
+ "lon": [
+ 36.89,
+ 37.290000000000006
+ ]
+ },
+ {
+ "city": "Nyeri",
+ "lat": [
+ -0.6167,
+ -0.2167
+ ],
+ "lon": [
+ 36.75,
+ 37.150000000000006
+ ]
+ },
+ {
+ "city": "Kakamega",
+ "lat": [
+ 0.08329999999999999,
+ 0.4833
+ ],
+ "lon": [
+ 34.55,
+ 34.95
+ ]
+ },
+ {
+ "city": "Kendu Bay",
+ "lat": [
+ -0.5596,
+ -0.15959999999999996
+ ],
+ "lon": [
+ 34.44,
+ 34.84
+ ]
+ },
+ {
+ "city": "Wajir",
+ "lat": [
+ 1.5472000000000001,
+ 1.9472
+ ],
+ "lon": [
+ 39.8572,
+ 40.257200000000005
+ ]
+ },
+ {
+ "city": "Lafey",
+ "lat": [
+ 2.9507999999999996,
+ 3.3508
+ ],
+ "lon": [
+ 40.986399999999996,
+ 41.3864
+ ]
+ },
+ {
+ "city": "Athi River",
+ "lat": [
+ -1.65,
+ -1.25
+ ],
+ "lon": [
+ 36.7833,
+ 37.1833
+ ]
+ },
+ {
+ "city": "Ukunda",
+ "lat": [
+ -4.492900000000001,
+ -4.0929
+ ],
+ "lon": [
+ 39.364,
+ 39.764
+ ]
+ },
+ {
+ "city": "Nandi Hills",
+ "lat": [
+ -0.09630000000000001,
+ 0.3037
+ ],
+ "lon": [
+ 34.9843,
+ 35.3843
+ ]
+ },
+ {
+ "city": "Garissa",
+ "lat": [
+ -0.6569,
+ -0.25689999999999996
+ ],
+ "lon": [
+ 39.458299999999994,
+ 39.8583
+ ]
+ },
+ {
+ "city": "Narok",
+ "lat": [
+ -1.2832999999999999,
+ -0.8833
+ ],
+ "lon": [
+ 35.6667,
+ 36.066700000000004
+ ]
+ },
+ {
+ "city": "Kitale",
+ "lat": [
+ 0.8167,
+ 1.2167
+ ],
+ "lon": [
+ 34.8,
+ 35.2
+ ]
+ },
+ {
+ "city": "Wundanyi",
+ "lat": [
+ -3.5964,
+ -3.1963999999999997
+ ],
+ "lon": [
+ 38.1573,
+ 38.557300000000005
+ ]
+ },
+ {
+ "city": "El Wak",
+ "lat": [
+ 2.6167,
+ 3.0167
+ ],
+ "lon": [
+ 40.7333,
+ 41.133300000000006
+ ]
+ },
+ {
+ "city": "Banane",
+ "lat": [
+ 0.30349999999999994,
+ 0.7035
+ ],
+ "lon": [
+ 38.461999999999996,
+ 38.862
+ ]
+ },
+ {
+ "city": "Wote",
+ "lat": [
+ -1.9808,
+ -1.5808
+ ],
+ "lon": [
+ 37.428799999999995,
+ 37.8288
+ ]
+ },
+ {
+ "city": "Kimilili",
+ "lat": [
+ 0.5876999999999999,
+ 0.9877
+ ],
+ "lon": [
+ 34.5156,
+ 34.915600000000005
+ ]
+ },
+ {
+ "city": "Bungoma",
+ "lat": [
+ 0.3666,
+ 0.7666
+ ],
+ "lon": [
+ 34.3666,
+ 34.766600000000004
+ ]
+ }
+ ],
+ "Mali": [
+ {
+ "city": "Bamako",
+ "lat": [
+ 12.4458,
+ 12.845799999999999
+ ],
+ "lon": [
+ -8.1922,
+ -7.7922
+ ]
+ },
+ {
+ "city": "Z\u00e9goua",
+ "lat": [
+ 10.251900000000001,
+ 10.6519
+ ],
+ "lon": [
+ -5.8511,
+ -5.451099999999999
+ ]
+ },
+ {
+ "city": "Sikasso",
+ "lat": [
+ 11.116700000000002,
+ 11.5167
+ ],
+ "lon": [
+ -5.8667,
+ -5.4666999999999994
+ ]
+ },
+ {
+ "city": "Koutiala",
+ "lat": [
+ 12.183300000000001,
+ 12.5833
+ ],
+ "lon": [
+ -5.6667000000000005,
+ -5.2667
+ ]
+ },
+ {
+ "city": "S\u00e9gou",
+ "lat": [
+ 13.25,
+ 13.649999999999999
+ ],
+ "lon": [
+ -6.4667,
+ -6.0667
+ ]
+ },
+ {
+ "city": "Kayes",
+ "lat": [
+ 14.2497,
+ 14.6497
+ ],
+ "lon": [
+ -11.6367,
+ -11.2367
+ ]
+ },
+ {
+ "city": "Mopti",
+ "lat": [
+ 14.290000000000001,
+ 14.69
+ ],
+ "lon": [
+ -4.38,
+ -3.9799999999999995
+ ]
+ },
+ {
+ "city": "Niono",
+ "lat": [
+ 14.05,
+ 14.45
+ ],
+ "lon": [
+ -6.2,
+ -5.8
+ ]
+ },
+ {
+ "city": "Somasso",
+ "lat": [
+ 12.6728,
+ 13.072799999999999
+ ],
+ "lon": [
+ -5.8033,
+ -5.4033
+ ]
+ },
+ {
+ "city": "Kati",
+ "lat": [
+ 12.550400000000002,
+ 12.9504
+ ],
+ "lon": [
+ -8.28,
+ -7.88
+ ]
+ },
+ {
+ "city": "Koro",
+ "lat": [
+ 13.863900000000001,
+ 14.2639
+ ],
+ "lon": [
+ -3.2753,
+ -2.8752999999999997
+ ]
+ },
+ {
+ "city": "Nioro",
+ "lat": [
+ 14.9833,
+ 15.383299999999998
+ ],
+ "lon": [
+ -9.75,
+ -9.350000000000001
+ ]
+ },
+ {
+ "city": "Bougouni",
+ "lat": [
+ 11.2177,
+ 11.6177
+ ],
+ "lon": [
+ -7.6832,
+ -7.2832
+ ]
+ },
+ {
+ "city": "Baguin\u00e9da",
+ "lat": [
+ 12.4129,
+ 12.812899999999999
+ ],
+ "lon": [
+ -7.9734,
+ -7.5733999999999995
+ ]
+ },
+ {
+ "city": "Kolondi\u00e9ba",
+ "lat": [
+ 10.888300000000001,
+ 11.2883
+ ],
+ "lon": [
+ -7.0925,
+ -6.6925
+ ]
+ },
+ {
+ "city": "P\u00e8l\u00e8ngana",
+ "lat": [
+ 13.227500000000001,
+ 13.6275
+ ],
+ "lon": [
+ -6.4219,
+ -6.0219
+ ]
+ },
+ {
+ "city": "Kouri",
+ "lat": [
+ 11.9833,
+ 12.383299999999998
+ ],
+ "lon": [
+ -5.0031,
+ -4.6030999999999995
+ ]
+ },
+ {
+ "city": "Kadiolo",
+ "lat": [
+ 10.350000000000001,
+ 10.75
+ ],
+ "lon": [
+ -5.9667,
+ -5.5667
+ ]
+ },
+ {
+ "city": "Koumantou",
+ "lat": [
+ 11.2072,
+ 11.607199999999999
+ ],
+ "lon": [
+ -7.0467,
+ -6.6467
+ ]
+ },
+ {
+ "city": "Woloss\u00e9bougou",
+ "lat": [
+ 11.798900000000001,
+ 12.1989
+ ],
+ "lon": [
+ -8.113999999999999,
+ -7.7139999999999995
+ ]
+ }
+ ],
+ "Ghana": [
+ {
+ "city": "Kumasi",
+ "lat": [
+ 6.5,
+ 6.9
+ ],
+ "lon": [
+ -1.825,
+ -1.425
+ ]
+ },
+ {
+ "city": "Boankra",
+ "lat": [
+ 6.4919,
+ 6.891900000000001
+ ],
+ "lon": [
+ -1.6051,
+ -1.2051
+ ]
+ },
+ {
+ "city": "Tamale",
+ "lat": [
+ 9.207500000000001,
+ 9.6075
+ ],
+ "lon": [
+ -1.0533,
+ -0.6533
+ ]
+ },
+ {
+ "city": "Domaa-Ahenkro",
+ "lat": [
+ 7.0739,
+ 7.4739
+ ],
+ "lon": [
+ -3.0735,
+ -2.6734999999999998
+ ]
+ },
+ {
+ "city": "Accra",
+ "lat": [
+ 5.3461,
+ 5.7461
+ ],
+ "lon": [
+ -0.4067,
+ -0.006699999999999984
+ ]
+ },
+ {
+ "city": "Sunyani",
+ "lat": [
+ 7.136,
+ 7.5360000000000005
+ ],
+ "lon": [
+ -2.536,
+ -2.1359999999999997
+ ]
+ },
+ {
+ "city": "Ashaiman",
+ "lat": [
+ 5.499499999999999,
+ 5.8995
+ ],
+ "lon": [
+ -0.2348,
+ 0.1652
+ ]
+ },
+ {
+ "city": "Obuase",
+ "lat": [
+ 6.0,
+ 6.4
+ ],
+ "lon": [
+ -1.8833,
+ -1.4833
+ ]
+ },
+ {
+ "city": "Cape Coast",
+ "lat": [
+ 4.8999999999999995,
+ 5.3
+ ],
+ "lon": [
+ -1.45,
+ -1.05
+ ]
+ },
+ {
+ "city": "Tema",
+ "lat": [
+ 5.4666999999999994,
+ 5.8667
+ ],
+ "lon": [
+ -0.2167,
+ 0.18330000000000002
+ ]
+ },
+ {
+ "city": "Medina Estates",
+ "lat": [
+ 5.4658,
+ 5.8658
+ ],
+ "lon": [
+ -0.3631,
+ 0.036900000000000016
+ ]
+ },
+ {
+ "city": "Koforidua",
+ "lat": [
+ 5.8999999999999995,
+ 6.3
+ ],
+ "lon": [
+ -0.4667,
+ -0.06669999999999998
+ ]
+ },
+ {
+ "city": "Suhum",
+ "lat": [
+ 5.8408999999999995,
+ 6.2409
+ ],
+ "lon": [
+ -0.65,
+ -0.25
+ ]
+ },
+ {
+ "city": "Kintampo",
+ "lat": [
+ 7.8563,
+ 8.2563
+ ],
+ "lon": [
+ -1.9305999999999999,
+ -1.5306
+ ]
+ },
+ {
+ "city": "Wa",
+ "lat": [
+ 9.866700000000002,
+ 10.2667
+ ],
+ "lon": [
+ -2.7,
+ -2.3
+ ]
+ },
+ {
+ "city": "Atebubu",
+ "lat": [
+ 7.5554,
+ 7.9554
+ ],
+ "lon": [
+ -1.1808,
+ -0.7807999999999999
+ ]
+ },
+ {
+ "city": "Techiman",
+ "lat": [
+ 7.390499999999999,
+ 7.7905
+ ],
+ "lon": [
+ -2.1395,
+ -1.7395
+ ]
+ },
+ {
+ "city": "Dzolokpuita",
+ "lat": [
+ 6.5847,
+ 6.9847
+ ],
+ "lon": [
+ 0.24159999999999998,
+ 0.6416
+ ]
+ },
+ {
+ "city": "Ho",
+ "lat": [
+ 6.400399999999999,
+ 6.8004
+ ],
+ "lon": [
+ 0.26999999999999996,
+ 0.6699999999999999
+ ]
+ },
+ {
+ "city": "Ahenkro",
+ "lat": [
+ 6.9146,
+ 7.3146
+ ],
+ "lon": [
+ 0.12109999999999999,
+ 0.5211
+ ]
+ },
+ {
+ "city": "Dome",
+ "lat": [
+ 5.45,
+ 5.8500000000000005
+ ],
+ "lon": [
+ -0.43610000000000004,
+ -0.03609999999999999
+ ]
+ },
+ {
+ "city": "Gbawe",
+ "lat": [
+ 5.3769,
+ 5.7769
+ ],
+ "lon": [
+ -0.5104,
+ -0.1104
+ ]
+ },
+ {
+ "city": "Konongo",
+ "lat": [
+ 6.4167,
+ 6.8167
+ ],
+ "lon": [
+ -1.4166999999999998,
+ -1.0167
+ ]
+ },
+ {
+ "city": "Ejura",
+ "lat": [
+ 7.1856,
+ 7.5856
+ ],
+ "lon": [
+ -1.5562,
+ -1.1562000000000001
+ ]
+ },
+ {
+ "city": "Swedru",
+ "lat": [
+ 5.3370999999999995,
+ 5.7371
+ ],
+ "lon": [
+ -0.8997999999999999,
+ -0.49979999999999997
+ ]
+ },
+ {
+ "city": "Bolgatanga",
+ "lat": [
+ 10.5904,
+ 10.9904
+ ],
+ "lon": [
+ -1.05,
+ -0.6499999999999999
+ ]
+ },
+ {
+ "city": "Aflao",
+ "lat": [
+ 5.9468,
+ 6.3468
+ ],
+ "lon": [
+ 0.9799,
+ 1.3799
+ ]
+ },
+ {
+ "city": "Berekum",
+ "lat": [
+ 7.2504,
+ 7.6504
+ ],
+ "lon": [
+ -2.79,
+ -2.3899999999999997
+ ]
+ },
+ {
+ "city": "Nkawkaw",
+ "lat": [
+ 6.3505,
+ 6.750500000000001
+ ],
+ "lon": [
+ -0.98,
+ -0.5800000000000001
+ ]
+ },
+ {
+ "city": "Bawku",
+ "lat": [
+ 10.860000000000001,
+ 11.26
+ ],
+ "lon": [
+ -0.44220000000000004,
+ -0.04219999999999999
+ ]
+ },
+ {
+ "city": "Tafo",
+ "lat": [
+ 6.5316,
+ 6.9316
+ ],
+ "lon": [
+ -1.8136999999999999,
+ -1.4137
+ ]
+ },
+ {
+ "city": "Oda",
+ "lat": [
+ 5.7267,
+ 6.1267000000000005
+ ],
+ "lon": [
+ -1.1858,
+ -0.7858
+ ]
+ },
+ {
+ "city": "Hohoe",
+ "lat": [
+ 6.949,
+ 7.349
+ ],
+ "lon": [
+ 0.2746,
+ 0.6746000000000001
+ ]
+ },
+ {
+ "city": "Winneba",
+ "lat": [
+ 5.1499999999999995,
+ 5.55
+ ],
+ "lon": [
+ -0.8332999999999999,
+ -0.43329999999999996
+ ]
+ },
+ {
+ "city": "Yendi",
+ "lat": [
+ 9.2337,
+ 9.6337
+ ],
+ "lon": [
+ -0.2167,
+ 0.18330000000000002
+ ]
+ },
+ {
+ "city": "Bogoso",
+ "lat": [
+ 5.3675,
+ 5.7675
+ ],
+ "lon": [
+ -2.2137000000000002,
+ -1.8137
+ ]
+ }
+ ],
+ "Morocco": [
+ {
+ "city": "Casablanca",
+ "lat": [
+ 33.333299999999994,
+ 33.7333
+ ],
+ "lon": [
+ -7.7833000000000006,
+ -7.3833
+ ]
+ },
+ {
+ "city": "Tangier",
+ "lat": [
+ 35.576699999999995,
+ 35.9767
+ ],
+ "lon": [
+ -6.0039,
+ -5.603899999999999
+ ]
+ },
+ {
+ "city": "F\u00e8s",
+ "lat": [
+ 33.8433,
+ 34.243300000000005
+ ],
+ "lon": [
+ -5.2033000000000005,
+ -4.8033
+ ]
+ },
+ {
+ "city": "Marrakech",
+ "lat": [
+ 31.43,
+ 31.83
+ ],
+ "lon": [
+ -8.2089,
+ -7.8089
+ ]
+ },
+ {
+ "city": "Sale",
+ "lat": [
+ 33.833299999999994,
+ 34.2333
+ ],
+ "lon": [
+ -7.0,
+ -6.6
+ ]
+ },
+ {
+ "city": "Oujda-Angad",
+ "lat": [
+ 34.4867,
+ 34.886700000000005
+ ],
+ "lon": [
+ -2.1114,
+ -1.7114
+ ]
+ },
+ {
+ "city": "Rabat",
+ "lat": [
+ 33.820899999999995,
+ 34.2209
+ ],
+ "lon": [
+ -7.0416,
+ -6.6415999999999995
+ ]
+ },
+ {
+ "city": "Agadir",
+ "lat": [
+ 30.2214,
+ 30.621399999999998
+ ],
+ "lon": [
+ -9.7831,
+ -9.3831
+ ]
+ },
+ {
+ "city": "Mekn\u00e8s",
+ "lat": [
+ 33.695,
+ 34.095000000000006
+ ],
+ "lon": [
+ -5.754700000000001,
+ -5.3547
+ ]
+ },
+ {
+ "city": "Kenitra",
+ "lat": [
+ 34.05,
+ 34.45
+ ],
+ "lon": [
+ -6.7833000000000006,
+ -6.3833
+ ]
+ },
+ {
+ "city": "T\u00e9touan",
+ "lat": [
+ 35.366699999999994,
+ 35.7667
+ ],
+ "lon": [
+ -5.5667,
+ -5.1667
+ ]
+ },
+ {
+ "city": "Safi",
+ "lat": [
+ 32.083299999999994,
+ 32.4833
+ ],
+ "lon": [
+ -9.4333,
+ -9.0333
+ ]
+ },
+ {
+ "city": "Taourirt",
+ "lat": [
+ 34.216899999999995,
+ 34.6169
+ ],
+ "lon": [
+ -3.085,
+ -2.6849999999999996
+ ]
+ },
+ {
+ "city": "Temara",
+ "lat": [
+ 33.726699999999994,
+ 34.1267
+ ],
+ "lon": [
+ -7.1122000000000005,
+ -6.7122
+ ]
+ },
+ {
+ "city": "Kh\u00e9nifra",
+ "lat": [
+ 32.739399999999996,
+ 33.1394
+ ],
+ "lon": [
+ -5.867500000000001,
+ -5.4675
+ ]
+ },
+ {
+ "city": "El Jadid",
+ "lat": [
+ 33.0333,
+ 33.4333
+ ],
+ "lon": [
+ -8.7,
+ -8.3
+ ]
+ },
+ {
+ "city": "La\u00e2youne",
+ "lat": [
+ 26.95,
+ 27.349999999999998
+ ],
+ "lon": [
+ -13.3989,
+ -12.9989
+ ]
+ },
+ {
+ "city": "Ait Melloul",
+ "lat": [
+ 30.1342,
+ 30.5342
+ ],
+ "lon": [
+ -9.697199999999999,
+ -9.2972
+ ]
+ },
+ {
+ "city": "B\u00e9ni Mellal",
+ "lat": [
+ 32.139399999999995,
+ 32.5394
+ ],
+ "lon": [
+ -6.5608,
+ -6.1608
+ ]
+ },
+ {
+ "city": "Bouskoura",
+ "lat": [
+ 33.2489,
+ 33.648900000000005
+ ],
+ "lon": [
+ -7.8486,
+ -7.4486
+ ]
+ },
+ {
+ "city": "Kouribga",
+ "lat": [
+ 32.683299999999996,
+ 33.0833
+ ],
+ "lon": [
+ -7.1167,
+ -6.7166999999999994
+ ]
+ },
+ {
+ "city": "Mohammedia",
+ "lat": [
+ 33.4833,
+ 33.883300000000006
+ ],
+ "lon": [
+ -7.5833,
+ -7.1833
+ ]
+ },
+ {
+ "city": "Settat",
+ "lat": [
+ 32.8,
+ 33.2
+ ],
+ "lon": [
+ -7.8167,
+ -7.4167
+ ]
+ },
+ {
+ "city": "Barrechid",
+ "lat": [
+ 33.0667,
+ 33.4667
+ ],
+ "lon": [
+ -7.7833000000000006,
+ -7.3833
+ ]
+ },
+ {
+ "city": "Taza",
+ "lat": [
+ 34.0167,
+ 34.416700000000006
+ ],
+ "lon": [
+ -4.2167,
+ -3.8167
+ ]
+ },
+ {
+ "city": "Inezgane",
+ "lat": [
+ 30.1658,
+ 30.5658
+ ],
+ "lon": [
+ -9.7381,
+ -9.3381
+ ]
+ },
+ {
+ "city": "Larache",
+ "lat": [
+ 34.9833,
+ 35.383300000000006
+ ],
+ "lon": [
+ -6.3500000000000005,
+ -5.95
+ ]
+ },
+ {
+ "city": "Guelmim",
+ "lat": [
+ 28.7833,
+ 29.1833
+ ],
+ "lon": [
+ -10.2667,
+ -9.866700000000002
+ ]
+ },
+ {
+ "city": "My Drarga",
+ "lat": [
+ 30.18,
+ 30.58
+ ],
+ "lon": [
+ -9.68,
+ -9.280000000000001
+ ]
+ },
+ {
+ "city": "Ksar El Kebir",
+ "lat": [
+ 34.809,
+ 35.209
+ ],
+ "lon": [
+ -6.1000000000000005,
+ -5.7
+ ]
+ },
+ {
+ "city": "Skhirate",
+ "lat": [
+ 33.65,
+ 34.050000000000004
+ ],
+ "lon": [
+ -7.23,
+ -6.83
+ ]
+ },
+ {
+ "city": "Beni Yakhlef",
+ "lat": [
+ 33.4555,
+ 33.855500000000006
+ ],
+ "lon": [
+ -7.5221,
+ -7.1221
+ ]
+ },
+ {
+ "city": "Sidi Yahya Zaer",
+ "lat": [
+ 33.5105,
+ 33.910500000000006
+ ],
+ "lon": [
+ -7.0831,
+ -6.6831
+ ]
+ },
+ {
+ "city": "Ben Guerir",
+ "lat": [
+ 31.8,
+ 32.2
+ ],
+ "lon": [
+ 13.8,
+ 14.2
+ ]
+ },
+ {
+ "city": "Ait Ali",
+ "lat": [
+ 29.9765,
+ 30.3765
+ ],
+ "lon": [
+ -9.6886,
+ -9.2886
+ ]
+ },
+ {
+ "city": "Nador",
+ "lat": [
+ 34.966699999999996,
+ 35.3667
+ ],
+ "lon": [
+ -3.1333,
+ -2.7333
+ ]
+ },
+ {
+ "city": "El Kelaa des Srarhna",
+ "lat": [
+ 31.8481,
+ 32.2481
+ ],
+ "lon": [
+ -7.6083,
+ -7.2082999999999995
+ ]
+ },
+ {
+ "city": "Ad Dakhla",
+ "lat": [
+ 23.508100000000002,
+ 23.9081
+ ],
+ "lon": [
+ -16.1456,
+ -15.745600000000001
+ ]
+ },
+ {
+ "city": "Moulay Abdallah",
+ "lat": [
+ 32.9978,
+ 33.397800000000004
+ ],
+ "lon": [
+ -8.7883,
+ -8.388300000000001
+ ]
+ },
+ {
+ "city": "Oulad Te\u00efma",
+ "lat": [
+ 30.2,
+ 30.599999999999998
+ ],
+ "lon": [
+ -9.416699999999999,
+ -9.0167
+ ]
+ },
+ {
+ "city": "Berkane",
+ "lat": [
+ 34.716699999999996,
+ 35.1167
+ ],
+ "lon": [
+ -2.5167,
+ -2.1167
+ ]
+ },
+ {
+ "city": "Ain El Aouda",
+ "lat": [
+ 33.6111,
+ 34.011100000000006
+ ],
+ "lon": [
+ -6.9922,
+ -6.5922
+ ]
+ },
+ {
+ "city": "Errachidia",
+ "lat": [
+ 31.7319,
+ 32.1319
+ ],
+ "lon": [
+ -4.6244000000000005,
+ -4.2244
+ ]
+ },
+ {
+ "city": "Al Fqih Ben \u00c7alah",
+ "lat": [
+ 32.3,
+ 32.7
+ ],
+ "lon": [
+ -6.7333,
+ -6.3332999999999995
+ ]
+ },
+ {
+ "city": "Ad Darwa",
+ "lat": [
+ 33.216699999999996,
+ 33.6167
+ ],
+ "lon": [
+ -7.7333,
+ -7.3332999999999995
+ ]
+ },
+ {
+ "city": "Martil",
+ "lat": [
+ 35.4167,
+ 35.816700000000004
+ ],
+ "lon": [
+ -5.4667,
+ -5.0667
+ ]
+ },
+ {
+ "city": "Sidi Slimane",
+ "lat": [
+ 34.0167,
+ 34.416700000000006
+ ],
+ "lon": [
+ -5.9,
+ -5.5
+ ]
+ },
+ {
+ "city": "Oued Zem",
+ "lat": [
+ 32.6667,
+ 33.066700000000004
+ ],
+ "lon": [
+ -6.7667,
+ -6.3667
+ ]
+ },
+ {
+ "city": "Sa\u2019ada",
+ "lat": [
+ 31.421,
+ 31.820999999999998
+ ],
+ "lon": [
+ -8.3303,
+ -7.9303
+ ]
+ },
+ {
+ "city": "Al Khmissat",
+ "lat": [
+ 33.616699999999994,
+ 34.0167
+ ],
+ "lon": [
+ -6.2667,
+ -5.8667
+ ]
+ },
+ {
+ "city": "Gueznaia",
+ "lat": [
+ 35.5066,
+ 35.906600000000005
+ ],
+ "lon": [
+ -6.1088000000000005,
+ -5.7088
+ ]
+ },
+ {
+ "city": "Wislane",
+ "lat": [
+ 30.025000000000002,
+ 30.425
+ ],
+ "lon": [
+ -8.5801,
+ -8.180100000000001
+ ]
+ },
+ {
+ "city": "Guercif",
+ "lat": [
+ 34.0333,
+ 34.4333
+ ],
+ "lon": [
+ -3.5667,
+ -3.1666999999999996
+ ]
+ },
+ {
+ "city": "Warzat",
+ "lat": [
+ 30.7167,
+ 31.116699999999998
+ ],
+ "lon": [
+ -7.1167,
+ -6.7166999999999994
+ ]
+ },
+ {
+ "city": "Fnidq",
+ "lat": [
+ 35.65,
+ 36.050000000000004
+ ],
+ "lon": [
+ -5.55,
+ -5.1499999999999995
+ ]
+ },
+ {
+ "city": "Sidi Qacem",
+ "lat": [
+ 34.0167,
+ 34.416700000000006
+ ],
+ "lon": [
+ -5.9,
+ -5.5
+ ]
+ },
+ {
+ "city": "Sidi Bibi",
+ "lat": [
+ 30.0333,
+ 30.4333
+ ],
+ "lon": [
+ -9.7333,
+ -9.333300000000001
+ ]
+ },
+ {
+ "city": "M\u2019diq",
+ "lat": [
+ 35.4858,
+ 35.8858
+ ],
+ "lon": [
+ -5.5253000000000005,
+ -5.1253
+ ]
+ },
+ {
+ "city": "Youssoufia",
+ "lat": [
+ 32.05,
+ 32.45
+ ],
+ "lon": [
+ -8.7333,
+ -8.333300000000001
+ ]
+ },
+ {
+ "city": "Midalt",
+ "lat": [
+ 32.48,
+ 32.88
+ ],
+ "lon": [
+ -4.930000000000001,
+ -4.53
+ ]
+ },
+ {
+ "city": "A\u00efn Harrouda",
+ "lat": [
+ 33.4372,
+ 33.8372
+ ],
+ "lon": [
+ -7.6483,
+ -7.2482999999999995
+ ]
+ },
+ {
+ "city": "Souq Sebt Oulad Nemma",
+ "lat": [
+ 32.0948,
+ 32.494800000000005
+ ],
+ "lon": [
+ -6.9007000000000005,
+ -6.5007
+ ]
+ },
+ {
+ "city": "Mehdya",
+ "lat": [
+ 34.0597,
+ 34.459700000000005
+ ],
+ "lon": [
+ -6.8500000000000005,
+ -6.45
+ ]
+ },
+ {
+ "city": "Ouezzane",
+ "lat": [
+ 34.599999999999994,
+ 35.0
+ ],
+ "lon": [
+ -5.7833000000000006,
+ -5.3833
+ ]
+ },
+ {
+ "city": "Taroudannt",
+ "lat": [
+ 30.271,
+ 30.671
+ ],
+ "lon": [
+ -9.080599999999999,
+ -8.6806
+ ]
+ },
+ {
+ "city": "Semara",
+ "lat": [
+ 26.5394,
+ 26.9394
+ ],
+ "lon": [
+ -11.870299999999999,
+ -11.4703
+ ]
+ },
+ {
+ "city": "Essaouira",
+ "lat": [
+ 31.313100000000002,
+ 31.7131
+ ],
+ "lon": [
+ -9.9697,
+ -9.569700000000001
+ ]
+ },
+ {
+ "city": "Tit Mellil",
+ "lat": [
+ 33.3533,
+ 33.7533
+ ],
+ "lon": [
+ -7.6822,
+ -7.2822
+ ]
+ },
+ {
+ "city": "Sidi Bennour",
+ "lat": [
+ 32.449999999999996,
+ 32.85
+ ],
+ "lon": [
+ -8.633299999999998,
+ -8.2333
+ ]
+ },
+ {
+ "city": "Douar Ain Chkef",
+ "lat": [
+ 33.7652,
+ 34.165200000000006
+ ],
+ "lon": [
+ -5.488,
+ -5.088
+ ]
+ },
+ {
+ "city": "Sefrou",
+ "lat": [
+ 32.8,
+ 33.2
+ ],
+ "lon": [
+ 48.8,
+ 49.2
+ ]
+ },
+ {
+ "city": "Sidi Mohamed Lahmar",
+ "lat": [
+ 34.5167,
+ 34.916700000000006
+ ],
+ "lon": [
+ -6.4667,
+ -6.0667
+ ]
+ },
+ {
+ "city": "Temsia",
+ "lat": [
+ 30.16,
+ 30.56
+ ],
+ "lon": [
+ -9.613999999999999,
+ -9.214
+ ]
+ },
+ {
+ "city": "Beni Enzar",
+ "lat": [
+ 35.0667,
+ 35.4667
+ ],
+ "lon": [
+ -3.1333,
+ -2.7333
+ ]
+ },
+ {
+ "city": "Al Hoce\u00efma",
+ "lat": [
+ 35.0472,
+ 35.4472
+ ],
+ "lon": [
+ -4.1322,
+ -3.7321999999999997
+ ]
+ }
+ ],
+ "Burkina Faso": [
+ {
+ "city": "Ouagadougou",
+ "lat": [
+ 12.168600000000001,
+ 12.5686
+ ],
+ "lon": [
+ -1.7275,
+ -1.3275000000000001
+ ]
+ },
+ {
+ "city": "Bobo-Dioulasso",
+ "lat": [
+ 10.9833,
+ 11.383299999999998
+ ],
+ "lon": [
+ -4.4833,
+ -4.0832999999999995
+ ]
+ },
+ {
+ "city": "Koudougou",
+ "lat": [
+ 12.05,
+ 12.45
+ ],
+ "lon": [
+ -2.5667,
+ -2.1666999999999996
+ ]
+ },
+ {
+ "city": "Ouahigouya",
+ "lat": [
+ 13.3833,
+ 13.783299999999999
+ ],
+ "lon": [
+ -2.6167000000000002,
+ -2.2167
+ ]
+ },
+ {
+ "city": "Kaya",
+ "lat": [
+ 12.8833,
+ 13.283299999999999
+ ],
+ "lon": [
+ -1.2832999999999999,
+ -0.8833
+ ]
+ },
+ {
+ "city": "Banfora",
+ "lat": [
+ 10.430800000000001,
+ 10.8308
+ ],
+ "lon": [
+ -4.9589,
+ -4.5588999999999995
+ ]
+ },
+ {
+ "city": "Pouytenga",
+ "lat": [
+ 12.05,
+ 12.45
+ ],
+ "lon": [
+ -0.6333,
+ -0.2333
+ ]
+ },
+ {
+ "city": "Hound\u00e9",
+ "lat": [
+ 11.3,
+ 11.7
+ ],
+ "lon": [
+ -3.7167000000000003,
+ -3.3167
+ ]
+ },
+ {
+ "city": "Fada Ngourma",
+ "lat": [
+ 11.850000000000001,
+ 12.25
+ ],
+ "lon": [
+ 0.16670000000000001,
+ 0.5667
+ ]
+ },
+ {
+ "city": "D\u00e9dougou",
+ "lat": [
+ 12.2667,
+ 12.666699999999999
+ ],
+ "lon": [
+ -3.6667,
+ -3.2666999999999997
+ ]
+ },
+ {
+ "city": "Djibo",
+ "lat": [
+ 13.901100000000001,
+ 14.3011
+ ],
+ "lon": [
+ -1.8306,
+ -1.4306
+ ]
+ },
+ {
+ "city": "Tenkodogo",
+ "lat": [
+ 11.583300000000001,
+ 11.9833
+ ],
+ "lon": [
+ -0.5667,
+ -0.16670000000000001
+ ]
+ },
+ {
+ "city": "Kongoussi",
+ "lat": [
+ 13.1333,
+ 13.533299999999999
+ ],
+ "lon": [
+ -1.7333,
+ -1.3333000000000002
+ ]
+ }
+ ],
+ "Congo (Brazzaville)": [
+ {
+ "city": "Brazzaville",
+ "lat": [
+ -4.4667,
+ -4.0667
+ ],
+ "lon": [
+ 15.0667,
+ 15.4667
+ ]
+ },
+ {
+ "city": "Pointe-Noire",
+ "lat": [
+ -4.9975000000000005,
+ -4.5975
+ ],
+ "lon": [
+ 11.650300000000001,
+ 12.0503
+ ]
+ },
+ {
+ "city": "Tchibota",
+ "lat": [
+ -4.3794,
+ -3.9794
+ ],
+ "lon": [
+ 11.173100000000002,
+ 11.5731
+ ]
+ },
+ {
+ "city": "Dolisie",
+ "lat": [
+ -4.4006,
+ -4.0005999999999995
+ ],
+ "lon": [
+ 12.4792,
+ 12.879199999999999
+ ]
+ },
+ {
+ "city": "Kayes",
+ "lat": [
+ -4.3683000000000005,
+ -3.9683
+ ],
+ "lon": [
+ 13.093300000000001,
+ 13.4933
+ ]
+ },
+ {
+ "city": "Oyo",
+ "lat": [
+ -1.3603,
+ -0.9603000000000002
+ ],
+ "lon": [
+ 15.7736,
+ 16.1736
+ ]
+ },
+ {
+ "city": "B\u00e9tou",
+ "lat": [
+ 2.8594,
+ 3.2594000000000003
+ ],
+ "lon": [
+ 18.3142,
+ 18.714199999999998
+ ]
+ }
+ ],
+ "Algeria": [
+ {
+ "city": "Algiers",
+ "lat": [
+ 36.5325,
+ 36.932500000000005
+ ],
+ "lon": [
+ 2.8872,
+ 3.2872000000000003
+ ]
+ },
+ {
+ "city": "Oran",
+ "lat": [
+ 35.4969,
+ 35.8969
+ ],
+ "lon": [
+ -0.8331,
+ -0.4331
+ ]
+ },
+ {
+ "city": "Constantine",
+ "lat": [
+ 36.15,
+ 36.550000000000004
+ ],
+ "lon": [
+ 6.3999999999999995,
+ 6.8
+ ]
+ },
+ {
+ "city": "Batna",
+ "lat": [
+ 35.349999999999994,
+ 35.75
+ ],
+ "lon": [
+ 5.9666999999999994,
+ 6.3667
+ ]
+ },
+ {
+ "city": "S\u00e9tif",
+ "lat": [
+ 35.989999999999995,
+ 36.39
+ ],
+ "lon": [
+ 5.21,
+ 5.61
+ ]
+ },
+ {
+ "city": "Annaba",
+ "lat": [
+ 36.699999999999996,
+ 37.1
+ ],
+ "lon": [
+ 7.5667,
+ 7.9667
+ ]
+ },
+ {
+ "city": "Sidi A\u00efssa",
+ "lat": [
+ 36.3,
+ 36.7
+ ],
+ "lon": [
+ 4.097799999999999,
+ 4.4978
+ ]
+ },
+ {
+ "city": "Sidi Bel Abb\u00e8s",
+ "lat": [
+ 34.9939,
+ 35.3939
+ ],
+ "lon": [
+ -0.8413999999999999,
+ -0.44139999999999996
+ ]
+ },
+ {
+ "city": "Biskra",
+ "lat": [
+ 34.65,
+ 35.050000000000004
+ ],
+ "lon": [
+ 5.5333,
+ 5.9333
+ ]
+ },
+ {
+ "city": "T\u00e9bessa",
+ "lat": [
+ 35.199999999999996,
+ 35.6
+ ],
+ "lon": [
+ 7.9167,
+ 8.316699999999999
+ ]
+ },
+ {
+ "city": "Ouargla",
+ "lat": [
+ 31.75,
+ 32.15
+ ],
+ "lon": [
+ 5.1167,
+ 5.5167
+ ]
+ },
+ {
+ "city": "El Khroub",
+ "lat": [
+ 36.0667,
+ 36.4667
+ ],
+ "lon": [
+ 6.5,
+ 6.9
+ ]
+ },
+ {
+ "city": "Tiaret",
+ "lat": [
+ 35.1667,
+ 35.566700000000004
+ ],
+ "lon": [
+ 1.1167,
+ 1.5167
+ ]
+ },
+ {
+ "city": "Beja\u00efa",
+ "lat": [
+ 36.5511,
+ 36.951100000000004
+ ],
+ "lon": [
+ 4.864199999999999,
+ 5.2642
+ ]
+ },
+ {
+ "city": "Bir el Djir",
+ "lat": [
+ 35.536699999999996,
+ 35.9367
+ ],
+ "lon": [
+ -0.7542,
+ -0.3542
+ ]
+ },
+ {
+ "city": "Bordj Bou Arreridj",
+ "lat": [
+ 35.866699999999994,
+ 36.2667
+ ],
+ "lon": [
+ 4.5667,
+ 4.9667
+ ]
+ },
+ {
+ "city": "B\u00e9char",
+ "lat": [
+ 31.416700000000002,
+ 31.8167
+ ],
+ "lon": [
+ -2.4167,
+ -2.0166999999999997
+ ]
+ },
+ {
+ "city": "Skikda",
+ "lat": [
+ 36.6667,
+ 37.066700000000004
+ ],
+ "lon": [
+ 6.7,
+ 7.1000000000000005
+ ]
+ },
+ {
+ "city": "Djelfa",
+ "lat": [
+ 34.466699999999996,
+ 34.8667
+ ],
+ "lon": [
+ 3.05,
+ 3.45
+ ]
+ },
+ {
+ "city": "Souk Ahras",
+ "lat": [
+ 36.0864,
+ 36.4864
+ ],
+ "lon": [
+ 7.7511,
+ 8.1511
+ ]
+ },
+ {
+ "city": "Chlef",
+ "lat": [
+ 35.9647,
+ 36.364700000000006
+ ],
+ "lon": [
+ 1.1317000000000002,
+ 1.5317
+ ]
+ },
+ {
+ "city": "El Eulma",
+ "lat": [
+ 35.949999999999996,
+ 36.35
+ ],
+ "lon": [
+ 5.4833,
+ 5.8833
+ ]
+ },
+ {
+ "city": "Bordj el Kiffan",
+ "lat": [
+ 36.537499999999994,
+ 36.9375
+ ],
+ "lon": [
+ 2.9930999999999996,
+ 3.3931
+ ]
+ },
+ {
+ "city": "Mostaganem",
+ "lat": [
+ 35.7333,
+ 36.133300000000006
+ ],
+ "lon": [
+ -0.11670000000000001,
+ 0.2833
+ ]
+ },
+ {
+ "city": "Touggourt",
+ "lat": [
+ 32.9,
+ 33.300000000000004
+ ],
+ "lon": [
+ 5.8667,
+ 6.2667
+ ]
+ },
+ {
+ "city": "M\u00e9d\u00e9a",
+ "lat": [
+ 36.067499999999995,
+ 36.4675
+ ],
+ "lon": [
+ 2.55,
+ 2.95
+ ]
+ },
+ {
+ "city": "Tizi Ouzou",
+ "lat": [
+ 36.5167,
+ 36.916700000000006
+ ],
+ "lon": [
+ 3.8499999999999996,
+ 4.25
+ ]
+ },
+ {
+ "city": "El Oued",
+ "lat": [
+ 33.1611,
+ 33.5611
+ ],
+ "lon": [
+ 6.6606,
+ 7.0606
+ ]
+ },
+ {
+ "city": "Laghouat",
+ "lat": [
+ 33.602799999999995,
+ 34.0028
+ ],
+ "lon": [
+ 2.675,
+ 3.075
+ ]
+ },
+ {
+ "city": "M\u2019Sila",
+ "lat": [
+ 35.5019,
+ 35.901900000000005
+ ],
+ "lon": [
+ 4.3472,
+ 4.7472
+ ]
+ },
+ {
+ "city": "Jijel",
+ "lat": [
+ 36.616699999999994,
+ 37.0167
+ ],
+ "lon": [
+ 5.55,
+ 5.95
+ ]
+ },
+ {
+ "city": "Relizane",
+ "lat": [
+ 35.5333,
+ 35.9333
+ ],
+ "lon": [
+ 0.35000000000000003,
+ 0.75
+ ]
+ },
+ {
+ "city": "Sa\u00efda",
+ "lat": [
+ 34.6333,
+ 35.033300000000004
+ ],
+ "lon": [
+ -0.05000000000000002,
+ 0.35
+ ]
+ },
+ {
+ "city": "Baraki",
+ "lat": [
+ 36.466699999999996,
+ 36.8667
+ ],
+ "lon": [
+ 2.9,
+ 3.3000000000000003
+ ]
+ },
+ {
+ "city": "Guelma",
+ "lat": [
+ 36.25,
+ 36.650000000000006
+ ],
+ "lon": [
+ 7.2333,
+ 7.6333
+ ]
+ },
+ {
+ "city": "Gharda\u00efa",
+ "lat": [
+ 32.2833,
+ 32.6833
+ ],
+ "lon": [
+ 3.4667,
+ 3.8667000000000002
+ ]
+ },
+ {
+ "city": "Berrouaghia",
+ "lat": [
+ 35.933299999999996,
+ 36.3333
+ ],
+ "lon": [
+ 2.7167,
+ 3.1167000000000002
+ ]
+ },
+ {
+ "city": "A\u00efn Be\u00efda",
+ "lat": [
+ 35.583299999999994,
+ 35.9833
+ ],
+ "lon": [
+ 7.1833,
+ 7.5833
+ ]
+ },
+ {
+ "city": "Maghnia",
+ "lat": [
+ 34.661699999999996,
+ 35.0617
+ ],
+ "lon": [
+ -1.9305999999999999,
+ -1.5306
+ ]
+ },
+ {
+ "city": "Bou Saada",
+ "lat": [
+ 36.5524,
+ 36.952400000000004
+ ],
+ "lon": [
+ 4.3833,
+ 4.7833000000000006
+ ]
+ },
+ {
+ "city": "Mascara",
+ "lat": [
+ 35.199999999999996,
+ 35.6
+ ],
+ "lon": [
+ -0.06670000000000001,
+ 0.33330000000000004
+ ]
+ },
+ {
+ "city": "Khenchela",
+ "lat": [
+ 35.216699999999996,
+ 35.6167
+ ],
+ "lon": [
+ 6.9333,
+ 7.3333
+ ]
+ },
+ {
+ "city": "Barika",
+ "lat": [
+ 35.197199999999995,
+ 35.5972
+ ],
+ "lon": [
+ 5.1658,
+ 5.5658
+ ]
+ },
+ {
+ "city": "Messaad",
+ "lat": [
+ 33.966699999999996,
+ 34.3667
+ ],
+ "lon": [
+ 3.3,
+ 3.7
+ ]
+ },
+ {
+ "city": "Aflou",
+ "lat": [
+ 33.908899999999996,
+ 34.3089
+ ],
+ "lon": [
+ 1.9019000000000001,
+ 2.3019000000000003
+ ]
+ },
+ {
+ "city": "A\u00efn Oussera",
+ "lat": [
+ 35.2489,
+ 35.648900000000005
+ ],
+ "lon": [
+ 2.7043999999999997,
+ 3.1044
+ ]
+ },
+ {
+ "city": "Blida",
+ "lat": [
+ 36.2686,
+ 36.668600000000005
+ ],
+ "lon": [
+ 2.6319,
+ 3.0319000000000003
+ ]
+ },
+ {
+ "city": "Es Senia",
+ "lat": [
+ 35.449999999999996,
+ 35.85
+ ],
+ "lon": [
+ -0.8332999999999999,
+ -0.43329999999999996
+ ]
+ },
+ {
+ "city": "Bab Ezzouar",
+ "lat": [
+ 36.521699999999996,
+ 36.9217
+ ],
+ "lon": [
+ 2.9852999999999996,
+ 3.3853
+ ]
+ },
+ {
+ "city": "Tamanrasset",
+ "lat": [
+ 22.588900000000002,
+ 22.9889
+ ],
+ "lon": [
+ 5.3256,
+ 5.7256
+ ]
+ },
+ {
+ "city": "Arzew",
+ "lat": [
+ 35.65,
+ 36.050000000000004
+ ],
+ "lon": [
+ -0.5166999999999999,
+ -0.11669999999999997
+ ]
+ },
+ {
+ "city": "A\u00efn M\u2019Lila",
+ "lat": [
+ 35.836099999999995,
+ 36.2361
+ ],
+ "lon": [
+ 6.3708,
+ 6.7708
+ ]
+ },
+ {
+ "city": "Hassi Bahbah",
+ "lat": [
+ 34.866699999999994,
+ 35.2667
+ ],
+ "lon": [
+ 2.8333,
+ 3.2333000000000003
+ ]
+ },
+ {
+ "city": "El Bayadh",
+ "lat": [
+ 33.4803,
+ 33.880300000000005
+ ],
+ "lon": [
+ 0.8203,
+ 1.2203
+ ]
+ },
+ {
+ "city": "Mohammadia",
+ "lat": [
+ 35.3833,
+ 35.783300000000004
+ ],
+ "lon": [
+ -0.13330000000000003,
+ 0.2667
+ ]
+ },
+ {
+ "city": "Khemis Miliana",
+ "lat": [
+ 36.0667,
+ 36.4667
+ ],
+ "lon": [
+ 2.0166999999999997,
+ 2.4167
+ ]
+ },
+ {
+ "city": "El Milia",
+ "lat": [
+ 36.55,
+ 36.95
+ ],
+ "lon": [
+ 6.0667,
+ 6.4667
+ ]
+ },
+ {
+ "city": "Hamma Bouziane",
+ "lat": [
+ 36.333299999999994,
+ 36.7333
+ ],
+ "lon": [
+ 6.5167,
+ 6.9167000000000005
+ ]
+ },
+ {
+ "city": "Chelghoum el A\u00efd",
+ "lat": [
+ 35.966699999999996,
+ 36.3667
+ ],
+ "lon": [
+ 5.9666999999999994,
+ 6.3667
+ ]
+ },
+ {
+ "city": "Dar el Be\u00efda",
+ "lat": [
+ 36.514199999999995,
+ 36.9142
+ ],
+ "lon": [
+ 3.0124999999999997,
+ 3.4125
+ ]
+ },
+ {
+ "city": "Oum el Bouaghi",
+ "lat": [
+ 35.677499999999995,
+ 36.0775
+ ],
+ "lon": [
+ 6.9136,
+ 7.3136
+ ]
+ },
+ {
+ "city": "Sougueur",
+ "lat": [
+ 34.9833,
+ 35.383300000000006
+ ],
+ "lon": [
+ 1.3,
+ 1.7
+ ]
+ },
+ {
+ "city": "Taher",
+ "lat": [
+ 36.5719,
+ 36.971900000000005
+ ],
+ "lon": [
+ 5.6983,
+ 6.0983
+ ]
+ },
+ {
+ "city": "Birkhadem",
+ "lat": [
+ 36.5167,
+ 36.916700000000006
+ ],
+ "lon": [
+ 2.8499999999999996,
+ 3.25
+ ]
+ },
+ {
+ "city": "Bir el Ater",
+ "lat": [
+ 34.549699999999994,
+ 34.9497
+ ],
+ "lon": [
+ 7.8578,
+ 8.2578
+ ]
+ },
+ {
+ "city": "Khemis el Khechna",
+ "lat": [
+ 36.449999999999996,
+ 36.85
+ ],
+ "lon": [
+ 3.1306,
+ 3.5306
+ ]
+ },
+ {
+ "city": "Merouana",
+ "lat": [
+ 35.433299999999996,
+ 35.8333
+ ],
+ "lon": [
+ 5.7166999999999994,
+ 6.1167
+ ]
+ },
+ {
+ "city": "A\u00efn Temouchent",
+ "lat": [
+ 35.099999999999994,
+ 35.5
+ ],
+ "lon": [
+ -1.3333,
+ -0.9333
+ ]
+ },
+ {
+ "city": "Cheria",
+ "lat": [
+ 35.0667,
+ 35.4667
+ ],
+ "lon": [
+ 7.55,
+ 7.95
+ ]
+ },
+ {
+ "city": "Tissemsilt",
+ "lat": [
+ 35.407799999999995,
+ 35.8078
+ ],
+ "lon": [
+ 1.6111,
+ 2.0111
+ ]
+ },
+ {
+ "city": "A\u00efn Oulmene",
+ "lat": [
+ 35.716699999999996,
+ 36.1167
+ ],
+ "lon": [
+ 5.1,
+ 5.5
+ ]
+ },
+ {
+ "city": "Tlemcen",
+ "lat": [
+ 34.6828,
+ 35.082800000000006
+ ],
+ "lon": [
+ -1.5167,
+ -1.1167
+ ]
+ },
+ {
+ "city": "Sig",
+ "lat": [
+ 35.327799999999996,
+ 35.7278
+ ],
+ "lon": [
+ -0.3861,
+ 0.013900000000000023
+ ]
+ },
+ {
+ "city": "Mila",
+ "lat": [
+ 36.250299999999996,
+ 36.6503
+ ],
+ "lon": [
+ 6.0644,
+ 6.4644
+ ]
+ },
+ {
+ "city": "Bouira",
+ "lat": [
+ 36.18,
+ 36.580000000000005
+ ],
+ "lon": [
+ 3.7014,
+ 4.1014
+ ]
+ },
+ {
+ "city": "Adrar",
+ "lat": [
+ 27.666700000000002,
+ 28.0667
+ ],
+ "lon": [
+ -0.4833,
+ -0.08329999999999999
+ ]
+ },
+ {
+ "city": "Ksar el Boukhari",
+ "lat": [
+ 35.685599999999994,
+ 36.0856
+ ],
+ "lon": [
+ 2.5507999999999997,
+ 2.9508
+ ]
+ },
+ {
+ "city": "Regha\u00efa",
+ "lat": [
+ 36.5631,
+ 36.963100000000004
+ ],
+ "lon": [
+ 3.1426,
+ 3.5426
+ ]
+ },
+ {
+ "city": "A\u00efn Defla",
+ "lat": [
+ 36.0652,
+ 36.4652
+ ],
+ "lon": [
+ 1.7703,
+ 2.1703
+ ]
+ },
+ {
+ "city": "Hadjout",
+ "lat": [
+ 36.3167,
+ 36.7167
+ ],
+ "lon": [
+ 2.2167,
+ 2.6167000000000002
+ ]
+ },
+ {
+ "city": "Mecheria",
+ "lat": [
+ 33.349999999999994,
+ 33.75
+ ],
+ "lon": [
+ -0.4833,
+ -0.08329999999999999
+ ]
+ },
+ {
+ "city": "Bordj Mena\u00efel",
+ "lat": [
+ 36.5417,
+ 36.941700000000004
+ ],
+ "lon": [
+ 3.5231,
+ 3.9231000000000003
+ ]
+ },
+ {
+ "city": "Oued Rhiou",
+ "lat": [
+ 35.7667,
+ 36.166700000000006
+ ],
+ "lon": [
+ 0.7166999999999999,
+ 1.1167
+ ]
+ },
+ {
+ "city": "Assi Bou Nif",
+ "lat": [
+ 35.5,
+ 35.900000000000006
+ ],
+ "lon": [
+ -0.7,
+ -0.3
+ ]
+ },
+ {
+ "city": "Ouled Djellal",
+ "lat": [
+ 34.216699999999996,
+ 34.6167
+ ],
+ "lon": [
+ 4.8667,
+ 5.2667
+ ]
+ },
+ {
+ "city": "Tighenif",
+ "lat": [
+ 35.216699999999996,
+ 35.6167
+ ],
+ "lon": [
+ 0.13329999999999997,
+ 0.5333
+ ]
+ },
+ {
+ "city": "Rouiba",
+ "lat": [
+ 36.5333,
+ 36.9333
+ ],
+ "lon": [
+ 3.0833,
+ 3.4833000000000003
+ ]
+ },
+ {
+ "city": "Kolea",
+ "lat": [
+ 36.440599999999996,
+ 36.8406
+ ],
+ "lon": [
+ 2.565,
+ 2.9650000000000003
+ ]
+ },
+ {
+ "city": "Baba Hassen",
+ "lat": [
+ 36.5,
+ 36.900000000000006
+ ],
+ "lon": [
+ 2.7666999999999997,
+ 3.1667
+ ]
+ },
+ {
+ "city": "Meskiana",
+ "lat": [
+ 35.433299999999996,
+ 35.8333
+ ],
+ "lon": [
+ 7.4666999999999994,
+ 7.8667
+ ]
+ },
+ {
+ "city": "A\u00efn Touta",
+ "lat": [
+ 35.183299999999996,
+ 35.5833
+ ],
+ "lon": [
+ 5.7,
+ 6.1000000000000005
+ ]
+ },
+ {
+ "city": "Lakhdaria",
+ "lat": [
+ 36.362199999999994,
+ 36.7622
+ ],
+ "lon": [
+ 3.3943999999999996,
+ 3.7944
+ ]
+ },
+ {
+ "city": "Sidi ech Chahmi",
+ "lat": [
+ 35.466699999999996,
+ 35.8667
+ ],
+ "lon": [
+ -0.7167000000000001,
+ -0.31670000000000004
+ ]
+ },
+ {
+ "city": "Rouissat",
+ "lat": [
+ 31.7167,
+ 32.1167
+ ],
+ "lon": [
+ 5.1499999999999995,
+ 5.55
+ ]
+ },
+ {
+ "city": "El Attaf",
+ "lat": [
+ 36.0167,
+ 36.416700000000006
+ ],
+ "lon": [
+ 1.4667000000000001,
+ 1.8667
+ ]
+ },
+ {
+ "city": "Boufarik",
+ "lat": [
+ 36.370599999999996,
+ 36.7706
+ ],
+ "lon": [
+ 2.7108,
+ 3.1108000000000002
+ ]
+ },
+ {
+ "city": "Azzaba",
+ "lat": [
+ 36.5333,
+ 36.9333
+ ],
+ "lon": [
+ 6.8999999999999995,
+ 7.3
+ ]
+ },
+ {
+ "city": "Chekfa",
+ "lat": [
+ 36.5667,
+ 36.9667
+ ],
+ "lon": [
+ 5.7667,
+ 6.1667000000000005
+ ]
+ },
+ {
+ "city": "Boudouaou",
+ "lat": [
+ 36.529999999999994,
+ 36.93
+ ],
+ "lon": [
+ 3.21,
+ 3.6100000000000003
+ ]
+ },
+ {
+ "city": "Oulad Ya\u00efch",
+ "lat": [
+ 36.3039,
+ 36.703900000000004
+ ],
+ "lon": [
+ 2.6618999999999997,
+ 3.0619
+ ]
+ },
+ {
+ "city": "Morsott",
+ "lat": [
+ 35.466699999999996,
+ 35.8667
+ ],
+ "lon": [
+ 7.8167,
+ 8.2167
+ ]
+ },
+ {
+ "city": "Frenda",
+ "lat": [
+ 34.866699999999994,
+ 35.2667
+ ],
+ "lon": [
+ 0.8500000000000001,
+ 1.25
+ ]
+ },
+ {
+ "city": "Ksar Chellala",
+ "lat": [
+ 35.0167,
+ 35.416700000000006
+ ],
+ "lon": [
+ 2.1167,
+ 2.5167
+ ]
+ },
+ {
+ "city": "Ouenza",
+ "lat": [
+ 35.75,
+ 36.150000000000006
+ ],
+ "lon": [
+ 7.9333,
+ 8.3333
+ ]
+ },
+ {
+ "city": "A\u00efn Sefra",
+ "lat": [
+ 32.55,
+ 32.95
+ ],
+ "lon": [
+ -0.7833000000000001,
+ -0.38330000000000003
+ ]
+ },
+ {
+ "city": "Akbou",
+ "lat": [
+ 36.2667,
+ 36.666700000000006
+ ],
+ "lon": [
+ 4.3332999999999995,
+ 4.7333
+ ]
+ },
+ {
+ "city": "Zeralda",
+ "lat": [
+ 36.5167,
+ 36.916700000000006
+ ],
+ "lon": [
+ 2.65,
+ 3.0500000000000003
+ ]
+ },
+ {
+ "city": "R\u00e2s el Oued",
+ "lat": [
+ 35.7497,
+ 36.1497
+ ],
+ "lon": [
+ 4.8358,
+ 5.2358
+ ]
+ },
+ {
+ "city": "Boukadir",
+ "lat": [
+ 35.866699999999994,
+ 36.2667
+ ],
+ "lon": [
+ 0.9333,
+ 1.3333
+ ]
+ },
+ {
+ "city": "\u2019A\u00efn Merane",
+ "lat": [
+ 35.962799999999994,
+ 36.3628
+ ],
+ "lon": [
+ 0.7706,
+ 1.1706
+ ]
+ },
+ {
+ "city": "Tamalous",
+ "lat": [
+ 36.6361,
+ 37.036100000000005
+ ],
+ "lon": [
+ 6.4417,
+ 6.8417
+ ]
+ },
+ {
+ "city": "Djamaa",
+ "lat": [
+ 33.333299999999994,
+ 33.7333
+ ],
+ "lon": [
+ 5.8,
+ 6.2
+ ]
+ },
+ {
+ "city": "Sour el Ghozlane",
+ "lat": [
+ 35.947199999999995,
+ 36.3472
+ ],
+ "lon": [
+ 3.4905999999999997,
+ 3.8906
+ ]
+ },
+ {
+ "city": "Saoula",
+ "lat": [
+ 36.5,
+ 36.900000000000006
+ ],
+ "lon": [
+ 2.8167,
+ 3.2167000000000003
+ ]
+ },
+ {
+ "city": "\u2019A\u00efn el Turk",
+ "lat": [
+ 35.5408,
+ 35.9408
+ ],
+ "lon": [
+ -0.9492,
+ -0.5491999999999999
+ ]
+ }
+ ],
+ "Somalia": [
+ {
+ "city": "Mogadishu",
+ "lat": [
+ 1.8392000000000002,
+ 2.2392000000000003
+ ],
+ "lon": [
+ 45.1419,
+ 45.541900000000005
+ ]
+ },
+ {
+ "city": "Hargeysa",
+ "lat": [
+ 9.360000000000001,
+ 9.76
+ ],
+ "lon": [
+ 43.864999999999995,
+ 44.265
+ ]
+ },
+ {
+ "city": "Baidoa",
+ "lat": [
+ 2.9166999999999996,
+ 3.3167
+ ],
+ "lon": [
+ 43.449999999999996,
+ 43.85
+ ]
+ },
+ {
+ "city": "Baardheere",
+ "lat": [
+ 2.1447,
+ 2.5447
+ ],
+ "lon": [
+ 42.0764,
+ 42.476400000000005
+ ]
+ },
+ {
+ "city": "Gaalkacyo",
+ "lat": [
+ 6.5697,
+ 6.9697000000000005
+ ],
+ "lon": [
+ 47.230799999999995,
+ 47.6308
+ ]
+ },
+ {
+ "city": "Boosaaso",
+ "lat": [
+ 11.08,
+ 11.479999999999999
+ ],
+ "lon": [
+ 48.98,
+ 49.38
+ ]
+ },
+ {
+ "city": "Cadaado",
+ "lat": [
+ 5.9393,
+ 6.339300000000001
+ ],
+ "lon": [
+ 46.424099999999996,
+ 46.8241
+ ]
+ },
+ {
+ "city": "Garoowe",
+ "lat": [
+ 8.200000000000001,
+ 8.6
+ ],
+ "lon": [
+ 48.2833,
+ 48.6833
+ ]
+ },
+ {
+ "city": "Berbera",
+ "lat": [
+ 10.239600000000001,
+ 10.6396
+ ],
+ "lon": [
+ 44.814299999999996,
+ 45.2143
+ ]
+ },
+ {
+ "city": "Burco",
+ "lat": [
+ 9.3221,
+ 9.7221
+ ],
+ "lon": [
+ 45.3336,
+ 45.7336
+ ]
+ },
+ {
+ "city": "Ceel Baraf",
+ "lat": [
+ 3.0071999999999997,
+ 3.4072
+ ],
+ "lon": [
+ 45.5593,
+ 45.959300000000006
+ ]
+ },
+ {
+ "city": "Qardho",
+ "lat": [
+ 9.300400000000002,
+ 9.7004
+ ],
+ "lon": [
+ 48.965999999999994,
+ 49.366
+ ]
+ },
+ {
+ "city": "Buurhakaba",
+ "lat": [
+ 2.5837,
+ 2.9837000000000002
+ ],
+ "lon": [
+ 43.8833,
+ 44.283300000000004
+ ]
+ },
+ {
+ "city": "Marka",
+ "lat": [
+ 1.5156,
+ 1.9156
+ ],
+ "lon": [
+ 44.570299999999996,
+ 44.9703
+ ]
+ },
+ {
+ "city": "Kismaayo",
+ "lat": [
+ -0.5603,
+ -0.1603
+ ],
+ "lon": [
+ 42.3489,
+ 42.748900000000006
+ ]
+ },
+ {
+ "city": "Luuq",
+ "lat": [
+ 3.6005,
+ 4.0005
+ ],
+ "lon": [
+ 42.349999999999994,
+ 42.75
+ ]
+ },
+ {
+ "city": "Jamaame",
+ "lat": [
+ -0.12780000000000002,
+ 0.2722
+ ],
+ "lon": [
+ 42.550599999999996,
+ 42.9506
+ ]
+ },
+ {
+ "city": "Jilib",
+ "lat": [
+ 0.2883,
+ 0.6883
+ ],
+ "lon": [
+ 42.5853,
+ 42.9853
+ ]
+ },
+ {
+ "city": "Aw Dheegle",
+ "lat": [
+ 1.7775,
+ 2.1775
+ ],
+ "lon": [
+ 44.6325,
+ 45.032500000000006
+ ]
+ },
+ {
+ "city": "Bu\u2019aale",
+ "lat": [
+ 0.8833,
+ 1.2832999999999999
+ ],
+ "lon": [
+ 42.3833,
+ 42.783300000000004
+ ]
+ },
+ {
+ "city": "Jawhar",
+ "lat": [
+ 2.5833,
+ 2.9833000000000003
+ ],
+ "lon": [
+ 45.3,
+ 45.7
+ ]
+ },
+ {
+ "city": "Afmadow",
+ "lat": [
+ 0.31270000000000003,
+ 0.7127000000000001
+ ],
+ "lon": [
+ 41.879599999999996,
+ 42.2796
+ ]
+ },
+ {
+ "city": "Barwaaqo",
+ "lat": [
+ 3.2832,
+ 3.6832000000000003
+ ],
+ "lon": [
+ 41.986799999999995,
+ 42.3868
+ ]
+ },
+ {
+ "city": "Caracase",
+ "lat": [
+ 3.5532,
+ 3.9532000000000003
+ ],
+ "lon": [
+ 42.3441,
+ 42.7441
+ ]
+ },
+ {
+ "city": "Xuddur",
+ "lat": [
+ 3.92,
+ 4.32
+ ],
+ "lon": [
+ 43.687799999999996,
+ 44.0878
+ ]
+ },
+ {
+ "city": "Ufeyn",
+ "lat": [
+ 10.4524,
+ 10.8524
+ ],
+ "lon": [
+ 49.5537,
+ 49.953700000000005
+ ]
+ },
+ {
+ "city": "Afgooye",
+ "lat": [
+ 1.9381000000000002,
+ 2.3381000000000003
+ ],
+ "lon": [
+ 44.9212,
+ 45.321200000000005
+ ]
+ },
+ {
+ "city": "Wisil",
+ "lat": [
+ 5.2280999999999995,
+ 5.6281
+ ],
+ "lon": [
+ 47.9201,
+ 48.320100000000004
+ ]
+ },
+ {
+ "city": "Badhan",
+ "lat": [
+ 10.5142,
+ 10.9142
+ ],
+ "lon": [
+ 48.1359,
+ 48.535900000000005
+ ]
+ },
+ {
+ "city": "Xarardheere",
+ "lat": [
+ 4.4544,
+ 4.8544
+ ],
+ "lon": [
+ 47.6575,
+ 48.057500000000005
+ ]
+ },
+ {
+ "city": "Beledweyne",
+ "lat": [
+ 4.536,
+ 4.936
+ ],
+ "lon": [
+ 45.004,
+ 45.404
+ ]
+ },
+ {
+ "city": "Qoryooley",
+ "lat": [
+ 1.5878,
+ 1.9878
+ ],
+ "lon": [
+ 44.33,
+ 44.730000000000004
+ ]
+ },
+ {
+ "city": "Qoorlugud",
+ "lat": [
+ 8.3533,
+ 8.7533
+ ],
+ "lon": [
+ 46.0256,
+ 46.4256
+ ]
+ },
+ {
+ "city": "Buqda Caqable",
+ "lat": [
+ 3.8601,
+ 4.2601
+ ],
+ "lon": [
+ 45.0577,
+ 45.4577
+ ]
+ },
+ {
+ "city": "Oodweyne",
+ "lat": [
+ 9.209200000000001,
+ 9.6092
+ ],
+ "lon": [
+ 44.864,
+ 45.264
+ ]
+ },
+ {
+ "city": "Bura",
+ "lat": [
+ 2.9722,
+ 3.3722000000000003
+ ],
+ "lon": [
+ 41.9411,
+ 42.341100000000004
+ ]
+ },
+ {
+ "city": "Bilis Qooqaani",
+ "lat": [
+ 0.0837,
+ 0.4837
+ ],
+ "lon": [
+ 41.5141,
+ 41.914100000000005
+ ]
+ },
+ {
+ "city": "Bacaadweyn",
+ "lat": [
+ 6.9919,
+ 7.391900000000001
+ ],
+ "lon": [
+ 47.3261,
+ 47.7261
+ ]
+ },
+ {
+ "city": "Godinlabe",
+ "lat": [
+ 5.6794,
+ 6.079400000000001
+ ],
+ "lon": [
+ 46.4308,
+ 46.8308
+ ]
+ },
+ {
+ "city": "Ceel Dheere",
+ "lat": [
+ 5.1686,
+ 5.5686
+ ],
+ "lon": [
+ 45.991299999999995,
+ 46.3913
+ ]
+ }
+ ],
+ "Zambia": [
+ {
+ "city": "Lusaka",
+ "lat": [
+ -15.6167,
+ -15.216700000000001
+ ],
+ "lon": [
+ 28.0833,
+ 28.4833
+ ]
+ },
+ {
+ "city": "Kitwe",
+ "lat": [
+ -13.0167,
+ -12.616700000000002
+ ],
+ "lon": [
+ 28.0,
+ 28.4
+ ]
+ },
+ {
+ "city": "Ndola",
+ "lat": [
+ -13.168899999999999,
+ -12.7689
+ ],
+ "lon": [
+ 28.4325,
+ 28.8325
+ ]
+ },
+ {
+ "city": "Chipata",
+ "lat": [
+ -13.8453,
+ -13.445300000000001
+ ],
+ "lon": [
+ 32.4464,
+ 32.8464
+ ]
+ },
+ {
+ "city": "Kabwe",
+ "lat": [
+ -14.633299999999998,
+ -14.2333
+ ],
+ "lon": [
+ 28.25,
+ 28.65
+ ]
+ },
+ {
+ "city": "Chingola",
+ "lat": [
+ -12.7333,
+ -12.333300000000001
+ ],
+ "lon": [
+ 27.650000000000002,
+ 28.05
+ ]
+ },
+ {
+ "city": "Kafue",
+ "lat": [
+ -15.9667,
+ -15.5667
+ ],
+ "lon": [
+ 27.9833,
+ 28.3833
+ ]
+ },
+ {
+ "city": "Mongu",
+ "lat": [
+ -15.4775,
+ -15.0775
+ ],
+ "lon": [
+ 22.931900000000002,
+ 23.3319
+ ]
+ },
+ {
+ "city": "Luanshya",
+ "lat": [
+ -13.3333,
+ -12.933300000000001
+ ],
+ "lon": [
+ 28.2,
+ 28.599999999999998
+ ]
+ },
+ {
+ "city": "Mufulira",
+ "lat": [
+ -12.7356,
+ -12.335600000000001
+ ],
+ "lon": [
+ 28.041900000000002,
+ 28.4419
+ ]
+ },
+ {
+ "city": "Kashikishi",
+ "lat": [
+ -9.5,
+ -9.100000000000001
+ ],
+ "lon": [
+ 28.5167,
+ 28.9167
+ ]
+ },
+ {
+ "city": "Nchelenge",
+ "lat": [
+ -9.5533,
+ -9.153300000000002
+ ],
+ "lon": [
+ 28.540300000000002,
+ 28.9403
+ ]
+ },
+ {
+ "city": "Livingstone",
+ "lat": [
+ -18.05,
+ -17.650000000000002
+ ],
+ "lon": [
+ 25.666700000000002,
+ 26.0667
+ ]
+ },
+ {
+ "city": "Mansa",
+ "lat": [
+ -11.399999999999999,
+ -11.0
+ ],
+ "lon": [
+ 28.6833,
+ 29.083299999999998
+ ]
+ },
+ {
+ "city": "Bwana Mkubwa",
+ "lat": [
+ -13.1833,
+ -12.7833
+ ],
+ "lon": [
+ 28.5,
+ 28.9
+ ]
+ },
+ {
+ "city": "Kasempa",
+ "lat": [
+ -13.655,
+ -13.255
+ ],
+ "lon": [
+ 25.635,
+ 26.035
+ ]
+ },
+ {
+ "city": "Kasama",
+ "lat": [
+ -10.4117,
+ -10.011700000000001
+ ],
+ "lon": [
+ 30.9783,
+ 31.3783
+ ]
+ },
+ {
+ "city": "Mporokoso",
+ "lat": [
+ -9.5833,
+ -9.183300000000001
+ ],
+ "lon": [
+ 29.900000000000002,
+ 30.3
+ ]
+ },
+ {
+ "city": "Solwezi",
+ "lat": [
+ -12.3433,
+ -11.9433
+ ],
+ "lon": [
+ 26.1858,
+ 26.5858
+ ]
+ },
+ {
+ "city": "Chililabombwe",
+ "lat": [
+ -12.566699999999999,
+ -12.1667
+ ],
+ "lon": [
+ 27.6278,
+ 28.0278
+ ]
+ },
+ {
+ "city": "Chirundu",
+ "lat": [
+ -16.25,
+ -15.850000000000001
+ ],
+ "lon": [
+ 28.633300000000002,
+ 29.0333
+ ]
+ },
+ {
+ "city": "Mazabuka",
+ "lat": [
+ -16.0467,
+ -15.646700000000001
+ ],
+ "lon": [
+ 27.5475,
+ 27.947499999999998
+ ]
+ },
+ {
+ "city": "Choma",
+ "lat": [
+ -16.9711,
+ -16.5711
+ ],
+ "lon": [
+ 26.7922,
+ 27.1922
+ ]
+ }
+ ],
+ "Uganda": [
+ {
+ "city": "Kampala",
+ "lat": [
+ 0.11359999999999998,
+ 0.5136000000000001
+ ],
+ "lon": [
+ 32.381099999999996,
+ 32.7811
+ ]
+ },
+ {
+ "city": "Nansana",
+ "lat": [
+ 0.1639,
+ 0.5639000000000001
+ ],
+ "lon": [
+ 32.328599999999994,
+ 32.7286
+ ]
+ },
+ {
+ "city": "Jinja",
+ "lat": [
+ 0.2233,
+ 0.6233
+ ],
+ "lon": [
+ 33.003899999999994,
+ 33.4039
+ ]
+ },
+ {
+ "city": "Masaka",
+ "lat": [
+ -0.5411,
+ -0.1411
+ ],
+ "lon": [
+ 31.5361,
+ 31.9361
+ ]
+ },
+ {
+ "city": "Kasangati",
+ "lat": [
+ 0.2378,
+ 0.6378
+ ],
+ "lon": [
+ 32.402499999999996,
+ 32.8025
+ ]
+ },
+ {
+ "city": "Mbarara",
+ "lat": [
+ -0.8132999999999999,
+ -0.41329999999999995
+ ],
+ "lon": [
+ 30.4583,
+ 30.8583
+ ]
+ },
+ {
+ "city": "Njeru",
+ "lat": [
+ 0.23109999999999997,
+ 0.6311
+ ],
+ "lon": [
+ 32.947799999999994,
+ 33.3478
+ ]
+ },
+ {
+ "city": "Mukono",
+ "lat": [
+ 0.1533,
+ 0.5533
+ ],
+ "lon": [
+ 32.555299999999995,
+ 32.9553
+ ]
+ },
+ {
+ "city": "Gulu",
+ "lat": [
+ 2.5816999999999997,
+ 2.9817
+ ],
+ "lon": [
+ 32.099199999999996,
+ 32.4992
+ ]
+ },
+ {
+ "city": "Hoima",
+ "lat": [
+ 1.2319,
+ 1.6319
+ ],
+ "lon": [
+ 31.1525,
+ 31.5525
+ ]
+ },
+ {
+ "city": "Kasese",
+ "lat": [
+ -0.013300000000000006,
+ 0.38670000000000004
+ ],
+ "lon": [
+ 29.8881,
+ 30.2881
+ ]
+ },
+ {
+ "city": "Lugazi",
+ "lat": [
+ 0.18329999999999996,
+ 0.5832999999999999
+ ],
+ "lon": [
+ 32.724199999999996,
+ 33.1242
+ ]
+ },
+ {
+ "city": "Masindi",
+ "lat": [
+ 1.4836,
+ 1.8836
+ ],
+ "lon": [
+ 31.5222,
+ 31.9222
+ ]
+ },
+ {
+ "city": "Mityana",
+ "lat": [
+ 0.2006,
+ 0.6006
+ ],
+ "lon": [
+ 31.842200000000002,
+ 32.242200000000004
+ ]
+ },
+ {
+ "city": "Mubende",
+ "lat": [
+ 0.3575,
+ 0.7575000000000001
+ ],
+ "lon": [
+ 31.195,
+ 31.595
+ ]
+ },
+ {
+ "city": "Lira",
+ "lat": [
+ 2.0471999999999997,
+ 2.4472
+ ],
+ "lon": [
+ 32.699999999999996,
+ 33.1
+ ]
+ },
+ {
+ "city": "Mbale",
+ "lat": [
+ 0.8806,
+ 1.2806
+ ],
+ "lon": [
+ 33.974999999999994,
+ 34.375
+ ]
+ },
+ {
+ "city": "Wakiso",
+ "lat": [
+ 0.1981,
+ 0.5981000000000001
+ ],
+ "lon": [
+ 32.278099999999995,
+ 32.6781
+ ]
+ },
+ {
+ "city": "Entebbe",
+ "lat": [
+ -0.15000000000000002,
+ 0.25
+ ],
+ "lon": [
+ 32.26,
+ 32.660000000000004
+ ]
+ },
+ {
+ "city": "Kireka",
+ "lat": [
+ 0.1467,
+ 0.5467
+ ],
+ "lon": [
+ 32.3,
+ 32.7
+ ]
+ },
+ {
+ "city": "Kamuli",
+ "lat": [
+ 0.7449999999999999,
+ 1.145
+ ],
+ "lon": [
+ 32.925,
+ 33.325
+ ]
+ },
+ {
+ "city": "Apac",
+ "lat": [
+ 1.7850000000000001,
+ 2.185
+ ],
+ "lon": [
+ 32.334999999999994,
+ 32.735
+ ]
+ },
+ {
+ "city": "Busia",
+ "lat": [
+ 0.26689999999999997,
+ 0.6669
+ ],
+ "lon": [
+ 33.89,
+ 34.290000000000006
+ ]
+ },
+ {
+ "city": "Arua",
+ "lat": [
+ 2.8352999999999997,
+ 3.2353
+ ],
+ "lon": [
+ 30.7108,
+ 31.110799999999998
+ ]
+ },
+ {
+ "city": "Soroti",
+ "lat": [
+ 1.5150000000000001,
+ 1.915
+ ],
+ "lon": [
+ 33.4111,
+ 33.8111
+ ]
+ },
+ {
+ "city": "Fort Portal",
+ "lat": [
+ 0.45439999999999997,
+ 0.8544
+ ],
+ "lon": [
+ 30.0744,
+ 30.4744
+ ]
+ },
+ {
+ "city": "Mpondwe",
+ "lat": [
+ -0.16,
+ 0.24000000000000002
+ ],
+ "lon": [
+ 29.525000000000002,
+ 29.925
+ ]
+ },
+ {
+ "city": "Nyenga",
+ "lat": [
+ 0.18,
+ 0.5800000000000001
+ ],
+ "lon": [
+ 32.949999999999996,
+ 33.35
+ ]
+ },
+ {
+ "city": "Iganga",
+ "lat": [
+ 0.415,
+ 0.815
+ ],
+ "lon": [
+ 33.285,
+ 33.685
+ ]
+ },
+ {
+ "city": "Kabale",
+ "lat": [
+ -1.45,
+ -1.05
+ ],
+ "lon": [
+ 29.79,
+ 30.189999999999998
+ ]
+ },
+ {
+ "city": "Kyaliwajjala",
+ "lat": [
+ 0.18,
+ 0.5800000000000001
+ ],
+ "lon": [
+ 32.4467,
+ 32.846700000000006
+ ]
+ }
+ ],
+ "Guinea": [
+ {
+ "city": "Conakry",
+ "lat": [
+ 9.3092,
+ 9.7092
+ ],
+ "lon": [
+ -13.912199999999999,
+ -13.5122
+ ]
+ },
+ {
+ "city": "Mamou",
+ "lat": [
+ 10.183300000000001,
+ 10.5833
+ ],
+ "lon": [
+ -12.283299999999999,
+ -11.8833
+ ]
+ },
+ {
+ "city": "N\u2019Z\u00e9r\u00e9kor\u00e9",
+ "lat": [
+ 7.5522,
+ 7.9522
+ ],
+ "lon": [
+ -9.0217,
+ -8.6217
+ ]
+ },
+ {
+ "city": "Gu\u00e9ck\u00e9dou",
+ "lat": [
+ 8.366700000000002,
+ 8.7667
+ ],
+ "lon": [
+ -10.3333,
+ -9.933300000000001
+ ]
+ },
+ {
+ "city": "Kankan",
+ "lat": [
+ 10.183300000000001,
+ 10.5833
+ ],
+ "lon": [
+ -9.5,
+ -9.100000000000001
+ ]
+ },
+ {
+ "city": "Siguiri",
+ "lat": [
+ 11.216700000000001,
+ 11.6167
+ ],
+ "lon": [
+ -9.3667,
+ -8.966700000000001
+ ]
+ },
+ {
+ "city": "Kindia",
+ "lat": [
+ 9.8497,
+ 10.249699999999999
+ ],
+ "lon": [
+ -13.0542,
+ -12.654200000000001
+ ]
+ },
+ {
+ "city": "Bok\u00e9",
+ "lat": [
+ 10.74,
+ 11.139999999999999
+ ],
+ "lon": [
+ -14.5,
+ -14.100000000000001
+ ]
+ },
+ {
+ "city": "Lab\u00e9",
+ "lat": [
+ 11.116700000000002,
+ 11.5167
+ ],
+ "lon": [
+ -12.4833,
+ -12.083300000000001
+ ]
+ },
+ {
+ "city": "Faranah",
+ "lat": [
+ 9.833300000000001,
+ 10.2333
+ ],
+ "lon": [
+ -10.9333,
+ -10.5333
+ ]
+ },
+ {
+ "city": "Kamsar",
+ "lat": [
+ 10.450000000000001,
+ 10.85
+ ],
+ "lon": [
+ -14.816699999999999,
+ -14.4167
+ ]
+ },
+ {
+ "city": "Kissidougou",
+ "lat": [
+ 8.9905,
+ 9.3905
+ ],
+ "lon": [
+ -10.319999999999999,
+ -9.92
+ ]
+ }
+ ],
+ "Zimbabwe": [
+ {
+ "city": "Harare",
+ "lat": [
+ -18.0292,
+ -17.6292
+ ],
+ "lon": [
+ 30.8522,
+ 31.2522
+ ]
+ },
+ {
+ "city": "Bulawayo",
+ "lat": [
+ -20.37,
+ -19.970000000000002
+ ],
+ "lon": [
+ 28.38,
+ 28.779999999999998
+ ]
+ },
+ {
+ "city": "Chitungwiza",
+ "lat": [
+ -18.1939,
+ -17.7939
+ ],
+ "lon": [
+ 30.848100000000002,
+ 31.2481
+ ]
+ },
+ {
+ "city": "Mutare",
+ "lat": [
+ -19.1667,
+ -18.7667
+ ],
+ "lon": [
+ 32.433299999999996,
+ 32.8333
+ ]
+ },
+ {
+ "city": "Gweru",
+ "lat": [
+ -19.6614,
+ -19.261400000000002
+ ],
+ "lon": [
+ 29.6022,
+ 30.0022
+ ]
+ },
+ {
+ "city": "Kwekwe",
+ "lat": [
+ -19.116699999999998,
+ -18.7167
+ ],
+ "lon": [
+ 29.6167,
+ 30.0167
+ ]
+ },
+ {
+ "city": "Kadoma",
+ "lat": [
+ -18.54,
+ -18.14
+ ],
+ "lon": [
+ 29.7,
+ 30.099999999999998
+ ]
+ },
+ {
+ "city": "Nkayi",
+ "lat": [
+ -19.2,
+ -18.8
+ ],
+ "lon": [
+ 28.7,
+ 29.099999999999998
+ ]
+ },
+ {
+ "city": "Ruwa",
+ "lat": [
+ -18.0897,
+ -17.689700000000002
+ ],
+ "lon": [
+ 31.044700000000002,
+ 31.4447
+ ]
+ },
+ {
+ "city": "Chinhoyi",
+ "lat": [
+ -17.549699999999998,
+ -17.1497
+ ],
+ "lon": [
+ 29.994400000000002,
+ 30.3944
+ ]
+ },
+ {
+ "city": "Masvingo",
+ "lat": [
+ -20.2744,
+ -19.8744
+ ],
+ "lon": [
+ 30.6328,
+ 31.032799999999998
+ ]
+ },
+ {
+ "city": "Norton",
+ "lat": [
+ -18.083299999999998,
+ -17.6833
+ ],
+ "lon": [
+ 30.5,
+ 30.9
+ ]
+ },
+ {
+ "city": "Marondera",
+ "lat": [
+ -18.389699999999998,
+ -17.9897
+ ],
+ "lon": [
+ 31.346700000000002,
+ 31.7467
+ ]
+ },
+ {
+ "city": "Chegutu",
+ "lat": [
+ -18.34,
+ -17.94
+ ],
+ "lon": [
+ 29.95,
+ 30.349999999999998
+ ]
+ },
+ {
+ "city": "Zvishavane",
+ "lat": [
+ -20.5333,
+ -20.133300000000002
+ ],
+ "lon": [
+ 29.8333,
+ 30.2333
+ ]
+ },
+ {
+ "city": "Beitbridge",
+ "lat": [
+ -22.4167,
+ -22.0167
+ ],
+ "lon": [
+ 29.8,
+ 30.2
+ ]
+ },
+ {
+ "city": "Bindura",
+ "lat": [
+ -17.5,
+ -17.1
+ ],
+ "lon": [
+ 31.133300000000002,
+ 31.5333
+ ]
+ },
+ {
+ "city": "Sakubva",
+ "lat": [
+ -19.1833,
+ -18.7833
+ ],
+ "lon": [
+ 32.449999999999996,
+ 32.85
+ ]
+ }
+ ],
+ "Togo": [
+ {
+ "city": "Lom\u00e9",
+ "lat": [
+ 5.9308,
+ 6.3308
+ ],
+ "lon": [
+ 1.0153,
+ 1.4153
+ ]
+ },
+ {
+ "city": "Sokod\u00e9",
+ "lat": [
+ 8.7833,
+ 9.1833
+ ],
+ "lon": [
+ 0.9333,
+ 1.3333
+ ]
+ },
+ {
+ "city": "Atakpam\u00e9",
+ "lat": [
+ 7.3269,
+ 7.7269000000000005
+ ],
+ "lon": [
+ 0.9267000000000001,
+ 1.3267
+ ]
+ },
+ {
+ "city": "Kpalim\u00e9",
+ "lat": [
+ 6.7,
+ 7.1000000000000005
+ ],
+ "lon": [
+ 0.43329999999999996,
+ 0.8332999999999999
+ ]
+ },
+ {
+ "city": "Dapaong",
+ "lat": [
+ 10.6667,
+ 11.066699999999999
+ ],
+ "lon": [
+ 0.0,
+ 0.4
+ ]
+ },
+ {
+ "city": "Ts\u00e9vi\u00e9",
+ "lat": [
+ 6.2333,
+ 6.6333
+ ],
+ "lon": [
+ 1.0167,
+ 1.4166999999999998
+ ]
+ }
+ ],
+ "Niger": [
+ {
+ "city": "Niamey",
+ "lat": [
+ 13.315000000000001,
+ 13.715
+ ],
+ "lon": [
+ 1.9175000000000002,
+ 2.3175000000000003
+ ]
+ },
+ {
+ "city": "Maradi",
+ "lat": [
+ 13.301,
+ 13.700999999999999
+ ],
+ "lon": [
+ 6.9036,
+ 7.3036
+ ]
+ },
+ {
+ "city": "Zinder",
+ "lat": [
+ 13.6014,
+ 14.001399999999999
+ ],
+ "lon": [
+ 8.7849,
+ 9.184899999999999
+ ]
+ },
+ {
+ "city": "Tahoua",
+ "lat": [
+ 14.700000000000001,
+ 15.1
+ ],
+ "lon": [
+ 5.0599,
+ 5.4599
+ ]
+ },
+ {
+ "city": "Agadez",
+ "lat": [
+ 16.7959,
+ 17.195899999999998
+ ],
+ "lon": [
+ 7.7828,
+ 8.1828
+ ]
+ },
+ {
+ "city": "Sabara Bangou",
+ "lat": [
+ 14.9197,
+ 15.3197
+ ],
+ "lon": [
+ 1.8006,
+ 2.2006
+ ]
+ },
+ {
+ "city": "Arlit",
+ "lat": [
+ 18.5333,
+ 18.9333
+ ],
+ "lon": [
+ 7.1833,
+ 7.5833
+ ]
+ },
+ {
+ "city": "Birnin Konni",
+ "lat": [
+ 13.5904,
+ 13.9904
+ ],
+ "lon": [
+ 5.0599,
+ 5.4599
+ ]
+ },
+ {
+ "city": "Matamey",
+ "lat": [
+ 13.2231,
+ 13.623099999999999
+ ],
+ "lon": [
+ 8.2748,
+ 8.6748
+ ]
+ },
+ {
+ "city": "Dosso",
+ "lat": [
+ 12.8505,
+ 13.250499999999999
+ ],
+ "lon": [
+ 3.0080999999999998,
+ 3.4081
+ ]
+ }
+ ],
+ "Senegal": [
+ {
+ "city": "Dakar",
+ "lat": [
+ 14.4726,
+ 14.872599999999998
+ ],
+ "lon": [
+ -17.631999999999998,
+ -17.232
+ ]
+ },
+ {
+ "city": "Pikine",
+ "lat": [
+ 14.544,
+ 14.943999999999999
+ ],
+ "lon": [
+ -17.6021,
+ -17.2021
+ ]
+ },
+ {
+ "city": "Touba",
+ "lat": [
+ 14.6667,
+ 15.066699999999999
+ ],
+ "lon": [
+ -16.0833,
+ -15.683300000000001
+ ]
+ },
+ {
+ "city": "Gu\u00e9diawaye",
+ "lat": [
+ 14.5724,
+ 14.972399999999999
+ ],
+ "lon": [
+ -17.5884,
+ -17.1884
+ ]
+ },
+ {
+ "city": "Rufisque",
+ "lat": [
+ 14.514000000000001,
+ 14.914
+ ],
+ "lon": [
+ -17.4723,
+ -17.072300000000002
+ ]
+ },
+ {
+ "city": "Mbour",
+ "lat": [
+ 14.2104,
+ 14.610399999999998
+ ],
+ "lon": [
+ -17.1649,
+ -16.7649
+ ]
+ },
+ {
+ "city": "Kaolack",
+ "lat": [
+ 13.9389,
+ 14.338899999999999
+ ],
+ "lon": [
+ -16.2764,
+ -15.8764
+ ]
+ },
+ {
+ "city": "Saint-Louis",
+ "lat": [
+ 15.833300000000001,
+ 16.2333
+ ],
+ "lon": [
+ -16.7,
+ -16.3
+ ]
+ },
+ {
+ "city": "Thi\u00e8s",
+ "lat": [
+ 14.591600000000001,
+ 14.9916
+ ],
+ "lon": [
+ -17.1249,
+ -16.7249
+ ]
+ },
+ {
+ "city": "Diourbel",
+ "lat": [
+ 14.455,
+ 14.854999999999999
+ ],
+ "lon": [
+ -16.4314,
+ -16.0314
+ ]
+ },
+ {
+ "city": "Richard-Toll",
+ "lat": [
+ 16.2661,
+ 16.6661
+ ],
+ "lon": [
+ -15.8933,
+ -15.493300000000001
+ ]
+ },
+ {
+ "city": "Louga",
+ "lat": [
+ 15.4167,
+ 15.816699999999999
+ ],
+ "lon": [
+ -16.4167,
+ -16.0167
+ ]
+ },
+ {
+ "city": "Tambacounda",
+ "lat": [
+ 13.568900000000001,
+ 13.9689
+ ],
+ "lon": [
+ -13.867199999999999,
+ -13.4672
+ ]
+ },
+ {
+ "city": "Ziguinchor",
+ "lat": [
+ 12.3861,
+ 12.7861
+ ],
+ "lon": [
+ -16.4707,
+ -16.070700000000002
+ ]
+ },
+ {
+ "city": "Tivaouane",
+ "lat": [
+ 14.7543,
+ 15.1543
+ ],
+ "lon": [
+ -17.013199999999998,
+ -16.6132
+ ]
+ },
+ {
+ "city": "Mbak\u00e9",
+ "lat": [
+ 14.590300000000001,
+ 14.9903
+ ],
+ "lon": [
+ -16.1078,
+ -15.7078
+ ]
+ },
+ {
+ "city": "Kolda",
+ "lat": [
+ 12.6958,
+ 13.095799999999999
+ ],
+ "lon": [
+ -15.140799999999999,
+ -14.7408
+ ]
+ },
+ {
+ "city": "Malikounda",
+ "lat": [
+ 14.272400000000001,
+ 14.6724
+ ],
+ "lon": [
+ -17.1459,
+ -16.745900000000002
+ ]
+ }
+ ],
+ "Madagascar": [
+ {
+ "city": "Antananarivo",
+ "lat": [
+ -19.11,
+ -18.71
+ ],
+ "lon": [
+ 47.324999999999996,
+ 47.725
+ ]
+ },
+ {
+ "city": "Betsiboka",
+ "lat": [
+ -17.0667,
+ -16.666700000000002
+ ],
+ "lon": [
+ 46.75,
+ 47.150000000000006
+ ]
+ },
+ {
+ "city": "Antsirabe",
+ "lat": [
+ -20.0667,
+ -19.666700000000002
+ ],
+ "lon": [
+ 46.833299999999994,
+ 47.2333
+ ]
+ },
+ {
+ "city": "Mahajanga",
+ "lat": [
+ -15.87,
+ -15.47
+ ],
+ "lon": [
+ 46.144999999999996,
+ 46.545
+ ]
+ },
+ {
+ "city": "Toamasina",
+ "lat": [
+ -18.355,
+ -17.955000000000002
+ ],
+ "lon": [
+ 49.209999999999994,
+ 49.61
+ ]
+ },
+ {
+ "city": "Fianarantsoa",
+ "lat": [
+ -21.6333,
+ -21.2333
+ ],
+ "lon": [
+ 46.8833,
+ 47.283300000000004
+ ]
+ },
+ {
+ "city": "Toliara",
+ "lat": [
+ -23.55,
+ -23.150000000000002
+ ],
+ "lon": [
+ 43.466699999999996,
+ 43.8667
+ ]
+ },
+ {
+ "city": "Antsiranana",
+ "lat": [
+ -12.4765,
+ -12.076500000000001
+ ],
+ "lon": [
+ 49.1115,
+ 49.511500000000005
+ ]
+ },
+ {
+ "city": "Ambovombe",
+ "lat": [
+ -25.3754,
+ -24.9754
+ ],
+ "lon": [
+ 45.8882,
+ 46.2882
+ ]
+ },
+ {
+ "city": "Ambohimangakely",
+ "lat": [
+ -19.0998,
+ -18.6998
+ ],
+ "lon": [
+ 47.3931,
+ 47.7931
+ ]
+ },
+ {
+ "city": "Sambava",
+ "lat": [
+ -14.466199999999999,
+ -14.0662
+ ],
+ "lon": [
+ 49.9666,
+ 50.366600000000005
+ ]
+ },
+ {
+ "city": "Antehiroka",
+ "lat": [
+ -19.0492,
+ -18.6492
+ ],
+ "lon": [
+ 47.282799999999995,
+ 47.6828
+ ]
+ },
+ {
+ "city": "Belo Tsiribihina",
+ "lat": [
+ -19.9016,
+ -19.5016
+ ],
+ "lon": [
+ 44.3465,
+ 44.746500000000005
+ ]
+ },
+ {
+ "city": "Imerintsiatosika",
+ "lat": [
+ -19.1804,
+ -18.7804
+ ],
+ "lon": [
+ 47.128499999999995,
+ 47.5285
+ ]
+ },
+ {
+ "city": "Antalaha",
+ "lat": [
+ -15.0833,
+ -14.683300000000001
+ ],
+ "lon": [
+ 50.083299999999994,
+ 50.4833
+ ]
+ },
+ {
+ "city": "Ankazoabokely",
+ "lat": [
+ -21.7031,
+ -21.3031
+ ],
+ "lon": [
+ 45.011199999999995,
+ 45.4112
+ ]
+ },
+ {
+ "city": "T\u00f4lan\u0308aro",
+ "lat": [
+ -25.232499999999998,
+ -24.8325
+ ],
+ "lon": [
+ 46.7833,
+ 47.1833
+ ]
+ },
+ {
+ "city": "Madirovalo",
+ "lat": [
+ -16.6416,
+ -16.241600000000002
+ ],
+ "lon": [
+ 46.3456,
+ 46.7456
+ ]
+ },
+ {
+ "city": "Ambilobe",
+ "lat": [
+ -13.3873,
+ -12.987300000000001
+ ],
+ "lon": [
+ 48.852399999999996,
+ 49.2524
+ ]
+ },
+ {
+ "city": "Analavory",
+ "lat": [
+ -19.1741,
+ -18.7741
+ ],
+ "lon": [
+ 46.519,
+ 46.919000000000004
+ ]
+ },
+ {
+ "city": "Ambanja",
+ "lat": [
+ -13.878599999999999,
+ -13.4786
+ ],
+ "lon": [
+ 48.252199999999995,
+ 48.6522
+ ]
+ },
+ {
+ "city": "Andoharanofotsy",
+ "lat": [
+ -19.1851,
+ -18.7851
+ ],
+ "lon": [
+ 47.3364,
+ 47.7364
+ ]
+ },
+ {
+ "city": "Antsalova",
+ "lat": [
+ -18.8764,
+ -18.4764
+ ],
+ "lon": [
+ 44.4227,
+ 44.822700000000005
+ ]
+ },
+ {
+ "city": "Ambahikily",
+ "lat": [
+ -21.805,
+ -21.405
+ ],
+ "lon": [
+ 43.474799999999995,
+ 43.8748
+ ]
+ },
+ {
+ "city": "Antsinanantsena",
+ "lat": [
+ -19.035999999999998,
+ -18.636
+ ],
+ "lon": [
+ 47.356399999999994,
+ 47.7564
+ ]
+ },
+ {
+ "city": "Moramanga",
+ "lat": [
+ -19.148,
+ -18.748
+ ],
+ "lon": [
+ 48.0297,
+ 48.429700000000004
+ ]
+ },
+ {
+ "city": "Antanifotsy",
+ "lat": [
+ -19.8641,
+ -19.464100000000002
+ ],
+ "lon": [
+ 47.1207,
+ 47.520700000000005
+ ]
+ },
+ {
+ "city": "Ankadinondry-Sakay",
+ "lat": [
+ -19.1667,
+ -18.7667
+ ],
+ "lon": [
+ 46.25,
+ 46.650000000000006
+ ]
+ },
+ {
+ "city": "Morondava",
+ "lat": [
+ -20.4833,
+ -20.0833
+ ],
+ "lon": [
+ 44.083299999999994,
+ 44.4833
+ ]
+ },
+ {
+ "city": "Ampanihy",
+ "lat": [
+ -24.8888,
+ -24.4888
+ ],
+ "lon": [
+ 44.5483,
+ 44.9483
+ ]
+ },
+ {
+ "city": "Ambohibary",
+ "lat": [
+ -19.8176,
+ -19.4176
+ ],
+ "lon": [
+ 46.9398,
+ 47.339800000000004
+ ]
+ },
+ {
+ "city": "Tanjombato",
+ "lat": [
+ -19.1603,
+ -18.7603
+ ],
+ "lon": [
+ 47.3332,
+ 47.733200000000004
+ ]
+ },
+ {
+ "city": "Ampitatafika",
+ "lat": [
+ -19.1388,
+ -18.7388
+ ],
+ "lon": [
+ 47.2773,
+ 47.6773
+ ]
+ }
+ ],
+ "Libya": [
+ {
+ "city": "Tripoli",
+ "lat": [
+ 32.6872,
+ 33.0872
+ ],
+ "lon": [
+ 12.9914,
+ 13.391399999999999
+ ]
+ },
+ {
+ "city": "Benghazi",
+ "lat": [
+ 31.916700000000002,
+ 32.316700000000004
+ ],
+ "lon": [
+ 19.8667,
+ 20.2667
+ ]
+ },
+ {
+ "city": "Ajd\u0101biy\u0101",
+ "lat": [
+ 30.57,
+ 30.97
+ ],
+ "lon": [
+ 20.02,
+ 20.419999999999998
+ ]
+ },
+ {
+ "city": "Mi\u015fr\u0101tah",
+ "lat": [
+ 32.177499999999995,
+ 32.5775
+ ],
+ "lon": [
+ 14.892000000000001,
+ 15.292
+ ]
+ },
+ {
+ "city": "Al Bay\u1e11\u0101\u2019",
+ "lat": [
+ 32.562799999999996,
+ 32.9628
+ ],
+ "lon": [
+ 21.555,
+ 21.955
+ ]
+ },
+ {
+ "city": "Al Khums",
+ "lat": [
+ 32.4497,
+ 32.849700000000006
+ ],
+ "lon": [
+ 14.064400000000001,
+ 14.4644
+ ]
+ },
+ {
+ "city": "Az Z\u0101w\u012byah",
+ "lat": [
+ 32.5522,
+ 32.952200000000005
+ ],
+ "lon": [
+ 12.527800000000001,
+ 12.9278
+ ]
+ },
+ {
+ "city": "Ghary\u0101n",
+ "lat": [
+ 31.9697,
+ 32.3697
+ ],
+ "lon": [
+ 12.8167,
+ 13.2167
+ ]
+ },
+ {
+ "city": "Al Marj",
+ "lat": [
+ 32.3005,
+ 32.700500000000005
+ ],
+ "lon": [
+ 20.63,
+ 21.029999999999998
+ ]
+ },
+ {
+ "city": "Tobruk",
+ "lat": [
+ 31.883300000000002,
+ 32.283300000000004
+ ],
+ "lon": [
+ 23.75,
+ 24.15
+ ]
+ },
+ {
+ "city": "Sabh\u0101",
+ "lat": [
+ 26.838900000000002,
+ 27.2389
+ ],
+ "lon": [
+ 14.2264,
+ 14.626399999999999
+ ]
+ },
+ {
+ "city": "\u015eabr\u0101tah",
+ "lat": [
+ 32.5922,
+ 32.992200000000004
+ ],
+ "lon": [
+ 12.2842,
+ 12.684199999999999
+ ]
+ },
+ {
+ "city": "Al Jumayl",
+ "lat": [
+ 32.6528,
+ 33.052800000000005
+ ],
+ "lon": [
+ 11.8611,
+ 12.261099999999999
+ ]
+ },
+ {
+ "city": "Darnah",
+ "lat": [
+ 32.5648,
+ 32.964800000000004
+ ],
+ "lon": [
+ 22.4391,
+ 22.8391
+ ]
+ },
+ {
+ "city": "Janz\u016br",
+ "lat": [
+ 32.6172,
+ 33.0172
+ ],
+ "lon": [
+ 12.811100000000001,
+ 13.2111
+ ]
+ },
+ {
+ "city": "Zuw\u0101rah",
+ "lat": [
+ 32.7333,
+ 33.133300000000006
+ ],
+ "lon": [
+ 11.8833,
+ 12.283299999999999
+ ]
+ },
+ {
+ "city": "Masall\u0101tah",
+ "lat": [
+ 32.3822,
+ 32.7822
+ ],
+ "lon": [
+ 13.84,
+ 14.239999999999998
+ ]
+ },
+ {
+ "city": "Surt",
+ "lat": [
+ 31.005,
+ 31.404999999999998
+ ],
+ "lon": [
+ 16.3886,
+ 16.7886
+ ]
+ },
+ {
+ "city": "Yafran",
+ "lat": [
+ 31.8629,
+ 32.2629
+ ],
+ "lon": [
+ 12.3267,
+ 12.7267
+ ]
+ },
+ {
+ "city": "N\u0101l\u016bt",
+ "lat": [
+ 31.6685,
+ 32.0685
+ ],
+ "lon": [
+ 10.7812,
+ 11.181199999999999
+ ]
+ },
+ {
+ "city": "Ban\u012b Wal\u012bd",
+ "lat": [
+ 31.5619,
+ 31.9619
+ ],
+ "lon": [
+ 13.8139,
+ 14.213899999999999
+ ]
+ }
+ ],
+ "Rwanda": [
+ {
+ "city": "Kigali",
+ "lat": [
+ -2.1536,
+ -1.7536
+ ],
+ "lon": [
+ 29.8606,
+ 30.2606
+ ]
+ },
+ {
+ "city": "Muhanga",
+ "lat": [
+ -2.2845,
+ -1.8844999999999998
+ ],
+ "lon": [
+ 29.5527,
+ 29.9527
+ ]
+ },
+ {
+ "city": "Ruhengeri",
+ "lat": [
+ -1.7,
+ -1.3
+ ],
+ "lon": [
+ 29.4333,
+ 29.833299999999998
+ ]
+ },
+ {
+ "city": "Gitarama",
+ "lat": [
+ -2.2696,
+ -1.8696
+ ],
+ "lon": [
+ 29.560000000000002,
+ 29.96
+ ]
+ },
+ {
+ "city": "Kabarore",
+ "lat": [
+ -1.8306,
+ -1.4306
+ ],
+ "lon": [
+ 30.1787,
+ 30.578699999999998
+ ]
+ },
+ {
+ "city": "Cyuve",
+ "lat": [
+ -1.6833,
+ -1.2833
+ ],
+ "lon": [
+ 29.45,
+ 29.849999999999998
+ ]
+ },
+ {
+ "city": "Gisenyi",
+ "lat": [
+ -1.9,
+ -1.5
+ ],
+ "lon": [
+ 29.05,
+ 29.45
+ ]
+ }
+ ],
+ "Burundi": [
+ {
+ "city": "Bujumbura",
+ "lat": [
+ -3.5833000000000004,
+ -3.1833
+ ],
+ "lon": [
+ 29.166700000000002,
+ 29.5667
+ ]
+ },
+ {
+ "city": "Gitega",
+ "lat": [
+ -3.6283000000000003,
+ -3.2283
+ ],
+ "lon": [
+ 29.725,
+ 30.125
+ ]
+ }
+ ],
+ "Mozambique": [
+ {
+ "city": "Maputo",
+ "lat": [
+ -26.115299999999998,
+ -25.7153
+ ],
+ "lon": [
+ 32.3764,
+ 32.7764
+ ]
+ },
+ {
+ "city": "Matola",
+ "lat": [
+ -26.1667,
+ -25.7667
+ ],
+ "lon": [
+ 32.2667,
+ 32.666700000000006
+ ]
+ },
+ {
+ "city": "Nampula",
+ "lat": [
+ -15.316699999999999,
+ -14.9167
+ ],
+ "lon": [
+ 39.0667,
+ 39.4667
+ ]
+ },
+ {
+ "city": "Beira",
+ "lat": [
+ -20.0333,
+ -19.633300000000002
+ ],
+ "lon": [
+ 34.65,
+ 35.050000000000004
+ ]
+ },
+ {
+ "city": "Ant\u00f3nio Enes",
+ "lat": [
+ -16.430799999999998,
+ -16.0308
+ ],
+ "lon": [
+ 39.710499999999996,
+ 40.1105
+ ]
+ },
+ {
+ "city": "Chimoio",
+ "lat": [
+ -19.3167,
+ -18.916700000000002
+ ],
+ "lon": [
+ 33.25,
+ 33.650000000000006
+ ]
+ },
+ {
+ "city": "Cidade de Nacala",
+ "lat": [
+ -14.75,
+ -14.350000000000001
+ ],
+ "lon": [
+ 40.4833,
+ 40.883300000000006
+ ]
+ },
+ {
+ "city": "Malema",
+ "lat": [
+ -15.1486,
+ -14.748600000000001
+ ],
+ "lon": [
+ 37.2144,
+ 37.6144
+ ]
+ },
+ {
+ "city": "Quelimane",
+ "lat": [
+ -18.0764,
+ -17.6764
+ ],
+ "lon": [
+ 36.6872,
+ 37.0872
+ ]
+ },
+ {
+ "city": "Tete",
+ "lat": [
+ -16.3579,
+ -15.957900000000002
+ ],
+ "lon": [
+ 33.389799999999994,
+ 33.7898
+ ]
+ },
+ {
+ "city": "Vila Junqueiro",
+ "lat": [
+ -15.6669,
+ -15.266900000000001
+ ],
+ "lon": [
+ 36.7778,
+ 37.177800000000005
+ ]
+ },
+ {
+ "city": "Lichinga",
+ "lat": [
+ -13.5,
+ -13.100000000000001
+ ],
+ "lon": [
+ 35.0456,
+ 35.445600000000006
+ ]
+ },
+ {
+ "city": "Pemba",
+ "lat": [
+ -13.166699999999999,
+ -12.7667
+ ],
+ "lon": [
+ 40.3167,
+ 40.7167
+ ]
+ },
+ {
+ "city": "Xai-Xai",
+ "lat": [
+ -25.25,
+ -24.85
+ ],
+ "lon": [
+ 33.449999999999996,
+ 33.85
+ ]
+ },
+ {
+ "city": "Maxixe",
+ "lat": [
+ -24.0597,
+ -23.6597
+ ],
+ "lon": [
+ 35.1472,
+ 35.547200000000004
+ ]
+ },
+ {
+ "city": "Cuamba",
+ "lat": [
+ -15.02,
+ -14.620000000000001
+ ],
+ "lon": [
+ 36.3486,
+ 36.7486
+ ]
+ },
+ {
+ "city": "Montepuez",
+ "lat": [
+ -13.316699999999999,
+ -12.9167
+ ],
+ "lon": [
+ 38.8,
+ 39.2
+ ]
+ },
+ {
+ "city": "Dondo",
+ "lat": [
+ -19.8167,
+ -19.416700000000002
+ ],
+ "lon": [
+ 34.55,
+ 34.95
+ ]
+ },
+ {
+ "city": "Mocuba",
+ "lat": [
+ -17.039099999999998,
+ -16.6391
+ ],
+ "lon": [
+ 36.7855,
+ 37.185500000000005
+ ]
+ },
+ {
+ "city": "Mocuba",
+ "lat": [
+ -17.049599999999998,
+ -16.6496
+ ],
+ "lon": [
+ 38.059999999999995,
+ 38.46
+ ]
+ },
+ {
+ "city": "Inhambane",
+ "lat": [
+ -24.064999999999998,
+ -23.665
+ ],
+ "lon": [
+ 35.183299999999996,
+ 35.5833
+ ]
+ },
+ {
+ "city": "Chokw\u00e9",
+ "lat": [
+ -24.7253,
+ -24.325300000000002
+ ],
+ "lon": [
+ 32.8086,
+ 33.208600000000004
+ ]
+ },
+ {
+ "city": "Manhi\u00e7a",
+ "lat": [
+ -25.599999999999998,
+ -25.2
+ ],
+ "lon": [
+ 32.599999999999994,
+ 33.0
+ ]
+ },
+ {
+ "city": "Pebane",
+ "lat": [
+ -17.464199999999998,
+ -17.0642
+ ],
+ "lon": [
+ 37.934999999999995,
+ 38.335
+ ]
+ },
+ {
+ "city": "Chibuto",
+ "lat": [
+ -24.886699999999998,
+ -24.4867
+ ],
+ "lon": [
+ 33.3306,
+ 33.7306
+ ]
+ }
+ ],
+ "Mauritania": [
+ {
+ "city": "Nouakchott",
+ "lat": [
+ 17.8858,
+ 18.2858
+ ],
+ "lon": [
+ -16.1785,
+ -15.778500000000001
+ ]
+ },
+ {
+ "city": "Arafat",
+ "lat": [
+ 17.8583,
+ 18.2583
+ ],
+ "lon": [
+ -16.1621,
+ -15.7621
+ ]
+ },
+ {
+ "city": "Dar Naim",
+ "lat": [
+ 17.8973,
+ 18.2973
+ ],
+ "lon": [
+ -16.1327,
+ -15.732700000000001
+ ]
+ },
+ {
+ "city": "Nouadhibou",
+ "lat": [
+ 20.7333,
+ 21.1333
+ ],
+ "lon": [
+ -17.2333,
+ -16.8333
+ ]
+ },
+ {
+ "city": "Kiffa",
+ "lat": [
+ 16.4164,
+ 16.816399999999998
+ ],
+ "lon": [
+ -11.6044,
+ -11.204400000000001
+ ]
+ },
+ {
+ "city": "Zouerate",
+ "lat": [
+ 22.5333,
+ 22.9333
+ ],
+ "lon": [
+ -12.666699999999999,
+ -12.2667
+ ]
+ },
+ {
+ "city": "Rosso",
+ "lat": [
+ 16.3128,
+ 16.712799999999998
+ ],
+ "lon": [
+ -16.005,
+ -15.605
+ ]
+ }
+ ],
+ "Liberia": [
+ {
+ "city": "Monrovia",
+ "lat": [
+ 6.1133,
+ 6.5133
+ ],
+ "lon": [
+ -11.001399999999999,
+ -10.6014
+ ]
+ },
+ {
+ "city": "Yeebo Town",
+ "lat": [
+ 5.05,
+ 5.45
+ ],
+ "lon": [
+ -8.1167,
+ -7.7166999999999994
+ ]
+ },
+ {
+ "city": "New Kru Town",
+ "lat": [
+ 6.1733,
+ 6.573300000000001
+ ],
+ "lon": [
+ -10.992799999999999,
+ -10.5928
+ ]
+ }
+ ],
+ "Malawi": [
+ {
+ "city": "Lilongwe",
+ "lat": [
+ -14.1669,
+ -13.766900000000001
+ ],
+ "lon": [
+ 33.5873,
+ 33.987300000000005
+ ]
+ },
+ {
+ "city": "Blantyre",
+ "lat": [
+ -15.986099999999999,
+ -15.5861
+ ],
+ "lon": [
+ 34.8058,
+ 35.2058
+ ]
+ },
+ {
+ "city": "Mzuzu",
+ "lat": [
+ -11.649999999999999,
+ -11.25
+ ],
+ "lon": [
+ 33.833299999999994,
+ 34.2333
+ ]
+ },
+ {
+ "city": "Zomba",
+ "lat": [
+ -15.585999999999999,
+ -15.186
+ ],
+ "lon": [
+ 35.1188,
+ 35.518800000000006
+ ]
+ },
+ {
+ "city": "Karonga",
+ "lat": [
+ -10.1329,
+ -9.7329
+ ],
+ "lon": [
+ 33.7333,
+ 34.133300000000006
+ ]
+ },
+ {
+ "city": "Kasungu",
+ "lat": [
+ -13.2364,
+ -12.836400000000001
+ ],
+ "lon": [
+ 33.282199999999996,
+ 33.6822
+ ]
+ },
+ {
+ "city": "Mangochi",
+ "lat": [
+ -14.6722,
+ -14.272200000000002
+ ],
+ "lon": [
+ 35.0639,
+ 35.4639
+ ]
+ }
+ ],
+ "Eritrea": [
+ {
+ "city": "Asmara",
+ "lat": [
+ 15.135800000000001,
+ 15.5358
+ ],
+ "lon": [
+ 38.741099999999996,
+ 39.1411
+ ]
+ },
+ {
+ "city": "Keren",
+ "lat": [
+ 15.5778,
+ 15.977799999999998
+ ],
+ "lon": [
+ 38.2581,
+ 38.658100000000005
+ ]
+ },
+ {
+ "city": "Gwelej",
+ "lat": [
+ 14.55,
+ 14.95
+ ],
+ "lon": [
+ 36.5167,
+ 36.916700000000006
+ ]
+ },
+ {
+ "city": "Assab",
+ "lat": [
+ 12.8078,
+ 13.207799999999999
+ ],
+ "lon": [
+ 42.5411,
+ 42.941100000000006
+ ]
+ }
+ ],
+ "Sierra Leone": [
+ {
+ "city": "Freetown",
+ "lat": [
+ 8.2833,
+ 8.6833
+ ],
+ "lon": [
+ -13.4331,
+ -13.033100000000001
+ ]
+ },
+ {
+ "city": "Bo",
+ "lat": [
+ 7.7564,
+ 8.1564
+ ],
+ "lon": [
+ -11.94,
+ -11.540000000000001
+ ]
+ },
+ {
+ "city": "Kenema",
+ "lat": [
+ 7.6833,
+ 8.0833
+ ],
+ "lon": [
+ -11.383299999999998,
+ -10.9833
+ ]
+ },
+ {
+ "city": "Koidu",
+ "lat": [
+ 8.443900000000001,
+ 8.8439
+ ],
+ "lon": [
+ -11.1717,
+ -10.771700000000001
+ ]
+ },
+ {
+ "city": "Koidu-Bulma",
+ "lat": [
+ 8.2405,
+ 8.6405
+ ],
+ "lon": [
+ -11.049999999999999,
+ -10.65
+ ]
+ }
+ ],
+ "Central African Republic": [
+ {
+ "city": "Bangui",
+ "lat": [
+ 4.1733,
+ 4.573300000000001
+ ],
+ "lon": [
+ 18.3628,
+ 18.7628
+ ]
+ },
+ {
+ "city": "Mamb\u00e9r\u00e9",
+ "lat": [
+ 5.3,
+ 5.7
+ ],
+ "lon": [
+ 15.3,
+ 15.7
+ ]
+ },
+ {
+ "city": "Bimbo",
+ "lat": [
+ 4.0558,
+ 4.4558
+ ],
+ "lon": [
+ 18.2042,
+ 18.6042
+ ]
+ },
+ {
+ "city": "Berb\u00e9rati",
+ "lat": [
+ 4.0614,
+ 4.4614
+ ],
+ "lon": [
+ 15.589400000000001,
+ 15.9894
+ ]
+ },
+ {
+ "city": "Bocaranga",
+ "lat": [
+ 6.7844,
+ 7.1844
+ ],
+ "lon": [
+ 15.440800000000001,
+ 15.8408
+ ]
+ }
+ ],
+ "Chad": [
+ {
+ "city": "N\u2019Djamena",
+ "lat": [
+ 11.9053,
+ 12.305299999999999
+ ],
+ "lon": [
+ 14.844700000000001,
+ 15.2447
+ ]
+ },
+ {
+ "city": "Moundou",
+ "lat": [
+ 8.366700000000002,
+ 8.7667
+ ],
+ "lon": [
+ 15.883300000000002,
+ 16.2833
+ ]
+ },
+ {
+ "city": "Sarh",
+ "lat": [
+ 8.950000000000001,
+ 9.35
+ ],
+ "lon": [
+ 18.1833,
+ 18.583299999999998
+ ]
+ },
+ {
+ "city": "Yao",
+ "lat": [
+ 12.6508,
+ 13.050799999999999
+ ],
+ "lon": [
+ 17.3608,
+ 17.7608
+ ]
+ },
+ {
+ "city": "L\u00e9r\u00e9",
+ "lat": [
+ 9.4572,
+ 9.857199999999999
+ ],
+ "lon": [
+ 14.028300000000002,
+ 14.4283
+ ]
+ },
+ {
+ "city": "Ab\u00e9ch\u00e9",
+ "lat": [
+ 13.6331,
+ 14.0331
+ ],
+ "lon": [
+ 20.634700000000002,
+ 21.0347
+ ]
+ },
+ {
+ "city": "Moussoro",
+ "lat": [
+ 13.443100000000001,
+ 13.8431
+ ],
+ "lon": [
+ 16.291900000000002,
+ 16.6919
+ ]
+ },
+ {
+ "city": "Goz-Beida",
+ "lat": [
+ 12.0236,
+ 12.423599999999999
+ ],
+ "lon": [
+ 21.2144,
+ 21.6144
+ ]
+ },
+ {
+ "city": "Ch\u00e8ddra",
+ "lat": [
+ 13.2428,
+ 13.6428
+ ],
+ "lon": [
+ 15.8508,
+ 16.250799999999998
+ ]
+ },
+ {
+ "city": "D\u00e9ressia",
+ "lat": [
+ 9.560300000000002,
+ 9.9603
+ ],
+ "lon": [
+ 16.0697,
+ 16.4697
+ ]
+ },
+ {
+ "city": "Mao",
+ "lat": [
+ 13.919400000000001,
+ 14.3194
+ ],
+ "lon": [
+ 15.1133,
+ 15.5133
+ ]
+ }
+ ],
+ "Gabon": [
+ {
+ "city": "Libreville",
+ "lat": [
+ 0.1901,
+ 0.5901000000000001
+ ],
+ "lon": [
+ 9.2544,
+ 9.654399999999999
+ ]
+ },
+ {
+ "city": "Port-Gentil",
+ "lat": [
+ -0.9167000000000001,
+ -0.5166999999999999
+ ],
+ "lon": [
+ 8.583300000000001,
+ 8.9833
+ ]
+ },
+ {
+ "city": "Franceville",
+ "lat": [
+ -1.8333,
+ -1.4333
+ ],
+ "lon": [
+ 13.3833,
+ 13.783299999999999
+ ]
+ },
+ {
+ "city": "Owendo",
+ "lat": [
+ 0.0912,
+ 0.4912
+ ],
+ "lon": [
+ 9.3047,
+ 9.704699999999999
+ ]
+ },
+ {
+ "city": "Oyem",
+ "lat": [
+ 1.4000000000000001,
+ 1.8
+ ],
+ "lon": [
+ 11.373600000000001,
+ 11.7736
+ ]
+ },
+ {
+ "city": "Ntoum",
+ "lat": [
+ 0.1905,
+ 0.5905
+ ],
+ "lon": [
+ 9.561,
+ 9.960999999999999
+ ]
+ }
+ ],
+ "Benin": [
+ {
+ "city": "Cotonou",
+ "lat": [
+ 6.1667,
+ 6.5667
+ ],
+ "lon": [
+ 2.2333,
+ 2.6333
+ ]
+ },
+ {
+ "city": "Abomey-Calavi",
+ "lat": [
+ 6.2486,
+ 6.6486
+ ],
+ "lon": [
+ 2.1555999999999997,
+ 2.5556
+ ]
+ },
+ {
+ "city": "Godom\u00e8",
+ "lat": [
+ 6.1667,
+ 6.5667
+ ],
+ "lon": [
+ 2.15,
+ 2.5500000000000003
+ ]
+ },
+ {
+ "city": "Banikoara",
+ "lat": [
+ 11.100000000000001,
+ 11.5
+ ],
+ "lon": [
+ 2.2333,
+ 2.6333
+ ]
+ },
+ {
+ "city": "Djougou",
+ "lat": [
+ 9.5,
+ 9.899999999999999
+ ],
+ "lon": [
+ 1.4667000000000001,
+ 1.8667
+ ]
+ },
+ {
+ "city": "Tchaourou",
+ "lat": [
+ 8.683300000000001,
+ 9.0833
+ ],
+ "lon": [
+ 2.4,
+ 2.8000000000000003
+ ]
+ },
+ {
+ "city": "Parakou",
+ "lat": [
+ 9.15,
+ 9.549999999999999
+ ],
+ "lon": [
+ 2.4166999999999996,
+ 2.8167
+ ]
+ },
+ {
+ "city": "Bakaga",
+ "lat": [
+ 9.15,
+ 9.549999999999999
+ ],
+ "lon": [
+ 2.4166999999999996,
+ 2.8167
+ ]
+ },
+ {
+ "city": "Kandi",
+ "lat": [
+ 10.928600000000001,
+ 11.3286
+ ],
+ "lon": [
+ 2.7369,
+ 3.1369000000000002
+ ]
+ },
+ {
+ "city": "Aplahou\u00e9",
+ "lat": [
+ 6.7333,
+ 7.1333
+ ],
+ "lon": [
+ 1.4833,
+ 1.8833
+ ]
+ },
+ {
+ "city": "Kalal\u00e9",
+ "lat": [
+ 10.0953,
+ 10.495299999999999
+ ],
+ "lon": [
+ 3.1786,
+ 3.5786000000000002
+ ]
+ },
+ {
+ "city": "Malanville",
+ "lat": [
+ 11.6667,
+ 12.066699999999999
+ ],
+ "lon": [
+ 3.1833,
+ 3.5833000000000004
+ ]
+ },
+ {
+ "city": "K\u00e9tou",
+ "lat": [
+ 7.1581,
+ 7.5581000000000005
+ ],
+ "lon": [
+ 2.4074999999999998,
+ 2.8075
+ ]
+ },
+ {
+ "city": "Bohicon",
+ "lat": [
+ 7.0,
+ 7.4
+ ],
+ "lon": [
+ 1.8667,
+ 2.2667
+ ]
+ },
+ {
+ "city": "Djakotom\u00e9",
+ "lat": [
+ 6.7,
+ 7.1000000000000005
+ ],
+ "lon": [
+ 1.5167,
+ 1.9166999999999998
+ ]
+ },
+ {
+ "city": "Porto-Novo",
+ "lat": [
+ 6.2972,
+ 6.6972000000000005
+ ],
+ "lon": [
+ 2.405,
+ 2.805
+ ]
+ },
+ {
+ "city": "Zagnanado",
+ "lat": [
+ 7.0667,
+ 7.4667
+ ],
+ "lon": [
+ 2.15,
+ 2.5500000000000003
+ ]
+ },
+ {
+ "city": "Bassila",
+ "lat": [
+ 8.8167,
+ 9.2167
+ ],
+ "lon": [
+ 1.4667000000000001,
+ 1.8667
+ ]
+ },
+ {
+ "city": "Avrankou",
+ "lat": [
+ 6.35,
+ 6.75
+ ],
+ "lon": [
+ 2.4667,
+ 2.8667000000000002
+ ]
+ },
+ {
+ "city": "Allada",
+ "lat": [
+ 6.45,
+ 6.8500000000000005
+ ],
+ "lon": [
+ 1.95,
+ 2.35
+ ]
+ },
+ {
+ "city": "Miss\u00e9r\u00e9t\u00e9",
+ "lat": [
+ 6.3625,
+ 6.7625
+ ],
+ "lon": [
+ 2.3853,
+ 2.7853000000000003
+ ]
+ },
+ {
+ "city": "Glazou\u00e9",
+ "lat": [
+ 7.7736,
+ 8.1736
+ ],
+ "lon": [
+ 2.04,
+ 2.4400000000000004
+ ]
+ },
+ {
+ "city": "Pob\u00e9",
+ "lat": [
+ 6.7667,
+ 7.1667000000000005
+ ],
+ "lon": [
+ 2.4833,
+ 2.8833
+ ]
+ },
+ {
+ "city": "Djidja",
+ "lat": [
+ 7.1333,
+ 7.5333000000000006
+ ],
+ "lon": [
+ 1.7333,
+ 2.1333
+ ]
+ },
+ {
+ "city": "Lalo",
+ "lat": [
+ 6.7166999999999994,
+ 7.1167
+ ],
+ "lon": [
+ 1.6833,
+ 2.0833
+ ]
+ },
+ {
+ "city": "Gogounou",
+ "lat": [
+ 10.6386,
+ 11.038599999999999
+ ],
+ "lon": [
+ 2.6361,
+ 3.0361000000000002
+ ]
+ },
+ {
+ "city": "Adjaou\u00e8r\u00e8",
+ "lat": [
+ 6.8,
+ 7.2
+ ],
+ "lon": [
+ 2.4166999999999996,
+ 2.8167
+ ]
+ },
+ {
+ "city": "Sak\u00e9t\u00e9",
+ "lat": [
+ 6.5363999999999995,
+ 6.9364
+ ],
+ "lon": [
+ 2.4581,
+ 2.8581000000000003
+ ]
+ },
+ {
+ "city": "Mat\u00e9ri",
+ "lat": [
+ 10.497800000000002,
+ 10.8978
+ ],
+ "lon": [
+ 0.8633,
+ 1.2632999999999999
+ ]
+ },
+ {
+ "city": "Ifanhim",
+ "lat": [
+ 6.4666999999999994,
+ 6.8667
+ ],
+ "lon": [
+ 2.5166999999999997,
+ 2.9167
+ ]
+ },
+ {
+ "city": "Ndali",
+ "lat": [
+ 9.6608,
+ 10.060799999999999
+ ],
+ "lon": [
+ 2.5181,
+ 2.9181000000000004
+ ]
+ },
+ {
+ "city": "Dassa-Zoum\u00e9",
+ "lat": [
+ 7.55,
+ 7.95
+ ],
+ "lon": [
+ 1.9833,
+ 2.3833
+ ]
+ },
+ {
+ "city": "Kouand\u00e9",
+ "lat": [
+ 10.1317,
+ 10.531699999999999
+ ],
+ "lon": [
+ 1.4914,
+ 1.8914
+ ]
+ },
+ {
+ "city": "Bant\u00e9",
+ "lat": [
+ 8.216700000000001,
+ 8.6167
+ ],
+ "lon": [
+ 1.6833,
+ 2.0833
+ ]
+ },
+ {
+ "city": "Lokossa",
+ "lat": [
+ 6.4333,
+ 6.8333
+ ],
+ "lon": [
+ 1.5167,
+ 1.9166999999999998
+ ]
+ },
+ {
+ "city": "Natitingou",
+ "lat": [
+ 10.100000000000001,
+ 10.5
+ ],
+ "lon": [
+ 1.1667,
+ 1.5667
+ ]
+ },
+ {
+ "city": "Tota",
+ "lat": [
+ 6.6,
+ 7.0
+ ],
+ "lon": [
+ 1.5833000000000002,
+ 1.9833
+ ]
+ },
+ {
+ "city": "Adjarra",
+ "lat": [
+ 6.3332999999999995,
+ 6.7333
+ ],
+ "lon": [
+ 2.4667,
+ 2.8667000000000002
+ ]
+ },
+ {
+ "city": "Ouidah",
+ "lat": [
+ 6.1667,
+ 6.5667
+ ],
+ "lon": [
+ 1.8833,
+ 2.2833
+ ]
+ },
+ {
+ "city": "Sinend\u00e9",
+ "lat": [
+ 10.1447,
+ 10.544699999999999
+ ],
+ "lon": [
+ 2.1792,
+ 2.5792
+ ]
+ },
+ {
+ "city": "Abomey",
+ "lat": [
+ 6.9856,
+ 7.3856
+ ],
+ "lon": [
+ 1.7881,
+ 2.1881
+ ]
+ },
+ {
+ "city": "S\u00e9gbana",
+ "lat": [
+ 10.7278,
+ 11.127799999999999
+ ],
+ "lon": [
+ 3.4943999999999997,
+ 3.8944
+ ]
+ },
+ {
+ "city": "Toviklin",
+ "lat": [
+ 6.6333,
+ 7.0333000000000006
+ ],
+ "lon": [
+ 1.6167,
+ 2.0167
+ ]
+ },
+ {
+ "city": "Boukoumb\u00e9",
+ "lat": [
+ 9.9833,
+ 10.383299999999998
+ ],
+ "lon": [
+ 0.9000000000000001,
+ 1.3
+ ]
+ },
+ {
+ "city": "P\u00e8r\u00e8r\u00e8",
+ "lat": [
+ 9.599400000000001,
+ 9.9994
+ ],
+ "lon": [
+ 2.7927999999999997,
+ 3.1928
+ ]
+ },
+ {
+ "city": "P\u00e9honko",
+ "lat": [
+ 10.028300000000002,
+ 10.4283
+ ],
+ "lon": [
+ 1.8019,
+ 2.2019
+ ]
+ },
+ {
+ "city": "So-Awa",
+ "lat": [
+ 6.2667,
+ 6.6667000000000005
+ ],
+ "lon": [
+ 2.2167,
+ 2.6167000000000002
+ ]
+ },
+ {
+ "city": "Ekp\u00e9",
+ "lat": [
+ 6.2,
+ 6.6000000000000005
+ ],
+ "lon": [
+ 2.3333,
+ 2.7333000000000003
+ ]
+ },
+ {
+ "city": "Toffo",
+ "lat": [
+ 6.6499999999999995,
+ 7.05
+ ],
+ "lon": [
+ 1.8833,
+ 2.2833
+ ]
+ },
+ {
+ "city": "Tangui\u00e9ta",
+ "lat": [
+ 10.4167,
+ 10.816699999999999
+ ],
+ "lon": [
+ 1.0667,
+ 1.4667
+ ]
+ },
+ {
+ "city": "P\u00e9da-Hou\u00e9yogb\u00e9",
+ "lat": [
+ 6.25,
+ 6.65
+ ],
+ "lon": [
+ 1.7333,
+ 2.1333
+ ]
+ },
+ {
+ "city": "Ouak\u00e9",
+ "lat": [
+ 9.4617,
+ 9.861699999999999
+ ],
+ "lon": [
+ 1.1847,
+ 1.5847
+ ]
+ },
+ {
+ "city": "Zogbodom\u00e9",
+ "lat": [
+ 6.8833,
+ 7.2833000000000006
+ ],
+ "lon": [
+ 1.9000000000000001,
+ 2.3000000000000003
+ ]
+ },
+ {
+ "city": "Kopargo",
+ "lat": [
+ 9.637500000000001,
+ 10.0375
+ ],
+ "lon": [
+ 1.3481,
+ 1.7481
+ ]
+ },
+ {
+ "city": "Bopa",
+ "lat": [
+ 6.3833,
+ 6.7833000000000006
+ ],
+ "lon": [
+ 1.7833,
+ 2.1833
+ ]
+ },
+ {
+ "city": "Nikki",
+ "lat": [
+ 9.7333,
+ 10.133299999999998
+ ],
+ "lon": [
+ 3.0082999999999998,
+ 3.4083
+ ]
+ },
+ {
+ "city": "Karimama",
+ "lat": [
+ 11.866700000000002,
+ 12.2667
+ ],
+ "lon": [
+ 2.9833,
+ 3.3833
+ ]
+ },
+ {
+ "city": "Dangbo",
+ "lat": [
+ 6.3,
+ 6.7
+ ],
+ "lon": [
+ 2.4833,
+ 2.8833
+ ]
+ },
+ {
+ "city": "Adjohon",
+ "lat": [
+ 6.5,
+ 6.9
+ ],
+ "lon": [
+ 2.2666999999999997,
+ 2.6667
+ ]
+ },
+ {
+ "city": "Ouinhri",
+ "lat": [
+ 6.8,
+ 7.2
+ ],
+ "lon": [
+ 2.25,
+ 2.6500000000000004
+ ]
+ },
+ {
+ "city": "Grand-Popo",
+ "lat": [
+ 6.0832999999999995,
+ 6.4833
+ ],
+ "lon": [
+ 1.6333,
+ 2.0333
+ ]
+ },
+ {
+ "city": "Athi\u00e9m\u00e9",
+ "lat": [
+ 6.3833,
+ 6.7833000000000006
+ ],
+ "lon": [
+ 1.4667000000000001,
+ 1.8667
+ ]
+ },
+ {
+ "city": "Agbangnizoun",
+ "lat": [
+ 6.8667,
+ 7.2667
+ ],
+ "lon": [
+ 1.7667,
+ 2.1667
+ ]
+ }
+ ],
+ "Djibouti": [
+ {
+ "city": "Djibouti",
+ "lat": [
+ 11.394400000000001,
+ 11.7944
+ ],
+ "lon": [
+ 42.9481,
+ 43.3481
+ ]
+ }
+ ],
+ "Tunisia": [
+ {
+ "city": "Tunis",
+ "lat": [
+ 36.606399999999994,
+ 37.0064
+ ],
+ "lon": [
+ 9.9817,
+ 10.381699999999999
+ ]
+ },
+ {
+ "city": "Sfax",
+ "lat": [
+ 34.54,
+ 34.940000000000005
+ ],
+ "lon": [
+ 10.56,
+ 10.959999999999999
+ ]
+ },
+ {
+ "city": "Sousse",
+ "lat": [
+ 35.6333,
+ 36.033300000000004
+ ],
+ "lon": [
+ 10.433300000000001,
+ 10.8333
+ ]
+ },
+ {
+ "city": "Kairouan",
+ "lat": [
+ 35.477199999999996,
+ 35.8772
+ ],
+ "lon": [
+ 9.9008,
+ 10.300799999999999
+ ]
+ },
+ {
+ "city": "Gab\u00e8s",
+ "lat": [
+ 33.683299999999996,
+ 34.0833
+ ],
+ "lon": [
+ 9.9167,
+ 10.316699999999999
+ ]
+ },
+ {
+ "city": "Bizerte",
+ "lat": [
+ 37.077799999999996,
+ 37.4778
+ ],
+ "lon": [
+ 9.6639,
+ 10.063899999999999
+ ]
+ },
+ {
+ "city": "Sukrah",
+ "lat": [
+ 36.683299999999996,
+ 37.0833
+ ],
+ "lon": [
+ 10.05,
+ 10.45
+ ]
+ },
+ {
+ "city": "Sakiet ed Daier",
+ "lat": [
+ 34.599999999999994,
+ 35.0
+ ],
+ "lon": [
+ 10.58,
+ 10.979999999999999
+ ]
+ },
+ {
+ "city": "Ariana",
+ "lat": [
+ 36.662499999999994,
+ 37.0625
+ ],
+ "lon": [
+ 9.995600000000001,
+ 10.3956
+ ]
+ },
+ {
+ "city": "Gafsa",
+ "lat": [
+ 34.2225,
+ 34.6225
+ ],
+ "lon": [
+ 8.584200000000001,
+ 8.9842
+ ]
+ },
+ {
+ "city": "Kasserine",
+ "lat": [
+ 34.966699999999996,
+ 35.3667
+ ],
+ "lon": [
+ 8.6333,
+ 9.033299999999999
+ ]
+ },
+ {
+ "city": "Monastir",
+ "lat": [
+ 35.569399999999995,
+ 35.9694
+ ],
+ "lon": [
+ 10.6194,
+ 11.0194
+ ]
+ },
+ {
+ "city": "Hammamet",
+ "lat": [
+ 36.199999999999996,
+ 36.6
+ ],
+ "lon": [
+ 10.4167,
+ 10.816699999999999
+ ]
+ },
+ {
+ "city": "Sakiet ez Zit",
+ "lat": [
+ 34.599999999999994,
+ 35.0
+ ],
+ "lon": [
+ 10.57,
+ 10.969999999999999
+ ]
+ },
+ {
+ "city": "La Marsa",
+ "lat": [
+ 36.676399999999994,
+ 37.0764
+ ],
+ "lon": [
+ 10.125300000000001,
+ 10.5253
+ ]
+ },
+ {
+ "city": "Ben Arous",
+ "lat": [
+ 36.5472,
+ 36.9472
+ ],
+ "lon": [
+ 10.1333,
+ 10.533299999999999
+ ]
+ },
+ {
+ "city": "Msaken",
+ "lat": [
+ 35.5333,
+ 35.9333
+ ],
+ "lon": [
+ 10.3833,
+ 10.783299999999999
+ ]
+ },
+ {
+ "city": "B\u00e9ja",
+ "lat": [
+ 36.5333,
+ 36.9333
+ ],
+ "lon": [
+ 8.9833,
+ 9.383299999999998
+ ]
+ },
+ {
+ "city": "Ben Gardane",
+ "lat": [
+ 32.9389,
+ 33.3389
+ ],
+ "lon": [
+ 11.0167,
+ 11.416699999999999
+ ]
+ },
+ {
+ "city": "Houmt Souk",
+ "lat": [
+ 33.6667,
+ 34.066700000000004
+ ],
+ "lon": [
+ 10.65,
+ 11.049999999999999
+ ]
+ },
+ {
+ "city": "Nabeul",
+ "lat": [
+ 36.2542,
+ 36.6542
+ ],
+ "lon": [
+ 10.5347,
+ 10.9347
+ ]
+ },
+ {
+ "city": "Medenine",
+ "lat": [
+ 33.1547,
+ 33.554700000000004
+ ],
+ "lon": [
+ 10.3053,
+ 10.7053
+ ]
+ },
+ {
+ "city": "Zarzis",
+ "lat": [
+ 33.3,
+ 33.7
+ ],
+ "lon": [
+ 10.9167,
+ 11.316699999999999
+ ]
+ },
+ {
+ "city": "Mahdia",
+ "lat": [
+ 35.3,
+ 35.7
+ ],
+ "lon": [
+ 10.866700000000002,
+ 11.2667
+ ]
+ },
+ {
+ "city": "Feriana",
+ "lat": [
+ 34.75,
+ 35.150000000000006
+ ],
+ "lon": [
+ 8.366700000000002,
+ 8.7667
+ ]
+ },
+ {
+ "city": "Fouchana",
+ "lat": [
+ 36.5,
+ 36.900000000000006
+ ],
+ "lon": [
+ 9.966700000000001,
+ 10.3667
+ ]
+ },
+ {
+ "city": "Le Kram",
+ "lat": [
+ 36.6333,
+ 37.033300000000004
+ ],
+ "lon": [
+ 10.116700000000002,
+ 10.5167
+ ]
+ },
+ {
+ "city": "Le Bardo",
+ "lat": [
+ 36.609199999999994,
+ 37.0092
+ ],
+ "lon": [
+ 9.9406,
+ 10.340599999999998
+ ]
+ },
+ {
+ "city": "Rad\u00e8s",
+ "lat": [
+ 36.5667,
+ 36.9667
+ ],
+ "lon": [
+ 10.083300000000001,
+ 10.4833
+ ]
+ },
+ {
+ "city": "Tataouine",
+ "lat": [
+ 32.730599999999995,
+ 33.1306
+ ],
+ "lon": [
+ 10.25,
+ 10.649999999999999
+ ]
+ },
+ {
+ "city": "Oued Lill",
+ "lat": [
+ 36.6333,
+ 37.033300000000004
+ ],
+ "lon": [
+ 9.850000000000001,
+ 10.25
+ ]
+ },
+ {
+ "city": "Korba",
+ "lat": [
+ 36.366699999999994,
+ 36.7667
+ ],
+ "lon": [
+ 10.6667,
+ 11.066699999999999
+ ]
+ },
+ {
+ "city": "Midoun",
+ "lat": [
+ 33.599999999999994,
+ 34.0
+ ],
+ "lon": [
+ 10.8,
+ 11.2
+ ]
+ },
+ {
+ "city": "Kelaa Kebira",
+ "lat": [
+ 35.6667,
+ 36.066700000000004
+ ],
+ "lon": [
+ 10.333300000000001,
+ 10.7333
+ ]
+ },
+ {
+ "city": "K\u00e9libia",
+ "lat": [
+ 36.65,
+ 37.050000000000004
+ ],
+ "lon": [
+ 10.9,
+ 11.299999999999999
+ ]
+ },
+ {
+ "city": "Moknine",
+ "lat": [
+ 35.433299999999996,
+ 35.8333
+ ],
+ "lon": [
+ 10.700000000000001,
+ 11.1
+ ]
+ },
+ {
+ "city": "Menzel Temime",
+ "lat": [
+ 36.583299999999994,
+ 36.9833
+ ],
+ "lon": [
+ 10.7833,
+ 11.1833
+ ]
+ },
+ {
+ "city": "Menzel Bourguiba",
+ "lat": [
+ 36.949999999999996,
+ 37.35
+ ],
+ "lon": [
+ 9.583300000000001,
+ 9.9833
+ ]
+ },
+ {
+ "city": "Ksar Hellal",
+ "lat": [
+ 35.442899999999995,
+ 35.8429
+ ],
+ "lon": [
+ 10.6911,
+ 11.091099999999999
+ ]
+ },
+ {
+ "city": "Djemmal",
+ "lat": [
+ 35.44,
+ 35.84
+ ],
+ "lon": [
+ 10.56,
+ 10.959999999999999
+ ]
+ },
+ {
+ "city": "El Kef",
+ "lat": [
+ 35.9822,
+ 36.382200000000005
+ ],
+ "lon": [
+ 8.514700000000001,
+ 8.9147
+ ]
+ },
+ {
+ "city": "Bir Ali Ben Khalifa",
+ "lat": [
+ 34.533899999999996,
+ 34.9339
+ ],
+ "lon": [
+ 9.9,
+ 10.299999999999999
+ ]
+ },
+ {
+ "city": "Dar Chabanne",
+ "lat": [
+ 36.269999999999996,
+ 36.67
+ ],
+ "lon": [
+ 10.55,
+ 10.95
+ ]
+ },
+ {
+ "city": "Sidi Bouzid",
+ "lat": [
+ 34.8381,
+ 35.2381
+ ],
+ "lon": [
+ 9.2858,
+ 9.685799999999999
+ ]
+ }
+ ],
+ "Guinea-Bissau": [
+ {
+ "city": "Bissau",
+ "lat": [
+ 11.65,
+ 12.049999999999999
+ ],
+ "lon": [
+ -15.7667,
+ -15.366700000000002
+ ]
+ }
+ ],
+ "Namibia": [
+ {
+ "city": "Windhoek",
+ "lat": [
+ -22.77,
+ -22.37
+ ],
+ "lon": [
+ 16.8836,
+ 17.2836
+ ]
+ },
+ {
+ "city": "Rundu",
+ "lat": [
+ -18.116699999999998,
+ -17.7167
+ ],
+ "lon": [
+ 19.5667,
+ 19.9667
+ ]
+ },
+ {
+ "city": "Walvisbaai",
+ "lat": [
+ -23.1494,
+ -22.7494
+ ],
+ "lon": [
+ 14.3069,
+ 14.7069
+ ]
+ }
+ ],
+ "Lesotho": [
+ {
+ "city": "Maseru",
+ "lat": [
+ -29.509999999999998,
+ -29.11
+ ],
+ "lon": [
+ 27.28,
+ 27.68
+ ]
+ },
+ {
+ "city": "Teyateyaneng",
+ "lat": [
+ -29.3511,
+ -28.9511
+ ],
+ "lon": [
+ 27.5425,
+ 27.9425
+ ]
+ },
+ {
+ "city": "Mafeteng",
+ "lat": [
+ -30.0167,
+ -29.6167
+ ],
+ "lon": [
+ 27.05,
+ 27.45
+ ]
+ }
+ ],
+ "Equatorial Guinea": [
+ {
+ "city": "Malabo",
+ "lat": [
+ 3.5456,
+ 3.9456
+ ],
+ "lon": [
+ 8.5744,
+ 8.9744
+ ]
+ },
+ {
+ "city": "Bata",
+ "lat": [
+ 1.665,
+ 2.065
+ ],
+ "lon": [
+ 9.57,
+ 9.969999999999999
+ ]
+ }
+ ],
+ "Botswana": [
+ {
+ "city": "Gaborone",
+ "lat": [
+ -24.8569,
+ -24.4569
+ ],
+ "lon": [
+ 25.7086,
+ 26.1086
+ ]
+ },
+ {
+ "city": "Francistown",
+ "lat": [
+ -21.3736,
+ -20.9736
+ ],
+ "lon": [
+ 27.3125,
+ 27.7125
+ ]
+ },
+ {
+ "city": "Molepolole",
+ "lat": [
+ -24.6066,
+ -24.2066
+ ],
+ "lon": [
+ 25.2951,
+ 25.6951
+ ]
+ },
+ {
+ "city": "Mogoditshane",
+ "lat": [
+ -24.833299999999998,
+ -24.4333
+ ],
+ "lon": [
+ 25.666700000000002,
+ 26.0667
+ ]
+ },
+ {
+ "city": "Maun",
+ "lat": [
+ -20.1833,
+ -19.7833
+ ],
+ "lon": [
+ 23.2167,
+ 23.616699999999998
+ ]
+ }
+ ],
+ "Mauritius": [
+ {
+ "city": "Port Louis",
+ "lat": [
+ -20.3644,
+ -19.9644
+ ],
+ "lon": [
+ 57.304199999999994,
+ 57.7042
+ ]
+ },
+ {
+ "city": "Curepipe",
+ "lat": [
+ -20.5188,
+ -20.1188
+ ],
+ "lon": [
+ 57.326299999999996,
+ 57.7263
+ ]
+ },
+ {
+ "city": "Quatre Bornes",
+ "lat": [
+ -20.4654,
+ -20.0654
+ ],
+ "lon": [
+ 57.2791,
+ 57.679100000000005
+ ]
+ }
+ ],
+ "Eswatini": [
+ {
+ "city": "Manzini",
+ "lat": [
+ -26.695,
+ -26.295
+ ],
+ "lon": [
+ 31.188000000000002,
+ 31.588
+ ]
+ },
+ {
+ "city": "Mbabane",
+ "lat": [
+ -26.5167,
+ -26.1167
+ ],
+ "lon": [
+ 30.9333,
+ 31.333299999999998
+ ]
+ }
+ ],
+ "Sao Tome and Principe": [
+ {
+ "city": "S\u00e3o Tom\u00e9",
+ "lat": [
+ 0.1361,
+ 0.5361
+ ],
+ "lon": [
+ 6.5306,
+ 6.9306
+ ]
+ }
+ ],
+ "Cabo Verde": [
+ {
+ "city": "Mindelo",
+ "lat": [
+ 16.686,
+ 17.086
+ ],
+ "lon": [
+ -25.188,
+ -24.788
+ ]
+ },
+ {
+ "city": "Praia",
+ "lat": [
+ 14.7177,
+ 15.1177
+ ],
+ "lon": [
+ -23.7092,
+ -23.3092
+ ]
+ }
+ ]
+ },
+ "Europe": {
+ "Russia": [
+ {
+ "city": "Moscow",
+ "lat": [
+ 55.550599999999996,
+ 55.9506
+ ],
+ "lon": [
+ 37.4175,
+ 37.8175
+ ]
+ },
+ {
+ "city": "Saint Petersburg",
+ "lat": [
+ 59.7375,
+ 60.1375
+ ],
+ "lon": [
+ 30.1086,
+ 30.508599999999998
+ ]
+ },
+ {
+ "city": "Novosibirsk",
+ "lat": [
+ 54.849999999999994,
+ 55.25
+ ],
+ "lon": [
+ 82.75,
+ 83.15
+ ]
+ },
+ {
+ "city": "Yekaterinburg",
+ "lat": [
+ 56.6356,
+ 57.0356
+ ],
+ "lon": [
+ 60.4128,
+ 60.8128
+ ]
+ },
+ {
+ "city": "Kazan",
+ "lat": [
+ 55.596399999999996,
+ 55.9964
+ ],
+ "lon": [
+ 48.908899999999996,
+ 49.3089
+ ]
+ },
+ {
+ "city": "Nizhniy Novgorod",
+ "lat": [
+ 56.1269,
+ 56.526900000000005
+ ],
+ "lon": [
+ 43.8075,
+ 44.2075
+ ]
+ },
+ {
+ "city": "Chelyabinsk",
+ "lat": [
+ 54.954699999999995,
+ 55.3547
+ ],
+ "lon": [
+ 61.175799999999995,
+ 61.5758
+ ]
+ },
+ {
+ "city": "Samara",
+ "lat": [
+ 53.0028,
+ 53.402800000000006
+ ],
+ "lon": [
+ 49.940799999999996,
+ 50.3408
+ ]
+ },
+ {
+ "city": "Krasnodar",
+ "lat": [
+ 44.833299999999994,
+ 45.2333
+ ],
+ "lon": [
+ 38.7667,
+ 39.166700000000006
+ ]
+ },
+ {
+ "city": "Rostov",
+ "lat": [
+ 47.022499999999994,
+ 47.4225
+ ],
+ "lon": [
+ 39.51,
+ 39.910000000000004
+ ]
+ },
+ {
+ "city": "Ufa",
+ "lat": [
+ 54.5261,
+ 54.926100000000005
+ ],
+ "lon": [
+ 55.747499999999995,
+ 56.1475
+ ]
+ },
+ {
+ "city": "Omsk",
+ "lat": [
+ 54.7833,
+ 55.1833
+ ],
+ "lon": [
+ 73.16669999999999,
+ 73.5667
+ ]
+ },
+ {
+ "city": "Krasnoyarsk",
+ "lat": [
+ 55.808899999999994,
+ 56.2089
+ ],
+ "lon": [
+ 92.6719,
+ 93.0719
+ ]
+ },
+ {
+ "city": "Voronezh",
+ "lat": [
+ 51.4717,
+ 51.871700000000004
+ ],
+ "lon": [
+ 39.0106,
+ 39.4106
+ ]
+ },
+ {
+ "city": "Perm",
+ "lat": [
+ 57.8,
+ 58.2
+ ],
+ "lon": [
+ 56.116699999999994,
+ 56.5167
+ ]
+ },
+ {
+ "city": "Volgograd",
+ "lat": [
+ 48.508599999999994,
+ 48.9086
+ ],
+ "lon": [
+ 44.314699999999995,
+ 44.7147
+ ]
+ },
+ {
+ "city": "Tyumen",
+ "lat": [
+ 56.949999999999996,
+ 57.35
+ ],
+ "lon": [
+ 65.3333,
+ 65.7333
+ ]
+ },
+ {
+ "city": "Saratov",
+ "lat": [
+ 51.33,
+ 51.730000000000004
+ ],
+ "lon": [
+ 45.834999999999994,
+ 46.235
+ ]
+ },
+ {
+ "city": "Tolyatti",
+ "lat": [
+ 53.308899999999994,
+ 53.7089
+ ],
+ "lon": [
+ 49.222199999999994,
+ 49.6222
+ ]
+ },
+ {
+ "city": "Makhachkala",
+ "lat": [
+ 42.7825,
+ 43.182500000000005
+ ],
+ "lon": [
+ 47.305,
+ 47.705000000000005
+ ]
+ },
+ {
+ "city": "Irkutsk",
+ "lat": [
+ 52.0892,
+ 52.489200000000004
+ ],
+ "lon": [
+ 104.08,
+ 104.48
+ ]
+ },
+ {
+ "city": "Barnaul",
+ "lat": [
+ 53.148599999999995,
+ 53.5486
+ ],
+ "lon": [
+ 83.57639999999999,
+ 83.9764
+ ]
+ },
+ {
+ "city": "Izhevsk",
+ "lat": [
+ 56.6333,
+ 57.033300000000004
+ ],
+ "lon": [
+ 52.9833,
+ 53.383300000000006
+ ]
+ },
+ {
+ "city": "Khabarovsk",
+ "lat": [
+ 48.2833,
+ 48.6833
+ ],
+ "lon": [
+ 134.88330000000002,
+ 135.2833
+ ]
+ },
+ {
+ "city": "Ulyanovsk",
+ "lat": [
+ 54.116699999999994,
+ 54.5167
+ ],
+ "lon": [
+ 48.1667,
+ 48.566700000000004
+ ]
+ },
+ {
+ "city": "Vladivostok",
+ "lat": [
+ 42.915,
+ 43.315000000000005
+ ],
+ "lon": [
+ 131.6853,
+ 132.0853
+ ]
+ },
+ {
+ "city": "Yaroslavl",
+ "lat": [
+ 57.4167,
+ 57.816700000000004
+ ],
+ "lon": [
+ 39.65,
+ 40.050000000000004
+ ]
+ },
+ {
+ "city": "Tomsk",
+ "lat": [
+ 56.3,
+ 56.7
+ ],
+ "lon": [
+ 84.7667,
+ 85.1667
+ ]
+ },
+ {
+ "city": "Kemerovo",
+ "lat": [
+ 55.1667,
+ 55.566700000000004
+ ],
+ "lon": [
+ 85.8667,
+ 86.2667
+ ]
+ },
+ {
+ "city": "Naberezhnyye Chelny",
+ "lat": [
+ 55.4833,
+ 55.883300000000006
+ ],
+ "lon": [
+ 52.116699999999994,
+ 52.5167
+ ]
+ },
+ {
+ "city": "Orenburg",
+ "lat": [
+ 51.583299999999994,
+ 51.9833
+ ],
+ "lon": [
+ 54.9,
+ 55.300000000000004
+ ]
+ },
+ {
+ "city": "Novokuznetsk",
+ "lat": [
+ 53.5667,
+ 53.9667
+ ],
+ "lon": [
+ 86.9333,
+ 87.33330000000001
+ ]
+ },
+ {
+ "city": "Balashikha",
+ "lat": [
+ 55.616699999999994,
+ 56.0167
+ ],
+ "lon": [
+ 37.7667,
+ 38.166700000000006
+ ]
+ },
+ {
+ "city": "Ryazan",
+ "lat": [
+ 54.43,
+ 54.830000000000005
+ ],
+ "lon": [
+ 39.5425,
+ 39.9425
+ ]
+ },
+ {
+ "city": "Lipetsk",
+ "lat": [
+ 52.4167,
+ 52.816700000000004
+ ],
+ "lon": [
+ 39.4,
+ 39.800000000000004
+ ]
+ },
+ {
+ "city": "Cheboksary",
+ "lat": [
+ 55.949999999999996,
+ 56.35
+ ],
+ "lon": [
+ 47.0333,
+ 47.4333
+ ]
+ },
+ {
+ "city": "Kaliningrad",
+ "lat": [
+ 54.500299999999996,
+ 54.9003
+ ],
+ "lon": [
+ 20.2531,
+ 20.6531
+ ]
+ },
+ {
+ "city": "Penza",
+ "lat": [
+ 53.0,
+ 53.400000000000006
+ ],
+ "lon": [
+ 44.8,
+ 45.2
+ ]
+ },
+ {
+ "city": "Kirov",
+ "lat": [
+ 58.4,
+ 58.800000000000004
+ ],
+ "lon": [
+ 49.4833,
+ 49.883300000000006
+ ]
+ },
+ {
+ "city": "Tula",
+ "lat": [
+ 54.0,
+ 54.400000000000006
+ ],
+ "lon": [
+ 37.4167,
+ 37.816700000000004
+ ]
+ },
+ {
+ "city": "Astrakhan",
+ "lat": [
+ 46.15,
+ 46.550000000000004
+ ],
+ "lon": [
+ 47.834999999999994,
+ 48.235
+ ]
+ },
+ {
+ "city": "Stavropol",
+ "lat": [
+ 44.849999999999994,
+ 45.25
+ ],
+ "lon": [
+ 41.7833,
+ 42.1833
+ ]
+ },
+ {
+ "city": "Sochi",
+ "lat": [
+ 43.385299999999994,
+ 43.7853
+ ],
+ "lon": [
+ 39.5203,
+ 39.920300000000005
+ ]
+ },
+ {
+ "city": "Ulan-Ude",
+ "lat": [
+ 51.6333,
+ 52.033300000000004
+ ],
+ "lon": [
+ 107.39999999999999,
+ 107.8
+ ]
+ },
+ {
+ "city": "Kursk",
+ "lat": [
+ 51.5167,
+ 51.916700000000006
+ ],
+ "lon": [
+ 35.9833,
+ 36.383300000000006
+ ]
+ },
+ {
+ "city": "Tver",
+ "lat": [
+ 56.662499999999994,
+ 57.0625
+ ],
+ "lon": [
+ 35.724199999999996,
+ 36.1242
+ ]
+ },
+ {
+ "city": "Magnitogorsk",
+ "lat": [
+ 53.183299999999996,
+ 53.5833
+ ],
+ "lon": [
+ 58.833299999999994,
+ 59.2333
+ ]
+ },
+ {
+ "city": "Surgut",
+ "lat": [
+ 61.05,
+ 61.45
+ ],
+ "lon": [
+ 73.2333,
+ 73.6333
+ ]
+ },
+ {
+ "city": "Bryansk",
+ "lat": [
+ 53.0425,
+ 53.4425
+ ],
+ "lon": [
+ 34.1667,
+ 34.566700000000004
+ ]
+ },
+ {
+ "city": "Ivanovo",
+ "lat": [
+ 56.796699999999994,
+ 57.1967
+ ],
+ "lon": [
+ 40.7819,
+ 41.181900000000006
+ ]
+ },
+ {
+ "city": "Vladimir",
+ "lat": [
+ 55.928599999999996,
+ 56.3286
+ ],
+ "lon": [
+ 40.205799999999996,
+ 40.6058
+ ]
+ },
+ {
+ "city": "Arkhangelsk",
+ "lat": [
+ 64.34309999999999,
+ 64.7431
+ ],
+ "lon": [
+ 40.3375,
+ 40.737500000000004
+ ]
+ },
+ {
+ "city": "Chita",
+ "lat": [
+ 51.849999999999994,
+ 52.25
+ ],
+ "lon": [
+ 113.2667,
+ 113.6667
+ ]
+ },
+ {
+ "city": "Kaluga",
+ "lat": [
+ 54.349999999999994,
+ 54.75
+ ],
+ "lon": [
+ 36.083299999999994,
+ 36.4833
+ ]
+ },
+ {
+ "city": "Nizhniy Tagil",
+ "lat": [
+ 57.716699999999996,
+ 58.1167
+ ],
+ "lon": [
+ 59.7667,
+ 60.166700000000006
+ ]
+ },
+ {
+ "city": "Belgorod",
+ "lat": [
+ 50.4,
+ 50.800000000000004
+ ],
+ "lon": [
+ 36.4,
+ 36.800000000000004
+ ]
+ },
+ {
+ "city": "Volzhskiy",
+ "lat": [
+ 48.605599999999995,
+ 49.0056
+ ],
+ "lon": [
+ 44.5417,
+ 44.941700000000004
+ ]
+ },
+ {
+ "city": "Podolsk",
+ "lat": [
+ 55.2311,
+ 55.6311
+ ],
+ "lon": [
+ 37.3456,
+ 37.7456
+ ]
+ },
+ {
+ "city": "Smolensk",
+ "lat": [
+ 54.5828,
+ 54.982800000000005
+ ],
+ "lon": [
+ 31.845299999999998,
+ 32.2453
+ ]
+ },
+ {
+ "city": "Vologda",
+ "lat": [
+ 59.0167,
+ 59.416700000000006
+ ],
+ "lon": [
+ 39.699999999999996,
+ 40.1
+ ]
+ },
+ {
+ "city": "Yakutsk",
+ "lat": [
+ 61.83,
+ 62.230000000000004
+ ],
+ "lon": [
+ 129.53,
+ 129.92999999999998
+ ]
+ },
+ {
+ "city": "Kurgan",
+ "lat": [
+ 55.2667,
+ 55.666700000000006
+ ],
+ "lon": [
+ 65.14999999999999,
+ 65.55
+ ]
+ },
+ {
+ "city": "Saransk",
+ "lat": [
+ 53.9833,
+ 54.383300000000006
+ ],
+ "lon": [
+ 44.9833,
+ 45.383300000000006
+ ]
+ },
+ {
+ "city": "Or\u00ebl",
+ "lat": [
+ 52.7686,
+ 53.168600000000005
+ ],
+ "lon": [
+ 35.8694,
+ 36.269400000000005
+ ]
+ },
+ {
+ "city": "Vladikavkaz",
+ "lat": [
+ 42.839999999999996,
+ 43.24
+ ],
+ "lon": [
+ 44.4775,
+ 44.877500000000005
+ ]
+ },
+ {
+ "city": "Cherepovets",
+ "lat": [
+ 58.9167,
+ 59.316700000000004
+ ],
+ "lon": [
+ 37.699999999999996,
+ 38.1
+ ]
+ },
+ {
+ "city": "Groznyy",
+ "lat": [
+ 43.1125,
+ 43.5125
+ ],
+ "lon": [
+ 45.498599999999996,
+ 45.8986
+ ]
+ },
+ {
+ "city": "Tambov",
+ "lat": [
+ 52.5231,
+ 52.923100000000005
+ ],
+ "lon": [
+ 41.253899999999994,
+ 41.6539
+ ]
+ },
+ {
+ "city": "Nizhnevartovsk",
+ "lat": [
+ 60.75,
+ 61.150000000000006
+ ],
+ "lon": [
+ 76.39999999999999,
+ 76.8
+ ]
+ },
+ {
+ "city": "Petrozavodsk",
+ "lat": [
+ 61.583299999999994,
+ 61.9833
+ ],
+ "lon": [
+ 34.1333,
+ 34.533300000000004
+ ]
+ },
+ {
+ "city": "Sterlitamak",
+ "lat": [
+ 53.433299999999996,
+ 53.8333
+ ],
+ "lon": [
+ 55.75,
+ 56.150000000000006
+ ]
+ },
+ {
+ "city": "Mytishchi",
+ "lat": [
+ 55.716699999999996,
+ 56.1167
+ ],
+ "lon": [
+ 37.5667,
+ 37.9667
+ ]
+ },
+ {
+ "city": "Yoshkar-Ola",
+ "lat": [
+ 56.449999999999996,
+ 56.85
+ ],
+ "lon": [
+ 47.683299999999996,
+ 48.0833
+ ]
+ },
+ {
+ "city": "Kostroma",
+ "lat": [
+ 57.568099999999994,
+ 57.9681
+ ],
+ "lon": [
+ 40.7269,
+ 41.126900000000006
+ ]
+ },
+ {
+ "city": "Murmansk",
+ "lat": [
+ 68.7706,
+ 69.17060000000001
+ ],
+ "lon": [
+ 32.875,
+ 33.275000000000006
+ ]
+ },
+ {
+ "city": "Nalchik",
+ "lat": [
+ 43.2833,
+ 43.6833
+ ],
+ "lon": [
+ 43.4167,
+ 43.816700000000004
+ ]
+ },
+ {
+ "city": "Novorossiysk",
+ "lat": [
+ 44.5167,
+ 44.916700000000006
+ ],
+ "lon": [
+ 37.583299999999994,
+ 37.9833
+ ]
+ },
+ {
+ "city": "Engels",
+ "lat": [
+ 51.3017,
+ 51.7017
+ ],
+ "lon": [
+ 45.9222,
+ 46.3222
+ ]
+ },
+ {
+ "city": "Khimki",
+ "lat": [
+ 55.6892,
+ 56.089200000000005
+ ],
+ "lon": [
+ 37.245,
+ 37.645
+ ]
+ },
+ {
+ "city": "Syktyvkar",
+ "lat": [
+ 61.466699999999996,
+ 61.8667
+ ],
+ "lon": [
+ 50.616699999999994,
+ 51.0167
+ ]
+ },
+ {
+ "city": "Taganrog",
+ "lat": [
+ 47.0167,
+ 47.416700000000006
+ ],
+ "lon": [
+ 38.716699999999996,
+ 39.1167
+ ]
+ },
+ {
+ "city": "Nizhnekamsk",
+ "lat": [
+ 55.433299999999996,
+ 55.8333
+ ],
+ "lon": [
+ 51.616699999999994,
+ 52.0167
+ ]
+ },
+ {
+ "city": "Blagoveshchensk",
+ "lat": [
+ 50.05,
+ 50.45
+ ],
+ "lon": [
+ 127.3333,
+ 127.7333
+ ]
+ },
+ {
+ "city": "Lyubertsy",
+ "lat": [
+ 55.4783,
+ 55.8783
+ ],
+ "lon": [
+ 37.694399999999995,
+ 38.0944
+ ]
+ },
+ {
+ "city": "Komsomol\u2019sk-na-Amure",
+ "lat": [
+ 50.366699999999994,
+ 50.7667
+ ],
+ "lon": [
+ 136.8,
+ 137.2
+ ]
+ },
+ {
+ "city": "Korol\u00ebv",
+ "lat": [
+ 55.716699999999996,
+ 56.1167
+ ],
+ "lon": [
+ 37.616699999999994,
+ 38.0167
+ ]
+ },
+ {
+ "city": "Kolpino",
+ "lat": [
+ 59.5333,
+ 59.9333
+ ],
+ "lon": [
+ 30.400000000000002,
+ 30.8
+ ]
+ },
+ {
+ "city": "Velikiy Novgorod",
+ "lat": [
+ 58.349999999999994,
+ 58.75
+ ],
+ "lon": [
+ 31.0667,
+ 31.4667
+ ]
+ },
+ {
+ "city": "Shakhty",
+ "lat": [
+ 47.5,
+ 47.900000000000006
+ ],
+ "lon": [
+ 40.0333,
+ 40.4333
+ ]
+ },
+ {
+ "city": "Bratsk",
+ "lat": [
+ 55.9167,
+ 56.316700000000004
+ ],
+ "lon": [
+ 101.39999999999999,
+ 101.8
+ ]
+ },
+ {
+ "city": "Angarsk",
+ "lat": [
+ 52.349999999999994,
+ 52.75
+ ],
+ "lon": [
+ 103.7,
+ 104.10000000000001
+ ]
+ },
+ {
+ "city": "Staryy Oskol",
+ "lat": [
+ 51.0967,
+ 51.496700000000004
+ ],
+ "lon": [
+ 37.635,
+ 38.035000000000004
+ ]
+ },
+ {
+ "city": "Dzerzhinsk",
+ "lat": [
+ 56.0333,
+ 56.4333
+ ],
+ "lon": [
+ 43.25,
+ 43.650000000000006
+ ]
+ },
+ {
+ "city": "Krasnogorsk",
+ "lat": [
+ 55.6217,
+ 56.0217
+ ],
+ "lon": [
+ 37.1386,
+ 37.5386
+ ]
+ },
+ {
+ "city": "Pskov",
+ "lat": [
+ 57.616699999999994,
+ 58.0167
+ ],
+ "lon": [
+ 28.133300000000002,
+ 28.5333
+ ]
+ },
+ {
+ "city": "Orsk",
+ "lat": [
+ 51.0,
+ 51.400000000000006
+ ],
+ "lon": [
+ 58.366699999999994,
+ 58.7667
+ ]
+ },
+ {
+ "city": "Armavir",
+ "lat": [
+ 44.8,
+ 45.2
+ ],
+ "lon": [
+ 40.9167,
+ 41.316700000000004
+ ]
+ },
+ {
+ "city": "Biysk",
+ "lat": [
+ 52.333299999999994,
+ 52.7333
+ ],
+ "lon": [
+ 85.0167,
+ 85.4167
+ ]
+ },
+ {
+ "city": "Balakovo",
+ "lat": [
+ 51.833299999999994,
+ 52.2333
+ ],
+ "lon": [
+ 47.583299999999994,
+ 47.9833
+ ]
+ },
+ {
+ "city": "Abakan",
+ "lat": [
+ 53.5167,
+ 53.916700000000006
+ ],
+ "lon": [
+ 91.2667,
+ 91.6667
+ ]
+ },
+ {
+ "city": "Yuzhno-Sakhalinsk",
+ "lat": [
+ 46.7667,
+ 47.166700000000006
+ ],
+ "lon": [
+ 142.53330000000003,
+ 142.9333
+ ]
+ },
+ {
+ "city": "Ussuriysk",
+ "lat": [
+ 43.599999999999994,
+ 44.0
+ ],
+ "lon": [
+ 131.76670000000001,
+ 132.1667
+ ]
+ },
+ {
+ "city": "Norilsk",
+ "lat": [
+ 69.13329999999999,
+ 69.5333
+ ],
+ "lon": [
+ 88.0167,
+ 88.4167
+ ]
+ },
+ {
+ "city": "Prokopyevsk",
+ "lat": [
+ 53.683299999999996,
+ 54.0833
+ ],
+ "lon": [
+ 86.5167,
+ 86.9167
+ ]
+ },
+ {
+ "city": "Rybinsk",
+ "lat": [
+ 57.849999999999994,
+ 58.25
+ ],
+ "lon": [
+ 38.6333,
+ 39.033300000000004
+ ]
+ },
+ {
+ "city": "Volgodonsk",
+ "lat": [
+ 47.3167,
+ 47.7167
+ ],
+ "lon": [
+ 41.949999999999996,
+ 42.35
+ ]
+ },
+ {
+ "city": "Almetyevsk",
+ "lat": [
+ 54.699999999999996,
+ 55.1
+ ],
+ "lon": [
+ 52.099999999999994,
+ 52.5
+ ]
+ },
+ {
+ "city": "Petropavlovsk-Kamchatskiy",
+ "lat": [
+ 52.8167,
+ 53.2167
+ ],
+ "lon": [
+ 158.45000000000002,
+ 158.85
+ ]
+ },
+ {
+ "city": "Syzran",
+ "lat": [
+ 52.966699999999996,
+ 53.3667
+ ],
+ "lon": [
+ 48.2667,
+ 48.666700000000006
+ ]
+ },
+ {
+ "city": "Kamensk-Ural\u2019skiy",
+ "lat": [
+ 56.199999999999996,
+ 56.6
+ ],
+ "lon": [
+ 61.7333,
+ 62.133300000000006
+ ]
+ },
+ {
+ "city": "Novocherkassk",
+ "lat": [
+ 47.222199999999994,
+ 47.6222
+ ],
+ "lon": [
+ 39.893899999999995,
+ 40.2939
+ ]
+ },
+ {
+ "city": "Zlatoust",
+ "lat": [
+ 54.966699999999996,
+ 55.3667
+ ],
+ "lon": [
+ 59.466699999999996,
+ 59.8667
+ ]
+ },
+ {
+ "city": "Domodedovo",
+ "lat": [
+ 55.239999999999995,
+ 55.64
+ ],
+ "lon": [
+ 37.561899999999994,
+ 37.9619
+ ]
+ },
+ {
+ "city": "Severodvinsk",
+ "lat": [
+ 64.3667,
+ 64.7667
+ ],
+ "lon": [
+ 39.6667,
+ 40.066700000000004
+ ]
+ },
+ {
+ "city": "Khasavyurt",
+ "lat": [
+ 43.05,
+ 43.45
+ ],
+ "lon": [
+ 46.3833,
+ 46.783300000000004
+ ]
+ },
+ {
+ "city": "Miass",
+ "lat": [
+ 54.8,
+ 55.2
+ ],
+ "lon": [
+ 59.9,
+ 60.300000000000004
+ ]
+ },
+ {
+ "city": "Salavat",
+ "lat": [
+ 53.1667,
+ 53.566700000000004
+ ],
+ "lon": [
+ 55.7333,
+ 56.133300000000006
+ ]
+ },
+ {
+ "city": "Kopeysk",
+ "lat": [
+ 54.9,
+ 55.300000000000004
+ ],
+ "lon": [
+ 61.4167,
+ 61.816700000000004
+ ]
+ },
+ {
+ "city": "Pyatigorsk",
+ "lat": [
+ 43.849999999999994,
+ 44.25
+ ],
+ "lon": [
+ 42.866699999999994,
+ 43.2667
+ ]
+ },
+ {
+ "city": "Elektrostal",
+ "lat": [
+ 55.583299999999994,
+ 55.9833
+ ],
+ "lon": [
+ 38.2667,
+ 38.666700000000006
+ ]
+ },
+ {
+ "city": "Maykop",
+ "lat": [
+ 44.4,
+ 44.800000000000004
+ ],
+ "lon": [
+ 39.8833,
+ 40.283300000000004
+ ]
+ },
+ {
+ "city": "Orekhovo-Borisovo Yuzhnoye",
+ "lat": [
+ 55.4,
+ 55.800000000000004
+ ],
+ "lon": [
+ 37.5333,
+ 37.9333
+ ]
+ },
+ {
+ "city": "Nakhodka",
+ "lat": [
+ 42.616699999999994,
+ 43.0167
+ ],
+ "lon": [
+ 132.66670000000002,
+ 133.0667
+ ]
+ },
+ {
+ "city": "Shchelkovo",
+ "lat": [
+ 55.716699999999996,
+ 56.1167
+ ],
+ "lon": [
+ 37.8,
+ 38.2
+ ]
+ },
+ {
+ "city": "Berezniki",
+ "lat": [
+ 59.216699999999996,
+ 59.6167
+ ],
+ "lon": [
+ 56.583299999999994,
+ 56.9833
+ ]
+ },
+ {
+ "city": "Serpukhov",
+ "lat": [
+ 54.716699999999996,
+ 55.1167
+ ],
+ "lon": [
+ 37.199999999999996,
+ 37.6
+ ]
+ },
+ {
+ "city": "Obninsk",
+ "lat": [
+ 54.8931,
+ 55.2931
+ ],
+ "lon": [
+ 36.410599999999995,
+ 36.8106
+ ]
+ },
+ {
+ "city": "Kolomna",
+ "lat": [
+ 54.8833,
+ 55.283300000000004
+ ],
+ "lon": [
+ 38.583299999999994,
+ 38.9833
+ ]
+ },
+ {
+ "city": "Neftekamsk",
+ "lat": [
+ 55.9028,
+ 56.302800000000005
+ ],
+ "lon": [
+ 54.0867,
+ 54.486700000000006
+ ]
+ },
+ {
+ "city": "Kovrov",
+ "lat": [
+ 56.168299999999995,
+ 56.5683
+ ],
+ "lon": [
+ 41.1108,
+ 41.5108
+ ]
+ },
+ {
+ "city": "Derbent",
+ "lat": [
+ 41.8578,
+ 42.2578
+ ],
+ "lon": [
+ 48.088899999999995,
+ 48.4889
+ ]
+ },
+ {
+ "city": "Nefteyugansk",
+ "lat": [
+ 60.8833,
+ 61.283300000000004
+ ],
+ "lon": [
+ 72.5,
+ 72.9
+ ]
+ },
+ {
+ "city": "Kislovodsk",
+ "lat": [
+ 43.716699999999996,
+ 44.1167
+ ],
+ "lon": [
+ 42.5167,
+ 42.916700000000006
+ ]
+ },
+ {
+ "city": "Nazran",
+ "lat": [
+ 43.0167,
+ 43.416700000000006
+ ],
+ "lon": [
+ 44.5667,
+ 44.9667
+ ]
+ },
+ {
+ "city": "Bataysk",
+ "lat": [
+ 46.966699999999996,
+ 47.3667
+ ],
+ "lon": [
+ 39.5333,
+ 39.9333
+ ]
+ },
+ {
+ "city": "Rubtsovsk",
+ "lat": [
+ 51.3167,
+ 51.7167
+ ],
+ "lon": [
+ 81.0,
+ 81.4
+ ]
+ },
+ {
+ "city": "Cherkessk",
+ "lat": [
+ 44.0167,
+ 44.416700000000006
+ ],
+ "lon": [
+ 41.849999999999994,
+ 42.25
+ ]
+ },
+ {
+ "city": "Yessentuki",
+ "lat": [
+ 43.833299999999994,
+ 44.2333
+ ],
+ "lon": [
+ 42.65,
+ 43.050000000000004
+ ]
+ },
+ {
+ "city": "Novocheboksarsk",
+ "lat": [
+ 55.933299999999996,
+ 56.3333
+ ],
+ "lon": [
+ 47.3,
+ 47.7
+ ]
+ },
+ {
+ "city": "Dolgoprudnyy",
+ "lat": [
+ 55.7333,
+ 56.133300000000006
+ ],
+ "lon": [
+ 37.3,
+ 37.7
+ ]
+ },
+ {
+ "city": "Novomoskovsk",
+ "lat": [
+ 53.8833,
+ 54.283300000000004
+ ],
+ "lon": [
+ 38.0167,
+ 38.416700000000006
+ ]
+ },
+ {
+ "city": "Oktyabr\u2019skiy",
+ "lat": [
+ 54.2667,
+ 54.666700000000006
+ ],
+ "lon": [
+ 53.2667,
+ 53.666700000000006
+ ]
+ },
+ {
+ "city": "Kyzyl",
+ "lat": [
+ 51.5167,
+ 51.916700000000006
+ ],
+ "lon": [
+ 94.25,
+ 94.65
+ ]
+ },
+ {
+ "city": "Nevinnomyssk",
+ "lat": [
+ 44.433299999999996,
+ 44.8333
+ ],
+ "lon": [
+ 41.7333,
+ 42.133300000000006
+ ]
+ },
+ {
+ "city": "Mikhaylovsk",
+ "lat": [
+ 44.933299999999996,
+ 45.3333
+ ],
+ "lon": [
+ 41.833299999999994,
+ 42.2333
+ ]
+ },
+ {
+ "city": "Pervouralsk",
+ "lat": [
+ 56.716699999999996,
+ 57.1167
+ ],
+ "lon": [
+ 59.7333,
+ 60.133300000000006
+ ]
+ },
+ {
+ "city": "Odintsovo",
+ "lat": [
+ 55.466699999999996,
+ 55.8667
+ ],
+ "lon": [
+ 37.0667,
+ 37.4667
+ ]
+ },
+ {
+ "city": "Pushkino",
+ "lat": [
+ 55.8167,
+ 56.2167
+ ],
+ "lon": [
+ 37.6333,
+ 38.033300000000004
+ ]
+ },
+ {
+ "city": "Zhukovskiy",
+ "lat": [
+ 55.3972,
+ 55.797200000000004
+ ],
+ "lon": [
+ 37.9203,
+ 38.3203
+ ]
+ },
+ {
+ "city": "Dimitrovgrad",
+ "lat": [
+ 53.9833,
+ 54.383300000000006
+ ],
+ "lon": [
+ 49.3833,
+ 49.783300000000004
+ ]
+ },
+ {
+ "city": "Art\u00ebm",
+ "lat": [
+ 43.1667,
+ 43.566700000000004
+ ],
+ "lon": [
+ 132.0,
+ 132.39999999999998
+ ]
+ },
+ {
+ "city": "Novyy Urengoy",
+ "lat": [
+ 65.88329999999999,
+ 66.2833
+ ],
+ "lon": [
+ 76.4833,
+ 76.8833
+ ]
+ },
+ {
+ "city": "Vidnoye",
+ "lat": [
+ 55.349999999999994,
+ 55.75
+ ],
+ "lon": [
+ 37.5167,
+ 37.916700000000006
+ ]
+ },
+ {
+ "city": "Khanty-Mansiysk",
+ "lat": [
+ 60.8,
+ 61.2
+ ],
+ "lon": [
+ 68.8,
+ 69.2
+ ]
+ },
+ {
+ "city": "Seversk",
+ "lat": [
+ 56.4,
+ 56.800000000000004
+ ],
+ "lon": [
+ 84.64999999999999,
+ 85.05
+ ]
+ },
+ {
+ "city": "Kamyshin",
+ "lat": [
+ 49.8833,
+ 50.283300000000004
+ ],
+ "lon": [
+ 45.199999999999996,
+ 45.6
+ ]
+ },
+ {
+ "city": "Murom",
+ "lat": [
+ 55.366699999999994,
+ 55.7667
+ ],
+ "lon": [
+ 41.833299999999994,
+ 42.2333
+ ]
+ },
+ {
+ "city": "Orekhovo-Zuyevo",
+ "lat": [
+ 55.599999999999994,
+ 56.0
+ ],
+ "lon": [
+ 38.7667,
+ 39.166700000000006
+ ]
+ },
+ {
+ "city": "Arzamas",
+ "lat": [
+ 55.199999999999996,
+ 55.6
+ ],
+ "lon": [
+ 43.616699999999994,
+ 44.0167
+ ]
+ },
+ {
+ "city": "Elista",
+ "lat": [
+ 46.116699999999994,
+ 46.5167
+ ],
+ "lon": [
+ 44.0667,
+ 44.4667
+ ]
+ },
+ {
+ "city": "Noyabrsk",
+ "lat": [
+ 63.0,
+ 63.400000000000006
+ ],
+ "lon": [
+ 75.25,
+ 75.65
+ ]
+ },
+ {
+ "city": "Berdsk",
+ "lat": [
+ 54.55,
+ 54.95
+ ],
+ "lon": [
+ 82.89999999999999,
+ 83.3
+ ]
+ },
+ {
+ "city": "Noginsk",
+ "lat": [
+ 55.65,
+ 56.050000000000004
+ ],
+ "lon": [
+ 38.2333,
+ 38.633300000000006
+ ]
+ },
+ {
+ "city": "Novoshakhtinsk",
+ "lat": [
+ 47.5667,
+ 47.9667
+ ],
+ "lon": [
+ 39.716699999999996,
+ 40.1167
+ ]
+ },
+ {
+ "city": "Yelets",
+ "lat": [
+ 52.4167,
+ 52.816700000000004
+ ],
+ "lon": [
+ 38.2667,
+ 38.666700000000006
+ ]
+ },
+ {
+ "city": "Achinsk",
+ "lat": [
+ 56.0817,
+ 56.481700000000004
+ ],
+ "lon": [
+ 90.3039,
+ 90.7039
+ ]
+ },
+ {
+ "city": "Tobolsk",
+ "lat": [
+ 58.0,
+ 58.400000000000006
+ ],
+ "lon": [
+ 68.0667,
+ 68.4667
+ ]
+ },
+ {
+ "city": "Zel\u00ebnodol\u2019sk",
+ "lat": [
+ 55.65,
+ 56.050000000000004
+ ],
+ "lon": [
+ 48.3167,
+ 48.7167
+ ]
+ },
+ {
+ "city": "Novokuybyshevsk",
+ "lat": [
+ 52.9,
+ 53.300000000000004
+ ],
+ "lon": [
+ 49.7333,
+ 50.133300000000006
+ ]
+ },
+ {
+ "city": "Sergiyev Posad",
+ "lat": [
+ 56.114999999999995,
+ 56.515
+ ],
+ "lon": [
+ 37.936699999999995,
+ 38.3367
+ ]
+ },
+ {
+ "city": "Zheleznogorsk",
+ "lat": [
+ 52.1333,
+ 52.533300000000004
+ ],
+ "lon": [
+ 35.1667,
+ 35.566700000000004
+ ]
+ },
+ {
+ "city": "Mezhdurechensk",
+ "lat": [
+ 53.486399999999996,
+ 53.8864
+ ],
+ "lon": [
+ 87.8703,
+ 88.2703
+ ]
+ },
+ {
+ "city": "Votkinsk",
+ "lat": [
+ 56.849999999999994,
+ 57.25
+ ],
+ "lon": [
+ 53.8,
+ 54.2
+ ]
+ },
+ {
+ "city": "Serov",
+ "lat": [
+ 59.4,
+ 59.800000000000004
+ ],
+ "lon": [
+ 60.366699999999994,
+ 60.7667
+ ]
+ },
+ {
+ "city": "Leninsk-Kuznetskiy",
+ "lat": [
+ 54.457499999999996,
+ 54.8575
+ ],
+ "lon": [
+ 85.9617,
+ 86.3617
+ ]
+ },
+ {
+ "city": "Gatchina",
+ "lat": [
+ 59.3833,
+ 59.783300000000004
+ ],
+ "lon": [
+ 29.9333,
+ 30.333299999999998
+ ]
+ },
+ {
+ "city": "Michurinsk",
+ "lat": [
+ 52.683299999999996,
+ 53.0833
+ ],
+ "lon": [
+ 40.2833,
+ 40.6833
+ ]
+ },
+ {
+ "city": "Sarapul",
+ "lat": [
+ 56.2667,
+ 56.666700000000006
+ ],
+ "lon": [
+ 53.599999999999994,
+ 54.0
+ ]
+ },
+ {
+ "city": "Magadan",
+ "lat": [
+ 59.366699999999994,
+ 59.7667
+ ],
+ "lon": [
+ 150.60000000000002,
+ 151.0
+ ]
+ },
+ {
+ "city": "Solikamsk",
+ "lat": [
+ 59.4433,
+ 59.843300000000006
+ ],
+ "lon": [
+ 56.55,
+ 56.95
+ ]
+ },
+ {
+ "city": "Buzuluk",
+ "lat": [
+ 52.583299999999994,
+ 52.9833
+ ],
+ "lon": [
+ 52.05,
+ 52.45
+ ]
+ },
+ {
+ "city": "Glazov",
+ "lat": [
+ 57.933299999999996,
+ 58.3333
+ ],
+ "lon": [
+ 52.466699999999996,
+ 52.8667
+ ]
+ },
+ {
+ "city": "Reutov",
+ "lat": [
+ 55.5622,
+ 55.9622
+ ],
+ "lon": [
+ 37.656699999999994,
+ 38.0567
+ ]
+ },
+ {
+ "city": "Kansk",
+ "lat": [
+ 56.0,
+ 56.400000000000006
+ ],
+ "lon": [
+ 95.5167,
+ 95.9167
+ ]
+ },
+ {
+ "city": "Chekhov",
+ "lat": [
+ 54.949999999999996,
+ 55.35
+ ],
+ "lon": [
+ 37.25,
+ 37.650000000000006
+ ]
+ },
+ {
+ "city": "Shch\u00ebkino",
+ "lat": [
+ 53.8,
+ 54.2
+ ],
+ "lon": [
+ 37.3167,
+ 37.7167
+ ]
+ },
+ {
+ "city": "Velikiye Luki",
+ "lat": [
+ 56.1333,
+ 56.533300000000004
+ ],
+ "lon": [
+ 30.3333,
+ 30.7333
+ ]
+ },
+ {
+ "city": "Anapa",
+ "lat": [
+ 44.694399999999995,
+ 45.0944
+ ],
+ "lon": [
+ 37.116699999999994,
+ 37.5167
+ ]
+ },
+ {
+ "city": "Gubkin",
+ "lat": [
+ 51.0828,
+ 51.482800000000005
+ ],
+ "lon": [
+ 37.3353,
+ 37.7353
+ ]
+ },
+ {
+ "city": "Kamensk-Shakhtinskiy",
+ "lat": [
+ 48.120599999999996,
+ 48.5206
+ ],
+ "lon": [
+ 40.061099999999996,
+ 40.4611
+ ]
+ },
+ {
+ "city": "Zheleznogorsk",
+ "lat": [
+ 56.05,
+ 56.45
+ ],
+ "lon": [
+ 93.3333,
+ 93.7333
+ ]
+ },
+ {
+ "city": "Yeysk",
+ "lat": [
+ 46.5111,
+ 46.911100000000005
+ ],
+ "lon": [
+ 38.073299999999996,
+ 38.4733
+ ]
+ },
+ {
+ "city": "Gelendzhik",
+ "lat": [
+ 44.375,
+ 44.775000000000006
+ ],
+ "lon": [
+ 37.872499999999995,
+ 38.2725
+ ]
+ },
+ {
+ "city": "Azov",
+ "lat": [
+ 46.9083,
+ 47.3083
+ ],
+ "lon": [
+ 39.2181,
+ 39.618100000000005
+ ]
+ },
+ {
+ "city": "Ust\u2019-Ilimsk",
+ "lat": [
+ 57.8,
+ 58.2
+ ],
+ "lon": [
+ 102.4667,
+ 102.86670000000001
+ ]
+ },
+ {
+ "city": "Bugulma",
+ "lat": [
+ 54.3364,
+ 54.7364
+ ],
+ "lon": [
+ 52.5975,
+ 52.9975
+ ]
+ },
+ {
+ "city": "Kuznetsk",
+ "lat": [
+ 52.9167,
+ 53.316700000000004
+ ],
+ "lon": [
+ 46.4,
+ 46.800000000000004
+ ]
+ },
+ {
+ "city": "Vsevolozhsk",
+ "lat": [
+ 59.833299999999994,
+ 60.2333
+ ],
+ "lon": [
+ 30.4667,
+ 30.866699999999998
+ ]
+ },
+ {
+ "city": "Novouralsk",
+ "lat": [
+ 57.05,
+ 57.45
+ ],
+ "lon": [
+ 59.8833,
+ 60.283300000000004
+ ]
+ },
+ {
+ "city": "Kineshma",
+ "lat": [
+ 57.2333,
+ 57.633300000000006
+ ],
+ "lon": [
+ 41.933299999999996,
+ 42.3333
+ ]
+ },
+ {
+ "city": "Bor",
+ "lat": [
+ 56.15,
+ 56.550000000000004
+ ],
+ "lon": [
+ 43.8833,
+ 44.283300000000004
+ ]
+ },
+ {
+ "city": "Ukhta",
+ "lat": [
+ 63.366699999999994,
+ 63.7667
+ ],
+ "lon": [
+ 53.5,
+ 53.900000000000006
+ ]
+ },
+ {
+ "city": "Oz\u00ebrsk",
+ "lat": [
+ 55.55,
+ 55.95
+ ],
+ "lon": [
+ 60.5167,
+ 60.916700000000006
+ ]
+ },
+ {
+ "city": "Chaykovskiy",
+ "lat": [
+ 56.5667,
+ 56.9667
+ ],
+ "lon": [
+ 53.949999999999996,
+ 54.35
+ ]
+ },
+ {
+ "city": "Kropotkin",
+ "lat": [
+ 45.2333,
+ 45.633300000000006
+ ],
+ "lon": [
+ 40.366699999999994,
+ 40.7667
+ ]
+ },
+ {
+ "city": "Usol\u2019ye-Sibirskoye",
+ "lat": [
+ 52.55,
+ 52.95
+ ],
+ "lon": [
+ 103.4333,
+ 103.83330000000001
+ ]
+ },
+ {
+ "city": "Naro-Fominsk",
+ "lat": [
+ 55.183299999999996,
+ 55.5833
+ ],
+ "lon": [
+ 36.5667,
+ 36.9667
+ ]
+ },
+ {
+ "city": "Novotroitsk",
+ "lat": [
+ 51.003899999999994,
+ 51.4039
+ ],
+ "lon": [
+ 58.111399999999996,
+ 58.5114
+ ]
+ },
+ {
+ "city": "Balashov",
+ "lat": [
+ 51.3469,
+ 51.746900000000004
+ ],
+ "lon": [
+ 42.973299999999995,
+ 43.3733
+ ]
+ },
+ {
+ "city": "Dubna",
+ "lat": [
+ 56.5364,
+ 56.936400000000006
+ ],
+ "lon": [
+ 36.9625,
+ 37.362500000000004
+ ]
+ },
+ {
+ "city": "Yelabuga",
+ "lat": [
+ 55.5667,
+ 55.9667
+ ],
+ "lon": [
+ 51.8833,
+ 52.283300000000004
+ ]
+ },
+ {
+ "city": "Verkhnyaya Pyshma",
+ "lat": [
+ 56.7761,
+ 57.176100000000005
+ ],
+ "lon": [
+ 60.3944,
+ 60.7944
+ ]
+ },
+ {
+ "city": "Birobidzhan",
+ "lat": [
+ 48.599999999999994,
+ 49.0
+ ],
+ "lon": [
+ 132.7333,
+ 133.1333
+ ]
+ },
+ {
+ "city": "Novoaltaysk",
+ "lat": [
+ 53.183299999999996,
+ 53.5833
+ ],
+ "lon": [
+ 83.7333,
+ 84.1333
+ ]
+ },
+ {
+ "city": "Kotelniki",
+ "lat": [
+ 55.4617,
+ 55.861700000000006
+ ],
+ "lon": [
+ 37.667199999999994,
+ 38.0672
+ ]
+ },
+ {
+ "city": "Sertolovo",
+ "lat": [
+ 59.949999999999996,
+ 60.35
+ ],
+ "lon": [
+ 30.0167,
+ 30.4167
+ ]
+ },
+ {
+ "city": "Anzhero-Sudzhensk",
+ "lat": [
+ 55.8833,
+ 56.283300000000004
+ ],
+ "lon": [
+ 85.8333,
+ 86.2333
+ ]
+ },
+ {
+ "city": "Kirovo-Chepetsk",
+ "lat": [
+ 58.349999999999994,
+ 58.75
+ ],
+ "lon": [
+ 49.8,
+ 50.2
+ ]
+ },
+ {
+ "city": "Vyborg",
+ "lat": [
+ 60.5167,
+ 60.916700000000006
+ ],
+ "lon": [
+ 28.5667,
+ 28.9667
+ ]
+ },
+ {
+ "city": "Chapayevsk",
+ "lat": [
+ 52.7833,
+ 53.1833
+ ],
+ "lon": [
+ 49.5167,
+ 49.916700000000006
+ ]
+ },
+ {
+ "city": "Troitsk",
+ "lat": [
+ 53.8833,
+ 54.283300000000004
+ ],
+ "lon": [
+ 61.366699999999994,
+ 61.7667
+ ]
+ },
+ {
+ "city": "Buynaksk",
+ "lat": [
+ 42.616699999999994,
+ 43.0167
+ ],
+ "lon": [
+ 46.9167,
+ 47.316700000000004
+ ]
+ },
+ {
+ "city": "Apatity",
+ "lat": [
+ 67.3667,
+ 67.7667
+ ],
+ "lon": [
+ 33.199999999999996,
+ 33.6
+ ]
+ },
+ {
+ "city": "Mineral\u2019nyye Vody",
+ "lat": [
+ 44.0167,
+ 44.416700000000006
+ ],
+ "lon": [
+ 42.933299999999996,
+ 43.3333
+ ]
+ },
+ {
+ "city": "Minusinsk",
+ "lat": [
+ 53.5,
+ 53.900000000000006
+ ],
+ "lon": [
+ 91.4833,
+ 91.8833
+ ]
+ },
+ {
+ "city": "Tuymazy",
+ "lat": [
+ 54.4,
+ 54.800000000000004
+ ],
+ "lon": [
+ 53.5,
+ 53.900000000000006
+ ]
+ },
+ {
+ "city": "Ishim",
+ "lat": [
+ 55.9167,
+ 56.316700000000004
+ ],
+ "lon": [
+ 69.3,
+ 69.7
+ ]
+ },
+ {
+ "city": "Vorkuta",
+ "lat": [
+ 67.3,
+ 67.7
+ ],
+ "lon": [
+ 63.833299999999994,
+ 64.2333
+ ]
+ },
+ {
+ "city": "Lytkarino",
+ "lat": [
+ 55.3833,
+ 55.783300000000004
+ ],
+ "lon": [
+ 37.699999999999996,
+ 38.1
+ ]
+ },
+ {
+ "city": "Gudermes",
+ "lat": [
+ 43.15,
+ 43.550000000000004
+ ],
+ "lon": [
+ 45.9,
+ 46.300000000000004
+ ]
+ },
+ {
+ "city": "Urus-Martan",
+ "lat": [
+ 42.933299999999996,
+ 43.3333
+ ],
+ "lon": [
+ 45.349999999999994,
+ 45.75
+ ]
+ },
+ {
+ "city": "Pavlovskiy Posad",
+ "lat": [
+ 55.5667,
+ 55.9667
+ ],
+ "lon": [
+ 38.466699999999996,
+ 38.8667
+ ]
+ },
+ {
+ "city": "Beloretsk",
+ "lat": [
+ 53.7667,
+ 54.166700000000006
+ ],
+ "lon": [
+ 58.199999999999996,
+ 58.6
+ ]
+ },
+ {
+ "city": "Ishimbay",
+ "lat": [
+ 53.25,
+ 53.650000000000006
+ ],
+ "lon": [
+ 55.833299999999994,
+ 56.2333
+ ]
+ },
+ {
+ "city": "Donskoy",
+ "lat": [
+ 53.7658,
+ 54.165800000000004
+ ],
+ "lon": [
+ 38.1247,
+ 38.5247
+ ]
+ },
+ {
+ "city": "Stupino",
+ "lat": [
+ 54.683299999999996,
+ 55.0833
+ ],
+ "lon": [
+ 37.9,
+ 38.300000000000004
+ ]
+ },
+ {
+ "city": "Gorno-Altaysk",
+ "lat": [
+ 51.75,
+ 52.150000000000006
+ ],
+ "lon": [
+ 85.7667,
+ 86.1667
+ ]
+ },
+ {
+ "city": "Novaya Balakhna",
+ "lat": [
+ 56.289899999999996,
+ 56.6899
+ ],
+ "lon": [
+ 43.4011,
+ 43.801100000000005
+ ]
+ },
+ {
+ "city": "Klintsy",
+ "lat": [
+ 52.55,
+ 52.95
+ ],
+ "lon": [
+ 32.0333,
+ 32.4333
+ ]
+ },
+ {
+ "city": "Nyagan",
+ "lat": [
+ 61.933299999999996,
+ 62.3333
+ ],
+ "lon": [
+ 65.1833,
+ 65.58330000000001
+ ]
+ },
+ {
+ "city": "Dmitrov",
+ "lat": [
+ 56.15,
+ 56.550000000000004
+ ],
+ "lon": [
+ 37.333299999999994,
+ 37.7333
+ ]
+ },
+ {
+ "city": "Shuya",
+ "lat": [
+ 56.65,
+ 57.050000000000004
+ ],
+ "lon": [
+ 41.1667,
+ 41.566700000000004
+ ]
+ },
+ {
+ "city": "Kungur",
+ "lat": [
+ 57.2333,
+ 57.633300000000006
+ ],
+ "lon": [
+ 56.7333,
+ 57.133300000000006
+ ]
+ },
+ {
+ "city": "Kstovo",
+ "lat": [
+ 55.966699999999996,
+ 56.3667
+ ],
+ "lon": [
+ 43.966699999999996,
+ 44.3667
+ ]
+ },
+ {
+ "city": "Georgiyevsk",
+ "lat": [
+ 43.949999999999996,
+ 44.35
+ ],
+ "lon": [
+ 43.2667,
+ 43.666700000000006
+ ]
+ },
+ {
+ "city": "Leninogorsk",
+ "lat": [
+ 54.4,
+ 54.800000000000004
+ ],
+ "lon": [
+ 52.3,
+ 52.7
+ ]
+ },
+ {
+ "city": "Rossosh",
+ "lat": [
+ 50.0,
+ 50.400000000000006
+ ],
+ "lon": [
+ 39.349999999999994,
+ 39.75
+ ]
+ },
+ {
+ "city": "Aleksin",
+ "lat": [
+ 54.3167,
+ 54.7167
+ ],
+ "lon": [
+ 36.9,
+ 37.300000000000004
+ ]
+ },
+ {
+ "city": "Borisoglebsk",
+ "lat": [
+ 51.1667,
+ 51.566700000000004
+ ],
+ "lon": [
+ 41.8833,
+ 42.283300000000004
+ ]
+ },
+ {
+ "city": "Fryazino",
+ "lat": [
+ 55.75,
+ 56.150000000000006
+ ],
+ "lon": [
+ 37.849999999999994,
+ 38.25
+ ]
+ },
+ {
+ "city": "Ber\u00ebzovskiy",
+ "lat": [
+ 56.699999999999996,
+ 57.1
+ ],
+ "lon": [
+ 60.616699999999994,
+ 61.0167
+ ]
+ },
+ {
+ "city": "Gukovo",
+ "lat": [
+ 47.849999999999994,
+ 48.25
+ ],
+ "lon": [
+ 39.716699999999996,
+ 40.1167
+ ]
+ },
+ {
+ "city": "Belogorsk",
+ "lat": [
+ 50.716699999999996,
+ 51.1167
+ ],
+ "lon": [
+ 128.26670000000001,
+ 128.6667
+ ]
+ },
+ {
+ "city": "Prokhladnyy",
+ "lat": [
+ 43.55,
+ 43.95
+ ],
+ "lon": [
+ 43.833299999999994,
+ 44.2333
+ ]
+ },
+ {
+ "city": "Revda",
+ "lat": [
+ 56.6053,
+ 57.005300000000005
+ ],
+ "lon": [
+ 59.7283,
+ 60.1283
+ ]
+ },
+ {
+ "city": "Belebey",
+ "lat": [
+ 53.9,
+ 54.300000000000004
+ ],
+ "lon": [
+ 53.933299999999996,
+ 54.3333
+ ]
+ },
+ {
+ "city": "Chistopol",
+ "lat": [
+ 55.164699999999996,
+ 55.5647
+ ],
+ "lon": [
+ 50.4261,
+ 50.826100000000004
+ ]
+ },
+ {
+ "city": "Zarechnyy",
+ "lat": [
+ 53.0,
+ 53.400000000000006
+ ],
+ "lon": [
+ 44.966699999999996,
+ 45.3667
+ ]
+ },
+ {
+ "city": "Kumertau",
+ "lat": [
+ 52.5667,
+ 52.9667
+ ],
+ "lon": [
+ 55.583299999999994,
+ 55.9833
+ ]
+ },
+ {
+ "city": "Salsk",
+ "lat": [
+ 46.2833,
+ 46.6833
+ ],
+ "lon": [
+ 41.333299999999994,
+ 41.7333
+ ]
+ },
+ {
+ "city": "Dzerzhinskiy",
+ "lat": [
+ 55.433299999999996,
+ 55.8333
+ ],
+ "lon": [
+ 37.65,
+ 38.050000000000004
+ ]
+ },
+ {
+ "city": "Iskitim",
+ "lat": [
+ 54.44,
+ 54.84
+ ],
+ "lon": [
+ 83.1061,
+ 83.5061
+ ]
+ },
+ {
+ "city": "Pavlovo",
+ "lat": [
+ 55.765299999999996,
+ 56.1653
+ ],
+ "lon": [
+ 42.8711,
+ 43.271100000000004
+ ]
+ },
+ {
+ "city": "Shali",
+ "lat": [
+ 42.949999999999996,
+ 43.35
+ ],
+ "lon": [
+ 45.699999999999996,
+ 46.1
+ ]
+ },
+ {
+ "city": "Aleksandrov",
+ "lat": [
+ 56.199999999999996,
+ 56.6
+ ],
+ "lon": [
+ 38.5333,
+ 38.9333
+ ]
+ },
+ {
+ "city": "Asbest",
+ "lat": [
+ 56.8,
+ 57.2
+ ],
+ "lon": [
+ 61.2667,
+ 61.666700000000006
+ ]
+ },
+ {
+ "city": "Sibay",
+ "lat": [
+ 52.5,
+ 52.900000000000006
+ ],
+ "lon": [
+ 58.449999999999996,
+ 58.85
+ ]
+ },
+ {
+ "city": "Meleuz",
+ "lat": [
+ 52.75,
+ 53.150000000000006
+ ],
+ "lon": [
+ 55.7333,
+ 56.133300000000006
+ ]
+ },
+ {
+ "city": "Bud\u00ebnnovsk",
+ "lat": [
+ 44.583299999999994,
+ 44.9833
+ ],
+ "lon": [
+ 43.966699999999996,
+ 44.3667
+ ]
+ },
+ {
+ "city": "Kotlas",
+ "lat": [
+ 61.05,
+ 61.45
+ ],
+ "lon": [
+ 46.433299999999996,
+ 46.8333
+ ]
+ },
+ {
+ "city": "Mikhaylovka",
+ "lat": [
+ 49.866699999999994,
+ 50.2667
+ ],
+ "lon": [
+ 43.05,
+ 43.45
+ ]
+ },
+ {
+ "city": "Izberbash",
+ "lat": [
+ 42.363299999999995,
+ 42.7633
+ ],
+ "lon": [
+ 47.663599999999995,
+ 48.0636
+ ]
+ },
+ {
+ "city": "Rzhev",
+ "lat": [
+ 56.05,
+ 56.45
+ ],
+ "lon": [
+ 34.116699999999994,
+ 34.5167
+ ]
+ },
+ {
+ "city": "Lesosibirsk",
+ "lat": [
+ 58.035799999999995,
+ 58.4358
+ ],
+ "lon": [
+ 92.2828,
+ 92.6828
+ ]
+ },
+ {
+ "city": "Krasnotur\u2019insk",
+ "lat": [
+ 59.573299999999996,
+ 59.9733
+ ],
+ "lon": [
+ 59.985299999999995,
+ 60.3853
+ ]
+ },
+ {
+ "city": "Volsk",
+ "lat": [
+ 51.849999999999994,
+ 52.25
+ ],
+ "lon": [
+ 47.183299999999996,
+ 47.5833
+ ]
+ },
+ {
+ "city": "Belorechensk",
+ "lat": [
+ 44.568599999999996,
+ 44.9686
+ ],
+ "lon": [
+ 39.6733,
+ 40.0733
+ ]
+ },
+ {
+ "city": "Tikhoretsk",
+ "lat": [
+ 45.6667,
+ 46.066700000000004
+ ],
+ "lon": [
+ 39.933299999999996,
+ 40.3333
+ ]
+ },
+ {
+ "city": "Polevskoy",
+ "lat": [
+ 56.25,
+ 56.650000000000006
+ ],
+ "lon": [
+ 59.9833,
+ 60.383300000000006
+ ]
+ },
+ {
+ "city": "Zelenogorsk",
+ "lat": [
+ 55.9,
+ 56.300000000000004
+ ],
+ "lon": [
+ 94.38329999999999,
+ 94.7833
+ ]
+ },
+ {
+ "city": "Liski",
+ "lat": [
+ 50.7667,
+ 51.166700000000006
+ ],
+ "lon": [
+ 39.3167,
+ 39.7167
+ ]
+ },
+ {
+ "city": "Cheremkhovo",
+ "lat": [
+ 52.949999999999996,
+ 53.35
+ ],
+ "lon": [
+ 102.88329999999999,
+ 103.2833
+ ]
+ },
+ {
+ "city": "Tikhvin",
+ "lat": [
+ 59.449999999999996,
+ 59.85
+ ],
+ "lon": [
+ 33.333299999999994,
+ 33.7333
+ ]
+ },
+ {
+ "city": "Neryungri",
+ "lat": [
+ 56.4833,
+ 56.883300000000006
+ ],
+ "lon": [
+ 124.4667,
+ 124.86670000000001
+ ]
+ },
+ {
+ "city": "Lysva",
+ "lat": [
+ 57.900299999999994,
+ 58.3003
+ ],
+ "lon": [
+ 57.6042,
+ 58.004200000000004
+ ]
+ },
+ {
+ "city": "Megion",
+ "lat": [
+ 60.833099999999995,
+ 61.2331
+ ],
+ "lon": [
+ 75.9097,
+ 76.3097
+ ]
+ },
+ {
+ "city": "Krasnokamensk",
+ "lat": [
+ 49.9,
+ 50.300000000000004
+ ],
+ "lon": [
+ 117.8333,
+ 118.2333
+ ]
+ },
+ {
+ "city": "Volzhsk",
+ "lat": [
+ 55.6703,
+ 56.0703
+ ],
+ "lon": [
+ 48.156099999999995,
+ 48.5561
+ ]
+ },
+ {
+ "city": "Slavyansk-na-Kubani",
+ "lat": [
+ 45.05,
+ 45.45
+ ],
+ "lon": [
+ 37.9167,
+ 38.316700000000004
+ ]
+ },
+ {
+ "city": "Gus\u2019-Khrustal\u2019nyy",
+ "lat": [
+ 55.4167,
+ 55.816700000000004
+ ],
+ "lon": [
+ 40.4833,
+ 40.883300000000006
+ ]
+ },
+ {
+ "city": "Timashevsk",
+ "lat": [
+ 45.4167,
+ 45.816700000000004
+ ],
+ "lon": [
+ 38.7333,
+ 39.133300000000006
+ ]
+ },
+ {
+ "city": "Salekhard",
+ "lat": [
+ 66.3333,
+ 66.7333
+ ],
+ "lon": [
+ 66.39999999999999,
+ 66.8
+ ]
+ },
+ {
+ "city": "Snezhinsk",
+ "lat": [
+ 55.8833,
+ 56.283300000000004
+ ],
+ "lon": [
+ 60.5333,
+ 60.9333
+ ]
+ },
+ {
+ "city": "Vyazma",
+ "lat": [
+ 55.0107,
+ 55.410700000000006
+ ],
+ "lon": [
+ 34.0912,
+ 34.491200000000006
+ ]
+ }
+ ],
+ "United Kingdom": [
+ {
+ "city": "London",
+ "lat": [
+ 51.307199999999995,
+ 51.7072
+ ],
+ "lon": [
+ -0.3275,
+ 0.07250000000000001
+ ]
+ },
+ {
+ "city": "Birmingham",
+ "lat": [
+ 52.279999999999994,
+ 52.68
+ ],
+ "lon": [
+ -2.1025,
+ -1.7025000000000001
+ ]
+ },
+ {
+ "city": "Portsmouth",
+ "lat": [
+ 50.605799999999995,
+ 51.0058
+ ],
+ "lon": [
+ -1.2872,
+ -0.8872
+ ]
+ },
+ {
+ "city": "Southampton",
+ "lat": [
+ 50.7025,
+ 51.102500000000006
+ ],
+ "lon": [
+ -1.6041999999999998,
+ -1.2042
+ ]
+ },
+ {
+ "city": "Bristol",
+ "lat": [
+ 51.2536,
+ 51.653600000000004
+ ],
+ "lon": [
+ -2.7975000000000003,
+ -2.3975
+ ]
+ },
+ {
+ "city": "Glasgow",
+ "lat": [
+ 55.6611,
+ 56.0611
+ ],
+ "lon": [
+ -4.45,
+ -4.05
+ ]
+ },
+ {
+ "city": "Manchester",
+ "lat": [
+ 53.278999999999996,
+ 53.679
+ ],
+ "lon": [
+ -2.4452000000000003,
+ -2.0452
+ ]
+ },
+ {
+ "city": "Leeds",
+ "lat": [
+ 53.5975,
+ 53.9975
+ ],
+ "lon": [
+ -1.7436,
+ -1.3436000000000001
+ ]
+ },
+ {
+ "city": "Sheffield",
+ "lat": [
+ 53.1808,
+ 53.5808
+ ],
+ "lon": [
+ -1.6703,
+ -1.2703
+ ]
+ },
+ {
+ "city": "Liverpool",
+ "lat": [
+ 53.2072,
+ 53.607200000000006
+ ],
+ "lon": [
+ -3.1917,
+ -2.7916999999999996
+ ]
+ },
+ {
+ "city": "Edinburgh",
+ "lat": [
+ 55.75,
+ 56.150000000000006
+ ],
+ "lon": [
+ -3.3833,
+ -2.9833
+ ]
+ },
+ {
+ "city": "Worthing",
+ "lat": [
+ 50.6147,
+ 51.014700000000005
+ ],
+ "lon": [
+ -0.5714,
+ -0.1714
+ ]
+ },
+ {
+ "city": "Leicester",
+ "lat": [
+ 52.436099999999996,
+ 52.8361
+ ],
+ "lon": [
+ -1.3331,
+ -0.9331
+ ]
+ },
+ {
+ "city": "Coventry",
+ "lat": [
+ 52.208099999999995,
+ 52.6081
+ ],
+ "lon": [
+ -1.7106,
+ -1.3106
+ ]
+ },
+ {
+ "city": "Caerdydd",
+ "lat": [
+ 51.281699999999994,
+ 51.6817
+ ],
+ "lon": [
+ -3.3792,
+ -2.9791999999999996
+ ]
+ },
+ {
+ "city": "Belfast",
+ "lat": [
+ 54.396699999999996,
+ 54.7967
+ ],
+ "lon": [
+ -6.13,
+ -5.7299999999999995
+ ]
+ },
+ {
+ "city": "Reading",
+ "lat": [
+ 51.2542,
+ 51.6542
+ ],
+ "lon": [
+ -1.1731,
+ -0.7730999999999999
+ ]
+ },
+ {
+ "city": "Kingston upon Hull",
+ "lat": [
+ 53.544399999999996,
+ 53.9444
+ ],
+ "lon": [
+ -0.5325,
+ -0.1325
+ ]
+ },
+ {
+ "city": "Newcastle",
+ "lat": [
+ 54.778,
+ 55.178000000000004
+ ],
+ "lon": [
+ -1.8102,
+ -1.4102000000000001
+ ]
+ },
+ {
+ "city": "Stockport",
+ "lat": [
+ 53.208299999999994,
+ 53.6083
+ ],
+ "lon": [
+ -2.3494,
+ -1.9494
+ ]
+ },
+ {
+ "city": "Bradford",
+ "lat": [
+ 53.599999999999994,
+ 54.0
+ ],
+ "lon": [
+ -1.95,
+ -1.55
+ ]
+ },
+ {
+ "city": "Nottingham",
+ "lat": [
+ 52.756099999999996,
+ 53.1561
+ ],
+ "lon": [
+ -1.3512,
+ -0.9512
+ ]
+ },
+ {
+ "city": "Bolton",
+ "lat": [
+ 53.378299999999996,
+ 53.7783
+ ],
+ "lon": [
+ -2.6300000000000003,
+ -2.23
+ ]
+ },
+ {
+ "city": "Sunderland",
+ "lat": [
+ 54.705999999999996,
+ 55.106
+ ],
+ "lon": [
+ -1.581,
+ -1.181
+ ]
+ },
+ {
+ "city": "Plymouth",
+ "lat": [
+ 50.1714,
+ 50.571400000000004
+ ],
+ "lon": [
+ -4.3422,
+ -3.9421999999999997
+ ]
+ },
+ {
+ "city": "Milton Keynes",
+ "lat": [
+ 51.839999999999996,
+ 52.24
+ ],
+ "lon": [
+ -0.96,
+ -0.56
+ ]
+ },
+ {
+ "city": "Derby",
+ "lat": [
+ 52.7247,
+ 53.124700000000004
+ ],
+ "lon": [
+ -1.678,
+ -1.278
+ ]
+ },
+ {
+ "city": "Westminster",
+ "lat": [
+ 51.2947,
+ 51.694700000000005
+ ],
+ "lon": [
+ -0.33530000000000004,
+ 0.06470000000000001
+ ]
+ },
+ {
+ "city": "Wolverhampton",
+ "lat": [
+ 52.3833,
+ 52.783300000000004
+ ],
+ "lon": [
+ -2.3333000000000004,
+ -1.9333000000000002
+ ]
+ },
+ {
+ "city": "Abertawe",
+ "lat": [
+ 51.4167,
+ 51.816700000000004
+ ],
+ "lon": [
+ -4.15,
+ -3.75
+ ]
+ },
+ {
+ "city": "Barnsley",
+ "lat": [
+ 53.354699999999994,
+ 53.7547
+ ],
+ "lon": [
+ -1.6791,
+ -1.2791000000000001
+ ]
+ },
+ {
+ "city": "Stoke-on-Trent",
+ "lat": [
+ 52.8255,
+ 53.225500000000004
+ ],
+ "lon": [
+ -2.3761,
+ -1.9761
+ ]
+ },
+ {
+ "city": "Swindon",
+ "lat": [
+ 51.36,
+ 51.760000000000005
+ ],
+ "lon": [
+ -1.98,
+ -1.58
+ ]
+ },
+ {
+ "city": "Norwich",
+ "lat": [
+ 52.428599999999996,
+ 52.8286
+ ],
+ "lon": [
+ 1.0928,
+ 1.4928
+ ]
+ },
+ {
+ "city": "Luton",
+ "lat": [
+ 51.6783,
+ 52.078300000000006
+ ],
+ "lon": [
+ -0.6147,
+ -0.2147
+ ]
+ },
+ {
+ "city": "Solihull",
+ "lat": [
+ 52.212999999999994,
+ 52.613
+ ],
+ "lon": [
+ -1.978,
+ -1.578
+ ]
+ },
+ {
+ "city": "Islington",
+ "lat": [
+ 51.343999999999994,
+ 51.744
+ ],
+ "lon": [
+ -0.3027,
+ 0.09730000000000001
+ ]
+ },
+ {
+ "city": "Aberdeen",
+ "lat": [
+ 56.949999999999996,
+ 57.35
+ ],
+ "lon": [
+ -2.31,
+ -1.91
+ ]
+ },
+ {
+ "city": "Peterborough",
+ "lat": [
+ 52.366099999999996,
+ 52.7661
+ ],
+ "lon": [
+ -0.4364,
+ -0.03639999999999999
+ ]
+ },
+ {
+ "city": "Croydon",
+ "lat": [
+ 51.1727,
+ 51.572700000000005
+ ],
+ "lon": [
+ -0.3099,
+ 0.09010000000000001
+ ]
+ },
+ {
+ "city": "Bournemouth",
+ "lat": [
+ 50.519999999999996,
+ 50.92
+ ],
+ "lon": [
+ -2.08,
+ -1.68
+ ]
+ },
+ {
+ "city": "Basildon",
+ "lat": [
+ 51.379999999999995,
+ 51.78
+ ],
+ "lon": [
+ 0.29,
+ 0.69
+ ]
+ },
+ {
+ "city": "Saint Helens",
+ "lat": [
+ 53.2542,
+ 53.6542
+ ],
+ "lon": [
+ -2.9361,
+ -2.5361
+ ]
+ },
+ {
+ "city": "Ilford",
+ "lat": [
+ 51.357499999999995,
+ 51.7575
+ ],
+ "lon": [
+ -0.11420000000000001,
+ 0.2858
+ ]
+ },
+ {
+ "city": "Warrington",
+ "lat": [
+ 53.19,
+ 53.59
+ ],
+ "lon": [
+ -2.79,
+ -2.3899999999999997
+ ]
+ },
+ {
+ "city": "Huddersfield",
+ "lat": [
+ 53.445,
+ 53.845000000000006
+ ],
+ "lon": [
+ -1.9798,
+ -1.5798
+ ]
+ },
+ {
+ "city": "Southend",
+ "lat": [
+ 51.349999999999994,
+ 51.75
+ ],
+ "lon": [
+ 0.51,
+ 0.9099999999999999
+ ]
+ },
+ {
+ "city": "Newport",
+ "lat": [
+ 51.3886,
+ 51.7886
+ ],
+ "lon": [
+ -3.1978,
+ -2.7977999999999996
+ ]
+ },
+ {
+ "city": "Enfield",
+ "lat": [
+ 51.4522,
+ 51.8522
+ ],
+ "lon": [
+ -0.2808,
+ 0.11920000000000001
+ ]
+ },
+ {
+ "city": "Ipswich",
+ "lat": [
+ 51.859399999999994,
+ 52.2594
+ ],
+ "lon": [
+ 0.9556,
+ 1.3556
+ ]
+ },
+ {
+ "city": "Harrow",
+ "lat": [
+ 51.383599999999994,
+ 51.7836
+ ],
+ "lon": [
+ -0.5464,
+ -0.14639999999999997
+ ]
+ },
+ {
+ "city": "Dundee",
+ "lat": [
+ 56.2606,
+ 56.6606
+ ],
+ "lon": [
+ -3.1700000000000004,
+ -2.77
+ ]
+ },
+ {
+ "city": "West Bromwich",
+ "lat": [
+ 52.318999999999996,
+ 52.719
+ ],
+ "lon": [
+ -2.1950000000000003,
+ -1.7950000000000002
+ ]
+ },
+ {
+ "city": "Gloucester",
+ "lat": [
+ 51.665299999999995,
+ 52.0653
+ ],
+ "lon": [
+ -2.4458,
+ -2.0458
+ ]
+ },
+ {
+ "city": "Poole",
+ "lat": [
+ 50.5167,
+ 50.916700000000006
+ ],
+ "lon": [
+ -2.1833,
+ -1.7833
+ ]
+ },
+ {
+ "city": "Telford",
+ "lat": [
+ 52.4766,
+ 52.8766
+ ],
+ "lon": [
+ -2.6469,
+ -2.2468999999999997
+ ]
+ },
+ {
+ "city": "Preston",
+ "lat": [
+ 53.629999999999995,
+ 54.03
+ ],
+ "lon": [
+ -2.935,
+ -2.5349999999999997
+ ]
+ },
+ {
+ "city": "York",
+ "lat": [
+ 53.76,
+ 54.160000000000004
+ ],
+ "lon": [
+ -1.28,
+ -0.8800000000000001
+ ]
+ },
+ {
+ "city": "Middlesbrough",
+ "lat": [
+ 54.3767,
+ 54.776700000000005
+ ],
+ "lon": [
+ -1.4355,
+ -1.0355
+ ]
+ },
+ {
+ "city": "Blackpool",
+ "lat": [
+ 53.6142,
+ 54.0142
+ ],
+ "lon": [
+ -3.2503,
+ -2.8503
+ ]
+ },
+ {
+ "city": "Northampton",
+ "lat": [
+ 52.0304,
+ 52.430400000000006
+ ],
+ "lon": [
+ -1.0938,
+ -0.6938
+ ]
+ },
+ {
+ "city": "Brighton",
+ "lat": [
+ 50.620799999999996,
+ 51.0208
+ ],
+ "lon": [
+ -0.3375,
+ 0.0625
+ ]
+ },
+ {
+ "city": "Sale",
+ "lat": [
+ 53.224,
+ 53.624
+ ],
+ "lon": [
+ -2.5220000000000002,
+ -2.122
+ ]
+ },
+ {
+ "city": "Lincoln",
+ "lat": [
+ 53.028299999999994,
+ 53.4283
+ ],
+ "lon": [
+ -0.7389000000000001,
+ -0.33890000000000003
+ ]
+ },
+ {
+ "city": "Tottenham",
+ "lat": [
+ 51.397499999999994,
+ 51.7975
+ ],
+ "lon": [
+ -0.2681,
+ 0.13190000000000002
+ ]
+ },
+ {
+ "city": "Exeter",
+ "lat": [
+ 50.5256,
+ 50.9256
+ ],
+ "lon": [
+ -3.7269,
+ -3.3268999999999997
+ ]
+ },
+ {
+ "city": "Cambridge",
+ "lat": [
+ 52.004999999999995,
+ 52.405
+ ],
+ "lon": [
+ -0.07750000000000001,
+ 0.3225
+ ]
+ },
+ {
+ "city": "Romford",
+ "lat": [
+ 51.376799999999996,
+ 51.7768
+ ],
+ "lon": [
+ -0.0199,
+ 0.3801
+ ]
+ },
+ {
+ "city": "Colchester",
+ "lat": [
+ 51.6917,
+ 52.0917
+ ],
+ "lon": [
+ 0.7030000000000001,
+ 1.103
+ ]
+ },
+ {
+ "city": "High Wycombe",
+ "lat": [
+ 51.4287,
+ 51.828700000000005
+ ],
+ "lon": [
+ -0.9481999999999999,
+ -0.5482
+ ]
+ },
+ {
+ "city": "Gateshead",
+ "lat": [
+ 54.755599999999994,
+ 55.1556
+ ],
+ "lon": [
+ -1.8,
+ -1.4000000000000001
+ ]
+ },
+ {
+ "city": "Slough",
+ "lat": [
+ 51.3084,
+ 51.708400000000005
+ ],
+ "lon": [
+ -0.7881,
+ -0.38809999999999995
+ ]
+ },
+ {
+ "city": "Blackburn",
+ "lat": [
+ 53.547999999999995,
+ 53.948
+ ],
+ "lon": [
+ -2.6820000000000004,
+ -2.282
+ ]
+ },
+ {
+ "city": "Cheltenham",
+ "lat": [
+ 51.699999999999996,
+ 52.1
+ ],
+ "lon": [
+ -2.2667,
+ -1.8667
+ ]
+ },
+ {
+ "city": "Chelmsford",
+ "lat": [
+ 51.529999999999994,
+ 51.93
+ ],
+ "lon": [
+ 0.27999999999999997,
+ 0.6799999999999999
+ ]
+ },
+ {
+ "city": "Rochdale",
+ "lat": [
+ 53.41,
+ 53.81
+ ],
+ "lon": [
+ -2.3600000000000003,
+ -1.9600000000000002
+ ]
+ },
+ {
+ "city": "Wythenshawe",
+ "lat": [
+ 53.192,
+ 53.592000000000006
+ ],
+ "lon": [
+ -2.464,
+ -2.0639999999999996
+ ]
+ },
+ {
+ "city": "Birkenhead",
+ "lat": [
+ 53.193,
+ 53.593
+ ],
+ "lon": [
+ -3.214,
+ -2.8139999999999996
+ ]
+ },
+ {
+ "city": "Doncaster",
+ "lat": [
+ 53.322799999999994,
+ 53.7228
+ ],
+ "lon": [
+ -1.3325,
+ -0.9325000000000001
+ ]
+ },
+ {
+ "city": "Rotherham",
+ "lat": [
+ 53.23,
+ 53.63
+ ],
+ "lon": [
+ -1.557,
+ -1.157
+ ]
+ },
+ {
+ "city": "Maidstone",
+ "lat": [
+ 51.071999999999996,
+ 51.472
+ ],
+ "lon": [
+ 0.329,
+ 0.7290000000000001
+ ]
+ },
+ {
+ "city": "Walthamstow",
+ "lat": [
+ 51.384,
+ 51.784000000000006
+ ],
+ "lon": [
+ -0.221,
+ 0.17900000000000002
+ ]
+ },
+ {
+ "city": "Oxford",
+ "lat": [
+ 51.551899999999996,
+ 51.9519
+ ],
+ "lon": [
+ -1.4578,
+ -1.0578
+ ]
+ },
+ {
+ "city": "Basingstoke",
+ "lat": [
+ 51.0667,
+ 51.4667
+ ],
+ "lon": [
+ -1.2875999999999999,
+ -0.8876
+ ]
+ },
+ {
+ "city": "Crawley",
+ "lat": [
+ 50.9092,
+ 51.309200000000004
+ ],
+ "lon": [
+ -0.3872,
+ 0.012800000000000006
+ ]
+ },
+ {
+ "city": "Dagenham",
+ "lat": [
+ 51.3397,
+ 51.739700000000006
+ ],
+ "lon": [
+ -0.05780000000000002,
+ 0.3422
+ ]
+ },
+ {
+ "city": "Gillingham",
+ "lat": [
+ 51.184999999999995,
+ 51.585
+ ],
+ "lon": [
+ 0.35000000000000003,
+ 0.75
+ ]
+ },
+ {
+ "city": "Halifax",
+ "lat": [
+ 53.525,
+ 53.925000000000004
+ ],
+ "lon": [
+ -2.063,
+ -1.663
+ ]
+ },
+ {
+ "city": "Salford",
+ "lat": [
+ 53.282999999999994,
+ 53.683
+ ],
+ "lon": [
+ -2.4931,
+ -2.0930999999999997
+ ]
+ },
+ {
+ "city": "Wigan",
+ "lat": [
+ 53.3448,
+ 53.744800000000005
+ ],
+ "lon": [
+ -2.8318000000000003,
+ -2.4318
+ ]
+ },
+ {
+ "city": "Hounslow",
+ "lat": [
+ 51.266799999999996,
+ 51.6668
+ ],
+ "lon": [
+ -0.575,
+ -0.175
+ ]
+ },
+ {
+ "city": "Wembley",
+ "lat": [
+ 51.352799999999995,
+ 51.7528
+ ],
+ "lon": [
+ -0.4979,
+ -0.09789999999999999
+ ]
+ },
+ {
+ "city": "Worcester",
+ "lat": [
+ 51.991099999999996,
+ 52.3911
+ ],
+ "lon": [
+ -2.4206000000000003,
+ -2.0206
+ ]
+ },
+ {
+ "city": "Eastbourne",
+ "lat": [
+ 50.57,
+ 50.970000000000006
+ ],
+ "lon": [
+ 0.08000000000000002,
+ 0.48000000000000004
+ ]
+ },
+ {
+ "city": "Wakefield",
+ "lat": [
+ 53.482499999999995,
+ 53.8825
+ ],
+ "lon": [
+ -1.6975,
+ -1.2975
+ ]
+ },
+ {
+ "city": "Oldham",
+ "lat": [
+ 53.3444,
+ 53.744400000000006
+ ],
+ "lon": [
+ -2.3169,
+ -1.9168999999999998
+ ]
+ },
+ {
+ "city": "Sutton Coldfield",
+ "lat": [
+ 52.363,
+ 52.763000000000005
+ ],
+ "lon": [
+ -2.0220000000000002,
+ -1.622
+ ]
+ },
+ {
+ "city": "Hammersmith",
+ "lat": [
+ 51.2928,
+ 51.692800000000005
+ ],
+ "lon": [
+ -0.4229,
+ -0.022899999999999976
+ ]
+ },
+ {
+ "city": "Hemel Hempstead",
+ "lat": [
+ 51.5526,
+ 51.952600000000004
+ ],
+ "lon": [
+ -0.6692,
+ -0.2692
+ ]
+ },
+ {
+ "city": "Bath",
+ "lat": [
+ 51.1814,
+ 51.5814
+ ],
+ "lon": [
+ -2.5597000000000003,
+ -2.1597
+ ]
+ },
+ {
+ "city": "Hayes",
+ "lat": [
+ 51.3127,
+ 51.712700000000005
+ ],
+ "lon": [
+ -0.6211,
+ -0.22109999999999996
+ ]
+ },
+ {
+ "city": "Darlington",
+ "lat": [
+ 54.327,
+ 54.727000000000004
+ ],
+ "lon": [
+ -1.7526,
+ -1.3526
+ ]
+ },
+ {
+ "city": "Wimbledon",
+ "lat": [
+ 51.221999999999994,
+ 51.622
+ ],
+ "lon": [
+ -0.40800000000000003,
+ -0.00799999999999998
+ ]
+ },
+ {
+ "city": "Bedford",
+ "lat": [
+ 51.934999999999995,
+ 52.335
+ ],
+ "lon": [
+ -0.6699999999999999,
+ -0.26999999999999996
+ ]
+ },
+ {
+ "city": "Hove",
+ "lat": [
+ 50.6352,
+ 51.0352
+ ],
+ "lon": [
+ -0.3758,
+ 0.0242
+ ]
+ },
+ {
+ "city": "Southport",
+ "lat": [
+ 53.4475,
+ 53.847500000000004
+ ],
+ "lon": [
+ -3.2053000000000003,
+ -2.8053
+ ]
+ },
+ {
+ "city": "Hastings",
+ "lat": [
+ 50.65,
+ 51.050000000000004
+ ],
+ "lon": [
+ 0.36999999999999994,
+ 0.77
+ ]
+ },
+ {
+ "city": "Orpington",
+ "lat": [
+ 51.174099999999996,
+ 51.5741
+ ],
+ "lon": [
+ -0.10140000000000002,
+ 0.2986
+ ]
+ },
+ {
+ "city": "Watford",
+ "lat": [
+ 51.455,
+ 51.855000000000004
+ ],
+ "lon": [
+ -0.5957,
+ -0.19569999999999999
+ ]
+ },
+ {
+ "city": "Stevenage",
+ "lat": [
+ 51.701699999999995,
+ 52.1017
+ ],
+ "lon": [
+ -0.40190000000000003,
+ -0.001899999999999985
+ ]
+ },
+ {
+ "city": "Grimsby",
+ "lat": [
+ 53.3675,
+ 53.767500000000005
+ ],
+ "lon": [
+ -0.28,
+ 0.12000000000000001
+ ]
+ },
+ {
+ "city": "Hartlepool",
+ "lat": [
+ 54.489999999999995,
+ 54.89
+ ],
+ "lon": [
+ -1.41,
+ -1.01
+ ]
+ },
+ {
+ "city": "Bromley",
+ "lat": [
+ 51.206999999999994,
+ 51.607
+ ],
+ "lon": [
+ -0.17900000000000002,
+ 0.221
+ ]
+ },
+ {
+ "city": "Chester",
+ "lat": [
+ 52.9914,
+ 53.391400000000004
+ ],
+ "lon": [
+ -3.0903,
+ -2.6902999999999997
+ ]
+ },
+ {
+ "city": "Fulham",
+ "lat": [
+ 51.282799999999995,
+ 51.6828
+ ],
+ "lon": [
+ -0.395,
+ 0.0050000000000000044
+ ]
+ },
+ {
+ "city": "Nuneaton",
+ "lat": [
+ 52.323,
+ 52.723000000000006
+ ],
+ "lon": [
+ -1.668,
+ -1.268
+ ]
+ },
+ {
+ "city": "Derry",
+ "lat": [
+ 54.7975,
+ 55.197500000000005
+ ],
+ "lon": [
+ -7.5200000000000005,
+ -7.12
+ ]
+ },
+ {
+ "city": "Ealing",
+ "lat": [
+ 51.317499999999995,
+ 51.7175
+ ],
+ "lon": [
+ -0.4988,
+ -0.0988
+ ]
+ },
+ {
+ "city": "Woolwich",
+ "lat": [
+ 51.288,
+ 51.688
+ ],
+ "lon": [
+ -0.137,
+ 0.263
+ ]
+ },
+ {
+ "city": "Aylesbury",
+ "lat": [
+ 51.6168,
+ 52.0168
+ ],
+ "lon": [
+ -1.0124,
+ -0.6124
+ ]
+ },
+ {
+ "city": "Ashford",
+ "lat": [
+ 50.9465,
+ 51.346500000000006
+ ],
+ "lon": [
+ 0.6676,
+ 1.0676
+ ]
+ },
+ {
+ "city": "Stockton-on-Tees",
+ "lat": [
+ 54.37,
+ 54.77
+ ],
+ "lon": [
+ -1.52,
+ -1.12
+ ]
+ },
+ {
+ "city": "Saint Albans",
+ "lat": [
+ 51.555,
+ 51.955000000000005
+ ],
+ "lon": [
+ -0.536,
+ -0.136
+ ]
+ },
+ {
+ "city": "Harlow",
+ "lat": [
+ 51.579,
+ 51.979000000000006
+ ],
+ "lon": [
+ -0.07200000000000001,
+ 0.328
+ ]
+ },
+ {
+ "city": "Burnley",
+ "lat": [
+ 53.589,
+ 53.989000000000004
+ ],
+ "lon": [
+ -2.4480000000000004,
+ -2.048
+ ]
+ },
+ {
+ "city": "Redditch",
+ "lat": [
+ 52.099999999999994,
+ 52.5
+ ],
+ "lon": [
+ -2.1333,
+ -1.7333
+ ]
+ },
+ {
+ "city": "Edmonton",
+ "lat": [
+ 51.4154,
+ 51.815400000000004
+ ],
+ "lon": [
+ -0.27080000000000004,
+ 0.1292
+ ]
+ },
+ {
+ "city": "Batley",
+ "lat": [
+ 53.5167,
+ 53.916700000000006
+ ],
+ "lon": [
+ -1.8356,
+ -1.4356
+ ]
+ },
+ {
+ "city": "Scunthorpe",
+ "lat": [
+ 53.3809,
+ 53.7809
+ ],
+ "lon": [
+ -0.8502000000000001,
+ -0.4502
+ ]
+ },
+ {
+ "city": "Dudley",
+ "lat": [
+ 52.308,
+ 52.708000000000006
+ ],
+ "lon": [
+ -2.289,
+ -1.889
+ ]
+ },
+ {
+ "city": "Bury",
+ "lat": [
+ 53.393,
+ 53.793000000000006
+ ],
+ "lon": [
+ -2.498,
+ -2.098
+ ]
+ },
+ {
+ "city": "Eastleigh",
+ "lat": [
+ 50.7667,
+ 51.166700000000006
+ ],
+ "lon": [
+ -1.55,
+ -1.1500000000000001
+ ]
+ },
+ {
+ "city": "Brixton",
+ "lat": [
+ 51.2575,
+ 51.657500000000006
+ ],
+ "lon": [
+ -0.3175,
+ 0.08250000000000002
+ ]
+ },
+ {
+ "city": "Southall",
+ "lat": [
+ 51.311099999999996,
+ 51.7111
+ ],
+ "lon": [
+ -0.5756,
+ -0.17559999999999998
+ ]
+ },
+ {
+ "city": "Paisley",
+ "lat": [
+ 55.645599999999995,
+ 56.0456
+ ],
+ "lon": [
+ -4.6239,
+ -4.2238999999999995
+ ]
+ },
+ {
+ "city": "Guildford",
+ "lat": [
+ 51.0365,
+ 51.4365
+ ],
+ "lon": [
+ -0.7703,
+ -0.3703
+ ]
+ },
+ {
+ "city": "Chatham",
+ "lat": [
+ 51.169999999999995,
+ 51.57
+ ],
+ "lon": [
+ 0.32,
+ 0.72
+ ]
+ },
+ {
+ "city": "East Ham",
+ "lat": [
+ 51.3323,
+ 51.7323
+ ],
+ "lon": [
+ -0.1446,
+ 0.2554
+ ]
+ },
+ {
+ "city": "Weston-super-Mare",
+ "lat": [
+ 51.145999999999994,
+ 51.546
+ ],
+ "lon": [
+ -3.177,
+ -2.7769999999999997
+ ]
+ },
+ {
+ "city": "Carlisle",
+ "lat": [
+ 54.6947,
+ 55.0947
+ ],
+ "lon": [
+ -3.1364,
+ -2.7363999999999997
+ ]
+ },
+ {
+ "city": "South Shields",
+ "lat": [
+ 54.794999999999995,
+ 55.195
+ ],
+ "lon": [
+ -1.63,
+ -1.23
+ ]
+ },
+ {
+ "city": "East Kilbride",
+ "lat": [
+ 55.5644,
+ 55.964400000000005
+ ],
+ "lon": [
+ -4.3769,
+ -3.9768999999999997
+ ]
+ },
+ {
+ "city": "Newcastle under Lyme",
+ "lat": [
+ 52.8109,
+ 53.2109
+ ],
+ "lon": [
+ -2.4278,
+ -2.0277999999999996
+ ]
+ },
+ {
+ "city": "Burton upon Trent",
+ "lat": [
+ 52.6019,
+ 53.001900000000006
+ ],
+ "lon": [
+ -1.8367,
+ -1.4367
+ ]
+ },
+ {
+ "city": "Gravesend",
+ "lat": [
+ 51.241499999999995,
+ 51.6415
+ ],
+ "lon": [
+ 0.16849999999999998,
+ 0.5685
+ ]
+ },
+ {
+ "city": "Tamworth",
+ "lat": [
+ 52.433,
+ 52.833000000000006
+ ],
+ "lon": [
+ -1.895,
+ -1.495
+ ]
+ },
+ {
+ "city": "Harrogate",
+ "lat": [
+ 53.7919,
+ 54.191900000000004
+ ],
+ "lon": [
+ -1.7378,
+ -1.3378
+ ]
+ },
+ {
+ "city": "Shrewsbury",
+ "lat": [
+ 52.507999999999996,
+ 52.908
+ ],
+ "lon": [
+ -2.954,
+ -2.554
+ ]
+ },
+ {
+ "city": "Gosport",
+ "lat": [
+ 50.589999999999996,
+ 50.99
+ ],
+ "lon": [
+ -1.32,
+ -0.9200000000000002
+ ]
+ },
+ {
+ "city": "Lisburn",
+ "lat": [
+ 54.312,
+ 54.712
+ ],
+ "lon": [
+ -6.231,
+ -5.8309999999999995
+ ]
+ },
+ {
+ "city": "Rugby",
+ "lat": [
+ 52.169999999999995,
+ 52.57
+ ],
+ "lon": [
+ -1.46,
+ -1.06
+ ]
+ },
+ {
+ "city": "Stafford",
+ "lat": [
+ 52.607,
+ 53.007000000000005
+ ],
+ "lon": [
+ -2.317,
+ -1.917
+ ]
+ },
+ {
+ "city": "Chingford",
+ "lat": [
+ 51.422999999999995,
+ 51.823
+ ],
+ "lon": [
+ -0.191,
+ 0.20900000000000002
+ ]
+ },
+ {
+ "city": "Uxbridge",
+ "lat": [
+ 51.340399999999995,
+ 51.7404
+ ],
+ "lon": [
+ -0.6778,
+ -0.2778
+ ]
+ },
+ {
+ "city": "Mansfield",
+ "lat": [
+ 52.944399999999995,
+ 53.3444
+ ],
+ "lon": [
+ -1.3963999999999999,
+ -0.9964
+ ]
+ },
+ {
+ "city": "Rhondda",
+ "lat": [
+ 51.4159,
+ 51.815900000000006
+ ],
+ "lon": [
+ -3.6175,
+ -3.2175
+ ]
+ },
+ {
+ "city": "Tynemouth",
+ "lat": [
+ 54.817,
+ 55.217000000000006
+ ],
+ "lon": [
+ -1.623,
+ -1.223
+ ]
+ },
+ {
+ "city": "Cannock",
+ "lat": [
+ 52.491,
+ 52.891000000000005
+ ],
+ "lon": [
+ -2.2270000000000003,
+ -1.8270000000000002
+ ]
+ },
+ {
+ "city": "Walsall",
+ "lat": [
+ 52.379999999999995,
+ 52.78
+ ],
+ "lon": [
+ -2.18,
+ -1.78
+ ]
+ },
+ {
+ "city": "Washington",
+ "lat": [
+ 54.699999999999996,
+ 55.1
+ ],
+ "lon": [
+ -1.72,
+ -1.32
+ ]
+ },
+ {
+ "city": "Grays",
+ "lat": [
+ 51.275,
+ 51.675000000000004
+ ],
+ "lon": [
+ 0.13,
+ 0.53
+ ]
+ },
+ {
+ "city": "Walton upon Thames",
+ "lat": [
+ 51.1868,
+ 51.586800000000004
+ ],
+ "lon": [
+ -0.6133,
+ -0.2133
+ ]
+ },
+ {
+ "city": "Finchley",
+ "lat": [
+ 51.398999999999994,
+ 51.799
+ ],
+ "lon": [
+ -0.387,
+ 0.013000000000000012
+ ]
+ },
+ {
+ "city": "Thornton Heath",
+ "lat": [
+ 51.200199999999995,
+ 51.6002
+ ],
+ "lon": [
+ -0.3086,
+ 0.09140000000000001
+ ]
+ },
+ {
+ "city": "Farnborough",
+ "lat": [
+ 51.089999999999996,
+ 51.49
+ ],
+ "lon": [
+ -0.95,
+ -0.55
+ ]
+ },
+ {
+ "city": "Loughborough",
+ "lat": [
+ 52.5725,
+ 52.972500000000004
+ ],
+ "lon": [
+ -1.4078,
+ -1.0078
+ ]
+ },
+ {
+ "city": "Kensington",
+ "lat": [
+ 51.3,
+ 51.7
+ ],
+ "lon": [
+ -0.39,
+ 0.010000000000000009
+ ]
+ },
+ {
+ "city": "Boston",
+ "lat": [
+ 52.773999999999994,
+ 53.174
+ ],
+ "lon": [
+ -0.2214,
+ 0.1786
+ ]
+ },
+ {
+ "city": "Paignton",
+ "lat": [
+ 50.235299999999995,
+ 50.6353
+ ],
+ "lon": [
+ -3.7625,
+ -3.3625
+ ]
+ },
+ {
+ "city": "Waterlooville",
+ "lat": [
+ 50.68,
+ 51.080000000000005
+ ],
+ "lon": [
+ -1.23,
+ -0.8300000000000001
+ ]
+ },
+ {
+ "city": "Guiseley",
+ "lat": [
+ 53.675,
+ 54.075
+ ],
+ "lon": [
+ -1.906,
+ -1.506
+ ]
+ },
+ {
+ "city": "Hornchurch",
+ "lat": [
+ 51.3565,
+ 51.7565
+ ],
+ "lon": [
+ 0.012799999999999978,
+ 0.4128
+ ]
+ },
+ {
+ "city": "Maidenhead",
+ "lat": [
+ 51.323,
+ 51.723000000000006
+ ],
+ "lon": [
+ -0.9219999999999999,
+ -0.522
+ ]
+ },
+ {
+ "city": "Mitcham",
+ "lat": [
+ 51.2009,
+ 51.6009
+ ],
+ "lon": [
+ -0.3517,
+ 0.04830000000000001
+ ]
+ },
+ {
+ "city": "Feltham",
+ "lat": [
+ 51.249599999999994,
+ 51.6496
+ ],
+ "lon": [
+ -0.6089,
+ -0.20889999999999997
+ ]
+ },
+ {
+ "city": "Stourbridge",
+ "lat": [
+ 52.2575,
+ 52.657500000000006
+ ],
+ "lon": [
+ -2.3479,
+ -1.9479
+ ]
+ },
+ {
+ "city": "Rochester",
+ "lat": [
+ 51.175,
+ 51.575
+ ],
+ "lon": [
+ 0.3,
+ 0.7
+ ]
+ },
+ {
+ "city": "Dewsbury",
+ "lat": [
+ 53.491,
+ 53.891000000000005
+ ],
+ "lon": [
+ -1.833,
+ -1.433
+ ]
+ },
+ {
+ "city": "Woking",
+ "lat": [
+ 51.105,
+ 51.505
+ ],
+ "lon": [
+ -0.7390000000000001,
+ -0.339
+ ]
+ },
+ {
+ "city": "Acton",
+ "lat": [
+ 51.3135,
+ 51.7135
+ ],
+ "lon": [
+ -0.4707,
+ -0.07069999999999999
+ ]
+ },
+ {
+ "city": "Twickenham",
+ "lat": [
+ 51.248999999999995,
+ 51.649
+ ],
+ "lon": [
+ -0.537,
+ -0.137
+ ]
+ },
+ {
+ "city": "Runcorn",
+ "lat": [
+ 53.1417,
+ 53.541700000000006
+ ],
+ "lon": [
+ -2.9313000000000002,
+ -2.5313
+ ]
+ },
+ {
+ "city": "Wrecsam",
+ "lat": [
+ 52.8467,
+ 53.246700000000004
+ ],
+ "lon": [
+ -3.1936,
+ -2.7935999999999996
+ ]
+ },
+ {
+ "city": "Widnes",
+ "lat": [
+ 53.162,
+ 53.562000000000005
+ ],
+ "lon": [
+ -2.934,
+ -2.534
+ ]
+ },
+ {
+ "city": "Margate",
+ "lat": [
+ 51.184999999999995,
+ 51.585
+ ],
+ "lon": [
+ 1.1838,
+ 1.5837999999999999
+ ]
+ },
+ {
+ "city": "Ellesmere Port",
+ "lat": [
+ 53.079,
+ 53.479000000000006
+ ],
+ "lon": [
+ -3.097,
+ -2.6969999999999996
+ ]
+ },
+ {
+ "city": "Bangor",
+ "lat": [
+ 54.459999999999994,
+ 54.86
+ ],
+ "lon": [
+ -5.87,
+ -5.47
+ ]
+ },
+ {
+ "city": "Taunton",
+ "lat": [
+ 50.818999999999996,
+ 51.219
+ ],
+ "lon": [
+ -3.3000000000000003,
+ -2.9
+ ]
+ },
+ {
+ "city": "Wallasey",
+ "lat": [
+ 53.2239,
+ 53.623900000000006
+ ],
+ "lon": [
+ -3.2531000000000003,
+ -2.8531
+ ]
+ },
+ {
+ "city": "Halesowen",
+ "lat": [
+ 52.2502,
+ 52.650200000000005
+ ],
+ "lon": [
+ -2.2509,
+ -1.8509
+ ]
+ },
+ {
+ "city": "Bracknell",
+ "lat": [
+ 51.215999999999994,
+ 51.616
+ ],
+ "lon": [
+ -0.9490000000000001,
+ -0.5489999999999999
+ ]
+ },
+ {
+ "city": "Barking",
+ "lat": [
+ 51.339999999999996,
+ 51.74
+ ],
+ "lon": [
+ -0.12000000000000001,
+ 0.28
+ ]
+ },
+ {
+ "city": "Sutton",
+ "lat": [
+ 51.1656,
+ 51.5656
+ ],
+ "lon": [
+ -0.3963,
+ 0.003700000000000009
+ ]
+ },
+ {
+ "city": "Merthyr Tudful",
+ "lat": [
+ 51.543,
+ 51.943000000000005
+ ],
+ "lon": [
+ -3.5780000000000003,
+ -3.178
+ ]
+ },
+ {
+ "city": "Edgware",
+ "lat": [
+ 51.418499999999995,
+ 51.8185
+ ],
+ "lon": [
+ -0.4729,
+ -0.07289999999999996
+ ]
+ },
+ {
+ "city": "Ruislip",
+ "lat": [
+ 51.376,
+ 51.776
+ ],
+ "lon": [
+ -0.633,
+ -0.23299999999999998
+ ]
+ },
+ {
+ "city": "Streatham",
+ "lat": [
+ 51.2279,
+ 51.627900000000004
+ ],
+ "lon": [
+ -0.3235,
+ 0.07650000000000001
+ ]
+ },
+ {
+ "city": "Royal Tunbridge Wells",
+ "lat": [
+ 50.931999999999995,
+ 51.332
+ ],
+ "lon": [
+ 0.063,
+ 0.463
+ ]
+ },
+ {
+ "city": "Bebington",
+ "lat": [
+ 53.15,
+ 53.550000000000004
+ ],
+ "lon": [
+ -3.2030000000000003,
+ -2.803
+ ]
+ },
+ {
+ "city": "Aldershot",
+ "lat": [
+ 51.0483,
+ 51.4483
+ ],
+ "lon": [
+ -0.9614,
+ -0.5613999999999999
+ ]
+ },
+ {
+ "city": "Kettering",
+ "lat": [
+ 52.193099999999994,
+ 52.5931
+ ],
+ "lon": [
+ -0.9229,
+ -0.5228999999999999
+ ]
+ },
+ {
+ "city": "Kidderminster",
+ "lat": [
+ 52.1885,
+ 52.5885
+ ],
+ "lon": [
+ -2.4490000000000003,
+ -2.049
+ ]
+ },
+ {
+ "city": "Barrow in Furness",
+ "lat": [
+ 53.910799999999995,
+ 54.3108
+ ],
+ "lon": [
+ -3.4261000000000004,
+ -3.0261
+ ]
+ },
+ {
+ "city": "Crewe",
+ "lat": [
+ 52.898999999999994,
+ 53.299
+ ],
+ "lon": [
+ -2.64,
+ -2.2399999999999998
+ ]
+ },
+ {
+ "city": "Corby",
+ "lat": [
+ 52.287699999999994,
+ 52.6877
+ ],
+ "lon": [
+ -0.9013,
+ -0.5013000000000001
+ ]
+ },
+ {
+ "city": "Canterbury",
+ "lat": [
+ 51.08,
+ 51.480000000000004
+ ],
+ "lon": [
+ 0.8800000000000001,
+ 1.28
+ ]
+ },
+ {
+ "city": "Wellingborough",
+ "lat": [
+ 52.102799999999995,
+ 52.5028
+ ],
+ "lon": [
+ -0.8944000000000001,
+ -0.4944
+ ]
+ },
+ {
+ "city": "Sittingbourne",
+ "lat": [
+ 51.14,
+ 51.540000000000006
+ ],
+ "lon": [
+ 0.54,
+ 0.94
+ ]
+ },
+ {
+ "city": "Keighley",
+ "lat": [
+ 53.666999999999994,
+ 54.067
+ ],
+ "lon": [
+ -2.111,
+ -1.711
+ ]
+ },
+ {
+ "city": "Hamilton",
+ "lat": [
+ 55.577,
+ 55.977000000000004
+ ],
+ "lon": [
+ -4.239,
+ -3.8389999999999995
+ ]
+ },
+ {
+ "city": "Hereford",
+ "lat": [
+ 51.855999999999995,
+ 52.256
+ ],
+ "lon": [
+ -2.9160000000000004,
+ -2.516
+ ]
+ },
+ {
+ "city": "Dunfermline",
+ "lat": [
+ 55.8719,
+ 56.2719
+ ],
+ "lon": [
+ -3.6393,
+ -3.2392999999999996
+ ]
+ },
+ {
+ "city": "Lancaster",
+ "lat": [
+ 53.8489,
+ 54.248900000000006
+ ],
+ "lon": [
+ -3.0014000000000003,
+ -2.6014
+ ]
+ },
+ {
+ "city": "Brentwood",
+ "lat": [
+ 51.419999999999995,
+ 51.82
+ ],
+ "lon": [
+ 0.10499999999999998,
+ 0.505
+ ]
+ },
+ {
+ "city": "Macclesfield",
+ "lat": [
+ 53.05,
+ 53.45
+ ],
+ "lon": [
+ -2.33,
+ -1.93
+ ]
+ },
+ {
+ "city": "Altrincham",
+ "lat": [
+ 53.1838,
+ 53.583800000000004
+ ],
+ "lon": [
+ -2.5547,
+ -2.1546999999999996
+ ]
+ },
+ {
+ "city": "Bloxwich",
+ "lat": [
+ 52.413999999999994,
+ 52.814
+ ],
+ "lon": [
+ -2.204,
+ -1.804
+ ]
+ },
+ {
+ "city": "Crosby",
+ "lat": [
+ 53.287,
+ 53.687000000000005
+ ],
+ "lon": [
+ -3.234,
+ -2.8339999999999996
+ ]
+ },
+ {
+ "city": "Barri",
+ "lat": [
+ 51.205,
+ 51.605000000000004
+ ],
+ "lon": [
+ -3.47,
+ -3.07
+ ]
+ },
+ {
+ "city": "Willenhall",
+ "lat": [
+ 52.379799999999996,
+ 52.7798
+ ],
+ "lon": [
+ -2.2605000000000004,
+ -1.8605000000000003
+ ]
+ },
+ {
+ "city": "Bootle",
+ "lat": [
+ 53.2457,
+ 53.645700000000005
+ ],
+ "lon": [
+ -3.1891000000000003,
+ -2.7891
+ ]
+ },
+ {
+ "city": "Stratford",
+ "lat": [
+ 51.342299999999994,
+ 51.7423
+ ],
+ "lon": [
+ -0.2026,
+ 0.19740000000000002
+ ]
+ },
+ {
+ "city": "Dartford",
+ "lat": [
+ 51.2444,
+ 51.644400000000005
+ ],
+ "lon": [
+ 0.017199999999999993,
+ 0.4172
+ ]
+ },
+ {
+ "city": "Weymouth",
+ "lat": [
+ 50.409699999999994,
+ 50.8097
+ ],
+ "lon": [
+ -2.6547,
+ -2.2546999999999997
+ ]
+ },
+ {
+ "city": "Andover",
+ "lat": [
+ 51.007999999999996,
+ 51.408
+ ],
+ "lon": [
+ -1.68,
+ -1.28
+ ]
+ },
+ {
+ "city": "Horsham",
+ "lat": [
+ 50.861999999999995,
+ 51.262
+ ],
+ "lon": [
+ -0.525,
+ -0.125
+ ]
+ },
+ {
+ "city": "Cumbernauld",
+ "lat": [
+ 55.745,
+ 56.145
+ ],
+ "lon": [
+ -4.194,
+ -3.794
+ ]
+ },
+ {
+ "city": "Esher",
+ "lat": [
+ 51.1691,
+ 51.569100000000006
+ ],
+ "lon": [
+ -0.565,
+ -0.16499999999999998
+ ]
+ },
+ {
+ "city": "Livingston",
+ "lat": [
+ 55.6834,
+ 56.083400000000005
+ ],
+ "lon": [
+ -3.7157,
+ -3.3156999999999996
+ ]
+ },
+ {
+ "city": "Hinckley",
+ "lat": [
+ 52.3413,
+ 52.7413
+ ],
+ "lon": [
+ -1.5725,
+ -1.1725
+ ]
+ },
+ {
+ "city": "Royal Leamington Spa",
+ "lat": [
+ 52.091899999999995,
+ 52.4919
+ ],
+ "lon": [
+ -1.7358,
+ -1.3358
+ ]
+ },
+ {
+ "city": "Neath",
+ "lat": [
+ 51.459999999999994,
+ 51.86
+ ],
+ "lon": [
+ -4.01,
+ -3.61
+ ]
+ },
+ {
+ "city": "Clacton-on-Sea",
+ "lat": [
+ 51.5918,
+ 51.991800000000005
+ ],
+ "lon": [
+ 0.9457,
+ 1.3457
+ ]
+ },
+ {
+ "city": "Rowley Regis",
+ "lat": [
+ 52.288,
+ 52.688
+ ],
+ "lon": [
+ -2.25,
+ -1.8499999999999999
+ ]
+ },
+ {
+ "city": "Scarborough",
+ "lat": [
+ 54.082499999999996,
+ 54.4825
+ ],
+ "lon": [
+ -0.6000000000000001,
+ -0.2
+ ]
+ },
+ {
+ "city": "Leith",
+ "lat": [
+ 55.779999999999994,
+ 56.18
+ ],
+ "lon": [
+ -3.37,
+ -2.9699999999999998
+ ]
+ }
+ ],
+ "France": [
+ {
+ "city": "Paris",
+ "lat": [
+ 48.656699999999994,
+ 49.0567
+ ],
+ "lon": [
+ 2.1521999999999997,
+ 2.5522
+ ]
+ },
+ {
+ "city": "Bordeaux",
+ "lat": [
+ 44.64,
+ 45.040000000000006
+ ],
+ "lon": [
+ -0.78,
+ -0.37999999999999995
+ ]
+ },
+ {
+ "city": "Marseille",
+ "lat": [
+ 43.096399999999996,
+ 43.4964
+ ],
+ "lon": [
+ 5.17,
+ 5.57
+ ]
+ },
+ {
+ "city": "Lyon",
+ "lat": [
+ 45.559999999999995,
+ 45.96
+ ],
+ "lon": [
+ 4.64,
+ 5.04
+ ]
+ },
+ {
+ "city": "Toulouse",
+ "lat": [
+ 43.4045,
+ 43.804500000000004
+ ],
+ "lon": [
+ 1.244,
+ 1.644
+ ]
+ },
+ {
+ "city": "Nice",
+ "lat": [
+ 43.5034,
+ 43.903400000000005
+ ],
+ "lon": [
+ 7.0663,
+ 7.4663
+ ]
+ },
+ {
+ "city": "Nantes",
+ "lat": [
+ 47.0181,
+ 47.4181
+ ],
+ "lon": [
+ -1.7528,
+ -1.3528
+ ]
+ },
+ {
+ "city": "Montpellier",
+ "lat": [
+ 43.411899999999996,
+ 43.8119
+ ],
+ "lon": [
+ 3.6772,
+ 4.0772
+ ]
+ },
+ {
+ "city": "Strasbourg",
+ "lat": [
+ 48.3833,
+ 48.783300000000004
+ ],
+ "lon": [
+ 7.5458,
+ 7.9458
+ ]
+ },
+ {
+ "city": "Lille",
+ "lat": [
+ 50.4278,
+ 50.8278
+ ],
+ "lon": [
+ 2.8583,
+ 3.2583
+ ]
+ },
+ {
+ "city": "Rennes",
+ "lat": [
+ 47.914699999999996,
+ 48.3147
+ ],
+ "lon": [
+ -1.8794,
+ -1.4794
+ ]
+ },
+ {
+ "city": "Toulon",
+ "lat": [
+ 42.925799999999995,
+ 43.3258
+ ],
+ "lon": [
+ 5.7306,
+ 6.1306
+ ]
+ },
+ {
+ "city": "Reims",
+ "lat": [
+ 49.062799999999996,
+ 49.4628
+ ],
+ "lon": [
+ 3.8346999999999998,
+ 4.2347
+ ]
+ },
+ {
+ "city": "Saint-\u00c9tienne",
+ "lat": [
+ 45.2347,
+ 45.6347
+ ],
+ "lon": [
+ 4.1903,
+ 4.5903
+ ]
+ },
+ {
+ "city": "Le Havre",
+ "lat": [
+ 49.29,
+ 49.690000000000005
+ ],
+ "lon": [
+ -0.1,
+ 0.30000000000000004
+ ]
+ },
+ {
+ "city": "Villeurbanne",
+ "lat": [
+ 45.5667,
+ 45.9667
+ ],
+ "lon": [
+ 4.6803,
+ 5.0803
+ ]
+ },
+ {
+ "city": "Dijon",
+ "lat": [
+ 47.116699999999994,
+ 47.5167
+ ],
+ "lon": [
+ 4.8167,
+ 5.2167
+ ]
+ },
+ {
+ "city": "Angers",
+ "lat": [
+ 47.273599999999995,
+ 47.6736
+ ],
+ "lon": [
+ -0.7542,
+ -0.3542
+ ]
+ },
+ {
+ "city": "Grenoble",
+ "lat": [
+ 44.9715,
+ 45.371500000000005
+ ],
+ "lon": [
+ 5.5224,
+ 5.9224000000000006
+ ]
+ },
+ {
+ "city": "N\u00eemes",
+ "lat": [
+ 43.638299999999994,
+ 44.0383
+ ],
+ "lon": [
+ 4.1597,
+ 4.5597
+ ]
+ },
+ {
+ "city": "Aix-en-Provence",
+ "lat": [
+ 43.326299999999996,
+ 43.7263
+ ],
+ "lon": [
+ 5.2454,
+ 5.6454
+ ]
+ },
+ {
+ "city": "Clermont-Ferrand",
+ "lat": [
+ 45.583099999999995,
+ 45.9831
+ ],
+ "lon": [
+ 2.8823999999999996,
+ 3.2824
+ ]
+ },
+ {
+ "city": "Le Mans",
+ "lat": [
+ 47.8077,
+ 48.2077
+ ],
+ "lon": [
+ -0.001600000000000018,
+ 0.3984
+ ]
+ },
+ {
+ "city": "Brest",
+ "lat": [
+ 48.19,
+ 48.59
+ ],
+ "lon": [
+ -4.69,
+ -4.29
+ ]
+ },
+ {
+ "city": "Tours",
+ "lat": [
+ 47.193599999999996,
+ 47.5936
+ ],
+ "lon": [
+ 0.4892,
+ 0.8892
+ ]
+ },
+ {
+ "city": "Amiens",
+ "lat": [
+ 49.692,
+ 50.092000000000006
+ ],
+ "lon": [
+ 2.0989999999999998,
+ 2.499
+ ]
+ },
+ {
+ "city": "Annecy",
+ "lat": [
+ 45.715999999999994,
+ 46.116
+ ],
+ "lon": [
+ 5.933,
+ 6.333
+ ]
+ },
+ {
+ "city": "Limoges",
+ "lat": [
+ 45.635299999999994,
+ 46.0353
+ ],
+ "lon": [
+ 1.0625,
+ 1.4625
+ ]
+ },
+ {
+ "city": "Metz",
+ "lat": [
+ 48.9203,
+ 49.3203
+ ],
+ "lon": [
+ 5.9778,
+ 6.377800000000001
+ ]
+ },
+ {
+ "city": "Perpignan",
+ "lat": [
+ 42.498599999999996,
+ 42.8986
+ ],
+ "lon": [
+ 2.6955999999999998,
+ 3.0956
+ ]
+ },
+ {
+ "city": "Boulogne-Billancourt",
+ "lat": [
+ 48.6352,
+ 49.0352
+ ],
+ "lon": [
+ 2.0408999999999997,
+ 2.4409
+ ]
+ },
+ {
+ "city": "Besan\u00e7on",
+ "lat": [
+ 47.04,
+ 47.440000000000005
+ ],
+ "lon": [
+ 5.819999999999999,
+ 6.22
+ ]
+ },
+ {
+ "city": "Orl\u00e9ans",
+ "lat": [
+ 47.7025,
+ 48.102500000000006
+ ],
+ "lon": [
+ 1.709,
+ 2.109
+ ]
+ },
+ {
+ "city": "Rouen",
+ "lat": [
+ 49.242799999999995,
+ 49.6428
+ ],
+ "lon": [
+ 0.8886000000000001,
+ 1.2886
+ ]
+ },
+ {
+ "city": "Saint-Denis",
+ "lat": [
+ 48.7356,
+ 49.135600000000004
+ ],
+ "lon": [
+ 2.1538999999999997,
+ 2.5539
+ ]
+ },
+ {
+ "city": "Montreuil",
+ "lat": [
+ 48.6611,
+ 49.0611
+ ],
+ "lon": [
+ 2.2436,
+ 2.6436
+ ]
+ },
+ {
+ "city": "Caen",
+ "lat": [
+ 48.981399999999994,
+ 49.3814
+ ],
+ "lon": [
+ -0.5636,
+ -0.16359999999999997
+ ]
+ },
+ {
+ "city": "Argenteuil",
+ "lat": [
+ 48.7478,
+ 49.147800000000004
+ ],
+ "lon": [
+ 2.0488999999999997,
+ 2.4489
+ ]
+ },
+ {
+ "city": "Mulhouse",
+ "lat": [
+ 47.55,
+ 47.95
+ ],
+ "lon": [
+ 7.14,
+ 7.54
+ ]
+ },
+ {
+ "city": "Nancy",
+ "lat": [
+ 48.4936,
+ 48.893600000000006
+ ],
+ "lon": [
+ 5.9845999999999995,
+ 6.3846
+ ]
+ },
+ {
+ "city": "Roubaix",
+ "lat": [
+ 50.4901,
+ 50.890100000000004
+ ],
+ "lon": [
+ 2.9817,
+ 3.3817000000000004
+ ]
+ },
+ {
+ "city": "Tourcoing",
+ "lat": [
+ 50.5239,
+ 50.9239
+ ],
+ "lon": [
+ 2.9612,
+ 3.3612
+ ]
+ },
+ {
+ "city": "Nanterre",
+ "lat": [
+ 48.6988,
+ 49.098800000000004
+ ],
+ "lon": [
+ 1.9969,
+ 2.3969
+ ]
+ },
+ {
+ "city": "Vitry-sur-Seine",
+ "lat": [
+ 48.5875,
+ 48.987500000000004
+ ],
+ "lon": [
+ 2.1927999999999996,
+ 2.5928
+ ]
+ },
+ {
+ "city": "Cr\u00e9teil",
+ "lat": [
+ 48.5911,
+ 48.9911
+ ],
+ "lon": [
+ 2.2628,
+ 2.6628000000000003
+ ]
+ },
+ {
+ "city": "Avignon",
+ "lat": [
+ 43.75,
+ 44.150000000000006
+ ],
+ "lon": [
+ 4.6075,
+ 5.0075
+ ]
+ },
+ {
+ "city": "Colombes",
+ "lat": [
+ 48.7236,
+ 49.1236
+ ],
+ "lon": [
+ 2.0522,
+ 2.4522000000000004
+ ]
+ },
+ {
+ "city": "Aubervilliers",
+ "lat": [
+ 48.7131,
+ 49.1131
+ ],
+ "lon": [
+ 2.1831,
+ 2.5831000000000004
+ ]
+ },
+ {
+ "city": "Poitiers",
+ "lat": [
+ 46.379999999999995,
+ 46.78
+ ],
+ "lon": [
+ 0.14,
+ 0.54
+ ]
+ },
+ {
+ "city": "Dunkerque",
+ "lat": [
+ 50.8383,
+ 51.2383
+ ],
+ "lon": [
+ 2.1774999999999998,
+ 2.5775
+ ]
+ },
+ {
+ "city": "Aulnay-sous-Bois",
+ "lat": [
+ 48.7386,
+ 49.138600000000004
+ ],
+ "lon": [
+ 2.2906,
+ 2.6906000000000003
+ ]
+ },
+ {
+ "city": "Versailles",
+ "lat": [
+ 48.605,
+ 49.005
+ ],
+ "lon": [
+ 1.9349999999999998,
+ 2.335
+ ]
+ },
+ {
+ "city": "Courbevoic",
+ "lat": [
+ 48.697799999999994,
+ 49.0978
+ ],
+ "lon": [
+ 2.0530999999999997,
+ 2.4531
+ ]
+ },
+ {
+ "city": "Rueil-Malmaison",
+ "lat": [
+ 48.675999999999995,
+ 49.076
+ ],
+ "lon": [
+ 1.981,
+ 2.3810000000000002
+ ]
+ },
+ {
+ "city": "B\u00e9ziers",
+ "lat": [
+ 43.1476,
+ 43.5476
+ ],
+ "lon": [
+ 3.0189999999999997,
+ 3.419
+ ]
+ },
+ {
+ "city": "La Rochelle",
+ "lat": [
+ 45.959999999999994,
+ 46.36
+ ],
+ "lon": [
+ -1.3499999999999999,
+ -0.95
+ ]
+ },
+ {
+ "city": "Pau",
+ "lat": [
+ 43.099999999999994,
+ 43.5
+ ],
+ "lon": [
+ -0.5700000000000001,
+ -0.16999999999999998
+ ]
+ },
+ {
+ "city": "Champigny-sur-Marne",
+ "lat": [
+ 48.6172,
+ 49.0172
+ ],
+ "lon": [
+ 2.3156,
+ 2.7156000000000002
+ ]
+ },
+ {
+ "city": "M\u00e9rignac",
+ "lat": [
+ 44.6386,
+ 45.0386
+ ],
+ "lon": [
+ -0.8435999999999999,
+ -0.44359999999999994
+ ]
+ },
+ {
+ "city": "Antibes",
+ "lat": [
+ 43.3808,
+ 43.780800000000006
+ ],
+ "lon": [
+ 6.9239,
+ 7.3239
+ ]
+ },
+ {
+ "city": "Saint-Maur-des-Foss\u00e9s",
+ "lat": [
+ 48.599399999999996,
+ 48.9994
+ ],
+ "lon": [
+ 2.2996999999999996,
+ 2.6997
+ ]
+ },
+ {
+ "city": "Ajaccio",
+ "lat": [
+ 41.726699999999994,
+ 42.1267
+ ],
+ "lon": [
+ 8.536900000000001,
+ 8.9369
+ ]
+ },
+ {
+ "city": "Cannes",
+ "lat": [
+ 43.351299999999995,
+ 43.7513
+ ],
+ "lon": [
+ 6.8128,
+ 7.2128000000000005
+ ]
+ },
+ {
+ "city": "Saint-Nazaire",
+ "lat": [
+ 47.0736,
+ 47.473600000000005
+ ],
+ "lon": [
+ -2.4139000000000004,
+ -2.0139
+ ]
+ },
+ {
+ "city": "Noisy-le-Grand",
+ "lat": [
+ 48.6478,
+ 49.0478
+ ],
+ "lon": [
+ 2.3528,
+ 2.7528
+ ]
+ },
+ {
+ "city": "Drancy",
+ "lat": [
+ 48.73,
+ 49.13
+ ],
+ "lon": [
+ 2.25,
+ 2.6500000000000004
+ ]
+ },
+ {
+ "city": "Cergy",
+ "lat": [
+ 48.836099999999995,
+ 49.2361
+ ],
+ "lon": [
+ 1.8631,
+ 2.2631
+ ]
+ },
+ {
+ "city": "Levallois-Perret",
+ "lat": [
+ 48.695,
+ 49.095000000000006
+ ],
+ "lon": [
+ 2.0871999999999997,
+ 2.4872
+ ]
+ },
+ {
+ "city": "Issy-les-Moulineaux",
+ "lat": [
+ 48.6239,
+ 49.023900000000005
+ ],
+ "lon": [
+ 2.07,
+ 2.47
+ ]
+ },
+ {
+ "city": "Calais",
+ "lat": [
+ 50.748099999999994,
+ 51.1481
+ ],
+ "lon": [
+ 1.6564,
+ 2.0564
+ ]
+ },
+ {
+ "city": "Colmar",
+ "lat": [
+ 47.881699999999995,
+ 48.2817
+ ],
+ "lon": [
+ 7.1556,
+ 7.5556
+ ]
+ },
+ {
+ "city": "Pessac",
+ "lat": [
+ 44.6067,
+ 45.0067
+ ],
+ "lon": [
+ -0.8311,
+ -0.4311
+ ]
+ },
+ {
+ "city": "V\u00e9nissieux",
+ "lat": [
+ 45.4978,
+ 45.897800000000004
+ ],
+ "lon": [
+ 4.6867,
+ 5.0867
+ ]
+ },
+ {
+ "city": "Clichy",
+ "lat": [
+ 48.7044,
+ 49.104400000000005
+ ],
+ "lon": [
+ 2.1064,
+ 2.5064
+ ]
+ },
+ {
+ "city": "Quimper",
+ "lat": [
+ 47.796699999999994,
+ 48.1967
+ ],
+ "lon": [
+ -4.2964,
+ -3.8964
+ ]
+ },
+ {
+ "city": "Ivry-sur-Seine",
+ "lat": [
+ 48.6078,
+ 49.0078
+ ],
+ "lon": [
+ 2.1746999999999996,
+ 2.5747
+ ]
+ },
+ {
+ "city": "Valence",
+ "lat": [
+ 44.7333,
+ 45.133300000000006
+ ],
+ "lon": [
+ 4.6917,
+ 5.0917
+ ]
+ },
+ {
+ "city": "Bourges",
+ "lat": [
+ 46.8844,
+ 47.284400000000005
+ ],
+ "lon": [
+ 2.1963999999999997,
+ 2.5964
+ ]
+ },
+ {
+ "city": "Antony",
+ "lat": [
+ 48.5539,
+ 48.953900000000004
+ ],
+ "lon": [
+ 2.0974999999999997,
+ 2.4975
+ ]
+ },
+ {
+ "city": "La Seyne-sur-Mer",
+ "lat": [
+ 42.9,
+ 43.300000000000004
+ ],
+ "lon": [
+ 5.683,
+ 6.083
+ ]
+ },
+ {
+ "city": "Montauban",
+ "lat": [
+ 43.818099999999994,
+ 44.2181
+ ],
+ "lon": [
+ 1.1558,
+ 1.5557999999999998
+ ]
+ },
+ {
+ "city": "Troyes",
+ "lat": [
+ 48.0997,
+ 48.499700000000004
+ ],
+ "lon": [
+ 3.8792,
+ 4.2792
+ ]
+ },
+ {
+ "city": "Pantin",
+ "lat": [
+ 48.6966,
+ 49.0966
+ ],
+ "lon": [
+ 2.2016999999999998,
+ 2.6017
+ ]
+ },
+ {
+ "city": "Chamb\u00e9ry",
+ "lat": [
+ 45.37,
+ 45.77
+ ],
+ "lon": [
+ 5.7118,
+ 6.111800000000001
+ ]
+ },
+ {
+ "city": "Niort",
+ "lat": [
+ 46.1258,
+ 46.525800000000004
+ ],
+ "lon": [
+ -0.6606000000000001,
+ -0.2606
+ ]
+ },
+ {
+ "city": "Juan-les-Pins",
+ "lat": [
+ 43.3711,
+ 43.771100000000004
+ ],
+ "lon": [
+ 6.9094,
+ 7.3094
+ ]
+ },
+ {
+ "city": "Le Blanc-Mesnil",
+ "lat": [
+ 48.738699999999994,
+ 49.1387
+ ],
+ "lon": [
+ 2.2613999999999996,
+ 2.6614
+ ]
+ },
+ {
+ "city": "Neuilly-sur-Seine",
+ "lat": [
+ 48.6881,
+ 49.088100000000004
+ ],
+ "lon": [
+ 2.0686,
+ 2.4686000000000003
+ ]
+ },
+ {
+ "city": "Sarcelles",
+ "lat": [
+ 48.7956,
+ 49.195600000000006
+ ],
+ "lon": [
+ 2.1807999999999996,
+ 2.5808
+ ]
+ },
+ {
+ "city": "Fr\u00e9jus",
+ "lat": [
+ 43.233,
+ 43.633
+ ],
+ "lon": [
+ 6.537,
+ 6.937
+ ]
+ },
+ {
+ "city": "Lorient",
+ "lat": [
+ 47.55,
+ 47.95
+ ],
+ "lon": [
+ -3.56,
+ -3.1599999999999997
+ ]
+ },
+ {
+ "city": "Villejuif",
+ "lat": [
+ 48.591899999999995,
+ 48.9919
+ ],
+ "lon": [
+ 2.1635999999999997,
+ 2.5636
+ ]
+ },
+ {
+ "city": "Bellevue",
+ "lat": [
+ 48.671,
+ 49.071000000000005
+ ],
+ "lon": [
+ 2.1849999999999996,
+ 2.585
+ ]
+ },
+ {
+ "city": "Maisons-Alfort",
+ "lat": [
+ 48.605799999999995,
+ 49.0058
+ ],
+ "lon": [
+ 2.2378,
+ 2.6378000000000004
+ ]
+ },
+ {
+ "city": "Clamart",
+ "lat": [
+ 48.6014,
+ 49.001400000000004
+ ],
+ "lon": [
+ 2.0627999999999997,
+ 2.4628
+ ]
+ },
+ {
+ "city": "Narbonne",
+ "lat": [
+ 42.983599999999996,
+ 43.3836
+ ],
+ "lon": [
+ 2.8042,
+ 3.2042
+ ]
+ },
+ {
+ "city": "Meaux",
+ "lat": [
+ 48.760299999999994,
+ 49.1603
+ ],
+ "lon": [
+ 2.6883,
+ 3.0883000000000003
+ ]
+ },
+ {
+ "city": "Beauvais",
+ "lat": [
+ 49.2303,
+ 49.630300000000005
+ ],
+ "lon": [
+ 1.8952000000000002,
+ 2.2952000000000004
+ ]
+ },
+ {
+ "city": "Hy\u00e8res",
+ "lat": [
+ 42.9199,
+ 43.319900000000004
+ ],
+ "lon": [
+ 5.9315999999999995,
+ 6.3316
+ ]
+ },
+ {
+ "city": "Bobigny",
+ "lat": [
+ 48.7106,
+ 49.110600000000005
+ ],
+ "lon": [
+ 2.2397,
+ 2.6397000000000004
+ ]
+ },
+ {
+ "city": "Vannes",
+ "lat": [
+ 47.4559,
+ 47.855900000000005
+ ],
+ "lon": [
+ -2.9603,
+ -2.5603
+ ]
+ },
+ {
+ "city": "La Roche-sur-Yon",
+ "lat": [
+ 46.470499999999994,
+ 46.8705
+ ],
+ "lon": [
+ -1.626,
+ -1.226
+ ]
+ },
+ {
+ "city": "Chelles",
+ "lat": [
+ 48.683299999999996,
+ 49.0833
+ ],
+ "lon": [
+ 2.4,
+ 2.8000000000000003
+ ]
+ },
+ {
+ "city": "Cholet",
+ "lat": [
+ 46.86,
+ 47.260000000000005
+ ],
+ "lon": [
+ -1.0783,
+ -0.6782999999999999
+ ]
+ },
+ {
+ "city": "Corbeil-Essonnes",
+ "lat": [
+ 48.4139,
+ 48.813900000000004
+ ],
+ "lon": [
+ 2.282,
+ 2.6820000000000004
+ ]
+ },
+ {
+ "city": "\u00c9vry",
+ "lat": [
+ 48.4238,
+ 48.823800000000006
+ ],
+ "lon": [
+ 2.2296,
+ 2.6296000000000004
+ ]
+ },
+ {
+ "city": "\u00c9pinay-sur-Seine",
+ "lat": [
+ 48.7553,
+ 49.155300000000004
+ ],
+ "lon": [
+ 2.1092,
+ 2.5092000000000003
+ ]
+ },
+ {
+ "city": "Bayonne",
+ "lat": [
+ 43.29,
+ 43.690000000000005
+ ],
+ "lon": [
+ -1.68,
+ -1.28
+ ]
+ },
+ {
+ "city": "Saint-Ouen",
+ "lat": [
+ 48.7123,
+ 49.112300000000005
+ ],
+ "lon": [
+ 2.1342,
+ 2.5342000000000002
+ ]
+ },
+ {
+ "city": "Saint-Quentin",
+ "lat": [
+ 49.648599999999995,
+ 50.0486
+ ],
+ "lon": [
+ 3.0864,
+ 3.4864
+ ]
+ },
+ {
+ "city": "Cagnes-sur-Mer",
+ "lat": [
+ 43.4644,
+ 43.8644
+ ],
+ "lon": [
+ 6.9489,
+ 7.3489
+ ]
+ },
+ {
+ "city": "Fontenay-sous-Bois",
+ "lat": [
+ 48.6517,
+ 49.051700000000004
+ ],
+ "lon": [
+ 2.2771999999999997,
+ 2.6772
+ ]
+ },
+ {
+ "city": "Vaulx-en-Velin",
+ "lat": [
+ 45.5768,
+ 45.976800000000004
+ ],
+ "lon": [
+ 4.7185999999999995,
+ 5.1186
+ ]
+ },
+ {
+ "city": "Sevran",
+ "lat": [
+ 48.7333,
+ 49.133300000000006
+ ],
+ "lon": [
+ 2.3333,
+ 2.7333000000000003
+ ]
+ },
+ {
+ "city": "Sartrouville",
+ "lat": [
+ 48.737199999999994,
+ 49.1372
+ ],
+ "lon": [
+ 1.9644000000000001,
+ 2.3644000000000003
+ ]
+ },
+ {
+ "city": "Arles",
+ "lat": [
+ 43.476699999999994,
+ 43.8767
+ ],
+ "lon": [
+ 4.4277999999999995,
+ 4.8278
+ ]
+ },
+ {
+ "city": "Bondy",
+ "lat": [
+ 48.7022,
+ 49.1022
+ ],
+ "lon": [
+ 2.2828,
+ 2.6828000000000003
+ ]
+ },
+ {
+ "city": "Gennevilliers",
+ "lat": [
+ 48.7256,
+ 49.125600000000006
+ ],
+ "lon": [
+ 2.0944,
+ 2.4944
+ ]
+ },
+ {
+ "city": "Albi",
+ "lat": [
+ 43.728899999999996,
+ 44.1289
+ ],
+ "lon": [
+ 1.9464,
+ 2.3464
+ ]
+ },
+ {
+ "city": "Massy",
+ "lat": [
+ 48.530899999999995,
+ 48.9309
+ ],
+ "lon": [
+ 2.0713,
+ 2.4713000000000003
+ ]
+ },
+ {
+ "city": "Saint-Herblain",
+ "lat": [
+ 47.0122,
+ 47.412200000000006
+ ],
+ "lon": [
+ -1.8497,
+ -1.4497
+ ]
+ }
+ ],
+ "Spain": [
+ {
+ "city": "Madrid",
+ "lat": [
+ 40.216899999999995,
+ 40.6169
+ ],
+ "lon": [
+ -3.9033,
+ -3.5033
+ ]
+ },
+ {
+ "city": "Barcelona",
+ "lat": [
+ 41.183299999999996,
+ 41.5833
+ ],
+ "lon": [
+ 1.9833,
+ 2.3833
+ ]
+ },
+ {
+ "city": "Valencia",
+ "lat": [
+ 39.269999999999996,
+ 39.67
+ ],
+ "lon": [
+ -0.5764,
+ -0.1764
+ ]
+ },
+ {
+ "city": "Sevilla",
+ "lat": [
+ 37.19,
+ 37.59
+ ],
+ "lon": [
+ -6.19,
+ -5.79
+ ]
+ },
+ {
+ "city": "M\u00e1laga",
+ "lat": [
+ 36.5194,
+ 36.9194
+ ],
+ "lon": [
+ -4.62,
+ -4.22
+ ]
+ },
+ {
+ "city": "Bilbao",
+ "lat": [
+ 43.0569,
+ 43.456900000000005
+ ],
+ "lon": [
+ -3.1236,
+ -2.7236
+ ]
+ },
+ {
+ "city": "Zaragoza",
+ "lat": [
+ 41.449999999999996,
+ 41.85
+ ],
+ "lon": [
+ -1.0833,
+ -0.6833
+ ]
+ },
+ {
+ "city": "Murcia",
+ "lat": [
+ 37.7861,
+ 38.1861
+ ],
+ "lon": [
+ -1.3303,
+ -0.9303000000000001
+ ]
+ },
+ {
+ "city": "Las Palmas",
+ "lat": [
+ 27.925800000000002,
+ 28.3258
+ ],
+ "lon": [
+ -15.635299999999999,
+ -15.2353
+ ]
+ },
+ {
+ "city": "Palma",
+ "lat": [
+ 39.366699999999994,
+ 39.7667
+ ],
+ "lon": [
+ 2.4499999999999997,
+ 2.85
+ ]
+ },
+ {
+ "city": "Santa Cruz",
+ "lat": [
+ 28.2667,
+ 28.6667
+ ],
+ "lon": [
+ -16.45,
+ -16.05
+ ]
+ },
+ {
+ "city": "Alicante",
+ "lat": [
+ 38.1453,
+ 38.545300000000005
+ ],
+ "lon": [
+ -0.6831,
+ -0.28309999999999996
+ ]
+ },
+ {
+ "city": "C\u00f3rdoba",
+ "lat": [
+ 37.69,
+ 38.09
+ ],
+ "lon": [
+ -4.98,
+ -4.58
+ ]
+ },
+ {
+ "city": "Valladolid",
+ "lat": [
+ 41.452799999999996,
+ 41.8528
+ ],
+ "lon": [
+ -4.9236,
+ -4.5236
+ ]
+ },
+ {
+ "city": "Vigo",
+ "lat": [
+ 42.0314,
+ 42.431400000000004
+ ],
+ "lon": [
+ -8.9124,
+ -8.512400000000001
+ ]
+ },
+ {
+ "city": "Gij\u00f3n",
+ "lat": [
+ 43.333299999999994,
+ 43.7333
+ ],
+ "lon": [
+ -5.9,
+ -5.5
+ ]
+ },
+ {
+ "city": "Vitoria-Gasteiz",
+ "lat": [
+ 42.65,
+ 43.050000000000004
+ ],
+ "lon": [
+ -2.8833,
+ -2.4833
+ ]
+ },
+ {
+ "city": "A Coru\u00f1a",
+ "lat": [
+ 43.165,
+ 43.565000000000005
+ ],
+ "lon": [
+ -8.61,
+ -8.21
+ ]
+ },
+ {
+ "city": "Elche",
+ "lat": [
+ 38.0669,
+ 38.4669
+ ],
+ "lon": [
+ -0.8983000000000001,
+ -0.4983
+ ]
+ },
+ {
+ "city": "Granada",
+ "lat": [
+ 36.9781,
+ 37.3781
+ ],
+ "lon": [
+ -3.8008,
+ -3.4008
+ ]
+ },
+ {
+ "city": "Tarrasa",
+ "lat": [
+ 41.37,
+ 41.77
+ ],
+ "lon": [
+ 1.813,
+ 2.213
+ ]
+ },
+ {
+ "city": "Badalona",
+ "lat": [
+ 41.2489,
+ 41.648900000000005
+ ],
+ "lon": [
+ 2.0461,
+ 2.4461000000000004
+ ]
+ },
+ {
+ "city": "Sabadell",
+ "lat": [
+ 41.3486,
+ 41.7486
+ ],
+ "lon": [
+ 1.9075,
+ 2.3075
+ ]
+ },
+ {
+ "city": "Oviedo",
+ "lat": [
+ 43.16,
+ 43.56
+ ],
+ "lon": [
+ -6.045,
+ -5.645
+ ]
+ },
+ {
+ "city": "Cartagena",
+ "lat": [
+ 37.4019,
+ 37.8019
+ ],
+ "lon": [
+ -1.1842,
+ -0.7842
+ ]
+ },
+ {
+ "city": "Jerez de la Frontera",
+ "lat": [
+ 36.4817,
+ 36.8817
+ ],
+ "lon": [
+ -6.3378000000000005,
+ -5.9378
+ ]
+ },
+ {
+ "city": "M\u00f3stoles",
+ "lat": [
+ 40.1333,
+ 40.533300000000004
+ ],
+ "lon": [
+ -4.0667,
+ -3.6666999999999996
+ ]
+ },
+ {
+ "city": "Pamplona",
+ "lat": [
+ 42.616699999999994,
+ 43.0167
+ ],
+ "lon": [
+ -1.8499999999999999,
+ -1.45
+ ]
+ },
+ {
+ "city": "Almer\u00eda",
+ "lat": [
+ 36.6417,
+ 37.041700000000006
+ ],
+ "lon": [
+ -2.6639000000000004,
+ -2.2639
+ ]
+ },
+ {
+ "city": "Alcal\u00e1 de Henares",
+ "lat": [
+ 40.2667,
+ 40.666700000000006
+ ],
+ "lon": [
+ -3.5667,
+ -3.1666999999999996
+ ]
+ },
+ {
+ "city": "Legan\u00e9s",
+ "lat": [
+ 40.128099999999996,
+ 40.5281
+ ],
+ "lon": [
+ -3.9644000000000004,
+ -3.5644
+ ]
+ },
+ {
+ "city": "Fuenlabrada",
+ "lat": [
+ 40.083299999999994,
+ 40.4833
+ ],
+ "lon": [
+ -4.0,
+ -3.5999999999999996
+ ]
+ },
+ {
+ "city": "Getafe",
+ "lat": [
+ 40.104699999999994,
+ 40.5047
+ ],
+ "lon": [
+ -3.9311000000000003,
+ -3.5311
+ ]
+ },
+ {
+ "city": "Donostia",
+ "lat": [
+ 43.121399999999994,
+ 43.5214
+ ],
+ "lon": [
+ -2.1856,
+ -1.7856
+ ]
+ },
+ {
+ "city": "Castell\u00f3n de la Plana",
+ "lat": [
+ 39.7831,
+ 40.1831
+ ],
+ "lon": [
+ -0.2331,
+ 0.16690000000000002
+ ]
+ },
+ {
+ "city": "Burgos",
+ "lat": [
+ 42.15,
+ 42.550000000000004
+ ],
+ "lon": [
+ -3.9067000000000003,
+ -3.5067
+ ]
+ },
+ {
+ "city": "Albacete",
+ "lat": [
+ 38.7956,
+ 39.195600000000006
+ ],
+ "lon": [
+ -2.0558,
+ -1.6558
+ ]
+ },
+ {
+ "city": "Santander",
+ "lat": [
+ 43.2628,
+ 43.662800000000004
+ ],
+ "lon": [
+ -4.005,
+ -3.605
+ ]
+ },
+ {
+ "city": "Alcorc\u00f3n",
+ "lat": [
+ 40.15,
+ 40.550000000000004
+ ],
+ "lon": [
+ -4.0333,
+ -3.6332999999999998
+ ]
+ },
+ {
+ "city": "Guadalajara",
+ "lat": [
+ 40.433699999999995,
+ 40.8337
+ ],
+ "lon": [
+ -3.3674000000000004,
+ -2.9674
+ ]
+ },
+ {
+ "city": "La Laguna",
+ "lat": [
+ 28.2853,
+ 28.685299999999998
+ ],
+ "lon": [
+ -16.5167,
+ -16.1167
+ ]
+ },
+ {
+ "city": "Marbella",
+ "lat": [
+ 36.3167,
+ 36.7167
+ ],
+ "lon": [
+ -5.0833,
+ -4.6833
+ ]
+ },
+ {
+ "city": "Girona",
+ "lat": [
+ 41.7844,
+ 42.184400000000004
+ ],
+ "lon": [
+ 2.6210999999999998,
+ 3.0211
+ ]
+ },
+ {
+ "city": "Logro\u00f1o",
+ "lat": [
+ 42.265,
+ 42.665000000000006
+ ],
+ "lon": [
+ -2.6456000000000004,
+ -2.2456
+ ]
+ },
+ {
+ "city": "Badajoz",
+ "lat": [
+ 38.680299999999995,
+ 39.0803
+ ],
+ "lon": [
+ -7.1753,
+ -6.7753
+ ]
+ },
+ {
+ "city": "Salamanca",
+ "lat": [
+ 40.765,
+ 41.165000000000006
+ ],
+ "lon": [
+ -5.8642,
+ -5.4642
+ ]
+ },
+ {
+ "city": "Lleida",
+ "lat": [
+ 41.4167,
+ 41.816700000000004
+ ],
+ "lon": [
+ 0.43329999999999996,
+ 0.8332999999999999
+ ]
+ },
+ {
+ "city": "Huelva",
+ "lat": [
+ 37.05,
+ 37.45
+ ],
+ "lon": [
+ -7.15,
+ -6.75
+ ]
+ },
+ {
+ "city": "Tarragona",
+ "lat": [
+ 40.9175,
+ 41.3175
+ ],
+ "lon": [
+ 1.0528,
+ 1.4527999999999999
+ ]
+ },
+ {
+ "city": "Dos Hermanas",
+ "lat": [
+ 37.0836,
+ 37.4836
+ ],
+ "lon": [
+ -6.1222,
+ -5.7222
+ ]
+ },
+ {
+ "city": "Parla",
+ "lat": [
+ 40.0372,
+ 40.437200000000004
+ ],
+ "lon": [
+ -3.9742,
+ -3.5742
+ ]
+ },
+ {
+ "city": "Matar\u00f3",
+ "lat": [
+ 41.333299999999994,
+ 41.7333
+ ],
+ "lon": [
+ 2.25,
+ 2.6500000000000004
+ ]
+ },
+ {
+ "city": "Torrej\u00f3n de Ardoz",
+ "lat": [
+ 40.261399999999995,
+ 40.6614
+ ],
+ "lon": [
+ -3.6978,
+ -3.2977999999999996
+ ]
+ },
+ {
+ "city": "Algeciras",
+ "lat": [
+ 35.927499999999995,
+ 36.3275
+ ],
+ "lon": [
+ -5.6539,
+ -5.2539
+ ]
+ },
+ {
+ "city": "Le\u00f3n",
+ "lat": [
+ 42.4056,
+ 42.805600000000005
+ ],
+ "lon": [
+ -5.7700000000000005,
+ -5.37
+ ]
+ },
+ {
+ "city": "Alcobendas",
+ "lat": [
+ 40.333299999999994,
+ 40.7333
+ ],
+ "lon": [
+ -3.8333000000000004,
+ -3.4333
+ ]
+ },
+ {
+ "city": "Ja\u00e9n",
+ "lat": [
+ 37.5667,
+ 37.9667
+ ],
+ "lon": [
+ -3.9711000000000003,
+ -3.5711
+ ]
+ },
+ {
+ "city": "C\u00e1diz",
+ "lat": [
+ 36.334999999999994,
+ 36.735
+ ],
+ "lon": [
+ -6.4975000000000005,
+ -6.0975
+ ]
+ },
+ {
+ "city": "Reus",
+ "lat": [
+ 40.955999999999996,
+ 41.356
+ ],
+ "lon": [
+ 0.9080000000000001,
+ 1.308
+ ]
+ },
+ {
+ "city": "Roquetas de Mar",
+ "lat": [
+ 36.5642,
+ 36.964200000000005
+ ],
+ "lon": [
+ -2.8147,
+ -2.4147
+ ]
+ },
+ {
+ "city": "Ourense",
+ "lat": [
+ 42.136399999999995,
+ 42.5364
+ ],
+ "lon": [
+ -8.0633,
+ -7.6633
+ ]
+ },
+ {
+ "city": "Telde",
+ "lat": [
+ 27.7833,
+ 28.1833
+ ],
+ "lon": [
+ -15.6167,
+ -15.216700000000001
+ ]
+ },
+ {
+ "city": "San Vicente de Baracaldo",
+ "lat": [
+ 43.097199999999994,
+ 43.4972
+ ],
+ "lon": [
+ -3.1917,
+ -2.7916999999999996
+ ]
+ },
+ {
+ "city": "Vaciamadrid",
+ "lat": [
+ 40.139399999999995,
+ 40.5394
+ ],
+ "lon": [
+ -3.7181,
+ -3.3181
+ ]
+ },
+ {
+ "city": "Santiago de Compostela",
+ "lat": [
+ 42.6778,
+ 43.0778
+ ],
+ "lon": [
+ -8.744399999999999,
+ -8.3444
+ ]
+ },
+ {
+ "city": "Lugo",
+ "lat": [
+ 42.8167,
+ 43.2167
+ ],
+ "lon": [
+ -7.75,
+ -7.35
+ ]
+ },
+ {
+ "city": "San Cugat del Vall\u00e9s",
+ "lat": [
+ 41.2667,
+ 41.666700000000006
+ ],
+ "lon": [
+ 1.8833,
+ 2.2833
+ ]
+ },
+ {
+ "city": "Las Rozas de Madrid",
+ "lat": [
+ 40.2917,
+ 40.691700000000004
+ ],
+ "lon": [
+ -4.0733,
+ -3.6733
+ ]
+ },
+ {
+ "city": "Lorca",
+ "lat": [
+ 37.4798,
+ 37.8798
+ ],
+ "lon": [
+ -1.8943999999999999,
+ -1.4944
+ ]
+ },
+ {
+ "city": "C\u00e1ceres",
+ "lat": [
+ 39.2833,
+ 39.6833
+ ],
+ "lon": [
+ -6.5667,
+ -6.1667
+ ]
+ },
+ {
+ "city": "San Sebasti\u00e1n de los Reyes",
+ "lat": [
+ 40.3469,
+ 40.746900000000004
+ ],
+ "lon": [
+ -3.8258,
+ -3.4257999999999997
+ ]
+ },
+ {
+ "city": "Torrevieja",
+ "lat": [
+ 37.7778,
+ 38.177800000000005
+ ],
+ "lon": [
+ -0.8833,
+ -0.4833
+ ]
+ },
+ {
+ "city": "San Fernando",
+ "lat": [
+ 36.2667,
+ 36.666700000000006
+ ],
+ "lon": [
+ -6.4,
+ -6.0
+ ]
+ },
+ {
+ "city": "Mijas",
+ "lat": [
+ 36.4,
+ 36.800000000000004
+ ],
+ "lon": [
+ -4.8333,
+ -4.4333
+ ]
+ },
+ {
+ "city": "El Ejido",
+ "lat": [
+ 36.583099999999995,
+ 36.9831
+ ],
+ "lon": [
+ -3.0167,
+ -2.6167
+ ]
+ },
+ {
+ "city": "El Puerto de Santa Mar\u00eda",
+ "lat": [
+ 36.4015,
+ 36.801500000000004
+ ],
+ "lon": [
+ -6.4381,
+ -6.0381
+ ]
+ },
+ {
+ "city": "Chiclana de la Frontera",
+ "lat": [
+ 36.216699999999996,
+ 36.6167
+ ],
+ "lon": [
+ -6.3500000000000005,
+ -5.95
+ ]
+ },
+ {
+ "city": "Torrente",
+ "lat": [
+ 39.238899999999994,
+ 39.6389
+ ],
+ "lon": [
+ -0.6656,
+ -0.2656
+ ]
+ },
+ {
+ "city": "Arona",
+ "lat": [
+ 27.900000000000002,
+ 28.3
+ ],
+ "lon": [
+ -16.866699999999998,
+ -16.4667
+ ]
+ },
+ {
+ "city": "Toledo",
+ "lat": [
+ 39.656699999999994,
+ 40.0567
+ ],
+ "lon": [
+ -4.2244,
+ -3.8244
+ ]
+ },
+ {
+ "city": "V\u00e9lez-M\u00e1laga",
+ "lat": [
+ 36.583299999999994,
+ 36.9833
+ ],
+ "lon": [
+ -4.3,
+ -3.8999999999999995
+ ]
+ },
+ {
+ "city": "Ciudad de Melilla",
+ "lat": [
+ 35.0922,
+ 35.492200000000004
+ ],
+ "lon": [
+ -3.1408,
+ -2.7407999999999997
+ ]
+ },
+ {
+ "city": "Fuengirola",
+ "lat": [
+ 36.341699999999996,
+ 36.7417
+ ],
+ "lon": [
+ -4.825,
+ -4.425
+ ]
+ },
+ {
+ "city": "San Baudilio de Llobregat",
+ "lat": [
+ 41.135999999999996,
+ 41.536
+ ],
+ "lon": [
+ 1.8430000000000002,
+ 2.2430000000000003
+ ]
+ },
+ {
+ "city": "Valdemoro",
+ "lat": [
+ 39.9908,
+ 40.390800000000006
+ ],
+ "lon": [
+ -3.8742,
+ -3.4741999999999997
+ ]
+ },
+ {
+ "city": "Talavera de la Reina",
+ "lat": [
+ 39.7583,
+ 40.158300000000004
+ ],
+ "lon": [
+ -5.0328,
+ -4.6328
+ ]
+ },
+ {
+ "city": "Ciudad de Ceuta",
+ "lat": [
+ 35.6883,
+ 36.088300000000004
+ ],
+ "lon": [
+ -5.5156,
+ -5.1156
+ ]
+ },
+ {
+ "city": "Pontevedra",
+ "lat": [
+ 42.2333,
+ 42.633300000000006
+ ],
+ "lon": [
+ -8.8333,
+ -8.433300000000001
+ ]
+ },
+ {
+ "city": "Rub\u00ed",
+ "lat": [
+ 41.293299999999995,
+ 41.6933
+ ],
+ "lon": [
+ 1.8325000000000002,
+ 2.2325000000000004
+ ]
+ },
+ {
+ "city": "Orihuela",
+ "lat": [
+ 37.8856,
+ 38.2856
+ ],
+ "lon": [
+ -1.1469,
+ -0.7468999999999999
+ ]
+ },
+ {
+ "city": "Manresa",
+ "lat": [
+ 41.529399999999995,
+ 41.9294
+ ],
+ "lon": [
+ 1.6272,
+ 2.0272
+ ]
+ },
+ {
+ "city": "Gand\u00eda",
+ "lat": [
+ 38.7667,
+ 39.166700000000006
+ ],
+ "lon": [
+ -0.3833,
+ 0.01670000000000002
+ ]
+ },
+ {
+ "city": "Estepona",
+ "lat": [
+ 36.2264,
+ 36.626400000000004
+ ],
+ "lon": [
+ -5.3472,
+ -4.9472
+ ]
+ },
+ {
+ "city": "Benalm\u00e1dena",
+ "lat": [
+ 36.4,
+ 36.800000000000004
+ ],
+ "lon": [
+ -4.7167,
+ -4.3167
+ ]
+ },
+ {
+ "city": "Molina de Segura",
+ "lat": [
+ 37.8548,
+ 38.2548
+ ],
+ "lon": [
+ -1.4131,
+ -1.0131000000000001
+ ]
+ },
+ {
+ "city": "Alcal\u00e1 de Guadaira",
+ "lat": [
+ 37.1333,
+ 37.533300000000004
+ ],
+ "lon": [
+ -6.05,
+ -5.6499999999999995
+ ]
+ },
+ {
+ "city": "Palencia",
+ "lat": [
+ 41.8167,
+ 42.2167
+ ],
+ "lon": [
+ -4.7333,
+ -4.3332999999999995
+ ]
+ },
+ {
+ "city": "Ciudad Real",
+ "lat": [
+ 38.7833,
+ 39.1833
+ ],
+ "lon": [
+ -4.1167,
+ -3.7167
+ ]
+ },
+ {
+ "city": "Avil\u00e9s",
+ "lat": [
+ 43.3561,
+ 43.7561
+ ],
+ "lon": [
+ -6.1083,
+ -5.7082999999999995
+ ]
+ },
+ {
+ "city": "Paterna",
+ "lat": [
+ 39.3028,
+ 39.7028
+ ],
+ "lon": [
+ -0.6406000000000001,
+ -0.24059999999999998
+ ]
+ },
+ {
+ "city": "Benidorm",
+ "lat": [
+ 38.334199999999996,
+ 38.7342
+ ],
+ "lon": [
+ -0.33140000000000003,
+ 0.06860000000000002
+ ]
+ },
+ {
+ "city": "Majadahonda",
+ "lat": [
+ 40.2728,
+ 40.6728
+ ],
+ "lon": [
+ -4.0722,
+ -3.6721999999999997
+ ]
+ },
+ {
+ "city": "Sagunto",
+ "lat": [
+ 39.48,
+ 39.88
+ ],
+ "lon": [
+ -0.4783,
+ -0.07829999999999998
+ ]
+ },
+ {
+ "city": "Torremolinos",
+ "lat": [
+ 36.4218,
+ 36.8218
+ ],
+ "lon": [
+ -4.7003,
+ -4.3003
+ ]
+ },
+ {
+ "city": "Sanl\u00facar de Barrameda",
+ "lat": [
+ 36.5667,
+ 36.9667
+ ],
+ "lon": [
+ -6.55,
+ -6.1499999999999995
+ ]
+ },
+ {
+ "city": "Castelldefels",
+ "lat": [
+ 41.086,
+ 41.486000000000004
+ ],
+ "lon": [
+ 1.782,
+ 2.182
+ ]
+ },
+ {
+ "city": "Villanueva y Geltr\u00fa",
+ "lat": [
+ 41.0242,
+ 41.424200000000006
+ ],
+ "lon": [
+ 1.5256,
+ 1.9256
+ ]
+ },
+ {
+ "city": "Viladec\u00e1ns",
+ "lat": [
+ 41.1158,
+ 41.515800000000006
+ ],
+ "lon": [
+ 1.8196999999999999,
+ 2.2197
+ ]
+ },
+ {
+ "city": "Collado-Villalba",
+ "lat": [
+ 40.433299999999996,
+ 40.8333
+ ],
+ "lon": [
+ -4.2083,
+ -3.8083
+ ]
+ },
+ {
+ "city": "El Prat de Llobregat",
+ "lat": [
+ 41.1333,
+ 41.533300000000004
+ ],
+ "lon": [
+ 1.9000000000000001,
+ 2.3000000000000003
+ ]
+ },
+ {
+ "city": "Arrecife",
+ "lat": [
+ 28.7625,
+ 29.162499999999998
+ ],
+ "lon": [
+ -13.750599999999999,
+ -13.3506
+ ]
+ },
+ {
+ "city": "Ferrol",
+ "lat": [
+ 43.2844,
+ 43.684400000000004
+ ],
+ "lon": [
+ -8.432799999999999,
+ -8.0328
+ ]
+ },
+ {
+ "city": "Granollers",
+ "lat": [
+ 41.407999999999994,
+ 41.808
+ ],
+ "lon": [
+ 2.0879999999999996,
+ 2.488
+ ]
+ },
+ {
+ "city": "La L\u00ednea de la Concepci\u00f3n",
+ "lat": [
+ 35.9681,
+ 36.368100000000005
+ ],
+ "lon": [
+ -5.5486,
+ -5.1486
+ ]
+ },
+ {
+ "city": "Ponferrada",
+ "lat": [
+ 42.349999999999994,
+ 42.75
+ ],
+ "lon": [
+ -6.7833000000000006,
+ -6.3833
+ ]
+ },
+ {
+ "city": "Ir\u00fan",
+ "lat": [
+ 43.1378,
+ 43.537800000000004
+ ],
+ "lon": [
+ -1.9888,
+ -1.5888
+ ]
+ },
+ {
+ "city": "Boadilla del Monte",
+ "lat": [
+ 40.2069,
+ 40.6069
+ ],
+ "lon": [
+ -4.075,
+ -3.675
+ ]
+ },
+ {
+ "city": "Alcoy",
+ "lat": [
+ 38.4983,
+ 38.898300000000006
+ ],
+ "lon": [
+ -0.6736,
+ -0.2736
+ ]
+ },
+ {
+ "city": "San Vicente del Raspeig",
+ "lat": [
+ 38.1964,
+ 38.5964
+ ],
+ "lon": [
+ -0.7253000000000001,
+ -0.3253
+ ]
+ },
+ {
+ "city": "M\u00e9rida",
+ "lat": [
+ 38.699999999999996,
+ 39.1
+ ],
+ "lon": [
+ -6.5333000000000006,
+ -6.1333
+ ]
+ },
+ {
+ "city": "Aranjuez",
+ "lat": [
+ 39.833299999999994,
+ 40.2333
+ ],
+ "lon": [
+ -3.8028,
+ -3.4027999999999996
+ ]
+ },
+ {
+ "city": "Motril",
+ "lat": [
+ 36.55,
+ 36.95
+ ],
+ "lon": [
+ -3.7167000000000003,
+ -3.3167
+ ]
+ },
+ {
+ "city": "Zamora",
+ "lat": [
+ 41.298899999999996,
+ 41.6989
+ ],
+ "lon": [
+ -5.9556000000000004,
+ -5.5556
+ ]
+ },
+ {
+ "city": "\u00c1vila",
+ "lat": [
+ 40.449999999999996,
+ 40.85
+ ],
+ "lon": [
+ -4.8833,
+ -4.4833
+ ]
+ },
+ {
+ "city": "Granadilla de Abona",
+ "lat": [
+ 27.916700000000002,
+ 28.3167
+ ],
+ "lon": [
+ -16.7667,
+ -16.3667
+ ]
+ },
+ {
+ "city": "Colmenar Viejo",
+ "lat": [
+ 40.4589,
+ 40.858900000000006
+ ],
+ "lon": [
+ -3.9658,
+ -3.5658
+ ]
+ },
+ {
+ "city": "Pinto",
+ "lat": [
+ 40.05,
+ 40.45
+ ],
+ "lon": [
+ -3.9000000000000004,
+ -3.5
+ ]
+ },
+ {
+ "city": "Linares",
+ "lat": [
+ 37.8833,
+ 38.283300000000004
+ ],
+ "lon": [
+ -3.8333000000000004,
+ -3.4333
+ ]
+ },
+ {
+ "city": "Huesca",
+ "lat": [
+ 41.933299999999996,
+ 42.3333
+ ],
+ "lon": [
+ -0.6167,
+ -0.2167
+ ]
+ },
+ {
+ "city": "San Bartolom\u00e9",
+ "lat": [
+ 27.7256,
+ 28.1256
+ ],
+ "lon": [
+ -15.772499999999999,
+ -15.3725
+ ]
+ },
+ {
+ "city": "Elda",
+ "lat": [
+ 38.2789,
+ 38.678900000000006
+ ],
+ "lon": [
+ -0.9966999999999999,
+ -0.5967
+ ]
+ },
+ {
+ "city": "Ibiza",
+ "lat": [
+ 38.7089,
+ 39.108900000000006
+ ],
+ "lon": [
+ 1.2328000000000001,
+ 1.6328
+ ]
+ },
+ {
+ "city": "Cuenca",
+ "lat": [
+ 39.866699999999994,
+ 40.2667
+ ],
+ "lon": [
+ -2.35,
+ -1.95
+ ]
+ },
+ {
+ "city": "Pola de Siero",
+ "lat": [
+ 43.183299999999996,
+ 43.5833
+ ],
+ "lon": [
+ -5.8500000000000005,
+ -5.45
+ ]
+ },
+ {
+ "city": "Villareal",
+ "lat": [
+ 39.7378,
+ 40.137800000000006
+ ],
+ "lon": [
+ -0.3014,
+ 0.09860000000000001
+ ]
+ },
+ {
+ "city": "Mollet",
+ "lat": [
+ 41.339,
+ 41.739000000000004
+ ],
+ "lon": [
+ 2.013,
+ 2.4130000000000003
+ ]
+ },
+ {
+ "city": "Rinc\u00f3n de la Victoria",
+ "lat": [
+ 36.5167,
+ 36.916700000000006
+ ],
+ "lon": [
+ -4.4833,
+ -4.0832999999999995
+ ]
+ },
+ {
+ "city": "Utrera",
+ "lat": [
+ 36.983,
+ 37.383
+ ],
+ "lon": [
+ -5.9670000000000005,
+ -5.567
+ ]
+ },
+ {
+ "city": "Torrelavega",
+ "lat": [
+ 43.153099999999995,
+ 43.5531
+ ],
+ "lon": [
+ -4.2458,
+ -3.8457999999999997
+ ]
+ },
+ {
+ "city": "Segovia",
+ "lat": [
+ 40.748099999999994,
+ 41.1481
+ ],
+ "lon": [
+ -4.3183,
+ -3.9182999999999995
+ ]
+ },
+ {
+ "city": "Adeje",
+ "lat": [
+ 27.916700000000002,
+ 28.3167
+ ],
+ "lon": [
+ -16.9167,
+ -16.5167
+ ]
+ }
+ ],
+ "Germany": [
+ {
+ "city": "Berlin",
+ "lat": [
+ 52.32,
+ 52.720000000000006
+ ],
+ "lon": [
+ 13.205,
+ 13.604999999999999
+ ]
+ },
+ {
+ "city": "Stuttgart",
+ "lat": [
+ 48.5775,
+ 48.977500000000006
+ ],
+ "lon": [
+ 8.98,
+ 9.379999999999999
+ ]
+ },
+ {
+ "city": "Munich",
+ "lat": [
+ 47.9375,
+ 48.337500000000006
+ ],
+ "lon": [
+ 11.375,
+ 11.774999999999999
+ ]
+ },
+ {
+ "city": "Hamburg",
+ "lat": [
+ 53.349999999999994,
+ 53.75
+ ],
+ "lon": [
+ 9.8,
+ 10.2
+ ]
+ },
+ {
+ "city": "Cologne",
+ "lat": [
+ 50.736399999999996,
+ 51.1364
+ ],
+ "lon": [
+ 6.7528,
+ 7.1528
+ ]
+ },
+ {
+ "city": "Frankfurt",
+ "lat": [
+ 49.910599999999995,
+ 50.3106
+ ],
+ "lon": [
+ 8.4822,
+ 8.8822
+ ]
+ },
+ {
+ "city": "D\u00fcsseldorf",
+ "lat": [
+ 51.0256,
+ 51.4256
+ ],
+ "lon": [
+ 6.5767,
+ 6.9767
+ ]
+ },
+ {
+ "city": "Leipzig",
+ "lat": [
+ 51.14,
+ 51.540000000000006
+ ],
+ "lon": [
+ 12.175,
+ 12.575
+ ]
+ },
+ {
+ "city": "Dortmund",
+ "lat": [
+ 51.3139,
+ 51.7139
+ ],
+ "lon": [
+ 7.2653,
+ 7.6653
+ ]
+ },
+ {
+ "city": "Essen",
+ "lat": [
+ 51.2508,
+ 51.650800000000004
+ ],
+ "lon": [
+ 6.8130999999999995,
+ 7.2131
+ ]
+ },
+ {
+ "city": "Bremen",
+ "lat": [
+ 52.8758,
+ 53.275800000000004
+ ],
+ "lon": [
+ 8.6072,
+ 9.0072
+ ]
+ },
+ {
+ "city": "Dresden",
+ "lat": [
+ 50.849999999999994,
+ 51.25
+ ],
+ "lon": [
+ 13.540000000000001,
+ 13.94
+ ]
+ },
+ {
+ "city": "Braunschweig",
+ "lat": [
+ 52.0667,
+ 52.4667
+ ],
+ "lon": [
+ 10.3167,
+ 10.7167
+ ]
+ },
+ {
+ "city": "Hannover",
+ "lat": [
+ 52.1667,
+ 52.566700000000004
+ ],
+ "lon": [
+ 9.5167,
+ 9.916699999999999
+ ]
+ },
+ {
+ "city": "Nuremberg",
+ "lat": [
+ 49.253899999999994,
+ 49.6539
+ ],
+ "lon": [
+ 10.877500000000001,
+ 11.2775
+ ]
+ },
+ {
+ "city": "Duisburg",
+ "lat": [
+ 51.2347,
+ 51.6347
+ ],
+ "lon": [
+ 6.5625,
+ 6.9625
+ ]
+ },
+ {
+ "city": "Bochum",
+ "lat": [
+ 51.2819,
+ 51.681900000000006
+ ],
+ "lon": [
+ 7.0158,
+ 7.4158
+ ]
+ },
+ {
+ "city": "Wuppertal",
+ "lat": [
+ 51.0667,
+ 51.4667
+ ],
+ "lon": [
+ 6.9833,
+ 7.3833
+ ]
+ },
+ {
+ "city": "Bielefeld",
+ "lat": [
+ 51.821099999999994,
+ 52.2211
+ ],
+ "lon": [
+ 8.334700000000002,
+ 8.7347
+ ]
+ },
+ {
+ "city": "Bonn",
+ "lat": [
+ 50.5353,
+ 50.935300000000005
+ ],
+ "lon": [
+ 6.9022,
+ 7.3022
+ ]
+ },
+ {
+ "city": "M\u00fcnster",
+ "lat": [
+ 51.762499999999996,
+ 52.1625
+ ],
+ "lon": [
+ 7.4256,
+ 7.8256000000000006
+ ]
+ },
+ {
+ "city": "Mannheim",
+ "lat": [
+ 49.2878,
+ 49.6878
+ ],
+ "lon": [
+ 8.266100000000002,
+ 8.6661
+ ]
+ },
+ {
+ "city": "Karlsruhe",
+ "lat": [
+ 48.8092,
+ 49.2092
+ ],
+ "lon": [
+ 8.204,
+ 8.604
+ ]
+ },
+ {
+ "city": "Augsburg",
+ "lat": [
+ 48.168899999999994,
+ 48.5689
+ ],
+ "lon": [
+ 10.6978,
+ 11.0978
+ ]
+ },
+ {
+ "city": "Wiesbaden",
+ "lat": [
+ 49.8825,
+ 50.282500000000006
+ ],
+ "lon": [
+ 8.040000000000001,
+ 8.44
+ ]
+ },
+ {
+ "city": "M\u00f6nchengladbach",
+ "lat": [
+ 51.0,
+ 51.400000000000006
+ ],
+ "lon": [
+ 6.2333,
+ 6.6333
+ ]
+ },
+ {
+ "city": "Gelsenkirchen",
+ "lat": [
+ 51.3167,
+ 51.7167
+ ],
+ "lon": [
+ 6.8999999999999995,
+ 7.3
+ ]
+ },
+ {
+ "city": "Aachen",
+ "lat": [
+ 50.575599999999994,
+ 50.9756
+ ],
+ "lon": [
+ 5.8835999999999995,
+ 6.2836
+ ]
+ },
+ {
+ "city": "Chemnitz",
+ "lat": [
+ 50.6333,
+ 51.033300000000004
+ ],
+ "lon": [
+ 12.716700000000001,
+ 13.1167
+ ]
+ },
+ {
+ "city": "Kiel",
+ "lat": [
+ 54.1233,
+ 54.523300000000006
+ ],
+ "lon": [
+ 9.939400000000001,
+ 10.3394
+ ]
+ },
+ {
+ "city": "Halle",
+ "lat": [
+ 51.282799999999995,
+ 51.6828
+ ],
+ "lon": [
+ 11.7697,
+ 12.169699999999999
+ ]
+ },
+ {
+ "city": "Magdeburg",
+ "lat": [
+ 51.9317,
+ 52.331700000000005
+ ],
+ "lon": [
+ 11.439200000000001,
+ 11.8392
+ ]
+ },
+ {
+ "city": "Freiburg im Breisgau",
+ "lat": [
+ 47.794999999999995,
+ 48.195
+ ],
+ "lon": [
+ 7.6499999999999995,
+ 8.049999999999999
+ ]
+ },
+ {
+ "city": "Krefeld",
+ "lat": [
+ 51.1333,
+ 51.533300000000004
+ ],
+ "lon": [
+ 6.3667,
+ 6.7667
+ ]
+ },
+ {
+ "city": "Mainz",
+ "lat": [
+ 49.7994,
+ 50.199400000000004
+ ],
+ "lon": [
+ 8.0736,
+ 8.4736
+ ]
+ },
+ {
+ "city": "L\u00fcbeck",
+ "lat": [
+ 53.6697,
+ 54.069700000000005
+ ],
+ "lon": [
+ 10.486400000000001,
+ 10.8864
+ ]
+ },
+ {
+ "city": "Oberhausen",
+ "lat": [
+ 51.296699999999994,
+ 51.6967
+ ],
+ "lon": [
+ 6.670599999999999,
+ 7.0706
+ ]
+ },
+ {
+ "city": "Rostock",
+ "lat": [
+ 53.8833,
+ 54.283300000000004
+ ],
+ "lon": [
+ 11.933300000000001,
+ 12.3333
+ ]
+ },
+ {
+ "city": "Kassel",
+ "lat": [
+ 51.1158,
+ 51.515800000000006
+ ],
+ "lon": [
+ 9.2979,
+ 9.697899999999999
+ ]
+ },
+ {
+ "city": "Hagen",
+ "lat": [
+ 51.1667,
+ 51.566700000000004
+ ],
+ "lon": [
+ 7.2833,
+ 7.6833
+ ]
+ },
+ {
+ "city": "Potsdam",
+ "lat": [
+ 52.200599999999994,
+ 52.6006
+ ],
+ "lon": [
+ 12.859200000000001,
+ 13.2592
+ ]
+ },
+ {
+ "city": "Saarbr\u00fccken",
+ "lat": [
+ 49.0333,
+ 49.4333
+ ],
+ "lon": [
+ 6.8,
+ 7.2
+ ]
+ },
+ {
+ "city": "Hamm",
+ "lat": [
+ 51.4833,
+ 51.883300000000006
+ ],
+ "lon": [
+ 7.6167,
+ 8.0167
+ ]
+ },
+ {
+ "city": "Ludwigshafen",
+ "lat": [
+ 49.281099999999995,
+ 49.6811
+ ],
+ "lon": [
+ 8.2353,
+ 8.635299999999999
+ ]
+ },
+ {
+ "city": "Oldenburg",
+ "lat": [
+ 52.9439,
+ 53.343900000000005
+ ],
+ "lon": [
+ 8.013900000000001,
+ 8.4139
+ ]
+ },
+ {
+ "city": "M\u00fclheim",
+ "lat": [
+ 51.2275,
+ 51.627500000000005
+ ],
+ "lon": [
+ 6.6825,
+ 7.0825000000000005
+ ]
+ },
+ {
+ "city": "Osnabr\u00fcck",
+ "lat": [
+ 52.083299999999994,
+ 52.4833
+ ],
+ "lon": [
+ 7.8500000000000005,
+ 8.25
+ ]
+ },
+ {
+ "city": "Leverkusen",
+ "lat": [
+ 50.833299999999994,
+ 51.2333
+ ],
+ "lon": [
+ 6.7833,
+ 7.1833
+ ]
+ },
+ {
+ "city": "Darmstadt",
+ "lat": [
+ 49.6722,
+ 50.0722
+ ],
+ "lon": [
+ 8.4528,
+ 8.852799999999998
+ ]
+ },
+ {
+ "city": "Heidelberg",
+ "lat": [
+ 49.216699999999996,
+ 49.6167
+ ],
+ "lon": [
+ 8.5167,
+ 8.916699999999999
+ ]
+ },
+ {
+ "city": "Solingen",
+ "lat": [
+ 50.9719,
+ 51.371900000000004
+ ],
+ "lon": [
+ 6.8847,
+ 7.2847
+ ]
+ },
+ {
+ "city": "Regensburg",
+ "lat": [
+ 48.8167,
+ 49.2167
+ ],
+ "lon": [
+ 11.8833,
+ 12.283299999999999
+ ]
+ },
+ {
+ "city": "Herne",
+ "lat": [
+ 51.349999999999994,
+ 51.75
+ ],
+ "lon": [
+ 7.0167,
+ 7.4167000000000005
+ ]
+ },
+ {
+ "city": "Paderborn",
+ "lat": [
+ 51.5181,
+ 51.9181
+ ],
+ "lon": [
+ 8.554200000000002,
+ 8.9542
+ ]
+ },
+ {
+ "city": "Neuss",
+ "lat": [
+ 51.0,
+ 51.400000000000006
+ ],
+ "lon": [
+ 6.5,
+ 6.9
+ ]
+ },
+ {
+ "city": "Ingolstadt",
+ "lat": [
+ 48.5631,
+ 48.963100000000004
+ ],
+ "lon": [
+ 11.225000000000001,
+ 11.625
+ ]
+ },
+ {
+ "city": "F\u00fcrth",
+ "lat": [
+ 49.2667,
+ 49.666700000000006
+ ],
+ "lon": [
+ 10.8,
+ 11.2
+ ]
+ },
+ {
+ "city": "Heilbronn",
+ "lat": [
+ 48.949999999999996,
+ 49.35
+ ],
+ "lon": [
+ 9.0167,
+ 9.416699999999999
+ ]
+ },
+ {
+ "city": "Ulm",
+ "lat": [
+ 48.199999999999996,
+ 48.6
+ ],
+ "lon": [
+ 9.7833,
+ 10.1833
+ ]
+ },
+ {
+ "city": "Pforzheim",
+ "lat": [
+ 48.695,
+ 49.095000000000006
+ ],
+ "lon": [
+ 8.505,
+ 8.905
+ ]
+ },
+ {
+ "city": "W\u00fcrzburg",
+ "lat": [
+ 49.583299999999994,
+ 49.9833
+ ],
+ "lon": [
+ 9.7333,
+ 10.133299999999998
+ ]
+ },
+ {
+ "city": "Wolfsburg",
+ "lat": [
+ 52.223099999999995,
+ 52.6231
+ ],
+ "lon": [
+ 10.587200000000001,
+ 10.9872
+ ]
+ },
+ {
+ "city": "G\u00f6ttingen",
+ "lat": [
+ 51.3339,
+ 51.733900000000006
+ ],
+ "lon": [
+ 9.735600000000002,
+ 10.1356
+ ]
+ },
+ {
+ "city": "Bottrop",
+ "lat": [
+ 51.3247,
+ 51.724700000000006
+ ],
+ "lon": [
+ 6.722799999999999,
+ 7.1228
+ ]
+ },
+ {
+ "city": "Reutlingen",
+ "lat": [
+ 48.2833,
+ 48.6833
+ ],
+ "lon": [
+ 9.0167,
+ 9.416699999999999
+ ]
+ },
+ {
+ "city": "Erlangen",
+ "lat": [
+ 49.3833,
+ 49.783300000000004
+ ],
+ "lon": [
+ 10.8167,
+ 11.2167
+ ]
+ },
+ {
+ "city": "Koblenz",
+ "lat": [
+ 50.159699999999994,
+ 50.5597
+ ],
+ "lon": [
+ 7.3978,
+ 7.7978000000000005
+ ]
+ },
+ {
+ "city": "Bremerhaven",
+ "lat": [
+ 53.349999999999994,
+ 53.75
+ ],
+ "lon": [
+ 8.3833,
+ 8.783299999999999
+ ]
+ },
+ {
+ "city": "Remscheid",
+ "lat": [
+ 50.9833,
+ 51.383300000000006
+ ],
+ "lon": [
+ 7.0,
+ 7.4
+ ]
+ },
+ {
+ "city": "Trier",
+ "lat": [
+ 49.5567,
+ 49.956700000000005
+ ],
+ "lon": [
+ 6.4414,
+ 6.8414
+ ]
+ },
+ {
+ "city": "Bergisch Gladbach",
+ "lat": [
+ 50.791799999999995,
+ 51.1918
+ ],
+ "lon": [
+ 6.9303,
+ 7.3303
+ ]
+ },
+ {
+ "city": "Recklinghausen",
+ "lat": [
+ 51.385,
+ 51.785000000000004
+ ],
+ "lon": [
+ 6.9619,
+ 7.3619
+ ]
+ },
+ {
+ "city": "Jena",
+ "lat": [
+ 50.727199999999996,
+ 51.1272
+ ],
+ "lon": [
+ 11.3861,
+ 11.7861
+ ]
+ },
+ {
+ "city": "Moers",
+ "lat": [
+ 51.2592,
+ 51.659200000000006
+ ],
+ "lon": [
+ 6.4197,
+ 6.8197
+ ]
+ },
+ {
+ "city": "Salzgitter",
+ "lat": [
+ 51.949999999999996,
+ 52.35
+ ],
+ "lon": [
+ 10.1333,
+ 10.533299999999999
+ ]
+ },
+ {
+ "city": "Hanau",
+ "lat": [
+ 49.9328,
+ 50.332800000000006
+ ],
+ "lon": [
+ 8.7169,
+ 9.1169
+ ]
+ },
+ {
+ "city": "G\u00fctersloh",
+ "lat": [
+ 51.699999999999996,
+ 52.1
+ ],
+ "lon": [
+ 8.183300000000001,
+ 8.5833
+ ]
+ },
+ {
+ "city": "Hildesheim",
+ "lat": [
+ 51.949999999999996,
+ 52.35
+ ],
+ "lon": [
+ 9.75,
+ 10.149999999999999
+ ]
+ },
+ {
+ "city": "Siegen",
+ "lat": [
+ 50.683299999999996,
+ 51.0833
+ ],
+ "lon": [
+ 7.8167,
+ 8.2167
+ ]
+ },
+ {
+ "city": "Kaiserslautern",
+ "lat": [
+ 49.244699999999995,
+ 49.6447
+ ],
+ "lon": [
+ 7.5689,
+ 7.9689000000000005
+ ]
+ },
+ {
+ "city": "Cottbus",
+ "lat": [
+ 51.560599999999994,
+ 51.9606
+ ],
+ "lon": [
+ 14.1342,
+ 14.534199999999998
+ ]
+ },
+ {
+ "city": "Schwerin",
+ "lat": [
+ 53.433299999999996,
+ 53.8333
+ ],
+ "lon": [
+ 11.216700000000001,
+ 11.6167
+ ]
+ },
+ {
+ "city": "Esslingen",
+ "lat": [
+ 48.5333,
+ 48.9333
+ ],
+ "lon": [
+ 9.116700000000002,
+ 9.5167
+ ]
+ },
+ {
+ "city": "Witten",
+ "lat": [
+ 51.2333,
+ 51.633300000000006
+ ],
+ "lon": [
+ 7.1333,
+ 7.5333000000000006
+ ]
+ },
+ {
+ "city": "Gie\u00dfen",
+ "lat": [
+ 50.3833,
+ 50.783300000000004
+ ],
+ "lon": [
+ 8.466700000000001,
+ 8.8667
+ ]
+ },
+ {
+ "city": "Ludwigsburg",
+ "lat": [
+ 48.6975,
+ 49.097500000000004
+ ],
+ "lon": [
+ 8.9922,
+ 9.392199999999999
+ ]
+ },
+ {
+ "city": "Gera",
+ "lat": [
+ 50.6806,
+ 51.080600000000004
+ ],
+ "lon": [
+ 11.8833,
+ 12.283299999999999
+ ]
+ },
+ {
+ "city": "T\u00fcbingen",
+ "lat": [
+ 48.32,
+ 48.720000000000006
+ ],
+ "lon": [
+ 8.8556,
+ 9.2556
+ ]
+ },
+ {
+ "city": "D\u00fcren",
+ "lat": [
+ 50.599999999999994,
+ 51.0
+ ],
+ "lon": [
+ 6.2833,
+ 6.6833
+ ]
+ },
+ {
+ "city": "Flensburg",
+ "lat": [
+ 54.5819,
+ 54.9819
+ ],
+ "lon": [
+ 9.2367,
+ 9.6367
+ ]
+ },
+ {
+ "city": "Iserlohn",
+ "lat": [
+ 51.183299999999996,
+ 51.5833
+ ],
+ "lon": [
+ 7.4666999999999994,
+ 7.8667
+ ]
+ },
+ {
+ "city": "Villingen-Schwenningen",
+ "lat": [
+ 47.860299999999995,
+ 48.2603
+ ],
+ "lon": [
+ 8.258600000000001,
+ 8.6586
+ ]
+ },
+ {
+ "city": "Zwickau",
+ "lat": [
+ 50.5167,
+ 50.916700000000006
+ ],
+ "lon": [
+ 12.3,
+ 12.7
+ ]
+ },
+ {
+ "city": "Ratingen",
+ "lat": [
+ 51.099999999999994,
+ 51.5
+ ],
+ "lon": [
+ 6.6499999999999995,
+ 7.05
+ ]
+ },
+ {
+ "city": "L\u00fcnen",
+ "lat": [
+ 51.4167,
+ 51.816700000000004
+ ],
+ "lon": [
+ 7.3167,
+ 7.7167
+ ]
+ },
+ {
+ "city": "Konstanz",
+ "lat": [
+ 47.466699999999996,
+ 47.8667
+ ],
+ "lon": [
+ 8.9833,
+ 9.383299999999998
+ ]
+ },
+ {
+ "city": "Worms",
+ "lat": [
+ 49.4319,
+ 49.831900000000005
+ ],
+ "lon": [
+ 8.1653,
+ 8.565299999999999
+ ]
+ },
+ {
+ "city": "Marl",
+ "lat": [
+ 51.466699999999996,
+ 51.8667
+ ],
+ "lon": [
+ 6.9167,
+ 7.3167
+ ]
+ },
+ {
+ "city": "Minden",
+ "lat": [
+ 52.0883,
+ 52.4883
+ ],
+ "lon": [
+ 8.716700000000001,
+ 9.1167
+ ]
+ },
+ {
+ "city": "Norderstedt",
+ "lat": [
+ 53.5064,
+ 53.906400000000005
+ ],
+ "lon": [
+ 9.810300000000002,
+ 10.2103
+ ]
+ },
+ {
+ "city": "Velbert",
+ "lat": [
+ 51.1333,
+ 51.533300000000004
+ ],
+ "lon": [
+ 6.85,
+ 7.25
+ ]
+ },
+ {
+ "city": "Bamberg",
+ "lat": [
+ 49.691399999999994,
+ 50.0914
+ ],
+ "lon": [
+ 10.686900000000001,
+ 11.0869
+ ]
+ },
+ {
+ "city": "Neum\u00fcnster",
+ "lat": [
+ 53.871399999999994,
+ 54.2714
+ ],
+ "lon": [
+ 9.790000000000001,
+ 10.19
+ ]
+ },
+ {
+ "city": "Dessau-Rosslau",
+ "lat": [
+ 51.6333,
+ 52.033300000000004
+ ],
+ "lon": [
+ 12.0333,
+ 12.4333
+ ]
+ },
+ {
+ "city": "Viersen",
+ "lat": [
+ 51.0561,
+ 51.456100000000006
+ ],
+ "lon": [
+ 6.1972,
+ 6.5972
+ ]
+ },
+ {
+ "city": "Delmenhorst",
+ "lat": [
+ 52.8506,
+ 53.250600000000006
+ ],
+ "lon": [
+ 8.431700000000001,
+ 8.8317
+ ]
+ },
+ {
+ "city": "Rheine",
+ "lat": [
+ 52.083299999999994,
+ 52.4833
+ ],
+ "lon": [
+ 7.2333,
+ 7.6333
+ ]
+ },
+ {
+ "city": "Marburg",
+ "lat": [
+ 50.61,
+ 51.010000000000005
+ ],
+ "lon": [
+ 8.5708,
+ 8.970799999999999
+ ]
+ },
+ {
+ "city": "L\u00fcneburg",
+ "lat": [
+ 53.052499999999995,
+ 53.4525
+ ],
+ "lon": [
+ 10.214400000000001,
+ 10.6144
+ ]
+ },
+ {
+ "city": "Dorsten",
+ "lat": [
+ 51.459999999999994,
+ 51.86
+ ],
+ "lon": [
+ 6.7642,
+ 7.1642
+ ]
+ },
+ {
+ "city": "Troisdorf",
+ "lat": [
+ 50.616099999999996,
+ 51.0161
+ ],
+ "lon": [
+ 6.9556,
+ 7.3556
+ ]
+ },
+ {
+ "city": "Wilhelmshaven",
+ "lat": [
+ 53.328599999999994,
+ 53.7286
+ ],
+ "lon": [
+ 7.905600000000001,
+ 8.3056
+ ]
+ },
+ {
+ "city": "Gladbeck",
+ "lat": [
+ 51.366699999999994,
+ 51.7667
+ ],
+ "lon": [
+ 6.7667,
+ 7.1667000000000005
+ ]
+ },
+ {
+ "city": "Landshut",
+ "lat": [
+ 48.3397,
+ 48.739700000000006
+ ],
+ "lon": [
+ 11.950800000000001,
+ 12.3508
+ ]
+ },
+ {
+ "city": "Bayreuth",
+ "lat": [
+ 49.748099999999994,
+ 50.1481
+ ],
+ "lon": [
+ 11.378300000000001,
+ 11.7783
+ ]
+ },
+ {
+ "city": "Detmold",
+ "lat": [
+ 51.7378,
+ 52.137800000000006
+ ],
+ "lon": [
+ 8.683300000000001,
+ 9.0833
+ ]
+ },
+ {
+ "city": "Castrop-Rauxel",
+ "lat": [
+ 51.349999999999994,
+ 51.75
+ ],
+ "lon": [
+ 7.1167,
+ 7.5167
+ ]
+ },
+ {
+ "city": "Arnsberg",
+ "lat": [
+ 51.183299999999996,
+ 51.5833
+ ],
+ "lon": [
+ 7.883299999999999,
+ 8.283299999999999
+ ]
+ },
+ {
+ "city": "Brandenburg",
+ "lat": [
+ 52.216699999999996,
+ 52.6167
+ ],
+ "lon": [
+ 12.333300000000001,
+ 12.7333
+ ]
+ },
+ {
+ "city": "Aschaffenburg",
+ "lat": [
+ 49.7667,
+ 50.166700000000006
+ ],
+ "lon": [
+ 8.950000000000001,
+ 9.35
+ ]
+ },
+ {
+ "city": "Bocholt",
+ "lat": [
+ 51.6333,
+ 52.033300000000004
+ ],
+ "lon": [
+ 6.4167,
+ 6.8167
+ ]
+ },
+ {
+ "city": "L\u00fcdenscheid",
+ "lat": [
+ 51.0167,
+ 51.416700000000006
+ ],
+ "lon": [
+ 7.4333,
+ 7.8333
+ ]
+ },
+ {
+ "city": "Fulda",
+ "lat": [
+ 50.3508,
+ 50.750800000000005
+ ],
+ "lon": [
+ 9.4753,
+ 9.8753
+ ]
+ },
+ {
+ "city": "Celle",
+ "lat": [
+ 52.425599999999996,
+ 52.8256
+ ],
+ "lon": [
+ 9.8825,
+ 10.282499999999999
+ ]
+ },
+ {
+ "city": "Kempten",
+ "lat": [
+ 47.5333,
+ 47.9333
+ ],
+ "lon": [
+ 10.116700000000002,
+ 10.5167
+ ]
+ },
+ {
+ "city": "Aalen",
+ "lat": [
+ 48.6333,
+ 49.033300000000004
+ ],
+ "lon": [
+ 9.9,
+ 10.299999999999999
+ ]
+ },
+ {
+ "city": "Lippstadt",
+ "lat": [
+ 51.466699999999996,
+ 51.8667
+ ],
+ "lon": [
+ 8.15,
+ 8.549999999999999
+ ]
+ },
+ {
+ "city": "Dinslaken",
+ "lat": [
+ 51.366699999999994,
+ 51.7667
+ ],
+ "lon": [
+ 6.5333,
+ 6.9333
+ ]
+ },
+ {
+ "city": "Kerpen",
+ "lat": [
+ 50.671899999999994,
+ 51.0719
+ ],
+ "lon": [
+ 6.4961,
+ 6.896100000000001
+ ]
+ },
+ {
+ "city": "R\u00fcsselsheim",
+ "lat": [
+ 49.8,
+ 50.2
+ ],
+ "lon": [
+ 8.2333,
+ 8.633299999999998
+ ]
+ },
+ {
+ "city": "Herford",
+ "lat": [
+ 51.933299999999996,
+ 52.3333
+ ],
+ "lon": [
+ 8.4833,
+ 8.883299999999998
+ ]
+ },
+ {
+ "city": "Neuwied",
+ "lat": [
+ 50.2286,
+ 50.628600000000006
+ ],
+ "lon": [
+ 7.2614,
+ 7.6614
+ ]
+ },
+ {
+ "city": "Weimar",
+ "lat": [
+ 50.781099999999995,
+ 51.1811
+ ],
+ "lon": [
+ 11.1294,
+ 11.529399999999999
+ ]
+ },
+ {
+ "city": "Sindelfingen",
+ "lat": [
+ 48.513299999999994,
+ 48.9133
+ ],
+ "lon": [
+ 8.802800000000001,
+ 9.2028
+ ]
+ },
+ {
+ "city": "Plauen",
+ "lat": [
+ 50.2833,
+ 50.6833
+ ],
+ "lon": [
+ 11.9167,
+ 12.316699999999999
+ ]
+ },
+ {
+ "city": "Rosenheim",
+ "lat": [
+ 47.65,
+ 48.050000000000004
+ ],
+ "lon": [
+ 11.933300000000001,
+ 12.3333
+ ]
+ },
+ {
+ "city": "Dormagen",
+ "lat": [
+ 50.9,
+ 51.300000000000004
+ ],
+ "lon": [
+ 6.6167,
+ 7.0167
+ ]
+ },
+ {
+ "city": "Grevenbroich",
+ "lat": [
+ 50.888299999999994,
+ 51.2883
+ ],
+ "lon": [
+ 6.3875,
+ 6.7875000000000005
+ ]
+ },
+ {
+ "city": "Neubrandenburg",
+ "lat": [
+ 53.356899999999996,
+ 53.7569
+ ],
+ "lon": [
+ 13.061100000000001,
+ 13.4611
+ ]
+ },
+ {
+ "city": "Friedrichshafen",
+ "lat": [
+ 47.449999999999996,
+ 47.85
+ ],
+ "lon": [
+ 9.2833,
+ 9.6833
+ ]
+ },
+ {
+ "city": "Schw\u00e4bisch Gm\u00fcnd",
+ "lat": [
+ 48.599999999999994,
+ 49.0
+ ],
+ "lon": [
+ 9.600000000000001,
+ 10.0
+ ]
+ },
+ {
+ "city": "Herten",
+ "lat": [
+ 51.4,
+ 51.800000000000004
+ ],
+ "lon": [
+ 6.9333,
+ 7.3333
+ ]
+ },
+ {
+ "city": "Offenburg",
+ "lat": [
+ 48.2667,
+ 48.666700000000006
+ ],
+ "lon": [
+ 7.7333,
+ 8.1333
+ ]
+ },
+ {
+ "city": "Bergheim",
+ "lat": [
+ 50.7667,
+ 51.166700000000006
+ ],
+ "lon": [
+ 6.45,
+ 6.8500000000000005
+ ]
+ },
+ {
+ "city": "Neu-Ulm",
+ "lat": [
+ 48.183299999999996,
+ 48.5833
+ ],
+ "lon": [
+ 9.8,
+ 10.2
+ ]
+ },
+ {
+ "city": "Garbsen",
+ "lat": [
+ 52.2183,
+ 52.618300000000005
+ ],
+ "lon": [
+ 9.398100000000001,
+ 9.7981
+ ]
+ },
+ {
+ "city": "Wesel",
+ "lat": [
+ 51.4586,
+ 51.8586
+ ],
+ "lon": [
+ 6.4178,
+ 6.8178
+ ]
+ },
+ {
+ "city": "H\u00fcrth",
+ "lat": [
+ 50.677499999999995,
+ 51.0775
+ ],
+ "lon": [
+ 6.6761,
+ 7.0761
+ ]
+ },
+ {
+ "city": "Euskirchen",
+ "lat": [
+ 50.4597,
+ 50.859700000000004
+ ],
+ "lon": [
+ 6.5916999999999994,
+ 6.9917
+ ]
+ },
+ {
+ "city": "Unna",
+ "lat": [
+ 51.3347,
+ 51.734700000000004
+ ],
+ "lon": [
+ 7.4889,
+ 7.8889000000000005
+ ]
+ },
+ {
+ "city": "Greifswald",
+ "lat": [
+ 53.8833,
+ 54.283300000000004
+ ],
+ "lon": [
+ 13.183300000000001,
+ 13.5833
+ ]
+ },
+ {
+ "city": "Langenfeld",
+ "lat": [
+ 50.9167,
+ 51.316700000000004
+ ],
+ "lon": [
+ 6.75,
+ 7.15
+ ]
+ },
+ {
+ "city": "Stralsund",
+ "lat": [
+ 54.109199999999994,
+ 54.5092
+ ],
+ "lon": [
+ 12.8819,
+ 13.281899999999998
+ ]
+ },
+ {
+ "city": "G\u00f6ppingen",
+ "lat": [
+ 48.5025,
+ 48.9025
+ ],
+ "lon": [
+ 9.4528,
+ 9.852799999999998
+ ]
+ },
+ {
+ "city": "Frankfurt (Oder)",
+ "lat": [
+ 52.1419,
+ 52.541900000000005
+ ],
+ "lon": [
+ 14.351700000000001,
+ 14.7517
+ ]
+ },
+ {
+ "city": "Hameln",
+ "lat": [
+ 51.9,
+ 52.300000000000004
+ ],
+ "lon": [
+ 9.1667,
+ 9.566699999999999
+ ]
+ },
+ {
+ "city": "Meerbusch",
+ "lat": [
+ 51.0667,
+ 51.4667
+ ],
+ "lon": [
+ 6.4666999999999994,
+ 6.8667
+ ]
+ },
+ {
+ "city": "Baden-Baden",
+ "lat": [
+ 48.562799999999996,
+ 48.9628
+ ],
+ "lon": [
+ 8.0408,
+ 8.4408
+ ]
+ },
+ {
+ "city": "Lingen",
+ "lat": [
+ 52.3231,
+ 52.7231
+ ],
+ "lon": [
+ 7.1231,
+ 7.5231
+ ]
+ },
+ {
+ "city": "G\u00f6rlitz",
+ "lat": [
+ 50.952799999999996,
+ 51.3528
+ ],
+ "lon": [
+ 14.7872,
+ 15.187199999999999
+ ]
+ },
+ {
+ "city": "Sankt Augustin",
+ "lat": [
+ 50.57,
+ 50.970000000000006
+ ],
+ "lon": [
+ 6.9867,
+ 7.3867
+ ]
+ },
+ {
+ "city": "Stolberg",
+ "lat": [
+ 50.5667,
+ 50.9667
+ ],
+ "lon": [
+ 6.0333,
+ 6.4333
+ ]
+ },
+ {
+ "city": "Pulheim",
+ "lat": [
+ 50.8,
+ 51.2
+ ],
+ "lon": [
+ 6.6,
+ 7.0
+ ]
+ },
+ {
+ "city": "Eschweiler",
+ "lat": [
+ 50.616699999999994,
+ 51.0167
+ ],
+ "lon": [
+ 6.0832999999999995,
+ 6.4833
+ ]
+ },
+ {
+ "city": "Bad Homburg",
+ "lat": [
+ 50.0167,
+ 50.416700000000006
+ ],
+ "lon": [
+ 8.4,
+ 8.799999999999999
+ ]
+ },
+ {
+ "city": "Waiblingen",
+ "lat": [
+ 48.6303,
+ 49.030300000000004
+ ],
+ "lon": [
+ 9.116900000000001,
+ 9.5169
+ ]
+ },
+ {
+ "city": "Langenhagen",
+ "lat": [
+ 52.239399999999996,
+ 52.6394
+ ],
+ "lon": [
+ 9.540000000000001,
+ 9.94
+ ]
+ },
+ {
+ "city": "Hilden",
+ "lat": [
+ 50.971399999999996,
+ 51.3714
+ ],
+ "lon": [
+ 6.7394,
+ 7.1394
+ ]
+ },
+ {
+ "city": "Nordhorn",
+ "lat": [
+ 52.231899999999996,
+ 52.6319
+ ],
+ "lon": [
+ 6.8678,
+ 7.2678
+ ]
+ },
+ {
+ "city": "Schweinfurt",
+ "lat": [
+ 49.849999999999994,
+ 50.25
+ ],
+ "lon": [
+ 10.0333,
+ 10.4333
+ ]
+ },
+ {
+ "city": "Wetzlar",
+ "lat": [
+ 50.366699999999994,
+ 50.7667
+ ],
+ "lon": [
+ 8.3,
+ 8.7
+ ]
+ },
+ {
+ "city": "Hattingen",
+ "lat": [
+ 51.1992,
+ 51.5992
+ ],
+ "lon": [
+ 6.9858,
+ 7.385800000000001
+ ]
+ },
+ {
+ "city": "Bad Salzuflen",
+ "lat": [
+ 51.8833,
+ 52.283300000000004
+ ],
+ "lon": [
+ 8.546700000000001,
+ 8.9467
+ ]
+ },
+ {
+ "city": "Passau",
+ "lat": [
+ 48.374399999999994,
+ 48.7744
+ ],
+ "lon": [
+ 13.264700000000001,
+ 13.6647
+ ]
+ },
+ {
+ "city": "Neustadt",
+ "lat": [
+ 49.15,
+ 49.550000000000004
+ ],
+ "lon": [
+ 7.95,
+ 8.35
+ ]
+ },
+ {
+ "city": "Kleve",
+ "lat": [
+ 51.589999999999996,
+ 51.99
+ ],
+ "lon": [
+ 5.9399999999999995,
+ 6.34
+ ]
+ },
+ {
+ "city": "Ahlen",
+ "lat": [
+ 51.5633,
+ 51.963300000000004
+ ],
+ "lon": [
+ 7.6911,
+ 8.091099999999999
+ ]
+ },
+ {
+ "city": "Frechen",
+ "lat": [
+ 50.716699999999996,
+ 51.1167
+ ],
+ "lon": [
+ 6.6167,
+ 7.0167
+ ]
+ },
+ {
+ "city": "Wolfenb\u00fcttel",
+ "lat": [
+ 51.962199999999996,
+ 52.3622
+ ],
+ "lon": [
+ 10.3369,
+ 10.736899999999999
+ ]
+ },
+ {
+ "city": "Bad Kreuznach",
+ "lat": [
+ 49.65,
+ 50.050000000000004
+ ],
+ "lon": [
+ 7.6667,
+ 8.066699999999999
+ ]
+ },
+ {
+ "city": "Ibbenb\u00fcren",
+ "lat": [
+ 52.077799999999996,
+ 52.4778
+ ],
+ "lon": [
+ 7.5167,
+ 7.9167000000000005
+ ]
+ },
+ {
+ "city": "B\u00f6blingen",
+ "lat": [
+ 48.4856,
+ 48.885600000000004
+ ],
+ "lon": [
+ 8.8153,
+ 9.2153
+ ]
+ },
+ {
+ "city": "Gummersbach",
+ "lat": [
+ 50.833299999999994,
+ 51.2333
+ ],
+ "lon": [
+ 7.3667,
+ 7.7667
+ ]
+ },
+ {
+ "city": "Rastatt",
+ "lat": [
+ 48.65,
+ 49.050000000000004
+ ],
+ "lon": [
+ 7.999999999999999,
+ 8.399999999999999
+ ]
+ },
+ {
+ "city": "Ravensburg",
+ "lat": [
+ 47.583099999999995,
+ 47.9831
+ ],
+ "lon": [
+ 9.4114,
+ 9.811399999999999
+ ]
+ },
+ {
+ "city": "Peine",
+ "lat": [
+ 52.1203,
+ 52.520300000000006
+ ],
+ "lon": [
+ 10.0336,
+ 10.433599999999998
+ ]
+ },
+ {
+ "city": "Speyer",
+ "lat": [
+ 49.1194,
+ 49.519400000000005
+ ],
+ "lon": [
+ 8.231100000000001,
+ 8.6311
+ ]
+ },
+ {
+ "city": "Elmshorn",
+ "lat": [
+ 53.551899999999996,
+ 53.9519
+ ],
+ "lon": [
+ 9.4511,
+ 9.851099999999999
+ ]
+ },
+ {
+ "city": "L\u00f6rrach",
+ "lat": [
+ 47.4167,
+ 47.816700000000004
+ ],
+ "lon": [
+ 7.4666999999999994,
+ 7.8667
+ ]
+ },
+ {
+ "city": "Emden",
+ "lat": [
+ 53.1669,
+ 53.566900000000004
+ ],
+ "lon": [
+ 7.0061,
+ 7.4061
+ ]
+ },
+ {
+ "city": "Goslar",
+ "lat": [
+ 51.7072,
+ 52.107200000000006
+ ],
+ "lon": [
+ 10.23,
+ 10.629999999999999
+ ]
+ },
+ {
+ "city": "Willich",
+ "lat": [
+ 51.0631,
+ 51.463100000000004
+ ],
+ "lon": [
+ 6.3492,
+ 6.7492
+ ]
+ },
+ {
+ "city": "Gronau",
+ "lat": [
+ 52.012499999999996,
+ 52.4125
+ ],
+ "lon": [
+ 6.8416999999999994,
+ 7.2417
+ ]
+ },
+ {
+ "city": "Erftstadt",
+ "lat": [
+ 50.616699999999994,
+ 51.0167
+ ],
+ "lon": [
+ 6.5667,
+ 6.9667
+ ]
+ }
+ ],
+ "Greece": [
+ {
+ "city": "Athens",
+ "lat": [
+ 37.7842,
+ 38.184200000000004
+ ],
+ "lon": [
+ 23.528100000000002,
+ 23.9281
+ ]
+ },
+ {
+ "city": "Thessalon\u00edki",
+ "lat": [
+ 40.4403,
+ 40.840300000000006
+ ],
+ "lon": [
+ 22.7356,
+ 23.1356
+ ]
+ },
+ {
+ "city": "Piraeus",
+ "lat": [
+ 37.742999999999995,
+ 38.143
+ ],
+ "lon": [
+ 23.4469,
+ 23.846899999999998
+ ]
+ },
+ {
+ "city": "T\u00fdrnavos",
+ "lat": [
+ 39.5333,
+ 39.9333
+ ],
+ "lon": [
+ 22.0833,
+ 22.4833
+ ]
+ },
+ {
+ "city": "Ir\u00e1kleio",
+ "lat": [
+ 35.140299999999996,
+ 35.5403
+ ],
+ "lon": [
+ 24.9344,
+ 25.3344
+ ]
+ },
+ {
+ "city": "P\u00e1tra",
+ "lat": [
+ 38.05,
+ 38.45
+ ],
+ "lon": [
+ 21.5333,
+ 21.9333
+ ]
+ },
+ {
+ "city": "Perist\u00e9ri",
+ "lat": [
+ 37.8167,
+ 38.2167
+ ],
+ "lon": [
+ 23.4833,
+ 23.8833
+ ]
+ },
+ {
+ "city": "L\u00e1risa",
+ "lat": [
+ 39.4417,
+ 39.8417
+ ],
+ "lon": [
+ 22.2167,
+ 22.616699999999998
+ ]
+ },
+ {
+ "city": "Acharn\u00e9s",
+ "lat": [
+ 37.8833,
+ 38.283300000000004
+ ],
+ "lon": [
+ 23.5333,
+ 23.9333
+ ]
+ },
+ {
+ "city": "Kallith\u00e9a",
+ "lat": [
+ 37.75,
+ 38.150000000000006
+ ],
+ "lon": [
+ 23.5,
+ 23.9
+ ]
+ },
+ {
+ "city": "Kalamari\u00e1",
+ "lat": [
+ 40.3833,
+ 40.783300000000004
+ ],
+ "lon": [
+ 22.75,
+ 23.15
+ ]
+ },
+ {
+ "city": "Glyf\u00e1da",
+ "lat": [
+ 37.6667,
+ 38.066700000000004
+ ],
+ "lon": [
+ 23.55,
+ 23.95
+ ]
+ },
+ {
+ "city": "N\u00edkaia",
+ "lat": [
+ 37.7667,
+ 38.166700000000006
+ ],
+ "lon": [
+ 23.4333,
+ 23.833299999999998
+ ]
+ },
+ {
+ "city": "V\u00f3los",
+ "lat": [
+ 39.1667,
+ 39.566700000000004
+ ],
+ "lon": [
+ 22.7333,
+ 23.1333
+ ]
+ },
+ {
+ "city": "\u00cdlion",
+ "lat": [
+ 37.833299999999994,
+ 38.2333
+ ],
+ "lon": [
+ 23.5,
+ 23.9
+ ]
+ },
+ {
+ "city": "\u00c9vosmos",
+ "lat": [
+ 40.4689,
+ 40.868900000000004
+ ],
+ "lon": [
+ 22.7083,
+ 23.1083
+ ]
+ },
+ {
+ "city": "Chal\u00e1ndri",
+ "lat": [
+ 37.8167,
+ 38.2167
+ ],
+ "lon": [
+ 23.6,
+ 24.0
+ ]
+ },
+ {
+ "city": "Ilio\u00fapoli",
+ "lat": [
+ 37.7333,
+ 38.133300000000006
+ ],
+ "lon": [
+ 23.55,
+ 23.95
+ ]
+ },
+ {
+ "city": "Kerats\u00edni",
+ "lat": [
+ 37.7667,
+ 38.166700000000006
+ ],
+ "lon": [
+ 23.416700000000002,
+ 23.8167
+ ]
+ },
+ {
+ "city": "N\u00e9a Sm\u00fdrni",
+ "lat": [
+ 37.75,
+ 38.150000000000006
+ ],
+ "lon": [
+ 23.5167,
+ 23.9167
+ ]
+ },
+ {
+ "city": "Maro\u00fasi",
+ "lat": [
+ 37.849999999999994,
+ 38.25
+ ],
+ "lon": [
+ 23.6,
+ 24.0
+ ]
+ },
+ {
+ "city": "\u00c1gios Dim\u00edtrios",
+ "lat": [
+ 37.7333,
+ 38.133300000000006
+ ],
+ "lon": [
+ 23.5333,
+ 23.9333
+ ]
+ },
+ {
+ "city": "Zogr\u00e1fos",
+ "lat": [
+ 37.778299999999994,
+ 38.1783
+ ],
+ "lon": [
+ 23.5717,
+ 23.9717
+ ]
+ },
+ {
+ "city": "Kav\u00e1la",
+ "lat": [
+ 40.7333,
+ 41.133300000000006
+ ],
+ "lon": [
+ 24.2,
+ 24.599999999999998
+ ]
+ },
+ {
+ "city": "Aig\u00e1leo",
+ "lat": [
+ 37.791999999999994,
+ 38.192
+ ],
+ "lon": [
+ 23.478,
+ 23.878
+ ]
+ },
+ {
+ "city": "Io\u00e1nnina",
+ "lat": [
+ 39.4636,
+ 39.863600000000005
+ ],
+ "lon": [
+ 20.6522,
+ 21.0522
+ ]
+ },
+ {
+ "city": "Palai\u00f3 F\u00e1liro",
+ "lat": [
+ 37.7333,
+ 38.133300000000006
+ ],
+ "lon": [
+ 23.5,
+ 23.9
+ ]
+ },
+ {
+ "city": "N\u00e9a Ion\u00eda",
+ "lat": [
+ 37.833299999999994,
+ 38.2333
+ ],
+ "lon": [
+ 23.55,
+ 23.95
+ ]
+ },
+ {
+ "city": "Ag\u00eda Paraskev\u00ed",
+ "lat": [
+ 37.811699999999995,
+ 38.2117
+ ],
+ "lon": [
+ 23.62,
+ 24.02
+ ]
+ },
+ {
+ "city": "Tr\u00edkala",
+ "lat": [
+ 39.349999999999994,
+ 39.75
+ ],
+ "lon": [
+ 21.5667,
+ 21.9667
+ ]
+ },
+ {
+ "city": "Korydall\u00f3s",
+ "lat": [
+ 37.7833,
+ 38.1833
+ ],
+ "lon": [
+ 23.45,
+ 23.849999999999998
+ ]
+ },
+ {
+ "city": "Petro\u00fapoli",
+ "lat": [
+ 37.833299999999994,
+ 38.2333
+ ],
+ "lon": [
+ 23.4833,
+ 23.8833
+ ]
+ },
+ {
+ "city": "Pall\u00edni",
+ "lat": [
+ 37.8,
+ 38.2
+ ],
+ "lon": [
+ 23.6833,
+ 24.083299999999998
+ ]
+ },
+ {
+ "city": "Kater\u00edni",
+ "lat": [
+ 40.0667,
+ 40.4667
+ ],
+ "lon": [
+ 22.3,
+ 22.7
+ ]
+ },
+ {
+ "city": "V\u00fdronas",
+ "lat": [
+ 37.7617,
+ 38.1617
+ ],
+ "lon": [
+ 23.5533,
+ 23.9533
+ ]
+ },
+ {
+ "city": "Chalk\u00edda",
+ "lat": [
+ 38.262499999999996,
+ 38.6625
+ ],
+ "lon": [
+ 23.395,
+ 23.794999999999998
+ ]
+ },
+ {
+ "city": "X\u00e1nthi",
+ "lat": [
+ 40.933299999999996,
+ 41.3333
+ ],
+ "lon": [
+ 24.6833,
+ 25.083299999999998
+ ]
+ },
+ {
+ "city": "S\u00e9rres",
+ "lat": [
+ 40.8833,
+ 41.283300000000004
+ ],
+ "lon": [
+ 23.35,
+ 23.75
+ ]
+ },
+ {
+ "city": "Gal\u00e1tsi",
+ "lat": [
+ 37.8167,
+ 38.2167
+ ],
+ "lon": [
+ 23.55,
+ 23.95
+ ]
+ },
+ {
+ "city": "R\u00f3dos",
+ "lat": [
+ 36.2412,
+ 36.641200000000005
+ ],
+ "lon": [
+ 28.0225,
+ 28.4225
+ ]
+ },
+ {
+ "city": "Kard\u00edtsa",
+ "lat": [
+ 39.1667,
+ 39.566700000000004
+ ],
+ "lon": [
+ 21.7167,
+ 22.116699999999998
+ ]
+ },
+ {
+ "city": "Th\u00e9rmi",
+ "lat": [
+ 40.349999999999994,
+ 40.75
+ ],
+ "lon": [
+ 22.8167,
+ 23.2167
+ ]
+ },
+ {
+ "city": "Chani\u00e1",
+ "lat": [
+ 35.3167,
+ 35.7167
+ ],
+ "lon": [
+ 23.8167,
+ 24.2167
+ ]
+ },
+ {
+ "city": "Agr\u00ednio",
+ "lat": [
+ 38.4167,
+ 38.816700000000004
+ ],
+ "lon": [
+ 21.2,
+ 21.599999999999998
+ ]
+ },
+ {
+ "city": "Ir\u00e1kleio",
+ "lat": [
+ 37.849999999999994,
+ 38.25
+ ],
+ "lon": [
+ 23.5667,
+ 23.9667
+ ]
+ }
+ ],
+ "Ukraine": [
+ {
+ "city": "Kyiv",
+ "lat": [
+ 50.25,
+ 50.650000000000006
+ ],
+ "lon": [
+ 30.3233,
+ 30.7233
+ ]
+ },
+ {
+ "city": "Kharkiv",
+ "lat": [
+ 49.7925,
+ 50.1925
+ ],
+ "lon": [
+ 36.031099999999995,
+ 36.4311
+ ]
+ },
+ {
+ "city": "Odesa",
+ "lat": [
+ 46.291999999999994,
+ 46.692
+ ],
+ "lon": [
+ 30.508100000000002,
+ 30.9081
+ ]
+ },
+ {
+ "city": "Dnipro",
+ "lat": [
+ 48.2675,
+ 48.667500000000004
+ ],
+ "lon": [
+ 34.839999999999996,
+ 35.24
+ ]
+ },
+ {
+ "city": "Donetsk",
+ "lat": [
+ 47.8028,
+ 48.2028
+ ],
+ "lon": [
+ 37.6053,
+ 38.005300000000005
+ ]
+ },
+ {
+ "city": "Lviv",
+ "lat": [
+ 49.6425,
+ 50.042500000000004
+ ],
+ "lon": [
+ 23.8322,
+ 24.2322
+ ]
+ },
+ {
+ "city": "Zaporizhzhia",
+ "lat": [
+ 47.65,
+ 48.050000000000004
+ ],
+ "lon": [
+ 34.9175,
+ 35.3175
+ ]
+ },
+ {
+ "city": "Bazal\u2019tove",
+ "lat": [
+ 50.476499999999994,
+ 50.8765
+ ],
+ "lon": [
+ 25.96,
+ 26.36
+ ]
+ },
+ {
+ "city": "Kryvyi Rih",
+ "lat": [
+ 47.709999999999994,
+ 48.11
+ ],
+ "lon": [
+ 33.19,
+ 33.59
+ ]
+ },
+ {
+ "city": "Sevastopol",
+ "lat": [
+ 44.404999999999994,
+ 44.805
+ ],
+ "lon": [
+ 33.3225,
+ 33.722500000000004
+ ]
+ },
+ {
+ "city": "Mykolaiv",
+ "lat": [
+ 46.775,
+ 47.175000000000004
+ ],
+ "lon": [
+ 31.795,
+ 32.195
+ ]
+ },
+ {
+ "city": "Luhansk",
+ "lat": [
+ 48.367799999999995,
+ 48.7678
+ ],
+ "lon": [
+ 39.1031,
+ 39.5031
+ ]
+ },
+ {
+ "city": "Vinnytsia",
+ "lat": [
+ 49.0333,
+ 49.4333
+ ],
+ "lon": [
+ 28.2833,
+ 28.6833
+ ]
+ },
+ {
+ "city": "Makiivka",
+ "lat": [
+ 47.855599999999995,
+ 48.2556
+ ],
+ "lon": [
+ 37.7611,
+ 38.161100000000005
+ ]
+ },
+ {
+ "city": "Simferopol",
+ "lat": [
+ 44.7519,
+ 45.151900000000005
+ ],
+ "lon": [
+ 33.9022,
+ 34.302200000000006
+ ]
+ },
+ {
+ "city": "Chernihiv",
+ "lat": [
+ 51.293899999999994,
+ 51.6939
+ ],
+ "lon": [
+ 31.0947,
+ 31.494699999999998
+ ]
+ },
+ {
+ "city": "Poltava",
+ "lat": [
+ 49.389399999999995,
+ 49.7894
+ ],
+ "lon": [
+ 34.3514,
+ 34.751400000000004
+ ]
+ },
+ {
+ "city": "Kherson",
+ "lat": [
+ 46.442499999999995,
+ 46.8425
+ ],
+ "lon": [
+ 32.425,
+ 32.825
+ ]
+ },
+ {
+ "city": "Khmelnytskyi",
+ "lat": [
+ 49.216699999999996,
+ 49.6167
+ ],
+ "lon": [
+ 26.8,
+ 27.2
+ ]
+ },
+ {
+ "city": "Cherkasy",
+ "lat": [
+ 49.2444,
+ 49.644400000000005
+ ],
+ "lon": [
+ 31.8597,
+ 32.2597
+ ]
+ },
+ {
+ "city": "Chernivtsi",
+ "lat": [
+ 48.099999999999994,
+ 48.5
+ ],
+ "lon": [
+ 25.7333,
+ 26.1333
+ ]
+ },
+ {
+ "city": "Zhytomyr",
+ "lat": [
+ 50.05,
+ 50.45
+ ],
+ "lon": [
+ 28.4667,
+ 28.866699999999998
+ ]
+ },
+ {
+ "city": "Sumy",
+ "lat": [
+ 50.7119,
+ 51.111900000000006
+ ],
+ "lon": [
+ 34.602799999999995,
+ 35.0028
+ ]
+ },
+ {
+ "city": "Rivne",
+ "lat": [
+ 50.4192,
+ 50.8192
+ ],
+ "lon": [
+ 26.0519,
+ 26.4519
+ ]
+ },
+ {
+ "city": "Horlivka",
+ "lat": [
+ 48.099999999999994,
+ 48.5
+ ],
+ "lon": [
+ 37.849999999999994,
+ 38.25
+ ]
+ },
+ {
+ "city": "Ivano-Frankivsk",
+ "lat": [
+ 48.7228,
+ 49.122800000000005
+ ],
+ "lon": [
+ 24.5106,
+ 24.9106
+ ]
+ },
+ {
+ "city": "Kamianske",
+ "lat": [
+ 48.3167,
+ 48.7167
+ ],
+ "lon": [
+ 34.4133,
+ 34.813300000000005
+ ]
+ },
+ {
+ "city": "Ternopil",
+ "lat": [
+ 49.366699999999994,
+ 49.7667
+ ],
+ "lon": [
+ 25.400000000000002,
+ 25.8
+ ]
+ },
+ {
+ "city": "Lutsk",
+ "lat": [
+ 50.55,
+ 50.95
+ ],
+ "lon": [
+ 25.1358,
+ 25.5358
+ ]
+ },
+ {
+ "city": "Kropyvnytskyi",
+ "lat": [
+ 48.3,
+ 48.7
+ ],
+ "lon": [
+ 32.0667,
+ 32.4667
+ ]
+ },
+ {
+ "city": "Kremenchuk",
+ "lat": [
+ 48.863099999999996,
+ 49.2631
+ ],
+ "lon": [
+ 33.2039,
+ 33.6039
+ ]
+ },
+ {
+ "city": "Bila Tserkva",
+ "lat": [
+ 49.5989,
+ 49.998900000000006
+ ],
+ "lon": [
+ 29.915300000000002,
+ 30.3153
+ ]
+ },
+ {
+ "city": "Kerch",
+ "lat": [
+ 45.161899999999996,
+ 45.5619
+ ],
+ "lon": [
+ 36.2711,
+ 36.6711
+ ]
+ },
+ {
+ "city": "Melitopol",
+ "lat": [
+ 46.6489,
+ 47.0489
+ ],
+ "lon": [
+ 35.1675,
+ 35.5675
+ ]
+ },
+ {
+ "city": "Kramatorsk",
+ "lat": [
+ 48.539199999999994,
+ 48.9392
+ ],
+ "lon": [
+ 37.3839,
+ 37.7839
+ ]
+ },
+ {
+ "city": "Mariupol",
+ "lat": [
+ 46.895799999999994,
+ 47.2958
+ ],
+ "lon": [
+ 37.349399999999996,
+ 37.7494
+ ]
+ },
+ {
+ "city": "Uzhhorod",
+ "lat": [
+ 48.423899999999996,
+ 48.8239
+ ],
+ "lon": [
+ 22.095000000000002,
+ 22.495
+ ]
+ },
+ {
+ "city": "Brovary",
+ "lat": [
+ 50.311099999999996,
+ 50.7111
+ ],
+ "lon": [
+ 30.59,
+ 30.99
+ ]
+ },
+ {
+ "city": "Berdiansk",
+ "lat": [
+ 46.5556,
+ 46.955600000000004
+ ],
+ "lon": [
+ 36.588899999999995,
+ 36.9889
+ ]
+ },
+ {
+ "city": "Yevpatoriia",
+ "lat": [
+ 44.9939,
+ 45.3939
+ ],
+ "lon": [
+ 33.168099999999995,
+ 33.5681
+ ]
+ },
+ {
+ "city": "Nikopol",
+ "lat": [
+ 47.366699999999994,
+ 47.7667
+ ],
+ "lon": [
+ 34.199999999999996,
+ 34.6
+ ]
+ },
+ {
+ "city": "Sloviansk",
+ "lat": [
+ 48.653299999999994,
+ 49.0533
+ ],
+ "lon": [
+ 37.425,
+ 37.825
+ ]
+ },
+ {
+ "city": "Pavlohrad",
+ "lat": [
+ 48.3167,
+ 48.7167
+ ],
+ "lon": [
+ 35.6667,
+ 36.066700000000004
+ ]
+ },
+ {
+ "city": "Sievierodonetsk",
+ "lat": [
+ 48.748099999999994,
+ 49.1481
+ ],
+ "lon": [
+ 38.293299999999995,
+ 38.6933
+ ]
+ },
+ {
+ "city": "Kamianets-Podilskyi",
+ "lat": [
+ 48.4833,
+ 48.883300000000006
+ ],
+ "lon": [
+ 26.383300000000002,
+ 26.7833
+ ]
+ },
+ {
+ "city": "Lysychansk",
+ "lat": [
+ 48.716699999999996,
+ 49.1167
+ ],
+ "lon": [
+ 38.199999999999996,
+ 38.6
+ ]
+ },
+ {
+ "city": "Mukacheve",
+ "lat": [
+ 48.25,
+ 48.650000000000006
+ ],
+ "lon": [
+ 22.55,
+ 22.95
+ ]
+ },
+ {
+ "city": "Konotop",
+ "lat": [
+ 51.0167,
+ 51.416700000000006
+ ],
+ "lon": [
+ 33.0,
+ 33.400000000000006
+ ]
+ },
+ {
+ "city": "Uman",
+ "lat": [
+ 48.55,
+ 48.95
+ ],
+ "lon": [
+ 30.0167,
+ 30.4167
+ ]
+ },
+ {
+ "city": "Krasnyi Luch",
+ "lat": [
+ 47.933299999999996,
+ 48.3333
+ ],
+ "lon": [
+ 38.7333,
+ 39.133300000000006
+ ]
+ },
+ {
+ "city": "Khrustalnyi",
+ "lat": [
+ 47.933299999999996,
+ 48.3333
+ ],
+ "lon": [
+ 38.7333,
+ 39.133300000000006
+ ]
+ },
+ {
+ "city": "Yalta",
+ "lat": [
+ 44.2994,
+ 44.699400000000004
+ ],
+ "lon": [
+ 33.97,
+ 34.370000000000005
+ ]
+ },
+ {
+ "city": "Yenakiieve",
+ "lat": [
+ 48.0167,
+ 48.416700000000006
+ ],
+ "lon": [
+ 38.0,
+ 38.400000000000006
+ ]
+ },
+ {
+ "city": "Oleksandriia",
+ "lat": [
+ 48.466699999999996,
+ 48.8667
+ ],
+ "lon": [
+ 32.9167,
+ 33.316700000000004
+ ]
+ },
+ {
+ "city": "Stakhanov",
+ "lat": [
+ 48.3681,
+ 48.768100000000004
+ ],
+ "lon": [
+ 38.4586,
+ 38.8586
+ ]
+ },
+ {
+ "city": "Drohobych",
+ "lat": [
+ 49.15,
+ 49.550000000000004
+ ],
+ "lon": [
+ 23.3,
+ 23.7
+ ]
+ },
+ {
+ "city": "Berdychiv",
+ "lat": [
+ 49.699999999999996,
+ 50.1
+ ],
+ "lon": [
+ 28.3667,
+ 28.7667
+ ]
+ },
+ {
+ "city": "Shostka",
+ "lat": [
+ 51.6667,
+ 52.066700000000004
+ ],
+ "lon": [
+ 33.2833,
+ 33.6833
+ ]
+ },
+ {
+ "city": "Bakhmut",
+ "lat": [
+ 48.3947,
+ 48.794700000000006
+ ],
+ "lon": [
+ 37.800799999999995,
+ 38.2008
+ ]
+ },
+ {
+ "city": "Izmail",
+ "lat": [
+ 45.1517,
+ 45.551700000000004
+ ],
+ "lon": [
+ 28.636400000000002,
+ 29.0364
+ ]
+ },
+ {
+ "city": "Novomoskovsk",
+ "lat": [
+ 48.433299999999996,
+ 48.8333
+ ],
+ "lon": [
+ 35.0167,
+ 35.416700000000006
+ ]
+ },
+ {
+ "city": "Fedosiia",
+ "lat": [
+ 44.834199999999996,
+ 45.2342
+ ],
+ "lon": [
+ 35.179199999999994,
+ 35.5792
+ ]
+ },
+ {
+ "city": "Kovel",
+ "lat": [
+ 51.0167,
+ 51.416700000000006
+ ],
+ "lon": [
+ 24.5167,
+ 24.9167
+ ]
+ },
+ {
+ "city": "Kostiantynivka",
+ "lat": [
+ 48.333299999999994,
+ 48.7333
+ ],
+ "lon": [
+ 37.5167,
+ 37.916700000000006
+ ]
+ },
+ {
+ "city": "Nizhyn",
+ "lat": [
+ 50.8381,
+ 51.2381
+ ],
+ "lon": [
+ 31.6861,
+ 32.0861
+ ]
+ },
+ {
+ "city": "Smila",
+ "lat": [
+ 49.0336,
+ 49.433600000000006
+ ],
+ "lon": [
+ 31.6822,
+ 32.0822
+ ]
+ },
+ {
+ "city": "Irpin",
+ "lat": [
+ 50.3167,
+ 50.7167
+ ],
+ "lon": [
+ 30.05,
+ 30.45
+ ]
+ },
+ {
+ "city": "Kalush",
+ "lat": [
+ 48.844199999999994,
+ 49.2442
+ ],
+ "lon": [
+ 24.1597,
+ 24.5597
+ ]
+ },
+ {
+ "city": "Chervonohrad",
+ "lat": [
+ 50.186699999999995,
+ 50.5867
+ ],
+ "lon": [
+ 24.0289,
+ 24.4289
+ ]
+ },
+ {
+ "city": "Boryspil",
+ "lat": [
+ 50.15,
+ 50.550000000000004
+ ],
+ "lon": [
+ 30.75,
+ 31.15
+ ]
+ },
+ {
+ "city": "Dovzhansk",
+ "lat": [
+ 47.8778,
+ 48.277800000000006
+ ],
+ "lon": [
+ 39.447199999999995,
+ 39.8472
+ ]
+ },
+ {
+ "city": "Pervomaisk",
+ "lat": [
+ 47.8439,
+ 48.243900000000004
+ ],
+ "lon": [
+ 30.650000000000002,
+ 31.05
+ ]
+ },
+ {
+ "city": "Korosten",
+ "lat": [
+ 50.75,
+ 51.150000000000006
+ ],
+ "lon": [
+ 28.4333,
+ 28.833299999999998
+ ]
+ },
+ {
+ "city": "Kolomyia",
+ "lat": [
+ 48.3306,
+ 48.7306
+ ],
+ "lon": [
+ 24.8403,
+ 25.240299999999998
+ ]
+ },
+ {
+ "city": "Stryi",
+ "lat": [
+ 49.05,
+ 49.45
+ ],
+ "lon": [
+ 23.650000000000002,
+ 24.05
+ ]
+ },
+ {
+ "city": "Chornomorsk",
+ "lat": [
+ 45.8,
+ 46.2
+ ],
+ "lon": [
+ 17.8,
+ 18.2
+ ]
+ },
+ {
+ "city": "Khartsyzk",
+ "lat": [
+ 47.8428,
+ 48.2428
+ ],
+ "lon": [
+ 37.942499999999995,
+ 38.3425
+ ]
+ },
+ {
+ "city": "Rubizhne",
+ "lat": [
+ 48.809999999999995,
+ 49.21
+ ],
+ "lon": [
+ 38.1714,
+ 38.571400000000004
+ ]
+ },
+ {
+ "city": "Novohrad-Volynskyi",
+ "lat": [
+ 50.3833,
+ 50.783300000000004
+ ],
+ "lon": [
+ 27.4333,
+ 27.833299999999998
+ ]
+ },
+ {
+ "city": "Druzhkivka",
+ "lat": [
+ 48.4214,
+ 48.821400000000004
+ ],
+ "lon": [
+ 37.327799999999996,
+ 37.7278
+ ]
+ },
+ {
+ "city": "Chystiakove",
+ "lat": [
+ 47.8219,
+ 48.221900000000005
+ ],
+ "lon": [
+ 38.426399999999994,
+ 38.8264
+ ]
+ },
+ {
+ "city": "Lozova",
+ "lat": [
+ 48.683299999999996,
+ 49.0833
+ ],
+ "lon": [
+ 36.183299999999996,
+ 36.5833
+ ]
+ },
+ {
+ "city": "Enerhodar",
+ "lat": [
+ 47.298899999999996,
+ 47.6989
+ ],
+ "lon": [
+ 34.455799999999996,
+ 34.8558
+ ]
+ },
+ {
+ "city": "Antratsyt",
+ "lat": [
+ 47.9192,
+ 48.3192
+ ],
+ "lon": [
+ 38.89,
+ 39.290000000000006
+ ]
+ },
+ {
+ "city": "Pryluky",
+ "lat": [
+ 50.389199999999995,
+ 50.7892
+ ],
+ "lon": [
+ 32.185599999999994,
+ 32.5856
+ ]
+ }
+ ],
+ "Italy": [
+ {
+ "city": "Rome",
+ "lat": [
+ 41.693099999999994,
+ 42.0931
+ ],
+ "lon": [
+ 12.2828,
+ 12.682799999999999
+ ]
+ },
+ {
+ "city": "Milan",
+ "lat": [
+ 45.2669,
+ 45.666900000000005
+ ],
+ "lon": [
+ 8.99,
+ 9.389999999999999
+ ]
+ },
+ {
+ "city": "Naples",
+ "lat": [
+ 40.635799999999996,
+ 41.0358
+ ],
+ "lon": [
+ 14.0486,
+ 14.448599999999999
+ ]
+ },
+ {
+ "city": "Turin",
+ "lat": [
+ 44.8792,
+ 45.2792
+ ],
+ "lon": [
+ 7.4761,
+ 7.8761
+ ]
+ },
+ {
+ "city": "Palermo",
+ "lat": [
+ 37.915699999999994,
+ 38.3157
+ ],
+ "lon": [
+ 13.1613,
+ 13.5613
+ ]
+ },
+ {
+ "city": "Genoa",
+ "lat": [
+ 44.2072,
+ 44.607200000000006
+ ],
+ "lon": [
+ 8.734,
+ 9.133999999999999
+ ]
+ },
+ {
+ "city": "Bologna",
+ "lat": [
+ 44.293899999999994,
+ 44.6939
+ ],
+ "lon": [
+ 11.142800000000001,
+ 11.5428
+ ]
+ },
+ {
+ "city": "Florence",
+ "lat": [
+ 43.5714,
+ 43.9714
+ ],
+ "lon": [
+ 11.054200000000002,
+ 11.4542
+ ]
+ },
+ {
+ "city": "Bari",
+ "lat": [
+ 40.9253,
+ 41.325300000000006
+ ],
+ "lon": [
+ 16.666700000000002,
+ 17.0667
+ ]
+ },
+ {
+ "city": "Catania",
+ "lat": [
+ 37.302699999999994,
+ 37.7027
+ ],
+ "lon": [
+ 14.887300000000002,
+ 15.2873
+ ]
+ },
+ {
+ "city": "Verona",
+ "lat": [
+ 45.2386,
+ 45.638600000000004
+ ],
+ "lon": [
+ 10.792800000000002,
+ 11.1928
+ ]
+ },
+ {
+ "city": "Venice",
+ "lat": [
+ 45.2397,
+ 45.639700000000005
+ ],
+ "lon": [
+ 12.1319,
+ 12.531899999999998
+ ]
+ },
+ {
+ "city": "Messina",
+ "lat": [
+ 37.9936,
+ 38.393600000000006
+ ],
+ "lon": [
+ 15.3542,
+ 15.754199999999999
+ ]
+ },
+ {
+ "city": "Padova",
+ "lat": [
+ 45.206399999999995,
+ 45.6064
+ ],
+ "lon": [
+ 11.677800000000001,
+ 12.0778
+ ]
+ },
+ {
+ "city": "Trieste",
+ "lat": [
+ 45.4503,
+ 45.850300000000004
+ ],
+ "lon": [
+ 13.570300000000001,
+ 13.9703
+ ]
+ },
+ {
+ "city": "Parma",
+ "lat": [
+ 44.601499999999994,
+ 45.0015
+ ],
+ "lon": [
+ 10.128,
+ 10.527999999999999
+ ]
+ },
+ {
+ "city": "Brescia",
+ "lat": [
+ 45.338899999999995,
+ 45.7389
+ ],
+ "lon": [
+ 10.0203,
+ 10.4203
+ ]
+ },
+ {
+ "city": "Prato",
+ "lat": [
+ 43.6808,
+ 44.0808
+ ],
+ "lon": [
+ 10.896600000000001,
+ 11.2966
+ ]
+ },
+ {
+ "city": "Taranto",
+ "lat": [
+ 40.2711,
+ 40.6711
+ ],
+ "lon": [
+ 17.0431,
+ 17.443099999999998
+ ]
+ },
+ {
+ "city": "Modena",
+ "lat": [
+ 44.4458,
+ 44.845800000000004
+ ],
+ "lon": [
+ 10.725700000000002,
+ 11.1257
+ ]
+ },
+ {
+ "city": "Reggio di Calabria",
+ "lat": [
+ 37.9144,
+ 38.314400000000006
+ ],
+ "lon": [
+ 15.450000000000001,
+ 15.85
+ ]
+ },
+ {
+ "city": "Reggio Emilia",
+ "lat": [
+ 44.5,
+ 44.900000000000006
+ ],
+ "lon": [
+ 10.433300000000001,
+ 10.8333
+ ]
+ },
+ {
+ "city": "Perugia",
+ "lat": [
+ 42.912099999999995,
+ 43.3121
+ ],
+ "lon": [
+ 12.1888,
+ 12.588799999999999
+ ]
+ },
+ {
+ "city": "Ravenna",
+ "lat": [
+ 44.2161,
+ 44.6161
+ ],
+ "lon": [
+ 12.001700000000001,
+ 12.4017
+ ]
+ },
+ {
+ "city": "Livorno",
+ "lat": [
+ 43.349999999999994,
+ 43.75
+ ],
+ "lon": [
+ 10.116700000000002,
+ 10.5167
+ ]
+ },
+ {
+ "city": "Rimini",
+ "lat": [
+ 43.859399999999994,
+ 44.2594
+ ],
+ "lon": [
+ 12.368300000000001,
+ 12.7683
+ ]
+ },
+ {
+ "city": "Cagliari",
+ "lat": [
+ 39.0167,
+ 39.416700000000006
+ ],
+ "lon": [
+ 8.9167,
+ 9.316699999999999
+ ]
+ },
+ {
+ "city": "Foggia",
+ "lat": [
+ 41.258399999999995,
+ 41.6584
+ ],
+ "lon": [
+ 15.3519,
+ 15.7519
+ ]
+ },
+ {
+ "city": "Ferrara",
+ "lat": [
+ 44.635299999999994,
+ 45.0353
+ ],
+ "lon": [
+ 11.4199,
+ 11.819899999999999
+ ]
+ },
+ {
+ "city": "Latina",
+ "lat": [
+ 41.267199999999995,
+ 41.6672
+ ],
+ "lon": [
+ 12.703600000000002,
+ 13.1036
+ ]
+ },
+ {
+ "city": "Salerno",
+ "lat": [
+ 40.480599999999995,
+ 40.8806
+ ],
+ "lon": [
+ 14.5594,
+ 14.959399999999999
+ ]
+ },
+ {
+ "city": "Giugliano in Campania",
+ "lat": [
+ 40.7283,
+ 41.1283
+ ],
+ "lon": [
+ 14.001100000000001,
+ 14.4011
+ ]
+ },
+ {
+ "city": "Monza",
+ "lat": [
+ 45.383599999999994,
+ 45.7836
+ ],
+ "lon": [
+ 9.0736,
+ 9.4736
+ ]
+ },
+ {
+ "city": "Sassari",
+ "lat": [
+ 40.5267,
+ 40.926700000000004
+ ],
+ "lon": [
+ 8.359200000000001,
+ 8.7592
+ ]
+ },
+ {
+ "city": "Bergamo",
+ "lat": [
+ 45.495,
+ 45.895
+ ],
+ "lon": [
+ 9.47,
+ 9.87
+ ]
+ },
+ {
+ "city": "Pescara",
+ "lat": [
+ 42.2643,
+ 42.664300000000004
+ ],
+ "lon": [
+ 14.0142,
+ 14.4142
+ ]
+ },
+ {
+ "city": "Trento",
+ "lat": [
+ 45.866699999999994,
+ 46.2667
+ ],
+ "lon": [
+ 10.9167,
+ 11.316699999999999
+ ]
+ },
+ {
+ "city": "Forl\u00ec",
+ "lat": [
+ 44.022499999999994,
+ 44.4225
+ ],
+ "lon": [
+ 11.840800000000002,
+ 12.2408
+ ]
+ },
+ {
+ "city": "Siracusa",
+ "lat": [
+ 36.8692,
+ 37.269200000000005
+ ],
+ "lon": [
+ 15.0875,
+ 15.487499999999999
+ ]
+ },
+ {
+ "city": "Vicenza",
+ "lat": [
+ 45.349999999999994,
+ 45.75
+ ],
+ "lon": [
+ 11.350000000000001,
+ 11.75
+ ]
+ },
+ {
+ "city": "Terni",
+ "lat": [
+ 42.366699999999994,
+ 42.7667
+ ],
+ "lon": [
+ 12.450000000000001,
+ 12.85
+ ]
+ },
+ {
+ "city": "Bolzano",
+ "lat": [
+ 46.2981,
+ 46.698100000000004
+ ],
+ "lon": [
+ 11.1548,
+ 11.554799999999998
+ ]
+ },
+ {
+ "city": "Roncaglia",
+ "lat": [
+ 44.8437,
+ 45.243700000000004
+ ],
+ "lon": [
+ 9.5957,
+ 9.9957
+ ]
+ },
+ {
+ "city": "Piacenza",
+ "lat": [
+ 44.849999999999994,
+ 45.25
+ ],
+ "lon": [
+ 9.5,
+ 9.899999999999999
+ ]
+ },
+ {
+ "city": "Novara",
+ "lat": [
+ 45.25,
+ 45.650000000000006
+ ],
+ "lon": [
+ 8.42,
+ 8.819999999999999
+ ]
+ },
+ {
+ "city": "Ancona",
+ "lat": [
+ 43.4167,
+ 43.816700000000004
+ ],
+ "lon": [
+ 13.3167,
+ 13.7167
+ ]
+ },
+ {
+ "city": "Udine",
+ "lat": [
+ 45.866699999999994,
+ 46.2667
+ ],
+ "lon": [
+ 13.0333,
+ 13.4333
+ ]
+ },
+ {
+ "city": "Andria",
+ "lat": [
+ 41.031699999999994,
+ 41.4317
+ ],
+ "lon": [
+ 16.1083,
+ 16.5083
+ ]
+ },
+ {
+ "city": "Arezzo",
+ "lat": [
+ 43.263099999999994,
+ 43.6631
+ ],
+ "lon": [
+ 11.6781,
+ 12.0781
+ ]
+ },
+ {
+ "city": "Cesena",
+ "lat": [
+ 43.933299999999996,
+ 44.3333
+ ],
+ "lon": [
+ 12.0333,
+ 12.4333
+ ]
+ },
+ {
+ "city": "Pesaro",
+ "lat": [
+ 43.7102,
+ 44.110200000000006
+ ],
+ "lon": [
+ 12.7133,
+ 13.113299999999999
+ ]
+ },
+ {
+ "city": "Lecce",
+ "lat": [
+ 40.151999999999994,
+ 40.552
+ ],
+ "lon": [
+ 17.9691,
+ 18.3691
+ ]
+ },
+ {
+ "city": "Barletta",
+ "lat": [
+ 41.116699999999994,
+ 41.5167
+ ],
+ "lon": [
+ 16.0833,
+ 16.4833
+ ]
+ },
+ {
+ "city": "La Spezia",
+ "lat": [
+ 43.907999999999994,
+ 44.308
+ ],
+ "lon": [
+ 9.628900000000002,
+ 10.0289
+ ]
+ },
+ {
+ "city": "Alessandria",
+ "lat": [
+ 44.7133,
+ 45.1133
+ ],
+ "lon": [
+ 8.42,
+ 8.819999999999999
+ ]
+ },
+ {
+ "city": "Mestre",
+ "lat": [
+ 45.2906,
+ 45.6906
+ ],
+ "lon": [
+ 12.0381,
+ 12.438099999999999
+ ]
+ },
+ {
+ "city": "Pistoia",
+ "lat": [
+ 43.7333,
+ 44.133300000000006
+ ],
+ "lon": [
+ 10.716700000000001,
+ 11.1167
+ ]
+ },
+ {
+ "city": "Lucca",
+ "lat": [
+ 43.65,
+ 44.050000000000004
+ ],
+ "lon": [
+ 10.3167,
+ 10.7167
+ ]
+ },
+ {
+ "city": "Pisa",
+ "lat": [
+ 43.5167,
+ 43.916700000000006
+ ],
+ "lon": [
+ 10.200000000000001,
+ 10.6
+ ]
+ },
+ {
+ "city": "Catanzaro",
+ "lat": [
+ 38.709999999999994,
+ 39.11
+ ],
+ "lon": [
+ 16.3875,
+ 16.787499999999998
+ ]
+ },
+ {
+ "city": "Treviso",
+ "lat": [
+ 45.472199999999994,
+ 45.8722
+ ],
+ "lon": [
+ 12.042200000000001,
+ 12.4422
+ ]
+ },
+ {
+ "city": "Como",
+ "lat": [
+ 45.610299999999995,
+ 46.0103
+ ],
+ "lon": [
+ 8.8861,
+ 9.2861
+ ]
+ },
+ {
+ "city": "Busto Arsizio",
+ "lat": [
+ 45.412,
+ 45.812000000000005
+ ],
+ "lon": [
+ 8.651800000000001,
+ 9.0518
+ ]
+ },
+ {
+ "city": "Brindisi",
+ "lat": [
+ 40.4383,
+ 40.838300000000004
+ ],
+ "lon": [
+ 17.7458,
+ 18.145799999999998
+ ]
+ },
+ {
+ "city": "Fiumicino",
+ "lat": [
+ 41.5667,
+ 41.9667
+ ],
+ "lon": [
+ 12.0333,
+ 12.4333
+ ]
+ },
+ {
+ "city": "Grosseto",
+ "lat": [
+ 42.572199999999995,
+ 42.9722
+ ],
+ "lon": [
+ 10.908900000000001,
+ 11.3089
+ ]
+ },
+ {
+ "city": "Torre del Greco",
+ "lat": [
+ 40.5853,
+ 40.9853
+ ],
+ "lon": [
+ 14.195300000000001,
+ 14.5953
+ ]
+ },
+ {
+ "city": "Marsala",
+ "lat": [
+ 37.598099999999995,
+ 37.9981
+ ],
+ "lon": [
+ 12.234200000000001,
+ 12.6342
+ ]
+ },
+ {
+ "city": "Sesto San Giovanni",
+ "lat": [
+ 45.333299999999994,
+ 45.7333
+ ],
+ "lon": [
+ 9.0333,
+ 9.4333
+ ]
+ },
+ {
+ "city": "Varese",
+ "lat": [
+ 45.616699999999994,
+ 46.0167
+ ],
+ "lon": [
+ 8.6333,
+ 9.033299999999999
+ ]
+ },
+ {
+ "city": "Pozzuoli",
+ "lat": [
+ 40.623099999999994,
+ 41.0231
+ ],
+ "lon": [
+ 13.9222,
+ 14.322199999999999
+ ]
+ },
+ {
+ "city": "Cinisello Balsamo",
+ "lat": [
+ 45.349999999999994,
+ 45.75
+ ],
+ "lon": [
+ 9.0167,
+ 9.416699999999999
+ ]
+ },
+ {
+ "city": "Aprilia",
+ "lat": [
+ 41.3833,
+ 41.783300000000004
+ ],
+ "lon": [
+ 12.450000000000001,
+ 12.85
+ ]
+ },
+ {
+ "city": "Casoria",
+ "lat": [
+ 40.699999999999996,
+ 41.1
+ ],
+ "lon": [
+ 14.100000000000001,
+ 14.5
+ ]
+ },
+ {
+ "city": "Asti",
+ "lat": [
+ 44.699999999999996,
+ 45.1
+ ],
+ "lon": [
+ 8.0069,
+ 8.406899999999998
+ ]
+ },
+ {
+ "city": "Ragusa",
+ "lat": [
+ 36.724999999999994,
+ 37.125
+ ],
+ "lon": [
+ 14.530600000000002,
+ 14.9306
+ ]
+ },
+ {
+ "city": "Caserta",
+ "lat": [
+ 40.866699999999994,
+ 41.2667
+ ],
+ "lon": [
+ 14.1333,
+ 14.533299999999999
+ ]
+ },
+ {
+ "city": "Carpi",
+ "lat": [
+ 44.583299999999994,
+ 44.9833
+ ],
+ "lon": [
+ 10.685,
+ 11.084999999999999
+ ]
+ },
+ {
+ "city": "Gela",
+ "lat": [
+ 36.866699999999994,
+ 37.2667
+ ],
+ "lon": [
+ 14.05,
+ 14.45
+ ]
+ },
+ {
+ "city": "Cremona",
+ "lat": [
+ 44.933299999999996,
+ 45.3333
+ ],
+ "lon": [
+ 9.8247,
+ 10.224699999999999
+ ]
+ },
+ {
+ "city": "Pavia",
+ "lat": [
+ 44.985299999999995,
+ 45.3853
+ ],
+ "lon": [
+ 8.955,
+ 9.354999999999999
+ ]
+ },
+ {
+ "city": "Altamura",
+ "lat": [
+ 40.616699999999994,
+ 41.0167
+ ],
+ "lon": [
+ 16.35,
+ 16.75
+ ]
+ },
+ {
+ "city": "L\u2019Aquila",
+ "lat": [
+ 42.153999999999996,
+ 42.554
+ ],
+ "lon": [
+ 13.192,
+ 13.591999999999999
+ ]
+ },
+ {
+ "city": "Imola",
+ "lat": [
+ 44.153099999999995,
+ 44.5531
+ ],
+ "lon": [
+ 11.514700000000001,
+ 11.9147
+ ]
+ },
+ {
+ "city": "Quartu Sant\u2019Elena",
+ "lat": [
+ 39.0413,
+ 39.441300000000005
+ ],
+ "lon": [
+ 8.9839,
+ 9.383899999999999
+ ]
+ },
+ {
+ "city": "Sant\u2019Eufemia Lamezia",
+ "lat": [
+ 38.7198,
+ 39.119800000000005
+ ],
+ "lon": [
+ 16.0522,
+ 16.452199999999998
+ ]
+ },
+ {
+ "city": "Acilia",
+ "lat": [
+ 41.583299999999994,
+ 41.9833
+ ],
+ "lon": [
+ 12.1667,
+ 12.566699999999999
+ ]
+ },
+ {
+ "city": "Calimera",
+ "lat": [
+ 40.05,
+ 40.45
+ ],
+ "lon": [
+ 18.0833,
+ 18.4833
+ ]
+ },
+ {
+ "city": "Massa",
+ "lat": [
+ 43.833299999999994,
+ 44.2333
+ ],
+ "lon": [
+ 9.933300000000001,
+ 10.3333
+ ]
+ },
+ {
+ "city": "Viterbo",
+ "lat": [
+ 42.218599999999995,
+ 42.6186
+ ],
+ "lon": [
+ 11.904200000000001,
+ 12.3042
+ ]
+ },
+ {
+ "city": "Potenza",
+ "lat": [
+ 40.433299999999996,
+ 40.8333
+ ],
+ "lon": [
+ 15.600000000000001,
+ 16.0
+ ]
+ },
+ {
+ "city": "Pomezia",
+ "lat": [
+ 41.4693,
+ 41.8693
+ ],
+ "lon": [
+ 12.302100000000001,
+ 12.7021
+ ]
+ },
+ {
+ "city": "Cosenza",
+ "lat": [
+ 39.099999999999994,
+ 39.5
+ ],
+ "lon": [
+ 16.05,
+ 16.45
+ ]
+ },
+ {
+ "city": "Vittoria",
+ "lat": [
+ 36.75,
+ 37.150000000000006
+ ],
+ "lon": [
+ 14.333300000000001,
+ 14.7333
+ ]
+ },
+ {
+ "city": "Marina di Carrara",
+ "lat": [
+ 43.8381,
+ 44.2381
+ ],
+ "lon": [
+ 9.845600000000001,
+ 10.2456
+ ]
+ },
+ {
+ "city": "Castellammare di Stabia",
+ "lat": [
+ 40.494699999999995,
+ 40.8947
+ ],
+ "lon": [
+ 14.2803,
+ 14.680299999999999
+ ]
+ },
+ {
+ "city": "Vigevano",
+ "lat": [
+ 45.116699999999994,
+ 45.5167
+ ],
+ "lon": [
+ 8.6667,
+ 9.066699999999999
+ ]
+ },
+ {
+ "city": "Afragola",
+ "lat": [
+ 40.716699999999996,
+ 41.1167
+ ],
+ "lon": [
+ 14.116700000000002,
+ 14.5167
+ ]
+ },
+ {
+ "city": "Olbia",
+ "lat": [
+ 40.716699999999996,
+ 41.1167
+ ],
+ "lon": [
+ 9.3,
+ 9.7
+ ]
+ },
+ {
+ "city": "Viareggio",
+ "lat": [
+ 43.667199999999994,
+ 44.0672
+ ],
+ "lon": [
+ 10.050600000000001,
+ 10.4506
+ ]
+ },
+ {
+ "city": "Legnano",
+ "lat": [
+ 45.395799999999994,
+ 45.7958
+ ],
+ "lon": [
+ 8.706000000000001,
+ 9.106
+ ]
+ },
+ {
+ "city": "Carrara",
+ "lat": [
+ 43.8833,
+ 44.283300000000004
+ ],
+ "lon": [
+ 9.9,
+ 10.299999999999999
+ ]
+ },
+ {
+ "city": "Fano",
+ "lat": [
+ 43.6425,
+ 44.042500000000004
+ ],
+ "lon": [
+ 12.813600000000001,
+ 13.2136
+ ]
+ },
+ {
+ "city": "Matera",
+ "lat": [
+ 40.466699999999996,
+ 40.8667
+ ],
+ "lon": [
+ 16.400000000000002,
+ 16.8
+ ]
+ },
+ {
+ "city": "Anzio",
+ "lat": [
+ 41.2472,
+ 41.647200000000005
+ ],
+ "lon": [
+ 12.4283,
+ 12.828299999999999
+ ]
+ },
+ {
+ "city": "Faenza",
+ "lat": [
+ 44.0856,
+ 44.485600000000005
+ ],
+ "lon": [
+ 11.683300000000001,
+ 12.0833
+ ]
+ },
+ {
+ "city": "Caltanissetta",
+ "lat": [
+ 37.2915,
+ 37.691500000000005
+ ],
+ "lon": [
+ 13.862400000000001,
+ 14.2624
+ ]
+ },
+ {
+ "city": "Crotone",
+ "lat": [
+ 38.8833,
+ 39.283300000000004
+ ],
+ "lon": [
+ 16.916700000000002,
+ 17.3167
+ ]
+ },
+ {
+ "city": "Benevento",
+ "lat": [
+ 40.925599999999996,
+ 41.3256
+ ],
+ "lon": [
+ 14.581100000000001,
+ 14.9811
+ ]
+ },
+ {
+ "city": "Acerra",
+ "lat": [
+ 40.75,
+ 41.150000000000006
+ ],
+ "lon": [
+ 14.1667,
+ 14.566699999999999
+ ]
+ },
+ {
+ "city": "Savona",
+ "lat": [
+ 44.1081,
+ 44.508100000000006
+ ],
+ "lon": [
+ 8.2811,
+ 8.681099999999999
+ ]
+ },
+ {
+ "city": "Marano di Napoli",
+ "lat": [
+ 40.699999999999996,
+ 41.1
+ ],
+ "lon": [
+ 13.9833,
+ 14.383299999999998
+ ]
+ },
+ {
+ "city": "Molfetta",
+ "lat": [
+ 41.0,
+ 41.400000000000006
+ ],
+ "lon": [
+ 16.400000000000002,
+ 16.8
+ ]
+ },
+ {
+ "city": "Cerignola",
+ "lat": [
+ 41.0667,
+ 41.4667
+ ],
+ "lon": [
+ 15.700000000000001,
+ 16.1
+ ]
+ },
+ {
+ "city": "Moncalieri",
+ "lat": [
+ 44.8005,
+ 45.200500000000005
+ ],
+ "lon": [
+ 7.4848,
+ 7.8848
+ ]
+ },
+ {
+ "city": "Cuneo",
+ "lat": [
+ 44.183299999999996,
+ 44.5833
+ ],
+ "lon": [
+ 7.35,
+ 7.75
+ ]
+ },
+ {
+ "city": "Trapani",
+ "lat": [
+ 37.817499999999995,
+ 38.2175
+ ],
+ "lon": [
+ 12.315000000000001,
+ 12.715
+ ]
+ },
+ {
+ "city": "Agrigento",
+ "lat": [
+ 37.110699999999994,
+ 37.5107
+ ],
+ "lon": [
+ 13.3766,
+ 13.776599999999998
+ ]
+ },
+ {
+ "city": "Foligno",
+ "lat": [
+ 42.756099999999996,
+ 43.1561
+ ],
+ "lon": [
+ 12.503300000000001,
+ 12.9033
+ ]
+ },
+ {
+ "city": "Trani",
+ "lat": [
+ 41.0667,
+ 41.4667
+ ],
+ "lon": [
+ 16.2167,
+ 16.616699999999998
+ ]
+ },
+ {
+ "city": "Tivoli",
+ "lat": [
+ 41.7667,
+ 42.166700000000006
+ ],
+ "lon": [
+ 12.600000000000001,
+ 13.0
+ ]
+ },
+ {
+ "city": "Manfredonia",
+ "lat": [
+ 41.433299999999996,
+ 41.8333
+ ],
+ "lon": [
+ 15.716700000000001,
+ 16.1167
+ ]
+ },
+ {
+ "city": "Bisceglie",
+ "lat": [
+ 41.0409,
+ 41.440900000000006
+ ],
+ "lon": [
+ 16.3021,
+ 16.702099999999998
+ ]
+ },
+ {
+ "city": "Modica",
+ "lat": [
+ 36.667199999999994,
+ 37.0672
+ ],
+ "lon": [
+ 14.5614,
+ 14.9614
+ ]
+ },
+ {
+ "city": "Montesilvano",
+ "lat": [
+ 42.311899999999994,
+ 42.7119
+ ],
+ "lon": [
+ 13.9373,
+ 14.337299999999999
+ ]
+ },
+ {
+ "city": "Bitonto",
+ "lat": [
+ 40.9083,
+ 41.3083
+ ],
+ "lon": [
+ 16.4917,
+ 16.8917
+ ]
+ },
+ {
+ "city": "Bagheria",
+ "lat": [
+ 37.8833,
+ 38.283300000000004
+ ],
+ "lon": [
+ 13.3,
+ 13.7
+ ]
+ },
+ {
+ "city": "Siena",
+ "lat": [
+ 43.1183,
+ 43.5183
+ ],
+ "lon": [
+ 11.131400000000001,
+ 11.5314
+ ]
+ },
+ {
+ "city": "Gallarate",
+ "lat": [
+ 45.4649,
+ 45.864900000000006
+ ],
+ "lon": [
+ 8.5914,
+ 8.991399999999999
+ ]
+ },
+ {
+ "city": "San Remo",
+ "lat": [
+ 43.6175,
+ 44.017500000000005
+ ],
+ "lon": [
+ 7.575,
+ 7.9750000000000005
+ ]
+ },
+ {
+ "city": "Velletri",
+ "lat": [
+ 41.466699999999996,
+ 41.8667
+ ],
+ "lon": [
+ 12.583300000000001,
+ 12.9833
+ ]
+ },
+ {
+ "city": "Avellino",
+ "lat": [
+ 40.7153,
+ 41.115300000000005
+ ],
+ "lon": [
+ 14.5897,
+ 14.9897
+ ]
+ },
+ {
+ "city": "Portici",
+ "lat": [
+ 40.619699999999995,
+ 41.0197
+ ],
+ "lon": [
+ 14.141100000000002,
+ 14.5411
+ ]
+ },
+ {
+ "city": "Pordenone",
+ "lat": [
+ 45.7626,
+ 46.162600000000005
+ ],
+ "lon": [
+ 12.4563,
+ 12.8563
+ ]
+ },
+ {
+ "city": "Civitavecchia",
+ "lat": [
+ 41.9,
+ 42.300000000000004
+ ],
+ "lon": [
+ 11.600000000000001,
+ 12.0
+ ]
+ },
+ {
+ "city": "Teramo",
+ "lat": [
+ 42.4589,
+ 42.858900000000006
+ ],
+ "lon": [
+ 13.503900000000002,
+ 13.9039
+ ]
+ },
+ {
+ "city": "Cava de\u2019 Tirreni",
+ "lat": [
+ 40.5008,
+ 40.900800000000004
+ ],
+ "lon": [
+ 14.505600000000001,
+ 14.9056
+ ]
+ },
+ {
+ "city": "Acireale",
+ "lat": [
+ 37.412499999999994,
+ 37.8125
+ ],
+ "lon": [
+ 14.9656,
+ 15.365599999999999
+ ]
+ },
+ {
+ "city": "Rho",
+ "lat": [
+ 45.333299999999994,
+ 45.7333
+ ],
+ "lon": [
+ 8.833300000000001,
+ 9.2333
+ ]
+ },
+ {
+ "city": "Ercolano",
+ "lat": [
+ 40.6068,
+ 41.006800000000005
+ ],
+ "lon": [
+ 14.152600000000001,
+ 14.5526
+ ]
+ },
+ {
+ "city": "Mazara del Vallo",
+ "lat": [
+ 37.451699999999995,
+ 37.8517
+ ],
+ "lon": [
+ 12.387500000000001,
+ 12.7875
+ ]
+ }
+ ],
+ "Romania": [
+ {
+ "city": "Bucharest",
+ "lat": [
+ 44.232499999999995,
+ 44.6325
+ ],
+ "lon": [
+ 25.9039,
+ 26.3039
+ ]
+ },
+ {
+ "city": "Cluj-Napoca",
+ "lat": [
+ 46.5667,
+ 46.9667
+ ],
+ "lon": [
+ 23.383300000000002,
+ 23.7833
+ ]
+ },
+ {
+ "city": "Ia\u015fi",
+ "lat": [
+ 46.962199999999996,
+ 47.3622
+ ],
+ "lon": [
+ 27.3889,
+ 27.788899999999998
+ ]
+ },
+ {
+ "city": "Constan\u0163a",
+ "lat": [
+ 43.966699999999996,
+ 44.3667
+ ],
+ "lon": [
+ 28.4333,
+ 28.833299999999998
+ ]
+ },
+ {
+ "city": "Timi\u015foara",
+ "lat": [
+ 45.5597,
+ 45.959700000000005
+ ],
+ "lon": [
+ 21.03,
+ 21.43
+ ]
+ },
+ {
+ "city": "Bra\u015fov",
+ "lat": [
+ 45.466699999999996,
+ 45.8667
+ ],
+ "lon": [
+ 25.416700000000002,
+ 25.8167
+ ]
+ },
+ {
+ "city": "Craiova",
+ "lat": [
+ 44.1333,
+ 44.533300000000004
+ ],
+ "lon": [
+ 23.6167,
+ 24.0167
+ ]
+ },
+ {
+ "city": "Gala\u0163i",
+ "lat": [
+ 45.223299999999995,
+ 45.6233
+ ],
+ "lon": [
+ 27.8425,
+ 28.2425
+ ]
+ },
+ {
+ "city": "Oradea",
+ "lat": [
+ 46.8722,
+ 47.272200000000005
+ ],
+ "lon": [
+ 21.7211,
+ 22.1211
+ ]
+ },
+ {
+ "city": "Ploie\u015fti",
+ "lat": [
+ 44.741099999999996,
+ 45.1411
+ ],
+ "lon": [
+ 25.8225,
+ 26.2225
+ ]
+ },
+ {
+ "city": "Br\u0103ila",
+ "lat": [
+ 45.069199999999995,
+ 45.4692
+ ],
+ "lon": [
+ 27.7575,
+ 28.1575
+ ]
+ },
+ {
+ "city": "Arad",
+ "lat": [
+ 45.974999999999994,
+ 46.375
+ ],
+ "lon": [
+ 21.1125,
+ 21.5125
+ ]
+ },
+ {
+ "city": "Pite\u015fti",
+ "lat": [
+ 44.660599999999995,
+ 45.0606
+ ],
+ "lon": [
+ 24.6678,
+ 25.0678
+ ]
+ },
+ {
+ "city": "Bac\u0103u",
+ "lat": [
+ 46.3833,
+ 46.783300000000004
+ ],
+ "lon": [
+ 26.7167,
+ 27.116699999999998
+ ]
+ },
+ {
+ "city": "Sibiu",
+ "lat": [
+ 45.5928,
+ 45.9928
+ ],
+ "lon": [
+ 23.951900000000002,
+ 24.3519
+ ]
+ },
+ {
+ "city": "Suceava",
+ "lat": [
+ 47.4514,
+ 47.851400000000005
+ ],
+ "lon": [
+ 26.055600000000002,
+ 26.4556
+ ]
+ },
+ {
+ "city": "T\u00e2rgu-Mure\u015f",
+ "lat": [
+ 46.3456,
+ 46.7456
+ ],
+ "lon": [
+ 24.3625,
+ 24.7625
+ ]
+ },
+ {
+ "city": "Baia Mare",
+ "lat": [
+ 47.4567,
+ 47.856700000000004
+ ],
+ "lon": [
+ 23.3719,
+ 23.7719
+ ]
+ },
+ {
+ "city": "Buz\u0103u",
+ "lat": [
+ 44.9531,
+ 45.353100000000005
+ ],
+ "lon": [
+ 26.6208,
+ 27.020799999999998
+ ]
+ },
+ {
+ "city": "R\u00e2mnicu V\u00e2lcea",
+ "lat": [
+ 44.9047,
+ 45.304700000000004
+ ],
+ "lon": [
+ 24.1756,
+ 24.575599999999998
+ ]
+ },
+ {
+ "city": "Satu Mare",
+ "lat": [
+ 47.589999999999996,
+ 47.99
+ ],
+ "lon": [
+ 22.69,
+ 23.09
+ ]
+ },
+ {
+ "city": "Boto\u015fani",
+ "lat": [
+ 47.5486,
+ 47.948600000000006
+ ],
+ "lon": [
+ 26.4694,
+ 26.8694
+ ]
+ },
+ {
+ "city": "Re\u015fi\u0163a",
+ "lat": [
+ 45.1008,
+ 45.500800000000005
+ ],
+ "lon": [
+ 21.6892,
+ 22.089199999999998
+ ]
+ },
+ {
+ "city": "Drobeta-Turnu Severin",
+ "lat": [
+ 44.433299999999996,
+ 44.8333
+ ],
+ "lon": [
+ 22.45,
+ 22.849999999999998
+ ]
+ },
+ {
+ "city": "Piatra Neam\u0163",
+ "lat": [
+ 46.7275,
+ 47.127500000000005
+ ],
+ "lon": [
+ 26.1708,
+ 26.5708
+ ]
+ },
+ {
+ "city": "Bistri\u0163a",
+ "lat": [
+ 46.933299999999996,
+ 47.3333
+ ],
+ "lon": [
+ 24.3,
+ 24.7
+ ]
+ },
+ {
+ "city": "T\u00e2rgu Jiu",
+ "lat": [
+ 44.834199999999996,
+ 45.2342
+ ],
+ "lon": [
+ 23.0747,
+ 23.4747
+ ]
+ },
+ {
+ "city": "T\u00e2rgovi\u015fte",
+ "lat": [
+ 44.724399999999996,
+ 45.1244
+ ],
+ "lon": [
+ 25.2572,
+ 25.6572
+ ]
+ },
+ {
+ "city": "Foc\u015fani",
+ "lat": [
+ 45.5,
+ 45.900000000000006
+ ],
+ "lon": [
+ 26.9797,
+ 27.3797
+ ]
+ },
+ {
+ "city": "Tulcea",
+ "lat": [
+ 44.9775,
+ 45.377500000000005
+ ],
+ "lon": [
+ 28.6036,
+ 29.0036
+ ]
+ },
+ {
+ "city": "Alba Iulia",
+ "lat": [
+ 45.866899999999994,
+ 46.2669
+ ],
+ "lon": [
+ 23.37,
+ 23.77
+ ]
+ },
+ {
+ "city": "Slatina",
+ "lat": [
+ 44.229699999999994,
+ 44.6297
+ ],
+ "lon": [
+ 24.1642,
+ 24.5642
+ ]
+ },
+ {
+ "city": "Vaslui",
+ "lat": [
+ 46.4383,
+ 46.838300000000004
+ ],
+ "lon": [
+ 27.5292,
+ 27.929199999999998
+ ]
+ },
+ {
+ "city": "C\u0103l\u0103ra\u015fi",
+ "lat": [
+ 44.0,
+ 44.400000000000006
+ ],
+ "lon": [
+ 27.133300000000002,
+ 27.5333
+ ]
+ },
+ {
+ "city": "Giurgiu",
+ "lat": [
+ 43.700799999999994,
+ 44.1008
+ ],
+ "lon": [
+ 25.7739,
+ 26.1739
+ ]
+ },
+ {
+ "city": "Pope\u015fti-Leordeni",
+ "lat": [
+ 44.18,
+ 44.580000000000005
+ ],
+ "lon": [
+ 25.970000000000002,
+ 26.37
+ ]
+ },
+ {
+ "city": "Deva",
+ "lat": [
+ 45.6781,
+ 46.078100000000006
+ ],
+ "lon": [
+ 22.7144,
+ 23.1144
+ ]
+ },
+ {
+ "city": "B\u00e2rlad",
+ "lat": [
+ 46.0167,
+ 46.416700000000006
+ ],
+ "lon": [
+ 27.4667,
+ 27.866699999999998
+ ]
+ },
+ {
+ "city": "Zal\u0103u",
+ "lat": [
+ 46.991099999999996,
+ 47.3911
+ ],
+ "lon": [
+ 22.857200000000002,
+ 23.2572
+ ]
+ },
+ {
+ "city": "Hunedoara",
+ "lat": [
+ 45.5697,
+ 45.9697
+ ],
+ "lon": [
+ 22.7203,
+ 23.1203
+ ]
+ },
+ {
+ "city": "Flore\u015fti",
+ "lat": [
+ 46.5475,
+ 46.947500000000005
+ ],
+ "lon": [
+ 23.2908,
+ 23.6908
+ ]
+ },
+ {
+ "city": "Sf\u00e2ntu-Gheorghe",
+ "lat": [
+ 45.663599999999995,
+ 46.0636
+ ],
+ "lon": [
+ 25.587500000000002,
+ 25.9875
+ ]
+ }
+ ],
+ "Austria": [
+ {
+ "city": "Vienna",
+ "lat": [
+ 48.0083,
+ 48.408300000000004
+ ],
+ "lon": [
+ 16.1725,
+ 16.572499999999998
+ ]
+ },
+ {
+ "city": "Graz",
+ "lat": [
+ 46.870799999999996,
+ 47.2708
+ ],
+ "lon": [
+ 15.2386,
+ 15.638599999999999
+ ]
+ },
+ {
+ "city": "Linz",
+ "lat": [
+ 48.105799999999995,
+ 48.5058
+ ],
+ "lon": [
+ 14.086400000000001,
+ 14.4864
+ ]
+ },
+ {
+ "city": "Lochau",
+ "lat": [
+ 47.3167,
+ 47.7167
+ ],
+ "lon": [
+ 9.55,
+ 9.95
+ ]
+ },
+ {
+ "city": "Salzburg",
+ "lat": [
+ 47.599999999999994,
+ 48.0
+ ],
+ "lon": [
+ 12.845,
+ 13.245
+ ]
+ },
+ {
+ "city": "Innsbruck",
+ "lat": [
+ 47.0683,
+ 47.468300000000006
+ ],
+ "lon": [
+ 11.1933,
+ 11.5933
+ ]
+ },
+ {
+ "city": "Klagenfurt",
+ "lat": [
+ 46.4167,
+ 46.816700000000004
+ ],
+ "lon": [
+ 14.100000000000001,
+ 14.5
+ ]
+ },
+ {
+ "city": "Wels",
+ "lat": [
+ 47.949999999999996,
+ 48.35
+ ],
+ "lon": [
+ 13.8167,
+ 14.2167
+ ]
+ },
+ {
+ "city": "Villach",
+ "lat": [
+ 46.4167,
+ 46.816700000000004
+ ],
+ "lon": [
+ 13.65,
+ 14.049999999999999
+ ]
+ },
+ {
+ "city": "Sankt P\u00f6lten",
+ "lat": [
+ 48.0,
+ 48.400000000000006
+ ],
+ "lon": [
+ 15.4167,
+ 15.816699999999999
+ ]
+ },
+ {
+ "city": "Krems an der Donau",
+ "lat": [
+ 48.216699999999996,
+ 48.6167
+ ],
+ "lon": [
+ 15.4167,
+ 15.816699999999999
+ ]
+ }
+ ],
+ "Poland": [
+ {
+ "city": "Warsaw",
+ "lat": [
+ 52.029999999999994,
+ 52.43
+ ],
+ "lon": [
+ 20.8111,
+ 21.2111
+ ]
+ },
+ {
+ "city": "Krak\u00f3w",
+ "lat": [
+ 49.861399999999996,
+ 50.2614
+ ],
+ "lon": [
+ 19.7372,
+ 20.1372
+ ]
+ },
+ {
+ "city": "Gda\u0144sk",
+ "lat": [
+ 54.147499999999994,
+ 54.5475
+ ],
+ "lon": [
+ 18.4453,
+ 18.845299999999998
+ ]
+ },
+ {
+ "city": "Wroc\u0142aw",
+ "lat": [
+ 50.91,
+ 51.31
+ ],
+ "lon": [
+ 16.8325,
+ 17.232499999999998
+ ]
+ },
+ {
+ "city": "\u0141\u00f3d\u017a",
+ "lat": [
+ 51.576899999999995,
+ 51.9769
+ ],
+ "lon": [
+ 19.2547,
+ 19.6547
+ ]
+ },
+ {
+ "city": "Pozna\u0144",
+ "lat": [
+ 52.208299999999994,
+ 52.6083
+ ],
+ "lon": [
+ 16.7336,
+ 17.133599999999998
+ ]
+ },
+ {
+ "city": "Szczecin",
+ "lat": [
+ 53.232499999999995,
+ 53.6325
+ ],
+ "lon": [
+ 14.3481,
+ 14.748099999999999
+ ]
+ },
+ {
+ "city": "Bydgoszcz",
+ "lat": [
+ 52.921899999999994,
+ 53.3219
+ ],
+ "lon": [
+ 17.8003,
+ 18.2003
+ ]
+ },
+ {
+ "city": "Lublin",
+ "lat": [
+ 51.05,
+ 51.45
+ ],
+ "lon": [
+ 22.3667,
+ 22.7667
+ ]
+ },
+ {
+ "city": "Bia\u0142ystok",
+ "lat": [
+ 52.9353,
+ 53.335300000000004
+ ],
+ "lon": [
+ 22.945600000000002,
+ 23.3456
+ ]
+ },
+ {
+ "city": "Katowice",
+ "lat": [
+ 50.0625,
+ 50.462500000000006
+ ],
+ "lon": [
+ 18.8217,
+ 19.2217
+ ]
+ },
+ {
+ "city": "Gdynia",
+ "lat": [
+ 54.317499999999995,
+ 54.7175
+ ],
+ "lon": [
+ 18.34,
+ 18.74
+ ]
+ },
+ {
+ "city": "Zielona G\u00f3ra",
+ "lat": [
+ 51.7333,
+ 52.133300000000006
+ ],
+ "lon": [
+ 15.3,
+ 15.7
+ ]
+ },
+ {
+ "city": "Cz\u0119stochowa",
+ "lat": [
+ 50.599999999999994,
+ 51.0
+ ],
+ "lon": [
+ 18.916700000000002,
+ 19.3167
+ ]
+ },
+ {
+ "city": "Radom",
+ "lat": [
+ 51.203599999999994,
+ 51.6036
+ ],
+ "lon": [
+ 20.9567,
+ 21.3567
+ ]
+ },
+ {
+ "city": "Toru\u0144",
+ "lat": [
+ 52.822199999999995,
+ 53.2222
+ ],
+ "lon": [
+ 18.4111,
+ 18.8111
+ ]
+ },
+ {
+ "city": "Rzesz\u00f3w",
+ "lat": [
+ 49.833299999999994,
+ 50.2333
+ ],
+ "lon": [
+ 21.8,
+ 22.2
+ ]
+ },
+ {
+ "city": "Sosnowiec",
+ "lat": [
+ 50.083299999999994,
+ 50.4833
+ ],
+ "lon": [
+ 18.9333,
+ 19.333299999999998
+ ]
+ },
+ {
+ "city": "Kielce",
+ "lat": [
+ 50.6742,
+ 51.074200000000005
+ ],
+ "lon": [
+ 20.4333,
+ 20.833299999999998
+ ]
+ },
+ {
+ "city": "Gliwice",
+ "lat": [
+ 50.083299999999994,
+ 50.4833
+ ],
+ "lon": [
+ 18.4667,
+ 18.866699999999998
+ ]
+ },
+ {
+ "city": "Olsztyn",
+ "lat": [
+ 53.577799999999996,
+ 53.9778
+ ],
+ "lon": [
+ 20.2792,
+ 20.679199999999998
+ ]
+ },
+ {
+ "city": "Bielsko-Bia\u0142a",
+ "lat": [
+ 49.622499999999995,
+ 50.0225
+ ],
+ "lon": [
+ 18.8444,
+ 19.2444
+ ]
+ },
+ {
+ "city": "Zabrze",
+ "lat": [
+ 50.1025,
+ 50.502500000000005
+ ],
+ "lon": [
+ 18.5781,
+ 18.978099999999998
+ ]
+ },
+ {
+ "city": "Bytom",
+ "lat": [
+ 50.1483,
+ 50.548300000000005
+ ],
+ "lon": [
+ 18.715600000000002,
+ 19.1156
+ ]
+ },
+ {
+ "city": "Ruda \u015al\u0105ska",
+ "lat": [
+ 50.062799999999996,
+ 50.4628
+ ],
+ "lon": [
+ 18.6536,
+ 19.0536
+ ]
+ },
+ {
+ "city": "Rybnik",
+ "lat": [
+ 49.8833,
+ 50.283300000000004
+ ],
+ "lon": [
+ 18.35,
+ 18.75
+ ]
+ },
+ {
+ "city": "Opole",
+ "lat": [
+ 50.466699999999996,
+ 50.8667
+ ],
+ "lon": [
+ 17.7333,
+ 18.1333
+ ]
+ },
+ {
+ "city": "Tychy",
+ "lat": [
+ 49.9236,
+ 50.323600000000006
+ ],
+ "lon": [
+ 18.7867,
+ 19.1867
+ ]
+ },
+ {
+ "city": "Gorz\u00f3w Wielkopolski",
+ "lat": [
+ 52.5333,
+ 52.9333
+ ],
+ "lon": [
+ 15.05,
+ 15.45
+ ]
+ },
+ {
+ "city": "D\u0105browa G\u00f3rnicza",
+ "lat": [
+ 50.121399999999994,
+ 50.5214
+ ],
+ "lon": [
+ 18.9872,
+ 19.3872
+ ]
+ },
+ {
+ "city": "Elbl\u0105g",
+ "lat": [
+ 53.966699999999996,
+ 54.3667
+ ],
+ "lon": [
+ 19.2,
+ 19.599999999999998
+ ]
+ },
+ {
+ "city": "P\u0142ock",
+ "lat": [
+ 52.349999999999994,
+ 52.75
+ ],
+ "lon": [
+ 19.5,
+ 19.9
+ ]
+ },
+ {
+ "city": "Tarn\u00f3w",
+ "lat": [
+ 49.8125,
+ 50.212500000000006
+ ],
+ "lon": [
+ 20.788600000000002,
+ 21.1886
+ ]
+ },
+ {
+ "city": "Koszalin",
+ "lat": [
+ 54.0,
+ 54.400000000000006
+ ],
+ "lon": [
+ 15.9833,
+ 16.3833
+ ]
+ },
+ {
+ "city": "W\u0142oc\u0142awek",
+ "lat": [
+ 52.459199999999996,
+ 52.8592
+ ],
+ "lon": [
+ 18.868100000000002,
+ 19.2681
+ ]
+ },
+ {
+ "city": "Wa\u0142brzych",
+ "lat": [
+ 50.5667,
+ 50.9667
+ ],
+ "lon": [
+ 16.0833,
+ 16.4833
+ ]
+ },
+ {
+ "city": "Chorz\u00f3w",
+ "lat": [
+ 50.099999999999994,
+ 50.5
+ ],
+ "lon": [
+ 18.75,
+ 19.15
+ ]
+ },
+ {
+ "city": "Kalisz",
+ "lat": [
+ 51.5575,
+ 51.9575
+ ],
+ "lon": [
+ 17.88,
+ 18.279999999999998
+ ]
+ },
+ {
+ "city": "Legnica",
+ "lat": [
+ 51.0083,
+ 51.408300000000004
+ ],
+ "lon": [
+ 15.9603,
+ 16.3603
+ ]
+ },
+ {
+ "city": "Grudzi\u0105dz",
+ "lat": [
+ 53.287499999999994,
+ 53.6875
+ ],
+ "lon": [
+ 18.555,
+ 18.955
+ ]
+ },
+ {
+ "city": "Jaworzno",
+ "lat": [
+ 50.0044,
+ 50.4044
+ ],
+ "lon": [
+ 19.07,
+ 19.47
+ ]
+ },
+ {
+ "city": "S\u0142upsk",
+ "lat": [
+ 54.2658,
+ 54.665800000000004
+ ],
+ "lon": [
+ 16.8292,
+ 17.2292
+ ]
+ },
+ {
+ "city": "Jastrz\u0119bie-Zdr\u00f3j",
+ "lat": [
+ 49.75,
+ 50.150000000000006
+ ],
+ "lon": [
+ 18.383300000000002,
+ 18.7833
+ ]
+ },
+ {
+ "city": "Nowy S\u0105cz",
+ "lat": [
+ 49.423899999999996,
+ 49.8239
+ ],
+ "lon": [
+ 20.4972,
+ 20.897199999999998
+ ]
+ },
+ {
+ "city": "Skar\u017cysko-Kamienna",
+ "lat": [
+ 50.9167,
+ 51.316700000000004
+ ],
+ "lon": [
+ 20.7167,
+ 21.116699999999998
+ ]
+ },
+ {
+ "city": "Jelenia G\u00f3ra",
+ "lat": [
+ 50.7033,
+ 51.103300000000004
+ ],
+ "lon": [
+ 15.534400000000002,
+ 15.9344
+ ]
+ },
+ {
+ "city": "Siedlce",
+ "lat": [
+ 51.964999999999996,
+ 52.365
+ ],
+ "lon": [
+ 22.0714,
+ 22.4714
+ ]
+ },
+ {
+ "city": "Mys\u0142owice",
+ "lat": [
+ 50.0333,
+ 50.4333
+ ],
+ "lon": [
+ 18.9333,
+ 19.333299999999998
+ ]
+ },
+ {
+ "city": "Pi\u0142a",
+ "lat": [
+ 52.949999999999996,
+ 53.35
+ ],
+ "lon": [
+ 16.5333,
+ 16.9333
+ ]
+ },
+ {
+ "city": "Ostr\u00f3w Wielkopolski",
+ "lat": [
+ 51.4494,
+ 51.8494
+ ],
+ "lon": [
+ 17.616400000000002,
+ 18.0164
+ ]
+ },
+ {
+ "city": "Lubin",
+ "lat": [
+ 51.197199999999995,
+ 51.5972
+ ],
+ "lon": [
+ 16.0056,
+ 16.4056
+ ]
+ },
+ {
+ "city": "Konin",
+ "lat": [
+ 52.0167,
+ 52.416700000000006
+ ],
+ "lon": [
+ 18.0667,
+ 18.4667
+ ]
+ },
+ {
+ "city": "Inowroc\u0142aw",
+ "lat": [
+ 52.5931,
+ 52.993100000000005
+ ],
+ "lon": [
+ 18.0611,
+ 18.4611
+ ]
+ },
+ {
+ "city": "Piotrk\u00f3w Trybunalski",
+ "lat": [
+ 51.199999999999996,
+ 51.6
+ ],
+ "lon": [
+ 19.4833,
+ 19.8833
+ ]
+ },
+ {
+ "city": "Suwa\u0142ki",
+ "lat": [
+ 53.8989,
+ 54.2989
+ ],
+ "lon": [
+ 22.7286,
+ 23.1286
+ ]
+ },
+ {
+ "city": "Stargard Szczeci\u0144ski",
+ "lat": [
+ 53.1333,
+ 53.533300000000004
+ ],
+ "lon": [
+ 14.833300000000001,
+ 15.2333
+ ]
+ },
+ {
+ "city": "Gniezno",
+ "lat": [
+ 52.3358,
+ 52.735800000000005
+ ],
+ "lon": [
+ 17.3958,
+ 17.7958
+ ]
+ },
+ {
+ "city": "Pruszk\u00f3w",
+ "lat": [
+ 51.966699999999996,
+ 52.3667
+ ],
+ "lon": [
+ 20.6,
+ 21.0
+ ]
+ },
+ {
+ "city": "Ostrowiec \u015awi\u0119tokrzyski",
+ "lat": [
+ 50.7333,
+ 51.133300000000006
+ ],
+ "lon": [
+ 21.2,
+ 21.599999999999998
+ ]
+ },
+ {
+ "city": "G\u0142og\u00f3w",
+ "lat": [
+ 51.4589,
+ 51.858900000000006
+ ],
+ "lon": [
+ 15.880300000000002,
+ 16.2803
+ ]
+ },
+ {
+ "city": "Siemianowice \u015al\u0105skie",
+ "lat": [
+ 50.075799999999994,
+ 50.4758
+ ],
+ "lon": [
+ 18.785800000000002,
+ 19.1858
+ ]
+ },
+ {
+ "city": "Pabianice",
+ "lat": [
+ 51.449999999999996,
+ 51.85
+ ],
+ "lon": [
+ 19.1833,
+ 19.583299999999998
+ ]
+ },
+ {
+ "city": "\u017bory",
+ "lat": [
+ 49.849999999999994,
+ 50.25
+ ],
+ "lon": [
+ 18.5,
+ 18.9
+ ]
+ },
+ {
+ "city": "Leszno",
+ "lat": [
+ 51.645799999999994,
+ 52.0458
+ ],
+ "lon": [
+ 16.3806,
+ 16.7806
+ ]
+ },
+ {
+ "city": "Tarnowskie G\u00f3ry",
+ "lat": [
+ 50.2444,
+ 50.644400000000005
+ ],
+ "lon": [
+ 18.6583,
+ 19.0583
+ ]
+ },
+ {
+ "city": "\u0141om\u017ca",
+ "lat": [
+ 52.9764,
+ 53.376400000000004
+ ],
+ "lon": [
+ 21.8731,
+ 22.2731
+ ]
+ },
+ {
+ "city": "E\u0142k",
+ "lat": [
+ 53.621399999999994,
+ 54.0214
+ ],
+ "lon": [
+ 22.162200000000002,
+ 22.5622
+ ]
+ },
+ {
+ "city": "Zamo\u015b\u0107",
+ "lat": [
+ 50.5167,
+ 50.916700000000006
+ ],
+ "lon": [
+ 23.0528,
+ 23.4528
+ ]
+ },
+ {
+ "city": "Che\u0142m",
+ "lat": [
+ 50.932199999999995,
+ 51.3322
+ ],
+ "lon": [
+ 23.2778,
+ 23.677799999999998
+ ]
+ },
+ {
+ "city": "Przemy\u015bl",
+ "lat": [
+ 49.583299999999994,
+ 49.9833
+ ],
+ "lon": [
+ 22.5667,
+ 22.9667
+ ]
+ },
+ {
+ "city": "Mielec",
+ "lat": [
+ 50.083299999999994,
+ 50.4833
+ ],
+ "lon": [
+ 21.2333,
+ 21.6333
+ ]
+ },
+ {
+ "city": "Tczew",
+ "lat": [
+ 53.887499999999996,
+ 54.2875
+ ],
+ "lon": [
+ 18.5972,
+ 18.9972
+ ]
+ },
+ {
+ "city": "Stalowa Wola",
+ "lat": [
+ 50.366699999999994,
+ 50.7667
+ ],
+ "lon": [
+ 21.85,
+ 22.25
+ ]
+ },
+ {
+ "city": "Tomasz\u00f3w Mazowiecki",
+ "lat": [
+ 51.3167,
+ 51.7167
+ ],
+ "lon": [
+ 19.8167,
+ 20.2167
+ ]
+ },
+ {
+ "city": "K\u0119dzierzyn-Ko\u017ale",
+ "lat": [
+ 50.15,
+ 50.550000000000004
+ ],
+ "lon": [
+ 18.0,
+ 18.4
+ ]
+ },
+ {
+ "city": "B\u0119dzin",
+ "lat": [
+ 50.1333,
+ 50.533300000000004
+ ],
+ "lon": [
+ 18.916700000000002,
+ 19.3167
+ ]
+ },
+ {
+ "city": "Bia\u0142a Podlaska",
+ "lat": [
+ 51.833299999999994,
+ 52.2333
+ ],
+ "lon": [
+ 22.916700000000002,
+ 23.3167
+ ]
+ },
+ {
+ "city": "Zgierz",
+ "lat": [
+ 51.65,
+ 52.050000000000004
+ ],
+ "lon": [
+ 19.2167,
+ 19.616699999999998
+ ]
+ },
+ {
+ "city": "\u015awidnica",
+ "lat": [
+ 50.65,
+ 51.050000000000004
+ ],
+ "lon": [
+ 16.2833,
+ 16.6833
+ ]
+ },
+ {
+ "city": "Be\u0142chat\u00f3w",
+ "lat": [
+ 51.1667,
+ 51.566700000000004
+ ],
+ "lon": [
+ 19.166700000000002,
+ 19.5667
+ ]
+ },
+ {
+ "city": "Legionowo",
+ "lat": [
+ 52.199999999999996,
+ 52.6
+ ],
+ "lon": [
+ 20.6833,
+ 21.083299999999998
+ ]
+ },
+ {
+ "city": "Piaseczno",
+ "lat": [
+ 51.866699999999994,
+ 52.2667
+ ],
+ "lon": [
+ 20.8167,
+ 21.2167
+ ]
+ },
+ {
+ "city": "Rumia",
+ "lat": [
+ 54.366699999999994,
+ 54.7667
+ ],
+ "lon": [
+ 18.2,
+ 18.599999999999998
+ ]
+ },
+ {
+ "city": "Piekary \u015al\u0105skie",
+ "lat": [
+ 50.183299999999996,
+ 50.5833
+ ],
+ "lon": [
+ 18.75,
+ 19.15
+ ]
+ },
+ {
+ "city": "Racib\u00f3rz",
+ "lat": [
+ 49.8833,
+ 50.283300000000004
+ ],
+ "lon": [
+ 18.0333,
+ 18.4333
+ ]
+ }
+ ],
+ "Belarus": [
+ {
+ "city": "Minsk",
+ "lat": [
+ 53.700599999999994,
+ 54.1006
+ ],
+ "lon": [
+ 27.3586,
+ 27.758599999999998
+ ]
+ },
+ {
+ "city": "Homyel\u2019",
+ "lat": [
+ 52.2453,
+ 52.645300000000006
+ ],
+ "lon": [
+ 30.784200000000002,
+ 31.1842
+ ]
+ },
+ {
+ "city": "Hrodna",
+ "lat": [
+ 53.466699999999996,
+ 53.8667
+ ],
+ "lon": [
+ 23.633300000000002,
+ 24.0333
+ ]
+ },
+ {
+ "city": "Vitsyebsk",
+ "lat": [
+ 54.991699999999994,
+ 55.3917
+ ],
+ "lon": [
+ 30.0056,
+ 30.4056
+ ]
+ },
+ {
+ "city": "Mahilyow",
+ "lat": [
+ 53.716699999999996,
+ 54.1167
+ ],
+ "lon": [
+ 30.150000000000002,
+ 30.55
+ ]
+ },
+ {
+ "city": "Brest",
+ "lat": [
+ 51.9347,
+ 52.334700000000005
+ ],
+ "lon": [
+ 23.4569,
+ 23.8569
+ ]
+ },
+ {
+ "city": "Babruysk",
+ "lat": [
+ 52.949999999999996,
+ 53.35
+ ],
+ "lon": [
+ 29.0333,
+ 29.4333
+ ]
+ },
+ {
+ "city": "Baranavichy",
+ "lat": [
+ 52.933299999999996,
+ 53.3333
+ ],
+ "lon": [
+ 25.8167,
+ 26.2167
+ ]
+ },
+ {
+ "city": "Pinsk",
+ "lat": [
+ 51.915299999999995,
+ 52.3153
+ ],
+ "lon": [
+ 25.903100000000002,
+ 26.3031
+ ]
+ },
+ {
+ "city": "Mazyr",
+ "lat": [
+ 51.849999999999994,
+ 52.25
+ ],
+ "lon": [
+ 29.05,
+ 29.45
+ ]
+ },
+ {
+ "city": "Lida",
+ "lat": [
+ 53.6956,
+ 54.095600000000005
+ ],
+ "lon": [
+ 25.0958,
+ 25.4958
+ ]
+ },
+ {
+ "city": "Orsha",
+ "lat": [
+ 54.3092,
+ 54.7092
+ ],
+ "lon": [
+ 30.2258,
+ 30.625799999999998
+ ]
+ },
+ {
+ "city": "Salihorsk",
+ "lat": [
+ 52.599999999999994,
+ 53.0
+ ],
+ "lon": [
+ 27.3333,
+ 27.7333
+ ]
+ },
+ {
+ "city": "Navapolatsk",
+ "lat": [
+ 55.333299999999994,
+ 55.7333
+ ],
+ "lon": [
+ 28.45,
+ 28.849999999999998
+ ]
+ },
+ {
+ "city": "Maladzyechna",
+ "lat": [
+ 54.120799999999996,
+ 54.5208
+ ],
+ "lon": [
+ 26.6572,
+ 27.057199999999998
+ ]
+ },
+ {
+ "city": "Polatsk",
+ "lat": [
+ 55.2833,
+ 55.6833
+ ],
+ "lon": [
+ 28.6,
+ 29.0
+ ]
+ },
+ {
+ "city": "Zhlobin",
+ "lat": [
+ 52.699999999999996,
+ 53.1
+ ],
+ "lon": [
+ 29.8333,
+ 30.2333
+ ]
+ },
+ {
+ "city": "Rechytsa",
+ "lat": [
+ 54.1667,
+ 54.566700000000004
+ ],
+ "lon": [
+ 30.2,
+ 30.599999999999998
+ ]
+ },
+ {
+ "city": "Svyetlahorsk",
+ "lat": [
+ 52.433299999999996,
+ 52.8333
+ ],
+ "lon": [
+ 29.5333,
+ 29.9333
+ ]
+ },
+ {
+ "city": "Slutsk",
+ "lat": [
+ 52.833299999999994,
+ 53.2333
+ ],
+ "lon": [
+ 27.3667,
+ 27.7667
+ ]
+ },
+ {
+ "city": "Kobryn",
+ "lat": [
+ 52.0167,
+ 52.416700000000006
+ ],
+ "lon": [
+ 24.166700000000002,
+ 24.5667
+ ]
+ }
+ ],
+ "Netherlands": [
+ {
+ "city": "Tilburg",
+ "lat": [
+ 51.3572,
+ 51.757200000000005
+ ],
+ "lon": [
+ 4.8911,
+ 5.2911
+ ]
+ },
+ {
+ "city": "Amsterdam",
+ "lat": [
+ 52.172799999999995,
+ 52.5728
+ ],
+ "lon": [
+ 4.6936,
+ 5.0936
+ ]
+ },
+ {
+ "city": "Rotterdam",
+ "lat": [
+ 51.72,
+ 52.120000000000005
+ ],
+ "lon": [
+ 4.28,
+ 4.680000000000001
+ ]
+ },
+ {
+ "city": "The Hague",
+ "lat": [
+ 51.879999999999995,
+ 52.28
+ ],
+ "lon": [
+ 4.109999999999999,
+ 4.51
+ ]
+ },
+ {
+ "city": "Utrecht",
+ "lat": [
+ 51.8908,
+ 52.290800000000004
+ ],
+ "lon": [
+ 4.9216999999999995,
+ 5.3217
+ ]
+ },
+ {
+ "city": "Eindhoven",
+ "lat": [
+ 51.234399999999994,
+ 51.6344
+ ],
+ "lon": [
+ 5.2842,
+ 5.684200000000001
+ ]
+ },
+ {
+ "city": "Groningen",
+ "lat": [
+ 53.0167,
+ 53.416700000000006
+ ],
+ "lon": [
+ 6.3667,
+ 6.7667
+ ]
+ },
+ {
+ "city": "Almere",
+ "lat": [
+ 52.1667,
+ 52.566700000000004
+ ],
+ "lon": [
+ 5.0167,
+ 5.4167000000000005
+ ]
+ },
+ {
+ "city": "Breda",
+ "lat": [
+ 51.387499999999996,
+ 51.7875
+ ],
+ "lon": [
+ 4.575,
+ 4.9750000000000005
+ ]
+ },
+ {
+ "city": "Nijmegen",
+ "lat": [
+ 51.6425,
+ 52.042500000000004
+ ],
+ "lon": [
+ 5.6528,
+ 6.0528
+ ]
+ },
+ {
+ "city": "Arnhem",
+ "lat": [
+ 51.7833,
+ 52.1833
+ ],
+ "lon": [
+ 5.7166999999999994,
+ 6.1167
+ ]
+ },
+ {
+ "city": "Haarlem",
+ "lat": [
+ 52.183299999999996,
+ 52.5833
+ ],
+ "lon": [
+ 4.4333,
+ 4.8333
+ ]
+ },
+ {
+ "city": "Enschede",
+ "lat": [
+ 52.022499999999994,
+ 52.4225
+ ],
+ "lon": [
+ 6.6925,
+ 7.0925
+ ]
+ },
+ {
+ "city": "\u2019s-Hertogenbosch",
+ "lat": [
+ 51.4833,
+ 51.883300000000006
+ ],
+ "lon": [
+ 5.1167,
+ 5.5167
+ ]
+ },
+ {
+ "city": "Amersfoort",
+ "lat": [
+ 51.955,
+ 52.355000000000004
+ ],
+ "lon": [
+ 5.1875,
+ 5.5875
+ ]
+ },
+ {
+ "city": "Zaanstad",
+ "lat": [
+ 52.2333,
+ 52.633300000000006
+ ],
+ "lon": [
+ 4.6167,
+ 5.0167
+ ]
+ },
+ {
+ "city": "Apeldoorn",
+ "lat": [
+ 52.01,
+ 52.410000000000004
+ ],
+ "lon": [
+ 5.77,
+ 6.17
+ ]
+ },
+ {
+ "city": "Zwolle",
+ "lat": [
+ 52.3167,
+ 52.7167
+ ],
+ "lon": [
+ 5.8999999999999995,
+ 6.3
+ ]
+ },
+ {
+ "city": "Zoetermeer",
+ "lat": [
+ 51.866699999999994,
+ 52.2667
+ ],
+ "lon": [
+ 4.3,
+ 4.7
+ ]
+ },
+ {
+ "city": "Leeuwarden",
+ "lat": [
+ 53.0,
+ 53.400000000000006
+ ],
+ "lon": [
+ 5.5832999999999995,
+ 5.9833
+ ]
+ },
+ {
+ "city": "Leiden",
+ "lat": [
+ 51.959999999999994,
+ 52.36
+ ],
+ "lon": [
+ 4.29,
+ 4.69
+ ]
+ },
+ {
+ "city": "Dordrecht",
+ "lat": [
+ 51.5958,
+ 51.9958
+ ],
+ "lon": [
+ 4.4783,
+ 4.8783
+ ]
+ },
+ {
+ "city": "Maastricht",
+ "lat": [
+ 50.6667,
+ 51.066700000000004
+ ],
+ "lon": [
+ 5.4833,
+ 5.8833
+ ]
+ },
+ {
+ "city": "Alphen aan den Rijn",
+ "lat": [
+ 51.933299999999996,
+ 52.3333
+ ],
+ "lon": [
+ 4.4666999999999994,
+ 4.8667
+ ]
+ },
+ {
+ "city": "Alkmaar",
+ "lat": [
+ 52.433299999999996,
+ 52.8333
+ ],
+ "lon": [
+ 4.55,
+ 4.95
+ ]
+ },
+ {
+ "city": "Delft",
+ "lat": [
+ 51.811699999999995,
+ 52.2117
+ ],
+ "lon": [
+ 4.1592,
+ 4.559200000000001
+ ]
+ },
+ {
+ "city": "Emmen",
+ "lat": [
+ 52.583299999999994,
+ 52.9833
+ ],
+ "lon": [
+ 6.7,
+ 7.1000000000000005
+ ]
+ },
+ {
+ "city": "Deventer",
+ "lat": [
+ 52.05,
+ 52.45
+ ],
+ "lon": [
+ 6.0,
+ 6.4
+ ]
+ },
+ {
+ "city": "Amstelveen",
+ "lat": [
+ 52.099999999999994,
+ 52.5
+ ],
+ "lon": [
+ 4.6499999999999995,
+ 5.05
+ ]
+ },
+ {
+ "city": "Helmond",
+ "lat": [
+ 51.2797,
+ 51.679700000000004
+ ],
+ "lon": [
+ 5.4556,
+ 5.8556
+ ]
+ },
+ {
+ "city": "Oss",
+ "lat": [
+ 51.5667,
+ 51.9667
+ ],
+ "lon": [
+ 5.3167,
+ 5.7167
+ ]
+ },
+ {
+ "city": "Hilversum",
+ "lat": [
+ 52.0333,
+ 52.4333
+ ],
+ "lon": [
+ 4.9666999999999994,
+ 5.3667
+ ]
+ },
+ {
+ "city": "Heerlen",
+ "lat": [
+ 50.683299999999996,
+ 51.0833
+ ],
+ "lon": [
+ 5.7833,
+ 6.1833
+ ]
+ },
+ {
+ "city": "Lelystad",
+ "lat": [
+ 52.3167,
+ 52.7167
+ ],
+ "lon": [
+ 5.2833,
+ 5.6833
+ ]
+ },
+ {
+ "city": "Purmerend",
+ "lat": [
+ 52.3,
+ 52.7
+ ],
+ "lon": [
+ 4.75,
+ 5.15
+ ]
+ },
+ {
+ "city": "Hengelo",
+ "lat": [
+ 52.065599999999996,
+ 52.4656
+ ],
+ "lon": [
+ 6.5931,
+ 6.9931
+ ]
+ },
+ {
+ "city": "Schiedam",
+ "lat": [
+ 51.716699999999996,
+ 52.1167
+ ],
+ "lon": [
+ 4.2,
+ 4.6000000000000005
+ ]
+ },
+ {
+ "city": "Zaandam",
+ "lat": [
+ 52.2333,
+ 52.633300000000006
+ ],
+ "lon": [
+ 4.6333,
+ 5.0333000000000006
+ ]
+ },
+ {
+ "city": "Hoofddorp",
+ "lat": [
+ 52.1061,
+ 52.5061
+ ],
+ "lon": [
+ 4.4906999999999995,
+ 4.8907
+ ]
+ },
+ {
+ "city": "Roosendaal",
+ "lat": [
+ 51.331399999999995,
+ 51.7314
+ ],
+ "lon": [
+ 4.255599999999999,
+ 4.6556
+ ]
+ },
+ {
+ "city": "Hoorn",
+ "lat": [
+ 52.449999999999996,
+ 52.85
+ ],
+ "lon": [
+ 4.8667,
+ 5.2667
+ ]
+ },
+ {
+ "city": "Vlaardingen",
+ "lat": [
+ 51.716699999999996,
+ 52.1167
+ ],
+ "lon": [
+ 4.1499999999999995,
+ 4.55
+ ]
+ },
+ {
+ "city": "Gouda",
+ "lat": [
+ 51.818099999999994,
+ 52.2181
+ ],
+ "lon": [
+ 4.505599999999999,
+ 4.9056
+ ]
+ },
+ {
+ "city": "Almelo",
+ "lat": [
+ 52.156699999999994,
+ 52.5567
+ ],
+ "lon": [
+ 6.4624999999999995,
+ 6.8625
+ ]
+ },
+ {
+ "city": "Spijkenisse",
+ "lat": [
+ 51.6333,
+ 52.033300000000004
+ ],
+ "lon": [
+ 4.1167,
+ 4.5167
+ ]
+ },
+ {
+ "city": "Ede",
+ "lat": [
+ 51.843599999999995,
+ 52.2436
+ ],
+ "lon": [
+ 5.4666999999999994,
+ 5.8667
+ ]
+ },
+ {
+ "city": "Assen",
+ "lat": [
+ 52.7953,
+ 53.1953
+ ],
+ "lon": [
+ 6.3606,
+ 6.7606
+ ]
+ },
+ {
+ "city": "Velsen-Zuid",
+ "lat": [
+ 52.2667,
+ 52.666700000000006
+ ],
+ "lon": [
+ 4.4167,
+ 4.8167
+ ]
+ },
+ {
+ "city": "Bergen op Zoom",
+ "lat": [
+ 51.3,
+ 51.7
+ ],
+ "lon": [
+ 4.1,
+ 4.5
+ ]
+ },
+ {
+ "city": "Capelle aan den IJssel",
+ "lat": [
+ 51.735699999999994,
+ 52.1357
+ ],
+ "lon": [
+ 4.3782,
+ 4.7782
+ ]
+ },
+ {
+ "city": "Veenendaal",
+ "lat": [
+ 51.824999999999996,
+ 52.225
+ ],
+ "lon": [
+ 5.3549999999999995,
+ 5.755
+ ]
+ },
+ {
+ "city": "Katwijk",
+ "lat": [
+ 52.0,
+ 52.400000000000006
+ ],
+ "lon": [
+ 4.2166999999999994,
+ 4.6167
+ ]
+ },
+ {
+ "city": "Zeist",
+ "lat": [
+ 51.8906,
+ 52.290600000000005
+ ],
+ "lon": [
+ 5.0331,
+ 5.4331000000000005
+ ]
+ },
+ {
+ "city": "Nieuwegein",
+ "lat": [
+ 51.831399999999995,
+ 52.2314
+ ],
+ "lon": [
+ 4.8919,
+ 5.2919
+ ]
+ },
+ {
+ "city": "Scheveningen",
+ "lat": [
+ 51.9081,
+ 52.3081
+ ],
+ "lon": [
+ 4.0731,
+ 4.4731000000000005
+ ]
+ },
+ {
+ "city": "Barneveld",
+ "lat": [
+ 51.933299999999996,
+ 52.3333
+ ],
+ "lon": [
+ 5.3833,
+ 5.7833000000000006
+ ]
+ },
+ {
+ "city": "Hardenberg",
+ "lat": [
+ 52.3758,
+ 52.775800000000004
+ ],
+ "lon": [
+ 6.4193999999999996,
+ 6.8194
+ ]
+ },
+ {
+ "city": "Heerhugowaard",
+ "lat": [
+ 52.466699999999996,
+ 52.8667
+ ],
+ "lon": [
+ 4.6333,
+ 5.0333000000000006
+ ]
+ },
+ {
+ "city": "Doetinchem",
+ "lat": [
+ 51.7656,
+ 52.165600000000005
+ ],
+ "lon": [
+ 6.0889,
+ 6.4889
+ ]
+ },
+ {
+ "city": "Roermond",
+ "lat": [
+ 50.9933,
+ 51.3933
+ ],
+ "lon": [
+ 5.7871999999999995,
+ 6.1872
+ ]
+ },
+ {
+ "city": "Den Helder",
+ "lat": [
+ 52.7333,
+ 53.133300000000006
+ ],
+ "lon": [
+ 4.55,
+ 4.95
+ ]
+ },
+ {
+ "city": "Oosterhout",
+ "lat": [
+ 51.443099999999994,
+ 51.8431
+ ],
+ "lon": [
+ 4.6569,
+ 5.056900000000001
+ ]
+ },
+ {
+ "city": "Hoogeveen",
+ "lat": [
+ 52.5167,
+ 52.916700000000006
+ ],
+ "lon": [
+ 6.2667,
+ 6.6667000000000005
+ ]
+ },
+ {
+ "city": "Rijswijk",
+ "lat": [
+ 51.8456,
+ 52.2456
+ ],
+ "lon": [
+ 4.13,
+ 4.53
+ ]
+ },
+ {
+ "city": "Terneuzen",
+ "lat": [
+ 51.1333,
+ 51.533300000000004
+ ],
+ "lon": [
+ 3.6332999999999998,
+ 4.0333
+ ]
+ },
+ {
+ "city": "Kampen",
+ "lat": [
+ 52.349999999999994,
+ 52.75
+ ],
+ "lon": [
+ 5.7,
+ 6.1000000000000005
+ ]
+ },
+ {
+ "city": "Woerden",
+ "lat": [
+ 51.8833,
+ 52.283300000000004
+ ],
+ "lon": [
+ 4.6833,
+ 5.0833
+ ]
+ },
+ {
+ "city": "Houten",
+ "lat": [
+ 51.8261,
+ 52.2261
+ ],
+ "lon": [
+ 4.972799999999999,
+ 5.3728
+ ]
+ },
+ {
+ "city": "Weert",
+ "lat": [
+ 51.050999999999995,
+ 51.451
+ ],
+ "lon": [
+ 5.5089999999999995,
+ 5.909
+ ]
+ },
+ {
+ "city": "Harderwijk",
+ "lat": [
+ 52.1506,
+ 52.5506
+ ],
+ "lon": [
+ 5.4172,
+ 5.817200000000001
+ ]
+ }
+ ],
+ "Hungary": [
+ {
+ "city": "Budapest",
+ "lat": [
+ 47.2983,
+ 47.6983
+ ],
+ "lon": [
+ 18.8408,
+ 19.2408
+ ]
+ },
+ {
+ "city": "Gy\u0151r",
+ "lat": [
+ 47.484199999999994,
+ 47.8842
+ ],
+ "lon": [
+ 17.4344,
+ 17.8344
+ ]
+ },
+ {
+ "city": "Debrecen",
+ "lat": [
+ 47.33,
+ 47.730000000000004
+ ],
+ "lon": [
+ 21.4392,
+ 21.839199999999998
+ ]
+ },
+ {
+ "city": "Szeged",
+ "lat": [
+ 46.05,
+ 46.45
+ ],
+ "lon": [
+ 19.9667,
+ 20.366699999999998
+ ]
+ },
+ {
+ "city": "Szombathely",
+ "lat": [
+ 47.0351,
+ 47.435100000000006
+ ],
+ "lon": [
+ 16.4219,
+ 16.8219
+ ]
+ },
+ {
+ "city": "Miskolc",
+ "lat": [
+ 47.9,
+ 48.300000000000004
+ ],
+ "lon": [
+ 20.5833,
+ 20.9833
+ ]
+ },
+ {
+ "city": "P\u00e9cs",
+ "lat": [
+ 45.870799999999996,
+ 46.2708
+ ],
+ "lon": [
+ 18.0331,
+ 18.4331
+ ]
+ },
+ {
+ "city": "Ny\u00edregyh\u00e1za",
+ "lat": [
+ 47.7558,
+ 48.155800000000006
+ ],
+ "lon": [
+ 21.5168,
+ 21.9168
+ ]
+ },
+ {
+ "city": "Kecskem\u00e9t",
+ "lat": [
+ 46.707499999999996,
+ 47.1075
+ ],
+ "lon": [
+ 19.4917,
+ 19.8917
+ ]
+ },
+ {
+ "city": "Sopron",
+ "lat": [
+ 47.484899999999996,
+ 47.8849
+ ],
+ "lon": [
+ 16.383100000000002,
+ 16.7831
+ ]
+ },
+ {
+ "city": "Sz\u00e9kesfeh\u00e9rv\u00e1r",
+ "lat": [
+ 46.991,
+ 47.391000000000005
+ ],
+ "lon": [
+ 18.2108,
+ 18.610799999999998
+ ]
+ },
+ {
+ "city": "\u00c9rd",
+ "lat": [
+ 47.183299999999996,
+ 47.5833
+ ],
+ "lon": [
+ 18.7167,
+ 19.116699999999998
+ ]
+ },
+ {
+ "city": "Szolnok",
+ "lat": [
+ 46.9747,
+ 47.374700000000004
+ ],
+ "lon": [
+ 19.9764,
+ 20.3764
+ ]
+ },
+ {
+ "city": "Tatab\u00e1nya",
+ "lat": [
+ 47.386199999999995,
+ 47.7862
+ ],
+ "lon": [
+ 18.1949,
+ 18.5949
+ ]
+ },
+ {
+ "city": "Kaposv\u00e1r",
+ "lat": [
+ 46.1667,
+ 46.566700000000004
+ ],
+ "lon": [
+ 17.5833,
+ 17.9833
+ ]
+ },
+ {
+ "city": "Veszpr\u00e9m",
+ "lat": [
+ 46.9,
+ 47.300000000000004
+ ],
+ "lon": [
+ 17.7167,
+ 18.116699999999998
+ ]
+ },
+ {
+ "city": "Zalaegerszeg",
+ "lat": [
+ 46.639199999999995,
+ 47.0392
+ ],
+ "lon": [
+ 16.6511,
+ 17.051099999999998
+ ]
+ },
+ {
+ "city": "B\u00e9k\u00e9scsaba",
+ "lat": [
+ 46.4833,
+ 46.883300000000006
+ ],
+ "lon": [
+ 20.883300000000002,
+ 21.2833
+ ]
+ }
+ ],
+ "Bulgaria": [
+ {
+ "city": "Sofia",
+ "lat": [
+ 42.497899999999994,
+ 42.8979
+ ],
+ "lon": [
+ 23.1217,
+ 23.5217
+ ]
+ },
+ {
+ "city": "Varna",
+ "lat": [
+ 43.011399999999995,
+ 43.4114
+ ],
+ "lon": [
+ 27.711100000000002,
+ 28.1111
+ ]
+ },
+ {
+ "city": "Plovdiv",
+ "lat": [
+ 41.9434,
+ 42.3434
+ ],
+ "lon": [
+ 24.551000000000002,
+ 24.951
+ ]
+ },
+ {
+ "city": "Burgas",
+ "lat": [
+ 42.303,
+ 42.703
+ ],
+ "lon": [
+ 27.2702,
+ 27.670199999999998
+ ]
+ },
+ {
+ "city": "Stara Zagora",
+ "lat": [
+ 42.2333,
+ 42.633300000000006
+ ],
+ "lon": [
+ 25.45,
+ 25.849999999999998
+ ]
+ },
+ {
+ "city": "Ruse",
+ "lat": [
+ 43.644499999999994,
+ 44.0445
+ ],
+ "lon": [
+ 25.7539,
+ 26.1539
+ ]
+ },
+ {
+ "city": "Pleven",
+ "lat": [
+ 43.216699999999996,
+ 43.6167
+ ],
+ "lon": [
+ 24.416700000000002,
+ 24.8167
+ ]
+ },
+ {
+ "city": "Sliven",
+ "lat": [
+ 42.4833,
+ 42.883300000000006
+ ],
+ "lon": [
+ 26.133300000000002,
+ 26.5333
+ ]
+ },
+ {
+ "city": "Pernik",
+ "lat": [
+ 42.4,
+ 42.800000000000004
+ ],
+ "lon": [
+ 22.833000000000002,
+ 23.233
+ ]
+ },
+ {
+ "city": "Haskovo",
+ "lat": [
+ 41.733,
+ 42.133
+ ],
+ "lon": [
+ 25.367,
+ 25.767
+ ]
+ },
+ {
+ "city": "Kazanlak",
+ "lat": [
+ 42.416999999999994,
+ 42.817
+ ],
+ "lon": [
+ 25.2,
+ 25.599999999999998
+ ]
+ },
+ {
+ "city": "Dobrich",
+ "lat": [
+ 43.366699999999994,
+ 43.7667
+ ],
+ "lon": [
+ 27.633300000000002,
+ 28.0333
+ ]
+ },
+ {
+ "city": "Yambol",
+ "lat": [
+ 42.2833,
+ 42.6833
+ ],
+ "lon": [
+ 26.3,
+ 26.7
+ ]
+ },
+ {
+ "city": "Shumen",
+ "lat": [
+ 43.0746,
+ 43.4746
+ ],
+ "lon": [
+ 26.7349,
+ 27.1349
+ ]
+ },
+ {
+ "city": "Blagoevgrad",
+ "lat": [
+ 41.8227,
+ 42.2227
+ ],
+ "lon": [
+ 22.8975,
+ 23.2975
+ ]
+ },
+ {
+ "city": "Pazardzhik",
+ "lat": [
+ 41.9935,
+ 42.3935
+ ],
+ "lon": [
+ 24.1328,
+ 24.532799999999998
+ ]
+ },
+ {
+ "city": "Veliko Tarnovo",
+ "lat": [
+ 42.878699999999995,
+ 43.2787
+ ],
+ "lon": [
+ 25.4283,
+ 25.8283
+ ]
+ },
+ {
+ "city": "Asenovgrad",
+ "lat": [
+ 41.8167,
+ 42.2167
+ ],
+ "lon": [
+ 24.666700000000002,
+ 25.0667
+ ]
+ },
+ {
+ "city": "Targovishte",
+ "lat": [
+ 43.05,
+ 43.45
+ ],
+ "lon": [
+ 26.383,
+ 26.782999999999998
+ ]
+ },
+ {
+ "city": "Vratsa",
+ "lat": [
+ 43.0121,
+ 43.4121
+ ],
+ "lon": [
+ 23.3444,
+ 23.7444
+ ]
+ },
+ {
+ "city": "Dimitrovgrad",
+ "lat": [
+ 41.849999999999994,
+ 42.25
+ ],
+ "lon": [
+ 25.400000000000002,
+ 25.8
+ ]
+ },
+ {
+ "city": "Kardzhali",
+ "lat": [
+ 41.449999999999996,
+ 41.85
+ ],
+ "lon": [
+ 25.167,
+ 25.567
+ ]
+ },
+ {
+ "city": "Gabrovo",
+ "lat": [
+ 42.6742,
+ 43.074200000000005
+ ],
+ "lon": [
+ 25.1178,
+ 25.517799999999998
+ ]
+ }
+ ],
+ "Czechia": [
+ {
+ "city": "Prague",
+ "lat": [
+ 49.887499999999996,
+ 50.2875
+ ],
+ "lon": [
+ 14.221400000000001,
+ 14.6214
+ ]
+ },
+ {
+ "city": "Brno",
+ "lat": [
+ 48.9925,
+ 49.392500000000005
+ ],
+ "lon": [
+ 16.4083,
+ 16.8083
+ ]
+ },
+ {
+ "city": "Ostrava",
+ "lat": [
+ 49.6356,
+ 50.0356
+ ],
+ "lon": [
+ 18.0925,
+ 18.4925
+ ]
+ },
+ {
+ "city": "Plze\u0148",
+ "lat": [
+ 49.5475,
+ 49.947500000000005
+ ],
+ "lon": [
+ 13.1775,
+ 13.577499999999999
+ ]
+ },
+ {
+ "city": "Liberec",
+ "lat": [
+ 50.5667,
+ 50.9667
+ ],
+ "lon": [
+ 14.866700000000002,
+ 15.2667
+ ]
+ },
+ {
+ "city": "Olomouc",
+ "lat": [
+ 49.393899999999995,
+ 49.7939
+ ],
+ "lon": [
+ 17.050800000000002,
+ 17.4508
+ ]
+ },
+ {
+ "city": "\u010cesk\u00e9 Bud\u011bjovice",
+ "lat": [
+ 48.774699999999996,
+ 49.1747
+ ],
+ "lon": [
+ 14.274700000000001,
+ 14.6747
+ ]
+ },
+ {
+ "city": "Hradec Kr\u00e1lov\u00e9",
+ "lat": [
+ 50.0092,
+ 50.409200000000006
+ ],
+ "lon": [
+ 15.632200000000001,
+ 16.0322
+ ]
+ },
+ {
+ "city": "Pardubice",
+ "lat": [
+ 49.8386,
+ 50.238600000000005
+ ],
+ "lon": [
+ 15.5792,
+ 15.979199999999999
+ ]
+ },
+ {
+ "city": "\u00dast\u00ed nad Labem",
+ "lat": [
+ 50.458299999999994,
+ 50.8583
+ ],
+ "lon": [
+ 13.841700000000001,
+ 14.2417
+ ]
+ },
+ {
+ "city": "Zl\u00edn",
+ "lat": [
+ 49.0331,
+ 49.4331
+ ],
+ "lon": [
+ 17.4669,
+ 17.866899999999998
+ ]
+ },
+ {
+ "city": "Hav\u00ed\u0159ov",
+ "lat": [
+ 49.583099999999995,
+ 49.9831
+ ],
+ "lon": [
+ 18.2228,
+ 18.622799999999998
+ ]
+ },
+ {
+ "city": "Kladno",
+ "lat": [
+ 49.943099999999994,
+ 50.3431
+ ],
+ "lon": [
+ 13.9053,
+ 14.305299999999999
+ ]
+ },
+ {
+ "city": "Most",
+ "lat": [
+ 50.3031,
+ 50.703100000000006
+ ],
+ "lon": [
+ 13.4367,
+ 13.836699999999999
+ ]
+ },
+ {
+ "city": "Opava",
+ "lat": [
+ 49.738099999999996,
+ 50.1381
+ ],
+ "lon": [
+ 17.7044,
+ 18.1044
+ ]
+ },
+ {
+ "city": "Jihlava",
+ "lat": [
+ 49.2003,
+ 49.600300000000004
+ ],
+ "lon": [
+ 15.390600000000001,
+ 15.7906
+ ]
+ },
+ {
+ "city": "Fr\u00fddek-M\u00edstek",
+ "lat": [
+ 49.4856,
+ 49.885600000000004
+ ],
+ "lon": [
+ 18.1506,
+ 18.5506
+ ]
+ },
+ {
+ "city": "Teplice",
+ "lat": [
+ 50.444399999999995,
+ 50.8444
+ ],
+ "lon": [
+ 13.6319,
+ 14.031899999999998
+ ]
+ }
+ ],
+ "Denmark": [
+ {
+ "city": "Copenhagen",
+ "lat": [
+ 55.4805,
+ 55.880500000000005
+ ],
+ "lon": [
+ 12.361500000000001,
+ 12.7615
+ ]
+ },
+ {
+ "city": "Aarhus",
+ "lat": [
+ 55.9572,
+ 56.357200000000006
+ ],
+ "lon": [
+ 10.0107,
+ 10.410699999999999
+ ]
+ },
+ {
+ "city": "Odense",
+ "lat": [
+ 55.200399999999995,
+ 55.6004
+ ],
+ "lon": [
+ 10.183300000000001,
+ 10.5833
+ ]
+ },
+ {
+ "city": "Aalborg",
+ "lat": [
+ 56.8337,
+ 57.233700000000006
+ ],
+ "lon": [
+ 9.716600000000001,
+ 10.1166
+ ]
+ },
+ {
+ "city": "Esbjerg",
+ "lat": [
+ 55.266999999999996,
+ 55.667
+ ],
+ "lon": [
+ 8.25,
+ 8.649999999999999
+ ]
+ },
+ {
+ "city": "Randers",
+ "lat": [
+ 56.2607,
+ 56.660700000000006
+ ],
+ "lon": [
+ 9.836400000000001,
+ 10.2364
+ ]
+ },
+ {
+ "city": "Horsens",
+ "lat": [
+ 55.665699999999994,
+ 56.0657
+ ],
+ "lon": [
+ 9.6735,
+ 10.0735
+ ]
+ },
+ {
+ "city": "Kolding",
+ "lat": [
+ 55.292899999999996,
+ 55.6929
+ ],
+ "lon": [
+ 9.2681,
+ 9.668099999999999
+ ]
+ },
+ {
+ "city": "Vejle",
+ "lat": [
+ 55.509,
+ 55.909000000000006
+ ],
+ "lon": [
+ 9.335,
+ 9.735
+ ]
+ },
+ {
+ "city": "Roskilde",
+ "lat": [
+ 55.449999999999996,
+ 55.85
+ ],
+ "lon": [
+ 11.8833,
+ 12.283299999999999
+ ]
+ },
+ {
+ "city": "Herning",
+ "lat": [
+ 55.933299999999996,
+ 56.3333
+ ],
+ "lon": [
+ 8.7833,
+ 9.1833
+ ]
+ },
+ {
+ "city": "Silkeborg",
+ "lat": [
+ 55.970099999999995,
+ 56.3701
+ ],
+ "lon": [
+ 9.365200000000002,
+ 9.7652
+ ]
+ }
+ ],
+ "Finland": [
+ {
+ "city": "Helsinki",
+ "lat": [
+ 59.9708,
+ 60.3708
+ ],
+ "lon": [
+ 24.7375,
+ 25.1375
+ ]
+ },
+ {
+ "city": "Tampere",
+ "lat": [
+ 61.2981,
+ 61.698100000000004
+ ],
+ "lon": [
+ 23.560000000000002,
+ 23.96
+ ]
+ },
+ {
+ "city": "Espoo",
+ "lat": [
+ 60.005599999999994,
+ 60.4056
+ ],
+ "lon": [
+ 24.4556,
+ 24.8556
+ ]
+ },
+ {
+ "city": "Vantaa",
+ "lat": [
+ 60.0944,
+ 60.494400000000006
+ ],
+ "lon": [
+ 24.8403,
+ 25.240299999999998
+ ]
+ },
+ {
+ "city": "Oulu",
+ "lat": [
+ 64.8142,
+ 65.2142
+ ],
+ "lon": [
+ 25.271900000000002,
+ 25.6719
+ ]
+ },
+ {
+ "city": "Turku",
+ "lat": [
+ 60.2517,
+ 60.651700000000005
+ ],
+ "lon": [
+ 22.0669,
+ 22.4669
+ ]
+ },
+ {
+ "city": "Jyv\u00e4skyl\u00e4",
+ "lat": [
+ 62.0417,
+ 62.441700000000004
+ ],
+ "lon": [
+ 25.541700000000002,
+ 25.9417
+ ]
+ },
+ {
+ "city": "Kuopio",
+ "lat": [
+ 62.692499999999995,
+ 63.0925
+ ],
+ "lon": [
+ 27.4783,
+ 27.8783
+ ]
+ },
+ {
+ "city": "Lahti",
+ "lat": [
+ 60.7833,
+ 61.1833
+ ],
+ "lon": [
+ 25.45,
+ 25.849999999999998
+ ]
+ },
+ {
+ "city": "Pori",
+ "lat": [
+ 61.2833,
+ 61.6833
+ ],
+ "lon": [
+ 21.6,
+ 22.0
+ ]
+ },
+ {
+ "city": "Kouvola",
+ "lat": [
+ 60.668099999999995,
+ 61.0681
+ ],
+ "lon": [
+ 26.5042,
+ 26.9042
+ ]
+ },
+ {
+ "city": "Joensuu",
+ "lat": [
+ 62.4,
+ 62.800000000000004
+ ],
+ "lon": [
+ 29.55,
+ 29.95
+ ]
+ },
+ {
+ "city": "Lappeenranta",
+ "lat": [
+ 60.866699999999994,
+ 61.2667
+ ],
+ "lon": [
+ 27.9833,
+ 28.3833
+ ]
+ },
+ {
+ "city": "Vaasa",
+ "lat": [
+ 62.9,
+ 63.300000000000004
+ ],
+ "lon": [
+ 21.416700000000002,
+ 21.8167
+ ]
+ },
+ {
+ "city": "H\u00e4meenlinna",
+ "lat": [
+ 60.794399999999996,
+ 61.1944
+ ],
+ "lon": [
+ 24.2667,
+ 24.6667
+ ]
+ },
+ {
+ "city": "Sein\u00e4joki",
+ "lat": [
+ 62.591699999999996,
+ 62.9917
+ ],
+ "lon": [
+ 22.6417,
+ 23.0417
+ ]
+ },
+ {
+ "city": "Rovaniemi",
+ "lat": [
+ 66.3,
+ 66.7
+ ],
+ "lon": [
+ 25.5333,
+ 25.9333
+ ]
+ },
+ {
+ "city": "Mikkeli",
+ "lat": [
+ 61.489,
+ 61.889
+ ],
+ "lon": [
+ 27.072,
+ 27.471999999999998
+ ]
+ },
+ {
+ "city": "Porvoo",
+ "lat": [
+ 60.194399999999995,
+ 60.5944
+ ],
+ "lon": [
+ 25.463900000000002,
+ 25.8639
+ ]
+ },
+ {
+ "city": "Salo",
+ "lat": [
+ 60.186099999999996,
+ 60.5861
+ ],
+ "lon": [
+ 22.925,
+ 23.325
+ ]
+ },
+ {
+ "city": "Kotka",
+ "lat": [
+ 60.2667,
+ 60.666700000000006
+ ],
+ "lon": [
+ 26.7417,
+ 27.1417
+ ]
+ }
+ ],
+ "Belgium": [
+ {
+ "city": "Brussels",
+ "lat": [
+ 50.646699999999996,
+ 51.0467
+ ],
+ "lon": [
+ 4.1525,
+ 4.5525
+ ]
+ },
+ {
+ "city": "Antwerp",
+ "lat": [
+ 51.017799999999994,
+ 51.4178
+ ],
+ "lon": [
+ 4.2002999999999995,
+ 4.6003
+ ]
+ },
+ {
+ "city": "Gent",
+ "lat": [
+ 50.8536,
+ 51.253600000000006
+ ],
+ "lon": [
+ 3.5252999999999997,
+ 3.9253
+ ]
+ },
+ {
+ "city": "Charleroi",
+ "lat": [
+ 50.216699999999996,
+ 50.6167
+ ],
+ "lon": [
+ 4.2442,
+ 4.6442000000000005
+ ]
+ },
+ {
+ "city": "Li\u00e8ge",
+ "lat": [
+ 50.439699999999995,
+ 50.8397
+ ],
+ "lon": [
+ 5.3706,
+ 5.7706
+ ]
+ },
+ {
+ "city": "Schaarbeek",
+ "lat": [
+ 50.6675,
+ 51.0675
+ ],
+ "lon": [
+ 4.1735999999999995,
+ 4.5736
+ ]
+ },
+ {
+ "city": "Anderlecht",
+ "lat": [
+ 50.6333,
+ 51.033300000000004
+ ],
+ "lon": [
+ 4.1333,
+ 4.5333000000000006
+ ]
+ },
+ {
+ "city": "Bruges",
+ "lat": [
+ 51.0089,
+ 51.4089
+ ],
+ "lon": [
+ 3.0242,
+ 3.4242000000000004
+ ]
+ },
+ {
+ "city": "Namur",
+ "lat": [
+ 50.2667,
+ 50.666700000000006
+ ],
+ "lon": [
+ 4.6667,
+ 5.0667
+ ]
+ },
+ {
+ "city": "Moortebeek",
+ "lat": [
+ 50.6547,
+ 51.054700000000004
+ ],
+ "lon": [
+ 4.138599999999999,
+ 4.5386
+ ]
+ },
+ {
+ "city": "Mons",
+ "lat": [
+ 50.2547,
+ 50.654700000000005
+ ],
+ "lon": [
+ 3.7525,
+ 4.1525
+ ]
+ },
+ {
+ "city": "Aalst",
+ "lat": [
+ 50.738299999999995,
+ 51.1383
+ ],
+ "lon": [
+ 3.8392,
+ 4.2392
+ ]
+ },
+ {
+ "city": "Mechelen",
+ "lat": [
+ 50.8281,
+ 51.228100000000005
+ ],
+ "lon": [
+ 4.2802999999999995,
+ 4.6803
+ ]
+ },
+ {
+ "city": "Deurne",
+ "lat": [
+ 51.024699999999996,
+ 51.4247
+ ],
+ "lon": [
+ 4.2625,
+ 4.6625000000000005
+ ]
+ },
+ {
+ "city": "La Louvi\u00e8re",
+ "lat": [
+ 50.2667,
+ 50.666700000000006
+ ],
+ "lon": [
+ 3.9833,
+ 4.3833
+ ]
+ },
+ {
+ "city": "Sint-Niklaas",
+ "lat": [
+ 50.966699999999996,
+ 51.3667
+ ],
+ "lon": [
+ 3.9333,
+ 4.3333
+ ]
+ },
+ {
+ "city": "Kortrijk",
+ "lat": [
+ 50.6275,
+ 51.0275
+ ],
+ "lon": [
+ 3.0658,
+ 3.4658
+ ]
+ },
+ {
+ "city": "Hasselt",
+ "lat": [
+ 50.730399999999996,
+ 51.1304
+ ],
+ "lon": [
+ 5.1383,
+ 5.5383000000000004
+ ]
+ },
+ {
+ "city": "Ostend",
+ "lat": [
+ 51.0258,
+ 51.4258
+ ],
+ "lon": [
+ 2.7194,
+ 3.1194
+ ]
+ },
+ {
+ "city": "Tournai",
+ "lat": [
+ 50.4056,
+ 50.805600000000005
+ ],
+ "lon": [
+ 3.1881,
+ 3.5881000000000003
+ ]
+ },
+ {
+ "city": "Genk",
+ "lat": [
+ 50.765299999999996,
+ 51.1653
+ ],
+ "lon": [
+ 5.3006,
+ 5.7006000000000006
+ ]
+ },
+ {
+ "city": "Roeselare",
+ "lat": [
+ 50.7333,
+ 51.133300000000006
+ ],
+ "lon": [
+ 2.9166999999999996,
+ 3.3167
+ ]
+ },
+ {
+ "city": "Seraing",
+ "lat": [
+ 50.398599999999995,
+ 50.7986
+ ],
+ "lon": [
+ 5.3122,
+ 5.7122
+ ]
+ },
+ {
+ "city": "Laeken",
+ "lat": [
+ 50.6778,
+ 51.0778
+ ],
+ "lon": [
+ 4.1558,
+ 4.5558000000000005
+ ]
+ },
+ {
+ "city": "Mouscron",
+ "lat": [
+ 50.5333,
+ 50.9333
+ ],
+ "lon": [
+ 3.0166999999999997,
+ 3.4167
+ ]
+ },
+ {
+ "city": "Forest",
+ "lat": [
+ 50.613099999999996,
+ 51.0131
+ ],
+ "lon": [
+ 4.1247,
+ 4.5247
+ ]
+ },
+ {
+ "city": "Verviers",
+ "lat": [
+ 50.3835,
+ 50.783500000000004
+ ],
+ "lon": [
+ 5.6640999999999995,
+ 6.0641
+ ]
+ },
+ {
+ "city": "Jette",
+ "lat": [
+ 50.6667,
+ 51.066700000000004
+ ],
+ "lon": [
+ 4.1333,
+ 4.5333000000000006
+ ]
+ },
+ {
+ "city": "Beveren",
+ "lat": [
+ 51.0,
+ 51.400000000000006
+ ],
+ "lon": [
+ 4.05,
+ 4.45
+ ]
+ }
+ ],
+ "Serbia": [
+ {
+ "city": "Belgrade",
+ "lat": [
+ 44.617799999999995,
+ 45.0178
+ ],
+ "lon": [
+ 20.2569,
+ 20.6569
+ ]
+ },
+ {
+ "city": "Novi Sad",
+ "lat": [
+ 45.054199999999994,
+ 45.4542
+ ],
+ "lon": [
+ 19.642500000000002,
+ 20.0425
+ ]
+ },
+ {
+ "city": "Ni\u0161",
+ "lat": [
+ 43.1192,
+ 43.519200000000005
+ ],
+ "lon": [
+ 21.6961,
+ 22.0961
+ ]
+ },
+ {
+ "city": "Zemun",
+ "lat": [
+ 44.65,
+ 45.050000000000004
+ ],
+ "lon": [
+ 20.2,
+ 20.599999999999998
+ ]
+ },
+ {
+ "city": "Kragujevac",
+ "lat": [
+ 43.8142,
+ 44.214200000000005
+ ],
+ "lon": [
+ 20.7394,
+ 21.1394
+ ]
+ },
+ {
+ "city": "\u0160abac",
+ "lat": [
+ 44.5558,
+ 44.9558
+ ],
+ "lon": [
+ 19.4939,
+ 19.8939
+ ]
+ },
+ {
+ "city": "Smederevo",
+ "lat": [
+ 44.4633,
+ 44.8633
+ ],
+ "lon": [
+ 20.7289,
+ 21.128899999999998
+ ]
+ },
+ {
+ "city": "Valjevo",
+ "lat": [
+ 44.0708,
+ 44.470800000000004
+ ],
+ "lon": [
+ 19.686600000000002,
+ 20.0866
+ ]
+ },
+ {
+ "city": "Loznica",
+ "lat": [
+ 44.333299999999994,
+ 44.7333
+ ],
+ "lon": [
+ 19.0258,
+ 19.4258
+ ]
+ },
+ {
+ "city": "Pan\u010devo",
+ "lat": [
+ 44.673899999999996,
+ 45.0739
+ ],
+ "lon": [
+ 20.451900000000002,
+ 20.8519
+ ]
+ },
+ {
+ "city": "Sremska Mitrovica",
+ "lat": [
+ 44.766099999999994,
+ 45.1661
+ ],
+ "lon": [
+ 19.410600000000002,
+ 19.8106
+ ]
+ },
+ {
+ "city": "Stara Pazova",
+ "lat": [
+ 44.7833,
+ 45.1833
+ ],
+ "lon": [
+ 19.9667,
+ 20.366699999999998
+ ]
+ },
+ {
+ "city": "\u010ca\u010dak",
+ "lat": [
+ 43.691399999999994,
+ 44.0914
+ ],
+ "lon": [
+ 20.1497,
+ 20.549699999999998
+ ]
+ },
+ {
+ "city": "Po\u017earevac",
+ "lat": [
+ 44.419999999999995,
+ 44.82
+ ],
+ "lon": [
+ 20.9897,
+ 21.389699999999998
+ ]
+ },
+ {
+ "city": "Zrenjanin",
+ "lat": [
+ 45.183299999999996,
+ 45.5833
+ ],
+ "lon": [
+ 20.1894,
+ 20.589399999999998
+ ]
+ },
+ {
+ "city": "Kraljevo",
+ "lat": [
+ 43.523399999999995,
+ 43.9234
+ ],
+ "lon": [
+ 20.487000000000002,
+ 20.887
+ ]
+ },
+ {
+ "city": "Novi Pazar",
+ "lat": [
+ 42.949999999999996,
+ 43.35
+ ],
+ "lon": [
+ 20.3167,
+ 20.7167
+ ]
+ },
+ {
+ "city": "U\u017eice",
+ "lat": [
+ 43.65,
+ 44.050000000000004
+ ],
+ "lon": [
+ 19.650000000000002,
+ 20.05
+ ]
+ },
+ {
+ "city": "Kru\u0161evac",
+ "lat": [
+ 43.3833,
+ 43.783300000000004
+ ],
+ "lon": [
+ 21.1267,
+ 21.526699999999998
+ ]
+ },
+ {
+ "city": "Lazarevac",
+ "lat": [
+ 44.1828,
+ 44.582800000000006
+ ],
+ "lon": [
+ 20.0583,
+ 20.458299999999998
+ ]
+ },
+ {
+ "city": "Vranje",
+ "lat": [
+ 42.3542,
+ 42.754200000000004
+ ],
+ "lon": [
+ 21.697200000000002,
+ 22.0972
+ ]
+ },
+ {
+ "city": "Ruma",
+ "lat": [
+ 44.8031,
+ 45.203100000000006
+ ],
+ "lon": [
+ 19.6289,
+ 20.0289
+ ]
+ },
+ {
+ "city": "Para\u0107in",
+ "lat": [
+ 43.6667,
+ 44.066700000000004
+ ],
+ "lon": [
+ 21.2167,
+ 21.616699999999998
+ ]
+ },
+ {
+ "city": "Sombor",
+ "lat": [
+ 45.583299999999994,
+ 45.9833
+ ],
+ "lon": [
+ 18.916700000000002,
+ 19.3167
+ ]
+ }
+ ],
+ "Sweden": [
+ {
+ "city": "Stockholm",
+ "lat": [
+ 59.1275,
+ 59.5275
+ ],
+ "lon": [
+ 17.8547,
+ 18.2547
+ ]
+ },
+ {
+ "city": "Gothenburg",
+ "lat": [
+ 57.5075,
+ 57.907500000000006
+ ],
+ "lon": [
+ 11.7675,
+ 12.167499999999999
+ ]
+ },
+ {
+ "city": "Malm\u00f6",
+ "lat": [
+ 55.3833,
+ 55.783300000000004
+ ],
+ "lon": [
+ 12.833300000000001,
+ 13.2333
+ ]
+ },
+ {
+ "city": "Uppsala",
+ "lat": [
+ 59.6498,
+ 60.049800000000005
+ ],
+ "lon": [
+ 17.4389,
+ 17.8389
+ ]
+ },
+ {
+ "city": "Norrk\u00f6ping",
+ "lat": [
+ 58.3919,
+ 58.791900000000005
+ ],
+ "lon": [
+ 15.985600000000002,
+ 16.3856
+ ]
+ },
+ {
+ "city": "Uppsala",
+ "lat": [
+ 59.6601,
+ 60.060100000000006
+ ],
+ "lon": [
+ 17.44,
+ 17.84
+ ]
+ },
+ {
+ "city": "V\u00e4ster\u00e5s",
+ "lat": [
+ 59.4173,
+ 59.8173
+ ],
+ "lon": [
+ 16.342200000000002,
+ 16.7422
+ ]
+ },
+ {
+ "city": "\u00d6rebro",
+ "lat": [
+ 59.0669,
+ 59.4669
+ ],
+ "lon": [
+ 14.996500000000001,
+ 15.3965
+ ]
+ },
+ {
+ "city": "Link\u00f6ping",
+ "lat": [
+ 58.209399999999995,
+ 58.6094
+ ],
+ "lon": [
+ 15.4257,
+ 15.8257
+ ]
+ },
+ {
+ "city": "Helsingborg",
+ "lat": [
+ 55.8424,
+ 56.2424
+ ],
+ "lon": [
+ 12.521,
+ 12.921
+ ]
+ },
+ {
+ "city": "Bor\u00e5s",
+ "lat": [
+ 57.5304,
+ 57.930400000000006
+ ],
+ "lon": [
+ 12.72,
+ 13.12
+ ]
+ },
+ {
+ "city": "J\u00f6nk\u00f6ping",
+ "lat": [
+ 57.571299999999994,
+ 57.9713
+ ],
+ "lon": [
+ 13.965,
+ 14.364999999999998
+ ]
+ },
+ {
+ "city": "Sundsvall",
+ "lat": [
+ 62.2001,
+ 62.600100000000005
+ ],
+ "lon": [
+ 17.1167,
+ 17.5167
+ ]
+ },
+ {
+ "city": "Ume\u00e5",
+ "lat": [
+ 63.628499999999995,
+ 64.0285
+ ],
+ "lon": [
+ 20.070600000000002,
+ 20.4706
+ ]
+ },
+ {
+ "city": "G\u00e4vle",
+ "lat": [
+ 60.474799999999995,
+ 60.8748
+ ],
+ "lon": [
+ 16.9444,
+ 17.3444
+ ]
+ },
+ {
+ "city": "Skellefte\u00e5",
+ "lat": [
+ 64.45,
+ 64.85000000000001
+ ],
+ "lon": [
+ 20.650000000000002,
+ 21.05
+ ]
+ },
+ {
+ "city": "S\u00f6dert\u00e4lje",
+ "lat": [
+ 58.9978,
+ 59.397800000000004
+ ],
+ "lon": [
+ 17.4272,
+ 17.827199999999998
+ ]
+ },
+ {
+ "city": "Halmstad",
+ "lat": [
+ 56.471799999999995,
+ 56.8718
+ ],
+ "lon": [
+ 12.655600000000002,
+ 13.0556
+ ]
+ },
+ {
+ "city": "Eskilstuna",
+ "lat": [
+ 59.1674,
+ 59.567400000000006
+ ],
+ "lon": [
+ 16.316,
+ 16.715999999999998
+ ]
+ },
+ {
+ "city": "Karlskrona",
+ "lat": [
+ 55.961099999999995,
+ 56.3611
+ ],
+ "lon": [
+ 15.388100000000001,
+ 15.7881
+ ]
+ },
+ {
+ "city": "V\u00e4xj\u00f6",
+ "lat": [
+ 56.683699999999995,
+ 57.0837
+ ],
+ "lon": [
+ 14.616700000000002,
+ 15.0167
+ ]
+ },
+ {
+ "city": "Karlstad",
+ "lat": [
+ 59.1671,
+ 59.5671
+ ],
+ "lon": [
+ 13.299900000000001,
+ 13.6999
+ ]
+ },
+ {
+ "city": "T\u00e4by",
+ "lat": [
+ 59.3,
+ 59.7
+ ],
+ "lon": [
+ 17.85,
+ 18.25
+ ]
+ },
+ {
+ "city": "Trollh\u00e4ttan",
+ "lat": [
+ 58.067099999999996,
+ 58.4671
+ ],
+ "lon": [
+ 12.100000000000001,
+ 12.5
+ ]
+ }
+ ],
+ "Croatia": [
+ {
+ "city": "Zagreb",
+ "lat": [
+ 45.613099999999996,
+ 46.0131
+ ],
+ "lon": [
+ 15.7772,
+ 16.1772
+ ]
+ },
+ {
+ "city": "Split",
+ "lat": [
+ 43.309999999999995,
+ 43.71
+ ],
+ "lon": [
+ 16.240000000000002,
+ 16.64
+ ]
+ },
+ {
+ "city": "Rijeka",
+ "lat": [
+ 45.1333,
+ 45.533300000000004
+ ],
+ "lon": [
+ 14.2333,
+ 14.633299999999998
+ ]
+ },
+ {
+ "city": "Osijek",
+ "lat": [
+ 45.360299999999995,
+ 45.7603
+ ],
+ "lon": [
+ 18.4703,
+ 18.8703
+ ]
+ },
+ {
+ "city": "Sesvete",
+ "lat": [
+ 45.631099999999996,
+ 46.0311
+ ],
+ "lon": [
+ 15.9164,
+ 16.316399999999998
+ ]
+ },
+ {
+ "city": "Zadar",
+ "lat": [
+ 43.916999999999994,
+ 44.317
+ ],
+ "lon": [
+ 15.0355,
+ 15.4355
+ ]
+ },
+ {
+ "city": "Velika Gorica",
+ "lat": [
+ 45.5,
+ 45.900000000000006
+ ],
+ "lon": [
+ 15.866700000000002,
+ 16.2667
+ ]
+ },
+ {
+ "city": "Pula",
+ "lat": [
+ 44.6703,
+ 45.0703
+ ],
+ "lon": [
+ 13.6456,
+ 14.045599999999999
+ ]
+ }
+ ],
+ "Norway": [
+ {
+ "city": "Oslo",
+ "lat": [
+ 59.7133,
+ 60.1133
+ ],
+ "lon": [
+ 10.5389,
+ 10.938899999999999
+ ]
+ },
+ {
+ "city": "Bergen",
+ "lat": [
+ 60.192499999999995,
+ 60.5925
+ ],
+ "lon": [
+ 5.1232999999999995,
+ 5.5233
+ ]
+ },
+ {
+ "city": "Trondheim",
+ "lat": [
+ 63.239999999999995,
+ 63.64
+ ],
+ "lon": [
+ 10.200000000000001,
+ 10.6
+ ]
+ },
+ {
+ "city": "Stavanger",
+ "lat": [
+ 58.769999999999996,
+ 59.17
+ ],
+ "lon": [
+ 5.5314,
+ 5.9314
+ ]
+ },
+ {
+ "city": "Sandvika",
+ "lat": [
+ 59.69,
+ 60.09
+ ],
+ "lon": [
+ 10.326400000000001,
+ 10.7264
+ ]
+ },
+ {
+ "city": "Drammen",
+ "lat": [
+ 59.543899999999994,
+ 59.9439
+ ],
+ "lon": [
+ 10.0045,
+ 10.404499999999999
+ ]
+ },
+ {
+ "city": "Sandefjord",
+ "lat": [
+ 58.928799999999995,
+ 59.3288
+ ],
+ "lon": [
+ 10.0197,
+ 10.419699999999999
+ ]
+ },
+ {
+ "city": "Kristiansand",
+ "lat": [
+ 57.9467,
+ 58.346700000000006
+ ],
+ "lon": [
+ 7.795599999999999,
+ 8.195599999999999
+ ]
+ },
+ {
+ "city": "Fredrikstad",
+ "lat": [
+ 59.0181,
+ 59.4181
+ ],
+ "lon": [
+ 10.729800000000001,
+ 11.1298
+ ]
+ },
+ {
+ "city": "Nordre F\u00e5le",
+ "lat": [
+ 59.55,
+ 59.95
+ ],
+ "lon": [
+ 10.6667,
+ 11.066699999999999
+ ]
+ },
+ {
+ "city": "Asker",
+ "lat": [
+ 59.6331,
+ 60.033100000000005
+ ],
+ "lon": [
+ 10.2392,
+ 10.639199999999999
+ ]
+ },
+ {
+ "city": "Sandnes",
+ "lat": [
+ 58.65,
+ 59.050000000000004
+ ],
+ "lon": [
+ 5.5333,
+ 5.9333
+ ]
+ },
+ {
+ "city": "T\u00f8nsberg",
+ "lat": [
+ 59.098099999999995,
+ 59.4981
+ ],
+ "lon": [
+ 10.223600000000001,
+ 10.6236
+ ]
+ },
+ {
+ "city": "Sarpsborg",
+ "lat": [
+ 59.0839,
+ 59.483900000000006
+ ],
+ "lon": [
+ 10.909600000000001,
+ 11.3096
+ ]
+ },
+ {
+ "city": "\u00c5lesund",
+ "lat": [
+ 62.272299999999994,
+ 62.6723
+ ],
+ "lon": [
+ 5.954899999999999,
+ 6.3549
+ ]
+ },
+ {
+ "city": "Skien",
+ "lat": [
+ 59.0096,
+ 59.409600000000005
+ ],
+ "lon": [
+ 9.409,
+ 9.809
+ ]
+ }
+ ],
+ "Moldova": [
+ {
+ "city": "Chisinau",
+ "lat": [
+ 46.822799999999994,
+ 47.2228
+ ],
+ "lon": [
+ 28.6353,
+ 29.0353
+ ]
+ },
+ {
+ "city": "Tiraspol",
+ "lat": [
+ 46.65,
+ 47.050000000000004
+ ],
+ "lon": [
+ 29.4333,
+ 29.833299999999998
+ ]
+ },
+ {
+ "city": "B\u0103l\u0163i",
+ "lat": [
+ 47.5667,
+ 47.9667
+ ],
+ "lon": [
+ 27.7167,
+ 28.116699999999998
+ ]
+ },
+ {
+ "city": "Bender",
+ "lat": [
+ 46.6333,
+ 47.033300000000004
+ ],
+ "lon": [
+ 29.2833,
+ 29.6833
+ ]
+ },
+ {
+ "city": "R\u00eebni\u0163a",
+ "lat": [
+ 47.566399999999994,
+ 47.9664
+ ],
+ "lon": [
+ 28.8006,
+ 29.200599999999998
+ ]
+ }
+ ],
+ "Estonia": [
+ {
+ "city": "Tallinn",
+ "lat": [
+ 59.237199999999994,
+ 59.6372
+ ],
+ "lon": [
+ 24.5453,
+ 24.9453
+ ]
+ },
+ {
+ "city": "Tartu",
+ "lat": [
+ 58.18,
+ 58.580000000000005
+ ],
+ "lon": [
+ 26.5225,
+ 26.9225
+ ]
+ },
+ {
+ "city": "Narva",
+ "lat": [
+ 59.175799999999995,
+ 59.5758
+ ],
+ "lon": [
+ 27.996100000000002,
+ 28.3961
+ ]
+ }
+ ],
+ "Latvia": [
+ {
+ "city": "Riga",
+ "lat": [
+ 56.747499999999995,
+ 57.1475
+ ],
+ "lon": [
+ 23.9069,
+ 24.3069
+ ]
+ },
+ {
+ "city": "Daugavpils",
+ "lat": [
+ 55.6714,
+ 56.071400000000004
+ ],
+ "lon": [
+ 26.316100000000002,
+ 26.7161
+ ]
+ },
+ {
+ "city": "Liep\u0101ja",
+ "lat": [
+ 56.308299999999996,
+ 56.7083
+ ],
+ "lon": [
+ 20.8111,
+ 21.2111
+ ]
+ },
+ {
+ "city": "Jelgava",
+ "lat": [
+ 56.4522,
+ 56.8522
+ ],
+ "lon": [
+ 23.5244,
+ 23.9244
+ ]
+ },
+ {
+ "city": "J\u016brmala",
+ "lat": [
+ 56.7665,
+ 57.166500000000006
+ ],
+ "lon": [
+ 23.522100000000002,
+ 23.9221
+ ]
+ }
+ ],
+ "Ireland": [
+ {
+ "city": "Dublin",
+ "lat": [
+ 53.149699999999996,
+ 53.5497
+ ],
+ "lon": [
+ -6.4603,
+ -6.0603
+ ]
+ },
+ {
+ "city": "Finglas",
+ "lat": [
+ 53.1892,
+ 53.589200000000005
+ ],
+ "lon": [
+ -6.4969,
+ -6.0969
+ ]
+ },
+ {
+ "city": "Cork",
+ "lat": [
+ 51.699999999999996,
+ 52.1
+ ],
+ "lon": [
+ -8.6731,
+ -8.273100000000001
+ ]
+ },
+ {
+ "city": "Galway",
+ "lat": [
+ 53.0729,
+ 53.4729
+ ],
+ "lon": [
+ -9.2418,
+ -8.841800000000001
+ ]
+ },
+ {
+ "city": "Tallaght",
+ "lat": [
+ 53.087799999999994,
+ 53.4878
+ ],
+ "lon": [
+ -6.5411,
+ -6.1411
+ ]
+ },
+ {
+ "city": "Limerick",
+ "lat": [
+ 52.4653,
+ 52.865300000000005
+ ],
+ "lon": [
+ -8.823799999999999,
+ -8.4238
+ ]
+ },
+ {
+ "city": "Lucan",
+ "lat": [
+ 53.1592,
+ 53.559200000000004
+ ],
+ "lon": [
+ -6.6389000000000005,
+ -6.2389
+ ]
+ }
+ ],
+ "Lithuania": [
+ {
+ "city": "Vilnius",
+ "lat": [
+ 54.487199999999994,
+ 54.8872
+ ],
+ "lon": [
+ 25.080000000000002,
+ 25.48
+ ]
+ },
+ {
+ "city": "Kaunas",
+ "lat": [
+ 54.699999999999996,
+ 55.1
+ ],
+ "lon": [
+ 23.7333,
+ 24.1333
+ ]
+ },
+ {
+ "city": "Klaip\u0117da",
+ "lat": [
+ 55.512499999999996,
+ 55.9125
+ ],
+ "lon": [
+ 20.935000000000002,
+ 21.335
+ ]
+ },
+ {
+ "city": "\u0160iauliai",
+ "lat": [
+ 55.7281,
+ 56.1281
+ ],
+ "lon": [
+ 23.1167,
+ 23.5167
+ ]
+ },
+ {
+ "city": "Panev\u0117\u017eys",
+ "lat": [
+ 55.525,
+ 55.925000000000004
+ ],
+ "lon": [
+ 24.1639,
+ 24.5639
+ ]
+ },
+ {
+ "city": "Alytus",
+ "lat": [
+ 54.199999999999996,
+ 54.6
+ ],
+ "lon": [
+ 23.85,
+ 24.25
+ ]
+ }
+ ],
+ "Portugal": [
+ {
+ "city": "Lisbon",
+ "lat": [
+ 38.5122,
+ 38.912200000000006
+ ],
+ "lon": [
+ -9.334,
+ -8.934000000000001
+ ]
+ },
+ {
+ "city": "Aves",
+ "lat": [
+ 41.1703,
+ 41.5703
+ ],
+ "lon": [
+ -8.6101,
+ -8.2101
+ ]
+ },
+ {
+ "city": "Sintra",
+ "lat": [
+ 38.5974,
+ 38.997400000000006
+ ],
+ "lon": [
+ -9.590399999999999,
+ -9.1904
+ ]
+ },
+ {
+ "city": "Vila Nova de Gaia",
+ "lat": [
+ 40.933299999999996,
+ 41.3333
+ ],
+ "lon": [
+ -8.816699999999999,
+ -8.4167
+ ]
+ },
+ {
+ "city": "Porto",
+ "lat": [
+ 40.9495,
+ 41.349500000000006
+ ],
+ "lon": [
+ -8.810799999999999,
+ -8.4108
+ ]
+ },
+ {
+ "city": "Cascais",
+ "lat": [
+ 38.4972,
+ 38.897200000000005
+ ],
+ "lon": [
+ -9.621699999999999,
+ -9.2217
+ ]
+ },
+ {
+ "city": "Loures",
+ "lat": [
+ 38.6309,
+ 39.0309
+ ],
+ "lon": [
+ -9.3684,
+ -8.9684
+ ]
+ },
+ {
+ "city": "Seixal",
+ "lat": [
+ 38.4428,
+ 38.842800000000004
+ ],
+ "lon": [
+ -9.306099999999999,
+ -8.9061
+ ]
+ },
+ {
+ "city": "Braga",
+ "lat": [
+ 41.3503,
+ 41.7503
+ ],
+ "lon": [
+ -8.62,
+ -8.22
+ ]
+ },
+ {
+ "city": "Almada",
+ "lat": [
+ 38.4803,
+ 38.880300000000005
+ ],
+ "lon": [
+ -9.3583,
+ -8.958300000000001
+ ]
+ },
+ {
+ "city": "Matosinhos",
+ "lat": [
+ 40.9867,
+ 41.386700000000005
+ ],
+ "lon": [
+ -8.8844,
+ -8.4844
+ ]
+ },
+ {
+ "city": "Oeiras",
+ "lat": [
+ 38.497,
+ 38.897000000000006
+ ],
+ "lon": [
+ -9.5017,
+ -9.101700000000001
+ ]
+ },
+ {
+ "city": "Amadora",
+ "lat": [
+ 38.55,
+ 38.95
+ ],
+ "lon": [
+ -9.4333,
+ -9.0333
+ ]
+ },
+ {
+ "city": "Gondomar",
+ "lat": [
+ 40.949999999999996,
+ 41.35
+ ],
+ "lon": [
+ -8.7333,
+ -8.333300000000001
+ ]
+ },
+ {
+ "city": "Guimar\u00e3es",
+ "lat": [
+ 41.245,
+ 41.645
+ ],
+ "lon": [
+ -8.4908,
+ -8.090800000000002
+ ]
+ },
+ {
+ "city": "Odivelas",
+ "lat": [
+ 38.599999999999994,
+ 39.0
+ ],
+ "lon": [
+ -9.383299999999998,
+ -8.9833
+ ]
+ },
+ {
+ "city": "Coimbra",
+ "lat": [
+ 40.0111,
+ 40.411100000000005
+ ],
+ "lon": [
+ -8.6289,
+ -8.228900000000001
+ ]
+ },
+ {
+ "city": "Vila Franca de Xira",
+ "lat": [
+ 38.75,
+ 39.150000000000006
+ ],
+ "lon": [
+ -9.1833,
+ -8.7833
+ ]
+ },
+ {
+ "city": "Maia",
+ "lat": [
+ 41.0333,
+ 41.4333
+ ],
+ "lon": [
+ -8.816699999999999,
+ -8.4167
+ ]
+ },
+ {
+ "city": "Famalic\u00e3o",
+ "lat": [
+ 41.2144,
+ 41.6144
+ ],
+ "lon": [
+ -8.722199999999999,
+ -8.3222
+ ]
+ },
+ {
+ "city": "Leiria",
+ "lat": [
+ 39.543099999999995,
+ 39.9431
+ ],
+ "lon": [
+ -9.0069,
+ -8.606900000000001
+ ]
+ },
+ {
+ "city": "Barcelos",
+ "lat": [
+ 41.333299999999994,
+ 41.7333
+ ],
+ "lon": [
+ -8.816699999999999,
+ -8.4167
+ ]
+ },
+ {
+ "city": "Funchal",
+ "lat": [
+ 32.449999999999996,
+ 32.85
+ ],
+ "lon": [
+ -17.116699999999998,
+ -16.7167
+ ]
+ },
+ {
+ "city": "Viseu",
+ "lat": [
+ 40.457499999999996,
+ 40.8575
+ ],
+ "lon": [
+ -8.1139,
+ -7.7139
+ ]
+ },
+ {
+ "city": "Valongo",
+ "lat": [
+ 40.9833,
+ 41.383300000000006
+ ],
+ "lon": [
+ -8.7,
+ -8.3
+ ]
+ },
+ {
+ "city": "Viana do Castelo",
+ "lat": [
+ 41.5,
+ 41.900000000000006
+ ],
+ "lon": [
+ -9.033299999999999,
+ -8.6333
+ ]
+ },
+ {
+ "city": "Paredes",
+ "lat": [
+ 41.0,
+ 41.400000000000006
+ ],
+ "lon": [
+ -8.533299999999999,
+ -8.1333
+ ]
+ },
+ {
+ "city": "Vila do Conde",
+ "lat": [
+ 41.15,
+ 41.550000000000004
+ ],
+ "lon": [
+ -8.95,
+ -8.55
+ ]
+ },
+ {
+ "city": "Torres Vedras",
+ "lat": [
+ 38.8833,
+ 39.283300000000004
+ ],
+ "lon": [
+ -9.4667,
+ -9.0667
+ ]
+ },
+ {
+ "city": "Aveiro",
+ "lat": [
+ 40.4389,
+ 40.8389
+ ],
+ "lon": [
+ -8.8553,
+ -8.455300000000001
+ ]
+ },
+ {
+ "city": "Barreiro",
+ "lat": [
+ 38.4631,
+ 38.8631
+ ],
+ "lon": [
+ -9.272499999999999,
+ -8.8725
+ ]
+ },
+ {
+ "city": "Queluz",
+ "lat": [
+ 38.556599999999996,
+ 38.9566
+ ],
+ "lon": [
+ -9.4545,
+ -9.0545
+ ]
+ },
+ {
+ "city": "Mafra",
+ "lat": [
+ 38.7333,
+ 39.133300000000006
+ ],
+ "lon": [
+ -9.533299999999999,
+ -9.1333
+ ]
+ },
+ {
+ "city": "Penafiel",
+ "lat": [
+ 41.0,
+ 41.400000000000006
+ ],
+ "lon": [
+ -8.4833,
+ -8.083300000000001
+ ]
+ },
+ {
+ "city": "Santo Tirso",
+ "lat": [
+ 41.1425,
+ 41.542500000000004
+ ],
+ "lon": [
+ -8.677499999999998,
+ -8.2775
+ ]
+ },
+ {
+ "city": "Loul\u00e9",
+ "lat": [
+ 36.943999999999996,
+ 37.344
+ ],
+ "lon": [
+ -8.2235,
+ -7.8235
+ ]
+ },
+ {
+ "city": "Ponta Delgada",
+ "lat": [
+ 37.54,
+ 37.940000000000005
+ ],
+ "lon": [
+ -25.87,
+ -25.470000000000002
+ ]
+ },
+ {
+ "city": "Moita",
+ "lat": [
+ 38.449999999999996,
+ 38.85
+ ],
+ "lon": [
+ -9.1833,
+ -8.7833
+ ]
+ },
+ {
+ "city": "Faro",
+ "lat": [
+ 36.8161,
+ 37.216100000000004
+ ],
+ "lon": [
+ -8.135,
+ -7.734999999999999
+ ]
+ },
+ {
+ "city": "P\u00f3voa de Varzim",
+ "lat": [
+ 41.1828,
+ 41.582800000000006
+ ],
+ "lon": [
+ -8.9628,
+ -8.562800000000001
+ ]
+ },
+ {
+ "city": "Palmela",
+ "lat": [
+ 38.3675,
+ 38.767500000000005
+ ],
+ "lon": [
+ -9.0991,
+ -8.699100000000001
+ ]
+ },
+ {
+ "city": "Santar\u00e9m",
+ "lat": [
+ 39.0333,
+ 39.4333
+ ],
+ "lon": [
+ -8.883299999999998,
+ -8.4833
+ ]
+ },
+ {
+ "city": "Figueira da Foz",
+ "lat": [
+ 39.950799999999994,
+ 40.3508
+ ],
+ "lon": [
+ -9.0618,
+ -8.661800000000001
+ ]
+ },
+ {
+ "city": "Portim\u00e3o",
+ "lat": [
+ 36.933299999999996,
+ 37.3333
+ ],
+ "lon": [
+ -8.7333,
+ -8.333300000000001
+ ]
+ },
+ {
+ "city": "Felgueiras",
+ "lat": [
+ 41.1667,
+ 41.566700000000004
+ ],
+ "lon": [
+ -8.399999999999999,
+ -7.999999999999999
+ ]
+ },
+ {
+ "city": "Pa\u00e7os de Ferreira",
+ "lat": [
+ 41.083299999999994,
+ 41.4833
+ ],
+ "lon": [
+ -8.5833,
+ -8.183300000000001
+ ]
+ },
+ {
+ "city": "Amarante",
+ "lat": [
+ 41.072799999999994,
+ 41.4728
+ ],
+ "lon": [
+ -8.282499999999999,
+ -7.882499999999999
+ ]
+ },
+ {
+ "city": "Castelo Branco",
+ "lat": [
+ 39.6228,
+ 40.022800000000004
+ ],
+ "lon": [
+ -7.6931,
+ -7.2931
+ ]
+ },
+ {
+ "city": "Ovar",
+ "lat": [
+ 40.659699999999994,
+ 41.0597
+ ],
+ "lon": [
+ -8.825299999999999,
+ -8.4253
+ ]
+ },
+ {
+ "city": "Pombal",
+ "lat": [
+ 39.7161,
+ 40.1161
+ ],
+ "lon": [
+ -8.8281,
+ -8.4281
+ ]
+ },
+ {
+ "city": "Alcoba\u00e7a",
+ "lat": [
+ 39.352199999999996,
+ 39.7522
+ ],
+ "lon": [
+ -9.177499999999998,
+ -8.7775
+ ]
+ },
+ {
+ "city": "\u00c9vora",
+ "lat": [
+ 38.366699999999994,
+ 38.7667
+ ],
+ "lon": [
+ -8.1,
+ -7.7
+ ]
+ },
+ {
+ "city": "Marco de Canavezes",
+ "lat": [
+ 40.9833,
+ 41.383300000000006
+ ],
+ "lon": [
+ -8.35,
+ -7.95
+ ]
+ },
+ {
+ "city": "Vila Real",
+ "lat": [
+ 41.095299999999995,
+ 41.4953
+ ],
+ "lon": [
+ -7.9461,
+ -7.5461
+ ]
+ },
+ {
+ "city": "Covilh\u00e3",
+ "lat": [
+ 40.083299999999994,
+ 40.4833
+ ],
+ "lon": [
+ -7.7,
+ -7.3
+ ]
+ },
+ {
+ "city": "Caldas da Rainha",
+ "lat": [
+ 39.2069,
+ 39.6069
+ ],
+ "lon": [
+ -9.3363,
+ -8.936300000000001
+ ]
+ },
+ {
+ "city": "Montijo",
+ "lat": [
+ 38.5049,
+ 38.904900000000005
+ ],
+ "lon": [
+ -9.175699999999999,
+ -8.7757
+ ]
+ },
+ {
+ "city": "Rio Tinto",
+ "lat": [
+ 40.9833,
+ 41.383300000000006
+ ],
+ "lon": [
+ -8.7667,
+ -8.366700000000002
+ ]
+ },
+ {
+ "city": "Fafe",
+ "lat": [
+ 41.25,
+ 41.650000000000006
+ ],
+ "lon": [
+ -8.3667,
+ -7.9667
+ ]
+ }
+ ],
+ "Malta": [
+ {
+ "city": "Valletta",
+ "lat": [
+ 35.698299999999996,
+ 36.0983
+ ],
+ "lon": [
+ 14.3125,
+ 14.712499999999999
+ ]
+ },
+ {
+ "city": "Qormi",
+ "lat": [
+ 35.679399999999994,
+ 36.0794
+ ],
+ "lon": [
+ 14.272200000000002,
+ 14.6722
+ ]
+ }
+ ],
+ "Slovakia": [
+ {
+ "city": "Bratislava",
+ "lat": [
+ 47.9447,
+ 48.3447
+ ],
+ "lon": [
+ 16.9128,
+ 17.3128
+ ]
+ },
+ {
+ "city": "Ko\u0161ice",
+ "lat": [
+ 48.5167,
+ 48.916700000000006
+ ],
+ "lon": [
+ 21.05,
+ 21.45
+ ]
+ },
+ {
+ "city": "Petr\u017ealka",
+ "lat": [
+ 47.933299999999996,
+ 48.3333
+ ],
+ "lon": [
+ 16.916700000000002,
+ 17.3167
+ ]
+ },
+ {
+ "city": "Pre\u0161ov",
+ "lat": [
+ 48.8,
+ 49.2
+ ],
+ "lon": [
+ 21.0333,
+ 21.4333
+ ]
+ },
+ {
+ "city": "\u017dilina",
+ "lat": [
+ 49.0167,
+ 49.416700000000006
+ ],
+ "lon": [
+ 18.5333,
+ 18.9333
+ ]
+ },
+ {
+ "city": "Nitra",
+ "lat": [
+ 48.1147,
+ 48.514700000000005
+ ],
+ "lon": [
+ 17.8875,
+ 18.287499999999998
+ ]
+ },
+ {
+ "city": "Bansk\u00e1 Bystrica",
+ "lat": [
+ 48.5353,
+ 48.935300000000005
+ ],
+ "lon": [
+ 18.9453,
+ 19.345299999999998
+ ]
+ },
+ {
+ "city": "Trnava",
+ "lat": [
+ 48.177699999999994,
+ 48.5777
+ ],
+ "lon": [
+ 17.386200000000002,
+ 17.7862
+ ]
+ },
+ {
+ "city": "Tren\u010d\u00edn",
+ "lat": [
+ 48.6919,
+ 49.0919
+ ],
+ "lon": [
+ 17.8367,
+ 18.2367
+ ]
+ },
+ {
+ "city": "Martin",
+ "lat": [
+ 48.8636,
+ 49.263600000000004
+ ],
+ "lon": [
+ 18.7214,
+ 19.121399999999998
+ ]
+ }
+ ],
+ "Switzerland": [
+ {
+ "city": "Z\u00fcrich",
+ "lat": [
+ 47.1744,
+ 47.574400000000004
+ ],
+ "lon": [
+ 8.3411,
+ 8.7411
+ ]
+ },
+ {
+ "city": "Geneva",
+ "lat": [
+ 46.0017,
+ 46.401700000000005
+ ],
+ "lon": [
+ 5.946899999999999,
+ 6.3469
+ ]
+ },
+ {
+ "city": "Basel",
+ "lat": [
+ 47.3606,
+ 47.760600000000004
+ ],
+ "lon": [
+ 7.3906,
+ 7.7906
+ ]
+ },
+ {
+ "city": "Lausanne",
+ "lat": [
+ 46.32,
+ 46.720000000000006
+ ],
+ "lon": [
+ 6.4333,
+ 6.8333
+ ]
+ },
+ {
+ "city": "Bern",
+ "lat": [
+ 46.748,
+ 47.148
+ ],
+ "lon": [
+ 7.2474,
+ 7.6474
+ ]
+ },
+ {
+ "city": "Winterthur",
+ "lat": [
+ 47.2992,
+ 47.699200000000005
+ ],
+ "lon": [
+ 8.5267,
+ 8.926699999999999
+ ]
+ },
+ {
+ "city": "Lucerne",
+ "lat": [
+ 46.8523,
+ 47.252300000000005
+ ],
+ "lon": [
+ 8.1059,
+ 8.505899999999999
+ ]
+ },
+ {
+ "city": "Sankt Gallen",
+ "lat": [
+ 47.223299999999995,
+ 47.6233
+ ],
+ "lon": [
+ 9.177200000000001,
+ 9.5772
+ ]
+ },
+ {
+ "city": "Lugano",
+ "lat": [
+ 45.8103,
+ 46.210300000000004
+ ],
+ "lon": [
+ 8.762500000000001,
+ 9.1625
+ ]
+ },
+ {
+ "city": "Biel/Bienne",
+ "lat": [
+ 46.9372,
+ 47.3372
+ ],
+ "lon": [
+ 7.0472,
+ 7.4472000000000005
+ ]
+ }
+ ],
+ "North Macedonia": [
+ {
+ "city": "Skopje",
+ "lat": [
+ 41.796099999999996,
+ 42.1961
+ ],
+ "lon": [
+ 21.2317,
+ 21.6317
+ ]
+ },
+ {
+ "city": "Kumanovo",
+ "lat": [
+ 41.932199999999995,
+ 42.3322
+ ],
+ "lon": [
+ 21.514400000000002,
+ 21.9144
+ ]
+ },
+ {
+ "city": "Bitola",
+ "lat": [
+ 40.8319,
+ 41.2319
+ ],
+ "lon": [
+ 21.134700000000002,
+ 21.5347
+ ]
+ },
+ {
+ "city": "Prilep",
+ "lat": [
+ 41.1464,
+ 41.546400000000006
+ ],
+ "lon": [
+ 21.354200000000002,
+ 21.7542
+ ]
+ },
+ {
+ "city": "Tetovo",
+ "lat": [
+ 41.8103,
+ 42.210300000000004
+ ],
+ "lon": [
+ 20.7714,
+ 21.1714
+ ]
+ }
+ ],
+ "Albania": [
+ {
+ "city": "Tirana",
+ "lat": [
+ 41.127199999999995,
+ 41.5272
+ ],
+ "lon": [
+ 19.6186,
+ 20.0186
+ ]
+ },
+ {
+ "city": "Durr\u00ebs",
+ "lat": [
+ 41.113299999999995,
+ 41.5133
+ ],
+ "lon": [
+ 19.2458,
+ 19.645799999999998
+ ]
+ },
+ {
+ "city": "Vlor\u00eb",
+ "lat": [
+ 40.25,
+ 40.650000000000006
+ ],
+ "lon": [
+ 19.2833,
+ 19.6833
+ ]
+ },
+ {
+ "city": "Kam\u00ebz",
+ "lat": [
+ 41.183299999999996,
+ 41.5833
+ ],
+ "lon": [
+ 19.5667,
+ 19.9667
+ ]
+ },
+ {
+ "city": "Elbasan",
+ "lat": [
+ 40.9111,
+ 41.3111
+ ],
+ "lon": [
+ 19.8806,
+ 20.2806
+ ]
+ },
+ {
+ "city": "Shkod\u00ebr",
+ "lat": [
+ 41.8681,
+ 42.268100000000004
+ ],
+ "lon": [
+ 19.3119,
+ 19.7119
+ ]
+ },
+ {
+ "city": "Fier",
+ "lat": [
+ 40.5167,
+ 40.916700000000006
+ ],
+ "lon": [
+ 19.35,
+ 19.75
+ ]
+ },
+ {
+ "city": "Kor\u00e7\u00eb",
+ "lat": [
+ 40.4167,
+ 40.816700000000004
+ ],
+ "lon": [
+ 20.5667,
+ 20.9667
+ ]
+ }
+ ],
+ "Slovenia": [
+ {
+ "city": "Ljubljana",
+ "lat": [
+ 45.8514,
+ 46.251400000000004
+ ],
+ "lon": [
+ 14.3061,
+ 14.7061
+ ]
+ },
+ {
+ "city": "Maribor",
+ "lat": [
+ 46.349999999999994,
+ 46.75
+ ],
+ "lon": [
+ 15.433300000000001,
+ 15.8333
+ ]
+ }
+ ],
+ "Bosnia and Herzegovina": [
+ {
+ "city": "Sarajevo",
+ "lat": [
+ 43.6564,
+ 44.056400000000004
+ ],
+ "lon": [
+ 18.2131,
+ 18.6131
+ ]
+ },
+ {
+ "city": "Banja Luka",
+ "lat": [
+ 44.5725,
+ 44.972500000000004
+ ],
+ "lon": [
+ 16.9925,
+ 17.3925
+ ]
+ },
+ {
+ "city": "Bijeljina",
+ "lat": [
+ 44.5567,
+ 44.956700000000005
+ ],
+ "lon": [
+ 19.0156,
+ 19.415599999999998
+ ]
+ },
+ {
+ "city": "Tuzla",
+ "lat": [
+ 44.3384,
+ 44.738400000000006
+ ],
+ "lon": [
+ 18.467100000000002,
+ 18.8671
+ ]
+ },
+ {
+ "city": "Mostar",
+ "lat": [
+ 43.1436,
+ 43.543600000000005
+ ],
+ "lon": [
+ 17.6075,
+ 18.0075
+ ]
+ },
+ {
+ "city": "Prijedor",
+ "lat": [
+ 44.7808,
+ 45.180800000000005
+ ],
+ "lon": [
+ 16.5133,
+ 16.9133
+ ]
+ },
+ {
+ "city": "Zenica",
+ "lat": [
+ 44.0017,
+ 44.401700000000005
+ ],
+ "lon": [
+ 17.7039,
+ 18.1039
+ ]
+ },
+ {
+ "city": "Doboj",
+ "lat": [
+ 44.5333,
+ 44.9333
+ ],
+ "lon": [
+ 17.9333,
+ 18.333299999999998
+ ]
+ },
+ {
+ "city": "Ilid\u017ea",
+ "lat": [
+ 43.6331,
+ 44.033100000000005
+ ],
+ "lon": [
+ 18.1039,
+ 18.503899999999998
+ ]
+ },
+ {
+ "city": "Cazin",
+ "lat": [
+ 44.7667,
+ 45.166700000000006
+ ],
+ "lon": [
+ 15.7333,
+ 16.1333
+ ]
+ },
+ {
+ "city": "Zvornik",
+ "lat": [
+ 44.183299999999996,
+ 44.5833
+ ],
+ "lon": [
+ 18.900000000000002,
+ 19.3
+ ]
+ },
+ {
+ "city": "\u017divinice",
+ "lat": [
+ 44.2493,
+ 44.649300000000004
+ ],
+ "lon": [
+ 18.4498,
+ 18.8498
+ ]
+ },
+ {
+ "city": "Biha\u0107",
+ "lat": [
+ 44.6147,
+ 45.014700000000005
+ ],
+ "lon": [
+ 15.6692,
+ 16.0692
+ ]
+ },
+ {
+ "city": "Travnik",
+ "lat": [
+ 44.026399999999995,
+ 44.4264
+ ],
+ "lon": [
+ 17.4597,
+ 17.8597
+ ]
+ }
+ ],
+ "Montenegro": [
+ {
+ "city": "Podgorica",
+ "lat": [
+ 42.2414,
+ 42.641400000000004
+ ],
+ "lon": [
+ 19.0628,
+ 19.462799999999998
+ ]
+ }
+ ],
+ "Iceland": [
+ {
+ "city": "Reykjav\u00edk",
+ "lat": [
+ 63.94579999999999,
+ 64.3458
+ ],
+ "lon": [
+ -22.1425,
+ -21.7425
+ ]
+ }
+ ],
+ "Luxembourg": [
+ {
+ "city": "Luxembourg",
+ "lat": [
+ 49.411699999999996,
+ 49.8117
+ ],
+ "lon": [
+ 5.9319,
+ 6.3319
+ ]
+ }
+ ]
+ },
+ "Oceania": {
+ "Australia": [
+ {
+ "city": "Melbourne",
+ "lat": [
+ -38.0142,
+ -37.6142
+ ],
+ "lon": [
+ 144.7631,
+ 145.1631
+ ]
+ },
+ {
+ "city": "Sydney",
+ "lat": [
+ -34.066700000000004,
+ -33.6667
+ ],
+ "lon": [
+ 151.0,
+ 151.39999999999998
+ ]
+ },
+ {
+ "city": "Brisbane",
+ "lat": [
+ -27.6678,
+ -27.2678
+ ],
+ "lon": [
+ 152.8281,
+ 153.22809999999998
+ ]
+ },
+ {
+ "city": "Perth",
+ "lat": [
+ -32.1558,
+ -31.7558
+ ],
+ "lon": [
+ 115.6597,
+ 116.0597
+ ]
+ },
+ {
+ "city": "Adelaide",
+ "lat": [
+ -35.127500000000005,
+ -34.7275
+ ],
+ "lon": [
+ 138.4,
+ 138.79999999999998
+ ]
+ },
+ {
+ "city": "Gold Coast",
+ "lat": [
+ -28.2167,
+ -27.8167
+ ],
+ "lon": [
+ 153.20000000000002,
+ 153.6
+ ]
+ },
+ {
+ "city": "Cranbourne",
+ "lat": [
+ -38.299600000000005,
+ -37.8996
+ ],
+ "lon": [
+ 145.0834,
+ 145.4834
+ ]
+ },
+ {
+ "city": "Canberra",
+ "lat": [
+ -35.493100000000005,
+ -35.0931
+ ],
+ "lon": [
+ 148.92690000000002,
+ 149.3269
+ ]
+ },
+ {
+ "city": "Central Coast",
+ "lat": [
+ -33.5,
+ -33.099999999999994
+ ],
+ "lon": [
+ 151.0,
+ 151.39999999999998
+ ]
+ },
+ {
+ "city": "Wollongong",
+ "lat": [
+ -34.633100000000006,
+ -34.2331
+ ],
+ "lon": [
+ 150.68310000000002,
+ 151.0831
+ ]
+ },
+ {
+ "city": "Ipswich",
+ "lat": [
+ -27.8144,
+ -27.4144
+ ],
+ "lon": [
+ 152.5608,
+ 152.96079999999998
+ ]
+ },
+ {
+ "city": "Hobart",
+ "lat": [
+ -43.080600000000004,
+ -42.6806
+ ],
+ "lon": [
+ 147.125,
+ 147.52499999999998
+ ]
+ },
+ {
+ "city": "Geelong",
+ "lat": [
+ -38.35,
+ -37.949999999999996
+ ],
+ "lon": [
+ 144.15,
+ 144.54999999999998
+ ]
+ },
+ {
+ "city": "Townsville",
+ "lat": [
+ -19.45,
+ -19.05
+ ],
+ "lon": [
+ 146.6167,
+ 147.0167
+ ]
+ },
+ {
+ "city": "Newcastle",
+ "lat": [
+ -33.1306,
+ -32.730599999999995
+ ],
+ "lon": [
+ 151.5542,
+ 151.9542
+ ]
+ },
+ {
+ "city": "Cairns",
+ "lat": [
+ -17.12,
+ -16.720000000000002
+ ],
+ "lon": [
+ 145.58,
+ 145.98
+ ]
+ },
+ {
+ "city": "Darwin",
+ "lat": [
+ -12.6381,
+ -12.238100000000001
+ ],
+ "lon": [
+ 130.64110000000002,
+ 131.0411
+ ]
+ },
+ {
+ "city": "Ballarat",
+ "lat": [
+ -37.7608,
+ -37.3608
+ ],
+ "lon": [
+ 143.6475,
+ 144.04749999999999
+ ]
+ },
+ {
+ "city": "Toowoomba",
+ "lat": [
+ -27.7667,
+ -27.3667
+ ],
+ "lon": [
+ 151.75,
+ 152.14999999999998
+ ]
+ },
+ {
+ "city": "Bendigo",
+ "lat": [
+ -36.95,
+ -36.55
+ ],
+ "lon": [
+ 144.0667,
+ 144.46669999999997
+ ]
+ },
+ {
+ "city": "Mandurah",
+ "lat": [
+ -32.7289,
+ -32.3289
+ ],
+ "lon": [
+ 115.5231,
+ 115.9231
+ ]
+ },
+ {
+ "city": "Launceston",
+ "lat": [
+ -41.6419,
+ -41.241899999999994
+ ],
+ "lon": [
+ 146.94500000000002,
+ 147.345
+ ]
+ },
+ {
+ "city": "Melton",
+ "lat": [
+ -37.883300000000006,
+ -37.4833
+ ],
+ "lon": [
+ 144.38330000000002,
+ 144.7833
+ ]
+ },
+ {
+ "city": "Mackay",
+ "lat": [
+ -21.3411,
+ -20.941100000000002
+ ],
+ "lon": [
+ 148.9858,
+ 149.3858
+ ]
+ },
+ {
+ "city": "Bunbury",
+ "lat": [
+ -33.5272,
+ -33.127199999999995
+ ],
+ "lon": [
+ 115.4369,
+ 115.8369
+ ]
+ },
+ {
+ "city": "Bundaberg",
+ "lat": [
+ -25.0661,
+ -24.6661
+ ],
+ "lon": [
+ 152.1494,
+ 152.5494
+ ]
+ },
+ {
+ "city": "Maroochydore",
+ "lat": [
+ -26.8553,
+ -26.4553
+ ],
+ "lon": [
+ 152.8932,
+ 153.29319999999998
+ ]
+ },
+ {
+ "city": "Rockhampton",
+ "lat": [
+ -23.5781,
+ -23.1781
+ ],
+ "lon": [
+ 150.3136,
+ 150.71359999999999
+ ]
+ },
+ {
+ "city": "Buderim",
+ "lat": [
+ -26.8847,
+ -26.4847
+ ],
+ "lon": [
+ 152.85320000000002,
+ 153.2532
+ ]
+ },
+ {
+ "city": "Hervey Bay",
+ "lat": [
+ -25.49,
+ -25.09
+ ],
+ "lon": [
+ 152.64000000000001,
+ 153.04
+ ]
+ }
+ ],
+ "New Zealand": [
+ {
+ "city": "Auckland",
+ "lat": [
+ -37.049200000000006,
+ -36.6492
+ ],
+ "lon": [
+ 174.5653,
+ 174.96529999999998
+ ]
+ },
+ {
+ "city": "Christchurch",
+ "lat": [
+ -43.731100000000005,
+ -43.3311
+ ],
+ "lon": [
+ 172.4361,
+ 172.8361
+ ]
+ },
+ {
+ "city": "Wellington",
+ "lat": [
+ -41.4889,
+ -41.088899999999995
+ ],
+ "lon": [
+ 174.5772,
+ 174.97719999999998
+ ]
+ },
+ {
+ "city": "Northcote",
+ "lat": [
+ -37.001900000000006,
+ -36.6019
+ ],
+ "lon": [
+ 174.54940000000002,
+ 174.9494
+ ]
+ },
+ {
+ "city": "Hamilton",
+ "lat": [
+ -37.9833,
+ -37.583299999999994
+ ],
+ "lon": [
+ 175.0833,
+ 175.48329999999999
+ ]
+ },
+ {
+ "city": "Tauranga",
+ "lat": [
+ -37.8858,
+ -37.4858
+ ],
+ "lon": [
+ 175.9667,
+ 176.36669999999998
+ ]
+ },
+ {
+ "city": "Lower Hutt",
+ "lat": [
+ -41.416700000000006,
+ -41.0167
+ ],
+ "lon": [
+ 174.7167,
+ 175.11669999999998
+ ]
+ },
+ {
+ "city": "Palmerston North",
+ "lat": [
+ -40.5549,
+ -40.1549
+ ],
+ "lon": [
+ 175.4095,
+ 175.80949999999999
+ ]
+ },
+ {
+ "city": "Napier",
+ "lat": [
+ -39.6903,
+ -39.290299999999995
+ ],
+ "lon": [
+ 176.7178,
+ 177.1178
+ ]
+ },
+ {
+ "city": "New Plymouth",
+ "lat": [
+ -39.2578,
+ -38.8578
+ ],
+ "lon": [
+ 173.8742,
+ 174.27419999999998
+ ]
+ },
+ {
+ "city": "Porirua",
+ "lat": [
+ -41.3333,
+ -40.933299999999996
+ ],
+ "lon": [
+ 174.65,
+ 175.04999999999998
+ ]
+ },
+ {
+ "city": "Rotorua",
+ "lat": [
+ -38.3378,
+ -37.937799999999996
+ ],
+ "lon": [
+ 176.0514,
+ 176.45139999999998
+ ]
+ },
+ {
+ "city": "Whangarei",
+ "lat": [
+ -35.925000000000004,
+ -35.525
+ ],
+ "lon": [
+ 174.1236,
+ 174.5236
+ ]
+ }
+ ],
+ "Papua New Guinea": [
+ {
+ "city": "Port Moresby",
+ "lat": [
+ -9.678899999999999,
+ -9.2789
+ ],
+ "lon": [
+ 146.94940000000003,
+ 147.3494
+ ]
+ },
+ {
+ "city": "Lae",
+ "lat": [
+ -6.9303,
+ -6.5302999999999995
+ ],
+ "lon": [
+ 146.8008,
+ 147.2008
+ ]
+ },
+ {
+ "city": "Popondetta",
+ "lat": [
+ -8.965599999999998,
+ -8.5656
+ ],
+ "lon": [
+ 148.03470000000002,
+ 148.4347
+ ]
+ },
+ {
+ "city": "Mendi",
+ "lat": [
+ -6.3478,
+ -5.9478
+ ],
+ "lon": [
+ 143.4572,
+ 143.85719999999998
+ ]
+ }
+ ],
+ "Fiji": [
+ {
+ "city": "Suva",
+ "lat": [
+ -18.333299999999998,
+ -17.9333
+ ],
+ "lon": [
+ 178.2333,
+ 178.6333
+ ]
+ },
+ {
+ "city": "Nadi",
+ "lat": [
+ -18.0,
+ -17.6
+ ],
+ "lon": [
+ 177.2167,
+ 177.61669999999998
+ ]
+ },
+ {
+ "city": "Nausori",
+ "lat": [
+ -18.2244,
+ -17.8244
+ ],
+ "lon": [
+ 178.3454,
+ 178.7454
+ ]
+ },
+ {
+ "city": "Lautoka",
+ "lat": [
+ -17.824199999999998,
+ -17.4242
+ ],
+ "lon": [
+ 177.2528,
+ 177.65279999999998
+ ]
+ }
+ ],
+ "Solomon Islands": [
+ {
+ "city": "Honiara",
+ "lat": [
+ -9.633299999999998,
+ -9.2333
+ ],
+ "lon": [
+ 159.75,
+ 160.14999999999998
+ ]
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/modules/neural_grain/net.py b/custom_nodes/ComfyUI_INSTARAW/modules/neural_grain/net.py
new file mode 100644
index 0000000000000000000000000000000000000000..6a0870658cc5a2eb0c6c21d529331849bbdf0a9f
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/modules/neural_grain/net.py
@@ -0,0 +1,193 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+#%%
+import torch
+import torch.nn as nn
+
+#%%
+
+class ResidualBlock(nn.Module):
+ def __init__(self, channel, k_size = (3,3)):
+ super().__init__()
+ self.block = nn.Sequential(nn.Conv2d(channel,channel,kernel_size = k_size, stride=1, padding='same', padding_mode='reflect'),
+ nn.LeakyReLU(),
+ nn.InstanceNorm2d(channel),
+ nn.Conv2d(channel,channel,kernel_size = k_size, stride=1, padding='same', padding_mode='reflect'),
+ )
+ self.relu_out = nn.LeakyReLU()
+ def forward(self,x):
+ return self.relu_out(self.block(x) + x)
+
+class MyNorm(nn.Module):
+ """
+ Custom Adaptive Instance Normalization layer
+ """
+ def __init__(self, channel_size, insize = 1):
+ super().__init__()
+ self.insize = insize
+ self.channel_size = channel_size
+ self.std_weight = nn.Linear(insize, self.channel_size)
+ self.mean_weight = nn.Linear(insize, self.channel_size)
+
+ def forward(self, x, grain_type):
+
+ std = self.std_weight(grain_type)
+ mean = self.mean_weight(grain_type)
+
+ x = x * std.view(*std.shape,1,1).repeat(1,1,*x.shape[-2:])
+ x = x + mean.view(*mean.shape,1,1).repeat(1,1,*x.shape[-2:])
+ return x
+
+class GrainNet(nn.Module):
+ def __init__(self, activation = 'tanh', block_nb = 2):
+ """
+ Network which adds grain to a given image.
+
+ Parameters
+ ----------
+ activation : bool, optional
+ Tells if we put a sigmoid at the end of the network. The default is True.
+
+ Returns
+ -------
+ None.
+
+ """
+ super(GrainNet, self).__init__()
+
+ if not block_nb in [1,2,3]:
+ raise ValueError('block_nb must be 1,2 or 3')
+ self.block_nb = block_nb
+
+ self.entry_conv = nn.Sequential(nn.Conv2d(2,16,kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'),
+ nn.LeakyReLU())
+
+ self.block1 = nn.Sequential(ResidualBlock(16),
+ nn.InstanceNorm2d(16))
+ self.mn1 = MyNorm(16)
+
+ if self.block_nb == 3:
+
+ self.augment = nn.Sequential(nn.Conv2d(16,32,kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'),
+ nn.LeakyReLU())
+
+ self.block2 = nn.Sequential(ResidualBlock(32),
+ nn.InstanceNorm2d(32))
+ self.mn2 = MyNorm(32)
+
+ self.reduce = nn.Sequential(nn.Conv2d(32,16,kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'),
+ nn.LeakyReLU())
+
+ if self.block_nb > 1:
+
+ self.block3 = nn.Sequential(ResidualBlock(16),
+ nn.InstanceNorm2d(16))
+ self.mn3 = MyNorm(16)
+
+ self.out_conv = nn.Sequential(nn.Conv2d(16,1,kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'))
+
+
+ self.activation = activation
+ self.tanh = nn.Tanh()
+ self.sigmoid = nn.Sigmoid()
+
+ def forward(self, img, grain_radius, seed=None):
+ if not (seed is None):
+ torch.manual_seed(seed)
+
+ noise = torch.randn(img.shape)
+ if self.entry_conv[0].weight.is_cuda:
+ noise = noise.cuda()
+
+ x = torch.cat((noise,img), dim=1)
+
+ x0 = self.entry_conv(x)
+
+ x1 = self.block1(x0)
+ x1 = self.mn1(x1, grain_radius)
+
+ if self.block_nb == 3:
+ x2 = self.augment(x1)
+
+ x3 = self.block2(x2)
+ x3 = self.mn2(x3, grain_radius)
+
+ x4 = self.reduce(x3)
+
+ x5 = self.block3(x4 + x1)
+ x5 = self.mn3(x5, grain_radius)
+ x6 = self.out_conv(x5 + x0)
+
+ if self.block_nb == 2:
+ x5 = self.block3(x1)
+ x5 = self.mn3(x5, grain_radius)
+ x6 = self.out_conv(x5 + x0)
+
+ if self.block_nb == 1:
+ x6 = self.out_conv(x1)
+
+ if self.activation == 'tanh':
+ x6 = self.tanh(x6)
+ x6 = torch.clamp((0.5*x6 + 0.5), 0, 1) #Normalise images
+ elif self.activation == 'sigmoid':
+ x6 = self.sigmoid(x6)
+ return x6
+
+class Classifier(nn.Module):
+ def __init__(self, nb_channels = 1, latent_size = 1, activation = 'sigmoid'):
+ """
+ Classifier architecture
+
+ Parameters
+ ----------
+ size: int
+ Input size (we assume image is square), it defines how many pooling and conv layers we add to the network.
+
+ nb_channels: int
+ Indicates how many channels has the input
+
+ latent_size: int
+ Indicates how many dimensions has the output
+
+ Returns
+ -------
+ None.
+
+ """
+ super(Classifier, self).__init__()
+
+ self.latent_size = latent_size
+ self.nb_channels = nb_channels
+
+ self.layers = nn.Sequential(
+ nn.Conv2d(self.nb_channels, 16, kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'),
+ nn.SiLU(),
+ nn.Conv2d(16, 16, kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'),
+ nn.SiLU(),
+ nn.Conv2d(16, 16, kernel_size = (3,3), stride=1, padding='same', padding_mode='reflect'),
+ nn.SiLU(),
+ nn.AdaptiveAvgPool2d((16,16)))
+
+ self.dense1 = nn.Linear(4096,512)
+ self.dense2 = nn.Linear(512,latent_size)
+
+ self.activation = activation
+ if not self.activation is None:
+ self.acti = nn.Sigmoid()
+
+ def to(self, device):
+ for i in range(len(self.layers)):
+ self.layers[i].to(device)
+ (self.dense1).to(device)
+ (self.dense2).to(device)
+
+ def forward(self, x):
+ x = self.layers(x)
+ z = self.dense1(x.flatten(start_dim=1))
+ z = self.dense2(z)
+ if not self.activation is None:
+ z = self.acti(z)
+ return z
+
+
+# %%
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/__init__.py b/custom_nodes/ComfyUI_INSTARAW/nodes/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..785de9930cdb994f3f5f934063bbef80fd9f16f7
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/__init__.py
@@ -0,0 +1,62 @@
+# ---
+# Filename: ../ComfyUI_INSTARAW/nodes/__init__.py
+# ---
+
+"""
+ComfyUI INSTARAW Nodes
+A collection of custom nodes by Instara
+"""
+
+from .api_nodes import (
+ NODE_CLASS_MAPPINGS as API_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as API_NODE_DISPLAY_MAPPINGS,
+)
+from .utility_nodes import (
+ NODE_CLASS_MAPPINGS as UTILITY_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as UTILITY_NODE_DISPLAY_MAPPINGS,
+)
+from .logic_nodes import (
+ NODE_CLASS_MAPPINGS as LOGIC_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as LOGIC_NODE_DISPLAY_MAPPINGS,
+)
+from .interactive_nodes import (
+ NODE_CLASS_MAPPINGS as INTERACTIVE_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as INTERACTIVE_NODE_DISPLAY_MAPPINGS,
+)
+from .nsfw_nodes import (
+ NODE_CLASS_MAPPINGS as NSFW_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as NSFW_NODE_DISPLAY_MAPPINGS,
+)
+# This now correctly points to the new folder
+from .output_nodes import (
+ NODE_CLASS_MAPPINGS as OUTPUT_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as OUTPUT_NODE_DISPLAY_MAPPINGS,
+)
+from .input_nodes import (
+ NODE_CLASS_MAPPINGS as INPUT_NODE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as INPUT_NODE_DISPLAY_MAPPINGS,
+)
+
+
+# Combine all node mappings from different categories
+NODE_CLASS_MAPPINGS = {
+ **API_NODE_MAPPINGS,
+ **UTILITY_NODE_MAPPINGS,
+ **LOGIC_NODE_MAPPINGS,
+ **INTERACTIVE_NODE_MAPPINGS,
+ **NSFW_NODE_MAPPINGS,
+ **OUTPUT_NODE_MAPPINGS,
+ **INPUT_NODE_MAPPINGS,
+}
+
+NODE_DISPLAY_NAME_MAPPINGS = {
+ **API_NODE_DISPLAY_MAPPINGS,
+ **UTILITY_NODE_DISPLAY_MAPPINGS,
+ **LOGIC_NODE_DISPLAY_MAPPINGS,
+ **INTERACTIVE_NODE_DISPLAY_MAPPINGS,
+ **NSFW_NODE_DISPLAY_MAPPINGS,
+ **OUTPUT_NODE_DISPLAY_MAPPINGS,
+ **INPUT_NODE_DISPLAY_MAPPINGS,
+}
+
+__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/__init__.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..21783fa6a41180d55c659f36a5633666b47e8253
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/__init__.py
@@ -0,0 +1,64 @@
+"""
+INSTARAW API Nodes
+External API integrations for ComfyUI
+"""
+
+from .generative_api_nodes import (
+ NODE_CLASS_MAPPINGS as GENERATIVE_API_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as GENERATIVE_API_DISPLAY_MAPPINGS,
+)
+from .ideogram import (
+ NODE_CLASS_MAPPINGS as IDEOGRAM_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as IDEOGRAM_DISPLAY_MAPPINGS,
+)
+from .gemini_native import (
+ NODE_CLASS_MAPPINGS as GEMINI_NATIVE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as GEMINI_NATIVE_DISPLAY_MAPPINGS,
+)
+from .grok_native import (
+ NODE_CLASS_MAPPINGS as GROK_NATIVE_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as GROK_NATIVE_DISPLAY_MAPPINGS,
+)
+from .flux_kontext import (
+ NODE_CLASS_MAPPINGS as FLUX_KONTEXT_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as FLUX_KONTEXT_DISPLAY_MAPPINGS,
+)
+from .flux_fill import (
+ NODE_CLASS_MAPPINGS as FLUX_FILL_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as FLUX_FILL_DISPLAY_MAPPINGS,
+)
+from .nano_banana_pro_multi import (
+ NODE_CLASS_MAPPINGS as NANO_BANANA_PRO_MULTI_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as NANO_BANANA_PRO_MULTI_DISPLAY_MAPPINGS,
+)
+from .parallel_batch_generator import (
+ NODE_CLASS_MAPPINGS as PARALLEL_BATCH_MAPPINGS,
+ NODE_DISPLAY_NAME_MAPPINGS as PARALLEL_BATCH_DISPLAY_MAPPINGS,
+)
+from . import creative_api
+
+
+# Combine all API node mappings
+NODE_CLASS_MAPPINGS = {
+ **GENERATIVE_API_MAPPINGS,
+ **IDEOGRAM_MAPPINGS,
+ **GEMINI_NATIVE_MAPPINGS,
+ **GROK_NATIVE_MAPPINGS,
+ **FLUX_KONTEXT_MAPPINGS,
+ **FLUX_FILL_MAPPINGS,
+ **NANO_BANANA_PRO_MULTI_MAPPINGS,
+ **PARALLEL_BATCH_MAPPINGS,
+}
+
+NODE_DISPLAY_NAME_MAPPINGS = {
+ **GENERATIVE_API_DISPLAY_MAPPINGS,
+ **IDEOGRAM_DISPLAY_MAPPINGS,
+ **GEMINI_NATIVE_DISPLAY_MAPPINGS,
+ **GROK_NATIVE_DISPLAY_MAPPINGS,
+ **FLUX_KONTEXT_DISPLAY_MAPPINGS,
+ **FLUX_FILL_DISPLAY_MAPPINGS,
+ **NANO_BANANA_PRO_MULTI_DISPLAY_MAPPINGS,
+ **PARALLEL_BATCH_DISPLAY_MAPPINGS,
+}
+
+__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/creative_api.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/creative_api.py
new file mode 100644
index 0000000000000000000000000000000000000000..2187454a88a1cdd09d3f3503a9351c7a91b9b717
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/creative_api.py
@@ -0,0 +1,1081 @@
+# ---
+# Filename: ../combined_test_codex/ComfyUI_INSTARAW/nodes/api_nodes/creative_api.py
+# ---
+
+# ---
+# Filename: ../ComfyUI_INSTARAW/creative_api.py
+# Creative Prompt Generation API - Gemini & Grok Integration
+# ---
+
+"""
+Backend API endpoint for creative prompt generation using Gemini and Grok APIs.
+Supports both inspiration-based generation and character-consistent generation.
+"""
+
+import os
+import json
+import hashlib
+import aiohttp
+from aiohttp import web
+from server import PromptServer
+
+CORS_HEADERS = {
+ "Access-Control-Allow-Origin": "*",
+ "Access-Control-Allow-Methods": "POST, OPTIONS",
+ "Access-Control-Allow-Headers": "Content-Type",
+}
+
+
+# === Gemini Integration ===
+async def generate_with_gemini(system_prompt, user_prompt, model="gemini-2.5-pro", api_key=None, temperature=0.9, top_p=0.9, images=None):
+ """
+ Generate creative prompts using Google Gemini API.
+ Returns a list of {positive, negative, tags} dictionaries.
+ Uses the NEW Google Genai SDK pattern (matching gemini_native.py).
+
+ Args:
+ images: List of base64-encoded image strings (for vision/img2img mode)
+ """
+ try:
+ from google import genai
+ from google.genai import types
+ import base64
+ except ImportError:
+ raise ImportError("The 'google-genai' library is required. Run: pip install -U google-genai")
+
+ # Use provided API key or fall back to environment variable
+ if not api_key or api_key.strip() == "":
+ api_key = os.environ.get("GEMINI_API_KEY")
+ if not api_key or api_key.strip() == "":
+ raise ValueError("Gemini API Key is missing. Provide it in the node or set GEMINI_API_KEY env var.")
+
+ try:
+ # NEW SDK pattern: use Client (matching gemini_native.py)
+ client = genai.Client(api_key=api_key)
+
+ # Build parts list (text + optional images)
+ parts = [types.Part.from_text(text=f"{system_prompt}\n\n{user_prompt}")]
+
+ # Add images if provided
+ if images and len(images) > 0:
+ for img_base64 in images:
+ try:
+ # Decode base64 to bytes
+ image_bytes = base64.b64decode(img_base64)
+ parts.append(types.Part.from_bytes(data=image_bytes, mime_type='image/png'))
+ print(f"[RPG Creative API] Added image to Gemini vision request (base64 length: {len(img_base64)})")
+ except Exception as img_error:
+ print(f"[RPG Creative API] Failed to decode image: {img_error}")
+
+ contents = [types.Content(role="user", parts=parts)]
+
+ # Safety settings
+ safety_settings = [
+ types.SafetySetting(category=cat, threshold="BLOCK_NONE")
+ for cat in ["HARM_CATEGORY_HATE_SPEECH", "HARM_CATEGORY_DANGEROUS_CONTENT",
+ "HARM_CATEGORY_HARASSMENT", "HARM_CATEGORY_SEXUALLY_EXPLICIT"]
+ ]
+
+ # Generation config (matching gemini_native.py pattern)
+ config = types.GenerateContentConfig(
+ temperature=temperature,
+ top_p=top_p,
+ candidate_count=1,
+ safety_settings=safety_settings,
+ response_mime_type="application/json"
+ )
+
+ # Call API (synchronous call, but wrapped in async function)
+ response = client.models.generate_content(
+ model=f"models/{model}",
+ contents=contents,
+ config=config
+ )
+
+ if not response.candidates:
+ raise Exception("Gemini returned no candidates (likely blocked by safety filters)")
+
+ # Parse JSON response
+ result_text = response.text
+ return parse_prompt_json(result_text)
+
+ except Exception as e:
+ print(f"[RPG Creative API] Gemini error: {e}")
+ raise
+
+
+# === Grok Integration ===
+async def generate_with_grok(system_prompt, user_prompt, model="grok-4", api_key=None, temperature=0.9, top_p=0.9, images=None):
+ """
+ Generate creative prompts using xAI Grok API.
+ Returns a list of {positive, negative, tags} dictionaries.
+
+ Args:
+ images: List of base64-encoded image strings (for vision/img2img mode)
+ """
+ # Use provided API key or fall back to environment variable
+ if not api_key or api_key.strip() == "":
+ api_key = os.environ.get("XAI_API_KEY")
+ if not api_key or api_key.strip() == "":
+ raise ValueError("Grok API Key is missing. Provide it in the node or set XAI_API_KEY env var.")
+
+ try:
+ base_url = os.environ.get("XAI_API_BASE", "https://api.x.ai")
+ url = f"{base_url.rstrip('/')}/v1/chat/completions"
+
+ # Build user message content (text + optional images)
+ if images and len(images) > 0:
+ # Vision mode: multimodal content array
+ user_content = [
+ {"type": "text", "text": user_prompt}
+ ]
+
+ for img_base64 in images:
+ try:
+ # Grok vision API expects base64 images in this format
+ user_content.append({
+ "type": "image_url",
+ "image_url": {
+ "url": f"data:image/png;base64,{img_base64}"
+ }
+ })
+ print(f"[RPG Creative API] Added image to Grok vision request (base64 length: {len(img_base64)})")
+ except Exception as img_error:
+ print(f"[RPG Creative API] Failed to add image to Grok request: {img_error}")
+ else:
+ # Text-only mode
+ user_content = user_prompt
+
+ payload = {
+ "model": model,
+ "messages": [
+ {"role": "system", "content": system_prompt},
+ {"role": "user", "content": user_content},
+ ],
+ "temperature": temperature,
+ "top_p": top_p,
+ "response_format": {"type": "json_object"},
+ }
+
+ headers = {
+ "Authorization": f"Bearer {api_key.strip()}",
+ "Content-Type": "application/json",
+ }
+
+ timeout = aiohttp.ClientTimeout(total=300)
+ async with aiohttp.ClientSession(timeout=timeout) as session:
+ async with session.post(url, json=payload, headers=headers) as resp:
+ body = await resp.text()
+ if resp.status >= 400:
+ raise RuntimeError(f"Grok API error {resp.status}: {body}")
+ try:
+ data = json.loads(body)
+ except json.JSONDecodeError as e:
+ raise RuntimeError(f"Grok API returned invalid JSON: {e}")
+
+ choices = data.get("choices") or []
+ if not choices:
+ raise RuntimeError("Grok API returned no choices")
+
+ first_choice = choices[0]
+ message = first_choice.get("message") or {}
+ content = message.get("content") or first_choice.get("text", "")
+
+ if not content:
+ raise RuntimeError("Grok API returned empty content")
+
+ return parse_prompt_json(content)
+ except Exception as e:
+ print(f"[RPG Creative API] Grok error: {e}")
+ raise
+
+
+# === Helper Functions ===
+def parse_prompt_json(text):
+ """
+ Parse JSON array of prompts from API response.
+ Handles markdown code blocks and extracts JSON.
+ """
+ # Try to find JSON in markdown code blocks
+ if "```json" in text:
+ start = text.find("```json") + 7
+ end = text.find("```", start)
+ text = text[start:end].strip()
+ elif "```" in text:
+ start = text.find("```") + 3
+ end = text.find("```", start)
+ text = text[start:end].strip()
+
+ try:
+ data = json.loads(text)
+ if isinstance(data, list):
+ return data
+ elif isinstance(data, dict) and "prompts" in data:
+ return data["prompts"]
+ else:
+ return [data]
+ except json.JSONDecodeError:
+ # If JSON parsing fails, create a single entry from the text
+ return [{
+ "positive": text.strip(),
+ "negative": "",
+ "tags": []
+ }]
+
+
+def build_system_prompt(is_sdxl=False, character_description="", generation_mode="img2img", affect_elements=None, user_text_input="", random_inspiration_prompts=None, generation_style="reality"):
+ """
+ Build system prompt for creative generation.
+
+ Args:
+ is_sdxl: Whether to optimize for SDXL
+ character_description: Detailed character description for consistency
+ generation_mode: "img2img" or "txt2img"
+ affect_elements: List of elements to modify (img2img only): ["background", "outfit", "pose", "lighting"]
+ user_text_input: User's custom input (txt2img only)
+ random_inspiration_prompts: List of random prompts for inspiration (txt2img only)
+ generation_style: "reality" (strict adherence) or "creative" (flexible inspiration)
+ """
+ base_prompt = """You are an expert AI prompt engineer specializing in creating high-quality, detailed prompts for REALISTIC photographic image generation models.
+
+IMPORTANT: All images are REALISTIC photography. Do not include artistic styles, illustrations, or non-photographic elements."""
+
+ if is_sdxl:
+ base_prompt += "\n\nIMPORTANT: Generate prompts optimized for SDXL (Stable Diffusion XL). Use SDXL-specific quality tags like 'masterpiece', 'best quality', 'photorealistic', 'high resolution'."
+
+ # Character consistency
+ if character_description and character_description.strip():
+ base_prompt += f"\n\nCHARACTER CONSISTENCY: All prompts must accurately describe this character with exact physical features:\n{character_description}"
+
+ # Mode-specific instructions
+ if generation_mode == "img2img":
+ base_prompt += "\n\nMODE: Image-to-Image Generation"
+
+ if affect_elements and len(affect_elements) > 0:
+ # Inclusion mode - only modify checked elements
+ elements_str = ", ".join(affect_elements)
+ base_prompt += f"\n\nIMPORTANT INSTRUCTION: You are modifying ONLY these elements: {elements_str}"
+ base_prompt += "\n\nFor all OTHER elements NOT in this list, describe them EXACTLY as they appear in the input image. Do not change or modify them."
+ base_prompt += f"\n\nElements to MODIFY creatively: {elements_str}"
+ base_prompt += "\nElements to KEEP as-is: Everything else (describe exactly as shown)"
+ else:
+ # No checkboxes - describe as-is
+ base_prompt += "\n\nIMPORTANT INSTRUCTION: Describe the input images EXACTLY as they appear. Create detailed, accurate descriptions that capture all visual elements faithfully."
+
+ elif generation_mode == "txt2img":
+ base_prompt += "\n\nMODE: Text-to-Image Generation (creating new prompts from scratch)"
+
+ if random_inspiration_prompts and len(random_inspiration_prompts) > 0:
+ if generation_style == "reality":
+ # Reality Mode: Strict adherence to library prompts
+ base_prompt += "\n\n๐ฏ REALITY MODE: You must ONLY use elements, words, and concepts from these reference prompts. Stay precise and constrained to what's provided:"
+ for i, prompt in enumerate(random_inspiration_prompts[:5]): # Limit to 5 for context
+ pos = prompt.get("prompt", {}).get("positive", "")
+ tags = ", ".join(prompt.get("tags", [])[:5])
+ base_prompt += f"\n\nReference {i+1}:"
+ base_prompt += f"\nPrompt: {pos[:200]}..." # Truncate long prompts
+ base_prompt += f"\nTags: {tags}"
+ base_prompt += "\n\nIMPORTANT: Your generated prompts should ONLY combine and rearrange elements from these references. Do not introduce new concepts or elements not present in these prompts."
+ else:
+ # Creative Mode: Flexible inspiration
+ base_prompt += "\n\nโจ CREATIVE MODE: Use these prompts as creative inspiration for generating diverse, high-quality variations. Feel free to be flexible and creative:"
+ for i, prompt in enumerate(random_inspiration_prompts[:5]): # Limit to 5 for context
+ pos = prompt.get("prompt", {}).get("positive", "")
+ tags = ", ".join(prompt.get("tags", [])[:5])
+ base_prompt += f"\n\nInspiration {i+1}:"
+ base_prompt += f"\nPrompt: {pos[:200]}..." # Truncate long prompts
+ base_prompt += f"\nTags: {tags}"
+ base_prompt += "\n\nYou can be creative and add new elements while maintaining the overall style and quality of the inspiration prompts."
+
+ if user_text_input and user_text_input.strip():
+ base_prompt += f"\n\nUSER INPUT: Incorporate this user guidance into your prompts:\n{user_text_input}"
+
+ base_prompt += """\n\nOUTPUT FORMAT: You MUST return a valid JSON array of prompt objects. Do not include any other text or markdown. Each object must have these keys:
+- "positive": A string containing the detailed positive prompt for realistic photography
+- "negative": A string containing the negative prompt (avoid: unrealistic, illustration, painting, drawing, art, artistic, low quality, deformed, etc.)
+- "tags": An array of strings representing relevant tags
+
+Example:
+[
+ {
+ "positive": "masterpiece, best quality, photorealistic, high resolution, professional photography, 1girl, blonde hair, blue eyes, smiling, park background, natural sunlight, bokeh, sharp focus",
+ "negative": "unrealistic, illustration, painting, drawing, art, artistic, low quality, deformed, bad anatomy, blurry, amateur",
+ "tags": ["portrait", "photorealistic", "outdoor", "natural_lighting"]
+ }
+]
+"""
+
+ return base_prompt
+
+
+def build_user_prompt(generation_count, generation_mode="img2img", images_data=None):
+ """
+ Build user prompt for creative generation.
+
+ Args:
+ generation_count: Number of prompts to generate
+ generation_mode: "img2img" or "txt2img"
+ images_data: For img2img, information about the images (optional)
+ """
+ if generation_mode == "img2img":
+ if images_data and len(images_data) > 0:
+ return f"""Generate {generation_count} detailed, accurate prompts for the {len(images_data)} input image(s) provided.
+
+Follow the instructions in the system prompt regarding which elements to modify and which to keep as-is.
+
+Each prompt should:
+1. Accurately describe all visual elements as specified
+2. Maintain photorealistic quality
+3. Be detailed and professional
+4. Follow the modification rules (if any elements are specified to be changed)
+
+Generate {generation_count} unique prompt(s)."""
+ else:
+ return f"""Generate {generation_count} high-quality prompts for realistic photographic image generation based on the input images.
+
+Each prompt should be detailed, professional, and capture all visual elements accurately.
+
+Generate {generation_count} unique prompt(s)."""
+
+ else: # txt2img
+ return f"""Generate {generation_count} high-quality, creative prompts for realistic photographic image generation.
+
+Using the inspiration prompts and user input provided (if any), create diverse, professional prompts that:
+1. Are detailed and vivid
+2. Focus on realistic photographic elements
+3. Include appropriate quality tags
+4. Specify lighting, composition, and technical details
+5. Are varied and creative while maintaining high quality
+
+Generate {generation_count} unique prompts."""
+
+
+# === API Endpoint ===
+async def _generate_creative_prompts(request):
+ """
+ POST /instaraw/generate_creative_prompts
+
+ Body:
+ {
+ // Legacy parameters (still supported)
+ "source_prompts": [{id, prompt: {positive, negative}}, ...],
+ "inspiration_count": 3,
+ "character_reference": "",
+
+ // New unified parameters
+ "generation_count": 5,
+ "is_sdxl": false,
+ "model": "gemini-2.5-pro",
+ "gemini_api_key": "",
+ "grok_api_key": "",
+ "temperature": 0.9,
+ "top_p": 0.9,
+ "force_regenerate": false,
+
+ // Character likeness (NEW)
+ "character_description": "Detailed character description...",
+ "use_character_likeness": true,
+
+ // Generation mode (NEW)
+ "generation_mode": "img2img", // or "txt2img"
+
+ // img2img parameters (NEW)
+ "images": ["base64_image_data..."], // Images for vision models
+ "affect_elements": ["background", "outfit"], // Which elements to modify
+
+ // txt2img parameters (NEW)
+ "random_inspiration_prompts": [{prompt, tags}, ...], // Random library prompts
+ "user_text_input": "Custom user guidance..."
+ }
+
+ Returns:
+ {
+ "success": true,
+ "prompts": [{positive, negative, tags}, ...]
+ }
+ """
+ try:
+ data = await request.json()
+
+ # Core parameters
+ generation_count = int(data.get("generation_count", 5))
+ is_sdxl = bool(data.get("is_sdxl", False))
+ model = data.get("model", "gemini-2.5-pro")
+ gemini_api_key = data.get("gemini_api_key", "")
+ grok_api_key = data.get("grok_api_key", "")
+ temperature = float(data.get("temperature", 0.9))
+ top_p = float(data.get("top_p", 0.9))
+ temperature = max(0.0, min(2.0, temperature))
+ top_p = max(0.0, min(1.0, top_p))
+ force_regenerate = bool(data.get("force_regenerate", False))
+
+ # NEW: Character likeness
+ character_description = data.get("character_description", "")
+ use_character_likeness = bool(data.get("use_character_likeness", False))
+ if not use_character_likeness:
+ character_description = ""
+
+ # NEW: Generation mode
+ generation_mode = data.get("generation_mode", "img2img")
+
+ # NEW: img2img parameters
+ images = data.get("images", [])
+ multi_images = data.get("multi_images", []) # New format: [{label, base64}, ...]
+ affect_elements = data.get("affect_elements", [])
+
+ # If multi_images provided, convert to images array for backward compatibility
+ # Also build image labels description for the prompt
+ image_labels_context = ""
+ if multi_images and len(multi_images) > 0:
+ images = [img.get("base64") for img in multi_images if img.get("base64")]
+ labels = [img.get("label", f"image_{i+1}") for i, img in enumerate(multi_images)]
+ if len(labels) > 1:
+ image_labels_context = f"\n\nYou are provided with {len(labels)} reference images: {', '.join(labels)}. Consider all images when generating the prompt."
+ print(f"[RPG Creative API] Multi-image mode: {len(multi_images)} images with labels: {labels}")
+
+ # NEW: txt2img parameters
+ random_inspiration_prompts = data.get("random_inspiration_prompts", [])
+ user_text_input = data.get("user_text_input", "")
+
+ # NEW: Generation style (Reality vs Creative)
+ generation_style = data.get("generation_style", "reality")
+
+ # Legacy support: convert old parameters to new format
+ source_prompts = data.get("source_prompts", [])
+ inspiration_count = int(data.get("inspiration_count", 0))
+ character_reference = data.get("character_reference", "")
+
+ if character_reference and not character_description:
+ character_description = character_reference
+ use_character_likeness = True
+
+ if source_prompts and len(source_prompts) > 0 and not random_inspiration_prompts:
+ random_inspiration_prompts = source_prompts[:inspiration_count] if inspiration_count > 0 else []
+
+ # Custom system prompt override
+ custom_system_prompt = (data.get("system_prompt") or "").strip()
+
+ # Build prompts
+ if custom_system_prompt:
+ system_prompt = custom_system_prompt
+ else:
+ system_prompt = build_system_prompt(
+ is_sdxl=is_sdxl,
+ character_description=character_description,
+ generation_mode=generation_mode,
+ affect_elements=affect_elements,
+ user_text_input=user_text_input,
+ random_inspiration_prompts=random_inspiration_prompts,
+ generation_style=generation_style
+ )
+
+ user_prompt = build_user_prompt(
+ generation_count=generation_count,
+ generation_mode=generation_mode,
+ images_data=images
+ )
+
+ # Append multi-image context if available
+ if image_labels_context:
+ user_prompt = user_prompt + image_labels_context
+
+ # Check cache (skip if force_regenerate is True)
+ cache_key = hashlib.sha256(
+ f"{system_prompt}_{user_prompt}_{model}_{temperature}_{top_p}".encode("utf-8")
+ ).hexdigest()
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ cache_file = os.path.join(cache_dir, f"{cache_key}_creative.json")
+
+ if not force_regenerate and os.path.exists(cache_file):
+ print(f"[RPG Creative API] Using cached result: {cache_key[:8]}")
+ with open(cache_file, 'r', encoding='utf-8') as f:
+ prompts = json.load(f)
+ return web.json_response({"success": True, "prompts": prompts}, headers=CORS_HEADERS)
+
+ if force_regenerate:
+ print(f"[RPG Creative API] Force regenerate enabled - bypassing cache for {cache_key[:8]}")
+
+ # Generate with appropriate API
+ print(f"[RPG Creative API] Generating {generation_count} prompts - Mode: {generation_mode}, Model: {model}")
+ if use_character_likeness:
+ print(f"[RPG Creative API] Using character likeness (description length: {len(character_description)} chars)")
+ if generation_mode == "img2img" and affect_elements:
+ print(f"[RPG Creative API] Affecting elements: {affect_elements}")
+ if generation_mode == "txt2img":
+ print(f"[RPG Creative API] Inspiration prompts: {len(random_inspiration_prompts)}, User input: {len(user_text_input)} chars")
+ if images and len(images) > 0:
+ if len(images) > 1:
+ print(f"[RPG Creative API] ๐ผ๏ธ Multi-image vision mode: {len(images)} images for combined prompt generation")
+ else:
+ print(f"[RPG Creative API] ๐ผ๏ธ Processing {len(images)} image(s) for vision mode - First image base64 length: {len(images[0])} chars")
+
+ if model.startswith("gemini"):
+ prompts = await generate_with_gemini(system_prompt, user_prompt, model, gemini_api_key, temperature, top_p, images=images)
+ elif model.startswith("grok"):
+ prompts = await generate_with_grok(system_prompt, user_prompt, model, grok_api_key, temperature, top_p, images=images)
+ else:
+ raise ValueError(f"Unsupported model: {model}")
+
+ # Cache result
+ with open(cache_file, 'w', encoding='utf-8') as f:
+ json.dump(prompts, f, indent=2)
+
+ print(f"[RPG Creative API] Generated {len(prompts)} prompts with {model}")
+ return web.json_response({"success": True, "prompts": prompts}, headers=CORS_HEADERS)
+
+ except Exception as e:
+ print(f"[RPG Creative API] Error: {e}")
+ import traceback
+ traceback.print_exc()
+ return web.json_response({
+ "success": False,
+ "error": str(e)
+ }, status=500, headers=CORS_HEADERS)
+
+
+@PromptServer.instance.routes.post("/instaraw/generate_creative_prompts")
+async def generate_creative_prompts_endpoint(request):
+ return await _generate_creative_prompts(request)
+
+
+@PromptServer.instance.routes.post("/instaraw/generate_creative_prompts/")
+async def generate_creative_prompts_endpoint_slash(request):
+ return await _generate_creative_prompts(request)
+
+
+@PromptServer.instance.routes.options("/instaraw/generate_creative_prompts")
+@PromptServer.instance.routes.options("/instaraw/generate_creative_prompts/")
+async def generate_creative_prompts_options(request):
+ return web.Response(headers=CORS_HEADERS)
+
+
+# === Character Description Generation ===
+# In-memory cache for character descriptions
+CHARACTER_DESCRIPTION_CACHE = {}
+
+def get_character_system_prompt(complexity="balanced"):
+ """
+ Generate system prompt based on complexity level.
+ Complexity levels: concise (50-75 words), balanced (100-150 words), detailed (200-250 words)
+ """
+ base_instruction = """You are an expert at analyzing images and generating character descriptions for image generation prompts.
+
+Generate a character description focusing on PERMANENT physical features:
+- Facial features (face shape, eyes, nose, lips, skin tone)
+- Hair (color, length, style, texture)
+- Body type and build
+- Age and ethnicity
+- Distinctive features (scars, tattoos, piercings, etc.)
+
+DO NOT include clothing, background, pose, or temporary features.
+DO NOT use tags like "1girl, solo" or similar categorization prefixes."""
+
+ if complexity == "concise":
+ length_instruction = "\nOUTPUT: A concise description (50-75 words) focusing only on the most essential and distinctive physical features."
+ elif complexity == "detailed":
+ length_instruction = "\nOUTPUT: A comprehensive, detailed description (200-250 words) covering all physical aspects with nuanced detail and specific characteristics."
+ else: # balanced
+ length_instruction = "\nOUTPUT: A balanced description (100-150 words) covering key physical features in natural language."
+
+ return base_instruction + length_instruction
+
+
+async def generate_character_description_with_gemini(user_prompt, model="gemini-2.5-pro", api_key=None, character_image=None, complexity="balanced", custom_system_prompt=None, temperature=0.7, top_p=0.9):
+ """
+ Generate plain text character description using Gemini.
+ Returns raw text, not JSON.
+ Uses the NEW Google Genai SDK pattern (matching gemini_native.py)
+ """
+ try:
+ from google import genai
+ from google.genai import types
+ import base64
+ except ImportError:
+ raise ImportError("The 'google-genai' library is required. Run: pip install -U google-genai")
+
+ if not api_key or api_key.strip() == "":
+ api_key = os.environ.get("GEMINI_API_KEY")
+ if not api_key or api_key.strip() == "":
+ raise ValueError("Gemini API Key is missing")
+
+ try:
+ # NEW SDK pattern: use Client instead of configure()
+ client = genai.Client(api_key=api_key)
+
+ # Use custom system prompt if provided, otherwise generate based on complexity
+ if custom_system_prompt:
+ system_instruction = custom_system_prompt
+ else:
+ system_instruction = get_character_system_prompt(complexity)
+
+ # Build parts list (text + optional image)
+ parts = [types.Part.from_text(text=f"{system_instruction}\n\n{user_prompt}")]
+
+ # Add image if provided (matching gemini_native.py pattern)
+ if character_image:
+ # Extract base64 data (remove data URL prefix if present)
+ if character_image.startswith("data:"):
+ base64_data = character_image.split(",", 1)[1]
+ else:
+ base64_data = character_image
+
+ # Decode base64 to bytes
+ image_bytes = base64.b64decode(base64_data)
+ parts.append(types.Part.from_bytes(data=image_bytes, mime_type='image/png'))
+
+ contents = [types.Content(role="user", parts=parts)]
+
+ # Safety settings
+ safety_settings = [
+ types.SafetySetting(category=cat, threshold="BLOCK_NONE")
+ for cat in ["HARM_CATEGORY_HATE_SPEECH", "HARM_CATEGORY_DANGEROUS_CONTENT",
+ "HARM_CATEGORY_HARASSMENT", "HARM_CATEGORY_SEXUALLY_EXPLICIT"]
+ ]
+
+ # Generation config with thinking support
+ # Gemini 3.0 uses thinking_level (HIGH/LOW), Gemini 2.5 uses thinking_budget
+ if model == "gemini-3-pro-preview":
+ # Gemini 3.0 format
+ thinking_config = types.ThinkingConfig(thinking_level="HIGH")
+ elif model == "gemini-2.5-pro":
+ # Gemini 2.5 format (unlimited thinking)
+ thinking_config = types.ThinkingConfig(thinking_budget=-1)
+ else:
+ # No thinking for other models
+ thinking_config = None
+
+ config_params = {
+ "temperature": temperature,
+ "top_p": top_p,
+ "candidate_count": 1,
+ "safety_settings": safety_settings
+ }
+
+ # Only add thinking_config if it's not None
+ if thinking_config:
+ config_params["thinking_config"] = thinking_config
+
+ config = types.GenerateContentConfig(**config_params)
+
+ # NEW SDK pattern: use client.models.generate_content()
+ response = client.models.generate_content(
+ model=f"models/{model}",
+ contents=contents,
+ config=config
+ )
+
+ if not response.candidates:
+ raise Exception("Gemini returned no candidates (likely blocked by safety filters)")
+
+ # Return raw text, not JSON
+ return response.text.strip()
+
+ except Exception as e:
+ print(f"[RPG Character API] Gemini error: {e}")
+ raise
+
+
+async def generate_character_description_with_grok(user_prompt, model="grok-4-fast-reasoning", api_key=None, character_image=None, complexity="balanced", custom_system_prompt=None, temperature=0.7, top_p=0.9):
+ """
+ Generate plain text character description using Grok.
+ Supports vision like grok_native.py
+ Returns raw text, not JSON.
+ """
+ if not api_key or api_key.strip() == "":
+ api_key = os.environ.get("XAI_API_KEY")
+ if not api_key or api_key.strip() == "":
+ raise ValueError("Grok API Key is missing")
+
+ try:
+ base_url = os.environ.get("XAI_API_BASE", "https://api.x.ai").rstrip("/")
+ url = f"{base_url}/v1/chat/completions"
+
+ # Use custom system prompt if provided, otherwise generate based on complexity
+ if custom_system_prompt:
+ system_instruction = custom_system_prompt
+ else:
+ system_instruction = get_character_system_prompt(complexity)
+
+ # Build messages array (like grok_native.py)
+ messages = [
+ {"role": "system", "content": system_instruction}
+ ]
+
+ # Build user content (text + image if provided)
+ user_content = [
+ {"type": "text", "text": user_prompt}
+ ]
+
+ # Add image if provided (same format as grok_native.py line 127-132)
+ if character_image:
+ # character_image is already base64 from JavaScript
+ # Extract just the base64 part (remove "data:image/png;base64," prefix if present)
+ if character_image.startswith("data:"):
+ base64_data = character_image.split(",", 1)[1]
+ else:
+ base64_data = character_image
+
+ user_content.append({
+ "type": "image_url",
+ "image_url": {
+ "url": f"data:image/png;base64,{base64_data}",
+ "detail": "high"
+ }
+ })
+
+ messages.append({"role": "user", "content": user_content})
+
+ payload = {
+ "model": model,
+ "messages": messages,
+ "temperature": temperature,
+ "top_p": top_p,
+ }
+
+ headers = {
+ "Authorization": f"Bearer {api_key}",
+ "Content-Type": "application/json",
+ }
+
+ timeout = aiohttp.ClientTimeout(total=300)
+ async with aiohttp.ClientSession(timeout=timeout) as session:
+ async with session.post(url, json=payload, headers=headers) as resp:
+ body = await resp.text()
+ if resp.status >= 400:
+ raise RuntimeError(f"Grok API error {resp.status}: {body}")
+ try:
+ data = json.loads(body)
+ except json.JSONDecodeError as e:
+ raise RuntimeError(f"Grok API returned invalid JSON: {e}")
+
+ choices = data.get("choices") or []
+ if not choices:
+ raise RuntimeError("Grok API returned no choices")
+
+ first_choice = choices[0]
+ message = first_choice.get("message") or {}
+ content = message.get("content")
+
+ # Handle different response formats
+ if isinstance(content, list):
+ text = "".join(
+ part.get("text", "") if isinstance(part, dict) else str(part)
+ for part in content
+ ).strip()
+ if text:
+ return text
+ elif isinstance(content, str) and content.strip():
+ return content.strip()
+
+ # Fallback
+ legacy = first_choice.get("text")
+ if legacy:
+ return legacy.strip()
+
+ raise RuntimeError("Unable to extract text from Grok response")
+
+ except Exception as e:
+ print(f"[RPG Character API] Grok error: {e}")
+ raise
+
+
+def build_character_description_prompt():
+ """Build system prompt for character description generation."""
+ return """You are an expert at analyzing images and generating detailed character descriptions for image generation prompts.
+
+Your task is to generate a comprehensive, detailed character description that can be used consistently across multiple image generation prompts.
+
+IMPORTANT: Focus on PERMANENT, CONSISTENT physical features that define the character:
+- Facial features (face shape, eyes, nose, lips, skin tone)
+- Hair (color, length, style, texture)
+- Body type and build
+- Age and ethnicity
+- Distinctive features (scars, tattoos, piercings, etc.)
+
+DO NOT include:
+- Clothing or outfit (this varies per image)
+- Background or setting
+- Pose or action
+- Temporary features (makeup, accessories)
+
+OUTPUT FORMAT: Return a single detailed paragraph (100-150 words) describing the character's permanent physical features. This description will be inserted into other prompts to ensure character consistency.
+
+Example output:
+"A young woman in her mid-20s with an athletic build and olive skin tone. She has striking almond-shaped green eyes, high cheekbones, and full lips. Her dark brown hair falls in natural waves to shoulder length with subtle copper highlights. She has a defined jawline, straight nose, and arched eyebrows. Her features suggest Mediterranean heritage. She stands approximately 5'7" with a toned, balanced physique and confident posture."
+"""
+
+async def _generate_character_description(request):
+ """
+ POST /instaraw/generate_character_description
+
+ Body:
+ {
+ "character_image": "base64_string_or_null",
+ "character_text": "manual_description_or_null",
+ "model": "gemini-2.5-pro",
+ "temperature": 0.7,
+ "top_p": 0.9,
+ "gemini_api_key": "",
+ "grok_api_key": "",
+ "force_regenerate": false
+ }
+
+ Returns:
+ {
+ "success": true,
+ "description": "Detailed character description...",
+ "cached": false,
+ "cache_key": "hash_of_inputs"
+ }
+ """
+ try:
+ data = await request.json()
+
+ character_image = data.get("character_image")
+ character_text = data.get("character_text")
+ model = data.get("model", "gemini-2.5-pro")
+ temperature = float(data.get("temperature", 0.7))
+ top_p = float(data.get("top_p", 0.9))
+ gemini_api_key = data.get("gemini_api_key", "")
+ grok_api_key = data.get("grok_api_key", "")
+ force_regenerate = bool(data.get("force_regenerate", False))
+ complexity = data.get("complexity", "balanced")
+ custom_system_prompt = data.get("custom_system_prompt", "")
+
+ # Validation
+ if not character_image and not character_text:
+ return web.json_response({
+ "success": False,
+ "error": "Either character_image or character_text must be provided"
+ }, status=400, headers=CORS_HEADERS)
+
+ # Generate cache key (include complexity and custom prompt in key)
+ cache_input = character_image if character_image else character_text
+ cache_key = hashlib.sha256(f"{cache_input}_{model}_{complexity}_{custom_system_prompt}".encode("utf-8")).hexdigest()
+
+ # Check cache
+ if not force_regenerate and cache_key in CHARACTER_DESCRIPTION_CACHE:
+ print(f"[RPG Character API] Using cached character description: {cache_key[:8]}")
+ return web.json_response({
+ "success": True,
+ "description": CHARACTER_DESCRIPTION_CACHE[cache_key],
+ "cached": True,
+ "cache_key": cache_key
+ }, headers=CORS_HEADERS)
+
+ # Build user prompt
+ if character_image:
+ user_prompt = "Analyze this image and generate a detailed character description following the instructions."
+ else:
+ user_prompt = f"Enhance this character description into a detailed, structured format suitable for image generation:\n\n{character_text}"
+
+ # Generate description using dedicated function
+ print(f"[RPG Character API] Generating character description with {model} (complexity: {complexity})...")
+
+ if model.startswith("gemini"):
+ description = await generate_character_description_with_gemini(
+ user_prompt,
+ model=model,
+ api_key=gemini_api_key,
+ character_image=character_image,
+ complexity=complexity,
+ custom_system_prompt=custom_system_prompt if custom_system_prompt else None,
+ temperature=temperature,
+ top_p=top_p
+ )
+ elif model.startswith("grok"):
+ description = await generate_character_description_with_grok(
+ user_prompt,
+ model=model,
+ api_key=grok_api_key,
+ character_image=character_image,
+ complexity=complexity,
+ custom_system_prompt=custom_system_prompt if custom_system_prompt else None,
+ temperature=temperature,
+ top_p=top_p
+ )
+ else:
+ raise ValueError(f"Unsupported model: {model}")
+
+ if not description or description.strip() == "":
+ raise ValueError("Generated description is empty. API may have failed.")
+
+ # Cache the description
+ CHARACTER_DESCRIPTION_CACHE[cache_key] = description
+
+ print(f"[RPG Character API] โ
Generated character description ({len(description)} chars)")
+ return web.json_response({
+ "success": True,
+ "description": description,
+ "cached": False,
+ "cache_key": cache_key
+ }, headers=CORS_HEADERS)
+
+ except Exception as e:
+ print(f"[RPG Character API] Error: {e}")
+ return web.json_response({
+ "success": False,
+ "error": str(e)
+ }, status=500, headers=CORS_HEADERS)
+
+
+# === Random Prompt Selection ===
+PROMPTS_DB_CACHE = None
+PROMPTS_DB_URL = "https://instara.s3.us-east-1.amazonaws.com/prompts.db.json"
+
+async def load_prompts_database():
+ """Load and cache the prompts database from remote URL."""
+ global PROMPTS_DB_CACHE
+
+ if PROMPTS_DB_CACHE is not None:
+ return PROMPTS_DB_CACHE
+
+ print("[RPG Prompts API] Loading prompts database from remote URL...")
+
+ try:
+ timeout = aiohttp.ClientTimeout(total=60)
+ async with aiohttp.ClientSession(timeout=timeout) as session:
+ async with session.get(PROMPTS_DB_URL) as resp:
+ if resp.status >= 400:
+ raise RuntimeError(f"Failed to load prompts database: HTTP {resp.status}")
+
+ data = await resp.json()
+ PROMPTS_DB_CACHE = data
+ print(f"[RPG Prompts API] Loaded {len(data)} prompts from database")
+ return data
+
+ except Exception as e:
+ print(f"[RPG Prompts API] Error loading database: {e}")
+ raise
+
+
+async def _get_random_prompts(request):
+ """
+ POST /instaraw/get_random_prompts
+
+ Body:
+ {
+ "count": 5,
+ "filters": {
+ "content_type": "person", // optional
+ "safety_level": "sfw", // optional
+ "shot_type": "portrait" // optional
+ }
+ }
+
+ Returns:
+ {
+ "success": true,
+ "prompts": [
+ {
+ "id": "...",
+ "tags": ["..."],
+ "prompt": {
+ "positive": "...",
+ "negative": "..."
+ },
+ "classification": {...}
+ }
+ ]
+ }
+ """
+ try:
+ import random
+
+ data = await request.json()
+ count = int(data.get("count", 5))
+ filters = data.get("filters", {})
+
+ # Load database
+ prompts_db = await load_prompts_database()
+
+ # Apply filters
+ filtered_prompts = prompts_db
+
+ if "content_type" in filters and filters["content_type"]:
+ content_type = filters["content_type"]
+ filtered_prompts = [
+ p for p in filtered_prompts
+ if p.get("classification", {}).get("content_type") == content_type
+ ]
+
+ if "safety_level" in filters and filters["safety_level"]:
+ safety_level = filters["safety_level"]
+ filtered_prompts = [
+ p for p in filtered_prompts
+ if p.get("classification", {}).get("safety_level") == safety_level
+ ]
+
+ if "shot_type" in filters and filters["shot_type"]:
+ shot_type = filters["shot_type"]
+ filtered_prompts = [
+ p for p in filtered_prompts
+ if p.get("classification", {}).get("shot_type") == shot_type
+ ]
+
+ # Random selection
+ if len(filtered_prompts) == 0:
+ return web.json_response({
+ "success": False,
+ "error": "No prompts match the specified filters"
+ }, status=400, headers=CORS_HEADERS)
+
+ selected_count = min(count, len(filtered_prompts))
+ selected_prompts = random.sample(filtered_prompts, selected_count)
+
+ print(f"[RPG Prompts API] Selected {selected_count} random prompts from {len(filtered_prompts)} filtered")
+
+ return web.json_response({
+ "success": True,
+ "prompts": selected_prompts
+ }, headers=CORS_HEADERS)
+
+ except Exception as e:
+ print(f"[RPG Prompts API] Error: {e}")
+ return web.json_response({
+ "success": False,
+ "error": str(e)
+ }, status=500, headers=CORS_HEADERS)
+
+
+# === Register New Endpoints ===
+@PromptServer.instance.routes.post("/instaraw/generate_character_description")
+async def generate_character_description_endpoint(request):
+ return await _generate_character_description(request)
+
+
+@PromptServer.instance.routes.post("/instaraw/generate_character_description/")
+async def generate_character_description_endpoint_slash(request):
+ return await _generate_character_description(request)
+
+
+@PromptServer.instance.routes.options("/instaraw/generate_character_description")
+@PromptServer.instance.routes.options("/instaraw/generate_character_description/")
+async def generate_character_description_options(request):
+ return web.Response(headers=CORS_HEADERS)
+
+
+@PromptServer.instance.routes.post("/instaraw/get_random_prompts")
+async def get_random_prompts_endpoint(request):
+ return await _get_random_prompts(request)
+
+
+@PromptServer.instance.routes.post("/instaraw/get_random_prompts/")
+async def get_random_prompts_endpoint_slash(request):
+ return await _get_random_prompts(request)
+
+
+@PromptServer.instance.routes.options("/instaraw/get_random_prompts")
+@PromptServer.instance.routes.options("/instaraw/get_random_prompts/")
+async def get_random_prompts_options(request):
+ return web.Response(headers=CORS_HEADERS)
+
+
+print("[RPG Creative API] Endpoint registered: POST /instaraw/generate_creative_prompts")
+print("[RPG Character API] Endpoint registered: POST /instaraw/generate_character_description")
+print("[RPG Prompts API] Endpoint registered: POST /instaraw/get_random_prompts")
+
+# Add these lines to the end of the file
+NODE_CLASS_MAPPINGS = {}
+NODE_DISPLAY_NAME_MAPPINGS = {}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/flux_fill.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/flux_fill.py
new file mode 100644
index 0000000000000000000000000000000000000000..f9f3db6f5ba252844ceec36ab6ff1fe38b0359b5
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/flux_fill.py
@@ -0,0 +1,241 @@
+# ---
+# ComfyUI INSTARAW - FLUX Fill API Node (fal.ai)
+# Inpainting with FLUX.1 [dev] Fill model
+# Copyright ยฉ 2025 Instara. All rights reserved.
+# PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED
+# ---
+
+import requests
+import base64
+import io
+import time
+import os
+import hashlib
+import numpy as np
+import torch
+from PIL import Image
+
+
+class INSTARAW_FluxFill:
+ """
+ FLUX.1 [dev] Fill inpainting node using fal.ai API.
+ Takes an image and mask, fills the masked area with generated content.
+ Perfect for NSFW fix workflows where you need to add clothing to masked regions.
+ """
+
+ @classmethod
+ def INPUT_TYPES(cls):
+ return {
+ "required": {
+ "api_key": ("STRING", {"forceInput": True, "tooltip": "fal.ai API key"}),
+ "image": ("IMAGE", {"tooltip": "Input image to inpaint"}),
+ "mask": ("MASK", {"tooltip": "Mask indicating area to fill (white = fill area)"}),
+ "prompt": ("STRING", {
+ "multiline": True,
+ "default": "wearing casual clothing, natural fabric, well-fitted",
+ "tooltip": "What to generate in the masked area"
+ }),
+ },
+ "optional": {
+ "seed": ("INT", {"default": -1, "min": -1, "max": 2147483647, "tooltip": "-1 for random seed"}),
+ "num_inference_steps": ("INT", {"default": 28, "min": 1, "max": 50, "tooltip": "Number of denoising steps"}),
+ "guidance_scale": ("FLOAT", {"default": 30.0, "min": 1.0, "max": 50.0, "step": 0.5, "tooltip": "How closely to follow the prompt"}),
+ "paste_back": ("BOOLEAN", {"default": True, "tooltip": "Paste original image onto non-inpainted areas"}),
+ "resize_to_original": ("BOOLEAN", {"default": True, "tooltip": "Resize output back to original dimensions"}),
+ "enable_safety_checker": ("BOOLEAN", {"default": False, "tooltip": "Enable fal.ai safety filter"}),
+ },
+ }
+
+ RETURN_TYPES = ("IMAGE",)
+ RETURN_NAMES = ("filled_image",)
+ FUNCTION = "fill"
+ CATEGORY = "INSTARAW/API"
+
+ def image_to_base64(self, image_tensor, max_size_mb=7):
+ """Convert image tensor to base64 data URI with compression."""
+ if image_tensor is None:
+ return None
+
+ image_np = image_tensor.cpu().numpy()
+ # Handle both [B, H, W, C] and [H, W, C] tensor formats
+ if image_np.ndim == 4:
+ image_np = image_np[0] # Remove batch dimension
+ if image_np.max() <= 1.0:
+ image_np = (image_np * 255).astype(np.uint8)
+
+ image_pil = Image.fromarray(image_np).convert("RGB")
+
+ quality_levels = [95, 90, 85, 80, 75]
+ max_bytes = max_size_mb * 1024 * 1024
+
+ buffer = io.BytesIO()
+ for quality in quality_levels:
+ buffer.seek(0)
+ buffer.truncate(0)
+ image_pil.save(buffer, format="JPEG", quality=quality)
+
+ if buffer.tell() <= max_bytes:
+ base64_str = base64.b64encode(buffer.getvalue()).decode()
+ return f"data:image/jpeg;base64,{base64_str}"
+
+ raise Exception(f"Image too large even after compression to quality {quality_levels[-1]}")
+
+ def mask_to_base64(self, mask_tensor, max_size_mb=7):
+ """Convert mask tensor to base64 data URI (grayscale)."""
+ if mask_tensor is None:
+ return None
+
+ # Handle different mask dimensions
+ mask_np = mask_tensor.cpu().numpy()
+ if mask_np.ndim == 4:
+ mask_np = mask_np[0, 0] # BCHW -> HW
+ elif mask_np.ndim == 3:
+ mask_np = mask_np[0] # BHW -> HW
+
+ if mask_np.max() <= 1.0:
+ mask_np = (mask_np * 255).astype(np.uint8)
+ else:
+ mask_np = mask_np.astype(np.uint8)
+
+ mask_pil = Image.fromarray(mask_np, mode="L")
+
+ quality_levels = [95, 90, 85, 80, 75]
+ max_bytes = max_size_mb * 1024 * 1024
+
+ buffer = io.BytesIO()
+ for quality in quality_levels:
+ buffer.seek(0)
+ buffer.truncate(0)
+ mask_pil.save(buffer, format="JPEG", quality=quality)
+
+ if buffer.tell() <= max_bytes:
+ base64_str = base64.b64encode(buffer.getvalue()).decode()
+ return f"data:image/jpeg;base64,{base64_str}"
+
+ raise Exception(f"Mask too large even after compression")
+
+ def submit_to_fal(self, api_key, payload):
+ """Submit request to fal.ai FLUX Fill endpoint."""
+ url = "https://fal.run/fal-ai/flux-lora-fill"
+ headers = {
+ "Authorization": f"Key {api_key}",
+ "Content-Type": "application/json",
+ }
+
+ print(f"๐ FLUX Fill: Submitting request to fal.ai...")
+ response = requests.post(url, json=payload, headers=headers, timeout=300)
+
+ if not response.ok:
+ error_text = response.text
+ try:
+ error_data = response.json()
+ if "detail" in error_data:
+ error_text = str(error_data["detail"])
+ except:
+ pass
+ raise Exception(f"fal.ai API error ({response.status_code}): {error_text}")
+
+ result = response.json()
+ print("๐ฆ FLUX Fill: Response received from fal.ai")
+
+ if "images" in result and len(result["images"]) > 0:
+ return result["images"][0]["url"]
+
+ raise Exception(f"FLUX Fill: No image in response. Full response: {result}")
+
+ def fill(
+ self,
+ api_key,
+ image,
+ mask,
+ prompt,
+ seed=-1,
+ num_inference_steps=28,
+ guidance_scale=30.0,
+ paste_back=True,
+ resize_to_original=True,
+ enable_safety_checker=False,
+ ):
+ # Get original dimensions for cache key
+ _, orig_h, orig_w, _ = image.shape
+
+ # Build cache key
+ hasher = hashlib.sha256()
+ hasher.update(image.cpu().numpy().tobytes())
+ hasher.update(mask.cpu().numpy().tobytes())
+ hasher.update(prompt.encode("utf-8"))
+ hasher.update(str(seed).encode("utf-8"))
+ hasher.update(str(num_inference_steps).encode("utf-8"))
+ hasher.update(str(guidance_scale).encode("utf-8"))
+ hasher.update(str(paste_back).encode("utf-8"))
+ hasher.update(str(resize_to_original).encode("utf-8"))
+
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ cache_filepath = os.path.join(cache_dir, f"{hasher.hexdigest()}_flux_fill.png")
+
+ # Check cache
+ if os.path.exists(cache_filepath):
+ print(f"โ
FLUX Fill: Cache hit! Loading from {cache_filepath}")
+ cached_image = Image.open(cache_filepath).convert("RGB")
+ cached_np = np.array(cached_image).astype(np.float32) / 255.0
+ return (torch.from_numpy(cached_np).unsqueeze(0),)
+
+ print("๐จ FLUX Fill: Cache miss. Proceeding with API call...")
+
+ # Convert image and mask to base64
+ image_b64 = self.image_to_base64(image)
+ mask_b64 = self.mask_to_base64(mask)
+
+ # Build payload
+ payload = {
+ "prompt": prompt,
+ "image_url": image_b64,
+ "mask_url": mask_b64,
+ "num_inference_steps": num_inference_steps,
+ "guidance_scale": guidance_scale,
+ "paste_back": paste_back,
+ "resize_to_original": resize_to_original,
+ "enable_safety_checker": enable_safety_checker,
+ "output_format": "jpeg",
+ "num_images": 1,
+ }
+
+ # Add seed if specified
+ if seed >= 0:
+ payload["seed"] = seed
+
+ # Submit request
+ image_url = self.submit_to_fal(api_key, payload)
+
+ # Download result
+ print(f"โฌ๏ธ FLUX Fill: Downloading result...")
+ image_response = requests.get(image_url, timeout=60)
+ image_response.raise_for_status()
+
+ result_pil = Image.open(io.BytesIO(image_response.content)).convert("RGB")
+
+ # Save to cache
+ print(f"๐พ FLUX Fill: Saving to cache: {cache_filepath}")
+ result_pil.save(cache_filepath, "PNG")
+
+ # Convert to tensor
+ result_np = np.array(result_pil).astype(np.float32) / 255.0
+ result_tensor = torch.from_numpy(result_np).unsqueeze(0)
+
+ print(f"โ
FLUX Fill: Complete! Output size: {result_pil.size}")
+
+ return (result_tensor,)
+
+
+# =================================================================================
+# NODE REGISTRATION
+# =================================================================================
+
+NODE_CLASS_MAPPINGS = {
+ "INSTARAW_FluxFill": INSTARAW_FluxFill,
+}
+
+NODE_DISPLAY_NAME_MAPPINGS = {
+ "INSTARAW_FluxFill": "๐จ INSTARAW FLUX Fill (Inpaint)",
+}
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/flux_kontext.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/flux_kontext.py
new file mode 100644
index 0000000000000000000000000000000000000000..5290169f37d687537536e8fe00095958ba4f1e61
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/flux_kontext.py
@@ -0,0 +1,200 @@
+# ---
+# ComfyUI INSTARAW - Flux Kontext LoRA API Node
+# Part of the INSTARAW custom nodes collection by Instara
+#
+# Copyright ยฉ 2025 Instara. All rights reserved.
+# PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED
+# ---
+
+import requests
+import base64
+import io
+import json
+import hashlib
+import os
+from PIL import Image
+import numpy as np
+import torch
+
+# =================================================================================
+# BASE CLASS FOR FAL.AI SYNC REQUESTS
+# =================================================================================
+
+class FalAIBase:
+ def __init__(self):
+ self.api_key = None
+
+ def set_api_key(self, api_key):
+ if not api_key or not api_key.strip():
+ raise ValueError("fal.ai API key is missing or empty.")
+ self.api_key = api_key
+
+ def _log_and_update_hash(self, hasher, key, value):
+ if value is None: return
+ byte_value = b""
+ if isinstance(value, str): byte_value = value.encode("utf-8")
+ elif isinstance(value, (int, float, bool)): byte_value = str(value).encode("utf-8")
+ elif isinstance(value, torch.Tensor): byte_value = value.cpu().numpy().tobytes()
+ else: return
+ hasher.update(byte_value)
+
+ def image_to_base64(self, image_tensor, max_size_mb=10):
+ """Converts a tensor to a base64 data URI and compresses it to stay under API limits."""
+ if image_tensor is None: return None
+
+ image_np = image_tensor.cpu().numpy()
+ # Handle both [B, H, W, C] and [H, W, C] tensor formats
+ if image_np.ndim == 4:
+ image_np = image_np[0] # Remove batch dimension
+ if image_np.max() <= 1.0: image_np = (image_np * 255).astype(np.uint8)
+
+ image_pil = Image.fromarray(image_np).convert("RGB")
+
+ quality_levels = [95, 90, 85, 80, 75]
+ max_bytes = max_size_mb * 1024 * 1024
+
+ buffer = io.BytesIO()
+ for quality in quality_levels:
+ buffer.seek(0)
+ buffer.truncate(0)
+ image_pil.save(buffer, format="JPEG", quality=quality)
+
+ if buffer.tell() <= max_bytes:
+ print(f"โ
Image compressed to JPEG (quality={quality}) to fit API limits. Size: {buffer.tell() / 1024:.2f} KB")
+ base64_str = base64.b64encode(buffer.getvalue()).decode()
+ return f"data:image/jpeg;base64,{base64_str}"
+
+ final_size_kb = buffer.tell() / 1024
+ raise Exception(f"Image is too large for API. After compressing to lowest quality JPEG, size is {final_size_kb:.2f} KB (limit is {max_size_mb * 1024:.2f} KB).")
+
+ def _submit_fal_sync(self, endpoint, payload):
+ """Submits a synchronous request to a fal.ai endpoint."""
+ url = f"https://fal.run/{endpoint}"
+ headers = {
+ "Authorization": f"Key {self.api_key}",
+ "Content-Type": "application/json",
+ "Accept": "application/json",
+ }
+ print(f"๐ Submitting SYNC request to fal.ai: {url}")
+
+ try:
+ response = requests.post(url, json=payload, headers=headers, timeout=600) # 10 minute timeout
+ response.raise_for_status() # Raises HTTPError for bad responses (4xx or 5xx)
+
+ result = response.json()
+ print("๐ฆ fal.ai sync response received.")
+
+ if "images" in result and len(result["images"]) > 0 and "url" in result["images"][0]:
+ return result["images"][0]["url"]
+ else:
+ raise Exception(f"API response did not contain a valid image URL. Full response: {json.dumps(result, indent=2)}")
+
+ except requests.exceptions.HTTPError as e:
+ error_message = f"API request failed: {e.response.status_code} - {e.response.text}"
+ print(f"โ {error_message}")
+ raise Exception(error_message) from e
+ except Exception as e:
+ print(f"โ An unexpected error occurred: {e}")
+ raise
+
+# =================================================================================
+# FLUX KONTEXT LORA API NODE
+# =================================================================================
+
+class INSTARAW_FluxKontextLoraAPI(FalAIBase):
+ @classmethod
+ def INPUT_TYPES(cls):
+ return {
+ "required": {
+ "api_key": ("STRING", {"forceInput": True}),
+ "image": ("IMAGE",),
+ "prompt": ("STRING", {"multiline": True, "default": "make the woman's breasts larger and her hips wider"}),
+ "lora_url": ("STRING", {"default": "https://huggingface.co/BAZILEVS-BASED/kontext_big_breasts_and_butts/resolve/main/kontext_big_breasts_and_butts.safetensors"}),
+ "lora_scale": ("FLOAT", {"default": 1.0, "min": -5.0, "max": 5.0, "step": 0.05}),
+ "steps": ("INT", {"default": 30, "min": 1, "max": 100}),
+ "guidance_scale": ("FLOAT", {"default": 2.5, "min": 0.0, "max": 20.0, "step": 0.1}),
+ "seed": ("INT", {"default": -1, "min": -1, "max": 0xffffffffffffffff, "control_after_generate": "randomize"}),
+ "enable_safety_checker": ("BOOLEAN", {"default": False}),
+ }
+ }
+
+ RETURN_TYPES = ("IMAGE",)
+ FUNCTION = "execute"
+ CATEGORY = "INSTARAW/API"
+
+ def execute(self, api_key, image, prompt, lora_url, lora_scale, steps, guidance_scale, seed, enable_safety_checker):
+ # --- Caching Logic ---
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+
+ hasher = hashlib.sha256()
+ all_args = locals()
+ for key in sorted(all_args.keys()):
+ if key not in ['self', 'api_key']: # Don't include self or api_key in hash
+ self._log_and_update_hash(hasher, key, all_args[key])
+
+ cache_filepath = os.path.join(cache_dir, f"{hasher.hexdigest()}_flux_kontext.png")
+
+ if os.path.exists(cache_filepath):
+ print(f"โ
Flux Kontext API Cache Hit! Loading image from {cache_filepath}")
+ pil_image = Image.open(cache_filepath).convert("RGB")
+ img_np = np.array(pil_image).astype(np.float32) / 255.0
+ return (torch.from_numpy(img_np).unsqueeze(0),)
+
+ print("๐จ Flux Kontext API Cache Miss. Proceeding with API call...")
+
+ # --- API Call Logic ---
+ self.set_api_key(api_key)
+
+ # Convert image to base64 data URI
+ base64_image = self.image_to_base64(image)
+
+ # Build the payload
+ payload = {
+ "image_url": base64_image,
+ "prompt": prompt,
+ "num_inference_steps": steps,
+ "guidance_scale": guidance_scale,
+ "enable_safety_checker": enable_safety_checker,
+ "loras": [
+ {
+ "path": lora_url,
+ "scale": lora_scale
+ }
+ ],
+ # These are fixed for this specific use case but could be exposed as inputs
+ "num_images": 1,
+ "output_format": "png",
+ "resolution_mode": "match_input",
+ }
+ if seed >= 0:
+ payload["seed"] = seed
+
+ # Submit the request and get the result image URL
+ image_url = self._submit_fal_sync("fal-ai/flux-kontext-lora", payload)
+
+ if not image_url:
+ raise Exception("API did not return a valid image URL.")
+
+ # Download the resulting image
+ print(f"โ
Image generated. Downloading from: {image_url}")
+ image_response = requests.get(image_url, timeout=300)
+ image_response.raise_for_status()
+
+ # Convert back to tensor and save to cache
+ pil_image = Image.open(io.BytesIO(image_response.content)).convert("RGB")
+ pil_image.save(cache_filepath, "PNG")
+
+ img_np = np.array(pil_image).astype(np.float32) / 255.0
+ return (torch.from_numpy(img_np).unsqueeze(0),)
+
+# =================================================================================
+# NODE REGISTRATION
+# =================================================================================
+
+NODE_CLASS_MAPPINGS = {
+ "INSTARAW_FluxKontextLoraAPI": INSTARAW_FluxKontextLoraAPI,
+}
+NODE_DISPLAY_NAME_MAPPINGS = {
+ "INSTARAW_FluxKontextLoraAPI": "๐ INSTARAW Flux Kontext LoRA API",
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/gemini_native.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/gemini_native.py
new file mode 100644
index 0000000000000000000000000000000000000000..e96016a8dd3ec840ad002d7f5017acf8cd4bccd4
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/gemini_native.py
@@ -0,0 +1,116 @@
+# --- Filename: ../ComfyUI_INSTARAW/nodes/api_nodes/gemini_native.py (FINAL CORRECTED VERSION) ---
+
+import os
+import hashlib
+import torch
+import numpy as np
+from PIL import Image
+import io
+
+_k = set([1, 2])
+
+class INSTARAW_GeminiNative:
+ """
+ A native, stable, and fully-featured Google Gemini node for INSTARAW.
+ This version supports up to 4 separate image inputs for a user-friendly workflow.
+ """
+
+ @classmethod
+ def INPUT_TYPES(cls):
+ # We now attempt the import here to define inputs. If it fails, we show an error.
+ try:
+ import google.genai
+ import google.genai.types as types
+ return {
+ "required": {
+ "api_key": ("STRING", {"multiline": False, "default": ""}),
+ "prompt": ("STRING", {"multiline": True, "default": "Describe the image."}),
+ "model": (["gemini-2.5-pro", "gemini-flash-latest"], {"default": "gemini-2.5-pro"}),
+ "seed": ("INT", {"default": 1111111, "min": 0, "max": 0xffffffffffffffff, "control_after_generate": "randomize"}),
+ "temperature": ("FLOAT", {"default": 0.111, "min": 0.0, "max": 2.0, "step": 0.001}),
+ "enable_thinking": ("BOOLEAN", {"default": True, "label_on": "Thinking Enabled", "label_off": "Thinking Disabled"}),
+ "safety_level": (["Block None", "Block Few (High Only)", "Block Some (Medium+)", "Block Most (Low+)"], {"default": "Block None"}),
+ },
+ "optional": { "image_1": ("IMAGE",), "image_2": ("IMAGE",), "image_3": ("IMAGE",), "image_4": ("IMAGE",) }
+ }
+ except ImportError:
+ return {
+ "required": {
+ "error": ("STRING", {
+ "default": "google-genai library failed to import. Please run 'pip install -U google-genai' and restart.",
+ "multiline": True
+ })
+ }
+ }
+
+ RETURN_TYPES = ("STRING",)
+ FUNCTION = "generate_content"
+ CATEGORY = "INSTARAW/API"
+
+ def generate_content(self, api_key, prompt, model, seed, temperature, enable_thinking, safety_level,
+ image_1=None, image_2=None, image_3=None, image_4=None):
+
+ # --- THE DEFINITIVE FIX: Perform the import check HERE, at runtime. ---
+ try:
+ from google import genai
+ from google.genai import types
+ from google.genai import errors
+ from google.api_core import exceptions as core_exceptions
+ except ImportError:
+ # This is now the only place the error is raised, ensuring it's a real-time failure.
+ raise ImportError("The 'google-genai' library is required. Please run 'pip install -U google-genai' to ensure you have the latest version.")
+
+ if not api_key or api_key.strip() == "":
+ api_key = os.environ.get("GEMINI_API_KEY")
+ if not api_key or api_key.strip() == "":
+ raise ValueError("Gemini API Key is missing. Provide it in the node or set GEMINI_API_KEY env var.")
+
+ provided_images = [img for img in [image_1, image_2, image_3, image_4] if img is not None]
+
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ hasher = hashlib.sha256()
+ hasher.update(str(seed).encode('utf-8')); hasher.update(prompt.encode('utf-8')); hasher.update(model.encode('utf-8'))
+ hasher.update(f"{temperature:.3f}".encode('utf-8')); hasher.update(str(enable_thinking).encode('utf-8')); hasher.update(safety_level.encode('utf-8'))
+ for image_tensor in provided_images: hasher.update(image_tensor.cpu().numpy().tobytes())
+ cache_key = hasher.hexdigest()
+ cache_filepath = os.path.join(cache_dir, f"{cache_key}_gemini_native.txt")
+
+ if os.path.exists(cache_filepath):
+ with open(cache_filepath, 'r', encoding='utf-8') as f: return (f.read(),)
+
+ try:
+ client = genai.Client(api_key=api_key)
+ parts = [types.Part.from_text(text=prompt)]
+ for image_tensor in provided_images:
+ pil_image = Image.fromarray((image_tensor.squeeze(0).cpu().numpy() * 255).astype(np.uint8))
+ buffer = io.BytesIO(); pil_image.save(buffer, format="PNG")
+ parts.append(types.Part.from_bytes(data=buffer.getvalue(), mime_type='image/png'))
+
+ contents = [types.Content(role="user", parts=parts)]
+ thinking_budget = -1 if model == "gemini-2.5-pro" or enable_thinking else 0
+
+ safety_map = { "Block None": "BLOCK_NONE", "Block Few (High Only)": "BLOCK_ONLY_HIGH", "Block Some (Medium+)": "BLOCK_MEDIUM_AND_ABOVE", "Block Most (Low+)": "BLOCK_LOW_AND_ABOVE" }
+ safety_threshold = safety_map.get(safety_level, "BLOCK_MEDIUM_AND_ABOVE")
+ safety_settings = [types.SafetySetting(category=cat, threshold=safety_threshold) for cat in ["HARM_CATEGORY_HATE_SPEECH", "HARM_CATEGORY_DANGEROUS_CONTENT", "HARM_CATEGORY_HARASSMENT", "HARM_CATEGORY_SEXUALLY_EXPLICIT"]]
+
+ config = types.GenerateContentConfig(temperature=temperature, candidate_count=1, thinking_config=types.ThinkingConfig(thinking_budget=thinking_budget), safety_settings=safety_settings)
+
+ response = client.models.generate_content(model=f"models/{model}", contents=contents, config=config)
+
+ if not response.candidates:
+ raise Exception(f"Prompt blocked by safety filters. Reason: {response.prompt_feedback.block_reason.name}" if hasattr(response, 'prompt_feedback') and response.prompt_feedback.block_reason else "API returned no candidates (likely blocked by safety filters).")
+
+ result_text = response.text
+ with open(cache_filepath, 'w', encoding='utf-8') as f: f.write(result_text)
+ return (result_text,)
+
+ except core_exceptions.ResourceExhausted as e:
+ raise Exception("INSTARAW Gemini Error: Rate limit exceeded (429). Enable billing on your Google AI Studio account or wait and try again.") from e
+ except errors.ServerError as e:
+ raise Exception("INSTARAW Gemini Error: Model overloaded or unavailable (503). Enable billing for a higher quota or try again later.") from e
+ except Exception as e:
+ raise e
+
+NODE_CLASS_MAPPINGS = { "INSTARAW_GeminiNative": INSTARAW_GeminiNative }
+NODE_DISPLAY_NAME_MAPPINGS = { "INSTARAW_GeminiNative": "๐ง INSTARAW Gemini (Native)" }
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/generative_api_nodes.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/generative_api_nodes.py
new file mode 100644
index 0000000000000000000000000000000000000000..060f8f95cd5a20b15a933a5fffc2d367af51317b
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/generative_api_nodes.py
@@ -0,0 +1,656 @@
+# ---
+# ComfyUI INSTARAW - Generative API Nodes
+# Part of the INSTARAW custom nodes collection by Instara
+#
+# Copyright ยฉ 2025 Instara. All rights reserved.
+# PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED
+# ---
+
+import requests
+import base64
+import io
+import time
+from PIL import Image
+import numpy as np
+import torch
+import hashlib
+import os
+import json
+
+# =================================================================================
+# PAYLOAD BUILDER FUNCTIONS (WITH COMPRESSION AWARENESS)
+# =================================================================================
+
+
+def build_seedream_fal_payload(api_base, **kwargs):
+ payload = {
+ "prompt": kwargs.get("prompt"),
+ "image_size": {"width": kwargs.get("width"), "height": kwargs.get("height")},
+ "enable_safety_checker": kwargs.get("enable_safety_checker"),
+ }
+ if (seed := kwargs.get("seed", -1)) >= 0:
+ payload["seed"] = seed
+
+ # --- CORRECTED LOGIC WITH COMPRESSION ---
+ images_b64 = [
+ api_base.image_to_base64(img, max_size_mb=7) # Set a safe per-image limit
+ for img in [kwargs.get(f"image_{i}") for i in range(1, 5)]
+ if img is not None
+ ]
+ if images_b64:
+ payload["image_urls"] = images_b64
+
+ return payload
+
+
+def build_seedream_wavespeed_payload(api_base, **kwargs):
+ width = kwargs.get('width', 1024)
+ height = kwargs.get('height', 1024)
+
+ # SeeDream v4.5 requires minimum 3,686,400 pixels for output size
+ MIN_PIXELS_SEEDREAM_V45 = 3686400
+ current_pixels = width * height
+
+ if current_pixels < MIN_PIXELS_SEEDREAM_V45:
+ # Scale up output size proportionally to meet minimum
+ scale_factor = (MIN_PIXELS_SEEDREAM_V45 / current_pixels) ** 0.5
+ width = int(width * scale_factor) + 1
+ height = int(height * scale_factor) + 1
+ print(f"โฌ๏ธ Scaling output size from {kwargs.get('width')}x{kwargs.get('height')} to {width}x{height} to meet API minimum ({MIN_PIXELS_SEEDREAM_V45:,} px)")
+
+ payload = {
+ "prompt": kwargs.get("prompt"),
+ "size": f"{width}*{height}",
+ }
+
+ # --- CORRECTED LOGIC WITH COMPRESSION ---
+ images_b64 = [
+ api_base.image_to_base64(img, include_prefix=False, max_size_mb=7)
+ for img in [kwargs.get(f"image_{i}") for i in range(1, 5)]
+ if img is not None
+ ]
+ if images_b64:
+ payload["images"] = images_b64
+
+ return payload
+
+
+def build_nanobanana_fal_payload(api_base, **kwargs):
+ payload = {"prompt": kwargs.get("prompt")}
+
+ # --- CORRECTED LOGIC WITH COMPRESSION ---
+ images_b64 = [
+ api_base.image_to_base64(img, max_size_mb=7)
+ for img in [kwargs.get(f"image_{i}") for i in range(1, 5)]
+ if img is not None
+ ]
+ if images_b64:
+ payload["image_urls"] = images_b64
+ elif "aspect_ratio" in kwargs:
+ payload["aspect_ratio"] = kwargs.get("aspect_ratio")
+
+ return payload
+
+
+def build_nanobanana_wavespeed_payload(api_base, **kwargs):
+ payload = {"prompt": kwargs.get("prompt")}
+
+ # Multi-image mode: generate 2 images per call for 50% cost savings
+ num_images = kwargs.get("num_images", 1)
+ if num_images > 1:
+ payload["num_images"] = num_images
+
+ # --- CORRECTED LOGIC WITH COMPRESSION ---
+ images_b64 = [
+ api_base.image_to_base64(img, include_prefix=False, max_size_mb=7)
+ for img in [kwargs.get(f"image_{i}") for i in range(1, 5)]
+ if img is not None
+ ]
+ if images_b64:
+ payload["images"] = images_b64
+ elif "aspect_ratio" in kwargs:
+ payload["aspect_ratio"] = kwargs.get("aspect_ratio")
+
+ return payload
+
+
+def build_nanobanana_pro_fal_payload(api_base, **kwargs):
+ """fal.ai payload for Nano Banana Pro (Gemini 3.0 Pro Image)"""
+ payload = {
+ "prompt": kwargs.get("prompt"),
+ "num_images": 1,
+ "output_format": "png",
+ }
+
+ # Check for input images (edit mode)
+ images_b64 = [
+ api_base.image_to_base64(img, max_size_mb=7)
+ for img in [kwargs.get(f"image_{i}") for i in range(1, 5)]
+ if img is not None
+ ]
+
+ if images_b64:
+ # Edit mode - use provided aspect_ratio, default to "auto" if not specified
+ payload["image_urls"] = images_b64
+ payload["aspect_ratio"] = kwargs.get("aspect_ratio", "auto")
+ if kwargs.get("resolution"):
+ payload["resolution"] = kwargs.get("resolution")
+ else:
+ # T2I mode
+ if kwargs.get("aspect_ratio"):
+ payload["aspect_ratio"] = kwargs.get("aspect_ratio")
+ if kwargs.get("resolution"):
+ payload["resolution"] = kwargs.get("resolution")
+
+ return payload
+
+
+def build_nanobanana_pro_wavespeed_payload(api_base, **kwargs):
+ """WaveSpeed payload for Nano Banana Pro (Gemini 3.0 Pro Image)"""
+ payload = {
+ "prompt": kwargs.get("prompt"),
+ "output_format": "jpeg",
+ }
+
+ # Multi-image mode: generate 2 images per call for 50% cost savings
+ num_images = kwargs.get("num_images", 1)
+ if num_images > 1:
+ payload["num_images"] = num_images
+
+ # Check for input images (edit mode)
+ images_b64 = [
+ api_base.image_to_base64(img, include_prefix=False, max_size_mb=7)
+ for img in [kwargs.get(f"image_{i}") for i in range(1, 5)]
+ if img is not None
+ ]
+
+ if images_b64:
+ # Edit mode
+ payload["images"] = images_b64
+ if kwargs.get("aspect_ratio"):
+ payload["aspect_ratio"] = kwargs.get("aspect_ratio")
+ if kwargs.get("resolution"):
+ # WaveSpeed uses lowercase resolution
+ payload["resolution"] = kwargs.get("resolution", "1k").lower()
+ else:
+ # T2I mode
+ if kwargs.get("aspect_ratio"):
+ payload["aspect_ratio"] = kwargs.get("aspect_ratio")
+ if kwargs.get("resolution"):
+ # WaveSpeed uses lowercase resolution
+ payload["resolution"] = kwargs.get("resolution", "1k").lower()
+
+ return payload
+
+
+# =================================================================================
+# MODEL CONFIGURATION
+# =================================================================================
+
+MODEL_CONFIG = {
+ "SeeDream v4.5": {
+ "providers": {
+ "fal.ai": {
+ "t2i_endpoint": "fal-ai/bytedance/seedream/v4.5/text-to-image",
+ "i2i_endpoint": "fal-ai/bytedance/seedream/v4.5/edit",
+ "build_payload": build_seedream_fal_payload,
+ },
+ "wavespeed.ai": {
+ "t2i_endpoint": "bytedance/seedream-v4.5",
+ "i2i_endpoint": "bytedance/seedream-v4.5/edit",
+ "build_payload": build_seedream_wavespeed_payload,
+ },
+ }
+ },
+ "SeeDream v4": {
+ "providers": {
+ "fal.ai": {
+ "t2i_endpoint": "fal-ai/bytedance/seedream/v4/text-to-image",
+ "i2i_endpoint": "fal-ai/bytedance/seedream/v4/edit",
+ "build_payload": build_seedream_fal_payload,
+ },
+ "wavespeed.ai": {
+ "t2i_endpoint": "bytedance/seedream-v4",
+ "i2i_endpoint": "bytedance/seedream-v4/edit",
+ "build_payload": build_seedream_wavespeed_payload,
+ },
+ }
+ },
+ "Nano Banana": {
+ "providers": {
+ "fal.ai": {
+ "t2i_endpoint": "fal-ai/nano-banana",
+ "i2i_endpoint": "fal-ai/nano-banana/edit",
+ "build_payload": build_nanobanana_fal_payload,
+ },
+ "wavespeed.ai": {
+ "t2i_endpoint": "google/nano-banana/text-to-image",
+ "i2i_endpoint": "google/nano-banana/edit",
+ "build_payload": build_nanobanana_wavespeed_payload,
+ },
+ }
+ },
+ "Nano Banana Pro": {
+ "providers": {
+ "fal.ai": {
+ "t2i_endpoint": "fal-ai/nano-banana-pro",
+ "i2i_endpoint": "fal-ai/nano-banana-pro/edit",
+ "build_payload": build_nanobanana_pro_fal_payload,
+ },
+ "wavespeed.ai": {
+ "t2i_endpoint": "google/nano-banana-pro/text-to-image",
+ "i2i_endpoint": "google/nano-banana-pro/edit",
+ "build_payload": build_nanobanana_pro_wavespeed_payload,
+ },
+ }
+ },
+}
+
+# =================================================================================
+# BASE CLASS (WITH AUTO-COMPRESSION)
+# =================================================================================
+
+
+class INSTARAW_GenerativeAPIBase:
+ def __init__(self):
+ self.api_key = None
+
+ def set_api_key(self, api_key):
+ self.api_key = api_key
+
+ def _log_and_update_hash(self, hasher, key, value):
+ if value is None:
+ return
+ byte_value = b""
+ if isinstance(value, str):
+ byte_value = value.encode("utf-8")
+ elif isinstance(value, (int, float, bool)):
+ byte_value = str(value).encode("utf-8")
+ elif isinstance(value, torch.Tensor):
+ byte_value = value.cpu().numpy().tobytes()
+ else:
+ return
+ hasher.update(byte_value)
+
+ def image_to_base64(self, image_tensor, include_prefix=True, max_size_mb=7, min_pixels=None):
+ if image_tensor is None:
+ return None
+
+ image_np = image_tensor.cpu().numpy()
+ # Handle both [B, H, W, C] and [H, W, C] tensor formats
+ if image_np.ndim == 4:
+ image_np = image_np[0] # Remove batch dimension
+ if image_np.max() <= 1.0:
+ image_np = (image_np * 255).astype(np.uint8)
+
+ # Ensure image is in RGB format for JPEG saving
+ image_pil = Image.fromarray(image_np).convert("RGB")
+
+ # Upscale if image is too small (e.g., SeeDream v4.5 requires min 3,686,400 pixels)
+ if min_pixels is not None:
+ current_pixels = image_pil.width * image_pil.height
+ if current_pixels < min_pixels:
+ # Calculate scale factor to reach minimum pixels
+ scale_factor = (min_pixels / current_pixels) ** 0.5
+ new_width = int(image_pil.width * scale_factor) + 1 # +1 to ensure we exceed minimum
+ new_height = int(image_pil.height * scale_factor) + 1
+ print(f"โฌ๏ธ Upscaling image from {image_pil.width}x{image_pil.height} ({current_pixels:,} px) to {new_width}x{new_height} ({new_width * new_height:,} px) to meet API minimum ({min_pixels:,} px)")
+ image_pil = image_pil.resize((new_width, new_height), Image.Resampling.LANCZOS)
+
+ # Define quality levels to try for compression
+ quality_levels = [95, 90, 85, 80, 75]
+ max_bytes = max_size_mb * 1024 * 1024
+
+ buffer = io.BytesIO()
+ for quality in quality_levels:
+ buffer.seek(0)
+ buffer.truncate(0)
+ image_pil.save(buffer, format="JPEG", quality=quality)
+
+ # Check if the compressed size is within the limit
+ if buffer.tell() <= max_bytes:
+ print(f"โ
Image compressed to JPEG (quality={quality}) to fit API limits. Size: {buffer.tell() / 1024:.2f} KB")
+ base64_str = base64.b64encode(buffer.getvalue()).decode()
+ mime_type = "image/jpeg"
+ return f"data:{mime_type};base64,{base64_str}" if include_prefix else base64_str
+
+ # If even the lowest quality is too large, raise an error
+ final_size_kb = buffer.tell() / 1024
+ raise Exception(f"Image is too large to send to the API. Even after compressing to lowest quality JPEG, size is {final_size_kb:.2f} KB (limit is {max_size_mb * 1024:.2f} KB). Please use a smaller input image.")
+
+ def _submit_fal(self, endpoint, payload):
+ url = f"https://fal.run/{endpoint}"
+ headers = {
+ "Authorization": f"Key {self.api_key}",
+ "Content-Type": "application/json",
+ }
+ print(f"๐ Submitting SYNC request to fal.ai: {url}")
+ response = requests.post(url, json=payload, headers=headers, timeout=180)
+ if not response.ok:
+ if response.status_code == 422:
+ try:
+ error_data = response.json()
+ error_msg = error_data.get("detail", [{}])[0].get(
+ "msg", "Unknown validation error."
+ )
+ if "Gemini" in error_msg:
+ raise Exception(
+ f"API Error (422): The prompt was rejected by the provider's safety filter (fal.ai/Gemini). Try rephrasing sensitive terms or switch to a different provider."
+ )
+ else:
+ raise Exception(
+ f"API Error (422): Unprocessable Entity. Details: {error_msg}"
+ )
+ except (json.JSONDecodeError, IndexError):
+ raise Exception(
+ f"API request failed with 422 (Unprocessable Entity), but the error response was not valid JSON."
+ )
+ else:
+ raise Exception(
+ f"API request failed: {response.status_code} - {response.text}"
+ )
+ result = response.json()
+ print("๐ฆ fal.ai sync response received.")
+ if "images" in result and len(result["images"]) > 0:
+ return result["images"][0]["url"]
+ raise Exception(
+ f"API response did not contain an image URL. Full response: {result}"
+ )
+
+ def _submit_wavespeed(self, e, p, return_all_outputs=False):
+ """
+ Submit request to Wavespeed.ai API.
+
+ Args:
+ e: Endpoint
+ p: Payload
+ return_all_outputs: If True, return list of all output URLs (for multi-image mode)
+ """
+ base, headers = "https://api.wavespeed.ai/api/v3", {
+ "Authorization": f"Bearer {self.api_key}",
+ "Content-Type": "application/json",
+ }
+ num_images = p.get("num_images", 1)
+ print(f"๐ Submitting ASYNC task to wavespeed.ai: {base}/{e} (num_images={num_images})")
+ r = requests.post(f"{base}/{e}", json=p, headers=headers, timeout=30)
+ if not r.ok:
+ # Extract error details for better UX
+ error_text = r.text[:200]
+ if "content" in error_text.lower() or "policy" in error_text.lower() or "422" in str(r.status_code):
+ raise Exception(f"Content policy violation: {error_text}")
+ raise Exception(f"API task submission failed: {r.status_code} - {error_text}")
+ req_id = r.json()["data"]["id"]
+ print(f"โ
Task submitted (ID: {req_id[:8]}...). Polling for result...")
+ poll_url, start_time, timeout = (
+ f"{base}/predictions/{req_id}/result",
+ time.time(),
+ 300,
+ )
+ poll_count = 0
+ while time.time() - start_time < timeout:
+ pr = requests.get(poll_url, headers=headers, timeout=30)
+ if not pr.ok:
+ raise Exception(f"API polling failed: {pr.status_code} - {pr.text}")
+ d = pr.json()["data"]
+ status = d.get("status")
+ if status == "completed":
+ elapsed = time.time() - start_time
+ outputs = d.get("outputs", [])
+ print(f"โ
Task completed in {elapsed:.1f}s ({len(outputs)} image(s))")
+ if return_all_outputs:
+ return outputs # Return all image URLs for multi-image mode
+ return outputs[0] if outputs else None
+ if status == "failed":
+ error_msg = d.get('error', 'Unknown error')
+ # Check for content policy in error
+ if any(x in str(error_msg).lower() for x in ['content', 'policy', 'safety', 'moderation']):
+ raise Exception(f"Content policy violation: {error_msg}")
+ raise Exception(f"API task failed: {error_msg}")
+ # Only log every 10 seconds (5 polls) to reduce spam
+ poll_count += 1
+ if poll_count % 5 == 1:
+ elapsed = time.time() - start_time
+ print(f" โณ Waiting for result... ({elapsed:.0f}s elapsed, status: {status})")
+ time.sleep(2)
+ raise Exception("API task timed out after 5 minutes.")
+
+ def submit_request(self, provider, endpoint, payload):
+ if not self.api_key:
+ raise ValueError(f"API key for {provider} not set.")
+ if provider == "fal.ai":
+ return self._submit_fal(endpoint, payload)
+ if provider == "wavespeed.ai":
+ return self._submit_wavespeed(endpoint, payload)
+ raise ValueError(f"Unknown provider: {provider}")
+
+ def execute_generation(self, is_i2i, cache_filename, **kwargs):
+ provider, model = kwargs.get("provider"), kwargs.get("model")
+ if not model:
+ raise ValueError("Model not provided.")
+ if not provider:
+ raise ValueError("Provider not provided.")
+ model_conf = MODEL_CONFIG.get(model)
+ if not model_conf:
+ raise ValueError(f"Invalid model selected: {model}")
+ provider_conf = model_conf["providers"].get(provider)
+ if not provider_conf:
+ raise ValueError(
+ f"Provider '{provider}' is not supported for model '{model}'"
+ )
+ endpoint = (
+ provider_conf["i2i_endpoint"] if is_i2i else provider_conf["t2i_endpoint"]
+ )
+ build_payload_func = provider_conf["build_payload"]
+ self.set_api_key(kwargs.get("api_key"))
+ payload = build_payload_func(self, **kwargs)
+ image_url = self.submit_request(provider, endpoint, payload)
+ image_response = requests.get(image_url)
+ image_response.raise_for_status()
+ image_pil = Image.open(io.BytesIO(image_response.content)).convert("RGB")
+ print(f"๐พ Saving generated image to cache: {cache_filename}")
+ image_pil.save(cache_filename, "PNG")
+ image_np = np.array(image_pil).astype(np.float32) / 255.0
+ return (torch.from_numpy(image_np).unsqueeze(0),)
+
+
+# =================================================================================
+# NODE IMPLEMENTATIONS
+# =================================================================================
+
+
+class INSTARAW_APITextToImage(INSTARAW_GenerativeAPIBase):
+ @classmethod
+ def INPUT_TYPES(cls):
+ return {
+ "required": {
+ "api_key": ("STRING", {"forceInput": True}),
+ "provider": ("STRING", {"forceInput": True}),
+ "model": ("STRING", {"forceInput": True}),
+ "prompt": (
+ "STRING",
+ {"multiline": True, "default": "A beautiful landscape"},
+ ),
+ "width": ("INT", {"default": 1024, "min": 64, "max": 4096, "step": 64}),
+ "height": (
+ "INT",
+ {"default": 1024, "min": 64, "max": 4096, "step": 64},
+ ),
+ "aspect_ratio": (
+ [
+ "1:1",
+ "4:3",
+ "3:2",
+ "2:3",
+ "5:4",
+ "4:5",
+ "3:4",
+ "16:9",
+ "9:16",
+ "21:9",
+ ],
+ {"default": "1:1"},
+ ),
+ "enable_safety_checker": ("BOOLEAN", {"default": True}),
+ },
+ "optional": {
+ "seed": ("INT", {"default": -1, "min": -1, "max": 2147483647}),
+ "aspect_ratio_override": (
+ "STRING",
+ {
+ "forceInput": True,
+ "tooltip": "Override aspect ratio from external node (e.g., Nano Banana Aspect Ratio)",
+ },
+ ),
+ "resolution": (
+ "STRING",
+ {
+ "forceInput": True,
+ "tooltip": "Resolution tier (1K, 2K, 4K) for Nano Banana Pro",
+ },
+ ),
+ },
+ }
+
+ RETURN_TYPES, FUNCTION, CATEGORY = ("IMAGE",), "generate", "INSTARAW/API"
+
+ def generate(self, **kwargs):
+ # Handle aspect_ratio_override - if provided, use it instead of dropdown
+ if kwargs.get("aspect_ratio_override"):
+ kwargs["aspect_ratio"] = kwargs["aspect_ratio_override"]
+
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ hasher = hashlib.sha256()
+ for key in sorted(kwargs.keys()):
+ self._log_and_update_hash(hasher, key, kwargs[key])
+ cache_filepath = os.path.join(cache_dir, f"{hasher.hexdigest()}_api_t2i.png")
+ if os.path.exists(cache_filepath):
+ print(f"โ
API T2I Cache Hit! Loading image from {cache_filepath}")
+ return (
+ torch.from_numpy(
+ np.array(Image.open(cache_filepath)).astype(np.float32) / 255.0
+ ).unsqueeze(0),
+ )
+ print("๐จ API T2I Cache Miss. Proceeding with API call...")
+ return self.execute_generation(
+ is_i2i=False, cache_filename=cache_filepath, **kwargs
+ )
+
+
+class INSTARAW_APIImageToImage(INSTARAW_GenerativeAPIBase):
+ @classmethod
+ def INPUT_TYPES(cls):
+ return {
+ "required": {
+ "api_key": ("STRING", {"forceInput": True}),
+ "provider": ("STRING", {"forceInput": True}),
+ "model": ("STRING", {"forceInput": True}),
+ "prompt": (
+ "STRING",
+ {"multiline": True, "default": "Transform image 1"},
+ ),
+ "enable_safety_checker": ("BOOLEAN", {"default": True}),
+ },
+ "optional": {
+ "width": ("INT", {"default": 1024, "min": 64, "max": 4096, "step": 64}),
+ "height": (
+ "INT",
+ {"default": 1024, "min": 64, "max": 4096, "step": 64},
+ ),
+ "image_1": ("IMAGE",),
+ "image_2": ("IMAGE",),
+ "image_3": ("IMAGE",),
+ "image_4": ("IMAGE",),
+ "seed": ("INT", {"default": -1, "min": -1, "max": 2147483647}),
+ "aspect_ratio": (
+ "STRING",
+ {
+ "forceInput": True,
+ "tooltip": "Aspect ratio from external node (e.g., Nano Banana Aspect Ratio)",
+ },
+ ),
+ "resolution": (
+ "STRING",
+ {
+ "forceInput": True,
+ "tooltip": "Resolution tier (1K, 2K, 4K) for Nano Banana Pro",
+ },
+ ),
+ },
+ }
+
+ RETURN_TYPES, FUNCTION, CATEGORY = ("IMAGE",), "generate", "INSTARAW/API"
+
+ def generate(
+ self,
+ api_key,
+ provider,
+ model,
+ prompt,
+ enable_safety_checker,
+ width=1024,
+ height=1024,
+ image_1=None,
+ image_2=None,
+ image_3=None,
+ image_4=None,
+ seed=-1,
+ aspect_ratio=None,
+ resolution=None,
+ ):
+ # --- ADDED: Validate that at least one image is provided ---
+ if all(img is None for img in [image_1, image_2, image_3, image_4]):
+ raise ValueError("INSTARAW API I2I node requires at least one image input to be provided.")
+
+ all_args = {
+ "api_key": api_key,
+ "provider": provider,
+ "model": model,
+ "image_1": image_1,
+ "prompt": prompt,
+ "enable_safety_checker": enable_safety_checker,
+ "width": width,
+ "height": height,
+ "image_2": image_2,
+ "image_3": image_3,
+ "image_4": image_4,
+ "seed": seed,
+ }
+
+ # Add optional aspect_ratio and resolution if provided
+ if aspect_ratio:
+ all_args["aspect_ratio"] = aspect_ratio
+ if resolution:
+ all_args["resolution"] = resolution
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ hasher = hashlib.sha256()
+ hasher.update(b"01KEQ86BQNDGB0F9GVKEP6501V")
+ for key in sorted(all_args.keys()):
+ self._log_and_update_hash(hasher, key, all_args[key])
+ cache_filepath = os.path.join(cache_dir, f"{hasher.hexdigest()}_api_i2i.png")
+ if os.path.exists(cache_filepath):
+ print(f"โ
API I2I Cache Hit! Loading image from {cache_filepath}")
+ return (
+ torch.from_numpy(
+ np.array(Image.open(cache_filepath)).astype(np.float32) / 255.0
+ ).unsqueeze(0),
+ )
+ print("๐จ API I2I Cache Miss. Proceeding with API call...")
+ return self.execute_generation(
+ is_i2i=True, cache_filename=cache_filepath, **all_args
+ )
+
+
+# =================================================================================
+# EXPORT NODE MAPPINGS
+# =================================================================================
+
+NODE_CLASS_MAPPINGS = {
+ "INSTARAW_APITextToImage": INSTARAW_APITextToImage,
+ "INSTARAW_APIImageToImage": INSTARAW_APIImageToImage,
+}
+NODE_DISPLAY_NAME_MAPPINGS = {
+ "INSTARAW_APITextToImage": "๐จ INSTARAW API T2I",
+ "INSTARAW_APIImageToImage": "๐จ INSTARAW API I2I",
+}
\ No newline at end of file
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/grok_native.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/grok_native.py
new file mode 100644
index 0000000000000000000000000000000000000000..7823b7559c70929ab35677a1815e08d0667ee965
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/grok_native.py
@@ -0,0 +1,250 @@
+# ---
+# Filename: ../ComfyUI_INSTARAW/nodes/api_nodes/grok_native.py
+# Native Grok (xAI) text helper that mirrors the Gemini node UX
+# ---
+
+import base64
+import hashlib
+import io
+import json
+import os
+from typing import List
+
+import requests
+from PIL import Image
+import numpy as np
+
+
+class INSTARAW_GrokNative:
+ """
+ Text-first Grok helper that talks to the public xAI REST API.
+ We keep the surface identical to the Gemini node: simple prompt entry,
+ optional temperature + seed, and up to four reference images.
+ """
+
+ @classmethod
+ def INPUT_TYPES(cls):
+ return {
+ "required": {
+ "api_key": ("STRING", {"multiline": False, "default": ""}),
+ "prompt": ("STRING", {"multiline": True, "default": "Describe the concept or provide instructions."}),
+ "model": (
+ [
+ "grok-4-fast-reasoning",
+ "grok-4-fast-non-reasoning",
+ "grok-4-0709",
+ ],
+ {"default": "grok-4-fast-reasoning"},
+ ),
+ "system_prompt": (
+ "STRING",
+ {"multiline": True, "default": "You are a helpful creative assistant."},
+ ),
+ "temperature": ("FLOAT", {"default": 0.8, "min": 0.0, "max": 2.0, "step": 0.01}),
+ "top_p": ("FLOAT", {"default": 0.9, "min": 0.0, "max": 1.0, "step": 0.01}),
+ "seed": (
+ "INT",
+ {
+ "default": 111111,
+ "min": 0,
+ "max": 0xFFFFFFFFFFFFFFFF,
+ "control_after_generate": "randomize",
+ },
+ ),
+ },
+ "optional": {
+ "image_1": ("IMAGE",),
+ "image_2": ("IMAGE",),
+ "image_3": ("IMAGE",),
+ "image_4": ("IMAGE",),
+ },
+ }
+
+ RETURN_TYPES = ("STRING",)
+ FUNCTION = "generate_content"
+ CATEGORY = "INSTARAW/API"
+
+ def generate_content(
+ self,
+ api_key,
+ prompt,
+ model,
+ system_prompt,
+ temperature,
+ top_p,
+ seed,
+ image_1=None,
+ image_2=None,
+ image_3=None,
+ image_4=None,
+ ):
+ api_key = (api_key or "").strip() or os.environ.get("XAI_API_KEY", "").strip()
+ if not api_key:
+ raise ValueError("Grok API Key is missing. Provide it in the node or set XAI_API_KEY env var.")
+
+ images = [img for img in (image_1, image_2, image_3, image_4) if img is not None]
+ payload = self._build_payload(prompt, system_prompt, model, temperature, top_p, seed, images)
+
+ cache_hit = self._load_from_cache(payload)
+ if cache_hit is not None:
+ return (cache_hit,)
+
+ base_url = os.environ.get("XAI_API_BASE", "https://api.x.ai").rstrip("/")
+ url = f"{base_url}/v1/chat/completions"
+
+ headers = {
+ "Authorization": f"Bearer {api_key}",
+ "Content-Type": "application/json",
+ }
+
+ response = requests.post(url, headers=headers, json=payload, timeout=300)
+ body_text = response.text
+ if response.status_code >= 400:
+ raise RuntimeError(f"Grok API error {response.status_code}: {body_text}")
+
+ try:
+ body = response.json()
+ except ValueError as err:
+ raise RuntimeError(f"Grok API returned invalid JSON: {err}") from err
+
+ content = self._extract_text(body)
+ self._save_to_cache(payload, content)
+ return (content,)
+
+ # --- Internals --------------------------------------------------------
+
+ def _build_payload(self, prompt, system_prompt, model, temperature, top_p, seed, images) -> dict:
+ messages: List[dict] = []
+ if system_prompt and system_prompt.strip():
+ messages.append({"role": "system", "content": system_prompt.strip()})
+
+ user_content: List[dict] = []
+ if prompt and prompt.strip():
+ user_content.append({"type": "text", "text": prompt.strip()})
+
+ for image_tensor in images:
+ data_url = self._tensor_to_data_url(image_tensor)
+ user_content.append(
+ {
+ "type": "image_url",
+ "image_url": {"url": f"data:image/png;base64,{data_url}", "detail": "high"},
+ }
+ )
+
+ if not user_content:
+ raise ValueError("Provide a prompt or an image for Grok to process.")
+
+ messages.append({"role": "user", "content": user_content})
+
+ seed_value = None
+ int32_min, int32_max = -2147483648, 2147483647
+ if seed is not None:
+ seed_value = int(seed)
+ if seed_value < int32_min or seed_value > int32_max:
+ seed_value = ((seed_value + 2 ** 31) % (2 ** 32)) - 2 ** 31
+ if seed_value <= 0:
+ seed_value = (abs(seed_value) % int32_max) + 1
+ if seed_value is None:
+ seed_value = self._derive_seed_from_payload(prompt, system_prompt, model)
+
+ payload = {
+ "model": model,
+ "messages": messages,
+ "temperature": float(temperature),
+ "top_p": float(top_p),
+ }
+ payload["seed"] = seed_value
+ return payload
+
+ def _derive_seed_from_payload(self, prompt: str, system_prompt: str, model: str) -> int:
+ int32_max = 2147483647
+ hasher = hashlib.sha256()
+ hasher.update((prompt or "").encode("utf-8"))
+ hasher.update((system_prompt or "").encode("utf-8"))
+ hasher.update((model or "").encode("utf-8"))
+ digest = hasher.digest()
+ value = int.from_bytes(digest[:4], byteorder="big", signed=True)
+ if value <= 0:
+ value = (abs(value) % int32_max) + 1
+ return min(value, int32_max)
+
+ def _tensor_to_data_url(self, tensor) -> str:
+ if hasattr(tensor, "detach"):
+ array = tensor.detach().cpu().numpy()
+ else:
+ array = np.asarray(tensor)
+
+ if array.ndim == 4:
+ array = array[0]
+ if array.ndim == 3 and array.shape[0] in (1, 2, 3, 4):
+ array = np.transpose(array, (1, 2, 0))
+
+ array = np.clip(array * 255.0, 0, 255).astype(np.uint8)
+ image = Image.fromarray(array)
+ buffer = io.BytesIO()
+ image.save(buffer, format="PNG")
+ encoded = base64.b64encode(buffer.getvalue()).decode("utf-8")
+ return encoded
+
+ def _extract_text(self, body: dict) -> str:
+ choices = body.get("choices") or []
+ if not choices:
+ raise RuntimeError("Grok API returned no choices.")
+
+ first = choices[0]
+ message = first.get("message") or {}
+ content = message.get("content")
+ if isinstance(content, list):
+ text = "".join(
+ part.get("text", "") if isinstance(part, dict) else str(part)
+ for part in content
+ ).strip()
+ if text:
+ return text
+ if isinstance(content, str) and content.strip():
+ return content.strip()
+
+ legacy = first.get("text")
+ if legacy:
+ return legacy.strip()
+
+ raise RuntimeError("Unable to extract text from Grok response.")
+
+ def _cache_path(self) -> str:
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ return cache_dir
+
+ def _payload_hash(self, payload: dict) -> str:
+ data = json.dumps(payload, sort_keys=True).encode("utf-8")
+ return hashlib.sha256(data).hexdigest()
+
+ def _cache_file(self, payload: dict) -> str:
+ return os.path.join(self._cache_path(), f"{self._payload_hash(payload)}_grok_native.txt")
+
+ def _load_from_cache(self, payload: dict):
+ path = self._cache_file(payload)
+ if os.path.exists(path):
+ try:
+ with open(path, "r", encoding="utf-8") as handle:
+ return handle.read()
+ except OSError:
+ return None
+ return None
+
+ def _save_to_cache(self, payload: dict, text: str):
+ path = self._cache_file(payload)
+ try:
+ with open(path, "w", encoding="utf-8") as handle:
+ handle.write(text)
+ except OSError:
+ pass
+
+
+NODE_CLASS_MAPPINGS = {
+ "INSTARAW_GrokNative": INSTARAW_GrokNative,
+}
+
+NODE_DISPLAY_NAME_MAPPINGS = {
+ "INSTARAW_GrokNative": "๐ง INSTARAW Grok (Native)",
+}
diff --git a/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/ideogram.py b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/ideogram.py
new file mode 100644
index 0000000000000000000000000000000000000000..4d71e67396517cc136cf87b6fb3d6126064e1187
--- /dev/null
+++ b/custom_nodes/ComfyUI_INSTARAW/nodes/api_nodes/ideogram.py
@@ -0,0 +1,583 @@
+# ---
+# ComfyUI INSTARAW - Ideogram Nodes
+# Part of the INSTARAW custom nodes collection by Instara
+#
+# Copyright ยฉ 2025 Instara. All rights reserved# PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED
+# ---
+
+"""
+ComfyUI nodes for Ideogram API integration.
+Supports image generation, editing, and description using Ideogram v3 API.
+"""
+import requests
+import io
+from PIL import Image
+import numpy as np
+import torch
+import hashlib
+import os
+import base64
+import json
+from datetime import datetime, timezone, timedelta
+
+
+# --- List of supported resolutions and aspect ratios for Ideogram V3 ---
+IDEOGRAM_V3_RESOLUTIONS = [
+ "1024x1024",
+ "864x1152",
+ "768x1024",
+ "512x1536",
+ "576x1408",
+ "576x1472",
+ "576x1536",
+ "640x1344",
+ "640x1408",
+ "640x1472",
+ "640x1536",
+ "704x1152",
+ "704x1216",
+ "704x1280",
+ "704x1344",
+ "704x1408",
+ "704x1472",
+ "736x1312",
+ "768x1088",
+ "768x1216",
+ "768x1280",
+ "768x1344",
+ "800x1280",
+ "832x960",
+ "832x1024",
+ "832x1088",
+ "832x1152",
+ "832x1216",
+ "832x1248",
+ "896x960",
+ "896x1024",
+ "896x1088",
+ "896x1120",
+ "896x1152",
+ "960x832",
+ "960x896",
+ "960x1024",
+ "960x1088",
+ "1024x832",
+ "1024x896",
+ "1024x960",
+ "1088x768",
+ "1088x832",
+ "1088x896",
+ "1088x960",
+ "1120x896",
+ "1152x704",
+ "1152x832",
+ "1152x864",
+ "1152x896",
+ "1216x704",
+ "1216x768",
+ "1216x832",
+ "1248x832",
+ "1280x704",
+ "1280x768",
+ "1280x800",
+ "1312x736",
+ "1344x640",
+ "1344x704",
+ "1344x768",
+ "1408x576",
+ "1408x640",
+ "1408x704",
+ "1472x576",
+ "1472x640",
+ "1472x704",
+ "1536x512",
+ "1536x576",
+ "1536x640",
+]
+IDEOGRAM_V3_ASPECT_RATIOS = [
+ "1x1",
+ "9x16",
+ "10x16",
+ "3x4",
+ "4x5",
+ "2x3",
+ "1x2",
+ "1x3",
+ "16x9",
+ "16x10",
+ "4x3",
+ "5x4",
+ "3x2",
+ "2x1",
+ "3x1",
+]
+
+
+class IdeogramBase:
+ def __init__(self):
+ self.api_key = None
+ self.base_url = "https://api.ideogram.ai"
+ self.fal_cdn_url = "https://v3.fal.media/files/upload"
+ self.fal_cdn_auth_url = (
+ "https://rest.alpha.fal.ai/storage/auth/token?storage_type=fal-cdn-v3"
+ )
+ self._fal_cdn_token_cache = {}
+
+ def set_api_key(self, api_key):
+ self.api_key = api_key
+
+ def _get_fal_cdn_auth_header(self):
+ if "token" in self._fal_cdn_token_cache and self._fal_cdn_token_cache.get(
+ "expires_at", datetime.min.replace(tzinfo=timezone.utc)
+ ) > datetime.now(timezone.utc) + timedelta(seconds=60):
+ token_data = self._fal_cdn_token_cache
+ else:
+ print("๐ Fetching new fal.ai CDN token...")
+ auth_headers = {
+ "Authorization": f"Key {self.api_key}",
+ "Accept": "application/json",
+ "Content-Type": "application/json",
+ }
+ response = requests.post(
+ self.fal_cdn_auth_url, headers=auth_headers, data=b"{}", timeout=30
+ )
+ if not response.ok:
+ raise Exception(
+ f"Failed to get fal.ai CDN auth token: {response.status_code} - {response.text}"
+ )
+ token_data = response.json()
+ expires_at_str = token_data["expires_at"].replace("Z", "+00:00")
+ token_data["expires_at"] = datetime.fromisoformat(expires_at_str)
+ self._fal_cdn_token_cache = token_data
+ print("โ
New CDN token acquired.")
+ return {"Authorization": f"{token_data['token_type']} {token_data['token']}"}
+
+ def tensor_to_bytesio(self, tensor, is_mask=False):
+ if tensor is None:
+ return None
+ image_np = tensor.cpu().numpy()
+ # Handle both [B, H, W, C] and [H, W, C] tensor formats
+ if image_np.ndim == 4:
+ image_np = image_np[0] # Remove batch dimension
+ if not is_mask:
+ if image_np.max() <= 1.0:
+ image_np = (image_np * 255).astype(np.uint8)
+ pil_image = Image.fromarray(image_np, "RGB")
+ else:
+ # Mask handling - need 2D array for grayscale
+ # ComfyUI masks are typically (B, H, W) format
+ if image_np.ndim == 4:
+ image_np = image_np[0] # Remove batch: (B, C, H, W) -> (C, H, W)
+ if image_np.ndim == 3:
+ # Could be (B, H, W) or (C, H, W) - first dim is batch/channel
+ # Or (H, W, C) - last dim is channel
+ if image_np.shape[0] <= 4: # Likely (B, H, W) or (C, H, W)
+ image_np = image_np[0]
+ else: # Likely (H, W, C)
+ image_np = image_np[:, :, 0]
+ image_np = (image_np > 0.5).astype(np.float32)
+ image_np = (image_np * 255).astype(np.uint8)
+ pil_image = Image.fromarray(image_np, "L").convert("RGB")
+ buffer = io.BytesIO()
+ pil_image.save(buffer, format="PNG")
+ buffer.seek(0)
+ return buffer
+
+ def image_to_base64(self, image_tensor, is_mask=False):
+ if image_tensor is None:
+ return None
+ bytes_io = self.tensor_to_bytesio(image_tensor, is_mask)
+ if bytes_io is None:
+ return None
+ base64_str = base64.b64encode(bytes_io.getvalue()).decode()
+ return f"data:image/png;base64,{base64_str}"
+
+ def _upload_tensor_to_fal_cdn(self, tensor, is_mask=False):
+ if tensor is None:
+ return None
+ print(f"๐ Uploading {'mask' if is_mask else 'image'} to fal.ai CDN...")
+ auth_header = self._get_fal_cdn_auth_header()
+ headers = {**auth_header, "Content-Type": "image/png"}
+ bytes_io = self.tensor_to_bytesio(tensor, is_mask=is_mask)
+ if bytes_io is None:
+ return None
+ image_bytes = bytes_io.getvalue()
+ response = requests.post(
+ self.fal_cdn_url, data=image_bytes, headers=headers, timeout=60
+ )
+ if not response.ok:
+ raise Exception(
+ f"fal.ai CDN upload failed: {response.status_code} - {response.text}"
+ )
+ url = response.json()["access_url"]
+ print(f"โ
CDN Upload successful. URL: {url}")
+ return url
+
+ # --- THIS IS THE FIX: UPGRADED ERROR HANDLING ---
+ def _submit_fal(self, endpoint, payload):
+ url = f"https://fal.run/{endpoint}"
+ headers = {
+ "Authorization": f"Key {self.api_key}",
+ "Content-Type": "application/json",
+ }
+ print(f"๐ Submitting SYNC request to fal.ai: {url}")
+ response = requests.post(url, json=payload, headers=headers, timeout=180)
+
+ if not response.ok:
+ if response.status_code == 422:
+ try:
+ error_data = response.json()
+ error_obj = error_data.get("detail", [{}])[0]
+
+ if error_obj.get("type") == "content_policy_violation":
+ raise Exception(
+ "Image flagged as unsafe by Ideogram API. Try enabling the ๐ FULLY CLOTHE FOR NSFW FIX or using a different SWAP TO image."
+ )
+ else:
+ error_msg = error_obj.get("msg", "Unknown validation error.")
+ raise Exception(
+ f"API Error (422): Unprocessable Entity. Details: {error_msg}"
+ )
+ except (json.JSONDecodeError, IndexError, KeyError):
+ raise Exception(
+ f"API request failed with 422 (Unprocessable Entity), but the error response was not in the expected format. Raw response: {response.text}"
+ )
+ else:
+ raise Exception(
+ f"API request failed: {response.status_code} - {response.text}"
+ )
+
+ result = response.json()
+ print("๐ฆ fal.ai sync response received.")
+ if "images" in result and len(result["images"]) > 0:
+ return result["images"][0]["url"]
+ raise Exception(
+ f"API response did not contain an image URL. Full response: {result}"
+ )
+
+ # --- END FIX ---
+
+ def submit_multipart_request(self, endpoint, data_payload, files_payload):
+ if not self.api_key:
+ raise ValueError("API key not set.")
+ url = f"{self.base_url}{endpoint}"
+ headers = {"Api-Key": self.api_key}
+ print(f"๐ Submitting multipart request to {url}")
+ response = requests.post(
+ url, headers=headers, data=data_payload, files=files_payload, timeout=180
+ )
+ if not response.ok:
+ raise Exception(
+ f"API request failed: {response.status_code} - {response.text}"
+ )
+ return response.json()
+
+
+class IdeogramDescribeImage(IdeogramBase):
+ @classmethod
+ def INPUT_TYPES(cls):
+ return {
+ "required": {
+ "api_key": ("STRING", {"default": ""}),
+ "image": ("IMAGE",),
+ "describe_model_version": (["V_3"], {"default": "V_3"}),
+ }
+ }
+
+ RETURN_TYPES, FUNCTION, CATEGORY = ("STRING",), "describe_image", "INSTARAW/API"
+
+ def describe_image(self, api_key, image, describe_model_version):
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ hasher = hashlib.sha256()
+ hasher.update(describe_model_version.encode("utf-8"))
+ hasher.update(image.cpu().numpy().tobytes())
+ cache_key = hasher.hexdigest()
+ cache_filepath = os.path.join(cache_dir, f"{cache_key}_describe.txt")
+ if os.path.exists(cache_filepath):
+ with open(cache_filepath, "r", encoding="utf-8") as f:
+ return (f.read(),)
+ self.set_api_key(api_key)
+ image_file = self.tensor_to_bytesio(image)
+ data_payload = {"describe_model_version": describe_model_version}
+ files_payload = {"image_file": ("image.png", image_file, "image/png")}
+ result = self.submit_multipart_request(
+ "/describe", data_payload=data_payload, files_payload=files_payload
+ )
+ if (
+ result.get("descriptions")
+ and len(result["descriptions"]) > 0
+ and "text" in result["descriptions"][0]
+ ):
+ description = result["descriptions"][0]["text"]
+ with open(cache_filepath, "w", encoding="utf-8") as f:
+ f.write(description)
+ return (description,)
+ else:
+ raise Exception("API did not return a valid description.")
+
+
+class IdeogramGenerateImage(IdeogramBase):
+ @classmethod
+ def INPUT_TYPES(cls):
+ magic_prompt_options = ["AUTO", "ON", "OFF"]
+ rendering_speed_options = ["QUALITY", "FLASH", "DEFAULT", "TURBO"]
+ return {
+ "required": {
+ "api_key": ("STRING", {"default": ""}),
+ "prompt": (
+ "STRING",
+ {"multiline": True, "default": "A photo of a cat."},
+ ),
+ "sizing_method": (["By Aspect Ratio", "By Resolution"],),
+ "aspect_ratio": (IDEOGRAM_V3_ASPECT_RATIOS, {"default": "1x1"}),
+ "resolution": (IDEOGRAM_V3_RESOLUTIONS, {"default": "1024x1024"}),
+ "rendering_speed": (rendering_speed_options, {"default": "DEFAULT"}),
+ "magic_prompt": (magic_prompt_options, {"default": "AUTO"}),
+ },
+ "optional": {
+ "negative_prompt": ("STRING", {"multiline": True, "default": ""}),
+ "seed": ("INT", {"default": -1, "min": -1, "max": 2147483647}),
+ "character_reference_image": ("IMAGE",),
+ },
+ }
+
+ RETURN_TYPES, FUNCTION, CATEGORY = ("IMAGE",), "generate_image", "INSTARAW/API"
+
+ def generate_image(
+ self,
+ api_key,
+ prompt,
+ sizing_method,
+ aspect_ratio,
+ resolution,
+ rendering_speed,
+ magic_prompt,
+ negative_prompt="",
+ seed=-1,
+ character_reference_image=None,
+ ):
+ if magic_prompt in ["AUTO", "OFF"] and not prompt.strip():
+ raise ValueError("A non-empty 'prompt' is required.")
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ hasher = hashlib.sha256()
+ hasher.update(prompt.encode("utf-8"))
+ hasher.update(sizing_method.encode("utf-8"))
+ hasher.update(aspect_ratio.encode("utf-8"))
+ hasher.update(resolution.encode("utf-8"))
+ hasher.update(rendering_speed.encode("utf-8"))
+ hasher.update(magic_prompt.encode("utf-8"))
+ hasher.update(negative_prompt.encode("utf-8"))
+ hasher.update(str(seed).encode("utf-8"))
+ if character_reference_image is not None:
+ hasher.update(character_reference_image.cpu().numpy().tobytes())
+ cache_key = hasher.hexdigest()
+ cache_filepath = os.path.join(cache_dir, f"{cache_key}_ideogram_gen.png")
+ if os.path.exists(cache_filepath):
+ pil_image = Image.open(cache_filepath).convert("RGB")
+ return (
+ torch.from_numpy(
+ np.array(pil_image).astype(np.float32) / 255.0
+ ).unsqueeze(0),
+ )
+ self.set_api_key(api_key)
+ char_ref_file = self.tensor_to_bytesio(character_reference_image)
+ data_payload = {
+ "prompt": prompt,
+ "rendering_speed": rendering_speed,
+ "magic_prompt": magic_prompt,
+ }
+ if sizing_method == "By Resolution":
+ data_payload["resolution"] = resolution
+ else:
+ data_payload["aspect_ratio"] = aspect_ratio
+ if seed >= 0:
+ data_payload["seed"] = seed
+ if negative_prompt.strip():
+ data_payload["negative_prompt"] = negative_prompt
+ files_payload = {}
+ if char_ref_file:
+ files_payload["character_reference_images"] = (
+ "char_ref.png",
+ char_ref_file,
+ "image/png",
+ )
+ data_payload["style_type"] = "REALISTIC"
+ result = self.submit_multipart_request(
+ "/v1/ideogram-v3/generate", data_payload, files_payload
+ )
+ if result.get("data") and len(result["data"]) > 0:
+ image_data = result["data"][0]
+ if image_data.get("is_image_safe") is False:
+ raise Exception("Image generation failed: unsafe result.")
+ image_url = image_data.get("url")
+ if not image_url:
+ raise Exception("API did not provide a valid image URL.")
+ image_response = requests.get(image_url)
+ image_response.raise_for_status()
+ pil_image = Image.open(io.BytesIO(image_response.content)).convert("RGB")
+ pil_image.save(cache_filepath, "PNG")
+ return (
+ torch.from_numpy(
+ np.array(pil_image).astype(np.float32) / 255.0
+ ).unsqueeze(0),
+ )
+ else:
+ raise Exception("API did not return any images.")
+
+
+class IdeogramEditImage(IdeogramBase):
+ @classmethod
+ def INPUT_TYPES(cls):
+ magic_prompt_options = ["AUTO", "ON", "OFF"]
+ rendering_speed_options = ["QUALITY", "FLASH", "DEFAULT", "TURBO", "BALANCED"]
+ return {
+ "required": {
+ "api_key": ("STRING", {"forceInput": True}),
+ "provider": ("STRING", {"forceInput": True}),
+ "image": ("IMAGE",),
+ "mask": ("MASK",),
+ "prompt": ("STRING", {"multiline": True, "default": ""}),
+ "rendering_speed": (rendering_speed_options,),
+ "magic_prompt": (magic_prompt_options, {"default": "AUTO"}),
+ },
+ "optional": {
+ "seed": ("INT", {"default": -1, "min": -1, "max": 2147483647}),
+ "character_reference_image": ("IMAGE",),
+ },
+ }
+
+ RETURN_TYPES, FUNCTION, CATEGORY = ("IMAGE",), "edit_image", "INSTARAW/API"
+
+ def edit_image(
+ self,
+ api_key,
+ provider,
+ image,
+ mask,
+ prompt,
+ rendering_speed,
+ magic_prompt,
+ seed=-1,
+ character_reference_image=None,
+ ):
+ if not prompt or not prompt.strip():
+ raise ValueError(
+ "A non-empty 'prompt' is required for the Ideogram Edit Image node to function correctly."
+ )
+
+ cache_dir = os.path.join(os.path.dirname(__file__), "..", "..", "cache")
+ os.makedirs(cache_dir, exist_ok=True)
+ hasher = hashlib.sha256()
+ hasher.update(provider.encode("utf-8"))